@idmwx/idmui-report 3.6.0 → 3.6.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.
@@ -22,7 +22,6 @@ declare namespace _sfc_main {
22
22
  }
23
23
  }
24
24
  function data(): {
25
- extraData: undefined;
26
25
  extraPortList: never[];
27
26
  portList: never[];
28
27
  extraSummary: {
@@ -51,7 +50,7 @@ declare namespace _sfc_main {
51
50
  export { report_1 as report };
52
51
  }
53
52
  namespace methods {
54
- function fetchData(): void;
53
+ function prepare(): void;
55
54
  function fetchSuggestName(val: any): Promise<void>;
56
55
  function handleAdd(): void;
57
56
  function handleRemove(index: any): Promise<void>;
@@ -22,6 +22,20 @@ declare namespace _sfc_main {
22
22
  source: string;
23
23
  layer: string;
24
24
  labelLayer: string;
25
+ geojson1: {
26
+ type: string;
27
+ features: {
28
+ type: string;
29
+ properties: {
30
+ rank: number;
31
+ name: string;
32
+ };
33
+ geometry: {
34
+ type: string;
35
+ coordinates: number[][];
36
+ };
37
+ }[];
38
+ };
25
39
  geojson: {
26
40
  type: string;
27
41
  features: ({
@@ -0,0 +1,33 @@
1
+ export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const name: string;
4
+ namespace props {
5
+ namespace report {
6
+ export const type: ObjectConstructor;
7
+ function _default(): {};
8
+ export { _default as default };
9
+ }
10
+ namespace voyageEmails {
11
+ const type_1: ArrayConstructor;
12
+ export { type_1 as type };
13
+ function _default_1(): never[];
14
+ export { _default_1 as default };
15
+ }
16
+ }
17
+ const emits: string[];
18
+ function data(): {};
19
+ namespace computed {
20
+ function computeUTCTime(): (time: any, format?: string) => string;
21
+ function computeBlankHtml(): (html: any) => boolean;
22
+ }
23
+ namespace watch {
24
+ export namespace voyageEmails_1 {
25
+ function handler(nVal: any, oVal: any): void;
26
+ const immediate: boolean;
27
+ }
28
+ export { voyageEmails_1 as voyageEmails };
29
+ }
30
+ namespace methods {
31
+ function prepare(): void;
32
+ }
33
+ }
@@ -8,6 +8,12 @@ declare namespace _sfc_main {
8
8
  function _default(): {};
9
9
  export { _default as default };
10
10
  }
11
+ namespace voyageEmails {
12
+ const type_1: ArrayConstructor;
13
+ export { type_1 as type };
14
+ function _default_1(): never[];
15
+ export { _default_1 as default };
16
+ }
11
17
  }
12
18
  const emits: string[];
13
19
  function data(): {