@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.
@@ -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(options?: {
115
- all: boolean;
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
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idmwx/idmui-gl4",
3
3
  "private": false,
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "description": "idm webgl4",
6
6
  "type": "module",
7
7
  "keywords": [