ablok-components 0.3.32 → 0.3.34
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/ablok-components.css +1 -1
- package/dist/ablok-components.es.js +1 -1
- package/dist/ablok-components.umd.js +83 -81
- package/dist/components/atoms/input-file/input-file.vue.d.ts +9 -9
- package/dist/components/atoms/input-passcode/input-passcode.vue.d.ts +1 -1
- package/dist/components/molecules/image-crop-resize/image-crop-resize.vue.d.ts +210 -2
- package/dist/components/molecules/image-resize/image-resize.vue.d.ts +420 -4
- package/dist/components/molecules/image-upload/image-upload.vue.d.ts +1 -1
- package/dist/components/molecules/upload-group/upload-group.vue.d.ts +1 -1
- package/dist/components/organisms/asset-uploader/asset-uploader.vue.d.ts +1 -1
- package/dist/components/templates/modal-dialog/modal-dialog.vue.d.ts +1 -1
- package/dist/index-4swvWhBV.mjs +85 -0
- package/dist/index-B4qukPmD.mjs +47 -0
- package/dist/index-Bk6yOA7Y.mjs +94 -0
- package/dist/index-BzE6-pPu.mjs +580 -0
- package/dist/index-C9XBp_Jh.mjs +2333 -0
- package/dist/index-DbvQcSeJ.mjs +1006 -0
- package/dist/index-Dgq1pUHO.mjs +22992 -0
- package/dist/index-Ki1Egcx9.mjs +13815 -0
- package/dist/{leaflet-src-A6pQC5uS.mjs → leaflet-src-mwV2C14q.mjs} +1 -1
- package/dist/vue-datepicker-DjJc0tSE.mjs +9171 -0
- package/dist/{vue-leaflet.es-CwA58gXi.mjs → vue-leaflet.es-Cn1a0sf0.mjs} +1 -1
- package/package.json +1 -1
- package/dist/index-DRs70Bbq.mjs +0 -48832
|
@@ -1298,7 +1298,7 @@ const Ee = {
|
|
|
1298
1298
|
}
|
|
1299
1299
|
};
|
|
1300
1300
|
j(async () => {
|
|
1301
|
-
e.useGlobalLeaflet && (f.L = f.L || await import("./leaflet-src-
|
|
1301
|
+
e.useGlobalLeaflet && (f.L = f.L || await import("./leaflet-src-mwV2C14q.mjs").then((c) => c.l));
|
|
1302
1302
|
const { map: T, CRS: w, Icon: I, latLngBounds: D, latLng: ie, stamp: k } = e.useGlobalLeaflet ? f.L : await import("./leaflet-src.esm-BSRIxBxW.mjs");
|
|
1303
1303
|
try {
|
|
1304
1304
|
l.beforeMapMount && await l.beforeMapMount();
|