@salutejs/sdds-dfa 0.170.1-canary.1532.11798057558.0 → 0.171.0-canary.1550.11797632633.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-dfa.api.md +23 -195
- package/components/Attach/Attach.d.ts +8 -8
- package/components/Button/Button.d.ts +4 -4
- package/components/Combobox/Combobox.d.ts +12 -12
- package/components/Combobox/index.d.ts +12 -12
- package/components/IconButton/IconButton.d.ts +2 -2
- package/components/Mask/Mask.d.ts +16 -16
- package/components/Radiobox/Radiobox.d.ts +2 -2
- package/components/Select/Select.config.d.ts +15 -7
- package/components/Select/Select.config.js +29 -21
- package/components/Select/Select.d.ts +59 -50
- package/components/Select/Select.js +5 -6
- package/components/Tabs/horizontal/HorizontalTabs.config.js +1 -1
- package/components/TextArea/TextArea.d.ts +16 -16
- package/components/TextField/TextField.d.ts +16 -16
- package/es/components/Select/Select.config.js +30 -22
- package/es/components/Select/Select.js +5 -4
- package/es/components/Tabs/horizontal/HorizontalTabs.config.js +1 -1
- package/package.json +3 -3
- package/temp/sdds-dfa.api.md +23 -195
@@ -32,7 +32,7 @@ var config = exports.config = {
|
|
32
32
|
"true": /*#__PURE__*/(0, _styledComponents.css)(_templateObject12 || (_templateObject12 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 100%;\n "])), _styledComponents.tabsTokens.containerWidth)
|
33
33
|
},
|
34
34
|
disabled: {
|
35
|
-
"true": /*#__PURE__*/(0, _styledComponents.css)(_templateObject13 || (_templateObject13 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ":
|
35
|
+
"true": /*#__PURE__*/(0, _styledComponents.css)(_templateObject13 || (_templateObject13 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1;\n ", ": var(--text-secondary);\n ", ": var(--text-secondary-hover);\n ", ": var(---text-secondary-active);\n "])), _styledComponents.tabsTokens.disabledOpacity, _styledComponents.tabsTokens.arrowColor, _styledComponents.tabsTokens.arrowColorHover, _styledComponents.tabsTokens.arrowColorActive)
|
36
36
|
},
|
37
37
|
pilled: {
|
38
38
|
"true": /*#__PURE__*/(0, _styledComponents.css)(_templateObject14 || (_templateObject14 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.625rem;\n "])), _styledComponents.tabsTokens.tabsPilledBorderRadius)
|
@@ -29,7 +29,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
29
29
|
disabled: {
|
30
30
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
31
31
|
};
|
32
|
-
}> & ((Omit<import("@salutejs/plasma-new-hope/
|
32
|
+
}> & ((Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
33
33
|
status?: "" | "warning" | "success" | "error" | undefined;
|
34
34
|
label?: string | undefined;
|
35
35
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -72,7 +72,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
72
72
|
} & {
|
73
73
|
clear?: undefined;
|
74
74
|
hasDivider?: undefined;
|
75
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/
|
75
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
76
76
|
status?: "" | "warning" | "success" | "error" | undefined;
|
77
77
|
label?: string | undefined;
|
78
78
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -115,7 +115,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
115
115
|
} & {
|
116
116
|
clear?: undefined;
|
117
117
|
hasDivider?: undefined;
|
118
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/
|
118
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
119
119
|
status?: "" | "warning" | "success" | "error" | undefined;
|
120
120
|
label?: string | undefined;
|
121
121
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -158,7 +158,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
158
158
|
} & {
|
159
159
|
clear?: undefined;
|
160
160
|
hasDivider?: undefined;
|
161
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/
|
161
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
162
162
|
status?: "" | "warning" | "success" | "error" | undefined;
|
163
163
|
label?: string | undefined;
|
164
164
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -201,7 +201,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
201
201
|
} & {
|
202
202
|
height?: undefined;
|
203
203
|
width?: undefined;
|
204
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/
|
204
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
205
205
|
status?: "" | "warning" | "success" | "error" | undefined;
|
206
206
|
label?: string | undefined;
|
207
207
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -244,7 +244,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
244
244
|
} & {
|
245
245
|
clear?: undefined;
|
246
246
|
hasDivider?: undefined;
|
247
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/
|
247
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
248
248
|
status?: "" | "warning" | "success" | "error" | undefined;
|
249
249
|
label?: string | undefined;
|
250
250
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -287,7 +287,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
287
287
|
} & {
|
288
288
|
clear?: undefined;
|
289
289
|
hasDivider?: undefined;
|
290
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/
|
290
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
291
291
|
status?: "" | "warning" | "success" | "error" | undefined;
|
292
292
|
label?: string | undefined;
|
293
293
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -330,7 +330,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
330
330
|
} & {
|
331
331
|
clear?: undefined;
|
332
332
|
hasDivider?: undefined;
|
333
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/
|
333
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
334
334
|
status?: "" | "warning" | "success" | "error" | undefined;
|
335
335
|
label?: string | undefined;
|
336
336
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -373,7 +373,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
373
373
|
} & {
|
374
374
|
height?: undefined;
|
375
375
|
width?: undefined;
|
376
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/
|
376
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
377
377
|
status?: "" | "warning" | "success" | "error" | undefined;
|
378
378
|
label?: string | undefined;
|
379
379
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -416,7 +416,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
416
416
|
} & {
|
417
417
|
clear?: undefined;
|
418
418
|
hasDivider?: undefined;
|
419
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/
|
419
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
420
420
|
status?: "" | "warning" | "success" | "error" | undefined;
|
421
421
|
label?: string | undefined;
|
422
422
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -459,7 +459,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
459
459
|
} & {
|
460
460
|
clear?: undefined;
|
461
461
|
hasDivider?: undefined;
|
462
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/
|
462
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
463
463
|
status?: "" | "warning" | "success" | "error" | undefined;
|
464
464
|
label?: string | undefined;
|
465
465
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -502,7 +502,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
502
502
|
} & {
|
503
503
|
clear?: undefined;
|
504
504
|
hasDivider?: undefined;
|
505
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/
|
505
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
506
506
|
status?: "" | "warning" | "success" | "error" | undefined;
|
507
507
|
label?: string | undefined;
|
508
508
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -545,7 +545,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
545
545
|
} & {
|
546
546
|
height?: undefined;
|
547
547
|
width?: undefined;
|
548
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/
|
548
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
549
549
|
status?: "" | "warning" | "success" | "error" | undefined;
|
550
550
|
label?: string | undefined;
|
551
551
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -588,7 +588,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
588
588
|
} & {
|
589
589
|
clear?: undefined;
|
590
590
|
hasDivider?: undefined;
|
591
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/
|
591
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
592
592
|
status?: "" | "warning" | "success" | "error" | undefined;
|
593
593
|
label?: string | undefined;
|
594
594
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -631,7 +631,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
631
631
|
} & {
|
632
632
|
clear?: undefined;
|
633
633
|
hasDivider?: undefined;
|
634
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/
|
634
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
635
635
|
status?: "" | "warning" | "success" | "error" | undefined;
|
636
636
|
label?: string | undefined;
|
637
637
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -674,7 +674,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
674
674
|
} & {
|
675
675
|
clear?: undefined;
|
676
676
|
hasDivider?: undefined;
|
677
|
-
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/
|
677
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
|
678
678
|
status?: "" | "warning" | "success" | "error" | undefined;
|
679
679
|
label?: string | undefined;
|
680
680
|
labelPlacement?: "outer" | "inner" | undefined;
|
@@ -74,7 +74,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
74
74
|
onChangeChips?: undefined;
|
75
75
|
enumerationType?: "plain" | undefined;
|
76
76
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
77
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
77
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
78
78
|
size?: string | undefined;
|
79
79
|
view?: string | undefined;
|
80
80
|
readOnly?: boolean | undefined;
|
@@ -113,7 +113,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
113
113
|
onSearch?: undefined;
|
114
114
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
115
115
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
116
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
116
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
117
117
|
size?: string | undefined;
|
118
118
|
view?: string | undefined;
|
119
119
|
readOnly?: boolean | undefined;
|
@@ -152,7 +152,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
152
152
|
onChangeChips?: undefined;
|
153
153
|
enumerationType?: "plain" | undefined;
|
154
154
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
155
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
155
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
156
156
|
size?: string | undefined;
|
157
157
|
view?: string | undefined;
|
158
158
|
readOnly?: boolean | undefined;
|
@@ -191,7 +191,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
191
191
|
onSearch?: undefined;
|
192
192
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
193
193
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
194
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
194
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
195
195
|
size?: string | undefined;
|
196
196
|
view?: string | undefined;
|
197
197
|
readOnly?: boolean | undefined;
|
@@ -230,7 +230,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
230
230
|
onChangeChips?: undefined;
|
231
231
|
enumerationType?: "plain" | undefined;
|
232
232
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
233
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
233
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
234
234
|
size?: string | undefined;
|
235
235
|
view?: string | undefined;
|
236
236
|
readOnly?: boolean | undefined;
|
@@ -269,7 +269,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
269
269
|
onSearch?: undefined;
|
270
270
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
271
271
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
272
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
272
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
273
273
|
size?: string | undefined;
|
274
274
|
view?: string | undefined;
|
275
275
|
readOnly?: boolean | undefined;
|
@@ -308,7 +308,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
308
308
|
onChangeChips?: undefined;
|
309
309
|
enumerationType?: "plain" | undefined;
|
310
310
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
311
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
311
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
312
312
|
size?: string | undefined;
|
313
313
|
view?: string | undefined;
|
314
314
|
readOnly?: boolean | undefined;
|
@@ -347,7 +347,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
347
347
|
onSearch?: undefined;
|
348
348
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
349
349
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
350
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
350
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
351
351
|
size?: string | undefined;
|
352
352
|
view?: string | undefined;
|
353
353
|
readOnly?: boolean | undefined;
|
@@ -386,7 +386,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
386
386
|
onChangeChips?: undefined;
|
387
387
|
enumerationType?: "plain" | undefined;
|
388
388
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
389
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
389
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
390
390
|
size?: string | undefined;
|
391
391
|
view?: string | undefined;
|
392
392
|
readOnly?: boolean | undefined;
|
@@ -425,7 +425,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
425
425
|
onSearch?: undefined;
|
426
426
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
427
427
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
428
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
428
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
429
429
|
size?: string | undefined;
|
430
430
|
view?: string | undefined;
|
431
431
|
readOnly?: boolean | undefined;
|
@@ -464,7 +464,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
464
464
|
onChangeChips?: undefined;
|
465
465
|
enumerationType?: "plain" | undefined;
|
466
466
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
467
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
467
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
468
468
|
size?: string | undefined;
|
469
469
|
view?: string | undefined;
|
470
470
|
readOnly?: boolean | undefined;
|
@@ -503,7 +503,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
503
503
|
onSearch?: undefined;
|
504
504
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
505
505
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
506
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
506
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
507
507
|
size?: string | undefined;
|
508
508
|
view?: string | undefined;
|
509
509
|
readOnly?: boolean | undefined;
|
@@ -542,7 +542,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
542
542
|
onChangeChips?: undefined;
|
543
543
|
enumerationType?: "plain" | undefined;
|
544
544
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
545
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
545
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
546
546
|
size?: string | undefined;
|
547
547
|
view?: string | undefined;
|
548
548
|
readOnly?: boolean | undefined;
|
@@ -581,7 +581,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
581
581
|
onSearch?: undefined;
|
582
582
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
583
583
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
584
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
584
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
585
585
|
size?: string | undefined;
|
586
586
|
view?: string | undefined;
|
587
587
|
readOnly?: boolean | undefined;
|
@@ -620,7 +620,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
620
620
|
onChangeChips?: undefined;
|
621
621
|
enumerationType?: "plain" | undefined;
|
622
622
|
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
623
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
623
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
624
624
|
size?: string | undefined;
|
625
625
|
view?: string | undefined;
|
626
626
|
readOnly?: boolean | undefined;
|
@@ -659,4 +659,4 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
659
659
|
onSearch?: undefined;
|
660
660
|
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
661
661
|
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
662
|
-
} & Omit<import("@salutejs/plasma-new-hope/
|
662
|
+
} & Omit<import("@salutejs/plasma-new-hope/styled-components").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
|