@idmui/spot 0.6.4 → 0.6.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.
@@ -13,7 +13,14 @@ declare namespace _sfc_main {
13
13
  export { type_1 as type };
14
14
  }
15
15
  }
16
+ function data(): {
17
+ base64url: string;
18
+ };
16
19
  namespace computed {
17
20
  function computeUTCTime(): (time: any, format?: string) => string;
18
21
  }
22
+ function mounted(): Promise<void>;
23
+ namespace methods {
24
+ function convertPngToBase64(url: any): Promise<any>;
25
+ }
19
26
  }
@@ -112,7 +112,6 @@ declare namespace _sfc_main {
112
112
  function handleDateRange(): Promise<void>;
113
113
  function handlePickDate(val: any): void;
114
114
  function convertSvgUrlToBase64(url: any): Promise<any>;
115
- function convertPngToBase64(url: any): Promise<any>;
116
115
  function getRotatedArrowBase64(angle: any): string;
117
116
  function getRotatedArrow2Base64(angle: any): string;
118
117
  function handleDownloadPDF(): Promise<false | undefined>;