vis-core 0.12.37 → 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 +2 -2
- package/dist/index.module.js +4 -4
- 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;
|
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