@zohodesk/components 1.0.0-temp-212 → 1.0.0-temp-199.4
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/.cli/propValidation_report.html +1 -1
- package/README.md +9 -1
- package/es/Accordion/Accordion.js +2 -2
- package/es/Accordion/AccordionItem.js +4 -4
- package/es/Accordion/__tests__/Accordion.spec.js +1 -1
- package/es/Accordion/__tests__/AccordionItem.spec.js +1 -1
- package/es/Accordion/index.js +2 -2
- package/es/Animation/Animation.js +3 -3
- package/es/Animation/__tests__/Animation.spec.js +1 -1
- package/es/Animation/utils.js +1 -1
- package/es/AppContainer/AppContainer.js +9 -9
- package/es/AppContainer/__tests__/AppContainer.spec.js +1 -1
- package/es/Avatar/Avatar.js +5 -5
- package/es/Avatar/__tests__/Avatar.spec.js +1 -1
- package/es/AvatarTeam/AvatarTeam.js +4 -4
- package/es/AvatarTeam/__tests__/AvatarTeam.spec.js +1 -1
- package/es/Button/Button.js +6 -13
- package/es/Button/__tests__/Button.spec.js +1 -1
- package/es/Button/css/Button.module.css +0 -78
- package/es/Button/css/cssJSLogic.js +3 -7
- package/es/Button/index.js +2 -2
- package/es/Button/props/defaultProps.js +1 -1
- package/es/Buttongroup/Buttongroup.js +3 -3
- package/es/Buttongroup/__tests__/Buttongroup.spec.js +1 -1
- package/es/Card/Card.js +5 -5
- package/es/Card/__tests__/Card.spec.js +1 -1
- package/es/Card/index.js +4 -4
- package/es/CheckBox/CheckBox.js +6 -6
- package/es/CheckBox/__tests__/CheckBox.spec.js +1 -1
- package/es/DateTime/CalendarView.js +6 -6
- package/es/DateTime/DateTime.js +15 -15
- package/es/DateTime/DateTimePopupFooter.js +5 -5
- package/es/DateTime/DateTimePopupHeader.js +4 -4
- package/es/DateTime/DateWidget.js +17 -17
- package/es/DateTime/DaysRow.js +3 -3
- package/es/DateTime/Time.js +5 -5
- package/es/DateTime/YearView.js +6 -6
- package/es/DateTime/__tests__/CalendarView.spec.js +1 -1
- package/es/DateTime/__tests__/DateTime.spec.js +1 -1
- package/es/DateTime/__tests__/DateTimePopupFooter.spec.js +1 -1
- package/es/DateTime/__tests__/DateTimePopupHeader.spec.js +1 -1
- package/es/DateTime/__tests__/DateWidget.spec.js +1 -1
- package/es/DateTime/__tests__/DaysRow.spec.js +1 -1
- package/es/DateTime/__tests__/Time.spec.js +1 -1
- package/es/DateTime/__tests__/YearView.spec.js +1 -1
- package/es/DateTime/dateFormatUtils/dateFormat.js +4 -4
- package/es/DateTime/dateFormatUtils/dayChange.js +2 -2
- package/es/DateTime/dateFormatUtils/index.js +3 -3
- package/es/DateTime/dateFormatUtils/monthChange.js +2 -2
- package/es/DateTime/dateFormatUtils/timeChange.js +2 -2
- package/es/DateTime/dateFormatUtils/yearChange.js +2 -2
- package/es/DateTime/index.js +1 -1
- package/es/DateTime/props/propTypes.js +1 -1
- package/es/DateTime/validator.js +2 -2
- package/es/DropBox/DropBox.js +9 -9
- package/es/DropBox/DropBoxElement/DropBoxElement.js +9 -7
- package/es/DropBox/DropBoxElement/__tests__/DropBoxElement.spec.js +1 -1
- package/es/DropBox/DropBoxElement/__tests__/__snapshots__/DropBoxElement.spec.js.snap +1 -0
- package/es/DropBox/DropBoxElement/css/cssJSLogic.js +1 -1
- package/es/DropBox/DropBoxElement/useDropboxPosCalc.js +1 -1
- package/es/DropBox/__tests__/DropBox.spec.js +1 -1
- package/es/DropBox/__tests__/__snapshots__/DropBox.spec.js.snap +1 -0
- package/es/DropBox/css/cssJSLogic.js +1 -1
- package/es/DropBox/props/defaultProps.js +1 -1
- package/es/DropBox/props/propTypes.js +1 -1
- package/es/DropBox/utils/isMobilePopover.js +1 -1
- package/es/DropDown/DropDown.js +4 -4
- package/es/DropDown/DropDownHeading.js +3 -3
- package/es/DropDown/DropDownItem.js +3 -3
- package/es/DropDown/DropDownSearch.js +4 -4
- package/es/DropDown/DropDownSeparator.js +2 -2
- package/es/DropDown/__tests__/DropDown.spec.js +1 -1
- package/es/DropDown/__tests__/DropDownHeading.spec.js +1 -1
- package/es/DropDown/__tests__/DropDownItem.spec.js +1 -1
- package/es/DropDown/__tests__/DropDownSearch.spec.js +1 -1
- package/es/DropDown/__tests__/DropDownSeparator.spec.js +1 -1
- package/es/DropDown/__tests__/__snapshots__/DropDown.spec.js.snap +1 -0
- package/es/DropDown/index.js +7 -7
- package/es/DropDown/props/propTypes.js +1 -1
- package/es/Heading/Heading.js +4 -4
- package/es/Heading/__tests__/Heading.spec.js +1 -1
- package/es/Label/Label.js +4 -4
- package/es/Label/__tests__/Label.spec.js +1 -1
- package/es/Layout/Box.js +4 -4
- package/es/Layout/Container.js +4 -4
- package/es/Layout/__tests__/Box.spec.js +1 -1
- package/es/Layout/__tests__/Container.spec.js +1 -1
- package/es/Layout/index.js +2 -2
- package/es/ListItem/ListContainer.js +6 -6
- package/es/ListItem/ListItem.js +7 -7
- package/es/ListItem/ListItem.module.css +85 -18
- package/es/ListItem/ListItemWithAvatar.js +10 -10
- package/es/ListItem/ListItemWithCheckBox.js +6 -6
- package/es/ListItem/ListItemWithIcon.js +7 -7
- package/es/ListItem/ListItemWithRadio.js +6 -6
- package/es/ListItem/__tests__/ListContainer.spec.js +1 -1
- package/es/ListItem/__tests__/ListItem.spec.js +1 -1
- package/es/ListItem/__tests__/ListItemWithAvatar.spec.js +1 -1
- package/es/ListItem/__tests__/ListItemWithCheckBox.spec.js +1 -1
- package/es/ListItem/__tests__/ListItemWithIcon.spec.js +1 -1
- package/es/ListItem/__tests__/ListItemWithRadio.spec.js +1 -1
- package/es/ListItem/index.js +6 -6
- package/es/Modal/Modal.js +3 -3
- package/es/Modal/__tests__/Modal.spec.js +1 -1
- package/es/MultiSelect/AdvancedGroupMultiSelect.js +24 -19
- package/es/MultiSelect/AdvancedMultiSelect.js +19 -18
- package/es/MultiSelect/EmptyState.js +3 -3
- package/es/MultiSelect/MobileHeader/MobileHeader.js +5 -5
- package/es/MultiSelect/MobileHeader/__tests__/MobileHeader.spec.js +1 -1
- package/es/MultiSelect/MultiSelect.js +27 -22
- package/es/MultiSelect/MultiSelectHeader.js +4 -4
- package/es/MultiSelect/MultiSelectWithAvatar.js +16 -16
- package/es/MultiSelect/SelectedOptions.js +5 -5
- package/es/MultiSelect/Suggestions.js +14 -10
- package/es/MultiSelect/__tests__/AdvancedGroupMultiSelect.spec.js +1 -1
- package/es/MultiSelect/__tests__/AdvancedMultiSelect.spec.js +1 -1
- package/es/MultiSelect/__tests__/EmptyState.spec.js +1 -1
- package/es/MultiSelect/__tests__/MultiSelect.spec.js +1 -1
- package/es/MultiSelect/__tests__/MultiSelectHeader.spec.js +1 -1
- package/es/MultiSelect/__tests__/MultiSelectWithAvatar.spec.js +1 -1
- package/es/MultiSelect/__tests__/SelectedOptions.spec.js +1 -1
- package/es/MultiSelect/__tests__/Suggestions.spec.js +1 -1
- package/es/MultiSelect/index.js +4 -4
- package/es/MultiSelect/props/defaultProps.js +7 -5
- package/es/MultiSelect/props/propTypes.js +6 -3
- package/es/PopOver/PopOver.js +6 -6
- package/es/PopOver/__tests__/PopOver.spec.js +1 -1
- package/es/PopOver/index.js +3 -3
- package/es/Popup/Popup.js +110 -11
- package/es/Popup/intersectionObserver.js +39 -0
- package/es/Popup/props/propTypes.js +30 -0
- package/es/Provider/AvatarSize.js +1 -1
- package/es/Provider/CssProvider.js +1 -1
- package/es/Provider/IdProvider.js +2 -2
- package/es/Provider/LibraryContext.js +3 -5
- package/es/Provider/ZindexProvider.js +2 -2
- package/es/Provider/index.js +4 -4
- package/es/Radio/Radio.js +5 -5
- package/es/Radio/__tests__/Radio.spec.js +1 -1
- package/es/Responsive/CustomResponsive.js +7 -7
- package/es/Responsive/ResizeComponent.js +2 -2
- package/es/Responsive/Responsive.js +6 -6
- package/es/Responsive/index.js +3 -3
- package/es/Responsive/utils/index.js +1 -1
- package/es/Responsive/windowResizeObserver.js +1 -1
- package/es/ResponsiveDropBox/ResponsiveDropBox.js +6 -6
- package/es/ResponsiveDropBox/__tests__/ResponsiveDropBox.spec.js +1 -1
- package/es/ResponsiveDropBox/__tests__/__snapshots__/ResponsiveDropBox.spec.js.snap +1 -0
- package/es/ResponsiveDropBox/props/propTypes.js +1 -1
- package/es/Ribbon/Ribbon.js +3 -3
- package/es/Ribbon/__tests__/Ribbon.spec.js +1 -1
- package/es/RippleEffect/RippleEffect.js +4 -4
- package/es/RippleEffect/__tests__/RippleEffect.spec.js +1 -1
- package/es/Select/GroupSelect.js +23 -18
- package/es/Select/Select.js +15 -15
- package/es/Select/SelectWithAvatar.js +24 -19
- package/es/Select/SelectWithIcon.js +17 -15
- package/es/Select/__tests__/GroupSelect.spec.js +1 -1
- package/es/Select/__tests__/Select.spec.js +1 -1
- package/es/Select/__tests__/SelectWithAvatar.spec.js +1 -1
- package/es/Select/__tests__/SelectWithIcon.spec.js +1 -1
- package/es/Select/index.js +4 -4
- package/es/Select/props/defaultProps.js +5 -3
- package/es/Select/props/propTypes.js +4 -2
- package/es/Stencils/Stencils.js +3 -3
- package/es/Stencils/__tests__/Stencils.spec.js +1 -1
- package/es/Switch/Switch.js +5 -5
- package/es/Switch/__tests__/Switch.spec.js +1 -1
- package/es/Tab/Tab.js +5 -5
- package/es/Tab/TabContent.js +4 -4
- package/es/Tab/TabContentWrapper.js +3 -3
- package/es/Tab/TabWrapper.js +3 -3
- package/es/Tab/Tabs.js +13 -13
- package/es/Tab/__tests__/Tab.spec.js +1 -1
- package/es/Tab/__tests__/TabContent.spec.js +1 -1
- package/es/Tab/__tests__/TabContentWrapper.spec.js +1 -1
- package/es/Tab/__tests__/TabWrapper.spec.js +1 -1
- package/es/Tab/__tests__/Tabs.spec.js +1 -1
- package/es/Tab/index.js +5 -5
- package/es/Tag/Tag.js +7 -7
- package/es/Tag/__tests__/Tag.spec.js +1 -1
- package/es/TextBox/TextBox.js +4 -4
- package/es/TextBox/__tests__/TextBox.spec.js +1 -1
- package/es/TextBoxIcon/TextBoxIcon.js +6 -6
- package/es/TextBoxIcon/__tests__/TextBoxIcon.spec.js +1 -1
- package/es/TextBoxIcon/props/propTypes.js +1 -1
- package/es/Textarea/Textarea.js +3 -3
- package/es/Textarea/__tests__/Textarea.spec.js +1 -1
- package/es/Tooltip/Tooltip.js +6 -6
- package/es/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +3 -3
- package/es/VelocityAnimation/VelocityAnimation/__tests__/VelocityAnimation.spec.js +1 -1
- package/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +3 -3
- package/es/VelocityAnimation/VelocityAnimationGroup/__tests__/VelocityAnimationGroup.spec.js +1 -1
- package/es/VelocityAnimation/index.js +2 -2
- package/es/css.js +37 -37
- package/es/deprecated/PortalLayer/PortalLayer.js +3 -3
- package/es/index.js +39 -39
- package/es/semantic/Button/Button.js +3 -3
- package/es/semantic/Button/__tests__/Button.spec.js +1 -1
- package/es/semantic/index.js +1 -1
- package/es/utils/Common.js +1 -1
- package/es/utils/ContextOptimizer.js +1 -1
- package/es/utils/cssUtils.js +1 -1
- package/es/utils/datetime/common.js +1 -1
- package/es/utils/dropDownUtils.js +1 -1
- package/es/utils/index.js +1 -1
- package/es/v1/Accordion/Accordion.js +2 -2
- package/es/v1/Accordion/AccordionItem.js +4 -4
- package/es/v1/Accordion/index.js +2 -2
- package/es/v1/Animation/Animation.js +3 -3
- package/es/v1/Animation/utils.js +1 -1
- package/es/v1/AppContainer/AppContainer.js +8 -8
- package/es/v1/Avatar/Avatar.js +5 -5
- package/es/v1/AvatarTeam/AvatarTeam.js +4 -4
- package/es/v1/Button/Button.js +4 -4
- package/es/v1/Button/props/defaultProps.js +1 -1
- package/es/v1/Buttongroup/Buttongroup.js +3 -3
- package/es/v1/Card/Card.js +5 -5
- package/es/v1/Card/index.js +4 -4
- package/es/v1/CheckBox/CheckBox.js +6 -6
- package/es/v1/DateTime/CalendarView.js +7 -7
- package/es/v1/DateTime/DateTime.js +15 -15
- package/es/v1/DateTime/DateTimePopupFooter.js +5 -5
- package/es/v1/DateTime/DateTimePopupHeader.js +4 -4
- package/es/v1/DateTime/DateWidget.js +17 -17
- package/es/v1/DateTime/DaysRow.js +3 -3
- package/es/v1/DateTime/Time.js +5 -5
- package/es/v1/DateTime/YearView.js +6 -6
- package/es/v1/DateTime/index.js +1 -1
- package/es/v1/DateTime/props/propTypes.js +1 -1
- package/es/v1/DropBox/DropBox.js +9 -9
- package/es/v1/DropBox/DropBoxElement/DropBoxElement.js +6 -6
- package/es/v1/DropBox/props/defaultProps.js +1 -1
- package/es/v1/DropBox/props/propTypes.js +1 -1
- package/es/v1/DropBox/utils/isMobilePopover.js +1 -1
- package/es/v1/DropDown/DropDown.js +4 -4
- package/es/v1/DropDown/DropDownHeading.js +3 -3
- package/es/v1/DropDown/DropDownItem.js +3 -3
- package/es/v1/DropDown/DropDownSearch.js +4 -4
- package/es/v1/DropDown/DropDownSeparator.js +2 -2
- package/es/v1/DropDown/props/propTypes.js +1 -1
- package/es/v1/Heading/Heading.js +4 -4
- package/es/v1/Label/Label.js +4 -4
- package/es/v1/Layout/Box.js +4 -4
- package/es/v1/Layout/Container.js +4 -4
- package/es/v1/Layout/index.js +2 -2
- package/es/v1/ListItem/ListContainer.js +6 -6
- package/es/v1/ListItem/ListItem.js +5 -5
- package/es/v1/ListItem/ListItemWithAvatar.js +7 -7
- package/es/v1/ListItem/ListItemWithCheckBox.js +6 -6
- package/es/v1/ListItem/ListItemWithIcon.js +5 -5
- package/es/v1/ListItem/ListItemWithRadio.js +6 -6
- package/es/v1/ListItem/index.js +6 -6
- package/es/v1/Modal/Modal.js +3 -3
- package/es/v1/MultiSelect/AdvancedGroupMultiSelect.js +17 -17
- package/es/v1/MultiSelect/AdvancedMultiSelect.js +19 -18
- package/es/v1/MultiSelect/EmptyState.js +3 -3
- package/es/v1/MultiSelect/MobileHeader/MobileHeader.js +5 -5
- package/es/v1/MultiSelect/MultiSelect.js +26 -21
- package/es/v1/MultiSelect/MultiSelectHeader.js +4 -4
- package/es/v1/MultiSelect/MultiSelectWithAvatar.js +16 -16
- package/es/v1/MultiSelect/SelectedOptions.js +5 -5
- package/es/v1/MultiSelect/Suggestions.js +14 -10
- package/es/v1/MultiSelect/index.js +4 -4
- package/es/v1/MultiSelect/props/defaultProps.js +5 -3
- package/es/v1/MultiSelect/props/propTypes.js +6 -2
- package/es/v1/PopOver/PopOver.js +6 -6
- package/es/v1/Popup/Popup.js +3 -3
- package/es/v1/Radio/Radio.js +5 -5
- package/es/v1/ResponsiveDropBox/ResponsiveDropBox.js +6 -6
- package/es/v1/ResponsiveDropBox/props/propTypes.js +1 -1
- package/es/v1/Ribbon/Ribbon.js +3 -3
- package/es/v1/RippleEffect/RippleEffect.js +4 -4
- package/es/v1/Select/GroupSelect.js +23 -18
- package/es/v1/Select/Select.js +15 -15
- package/es/v1/Select/SelectWithAvatar.js +24 -19
- package/es/v1/Select/SelectWithIcon.js +13 -13
- package/es/v1/Select/index.js +4 -4
- package/es/v1/Select/props/defaultProps.js +5 -3
- package/es/v1/Select/props/propTypes.js +6 -2
- package/es/v1/Stencils/Stencils.js +3 -3
- package/es/v1/Switch/Switch.js +5 -5
- package/es/v1/Tab/Tab.js +5 -5
- package/es/v1/Tab/TabContent.js +4 -4
- package/es/v1/Tab/TabContentWrapper.js +3 -3
- package/es/v1/Tab/TabWrapper.js +3 -3
- package/es/v1/Tab/Tabs.js +13 -13
- package/es/v1/Tab/index.js +5 -5
- package/es/v1/Tag/Tag.js +7 -7
- package/es/v1/TextBox/TextBox.js +3 -3
- package/es/v1/TextBoxIcon/TextBoxIcon.js +6 -6
- package/es/v1/TextBoxIcon/props/propTypes.js +1 -1
- package/es/v1/Textarea/Textarea.js +3 -3
- package/es/v1/Tooltip/Tooltip.js +6 -6
- package/es/v1/Typography/Typography.js +4 -4
- package/es/v1/Typography/css/cssJSLogic.js +1 -1
- package/es/v1/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +3 -3
- package/es/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +3 -3
- package/es/v1/semantic/Button/Button.js +3 -3
- package/es/v1/semantic/index.js +1 -1
- package/lib/Button/Button.js +2 -24
- package/lib/Button/css/Button.module.css +0 -78
- package/lib/Button/css/cssJSLogic.js +10 -13
- package/lib/DropBox/DropBoxElement/DropBoxElement.js +3 -1
- package/lib/DropBox/DropBoxElement/__tests__/__snapshots__/DropBoxElement.spec.js.snap +1 -0
- package/lib/DropBox/__tests__/__snapshots__/DropBox.spec.js.snap +1 -0
- package/lib/DropDown/__tests__/__snapshots__/DropDown.spec.js.snap +1 -0
- package/lib/ListItem/ListItem.js +2 -2
- package/lib/ListItem/ListItem.module.css +85 -18
- package/lib/ListItem/ListItemWithAvatar.js +3 -3
- package/lib/ListItem/ListItemWithIcon.js +2 -2
- package/lib/MultiSelect/AdvancedGroupMultiSelect.js +7 -3
- package/lib/MultiSelect/AdvancedMultiSelect.js +3 -1
- package/lib/MultiSelect/MultiSelect.js +6 -3
- package/lib/MultiSelect/Suggestions.js +8 -4
- package/lib/MultiSelect/props/defaultProps.js +6 -4
- package/lib/MultiSelect/props/propTypes.js +8 -6
- package/lib/Popup/Popup.js +118 -9
- package/lib/Popup/intersectionObserver.js +62 -0
- package/lib/Popup/props/propTypes.js +51 -0
- package/lib/Provider/LibraryContext.js +1 -3
- package/lib/ResponsiveDropBox/__tests__/__snapshots__/ResponsiveDropBox.spec.js.snap +1 -0
- package/lib/Select/GroupSelect.js +8 -3
- package/lib/Select/SelectWithAvatar.js +8 -3
- package/lib/Select/SelectWithIcon.js +5 -3
- package/lib/Select/props/defaultProps.js +4 -2
- package/lib/Select/props/propTypes.js +4 -2
- package/lib/TextBox/TextBox.js +1 -1
- package/lib/v1/MultiSelect/AdvancedMultiSelect.js +3 -1
- package/lib/v1/MultiSelect/MultiSelect.js +8 -3
- package/lib/v1/MultiSelect/Suggestions.js +8 -4
- package/lib/v1/MultiSelect/props/defaultProps.js +4 -2
- package/lib/v1/MultiSelect/props/propTypes.js +6 -2
- package/lib/v1/Select/GroupSelect.js +8 -3
- package/lib/v1/Select/SelectWithAvatar.js +8 -3
- package/lib/v1/Select/props/defaultProps.js +4 -2
- package/lib/v1/Select/props/propTypes.js +6 -2
- package/package.json +5 -5
- package/result.json +1 -1
package/lib/Popup/Popup.js
CHANGED
|
@@ -9,10 +9,10 @@ exports["default"] = void 0;
|
|
|
9
9
|
|
|
10
10
|
var _react = _interopRequireDefault(require("react"));
|
|
11
11
|
|
|
12
|
-
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
13
|
-
|
|
14
12
|
var _hoistNonReactStatics = _interopRequireDefault(require("hoist-non-react-statics"));
|
|
15
13
|
|
|
14
|
+
var _propTypes = require("./props/propTypes");
|
|
15
|
+
|
|
16
16
|
var _Common = require("../utils/Common.js");
|
|
17
17
|
|
|
18
18
|
var _viewPort = _interopRequireDefault(require("./viewPort"));
|
|
@@ -21,6 +21,8 @@ var _PositionMapping = require("./PositionMapping.js");
|
|
|
21
21
|
|
|
22
22
|
var _ResizeObserver = _interopRequireDefault(require("@zohodesk/virtualizer/lib/commons/ResizeObserver.js"));
|
|
23
23
|
|
|
24
|
+
var _intersectionObserver = require("./intersectionObserver");
|
|
25
|
+
|
|
24
26
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
25
27
|
|
|
26
28
|
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); }
|
|
@@ -151,6 +153,12 @@ var Popup = function Popup(Component) {
|
|
|
151
153
|
_this.handleDocumentMouseDown = _this.handleDocumentMouseDown.bind(_assertThisInitialized(_this));
|
|
152
154
|
_this.handleDocumentFocus = _this.handleDocumentFocus.bind(_assertThisInitialized(_this));
|
|
153
155
|
_this.handleGetNeedPrevent = _this.handleGetNeedPrevent.bind(_assertThisInitialized(_this));
|
|
156
|
+
_this.handleBlockScroll = _this.handleBlockScroll.bind(_assertThisInitialized(_this));
|
|
157
|
+
_this.handlePositionChange = _this.handlePositionChange.bind(_assertThisInitialized(_this));
|
|
158
|
+
_this.preventKeyboardScroll = _this.preventKeyboardScroll.bind(_assertThisInitialized(_this));
|
|
159
|
+
_this.addScrollBlockListeners = _this.addScrollBlockListeners.bind(_assertThisInitialized(_this));
|
|
160
|
+
_this.removeScrollBlockListeners = _this.removeScrollBlockListeners.bind(_assertThisInitialized(_this));
|
|
161
|
+
_this.handleIntersectionObserver = _this.handleIntersectionObserver.bind(_assertThisInitialized(_this));
|
|
154
162
|
_this.popupObserver = new _ResizeObserver["default"](_this.handlePopupResize); //dropBoxSize
|
|
155
163
|
|
|
156
164
|
_this.size = null;
|
|
@@ -164,6 +172,7 @@ var Popup = function Popup(Component) {
|
|
|
164
172
|
scrollDebounceTime = _this$getScrollDeboun.scrollDebounceTime;
|
|
165
173
|
|
|
166
174
|
_this.handleScroll = (0, _Common.debounce)(_this.handleScroll.bind(_assertThisInitialized(_this)), scrollDebounceTime);
|
|
175
|
+
_this.handleDebouncedPositionChange = (0, _Common.debounce)(_this.handlePositionChange.bind(_assertThisInitialized(_this)), 100);
|
|
167
176
|
return _this;
|
|
168
177
|
}
|
|
169
178
|
|
|
@@ -207,7 +216,10 @@ var Popup = function Popup(Component) {
|
|
|
207
216
|
oldStateOpen = _ref2$isPopupReady === void 0 ? false : _ref2$isPopupReady;
|
|
208
217
|
|
|
209
218
|
var dropElement = this.dropElement;
|
|
210
|
-
var
|
|
219
|
+
var _this$props = this.props,
|
|
220
|
+
propResizeHandling = _this$props.needResizeHandling,
|
|
221
|
+
isAbsolutePositioningNeeded = _this$props.isAbsolutePositioningNeeded,
|
|
222
|
+
isOutsideScrollBlocked = _this$props.isOutsideScrollBlocked;
|
|
211
223
|
|
|
212
224
|
if (oldStateOpen !== isPopupReady) {
|
|
213
225
|
if (isPopupReady && dropElement && (propResizeHandling !== undefined ? propResizeHandling : needResizeHandling)) {
|
|
@@ -216,6 +228,16 @@ var Popup = function Popup(Component) {
|
|
|
216
228
|
this.size = null;
|
|
217
229
|
this.popupObserver.disconnect();
|
|
218
230
|
}
|
|
231
|
+
|
|
232
|
+
if (isOutsideScrollBlocked && !isAbsolutePositioningNeeded) {
|
|
233
|
+
if (isPopupReady) {
|
|
234
|
+
(0, _intersectionObserver.addIntersectionObserver)(this.placeHolderElement, this.handleIntersectionObserver);
|
|
235
|
+
this.addScrollBlockListeners();
|
|
236
|
+
} else {
|
|
237
|
+
(0, _intersectionObserver.removeIntersectionObserver)(this.placeHolderElement, this.handleIntersectionObserver);
|
|
238
|
+
this.removeScrollBlockListeners();
|
|
239
|
+
}
|
|
240
|
+
}
|
|
219
241
|
}
|
|
220
242
|
}
|
|
221
243
|
}, {
|
|
@@ -236,6 +258,8 @@ var Popup = function Popup(Component) {
|
|
|
236
258
|
|
|
237
259
|
return res;
|
|
238
260
|
}, popups);
|
|
261
|
+
(0, _intersectionObserver.removeIntersectionObserver)(this.placeHolderElement, this.handleIntersectionObserver);
|
|
262
|
+
this.removeScrollBlockListeners();
|
|
239
263
|
var noPopups = true;
|
|
240
264
|
|
|
241
265
|
for (var i in popups) {
|
|
@@ -259,6 +283,88 @@ var Popup = function Popup(Component) {
|
|
|
259
283
|
document.removeEventListener('focus', this.handleDocumentFocus, true);
|
|
260
284
|
}
|
|
261
285
|
}
|
|
286
|
+
}, {
|
|
287
|
+
key: "addScrollBlockListeners",
|
|
288
|
+
value: function addScrollBlockListeners() {
|
|
289
|
+
document.addEventListener('wheel', this.handleBlockScroll, {
|
|
290
|
+
capture: true,
|
|
291
|
+
passive: false
|
|
292
|
+
});
|
|
293
|
+
document.addEventListener('touchmove', this.handleBlockScroll, {
|
|
294
|
+
capture: true,
|
|
295
|
+
passive: false
|
|
296
|
+
});
|
|
297
|
+
document.addEventListener('scroll', this.handleDebouncedPositionChange, {
|
|
298
|
+
capture: true,
|
|
299
|
+
passive: false
|
|
300
|
+
});
|
|
301
|
+
document.addEventListener('keydown', this.preventKeyboardScroll, {
|
|
302
|
+
capture: true,
|
|
303
|
+
passive: false
|
|
304
|
+
});
|
|
305
|
+
}
|
|
306
|
+
}, {
|
|
307
|
+
key: "removeScrollBlockListeners",
|
|
308
|
+
value: function removeScrollBlockListeners() {
|
|
309
|
+
document.removeEventListener('wheel', this.handleBlockScroll, {
|
|
310
|
+
capture: true,
|
|
311
|
+
passive: false
|
|
312
|
+
});
|
|
313
|
+
document.removeEventListener('touchmove', this.handleBlockScroll, {
|
|
314
|
+
capture: true,
|
|
315
|
+
passive: false
|
|
316
|
+
});
|
|
317
|
+
document.removeEventListener('scroll', this.handleDebouncedPositionChange, {
|
|
318
|
+
capture: true,
|
|
319
|
+
passive: false
|
|
320
|
+
});
|
|
321
|
+
document.removeEventListener('keydown', this.preventKeyboardScroll, {
|
|
322
|
+
capture: true,
|
|
323
|
+
passive: false
|
|
324
|
+
});
|
|
325
|
+
}
|
|
326
|
+
}, {
|
|
327
|
+
key: "handleBlockScroll",
|
|
328
|
+
value: function handleBlockScroll(event) {
|
|
329
|
+
// const targetElement = this.placeHolderElement;
|
|
330
|
+
var containerElement = this.dropElement;
|
|
331
|
+
|
|
332
|
+
if (containerElement && containerElement !== event.target && !containerElement.contains(event.target)) {
|
|
333
|
+
// --- Scroll exclude Target & Container elements --- For reference. Will adopt in future
|
|
334
|
+
// if(
|
|
335
|
+
// (containerElement && (containerElement !== event.target && !containerElement.contains(event.target)))
|
|
336
|
+
// && (targetElement && (targetElement !== event.target && !targetElement.contains(event.target)))
|
|
337
|
+
// ) {
|
|
338
|
+
event.preventDefault();
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
}, {
|
|
342
|
+
key: "handlePositionChange",
|
|
343
|
+
value: function handlePositionChange(event) {
|
|
344
|
+
var targetElement = this.placeHolderElement;
|
|
345
|
+
var containerElement = this.dropElement;
|
|
346
|
+
|
|
347
|
+
if (containerElement && containerElement !== event.target && !containerElement.contains(event.target) && targetElement && targetElement !== event.target && !targetElement.contains(event.target) && event.target.contains(targetElement)) {
|
|
348
|
+
this.handlePopupPosition(this.state.position); // this.closePopupOnly(event);
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
}, {
|
|
352
|
+
key: "preventKeyboardScroll",
|
|
353
|
+
value: function preventKeyboardScroll(event) {
|
|
354
|
+
var containerElement = this.dropElement;
|
|
355
|
+
var keys = [32, 37, 38, 39, 40]; // Space, Arrow keys
|
|
356
|
+
|
|
357
|
+
if (containerElement && containerElement !== event.target && !containerElement.contains(event.target) && keys.includes(event.keyCode)) {
|
|
358
|
+
event.preventDefault();
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
}, {
|
|
362
|
+
key: "handleIntersectionObserver",
|
|
363
|
+
value: function handleIntersectionObserver(entry) {
|
|
364
|
+
if (entry.intersectionRatio === 0) {
|
|
365
|
+
this.closePopupOnly();
|
|
366
|
+
}
|
|
367
|
+
}
|
|
262
368
|
}, {
|
|
263
369
|
key: "getGroup",
|
|
264
370
|
value: function getGroup() {
|
|
@@ -587,15 +693,19 @@ var Popup = function Popup(Component) {
|
|
|
587
693
|
_ref6$left = _ref6.left,
|
|
588
694
|
oldLeft = _ref6$left === void 0 ? '' : _ref6$left,
|
|
589
695
|
_ref6$top = _ref6.top,
|
|
590
|
-
oldTop = _ref6$top === void 0 ? '' : _ref6$top
|
|
696
|
+
oldTop = _ref6$top === void 0 ? '' : _ref6$top,
|
|
697
|
+
_ref6$bottom = _ref6.bottom,
|
|
698
|
+
oldBottom = _ref6$bottom === void 0 ? '' : _ref6$bottom;
|
|
591
699
|
|
|
592
700
|
var _ref7 = viewsOffset[view] || {},
|
|
593
701
|
_ref7$left = _ref7.left,
|
|
594
702
|
left = _ref7$left === void 0 ? '' : _ref7$left,
|
|
595
703
|
_ref7$top = _ref7.top,
|
|
596
|
-
top = _ref7$top === void 0 ? '' : _ref7$top
|
|
704
|
+
top = _ref7$top === void 0 ? '' : _ref7$top,
|
|
705
|
+
_ref7$bottom = _ref7.bottom,
|
|
706
|
+
bottom = _ref7$bottom === void 0 ? '' : _ref7$bottom;
|
|
597
707
|
|
|
598
|
-
var changeState = isAbsolute ? position !== view : oldLeft !== left || oldTop !== top; // let isInViewPort = viewPort.isInViewPort(
|
|
708
|
+
var changeState = isAbsolute ? position !== view : oldLeft !== left || oldTop !== top || oldBottom !== bottom; // let isInViewPort = viewPort.isInViewPort(
|
|
599
709
|
// placeHolderElement,
|
|
600
710
|
// scrollContainer
|
|
601
711
|
// );
|
|
@@ -705,9 +815,8 @@ var Popup = function Popup(Component) {
|
|
|
705
815
|
}(_react["default"].Component);
|
|
706
816
|
|
|
707
817
|
Popup.displayName = Component.displayName || Component.name || Popup.name;
|
|
708
|
-
Popup.contextTypes =
|
|
709
|
-
|
|
710
|
-
};
|
|
818
|
+
Popup.contextTypes = _propTypes.ContextTypes;
|
|
819
|
+
Popup.propTypes = _propTypes.PopupPropTypes;
|
|
711
820
|
return (0, _hoistNonReactStatics["default"])(Popup, Component);
|
|
712
821
|
};
|
|
713
822
|
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.addIntersectionObserver = addIntersectionObserver;
|
|
7
|
+
exports.removeIntersectionObserver = removeIntersectionObserver;
|
|
8
|
+
|
|
9
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
10
|
+
|
|
11
|
+
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."); }
|
|
12
|
+
|
|
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
|
+
|
|
15
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
16
|
+
|
|
17
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
18
|
+
|
|
19
|
+
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; }
|
|
20
|
+
|
|
21
|
+
var observerCallbacks = null;
|
|
22
|
+
var intersectionObserver = null;
|
|
23
|
+
|
|
24
|
+
function handleObserverCallbacks(entries) {
|
|
25
|
+
entries.map(function (entry, i) {
|
|
26
|
+
var oldCallbacks = observerCallbacks.get(entry.target);
|
|
27
|
+
oldCallbacks.length && oldCallbacks.forEach(function (callback) {
|
|
28
|
+
callback && callback(entry);
|
|
29
|
+
});
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
function addIntersectionObserver(element, callback, options) {
|
|
34
|
+
if (intersectionObserver === null && observerCallbacks === null) {
|
|
35
|
+
intersectionObserver = new IntersectionObserver(function (entries) {
|
|
36
|
+
handleObserverCallbacks(entries);
|
|
37
|
+
}, options);
|
|
38
|
+
observerCallbacks = new Map();
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
intersectionObserver.observe(element);
|
|
42
|
+
var oldCallbacks = observerCallbacks.get(element) || [];
|
|
43
|
+
observerCallbacks.set(element, [].concat(_toConsumableArray(oldCallbacks), [callback]));
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
function removeIntersectionObserver(element, callback) {
|
|
47
|
+
var oldCallbacks = observerCallbacks ? observerCallbacks.get(element) : [];
|
|
48
|
+
oldCallbacks = oldCallbacks.filter(function (handler) {
|
|
49
|
+
return handler !== callback;
|
|
50
|
+
});
|
|
51
|
+
|
|
52
|
+
if (intersectionObserver && oldCallbacks.length === 0) {
|
|
53
|
+
observerCallbacks["delete"](element);
|
|
54
|
+
intersectionObserver.unobserve(element);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
if (intersectionObserver && observerCallbacks && observerCallbacks.size === 0) {
|
|
58
|
+
intersectionObserver.disconnect();
|
|
59
|
+
intersectionObserver = null;
|
|
60
|
+
observerCallbacks = null;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.PopupWrappersPropTypes = exports.PopupPropTypes = exports.ContextTypes = void 0;
|
|
7
|
+
|
|
8
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
9
|
+
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
11
|
+
|
|
12
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
13
|
+
|
|
14
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15
|
+
|
|
16
|
+
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; }
|
|
17
|
+
|
|
18
|
+
var ContextTypes = {
|
|
19
|
+
direction: _propTypes["default"].string
|
|
20
|
+
};
|
|
21
|
+
exports.ContextTypes = ContextTypes;
|
|
22
|
+
var PopupPropTypes = {
|
|
23
|
+
popupGroup: _propTypes["default"].string,
|
|
24
|
+
isArrow: _propTypes["default"].bool,
|
|
25
|
+
isPopupOpen: _propTypes["default"].bool,
|
|
26
|
+
closeOnScroll: _propTypes["default"].bool,
|
|
27
|
+
isOutsideScrollBlocked: _propTypes["default"].bool,
|
|
28
|
+
needResizeHandling: _propTypes["default"].bool,
|
|
29
|
+
isAbsolutePositioningNeeded: _propTypes["default"].bool,
|
|
30
|
+
scrollDebounceTime: _propTypes["default"].number,
|
|
31
|
+
customOrder: _propTypes["default"].arrayOf(_propTypes["default"].string),
|
|
32
|
+
checkBeforeClose: _propTypes["default"].func
|
|
33
|
+
};
|
|
34
|
+
exports.PopupPropTypes = PopupPropTypes;
|
|
35
|
+
|
|
36
|
+
var PopupWrappersPropTypes = _objectSpread(_objectSpread({
|
|
37
|
+
openPopupOnly: _propTypes["default"].func,
|
|
38
|
+
closePopupOnly: _propTypes["default"].func,
|
|
39
|
+
togglePopup: _propTypes["default"].func,
|
|
40
|
+
removeClose: _propTypes["default"].func,
|
|
41
|
+
isPopupReady: _propTypes["default"].bool,
|
|
42
|
+
position: _propTypes["default"].oneOf(['bottomRight', 'bottomLeft', 'bottomCenter', 'topRight', 'topLeft', 'topCenter', 'rightTop', 'rightBottom', 'rightCenter', 'leftTop', 'leftBottom', 'leftCenter']),
|
|
43
|
+
getTargetRef: _propTypes["default"].func,
|
|
44
|
+
getContainerRef: _propTypes["default"].func
|
|
45
|
+
}, PopupPropTypes), {}, {
|
|
46
|
+
isRestrictScroll: _propTypes["default"].bool,
|
|
47
|
+
positionsOffset: _propTypes["default"].object,
|
|
48
|
+
targetOffset: _propTypes["default"].object
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
exports.PopupWrappersPropTypes = PopupWrappersPropTypes;
|
|
@@ -44,15 +44,13 @@ var LibraryContextProvider = function LibraryContextProvider(_ref) {
|
|
|
44
44
|
direction = _ref.direction,
|
|
45
45
|
coloredTagVariant = _ref.coloredTagVariant,
|
|
46
46
|
hasTagColorInheritedToText = _ref.hasTagColorInheritedToText,
|
|
47
|
-
a11y_strikeThroughButtons = _ref.a11y_strikeThroughButtons,
|
|
48
47
|
children = _ref.children;
|
|
49
48
|
|
|
50
49
|
var _useState = (0, _react.useState)({
|
|
51
50
|
isReducedMotion: isReducedMotion,
|
|
52
51
|
direction: direction,
|
|
53
52
|
coloredTagVariant: coloredTagVariant,
|
|
54
|
-
hasTagColorInheritedToText: hasTagColorInheritedToText
|
|
55
|
-
a11y_strikeThroughButtons: a11y_strikeThroughButtons
|
|
53
|
+
hasTagColorInheritedToText: hasTagColorInheritedToText
|
|
56
54
|
}),
|
|
57
55
|
_useState2 = _slicedToArray(_useState, 2),
|
|
58
56
|
value = _useState2[0],
|
|
@@ -51,6 +51,8 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
51
51
|
|
|
52
52
|
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; }
|
|
53
53
|
|
|
54
|
+
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); }
|
|
55
|
+
|
|
54
56
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
55
57
|
|
|
56
58
|
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."); }
|
|
@@ -664,7 +666,10 @@ var GroupSelectComponent = /*#__PURE__*/function (_PureComponent) {
|
|
|
664
666
|
htmlId = _this$props9.htmlId,
|
|
665
667
|
iconOnHover = _this$props9.iconOnHover,
|
|
666
668
|
isLoading = _this$props9.isLoading,
|
|
667
|
-
dataSelectorId = _this$props9.dataSelectorId
|
|
669
|
+
dataSelectorId = _this$props9.dataSelectorId,
|
|
670
|
+
customProps = _this$props9.customProps;
|
|
671
|
+
var _customProps$suggesti = customProps.suggestionsProps,
|
|
672
|
+
suggestionsProps = _customProps$suggesti === void 0 ? {} : _customProps$suggesti;
|
|
668
673
|
i18nKeys = Object.assign({}, i18nKeys, {
|
|
669
674
|
emptyText: i18nKeys.emptyText || emptyMessage,
|
|
670
675
|
searchEmptyText: i18nKeys.searchEmptyText || searchEmptyMessage
|
|
@@ -837,7 +842,7 @@ var GroupSelectComponent = /*#__PURE__*/function (_PureComponent) {
|
|
|
837
842
|
a11y: {
|
|
838
843
|
role: 'heading'
|
|
839
844
|
}
|
|
840
|
-
})), /*#__PURE__*/_react["default"].createElement(_Suggestions["default"], {
|
|
845
|
+
})), /*#__PURE__*/_react["default"].createElement(_Suggestions["default"], _extends({
|
|
841
846
|
activeId: selectedId,
|
|
842
847
|
suggestions: options,
|
|
843
848
|
getRef: _this7.suggestionItemRef,
|
|
@@ -853,7 +858,7 @@ var GroupSelectComponent = /*#__PURE__*/function (_PureComponent) {
|
|
|
853
858
|
role: 'option'
|
|
854
859
|
},
|
|
855
860
|
dataId: "".concat(dataId, "_Options")
|
|
856
|
-
}));
|
|
861
|
+
}, suggestionsProps)));
|
|
857
862
|
}) : /*#__PURE__*/_react["default"].createElement(_EmptyState["default"], {
|
|
858
863
|
options: revampedGroups,
|
|
859
864
|
searchString: searchStr,
|
|
@@ -51,6 +51,8 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
51
51
|
|
|
52
52
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
53
53
|
|
|
54
|
+
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); }
|
|
55
|
+
|
|
54
56
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
55
57
|
|
|
56
58
|
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); } }
|
|
@@ -213,7 +215,10 @@ var SelectWithAvatarComponent = /*#__PURE__*/function (_SelectComponent) {
|
|
|
213
215
|
needEffect = _this$props.needEffect,
|
|
214
216
|
isLoading = _this$props.isLoading,
|
|
215
217
|
dataSelectorId = _this$props.dataSelectorId,
|
|
216
|
-
getTargetRef = _this$props.getTargetRef
|
|
218
|
+
getTargetRef = _this$props.getTargetRef,
|
|
219
|
+
customProps = _this$props.customProps;
|
|
220
|
+
var _customProps$suggesti = customProps.suggestionsProps,
|
|
221
|
+
suggestionsProps = _customProps$suggesti === void 0 ? {} : _customProps$suggesti;
|
|
217
222
|
i18nKeys = Object.assign({}, i18nKeys, {
|
|
218
223
|
emptyText: i18nKeys.emptyText || emptyMessage,
|
|
219
224
|
searchEmptyText: i18nKeys.searchEmptyText || searchEmptyMessage
|
|
@@ -352,7 +357,7 @@ var SelectWithAvatarComponent = /*#__PURE__*/function (_SelectComponent) {
|
|
|
352
357
|
a11y: {
|
|
353
358
|
role: 'heading'
|
|
354
359
|
}
|
|
355
|
-
})) : null, suggestions.length ? /*#__PURE__*/_react["default"].createElement(_Suggestions["default"], {
|
|
360
|
+
})) : null, suggestions.length ? /*#__PURE__*/_react["default"].createElement(_Suggestions["default"], _extends({
|
|
356
361
|
dataId: "".concat(dataId, "_Options"),
|
|
357
362
|
activeId: selectedId,
|
|
358
363
|
suggestions: suggestions,
|
|
@@ -369,7 +374,7 @@ var SelectWithAvatarComponent = /*#__PURE__*/function (_SelectComponent) {
|
|
|
369
374
|
ariaParentRole: 'listbox',
|
|
370
375
|
role: 'option'
|
|
371
376
|
}
|
|
372
|
-
}) : /*#__PURE__*/_react["default"].createElement(_EmptyState["default"], {
|
|
377
|
+
}, suggestionsProps)) : /*#__PURE__*/_react["default"].createElement(_EmptyState["default"], {
|
|
373
378
|
isLoading: isFetchingOptions,
|
|
374
379
|
options: options,
|
|
375
380
|
searchString: searchStr,
|
|
@@ -440,7 +440,9 @@ var SelectWithIcon = /*#__PURE__*/function (_Component) {
|
|
|
440
440
|
_customProps$Dropdown = customProps.DropdownSearchTextBoxProps,
|
|
441
441
|
DropdownSearchTextBoxProps = _customProps$Dropdown === void 0 ? {} : _customProps$Dropdown,
|
|
442
442
|
_customProps$TextBoxI = customProps.TextBoxIconProps,
|
|
443
|
-
TextBoxIconProps = _customProps$TextBoxI === void 0 ? {} : _customProps$TextBoxI
|
|
443
|
+
TextBoxIconProps = _customProps$TextBoxI === void 0 ? {} : _customProps$TextBoxI,
|
|
444
|
+
_customProps$listItem = customProps.listItemProps,
|
|
445
|
+
listItemProps = _customProps$listItem === void 0 ? {} : _customProps$listItem;
|
|
444
446
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
445
447
|
className: "".concat(_SelectModule["default"].container, " ").concat(_SelectModule["default"]["box_".concat(size)], " ").concat(isReadOnly ? _SelectModule["default"].readonly : '', " ").concat(borderColor === 'transparent' ? _SelectModule["default"].transparentContainer : ''),
|
|
446
448
|
"data-title": isDisabled ? title : null,
|
|
@@ -573,7 +575,7 @@ var SelectWithIcon = /*#__PURE__*/function (_Component) {
|
|
|
573
575
|
var iconName = options.iconName,
|
|
574
576
|
iconSize = options.iconSize,
|
|
575
577
|
iconColor = options.iconColor;
|
|
576
|
-
return /*#__PURE__*/_react["default"].createElement(_ListItemWithIcon["default"], {
|
|
578
|
+
return /*#__PURE__*/_react["default"].createElement(_ListItemWithIcon["default"], _extends({
|
|
577
579
|
key: options[idKey],
|
|
578
580
|
value: options[valueKey],
|
|
579
581
|
size: "medium",
|
|
@@ -597,7 +599,7 @@ var SelectWithIcon = /*#__PURE__*/function (_Component) {
|
|
|
597
599
|
ariaSelected: selectedId === options[idKey],
|
|
598
600
|
ariaLabel: options[valueKey]
|
|
599
601
|
}
|
|
600
|
-
});
|
|
602
|
+
}, listItemProps));
|
|
601
603
|
})) : /*#__PURE__*/_react["default"].createElement(_EmptyState["default"], {
|
|
602
604
|
isLoading: isFetchingOptions,
|
|
603
605
|
options: options,
|
|
@@ -82,7 +82,8 @@ var GroupSelect_defaultProps = {
|
|
|
82
82
|
isRestrictScroll: false,
|
|
83
83
|
i18nKeys: {},
|
|
84
84
|
iconOnHover: false,
|
|
85
|
-
isLoading: false
|
|
85
|
+
isLoading: false,
|
|
86
|
+
customProps: {}
|
|
86
87
|
};
|
|
87
88
|
exports.GroupSelect_defaultProps = GroupSelect_defaultProps;
|
|
88
89
|
var SelectWithAvatar_defaultProps = {
|
|
@@ -109,7 +110,8 @@ var SelectWithAvatar_defaultProps = {
|
|
|
109
110
|
isRestrictScroll: false,
|
|
110
111
|
i18nKeys: {},
|
|
111
112
|
needEffect: true,
|
|
112
|
-
isLoading: false
|
|
113
|
+
isLoading: false,
|
|
114
|
+
customProps: {}
|
|
113
115
|
};
|
|
114
116
|
exports.SelectWithAvatar_defaultProps = SelectWithAvatar_defaultProps;
|
|
115
117
|
var SelectWithIcon_defaultProps = (_SelectWithIcon_defau = {
|
|
@@ -191,7 +191,8 @@ var GroupSelect_propTypes = {
|
|
|
191
191
|
}),
|
|
192
192
|
isLoading: _propTypes["default"].bool,
|
|
193
193
|
dataSelectorId: _propTypes["default"].string,
|
|
194
|
-
isDefaultSelectValue: _propTypes["default"].bool
|
|
194
|
+
isDefaultSelectValue: _propTypes["default"].bool,
|
|
195
|
+
customProps: _propTypes["default"].string
|
|
195
196
|
};
|
|
196
197
|
exports.GroupSelect_propTypes = GroupSelect_propTypes;
|
|
197
198
|
|
|
@@ -254,7 +255,8 @@ var SelectWithAvatar_propTypes = _objectSpread(_objectSpread({}, Select_propType
|
|
|
254
255
|
htmlId: _propTypes["default"].string,
|
|
255
256
|
needEffect: _propTypes["default"].bool,
|
|
256
257
|
isLoading: _propTypes["default"].bool,
|
|
257
|
-
dataSelectorId: _propTypes["default"].string
|
|
258
|
+
dataSelectorId: _propTypes["default"].string,
|
|
259
|
+
customProps: _propTypes["default"].string
|
|
258
260
|
});
|
|
259
261
|
|
|
260
262
|
exports.SelectWithAvatar_propTypes = SelectWithAvatar_propTypes;
|
package/lib/TextBox/TextBox.js
CHANGED
|
@@ -211,7 +211,7 @@ var TextBox = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
211
211
|
ref: this.inputRef,
|
|
212
212
|
type: type,
|
|
213
213
|
value: value,
|
|
214
|
-
onScroll: isScrollPrevent ? this.handlePreventTextBoxScroll :
|
|
214
|
+
onScroll: isScrollPrevent ? this.handlePreventTextBoxScroll : null,
|
|
215
215
|
onKeyPress: onKeyPress,
|
|
216
216
|
onMouseDown: onMouseDown
|
|
217
217
|
}, options, customProps));
|
|
@@ -611,7 +611,9 @@ var AdvancedMultiSelectComponent = /*#__PURE__*/function (_MultiSelectComponent)
|
|
|
611
611
|
role: 'option'
|
|
612
612
|
},
|
|
613
613
|
dataId: "".concat(dataIdMultiSelectComp, "_Options")
|
|
614
|
-
}, SuggestionsProps
|
|
614
|
+
}, SuggestionsProps, {
|
|
615
|
+
needMultiLineText: true
|
|
616
|
+
})) : /*#__PURE__*/_react["default"].createElement(_EmptyState["default"], {
|
|
615
617
|
isLoading: isFetchingOptions,
|
|
616
618
|
options: options,
|
|
617
619
|
searchString: searchStr,
|
|
@@ -57,6 +57,8 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
57
57
|
|
|
58
58
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
59
59
|
|
|
60
|
+
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); }
|
|
61
|
+
|
|
60
62
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
61
63
|
|
|
62
64
|
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."); }
|
|
@@ -1088,7 +1090,10 @@ var MultiSelectComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
1088
1090
|
boxSize = _this$props15.boxSize,
|
|
1089
1091
|
isLoading = _this$props15.isLoading,
|
|
1090
1092
|
selectAllText = _this$props15.selectAllText,
|
|
1091
|
-
needSelectAll = _this$props15.needSelectAll
|
|
1093
|
+
needSelectAll = _this$props15.needSelectAll,
|
|
1094
|
+
customProps = _this$props15.customProps;
|
|
1095
|
+
var _customProps$suggesti = customProps.suggestionsProps,
|
|
1096
|
+
suggestionsProps = _customProps$suggesti === void 0 ? {} : _customProps$suggesti;
|
|
1092
1097
|
var _this$state9 = this.state,
|
|
1093
1098
|
selectedOptions = _this$state9.selectedOptions,
|
|
1094
1099
|
searchStr = _this$state9.searchStr,
|
|
@@ -1165,7 +1170,7 @@ var MultiSelectComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
1165
1170
|
eleRef: this.suggestionContainerRef
|
|
1166
1171
|
}, isSearching ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
1167
1172
|
className: _MultiSelectModule["default"][palette]
|
|
1168
|
-
}, searchText) : suggestions.length ? /*#__PURE__*/_react["default"].createElement(_Suggestions["default"], {
|
|
1173
|
+
}, searchText) : suggestions.length ? /*#__PURE__*/_react["default"].createElement(_Suggestions["default"], _extends({
|
|
1169
1174
|
suggestions: suggestions,
|
|
1170
1175
|
getRef: this.suggestionItemRef,
|
|
1171
1176
|
hoverOption: hoverOption,
|
|
@@ -1178,7 +1183,7 @@ var MultiSelectComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
1178
1183
|
a11y: {
|
|
1179
1184
|
role: 'option'
|
|
1180
1185
|
}
|
|
1181
|
-
}) : /*#__PURE__*/_react["default"].createElement(_EmptyState["default"], {
|
|
1186
|
+
}, suggestionsProps)) : /*#__PURE__*/_react["default"].createElement(_EmptyState["default"], {
|
|
1182
1187
|
isLoading: isFetchingOptions,
|
|
1183
1188
|
options: options,
|
|
1184
1189
|
searchString: searchStr,
|
|
@@ -83,7 +83,8 @@ var Suggestions = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
83
83
|
avatarPalette = _this$props.avatarPalette,
|
|
84
84
|
palette = _this$props.palette,
|
|
85
85
|
htmlId = _this$props.htmlId,
|
|
86
|
-
a11y = _this$props.a11y
|
|
86
|
+
a11y = _this$props.a11y,
|
|
87
|
+
needMultiLineText = _this$props.needMultiLineText;
|
|
87
88
|
var ariaParentRole = a11y.ariaParentRole,
|
|
88
89
|
ariaMultiselectable = a11y.ariaMultiselectable;
|
|
89
90
|
return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
@@ -143,7 +144,8 @@ var Suggestions = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
143
144
|
size: listItemSize,
|
|
144
145
|
avatarPalette: avatarPalette,
|
|
145
146
|
palette: palette,
|
|
146
|
-
a11y: list_a11y
|
|
147
|
+
a11y: list_a11y,
|
|
148
|
+
needMultiLineText: needMultiLineText
|
|
147
149
|
}));
|
|
148
150
|
} else if (optionType === 'icon') {
|
|
149
151
|
return /*#__PURE__*/_react["default"].createElement(_ListItemWithIcon["default"], _extends({}, commonProps, {
|
|
@@ -163,7 +165,8 @@ var Suggestions = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
163
165
|
iconSize: iconSize,
|
|
164
166
|
size: listItemSize,
|
|
165
167
|
palette: palette,
|
|
166
|
-
a11y: list_a11y
|
|
168
|
+
a11y: list_a11y,
|
|
169
|
+
needMultiLineText: needMultiLineText
|
|
167
170
|
}));
|
|
168
171
|
}
|
|
169
172
|
|
|
@@ -182,7 +185,8 @@ var Suggestions = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
182
185
|
active: isActive,
|
|
183
186
|
size: listItemSize,
|
|
184
187
|
palette: palette,
|
|
185
|
-
a11y: list_a11y
|
|
188
|
+
a11y: list_a11y,
|
|
189
|
+
needMultiLineText: needMultiLineText
|
|
186
190
|
}));
|
|
187
191
|
})));
|
|
188
192
|
}
|
|
@@ -128,7 +128,8 @@ var MultiSelect_defaultProps = {
|
|
|
128
128
|
keepSelectedOptions: false,
|
|
129
129
|
selectedOptionsCount: 0,
|
|
130
130
|
cardHeaderName: '',
|
|
131
|
-
needResponsive: true
|
|
131
|
+
needResponsive: true,
|
|
132
|
+
customProps: {}
|
|
132
133
|
};
|
|
133
134
|
exports.MultiSelect_defaultProps = MultiSelect_defaultProps;
|
|
134
135
|
var MultiSelectHeader_defaultProps = {
|
|
@@ -176,6 +177,7 @@ var SelectedOptions_defaultProps = {
|
|
|
176
177
|
};
|
|
177
178
|
exports.SelectedOptions_defaultProps = SelectedOptions_defaultProps;
|
|
178
179
|
var Suggestions_defaultProps = {
|
|
179
|
-
a11y: {}
|
|
180
|
+
a11y: {},
|
|
181
|
+
needMultiLineText: false
|
|
180
182
|
};
|
|
181
183
|
exports.Suggestions_defaultProps = Suggestions_defaultProps;
|
|
@@ -125,7 +125,10 @@ var MultiSelect_propTypes = {
|
|
|
125
125
|
needSelectAll: _propTypes["default"].bool,
|
|
126
126
|
selectAllText: _propTypes["default"].string,
|
|
127
127
|
setAriaId: _propTypes["default"].string,
|
|
128
|
-
ariaErrorId: _propTypes["default"].string
|
|
128
|
+
ariaErrorId: _propTypes["default"].string,
|
|
129
|
+
customProps: {
|
|
130
|
+
suggestionsProps: _propTypes["default"].object
|
|
131
|
+
}
|
|
129
132
|
};
|
|
130
133
|
exports.MultiSelect_propTypes = MultiSelect_propTypes;
|
|
131
134
|
var MultiSelectHeader_propTypes = {
|
|
@@ -195,7 +198,8 @@ var Suggestions_propTypes = {
|
|
|
195
198
|
logo: _propTypes["default"].string,
|
|
196
199
|
optionType: _propTypes["default"].string,
|
|
197
200
|
listItemProps: _propTypes["default"].object
|
|
198
|
-
}))
|
|
201
|
+
})),
|
|
202
|
+
needMultiLineText: _propTypes["default"].bool
|
|
199
203
|
};
|
|
200
204
|
exports.Suggestions_propTypes = Suggestions_propTypes;
|
|
201
205
|
|