@nika-js/onlymap 0.7.3 → 0.7.5
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 +13 -0
- package/README.md +3 -1
- package/bin/onlymapjs.mjs +236 -0
- package/dist/{LercDecode.es-DEucX1sB.js → LercDecode.es-DYwn8YTS.js} +1 -1
- package/dist/{basemap-CmEvmtwF.js → basemap-CtEc5BCi.js} +1 -1
- package/dist/elements/om-map.d.ts +8 -0
- package/dist/{geoparquet-DL58Htx5.js → geoparquet-RBC0ZJNm.js} +1 -1
- package/dist/{index-ec-8juRl.js → index-Bwu1DFHP.js} +1 -1
- package/dist/{index-CNili_G3.js → index-CJ0pib8I.js} +2 -2
- package/dist/{index-NkRgxbAW.js → index-CiGUw6GD.js} +1 -1
- package/dist/{index-BRdaiH3a.js → index-DkimKgOm.js} +3321 -3295
- package/dist/{index-DrTKLcxB.js → index-HrEJtZoQ.js} +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/{lerc-BPTGJlrt.js → lerc-BIQMg0FV.js} +2 -2
- package/dist/onlymap.standalone.js +3786 -3760
- package/dist/onlymapjs.css +1 -1
- package/dist/onlymapjs.js +89 -87
- package/dist/{raster-lkF1eUo1.js → raster-Dsugvobw.js} +3 -3
- package/dist/{raster-pipeline-B4N48UQX.js → raster-pipeline-rqJJRCEo.js} +1 -1
- package/dist/react/context.d.ts +2 -0
- package/dist/react.js +244 -236
- package/dist/version.d.ts +1 -1
- package/dist/widget-layout.d.ts +21 -0
- package/dist/{zarr-B-l3yHWb.js → zarr-CRysSFhD.js} +2 -2
- package/llms.txt +5 -3
- package/package.json +1 -1
- package/skills/onlymapjs/SKILL.md +3 -2
- package/skills/onlymapjs/references/syntax.md +5 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ak as Bt, az as Xt, aA as Yt, aB as Us } from "./index-
|
|
1
|
+
import { ak as Bt, az as Xt, aA as Yt, aB as Us } from "./index-DkimKgOm.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/index.d.ts
CHANGED
|
@@ -79,7 +79,7 @@ export type { LayerDescriptor, MapControllerOptions, CameraState, OverlayPositio
|
|
|
79
79
|
export type { LayerFilterFieldSpec, LayerCategoryFilterFieldSpec } from "./attribute-resolution";
|
|
80
80
|
export { releaseDataOwner } from "./data-layer";
|
|
81
81
|
export type { DataTransportOwner } from "./data-layer";
|
|
82
|
-
export { MANAGED_SLOTS, LEGACY_POSITION_ALIASES, ALL_POSITION_VALUES, FOLD_SIDES, resolveSlot, slotLayout, slotContainerStyle, foldSideForSlot, foldToggleSlot, foldDrawerStyle, foldPanelStyle, foldToggleStyle, resolveFoldBreakpointPx, shouldFoldAtWidth, DEFAULT_FOLD_BREAKPOINT_PX, FOLD_HYSTERESIS_PX, FOLD_BOTTOM_CLEARANCE_PX, bottomEndLiftPx, parseWidgetStyle, WIDGET_STYLE_KEY_NAMES, } from "./widget-layout";
|
|
82
|
+
export { MANAGED_SLOTS, LEGACY_POSITION_ALIASES, ALL_POSITION_VALUES, FOLD_SIDES, resolveSlot, slotLayout, slotContainerStyle, foldSideForSlot, foldToggleSlot, foldDrawerStyle, foldPanelStyle, foldToggleStyle, resolveFoldBreakpointPx, shouldFoldAtWidth, DEFAULT_FOLD_BREAKPOINT_PX, FOLD_HYSTERESIS_PX, FOLD_SINGLE_SIDED_RATIO, effectiveFoldBreakpointPx, FOLD_BOTTOM_CLEARANCE_PX, bottomEndLiftPx, parseWidgetStyle, WIDGET_STYLE_KEY_NAMES, } from "./widget-layout";
|
|
83
83
|
export type { ManagedSlot, WidgetSlot, FoldSide, SlotLayout, WidgetStyleParse } from "./widget-layout";
|
|
84
84
|
export { auditLayout, settleLayout, DEFAULT_AUDIT_WIDTHS, EDGE_TOLERANCE_PX, AUDIT_EXEMPTIONS } from "./layout-audit";
|
|
85
85
|
export type { LayoutAuditPage, LayoutDiagnostic, AuditOptions } from "./layout-audit";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as a, D as s } from "./raster-
|
|
1
|
+
import { C as a, D as s } from "./raster-Dsugvobw.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-DYwn8YTS.js");
|
|
12
12
|
return l || (await e.load(), l = !0), e;
|
|
13
13
|
}
|
|
14
14
|
async function i(e, r) {
|