@idmwx/idmui-report 5.0.4 → 5.0.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.
@@ -38,10 +38,8 @@ declare namespace _sfc_main {
38
38
  };
39
39
  namespace computed {
40
40
  function computeExcludedDist(): (row: any) => number | "-";
41
- function computeColor(): (data: any) => "" | "fail" | "success";
42
41
  function computeUTCTime(): (time: any, format?: string) => string;
43
42
  function computedLngLat(): (lat: any, lng: any) => string;
44
- function computeNum(): (data: any) => any;
45
43
  function computeBlankHtml(): (html: any) => boolean;
46
44
  }
47
45
  namespace watch {
@@ -56,7 +54,6 @@ declare namespace _sfc_main {
56
54
  function fetchSuggestName(val: any): Promise<void>;
57
55
  function handleAdd(): void;
58
56
  function handleRemove(index: any): Promise<void>;
59
- function decideDisable(): void;
60
57
  function handleCommit(type: any, name: any, data: any, index: any): Promise<void>;
61
58
  }
62
59
  }