@idmui/spot 0.3.3 → 0.3.5

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.
@@ -1,36 +1,32 @@
1
1
  export default _sfc_main;
2
2
  declare namespace _sfc_main {
3
3
  const name: string;
4
+ const components: undefined;
4
5
  namespace props {
5
6
  namespace token {
6
7
  export const type: StringConstructor;
7
8
  const _default: string;
8
9
  export { _default as default };
9
10
  }
10
- namespace ts {
11
- const type_1: StringConstructor;
11
+ namespace timeZone {
12
+ const type_1: NumberConstructor;
12
13
  export { type_1 as type };
13
- const _default_1: string;
14
+ const _default_1: number;
14
15
  export { _default_1 as default };
15
16
  }
16
- namespace timeZone {
17
- const type_2: NumberConstructor;
17
+ namespace point {
18
+ const type_2: ObjectConstructor;
18
19
  export { type_2 as type };
19
- const _default_2: number;
20
+ function _default_2(): {};
20
21
  export { _default_2 as default };
21
22
  }
22
- namespace point {
23
- const type_3: ObjectConstructor;
24
- export { type_3 as type };
25
- function _default_3(): {};
26
- export { _default_3 as default };
27
- }
28
23
  }
29
24
  const emits: string[];
30
25
  function data(): {
31
26
  placeholder: string;
32
27
  searchName: undefined;
33
28
  rawSearchIcon: import("vue").Raw<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
29
+ etime: undefined;
34
30
  positionOffset: undefined;
35
31
  positionGmt: undefined;
36
32
  issuedDate: undefined;
@@ -48,16 +44,24 @@ declare namespace _sfc_main {
48
44
  meteogramEchart: boolean;
49
45
  hoursTable: boolean;
50
46
  daysTable: boolean;
47
+ hourlyTable: boolean;
48
+ seasonalEchart: boolean;
51
49
  };
52
50
  menuIndex: number;
53
51
  meteogramData: undefined;
54
52
  daysTableData: never[];
53
+ hourlyTableData: never[];
54
+ currentMonth: undefined;
55
+ seasonalData: undefined;
56
+ monthsOptions: never[];
55
57
  };
56
58
  namespace computed {
57
59
  function computeHourLT(): (time: any) => string;
58
60
  function computeHourZ(): (time: any) => string;
59
61
  function computeWeekLT(): (time: any) => string;
62
+ function computeDDLT(): (time: any) => string;
60
63
  function computeMMMDDLT(): (time: any) => string;
64
+ function computeMMMDDHHmmLT(): (time: any) => string;
61
65
  function computeLat(): (lat: any, precision?: number) => any;
62
66
  function computeLng(): (lng: any, precision?: number) => any;
63
67
  function roundPrecision(): (num: any, precision?: number) => any;
@@ -73,6 +77,7 @@ declare namespace _sfc_main {
73
77
  function handler(): void;
74
78
  }
75
79
  }
80
+ function mounted(): void;
76
81
  namespace methods {
77
82
  function fetchSuggestPosition(name: any): Promise<false | undefined>;
78
83
  function handleSearch(): void;
@@ -84,9 +89,14 @@ declare namespace _sfc_main {
84
89
  function handleMeteogramData7(): void;
85
90
  function handleMeteogramData14(): void;
86
91
  function initMeteogramEchart(): void;
92
+ function handleFetchSeasonalData(): Promise<false | undefined>;
93
+ function findMostFrequent(arr: any): string | undefined;
94
+ function initSeasonalEchart(): void;
87
95
  function disposeEcharts(): void;
88
96
  function initHoursTableData(): void;
89
97
  function handleClearHoursTable(): void;
90
98
  function initDaysTableData(): void;
99
+ function initHourlyTableData(): void;
100
+ function handleSelectMonth(item: any): void;
91
101
  }
92
102
  }