voiptime-components 1.4.5 → 1.4.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.cjs.js +1 -1
- package/dist/index.d.ts +2 -4
- package/dist/index.es.js +919 -920
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -333,8 +333,7 @@ declare const __VLS_component_7: DefineComponent<VtSelectProps, {
|
|
|
333
333
|
validateOnInput: boolean;
|
|
334
334
|
validateOnBlur: boolean;
|
|
335
335
|
}> | null;
|
|
336
|
-
|
|
337
|
-
sentinelRef: HTMLDivElement;
|
|
336
|
+
scrollContainerRef: HTMLDivElement;
|
|
338
337
|
}, HTMLDivElement>;
|
|
339
338
|
|
|
340
339
|
declare const __VLS_component_8: DefineComponent<VtOptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -510,8 +509,7 @@ declare function __VLS_template_7(): {
|
|
|
510
509
|
validateOnInput: boolean;
|
|
511
510
|
validateOnBlur: boolean;
|
|
512
511
|
}> | null;
|
|
513
|
-
|
|
514
|
-
sentinelRef: HTMLDivElement;
|
|
512
|
+
scrollContainerRef: HTMLDivElement;
|
|
515
513
|
};
|
|
516
514
|
rootEl: HTMLDivElement;
|
|
517
515
|
};
|