@salutejs/plasma-web 1.419.0-canary.1459.11347702889.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 +429 -9
  2. package/components/Mask/Mask.d.ts +425 -2
  3. package/components/TextArea/TextArea.config.d.ts +0 -10
  4. package/components/TextArea/TextArea.config.js +12 -22
  5. package/components/TextArea/index.d.ts +1 -78
  6. package/components/TextField/TextField.config.d.ts +0 -10
  7. package/components/TextField/TextField.config.js +11 -21
  8. package/components/TextField/TextField.d.ts +282 -71
  9. package/components/TextField/TextField.js +1 -7
  10. package/components/Toast/Toast.config.js +1 -1
  11. package/css/cjs/components/Mask/Mask.css +11 -17
  12. package/css/cjs/components/Mask/Mask.js.map +1 -1
  13. package/css/cjs/components/TextArea/TextArea.config.js +3 -13
  14. package/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
  15. package/css/cjs/components/TextArea/{TextArea.config_g5fxsq.css → TextArea.config_gz8cpa.css} +10 -16
  16. package/css/cjs/components/TextArea/TextArea.css +10 -16
  17. package/css/cjs/components/TextField/TextField.config.js +3 -13
  18. package/css/cjs/components/TextField/TextField.config.js.map +1 -1
  19. package/css/cjs/components/TextField/TextField.config_j0ymp0.css +13 -0
  20. package/css/cjs/components/TextField/TextField.js +1 -7
  21. package/css/cjs/components/TextField/TextField.js.map +1 -1
  22. package/css/cjs/components/Toast/Toast.config.js +1 -1
  23. package/css/cjs/components/Toast/Toast.config.js.map +1 -1
  24. package/css/{es/components/Toast/Toast.config_1jtfxhk.css → cjs/components/Toast/Toast.config_1cwp1pi.css} +1 -1
  25. package/css/cjs/components/Toast/Toast.css +6 -6
  26. package/css/cjs/index.css +31 -43
  27. package/css/es/components/Mask/Mask.css +11 -17
  28. package/css/es/components/Mask/Mask.js.map +1 -1
  29. package/css/es/components/TextArea/TextArea.config.js +3 -13
  30. package/css/es/components/TextArea/TextArea.config.js.map +1 -1
  31. package/css/es/components/TextArea/{TextArea.config_g5fxsq.css → TextArea.config_gz8cpa.css} +10 -16
  32. package/css/es/components/TextArea/TextArea.css +10 -16
  33. package/css/es/components/TextField/TextField.config.js +3 -13
  34. package/css/es/components/TextField/TextField.config.js.map +1 -1
  35. package/css/es/components/TextField/TextField.config_j0ymp0.css +13 -0
  36. package/css/es/components/TextField/TextField.js +1 -7
  37. package/css/es/components/TextField/TextField.js.map +1 -1
  38. package/css/es/components/Toast/Toast.config.js +1 -1
  39. package/css/es/components/Toast/Toast.config.js.map +1 -1
  40. package/css/{cjs/components/Toast/Toast.config_1jtfxhk.css → es/components/Toast/Toast.config_1cwp1pi.css} +1 -1
  41. package/css/es/components/Toast/Toast.css +6 -6
  42. package/css/es/index.css +31 -43
  43. package/es/components/TextArea/TextArea.config.js +12 -22
  44. package/es/components/TextField/TextField.config.js +11 -21
  45. package/es/components/TextField/TextField.js +1 -7
  46. package/es/components/Toast/Toast.config.js +1 -1
  47. package/package.json +3 -3
  48. package/temp/plasma-web.api.md +429 -9
  49. package/css/cjs/components/TextField/TextField.config_owf0ip.css +0 -19
  50. package/css/es/components/TextField/TextField.config_owf0ip.css +0 -19
@@ -159,6 +159,7 @@ import { InputHTMLAttributes as InputHTMLAttributes_3 } from 'react';
159
159
  import type { ItemOption } from '@salutejs/plasma-new-hope';
160
160
  import { ItemOption as ItemOption_2 } from '@salutejs/plasma-new-hope/styled-components';
161
161
  import { JSXElementConstructor } from 'react';
162
+ import { KeyboardEvent as KeyboardEvent_2 } from 'react';
162
163
  import { LineSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
163
164
  import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link';
164
165
  import { List } from '@salutejs/plasma-hope';
@@ -195,9 +196,6 @@ import { PickOptional } from '@salutejs/plasma-core';
195
196
  import { PinProps } from '@salutejs/plasma-core';
196
197
  import { PolymorphicClassName } from '@salutejs/plasma-new-hope/types/engines/types';
197
198
  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';
201
199
  import { PopoverProps } from '@salutejs/plasma-new-hope/styled-components';
202
200
  import { PopoverTrigger } from '@salutejs/plasma-new-hope/styled-components';
203
201
  import { Popup } from '@salutejs/plasma-hope';
@@ -287,9 +285,9 @@ import { TextareaHTMLAttributes } from '@salutejs/plasma-core';
287
285
  import type { TextAreaProps as TextAreaProps_2 } from '@salutejs/plasma-hope';
288
286
  import { TextareaResize } from '@salutejs/plasma-core';
289
287
  import { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
288
+ import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
290
289
  import { TextfieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
291
290
  import type { TextFieldProps as TextFieldProps_3 } from '@salutejs/plasma-hope';
292
- import type { TextFieldProps as TextFieldProps_4 } from '@salutejs/plasma-new-hope/styled-components';
293
291
  import { TextFieldPropsBase } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
294
292
  import { TextFieldView } from '@salutejs/plasma-hope';
295
293
  import { TextSkeletonBaseProps } from '@salutejs/plasma-new-hope/types/components/Skeleton/TextSkeleton/TextSkeleton.types';
@@ -1885,7 +1883,431 @@ export { List }
1885
1883
  export { ListItem }
1886
1884
 
1887
1885
  // @public (undocumented)
1888
- 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>>;
1889
2311
 
1890
2312
  export { MaxLinesProps }
1891
2313
 
@@ -2705,13 +3127,11 @@ export { TextareaHTMLAttributes }
2705
3127
 
2706
3128
  // Warning: (ae-forgotten-export) The symbol "RequiredProps" needs to be exported by the entry point index.d.ts
2707
3129
  // 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
2709
3130
  //
2710
3131
  // @public (undocumented)
2711
3132
  export type TextAreaProps = TextAreaProps_2 & {
2712
3133
  resize?: 'none' | 'both' | 'horizontal' | 'vertical';
2713
- titleCaption?: ReactNode;
2714
- } & RequiredProps & ClearProps & HintProps;
3134
+ } & RequiredProps & ClearProps;
2715
3135
 
2716
3136
  export { TextareaResize }
2717
3137
 
@@ -2767,7 +3187,7 @@ export { TextFieldGroupProps }
2767
3187
  // Warning: (ae-forgotten-export) The symbol "newHopeTextFieldProps" needs to be exported by the entry point index.d.ts
2768
3188
  //
2769
3189
  // @public (undocumented)
2770
- export type TextFieldProps = TextFieldProps_2 & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'onChangeChips' | 'titleCaption'>;
3190
+ export type TextFieldProps = TextFieldProps_2 & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'onChangeChips'>;
2771
3191
 
2772
3192
  export { TextFieldView }
2773
3193