vis-core 0.30.0-beta.16 → 0.30.0-beta.19
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 +3 -3
- package/dist/version.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.module.js
CHANGED
|
@@ -63,7 +63,7 @@ import { continentsCountriesIso2 } from "geojson-cn";
|
|
|
63
63
|
Array.prototype.at || (Array.prototype.at = function(v) {
|
|
64
64
|
return v < 0 && (v = this.length + v), this[v];
|
|
65
65
|
});
|
|
66
|
-
const version = "0.30.0-beta.
|
|
66
|
+
const version = "0.30.0-beta.19", publicKeyPEM = "LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUEyTG1aVVQzVG9LZEVRRUdrdUU1QQo3dnlYTzRMM1Z6NDA5RFF2a2xzRHZ2SytNM2M2OGl4ZEVhZDZFcnZGS2FKQ1QrNTZNdU1XSXhUTnlDZDVQSkFGCjVYdzI4cW1iVkVCR3FGdXVIZTltSm5GUmRXN1NpK1Z1cTZvRWxwQkRkeEFIQ0dsWVVpU1R3WmhBbjJaVXJLSUYKd1J2c1k1bi9uWWNhZnl5QW9tRjhmNVRsTkpwS1JtbDU3WlRSWjBMdzdQRDFSeHFIbmJ0YWFETkpiSDV5eFd6cQpaVTBwQWhxMFNkNHdlOW1DUTJWWXc5czhtUERLbW4rU083eGovSUsrR1ZEaEJNOUpaZ3VIcGFZUGt3bWd5UkdwCkx6V0tHMkZULzJRalZUT1dRT09mRFVtVitDSVlsN1hVVlh1Q0toYWFNQ0ZVa1JQOHg4aEZucmNFeklHQ1JpM3IKK3dJREFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0t", accessToken = {
|
|
67
67
|
token: void 0,
|
|
68
68
|
getInfo() {
|
|
69
69
|
if (!this.token)
|
|
@@ -58445,7 +58445,7 @@ const _e = class Yn {
|
|
|
58445
58445
|
return this.leadController.addLead(O, j, o), this.pages.enable(o), o;
|
|
58446
58446
|
}
|
|
58447
58447
|
removePage(e) {
|
|
58448
|
-
this.
|
|
58448
|
+
this.controlsController.removePage(e), this.loaderController.removePage(e), this.leadController.removePage(e), this.cameraController.removePage(e), this.sceneController.removePage(e), this.mListController.removePage(e), this.pages.disable(e), this.pageActiveIndex === e && (this.render(), this.showPage(0));
|
|
58449
58449
|
}
|
|
58450
58450
|
showPage(e) {
|
|
58451
58451
|
var r;
|
|
@@ -141041,7 +141041,7 @@ class Base extends Camera {
|
|
|
141041
141041
|
}
|
|
141042
141042
|
dispose() {
|
|
141043
141043
|
var r, o, V, O;
|
|
141044
|
-
super.dispose(), this.editor && (this.editor.viewport.vis = void 0, this.editor.dispose()), this.publicDir = {},
|
|
141044
|
+
super.dispose(), this.editor && (this.editor.viewport.vis = void 0, this.editor.dispose()), this.publicDir = {}, (r = this.pmremGenerator) == null || r.dispose(), (o = this.re) == null || o.dispose(), (V = this.observeScale) == null || V.disconnect(), this.options.pencil ? this.pencil.removePage(this.sceneActive) : this.options.pencil2 || (O = this.pencil) == null || O.dispose();
|
|
141045
141045
|
}
|
|
141046
141046
|
}
|
|
141047
141047
|
v0(Base, "VisName", "base");
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.30.0-beta.
|
|
1
|
+
declare const _default: "0.30.0-beta.19";
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vis-core",
|
|
3
|
-
"version": "0.30.0-beta.
|
|
3
|
+
"version": "0.30.0-beta.19",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "npm run version && PORT=5173 bundler-dev",
|
|
6
6
|
"build:site": "npm run version && PUBLIC_EXCLUDE=true bundler",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"esus-lite": "^0.2.8",
|
|
65
65
|
"events": "^3.3.0",
|
|
66
66
|
"geojson-cn": "^0.2.5",
|
|
67
|
-
"gl-draw": "0.17.0-beta.
|
|
67
|
+
"gl-draw": "0.17.0-beta.19",
|
|
68
68
|
"jsrsasign": "^11.1.0",
|
|
69
69
|
"lodash-es": "^4.17.21"
|
|
70
70
|
},
|