@idmui/spot 0.6.7 → 0.6.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.
@@ -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): void;
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;
@@ -80,5 +80,6 @@ declare namespace _sfc_main {
80
80
  function initHourlyTableData(meteoData: any, day: any, startTime: any, history: any): void;
81
81
  function getRotatedArrowBase64(angle: any): string;
82
82
  function getRotatedArrow2Base64(angle: any): string;
83
+ function convertSvgUrlToBase64(url: any): Promise<any>;
83
84
  }
84
85
  }