manolis-ui 0.21.1 → 0.22.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 +668 -72
- package/dist/manolis-ui.css +1 -1
- package/dist/manolis-ui.js +1888 -1177
- package/dist/manolis-ui.umd.cjs +10 -10
- package/package.json +12 -11
- package/dist/style.css +0 -5240
package/dist/index.d.ts
CHANGED
|
@@ -15,7 +15,46 @@ loading: boolean;
|
|
|
15
15
|
disabled: boolean;
|
|
16
16
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
17
17
|
|
|
18
|
-
declare const __VLS_component_10: DefineComponent<
|
|
18
|
+
declare const __VLS_component_10: DefineComponent<KbdProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<KbdProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
19
|
+
|
|
20
|
+
declare const __VLS_component_11: DefineComponent<StatsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StatsProps> & Readonly<{}>, {
|
|
21
|
+
horizontal: boolean;
|
|
22
|
+
vertical: boolean;
|
|
23
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
24
|
+
|
|
25
|
+
declare const __VLS_component_12: DefineComponent<StatProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StatProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
26
|
+
|
|
27
|
+
declare const __VLS_component_13: DefineComponent<TableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TableProps> & Readonly<{}>, {
|
|
28
|
+
zebra: boolean;
|
|
29
|
+
pinRows: boolean;
|
|
30
|
+
pinCols: boolean;
|
|
31
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
32
|
+
|
|
33
|
+
declare const __VLS_component_14: DefineComponent<TimelineProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TimelineProps> & Readonly<{}>, {
|
|
34
|
+
horizontal: boolean;
|
|
35
|
+
vertical: boolean;
|
|
36
|
+
compact: boolean;
|
|
37
|
+
snapIcon: boolean;
|
|
38
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
39
|
+
|
|
40
|
+
declare const __VLS_component_15: DefineComponent<Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
41
|
+
search: () => any;
|
|
42
|
+
"update:search-data": (payload: {
|
|
43
|
+
tab: string;
|
|
44
|
+
data: any;
|
|
45
|
+
}) => any;
|
|
46
|
+
}, string, PublicProps, Readonly<Props_10> & Readonly<{
|
|
47
|
+
onSearch?: (() => any) | undefined;
|
|
48
|
+
"onUpdate:search-data"?: ((payload: {
|
|
49
|
+
tab: string;
|
|
50
|
+
data: any;
|
|
51
|
+
}) => any) | undefined;
|
|
52
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
53
|
+
searchContainer: HTMLDivElement;
|
|
54
|
+
inlineComponentRef: unknown;
|
|
55
|
+
}, any>;
|
|
56
|
+
|
|
57
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
19
58
|
"update:modelValue": (value: string[]) => any;
|
|
20
59
|
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
21
60
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
@@ -23,7 +62,7 @@ declare const __VLS_component_10: DefineComponent<__VLS_Props, {}, {}, {}, {}, C
|
|
|
23
62
|
inputRef: HTMLInputElement;
|
|
24
63
|
}, HTMLDivElement>;
|
|
25
64
|
|
|
26
|
-
declare const
|
|
65
|
+
declare const __VLS_component_17: DefineComponent<Props_13, {
|
|
27
66
|
focusInput: () => void;
|
|
28
67
|
isValid: typeof isValid;
|
|
29
68
|
isTouched: typeof isTouched;
|
|
@@ -56,7 +95,23 @@ successMessage: string;
|
|
|
56
95
|
inputElement: HTMLInputElement;
|
|
57
96
|
}, HTMLDivElement>;
|
|
58
97
|
|
|
59
|
-
declare const
|
|
98
|
+
declare const __VLS_component_18: DefineComponent<SkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SkeletonProps> & Readonly<{}>, {
|
|
99
|
+
text: boolean;
|
|
100
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
101
|
+
|
|
102
|
+
declare const __VLS_component_19: DefineComponent<ToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProps> & Readonly<{}>, {
|
|
103
|
+
position: "start" | "center" | "end";
|
|
104
|
+
vertical: "top" | "middle" | "bottom";
|
|
105
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
106
|
+
|
|
107
|
+
declare const __VLS_component_2: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {
|
|
108
|
+
position: keyof typeof dropdownPosition;
|
|
109
|
+
floatPosition: keyof typeof dropdownFloatPosition;
|
|
110
|
+
openOnHover: boolean;
|
|
111
|
+
forceOpen: boolean;
|
|
112
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
113
|
+
|
|
114
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
60
115
|
"update:modelValue": (value: boolean) => any;
|
|
61
116
|
}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
|
|
62
117
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -66,18 +121,55 @@ modelValue: boolean;
|
|
|
66
121
|
closable: boolean;
|
|
67
122
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
68
123
|
|
|
69
|
-
declare const
|
|
70
|
-
|
|
124
|
+
declare const __VLS_component_21: DefineComponent<DividerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DividerProps> & Readonly<{}>, {
|
|
125
|
+
horizontal: boolean;
|
|
126
|
+
vertical: boolean;
|
|
127
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
128
|
+
|
|
129
|
+
declare const __VLS_component_22: DefineComponent<DrawerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
130
|
+
"update:modelValue": (value: boolean) => any;
|
|
131
|
+
}, string, PublicProps, Readonly<DrawerProps> & Readonly<{
|
|
132
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
133
|
+
}>, {
|
|
134
|
+
end: boolean;
|
|
135
|
+
modelValue: boolean;
|
|
136
|
+
open: boolean;
|
|
137
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
138
|
+
|
|
139
|
+
declare const __VLS_component_23: DefineComponent<Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_15> & Readonly<{}>, {
|
|
71
140
|
rows: number;
|
|
141
|
+
collapseOnMobile: boolean;
|
|
72
142
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
73
143
|
|
|
74
|
-
declare const
|
|
144
|
+
declare const __VLS_component_24: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
145
|
+
|
|
146
|
+
declare const __VLS_component_25: DefineComponent<JoinProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<JoinProps> & Readonly<{}>, {
|
|
147
|
+
horizontal: boolean;
|
|
148
|
+
vertical: boolean;
|
|
149
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
150
|
+
|
|
151
|
+
declare const __VLS_component_26: DefineComponent<StackProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StackProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
152
|
+
|
|
153
|
+
declare const __VLS_component_27: DefineComponent<MenuProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<MenuProps> & Readonly<{}>, {
|
|
154
|
+
horizontal: boolean;
|
|
155
|
+
vertical: boolean;
|
|
156
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
157
|
+
|
|
158
|
+
declare const __VLS_component_28: DefineComponent<NavbarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NavbarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
75
159
|
|
|
76
|
-
declare const
|
|
160
|
+
declare const __VLS_component_29: DefineComponent<Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_17> & Readonly<{}>, {
|
|
77
161
|
isCollapsed: boolean;
|
|
78
162
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
79
163
|
|
|
80
|
-
declare const
|
|
164
|
+
declare const __VLS_component_3: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_3> & Readonly<{}>, {
|
|
165
|
+
position: keyof typeof modalPosition;
|
|
166
|
+
forceOpen: boolean | null;
|
|
167
|
+
withBackdrop: boolean;
|
|
168
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
169
|
+
dialog: HTMLDialogElement;
|
|
170
|
+
}, any>;
|
|
171
|
+
|
|
172
|
+
declare const __VLS_component_30: DefineComponent<Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
81
173
|
"tab-changed": (...args: any[]) => void;
|
|
82
174
|
}, string, PublicProps, Readonly<Props_18> & Readonly<{
|
|
83
175
|
"onTab-changed"?: ((...args: any[]) => any) | undefined;
|
|
@@ -87,21 +179,6 @@ rotateTabsAfter: number;
|
|
|
87
179
|
buttonOnlyMode: boolean;
|
|
88
180
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
89
181
|
|
|
90
|
-
declare const __VLS_component_2: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {
|
|
91
|
-
position: keyof typeof dropdownPosition;
|
|
92
|
-
floatPosition: keyof typeof dropdownFloatPosition;
|
|
93
|
-
openOnHover: boolean;
|
|
94
|
-
forceOpen: boolean;
|
|
95
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
96
|
-
|
|
97
|
-
declare const __VLS_component_3: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_3> & Readonly<{}>, {
|
|
98
|
-
position: keyof typeof modalPosition;
|
|
99
|
-
forceOpen: boolean | null;
|
|
100
|
-
withBackdrop: boolean;
|
|
101
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
102
|
-
dialog: HTMLDialogElement;
|
|
103
|
-
}, any>;
|
|
104
|
-
|
|
105
182
|
declare const __VLS_component_4: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_4> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
106
183
|
|
|
107
184
|
declare const __VLS_component_5: DefineComponent<Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_8> & Readonly<{}>, {
|
|
@@ -176,6 +253,15 @@ type: NumberConstructor;
|
|
|
176
253
|
default: number;
|
|
177
254
|
validator: (value: number) => boolean;
|
|
178
255
|
};
|
|
256
|
+
containerBreakout: {
|
|
257
|
+
type: BooleanConstructor;
|
|
258
|
+
default: boolean;
|
|
259
|
+
};
|
|
260
|
+
peekAmount: {
|
|
261
|
+
type: NumberConstructor;
|
|
262
|
+
default: number;
|
|
263
|
+
validator: (value: number) => boolean;
|
|
264
|
+
};
|
|
179
265
|
}>, {
|
|
180
266
|
scrollToSlide: (index: number, instant?: boolean) => Promise<void>;
|
|
181
267
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -229,6 +315,15 @@ type: NumberConstructor;
|
|
|
229
315
|
default: number;
|
|
230
316
|
validator: (value: number) => boolean;
|
|
231
317
|
};
|
|
318
|
+
containerBreakout: {
|
|
319
|
+
type: BooleanConstructor;
|
|
320
|
+
default: boolean;
|
|
321
|
+
};
|
|
322
|
+
peekAmount: {
|
|
323
|
+
type: NumberConstructor;
|
|
324
|
+
default: number;
|
|
325
|
+
validator: (value: number) => boolean;
|
|
326
|
+
};
|
|
232
327
|
}>> & Readonly<{}>, {
|
|
233
328
|
showIndicators: boolean;
|
|
234
329
|
showNavigationButtons: boolean;
|
|
@@ -241,6 +336,8 @@ breakpoints: CarouselBreakpoints;
|
|
|
241
336
|
infinite: boolean;
|
|
242
337
|
autoplay: boolean;
|
|
243
338
|
autoplayInterval: number;
|
|
339
|
+
containerBreakout: boolean;
|
|
340
|
+
peekAmount: number;
|
|
244
341
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
245
342
|
carouselContainer: HTMLDivElement;
|
|
246
343
|
slidesContainer: HTMLDivElement;
|
|
@@ -248,22 +345,7 @@ slidesContainer: HTMLDivElement;
|
|
|
248
345
|
|
|
249
346
|
declare const __VLS_component_8: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
250
347
|
|
|
251
|
-
declare const __VLS_component_9: DefineComponent<
|
|
252
|
-
search: () => any;
|
|
253
|
-
"update:search-data": (payload: {
|
|
254
|
-
tab: string;
|
|
255
|
-
data: any;
|
|
256
|
-
}) => any;
|
|
257
|
-
}, string, PublicProps, Readonly<Props_10> & Readonly<{
|
|
258
|
-
onSearch?: (() => any) | undefined;
|
|
259
|
-
"onUpdate:search-data"?: ((payload: {
|
|
260
|
-
tab: string;
|
|
261
|
-
data: any;
|
|
262
|
-
}) => any) | undefined;
|
|
263
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
264
|
-
searchContainer: HTMLDivElement;
|
|
265
|
-
inlineComponentRef: unknown;
|
|
266
|
-
}, any>;
|
|
348
|
+
declare const __VLS_component_9: DefineComponent<ChatProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ChatProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
267
349
|
|
|
268
350
|
declare type __VLS_Props = {
|
|
269
351
|
modelValue: string[];
|
|
@@ -296,6 +378,64 @@ declare function __VLS_template(): {
|
|
|
296
378
|
};
|
|
297
379
|
|
|
298
380
|
declare function __VLS_template_10(): {
|
|
381
|
+
attrs: Partial<{}>;
|
|
382
|
+
slots: {
|
|
383
|
+
default?(_: {}): any;
|
|
384
|
+
};
|
|
385
|
+
refs: {};
|
|
386
|
+
rootEl: HTMLElement;
|
|
387
|
+
};
|
|
388
|
+
|
|
389
|
+
declare function __VLS_template_11(): {
|
|
390
|
+
attrs: Partial<{}>;
|
|
391
|
+
slots: {
|
|
392
|
+
default?(_: {}): any;
|
|
393
|
+
};
|
|
394
|
+
refs: {};
|
|
395
|
+
rootEl: HTMLDivElement;
|
|
396
|
+
};
|
|
397
|
+
|
|
398
|
+
declare function __VLS_template_12(): {
|
|
399
|
+
attrs: Partial<{}>;
|
|
400
|
+
slots: {
|
|
401
|
+
figure?(_: {}): any;
|
|
402
|
+
actions?(_: {}): any;
|
|
403
|
+
};
|
|
404
|
+
refs: {};
|
|
405
|
+
rootEl: HTMLDivElement;
|
|
406
|
+
};
|
|
407
|
+
|
|
408
|
+
declare function __VLS_template_13(): {
|
|
409
|
+
attrs: Partial<{}>;
|
|
410
|
+
slots: {
|
|
411
|
+
default?(_: {}): any;
|
|
412
|
+
};
|
|
413
|
+
refs: {};
|
|
414
|
+
rootEl: HTMLDivElement;
|
|
415
|
+
};
|
|
416
|
+
|
|
417
|
+
declare function __VLS_template_14(): {
|
|
418
|
+
attrs: Partial<{}>;
|
|
419
|
+
slots: {
|
|
420
|
+
default?(_: {}): any;
|
|
421
|
+
};
|
|
422
|
+
refs: {};
|
|
423
|
+
rootEl: HTMLUListElement;
|
|
424
|
+
};
|
|
425
|
+
|
|
426
|
+
declare function __VLS_template_15(): {
|
|
427
|
+
attrs: Partial<{}>;
|
|
428
|
+
slots: {
|
|
429
|
+
additionalForMobile?(_: {}): any;
|
|
430
|
+
};
|
|
431
|
+
refs: {
|
|
432
|
+
searchContainer: HTMLDivElement;
|
|
433
|
+
inlineComponentRef: unknown;
|
|
434
|
+
};
|
|
435
|
+
rootEl: any;
|
|
436
|
+
};
|
|
437
|
+
|
|
438
|
+
declare function __VLS_template_16(): {
|
|
299
439
|
attrs: Partial<{}>;
|
|
300
440
|
slots: {
|
|
301
441
|
tag?(_: {
|
|
@@ -312,7 +452,7 @@ declare function __VLS_template_10(): {
|
|
|
312
452
|
rootEl: HTMLDivElement;
|
|
313
453
|
};
|
|
314
454
|
|
|
315
|
-
declare function
|
|
455
|
+
declare function __VLS_template_17(): {
|
|
316
456
|
attrs: Partial<{}>;
|
|
317
457
|
slots: {
|
|
318
458
|
default?(_: {}): any;
|
|
@@ -323,7 +463,38 @@ declare function __VLS_template_11(): {
|
|
|
323
463
|
rootEl: HTMLDivElement;
|
|
324
464
|
};
|
|
325
465
|
|
|
326
|
-
declare function
|
|
466
|
+
declare function __VLS_template_18(): {
|
|
467
|
+
attrs: Partial<{}>;
|
|
468
|
+
slots: {
|
|
469
|
+
default?(_: {}): any;
|
|
470
|
+
};
|
|
471
|
+
refs: {};
|
|
472
|
+
rootEl: HTMLDivElement;
|
|
473
|
+
};
|
|
474
|
+
|
|
475
|
+
declare function __VLS_template_19(): {
|
|
476
|
+
attrs: Partial<{}>;
|
|
477
|
+
slots: {
|
|
478
|
+
default?(_: {}): any;
|
|
479
|
+
};
|
|
480
|
+
refs: {};
|
|
481
|
+
rootEl: HTMLDivElement;
|
|
482
|
+
};
|
|
483
|
+
|
|
484
|
+
declare function __VLS_template_2(): {
|
|
485
|
+
attrs: Partial<{}>;
|
|
486
|
+
slots: {
|
|
487
|
+
default?(_: {
|
|
488
|
+
tabindex: string;
|
|
489
|
+
role: string;
|
|
490
|
+
}): any;
|
|
491
|
+
additional?(_: {}): any;
|
|
492
|
+
};
|
|
493
|
+
refs: {};
|
|
494
|
+
rootEl: HTMLDivElement;
|
|
495
|
+
};
|
|
496
|
+
|
|
497
|
+
declare function __VLS_template_20(): {
|
|
327
498
|
attrs: Partial<{}>;
|
|
328
499
|
slots: {
|
|
329
500
|
icon?(_: {
|
|
@@ -335,7 +506,26 @@ declare function __VLS_template_12(): {
|
|
|
335
506
|
rootEl: any;
|
|
336
507
|
};
|
|
337
508
|
|
|
338
|
-
declare function
|
|
509
|
+
declare function __VLS_template_21(): {
|
|
510
|
+
attrs: Partial<{}>;
|
|
511
|
+
slots: {
|
|
512
|
+
default?(_: {}): any;
|
|
513
|
+
};
|
|
514
|
+
refs: {};
|
|
515
|
+
rootEl: HTMLDivElement;
|
|
516
|
+
};
|
|
517
|
+
|
|
518
|
+
declare function __VLS_template_22(): {
|
|
519
|
+
attrs: Partial<{}>;
|
|
520
|
+
slots: {
|
|
521
|
+
content?(_: {}): any;
|
|
522
|
+
sidebar?(_: {}): any;
|
|
523
|
+
};
|
|
524
|
+
refs: {};
|
|
525
|
+
rootEl: HTMLDivElement;
|
|
526
|
+
};
|
|
527
|
+
|
|
528
|
+
declare function __VLS_template_23(): {
|
|
339
529
|
attrs: Partial<{}>;
|
|
340
530
|
slots: {
|
|
341
531
|
'extra-row'?(_: {}): any;
|
|
@@ -345,7 +535,7 @@ declare function __VLS_template_13(): {
|
|
|
345
535
|
rootEl: HTMLDivElement;
|
|
346
536
|
};
|
|
347
537
|
|
|
348
|
-
declare function
|
|
538
|
+
declare function __VLS_template_24(): {
|
|
349
539
|
attrs: Partial<{}>;
|
|
350
540
|
slots: {
|
|
351
541
|
title?(_: {}): any;
|
|
@@ -360,40 +550,57 @@ declare function __VLS_template_14(): {
|
|
|
360
550
|
rootEl: HTMLDivElement;
|
|
361
551
|
};
|
|
362
552
|
|
|
363
|
-
declare function
|
|
553
|
+
declare function __VLS_template_25(): {
|
|
364
554
|
attrs: Partial<{}>;
|
|
365
555
|
slots: {
|
|
366
|
-
|
|
367
|
-
center?(_: {}): any;
|
|
368
|
-
end?(_: {}): any;
|
|
369
|
-
bottom?(_: {}): any;
|
|
556
|
+
default?(_: {}): any;
|
|
370
557
|
};
|
|
371
558
|
refs: {};
|
|
372
|
-
rootEl:
|
|
559
|
+
rootEl: HTMLDivElement;
|
|
373
560
|
};
|
|
374
561
|
|
|
375
|
-
declare function
|
|
562
|
+
declare function __VLS_template_26(): {
|
|
376
563
|
attrs: Partial<{}>;
|
|
377
|
-
slots:
|
|
564
|
+
slots: {
|
|
378
565
|
default?(_: {}): any;
|
|
379
566
|
};
|
|
380
567
|
refs: {};
|
|
381
|
-
rootEl:
|
|
568
|
+
rootEl: HTMLDivElement;
|
|
382
569
|
};
|
|
383
570
|
|
|
384
|
-
declare function
|
|
571
|
+
declare function __VLS_template_27(): {
|
|
385
572
|
attrs: Partial<{}>;
|
|
386
573
|
slots: {
|
|
387
|
-
default?(_: {
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
574
|
+
default?(_: {}): any;
|
|
575
|
+
};
|
|
576
|
+
refs: {};
|
|
577
|
+
rootEl: HTMLUListElement;
|
|
578
|
+
};
|
|
579
|
+
|
|
580
|
+
declare function __VLS_template_28(): {
|
|
581
|
+
attrs: Partial<{}>;
|
|
582
|
+
slots: {
|
|
583
|
+
start?(_: {}): any;
|
|
584
|
+
center?(_: {}): any;
|
|
585
|
+
end?(_: {}): any;
|
|
586
|
+
default?(_: {}): any;
|
|
392
587
|
};
|
|
393
588
|
refs: {};
|
|
394
589
|
rootEl: HTMLDivElement;
|
|
395
590
|
};
|
|
396
591
|
|
|
592
|
+
declare function __VLS_template_29(): {
|
|
593
|
+
attrs: Partial<{}>;
|
|
594
|
+
slots: {
|
|
595
|
+
start?(_: {}): any;
|
|
596
|
+
center?(_: {}): any;
|
|
597
|
+
end?(_: {}): any;
|
|
598
|
+
bottom?(_: {}): any;
|
|
599
|
+
};
|
|
600
|
+
refs: {};
|
|
601
|
+
rootEl: HTMLElement;
|
|
602
|
+
};
|
|
603
|
+
|
|
397
604
|
declare function __VLS_template_3(): {
|
|
398
605
|
attrs: Partial<{}>;
|
|
399
606
|
slots: {
|
|
@@ -410,6 +617,15 @@ declare function __VLS_template_3(): {
|
|
|
410
617
|
rootEl: any;
|
|
411
618
|
};
|
|
412
619
|
|
|
620
|
+
declare function __VLS_template_30(): {
|
|
621
|
+
attrs: Partial<{}>;
|
|
622
|
+
slots: Partial<Record<`${string}-tab`, (_: {}) => any>> & {
|
|
623
|
+
default?(_: {}): any;
|
|
624
|
+
};
|
|
625
|
+
refs: {};
|
|
626
|
+
rootEl: any;
|
|
627
|
+
};
|
|
628
|
+
|
|
413
629
|
declare function __VLS_template_4(): {
|
|
414
630
|
attrs: Partial<{}>;
|
|
415
631
|
slots: {
|
|
@@ -467,13 +683,13 @@ declare function __VLS_template_8(): {
|
|
|
467
683
|
declare function __VLS_template_9(): {
|
|
468
684
|
attrs: Partial<{}>;
|
|
469
685
|
slots: {
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
inlineComponentRef: unknown;
|
|
686
|
+
image?(_: {}): any;
|
|
687
|
+
header?(_: {}): any;
|
|
688
|
+
default?(_: {}): any;
|
|
689
|
+
footer?(_: {}): any;
|
|
475
690
|
};
|
|
476
|
-
|
|
691
|
+
refs: {};
|
|
692
|
+
rootEl: HTMLDivElement;
|
|
477
693
|
};
|
|
478
694
|
|
|
479
695
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -492,10 +708,38 @@ declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
|
|
|
492
708
|
|
|
493
709
|
declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
|
|
494
710
|
|
|
711
|
+
declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
|
|
712
|
+
|
|
713
|
+
declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
|
|
714
|
+
|
|
715
|
+
declare type __VLS_TemplateResult_19 = ReturnType<typeof __VLS_template_19>;
|
|
716
|
+
|
|
495
717
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
496
718
|
|
|
719
|
+
declare type __VLS_TemplateResult_20 = ReturnType<typeof __VLS_template_20>;
|
|
720
|
+
|
|
721
|
+
declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
|
|
722
|
+
|
|
723
|
+
declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
|
|
724
|
+
|
|
725
|
+
declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
|
|
726
|
+
|
|
727
|
+
declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
|
|
728
|
+
|
|
729
|
+
declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
730
|
+
|
|
731
|
+
declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
|
|
732
|
+
|
|
733
|
+
declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
|
|
734
|
+
|
|
735
|
+
declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
|
|
736
|
+
|
|
737
|
+
declare type __VLS_TemplateResult_29 = ReturnType<typeof __VLS_template_29>;
|
|
738
|
+
|
|
497
739
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
498
740
|
|
|
741
|
+
declare type __VLS_TemplateResult_30 = ReturnType<typeof __VLS_template_30>;
|
|
742
|
+
|
|
499
743
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
500
744
|
|
|
501
745
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
@@ -556,18 +800,102 @@ declare type __VLS_WithTemplateSlots_16<T, S> = T & {
|
|
|
556
800
|
};
|
|
557
801
|
};
|
|
558
802
|
|
|
803
|
+
declare type __VLS_WithTemplateSlots_17<T, S> = T & {
|
|
804
|
+
new (): {
|
|
805
|
+
$slots: S;
|
|
806
|
+
};
|
|
807
|
+
};
|
|
808
|
+
|
|
809
|
+
declare type __VLS_WithTemplateSlots_18<T, S> = T & {
|
|
810
|
+
new (): {
|
|
811
|
+
$slots: S;
|
|
812
|
+
};
|
|
813
|
+
};
|
|
814
|
+
|
|
815
|
+
declare type __VLS_WithTemplateSlots_19<T, S> = T & {
|
|
816
|
+
new (): {
|
|
817
|
+
$slots: S;
|
|
818
|
+
};
|
|
819
|
+
};
|
|
820
|
+
|
|
559
821
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
560
822
|
new (): {
|
|
561
823
|
$slots: S;
|
|
562
824
|
};
|
|
563
825
|
};
|
|
564
826
|
|
|
827
|
+
declare type __VLS_WithTemplateSlots_20<T, S> = T & {
|
|
828
|
+
new (): {
|
|
829
|
+
$slots: S;
|
|
830
|
+
};
|
|
831
|
+
};
|
|
832
|
+
|
|
833
|
+
declare type __VLS_WithTemplateSlots_21<T, S> = T & {
|
|
834
|
+
new (): {
|
|
835
|
+
$slots: S;
|
|
836
|
+
};
|
|
837
|
+
};
|
|
838
|
+
|
|
839
|
+
declare type __VLS_WithTemplateSlots_22<T, S> = T & {
|
|
840
|
+
new (): {
|
|
841
|
+
$slots: S;
|
|
842
|
+
};
|
|
843
|
+
};
|
|
844
|
+
|
|
845
|
+
declare type __VLS_WithTemplateSlots_23<T, S> = T & {
|
|
846
|
+
new (): {
|
|
847
|
+
$slots: S;
|
|
848
|
+
};
|
|
849
|
+
};
|
|
850
|
+
|
|
851
|
+
declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
852
|
+
new (): {
|
|
853
|
+
$slots: S;
|
|
854
|
+
};
|
|
855
|
+
};
|
|
856
|
+
|
|
857
|
+
declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
858
|
+
new (): {
|
|
859
|
+
$slots: S;
|
|
860
|
+
};
|
|
861
|
+
};
|
|
862
|
+
|
|
863
|
+
declare type __VLS_WithTemplateSlots_26<T, S> = T & {
|
|
864
|
+
new (): {
|
|
865
|
+
$slots: S;
|
|
866
|
+
};
|
|
867
|
+
};
|
|
868
|
+
|
|
869
|
+
declare type __VLS_WithTemplateSlots_27<T, S> = T & {
|
|
870
|
+
new (): {
|
|
871
|
+
$slots: S;
|
|
872
|
+
};
|
|
873
|
+
};
|
|
874
|
+
|
|
875
|
+
declare type __VLS_WithTemplateSlots_28<T, S> = T & {
|
|
876
|
+
new (): {
|
|
877
|
+
$slots: S;
|
|
878
|
+
};
|
|
879
|
+
};
|
|
880
|
+
|
|
881
|
+
declare type __VLS_WithTemplateSlots_29<T, S> = T & {
|
|
882
|
+
new (): {
|
|
883
|
+
$slots: S;
|
|
884
|
+
};
|
|
885
|
+
};
|
|
886
|
+
|
|
565
887
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
566
888
|
new (): {
|
|
567
889
|
$slots: S;
|
|
568
890
|
};
|
|
569
891
|
};
|
|
570
892
|
|
|
893
|
+
declare type __VLS_WithTemplateSlots_30<T, S> = T & {
|
|
894
|
+
new (): {
|
|
895
|
+
$slots: S;
|
|
896
|
+
};
|
|
897
|
+
};
|
|
898
|
+
|
|
571
899
|
declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
572
900
|
new (): {
|
|
573
901
|
$slots: S;
|
|
@@ -614,9 +942,9 @@ declare interface Accordion_2 {
|
|
|
614
942
|
content: string;
|
|
615
943
|
}
|
|
616
944
|
|
|
617
|
-
export declare const AdvancedSearch:
|
|
945
|
+
export declare const AdvancedSearch: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
618
946
|
|
|
619
|
-
export declare const Alert:
|
|
947
|
+
export declare const Alert: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
620
948
|
|
|
621
949
|
declare type AlertType = 'info' | 'success' | 'warning' | 'error' | 'default';
|
|
622
950
|
|
|
@@ -627,6 +955,22 @@ fullyRounded: boolean;
|
|
|
627
955
|
|
|
628
956
|
export declare const Badge: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
629
957
|
|
|
958
|
+
declare interface BreadcrumbItem {
|
|
959
|
+
label: string;
|
|
960
|
+
href?: string;
|
|
961
|
+
icon?: string;
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
export declare const Breadcrumbs: DefineComponent<BreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
965
|
+
click: (item: BreadcrumbItem, event: MouseEvent) => any;
|
|
966
|
+
}, string, PublicProps, Readonly<BreadcrumbsProps> & Readonly<{
|
|
967
|
+
onClick?: ((item: BreadcrumbItem, event: MouseEvent) => any) | undefined;
|
|
968
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
969
|
+
|
|
970
|
+
declare interface BreadcrumbsProps {
|
|
971
|
+
items: BreadcrumbItem[];
|
|
972
|
+
}
|
|
973
|
+
|
|
630
974
|
export declare const ButtonComponent: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
631
975
|
|
|
632
976
|
declare type CallyInitialDate = Date | string | {
|
|
@@ -641,6 +985,8 @@ export declare const Carousel: __VLS_WithTemplateSlots_7<typeof __VLS_component_
|
|
|
641
985
|
declare type CarouselBreakpointConfig = {
|
|
642
986
|
slidesPerView?: number;
|
|
643
987
|
gap?: number;
|
|
988
|
+
containerBreakout?: boolean;
|
|
989
|
+
peekAmount?: number;
|
|
644
990
|
};
|
|
645
991
|
|
|
646
992
|
declare type CarouselBreakpoints = Record<number, CarouselBreakpointConfig>;
|
|
@@ -658,6 +1004,35 @@ export declare const CategoryNavigation: DefineComponent<Props_16, {}, {}, {}, {
|
|
|
658
1004
|
"onUpdate:currentCategory"?: ((category: string) => any) | undefined;
|
|
659
1005
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
660
1006
|
|
|
1007
|
+
export declare const Chat: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1008
|
+
|
|
1009
|
+
declare interface ChatProps {
|
|
1010
|
+
position: 'start' | 'end';
|
|
1011
|
+
color?: 'neutral' | 'primary' | 'secondary' | 'accent' | 'info' | 'success' | 'warning' | 'error';
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
export declare const Checkbox: DefineComponent<CheckboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1015
|
+
"update:modelValue": (value: boolean) => any;
|
|
1016
|
+
}, string, PublicProps, Readonly<CheckboxProps> & Readonly<{
|
|
1017
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1018
|
+
}>, {
|
|
1019
|
+
disabled: boolean;
|
|
1020
|
+
modelValue: boolean;
|
|
1021
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1022
|
+
|
|
1023
|
+
declare interface CheckboxProps {
|
|
1024
|
+
modelValue?: boolean;
|
|
1025
|
+
color?: 'primary' | 'secondary' | 'accent' | 'neutral' | 'success' | 'warning' | 'info' | 'error';
|
|
1026
|
+
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1027
|
+
disabled?: boolean;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
export declare const Countdown: DefineComponent<CountdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CountdownProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
1031
|
+
|
|
1032
|
+
declare interface CountdownProps {
|
|
1033
|
+
value: number;
|
|
1034
|
+
}
|
|
1035
|
+
|
|
661
1036
|
export declare const DatetimePicker: DefineComponent<Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
662
1037
|
change: (value: string | {
|
|
663
1038
|
start: string;
|
|
@@ -697,6 +1072,24 @@ timeToInput: HTMLInputElement;
|
|
|
697
1072
|
timeInput: HTMLInputElement;
|
|
698
1073
|
}, HTMLDivElement>;
|
|
699
1074
|
|
|
1075
|
+
export declare const Divider: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1076
|
+
|
|
1077
|
+
declare interface DividerProps {
|
|
1078
|
+
vertical?: boolean;
|
|
1079
|
+
horizontal?: boolean;
|
|
1080
|
+
color?: 'neutral' | 'primary' | 'secondary' | 'accent' | 'success' | 'warning' | 'info' | 'error';
|
|
1081
|
+
position?: 'start' | 'end';
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
export declare const Drawer: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1085
|
+
|
|
1086
|
+
declare interface DrawerProps {
|
|
1087
|
+
id: string;
|
|
1088
|
+
modelValue?: boolean;
|
|
1089
|
+
end?: boolean;
|
|
1090
|
+
open?: boolean;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
700
1093
|
export declare const Dropdown: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
701
1094
|
|
|
702
1095
|
declare const dropdownFloatPosition: {
|
|
@@ -718,9 +1111,28 @@ declare const dropdownPosition: {
|
|
|
718
1111
|
|
|
719
1112
|
declare const errorMessage: Ref<string, string>;
|
|
720
1113
|
|
|
1114
|
+
export declare const FileInput: DefineComponent<FileInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1115
|
+
change: (files: FileList | null) => any;
|
|
1116
|
+
}, string, PublicProps, Readonly<FileInputProps> & Readonly<{
|
|
1117
|
+
onChange?: ((files: FileList | null) => any) | undefined;
|
|
1118
|
+
}>, {
|
|
1119
|
+
ghost: boolean;
|
|
1120
|
+
disabled: boolean;
|
|
1121
|
+
multiple: boolean;
|
|
1122
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1123
|
+
|
|
1124
|
+
declare interface FileInputProps {
|
|
1125
|
+
accept?: string;
|
|
1126
|
+
multiple?: boolean;
|
|
1127
|
+
color?: 'primary' | 'secondary' | 'accent' | 'neutral' | 'info' | 'success' | 'warning' | 'error';
|
|
1128
|
+
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1129
|
+
ghost?: boolean;
|
|
1130
|
+
disabled?: boolean;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
721
1133
|
export { FilterableSelect }
|
|
722
1134
|
|
|
723
|
-
export declare const Footer:
|
|
1135
|
+
export declare const Footer: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
724
1136
|
|
|
725
1137
|
declare interface FooterNavigation {
|
|
726
1138
|
title: string;
|
|
@@ -733,14 +1145,27 @@ declare interface FooterNavigationItem {
|
|
|
733
1145
|
enabled: Boolean;
|
|
734
1146
|
}
|
|
735
1147
|
|
|
736
|
-
export declare const Hero:
|
|
1148
|
+
export declare const Hero: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
737
1149
|
|
|
738
|
-
export declare const InputField:
|
|
1150
|
+
export declare const InputField: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
739
1151
|
|
|
740
1152
|
declare const isTouched: Ref<boolean, boolean>;
|
|
741
1153
|
|
|
742
1154
|
declare const isValid: ComputedRef<boolean>;
|
|
743
1155
|
|
|
1156
|
+
export declare const Join: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1157
|
+
|
|
1158
|
+
declare interface JoinProps {
|
|
1159
|
+
vertical?: boolean;
|
|
1160
|
+
horizontal?: boolean;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
export declare const Kbd: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1164
|
+
|
|
1165
|
+
declare interface KbdProps {
|
|
1166
|
+
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1167
|
+
}
|
|
1168
|
+
|
|
744
1169
|
export declare const Loader: DefineComponent<Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_14> & Readonly<{}>, {
|
|
745
1170
|
loading: boolean;
|
|
746
1171
|
type: "spinner" | "dots" | "ring" | "balls" | "bars" | "infinity";
|
|
@@ -748,6 +1173,14 @@ size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
|
748
1173
|
color: "primary" | "secondary" | "accent" | "neutral" | "info" | "success" | "warning" | "error";
|
|
749
1174
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
750
1175
|
|
|
1176
|
+
export declare const Menu: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1177
|
+
|
|
1178
|
+
declare interface MenuProps {
|
|
1179
|
+
horizontal?: boolean;
|
|
1180
|
+
vertical?: boolean;
|
|
1181
|
+
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1182
|
+
}
|
|
1183
|
+
|
|
751
1184
|
export declare const Modal: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
752
1185
|
|
|
753
1186
|
declare const modalPosition: {
|
|
@@ -756,7 +1189,39 @@ declare const modalPosition: {
|
|
|
756
1189
|
center: string;
|
|
757
1190
|
};
|
|
758
1191
|
|
|
759
|
-
export declare const
|
|
1192
|
+
export declare const Navbar: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1193
|
+
|
|
1194
|
+
declare interface NavbarProps {
|
|
1195
|
+
bg?: string;
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1198
|
+
export declare const NavigationBar: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1199
|
+
|
|
1200
|
+
export declare const Pagination: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1201
|
+
"update:currentPage": (page: number) => any;
|
|
1202
|
+
}, string, PublicProps, Readonly<PaginationProps> & Readonly<{
|
|
1203
|
+
"onUpdate:currentPage"?: ((page: number) => any) | undefined;
|
|
1204
|
+
}>, {
|
|
1205
|
+
maxVisible: number;
|
|
1206
|
+
showFirstLast: boolean;
|
|
1207
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1208
|
+
|
|
1209
|
+
declare interface PaginationProps {
|
|
1210
|
+
currentPage: number;
|
|
1211
|
+
totalPages: number;
|
|
1212
|
+
maxVisible?: number;
|
|
1213
|
+
showFirstLast?: boolean;
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
export declare const Progress: DefineComponent<ProgressProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ProgressProps> & Readonly<{}>, {
|
|
1217
|
+
max: number;
|
|
1218
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1219
|
+
|
|
1220
|
+
declare interface ProgressProps {
|
|
1221
|
+
value?: number;
|
|
1222
|
+
max?: number;
|
|
1223
|
+
color?: 'primary' | 'secondary' | 'accent' | 'neutral' | 'info' | 'success' | 'warning' | 'error';
|
|
1224
|
+
}
|
|
760
1225
|
|
|
761
1226
|
declare interface Props {
|
|
762
1227
|
outlined?: boolean;
|
|
@@ -924,6 +1389,46 @@ declare interface Props_9 {
|
|
|
924
1389
|
horizontal?: boolean;
|
|
925
1390
|
}
|
|
926
1391
|
|
|
1392
|
+
export declare const Radio: DefineComponent<RadioProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1393
|
+
"update:modelValue": (value: any) => any;
|
|
1394
|
+
}, string, PublicProps, Readonly<RadioProps> & Readonly<{
|
|
1395
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1396
|
+
}>, {
|
|
1397
|
+
disabled: boolean;
|
|
1398
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1399
|
+
|
|
1400
|
+
declare interface RadioProps {
|
|
1401
|
+
modelValue?: any;
|
|
1402
|
+
value: any;
|
|
1403
|
+
name?: string;
|
|
1404
|
+
color?: 'primary' | 'secondary' | 'accent' | 'neutral' | 'success' | 'warning' | 'info' | 'error';
|
|
1405
|
+
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1406
|
+
disabled?: boolean;
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
declare const Range_2: DefineComponent<RangeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1410
|
+
"update:modelValue": (value: number) => any;
|
|
1411
|
+
}, string, PublicProps, Readonly<RangeProps> & Readonly<{
|
|
1412
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1413
|
+
}>, {
|
|
1414
|
+
disabled: boolean;
|
|
1415
|
+
min: number;
|
|
1416
|
+
max: number;
|
|
1417
|
+
modelValue: number;
|
|
1418
|
+
step: number;
|
|
1419
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1420
|
+
export { Range_2 as Range }
|
|
1421
|
+
|
|
1422
|
+
declare interface RangeProps {
|
|
1423
|
+
modelValue?: number;
|
|
1424
|
+
min?: number;
|
|
1425
|
+
max?: number;
|
|
1426
|
+
step?: number;
|
|
1427
|
+
color?: 'primary' | 'secondary' | 'accent' | 'neutral' | 'success' | 'warning' | 'info' | 'error';
|
|
1428
|
+
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1429
|
+
disabled?: boolean;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
927
1432
|
export declare const Rating: DefineComponent<Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_12> & Readonly<{}>, {
|
|
928
1433
|
size: "xs" | "sm" | "md" | "lg";
|
|
929
1434
|
shape: "star" | "star-bold" | "heart" | "squircle" | "hexagon-vertical" | "hexagon-horizontal" | "decagon" | "pentagon" | "diamond" | "square" | "triangle-top" | "triangle-bottom" | "triangle-left" | "triangle-right";
|
|
@@ -950,6 +1455,35 @@ focusInput: () => void;
|
|
|
950
1455
|
selectElement: HTMLSelectElement;
|
|
951
1456
|
}, HTMLDivElement>;
|
|
952
1457
|
|
|
1458
|
+
export declare const Skeleton: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1459
|
+
|
|
1460
|
+
declare interface SkeletonProps {
|
|
1461
|
+
text?: boolean;
|
|
1462
|
+
width?: string;
|
|
1463
|
+
height?: string;
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
export declare const Stack: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1467
|
+
|
|
1468
|
+
declare interface StackProps {
|
|
1469
|
+
position?: 'top' | 'bottom' | 'start' | 'end';
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
export declare const Stat: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1473
|
+
|
|
1474
|
+
declare interface StatProps {
|
|
1475
|
+
title?: string;
|
|
1476
|
+
value?: string | number;
|
|
1477
|
+
desc?: string;
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
export declare const Stats: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1481
|
+
|
|
1482
|
+
declare interface StatsProps {
|
|
1483
|
+
vertical?: boolean;
|
|
1484
|
+
horizontal?: boolean;
|
|
1485
|
+
}
|
|
1486
|
+
|
|
953
1487
|
declare interface Step {
|
|
954
1488
|
title?: string;
|
|
955
1489
|
icon?: string;
|
|
@@ -965,7 +1499,7 @@ steps: Step[];
|
|
|
965
1499
|
|
|
966
1500
|
export declare const Swap: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
967
1501
|
|
|
968
|
-
export declare const Tab:
|
|
1502
|
+
export declare const Tab: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
969
1503
|
|
|
970
1504
|
declare interface Tab_2 {
|
|
971
1505
|
name: string;
|
|
@@ -988,13 +1522,52 @@ declare interface Tab_3 {
|
|
|
988
1522
|
value?: any;
|
|
989
1523
|
}
|
|
990
1524
|
|
|
991
|
-
export declare const
|
|
1525
|
+
export declare const Table: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1526
|
+
|
|
1527
|
+
declare interface TableProps {
|
|
1528
|
+
zebra?: boolean;
|
|
1529
|
+
pinRows?: boolean;
|
|
1530
|
+
pinCols?: boolean;
|
|
1531
|
+
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1534
|
+
export declare const TagInput: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1535
|
+
|
|
1536
|
+
export declare const Textarea: DefineComponent<TextareaProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1537
|
+
"update:modelValue": (value: string) => any;
|
|
1538
|
+
}, string, PublicProps, Readonly<TextareaProps> & Readonly<{
|
|
1539
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1540
|
+
}>, {
|
|
1541
|
+
ghost: boolean;
|
|
1542
|
+
disabled: boolean;
|
|
1543
|
+
modelValue: string;
|
|
1544
|
+
rows: number;
|
|
1545
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1546
|
+
|
|
1547
|
+
declare interface TextareaProps {
|
|
1548
|
+
modelValue?: string;
|
|
1549
|
+
placeholder?: string;
|
|
1550
|
+
rows?: number;
|
|
1551
|
+
color?: 'primary' | 'secondary' | 'accent' | 'neutral' | 'info' | 'success' | 'warning' | 'error';
|
|
1552
|
+
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1553
|
+
ghost?: boolean;
|
|
1554
|
+
disabled?: boolean;
|
|
1555
|
+
}
|
|
992
1556
|
|
|
993
1557
|
export declare const ThemeController: DefineComponent<Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_5> & Readonly<{}>, {
|
|
994
1558
|
lightTheme: string;
|
|
995
1559
|
darkTheme: string;
|
|
996
1560
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
997
1561
|
|
|
1562
|
+
export declare const Timeline: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1563
|
+
|
|
1564
|
+
declare interface TimelineProps {
|
|
1565
|
+
vertical?: boolean;
|
|
1566
|
+
horizontal?: boolean;
|
|
1567
|
+
compact?: boolean;
|
|
1568
|
+
snapIcon?: boolean;
|
|
1569
|
+
}
|
|
1570
|
+
|
|
998
1571
|
export declare const Toast: DefineComponent<ExtractPropTypes< {
|
|
999
1572
|
position: {
|
|
1000
1573
|
type: PropType<ToastPosition>;
|
|
@@ -1016,6 +1589,8 @@ declare interface Toast_2 {
|
|
|
1016
1589
|
duration: number;
|
|
1017
1590
|
}
|
|
1018
1591
|
|
|
1592
|
+
export declare const ToastComponent: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1593
|
+
|
|
1019
1594
|
export declare function ToastComposable(): {
|
|
1020
1595
|
toasts: Readonly<Ref<readonly {
|
|
1021
1596
|
readonly id: string;
|
|
@@ -1050,6 +1625,27 @@ onRemove?: ((...args: any[]) => any) | undefined;
|
|
|
1050
1625
|
|
|
1051
1626
|
declare type ToastPosition = 'top-start' | 'top-center' | 'top-end' | 'middle-start' | 'middle-center' | 'middle-end' | 'bottom-start' | 'bottom-center' | 'bottom-end';
|
|
1052
1627
|
|
|
1628
|
+
declare interface ToastProps {
|
|
1629
|
+
position?: 'start' | 'center' | 'end';
|
|
1630
|
+
vertical?: 'top' | 'middle' | 'bottom';
|
|
1631
|
+
}
|
|
1632
|
+
|
|
1053
1633
|
declare type ToastType = 'info' | 'success' | 'warning' | 'error' | 'default';
|
|
1054
1634
|
|
|
1635
|
+
export declare const Toggle: DefineComponent<ToggleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1636
|
+
"update:modelValue": (value: boolean) => any;
|
|
1637
|
+
}, string, PublicProps, Readonly<ToggleProps> & Readonly<{
|
|
1638
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1639
|
+
}>, {
|
|
1640
|
+
disabled: boolean;
|
|
1641
|
+
modelValue: boolean;
|
|
1642
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1643
|
+
|
|
1644
|
+
declare interface ToggleProps {
|
|
1645
|
+
modelValue?: boolean;
|
|
1646
|
+
color?: 'primary' | 'secondary' | 'accent' | 'neutral' | 'success' | 'warning' | 'info' | 'error';
|
|
1647
|
+
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1648
|
+
disabled?: boolean;
|
|
1649
|
+
}
|
|
1650
|
+
|
|
1055
1651
|
export { }
|