vis-core 0.21.31 → 0.21.32

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.
@@ -48310,7 +48310,7 @@ function createAreaLightMaterial(ct) {
48310
48310
  const e = new MeshBasicMaterial();
48311
48311
  return e.color.setScalar(ct), e;
48312
48312
  }
48313
- const version = "0.21.31";
48313
+ const version = "0.21.32";
48314
48314
  class Event {
48315
48315
  constructor() {
48316
48316
  J0(this, "event", new EventEmitter());
@@ -49841,12 +49841,7 @@ class Base extends Event {
49841
49841
  const Wt = this.pencil.controls.azimuthAngle, Yt = this.pencil.controls.polarAngle, vt = this.pencil.controls.distance, Tt = this.pencil.cameraTarget.clone(), Jt = c.azimuthAngle || Wt, $t = c.polarAngle || Yt, de = c.distance || vt, Xe = c.target || Tt, Ke = Wt !== Jt || Yt !== $t, Qe = vt !== de, qe = !Xe.equals(Tt);
49842
49842
  yield Promise.all(
49843
49843
  [
49844
- qe && this.pencil.controls.setTarget(
49845
- Xe.x,
49846
- Xe.y,
49847
- Xe.z,
49848
- st
49849
- ),
49844
+ qe && this.pencil.controls.moveTo(Xe.x, Xe.y, Xe.z, st),
49850
49845
  Qe && this.pencil.controls.dollyTo(de, st),
49851
49846
  Ke && this.pencil.controls.rotate(
49852
49847
  this.absoluteAngle(Jt, Wt),
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.21.31";
1
+ declare const _default: "0.21.32";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.21.31",
3
+ "version": "0.21.32",
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",
@@ -43,7 +43,7 @@
43
43
  "archiver": "^7.0.1",
44
44
  "dayjs": "^1.11.12",
45
45
  "eslint-config-bundler": "^0.4.2",
46
- "esus": "^0.4.31",
46
+ "esus": "^0.4.35",
47
47
  "fs-extra": "^11.1.1",
48
48
  "idb-keyval": "^6.2.1",
49
49
  "pinia": "^2.2.4",