@idmwx/idmui-gl3 4.4.0 → 4.4.1
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 +48 -63
- package/dist/index.umd.cjs +4 -4
- package/dist/mapbox/src/components/layer.vue.d.ts +1 -9
- package/package.json +1 -1
|
@@ -15,7 +15,7 @@ declare namespace _sfc_main {
|
|
|
15
15
|
const _default: number;
|
|
16
16
|
export { _default as default };
|
|
17
17
|
}
|
|
18
|
-
namespace
|
|
18
|
+
namespace layerToggle {
|
|
19
19
|
const type_3: BooleanConstructor;
|
|
20
20
|
export { type_3 as type };
|
|
21
21
|
const _default_1: boolean;
|
|
@@ -34,7 +34,6 @@ declare namespace _sfc_main {
|
|
|
34
34
|
}
|
|
35
35
|
const emits: string[];
|
|
36
36
|
function data(): {
|
|
37
|
-
showLayers: boolean;
|
|
38
37
|
source: string;
|
|
39
38
|
weatherLayers: never[];
|
|
40
39
|
activeWeatherLayers: never[];
|
|
@@ -63,13 +62,6 @@ declare namespace _sfc_main {
|
|
|
63
62
|
function computeLayerClass(): (layer: any, layers: any) => string;
|
|
64
63
|
}
|
|
65
64
|
namespace watch {
|
|
66
|
-
export namespace showLayers {
|
|
67
|
-
function handler(): void;
|
|
68
|
-
}
|
|
69
|
-
export namespace toggleMenu_1 {
|
|
70
|
-
function handler(): void;
|
|
71
|
-
}
|
|
72
|
-
export { toggleMenu_1 as toggleMenu };
|
|
73
65
|
export namespace toggleVersion_1 {
|
|
74
66
|
function handler(): void;
|
|
75
67
|
}
|