@idmwx/idmui-gl4 0.9.9 → 1.0.1
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 +271 -270
- package/dist/index.umd.cjs +4 -4
- package/dist/mapbox/src/components/spot/index.vue.d.ts +1 -1
- package/package.json +1 -1
|
@@ -123,7 +123,7 @@ declare namespace _sfc_main {
|
|
|
123
123
|
function mounted(): void;
|
|
124
124
|
namespace methods {
|
|
125
125
|
function handleMenuToggle(): void;
|
|
126
|
-
function
|
|
126
|
+
function submitForm(): void;
|
|
127
127
|
function cancelForm(): void;
|
|
128
128
|
function handleCloseForm(): void;
|
|
129
129
|
function fetchMeteoData(form: any): Promise<void>;
|