@idmwx/idmui-report 3.8.6 → 3.8.7

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.
@@ -23,6 +23,13 @@ declare namespace _sfc_main {
23
23
  function computeRoundPrecision(): (data: any, precision?: number) => any;
24
24
  function computeBlankHtml(): (html: any) => boolean;
25
25
  }
26
+ namespace watch {
27
+ export namespace report_1 {
28
+ function handler(newV: any): void;
29
+ const immediate: boolean;
30
+ }
31
+ export { report_1 as report };
32
+ }
26
33
  namespace methods {
27
34
  function handleCommit(content: any): void;
28
35
  }