@idmwx/idmui-report 2.9.5 → 2.9.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.
- package/dist/Loading/src/index.vue.d.ts +1 -1
- package/dist/index.js +4800 -4779
- package/dist/index.umd.cjs +5 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export default _sfc_main;
|
|
2
2
|
declare namespace _sfc_main {
|
|
3
3
|
const name: string;
|
|
4
|
-
const emits: string[];
|
|
5
4
|
namespace props {
|
|
6
5
|
namespace loading {
|
|
7
6
|
export const type: BooleanConstructor;
|
|
@@ -15,6 +14,7 @@ declare namespace _sfc_main {
|
|
|
15
14
|
export { _default_1 as default };
|
|
16
15
|
}
|
|
17
16
|
}
|
|
17
|
+
const emits: string[];
|
|
18
18
|
namespace watch {
|
|
19
19
|
export namespace loading_1 {
|
|
20
20
|
function handler(): void;
|