@idmui/spot 0.4.8 → 0.4.9

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.
@@ -39,6 +39,9 @@ declare namespace _sfc_main {
39
39
  pickedWeek: string;
40
40
  followList: undefined;
41
41
  followItem: undefined;
42
+ followDialogTitle: string;
43
+ showFollowDialog: boolean;
44
+ followRemark: string;
42
45
  loading: {
43
46
  weatherEchart: boolean;
44
47
  meteogramEchart: boolean;
@@ -86,8 +89,9 @@ declare namespace _sfc_main {
86
89
  namespace methods {
87
90
  function fetchSuggestPosition(name: any): Promise<false | undefined>;
88
91
  function handleSearch(): Promise<void>;
92
+ function handleFollowDialogOpen(): void;
89
93
  function fetchMyFollows(): Promise<void>;
90
- function handleFollow(): void;
94
+ function handleClickFollow(): void;
91
95
  function fetchForecastMeteo(days: any): Promise<false | undefined>;
92
96
  function fetchHistoryMeteo(days: any): Promise<false | undefined>;
93
97
  function handleRender(): Promise<void>;
@@ -96,7 +100,7 @@ declare namespace _sfc_main {
96
100
  function initWeatherEchart(): void;
97
101
  function handleMeteogramData7(meteoData: any): void;
98
102
  function handleMeteogramData14(meteoData: any, day: any, startTime: any): void;
99
- function initMeteogramEchart(): void;
103
+ function initMeteogramEchart(days: any): void;
100
104
  function fetchSeasonalData(): Promise<false | undefined>;
101
105
  function findMostFrequent(arr: any): string | undefined;
102
106
  function initSeasonalEchart(): void;