@salutejs/sdds-cs 0.327.0-canary.2191.17321424209.0 → 0.327.0-canary.2195.17430179093.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/components/Attach/Attach.d.ts +8 -0
- package/components/Autocomplete/Autocomplete.d.ts +48 -40
- package/components/Button/Button.config.js +4 -2
- package/components/Button/Button.d.ts +4 -0
- package/components/Calendar/CalendarBase.config.js +3 -2
- package/components/Calendar/CalendarDouble.config.js +3 -2
- package/components/Combobox/Combobox.d.ts +24 -24
- package/components/DatePicker/DatePicker.config.js +3 -2
- package/components/IconButton/IconButton.d.ts +2 -0
- package/components/Select/Select.d.ts +12 -12
- package/components/Tabs/TabItem.d.ts +2 -2
- package/components/Tabs/horizontal/HorizontalTabItem.config.js +3 -2
- package/components/Tabs/vertical/VerticalTabItem.config.js +3 -2
- package/emotion/cjs/components/Button/Button.config.js +4 -2
- package/emotion/cjs/components/Calendar/CalendarBase.config.js +3 -2
- package/emotion/cjs/components/Calendar/CalendarDouble.config.js +3 -2
- package/emotion/cjs/components/DatePicker/DatePicker.config.js +3 -2
- package/emotion/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js +3 -2
- package/emotion/cjs/components/Tabs/vertical/VerticalTabItem.config.js +3 -2
- package/emotion/es/components/Button/Button.config.js +4 -2
- package/emotion/es/components/Calendar/CalendarBase.config.js +3 -2
- package/emotion/es/components/Calendar/CalendarDouble.config.js +3 -2
- package/emotion/es/components/DatePicker/DatePicker.config.js +3 -2
- package/emotion/es/components/Tabs/horizontal/HorizontalTabItem.config.js +3 -2
- package/emotion/es/components/Tabs/vertical/VerticalTabItem.config.js +3 -2
- package/es/components/Button/Button.config.js +4 -2
- package/es/components/Calendar/CalendarBase.config.js +3 -2
- package/es/components/Calendar/CalendarDouble.config.js +3 -2
- package/es/components/DatePicker/DatePicker.config.js +3 -2
- package/es/components/Tabs/horizontal/HorizontalTabItem.config.js +3 -2
- package/es/components/Tabs/vertical/VerticalTabItem.config.js +3 -2
- package/package.json +8 -8
@@ -18,6 +18,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
18
18
|
text?: string;
|
19
19
|
contentLeft?: import("react").ReactNode;
|
20
20
|
contentPlacing?: "default" | "relaxed";
|
21
|
+
additionalContent?: import("react").ReactNode;
|
21
22
|
isLoading?: boolean;
|
22
23
|
loader?: import("react").ReactNode;
|
23
24
|
stretch?: boolean;
|
@@ -41,6 +42,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
41
42
|
text?: string;
|
42
43
|
contentLeft?: import("react").ReactNode;
|
43
44
|
contentPlacing?: "default" | "relaxed";
|
45
|
+
additionalContent?: import("react").ReactNode;
|
44
46
|
isLoading?: boolean;
|
45
47
|
loader?: import("react").ReactNode;
|
46
48
|
stretch?: boolean;
|
@@ -67,6 +69,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
67
69
|
text?: string;
|
68
70
|
contentLeft?: import("react").ReactNode;
|
69
71
|
contentPlacing?: "default" | "relaxed";
|
72
|
+
additionalContent?: import("react").ReactNode;
|
70
73
|
isLoading?: boolean;
|
71
74
|
loader?: import("react").ReactNode;
|
72
75
|
stretch?: boolean;
|
@@ -91,6 +94,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
91
94
|
text?: string;
|
92
95
|
contentLeft?: import("react").ReactNode;
|
93
96
|
contentPlacing?: "default" | "relaxed";
|
97
|
+
additionalContent?: import("react").ReactNode;
|
94
98
|
isLoading?: boolean;
|
95
99
|
loader?: import("react").ReactNode;
|
96
100
|
stretch?: boolean;
|
@@ -118,6 +122,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
118
122
|
text?: string;
|
119
123
|
contentLeft?: import("react").ReactNode;
|
120
124
|
contentPlacing?: "default" | "relaxed";
|
125
|
+
additionalContent?: import("react").ReactNode;
|
121
126
|
isLoading?: boolean;
|
122
127
|
loader?: import("react").ReactNode;
|
123
128
|
stretch?: boolean;
|
@@ -144,6 +149,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
144
149
|
text?: string;
|
145
150
|
contentLeft?: import("react").ReactNode;
|
146
151
|
contentPlacing?: "default" | "relaxed";
|
152
|
+
additionalContent?: import("react").ReactNode;
|
147
153
|
isLoading?: boolean;
|
148
154
|
loader?: import("react").ReactNode;
|
149
155
|
stretch?: boolean;
|
@@ -167,6 +173,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
167
173
|
text?: string;
|
168
174
|
contentLeft?: import("react").ReactNode;
|
169
175
|
contentPlacing?: "default" | "relaxed";
|
176
|
+
additionalContent?: import("react").ReactNode;
|
170
177
|
isLoading?: boolean;
|
171
178
|
loader?: import("react").ReactNode;
|
172
179
|
stretch?: boolean;
|
@@ -194,6 +201,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
194
201
|
text?: string;
|
195
202
|
contentLeft?: import("react").ReactNode;
|
196
203
|
contentPlacing?: "default" | "relaxed";
|
204
|
+
additionalContent?: import("react").ReactNode;
|
197
205
|
isLoading?: boolean;
|
198
206
|
loader?: import("react").ReactNode;
|
199
207
|
stretch?: boolean;
|
@@ -17,28 +17,29 @@ 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;
|
31
30
|
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
32
|
-
onScroll?: (e: React.UIEvent<
|
31
|
+
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
33
32
|
listMaxHeight?: string;
|
34
33
|
listWidth?: string;
|
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
|
+
flip?: boolean;
|
41
|
+
size?: string;
|
42
|
+
view?: string;
|
42
43
|
} & Omit<{
|
43
44
|
titleCaption?: import("react").ReactNode;
|
44
45
|
leftHelper?: import("react").ReactNode;
|
@@ -70,29 +71,30 @@ 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" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
74
|
-
size?: string;
|
75
|
-
view?: string;
|
74
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
76
75
|
labelPlacement?: string;
|
77
76
|
readOnly?: boolean;
|
78
77
|
disabled?: boolean;
|
79
78
|
portal?: string | React.RefObject<HTMLElement>;
|
80
79
|
zIndex?: import("react").CSSProperties["zIndex"];
|
81
80
|
value?: string;
|
81
|
+
defaultValue?: string;
|
82
82
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
83
83
|
threshold?: number;
|
84
84
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
85
85
|
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
86
|
-
onScroll?: (e: React.UIEvent<
|
86
|
+
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
87
87
|
listMaxHeight?: string;
|
88
88
|
listWidth?: string;
|
89
89
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
90
90
|
renderListEnd?: () => import("react").ReactNode;
|
91
91
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
92
|
-
defaultValue?: string;
|
93
92
|
beforeList?: import("react").ReactNode;
|
94
93
|
afterList?: import("react").ReactNode;
|
95
94
|
virtual?: boolean;
|
95
|
+
flip?: boolean;
|
96
|
+
size?: string;
|
97
|
+
view?: string;
|
96
98
|
} & Omit<{
|
97
99
|
titleCaption?: import("react").ReactNode;
|
98
100
|
leftHelper?: import("react").ReactNode;
|
@@ -126,29 +128,30 @@ 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" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
130
|
-
size?: string;
|
131
|
-
view?: string;
|
131
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
132
132
|
labelPlacement?: string;
|
133
133
|
readOnly?: boolean;
|
134
134
|
disabled?: boolean;
|
135
135
|
portal?: string | React.RefObject<HTMLElement>;
|
136
136
|
zIndex?: import("react").CSSProperties["zIndex"];
|
137
137
|
value?: string;
|
138
|
+
defaultValue?: string;
|
138
139
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
139
140
|
threshold?: number;
|
140
141
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
141
142
|
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
142
|
-
onScroll?: (e: React.UIEvent<
|
143
|
+
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
143
144
|
listMaxHeight?: string;
|
144
145
|
listWidth?: string;
|
145
146
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
146
147
|
renderListEnd?: () => import("react").ReactNode;
|
147
148
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
148
|
-
defaultValue?: string;
|
149
149
|
beforeList?: import("react").ReactNode;
|
150
150
|
afterList?: import("react").ReactNode;
|
151
151
|
virtual?: boolean;
|
152
|
+
flip?: boolean;
|
153
|
+
size?: string;
|
154
|
+
view?: string;
|
152
155
|
} & Omit<{
|
153
156
|
titleCaption?: import("react").ReactNode;
|
154
157
|
leftHelper?: import("react").ReactNode;
|
@@ -180,29 +183,30 @@ 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" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
184
|
-
size?: string;
|
185
|
-
view?: string;
|
186
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
186
187
|
labelPlacement?: string;
|
187
188
|
readOnly?: boolean;
|
188
189
|
disabled?: boolean;
|
189
190
|
portal?: string | React.RefObject<HTMLElement>;
|
190
191
|
zIndex?: import("react").CSSProperties["zIndex"];
|
191
192
|
value?: string;
|
193
|
+
defaultValue?: string;
|
192
194
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
193
195
|
threshold?: number;
|
194
196
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
195
197
|
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
196
|
-
onScroll?: (e: React.UIEvent<
|
198
|
+
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
197
199
|
listMaxHeight?: string;
|
198
200
|
listWidth?: string;
|
199
201
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
200
202
|
renderListEnd?: () => import("react").ReactNode;
|
201
203
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
202
|
-
defaultValue?: string;
|
203
204
|
beforeList?: import("react").ReactNode;
|
204
205
|
afterList?: import("react").ReactNode;
|
205
206
|
virtual?: boolean;
|
207
|
+
flip?: boolean;
|
208
|
+
size?: string;
|
209
|
+
view?: string;
|
206
210
|
} & Omit<{
|
207
211
|
titleCaption?: import("react").ReactNode;
|
208
212
|
leftHelper?: import("react").ReactNode;
|
@@ -236,29 +240,30 @@ 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" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
240
|
-
size?: string;
|
241
|
-
view?: string;
|
243
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
242
244
|
labelPlacement?: string;
|
243
245
|
readOnly?: boolean;
|
244
246
|
disabled?: boolean;
|
245
247
|
portal?: string | React.RefObject<HTMLElement>;
|
246
248
|
zIndex?: import("react").CSSProperties["zIndex"];
|
247
249
|
value?: string;
|
250
|
+
defaultValue?: string;
|
248
251
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
249
252
|
threshold?: number;
|
250
253
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
251
254
|
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
252
|
-
onScroll?: (e: React.UIEvent<
|
255
|
+
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
253
256
|
listMaxHeight?: string;
|
254
257
|
listWidth?: string;
|
255
258
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
256
259
|
renderListEnd?: () => import("react").ReactNode;
|
257
260
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
258
|
-
defaultValue?: string;
|
259
261
|
beforeList?: import("react").ReactNode;
|
260
262
|
afterList?: import("react").ReactNode;
|
261
263
|
virtual?: boolean;
|
264
|
+
flip?: boolean;
|
265
|
+
size?: string;
|
266
|
+
view?: string;
|
262
267
|
} & Omit<{
|
263
268
|
titleCaption?: import("react").ReactNode;
|
264
269
|
leftHelper?: import("react").ReactNode;
|
@@ -290,29 +295,30 @@ 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" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
294
|
-
size?: string;
|
295
|
-
view?: string;
|
298
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
296
299
|
labelPlacement?: string;
|
297
300
|
readOnly?: boolean;
|
298
301
|
disabled?: boolean;
|
299
302
|
portal?: string | React.RefObject<HTMLElement>;
|
300
303
|
zIndex?: import("react").CSSProperties["zIndex"];
|
301
304
|
value?: string;
|
305
|
+
defaultValue?: string;
|
302
306
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
303
307
|
threshold?: number;
|
304
308
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
305
309
|
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
306
|
-
onScroll?: (e: React.UIEvent<
|
310
|
+
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
307
311
|
listMaxHeight?: string;
|
308
312
|
listWidth?: string;
|
309
313
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
310
314
|
renderListEnd?: () => import("react").ReactNode;
|
311
315
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
312
|
-
defaultValue?: string;
|
313
316
|
beforeList?: import("react").ReactNode;
|
314
317
|
afterList?: import("react").ReactNode;
|
315
318
|
virtual?: boolean;
|
319
|
+
flip?: boolean;
|
320
|
+
size?: string;
|
321
|
+
view?: string;
|
316
322
|
} & Omit<{
|
317
323
|
titleCaption?: import("react").ReactNode;
|
318
324
|
leftHelper?: import("react").ReactNode;
|
@@ -346,29 +352,30 @@ 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" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
350
|
-
size?: string;
|
351
|
-
view?: string;
|
355
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
352
356
|
labelPlacement?: string;
|
353
357
|
readOnly?: boolean;
|
354
358
|
disabled?: boolean;
|
355
359
|
portal?: string | React.RefObject<HTMLElement>;
|
356
360
|
zIndex?: import("react").CSSProperties["zIndex"];
|
357
361
|
value?: string;
|
362
|
+
defaultValue?: string;
|
358
363
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
359
364
|
threshold?: number;
|
360
365
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
361
366
|
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
362
|
-
onScroll?: (e: React.UIEvent<
|
367
|
+
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
363
368
|
listMaxHeight?: string;
|
364
369
|
listWidth?: string;
|
365
370
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
366
371
|
renderListEnd?: () => import("react").ReactNode;
|
367
372
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
368
|
-
defaultValue?: string;
|
369
373
|
beforeList?: import("react").ReactNode;
|
370
374
|
afterList?: import("react").ReactNode;
|
371
375
|
virtual?: boolean;
|
376
|
+
flip?: boolean;
|
377
|
+
size?: string;
|
378
|
+
view?: string;
|
372
379
|
} & Omit<{
|
373
380
|
titleCaption?: import("react").ReactNode;
|
374
381
|
leftHelper?: import("react").ReactNode;
|
@@ -400,29 +407,30 @@ 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" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
404
|
-
size?: string;
|
405
|
-
view?: string;
|
410
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>) | ({
|
406
411
|
labelPlacement?: string;
|
407
412
|
readOnly?: boolean;
|
408
413
|
disabled?: boolean;
|
409
414
|
portal?: string | React.RefObject<HTMLElement>;
|
410
415
|
zIndex?: import("react").CSSProperties["zIndex"];
|
411
416
|
value?: string;
|
417
|
+
defaultValue?: string;
|
412
418
|
suggestions?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[];
|
413
419
|
threshold?: number;
|
414
420
|
filter?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => boolean;
|
415
421
|
onSuggestionSelect?: (data: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => void;
|
416
|
-
onScroll?: (e: React.UIEvent<
|
422
|
+
onScroll?: (e: React.UIEvent<HTMLElement>) => void;
|
417
423
|
listMaxHeight?: string;
|
418
424
|
listWidth?: string;
|
419
425
|
renderList?: (data?: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType[]) => import("react").ReactNode;
|
420
426
|
renderListEnd?: () => import("react").ReactNode;
|
421
427
|
renderItem?: (item: import("@salutejs/plasma-new-hope/styled-components").SuggestionItemType) => React.ReactNode;
|
422
|
-
defaultValue?: string;
|
423
428
|
beforeList?: import("react").ReactNode;
|
424
429
|
afterList?: import("react").ReactNode;
|
425
430
|
virtual?: boolean;
|
431
|
+
flip?: boolean;
|
432
|
+
size?: string;
|
433
|
+
view?: string;
|
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" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
|
467
|
+
}, "labelPlacement" | "chips" | "onChangeChips" | "enumerationType" | "chipType" | "chipView" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "defaultValue" | "value" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
|
@@ -113,7 +113,9 @@ function _templateObject4() {
|
|
113
113
|
": inherit;\n\n ",
|
114
114
|
": 0 0.25rem 0 0;\n ",
|
115
115
|
": 0 0 0 0.25rem;\n ",
|
116
|
-
": 0 0 0 0.25rem;\n
|
116
|
+
": 0 0 0 0.25rem;\n ",
|
117
|
+
": 0 0 0 0.25rem;\n ",
|
118
|
+
": 0.25rem;\n "
|
117
119
|
]);
|
118
120
|
_templateObject4 = function _templateObject() {
|
119
121
|
return data;
|
@@ -171,7 +173,7 @@ var config = {
|
|
171
173
|
},
|
172
174
|
size: {
|
173
175
|
s: (0, _styledcomponents.css)(_templateObject3(), _styledcomponents.buttonTokens.buttonHeight, _styledcomponents.buttonTokens.buttonWidth, _styledcomponents.buttonTokens.buttonPadding, _styledcomponents.buttonTokens.buttonRadius, _styledcomponents.buttonTokens.buttonFontFamily, _styledcomponents.buttonTokens.buttonFontSize, _styledcomponents.buttonTokens.buttonFontStyle, _styledcomponents.buttonTokens.buttonFontWeight, _styledcomponents.buttonTokens.buttonLetterSpacing, _styledcomponents.buttonTokens.buttonLineHeight, _styledcomponents.buttonTokens.buttonSpinnerSize, _styledcomponents.buttonTokens.buttonSpinnerColor, _styledcomponents.buttonTokens.buttonLeftContentMargin, _styledcomponents.buttonTokens.buttonRightContentMargin, _styledcomponents.buttonTokens.buttonValueMargin),
|
174
|
-
sr: (0, _styledcomponents.css)(_templateObject4(), _styledcomponents.buttonTokens.buttonHeight, _styledcomponents.buttonTokens.buttonWidth, _styledcomponents.buttonTokens.buttonFontFamily, _styledcomponents.buttonTokens.buttonFontSize, _styledcomponents.buttonTokens.buttonFontStyle, _styledcomponents.buttonTokens.buttonFontWeight, _styledcomponents.buttonTokens.buttonLetterSpacing, _styledcomponents.buttonTokens.buttonLineHeight, _styledcomponents.buttonTokens.buttonSpinnerSize, _styledcomponents.buttonTokens.buttonSpinnerColor, _styledcomponents.buttonTokens.buttonLeftContentMargin, _styledcomponents.buttonTokens.buttonRightContentMargin, _styledcomponents.buttonTokens.buttonValueMargin)
|
176
|
+
sr: (0, _styledcomponents.css)(_templateObject4(), _styledcomponents.buttonTokens.buttonHeight, _styledcomponents.buttonTokens.buttonWidth, _styledcomponents.buttonTokens.buttonFontFamily, _styledcomponents.buttonTokens.buttonFontSize, _styledcomponents.buttonTokens.buttonFontStyle, _styledcomponents.buttonTokens.buttonFontWeight, _styledcomponents.buttonTokens.buttonLetterSpacing, _styledcomponents.buttonTokens.buttonLineHeight, _styledcomponents.buttonTokens.buttonSpinnerSize, _styledcomponents.buttonTokens.buttonSpinnerColor, _styledcomponents.buttonTokens.buttonLeftContentMargin, _styledcomponents.buttonTokens.buttonRightContentMargin, _styledcomponents.buttonTokens.buttonValueMargin, _styledcomponents.buttonTokens.buttonAdditionalContentMargin, _styledcomponents.buttonTokens.buttonAdditionalContentMarginRightWidthValue)
|
175
177
|
},
|
176
178
|
focused: {
|
177
179
|
true: (0, _styledcomponents.css)(_templateObject5(), _styledcomponents.buttonTokens.buttonFocusColor)
|
@@ -21,6 +21,7 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
|
|
21
21
|
text?: string;
|
22
22
|
contentLeft?: React.ReactNode;
|
23
23
|
contentPlacing?: "default" | "relaxed";
|
24
|
+
additionalContent?: React.ReactNode;
|
24
25
|
isLoading?: boolean;
|
25
26
|
loader?: React.ReactNode;
|
26
27
|
stretch?: boolean;
|
@@ -42,6 +43,7 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
|
|
42
43
|
text?: string;
|
43
44
|
contentLeft?: React.ReactNode;
|
44
45
|
contentPlacing?: "default" | "relaxed";
|
46
|
+
additionalContent?: React.ReactNode;
|
45
47
|
isLoading?: boolean;
|
46
48
|
loader?: React.ReactNode;
|
47
49
|
stretch?: boolean;
|
@@ -86,6 +88,7 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
|
|
86
88
|
text?: string;
|
87
89
|
contentLeft?: React.ReactNode;
|
88
90
|
contentPlacing?: "default" | "relaxed";
|
91
|
+
additionalContent?: React.ReactNode;
|
89
92
|
isLoading?: boolean;
|
90
93
|
loader?: React.ReactNode;
|
91
94
|
stretch?: boolean;
|
@@ -125,6 +128,7 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
|
|
125
128
|
text?: string;
|
126
129
|
contentLeft?: React.ReactNode;
|
127
130
|
contentPlacing?: "default" | "relaxed";
|
131
|
+
additionalContent?: React.ReactNode;
|
128
132
|
isLoading?: boolean;
|
129
133
|
loader?: React.ReactNode;
|
130
134
|
stretch?: boolean;
|
@@ -97,7 +97,8 @@ function _templateObject1() {
|
|
97
97
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
98
98
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
99
99
|
": 0.125rem;\n\n ",
|
100
|
-
": 0.5rem;\n
|
100
|
+
": 0.5rem;\n ",
|
101
|
+
": 1.5rem;\n\n ",
|
101
102
|
": 0 0 0 0.5rem;\n ",
|
102
103
|
": 0.25rem;\n\n ",
|
103
104
|
": var(--plasma-typo-body-m-bold-font-family);\n ",
|
@@ -127,7 +128,7 @@ var config = {
|
|
127
128
|
default: (0, _styledcomponents.css)(_templateObject(), _styledcomponents.calendarBaseTokens.calendarSelectedItemBackground, _styledcomponents.calendarBaseTokens.calendarSelectedItemColor, _styledcomponents.calendarBaseTokens.calendarSelectableItemBackgroundHover, _styledcomponents.calendarBaseTokens.calendarCurrentItemBorderColor, _styledcomponents.calendarBaseTokens.calendarCurrentItemBackgroundHover, _styledcomponents.calendarBaseTokens.calendarCurrentItemColorHover, _styledcomponents.calendarBaseTokens.calendarCurrentItemChildBackgroundHover, _styledcomponents.calendarBaseTokens.calendarActiveItemBackground, _styledcomponents.calendarBaseTokens.calendarActiveItemColor, _styledcomponents.calendarBaseTokens.calendarHoveredItemBackground, _styledcomponents.calendarBaseTokens.calendarHoveredItemColor, _styledcomponents.calendarBaseTokens.calendarRangeBackground, _styledcomponents.calendarBaseTokens.calendarOutlineFocusColor, _styledcomponents.calendarBaseTokens.calendarContentPrimaryColor, _styledcomponents.calendarBaseTokens.calendarContentPrimaryDisabledColor, _styledcomponents.calendarBaseTokens.calendarContentSecondaryColor, _styledcomponents.calendarBaseTokens.calendarContentSecondaryDisabledColor, _styledcomponents.calendarBaseTokens.calendarDayOfWeekColor, _styledcomponents.calendarBaseTokens.calendarHeaderArrowColor, _styledcomponents.calendarBaseTokens.calendarDisabledOpacity, _styledcomponents.calendarBaseTokens.iconButtonColor, _styledcomponents.calendarBaseTokens.iconButtonBackgroundColor, _styledcomponents.calendarBaseTokens.iconButtonColorHover, _styledcomponents.calendarBaseTokens.iconButtonBackgroundColorHover, _styledcomponents.calendarBaseTokens.iconButtonColorActive, _styledcomponents.calendarBaseTokens.iconButtonBackgroundColorActive, _styledcomponents.calendarBaseTokens.iconButtonFocusColor)
|
128
129
|
},
|
129
130
|
size: {
|
130
|
-
s: (0, _styledcomponents.css)(_templateObject1(), _styledcomponents.calendarBaseTokens.calendarContainerWidth, _styledcomponents.calendarBaseTokens.calendarContainerHeight, _styledcomponents.calendarBaseTokens.calendarYearsPadding, _styledcomponents.calendarBaseTokens.calendarYearItemBorderRadius, _styledcomponents.calendarBaseTokens.calendarYearFontFamily, _styledcomponents.calendarBaseTokens.calendarYearFontSize, _styledcomponents.calendarBaseTokens.calendarYearFontStyle, _styledcomponents.calendarBaseTokens.calendarYearFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarYearFontLineHeight, _styledcomponents.calendarBaseTokens.calendarYearFontWeight, _styledcomponents.calendarBaseTokens.calendarYearSelectedFontWeight, _styledcomponents.calendarBaseTokens.calendarQuartersPadding, _styledcomponents.calendarBaseTokens.calendarQuarterItemBorderRadius, _styledcomponents.calendarBaseTokens.calendarQuarterFontFamily, _styledcomponents.calendarBaseTokens.calendarQuarterFontSize, _styledcomponents.calendarBaseTokens.calendarQuarterFontStyle, _styledcomponents.calendarBaseTokens.calendarQuarterFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarQuarterFontLineHeight, _styledcomponents.calendarBaseTokens.calendarQuarterFontWeight, _styledcomponents.calendarBaseTokens.calendarQuarterSelectedFontWeight, _styledcomponents.calendarBaseTokens.calendarMonthsPadding, _styledcomponents.calendarBaseTokens.calendarMonthItemBorderRadius, _styledcomponents.calendarBaseTokens.calendarMonthFontFamily, _styledcomponents.calendarBaseTokens.calendarMonthFontSize, _styledcomponents.calendarBaseTokens.calendarMonthFontStyle, _styledcomponents.calendarBaseTokens.calendarMonthFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarMonthFontLineHeight, _styledcomponents.calendarBaseTokens.calendarMonthFontWeight, _styledcomponents.calendarBaseTokens.calendarMonthSelectedFontWeight, _styledcomponents.calendarBaseTokens.calendarDaysPadding, _styledcomponents.calendarBaseTokens.calendarDayItemBorderRadius, _styledcomponents.calendarBaseTokens.calendarDayFontFamily, _styledcomponents.calendarBaseTokens.calendarDayFontSize, _styledcomponents.calendarBaseTokens.calendarDayFontStyle, _styledcomponents.calendarBaseTokens.calendarDayFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarDayFontLineHeight, _styledcomponents.calendarBaseTokens.calendarDayFontWeight, _styledcomponents.calendarBaseTokens.calendarDaySelectedFontWeight, _styledcomponents.calendarBaseTokens.calendarCurrentItemBorderWidth, _styledcomponents.calendarBaseTokens.calendarHeaderArrowGap, _styledcomponents.calendarBaseTokens.calendarHeaderPadding, _styledcomponents.calendarBaseTokens.calendarHeaderDateGap, _styledcomponents.calendarBaseTokens.calendarHeaderFontFamily, _styledcomponents.calendarBaseTokens.calendarHeaderFontSize, _styledcomponents.calendarBaseTokens.calendarHeaderFontStyle, _styledcomponents.calendarBaseTokens.calendarHeaderFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarHeaderFontLineHeight, _styledcomponents.calendarBaseTokens.calendarHeaderFontWeight, _styledcomponents.calendarBaseTokens.calendarHeaderFontWeightBold, _styledcomponents.calendarBaseTokens.iconButtonHeight, _styledcomponents.calendarBaseTokens.iconButtonWidth, _styledcomponents.calendarBaseTokens.iconButtonPadding, _styledcomponents.calendarBaseTokens.iconButtonRadius)
|
131
|
+
s: (0, _styledcomponents.css)(_templateObject1(), _styledcomponents.calendarBaseTokens.calendarContainerWidth, _styledcomponents.calendarBaseTokens.calendarContainerHeight, _styledcomponents.calendarBaseTokens.calendarYearsPadding, _styledcomponents.calendarBaseTokens.calendarYearItemBorderRadius, _styledcomponents.calendarBaseTokens.calendarYearFontFamily, _styledcomponents.calendarBaseTokens.calendarYearFontSize, _styledcomponents.calendarBaseTokens.calendarYearFontStyle, _styledcomponents.calendarBaseTokens.calendarYearFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarYearFontLineHeight, _styledcomponents.calendarBaseTokens.calendarYearFontWeight, _styledcomponents.calendarBaseTokens.calendarYearSelectedFontWeight, _styledcomponents.calendarBaseTokens.calendarQuartersPadding, _styledcomponents.calendarBaseTokens.calendarQuarterItemBorderRadius, _styledcomponents.calendarBaseTokens.calendarQuarterFontFamily, _styledcomponents.calendarBaseTokens.calendarQuarterFontSize, _styledcomponents.calendarBaseTokens.calendarQuarterFontStyle, _styledcomponents.calendarBaseTokens.calendarQuarterFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarQuarterFontLineHeight, _styledcomponents.calendarBaseTokens.calendarQuarterFontWeight, _styledcomponents.calendarBaseTokens.calendarQuarterSelectedFontWeight, _styledcomponents.calendarBaseTokens.calendarMonthsPadding, _styledcomponents.calendarBaseTokens.calendarMonthItemBorderRadius, _styledcomponents.calendarBaseTokens.calendarMonthFontFamily, _styledcomponents.calendarBaseTokens.calendarMonthFontSize, _styledcomponents.calendarBaseTokens.calendarMonthFontStyle, _styledcomponents.calendarBaseTokens.calendarMonthFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarMonthFontLineHeight, _styledcomponents.calendarBaseTokens.calendarMonthFontWeight, _styledcomponents.calendarBaseTokens.calendarMonthSelectedFontWeight, _styledcomponents.calendarBaseTokens.calendarDaysPadding, _styledcomponents.calendarBaseTokens.calendarDayItemBorderRadius, _styledcomponents.calendarBaseTokens.calendarDayFontFamily, _styledcomponents.calendarBaseTokens.calendarDayFontSize, _styledcomponents.calendarBaseTokens.calendarDayFontStyle, _styledcomponents.calendarBaseTokens.calendarDayFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarDayFontLineHeight, _styledcomponents.calendarBaseTokens.calendarDayFontWeight, _styledcomponents.calendarBaseTokens.calendarDaySelectedFontWeight, _styledcomponents.calendarBaseTokens.calendarCurrentItemBorderWidth, _styledcomponents.calendarBaseTokens.calendarHeaderArrowGap, _styledcomponents.calendarBaseTokens.calendarArrowHeaderCustomSize, _styledcomponents.calendarBaseTokens.calendarHeaderPadding, _styledcomponents.calendarBaseTokens.calendarHeaderDateGap, _styledcomponents.calendarBaseTokens.calendarHeaderFontFamily, _styledcomponents.calendarBaseTokens.calendarHeaderFontSize, _styledcomponents.calendarBaseTokens.calendarHeaderFontStyle, _styledcomponents.calendarBaseTokens.calendarHeaderFontLetterSpacing, _styledcomponents.calendarBaseTokens.calendarHeaderFontLineHeight, _styledcomponents.calendarBaseTokens.calendarHeaderFontWeight, _styledcomponents.calendarBaseTokens.calendarHeaderFontWeightBold, _styledcomponents.calendarBaseTokens.iconButtonHeight, _styledcomponents.calendarBaseTokens.iconButtonWidth, _styledcomponents.calendarBaseTokens.iconButtonPadding, _styledcomponents.calendarBaseTokens.iconButtonRadius)
|
131
132
|
}
|
132
133
|
}
|
133
134
|
};
|
@@ -96,7 +96,8 @@ function _templateObject1() {
|
|
96
96
|
": var(--plasma-typo-body-s-font-weight);\n ",
|
97
97
|
": var(--plasma-typo-body-s-bold-font-weight);\n\n ",
|
98
98
|
": 0.125rem;\n\n ",
|
99
|
-
": 0.5rem;\n
|
99
|
+
": 0.5rem;\n ",
|
100
|
+
": 1.5rem;\n\n ",
|
100
101
|
": 0.5rem 0 0 0;\n ",
|
101
102
|
": 0 0 0 0.5rem;\n ",
|
102
103
|
": 0.25rem;\n\n ",
|
@@ -127,7 +128,7 @@ var config = {
|
|
127
128
|
default: (0, _styledcomponents.css)(_templateObject(), _styledcomponents.calendarDoubleTokens.calendarSelectedItemBackground, _styledcomponents.calendarDoubleTokens.calendarSelectedItemColor, _styledcomponents.calendarDoubleTokens.calendarSelectableItemBackgroundHover, _styledcomponents.calendarDoubleTokens.calendarCurrentItemBorderColor, _styledcomponents.calendarDoubleTokens.calendarCurrentItemBackgroundHover, _styledcomponents.calendarDoubleTokens.calendarCurrentItemColorHover, _styledcomponents.calendarDoubleTokens.calendarCurrentItemChildBackgroundHover, _styledcomponents.calendarDoubleTokens.calendarActiveItemBackground, _styledcomponents.calendarDoubleTokens.calendarActiveItemColor, _styledcomponents.calendarDoubleTokens.calendarHoveredItemBackground, _styledcomponents.calendarDoubleTokens.calendarHoveredItemColor, _styledcomponents.calendarDoubleTokens.calendarRangeBackground, _styledcomponents.calendarDoubleTokens.calendarOutlineFocusColor, _styledcomponents.calendarDoubleTokens.calendarContentPrimaryColor, _styledcomponents.calendarDoubleTokens.calendarContentPrimaryDisabledColor, _styledcomponents.calendarDoubleTokens.calendarContentSecondaryColor, _styledcomponents.calendarDoubleTokens.calendarContentSecondaryDisabledColor, _styledcomponents.calendarDoubleTokens.calendarDayOfWeekColor, _styledcomponents.calendarDoubleTokens.calendarHeaderArrowColor, _styledcomponents.calendarDoubleTokens.calendarDisabledOpacity, _styledcomponents.calendarDoubleTokens.iconButtonColor, _styledcomponents.calendarDoubleTokens.iconButtonBackgroundColor, _styledcomponents.calendarDoubleTokens.iconButtonColorHover, _styledcomponents.calendarDoubleTokens.iconButtonBackgroundColorHover, _styledcomponents.calendarDoubleTokens.iconButtonColorActive, _styledcomponents.calendarDoubleTokens.iconButtonBackgroundColorActive, _styledcomponents.calendarDoubleTokens.iconButtonFocusColor)
|
128
129
|
},
|
129
130
|
size: {
|
130
|
-
s: (0, _styledcomponents.css)(_templateObject1(), _styledcomponents.calendarDoubleTokens.calendarContainerWidth, _styledcomponents.calendarDoubleTokens.calendarContainerHeight, _styledcomponents.calendarDoubleTokens.calendarYearsPadding, _styledcomponents.calendarDoubleTokens.calendarYearItemBorderRadius, _styledcomponents.calendarDoubleTokens.calendarYearFontFamily, _styledcomponents.calendarDoubleTokens.calendarYearFontSize, _styledcomponents.calendarDoubleTokens.calendarYearFontStyle, _styledcomponents.calendarDoubleTokens.calendarYearFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarYearFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarYearFontWeight, _styledcomponents.calendarDoubleTokens.calendarYearSelectedFontWeight, _styledcomponents.calendarDoubleTokens.calendarQuartersPadding, _styledcomponents.calendarDoubleTokens.calendarQuarterItemBorderRadius, _styledcomponents.calendarDoubleTokens.calendarQuarterFontFamily, _styledcomponents.calendarDoubleTokens.calendarQuarterFontSize, _styledcomponents.calendarDoubleTokens.calendarQuarterFontStyle, _styledcomponents.calendarDoubleTokens.calendarQuarterFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarQuarterFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarQuarterFontWeight, _styledcomponents.calendarDoubleTokens.calendarQuarterSelectedFontWeight, _styledcomponents.calendarDoubleTokens.calendarMonthsPadding, _styledcomponents.calendarDoubleTokens.calendarMonthItemBorderRadius, _styledcomponents.calendarDoubleTokens.calendarMonthFontFamily, _styledcomponents.calendarDoubleTokens.calendarMonthFontSize, _styledcomponents.calendarDoubleTokens.calendarMonthFontStyle, _styledcomponents.calendarDoubleTokens.calendarMonthFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarMonthFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarMonthFontWeight, _styledcomponents.calendarDoubleTokens.calendarMonthSelectedFontWeight, _styledcomponents.calendarDoubleTokens.calendarDayItemBorderRadius, _styledcomponents.calendarDoubleTokens.calendarDayFontFamily, _styledcomponents.calendarDoubleTokens.calendarDayFontSize, _styledcomponents.calendarDoubleTokens.calendarDayFontStyle, _styledcomponents.calendarDoubleTokens.calendarDayFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarDayFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarDayFontWeight, _styledcomponents.calendarDoubleTokens.calendarDaySelectedFontWeight, _styledcomponents.calendarDoubleTokens.calendarCurrentItemBorderWidth, _styledcomponents.calendarDoubleTokens.calendarHeaderArrowGap, _styledcomponents.calendarDoubleTokens.calendarDaysPadding, _styledcomponents.calendarDoubleTokens.calendarHeaderPadding, _styledcomponents.calendarDoubleTokens.calendarHeaderDateGap, _styledcomponents.calendarDoubleTokens.calendarHeaderFontFamily, _styledcomponents.calendarDoubleTokens.calendarHeaderFontSize, _styledcomponents.calendarDoubleTokens.calendarHeaderFontStyle, _styledcomponents.calendarDoubleTokens.calendarHeaderFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarHeaderFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarHeaderFontWeight, _styledcomponents.calendarDoubleTokens.calendarHeaderFontWeightBold, _styledcomponents.calendarDoubleTokens.iconButtonHeight, _styledcomponents.calendarDoubleTokens.iconButtonWidth, _styledcomponents.calendarDoubleTokens.iconButtonPadding, _styledcomponents.calendarDoubleTokens.iconButtonRadius)
|
131
|
+
s: (0, _styledcomponents.css)(_templateObject1(), _styledcomponents.calendarDoubleTokens.calendarContainerWidth, _styledcomponents.calendarDoubleTokens.calendarContainerHeight, _styledcomponents.calendarDoubleTokens.calendarYearsPadding, _styledcomponents.calendarDoubleTokens.calendarYearItemBorderRadius, _styledcomponents.calendarDoubleTokens.calendarYearFontFamily, _styledcomponents.calendarDoubleTokens.calendarYearFontSize, _styledcomponents.calendarDoubleTokens.calendarYearFontStyle, _styledcomponents.calendarDoubleTokens.calendarYearFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarYearFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarYearFontWeight, _styledcomponents.calendarDoubleTokens.calendarYearSelectedFontWeight, _styledcomponents.calendarDoubleTokens.calendarQuartersPadding, _styledcomponents.calendarDoubleTokens.calendarQuarterItemBorderRadius, _styledcomponents.calendarDoubleTokens.calendarQuarterFontFamily, _styledcomponents.calendarDoubleTokens.calendarQuarterFontSize, _styledcomponents.calendarDoubleTokens.calendarQuarterFontStyle, _styledcomponents.calendarDoubleTokens.calendarQuarterFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarQuarterFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarQuarterFontWeight, _styledcomponents.calendarDoubleTokens.calendarQuarterSelectedFontWeight, _styledcomponents.calendarDoubleTokens.calendarMonthsPadding, _styledcomponents.calendarDoubleTokens.calendarMonthItemBorderRadius, _styledcomponents.calendarDoubleTokens.calendarMonthFontFamily, _styledcomponents.calendarDoubleTokens.calendarMonthFontSize, _styledcomponents.calendarDoubleTokens.calendarMonthFontStyle, _styledcomponents.calendarDoubleTokens.calendarMonthFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarMonthFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarMonthFontWeight, _styledcomponents.calendarDoubleTokens.calendarMonthSelectedFontWeight, _styledcomponents.calendarDoubleTokens.calendarDayItemBorderRadius, _styledcomponents.calendarDoubleTokens.calendarDayFontFamily, _styledcomponents.calendarDoubleTokens.calendarDayFontSize, _styledcomponents.calendarDoubleTokens.calendarDayFontStyle, _styledcomponents.calendarDoubleTokens.calendarDayFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarDayFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarDayFontWeight, _styledcomponents.calendarDoubleTokens.calendarDaySelectedFontWeight, _styledcomponents.calendarDoubleTokens.calendarCurrentItemBorderWidth, _styledcomponents.calendarDoubleTokens.calendarHeaderArrowGap, _styledcomponents.calendarDoubleTokens.calendarArrowHeaderCustomSize, _styledcomponents.calendarDoubleTokens.calendarDaysPadding, _styledcomponents.calendarDoubleTokens.calendarHeaderPadding, _styledcomponents.calendarDoubleTokens.calendarHeaderDateGap, _styledcomponents.calendarDoubleTokens.calendarHeaderFontFamily, _styledcomponents.calendarDoubleTokens.calendarHeaderFontSize, _styledcomponents.calendarDoubleTokens.calendarHeaderFontStyle, _styledcomponents.calendarDoubleTokens.calendarHeaderFontLetterSpacing, _styledcomponents.calendarDoubleTokens.calendarHeaderFontLineHeight, _styledcomponents.calendarDoubleTokens.calendarHeaderFontWeight, _styledcomponents.calendarDoubleTokens.calendarHeaderFontWeightBold, _styledcomponents.calendarDoubleTokens.iconButtonHeight, _styledcomponents.calendarDoubleTokens.iconButtonWidth, _styledcomponents.calendarDoubleTokens.iconButtonPadding, _styledcomponents.calendarDoubleTokens.iconButtonRadius)
|
131
132
|
}
|
132
133
|
}
|
133
134
|
};
|