@salutejs/plasma-web 1.424.0-canary.1459.11400476651.0 → 1.424.0-canary.1484.11400899769.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) 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 -68
  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 -61
  9. package/components/TextField/TextField.js +1 -4
  10. package/css/cjs/components/Mask/Mask.css +11 -17
  11. package/css/cjs/components/Mask/Mask.js.map +1 -1
  12. package/css/cjs/components/TextArea/TextArea.config.js +3 -13
  13. package/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
  14. package/css/cjs/components/TextArea/{TextArea.config_1qvhs8r.css → TextArea.config_gz8cpa.css} +10 -16
  15. package/css/cjs/components/TextArea/TextArea.css +10 -16
  16. package/css/cjs/components/TextField/TextField.config.js +3 -13
  17. package/css/cjs/components/TextField/TextField.config.js.map +1 -1
  18. package/css/cjs/components/TextField/TextField.config_j0ymp0.css +13 -0
  19. package/css/cjs/components/TextField/TextField.js +1 -4
  20. package/css/cjs/components/TextField/TextField.js.map +1 -1
  21. package/css/cjs/index.css +25 -37
  22. package/css/es/components/Mask/Mask.css +11 -17
  23. package/css/es/components/Mask/Mask.js.map +1 -1
  24. package/css/es/components/TextArea/TextArea.config.js +3 -13
  25. package/css/es/components/TextArea/TextArea.config.js.map +1 -1
  26. package/css/es/components/TextArea/{TextArea.config_1qvhs8r.css → TextArea.config_gz8cpa.css} +10 -16
  27. package/css/es/components/TextArea/TextArea.css +10 -16
  28. package/css/es/components/TextField/TextField.config.js +3 -13
  29. package/css/es/components/TextField/TextField.config.js.map +1 -1
  30. package/css/es/components/TextField/TextField.config_j0ymp0.css +13 -0
  31. package/css/es/components/TextField/TextField.js +1 -4
  32. package/css/es/components/TextField/TextField.js.map +1 -1
  33. package/css/es/index.css +25 -37
  34. package/es/components/TextArea/TextArea.config.js +12 -22
  35. package/es/components/TextField/TextField.config.js +11 -21
  36. package/es/components/TextField/TextField.js +1 -4
  37. package/package.json +3 -3
  38. package/temp/plasma-web.api.md +429 -9
  39. package/css/cjs/components/TextField/TextField.config_qzlgrj.css +0 -19
  40. package/css/es/components/TextField/TextField.config_qzlgrj.css +0 -19
@@ -160,6 +160,7 @@ import { InputHTMLAttributes as InputHTMLAttributes_3 } from 'react';
160
160
  import type { ItemOption } from '@salutejs/plasma-new-hope';
161
161
  import { ItemOption as ItemOption_2 } from '@salutejs/plasma-new-hope/styled-components';
162
162
  import { JSXElementConstructor } from 'react';
163
+ import { KeyboardEvent as KeyboardEvent_2 } from 'react';
163
164
  import { LineSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
164
165
  import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link';
165
166
  import { List } from '@salutejs/plasma-hope';
@@ -196,9 +197,6 @@ import { PickOptional } from '@salutejs/plasma-core';
196
197
  import { PinProps } from '@salutejs/plasma-core';
197
198
  import { PolymorphicClassName } from '@salutejs/plasma-new-hope/types/engines/types';
198
199
  import { PopoverPlacement } from '@salutejs/plasma-new-hope/styled-components';
199
- import type { PopoverPlacement as PopoverPlacement_2 } from '@salutejs/plasma-new-hope';
200
- import type { PopoverPlacementBasic } from '@salutejs/plasma-new-hope';
201
- import type { PopoverPlacementBasic as PopoverPlacementBasic_2 } from '@salutejs/plasma-new-hope/styled-components';
202
200
  import { PopoverProps } from '@salutejs/plasma-new-hope/styled-components';
203
201
  import { PopoverTrigger } from '@salutejs/plasma-new-hope/styled-components';
204
202
  import { Popup } from '@salutejs/plasma-hope';
@@ -288,9 +286,9 @@ import { TextareaHTMLAttributes } from '@salutejs/plasma-core';
288
286
  import type { TextAreaProps as TextAreaProps_2 } from '@salutejs/plasma-hope';
289
287
  import { TextareaResize } from '@salutejs/plasma-core';
290
288
  import { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
289
+ import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
291
290
  import { TextfieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
292
291
  import type { TextFieldProps as TextFieldProps_3 } from '@salutejs/plasma-hope';
293
- import type { TextFieldProps as TextFieldProps_4 } from '@salutejs/plasma-new-hope/styled-components';
294
292
  import { TextFieldPropsBase } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
295
293
  import { TextFieldView } from '@salutejs/plasma-hope';
296
294
  import { TextSkeletonBaseProps } from '@salutejs/plasma-new-hope/types/components/Skeleton/TextSkeleton/TextSkeleton.types';
@@ -1886,7 +1884,431 @@ export { List }
1886
1884
  export { ListItem }
1887
1885
 
1888
1886
  // @public (undocumented)
1889
- export const Mask: ForwardRefExoticComponent<(TextFieldProps_4 & MaskProps) & RefAttributes<HTMLInputElement>>;
1887
+ export const Mask: ForwardRefExoticComponent<(Omit<PropsType< {
1888
+ view: {
1889
+ default: PolymorphicClassName;
1890
+ positive: PolymorphicClassName;
1891
+ warning: PolymorphicClassName;
1892
+ negative: PolymorphicClassName;
1893
+ };
1894
+ size: {
1895
+ l: PolymorphicClassName;
1896
+ m: PolymorphicClassName;
1897
+ s: PolymorphicClassName;
1898
+ xs: PolymorphicClassName;
1899
+ };
1900
+ labelPlacement: {
1901
+ inner: PolymorphicClassName;
1902
+ outer: PolymorphicClassName;
1903
+ };
1904
+ clear: {
1905
+ true: PolymorphicClassName;
1906
+ };
1907
+ disabled: {
1908
+ true: PolymorphicClassName;
1909
+ };
1910
+ readOnly: {
1911
+ true: PolymorphicClassName;
1912
+ };
1913
+ }> & {
1914
+ size?: string | undefined;
1915
+ view?: string | undefined;
1916
+ readOnly?: boolean | undefined;
1917
+ disabled?: boolean | undefined;
1918
+ } & {
1919
+ label?: string | undefined;
1920
+ labelPlacement?: "outer" | "inner" | undefined;
1921
+ leftHelper?: string | undefined;
1922
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1923
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1924
+ textBefore?: string | undefined;
1925
+ textAfter?: string | undefined;
1926
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
1927
+ } & {
1928
+ requiredPlacement?: "right" | "left" | undefined;
1929
+ } & {
1930
+ required: true;
1931
+ optional?: false | undefined;
1932
+ } & {
1933
+ clear?: boolean | undefined;
1934
+ hasDivider?: boolean | undefined;
1935
+ } & {
1936
+ chips?: undefined;
1937
+ onChangeChips?: undefined;
1938
+ enumerationType?: "plain" | undefined;
1939
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
1940
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
1941
+ view: {
1942
+ default: PolymorphicClassName;
1943
+ positive: PolymorphicClassName;
1944
+ warning: PolymorphicClassName;
1945
+ negative: PolymorphicClassName;
1946
+ };
1947
+ size: {
1948
+ l: PolymorphicClassName;
1949
+ m: PolymorphicClassName;
1950
+ s: PolymorphicClassName;
1951
+ xs: PolymorphicClassName;
1952
+ };
1953
+ labelPlacement: {
1954
+ inner: PolymorphicClassName;
1955
+ outer: PolymorphicClassName;
1956
+ };
1957
+ clear: {
1958
+ true: PolymorphicClassName;
1959
+ };
1960
+ disabled: {
1961
+ true: PolymorphicClassName;
1962
+ };
1963
+ readOnly: {
1964
+ true: PolymorphicClassName;
1965
+ };
1966
+ }> & {
1967
+ size?: string | undefined;
1968
+ view?: string | undefined;
1969
+ readOnly?: boolean | undefined;
1970
+ disabled?: boolean | undefined;
1971
+ } & {
1972
+ label?: string | undefined;
1973
+ labelPlacement?: "outer" | "inner" | undefined;
1974
+ leftHelper?: string | undefined;
1975
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1976
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1977
+ textBefore?: string | undefined;
1978
+ textAfter?: string | undefined;
1979
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
1980
+ } & {
1981
+ requiredPlacement?: "right" | "left" | undefined;
1982
+ } & {
1983
+ required: true;
1984
+ optional?: false | undefined;
1985
+ } & {
1986
+ clear?: boolean | undefined;
1987
+ hasDivider?: boolean | undefined;
1988
+ } & {
1989
+ enumerationType: "chip";
1990
+ onSearch?: undefined;
1991
+ chips?: TextFieldPrimitiveValue[] | undefined;
1992
+ onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
1993
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
1994
+ view: {
1995
+ default: PolymorphicClassName;
1996
+ positive: PolymorphicClassName;
1997
+ warning: PolymorphicClassName;
1998
+ negative: PolymorphicClassName;
1999
+ };
2000
+ size: {
2001
+ l: PolymorphicClassName;
2002
+ m: PolymorphicClassName;
2003
+ s: PolymorphicClassName;
2004
+ xs: PolymorphicClassName;
2005
+ };
2006
+ labelPlacement: {
2007
+ inner: PolymorphicClassName;
2008
+ outer: PolymorphicClassName;
2009
+ };
2010
+ clear: {
2011
+ true: PolymorphicClassName;
2012
+ };
2013
+ disabled: {
2014
+ true: PolymorphicClassName;
2015
+ };
2016
+ readOnly: {
2017
+ true: PolymorphicClassName;
2018
+ };
2019
+ }> & {
2020
+ size?: string | undefined;
2021
+ view?: string | undefined;
2022
+ readOnly?: boolean | undefined;
2023
+ disabled?: boolean | undefined;
2024
+ } & {
2025
+ label?: string | undefined;
2026
+ labelPlacement?: "outer" | "inner" | undefined;
2027
+ leftHelper?: string | undefined;
2028
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2029
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2030
+ textBefore?: string | undefined;
2031
+ textAfter?: string | undefined;
2032
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2033
+ } & {
2034
+ requiredPlacement?: "right" | "left" | undefined;
2035
+ } & {
2036
+ required: true;
2037
+ optional?: false | undefined;
2038
+ } & {
2039
+ clear?: false | undefined;
2040
+ hasDivider?: undefined;
2041
+ } & {
2042
+ chips?: undefined;
2043
+ onChangeChips?: undefined;
2044
+ enumerationType?: "plain" | undefined;
2045
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2046
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2047
+ view: {
2048
+ default: PolymorphicClassName;
2049
+ positive: PolymorphicClassName;
2050
+ warning: PolymorphicClassName;
2051
+ negative: PolymorphicClassName;
2052
+ };
2053
+ size: {
2054
+ l: PolymorphicClassName;
2055
+ m: PolymorphicClassName;
2056
+ s: PolymorphicClassName;
2057
+ xs: PolymorphicClassName;
2058
+ };
2059
+ labelPlacement: {
2060
+ inner: PolymorphicClassName;
2061
+ outer: PolymorphicClassName;
2062
+ };
2063
+ clear: {
2064
+ true: PolymorphicClassName;
2065
+ };
2066
+ disabled: {
2067
+ true: PolymorphicClassName;
2068
+ };
2069
+ readOnly: {
2070
+ true: PolymorphicClassName;
2071
+ };
2072
+ }> & {
2073
+ size?: string | undefined;
2074
+ view?: string | undefined;
2075
+ readOnly?: boolean | undefined;
2076
+ disabled?: boolean | undefined;
2077
+ } & {
2078
+ label?: string | undefined;
2079
+ labelPlacement?: "outer" | "inner" | undefined;
2080
+ leftHelper?: string | undefined;
2081
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2082
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2083
+ textBefore?: string | undefined;
2084
+ textAfter?: string | undefined;
2085
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2086
+ } & {
2087
+ requiredPlacement?: "right" | "left" | undefined;
2088
+ } & {
2089
+ required: true;
2090
+ optional?: false | undefined;
2091
+ } & {
2092
+ clear?: false | undefined;
2093
+ hasDivider?: undefined;
2094
+ } & {
2095
+ enumerationType: "chip";
2096
+ onSearch?: undefined;
2097
+ chips?: TextFieldPrimitiveValue[] | undefined;
2098
+ onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2099
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2100
+ view: {
2101
+ default: PolymorphicClassName;
2102
+ positive: PolymorphicClassName;
2103
+ warning: PolymorphicClassName;
2104
+ negative: PolymorphicClassName;
2105
+ };
2106
+ size: {
2107
+ l: PolymorphicClassName;
2108
+ m: PolymorphicClassName;
2109
+ s: PolymorphicClassName;
2110
+ xs: PolymorphicClassName;
2111
+ };
2112
+ labelPlacement: {
2113
+ inner: PolymorphicClassName;
2114
+ outer: PolymorphicClassName;
2115
+ };
2116
+ clear: {
2117
+ true: PolymorphicClassName;
2118
+ };
2119
+ disabled: {
2120
+ true: PolymorphicClassName;
2121
+ };
2122
+ readOnly: {
2123
+ true: PolymorphicClassName;
2124
+ };
2125
+ }> & {
2126
+ size?: string | undefined;
2127
+ view?: string | undefined;
2128
+ readOnly?: boolean | undefined;
2129
+ disabled?: boolean | undefined;
2130
+ } & {
2131
+ label?: string | undefined;
2132
+ labelPlacement?: "outer" | "inner" | undefined;
2133
+ leftHelper?: string | undefined;
2134
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2135
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2136
+ textBefore?: string | undefined;
2137
+ textAfter?: string | undefined;
2138
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2139
+ } & {
2140
+ requiredPlacement?: "right" | "left" | undefined;
2141
+ } & {
2142
+ optional?: true | undefined;
2143
+ required?: false | undefined;
2144
+ } & {
2145
+ clear?: boolean | undefined;
2146
+ hasDivider?: boolean | undefined;
2147
+ } & {
2148
+ chips?: undefined;
2149
+ onChangeChips?: undefined;
2150
+ enumerationType?: "plain" | undefined;
2151
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2152
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2153
+ view: {
2154
+ default: PolymorphicClassName;
2155
+ positive: PolymorphicClassName;
2156
+ warning: PolymorphicClassName;
2157
+ negative: PolymorphicClassName;
2158
+ };
2159
+ size: {
2160
+ l: PolymorphicClassName;
2161
+ m: PolymorphicClassName;
2162
+ s: PolymorphicClassName;
2163
+ xs: PolymorphicClassName;
2164
+ };
2165
+ labelPlacement: {
2166
+ inner: PolymorphicClassName;
2167
+ outer: PolymorphicClassName;
2168
+ };
2169
+ clear: {
2170
+ true: PolymorphicClassName;
2171
+ };
2172
+ disabled: {
2173
+ true: PolymorphicClassName;
2174
+ };
2175
+ readOnly: {
2176
+ true: PolymorphicClassName;
2177
+ };
2178
+ }> & {
2179
+ size?: string | undefined;
2180
+ view?: string | undefined;
2181
+ readOnly?: boolean | undefined;
2182
+ disabled?: boolean | undefined;
2183
+ } & {
2184
+ label?: string | undefined;
2185
+ labelPlacement?: "outer" | "inner" | undefined;
2186
+ leftHelper?: string | undefined;
2187
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2188
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2189
+ textBefore?: string | undefined;
2190
+ textAfter?: string | undefined;
2191
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2192
+ } & {
2193
+ requiredPlacement?: "right" | "left" | undefined;
2194
+ } & {
2195
+ optional?: true | undefined;
2196
+ required?: false | undefined;
2197
+ } & {
2198
+ clear?: boolean | undefined;
2199
+ hasDivider?: boolean | undefined;
2200
+ } & {
2201
+ enumerationType: "chip";
2202
+ onSearch?: undefined;
2203
+ chips?: TextFieldPrimitiveValue[] | undefined;
2204
+ onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2205
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2206
+ view: {
2207
+ default: PolymorphicClassName;
2208
+ positive: PolymorphicClassName;
2209
+ warning: PolymorphicClassName;
2210
+ negative: PolymorphicClassName;
2211
+ };
2212
+ size: {
2213
+ l: PolymorphicClassName;
2214
+ m: PolymorphicClassName;
2215
+ s: PolymorphicClassName;
2216
+ xs: PolymorphicClassName;
2217
+ };
2218
+ labelPlacement: {
2219
+ inner: PolymorphicClassName;
2220
+ outer: PolymorphicClassName;
2221
+ };
2222
+ clear: {
2223
+ true: PolymorphicClassName;
2224
+ };
2225
+ disabled: {
2226
+ true: PolymorphicClassName;
2227
+ };
2228
+ readOnly: {
2229
+ true: PolymorphicClassName;
2230
+ };
2231
+ }> & {
2232
+ size?: string | undefined;
2233
+ view?: string | undefined;
2234
+ readOnly?: boolean | undefined;
2235
+ disabled?: boolean | undefined;
2236
+ } & {
2237
+ label?: string | undefined;
2238
+ labelPlacement?: "outer" | "inner" | undefined;
2239
+ leftHelper?: string | undefined;
2240
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2241
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2242
+ textBefore?: string | undefined;
2243
+ textAfter?: string | undefined;
2244
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2245
+ } & {
2246
+ requiredPlacement?: "right" | "left" | undefined;
2247
+ } & {
2248
+ optional?: true | undefined;
2249
+ required?: false | undefined;
2250
+ } & {
2251
+ clear?: false | undefined;
2252
+ hasDivider?: undefined;
2253
+ } & {
2254
+ chips?: undefined;
2255
+ onChangeChips?: undefined;
2256
+ enumerationType?: "plain" | undefined;
2257
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2258
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2259
+ view: {
2260
+ default: PolymorphicClassName;
2261
+ positive: PolymorphicClassName;
2262
+ warning: PolymorphicClassName;
2263
+ negative: PolymorphicClassName;
2264
+ };
2265
+ size: {
2266
+ l: PolymorphicClassName;
2267
+ m: PolymorphicClassName;
2268
+ s: PolymorphicClassName;
2269
+ xs: PolymorphicClassName;
2270
+ };
2271
+ labelPlacement: {
2272
+ inner: PolymorphicClassName;
2273
+ outer: PolymorphicClassName;
2274
+ };
2275
+ clear: {
2276
+ true: PolymorphicClassName;
2277
+ };
2278
+ disabled: {
2279
+ true: PolymorphicClassName;
2280
+ };
2281
+ readOnly: {
2282
+ true: PolymorphicClassName;
2283
+ };
2284
+ }> & {
2285
+ size?: string | undefined;
2286
+ view?: string | undefined;
2287
+ readOnly?: boolean | undefined;
2288
+ disabled?: boolean | undefined;
2289
+ } & {
2290
+ label?: string | undefined;
2291
+ labelPlacement?: "outer" | "inner" | undefined;
2292
+ leftHelper?: string | undefined;
2293
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2294
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2295
+ textBefore?: string | undefined;
2296
+ textAfter?: string | undefined;
2297
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2298
+ } & {
2299
+ requiredPlacement?: "right" | "left" | undefined;
2300
+ } & {
2301
+ optional?: true | undefined;
2302
+ required?: false | undefined;
2303
+ } & {
2304
+ clear?: false | undefined;
2305
+ hasDivider?: undefined;
2306
+ } & {
2307
+ enumerationType: "chip";
2308
+ onSearch?: undefined;
2309
+ chips?: TextFieldPrimitiveValue[] | undefined;
2310
+ onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2311
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref">) & RefAttributes<HTMLInputElement>>;
1890
2312
 
1891
2313
  export { MaxLinesProps }
1892
2314
 
@@ -2703,13 +3125,11 @@ export { TextareaHTMLAttributes }
2703
3125
 
2704
3126
  // Warning: (ae-forgotten-export) The symbol "RequiredProps" needs to be exported by the entry point index.d.ts
2705
3127
  // Warning: (ae-forgotten-export) The symbol "ClearProps" needs to be exported by the entry point index.d.ts
2706
- // Warning: (ae-forgotten-export) The symbol "HintProps" needs to be exported by the entry point index.d.ts
2707
3128
  //
2708
3129
  // @public (undocumented)
2709
3130
  export type TextAreaProps = TextAreaProps_2 & {
2710
3131
  resize?: 'none' | 'both' | 'horizontal' | 'vertical';
2711
- titleCaption?: ReactNode;
2712
- } & RequiredProps & ClearProps & HintProps;
3132
+ } & RequiredProps & ClearProps;
2713
3133
 
2714
3134
  export { TextareaResize }
2715
3135
 
@@ -2765,7 +3185,7 @@ export { TextFieldGroupProps }
2765
3185
  // Warning: (ae-forgotten-export) The symbol "newHopeTextFieldProps" needs to be exported by the entry point index.d.ts
2766
3186
  //
2767
3187
  // @public (undocumented)
2768
- export type TextFieldProps = TextFieldProps_2 & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'onChangeChips' | 'titleCaption'>;
3188
+ export type TextFieldProps = TextFieldProps_2 & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'onChangeChips'>;
2769
3189
 
2770
3190
  export { TextFieldView }
2771
3191