@zohodesk/components 1.1.0 → 1.2.0-temp-195
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/MissedPropType_Keys.html +101 -0
- package/.cli/PropLessFiles.html +101 -0
- package/.cli/PropUnificationExcludeFilesArray.js +231 -0
- package/.cli/PropValidationExcludeFilesArray.js +1 -0
- package/.cli/ThemeValidationExcludeFiles.js +1 -0
- package/.cli/UnValidatedFiles.html +101 -0
- package/.cli/propValidation_report.html +182 -0
- package/.cli/stringContains.js +1 -0
- package/PropValidationExcludeFilesArray.js +1 -0
- package/README.md +1418 -1266
- package/assets/Appearance/dark/mode/Component_DarkMode.module.css +174 -169
- package/assets/Appearance/dark/themes/blue/blue_CTA_DarkModifyCategory.module.css +465 -450
- package/assets/Appearance/dark/themes/blue/blue_CTA_DarkTheme.module.css +31 -30
- package/assets/Appearance/dark/themes/blue/blue_ComponentTheme_DarkTheme.module.css +24 -24
- package/assets/Appearance/dark/themes/green/green_CTA_DarkModifyCategory.module.css +465 -450
- package/assets/Appearance/dark/themes/green/green_CTA_DarkTheme.module.css +31 -30
- package/assets/Appearance/dark/themes/green/green_ComponentTheme_DarkTheme.module.css +24 -24
- package/assets/Appearance/dark/themes/orange/orange_CTA_DarkModifyCategory.module.css +465 -450
- package/assets/Appearance/dark/themes/orange/orange_CTA_DarkTheme.module.css +31 -30
- package/assets/Appearance/dark/themes/orange/orange_ComponentTheme_DarkTheme.module.css +24 -24
- package/assets/Appearance/dark/themes/red/red_CTA_DarkModifyCategory.module.css +465 -450
- package/assets/Appearance/dark/themes/red/red_CTA_DarkTheme.module.css +31 -30
- package/assets/Appearance/dark/themes/red/red_ComponentTheme_DarkTheme.module.css +24 -24
- package/assets/Appearance/dark/themes/yellow/yellow_CTA_DarkModifyCategory.module.css +465 -450
- package/assets/Appearance/dark/themes/yellow/yellow_CTA_DarkTheme.module.css +31 -30
- package/assets/Appearance/dark/themes/yellow/yellow_ComponentTheme_DarkTheme.module.css +24 -24
- package/assets/Appearance/light/mode/Component_LightMode.module.css +173 -168
- package/assets/Appearance/light/themes/blue/blue_CTA_LightModifyCategory.module.css +465 -450
- package/assets/Appearance/light/themes/blue/blue_CTA_LightTheme.module.css +31 -30
- package/assets/Appearance/light/themes/blue/blue_ComponentTheme_LightTheme.module.css +24 -24
- package/assets/Appearance/light/themes/green/green_CTA_LightModifyCategory.module.css +465 -450
- package/assets/Appearance/light/themes/green/green_CTA_LightTheme.module.css +31 -30
- package/assets/Appearance/light/themes/green/green_ComponentTheme_LightTheme.module.css +24 -24
- package/assets/Appearance/light/themes/orange/orange_CTA_LightModifyCategory.module.css +465 -450
- package/assets/Appearance/light/themes/orange/orange_CTA_LightTheme.module.css +31 -30
- package/assets/Appearance/light/themes/orange/orange_ComponentTheme_LightTheme.module.css +24 -24
- package/assets/Appearance/light/themes/red/red_CTA_LightModifyCategory.module.css +465 -450
- package/assets/Appearance/light/themes/red/red_CTA_LightTheme.module.css +31 -30
- package/assets/Appearance/light/themes/red/red_ComponentTheme_LightTheme.module.css +24 -24
- package/assets/Appearance/light/themes/yellow/yellow_CTA_LightModifyCategory.module.css +465 -450
- package/assets/Appearance/light/themes/yellow/yellow_CTA_LightTheme.module.css +31 -30
- package/assets/Appearance/light/themes/yellow/yellow_ComponentTheme_LightTheme.module.css +24 -24
- package/assets/Appearance/pureDark/mode/Component_PureDarkMode.module.css +174 -169
- package/assets/Appearance/pureDark/themes/blue/blue_CTA_PureDarkModifyCategory.module.css +465 -450
- package/assets/Appearance/pureDark/themes/blue/blue_CTA_PureDarkTheme.module.css +31 -30
- package/assets/Appearance/pureDark/themes/blue/blue_ComponentTheme_PureDarkTheme.module.css +24 -24
- package/assets/Appearance/pureDark/themes/green/green_CTA_PureDarkModifyCategory.module.css +465 -450
- package/assets/Appearance/pureDark/themes/green/green_CTA_PureDarkTheme.module.css +31 -30
- package/assets/Appearance/pureDark/themes/green/green_ComponentTheme_PureDarkTheme.module.css +24 -24
- package/assets/Appearance/pureDark/themes/orange/orange_CTA_PureDarkModifyCategory.module.css +465 -450
- package/assets/Appearance/pureDark/themes/orange/orange_CTA_PureDarkTheme.module.css +31 -30
- package/assets/Appearance/pureDark/themes/orange/orange_ComponentTheme_PureDarkTheme.module.css +24 -24
- package/assets/Appearance/pureDark/themes/red/red_CTA_PureDarkModifyCategory.module.css +465 -450
- package/assets/Appearance/pureDark/themes/red/red_CTA_PureDarkTheme.module.css +31 -30
- package/assets/Appearance/pureDark/themes/red/red_ComponentTheme_PureDarkTheme.module.css +24 -24
- package/assets/Appearance/pureDark/themes/yellow/yellow_CTA_PureDarkModifyCategory.module.css +465 -450
- package/assets/Appearance/pureDark/themes/yellow/yellow_CTA_PureDarkTheme.module.css +31 -30
- package/assets/Appearance/pureDark/themes/yellow/yellow_ComponentTheme_PureDarkTheme.module.css +24 -24
- package/assets/Contrast/darkContrastLightness.module.css +34 -34
- package/assets/Contrast/lightContrastLightness.module.css +34 -34
- package/assets/Contrast/pureDarkContrastLightness.module.css +34 -34
- package/es/Animation/Animation.js +4 -86
- package/es/Animation/utils.js +83 -0
- package/es/AppContainer/AppContainer.js +13 -9
- package/es/AppContainer/AppContainer.module.css +18 -18
- package/es/Avatar/Avatar.js +14 -14
- package/es/Avatar/Avatar.module.css +175 -175
- package/es/Avatar/__tests__/Avatar.spec.js +178 -158
- package/es/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +591 -288
- package/es/AvatarTeam/AvatarTeam.js +14 -14
- package/es/AvatarTeam/AvatarTeam.module.css +189 -189
- package/es/AvatarTeam/__tests__/AvatarTeam.spec.js +118 -56
- package/es/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +705 -226
- package/es/Button/Button.js +14 -11
- package/es/Button/__tests__/Button.spec.js +122 -0
- package/es/Button/__tests__/__snapshots__/Button.spec.js.snap +440 -0
- package/es/Button/css/Button.module.css +528 -526
- package/es/Button/css/cssJSLogic.js +1 -1
- package/es/Button/props/defaultProps.js +2 -1
- package/es/Button/props/propTypes.js +3 -2
- package/es/Buttongroup/Buttongroup.js +1 -1
- package/es/Buttongroup/Buttongroup.module.css +104 -105
- package/es/Buttongroup/__tests__/Buttongroup.spec.js +37 -0
- package/es/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -0
- package/es/Card/Card.js +4 -4
- package/es/Card/Card.module.css +20 -20
- package/es/Card/props/propTypes.js +9 -4
- package/es/CheckBox/CheckBox.js +18 -8
- package/es/CheckBox/CheckBox.module.css +157 -157
- package/es/CheckBox/props/propTypes.js +1 -2
- package/es/DateTime/CalendarView.js +0 -0
- package/es/DateTime/DateTime.js +2 -29
- package/es/DateTime/DateTime.module.css +248 -235
- package/es/DateTime/DateTimePopupFooter.js +5 -1
- package/es/DateTime/DateTimePopupHeader.js +3 -1
- package/es/DateTime/DateWidget.js +17 -12
- package/es/DateTime/DateWidget.module.css +38 -38
- package/es/DateTime/DaysRow.js +3 -1
- package/es/DateTime/Time.js +4 -0
- package/es/DateTime/YearView.js +0 -1
- package/es/DateTime/YearView.module.css +98 -98
- package/es/DateTime/common.js +0 -0
- package/es/DateTime/dateFormatUtils/dateFormat.js +14 -2
- package/es/DateTime/dateFormatUtils/dayChange.js +2 -1
- package/es/DateTime/dateFormatUtils/index.js +3 -5
- 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/props/defaultProps.js +6 -0
- package/es/DateTime/props/propTypes.js +58 -6
- package/es/DateTime/typeChecker.js +0 -0
- package/es/DateTime/validator.js +0 -0
- package/es/DropBox/DropBox.js +24 -35
- package/es/DropBox/DropBoxElement/DropBoxElement.js +3 -2
- package/es/DropBox/DropBoxElement/css/DropBoxElement.module.css +431 -434
- package/es/DropBox/DropBoxElement/css/cssJSLogic.js +1 -1
- package/es/DropBox/DropBoxElement/props/propTypes.js +7 -1
- package/es/DropBox/DropBoxPositionMapping.json +144 -144
- package/es/DropBox/css/DropBox.module.css +58 -58
- package/es/DropBox/props/propTypes.js +2 -1
- package/es/DropBox/utils/isMobilePopover.js +17 -0
- package/es/DropDown/DropDown.js +3 -8
- 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/DropDown/props/propTypes.js +5 -18
- package/es/Heading/Heading.module.css +4 -4
- package/es/Label/Label.js +9 -4
- package/es/Label/Label.module.css +57 -52
- package/es/Label/LabelColors.module.css +20 -20
- package/es/Label/__tests__/Label.spec.js +76 -97
- package/es/Label/__tests__/__snapshots__/Label.spec.js.snap +312 -101
- package/es/Label/props/propTypes.js +5 -1
- package/es/Layout/Box.js +2 -1
- package/es/Layout/Container.js +2 -1
- package/es/Layout/Layout.module.css +335 -335
- package/es/Layout/utils.js +0 -0
- package/es/ListItem/ListContainer.js +8 -6
- package/es/ListItem/ListItem.js +4 -5
- package/es/ListItem/ListItem.module.css +205 -216
- package/es/ListItem/ListItemWithAvatar.js +4 -5
- package/es/ListItem/ListItemWithCheckBox.js +4 -5
- package/es/ListItem/ListItemWithIcon.js +4 -5
- package/es/ListItem/ListItemWithRadio.js +4 -5
- package/es/ListItem/props/propTypes.js +9 -4
- package/es/Modal/Modal.js +4 -5
- package/es/Modal/props/propTypes.js +2 -1
- package/es/MultiSelect/AdvancedGroupMultiSelect.js +12 -10
- package/es/MultiSelect/AdvancedMultiSelect.js +12 -13
- 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 +183 -179
- package/es/MultiSelect/MultiSelect.module.css +204 -207
- package/es/MultiSelect/MultiSelectHeader.js +1 -2
- package/es/MultiSelect/MultiSelectWithAvatar.js +75 -190
- package/es/MultiSelect/SelectedOptions.js +6 -8
- package/es/MultiSelect/SelectedOptions.module.css +15 -15
- package/es/MultiSelect/Suggestions.js +8 -9
- package/es/MultiSelect/props/defaultProps.js +6 -2
- package/es/MultiSelect/props/propTypes.js +149 -211
- package/es/PopOver/PopOver.js +1 -9
- package/es/PopOver/PopOver.module.css +9 -8
- package/es/Popup/Popup.js +3 -4
- package/es/Popup/PositionMapping.json +73 -73
- package/es/Radio/Radio.js +26 -12
- package/es/Radio/Radio.module.css +115 -112
- package/es/Radio/__tests__/Radio.spec.js +241 -0
- package/es/Radio/__tests__/__snapshots__/Radio.spec.js.snap +1837 -0
- package/es/Radio/props/defaultProps.js +1 -0
- package/es/Radio/props/propTypes.js +10 -2
- package/es/Responsive/CustomResponsive.js +0 -0
- package/es/Responsive/RefWrapper.js +2 -1
- package/es/ResponsiveDropBox/ResponsiveDropBox.js +2 -4
- package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
- package/es/ResponsiveDropBox/props/propTypes.js +2 -1
- package/es/Ribbon/Ribbon.js +0 -0
- package/es/Ribbon/Ribbon.module.css +499 -454
- package/es/Ribbon/__tests__/Ribbon.spec.js +49 -165
- package/es/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +374 -163
- package/es/RippleEffect/RippleEffect.js +3 -2
- package/es/RippleEffect/RippleEffect.module.css +92 -92
- package/es/RippleEffect/__tests__/RippleEffect.spec.js +69 -0
- package/es/RippleEffect/__tests__/__snapshots__/RippleEffect.spec.js.snap +171 -0
- package/es/RippleEffect/props/defaultProps.js +1 -0
- package/es/RippleEffect/props/propTypes.js +1 -0
- package/es/Select/GroupSelect.js +14 -11
- package/es/Select/Select.js +20 -16
- package/es/Select/Select.module.css +134 -108
- package/es/Select/SelectWithAvatar.js +2 -1
- package/es/Select/SelectWithIcon.js +5 -2
- package/es/Select/props/defaultProps.js +1 -0
- package/es/Select/props/propTypes.js +20 -7
- package/es/Stencils/Stencils.js +0 -0
- package/es/Stencils/Stencils.module.css +96 -96
- package/es/Stencils/__tests__/Stencils.spec.js +43 -66
- package/es/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +89 -49
- package/es/Switch/Switch.js +10 -10
- package/es/Switch/Switch.module.css +127 -127
- package/es/Switch/__tests__/Switch.spec.js +156 -0
- package/es/Switch/__tests__/__snapshots__/Switch.spec.js.snap +831 -0
- package/es/Tab/Tab.js +4 -5
- package/es/Tab/Tab.module.css +100 -100
- package/es/Tab/TabContent.module.css +4 -4
- package/es/Tab/TabContentWrapper.js +6 -2
- package/es/Tab/TabWrapper.js +2 -4
- package/es/Tab/Tabs.js +33 -33
- package/es/Tab/Tabs.module.css +136 -136
- package/es/Tab/props/defaultProps.js +2 -1
- package/es/Tab/props/propTypes.js +3 -2
- package/es/Tag/Tag.js +12 -11
- package/es/Tag/Tag.module.css +253 -254
- package/es/Tag/props/propTypes.js +2 -1
- package/es/TextBox/TextBox.js +16 -9
- package/es/TextBox/TextBox.module.css +197 -158
- package/es/TextBox/props/defaultProps.js +1 -1
- package/es/TextBox/props/propTypes.js +3 -1
- package/es/TextBoxIcon/TextBoxIcon.js +4 -4
- package/es/TextBoxIcon/TextBoxIcon.module.css +79 -79
- package/es/TextBoxIcon/props/defaultProps.js +1 -0
- package/es/TextBoxIcon/props/propTypes.js +3 -1
- package/es/Textarea/Textarea.js +4 -6
- package/es/Textarea/Textarea.module.css +140 -139
- package/es/Textarea/props/propTypes.js +0 -1
- package/es/Tooltip/Tooltip.js +4 -2
- package/es/Tooltip/Tooltip.module.css +140 -140
- package/es/Tooltip/props/propTypes.js +0 -3
- package/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +4 -5
- 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 +142 -91
- package/es/common/reset.module.css +13 -13
- package/es/common/transition.module.css +146 -146
- package/es/deprecated/PortalLayer/PortalLayer.js +11 -8
- package/es/deprecated/PortalLayer/props/propTypes.js +10 -1
- package/es/index.js +2 -1
- package/es/semantic/Button/props/propTypes.js +1 -5
- 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/utils/index.js +0 -2
- 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/Accordion/props/defaultProps.js +12 -0
- package/es/v1/Accordion/props/propTypes.js +33 -0
- package/es/v1/Animation/Animation.js +45 -0
- package/es/v1/Animation/props/defaultProps.js +7 -0
- package/es/v1/Animation/props/propTypes.js +12 -0
- package/es/v1/Animation/utils.js +83 -0
- package/es/v1/AppContainer/AppContainer.js +121 -0
- package/es/v1/AppContainer/props/defaultProps.js +10 -0
- package/es/v1/AppContainer/props/propTypes.js +17 -0
- package/es/v1/Avatar/Avatar.js +139 -0
- package/es/v1/Avatar/props/defaultProps.js +17 -0
- package/es/v1/Avatar/props/propTypes.js +26 -0
- package/es/v1/AvatarTeam/AvatarTeam.js +70 -0
- package/es/v1/AvatarTeam/props/defaultProps.js +17 -0
- package/es/v1/AvatarTeam/props/propTypes.js +27 -0
- package/es/v1/Button/Button.js +67 -0
- package/es/v1/Button/props/defaultProps.js +18 -0
- package/es/v1/Button/props/propTypes.js +27 -0
- package/es/v1/Buttongroup/Buttongroup.js +31 -0
- package/es/v1/Buttongroup/props/defaultProps.js +6 -0
- package/es/v1/Buttongroup/props/propTypes.js +9 -0
- package/es/v1/Card/Card.js +237 -0
- package/es/v1/Card/index.js +4 -0
- package/es/v1/Card/props/defaultProps.js +25 -0
- package/es/v1/Card/props/propTypes.js +48 -0
- package/es/v1/CheckBox/CheckBox.js +161 -0
- package/es/v1/CheckBox/props/defaultProps.js +18 -0
- package/es/v1/CheckBox/props/propTypes.js +41 -0
- package/es/v1/DateTime/CalendarView.js +251 -0
- package/es/v1/DateTime/DateTime.js +760 -0
- package/es/v1/DateTime/DateTimePopupFooter.js +47 -0
- package/es/v1/DateTime/DateTimePopupHeader.js +105 -0
- package/es/v1/DateTime/DateWidget.js +1107 -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/DateTime/props/defaultProps.js +57 -0
- package/es/v1/DateTime/props/propTypes.js +195 -0
- package/es/v1/DropBox/DropBox.js +79 -0
- package/es/v1/DropBox/DropBoxElement/DropBoxElement.js +133 -0
- package/es/v1/DropBox/DropBoxElement/props/defaultProps.js +18 -0
- package/es/v1/DropBox/DropBoxElement/props/propTypes.js +51 -0
- package/es/v1/DropBox/props/defaultProps.js +14 -0
- package/es/v1/DropBox/props/propTypes.js +16 -0
- package/es/v1/DropBox/utils/isMobilePopover.js +17 -0
- package/es/v1/DropDown/DropDown.js +53 -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/DropDown/props/defaultProps.js +20 -0
- package/es/v1/DropDown/props/propTypes.js +65 -0
- package/es/v1/Heading/Heading.js +32 -0
- package/es/v1/Heading/props/defaultProps.js +5 -0
- package/es/v1/Heading/props/propTypes.js +11 -0
- package/es/v1/Label/Label.js +40 -0
- package/es/v1/Label/props/defaultProps.js +11 -0
- package/es/v1/Label/props/propTypes.js +19 -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/Layout/props/defaultProps.js +16 -0
- package/es/v1/Layout/props/propTypes.js +46 -0
- package/es/v1/ListItem/ListContainer.js +104 -0
- package/es/v1/ListItem/ListItem.js +123 -0
- package/es/v1/ListItem/ListItemWithAvatar.js +143 -0
- package/es/v1/ListItem/ListItemWithCheckBox.js +103 -0
- package/es/v1/ListItem/ListItemWithIcon.js +126 -0
- package/es/v1/ListItem/ListItemWithRadio.js +104 -0
- package/es/v1/ListItem/index.js +6 -0
- package/es/v1/ListItem/props/defaultProps.js +97 -0
- package/es/v1/ListItem/props/propTypes.js +202 -0
- package/es/v1/Modal/Modal.js +125 -0
- package/es/v1/Modal/props/defaultProps.js +3 -0
- package/es/v1/Modal/props/propTypes.js +7 -0
- package/es/v1/MultiSelect/AdvancedGroupMultiSelect.js +1079 -0
- package/es/v1/MultiSelect/AdvancedMultiSelect.js +567 -0
- package/es/v1/MultiSelect/EmptyState.js +64 -0
- package/es/v1/MultiSelect/MobileHeader/MobileHeader.js +50 -0
- package/es/v1/MultiSelect/MobileHeader/props/defaultProps.js +7 -0
- package/es/v1/MultiSelect/MobileHeader/props/propTypes.js +7 -0
- package/es/v1/MultiSelect/MultiSelect.js +1103 -0
- package/es/v1/MultiSelect/MultiSelectHeader.js +32 -0
- package/es/v1/MultiSelect/MultiSelectWithAvatar.js +199 -0
- package/es/v1/MultiSelect/SelectedOptions.js +80 -0
- package/es/v1/MultiSelect/Suggestions.js +141 -0
- package/es/v1/MultiSelect/index.js +4 -0
- package/es/v1/MultiSelect/props/defaultProps.js +155 -0
- package/es/v1/MultiSelect/props/propTypes.js +312 -0
- package/es/v1/PopOver/PopOver.js +176 -0
- package/es/v1/PopOver/props/defaultProps.js +7 -0
- package/es/v1/PopOver/props/propTypes.js +53 -0
- package/es/v1/Popup/Popup.js +644 -0
- package/es/v1/Radio/Radio.js +130 -0
- package/es/v1/Radio/props/defaultProps.js +15 -0
- package/es/v1/Radio/props/propTypes.js +40 -0
- package/es/v1/ResponsiveDropBox/ResponsiveDropBox.js +56 -0
- package/es/v1/ResponsiveDropBox/props/defaultProps.js +4 -0
- package/es/v1/ResponsiveDropBox/props/propTypes.js +8 -0
- package/es/v1/Ribbon/Ribbon.js +33 -0
- package/es/v1/Ribbon/props/defaultProps.js +9 -0
- package/es/v1/Ribbon/props/propTypes.js +11 -0
- package/es/v1/RippleEffect/RippleEffect.js +25 -0
- package/es/v1/RippleEffect/props/defaultProps.js +10 -0
- package/es/v1/RippleEffect/props/propTypes.js +12 -0
- package/es/v1/Select/GroupSelect.js +805 -0
- package/es/v1/Select/Select.js +973 -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/Select/props/defaultProps.js +120 -0
- package/es/v1/Select/props/propTypes.js +288 -0
- package/es/v1/Stencils/Stencils.js +26 -0
- package/es/v1/Stencils/props/defaultProps.js +6 -0
- package/es/v1/Stencils/props/propTypes.js +7 -0
- package/es/v1/Switch/Switch.js +94 -0
- package/es/v1/Switch/props/defaultProps.js +11 -0
- package/es/v1/Switch/props/propTypes.js +28 -0
- package/es/v1/Tab/Tab.js +106 -0
- package/es/v1/Tab/TabContent.js +30 -0
- package/es/v1/Tab/TabContentWrapper.js +33 -0
- package/es/v1/Tab/TabWrapper.js +55 -0
- package/es/v1/Tab/Tabs.js +523 -0
- package/es/v1/Tab/index.js +5 -0
- package/es/v1/Tab/props/defaultProps.js +45 -0
- package/es/v1/Tab/props/propTypes.js +108 -0
- package/es/v1/Tab/v1Tab.module.css +100 -0
- package/es/v1/Tab/v1TabContent.module.css +4 -0
- package/es/v1/Tab/v1Tabs.module.css +137 -0
- package/es/v1/Tag/Tag.js +138 -0
- package/es/v1/Tag/props/defaultProps.js +14 -0
- package/es/v1/Tag/props/propTypes.js +35 -0
- package/es/v1/TextBox/TextBox.js +160 -0
- package/es/v1/TextBox/props/defaultProps.js +20 -0
- package/es/v1/TextBox/props/propTypes.js +56 -0
- package/es/v1/TextBoxIcon/TextBoxIcon.js +158 -0
- package/es/v1/TextBoxIcon/props/defaultProps.js +23 -0
- package/es/v1/TextBoxIcon/props/propTypes.js +52 -0
- package/es/v1/Textarea/Textarea.js +100 -0
- package/es/v1/Textarea/props/defaultProps.js +17 -0
- package/es/v1/Textarea/props/propTypes.js +31 -0
- package/es/v1/Tooltip/Tooltip.js +520 -0
- package/es/v1/Tooltip/props/defaultProps.js +4 -0
- package/es/v1/Tooltip/props/propTypes.js +5 -0
- package/es/v1/Typography/Typography.js +38 -0
- package/es/v1/Typography/css/Typography.module.css +380 -0
- package/es/v1/Typography/css/cssJSLogic.js +56 -0
- package/es/v1/Typography/props/defaultProps.js +8 -0
- package/es/v1/Typography/props/propTypes.js +27 -0
- package/es/v1/Typography/utils/index.js +50 -0
- package/es/v1/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +69 -0
- package/es/v1/VelocityAnimation/VelocityAnimation/props/defaultProps.js +7 -0
- package/es/v1/VelocityAnimation/VelocityAnimation/props/propTypes.js +12 -0
- package/es/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +99 -0
- package/es/v1/VelocityAnimation/VelocityAnimationGroup/props/defaultProps.js +15 -0
- package/es/v1/VelocityAnimation/VelocityAnimationGroup/props/propTypes.js +19 -0
- package/es/v1/semantic/Button/Button.js +53 -0
- package/es/v1/semantic/Button/props/defaultProps.js +12 -0
- package/es/v1/semantic/Button/props/propTypes.js +22 -0
- package/es/v1/semantic/index.js +1 -0
- package/install.md +10 -10
- package/lib/Animation/Animation.js +4 -86
- package/lib/Animation/utils.js +94 -0
- package/lib/AppContainer/AppContainer.js +5 -0
- package/lib/AppContainer/AppContainer.module.css +18 -18
- package/lib/Avatar/Avatar.js +11 -10
- package/lib/Avatar/Avatar.module.css +175 -175
- package/lib/Avatar/__tests__/Avatar.spec.js +156 -176
- package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +591 -288
- package/lib/AvatarTeam/AvatarTeam.js +7 -7
- package/lib/AvatarTeam/AvatarTeam.module.css +189 -189
- package/lib/AvatarTeam/__tests__/AvatarTeam.spec.js +125 -72
- package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +705 -226
- package/lib/Button/Button.js +11 -7
- package/lib/Button/__tests__/Button.spec.js +129 -0
- package/lib/Button/__tests__/__snapshots__/Button.spec.js.snap +440 -0
- package/lib/Button/css/Button.module.css +528 -526
- package/lib/Button/css/cssJSLogic.js +1 -1
- package/lib/Button/props/defaultProps.js +2 -1
- package/lib/Button/props/propTypes.js +3 -2
- package/lib/Buttongroup/Buttongroup.js +1 -1
- package/lib/Buttongroup/Buttongroup.module.css +104 -105
- package/lib/Buttongroup/__tests__/Buttongroup.spec.js +44 -0
- package/lib/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -0
- package/lib/Card/Card.js +4 -4
- package/lib/Card/Card.module.css +20 -20
- package/lib/Card/props/propTypes.js +9 -4
- package/lib/CheckBox/CheckBox.js +34 -24
- package/lib/CheckBox/CheckBox.module.css +157 -157
- package/lib/CheckBox/props/propTypes.js +1 -2
- package/lib/DateTime/CalendarView.js +0 -0
- package/lib/DateTime/DateTime.js +3 -30
- package/lib/DateTime/DateTime.module.css +248 -235
- package/lib/DateTime/DateTimePopupFooter.js +7 -1
- package/lib/DateTime/DateTimePopupHeader.js +4 -1
- package/lib/DateTime/DateWidget.js +24 -19
- package/lib/DateTime/DateWidget.module.css +38 -38
- package/lib/DateTime/DaysRow.js +4 -1
- package/lib/DateTime/Time.js +6 -0
- package/lib/DateTime/YearView.js +0 -1
- package/lib/DateTime/YearView.module.css +98 -98
- package/lib/DateTime/common.js +0 -0
- package/lib/DateTime/dateFormatUtils/dateFormat.js +16 -2
- package/lib/DateTime/dateFormatUtils/dayChange.js +3 -1
- package/lib/DateTime/dateFormatUtils/index.js +3 -7
- 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/props/defaultProps.js +10 -2
- package/lib/DateTime/props/propTypes.js +64 -8
- package/lib/DateTime/typeChecker.js +0 -0
- package/lib/DateTime/validator.js +0 -0
- package/lib/DropBox/DropBox.js +18 -28
- package/lib/DropBox/DropBoxElement/DropBoxElement.js +3 -2
- package/lib/DropBox/DropBoxElement/css/DropBoxElement.module.css +431 -434
- package/lib/DropBox/DropBoxElement/css/cssJSLogic.js +1 -1
- package/lib/DropBox/DropBoxElement/props/propTypes.js +7 -1
- package/lib/DropBox/DropBoxPositionMapping.json +144 -144
- package/lib/DropBox/css/DropBox.module.css +58 -58
- package/lib/DropBox/props/propTypes.js +2 -1
- package/lib/DropBox/utils/isMobilePopover.js +25 -0
- 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/DropDown/props/propTypes.js +11 -19
- package/lib/Heading/Heading.module.css +4 -4
- package/lib/Label/Label.js +6 -2
- package/lib/Label/Label.module.css +57 -52
- package/lib/Label/LabelColors.module.css +20 -20
- package/lib/Label/__tests__/Label.spec.js +86 -117
- package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +312 -101
- package/lib/Label/props/propTypes.js +5 -1
- package/lib/Layout/Box.js +0 -1
- package/lib/Layout/Container.js +0 -1
- package/lib/Layout/Layout.module.css +335 -335
- package/lib/Layout/utils.js +0 -0
- package/lib/ListItem/ListContainer.js +10 -2
- package/lib/ListItem/ListItem.js +0 -0
- package/lib/ListItem/ListItem.module.css +205 -216
- package/lib/ListItem/props/propTypes.js +9 -4
- package/lib/Modal/props/propTypes.js +2 -1
- 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 +183 -180
- package/lib/MultiSelect/MultiSelect.module.css +204 -207
- package/lib/MultiSelect/MultiSelectHeader.js +1 -2
- package/lib/MultiSelect/MultiSelectWithAvatar.js +76 -188
- package/lib/MultiSelect/SelectedOptions.module.css +15 -15
- package/lib/MultiSelect/Suggestions.js +2 -1
- package/lib/MultiSelect/props/defaultProps.js +6 -2
- package/lib/MultiSelect/props/propTypes.js +163 -215
- package/lib/PopOver/PopOver.js +1 -8
- package/lib/PopOver/PopOver.module.css +9 -8
- package/lib/Popup/Popup.js +0 -0
- package/lib/Popup/PositionMapping.json +73 -73
- package/lib/Radio/Radio.js +46 -32
- package/lib/Radio/Radio.module.css +115 -112
- package/lib/Radio/__tests__/Radio.spec.js +250 -0
- package/lib/Radio/__tests__/__snapshots__/Radio.spec.js.snap +1837 -0
- package/lib/Radio/props/defaultProps.js +1 -0
- package/lib/Radio/props/propTypes.js +10 -2
- package/lib/Responsive/CustomResponsive.js +0 -0
- package/lib/Responsive/RefWrapper.js +2 -1
- package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
- package/lib/ResponsiveDropBox/props/propTypes.js +11 -2
- package/lib/Ribbon/Ribbon.js +0 -0
- package/lib/Ribbon/Ribbon.module.css +499 -454
- package/lib/Ribbon/__tests__/Ribbon.spec.js +38 -172
- package/lib/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +374 -163
- package/lib/RippleEffect/RippleEffect.js +5 -4
- package/lib/RippleEffect/RippleEffect.module.css +92 -92
- package/lib/RippleEffect/__tests__/RippleEffect.spec.js +76 -0
- package/lib/RippleEffect/__tests__/__snapshots__/RippleEffect.spec.js.snap +171 -0
- package/lib/RippleEffect/props/defaultProps.js +1 -0
- package/lib/RippleEffect/props/propTypes.js +1 -0
- package/lib/Select/GroupSelect.js +13 -8
- package/lib/Select/Select.js +19 -9
- package/lib/Select/Select.module.css +134 -108
- package/lib/Select/SelectWithAvatar.js +2 -1
- package/lib/Select/SelectWithIcon.js +5 -3
- package/lib/Select/props/defaultProps.js +1 -0
- package/lib/Select/props/propTypes.js +29 -8
- package/lib/Stencils/Stencils.js +0 -0
- package/lib/Stencils/Stencils.module.css +96 -96
- package/lib/Stencils/__tests__/Stencils.spec.js +34 -65
- package/lib/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +89 -49
- package/lib/Switch/Switch.js +2 -2
- package/lib/Switch/Switch.module.css +127 -127
- package/lib/Switch/__tests__/Switch.spec.js +163 -0
- package/lib/Switch/__tests__/__snapshots__/Switch.spec.js.snap +831 -0
- package/lib/Tab/Tab.module.css +100 -100
- package/lib/Tab/TabContent.module.css +4 -4
- package/lib/Tab/TabContentWrapper.js +9 -4
- package/lib/Tab/Tabs.js +11 -11
- package/lib/Tab/Tabs.module.css +136 -136
- package/lib/Tab/props/defaultProps.js +2 -1
- package/lib/Tab/props/propTypes.js +3 -2
- package/lib/Tag/Tag.js +12 -11
- package/lib/Tag/Tag.module.css +253 -254
- package/lib/Tag/props/propTypes.js +2 -1
- package/lib/TextBox/TextBox.js +19 -11
- package/lib/TextBox/TextBox.module.css +197 -158
- package/lib/TextBox/props/defaultProps.js +1 -1
- package/lib/TextBox/props/propTypes.js +1 -1
- package/lib/TextBoxIcon/TextBoxIcon.js +2 -0
- package/lib/TextBoxIcon/TextBoxIcon.module.css +79 -79
- package/lib/TextBoxIcon/props/defaultProps.js +1 -0
- package/lib/TextBoxIcon/props/propTypes.js +12 -2
- package/lib/Textarea/Textarea.js +0 -0
- package/lib/Textarea/Textarea.module.css +140 -139
- package/lib/Textarea/props/propTypes.js +0 -1
- package/lib/Tooltip/Tooltip.js +4 -2
- package/lib/Tooltip/Tooltip.module.css +140 -140
- package/lib/Tooltip/props/propTypes.js +0 -3
- 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 +142 -91
- package/lib/common/reset.module.css +13 -13
- package/lib/common/transition.module.css +146 -146
- package/lib/deprecated/PortalLayer/PortalLayer.js +2 -1
- package/lib/deprecated/PortalLayer/props/propTypes.js +13 -3
- package/lib/index.js +10 -1
- package/lib/semantic/Button/props/propTypes.js +1 -5
- 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/utils/index.js +1 -19
- 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/Accordion/props/defaultProps.js +20 -0
- package/lib/v1/Accordion/props/propTypes.js +45 -0
- package/lib/v1/Animation/Animation.js +61 -0
- package/lib/v1/Animation/props/defaultProps.js +14 -0
- package/lib/v1/Animation/props/propTypes.js +23 -0
- package/lib/v1/Animation/utils.js +94 -0
- package/lib/v1/AppContainer/AppContainer.js +158 -0
- package/lib/v1/AppContainer/props/defaultProps.js +17 -0
- package/lib/v1/AppContainer/props/propTypes.js +28 -0
- package/lib/v1/Avatar/Avatar.js +191 -0
- package/lib/v1/Avatar/props/defaultProps.js +24 -0
- package/lib/v1/Avatar/props/propTypes.js +37 -0
- package/lib/v1/AvatarTeam/AvatarTeam.js +81 -0
- package/lib/v1/AvatarTeam/props/defaultProps.js +24 -0
- package/lib/v1/AvatarTeam/props/propTypes.js +38 -0
- package/lib/v1/Button/Button.js +82 -0
- package/lib/v1/Button/props/defaultProps.js +27 -0
- package/lib/v1/Button/props/propTypes.js +39 -0
- package/lib/v1/Buttongroup/Buttongroup.js +44 -0
- package/lib/v1/Buttongroup/props/defaultProps.js +13 -0
- package/lib/v1/Buttongroup/props/propTypes.js +20 -0
- package/lib/v1/Card/Card.js +269 -0
- package/lib/v1/Card/index.js +37 -0
- package/lib/v1/Card/props/defaultProps.js +35 -0
- package/lib/v1/Card/props/propTypes.js +62 -0
- package/lib/v1/CheckBox/CheckBox.js +172 -0
- package/lib/v1/CheckBox/props/defaultProps.js +25 -0
- package/lib/v1/CheckBox/props/propTypes.js +52 -0
- package/lib/v1/DateTime/CalendarView.js +319 -0
- package/lib/v1/DateTime/DateTime.js +849 -0
- package/lib/v1/DateTime/DateTimePopupFooter.js +96 -0
- package/lib/v1/DateTime/DateTimePopupHeader.js +166 -0
- package/lib/v1/DateTime/DateWidget.js +1134 -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/DateTime/props/defaultProps.js +70 -0
- package/lib/v1/DateTime/props/propTypes.js +227 -0
- package/lib/v1/DropBox/DropBox.js +109 -0
- package/lib/v1/DropBox/DropBoxElement/DropBoxElement.js +146 -0
- package/lib/v1/DropBox/DropBoxElement/props/defaultProps.js +25 -0
- package/lib/v1/DropBox/DropBoxElement/props/propTypes.js +62 -0
- package/lib/v1/DropBox/props/defaultProps.js +30 -0
- package/lib/v1/DropBox/props/propTypes.js +35 -0
- package/lib/v1/DropBox/utils/isMobilePopover.js +25 -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/DropDown/props/defaultProps.js +30 -0
- package/lib/v1/DropDown/props/propTypes.js +87 -0
- package/lib/v1/Heading/Heading.js +49 -0
- package/lib/v1/Heading/props/defaultProps.js +12 -0
- package/lib/v1/Heading/props/propTypes.js +22 -0
- package/lib/v1/Label/Label.js +51 -0
- package/lib/v1/Label/props/defaultProps.js +18 -0
- package/lib/v1/Label/props/propTypes.js +30 -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/Layout/props/defaultProps.js +24 -0
- package/lib/v1/Layout/props/propTypes.js +58 -0
- package/lib/v1/ListItem/ListContainer.js +128 -0
- package/lib/v1/ListItem/ListItem.js +138 -0
- package/lib/v1/ListItem/ListItemWithAvatar.js +167 -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/ListItem/props/defaultProps.js +109 -0
- package/lib/v1/ListItem/props/propTypes.js +196 -0
- package/lib/v1/Modal/Modal.js +166 -0
- package/lib/v1/Modal/props/defaultProps.js +10 -0
- package/lib/v1/Modal/props/propTypes.js +18 -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/MobileHeader/props/defaultProps.js +14 -0
- package/lib/v1/MultiSelect/MobileHeader/props/propTypes.js +18 -0
- package/lib/v1/MultiSelect/MultiSelect.js +1186 -0
- package/lib/{Tooltip/__tests__/Tooltip.spec.js → v1/MultiSelect/MultiSelectHeader.js} +38 -58
- package/lib/v1/MultiSelect/MultiSelectWithAvatar.js +253 -0
- package/lib/v1/MultiSelect/SelectedOptions.js +126 -0
- package/lib/v1/MultiSelect/Suggestions.js +196 -0
- package/lib/v1/MultiSelect/index.js +39 -0
- package/lib/v1/MultiSelect/props/defaultProps.js +171 -0
- package/lib/v1/MultiSelect/props/propTypes.js +340 -0
- package/lib/v1/PopOver/PopOver.js +197 -0
- package/lib/v1/PopOver/props/defaultProps.js +15 -0
- package/lib/v1/PopOver/props/propTypes.js +66 -0
- package/lib/v1/Popup/Popup.js +715 -0
- package/lib/v1/Radio/Radio.js +141 -0
- package/lib/v1/Radio/props/defaultProps.js +22 -0
- package/lib/v1/Radio/props/propTypes.js +51 -0
- package/lib/v1/ResponsiveDropBox/ResponsiveDropBox.js +79 -0
- package/lib/v1/ResponsiveDropBox/props/defaultProps.js +11 -0
- package/lib/v1/ResponsiveDropBox/props/propTypes.js +27 -0
- package/lib/v1/Ribbon/Ribbon.js +44 -0
- package/lib/v1/Ribbon/props/defaultProps.js +16 -0
- package/lib/v1/Ribbon/props/propTypes.js +22 -0
- package/lib/v1/RippleEffect/RippleEffect.js +40 -0
- package/lib/v1/RippleEffect/props/defaultProps.js +17 -0
- package/lib/v1/RippleEffect/props/propTypes.js +23 -0
- package/lib/v1/Select/GroupSelect.js +881 -0
- package/lib/v1/Select/Select.js +1023 -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/Select/props/defaultProps.js +121 -0
- package/lib/v1/Select/props/propTypes.js +310 -0
- package/lib/{DateTime/__tests__/CalendarView.spec.js → v1/Stencils/Stencils.js} +30 -32
- package/lib/v1/Stencils/props/defaultProps.js +13 -0
- package/lib/v1/Stencils/props/propTypes.js +18 -0
- package/lib/v1/Switch/Switch.js +108 -0
- package/lib/v1/Switch/props/defaultProps.js +18 -0
- package/lib/v1/Switch/props/propTypes.js +39 -0
- package/lib/v1/Tab/Tab.js +132 -0
- package/lib/v1/Tab/TabContent.js +42 -0
- package/lib/v1/Tab/TabContentWrapper.js +47 -0
- package/lib/v1/Tab/TabWrapper.js +89 -0
- package/lib/v1/Tab/Tabs.js +591 -0
- package/lib/v1/Tab/index.js +47 -0
- package/lib/v1/Tab/props/defaultProps.js +56 -0
- package/lib/v1/Tab/props/propTypes.js +123 -0
- package/lib/v1/Tab/v1Tab.module.css +100 -0
- package/lib/v1/Tab/v1TabContent.module.css +4 -0
- package/lib/v1/Tab/v1Tabs.module.css +137 -0
- package/lib/v1/Tag/Tag.js +157 -0
- package/lib/v1/Tag/props/defaultProps.js +21 -0
- package/lib/v1/Tag/props/propTypes.js +46 -0
- package/lib/v1/TextBox/TextBox.js +175 -0
- package/lib/v1/TextBox/props/defaultProps.js +27 -0
- package/lib/v1/TextBox/props/propTypes.js +62 -0
- package/lib/v1/TextBoxIcon/TextBoxIcon.js +198 -0
- package/lib/v1/TextBoxIcon/props/defaultProps.js +30 -0
- package/lib/v1/TextBoxIcon/props/propTypes.js +71 -0
- package/lib/v1/Textarea/Textarea.js +118 -0
- package/lib/v1/Textarea/props/defaultProps.js +24 -0
- package/lib/v1/Textarea/props/propTypes.js +42 -0
- package/lib/v1/Tooltip/Tooltip.js +588 -0
- package/lib/v1/Tooltip/props/defaultProps.js +11 -0
- package/lib/v1/Tooltip/props/propTypes.js +16 -0
- package/lib/v1/Typography/Typography.js +56 -0
- package/lib/v1/Typography/css/Typography.module.css +380 -0
- package/lib/v1/Typography/css/cssJSLogic.js +48 -0
- package/lib/v1/Typography/props/defaultProps.js +15 -0
- package/lib/v1/Typography/props/propTypes.js +38 -0
- package/lib/v1/Typography/utils/index.js +59 -0
- package/lib/v1/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +90 -0
- package/lib/v1/VelocityAnimation/VelocityAnimation/props/defaultProps.js +14 -0
- package/lib/v1/VelocityAnimation/VelocityAnimation/props/propTypes.js +23 -0
- package/lib/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +126 -0
- package/lib/v1/VelocityAnimation/VelocityAnimationGroup/props/defaultProps.js +22 -0
- package/lib/v1/VelocityAnimation/VelocityAnimationGroup/props/propTypes.js +30 -0
- package/lib/v1/semantic/Button/Button.js +63 -0
- package/lib/v1/semantic/Button/props/defaultProps.js +19 -0
- package/lib/v1/semantic/Button/props/propTypes.js +33 -0
- package/lib/v1/semantic/index.js +15 -0
- package/package.json +98 -117
- package/postPublish.js +8 -8
- package/prePublish.js +70 -70
- package/propValidationArg.json +12 -0
- package/react-cli.config.js +24 -0
- package/result.json +1 -0
- package/es/Accordion/__tests__/Accordion.spec.js +0 -79
- package/es/Animation/__tests__/Animation.spec.js +0 -17
- package/es/Buttongroup/__test__/Buttongroup.spec.js +0 -73
- package/es/Buttongroup/__test__/__snapshots__/Buttongroup.spec.js.snap +0 -146
- package/es/Card/__tests__/Card.spec.js +0 -36
- package/es/CheckBox/__tests__/CheckBox.spec.js +0 -12
- package/es/DateTime/__tests__/CalendarView.spec.js +0 -33
- package/es/DateTime/__tests__/DateTime.spec.js +0 -115
- package/es/DateTime/__tests__/DateWidget.spec.js +0 -75
- package/es/DropBox/__tests__/DropBox.spec.js +0 -81
- package/es/DropDown/__tests__/DropDown.spec.js +0 -44
- package/es/DropDown/__tests__/DropDownItem.spec.js +0 -45
- package/es/DropDown/__tests__/DropDownSearch.spec.js +0 -11
- package/es/Layout/__tests__/Box.spec.js +0 -114
- package/es/Layout/__tests__/Container.spec.js +0 -120
- package/es/MultiSelect/__tests__/MultiSelect.spec.js +0 -160
- package/es/PopOver/__tests__/PopOver.spec.js +0 -14
- package/es/Popup/__tests__/Popup.spec.js +0 -134
- package/es/Radio/__tests__/Radiospec.js +0 -23
- package/es/Select/__tests__/Select.spec.js +0 -345
- package/es/Tab/__tests__/Tab.spec.js +0 -117
- package/es/Tab/__tests__/TabContent.spec.js +0 -16
- package/es/Tab/__tests__/TabContentWrapper.spec.js +0 -50
- package/es/Tab/__tests__/TabWrapper.spec.js +0 -86
- package/es/Tab/__tests__/Tabs.spec.js +0 -115
- package/es/Tag/__tests__/Tag.spec.js +0 -28
- package/es/TextBox/__tests__/TextBox.spec.js +0 -189
- package/es/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +0 -127
- package/es/TextBoxIcon/__tests__/TextBoxIcon.spec.js +0 -212
- package/es/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +0 -334
- package/es/Textarea/__tests__/Textarea.spec.js +0 -171
- package/es/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +0 -97
- package/es/Tooltip/__tests__/Tooltip.spec.js +0 -52
- package/es/deprecated/AdvancedMultiSelect.module.css +0 -127
- package/es/deprecated/advancedMultiSelectVariableJson.js +0 -80
- package/es/utils/__tests__/constructFullName.spec.js +0 -9
- package/es/utils/__tests__/debounce.spec.js +0 -37
- package/es/utils/__tests__/getInitial.spec.js +0 -23
- package/es/utils/css/compileClassNames.js +0 -28
- package/es/utils/css/mergeStyle.js +0 -57
- package/es/utils/css/utils.js +0 -24
- package/lib/Accordion/__tests__/Accordion.spec.js +0 -85
- package/lib/Animation/__tests__/Animation.spec.js +0 -23
- package/lib/Buttongroup/__test__/Buttongroup.spec.js +0 -86
- package/lib/Buttongroup/__test__/__snapshots__/Buttongroup.spec.js.snap +0 -146
- package/lib/Card/__tests__/Card.spec.js +0 -56
- package/lib/CheckBox/__tests__/CheckBox.spec.js +0 -18
- package/lib/DateTime/__tests__/DateTime.spec.js +0 -127
- package/lib/DateTime/__tests__/DateWidget.spec.js +0 -81
- package/lib/DropBox/__tests__/DropBox.spec.js +0 -87
- package/lib/DropDown/__tests__/DropDown.spec.js +0 -50
- package/lib/DropDown/__tests__/DropDownItem.spec.js +0 -51
- package/lib/DropDown/__tests__/DropDownSearch.spec.js +0 -17
- package/lib/Layout/__tests__/Box.spec.js +0 -121
- package/lib/Layout/__tests__/Container.spec.js +0 -127
- package/lib/MultiSelect/__tests__/MultiSelect.spec.js +0 -170
- package/lib/PopOver/__tests__/PopOver.spec.js +0 -20
- package/lib/Popup/__tests__/Popup.spec.js +0 -192
- package/lib/Radio/__tests__/Radiospec.js +0 -29
- package/lib/Select/__tests__/Select.spec.js +0 -383
- package/lib/Tab/__tests__/Tab.spec.js +0 -123
- package/lib/Tab/__tests__/TabContent.spec.js +0 -22
- package/lib/Tab/__tests__/TabContentWrapper.spec.js +0 -59
- package/lib/Tab/__tests__/TabWrapper.spec.js +0 -100
- package/lib/Tab/__tests__/Tabs.spec.js +0 -123
- package/lib/Tag/__tests__/Tag.spec.js +0 -35
- package/lib/TextBox/__tests__/TextBox.spec.js +0 -205
- package/lib/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +0 -127
- package/lib/TextBoxIcon/__tests__/TextBoxIcon.spec.js +0 -228
- package/lib/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +0 -334
- package/lib/Textarea/__tests__/Textarea.spec.js +0 -186
- package/lib/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +0 -97
- package/lib/deprecated/AdvancedMultiSelect.module.css +0 -127
- package/lib/deprecated/advancedMultiSelectVariableJson.js +0 -82
- package/lib/utils/__tests__/constructFullName.spec.js +0 -12
- package/lib/utils/__tests__/debounce.spec.js +0 -40
- package/lib/utils/__tests__/getInitial.spec.js +0 -26
- package/lib/utils/css/compileClassNames.js +0 -37
- package/lib/utils/css/mergeStyle.js +0 -69
- package/lib/utils/css/utils.js +0 -41
|
@@ -0,0 +1,80 @@
|
|
|
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 _propTypes = require("./props/propTypes");
|
|
13
|
+
|
|
14
|
+
var _DateTimeModule = _interopRequireDefault(require("../../DateTime/DateTime.module.css"));
|
|
15
|
+
|
|
16
|
+
var _Layout = require("../Layout");
|
|
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 _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
25
|
+
|
|
26
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
27
|
+
|
|
28
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
29
|
+
|
|
30
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
31
|
+
|
|
32
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
33
|
+
|
|
34
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
35
|
+
|
|
36
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
37
|
+
|
|
38
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
39
|
+
|
|
40
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
41
|
+
|
|
42
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
43
|
+
|
|
44
|
+
var DaysRow = /*#__PURE__*/function (_PureComponent) {
|
|
45
|
+
_inherits(DaysRow, _PureComponent);
|
|
46
|
+
|
|
47
|
+
var _super = _createSuper(DaysRow);
|
|
48
|
+
|
|
49
|
+
function DaysRow() {
|
|
50
|
+
_classCallCheck(this, DaysRow);
|
|
51
|
+
|
|
52
|
+
return _super.apply(this, arguments);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
_createClass(DaysRow, [{
|
|
56
|
+
key: "render",
|
|
57
|
+
value: function render() {
|
|
58
|
+
var _this$props = this.props,
|
|
59
|
+
dayNames = _this$props.dayNames,
|
|
60
|
+
dayNamesShort = _this$props.dayNamesShort;
|
|
61
|
+
return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
62
|
+
alignBox: "row",
|
|
63
|
+
align: "center",
|
|
64
|
+
className: _DateTimeModule["default"].days
|
|
65
|
+
}, dayNames.map(function (dayName, index) {
|
|
66
|
+
return /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
67
|
+
key: dayName,
|
|
68
|
+
className: "".concat(_DateTimeModule["default"].daysStr, " ").concat(_DateTimeModule["default"].grid, " ").concat(index === 0 ? _DateTimeModule["default"].sunday : ''),
|
|
69
|
+
"data-title": dayName,
|
|
70
|
+
"aria-label": dayName
|
|
71
|
+
}, dayNamesShort[index]);
|
|
72
|
+
}));
|
|
73
|
+
}
|
|
74
|
+
}]);
|
|
75
|
+
|
|
76
|
+
return DaysRow;
|
|
77
|
+
}(_react.PureComponent);
|
|
78
|
+
|
|
79
|
+
exports["default"] = DaysRow;
|
|
80
|
+
DaysRow.propTypes = _propTypes.DaysRow_propTypes;
|
|
@@ -0,0 +1,254 @@
|
|
|
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 _propTypes = require("./props/propTypes");
|
|
13
|
+
|
|
14
|
+
var _defaultProps = require("./props/defaultProps");
|
|
15
|
+
|
|
16
|
+
var _Layout = require("../Layout");
|
|
17
|
+
|
|
18
|
+
var _Select = _interopRequireDefault(require("../Select/Select"));
|
|
19
|
+
|
|
20
|
+
var _DateTimeModule = _interopRequireDefault(require("../../DateTime/DateTime.module.css"));
|
|
21
|
+
|
|
22
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
23
|
+
|
|
24
|
+
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); }
|
|
25
|
+
|
|
26
|
+
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; }
|
|
27
|
+
|
|
28
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
29
|
+
|
|
30
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
31
|
+
|
|
32
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
33
|
+
|
|
34
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
35
|
+
|
|
36
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
37
|
+
|
|
38
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
39
|
+
|
|
40
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
41
|
+
|
|
42
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
43
|
+
|
|
44
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
45
|
+
|
|
46
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
47
|
+
|
|
48
|
+
var Time = /*#__PURE__*/function (_PureComponent) {
|
|
49
|
+
_inherits(Time, _PureComponent);
|
|
50
|
+
|
|
51
|
+
var _super = _createSuper(Time);
|
|
52
|
+
|
|
53
|
+
function Time() {
|
|
54
|
+
_classCallCheck(this, Time);
|
|
55
|
+
|
|
56
|
+
return _super.apply(this, arguments);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
_createClass(Time, [{
|
|
60
|
+
key: "render",
|
|
61
|
+
value: function render() {
|
|
62
|
+
var _this$props = this.props,
|
|
63
|
+
timeText = _this$props.timeText,
|
|
64
|
+
dataId = _this$props.dataId,
|
|
65
|
+
hourSuggestions = _this$props.hourSuggestions,
|
|
66
|
+
onHourSelect = _this$props.onHourSelect,
|
|
67
|
+
hours = _this$props.hours,
|
|
68
|
+
hourEmptyText = _this$props.hourEmptyText,
|
|
69
|
+
needResponsive = _this$props.needResponsive,
|
|
70
|
+
minSuggestions = _this$props.minSuggestions,
|
|
71
|
+
onMinutesSelect = _this$props.onMinutesSelect,
|
|
72
|
+
mins = _this$props.mins,
|
|
73
|
+
minuteEmptyText = _this$props.minuteEmptyText,
|
|
74
|
+
ampmSuggestions = _this$props.ampmSuggestions,
|
|
75
|
+
onAmPmSelect = _this$props.onAmPmSelect,
|
|
76
|
+
amPm = _this$props.amPm,
|
|
77
|
+
is24Hour = _this$props.is24Hour;
|
|
78
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
79
|
+
className: _DateTimeModule["default"].text
|
|
80
|
+
}, timeText), /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
81
|
+
alignBox: "row",
|
|
82
|
+
align: "vertical",
|
|
83
|
+
className: _DateTimeModule["default"].timesection,
|
|
84
|
+
isCover: false,
|
|
85
|
+
dataId: "".concat(dataId, "_timeContainer")
|
|
86
|
+
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
87
|
+
flexible: true,
|
|
88
|
+
className: _DateTimeModule["default"].dropDownContainer
|
|
89
|
+
}, /*#__PURE__*/_react["default"].createElement(Hour, {
|
|
90
|
+
hourSuggestions: hourSuggestions,
|
|
91
|
+
onHourSelect: onHourSelect,
|
|
92
|
+
hours: hours,
|
|
93
|
+
needResponsive: needResponsive,
|
|
94
|
+
hourEmptyText: hourEmptyText
|
|
95
|
+
})), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
96
|
+
flexible: true,
|
|
97
|
+
className: _DateTimeModule["default"].dropDownContainer
|
|
98
|
+
}, /*#__PURE__*/_react["default"].createElement(Minute, {
|
|
99
|
+
minSuggestions: minSuggestions,
|
|
100
|
+
onMinutesSelect: onMinutesSelect,
|
|
101
|
+
mins: mins,
|
|
102
|
+
minuteEmptyText: minuteEmptyText,
|
|
103
|
+
needResponsive: needResponsive
|
|
104
|
+
})), !is24Hour ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
105
|
+
flexible: true,
|
|
106
|
+
className: _DateTimeModule["default"].dropDownContainer
|
|
107
|
+
}, /*#__PURE__*/_react["default"].createElement(AmPm, {
|
|
108
|
+
ampmSuggestions: ampmSuggestions,
|
|
109
|
+
onAmPmSelect: onAmPmSelect,
|
|
110
|
+
amPm: amPm,
|
|
111
|
+
needResponsive: needResponsive
|
|
112
|
+
})) : null));
|
|
113
|
+
}
|
|
114
|
+
}]);
|
|
115
|
+
|
|
116
|
+
return Time;
|
|
117
|
+
}(_react.PureComponent);
|
|
118
|
+
|
|
119
|
+
exports["default"] = Time;
|
|
120
|
+
Time.propTypes = _propTypes.Time_propTypes;
|
|
121
|
+
Time.defaultProps = _defaultProps.Time_defaultProps;
|
|
122
|
+
|
|
123
|
+
var Hour = /*#__PURE__*/function (_React$PureComponent) {
|
|
124
|
+
_inherits(Hour, _React$PureComponent);
|
|
125
|
+
|
|
126
|
+
var _super2 = _createSuper(Hour);
|
|
127
|
+
|
|
128
|
+
function Hour() {
|
|
129
|
+
_classCallCheck(this, Hour);
|
|
130
|
+
|
|
131
|
+
return _super2.apply(this, arguments);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
_createClass(Hour, [{
|
|
135
|
+
key: "render",
|
|
136
|
+
value: function render() {
|
|
137
|
+
var _this$props2 = this.props,
|
|
138
|
+
hourSuggestions = _this$props2.hourSuggestions,
|
|
139
|
+
onHourSelect = _this$props2.onHourSelect,
|
|
140
|
+
hours = _this$props2.hours,
|
|
141
|
+
needResponsive = _this$props2.needResponsive,
|
|
142
|
+
hourEmptyText = _this$props2.hourEmptyText;
|
|
143
|
+
return /*#__PURE__*/_react["default"].createElement(_Select["default"], {
|
|
144
|
+
options: hourSuggestions,
|
|
145
|
+
onChange: onHourSelect,
|
|
146
|
+
selectedValue: hours,
|
|
147
|
+
needSearch: true,
|
|
148
|
+
emptyMessage: hourEmptyText,
|
|
149
|
+
animationStyle: "bounce",
|
|
150
|
+
textBoxSize: "xmedium",
|
|
151
|
+
textBoxVariant: "primary",
|
|
152
|
+
searchBoxSize: "xmedium",
|
|
153
|
+
searchBoxPlaceHolder: "",
|
|
154
|
+
maxLength: "2",
|
|
155
|
+
popupGroup: "calender",
|
|
156
|
+
size: "small",
|
|
157
|
+
dataId: "hourField",
|
|
158
|
+
needResponsive: needResponsive,
|
|
159
|
+
needListBorder: true,
|
|
160
|
+
needTick: false,
|
|
161
|
+
listItemSize: "small"
|
|
162
|
+
});
|
|
163
|
+
}
|
|
164
|
+
}]);
|
|
165
|
+
|
|
166
|
+
return Hour;
|
|
167
|
+
}(_react["default"].PureComponent);
|
|
168
|
+
|
|
169
|
+
var Minute = /*#__PURE__*/function (_React$PureComponent2) {
|
|
170
|
+
_inherits(Minute, _React$PureComponent2);
|
|
171
|
+
|
|
172
|
+
var _super3 = _createSuper(Minute);
|
|
173
|
+
|
|
174
|
+
function Minute() {
|
|
175
|
+
_classCallCheck(this, Minute);
|
|
176
|
+
|
|
177
|
+
return _super3.apply(this, arguments);
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
_createClass(Minute, [{
|
|
181
|
+
key: "render",
|
|
182
|
+
value: function render() {
|
|
183
|
+
var _this$props3 = this.props,
|
|
184
|
+
minSuggestions = _this$props3.minSuggestions,
|
|
185
|
+
onMinutesSelect = _this$props3.onMinutesSelect,
|
|
186
|
+
mins = _this$props3.mins,
|
|
187
|
+
minuteEmptyText = _this$props3.minuteEmptyText,
|
|
188
|
+
needResponsive = _this$props3.needResponsive;
|
|
189
|
+
return /*#__PURE__*/_react["default"].createElement(_Select["default"], {
|
|
190
|
+
options: minSuggestions,
|
|
191
|
+
onChange: onMinutesSelect,
|
|
192
|
+
selectedValue: mins,
|
|
193
|
+
needSearch: true,
|
|
194
|
+
emptyMessage: minuteEmptyText,
|
|
195
|
+
animationStyle: "bounce",
|
|
196
|
+
textBoxSize: "xmedium",
|
|
197
|
+
textBoxVariant: "primary",
|
|
198
|
+
searchBoxSize: "xmedium",
|
|
199
|
+
searchBoxPlaceHolder: "",
|
|
200
|
+
maxLength: "2",
|
|
201
|
+
popupGroup: "calender",
|
|
202
|
+
size: "small",
|
|
203
|
+
dataId: "minuteField",
|
|
204
|
+
needResponsive: needResponsive,
|
|
205
|
+
needListBorder: true,
|
|
206
|
+
needTick: false,
|
|
207
|
+
listItemSize: "small"
|
|
208
|
+
});
|
|
209
|
+
}
|
|
210
|
+
}]);
|
|
211
|
+
|
|
212
|
+
return Minute;
|
|
213
|
+
}(_react["default"].PureComponent);
|
|
214
|
+
|
|
215
|
+
var AmPm = /*#__PURE__*/function (_React$PureComponent3) {
|
|
216
|
+
_inherits(AmPm, _React$PureComponent3);
|
|
217
|
+
|
|
218
|
+
var _super4 = _createSuper(AmPm);
|
|
219
|
+
|
|
220
|
+
function AmPm() {
|
|
221
|
+
_classCallCheck(this, AmPm);
|
|
222
|
+
|
|
223
|
+
return _super4.apply(this, arguments);
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
_createClass(AmPm, [{
|
|
227
|
+
key: "render",
|
|
228
|
+
value: function render() {
|
|
229
|
+
var _this$props4 = this.props,
|
|
230
|
+
ampmSuggestions = _this$props4.ampmSuggestions,
|
|
231
|
+
onAmPmSelect = _this$props4.onAmPmSelect,
|
|
232
|
+
amPm = _this$props4.amPm,
|
|
233
|
+
needResponsive = _this$props4.needResponsive;
|
|
234
|
+
return /*#__PURE__*/_react["default"].createElement(_Select["default"], {
|
|
235
|
+
options: ampmSuggestions,
|
|
236
|
+
onChange: onAmPmSelect,
|
|
237
|
+
selectedValue: amPm,
|
|
238
|
+
animationStyle: "bounce",
|
|
239
|
+
textBoxSize: "xmedium",
|
|
240
|
+
textBoxVariant: "primary",
|
|
241
|
+
maxLength: "2",
|
|
242
|
+
popupGroup: "calender",
|
|
243
|
+
size: "small",
|
|
244
|
+
dataId: "ampmField",
|
|
245
|
+
needResponsive: needResponsive,
|
|
246
|
+
needListBorder: true,
|
|
247
|
+
needTick: false,
|
|
248
|
+
listItemSize: "small"
|
|
249
|
+
});
|
|
250
|
+
}
|
|
251
|
+
}]);
|
|
252
|
+
|
|
253
|
+
return AmPm;
|
|
254
|
+
}(_react["default"].PureComponent);
|
|
@@ -0,0 +1,325 @@
|
|
|
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 = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _propTypes = require("./props/propTypes");
|
|
13
|
+
|
|
14
|
+
var _defaultProps = require("./props/defaultProps");
|
|
15
|
+
|
|
16
|
+
var _virtualizer = require("@zohodesk/virtualizer");
|
|
17
|
+
|
|
18
|
+
var _Layout = require("../Layout");
|
|
19
|
+
|
|
20
|
+
var _icons = require("@zohodesk/icons");
|
|
21
|
+
|
|
22
|
+
var _Heading = _interopRequireDefault(require("../Heading/Heading"));
|
|
23
|
+
|
|
24
|
+
var _YearViewModule = _interopRequireDefault(require("../../DateTime/YearView.module.css"));
|
|
25
|
+
|
|
26
|
+
var _dateFormatUtils = require("../../DateTime/dateFormatUtils");
|
|
27
|
+
|
|
28
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
29
|
+
|
|
30
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
31
|
+
|
|
32
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
33
|
+
|
|
34
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
35
|
+
|
|
36
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
37
|
+
|
|
38
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
39
|
+
|
|
40
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
41
|
+
|
|
42
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
43
|
+
|
|
44
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
45
|
+
|
|
46
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
47
|
+
|
|
48
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
49
|
+
|
|
50
|
+
var monthNamesData = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
|
|
51
|
+
|
|
52
|
+
function getYears() {
|
|
53
|
+
var years = [];
|
|
54
|
+
|
|
55
|
+
var _getYearDetails = (0, _dateFormatUtils.getYearDetails)(),
|
|
56
|
+
startPoint = _getYearDetails.startPoint,
|
|
57
|
+
endPoint = _getYearDetails.endPoint;
|
|
58
|
+
|
|
59
|
+
for (var i = startPoint; i <= endPoint; i++) {
|
|
60
|
+
years.push(i);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
return years;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
var Year = /*#__PURE__*/function (_React$PureComponent) {
|
|
67
|
+
_inherits(Year, _React$PureComponent);
|
|
68
|
+
|
|
69
|
+
var _super = _createSuper(Year);
|
|
70
|
+
|
|
71
|
+
function Year(props) {
|
|
72
|
+
var _this;
|
|
73
|
+
|
|
74
|
+
_classCallCheck(this, Year);
|
|
75
|
+
|
|
76
|
+
_this = _super.call(this, props);
|
|
77
|
+
_this.handleClick = _this.handleClick.bind(_assertThisInitialized(_this));
|
|
78
|
+
return _this;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
_createClass(Year, [{
|
|
82
|
+
key: "handleClick",
|
|
83
|
+
value: function handleClick() {
|
|
84
|
+
var _this$props = this.props,
|
|
85
|
+
year = _this$props.year,
|
|
86
|
+
onClick = _this$props.onClick;
|
|
87
|
+
onClick && onClick(year);
|
|
88
|
+
}
|
|
89
|
+
}, {
|
|
90
|
+
key: "render",
|
|
91
|
+
value: function render() {
|
|
92
|
+
var _this$props2 = this.props,
|
|
93
|
+
year = _this$props2.year,
|
|
94
|
+
isActive = _this$props2.isActive,
|
|
95
|
+
isOpen = _this$props2.isOpen;
|
|
96
|
+
return /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
97
|
+
className: "".concat(_YearViewModule["default"].year, " ").concat(isActive ? _YearViewModule["default"].isActive : ''),
|
|
98
|
+
onClick: this.handleClick,
|
|
99
|
+
dataId: isActive ? "yearAtv_".concat(year) : "year_".concat(year)
|
|
100
|
+
}, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
101
|
+
alignBox: "row",
|
|
102
|
+
align: "vertical"
|
|
103
|
+
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
104
|
+
flexible: true
|
|
105
|
+
}, /*#__PURE__*/_react["default"].createElement(_Heading["default"], {
|
|
106
|
+
className: _YearViewModule["default"].yearText,
|
|
107
|
+
title: year,
|
|
108
|
+
a11y: {
|
|
109
|
+
tabindex: '0'
|
|
110
|
+
},
|
|
111
|
+
tagName: "h4"
|
|
112
|
+
})), /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
|
|
113
|
+
name: "ZD-arrowDownSingle",
|
|
114
|
+
size: "7",
|
|
115
|
+
isBold: true,
|
|
116
|
+
iconClass: isOpen ? "".concat(_YearViewModule["default"].arrow, " ").concat(_YearViewModule["default"].arrowActive) : _YearViewModule["default"].arrow
|
|
117
|
+
})));
|
|
118
|
+
}
|
|
119
|
+
}]);
|
|
120
|
+
|
|
121
|
+
return Year;
|
|
122
|
+
}(_react["default"].PureComponent);
|
|
123
|
+
|
|
124
|
+
var Month = /*#__PURE__*/function (_React$PureComponent2) {
|
|
125
|
+
_inherits(Month, _React$PureComponent2);
|
|
126
|
+
|
|
127
|
+
var _super2 = _createSuper(Month);
|
|
128
|
+
|
|
129
|
+
function Month(props) {
|
|
130
|
+
var _this2;
|
|
131
|
+
|
|
132
|
+
_classCallCheck(this, Month);
|
|
133
|
+
|
|
134
|
+
_this2 = _super2.call(this, props);
|
|
135
|
+
_this2.handleClick = _this2.handleClick.bind(_assertThisInitialized(_this2));
|
|
136
|
+
return _this2;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
_createClass(Month, [{
|
|
140
|
+
key: "handleClick",
|
|
141
|
+
value: function handleClick() {
|
|
142
|
+
var _this$props3 = this.props,
|
|
143
|
+
month = _this$props3.month,
|
|
144
|
+
onClick = _this$props3.onClick;
|
|
145
|
+
var monthIndex = monthNamesData.indexOf(month);
|
|
146
|
+
monthIndex = monthIndex === -1 ? 0 : monthIndex;
|
|
147
|
+
onClick && onClick(monthIndex);
|
|
148
|
+
}
|
|
149
|
+
}, {
|
|
150
|
+
key: "render",
|
|
151
|
+
value: function render() {
|
|
152
|
+
var _this$props4 = this.props,
|
|
153
|
+
month = _this$props4.month,
|
|
154
|
+
isActive = _this$props4.isActive,
|
|
155
|
+
displayText = _this$props4.displayText,
|
|
156
|
+
hoverText = _this$props4.hoverText;
|
|
157
|
+
return /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
158
|
+
dataId: "month_".concat(month),
|
|
159
|
+
className: "".concat(_YearViewModule["default"].month, " ").concat(isActive ? _YearViewModule["default"].currentMonth : ''),
|
|
160
|
+
onClick: this.handleClick,
|
|
161
|
+
"data-title": hoverText,
|
|
162
|
+
"aria-label": month
|
|
163
|
+
}, displayText);
|
|
164
|
+
}
|
|
165
|
+
}]);
|
|
166
|
+
|
|
167
|
+
return Month;
|
|
168
|
+
}(_react["default"].PureComponent);
|
|
169
|
+
|
|
170
|
+
var YearView = /*#__PURE__*/function (_React$PureComponent3) {
|
|
171
|
+
_inherits(YearView, _React$PureComponent3);
|
|
172
|
+
|
|
173
|
+
var _super3 = _createSuper(YearView);
|
|
174
|
+
|
|
175
|
+
function YearView(props) {
|
|
176
|
+
var _this3;
|
|
177
|
+
|
|
178
|
+
_classCallCheck(this, YearView);
|
|
179
|
+
|
|
180
|
+
_this3 = _super3.call(this, props);
|
|
181
|
+
_this3.renderListItem = _this3.renderListItem.bind(_assertThisInitialized(_this3));
|
|
182
|
+
_this3.handleMonthClick = _this3.handleMonthClick.bind(_assertThisInitialized(_this3));
|
|
183
|
+
_this3.handleYearClick = _this3.handleYearClick.bind(_assertThisInitialized(_this3));
|
|
184
|
+
_this3.getPublicMethods = _this3.getPublicMethods.bind(_assertThisInitialized(_this3));
|
|
185
|
+
_this3.handleScrollToYear = _this3.handleScrollToYear.bind(_assertThisInitialized(_this3));
|
|
186
|
+
_this3.handleUpdateLocalYear = _this3.handleUpdateLocalYear.bind(_assertThisInitialized(_this3));
|
|
187
|
+
_this3.years = getYears();
|
|
188
|
+
_this3.state = {
|
|
189
|
+
localYear: ''
|
|
190
|
+
};
|
|
191
|
+
return _this3;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
_createClass(YearView, [{
|
|
195
|
+
key: "componentDidMount",
|
|
196
|
+
value: function componentDidMount() {
|
|
197
|
+
this.handleScrollToYear(this.props);
|
|
198
|
+
this.handleUpdateLocalYear(this.props);
|
|
199
|
+
}
|
|
200
|
+
}, {
|
|
201
|
+
key: "componentDidUpdate",
|
|
202
|
+
value: function componentDidUpdate(prevProps) {
|
|
203
|
+
var viewedYear = this.props.viewedYear;
|
|
204
|
+
viewedYear = parseInt(viewedYear) || 0;
|
|
205
|
+
var oldViewedYear = prevProps.viewedYear;
|
|
206
|
+
oldViewedYear = parseInt(oldViewedYear) || 0;
|
|
207
|
+
|
|
208
|
+
if (viewedYear !== oldViewedYear) {
|
|
209
|
+
this.handleScrollToYear(this.props);
|
|
210
|
+
this.handleUpdateLocalYear(this.props);
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
}, {
|
|
214
|
+
key: "handleUpdateLocalYear",
|
|
215
|
+
value: function handleUpdateLocalYear(props) {
|
|
216
|
+
var _this4 = this;
|
|
217
|
+
|
|
218
|
+
var viewedYear = props.viewedYear;
|
|
219
|
+
viewedYear = parseInt(viewedYear) || 0;
|
|
220
|
+
setTimeout(function () {
|
|
221
|
+
_this4.setState({
|
|
222
|
+
localYear: viewedYear
|
|
223
|
+
});
|
|
224
|
+
}, 150);
|
|
225
|
+
}
|
|
226
|
+
}, {
|
|
227
|
+
key: "handleScrollToYear",
|
|
228
|
+
value: function handleScrollToYear(props) {
|
|
229
|
+
var _this$years = this.years,
|
|
230
|
+
years = _this$years === void 0 ? [] : _this$years,
|
|
231
|
+
scrollToIndex = this.scrollToIndex;
|
|
232
|
+
var viewedYear = props.viewedYear;
|
|
233
|
+
viewedYear = parseInt(viewedYear) || 0;
|
|
234
|
+
var yearIndex = years.indexOf(viewedYear);
|
|
235
|
+
yearIndex >= 0 && scrollToIndex && scrollToIndex(yearIndex, 0, {
|
|
236
|
+
duration: 0
|
|
237
|
+
});
|
|
238
|
+
}
|
|
239
|
+
}, {
|
|
240
|
+
key: "getPublicMethods",
|
|
241
|
+
value: function getPublicMethods(methods) {
|
|
242
|
+
var scrollToIndex = methods.scrollToIndex;
|
|
243
|
+
this.scrollToIndex = scrollToIndex;
|
|
244
|
+
}
|
|
245
|
+
}, {
|
|
246
|
+
key: "handleMonthClick",
|
|
247
|
+
value: function handleMonthClick(month) {
|
|
248
|
+
var onSelectMonth = this.props.onSelectMonth;
|
|
249
|
+
onSelectMonth && onSelectMonth(month);
|
|
250
|
+
}
|
|
251
|
+
}, {
|
|
252
|
+
key: "handleYearClick",
|
|
253
|
+
value: function handleYearClick(year) {
|
|
254
|
+
var onSelectYear = this.props.onSelectYear;
|
|
255
|
+
onSelectYear && onSelectYear(year);
|
|
256
|
+
}
|
|
257
|
+
}, {
|
|
258
|
+
key: "renderListItem",
|
|
259
|
+
value: function renderListItem(_ref) {
|
|
260
|
+
var _this5 = this;
|
|
261
|
+
|
|
262
|
+
var index = _ref.index,
|
|
263
|
+
virtualizerStyle = _ref.style,
|
|
264
|
+
ref = _ref.ref;
|
|
265
|
+
var years = this.years;
|
|
266
|
+
var year = years[index];
|
|
267
|
+
var _this$props5 = this.props,
|
|
268
|
+
viewedYear = _this$props5.viewedYear,
|
|
269
|
+
viewedMonth = _this$props5.viewedMonth,
|
|
270
|
+
monthNamesShort = _this$props5.monthNamesShort,
|
|
271
|
+
isMonthOpen = _this$props5.isMonthOpen;
|
|
272
|
+
viewedYear = parseInt(viewedYear) || 0;
|
|
273
|
+
var localYear = this.state.localYear;
|
|
274
|
+
localYear = parseInt(localYear) || 0;
|
|
275
|
+
return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
276
|
+
isCover: false,
|
|
277
|
+
className: _YearViewModule["default"].yearBox,
|
|
278
|
+
eleRef: ref,
|
|
279
|
+
style: virtualizerStyle
|
|
280
|
+
}, /*#__PURE__*/_react["default"].createElement(Year, {
|
|
281
|
+
year: year,
|
|
282
|
+
onClick: this.handleYearClick,
|
|
283
|
+
isActive: viewedYear === year,
|
|
284
|
+
isOpen: isMonthOpen
|
|
285
|
+
}), viewedYear === year && isMonthOpen ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
286
|
+
flexible: true
|
|
287
|
+
}, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
288
|
+
alignBox: "row",
|
|
289
|
+
wrap: "wrap",
|
|
290
|
+
align: "between",
|
|
291
|
+
className: "".concat(_YearViewModule["default"].yearContainer, " ").concat(viewedYear !== localYear && viewedYear === year ? _YearViewModule["default"].toggleYear : '')
|
|
292
|
+
}, monthNamesData.map(function (month, index) {
|
|
293
|
+
var monthIndex = monthNamesData.indexOf(month);
|
|
294
|
+
return /*#__PURE__*/_react["default"].createElement(Month, {
|
|
295
|
+
key: month,
|
|
296
|
+
month: month,
|
|
297
|
+
onClick: _this5.handleMonthClick,
|
|
298
|
+
isActive: monthIndex === viewedMonth,
|
|
299
|
+
displayText: monthNamesShort[index] // hoverText={monthNames[index]}
|
|
300
|
+
|
|
301
|
+
});
|
|
302
|
+
}))) : null);
|
|
303
|
+
}
|
|
304
|
+
}, {
|
|
305
|
+
key: "render",
|
|
306
|
+
value: function render() {
|
|
307
|
+
var _this$years2 = this.years,
|
|
308
|
+
years = _this$years2 === void 0 ? [] : _this$years2;
|
|
309
|
+
return /*#__PURE__*/_react["default"].createElement(_virtualizer.Virtualizer, {
|
|
310
|
+
elementRenderer: this.renderListItem,
|
|
311
|
+
elementsCount: years.length,
|
|
312
|
+
className: _YearViewModule["default"].container,
|
|
313
|
+
getExposedPublicMethods: this.getPublicMethods,
|
|
314
|
+
isElementsFixedHeight: false,
|
|
315
|
+
dataId: "yearList"
|
|
316
|
+
});
|
|
317
|
+
}
|
|
318
|
+
}]);
|
|
319
|
+
|
|
320
|
+
return YearView;
|
|
321
|
+
}(_react["default"].PureComponent);
|
|
322
|
+
|
|
323
|
+
exports["default"] = YearView;
|
|
324
|
+
YearView.propTypes = _propTypes.YearView_propTypes;
|
|
325
|
+
YearView.defaultProps = _defaultProps.YearView_defaultProps;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "DateWidget", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _DateWidget["default"];
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
var _DateWidget = _interopRequireDefault(require("./DateWidget"));
|
|
14
|
+
|
|
15
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|