manolis-ui 0.25.4 → 0.27.4
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 +161 -129
- package/dist/manolis-ui.js +657 -607
- package/dist/manolis-ui.umd.cjs +8 -8
- package/dist/style.css +167 -0
- package/package.json +4 -1
package/dist/index.d.ts
CHANGED
|
@@ -14,29 +14,31 @@ loading: boolean;
|
|
|
14
14
|
disabled: boolean;
|
|
15
15
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
16
16
|
|
|
17
|
-
declare const __VLS_component_10: DefineComponent<
|
|
17
|
+
declare const __VLS_component_10: DefineComponent<ChatProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ChatProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
18
18
|
|
|
19
|
-
declare const __VLS_component_11: DefineComponent<
|
|
19
|
+
declare const __VLS_component_11: DefineComponent<KbdProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<KbdProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
20
|
+
|
|
21
|
+
declare const __VLS_component_12: DefineComponent<StatsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StatsProps> & Readonly<{}>, {
|
|
20
22
|
horizontal: boolean;
|
|
21
23
|
vertical: boolean;
|
|
22
24
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
23
25
|
|
|
24
|
-
declare const
|
|
26
|
+
declare const __VLS_component_13: DefineComponent<StatProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StatProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
25
27
|
|
|
26
|
-
declare const
|
|
28
|
+
declare const __VLS_component_14: DefineComponent<TableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TableProps> & Readonly<{}>, {
|
|
27
29
|
zebra: boolean;
|
|
28
30
|
pinRows: boolean;
|
|
29
31
|
pinCols: boolean;
|
|
30
32
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
31
33
|
|
|
32
|
-
declare const
|
|
34
|
+
declare const __VLS_component_15: DefineComponent<TimelineProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TimelineProps> & Readonly<{}>, {
|
|
33
35
|
horizontal: boolean;
|
|
34
36
|
vertical: boolean;
|
|
35
37
|
compact: boolean;
|
|
36
38
|
snapIcon: boolean;
|
|
37
39
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
38
40
|
|
|
39
|
-
declare const
|
|
41
|
+
declare const __VLS_component_16: DefineComponent<Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
40
42
|
search: () => any;
|
|
41
43
|
"update:search-data": (payload: {
|
|
42
44
|
tab: string;
|
|
@@ -53,15 +55,15 @@ searchContainer: HTMLDivElement;
|
|
|
53
55
|
inlineComponentRef: unknown;
|
|
54
56
|
}, any>;
|
|
55
57
|
|
|
56
|
-
declare const
|
|
58
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
57
59
|
"update:modelValue": (value: string[]) => any;
|
|
58
|
-
}, string, PublicProps, Readonly<
|
|
60
|
+
}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{
|
|
59
61
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
60
62
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
61
63
|
inputRef: HTMLInputElement;
|
|
62
64
|
}, HTMLDivElement>;
|
|
63
65
|
|
|
64
|
-
declare const
|
|
66
|
+
declare const __VLS_component_18: DefineComponent<Props_13, {
|
|
65
67
|
isDropdownOpen: Ref<boolean, boolean>;
|
|
66
68
|
selectedItem: Ref< {
|
|
67
69
|
value: string | number | object | null;
|
|
@@ -98,7 +100,7 @@ activatorWrapper: HTMLDivElement;
|
|
|
98
100
|
filterInput: HTMLInputElement;
|
|
99
101
|
}, HTMLDivElement>;
|
|
100
102
|
|
|
101
|
-
declare const
|
|
103
|
+
declare const __VLS_component_19: DefineComponent<Props_14, {
|
|
102
104
|
focusInput: () => void;
|
|
103
105
|
isValid: typeof isValid;
|
|
104
106
|
isTouched: typeof isTouched;
|
|
@@ -131,10 +133,6 @@ successMessage: string;
|
|
|
131
133
|
inputElement: HTMLInputElement;
|
|
132
134
|
}, HTMLDivElement>;
|
|
133
135
|
|
|
134
|
-
declare const __VLS_component_19: DefineComponent<SkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SkeletonProps> & Readonly<{}>, {
|
|
135
|
-
text: boolean;
|
|
136
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
137
|
-
|
|
138
136
|
declare const __VLS_component_2: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {
|
|
139
137
|
position: keyof typeof dropdownPosition;
|
|
140
138
|
floatPosition: keyof typeof dropdownFloatPosition;
|
|
@@ -142,14 +140,18 @@ openOnHover: boolean;
|
|
|
142
140
|
forceOpen: boolean;
|
|
143
141
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
144
142
|
|
|
145
|
-
declare const __VLS_component_20: DefineComponent<
|
|
143
|
+
declare const __VLS_component_20: DefineComponent<SkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SkeletonProps> & Readonly<{}>, {
|
|
144
|
+
text: boolean;
|
|
145
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
146
|
+
|
|
147
|
+
declare const __VLS_component_21: DefineComponent<ToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProps> & Readonly<{}>, {
|
|
146
148
|
position: "start" | "center" | "end";
|
|
147
149
|
vertical: "top" | "middle" | "bottom";
|
|
148
150
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
149
151
|
|
|
150
|
-
declare const
|
|
152
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
151
153
|
"update:modelValue": (value: boolean) => any;
|
|
152
|
-
}, string, PublicProps, Readonly<
|
|
154
|
+
}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
|
|
153
155
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
154
156
|
}>, {
|
|
155
157
|
type: AlertType;
|
|
@@ -157,12 +159,12 @@ modelValue: boolean;
|
|
|
157
159
|
closable: boolean;
|
|
158
160
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
159
161
|
|
|
160
|
-
declare const
|
|
162
|
+
declare const __VLS_component_23: DefineComponent<DividerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DividerProps> & Readonly<{}>, {
|
|
161
163
|
horizontal: boolean;
|
|
162
164
|
vertical: boolean;
|
|
163
165
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
164
166
|
|
|
165
|
-
declare const
|
|
167
|
+
declare const __VLS_component_24: DefineComponent<DrawerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
166
168
|
"update:modelValue": (value: boolean) => any;
|
|
167
169
|
}, string, PublicProps, Readonly<DrawerProps> & Readonly<{
|
|
168
170
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -172,40 +174,38 @@ modelValue: boolean;
|
|
|
172
174
|
open: boolean;
|
|
173
175
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
174
176
|
|
|
175
|
-
declare const
|
|
177
|
+
declare const __VLS_component_25: DefineComponent<Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_16> & Readonly<{}>, {
|
|
176
178
|
rows: number;
|
|
177
179
|
collapseOnMobile: boolean;
|
|
178
180
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
179
181
|
|
|
180
|
-
declare const
|
|
182
|
+
declare const __VLS_component_26: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
181
183
|
|
|
182
|
-
declare const
|
|
184
|
+
declare const __VLS_component_27: DefineComponent<JoinProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<JoinProps> & Readonly<{}>, {
|
|
183
185
|
horizontal: boolean;
|
|
184
186
|
vertical: boolean;
|
|
185
187
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
186
188
|
|
|
187
|
-
declare const
|
|
189
|
+
declare const __VLS_component_28: DefineComponent<StackProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StackProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
188
190
|
|
|
189
|
-
declare const
|
|
191
|
+
declare const __VLS_component_29: DefineComponent<MenuProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<MenuProps> & Readonly<{}>, {
|
|
190
192
|
horizontal: boolean;
|
|
191
193
|
vertical: boolean;
|
|
192
194
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
193
195
|
|
|
194
|
-
declare const
|
|
196
|
+
declare const __VLS_component_3: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
197
|
+
position: "bottom-right" | "bottom-left" | "top-right" | "top-left";
|
|
198
|
+
flower: boolean;
|
|
199
|
+
color: string;
|
|
200
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
195
201
|
|
|
196
|
-
declare const
|
|
197
|
-
position: keyof typeof modalPosition;
|
|
198
|
-
forceOpen: boolean | null;
|
|
199
|
-
withBackdrop: boolean;
|
|
200
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
201
|
-
dialog: HTMLDialogElement;
|
|
202
|
-
}, any>;
|
|
202
|
+
declare const __VLS_component_30: DefineComponent<NavbarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NavbarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
203
203
|
|
|
204
|
-
declare const
|
|
204
|
+
declare const __VLS_component_31: DefineComponent<Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_18> & Readonly<{}>, {
|
|
205
205
|
isCollapsed: boolean;
|
|
206
206
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
207
207
|
|
|
208
|
-
declare const
|
|
208
|
+
declare const __VLS_component_32: DefineComponent<Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
209
209
|
"tab-changed": (...args: any[]) => void;
|
|
210
210
|
}, string, PublicProps, Readonly<Props_19> & Readonly<{
|
|
211
211
|
"onTab-changed"?: ((...args: any[]) => any) | undefined;
|
|
@@ -215,15 +215,23 @@ rotateTabsAfter: number;
|
|
|
215
215
|
buttonOnlyMode: boolean;
|
|
216
216
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
217
217
|
|
|
218
|
-
declare const __VLS_component_4: DefineComponent<
|
|
218
|
+
declare const __VLS_component_4: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_3> & Readonly<{}>, {
|
|
219
|
+
position: keyof typeof modalPosition;
|
|
220
|
+
forceOpen: boolean | null;
|
|
221
|
+
withBackdrop: boolean;
|
|
222
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
223
|
+
dialog: HTMLDialogElement;
|
|
224
|
+
}, any>;
|
|
225
|
+
|
|
226
|
+
declare const __VLS_component_5: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_4> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
219
227
|
|
|
220
|
-
declare const
|
|
228
|
+
declare const __VLS_component_6: DefineComponent<Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_8> & Readonly<{}>, {
|
|
221
229
|
size: "extra small" | "small" | "medium" | "large";
|
|
222
230
|
color: "neutral" | "primary" | "secondary" | "accent" | "ghost" | "info" | "success" | "warning" | "error";
|
|
223
231
|
outline: boolean;
|
|
224
232
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
225
233
|
|
|
226
|
-
declare const
|
|
234
|
+
declare const __VLS_component_7: DefineComponent<Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_9> & Readonly<{}>, {
|
|
227
235
|
outlined: boolean;
|
|
228
236
|
loading: boolean;
|
|
229
237
|
title: string;
|
|
@@ -238,7 +246,7 @@ imgWidth: string;
|
|
|
238
246
|
horizontal: boolean;
|
|
239
247
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
240
248
|
|
|
241
|
-
declare const
|
|
249
|
+
declare const __VLS_component_8: DefineComponent<ExtractPropTypes< {
|
|
242
250
|
showIndicators: {
|
|
243
251
|
type: BooleanConstructor;
|
|
244
252
|
default: boolean;
|
|
@@ -379,25 +387,29 @@ carouselContainer: HTMLDivElement;
|
|
|
379
387
|
slidesContainer: HTMLDivElement;
|
|
380
388
|
}, HTMLDivElement>;
|
|
381
389
|
|
|
382
|
-
declare const
|
|
383
|
-
|
|
384
|
-
declare const __VLS_component_9: DefineComponent<ChatProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ChatProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
390
|
+
declare const __VLS_component_9: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
385
391
|
|
|
386
392
|
declare type __VLS_Props = {
|
|
393
|
+
position?: 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left';
|
|
394
|
+
flower?: boolean;
|
|
395
|
+
color?: string;
|
|
396
|
+
};
|
|
397
|
+
|
|
398
|
+
declare type __VLS_Props_2 = {
|
|
387
399
|
modelValue: string[];
|
|
388
400
|
maxTagAmount?: number;
|
|
389
401
|
placeholder?: string;
|
|
390
402
|
class?: string;
|
|
391
403
|
};
|
|
392
404
|
|
|
393
|
-
declare type
|
|
405
|
+
declare type __VLS_Props_3 = {
|
|
394
406
|
options: SelectOption[];
|
|
395
407
|
label?: string;
|
|
396
408
|
placeholder?: string;
|
|
397
409
|
modelValue: string | number | object | null;
|
|
398
410
|
};
|
|
399
411
|
|
|
400
|
-
declare type
|
|
412
|
+
declare type __VLS_Props_4 = {
|
|
401
413
|
type?: AlertType;
|
|
402
414
|
message: string;
|
|
403
415
|
closable?: boolean;
|
|
@@ -416,10 +428,13 @@ declare function __VLS_template(): {
|
|
|
416
428
|
declare function __VLS_template_10(): {
|
|
417
429
|
attrs: Partial<{}>;
|
|
418
430
|
slots: {
|
|
431
|
+
image?(_: {}): any;
|
|
432
|
+
header?(_: {}): any;
|
|
419
433
|
default?(_: {}): any;
|
|
434
|
+
footer?(_: {}): any;
|
|
420
435
|
};
|
|
421
436
|
refs: {};
|
|
422
|
-
rootEl:
|
|
437
|
+
rootEl: HTMLDivElement;
|
|
423
438
|
};
|
|
424
439
|
|
|
425
440
|
declare function __VLS_template_11(): {
|
|
@@ -428,10 +443,19 @@ declare function __VLS_template_11(): {
|
|
|
428
443
|
default?(_: {}): any;
|
|
429
444
|
};
|
|
430
445
|
refs: {};
|
|
431
|
-
rootEl:
|
|
446
|
+
rootEl: HTMLElement;
|
|
432
447
|
};
|
|
433
448
|
|
|
434
449
|
declare function __VLS_template_12(): {
|
|
450
|
+
attrs: Partial<{}>;
|
|
451
|
+
slots: {
|
|
452
|
+
default?(_: {}): any;
|
|
453
|
+
};
|
|
454
|
+
refs: {};
|
|
455
|
+
rootEl: HTMLDivElement;
|
|
456
|
+
};
|
|
457
|
+
|
|
458
|
+
declare function __VLS_template_13(): {
|
|
435
459
|
attrs: Partial<{}>;
|
|
436
460
|
slots: {
|
|
437
461
|
figure?(_: {}): any;
|
|
@@ -441,7 +465,7 @@ declare function __VLS_template_12(): {
|
|
|
441
465
|
rootEl: HTMLDivElement;
|
|
442
466
|
};
|
|
443
467
|
|
|
444
|
-
declare function
|
|
468
|
+
declare function __VLS_template_14(): {
|
|
445
469
|
attrs: Partial<{}>;
|
|
446
470
|
slots: {
|
|
447
471
|
default?(_: {}): any;
|
|
@@ -450,7 +474,7 @@ declare function __VLS_template_13(): {
|
|
|
450
474
|
rootEl: HTMLDivElement;
|
|
451
475
|
};
|
|
452
476
|
|
|
453
|
-
declare function
|
|
477
|
+
declare function __VLS_template_15(): {
|
|
454
478
|
attrs: Partial<{}>;
|
|
455
479
|
slots: {
|
|
456
480
|
default?(_: {}): any;
|
|
@@ -459,7 +483,7 @@ declare function __VLS_template_14(): {
|
|
|
459
483
|
rootEl: HTMLUListElement;
|
|
460
484
|
};
|
|
461
485
|
|
|
462
|
-
declare function
|
|
486
|
+
declare function __VLS_template_16(): {
|
|
463
487
|
attrs: Partial<{}>;
|
|
464
488
|
slots: {
|
|
465
489
|
additionalForMobile?(_: {}): any;
|
|
@@ -471,7 +495,7 @@ declare function __VLS_template_15(): {
|
|
|
471
495
|
rootEl: any;
|
|
472
496
|
};
|
|
473
497
|
|
|
474
|
-
declare function
|
|
498
|
+
declare function __VLS_template_17(): {
|
|
475
499
|
attrs: Partial<{}>;
|
|
476
500
|
slots: {
|
|
477
501
|
tag?(_: {
|
|
@@ -488,7 +512,7 @@ declare function __VLS_template_16(): {
|
|
|
488
512
|
rootEl: HTMLDivElement;
|
|
489
513
|
};
|
|
490
514
|
|
|
491
|
-
declare function
|
|
515
|
+
declare function __VLS_template_18(): {
|
|
492
516
|
attrs: Partial<{}>;
|
|
493
517
|
slots: {
|
|
494
518
|
default?(_: {}): any;
|
|
@@ -501,7 +525,7 @@ declare function __VLS_template_17(): {
|
|
|
501
525
|
rootEl: HTMLDivElement;
|
|
502
526
|
};
|
|
503
527
|
|
|
504
|
-
declare function
|
|
528
|
+
declare function __VLS_template_19(): {
|
|
505
529
|
attrs: Partial<{}>;
|
|
506
530
|
slots: {
|
|
507
531
|
default?(_: {}): any;
|
|
@@ -512,15 +536,6 @@ declare function __VLS_template_18(): {
|
|
|
512
536
|
rootEl: HTMLDivElement;
|
|
513
537
|
};
|
|
514
538
|
|
|
515
|
-
declare function __VLS_template_19(): {
|
|
516
|
-
attrs: Partial<{}>;
|
|
517
|
-
slots: {
|
|
518
|
-
default?(_: {}): any;
|
|
519
|
-
};
|
|
520
|
-
refs: {};
|
|
521
|
-
rootEl: HTMLDivElement;
|
|
522
|
-
};
|
|
523
|
-
|
|
524
539
|
declare function __VLS_template_2(): {
|
|
525
540
|
attrs: Partial<{}>;
|
|
526
541
|
slots: {
|
|
@@ -544,6 +559,15 @@ declare function __VLS_template_20(): {
|
|
|
544
559
|
};
|
|
545
560
|
|
|
546
561
|
declare function __VLS_template_21(): {
|
|
562
|
+
attrs: Partial<{}>;
|
|
563
|
+
slots: {
|
|
564
|
+
default?(_: {}): any;
|
|
565
|
+
};
|
|
566
|
+
refs: {};
|
|
567
|
+
rootEl: HTMLDivElement;
|
|
568
|
+
};
|
|
569
|
+
|
|
570
|
+
declare function __VLS_template_22(): {
|
|
547
571
|
attrs: Partial<{}>;
|
|
548
572
|
slots: {
|
|
549
573
|
icon?(_: {
|
|
@@ -555,7 +579,7 @@ declare function __VLS_template_21(): {
|
|
|
555
579
|
rootEl: any;
|
|
556
580
|
};
|
|
557
581
|
|
|
558
|
-
declare function
|
|
582
|
+
declare function __VLS_template_23(): {
|
|
559
583
|
attrs: Partial<{}>;
|
|
560
584
|
slots: {
|
|
561
585
|
default?(_: {}): any;
|
|
@@ -564,7 +588,7 @@ declare function __VLS_template_22(): {
|
|
|
564
588
|
rootEl: HTMLDivElement;
|
|
565
589
|
};
|
|
566
590
|
|
|
567
|
-
declare function
|
|
591
|
+
declare function __VLS_template_24(): {
|
|
568
592
|
attrs: Partial<{}>;
|
|
569
593
|
slots: {
|
|
570
594
|
content?(_: {}): any;
|
|
@@ -574,7 +598,7 @@ declare function __VLS_template_23(): {
|
|
|
574
598
|
rootEl: HTMLDivElement;
|
|
575
599
|
};
|
|
576
600
|
|
|
577
|
-
declare function
|
|
601
|
+
declare function __VLS_template_25(): {
|
|
578
602
|
attrs: Partial<{}>;
|
|
579
603
|
slots: {
|
|
580
604
|
'extra-row'?(_: {}): any;
|
|
@@ -584,7 +608,7 @@ declare function __VLS_template_24(): {
|
|
|
584
608
|
rootEl: HTMLDivElement;
|
|
585
609
|
};
|
|
586
610
|
|
|
587
|
-
declare function
|
|
611
|
+
declare function __VLS_template_26(): {
|
|
588
612
|
attrs: Partial<{}>;
|
|
589
613
|
slots: {
|
|
590
614
|
title?(_: {}): any;
|
|
@@ -599,7 +623,7 @@ declare function __VLS_template_25(): {
|
|
|
599
623
|
rootEl: HTMLDivElement;
|
|
600
624
|
};
|
|
601
625
|
|
|
602
|
-
declare function
|
|
626
|
+
declare function __VLS_template_27(): {
|
|
603
627
|
attrs: Partial<{}>;
|
|
604
628
|
slots: {
|
|
605
629
|
default?(_: {}): any;
|
|
@@ -608,7 +632,7 @@ declare function __VLS_template_26(): {
|
|
|
608
632
|
rootEl: HTMLDivElement;
|
|
609
633
|
};
|
|
610
634
|
|
|
611
|
-
declare function
|
|
635
|
+
declare function __VLS_template_28(): {
|
|
612
636
|
attrs: Partial<{}>;
|
|
613
637
|
slots: {
|
|
614
638
|
default?(_: {}): any;
|
|
@@ -617,7 +641,7 @@ declare function __VLS_template_27(): {
|
|
|
617
641
|
rootEl: HTMLDivElement;
|
|
618
642
|
};
|
|
619
643
|
|
|
620
|
-
declare function
|
|
644
|
+
declare function __VLS_template_29(): {
|
|
621
645
|
attrs: Partial<{}>;
|
|
622
646
|
slots: {
|
|
623
647
|
default?(_: {}): any;
|
|
@@ -626,35 +650,29 @@ declare function __VLS_template_28(): {
|
|
|
626
650
|
rootEl: HTMLUListElement;
|
|
627
651
|
};
|
|
628
652
|
|
|
629
|
-
declare function
|
|
653
|
+
declare function __VLS_template_3(): {
|
|
630
654
|
attrs: Partial<{}>;
|
|
631
655
|
slots: {
|
|
632
|
-
|
|
633
|
-
center?(_: {}): any;
|
|
634
|
-
end?(_: {}): any;
|
|
656
|
+
activator?(_: {}): any;
|
|
635
657
|
default?(_: {}): any;
|
|
636
658
|
};
|
|
637
659
|
refs: {};
|
|
638
660
|
rootEl: HTMLDivElement;
|
|
639
661
|
};
|
|
640
662
|
|
|
641
|
-
declare function
|
|
663
|
+
declare function __VLS_template_30(): {
|
|
642
664
|
attrs: Partial<{}>;
|
|
643
665
|
slots: {
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
}): any;
|
|
666
|
+
start?(_: {}): any;
|
|
667
|
+
center?(_: {}): any;
|
|
668
|
+
end?(_: {}): any;
|
|
647
669
|
default?(_: {}): any;
|
|
648
|
-
actions?(_: {}): any;
|
|
649
|
-
'close-button'?(_: {}): any;
|
|
650
|
-
};
|
|
651
|
-
refs: {
|
|
652
|
-
dialog: HTMLDialogElement;
|
|
653
670
|
};
|
|
654
|
-
|
|
671
|
+
refs: {};
|
|
672
|
+
rootEl: HTMLDivElement;
|
|
655
673
|
};
|
|
656
674
|
|
|
657
|
-
declare function
|
|
675
|
+
declare function __VLS_template_31(): {
|
|
658
676
|
attrs: Partial<{}>;
|
|
659
677
|
slots: {
|
|
660
678
|
start?(_: {}): any;
|
|
@@ -666,7 +684,7 @@ declare function __VLS_template_30(): {
|
|
|
666
684
|
rootEl: HTMLElement;
|
|
667
685
|
};
|
|
668
686
|
|
|
669
|
-
declare function
|
|
687
|
+
declare function __VLS_template_32(): {
|
|
670
688
|
attrs: Partial<{}>;
|
|
671
689
|
slots: Partial<Record<`${string}-tab`, (_: {}) => any>> & {
|
|
672
690
|
default?(_: {}): any;
|
|
@@ -676,6 +694,22 @@ declare function __VLS_template_31(): {
|
|
|
676
694
|
};
|
|
677
695
|
|
|
678
696
|
declare function __VLS_template_4(): {
|
|
697
|
+
attrs: Partial<{}>;
|
|
698
|
+
slots: {
|
|
699
|
+
trigger?(_: {
|
|
700
|
+
role: string;
|
|
701
|
+
}): any;
|
|
702
|
+
default?(_: {}): any;
|
|
703
|
+
actions?(_: {}): any;
|
|
704
|
+
'close-button'?(_: {}): any;
|
|
705
|
+
};
|
|
706
|
+
refs: {
|
|
707
|
+
dialog: HTMLDialogElement;
|
|
708
|
+
};
|
|
709
|
+
rootEl: any;
|
|
710
|
+
};
|
|
711
|
+
|
|
712
|
+
declare function __VLS_template_5(): {
|
|
679
713
|
attrs: Partial<{}>;
|
|
680
714
|
slots: {
|
|
681
715
|
on?(_: {}): any;
|
|
@@ -685,7 +719,7 @@ declare function __VLS_template_4(): {
|
|
|
685
719
|
rootEl: HTMLLabelElement;
|
|
686
720
|
};
|
|
687
721
|
|
|
688
|
-
declare function
|
|
722
|
+
declare function __VLS_template_6(): {
|
|
689
723
|
attrs: Partial<{}>;
|
|
690
724
|
slots: {
|
|
691
725
|
default?(_: {}): any;
|
|
@@ -694,7 +728,7 @@ declare function __VLS_template_5(): {
|
|
|
694
728
|
rootEl: HTMLSpanElement;
|
|
695
729
|
};
|
|
696
730
|
|
|
697
|
-
declare function
|
|
731
|
+
declare function __VLS_template_7(): {
|
|
698
732
|
attrs: Partial<{}>;
|
|
699
733
|
slots: {
|
|
700
734
|
details?(_: {
|
|
@@ -706,7 +740,7 @@ declare function __VLS_template_6(): {
|
|
|
706
740
|
rootEl: HTMLDivElement;
|
|
707
741
|
};
|
|
708
742
|
|
|
709
|
-
declare function
|
|
743
|
+
declare function __VLS_template_8(): {
|
|
710
744
|
attrs: Partial<{}>;
|
|
711
745
|
slots: {
|
|
712
746
|
default?(_: {}): any;
|
|
@@ -720,22 +754,10 @@ declare function __VLS_template_7(): {
|
|
|
720
754
|
rootEl: HTMLDivElement;
|
|
721
755
|
};
|
|
722
756
|
|
|
723
|
-
declare function __VLS_template_8(): {
|
|
724
|
-
attrs: Partial<{}>;
|
|
725
|
-
slots: {
|
|
726
|
-
default?(_: {}): any;
|
|
727
|
-
};
|
|
728
|
-
refs: {};
|
|
729
|
-
rootEl: HTMLDivElement;
|
|
730
|
-
};
|
|
731
|
-
|
|
732
757
|
declare function __VLS_template_9(): {
|
|
733
758
|
attrs: Partial<{}>;
|
|
734
759
|
slots: {
|
|
735
|
-
image?(_: {}): any;
|
|
736
|
-
header?(_: {}): any;
|
|
737
760
|
default?(_: {}): any;
|
|
738
|
-
footer?(_: {}): any;
|
|
739
761
|
};
|
|
740
762
|
refs: {};
|
|
741
763
|
rootEl: HTMLDivElement;
|
|
@@ -791,6 +813,8 @@ declare type __VLS_TemplateResult_30 = ReturnType<typeof __VLS_template_30>;
|
|
|
791
813
|
|
|
792
814
|
declare type __VLS_TemplateResult_31 = ReturnType<typeof __VLS_template_31>;
|
|
793
815
|
|
|
816
|
+
declare type __VLS_TemplateResult_32 = ReturnType<typeof __VLS_template_32>;
|
|
817
|
+
|
|
794
818
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
795
819
|
|
|
796
820
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
@@ -953,6 +977,12 @@ declare type __VLS_WithTemplateSlots_31<T, S> = T & {
|
|
|
953
977
|
};
|
|
954
978
|
};
|
|
955
979
|
|
|
980
|
+
declare type __VLS_WithTemplateSlots_32<T, S> = T & {
|
|
981
|
+
new (): {
|
|
982
|
+
$slots: S;
|
|
983
|
+
};
|
|
984
|
+
};
|
|
985
|
+
|
|
956
986
|
declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
957
987
|
new (): {
|
|
958
988
|
$slots: S;
|
|
@@ -999,9 +1029,9 @@ declare interface Accordion_2 {
|
|
|
999
1029
|
content: string;
|
|
1000
1030
|
}
|
|
1001
1031
|
|
|
1002
|
-
export declare const AdvancedSearch:
|
|
1032
|
+
export declare const AdvancedSearch: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1003
1033
|
|
|
1004
|
-
export declare const Alert:
|
|
1034
|
+
export declare const Alert: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1005
1035
|
|
|
1006
1036
|
declare type AlertType = 'info' | 'success' | 'warning' | 'error' | 'default';
|
|
1007
1037
|
|
|
@@ -1010,7 +1040,7 @@ onlineStatus: "online" | "offline" | "none";
|
|
|
1010
1040
|
fullyRounded: boolean;
|
|
1011
1041
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1012
1042
|
|
|
1013
|
-
export declare const Badge:
|
|
1043
|
+
export declare const Badge: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1014
1044
|
|
|
1015
1045
|
declare interface BreadcrumbItem {
|
|
1016
1046
|
label: string;
|
|
@@ -1035,9 +1065,9 @@ declare type CallyInitialDate = Date | string | {
|
|
|
1035
1065
|
end: Date | string;
|
|
1036
1066
|
} | null;
|
|
1037
1067
|
|
|
1038
|
-
export declare const Card:
|
|
1068
|
+
export declare const Card: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1039
1069
|
|
|
1040
|
-
export declare const Carousel:
|
|
1070
|
+
export declare const Carousel: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1041
1071
|
|
|
1042
1072
|
declare type CarouselBreakpointConfig = {
|
|
1043
1073
|
slidesPerView?: number;
|
|
@@ -1048,7 +1078,7 @@ declare type CarouselBreakpointConfig = {
|
|
|
1048
1078
|
|
|
1049
1079
|
declare type CarouselBreakpoints = Record<number, CarouselBreakpointConfig>;
|
|
1050
1080
|
|
|
1051
|
-
export declare const CarouselItem:
|
|
1081
|
+
export declare const CarouselItem: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1052
1082
|
|
|
1053
1083
|
declare interface Category {
|
|
1054
1084
|
category: string;
|
|
@@ -1061,7 +1091,7 @@ export declare const CategoryNavigation: DefineComponent<Props_17, {}, {}, {}, {
|
|
|
1061
1091
|
"onUpdate:currentCategory"?: ((category: string) => any) | undefined;
|
|
1062
1092
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1063
1093
|
|
|
1064
|
-
export declare const Chat:
|
|
1094
|
+
export declare const Chat: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1065
1095
|
|
|
1066
1096
|
declare interface ChatProps {
|
|
1067
1097
|
position: 'start' | 'end';
|
|
@@ -1129,7 +1159,7 @@ timeToInput: HTMLInputElement;
|
|
|
1129
1159
|
timeInput: HTMLInputElement;
|
|
1130
1160
|
}, HTMLDivElement>;
|
|
1131
1161
|
|
|
1132
|
-
export declare const Divider:
|
|
1162
|
+
export declare const Divider: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1133
1163
|
|
|
1134
1164
|
declare interface DividerProps {
|
|
1135
1165
|
vertical?: boolean;
|
|
@@ -1138,7 +1168,7 @@ declare interface DividerProps {
|
|
|
1138
1168
|
position?: 'start' | 'end';
|
|
1139
1169
|
}
|
|
1140
1170
|
|
|
1141
|
-
export declare const Drawer:
|
|
1171
|
+
export declare const Drawer: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1142
1172
|
|
|
1143
1173
|
declare interface DrawerProps {
|
|
1144
1174
|
id: string;
|
|
@@ -1168,6 +1198,8 @@ declare const dropdownPosition: {
|
|
|
1168
1198
|
|
|
1169
1199
|
declare const errorMessage: Ref<string, string>;
|
|
1170
1200
|
|
|
1201
|
+
export declare const Fab: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1202
|
+
|
|
1171
1203
|
export declare const FileInput: DefineComponent<FileInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1172
1204
|
change: (files: FileList | null) => any;
|
|
1173
1205
|
}, string, PublicProps, Readonly<FileInputProps> & Readonly<{
|
|
@@ -1187,7 +1219,7 @@ declare interface FileInputProps {
|
|
|
1187
1219
|
disabled?: boolean;
|
|
1188
1220
|
}
|
|
1189
1221
|
|
|
1190
|
-
export declare const FilterableSelect:
|
|
1222
|
+
export declare const FilterableSelect: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1191
1223
|
|
|
1192
1224
|
declare interface FilterItemOption {
|
|
1193
1225
|
value: string | number | object | null;
|
|
@@ -1195,7 +1227,7 @@ declare interface FilterItemOption {
|
|
|
1195
1227
|
query?: boolean;
|
|
1196
1228
|
}
|
|
1197
1229
|
|
|
1198
|
-
export declare const Footer:
|
|
1230
|
+
export declare const Footer: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1199
1231
|
|
|
1200
1232
|
declare interface FooterNavigation {
|
|
1201
1233
|
title: string;
|
|
@@ -1208,22 +1240,22 @@ declare interface FooterNavigationItem {
|
|
|
1208
1240
|
enabled: Boolean;
|
|
1209
1241
|
}
|
|
1210
1242
|
|
|
1211
|
-
export declare const Hero:
|
|
1243
|
+
export declare const Hero: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1212
1244
|
|
|
1213
|
-
export declare const InputField:
|
|
1245
|
+
export declare const InputField: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1214
1246
|
|
|
1215
1247
|
declare const isTouched: Ref<boolean, boolean>;
|
|
1216
1248
|
|
|
1217
1249
|
declare const isValid: ComputedRef<boolean>;
|
|
1218
1250
|
|
|
1219
|
-
export declare const Join:
|
|
1251
|
+
export declare const Join: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1220
1252
|
|
|
1221
1253
|
declare interface JoinProps {
|
|
1222
1254
|
vertical?: boolean;
|
|
1223
1255
|
horizontal?: boolean;
|
|
1224
1256
|
}
|
|
1225
1257
|
|
|
1226
|
-
export declare const Kbd:
|
|
1258
|
+
export declare const Kbd: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1227
1259
|
|
|
1228
1260
|
declare interface KbdProps {
|
|
1229
1261
|
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
@@ -1236,7 +1268,7 @@ size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
|
1236
1268
|
color: "primary" | "secondary" | "accent" | "neutral" | "info" | "success" | "warning" | "error";
|
|
1237
1269
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1238
1270
|
|
|
1239
|
-
export declare const Menu:
|
|
1271
|
+
export declare const Menu: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1240
1272
|
|
|
1241
1273
|
declare interface MenuProps {
|
|
1242
1274
|
horizontal?: boolean;
|
|
@@ -1244,7 +1276,7 @@ declare interface MenuProps {
|
|
|
1244
1276
|
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1245
1277
|
}
|
|
1246
1278
|
|
|
1247
|
-
export declare const Modal:
|
|
1279
|
+
export declare const Modal: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1248
1280
|
|
|
1249
1281
|
declare const modalPosition: {
|
|
1250
1282
|
top: string;
|
|
@@ -1252,13 +1284,13 @@ declare const modalPosition: {
|
|
|
1252
1284
|
center: string;
|
|
1253
1285
|
};
|
|
1254
1286
|
|
|
1255
|
-
export declare const Navbar:
|
|
1287
|
+
export declare const Navbar: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1256
1288
|
|
|
1257
1289
|
declare interface NavbarProps {
|
|
1258
1290
|
bg?: string;
|
|
1259
1291
|
}
|
|
1260
1292
|
|
|
1261
|
-
export declare const NavigationBar:
|
|
1293
|
+
export declare const NavigationBar: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
1262
1294
|
|
|
1263
1295
|
export declare const Pagination: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1264
1296
|
"update:currentPage": (page: number) => any;
|
|
@@ -1519,17 +1551,17 @@ declare interface SelectOption {
|
|
|
1519
1551
|
text: string;
|
|
1520
1552
|
}
|
|
1521
1553
|
|
|
1522
|
-
export declare const Selector: DefineComponent<
|
|
1554
|
+
export declare const Selector: DefineComponent<__VLS_Props_3, {
|
|
1523
1555
|
focusInput: () => void;
|
|
1524
1556
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1525
1557
|
"update:modelValue": (value: string) => any;
|
|
1526
|
-
}, string, PublicProps, Readonly<
|
|
1558
|
+
}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
|
|
1527
1559
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1528
1560
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1529
1561
|
selectElement: HTMLSelectElement;
|
|
1530
1562
|
}, HTMLDivElement>;
|
|
1531
1563
|
|
|
1532
|
-
export declare const Skeleton:
|
|
1564
|
+
export declare const Skeleton: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1533
1565
|
|
|
1534
1566
|
declare interface SkeletonProps {
|
|
1535
1567
|
text?: boolean;
|
|
@@ -1537,13 +1569,13 @@ declare interface SkeletonProps {
|
|
|
1537
1569
|
height?: string;
|
|
1538
1570
|
}
|
|
1539
1571
|
|
|
1540
|
-
export declare const Stack:
|
|
1572
|
+
export declare const Stack: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1541
1573
|
|
|
1542
1574
|
declare interface StackProps {
|
|
1543
1575
|
position?: 'top' | 'bottom' | 'start' | 'end';
|
|
1544
1576
|
}
|
|
1545
1577
|
|
|
1546
|
-
export declare const Stat:
|
|
1578
|
+
export declare const Stat: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1547
1579
|
|
|
1548
1580
|
declare interface StatProps {
|
|
1549
1581
|
title?: string;
|
|
@@ -1551,7 +1583,7 @@ declare interface StatProps {
|
|
|
1551
1583
|
desc?: string;
|
|
1552
1584
|
}
|
|
1553
1585
|
|
|
1554
|
-
export declare const Stats:
|
|
1586
|
+
export declare const Stats: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1555
1587
|
|
|
1556
1588
|
declare interface StatsProps {
|
|
1557
1589
|
vertical?: boolean;
|
|
@@ -1571,9 +1603,9 @@ bars: boolean;
|
|
|
1571
1603
|
steps: Step[];
|
|
1572
1604
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
1573
1605
|
|
|
1574
|
-
export declare const Swap:
|
|
1606
|
+
export declare const Swap: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1575
1607
|
|
|
1576
|
-
export declare const Tab:
|
|
1608
|
+
export declare const Tab: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
1577
1609
|
|
|
1578
1610
|
declare interface Tab_2 {
|
|
1579
1611
|
name: string;
|
|
@@ -1596,7 +1628,7 @@ declare interface Tab_3 {
|
|
|
1596
1628
|
value?: any;
|
|
1597
1629
|
}
|
|
1598
1630
|
|
|
1599
|
-
export declare const Table:
|
|
1631
|
+
export declare const Table: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1600
1632
|
|
|
1601
1633
|
declare interface TableProps {
|
|
1602
1634
|
zebra?: boolean;
|
|
@@ -1605,7 +1637,7 @@ declare interface TableProps {
|
|
|
1605
1637
|
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1606
1638
|
}
|
|
1607
1639
|
|
|
1608
|
-
export declare const TagInput:
|
|
1640
|
+
export declare const TagInput: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1609
1641
|
|
|
1610
1642
|
export declare const Textarea: DefineComponent<TextareaProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1611
1643
|
"update:modelValue": (value: string) => any;
|
|
@@ -1633,7 +1665,7 @@ lightTheme: string;
|
|
|
1633
1665
|
darkTheme: string;
|
|
1634
1666
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
1635
1667
|
|
|
1636
|
-
export declare const Timeline:
|
|
1668
|
+
export declare const Timeline: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1637
1669
|
|
|
1638
1670
|
declare interface TimelineProps {
|
|
1639
1671
|
vertical?: boolean;
|
|
@@ -1663,7 +1695,7 @@ declare interface Toast_2 {
|
|
|
1663
1695
|
duration: number;
|
|
1664
1696
|
}
|
|
1665
1697
|
|
|
1666
|
-
export declare const ToastComponent:
|
|
1698
|
+
export declare const ToastComponent: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1667
1699
|
|
|
1668
1700
|
export declare function ToastComposable(): {
|
|
1669
1701
|
toasts: Readonly<Ref<readonly {
|