@idmwx/idmui-gl4 2.4.1 → 2.4.3
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.
|
@@ -145,7 +145,7 @@ declare namespace _sfc_main {
|
|
|
145
145
|
function submitForm(): void;
|
|
146
146
|
function cancelForm(): void;
|
|
147
147
|
function handleCloseForm(): void;
|
|
148
|
-
function fetchData(): Promise<
|
|
148
|
+
function fetchData(): Promise<false | undefined>;
|
|
149
149
|
function fetchForecastData(form: any): Promise<void>;
|
|
150
150
|
function fetchHistoryData(form: any): Promise<void>;
|
|
151
151
|
function initTableData(meteoData: any): void;
|