@idmui/spot 0.6.6 → 0.6.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.
- package/dist/Spot/src/index.vue.d.ts +1 -1
- package/dist/SpotReport/src/index.vue.d.ts +2 -1
- package/dist/{index-b39b8eaf.js → index-0d3f542b.js} +5144 -5168
- package/dist/{index.es-e318481b.js → index.es-682fb803.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +107 -107
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -99,7 +99,7 @@ declare namespace _sfc_main {
|
|
|
99
99
|
function initWeatherEchart(): void;
|
|
100
100
|
function handleMeteogramData7(meteoData: any): void;
|
|
101
101
|
function handleMeteogramData14(meteoData: any, day: any, startTime: any): void;
|
|
102
|
-
function initMeteogramEchart(days: any):
|
|
102
|
+
function initMeteogramEchart(days: any): false | undefined;
|
|
103
103
|
function fetchSeasonalData(): Promise<false | undefined>;
|
|
104
104
|
function findMostFrequent(arr: any): string | undefined;
|
|
105
105
|
function initSeasonalEchart(): void;
|
|
@@ -1,6 +1,7 @@
|
|
|
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 point {
|
|
6
7
|
export const type: ObjectConstructor;
|
|
@@ -79,6 +80,6 @@ declare namespace _sfc_main {
|
|
|
79
80
|
function initHourlyTableData(meteoData: any, day: any, startTime: any, history: any): void;
|
|
80
81
|
function getRotatedArrowBase64(angle: any): string;
|
|
81
82
|
function getRotatedArrow2Base64(angle: any): string;
|
|
82
|
-
function
|
|
83
|
+
function convertSvgUrlToBase64(url: any): Promise<any>;
|
|
83
84
|
}
|
|
84
85
|
}
|