@salutejs/sdds-cs 0.313.1-canary.1944.14664380698.0 → 0.313.1-canary.1944.14717616818.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. package/components/Autocomplete/Autocomplete.d.ts +1 -275
  2. package/components/Combobox/Combobox.d.ts +99 -99
  3. package/components/Combobox/index.d.ts +1 -1
  4. package/components/DatePicker/DatePicker.config.js +1 -1
  5. package/components/DatePicker/DatePicker.d.ts +6 -4
  6. package/components/Radiobox/Radiobox.config.js +1 -1
  7. package/components/Tabs/horizontal/HorizontalTabItem.config.js +4 -4
  8. package/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
  9. package/emotion/cjs/components/DatePicker/DatePicker.config.js +1 -1
  10. package/emotion/cjs/components/DatePicker/DatePicker.stories.tsx +7 -10
  11. package/emotion/cjs/components/Notification/Notification.stories.tsx +4 -0
  12. package/emotion/cjs/components/Radiobox/Radiobox.config.js +1 -1
  13. package/emotion/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js +4 -4
  14. package/emotion/cjs/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
  15. package/emotion/es/components/DatePicker/DatePicker.config.js +1 -1
  16. package/emotion/es/components/DatePicker/DatePicker.stories.tsx +7 -10
  17. package/emotion/es/components/Notification/Notification.stories.tsx +4 -0
  18. package/emotion/es/components/Radiobox/Radiobox.config.js +1 -1
  19. package/emotion/es/components/Tabs/horizontal/HorizontalTabItem.config.js +4 -4
  20. package/emotion/es/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
  21. package/es/components/DatePicker/DatePicker.config.js +1 -1
  22. package/es/components/Radiobox/Radiobox.config.js +1 -1
  23. package/es/components/Tabs/horizontal/HorizontalTabItem.config.js +4 -4
  24. package/es/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
  25. package/package.json +5 -5
@@ -1,276 +1,2 @@
1
1
  /// <reference types="react" />
2
- export declare const Autocomplete: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
3
- view: {
4
- default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
- negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
- };
7
- size: {
8
- s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- };
10
- labelPlacement: {
11
- inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- };
14
- disabled: {
15
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- };
17
- readOnly: {
18
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- };
20
- }> & ((import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
21
- titleCaption?: import("react").ReactNode;
22
- leftHelper?: import("react").ReactNode;
23
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
24
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
25
- textBefore?: string | undefined;
26
- textAfter?: string | undefined;
27
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
28
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
29
- clear?: boolean | undefined;
30
- hasDivider?: boolean | undefined;
31
- } & {
32
- hintText: string;
33
- hintTrigger?: "click" | "hover" | undefined;
34
- hintView?: string | undefined;
35
- hintSize?: string | undefined;
36
- hintTargetIcon?: import("react").ReactNode;
37
- hintTargetPlacement?: "outer" | "inner" | undefined;
38
- hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
39
- hintHasArrow?: boolean | undefined;
40
- hintOffset?: [number, number] | undefined;
41
- hintWidth?: string | undefined;
42
- hintContentLeft?: import("react").ReactNode;
43
- } & {
44
- chips?: undefined;
45
- onChangeChips?: undefined;
46
- enumerationType?: "plain" | undefined;
47
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
48
- chipType?: undefined;
49
- chipView?: undefined;
50
- chipValidator?: undefined;
51
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
52
- titleCaption?: import("react").ReactNode;
53
- leftHelper?: import("react").ReactNode;
54
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
55
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
56
- textBefore?: string | undefined;
57
- textAfter?: string | undefined;
58
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
59
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
60
- clear?: boolean | undefined;
61
- hasDivider?: boolean | undefined;
62
- } & {
63
- hintText: string;
64
- hintTrigger?: "click" | "hover" | undefined;
65
- hintView?: string | undefined;
66
- hintSize?: string | undefined;
67
- hintTargetIcon?: import("react").ReactNode;
68
- hintTargetPlacement?: "outer" | "inner" | undefined;
69
- hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
70
- hintHasArrow?: boolean | undefined;
71
- hintOffset?: [number, number] | undefined;
72
- hintWidth?: string | undefined;
73
- hintContentLeft?: import("react").ReactNode;
74
- } & {
75
- enumerationType: "chip";
76
- onSearch?: undefined;
77
- chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
78
- onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
79
- chipType?: "default" | "text" | undefined;
80
- chipView?: string | undefined;
81
- chipValidator?: ((value: string) => {
82
- view?: string | undefined;
83
- }) | undefined;
84
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
85
- titleCaption?: import("react").ReactNode;
86
- leftHelper?: import("react").ReactNode;
87
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
88
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
89
- textBefore?: string | undefined;
90
- textAfter?: string | undefined;
91
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
92
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
93
- clear?: boolean | undefined;
94
- hasDivider?: boolean | undefined;
95
- } & {
96
- hintTrigger?: undefined;
97
- hintText?: undefined;
98
- hintView?: undefined;
99
- hintSize?: undefined;
100
- hintTargetIcon?: undefined;
101
- hintTargetPlacement?: undefined;
102
- hintPlacement?: undefined;
103
- hintHasArrow?: undefined;
104
- hintOffset?: undefined;
105
- hintWidth?: undefined;
106
- hintContentLeft?: undefined;
107
- } & {
108
- chips?: undefined;
109
- onChangeChips?: undefined;
110
- enumerationType?: "plain" | undefined;
111
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
112
- chipType?: undefined;
113
- chipView?: undefined;
114
- chipValidator?: undefined;
115
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
116
- titleCaption?: import("react").ReactNode;
117
- leftHelper?: import("react").ReactNode;
118
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
119
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
120
- textBefore?: string | undefined;
121
- textAfter?: string | undefined;
122
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
123
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
124
- clear?: boolean | undefined;
125
- hasDivider?: boolean | undefined;
126
- } & {
127
- hintTrigger?: undefined;
128
- hintText?: undefined;
129
- hintView?: undefined;
130
- hintSize?: undefined;
131
- hintTargetIcon?: undefined;
132
- hintTargetPlacement?: undefined;
133
- hintPlacement?: undefined;
134
- hintHasArrow?: undefined;
135
- hintOffset?: undefined;
136
- hintWidth?: undefined;
137
- hintContentLeft?: undefined;
138
- } & {
139
- enumerationType: "chip";
140
- onSearch?: undefined;
141
- chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
142
- onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
143
- chipType?: "default" | "text" | undefined;
144
- chipView?: string | undefined;
145
- chipValidator?: ((value: string) => {
146
- view?: string | undefined;
147
- }) | undefined;
148
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
149
- titleCaption?: import("react").ReactNode;
150
- leftHelper?: import("react").ReactNode;
151
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
152
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
153
- textBefore?: string | undefined;
154
- textAfter?: string | undefined;
155
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
156
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
157
- clear?: false | undefined;
158
- hasDivider?: undefined;
159
- } & {
160
- hintText: string;
161
- hintTrigger?: "click" | "hover" | undefined;
162
- hintView?: string | undefined;
163
- hintSize?: string | undefined;
164
- hintTargetIcon?: import("react").ReactNode;
165
- hintTargetPlacement?: "outer" | "inner" | undefined;
166
- hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
167
- hintHasArrow?: boolean | undefined;
168
- hintOffset?: [number, number] | undefined;
169
- hintWidth?: string | undefined;
170
- hintContentLeft?: import("react").ReactNode;
171
- } & {
172
- chips?: undefined;
173
- onChangeChips?: undefined;
174
- enumerationType?: "plain" | undefined;
175
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
176
- chipType?: undefined;
177
- chipView?: undefined;
178
- chipValidator?: undefined;
179
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
180
- titleCaption?: import("react").ReactNode;
181
- leftHelper?: import("react").ReactNode;
182
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
183
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
184
- textBefore?: string | undefined;
185
- textAfter?: string | undefined;
186
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
187
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
188
- clear?: false | undefined;
189
- hasDivider?: undefined;
190
- } & {
191
- hintText: string;
192
- hintTrigger?: "click" | "hover" | undefined;
193
- hintView?: string | undefined;
194
- hintSize?: string | undefined;
195
- hintTargetIcon?: import("react").ReactNode;
196
- hintTargetPlacement?: "outer" | "inner" | undefined;
197
- hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
198
- hintHasArrow?: boolean | undefined;
199
- hintOffset?: [number, number] | undefined;
200
- hintWidth?: string | undefined;
201
- hintContentLeft?: import("react").ReactNode;
202
- } & {
203
- enumerationType: "chip";
204
- onSearch?: undefined;
205
- chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
206
- onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
207
- chipType?: "default" | "text" | undefined;
208
- chipView?: string | undefined;
209
- chipValidator?: ((value: string) => {
210
- view?: string | undefined;
211
- }) | undefined;
212
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
213
- titleCaption?: import("react").ReactNode;
214
- leftHelper?: import("react").ReactNode;
215
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
216
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
217
- textBefore?: string | undefined;
218
- textAfter?: string | undefined;
219
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
220
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
221
- clear?: false | undefined;
222
- hasDivider?: undefined;
223
- } & {
224
- hintTrigger?: undefined;
225
- hintText?: undefined;
226
- hintView?: undefined;
227
- hintSize?: undefined;
228
- hintTargetIcon?: undefined;
229
- hintTargetPlacement?: undefined;
230
- hintPlacement?: undefined;
231
- hintHasArrow?: undefined;
232
- hintOffset?: undefined;
233
- hintWidth?: undefined;
234
- hintContentLeft?: undefined;
235
- } & {
236
- chips?: undefined;
237
- onChangeChips?: undefined;
238
- enumerationType?: "plain" | undefined;
239
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
240
- chipType?: undefined;
241
- chipView?: undefined;
242
- chipValidator?: undefined;
243
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
244
- titleCaption?: import("react").ReactNode;
245
- leftHelper?: import("react").ReactNode;
246
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
247
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
248
- textBefore?: string | undefined;
249
- textAfter?: string | undefined;
250
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
251
- } & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
252
- clear?: false | undefined;
253
- hasDivider?: undefined;
254
- } & {
255
- hintTrigger?: undefined;
256
- hintText?: undefined;
257
- hintView?: undefined;
258
- hintSize?: undefined;
259
- hintTargetIcon?: undefined;
260
- hintTargetPlacement?: undefined;
261
- hintPlacement?: undefined;
262
- hintHasArrow?: undefined;
263
- hintOffset?: undefined;
264
- hintWidth?: undefined;
265
- hintContentLeft?: undefined;
266
- } & {
267
- enumerationType: "chip";
268
- onSearch?: undefined;
269
- chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
270
- onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
271
- chipType?: "default" | "text" | undefined;
272
- chipView?: string | undefined;
273
- chipValidator?: ((value: string) => {
274
- view?: string | undefined;
275
- }) | undefined;
276
- }, "labelPlacement" | "chipView" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
2
+ export declare const Autocomplete: import("react").FunctionComponent<any>;