@geoql/v-maplibre 1.2.0 → 1.2.2
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/README.md +11 -5
- package/dist/{index-BdU-GZRP.js → index-kNnO8_Zs.js} +1093 -1092
- package/dist/index-kNnO8_Zs.js.map +1 -0
- package/dist/{index-_bcbVwuT.js → index-m5ZKPBwA.js} +4 -4
- package/dist/index-m5ZKPBwA.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/layers/deckgl/_shared/useDeckOverlay.d.ts +1 -1
- package/dist/layers/deckgl/grid/VLayerDeckglGrid.vue.d.ts +1 -1
- package/dist/layers/deckgl/hexagon/VLayerDeckglHexagon.vue.d.ts +6 -4
- package/package.json +19 -27
- package/dist/index-BdU-GZRP.js.map +0 -1
- package/dist/index-_bcbVwuT.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Et = Object.defineProperty;
|
|
2
2
|
var Pt = (r, e, t) => e in r ? Et(r, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : r[e] = t;
|
|
3
3
|
var _ = (r, e, t) => Pt(r, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
-
import { d as S, r as bt, a as St, I as Ct, D as he, l as Mt, b as C, i as kt, T as re, c as Le, e as Te, f as Re, g as Lt, h as Tt, P as Rt, R as K, s as xe, j as ve, W as xt, m as Ie, k as It, w as Ae, p as nt, n as rt, V as ne, C as At, o as Ot, M as ye, q as Dt, S as Vt, t as zt, u as Ee, v as Ft, x as le, y as Nt, z as U, L as H, A as B, B as jt, E as Ut, F as I, G as Oe, H as j, J as ot, K as de, N as Bt, O as Wt, Q as Gt, U as Ht, X as De, Y as Zt, Z as Ve, _ as qt, $ as $t, a0 as Xt } from "./index-
|
|
4
|
+
import { d as S, r as bt, a as St, I as Ct, D as he, l as Mt, b as C, i as kt, T as re, c as Le, e as Te, f as Re, g as Lt, h as Tt, P as Rt, R as K, s as xe, j as ve, W as xt, m as Ie, k as It, w as Ae, p as nt, n as rt, V as ne, C as At, o as Ot, M as ye, q as Dt, S as Vt, t as zt, u as Ee, v as Ft, x as le, y as Nt, z as U, L as H, A as B, B as jt, E as Ut, F as I, G as Oe, H as j, J as ot, K as de, N as Bt, O as Wt, Q as Gt, U as Ht, X as De, Y as Zt, Z as Ve, _ as qt, $ as $t, a0 as Xt } from "./index-kNnO8_Zs.js";
|
|
5
5
|
function Yt(r) {
|
|
6
6
|
const e = r[0], t = r[r.length - 1];
|
|
7
7
|
return e === "{" && t === "}" || e === "[" && t === "]";
|
|
@@ -4211,7 +4211,7 @@ class Xs extends ti {
|
|
|
4211
4211
|
* @returns
|
|
4212
4212
|
*/
|
|
4213
4213
|
async attach(t, i = {}) {
|
|
4214
|
-
const { WebGLDevice: s } = await import("./index-
|
|
4214
|
+
const { WebGLDevice: s } = await import("./index-kNnO8_Zs.js").then((o) => o.aS);
|
|
4215
4215
|
if (t instanceof s)
|
|
4216
4216
|
return t;
|
|
4217
4217
|
if (t?.device instanceof s)
|
|
@@ -4226,7 +4226,7 @@ class Xs extends ti {
|
|
|
4226
4226
|
});
|
|
4227
4227
|
}
|
|
4228
4228
|
async create(t = {}) {
|
|
4229
|
-
const { WebGLDevice: i } = await import("./index-
|
|
4229
|
+
const { WebGLDevice: i } = await import("./index-kNnO8_Zs.js").then((s) => s.aS);
|
|
4230
4230
|
C.groupCollapsed(ee, "WebGLDevice created")();
|
|
4231
4231
|
try {
|
|
4232
4232
|
const s = [];
|
|
@@ -5103,4 +5103,4 @@ class un {
|
|
|
5103
5103
|
export {
|
|
5104
5104
|
un as MapboxOverlay
|
|
5105
5105
|
};
|
|
5106
|
-
//# sourceMappingURL=index-
|
|
5106
|
+
//# sourceMappingURL=index-m5ZKPBwA.js.map
|