voiptime-components 1.13.19 → 1.13.21
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.cjs.js +22 -22
- package/dist/index.d.ts +22 -41
- package/dist/index.es.js +1976 -1977
- package/dist/index.umd.js +21 -21
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -63,29 +63,6 @@ declare const __VLS_component_12: DefineComponent<VTabsProps, {}, {}, {}, {}, Co
|
|
|
63
63
|
scrollableRef: HTMLDivElement;
|
|
64
64
|
}, HTMLDivElement>;
|
|
65
65
|
|
|
66
|
-
declare const __VLS_component_13: DefineComponent<ExtractPropTypes<{
|
|
67
|
-
name: {
|
|
68
|
-
type: StringConstructor;
|
|
69
|
-
required: true;
|
|
70
|
-
};
|
|
71
|
-
label: StringConstructor;
|
|
72
|
-
disabled: BooleanConstructor;
|
|
73
|
-
closable: BooleanConstructor;
|
|
74
|
-
icon: StringConstructor;
|
|
75
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
76
|
-
name: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
required: true;
|
|
79
|
-
};
|
|
80
|
-
label: StringConstructor;
|
|
81
|
-
disabled: BooleanConstructor;
|
|
82
|
-
closable: BooleanConstructor;
|
|
83
|
-
icon: StringConstructor;
|
|
84
|
-
}>> & Readonly<{}>, {
|
|
85
|
-
disabled: boolean;
|
|
86
|
-
closable: boolean;
|
|
87
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
88
|
-
|
|
89
66
|
declare const __VLS_component_2: DefineComponent<VModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
90
67
|
close: () => any;
|
|
91
68
|
"update:modelValue": (value: boolean) => any;
|
|
@@ -467,15 +444,6 @@ declare function __VLS_template_12(): {
|
|
|
467
444
|
rootEl: HTMLDivElement;
|
|
468
445
|
};
|
|
469
446
|
|
|
470
|
-
declare function __VLS_template_13(): {
|
|
471
|
-
attrs: Partial<{}>;
|
|
472
|
-
slots: {
|
|
473
|
-
default?(_: {}): any;
|
|
474
|
-
};
|
|
475
|
-
refs: {};
|
|
476
|
-
rootEl: any;
|
|
477
|
-
};
|
|
478
|
-
|
|
479
447
|
declare function __VLS_template_2(): {
|
|
480
448
|
attrs: Partial<{}>;
|
|
481
449
|
slots: {
|
|
@@ -665,8 +633,6 @@ declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
|
|
|
665
633
|
|
|
666
634
|
declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
|
|
667
635
|
|
|
668
|
-
declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
|
|
669
|
-
|
|
670
636
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
671
637
|
|
|
672
638
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -707,12 +673,6 @@ declare type __VLS_WithTemplateSlots_12<T, S> = T & {
|
|
|
707
673
|
};
|
|
708
674
|
};
|
|
709
675
|
|
|
710
|
-
declare type __VLS_WithTemplateSlots_13<T, S> = T & {
|
|
711
|
-
new (): {
|
|
712
|
-
$slots: S;
|
|
713
|
-
};
|
|
714
|
-
};
|
|
715
|
-
|
|
716
676
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
717
677
|
new (): {
|
|
718
678
|
$slots: S;
|
|
@@ -1881,7 +1841,28 @@ export declare const VSidebar: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, Co
|
|
|
1881
1841
|
"onUpdate:collapsed"?: ((value: boolean) => any) | undefined;
|
|
1882
1842
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
1883
1843
|
|
|
1884
|
-
export declare const VTabItem:
|
|
1844
|
+
export declare const VTabItem: DefineComponent<ExtractPropTypes<{
|
|
1845
|
+
name: {
|
|
1846
|
+
type: StringConstructor;
|
|
1847
|
+
required: true;
|
|
1848
|
+
};
|
|
1849
|
+
label: StringConstructor;
|
|
1850
|
+
disabled: BooleanConstructor;
|
|
1851
|
+
closable: BooleanConstructor;
|
|
1852
|
+
icon: StringConstructor;
|
|
1853
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
1854
|
+
name: {
|
|
1855
|
+
type: StringConstructor;
|
|
1856
|
+
required: true;
|
|
1857
|
+
};
|
|
1858
|
+
label: StringConstructor;
|
|
1859
|
+
disabled: BooleanConstructor;
|
|
1860
|
+
closable: BooleanConstructor;
|
|
1861
|
+
icon: StringConstructor;
|
|
1862
|
+
}>> & Readonly<{}>, {
|
|
1863
|
+
disabled: boolean;
|
|
1864
|
+
closable: boolean;
|
|
1865
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1885
1866
|
|
|
1886
1867
|
export declare interface VTabItemProps {
|
|
1887
1868
|
label?: string;
|