@idmwx/idmui-gl4 1.5.6 → 1.5.8
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.
|
@@ -44,10 +44,7 @@ declare namespace _sfc_main {
|
|
|
44
44
|
namespace dayAbout {
|
|
45
45
|
const type_7: ObjectConstructor;
|
|
46
46
|
export { type_7 as type };
|
|
47
|
-
function _default_6(): {
|
|
48
|
-
h: number;
|
|
49
|
-
f: number;
|
|
50
|
-
};
|
|
47
|
+
function _default_6(): {};
|
|
51
48
|
export { _default_6 as default };
|
|
52
49
|
}
|
|
53
50
|
}
|
|
@@ -57,6 +54,7 @@ declare namespace _sfc_main {
|
|
|
57
54
|
minDate: undefined;
|
|
58
55
|
maxDate: undefined;
|
|
59
56
|
dateRange: never[];
|
|
57
|
+
dateRangeStr: undefined;
|
|
60
58
|
};
|
|
61
59
|
namespace computed {
|
|
62
60
|
function currentYear(): any;
|
|
@@ -64,6 +62,7 @@ declare namespace _sfc_main {
|
|
|
64
62
|
function timeZoneName(): any;
|
|
65
63
|
function utcTimeZoneName(): string;
|
|
66
64
|
function localTimeZoneName(): string;
|
|
65
|
+
function computeTimeLT(): (ts: any, format?: string) => string;
|
|
67
66
|
}
|
|
68
67
|
namespace watch {
|
|
69
68
|
export namespace timeZone_1 {
|