@salutejs/sdds-scan 0.355.0-next-sbcom.0 → 0.356.0-dev.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.
- package/dist/css/cjs/components/Autocomplete/Autocomplete.config.js +1 -1
- package/dist/css/cjs/components/Autocomplete/Autocomplete.config.js.map +1 -1
- package/dist/css/cjs/components/Autocomplete/{Autocomplete.config_eb4ip9.css → Autocomplete.config_o19v9l.css} +2 -2
- package/dist/css/cjs/components/Autocomplete/Autocomplete.css +12 -12
- package/dist/css/cjs/components/Combobox/Combobox.config.js +1 -1
- package/dist/css/cjs/components/Combobox/Combobox.config.js.map +1 -1
- package/dist/css/cjs/components/Combobox/{Combobox.config_13f3b8v.css → Combobox.config_f0xl7j.css} +2 -2
- package/dist/css/cjs/components/Combobox/Combobox.css +15 -15
- package/dist/css/cjs/components/Select/Select.config.js +1 -1
- package/dist/css/cjs/components/Select/Select.config.js.map +1 -1
- package/dist/css/{es/components/Select/Select.config_13gaguy.css → cjs/components/Select/Select.config_178y107.css} +2 -2
- package/dist/css/cjs/components/Select/Select.css +21 -21
- package/dist/css/cjs/components/TextField/TextField.config.js +1 -1
- package/dist/css/cjs/components/TextField/TextField.config.js.map +1 -1
- package/dist/css/{es/components/TextField/TextField.config_s6coqm.css → cjs/components/TextField/TextField.config_1o8qdnt.css} +2 -2
- package/dist/css/cjs/components/TextField/TextField.css +18 -18
- package/dist/css/cjs/components/TextFieldGroup/TextFieldGroup.config.js +1 -1
- package/dist/css/cjs/components/TextFieldGroup/TextFieldGroup.config.js.map +1 -1
- package/dist/css/cjs/components/TextFieldGroup/{TextFieldGroup.config_1pl0lc1.css → TextFieldGroup.config_103fro3.css} +2 -2
- package/dist/css/cjs/components/TextFieldGroup/TextFieldGroup.css +7 -7
- package/dist/css/cjs/index.css +78 -78
- package/dist/css/es/components/Autocomplete/Autocomplete.config.js +1 -1
- package/dist/css/es/components/Autocomplete/Autocomplete.config.js.map +1 -1
- package/dist/css/es/components/Autocomplete/{Autocomplete.config_eb4ip9.css → Autocomplete.config_o19v9l.css} +2 -2
- package/dist/css/es/components/Autocomplete/Autocomplete.css +12 -12
- package/dist/css/es/components/Combobox/Combobox.config.js +1 -1
- package/dist/css/es/components/Combobox/Combobox.config.js.map +1 -1
- package/dist/css/es/components/Combobox/{Combobox.config_13f3b8v.css → Combobox.config_f0xl7j.css} +2 -2
- package/dist/css/es/components/Combobox/Combobox.css +15 -15
- package/dist/css/es/components/Select/Select.config.js +1 -1
- package/dist/css/es/components/Select/Select.config.js.map +1 -1
- package/dist/css/{cjs/components/Select/Select.config_13gaguy.css → es/components/Select/Select.config_178y107.css} +2 -2
- package/dist/css/es/components/Select/Select.css +21 -21
- package/dist/css/es/components/TextField/TextField.config.js +1 -1
- package/dist/css/es/components/TextField/TextField.config.js.map +1 -1
- package/dist/css/{cjs/components/TextField/TextField.config_s6coqm.css → es/components/TextField/TextField.config_1o8qdnt.css} +2 -2
- package/dist/css/es/components/TextField/TextField.css +18 -18
- package/dist/css/es/components/TextFieldGroup/TextFieldGroup.config.js +1 -1
- package/dist/css/es/components/TextFieldGroup/TextFieldGroup.config.js.map +1 -1
- package/dist/css/es/components/TextFieldGroup/{TextFieldGroup.config_1pl0lc1.css → TextFieldGroup.config_103fro3.css} +2 -2
- package/dist/css/es/components/TextFieldGroup/TextFieldGroup.css +7 -7
- package/dist/css/es/index.css +78 -78
- package/dist/styled-components/cjs/components/Autocomplete/Autocomplete.config.js +2 -2
- package/dist/styled-components/cjs/components/Combobox/Combobox.config.js +2 -2
- package/dist/styled-components/cjs/components/Select/Select.config.js +2 -2
- package/dist/styled-components/cjs/components/TextField/TextField.config.js +2 -2
- package/dist/styled-components/cjs/components/TextFieldGroup/TextFieldGroup.config.js +2 -2
- package/dist/styled-components/es/components/Autocomplete/Autocomplete.config.js +2 -2
- package/dist/styled-components/es/components/Combobox/Combobox.config.js +2 -2
- package/dist/styled-components/es/components/Select/Select.config.js +2 -2
- package/dist/styled-components/es/components/TextField/TextField.config.js +2 -2
- package/dist/styled-components/es/components/TextFieldGroup/TextFieldGroup.config.js +2 -2
- package/package.json +8 -8
- package/types/components/Autocomplete/Autocomplete.d.ts +8 -0
- package/types/components/Avatar/Avatar.d.ts +4 -4
- package/types/components/Combobox/Combobox.d.ts +8 -0
- package/types/components/DatePicker/DatePicker.d.ts +2 -0
- package/types/components/DateTimePicker/DateTimePicker.d.ts +2 -0
- package/types/components/Rating/Rating.d.ts +1 -0
- package/types/components/Select/Select.d.ts +16 -0
- package/types/components/TextField/TextField.d.ts +8 -0
- package/types/components/TimePicker/TimePicker.d.ts +2 -0
|
@@ -223,7 +223,7 @@ const config = {
|
|
|
223
223
|
${_styledcomponents.autocompleteTokens.textFieldHintInnerLabelPlacementOffset}: 0.312rem -2.813rem auto auto;
|
|
224
224
|
${_styledcomponents.autocompleteTokens.textFieldClearHintInnerLabelPlacementOffset}: 0.312rem -2.188rem auto auto;
|
|
225
225
|
|
|
226
|
-
${_styledcomponents.autocompleteTokens.
|
|
226
|
+
${_styledcomponents.autocompleteTokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
227
227
|
${_styledcomponents.autocompleteTokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
228
228
|
${_styledcomponents.autocompleteTokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
229
229
|
${_styledcomponents.autocompleteTokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -298,7 +298,7 @@ const config = {
|
|
|
298
298
|
${_styledcomponents.autocompleteTokens.textFieldHintInnerLabelPlacementOffset}: 0.062rem -2.688rem auto auto;
|
|
299
299
|
${_styledcomponents.autocompleteTokens.textFieldClearHintInnerLabelPlacementOffset}: 0.062rem -2.188rem auto auto;
|
|
300
300
|
|
|
301
|
-
${_styledcomponents.autocompleteTokens.
|
|
301
|
+
${_styledcomponents.autocompleteTokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
302
302
|
${_styledcomponents.autocompleteTokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
303
303
|
${_styledcomponents.autocompleteTokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
304
304
|
${_styledcomponents.autocompleteTokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -275,7 +275,7 @@ const config = {
|
|
|
275
275
|
${_styledcomponents.comboboxTokens.textFieldHintInnerLabelPlacementOffset}: 0.312rem -2.813rem auto auto;
|
|
276
276
|
${_styledcomponents.comboboxTokens.textFieldClearHintInnerLabelPlacementOffset}: 0.312rem -2.188rem auto auto;
|
|
277
277
|
|
|
278
|
-
${_styledcomponents.comboboxTokens.
|
|
278
|
+
${_styledcomponents.comboboxTokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
279
279
|
${_styledcomponents.comboboxTokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
280
280
|
${_styledcomponents.comboboxTokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
281
281
|
${_styledcomponents.comboboxTokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -396,7 +396,7 @@ const config = {
|
|
|
396
396
|
${_styledcomponents.comboboxTokens.textFieldHintInnerLabelPlacementOffset}: 0.062rem -2.688rem auto auto;
|
|
397
397
|
${_styledcomponents.comboboxTokens.textFieldClearHintInnerLabelPlacementOffset}: 0.062rem -2.188rem auto auto;
|
|
398
398
|
|
|
399
|
-
${_styledcomponents.comboboxTokens.
|
|
399
|
+
${_styledcomponents.comboboxTokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
400
400
|
${_styledcomponents.comboboxTokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
401
401
|
${_styledcomponents.comboboxTokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
402
402
|
${_styledcomponents.comboboxTokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -382,7 +382,7 @@ const config = {
|
|
|
382
382
|
${_styledcomponents.selectTokens.textFieldHintInnerLabelPlacementOffset}: 0.312rem -2.813rem auto auto;
|
|
383
383
|
${_styledcomponents.selectTokens.textFieldClearHintInnerLabelPlacementOffset}: 0.312rem -2.188rem auto auto;
|
|
384
384
|
|
|
385
|
-
${_styledcomponents.selectTokens.
|
|
385
|
+
${_styledcomponents.selectTokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
386
386
|
${_styledcomponents.selectTokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
387
387
|
${_styledcomponents.selectTokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
388
388
|
${_styledcomponents.selectTokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -507,7 +507,7 @@ const config = {
|
|
|
507
507
|
${_styledcomponents.selectTokens.textFieldHintInnerLabelPlacementOffset}: 0.062rem -2.688rem auto auto;
|
|
508
508
|
${_styledcomponents.selectTokens.textFieldClearHintInnerLabelPlacementOffset}: 0.062rem -2.188rem auto auto;
|
|
509
509
|
|
|
510
|
-
${_styledcomponents.selectTokens.
|
|
510
|
+
${_styledcomponents.selectTokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
511
511
|
${_styledcomponents.selectTokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
512
512
|
${_styledcomponents.selectTokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
513
513
|
${_styledcomponents.selectTokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -181,7 +181,7 @@ const config = {
|
|
|
181
181
|
${_styledcomponents.textFieldTokens.titleCaptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
|
|
182
182
|
${_styledcomponents.textFieldTokens.titleCaptionLineHeight}: var(--plasma-typo-body-xs-line-height);
|
|
183
183
|
|
|
184
|
-
${_styledcomponents.textFieldTokens.
|
|
184
|
+
${_styledcomponents.textFieldTokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
185
185
|
${_styledcomponents.textFieldTokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
186
186
|
${_styledcomponents.textFieldTokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
187
187
|
${_styledcomponents.textFieldTokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -267,7 +267,7 @@ const config = {
|
|
|
267
267
|
${_styledcomponents.textFieldTokens.titleCaptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
|
|
268
268
|
${_styledcomponents.textFieldTokens.titleCaptionLineHeight}: var(--plasma-typo-body-xs-line-height);
|
|
269
269
|
|
|
270
|
-
${_styledcomponents.textFieldTokens.
|
|
270
|
+
${_styledcomponents.textFieldTokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
271
271
|
${_styledcomponents.textFieldTokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
272
272
|
${_styledcomponents.textFieldTokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
273
273
|
${_styledcomponents.textFieldTokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -45,7 +45,7 @@ const config = {
|
|
|
45
45
|
${_styledcomponents.textFieldGroupTokens.labelLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
|
|
46
46
|
${_styledcomponents.textFieldGroupTokens.labelLineHeight}: var(--plasma-typo-body-m-line-height);
|
|
47
47
|
|
|
48
|
-
${_styledcomponents.textFieldGroupTokens.
|
|
48
|
+
${_styledcomponents.textFieldGroupTokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
49
49
|
${_styledcomponents.textFieldGroupTokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
50
50
|
${_styledcomponents.textFieldGroupTokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
51
51
|
${_styledcomponents.textFieldGroupTokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -101,7 +101,7 @@ const config = {
|
|
|
101
101
|
${_styledcomponents.textFieldGroupTokens.labelLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
|
|
102
102
|
${_styledcomponents.textFieldGroupTokens.labelLineHeight}: var(--plasma-typo-body-s-line-height);
|
|
103
103
|
|
|
104
|
-
${_styledcomponents.textFieldGroupTokens.
|
|
104
|
+
${_styledcomponents.textFieldGroupTokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
105
105
|
${_styledcomponents.textFieldGroupTokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
106
106
|
${_styledcomponents.textFieldGroupTokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
107
107
|
${_styledcomponents.textFieldGroupTokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -213,7 +213,7 @@ export const config = {
|
|
|
213
213
|
${tokens.textFieldHintInnerLabelPlacementOffset}: 0.312rem -2.813rem auto auto;
|
|
214
214
|
${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.312rem -2.188rem auto auto;
|
|
215
215
|
|
|
216
|
-
${tokens.
|
|
216
|
+
${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
217
217
|
${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
218
218
|
${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
219
219
|
${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -288,7 +288,7 @@ export const config = {
|
|
|
288
288
|
${tokens.textFieldHintInnerLabelPlacementOffset}: 0.062rem -2.688rem auto auto;
|
|
289
289
|
${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.062rem -2.188rem auto auto;
|
|
290
290
|
|
|
291
|
-
${tokens.
|
|
291
|
+
${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
292
292
|
${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
293
293
|
${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
294
294
|
${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -265,7 +265,7 @@ export const config = {
|
|
|
265
265
|
${tokens.textFieldHintInnerLabelPlacementOffset}: 0.312rem -2.813rem auto auto;
|
|
266
266
|
${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.312rem -2.188rem auto auto;
|
|
267
267
|
|
|
268
|
-
${tokens.
|
|
268
|
+
${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
269
269
|
${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
270
270
|
${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
271
271
|
${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -386,7 +386,7 @@ export const config = {
|
|
|
386
386
|
${tokens.textFieldHintInnerLabelPlacementOffset}: 0.062rem -2.688rem auto auto;
|
|
387
387
|
${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.062rem -2.188rem auto auto;
|
|
388
388
|
|
|
389
|
-
${tokens.
|
|
389
|
+
${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
390
390
|
${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
391
391
|
${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
392
392
|
${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -372,7 +372,7 @@ export const config = {
|
|
|
372
372
|
${tokens.textFieldHintInnerLabelPlacementOffset}: 0.312rem -2.813rem auto auto;
|
|
373
373
|
${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.312rem -2.188rem auto auto;
|
|
374
374
|
|
|
375
|
-
${tokens.
|
|
375
|
+
${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
376
376
|
${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
377
377
|
${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
378
378
|
${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -497,7 +497,7 @@ export const config = {
|
|
|
497
497
|
${tokens.textFieldHintInnerLabelPlacementOffset}: 0.062rem -2.688rem auto auto;
|
|
498
498
|
${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.062rem -2.188rem auto auto;
|
|
499
499
|
|
|
500
|
-
${tokens.
|
|
500
|
+
${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
|
|
501
501
|
${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
502
502
|
${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
503
503
|
${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -171,7 +171,7 @@ export const config = {
|
|
|
171
171
|
${tokens.titleCaptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
|
|
172
172
|
${tokens.titleCaptionLineHeight}: var(--plasma-typo-body-xs-line-height);
|
|
173
173
|
|
|
174
|
-
${tokens.
|
|
174
|
+
${tokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
175
175
|
${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
176
176
|
${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
177
177
|
${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -257,7 +257,7 @@ export const config = {
|
|
|
257
257
|
${tokens.titleCaptionLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
|
|
258
258
|
${tokens.titleCaptionLineHeight}: var(--plasma-typo-body-xs-line-height);
|
|
259
259
|
|
|
260
|
-
${tokens.
|
|
260
|
+
${tokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
261
261
|
${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
262
262
|
${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
263
263
|
${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -35,7 +35,7 @@ export const config = {
|
|
|
35
35
|
${tokens.labelLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
|
|
36
36
|
${tokens.labelLineHeight}: var(--plasma-typo-body-m-line-height);
|
|
37
37
|
|
|
38
|
-
${tokens.
|
|
38
|
+
${tokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
39
39
|
${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
40
40
|
${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
41
41
|
${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
|
@@ -91,7 +91,7 @@ export const config = {
|
|
|
91
91
|
${tokens.labelLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
|
|
92
92
|
${tokens.labelLineHeight}: var(--plasma-typo-body-s-line-height);
|
|
93
93
|
|
|
94
|
-
${tokens.
|
|
94
|
+
${tokens.leftHelperOffset}: 0.25rem 0 0 0;
|
|
95
95
|
${tokens.leftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
|
|
96
96
|
${tokens.leftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
|
|
97
97
|
${tokens.leftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/sdds-scan",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.356.0-dev.0",
|
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS SCAN web applications",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"publishConfig": {
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"styled-components": "^5.3.1"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salutejs/plasma-new-hope": "0.
|
|
44
|
-
"@salutejs/sdds-themes": "0.71.0-
|
|
43
|
+
"@salutejs/plasma-new-hope": "0.370.0-dev.0",
|
|
44
|
+
"@salutejs/sdds-themes": "0.71.0-dev.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@babel/cli": "7.24.1",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
61
61
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
62
62
|
"@salutejs/plasma-colors": "0.16.0",
|
|
63
|
-
"@salutejs/plasma-core": "1.
|
|
64
|
-
"@salutejs/plasma-cy-utils": "0.
|
|
65
|
-
"@salutejs/plasma-icons": "1.
|
|
66
|
-
"@salutejs/plasma-sb-utils": "0.
|
|
63
|
+
"@salutejs/plasma-core": "1.233.0-dev.0",
|
|
64
|
+
"@salutejs/plasma-cy-utils": "0.163.0-dev.0",
|
|
65
|
+
"@salutejs/plasma-icons": "1.243.0-dev.0",
|
|
66
|
+
"@salutejs/plasma-sb-utils": "0.234.0-dev.0",
|
|
67
67
|
"@types/node": "16.7.13",
|
|
68
68
|
"@types/react": "18.0.28",
|
|
69
69
|
"@types/react-dom": "18.0.11",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"sideEffects": [
|
|
109
109
|
"*.css"
|
|
110
110
|
],
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "efcc8fe5582bdd90d0db16c3250d021f08b1288b"
|
|
112
112
|
}
|
|
@@ -79,6 +79,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
79
79
|
hintOffset?: [number, number];
|
|
80
80
|
hintWidth?: string;
|
|
81
81
|
hintContentLeft?: React.ReactNode;
|
|
82
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
82
83
|
} & {
|
|
83
84
|
chips?: never;
|
|
84
85
|
onChangeChips?: never;
|
|
@@ -137,6 +138,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
137
138
|
hintOffset?: [number, number];
|
|
138
139
|
hintWidth?: string;
|
|
139
140
|
hintContentLeft?: React.ReactNode;
|
|
141
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
140
142
|
} & {
|
|
141
143
|
enumerationType: "chip";
|
|
142
144
|
onSearch?: never;
|
|
@@ -197,6 +199,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
197
199
|
hintOffset?: never;
|
|
198
200
|
hintWidth?: never;
|
|
199
201
|
hintContentLeft?: never;
|
|
202
|
+
hintPortal?: never;
|
|
200
203
|
} & {
|
|
201
204
|
chips?: never;
|
|
202
205
|
onChangeChips?: never;
|
|
@@ -255,6 +258,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
255
258
|
hintOffset?: never;
|
|
256
259
|
hintWidth?: never;
|
|
257
260
|
hintContentLeft?: never;
|
|
261
|
+
hintPortal?: never;
|
|
258
262
|
} & {
|
|
259
263
|
enumerationType: "chip";
|
|
260
264
|
onSearch?: never;
|
|
@@ -315,6 +319,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
315
319
|
hintOffset?: [number, number];
|
|
316
320
|
hintWidth?: string;
|
|
317
321
|
hintContentLeft?: React.ReactNode;
|
|
322
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
318
323
|
} & {
|
|
319
324
|
chips?: never;
|
|
320
325
|
onChangeChips?: never;
|
|
@@ -373,6 +378,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
373
378
|
hintOffset?: [number, number];
|
|
374
379
|
hintWidth?: string;
|
|
375
380
|
hintContentLeft?: React.ReactNode;
|
|
381
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
376
382
|
} & {
|
|
377
383
|
enumerationType: "chip";
|
|
378
384
|
onSearch?: never;
|
|
@@ -433,6 +439,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
433
439
|
hintOffset?: never;
|
|
434
440
|
hintWidth?: never;
|
|
435
441
|
hintContentLeft?: never;
|
|
442
|
+
hintPortal?: never;
|
|
436
443
|
} & {
|
|
437
444
|
chips?: never;
|
|
438
445
|
onChangeChips?: never;
|
|
@@ -491,6 +498,7 @@ export declare const AutocompleteComponent: React.FunctionComponent<import("@sal
|
|
|
491
498
|
hintOffset?: never;
|
|
492
499
|
hintWidth?: never;
|
|
493
500
|
hintContentLeft?: never;
|
|
501
|
+
hintPortal?: never;
|
|
494
502
|
} & {
|
|
495
503
|
enumerationType: "chip";
|
|
496
504
|
onSearch?: never;
|
|
@@ -75,7 +75,7 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
|
75
75
|
size?: string;
|
|
76
76
|
name?: string;
|
|
77
77
|
url?: string;
|
|
78
|
-
customText?:
|
|
78
|
+
customText?: string;
|
|
79
79
|
status?: "active" | "inactive";
|
|
80
80
|
isScalable?: boolean;
|
|
81
81
|
focused?: boolean;
|
|
@@ -103,7 +103,7 @@ declare const mergedConfig: import("@salutejs/plasma-new-hope/styled-components"
|
|
|
103
103
|
size?: string;
|
|
104
104
|
name?: string;
|
|
105
105
|
url?: string;
|
|
106
|
-
customText?:
|
|
106
|
+
customText?: string;
|
|
107
107
|
status?: "active" | "inactive";
|
|
108
108
|
isScalable?: boolean;
|
|
109
109
|
focused?: boolean;
|
|
@@ -168,7 +168,7 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
|
|
|
168
168
|
size?: string;
|
|
169
169
|
name?: string;
|
|
170
170
|
url?: string;
|
|
171
|
-
customText?:
|
|
171
|
+
customText?: string;
|
|
172
172
|
status?: "active" | "inactive";
|
|
173
173
|
isScalable?: boolean;
|
|
174
174
|
focused?: boolean;
|
|
@@ -196,7 +196,7 @@ declare const Avatar: import("react").FunctionComponent<import("@salutejs/plasma
|
|
|
196
196
|
size?: string;
|
|
197
197
|
name?: string;
|
|
198
198
|
url?: string;
|
|
199
|
-
customText?:
|
|
199
|
+
customText?: string;
|
|
200
200
|
status?: "active" | "inactive";
|
|
201
201
|
isScalable?: boolean;
|
|
202
202
|
focused?: boolean;
|
|
@@ -96,6 +96,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
96
96
|
hintOffset?: [number, number];
|
|
97
97
|
hintWidth?: string;
|
|
98
98
|
hintContentLeft?: React.ReactNode;
|
|
99
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
99
100
|
} & {
|
|
100
101
|
_offset?: [number, number];
|
|
101
102
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "placeholder" | "onChange" | "onScroll" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
@@ -160,6 +161,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
160
161
|
hintOffset?: never;
|
|
161
162
|
hintWidth?: never;
|
|
162
163
|
hintContentLeft?: never;
|
|
164
|
+
hintPortal?: never;
|
|
163
165
|
} & {
|
|
164
166
|
_offset?: [number, number];
|
|
165
167
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "placeholder" | "onChange" | "onScroll" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
@@ -224,6 +226,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
224
226
|
hintOffset?: [number, number];
|
|
225
227
|
hintWidth?: string;
|
|
226
228
|
hintContentLeft?: React.ReactNode;
|
|
229
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
227
230
|
} & {
|
|
228
231
|
_offset?: [number, number];
|
|
229
232
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "placeholder" | "onChange" | "onScroll" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
@@ -288,6 +291,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
288
291
|
hintOffset?: never;
|
|
289
292
|
hintWidth?: never;
|
|
290
293
|
hintContentLeft?: never;
|
|
294
|
+
hintPortal?: never;
|
|
291
295
|
} & {
|
|
292
296
|
_offset?: [number, number];
|
|
293
297
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "placeholder" | "onChange" | "onScroll" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
@@ -356,6 +360,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
356
360
|
hintOffset?: [number, number];
|
|
357
361
|
hintWidth?: string;
|
|
358
362
|
hintContentLeft?: React.ReactNode;
|
|
363
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
359
364
|
} & {
|
|
360
365
|
_offset?: [number, number];
|
|
361
366
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "placeholder" | "onChange" | "onScroll" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
@@ -424,6 +429,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
424
429
|
hintOffset?: never;
|
|
425
430
|
hintWidth?: never;
|
|
426
431
|
hintContentLeft?: never;
|
|
432
|
+
hintPortal?: never;
|
|
427
433
|
} & {
|
|
428
434
|
_offset?: [number, number];
|
|
429
435
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "placeholder" | "onChange" | "onScroll" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
@@ -492,6 +498,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
492
498
|
hintOffset?: [number, number];
|
|
493
499
|
hintWidth?: string;
|
|
494
500
|
hintContentLeft?: React.ReactNode;
|
|
501
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
495
502
|
} & {
|
|
496
503
|
_offset?: [number, number];
|
|
497
504
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "placeholder" | "onChange" | "onScroll" | "size" | "value"> & React.RefAttributes<HTMLInputElement>) | ({
|
|
@@ -560,6 +567,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
|
|
|
560
567
|
hintOffset?: never;
|
|
561
568
|
hintWidth?: never;
|
|
562
569
|
hintContentLeft?: never;
|
|
570
|
+
hintPortal?: never;
|
|
563
571
|
} & {
|
|
564
572
|
_offset?: [number, number];
|
|
565
573
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "placeholder" | "onChange" | "onScroll" | "size" | "value"> & React.RefAttributes<HTMLInputElement>))>;
|
|
@@ -64,6 +64,7 @@ export declare const DatePicker: import("react").FunctionComponent<import("@salu
|
|
|
64
64
|
hintOffset?: [number, number];
|
|
65
65
|
hintWidth?: string;
|
|
66
66
|
hintContentLeft?: import("react").ReactNode;
|
|
67
|
+
hintPortal?: string | import("react").RefObject<HTMLElement | null>;
|
|
67
68
|
} & Omit<import("react").HTMLAttributes<HTMLDivElement>, "defaultValue"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerVariationProps & {
|
|
68
69
|
titleCaption?: import("react").ReactNode;
|
|
69
70
|
requiredPlacement?: "left" | "right";
|
|
@@ -105,6 +106,7 @@ export declare const DatePicker: import("react").FunctionComponent<import("@salu
|
|
|
105
106
|
hintOffset?: never;
|
|
106
107
|
hintWidth?: never;
|
|
107
108
|
hintContentLeft?: never;
|
|
109
|
+
hintPortal?: never;
|
|
108
110
|
} & Omit<import("react").HTMLAttributes<HTMLDivElement>, "defaultValue"> & import("react").RefAttributes<HTMLInputElement>))>;
|
|
109
111
|
export declare const DatePickerRange: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
|
|
110
112
|
view: {
|
|
@@ -66,6 +66,7 @@ export declare const DateTimePicker: import("react").FunctionComponent<import("@
|
|
|
66
66
|
hintOffset?: [number, number];
|
|
67
67
|
hintWidth?: string;
|
|
68
68
|
hintContentLeft?: import("react").ReactNode;
|
|
69
|
+
hintPortal?: string | import("react").RefObject<HTMLElement | null>;
|
|
69
70
|
} & import("react").RefAttributes<HTMLInputElement>) | ({
|
|
70
71
|
appearance?: "default" | "clear";
|
|
71
72
|
hasClearDivider?: boolean;
|
|
@@ -106,4 +107,5 @@ export declare const DateTimePicker: import("react").FunctionComponent<import("@
|
|
|
106
107
|
hintOffset?: never;
|
|
107
108
|
hintWidth?: never;
|
|
108
109
|
hintContentLeft?: never;
|
|
110
|
+
hintPortal?: never;
|
|
109
111
|
} & import("react").RefAttributes<HTMLInputElement>))>;
|
|
@@ -11,6 +11,7 @@ export declare const Rating: import("react").FunctionComponent<import("@salutejs
|
|
|
11
11
|
value?: number | null;
|
|
12
12
|
hasValue?: boolean;
|
|
13
13
|
precision?: number;
|
|
14
|
+
decimalSeparator?: string;
|
|
14
15
|
valuePlacement?: "before" | "after";
|
|
15
16
|
iconSlot?: React.ReactNode;
|
|
16
17
|
iconSlotOutline?: React.ReactNode;
|
|
@@ -67,6 +67,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
67
67
|
hintOffset?: [number, number];
|
|
68
68
|
hintWidth?: string;
|
|
69
69
|
hintContentLeft?: React.ReactNode;
|
|
70
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
70
71
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
71
72
|
_offset?: [number, number];
|
|
72
73
|
_checkboxAppearance?: string;
|
|
@@ -98,6 +99,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
98
99
|
hintOffset?: never;
|
|
99
100
|
hintWidth?: never;
|
|
100
101
|
hintContentLeft?: never;
|
|
102
|
+
hintPortal?: never;
|
|
101
103
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
102
104
|
_offset?: [number, number];
|
|
103
105
|
_checkboxAppearance?: string;
|
|
@@ -129,6 +131,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
129
131
|
hintOffset?: [number, number];
|
|
130
132
|
hintWidth?: string;
|
|
131
133
|
hintContentLeft?: React.ReactNode;
|
|
134
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
132
135
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
133
136
|
_offset?: [number, number];
|
|
134
137
|
_checkboxAppearance?: string;
|
|
@@ -160,6 +163,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
160
163
|
hintOffset?: never;
|
|
161
164
|
hintWidth?: never;
|
|
162
165
|
hintContentLeft?: never;
|
|
166
|
+
hintPortal?: never;
|
|
163
167
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
164
168
|
_offset?: [number, number];
|
|
165
169
|
_checkboxAppearance?: string;
|
|
@@ -195,6 +199,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
195
199
|
hintOffset?: [number, number];
|
|
196
200
|
hintWidth?: string;
|
|
197
201
|
hintContentLeft?: React.ReactNode;
|
|
202
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
198
203
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
199
204
|
_offset?: [number, number];
|
|
200
205
|
_checkboxAppearance?: string;
|
|
@@ -230,6 +235,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
230
235
|
hintOffset?: never;
|
|
231
236
|
hintWidth?: never;
|
|
232
237
|
hintContentLeft?: never;
|
|
238
|
+
hintPortal?: never;
|
|
233
239
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
234
240
|
_offset?: [number, number];
|
|
235
241
|
_checkboxAppearance?: string;
|
|
@@ -265,6 +271,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
265
271
|
hintOffset?: [number, number];
|
|
266
272
|
hintWidth?: string;
|
|
267
273
|
hintContentLeft?: React.ReactNode;
|
|
274
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
268
275
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
269
276
|
_offset?: [number, number];
|
|
270
277
|
_checkboxAppearance?: string;
|
|
@@ -300,6 +307,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
300
307
|
hintOffset?: never;
|
|
301
308
|
hintWidth?: never;
|
|
302
309
|
hintContentLeft?: never;
|
|
310
|
+
hintPortal?: never;
|
|
303
311
|
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps & {
|
|
304
312
|
_offset?: [number, number];
|
|
305
313
|
_checkboxAppearance?: string;
|
|
@@ -333,6 +341,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
333
341
|
hintOffset?: [number, number];
|
|
334
342
|
hintWidth?: string;
|
|
335
343
|
hintContentLeft?: React.ReactNode;
|
|
344
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
336
345
|
} & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
|
|
337
346
|
_offset?: [number, number];
|
|
338
347
|
_checkboxAppearance?: string;
|
|
@@ -366,6 +375,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
366
375
|
hintOffset?: never;
|
|
367
376
|
hintWidth?: never;
|
|
368
377
|
hintContentLeft?: never;
|
|
378
|
+
hintPortal?: never;
|
|
369
379
|
} & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
|
|
370
380
|
_offset?: [number, number];
|
|
371
381
|
_checkboxAppearance?: string;
|
|
@@ -399,6 +409,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
399
409
|
hintOffset?: [number, number];
|
|
400
410
|
hintWidth?: string;
|
|
401
411
|
hintContentLeft?: React.ReactNode;
|
|
412
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
402
413
|
} & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
|
|
403
414
|
_offset?: [number, number];
|
|
404
415
|
_checkboxAppearance?: string;
|
|
@@ -432,6 +443,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
432
443
|
hintOffset?: never;
|
|
433
444
|
hintWidth?: never;
|
|
434
445
|
hintContentLeft?: never;
|
|
446
|
+
hintPortal?: never;
|
|
435
447
|
} & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
|
|
436
448
|
_offset?: [number, number];
|
|
437
449
|
_checkboxAppearance?: string;
|
|
@@ -469,6 +481,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
469
481
|
hintOffset?: [number, number];
|
|
470
482
|
hintWidth?: string;
|
|
471
483
|
hintContentLeft?: React.ReactNode;
|
|
484
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
472
485
|
} & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
|
|
473
486
|
_offset?: [number, number];
|
|
474
487
|
_checkboxAppearance?: string;
|
|
@@ -506,6 +519,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
506
519
|
hintOffset?: never;
|
|
507
520
|
hintWidth?: never;
|
|
508
521
|
hintContentLeft?: never;
|
|
522
|
+
hintPortal?: never;
|
|
509
523
|
} & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
|
|
510
524
|
_offset?: [number, number];
|
|
511
525
|
_checkboxAppearance?: string;
|
|
@@ -543,6 +557,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
543
557
|
hintOffset?: [number, number];
|
|
544
558
|
hintWidth?: string;
|
|
545
559
|
hintContentLeft?: React.ReactNode;
|
|
560
|
+
hintPortal?: string | React.RefObject<HTMLElement | null>;
|
|
546
561
|
} & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
|
|
547
562
|
_offset?: [number, number];
|
|
548
563
|
_checkboxAppearance?: string;
|
|
@@ -580,6 +595,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
|
|
|
580
595
|
hintOffset?: never;
|
|
581
596
|
hintWidth?: never;
|
|
582
597
|
hintContentLeft?: never;
|
|
598
|
+
hintPortal?: never;
|
|
583
599
|
} & Omit<import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types.js").LabelProps, "label">> & {
|
|
584
600
|
_offset?: [number, number];
|
|
585
601
|
_checkboxAppearance?: string;
|
|
@@ -64,6 +64,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
64
64
|
hintOffset?: [number, number];
|
|
65
65
|
hintWidth?: string;
|
|
66
66
|
hintContentLeft?: import("react").ReactNode;
|
|
67
|
+
hintPortal?: string | import("react").RefObject<HTMLElement | null>;
|
|
67
68
|
} & {
|
|
68
69
|
chips?: never;
|
|
69
70
|
onChangeChips?: never;
|
|
@@ -102,6 +103,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
102
103
|
hintOffset?: [number, number];
|
|
103
104
|
hintWidth?: string;
|
|
104
105
|
hintContentLeft?: import("react").ReactNode;
|
|
106
|
+
hintPortal?: string | import("react").RefObject<HTMLElement | null>;
|
|
105
107
|
} & {
|
|
106
108
|
enumerationType: "chip";
|
|
107
109
|
onSearch?: never;
|
|
@@ -142,6 +144,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
142
144
|
hintOffset?: never;
|
|
143
145
|
hintWidth?: never;
|
|
144
146
|
hintContentLeft?: never;
|
|
147
|
+
hintPortal?: never;
|
|
145
148
|
} & {
|
|
146
149
|
chips?: never;
|
|
147
150
|
onChangeChips?: never;
|
|
@@ -180,6 +183,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
180
183
|
hintOffset?: never;
|
|
181
184
|
hintWidth?: never;
|
|
182
185
|
hintContentLeft?: never;
|
|
186
|
+
hintPortal?: never;
|
|
183
187
|
} & {
|
|
184
188
|
enumerationType: "chip";
|
|
185
189
|
onSearch?: never;
|
|
@@ -220,6 +224,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
220
224
|
hintOffset?: [number, number];
|
|
221
225
|
hintWidth?: string;
|
|
222
226
|
hintContentLeft?: import("react").ReactNode;
|
|
227
|
+
hintPortal?: string | import("react").RefObject<HTMLElement | null>;
|
|
223
228
|
} & {
|
|
224
229
|
chips?: never;
|
|
225
230
|
onChangeChips?: never;
|
|
@@ -258,6 +263,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
258
263
|
hintOffset?: [number, number];
|
|
259
264
|
hintWidth?: string;
|
|
260
265
|
hintContentLeft?: import("react").ReactNode;
|
|
266
|
+
hintPortal?: string | import("react").RefObject<HTMLElement | null>;
|
|
261
267
|
} & {
|
|
262
268
|
enumerationType: "chip";
|
|
263
269
|
onSearch?: never;
|
|
@@ -298,6 +304,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
298
304
|
hintOffset?: never;
|
|
299
305
|
hintWidth?: never;
|
|
300
306
|
hintContentLeft?: never;
|
|
307
|
+
hintPortal?: never;
|
|
301
308
|
} & {
|
|
302
309
|
chips?: never;
|
|
303
310
|
onChangeChips?: never;
|
|
@@ -336,6 +343,7 @@ export declare const TextField: import("react").FunctionComponent<import("@salut
|
|
|
336
343
|
hintOffset?: never;
|
|
337
344
|
hintWidth?: never;
|
|
338
345
|
hintContentLeft?: never;
|
|
346
|
+
hintPortal?: never;
|
|
339
347
|
} & {
|
|
340
348
|
enumerationType: "chip";
|
|
341
349
|
onSearch?: never;
|
|
@@ -66,6 +66,7 @@ export declare const TimePicker: import("react").FunctionComponent<import("@salu
|
|
|
66
66
|
hintOffset?: [number, number];
|
|
67
67
|
hintWidth?: string;
|
|
68
68
|
hintContentLeft?: import("react").ReactNode;
|
|
69
|
+
hintPortal?: string | import("react").RefObject<HTMLElement | null>;
|
|
69
70
|
} & import("@salutejs/plasma-new-hope/types/components/TimePicker/TimePicker.types.js").TimePickerPopoverProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "defaultValue"> & import("react").RefAttributes<HTMLDivElement>) | ({
|
|
70
71
|
dropdownAlign?: "left" | "right";
|
|
71
72
|
dropdownWidth?: "auto" | "fullWidth" | import("react").CSSProperties["width"];
|
|
@@ -111,4 +112,5 @@ export declare const TimePicker: import("react").FunctionComponent<import("@salu
|
|
|
111
112
|
hintOffset?: never;
|
|
112
113
|
hintWidth?: never;
|
|
113
114
|
hintContentLeft?: never;
|
|
115
|
+
hintPortal?: never;
|
|
114
116
|
} & import("@salutejs/plasma-new-hope/types/components/TimePicker/TimePicker.types.js").TimePickerPopoverProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "defaultValue"> & import("react").RefAttributes<HTMLDivElement>))>;
|