VaKeR CYBER ARMY
Logo of a company Server : Apache/2.4.41 (Ubuntu)
System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Directory :  /var/www/html/libs/absol-full/dist/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/libs/absol-full/dist/js/mdls__absol-form__js__components__MultiCheckTreeComboBox.js
/*** module: node_modules/absol-form/js/components/MultiCheckTreeComboBox.js ***/
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = void 0;

var _Assembler = require("../core/Assembler");

var _inheritComponentClass = _interopRequireDefault(require("../core/inheritComponentClass"));

var _ScalableComponent = _interopRequireDefault(require("../core/ScalableComponent"));

var _FCore = require("../core/FCore");

var _MultiCheckTreeMenu = _interopRequireDefault(require("absol-acomp/js/MultiCheckTreeMenu"));


/***
 * @extends ScalableComponent
 * @constructor
 */
function MultiCheckTreeComboBox() {
  _ScalableComponent.default.call(this);
}

(0, _inheritComponentClass.default)(MultiCheckTreeComboBox, _ScalableComponent.default);
MultiCheckTreeComboBox.prototype.tag = 'MultiCheckTreeComboBox';

MultiCheckTreeComboBox.prototype.render = function () {
  return (0, _FCore._)({
    tag: _MultiCheckTreeMenu.default.tag
  });
};

MultiCheckTreeComboBox.prototype.onCreated = function () {
  this.domElt.on('change', function () {
    this.pinFire('values');
  }.bind(this));
};

MultiCheckTreeComboBox.prototype.attributeHandlers.treeList = {
  set: function (items) {
    this.domElt.items = items;
  },
  get: function () {
    return this.domElt.items;
  },
  descriptor: {
    type: 'CheckTreeList'
  }
};
MultiCheckTreeComboBox.prototype.attributeHandlers.values = {
  set: function (values) {
    var prev = this.domElt.values;
    this.domElt.values = values || [];
    var cur = this.domElt.values;
    var changed = prev.length !== cur.length;
    var pDict;

    if (!changed) {
      pDict = prev.reduce(function (ac, cr) {
        ac[cr] = true;
        return ac;
      }, {});
      changed = cur.some(function (val) {
        return !pDict[val];
      });
    }

    if (changed) {
      this.pinFire('values');
    }
  },
  get: function () {
    return this.domElt.values;
  },
  descriptor: {
    type: 'string[]|number[]'
  }
};
MultiCheckTreeComboBox.prototype.pinHandlers.values = {
  receives: function (values) {
    this.domElt.values = values || [];
  },
  get: function () {
    return this.attributes.values;
  },
  descriptor: {
    type: 'string[]|number[]'
  }
};
MultiCheckTreeComboBox.prototype.pinHandlers.treeList = {
  receives: function (items) {
    this.domElt.items = items;
  },
  descriptor: {
    type: 'CheckTreeList'
  }
};

MultiCheckTreeComboBox.prototype.createDataBindingDescriptor = function () {
  var thisC = this;
  var subObj = {};
  Object.defineProperties(subObj, {
    values: {
      enumerable: true,
      set: function (value) {
        thisC.setAttribute('values', value);
      },
      get: function () {
        return thisC.getAttribute('values');
      }
    },
    treeList: {
      enumerable: false,
      get: function () {
        return thisC.getAttribute('list');
      },
      set: function (value) {
        thisC.setAttribute('list', value);
      }
    }
  });
  return {
    set: function (value) {
      Object.assign(subObj, value);
    },
    get: function () {
      return subObj;
    }
  };
};

_Assembler.AssemblerInstance.addClass(MultiCheckTreeComboBox);

var _default = MultiCheckTreeComboBox;
exports.default = _default;

VaKeR 2022