vis-core 0.12.36 → 0.12.38
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 +3 -3
- package/dist/index.module.js +5 -5
- package/dist/version.d.ts +1 -1
- package/dist/vis/map/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.module.js
CHANGED
|
@@ -41145,7 +41145,7 @@ function Ql(n) {
|
|
|
41145
41145
|
const t = new ee();
|
|
41146
41146
|
return t.color.setScalar(n), t;
|
|
41147
41147
|
}
|
|
41148
|
-
const XX = "0.12.
|
|
41148
|
+
const XX = "0.12.38", c1 = !1;
|
|
41149
41149
|
class ml {
|
|
41150
41150
|
constructor(t, e = {}) {
|
|
41151
41151
|
E(this, "container");
|
|
@@ -42303,7 +42303,7 @@ const qI = {
|
|
|
42303
42303
|
adcodes: e,
|
|
42304
42304
|
duration: i = 1e3
|
|
42305
42305
|
}) {
|
|
42306
|
-
this.beforeClickArea(e) !== !1 && (this.emit("beforeDrillDown", e), yield this.setAdcode({
|
|
42306
|
+
(yield this.beforeClickArea(e)) !== !1 && (this.emit("beforeDrillDown", e), yield this.setAdcode({
|
|
42307
42307
|
adcodes: e,
|
|
42308
42308
|
duration: i
|
|
42309
42309
|
}), this.emit("afterDrillDown", e));
|
|
@@ -42649,8 +42649,8 @@ const qI = {
|
|
|
42649
42649
|
}
|
|
42650
42650
|
});
|
|
42651
42651
|
}
|
|
42652
|
-
setPadding(e) {
|
|
42653
|
-
this.options.mapPadding = e, this.fitTo(this.map);
|
|
42652
|
+
setPadding(e, i = !1) {
|
|
42653
|
+
this.options.mapPadding = e, i && this.fitTo(this.map);
|
|
42654
42654
|
}
|
|
42655
42655
|
dispose() {
|
|
42656
42656
|
var e, i;
|
|
@@ -46761,7 +46761,7 @@ class L8 {
|
|
|
46761
46761
|
const o = a;
|
|
46762
46762
|
o.material && e !== void 0 && Array.isArray(o.material) && Array.isArray(s) ? o.material.every(
|
|
46763
46763
|
(c, d) => c === s[d]
|
|
46764
|
-
) && (o.material[e] = i) : o.material && !Array.isArray(o.material) && !Array.isArray(s) && o.material === s && (o.material = i);
|
|
46764
|
+
) && (o.material[e] = i) : o.material && e !== void 0 && Array.isArray(o.material) && !Array.isArray(s) ? o.material[e] === s && (o.material[e] = i) : o.material && !Array.isArray(o.material) && !Array.isArray(s) && o.material === s && (o.material = i);
|
|
46765
46765
|
}), (l = this.viewport.vis) == null || l.mList.materialList.forEach((a) => {
|
|
46766
46766
|
(Array.isArray(s) ? e !== void 0 && a.material === s[e] : a.material === s) && (a.material = i);
|
|
46767
46767
|
}));
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.12.
|
|
1
|
+
declare const _default: "0.12.38";
|
|
2
2
|
export default _default;
|
package/dist/vis/map/index.d.ts
CHANGED