@zohodesk/components 1.0.0-alpha-211 → 1.0.0-alpha-215
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 +14 -0
- package/es/AppContainer/AppContainer.js +1 -0
- package/es/Appearance/dark/mode/darkMode.module.css +0 -8
- package/es/Appearance/dark/themes/blue/blueDarkComponentTheme.module.css +12 -0
- package/es/Appearance/dark/themes/green/greenDarkComponentTheme.module.css +12 -0
- package/es/Appearance/dark/themes/orange/orangeDarkComponentTheme.module.css +12 -0
- package/es/Appearance/dark/themes/red/redDarkComponentTheme.module.css +12 -0
- package/es/Appearance/dark/themes/yellow/yellowDarkComponentTheme.module.css +12 -0
- package/es/Appearance/default/mode/defaultMode.module.css +0 -8
- package/es/Appearance/default/themes/blue/blueDefaultComponentTheme.module.css +12 -0
- package/es/Appearance/default/themes/green/greenDefaultComponentTheme.module.css +12 -0
- package/es/Appearance/default/themes/orange/orangeDefaultComponentTheme.module.css +12 -0
- package/es/Appearance/default/themes/red/redDefaultComponentTheme.module.css +12 -0
- package/es/Appearance/default/themes/yellow/yellowDefaultComponentTheme.module.css +12 -0
- package/es/Avatar/Avatar.js +2 -1
- package/es/Avatar/Avatar.module.css +11 -9
- package/es/Avatar/__tests__/Avatar.spec.js +0 -1
- package/es/AvatarTeam/AvatarTeam.module.css +21 -7
- package/es/AvatarTeam/__tests__/AvatarTeam.spec.js +0 -1
- package/es/Button/Button.module.css +97 -24
- package/es/Button/__tests__/Button.spec.js +0 -1
- package/es/Buttongroup/Buttongroup.module.css +37 -8
- package/es/Buttongroup/__test__/Buttongroup.spec.js +0 -1
- package/es/CheckBox/CheckBox.module.css +17 -11
- package/es/DateTime/DateTime.js +6 -3
- package/es/DateTime/DateTime.module.css +39 -12
- package/es/DateTime/DateWidget.js +5 -2
- package/es/DateTime/DateWidget.module.css +9 -5
- package/es/DateTime/YearView.js +6 -5
- package/es/DateTime/YearView.module.css +16 -6
- package/es/DateTime/common.js +9 -2
- package/es/DateTime/dateFormatUtils/dateFormat.js +76 -57
- package/es/DateTime/dateFormatUtils/index.js +12 -7
- package/es/DateTime/dateFormatUtils/timeChange.js +4 -3
- package/es/DateTime/dateFormatUtils/yearChange.js +4 -3
- package/es/DateTime/validator.js +0 -1
- package/es/DropBox/DropBox.module.css +47 -11
- package/es/DropDown/DropDownHeading.module.css +7 -3
- package/es/DropDown/DropDownItem.module.css +32 -6
- package/es/Label/__tests__/Label.spec.js +0 -2
- package/es/Layout/utils.js +2 -1
- package/es/ListItem/ListItem.js +0 -2
- package/es/ListItem/ListItem.module.css +56 -24
- package/es/ListItem/ListItemWithIcon.js +0 -2
- package/es/MultiSelect/AdvancedGroupMultiSelect.js +11 -3
- package/es/MultiSelect/AdvancedMultiSelect.js +5 -5
- package/es/MultiSelect/AdvancedMultiSelect.module.css +21 -6
- package/es/MultiSelect/MultiSelect.js +12 -6
- package/es/MultiSelect/MultiSelect.module.css +26 -8
- package/es/MultiSelect/SelectedOptions.module.css +8 -2
- package/es/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +2 -1
- package/es/PopOver/PopOver.module.css +1 -1
- package/es/Popup/Popup.js +14 -8
- package/es/Popup/viewPort.js +14 -9
- package/es/Provider/IdProvider.js +5 -4
- package/es/Provider/LibraryContext.js +6 -5
- package/es/Provider/NumberGenerator/NumberGenerator.js +17 -15
- package/es/Provider/ZindexProvider.js +5 -4
- package/es/Provider.js +8 -2
- package/es/Radio/Radio.module.css +9 -3
- package/es/Responsive/CustomResponsive.js +11 -8
- package/es/Responsive/ResizeComponent.js +3 -1
- package/es/Responsive/Responsive.js +12 -9
- package/es/Responsive/docs/Responsive__Custom.docs.js +49 -44
- package/es/Responsive/docs/Responsive__default.docs.js +77 -74
- package/es/Responsive/docs/style.module.css +17 -8
- package/es/Responsive/sizeObservers.js +5 -1
- package/es/Ribbon/Ribbon.module.css +93 -28
- package/es/Ribbon/__tests__/Ribbon.spec.js +0 -1
- package/es/RippleEffect/RippleEffect.module.css +15 -44
- package/es/Select/GroupSelect.js +6 -7
- package/es/Select/Select.js +2 -1
- package/es/Select/Select.module.css +12 -2
- package/es/Select/docs/Select__default.docs.js +2 -1
- package/es/Stencils/Stencils.js +1 -1
- package/es/Stencils/Stencils.module.css +27 -4
- package/es/Stencils/__tests__/Stencils.spec.js +0 -1
- package/es/Switch/Switch.module.css +6 -7
- package/es/Tab/Tab.js +27 -26
- package/es/Tab/Tab.module.css +16 -7
- package/es/Tab/TabContent.js +17 -14
- package/es/Tab/TabContentWrapper.js +17 -14
- package/es/Tab/TabWrapper.js +15 -14
- package/es/Tab/Tabs.js +2 -1
- package/es/Tab/Tabs.module.css +41 -8
- package/es/Tab/docs/Tab__default.docs.js +0 -1
- package/es/Tab/docs/tabdocs.module.css +1 -1
- package/es/Tag/Tag.module.css +36 -14
- package/es/TextBox/TextBox.module.css +7 -11
- package/es/TextBox/__tests__/TextBox.spec.js +0 -1
- package/es/TextBoxIcon/TextBoxIcon.module.css +10 -5
- package/es/TextBoxIcon/__tests__/TextBoxIcon.spec.js +0 -1
- package/es/Textarea/Textarea.module.css +6 -7
- package/es/Textarea/__tests__/Textarea.spec.js +0 -1
- package/es/Tooltip/Tooltip.js +0 -1
- package/es/Tooltip/Tooltip.module.css +9 -8
- package/es/a11y/FocusScope/FocusScope.js +10 -4
- package/es/beta/FocusRing/FocusRing.js +4 -1
- package/es/beta/FocusRing/FocusRing.module.css +51 -26
- package/es/common/animation.module.css +212 -20
- package/es/common/basicReset.module.css +2 -12
- package/es/common/common.module.css +62 -18
- package/es/common/customscroll.module.css +17 -21
- package/es/common/docStyle.module.css +78 -31
- package/es/common/transition.module.css +50 -10
- package/es/deprecated/customscroll_Old.module.css +1 -1
- package/es/semantic/Button/semanticButton.module.css +3 -3
- package/es/utils/Common.js +32 -12
- package/es/utils/datetime/common.js +6 -3
- package/es/utils/dropDownUtils.js +9 -8
- package/es/utils/getInitial.js +3 -1
- package/lib/Accordion/Accordion.js +146 -0
- package/lib/Accordion/AccordionItem.js +124 -0
- package/lib/Accordion/__tests__/Accordion.spec.js +85 -0
- package/lib/Accordion/docs/Accordion__Demo.docs.js +126 -0
- package/lib/Accordion/index.js +23 -0
- package/lib/Animation/Animation.js +207 -0
- package/lib/Animation/__tests__/Animation.spec.js +23 -0
- package/lib/Animation/docs/Animation__default.docs.js +85 -0
- package/lib/Animation/docs/Animation__fadeIn.docs.js +85 -0
- package/lib/Animation/docs/Animation__scaleIn.docs.js +85 -0
- package/lib/Animation/docs/Animation__skewIn.docs.js +85 -0
- package/lib/Animation/docs/Animation__slideDown.docs.js +85 -0
- package/lib/Animation/docs/Animation__slideLeft.docs.js +85 -0
- package/lib/Animation/docs/Animation__zoomIn.docs.js +85 -0
- package/lib/AppContainer/AppContainer.js +156 -0
- package/lib/AppContainer/AppContainer.module.css +18 -0
- package/lib/AppContainer/docs/AppContainer__default.docs.js +70 -0
- package/lib/Appearance/dark/mode/darkMode.module.css +395 -0
- package/lib/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +34 -0
- package/lib/Appearance/dark/themes/blue/blueDarkComponentTheme.module.css +43 -0
- package/lib/Appearance/dark/themes/green/greenDarkCTATheme.module.css +34 -0
- package/lib/Appearance/dark/themes/green/greenDarkComponentTheme.module.css +43 -0
- package/lib/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +34 -0
- package/lib/Appearance/dark/themes/orange/orangeDarkComponentTheme.module.css +43 -0
- package/lib/Appearance/dark/themes/red/redDarkCTATheme.module.css +34 -0
- package/lib/Appearance/dark/themes/red/redDarkComponentTheme.module.css +43 -0
- package/lib/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +34 -0
- package/lib/Appearance/dark/themes/yellow/yellowDarkComponentTheme.module.css +43 -0
- package/lib/Appearance/default/mode/defaultMode.module.css +395 -0
- package/lib/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +34 -0
- package/lib/Appearance/default/themes/blue/blueDefaultComponentTheme.module.css +43 -0
- package/lib/Appearance/default/themes/green/greenDefaultCTATheme.module.css +34 -0
- package/lib/Appearance/default/themes/green/greenDefaultComponentTheme.module.css +43 -0
- package/lib/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +34 -0
- package/lib/Appearance/default/themes/orange/orangeDefaultComponentTheme.module.css +43 -0
- package/lib/Appearance/default/themes/red/redDefaultCTATheme.module.css +34 -0
- package/lib/Appearance/default/themes/red/redDefaultComponentTheme.module.css +43 -0
- package/lib/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +34 -0
- package/lib/Appearance/default/themes/yellow/yellowDefaultComponentTheme.module.css +43 -0
- package/lib/Avatar/Avatar.js +280 -0
- package/lib/Avatar/Avatar.module.css +117 -0
- package/lib/Avatar/__tests__/Avatar.spec.js +208 -0
- package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +288 -0
- package/lib/Avatar/docs/Avatar__custom.docs.js +87 -0
- package/lib/Avatar/docs/Avatar__default.docs.js +83 -0
- package/lib/Avatar/docs/Avatar__palette.docs.js +107 -0
- package/lib/Avatar/docs/Avatar__text.docs.js +86 -0
- package/lib/AvatarTeam/AvatarTeam.js +157 -0
- package/lib/AvatarTeam/AvatarTeam.module.css +161 -0
- package/lib/AvatarTeam/__tests__/AvatarTeam.spec.js +92 -0
- package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +226 -0
- package/lib/AvatarTeam/docs/AvatarTeam__custom.docs.js +124 -0
- package/lib/AvatarTeam/docs/AvatarTeam__default.docs.js +82 -0
- package/lib/AvatarTeam/docs/AvatarTeam__palette.docs.js +101 -0
- package/lib/AvatarTeam/docs/AvatarTeam__size.docs.js +100 -0
- package/lib/Button/Button.js +159 -0
- package/lib/Button/Button.module.css +518 -0
- package/lib/Button/__tests__/Button.spec.js +233 -0
- package/lib/Button/__tests__/__snapshots__/Button.spec.js.snap +191 -0
- package/lib/Button/docs/Button__custom.docs.js +826 -0
- package/lib/Button/docs/Button__default.docs.js +590 -0
- package/lib/Buttongroup/Buttongroup.js +101 -0
- package/lib/Buttongroup/Buttongroup.module.css +89 -0
- package/lib/Buttongroup/__test__/Buttongroup.spec.js +86 -0
- package/lib/Buttongroup/__test__/__snapshots__/Buttongroup.spec.js.snap +146 -0
- package/lib/Buttongroup/docs/Buttongroup__custom.docs.js +89 -0
- package/lib/Buttongroup/docs/Buttongroup__footer.docs.js +85 -0
- package/lib/Buttongroup/docs/Buttongroup__header.docs.js +98 -0
- package/lib/Card/Card.js +410 -0
- package/lib/Card/Card.module.css +20 -0
- package/lib/Card/__tests__/Card.spec.js +56 -0
- package/lib/Card/docs/Card__Custom.docs.js +90 -0
- package/lib/Card/docs/Card__Default.docs.js +92 -0
- package/lib/Card/docs/Card__Scroll.docs.js +114 -0
- package/lib/Card/index.js +37 -0
- package/lib/CheckBox/CheckBox.js +265 -0
- package/lib/CheckBox/CheckBox.module.css +153 -0
- package/lib/CheckBox/__tests__/CheckBox.spec.js +18 -0
- package/lib/CheckBox/docs/CheckBox__custom.docs.js +348 -0
- package/lib/CheckBox/docs/CheckBox__default.docs.js +273 -0
- package/lib/DateTime/CalendarView.js +285 -0
- package/lib/DateTime/DateTime.js +889 -0
- package/lib/DateTime/DateTime.module.css +188 -0
- package/lib/DateTime/DateTimePopupFooter.js +90 -0
- package/lib/DateTime/DateTimePopupHeader.js +149 -0
- package/lib/DateTime/DateWidget.js +1189 -0
- package/lib/DateTime/DateWidget.module.css +46 -0
- package/lib/DateTime/DaysRow.js +76 -0
- package/lib/DateTime/Time.js +248 -0
- package/lib/DateTime/YearView.js +324 -0
- package/lib/DateTime/YearView.module.css +80 -0
- package/lib/DateTime/__tests__/CalendarView.spec.js +45 -0
- package/lib/DateTime/__tests__/DateTime.spec.js +127 -0
- package/lib/DateTime/__tests__/DateWidget.spec.js +81 -0
- package/lib/DateTime/common.js +36 -0
- package/lib/DateTime/constants.js +77 -0
- package/lib/DateTime/dateFormatUtils/dateFormat.js +613 -0
- package/lib/DateTime/dateFormatUtils/dayChange.js +81 -0
- package/lib/DateTime/dateFormatUtils/index.js +274 -0
- package/lib/DateTime/dateFormatUtils/monthChange.js +94 -0
- package/lib/DateTime/dateFormatUtils/timeChange.js +240 -0
- package/lib/DateTime/dateFormatUtils/yearChange.js +119 -0
- package/lib/DateTime/docs/DateTime__default.docs.js +142 -0
- package/lib/DateTime/docs/DateWidget__default.docs.js +240 -0
- package/lib/DateTime/docs/timezonedata.json +1 -0
- package/lib/DateTime/index.js +15 -0
- package/lib/DateTime/objectUtils.js +76 -0
- package/lib/DateTime/typeChecker.js +26 -0
- package/lib/DateTime/validator.js +353 -0
- package/lib/DropBox/DropBox.js +389 -0
- package/lib/DropBox/DropBox.module.css +406 -0
- package/lib/DropBox/DropBoxPositionMapping.json +145 -0
- package/lib/DropBox/__tests__/DropBox.spec.js +87 -0
- package/lib/DropBox/docs/DropBox__custom.docs.js +122 -0
- package/lib/DropBox/docs/DropBox__customOrder.docs.js +141 -0
- package/lib/DropBox/docs/DropBox__fixedPosition.docs.js +140 -0
- package/lib/DropBox/docs/DropBox__position.docs.js +142 -0
- package/lib/DropBox/docs/DropBox__size.docs.js +116 -0
- package/lib/DropDown/DropDown.js +203 -0
- package/lib/DropDown/DropDown.module.css +5 -0
- package/lib/DropDown/DropDownHeading.js +102 -0
- package/lib/DropDown/DropDownHeading.module.css +53 -0
- package/lib/DropDown/DropDownItem.js +139 -0
- package/lib/DropDown/DropDownItem.module.css +94 -0
- package/lib/DropDown/DropDownSearch.js +132 -0
- package/lib/DropDown/DropDownSearch.module.css +14 -0
- package/lib/DropDown/DropDownSeparator.js +66 -0
- package/lib/DropDown/DropDownSeparator.module.css +7 -0
- package/lib/DropDown/__tests__/DropDown.spec.js +50 -0
- package/lib/DropDown/__tests__/DropDownItem.spec.js +51 -0
- package/lib/DropDown/__tests__/DropDownSearch.spec.js +17 -0
- package/lib/DropDown/docs/DropDownHeading__custom.docs.js +73 -0
- package/lib/DropDown/docs/DropDownHeading__default.docs.js +70 -0
- package/lib/Label/Label.js +109 -0
- package/lib/Label/Label.module.css +52 -0
- package/lib/Label/LabelColors.module.css +21 -0
- package/lib/Label/__tests__/Label.spec.js +137 -0
- package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +101 -0
- package/lib/Label/docs/Label__clipped.docs.js +81 -0
- package/lib/Label/docs/Label__custom.docs.js +85 -0
- package/lib/Label/docs/Label__palette.docs.js +96 -0
- package/lib/Label/docs/Label__size.docs.js +83 -0
- package/lib/Label/docs/Label__type.docs.js +91 -0
- package/lib/Layout/Box.js +138 -0
- package/lib/Layout/Container.js +152 -0
- package/lib/Layout/Layout.module.css +324 -0
- package/lib/Layout/__tests__/Box.spec.js +121 -0
- package/lib/Layout/__tests__/Container.spec.js +127 -0
- package/lib/Layout/docs/Layout__Hidden.docs.js +127 -0
- package/lib/Layout/docs/Layout__default.docs.js +98 -0
- package/lib/Layout/docs/Layout__four_Column.docs.js +135 -0
- package/lib/Layout/docs/Layout__three_Column.docs.js +126 -0
- package/lib/Layout/docs/Layout__two_Column.docs.js +119 -0
- package/lib/Layout/index.js +34 -0
- package/lib/Layout/utils.js +55 -0
- package/lib/LightNightMode/Colors.json +398 -0
- package/lib/LightNightMode/docs/AlternativeColors.docs.js +131 -0
- package/lib/ListItem/ListItem.js +234 -0
- package/lib/ListItem/ListItem.module.css +200 -0
- package/lib/ListItem/ListItemWithAvatar.js +236 -0
- package/lib/ListItem/ListItemWithCheckBox.js +208 -0
- package/lib/ListItem/ListItemWithIcon.js +221 -0
- package/lib/ListItem/ListItemWithRadio.js +209 -0
- package/lib/ListItem/docs/ListItemWithAvatar__custom.docs.js +206 -0
- package/lib/ListItem/docs/ListItemWithAvatar__default.docs.js +162 -0
- package/lib/ListItem/docs/ListItemWithCheckBox__custom.docs.js +142 -0
- package/lib/ListItem/docs/ListItemWithCheckBox__default.docs.js +115 -0
- package/lib/ListItem/docs/ListItemWithIcon__custom.docs.js +119 -0
- package/lib/ListItem/docs/ListItemWithIcon__default.docs.js +112 -0
- package/lib/ListItem/docs/ListItemWithRadio__custom.docs.js +142 -0
- package/lib/ListItem/docs/ListItemWithRadio__default.docs.js +115 -0
- package/lib/ListItem/docs/ListItem__custom.docs.js +164 -0
- package/lib/ListItem/docs/ListItem__default.docs.js +131 -0
- package/lib/Modal/Modal.js +218 -0
- package/lib/Modal/__docs__/Modal__default.docs.js +88 -0
- package/lib/MultiSelect/AdvancedGroupMultiSelect.js +1215 -0
- package/lib/MultiSelect/AdvancedMultiSelect.js +669 -0
- package/lib/MultiSelect/AdvancedMultiSelect.module.css +127 -0
- package/lib/MultiSelect/EmptyState.js +132 -0
- package/lib/MultiSelect/MultiSelect.js +1217 -0
- package/lib/MultiSelect/MultiSelect.module.css +198 -0
- package/lib/MultiSelect/MultiSelectHeader.js +86 -0
- package/lib/MultiSelect/MultiSelectWithAvatar.js +407 -0
- package/lib/MultiSelect/SelectedOptions.js +139 -0
- package/lib/MultiSelect/SelectedOptions.module.css +15 -0
- package/lib/MultiSelect/Suggestions.js +205 -0
- package/lib/MultiSelect/__tests__/MultiSelect.spec.js +170 -0
- package/lib/MultiSelect/docs/AdvancedGroupMultiSelect__default.docs.js +177 -0
- package/lib/MultiSelect/docs/AdvancedMultiSelect__default.docs.js +150 -0
- package/lib/MultiSelect/docs/MultiSelectWithAvatar__default.docs.js +191 -0
- package/lib/MultiSelect/docs/MultiSelect__default.docs.js +214 -0
- package/lib/PopOver/PopOver.js +366 -0
- package/lib/PopOver/PopOver.module.css +8 -0
- package/lib/PopOver/__tests__/PopOver.spec.js +20 -0
- package/lib/PopOver/docs/PopOver__default.docs.js +86 -0
- package/lib/Popup/Popup.js +716 -0
- package/lib/Popup/PositionMapping.json +74 -0
- package/lib/Popup/__tests__/Popup.spec.js +192 -0
- package/lib/Popup/viewPort.js +368 -0
- package/lib/Provider/AvatarSize.js +23 -0
- package/lib/Provider/Config.js +24 -0
- package/lib/Provider/CssProvider.js +27 -0
- package/lib/Provider/IdProvider.js +82 -0
- package/lib/Provider/LibraryContext.js +76 -0
- package/lib/Provider/LibraryContextInit.js +15 -0
- package/lib/Provider/NumberGenerator/NumberGenerator.js +174 -0
- package/lib/Provider/ZindexProvider.js +69 -0
- package/lib/Provider/docs/Provider_Id__Class.docs.js +77 -0
- package/lib/Provider/docs/Provider_Id__Function.docs.js +29 -0
- package/lib/Provider/docs/Provider_Zindex__Class.docs.js +80 -0
- package/lib/Provider/docs/Provider_Zindex__Function.docs.js +34 -0
- package/lib/Provider.js +241 -0
- package/lib/Radio/Radio.js +216 -0
- package/lib/Radio/Radio.module.css +110 -0
- package/lib/Radio/__tests__/Radiospec.js +29 -0
- package/lib/Radio/docs/Radio__custom.docs.js +299 -0
- package/lib/Radio/docs/Radio__default.docs.js +222 -0
- package/lib/Responsive/CustomResponsive.js +246 -0
- package/lib/Responsive/RefWrapper.js +55 -0
- package/lib/Responsive/ResizeComponent.js +268 -0
- package/lib/Responsive/ResizeObserver.js +168 -0
- package/lib/Responsive/Responsive.js +281 -0
- package/lib/Responsive/docs/Responsive__Custom.docs.js +272 -0
- package/lib/Responsive/docs/Responsive__default.docs.js +142 -0
- package/lib/Responsive/docs/style.module.css +56 -0
- package/lib/Responsive/index.js +30 -0
- package/lib/Responsive/sizeObservers.js +207 -0
- package/lib/Responsive/utils/index.js +70 -0
- package/lib/Responsive/utils/shallowCompare.js +38 -0
- package/lib/Responsive/windowResizeObserver.js +63 -0
- package/lib/Ribbon/Ribbon.js +115 -0
- package/lib/Ribbon/Ribbon.module.css +377 -0
- package/lib/Ribbon/__tests__/Ribbon.spec.js +193 -0
- package/lib/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +163 -0
- package/lib/Ribbon/docs/Ribbon__custom.docs.js +437 -0
- package/lib/Ribbon/docs/Ribbon__default.docs.js +392 -0
- package/lib/RippleEffect/RippleEffect.js +58 -0
- package/lib/RippleEffect/RippleEffect.module.css +67 -0
- package/lib/RippleEffect/docs/RippleEffect__default.docs.js +484 -0
- package/lib/Select/GroupSelect.js +944 -0
- package/lib/Select/Select.js +1036 -0
- package/lib/Select/Select.module.css +100 -0
- package/lib/Select/SelectWithAvatar.js +430 -0
- package/lib/Select/SelectWithIcon.js +556 -0
- package/lib/Select/__tests__/Select.spec.js +383 -0
- package/lib/Select/docs/GroupSelect__default.docs.js +199 -0
- package/lib/Select/docs/SelectWithAvatar__default.docs.js +152 -0
- package/lib/Select/docs/SelectWithIcon__default.docs.js +190 -0
- package/lib/Select/docs/Select__default.docs.js +261 -0
- package/lib/Stencils/Stencils.js +94 -0
- package/lib/Stencils/Stencils.module.css +106 -0
- package/lib/Stencils/__tests__/Stencils.spec.js +84 -0
- package/lib/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +49 -0
- package/lib/Stencils/docs/Stencils__custom.docs.js +96 -0
- package/lib/Stencils/docs/Stencils__default.docs.js +101 -0
- package/lib/Switch/Switch.js +183 -0
- package/lib/Switch/Switch.module.css +110 -0
- package/lib/Switch/docs/Switch__custom.docs.js +203 -0
- package/lib/Switch/docs/Switch__default.docs.js +156 -0
- package/lib/Tab/Tab.js +158 -0
- package/lib/Tab/Tab.module.css +101 -0
- package/lib/Tab/TabContent.js +45 -0
- package/lib/Tab/TabContent.module.css +4 -0
- package/lib/Tab/TabContentWrapper.js +47 -0
- package/lib/Tab/TabWrapper.js +109 -0
- package/lib/Tab/Tabs.js +685 -0
- package/lib/Tab/Tabs.module.css +140 -0
- package/lib/Tab/__tests__/Tab.spec.js +130 -0
- package/lib/Tab/__tests__/TabContent.spec.js +22 -0
- package/lib/Tab/__tests__/TabContentWrapper.spec.js +59 -0
- package/lib/Tab/__tests__/TabWrapper.spec.js +100 -0
- package/lib/Tab/__tests__/Tabs.spec.js +123 -0
- package/lib/Tab/docs/Tab__default.docs.js +308 -0
- package/lib/Tab/docs/tabdocs.module.css +29 -0
- package/lib/Tab/index.js +47 -0
- package/lib/Tag/Tag.js +246 -0
- package/lib/Tag/Tag.module.css +247 -0
- package/lib/Tag/__tests__/Tag.spec.js +35 -0
- package/lib/Tag/docs/Tag__custom.docs.js +423 -0
- package/lib/Tag/docs/Tag__default.docs.js +307 -0
- package/lib/TextBox/TextBox.js +287 -0
- package/lib/TextBox/TextBox.module.css +157 -0
- package/lib/TextBox/__tests__/TextBox.spec.js +205 -0
- package/lib/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +127 -0
- package/lib/TextBox/docs/TextBox__custom.docs.js +98 -0
- package/lib/TextBox/docs/TextBox__default.docs.js +95 -0
- package/lib/TextBox/docs/TextBox__size.docs.js +93 -0
- package/lib/TextBox/docs/TextBox__variant.docs.js +93 -0
- package/lib/TextBoxIcon/TextBoxIcon.js +276 -0
- package/lib/TextBoxIcon/TextBoxIcon.module.css +75 -0
- package/lib/TextBoxIcon/__tests__/TextBoxIcon.spec.js +228 -0
- package/lib/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +334 -0
- package/lib/TextBoxIcon/docs/TextBoxIcon__custom.docs.js +145 -0
- package/lib/TextBoxIcon/docs/TextBoxIcon__default.docs.js +117 -0
- package/lib/Textarea/Textarea.js +202 -0
- package/lib/Textarea/Textarea.module.css +139 -0
- package/lib/Textarea/__tests__/Textarea.spec.js +186 -0
- package/lib/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +97 -0
- package/lib/Textarea/docs/Textarea__animated.docs.js +95 -0
- package/lib/Textarea/docs/Textarea__custom.docs.js +137 -0
- package/lib/Textarea/docs/Textarea__default.docs.js +130 -0
- package/lib/Textarea/docs/Textarea__disabled.docs.js +83 -0
- package/lib/Tooltip/Tooltip.js +538 -0
- package/lib/Tooltip/Tooltip.module.css +104 -0
- package/lib/Tooltip/__tests__/Tooltip.spec.js +98 -0
- package/lib/Tooltip/docs/Tooltip__default.docs.js +391 -0
- package/lib/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +144 -0
- package/lib/VelocityAnimation/VelocityAnimation/docs/VelocityAnimation__demo.docs.js +150 -0
- package/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +188 -0
- package/lib/VelocityAnimation/VelocityAnimationGroup/docs/VelocityAnimationGroup__demo.docs.js +206 -0
- package/lib/a11y/FocusScope/FocusScope.js +443 -0
- package/lib/a11y/FocusScope/docs/FocusScope__default.docs.js +191 -0
- package/lib/beta/FocusRing/FocusRing.js +338 -0
- package/lib/beta/FocusRing/FocusRing.module.css +152 -0
- package/lib/beta/FocusRing/docs/FocusRing__default.docs.js +101 -0
- package/lib/common/animation.module.css +612 -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 +502 -0
- package/lib/common/customscroll.module.css +89 -0
- package/lib/common/docStyle.module.css +762 -0
- package/lib/common/reset.module.css +12 -0
- package/lib/common/transition.module.css +146 -0
- package/lib/css.js +83 -0
- package/lib/deprecated/PortalLayer/PortalLayer.js +165 -0
- package/lib/deprecated/PortalLayer/docs/PortalLayer__default.docs.js +145 -0
- package/lib/deprecated/Theme/darkTheme.module.css +393 -0
- package/lib/deprecated/Theme/defaultTheme.module.css +393 -0
- package/lib/deprecated/Theme/palette/darkCTAPalette.module.css +116 -0
- package/lib/deprecated/Theme/palette/darkPalette.module.css +155 -0
- package/lib/deprecated/Theme/palette/defaultCTAPalette.module.css +116 -0
- package/lib/deprecated/Theme/palette/defaultPalette.module.css +155 -0
- package/lib/deprecated/customscroll_Old.module.css +46 -0
- package/lib/index.js +1412 -0
- package/lib/semantic/Button/Button.js +138 -0
- package/lib/semantic/Button/docs/Button__default.docs.js +66 -0
- package/lib/semantic/Button/semanticButton.module.css +9 -0
- package/lib/utils/Common.js +457 -0
- package/lib/utils/ContextOptimizer.js +49 -0
- package/lib/utils/__tests__/constructFullName.spec.js +12 -0
- package/lib/utils/__tests__/debounce.spec.js +40 -0
- package/lib/utils/__tests__/getInitial.spec.js +26 -0
- package/lib/utils/constant.js +10 -0
- package/lib/utils/constructFullName.js +34 -0
- package/lib/utils/datetime/common.js +233 -0
- package/lib/utils/debounce.js +30 -0
- package/lib/utils/dropDownUtils.js +556 -0
- package/lib/utils/dummyFunction.js +10 -0
- package/lib/utils/getHTMLFontSize.js +11 -0
- package/lib/utils/getInitial.js +33 -0
- package/lib/utils/scrollTo.js +22 -0
- package/package.json +4 -4
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
--listitem_padding: var(--zd_size9) var(--zd_size20);
|
|
5
5
|
--listitem_border_width: 0;
|
|
6
6
|
--listitem_border_color: var(--zdt_listitem_default_border);
|
|
7
|
-
--listitem_avatar_margin: 0 var(--zd_size15) 0 0
|
|
8
|
-
/*rtl: 0 0 0 var(--zd_size15)*/;
|
|
9
7
|
--listitem_bg_color: var(--zdt_listitem_default_bg);
|
|
10
8
|
--listitem_active_bg_color: var(--zdt_listitem_primary_bg);
|
|
11
9
|
--listitem_height: auto;
|
|
@@ -16,6 +14,11 @@
|
|
|
16
14
|
|
|
17
15
|
/* listitem tick icon default variables */
|
|
18
16
|
--listitem_tickicon_color: var(--zdt_listitem_default_tickicon);
|
|
17
|
+
}[dir=ltr] .varClass {
|
|
18
|
+
--listitem_avatar_margin: 0 var(--zd_size15) 0 0
|
|
19
|
+
/*rtl: 0 0 0 var(--zd_size15)*/;
|
|
20
|
+
}[dir=rtl] .varClass {
|
|
21
|
+
--listitem_avatar_margin: 0 0 0 var(--zd_size15);
|
|
19
22
|
}
|
|
20
23
|
.list {
|
|
21
24
|
composes: varClass;
|
|
@@ -23,40 +26,49 @@
|
|
|
23
26
|
list-style: none;
|
|
24
27
|
color: var(--listitem_text_color);
|
|
25
28
|
font-size: var(--zd_font_size13);
|
|
29
|
+
height: var(--listitem_height);
|
|
30
|
+
min-height: var(--listitem_min_height);
|
|
31
|
+
text-decoration: none;
|
|
26
32
|
padding: var(--listitem_padding);
|
|
27
33
|
border-width: var(--listitem_border_width);
|
|
28
34
|
border-style: solid;
|
|
29
35
|
border-color: var(--listitem_border_color);
|
|
30
|
-
height: var(--listitem_height);
|
|
31
|
-
min-height: var(--listitem_min_height);
|
|
32
36
|
cursor: pointer;
|
|
33
|
-
text-decoration: none;
|
|
34
37
|
}
|
|
35
|
-
.list,
|
|
36
|
-
.default,
|
|
37
|
-
.secondary {
|
|
38
|
+
.list, .default, .secondary {
|
|
38
39
|
background-color: var(--listitem_bg_color);
|
|
39
40
|
}
|
|
40
|
-
.withBorder {
|
|
41
|
+
[dir=ltr] .withBorder {
|
|
41
42
|
--listitem_border_width: 0 0 0 1px /*rtl: 0 1px 0 0*/;
|
|
42
43
|
}
|
|
44
|
+
[dir=rtl] .withBorder {
|
|
45
|
+
--listitem_border_width: 0 1px 0 0;
|
|
46
|
+
}
|
|
43
47
|
.active {
|
|
44
48
|
--listitem_border_color: var(--zdt_listitem_active_border);
|
|
45
49
|
}
|
|
46
|
-
.small {
|
|
50
|
+
[dir=ltr] .small {
|
|
47
51
|
--listitem_padding: var(--zd_size9) var(--zd_size3) var(--zd_size9)
|
|
48
52
|
var(--zd_size5)
|
|
49
53
|
/*rtl: var(--zd_size9) var(--zd_size5) var(--zd_size9) var(--zd_size3)*/;
|
|
50
54
|
}
|
|
55
|
+
[dir=rtl] .small {
|
|
56
|
+
--listitem_padding: var(--zd_size9) var(--zd_size5) var(--zd_size9) var(--zd_size3);
|
|
57
|
+
}
|
|
51
58
|
.medium {
|
|
52
59
|
--listitem_padding: var(--zd_size9) var(--zd_size20);
|
|
53
60
|
--listitem_min_height: var(--zd_size35);
|
|
54
61
|
}
|
|
55
62
|
.large {
|
|
63
|
+
--listitem_height: var(--zd_size48);
|
|
64
|
+
}
|
|
65
|
+
[dir=ltr] .large {
|
|
56
66
|
--listitem_padding: var(--zd_size10) var(--zd_size3) var(--zd_size10)
|
|
57
67
|
var(--zd_size25)
|
|
58
68
|
/*rtl: var(--zd_size10) var(--zd_size25) var(--zd_size10) var(--zd_size3)*/;
|
|
59
|
-
|
|
69
|
+
}
|
|
70
|
+
[dir=rtl] .large {
|
|
71
|
+
--listitem_padding: var(--zd_size10) var(--zd_size25) var(--zd_size10) var(--zd_size3);
|
|
60
72
|
}
|
|
61
73
|
|
|
62
74
|
.value,
|
|
@@ -65,9 +77,14 @@
|
|
|
65
77
|
}
|
|
66
78
|
.iconBox {
|
|
67
79
|
width: var(--zd_size20);
|
|
68
|
-
margin-right: var(--zd_size10);
|
|
69
80
|
text-align: center;
|
|
70
81
|
}
|
|
82
|
+
[dir=ltr] .iconBox {
|
|
83
|
+
margin-right: var(--zd_size10);
|
|
84
|
+
}
|
|
85
|
+
[dir=rtl] .iconBox {
|
|
86
|
+
margin-left: var(--zd_size10);
|
|
87
|
+
}
|
|
71
88
|
.iconBox,
|
|
72
89
|
.leftAvatar {
|
|
73
90
|
font-size: 0;
|
|
@@ -76,16 +93,18 @@
|
|
|
76
93
|
margin: var(--listitem_avatar_margin);
|
|
77
94
|
}
|
|
78
95
|
|
|
79
|
-
.defaultHover,
|
|
80
|
-
.primaryHover,
|
|
81
|
-
.secondaryHover,
|
|
82
|
-
.darkHover {
|
|
96
|
+
.defaultHover, .primaryHover, .secondaryHover, .darkHover {
|
|
83
97
|
background-color: var(--listitem_highlight_bg_color);
|
|
84
98
|
}
|
|
85
99
|
.activewithBorder {
|
|
86
|
-
--listitem_border_width: 0 0 0 1px /*rtl: 0 1px 0 0*/;
|
|
87
100
|
--listitem_border_color: var(--zdt_listitem_active_border);
|
|
88
101
|
}
|
|
102
|
+
[dir=ltr] .activewithBorder {
|
|
103
|
+
--listitem_border_width: 0 0 0 1px /*rtl: 0 1px 0 0*/;
|
|
104
|
+
}
|
|
105
|
+
[dir=rtl] .activewithBorder {
|
|
106
|
+
--listitem_border_width: 0 1px 0 0;
|
|
107
|
+
}
|
|
89
108
|
|
|
90
109
|
.defaultHover,
|
|
91
110
|
.defaultEffect:hover,
|
|
@@ -111,10 +130,7 @@
|
|
|
111
130
|
--listitem_bg_color: var(--zdt_listitem_dark_effect_bg);
|
|
112
131
|
--listitem_highlight_bg_color: var(--zdt_listitem_dark_effect_bg);
|
|
113
132
|
}
|
|
114
|
-
.activedefault,
|
|
115
|
-
.activeprimary,
|
|
116
|
-
.activesecondary,
|
|
117
|
-
.activedark {
|
|
133
|
+
.activedefault, .activeprimary, .activesecondary, .activedark {
|
|
118
134
|
background-color: var(--listitem_active_bg_color);
|
|
119
135
|
}
|
|
120
136
|
.activedefault,
|
|
@@ -140,8 +156,15 @@
|
|
|
140
156
|
.darkTick {
|
|
141
157
|
position: absolute;
|
|
142
158
|
color: var(--listitem_tickicon_color);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
[dir=ltr] .tickIcon, [dir=ltr] .defaultTick, [dir=ltr] .darkTick {
|
|
143
162
|
right: var(--zd_size20);
|
|
144
163
|
}
|
|
164
|
+
|
|
165
|
+
[dir=rtl] .tickIcon, [dir=rtl] .defaultTick, [dir=rtl] .darkTick {
|
|
166
|
+
left: var(--zd_size20);
|
|
167
|
+
}
|
|
145
168
|
.defaultTick {
|
|
146
169
|
--listitem_tickicon_color: var(--zdt_listitem_default_tickicon);
|
|
147
170
|
}
|
|
@@ -151,18 +174,27 @@
|
|
|
151
174
|
.defaultTick > i {
|
|
152
175
|
display: block;
|
|
153
176
|
}
|
|
154
|
-
.smallwithTick {
|
|
177
|
+
[dir=ltr] .smallwithTick {
|
|
155
178
|
--listitem_padding: var(--zd_size9) var(--zd_size39) var(--zd_size9)
|
|
156
179
|
var(--zd_size5)
|
|
157
180
|
/*rtl: var(--zd_size9) var(--zd_size5) var(--zd_size9) var(--zd_size39)*/;
|
|
158
181
|
}
|
|
159
|
-
.
|
|
182
|
+
[dir=rtl] .smallwithTick {
|
|
183
|
+
--listitem_padding: var(--zd_size9) var(--zd_size5) var(--zd_size9) var(--zd_size39);
|
|
184
|
+
}
|
|
185
|
+
[dir=ltr] .mediumwithTick {
|
|
160
186
|
--listitem_padding: var(--zd_size9) var(--zd_size39) var(--zd_size9)
|
|
161
187
|
var(--zd_size20)
|
|
162
188
|
/*rtl: var(--zd_size9) var(--zd_size20) var(--zd_size9) var(--zd_size30)*/;
|
|
163
189
|
}
|
|
164
|
-
.
|
|
190
|
+
[dir=rtl] .mediumwithTick {
|
|
191
|
+
--listitem_padding: var(--zd_size9) var(--zd_size20) var(--zd_size9) var(--zd_size30);
|
|
192
|
+
}
|
|
193
|
+
[dir=ltr] .largewithTick {
|
|
165
194
|
--listitem_padding: var(--zd_size10) var(--zd_size39) var(--zd_size10)
|
|
166
195
|
var(--zd_size25)
|
|
167
196
|
/*rtl: var(--zd_size10) var(--zd_size25) var(--zd_size10) var(--zd_size39)*/;
|
|
168
197
|
}
|
|
198
|
+
[dir=rtl] .largewithTick {
|
|
199
|
+
--listitem_padding: var(--zd_size10) var(--zd_size25) var(--zd_size10) var(--zd_size39);
|
|
200
|
+
}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import "core-js/modules/es.string.replace";
|
|
2
|
-
|
|
3
1
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
2
|
|
|
5
3
|
/**** Libraries ****/
|
|
@@ -254,7 +254,9 @@ class AdvancedGroupMultiSelect extends React.Component {
|
|
|
254
254
|
}) : this.togglePopup(e);
|
|
255
255
|
}
|
|
256
256
|
|
|
257
|
-
handleClickSelectedOption(
|
|
257
|
+
handleClickSelectedOption() {
|
|
258
|
+
let id = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
|
259
|
+
let e = arguments.length > 1 ? arguments[1] : undefined;
|
|
258
260
|
let {
|
|
259
261
|
selectedOptionIds
|
|
260
262
|
} = this.state;
|
|
@@ -525,7 +527,11 @@ class AdvancedGroupMultiSelect extends React.Component {
|
|
|
525
527
|
});
|
|
526
528
|
}
|
|
527
529
|
|
|
528
|
-
handleFetchOptions(
|
|
530
|
+
handleFetchOptions() {
|
|
531
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
532
|
+
args[_key] = arguments[_key];
|
|
533
|
+
}
|
|
534
|
+
|
|
529
535
|
let [APICall, searchStr] = args;
|
|
530
536
|
let {
|
|
531
537
|
isFetchingOptions
|
|
@@ -638,7 +644,9 @@ class AdvancedGroupMultiSelect extends React.Component {
|
|
|
638
644
|
this.handleChange([]);
|
|
639
645
|
}
|
|
640
646
|
|
|
641
|
-
handleChange(
|
|
647
|
+
handleChange() {
|
|
648
|
+
let selectedOptions = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
|
649
|
+
let e = arguments.length > 1 ? arguments[1] : undefined;
|
|
642
650
|
let {
|
|
643
651
|
onChange,
|
|
644
652
|
needToCloseOnSelect,
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import "core-js/modules/es.string.replace";
|
|
2
|
-
|
|
3
1
|
/**** Libraries ****/
|
|
4
2
|
import React from 'react';
|
|
5
3
|
import PropTypes from 'prop-types';
|
|
@@ -22,7 +20,7 @@ import { getUniqueId } from '../Provider/IdProvider';
|
|
|
22
20
|
import style from './AdvancedMultiSelect.module.css';
|
|
23
21
|
/**** Methods ****/
|
|
24
22
|
|
|
25
|
-
import { getIsEmptyValue } from '../utils/Common.js';
|
|
23
|
+
import { getIsEmptyValue, getSearchString } from '../utils/Common.js';
|
|
26
24
|
import { filterSelectedOptions } from '../utils/dropDownUtils';
|
|
27
25
|
/* eslint-disable react/sort-prop-types */
|
|
28
26
|
|
|
@@ -69,14 +67,16 @@ export class AdvancedMultiSelectComponent extends MultiSelectComponent {
|
|
|
69
67
|
} = this.getFilterSuggestions({
|
|
70
68
|
options,
|
|
71
69
|
selectedOptions: dummyArray,
|
|
72
|
-
searchStr: searchStr
|
|
70
|
+
searchStr: getSearchString(searchStr),
|
|
73
71
|
needSearch: needLocalSearch
|
|
74
72
|
});
|
|
75
73
|
this.suggestionsOrder = suggestionIds;
|
|
76
74
|
return suggestions;
|
|
77
75
|
}
|
|
78
76
|
|
|
79
|
-
handleChange(
|
|
77
|
+
handleChange() {
|
|
78
|
+
let selectedOptions = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
|
79
|
+
let e = arguments.length > 1 ? arguments[1] : undefined;
|
|
80
80
|
const {
|
|
81
81
|
optionsNormalize,
|
|
82
82
|
searchStr
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
composes: oflowy from '../common/common.module.css';
|
|
10
10
|
}
|
|
11
11
|
.hasBorder {
|
|
12
|
+
transition: border var(--zd_transition2) linear 0s;
|
|
12
13
|
border-bottom-style: solid;
|
|
13
14
|
border-bottom-width: 1px;
|
|
14
|
-
transition: border var(--zd_transition2) linear 0s;
|
|
15
15
|
}
|
|
16
16
|
.borderColor_transparent {
|
|
17
17
|
border-bottom-color: var(--zdt_advancedmultiselect_transparent_border);
|
|
@@ -40,25 +40,40 @@
|
|
|
40
40
|
.borderColor_dark.active {
|
|
41
41
|
border-bottom-color: var(--zdt_advancedmultiselect_dark_active_border);
|
|
42
42
|
}
|
|
43
|
-
.container.medium {
|
|
43
|
+
[dir=ltr] .container.medium {
|
|
44
44
|
padding: 0 var(--zd_size34) var(--zd_size7) 0;
|
|
45
45
|
}
|
|
46
|
+
[dir=rtl] .container.medium {
|
|
47
|
+
padding: 0 0 var(--zd_size7) var(--zd_size34);
|
|
48
|
+
}
|
|
46
49
|
.container.xmedium {
|
|
47
|
-
padding: 0 var(--zd_size34) var(--zd_size1) 0;
|
|
48
50
|
min-height: var(--zd_size30);
|
|
49
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
|
+
}
|
|
50
58
|
|
|
51
59
|
.delete {
|
|
52
60
|
position: absolute;
|
|
53
61
|
bottom: 0;
|
|
54
|
-
right: var(--zd_size15);
|
|
55
|
-
padding-bottom: var(--zd_size10);
|
|
56
62
|
color: var(--zdt_advancedmultiselect_delete_text);
|
|
63
|
+
padding-bottom: var(--zd_size10);
|
|
57
64
|
cursor: pointer;
|
|
58
65
|
background-color: var(--zdt_advancedmultiselect_delete_bg);
|
|
59
66
|
border: 0;
|
|
60
67
|
}
|
|
61
68
|
|
|
69
|
+
[dir=ltr] .delete {
|
|
70
|
+
right: var(--zd_size15);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
[dir=rtl] .delete {
|
|
74
|
+
left: var(--zd_size15);
|
|
75
|
+
}
|
|
76
|
+
|
|
62
77
|
.delete:hover {
|
|
63
78
|
color: var(--zdt_advancedmultiselect_delete_hover_text);
|
|
64
79
|
}
|
|
@@ -104,9 +119,9 @@
|
|
|
104
119
|
.more {
|
|
105
120
|
font-size: var(--zd_font_size14);
|
|
106
121
|
color: var(--zdt_advancedmultiselect_more_text);
|
|
122
|
+
font-family: inherit;
|
|
107
123
|
cursor: pointer;
|
|
108
124
|
margin-top: var(--zd_size5);
|
|
109
|
-
font-family: inherit;
|
|
110
125
|
background-color: var(--zdt_advancedmultiselect_delete_bg);
|
|
111
126
|
border: 0;
|
|
112
127
|
}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import "core-js/modules/es.string.replace";
|
|
2
|
-
|
|
3
1
|
/**** Libraries ****/
|
|
4
2
|
import React from 'react';
|
|
5
3
|
import PropTypes from 'prop-types';
|
|
@@ -262,7 +260,7 @@ export class MultiSelectComponent extends React.Component {
|
|
|
262
260
|
} = this.getFilterSuggestions({
|
|
263
261
|
options,
|
|
264
262
|
selectedOptions,
|
|
265
|
-
searchStr: searchStr
|
|
263
|
+
searchStr: getSearchString(searchStr),
|
|
266
264
|
needSearch: needLocalSearch
|
|
267
265
|
});
|
|
268
266
|
this.suggestionsOrder = suggestionIds;
|
|
@@ -537,7 +535,11 @@ export class MultiSelectComponent extends React.Component {
|
|
|
537
535
|
}
|
|
538
536
|
}
|
|
539
537
|
|
|
540
|
-
handleFetchOptions(
|
|
538
|
+
handleFetchOptions() {
|
|
539
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
540
|
+
args[_key] = arguments[_key];
|
|
541
|
+
}
|
|
542
|
+
|
|
541
543
|
const [APICall, searchStr] = args;
|
|
542
544
|
const {
|
|
543
545
|
isFetchingOptions
|
|
@@ -603,7 +605,9 @@ export class MultiSelectComponent extends React.Component {
|
|
|
603
605
|
});
|
|
604
606
|
}
|
|
605
607
|
|
|
606
|
-
handleClickSelectedOption(
|
|
608
|
+
handleClickSelectedOption() {
|
|
609
|
+
let id = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
|
610
|
+
let e = arguments.length > 1 ? arguments[1] : undefined;
|
|
607
611
|
const {
|
|
608
612
|
selectedOptions
|
|
609
613
|
} = this.props;
|
|
@@ -684,7 +688,9 @@ export class MultiSelectComponent extends React.Component {
|
|
|
684
688
|
getNextOptions && getNextOptions(searchStr);
|
|
685
689
|
}
|
|
686
690
|
|
|
687
|
-
handleChange(
|
|
691
|
+
handleChange() {
|
|
692
|
+
let selectedOptions = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
|
693
|
+
let e = arguments.length > 1 ? arguments[1] : undefined;
|
|
688
694
|
const {
|
|
689
695
|
optionsNormalize
|
|
690
696
|
} = this.state;
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
composes: oflowy from '../common/common.module.css';
|
|
16
16
|
}
|
|
17
17
|
.hasBorder {
|
|
18
|
+
transition: border var(--zd_transition2) linear 0s;
|
|
18
19
|
border-bottom-style: solid;
|
|
19
20
|
border-bottom-width: 1px;
|
|
20
|
-
transition: border var(--zd_transition2) linear 0s;
|
|
21
21
|
}
|
|
22
22
|
.borderColor_transparent {
|
|
23
23
|
border-bottom-color: var(--zdt_multiselect_transparent_border);
|
|
@@ -52,16 +52,16 @@
|
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.container.xmedium {
|
|
55
|
-
padding-bottom: var(--zd_size3);
|
|
56
55
|
min-height: var(--zd_size30);
|
|
56
|
+
padding-bottom: var(--zd_size3);
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.delete {
|
|
60
|
+
font: inherit;
|
|
60
61
|
padding: var(--zd_size2) var(--zd_size6);
|
|
61
62
|
cursor: pointer;
|
|
62
63
|
border: 0;
|
|
63
64
|
background-color: var(--zdt_multiselect_delete_bg);
|
|
64
|
-
font: inherit;
|
|
65
65
|
}
|
|
66
66
|
.delete,
|
|
67
67
|
.defaultDelete {
|
|
@@ -91,14 +91,22 @@
|
|
|
91
91
|
max-width: 100%;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
.container.xmedium .tag {
|
|
94
|
+
[dir=ltr] .container.xmedium .tag {
|
|
95
95
|
margin: var(--zd_size2) var(--zd_size10) 0 0;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
.container.
|
|
98
|
+
[dir=rtl] .container.xmedium .tag {
|
|
99
|
+
margin: var(--zd_size2) 0 0 var(--zd_size10);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
[dir=ltr] .container.medium .tag {
|
|
99
103
|
margin: var(--zd_size5) var(--zd_size10) 0 0;
|
|
100
104
|
}
|
|
101
105
|
|
|
106
|
+
[dir=rtl] .container.medium .tag {
|
|
107
|
+
margin: var(--zd_size5) 0 0 var(--zd_size10);
|
|
108
|
+
}
|
|
109
|
+
|
|
102
110
|
.box {
|
|
103
111
|
background: var(--zdt_multiselect_box_bg);
|
|
104
112
|
}
|
|
@@ -134,9 +142,11 @@
|
|
|
134
142
|
}
|
|
135
143
|
.dark,
|
|
136
144
|
.darkBox {
|
|
137
|
-
background: var(--zdt_multiselect_darkmsg_bg);
|
|
138
145
|
color: var(--zdt_multiselect_darkmsg_text);
|
|
139
146
|
}
|
|
147
|
+
.dark, .darkBox {
|
|
148
|
+
background: var(--zdt_multiselect_darkmsg_bg);
|
|
149
|
+
}
|
|
140
150
|
|
|
141
151
|
.hide {
|
|
142
152
|
composes: vishidden from '../common/common.module.css';
|
|
@@ -160,9 +170,14 @@
|
|
|
160
170
|
.custmInputWrapper {
|
|
161
171
|
position: absolute;
|
|
162
172
|
top: 0;
|
|
163
|
-
left: 0;
|
|
164
173
|
width: 100%;
|
|
165
174
|
}
|
|
175
|
+
[dir=ltr] .custmInputWrapper {
|
|
176
|
+
left: 0;
|
|
177
|
+
}
|
|
178
|
+
[dir=rtl] .custmInputWrapper {
|
|
179
|
+
right: 0;
|
|
180
|
+
}
|
|
166
181
|
.title {
|
|
167
182
|
margin-bottom: var(--zd_size6);
|
|
168
183
|
}
|
|
@@ -175,6 +190,9 @@
|
|
|
175
190
|
.iconContainer {
|
|
176
191
|
padding-top: var(--zd_size3)
|
|
177
192
|
}
|
|
178
|
-
.clearIconSpace {
|
|
193
|
+
[dir=ltr] .clearIconSpace {
|
|
179
194
|
padding-right: var(--zd_size37)
|
|
180
195
|
}
|
|
196
|
+
[dir=rtl] .clearIconSpace {
|
|
197
|
+
padding-left: var(--zd_size37)
|
|
198
|
+
}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
.tag {
|
|
2
2
|
max-width: 100%;
|
|
3
3
|
}
|
|
4
|
-
.xmedium {
|
|
4
|
+
[dir=ltr] .xmedium {
|
|
5
5
|
margin: 0 var(--zd_size10) var(--zd_size2) 0;
|
|
6
6
|
}
|
|
7
|
-
.
|
|
7
|
+
[dir=rtl] .xmedium {
|
|
8
|
+
margin: 0 0 var(--zd_size2) var(--zd_size10);
|
|
9
|
+
}
|
|
10
|
+
[dir=ltr] .medium {
|
|
8
11
|
margin: var(--zd_size5) var(--zd_size10) 0 0;
|
|
9
12
|
}
|
|
13
|
+
[dir=rtl] .medium {
|
|
14
|
+
margin: var(--zd_size5) 0 0 var(--zd_size10);
|
|
15
|
+
}
|
|
@@ -39,7 +39,8 @@ export default class AdvancedGroupMultiSelect__default extends React.Component {
|
|
|
39
39
|
return Promise.resolve();
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
handleSelectOptions(
|
|
42
|
+
handleSelectOptions() {
|
|
43
|
+
let selectedGroupOptions = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
|
|
43
44
|
this.setState({
|
|
44
45
|
selectedGroupOptions
|
|
45
46
|
});
|
package/es/Popup/Popup.js
CHANGED
|
@@ -40,13 +40,17 @@ const defaultState = {
|
|
|
40
40
|
|
|
41
41
|
/* eslint-disable react/prop-types */
|
|
42
42
|
|
|
43
|
-
const Popup = function (Component
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
43
|
+
const Popup = function (Component) {
|
|
44
|
+
let group = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'global';
|
|
45
|
+
let needResizeHandling = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
|
|
46
|
+
let {
|
|
47
|
+
isAbsolutePositioningNeeded: isAbsolutePopup = true,
|
|
48
|
+
isArrow: needPopupArrow = false,
|
|
49
|
+
customOrder: customPositionOrder = [],
|
|
50
|
+
scrollDebounceTime: popupScrollDebounceTime = 0,
|
|
51
|
+
closeOnScroll: closeOnScrollPopup = false
|
|
52
|
+
} = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};
|
|
53
|
+
|
|
50
54
|
class Popup extends React.Component {
|
|
51
55
|
constructor(props) {
|
|
52
56
|
super(props);
|
|
@@ -412,7 +416,9 @@ const Popup = function (Component, group = 'global', needResizeHandling = true,
|
|
|
412
416
|
e && e.nativeEvent && e.nativeEvent.stopImmediatePropagation && e.nativeEvent.stopImmediatePropagation();
|
|
413
417
|
}
|
|
414
418
|
|
|
415
|
-
handlePopupPosition(
|
|
419
|
+
handlePopupPosition() {
|
|
420
|
+
let defaultPosition = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'bottomCenter';
|
|
421
|
+
let isResizeHandling = arguments.length > 1 ? arguments[1] : undefined;
|
|
416
422
|
// isResizeHandling --->>> Window resize and dropBox resize
|
|
417
423
|
const {
|
|
418
424
|
direction
|
package/es/Popup/viewPort.js
CHANGED
|
@@ -77,10 +77,12 @@ let viewPort = {
|
|
|
77
77
|
getViewPortEle: el => {
|
|
78
78
|
return el.closest('[data-viewport-container=true]') ? el.closest('[data-viewport-container=true]') : document.documentElement;
|
|
79
79
|
},
|
|
80
|
-
possibilities: (el, relativeBox, customFrame
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
80
|
+
possibilities: function (el, relativeBox, customFrame) {
|
|
81
|
+
let {
|
|
82
|
+
needArrow,
|
|
83
|
+
isAbsolute
|
|
84
|
+
} = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};
|
|
85
|
+
|
|
84
86
|
if (!el) {
|
|
85
87
|
return;
|
|
86
88
|
}
|
|
@@ -301,11 +303,14 @@ let viewPort = {
|
|
|
301
303
|
bottom: relativeBoxGap.center.bottom - rectGap.bottom
|
|
302
304
|
};
|
|
303
305
|
},
|
|
304
|
-
betterView: (popup, relativeBox
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
306
|
+
betterView: function (popup, relativeBox) {
|
|
307
|
+
let defaultView = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '';
|
|
308
|
+
let customFrame = arguments.length > 3 ? arguments[3] : undefined;
|
|
309
|
+
let {
|
|
310
|
+
needArrow,
|
|
311
|
+
isAbsolute,
|
|
312
|
+
customOrder = []
|
|
313
|
+
} = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {};
|
|
309
314
|
let customScrollFrame = isAbsolute ? customFrame : '';
|
|
310
315
|
let viewPortPossibilities = viewPort.possibilities(popup, relativeBox, customScrollFrame, {
|
|
311
316
|
needArrow,
|
|
@@ -30,10 +30,11 @@ function getDeletedIndexes() {
|
|
|
30
30
|
return deletedIndexes;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
function callback({
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
33
|
+
function callback(_ref) {
|
|
34
|
+
let {
|
|
35
|
+
globalId,
|
|
36
|
+
deletedIndexes
|
|
37
|
+
} = _ref;
|
|
37
38
|
setGlobalId(globalId);
|
|
38
39
|
setDeletedIndexes(deletedIndexes);
|
|
39
40
|
}
|
|
@@ -3,11 +3,12 @@ import PropTypes from 'prop-types';
|
|
|
3
3
|
import LibraryContextInit from './LibraryContextInit';
|
|
4
4
|
import { getLibraryConfig } from './Config';
|
|
5
5
|
|
|
6
|
-
const LibraryContextProvider =
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
const LibraryContextProvider = _ref => {
|
|
7
|
+
let {
|
|
8
|
+
isReducedMotion = getLibraryConfig('isReducedMotion'),
|
|
9
|
+
direction = getLibraryConfig('direction'),
|
|
10
|
+
children
|
|
11
|
+
} = _ref;
|
|
11
12
|
const [value, setValue] = useState({
|
|
12
13
|
isReducedMotion,
|
|
13
14
|
direction
|
|
@@ -50,13 +50,14 @@ export function decreaseGlobalIds(numbers, deletedIndexes, globalId) {
|
|
|
50
50
|
deletedIndexes
|
|
51
51
|
};
|
|
52
52
|
}
|
|
53
|
-
export function useNumberGenerator({
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
53
|
+
export function useNumberGenerator(_ref) {
|
|
54
|
+
let {
|
|
55
|
+
getGlobalId,
|
|
56
|
+
prefix,
|
|
57
|
+
getGlobalPrefix,
|
|
58
|
+
getDeletedIndexes,
|
|
59
|
+
callback
|
|
60
|
+
} = _ref;
|
|
60
61
|
let presentValues = useRef([]),
|
|
61
62
|
presentIndex = useRef(0);
|
|
62
63
|
prefix = typeof prefix === 'undefined' ? '' : `${prefix}_`;
|
|
@@ -83,14 +84,15 @@ export function useNumberGenerator({
|
|
|
83
84
|
presentIndex.current = -1;
|
|
84
85
|
return getNextId;
|
|
85
86
|
}
|
|
86
|
-
export function getNumberGenerators({
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
87
|
+
export function getNumberGenerators(_ref2) {
|
|
88
|
+
let {
|
|
89
|
+
Component,
|
|
90
|
+
prefix,
|
|
91
|
+
getGlobalPrefix,
|
|
92
|
+
getGlobalId,
|
|
93
|
+
getDeletedIndexes,
|
|
94
|
+
callback
|
|
95
|
+
} = _ref2;
|
|
94
96
|
let presentIndex = 0,
|
|
95
97
|
presentValues = [],
|
|
96
98
|
{
|
|
@@ -27,10 +27,11 @@ function getDeletedIndexes() {
|
|
|
27
27
|
return deletedIndexes;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
function callback({
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
30
|
+
function callback(_ref) {
|
|
31
|
+
let {
|
|
32
|
+
globalId,
|
|
33
|
+
deletedIndexes
|
|
34
|
+
} = _ref;
|
|
34
35
|
setInitialZIndex(globalId);
|
|
35
36
|
setDeletedIndexes(deletedIndexes);
|
|
36
37
|
}
|