vis-core 0.16.13 → 0.16.15

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.
@@ -43062,7 +43062,7 @@ class Yl {
43062
43062
  create: n,
43063
43063
  prefab: !1
43064
43064
  }));
43065
- return c.position.set(0, 0, 0), c.rotation.set(0, 0, 0), c.setMaterialList("instantiate", "clone"), c.useMaterial("instantiate"), (s = c.object3d) != null && s.userData.bloom && this.pencil.composerController.toggleBloomSelection(
43065
+ return c.position.set(0, 0, 0), c.rotation.set(0, 0, 0), c.scale.multiplyScalar(1), c.setMaterialList("instantiate", "clone"), c.useMaterial("instantiate"), (s = c.object3d) != null && s.userData.bloom && this.pencil.composerController.toggleBloomSelection(
43066
43066
  c.object3d,
43067
43067
  !0
43068
43068
  ), c;
@@ -43675,7 +43675,7 @@ function oa(i) {
43675
43675
  const e = new De();
43676
43676
  return e.color.setScalar(i), e;
43677
43677
  }
43678
- const Xf = "0.16.13", dp = !1;
43678
+ const Xf = "0.16.15", dp = !1;
43679
43679
  class qa {
43680
43680
  constructor(e, t = {}) {
43681
43681
  O(this, "container");
@@ -44948,7 +44948,7 @@ const Nz = Dt(we({}, Ls), {
44948
44948
  }
44949
44949
  show() {
44950
44950
  return be(this, null, function* () {
44951
- if (this.showState) return;
44951
+ if (this.showState || this.options.disableInitShow) return;
44952
44952
  Kn(qs.prototype, this, "show").call(this);
44953
44953
  const t = this.drawController.group;
44954
44954
  this.mapHistory[0] && (t.position.z = -this.mapHistory[0].depth, yield new Promise((n) => {
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.16.13";
1
+ declare const _default: "0.16.15";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.16.13",
3
+ "version": "0.16.15",
4
4
  "scripts": {
5
5
  "start": "npm run version && PORT=5173 bundler-dev",
6
6
  "build:site": "npm run version &&PUBLIC_EXCLUDE=public/city bundler",
@@ -46,7 +46,7 @@
46
46
  "eslint-config-bundler": "^0.4.2",
47
47
  "esus": "^0.4.28",
48
48
  "fs-extra": "^11.1.1",
49
- "gl-draw": "0.9.24",
49
+ "gl-draw": "0.9.25",
50
50
  "idb-keyval": "^6.2.1",
51
51
  "pinia": "^2.1.7",
52
52
  "prettier-config-bundler": "^0.4.3",