Latest updates from IceHrmPro
This commit is contained in:
466
web/node_modules/antd/lib/transfer/index.js
generated
vendored
Normal file
466
web/node_modules/antd/lib/transfer/index.js
generated
vendored
Normal file
@@ -0,0 +1,466 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports["default"] = void 0;
|
||||
|
||||
var React = _interopRequireWildcard(require("react"));
|
||||
|
||||
var _classnames = _interopRequireDefault(require("classnames"));
|
||||
|
||||
var _list = _interopRequireDefault(require("./list"));
|
||||
|
||||
var _operation = _interopRequireDefault(require("./operation"));
|
||||
|
||||
var _search = _interopRequireDefault(require("./search"));
|
||||
|
||||
var _LocaleReceiver = _interopRequireDefault(require("../locale-provider/LocaleReceiver"));
|
||||
|
||||
var _default2 = _interopRequireDefault(require("../locale/default"));
|
||||
|
||||
var _configProvider = require("../config-provider");
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
||||
|
||||
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }
|
||||
|
||||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
||||
|
||||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
||||
|
||||
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
||||
|
||||
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
||||
|
||||
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(n); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
||||
|
||||
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }
|
||||
|
||||
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
||||
|
||||
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
||||
|
||||
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
||||
|
||||
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
||||
|
||||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
||||
|
||||
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
||||
|
||||
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
||||
|
||||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
||||
|
||||
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
||||
|
||||
function _createSuper(Derived) { return function () { var Super = _getPrototypeOf(Derived), result; if (_isNativeReflectConstruct()) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
||||
|
||||
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
||||
|
||||
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
||||
|
||||
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }
|
||||
|
||||
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
||||
|
||||
var Transfer = /*#__PURE__*/function (_React$Component) {
|
||||
_inherits(Transfer, _React$Component);
|
||||
|
||||
var _super = _createSuper(Transfer);
|
||||
|
||||
function Transfer(props) {
|
||||
var _this;
|
||||
|
||||
_classCallCheck(this, Transfer);
|
||||
|
||||
_this = _super.call(this, props);
|
||||
_this.separatedDataSource = null;
|
||||
|
||||
_this.getLocale = function (transferLocale, renderEmpty) {
|
||||
return _extends(_extends(_extends({}, transferLocale), {
|
||||
notFoundContent: renderEmpty('Transfer')
|
||||
}), _this.props.locale);
|
||||
};
|
||||
|
||||
_this.moveTo = function (direction) {
|
||||
var _this$props = _this.props,
|
||||
_this$props$targetKey = _this$props.targetKeys,
|
||||
targetKeys = _this$props$targetKey === void 0 ? [] : _this$props$targetKey,
|
||||
_this$props$dataSourc = _this$props.dataSource,
|
||||
dataSource = _this$props$dataSourc === void 0 ? [] : _this$props$dataSourc,
|
||||
onChange = _this$props.onChange;
|
||||
var _this$state = _this.state,
|
||||
sourceSelectedKeys = _this$state.sourceSelectedKeys,
|
||||
targetSelectedKeys = _this$state.targetSelectedKeys;
|
||||
var moveKeys = direction === 'right' ? sourceSelectedKeys : targetSelectedKeys; // filter the disabled options
|
||||
|
||||
var newMoveKeys = moveKeys.filter(function (key) {
|
||||
return !dataSource.some(function (data) {
|
||||
return !!(key === data.key && data.disabled);
|
||||
});
|
||||
}); // move items to target box
|
||||
|
||||
var newTargetKeys = direction === 'right' ? newMoveKeys.concat(targetKeys) : targetKeys.filter(function (targetKey) {
|
||||
return newMoveKeys.indexOf(targetKey) === -1;
|
||||
}); // empty checked keys
|
||||
|
||||
var oppositeDirection = direction === 'right' ? 'left' : 'right';
|
||||
|
||||
_this.setState(_defineProperty({}, _this.getSelectedKeysName(oppositeDirection), []));
|
||||
|
||||
_this.handleSelectChange(oppositeDirection, []);
|
||||
|
||||
if (onChange) {
|
||||
onChange(newTargetKeys, direction, newMoveKeys);
|
||||
}
|
||||
};
|
||||
|
||||
_this.moveToLeft = function () {
|
||||
return _this.moveTo('left');
|
||||
};
|
||||
|
||||
_this.moveToRight = function () {
|
||||
return _this.moveTo('right');
|
||||
};
|
||||
|
||||
_this.onItemSelectAll = function (direction, selectedKeys, checkAll) {
|
||||
var originalSelectedKeys = _this.state[_this.getSelectedKeysName(direction)] || [];
|
||||
var mergedCheckedKeys = [];
|
||||
|
||||
if (checkAll) {
|
||||
// Merge current keys with origin key
|
||||
mergedCheckedKeys = Array.from(new Set([].concat(_toConsumableArray(originalSelectedKeys), _toConsumableArray(selectedKeys))));
|
||||
} else {
|
||||
// Remove current keys from origin keys
|
||||
mergedCheckedKeys = originalSelectedKeys.filter(function (key) {
|
||||
return selectedKeys.indexOf(key) === -1;
|
||||
});
|
||||
}
|
||||
|
||||
_this.handleSelectChange(direction, mergedCheckedKeys);
|
||||
|
||||
if (!_this.props.selectedKeys) {
|
||||
_this.setState(_defineProperty({}, _this.getSelectedKeysName(direction), mergedCheckedKeys));
|
||||
}
|
||||
};
|
||||
|
||||
_this.onLeftItemSelectAll = function (selectedKeys, checkAll) {
|
||||
return _this.onItemSelectAll('left', selectedKeys, checkAll);
|
||||
};
|
||||
|
||||
_this.onRightItemSelectAll = function (selectedKeys, checkAll) {
|
||||
return _this.onItemSelectAll('right', selectedKeys, checkAll);
|
||||
};
|
||||
|
||||
_this.handleFilter = function (direction, e) {
|
||||
var onSearch = _this.props.onSearch;
|
||||
var value = e.target.value;
|
||||
|
||||
if (onSearch) {
|
||||
onSearch(direction, value);
|
||||
}
|
||||
};
|
||||
|
||||
_this.handleLeftFilter = function (e) {
|
||||
return _this.handleFilter('left', e);
|
||||
};
|
||||
|
||||
_this.handleRightFilter = function (e) {
|
||||
return _this.handleFilter('right', e);
|
||||
};
|
||||
|
||||
_this.handleClear = function (direction) {
|
||||
var onSearch = _this.props.onSearch;
|
||||
|
||||
if (onSearch) {
|
||||
onSearch(direction, '');
|
||||
}
|
||||
};
|
||||
|
||||
_this.handleLeftClear = function () {
|
||||
return _this.handleClear('left');
|
||||
};
|
||||
|
||||
_this.handleRightClear = function () {
|
||||
return _this.handleClear('right');
|
||||
};
|
||||
|
||||
_this.onItemSelect = function (direction, selectedKey, checked) {
|
||||
var _this$state2 = _this.state,
|
||||
sourceSelectedKeys = _this$state2.sourceSelectedKeys,
|
||||
targetSelectedKeys = _this$state2.targetSelectedKeys;
|
||||
var holder = direction === 'left' ? _toConsumableArray(sourceSelectedKeys) : _toConsumableArray(targetSelectedKeys);
|
||||
var index = holder.indexOf(selectedKey);
|
||||
|
||||
if (index > -1) {
|
||||
holder.splice(index, 1);
|
||||
}
|
||||
|
||||
if (checked) {
|
||||
holder.push(selectedKey);
|
||||
}
|
||||
|
||||
_this.handleSelectChange(direction, holder);
|
||||
|
||||
if (!_this.props.selectedKeys) {
|
||||
_this.setState(_defineProperty({}, _this.getSelectedKeysName(direction), holder));
|
||||
}
|
||||
};
|
||||
|
||||
_this.onLeftItemSelect = function (selectedKey, checked) {
|
||||
return _this.onItemSelect('left', selectedKey, checked);
|
||||
};
|
||||
|
||||
_this.onRightItemSelect = function (selectedKey, checked) {
|
||||
return _this.onItemSelect('right', selectedKey, checked);
|
||||
};
|
||||
|
||||
_this.handleScroll = function (direction, e) {
|
||||
var onScroll = _this.props.onScroll;
|
||||
|
||||
if (onScroll) {
|
||||
onScroll(direction, e);
|
||||
}
|
||||
};
|
||||
|
||||
_this.handleLeftScroll = function (e) {
|
||||
return _this.handleScroll('left', e);
|
||||
};
|
||||
|
||||
_this.handleRightScroll = function (e) {
|
||||
return _this.handleScroll('right', e);
|
||||
};
|
||||
|
||||
_this.handleListStyle = function (listStyle, direction) {
|
||||
if (typeof listStyle === 'function') {
|
||||
return listStyle({
|
||||
direction: direction
|
||||
});
|
||||
}
|
||||
|
||||
return listStyle;
|
||||
};
|
||||
|
||||
_this.renderTransfer = function (transferLocale) {
|
||||
return /*#__PURE__*/React.createElement(_configProvider.ConfigConsumer, null, function (_ref) {
|
||||
var _classNames;
|
||||
|
||||
var getPrefixCls = _ref.getPrefixCls,
|
||||
renderEmpty = _ref.renderEmpty,
|
||||
direction = _ref.direction;
|
||||
var _this$props2 = _this.props,
|
||||
customizePrefixCls = _this$props2.prefixCls,
|
||||
className = _this$props2.className,
|
||||
disabled = _this$props2.disabled,
|
||||
_this$props2$operatio = _this$props2.operations,
|
||||
operations = _this$props2$operatio === void 0 ? [] : _this$props2$operatio,
|
||||
showSearch = _this$props2.showSearch,
|
||||
footer = _this$props2.footer,
|
||||
style = _this$props2.style,
|
||||
listStyle = _this$props2.listStyle,
|
||||
operationStyle = _this$props2.operationStyle,
|
||||
filterOption = _this$props2.filterOption,
|
||||
render = _this$props2.render,
|
||||
children = _this$props2.children,
|
||||
showSelectAll = _this$props2.showSelectAll;
|
||||
var prefixCls = getPrefixCls('transfer', customizePrefixCls);
|
||||
|
||||
var locale = _extends(_extends(_extends({}, transferLocale), {
|
||||
notFoundContent: renderEmpty('Transfer')
|
||||
}), _this.props.locale);
|
||||
|
||||
var _this$state3 = _this.state,
|
||||
sourceSelectedKeys = _this$state3.sourceSelectedKeys,
|
||||
targetSelectedKeys = _this$state3.targetSelectedKeys;
|
||||
|
||||
var _this$separateDataSou = _this.separateDataSource(),
|
||||
leftDataSource = _this$separateDataSou.leftDataSource,
|
||||
rightDataSource = _this$separateDataSou.rightDataSource;
|
||||
|
||||
var leftActive = targetSelectedKeys.length > 0;
|
||||
var rightActive = sourceSelectedKeys.length > 0;
|
||||
var cls = (0, _classnames["default"])(className, prefixCls, (_classNames = {}, _defineProperty(_classNames, "".concat(prefixCls, "-disabled"), disabled), _defineProperty(_classNames, "".concat(prefixCls, "-customize-list"), !!children), _defineProperty(_classNames, "".concat(prefixCls, "-rtl"), direction === 'rtl'), _classNames));
|
||||
var titles = _this.props.titles || locale.titles;
|
||||
var selectAllLabels = _this.props.selectAllLabels || [];
|
||||
return /*#__PURE__*/React.createElement("div", {
|
||||
className: cls,
|
||||
style: style
|
||||
}, /*#__PURE__*/React.createElement(_list["default"], _extends({
|
||||
prefixCls: "".concat(prefixCls, "-list"),
|
||||
titleText: titles[0],
|
||||
dataSource: leftDataSource,
|
||||
filterOption: filterOption,
|
||||
style: _this.handleListStyle(listStyle, 'left'),
|
||||
checkedKeys: sourceSelectedKeys,
|
||||
handleFilter: _this.handleLeftFilter,
|
||||
handleClear: _this.handleLeftClear,
|
||||
onItemSelect: _this.onLeftItemSelect,
|
||||
onItemSelectAll: _this.onLeftItemSelectAll,
|
||||
render: render,
|
||||
showSearch: showSearch,
|
||||
renderList: children,
|
||||
footer: footer,
|
||||
onScroll: _this.handleLeftScroll,
|
||||
disabled: disabled,
|
||||
direction: "left",
|
||||
showSelectAll: showSelectAll,
|
||||
selectAllLabel: selectAllLabels[0]
|
||||
}, locale)), /*#__PURE__*/React.createElement(_operation["default"], {
|
||||
className: "".concat(prefixCls, "-operation"),
|
||||
rightActive: rightActive,
|
||||
rightArrowText: operations[0],
|
||||
moveToRight: _this.moveToRight,
|
||||
leftActive: leftActive,
|
||||
leftArrowText: operations[1],
|
||||
moveToLeft: _this.moveToLeft,
|
||||
style: operationStyle,
|
||||
disabled: disabled,
|
||||
direction: direction
|
||||
}), /*#__PURE__*/React.createElement(_list["default"], _extends({
|
||||
prefixCls: "".concat(prefixCls, "-list"),
|
||||
titleText: titles[1],
|
||||
dataSource: rightDataSource,
|
||||
filterOption: filterOption,
|
||||
style: _this.handleListStyle(listStyle, 'right'),
|
||||
checkedKeys: targetSelectedKeys,
|
||||
handleFilter: _this.handleRightFilter,
|
||||
handleClear: _this.handleRightClear,
|
||||
onItemSelect: _this.onRightItemSelect,
|
||||
onItemSelectAll: _this.onRightItemSelectAll,
|
||||
render: render,
|
||||
showSearch: showSearch,
|
||||
renderList: children,
|
||||
footer: footer,
|
||||
onScroll: _this.handleRightScroll,
|
||||
disabled: disabled,
|
||||
direction: "right",
|
||||
showSelectAll: showSelectAll,
|
||||
selectAllLabel: selectAllLabels[1]
|
||||
}, locale)));
|
||||
});
|
||||
};
|
||||
|
||||
var _props$selectedKeys = props.selectedKeys,
|
||||
selectedKeys = _props$selectedKeys === void 0 ? [] : _props$selectedKeys,
|
||||
_props$targetKeys = props.targetKeys,
|
||||
targetKeys = _props$targetKeys === void 0 ? [] : _props$targetKeys;
|
||||
_this.state = {
|
||||
sourceSelectedKeys: selectedKeys.filter(function (key) {
|
||||
return targetKeys.indexOf(key) === -1;
|
||||
}),
|
||||
targetSelectedKeys: selectedKeys.filter(function (key) {
|
||||
return targetKeys.indexOf(key) > -1;
|
||||
})
|
||||
};
|
||||
return _this;
|
||||
}
|
||||
|
||||
_createClass(Transfer, [{
|
||||
key: "getSelectedKeysName",
|
||||
// eslint-disable-next-line class-methods-use-this
|
||||
value: function getSelectedKeysName(direction) {
|
||||
return direction === 'left' ? 'sourceSelectedKeys' : 'targetSelectedKeys';
|
||||
}
|
||||
}, {
|
||||
key: "getTitles",
|
||||
value: function getTitles(transferLocale) {
|
||||
var props = this.props;
|
||||
|
||||
if (props.titles) {
|
||||
return props.titles;
|
||||
}
|
||||
|
||||
return transferLocale.titles;
|
||||
}
|
||||
}, {
|
||||
key: "handleSelectChange",
|
||||
value: function handleSelectChange(direction, holder) {
|
||||
var _this$state4 = this.state,
|
||||
sourceSelectedKeys = _this$state4.sourceSelectedKeys,
|
||||
targetSelectedKeys = _this$state4.targetSelectedKeys;
|
||||
var onSelectChange = this.props.onSelectChange;
|
||||
|
||||
if (!onSelectChange) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (direction === 'left') {
|
||||
onSelectChange(holder, targetSelectedKeys);
|
||||
} else {
|
||||
onSelectChange(sourceSelectedKeys, holder);
|
||||
}
|
||||
}
|
||||
}, {
|
||||
key: "separateDataSource",
|
||||
value: function separateDataSource() {
|
||||
var _this$props3 = this.props,
|
||||
dataSource = _this$props3.dataSource,
|
||||
rowKey = _this$props3.rowKey,
|
||||
_this$props3$targetKe = _this$props3.targetKeys,
|
||||
targetKeys = _this$props3$targetKe === void 0 ? [] : _this$props3$targetKe;
|
||||
var leftDataSource = [];
|
||||
var rightDataSource = new Array(targetKeys.length);
|
||||
dataSource.forEach(function (record) {
|
||||
if (rowKey) {
|
||||
record.key = rowKey(record);
|
||||
} // rightDataSource should be ordered by targetKeys
|
||||
// leftDataSource should be ordered by dataSource
|
||||
|
||||
|
||||
var indexOfKey = targetKeys.indexOf(record.key);
|
||||
|
||||
if (indexOfKey !== -1) {
|
||||
rightDataSource[indexOfKey] = record;
|
||||
} else {
|
||||
leftDataSource.push(record);
|
||||
}
|
||||
});
|
||||
return {
|
||||
leftDataSource: leftDataSource,
|
||||
rightDataSource: rightDataSource
|
||||
};
|
||||
}
|
||||
}, {
|
||||
key: "render",
|
||||
value: function render() {
|
||||
return /*#__PURE__*/React.createElement(_LocaleReceiver["default"], {
|
||||
componentName: "Transfer",
|
||||
defaultLocale: _default2["default"].Transfer
|
||||
}, this.renderTransfer);
|
||||
}
|
||||
}], [{
|
||||
key: "getDerivedStateFromProps",
|
||||
value: function getDerivedStateFromProps(nextProps) {
|
||||
if (nextProps.selectedKeys) {
|
||||
var targetKeys = nextProps.targetKeys || [];
|
||||
return {
|
||||
sourceSelectedKeys: nextProps.selectedKeys.filter(function (key) {
|
||||
return !targetKeys.includes(key);
|
||||
}),
|
||||
targetSelectedKeys: nextProps.selectedKeys.filter(function (key) {
|
||||
return targetKeys.includes(key);
|
||||
})
|
||||
};
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
}]);
|
||||
|
||||
return Transfer;
|
||||
}(React.Component); // For high-level customized Transfer @dqaria
|
||||
|
||||
|
||||
Transfer.List = _list["default"];
|
||||
Transfer.Operation = _operation["default"];
|
||||
Transfer.Search = _search["default"];
|
||||
Transfer.defaultProps = {
|
||||
dataSource: [],
|
||||
locale: {},
|
||||
showSearch: false,
|
||||
listStyle: function listStyle() {}
|
||||
};
|
||||
var _default = Transfer;
|
||||
exports["default"] = _default;
|
||||
Reference in New Issue
Block a user