@idmwx/idmui-gl4 2.1.8 → 2.2.0
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.
|
@@ -57,6 +57,12 @@ declare namespace _sfc_main {
|
|
|
57
57
|
function _default_7(): {};
|
|
58
58
|
export { _default_7 as default };
|
|
59
59
|
}
|
|
60
|
+
namespace disabled {
|
|
61
|
+
const type_10: BooleanConstructor;
|
|
62
|
+
export { type_10 as type };
|
|
63
|
+
const _default_8: boolean;
|
|
64
|
+
export { _default_8 as default };
|
|
65
|
+
}
|
|
60
66
|
}
|
|
61
67
|
const emits: string[];
|
|
62
68
|
function data(): {
|
|
@@ -12,6 +12,12 @@ declare namespace _sfc_main {
|
|
|
12
12
|
const type_1: ArrayConstructor;
|
|
13
13
|
export { type_1 as type };
|
|
14
14
|
}
|
|
15
|
+
namespace playerBottom {
|
|
16
|
+
const type_2: NumberConstructor;
|
|
17
|
+
export { type_2 as type };
|
|
18
|
+
const _default_1: number;
|
|
19
|
+
export { _default_1 as default };
|
|
20
|
+
}
|
|
15
21
|
}
|
|
16
22
|
const emits: string[];
|
|
17
23
|
function data(): {
|