@idmwx/idmui-report 3.0.7 → 3.0.9

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idmwx/idmui-report",
3
3
  "private": false,
4
- "version": "3.0.7",
4
+ "version": "3.0.9",
5
5
  "description": "idm report ui",
6
6
  "type": "module",
7
7
  "keywords": [
@@ -28,7 +28,8 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@element-plus/icons-vue": "^2.1.0",
31
- "@idmwx/idmui-gl": "^1.1.4",
31
+ "@idm-plugin/geo": "^1.0.3",
32
+ "@idmwx/idmui-gl2": "^2.7.7",
32
33
  "@idmwx/idmwx-base": "^2.7.1",
33
34
  "@wangeditor/editor": "^5.1.23",
34
35
  "@wangeditor/editor-for-vue": "^5.1.12",
@@ -1,57 +0,0 @@
1
- export default _sfc_main;
2
- declare namespace _sfc_main {
3
- namespace props {
4
- namespace data {
5
- export const type: ObjectConstructor;
6
- function _default(): never[];
7
- export { _default as default };
8
- }
9
- namespace name {
10
- const type_1: StringConstructor;
11
- export { type_1 as type };
12
- function _default_1(): string;
13
- export { _default_1 as default };
14
- }
15
- namespace model {
16
- const type_2: StringConstructor;
17
- export { type_2 as type };
18
- function _default_2(): string;
19
- export { _default_2 as default };
20
- }
21
- namespace ts {
22
- const type_3: StringConstructor;
23
- export { type_3 as type };
24
- function _default_3(): string;
25
- export { _default_3 as default };
26
- }
27
- namespace token {
28
- const type_4: StringConstructor;
29
- export { type_4 as type };
30
- const _default_4: string;
31
- export { _default_4 as default };
32
- }
33
- namespace changeZoom {
34
- const type_5: BooleanConstructor;
35
- export { type_5 as type };
36
- const _default_5: boolean;
37
- export { _default_5 as default };
38
- }
39
- }
40
- const components: undefined;
41
- function data(): {
42
- map: undefined;
43
- };
44
- namespace watch {
45
- export namespace data_1 {
46
- function handler(newV: any): void;
47
- const immediate: boolean;
48
- }
49
- export { data_1 as data };
50
- }
51
- const computed: {};
52
- function mounted(): void;
53
- namespace methods {
54
- function initMap(): Promise<void>;
55
- function drawGrid(): void;
56
- }
57
- }