@idmwx/idmui-report 3.1.0 → 3.1.2

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.
@@ -1,5 +1,7 @@
1
1
  export default _sfc_main;
2
2
  declare namespace _sfc_main {
3
+ const name: string;
4
+ const components: undefined;
3
5
  namespace props {
4
6
  namespace report {
5
7
  export const type: ObjectConstructor;
@@ -25,8 +27,9 @@ declare namespace _sfc_main {
25
27
  export { _default_3 as default };
26
28
  }
27
29
  }
28
- const components: undefined;
30
+ const emits: string[];
29
31
  function data(): {
32
+ loading: boolean;
30
33
  tropicals: undefined;
31
34
  activeForecast: undefined;
32
35
  timeSubscript: string[];
@@ -38,12 +41,6 @@ declare namespace _sfc_main {
38
41
  spdSeries: never[];
39
42
  pressureSeries: never[];
40
43
  };
41
- const watch: {
42
- 'report.id': {
43
- handler(): void;
44
- immediate: boolean;
45
- };
46
- };
47
44
  namespace computed {
48
45
  function computePrecision(): (val: any, precision?: number) => any;
49
46
  function computeHours(): (hour: any, time: any) => string;
@@ -63,6 +60,16 @@ declare namespace _sfc_main {
63
60
  middle: string;
64
61
  };
65
62
  }
63
+ const watch: {
64
+ model: {
65
+ handler(): void;
66
+ immediate: boolean;
67
+ };
68
+ 'report.id': {
69
+ handler(): void;
70
+ immediate: boolean;
71
+ };
72
+ };
66
73
  namespace methods {
67
74
  function prepare(): Promise<void>;
68
75
  function fetchData(): Promise<void>;