@zohodesk/components 1.0.0-temp-79 → 1.0.0-temp-81
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 +20 -1
- package/assets/Appearance/dark/mode/darkMode.module.css +2 -1
- package/assets/Appearance/default/mode/defaultMode.module.css +2 -1
- package/assets/Appearance/pureDark/mode/pureDarkMode.module.css +2 -1
- package/es/Accordion/Accordion.js +0 -7
- package/es/Accordion/AccordionItem.js +0 -4
- package/es/Accordion/docs/Accordion__Demo.docs.js +0 -2
- package/es/Animation/Animation.js +0 -3
- package/es/Animation/docs/Animation__default.docs.js +0 -2
- package/es/Animation/docs/Animation__fadeIn.docs.js +0 -2
- package/es/Animation/docs/Animation__scaleIn.docs.js +0 -2
- package/es/Animation/docs/Animation__skewIn.docs.js +0 -2
- package/es/Animation/docs/Animation__slideDown.docs.js +0 -2
- package/es/Animation/docs/Animation__slideLeft.docs.js +0 -2
- package/es/Animation/docs/Animation__zoomIn.docs.js +0 -2
- package/es/AppContainer/AppContainer.js +3 -14
- package/es/AppContainer/docs/AppContainer__default.docs.js +0 -2
- package/es/Avatar/Avatar.js +36 -42
- package/es/Avatar/Avatar.module.css +29 -9
- package/es/Avatar/docs/Avatar__custom.docs.js +1 -3
- package/es/Avatar/docs/Avatar__default.docs.js +1 -3
- package/es/Avatar/docs/Avatar__palette.docs.js +1 -3
- package/es/Avatar/docs/Avatar__text.docs.js +1 -3
- package/es/Avatar/props/defaultProps.js +2 -1
- package/es/Avatar/props/propTypes.js +2 -1
- package/es/AvatarTeam/AvatarTeam.js +1 -4
- package/es/AvatarTeam/AvatarTeam.module.css +21 -7
- package/es/AvatarTeam/docs/AvatarTeam__custom.docs.js +0 -2
- package/es/AvatarTeam/docs/AvatarTeam__default.docs.js +0 -2
- package/es/AvatarTeam/docs/AvatarTeam__palette.docs.js +0 -2
- package/es/AvatarTeam/docs/AvatarTeam__size.docs.js +0 -2
- package/es/Button/Button.js +5 -7
- package/es/Button/Button.module.css +97 -24
- package/es/Button/docs/Button__custom.docs.js +11 -13
- package/es/Button/docs/Button__default.docs.js +11 -13
- package/es/Buttongroup/Buttongroup.js +0 -3
- package/es/Buttongroup/Buttongroup.module.css +37 -8
- package/es/Buttongroup/docs/Buttongroup__custom.docs.js +0 -2
- package/es/Buttongroup/docs/Buttongroup__footer.docs.js +0 -2
- package/es/Buttongroup/docs/Buttongroup__header.docs.js +0 -2
- package/es/Card/Card.js +7 -22
- package/es/Card/docs/Card__Custom.docs.js +0 -2
- package/es/Card/docs/Card__Default.docs.js +0 -2
- package/es/Card/docs/Card__Scroll.docs.js +0 -3
- package/es/CheckBox/CheckBox.js +1 -6
- package/es/CheckBox/CheckBox.module.css +17 -11
- package/es/CheckBox/docs/CheckBox__custom.docs.js +12 -16
- package/es/CheckBox/docs/CheckBox__default.docs.js +12 -16
- package/es/DateTime/CalendarView.js +26 -34
- package/es/DateTime/DateTime.js +22 -77
- package/es/DateTime/DateTime.module.css +87 -15
- package/es/DateTime/DateTimePopupFooter.js +2 -4
- package/es/DateTime/DateTimePopupHeader.js +2 -8
- package/es/DateTime/DateWidget.js +34 -101
- package/es/DateTime/DateWidget.module.css +9 -5
- package/es/DateTime/DaysRow.js +2 -4
- package/es/DateTime/Time.js +2 -10
- package/es/DateTime/YearView.js +4 -28
- package/es/DateTime/YearView.module.css +17 -7
- package/es/DateTime/__tests__/CalendarView.spec.js +0 -1
- package/es/DateTime/__tests__/DateTime.spec.js +0 -1
- package/es/DateTime/__tests__/DateWidget.spec.js +3 -2
- package/es/DateTime/common.js +0 -3
- package/es/DateTime/constants.js +0 -1
- package/es/DateTime/dateFormatUtils/dateFormat.js +30 -63
- package/es/DateTime/dateFormatUtils/dayChange.js +4 -13
- package/es/DateTime/dateFormatUtils/index.js +2 -28
- package/es/DateTime/dateFormatUtils/monthChange.js +0 -8
- package/es/DateTime/dateFormatUtils/timeChange.js +6 -22
- package/es/DateTime/dateFormatUtils/yearChange.js +2 -11
- package/es/DateTime/docs/DateTime__default.docs.js +6 -9
- package/es/DateTime/docs/DateWidget__default.docs.js +0 -5
- package/es/DateTime/objectUtils.js +20 -14
- package/es/DateTime/props/propTypes.js +4 -2
- package/es/DateTime/typeChecker.js +0 -3
- package/es/DateTime/validator.js +6 -58
- package/es/DropBox/DropBox.js +30 -33
- package/es/DropBox/DropBox.module.css +47 -11
- package/es/DropBox/docs/DropBox__custom.docs.js +25 -27
- package/es/DropBox/docs/DropBox__customOrder.docs.js +0 -7
- package/es/DropBox/docs/DropBox__fixedPosition.docs.js +0 -7
- package/es/DropBox/docs/DropBox__position.docs.js +35 -37
- package/es/DropBox/docs/DropBox__size.docs.js +28 -30
- package/es/DropBox/props/defaultProps.js +2 -1
- package/es/DropBox/props/propTypes.js +1 -0
- package/es/DropDown/DropDown.js +1 -9
- package/es/DropDown/DropDownHeading.js +2 -4
- package/es/DropDown/DropDownHeading.module.css +7 -3
- package/es/DropDown/DropDownItem.js +0 -6
- package/es/DropDown/DropDownItem.module.css +32 -6
- package/es/DropDown/DropDownSearch.js +0 -4
- package/es/DropDown/DropDownSeparator.js +0 -1
- package/es/DropDown/__tests__/DropDown.spec.js +2 -1
- package/es/DropDown/docs/DropDownHeading__custom.docs.js +0 -2
- package/es/DropDown/docs/DropDownHeading__default.docs.js +0 -2
- package/es/Heading/Heading.js +2 -13
- package/es/Heading/Heading.module.css +3 -3
- package/es/Heading/docs/Heading__default.docs.js +3 -6
- package/es/Heading/props/propTypes.js +1 -4
- package/es/Label/Label.js +0 -2
- package/es/Label/docs/Label__clipped.docs.js +0 -2
- package/es/Label/docs/Label__custom.docs.js +0 -2
- package/es/Label/docs/Label__palette.docs.js +0 -2
- package/es/Label/docs/Label__size.docs.js +0 -2
- package/es/Label/docs/Label__type.docs.js +0 -2
- package/es/Layout/Box.js +0 -13
- package/es/Layout/Container.js +1 -12
- package/es/Layout/docs/Layout__Hidden.docs.js +0 -1
- package/es/Layout/docs/Layout__default.docs.js +0 -1
- package/es/Layout/docs/Layout__four_Column.docs.js +0 -1
- package/es/Layout/docs/Layout__three_Column.docs.js +0 -1
- package/es/Layout/docs/Layout__two_Column.docs.js +0 -1
- package/es/LightNightMode/docs/AlternativeColors.docs.js +0 -2
- package/es/ListItem/ListContainer.js +3 -10
- package/es/ListItem/ListItem.js +1 -10
- package/es/ListItem/ListItem.module.css +57 -25
- package/es/ListItem/ListItemWithAvatar.js +2 -10
- package/es/ListItem/ListItemWithCheckBox.js +1 -8
- package/es/ListItem/ListItemWithIcon.js +1 -9
- package/es/ListItem/ListItemWithRadio.js +1 -8
- package/es/ListItem/docs/ListItemWithAvatar__custom.docs.js +0 -2
- package/es/ListItem/docs/ListItemWithAvatar__default.docs.js +0 -2
- package/es/ListItem/docs/ListItemWithCheckBox__custom.docs.js +0 -2
- package/es/ListItem/docs/ListItemWithCheckBox__default.docs.js +0 -2
- package/es/ListItem/docs/ListItemWithIcon__custom.docs.js +0 -2
- package/es/ListItem/docs/ListItemWithIcon__default.docs.js +0 -2
- package/es/ListItem/docs/ListItemWithRadio__custom.docs.js +0 -2
- package/es/ListItem/docs/ListItemWithRadio__default.docs.js +0 -2
- package/es/ListItem/docs/ListItem__custom.docs.js +0 -2
- package/es/ListItem/docs/ListItem__default.docs.js +0 -2
- package/es/Modal/Modal.js +9 -29
- package/es/Modal/__docs__/Modal__default.docs.js +1 -5
- package/es/MultiSelect/AdvancedGroupMultiSelect.js +11 -90
- package/es/MultiSelect/AdvancedMultiSelect.js +22 -40
- package/es/MultiSelect/EmptyState.js +0 -2
- package/es/MultiSelect/MultiSelect.js +49 -112
- package/es/MultiSelect/MultiSelect.module.css +28 -11
- package/es/MultiSelect/MultiSelectHeader.js +0 -3
- package/es/MultiSelect/MultiSelectWithAvatar.js +16 -17
- package/es/MultiSelect/SelectedOptions.js +4 -7
- package/es/MultiSelect/SelectedOptions.module.css +8 -2
- package/es/MultiSelect/Suggestions.js +4 -8
- package/es/MultiSelect/__tests__/MultiSelect.spec.js +6 -4
- package/es/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +0 -7
- package/es/MultiSelect/docs/AdvancedMultiSelect__default.docs.js +1 -7
- package/es/MultiSelect/docs/MultiSelectWithAvatar__default.docs.js +1 -5
- package/es/MultiSelect/docs/MultiSelect__default.docs.js +1 -6
- package/es/MultiSelect/props/defaultProps.js +8 -4
- package/es/MultiSelect/props/propTypes.js +8 -6
- package/es/PopOver/PopOver.js +0 -18
- package/es/PopOver/PopOver.module.css +1 -1
- package/es/PopOver/__tests__/PopOver.spec.js +1 -2
- package/es/PopOver/docs/PopOver__default.docs.js +0 -2
- package/es/Popup/Popup.js +25 -78
- package/es/Popup/__tests__/Popup.spec.js +5 -17
- package/es/Popup/viewPort.js +4 -16
- package/es/Provider/IdProvider.js +2 -9
- package/es/Provider/LibraryContext.js +4 -6
- package/es/Provider/NumberGenerator/NumberGenerator.js +7 -21
- package/es/Provider/ZindexProvider.js +2 -9
- package/es/Provider/docs/Provider_Id__Class.docs.js +3 -4
- package/es/Provider/docs/Provider_Id__Function.docs.js +0 -1
- package/es/Provider/docs/Provider_Zindex__Class.docs.js +3 -4
- package/es/Provider/docs/Provider_Zindex__Function.docs.js +0 -1
- package/es/Provider.js +3 -7
- package/es/Radio/Radio.js +0 -4
- package/es/Radio/Radio.module.css +10 -4
- package/es/Radio/docs/Radio__custom.docs.js +12 -16
- package/es/Radio/docs/Radio__default.docs.js +12 -16
- package/es/Responsive/CustomResponsive.js +18 -28
- package/es/Responsive/RefWrapper.js +7 -6
- package/es/Responsive/ResizeComponent.js +25 -35
- package/es/Responsive/ResizeObserver.js +6 -26
- package/es/Responsive/Responsive.js +20 -35
- package/es/Responsive/docs/Responsive__Custom.docs.js +22 -14
- package/es/Responsive/docs/Responsive__default.docs.js +1 -3
- package/es/Responsive/docs/style.module.css +17 -8
- package/es/Responsive/sizeObservers.js +7 -28
- package/es/Responsive/utils/index.js +5 -7
- package/es/Responsive/utils/shallowCompare.js +2 -7
- package/es/Responsive/windowResizeObserver.js +0 -7
- package/es/ResponsiveDropBox/ResponsiveDropBox.js +1 -5
- package/es/Ribbon/Ribbon.js +0 -3
- package/es/Ribbon/Ribbon.module.css +93 -28
- package/es/Ribbon/docs/Ribbon__custom.docs.js +13 -14
- package/es/Ribbon/docs/Ribbon__default.docs.js +13 -14
- package/es/RippleEffect/RippleEffect.js +0 -1
- package/es/RippleEffect/RippleEffect.module.css +9 -27
- package/es/RippleEffect/docs/RippleEffect__default.docs.js +12 -14
- package/es/Select/GroupSelect.js +28 -67
- package/es/Select/Select.js +48 -98
- package/es/Select/Select.module.css +15 -2
- package/es/Select/SelectWithAvatar.js +15 -24
- package/es/Select/SelectWithIcon.js +73 -54
- package/es/Select/__tests__/Select.spec.js +8 -6
- package/es/Select/docs/GroupSelect__default.docs.js +1 -6
- package/es/Select/docs/SelectWithAvatar__default.docs.js +0 -4
- package/es/Select/docs/SelectWithIcon__default.docs.js +0 -4
- package/es/Select/docs/Select__default.docs.js +0 -5
- package/es/Select/props/defaultProps.js +8 -4
- package/es/Select/props/propTypes.js +8 -5
- package/es/Stencils/Stencils.js +0 -3
- package/es/Stencils/Stencils.module.css +21 -3
- package/es/Stencils/docs/Stencils__custom.docs.js +0 -2
- package/es/Stencils/docs/Stencils__default.docs.js +0 -2
- package/es/Switch/Switch.js +8 -11
- package/es/Switch/Switch.module.css +6 -7
- package/es/Switch/docs/Switch__custom.docs.js +12 -14
- package/es/Switch/docs/Switch__default.docs.js +12 -14
- package/es/Tab/Tab.js +2 -5
- package/es/Tab/Tab.module.css +16 -7
- package/es/Tab/TabContent.js +1 -2
- package/es/Tab/TabContentWrapper.js +0 -2
- package/es/Tab/TabWrapper.js +3 -6
- package/es/Tab/Tabs.js +16 -58
- package/es/Tab/Tabs.module.css +42 -8
- package/es/Tab/__tests__/Tab.spec.js +2 -1
- package/es/Tab/__tests__/TabWrapper.spec.js +0 -1
- package/es/Tab/docs/Tab__default.docs.js +0 -5
- package/es/Tab/docs/tabdocs.module.css +1 -1
- package/es/Tag/Tag.js +1 -6
- package/es/Tag/Tag.module.css +36 -14
- package/es/Tag/docs/Tag__custom.docs.js +11 -13
- package/es/Tag/docs/Tag__default.docs.js +11 -13
- package/es/TextBox/TextBox.js +1 -16
- package/es/TextBox/TextBox.module.css +7 -11
- package/es/TextBox/__tests__/TextBox.spec.js +4 -1
- package/es/TextBox/docs/TextBox__custom.docs.js +0 -2
- package/es/TextBox/docs/TextBox__default.docs.js +0 -2
- package/es/TextBox/docs/TextBox__size.docs.js +0 -2
- package/es/TextBox/docs/TextBox__variant.docs.js +0 -2
- package/es/TextBoxIcon/TextBoxIcon.js +1 -8
- package/es/TextBoxIcon/TextBoxIcon.module.css +12 -5
- package/es/TextBoxIcon/__tests__/TextBoxIcon.spec.js +7 -2
- package/es/TextBoxIcon/docs/TextBoxIcon__custom.docs.js +0 -2
- package/es/TextBoxIcon/docs/TextBoxIcon__default.docs.js +0 -2
- package/es/Textarea/Textarea.js +1 -13
- package/es/Textarea/Textarea.module.css +6 -7
- package/es/Textarea/__tests__/Textarea.spec.js +2 -2
- package/es/Textarea/docs/Textarea__animated.docs.js +0 -2
- package/es/Textarea/docs/Textarea__custom.docs.js +0 -2
- package/es/Textarea/docs/Textarea__default.docs.js +0 -2
- package/es/Textarea/docs/Textarea__disabled.docs.js +0 -2
- package/es/Tooltip/Tooltip.js +11 -58
- package/es/Tooltip/Tooltip.module.css +9 -8
- package/es/Tooltip/__tests__/Tooltip.spec.js +0 -5
- package/es/Tooltip/docs/Tooltip__default.docs.js +63 -67
- package/es/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +0 -3
- package/es/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +0 -5
- package/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +3 -8
- package/es/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +17 -28
- package/es/common/animation.module.css +219 -21
- package/es/common/basicReset.module.css +2 -12
- package/es/common/common.module.css +64 -18
- package/es/common/customscroll.module.css +17 -21
- package/es/common/docStyle.module.css +79 -32
- package/es/common/transition.module.css +50 -10
- package/es/deprecated/AdvancedMultiSelect.module.css +22 -8
- package/es/deprecated/PortalLayer/PortalLayer.js +17 -25
- package/es/deprecated/PortalLayer/docs/PortalLayer__default.docs.js +0 -7
- package/es/index.js +2 -1
- package/es/semantic/Button/Button.js +0 -3
- package/es/semantic/Button/docs/Button__default.docs.js +0 -3
- package/es/semantic/Button/semanticButton.module.css +3 -3
- package/es/utils/Common.js +23 -47
- package/es/utils/ContextOptimizer.js +5 -4
- package/es/utils/__tests__/debounce.spec.js +2 -2
- package/es/utils/constructFullName.js +0 -2
- package/es/utils/datetime/common.js +5 -16
- package/es/utils/debounce.js +1 -5
- package/es/utils/dropDownUtils.js +11 -67
- package/es/utils/getInitial.js +0 -4
- package/es/utils/shallowEqual.js +0 -6
- package/lib/Accordion/Accordion.js +102 -0
- package/lib/Accordion/AccordionItem.js +84 -0
- package/lib/Accordion/__tests__/Accordion.spec.js +82 -0
- package/lib/Accordion/docs/Accordion__Demo.docs.js +104 -0
- package/lib/Accordion/index.js +20 -0
- package/lib/Accordion/props/defaultProps.js +16 -0
- package/lib/Accordion/props/propTypes.js +39 -0
- package/lib/Animation/Animation.js +161 -0
- package/lib/Animation/__tests__/Animation.spec.js +19 -0
- package/lib/Animation/docs/Animation__default.docs.js +61 -0
- package/lib/Animation/docs/Animation__fadeIn.docs.js +61 -0
- package/lib/Animation/docs/Animation__scaleIn.docs.js +61 -0
- package/lib/Animation/docs/Animation__skewIn.docs.js +61 -0
- package/lib/Animation/docs/Animation__slideDown.docs.js +61 -0
- package/lib/Animation/docs/Animation__slideLeft.docs.js +61 -0
- package/lib/Animation/docs/Animation__zoomIn.docs.js +61 -0
- package/lib/Animation/props/defaultProps.js +14 -0
- package/lib/Animation/props/propTypes.js +20 -0
- package/lib/AppContainer/AppContainer.js +156 -0
- package/lib/AppContainer/AppContainer.module.css +18 -0
- package/lib/AppContainer/docs/AppContainer__default.docs.js +47 -0
- package/lib/AppContainer/props/defaultProps.js +15 -0
- package/lib/AppContainer/props/propTypes.js +23 -0
- package/lib/Avatar/Avatar.js +199 -0
- package/lib/Avatar/Avatar.module.css +135 -0
- package/lib/Avatar/__tests__/Avatar.spec.js +164 -0
- package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +288 -0
- package/lib/Avatar/docs/Avatar__custom.docs.js +62 -0
- package/lib/Avatar/docs/Avatar__default.docs.js +60 -0
- package/lib/Avatar/docs/Avatar__palette.docs.js +82 -0
- package/lib/Avatar/docs/Avatar__text.docs.js +61 -0
- package/lib/Avatar/props/defaultProps.js +21 -0
- package/lib/Avatar/props/propTypes.js +31 -0
- package/lib/AvatarTeam/AvatarTeam.js +99 -0
- package/lib/AvatarTeam/AvatarTeam.module.css +161 -0
- package/lib/AvatarTeam/__tests__/AvatarTeam.spec.js +79 -0
- package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +226 -0
- package/lib/AvatarTeam/docs/AvatarTeam__custom.docs.js +100 -0
- package/lib/AvatarTeam/docs/AvatarTeam__default.docs.js +58 -0
- package/lib/AvatarTeam/docs/AvatarTeam__palette.docs.js +77 -0
- package/lib/AvatarTeam/docs/AvatarTeam__size.docs.js +76 -0
- package/lib/AvatarTeam/props/defaultProps.js +20 -0
- package/lib/AvatarTeam/props/propTypes.js +31 -0
- package/lib/Button/Button.js +92 -0
- package/lib/Button/Button.module.css +522 -0
- package/lib/Button/__tests__/Button.spec.js +193 -0
- package/lib/Button/__tests__/__snapshots__/Button.spec.js.snap +191 -0
- package/lib/Button/docs/Button__custom.docs.js +800 -0
- package/lib/Button/docs/Button__default.docs.js +565 -0
- package/lib/Button/props/defaultProps.js +22 -0
- package/lib/Button/props/propTypes.js +30 -0
- package/lib/Buttongroup/Buttongroup.js +69 -0
- package/lib/Buttongroup/Buttongroup.module.css +89 -0
- package/lib/Buttongroup/__test__/Buttongroup.spec.js +76 -0
- package/lib/Buttongroup/__test__/__snapshots__/Buttongroup.spec.js.snap +146 -0
- package/lib/Buttongroup/docs/Buttongroup__custom.docs.js +64 -0
- package/lib/Buttongroup/docs/Buttongroup__footer.docs.js +60 -0
- package/lib/Buttongroup/docs/Buttongroup__header.docs.js +71 -0
- package/lib/Buttongroup/props/defaultProps.js +11 -0
- package/lib/Buttongroup/props/propTypes.js +15 -0
- package/lib/Card/Card.js +301 -0
- package/lib/Card/Card.module.css +20 -0
- package/lib/Card/__tests__/Card.spec.js +47 -0
- package/lib/Card/docs/Card__Custom.docs.js +63 -0
- package/lib/Card/docs/Card__Default.docs.js +66 -0
- package/lib/Card/docs/Card__Scroll.docs.js +87 -0
- package/lib/Card/index.js +33 -0
- package/lib/Card/props/defaultProps.js +23 -0
- package/lib/Card/props/propTypes.js +54 -0
- package/lib/CheckBox/CheckBox.js +183 -0
- package/lib/CheckBox/CheckBox.module.css +157 -0
- package/lib/CheckBox/__tests__/CheckBox.spec.js +15 -0
- package/lib/CheckBox/docs/CheckBox__custom.docs.js +323 -0
- package/lib/CheckBox/docs/CheckBox__default.docs.js +249 -0
- package/lib/CheckBox/props/defaultProps.js +25 -0
- package/lib/CheckBox/props/propTypes.js +49 -0
- package/lib/DateTime/CalendarView.js +227 -0
- package/lib/DateTime/DateTime.js +779 -0
- package/lib/DateTime/DateTime.module.css +233 -0
- package/lib/DateTime/DateTimePopupFooter.js +65 -0
- package/lib/DateTime/DateTimePopupHeader.js +117 -0
- package/lib/DateTime/DateWidget.js +1015 -0
- package/lib/DateTime/DateWidget.module.css +38 -0
- package/lib/DateTime/DaysRow.js +52 -0
- package/lib/DateTime/Time.js +205 -0
- package/lib/DateTime/YearView.js +267 -0
- package/lib/DateTime/YearView.module.css +81 -0
- package/lib/DateTime/__tests__/CalendarView.spec.js +37 -0
- package/lib/DateTime/__tests__/DateTime.spec.js +113 -0
- package/lib/DateTime/__tests__/DateWidget.spec.js +79 -0
- package/lib/DateTime/common.js +30 -0
- package/lib/DateTime/constants.js +76 -0
- package/lib/DateTime/dateFormatUtils/dateFormat.js +551 -0
- package/lib/DateTime/dateFormatUtils/dayChange.js +74 -0
- package/lib/DateTime/dateFormatUtils/index.js +225 -0
- package/lib/DateTime/dateFormatUtils/monthChange.js +84 -0
- package/lib/DateTime/dateFormatUtils/timeChange.js +208 -0
- package/lib/DateTime/dateFormatUtils/yearChange.js +108 -0
- package/lib/DateTime/docs/DateTime__default.docs.js +119 -0
- package/lib/DateTime/docs/DateWidget__default.docs.js +212 -0
- package/lib/DateTime/docs/timezonedata.json +1 -0
- package/lib/DateTime/index.js +13 -0
- package/lib/DateTime/objectUtils.js +72 -0
- package/lib/DateTime/props/defaultProps.js +61 -0
- package/lib/DateTime/props/propTypes.js +144 -0
- package/lib/DateTime/typeChecker.js +22 -0
- package/lib/DateTime/validator.js +290 -0
- package/lib/DropBox/DropBox.js +286 -0
- package/lib/DropBox/DropBox.module.css +406 -0
- package/lib/DropBox/DropBoxPositionMapping.json +145 -0
- package/lib/DropBox/__tests__/DropBox.spec.js +83 -0
- package/lib/DropBox/docs/DropBox__custom.docs.js +97 -0
- package/lib/DropBox/docs/DropBox__customOrder.docs.js +114 -0
- package/lib/DropBox/docs/DropBox__fixedPosition.docs.js +113 -0
- package/lib/DropBox/docs/DropBox__position.docs.js +118 -0
- package/lib/DropBox/docs/DropBox__size.docs.js +92 -0
- package/lib/DropBox/props/defaultProps.js +28 -0
- package/lib/DropBox/props/propTypes.js +56 -0
- package/lib/DropDown/DropDown.js +127 -0
- package/lib/DropDown/DropDown.module.css +5 -0
- package/lib/DropDown/DropDownHeading.js +64 -0
- package/lib/DropDown/DropDownHeading.module.css +53 -0
- package/lib/DropDown/DropDownItem.js +102 -0
- package/lib/DropDown/DropDownItem.module.css +94 -0
- package/lib/DropDown/DropDownSearch.js +88 -0
- package/lib/DropDown/DropDownSearch.module.css +14 -0
- package/lib/DropDown/DropDownSeparator.js +42 -0
- package/lib/DropDown/DropDownSeparator.module.css +7 -0
- package/lib/DropDown/__tests__/DropDown.spec.js +44 -0
- package/lib/DropDown/__tests__/DropDownItem.spec.js +46 -0
- package/lib/DropDown/__tests__/DropDownSearch.spec.js +14 -0
- package/lib/DropDown/docs/DropDownHeading__custom.docs.js +50 -0
- package/lib/DropDown/docs/DropDownHeading__default.docs.js +48 -0
- package/lib/DropDown/props/defaultProps.js +28 -0
- package/lib/DropDown/props/propTypes.js +89 -0
- package/lib/Heading/Heading.js +64 -0
- package/lib/Heading/Heading.module.css +5 -0
- package/lib/Heading/docs/Heading__default.docs.js +50 -0
- package/lib/Heading/props/defaultProps.js +12 -0
- package/lib/Heading/props/propTypes.js +19 -0
- package/lib/Label/Label.js +65 -0
- package/lib/Label/Label.module.css +52 -0
- package/lib/Label/LabelColors.module.css +21 -0
- package/lib/Label/__tests__/Label.spec.js +124 -0
- package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +101 -0
- package/lib/Label/docs/Label__clipped.docs.js +56 -0
- package/lib/Label/docs/Label__custom.docs.js +59 -0
- package/lib/Label/docs/Label__palette.docs.js +71 -0
- package/lib/Label/docs/Label__size.docs.js +58 -0
- package/lib/Label/docs/Label__type.docs.js +66 -0
- package/lib/Label/props/defaultProps.js +17 -0
- package/lib/Label/props/propTypes.js +22 -0
- package/lib/Layout/Box.js +104 -0
- package/lib/Layout/Container.js +122 -0
- package/lib/Layout/Layout.module.css +336 -0
- package/lib/Layout/__tests__/Box.spec.js +105 -0
- package/lib/Layout/__tests__/Container.spec.js +110 -0
- package/lib/Layout/docs/Layout__Hidden.docs.js +105 -0
- package/lib/Layout/docs/Layout__default.docs.js +77 -0
- package/lib/Layout/docs/Layout__four_Column.docs.js +107 -0
- package/lib/Layout/docs/Layout__three_Column.docs.js +104 -0
- package/lib/Layout/docs/Layout__two_Column.docs.js +97 -0
- package/lib/Layout/index.js +30 -0
- package/lib/Layout/props/defaultProps.js +20 -0
- package/lib/Layout/props/propTypes.js +51 -0
- package/lib/Layout/utils.js +45 -0
- package/lib/LightNightMode/Colors.json +497 -0
- package/lib/LightNightMode/docs/AlternativeColors.docs.js +128 -0
- package/lib/ListItem/ListContainer.js +94 -0
- package/lib/ListItem/ListItem.js +153 -0
- package/lib/ListItem/ListItem.module.css +209 -0
- package/lib/ListItem/ListItemWithAvatar.js +175 -0
- package/lib/ListItem/ListItemWithCheckBox.js +141 -0
- package/lib/ListItem/ListItemWithIcon.js +158 -0
- package/lib/ListItem/ListItemWithRadio.js +143 -0
- package/lib/ListItem/docs/ListItemWithAvatar__custom.docs.js +182 -0
- package/lib/ListItem/docs/ListItemWithAvatar__default.docs.js +139 -0
- package/lib/ListItem/docs/ListItemWithCheckBox__custom.docs.js +118 -0
- package/lib/ListItem/docs/ListItemWithCheckBox__default.docs.js +92 -0
- package/lib/ListItem/docs/ListItemWithIcon__custom.docs.js +95 -0
- package/lib/ListItem/docs/ListItemWithIcon__default.docs.js +89 -0
- package/lib/ListItem/docs/ListItemWithRadio__custom.docs.js +118 -0
- package/lib/ListItem/docs/ListItemWithRadio__default.docs.js +92 -0
- package/lib/ListItem/docs/ListItem__custom.docs.js +141 -0
- package/lib/ListItem/docs/ListItem__default.docs.js +109 -0
- package/lib/ListItem/props/defaultProps.js +97 -0
- package/lib/ListItem/props/propTypes.js +176 -0
- package/lib/Modal/Modal.js +174 -0
- package/lib/Modal/__docs__/Modal__default.docs.js +65 -0
- package/lib/Modal/props/defaultProps.js +10 -0
- package/lib/Modal/props/propTypes.js +14 -0
- package/lib/MultiSelect/AdvancedGroupMultiSelect.js +1032 -0
- package/lib/MultiSelect/AdvancedMultiSelect.js +552 -0
- package/lib/MultiSelect/EmptyState.js +85 -0
- package/lib/MultiSelect/MultiSelect.js +1044 -0
- package/lib/MultiSelect/MultiSelect.module.css +206 -0
- package/lib/MultiSelect/MultiSelectHeader.js +55 -0
- package/lib/MultiSelect/MultiSelectWithAvatar.js +304 -0
- package/lib/MultiSelect/SelectedOptions.js +97 -0
- package/lib/MultiSelect/SelectedOptions.module.css +15 -0
- package/lib/MultiSelect/Suggestions.js +158 -0
- package/lib/MultiSelect/__tests__/MultiSelect.spec.js +159 -0
- package/lib/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +154 -0
- package/lib/MultiSelect/docs/AdvancedMultiSelect__default.docs.js +140 -0
- package/lib/MultiSelect/docs/MultiSelectWithAvatar__default.docs.js +165 -0
- package/lib/MultiSelect/docs/MultiSelect__default.docs.js +186 -0
- package/lib/MultiSelect/props/defaultProps.js +158 -0
- package/lib/MultiSelect/props/propTypes.js +377 -0
- package/lib/PopOver/PopOver.js +252 -0
- package/lib/PopOver/PopOver.module.css +8 -0
- package/lib/PopOver/__tests__/PopOver.spec.js +17 -0
- package/lib/PopOver/docs/PopOver__default.docs.js +61 -0
- package/lib/PopOver/props/defaultProps.js +15 -0
- package/lib/PopOver/props/propTypes.js +63 -0
- package/lib/Popup/Popup.js +640 -0
- package/lib/Popup/PositionMapping.json +74 -0
- package/lib/Popup/__tests__/Popup.spec.js +155 -0
- package/lib/Popup/viewPort.js +354 -0
- package/lib/Provider/AvatarSize.js +19 -0
- package/lib/Provider/Config.js +25 -0
- package/lib/Provider/CssProvider.js +23 -0
- package/lib/Provider/IdProvider.js +68 -0
- package/lib/Provider/LibraryContext.js +54 -0
- package/lib/Provider/LibraryContextInit.js +11 -0
- package/lib/Provider/NumberGenerator/NumberGenerator.js +145 -0
- package/lib/Provider/ZindexProvider.js +57 -0
- package/lib/Provider/docs/Provider_Id__Class.docs.js +56 -0
- package/lib/Provider/docs/Provider_Id__Function.docs.js +24 -0
- package/lib/Provider/docs/Provider_Zindex__Class.docs.js +59 -0
- package/lib/Provider/docs/Provider_Zindex__Function.docs.js +29 -0
- package/lib/Provider.js +116 -0
- package/lib/Radio/Radio.js +146 -0
- package/lib/Radio/Radio.module.css +112 -0
- package/lib/Radio/__tests__/Radiospec.js +25 -0
- package/lib/Radio/docs/Radio__custom.docs.js +273 -0
- package/lib/Radio/docs/Radio__default.docs.js +197 -0
- package/lib/Radio/props/defaultProps.js +21 -0
- package/lib/Radio/props/propTypes.js +40 -0
- package/lib/Responsive/CustomResponsive.js +192 -0
- package/lib/Responsive/RefWrapper.js +47 -0
- package/lib/Responsive/ResizeComponent.js +237 -0
- package/lib/Responsive/ResizeObserver.js +151 -0
- package/lib/Responsive/Responsive.js +222 -0
- package/lib/Responsive/docs/Responsive__Custom.docs.js +247 -0
- package/lib/Responsive/docs/Responsive__default.docs.js +118 -0
- package/lib/Responsive/docs/style.module.css +56 -0
- package/lib/Responsive/index.js +28 -0
- package/lib/Responsive/props/defaultProps.js +23 -0
- package/lib/Responsive/props/propTypes.js +36 -0
- package/lib/Responsive/sizeObservers.js +176 -0
- package/lib/Responsive/utils/index.js +62 -0
- package/lib/Responsive/utils/shallowCompare.js +29 -0
- package/lib/Responsive/windowResizeObserver.js +55 -0
- package/lib/ResponsiveDropBox/ResponsiveDropBox.js +94 -0
- package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -0
- package/lib/ResponsiveDropBox/props/defaultProps.js +11 -0
- package/lib/ResponsiveDropBox/props/propTypes.js +15 -0
- package/lib/Ribbon/Ribbon.js +71 -0
- package/lib/Ribbon/Ribbon.module.css +377 -0
- package/lib/Ribbon/__tests__/Ribbon.spec.js +171 -0
- package/lib/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +163 -0
- package/lib/Ribbon/docs/Ribbon__custom.docs.js +414 -0
- package/lib/Ribbon/docs/Ribbon__default.docs.js +370 -0
- package/lib/Ribbon/props/defaultProps.js +15 -0
- package/lib/Ribbon/props/propTypes.js +18 -0
- package/lib/RippleEffect/RippleEffect.js +35 -0
- package/lib/RippleEffect/RippleEffect.module.css +92 -0
- package/lib/RippleEffect/docs/RippleEffect__default.docs.js +462 -0
- package/lib/RippleEffect/props/defaultProps.js +16 -0
- package/lib/RippleEffect/props/propTypes.js +19 -0
- package/lib/Select/GroupSelect.js +771 -0
- package/lib/Select/Select.js +910 -0
- package/lib/Select/Select.module.css +109 -0
- package/lib/Select/SelectWithAvatar.js +340 -0
- package/lib/Select/SelectWithIcon.js +530 -0
- package/lib/Select/__tests__/Select.spec.js +341 -0
- package/lib/Select/docs/GroupSelect__default.docs.js +173 -0
- package/lib/Select/docs/SelectWithAvatar__default.docs.js +124 -0
- package/lib/Select/docs/SelectWithIcon__default.docs.js +165 -0
- package/lib/Select/docs/Select__default.docs.js +313 -0
- package/lib/Select/props/defaultProps.js +112 -0
- package/lib/Select/props/propTypes.js +280 -0
- package/lib/Stencils/Stencils.js +57 -0
- package/lib/Stencils/Stencils.module.css +96 -0
- package/lib/Stencils/__tests__/Stencils.spec.js +72 -0
- package/lib/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +49 -0
- package/lib/Stencils/docs/Stencils__custom.docs.js +72 -0
- package/lib/Stencils/docs/Stencils__default.docs.js +77 -0
- package/lib/Stencils/props/defaultProps.js +13 -0
- package/lib/Stencils/props/propTypes.js +15 -0
- package/lib/Switch/Switch.js +125 -0
- package/lib/Switch/Switch.module.css +111 -0
- package/lib/Switch/docs/Switch__custom.docs.js +180 -0
- package/lib/Switch/docs/Switch__default.docs.js +134 -0
- package/lib/Switch/props/defaultProps.js +17 -0
- package/lib/Switch/props/propTypes.js +35 -0
- package/lib/Tab/Tab.js +116 -0
- package/lib/Tab/Tab.module.css +101 -0
- package/lib/Tab/TabContent.js +33 -0
- package/lib/Tab/TabContent.module.css +4 -0
- package/lib/Tab/TabContentWrapper.js +33 -0
- package/lib/Tab/TabWrapper.js +69 -0
- package/lib/Tab/Tabs.js +586 -0
- package/lib/Tab/Tabs.module.css +141 -0
- package/lib/Tab/__tests__/Tab.spec.js +119 -0
- package/lib/Tab/__tests__/TabContent.spec.js +18 -0
- package/lib/Tab/__tests__/TabContentWrapper.spec.js +51 -0
- package/lib/Tab/__tests__/TabWrapper.spec.js +88 -0
- package/lib/Tab/__tests__/Tabs.spec.js +109 -0
- package/lib/Tab/docs/Tab__default.docs.js +283 -0
- package/lib/Tab/docs/tabdocs.module.css +29 -0
- package/lib/Tab/index.js +41 -0
- package/lib/Tab/props/defaultProps.js +50 -0
- package/lib/Tab/props/propTypes.js +114 -0
- package/lib/Tag/Tag.js +177 -0
- package/lib/Tag/Tag.module.css +255 -0
- package/lib/Tag/__tests__/Tag.spec.js +29 -0
- package/lib/Tag/docs/Tag__custom.docs.js +397 -0
- package/lib/Tag/docs/Tag__default.docs.js +352 -0
- package/lib/Tag/props/defaultProps.js +20 -0
- package/lib/Tag/props/propTypes.js +42 -0
- package/lib/TextBox/TextBox.js +193 -0
- package/lib/TextBox/TextBox.module.css +157 -0
- package/lib/TextBox/__tests__/TextBox.spec.js +195 -0
- package/lib/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +127 -0
- package/lib/TextBox/docs/TextBox__custom.docs.js +72 -0
- package/lib/TextBox/docs/TextBox__default.docs.js +69 -0
- package/lib/TextBox/docs/TextBox__size.docs.js +67 -0
- package/lib/TextBox/docs/TextBox__variant.docs.js +67 -0
- package/lib/TextBox/props/defaultProps.js +26 -0
- package/lib/TextBox/props/propTypes.js +57 -0
- package/lib/TextBoxIcon/TextBoxIcon.js +187 -0
- package/lib/TextBoxIcon/TextBoxIcon.module.css +78 -0
- package/lib/TextBoxIcon/__tests__/TextBoxIcon.spec.js +219 -0
- package/lib/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +334 -0
- package/lib/TextBoxIcon/docs/TextBoxIcon__custom.docs.js +118 -0
- package/lib/TextBoxIcon/docs/TextBoxIcon__default.docs.js +90 -0
- package/lib/TextBoxIcon/props/defaultProps.js +28 -0
- package/lib/TextBoxIcon/props/propTypes.js +57 -0
- package/lib/Textarea/Textarea.js +130 -0
- package/lib/Textarea/Textarea.module.css +139 -0
- package/lib/Textarea/__tests__/Textarea.spec.js +174 -0
- package/lib/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +97 -0
- package/lib/Textarea/docs/Textarea__animated.docs.js +70 -0
- package/lib/Textarea/docs/Textarea__custom.docs.js +111 -0
- package/lib/Textarea/docs/Textarea__default.docs.js +105 -0
- package/lib/Textarea/docs/Textarea__disabled.docs.js +58 -0
- package/lib/Textarea/props/defaultProps.js +23 -0
- package/lib/Textarea/props/propTypes.js +39 -0
- package/lib/Tooltip/Tooltip.js +516 -0
- package/lib/Tooltip/Tooltip.module.css +109 -0
- package/lib/Tooltip/__tests__/Tooltip.spec.js +75 -0
- package/lib/Tooltip/docs/Tooltip__default.docs.js +402 -0
- package/lib/Tooltip/props/defaultProps.js +11 -0
- package/lib/Tooltip/props/propTypes.js +16 -0
- package/lib/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +100 -0
- package/lib/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +123 -0
- package/lib/VelocityAnimation/VelocityAnimation/props/defaultProps.js +14 -0
- package/lib/VelocityAnimation/VelocityAnimation/props/propTypes.js +20 -0
- package/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +131 -0
- package/lib/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +174 -0
- package/lib/VelocityAnimation/VelocityAnimationGroup/props/defaultProps.js +22 -0
- package/lib/VelocityAnimation/VelocityAnimationGroup/props/propTypes.js +27 -0
- package/lib/common/animation.module.css +624 -0
- package/lib/common/avatarsizes.module.css +45 -0
- package/lib/common/basic.module.css +33 -0
- package/lib/common/basicReset.module.css +40 -0
- package/lib/common/common.module.css +525 -0
- package/lib/common/customscroll.module.css +89 -0
- package/lib/common/docStyle.module.css +766 -0
- package/lib/common/reset.module.css +12 -0
- package/lib/common/transition.module.css +146 -0
- package/lib/css.js +42 -0
- package/lib/deprecated/AdvancedMultiSelect.module.css +127 -0
- package/lib/deprecated/PortalLayer/PortalLayer.js +126 -0
- package/lib/deprecated/PortalLayer/docs/PortalLayer__default.docs.js +111 -0
- package/lib/deprecated/PortalLayer/props/defaultProps.js +12 -0
- package/lib/deprecated/PortalLayer/props/propTypes.js +19 -0
- package/lib/deprecated/advancedMultiSelectVariableJson.js +82 -0
- package/lib/index.js +1245 -0
- package/lib/semantic/Button/Button.js +81 -0
- package/lib/semantic/Button/docs/Button__default.docs.js +43 -0
- package/lib/semantic/Button/props/defaultProps.js +19 -0
- package/lib/semantic/Button/props/propTypes.js +34 -0
- package/lib/semantic/Button/semanticButton.module.css +9 -0
- package/lib/utils/Common.js +391 -0
- package/lib/utils/ContextOptimizer.js +43 -0
- package/lib/utils/__tests__/constructFullName.spec.js +11 -0
- package/lib/utils/__tests__/debounce.spec.js +39 -0
- package/lib/utils/__tests__/getInitial.spec.js +25 -0
- package/lib/utils/constant.js +10 -0
- package/lib/utils/constructFullName.js +25 -0
- package/lib/utils/datetime/common.js +206 -0
- package/lib/utils/debounce.js +25 -0
- package/lib/utils/dropDownUtils.js +491 -0
- package/lib/utils/dummyFunction.js +8 -0
- package/lib/utils/getHTMLFontSize.js +10 -0
- package/lib/utils/getInitial.js +27 -0
- package/lib/utils/scrollTo.js +20 -0
- package/lib/utils/shallowEqual.js +33 -0
- package/package.json +11 -5
- package/es/FramerAnimation/FramerAnimation.js +0 -206
- package/es/FramerAnimation/docs/FramerAnimation__default.docs.js +0 -123
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
.wrapper {
|
|
2
2
|
position: relative;
|
|
3
3
|
}
|
|
4
|
-
.disabled,
|
|
5
|
-
.readOnly {
|
|
4
|
+
.disabled, .readOnly {
|
|
6
5
|
cursor: not-allowed;
|
|
7
6
|
}
|
|
8
7
|
.container {
|
|
@@ -10,9 +9,9 @@
|
|
|
10
9
|
composes: oflowy from '../common/common.module.css';
|
|
11
10
|
}
|
|
12
11
|
.hasBorder {
|
|
12
|
+
transition: border var(--zd_transition2) linear 0s;
|
|
13
13
|
border-bottom-style: solid;
|
|
14
14
|
border-bottom-width: 1px;
|
|
15
|
-
transition: border var(--zd_transition2) linear 0s;
|
|
16
15
|
}
|
|
17
16
|
.borderColor_transparent {
|
|
18
17
|
border-bottom-color: var(--zdt_advancedmultiselect_transparent_border);
|
|
@@ -41,25 +40,40 @@
|
|
|
41
40
|
.effect .borderColor_dark.active {
|
|
42
41
|
border-bottom-color: var(--zdt_advancedmultiselect_dark_active_border);
|
|
43
42
|
}
|
|
44
|
-
.container.medium {
|
|
43
|
+
[dir=ltr] .container.medium {
|
|
45
44
|
padding: 0 var(--zd_size34) var(--zd_size7) 0;
|
|
46
45
|
}
|
|
46
|
+
[dir=rtl] .container.medium {
|
|
47
|
+
padding: 0 0 var(--zd_size7) var(--zd_size34);
|
|
48
|
+
}
|
|
47
49
|
.container.xmedium {
|
|
48
|
-
padding: 0 var(--zd_size34) var(--zd_size1) 0;
|
|
49
50
|
min-height: var(--zd_size30);
|
|
50
51
|
}
|
|
52
|
+
[dir=ltr] .container.xmedium {
|
|
53
|
+
padding: 0 var(--zd_size34) var(--zd_size1) 0;
|
|
54
|
+
}
|
|
55
|
+
[dir=rtl] .container.xmedium {
|
|
56
|
+
padding: 0 0 var(--zd_size1) var(--zd_size34);
|
|
57
|
+
}
|
|
51
58
|
|
|
52
59
|
.delete {
|
|
53
60
|
position: absolute;
|
|
54
61
|
bottom: 0;
|
|
55
|
-
right: var(--zd_size15);
|
|
56
|
-
padding-bottom: var(--zd_size10);
|
|
57
62
|
color: var(--zdt_advancedmultiselect_delete_text);
|
|
63
|
+
padding-bottom: var(--zd_size10);
|
|
58
64
|
cursor: pointer;
|
|
59
65
|
background-color: var(--zdt_advancedmultiselect_delete_bg);
|
|
60
66
|
border: 0;
|
|
61
67
|
}
|
|
62
68
|
|
|
69
|
+
[dir=ltr] .delete {
|
|
70
|
+
right: var(--zd_size15);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
[dir=rtl] .delete {
|
|
74
|
+
left: var(--zd_size15);
|
|
75
|
+
}
|
|
76
|
+
|
|
63
77
|
.delete:hover {
|
|
64
78
|
color: var(--zdt_advancedmultiselect_delete_hover_text);
|
|
65
79
|
}
|
|
@@ -105,9 +119,9 @@
|
|
|
105
119
|
.more {
|
|
106
120
|
font-size: var(--zd_font_size14);
|
|
107
121
|
color: var(--zdt_advancedmultiselect_more_text);
|
|
122
|
+
font-family: inherit;
|
|
108
123
|
cursor: pointer;
|
|
109
124
|
margin-top: var(--zd_size5);
|
|
110
|
-
font-family: inherit;
|
|
111
125
|
background-color: var(--zdt_advancedmultiselect_delete_bg);
|
|
112
126
|
border: 0;
|
|
113
127
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { propTypes } from './props/propTypes';
|
|
3
|
-
import { defaultProps } from './props/defaultProps';
|
|
4
|
-
|
|
3
|
+
import { defaultProps } from './props/defaultProps';
|
|
4
|
+
//Components
|
|
5
5
|
import Modal from '../../Modal/Modal';
|
|
6
6
|
let RefElement = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
7
7
|
let {
|
|
@@ -28,23 +28,20 @@ export default class PortalLayer extends React.Component {
|
|
|
28
28
|
this.updateState = this.updateState.bind(this);
|
|
29
29
|
this.getState = this.getState.bind(this);
|
|
30
30
|
}
|
|
31
|
-
|
|
32
31
|
componentDidUpdate(prevProps) {
|
|
33
32
|
let {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
33
|
+
isActive
|
|
34
|
+
} = this.props,
|
|
35
|
+
{
|
|
36
|
+
isActive: prevActive
|
|
37
|
+
} = prevProps;
|
|
39
38
|
isActive = Boolean(isActive), prevActive = Boolean(prevActive);
|
|
40
|
-
|
|
41
39
|
if (typeof isActive !== 'undefined' && isActive != prevActive && Boolean(this.state.isOpen) != isActive) {
|
|
42
40
|
this.setState({
|
|
43
41
|
isOpen: isActive
|
|
44
42
|
});
|
|
45
43
|
}
|
|
46
44
|
}
|
|
47
|
-
|
|
48
45
|
updateState(alertState) {
|
|
49
46
|
if (typeof alertState === 'boolean') {
|
|
50
47
|
this.setState({
|
|
@@ -54,11 +51,9 @@ export default class PortalLayer extends React.Component {
|
|
|
54
51
|
this.setState(alertState);
|
|
55
52
|
}
|
|
56
53
|
}
|
|
57
|
-
|
|
58
54
|
getState() {
|
|
59
55
|
return Object.keys(this.state).length == 1 ? this.state.isOpen : this.state;
|
|
60
56
|
}
|
|
61
|
-
|
|
62
57
|
componentDidMount() {
|
|
63
58
|
let {
|
|
64
59
|
saveUpdateFunction,
|
|
@@ -68,20 +63,19 @@ export default class PortalLayer extends React.Component {
|
|
|
68
63
|
saveUpdateFunction && saveUpdateFunction(this.updateState, name);
|
|
69
64
|
saveGetFunction && saveGetFunction(this.getState, name);
|
|
70
65
|
}
|
|
71
|
-
|
|
72
66
|
render() {
|
|
73
67
|
let {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
68
|
+
children,
|
|
69
|
+
renderChildren,
|
|
70
|
+
portalId,
|
|
71
|
+
autoZIndexNeeded,
|
|
72
|
+
isChildrenRestrictionNeeded
|
|
73
|
+
} = this.props,
|
|
74
|
+
{
|
|
75
|
+
isOpen = false
|
|
76
|
+
} = this.state;
|
|
83
77
|
let Element = children && children.type,
|
|
84
|
-
|
|
78
|
+
elementProps = children && children.props;
|
|
85
79
|
return /*#__PURE__*/React.createElement(Modal, {
|
|
86
80
|
autoZIndexNeeded: autoZIndexNeeded,
|
|
87
81
|
portalId: portalId,
|
|
@@ -94,11 +88,9 @@ export default class PortalLayer extends React.Component {
|
|
|
94
88
|
isActive: isOpen
|
|
95
89
|
}));
|
|
96
90
|
}
|
|
97
|
-
|
|
98
91
|
}
|
|
99
92
|
PortalLayer.defaultProps = defaultProps;
|
|
100
93
|
PortalLayer.propTypes = propTypes;
|
|
101
|
-
|
|
102
94
|
if (false) {
|
|
103
95
|
PortalLayer.docs = {
|
|
104
96
|
componentGroup: 'Atom',
|
|
@@ -23,7 +23,6 @@ export class FreezeLayer extends Component {
|
|
|
23
23
|
ref: forwardRef
|
|
24
24
|
});
|
|
25
25
|
}
|
|
26
|
-
|
|
27
26
|
}
|
|
28
27
|
FreezeLayer.propTypes = {
|
|
29
28
|
onClick: PropTypes.func,
|
|
@@ -36,19 +35,15 @@ export default class PortalLayer__default extends Component {
|
|
|
36
35
|
this.handlePortalLayer = this.handlePortalLayer.bind(this);
|
|
37
36
|
this.getPortalState = this.getPortalState.bind(this);
|
|
38
37
|
}
|
|
39
|
-
|
|
40
38
|
handlePortalLayer(func) {
|
|
41
39
|
this.toggle = func;
|
|
42
40
|
}
|
|
43
|
-
|
|
44
41
|
getPortalState(func) {
|
|
45
42
|
this.portalState = func;
|
|
46
43
|
}
|
|
47
|
-
|
|
48
44
|
onToggle() {
|
|
49
45
|
this.toggle(!this.portalState());
|
|
50
46
|
}
|
|
51
|
-
|
|
52
47
|
render() {
|
|
53
48
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Button, {
|
|
54
49
|
text: "Click me",
|
|
@@ -61,9 +56,7 @@ export default class PortalLayer__default extends Component {
|
|
|
61
56
|
onClick: this.onToggle
|
|
62
57
|
})));
|
|
63
58
|
}
|
|
64
|
-
|
|
65
59
|
}
|
|
66
|
-
|
|
67
60
|
if (false) {
|
|
68
61
|
PortalLayer__default.docs = {
|
|
69
62
|
componentGroup: 'Atom',
|
package/es/index.js
CHANGED
|
@@ -145,8 +145,9 @@ export { Provider } from './Provider/IdProvider';
|
|
|
145
145
|
export { default as Provider__Id_For_ClassComponent } from './Provider/docs/Provider_Id__Class.docs';
|
|
146
146
|
export { default as Provider__Id_For_FunctionComponent } from './Provider/docs/Provider_Id__Function.docs';
|
|
147
147
|
export { default as Provider__Zindex_For_ClassComponent } from './Provider/docs/Provider_Zindex__Class.docs';
|
|
148
|
-
export { default as Provider__Zindex_For_FunctionComponent } from './Provider/docs/Provider_Zindex__Function.docs';
|
|
148
|
+
export { default as Provider__Zindex_For_FunctionComponent } from './Provider/docs/Provider_Zindex__Function.docs';
|
|
149
149
|
|
|
150
|
+
//semantic//
|
|
150
151
|
export { default as SemanticButton } from './semantic/Button/Button';
|
|
151
152
|
export { default as SemanticButton__default } from './semantic/Button/docs/Button__default.docs.js';
|
|
152
153
|
export { default as LightNightMode__AlternativeColors } from './LightNightMode/docs/AlternativeColors.docs';
|
|
@@ -6,7 +6,6 @@ export default class Button extends React.Component {
|
|
|
6
6
|
constructor(props) {
|
|
7
7
|
super(props);
|
|
8
8
|
}
|
|
9
|
-
|
|
10
9
|
render() {
|
|
11
10
|
const {
|
|
12
11
|
value,
|
|
@@ -48,11 +47,9 @@ export default class Button extends React.Component {
|
|
|
48
47
|
"data-title": title
|
|
49
48
|
}, children ? children : text);
|
|
50
49
|
}
|
|
51
|
-
|
|
52
50
|
}
|
|
53
51
|
Button.defaultProps = defaultProps;
|
|
54
52
|
Button.propTypes = propTypes;
|
|
55
|
-
|
|
56
53
|
if (false) {
|
|
57
54
|
Button.docs = {
|
|
58
55
|
componentGroup: 'semantic',
|
|
@@ -5,13 +5,10 @@ export default class Button__default extends React.Component {
|
|
|
5
5
|
constructor(props) {
|
|
6
6
|
super(props);
|
|
7
7
|
}
|
|
8
|
-
|
|
9
8
|
render() {
|
|
10
9
|
return /*#__PURE__*/React.createElement(Button, null);
|
|
11
10
|
}
|
|
12
|
-
|
|
13
11
|
}
|
|
14
|
-
|
|
15
12
|
if (false) {
|
|
16
13
|
Button__default.docs = {
|
|
17
14
|
componentGroup: 'semantic',
|
package/es/utils/Common.js
CHANGED
|
@@ -12,7 +12,9 @@ export const getTotalDimension = (elem, align) => {
|
|
|
12
12
|
export const stopAllEventPropagation = e => {
|
|
13
13
|
e.stopPropagation && e.stopPropagation();
|
|
14
14
|
e.nativeEvent && e.nativeEvent.stopImmediatePropagation && e.nativeEvent.stopImmediatePropagation();
|
|
15
|
-
};
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
// export function getCommentsDetails(
|
|
16
18
|
// commentIds = [],
|
|
17
19
|
// comments = {},
|
|
18
20
|
// agents = {}
|
|
@@ -35,7 +37,6 @@ export function encodeForHtml(str) {
|
|
|
35
37
|
str = str.replace(/\\/g, '\');
|
|
36
38
|
str = str.replace(/'/g, ''');
|
|
37
39
|
}
|
|
38
|
-
|
|
39
40
|
return str;
|
|
40
41
|
}
|
|
41
42
|
export function getListOfDetails() {
|
|
@@ -47,7 +48,6 @@ export function getListOfDetails() {
|
|
|
47
48
|
export function capitalize() {
|
|
48
49
|
let value = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
|
49
50
|
let newValue = '';
|
|
50
|
-
|
|
51
51
|
for (let i = 0; i < value.length; i++) {
|
|
52
52
|
if (i == 0) {
|
|
53
53
|
newValue += value[i].toUpperCase();
|
|
@@ -55,14 +55,12 @@ export function capitalize() {
|
|
|
55
55
|
newValue += value[i].toLowerCase();
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
|
-
|
|
59
58
|
return newValue;
|
|
60
59
|
}
|
|
61
60
|
export function bind() {
|
|
62
61
|
for (var _len = arguments.length, handlers = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
63
62
|
handlers[_key] = arguments[_key];
|
|
64
63
|
}
|
|
65
|
-
|
|
66
64
|
handlers.forEach(handler => {
|
|
67
65
|
this[handler] = this[handler].bind(this);
|
|
68
66
|
});
|
|
@@ -71,15 +69,12 @@ export function getFullName() {
|
|
|
71
69
|
let firstName = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
|
72
70
|
let lastName = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
|
73
71
|
let fullName = '';
|
|
74
|
-
|
|
75
72
|
if (firstName !== null && firstName !== '') {
|
|
76
73
|
fullName = firstName;
|
|
77
74
|
}
|
|
78
|
-
|
|
79
75
|
if (lastName !== null && lastName !== '') {
|
|
80
76
|
fullName = `${fullName}${lastName}`;
|
|
81
77
|
}
|
|
82
|
-
|
|
83
78
|
return fullName;
|
|
84
79
|
}
|
|
85
80
|
export function getStringifiedOutputForJson() {
|
|
@@ -87,7 +82,6 @@ export function getStringifiedOutputForJson() {
|
|
|
87
82
|
const keys = Object.keys(input);
|
|
88
83
|
const modifiedInput = keys.reduce((curr, next) => {
|
|
89
84
|
const values = input[next] || [];
|
|
90
|
-
|
|
91
85
|
if (values.length) {
|
|
92
86
|
const valueList = values.reduce((curr, next) => {
|
|
93
87
|
curr.push(next.id);
|
|
@@ -96,7 +90,6 @@ export function getStringifiedOutputForJson() {
|
|
|
96
90
|
curr[next] = valueList;
|
|
97
91
|
return curr;
|
|
98
92
|
}
|
|
99
|
-
|
|
100
93
|
return curr;
|
|
101
94
|
}, {});
|
|
102
95
|
return JSON.stringify(modifiedInput);
|
|
@@ -112,7 +105,6 @@ export function filterValue(obj, val) {
|
|
|
112
105
|
const ids = obj ? Object.keys(obj) : [];
|
|
113
106
|
ids.forEach(key => {
|
|
114
107
|
const value = obj[key] || {};
|
|
115
|
-
|
|
116
108
|
if (value.name === val && !value.isCustomField) {
|
|
117
109
|
result = value.id;
|
|
118
110
|
}
|
|
@@ -134,42 +126,34 @@ export function formatValue() {
|
|
|
134
126
|
let textField = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'name';
|
|
135
127
|
return values && values.map(value => {
|
|
136
128
|
let formattedValue = value;
|
|
137
|
-
|
|
138
129
|
if (typeof value === 'string' || typeof value === 'number') {
|
|
139
130
|
formattedValue = {};
|
|
140
131
|
formattedValue[valueField] = value;
|
|
141
132
|
formattedValue[textField] = value;
|
|
142
133
|
}
|
|
143
|
-
|
|
144
134
|
return formattedValue;
|
|
145
135
|
}) || [];
|
|
146
136
|
}
|
|
147
137
|
export function bytesToSize(bytes) {
|
|
148
138
|
bytes = parseInt(bytes, 10);
|
|
149
139
|
const sizes = ['B', 'KB', 'MB', 'GB', 'TB'];
|
|
150
|
-
|
|
151
140
|
if (bytes === 0) {
|
|
152
141
|
return '0 Byte';
|
|
153
142
|
}
|
|
154
|
-
|
|
155
143
|
const i = parseInt(Math.floor(Math.log(bytes) / Math.log(1024)), 10);
|
|
156
144
|
return `${Math.round(bytes / Math.pow(1024, i), 2)} ${sizes[i]}`;
|
|
157
145
|
}
|
|
158
146
|
export function getMemSize(bytes) {
|
|
159
147
|
let size = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : !0;
|
|
160
148
|
const thresh = size ? 1000 : 1024;
|
|
161
|
-
|
|
162
149
|
if (Math.abs(bytes) < thresh) {
|
|
163
150
|
return `${bytes} B`;
|
|
164
151
|
}
|
|
165
|
-
|
|
166
152
|
let units = size ? ['kB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'] : ['KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB'],
|
|
167
|
-
|
|
168
|
-
|
|
153
|
+
i = -1;
|
|
169
154
|
do {
|
|
170
155
|
bytes /= thresh, ++i;
|
|
171
156
|
} while (Math.abs(bytes) >= thresh && i < units.length - 1);
|
|
172
|
-
|
|
173
157
|
{
|
|
174
158
|
return `${bytes.toFixed(1)} ${units[i]}`;
|
|
175
159
|
}
|
|
@@ -178,24 +162,18 @@ export function checkIsImageFile(fileName) {
|
|
|
178
162
|
fileName = fileName || '';
|
|
179
163
|
return /jpeg|jpg|png|gif|bmp|tiff|tif|ico/gi.test(fileName.substr(fileName.lastIndexOf('.') + 1));
|
|
180
164
|
}
|
|
181
|
-
|
|
182
165
|
function getI18NValue(key, values) {
|
|
183
166
|
if (typeof i18n === 'undefined' || key === '' || typeof key === 'undefined') {
|
|
184
167
|
return key;
|
|
185
168
|
}
|
|
186
|
-
|
|
187
169
|
let i18nStr = i18n[key];
|
|
188
|
-
|
|
189
170
|
if (i18nStr === undefined) {
|
|
190
171
|
return key;
|
|
191
172
|
}
|
|
192
|
-
|
|
193
173
|
i18nStr = replaceI18NValuesWithRegex(i18nStr, values);
|
|
194
174
|
return unescapeUnicode(i18nStr);
|
|
195
175
|
}
|
|
196
|
-
|
|
197
176
|
global.getI18NValue = getI18NValue;
|
|
198
|
-
|
|
199
177
|
function replaceI18NValuesWithRegex(i18nStr, values) {
|
|
200
178
|
if (typeof values !== 'undefined') {
|
|
201
179
|
if (Array.isArray(values)) {
|
|
@@ -206,27 +184,22 @@ function replaceI18NValuesWithRegex(i18nStr, values) {
|
|
|
206
184
|
i18nStr = i18nStr.replace(new RegExp('\\{0\\}', 'g'), values);
|
|
207
185
|
}
|
|
208
186
|
}
|
|
209
|
-
|
|
210
187
|
return i18nStr;
|
|
211
188
|
}
|
|
212
|
-
|
|
213
189
|
function unescapeUnicode(str) {
|
|
214
190
|
return str.replace(/\\u([a-fA-F0-9]{4})/g, (g, m1) => String.fromCharCode(parseInt(m1, 16)));
|
|
215
191
|
}
|
|
216
|
-
|
|
217
192
|
export function getPortalName(portalList, portalId) {
|
|
218
193
|
return portalList && portalList.reduce((res, portal) => {
|
|
219
194
|
if (portal.orgId === portalId) {
|
|
220
195
|
return portal.orgName;
|
|
221
196
|
}
|
|
222
|
-
|
|
223
197
|
return res;
|
|
224
198
|
}, null);
|
|
225
199
|
}
|
|
226
200
|
export function getFullDateString(fullDateObj) {
|
|
227
201
|
let dateStr = '';
|
|
228
202
|
const monthArr = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
|
|
229
|
-
|
|
230
203
|
if (fullDateObj.toDateString() == new Date().toDateString()) {
|
|
231
204
|
dateStr = format12Hour(fullDateObj);
|
|
232
205
|
} else {
|
|
@@ -236,7 +209,6 @@ export function getFullDateString(fullDateObj) {
|
|
|
236
209
|
const time = format12Hour(fullDateObj);
|
|
237
210
|
dateStr = `${month} ${date} ${year} ${time}`;
|
|
238
211
|
}
|
|
239
|
-
|
|
240
212
|
return dateStr;
|
|
241
213
|
}
|
|
242
214
|
export function format12Hour(date) {
|
|
@@ -245,7 +217,6 @@ export function format12Hour(date) {
|
|
|
245
217
|
const ampm = hours >= 12 ? 'pm' : 'am';
|
|
246
218
|
hours %= 12;
|
|
247
219
|
hours = hours ? hours : 12; // the hour '0' should be '12'
|
|
248
|
-
|
|
249
220
|
minutes = minutes < 10 ? `0${minutes}` : minutes;
|
|
250
221
|
const strTime = `${hours}:${minutes} ${ampm}`;
|
|
251
222
|
return strTime;
|
|
@@ -253,7 +224,6 @@ export function format12Hour(date) {
|
|
|
253
224
|
export function getDateOnly(fullDateObj) {
|
|
254
225
|
let dateStr = '';
|
|
255
226
|
const monthArr = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
|
|
256
|
-
|
|
257
227
|
if (fullDateObj.toDateString() == new Date().toDateString()) {
|
|
258
228
|
dateStr = 'Today';
|
|
259
229
|
} else {
|
|
@@ -262,7 +232,6 @@ export function getDateOnly(fullDateObj) {
|
|
|
262
232
|
const date = fullDateObj.getDate();
|
|
263
233
|
dateStr = `${month} ${date} ${year}`;
|
|
264
234
|
}
|
|
265
|
-
|
|
266
235
|
return dateStr;
|
|
267
236
|
}
|
|
268
237
|
export function doAfterScrollEnd(element, callback) {
|
|
@@ -276,7 +245,6 @@ export function doAfterScrollEnd(element, callback) {
|
|
|
276
245
|
scrollHeight
|
|
277
246
|
} = element;
|
|
278
247
|
const scrollPercent = scrollTop / (scrollHeight - clientHeight) * 100;
|
|
279
|
-
|
|
280
248
|
if (scrollPercent > 80) {
|
|
281
249
|
callback && callback();
|
|
282
250
|
}
|
|
@@ -293,11 +261,9 @@ export const throttle = function (func, wait) {
|
|
|
293
261
|
for (var _len2 = arguments.length, args = new Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {
|
|
294
262
|
args[_key2 - 2] = arguments[_key2];
|
|
295
263
|
}
|
|
296
|
-
|
|
297
264
|
if (timerId) {
|
|
298
265
|
return;
|
|
299
266
|
}
|
|
300
|
-
|
|
301
267
|
timerId = setTimeout(() => {
|
|
302
268
|
try {
|
|
303
269
|
func(...args);
|
|
@@ -310,7 +276,6 @@ export const scrollTo = function (suggestionContainer, selSuggestion) {
|
|
|
310
276
|
if (!suggestionContainer || !selSuggestion) {
|
|
311
277
|
return;
|
|
312
278
|
}
|
|
313
|
-
|
|
314
279
|
const {
|
|
315
280
|
rectGap
|
|
316
281
|
} = frameRelativeRects(selSuggestion, suggestionContainer) || {};
|
|
@@ -318,11 +283,9 @@ export const scrollTo = function (suggestionContainer, selSuggestion) {
|
|
|
318
283
|
top = 0,
|
|
319
284
|
bottom = 0
|
|
320
285
|
} = rectGap || {};
|
|
321
|
-
|
|
322
286
|
if (top < 0 && bottom < 0) {
|
|
323
287
|
return;
|
|
324
288
|
}
|
|
325
|
-
|
|
326
289
|
const isElementInViewPort = top < 0 || bottom < 0 ? false : true;
|
|
327
290
|
const suggestionContainerScrollTop = suggestionContainer.scrollTop;
|
|
328
291
|
suggestionContainer.scrollTop = !isElementInViewPort ? bottom < 0 ? suggestionContainer.scrollTop + Math.abs(bottom) : top < 0 ? suggestionContainer.scrollTop - Math.abs(top) : suggestionContainerScrollTop : suggestionContainerScrollTop;
|
|
@@ -334,21 +297,17 @@ export function remConvert(val) {
|
|
|
334
297
|
}
|
|
335
298
|
export function isDescendant(parent, child) {
|
|
336
299
|
let node = child.parentNode;
|
|
337
|
-
|
|
338
300
|
while (node !== null) {
|
|
339
301
|
if (node === parent) {
|
|
340
302
|
return true;
|
|
341
303
|
}
|
|
342
|
-
|
|
343
304
|
node = node.parentNode;
|
|
344
305
|
}
|
|
345
|
-
|
|
346
306
|
return false;
|
|
347
307
|
}
|
|
348
308
|
export function getElementSpace(elementRef) {
|
|
349
309
|
let neededSpace = 0,
|
|
350
|
-
|
|
351
|
-
|
|
310
|
+
availableInsideSpace = 0;
|
|
352
311
|
if (elementRef) {
|
|
353
312
|
let getStyle = window.getComputedStyle(elementRef);
|
|
354
313
|
let margin = parseFloat(getStyle.marginLeft) + parseFloat(getStyle.marginRight);
|
|
@@ -357,7 +316,6 @@ export function getElementSpace(elementRef) {
|
|
|
357
316
|
neededSpace = width + margin;
|
|
358
317
|
availableInsideSpace = width - padding;
|
|
359
318
|
}
|
|
360
|
-
|
|
361
319
|
return {
|
|
362
320
|
neededSpace: neededSpace,
|
|
363
321
|
availableInsideSpace: availableInsideSpace
|
|
@@ -366,4 +324,22 @@ export function getElementSpace(elementRef) {
|
|
|
366
324
|
export function getSearchString() {
|
|
367
325
|
let charachers = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
|
368
326
|
return (charachers || '').toString().toLowerCase(); //.replace(/\s+/g, '');
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
export function findScrollEnd(element) {
|
|
330
|
+
let {
|
|
331
|
+
scrollHeight,
|
|
332
|
+
scrollTop,
|
|
333
|
+
offsetHeight,
|
|
334
|
+
clientHeight
|
|
335
|
+
} = element || {};
|
|
336
|
+
let isElementScrollable = scrollHeight > clientHeight;
|
|
337
|
+
if (isElementScrollable) {
|
|
338
|
+
if (scrollHeight <= Math.ceil(scrollTop + offsetHeight)) {
|
|
339
|
+
return true;
|
|
340
|
+
}
|
|
341
|
+
} else {
|
|
342
|
+
throw 'Is scroll not present in this element';
|
|
343
|
+
}
|
|
344
|
+
return false;
|
|
369
345
|
}
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
/** ** Libraries *** */
|
|
2
2
|
import { useContext, useRef } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import shallowEqual from './shallowEqual';
|
|
4
|
+
import shallowEqual from './shallowEqual';
|
|
5
|
+
|
|
6
|
+
// Please use this component with children as inline function for force this components rerender when parent rerender regardless of reason
|
|
5
7
|
// Because below componends only rerender when children or calculation are changed, unless no changes will update below
|
|
8
|
+
|
|
6
9
|
// this component logic based on return same children reference to stop rerender.
|
|
7
10
|
// Think before change logic
|
|
8
|
-
// eslint-disable-next-line import/prefer-default-export
|
|
9
11
|
|
|
12
|
+
// eslint-disable-next-line import/prefer-default-export
|
|
10
13
|
export function ContextOptimizer(props) {
|
|
11
14
|
const {
|
|
12
15
|
Context,
|
|
@@ -22,13 +25,11 @@ export function ContextOptimizer(props) {
|
|
|
22
25
|
data: null,
|
|
23
26
|
renderF: null
|
|
24
27
|
});
|
|
25
|
-
|
|
26
28
|
if (!shallowEqual(data, local.data) || local.renderF !== renderF) {
|
|
27
29
|
local.children = renderF(data);
|
|
28
30
|
local.data = data;
|
|
29
31
|
local.renderF = renderF;
|
|
30
32
|
}
|
|
31
|
-
|
|
32
33
|
return local.children;
|
|
33
34
|
}
|
|
34
35
|
ContextOptimizer.propTypes = {
|
|
@@ -6,8 +6,8 @@ describe('debounce specification', () => {
|
|
|
6
6
|
it('should call immediate', () => {
|
|
7
7
|
const mockfn = jest.fn();
|
|
8
8
|
const dMockfn = debounce(mockfn, 1000, true);
|
|
9
|
-
dMockfn();
|
|
10
|
-
|
|
9
|
+
dMockfn();
|
|
10
|
+
//expect(setTimeout).toHaveBeenCalledTimes(1);
|
|
11
11
|
expect(mockfn.mock.calls.length).toBe(1);
|
|
12
12
|
});
|
|
13
13
|
it('should call two times but it invoke multiple times', () => {
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
function constructFullName(firstName, lastName) {
|
|
2
2
|
return `${firstName ? `${firstName}${lastName ? ' ' : ''}` : ''}${lastName ? lastName : ''}`;
|
|
3
3
|
}
|
|
4
|
-
|
|
5
4
|
export function constructFullNameByPattern(firstName, lastName, namePattern) {
|
|
6
5
|
let [name0, name1] = namePattern;
|
|
7
|
-
|
|
8
6
|
if (name0 === 'FIRST_NAME' && name1 === 'LAST_NAME') {
|
|
9
7
|
return constructFullName(firstName, lastName);
|
|
10
8
|
} else if (name0 === 'LAST_NAME' && name1 === 'FIRST_NAME') {
|