@idmui/spot 0.4.0 → 0.4.2

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.
@@ -37,8 +37,8 @@ declare namespace _sfc_main {
37
37
  hoursTableData: {};
38
38
  pickedDate: undefined;
39
39
  pickedWeek: string;
40
- collectList: never[];
41
- isCollected: boolean;
40
+ followList: undefined;
41
+ followItem: undefined;
42
42
  loading: {
43
43
  weatherEchart: boolean;
44
44
  meteogramEchart: boolean;
@@ -54,6 +54,7 @@ declare namespace _sfc_main {
54
54
  currentMonth: undefined;
55
55
  seasonalData: undefined;
56
56
  monthsOptions: never[];
57
+ gateway: string;
57
58
  };
58
59
  namespace computed {
59
60
  function computeHourLT(): (time: any) => string;
@@ -68,7 +69,7 @@ declare namespace _sfc_main {
68
69
  }
69
70
  namespace watch {
70
71
  export namespace point_1 {
71
- function handler(): void;
72
+ function handler(): Promise<void>;
72
73
  const deep: boolean;
73
74
  const immediate: boolean;
74
75
  }
@@ -81,7 +82,8 @@ declare namespace _sfc_main {
81
82
  namespace methods {
82
83
  function fetchSuggestPosition(name: any): Promise<false | undefined>;
83
84
  function handleSearch(): void;
84
- function handleCollect(): void;
85
+ function fetchMyFollows(): Promise<void>;
86
+ function handleFollow(): void;
85
87
  function handleFetchMeteo(): Promise<false | undefined>;
86
88
  function handleRender(): void;
87
89
  function initInfo(): void;