@idmwx/idmui-gl4 0.8.7 → 0.8.8
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 +1193 -932
- package/dist/index.umd.cjs +14 -14
- package/dist/mapbox/src/components/other/loadLines.vue.d.ts +6 -7
- package/package.json +2 -2
|
@@ -5,8 +5,8 @@ declare namespace _sfc_main {
|
|
|
5
5
|
namespace map {
|
|
6
6
|
const type: ObjectConstructor;
|
|
7
7
|
}
|
|
8
|
-
namespace
|
|
9
|
-
const type_1:
|
|
8
|
+
namespace show {
|
|
9
|
+
const type_1: BooleanConstructor;
|
|
10
10
|
export { type_1 as type };
|
|
11
11
|
}
|
|
12
12
|
namespace beforeLayer {
|
|
@@ -18,16 +18,15 @@ declare namespace _sfc_main {
|
|
|
18
18
|
Theme: import("vuetify").ThemeInstance;
|
|
19
19
|
};
|
|
20
20
|
function data(): {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
lineLabelLayer: string;
|
|
21
|
+
layer: string;
|
|
22
|
+
labelLayer: string;
|
|
24
23
|
};
|
|
25
24
|
namespace watch {
|
|
26
|
-
export namespace
|
|
25
|
+
export namespace show_1 {
|
|
27
26
|
function handler(): void;
|
|
28
27
|
const immediate: boolean;
|
|
29
28
|
}
|
|
30
|
-
export {
|
|
29
|
+
export { show_1 as show };
|
|
31
30
|
}
|
|
32
31
|
namespace methods {
|
|
33
32
|
function handleRender(): void;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@idmwx/idmui-gl4",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.8",
|
|
5
5
|
"description": "idm webgl4",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"keywords": [
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@idm-plugin/geo": "^1.8.6",
|
|
50
50
|
"@idm-plugin/meteo": "^0.5.2",
|
|
51
51
|
"@idm-plugin/tag": "^0.2.6",
|
|
52
|
-
"@idm-plugin/tag-nop": "^0.1.
|
|
52
|
+
"@idm-plugin/tag-nop": "^0.1.4",
|
|
53
53
|
"@mdi/font": "^7.4.47",
|
|
54
54
|
"@turf/turf": "^6.5.0",
|
|
55
55
|
"@types/mapbox-gl": "^3.1.0",
|