@zohodesk/components 1.0.0-temp-112 → 1.0.0-temp-114
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -4
- package/css_error.log +0 -0
- package/es/Button/Button.module.css +7 -4
- package/es/DateTime/DateTime.js +3 -5
- package/es/DateTime/DateWidget.js +2 -18
- package/es/DateTime/props/defaultProps.js +1 -2
- package/es/MultiSelect/MultiSelect.js +7 -15
- package/es/MultiSelect/MultiSelect.module.css +0 -4
- package/es/MultiSelect/props/defaultProps.js +1 -2
- package/es/MultiSelect/props/propTypes.js +1 -2
- package/es/Select/Select.js +5 -13
- package/es/Tab/Tab.js +1 -1
- package/es/Tab/Tabs.js +1 -1
- package/es/semantic/Button/Button.js +0 -1
- package/lib/Accordion/Accordion.js +1 -3
- package/lib/Accordion/AccordionItem.js +1 -3
- package/lib/Animation/Animation.js +1 -3
- package/lib/AppContainer/AppContainer.js +1 -3
- package/lib/Avatar/Avatar.js +1 -3
- package/lib/AvatarTeam/AvatarTeam.js +1 -3
- package/lib/Button/Button.js +1 -3
- package/lib/Button/Button.module.css +7 -4
- package/lib/Buttongroup/Buttongroup.js +2 -5
- package/lib/Card/Card.js +1 -3
- package/lib/CheckBox/CheckBox.js +1 -3
- package/lib/DateTime/CalendarView.js +2 -5
- package/lib/DateTime/DateTime.js +5 -9
- package/lib/DateTime/DateTimePopupFooter.js +1 -3
- package/lib/DateTime/DateTimePopupHeader.js +1 -3
- package/lib/DateTime/DateWidget.js +89 -108
- package/lib/DateTime/DaysRow.js +1 -3
- package/lib/DateTime/Time.js +1 -3
- package/lib/DateTime/YearView.js +1 -3
- package/lib/DateTime/dateFormatUtils/timeChange.js +1 -1
- package/lib/DateTime/props/defaultProps.js +1 -2
- package/lib/DropBox/DropBox.js +1 -3
- package/lib/DropDown/DropDown.js +2 -5
- package/lib/DropDown/DropDownHeading.js +1 -3
- package/lib/DropDown/DropDownItem.js +1 -3
- package/lib/DropDown/DropDownSearch.js +2 -5
- package/lib/DropDown/DropDownSeparator.js +1 -3
- package/lib/DropDown/props/propTypes.js +1 -4
- package/lib/Heading/Heading.js +2 -4
- package/lib/Label/Label.js +1 -3
- package/lib/ListItem/ListItem.js +1 -3
- package/lib/ListItem/ListItemWithAvatar.js +1 -3
- package/lib/ListItem/ListItemWithCheckBox.js +1 -3
- package/lib/ListItem/ListItemWithIcon.js +1 -3
- package/lib/ListItem/ListItemWithRadio.js +1 -3
- package/lib/ListItem/props/propTypes.js +1 -4
- package/lib/Modal/Modal.js +1 -3
- package/lib/MultiSelect/AdvancedGroupMultiSelect.js +3 -5
- package/lib/MultiSelect/AdvancedMultiSelect.js +1 -3
- package/lib/MultiSelect/EmptyState.js +1 -3
- package/lib/MultiSelect/MultiSelect.js +9 -17
- package/lib/MultiSelect/MultiSelect.module.css +0 -4
- package/lib/MultiSelect/MultiSelectHeader.js +1 -3
- package/lib/MultiSelect/MultiSelectWithAvatar.js +1 -3
- package/lib/MultiSelect/SelectedOptions.js +2 -5
- package/lib/MultiSelect/Suggestions.js +2 -4
- package/lib/MultiSelect/props/defaultProps.js +1 -2
- package/lib/MultiSelect/props/propTypes.js +1 -2
- package/lib/PopOver/PopOver.js +1 -3
- package/lib/Popup/Popup.js +1 -3
- package/lib/Popup/__tests__/Popup.spec.js +1 -3
- package/lib/Provider/LibraryContext.js +2 -4
- package/lib/Radio/Radio.js +1 -3
- package/lib/Responsive/CustomResponsive.js +3 -5
- package/lib/Responsive/RefWrapper.js +2 -4
- package/lib/Responsive/ResizeComponent.js +1 -3
- package/lib/Responsive/ResizeObserver.js +1 -4
- package/lib/Responsive/Responsive.js +3 -5
- package/lib/Responsive/sizeObservers.js +2 -4
- package/lib/ResponsiveDropBox/ResponsiveDropBox.js +1 -3
- package/lib/Ribbon/Ribbon.js +1 -3
- package/lib/Select/GroupSelect.js +2 -4
- package/lib/Select/Select.js +6 -14
- package/lib/Select/SelectWithAvatar.js +1 -3
- package/lib/Select/SelectWithIcon.js +1 -3
- package/lib/Select/__tests__/Select.spec.js +1 -1
- package/lib/Select/props/defaultProps.js +1 -4
- package/lib/Stencils/Stencils.js +1 -3
- package/lib/Switch/Switch.js +1 -3
- package/lib/Tab/Tab.js +1 -1
- package/lib/Tab/TabWrapper.js +1 -1
- package/lib/Tab/Tabs.js +3 -5
- package/lib/Tag/Tag.js +1 -3
- package/lib/TextBox/TextBox.js +1 -3
- package/lib/TextBox/props/propTypes.js +1 -4
- package/lib/TextBoxIcon/TextBoxIcon.js +2 -5
- package/lib/Textarea/Textarea.js +1 -3
- package/lib/Tooltip/Tooltip.js +1 -3
- package/lib/Tooltip/__tests__/Tooltip.spec.js +1 -3
- package/lib/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +1 -3
- package/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +2 -4
- package/lib/deprecated/PortalLayer/PortalLayer.js +1 -3
- package/lib/semantic/Button/Button.js +1 -4
- package/lib/utils/constructFullName.js +1 -1
- package/lib/utils/dropDownUtils.js +2 -4
- package/package.json +27 -17
package/lib/DateTime/DateTime.js
CHANGED
|
@@ -23,18 +23,15 @@ var _CustomResponsive = require("../Responsive/CustomResponsive");
|
|
|
23
23
|
var _Layout = require("../Layout");
|
|
24
24
|
var _dateFormatUtils = require("./dateFormatUtils");
|
|
25
25
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
26
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
27
26
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
28
27
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
29
28
|
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(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
30
29
|
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; }
|
|
31
|
-
function _iterableToArrayLimit(arr, i) { var _i =
|
|
30
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
32
31
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
33
32
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
34
|
-
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,
|
|
33
|
+
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); } }
|
|
35
34
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
36
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
37
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
38
35
|
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
39
36
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
40
37
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -661,8 +658,7 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
661
658
|
positionsOffset = _this$props7.positionsOffset,
|
|
662
659
|
targetOffset = _this$props7.targetOffset,
|
|
663
660
|
isRestrictScroll = _this$props7.isRestrictScroll,
|
|
664
|
-
dropBoxPortalId = _this$props7.dropBoxPortalId
|
|
665
|
-
dropBoxProps = _this$props7.dropBoxProps;
|
|
661
|
+
dropBoxPortalId = _this$props7.dropBoxPortalId;
|
|
666
662
|
var _i18nKeys$timeText = i18nKeys.timeText,
|
|
667
663
|
timeText = _i18nKeys$timeText === void 0 ? 'Time' : _i18nKeys$timeText,
|
|
668
664
|
_i18nKeys$submitText = i18nKeys.submitText,
|
|
@@ -752,7 +748,7 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
752
748
|
responsiveId: "Helmet"
|
|
753
749
|
}, function (_ref4) {
|
|
754
750
|
var tabletMode = _ref4.tabletMode;
|
|
755
|
-
return /*#__PURE__*/_react["default"].createElement(_ResponsiveDropBox["default"],
|
|
751
|
+
return /*#__PURE__*/_react["default"].createElement(_ResponsiveDropBox["default"], {
|
|
756
752
|
size: boxSize,
|
|
757
753
|
boxPosition: position,
|
|
758
754
|
isActive: isActive,
|
|
@@ -772,7 +768,7 @@ var DateTime = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
772
768
|
targetOffset: targetOffset,
|
|
773
769
|
isRestrictScroll: isRestrictScroll,
|
|
774
770
|
portalId: dropBoxPortalId
|
|
775
|
-
},
|
|
771
|
+
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, null, childEle));
|
|
776
772
|
}) : null;
|
|
777
773
|
}
|
|
778
774
|
}]);
|
|
@@ -13,10 +13,8 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
|
|
|
13
13
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
14
14
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && 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; }
|
|
15
15
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
16
|
-
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,
|
|
16
|
+
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); } }
|
|
17
17
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
18
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
19
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
20
18
|
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
21
19
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
22
20
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -14,10 +14,8 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
|
|
|
14
14
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
15
15
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && 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; }
|
|
16
16
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
17
|
-
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,
|
|
17
|
+
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); } }
|
|
18
18
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
19
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
20
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
21
19
|
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
22
20
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
23
21
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -27,10 +27,8 @@ var _Common = require("../utils/Common");
|
|
|
27
27
|
var _constants = require("./constants");
|
|
28
28
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
29
29
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
30
|
-
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,
|
|
30
|
+
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); } }
|
|
31
31
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
32
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
33
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
34
32
|
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
35
33
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
36
34
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -66,7 +64,6 @@ var DateWidgetComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
66
64
|
_this.handleDateIconClick = _this.handleDateIconClick.bind(_assertThisInitialized(_this));
|
|
67
65
|
_this.handleSelectionRangeDetails = _this.handleSelectionRangeDetails.bind(_assertThisInitialized(_this));
|
|
68
66
|
_this.handleBlurSelectionRange = _this.handleBlurSelectionRange.bind(_assertThisInitialized(_this));
|
|
69
|
-
_this.handleExposePopupHandlers = _this.handleExposePopupHandlers.bind(_assertThisInitialized(_this));
|
|
70
67
|
_this.state = {
|
|
71
68
|
selected: '',
|
|
72
69
|
displayText: '',
|
|
@@ -106,7 +103,6 @@ var DateWidgetComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
106
103
|
selected: newSelected
|
|
107
104
|
});
|
|
108
105
|
this.handleSelectionRangeDetails(this.props);
|
|
109
|
-
this.handleExposePopupHandlers();
|
|
110
106
|
}
|
|
111
107
|
}, {
|
|
112
108
|
key: "componentDidUpdate",
|
|
@@ -224,29 +220,16 @@ var DateWidgetComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
224
220
|
onPassValidation && onPassValidation(value, targetTag);
|
|
225
221
|
}
|
|
226
222
|
}
|
|
227
|
-
}, {
|
|
228
|
-
key: "handleExposePopupHandlers",
|
|
229
|
-
value: function handleExposePopupHandlers() {
|
|
230
|
-
var _this$props3 = this.props,
|
|
231
|
-
removeClose = _this$props3.removeClose,
|
|
232
|
-
togglePopup = _this$props3.togglePopup,
|
|
233
|
-
getPopupHandlers = _this$props3.getPopupHandlers;
|
|
234
|
-
var methods = {
|
|
235
|
-
removeClose: removeClose,
|
|
236
|
-
togglePopup: this.handleTogglePopup
|
|
237
|
-
};
|
|
238
|
-
getPopupHandlers && getPopupHandlers(methods);
|
|
239
|
-
}
|
|
240
223
|
}, {
|
|
241
224
|
key: "handleTogglePopup",
|
|
242
225
|
value: function handleTogglePopup(e, isOpenOnly) {
|
|
243
|
-
var _this$
|
|
244
|
-
togglePopup = _this$
|
|
245
|
-
_this$
|
|
246
|
-
defaultPosition = _this$
|
|
247
|
-
openPopupOnly = _this$
|
|
248
|
-
isPopupOpen = _this$
|
|
249
|
-
removeClose = _this$
|
|
226
|
+
var _this$props3 = this.props,
|
|
227
|
+
togglePopup = _this$props3.togglePopup,
|
|
228
|
+
_this$props3$defaultP = _this$props3.defaultPosition,
|
|
229
|
+
defaultPosition = _this$props3$defaultP === void 0 ? 'bottom' : _this$props3$defaultP,
|
|
230
|
+
openPopupOnly = _this$props3.openPopupOnly,
|
|
231
|
+
isPopupOpen = _this$props3.isPopupOpen,
|
|
232
|
+
removeClose = _this$props3.removeClose;
|
|
250
233
|
if (isOpenOnly) {
|
|
251
234
|
if (!isPopupOpen) {
|
|
252
235
|
togglePopup(e, "".concat(defaultPosition, "Right"));
|
|
@@ -338,12 +321,12 @@ var DateWidgetComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
338
321
|
key: "handleKeyDown",
|
|
339
322
|
value: function handleKeyDown(e) {
|
|
340
323
|
var keyCode = e.keyCode;
|
|
341
|
-
var _this$
|
|
342
|
-
isPopupOpen = _this$
|
|
343
|
-
isPopupOpenOnEnter = _this$
|
|
344
|
-
onKeyDown = _this$
|
|
345
|
-
closePopupOnly = _this$
|
|
346
|
-
cantEditOnPopupOpen = _this$
|
|
324
|
+
var _this$props4 = this.props,
|
|
325
|
+
isPopupOpen = _this$props4.isPopupOpen,
|
|
326
|
+
isPopupOpenOnEnter = _this$props4.isPopupOpenOnEnter,
|
|
327
|
+
onKeyDown = _this$props4.onKeyDown,
|
|
328
|
+
closePopupOnly = _this$props4.closePopupOnly,
|
|
329
|
+
cantEditOnPopupOpen = _this$props4.cantEditOnPopupOpen;
|
|
347
330
|
var isAllowedDateType = this.handleGetAllowedType();
|
|
348
331
|
if (isPopupOpen) {
|
|
349
332
|
if (keyCode === 9 && !isAllowedDateType) {
|
|
@@ -440,19 +423,19 @@ var DateWidgetComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
440
423
|
if ((0, _dateFormatUtils.getIsSupportedKey)(e)) {
|
|
441
424
|
e.preventDefault();
|
|
442
425
|
}
|
|
443
|
-
var _this$
|
|
444
|
-
isDateTime = _this$
|
|
445
|
-
timeZone = _this$
|
|
446
|
-
value = _this$
|
|
447
|
-
onSelect = _this$
|
|
448
|
-
id = _this$
|
|
449
|
-
min = _this$
|
|
450
|
-
max = _this$
|
|
451
|
-
minErrorText = _this$
|
|
452
|
-
maxErrorText = _this$
|
|
453
|
-
onError = _this$
|
|
454
|
-
closePopupOnly = _this$
|
|
455
|
-
is24Hour = _this$
|
|
426
|
+
var _this$props5 = this.props,
|
|
427
|
+
isDateTime = _this$props5.isDateTime,
|
|
428
|
+
timeZone = _this$props5.timeZone,
|
|
429
|
+
value = _this$props5.value,
|
|
430
|
+
onSelect = _this$props5.onSelect,
|
|
431
|
+
id = _this$props5.id,
|
|
432
|
+
min = _this$props5.min,
|
|
433
|
+
max = _this$props5.max,
|
|
434
|
+
minErrorText = _this$props5.minErrorText,
|
|
435
|
+
maxErrorText = _this$props5.maxErrorText,
|
|
436
|
+
onError = _this$props5.onError,
|
|
437
|
+
closePopupOnly = _this$props5.closePopupOnly,
|
|
438
|
+
is24Hour = _this$props5.is24Hour;
|
|
456
439
|
var _this$state3 = this.state,
|
|
457
440
|
dateFormatSelection = _this$state3.dateFormatSelection,
|
|
458
441
|
day = _this$state3.day,
|
|
@@ -711,17 +694,17 @@ var DateWidgetComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
711
694
|
if (!isAllowedDateType) {
|
|
712
695
|
this.handleTogglePopup(e);
|
|
713
696
|
} else {
|
|
714
|
-
var _this$
|
|
715
|
-
isPopupOpenOnClick = _this$
|
|
716
|
-
isReadOnly = _this$
|
|
717
|
-
isDisabled = _this$
|
|
697
|
+
var _this$props6 = this.props,
|
|
698
|
+
isPopupOpenOnClick = _this$props6.isPopupOpenOnClick,
|
|
699
|
+
isReadOnly = _this$props6.isReadOnly,
|
|
700
|
+
isDisabled = _this$props6.isDisabled;
|
|
718
701
|
if (isPopupOpenOnClick && (!isReadOnly || !isDisabled)) {
|
|
719
702
|
this.handleTogglePopup(e, true);
|
|
720
703
|
}
|
|
721
|
-
var _this$
|
|
722
|
-
isPopupCloseOnClick = _this$
|
|
723
|
-
isPopupOpen = _this$
|
|
724
|
-
closePopupOnly = _this$
|
|
704
|
+
var _this$props7 = this.props,
|
|
705
|
+
isPopupCloseOnClick = _this$props7.isPopupCloseOnClick,
|
|
706
|
+
isPopupOpen = _this$props7.isPopupOpen,
|
|
707
|
+
closePopupOnly = _this$props7.closePopupOnly;
|
|
725
708
|
if (isPopupCloseOnClick && !isPopupOpen) {
|
|
726
709
|
closePopupOnly && closePopupOnly(e);
|
|
727
710
|
}
|
|
@@ -748,12 +731,12 @@ var DateWidgetComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
748
731
|
isDateEdited = _this$state4.isDateEdited,
|
|
749
732
|
isFocused = _this$state4.isFocused,
|
|
750
733
|
selected = _this$state4.selected;
|
|
751
|
-
var _this$
|
|
752
|
-
isDateTime = _this$
|
|
753
|
-
is24Hour = _this$
|
|
754
|
-
isPopupReady = _this$
|
|
755
|
-
timeZone = _this$
|
|
756
|
-
isPopupOpen = _this$
|
|
734
|
+
var _this$props8 = this.props,
|
|
735
|
+
isDateTime = _this$props8.isDateTime,
|
|
736
|
+
is24Hour = _this$props8.is24Hour,
|
|
737
|
+
isPopupReady = _this$props8.isPopupReady,
|
|
738
|
+
timeZone = _this$props8.timeZone,
|
|
739
|
+
isPopupOpen = _this$props8.isPopupOpen;
|
|
757
740
|
if (isDateEdited || isFocused || isPopupReady || isPopupOpen) {
|
|
758
741
|
var _getDateDetails2 = (0, _dateFormat.getDateDetails)(selected, {
|
|
759
742
|
day: day,
|
|
@@ -800,10 +783,10 @@ var DateWidgetComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
800
783
|
}, {
|
|
801
784
|
key: "handleGetAllowedType",
|
|
802
785
|
value: function handleGetAllowedType() {
|
|
803
|
-
var _this$
|
|
804
|
-
isReadOnly = _this$
|
|
805
|
-
isDisabled = _this$
|
|
806
|
-
isEditable = _this$
|
|
786
|
+
var _this$props9 = this.props,
|
|
787
|
+
isReadOnly = _this$props9.isReadOnly,
|
|
788
|
+
isDisabled = _this$props9.isDisabled,
|
|
789
|
+
isEditable = _this$props9.isEditable;
|
|
807
790
|
if (isEditable) {
|
|
808
791
|
if (isReadOnly || isDisabled) {
|
|
809
792
|
return false;
|
|
@@ -815,10 +798,10 @@ var DateWidgetComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
815
798
|
}, {
|
|
816
799
|
key: "handleDateClear",
|
|
817
800
|
value: function handleDateClear() {
|
|
818
|
-
var _this$
|
|
819
|
-
id = _this$
|
|
820
|
-
onSelect = _this$
|
|
821
|
-
value = _this$
|
|
801
|
+
var _this$props10 = this.props,
|
|
802
|
+
id = _this$props10.id,
|
|
803
|
+
onSelect = _this$props10.onSelect,
|
|
804
|
+
value = _this$props10.value;
|
|
822
805
|
this.setState({
|
|
823
806
|
day: '',
|
|
824
807
|
month: '',
|
|
@@ -886,45 +869,44 @@ var DateWidgetComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
886
869
|
}, {
|
|
887
870
|
key: "render",
|
|
888
871
|
value: function render() {
|
|
889
|
-
var _this$
|
|
890
|
-
removeClose = _this$
|
|
891
|
-
minErrorText = _this$
|
|
892
|
-
maxErrorText = _this$
|
|
893
|
-
min = _this$
|
|
894
|
-
max = _this$
|
|
895
|
-
placeholder = _this$
|
|
896
|
-
isPopupOpen = _this$
|
|
897
|
-
isPopupReady = _this$
|
|
898
|
-
isDateTime = _this$
|
|
899
|
-
position = _this$
|
|
900
|
-
textBoxVariant = _this$
|
|
901
|
-
textBoxSize = _this$
|
|
902
|
-
_this$
|
|
903
|
-
children = _this$
|
|
904
|
-
isDisabled = _this$
|
|
905
|
-
getContainerRef = _this$
|
|
906
|
-
getTargetRef = _this$
|
|
907
|
-
timeZone = _this$
|
|
908
|
-
isReadOnly = _this$
|
|
909
|
-
dataId = _this$
|
|
910
|
-
needResponsive = _this$
|
|
911
|
-
className = _this$
|
|
912
|
-
needBorder = _this$
|
|
913
|
-
defaultTime = _this$
|
|
914
|
-
needDefaultTime = _this$
|
|
915
|
-
borderColor = _this$
|
|
916
|
-
i18nKeys = _this$
|
|
917
|
-
needErrorOnBlur = _this$
|
|
918
|
-
htmlId = _this$
|
|
919
|
-
iconOnHover = _this$
|
|
920
|
-
is24Hour = _this$
|
|
921
|
-
isAbsolutePositioningNeeded = _this$
|
|
922
|
-
positionsOffset = _this$
|
|
923
|
-
targetOffset = _this$
|
|
924
|
-
isRestrictScroll = _this$
|
|
925
|
-
dropBoxPortalId = _this$
|
|
926
|
-
|
|
927
|
-
a11y = _this$props12.a11y;
|
|
872
|
+
var _this$props11 = this.props,
|
|
873
|
+
removeClose = _this$props11.removeClose,
|
|
874
|
+
minErrorText = _this$props11.minErrorText,
|
|
875
|
+
maxErrorText = _this$props11.maxErrorText,
|
|
876
|
+
min = _this$props11.min,
|
|
877
|
+
max = _this$props11.max,
|
|
878
|
+
placeholder = _this$props11.placeholder,
|
|
879
|
+
isPopupOpen = _this$props11.isPopupOpen,
|
|
880
|
+
isPopupReady = _this$props11.isPopupReady,
|
|
881
|
+
isDateTime = _this$props11.isDateTime,
|
|
882
|
+
position = _this$props11.position,
|
|
883
|
+
textBoxVariant = _this$props11.textBoxVariant,
|
|
884
|
+
textBoxSize = _this$props11.textBoxSize,
|
|
885
|
+
_this$props11$childre = _this$props11.children,
|
|
886
|
+
children = _this$props11$childre === void 0 ? null : _this$props11$childre,
|
|
887
|
+
isDisabled = _this$props11.isDisabled,
|
|
888
|
+
getContainerRef = _this$props11.getContainerRef,
|
|
889
|
+
getTargetRef = _this$props11.getTargetRef,
|
|
890
|
+
timeZone = _this$props11.timeZone,
|
|
891
|
+
isReadOnly = _this$props11.isReadOnly,
|
|
892
|
+
dataId = _this$props11.dataId,
|
|
893
|
+
needResponsive = _this$props11.needResponsive,
|
|
894
|
+
className = _this$props11.className,
|
|
895
|
+
needBorder = _this$props11.needBorder,
|
|
896
|
+
defaultTime = _this$props11.defaultTime,
|
|
897
|
+
needDefaultTime = _this$props11.needDefaultTime,
|
|
898
|
+
borderColor = _this$props11.borderColor,
|
|
899
|
+
i18nKeys = _this$props11.i18nKeys,
|
|
900
|
+
needErrorOnBlur = _this$props11.needErrorOnBlur,
|
|
901
|
+
htmlId = _this$props11.htmlId,
|
|
902
|
+
iconOnHover = _this$props11.iconOnHover,
|
|
903
|
+
is24Hour = _this$props11.is24Hour,
|
|
904
|
+
isAbsolutePositioningNeeded = _this$props11.isAbsolutePositioningNeeded,
|
|
905
|
+
positionsOffset = _this$props11.positionsOffset,
|
|
906
|
+
targetOffset = _this$props11.targetOffset,
|
|
907
|
+
isRestrictScroll = _this$props11.isRestrictScroll,
|
|
908
|
+
dropBoxPortalId = _this$props11.dropBoxPortalId,
|
|
909
|
+
a11y = _this$props11.a11y;
|
|
928
910
|
var _this$state5 = this.state,
|
|
929
911
|
_this$state5$selected = _this$state5.selected,
|
|
930
912
|
value = _this$state5$selected === void 0 ? '' : _this$state5$selected,
|
|
@@ -936,7 +918,7 @@ var DateWidgetComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
936
918
|
var showClear = !(isDisabled || isReadOnly) && (isDateEdited || value) ? true : false;
|
|
937
919
|
var showError = needErrorOnBlur ? isError && !isFocused && !isPopupOpen : isError;
|
|
938
920
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
939
|
-
className: "".concat(
|
|
921
|
+
className: "".concat(_DateWidgetModule["default"].container)
|
|
940
922
|
}, children ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
941
923
|
"data-id": "".concat(isDisabled ? "".concat(dataId, "_disabled") : isReadOnly ? "".concat(dataId, "_readOnly") : "".concat(dataId, "_widget")),
|
|
942
924
|
onClick: isDisabled || isReadOnly ? null : this.handleTogglePopup,
|
|
@@ -1009,8 +991,7 @@ var DateWidgetComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
1009
991
|
positionsOffset: positionsOffset,
|
|
1010
992
|
targetOffset: targetOffset,
|
|
1011
993
|
isRestrictScroll: isRestrictScroll,
|
|
1012
|
-
dropBoxPortalId: dropBoxPortalId
|
|
1013
|
-
isPadding: highlightPosition ? true : false
|
|
994
|
+
dropBoxPortalId: dropBoxPortalId
|
|
1014
995
|
}));
|
|
1015
996
|
}
|
|
1016
997
|
}]);
|
package/lib/DateTime/DaysRow.js
CHANGED
|
@@ -12,10 +12,8 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
|
|
|
12
12
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
13
13
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && 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; }
|
|
14
14
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
15
|
-
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,
|
|
15
|
+
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); } }
|
|
16
16
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
17
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
18
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
19
17
|
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
20
18
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
21
19
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
package/lib/DateTime/Time.js
CHANGED
|
@@ -13,10 +13,8 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
|
|
|
13
13
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
14
14
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && 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; }
|
|
15
15
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
16
|
-
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,
|
|
16
|
+
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); } }
|
|
17
17
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
18
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
19
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
20
18
|
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
21
19
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
22
20
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
package/lib/DateTime/YearView.js
CHANGED
|
@@ -16,10 +16,8 @@ var _YearViewModule = _interopRequireDefault(require("./YearView.module.css"));
|
|
|
16
16
|
var _dateFormatUtils = require("./dateFormatUtils");
|
|
17
17
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
18
18
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
19
|
-
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,
|
|
19
|
+
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); } }
|
|
20
20
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
21
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
22
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
23
21
|
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
24
22
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
25
23
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -12,7 +12,7 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArra
|
|
|
12
12
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
13
13
|
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(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
14
14
|
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; }
|
|
15
|
-
function _iterableToArrayLimit(arr, i) { var _i =
|
|
15
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
16
16
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
17
17
|
function getChangedHour(values, event, focusOrders, keyActions) {
|
|
18
18
|
var _ref = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {},
|
|
@@ -51,8 +51,7 @@ var DateWidget_defaultProps = {
|
|
|
51
51
|
needErrorOnBlur: false,
|
|
52
52
|
isEditable: false,
|
|
53
53
|
iconOnHover: false,
|
|
54
|
-
is24Hour: false
|
|
55
|
-
highlightPosition: false
|
|
54
|
+
is24Hour: false
|
|
56
55
|
};
|
|
57
56
|
exports.DateWidget_defaultProps = DateWidget_defaultProps;
|
|
58
57
|
var YearView_defaultProps = {
|
package/lib/DropBox/DropBox.js
CHANGED
|
@@ -21,10 +21,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
21
21
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && 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; }
|
|
22
22
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
23
23
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
24
|
-
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,
|
|
24
|
+
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); } }
|
|
25
25
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
26
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
27
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
28
26
|
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
29
27
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
30
28
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
package/lib/DropDown/DropDown.js
CHANGED
|
@@ -14,10 +14,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
14
14
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && 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; }
|
|
15
15
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
16
16
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
17
|
-
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,
|
|
17
|
+
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); } }
|
|
18
18
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
19
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
20
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
21
19
|
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
22
20
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
23
21
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -25,8 +23,7 @@ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) ===
|
|
|
25
23
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
26
24
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
27
25
|
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
28
|
-
/* eslint css-modules/no-unused-class: [2, { markAsUsed: ['dropdown', 'shadow', 'target', 'menu', 'header', 'headertext', 'list', 'padding', 'listHover', 'active', 'children', 'user', 'footer', 'separator', 'small', 'search', 'medium', 'heading'] }] */
|
|
29
|
-
var DropDown = /*#__PURE__*/function (_React$Component) {
|
|
26
|
+
/* eslint css-modules/no-unused-class: [2, { markAsUsed: ['dropdown', 'shadow', 'target', 'menu', 'header', 'headertext', 'list', 'padding', 'listHover', 'active', 'children', 'user', 'footer', 'separator', 'small', 'search', 'medium', 'heading'] }] */var DropDown = /*#__PURE__*/function (_React$Component) {
|
|
30
27
|
_inherits(DropDown, _React$Component);
|
|
31
28
|
var _super = _createSuper(DropDown);
|
|
32
29
|
function DropDown() {
|
|
@@ -11,10 +11,8 @@ var _defaultProps = require("./props/defaultProps");
|
|
|
11
11
|
var _DropDownHeadingModule = _interopRequireDefault(require("./DropDownHeading.module.css"));
|
|
12
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
13
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
14
|
-
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,
|
|
14
|
+
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); } }
|
|
15
15
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
16
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
17
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
18
16
|
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
19
17
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
20
18
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -11,10 +11,8 @@ var _defaultProps = require("./props/defaultProps");
|
|
|
11
11
|
var _DropDownItemModule = _interopRequireDefault(require("./DropDownItem.module.css"));
|
|
12
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
13
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
14
|
-
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,
|
|
14
|
+
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); } }
|
|
15
15
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
16
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
17
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
18
16
|
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
19
17
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
20
18
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -12,10 +12,8 @@ var _TextBox = _interopRequireDefault(require("../TextBox/TextBox"));
|
|
|
12
12
|
var _DropDownSearchModule = _interopRequireDefault(require("./DropDownSearch.module.css"));
|
|
13
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
14
14
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
15
|
-
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,
|
|
15
|
+
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); } }
|
|
16
16
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
17
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
18
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
19
17
|
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
20
18
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
21
19
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
@@ -23,8 +21,7 @@ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) ===
|
|
|
23
21
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
24
22
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
25
23
|
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
26
|
-
/* eslint css-modules/no-unused-class: [2, { markAsUsed: ['dropdown', 'menu', 'shadow', 'target', 'header', 'headertext', 'list', 'padding', 'listHover', 'active', 'children', 'user', 'footer', separator, 'small', 'search', 'medium', 'heading', 'listGroup'] }] */
|
|
27
|
-
var DropDownSearch = /*#__PURE__*/function (_React$Component) {
|
|
24
|
+
/* eslint css-modules/no-unused-class: [2, { markAsUsed: ['dropdown', 'menu', 'shadow', 'target', 'header', 'headertext', 'list', 'padding', 'listHover', 'active', 'children', 'user', 'footer', separator, 'small', 'search', 'medium', 'heading', 'listGroup'] }] */var DropDownSearch = /*#__PURE__*/function (_React$Component) {
|
|
28
25
|
_inherits(DropDownSearch, _React$Component);
|
|
29
26
|
var _super = _createSuper(DropDownSearch);
|
|
30
27
|
function DropDownSearch(props) {
|
|
@@ -10,10 +10,8 @@ var _propTypes = require("./props/propTypes");
|
|
|
10
10
|
var _DropDownSeparatorModule = _interopRequireDefault(require("./DropDownSeparator.module.css"));
|
|
11
11
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
12
12
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
13
|
-
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,
|
|
13
|
+
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); } }
|
|
14
14
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
15
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
16
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
17
15
|
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 } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
18
16
|
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
19
17
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|