@salutejs/plasma-web 1.408.0-canary.1449.11066382859.0 → 1.408.0-canary.1451.11071589632.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. package/api/plasma-web.api.md +2 -237
  2. package/components/Mask/Mask.d.ts +0 -236
  3. package/components/TextArea/TextArea.config.d.ts +3 -0
  4. package/components/TextArea/TextArea.config.js +14 -11
  5. package/components/TextArea/index.d.ts +20 -1
  6. package/components/TextField/TextField.config.d.ts +0 -3
  7. package/components/TextField/TextField.config.js +11 -14
  8. package/components/TextField/TextField.d.ts +5 -173
  9. package/css/cjs/components/Mask/Mask.css +11 -12
  10. package/css/cjs/components/TextArea/TextArea.config.js +5 -2
  11. package/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
  12. package/css/cjs/components/TextArea/TextArea.config_1wm3tea.css +11 -0
  13. package/css/cjs/components/TextArea/TextArea.css +11 -10
  14. package/css/cjs/components/TextField/TextField.config.js +3 -6
  15. package/css/cjs/components/TextField/TextField.config.js.map +1 -1
  16. package/css/cjs/components/TextField/TextField.config_1sbw8b3.css +12 -0
  17. package/css/cjs/components/TextField/TextField.js.map +1 -1
  18. package/css/cjs/index.css +24 -24
  19. package/css/es/components/Mask/Mask.css +11 -12
  20. package/css/es/components/TextArea/TextArea.config.js +5 -2
  21. package/css/es/components/TextArea/TextArea.config.js.map +1 -1
  22. package/css/es/components/TextArea/TextArea.config_1wm3tea.css +11 -0
  23. package/css/es/components/TextArea/TextArea.css +11 -10
  24. package/css/es/components/TextField/TextField.config.js +3 -6
  25. package/css/es/components/TextField/TextField.config.js.map +1 -1
  26. package/css/es/components/TextField/TextField.config_1sbw8b3.css +12 -0
  27. package/css/es/components/TextField/TextField.js.map +1 -1
  28. package/css/es/index.css +24 -24
  29. package/es/components/TextArea/TextArea.config.js +14 -11
  30. package/es/components/TextField/TextField.config.js +11 -14
  31. package/package.json +3 -3
  32. package/temp/plasma-web.api.md +2 -237
  33. package/css/cjs/components/TextArea/TextArea.config_2vh2du.css +0 -10
  34. package/css/cjs/components/TextField/TextField.config_1wotlu5.css +0 -13
  35. package/css/es/components/TextArea/TextArea.config_2vh2du.css +0 -10
  36. package/css/es/components/TextField/TextField.config_1wotlu5.css +0 -13
@@ -2106,115 +2106,6 @@ labelPlacement: {
2106
2106
  inner: PolymorphicClassName;
2107
2107
  outer: PolymorphicClassName;
2108
2108
  };
2109
- clear: {
2110
- true: PolymorphicClassName;
2111
- };
2112
- disabled: {
2113
- true: PolymorphicClassName;
2114
- };
2115
- readOnly: {
2116
- true: PolymorphicClassName;
2117
- };
2118
- }> & {
2119
- size?: string | undefined;
2120
- view?: string | undefined;
2121
- readOnly?: boolean | undefined;
2122
- disabled?: boolean | undefined;
2123
- } & {
2124
- label?: string | undefined;
2125
- labelPlacement?: "outer" | "inner" | undefined;
2126
- leftHelper?: string | undefined;
2127
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2128
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2129
- textBefore?: string | undefined;
2130
- textAfter?: string | undefined;
2131
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2132
- } & {
2133
- requiredPlacement?: "right" | "left" | undefined;
2134
- } & {
2135
- required: true;
2136
- optional?: false | undefined;
2137
- } & {
2138
- clear?: boolean | undefined;
2139
- hasDivider?: boolean | undefined;
2140
- } & {
2141
- chips?: undefined;
2142
- onChangeChips?: undefined;
2143
- enumerationType?: "plain" | undefined;
2144
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2145
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2146
- view: {
2147
- default: PolymorphicClassName;
2148
- positive: PolymorphicClassName;
2149
- warning: PolymorphicClassName;
2150
- negative: PolymorphicClassName;
2151
- };
2152
- size: {
2153
- l: PolymorphicClassName;
2154
- m: PolymorphicClassName;
2155
- s: PolymorphicClassName;
2156
- xs: PolymorphicClassName;
2157
- };
2158
- labelPlacement: {
2159
- inner: PolymorphicClassName;
2160
- outer: PolymorphicClassName;
2161
- };
2162
- clear: {
2163
- true: PolymorphicClassName;
2164
- };
2165
- disabled: {
2166
- true: PolymorphicClassName;
2167
- };
2168
- readOnly: {
2169
- true: PolymorphicClassName;
2170
- };
2171
- }> & {
2172
- size?: string | undefined;
2173
- view?: string | undefined;
2174
- readOnly?: boolean | undefined;
2175
- disabled?: boolean | undefined;
2176
- } & {
2177
- label?: string | undefined;
2178
- labelPlacement?: "outer" | "inner" | undefined;
2179
- leftHelper?: string | undefined;
2180
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2181
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2182
- textBefore?: string | undefined;
2183
- textAfter?: string | undefined;
2184
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2185
- } & {
2186
- requiredPlacement?: "right" | "left" | undefined;
2187
- } & {
2188
- required: true;
2189
- optional?: false | undefined;
2190
- } & {
2191
- clear?: boolean | undefined;
2192
- hasDivider?: boolean | undefined;
2193
- } & {
2194
- enumerationType: "chip";
2195
- onSearch?: undefined;
2196
- chips?: TextFieldPrimitiveValue[] | undefined;
2197
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2198
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2199
- view: {
2200
- default: PolymorphicClassName;
2201
- positive: PolymorphicClassName;
2202
- warning: PolymorphicClassName;
2203
- negative: PolymorphicClassName;
2204
- };
2205
- size: {
2206
- l: PolymorphicClassName;
2207
- m: PolymorphicClassName;
2208
- s: PolymorphicClassName;
2209
- xs: PolymorphicClassName;
2210
- };
2211
- labelPlacement: {
2212
- inner: PolymorphicClassName;
2213
- outer: PolymorphicClassName;
2214
- };
2215
- clear: {
2216
- true: PolymorphicClassName;
2217
- };
2218
2109
  disabled: {
2219
2110
  true: PolymorphicClassName;
2220
2111
  };
@@ -2241,9 +2132,6 @@ requiredPlacement?: "right" | "left" | undefined;
2241
2132
  required: true;
2242
2133
  optional?: false | undefined;
2243
2134
  } & {
2244
- clear?: false | undefined;
2245
- hasDivider?: undefined;
2246
- } & {
2247
2135
  chips?: undefined;
2248
2136
  onChangeChips?: undefined;
2249
2137
  enumerationType?: "plain" | undefined;
@@ -2265,9 +2153,6 @@ labelPlacement: {
2265
2153
  inner: PolymorphicClassName;
2266
2154
  outer: PolymorphicClassName;
2267
2155
  };
2268
- clear: {
2269
- true: PolymorphicClassName;
2270
- };
2271
2156
  disabled: {
2272
2157
  true: PolymorphicClassName;
2273
2158
  };
@@ -2294,9 +2179,6 @@ requiredPlacement?: "right" | "left" | undefined;
2294
2179
  required: true;
2295
2180
  optional?: false | undefined;
2296
2181
  } & {
2297
- clear?: false | undefined;
2298
- hasDivider?: undefined;
2299
- } & {
2300
2182
  enumerationType: "chip";
2301
2183
  onSearch?: undefined;
2302
2184
  chips?: TextFieldPrimitiveValue[] | undefined;
@@ -2318,115 +2200,6 @@ labelPlacement: {
2318
2200
  inner: PolymorphicClassName;
2319
2201
  outer: PolymorphicClassName;
2320
2202
  };
2321
- clear: {
2322
- true: PolymorphicClassName;
2323
- };
2324
- disabled: {
2325
- true: PolymorphicClassName;
2326
- };
2327
- readOnly: {
2328
- true: PolymorphicClassName;
2329
- };
2330
- }> & {
2331
- size?: string | undefined;
2332
- view?: string | undefined;
2333
- readOnly?: boolean | undefined;
2334
- disabled?: boolean | undefined;
2335
- } & {
2336
- label?: string | undefined;
2337
- labelPlacement?: "outer" | "inner" | undefined;
2338
- leftHelper?: string | undefined;
2339
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2340
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2341
- textBefore?: string | undefined;
2342
- textAfter?: string | undefined;
2343
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2344
- } & {
2345
- requiredPlacement?: "right" | "left" | undefined;
2346
- } & {
2347
- optional?: true | undefined;
2348
- required?: false | undefined;
2349
- } & {
2350
- clear?: boolean | undefined;
2351
- hasDivider?: boolean | undefined;
2352
- } & {
2353
- chips?: undefined;
2354
- onChangeChips?: undefined;
2355
- enumerationType?: "plain" | undefined;
2356
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2357
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2358
- view: {
2359
- default: PolymorphicClassName;
2360
- positive: PolymorphicClassName;
2361
- warning: PolymorphicClassName;
2362
- negative: PolymorphicClassName;
2363
- };
2364
- size: {
2365
- l: PolymorphicClassName;
2366
- m: PolymorphicClassName;
2367
- s: PolymorphicClassName;
2368
- xs: PolymorphicClassName;
2369
- };
2370
- labelPlacement: {
2371
- inner: PolymorphicClassName;
2372
- outer: PolymorphicClassName;
2373
- };
2374
- clear: {
2375
- true: PolymorphicClassName;
2376
- };
2377
- disabled: {
2378
- true: PolymorphicClassName;
2379
- };
2380
- readOnly: {
2381
- true: PolymorphicClassName;
2382
- };
2383
- }> & {
2384
- size?: string | undefined;
2385
- view?: string | undefined;
2386
- readOnly?: boolean | undefined;
2387
- disabled?: boolean | undefined;
2388
- } & {
2389
- label?: string | undefined;
2390
- labelPlacement?: "outer" | "inner" | undefined;
2391
- leftHelper?: string | undefined;
2392
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2393
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2394
- textBefore?: string | undefined;
2395
- textAfter?: string | undefined;
2396
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2397
- } & {
2398
- requiredPlacement?: "right" | "left" | undefined;
2399
- } & {
2400
- optional?: true | undefined;
2401
- required?: false | undefined;
2402
- } & {
2403
- clear?: boolean | undefined;
2404
- hasDivider?: boolean | undefined;
2405
- } & {
2406
- enumerationType: "chip";
2407
- onSearch?: undefined;
2408
- chips?: TextFieldPrimitiveValue[] | undefined;
2409
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2410
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2411
- view: {
2412
- default: PolymorphicClassName;
2413
- positive: PolymorphicClassName;
2414
- warning: PolymorphicClassName;
2415
- negative: PolymorphicClassName;
2416
- };
2417
- size: {
2418
- l: PolymorphicClassName;
2419
- m: PolymorphicClassName;
2420
- s: PolymorphicClassName;
2421
- xs: PolymorphicClassName;
2422
- };
2423
- labelPlacement: {
2424
- inner: PolymorphicClassName;
2425
- outer: PolymorphicClassName;
2426
- };
2427
- clear: {
2428
- true: PolymorphicClassName;
2429
- };
2430
2203
  disabled: {
2431
2204
  true: PolymorphicClassName;
2432
2205
  };
@@ -2453,9 +2226,6 @@ requiredPlacement?: "right" | "left" | undefined;
2453
2226
  optional?: true | undefined;
2454
2227
  required?: false | undefined;
2455
2228
  } & {
2456
- clear?: false | undefined;
2457
- hasDivider?: undefined;
2458
- } & {
2459
2229
  chips?: undefined;
2460
2230
  onChangeChips?: undefined;
2461
2231
  enumerationType?: "plain" | undefined;
@@ -2477,9 +2247,6 @@ labelPlacement: {
2477
2247
  inner: PolymorphicClassName;
2478
2248
  outer: PolymorphicClassName;
2479
2249
  };
2480
- clear: {
2481
- true: PolymorphicClassName;
2482
- };
2483
2250
  disabled: {
2484
2251
  true: PolymorphicClassName;
2485
2252
  };
@@ -2506,9 +2273,6 @@ requiredPlacement?: "right" | "left" | undefined;
2506
2273
  optional?: true | undefined;
2507
2274
  required?: false | undefined;
2508
2275
  } & {
2509
- clear?: false | undefined;
2510
- hasDivider?: undefined;
2511
- } & {
2512
2276
  enumerationType: "chip";
2513
2277
  onSearch?: undefined;
2514
2278
  chips?: TextFieldPrimitiveValue[] | undefined;
@@ -3271,11 +3035,12 @@ export const TextArea: ForwardRefExoticComponent<TextAreaProps & RefAttributes<H
3271
3035
  export { TextareaHTMLAttributes }
3272
3036
 
3273
3037
  // Warning: (ae-forgotten-export) The symbol "RequiredProps" needs to be exported by the entry point index.d.ts
3038
+ // Warning: (ae-forgotten-export) The symbol "ClearProps" needs to be exported by the entry point index.d.ts
3274
3039
  //
3275
3040
  // @public (undocumented)
3276
3041
  export type TextAreaProps = TextAreaProps_2 & {
3277
3042
  resize?: 'none' | 'both' | 'horizontal' | 'vertical';
3278
- } & RequiredProps;
3043
+ } & RequiredProps & ClearProps;
3279
3044
 
3280
3045
  export { TextareaResize }
3281
3046
 
@@ -16,115 +16,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
16
16
  inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
17
  outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
18
  };
19
- clear: {
20
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
- };
22
- disabled: {
23
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
24
- };
25
- readOnly: {
26
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
27
- };
28
- }> & {
29
- size?: string | undefined;
30
- view?: string | undefined;
31
- readOnly?: boolean | undefined;
32
- disabled?: boolean | undefined;
33
- } & {
34
- label?: string | undefined;
35
- labelPlacement?: "outer" | "inner" | undefined;
36
- leftHelper?: string | undefined;
37
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
38
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
39
- textBefore?: string | undefined;
40
- textAfter?: string | undefined;
41
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
42
- } & {
43
- requiredPlacement?: "right" | "left" | undefined;
44
- } & {
45
- required: true;
46
- optional?: false | undefined;
47
- } & {
48
- clear?: boolean | undefined;
49
- hasDivider?: boolean | undefined;
50
- } & {
51
- chips?: undefined;
52
- onChangeChips?: undefined;
53
- enumerationType?: "plain" | undefined;
54
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
55
- } & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
56
- view: {
57
- default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
58
- positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
59
- warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
60
- negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
61
- };
62
- size: {
63
- l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
64
- m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
65
- s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
66
- xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
67
- };
68
- labelPlacement: {
69
- inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
70
- outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
71
- };
72
- clear: {
73
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
74
- };
75
- disabled: {
76
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
77
- };
78
- readOnly: {
79
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
80
- };
81
- }> & {
82
- size?: string | undefined;
83
- view?: string | undefined;
84
- readOnly?: boolean | undefined;
85
- disabled?: boolean | undefined;
86
- } & {
87
- label?: string | undefined;
88
- labelPlacement?: "outer" | "inner" | undefined;
89
- leftHelper?: string | undefined;
90
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
91
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
92
- textBefore?: string | undefined;
93
- textAfter?: string | undefined;
94
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
95
- } & {
96
- requiredPlacement?: "right" | "left" | undefined;
97
- } & {
98
- required: true;
99
- optional?: false | undefined;
100
- } & {
101
- clear?: boolean | undefined;
102
- hasDivider?: boolean | undefined;
103
- } & {
104
- enumerationType: "chip";
105
- onSearch?: undefined;
106
- chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
107
- onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
108
- } & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
109
- view: {
110
- default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
111
- positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
112
- warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
113
- negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
114
- };
115
- size: {
116
- l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
117
- m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
118
- s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
119
- xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
120
- };
121
- labelPlacement: {
122
- inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
123
- outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
124
- };
125
- clear: {
126
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
127
- };
128
19
  disabled: {
129
20
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
130
21
  };
@@ -150,9 +41,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
150
41
  } & {
151
42
  required: true;
152
43
  optional?: false | undefined;
153
- } & {
154
- clear?: false | undefined;
155
- hasDivider?: undefined;
156
44
  } & {
157
45
  chips?: undefined;
158
46
  onChangeChips?: undefined;
@@ -175,9 +63,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
175
63
  inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
176
64
  outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
177
65
  };
178
- clear: {
179
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
180
- };
181
66
  disabled: {
182
67
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
183
68
  };
@@ -203,9 +88,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
203
88
  } & {
204
89
  required: true;
205
90
  optional?: false | undefined;
206
- } & {
207
- clear?: false | undefined;
208
- hasDivider?: undefined;
209
91
  } & {
210
92
  enumerationType: "chip";
211
93
  onSearch?: undefined;
@@ -228,115 +110,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
228
110
  inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
229
111
  outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
230
112
  };
231
- clear: {
232
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
233
- };
234
- disabled: {
235
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
236
- };
237
- readOnly: {
238
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
239
- };
240
- }> & {
241
- size?: string | undefined;
242
- view?: string | undefined;
243
- readOnly?: boolean | undefined;
244
- disabled?: boolean | undefined;
245
- } & {
246
- label?: string | undefined;
247
- labelPlacement?: "outer" | "inner" | undefined;
248
- leftHelper?: string | undefined;
249
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
250
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
251
- textBefore?: string | undefined;
252
- textAfter?: string | undefined;
253
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
254
- } & {
255
- requiredPlacement?: "right" | "left" | undefined;
256
- } & {
257
- optional?: true | undefined;
258
- required?: false | undefined;
259
- } & {
260
- clear?: boolean | undefined;
261
- hasDivider?: boolean | undefined;
262
- } & {
263
- chips?: undefined;
264
- onChangeChips?: undefined;
265
- enumerationType?: "plain" | undefined;
266
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
267
- } & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
268
- view: {
269
- default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
270
- positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
271
- warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
272
- negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
273
- };
274
- size: {
275
- l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
276
- m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
277
- s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
278
- xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
279
- };
280
- labelPlacement: {
281
- inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
282
- outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
283
- };
284
- clear: {
285
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
286
- };
287
- disabled: {
288
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
289
- };
290
- readOnly: {
291
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
292
- };
293
- }> & {
294
- size?: string | undefined;
295
- view?: string | undefined;
296
- readOnly?: boolean | undefined;
297
- disabled?: boolean | undefined;
298
- } & {
299
- label?: string | undefined;
300
- labelPlacement?: "outer" | "inner" | undefined;
301
- leftHelper?: string | undefined;
302
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
303
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
304
- textBefore?: string | undefined;
305
- textAfter?: string | undefined;
306
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
307
- } & {
308
- requiredPlacement?: "right" | "left" | undefined;
309
- } & {
310
- optional?: true | undefined;
311
- required?: false | undefined;
312
- } & {
313
- clear?: boolean | undefined;
314
- hasDivider?: boolean | undefined;
315
- } & {
316
- enumerationType: "chip";
317
- onSearch?: undefined;
318
- chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
319
- onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
320
- } & Omit<import("@salutejs/plasma-new-hope/types/types").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement> & import("@salutejs/plasma-new-hope/types/components/Mask/Mask.types").MaskProps, "ref"> | Omit<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
321
- view: {
322
- default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
323
- positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
324
- warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
325
- negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
326
- };
327
- size: {
328
- l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
329
- m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
330
- s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
331
- xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
332
- };
333
- labelPlacement: {
334
- inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
335
- outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
336
- };
337
- clear: {
338
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
339
- };
340
113
  disabled: {
341
114
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
342
115
  };
@@ -362,9 +135,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
362
135
  } & {
363
136
  optional?: true | undefined;
364
137
  required?: false | undefined;
365
- } & {
366
- clear?: false | undefined;
367
- hasDivider?: undefined;
368
138
  } & {
369
139
  chips?: undefined;
370
140
  onChangeChips?: undefined;
@@ -387,9 +157,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
387
157
  inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
388
158
  outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
389
159
  };
390
- clear: {
391
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
392
- };
393
160
  disabled: {
394
161
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
395
162
  };
@@ -415,9 +182,6 @@ export declare const Mask: import("react").ForwardRefExoticComponent<(Omit<impor
415
182
  } & {
416
183
  optional?: true | undefined;
417
184
  required?: false | undefined;
418
- } & {
419
- clear?: false | undefined;
420
- hasDivider?: undefined;
421
185
  } & {
422
186
  enumerationType: "chip";
423
187
  onSearch?: undefined;
@@ -21,6 +21,9 @@ export declare const config: {
21
21
  warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
22
22
  negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
23
23
  };
24
+ clear: {
25
+ true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
+ };
24
27
  disabled: {
25
28
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
26
29
  };