voiptime-components 1.8.24 → 1.9.0
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 +5 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +1066 -1041
- package/dist/index.umd.js +5 -1
- package/package.json +1 -1
- package/src/assets/main.scss +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -951,6 +951,8 @@ export declare const isValidDate: (value: any) => boolean;
|
|
|
951
951
|
|
|
952
952
|
export declare const isValidTimeString: (timeStr: string) => boolean;
|
|
953
953
|
|
|
954
|
+
export declare const loaderDirective: ObjectDirective;
|
|
955
|
+
|
|
954
956
|
export declare const messageManager: VMessageManager;
|
|
955
957
|
|
|
956
958
|
export declare const modalManager: VModalManager;
|