@nika-js/onlymap 0.6.19 → 0.6.21
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/CHANGELOG.md +18 -0
- package/README.md +1 -1
- package/dist/{LercDecode.es-Butn4LVX.js → LercDecode.es-B_dD2_mY.js} +1 -1
- package/dist/actions.d.ts +94 -1
- package/dist/attribute-resolution.d.ts +12 -0
- package/dist/{basemap-qZH_aNYE.js → basemap-DK0AJ6ZH.js} +341 -313
- package/dist/basemap.d.ts +17 -1
- package/dist/declarative-filter.d.ts +2 -16
- package/dist/effect-track.d.ts +94 -0
- package/dist/effects.d.ts +2 -0
- package/dist/elements/om-map.d.ts +11 -8
- package/dist/elements/om-story.d.ts +18 -0
- package/dist/{geoparquet-DWQCUg6N.js → geoparquet-fc2daxMh.js} +1 -1
- package/dist/{index-CeeQ7CH4.js → index-9EEyGbU1.js} +1 -1
- package/dist/{index-4St6BumW.js → index-BNZFF535.js} +2 -2
- package/dist/{index-BTM6Mblt.js → index-BwoceNAo.js} +1 -1
- package/dist/{index-CagRqDDL.js → index-CuBGRyG-.js} +13970 -13685
- package/dist/{index-CNlULiHm.js → index-DOPjev5l.js} +1 -1
- package/dist/internal-ids.d.ts +2 -0
- package/dist/{lerc-cWjnr__g.js → lerc-CMJO8KZO.js} +2 -2
- package/dist/onlymap.standalone.js +24388 -24075
- package/dist/onlymapjs.js +1 -1
- package/dist/programmatic.d.ts +1 -2
- package/dist/{raster-BxxtJxxs.js → raster-GMsuQARC.js} +2 -2
- package/dist/{raster-pipeline-DlppdBYw.js → raster-pipeline-DNpKXgO3.js} +1 -1
- package/dist/runtime-core.d.ts +22 -0
- package/dist/snapshot.d.ts +15 -0
- package/dist/version.d.ts +1 -1
- package/dist/{zarr-BtxMPczZ.js → zarr-KiXluGoJ.js} +2 -2
- package/docs/stories.md +2 -0
- package/llms.txt +2 -2
- package/package.json +1 -1
- package/skills/onlymapjs/SKILL.md +1 -1
- package/skills/onlymapjs/references/syntax.md +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ak as Bt, ax as Xt, ay as Yt, az as Us } from "./index-
|
|
1
|
+
import { ak as Bt, ax as Xt, ay as Yt, az as Us } from "./index-CuBGRyG-.js";
|
|
2
2
|
import { w as gs, t as Hs, f as Ws, m as Qs } from "./mgrs-BY9bIvp4.js";
|
|
3
3
|
import { c as Xs } from "./convert-arrow-schema-DrAihRf9.js";
|
|
4
4
|
import { y as Ys, A as bt, a as Ks, z as Vs, R as Zs } from "./recordbatch-Bpc0uxFn.js";
|
package/dist/internal-ids.d.ts
CHANGED
|
@@ -5,3 +5,5 @@
|
|
|
5
5
|
*/
|
|
6
6
|
/** Ids in this namespace are runtime-managed plumbing — excluded from ctx.layers, telemetry, and license gate counting. */
|
|
7
7
|
export declare const RUNTIME_INTERNAL_PREFIX = "__onlymapjs-";
|
|
8
|
+
/** Per-feature trace temp outline layers (`__onlymapjs-trace-<layer>--<featureId>`) — consulted by attribute-resolution (filter-extension skip) without importing the action registry. */
|
|
9
|
+
export declare const TRACE_TEMP_PREFIX = "__onlymapjs-trace-";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as a, D as s } from "./raster-
|
|
1
|
+
import { C as a, D as s } from "./raster-GMsuQARC.js";
|
|
2
2
|
const D = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3
3
|
__proto__: null
|
|
4
4
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -8,7 +8,7 @@ var t;
|
|
|
8
8
|
})(t || (t = {}));
|
|
9
9
|
let l = !1;
|
|
10
10
|
async function d() {
|
|
11
|
-
const e = await import("./LercDecode.es-
|
|
11
|
+
const e = await import("./LercDecode.es-B_dD2_mY.js");
|
|
12
12
|
return l || (await e.load(), l = !0), e;
|
|
13
13
|
}
|
|
14
14
|
async function i(e, r) {
|