@phila/phila-ui-map-core 1.1.0-beta.23 → 1.1.0-beta.25
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/CyclomediaButton--3BXjTnl.js +4 -0
- package/dist/{CyclomediaButton-8x4aUJ-V.cjs → CyclomediaButton-D5SZ01UL.cjs} +1 -1
- package/dist/{CyclomediaCameraIcon-B8Dr96sG.js → CyclomediaCameraIcon-CR-dW72-.js} +1 -1
- package/dist/{CyclomediaCameraIcon-DV3_GfOf.cjs → CyclomediaCameraIcon-Dd3Tpeqr.cjs} +1 -1
- package/dist/CyclomediaRecordingsLayer-DnSbyKWP.js +4 -0
- package/dist/{CyclomediaRecordingsLayer-CXVMIczB.cjs → CyclomediaRecordingsLayer-Q41SkE9t.cjs} +1 -1
- package/dist/{CyclomediaViewcone-Po8IW2xY.js → CyclomediaViewcone-DtorX9Ii.js} +1 -1
- package/dist/{CyclomediaViewcone-DaStIxZ1.cjs → CyclomediaViewcone-LKZiWXvQ.cjs} +1 -1
- package/dist/PictometryButton-B6bxTVhG.js +4 -0
- package/dist/{PictometryButton-DBncEtET.cjs → PictometryButton-DdERnfyH.cjs} +1 -1
- package/dist/{PictometryPanel-ByA7R8Nh.cjs → PictometryPanel-DH7VPPS5.cjs} +3 -3
- package/dist/{PictometryPanel-BXLlEl93.js → PictometryPanel-I2P6l7HN.js} +6 -6
- package/dist/assets/phila-ui-map-core.css +1 -1
- package/dist/components.js +1 -1
- package/dist/components.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
- package/dist/CyclomediaButton-CVLFbFEr.js +0 -4
- package/dist/CyclomediaRecordingsLayer--rvRZuHF.js +0 -4
- package/dist/PictometryButton-CdYRXyaw.js +0 -4
|
@@ -392,7 +392,7 @@ class pe {
|
|
|
392
392
|
/** */
|
|
393
393
|
}
|
|
394
394
|
p.MaskElement = pe;
|
|
395
|
-
const _e
|
|
395
|
+
const _e = 90, $e$1 = 89;
|
|
396
396
|
class ie extends pe {
|
|
397
397
|
/** HTMLElement to use mask on */
|
|
398
398
|
constructor(t) {
|
|
@@ -411,9 +411,9 @@ class ie extends pe {
|
|
|
411
411
|
this.input.addEventListener("keydown", this._onKeydown), this.input.addEventListener("input", this._onInput), this.input.addEventListener("beforeinput", this._onBeforeinput), this.input.addEventListener("compositionend", this._onCompositionEnd), this.input.addEventListener("drop", t.drop), this.input.addEventListener("click", t.click), this.input.addEventListener("focus", t.focus), this.input.addEventListener("blur", t.commit), this._handlers = t;
|
|
412
412
|
}
|
|
413
413
|
_onKeydown(t) {
|
|
414
|
-
if (this._handlers.redo && (t.keyCode === _e
|
|
414
|
+
if (this._handlers.redo && (t.keyCode === _e && t.shiftKey && (t.metaKey || t.ctrlKey) || t.keyCode === $e$1 && t.ctrlKey))
|
|
415
415
|
return t.preventDefault(), this._handlers.redo(t);
|
|
416
|
-
if (this._handlers.undo && t.keyCode === _e
|
|
416
|
+
if (this._handlers.undo && t.keyCode === _e && (t.metaKey || t.ctrlKey))
|
|
417
417
|
return t.preventDefault(), this._handlers.undo(t);
|
|
418
418
|
t.isComposing || this._handlers.selectionChange(t);
|
|
419
419
|
}
|
|
@@ -3921,7 +3921,7 @@ const _hoisted_1$e = ["title", "aria-label", "aria-pressed"], _sfc_main$p = /* @
|
|
|
3921
3921
|
},
|
|
3922
3922
|
emits: ["load", "click", "move", "moveend", "zoom", "searchResult"],
|
|
3923
3923
|
setup(N, { expose: t, emit: e }) {
|
|
3924
|
-
const n = defineAsyncComponent(() => import("./CyclomediaButton
|
|
3924
|
+
const n = defineAsyncComponent(() => import("./CyclomediaButton--3BXjTnl.js")), i = defineAsyncComponent(() => Promise.resolve().then(() => CyclomediaPanel$1)), r = defineAsyncComponent(() => import("./CyclomediaRecordingsLayer-DnSbyKWP.js")), c = defineAsyncComponent(() => import("./CyclomediaCameraIcon-CR-dW72-.js")), u = defineAsyncComponent(() => import("./CyclomediaViewcone-DtorX9Ii.js")), l = defineAsyncComponent(() => import("./PictometryButton-B6bxTVhG.js")), m = defineAsyncComponent(() => Promise.resolve().then(() => PictometryPanel$1)), o = N, s = e, a = ref(null), f = ref(null), v = ref(!1), _ = ref(o.center), w = ref(o.zoom), b = ref(o.pitch), x = ref(o.bearing), M = ref(null), j = ref(!1), O = ref(defaultImageryOptions[0]?.imageryUrl || null), C = ref(defaultImageryOptions[0]?.imageryLabelsUrl || null), A = ref(defaultImageryOptions[0]?.showLabels ?? !0), R = ref(!1), U = ref(null), V = ref(!1), z = ref(!1), G = ref(null);
|
|
3925
3925
|
function Y(an, gn) {
|
|
3926
3926
|
U.value = an, an === "cyclomedia" ? (V.value || (G.value = gn, V.value = !0), R.value = !0) : an === "pictometry" && (z.value || (G.value = gn, z.value = !0));
|
|
3927
3927
|
}
|
|
@@ -4976,7 +4976,7 @@ const _hoisted_1$a = ["data-layer-id"], _sfc_main$f = /* @__PURE__ */ defineComp
|
|
|
4976
4976
|
])
|
|
4977
4977
|
], 8, ["to", "disabled"]));
|
|
4978
4978
|
}
|
|
4979
|
-
}),
|
|
4979
|
+
}), $e = /* @__PURE__ */ defineComponent({
|
|
4980
4980
|
__name: "CheckboxIcon",
|
|
4981
4981
|
props: {
|
|
4982
4982
|
checked: { type: Boolean }
|
|
@@ -5050,7 +5050,7 @@ const _hoisted_1$a = ["data-layer-id"], _sfc_main$f = /* @__PURE__ */ defineComp
|
|
|
5050
5050
|
checked: i(l.value),
|
|
5051
5051
|
onChange: (m) => r(l.value, m)
|
|
5052
5052
|
}, null, 40, _hoisted_3$3),
|
|
5053
|
-
createVNode(unref(
|
|
5053
|
+
createVNode(unref($e), {
|
|
5054
5054
|
checked: i(l.value)
|
|
5055
5055
|
}, null, 8, ["checked"]),
|
|
5056
5056
|
createElementVNode("span", {
|