@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,190 @@
|
|
|
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"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _hooks = require("@zohodesk/hooks");
|
|
13
|
+
|
|
14
|
+
var _defaultProps = require("../../Avatar/props/defaultProps");
|
|
15
|
+
|
|
16
|
+
var _propTypes = require("../../Avatar/props/propTypes");
|
|
17
|
+
|
|
18
|
+
var _getInitial = require("../../utils/getInitial");
|
|
19
|
+
|
|
20
|
+
var _AvatarSize = _interopRequireDefault(require("../../Provider/AvatarSize"));
|
|
21
|
+
|
|
22
|
+
var _AvatarModule = _interopRequireDefault(require("../../Avatar/Avatar.module.css"));
|
|
23
|
+
|
|
24
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
25
|
+
|
|
26
|
+
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); }
|
|
27
|
+
|
|
28
|
+
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; }
|
|
29
|
+
|
|
30
|
+
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); }
|
|
31
|
+
|
|
32
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
33
|
+
|
|
34
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
35
|
+
|
|
36
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
37
|
+
|
|
38
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
39
|
+
|
|
40
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
41
|
+
|
|
42
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
43
|
+
|
|
44
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
45
|
+
|
|
46
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
47
|
+
|
|
48
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
49
|
+
|
|
50
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
51
|
+
|
|
52
|
+
/*
|
|
53
|
+
1. need to change name into firstName lastName
|
|
54
|
+
2. pattern support via context as well as props
|
|
55
|
+
3. prop high priority to arrange firstName lastName
|
|
56
|
+
4. team pass name as lastName and pass pattern via prop
|
|
57
|
+
*/
|
|
58
|
+
function Avatar(props) {
|
|
59
|
+
var src = props.src,
|
|
60
|
+
name = props.name,
|
|
61
|
+
size = props.size,
|
|
62
|
+
palette = props.palette,
|
|
63
|
+
onClick = props.onClick,
|
|
64
|
+
title = props.title,
|
|
65
|
+
shape = props.shape,
|
|
66
|
+
needTitle = props.needTitle,
|
|
67
|
+
dataId = props.dataId,
|
|
68
|
+
initial = props.initial,
|
|
69
|
+
needBorder = props.needBorder,
|
|
70
|
+
borderOnActive = props.borderOnActive,
|
|
71
|
+
borderOnHover = props.borderOnHover,
|
|
72
|
+
textPalette = props.textPalette,
|
|
73
|
+
customClass = props.customClass,
|
|
74
|
+
alternateSrc = props.alternateSrc,
|
|
75
|
+
isAnimate = props.isAnimate,
|
|
76
|
+
dataSelectorId = props.dataSelectorId,
|
|
77
|
+
customProps = props.customProps,
|
|
78
|
+
needInnerBorder = props.needInnerBorder,
|
|
79
|
+
needDefaultBorder = props.needDefaultBorder;
|
|
80
|
+
var _customProps$AvatarPr = customProps.AvatarProps,
|
|
81
|
+
AvatarProps = _customProps$AvatarPr === void 0 ? {} : _customProps$AvatarPr;
|
|
82
|
+
|
|
83
|
+
var _useState = (0, _react.useState)(false),
|
|
84
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
85
|
+
isLoaded = _useState2[0],
|
|
86
|
+
setLoaded = _useState2[1];
|
|
87
|
+
|
|
88
|
+
var putInvalidImageURLJSON = function putInvalidImageURLJSON() {
|
|
89
|
+
var _validImgArr = _toConsumableArray(Avatar.validImageURLs);
|
|
90
|
+
|
|
91
|
+
var _invalidImgArr = _toConsumableArray(Avatar.invalidImageURLs); // if (alternateSrc) {
|
|
92
|
+
// _validImgArr.push(alternateSrc);
|
|
93
|
+
// }
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
var validIndex = _validImgArr.indexOf(src);
|
|
97
|
+
|
|
98
|
+
if (validIndex !== -1) {
|
|
99
|
+
_validImgArr.splice(validIndex, 1);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
_invalidImgArr.push(src);
|
|
103
|
+
|
|
104
|
+
Avatar.invalidImageURLs = _invalidImgArr;
|
|
105
|
+
Avatar.validImageURLs = _validImgArr;
|
|
106
|
+
setLoaded(function (isLoaded) {
|
|
107
|
+
return !isLoaded;
|
|
108
|
+
});
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
var putValidImageURLJSON = function putValidImageURLJSON() {
|
|
112
|
+
var validImgArr = Avatar.validImageURLs;
|
|
113
|
+
var invalidImgArr = Avatar.invalidImageURLs;
|
|
114
|
+
|
|
115
|
+
if (src && validImgArr.indexOf(src) === -1 && invalidImgArr.indexOf(src) === -1) {
|
|
116
|
+
var _validImgArr = _toConsumableArray(validImgArr);
|
|
117
|
+
|
|
118
|
+
_validImgArr.push(src);
|
|
119
|
+
|
|
120
|
+
Avatar.validImageURLs = _validImgArr;
|
|
121
|
+
setLoaded(function (isLoaded) {
|
|
122
|
+
return !isLoaded;
|
|
123
|
+
});
|
|
124
|
+
}
|
|
125
|
+
};
|
|
126
|
+
/* this will cause error if user name already have some space need to move firstName lastName user preference pattern*/
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
var getInitialByFullName = function getInitialByFullName() {
|
|
130
|
+
var fullName = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
|
131
|
+
fullName = (fullName || '').trim();
|
|
132
|
+
var nameList = fullName.split(' ');
|
|
133
|
+
|
|
134
|
+
if (nameList.length === 1) {
|
|
135
|
+
return (0, _getInitial.getInitial)('', nameList[0]);
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
return (0, _getInitial.getInitial)(nameList[0], nameList[1]);
|
|
139
|
+
};
|
|
140
|
+
|
|
141
|
+
(0, _hooks.useEffectCallOnlyAfterState)(function () {
|
|
142
|
+
setLoaded(function (isLoaded) {
|
|
143
|
+
return !isLoaded;
|
|
144
|
+
});
|
|
145
|
+
}, [src]);
|
|
146
|
+
var textStyle = textPalette ? _AvatarModule["default"][textPalette] : palette === 'secondary' ? _AvatarModule["default"].white : _AvatarModule["default"].black;
|
|
147
|
+
var shapeStyle = shape === 'circle' ? 'circle' : "square_".concat(size);
|
|
148
|
+
initial = initial || getInitialByFullName(name);
|
|
149
|
+
var isInvalidImageList = Avatar.invalidImageURLs.indexOf(src) !== -1; //let isValidImageList = Avatar.validImageURLs.indexOf(src) !== -1;
|
|
150
|
+
|
|
151
|
+
var showAvatar = src && !isInvalidImageList;
|
|
152
|
+
var showInitial = !showAvatar || showAvatar && isInvalidImageList;
|
|
153
|
+
var showAlternateAvatar = alternateSrc ? showInitial : false;
|
|
154
|
+
var border = borderOnHover || onClick;
|
|
155
|
+
var showDefaultBorder = src && !isInvalidImageList && needDefaultBorder;
|
|
156
|
+
var borderStyle = (showDefaultBorder || !src || !showAvatar || showInitial) && needBorder ? "".concat(_AvatarModule["default"].border, " ").concat(borderOnActive ? _AvatarModule["default"].borderOnActive : border ? _AvatarModule["default"].borderOnHover : '', " ") : '';
|
|
157
|
+
borderStyle = showAlternateAvatar ? '' : borderStyle;
|
|
158
|
+
return /*#__PURE__*/_react["default"].createElement("div", _extends({
|
|
159
|
+
className: "".concat(_AvatarModule["default"].avatar, " ").concat(_AvatarModule["default"][size], " ").concat((0, _AvatarSize["default"])(size), " ").concat(_AvatarModule["default"][shapeStyle], " ").concat(_AvatarModule["default"][palette], " ").concat(textStyle, " ").concat(borderStyle, " ").concat(customClass ? customClass : ''),
|
|
160
|
+
"data-title": needTitle ? title ? title : name : null,
|
|
161
|
+
"data-id": dataId,
|
|
162
|
+
"data-test-id": dataId,
|
|
163
|
+
onClick: onClick,
|
|
164
|
+
"data-selector-id": dataSelectorId
|
|
165
|
+
}, AvatarProps), showInitial && !showAlternateAvatar && /*#__PURE__*/_react["default"].createElement("span", {
|
|
166
|
+
className: "".concat(_AvatarModule["default"].initial),
|
|
167
|
+
"data-id": "".concat(dataId, "_AvatarInitial"),
|
|
168
|
+
"data-test-id": "".concat(dataId, "_AvatarInitial"),
|
|
169
|
+
"data-selector-id": "".concat(dataSelectorId, "_AvatarInitial")
|
|
170
|
+
}, initial), (showAvatar || showAlternateAvatar) && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("img", {
|
|
171
|
+
className: "".concat(_AvatarModule["default"].image, " ").concat(isAnimate ? _AvatarModule["default"].animate : '', " ").concat(needInnerBorder ? _AvatarModule["default"].innerBorder : ''),
|
|
172
|
+
"data-id": "".concat(dataId, "_AvatarImg"),
|
|
173
|
+
"data-test-id": "".concat(dataId, "_AvatarImg"),
|
|
174
|
+
"data-selector-id": "".concat(dataSelectorId, "_AvatarImg"),
|
|
175
|
+
name: name,
|
|
176
|
+
onError: putInvalidImageURLJSON,
|
|
177
|
+
onLoad: putValidImageURLJSON,
|
|
178
|
+
src: showAlternateAvatar ? alternateSrc : src,
|
|
179
|
+
alt: name
|
|
180
|
+
}), showDefaultBorder ? null : /*#__PURE__*/_react["default"].createElement("span", {
|
|
181
|
+
className: "".concat(_AvatarModule["default"].shadow, " ").concat(textStyle, " ")
|
|
182
|
+
})));
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
var _default = Avatar;
|
|
186
|
+
exports["default"] = _default;
|
|
187
|
+
Avatar.defaultProps = _defaultProps.defaultProps;
|
|
188
|
+
Avatar.propTypes = _propTypes.propTypes;
|
|
189
|
+
Avatar.invalidImageURLs = [];
|
|
190
|
+
Avatar.validImageURLs = [];
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = AvatarTeam;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _defaultProps = require("../../AvatarTeam/props/defaultProps");
|
|
11
|
+
|
|
12
|
+
var _propTypes = require("../../AvatarTeam/props/propTypes");
|
|
13
|
+
|
|
14
|
+
var _Avatar = _interopRequireDefault(require("../Avatar/Avatar"));
|
|
15
|
+
|
|
16
|
+
var _AvatarTeamModule = _interopRequireDefault(require("../../AvatarTeam/AvatarTeam.module.css"));
|
|
17
|
+
|
|
18
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
|
+
|
|
20
|
+
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); }
|
|
21
|
+
|
|
22
|
+
/* once avatar support firstname lastname and pattern
|
|
23
|
+
pass lastName as team name and pattern ["FIRST_NAME","LAST_NAME"] as props
|
|
24
|
+
|
|
25
|
+
Not going to export to external then can kept inside supportapp
|
|
26
|
+
*/
|
|
27
|
+
function AvatarTeam(props) {
|
|
28
|
+
var src = props.src,
|
|
29
|
+
name = props.name,
|
|
30
|
+
size = props.size,
|
|
31
|
+
palette = props.palette,
|
|
32
|
+
textPalette = props.textPalette,
|
|
33
|
+
onClick = props.onClick,
|
|
34
|
+
title = props.title,
|
|
35
|
+
isFilled = props.isFilled,
|
|
36
|
+
dataId = props.dataId,
|
|
37
|
+
needTitle = props.needTitle,
|
|
38
|
+
customClass = props.customClass,
|
|
39
|
+
borderOnActive = props.borderOnActive,
|
|
40
|
+
borderOnHover = props.borderOnHover,
|
|
41
|
+
dataSelectorId = props.dataSelectorId,
|
|
42
|
+
customProps = props.customProps,
|
|
43
|
+
needInnerBorder = props.needInnerBorder,
|
|
44
|
+
needBorder = props.needBorder,
|
|
45
|
+
needDefaultBorder = props.needDefaultBorder;
|
|
46
|
+
var _customProps$AvatarTe = customProps.AvatarTeamProps,
|
|
47
|
+
AvatarTeamProps = _customProps$AvatarTe === void 0 ? {} : _customProps$AvatarTe,
|
|
48
|
+
_customProps$AvatarPr = customProps.AvatarProps,
|
|
49
|
+
AvatarProps = _customProps$AvatarPr === void 0 ? {} : _customProps$AvatarPr;
|
|
50
|
+
var _customClass$customAv = customClass.customAvatar,
|
|
51
|
+
customAvatar = _customClass$customAv === void 0 ? '' : _customClass$customAv,
|
|
52
|
+
_customClass$customAv2 = customClass.customAvatarTeam,
|
|
53
|
+
customAvatarTeam = _customClass$customAv2 === void 0 ? '' : _customClass$customAv2;
|
|
54
|
+
var border = borderOnHover || onClick;
|
|
55
|
+
return /*#__PURE__*/_react["default"].createElement("span", _extends({
|
|
56
|
+
className: "".concat(_AvatarTeamModule["default"].container, " ").concat(borderOnActive ? _AvatarTeamModule["default"].borderOnActive : border ? _AvatarTeamModule["default"].borderOnHover : '', " "),
|
|
57
|
+
"data-id": dataId,
|
|
58
|
+
"data-test-id": dataId,
|
|
59
|
+
"data-selector-id": dataSelectorId
|
|
60
|
+
}, AvatarTeamProps), /*#__PURE__*/_react["default"].createElement(_Avatar["default"], _extends({
|
|
61
|
+
name: name,
|
|
62
|
+
onClick: onClick,
|
|
63
|
+
palette: palette,
|
|
64
|
+
textPalette: textPalette,
|
|
65
|
+
size: size,
|
|
66
|
+
src: src,
|
|
67
|
+
title: title,
|
|
68
|
+
needTitle: needTitle,
|
|
69
|
+
customClass: customAvatar,
|
|
70
|
+
borderOnActive: borderOnActive,
|
|
71
|
+
borderOnHover: border,
|
|
72
|
+
needInnerBorder: needInnerBorder,
|
|
73
|
+
needBorder: needBorder,
|
|
74
|
+
needDefaultBorder: needDefaultBorder
|
|
75
|
+
}, AvatarProps)), /*#__PURE__*/_react["default"].createElement("span", {
|
|
76
|
+
className: "".concat(_AvatarTeamModule["default"].team, " ").concat(isFilled ? "".concat(_AvatarTeamModule["default"]["".concat(palette, "Filled")]) : _AvatarTeamModule["default"].nofill, " \n ").concat(_AvatarTeamModule["default"]["".concat(size, "team")], " ").concat(customAvatarTeam)
|
|
77
|
+
}));
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
AvatarTeam.defaultProps = _defaultProps.defaultProps;
|
|
81
|
+
AvatarTeam.propTypes = _propTypes.propTypes;
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = Button;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _defaultProps = require("../../Button/props/defaultProps");
|
|
11
|
+
|
|
12
|
+
var _propTypes = require("../../Button/props/propTypes");
|
|
13
|
+
|
|
14
|
+
var _cssJSLogic2 = _interopRequireDefault(require("../../Button/css/cssJSLogic"));
|
|
15
|
+
|
|
16
|
+
var _utils = require("@zohodesk/utils");
|
|
17
|
+
|
|
18
|
+
var _ButtonModule = _interopRequireDefault(require("../../Button/css/Button.module.css"));
|
|
19
|
+
|
|
20
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
21
|
+
|
|
22
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
23
|
+
|
|
24
|
+
/*
|
|
25
|
+
Button text and children props?
|
|
26
|
+
use children for both cases
|
|
27
|
+
toLowerCase check needed?
|
|
28
|
+
*/
|
|
29
|
+
function Button(props) {
|
|
30
|
+
var text = props.text,
|
|
31
|
+
disabled = props.disabled,
|
|
32
|
+
onClick = props.onClick,
|
|
33
|
+
status = props.status,
|
|
34
|
+
children = props.children,
|
|
35
|
+
dataId = props.dataId,
|
|
36
|
+
needAppearance = props.needAppearance,
|
|
37
|
+
getRef = props.getRef,
|
|
38
|
+
title = props.title,
|
|
39
|
+
dataSelectorId = props.dataSelectorId,
|
|
40
|
+
customProps = props.customProps,
|
|
41
|
+
customStyle = props.customStyle,
|
|
42
|
+
a11y = props.a11y,
|
|
43
|
+
id = props.id;
|
|
44
|
+
var finalStyle = (0, _utils.mergeStyle)(_ButtonModule["default"], customStyle);
|
|
45
|
+
|
|
46
|
+
var _cssJSLogic = (0, _cssJSLogic2["default"])({
|
|
47
|
+
props: props,
|
|
48
|
+
style: finalStyle
|
|
49
|
+
}),
|
|
50
|
+
buttonClass = _cssJSLogic.buttonClass,
|
|
51
|
+
loaderParentClass = _cssJSLogic.loaderParentClass,
|
|
52
|
+
loaderChildClass = _cssJSLogic.loaderChildClass;
|
|
53
|
+
|
|
54
|
+
var statusLower = status.toLowerCase();
|
|
55
|
+
return /*#__PURE__*/_react["default"].createElement("button", _extends({
|
|
56
|
+
className: buttonClass,
|
|
57
|
+
"data-id": disabled ? "".concat(dataId, "_disabled") : dataId,
|
|
58
|
+
"data-test-id": disabled ? "".concat(dataId, "_disabled") : dataId,
|
|
59
|
+
disabled: disabled || statusLower === 'loading',
|
|
60
|
+
onClick: onClick,
|
|
61
|
+
"data-title": title,
|
|
62
|
+
type: "button",
|
|
63
|
+
ref: getRef,
|
|
64
|
+
"data-selector-id": dataSelectorId
|
|
65
|
+
}, customProps, a11y, {
|
|
66
|
+
id: id
|
|
67
|
+
}), children ? children : text, statusLower !== 'none' && needAppearance && /*#__PURE__*/_react["default"].createElement("div", {
|
|
68
|
+
className: finalStyle.overlay
|
|
69
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
70
|
+
className: loaderParentClass
|
|
71
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
72
|
+
className: loaderChildClass
|
|
73
|
+
}))));
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
Button.defaultProps = _defaultProps.defaultProps;
|
|
77
|
+
Button.propTypes = _propTypes.propTypes; // if (__DOCS__) {
|
|
78
|
+
// Button.docs = {
|
|
79
|
+
// componentGroup: 'Form Elements',
|
|
80
|
+
// folderName: 'Style Guide'
|
|
81
|
+
// };
|
|
82
|
+
// }
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = Buttongroup;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _defaultProps = require("../../Buttongroup/props/defaultProps");
|
|
11
|
+
|
|
12
|
+
var _propTypes = require("../../Buttongroup/props/propTypes");
|
|
13
|
+
|
|
14
|
+
var _ButtongroupModule = _interopRequireDefault(require("../../Buttongroup/Buttongroup.module.css"));
|
|
15
|
+
|
|
16
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
+
|
|
18
|
+
function Buttongroup(props) {
|
|
19
|
+
var children = props.children,
|
|
20
|
+
type = props.type,
|
|
21
|
+
buttonPosition = props.buttonPosition,
|
|
22
|
+
customClass = props.customClass,
|
|
23
|
+
dataId = props.dataId,
|
|
24
|
+
dataSelectorId = props.dataSelectorId;
|
|
25
|
+
var btnGroup = [];
|
|
26
|
+
children && children.forEach(function (child) {
|
|
27
|
+
var btnRight = /*#__PURE__*/_react["default"].createElement("span", {
|
|
28
|
+
className: _ButtongroupModule["default"][type]
|
|
29
|
+
}, child);
|
|
30
|
+
|
|
31
|
+
btnGroup.push(btnRight);
|
|
32
|
+
});
|
|
33
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
34
|
+
className: "".concat(_ButtongroupModule["default"].buttonGroup, " ").concat(_ButtongroupModule["default"][type], " ").concat(customClass ? customClass : ''),
|
|
35
|
+
"data-id": dataId,
|
|
36
|
+
"data-test-id": dataId,
|
|
37
|
+
"data-selector-id": dataSelectorId
|
|
38
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
39
|
+
className: _ButtongroupModule["default"]["align".concat(buttonPosition)]
|
|
40
|
+
}, children));
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
Buttongroup.defaultProps = _defaultProps.defaultProps;
|
|
44
|
+
Buttongroup.propTypes = _propTypes.propTypes;
|
|
@@ -0,0 +1,269 @@
|
|
|
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.CardContent = CardContent;
|
|
9
|
+
exports.CardFooter = CardFooter;
|
|
10
|
+
exports.CardHeader = CardHeader;
|
|
11
|
+
exports["default"] = Card;
|
|
12
|
+
|
|
13
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
14
|
+
|
|
15
|
+
var _hooks = require("@zohodesk/hooks");
|
|
16
|
+
|
|
17
|
+
var _propTypes = require("../../Card/props/propTypes");
|
|
18
|
+
|
|
19
|
+
var _defaultProps = require("../../Card/props/defaultProps");
|
|
20
|
+
|
|
21
|
+
var _Layout = require("../Layout");
|
|
22
|
+
|
|
23
|
+
var _Config = require("../../Provider/Config");
|
|
24
|
+
|
|
25
|
+
var _CardModule = _interopRequireDefault(require("../../Card/Card.module.css"));
|
|
26
|
+
|
|
27
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
28
|
+
|
|
29
|
+
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); }
|
|
30
|
+
|
|
31
|
+
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; }
|
|
32
|
+
|
|
33
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
34
|
+
|
|
35
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
36
|
+
|
|
37
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
38
|
+
|
|
39
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
40
|
+
|
|
41
|
+
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
42
|
+
|
|
43
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
44
|
+
|
|
45
|
+
/* eslint-disable react/forbid-component-props */
|
|
46
|
+
|
|
47
|
+
/*
|
|
48
|
+
isscroll header border change use ref
|
|
49
|
+
scroll logic remove from here
|
|
50
|
+
scroll logic move to virtualizer list
|
|
51
|
+
*/
|
|
52
|
+
|
|
53
|
+
/* performance handling pending in card component moving to ref instead of setState */
|
|
54
|
+
function CardHeader(props) {
|
|
55
|
+
var isScroll = props.isScroll,
|
|
56
|
+
children = props.children,
|
|
57
|
+
dataId = props.dataId,
|
|
58
|
+
dataSelectorId = props.dataSelectorId,
|
|
59
|
+
customClass = props.customClass;
|
|
60
|
+
var cardHeader = (0, _react.useRef)(null);
|
|
61
|
+
|
|
62
|
+
function getCardHeaderDom(ele) {
|
|
63
|
+
cardHeader.current = ele;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
function setScrollClassName() {
|
|
67
|
+
if (!cardHeader.current) {
|
|
68
|
+
return null;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
return /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
73
|
+
className: "".concat(isScroll ? _CardModule["default"].scroll : _CardModule["default"].notScroll, " ").concat(customClass),
|
|
74
|
+
eleRef: getCardHeaderDom,
|
|
75
|
+
dataId: dataId,
|
|
76
|
+
dataSelectorId: dataSelectorId
|
|
77
|
+
}, children);
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
CardHeader.propTypes = _propTypes.CardHeader_propTypes;
|
|
81
|
+
CardHeader.defaultProps = _defaultProps.CardHeader_defaultProps;
|
|
82
|
+
|
|
83
|
+
function CardContent(props) {
|
|
84
|
+
var onScroll = props.onScroll,
|
|
85
|
+
eleRef = props.eleRef,
|
|
86
|
+
children = props.children,
|
|
87
|
+
scroll = props.scroll,
|
|
88
|
+
isScrollAttribute = props.isScrollAttribute,
|
|
89
|
+
dataId = props.dataId,
|
|
90
|
+
dataSelectorId = props.dataSelectorId,
|
|
91
|
+
shrink = props.shrink,
|
|
92
|
+
customClass = props.customClass,
|
|
93
|
+
preventParentScroll = props.preventParentScroll;
|
|
94
|
+
return /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
95
|
+
flexible: true,
|
|
96
|
+
onScroll: onScroll,
|
|
97
|
+
eleRef: eleRef,
|
|
98
|
+
scroll: scroll,
|
|
99
|
+
preventParentScroll: preventParentScroll,
|
|
100
|
+
isScrollAttribute: isScrollAttribute,
|
|
101
|
+
dataId: dataId,
|
|
102
|
+
shrink: shrink,
|
|
103
|
+
className: customClass,
|
|
104
|
+
dataSelectorId: dataSelectorId
|
|
105
|
+
}, children);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
CardContent.propTypes = _propTypes.CardContent_propTypes;
|
|
109
|
+
CardContent.defaultProps = _defaultProps.CardContent_defaultProps;
|
|
110
|
+
|
|
111
|
+
function Card(props) {
|
|
112
|
+
var onClick = props.onClick,
|
|
113
|
+
children = props.children,
|
|
114
|
+
isScrollAttribute = props.isScrollAttribute,
|
|
115
|
+
dataId = props.dataId,
|
|
116
|
+
eleRef = props.eleRef,
|
|
117
|
+
_props$customClass = props.customClass,
|
|
118
|
+
customClass = _props$customClass === void 0 ? '' : _props$customClass,
|
|
119
|
+
htmlId = props.htmlId,
|
|
120
|
+
a11y = props.a11y,
|
|
121
|
+
from = props.from,
|
|
122
|
+
limit = props.limit,
|
|
123
|
+
fetchData = props.fetchData,
|
|
124
|
+
noMoreData = props.noMoreData,
|
|
125
|
+
scrollAt = props.scrollAt,
|
|
126
|
+
noNeedUpScroll = props.noNeedUpScroll,
|
|
127
|
+
isPercentageScroll = props.isPercentageScroll,
|
|
128
|
+
onScroll = props.onScroll;
|
|
129
|
+
var role = a11y.role;
|
|
130
|
+
|
|
131
|
+
var _useState = (0, _react.useState)(false),
|
|
132
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
133
|
+
isScroll = _useState2[0],
|
|
134
|
+
setScroll = _useState2[1];
|
|
135
|
+
|
|
136
|
+
var fromRef = (0, _react.useRef)(from);
|
|
137
|
+
var limitRef = (0, _react.useRef)(limit);
|
|
138
|
+
var to = (0, _react.useRef)(from + 3 * limit);
|
|
139
|
+
var lastScrollTop = (0, _react.useRef)(0);
|
|
140
|
+
var isFetching = (0, _react.useRef)(false);
|
|
141
|
+
var scrollDirection = (0, _react.useRef)(null);
|
|
142
|
+
(0, _hooks.useEffectCallOnlyAfterState)(function () {
|
|
143
|
+
fromRef.current = from;
|
|
144
|
+
}, [from]);
|
|
145
|
+
|
|
146
|
+
function onCardScroll(e) {
|
|
147
|
+
var scrollContainerObj = e.currentTarget;
|
|
148
|
+
var scrollHeight = scrollContainerObj.scrollHeight;
|
|
149
|
+
var scrollTop = scrollContainerObj.scrollTop;
|
|
150
|
+
var offsetHeight = scrollContainerObj.offsetHeight;
|
|
151
|
+
onScroll && onScroll(e);
|
|
152
|
+
|
|
153
|
+
if (scrollTop > lastScrollTop.current) {
|
|
154
|
+
scrollDirection.current = 'down';
|
|
155
|
+
} else {
|
|
156
|
+
scrollDirection.current = 'up';
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
lastScrollTop.current = scrollTop;
|
|
160
|
+
|
|
161
|
+
if (fetchData && !isFetching.current) {
|
|
162
|
+
if (scrollDirection.current === 'down' && !noMoreData) {
|
|
163
|
+
var scrollingPercentage = (scrollTop + offsetHeight) / (scrollHeight - scrollAt) * 100;
|
|
164
|
+
var prefetch = isPercentageScroll ? scrollingPercentage >= (0, _Config.getLibraryConfig)('scrollFetchLimit') : scrollHeight - scrollAt <= scrollTop + offsetHeight;
|
|
165
|
+
|
|
166
|
+
if (prefetch) {
|
|
167
|
+
isFetching.current = true;
|
|
168
|
+
fetchData(fromRef.current + limitRef.current, limitRef.current + to.current, scrollDirection.current).then(function () {
|
|
169
|
+
to.current = limitRef.current + to.current;
|
|
170
|
+
isFetching.current = false;
|
|
171
|
+
}, function () {
|
|
172
|
+
isFetching.current = false;
|
|
173
|
+
});
|
|
174
|
+
}
|
|
175
|
+
} else {
|
|
176
|
+
if (0 >= scrollTop - scrollAt && fromRef.current !== 0 && !noNeedUpScroll) {
|
|
177
|
+
isFetching.current = true;
|
|
178
|
+
fetchData(fromRef.current - limitRef.current, to.current - limitRef.current, scrollDirection.current).then(function () {
|
|
179
|
+
to.current = to.current - limitRef.current;
|
|
180
|
+
isFetching.current = false;
|
|
181
|
+
}, function () {
|
|
182
|
+
isFetching.current = false;
|
|
183
|
+
});
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
if (fetchData && !noNeedUpScroll) {
|
|
189
|
+
if (fromRef.current !== 0 && scrollTop === 0 && !noNeedUpScroll) {
|
|
190
|
+
scrollContainerObj.scrollTop = scrollTop + offsetHeight / 3;
|
|
191
|
+
} else if (scrollHeight === scrollTop + offsetHeight && !noMoreData) {
|
|
192
|
+
scrollContainerObj.scrollTop = scrollTop - offsetHeight / 2;
|
|
193
|
+
}
|
|
194
|
+
} // if (isScrollShadow) {
|
|
195
|
+
// this.onSetScroll();
|
|
196
|
+
// }
|
|
197
|
+
|
|
198
|
+
} // setScroll(isScroll) {
|
|
199
|
+
// let { isScroll: stateIsScroll } = this.state;
|
|
200
|
+
// if (isScroll && !stateIsScroll) {
|
|
201
|
+
// this.setState({ isScroll: true }, () => {
|
|
202
|
+
// this.onClearScroll();
|
|
203
|
+
// });
|
|
204
|
+
// } else if (!isScroll && stateIsScroll) {
|
|
205
|
+
// this.setState({ isScroll: false });
|
|
206
|
+
// }
|
|
207
|
+
// }
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
211
|
+
className: "".concat(customClass),
|
|
212
|
+
isScrollAttribute: isScrollAttribute,
|
|
213
|
+
onClick: onClick,
|
|
214
|
+
dataId: dataId,
|
|
215
|
+
eleRef: eleRef
|
|
216
|
+
}, _react["default"].Children.map(children, function (child) {
|
|
217
|
+
if (!child) {
|
|
218
|
+
return child;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
if (child.type === CardHeader || props.childTypes && child.type === props.childTypes.cardHeader) {
|
|
222
|
+
return /*#__PURE__*/_react["default"].cloneElement(child, {
|
|
223
|
+
isScroll: isScroll
|
|
224
|
+
});
|
|
225
|
+
} else if (child.type === CardContent || props.childTypes && child.type === props.childTypes.cardContent) {
|
|
226
|
+
return /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
227
|
+
id: htmlId,
|
|
228
|
+
role: role,
|
|
229
|
+
flexible: true,
|
|
230
|
+
scroll: child.props.scroll,
|
|
231
|
+
preventParentScroll: child.props.preventParentScroll,
|
|
232
|
+
onScroll: onCardScroll,
|
|
233
|
+
eleRef: child.props.eleRef,
|
|
234
|
+
isScrollAttribute: child.props.isScrollAttribute,
|
|
235
|
+
dataId: child.props.dataId,
|
|
236
|
+
shrink: child.props.shrink,
|
|
237
|
+
className: child.props.customClass,
|
|
238
|
+
dataSelectorId: child.props.dataSelectorId
|
|
239
|
+
}, child.props.children);
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
return child;
|
|
243
|
+
}));
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
Card.propTypes = _propTypes.Card_propTypes;
|
|
247
|
+
Card.defaultProps = _defaultProps.Card_defaultProps; // if (__DOCS__) {
|
|
248
|
+
// Card.docs = {
|
|
249
|
+
// componentGroup: 'Template',
|
|
250
|
+
// folderName: 'Style Guide',
|
|
251
|
+
// external: true,
|
|
252
|
+
// description: ' '
|
|
253
|
+
// };
|
|
254
|
+
// }
|
|
255
|
+
|
|
256
|
+
function CardFooter(props) {
|
|
257
|
+
var children = props.children,
|
|
258
|
+
dataId = props.dataId,
|
|
259
|
+
customClass = props.customClass,
|
|
260
|
+
dataSelectorId = props.dataSelectorId;
|
|
261
|
+
return /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
262
|
+
className: "".concat(customClass),
|
|
263
|
+
dataId: dataId,
|
|
264
|
+
dataSelectorId: dataSelectorId
|
|
265
|
+
}, children);
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
CardFooter.propTypes = _propTypes.CardFooter_propTypes;
|
|
269
|
+
CardFooter.defaultProps = _defaultProps.CardFooter_defaultProps;
|