@idmwx/idmui-gl4 1.1.0 → 1.1.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 +989 -1015
- package/dist/index.umd.cjs +15 -15
- package/dist/mapbox/src/components/other/index.vue.d.ts +5 -8
- package/package.json +1 -1
|
@@ -86,14 +86,13 @@ declare namespace _sfc_main {
|
|
|
86
86
|
function computeLayerClass(): (layer: any, layers: any) => string;
|
|
87
87
|
}
|
|
88
88
|
const watch: {
|
|
89
|
-
isLogin: {
|
|
90
|
-
handler(): void;
|
|
91
|
-
immediate: boolean;
|
|
92
|
-
};
|
|
93
89
|
'menuToggle.v': {
|
|
94
90
|
handler(): void;
|
|
95
91
|
immediate: boolean;
|
|
96
92
|
};
|
|
93
|
+
realTime: {
|
|
94
|
+
handler(newVal: any, oldVal: any): void;
|
|
95
|
+
};
|
|
97
96
|
theme: {
|
|
98
97
|
handler(): void;
|
|
99
98
|
immediate: boolean;
|
|
@@ -111,10 +110,8 @@ declare namespace _sfc_main {
|
|
|
111
110
|
function fetchCache(): void;
|
|
112
111
|
function handleMenuToggle(): void;
|
|
113
112
|
function handleToggleMapFeather(f: any): void;
|
|
114
|
-
function fetchOtherLayers(
|
|
115
|
-
|
|
116
|
-
dayNight: boolean;
|
|
117
|
-
}): Promise<void>;
|
|
113
|
+
function fetchOtherLayers(): Promise<void>;
|
|
114
|
+
function fetchDayNightLayer(): Promise<void>;
|
|
118
115
|
function handleLayersChange(layers: any): void;
|
|
119
116
|
}
|
|
120
117
|
}
|