@idmwx/idmui-report 2.9.3 → 2.9.5

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,14 +1,25 @@
1
- declare const _sfc_main: {
2
- name: string;
3
- props: {
4
- loading: {
5
- type: BooleanConstructor;
6
- default: boolean;
7
- };
8
- text: {
9
- type: StringConstructor;
10
- default: string;
11
- };
12
- };
13
- };
14
1
  export default _sfc_main;
2
+ declare namespace _sfc_main {
3
+ const name: string;
4
+ const emits: string[];
5
+ namespace props {
6
+ namespace loading {
7
+ export const type: BooleanConstructor;
8
+ const _default: boolean;
9
+ export { _default as default };
10
+ }
11
+ namespace text {
12
+ const type_1: StringConstructor;
13
+ export { type_1 as type };
14
+ const _default_1: string;
15
+ export { _default_1 as default };
16
+ }
17
+ }
18
+ namespace watch {
19
+ export namespace loading_1 {
20
+ function handler(): void;
21
+ const immediate: boolean;
22
+ }
23
+ export { loading_1 as loading };
24
+ }
25
+ }