@namba_one/ui-kit-2 1.0.115 → 1.0.117
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/index.d.ts +698 -88
- package/dist/index.es.js +7893 -7081
- package/dist/index.umd.js +13 -13
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -31,13 +31,19 @@ import { WatchStopHandle } from 'vue';
|
|
|
31
31
|
|
|
32
32
|
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
33
33
|
|
|
34
|
-
declare const __VLS_component_10: DefineComponent<
|
|
34
|
+
declare const __VLS_component_10: DefineComponent<LinkProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
35
|
+
click: () => any;
|
|
36
|
+
}, string, PublicProps, Readonly<LinkProps> & Readonly<{
|
|
37
|
+
onClick?: (() => any) | undefined;
|
|
38
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
35
39
|
|
|
36
|
-
declare const __VLS_component_11: DefineComponent<
|
|
40
|
+
declare const __VLS_component_11: DefineComponent<ResponseBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ResponseBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
37
41
|
|
|
38
|
-
declare const __VLS_component_12: DefineComponent<
|
|
42
|
+
declare const __VLS_component_12: DefineComponent<EmptyResponseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<EmptyResponseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
39
43
|
|
|
40
|
-
declare const __VLS_component_13: DefineComponent<
|
|
44
|
+
declare const __VLS_component_13: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
|
|
45
|
+
|
|
46
|
+
declare const __VLS_component_14: DefineComponent<SelectBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
41
47
|
close: () => any;
|
|
42
48
|
clickField: () => any;
|
|
43
49
|
clickOutside: () => any;
|
|
@@ -53,15 +59,15 @@ wrapperRef: HTMLDivElement;
|
|
|
53
59
|
dropdownRef: HTMLDivElement;
|
|
54
60
|
}, HTMLDivElement>;
|
|
55
61
|
|
|
56
|
-
declare const
|
|
57
|
-
|
|
58
|
-
declare const __VLS_component_15: DefineComponent<ContainerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
62
|
+
declare const __VLS_component_15: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
59
63
|
|
|
60
|
-
declare const __VLS_component_16: DefineComponent<
|
|
64
|
+
declare const __VLS_component_16: DefineComponent<ContainerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ContainerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
61
65
|
|
|
62
66
|
declare const __VLS_component_17: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
63
67
|
|
|
64
|
-
declare const __VLS_component_18: DefineComponent<
|
|
68
|
+
declare const __VLS_component_18: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
69
|
+
|
|
70
|
+
declare const __VLS_component_19: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
65
71
|
"update:isShowDropdown": (value: boolean) => any;
|
|
66
72
|
}, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
|
|
67
73
|
"onUpdate:isShowDropdown"?: ((value: boolean) => any) | undefined;
|
|
@@ -69,30 +75,34 @@ declare const __VLS_component_18: DefineComponent<__VLS_PublicProps_11, {}, {},
|
|
|
69
75
|
fixedElementRef: HTMLDivElement;
|
|
70
76
|
}, any>;
|
|
71
77
|
|
|
72
|
-
declare const
|
|
78
|
+
declare const __VLS_component_2: DefineComponent<TheImageProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheImageProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
79
|
+
image: HTMLImageElement;
|
|
80
|
+
}, HTMLDivElement>;
|
|
81
|
+
|
|
82
|
+
declare const __VLS_component_20: DefineComponent<VerificationInfoCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<VerificationInfoCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
73
83
|
|
|
74
|
-
declare const
|
|
84
|
+
declare const __VLS_component_21: DefineComponent<MenuBarItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<MenuBarItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
75
85
|
|
|
76
|
-
declare const
|
|
86
|
+
declare const __VLS_component_22: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
77
87
|
rootRef: HTMLDivElement;
|
|
78
88
|
toastersRef: HTMLDivElement[];
|
|
79
89
|
}, any>;
|
|
80
90
|
|
|
81
|
-
declare const
|
|
91
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
82
92
|
|
|
83
|
-
declare const
|
|
93
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
84
94
|
containerRef: HTMLDivElement;
|
|
85
95
|
}, HTMLDivElement>;
|
|
86
96
|
|
|
87
|
-
declare const
|
|
97
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
88
98
|
apply: (value: string[] | null) => any;
|
|
89
99
|
}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{
|
|
90
100
|
onApply?: ((value: string[] | null) => any) | undefined;
|
|
91
101
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
92
102
|
|
|
93
|
-
declare const
|
|
103
|
+
declare const __VLS_component_26: DefineComponent<PopoverProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PopoverProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
94
104
|
|
|
95
|
-
declare const
|
|
105
|
+
declare const __VLS_component_27: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
96
106
|
"update:values": (value: FilterValue[]) => any;
|
|
97
107
|
}, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
|
|
98
108
|
"onUpdate:values"?: ((value: FilterValue[]) => any) | undefined;
|
|
@@ -160,15 +170,35 @@ default?(_: {}): any;
|
|
|
160
170
|
triggerElementRef: HTMLDivElement;
|
|
161
171
|
}, HTMLDivElement>;
|
|
162
172
|
|
|
163
|
-
declare const
|
|
173
|
+
declare const __VLS_component_28: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
174
|
+
"update:value": (value: string) => any;
|
|
175
|
+
"update:isError": (value: boolean) => any;
|
|
176
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
|
|
177
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
178
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
179
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
180
|
+
|
|
181
|
+
declare const __VLS_component_29: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
182
|
+
"update:value": (value: string) => any;
|
|
183
|
+
"update:isError": (value: boolean) => any;
|
|
184
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
|
|
185
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
186
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
187
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
188
|
+
inputRef: any;
|
|
189
|
+
}, HTMLLabelElement>;
|
|
190
|
+
|
|
191
|
+
declare const __VLS_component_3: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
164
192
|
|
|
165
|
-
declare const __VLS_component_4: DefineComponent<
|
|
193
|
+
declare const __VLS_component_4: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
194
|
+
|
|
195
|
+
declare const __VLS_component_5: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
166
196
|
click: (e: Event) => any;
|
|
167
197
|
}, string, PublicProps, Readonly<ButtonProps> & Readonly<{
|
|
168
198
|
onClick?: ((e: Event) => any) | undefined;
|
|
169
199
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
170
200
|
|
|
171
|
-
declare const
|
|
201
|
+
declare const __VLS_component_6: DefineComponent<ChipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
172
202
|
click: () => any;
|
|
173
203
|
delete: () => any;
|
|
174
204
|
}, string, PublicProps, Readonly<ChipProps> & Readonly<{
|
|
@@ -176,13 +206,13 @@ onClick?: (() => any) | undefined;
|
|
|
176
206
|
onDelete?: (() => any) | undefined;
|
|
177
207
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
178
208
|
|
|
179
|
-
declare const
|
|
209
|
+
declare const __VLS_component_7: DefineComponent<DropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
180
210
|
click: (isOpen: boolean) => any;
|
|
181
211
|
}, string, PublicProps, Readonly<DropdownProps> & Readonly<{
|
|
182
212
|
onClick?: ((isOpen: boolean) => any) | undefined;
|
|
183
213
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
184
214
|
|
|
185
|
-
declare const
|
|
215
|
+
declare const __VLS_component_8: DefineComponent< {}, {
|
|
186
216
|
close: typeof close_2;
|
|
187
217
|
toggle: typeof toggle;
|
|
188
218
|
open: typeof open_2;
|
|
@@ -192,7 +222,7 @@ close: () => any;
|
|
|
192
222
|
onClose?: (() => any) | undefined;
|
|
193
223
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
194
224
|
|
|
195
|
-
declare const
|
|
225
|
+
declare const __VLS_component_9: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
196
226
|
"update:value": (value: string | null | undefined) => any;
|
|
197
227
|
} & {
|
|
198
228
|
blur: () => any;
|
|
@@ -205,12 +235,6 @@ onBlur?: (() => any) | undefined;
|
|
|
205
235
|
inputRef: any;
|
|
206
236
|
}, HTMLDivElement>;
|
|
207
237
|
|
|
208
|
-
declare const __VLS_component_9: DefineComponent<LinkProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
209
|
-
click: () => any;
|
|
210
|
-
}, string, PublicProps, Readonly<LinkProps> & Readonly<{
|
|
211
|
-
onClick?: (() => any) | undefined;
|
|
212
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
213
|
-
|
|
214
238
|
declare type __VLS_PrettifyLocal<T> = {
|
|
215
239
|
[K in keyof T]: T[K];
|
|
216
240
|
} & {};
|
|
@@ -236,6 +260,7 @@ declare type __VLS_Props_13 = {
|
|
|
236
260
|
declare type __VLS_Props_14 = {
|
|
237
261
|
isHeight?: boolean;
|
|
238
262
|
duration?: number | string;
|
|
263
|
+
delay?: number | string;
|
|
239
264
|
};
|
|
240
265
|
|
|
241
266
|
declare type __VLS_Props_15 = {
|
|
@@ -255,8 +280,18 @@ declare type __VLS_Props_18 = {
|
|
|
255
280
|
value: DatepickerFilterValue;
|
|
256
281
|
};
|
|
257
282
|
|
|
283
|
+
declare type __VLS_Props_19 = InputFieldProps;
|
|
284
|
+
|
|
258
285
|
declare type __VLS_Props_2 = CardContentProps;
|
|
259
286
|
|
|
287
|
+
declare type __VLS_Props_20 = InputMaskFieldProps;
|
|
288
|
+
|
|
289
|
+
declare type __VLS_Props_21 = MultiSelectFieldProps;
|
|
290
|
+
|
|
291
|
+
declare type __VLS_Props_22 = SelectFieldProps;
|
|
292
|
+
|
|
293
|
+
declare type __VLS_Props_23 = MultiInputFieldProps;
|
|
294
|
+
|
|
260
295
|
declare type __VLS_Props_3 = CardContentListProps;
|
|
261
296
|
|
|
262
297
|
declare type __VLS_Props_4 = DropzoneProps;
|
|
@@ -291,6 +326,31 @@ declare type __VLS_PublicProps_13 = {
|
|
|
291
326
|
'values': FilterValue[];
|
|
292
327
|
} & __VLS_Props_16;
|
|
293
328
|
|
|
329
|
+
declare type __VLS_PublicProps_14 = {
|
|
330
|
+
'isError'?: boolean;
|
|
331
|
+
'value'?: string;
|
|
332
|
+
} & __VLS_Props_19;
|
|
333
|
+
|
|
334
|
+
declare type __VLS_PublicProps_15 = {
|
|
335
|
+
'isError'?: boolean;
|
|
336
|
+
'value'?: string;
|
|
337
|
+
} & __VLS_Props_20;
|
|
338
|
+
|
|
339
|
+
declare type __VLS_PublicProps_16 = {
|
|
340
|
+
'isError'?: boolean;
|
|
341
|
+
'value': string[];
|
|
342
|
+
} & __VLS_Props_21;
|
|
343
|
+
|
|
344
|
+
declare type __VLS_PublicProps_17 = {
|
|
345
|
+
'isError'?: boolean;
|
|
346
|
+
'value'?: string | null;
|
|
347
|
+
} & __VLS_Props_22;
|
|
348
|
+
|
|
349
|
+
declare type __VLS_PublicProps_18 = {
|
|
350
|
+
'isError'?: boolean;
|
|
351
|
+
'value': Set<string>;
|
|
352
|
+
} & __VLS_Props_23;
|
|
353
|
+
|
|
294
354
|
declare type __VLS_PublicProps_2 = {
|
|
295
355
|
'list': CardContentListProps['list'];
|
|
296
356
|
} & __VLS_Props_3;
|
|
@@ -339,7 +399,7 @@ declare function __VLS_template_10(): {
|
|
|
339
399
|
default?(_: {}): any;
|
|
340
400
|
};
|
|
341
401
|
refs: {};
|
|
342
|
-
rootEl:
|
|
402
|
+
rootEl: any;
|
|
343
403
|
};
|
|
344
404
|
|
|
345
405
|
declare function __VLS_template_11(): {
|
|
@@ -357,10 +417,19 @@ declare function __VLS_template_12(): {
|
|
|
357
417
|
default?(_: {}): any;
|
|
358
418
|
};
|
|
359
419
|
refs: {};
|
|
360
|
-
rootEl:
|
|
420
|
+
rootEl: HTMLDivElement;
|
|
361
421
|
};
|
|
362
422
|
|
|
363
423
|
declare function __VLS_template_13(): {
|
|
424
|
+
attrs: Partial<{}>;
|
|
425
|
+
slots: {
|
|
426
|
+
default?(_: {}): any;
|
|
427
|
+
};
|
|
428
|
+
refs: {};
|
|
429
|
+
rootEl: HTMLElement;
|
|
430
|
+
};
|
|
431
|
+
|
|
432
|
+
declare function __VLS_template_14(): {
|
|
364
433
|
attrs: Partial<{}>;
|
|
365
434
|
slots: {
|
|
366
435
|
field?(_: {}): any;
|
|
@@ -374,7 +443,7 @@ declare function __VLS_template_13(): {
|
|
|
374
443
|
rootEl: HTMLDivElement;
|
|
375
444
|
};
|
|
376
445
|
|
|
377
|
-
declare function
|
|
446
|
+
declare function __VLS_template_15(): {
|
|
378
447
|
attrs: Partial<{}>;
|
|
379
448
|
slots: {
|
|
380
449
|
default?(_: {}): any;
|
|
@@ -383,7 +452,7 @@ declare function __VLS_template_14(): {
|
|
|
383
452
|
rootEl: HTMLDivElement;
|
|
384
453
|
};
|
|
385
454
|
|
|
386
|
-
declare function
|
|
455
|
+
declare function __VLS_template_16(): {
|
|
387
456
|
attrs: Partial<{}>;
|
|
388
457
|
slots: {
|
|
389
458
|
default?(_: {}): any;
|
|
@@ -392,7 +461,7 @@ declare function __VLS_template_15(): {
|
|
|
392
461
|
rootEl: HTMLDivElement;
|
|
393
462
|
};
|
|
394
463
|
|
|
395
|
-
declare function
|
|
464
|
+
declare function __VLS_template_17(): {
|
|
396
465
|
attrs: Partial<{}>;
|
|
397
466
|
slots: {
|
|
398
467
|
default?(_: {}): any;
|
|
@@ -401,7 +470,7 @@ declare function __VLS_template_16(): {
|
|
|
401
470
|
rootEl: any;
|
|
402
471
|
};
|
|
403
472
|
|
|
404
|
-
declare function
|
|
473
|
+
declare function __VLS_template_18(): {
|
|
405
474
|
attrs: Partial<{}>;
|
|
406
475
|
slots: {
|
|
407
476
|
default?(_: {}): any;
|
|
@@ -410,7 +479,7 @@ declare function __VLS_template_17(): {
|
|
|
410
479
|
rootEl: any;
|
|
411
480
|
};
|
|
412
481
|
|
|
413
|
-
declare function
|
|
482
|
+
declare function __VLS_template_19(): {
|
|
414
483
|
attrs: Partial<{}>;
|
|
415
484
|
slots: {
|
|
416
485
|
default?(_: {
|
|
@@ -426,7 +495,18 @@ declare function __VLS_template_18(): {
|
|
|
426
495
|
rootEl: any;
|
|
427
496
|
};
|
|
428
497
|
|
|
429
|
-
declare function
|
|
498
|
+
declare function __VLS_template_2(): {
|
|
499
|
+
attrs: Partial<{}>;
|
|
500
|
+
slots: {
|
|
501
|
+
fallback?(_: {}): any;
|
|
502
|
+
};
|
|
503
|
+
refs: {
|
|
504
|
+
image: HTMLImageElement;
|
|
505
|
+
};
|
|
506
|
+
rootEl: HTMLDivElement;
|
|
507
|
+
};
|
|
508
|
+
|
|
509
|
+
declare function __VLS_template_20(): {
|
|
430
510
|
attrs: Partial<{}>;
|
|
431
511
|
slots: {
|
|
432
512
|
default?(_: {}): any;
|
|
@@ -435,16 +515,16 @@ declare function __VLS_template_19(): {
|
|
|
435
515
|
rootEl: HTMLDivElement;
|
|
436
516
|
};
|
|
437
517
|
|
|
438
|
-
declare function
|
|
518
|
+
declare function __VLS_template_21(): {
|
|
439
519
|
attrs: Partial<{}>;
|
|
440
520
|
slots: {
|
|
441
521
|
default?(_: {}): any;
|
|
442
522
|
};
|
|
443
523
|
refs: {};
|
|
444
|
-
rootEl:
|
|
524
|
+
rootEl: HTMLDivElement;
|
|
445
525
|
};
|
|
446
526
|
|
|
447
|
-
declare function
|
|
527
|
+
declare function __VLS_template_22(): {
|
|
448
528
|
attrs: Partial<{}>;
|
|
449
529
|
slots: {
|
|
450
530
|
default?(_: {}): any;
|
|
@@ -456,7 +536,7 @@ declare function __VLS_template_20(): {
|
|
|
456
536
|
rootEl: any;
|
|
457
537
|
};
|
|
458
538
|
|
|
459
|
-
declare function
|
|
539
|
+
declare function __VLS_template_23(): {
|
|
460
540
|
attrs: Partial<{}>;
|
|
461
541
|
slots: {
|
|
462
542
|
default?(_: {}): any;
|
|
@@ -465,7 +545,7 @@ declare function __VLS_template_21(): {
|
|
|
465
545
|
rootEl: HTMLDivElement;
|
|
466
546
|
};
|
|
467
547
|
|
|
468
|
-
declare function
|
|
548
|
+
declare function __VLS_template_24(): {
|
|
469
549
|
attrs: Partial<{}>;
|
|
470
550
|
slots: {
|
|
471
551
|
default?(_: {}): any;
|
|
@@ -476,7 +556,7 @@ declare function __VLS_template_22(): {
|
|
|
476
556
|
rootEl: HTMLDivElement;
|
|
477
557
|
};
|
|
478
558
|
|
|
479
|
-
declare function
|
|
559
|
+
declare function __VLS_template_25(): {
|
|
480
560
|
attrs: Partial<{}>;
|
|
481
561
|
slots: {
|
|
482
562
|
renderItem?(_: {
|
|
@@ -489,7 +569,7 @@ declare function __VLS_template_23(): {
|
|
|
489
569
|
rootEl: HTMLDivElement;
|
|
490
570
|
};
|
|
491
571
|
|
|
492
|
-
declare function
|
|
572
|
+
declare function __VLS_template_26(): {
|
|
493
573
|
attrs: Partial<{}>;
|
|
494
574
|
slots: {
|
|
495
575
|
default?(_: {}): any;
|
|
@@ -498,7 +578,7 @@ declare function __VLS_template_24(): {
|
|
|
498
578
|
rootEl: HTMLElement;
|
|
499
579
|
};
|
|
500
580
|
|
|
501
|
-
declare function
|
|
581
|
+
declare function __VLS_template_27(): {
|
|
502
582
|
attrs: Partial<{}>;
|
|
503
583
|
slots: {
|
|
504
584
|
before?(_: {}): any;
|
|
@@ -583,13 +663,33 @@ declare function __VLS_template_25(): {
|
|
|
583
663
|
rootEl: HTMLDivElement;
|
|
584
664
|
};
|
|
585
665
|
|
|
666
|
+
declare function __VLS_template_28(): {
|
|
667
|
+
attrs: Partial<{}>;
|
|
668
|
+
slots: {
|
|
669
|
+
after?(_: {}): any;
|
|
670
|
+
};
|
|
671
|
+
refs: {};
|
|
672
|
+
rootEl: HTMLLabelElement;
|
|
673
|
+
};
|
|
674
|
+
|
|
675
|
+
declare function __VLS_template_29(): {
|
|
676
|
+
attrs: Partial<{}>;
|
|
677
|
+
slots: {
|
|
678
|
+
after?(_: {}): any;
|
|
679
|
+
};
|
|
680
|
+
refs: {
|
|
681
|
+
inputRef: any;
|
|
682
|
+
};
|
|
683
|
+
rootEl: HTMLLabelElement;
|
|
684
|
+
};
|
|
685
|
+
|
|
586
686
|
declare function __VLS_template_3(): {
|
|
587
687
|
attrs: Partial<{}>;
|
|
588
688
|
slots: {
|
|
589
689
|
default?(_: {}): any;
|
|
590
690
|
};
|
|
591
691
|
refs: {};
|
|
592
|
-
rootEl:
|
|
692
|
+
rootEl: any;
|
|
593
693
|
};
|
|
594
694
|
|
|
595
695
|
declare function __VLS_template_4(): {
|
|
@@ -598,7 +698,7 @@ declare function __VLS_template_4(): {
|
|
|
598
698
|
default?(_: {}): any;
|
|
599
699
|
};
|
|
600
700
|
refs: {};
|
|
601
|
-
rootEl:
|
|
701
|
+
rootEl: HTMLDivElement;
|
|
602
702
|
};
|
|
603
703
|
|
|
604
704
|
declare function __VLS_template_5(): {
|
|
@@ -607,7 +707,7 @@ declare function __VLS_template_5(): {
|
|
|
607
707
|
default?(_: {}): any;
|
|
608
708
|
};
|
|
609
709
|
refs: {};
|
|
610
|
-
rootEl:
|
|
710
|
+
rootEl: any;
|
|
611
711
|
};
|
|
612
712
|
|
|
613
713
|
declare function __VLS_template_6(): {
|
|
@@ -616,7 +716,7 @@ declare function __VLS_template_6(): {
|
|
|
616
716
|
default?(_: {}): any;
|
|
617
717
|
};
|
|
618
718
|
refs: {};
|
|
619
|
-
rootEl:
|
|
719
|
+
rootEl: HTMLButtonElement;
|
|
620
720
|
};
|
|
621
721
|
|
|
622
722
|
declare function __VLS_template_7(): {
|
|
@@ -625,7 +725,7 @@ declare function __VLS_template_7(): {
|
|
|
625
725
|
default?(_: {}): any;
|
|
626
726
|
};
|
|
627
727
|
refs: {};
|
|
628
|
-
rootEl:
|
|
728
|
+
rootEl: HTMLDivElement;
|
|
629
729
|
};
|
|
630
730
|
|
|
631
731
|
declare function __VLS_template_8(): {
|
|
@@ -633,10 +733,8 @@ declare function __VLS_template_8(): {
|
|
|
633
733
|
slots: {
|
|
634
734
|
default?(_: {}): any;
|
|
635
735
|
};
|
|
636
|
-
refs: {
|
|
637
|
-
|
|
638
|
-
};
|
|
639
|
-
rootEl: HTMLDivElement;
|
|
736
|
+
refs: {};
|
|
737
|
+
rootEl: any;
|
|
640
738
|
};
|
|
641
739
|
|
|
642
740
|
declare function __VLS_template_9(): {
|
|
@@ -644,8 +742,10 @@ declare function __VLS_template_9(): {
|
|
|
644
742
|
slots: {
|
|
645
743
|
default?(_: {}): any;
|
|
646
744
|
};
|
|
647
|
-
refs: {
|
|
648
|
-
|
|
745
|
+
refs: {
|
|
746
|
+
inputRef: any;
|
|
747
|
+
};
|
|
748
|
+
rootEl: HTMLDivElement;
|
|
649
749
|
};
|
|
650
750
|
|
|
651
751
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -684,6 +784,14 @@ declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
|
|
|
684
784
|
|
|
685
785
|
declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
686
786
|
|
|
787
|
+
declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
|
|
788
|
+
|
|
789
|
+
declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
|
|
790
|
+
|
|
791
|
+
declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
|
|
792
|
+
|
|
793
|
+
declare type __VLS_TemplateResult_29 = ReturnType<typeof __VLS_template_29>;
|
|
794
|
+
|
|
687
795
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
688
796
|
|
|
689
797
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -806,6 +914,30 @@ declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
|
806
914
|
};
|
|
807
915
|
};
|
|
808
916
|
|
|
917
|
+
declare type __VLS_WithTemplateSlots_26<T, S> = T & {
|
|
918
|
+
new (): {
|
|
919
|
+
$slots: S;
|
|
920
|
+
};
|
|
921
|
+
};
|
|
922
|
+
|
|
923
|
+
declare type __VLS_WithTemplateSlots_27<T, S> = T & {
|
|
924
|
+
new (): {
|
|
925
|
+
$slots: S;
|
|
926
|
+
};
|
|
927
|
+
};
|
|
928
|
+
|
|
929
|
+
declare type __VLS_WithTemplateSlots_28<T, S> = T & {
|
|
930
|
+
new (): {
|
|
931
|
+
$slots: S;
|
|
932
|
+
};
|
|
933
|
+
};
|
|
934
|
+
|
|
935
|
+
declare type __VLS_WithTemplateSlots_29<T, S> = T & {
|
|
936
|
+
new (): {
|
|
937
|
+
$slots: S;
|
|
938
|
+
};
|
|
939
|
+
};
|
|
940
|
+
|
|
809
941
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
810
942
|
new (): {
|
|
811
943
|
$slots: S;
|
|
@@ -852,17 +984,18 @@ declare const aligns: readonly ["left", "center", "right"];
|
|
|
852
984
|
|
|
853
985
|
declare const allAcceptTypes: readonly string[];
|
|
854
986
|
|
|
855
|
-
export declare const AnimationFadeBlur:
|
|
987
|
+
export declare const AnimationFadeBlur: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
856
988
|
|
|
857
|
-
export declare const Avatar: DefineComponent<AvatarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AvatarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
989
|
+
export declare const Avatar: DefineComponent<AvatarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AvatarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
858
990
|
|
|
859
991
|
export declare type AvatarProps = {
|
|
860
992
|
image?: string;
|
|
861
993
|
initials?: string;
|
|
862
994
|
size?: (typeof sizes_10)[number];
|
|
995
|
+
mode?: 'default' | 'initials';
|
|
863
996
|
};
|
|
864
997
|
|
|
865
|
-
export declare const Badge:
|
|
998
|
+
export declare const Badge: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
866
999
|
|
|
867
1000
|
export declare type BadgeProps = {
|
|
868
1001
|
view?: (typeof views)[number];
|
|
@@ -895,7 +1028,7 @@ export declare type BreadcrumbsProps = {
|
|
|
895
1028
|
tag: 'a' | 'router-link';
|
|
896
1029
|
};
|
|
897
1030
|
|
|
898
|
-
export declare const Button:
|
|
1031
|
+
export declare const Button: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
899
1032
|
|
|
900
1033
|
export declare type ButtonBaseEmits = {
|
|
901
1034
|
(event: 'click', e: Event): void;
|
|
@@ -1246,7 +1379,7 @@ export declare type CheckboxProps = {
|
|
|
1246
1379
|
isDisabled?: boolean;
|
|
1247
1380
|
};
|
|
1248
1381
|
|
|
1249
|
-
export declare const Chip:
|
|
1382
|
+
export declare const Chip: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1250
1383
|
|
|
1251
1384
|
export declare type ChipEmits = {
|
|
1252
1385
|
(event: 'click'): void;
|
|
@@ -1276,7 +1409,7 @@ declare type ColorPickerProps = Pick<SelectBaseProps, 'label' | 'description' |
|
|
|
1276
1409
|
|
|
1277
1410
|
declare const colors: readonly ["text-common-base-primary-default", "text-common-base-secondary-default", "bg-common-base-primary-default", "bg-common-brand-primary-default", "bg-common-brand-secondary-default", "bg-common-base-secondary-default", "text-common-base-inverse-default", "bg-common-critical-primary-default", "bg-common-critical-secondary-default", "bg-common-success-primary-default", "bg-common-success-secondary-default", "text-common-primary-default", "text-common-critical-primary-default", "text-common-success-primary-default", "icon-common-base-primary-default", "icon-common-base-secondary-default", "icon-common-base-tertiary-default", "icon-common-brand-primary-default", "icon-common-critical-primary-default", "icon-common-success-primary-default", "border-common-base-primary", "border-common-brand-primary", "border-common-critical-primary", "border-common-success-primary", "bg-disable-default", "text-disable-default", "icon-disable-primary", "text-button-base-primary", "text-button-base-inverse", "text-button-brand-primary", "text-button-critical-primary", "text-button-success-primary", "bg-button-base-secondary-default", "bg-button-base-primary-default", "bg-button-brand-default", "bg-button-success-default", "bg-button-critical-default", "icon-button-base-primary", "icon-button-base-inverse", "icon-button-brand-primary", "icon-button-critical-primary", "icon-button-success-primary", "bg-input-base-primary-default", "text-input-base-primary", "icon-input-base-primary", "border-input-base-primary", "bg-common-base-tertiary-default", "text-input-base-secondary", "bg-button-base-inverse-default", "bg-common-base-inverse-default", "border-input-accent-critical", "bg-common-opacity-base-300", "bg-common-opacity-base-500", "background-layout-layout-2", "background-layout-layout-1", "text-common-base-base", "icon-common-base-base-500", "background-state-action-base-t-active", "text-common-base-base-500", "icon-common-base-base", "icon-common-base-base-600", "text-common-base-base-600", "border-common-base-base-1000-5", "background-surface-account-account-2", "background-surface-account-account-3", "background-surface-account-account-4", "background-surface-account-account-1", "background-surface-account-account-5", "background-surface-account-account-6", "background-surface-account-account-7", "background-surface-account-account-8", "background-surface-account-account-9", "foreground-surface-account-account-1-primary", "foreground-surface-account-account-2-primary", "foreground-surface-account-account-3-primary", "foreground-surface-account-account-4-primary", "foreground-surface-account-account-5-primary", "foreground-surface-account-account-6-primary", "foreground-surface-account-account-7-primary", "foreground-surface-account-account-8-primary", "foreground-surface-account-account-9-primary", "foreground-surface-account-account-8-secondary", "foreground-surface-account-account-7-secondary", "foreground-surface-account-account-3-secondary", "foreground-surface-account-account-5-secondary", "foreground-surface-account-account-4-secondary", "foreground-surface-account-account-6-secondary", "foreground-surface-account-account-2-secondary", "foreground-surface-account-product-9-secondary", "foreground-surface-account-account-1-secondary", "background-surface-layout-1-surface", "background-surface-popover-base", "foreground-layout-layout-1-primary", "foreground-layout-layout-2-primary", "foreground-layout-layout-2-secondary", "foreground-layout-layout-1-secondary", "background-surface-layout-1-surface-2", "foreground-surface-layout-1-surface-2-primary", "foreground-surface-layout-1-surface-2-critical", "foreground-layout-layout-1-success", "border-layout-layout-1-base", "interactive-base-surface-2", "interactive-text-base-surface-2", "interactive-text-base", "background-interactive-button-product-surface-primary", "foreground-interactive-button-product-surface-primary", "foreground-surface-layout-1-surface-primary", "foreground-surface-popover-base", "border-surface-popover-base", "foreground-surface-popover-base-secondary", "foreground-surface-popover-base-critical", "foreground-surface-layout-1-surface-2-secondary", "background-surface-account-account-1-t-0", "background-surface-account-account-8-t-0", "background-surface-account-account-5-t-0", "background-surface-account-account-7-t-0", "background-surface-account-account-6-t-0", "background-surface-account-account-9-t-0", "background-surface-account-account-3-t-0", "background-surface-account-account-4-t-0", "background-surface-account-account-2-t-0", "background-surface-layout-1-surface-3", "border-layout-layout-1-primary", "background-interactive-input-input-base", "foreground-interactive-input-base-primary", "foreground-interactive-input-base-placeholder", "foreground-interactive-input-base-secondary", "background-element-avatar-base-t", "foreground-layout-layout-1-critical", "border-input-base-primary-2", "border-input-base-primary-3", "border-interactive-input-base", "border-interactive-input-base-critical", "background-surface-account-account-4-contrast", "background-surface-account-account-2-contrast", "background-surface-account-account-1-contrast", "background-surface-account-account-8-contrast", "background-surface-account-account-3-contrast", "background-surface-account-account-7-contrast", "background-surface-account-account-5-contrast", "background-surface-account-account-6-contrast", "background-surface-account-account-9-contrast", "background-interactive-button-base", "foreground-interactive-button-base", "background-interactive-button-surface-primary", "foreground-interactive-button-surface-primary", "background-layout-overlay", "background-surface-modal-base", "background-interactive-button-base-primary", "foreground-interactive-button-base-primary", "background-surface-popover-base-t-0", "background-interactive-scroll-primary-t", "background-surface-layout-1-surface-2-t-0", "illustration-illustration-bg-critical", "background-surface-tooltip-primary", "foreground-element-tooltip-primary", "border-interactive-input-base-focus", "bg-input-base-primary-default-2", "foreground-element-avatar-base-t", "border-element-avatar-base-t", "foreground-interactive-button-base-flat", "bg-common-brand-primary-default-2", "foreground-interactive-input-focus-cursor-brand", "background-interactive-input-input-base-focus", "foreground-interactive-button-brand-flat", "illustration-illustration-bg-base-contrast", "illustration-illustration-border-base", "illustration-illustration-border-primary", "illustration-illustration-background", "illustration-illustration-border-base-contrast-primary", "background-on-primary-overlay", "background-element-badge-base-t", "foreground-element-badge-base-t", "background-surface-layout-1-surface-t-0", "foreground-layout-layout-1-brand", "background-surface-layout-1-succes", "background-surface-layout-1-critical", "background-surface-layout-1-succes-contrast", "background-surface-layout-1-critical-contrast", "foreground-surface-layout-1-critical-contrast-primary", "foreground-surface-layout-1-surface-success-contrast", "border-layout-layout-1-surface", "background-interactive-select-base-2", "foreground-interactive-select-base-2-placeholder", "foreground-interactive-select-base-2-primary", "border-interactive-select-select-base-critical", "border-interactive-select-base-focus", "border-interactive-select-base", "foreground-interactive-select-base-2-critical", "background-element-badge-success", "foreground-element-badge-succes", "background-element-badge-critical", "foreground-element-badge-critical", "background-element-badge-brand", "foreground-element-badge-brand", "border-layout-layout-1", "text-button-base-secondary", "icon-button-base-secondary", "background-interactive-button-critical-primary", "foreground-interactive-button-critical-primary", "bg-button-critical-default-2", "background-interactive-button-critical", "foreground-interactive-button-critical", "background-surface-layout-1-surface-4", "background-surface-layout-1-warning", "foreground-surface-layout-1-surface-2-warning", "background-interactive-button-critical-primary-disabled", "foreground-interactive-button-critical-primary-disabled", "background-interactive-button-base-disabled", "foreground-interactive-button-base-disabled", "background-interactive-button-surface-primary-disabled", "foreground-interactive-button-surface-primary-disabled", "background-interactive-button-product-surface-primary-disabled", "background-interactive-button-base-primary-disabled", "background-interactive-button-critical-disabled", "foreground-interactive-button-product-surface-primary-disabled", "foreground-interactive-button-base-flat-disabled", "foreground-interactive-button-base-primary-disabled", "foreground-interactive-button-brand-flat-disabled", "foreground-interactive-button-critical-disabled", "background-surface-layout-1-primary", "foreground-surface-layout-1-primary-primary", "foreground-interactive-link-brand", "background-interactive-select-select-base", "background-interactive-select-select-base-focus", "foreground-interactive-input-focus-cursor-brand-2", "foreground-interactive-select-base-secondary", "foreground-interactive-input-base-secondary-2", "foreground-interactive-select-base-primary", "foreground-interactive-input-base-primary-2", "foreground-interactive-select-base-placeholder", "foreground-interactive-input-base-placeholder-2", "foreground-element-badge-secondary", "background-element-badge-secondary", "foreground-interactive-link-base", "foreground-interactive-link-secondary", "foreground-layout-layout-1-surface", "background-interactive-button-base-secondary-disabled", "background-interactive-button-base-secondary", "foreground-interactive-button-base-secondary-disabled", "foreground-interactive-button-base-secondary", "background-state-action-critical-t-active", "background-interactive-button-success-primary", "background-interactive-button-success-primary-disabled-2", "foreground-interactive-button-success-primary", "foreground-interactive-button-success-primary-disabled", "background-surface-layout-1-surface-5-t-15", "background-state-action-base-secondary-t-active", "background-state-action-secondary-t-active"];
|
|
1278
1411
|
|
|
1279
|
-
export declare const Container:
|
|
1412
|
+
export declare const Container: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1280
1413
|
|
|
1281
1414
|
export declare type ContainerProps = {
|
|
1282
1415
|
width?: string | number;
|
|
@@ -1466,7 +1599,7 @@ readonly placeholder: string;
|
|
|
1466
1599
|
readonly errorText?: string | undefined;
|
|
1467
1600
|
readonly isError?: boolean | undefined;
|
|
1468
1601
|
readonly isDisabled?: boolean | undefined;
|
|
1469
|
-
readonly mask?: keyof
|
|
1602
|
+
readonly mask?: keyof masks_2 | undefined;
|
|
1470
1603
|
readonly inputmode?: InputHTMLAttributes["inputmode"];
|
|
1471
1604
|
readonly autocomplete?: InputHTMLAttributes["autocomplete"];
|
|
1472
1605
|
readonly maxLength?: (number | string) | undefined;
|
|
@@ -1547,7 +1680,7 @@ readonly placeholder: string;
|
|
|
1547
1680
|
readonly errorText?: string | undefined;
|
|
1548
1681
|
readonly isError?: boolean | undefined;
|
|
1549
1682
|
readonly isDisabled?: boolean | undefined;
|
|
1550
|
-
readonly mask?: keyof
|
|
1683
|
+
readonly mask?: keyof masks_2 | undefined;
|
|
1551
1684
|
readonly inputmode?: InputHTMLAttributes["inputmode"];
|
|
1552
1685
|
readonly autocomplete?: InputHTMLAttributes["autocomplete"];
|
|
1553
1686
|
readonly maxLength?: (number | string) | undefined;
|
|
@@ -1620,7 +1753,7 @@ default?(_: {}): any;
|
|
|
1620
1753
|
export { _default as DatepickerFilter }
|
|
1621
1754
|
export { _default as DatepickerFilterView }
|
|
1622
1755
|
|
|
1623
|
-
declare const _default_2:
|
|
1756
|
+
declare const _default_2: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1624
1757
|
export { _default_2 as CheckboxGroupFilter }
|
|
1625
1758
|
export { _default_2 as CheckboxGroupFilterView }
|
|
1626
1759
|
|
|
@@ -1631,9 +1764,9 @@ export declare type DividerProps = {
|
|
|
1631
1764
|
opacity?: number | string;
|
|
1632
1765
|
};
|
|
1633
1766
|
|
|
1634
|
-
export declare const Dropdown:
|
|
1767
|
+
export declare const Dropdown: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1635
1768
|
|
|
1636
|
-
export declare const DropdownElement:
|
|
1769
|
+
export declare const DropdownElement: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1637
1770
|
|
|
1638
1771
|
export declare type DropdownElementProps = {
|
|
1639
1772
|
isShowDropdown: boolean;
|
|
@@ -1683,7 +1816,7 @@ export declare type DropzoneProps = {
|
|
|
1683
1816
|
|
|
1684
1817
|
export declare const DYNAMIC_VISIBLE_AREA_PROVIDER_NAME: InjectionKey<string>;
|
|
1685
1818
|
|
|
1686
|
-
export declare const DynamicVisibleArea:
|
|
1819
|
+
export declare const DynamicVisibleArea: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1687
1820
|
|
|
1688
1821
|
export declare type DynamicVisibleAreaEmits = {
|
|
1689
1822
|
(event: 'close'): void;
|
|
@@ -1691,7 +1824,7 @@ export declare type DynamicVisibleAreaEmits = {
|
|
|
1691
1824
|
|
|
1692
1825
|
export declare type DynamicVisibleAreaProvider = () => void;
|
|
1693
1826
|
|
|
1694
|
-
export declare const EmptyResponse:
|
|
1827
|
+
export declare const EmptyResponse: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1695
1828
|
|
|
1696
1829
|
declare type EmptyResponseProps = ResponseBaseProps & {
|
|
1697
1830
|
buttonIconLeft?: IconName;
|
|
@@ -1701,9 +1834,19 @@ declare type EmptyResponseProps = ResponseBaseProps & {
|
|
|
1701
1834
|
size?: (typeof sizes_6)[number];
|
|
1702
1835
|
};
|
|
1703
1836
|
|
|
1837
|
+
declare type FieldBaseProps = {
|
|
1838
|
+
size: '34' | '44' | 34 | 44;
|
|
1839
|
+
iconLeft?: IconName;
|
|
1840
|
+
iconRight?: IconName;
|
|
1841
|
+
hasCounter?: boolean;
|
|
1842
|
+
counter?: number | string;
|
|
1843
|
+
isDisabled?: boolean;
|
|
1844
|
+
hasBorder?: boolean;
|
|
1845
|
+
};
|
|
1846
|
+
|
|
1704
1847
|
export declare type Filter = CheckboxGroupFilter_2 | DatepickerFilter_2;
|
|
1705
1848
|
|
|
1706
|
-
export declare const FilterHub:
|
|
1849
|
+
export declare const FilterHub: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1707
1850
|
|
|
1708
1851
|
export declare type FilterHubProps = {
|
|
1709
1852
|
list: Filter[];
|
|
@@ -1759,7 +1902,51 @@ export declare type ImageRowProps = {
|
|
|
1759
1902
|
|
|
1760
1903
|
export declare const ImageRowSkeleton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1761
1904
|
|
|
1762
|
-
export declare const Input:
|
|
1905
|
+
export declare const Input: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1906
|
+
|
|
1907
|
+
export declare const InputField: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1908
|
+
|
|
1909
|
+
export declare type InputFieldProps = {
|
|
1910
|
+
autocomplete?: 'on' | 'off';
|
|
1911
|
+
inputmode?: 'text' | 'email' | 'numeric' | 'decimal' | 'tel' | 'search';
|
|
1912
|
+
type?: 'text' | 'password' | 'email' | 'number' | 'tel' | 'search';
|
|
1913
|
+
label?: string;
|
|
1914
|
+
description?: string;
|
|
1915
|
+
errorText?: string;
|
|
1916
|
+
isDisabled?: boolean;
|
|
1917
|
+
name?: string;
|
|
1918
|
+
placeholder?: string;
|
|
1919
|
+
size: '34' | '44' | 34 | 44;
|
|
1920
|
+
iconLeft?: IconName;
|
|
1921
|
+
iconRight?: IconName;
|
|
1922
|
+
hasBorder?: boolean;
|
|
1923
|
+
maxLength?: number | string;
|
|
1924
|
+
};
|
|
1925
|
+
|
|
1926
|
+
export declare const InputMaskField: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1927
|
+
|
|
1928
|
+
export declare type InputMaskFieldProps = {
|
|
1929
|
+
autofocus?: boolean;
|
|
1930
|
+
autocomplete?: 'on' | 'off';
|
|
1931
|
+
inputmode?: 'text' | 'email' | 'numeric' | 'decimal' | 'tel' | 'search';
|
|
1932
|
+
type?: 'text' | 'password' | 'email' | 'number' | 'tel' | 'search';
|
|
1933
|
+
label?: string;
|
|
1934
|
+
description?: string;
|
|
1935
|
+
errorText?: string;
|
|
1936
|
+
isDisabled?: boolean;
|
|
1937
|
+
name?: string;
|
|
1938
|
+
placeholder?: string;
|
|
1939
|
+
size: '34' | '44' | 34 | 44;
|
|
1940
|
+
iconLeft?: IconName;
|
|
1941
|
+
iconRight?: IconName;
|
|
1942
|
+
hasBorder?: boolean;
|
|
1943
|
+
maxLength?: number | string;
|
|
1944
|
+
mask: keyof typeof masks;
|
|
1945
|
+
};
|
|
1946
|
+
|
|
1947
|
+
export declare const InputPassword: DefineComponent<InputPasswordProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<InputPasswordProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
1948
|
+
|
|
1949
|
+
export declare type InputPasswordProps = Omit<InputFieldProps, 'iconRight' | 'type'>;
|
|
1763
1950
|
|
|
1764
1951
|
export declare type InputProps = {
|
|
1765
1952
|
type?: 'text' | 'password';
|
|
@@ -1769,7 +1956,7 @@ export declare type InputProps = {
|
|
|
1769
1956
|
errorText?: string;
|
|
1770
1957
|
isError?: boolean;
|
|
1771
1958
|
isDisabled?: boolean;
|
|
1772
|
-
mask?: keyof typeof
|
|
1959
|
+
mask?: keyof typeof masks_2;
|
|
1773
1960
|
inputmode?: InputHTMLAttributes['inputmode'];
|
|
1774
1961
|
autocomplete?: InputHTMLAttributes['autocomplete'];
|
|
1775
1962
|
maxLength?: number | string;
|
|
@@ -1800,7 +1987,7 @@ export declare const isDatepickerFilterValue: (data: {
|
|
|
1800
1987
|
value: DatepickerFilterValue;
|
|
1801
1988
|
};
|
|
1802
1989
|
|
|
1803
|
-
export declare const Link:
|
|
1990
|
+
export declare const Link: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1804
1991
|
|
|
1805
1992
|
export declare type LinkEmits = {
|
|
1806
1993
|
(e: 'click'): void;
|
|
@@ -1841,7 +2028,61 @@ export declare type LoaderProps = {
|
|
|
1841
2028
|
size: number | string;
|
|
1842
2029
|
};
|
|
1843
2030
|
|
|
1844
|
-
declare const masks: {
|
|
2031
|
+
export declare const masks: {
|
|
2032
|
+
phone: {
|
|
2033
|
+
mask: string;
|
|
2034
|
+
};
|
|
2035
|
+
rubles: {
|
|
2036
|
+
mask: ({
|
|
2037
|
+
mask: string;
|
|
2038
|
+
lazy: boolean;
|
|
2039
|
+
blocks?: undefined;
|
|
2040
|
+
} | {
|
|
2041
|
+
mask: string;
|
|
2042
|
+
lazy: boolean;
|
|
2043
|
+
blocks: {
|
|
2044
|
+
num: {
|
|
2045
|
+
mask: NumberConstructor;
|
|
2046
|
+
min: number;
|
|
2047
|
+
thousandsSeparator: string;
|
|
2048
|
+
radix: string;
|
|
2049
|
+
mapToRadix: string[];
|
|
2050
|
+
};
|
|
2051
|
+
};
|
|
2052
|
+
})[];
|
|
2053
|
+
};
|
|
2054
|
+
money: {
|
|
2055
|
+
mask: ({
|
|
2056
|
+
mask: string;
|
|
2057
|
+
lazy: boolean;
|
|
2058
|
+
blocks?: undefined;
|
|
2059
|
+
} | {
|
|
2060
|
+
mask: string;
|
|
2061
|
+
lazy: boolean;
|
|
2062
|
+
blocks: {
|
|
2063
|
+
num: {
|
|
2064
|
+
mask: NumberConstructor;
|
|
2065
|
+
min: number;
|
|
2066
|
+
thousandsSeparator: string;
|
|
2067
|
+
radix: string;
|
|
2068
|
+
mapToRadix: string[];
|
|
2069
|
+
};
|
|
2070
|
+
};
|
|
2071
|
+
})[];
|
|
2072
|
+
};
|
|
2073
|
+
number: {
|
|
2074
|
+
mask: NumberConstructor;
|
|
2075
|
+
};
|
|
2076
|
+
any: {
|
|
2077
|
+
mask: StringConstructor;
|
|
2078
|
+
};
|
|
2079
|
+
date: {
|
|
2080
|
+
mask: DateConstructor;
|
|
2081
|
+
lazy: boolean;
|
|
2082
|
+
};
|
|
2083
|
+
};
|
|
2084
|
+
|
|
2085
|
+
declare const masks_2: {
|
|
1845
2086
|
phone: {
|
|
1846
2087
|
mask: string;
|
|
1847
2088
|
};
|
|
@@ -1897,7 +2138,7 @@ declare const masks: {
|
|
|
1897
2138
|
|
|
1898
2139
|
export declare const MenuBar: DefineComponent<MenuBarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<MenuBarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
1899
2140
|
|
|
1900
|
-
export declare const MenuBarItem:
|
|
2141
|
+
export declare const MenuBarItem: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1901
2142
|
|
|
1902
2143
|
export declare type MenuBarItemProps = {
|
|
1903
2144
|
onClick: () => void;
|
|
@@ -1905,6 +2146,7 @@ export declare type MenuBarItemProps = {
|
|
|
1905
2146
|
icon?: Maybe<IconName>;
|
|
1906
2147
|
view?: (typeof views_9)[number];
|
|
1907
2148
|
badgeText?: string;
|
|
2149
|
+
isActive?: boolean;
|
|
1908
2150
|
};
|
|
1909
2151
|
|
|
1910
2152
|
export declare type MenuBarProps = {
|
|
@@ -1996,6 +2238,234 @@ export declare type ModalConfirmationProps = {
|
|
|
1996
2238
|
isLoading?: boolean;
|
|
1997
2239
|
};
|
|
1998
2240
|
|
|
2241
|
+
export declare const MultiInputField: DefineComponent<__VLS_PublicProps_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2242
|
+
"update:value": (value: Set<string>) => any;
|
|
2243
|
+
"update:isError": (value: boolean) => any;
|
|
2244
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_18> & Readonly<{
|
|
2245
|
+
"onUpdate:value"?: ((value: Set<string>) => any) | undefined;
|
|
2246
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2247
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
2248
|
+
parentElementRef: ({
|
|
2249
|
+
$: ComponentInternalInstance;
|
|
2250
|
+
$data: {};
|
|
2251
|
+
$props: {
|
|
2252
|
+
readonly isError?: boolean | undefined;
|
|
2253
|
+
readonly size: "34" | "44" | 34 | 44;
|
|
2254
|
+
readonly iconLeft?: IconName | undefined;
|
|
2255
|
+
readonly iconRight?: IconName | undefined;
|
|
2256
|
+
readonly hasCounter?: boolean | undefined;
|
|
2257
|
+
readonly counter?: (number | string) | undefined;
|
|
2258
|
+
readonly isDisabled?: boolean | undefined;
|
|
2259
|
+
readonly hasBorder?: boolean | undefined;
|
|
2260
|
+
readonly onClick?: (() => any) | undefined;
|
|
2261
|
+
readonly "onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2262
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
2263
|
+
$attrs: {
|
|
2264
|
+
[x: string]: unknown;
|
|
2265
|
+
};
|
|
2266
|
+
$refs: {
|
|
2267
|
+
[x: string]: unknown;
|
|
2268
|
+
};
|
|
2269
|
+
$slots: Readonly<{
|
|
2270
|
+
[name: string]: Slot<any> | undefined;
|
|
2271
|
+
}>;
|
|
2272
|
+
$root: ComponentPublicInstance | null;
|
|
2273
|
+
$parent: ComponentPublicInstance | null;
|
|
2274
|
+
$host: Element | null;
|
|
2275
|
+
$emit: ((event: "click") => void) & ((event: "update:isError", value: boolean) => void);
|
|
2276
|
+
$el: HTMLDivElement;
|
|
2277
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
2278
|
+
isError?: boolean;
|
|
2279
|
+
} & FieldBaseProps> & Readonly<{
|
|
2280
|
+
onClick?: (() => any) | undefined;
|
|
2281
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2282
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2283
|
+
click: () => any;
|
|
2284
|
+
"update:isError": (value: boolean) => any;
|
|
2285
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
2286
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
2287
|
+
created?: (() => void) | (() => void)[];
|
|
2288
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
2289
|
+
mounted?: (() => void) | (() => void)[];
|
|
2290
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
2291
|
+
updated?: (() => void) | (() => void)[];
|
|
2292
|
+
activated?: (() => void) | (() => void)[];
|
|
2293
|
+
deactivated?: (() => void) | (() => void)[];
|
|
2294
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
2295
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
2296
|
+
destroyed?: (() => void) | (() => void)[];
|
|
2297
|
+
unmounted?: (() => void) | (() => void)[];
|
|
2298
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2299
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2300
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2301
|
+
};
|
|
2302
|
+
$forceUpdate: () => void;
|
|
2303
|
+
$nextTick: nextTick;
|
|
2304
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
2305
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
2306
|
+
isError?: boolean;
|
|
2307
|
+
} & FieldBaseProps> & Readonly<{
|
|
2308
|
+
onClick?: (() => any) | undefined;
|
|
2309
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2310
|
+
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
2311
|
+
$slots: {
|
|
2312
|
+
before?(_: {}): any;
|
|
2313
|
+
default?(_: {}): any;
|
|
2314
|
+
after?(_: {}): any;
|
|
2315
|
+
};
|
|
2316
|
+
}) | null;
|
|
2317
|
+
}, HTMLLabelElement>;
|
|
2318
|
+
|
|
2319
|
+
export declare type MultiInputFieldProps = {
|
|
2320
|
+
label?: string;
|
|
2321
|
+
description?: string;
|
|
2322
|
+
errorText?: string;
|
|
2323
|
+
isDisabled?: boolean;
|
|
2324
|
+
name?: string;
|
|
2325
|
+
placeholder?: string;
|
|
2326
|
+
hasBorder?: boolean;
|
|
2327
|
+
maxLength?: string;
|
|
2328
|
+
};
|
|
2329
|
+
|
|
2330
|
+
export declare const MultiSelectField: DefineComponent<__VLS_PublicProps_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2331
|
+
"update:value": (value: string[]) => any;
|
|
2332
|
+
"update:isError": (value: boolean) => any;
|
|
2333
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_16> & Readonly<{
|
|
2334
|
+
"onUpdate:value"?: ((value: string[]) => any) | undefined;
|
|
2335
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2336
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
2337
|
+
parentElementRef: ({
|
|
2338
|
+
$: ComponentInternalInstance;
|
|
2339
|
+
$data: {};
|
|
2340
|
+
$props: {
|
|
2341
|
+
readonly isError?: boolean | undefined;
|
|
2342
|
+
readonly size: "34" | "44" | 34 | 44;
|
|
2343
|
+
readonly iconLeft?: IconName | undefined;
|
|
2344
|
+
readonly iconRight?: IconName | undefined;
|
|
2345
|
+
readonly hasCounter?: boolean | undefined;
|
|
2346
|
+
readonly counter?: (number | string) | undefined;
|
|
2347
|
+
readonly isDisabled?: boolean | undefined;
|
|
2348
|
+
readonly hasBorder?: boolean | undefined;
|
|
2349
|
+
readonly onClick?: (() => any) | undefined;
|
|
2350
|
+
readonly "onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2351
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
2352
|
+
$attrs: {
|
|
2353
|
+
[x: string]: unknown;
|
|
2354
|
+
};
|
|
2355
|
+
$refs: {
|
|
2356
|
+
[x: string]: unknown;
|
|
2357
|
+
};
|
|
2358
|
+
$slots: Readonly<{
|
|
2359
|
+
[name: string]: Slot<any> | undefined;
|
|
2360
|
+
}>;
|
|
2361
|
+
$root: ComponentPublicInstance | null;
|
|
2362
|
+
$parent: ComponentPublicInstance | null;
|
|
2363
|
+
$host: Element | null;
|
|
2364
|
+
$emit: ((event: "click") => void) & ((event: "update:isError", value: boolean) => void);
|
|
2365
|
+
$el: HTMLDivElement;
|
|
2366
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
2367
|
+
isError?: boolean;
|
|
2368
|
+
} & FieldBaseProps> & Readonly<{
|
|
2369
|
+
onClick?: (() => any) | undefined;
|
|
2370
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2371
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2372
|
+
click: () => any;
|
|
2373
|
+
"update:isError": (value: boolean) => any;
|
|
2374
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
2375
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
2376
|
+
created?: (() => void) | (() => void)[];
|
|
2377
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
2378
|
+
mounted?: (() => void) | (() => void)[];
|
|
2379
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
2380
|
+
updated?: (() => void) | (() => void)[];
|
|
2381
|
+
activated?: (() => void) | (() => void)[];
|
|
2382
|
+
deactivated?: (() => void) | (() => void)[];
|
|
2383
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
2384
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
2385
|
+
destroyed?: (() => void) | (() => void)[];
|
|
2386
|
+
unmounted?: (() => void) | (() => void)[];
|
|
2387
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2388
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2389
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2390
|
+
};
|
|
2391
|
+
$forceUpdate: () => void;
|
|
2392
|
+
$nextTick: typeof nextTick;
|
|
2393
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
2394
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
2395
|
+
isError?: boolean;
|
|
2396
|
+
} & FieldBaseProps> & Readonly<{
|
|
2397
|
+
onClick?: (() => any) | undefined;
|
|
2398
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2399
|
+
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
2400
|
+
$slots: {
|
|
2401
|
+
before?(_: {}): any;
|
|
2402
|
+
default?(_: {}): any;
|
|
2403
|
+
after?(_: {}): any;
|
|
2404
|
+
};
|
|
2405
|
+
}) | null;
|
|
2406
|
+
input: HTMLInputElement;
|
|
2407
|
+
triggerElementRef: ({
|
|
2408
|
+
$: ComponentInternalInstance;
|
|
2409
|
+
$data: {};
|
|
2410
|
+
$props: {
|
|
2411
|
+
readonly borderRadius?: (string | number) | undefined;
|
|
2412
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
2413
|
+
$attrs: {
|
|
2414
|
+
[x: string]: unknown;
|
|
2415
|
+
};
|
|
2416
|
+
$refs: {
|
|
2417
|
+
[x: string]: unknown;
|
|
2418
|
+
};
|
|
2419
|
+
$slots: Readonly<{
|
|
2420
|
+
[name: string]: Slot<any> | undefined;
|
|
2421
|
+
}>;
|
|
2422
|
+
$root: ComponentPublicInstance | null;
|
|
2423
|
+
$parent: ComponentPublicInstance | null;
|
|
2424
|
+
$host: Element | null;
|
|
2425
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
2426
|
+
$el: HTMLElement;
|
|
2427
|
+
$options: ComponentOptionsBase<Readonly<PopoverProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
2428
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
2429
|
+
created?: (() => void) | (() => void)[];
|
|
2430
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
2431
|
+
mounted?: (() => void) | (() => void)[];
|
|
2432
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
2433
|
+
updated?: (() => void) | (() => void)[];
|
|
2434
|
+
activated?: (() => void) | (() => void)[];
|
|
2435
|
+
deactivated?: (() => void) | (() => void)[];
|
|
2436
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
2437
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
2438
|
+
destroyed?: (() => void) | (() => void)[];
|
|
2439
|
+
unmounted?: (() => void) | (() => void)[];
|
|
2440
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2441
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2442
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2443
|
+
};
|
|
2444
|
+
$forceUpdate: () => void;
|
|
2445
|
+
$nextTick: typeof nextTick;
|
|
2446
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
2447
|
+
} & Readonly<{}> & Omit<Readonly<PopoverProps> & Readonly<{}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
2448
|
+
$slots: {
|
|
2449
|
+
default?(_: {}): any;
|
|
2450
|
+
};
|
|
2451
|
+
}) | null;
|
|
2452
|
+
}, any>;
|
|
2453
|
+
|
|
2454
|
+
export declare type MultiSelectFieldProps = {
|
|
2455
|
+
list: {
|
|
2456
|
+
id: string;
|
|
2457
|
+
text: string;
|
|
2458
|
+
}[];
|
|
2459
|
+
label?: string;
|
|
2460
|
+
description?: string;
|
|
2461
|
+
errorText?: string;
|
|
2462
|
+
isDisabled?: boolean;
|
|
2463
|
+
name?: string;
|
|
2464
|
+
placeholder?: string;
|
|
2465
|
+
hasBorder?: boolean;
|
|
2466
|
+
hasSearch?: boolean;
|
|
2467
|
+
};
|
|
2468
|
+
|
|
1999
2469
|
declare const objectFits: readonly ["cover", "contain"];
|
|
2000
2470
|
|
|
2001
2471
|
declare function onApply(newValue: {
|
|
@@ -2007,7 +2477,7 @@ declare function onDropFilter(value: FilterValue): void;
|
|
|
2007
2477
|
|
|
2008
2478
|
declare function open_2(): void;
|
|
2009
2479
|
|
|
2010
|
-
export declare const Popover:
|
|
2480
|
+
export declare const Popover: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
2011
2481
|
|
|
2012
2482
|
export declare type PopoverProps = {
|
|
2013
2483
|
borderRadius?: string | number;
|
|
@@ -2023,7 +2493,7 @@ export declare type PriceProps = {
|
|
|
2023
2493
|
isShowPlusSign?: boolean;
|
|
2024
2494
|
};
|
|
2025
2495
|
|
|
2026
|
-
export declare const ResponseBase:
|
|
2496
|
+
export declare const ResponseBase: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
2027
2497
|
|
|
2028
2498
|
declare type ResponseBaseProps = {
|
|
2029
2499
|
img?: string;
|
|
@@ -2032,7 +2502,7 @@ declare type ResponseBaseProps = {
|
|
|
2032
2502
|
description?: string;
|
|
2033
2503
|
};
|
|
2034
2504
|
|
|
2035
|
-
export declare const Section:
|
|
2505
|
+
export declare const Section: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
2036
2506
|
|
|
2037
2507
|
export declare const Select: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2038
2508
|
"update:value": (value: Maybe<string | number>) => any;
|
|
@@ -2040,7 +2510,7 @@ export declare const Select: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}
|
|
|
2040
2510
|
"onUpdate:value"?: ((value: Maybe<string | number>) => any) | undefined;
|
|
2041
2511
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2042
2512
|
|
|
2043
|
-
export declare const SelectBase:
|
|
2513
|
+
export declare const SelectBase: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
2044
2514
|
|
|
2045
2515
|
export declare type SelectBaseEmits = {
|
|
2046
2516
|
(event: 'clickField'): void;
|
|
@@ -2059,6 +2529,146 @@ export declare type SelectBaseProps = {
|
|
|
2059
2529
|
dropdownMaxHeight?: number;
|
|
2060
2530
|
};
|
|
2061
2531
|
|
|
2532
|
+
export declare const SelectField: DefineComponent<__VLS_PublicProps_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2533
|
+
"update:value": (value: string | null) => any;
|
|
2534
|
+
"update:isError": (value: boolean) => any;
|
|
2535
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_17> & Readonly<{
|
|
2536
|
+
"onUpdate:value"?: ((value: string | null) => any) | undefined;
|
|
2537
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2538
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
2539
|
+
parentElementRef: ({
|
|
2540
|
+
$: ComponentInternalInstance;
|
|
2541
|
+
$data: {};
|
|
2542
|
+
$props: {
|
|
2543
|
+
readonly isError?: boolean | undefined;
|
|
2544
|
+
readonly size: "34" | "44" | 34 | 44;
|
|
2545
|
+
readonly iconLeft?: IconName | undefined;
|
|
2546
|
+
readonly iconRight?: IconName | undefined;
|
|
2547
|
+
readonly hasCounter?: boolean | undefined;
|
|
2548
|
+
readonly counter?: (number | string) | undefined;
|
|
2549
|
+
readonly isDisabled?: boolean | undefined;
|
|
2550
|
+
readonly hasBorder?: boolean | undefined;
|
|
2551
|
+
readonly onClick?: (() => any) | undefined;
|
|
2552
|
+
readonly "onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2553
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
2554
|
+
$attrs: {
|
|
2555
|
+
[x: string]: unknown;
|
|
2556
|
+
};
|
|
2557
|
+
$refs: {
|
|
2558
|
+
[x: string]: unknown;
|
|
2559
|
+
};
|
|
2560
|
+
$slots: Readonly<{
|
|
2561
|
+
[name: string]: Slot<any> | undefined;
|
|
2562
|
+
}>;
|
|
2563
|
+
$root: ComponentPublicInstance | null;
|
|
2564
|
+
$parent: ComponentPublicInstance | null;
|
|
2565
|
+
$host: Element | null;
|
|
2566
|
+
$emit: ((event: "click") => void) & ((event: "update:isError", value: boolean) => void);
|
|
2567
|
+
$el: HTMLDivElement;
|
|
2568
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
2569
|
+
isError?: boolean;
|
|
2570
|
+
} & FieldBaseProps> & Readonly<{
|
|
2571
|
+
onClick?: (() => any) | undefined;
|
|
2572
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2573
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2574
|
+
click: () => any;
|
|
2575
|
+
"update:isError": (value: boolean) => any;
|
|
2576
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
2577
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
2578
|
+
created?: (() => void) | (() => void)[];
|
|
2579
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
2580
|
+
mounted?: (() => void) | (() => void)[];
|
|
2581
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
2582
|
+
updated?: (() => void) | (() => void)[];
|
|
2583
|
+
activated?: (() => void) | (() => void)[];
|
|
2584
|
+
deactivated?: (() => void) | (() => void)[];
|
|
2585
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
2586
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
2587
|
+
destroyed?: (() => void) | (() => void)[];
|
|
2588
|
+
unmounted?: (() => void) | (() => void)[];
|
|
2589
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2590
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2591
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2592
|
+
};
|
|
2593
|
+
$forceUpdate: () => void;
|
|
2594
|
+
$nextTick: nextTick;
|
|
2595
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
2596
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
2597
|
+
isError?: boolean;
|
|
2598
|
+
} & FieldBaseProps> & Readonly<{
|
|
2599
|
+
onClick?: (() => any) | undefined;
|
|
2600
|
+
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
2601
|
+
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
2602
|
+
$slots: {
|
|
2603
|
+
before?(_: {}): any;
|
|
2604
|
+
default?(_: {}): any;
|
|
2605
|
+
after?(_: {}): any;
|
|
2606
|
+
};
|
|
2607
|
+
}) | null;
|
|
2608
|
+
triggerElementRef: ({
|
|
2609
|
+
$: ComponentInternalInstance;
|
|
2610
|
+
$data: {};
|
|
2611
|
+
$props: {
|
|
2612
|
+
readonly borderRadius?: (string | number) | undefined;
|
|
2613
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
2614
|
+
$attrs: {
|
|
2615
|
+
[x: string]: unknown;
|
|
2616
|
+
};
|
|
2617
|
+
$refs: {
|
|
2618
|
+
[x: string]: unknown;
|
|
2619
|
+
};
|
|
2620
|
+
$slots: Readonly<{
|
|
2621
|
+
[name: string]: Slot<any> | undefined;
|
|
2622
|
+
}>;
|
|
2623
|
+
$root: ComponentPublicInstance | null;
|
|
2624
|
+
$parent: ComponentPublicInstance | null;
|
|
2625
|
+
$host: Element | null;
|
|
2626
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
2627
|
+
$el: HTMLElement;
|
|
2628
|
+
$options: ComponentOptionsBase<Readonly<PopoverProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
2629
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
2630
|
+
created?: (() => void) | (() => void)[];
|
|
2631
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
2632
|
+
mounted?: (() => void) | (() => void)[];
|
|
2633
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
2634
|
+
updated?: (() => void) | (() => void)[];
|
|
2635
|
+
activated?: (() => void) | (() => void)[];
|
|
2636
|
+
deactivated?: (() => void) | (() => void)[];
|
|
2637
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
2638
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
2639
|
+
destroyed?: (() => void) | (() => void)[];
|
|
2640
|
+
unmounted?: (() => void) | (() => void)[];
|
|
2641
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2642
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2643
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2644
|
+
};
|
|
2645
|
+
$forceUpdate: () => void;
|
|
2646
|
+
$nextTick: nextTick;
|
|
2647
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
2648
|
+
} & Readonly<{}> & Omit<Readonly<PopoverProps> & Readonly<{}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
2649
|
+
$slots: {
|
|
2650
|
+
default?(_: {}): any;
|
|
2651
|
+
};
|
|
2652
|
+
}) | null;
|
|
2653
|
+
}, any>;
|
|
2654
|
+
|
|
2655
|
+
export declare type SelectFieldProps = {
|
|
2656
|
+
list: {
|
|
2657
|
+
id: string;
|
|
2658
|
+
text: string;
|
|
2659
|
+
}[];
|
|
2660
|
+
label?: string;
|
|
2661
|
+
description?: string;
|
|
2662
|
+
errorText?: string;
|
|
2663
|
+
isDisabled?: boolean;
|
|
2664
|
+
name?: string;
|
|
2665
|
+
placeholder?: string;
|
|
2666
|
+
iconLeft?: IconName;
|
|
2667
|
+
iconRight?: IconName;
|
|
2668
|
+
hasBorder?: boolean;
|
|
2669
|
+
hasSearch?: boolean;
|
|
2670
|
+
};
|
|
2671
|
+
|
|
2062
2672
|
export declare type SelectProps = Pick<SelectBaseProps, 'label' | 'description' | 'errorText' | 'isError' | 'isDisabled'> & {
|
|
2063
2673
|
iconLeft?: IconName;
|
|
2064
2674
|
placeholder?: string;
|
|
@@ -2172,7 +2782,7 @@ export declare type TableProps<T> = {
|
|
|
2172
2782
|
reRenderKey?: string;
|
|
2173
2783
|
};
|
|
2174
2784
|
|
|
2175
|
-
export declare const TableRow:
|
|
2785
|
+
export declare const TableRow: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
2176
2786
|
|
|
2177
2787
|
export declare const Tabs: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2178
2788
|
"update:value": (value: Maybe<string | number> | undefined) => any;
|
|
@@ -2200,7 +2810,7 @@ declare const tags_2: readonly ["button", "a", "router-link", "div"];
|
|
|
2200
2810
|
|
|
2201
2811
|
declare const tags_3: readonly ["a", "router-link", "button"];
|
|
2202
2812
|
|
|
2203
|
-
export declare const TheImage:
|
|
2813
|
+
export declare const TheImage: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
2204
2814
|
|
|
2205
2815
|
export declare type TheImageProps = {
|
|
2206
2816
|
src: string;
|
|
@@ -2230,7 +2840,7 @@ export declare type ThemePickerProps = {
|
|
|
2230
2840
|
|
|
2231
2841
|
export declare const ThemePickerSkeleton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
|
|
2232
2842
|
|
|
2233
|
-
export declare const TheText:
|
|
2843
|
+
export declare const TheText: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
2234
2844
|
|
|
2235
2845
|
export declare type TheTextProps = {
|
|
2236
2846
|
tag?: (typeof tags)[number];
|
|
@@ -2274,7 +2884,7 @@ declare type ToasterContext = {
|
|
|
2274
2884
|
showError(text?: string): void;
|
|
2275
2885
|
};
|
|
2276
2886
|
|
|
2277
|
-
export declare const ToasterProvider:
|
|
2887
|
+
export declare const ToasterProvider: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
2278
2888
|
|
|
2279
2889
|
export declare type ToastListItem = Toast & {
|
|
2280
2890
|
id: number;
|
|
@@ -2403,11 +3013,11 @@ declare type TransitionFadeProps_2 = {
|
|
|
2403
3013
|
duration?: number;
|
|
2404
3014
|
};
|
|
2405
3015
|
|
|
2406
|
-
export declare const TransitionHeight:
|
|
3016
|
+
export declare const TransitionHeight: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
2407
3017
|
|
|
2408
|
-
export declare const TransitionSlideDown:
|
|
3018
|
+
export declare const TransitionSlideDown: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
2409
3019
|
|
|
2410
|
-
export declare const TransitionSlideRight:
|
|
3020
|
+
export declare const TransitionSlideRight: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
2411
3021
|
|
|
2412
3022
|
export declare function useCopyToBuffer(options?: {
|
|
2413
3023
|
toasterText: string;
|
|
@@ -2466,7 +3076,7 @@ export declare const useToaster: () => ToasterContext;
|
|
|
2466
3076
|
|
|
2467
3077
|
declare type Value = ColorInput | undefined;
|
|
2468
3078
|
|
|
2469
|
-
export declare const VerificationInfoCell:
|
|
3079
|
+
export declare const VerificationInfoCell: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
2470
3080
|
|
|
2471
3081
|
export declare type VerificationInfoCellProps = {
|
|
2472
3082
|
icon: IconName;
|
|
@@ -2492,7 +3102,7 @@ declare const views_7: readonly ["base", "critical"];
|
|
|
2492
3102
|
|
|
2493
3103
|
declare const views_8: readonly ["default", "flat", "flat-secondary"];
|
|
2494
3104
|
|
|
2495
|
-
declare const views_9: readonly ["base", "critical"];
|
|
3105
|
+
declare const views_9: readonly ["base", "critical", "secondary"];
|
|
2496
3106
|
|
|
2497
3107
|
declare const weights: readonly ["regular", "medium", "semibold", "bold"];
|
|
2498
3108
|
|