vis-core 0.27.8 → 0.27.9
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/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.module.js +10 -2
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.module.js
CHANGED
|
@@ -88,7 +88,7 @@ const publicKeyPEM = "LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRz
|
|
|
88
88
|
).toString(CryptoJS.enc.Utf8), Ne = JSON.parse(Re), ke = Date.now();
|
|
89
89
|
return !Ne.s || Ne.s > ke ? (this.token = void 0, "") : Ne.e && Ne.e < ke ? (this.token = void 0, "") : (Ne.isValid = ye, Ne);
|
|
90
90
|
}
|
|
91
|
-
}, version = "0.27.
|
|
91
|
+
}, version = "0.27.9";
|
|
92
92
|
/**
|
|
93
93
|
* @license
|
|
94
94
|
* Copyright 2010-2025 Three.js Authors
|
|
@@ -59219,9 +59219,17 @@ function applyFixes(g, t) {
|
|
|
59219
59219
|
version: "0.27.8",
|
|
59220
59220
|
fix: () => {
|
|
59221
59221
|
t.h.u[0] && t.h.u[0].visType === "map" && t.h.u[0].visOptions.style === "map2CityOnMap" && !t.h.u[0].visOptions.fixMap2CityOnMap && (t.h.u[0].visOptions.mergeSide = !0, t.h.u.forEach((_) => {
|
|
59222
|
-
_.objectUuid === "extrudeLine" ? _.objectUuid = "plane#lineMat" : _.objectUuid === "plane#lineMat" && (_.objectUuid = "extrudeLine"
|
|
59222
|
+
_.objectUuid === "extrudeLine" ? _.objectUuid = "plane#lineMat" : _.objectUuid === "plane#lineMat" && (_.objectUuid = "extrudeLine");
|
|
59223
59223
|
}), t.h.u[0].visOptions.fixMap2CityOnMap = !0);
|
|
59224
59224
|
}
|
|
59225
|
+
},
|
|
59226
|
+
{
|
|
59227
|
+
version: "0.27.9",
|
|
59228
|
+
fix: () => {
|
|
59229
|
+
t.h.u[0] && t.h.u[0].visType === "map" && t.h.u[0].visOptions.style === "map2CityOnMap" && !t.h.u[0].visOptions.fixMap2CityOnMap2 && (t.h.u.forEach((_) => {
|
|
59230
|
+
_.objectUuid === "plane#extrudeLineMat" && (_.objectUuid = "plane#lineMat");
|
|
59231
|
+
}), t.h.u[0].visOptions.fixMap2CityOnMap2 = !0);
|
|
59232
|
+
}
|
|
59225
59233
|
}
|
|
59226
59234
|
];
|
|
59227
59235
|
let d = 0, v = r.length - 1, C = r.length;
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.27.
|
|
1
|
+
declare const _default: "0.27.9";
|
|
2
2
|
export default _default;
|