vis-core 0.28.24 → 0.28.25

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.
@@ -88,7 +88,7 @@ const publicKeyPEM = "LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRz
88
88
  ).toString(CryptoJS.enc.Utf8), Fe = JSON.parse(Ne), Ae = Date.now();
89
89
  return !Fe.s || Fe.s > Ae ? (this.token = void 0, "") : Fe.e && Fe.e < Ae ? (this.token = void 0, "") : (Fe.isValid = O, Fe);
90
90
  }
91
- }, version = "0.28.24";
91
+ }, version = "0.28.25";
92
92
  /**
93
93
  * @license
94
94
  * Copyright 2010-2025 Three.js Authors
@@ -60330,8 +60330,8 @@ class Viewport {
60330
60330
  }
60331
60331
  if (this.vis = this.options.visFactories, this.vis.visName !== t)
60332
60332
  throw new Error(`visName is not match, import {${t}}`);
60333
- let v = q0(q0({}, r), this.extendsOptions);
60334
- v = this.editor.hooks.events.beforeSetVisOptions.length ? this.editor.hooks.dispatch("beforeSetVisOptions", v) : v, this.vis.setOptions(v), this.vis.cameraState = q0({}, this.cameraState), this.delLoadObj && (this.vis.delLoadArr = this.delLoadObj), this.vis.playing = this.editor.playing, this.vis._baseObjectByUuid = this.editor.baseObjectByUuid.bind(this.editor), this.vis._objectByUuid = this.editor.objectByUuid.bind(this.editor), this.vis.on("loaderProgress", (_, w) => {
60333
+ let v = q0({}, r);
60334
+ v = this.editor.hooks.events.beforeSetVisOptions.length ? this.editor.hooks.dispatch("beforeSetVisOptions", v) : v, this.vis.setOptions(q0(q0({}, v), this.extendsOptions)), this.vis.cameraState = q0({}, this.cameraState), this.delLoadObj && (this.vis.delLoadArr = this.delLoadObj), this.vis.playing = this.editor.playing, this.vis._baseObjectByUuid = this.editor.baseObjectByUuid.bind(this.editor), this.vis._objectByUuid = this.editor.objectByUuid.bind(this.editor), this.vis.on("loaderProgress", (_, w) => {
60335
60335
  this.editor.emit("progress", {
60336
60336
  type: "下载资源",
60337
60337
  value: _ / w * 100 | 0
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.28.24";
1
+ declare const _default: "0.28.25";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.28.24",
3
+ "version": "0.28.25",
4
4
  "scripts": {
5
5
  "start": "npm run version && PORT=5173 bundler-dev",
6
6
  "build:site": "npm run version && PUBLIC_EXCLUDE=true bundler",