@idmui/spot 1.5.9 → 1.6.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.
|
@@ -75,10 +75,11 @@ declare namespace _sfc_main {
|
|
|
75
75
|
function computeWeekLT(): (time: any) => any;
|
|
76
76
|
function computeMMMDDLT(): (time: any) => any;
|
|
77
77
|
function computeMMMDDHHmmLT(): (time: any) => any;
|
|
78
|
-
function computeMMMDDyyyyLT(): (time: any) =>
|
|
78
|
+
function computeMMMDDyyyyLT(): (time: any) => string;
|
|
79
79
|
function computeLat(): (lat: any, precision?: number) => any;
|
|
80
80
|
function computeLng(): (lng: any, precision?: number) => any;
|
|
81
81
|
function roundPrecision(): (num: any, precision?: number) => any;
|
|
82
|
+
function computeUrl(): (url: any) => any;
|
|
82
83
|
}
|
|
83
84
|
namespace watch {
|
|
84
85
|
export namespace point_1 {
|
|
@@ -90,10 +91,6 @@ declare namespace _sfc_main {
|
|
|
90
91
|
export namespace menuIndex {
|
|
91
92
|
function handler(): void;
|
|
92
93
|
}
|
|
93
|
-
export namespace spotDownloading_1 {
|
|
94
|
-
function handler(): void;
|
|
95
|
-
}
|
|
96
|
-
export { spotDownloading_1 as spotDownloading };
|
|
97
94
|
}
|
|
98
95
|
function mounted(): void;
|
|
99
96
|
namespace methods {
|