vis-core 0.30.0-beta.19 → 0.30.0-beta.20
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 +2 -5
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
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.20", publicKeyPEM = "LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUEyTG1aVVQzVG9LZEVRRUdrdUU1QQo3dnlYTzRMM1Z6NDA5RFF2a2xzRHZ2SytNM2M2OGl4ZEVhZDZFcnZGS2FKQ1QrNTZNdU1XSXhUTnlDZDVQSkFGCjVYdzI4cW1iVkVCR3FGdXVIZTltSm5GUmRXN1NpK1Z1cTZvRWxwQkRkeEFIQ0dsWVVpU1R3WmhBbjJaVXJLSUYKd1J2c1k1bi9uWWNhZnl5QW9tRjhmNVRsTkpwS1JtbDU3WlRSWjBMdzdQRDFSeHFIbmJ0YWFETkpiSDV5eFd6cQpaVTBwQWhxMFNkNHdlOW1DUTJWWXc5czhtUERLbW4rU083eGovSUsrR1ZEaEJNOUpaZ3VIcGFZUGt3bWd5UkdwCkx6V0tHMkZULzJRalZUT1dRT09mRFVtVitDSVlsN1hVVlh1Q0toYWFNQ0ZVa1JQOHg4aEZucmNFeklHQ1JpM3IKK3dJREFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0t", accessToken = {
|
|
67
67
|
token: void 0,
|
|
68
68
|
getInfo() {
|
|
69
69
|
if (!this.token)
|
|
@@ -140401,10 +140401,7 @@ class Editor {
|
|
|
140401
140401
|
const fe = parseTexture(le.v.bg.texture);
|
|
140402
140402
|
fe.colorSpace = SRGBColorSpace, this.viewport.vis.pencil.scene.background = fe;
|
|
140403
140403
|
}
|
|
140404
|
-
return this.hooks.dispatch("beforeShow"), (O = this.viewport.vis) == null || O.show(), this.hooks.dispatch("afterShow"), (j = this.pencil.controls) == null || j.saveState(), this.select(null),
|
|
140405
|
-
var fe;
|
|
140406
|
-
(fe = this.viewport.vis) == null || fe.worker.dispose();
|
|
140407
|
-
}), this.hooks.dispatch("afterFromJSON"), le;
|
|
140404
|
+
return this.hooks.dispatch("beforeShow"), (O = this.viewport.vis) == null || O.show(), this.hooks.dispatch("afterShow"), (j = this.pencil.controls) == null || j.saveState(), this.select(null), this.hooks.dispatch("afterFromJSON"), le;
|
|
140408
140405
|
} catch (le) {
|
|
140409
140406
|
throw this.hooks.dispatch("errorFromJSON"), new Error("fromJSON error:" + le);
|
|
140410
140407
|
}
|
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.20";
|
|
2
2
|
export default _default;
|