vis-core 0.12.36 → 0.12.37
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.js +2 -2
- package/dist/index.module.js +2 -2
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.module.js
CHANGED
|
@@ -41145,7 +41145,7 @@ function Ql(n) {
|
|
|
41145
41145
|
const t = new ee();
|
|
41146
41146
|
return t.color.setScalar(n), t;
|
|
41147
41147
|
}
|
|
41148
|
-
const XX = "0.12.
|
|
41148
|
+
const XX = "0.12.37", c1 = !1;
|
|
41149
41149
|
class ml {
|
|
41150
41150
|
constructor(t, e = {}) {
|
|
41151
41151
|
E(this, "container");
|
|
@@ -46761,7 +46761,7 @@ class L8 {
|
|
|
46761
46761
|
const o = a;
|
|
46762
46762
|
o.material && e !== void 0 && Array.isArray(o.material) && Array.isArray(s) ? o.material.every(
|
|
46763
46763
|
(c, d) => c === s[d]
|
|
46764
|
-
) && (o.material[e] = i) : o.material && !Array.isArray(o.material) && !Array.isArray(s) && o.material === s && (o.material = i);
|
|
46764
|
+
) && (o.material[e] = i) : o.material && e !== void 0 && Array.isArray(o.material) && !Array.isArray(s) ? o.material[e] === s && (o.material[e] = i) : o.material && !Array.isArray(o.material) && !Array.isArray(s) && o.material === s && (o.material = i);
|
|
46765
46765
|
}), (l = this.viewport.vis) == null || l.mList.materialList.forEach((a) => {
|
|
46766
46766
|
(Array.isArray(s) ? e !== void 0 && a.material === s[e] : a.material === s) && (a.material = i);
|
|
46767
46767
|
}));
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.12.
|
|
1
|
+
declare const _default: "0.12.37";
|
|
2
2
|
export default _default;
|