@idmui/spot 1.5.4 → 1.5.5

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.
@@ -14,18 +14,12 @@ declare namespace _sfc_main {
14
14
  function _default_1(): {};
15
15
  export { _default_1 as default };
16
16
  }
17
- namespace locale {
18
- const type_2: StringConstructor;
17
+ namespace spotDownloading {
18
+ const type_2: BooleanConstructor;
19
19
  export { type_2 as type };
20
- const _default_2: string;
20
+ const _default_2: boolean;
21
21
  export { _default_2 as default };
22
22
  }
23
- namespace theme {
24
- const type_3: StringConstructor;
25
- export { type_3 as type };
26
- const _default_3: string;
27
- export { _default_3 as default };
28
- }
29
23
  }
30
24
  const emits: string[];
31
25
  function data(): {
@@ -72,6 +66,8 @@ declare namespace _sfc_main {
72
66
  selectDate: undefined;
73
67
  gateway: string;
74
68
  messageInstance: undefined;
69
+ locale: string;
70
+ theme: string;
75
71
  };
76
72
  namespace computed {
77
73
  function computeHourLT(): (time: any) => any;
@@ -94,6 +90,10 @@ declare namespace _sfc_main {
94
90
  export namespace menuIndex {
95
91
  function handler(): void;
96
92
  }
93
+ export namespace spotDownloading_1 {
94
+ function handler(): void;
95
+ }
96
+ export { spotDownloading_1 as spotDownloading };
97
97
  }
98
98
  function mounted(): void;
99
99
  namespace methods {
@@ -128,7 +128,7 @@ declare namespace _sfc_main {
128
128
  function getRotatedArrowBase64(angle: any): string;
129
129
  function getRotatedArrow2Base64(angle: any): string;
130
130
  function handleDownloadPDF(): void;
131
- function handleDownloadPDF1(): false | undefined;
131
+ function handleDownloadPDF1(): void;
132
132
  function handleDownloadPDF2(): Promise<false | undefined>;
133
133
  }
134
134
  }