@mappedin/viewer 0.43.2-a758949.0 → 0.43.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/CHANGELOG.md +8 -0
- package/dist/index.js +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.43.2](https://github.com/MappedIn/viewer/compare/viewer-v0.43.1...viewer-v0.43.2) (2025-04-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **SRV-2452:** update camera when floor stack changes in directions mode ([#510](https://github.com/MappedIn/viewer/issues/510)) ([75e5ca2](https://github.com/MappedIn/viewer/commit/75e5ca2d8a81278cf32cda3d7e357b6999078890))
|
|
9
|
+
* **SRV-2459:** more multi-building behaviour tweaks ([#512](https://github.com/MappedIn/viewer/issues/512)) ([a758949](https://github.com/MappedIn/viewer/commit/a7589493ed3b53fcd3bb6faecc51d432ad07fb97))
|
|
10
|
+
|
|
3
11
|
## [0.43.1](https://github.com/MappedIn/viewer/compare/viewer-v0.43.0...viewer-v0.43.1) (2025-04-23)
|
|
4
12
|
|
|
5
13
|
|
package/dist/index.js
CHANGED
|
@@ -17421,7 +17421,7 @@ const Z2e = function() {
|
|
|
17421
17421
|
const e = J4(), [r, i] = t;
|
|
17422
17422
|
e.capture(r, i);
|
|
17423
17423
|
}, W2e = (t = {}) => {
|
|
17424
|
-
const e = "
|
|
17424
|
+
const e = "phc_sRrjUwz9zicl4GeXtSnwcuKMr50SB76ma6NVi6zlPou", r = "https://ph-api.mappedin.com";
|
|
17425
17425
|
Sge(t.captureEnabled ?? !0);
|
|
17426
17426
|
const i = J4();
|
|
17427
17427
|
if (!i.__loaded && e != null && r != null) {
|
|
@@ -73093,7 +73093,7 @@ function whe() {
|
|
|
73093
73093
|
var UKe = whe();
|
|
73094
73094
|
const _he = () => {
|
|
73095
73095
|
let t = document.querySelector("meta[name=app-version]");
|
|
73096
|
-
t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.43.
|
|
73096
|
+
t == null && (t = document.createElement("meta"), t.name = "app-version", document.head.appendChild(t)), t.content = "0.43.2";
|
|
73097
73097
|
let e = document.querySelector("meta[name=viewport]");
|
|
73098
73098
|
e == null && (e = document.createElement("meta"), e.name = "viewport", document.head.appendChild(e)), e.content = "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no";
|
|
73099
73099
|
}, xhe = (t) => {
|
|
@@ -76282,7 +76282,7 @@ const zet = (t, e) => (Yf != null || (l7 == null && globalThis.OffscreenCanvas !
|
|
|
76282
76282
|
const i = {
|
|
76283
76283
|
fit: "fit",
|
|
76284
76284
|
...r
|
|
76285
|
-
}, n = "https://image-proxy
|
|
76285
|
+
}, n = "https://image-proxy.mappedin.com", s = Vet(e, i.fit), a = encodeURIComponent(t);
|
|
76286
76286
|
return `${n}/resize:${i.fit}:${s}:${s}:0/format:webp/max_bytes:5000000/plain/${a}`.replaceAll(/\/+/g, "/").replace("https:/", "https://").replace("http:/", "http://");
|
|
76287
76287
|
}, GO = (t, e) => {
|
|
76288
76288
|
if (e == null || e === "")
|
|
@@ -81906,7 +81906,7 @@ class oit {
|
|
|
81906
81906
|
}
|
|
81907
81907
|
async init(e) {
|
|
81908
81908
|
this.container = e;
|
|
81909
|
-
const r = this.rootStore.startupOptions.outdoorMapsKey ?? "
|
|
81909
|
+
const r = this.rootStore.startupOptions.outdoorMapsKey ?? "zixaliyV5cGjHU", i = {
|
|
81910
81910
|
auto: !1,
|
|
81911
81911
|
// In campus mode, we need to load the outdoors first
|
|
81912
81912
|
initialFloor: this.rootStore.isCampus ? this.rootStore.defaultFloor : this.rootStore.currentFloor,
|