@salutejs/plasma-web 1.419.0-canary.1459.11345044568.0 → 1.419.0-canary.1470.11343749799.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. package/api/plasma-web.api.md +436 -235
  2. package/components/Combobox/Combobox.d.ts +126 -6
  3. package/components/Combobox/index.d.ts +12 -227
  4. package/components/Combobox/index.js +6 -2
  5. package/components/Mask/Mask.d.ts +425 -2
  6. package/components/TextArea/TextArea.config.d.ts +0 -10
  7. package/components/TextArea/TextArea.config.js +12 -22
  8. package/components/TextArea/index.d.ts +1 -78
  9. package/components/TextField/TextField.config.d.ts +0 -10
  10. package/components/TextField/TextField.config.js +11 -21
  11. package/components/TextField/TextField.d.ts +282 -71
  12. package/components/TextField/TextField.js +1 -7
  13. package/css/cjs/components/Combobox/index.js +6 -2
  14. package/css/cjs/components/Combobox/index.js.map +1 -1
  15. package/css/cjs/components/Mask/Mask.css +11 -17
  16. package/css/cjs/components/Mask/Mask.js.map +1 -1
  17. package/css/cjs/components/TextArea/TextArea.config.js +3 -13
  18. package/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
  19. package/css/cjs/components/TextArea/TextArea.config_gz8cpa.css +11 -0
  20. package/css/cjs/components/TextArea/TextArea.css +10 -16
  21. package/css/cjs/components/TextField/TextField.config.js +3 -13
  22. package/css/cjs/components/TextField/TextField.config.js.map +1 -1
  23. package/css/cjs/components/TextField/TextField.config_j0ymp0.css +13 -0
  24. package/css/cjs/components/TextField/TextField.js +1 -7
  25. package/css/cjs/components/TextField/TextField.js.map +1 -1
  26. package/css/cjs/index.css +25 -37
  27. package/css/es/components/Combobox/index.js +6 -2
  28. package/css/es/components/Combobox/index.js.map +1 -1
  29. package/css/es/components/Mask/Mask.css +11 -17
  30. package/css/es/components/Mask/Mask.js.map +1 -1
  31. package/css/es/components/TextArea/TextArea.config.js +3 -13
  32. package/css/es/components/TextArea/TextArea.config.js.map +1 -1
  33. package/css/es/components/TextArea/TextArea.config_gz8cpa.css +11 -0
  34. package/css/es/components/TextArea/TextArea.css +10 -16
  35. package/css/es/components/TextField/TextField.config.js +3 -13
  36. package/css/es/components/TextField/TextField.config.js.map +1 -1
  37. package/css/es/components/TextField/TextField.config_j0ymp0.css +13 -0
  38. package/css/es/components/TextField/TextField.js +1 -7
  39. package/css/es/components/TextField/TextField.js.map +1 -1
  40. package/css/es/index.css +25 -37
  41. package/es/components/Combobox/index.js +6 -3
  42. package/es/components/TextArea/TextArea.config.js +12 -22
  43. package/es/components/TextField/TextField.config.js +11 -21
  44. package/es/components/TextField/TextField.js +1 -7
  45. package/package.json +3 -3
  46. package/temp/plasma-web.api.md +436 -235
  47. package/css/cjs/components/TextArea/TextArea.config_o66pnl.css +0 -17
  48. package/css/cjs/components/TextField/TextField.config_owf0ip.css +0 -19
  49. package/css/es/components/TextArea/TextArea.config_o66pnl.css +0 -17
  50. package/css/es/components/TextField/TextField.config_owf0ip.css +0 -19
@@ -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,7 +156,10 @@ 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';
162
+ import { KeyboardEvent as KeyboardEvent_2 } from 'react';
160
163
  import { LineSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
161
164
  import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link';
162
165
  import { List } from '@salutejs/plasma-hope';
@@ -175,6 +178,7 @@ import { ModalView } from '@salutejs/plasma-hope';
175
178
  import { monthLongName } from '@salutejs/plasma-core';
176
179
  import { monthShortName } from '@salutejs/plasma-core';
177
180
  import { MouseEvent as MouseEvent_2 } from 'react';
181
+ import { MutableRefObject } from 'react';
178
182
  import { NotificationIconPlacement } from '@salutejs/plasma-new-hope/styled-components';
179
183
  import { NotificationLayout } from '@salutejs/plasma-new-hope/styled-components';
180
184
  import { NotificationProps } from '@salutejs/plasma-new-hope/styled-components';
@@ -192,9 +196,6 @@ import { PickOptional } from '@salutejs/plasma-core';
192
196
  import { PinProps } from '@salutejs/plasma-core';
193
197
  import { PolymorphicClassName } from '@salutejs/plasma-new-hope/types/engines/types';
194
198
  import { PopoverPlacement } from '@salutejs/plasma-new-hope/styled-components';
195
- import type { PopoverPlacement as PopoverPlacement_2 } from '@salutejs/plasma-new-hope';
196
- import type { PopoverPlacementBasic } from '@salutejs/plasma-new-hope';
197
- import type { PopoverPlacementBasic as PopoverPlacementBasic_2 } from '@salutejs/plasma-new-hope/styled-components';
198
199
  import { PopoverProps } from '@salutejs/plasma-new-hope/styled-components';
199
200
  import { PopoverTrigger } from '@salutejs/plasma-new-hope/styled-components';
200
201
  import { Popup } from '@salutejs/plasma-hope';
@@ -284,9 +285,9 @@ import { TextareaHTMLAttributes } from '@salutejs/plasma-core';
284
285
  import type { TextAreaProps as TextAreaProps_2 } from '@salutejs/plasma-hope';
285
286
  import { TextareaResize } from '@salutejs/plasma-core';
286
287
  import { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
288
+ import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
287
289
  import { TextfieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
288
290
  import type { TextFieldProps as TextFieldProps_3 } from '@salutejs/plasma-hope';
289
- import type { TextFieldProps as TextFieldProps_4 } from '@salutejs/plasma-new-hope/styled-components';
290
291
  import { TextFieldPropsBase } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
291
292
  import { TextFieldView } from '@salutejs/plasma-hope';
292
293
  import { TextSkeletonBaseProps } from '@salutejs/plasma-new-hope/types/components/Skeleton/TextSkeleton/TextSkeleton.types';
@@ -1226,232 +1227,10 @@ export { ColProps }
1226
1227
 
1227
1228
  export { ColSizeProps }
1228
1229
 
1230
+ // Warning: (ae-forgotten-export) The symbol "CommonProps" needs to be exported by the entry point index.d.ts
1231
+ //
1229
1232
  // @public (undocumented)
1230
- export const Combobox: React_2.ForwardRefExoticComponent<(Omit<PropsType< {
1231
- view: {
1232
- default: PolymorphicClassName;
1233
- positive: PolymorphicClassName;
1234
- warning: PolymorphicClassName;
1235
- negative: PolymorphicClassName;
1236
- };
1237
- size: {
1238
- l: PolymorphicClassName;
1239
- m: PolymorphicClassName;
1240
- s: PolymorphicClassName;
1241
- xs: PolymorphicClassName;
1242
- };
1243
- labelPlacement: {
1244
- inner: PolymorphicClassName;
1245
- outer: PolymorphicClassName;
1246
- };
1247
- disabled: {
1248
- true: PolymorphicClassName;
1249
- };
1250
- readOnly: {
1251
- true: PolymorphicClassName;
1252
- };
1253
- }> & BasicProps & {
1254
- readOnly?: boolean | undefined;
1255
- disabled?: true | undefined;
1256
- alwaysOpened?: false | undefined;
1257
- } & {
1258
- multiple?: false | undefined;
1259
- value?: string | undefined;
1260
- onChange?: ((value: string) => void) | undefined;
1261
- isTargetAmount?: false | undefined;
1262
- } & Omit<React_2.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & React_2.RefAttributes<HTMLInputElement>, "ref"> | Omit<PropsType< {
1263
- view: {
1264
- default: PolymorphicClassName;
1265
- positive: PolymorphicClassName;
1266
- warning: PolymorphicClassName;
1267
- negative: PolymorphicClassName;
1268
- };
1269
- size: {
1270
- l: PolymorphicClassName;
1271
- m: PolymorphicClassName;
1272
- s: PolymorphicClassName;
1273
- xs: PolymorphicClassName;
1274
- };
1275
- labelPlacement: {
1276
- inner: PolymorphicClassName;
1277
- outer: PolymorphicClassName;
1278
- };
1279
- disabled: {
1280
- true: PolymorphicClassName;
1281
- };
1282
- readOnly: {
1283
- true: PolymorphicClassName;
1284
- };
1285
- }> & BasicProps & {
1286
- readOnly?: boolean | undefined;
1287
- disabled?: true | undefined;
1288
- alwaysOpened?: false | undefined;
1289
- } & {
1290
- multiple: true;
1291
- value?: string[] | undefined;
1292
- onChange?: ((value: string[]) => void) | undefined;
1293
- isTargetAmount?: boolean | undefined;
1294
- } & Omit<React_2.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & React_2.RefAttributes<HTMLInputElement>, "ref"> | Omit<PropsType< {
1295
- view: {
1296
- default: PolymorphicClassName;
1297
- positive: PolymorphicClassName;
1298
- warning: PolymorphicClassName;
1299
- negative: PolymorphicClassName;
1300
- };
1301
- size: {
1302
- l: PolymorphicClassName;
1303
- m: PolymorphicClassName;
1304
- s: PolymorphicClassName;
1305
- xs: PolymorphicClassName;
1306
- };
1307
- labelPlacement: {
1308
- inner: PolymorphicClassName;
1309
- outer: PolymorphicClassName;
1310
- };
1311
- disabled: {
1312
- true: PolymorphicClassName;
1313
- };
1314
- readOnly: {
1315
- true: PolymorphicClassName;
1316
- };
1317
- }> & BasicProps & {
1318
- readOnly?: true | undefined;
1319
- disabled?: boolean | undefined;
1320
- alwaysOpened?: false | undefined;
1321
- } & {
1322
- multiple?: false | undefined;
1323
- value?: string | undefined;
1324
- onChange?: ((value: string) => void) | undefined;
1325
- isTargetAmount?: false | undefined;
1326
- } & Omit<React_2.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & React_2.RefAttributes<HTMLInputElement>, "ref"> | Omit<PropsType< {
1327
- view: {
1328
- default: PolymorphicClassName;
1329
- positive: PolymorphicClassName;
1330
- warning: PolymorphicClassName;
1331
- negative: PolymorphicClassName;
1332
- };
1333
- size: {
1334
- l: PolymorphicClassName;
1335
- m: PolymorphicClassName;
1336
- s: PolymorphicClassName;
1337
- xs: PolymorphicClassName;
1338
- };
1339
- labelPlacement: {
1340
- inner: PolymorphicClassName;
1341
- outer: PolymorphicClassName;
1342
- };
1343
- disabled: {
1344
- true: PolymorphicClassName;
1345
- };
1346
- readOnly: {
1347
- true: PolymorphicClassName;
1348
- };
1349
- }> & BasicProps & {
1350
- readOnly?: true | undefined;
1351
- disabled?: boolean | undefined;
1352
- alwaysOpened?: false | undefined;
1353
- } & {
1354
- multiple: true;
1355
- value?: string[] | undefined;
1356
- onChange?: ((value: string[]) => void) | undefined;
1357
- isTargetAmount?: boolean | undefined;
1358
- } & Omit<React_2.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & React_2.RefAttributes<HTMLInputElement>, "ref"> | Omit<PropsType< {
1359
- view: {
1360
- default: PolymorphicClassName;
1361
- positive: PolymorphicClassName;
1362
- warning: PolymorphicClassName;
1363
- negative: PolymorphicClassName;
1364
- };
1365
- size: {
1366
- l: PolymorphicClassName;
1367
- m: PolymorphicClassName;
1368
- s: PolymorphicClassName;
1369
- xs: PolymorphicClassName;
1370
- };
1371
- labelPlacement: {
1372
- inner: PolymorphicClassName;
1373
- outer: PolymorphicClassName;
1374
- };
1375
- disabled: {
1376
- true: PolymorphicClassName;
1377
- };
1378
- readOnly: {
1379
- true: PolymorphicClassName;
1380
- };
1381
- }> & BasicProps & {
1382
- readOnly?: false | undefined;
1383
- disabled?: false | undefined;
1384
- alwaysOpened?: true | undefined;
1385
- } & {
1386
- multiple?: false | undefined;
1387
- value?: string | undefined;
1388
- onChange?: ((value: string) => void) | undefined;
1389
- isTargetAmount?: false | undefined;
1390
- } & Omit<React_2.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & React_2.RefAttributes<HTMLInputElement>, "ref"> | Omit<PropsType< {
1391
- view: {
1392
- default: PolymorphicClassName;
1393
- positive: PolymorphicClassName;
1394
- warning: PolymorphicClassName;
1395
- negative: PolymorphicClassName;
1396
- };
1397
- size: {
1398
- l: PolymorphicClassName;
1399
- m: PolymorphicClassName;
1400
- s: PolymorphicClassName;
1401
- xs: PolymorphicClassName;
1402
- };
1403
- labelPlacement: {
1404
- inner: PolymorphicClassName;
1405
- outer: PolymorphicClassName;
1406
- };
1407
- disabled: {
1408
- true: PolymorphicClassName;
1409
- };
1410
- readOnly: {
1411
- true: PolymorphicClassName;
1412
- };
1413
- }> & BasicProps & {
1414
- readOnly?: false | undefined;
1415
- disabled?: false | undefined;
1416
- alwaysOpened?: true | undefined;
1417
- } & {
1418
- multiple: true;
1419
- value?: string[] | undefined;
1420
- onChange?: ((value: string[]) => void) | undefined;
1421
- isTargetAmount?: boolean | undefined;
1422
- } & Omit<React_2.ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & React_2.RefAttributes<HTMLInputElement>, "ref"> | Omit<PropsType< {
1423
- size: {
1424
- xs: PolymorphicClassName;
1425
- s: PolymorphicClassName;
1426
- m: PolymorphicClassName;
1427
- l: PolymorphicClassName;
1428
- };
1429
- view: {
1430
- default: PolymorphicClassName;
1431
- };
1432
- }> & Omit<InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "type" | "target" | "size" | "checked" | "minLength" | "maxLength"> & CustomComboboxProps & {
1433
- valueType?: "single" | undefined;
1434
- value?: ComboboxPrimitiveValue | undefined;
1435
- onChangeValue?: ((value?: ComboboxPrimitiveValue | undefined) => void) | undefined;
1436
- } & React_2.RefAttributes<HTMLInputElement> & {
1437
- items?: undefined;
1438
- }, "ref"> | Omit<PropsType< {
1439
- size: {
1440
- xs: PolymorphicClassName;
1441
- s: PolymorphicClassName;
1442
- m: PolymorphicClassName;
1443
- l: PolymorphicClassName;
1444
- };
1445
- view: {
1446
- default: PolymorphicClassName;
1447
- };
1448
- }> & Omit<InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "type" | "target" | "size" | "checked" | "minLength" | "maxLength"> & CustomComboboxProps & {
1449
- valueType: "multiple";
1450
- value?: ComboboxPrimitiveValue[] | undefined;
1451
- onChangeValue?: ((value?: ComboboxPrimitiveValue[] | undefined) => void) | undefined;
1452
- } & React_2.RefAttributes<HTMLInputElement> & {
1453
- items?: undefined;
1454
- }, "ref">) & React_2.RefAttributes<HTMLInputElement>>;
1233
+ export const Combobox: <T extends ItemOption>(props: CommonProps<T> & React_2.RefAttributes<HTMLInputElement>) => React_2.ReactElement | null;
1455
1234
 
1456
1235
  // @public (undocumented)
1457
1236
  export const ComboboxDivider: FunctionComponent<PropsType<Variants> & HTMLAttributes<HTMLDivElement> & {
@@ -2104,7 +1883,431 @@ export { List }
2104
1883
  export { ListItem }
2105
1884
 
2106
1885
  // @public (undocumented)
2107
- export const Mask: ForwardRefExoticComponent<(TextFieldProps_4 & MaskProps) & RefAttributes<HTMLInputElement>>;
1886
+ export const Mask: ForwardRefExoticComponent<(Omit<PropsType< {
1887
+ view: {
1888
+ default: PolymorphicClassName;
1889
+ positive: PolymorphicClassName;
1890
+ warning: PolymorphicClassName;
1891
+ negative: PolymorphicClassName;
1892
+ };
1893
+ size: {
1894
+ l: PolymorphicClassName;
1895
+ m: PolymorphicClassName;
1896
+ s: PolymorphicClassName;
1897
+ xs: PolymorphicClassName;
1898
+ };
1899
+ labelPlacement: {
1900
+ inner: PolymorphicClassName;
1901
+ outer: PolymorphicClassName;
1902
+ };
1903
+ clear: {
1904
+ true: PolymorphicClassName;
1905
+ };
1906
+ disabled: {
1907
+ true: PolymorphicClassName;
1908
+ };
1909
+ readOnly: {
1910
+ true: PolymorphicClassName;
1911
+ };
1912
+ }> & {
1913
+ size?: string | undefined;
1914
+ view?: string | undefined;
1915
+ readOnly?: boolean | undefined;
1916
+ disabled?: boolean | undefined;
1917
+ } & {
1918
+ label?: string | undefined;
1919
+ labelPlacement?: "outer" | "inner" | undefined;
1920
+ leftHelper?: string | undefined;
1921
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1922
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1923
+ textBefore?: string | undefined;
1924
+ textAfter?: string | undefined;
1925
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
1926
+ } & {
1927
+ requiredPlacement?: "right" | "left" | undefined;
1928
+ } & {
1929
+ required: true;
1930
+ optional?: false | undefined;
1931
+ } & {
1932
+ clear?: boolean | undefined;
1933
+ hasDivider?: boolean | undefined;
1934
+ } & {
1935
+ chips?: undefined;
1936
+ onChangeChips?: undefined;
1937
+ enumerationType?: "plain" | undefined;
1938
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
1939
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
1940
+ view: {
1941
+ default: PolymorphicClassName;
1942
+ positive: PolymorphicClassName;
1943
+ warning: PolymorphicClassName;
1944
+ negative: PolymorphicClassName;
1945
+ };
1946
+ size: {
1947
+ l: PolymorphicClassName;
1948
+ m: PolymorphicClassName;
1949
+ s: PolymorphicClassName;
1950
+ xs: PolymorphicClassName;
1951
+ };
1952
+ labelPlacement: {
1953
+ inner: PolymorphicClassName;
1954
+ outer: PolymorphicClassName;
1955
+ };
1956
+ clear: {
1957
+ true: PolymorphicClassName;
1958
+ };
1959
+ disabled: {
1960
+ true: PolymorphicClassName;
1961
+ };
1962
+ readOnly: {
1963
+ true: PolymorphicClassName;
1964
+ };
1965
+ }> & {
1966
+ size?: string | undefined;
1967
+ view?: string | undefined;
1968
+ readOnly?: boolean | undefined;
1969
+ disabled?: boolean | undefined;
1970
+ } & {
1971
+ label?: string | undefined;
1972
+ labelPlacement?: "outer" | "inner" | undefined;
1973
+ leftHelper?: string | undefined;
1974
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1975
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1976
+ textBefore?: string | undefined;
1977
+ textAfter?: string | undefined;
1978
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
1979
+ } & {
1980
+ requiredPlacement?: "right" | "left" | undefined;
1981
+ } & {
1982
+ required: true;
1983
+ optional?: false | undefined;
1984
+ } & {
1985
+ clear?: boolean | undefined;
1986
+ hasDivider?: boolean | undefined;
1987
+ } & {
1988
+ enumerationType: "chip";
1989
+ onSearch?: undefined;
1990
+ chips?: TextFieldPrimitiveValue[] | undefined;
1991
+ onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
1992
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
1993
+ view: {
1994
+ default: PolymorphicClassName;
1995
+ positive: PolymorphicClassName;
1996
+ warning: PolymorphicClassName;
1997
+ negative: PolymorphicClassName;
1998
+ };
1999
+ size: {
2000
+ l: PolymorphicClassName;
2001
+ m: PolymorphicClassName;
2002
+ s: PolymorphicClassName;
2003
+ xs: PolymorphicClassName;
2004
+ };
2005
+ labelPlacement: {
2006
+ inner: PolymorphicClassName;
2007
+ outer: PolymorphicClassName;
2008
+ };
2009
+ clear: {
2010
+ true: PolymorphicClassName;
2011
+ };
2012
+ disabled: {
2013
+ true: PolymorphicClassName;
2014
+ };
2015
+ readOnly: {
2016
+ true: PolymorphicClassName;
2017
+ };
2018
+ }> & {
2019
+ size?: string | undefined;
2020
+ view?: string | undefined;
2021
+ readOnly?: boolean | undefined;
2022
+ disabled?: boolean | undefined;
2023
+ } & {
2024
+ label?: string | undefined;
2025
+ labelPlacement?: "outer" | "inner" | undefined;
2026
+ leftHelper?: string | undefined;
2027
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2028
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2029
+ textBefore?: string | undefined;
2030
+ textAfter?: string | undefined;
2031
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2032
+ } & {
2033
+ requiredPlacement?: "right" | "left" | undefined;
2034
+ } & {
2035
+ required: true;
2036
+ optional?: false | undefined;
2037
+ } & {
2038
+ clear?: false | undefined;
2039
+ hasDivider?: undefined;
2040
+ } & {
2041
+ chips?: undefined;
2042
+ onChangeChips?: undefined;
2043
+ enumerationType?: "plain" | undefined;
2044
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2045
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2046
+ view: {
2047
+ default: PolymorphicClassName;
2048
+ positive: PolymorphicClassName;
2049
+ warning: PolymorphicClassName;
2050
+ negative: PolymorphicClassName;
2051
+ };
2052
+ size: {
2053
+ l: PolymorphicClassName;
2054
+ m: PolymorphicClassName;
2055
+ s: PolymorphicClassName;
2056
+ xs: PolymorphicClassName;
2057
+ };
2058
+ labelPlacement: {
2059
+ inner: PolymorphicClassName;
2060
+ outer: PolymorphicClassName;
2061
+ };
2062
+ clear: {
2063
+ true: PolymorphicClassName;
2064
+ };
2065
+ disabled: {
2066
+ true: PolymorphicClassName;
2067
+ };
2068
+ readOnly: {
2069
+ true: PolymorphicClassName;
2070
+ };
2071
+ }> & {
2072
+ size?: string | undefined;
2073
+ view?: string | undefined;
2074
+ readOnly?: boolean | undefined;
2075
+ disabled?: boolean | undefined;
2076
+ } & {
2077
+ label?: string | undefined;
2078
+ labelPlacement?: "outer" | "inner" | undefined;
2079
+ leftHelper?: string | undefined;
2080
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2081
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2082
+ textBefore?: string | undefined;
2083
+ textAfter?: string | undefined;
2084
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2085
+ } & {
2086
+ requiredPlacement?: "right" | "left" | undefined;
2087
+ } & {
2088
+ required: true;
2089
+ optional?: false | undefined;
2090
+ } & {
2091
+ clear?: false | undefined;
2092
+ hasDivider?: undefined;
2093
+ } & {
2094
+ enumerationType: "chip";
2095
+ onSearch?: undefined;
2096
+ chips?: TextFieldPrimitiveValue[] | undefined;
2097
+ onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2098
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2099
+ view: {
2100
+ default: PolymorphicClassName;
2101
+ positive: PolymorphicClassName;
2102
+ warning: PolymorphicClassName;
2103
+ negative: PolymorphicClassName;
2104
+ };
2105
+ size: {
2106
+ l: PolymorphicClassName;
2107
+ m: PolymorphicClassName;
2108
+ s: PolymorphicClassName;
2109
+ xs: PolymorphicClassName;
2110
+ };
2111
+ labelPlacement: {
2112
+ inner: PolymorphicClassName;
2113
+ outer: PolymorphicClassName;
2114
+ };
2115
+ clear: {
2116
+ true: PolymorphicClassName;
2117
+ };
2118
+ disabled: {
2119
+ true: PolymorphicClassName;
2120
+ };
2121
+ readOnly: {
2122
+ true: PolymorphicClassName;
2123
+ };
2124
+ }> & {
2125
+ size?: string | undefined;
2126
+ view?: string | undefined;
2127
+ readOnly?: boolean | undefined;
2128
+ disabled?: boolean | undefined;
2129
+ } & {
2130
+ label?: string | undefined;
2131
+ labelPlacement?: "outer" | "inner" | undefined;
2132
+ leftHelper?: string | undefined;
2133
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2134
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2135
+ textBefore?: string | undefined;
2136
+ textAfter?: string | undefined;
2137
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2138
+ } & {
2139
+ requiredPlacement?: "right" | "left" | undefined;
2140
+ } & {
2141
+ optional?: true | undefined;
2142
+ required?: false | undefined;
2143
+ } & {
2144
+ clear?: boolean | undefined;
2145
+ hasDivider?: boolean | undefined;
2146
+ } & {
2147
+ chips?: undefined;
2148
+ onChangeChips?: undefined;
2149
+ enumerationType?: "plain" | undefined;
2150
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2151
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2152
+ view: {
2153
+ default: PolymorphicClassName;
2154
+ positive: PolymorphicClassName;
2155
+ warning: PolymorphicClassName;
2156
+ negative: PolymorphicClassName;
2157
+ };
2158
+ size: {
2159
+ l: PolymorphicClassName;
2160
+ m: PolymorphicClassName;
2161
+ s: PolymorphicClassName;
2162
+ xs: PolymorphicClassName;
2163
+ };
2164
+ labelPlacement: {
2165
+ inner: PolymorphicClassName;
2166
+ outer: PolymorphicClassName;
2167
+ };
2168
+ clear: {
2169
+ true: PolymorphicClassName;
2170
+ };
2171
+ disabled: {
2172
+ true: PolymorphicClassName;
2173
+ };
2174
+ readOnly: {
2175
+ true: PolymorphicClassName;
2176
+ };
2177
+ }> & {
2178
+ size?: string | undefined;
2179
+ view?: string | undefined;
2180
+ readOnly?: boolean | undefined;
2181
+ disabled?: boolean | undefined;
2182
+ } & {
2183
+ label?: string | undefined;
2184
+ labelPlacement?: "outer" | "inner" | undefined;
2185
+ leftHelper?: string | undefined;
2186
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2187
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2188
+ textBefore?: string | undefined;
2189
+ textAfter?: string | undefined;
2190
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2191
+ } & {
2192
+ requiredPlacement?: "right" | "left" | undefined;
2193
+ } & {
2194
+ optional?: true | undefined;
2195
+ required?: false | undefined;
2196
+ } & {
2197
+ clear?: boolean | undefined;
2198
+ hasDivider?: boolean | undefined;
2199
+ } & {
2200
+ enumerationType: "chip";
2201
+ onSearch?: undefined;
2202
+ chips?: TextFieldPrimitiveValue[] | undefined;
2203
+ onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2204
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2205
+ view: {
2206
+ default: PolymorphicClassName;
2207
+ positive: PolymorphicClassName;
2208
+ warning: PolymorphicClassName;
2209
+ negative: PolymorphicClassName;
2210
+ };
2211
+ size: {
2212
+ l: PolymorphicClassName;
2213
+ m: PolymorphicClassName;
2214
+ s: PolymorphicClassName;
2215
+ xs: PolymorphicClassName;
2216
+ };
2217
+ labelPlacement: {
2218
+ inner: PolymorphicClassName;
2219
+ outer: PolymorphicClassName;
2220
+ };
2221
+ clear: {
2222
+ true: PolymorphicClassName;
2223
+ };
2224
+ disabled: {
2225
+ true: PolymorphicClassName;
2226
+ };
2227
+ readOnly: {
2228
+ true: PolymorphicClassName;
2229
+ };
2230
+ }> & {
2231
+ size?: string | undefined;
2232
+ view?: string | undefined;
2233
+ readOnly?: boolean | undefined;
2234
+ disabled?: boolean | undefined;
2235
+ } & {
2236
+ label?: string | undefined;
2237
+ labelPlacement?: "outer" | "inner" | undefined;
2238
+ leftHelper?: string | undefined;
2239
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2240
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2241
+ textBefore?: string | undefined;
2242
+ textAfter?: string | undefined;
2243
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2244
+ } & {
2245
+ requiredPlacement?: "right" | "left" | undefined;
2246
+ } & {
2247
+ optional?: true | undefined;
2248
+ required?: false | undefined;
2249
+ } & {
2250
+ clear?: false | undefined;
2251
+ hasDivider?: undefined;
2252
+ } & {
2253
+ chips?: undefined;
2254
+ onChangeChips?: undefined;
2255
+ enumerationType?: "plain" | undefined;
2256
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2257
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2258
+ view: {
2259
+ default: PolymorphicClassName;
2260
+ positive: PolymorphicClassName;
2261
+ warning: PolymorphicClassName;
2262
+ negative: PolymorphicClassName;
2263
+ };
2264
+ size: {
2265
+ l: PolymorphicClassName;
2266
+ m: PolymorphicClassName;
2267
+ s: PolymorphicClassName;
2268
+ xs: PolymorphicClassName;
2269
+ };
2270
+ labelPlacement: {
2271
+ inner: PolymorphicClassName;
2272
+ outer: PolymorphicClassName;
2273
+ };
2274
+ clear: {
2275
+ true: PolymorphicClassName;
2276
+ };
2277
+ disabled: {
2278
+ true: PolymorphicClassName;
2279
+ };
2280
+ readOnly: {
2281
+ true: PolymorphicClassName;
2282
+ };
2283
+ }> & {
2284
+ size?: string | undefined;
2285
+ view?: string | undefined;
2286
+ readOnly?: boolean | undefined;
2287
+ disabled?: boolean | undefined;
2288
+ } & {
2289
+ label?: string | undefined;
2290
+ labelPlacement?: "outer" | "inner" | undefined;
2291
+ leftHelper?: string | undefined;
2292
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2293
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2294
+ textBefore?: string | undefined;
2295
+ textAfter?: string | undefined;
2296
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2297
+ } & {
2298
+ requiredPlacement?: "right" | "left" | undefined;
2299
+ } & {
2300
+ optional?: true | undefined;
2301
+ required?: false | undefined;
2302
+ } & {
2303
+ clear?: false | undefined;
2304
+ hasDivider?: undefined;
2305
+ } & {
2306
+ enumerationType: "chip";
2307
+ onSearch?: undefined;
2308
+ chips?: TextFieldPrimitiveValue[] | undefined;
2309
+ onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2310
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref">) & RefAttributes<HTMLInputElement>>;
2108
2311
 
2109
2312
  export { MaxLinesProps }
2110
2313
 
@@ -2924,13 +3127,11 @@ export { TextareaHTMLAttributes }
2924
3127
 
2925
3128
  // Warning: (ae-forgotten-export) The symbol "RequiredProps" needs to be exported by the entry point index.d.ts
2926
3129
  // Warning: (ae-forgotten-export) The symbol "ClearProps" needs to be exported by the entry point index.d.ts
2927
- // Warning: (ae-forgotten-export) The symbol "HintProps" needs to be exported by the entry point index.d.ts
2928
3130
  //
2929
3131
  // @public (undocumented)
2930
3132
  export type TextAreaProps = TextAreaProps_2 & {
2931
3133
  resize?: 'none' | 'both' | 'horizontal' | 'vertical';
2932
- titleCaption?: ReactNode;
2933
- } & RequiredProps & ClearProps & HintProps;
3134
+ } & RequiredProps & ClearProps;
2934
3135
 
2935
3136
  export { TextareaResize }
2936
3137
 
@@ -2986,7 +3187,7 @@ export { TextFieldGroupProps }
2986
3187
  // Warning: (ae-forgotten-export) The symbol "newHopeTextFieldProps" needs to be exported by the entry point index.d.ts
2987
3188
  //
2988
3189
  // @public (undocumented)
2989
- export type TextFieldProps = TextFieldProps_2 & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'onChangeChips' | 'titleCaption'>;
3190
+ export type TextFieldProps = TextFieldProps_2 & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'onChangeChips'>;
2990
3191
 
2991
3192
  export { TextFieldView }
2992
3193