voiptime-components 1.12.29 → 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 +26 -26
- package/dist/index.css +1 -1
- package/dist/index.d.ts +8 -3
- package/dist/index.es.js +4353 -4308
- package/dist/index.umd.js +26 -26
- 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;
|
|
@@ -127,7 +130,6 @@ declare const __VLS_component_5: DefineComponent<__VLS_PublicProps, {
|
|
|
127
130
|
clearSelection: () => void;
|
|
128
131
|
getSelectionRows: () => Record<string, any>[];
|
|
129
132
|
setSelectionRows: (rows: Record<string, any>[]) => void;
|
|
130
|
-
resetInfinityScroll: () => void;
|
|
131
133
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
132
134
|
"current-change": (payload: {
|
|
133
135
|
currentRow: Record<string, any> | null;
|
|
@@ -433,7 +435,10 @@ declare function __VLS_template_12(): {
|
|
|
433
435
|
slots: {
|
|
434
436
|
default?(_: {}): any;
|
|
435
437
|
};
|
|
436
|
-
refs: {
|
|
438
|
+
refs: {
|
|
439
|
+
navRef: HTMLDivElement;
|
|
440
|
+
scrollableRef: HTMLDivElement;
|
|
441
|
+
};
|
|
437
442
|
rootEl: HTMLDivElement;
|
|
438
443
|
};
|
|
439
444
|
|