voiptime-components 1.12.30 → 1.12.31
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 +23 -23
- package/dist/index.css +1 -1
- package/dist/index.d.ts +8 -2
- package/dist/index.es.js +2907 -2857
- package/dist/index.umd.js +23 -23
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -57,7 +57,10 @@ declare const __VLS_component_12: DefineComponent<VTabsProps, {}, {}, {}, {}, Co
|
|
|
57
57
|
"onTab-add"?: (() => any) | undefined;
|
|
58
58
|
}>, {
|
|
59
59
|
modelValue: string;
|
|
60
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
60
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
61
|
+
navRef: HTMLDivElement;
|
|
62
|
+
scrollableRef: HTMLDivElement;
|
|
63
|
+
}, HTMLDivElement>;
|
|
61
64
|
|
|
62
65
|
declare const __VLS_component_13: DefineComponent<VTabItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<VTabItemProps> & Readonly<{}>, {
|
|
63
66
|
label: string;
|
|
@@ -432,7 +435,10 @@ declare function __VLS_template_12(): {
|
|
|
432
435
|
slots: {
|
|
433
436
|
default?(_: {}): any;
|
|
434
437
|
};
|
|
435
|
-
refs: {
|
|
438
|
+
refs: {
|
|
439
|
+
navRef: HTMLDivElement;
|
|
440
|
+
scrollableRef: HTMLDivElement;
|
|
441
|
+
};
|
|
436
442
|
rootEl: HTMLDivElement;
|
|
437
443
|
};
|
|
438
444
|
|