@idmwx/idmui-gl4 1.7.2 → 1.7.4
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.js +390 -379
- package/dist/index.umd.cjs +8 -8
- package/dist/mapbox/src/components/weather/index.vue.d.ts +1 -1
- package/package.json +1 -1
|
@@ -105,6 +105,7 @@ declare namespace _sfc_main {
|
|
|
105
105
|
};
|
|
106
106
|
namespace computed {
|
|
107
107
|
function computeDateZ(): (time: any) => string;
|
|
108
|
+
function computeDateUpdate(): (time: any) => string;
|
|
108
109
|
function overlaysKeys(): any;
|
|
109
110
|
function rendersKeys(): any;
|
|
110
111
|
function showTipMenu(): any;
|
|
@@ -151,7 +152,6 @@ declare namespace _sfc_main {
|
|
|
151
152
|
immediate: boolean;
|
|
152
153
|
};
|
|
153
154
|
};
|
|
154
|
-
function mounted(): void;
|
|
155
155
|
namespace methods {
|
|
156
156
|
function arraysEqual(arr1: any, arr2: any): boolean;
|
|
157
157
|
function fetchCache(): void;
|