@zohodesk/components 1.0.0-temp-108 → 1.0.0-temp-110
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1104 -1102
- package/assets/Appearance/dark/mode/darkMode.module.css +168 -168
- package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +32 -32
- package/assets/Appearance/dark/themes/blue/blueDarkComponentTheme.module.css +3 -0
- package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +32 -32
- package/assets/Appearance/dark/themes/green/greenDarkComponentTheme.module.css +3 -0
- package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +32 -32
- package/assets/Appearance/dark/themes/orange/orangeDarkComponentTheme.module.css +3 -0
- package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +32 -32
- package/assets/Appearance/dark/themes/red/redDarkComponentTheme.module.css +3 -0
- package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +32 -32
- package/assets/Appearance/dark/themes/yellow/yellowDarkComponentTheme.module.css +3 -0
- package/assets/Appearance/default/mode/defaultMode.module.css +164 -164
- package/assets/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +32 -32
- package/assets/Appearance/default/themes/blue/blueDefaultComponentTheme.module.css +3 -0
- package/assets/Appearance/default/themes/green/greenDefaultCTATheme.module.css +32 -32
- package/assets/Appearance/default/themes/green/greenDefaultComponentTheme.module.css +3 -0
- package/assets/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +32 -32
- package/assets/Appearance/default/themes/orange/orangeDefaultComponentTheme.module.css +3 -0
- package/assets/Appearance/default/themes/red/redDefaultCTATheme.module.css +32 -32
- package/assets/Appearance/default/themes/red/redDefaultComponentTheme.module.css +3 -0
- package/assets/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +32 -32
- package/assets/Appearance/default/themes/yellow/yellowDefaultComponentTheme.module.css +3 -0
- package/assets/Appearance/pureDark/mode/pureDarkMode.module.css +170 -170
- package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +32 -32
- package/assets/Appearance/pureDark/themes/blue/bluePureDarkComponentTheme.module.css +3 -0
- package/assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css +32 -32
- package/assets/Appearance/pureDark/themes/green/greenPureDarkComponentTheme.module.css +3 -0
- package/assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css +32 -32
- package/assets/Appearance/pureDark/themes/orange/orangePureDarkComponentTheme.module.css +3 -0
- package/assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css +32 -32
- package/assets/Appearance/pureDark/themes/red/redPureDarkComponentTheme.module.css +3 -0
- package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css +32 -32
- package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkComponentTheme.module.css +3 -0
- package/css_error.log +0 -5
- package/docs/external/active-line.js +72 -72
- package/docs/external/autorefresh.js +47 -47
- package/docs/external/codemirror.js +9681 -9681
- package/docs/external/css/hopscotch.css +576 -576
- package/docs/external/css/styleGuide.css +1100 -1100
- package/docs/external/css.js +466 -466
- package/docs/external/designTokens.js +1 -1
- package/docs/external/foldcode.js +151 -151
- package/docs/external/format.js +129 -129
- package/docs/external/htmlmixed.js +84 -84
- package/docs/external/index.html +127 -127
- package/docs/external/javascript.js +422 -422
- package/docs/external/jsx.js +147 -147
- package/docs/external/matchbrackets.js +145 -145
- package/docs/external/xml.js +322 -322
- package/docs/package.json +41 -41
- package/docs/src/index.js +1311 -1311
- package/es/AppContainer/AppContainer.js +1 -0
- package/es/AppContainer/AppContainer.module.css +18 -18
- package/es/Avatar/Avatar.js +11 -10
- package/es/Avatar/Avatar.module.css +135 -135
- package/es/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +288 -288
- package/es/AvatarTeam/AvatarTeam.js +7 -7
- package/es/AvatarTeam/AvatarTeam.module.css +161 -161
- package/es/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +226 -226
- package/es/Button/Button.js +9 -7
- package/es/Button/Button.module.css +521 -521
- package/es/Button/__tests__/__snapshots__/Button.spec.js.snap +191 -191
- package/es/Buttongroup/Buttongroup.js +1 -1
- package/es/Buttongroup/Buttongroup.module.css +89 -89
- package/es/Buttongroup/__test__/__snapshots__/Buttongroup.spec.js.snap +146 -146
- package/es/Card/Card.js +4 -4
- package/es/Card/Card.module.css +20 -20
- package/es/Card/props/defaultProps.js +0 -1
- package/es/Card/props/propTypes.js +2 -2
- package/es/CheckBox/CheckBox.js +0 -0
- package/es/CheckBox/CheckBox.module.css +157 -157
- package/es/DateTime/CalendarView.js +4 -2
- package/es/DateTime/DateTime.js +0 -0
- package/es/DateTime/DateTime.module.css +233 -232
- package/es/DateTime/DateTimePopupHeader.js +21 -8
- package/es/DateTime/DateWidget.js +4 -2
- package/es/DateTime/DateWidget.module.css +38 -38
- package/es/DateTime/DaysRow.js +2 -1
- package/es/DateTime/YearView.js +12 -4
- package/es/DateTime/YearView.module.css +99 -81
- package/es/DateTime/common.js +0 -0
- 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 +24 -4
- package/es/DropBox/DropBox.module.css +406 -406
- package/es/DropBox/DropBoxPositionMapping.json +144 -144
- package/es/DropBox/props/defaultProps.js +2 -1
- package/es/DropBox/props/propTypes.js +1 -0
- package/es/DropDown/DropDown.js +0 -0
- package/es/DropDown/DropDown.module.css +5 -5
- package/es/DropDown/DropDownHeading.js +3 -1
- 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 +2 -1
- package/es/Heading/Heading.module.css +4 -4
- package/es/Label/Label.js +6 -4
- package/es/Label/Label.module.css +52 -52
- package/es/Label/LabelColors.module.css +20 -20
- package/es/Label/__tests__/__snapshots__/Label.spec.js.snap +101 -101
- 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/props/propTypes.js +3 -3
- package/es/Layout/utils.js +0 -0
- package/es/ListItem/ListContainer.js +5 -2
- package/es/ListItem/ListItem.js +0 -0
- package/es/ListItem/ListItem.module.css +209 -209
- package/es/MultiSelect/AdvancedGroupMultiSelect.js +5 -5
- package/es/MultiSelect/MultiSelect.js +9 -7
- package/es/MultiSelect/MultiSelect.module.css +205 -205
- package/es/MultiSelect/MultiSelectWithAvatar.js +0 -0
- package/es/MultiSelect/SelectedOptions.module.css +15 -15
- package/es/MultiSelect/Suggestions.js +2 -1
- package/es/MultiSelect/__tests__/MultiSelect.spec.js +0 -0
- 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 +7 -3
- package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
- package/es/Ribbon/Ribbon.js +0 -0
- package/es/Ribbon/Ribbon.module.css +376 -376
- package/es/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +163 -163
- package/es/RippleEffect/RippleEffect.module.css +92 -92
- package/es/Select/GroupSelect.js +0 -0
- package/es/Select/Select.js +7 -4
- package/es/Select/Select.module.css +108 -108
- package/es/Select/SelectWithAvatar.js +0 -0
- package/es/Select/SelectWithIcon.js +2 -1
- package/es/Select/__tests__/Select.spec.js +0 -0
- package/es/Stencils/Stencils.js +0 -0
- package/es/Stencils/Stencils.module.css +96 -96
- package/es/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +49 -49
- package/es/Switch/Switch.js +7 -5
- package/es/Switch/Switch.module.css +110 -110
- package/es/Tab/Tab.module.css +101 -101
- package/es/Tab/TabContent.js +1 -1
- package/es/Tab/TabContent.module.css +4 -4
- package/es/Tab/Tabs.js +28 -22
- package/es/Tab/Tabs.module.css +141 -141
- package/es/Tag/Tag.js +8 -8
- package/es/Tag/Tag.module.css +254 -254
- package/es/TextBox/TextBox.js +0 -0
- package/es/TextBox/TextBox.module.css +157 -157
- package/es/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +127 -127
- package/es/TextBoxIcon/TextBoxIcon.js +0 -0
- package/es/TextBoxIcon/TextBoxIcon.module.css +78 -78
- package/es/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +334 -334
- package/es/Textarea/Textarea.js +0 -0
- package/es/Textarea/Textarea.module.css +139 -139
- package/es/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +97 -97
- package/es/Tooltip/Tooltip.module.css +109 -109
- package/es/common/a11y.module.css +4 -0
- package/es/common/animation.module.css +624 -624
- package/es/common/avatarsizes.module.css +44 -44
- package/es/common/basic.module.css +33 -33
- package/es/common/basicReset.module.css +40 -40
- package/es/common/common.module.css +524 -524
- package/es/common/customscroll.module.css +89 -89
- package/es/common/reset.module.css +12 -12
- package/es/common/transition.module.css +146 -146
- package/es/deprecated/AdvancedMultiSelect.module.css +126 -126
- package/es/semantic/Button/semanticButton.module.css +9 -9
- package/es/utils/Common.js +0 -0
- package/es/utils/dropDownUtils.js +0 -0
- package/lib/AppContainer/AppContainer.js +1 -0
- package/lib/AppContainer/AppContainer.module.css +18 -18
- package/lib/Avatar/Avatar.js +11 -10
- package/lib/Avatar/Avatar.module.css +135 -135
- package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +288 -288
- package/lib/AvatarTeam/AvatarTeam.js +7 -7
- package/lib/AvatarTeam/AvatarTeam.module.css +161 -161
- package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +226 -226
- package/lib/Button/Button.js +9 -7
- package/lib/Button/Button.module.css +521 -521
- package/lib/Button/__tests__/__snapshots__/Button.spec.js.snap +191 -191
- package/lib/Buttongroup/Buttongroup.js +1 -1
- package/lib/Buttongroup/Buttongroup.module.css +89 -89
- package/lib/Buttongroup/__test__/__snapshots__/Buttongroup.spec.js.snap +146 -146
- package/lib/Card/Card.js +4 -4
- package/lib/Card/Card.module.css +20 -20
- package/lib/Card/props/defaultProps.js +0 -1
- package/lib/Card/props/propTypes.js +2 -2
- package/lib/CheckBox/CheckBox.js +0 -0
- package/lib/CheckBox/CheckBox.module.css +157 -157
- package/lib/DateTime/CalendarView.js +4 -2
- package/lib/DateTime/DateTime.js +0 -0
- package/lib/DateTime/DateTime.module.css +233 -232
- package/lib/DateTime/DateTimePopupHeader.js +21 -8
- package/lib/DateTime/DateWidget.js +4 -2
- package/lib/DateTime/DateWidget.module.css +38 -38
- package/lib/DateTime/DaysRow.js +2 -1
- package/lib/DateTime/YearView.js +12 -4
- package/lib/DateTime/YearView.module.css +99 -81
- package/lib/DateTime/common.js +0 -0
- 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 +24 -4
- package/lib/DropBox/DropBox.module.css +406 -406
- package/lib/DropBox/DropBoxPositionMapping.json +144 -144
- package/lib/DropBox/props/defaultProps.js +2 -1
- package/lib/DropBox/props/propTypes.js +1 -0
- package/lib/DropDown/DropDown.js +0 -0
- package/lib/DropDown/DropDown.module.css +5 -5
- package/lib/DropDown/DropDownHeading.js +3 -1
- 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 +2 -1
- package/lib/Heading/Heading.module.css +4 -4
- package/lib/Label/Label.js +4 -2
- package/lib/Label/Label.module.css +52 -52
- package/lib/Label/LabelColors.module.css +20 -20
- package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +101 -101
- 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/props/propTypes.js +3 -3
- package/lib/Layout/utils.js +0 -0
- package/lib/ListItem/ListContainer.js +5 -2
- package/lib/ListItem/ListItem.js +0 -0
- package/lib/ListItem/ListItem.module.css +209 -209
- package/lib/MultiSelect/AdvancedGroupMultiSelect.js +5 -5
- package/lib/MultiSelect/MultiSelect.js +9 -7
- package/lib/MultiSelect/MultiSelect.module.css +205 -205
- package/lib/MultiSelect/MultiSelectWithAvatar.js +0 -0
- package/lib/MultiSelect/SelectedOptions.module.css +15 -15
- package/lib/MultiSelect/Suggestions.js +2 -1
- package/lib/MultiSelect/__tests__/MultiSelect.spec.js +0 -0
- 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 +7 -3
- package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
- package/lib/Ribbon/Ribbon.js +0 -0
- package/lib/Ribbon/Ribbon.module.css +376 -376
- package/lib/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +163 -163
- package/lib/RippleEffect/RippleEffect.module.css +92 -92
- package/lib/Select/GroupSelect.js +0 -0
- package/lib/Select/Select.js +7 -4
- package/lib/Select/Select.module.css +108 -108
- package/lib/Select/SelectWithAvatar.js +0 -0
- package/lib/Select/SelectWithIcon.js +2 -1
- package/lib/Select/__tests__/Select.spec.js +0 -0
- package/lib/Stencils/Stencils.js +0 -0
- package/lib/Stencils/Stencils.module.css +96 -96
- package/lib/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +49 -49
- package/lib/Switch/Switch.js +7 -5
- package/lib/Switch/Switch.module.css +110 -110
- package/lib/Tab/Tab.module.css +101 -101
- package/lib/Tab/TabContent.js +1 -1
- package/lib/Tab/TabContent.module.css +4 -4
- package/lib/Tab/Tabs.js +22 -16
- package/lib/Tab/Tabs.module.css +141 -141
- package/lib/Tag/Tag.js +8 -8
- package/lib/Tag/Tag.module.css +254 -254
- package/lib/TextBox/TextBox.js +0 -0
- package/lib/TextBox/TextBox.module.css +157 -157
- package/lib/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +127 -127
- package/lib/TextBoxIcon/TextBoxIcon.js +0 -0
- package/lib/TextBoxIcon/TextBoxIcon.module.css +78 -78
- package/lib/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +334 -334
- package/lib/Textarea/Textarea.js +0 -0
- package/lib/Textarea/Textarea.module.css +139 -139
- package/lib/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +97 -97
- package/lib/Tooltip/Tooltip.module.css +109 -109
- package/lib/common/a11y.module.css +4 -0
- package/lib/common/animation.module.css +624 -624
- package/lib/common/avatarsizes.module.css +44 -44
- package/lib/common/basic.module.css +33 -33
- package/lib/common/basicReset.module.css +40 -40
- package/lib/common/common.module.css +524 -524
- package/lib/common/customscroll.module.css +89 -89
- package/lib/common/reset.module.css +12 -12
- package/lib/common/transition.module.css +146 -146
- package/lib/deprecated/AdvancedMultiSelect.module.css +126 -126
- package/lib/semantic/Button/semanticButton.module.css +9 -9
- package/lib/utils/Common.js +0 -0
- package/lib/utils/dropDownUtils.js +0 -0
- package/package.json +83 -86
- package/assets/Contrast/darkContrastLightness.module.css +0 -25
- package/assets/Contrast/defaultContrastLightness.module.css +0 -25
- package/assets/Contrast/pureDarkContrastLightness.module.css +0 -25
package/lib/DateTime/YearView.js
CHANGED
|
@@ -11,6 +11,7 @@ var _defaultProps = require("./props/defaultProps");
|
|
|
11
11
|
var _virtualizer = require("@zohodesk/virtualizer");
|
|
12
12
|
var _Layout = require("../Layout");
|
|
13
13
|
var _Icon = _interopRequireDefault(require("@zohodesk/icons/lib/Icon"));
|
|
14
|
+
var _Heading = _interopRequireDefault(require("../Heading/Heading"));
|
|
14
15
|
var _YearViewModule = _interopRequireDefault(require("./YearView.module.css"));
|
|
15
16
|
var _dateFormatUtils = require("./dateFormatUtils");
|
|
16
17
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
@@ -68,9 +69,15 @@ var Year = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
68
69
|
alignBox: "row",
|
|
69
70
|
align: "vertical"
|
|
70
71
|
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
71
|
-
flexible: true
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
flexible: true
|
|
73
|
+
}, /*#__PURE__*/_react["default"].createElement(_Heading["default"], {
|
|
74
|
+
className: _YearViewModule["default"].yearText,
|
|
75
|
+
title: year,
|
|
76
|
+
a11y: {
|
|
77
|
+
tabindex: '0'
|
|
78
|
+
},
|
|
79
|
+
tagName: "h4"
|
|
80
|
+
})), /*#__PURE__*/_react["default"].createElement(_Icon["default"], {
|
|
74
81
|
name: "ZD-arrowDownSingle",
|
|
75
82
|
size: "7",
|
|
76
83
|
isBold: true,
|
|
@@ -112,7 +119,8 @@ var Month = /*#__PURE__*/function (_React$PureComponent2) {
|
|
|
112
119
|
dataId: "month_".concat(month),
|
|
113
120
|
className: "".concat(_YearViewModule["default"].month, " ").concat(isActive ? _YearViewModule["default"].currentMonth : ''),
|
|
114
121
|
onClick: this.handleClick,
|
|
115
|
-
"data-title": hoverText
|
|
122
|
+
"data-title": hoverText,
|
|
123
|
+
"aria-label": month
|
|
116
124
|
}, displayText);
|
|
117
125
|
}
|
|
118
126
|
}]);
|
|
@@ -1,81 +1,99 @@
|
|
|
1
|
-
[dir=ltr] .boxPadding {
|
|
2
|
-
padding-right: var(--zd_size19);
|
|
3
|
-
padding-left: var(--zd_size19);
|
|
4
|
-
}[dir=rtl] .boxPadding {
|
|
5
|
-
padding-left: var(--zd_size19);
|
|
6
|
-
padding-right: var(--zd_size19);
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
height: var(--zd_size26);
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
.currentMonth
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
.arrow {
|
|
46
|
-
color: var(--
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
.
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
1
|
+
[dir=ltr] .boxPadding {
|
|
2
|
+
padding-right: var(--zd_size19);
|
|
3
|
+
padding-left: var(--zd_size19);
|
|
4
|
+
}[dir=rtl] .boxPadding {
|
|
5
|
+
padding-left: var(--zd_size19);
|
|
6
|
+
padding-right: var(--zd_size19);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.month {
|
|
10
|
+
width: 30.333%;
|
|
11
|
+
font-size: var(--zd_font_size12);
|
|
12
|
+
line-height: var(--zd_size26);
|
|
13
|
+
height: var(--zd_size26);
|
|
14
|
+
color: var(--zdt_yearview_month_text);
|
|
15
|
+
text-align: center;
|
|
16
|
+
margin: 0 0 var(--zd_size1);
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
background-color: var(--zdt_yearview_month_bg);
|
|
19
|
+
border-radius: 20px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.month:hover {
|
|
23
|
+
background-color: var(--zdt_yearview_month_hover_bg);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.currentMonth,
|
|
27
|
+
.currentMonth:hover {
|
|
28
|
+
color: var(--zdt_yearview_currentmonth_text);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.currentMonth, .currentMonth:hover {
|
|
32
|
+
background-color: var(--zdt_yearview_currentmonth_bg);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.yearBox {
|
|
36
|
+
border-bottom: 1px dotted var(--zdt_yearview_yearbox_border);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.year {
|
|
40
|
+
padding: var(--zd_size7) 0;
|
|
41
|
+
cursor: pointer;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.year:hover .yearText,
|
|
45
|
+
.year:hover .arrow {
|
|
46
|
+
color: var(--zdt_yearview_year_hover_text);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.yearText {
|
|
50
|
+
color: var(--zdt_yearview_yeartext_text);
|
|
51
|
+
font-size: var(--zd_font_size11);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.arrow {
|
|
55
|
+
color: var(--zdt_yearview_yeartext_text);
|
|
56
|
+
transition: transform var(--zd_transition1);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.isActive {
|
|
60
|
+
cursor: default;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.isActive .yearText {
|
|
64
|
+
font-family: var(--zd_semibold);
|
|
65
|
+
color: var(--zdt_yearview_year_hover_text);
|
|
66
|
+
font-size: var(--zd_font_size11);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.arrowActive {
|
|
70
|
+
color: var(--zdt_yearview_year_hover_text);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
[dir=ltr] .arrowActive {
|
|
74
|
+
transform: rotate(180deg);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
[dir=rtl] .arrowActive {
|
|
78
|
+
transform: rotate(-180deg);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.container {
|
|
82
|
+
height: 100%;
|
|
83
|
+
overflow-y: auto;
|
|
84
|
+
overflow-x: hidden;
|
|
85
|
+
composes: boxPadding;
|
|
86
|
+
background-color: var(--zdt_yearview_default_bg);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.yearContainer {
|
|
90
|
+
height: var(--zd_size135);
|
|
91
|
+
overflow: hidden;
|
|
92
|
+
transition: height var(--zd_transition1);
|
|
93
|
+
padding-bottom: var(--zd_size5);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.toggleYear {
|
|
97
|
+
height: 0;
|
|
98
|
+
padding: 0;
|
|
99
|
+
}
|
package/lib/DateTime/common.js
CHANGED
|
File without changes
|
package/lib/DateTime/index.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/DropBox/DropBox.js
CHANGED
|
@@ -15,6 +15,7 @@ var _DropBoxPositionMapping = require("./DropBoxPositionMapping.json");
|
|
|
15
15
|
var _ZindexProvider = require("../Provider/ZindexProvider");
|
|
16
16
|
var _Config = require("../Provider/Config");
|
|
17
17
|
var _LibraryContextInit = _interopRequireDefault(require("../Provider/LibraryContextInit"));
|
|
18
|
+
var _FocusScope = _interopRequireDefault(require("@zohodesk/a11y/es/FocusScope/FocusScope"));
|
|
18
19
|
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); }
|
|
20
21
|
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; }
|
|
@@ -87,7 +88,8 @@ var DropBoxElement = /*#__PURE__*/function (_React$Component) {
|
|
|
87
88
|
positionsOffset = _this$props2.positionsOffset,
|
|
88
89
|
targetOffset = _this$props2.targetOffset,
|
|
89
90
|
zIndexStyle = _this$props2.zIndexStyle,
|
|
90
|
-
customStyle = _this$props2.customStyle
|
|
91
|
+
customStyle = _this$props2.customStyle,
|
|
92
|
+
subContainerRef = _this$props2.subContainerRef;
|
|
91
93
|
var _ref = this.context || {},
|
|
92
94
|
isReducedMotion = _ref.isReducedMotion;
|
|
93
95
|
if (!isAbsolutePositioningNeeded && size === 'default' && !isActive) {
|
|
@@ -172,9 +174,11 @@ var DropBoxElement = /*#__PURE__*/function (_React$Component) {
|
|
|
172
174
|
"aria-labelledby": ariaLabelledby,
|
|
173
175
|
tabIndex: tabIndex
|
|
174
176
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
177
|
+
tabIndex: "-1",
|
|
175
178
|
className: "".concat(subContainerClass, " ").concat(_DropBoxModule["default"]["".concat(palette, "Palette")]),
|
|
176
179
|
onClick: onClick,
|
|
177
|
-
"data-id": "".concat(dataId, "_subcontainer")
|
|
180
|
+
"data-id": "".concat(dataId, "_subcontainer"),
|
|
181
|
+
ref: subContainerRef
|
|
178
182
|
}, isModel ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
179
183
|
className: _DropBoxModule["default"].closeBar
|
|
180
184
|
}) : null, isArrow && !isModel && /*#__PURE__*/_react["default"].createElement("div", {
|
|
@@ -198,6 +202,7 @@ var DropBox = /*#__PURE__*/function (_React$Component2) {
|
|
|
198
202
|
_this2 = _super2.call(this, props);
|
|
199
203
|
_this2.getNextIndex = (0, _ZindexProvider.getZIndex)(_assertThisInitialized(_this2));
|
|
200
204
|
_this2.onFreezeClick = _this2.onFreezeClick.bind(_assertThisInitialized(_this2));
|
|
205
|
+
_this2.createRef = /*#__PURE__*/_react["default"].createRef();
|
|
201
206
|
return _this2;
|
|
202
207
|
}
|
|
203
208
|
_createClass(DropBox, [{
|
|
@@ -214,7 +219,9 @@ var DropBox = /*#__PURE__*/function (_React$Component2) {
|
|
|
214
219
|
isActive = _this$props3.isActive,
|
|
215
220
|
isAbsolutePositioningNeeded = _this$props3.isAbsolutePositioningNeeded,
|
|
216
221
|
needAutoZindex = _this$props3.needAutoZindex,
|
|
217
|
-
isRestrictScroll = _this$props3.isRestrictScroll
|
|
222
|
+
isRestrictScroll = _this$props3.isRestrictScroll,
|
|
223
|
+
needFocusScope = _this$props3.needFocusScope,
|
|
224
|
+
onClose = _this$props3.onClose;
|
|
218
225
|
var windowWidth,
|
|
219
226
|
mobileWidth = (0, _Config.getLibraryConfig)('mobileWidth'),
|
|
220
227
|
isModel = false;
|
|
@@ -229,7 +236,20 @@ var DropBox = /*#__PURE__*/function (_React$Component2) {
|
|
|
229
236
|
} : {};
|
|
230
237
|
var _ref2 = this.context || {},
|
|
231
238
|
direction = _ref2.direction;
|
|
232
|
-
var dropBoxEle = /*#__PURE__*/_react["default"].createElement(
|
|
239
|
+
var dropBoxEle = needFocusScope ? /*#__PURE__*/_react["default"].createElement(_FocusScope["default"], {
|
|
240
|
+
focusClose: onClose,
|
|
241
|
+
elementRef: this.createRef,
|
|
242
|
+
autoFocus: true,
|
|
243
|
+
restoreFocus: true,
|
|
244
|
+
focusArrowLoop: true,
|
|
245
|
+
enableEnterAction: true
|
|
246
|
+
}, /*#__PURE__*/_react["default"].createElement(DropBoxElement, _extends({
|
|
247
|
+
isModel: isModel,
|
|
248
|
+
direction: direction
|
|
249
|
+
}, this.props, {
|
|
250
|
+
zIndexStyle: zIndexStyle,
|
|
251
|
+
subContainerRef: this.createRef
|
|
252
|
+
}))) : /*#__PURE__*/_react["default"].createElement(DropBoxElement, _extends({
|
|
233
253
|
isModel: isModel,
|
|
234
254
|
direction: direction
|
|
235
255
|
}, this.props, {
|