@idmwx/idmui-report 4.4.8 → 4.5.0

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.
@@ -35,5 +35,7 @@ declare namespace _sfc_main {
35
35
  function initChart(): void;
36
36
  function renderSpdConsChart(): void;
37
37
  function renderWxCurrChart(): void;
38
+ function findMaxValue(arr: any, index: any): number;
39
+ function findMinValue(arr: any, index: any): number;
38
40
  }
39
41
  }
@@ -17,6 +17,8 @@ declare namespace _sfc_main {
17
17
  remarks: string;
18
18
  };
19
19
  namespace computed {
20
+ function computeDuration(): (end: any, begin: any) => number;
21
+ function computeNoons(): (segment: any) => any;
20
22
  function computeUTCTime(): (time: any, format?: string) => string;
21
23
  function computeWeatherDef(): (weather: any) => string;
22
24
  function computeLng(): (lng: any) => any;