@idmwx/idmui-gl4 2.0.3 → 2.0.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.
- package/dist/index.js +436 -436
- package/dist/index.umd.cjs +9 -9
- package/dist/mapbox/src/components/timePicker/timePicker.vue.d.ts +20 -14
- package/package.json +1 -1
|
@@ -19,37 +19,43 @@ declare namespace _sfc_main {
|
|
|
19
19
|
const _default_2: string;
|
|
20
20
|
export { _default_2 as default };
|
|
21
21
|
}
|
|
22
|
-
namespace
|
|
22
|
+
namespace bgClass {
|
|
23
23
|
const type_3: StringConstructor;
|
|
24
24
|
export { type_3 as type };
|
|
25
25
|
const _default_3: string;
|
|
26
26
|
export { _default_3 as default };
|
|
27
27
|
}
|
|
28
|
-
namespace
|
|
29
|
-
const type_4:
|
|
28
|
+
namespace locale {
|
|
29
|
+
const type_4: StringConstructor;
|
|
30
30
|
export { type_4 as type };
|
|
31
|
-
const _default_4:
|
|
31
|
+
const _default_4: string;
|
|
32
32
|
export { _default_4 as default };
|
|
33
33
|
}
|
|
34
|
-
namespace
|
|
35
|
-
const type_5:
|
|
34
|
+
namespace style {
|
|
35
|
+
const type_5: ObjectConstructor;
|
|
36
36
|
export { type_5 as type };
|
|
37
|
-
const _default_5:
|
|
37
|
+
const _default_5: {};
|
|
38
38
|
export { _default_5 as default };
|
|
39
39
|
}
|
|
40
|
-
namespace
|
|
40
|
+
namespace intervalHour {
|
|
41
41
|
const type_6: NumberConstructor;
|
|
42
42
|
export { type_6 as type };
|
|
43
|
+
const _default_6: number;
|
|
44
|
+
export { _default_6 as default };
|
|
43
45
|
}
|
|
44
|
-
namespace
|
|
45
|
-
const type_7:
|
|
46
|
+
namespace timeZone {
|
|
47
|
+
const type_7: NumberConstructor;
|
|
46
48
|
export { type_7 as type };
|
|
47
49
|
}
|
|
48
|
-
namespace
|
|
49
|
-
const type_8:
|
|
50
|
+
namespace dateTime {
|
|
51
|
+
const type_8: StringConstructor;
|
|
50
52
|
export { type_8 as type };
|
|
51
|
-
|
|
52
|
-
|
|
53
|
+
}
|
|
54
|
+
namespace dayAbout {
|
|
55
|
+
const type_9: ObjectConstructor;
|
|
56
|
+
export { type_9 as type };
|
|
57
|
+
function _default_7(): {};
|
|
58
|
+
export { _default_7 as default };
|
|
53
59
|
}
|
|
54
60
|
}
|
|
55
61
|
const emits: string[];
|