@idmui/spot 0.6.5 → 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.
- package/dist/Brand/src/idm/index.vue.d.ts +7 -0
- package/dist/Spot/src/index.vue.d.ts +0 -1
- package/dist/{index-4335e298.js → index-b39b8eaf.js} +3202 -3178
- package/dist/{index.es-c6ef3ae4.js → index.es-e318481b.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +46 -46
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -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>;
|