@mapsindoors/map-template 1.96.24 → 1.97.0
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/{GoogleMapsMap-DIB7OV-Y.mjs → GoogleMapsMap-CKHgBxzg.mjs} +1 -1
- package/dist/{MapboxMap-B6KoqPhx.mjs → MapboxMap-D5o1PKeQ.mjs} +1 -1
- package/dist/mapsindoors-react.es.js +1 -1
- package/dist/mapsindoors-react.umd.js +1 -1
- package/dist/mapsindoors-webcomponent.es.js +2 -2
- package/dist/{reactcomponent-ClcNu0Jp.mjs → reactcomponent-DpsXs6T1.mjs} +2 -2
- package/package.json +1 -1
|
@@ -33249,7 +33249,7 @@ function JT({ isOpen: e, onBack: n, onSetSize: s, onRouteFinished: l }) {
|
|
|
33249
33249
|
/* @__PURE__ */ Ve.jsxs("div", { className: "directions__kiosk", children: [
|
|
33250
33250
|
/* @__PURE__ */ Ve.jsx(KT, { onAccessibilityChanged: () => ge() }),
|
|
33251
33251
|
yt?.appSettings?.includeTransitSelection === "true" && /* @__PURE__ */ Ve.jsx(Wj, {}),
|
|
33252
|
-
/* @__PURE__ */ Ve.jsxs("button", { className: "directions__qr-code", onClick: () => Pe(), "aria-label": h("Scan QR code to view route on phone"), children: [
|
|
33252
|
+
(yt?.appSettings?.enableKioskQrCode === "true" || yt?.appSettings?.enableKioskQrCode === void 0) && /* @__PURE__ */ Ve.jsxs("button", { className: "directions__qr-code", onClick: () => Pe(), "aria-label": h("Scan QR code to view route on phone"), children: [
|
|
33253
33253
|
/* @__PURE__ */ Ve.jsx(Qj, {}),
|
|
33254
33254
|
h("Scan QR code")
|
|
33255
33255
|
] })
|
|
@@ -44906,7 +44906,7 @@ function zfe(e, n = {}) {
|
|
|
44906
44906
|
return Efe(e, n, { mount: Nfe, update: kfe, unmount: Lfe });
|
|
44907
44907
|
}
|
|
44908
44908
|
function Ofe() {
|
|
44909
|
-
return "1.96.
|
|
44909
|
+
return "1.96.24";
|
|
44910
44910
|
}
|
|
44911
44911
|
const jfe = zfe(xR, {
|
|
44912
44912
|
props: {
|
|
@@ -16429,7 +16429,7 @@ function lM({ mapType: e, mapsIndoorsInstance: t, mapInstance: n, onPositionCont
|
|
|
16429
16429
|
const pj = f3(lM), Ct = {
|
|
16430
16430
|
Google: "google",
|
|
16431
16431
|
Mapbox: "mapbox"
|
|
16432
|
-
}, mj = g3(() => import("./MapboxMap-
|
|
16432
|
+
}, mj = g3(() => import("./MapboxMap-D5o1PKeQ.mjs")), yj = g3(() => import("./GoogleMapsMap-CKHgBxzg.mjs"));
|
|
16433
16433
|
cM.propTypes = {
|
|
16434
16434
|
apiKey: ee.string.isRequired,
|
|
16435
16435
|
mapType: ee.string.isRequired,
|
|
@@ -27684,7 +27684,7 @@ function T1({ isOpen: e, onBack: t, onSetSize: n, onRouteFinished: i }) {
|
|
|
27684
27684
|
/* @__PURE__ */ _.jsxs("div", { className: "directions__kiosk", children: [
|
|
27685
27685
|
/* @__PURE__ */ _.jsx(j1, { onAccessibilityChanged: () => A() }),
|
|
27686
27686
|
K?.appSettings?.includeTransitSelection === "true" && /* @__PURE__ */ _.jsx(db, {}),
|
|
27687
|
-
/* @__PURE__ */ _.jsxs("button", { className: "directions__qr-code", onClick: () => Q(), "aria-label": r("Scan QR code to view route on phone"), children: [
|
|
27687
|
+
(K?.appSettings?.enableKioskQrCode === "true" || K?.appSettings?.enableKioskQrCode === void 0) && /* @__PURE__ */ _.jsxs("button", { className: "directions__qr-code", onClick: () => Q(), "aria-label": r("Scan QR code to view route on phone"), children: [
|
|
27688
27688
|
/* @__PURE__ */ _.jsx(sb, {}),
|
|
27689
27689
|
r("Scan QR code")
|
|
27690
27690
|
] })
|