prlg-ui 1.8.44 → 1.8.45
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 +117 -91
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +369 -366
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -35,7 +35,13 @@ import { WritableComputedRef } from 'vue';
|
|
|
35
35
|
|
|
36
36
|
declare const __VLS_component: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
37
37
|
|
|
38
|
-
declare const __VLS_component_10: DefineComponent<
|
|
38
|
+
declare const __VLS_component_10: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
39
|
+
remove: () => any;
|
|
40
|
+
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
41
|
+
onRemove?: (() => any) | undefined;
|
|
42
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
43
|
+
|
|
44
|
+
declare const __VLS_component_11: DefineComponent<__VLS_PublicProps_17, {
|
|
39
45
|
isOpen: ModelRef<boolean | undefined, string, boolean | undefined, boolean | undefined>;
|
|
40
46
|
open: () => void;
|
|
41
47
|
close: () => void;
|
|
@@ -48,13 +54,13 @@ onClose?: (() => any) | undefined;
|
|
|
48
54
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
49
55
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
50
56
|
|
|
51
|
-
declare const
|
|
57
|
+
declare const __VLS_component_12: DefineComponent<__VLS_PublicProps_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
52
58
|
"update:open": (value: boolean) => any;
|
|
53
59
|
}, string, PublicProps, Readonly<__VLS_PublicProps_18> & Readonly<{
|
|
54
60
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
55
61
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
56
62
|
|
|
57
|
-
declare const
|
|
63
|
+
declare const __VLS_component_13: DefineComponent<ExtractPropTypes< {
|
|
58
64
|
placement: {
|
|
59
65
|
type: PropType<Placement>;
|
|
60
66
|
default: string;
|
|
@@ -142,7 +148,7 @@ floating: HTMLDivElement;
|
|
|
142
148
|
'second-screen': HTMLDivElement;
|
|
143
149
|
}, HTMLDivElement>;
|
|
144
150
|
|
|
145
|
-
declare const
|
|
151
|
+
declare const __VLS_component_14: DefineComponent<__VLS_PublicProps_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
146
152
|
"update:open": (value: boolean) => any;
|
|
147
153
|
}, string, PublicProps, Readonly<__VLS_PublicProps_19> & Readonly<{
|
|
148
154
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
@@ -151,23 +157,17 @@ contentRef: HTMLDivElement;
|
|
|
151
157
|
bodyRef: HTMLDivElement;
|
|
152
158
|
}, any>;
|
|
153
159
|
|
|
154
|
-
declare const
|
|
160
|
+
declare const __VLS_component_15: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
155
161
|
|
|
156
|
-
declare const
|
|
162
|
+
declare const __VLS_component_16: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
157
163
|
contentRef: HTMLDivElement;
|
|
158
164
|
}, HTMLDivElement>;
|
|
159
165
|
|
|
160
|
-
declare const
|
|
161
|
-
|
|
162
|
-
declare const __VLS_component_17: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
166
|
+
declare const __VLS_component_17: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLButtonElement>;
|
|
163
167
|
|
|
164
|
-
declare const __VLS_component_18: DefineComponent<
|
|
168
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
165
169
|
|
|
166
|
-
declare const __VLS_component_19: DefineComponent<
|
|
167
|
-
"update:value": (value: string | number) => any;
|
|
168
|
-
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
169
|
-
"onUpdate:value"?: ((value: string | number) => any) | undefined;
|
|
170
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
170
|
+
declare const __VLS_component_19: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
171
171
|
|
|
172
172
|
declare const __VLS_component_2: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
173
173
|
"update:currentPage": (value: number) => any;
|
|
@@ -223,13 +223,19 @@ updateContainerHeight: (scrollContainer?: HTMLElement) => void;
|
|
|
223
223
|
}, {}, {}, {}, {}> | null;
|
|
224
224
|
}, any>;
|
|
225
225
|
|
|
226
|
-
declare const __VLS_component_20: DefineComponent<
|
|
226
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
227
|
+
"update:value": (value: string | number) => any;
|
|
228
|
+
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
229
|
+
"onUpdate:value"?: ((value: string | number) => any) | undefined;
|
|
230
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
227
231
|
|
|
228
232
|
declare const __VLS_component_21: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
229
233
|
|
|
230
|
-
declare const __VLS_component_22: DefineComponent<
|
|
234
|
+
declare const __VLS_component_22: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
231
235
|
|
|
232
|
-
declare const __VLS_component_23: DefineComponent<
|
|
236
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
237
|
+
|
|
238
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
233
239
|
|
|
234
240
|
declare const __VLS_component_3: DefineComponent<ColumnProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ColumnProps> & Readonly<{}>, {
|
|
235
241
|
visible: boolean;
|
|
@@ -253,9 +259,38 @@ onChange?: ((value?: string | undefined) => any) | undefined;
|
|
|
253
259
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
254
260
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
255
261
|
|
|
256
|
-
declare const __VLS_component_6: DefineComponent<
|
|
262
|
+
declare const __VLS_component_6: DefineComponent<DropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
263
|
+
clear: () => any;
|
|
264
|
+
search: (query: string) => any;
|
|
265
|
+
change: (value: string | number | DropdownOption | (string | number | DropdownOption)[] | undefined) => any;
|
|
266
|
+
"update:modelValue": (value: string | number | DropdownOption | (string | number | DropdownOption)[] | undefined) => any;
|
|
267
|
+
"remove-tag": (value: string | number | DropdownOption) => any;
|
|
268
|
+
}, string, PublicProps, Readonly<DropdownProps> & Readonly<{
|
|
269
|
+
onClear?: (() => any) | undefined;
|
|
270
|
+
onSearch?: ((query: string) => any) | undefined;
|
|
271
|
+
onChange?: ((value: string | number | DropdownOption | (string | number | DropdownOption)[] | undefined) => any) | undefined;
|
|
272
|
+
"onUpdate:modelValue"?: ((value: string | number | DropdownOption | (string | number | DropdownOption)[] | undefined) => any) | undefined;
|
|
273
|
+
"onRemove-tag"?: ((value: string | number | DropdownOption) => any) | undefined;
|
|
274
|
+
}>, {
|
|
275
|
+
disabled: boolean;
|
|
276
|
+
placeholder: string;
|
|
277
|
+
multiple: boolean;
|
|
278
|
+
options: DropdownOption[];
|
|
279
|
+
loading: boolean;
|
|
280
|
+
searchable: boolean;
|
|
281
|
+
valueKey: string;
|
|
282
|
+
labelKey: string;
|
|
283
|
+
maxTags: number;
|
|
284
|
+
clearable: boolean;
|
|
285
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
286
|
+
dropdownTrigger: HTMLDivElement;
|
|
287
|
+
dropdownOverlay: HTMLDivElement;
|
|
288
|
+
searchInput: HTMLInputElement;
|
|
289
|
+
}, HTMLDivElement>;
|
|
257
290
|
|
|
258
|
-
declare const __VLS_component_7: DefineComponent<
|
|
291
|
+
declare const __VLS_component_7: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
292
|
+
|
|
293
|
+
declare const __VLS_component_8: DefineComponent<ExtractPropTypes< {
|
|
259
294
|
type: {
|
|
260
295
|
type: PropType<"error" | "warning" | "info">;
|
|
261
296
|
default: string;
|
|
@@ -274,13 +309,7 @@ outlined: boolean;
|
|
|
274
309
|
type: "error" | "info" | "warning";
|
|
275
310
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
276
311
|
|
|
277
|
-
declare const
|
|
278
|
-
|
|
279
|
-
declare const __VLS_component_9: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
280
|
-
remove: () => any;
|
|
281
|
-
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
282
|
-
onRemove?: (() => any) | undefined;
|
|
283
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
312
|
+
declare const __VLS_component_9: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
284
313
|
|
|
285
314
|
declare type __VLS_Props = {
|
|
286
315
|
items: MenuItem[];
|
|
@@ -571,10 +600,19 @@ declare function __VLS_template_10(): {
|
|
|
571
600
|
default?(_: {}): any;
|
|
572
601
|
};
|
|
573
602
|
refs: {};
|
|
574
|
-
rootEl:
|
|
603
|
+
rootEl: HTMLDivElement;
|
|
575
604
|
};
|
|
576
605
|
|
|
577
606
|
declare function __VLS_template_11(): {
|
|
607
|
+
attrs: Partial<{}>;
|
|
608
|
+
slots: {
|
|
609
|
+
default?(_: {}): any;
|
|
610
|
+
};
|
|
611
|
+
refs: {};
|
|
612
|
+
rootEl: any;
|
|
613
|
+
};
|
|
614
|
+
|
|
615
|
+
declare function __VLS_template_12(): {
|
|
578
616
|
attrs: Partial<{}>;
|
|
579
617
|
slots: Readonly<{
|
|
580
618
|
default(scope: {
|
|
@@ -591,7 +629,7 @@ declare function __VLS_template_11(): {
|
|
|
591
629
|
rootEl: any;
|
|
592
630
|
};
|
|
593
631
|
|
|
594
|
-
declare function
|
|
632
|
+
declare function __VLS_template_13(): {
|
|
595
633
|
attrs: Partial<{}>;
|
|
596
634
|
slots: {
|
|
597
635
|
trigger?(_: {}): any;
|
|
@@ -618,7 +656,7 @@ declare function __VLS_template_12(): {
|
|
|
618
656
|
rootEl: HTMLDivElement;
|
|
619
657
|
};
|
|
620
658
|
|
|
621
|
-
declare function
|
|
659
|
+
declare function __VLS_template_14(): {
|
|
622
660
|
attrs: Partial<{}>;
|
|
623
661
|
slots: {
|
|
624
662
|
default?(_: {}): any;
|
|
@@ -630,7 +668,7 @@ declare function __VLS_template_13(): {
|
|
|
630
668
|
rootEl: any;
|
|
631
669
|
};
|
|
632
670
|
|
|
633
|
-
declare function
|
|
671
|
+
declare function __VLS_template_15(): {
|
|
634
672
|
attrs: Partial<{}>;
|
|
635
673
|
slots: {
|
|
636
674
|
default?(_: {}): any;
|
|
@@ -639,7 +677,7 @@ declare function __VLS_template_14(): {
|
|
|
639
677
|
rootEl: HTMLDivElement;
|
|
640
678
|
};
|
|
641
679
|
|
|
642
|
-
declare function
|
|
680
|
+
declare function __VLS_template_16(): {
|
|
643
681
|
attrs: Partial<{}>;
|
|
644
682
|
slots: {
|
|
645
683
|
default?(_: {}): any;
|
|
@@ -650,22 +688,13 @@ declare function __VLS_template_15(): {
|
|
|
650
688
|
rootEl: HTMLDivElement;
|
|
651
689
|
};
|
|
652
690
|
|
|
653
|
-
declare function __VLS_template_16(): {
|
|
654
|
-
attrs: Partial<{}>;
|
|
655
|
-
slots: {
|
|
656
|
-
default?(_: {}): any;
|
|
657
|
-
};
|
|
658
|
-
refs: {};
|
|
659
|
-
rootEl: HTMLButtonElement;
|
|
660
|
-
};
|
|
661
|
-
|
|
662
691
|
declare function __VLS_template_17(): {
|
|
663
692
|
attrs: Partial<{}>;
|
|
664
693
|
slots: {
|
|
665
694
|
default?(_: {}): any;
|
|
666
695
|
};
|
|
667
696
|
refs: {};
|
|
668
|
-
rootEl:
|
|
697
|
+
rootEl: HTMLButtonElement;
|
|
669
698
|
};
|
|
670
699
|
|
|
671
700
|
declare function __VLS_template_18(): {
|
|
@@ -752,10 +781,19 @@ declare function __VLS_template_22(): {
|
|
|
752
781
|
default?(_: {}): any;
|
|
753
782
|
};
|
|
754
783
|
refs: {};
|
|
755
|
-
rootEl:
|
|
784
|
+
rootEl: HTMLDivElement;
|
|
756
785
|
};
|
|
757
786
|
|
|
758
787
|
declare function __VLS_template_23(): {
|
|
788
|
+
attrs: Partial<{}>;
|
|
789
|
+
slots: {
|
|
790
|
+
default?(_: {}): any;
|
|
791
|
+
};
|
|
792
|
+
refs: {};
|
|
793
|
+
rootEl: HTMLButtonElement;
|
|
794
|
+
};
|
|
795
|
+
|
|
796
|
+
declare function __VLS_template_24(): {
|
|
759
797
|
attrs: Partial<{}>;
|
|
760
798
|
slots: {
|
|
761
799
|
default?(_: {}): any;
|
|
@@ -792,9 +830,16 @@ declare function __VLS_template_5(): {
|
|
|
792
830
|
declare function __VLS_template_6(): {
|
|
793
831
|
attrs: Partial<{}>;
|
|
794
832
|
slots: {
|
|
795
|
-
|
|
833
|
+
input?(_: {
|
|
834
|
+
value: string;
|
|
835
|
+
selectedOption: DropdownOption;
|
|
836
|
+
}): any;
|
|
837
|
+
};
|
|
838
|
+
refs: {
|
|
839
|
+
dropdownTrigger: HTMLDivElement;
|
|
840
|
+
dropdownOverlay: HTMLDivElement;
|
|
841
|
+
searchInput: HTMLInputElement;
|
|
796
842
|
};
|
|
797
|
-
refs: {};
|
|
798
843
|
rootEl: HTMLDivElement;
|
|
799
844
|
};
|
|
800
845
|
|
|
@@ -857,6 +902,8 @@ declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
|
|
|
857
902
|
|
|
858
903
|
declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
|
|
859
904
|
|
|
905
|
+
declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
|
|
906
|
+
|
|
860
907
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
861
908
|
|
|
862
909
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -967,6 +1014,12 @@ declare type __VLS_WithTemplateSlots_23<T, S> = T & {
|
|
|
967
1014
|
};
|
|
968
1015
|
};
|
|
969
1016
|
|
|
1017
|
+
declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
1018
|
+
new (): {
|
|
1019
|
+
$slots: S;
|
|
1020
|
+
};
|
|
1021
|
+
};
|
|
1022
|
+
|
|
970
1023
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
971
1024
|
new (): {
|
|
972
1025
|
$slots: S;
|
|
@@ -1009,13 +1062,13 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
1009
1062
|
};
|
|
1010
1063
|
};
|
|
1011
1064
|
|
|
1012
|
-
export declare const Accordion:
|
|
1065
|
+
export declare const Accordion: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1013
1066
|
|
|
1014
|
-
export declare const AccordionContent:
|
|
1067
|
+
export declare const AccordionContent: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1015
1068
|
|
|
1016
|
-
export declare const AccordionHeader:
|
|
1069
|
+
export declare const AccordionHeader: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1017
1070
|
|
|
1018
|
-
export declare const AccordionPanel:
|
|
1071
|
+
export declare const AccordionPanel: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1019
1072
|
|
|
1020
1073
|
export declare const Autocomplete: DefineComponent<AutocompleteProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1021
1074
|
clear: () => any;
|
|
@@ -1069,7 +1122,7 @@ declare interface AutocompleteProps {
|
|
|
1069
1122
|
|
|
1070
1123
|
export declare const Badge: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1071
1124
|
|
|
1072
|
-
export declare const BottomSheet:
|
|
1125
|
+
export declare const BottomSheet: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1073
1126
|
|
|
1074
1127
|
export declare const Breadcrumb: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1075
1128
|
|
|
@@ -1239,9 +1292,9 @@ inputRef: HTMLDivElement;
|
|
|
1239
1292
|
popoverRef: HTMLDivElement;
|
|
1240
1293
|
}, HTMLDivElement>;
|
|
1241
1294
|
|
|
1242
|
-
export declare const Divider:
|
|
1295
|
+
export declare const Divider: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1243
1296
|
|
|
1244
|
-
export declare const Drawer:
|
|
1297
|
+
export declare const Drawer: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1245
1298
|
|
|
1246
1299
|
declare type DrawerProps = {
|
|
1247
1300
|
position?: 'left' | 'right' | 'bottom' | 'top';
|
|
@@ -1252,34 +1305,7 @@ declare type DrawerProps = {
|
|
|
1252
1305
|
zIndexLayer?: ZIndexLayer;
|
|
1253
1306
|
};
|
|
1254
1307
|
|
|
1255
|
-
export declare const Dropdown:
|
|
1256
|
-
clear: () => any;
|
|
1257
|
-
search: (query: string) => any;
|
|
1258
|
-
change: (value: string | number | DropdownOption | (string | number | DropdownOption)[] | undefined) => any;
|
|
1259
|
-
"update:modelValue": (value: string | number | DropdownOption | (string | number | DropdownOption)[] | undefined) => any;
|
|
1260
|
-
"remove-tag": (value: string | number | DropdownOption) => any;
|
|
1261
|
-
}, string, PublicProps, Readonly<DropdownProps> & Readonly<{
|
|
1262
|
-
onClear?: (() => any) | undefined;
|
|
1263
|
-
onSearch?: ((query: string) => any) | undefined;
|
|
1264
|
-
onChange?: ((value: string | number | DropdownOption | (string | number | DropdownOption)[] | undefined) => any) | undefined;
|
|
1265
|
-
"onUpdate:modelValue"?: ((value: string | number | DropdownOption | (string | number | DropdownOption)[] | undefined) => any) | undefined;
|
|
1266
|
-
"onRemove-tag"?: ((value: string | number | DropdownOption) => any) | undefined;
|
|
1267
|
-
}>, {
|
|
1268
|
-
disabled: boolean;
|
|
1269
|
-
placeholder: string;
|
|
1270
|
-
multiple: boolean;
|
|
1271
|
-
options: DropdownOption[];
|
|
1272
|
-
loading: boolean;
|
|
1273
|
-
searchable: boolean;
|
|
1274
|
-
valueKey: string;
|
|
1275
|
-
labelKey: string;
|
|
1276
|
-
maxTags: number;
|
|
1277
|
-
clearable: boolean;
|
|
1278
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1279
|
-
dropdownTrigger: HTMLDivElement;
|
|
1280
|
-
dropdownOverlay: HTMLDivElement;
|
|
1281
|
-
searchInput: HTMLInputElement;
|
|
1282
|
-
}, HTMLDivElement>;
|
|
1308
|
+
export declare const Dropdown: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1283
1309
|
|
|
1284
1310
|
declare interface DropdownOption {
|
|
1285
1311
|
value?: string | number;
|
|
@@ -1371,7 +1397,7 @@ declare type ICalendarResultValue = string | ICalendarResult | null;
|
|
|
1371
1397
|
|
|
1372
1398
|
declare type ICalendarType = 'month' | 'year' | 'day';
|
|
1373
1399
|
|
|
1374
|
-
export declare const IconField:
|
|
1400
|
+
export declare const IconField: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1375
1401
|
|
|
1376
1402
|
declare interface IDatePickerProps extends ICalendarProps {
|
|
1377
1403
|
/**
|
|
@@ -1522,9 +1548,9 @@ declare type MenuItem = {
|
|
|
1522
1548
|
disabled?: boolean;
|
|
1523
1549
|
};
|
|
1524
1550
|
|
|
1525
|
-
export declare const Message:
|
|
1551
|
+
export declare const Message: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1526
1552
|
|
|
1527
|
-
export declare const Modal:
|
|
1553
|
+
export declare const Modal: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1528
1554
|
|
|
1529
1555
|
declare type OffsetValue = number | {
|
|
1530
1556
|
/**
|
|
@@ -1578,7 +1604,7 @@ declare interface OTPCodeProps {
|
|
|
1578
1604
|
variant?: 'outlined' | 'fill';
|
|
1579
1605
|
}
|
|
1580
1606
|
|
|
1581
|
-
export declare const OverlayBadge:
|
|
1607
|
+
export declare const OverlayBadge: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1582
1608
|
|
|
1583
1609
|
export declare const Paginator: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1584
1610
|
"update:currentPage": (value: number) => any;
|
|
@@ -1596,7 +1622,7 @@ declare interface PaginatorProps {
|
|
|
1596
1622
|
viewPerPage?: boolean;
|
|
1597
1623
|
}
|
|
1598
1624
|
|
|
1599
|
-
export declare const Popover:
|
|
1625
|
+
export declare const Popover: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1600
1626
|
|
|
1601
1627
|
declare type PopoverCloseMode = 'outside' | 'button-only';
|
|
1602
1628
|
|
|
@@ -1739,7 +1765,7 @@ export declare const Switch: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {
|
|
|
1739
1765
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1740
1766
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1741
1767
|
|
|
1742
|
-
export declare const Tab:
|
|
1768
|
+
export declare const Tab: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1743
1769
|
|
|
1744
1770
|
declare interface TableBodyProps {
|
|
1745
1771
|
columns: Column_2[];
|
|
@@ -1808,15 +1834,15 @@ declare type TableSlots = {
|
|
|
1808
1834
|
empty?(): any;
|
|
1809
1835
|
};
|
|
1810
1836
|
|
|
1811
|
-
export declare const TabList:
|
|
1837
|
+
export declare const TabList: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1812
1838
|
|
|
1813
|
-
export declare const TabPanel:
|
|
1839
|
+
export declare const TabPanel: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1814
1840
|
|
|
1815
|
-
export declare const TabPanels:
|
|
1841
|
+
export declare const TabPanels: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1816
1842
|
|
|
1817
|
-
export declare const Tabs:
|
|
1843
|
+
export declare const Tabs: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1818
1844
|
|
|
1819
|
-
export declare const Tag:
|
|
1845
|
+
export declare const Tag: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1820
1846
|
|
|
1821
1847
|
export declare const Textarea: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1822
1848
|
"update:modelValue": (value: string) => any;
|