@idmui/spot 1.0.7 → 1.0.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.
@@ -70,7 +70,7 @@ declare namespace _sfc_main {
70
70
  function handleMeteogramData14(meteoData: any, day: any, startTime: any): void;
71
71
  function initMeteogramEchart(days: any): void;
72
72
  function disposeEcharts(): void;
73
- function initHourlyTableData(meteoData: any, day: any, startTime: any): void;
73
+ function initHourlyTableData(meteoData: any, day: any): void;
74
74
  function getRotatedArrowBase64(angle: any): string;
75
75
  function getRotatedArrow2Base64(angle: any): string;
76
76
  function convertSvgUrlToBase64(url: any): Promise<any>;