@zohodesk/components 1.0.0-temp-168 → 1.0.0-temp-170
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cli/PropLessFiles.html +1 -1
- package/.cli/PropValidationExcludeFilesArray.js +7 -3
- package/.cli/propValidation_report.html +1 -1
- package/README.md +1335 -1277
- package/assets/Appearance/dark/mode/Component_DarkMode.module.css +1 -0
- package/assets/Appearance/light/mode/Component_LightMode.module.css +1 -0
- package/assets/Appearance/light/themes/blue/blue_CTA_LightModifyCategory.module.css +180 -180
- package/assets/Appearance/light/themes/blue/blue_CTA_LightTheme.module.css +12 -12
- package/assets/Appearance/pureDark/mode/Component_PureDarkMode.module.css +1 -0
- package/coverage/Button/Button.js.html +1 -1
- package/coverage/Button/css/Button.module.css.html +1 -1
- package/coverage/Button/css/cssJSLogic.js.html +1 -1
- package/coverage/Button/css/index.html +1 -1
- package/coverage/Button/index.html +1 -1
- package/coverage/Button/props/defaultProps.js.html +3 -6
- package/coverage/Button/props/index.html +1 -1
- package/coverage/Button/props/propTypes.js.html +9 -3
- package/coverage/Buttongroup/Buttongroup.js.html +1 -1
- package/coverage/Buttongroup/Buttongroup.module.css.html +1 -1
- package/coverage/Buttongroup/index.html +1 -1
- package/coverage/Buttongroup/props/defaultProps.js.html +1 -1
- package/coverage/Buttongroup/props/index.html +1 -1
- package/coverage/Buttongroup/props/propTypes.js.html +1 -1
- package/coverage/coverage-final.json +10 -10
- package/coverage/coverage-summary.json +10 -10
- package/coverage/index.html +1 -1
- package/coverage/utils/dummyFunction.js.html +1 -1
- package/coverage/utils/index.html +1 -1
- package/es/AppContainer/AppContainer.js +3 -0
- package/es/AppContainer/AppContainer.module.css +18 -18
- package/es/Avatar/Avatar.js +9 -9
- package/es/Avatar/Avatar.module.css +175 -175
- package/es/AvatarTeam/AvatarTeam.js +7 -7
- package/es/AvatarTeam/AvatarTeam.module.css +189 -189
- package/es/Button/Button.js +4 -4
- package/es/Button/__tests__/__snapshots__/Button.spec.js.snap +440 -468
- package/es/Button/css/Button.module.css +525 -525
- package/es/Button/props/defaultProps.js +1 -2
- package/es/Button/props/propTypes.js +3 -1
- package/es/Buttongroup/Buttongroup.js +1 -1
- package/es/Buttongroup/Buttongroup.module.css +105 -105
- package/es/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
- package/es/Card/Card.js +4 -4
- package/es/Card/Card.module.css +20 -20
- package/es/CheckBox/CheckBox.js +0 -0
- package/es/CheckBox/CheckBox.module.css +157 -157
- package/es/DateTime/CalendarView.js +0 -0
- package/es/DateTime/DateTime.js +0 -0
- package/es/DateTime/DateTime.module.css +237 -235
- package/es/DateTime/DateWidget.js +2 -1
- package/es/DateTime/DateWidget.module.css +38 -38
- package/es/DateTime/YearView.js +0 -0
- package/es/DateTime/YearView.module.css +98 -98
- package/es/DateTime/common.js +0 -0
- package/es/DateTime/dateFormatUtils/dayChange.js +2 -1
- package/es/DateTime/dateFormatUtils/index.js +1 -1
- package/es/DateTime/dateFormatUtils/monthChange.js +2 -1
- package/es/DateTime/dateFormatUtils/timeChange.js +4 -4
- package/es/DateTime/dateFormatUtils/yearChange.js +2 -1
- package/es/DateTime/index.js +0 -0
- package/es/DateTime/objectUtils.js +0 -0
- package/es/DateTime/typeChecker.js +0 -0
- package/es/DateTime/validator.js +0 -0
- package/es/DropBox/DropBox.js +10 -10
- package/es/DropBox/DropBoxElement/css/DropBoxElement.module.css +434 -434
- package/es/DropBox/DropBoxPositionMapping.json +144 -144
- package/es/DropBox/css/DropBox.module.css +58 -58
- package/es/DropDown/DropDown.js +1 -7
- package/es/DropDown/DropDown.module.css +5 -5
- package/es/DropDown/DropDownHeading.js +0 -0
- package/es/DropDown/DropDownHeading.module.css +53 -53
- package/es/DropDown/DropDownItem.js +0 -0
- package/es/DropDown/DropDownItem.module.css +94 -94
- package/es/DropDown/DropDownSearch.js +0 -0
- package/es/DropDown/DropDownSearch.module.css +14 -14
- package/es/DropDown/DropDownSeparator.js +0 -0
- package/es/DropDown/DropDownSeparator.module.css +7 -7
- package/es/Heading/Heading.module.css +4 -4
- package/es/Label/Label.js +2 -2
- package/es/Label/Label.module.css +52 -52
- package/es/Label/LabelColors.module.css +20 -20
- package/es/Layout/Box.js +0 -0
- package/es/Layout/Container.js +0 -0
- package/es/Layout/Layout.module.css +335 -335
- package/es/Layout/utils.js +0 -0
- package/es/ListItem/ListItem.js +0 -0
- package/es/ListItem/ListItem.module.css +216 -216
- package/es/MultiSelect/AdvancedGroupMultiSelect.js +12 -10
- package/es/MultiSelect/AdvancedMultiSelect.js +4 -4
- package/es/MultiSelect/MobileHeader/MobileHeader.js +50 -0
- package/es/MultiSelect/MobileHeader/MobileHeader.module.css +16 -0
- package/es/MultiSelect/MobileHeader/props/defaultProps.js +7 -0
- package/es/MultiSelect/MobileHeader/props/propTypes.js +7 -0
- package/es/MultiSelect/MultiSelect.js +117 -96
- package/es/MultiSelect/MultiSelect.module.css +204 -207
- package/es/MultiSelect/MultiSelectHeader.js +1 -2
- package/es/MultiSelect/MultiSelectWithAvatar.js +15 -112
- package/es/MultiSelect/SelectedOptions.module.css +15 -15
- package/es/MultiSelect/props/defaultProps.js +3 -1
- package/es/MultiSelect/props/propTypes.js +147 -193
- package/es/PopOver/PopOver.module.css +8 -8
- package/es/Popup/Popup.js +0 -0
- package/es/Popup/PositionMapping.json +73 -73
- package/es/Radio/Radio.js +0 -0
- package/es/Radio/Radio.module.css +112 -112
- package/es/Responsive/CustomResponsive.js +0 -0
- package/es/Responsive/RefWrapper.js +2 -1
- package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
- package/es/Ribbon/Ribbon.js +0 -0
- package/es/Ribbon/Ribbon.module.css +454 -454
- package/es/RippleEffect/RippleEffect.module.css +92 -92
- package/es/Select/GroupSelect.js +3 -5
- package/es/Select/Select.js +2 -5
- package/es/Select/Select.module.css +108 -108
- package/es/Select/SelectWithAvatar.js +2 -1
- package/es/Select/SelectWithIcon.js +5 -2
- package/es/Select/props/propTypes.js +3 -1
- package/es/Stencils/Stencils.js +0 -0
- package/es/Stencils/Stencils.module.css +96 -96
- package/es/Switch/Switch.js +0 -0
- package/es/Switch/Switch.module.css +127 -127
- package/es/Tab/Tab.module.css +100 -100
- package/es/Tab/TabContent.module.css +4 -4
- package/es/Tab/Tabs.js +17 -17
- package/es/Tab/Tabs.module.css +136 -136
- package/es/Tag/Tag.js +8 -8
- package/es/Tag/Tag.module.css +254 -254
- package/es/TextBox/TextBox.js +3 -3
- package/es/TextBox/TextBox.module.css +158 -158
- package/es/TextBoxIcon/TextBoxIcon.js +0 -0
- package/es/TextBoxIcon/TextBoxIcon.module.css +79 -79
- package/es/Textarea/Textarea.js +0 -0
- package/es/Textarea/Textarea.module.css +139 -139
- package/es/Tooltip/Tooltip.module.css +140 -140
- package/es/common/a11y.module.css +3 -3
- package/es/common/animation.module.css +624 -624
- package/es/common/avatarsizes.module.css +48 -48
- package/es/common/basic.module.css +33 -33
- package/es/common/basicReset.module.css +40 -40
- package/es/common/boxShadow.module.css +33 -33
- package/es/common/common.module.css +524 -524
- package/es/common/customscroll.module.css +91 -91
- package/es/common/reset.module.css +13 -13
- package/es/common/transition.module.css +146 -146
- package/es/deprecated/PortalLayer/props/propTypes.js +3 -1
- package/es/index.js +2 -1
- package/es/semantic/Button/semanticButton.module.css +9 -9
- package/es/utils/Common.js +3 -0
- package/es/utils/dropDownUtils.js +0 -0
- package/es/v1/Accordion/Accordion.js +66 -0
- package/es/v1/Accordion/AccordionItem.js +57 -0
- package/es/v1/Accordion/index.js +2 -0
- package/es/v1/Animation/Animation.js +127 -0
- package/es/v1/AppContainer/AppContainer.js +120 -0
- package/es/v1/Avatar/Avatar.js +139 -0
- package/es/v1/AvatarTeam/AvatarTeam.js +70 -0
- package/es/v1/Button/Button.js +68 -0
- package/es/v1/Buttongroup/Buttongroup.js +31 -0
- package/es/v1/Card/Card.js +237 -0
- package/es/v1/Card/index.js +4 -0
- package/es/v1/CheckBox/CheckBox.js +155 -0
- package/es/v1/DateTime/CalendarView.js +218 -0
- package/es/v1/DateTime/DateTime.js +783 -0
- package/es/v1/DateTime/DateTimePopupFooter.js +47 -0
- package/es/v1/DateTime/DateTimePopupHeader.js +105 -0
- package/es/v1/DateTime/DateWidget.js +1098 -0
- package/es/v1/DateTime/DaysRow.js +31 -0
- package/es/v1/DateTime/Time.js +166 -0
- package/es/v1/DateTime/YearView.js +264 -0
- package/es/v1/DateTime/index.js +1 -0
- package/es/v1/DropBox/DropBox.js +91 -0
- package/es/v1/DropBox/DropBoxElement/DropBoxElement.js +132 -0
- package/es/v1/DropDown/DropDown.js +52 -0
- package/es/v1/DropDown/DropDownHeading.js +36 -0
- package/es/v1/DropDown/DropDownItem.js +56 -0
- package/es/v1/DropDown/DropDownSearch.js +55 -0
- package/es/v1/DropDown/DropDownSeparator.js +12 -0
- package/es/v1/Heading/Heading.js +32 -0
- package/es/v1/Label/Label.js +40 -0
- package/es/v1/Layout/Box.js +115 -0
- package/es/v1/Layout/Container.js +132 -0
- package/es/v1/Layout/index.js +2 -0
- package/es/v1/ListItem/ListContainer.js +102 -0
- package/es/v1/ListItem/ListItem.js +124 -0
- package/es/v1/ListItem/ListItemWithAvatar.js +145 -0
- package/es/v1/ListItem/ListItemWithCheckBox.js +104 -0
- package/es/v1/ListItem/ListItemWithIcon.js +127 -0
- package/es/v1/ListItem/ListItemWithRadio.js +105 -0
- package/es/v1/ListItem/index.js +6 -0
- package/es/v1/Modal/Modal.js +154 -0
- package/es/v1/MultiSelect/AdvancedGroupMultiSelect.js +1079 -0
- package/es/v1/MultiSelect/AdvancedMultiSelect.js +568 -0
- package/es/v1/MultiSelect/EmptyState.js +64 -0
- package/es/v1/MultiSelect/MobileHeader/MobileHeader.js +50 -0
- package/es/v1/MultiSelect/MultiSelect.js +1121 -0
- package/es/v1/MultiSelect/MultiSelectHeader.js +32 -0
- package/es/v1/MultiSelect/MultiSelectWithAvatar.js +217 -0
- package/es/v1/MultiSelect/SelectedOptions.js +82 -0
- package/es/v1/MultiSelect/Suggestions.js +142 -0
- package/es/v1/MultiSelect/index.js +4 -0
- package/es/v1/PopOver/PopOver.js +176 -0
- package/es/v1/Popup/Popup.js +645 -0
- package/es/v1/Provider/AvatarSize.js +13 -0
- package/es/v1/Provider/Config.js +18 -0
- package/es/v1/Provider/CssProvider.js +16 -0
- package/es/v1/Provider/IdProvider.js +66 -0
- package/es/v1/Provider/LibraryContext.js +37 -0
- package/es/v1/Provider/LibraryContextInit.js +3 -0
- package/es/v1/Provider/NumberGenerator/NumberGenerator.js +136 -0
- package/es/v1/Provider/ZindexProvider.js +57 -0
- package/es/v1/Provider/index.js +4 -0
- package/es/v1/Radio/Radio.js +115 -0
- package/es/v1/Responsive/CustomResponsive.js +195 -0
- package/es/v1/Responsive/RefWrapper.js +39 -0
- package/es/v1/Responsive/ResizeComponent.js +197 -0
- package/es/v1/Responsive/ResizeObserver.js +140 -0
- package/es/v1/Responsive/Responsive.js +194 -0
- package/es/v1/Responsive/index.js +9 -0
- package/es/v1/ResponsiveDropBox/ResponsiveDropBox.js +58 -0
- package/es/v1/Ribbon/Ribbon.js +33 -0
- package/es/v1/RippleEffect/RippleEffect.js +24 -0
- package/es/v1/Select/GroupSelect.js +800 -0
- package/es/v1/Select/Select.js +966 -0
- package/es/v1/Select/SelectWithAvatar.js +344 -0
- package/es/v1/Select/SelectWithIcon.js +535 -0
- package/es/v1/Select/index.js +4 -0
- package/es/v1/Stencils/Stencils.js +26 -0
- package/es/v1/Switch/Switch.js +94 -0
- package/es/v1/Tab/Tab.js +108 -0
- package/es/v1/Tab/TabContent.js +30 -0
- package/es/v1/Tab/TabContentWrapper.js +29 -0
- package/es/v1/Tab/TabWrapper.js +57 -0
- package/es/v1/Tab/Tabs.js +612 -0
- package/es/v1/Tab/index.js +5 -0
- package/es/v1/Tag/Tag.js +134 -0
- package/es/v1/TextBox/TextBox.js +154 -0
- package/es/v1/TextBoxIcon/TextBoxIcon.js +158 -0
- package/es/v1/Textarea/Textarea.js +102 -0
- package/es/v1/Tooltip/Tooltip.js +518 -0
- package/es/v1/Typography/Typography.js +38 -0
- package/es/v1/Typography/css/Typography.module.css +376 -0
- package/es/v1/Typography/css/cssJSLogic.js +46 -0
- package/es/v1/Typography/css/letterSpacingMap.js +12 -0
- package/es/v1/Typography/props/defaultProps.js +8 -0
- package/es/v1/Typography/props/propTypes.js +24 -0
- package/es/v1/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +69 -0
- package/es/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +100 -0
- package/es/v1/semantic/Button/Button.js +53 -0
- package/es/v1/semantic/index.js +1 -0
- package/install.md +10 -10
- package/lib/AppContainer/AppContainer.js +5 -0
- package/lib/AppContainer/AppContainer.module.css +18 -18
- package/lib/Avatar/Avatar.js +9 -9
- package/lib/Avatar/Avatar.module.css +175 -175
- package/lib/AvatarTeam/AvatarTeam.js +7 -7
- package/lib/AvatarTeam/AvatarTeam.module.css +189 -189
- package/lib/Button/Button.js +4 -4
- package/lib/Button/__tests__/__snapshots__/Button.spec.js.snap +440 -468
- package/lib/Button/css/Button.module.css +525 -525
- package/lib/Button/props/defaultProps.js +1 -2
- package/lib/Button/props/propTypes.js +3 -1
- package/lib/Buttongroup/Buttongroup.js +1 -1
- package/lib/Buttongroup/Buttongroup.module.css +105 -105
- package/lib/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -191
- package/lib/Card/Card.js +4 -4
- package/lib/Card/Card.module.css +20 -20
- package/lib/CheckBox/CheckBox.js +0 -0
- package/lib/CheckBox/CheckBox.module.css +157 -157
- package/lib/DateTime/CalendarView.js +0 -0
- package/lib/DateTime/DateTime.js +0 -0
- package/lib/DateTime/DateTime.module.css +237 -235
- package/lib/DateTime/DateWidget.js +2 -1
- package/lib/DateTime/DateWidget.module.css +38 -38
- package/lib/DateTime/YearView.js +0 -0
- package/lib/DateTime/YearView.module.css +98 -98
- package/lib/DateTime/common.js +0 -0
- package/lib/DateTime/dateFormatUtils/dayChange.js +3 -1
- package/lib/DateTime/dateFormatUtils/index.js +1 -1
- package/lib/DateTime/dateFormatUtils/monthChange.js +3 -1
- package/lib/DateTime/dateFormatUtils/timeChange.js +3 -3
- package/lib/DateTime/dateFormatUtils/yearChange.js +3 -1
- package/lib/DateTime/index.js +0 -0
- package/lib/DateTime/objectUtils.js +0 -0
- package/lib/DateTime/typeChecker.js +0 -0
- package/lib/DateTime/validator.js +0 -0
- package/lib/DropBox/DropBox.js +15 -15
- package/lib/DropBox/DropBoxElement/css/DropBoxElement.module.css +434 -434
- package/lib/DropBox/DropBoxPositionMapping.json +144 -144
- package/lib/DropBox/css/DropBox.module.css +58 -58
- package/lib/DropDown/DropDown.js +1 -6
- package/lib/DropDown/DropDown.module.css +5 -5
- package/lib/DropDown/DropDownHeading.js +0 -0
- package/lib/DropDown/DropDownHeading.module.css +53 -53
- package/lib/DropDown/DropDownItem.js +0 -0
- package/lib/DropDown/DropDownItem.module.css +94 -94
- package/lib/DropDown/DropDownSearch.js +0 -0
- package/lib/DropDown/DropDownSearch.module.css +14 -14
- package/lib/DropDown/DropDownSeparator.js +0 -0
- package/lib/DropDown/DropDownSeparator.module.css +7 -7
- package/lib/Heading/Heading.module.css +4 -4
- package/lib/Label/Label.js +0 -0
- package/lib/Label/Label.module.css +52 -52
- package/lib/Label/LabelColors.module.css +20 -20
- package/lib/Layout/Box.js +0 -0
- package/lib/Layout/Container.js +0 -0
- package/lib/Layout/Layout.module.css +335 -335
- package/lib/Layout/utils.js +0 -0
- package/lib/ListItem/ListItem.js +0 -0
- package/lib/ListItem/ListItem.module.css +216 -216
- package/lib/MultiSelect/AdvancedGroupMultiSelect.js +12 -11
- package/lib/MultiSelect/AdvancedMultiSelect.js +4 -4
- package/lib/MultiSelect/MobileHeader/MobileHeader.js +62 -0
- package/lib/MultiSelect/MobileHeader/MobileHeader.module.css +16 -0
- package/lib/MultiSelect/MobileHeader/props/defaultProps.js +14 -0
- package/lib/MultiSelect/MobileHeader/props/propTypes.js +18 -0
- package/lib/MultiSelect/MultiSelect.js +121 -101
- package/lib/MultiSelect/MultiSelect.module.css +204 -207
- package/lib/MultiSelect/MultiSelectHeader.js +1 -2
- package/lib/MultiSelect/MultiSelectWithAvatar.js +18 -113
- package/lib/MultiSelect/SelectedOptions.module.css +15 -15
- package/lib/MultiSelect/props/defaultProps.js +3 -1
- package/lib/MultiSelect/props/propTypes.js +161 -197
- package/lib/PopOver/PopOver.module.css +8 -8
- package/lib/Popup/Popup.js +0 -0
- package/lib/Popup/PositionMapping.json +73 -73
- package/lib/Radio/Radio.js +0 -0
- package/lib/Radio/Radio.module.css +112 -112
- package/lib/Responsive/CustomResponsive.js +0 -0
- package/lib/Responsive/RefWrapper.js +2 -1
- package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
- package/lib/Ribbon/Ribbon.js +0 -0
- package/lib/Ribbon/Ribbon.module.css +454 -454
- package/lib/RippleEffect/RippleEffect.module.css +92 -92
- package/lib/Select/GroupSelect.js +2 -2
- package/lib/Select/Select.js +1 -2
- package/lib/Select/Select.module.css +108 -108
- package/lib/Select/SelectWithAvatar.js +2 -1
- package/lib/Select/SelectWithIcon.js +5 -3
- package/lib/Select/props/propTypes.js +12 -2
- package/lib/Stencils/Stencils.js +0 -0
- package/lib/Stencils/Stencils.module.css +96 -96
- package/lib/Switch/Switch.js +0 -0
- package/lib/Switch/Switch.module.css +127 -127
- package/lib/Tab/Tab.module.css +100 -100
- package/lib/Tab/TabContent.module.css +4 -4
- package/lib/Tab/Tabs.js +11 -11
- package/lib/Tab/Tabs.module.css +136 -136
- package/lib/Tag/Tag.js +8 -8
- package/lib/Tag/Tag.module.css +254 -254
- package/lib/TextBox/TextBox.js +10 -10
- package/lib/TextBox/TextBox.module.css +158 -158
- package/lib/TextBoxIcon/TextBoxIcon.js +0 -0
- package/lib/TextBoxIcon/TextBoxIcon.module.css +79 -79
- package/lib/Textarea/Textarea.js +0 -0
- package/lib/Textarea/Textarea.module.css +139 -139
- package/lib/Tooltip/Tooltip.module.css +140 -140
- package/lib/common/a11y.module.css +3 -3
- package/lib/common/animation.module.css +624 -624
- package/lib/common/avatarsizes.module.css +48 -48
- package/lib/common/basic.module.css +33 -33
- package/lib/common/basicReset.module.css +40 -40
- package/lib/common/boxShadow.module.css +33 -33
- package/lib/common/common.module.css +524 -524
- package/lib/common/customscroll.module.css +91 -91
- package/lib/common/reset.module.css +13 -13
- package/lib/common/transition.module.css +146 -146
- package/lib/deprecated/PortalLayer/props/propTypes.js +3 -1
- package/lib/index.js +10 -1
- package/lib/semantic/Button/semanticButton.module.css +9 -9
- package/lib/utils/Common.js +5 -0
- package/lib/utils/dropDownUtils.js +0 -0
- package/lib/v1/Accordion/Accordion.js +98 -0
- package/lib/v1/Accordion/AccordionItem.js +68 -0
- package/lib/v1/Accordion/index.js +23 -0
- package/lib/v1/Animation/Animation.js +143 -0
- package/lib/v1/AppContainer/AppContainer.js +158 -0
- package/lib/v1/Avatar/Avatar.js +190 -0
- package/lib/v1/AvatarTeam/AvatarTeam.js +81 -0
- package/lib/v1/Button/Button.js +82 -0
- package/lib/v1/Buttongroup/Buttongroup.js +44 -0
- package/lib/v1/Card/Card.js +269 -0
- package/lib/v1/Card/index.js +37 -0
- package/lib/v1/CheckBox/CheckBox.js +166 -0
- package/lib/v1/DateTime/CalendarView.js +285 -0
- package/lib/v1/DateTime/DateTime.js +872 -0
- package/lib/v1/DateTime/DateTimePopupFooter.js +96 -0
- package/lib/v1/DateTime/DateTimePopupHeader.js +166 -0
- package/lib/v1/DateTime/DateWidget.js +1125 -0
- package/lib/v1/DateTime/DaysRow.js +80 -0
- package/lib/v1/DateTime/Time.js +254 -0
- package/lib/v1/DateTime/YearView.js +325 -0
- package/lib/v1/DateTime/index.js +15 -0
- package/lib/v1/DropBox/DropBox.js +119 -0
- package/lib/v1/DropBox/DropBoxElement/DropBoxElement.js +145 -0
- package/lib/v1/DropDown/DropDown.js +74 -0
- package/lib/v1/DropDown/DropDownHeading.js +47 -0
- package/lib/v1/DropDown/DropDownItem.js +75 -0
- package/lib/v1/DropDown/DropDownSearch.js +74 -0
- package/lib/v1/DropDown/DropDownSeparator.js +24 -0
- package/lib/v1/Heading/Heading.js +49 -0
- package/lib/v1/Label/Label.js +51 -0
- package/lib/v1/Layout/Box.js +128 -0
- package/lib/v1/Layout/Container.js +145 -0
- package/lib/v1/Layout/index.js +23 -0
- package/lib/v1/ListItem/ListContainer.js +120 -0
- package/lib/v1/ListItem/ListItem.js +138 -0
- package/lib/v1/ListItem/ListItemWithAvatar.js +162 -0
- package/lib/v1/ListItem/ListItemWithCheckBox.js +125 -0
- package/lib/v1/ListItem/ListItemWithIcon.js +143 -0
- package/lib/v1/ListItem/ListItemWithRadio.js +126 -0
- package/lib/v1/ListItem/index.js +55 -0
- package/lib/v1/Modal/Modal.js +212 -0
- package/lib/v1/MultiSelect/AdvancedGroupMultiSelect.js +1167 -0
- package/lib/v1/MultiSelect/AdvancedMultiSelect.js +634 -0
- package/lib/v1/MultiSelect/EmptyState.js +112 -0
- package/lib/v1/MultiSelect/MobileHeader/MobileHeader.js +62 -0
- package/lib/v1/MultiSelect/MultiSelect.js +1203 -0
- package/lib/v1/MultiSelect/MultiSelectHeader.js +78 -0
- package/lib/v1/MultiSelect/MultiSelectWithAvatar.js +272 -0
- package/lib/v1/MultiSelect/SelectedOptions.js +126 -0
- package/lib/v1/MultiSelect/Suggestions.js +195 -0
- package/lib/v1/MultiSelect/index.js +39 -0
- package/lib/v1/PopOver/PopOver.js +197 -0
- package/lib/v1/Popup/Popup.js +715 -0
- package/lib/v1/Provider/AvatarSize.js +24 -0
- package/lib/v1/Provider/Config.js +27 -0
- package/lib/v1/Provider/CssProvider.js +27 -0
- package/lib/v1/Provider/IdProvider.js +79 -0
- package/lib/v1/Provider/LibraryContext.js +76 -0
- package/lib/v1/Provider/LibraryContextInit.js +15 -0
- package/lib/v1/Provider/NumberGenerator/NumberGenerator.js +174 -0
- package/lib/v1/Provider/ZindexProvider.js +69 -0
- package/lib/v1/Provider/index.js +81 -0
- package/lib/v1/Radio/Radio.js +126 -0
- package/lib/v1/Responsive/CustomResponsive.js +242 -0
- package/lib/v1/Responsive/RefWrapper.js +57 -0
- package/lib/v1/Responsive/ResizeComponent.js +268 -0
- package/lib/v1/Responsive/ResizeObserver.js +168 -0
- package/lib/v1/Responsive/Responsive.js +274 -0
- package/lib/v1/Responsive/index.js +55 -0
- package/lib/v1/ResponsiveDropBox/ResponsiveDropBox.js +79 -0
- package/lib/v1/Ribbon/Ribbon.js +44 -0
- package/lib/v1/RippleEffect/RippleEffect.js +39 -0
- package/lib/v1/Select/GroupSelect.js +876 -0
- package/lib/v1/Select/Select.js +1012 -0
- package/lib/v1/Select/SelectWithAvatar.js +394 -0
- package/lib/v1/Select/SelectWithIcon.js +597 -0
- package/lib/v1/Select/index.js +39 -0
- package/lib/v1/Stencils/Stencils.js +43 -0
- package/lib/v1/Switch/Switch.js +108 -0
- package/lib/v1/Tab/Tab.js +132 -0
- package/lib/v1/Tab/TabContent.js +42 -0
- package/lib/v1/Tab/TabContentWrapper.js +42 -0
- package/lib/v1/Tab/TabWrapper.js +89 -0
- package/lib/v1/Tab/Tabs.js +680 -0
- package/lib/v1/Tab/index.js +47 -0
- package/lib/v1/Tag/Tag.js +154 -0
- package/lib/v1/TextBox/TextBox.js +168 -0
- package/lib/v1/TextBoxIcon/TextBoxIcon.js +196 -0
- package/lib/v1/Textarea/Textarea.js +118 -0
- package/lib/v1/Tooltip/Tooltip.js +586 -0
- package/lib/v1/Typography/Typography.js +56 -0
- package/lib/v1/Typography/css/Typography.module.css +376 -0
- package/lib/v1/Typography/css/cssJSLogic.js +41 -0
- package/lib/v1/Typography/css/letterSpacingMap.js +20 -0
- package/lib/v1/Typography/props/defaultProps.js +15 -0
- package/lib/v1/Typography/props/propTypes.js +35 -0
- package/lib/v1/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +90 -0
- package/lib/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +126 -0
- package/lib/v1/semantic/Button/Button.js +63 -0
- package/lib/v1/semantic/index.js +15 -0
- package/package.json +93 -93
- package/postPublish.js +8 -8
- package/prePublish.js +70 -70
- package/react-cli.config.js +23 -23
- package/result.json +1 -1
- package/unittest/index.html +1 -1
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = DropBox;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _FocusScope = _interopRequireDefault(require("@zohodesk/a11y/es/FocusScope/FocusScope"));
|
|
13
|
+
|
|
14
|
+
var _Modal = _interopRequireDefault(require("../Modal/Modal"));
|
|
15
|
+
|
|
16
|
+
var _Config = require("../../Provider/Config");
|
|
17
|
+
|
|
18
|
+
var _LibraryContextInit = _interopRequireDefault(require("../../Provider/LibraryContextInit"));
|
|
19
|
+
|
|
20
|
+
var _cssJSLogic2 = _interopRequireDefault(require("../../DropBox/css/cssJSLogic"));
|
|
21
|
+
|
|
22
|
+
var _DropBoxElement = _interopRequireDefault(require("./DropBoxElement/DropBoxElement"));
|
|
23
|
+
|
|
24
|
+
var _defaultProps = require("../../DropBox/props/defaultProps");
|
|
25
|
+
|
|
26
|
+
var _propTypes = require("../../DropBox/props/propTypes");
|
|
27
|
+
|
|
28
|
+
var _Common = require("../../utils/Common");
|
|
29
|
+
|
|
30
|
+
var _DropBoxModule = _interopRequireDefault(require("../../DropBox/css/DropBox.module.css"));
|
|
31
|
+
|
|
32
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
33
|
+
|
|
34
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
35
|
+
|
|
36
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
37
|
+
|
|
38
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
39
|
+
|
|
40
|
+
function DropBox(props) {
|
|
41
|
+
var dropBoxRef = (0, _react.useRef)(null);
|
|
42
|
+
var DropBoxContext = (0, _react.useContext)(_LibraryContextInit["default"]);
|
|
43
|
+
var needResponsive = props.needResponsive,
|
|
44
|
+
portalId = props.portalId,
|
|
45
|
+
isActive = props.isActive,
|
|
46
|
+
isAbsolutePositioningNeeded = props.isAbsolutePositioningNeeded,
|
|
47
|
+
isRestrictScroll = props.isRestrictScroll,
|
|
48
|
+
needFocusScope = props.needFocusScope,
|
|
49
|
+
onClose = props.onClose,
|
|
50
|
+
customProps = props.customProps;
|
|
51
|
+
var _customProps$focusSco = customProps.focusScopeProps,
|
|
52
|
+
focusScopeProps = _customProps$focusSco === void 0 ? {} : _customProps$focusSco;
|
|
53
|
+
var _focusScopeProps$need = focusScopeProps.needAutoFocus,
|
|
54
|
+
needAutoFocus = _focusScopeProps$need === void 0 ? true : _focusScopeProps$need,
|
|
55
|
+
_focusScopeProps$need2 = focusScopeProps.needRestoreFocus,
|
|
56
|
+
needRestoreFocus = _focusScopeProps$need2 === void 0 ? true : _focusScopeProps$need2,
|
|
57
|
+
_focusScopeProps$need3 = focusScopeProps.needListNavigation,
|
|
58
|
+
needListNavigation = _focusScopeProps$need3 === void 0 ? true : _focusScopeProps$need3,
|
|
59
|
+
_focusScopeProps$need4 = focusScopeProps.needFocusLoop,
|
|
60
|
+
needFocusLoop = _focusScopeProps$need4 === void 0 ? false : _focusScopeProps$need4,
|
|
61
|
+
_focusScopeProps$need5 = focusScopeProps.needEnterAction,
|
|
62
|
+
needEnterAction = _focusScopeProps$need5 === void 0 ? true : _focusScopeProps$need5;
|
|
63
|
+
|
|
64
|
+
var _ref = DropBoxContext || {},
|
|
65
|
+
direction = _ref.direction;
|
|
66
|
+
|
|
67
|
+
var windowWidth,
|
|
68
|
+
mobileWidth = (0, _Config.getLibraryConfig)('mobileWidth'),
|
|
69
|
+
isModel = false;
|
|
70
|
+
|
|
71
|
+
if (needResponsive) {
|
|
72
|
+
windowWidth = window.innerWidth;
|
|
73
|
+
|
|
74
|
+
if (windowWidth <= mobileWidth) {
|
|
75
|
+
isModel = true;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
var _cssJSLogic = (0, _cssJSLogic2["default"])(props),
|
|
80
|
+
zIndexStyle = _cssJSLogic.zIndexStyle;
|
|
81
|
+
|
|
82
|
+
var dropBoxEle = needFocusScope ? /*#__PURE__*/_react["default"].createElement(_FocusScope["default"], _extends({
|
|
83
|
+
onClose: onClose,
|
|
84
|
+
elementRef: dropBoxRef,
|
|
85
|
+
needAutoFocus: needAutoFocus,
|
|
86
|
+
needRestoreFocus: needRestoreFocus,
|
|
87
|
+
needListNavigation: needListNavigation,
|
|
88
|
+
needFocusLoop: needFocusLoop,
|
|
89
|
+
needEnterAction: needEnterAction
|
|
90
|
+
}, focusScopeProps), /*#__PURE__*/_react["default"].createElement(_DropBoxElement["default"], _extends({
|
|
91
|
+
isModel: isModel,
|
|
92
|
+
direction: direction
|
|
93
|
+
}, props, {
|
|
94
|
+
zIndexStyle: zIndexStyle,
|
|
95
|
+
subContainerRef: dropBoxRef
|
|
96
|
+
}))) : /*#__PURE__*/_react["default"].createElement(_DropBoxElement["default"], _extends({
|
|
97
|
+
isModel: isModel,
|
|
98
|
+
subContainerRef: dropBoxRef,
|
|
99
|
+
direction: direction
|
|
100
|
+
}, props, {
|
|
101
|
+
zIndexStyle: zIndexStyle
|
|
102
|
+
}));
|
|
103
|
+
return isModel && isActive ? /*#__PURE__*/_react["default"].createElement(_Modal["default"], {
|
|
104
|
+
portalId: portalId
|
|
105
|
+
}, /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
106
|
+
className: "".concat(_DropBoxModule["default"].freezeLayer, " ").concat(_DropBoxModule["default"].freeze),
|
|
107
|
+
style: zIndexStyle,
|
|
108
|
+
onClick: _Common.stopPropagation
|
|
109
|
+
}), dropBoxEle)) : !isAbsolutePositioningNeeded && isActive ? /*#__PURE__*/_react["default"].createElement(_Modal["default"], {
|
|
110
|
+
portalId: portalId
|
|
111
|
+
}, /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, isRestrictScroll ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
112
|
+
className: _DropBoxModule["default"].freezeLayer,
|
|
113
|
+
style: zIndexStyle,
|
|
114
|
+
onClick: _Common.stopPropagation
|
|
115
|
+
}) : null, dropBoxEle)) : dropBoxEle;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
DropBox.propTypes = _propTypes.DropBoxPropTypes;
|
|
119
|
+
DropBox.defaultProps = _defaultProps.DropBoxDefaultProps;
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = DropBoxElement;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _useDropboxPosCalc2 = _interopRequireDefault(require("../../../DropBox/DropBoxElement/useDropboxPosCalc"));
|
|
11
|
+
|
|
12
|
+
var _cssJSLogic2 = _interopRequireDefault(require("../../../DropBox/DropBoxElement/css/cssJSLogic"));
|
|
13
|
+
|
|
14
|
+
var _DropBoxPositionMapping = require("../../../DropBox/DropBoxPositionMapping.json");
|
|
15
|
+
|
|
16
|
+
var _defaultProps = require("../../../DropBox/DropBoxElement/props/defaultProps");
|
|
17
|
+
|
|
18
|
+
var _propTypes = require("../../../DropBox/DropBoxElement/props/propTypes");
|
|
19
|
+
|
|
20
|
+
var _utils = require("@zohodesk/utils");
|
|
21
|
+
|
|
22
|
+
var _DropBoxElementModule = _interopRequireDefault(require("../../../DropBox/DropBoxElement/css/DropBoxElement.module.css"));
|
|
23
|
+
|
|
24
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
25
|
+
|
|
26
|
+
function DropBoxElement(props) {
|
|
27
|
+
var children = props.children,
|
|
28
|
+
isAnimate = props.isAnimate,
|
|
29
|
+
isArrow = props.isArrow,
|
|
30
|
+
arrowPosition = props.arrowPosition,
|
|
31
|
+
boxPosition = props.boxPosition,
|
|
32
|
+
size = props.size,
|
|
33
|
+
onClick = props.onClick,
|
|
34
|
+
isActive = props.isActive,
|
|
35
|
+
dataId = props.dataId,
|
|
36
|
+
dataSelectorId = props.dataSelectorId,
|
|
37
|
+
isModel = props.isModel,
|
|
38
|
+
isAbsolutePositioningNeeded = props.isAbsolutePositioningNeeded,
|
|
39
|
+
tourId = props.tourId,
|
|
40
|
+
htmlId = props.htmlId,
|
|
41
|
+
a11y = props.a11y,
|
|
42
|
+
tabIndex = props.tabIndex,
|
|
43
|
+
palette = props.palette,
|
|
44
|
+
subContainerRef = props.subContainerRef,
|
|
45
|
+
customStyle = props.customStyle,
|
|
46
|
+
animationStyle = props.animationStyle;
|
|
47
|
+
var isAbsolute = isAbsolutePositioningNeeded;
|
|
48
|
+
|
|
49
|
+
var FireOnAnimationEnd = function FireOnAnimationEnd() {
|
|
50
|
+
var eleClassList = subContainerRef && subContainerRef.current.classList;
|
|
51
|
+
var animationStyles = animationStyle == 'default' ? _DropBoxElementModule["default"].fadeInScale : _DropBoxElementModule["default"][animationStyle];
|
|
52
|
+
animationStyles.split(' ').map(function (rmStyle) {
|
|
53
|
+
if (eleClassList && eleClassList.contains(rmStyle)) {
|
|
54
|
+
eleClassList.remove(rmStyle);
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
var getRef = function getRef(ele) {
|
|
60
|
+
var getRef = props.getRef,
|
|
61
|
+
forwardRef = props.forwardRef;
|
|
62
|
+
getRef && getRef(ele);
|
|
63
|
+
|
|
64
|
+
if (forwardRef) {
|
|
65
|
+
forwardRef.current = ele;
|
|
66
|
+
}
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
if (!isAbsolutePositioningNeeded && size === 'default' && !isActive) {
|
|
70
|
+
isAbsolute = true;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
var role = a11y.role,
|
|
74
|
+
ariaMultiselectable = a11y.ariaMultiselectable,
|
|
75
|
+
ariaLabelledby = a11y.ariaLabelledby;
|
|
76
|
+
boxPosition = boxPosition && boxPosition != 'undefined' ? boxPosition : 'bottomCenter';
|
|
77
|
+
var boxDirection = _DropBoxPositionMapping.positionMapping[boxPosition].direction;
|
|
78
|
+
|
|
79
|
+
if (isAbsolute) {
|
|
80
|
+
arrowPosition = arrowPosition ? arrowPosition : _DropBoxPositionMapping.positionMapping[boxPosition].arrowPosition;
|
|
81
|
+
boxPosition = _DropBoxPositionMapping.positionMapping[boxPosition].positionStyle;
|
|
82
|
+
} else {
|
|
83
|
+
arrowPosition = _DropBoxPositionMapping.positionMapping[boxPosition].arrowPosition;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
var _useDropboxPosCalc = (0, _useDropboxPosCalc2["default"])(props),
|
|
87
|
+
arrowstyle = _useDropboxPosCalc.arrowstyle,
|
|
88
|
+
boxstyle = _useDropboxPosCalc.boxstyle,
|
|
89
|
+
needBoxStyle = _useDropboxPosCalc.needBoxStyle;
|
|
90
|
+
|
|
91
|
+
var mergedStyle = (0, _utils.mergeStyle)(_DropBoxElementModule["default"], customStyle);
|
|
92
|
+
|
|
93
|
+
var _cssJSLogic = (0, _cssJSLogic2["default"])({
|
|
94
|
+
props: props,
|
|
95
|
+
style: mergedStyle,
|
|
96
|
+
customState: {
|
|
97
|
+
boxPosition: boxPosition,
|
|
98
|
+
boxDirection: boxDirection,
|
|
99
|
+
boxstyle: boxstyle,
|
|
100
|
+
needBoxStyle: needBoxStyle,
|
|
101
|
+
isAbsolute: isAbsolute
|
|
102
|
+
}
|
|
103
|
+
}),
|
|
104
|
+
boxClassName = _cssJSLogic.boxClassName,
|
|
105
|
+
subContainerClass = _cssJSLogic.subContainerClass,
|
|
106
|
+
inlineStyle = _cssJSLogic.inlineStyle;
|
|
107
|
+
|
|
108
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
109
|
+
className: boxClassName,
|
|
110
|
+
"data-id": "".concat(dataId),
|
|
111
|
+
"data-test-id": "".concat(dataId),
|
|
112
|
+
"data-selector-id": dataSelectorId,
|
|
113
|
+
ref: getRef,
|
|
114
|
+
style: inlineStyle,
|
|
115
|
+
"data-tour": tourId,
|
|
116
|
+
"data-position": boxPosition,
|
|
117
|
+
id: htmlId,
|
|
118
|
+
role: role,
|
|
119
|
+
"aria-multiselectable": ariaMultiselectable,
|
|
120
|
+
"aria-labelledby": ariaLabelledby,
|
|
121
|
+
tabIndex: tabIndex,
|
|
122
|
+
onAnimationEnd: isAnimate && FireOnAnimationEnd
|
|
123
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
124
|
+
tabIndex: "-1",
|
|
125
|
+
className: "".concat(subContainerClass, " ").concat(_DropBoxElementModule["default"]["".concat(palette, "Palette")]),
|
|
126
|
+
onClick: onClick,
|
|
127
|
+
"data-id": "".concat(dataId, "_subcontainer"),
|
|
128
|
+
"data-test-id": "".concat(dataId, "_subcontainer"),
|
|
129
|
+
"data-selector-id": "".concat(dataSelectorId, "_subcontainer"),
|
|
130
|
+
ref: subContainerRef
|
|
131
|
+
}, isModel ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
132
|
+
className: _DropBoxElementModule["default"].closeBar
|
|
133
|
+
}) : null, isArrow && !isModel && /*#__PURE__*/_react["default"].createElement("div", {
|
|
134
|
+
className: _DropBoxElementModule["default"][arrowPosition],
|
|
135
|
+
style: arrowstyle,
|
|
136
|
+
"data-id": "".concat(dataId, "_arrow"),
|
|
137
|
+
"data-test-id": "".concat(dataId, "_arrow"),
|
|
138
|
+
"data-selector-id": "".concat(dataSelectorId, "_arrow")
|
|
139
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
140
|
+
className: _DropBoxElementModule["default"].arrowShape
|
|
141
|
+
})), children));
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
DropBoxElement.propTypes = _propTypes.DropBoxElementPropTypes;
|
|
145
|
+
DropBoxElement.defaultProps = _defaultProps.DropBoxElementDefaultProps;
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.DropDownContainer = DropDownContainer;
|
|
9
|
+
exports.DropDownItemContainer = DropDownItemContainer;
|
|
10
|
+
exports.DropDownTarget = DropDownTarget;
|
|
11
|
+
exports["default"] = DropDown;
|
|
12
|
+
|
|
13
|
+
var _react = _interopRequireDefault(require("react"));
|
|
14
|
+
|
|
15
|
+
var _propTypes = require("../../DropDown/props/propTypes");
|
|
16
|
+
|
|
17
|
+
var _defaultProps = require("../../DropDown/props/defaultProps");
|
|
18
|
+
|
|
19
|
+
var _DropDownModule = _interopRequireDefault(require("../../DropDown/DropDown.module.css"));
|
|
20
|
+
|
|
21
|
+
var _PopOver = _interopRequireWildcard(require("../PopOver/PopOver"));
|
|
22
|
+
|
|
23
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
24
|
+
|
|
25
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
26
|
+
|
|
27
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
28
|
+
|
|
29
|
+
function DropDown(props) {
|
|
30
|
+
var children = props.children;
|
|
31
|
+
return /*#__PURE__*/_react["default"].createElement(_PopOver["default"], props, /*#__PURE__*/_react["default"].createElement(_PopOver.PopOverTarget, null, children[0]), /*#__PURE__*/_react["default"].createElement(_PopOver.PopOverContainer, null, children[1]));
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
DropDown.propTypes = _propTypes.DropDown_propTypes;
|
|
35
|
+
|
|
36
|
+
function DropDownTarget(props) {
|
|
37
|
+
var children = props.children;
|
|
38
|
+
return /*#__PURE__*/_react["default"].createElement("div", null, children);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
DropDownTarget.propTypes = _propTypes.DropDownTarget_propTypes;
|
|
42
|
+
|
|
43
|
+
function DropDownContainer(props) {
|
|
44
|
+
var children = props.children;
|
|
45
|
+
return /*#__PURE__*/_react["default"].createElement("div", null, " ", children, " ");
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
DropDownContainer.propTypes = _propTypes.DropDownContainer_propTypes;
|
|
49
|
+
|
|
50
|
+
function DropDownItemContainer(props) {
|
|
51
|
+
var children = props.children,
|
|
52
|
+
dataId = props.dataId,
|
|
53
|
+
getRef = props.getRef,
|
|
54
|
+
onScroll = props.onScroll;
|
|
55
|
+
|
|
56
|
+
function handleScroll(e) {
|
|
57
|
+
onScroll && onScroll(e);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
function getReference(ele) {
|
|
61
|
+
getRef && getRef(ele);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
65
|
+
className: _DropDownModule["default"].listGroup,
|
|
66
|
+
onScroll: handleScroll,
|
|
67
|
+
ref: getReference,
|
|
68
|
+
"data-id": dataId,
|
|
69
|
+
"data-test-id": dataId
|
|
70
|
+
}, children);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
DropDownItemContainer.propTypes = _propTypes.DropDownItemContainer_propTypes;
|
|
74
|
+
DropDownItemContainer.defaultProps = _defaultProps.DropDownItemContainer_defaultProps;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = DropDownHeading;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _propTypes = require("../../DropDown/props/propTypes");
|
|
11
|
+
|
|
12
|
+
var _defaultProps = require("../../DropDown/props/defaultProps");
|
|
13
|
+
|
|
14
|
+
var _DropDownHeadingModule = _interopRequireDefault(require("../../DropDown/DropDownHeading.module.css"));
|
|
15
|
+
|
|
16
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
+
|
|
18
|
+
function DropDownHeading(props) {
|
|
19
|
+
var text = props.text,
|
|
20
|
+
_props$title = props.title,
|
|
21
|
+
title = _props$title === void 0 ? text : _props$title,
|
|
22
|
+
children = props.children,
|
|
23
|
+
customClass = props.customClass,
|
|
24
|
+
palette = props.palette,
|
|
25
|
+
htmlId = props.htmlId,
|
|
26
|
+
a11y = props.a11y,
|
|
27
|
+
dataId = props.dataId,
|
|
28
|
+
dataSelectorId = props.dataSelectorId;
|
|
29
|
+
var role = a11y.role,
|
|
30
|
+
ariaLabelledby = a11y.ariaLabelledby,
|
|
31
|
+
ariaLabel = a11y.ariaLabel;
|
|
32
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
33
|
+
className: "".concat(_DropDownHeadingModule["default"][palette], " ").concat(customClass),
|
|
34
|
+
"data-title": title,
|
|
35
|
+
role: role,
|
|
36
|
+
"aria-labelledby": ariaLabelledby,
|
|
37
|
+
"aria-label": ariaLabel,
|
|
38
|
+
id: htmlId,
|
|
39
|
+
"data-id": dataId,
|
|
40
|
+
"data-test-id": dataId,
|
|
41
|
+
"data-selector-id": dataSelectorId // tabindex='0'
|
|
42
|
+
|
|
43
|
+
}, text, children);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
DropDownHeading.propTypes = _propTypes.DropDownHeading_propTypes;
|
|
47
|
+
DropDownHeading.defaultProps = _defaultProps.DropDownHeading_defaultProps;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = DropDownItem;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _propTypes = require("../../DropDown/props/propTypes");
|
|
13
|
+
|
|
14
|
+
var _defaultProps = require("../../DropDown/props/defaultProps");
|
|
15
|
+
|
|
16
|
+
var _DropDownItemModule = _interopRequireDefault(require("../../DropDown/DropDownItem.module.css"));
|
|
17
|
+
|
|
18
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
|
+
|
|
20
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
21
|
+
|
|
22
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
23
|
+
|
|
24
|
+
function DropDownItem(props) {
|
|
25
|
+
var value = props.value,
|
|
26
|
+
active = props.active,
|
|
27
|
+
children = props.children,
|
|
28
|
+
hightlight = props.hightlight,
|
|
29
|
+
dataId = props.dataId,
|
|
30
|
+
_props$customClass = props.customClass,
|
|
31
|
+
customClass = _props$customClass === void 0 ? '' : _props$customClass,
|
|
32
|
+
index = props.index,
|
|
33
|
+
getRef = props.getRef,
|
|
34
|
+
onClick = props.onClick,
|
|
35
|
+
id = props.id,
|
|
36
|
+
onHover = props.onHover;
|
|
37
|
+
var eleRef = (0, _react.useRef)(null);
|
|
38
|
+
|
|
39
|
+
function getReference(ele) {
|
|
40
|
+
eleRef.current = ele;
|
|
41
|
+
getRef && getRef(ele, index);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
function getSelectedElement() {
|
|
45
|
+
return eleRef.current ? eleRef.current : null;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
function handleClick(e) {
|
|
49
|
+
onClick && onClick(id, value, index, e);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
function handleHover(e) {
|
|
53
|
+
onHover && onHover(id, value, index, e);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
57
|
+
className: "".concat(_DropDownItemModule["default"].list, " ").concat(customClass, " ").concat(active ? _DropDownItemModule["default"].listActive : hightlight ? _DropDownItemModule["default"].listHover : '', " ").concat(children && children[1] ? _DropDownItemModule["default"].padding : ''),
|
|
58
|
+
onClick: handleClick,
|
|
59
|
+
onMouseOver: handleHover,
|
|
60
|
+
ref: getReference,
|
|
61
|
+
"data-id": dataId,
|
|
62
|
+
"data-test-id": dataId
|
|
63
|
+
}, children && children[0] ? /*#__PURE__*/_react["default"].createElement("span", {
|
|
64
|
+
className: _DropDownItemModule["default"].children
|
|
65
|
+
}, " ", children[0], " ") : children !== undefined ? /*#__PURE__*/_react["default"].createElement("span", {
|
|
66
|
+
className: _DropDownItemModule["default"].children
|
|
67
|
+
}, " ", children, " ") : null, value ? /*#__PURE__*/_react["default"].createElement("span", {
|
|
68
|
+
className: _DropDownItemModule["default"].value
|
|
69
|
+
}, value) : '', children && children[1] ? /*#__PURE__*/_react["default"].createElement("span", {
|
|
70
|
+
className: _DropDownItemModule["default"].user
|
|
71
|
+
}, " ", children[1], " ") : '');
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
DropDownItem.propTypes = _propTypes.DropDownItem_propTypes;
|
|
75
|
+
DropDownItem.defaultProps = _defaultProps.DropDownItem_defaultProps;
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = DropDownSearch;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _propTypes = require("../../DropDown/props/propTypes");
|
|
13
|
+
|
|
14
|
+
var _defaultProps = require("../../DropDown/props/defaultProps");
|
|
15
|
+
|
|
16
|
+
var _TextBox = _interopRequireDefault(require("../TextBox/TextBox"));
|
|
17
|
+
|
|
18
|
+
var _DropDownSearchModule = _interopRequireDefault(require("../../DropDown/DropDownSearch.module.css"));
|
|
19
|
+
|
|
20
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
21
|
+
|
|
22
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
23
|
+
|
|
24
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
25
|
+
|
|
26
|
+
function DropDownSearch(props) {
|
|
27
|
+
var name = props.name,
|
|
28
|
+
id = props.id,
|
|
29
|
+
maxLength = props.maxLength,
|
|
30
|
+
onKeyDown = props.onKeyDown,
|
|
31
|
+
onChange = props.onChange,
|
|
32
|
+
value = props.value,
|
|
33
|
+
onBlur = props.onBlur,
|
|
34
|
+
size = props.size,
|
|
35
|
+
textBoxSize = props.textBoxSize,
|
|
36
|
+
placeHolder = props.placeHolder,
|
|
37
|
+
customClass = props.customClass,
|
|
38
|
+
getRef = props.getRef;
|
|
39
|
+
var _customClass$searchCl = customClass.searchClass,
|
|
40
|
+
searchClass = _customClass$searchCl === void 0 ? '' : _customClass$searchCl,
|
|
41
|
+
_customClass$customTe = customClass.customTextBox,
|
|
42
|
+
customTextBox = _customClass$customTe === void 0 ? '' : _customClass$customTe;
|
|
43
|
+
var inputRef = (0, _react.useRef)(null); // eslint-disable-next-line func-call-spacing
|
|
44
|
+
|
|
45
|
+
(0, _react.useEffect)(function () {
|
|
46
|
+
inputRef.current && input.current.focus({
|
|
47
|
+
preventScroll: true
|
|
48
|
+
});
|
|
49
|
+
}, []);
|
|
50
|
+
|
|
51
|
+
function getReference(ele) {
|
|
52
|
+
inputRef.current = ele;
|
|
53
|
+
getRef && getRef(ele);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
57
|
+
className: "".concat(_DropDownSearchModule["default"].search, " ").concat(_DropDownSearchModule["default"]["".concat(size, "Search")], " ").concat(searchClass)
|
|
58
|
+
}, /*#__PURE__*/_react["default"].createElement(_TextBox["default"], {
|
|
59
|
+
id: id,
|
|
60
|
+
inputRef: getReference,
|
|
61
|
+
maxLength: maxLength,
|
|
62
|
+
name: name,
|
|
63
|
+
onBlur: onBlur,
|
|
64
|
+
onChange: onChange,
|
|
65
|
+
onKeyDown: onKeyDown,
|
|
66
|
+
size: textBoxSize,
|
|
67
|
+
value: value,
|
|
68
|
+
placeHolder: placeHolder,
|
|
69
|
+
customClass: customTextBox
|
|
70
|
+
}));
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
DropDownSearch.defaultProps = _defaultProps.DropDownSearch_defaultProps;
|
|
74
|
+
DropDownSearch.propTypes = _propTypes.DropDownSearch_propTypes;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = DropDownSeparator;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _propTypes = require("../../DropDown/props/propTypes");
|
|
11
|
+
|
|
12
|
+
var _DropDownSeparatorModule = _interopRequireDefault(require("../../DropDown/DropDownSeparator.module.css"));
|
|
13
|
+
|
|
14
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
|
+
|
|
16
|
+
function DropDownSeparator(props) {
|
|
17
|
+
var _props$customClass = props.customClass,
|
|
18
|
+
customClass = _props$customClass === void 0 ? '' : _props$customClass;
|
|
19
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
20
|
+
className: "".concat(_DropDownSeparatorModule["default"].separator, " ").concat(customClass)
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
DropDownSeparator.propTypes = _propTypes.DropDownSeparator_propTypes;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = Heading;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _defaultProps = require("../../Heading/props/defaultProps");
|
|
11
|
+
|
|
12
|
+
var _propTypes = require("../../Heading/props/propTypes");
|
|
13
|
+
|
|
14
|
+
var _HeadingModule = _interopRequireDefault(require("../../Heading/Heading.module.css"));
|
|
15
|
+
|
|
16
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
+
|
|
18
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
19
|
+
|
|
20
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
21
|
+
|
|
22
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
23
|
+
|
|
24
|
+
function Heading(props) {
|
|
25
|
+
var tagName = props.tagName,
|
|
26
|
+
className = props.className,
|
|
27
|
+
onClick = props.onClick,
|
|
28
|
+
onDoubleClick = props.onDoubleClick,
|
|
29
|
+
title = props.title,
|
|
30
|
+
dataTitle = props.dataTitle,
|
|
31
|
+
dataId = props.dataId,
|
|
32
|
+
a11y = props.a11y;
|
|
33
|
+
return /*#__PURE__*/_react["default"].createElement(tagName, _objectSpread({
|
|
34
|
+
className: "".concat(_HeadingModule["default"].reset, " ").concat(className),
|
|
35
|
+
onClick: onClick,
|
|
36
|
+
onDoubleClick: onDoubleClick,
|
|
37
|
+
'data-title': dataTitle || title,
|
|
38
|
+
'data-id': dataId,
|
|
39
|
+
'data-test-id': dataId
|
|
40
|
+
}, a11y), title);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
Heading.propTypes = _propTypes.propTypes;
|
|
44
|
+
Heading.defaultProps = _defaultProps.defaultProps; // if (__DOCS__) {
|
|
45
|
+
// Heading.docs = {
|
|
46
|
+
// folderName: 'Style Guide',
|
|
47
|
+
// componentGroup: 'Accessibility'
|
|
48
|
+
// };
|
|
49
|
+
// }
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = Label;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _defaultProps = require("../../Label/props/defaultProps");
|
|
11
|
+
|
|
12
|
+
var _propTypes = require("../../Label/props/propTypes");
|
|
13
|
+
|
|
14
|
+
var _LabelModule = _interopRequireDefault(require("../../Label/Label.module.css"));
|
|
15
|
+
|
|
16
|
+
var _LabelColorsModule = _interopRequireDefault(require("../../Label/LabelColors.module.css"));
|
|
17
|
+
|
|
18
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
|
+
|
|
20
|
+
function Label(props) {
|
|
21
|
+
var text = props.text,
|
|
22
|
+
type = props.type,
|
|
23
|
+
palette = props.palette,
|
|
24
|
+
size = props.size,
|
|
25
|
+
clipped = props.clipped,
|
|
26
|
+
htmlFor = props.htmlFor,
|
|
27
|
+
title = props.title,
|
|
28
|
+
onClick = props.onClick,
|
|
29
|
+
dataId = props.dataId,
|
|
30
|
+
dataSelectorId = props.dataSelectorId,
|
|
31
|
+
variant = props.variant,
|
|
32
|
+
customClass = props.customClass,
|
|
33
|
+
id = props.id,
|
|
34
|
+
_props$a11y = props.a11y,
|
|
35
|
+
a11y = _props$a11y === void 0 ? {} : _props$a11y;
|
|
36
|
+
var tabIndex = a11y.tabIndex;
|
|
37
|
+
return /*#__PURE__*/_react["default"].createElement("label", {
|
|
38
|
+
className: "".concat(_LabelModule["default"].label, " ").concat(_LabelModule["default"][type], " ").concat(_LabelModule["default"][size], " ").concat(_LabelColorsModule["default"][palette], " ").concat(_LabelModule["default"]["font_".concat(variant)], "\n ").concat(clipped ? _LabelModule["default"].dotted : '', " ").concat(onClick ? _LabelModule["default"].pointer : _LabelModule["default"].cursor, " ").concat(customClass, " "),
|
|
39
|
+
htmlFor: htmlFor,
|
|
40
|
+
"data-title": title,
|
|
41
|
+
"data-id": dataId,
|
|
42
|
+
"data-test-id": dataId,
|
|
43
|
+
"data-selector-id": dataSelectorId,
|
|
44
|
+
onClick: onClick,
|
|
45
|
+
id: id,
|
|
46
|
+
tabIndex: tabIndex
|
|
47
|
+
}, text);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
Label.defaultProps = _defaultProps.defaultProps;
|
|
51
|
+
Label.propTypes = _propTypes.propTypes;
|