@zohodesk/components 1.0.0-temp-249.1 → 1.0.0-temp-199.23
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/assets/Appearance/dark/mode/Component_DarkMode.module.css +202 -202
- package/assets/Appearance/dark/mode/Component_v1_DarkMode.module.css +11 -11
- package/assets/Appearance/dark/themes/blue/blue_CTA_DarkModifyCategory.module.css +465 -465
- package/assets/Appearance/dark/themes/blue/blue_CTA_DarkTheme.module.css +33 -33
- package/assets/Appearance/dark/themes/blue/blue_ComponentTheme_DarkTheme.module.css +28 -28
- package/assets/Appearance/dark/themes/green/green_CTA_DarkModifyCategory.module.css +465 -465
- package/assets/Appearance/dark/themes/green/green_CTA_DarkTheme.module.css +33 -33
- package/assets/Appearance/dark/themes/green/green_ComponentTheme_DarkTheme.module.css +28 -28
- package/assets/Appearance/dark/themes/orange/orange_CTA_DarkModifyCategory.module.css +465 -465
- package/assets/Appearance/dark/themes/orange/orange_CTA_DarkTheme.module.css +33 -33
- package/assets/Appearance/dark/themes/orange/orange_ComponentTheme_DarkTheme.module.css +28 -28
- package/assets/Appearance/dark/themes/red/red_CTA_DarkModifyCategory.module.css +465 -465
- package/assets/Appearance/dark/themes/red/red_CTA_DarkTheme.module.css +33 -33
- package/assets/Appearance/dark/themes/red/red_ComponentTheme_DarkTheme.module.css +28 -28
- package/assets/Appearance/dark/themes/yellow/yellow_CTA_DarkModifyCategory.module.css +465 -465
- package/assets/Appearance/dark/themes/yellow/yellow_CTA_DarkTheme.module.css +33 -33
- package/assets/Appearance/dark/themes/yellow/yellow_ComponentTheme_DarkTheme.module.css +28 -28
- package/assets/Appearance/light/mode/Component_LightMode.module.css +198 -198
- package/assets/Appearance/light/mode/Component_v1_LightMode.module.css +11 -11
- package/assets/Appearance/light/themes/blue/blue_CTA_LightModifyCategory.module.css +465 -465
- package/assets/Appearance/light/themes/blue/blue_CTA_LightTheme.module.css +33 -33
- package/assets/Appearance/light/themes/blue/blue_ComponentTheme_LightTheme.module.css +28 -28
- package/assets/Appearance/light/themes/green/green_CTA_LightModifyCategory.module.css +465 -465
- package/assets/Appearance/light/themes/green/green_CTA_LightTheme.module.css +33 -33
- package/assets/Appearance/light/themes/green/green_ComponentTheme_LightTheme.module.css +28 -28
- package/assets/Appearance/light/themes/orange/orange_CTA_LightModifyCategory.module.css +465 -465
- package/assets/Appearance/light/themes/orange/orange_CTA_LightTheme.module.css +33 -33
- package/assets/Appearance/light/themes/orange/orange_ComponentTheme_LightTheme.module.css +28 -28
- package/assets/Appearance/light/themes/red/red_CTA_LightModifyCategory.module.css +465 -465
- package/assets/Appearance/light/themes/red/red_CTA_LightTheme.module.css +33 -33
- package/assets/Appearance/light/themes/red/red_ComponentTheme_LightTheme.module.css +28 -28
- package/assets/Appearance/light/themes/yellow/yellow_CTA_LightModifyCategory.module.css +465 -465
- package/assets/Appearance/light/themes/yellow/yellow_CTA_LightTheme.module.css +33 -33
- package/assets/Appearance/light/themes/yellow/yellow_ComponentTheme_LightTheme.module.css +28 -28
- package/assets/Appearance/pureDark/mode/Component_PureDarkMode.module.css +204 -204
- package/assets/Appearance/pureDark/mode/Component_v1_PureDarkMode.module.css +11 -11
- package/assets/Appearance/pureDark/themes/blue/blue_CTA_PureDarkModifyCategory.module.css +465 -465
- package/assets/Appearance/pureDark/themes/blue/blue_CTA_PureDarkTheme.module.css +33 -33
- package/assets/Appearance/pureDark/themes/blue/blue_ComponentTheme_PureDarkTheme.module.css +28 -28
- package/assets/Appearance/pureDark/themes/green/green_CTA_PureDarkModifyCategory.module.css +465 -465
- package/assets/Appearance/pureDark/themes/green/green_CTA_PureDarkTheme.module.css +33 -33
- package/assets/Appearance/pureDark/themes/green/green_ComponentTheme_PureDarkTheme.module.css +28 -28
- package/assets/Appearance/pureDark/themes/orange/orange_CTA_PureDarkModifyCategory.module.css +465 -465
- package/assets/Appearance/pureDark/themes/orange/orange_CTA_PureDarkTheme.module.css +33 -33
- package/assets/Appearance/pureDark/themes/orange/orange_ComponentTheme_PureDarkTheme.module.css +28 -28
- package/assets/Appearance/pureDark/themes/red/red_CTA_PureDarkModifyCategory.module.css +465 -465
- package/assets/Appearance/pureDark/themes/red/red_CTA_PureDarkTheme.module.css +33 -33
- package/assets/Appearance/pureDark/themes/red/red_ComponentTheme_PureDarkTheme.module.css +28 -28
- package/assets/Appearance/pureDark/themes/yellow/yellow_CTA_PureDarkModifyCategory.module.css +465 -465
- package/assets/Appearance/pureDark/themes/yellow/yellow_CTA_PureDarkTheme.module.css +33 -33
- package/assets/Appearance/pureDark/themes/yellow/yellow_ComponentTheme_PureDarkTheme.module.css +28 -28
- package/es/ColorSelect/_shared/ColorIndicator/ColorIndicator.module.css +4 -2
- package/es/ListItem/ListItem.js +5 -3
- package/es/ListItem/ListItem.module.css +35 -25
- package/es/ListItem/ListItemWithAvatar.js +4 -2
- package/es/ListItem/ListItemWithCheckBox.js +4 -2
- package/es/ListItem/ListItemWithIcon.js +4 -4
- package/es/ListItem/ListItemWithRadio.js +4 -2
- package/es/ListItem/props/defaultProps.js +2 -1
- package/es/ListItem/props/propTypes.js +4 -2
- package/es/MultiSelect/AdvancedGroupMultiSelect.js +6 -2
- package/es/MultiSelect/MultiSelect.js +2 -2
- package/es/MultiSelect/Suggestions.js +7 -2
- package/es/MultiSelect/props/defaultProps.js +2 -0
- package/es/MultiSelect/props/propTypes.js +11 -3
- package/es/Select/GroupSelect.js +1 -1
- package/es/Select/SelectWithAvatar.js +3 -3
- package/es/Select/SelectWithIcon.js +10 -3
- package/es/Select/props/defaultProps.js +4 -2
- package/es/Select/props/propTypes.js +11 -3
- package/es/common/common.module.css +1 -1
- package/es/v1/Label/Label.js +2 -1
- package/es/v1/Label/css/cssJSLogic.js +1 -1
- package/lib/ColorSelect/_shared/ColorIndicator/ColorIndicator.module.css +4 -2
- package/lib/ListItem/ListItem.js +6 -3
- package/lib/ListItem/ListItem.module.css +35 -25
- package/lib/ListItem/ListItemWithAvatar.js +5 -3
- package/lib/ListItem/ListItemWithCheckBox.js +4 -2
- package/lib/ListItem/ListItemWithIcon.js +5 -5
- package/lib/ListItem/ListItemWithRadio.js +4 -2
- package/lib/ListItem/props/defaultProps.js +2 -1
- package/lib/ListItem/props/propTypes.js +4 -2
- package/lib/MultiSelect/AdvancedGroupMultiSelect.js +8 -3
- package/lib/MultiSelect/MultiSelect.js +2 -2
- package/lib/MultiSelect/Suggestions.js +6 -2
- package/lib/MultiSelect/props/defaultProps.js +2 -0
- package/lib/MultiSelect/props/propTypes.js +13 -5
- package/lib/Select/GroupSelect.js +2 -1
- package/lib/Select/SelectWithAvatar.js +4 -3
- package/lib/Select/SelectWithIcon.js +10 -3
- package/lib/Select/props/defaultProps.js +5 -3
- package/lib/Select/props/propTypes.js +11 -3
- package/lib/common/common.module.css +1 -1
- package/lib/v1/Label/Label.js +3 -2
- package/lib/v1/Label/css/cssJSLogic.js +1 -8
- package/package.json +3 -3
|
@@ -187,7 +187,8 @@ export const GroupSelect_propTypes = {
|
|
|
187
187
|
isDefaultSelectValue: PropTypes.bool,
|
|
188
188
|
customProps: PropTypes.shape({
|
|
189
189
|
TextBoxProps: PropTypes.object,
|
|
190
|
-
TextBoxIconProps: PropTypes.object
|
|
190
|
+
TextBoxIconProps: PropTypes.object,
|
|
191
|
+
SuggestionsProps: PropTypes.object
|
|
191
192
|
}),
|
|
192
193
|
allowValueFallback: PropTypes.bool
|
|
193
194
|
};
|
|
@@ -250,7 +251,10 @@ export const SelectWithAvatar_propTypes = { ...Select_propTypes,
|
|
|
250
251
|
htmlId: PropTypes.string,
|
|
251
252
|
needEffect: PropTypes.bool,
|
|
252
253
|
isLoading: PropTypes.bool,
|
|
253
|
-
dataSelectorId: PropTypes.string
|
|
254
|
+
dataSelectorId: PropTypes.string,
|
|
255
|
+
customProps: PropTypes.shape({
|
|
256
|
+
SuggestionsProps: PropTypes.object
|
|
257
|
+
})
|
|
254
258
|
};
|
|
255
259
|
export const SelectWithIcon_propTypes = {
|
|
256
260
|
animationStyle: PropTypes.oneOf(['default', 'bounce']),
|
|
@@ -315,6 +319,10 @@ export const SelectWithIcon_propTypes = {
|
|
|
315
319
|
TextBoxProps: PropTypes.object,
|
|
316
320
|
DropdownSearchTextBoxProps: PropTypes.object,
|
|
317
321
|
SuggestionsProps: PropTypes.object,
|
|
318
|
-
TextBoxIconProps: PropTypes.object
|
|
322
|
+
TextBoxIconProps: PropTypes.object,
|
|
323
|
+
ListItemProps: PropTypes.object
|
|
324
|
+
}),
|
|
325
|
+
customClass: PropTypes.shape({
|
|
326
|
+
dropBoxClass: PropTypes.string
|
|
319
327
|
})
|
|
320
328
|
};
|
package/es/v1/Label/Label.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
.varClass {
|
|
2
|
-
|
|
3
|
-
--local-colorIndicator-
|
|
2
|
+
/* css:validation:ignore */
|
|
3
|
+
--local-colorIndicator-height: var(--zd_font_size10);
|
|
4
|
+
/* css:validation:ignore */
|
|
5
|
+
--local-colorIndicator-width: var(--zd_font_size10);
|
|
4
6
|
--local-colorIndicator-border-radius: 10px;
|
|
5
7
|
}
|
|
6
8
|
|
package/lib/ListItem/ListItem.js
CHANGED
|
@@ -127,7 +127,8 @@ var ListItem = /*#__PURE__*/function (_React$Component) {
|
|
|
127
127
|
needMultiLineText = _this$props4.needMultiLineText,
|
|
128
128
|
secondaryValue = _this$props4.secondaryValue,
|
|
129
129
|
renderBeforeChildren = _this$props4.renderBeforeChildren,
|
|
130
|
-
renderValueRightPlaceholderNode = _this$props4.renderValueRightPlaceholderNode
|
|
130
|
+
renderValueRightPlaceholderNode = _this$props4.renderValueRightPlaceholderNode,
|
|
131
|
+
lhsAlignContent = _this$props4.lhsAlignContent;
|
|
131
132
|
var _customProps$ListItem = customProps.ListItemProps,
|
|
132
133
|
ListItemProps = _customProps$ListItem === void 0 ? {} : _customProps$ListItem,
|
|
133
134
|
_customProps$Containe = customProps.ContainerProps,
|
|
@@ -137,7 +138,9 @@ var ListItem = /*#__PURE__*/function (_React$Component) {
|
|
|
137
138
|
_customClass$customTi = customClass.customTickIcon,
|
|
138
139
|
customTickIcon = _customClass$customTi === void 0 ? '' : _customClass$customTi,
|
|
139
140
|
_customClass$customVa = customClass.customValueRightPlaceholder,
|
|
140
|
-
customValueRightPlaceholder = _customClass$customVa === void 0 ? '' : _customClass$customVa
|
|
141
|
+
customValueRightPlaceholder = _customClass$customVa === void 0 ? '' : _customClass$customVa,
|
|
142
|
+
_customClass$titleBox = customClass.titleBoxClass,
|
|
143
|
+
titleBoxClass = _customClass$titleBox === void 0 ? '' : _customClass$titleBox;
|
|
141
144
|
|
|
142
145
|
var listA11y = _objectSpread({
|
|
143
146
|
ariaHidden: true,
|
|
@@ -173,7 +176,7 @@ var ListItem = /*#__PURE__*/function (_React$Component) {
|
|
|
173
176
|
flexible: true,
|
|
174
177
|
className: _ListItemModule["default"].leftBox
|
|
175
178
|
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
176
|
-
className: _ListItemModule["default"].titleBox
|
|
179
|
+
className: "".concat(_ListItemModule["default"].titleBox, " ").concat(lhsAlignContent !== 'start' ? "".concat(_ListItemModule["default"]["alignLhsBox_".concat(lhsAlignContent)]) : '', " ").concat(titleBoxClass)
|
|
177
180
|
}, (0, _utils.isRenderable)(renderBeforeChildren) ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
178
181
|
adjust: true,
|
|
179
182
|
className: _ListItemModule["default"].beforeChild
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* css:lineheight-validation:ignore */
|
|
1
2
|
.varClass {
|
|
2
3
|
/* listitem default variables */
|
|
3
4
|
--listitem_font_size: var(--zd_font_size13);
|
|
@@ -15,9 +16,14 @@
|
|
|
15
16
|
|
|
16
17
|
/* listitem tick icon default variables */
|
|
17
18
|
--listitem_tickicon_color: var(--zdt_listitem_default_tickicon);
|
|
18
|
-
|
|
19
|
+
|
|
20
|
+
/* line-height for multiline text */
|
|
21
|
+
--listitem_multiline_lineheight: 1.5385;
|
|
22
|
+
}
|
|
23
|
+
[dir=ltr] .varClass {
|
|
19
24
|
--listitem_avatar_margin: 0 var(--zd_size15) 0 0;
|
|
20
|
-
}
|
|
25
|
+
}
|
|
26
|
+
[dir=rtl] .varClass {
|
|
21
27
|
--listitem_avatar_margin: 0 0 0 var(--zd_size15);
|
|
22
28
|
}
|
|
23
29
|
.list {
|
|
@@ -70,14 +76,9 @@
|
|
|
70
76
|
.children,.secondaryValue {
|
|
71
77
|
composes: dotted from '../common/common.module.css';
|
|
72
78
|
}
|
|
73
|
-
|
|
74
|
-
margin-right: var(--zd_size10) ;
|
|
75
|
-
}
|
|
76
|
-
[dir=rtl] .beforeChild{
|
|
77
|
-
margin-left: var(--zd_size10) ;
|
|
78
|
-
}
|
|
79
|
+
/* css:lineheight-validation:ignore */
|
|
79
80
|
.value, .multiLineValue {
|
|
80
|
-
line-height:
|
|
81
|
+
line-height: var(--listitem_multiline_lineheight);
|
|
81
82
|
}
|
|
82
83
|
.multiLineValue,.multiLine{
|
|
83
84
|
composes: lineClamp from '../common/common.module.css';
|
|
@@ -115,26 +116,39 @@
|
|
|
115
116
|
composes: justifyFend from '../common/common.module.css';
|
|
116
117
|
}
|
|
117
118
|
|
|
119
|
+
.contentWrapper {
|
|
120
|
+
composes: dflex flexrow from '../common/common.module.css';
|
|
121
|
+
align-items: stretch;
|
|
122
|
+
width: 100% ;
|
|
123
|
+
}
|
|
118
124
|
.lhsBox {
|
|
119
125
|
composes: dflex from '../common/common.module.css';
|
|
120
126
|
align-self: stretch;
|
|
121
127
|
}
|
|
122
|
-
.
|
|
123
|
-
|
|
124
|
-
.lhsBox_large{
|
|
125
|
-
composes: varClass;
|
|
126
|
-
--listitem_doubleline_content_height: calc(var(--listitem_font_size) * 2 );
|
|
127
|
-
height: 100% ;
|
|
128
|
+
.beforeChild{
|
|
129
|
+
height: calc(var(--listitem_font_size) * var(--listitem_multiline_lineheight));
|
|
128
130
|
composes: dflex alignVertical from '../common/common.module.css';
|
|
129
131
|
}
|
|
130
|
-
.
|
|
131
|
-
|
|
132
|
+
[dir=ltr] .beforeChild{
|
|
133
|
+
margin-right: var(--zd_size10) ;
|
|
132
134
|
}
|
|
133
|
-
.
|
|
134
|
-
|
|
135
|
+
[dir=rtl] .beforeChild{
|
|
136
|
+
margin-left: var(--zd_size10) ;
|
|
135
137
|
}
|
|
136
|
-
.
|
|
137
|
-
|
|
138
|
+
.titleBox {
|
|
139
|
+
composes: dflex alignVertical from '../common/common.module.css';
|
|
140
|
+
align-items: stretch;
|
|
141
|
+
}
|
|
142
|
+
.alignLhsBox_end {
|
|
143
|
+
align-items: flex-end;
|
|
144
|
+
}
|
|
145
|
+
.alignLhsBox_center {
|
|
146
|
+
align-items: center;
|
|
147
|
+
}
|
|
148
|
+
.lhsBoxInner{
|
|
149
|
+
composes: dflex alignVertical from '../common/common.module.css';
|
|
150
|
+
height: 100% ;
|
|
151
|
+
max-height: calc((var(--listitem_font_size) * var(--listitem_multiline_lineheight)) * 2 );
|
|
138
152
|
}
|
|
139
153
|
.defaultHover, .primaryHover, .dangerHover, .secondaryHover, .darkHover {
|
|
140
154
|
background-color: var(--listitem_highlight_bg_color);
|
|
@@ -271,8 +285,4 @@
|
|
|
271
285
|
|
|
272
286
|
.leftBox {
|
|
273
287
|
composes: dflex flexcolumn from '../common/common.module.css';
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
.titleBox {
|
|
277
|
-
composes: dflex alignVertical from '../common/common.module.css';
|
|
278
288
|
}
|
|
@@ -178,11 +178,13 @@ var ListItemWithAvatar = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
178
178
|
disableTitle: disableTitle,
|
|
179
179
|
title: null,
|
|
180
180
|
customProps: ListItemProps
|
|
181
|
-
}, ContainerProps),
|
|
181
|
+
}, ContainerProps), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
182
|
+
className: _ListItemModule["default"].contentWrapper
|
|
183
|
+
}, name || imgSrc ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
182
184
|
className: "".concat(_ListItemModule["default"].leftAvatar, " ").concat(lhsAlignContent !== 'center' ? "".concat(_ListItemModule["default"].lhsBox) : '')
|
|
183
185
|
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
184
186
|
align: lhsAlignContent,
|
|
185
|
-
className: _ListItemModule["default"]
|
|
187
|
+
className: _ListItemModule["default"].lhsBoxInner
|
|
186
188
|
}, isTeam ? /*#__PURE__*/_react["default"].createElement(_AvatarTeam["default"], _extends({
|
|
187
189
|
name: name,
|
|
188
190
|
size: "small",
|
|
@@ -226,7 +228,7 @@ var ListItemWithAvatar = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
226
228
|
}, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
|
|
227
229
|
name: "ZD-ticknew",
|
|
228
230
|
size: "8"
|
|
229
|
-
})) : null);
|
|
231
|
+
})) : null));
|
|
230
232
|
}
|
|
231
233
|
}]);
|
|
232
234
|
|
|
@@ -160,11 +160,13 @@ var ListItemWithCheckBox = /*#__PURE__*/function (_React$Component) {
|
|
|
160
160
|
title: null,
|
|
161
161
|
customProps: ListItemProps
|
|
162
162
|
}, ContainerProps), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
163
|
+
className: _ListItemModule["default"].contentWrapper
|
|
164
|
+
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
163
165
|
className: "".concat(_ListItemModule["default"].iconBox, " ").concat(_ListItemModule["default"].lhsBox, " ").concat(_ListItemModule["default"]["lhsJustifyContent_".concat(lhsJustifyContent)]),
|
|
164
166
|
dataId: "".concat(dataId ? dataId : value, "_checkBox")
|
|
165
167
|
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
166
168
|
align: lhsAlignContent,
|
|
167
|
-
className: lhsAlignContent !== 'center' ? _ListItemModule["default"]
|
|
169
|
+
className: lhsAlignContent !== 'center' ? _ListItemModule["default"].lhsBoxInner : ''
|
|
168
170
|
}, /*#__PURE__*/_react["default"].createElement(_CheckBox["default"], {
|
|
169
171
|
checked: checked,
|
|
170
172
|
a11y: {
|
|
@@ -189,7 +191,7 @@ var ListItemWithCheckBox = /*#__PURE__*/function (_React$Component) {
|
|
|
189
191
|
}, (0, _utils.renderNode)(renderValueRightPlaceholderNode)) : null), secondaryValue ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
190
192
|
"data-title": isDisabled ? null : secondaryValue,
|
|
191
193
|
className: "".concat(_ListItemModule["default"].secondaryField, " ").concat(needMultiLineText ? _ListItemModule["default"].multiLine : _ListItemModule["default"].secondaryValue)
|
|
192
|
-
}, secondaryValue) : null));
|
|
194
|
+
}, secondaryValue) : null)));
|
|
193
195
|
}
|
|
194
196
|
}]);
|
|
195
197
|
|
|
@@ -166,14 +166,14 @@ var ListItemWithIcon = /*#__PURE__*/function (_React$Component) {
|
|
|
166
166
|
disableTitle: disableTitle,
|
|
167
167
|
title: null,
|
|
168
168
|
customProps: ListItemProps
|
|
169
|
-
}, ContainerProps),
|
|
169
|
+
}, ContainerProps), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
170
|
+
className: "".concat(_ListItemModule["default"].contentWrapper, " ").concat(!iconName && lhsAlignContent !== 'start' ? _ListItemModule["default"]["alignLhsBox_".concat(lhsAlignContent)] : '')
|
|
171
|
+
}, iconName && /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
170
172
|
"aria-hidden": true,
|
|
171
|
-
align: lhsAlignContent,
|
|
172
173
|
className: "".concat(_ListItemModule["default"].iconBox, " ").concat(_ListItemModule["default"].lhsBox, " ").concat(_ListItemModule["default"]["lhsJustifyContent_".concat(lhsJustifyContent)]),
|
|
173
174
|
dataId: dataId ? "".concat(dataId, "_Icon") : "".concat(value.toLowerCase().replace("'", '_'), "_Icon")
|
|
174
175
|
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
175
|
-
align: lhsAlignContent
|
|
176
|
-
className: lhsAlignContent !== 'center' ? _ListItemModule["default"]["lhsBox_".concat(size)] : ''
|
|
176
|
+
align: lhsAlignContent
|
|
177
177
|
}, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
|
|
178
178
|
iconClass: iconClass,
|
|
179
179
|
name: iconName,
|
|
@@ -204,7 +204,7 @@ var ListItemWithIcon = /*#__PURE__*/function (_React$Component) {
|
|
|
204
204
|
}, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
|
|
205
205
|
name: "ZD-ticknew",
|
|
206
206
|
size: "8"
|
|
207
|
-
})) : null);
|
|
207
|
+
})) : null));
|
|
208
208
|
}
|
|
209
209
|
}]);
|
|
210
210
|
|
|
@@ -161,12 +161,14 @@ var ListItemWithRadio = /*#__PURE__*/function (_React$Component) {
|
|
|
161
161
|
title: null,
|
|
162
162
|
customProps: ListItemProps
|
|
163
163
|
}, ContainerProps), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
164
|
+
className: _ListItemModule["default"].contentWrapper
|
|
165
|
+
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
164
166
|
align: lhsAlignContent,
|
|
165
167
|
className: "".concat(_ListItemModule["default"].iconBox, " ").concat(_ListItemModule["default"].lhsBox, " ").concat(_ListItemModule["default"]["lhsJustifyContent_".concat(lhsJustifyContent)]),
|
|
166
168
|
dataId: "".concat(dataId, "_radio")
|
|
167
169
|
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
168
170
|
align: lhsAlignContent,
|
|
169
|
-
className: lhsAlignContent !== 'center' ? _ListItemModule["default"]
|
|
171
|
+
className: lhsAlignContent !== 'center' ? _ListItemModule["default"].lhsBoxInner : ''
|
|
170
172
|
}, /*#__PURE__*/_react["default"].createElement(_Radio["default"], {
|
|
171
173
|
checked: checked,
|
|
172
174
|
id: id,
|
|
@@ -192,7 +194,7 @@ var ListItemWithRadio = /*#__PURE__*/function (_React$Component) {
|
|
|
192
194
|
}, (0, _utils.renderNode)(renderValueRightPlaceholderNode)) : null), secondaryValue ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
193
195
|
"data-title": isDisabled ? null : secondaryValue,
|
|
194
196
|
className: "".concat(_ListItemModule["default"].secondaryField, " ").concat(needMultiLineText ? _ListItemModule["default"].multiLine : _ListItemModule["default"].secondaryValue)
|
|
195
|
-
}, secondaryValue) : null));
|
|
197
|
+
}, secondaryValue) : null)));
|
|
196
198
|
}
|
|
197
199
|
}]);
|
|
198
200
|
|
|
@@ -37,7 +37,8 @@ var ListItemDefaultProps = {
|
|
|
37
37
|
customClass: {},
|
|
38
38
|
customProps: {},
|
|
39
39
|
dataSelectorId: 'listItem',
|
|
40
|
-
needMultiLineText: false
|
|
40
|
+
needMultiLineText: false,
|
|
41
|
+
lhsAlignContent: 'start'
|
|
41
42
|
};
|
|
42
43
|
exports.ListItemDefaultProps = ListItemDefaultProps;
|
|
43
44
|
var ListItemWithAvatarDefaultProps = {
|
|
@@ -78,14 +78,16 @@ var ListItem_Props = {
|
|
|
78
78
|
customClass: _propTypes["default"].shape({
|
|
79
79
|
customListItem: _propTypes["default"].string,
|
|
80
80
|
customTickIcon: _propTypes["default"].string,
|
|
81
|
-
customValueRightPlaceholder: _propTypes["default"].string
|
|
81
|
+
customValueRightPlaceholder: _propTypes["default"].string,
|
|
82
|
+
titleBoxClass: _propTypes["default"].string
|
|
82
83
|
}),
|
|
83
84
|
customProps: _propTypes["default"].shape({
|
|
84
85
|
ListItemProps: _propTypes["default"].object
|
|
85
86
|
}),
|
|
86
87
|
secondaryValue: _propTypes["default"].string,
|
|
87
88
|
renderBeforeChildren: _propTypes["default"].oneOfType([_propTypes["default"].node, _propTypes["default"].func]),
|
|
88
|
-
renderValueRightPlaceholderNode: _propTypes["default"].oneOfType([_propTypes["default"].node, _propTypes["default"].func])
|
|
89
|
+
renderValueRightPlaceholderNode: _propTypes["default"].oneOfType([_propTypes["default"].node, _propTypes["default"].func]),
|
|
90
|
+
lhsAlignContent: _propTypes["default"].oneOf(['start', 'center', 'end'])
|
|
89
91
|
};
|
|
90
92
|
exports.ListItem_Props = ListItem_Props;
|
|
91
93
|
var ListItemWithAvatar_Props = (_ListItemWithAvatar_P = {
|
|
@@ -55,6 +55,8 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
55
55
|
|
|
56
56
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
57
57
|
|
|
58
|
+
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); }
|
|
59
|
+
|
|
58
60
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
59
61
|
|
|
60
62
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
@@ -979,7 +981,10 @@ var AdvancedGroupMultiSelect = /*#__PURE__*/function (_React$Component) {
|
|
|
979
981
|
autoComplete = _this$props9.autoComplete,
|
|
980
982
|
getTargetRef = _this$props9.getTargetRef,
|
|
981
983
|
isFocus = _this$props9.isFocus,
|
|
982
|
-
limit = _this$props9.limit
|
|
984
|
+
limit = _this$props9.limit,
|
|
985
|
+
customProps = _this$props9.customProps;
|
|
986
|
+
var _customProps$Suggesti = customProps.SuggestionsProps,
|
|
987
|
+
SuggestionsProps = _customProps$Suggesti === void 0 ? {} : _customProps$Suggesti;
|
|
983
988
|
var _i18nKeys = i18nKeys,
|
|
984
989
|
_i18nKeys$clearText = _i18nKeys.clearText,
|
|
985
990
|
clearText = _i18nKeys$clearText === void 0 ? _constants.MULTISELECT_I18N_KEYS.clearText : _i18nKeys$clearText,
|
|
@@ -1145,7 +1150,7 @@ var AdvancedGroupMultiSelect = /*#__PURE__*/function (_React$Component) {
|
|
|
1145
1150
|
a11y: {
|
|
1146
1151
|
role: 'heading'
|
|
1147
1152
|
}
|
|
1148
|
-
})), /*#__PURE__*/_react["default"].createElement(_Suggestions["default"], {
|
|
1153
|
+
})), /*#__PURE__*/_react["default"].createElement(_Suggestions["default"], _extends({}, SuggestionsProps, {
|
|
1149
1154
|
suggestions: suggestions,
|
|
1150
1155
|
selectedOptions: selectedOptionIds,
|
|
1151
1156
|
getRef: _this5.suggestionItemRef,
|
|
@@ -1160,7 +1165,7 @@ var AdvancedGroupMultiSelect = /*#__PURE__*/function (_React$Component) {
|
|
|
1160
1165
|
limit: limit,
|
|
1161
1166
|
limitReachedMessage: limitReachedMessage,
|
|
1162
1167
|
dataId: "".concat(dataId, "_Options")
|
|
1163
|
-
}));
|
|
1168
|
+
})));
|
|
1164
1169
|
}) : /*#__PURE__*/_react["default"].createElement(_EmptyState["default"], {
|
|
1165
1170
|
options: revampedGroups,
|
|
1166
1171
|
searchString: searchStr,
|
|
@@ -1171,9 +1171,9 @@ var MultiSelectComponent = /*#__PURE__*/function (_React$Component) {
|
|
|
1171
1171
|
isLoading = _this$props15.isLoading,
|
|
1172
1172
|
selectAllText = _this$props15.selectAllText,
|
|
1173
1173
|
needSelectAll = _this$props15.needSelectAll,
|
|
1174
|
-
customProps = _this$props15.customProps,
|
|
1175
1174
|
isVirtualizerEnabled = _this$props15.isVirtualizerEnabled,
|
|
1176
|
-
limit = _this$props15.limit
|
|
1175
|
+
limit = _this$props15.limit,
|
|
1176
|
+
customProps = _this$props15.customProps;
|
|
1177
1177
|
var _this$state9 = this.state,
|
|
1178
1178
|
selectedOptions = _this$state9.selectedOptions,
|
|
1179
1179
|
searchStr = _this$state9.searchStr,
|
|
@@ -247,15 +247,19 @@ var Suggestions = /*#__PURE__*/function (_React$PureComponent) {
|
|
|
247
247
|
htmlId = _this$props2.htmlId,
|
|
248
248
|
a11y = _this$props2.a11y,
|
|
249
249
|
getVirtualizerPublicMethods = _this$props2.getVirtualizerPublicMethods,
|
|
250
|
-
setVirtualizerContainerRefFunction = _this$props2.setVirtualizerContainerRefFunction
|
|
250
|
+
setVirtualizerContainerRefFunction = _this$props2.setVirtualizerContainerRefFunction,
|
|
251
|
+
customClass = _this$props2.customClass;
|
|
251
252
|
var ariaParentRole = a11y.ariaParentRole,
|
|
252
253
|
ariaMultiselectable = a11y.ariaMultiselectable;
|
|
254
|
+
var _customClass$containe = customClass.containerClass,
|
|
255
|
+
containerClass = _customClass$containe === void 0 ? '' : _customClass$containe;
|
|
253
256
|
return /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
254
257
|
isCover: false,
|
|
255
258
|
role: ariaParentRole,
|
|
256
259
|
id: htmlId,
|
|
257
260
|
tabindex: "0",
|
|
258
|
-
"aria-multiselectable": ariaMultiselectable
|
|
261
|
+
"aria-multiselectable": ariaMultiselectable,
|
|
262
|
+
className: containerClass
|
|
259
263
|
}, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
|
|
260
264
|
dataId: "".concat(dataId),
|
|
261
265
|
className: className ? className : ''
|
|
@@ -46,6 +46,7 @@ var AdvancedGroupMultiSelect_defaultProps = {
|
|
|
46
46
|
palette: 'default',
|
|
47
47
|
isLoading: false,
|
|
48
48
|
dataSelectorId: 'advancedGroupMultiSelect',
|
|
49
|
+
customProps: {},
|
|
49
50
|
allowValueFallback: true
|
|
50
51
|
};
|
|
51
52
|
exports.AdvancedGroupMultiSelect_defaultProps = AdvancedGroupMultiSelect_defaultProps;
|
|
@@ -184,6 +185,7 @@ exports.SelectedOptions_defaultProps = SelectedOptions_defaultProps;
|
|
|
184
185
|
var Suggestions_defaultProps = {
|
|
185
186
|
a11y: {},
|
|
186
187
|
isVirtualizerEnabled: false,
|
|
188
|
+
customClass: {},
|
|
187
189
|
needMultiLineText: false
|
|
188
190
|
};
|
|
189
191
|
exports.Suggestions_defaultProps = Suggestions_defaultProps;
|
|
@@ -133,7 +133,8 @@ var MultiSelect_propTypes = {
|
|
|
133
133
|
setAriaId: _propTypes["default"].string,
|
|
134
134
|
ariaErrorId: _propTypes["default"].string,
|
|
135
135
|
customProps: _propTypes["default"].shape({
|
|
136
|
-
TextBoxIconProps: _propTypes["default"].object
|
|
136
|
+
TextBoxIconProps: _propTypes["default"].object,
|
|
137
|
+
SuggestionsProps: _propTypes["default"].object
|
|
137
138
|
}),
|
|
138
139
|
isFocus: _propTypes["default"].bool,
|
|
139
140
|
allowValueFallback: _propTypes["default"].bool,
|
|
@@ -189,7 +190,8 @@ var SelectedOptions_propTypes = {
|
|
|
189
190
|
limit: _propTypes["default"].number
|
|
190
191
|
};
|
|
191
192
|
exports.SelectedOptions_propTypes = SelectedOptions_propTypes;
|
|
192
|
-
|
|
193
|
+
|
|
194
|
+
var Suggestions_propTypes = _defineProperty({
|
|
193
195
|
a11y: _propTypes["default"].shape({
|
|
194
196
|
ariaParentRole: _propTypes["default"].string,
|
|
195
197
|
ariaMultiselectable: _propTypes["default"].bool
|
|
@@ -223,8 +225,12 @@ var Suggestions_propTypes = {
|
|
|
223
225
|
})),
|
|
224
226
|
renderBeforeChildren: _propTypes["default"].oneOfType([_propTypes["default"].func, _propTypes["default"].node]),
|
|
225
227
|
limit: _propTypes["default"].number,
|
|
226
|
-
limitReachedMessage: _propTypes["default"].string
|
|
227
|
-
|
|
228
|
+
limitReachedMessage: _propTypes["default"].string,
|
|
229
|
+
customClass: _propTypes["default"].shape({
|
|
230
|
+
containerClass: _propTypes["default"].string
|
|
231
|
+
})
|
|
232
|
+
}, "needMultiLineText", _propTypes["default"].bool);
|
|
233
|
+
|
|
228
234
|
exports.Suggestions_propTypes = Suggestions_propTypes;
|
|
229
235
|
var AdvancedGroupMultiSelect_propTypes = (_AdvancedGroupMultiSe = {
|
|
230
236
|
animationStyle: _propTypes["default"].string,
|
|
@@ -295,7 +301,9 @@ var AdvancedGroupMultiSelect_propTypes = (_AdvancedGroupMultiSe = {
|
|
|
295
301
|
needToCloseOnSelect: _propTypes["default"].func,
|
|
296
302
|
searchStr: _propTypes["default"].string,
|
|
297
303
|
children: _propTypes["default"].node
|
|
298
|
-
}, _defineProperty(_AdvancedGroupMultiSe, "dataSelectorId", _propTypes["default"].string), _defineProperty(_AdvancedGroupMultiSe, "isFocus", _propTypes["default"].bool), _defineProperty(_AdvancedGroupMultiSe, "allowValueFallback", _propTypes["default"].bool), _defineProperty(_AdvancedGroupMultiSe, "limit", _propTypes["default"].number), _AdvancedGroupMultiSe
|
|
304
|
+
}, _defineProperty(_AdvancedGroupMultiSe, "dataSelectorId", _propTypes["default"].string), _defineProperty(_AdvancedGroupMultiSe, "isFocus", _propTypes["default"].bool), _defineProperty(_AdvancedGroupMultiSe, "allowValueFallback", _propTypes["default"].bool), _defineProperty(_AdvancedGroupMultiSe, "limit", _propTypes["default"].number), _defineProperty(_AdvancedGroupMultiSe, "customProps", _propTypes["default"].shape({
|
|
305
|
+
SuggestionsProps: _propTypes["default"].object
|
|
306
|
+
})), _AdvancedGroupMultiSe);
|
|
299
307
|
exports.AdvancedGroupMultiSelect_propTypes = AdvancedGroupMultiSelect_propTypes;
|
|
300
308
|
|
|
301
309
|
var AdvancedMultiSelect_propTypes = _objectSpread(_objectSpread({}, MultiSelect_propTypes), {}, {
|
|
@@ -700,7 +700,8 @@ var GroupSelectComponent = /*#__PURE__*/function (_PureComponent) {
|
|
|
700
700
|
TextBoxIconProps = _customProps$TextBoxI === void 0 ? {} : _customProps$TextBoxI,
|
|
701
701
|
_customProps$TextBoxP = customProps.TextBoxProps,
|
|
702
702
|
TextBoxProps = _customProps$TextBoxP === void 0 ? {} : _customProps$TextBoxP,
|
|
703
|
-
|
|
703
|
+
_customProps$Suggesti = customProps.SuggestionsProps,
|
|
704
|
+
SuggestionsProps = _customProps$Suggesti === void 0 ? {} : _customProps$Suggesti;
|
|
704
705
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
705
706
|
className: "".concat(_SelectModule["default"].container, " ").concat(_SelectModule["default"]["box_".concat(size)], " ").concat(isReadOnly ? _SelectModule["default"].readonly : '', " ").concat(borderColor === 'transparent' ? _SelectModule["default"].transparentContainer : '', " ").concat(iconOnHover && (isReadOnly || isDisabled) ? _SelectModule["default"].iconOnHoverReadonly : iconOnHover && !(isReadOnly || isDisabled) ? _SelectModule["default"].iconOnHoverStyle : ''),
|
|
706
707
|
"data-id": dataIdSlctComp,
|
|
@@ -221,8 +221,8 @@ var SelectWithAvatarComponent = /*#__PURE__*/function (_SelectComponent) {
|
|
|
221
221
|
needEffect = _this$props.needEffect,
|
|
222
222
|
isLoading = _this$props.isLoading,
|
|
223
223
|
dataSelectorId = _this$props.dataSelectorId,
|
|
224
|
-
|
|
225
|
-
|
|
224
|
+
getTargetRef = _this$props.getTargetRef,
|
|
225
|
+
customProps = _this$props.customProps;
|
|
226
226
|
i18nKeys = Object.assign({}, i18nKeys, {
|
|
227
227
|
emptyText: i18nKeys.emptyText || emptyMessage,
|
|
228
228
|
searchEmptyText: i18nKeys.searchEmptyText || searchEmptyMessage
|
|
@@ -245,7 +245,8 @@ var SelectWithAvatarComponent = /*#__PURE__*/function (_SelectComponent) {
|
|
|
245
245
|
var ariaErrorId = this.getNextAriaId();
|
|
246
246
|
var TextBoxProps = customProps.TextBoxProps,
|
|
247
247
|
DropdownSearchTextBoxProps = customProps.DropdownSearchTextBoxProps,
|
|
248
|
-
|
|
248
|
+
_customProps$Suggesti = customProps.SuggestionsProps,
|
|
249
|
+
SuggestionsProps = _customProps$Suggesti === void 0 ? {} : _customProps$Suggesti;
|
|
249
250
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
250
251
|
className: "".concat(_MultiSelectModule["default"].wrapper, " ").concat(isDisabled ? _MultiSelectModule["default"].disabled : '', " ").concat(isReadOnly ? _MultiSelectModule["default"].readOnly : '', " ").concat(needEffect && !(isDisabled || isReadOnly) ? _MultiSelectModule["default"].effect : '', " ").concat(className ? className : ''),
|
|
251
252
|
"data-id": "".concat(isDisabled ? "".concat(dataId, "_disabled") : isReadOnly ? "".concat(dataId, "_readOnly") : dataId),
|
|
@@ -431,7 +431,8 @@ var SelectWithIcon = /*#__PURE__*/function (_Component) {
|
|
|
431
431
|
htmlId = _this$props7.htmlId,
|
|
432
432
|
isLoading = _this$props7.isLoading,
|
|
433
433
|
dataSelectorId = _this$props7.dataSelectorId,
|
|
434
|
-
customProps = _this$props7.customProps
|
|
434
|
+
customProps = _this$props7.customProps,
|
|
435
|
+
customClass = _this$props7.customClass;
|
|
435
436
|
i18nKeys = Object.assign({}, i18nKeys, {
|
|
436
437
|
emptyText: i18nKeys.emptyText || emptyMessage,
|
|
437
438
|
searchEmptyText: i18nKeys.searchEmptyText || searchEmptyMessage
|
|
@@ -449,7 +450,10 @@ var SelectWithIcon = /*#__PURE__*/function (_Component) {
|
|
|
449
450
|
DropdownSearchTextBoxProps = _customProps$Dropdown === void 0 ? {} : _customProps$Dropdown,
|
|
450
451
|
_customProps$TextBoxI = customProps.TextBoxIconProps,
|
|
451
452
|
TextBoxIconProps = _customProps$TextBoxI === void 0 ? {} : _customProps$TextBoxI,
|
|
452
|
-
|
|
453
|
+
_customProps$ListItem = customProps.ListItemProps,
|
|
454
|
+
ListItemProps = _customProps$ListItem === void 0 ? {} : _customProps$ListItem;
|
|
455
|
+
var _customClass$dropBoxC = customClass.dropBoxClass,
|
|
456
|
+
dropBoxClass = _customClass$dropBoxC === void 0 ? '' : _customClass$dropBoxC;
|
|
453
457
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
454
458
|
className: "".concat(_SelectModule["default"].container, " ").concat(_SelectModule["default"]["box_".concat(size)], " ").concat(isReadOnly ? _SelectModule["default"].readonly : '', " ").concat(borderColor === 'transparent' ? _SelectModule["default"].transparentContainer : ''),
|
|
455
459
|
"data-title": isDisabled ? title : null,
|
|
@@ -542,7 +546,10 @@ var SelectWithIcon = /*#__PURE__*/function (_Component) {
|
|
|
542
546
|
size: boxSize,
|
|
543
547
|
isPadding: false,
|
|
544
548
|
isResponsivePadding: true,
|
|
545
|
-
alignBox: "row"
|
|
549
|
+
alignBox: "row",
|
|
550
|
+
customClass: {
|
|
551
|
+
customDropBox: dropBoxClass
|
|
552
|
+
}
|
|
546
553
|
}, isLoading ? /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
|
|
547
554
|
align: "both",
|
|
548
555
|
className: _SelectModule["default"].loader
|
|
@@ -91,7 +91,8 @@ var GroupSelect_defaultProps = {
|
|
|
91
91
|
allowValueFallback: true
|
|
92
92
|
};
|
|
93
93
|
exports.GroupSelect_defaultProps = GroupSelect_defaultProps;
|
|
94
|
-
|
|
94
|
+
|
|
95
|
+
var SelectWithAvatar_defaultProps = _defineProperty({
|
|
95
96
|
animationStyle: 'bounce',
|
|
96
97
|
defaultDropBoxPosition: 'bottom',
|
|
97
98
|
dropBoxSize: 'small',
|
|
@@ -117,7 +118,8 @@ var SelectWithAvatar_defaultProps = {
|
|
|
117
118
|
customProps: {},
|
|
118
119
|
needEffect: true,
|
|
119
120
|
isLoading: false
|
|
120
|
-
};
|
|
121
|
+
}, "customProps", {});
|
|
122
|
+
|
|
121
123
|
exports.SelectWithAvatar_defaultProps = SelectWithAvatar_defaultProps;
|
|
122
124
|
var SelectWithIcon_defaultProps = (_SelectWithIcon_defau = {
|
|
123
125
|
isReadOnly: false,
|
|
@@ -128,5 +130,5 @@ var SelectWithIcon_defaultProps = (_SelectWithIcon_defau = {
|
|
|
128
130
|
needListBorder: false,
|
|
129
131
|
needSearch: false,
|
|
130
132
|
boxSize: 'default'
|
|
131
|
-
}, _defineProperty(_SelectWithIcon_defau, "needListBorder", false), _defineProperty(_SelectWithIcon_defau, "needCloseOnSelect", true), _defineProperty(_SelectWithIcon_defau, "borderColor", 'default'), _defineProperty(_SelectWithIcon_defau, "needTick", true), _defineProperty(_SelectWithIcon_defau, "searchBoxSize", 'small'), _defineProperty(_SelectWithIcon_defau, "size", 'medium'), _defineProperty(_SelectWithIcon_defau, "searchFields", []), _defineProperty(_SelectWithIcon_defau, "textBoxSize", 'medium'), _defineProperty(_SelectWithIcon_defau, "textBoxVariant", 'default'), _defineProperty(_SelectWithIcon_defau, "dataId", 'selectWithIcon'), _defineProperty(_SelectWithIcon_defau, "dataSelectorId", 'selectWithIcon'), _defineProperty(_SelectWithIcon_defau, "dropBoxSize", 'small'), _defineProperty(_SelectWithIcon_defau, "needIcon", true), _defineProperty(_SelectWithIcon_defau, "iconSize", '14'), _defineProperty(_SelectWithIcon_defau, "i18nKeys", {}), _defineProperty(_SelectWithIcon_defau, "isLoading", false), _defineProperty(_SelectWithIcon_defau, "isAbsolutePositioningNeeded", true), _defineProperty(_SelectWithIcon_defau, "isRestrictScroll", false), _defineProperty(_SelectWithIcon_defau, "customProps", {}), _SelectWithIcon_defau);
|
|
133
|
+
}, _defineProperty(_SelectWithIcon_defau, "needListBorder", false), _defineProperty(_SelectWithIcon_defau, "needCloseOnSelect", true), _defineProperty(_SelectWithIcon_defau, "borderColor", 'default'), _defineProperty(_SelectWithIcon_defau, "needTick", true), _defineProperty(_SelectWithIcon_defau, "searchBoxSize", 'small'), _defineProperty(_SelectWithIcon_defau, "size", 'medium'), _defineProperty(_SelectWithIcon_defau, "searchFields", []), _defineProperty(_SelectWithIcon_defau, "textBoxSize", 'medium'), _defineProperty(_SelectWithIcon_defau, "textBoxVariant", 'default'), _defineProperty(_SelectWithIcon_defau, "dataId", 'selectWithIcon'), _defineProperty(_SelectWithIcon_defau, "dataSelectorId", 'selectWithIcon'), _defineProperty(_SelectWithIcon_defau, "dropBoxSize", 'small'), _defineProperty(_SelectWithIcon_defau, "needIcon", true), _defineProperty(_SelectWithIcon_defau, "iconSize", '14'), _defineProperty(_SelectWithIcon_defau, "i18nKeys", {}), _defineProperty(_SelectWithIcon_defau, "isLoading", false), _defineProperty(_SelectWithIcon_defau, "isAbsolutePositioningNeeded", true), _defineProperty(_SelectWithIcon_defau, "isRestrictScroll", false), _defineProperty(_SelectWithIcon_defau, "customProps", {}), _defineProperty(_SelectWithIcon_defau, "customClass", {}), _SelectWithIcon_defau);
|
|
132
134
|
exports.SelectWithIcon_defaultProps = SelectWithIcon_defaultProps;
|
|
@@ -204,7 +204,8 @@ var GroupSelect_propTypes = {
|
|
|
204
204
|
isDefaultSelectValue: _propTypes["default"].bool,
|
|
205
205
|
customProps: _propTypes["default"].shape({
|
|
206
206
|
TextBoxProps: _propTypes["default"].object,
|
|
207
|
-
TextBoxIconProps: _propTypes["default"].object
|
|
207
|
+
TextBoxIconProps: _propTypes["default"].object,
|
|
208
|
+
SuggestionsProps: _propTypes["default"].object
|
|
208
209
|
}),
|
|
209
210
|
allowValueFallback: _propTypes["default"].bool
|
|
210
211
|
};
|
|
@@ -269,7 +270,10 @@ var SelectWithAvatar_propTypes = _objectSpread(_objectSpread({}, Select_propType
|
|
|
269
270
|
htmlId: _propTypes["default"].string,
|
|
270
271
|
needEffect: _propTypes["default"].bool,
|
|
271
272
|
isLoading: _propTypes["default"].bool,
|
|
272
|
-
dataSelectorId: _propTypes["default"].string
|
|
273
|
+
dataSelectorId: _propTypes["default"].string,
|
|
274
|
+
customProps: _propTypes["default"].shape({
|
|
275
|
+
SuggestionsProps: _propTypes["default"].object
|
|
276
|
+
})
|
|
273
277
|
});
|
|
274
278
|
|
|
275
279
|
exports.SelectWithAvatar_propTypes = SelectWithAvatar_propTypes;
|
|
@@ -336,7 +340,11 @@ var SelectWithIcon_propTypes = {
|
|
|
336
340
|
TextBoxProps: _propTypes["default"].object,
|
|
337
341
|
DropdownSearchTextBoxProps: _propTypes["default"].object,
|
|
338
342
|
SuggestionsProps: _propTypes["default"].object,
|
|
339
|
-
TextBoxIconProps: _propTypes["default"].object
|
|
343
|
+
TextBoxIconProps: _propTypes["default"].object,
|
|
344
|
+
ListItemProps: _propTypes["default"].object
|
|
345
|
+
}),
|
|
346
|
+
customClass: _propTypes["default"].shape({
|
|
347
|
+
dropBoxClass: _propTypes["default"].string
|
|
340
348
|
})
|
|
341
349
|
};
|
|
342
350
|
exports.SelectWithIcon_propTypes = SelectWithIcon_propTypes;
|