@idmwx/idmui-report 3.7.2 → 3.7.4
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/dist/Route/src/orm.vue.d.ts +9 -3
- package/dist/index.js +3384 -3341
- package/dist/index.umd.cjs +7 -7
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -8,12 +8,18 @@ declare namespace _sfc_main {
|
|
|
8
8
|
function _default(): {};
|
|
9
9
|
export { _default as default };
|
|
10
10
|
}
|
|
11
|
-
namespace
|
|
12
|
-
const type_1:
|
|
11
|
+
namespace weatherPrinciple {
|
|
12
|
+
const type_1: ObjectConstructor;
|
|
13
13
|
export { type_1 as type };
|
|
14
|
-
function _default_1():
|
|
14
|
+
function _default_1(): {};
|
|
15
15
|
export { _default_1 as default };
|
|
16
16
|
}
|
|
17
|
+
namespace editorDisabled {
|
|
18
|
+
const type_2: BooleanConstructor;
|
|
19
|
+
export { type_2 as type };
|
|
20
|
+
function _default_2(): boolean;
|
|
21
|
+
export { _default_2 as default };
|
|
22
|
+
}
|
|
17
23
|
}
|
|
18
24
|
const emits: string[];
|
|
19
25
|
function data(): {
|