@idmui/basic 0.4.6 → 0.4.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/Spot/src/forecast.vue.d.ts +26 -7
- package/dist/index.js +1537 -1240
- package/dist/index.umd.cjs +71 -71
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -14,18 +14,36 @@ declare namespace _sfc_main {
|
|
|
14
14
|
const _default_1: boolean;
|
|
15
15
|
export { _default_1 as default };
|
|
16
16
|
}
|
|
17
|
-
namespace
|
|
18
|
-
const type_2:
|
|
17
|
+
namespace showTide {
|
|
18
|
+
const type_2: BooleanConstructor;
|
|
19
19
|
export { type_2 as type };
|
|
20
|
-
const _default_2:
|
|
20
|
+
const _default_2: boolean;
|
|
21
21
|
export { _default_2 as default };
|
|
22
22
|
}
|
|
23
|
-
namespace
|
|
24
|
-
const type_3:
|
|
23
|
+
namespace tideLoading {
|
|
24
|
+
const type_3: BooleanConstructor;
|
|
25
25
|
export { type_3 as type };
|
|
26
|
-
const _default_3:
|
|
26
|
+
const _default_3: boolean;
|
|
27
27
|
export { _default_3 as default };
|
|
28
28
|
}
|
|
29
|
+
namespace tideTableData {
|
|
30
|
+
const type_4: ArrayConstructor;
|
|
31
|
+
export { type_4 as type };
|
|
32
|
+
function _default_4(): never[];
|
|
33
|
+
export { _default_4 as default };
|
|
34
|
+
}
|
|
35
|
+
namespace theme {
|
|
36
|
+
const type_5: StringConstructor;
|
|
37
|
+
export { type_5 as type };
|
|
38
|
+
const _default_5: string;
|
|
39
|
+
export { _default_5 as default };
|
|
40
|
+
}
|
|
41
|
+
namespace locale {
|
|
42
|
+
const type_6: StringConstructor;
|
|
43
|
+
export { type_6 as type };
|
|
44
|
+
const _default_6: string;
|
|
45
|
+
export { _default_6 as default };
|
|
46
|
+
}
|
|
29
47
|
}
|
|
30
48
|
function data(): {
|
|
31
49
|
positionGmt: undefined;
|
|
@@ -35,7 +53,8 @@ declare namespace _sfc_main {
|
|
|
35
53
|
namespace computed {
|
|
36
54
|
function computeHourLT(): (time: any) => any;
|
|
37
55
|
function computeUTCTime(): (time: any, format?: string) => string;
|
|
38
|
-
function computeMMMDDHHmmLT(): (time: any, timezone: any) => string;
|
|
56
|
+
function computeMMMDDHHmmLT(): (time: any, timezone: any, format?: string) => string;
|
|
57
|
+
function computeHHmmLT(): (time: any) => any;
|
|
39
58
|
function computeTzTime(): (time: any, timezone: any) => string;
|
|
40
59
|
function computeLat(): (lat: any, precision?: number) => any;
|
|
41
60
|
function computeLng(): (lng: any, precision?: number) => any;
|