voiptime-components 1.8.24 → 1.9.1

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.d.ts CHANGED
@@ -442,6 +442,7 @@ declare function __VLS_template_2(): {
442
442
  attrs: Partial<{}>;
443
443
  slots: {
444
444
  default?(_: {}): any;
445
+ footer?(_: {}): any;
445
446
  };
446
447
  refs: {};
447
448
  rootEl: any;
@@ -951,6 +952,8 @@ export declare const isValidDate: (value: any) => boolean;
951
952
 
952
953
  export declare const isValidTimeString: (timeStr: string) => boolean;
953
954
 
955
+ export declare const loaderDirective: ObjectDirective;
956
+
954
957
  export declare const messageManager: VMessageManager;
955
958
 
956
959
  export declare const modalManager: VModalManager;