@salutejs/plasma-web 1.419.0-canary.1458.11344610394.0 → 1.419.0-canary.1459.11347702889.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. package/api/plasma-web.api.md +16 -655
  2. package/components/Breadcrumbs/Breadcrumbs.config.js +1 -1
  3. package/components/Combobox/Combobox.d.ts +126 -6
  4. package/components/Combobox/index.d.ts +12 -227
  5. package/components/Combobox/index.js +6 -2
  6. package/components/Mask/Mask.d.ts +2 -425
  7. package/components/TextArea/TextArea.config.d.ts +10 -0
  8. package/components/TextArea/TextArea.config.js +22 -12
  9. package/components/TextArea/index.d.ts +78 -1
  10. package/components/TextField/TextField.config.d.ts +10 -0
  11. package/components/TextField/TextField.config.js +21 -11
  12. package/components/TextField/TextField.d.ts +71 -282
  13. package/components/TextField/TextField.js +7 -1
  14. package/components/Toast/Toast.config.js +1 -1
  15. package/css/cjs/components/Breadcrumbs/Breadcrumbs.config.js +1 -1
  16. package/css/cjs/components/Breadcrumbs/Breadcrumbs.config.js.map +1 -1
  17. package/css/cjs/components/Breadcrumbs/{Breadcrumbs.config_b0qlrl.css → Breadcrumbs.config_i0qxb7.css} +1 -1
  18. package/css/cjs/components/Breadcrumbs/Breadcrumbs.css +5 -5
  19. package/css/cjs/components/Combobox/index.js +6 -2
  20. package/css/cjs/components/Combobox/index.js.map +1 -1
  21. package/css/cjs/components/Mask/Mask.css +17 -11
  22. package/css/cjs/components/Mask/Mask.js.map +1 -1
  23. package/css/cjs/components/TextArea/TextArea.config.js +13 -3
  24. package/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
  25. package/css/{es/components/TextArea/TextArea.config_gz8cpa.css → cjs/components/TextArea/TextArea.config_g5fxsq.css} +16 -10
  26. package/css/cjs/components/TextArea/TextArea.css +16 -10
  27. package/css/cjs/components/TextField/TextField.config.js +13 -3
  28. package/css/cjs/components/TextField/TextField.config.js.map +1 -1
  29. package/css/cjs/components/TextField/TextField.config_owf0ip.css +19 -0
  30. package/css/cjs/components/TextField/TextField.js +7 -1
  31. package/css/cjs/components/TextField/TextField.js.map +1 -1
  32. package/css/cjs/components/Toast/Toast.config.js +1 -1
  33. package/css/cjs/components/Toast/Toast.config.js.map +1 -1
  34. package/css/{es/components/Toast/Toast.config_1cwp1pi.css → cjs/components/Toast/Toast.config_1jtfxhk.css} +1 -1
  35. package/css/cjs/components/Toast/Toast.css +6 -6
  36. package/css/cjs/index.css +48 -36
  37. package/css/es/components/Breadcrumbs/Breadcrumbs.config.js +1 -1
  38. package/css/es/components/Breadcrumbs/Breadcrumbs.config.js.map +1 -1
  39. package/css/es/components/Breadcrumbs/{Breadcrumbs.config_b0qlrl.css → Breadcrumbs.config_i0qxb7.css} +1 -1
  40. package/css/es/components/Breadcrumbs/Breadcrumbs.css +5 -5
  41. package/css/es/components/Combobox/index.js +6 -2
  42. package/css/es/components/Combobox/index.js.map +1 -1
  43. package/css/es/components/Mask/Mask.css +17 -11
  44. package/css/es/components/Mask/Mask.js.map +1 -1
  45. package/css/es/components/TextArea/TextArea.config.js +13 -3
  46. package/css/es/components/TextArea/TextArea.config.js.map +1 -1
  47. package/css/{cjs/components/TextArea/TextArea.config_gz8cpa.css → es/components/TextArea/TextArea.config_g5fxsq.css} +16 -10
  48. package/css/es/components/TextArea/TextArea.css +16 -10
  49. package/css/es/components/TextField/TextField.config.js +13 -3
  50. package/css/es/components/TextField/TextField.config.js.map +1 -1
  51. package/css/es/components/TextField/TextField.config_owf0ip.css +19 -0
  52. package/css/es/components/TextField/TextField.js +7 -1
  53. package/css/es/components/TextField/TextField.js.map +1 -1
  54. package/css/es/components/Toast/Toast.config.js +1 -1
  55. package/css/es/components/Toast/Toast.config.js.map +1 -1
  56. package/css/{cjs/components/Toast/Toast.config_1cwp1pi.css → es/components/Toast/Toast.config_1jtfxhk.css} +1 -1
  57. package/css/es/components/Toast/Toast.css +6 -6
  58. package/css/es/index.css +48 -36
  59. package/es/components/Breadcrumbs/Breadcrumbs.config.js +1 -1
  60. package/es/components/Combobox/index.js +6 -3
  61. package/es/components/TextArea/TextArea.config.js +22 -12
  62. package/es/components/TextField/TextField.config.js +21 -11
  63. package/es/components/TextField/TextField.js +7 -1
  64. package/es/components/Toast/Toast.config.js +1 -1
  65. package/package.json +3 -3
  66. package/temp/plasma-web.api.md +16 -655
  67. package/css/cjs/components/TextField/TextField.config_j0ymp0.css +0 -13
  68. package/css/es/components/TextField/TextField.config_j0ymp0.css +0 -13
@@ -42,7 +42,6 @@ import { BaseCallbackKeyboardInstance } from '@salutejs/plasma-new-hope/types/co
42
42
  import { BaseProps } from '@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types';
43
43
  import { BaseTabItemProps } from '@salutejs/plasma-new-hope/types/components/Tabs/TabItem.types';
44
44
  import { BaseTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types';
45
- import { BasicProps } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxNew/Combobox.types';
46
45
  import { BlurProps } from '@salutejs/plasma-core';
47
46
  import { blurs } from '@salutejs/plasma-core';
48
47
  import { BoldProps } from '@salutejs/plasma-new-hope/types/components/Typography/Typography.types';
@@ -95,6 +94,7 @@ import { ColProps } from '@salutejs/plasma-new-hope/styled-components';
95
94
  import { ColSizeProps } from '@salutejs/plasma-new-hope/styled-components';
96
95
  import { ComboboxPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types';
97
96
  import { ComboboxOldProps as ComboboxProps } from '@salutejs/plasma-new-hope/styled-components';
97
+ import type { ComboboxProps as ComboboxProps_2 } from '@salutejs/plasma-new-hope';
98
98
  import { ComponentClass } from 'react';
99
99
  import { ComponentProps } from 'react';
100
100
  import { GridProps as ContainerProps } from '@salutejs/plasma-new-hope/styled-components';
@@ -156,8 +156,9 @@ import { IndicatorProps } from '@salutejs/plasma-new-hope/styled-components';
156
156
  import { InputHTMLAttributes } from '@salutejs/plasma-core';
157
157
  import { InputHTMLAttributes as InputHTMLAttributes_2 } from '@salutejs/plasma-new-hope/types/types';
158
158
  import { InputHTMLAttributes as InputHTMLAttributes_3 } from 'react';
159
+ import type { ItemOption } from '@salutejs/plasma-new-hope';
160
+ import { ItemOption as ItemOption_2 } from '@salutejs/plasma-new-hope/styled-components';
159
161
  import { JSXElementConstructor } from 'react';
160
- import { KeyboardEvent as KeyboardEvent_2 } from 'react';
161
162
  import { LineSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
162
163
  import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link';
163
164
  import { List } from '@salutejs/plasma-hope';
@@ -176,6 +177,7 @@ import { ModalView } from '@salutejs/plasma-hope';
176
177
  import { monthLongName } from '@salutejs/plasma-core';
177
178
  import { monthShortName } from '@salutejs/plasma-core';
178
179
  import { MouseEvent as MouseEvent_2 } from 'react';
180
+ import { MutableRefObject } from 'react';
179
181
  import { NotificationIconPlacement } from '@salutejs/plasma-new-hope/styled-components';
180
182
  import { NotificationLayout } from '@salutejs/plasma-new-hope/styled-components';
181
183
  import { NotificationProps } from '@salutejs/plasma-new-hope/styled-components';
@@ -193,6 +195,9 @@ import { PickOptional } from '@salutejs/plasma-core';
193
195
  import { PinProps } from '@salutejs/plasma-core';
194
196
  import { PolymorphicClassName } from '@salutejs/plasma-new-hope/types/engines/types';
195
197
  import { PopoverPlacement } from '@salutejs/plasma-new-hope/styled-components';
198
+ import type { PopoverPlacement as PopoverPlacement_2 } from '@salutejs/plasma-new-hope';
199
+ import type { PopoverPlacementBasic } from '@salutejs/plasma-new-hope';
200
+ import type { PopoverPlacementBasic as PopoverPlacementBasic_2 } from '@salutejs/plasma-new-hope/styled-components';
196
201
  import { PopoverProps } from '@salutejs/plasma-new-hope/styled-components';
197
202
  import { PopoverTrigger } from '@salutejs/plasma-new-hope/styled-components';
198
203
  import { Popup } from '@salutejs/plasma-hope';
@@ -282,9 +287,9 @@ import { TextareaHTMLAttributes } from '@salutejs/plasma-core';
282
287
  import type { TextAreaProps as TextAreaProps_2 } from '@salutejs/plasma-hope';
283
288
  import { TextareaResize } from '@salutejs/plasma-core';
284
289
  import { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
285
- import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
286
290
  import { TextfieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
287
291
  import type { TextFieldProps as TextFieldProps_3 } from '@salutejs/plasma-hope';
292
+ import type { TextFieldProps as TextFieldProps_4 } from '@salutejs/plasma-new-hope/styled-components';
288
293
  import { TextFieldPropsBase } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
289
294
  import { TextFieldView } from '@salutejs/plasma-hope';
290
295
  import { TextSkeletonBaseProps } from '@salutejs/plasma-new-hope/types/components/Skeleton/TextSkeleton/TextSkeleton.types';
@@ -1224,232 +1229,10 @@ export { ColProps }
1224
1229
 
1225
1230
  export { ColSizeProps }
1226
1231
 
1232
+ // Warning: (ae-forgotten-export) The symbol "CommonProps" needs to be exported by the entry point index.d.ts
1233
+ //
1227
1234
  // @public (undocumented)
1228
- export const Combobox: React_2.ForwardRefExoticComponent<(Omit<PropsType< {
1229
- view: {
1230
- default: PolymorphicClassName;
1231
- positive: PolymorphicClassName;
1232
- warning: PolymorphicClassName;
1233
- negative: PolymorphicClassName;
1234
- };
1235
- size: {
1236
- l: PolymorphicClassName;
1237
- m: PolymorphicClassName;
1238
- s: PolymorphicClassName;
1239
- xs: PolymorphicClassName;
1240
- };
1241
- labelPlacement: {
1242
- inner: PolymorphicClassName;
1243
- outer: PolymorphicClassName;
1244
- };
1245
- disabled: {
1246
- true: PolymorphicClassName;
1247
- };
1248
- readOnly: {
1249
- true: PolymorphicClassName;
1250
- };
1251
- }> & BasicProps & {
1252
- readOnly?: boolean | undefined;
1253
- disabled?: true | undefined;
1254
- alwaysOpened?: false | undefined;
1255
- } & {
1256
- multiple?: false | undefined;
1257
- value?: string | undefined;
1258
- onChange?: ((value: string) => void) | undefined;
1259
- isTargetAmount?: false | undefined;
1260
- } & Omit<React_2.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & React_2.RefAttributes<HTMLInputElement>, "ref"> | Omit<PropsType< {
1261
- view: {
1262
- default: PolymorphicClassName;
1263
- positive: PolymorphicClassName;
1264
- warning: PolymorphicClassName;
1265
- negative: PolymorphicClassName;
1266
- };
1267
- size: {
1268
- l: PolymorphicClassName;
1269
- m: PolymorphicClassName;
1270
- s: PolymorphicClassName;
1271
- xs: PolymorphicClassName;
1272
- };
1273
- labelPlacement: {
1274
- inner: PolymorphicClassName;
1275
- outer: PolymorphicClassName;
1276
- };
1277
- disabled: {
1278
- true: PolymorphicClassName;
1279
- };
1280
- readOnly: {
1281
- true: PolymorphicClassName;
1282
- };
1283
- }> & BasicProps & {
1284
- readOnly?: boolean | undefined;
1285
- disabled?: true | undefined;
1286
- alwaysOpened?: false | undefined;
1287
- } & {
1288
- multiple: true;
1289
- value?: string[] | undefined;
1290
- onChange?: ((value: string[]) => void) | undefined;
1291
- isTargetAmount?: boolean | undefined;
1292
- } & Omit<React_2.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & React_2.RefAttributes<HTMLInputElement>, "ref"> | Omit<PropsType< {
1293
- view: {
1294
- default: PolymorphicClassName;
1295
- positive: PolymorphicClassName;
1296
- warning: PolymorphicClassName;
1297
- negative: PolymorphicClassName;
1298
- };
1299
- size: {
1300
- l: PolymorphicClassName;
1301
- m: PolymorphicClassName;
1302
- s: PolymorphicClassName;
1303
- xs: PolymorphicClassName;
1304
- };
1305
- labelPlacement: {
1306
- inner: PolymorphicClassName;
1307
- outer: PolymorphicClassName;
1308
- };
1309
- disabled: {
1310
- true: PolymorphicClassName;
1311
- };
1312
- readOnly: {
1313
- true: PolymorphicClassName;
1314
- };
1315
- }> & BasicProps & {
1316
- readOnly?: true | undefined;
1317
- disabled?: boolean | undefined;
1318
- alwaysOpened?: false | undefined;
1319
- } & {
1320
- multiple?: false | undefined;
1321
- value?: string | undefined;
1322
- onChange?: ((value: string) => void) | undefined;
1323
- isTargetAmount?: false | undefined;
1324
- } & Omit<React_2.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & React_2.RefAttributes<HTMLInputElement>, "ref"> | Omit<PropsType< {
1325
- view: {
1326
- default: PolymorphicClassName;
1327
- positive: PolymorphicClassName;
1328
- warning: PolymorphicClassName;
1329
- negative: PolymorphicClassName;
1330
- };
1331
- size: {
1332
- l: PolymorphicClassName;
1333
- m: PolymorphicClassName;
1334
- s: PolymorphicClassName;
1335
- xs: PolymorphicClassName;
1336
- };
1337
- labelPlacement: {
1338
- inner: PolymorphicClassName;
1339
- outer: PolymorphicClassName;
1340
- };
1341
- disabled: {
1342
- true: PolymorphicClassName;
1343
- };
1344
- readOnly: {
1345
- true: PolymorphicClassName;
1346
- };
1347
- }> & BasicProps & {
1348
- readOnly?: true | undefined;
1349
- disabled?: boolean | undefined;
1350
- alwaysOpened?: false | undefined;
1351
- } & {
1352
- multiple: true;
1353
- value?: string[] | undefined;
1354
- onChange?: ((value: string[]) => void) | undefined;
1355
- isTargetAmount?: boolean | undefined;
1356
- } & Omit<React_2.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & React_2.RefAttributes<HTMLInputElement>, "ref"> | Omit<PropsType< {
1357
- view: {
1358
- default: PolymorphicClassName;
1359
- positive: PolymorphicClassName;
1360
- warning: PolymorphicClassName;
1361
- negative: PolymorphicClassName;
1362
- };
1363
- size: {
1364
- l: PolymorphicClassName;
1365
- m: PolymorphicClassName;
1366
- s: PolymorphicClassName;
1367
- xs: PolymorphicClassName;
1368
- };
1369
- labelPlacement: {
1370
- inner: PolymorphicClassName;
1371
- outer: PolymorphicClassName;
1372
- };
1373
- disabled: {
1374
- true: PolymorphicClassName;
1375
- };
1376
- readOnly: {
1377
- true: PolymorphicClassName;
1378
- };
1379
- }> & BasicProps & {
1380
- readOnly?: false | undefined;
1381
- disabled?: false | undefined;
1382
- alwaysOpened?: true | undefined;
1383
- } & {
1384
- multiple?: false | undefined;
1385
- value?: string | undefined;
1386
- onChange?: ((value: string) => void) | undefined;
1387
- isTargetAmount?: false | undefined;
1388
- } & Omit<React_2.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & React_2.RefAttributes<HTMLInputElement>, "ref"> | Omit<PropsType< {
1389
- view: {
1390
- default: PolymorphicClassName;
1391
- positive: PolymorphicClassName;
1392
- warning: PolymorphicClassName;
1393
- negative: PolymorphicClassName;
1394
- };
1395
- size: {
1396
- l: PolymorphicClassName;
1397
- m: PolymorphicClassName;
1398
- s: PolymorphicClassName;
1399
- xs: PolymorphicClassName;
1400
- };
1401
- labelPlacement: {
1402
- inner: PolymorphicClassName;
1403
- outer: PolymorphicClassName;
1404
- };
1405
- disabled: {
1406
- true: PolymorphicClassName;
1407
- };
1408
- readOnly: {
1409
- true: PolymorphicClassName;
1410
- };
1411
- }> & BasicProps & {
1412
- readOnly?: false | undefined;
1413
- disabled?: false | undefined;
1414
- alwaysOpened?: true | undefined;
1415
- } & {
1416
- multiple: true;
1417
- value?: string[] | undefined;
1418
- onChange?: ((value: string[]) => void) | undefined;
1419
- isTargetAmount?: boolean | undefined;
1420
- } & Omit<React_2.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & React_2.RefAttributes<HTMLInputElement>, "ref"> | Omit<PropsType< {
1421
- size: {
1422
- xs: PolymorphicClassName;
1423
- s: PolymorphicClassName;
1424
- m: PolymorphicClassName;
1425
- l: PolymorphicClassName;
1426
- };
1427
- view: {
1428
- default: PolymorphicClassName;
1429
- };
1430
- }> & Omit<InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "type" | "target" | "size" | "checked" | "minLength" | "maxLength"> & CustomComboboxProps & {
1431
- valueType?: "single" | undefined;
1432
- value?: ComboboxPrimitiveValue | undefined;
1433
- onChangeValue?: ((value?: ComboboxPrimitiveValue | undefined) => void) | undefined;
1434
- } & React_2.RefAttributes<HTMLInputElement> & {
1435
- items?: undefined;
1436
- }, "ref"> | Omit<PropsType< {
1437
- size: {
1438
- xs: PolymorphicClassName;
1439
- s: PolymorphicClassName;
1440
- m: PolymorphicClassName;
1441
- l: PolymorphicClassName;
1442
- };
1443
- view: {
1444
- default: PolymorphicClassName;
1445
- };
1446
- }> & Omit<InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "type" | "target" | "size" | "checked" | "minLength" | "maxLength"> & CustomComboboxProps & {
1447
- valueType: "multiple";
1448
- value?: ComboboxPrimitiveValue[] | undefined;
1449
- onChangeValue?: ((value?: ComboboxPrimitiveValue[] | undefined) => void) | undefined;
1450
- } & React_2.RefAttributes<HTMLInputElement> & {
1451
- items?: undefined;
1452
- }, "ref">) & React_2.RefAttributes<HTMLInputElement>>;
1235
+ export const Combobox: <T extends ItemOption>(props: CommonProps<T> & React_2.RefAttributes<HTMLInputElement>) => React_2.ReactElement | null;
1453
1236
 
1454
1237
  // @public (undocumented)
1455
1238
  export const ComboboxDivider: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
@@ -2102,431 +1885,7 @@ export { List }
2102
1885
  export { ListItem }
2103
1886
 
2104
1887
  // @public (undocumented)
2105
- export const Mask: ForwardRefExoticComponent<(Omit<PropsType< {
2106
- view: {
2107
- default: PolymorphicClassName;
2108
- positive: PolymorphicClassName;
2109
- warning: PolymorphicClassName;
2110
- negative: PolymorphicClassName;
2111
- };
2112
- size: {
2113
- l: PolymorphicClassName;
2114
- m: PolymorphicClassName;
2115
- s: PolymorphicClassName;
2116
- xs: PolymorphicClassName;
2117
- };
2118
- labelPlacement: {
2119
- inner: PolymorphicClassName;
2120
- outer: PolymorphicClassName;
2121
- };
2122
- clear: {
2123
- true: PolymorphicClassName;
2124
- };
2125
- disabled: {
2126
- true: PolymorphicClassName;
2127
- };
2128
- readOnly: {
2129
- true: PolymorphicClassName;
2130
- };
2131
- }> & {
2132
- size?: string | undefined;
2133
- view?: string | undefined;
2134
- readOnly?: boolean | undefined;
2135
- disabled?: boolean | undefined;
2136
- } & {
2137
- label?: string | undefined;
2138
- labelPlacement?: "outer" | "inner" | undefined;
2139
- leftHelper?: string | undefined;
2140
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2141
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2142
- textBefore?: string | undefined;
2143
- textAfter?: string | undefined;
2144
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2145
- } & {
2146
- requiredPlacement?: "right" | "left" | undefined;
2147
- } & {
2148
- required: true;
2149
- optional?: false | undefined;
2150
- } & {
2151
- clear?: boolean | undefined;
2152
- hasDivider?: boolean | undefined;
2153
- } & {
2154
- chips?: undefined;
2155
- onChangeChips?: undefined;
2156
- enumerationType?: "plain" | undefined;
2157
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2158
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2159
- view: {
2160
- default: PolymorphicClassName;
2161
- positive: PolymorphicClassName;
2162
- warning: PolymorphicClassName;
2163
- negative: PolymorphicClassName;
2164
- };
2165
- size: {
2166
- l: PolymorphicClassName;
2167
- m: PolymorphicClassName;
2168
- s: PolymorphicClassName;
2169
- xs: PolymorphicClassName;
2170
- };
2171
- labelPlacement: {
2172
- inner: PolymorphicClassName;
2173
- outer: PolymorphicClassName;
2174
- };
2175
- clear: {
2176
- true: PolymorphicClassName;
2177
- };
2178
- disabled: {
2179
- true: PolymorphicClassName;
2180
- };
2181
- readOnly: {
2182
- true: PolymorphicClassName;
2183
- };
2184
- }> & {
2185
- size?: string | undefined;
2186
- view?: string | undefined;
2187
- readOnly?: boolean | undefined;
2188
- disabled?: boolean | undefined;
2189
- } & {
2190
- label?: string | undefined;
2191
- labelPlacement?: "outer" | "inner" | undefined;
2192
- leftHelper?: string | undefined;
2193
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2194
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2195
- textBefore?: string | undefined;
2196
- textAfter?: string | undefined;
2197
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2198
- } & {
2199
- requiredPlacement?: "right" | "left" | undefined;
2200
- } & {
2201
- required: true;
2202
- optional?: false | undefined;
2203
- } & {
2204
- clear?: boolean | undefined;
2205
- hasDivider?: boolean | undefined;
2206
- } & {
2207
- enumerationType: "chip";
2208
- onSearch?: undefined;
2209
- chips?: TextFieldPrimitiveValue[] | undefined;
2210
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2211
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2212
- view: {
2213
- default: PolymorphicClassName;
2214
- positive: PolymorphicClassName;
2215
- warning: PolymorphicClassName;
2216
- negative: PolymorphicClassName;
2217
- };
2218
- size: {
2219
- l: PolymorphicClassName;
2220
- m: PolymorphicClassName;
2221
- s: PolymorphicClassName;
2222
- xs: PolymorphicClassName;
2223
- };
2224
- labelPlacement: {
2225
- inner: PolymorphicClassName;
2226
- outer: PolymorphicClassName;
2227
- };
2228
- clear: {
2229
- true: PolymorphicClassName;
2230
- };
2231
- disabled: {
2232
- true: PolymorphicClassName;
2233
- };
2234
- readOnly: {
2235
- true: PolymorphicClassName;
2236
- };
2237
- }> & {
2238
- size?: string | undefined;
2239
- view?: string | undefined;
2240
- readOnly?: boolean | undefined;
2241
- disabled?: boolean | undefined;
2242
- } & {
2243
- label?: string | undefined;
2244
- labelPlacement?: "outer" | "inner" | undefined;
2245
- leftHelper?: string | undefined;
2246
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2247
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2248
- textBefore?: string | undefined;
2249
- textAfter?: string | undefined;
2250
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2251
- } & {
2252
- requiredPlacement?: "right" | "left" | undefined;
2253
- } & {
2254
- required: true;
2255
- optional?: false | undefined;
2256
- } & {
2257
- clear?: false | undefined;
2258
- hasDivider?: undefined;
2259
- } & {
2260
- chips?: undefined;
2261
- onChangeChips?: undefined;
2262
- enumerationType?: "plain" | undefined;
2263
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2264
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2265
- view: {
2266
- default: PolymorphicClassName;
2267
- positive: PolymorphicClassName;
2268
- warning: PolymorphicClassName;
2269
- negative: PolymorphicClassName;
2270
- };
2271
- size: {
2272
- l: PolymorphicClassName;
2273
- m: PolymorphicClassName;
2274
- s: PolymorphicClassName;
2275
- xs: PolymorphicClassName;
2276
- };
2277
- labelPlacement: {
2278
- inner: PolymorphicClassName;
2279
- outer: PolymorphicClassName;
2280
- };
2281
- clear: {
2282
- true: PolymorphicClassName;
2283
- };
2284
- disabled: {
2285
- true: PolymorphicClassName;
2286
- };
2287
- readOnly: {
2288
- true: PolymorphicClassName;
2289
- };
2290
- }> & {
2291
- size?: string | undefined;
2292
- view?: string | undefined;
2293
- readOnly?: boolean | undefined;
2294
- disabled?: boolean | undefined;
2295
- } & {
2296
- label?: string | undefined;
2297
- labelPlacement?: "outer" | "inner" | undefined;
2298
- leftHelper?: string | undefined;
2299
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2300
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2301
- textBefore?: string | undefined;
2302
- textAfter?: string | undefined;
2303
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2304
- } & {
2305
- requiredPlacement?: "right" | "left" | undefined;
2306
- } & {
2307
- required: true;
2308
- optional?: false | undefined;
2309
- } & {
2310
- clear?: false | undefined;
2311
- hasDivider?: undefined;
2312
- } & {
2313
- enumerationType: "chip";
2314
- onSearch?: undefined;
2315
- chips?: TextFieldPrimitiveValue[] | undefined;
2316
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2317
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2318
- view: {
2319
- default: PolymorphicClassName;
2320
- positive: PolymorphicClassName;
2321
- warning: PolymorphicClassName;
2322
- negative: PolymorphicClassName;
2323
- };
2324
- size: {
2325
- l: PolymorphicClassName;
2326
- m: PolymorphicClassName;
2327
- s: PolymorphicClassName;
2328
- xs: PolymorphicClassName;
2329
- };
2330
- labelPlacement: {
2331
- inner: PolymorphicClassName;
2332
- outer: PolymorphicClassName;
2333
- };
2334
- clear: {
2335
- true: PolymorphicClassName;
2336
- };
2337
- disabled: {
2338
- true: PolymorphicClassName;
2339
- };
2340
- readOnly: {
2341
- true: PolymorphicClassName;
2342
- };
2343
- }> & {
2344
- size?: string | undefined;
2345
- view?: string | undefined;
2346
- readOnly?: boolean | undefined;
2347
- disabled?: boolean | undefined;
2348
- } & {
2349
- label?: string | undefined;
2350
- labelPlacement?: "outer" | "inner" | undefined;
2351
- leftHelper?: string | undefined;
2352
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2353
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2354
- textBefore?: string | undefined;
2355
- textAfter?: string | undefined;
2356
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2357
- } & {
2358
- requiredPlacement?: "right" | "left" | undefined;
2359
- } & {
2360
- optional?: true | undefined;
2361
- required?: false | undefined;
2362
- } & {
2363
- clear?: boolean | undefined;
2364
- hasDivider?: boolean | undefined;
2365
- } & {
2366
- chips?: undefined;
2367
- onChangeChips?: undefined;
2368
- enumerationType?: "plain" | undefined;
2369
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2370
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2371
- view: {
2372
- default: PolymorphicClassName;
2373
- positive: PolymorphicClassName;
2374
- warning: PolymorphicClassName;
2375
- negative: PolymorphicClassName;
2376
- };
2377
- size: {
2378
- l: PolymorphicClassName;
2379
- m: PolymorphicClassName;
2380
- s: PolymorphicClassName;
2381
- xs: PolymorphicClassName;
2382
- };
2383
- labelPlacement: {
2384
- inner: PolymorphicClassName;
2385
- outer: PolymorphicClassName;
2386
- };
2387
- clear: {
2388
- true: PolymorphicClassName;
2389
- };
2390
- disabled: {
2391
- true: PolymorphicClassName;
2392
- };
2393
- readOnly: {
2394
- true: PolymorphicClassName;
2395
- };
2396
- }> & {
2397
- size?: string | undefined;
2398
- view?: string | undefined;
2399
- readOnly?: boolean | undefined;
2400
- disabled?: boolean | undefined;
2401
- } & {
2402
- label?: string | undefined;
2403
- labelPlacement?: "outer" | "inner" | undefined;
2404
- leftHelper?: string | undefined;
2405
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2406
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2407
- textBefore?: string | undefined;
2408
- textAfter?: string | undefined;
2409
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2410
- } & {
2411
- requiredPlacement?: "right" | "left" | undefined;
2412
- } & {
2413
- optional?: true | undefined;
2414
- required?: false | undefined;
2415
- } & {
2416
- clear?: boolean | undefined;
2417
- hasDivider?: boolean | undefined;
2418
- } & {
2419
- enumerationType: "chip";
2420
- onSearch?: undefined;
2421
- chips?: TextFieldPrimitiveValue[] | undefined;
2422
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2423
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2424
- view: {
2425
- default: PolymorphicClassName;
2426
- positive: PolymorphicClassName;
2427
- warning: PolymorphicClassName;
2428
- negative: PolymorphicClassName;
2429
- };
2430
- size: {
2431
- l: PolymorphicClassName;
2432
- m: PolymorphicClassName;
2433
- s: PolymorphicClassName;
2434
- xs: PolymorphicClassName;
2435
- };
2436
- labelPlacement: {
2437
- inner: PolymorphicClassName;
2438
- outer: PolymorphicClassName;
2439
- };
2440
- clear: {
2441
- true: PolymorphicClassName;
2442
- };
2443
- disabled: {
2444
- true: PolymorphicClassName;
2445
- };
2446
- readOnly: {
2447
- true: PolymorphicClassName;
2448
- };
2449
- }> & {
2450
- size?: string | undefined;
2451
- view?: string | undefined;
2452
- readOnly?: boolean | undefined;
2453
- disabled?: boolean | undefined;
2454
- } & {
2455
- label?: string | undefined;
2456
- labelPlacement?: "outer" | "inner" | undefined;
2457
- leftHelper?: string | undefined;
2458
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2459
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2460
- textBefore?: string | undefined;
2461
- textAfter?: string | undefined;
2462
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2463
- } & {
2464
- requiredPlacement?: "right" | "left" | undefined;
2465
- } & {
2466
- optional?: true | undefined;
2467
- required?: false | undefined;
2468
- } & {
2469
- clear?: false | undefined;
2470
- hasDivider?: undefined;
2471
- } & {
2472
- chips?: undefined;
2473
- onChangeChips?: undefined;
2474
- enumerationType?: "plain" | undefined;
2475
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2476
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2477
- view: {
2478
- default: PolymorphicClassName;
2479
- positive: PolymorphicClassName;
2480
- warning: PolymorphicClassName;
2481
- negative: PolymorphicClassName;
2482
- };
2483
- size: {
2484
- l: PolymorphicClassName;
2485
- m: PolymorphicClassName;
2486
- s: PolymorphicClassName;
2487
- xs: PolymorphicClassName;
2488
- };
2489
- labelPlacement: {
2490
- inner: PolymorphicClassName;
2491
- outer: PolymorphicClassName;
2492
- };
2493
- clear: {
2494
- true: PolymorphicClassName;
2495
- };
2496
- disabled: {
2497
- true: PolymorphicClassName;
2498
- };
2499
- readOnly: {
2500
- true: PolymorphicClassName;
2501
- };
2502
- }> & {
2503
- size?: string | undefined;
2504
- view?: string | undefined;
2505
- readOnly?: boolean | undefined;
2506
- disabled?: boolean | undefined;
2507
- } & {
2508
- label?: string | undefined;
2509
- labelPlacement?: "outer" | "inner" | undefined;
2510
- leftHelper?: string | undefined;
2511
- contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2512
- contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2513
- textBefore?: string | undefined;
2514
- textAfter?: string | undefined;
2515
- onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2516
- } & {
2517
- requiredPlacement?: "right" | "left" | undefined;
2518
- } & {
2519
- optional?: true | undefined;
2520
- required?: false | undefined;
2521
- } & {
2522
- clear?: false | undefined;
2523
- hasDivider?: undefined;
2524
- } & {
2525
- enumerationType: "chip";
2526
- onSearch?: undefined;
2527
- chips?: TextFieldPrimitiveValue[] | undefined;
2528
- onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2529
- } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref">) & RefAttributes<HTMLInputElement>>;
1888
+ export const Mask: ForwardRefExoticComponent<(TextFieldProps_4 & MaskProps) & RefAttributes<HTMLInputElement>>;
2530
1889
 
2531
1890
  export { MaxLinesProps }
2532
1891
 
@@ -3346,11 +2705,13 @@ export { TextareaHTMLAttributes }
3346
2705
 
3347
2706
  // Warning: (ae-forgotten-export) The symbol "RequiredProps" needs to be exported by the entry point index.d.ts
3348
2707
  // Warning: (ae-forgotten-export) The symbol "ClearProps" needs to be exported by the entry point index.d.ts
2708
+ // Warning: (ae-forgotten-export) The symbol "HintProps" needs to be exported by the entry point index.d.ts
3349
2709
  //
3350
2710
  // @public (undocumented)
3351
2711
  export type TextAreaProps = TextAreaProps_2 & {
3352
2712
  resize?: 'none' | 'both' | 'horizontal' | 'vertical';
3353
- } & RequiredProps & ClearProps;
2713
+ titleCaption?: ReactNode;
2714
+ } & RequiredProps & ClearProps & HintProps;
3354
2715
 
3355
2716
  export { TextareaResize }
3356
2717
 
@@ -3406,7 +2767,7 @@ export { TextFieldGroupProps }
3406
2767
  // Warning: (ae-forgotten-export) The symbol "newHopeTextFieldProps" needs to be exported by the entry point index.d.ts
3407
2768
  //
3408
2769
  // @public (undocumented)
3409
- export type TextFieldProps = TextFieldProps_2 & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'onChangeChips'>;
2770
+ export type TextFieldProps = TextFieldProps_2 & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'onChangeChips' | 'titleCaption'>;
3410
2771
 
3411
2772
  export { TextFieldView }
3412
2773