@salutejs/sdds-cs 0.327.0-canary.2175.17242123799.0 → 0.327.0-canary.2176.17242735682.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,14 +17,13 @@ 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;
22
20
  labelPlacement?: string;
23
21
  readOnly?: boolean;
24
22
  disabled?: boolean;
25
23
  portal?: string | React.RefObject<HTMLElement>;
26
24
  zIndex?: import("react").CSSProperties["zIndex"];
27
25
  value?: string;
26
+ defaultValue?: string;
28
27
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
29
28
  threshold?: number;
30
29
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
@@ -35,10 +34,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
35
34
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
36
35
  renderListEnd?: () => import("react").ReactNode;
37
36
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
38
- defaultValue?: string;
39
37
  beforeList?: import("react").ReactNode;
40
38
  afterList?: import("react").ReactNode;
41
39
  virtual?: boolean;
40
+ size?: string;
41
+ view?: string;
42
42
  } & Omit<{
43
43
  titleCaption?: import("react").ReactNode;
44
44
  leftHelper?: import("react").ReactNode;
@@ -70,15 +70,14 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
70
70
  chipType?: never;
71
71
  chipView?: never;
72
72
  chipValidator?: never;
73
- }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
74
- size?: string;
75
- view?: string;
73
+ }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
76
74
  labelPlacement?: string;
77
75
  readOnly?: boolean;
78
76
  disabled?: boolean;
79
77
  portal?: string | React.RefObject<HTMLElement>;
80
78
  zIndex?: import("react").CSSProperties["zIndex"];
81
79
  value?: string;
80
+ defaultValue?: string;
82
81
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
83
82
  threshold?: number;
84
83
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
@@ -89,10 +88,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
89
88
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
90
89
  renderListEnd?: () => import("react").ReactNode;
91
90
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
92
- defaultValue?: string;
93
91
  beforeList?: import("react").ReactNode;
94
92
  afterList?: import("react").ReactNode;
95
93
  virtual?: boolean;
94
+ size?: string;
95
+ view?: string;
96
96
  } & Omit<{
97
97
  titleCaption?: import("react").ReactNode;
98
98
  leftHelper?: import("react").ReactNode;
@@ -126,15 +126,14 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
126
126
  chipValidator?: (value: string) => {
127
127
  view?: string;
128
128
  };
129
- }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
130
- size?: string;
131
- view?: string;
129
+ }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
132
130
  labelPlacement?: string;
133
131
  readOnly?: boolean;
134
132
  disabled?: boolean;
135
133
  portal?: string | React.RefObject<HTMLElement>;
136
134
  zIndex?: import("react").CSSProperties["zIndex"];
137
135
  value?: string;
136
+ defaultValue?: string;
138
137
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
139
138
  threshold?: number;
140
139
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
@@ -145,10 +144,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
145
144
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
146
145
  renderListEnd?: () => import("react").ReactNode;
147
146
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
148
- defaultValue?: string;
149
147
  beforeList?: import("react").ReactNode;
150
148
  afterList?: import("react").ReactNode;
151
149
  virtual?: boolean;
150
+ size?: string;
151
+ view?: string;
152
152
  } & Omit<{
153
153
  titleCaption?: import("react").ReactNode;
154
154
  leftHelper?: import("react").ReactNode;
@@ -180,15 +180,14 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
180
180
  chipType?: never;
181
181
  chipView?: never;
182
182
  chipValidator?: never;
183
- }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
184
- size?: string;
185
- view?: string;
183
+ }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
186
184
  labelPlacement?: string;
187
185
  readOnly?: boolean;
188
186
  disabled?: boolean;
189
187
  portal?: string | React.RefObject<HTMLElement>;
190
188
  zIndex?: import("react").CSSProperties["zIndex"];
191
189
  value?: string;
190
+ defaultValue?: string;
192
191
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
193
192
  threshold?: number;
194
193
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
@@ -199,10 +198,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
199
198
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
200
199
  renderListEnd?: () => import("react").ReactNode;
201
200
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
202
- defaultValue?: string;
203
201
  beforeList?: import("react").ReactNode;
204
202
  afterList?: import("react").ReactNode;
205
203
  virtual?: boolean;
204
+ size?: string;
205
+ view?: string;
206
206
  } & Omit<{
207
207
  titleCaption?: import("react").ReactNode;
208
208
  leftHelper?: import("react").ReactNode;
@@ -236,15 +236,14 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
236
236
  chipValidator?: (value: string) => {
237
237
  view?: string;
238
238
  };
239
- }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
240
- size?: string;
241
- view?: string;
239
+ }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
242
240
  labelPlacement?: string;
243
241
  readOnly?: boolean;
244
242
  disabled?: boolean;
245
243
  portal?: string | React.RefObject<HTMLElement>;
246
244
  zIndex?: import("react").CSSProperties["zIndex"];
247
245
  value?: string;
246
+ defaultValue?: string;
248
247
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
249
248
  threshold?: number;
250
249
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
@@ -255,10 +254,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
255
254
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
256
255
  renderListEnd?: () => import("react").ReactNode;
257
256
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
258
- defaultValue?: string;
259
257
  beforeList?: import("react").ReactNode;
260
258
  afterList?: import("react").ReactNode;
261
259
  virtual?: boolean;
260
+ size?: string;
261
+ view?: string;
262
262
  } & Omit<{
263
263
  titleCaption?: import("react").ReactNode;
264
264
  leftHelper?: import("react").ReactNode;
@@ -290,15 +290,14 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
290
290
  chipType?: never;
291
291
  chipView?: never;
292
292
  chipValidator?: never;
293
- }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
294
- size?: string;
295
- view?: string;
293
+ }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
296
294
  labelPlacement?: string;
297
295
  readOnly?: boolean;
298
296
  disabled?: boolean;
299
297
  portal?: string | React.RefObject<HTMLElement>;
300
298
  zIndex?: import("react").CSSProperties["zIndex"];
301
299
  value?: string;
300
+ defaultValue?: string;
302
301
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
303
302
  threshold?: number;
304
303
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
@@ -309,10 +308,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
309
308
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
310
309
  renderListEnd?: () => import("react").ReactNode;
311
310
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
312
- defaultValue?: string;
313
311
  beforeList?: import("react").ReactNode;
314
312
  afterList?: import("react").ReactNode;
315
313
  virtual?: boolean;
314
+ size?: string;
315
+ view?: string;
316
316
  } & Omit<{
317
317
  titleCaption?: import("react").ReactNode;
318
318
  leftHelper?: import("react").ReactNode;
@@ -346,15 +346,14 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
346
346
  chipValidator?: (value: string) => {
347
347
  view?: string;
348
348
  };
349
- }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
350
- size?: string;
351
- view?: string;
349
+ }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
352
350
  labelPlacement?: string;
353
351
  readOnly?: boolean;
354
352
  disabled?: boolean;
355
353
  portal?: string | React.RefObject<HTMLElement>;
356
354
  zIndex?: import("react").CSSProperties["zIndex"];
357
355
  value?: string;
356
+ defaultValue?: string;
358
357
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
359
358
  threshold?: number;
360
359
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
@@ -365,10 +364,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
365
364
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
366
365
  renderListEnd?: () => import("react").ReactNode;
367
366
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
368
- defaultValue?: string;
369
367
  beforeList?: import("react").ReactNode;
370
368
  afterList?: import("react").ReactNode;
371
369
  virtual?: boolean;
370
+ size?: string;
371
+ view?: string;
372
372
  } & Omit<{
373
373
  titleCaption?: import("react").ReactNode;
374
374
  leftHelper?: import("react").ReactNode;
@@ -400,15 +400,14 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
400
400
  chipType?: never;
401
401
  chipView?: never;
402
402
  chipValidator?: never;
403
- }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
404
- size?: string;
405
- view?: string;
403
+ }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
406
404
  labelPlacement?: string;
407
405
  readOnly?: boolean;
408
406
  disabled?: boolean;
409
407
  portal?: string | React.RefObject<HTMLElement>;
410
408
  zIndex?: import("react").CSSProperties["zIndex"];
411
409
  value?: string;
410
+ defaultValue?: string;
412
411
  suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
413
412
  threshold?: number;
414
413
  filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
@@ -419,10 +418,11 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
419
418
  renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
420
419
  renderListEnd?: () => import("react").ReactNode;
421
420
  renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
422
- defaultValue?: string;
423
421
  beforeList?: import("react").ReactNode;
424
422
  afterList?: import("react").ReactNode;
425
423
  virtual?: boolean;
424
+ size?: string;
425
+ view?: string;
426
426
  } & Omit<{
427
427
  titleCaption?: import("react").ReactNode;
428
428
  leftHelper?: import("react").ReactNode;
@@ -456,4 +456,4 @@ export declare const Autocomplete: import("react").FunctionComponent<import("@sa
456
456
  chipValidator?: (value: string) => {
457
457
  view?: string;
458
458
  };
459
- }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
459
+ }, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "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.2175.17242123799.0",
3
+ "version": "0.327.0-canary.2176.17242735682.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.2175.17242123799.0",
33
+ "@salutejs/plasma-new-hope": "0.335.0-canary.2176.17242735682.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": "c892b3950700d6d104bf92daf9a9a3a1f779cb45"
126
+ "gitHead": "80a0736200352957519b5d0af2d2738eddef5644"
127
127
  }