@salutejs/plasma-b2c 1.418.0-canary.1459.11348453591.0 → 1.418.0-canary.1475.11350736392.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. package/api/plasma-b2c.api.md +438 -18
  2. package/components/DatePicker/DatePicker.d.ts +6 -6
  3. package/components/Mask/Mask.d.ts +425 -2
  4. package/components/TextArea/TextArea.config.d.ts +1 -11
  5. package/components/TextArea/TextArea.config.js +13 -23
  6. package/components/TextArea/index.d.ts +1 -78
  7. package/components/TextField/TextField.config.d.ts +0 -10
  8. package/components/TextField/TextField.config.js +11 -21
  9. package/components/TextField/TextField.d.ts +278 -71
  10. package/components/TextField/TextField.js +1 -7
  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 +4 -14
  14. package/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
  15. package/css/cjs/components/TextArea/{TextArea.config_lr7df6.css → TextArea.config_1g56huc.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_o06qtv.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/index.css +25 -37
  23. package/css/es/components/Mask/Mask.css +11 -17
  24. package/css/es/components/Mask/Mask.js.map +1 -1
  25. package/css/es/components/TextArea/TextArea.config.js +4 -14
  26. package/css/es/components/TextArea/TextArea.config.js.map +1 -1
  27. package/css/es/components/TextArea/{TextArea.config_lr7df6.css → TextArea.config_1g56huc.css} +10 -16
  28. package/css/es/components/TextArea/TextArea.css +10 -16
  29. package/css/es/components/TextField/TextField.config.js +3 -13
  30. package/css/es/components/TextField/TextField.config.js.map +1 -1
  31. package/css/es/components/TextField/TextField.config_o06qtv.css +13 -0
  32. package/css/es/components/TextField/TextField.js +1 -7
  33. package/css/es/components/TextField/TextField.js.map +1 -1
  34. package/css/es/index.css +25 -37
  35. package/es/components/TextArea/TextArea.config.js +13 -23
  36. package/es/components/TextField/TextField.config.js +11 -21
  37. package/es/components/TextField/TextField.js +1 -7
  38. package/package.json +3 -3
  39. package/temp/plasma-b2c.api.md +438 -18
  40. package/css/cjs/components/TextField/TextField.config_dt66zs.css +0 -19
  41. package/css/es/components/TextField/TextField.config_dt66zs.css +0 -19
@@ -81,6 +81,7 @@ import { CellTextboxLabel } from '@salutejs/plasma-new-hope/styled-components';
81
81
  import { CellTextboxSubtitle } from '@salutejs/plasma-new-hope/styled-components';
82
82
  import { CellTextboxTitle } from '@salutejs/plasma-new-hope/styled-components';
83
83
  import { ChangeEvent } from 'react';
84
+ import { ChangeInstanceCallback } from '@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types';
84
85
  import { CheckboxProps as CheckboxProps_2 } from '@salutejs/plasma-new-hope/types/components/Checkbox/Checkbox.types';
85
86
  import { ChipGroupProps } from '@salutejs/plasma-new-hope/types/components/ChipGroup/ChipGroup.types';
86
87
  import { ChipProps } from '@salutejs/plasma-new-hope/styled-components';
@@ -95,6 +96,7 @@ import { ColSizeProps } from '@salutejs/plasma-new-hope/styled-components';
95
96
  import { ComboboxPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Combobox/ComboboxOld/Combobox.types';
96
97
  import { ComboboxOldProps as ComboboxProps } from '@salutejs/plasma-new-hope/styled-components';
97
98
  import type { ComboboxProps as ComboboxProps_2 } from '@salutejs/plasma-new-hope';
99
+ import { CommitInstanceCallback } from '@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types';
98
100
  import { ComponentClass } from 'react';
99
101
  import { ComponentProps } from 'react';
100
102
  import { GridProps as ContainerProps } from '@salutejs/plasma-new-hope/styled-components';
@@ -106,10 +108,8 @@ import { CustomHorizontalTabsProps } from '@salutejs/plasma-new-hope/types/compo
106
108
  import { CustomPopoverProps } from '@salutejs/plasma-new-hope/types/components/Popover/Popover.types';
107
109
  import { CustomToastProps } from '@salutejs/plasma-new-hope/types/components/Toast/Toast.types';
108
110
  import { CustomVerticalTabsProps } from '@salutejs/plasma-new-hope/types/components/Tabs/Tabs.types';
109
- import { DateInfo } from '@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types';
110
111
  import { DatePickerCalendarProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types';
111
112
  import { datePickerClasses } from '@salutejs/plasma-new-hope/styled-components';
112
- import { DatePickerdVariationProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types';
113
113
  import { DatePickerPlacement } from '@salutejs/plasma-new-hope/styled-components';
114
114
  import { DatePickerPlacementBasic } from '@salutejs/plasma-new-hope/styled-components';
115
115
  import { DatePickerPopoverProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types';
@@ -118,6 +118,7 @@ import { DatePickerRangePlacement } from '@salutejs/plasma-new-hope/styled-compo
118
118
  import { DatePickerRangeProps } from '@salutejs/plasma-new-hope/styled-components';
119
119
  import { DatePickerTextFieldProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types';
120
120
  import { datePickerTokens } from '@salutejs/plasma-new-hope/styled-components';
121
+ import { DatePickerVariationProps } from '@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types';
121
122
  import { defaultValidate } from '@salutejs/plasma-hope';
122
123
  import { DisabledProps } from '@salutejs/plasma-core';
123
124
  import { DividerProps } from '@salutejs/plasma-new-hope/styled-components';
@@ -159,6 +160,7 @@ import { InputHTMLAttributes as InputHTMLAttributes_3 } from 'react';
159
160
  import type { ItemOption } from '@salutejs/plasma-new-hope';
160
161
  import { ItemOption as ItemOption_2 } from '@salutejs/plasma-new-hope/styled-components';
161
162
  import { JSXElementConstructor } from 'react';
163
+ import { KeyboardEvent as KeyboardEvent_2 } from 'react';
162
164
  import { LineSkeletonProps } from '@salutejs/plasma-new-hope/styled-components';
163
165
  import { LinkCustomProps } from '@salutejs/plasma-new-hope/types/components/Link/Link';
164
166
  import { List } from '@salutejs/plasma-hope';
@@ -195,9 +197,6 @@ import { PickOptional } from '@salutejs/plasma-core';
195
197
  import { PinProps } from '@salutejs/plasma-core';
196
198
  import { PolymorphicClassName } from '@salutejs/plasma-new-hope/types/engines/types';
197
199
  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
200
  import { PopoverProps } from '@salutejs/plasma-new-hope/styled-components';
202
201
  import { PopoverTrigger } from '@salutejs/plasma-new-hope/styled-components';
203
202
  import { Popup } from '@salutejs/plasma-hope';
@@ -287,9 +286,9 @@ import { TextareaHTMLAttributes } from '@salutejs/plasma-core';
287
286
  import type { TextAreaProps as TextAreaProps_2 } from '@salutejs/plasma-hope';
288
287
  import { TextareaResize } from '@salutejs/plasma-core';
289
288
  import { TextFieldGroupProps } from '@salutejs/plasma-new-hope/styled-components';
289
+ import { TextFieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
290
290
  import { TextfieldPrimitiveValue } from '@salutejs/plasma-new-hope/types/components/Range/Range.types';
291
291
  import type { TextFieldProps as TextFieldProps_2 } from '@salutejs/plasma-hope';
292
- import type { TextFieldProps as TextFieldProps_3 } from '@salutejs/plasma-new-hope/styled-components';
293
292
  import { TextFieldPropsBase } from '@salutejs/plasma-new-hope/types/components/TextField/TextField.types';
294
293
  import { TextFieldView } from '@salutejs/plasma-hope';
295
294
  import { TextSkeletonBaseProps } from '@salutejs/plasma-new-hope/types/components/Skeleton/TextSkeleton/TextSkeleton.types';
@@ -1341,7 +1340,7 @@ true: PolymorphicClassName;
1341
1340
  readOnly: {
1342
1341
  true: PolymorphicClassName;
1343
1342
  };
1344
- }> & DatePickerdVariationProps & DatePickerTextFieldProps & DatePickerCalendarProps & DatePickerPopoverProps & Omit<HTMLAttributes<HTMLDivElement>, "defaultValue"> & RefAttributes<HTMLInputElement>>;
1343
+ }> & DatePickerVariationProps & DatePickerTextFieldProps & DatePickerCalendarProps & DatePickerPopoverProps & Omit<HTMLAttributes<HTMLDivElement>, "defaultValue"> & RefAttributes<HTMLInputElement>>;
1345
1344
 
1346
1345
  export { datePickerClasses }
1347
1346
 
@@ -1368,12 +1367,14 @@ true: PolymorphicClassName;
1368
1367
  readOnly: {
1369
1368
  true: PolymorphicClassName;
1370
1369
  };
1371
- }> & DatePickerdVariationProps & {
1370
+ }> & DatePickerVariationProps & {
1372
1371
  defaultFirstDate?: Date | undefined;
1373
1372
  defaultSecondDate?: Date | undefined;
1374
1373
  name?: string | undefined;
1375
- onCommitFirstDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: DateInfo | undefined) => void) | undefined;
1376
- onCommitSecondDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: DateInfo | undefined) => void) | undefined;
1374
+ onChangeFirstValue?: ChangeInstanceCallback | undefined;
1375
+ onChangeSecondValue?: ChangeInstanceCallback | undefined;
1376
+ onCommitFirstDate?: CommitInstanceCallback | undefined;
1377
+ onCommitSecondDate?: CommitInstanceCallback | undefined;
1377
1378
  onChange?: ((event: {
1378
1379
  target: {
1379
1380
  value?: string | undefined;
@@ -1405,8 +1406,6 @@ firstTextfieldTextBefore?: string | undefined;
1405
1406
  secondTextfieldTextBefore?: string | undefined;
1406
1407
  firstTextfieldTextAfter?: string | undefined;
1407
1408
  secondTextfieldTextAfter?: string | undefined;
1408
- onChangeFirstValue?: BaseCallbackChangeInstance | undefined;
1409
- onChangeSecondValue?: BaseCallbackChangeInstance | undefined;
1410
1409
  onFocusFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1411
1410
  onFocusSecondTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
1412
1411
  onBlurFirstTextfield?: ((event: ChangeEvent<HTMLInputElement>) => void) | undefined;
@@ -1883,7 +1882,431 @@ export { List }
1883
1882
  export { ListItem }
1884
1883
 
1885
1884
  // @public (undocumented)
1886
- export const Mask: ForwardRefExoticComponent<(TextFieldProps_3 & MaskProps) & RefAttributes<HTMLInputElement>>;
1885
+ export const Mask: ForwardRefExoticComponent<(Omit<PropsType< {
1886
+ view: {
1887
+ default: PolymorphicClassName;
1888
+ positive: PolymorphicClassName;
1889
+ warning: PolymorphicClassName;
1890
+ negative: PolymorphicClassName;
1891
+ };
1892
+ size: {
1893
+ l: PolymorphicClassName;
1894
+ m: PolymorphicClassName;
1895
+ s: PolymorphicClassName;
1896
+ xs: PolymorphicClassName;
1897
+ };
1898
+ labelPlacement: {
1899
+ inner: PolymorphicClassName;
1900
+ outer: PolymorphicClassName;
1901
+ };
1902
+ clear: {
1903
+ true: PolymorphicClassName;
1904
+ };
1905
+ disabled: {
1906
+ true: PolymorphicClassName;
1907
+ };
1908
+ readOnly: {
1909
+ true: PolymorphicClassName;
1910
+ };
1911
+ }> & {
1912
+ size?: string | undefined;
1913
+ view?: string | undefined;
1914
+ readOnly?: boolean | undefined;
1915
+ disabled?: boolean | undefined;
1916
+ } & {
1917
+ label?: string | undefined;
1918
+ labelPlacement?: "outer" | "inner" | undefined;
1919
+ leftHelper?: string | undefined;
1920
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1921
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1922
+ textBefore?: string | undefined;
1923
+ textAfter?: string | undefined;
1924
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
1925
+ } & {
1926
+ requiredPlacement?: "right" | "left" | undefined;
1927
+ } & {
1928
+ required: true;
1929
+ optional?: false | undefined;
1930
+ } & {
1931
+ clear?: boolean | undefined;
1932
+ hasDivider?: boolean | undefined;
1933
+ } & {
1934
+ chips?: undefined;
1935
+ onChangeChips?: undefined;
1936
+ enumerationType?: "plain" | undefined;
1937
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
1938
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
1939
+ view: {
1940
+ default: PolymorphicClassName;
1941
+ positive: PolymorphicClassName;
1942
+ warning: PolymorphicClassName;
1943
+ negative: PolymorphicClassName;
1944
+ };
1945
+ size: {
1946
+ l: PolymorphicClassName;
1947
+ m: PolymorphicClassName;
1948
+ s: PolymorphicClassName;
1949
+ xs: PolymorphicClassName;
1950
+ };
1951
+ labelPlacement: {
1952
+ inner: PolymorphicClassName;
1953
+ outer: PolymorphicClassName;
1954
+ };
1955
+ clear: {
1956
+ true: PolymorphicClassName;
1957
+ };
1958
+ disabled: {
1959
+ true: PolymorphicClassName;
1960
+ };
1961
+ readOnly: {
1962
+ true: PolymorphicClassName;
1963
+ };
1964
+ }> & {
1965
+ size?: string | undefined;
1966
+ view?: string | undefined;
1967
+ readOnly?: boolean | undefined;
1968
+ disabled?: boolean | undefined;
1969
+ } & {
1970
+ label?: string | undefined;
1971
+ labelPlacement?: "outer" | "inner" | undefined;
1972
+ leftHelper?: string | undefined;
1973
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1974
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
1975
+ textBefore?: string | undefined;
1976
+ textAfter?: string | undefined;
1977
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
1978
+ } & {
1979
+ requiredPlacement?: "right" | "left" | undefined;
1980
+ } & {
1981
+ required: true;
1982
+ optional?: false | undefined;
1983
+ } & {
1984
+ clear?: boolean | undefined;
1985
+ hasDivider?: boolean | undefined;
1986
+ } & {
1987
+ enumerationType: "chip";
1988
+ onSearch?: undefined;
1989
+ chips?: TextFieldPrimitiveValue[] | undefined;
1990
+ onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
1991
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
1992
+ view: {
1993
+ default: PolymorphicClassName;
1994
+ positive: PolymorphicClassName;
1995
+ warning: PolymorphicClassName;
1996
+ negative: PolymorphicClassName;
1997
+ };
1998
+ size: {
1999
+ l: PolymorphicClassName;
2000
+ m: PolymorphicClassName;
2001
+ s: PolymorphicClassName;
2002
+ xs: PolymorphicClassName;
2003
+ };
2004
+ labelPlacement: {
2005
+ inner: PolymorphicClassName;
2006
+ outer: PolymorphicClassName;
2007
+ };
2008
+ clear: {
2009
+ true: PolymorphicClassName;
2010
+ };
2011
+ disabled: {
2012
+ true: PolymorphicClassName;
2013
+ };
2014
+ readOnly: {
2015
+ true: PolymorphicClassName;
2016
+ };
2017
+ }> & {
2018
+ size?: string | undefined;
2019
+ view?: string | undefined;
2020
+ readOnly?: boolean | undefined;
2021
+ disabled?: boolean | undefined;
2022
+ } & {
2023
+ label?: string | undefined;
2024
+ labelPlacement?: "outer" | "inner" | undefined;
2025
+ leftHelper?: string | undefined;
2026
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2027
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2028
+ textBefore?: string | undefined;
2029
+ textAfter?: string | undefined;
2030
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2031
+ } & {
2032
+ requiredPlacement?: "right" | "left" | undefined;
2033
+ } & {
2034
+ required: true;
2035
+ optional?: false | undefined;
2036
+ } & {
2037
+ clear?: false | undefined;
2038
+ hasDivider?: undefined;
2039
+ } & {
2040
+ chips?: undefined;
2041
+ onChangeChips?: undefined;
2042
+ enumerationType?: "plain" | undefined;
2043
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2044
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2045
+ view: {
2046
+ default: PolymorphicClassName;
2047
+ positive: PolymorphicClassName;
2048
+ warning: PolymorphicClassName;
2049
+ negative: PolymorphicClassName;
2050
+ };
2051
+ size: {
2052
+ l: PolymorphicClassName;
2053
+ m: PolymorphicClassName;
2054
+ s: PolymorphicClassName;
2055
+ xs: PolymorphicClassName;
2056
+ };
2057
+ labelPlacement: {
2058
+ inner: PolymorphicClassName;
2059
+ outer: PolymorphicClassName;
2060
+ };
2061
+ clear: {
2062
+ true: PolymorphicClassName;
2063
+ };
2064
+ disabled: {
2065
+ true: PolymorphicClassName;
2066
+ };
2067
+ readOnly: {
2068
+ true: PolymorphicClassName;
2069
+ };
2070
+ }> & {
2071
+ size?: string | undefined;
2072
+ view?: string | undefined;
2073
+ readOnly?: boolean | undefined;
2074
+ disabled?: boolean | undefined;
2075
+ } & {
2076
+ label?: string | undefined;
2077
+ labelPlacement?: "outer" | "inner" | undefined;
2078
+ leftHelper?: string | undefined;
2079
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2080
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2081
+ textBefore?: string | undefined;
2082
+ textAfter?: string | undefined;
2083
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2084
+ } & {
2085
+ requiredPlacement?: "right" | "left" | undefined;
2086
+ } & {
2087
+ required: true;
2088
+ optional?: false | undefined;
2089
+ } & {
2090
+ clear?: false | undefined;
2091
+ hasDivider?: undefined;
2092
+ } & {
2093
+ enumerationType: "chip";
2094
+ onSearch?: undefined;
2095
+ chips?: TextFieldPrimitiveValue[] | undefined;
2096
+ onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2097
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2098
+ view: {
2099
+ default: PolymorphicClassName;
2100
+ positive: PolymorphicClassName;
2101
+ warning: PolymorphicClassName;
2102
+ negative: PolymorphicClassName;
2103
+ };
2104
+ size: {
2105
+ l: PolymorphicClassName;
2106
+ m: PolymorphicClassName;
2107
+ s: PolymorphicClassName;
2108
+ xs: PolymorphicClassName;
2109
+ };
2110
+ labelPlacement: {
2111
+ inner: PolymorphicClassName;
2112
+ outer: PolymorphicClassName;
2113
+ };
2114
+ clear: {
2115
+ true: PolymorphicClassName;
2116
+ };
2117
+ disabled: {
2118
+ true: PolymorphicClassName;
2119
+ };
2120
+ readOnly: {
2121
+ true: PolymorphicClassName;
2122
+ };
2123
+ }> & {
2124
+ size?: string | undefined;
2125
+ view?: string | undefined;
2126
+ readOnly?: boolean | undefined;
2127
+ disabled?: boolean | undefined;
2128
+ } & {
2129
+ label?: string | undefined;
2130
+ labelPlacement?: "outer" | "inner" | undefined;
2131
+ leftHelper?: string | undefined;
2132
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2133
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2134
+ textBefore?: string | undefined;
2135
+ textAfter?: string | undefined;
2136
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2137
+ } & {
2138
+ requiredPlacement?: "right" | "left" | undefined;
2139
+ } & {
2140
+ optional?: true | undefined;
2141
+ required?: false | undefined;
2142
+ } & {
2143
+ clear?: boolean | undefined;
2144
+ hasDivider?: boolean | undefined;
2145
+ } & {
2146
+ chips?: undefined;
2147
+ onChangeChips?: undefined;
2148
+ enumerationType?: "plain" | undefined;
2149
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2150
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2151
+ view: {
2152
+ default: PolymorphicClassName;
2153
+ positive: PolymorphicClassName;
2154
+ warning: PolymorphicClassName;
2155
+ negative: PolymorphicClassName;
2156
+ };
2157
+ size: {
2158
+ l: PolymorphicClassName;
2159
+ m: PolymorphicClassName;
2160
+ s: PolymorphicClassName;
2161
+ xs: PolymorphicClassName;
2162
+ };
2163
+ labelPlacement: {
2164
+ inner: PolymorphicClassName;
2165
+ outer: PolymorphicClassName;
2166
+ };
2167
+ clear: {
2168
+ true: PolymorphicClassName;
2169
+ };
2170
+ disabled: {
2171
+ true: PolymorphicClassName;
2172
+ };
2173
+ readOnly: {
2174
+ true: PolymorphicClassName;
2175
+ };
2176
+ }> & {
2177
+ size?: string | undefined;
2178
+ view?: string | undefined;
2179
+ readOnly?: boolean | undefined;
2180
+ disabled?: boolean | undefined;
2181
+ } & {
2182
+ label?: string | undefined;
2183
+ labelPlacement?: "outer" | "inner" | undefined;
2184
+ leftHelper?: string | undefined;
2185
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2186
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2187
+ textBefore?: string | undefined;
2188
+ textAfter?: string | undefined;
2189
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2190
+ } & {
2191
+ requiredPlacement?: "right" | "left" | undefined;
2192
+ } & {
2193
+ optional?: true | undefined;
2194
+ required?: false | undefined;
2195
+ } & {
2196
+ clear?: boolean | undefined;
2197
+ hasDivider?: boolean | undefined;
2198
+ } & {
2199
+ enumerationType: "chip";
2200
+ onSearch?: undefined;
2201
+ chips?: TextFieldPrimitiveValue[] | undefined;
2202
+ onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2203
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2204
+ view: {
2205
+ default: PolymorphicClassName;
2206
+ positive: PolymorphicClassName;
2207
+ warning: PolymorphicClassName;
2208
+ negative: PolymorphicClassName;
2209
+ };
2210
+ size: {
2211
+ l: PolymorphicClassName;
2212
+ m: PolymorphicClassName;
2213
+ s: PolymorphicClassName;
2214
+ xs: PolymorphicClassName;
2215
+ };
2216
+ labelPlacement: {
2217
+ inner: PolymorphicClassName;
2218
+ outer: PolymorphicClassName;
2219
+ };
2220
+ clear: {
2221
+ true: PolymorphicClassName;
2222
+ };
2223
+ disabled: {
2224
+ true: PolymorphicClassName;
2225
+ };
2226
+ readOnly: {
2227
+ true: PolymorphicClassName;
2228
+ };
2229
+ }> & {
2230
+ size?: string | undefined;
2231
+ view?: string | undefined;
2232
+ readOnly?: boolean | undefined;
2233
+ disabled?: boolean | undefined;
2234
+ } & {
2235
+ label?: string | undefined;
2236
+ labelPlacement?: "outer" | "inner" | undefined;
2237
+ leftHelper?: string | undefined;
2238
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2239
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2240
+ textBefore?: string | undefined;
2241
+ textAfter?: string | undefined;
2242
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2243
+ } & {
2244
+ requiredPlacement?: "right" | "left" | undefined;
2245
+ } & {
2246
+ optional?: true | undefined;
2247
+ required?: false | undefined;
2248
+ } & {
2249
+ clear?: false | undefined;
2250
+ hasDivider?: undefined;
2251
+ } & {
2252
+ chips?: undefined;
2253
+ onChangeChips?: undefined;
2254
+ enumerationType?: "plain" | undefined;
2255
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2256
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref"> | Omit<PropsType< {
2257
+ view: {
2258
+ default: PolymorphicClassName;
2259
+ positive: PolymorphicClassName;
2260
+ warning: PolymorphicClassName;
2261
+ negative: PolymorphicClassName;
2262
+ };
2263
+ size: {
2264
+ l: PolymorphicClassName;
2265
+ m: PolymorphicClassName;
2266
+ s: PolymorphicClassName;
2267
+ xs: PolymorphicClassName;
2268
+ };
2269
+ labelPlacement: {
2270
+ inner: PolymorphicClassName;
2271
+ outer: PolymorphicClassName;
2272
+ };
2273
+ clear: {
2274
+ true: PolymorphicClassName;
2275
+ };
2276
+ disabled: {
2277
+ true: PolymorphicClassName;
2278
+ };
2279
+ readOnly: {
2280
+ true: PolymorphicClassName;
2281
+ };
2282
+ }> & {
2283
+ size?: string | undefined;
2284
+ view?: string | undefined;
2285
+ readOnly?: boolean | undefined;
2286
+ disabled?: boolean | undefined;
2287
+ } & {
2288
+ label?: string | undefined;
2289
+ labelPlacement?: "outer" | "inner" | undefined;
2290
+ leftHelper?: string | undefined;
2291
+ contentLeft?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2292
+ contentRight?: ReactElement<any, string | JSXElementConstructor<any>> | undefined;
2293
+ textBefore?: string | undefined;
2294
+ textAfter?: string | undefined;
2295
+ onSearch?: ((value: string, event?: KeyboardEvent_2<HTMLInputElement> | undefined) => void) | undefined;
2296
+ } & {
2297
+ requiredPlacement?: "right" | "left" | undefined;
2298
+ } & {
2299
+ optional?: true | undefined;
2300
+ required?: false | undefined;
2301
+ } & {
2302
+ clear?: false | undefined;
2303
+ hasDivider?: undefined;
2304
+ } & {
2305
+ enumerationType: "chip";
2306
+ onSearch?: undefined;
2307
+ chips?: TextFieldPrimitiveValue[] | undefined;
2308
+ onChangeChips?: ((value: TextFieldPrimitiveValue[]) => void) | undefined;
2309
+ } & Omit<InputHTMLAttributes_2<HTMLInputElement>, "size" | "required"> & RefAttributes<HTMLInputElement> & MaskProps, "ref">) & RefAttributes<HTMLInputElement>>;
1887
2310
 
1888
2311
  export { MaxLinesProps }
1889
2312
 
@@ -2703,13 +3126,11 @@ export { TextareaHTMLAttributes }
2703
3126
 
2704
3127
  // Warning: (ae-forgotten-export) The symbol "RequiredProps" needs to be exported by the entry point index.d.ts
2705
3128
  // 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
3129
  //
2708
3130
  // @public (undocumented)
2709
3131
  export type TextAreaProps = TextAreaProps_2 & {
2710
3132
  resize?: 'none' | 'both' | 'horizontal' | 'vertical';
2711
- titleCaption?: ReactNode;
2712
- } & RequiredProps & ClearProps & RequiredProps & HintProps;
3133
+ } & RequiredProps & ClearProps;
2713
3134
 
2714
3135
  export { TextareaResize }
2715
3136
 
@@ -2764,10 +3185,9 @@ export { TextFieldGroupProps }
2764
3185
  // Warning: (ae-forgotten-export) The symbol "newHopeTextFieldProps" needs to be exported by the entry point index.d.ts
2765
3186
  // Warning: (ae-forgotten-export) The symbol "RequiredProps_2" needs to be exported by the entry point index.d.ts
2766
3187
  // Warning: (ae-forgotten-export) The symbol "ClearProps_2" needs to be exported by the entry point index.d.ts
2767
- // Warning: (ae-forgotten-export) The symbol "HintProps_2" 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'>) & RequiredProps_2 & ClearProps_2 & HintProps_2;
3190
+ export type TextFieldProps = (TextFieldProps_2 & Pick<newHopeTextFieldProps, 'enumerationType' | 'chips' | 'onChangeChips'>) & RequiredProps_2 & ClearProps_2;
2771
3191
 
2772
3192
  export { TextFieldView }
2773
3193
 
@@ -15,7 +15,7 @@ export declare const DatePicker: import("react").FunctionComponent<import("@salu
15
15
  readOnly: {
16
16
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
17
  };
18
- }> & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerdVariationProps & import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerTextFieldProps & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerCalendarProps & import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerPopoverProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "defaultValue"> & import("react").RefAttributes<HTMLInputElement>>;
18
+ }> & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerVariationProps & import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerTextFieldProps & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerCalendarProps & import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types").DatePickerPopoverProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "defaultValue"> & import("react").RefAttributes<HTMLInputElement>>;
19
19
  export declare const DatePickerRange: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
20
20
  view: {
21
21
  default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
@@ -32,12 +32,14 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
32
32
  readOnly: {
33
33
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
34
34
  };
35
- }> & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerdVariationProps & {
35
+ }> & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types").DatePickerVariationProps & {
36
36
  defaultFirstDate?: Date | undefined;
37
37
  defaultSecondDate?: Date | undefined;
38
38
  name?: string | undefined;
39
- onCommitFirstDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateInfo | undefined) => void) | undefined;
40
- onCommitSecondDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: import("@salutejs/plasma-new-hope/types/components/Calendar/Calendar.types").DateInfo | undefined) => void) | undefined;
39
+ onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").ChangeInstanceCallback | undefined;
40
+ onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").ChangeInstanceCallback | undefined;
41
+ onCommitFirstDate?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").CommitInstanceCallback | undefined;
42
+ onCommitSecondDate?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types").CommitInstanceCallback | undefined;
41
43
  onChange?: ((event: {
42
44
  target: {
43
45
  value?: string | undefined;
@@ -69,8 +71,6 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
69
71
  secondTextfieldTextBefore?: string | undefined;
70
72
  firstTextfieldTextAfter?: string | undefined;
71
73
  secondTextfieldTextAfter?: string | undefined;
72
- onChangeFirstValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackChangeInstance | undefined;
73
- onChangeSecondValue?: import("@salutejs/plasma-new-hope/types/components/Range/Range.types").BaseCallbackChangeInstance | undefined;
74
74
  onFocusFirstTextfield?: ((event: import("react").ChangeEvent<HTMLInputElement>) => void) | undefined;
75
75
  onFocusSecondTextfield?: ((event: import("react").ChangeEvent<HTMLInputElement>) => void) | undefined;
76
76
  onBlurFirstTextfield?: ((event: import("react").ChangeEvent<HTMLInputElement>) => void) | undefined;