@zohodesk/dot 1.0.0-temp-175.7 → 1.0.0-temp-181
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/propValidation_report.html +1 -1
- package/README.md +30 -0
- package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +0 -1
- package/assets/Appearance/light/mode/Dot_LightMode.module.css +0 -1
- package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +0 -1
- package/coverage/ExternalLink/ExternalLink.js.html +1 -1
- package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
- package/coverage/ExternalLink/index.html +1 -1
- package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
- package/coverage/ExternalLink/props/index.html +1 -1
- package/coverage/ExternalLink/props/propTypes.js.html +1 -1
- package/coverage/IconButton/IconButton.js.html +7 -7
- package/coverage/IconButton/IconButton.module.css.html +1 -1
- package/coverage/IconButton/index.html +11 -11
- package/coverage/IconButton/props/defaultProps.js.html +1 -1
- package/coverage/IconButton/props/index.html +1 -1
- package/coverage/IconButton/props/propTypes.js.html +1 -1
- package/coverage/Image/Image.js.html +1 -1
- package/coverage/Image/Image.module.css.html +1 -1
- package/coverage/Image/index.html +1 -1
- package/coverage/Image/props/defaultProps.js.html +1 -1
- package/coverage/Image/props/index.html +1 -1
- package/coverage/Image/props/propTypes.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
- package/coverage/avatar/AvatarWithTeam/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
- package/coverage/coverage-final.json +16 -16
- package/coverage/coverage-summary.json +17 -17
- package/coverage/index.html +11 -11
- package/es/Drawer/Drawer.js +6 -3
- package/es/Drawer/props/defaultProps.js +2 -1
- package/es/Drawer/props/propTypes.js +2 -1
- package/es/Hooks/Dragger/useDragger.js +4 -3
- package/es/IconButton/IconButton.js +2 -2
- package/es/NewStar/NewStar.module.css +128 -67
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -0
- package/es/form/fields/TextEditor/TextEditor.module.css +63 -47
- package/es/list/status/StatusDropdown/StatusDropdown.js +2 -1
- package/es/list/status/StatusListItem/StatusListItem.js +12 -5
- package/es/list/status/StatusListItem/props/defaultProps.js +2 -1
- package/es/list/status/StatusListItem/props/propTypes.js +3 -1
- package/es/lookup/Lookup/Lookup.js +6 -3
- package/es/v1/DotWrapper/DotWrapper.js +28 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/dynamicImports.js +19 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/props/defaultProps.js +7 -0
- package/es/v1/DotWrapper/props/propTypes.js +8 -0
- package/es/v1/DotWrapper/utils/appearanceProperties.js +46 -0
- package/es/v1/DotWrapper/utils/errorMessage.js +7 -0
- package/es/v1/DotWrapper/utils/importFiles.js +18 -0
- package/es/v1/DotWrapper/utils/themeProperties.js +220 -0
- package/es/v1/Drawer/Drawer.js +6 -3
- package/es/v1/Drawer/props/defaultProps.js +2 -1
- package/es/v1/Drawer/props/propTypes.js +2 -1
- package/es/v1/IconButton/IconButton.js +2 -2
- package/es/v1/form/fields/SelectField/SelectField.js +1 -9
- package/es/v1/form/fields/TextBoxField/TextBoxField.js +122 -142
- package/es/v1/form/fields/TextEditorField/TextEditorField.js +133 -153
- package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +137 -178
- package/es/v1/form/fields/TextareaField/TextareaField.js +113 -137
- package/es/v1/form/fields/ValidationMessage/ValidationMessage.js +43 -43
- package/es/v1/form/layout/Field/Field.js +24 -28
- package/es/v1/form/layout/Section/Section.js +25 -33
- package/es/v1/form/layout/Section/props/propTypes.js +0 -1
- package/es/v1/list/Subject/Subject.js +39 -48
- package/es/v1/list/TagNew/TagNew.js +18 -27
- package/es/v1/list/Thread/Thread.js +26 -35
- package/es/v1/list/status/StatusDropdown/StatusDropdown.js +2 -1
- package/es/v1/list/status/StatusListItem/StatusListItem.js +12 -5
- package/es/v1/list/status/StatusListItem/props/defaultProps.js +2 -1
- package/es/v1/list/status/StatusListItem/props/propTypes.js +3 -1
- package/es/v1/lookup/Lookup/Lookup.js +6 -3
- package/es/version2/GlobalNotification/GlobalNotification.module.css +1 -2
- package/lib/Drawer/Drawer.js +6 -3
- package/lib/Drawer/props/defaultProps.js +2 -1
- package/lib/Drawer/props/propTypes.js +2 -1
- package/lib/Hooks/Dragger/useDragger.js +4 -3
- package/lib/IconButton/IconButton.js +2 -2
- package/lib/NewStar/NewStar.module.css +128 -67
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -0
- package/lib/form/fields/TextEditor/TextEditor.module.css +63 -47
- package/lib/list/status/StatusDropdown/StatusDropdown.js +2 -1
- package/lib/list/status/StatusListItem/StatusListItem.js +12 -5
- package/lib/list/status/StatusListItem/props/defaultProps.js +2 -1
- package/lib/list/status/StatusListItem/props/propTypes.js +3 -1
- package/lib/lookup/Lookup/Lookup.js +14 -3
- package/lib/v1/DotWrapper/DotWrapper.js +41 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/dynamicImports.js +33 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/props/defaultProps.js +14 -0
- package/lib/v1/DotWrapper/props/propTypes.js +19 -0
- package/lib/v1/DotWrapper/utils/appearanceProperties.js +79 -0
- package/lib/v1/DotWrapper/utils/errorMessage.js +14 -0
- package/lib/v1/DotWrapper/utils/importFiles.js +25 -0
- package/lib/v1/DotWrapper/utils/themeProperties.js +325 -0
- package/lib/v1/Drawer/Drawer.js +6 -3
- package/lib/v1/Drawer/props/defaultProps.js +2 -1
- package/lib/v1/Drawer/props/propTypes.js +2 -1
- package/lib/v1/IconButton/IconButton.js +2 -2
- package/lib/v1/form/fields/SelectField/SelectField.js +1 -7
- package/lib/v1/form/fields/TextBoxField/TextBoxField.js +125 -181
- package/lib/v1/form/fields/TextEditorField/TextEditorField.js +138 -193
- package/lib/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +160 -212
- package/lib/v1/form/fields/TextareaField/TextareaField.js +117 -177
- package/lib/v1/form/fields/ValidationMessage/ValidationMessage.js +41 -80
- package/lib/v1/form/layout/Field/Field.js +22 -69
- package/lib/v1/form/layout/Section/Section.js +27 -72
- package/lib/v1/form/layout/Section/props/propTypes.js +0 -1
- package/lib/v1/list/Subject/Subject.js +39 -87
- package/lib/v1/list/TagNew/TagNew.js +18 -66
- package/lib/v1/list/Thread/Thread.js +25 -73
- package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +2 -1
- package/lib/v1/list/status/StatusListItem/StatusListItem.js +12 -5
- package/lib/v1/list/status/StatusListItem/props/defaultProps.js +2 -1
- package/lib/v1/list/status/StatusListItem/props/propTypes.js +3 -1
- package/lib/v1/lookup/Lookup/Lookup.js +11 -6
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +1 -2
- package/package.json +13 -13
- package/prePublish.js +0 -69
- package/react-cli.config.js +6 -1
- package/result.json +1 -1
- package/unittest/index.html +1 -1
|
@@ -5,50 +5,50 @@ import Label from '@zohodesk/components/es/v1/Label/Label';
|
|
|
5
5
|
import colors from '@zohodesk/components/es/Label/LabelColors.module.css';
|
|
6
6
|
import style from '../../../../form/fields/ValidationMessage/ValidationMessage.module.css';
|
|
7
7
|
import { Icon } from '@zohodesk/icons';
|
|
8
|
-
export default class ValidationMessage extends React.Component {
|
|
9
|
-
render() {
|
|
10
|
-
let {
|
|
11
|
-
palette,
|
|
12
|
-
text,
|
|
13
|
-
htmlFor,
|
|
14
|
-
onClick,
|
|
15
|
-
type,
|
|
16
|
-
size,
|
|
17
|
-
dataId,
|
|
18
|
-
clipped,
|
|
19
|
-
a11y,
|
|
20
|
-
tooltip,
|
|
21
|
-
dataSelectorId
|
|
22
|
-
} = this.props;
|
|
23
|
-
let {
|
|
24
|
-
role = 'alert'
|
|
25
|
-
} = a11y;
|
|
26
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
27
|
-
role: role,
|
|
28
|
-
onClick: onClick,
|
|
29
|
-
className: `${type === 'primary' ? style.primary : style.secondary}`,
|
|
30
|
-
"data-id": "errorMsgContainer",
|
|
31
|
-
"data-test-id": "errorMsgContainer",
|
|
32
|
-
"data-selector-id": dataSelectorId
|
|
33
|
-
}, /*#__PURE__*/React.createElement(Label, {
|
|
34
|
-
text: text,
|
|
35
|
-
htmlFor: htmlFor,
|
|
36
|
-
palette: palette,
|
|
37
|
-
size: size,
|
|
38
|
-
dataId: dataId,
|
|
39
|
-
clipped: clipped,
|
|
40
|
-
title: clipped ? text : '',
|
|
41
|
-
customClass: style.lable
|
|
42
|
-
}), tooltip ? /*#__PURE__*/React.createElement("span", {
|
|
43
|
-
className: `${style.icon} ${colors[palette]}`,
|
|
44
|
-
"data-title": tooltip
|
|
45
|
-
}, /*#__PURE__*/React.createElement(Icon, {
|
|
46
|
-
name: "ZD-information57",
|
|
47
|
-
size: "14"
|
|
48
|
-
})) : null);
|
|
49
|
-
}
|
|
50
8
|
|
|
51
|
-
|
|
9
|
+
const ValidationMessage = props => {
|
|
10
|
+
const {
|
|
11
|
+
palette,
|
|
12
|
+
text,
|
|
13
|
+
htmlFor,
|
|
14
|
+
onClick,
|
|
15
|
+
type,
|
|
16
|
+
size,
|
|
17
|
+
dataId,
|
|
18
|
+
clipped,
|
|
19
|
+
a11y,
|
|
20
|
+
tooltip,
|
|
21
|
+
dataSelectorId
|
|
22
|
+
} = props;
|
|
23
|
+
const {
|
|
24
|
+
role = 'alert'
|
|
25
|
+
} = a11y;
|
|
26
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
27
|
+
role: role,
|
|
28
|
+
onClick: onClick,
|
|
29
|
+
className: `${type === 'primary' ? style.primary : style.secondary}`,
|
|
30
|
+
"data-id": "errorMsgContainer",
|
|
31
|
+
"data-test-id": "errorMsgContainer",
|
|
32
|
+
"data-selector-id": dataSelectorId
|
|
33
|
+
}, /*#__PURE__*/React.createElement(Label, {
|
|
34
|
+
text: text,
|
|
35
|
+
htmlFor: htmlFor,
|
|
36
|
+
palette: palette,
|
|
37
|
+
size: size,
|
|
38
|
+
dataId: dataId,
|
|
39
|
+
clipped: clipped,
|
|
40
|
+
title: clipped ? text : '',
|
|
41
|
+
customClass: style.lable
|
|
42
|
+
}), tooltip ? /*#__PURE__*/React.createElement("span", {
|
|
43
|
+
className: `${style.icon} ${colors[palette]}`,
|
|
44
|
+
"data-title": tooltip
|
|
45
|
+
}, /*#__PURE__*/React.createElement(Icon, {
|
|
46
|
+
name: "ZD-information57",
|
|
47
|
+
size: "14"
|
|
48
|
+
})) : null);
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
export default ValidationMessage;
|
|
52
52
|
ValidationMessage.propTypes = propTypes;
|
|
53
53
|
ValidationMessage.defaultProps = defaultProps; // if (__DOCS__) {
|
|
54
54
|
// ValidationMessage.docs = {
|
|
@@ -1,33 +1,29 @@
|
|
|
1
|
-
import React
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { defaultProps } from './props/defaultProps';
|
|
3
3
|
import { propTypes } from './props/propTypes';
|
|
4
4
|
import style from '../../../../form/layout/Field/Field.module.css';
|
|
5
|
-
export default class Field extends Component {
|
|
6
|
-
render() {
|
|
7
|
-
let {
|
|
8
|
-
width,
|
|
9
|
-
children,
|
|
10
|
-
rowBreak,
|
|
11
|
-
column,
|
|
12
|
-
className,
|
|
13
|
-
containerClass,
|
|
14
|
-
dataId
|
|
15
|
-
} = this.props;
|
|
16
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
17
|
-
className: `${containerClass ? containerClass : ''} ${column == 'single' ? `${style.singleColumn}` : `${style[width]} `}`,
|
|
18
|
-
"data-id": dataId,
|
|
19
|
-
"data-test-id": dataId
|
|
20
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
21
|
-
className: `${className ? className : ''} ${`fieldWidth_${width}`}`
|
|
22
|
-
}, children)), rowBreak && /*#__PURE__*/React.createElement("div", {
|
|
23
|
-
className: style.rowBreak
|
|
24
|
-
}));
|
|
25
|
-
}
|
|
26
5
|
|
|
27
|
-
|
|
6
|
+
const Field = props => {
|
|
7
|
+
const {
|
|
8
|
+
width,
|
|
9
|
+
children,
|
|
10
|
+
rowBreak,
|
|
11
|
+
column,
|
|
12
|
+
className,
|
|
13
|
+
containerClass,
|
|
14
|
+
dataId
|
|
15
|
+
} = props;
|
|
16
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
17
|
+
className: `${containerClass ? containerClass : ''} ${column == 'single' ? `${style.singleColumn}` : `${style[width]} `}`,
|
|
18
|
+
"data-id": dataId,
|
|
19
|
+
"data-test-id": dataId
|
|
20
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
21
|
+
className: `${className ? className : ''} ${`fieldWidth_${width}`}`
|
|
22
|
+
}, children)), rowBreak && /*#__PURE__*/React.createElement("div", {
|
|
23
|
+
className: style.rowBreak
|
|
24
|
+
}));
|
|
25
|
+
};
|
|
26
|
+
|
|
28
27
|
Field.propTypes = propTypes;
|
|
29
|
-
Field.defaultProps = defaultProps;
|
|
30
|
-
|
|
31
|
-
// componentGroup: 'ModuleAddForm'
|
|
32
|
-
// };
|
|
33
|
-
// }
|
|
28
|
+
Field.defaultProps = defaultProps;
|
|
29
|
+
export default Field;
|
|
@@ -1,37 +1,29 @@
|
|
|
1
|
-
import React
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { propTypes } from './props/propTypes';
|
|
3
3
|
import style from '../../../../form/layout/Section/ModuleFormSection.module.css';
|
|
4
|
-
export default class Section extends Component {
|
|
5
|
-
constructor(props) {
|
|
6
|
-
super(props);
|
|
7
|
-
}
|
|
8
4
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
5
|
+
const Section = props => {
|
|
6
|
+
const {
|
|
7
|
+
title,
|
|
8
|
+
dataId,
|
|
9
|
+
containerClass,
|
|
10
|
+
titleClass,
|
|
11
|
+
className,
|
|
12
|
+
column,
|
|
13
|
+
formName
|
|
14
|
+
} = props;
|
|
15
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
16
|
+
"data-id": dataId,
|
|
17
|
+
"data-test-id": dataId,
|
|
18
|
+
className: containerClass ? containerClass : ''
|
|
19
|
+
}, title && /*#__PURE__*/React.createElement("div", {
|
|
20
|
+
className: titleClass ? titleClass : ''
|
|
21
|
+
}, title), /*#__PURE__*/React.createElement("div", {
|
|
22
|
+
className: `${className ? className : ''} ${column == 'single' ? style.singleColumn : ''}`,
|
|
23
|
+
"data-id": formName && formName,
|
|
24
|
+
"data-test-id": formName && formName
|
|
25
|
+
}, this.props.children));
|
|
26
|
+
};
|
|
31
27
|
|
|
32
|
-
|
|
33
|
-
Section.propTypes = propTypes;
|
|
34
|
-
// Section.docs = {
|
|
35
|
-
// componentGroup: 'ModuleAddForm'
|
|
36
|
-
// };
|
|
37
|
-
// }
|
|
28
|
+
export default Section;
|
|
29
|
+
Section.propTypes = propTypes;
|
|
@@ -1,57 +1,48 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
|
-
import React
|
|
3
|
+
import React from 'react';
|
|
4
4
|
import { defaultProps } from './props/defaultProps';
|
|
5
5
|
import { propTypes } from './props/propTypes';
|
|
6
6
|
import Link from '../../Link/Link';
|
|
7
7
|
import style from '../../../list/Subject/Subject.module.css';
|
|
8
|
-
export default class Subject extends Component {
|
|
9
|
-
constructor(props) {
|
|
10
|
-
super(props);
|
|
11
|
-
}
|
|
12
8
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
9
|
+
const Subject = props => {
|
|
10
|
+
const {
|
|
11
|
+
text,
|
|
12
|
+
dataId,
|
|
13
|
+
urlName,
|
|
14
|
+
href,
|
|
15
|
+
urlData,
|
|
16
|
+
onClick,
|
|
17
|
+
isLink,
|
|
18
|
+
target,
|
|
19
|
+
fontWeight,
|
|
20
|
+
className,
|
|
21
|
+
isDotted,
|
|
22
|
+
children,
|
|
23
|
+
customProps
|
|
24
|
+
} = props;
|
|
25
|
+
const {
|
|
26
|
+
LinkProps = {},
|
|
27
|
+
TextProps = {}
|
|
28
|
+
} = customProps;
|
|
29
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, _extends({
|
|
30
|
+
urlName: urlName,
|
|
31
|
+
href: href,
|
|
32
|
+
urlData: urlData,
|
|
33
|
+
onClick: onClick,
|
|
34
|
+
className: `${style.subject} ${isDotted ? style.dotted : ''} ${className} ${style[`font_${fontWeight}`]} ${style.cursorPointer}`,
|
|
35
|
+
dataId: dataId,
|
|
36
|
+
title: text,
|
|
37
|
+
target: target
|
|
38
|
+
}, LinkProps), children ? children : text) : /*#__PURE__*/React.createElement("span", _extends({
|
|
39
|
+
className: `${style.subject} ${isDotted ? style.dotted : ''} ${className} ${style[`font_${fontWeight}`]}`,
|
|
40
|
+
"data-title": text,
|
|
41
|
+
"data-id": dataId,
|
|
42
|
+
"data-test-id": dataId
|
|
43
|
+
}, TextProps), text));
|
|
44
|
+
};
|
|
49
45
|
|
|
50
|
-
|
|
46
|
+
export default Subject;
|
|
51
47
|
Subject.propTypes = propTypes;
|
|
52
|
-
Subject.defaultProps = defaultProps;
|
|
53
|
-
// Subject.docs = {
|
|
54
|
-
// folderName: 'List',
|
|
55
|
-
// componentGroup: 'Subject'
|
|
56
|
-
// };
|
|
57
|
-
// }
|
|
48
|
+
Subject.defaultProps = defaultProps;
|
|
@@ -1,33 +1,24 @@
|
|
|
1
|
-
import React
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { defaultProps } from './props/defaultProps';
|
|
3
3
|
import { propTypes } from './props/propTypes';
|
|
4
4
|
import style from '../../../list/TagNew/TagNew.module.css';
|
|
5
|
-
export default class TagNew extends Component {
|
|
6
|
-
constructor(props) {
|
|
7
|
-
super(props);
|
|
8
|
-
}
|
|
9
5
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
6
|
+
const TagNew = props => {
|
|
7
|
+
const {
|
|
8
|
+
className,
|
|
9
|
+
text,
|
|
10
|
+
animate,
|
|
11
|
+
onClick,
|
|
12
|
+
dataId
|
|
13
|
+
} = props;
|
|
14
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
15
|
+
className: `${style.tagStyle} ${animate ? style.bounceIn : ''} ${className ? className : ''}`,
|
|
16
|
+
onClick: onClick,
|
|
17
|
+
"data-id": dataId,
|
|
18
|
+
"data-test-id": dataId
|
|
19
|
+
}, text);
|
|
20
|
+
};
|
|
25
21
|
|
|
26
|
-
|
|
22
|
+
export default TagNew;
|
|
27
23
|
TagNew.propTypes = propTypes;
|
|
28
|
-
TagNew.defaultProps = defaultProps;
|
|
29
|
-
// TagNew.docs = {
|
|
30
|
-
// folderName: 'List',
|
|
31
|
-
// componentGroup: 'TagNew'
|
|
32
|
-
// };
|
|
33
|
-
// }
|
|
24
|
+
TagNew.defaultProps = defaultProps;
|
|
@@ -1,43 +1,34 @@
|
|
|
1
|
-
import React
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { defaultProps } from './props/defaultProps';
|
|
3
3
|
import { propTypes } from './props/propTypes';
|
|
4
4
|
import { Icon } from '@zohodesk/icons';
|
|
5
5
|
import Button from '@zohodesk/components/es/v1/semantic/Button/Button';
|
|
6
6
|
import style from '../../../list/Thread/Thread.module.css';
|
|
7
|
-
export default class Thread extends Component {
|
|
8
|
-
constructor(props) {
|
|
9
|
-
super(props);
|
|
10
|
-
}
|
|
11
7
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
8
|
+
const Thread = props => {
|
|
9
|
+
const {
|
|
10
|
+
count: threadCount,
|
|
11
|
+
className,
|
|
12
|
+
iconTitle,
|
|
13
|
+
dataId,
|
|
14
|
+
align
|
|
15
|
+
} = props;
|
|
16
|
+
const count = threadCount === '0' ? '1' : threadCount;
|
|
17
|
+
return /*#__PURE__*/React.createElement(Button, {
|
|
18
|
+
customClass: `${style.container} ${style[`align_${align}`]} ${className}`,
|
|
19
|
+
title: iconTitle,
|
|
20
|
+
dataId: dataId,
|
|
21
|
+
a11y: {
|
|
22
|
+
ariaLabel: iconTitle
|
|
23
|
+
}
|
|
24
|
+
}, /*#__PURE__*/React.createElement(Icon, {
|
|
25
|
+
name: "ZD-TK-thread",
|
|
26
|
+
size: "9"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("span", {
|
|
28
|
+
className: style.count
|
|
29
|
+
}, count));
|
|
30
|
+
};
|
|
35
31
|
|
|
36
|
-
|
|
32
|
+
export default Thread;
|
|
37
33
|
Thread.propTypes = propTypes;
|
|
38
|
-
Thread.defaultProps = defaultProps;
|
|
39
|
-
// Thread.docs = {
|
|
40
|
-
// folderName: 'List',
|
|
41
|
-
// componentGroup: 'Thread'
|
|
42
|
-
// };
|
|
43
|
-
// }
|
|
34
|
+
Thread.defaultProps = defaultProps;
|
|
@@ -352,7 +352,8 @@ function StatusDropdown(props) {
|
|
|
352
352
|
needMultiLineText: needMultiLineText,
|
|
353
353
|
a11y: {
|
|
354
354
|
role: isSearch ? 'option' : 'menuitem',
|
|
355
|
-
ariaSelected: value === item[keyName]
|
|
355
|
+
ariaSelected: value === item[keyName],
|
|
356
|
+
'data-a11y-list-active': selectedIndex === i
|
|
356
357
|
}
|
|
357
358
|
})))) : isDataLoaded ? /*#__PURE__*/React.createElement(CommonEmptyState, {
|
|
358
359
|
className: style.svgWrapper,
|
|
@@ -35,7 +35,9 @@ export default function StatusListItem(props) {
|
|
|
35
35
|
getRef,
|
|
36
36
|
id,
|
|
37
37
|
onClick,
|
|
38
|
-
onMouseEnter
|
|
38
|
+
onMouseEnter,
|
|
39
|
+
customClass,
|
|
40
|
+
children
|
|
39
41
|
} = props;
|
|
40
42
|
let options = {};
|
|
41
43
|
let {
|
|
@@ -70,7 +72,7 @@ export default function StatusListItem(props) {
|
|
|
70
72
|
isCover: false,
|
|
71
73
|
align: "baseline",
|
|
72
74
|
alignBox: "row",
|
|
73
|
-
className: `${style.list} ${style[size]} ${style[palette]} ${active ? style.active : highlight && !isDisabled ? style.hover : ''} ${autoHover && !isDisabled ? style.effect : ''} ${needTick ? style.withTick : ''} ${isDisabled ? CssProvider('isDisable') : ''} ${needBorder ? style.withBorder : ''}`,
|
|
75
|
+
className: `${style.list} ${style[size]} ${style[palette]} ${active ? style.active : highlight && !isDisabled ? style.hover : ''} ${autoHover && !isDisabled ? style.effect : ''} ${needTick ? style.withTick : ''} ${isDisabled ? CssProvider('isDisable') : ''} ${needBorder ? style.withBorder : ''} ${customClass}`,
|
|
74
76
|
dataId: String(value).replace("'", '_'),
|
|
75
77
|
onClick: !isDisabled && handleClick,
|
|
76
78
|
onMouseEnter: handleMouseEnter,
|
|
@@ -78,14 +80,19 @@ export default function StatusListItem(props) {
|
|
|
78
80
|
tagName: isLink ? 'a' : 'li',
|
|
79
81
|
"data-title": isDisabled ? disableTitle : null,
|
|
80
82
|
tabindex: isDisabled ? '-1' : '0'
|
|
81
|
-
}, options), /*#__PURE__*/React.createElement(Box, {
|
|
83
|
+
}, options, a11y), /*#__PURE__*/React.createElement(Box, {
|
|
82
84
|
className: `${style.statusType} ${style[bulletColor]}`
|
|
83
85
|
}), /*#__PURE__*/React.createElement(Box, {
|
|
84
|
-
"data-title": isDisabled ? null : title,
|
|
85
86
|
flexible: true,
|
|
87
|
+
shrink: true
|
|
88
|
+
}, /*#__PURE__*/React.createElement(Container, {
|
|
89
|
+
alignBox: "row",
|
|
90
|
+
align: needMultiLineText ? 'top' : 'vertical'
|
|
91
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
92
|
+
"data-title": isDisabled ? null : title,
|
|
86
93
|
shrink: true,
|
|
87
94
|
className: needMultiLineText ? style.multiLineValue : style.value
|
|
88
|
-
}, value), needTick && active ? /*#__PURE__*/React.createElement("div", {
|
|
95
|
+
}, value), /*#__PURE__*/React.createElement(Box, null, children && children))), needTick && active ? /*#__PURE__*/React.createElement("div", {
|
|
89
96
|
className: style.tickIcon,
|
|
90
97
|
"aria-hidden": ariaHidden
|
|
91
98
|
}, /*#__PURE__*/React.createElement(Icon, {
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
1
3
|
/*** Libraries ***/
|
|
2
4
|
import React, { useRef, useCallback, useEffect } from 'react';
|
|
3
5
|
import { useEffectCallOnlyAfterState } from '@zohodesk/hooks';
|
|
@@ -36,7 +38,8 @@ export default function Lookup(props) {
|
|
|
36
38
|
ariaLabelledby,
|
|
37
39
|
ariaDescribedby,
|
|
38
40
|
ariaLabel,
|
|
39
|
-
ariaModal = isActive ? true : undefined
|
|
41
|
+
ariaModal = isActive ? true : undefined,
|
|
42
|
+
...a11yAttributes
|
|
40
43
|
} = a11y;
|
|
41
44
|
const {
|
|
42
45
|
focusScopeProps = {}
|
|
@@ -64,7 +67,7 @@ export default function Lookup(props) {
|
|
|
64
67
|
document.removeEventListener('keydown', handleKeyDown);
|
|
65
68
|
};
|
|
66
69
|
}, []);
|
|
67
|
-
const content = /*#__PURE__*/React.createElement("div", {
|
|
70
|
+
const content = /*#__PURE__*/React.createElement("div", _extends({
|
|
68
71
|
ref: createRef,
|
|
69
72
|
tabIndex: "-1",
|
|
70
73
|
"data-a11y-need-focus-style": "false",
|
|
@@ -77,7 +80,7 @@ export default function Lookup(props) {
|
|
|
77
80
|
className: `${style.box} ${style[`${size}Size`]}`,
|
|
78
81
|
"data-id": dataId,
|
|
79
82
|
"data-test-id": dataId
|
|
80
|
-
}, /*#__PURE__*/React.createElement(Container, {
|
|
83
|
+
}, a11yAttributes), /*#__PURE__*/React.createElement(Container, {
|
|
81
84
|
"data-drag-container": "true",
|
|
82
85
|
isCover: false,
|
|
83
86
|
className: isMinHeight ? `${style.wrapper}` : `${style.coverwrap}`
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
--commonalert_border_color: var(--zdt_commonalert_default_border);
|
|
4
4
|
--globalnotification_bg_color: var(--zdt_globalnotification_default_bg);
|
|
5
5
|
--globalnotification_text_color: var(--zdt_globalnotification_default_text);
|
|
6
|
-
--globalnotification_box_shadow: var(--zdt_globalnotification_default_box_shadow);
|
|
7
6
|
}
|
|
8
7
|
|
|
9
8
|
.message {
|
|
@@ -180,4 +179,4 @@
|
|
|
180
179
|
[dir=rtl] .close {
|
|
181
180
|
left: var(--zd_size12) ;
|
|
182
181
|
margin: auto var(--zd_size25) auto 0 ;
|
|
183
|
-
}
|
|
182
|
+
}
|
package/lib/Drawer/Drawer.js
CHANGED
|
@@ -39,6 +39,8 @@ var _FocusScope = _interopRequireDefault(require("@zohodesk/a11y/es/FocusScope/F
|
|
|
39
39
|
|
|
40
40
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
41
41
|
|
|
42
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
43
|
+
|
|
42
44
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
43
45
|
|
|
44
46
|
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); } }
|
|
@@ -253,7 +255,8 @@ var Drawer = /*#__PURE__*/function (_React$Component4) {
|
|
|
253
255
|
onBodyClick = _this$props4.onBodyClick,
|
|
254
256
|
onClose = _this$props4.onClose,
|
|
255
257
|
needFocusScope = _this$props4.needFocusScope,
|
|
256
|
-
customProps = _this$props4.customProps
|
|
258
|
+
customProps = _this$props4.customProps,
|
|
259
|
+
a11y = _this$props4.a11y;
|
|
257
260
|
var _customProps$focusSco = customProps.focusScopeProps,
|
|
258
261
|
focusScopeProps = _customProps$focusSco === void 0 ? {} : _customProps$focusSco;
|
|
259
262
|
var _focusScopeProps$need = focusScopeProps.needAutoFocus,
|
|
@@ -280,12 +283,12 @@ var Drawer = /*#__PURE__*/function (_React$Component4) {
|
|
|
280
283
|
return child;
|
|
281
284
|
});
|
|
282
285
|
|
|
283
|
-
var content = /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
286
|
+
var content = /*#__PURE__*/_react["default"].createElement(_Layout.Box, _extends({
|
|
284
287
|
className: "".concat(_DrawerModule["default"].container, " ").concat(_DrawerModule["default"].columns, " ").concat(_DrawerModule["default"].drawerModal, " ").concat(uptoTablet ? _DrawerModule["default"].mbleSize : _DrawerModule["default"][size]),
|
|
285
288
|
"data-a11y-need-focus-style": "false",
|
|
286
289
|
tabindex: -1,
|
|
287
290
|
eleRef: this.createRef
|
|
288
|
-
}, /*#__PURE__*/_react["default"].createElement(_Card.Card, {
|
|
291
|
+
}, a11y), /*#__PURE__*/_react["default"].createElement(_Card.Card, {
|
|
289
292
|
onClick: function onClick(e) {
|
|
290
293
|
e && e.stopPropagation && e.stopPropagation();
|
|
291
294
|
onBodyClick(e);
|
|
@@ -61,6 +61,7 @@ var Drawer_propTypes = {
|
|
|
61
61
|
subDrawerSize: _propTypes["default"].oneOf(['xsmall', 'small', 'medium']),
|
|
62
62
|
needFocusScope: _propTypes["default"].bool,
|
|
63
63
|
customProps: _propTypes["default"].object,
|
|
64
|
-
innerPortalName: _propTypes["default"].string
|
|
64
|
+
innerPortalName: _propTypes["default"].string,
|
|
65
|
+
a11y: _propTypes["default"].object
|
|
65
66
|
};
|
|
66
67
|
exports.Drawer_propTypes = Drawer_propTypes;
|
|
@@ -37,9 +37,10 @@ function useDragger(_ref) {
|
|
|
37
37
|
});
|
|
38
38
|
var draggable = (0, _react.useRef)(false);
|
|
39
39
|
(0, _react.useEffect)(function () {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
if (isActive) {
|
|
41
|
+
parentEle.current = ChildRef.current.closest('[data-drag-parent=true]') || (0, _Config.getDotLibraryConfig)('draggerBoundary') || document.body;
|
|
42
|
+
}
|
|
43
|
+
}, [isActive]); //calculateDragPosition --> To sperate Dom action
|
|
43
44
|
|
|
44
45
|
var calculateDragPosition = (0, _react.useCallback)(function (x, y) {
|
|
45
46
|
if (parentEle.current && draggableEle.current) {
|
|
@@ -73,8 +73,8 @@ var IconButton = /*#__PURE__*/function (_React$Component) {
|
|
|
73
73
|
key: "handleToggle",
|
|
74
74
|
value: function handleToggle(e) {
|
|
75
75
|
if (e.key === ' ' || e.key === 'Enter' || e.key === 'Spacebar') {
|
|
76
|
-
e.preventDefault();
|
|
77
|
-
|
|
76
|
+
e.preventDefault(); // this.triggerClick(e);
|
|
77
|
+
|
|
78
78
|
this.triggerMouseDown(e);
|
|
79
79
|
}
|
|
80
80
|
}
|