@idmui/spot 0.1.7 → 0.1.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.
@@ -19,7 +19,7 @@ declare namespace _sfc_main {
19
19
  const _default_2: number;
20
20
  export { _default_2 as default };
21
21
  }
22
- namespace report {
22
+ namespace point {
23
23
  const type_3: ObjectConstructor;
24
24
  export { type_3 as type };
25
25
  function _default_3(): {};
@@ -35,7 +35,6 @@ declare namespace _sfc_main {
35
35
  positionGmt: undefined;
36
36
  issuedDate: undefined;
37
37
  meteoData: {};
38
- a: undefined;
39
38
  positionList: never[];
40
39
  position: undefined;
41
40
  loading: boolean;
@@ -55,11 +54,14 @@ declare namespace _sfc_main {
55
54
  function computeLng(): (lng: any, precision?: number) => any;
56
55
  function roundPrecision(): (num: any, precision?: number) => any;
57
56
  }
58
- const watch: {
59
- 'report.version': {
60
- handler(): void;
61
- };
62
- };
57
+ namespace watch {
58
+ export namespace point_1 {
59
+ function handler(): void;
60
+ const deep: boolean;
61
+ const immediate: boolean;
62
+ }
63
+ export { point_1 as point };
64
+ }
63
65
  namespace methods {
64
66
  function handleRender(): void;
65
67
  function initInfo(): void;
@@ -67,6 +69,7 @@ declare namespace _sfc_main {
67
69
  function initEchart(): void;
68
70
  function handleCollect(): void;
69
71
  function fetchSuggestPosition(name: any): Promise<false | undefined>;
72
+ function handleSearch(): void;
70
73
  function handleFetchMeteo(): Promise<false | undefined>;
71
74
  function handleClear(): void;
72
75
  }