prlg-ui 1.2.4 → 1.2.6
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 +108 -77
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +440 -415
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -28,7 +28,13 @@ import { WatchStopHandle } from 'vue';
|
|
|
28
28
|
|
|
29
29
|
declare const __VLS_component: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
30
30
|
|
|
31
|
-
declare const __VLS_component_10: DefineComponent<
|
|
31
|
+
declare const __VLS_component_10: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
32
|
+
"update:open": (value: boolean) => any;
|
|
33
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
34
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
35
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
36
|
+
|
|
37
|
+
declare const __VLS_component_11: DefineComponent<PopoverProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
32
38
|
show: () => any;
|
|
33
39
|
hide: () => any;
|
|
34
40
|
}, string, PublicProps, Readonly<PopoverProps> & Readonly<{
|
|
@@ -46,29 +52,27 @@ triggerRef: HTMLDivElement;
|
|
|
46
52
|
popoverRef: HTMLDivElement;
|
|
47
53
|
}, HTMLDivElement>;
|
|
48
54
|
|
|
49
|
-
declare const
|
|
55
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
50
56
|
|
|
51
|
-
declare const
|
|
57
|
+
declare const __VLS_component_13: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
52
58
|
contentRef: HTMLDivElement;
|
|
53
59
|
}, HTMLDivElement>;
|
|
54
60
|
|
|
55
|
-
declare const
|
|
61
|
+
declare const __VLS_component_14: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLButtonElement>;
|
|
56
62
|
|
|
57
|
-
declare const
|
|
63
|
+
declare const __VLS_component_15: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
58
64
|
|
|
59
|
-
declare const
|
|
65
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
60
66
|
|
|
61
|
-
declare const
|
|
67
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
62
68
|
"update:value": (value: string | number) => any;
|
|
63
|
-
}, string, PublicProps, Readonly<
|
|
69
|
+
}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
|
|
64
70
|
"onUpdate:value"?: ((value: string | number) => any) | undefined;
|
|
65
71
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
66
72
|
|
|
67
|
-
declare const __VLS_component_17: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
68
|
-
|
|
69
73
|
declare const __VLS_component_18: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
70
74
|
|
|
71
|
-
declare const __VLS_component_19: DefineComponent<
|
|
75
|
+
declare const __VLS_component_19: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
72
76
|
|
|
73
77
|
declare const __VLS_component_2: DefineComponent<DataTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
74
78
|
"update:sortFields": (value: string[]) => any;
|
|
@@ -92,9 +96,13 @@ rowsPerPage: number;
|
|
|
92
96
|
loading: boolean;
|
|
93
97
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
94
98
|
|
|
95
|
-
declare const __VLS_component_20: DefineComponent<
|
|
99
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
96
100
|
|
|
97
|
-
declare const
|
|
101
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
102
|
+
|
|
103
|
+
declare const __VLS_component_3: DefineComponent<ColumnProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ColumnProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
104
|
+
|
|
105
|
+
declare const __VLS_component_4: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
98
106
|
"update:modelValue": (value: any) => any;
|
|
99
107
|
} & {
|
|
100
108
|
change: (value?: string | number | object | undefined) => any;
|
|
@@ -103,7 +111,7 @@ onChange?: ((value?: string | number | object | undefined) => any) | undefined;
|
|
|
103
111
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
104
112
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
105
113
|
|
|
106
|
-
declare const
|
|
114
|
+
declare const __VLS_component_5: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
107
115
|
"update:modelValue": (value: any) => any;
|
|
108
116
|
} & {
|
|
109
117
|
change: (value?: string | undefined) => any;
|
|
@@ -112,27 +120,21 @@ onChange?: ((value?: string | undefined) => any) | undefined;
|
|
|
112
120
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
113
121
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
114
122
|
|
|
115
|
-
declare const
|
|
123
|
+
declare const __VLS_component_6: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
116
124
|
|
|
117
|
-
declare const
|
|
125
|
+
declare const __VLS_component_7: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
118
126
|
|
|
119
|
-
declare const
|
|
127
|
+
declare const __VLS_component_8: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
120
128
|
remove: () => any;
|
|
121
129
|
}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
|
|
122
130
|
onRemove?: (() => any) | undefined;
|
|
123
131
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
124
132
|
|
|
125
|
-
declare const
|
|
133
|
+
declare const __VLS_component_9: DefineComponent<DrawerProps, {
|
|
126
134
|
isOpen: Ref<boolean, boolean>;
|
|
127
135
|
open: () => void;
|
|
128
136
|
close: () => void;
|
|
129
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
|
130
|
-
|
|
131
|
-
declare const __VLS_component_9: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
132
|
-
"update:open": (value: boolean) => any;
|
|
133
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
134
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
135
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
137
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DrawerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
136
138
|
|
|
137
139
|
declare type __VLS_Props = {
|
|
138
140
|
items: MenuItem[];
|
|
@@ -202,16 +204,16 @@ declare type __VLS_Props_17 = {
|
|
|
202
204
|
};
|
|
203
205
|
|
|
204
206
|
declare type __VLS_Props_18 = {
|
|
205
|
-
position?: 'left' | 'right' | 'bottom' | 'top';
|
|
206
|
-
width?: number | string;
|
|
207
|
-
};
|
|
208
|
-
|
|
209
|
-
declare type __VLS_Props_19 = {
|
|
210
207
|
title?: string;
|
|
211
208
|
style?: CSSProperties;
|
|
212
209
|
position?: 'top' | 'center' | 'bottom';
|
|
213
210
|
};
|
|
214
211
|
|
|
212
|
+
declare type __VLS_Props_19 = {
|
|
213
|
+
value?: string | number | (string | number)[];
|
|
214
|
+
multiple?: boolean;
|
|
215
|
+
};
|
|
216
|
+
|
|
215
217
|
declare type __VLS_Props_2 = {
|
|
216
218
|
label?: string;
|
|
217
219
|
value?: string | number | object;
|
|
@@ -221,29 +223,24 @@ declare type __VLS_Props_2 = {
|
|
|
221
223
|
};
|
|
222
224
|
|
|
223
225
|
declare type __VLS_Props_20 = {
|
|
224
|
-
value?: string | number | (string | number)[];
|
|
225
|
-
multiple?: boolean;
|
|
226
|
-
};
|
|
227
|
-
|
|
228
|
-
declare type __VLS_Props_21 = {
|
|
229
226
|
value: string | number;
|
|
230
227
|
};
|
|
231
228
|
|
|
232
|
-
declare type
|
|
229
|
+
declare type __VLS_Props_21 = {
|
|
233
230
|
layouts?: 'vertical' | 'horizontal';
|
|
234
231
|
type?: 'solid' | 'dashed' | 'dotted';
|
|
235
232
|
align?: 'left' | 'right' | 'center';
|
|
236
233
|
};
|
|
237
234
|
|
|
238
|
-
declare type
|
|
235
|
+
declare type __VLS_Props_22 = {
|
|
239
236
|
value: string | number;
|
|
240
237
|
};
|
|
241
238
|
|
|
242
|
-
declare type
|
|
239
|
+
declare type __VLS_Props_23 = {
|
|
243
240
|
value: string | number;
|
|
244
241
|
};
|
|
245
242
|
|
|
246
|
-
declare type
|
|
243
|
+
declare type __VLS_Props_24 = {
|
|
247
244
|
value: string | number;
|
|
248
245
|
};
|
|
249
246
|
|
|
@@ -287,7 +284,7 @@ declare type __VLS_PublicProps = {
|
|
|
287
284
|
|
|
288
285
|
declare type __VLS_PublicProps_10 = {
|
|
289
286
|
'open': boolean;
|
|
290
|
-
} &
|
|
287
|
+
} & __VLS_Props_18;
|
|
291
288
|
|
|
292
289
|
declare type __VLS_PublicProps_2 = {
|
|
293
290
|
modelValue: any;
|
|
@@ -331,6 +328,15 @@ declare function __VLS_template(): {
|
|
|
331
328
|
};
|
|
332
329
|
|
|
333
330
|
declare function __VLS_template_10(): {
|
|
331
|
+
attrs: Partial<{}>;
|
|
332
|
+
slots: {
|
|
333
|
+
default?(_: {}): any;
|
|
334
|
+
};
|
|
335
|
+
refs: {};
|
|
336
|
+
rootEl: any;
|
|
337
|
+
};
|
|
338
|
+
|
|
339
|
+
declare function __VLS_template_11(): {
|
|
334
340
|
attrs: Partial<{}>;
|
|
335
341
|
slots: {
|
|
336
342
|
trigger?(_: {}): any;
|
|
@@ -343,7 +349,7 @@ declare function __VLS_template_10(): {
|
|
|
343
349
|
rootEl: HTMLDivElement;
|
|
344
350
|
};
|
|
345
351
|
|
|
346
|
-
declare function
|
|
352
|
+
declare function __VLS_template_12(): {
|
|
347
353
|
attrs: Partial<{}>;
|
|
348
354
|
slots: {
|
|
349
355
|
default?(_: {}): any;
|
|
@@ -352,7 +358,7 @@ declare function __VLS_template_11(): {
|
|
|
352
358
|
rootEl: HTMLDivElement;
|
|
353
359
|
};
|
|
354
360
|
|
|
355
|
-
declare function
|
|
361
|
+
declare function __VLS_template_13(): {
|
|
356
362
|
attrs: Partial<{}>;
|
|
357
363
|
slots: {
|
|
358
364
|
default?(_: {}): any;
|
|
@@ -363,22 +369,13 @@ declare function __VLS_template_12(): {
|
|
|
363
369
|
rootEl: HTMLDivElement;
|
|
364
370
|
};
|
|
365
371
|
|
|
366
|
-
declare function __VLS_template_13(): {
|
|
367
|
-
attrs: Partial<{}>;
|
|
368
|
-
slots: {
|
|
369
|
-
default?(_: {}): any;
|
|
370
|
-
};
|
|
371
|
-
refs: {};
|
|
372
|
-
rootEl: HTMLButtonElement;
|
|
373
|
-
};
|
|
374
|
-
|
|
375
372
|
declare function __VLS_template_14(): {
|
|
376
373
|
attrs: Partial<{}>;
|
|
377
374
|
slots: {
|
|
378
375
|
default?(_: {}): any;
|
|
379
376
|
};
|
|
380
377
|
refs: {};
|
|
381
|
-
rootEl:
|
|
378
|
+
rootEl: HTMLButtonElement;
|
|
382
379
|
};
|
|
383
380
|
|
|
384
381
|
declare function __VLS_template_15(): {
|
|
@@ -423,7 +420,7 @@ declare function __VLS_template_19(): {
|
|
|
423
420
|
default?(_: {}): any;
|
|
424
421
|
};
|
|
425
422
|
refs: {};
|
|
426
|
-
rootEl:
|
|
423
|
+
rootEl: HTMLDivElement;
|
|
427
424
|
};
|
|
428
425
|
|
|
429
426
|
declare function __VLS_template_2(): {
|
|
@@ -436,6 +433,15 @@ declare function __VLS_template_2(): {
|
|
|
436
433
|
};
|
|
437
434
|
|
|
438
435
|
declare function __VLS_template_20(): {
|
|
436
|
+
attrs: Partial<{}>;
|
|
437
|
+
slots: {
|
|
438
|
+
default?(_: {}): any;
|
|
439
|
+
};
|
|
440
|
+
refs: {};
|
|
441
|
+
rootEl: HTMLButtonElement;
|
|
442
|
+
};
|
|
443
|
+
|
|
444
|
+
declare function __VLS_template_21(): {
|
|
439
445
|
attrs: Partial<{}>;
|
|
440
446
|
slots: {
|
|
441
447
|
default?(_: {}): any;
|
|
@@ -446,20 +452,22 @@ declare function __VLS_template_20(): {
|
|
|
446
452
|
|
|
447
453
|
declare function __VLS_template_3(): {
|
|
448
454
|
attrs: Partial<{}>;
|
|
449
|
-
slots: {
|
|
450
|
-
|
|
455
|
+
slots: Readonly<{
|
|
456
|
+
body(): any;
|
|
457
|
+
}> & {
|
|
458
|
+
body(): any;
|
|
451
459
|
};
|
|
452
460
|
refs: {};
|
|
453
|
-
rootEl:
|
|
461
|
+
rootEl: any;
|
|
454
462
|
};
|
|
455
463
|
|
|
456
464
|
declare function __VLS_template_4(): {
|
|
457
465
|
attrs: Partial<{}>;
|
|
458
466
|
slots: {
|
|
459
|
-
|
|
467
|
+
label?(_: {}): any;
|
|
460
468
|
};
|
|
461
469
|
refs: {};
|
|
462
|
-
rootEl:
|
|
470
|
+
rootEl: HTMLLabelElement;
|
|
463
471
|
};
|
|
464
472
|
|
|
465
473
|
declare function __VLS_template_5(): {
|
|
@@ -495,7 +503,7 @@ declare function __VLS_template_8(): {
|
|
|
495
503
|
default?(_: {}): any;
|
|
496
504
|
};
|
|
497
505
|
refs: {};
|
|
498
|
-
rootEl:
|
|
506
|
+
rootEl: HTMLDivElement;
|
|
499
507
|
};
|
|
500
508
|
|
|
501
509
|
declare function __VLS_template_9(): {
|
|
@@ -533,6 +541,8 @@ declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
|
533
541
|
|
|
534
542
|
declare type __VLS_TemplateResult_20 = ReturnType<typeof __VLS_template_20>;
|
|
535
543
|
|
|
544
|
+
declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
|
|
545
|
+
|
|
536
546
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
537
547
|
|
|
538
548
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -625,6 +635,12 @@ declare type __VLS_WithTemplateSlots_20<T, S> = T & {
|
|
|
625
635
|
};
|
|
626
636
|
};
|
|
627
637
|
|
|
638
|
+
declare type __VLS_WithTemplateSlots_21<T, S> = T & {
|
|
639
|
+
new (): {
|
|
640
|
+
$slots: S;
|
|
641
|
+
};
|
|
642
|
+
};
|
|
643
|
+
|
|
628
644
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
629
645
|
new (): {
|
|
630
646
|
$slots: S;
|
|
@@ -667,13 +683,13 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
667
683
|
};
|
|
668
684
|
};
|
|
669
685
|
|
|
670
|
-
export declare const Accordion:
|
|
686
|
+
export declare const Accordion: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
671
687
|
|
|
672
|
-
export declare const AccordionContent:
|
|
688
|
+
export declare const AccordionContent: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
673
689
|
|
|
674
|
-
export declare const AccordionHeader:
|
|
690
|
+
export declare const AccordionHeader: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
675
691
|
|
|
676
|
-
export declare const AccordionPanel:
|
|
692
|
+
export declare const AccordionPanel: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
677
693
|
|
|
678
694
|
export declare const Badge: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
679
695
|
|
|
@@ -695,7 +711,7 @@ declare type ButtonProps = {
|
|
|
695
711
|
full?: boolean;
|
|
696
712
|
};
|
|
697
713
|
|
|
698
|
-
export declare const Checkbox:
|
|
714
|
+
export declare const Checkbox: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
699
715
|
|
|
700
716
|
export declare const ChipCheckbox: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
701
717
|
"update:modelValue": (value: any) => any;
|
|
@@ -703,6 +719,16 @@ export declare const ChipCheckbox: DefineComponent<__VLS_PublicProps_2, {}, {},
|
|
|
703
719
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
704
720
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
705
721
|
|
|
722
|
+
export declare const Column: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
723
|
+
|
|
724
|
+
declare interface ColumnProps {
|
|
725
|
+
field?: string;
|
|
726
|
+
header?: string;
|
|
727
|
+
style?: string | Record<string, any>;
|
|
728
|
+
headerStyle?: string | Record<string, any>;
|
|
729
|
+
selectionMode?: 'single' | 'multiple';
|
|
730
|
+
}
|
|
731
|
+
|
|
706
732
|
declare interface DataItem {
|
|
707
733
|
[key: string]: any;
|
|
708
734
|
}
|
|
@@ -725,9 +751,14 @@ declare interface DataTableProps {
|
|
|
725
751
|
pagination?: boolean;
|
|
726
752
|
}
|
|
727
753
|
|
|
728
|
-
export declare const Divider:
|
|
754
|
+
export declare const Divider: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
755
|
+
|
|
756
|
+
export declare const Drawer: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
729
757
|
|
|
730
|
-
|
|
758
|
+
declare type DrawerProps = {
|
|
759
|
+
position?: 'left' | 'right' | 'bottom' | 'top';
|
|
760
|
+
width?: number | string;
|
|
761
|
+
};
|
|
731
762
|
|
|
732
763
|
export declare const Dropdown: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
733
764
|
"update:modelValue": (value: any) => any;
|
|
@@ -752,7 +783,7 @@ declare interface DropdownProps {
|
|
|
752
783
|
loading?: boolean;
|
|
753
784
|
}
|
|
754
785
|
|
|
755
|
-
export declare const IconField:
|
|
786
|
+
export declare const IconField: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
756
787
|
|
|
757
788
|
export declare const InputNumber: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
758
789
|
"update:modelValue": (value: number) => any;
|
|
@@ -799,11 +830,11 @@ declare type MenuItem = {
|
|
|
799
830
|
command?: () => void;
|
|
800
831
|
};
|
|
801
832
|
|
|
802
|
-
export declare const Modal:
|
|
833
|
+
export declare const Modal: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
803
834
|
|
|
804
|
-
export declare const OverlayBadge:
|
|
835
|
+
export declare const OverlayBadge: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
805
836
|
|
|
806
|
-
export declare const Popover:
|
|
837
|
+
export declare const Popover: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
807
838
|
|
|
808
839
|
declare interface PopoverProps {
|
|
809
840
|
placement?: Placement;
|
|
@@ -815,7 +846,7 @@ declare interface PopoverProps {
|
|
|
815
846
|
hoverDelay?: number;
|
|
816
847
|
}
|
|
817
848
|
|
|
818
|
-
export declare const Radio:
|
|
849
|
+
export declare const Radio: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
819
850
|
|
|
820
851
|
export declare const Skeleton: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
821
852
|
|
|
@@ -886,17 +917,17 @@ export declare const Switch: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}
|
|
|
886
917
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
887
918
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
888
919
|
|
|
889
|
-
export declare const Tab:
|
|
920
|
+
export declare const Tab: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
890
921
|
|
|
891
|
-
export declare const TabList:
|
|
922
|
+
export declare const TabList: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
892
923
|
|
|
893
|
-
export declare const TabPanel:
|
|
924
|
+
export declare const TabPanel: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
894
925
|
|
|
895
|
-
export declare const TabPanels:
|
|
926
|
+
export declare const TabPanels: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
896
927
|
|
|
897
|
-
export declare const Tabs:
|
|
928
|
+
export declare const Tabs: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
898
929
|
|
|
899
|
-
export declare const Tag:
|
|
930
|
+
export declare const Tag: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
900
931
|
|
|
901
932
|
export declare const Textarea: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
902
933
|
"update:modelValue": (value: string) => any;
|