@idmwx/idmui-report 4.2.4 → 4.2.5

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.
@@ -40,6 +40,7 @@ declare namespace _sfc_main {
40
40
  function computeDegree(): (degree: any, isCurrent: any) => string | undefined;
41
41
  function computeDay(): (plan: any, index?: number) => number;
42
42
  function computeSuspend(): (speed: any) => number | "-";
43
+ function computeModel(): (speed: any) => "The forecast data is sourced from GFS" | "The forecast data is sourced from ECMWF";
43
44
  }
44
45
  namespace watch {
45
46
  export namespace plan_1 {