vis-core 0.20.10-test.5 → 0.20.10-test.6
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.js +1 -1
- package/dist/index.module.js +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/vis/map/objects/Mountain.d.ts +0 -0
- package/package.json +1 -1
package/dist/index.module.js
CHANGED
|
@@ -39225,7 +39225,7 @@ function la(s) {
|
|
|
39225
39225
|
const t = new D0();
|
|
39226
39226
|
return t.color.setScalar(s), t;
|
|
39227
39227
|
}
|
|
39228
|
-
const q2 = "0.20.10-test.
|
|
39228
|
+
const q2 = "0.20.10-test.6";
|
|
39229
39229
|
class TK {
|
|
39230
39230
|
constructor() {
|
|
39231
39231
|
j(this, "event", new XX());
|
|
@@ -40507,7 +40507,7 @@ class Ac extends TK {
|
|
|
40507
40507
|
initPencil() {
|
|
40508
40508
|
return c0(this, null, function* () {
|
|
40509
40509
|
if (this.pencil) return;
|
|
40510
|
-
this.devicePixelRatio = this.getDevicePixelRatio(), this.options.css2DContainer && (this.pencilConfig.css2DRendererParams = {
|
|
40510
|
+
this.devicePixelRatio = this.getDevicePixelRatio(), this.pencilConfig = F0({}, this.pencilConfig), this.options.css2DContainer && (this.pencilConfig.css2DRendererParams = {
|
|
40511
40511
|
container: this.options.css2DContainer
|
|
40512
40512
|
}), this.initPencilPlugin();
|
|
40513
40513
|
const e = new lF(F0(F0({
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.20.10-test.
|
|
1
|
+
declare const _default: "0.20.10-test.6";
|
|
2
2
|
export default _default;
|
|
File without changes
|