@salutejs/sdds-cs 0.327.0-canary.2176.17242735682.0 → 0.327.0-canary.2178.17244138762.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.
@@ -17,13 +17,14 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
17
17
|
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
18
18
|
};
|
19
19
|
}> & (({
|
20
|
+
size?: string;
|
21
|
+
view?: string;
|
20
22
|
labelPlacement?: string;
|
21
23
|
readOnly?: boolean;
|
22
24
|
disabled?: boolean;
|
23
25
|
portal?: string | React.RefObject<HTMLElement>;
|
24
26
|
zIndex?: import("react").CSSProperties["zIndex"];
|
25
27
|
value?: string;
|
26
|
-
defaultValue?: string;
|
27
28
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
28
29
|
threshold?: number;
|
29
30
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
@@ -34,11 +35,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
34
35
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
35
36
|
renderListEnd?: () => import("react").ReactNode;
|
36
37
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
38
|
+
defaultValue?: string;
|
37
39
|
beforeList?: import("react").ReactNode;
|
38
40
|
afterList?: import("react").ReactNode;
|
39
41
|
virtual?: boolean;
|
40
|
-
|
41
|
-
view?: string;
|
42
|
+
flip?: boolean;
|
42
43
|
} & Omit<{
|
43
44
|
titleCaption?: import("react").ReactNode;
|
44
45
|
leftHelper?: import("react").ReactNode;
|
@@ -70,14 +71,15 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
70
71
|
chipType?: never;
|
71
72
|
chipView?: never;
|
72
73
|
chipValidator?: never;
|
73
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "
|
74
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
75
|
+
size?: string;
|
76
|
+
view?: string;
|
74
77
|
labelPlacement?: string;
|
75
78
|
readOnly?: boolean;
|
76
79
|
disabled?: boolean;
|
77
80
|
portal?: string | React.RefObject<HTMLElement>;
|
78
81
|
zIndex?: import("react").CSSProperties["zIndex"];
|
79
82
|
value?: string;
|
80
|
-
defaultValue?: string;
|
81
83
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
82
84
|
threshold?: number;
|
83
85
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
@@ -88,11 +90,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
88
90
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
89
91
|
renderListEnd?: () => import("react").ReactNode;
|
90
92
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
93
|
+
defaultValue?: string;
|
91
94
|
beforeList?: import("react").ReactNode;
|
92
95
|
afterList?: import("react").ReactNode;
|
93
96
|
virtual?: boolean;
|
94
|
-
|
95
|
-
view?: string;
|
97
|
+
flip?: boolean;
|
96
98
|
} & Omit<{
|
97
99
|
titleCaption?: import("react").ReactNode;
|
98
100
|
leftHelper?: import("react").ReactNode;
|
@@ -126,14 +128,15 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
126
128
|
chipValidator?: (value: string) => {
|
127
129
|
view?: string;
|
128
130
|
};
|
129
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "
|
131
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
132
|
+
size?: string;
|
133
|
+
view?: string;
|
130
134
|
labelPlacement?: string;
|
131
135
|
readOnly?: boolean;
|
132
136
|
disabled?: boolean;
|
133
137
|
portal?: string | React.RefObject<HTMLElement>;
|
134
138
|
zIndex?: import("react").CSSProperties["zIndex"];
|
135
139
|
value?: string;
|
136
|
-
defaultValue?: string;
|
137
140
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
138
141
|
threshold?: number;
|
139
142
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
@@ -144,11 +147,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
144
147
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
145
148
|
renderListEnd?: () => import("react").ReactNode;
|
146
149
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
150
|
+
defaultValue?: string;
|
147
151
|
beforeList?: import("react").ReactNode;
|
148
152
|
afterList?: import("react").ReactNode;
|
149
153
|
virtual?: boolean;
|
150
|
-
|
151
|
-
view?: string;
|
154
|
+
flip?: boolean;
|
152
155
|
} & Omit<{
|
153
156
|
titleCaption?: import("react").ReactNode;
|
154
157
|
leftHelper?: import("react").ReactNode;
|
@@ -180,14 +183,15 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
180
183
|
chipType?: never;
|
181
184
|
chipView?: never;
|
182
185
|
chipValidator?: never;
|
183
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "
|
186
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
187
|
+
size?: string;
|
188
|
+
view?: string;
|
184
189
|
labelPlacement?: string;
|
185
190
|
readOnly?: boolean;
|
186
191
|
disabled?: boolean;
|
187
192
|
portal?: string | React.RefObject<HTMLElement>;
|
188
193
|
zIndex?: import("react").CSSProperties["zIndex"];
|
189
194
|
value?: string;
|
190
|
-
defaultValue?: string;
|
191
195
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
192
196
|
threshold?: number;
|
193
197
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
@@ -198,11 +202,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
198
202
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
199
203
|
renderListEnd?: () => import("react").ReactNode;
|
200
204
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
205
|
+
defaultValue?: string;
|
201
206
|
beforeList?: import("react").ReactNode;
|
202
207
|
afterList?: import("react").ReactNode;
|
203
208
|
virtual?: boolean;
|
204
|
-
|
205
|
-
view?: string;
|
209
|
+
flip?: boolean;
|
206
210
|
} & Omit<{
|
207
211
|
titleCaption?: import("react").ReactNode;
|
208
212
|
leftHelper?: import("react").ReactNode;
|
@@ -236,14 +240,15 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
236
240
|
chipValidator?: (value: string) => {
|
237
241
|
view?: string;
|
238
242
|
};
|
239
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "
|
243
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
244
|
+
size?: string;
|
245
|
+
view?: string;
|
240
246
|
labelPlacement?: string;
|
241
247
|
readOnly?: boolean;
|
242
248
|
disabled?: boolean;
|
243
249
|
portal?: string | React.RefObject<HTMLElement>;
|
244
250
|
zIndex?: import("react").CSSProperties["zIndex"];
|
245
251
|
value?: string;
|
246
|
-
defaultValue?: string;
|
247
252
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
248
253
|
threshold?: number;
|
249
254
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
@@ -254,11 +259,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
254
259
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
255
260
|
renderListEnd?: () => import("react").ReactNode;
|
256
261
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
262
|
+
defaultValue?: string;
|
257
263
|
beforeList?: import("react").ReactNode;
|
258
264
|
afterList?: import("react").ReactNode;
|
259
265
|
virtual?: boolean;
|
260
|
-
|
261
|
-
view?: string;
|
266
|
+
flip?: boolean;
|
262
267
|
} & Omit<{
|
263
268
|
titleCaption?: import("react").ReactNode;
|
264
269
|
leftHelper?: import("react").ReactNode;
|
@@ -290,14 +295,15 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
290
295
|
chipType?: never;
|
291
296
|
chipView?: never;
|
292
297
|
chipValidator?: never;
|
293
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "
|
298
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
299
|
+
size?: string;
|
300
|
+
view?: string;
|
294
301
|
labelPlacement?: string;
|
295
302
|
readOnly?: boolean;
|
296
303
|
disabled?: boolean;
|
297
304
|
portal?: string | React.RefObject<HTMLElement>;
|
298
305
|
zIndex?: import("react").CSSProperties["zIndex"];
|
299
306
|
value?: string;
|
300
|
-
defaultValue?: string;
|
301
307
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
302
308
|
threshold?: number;
|
303
309
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
@@ -308,11 +314,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
308
314
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
309
315
|
renderListEnd?: () => import("react").ReactNode;
|
310
316
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
317
|
+
defaultValue?: string;
|
311
318
|
beforeList?: import("react").ReactNode;
|
312
319
|
afterList?: import("react").ReactNode;
|
313
320
|
virtual?: boolean;
|
314
|
-
|
315
|
-
view?: string;
|
321
|
+
flip?: boolean;
|
316
322
|
} & Omit<{
|
317
323
|
titleCaption?: import("react").ReactNode;
|
318
324
|
leftHelper?: import("react").ReactNode;
|
@@ -346,14 +352,15 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
346
352
|
chipValidator?: (value: string) => {
|
347
353
|
view?: string;
|
348
354
|
};
|
349
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "
|
355
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
356
|
+
size?: string;
|
357
|
+
view?: string;
|
350
358
|
labelPlacement?: string;
|
351
359
|
readOnly?: boolean;
|
352
360
|
disabled?: boolean;
|
353
361
|
portal?: string | React.RefObject<HTMLElement>;
|
354
362
|
zIndex?: import("react").CSSProperties["zIndex"];
|
355
363
|
value?: string;
|
356
|
-
defaultValue?: string;
|
357
364
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
358
365
|
threshold?: number;
|
359
366
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
@@ -364,11 +371,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
364
371
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
365
372
|
renderListEnd?: () => import("react").ReactNode;
|
366
373
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
374
|
+
defaultValue?: string;
|
367
375
|
beforeList?: import("react").ReactNode;
|
368
376
|
afterList?: import("react").ReactNode;
|
369
377
|
virtual?: boolean;
|
370
|
-
|
371
|
-
view?: string;
|
378
|
+
flip?: boolean;
|
372
379
|
} & Omit<{
|
373
380
|
titleCaption?: import("react").ReactNode;
|
374
381
|
leftHelper?: import("react").ReactNode;
|
@@ -400,14 +407,15 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
400
407
|
chipType?: never;
|
401
408
|
chipView?: never;
|
402
409
|
chipValidator?: never;
|
403
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "
|
410
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
411
|
+
size?: string;
|
412
|
+
view?: string;
|
404
413
|
labelPlacement?: string;
|
405
414
|
readOnly?: boolean;
|
406
415
|
disabled?: boolean;
|
407
416
|
portal?: string | React.RefObject<HTMLElement>;
|
408
417
|
zIndex?: import("react").CSSProperties["zIndex"];
|
409
418
|
value?: string;
|
410
|
-
defaultValue?: string;
|
411
419
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
412
420
|
threshold?: number;
|
413
421
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
@@ -418,11 +426,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
418
426
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
419
427
|
renderListEnd?: () => import("react").ReactNode;
|
420
428
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
429
|
+
defaultValue?: string;
|
421
430
|
beforeList?: import("react").ReactNode;
|
422
431
|
afterList?: import("react").ReactNode;
|
423
432
|
virtual?: boolean;
|
424
|
-
|
425
|
-
view?: string;
|
433
|
+
flip?: boolean;
|
426
434
|
} & Omit<{
|
427
435
|
titleCaption?: import("react").ReactNode;
|
428
436
|
leftHelper?: import("react").ReactNode;
|
@@ -456,4 +464,4 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
|
|
456
464
|
chipValidator?: (value: string) => {
|
457
465
|
view?: string;
|
458
466
|
};
|
459
|
-
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "
|
467
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.327.0-canary.
|
3
|
+
"version": "0.327.0-canary.2178.17244138762.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CS web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.335.0-canary.
|
33
|
+
"@salutejs/plasma-new-hope": "0.335.0-canary.2178.17244138762.0",
|
34
34
|
"@salutejs/sdds-themes": "0.46.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "77f230c4ef6f5df0d750afe0dfed8163ef01bb69"
|
127
127
|
}
|