@idmwx/idmui-gl4 0.1.3 → 0.1.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.
@@ -14,6 +14,12 @@ declare namespace _sfc_main {
14
14
  const _default_1: string;
15
15
  export { _default_1 as default };
16
16
  }
17
+ namespace menuToggle {
18
+ const type_2: ObjectConstructor;
19
+ export { type_2 as type };
20
+ const _default_2: {};
21
+ export { _default_2 as default };
22
+ }
17
23
  }
18
24
  const emits: string[];
19
25
  function data(): {
@@ -23,14 +29,17 @@ declare namespace _sfc_main {
23
29
  zoom: number;
24
30
  };
25
31
  const computed: {};
26
- namespace watch {
27
- export namespace mapFeather_1 {
28
- function handler(): void;
29
- }
30
- export { mapFeather_1 as mapFeather };
31
- }
32
+ const watch: {
33
+ 'menuToggle.v': {
34
+ handler(): void;
35
+ };
36
+ mapFeather: {
37
+ handler(): void;
38
+ };
39
+ };
32
40
  function mounted(): void;
33
41
  namespace methods {
34
42
  function initOnlineMap(): Promise<void>;
43
+ function initMapboxControl(): void;
35
44
  }
36
45
  }