@idmui/spot 0.6.2 → 0.6.3

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.
@@ -0,0 +1,19 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const name: string;
4
+ namespace props {
5
+ export namespace name_1 {
6
+ export const type: StringConstructor;
7
+ const _default: string;
8
+ export { _default as default };
9
+ }
10
+ export { name_1 as name };
11
+ export namespace issued {
12
+ const type_1: NumberConstructor;
13
+ export { type_1 as type };
14
+ }
15
+ }
16
+ namespace computed {
17
+ function computeUTCTime(): (time: any, format?: string) => string;
18
+ }
19
+ }
@@ -1,4 +1,4 @@
1
1
  import { Plugin } from 'vue';
2
- import SpotReport from './src/index.vue';
3
- export declare const SpotReportPlugin: Plugin;
4
- export { SpotReport };
2
+ import SpotWeather from './src/index.vue';
3
+ export declare const SpotWeatherPlugin: Plugin;
4
+ export { SpotWeather };
@@ -8,18 +8,12 @@ declare namespace _sfc_main {
8
8
  const _default: string;
9
9
  export { _default as default };
10
10
  }
11
- namespace timeZone {
12
- const type_1: NumberConstructor;
11
+ namespace point {
12
+ const type_1: ObjectConstructor;
13
13
  export { type_1 as type };
14
- const _default_1: number;
14
+ function _default_1(): {};
15
15
  export { _default_1 as default };
16
16
  }
17
- namespace point {
18
- const type_2: ObjectConstructor;
19
- export { type_2 as type };
20
- function _default_2(): {};
21
- export { _default_2 as default };
22
- }
23
17
  }
24
18
  const emits: string[];
25
19
  function data(): {
@@ -97,7 +91,6 @@ declare namespace _sfc_main {
97
91
  function handleFollowDialogOpen(): void;
98
92
  function fetchMyFollows(): Promise<void>;
99
93
  function handleClickFollow(): void;
100
- function handleDownload(): void;
101
94
  function fetchForecastMeteo(days: any): Promise<false | undefined>;
102
95
  function fetchHistoryMeteo(days: any): Promise<false | undefined>;
103
96
  function handleRender(): Promise<void>;
@@ -111,12 +104,17 @@ declare namespace _sfc_main {
111
104
  function findMostFrequent(arr: any): string | undefined;
112
105
  function initSeasonalEchart(): void;
113
106
  function disposeEcharts(): void;
114
- function initHoursTableData(): void;
107
+ function initHoursTableData(): Promise<void>;
115
108
  function handleClearHoursTable(): void;
116
- function initDaysTableData(): void;
109
+ function initDaysTableData(): Promise<void>;
117
110
  function initHourlyTableData(meteoData: any, day: any, startTime: any, history: any): void;
118
111
  function handleSelectMonth(item: any): Promise<void>;
119
112
  function handleDateRange(): Promise<void>;
120
113
  function handlePickDate(val: any): void;
114
+ function convertSvgUrlToBase64(url: any): Promise<any>;
115
+ function convertPngToBase64(url: any): Promise<any>;
116
+ function getRotatedArrowBase64(angle: any): string;
117
+ function getRotatedArrow2Base64(angle: any): string;
118
+ function handleDownloadPDF(): Promise<false | undefined>;
121
119
  }
122
120
  }
@@ -0,0 +1,4 @@
1
+ import { Plugin } from 'vue';
2
+ import SpotReport from './src/index.vue';
3
+ export declare const SpotReportPlugin: Plugin;
4
+ export { SpotReport };
@@ -0,0 +1,84 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const name: string;
4
+ namespace props {
5
+ namespace point {
6
+ export const type: ObjectConstructor;
7
+ function _default(): {};
8
+ export { _default as default };
9
+ }
10
+ namespace reportData {
11
+ const type_1: ObjectConstructor;
12
+ export { type_1 as type };
13
+ function _default_1(): {};
14
+ export { _default_1 as default };
15
+ }
16
+ }
17
+ function data(): {
18
+ loading: {
19
+ weatherEchart: boolean;
20
+ meteogramEchart: boolean;
21
+ hoursTable: boolean;
22
+ daysTable: boolean;
23
+ hourlyTable: boolean;
24
+ seasonalEchart: boolean;
25
+ };
26
+ etime: undefined;
27
+ positionOffset: undefined;
28
+ positionGmt: undefined;
29
+ issuedDate: undefined;
30
+ meteoData: undefined;
31
+ positionList: never[];
32
+ position: undefined;
33
+ activeIndex: undefined;
34
+ hoursTableData: {};
35
+ pickedDate: undefined;
36
+ pickedWeek: string;
37
+ meteogramData: undefined;
38
+ daysTableData: never[];
39
+ hourlyTableData: never[];
40
+ currentMonth: undefined;
41
+ seasonalData: undefined;
42
+ monthsOptions: never[];
43
+ dateRange: never[];
44
+ dateRangeZ: never[];
45
+ datePickerOptions: {};
46
+ selectDate: undefined;
47
+ gateway: string;
48
+ };
49
+ namespace computed {
50
+ function computeHourLT(): (time: any) => string;
51
+ function computeHourZ(): (time: any) => string;
52
+ function computeWeekLT(): (time: any) => string;
53
+ function computeMMMDDLT(): (time: any) => string;
54
+ function computeMMMDDHHmmLT(): (time: any) => string;
55
+ function computeMMMDDyyyyLT(): (time: any) => string;
56
+ function computeLat(): (lat: any, precision?: number) => any;
57
+ function computeLng(): (lng: any, precision?: number) => any;
58
+ function roundPrecision(): (num: any, precision?: number) => any;
59
+ }
60
+ namespace watch {
61
+ export namespace point_1 {
62
+ function handler(): Promise<void>;
63
+ const deep: boolean;
64
+ const immediate: boolean;
65
+ }
66
+ export { point_1 as point };
67
+ export namespace reportData_1 {
68
+ function handler(): void;
69
+ }
70
+ export { reportData_1 as reportData };
71
+ }
72
+ namespace methods {
73
+ function handleRender(): void;
74
+ function initInfo(): void;
75
+ function handleMeteogramData7(meteoData: any): void;
76
+ function handleMeteogramData14(meteoData: any, day: any, startTime: any): void;
77
+ function initMeteogramEchart(days: any): void;
78
+ function disposeEcharts(): void;
79
+ function initHourlyTableData(meteoData: any, day: any, startTime: any, history: any): void;
80
+ function getRotatedArrowBase64(angle: any): string;
81
+ function getRotatedArrow2Base64(angle: any): string;
82
+ function handleDownloadPDF(): Promise<void>;
83
+ }
84
+ }