vis-core 0.24.8 → 0.24.9
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 +9 -9
- package/dist/index.module.js +60 -48
- package/dist/version.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.module.js
CHANGED
|
@@ -90,7 +90,7 @@ const publicKeyPEM = "LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRz
|
|
|
90
90
|
).toString(CryptoJS.enc.Utf8), ct = JSON.parse(rt), Zt = Date.now();
|
|
91
91
|
return !ct.s || ct.s > Zt ? (this.token = void 0, "") : ct.e && ct.e < Zt ? (this.token = void 0, "") : (ct.isValid = qe, ct);
|
|
92
92
|
}
|
|
93
|
-
}, version = "0.24.
|
|
93
|
+
}, version = "0.24.9";
|
|
94
94
|
/**
|
|
95
95
|
* @license
|
|
96
96
|
* Copyright 2010-2025 Three.js Authors
|
|
@@ -22890,7 +22890,7 @@ o$3.prototype._events = void 0;
|
|
|
22890
22890
|
o$3.prototype._eventsCount = 0;
|
|
22891
22891
|
o$3.prototype._maxListeners = void 0;
|
|
22892
22892
|
var L$2 = 10;
|
|
22893
|
-
function v$
|
|
22893
|
+
function v$2(de) {
|
|
22894
22894
|
if (typeof de != "function")
|
|
22895
22895
|
throw new TypeError('The "listener" argument must be of type Function. Received type ' + typeof de);
|
|
22896
22896
|
}
|
|
@@ -22945,7 +22945,7 @@ o$3.prototype.emit = function(de) {
|
|
|
22945
22945
|
};
|
|
22946
22946
|
function g$2(de, e, r, c) {
|
|
22947
22947
|
var Je, Ke, Qe;
|
|
22948
|
-
if (v$
|
|
22948
|
+
if (v$2(r), Ke = de._events, Ke === void 0 ? (Ke = de._events = /* @__PURE__ */ Object.create(null), de._eventsCount = 0) : (Ke.newListener !== void 0 && (de.emit(
|
|
22949
22949
|
"newListener",
|
|
22950
22950
|
e,
|
|
22951
22951
|
r.listener ? r.listener : r
|
|
@@ -22974,14 +22974,14 @@ function _$1(de, e, r) {
|
|
|
22974
22974
|
return Je.listener = r, c.wrapFn = Je, Je;
|
|
22975
22975
|
}
|
|
22976
22976
|
o$3.prototype.once = function(de, e) {
|
|
22977
|
-
return v$
|
|
22977
|
+
return v$2(e), this.on(de, _$1(this, de, e)), this;
|
|
22978
22978
|
};
|
|
22979
22979
|
o$3.prototype.prependOnceListener = function(de, e) {
|
|
22980
|
-
return v$
|
|
22980
|
+
return v$2(e), this.prependListener(de, _$1(this, de, e)), this;
|
|
22981
22981
|
};
|
|
22982
22982
|
o$3.prototype.removeListener = function(de, e) {
|
|
22983
22983
|
var r, c, Je, Ke, Qe;
|
|
22984
|
-
if (v$
|
|
22984
|
+
if (v$2(e), c = this._events, c === void 0)
|
|
22985
22985
|
return this;
|
|
22986
22986
|
if (r = c[de], r === void 0)
|
|
22987
22987
|
return this;
|
|
@@ -23073,10 +23073,10 @@ function M$3(de, e) {
|
|
|
23073
23073
|
function Ke() {
|
|
23074
23074
|
typeof de.removeListener == "function" && de.removeListener("error", Je), r([].slice.call(arguments));
|
|
23075
23075
|
}
|
|
23076
|
-
O(de, e, Ke, { once: !0 }), e !== "error" && A$
|
|
23076
|
+
O(de, e, Ke, { once: !0 }), e !== "error" && A$1(de, Je, { once: !0 });
|
|
23077
23077
|
});
|
|
23078
23078
|
}
|
|
23079
|
-
function A$
|
|
23079
|
+
function A$1(de, e, r) {
|
|
23080
23080
|
typeof de.on == "function" && O(de, "error", e, r);
|
|
23081
23081
|
}
|
|
23082
23082
|
function O(de, e, r, c) {
|
|
@@ -33696,7 +33696,7 @@ const g$1 = (de, e = 1) => {
|
|
|
33696
33696
|
`;
|
|
33697
33697
|
}, new Points(r, Je);
|
|
33698
33698
|
};
|
|
33699
|
-
let
|
|
33699
|
+
let v$1 = class {
|
|
33700
33700
|
constructor() {
|
|
33701
33701
|
this.objectType = "BaseObject", this.userData = {}, this.prefab = !1, this.isInstantiate = !1, this.pm = makePromiseCreator(), this.materialList = {}, this.useMaterialType = "origin", this.onPointerIndex = [];
|
|
33702
33702
|
}
|
|
@@ -33730,6 +33730,18 @@ let A$1 = class {
|
|
|
33730
33730
|
get visible() {
|
|
33731
33731
|
return this.object3d ? this.object3d.visible : !1;
|
|
33732
33732
|
}
|
|
33733
|
+
get visibleWithAncestors() {
|
|
33734
|
+
if (this.visible) {
|
|
33735
|
+
let e = this.parent;
|
|
33736
|
+
for (; e; ) {
|
|
33737
|
+
if (!e.visible)
|
|
33738
|
+
return !1;
|
|
33739
|
+
e = e.parent;
|
|
33740
|
+
}
|
|
33741
|
+
return !0;
|
|
33742
|
+
} else
|
|
33743
|
+
return !1;
|
|
33744
|
+
}
|
|
33733
33745
|
create() {
|
|
33734
33746
|
}
|
|
33735
33747
|
render() {
|
|
@@ -36829,7 +36841,7 @@ lt$1.options = {
|
|
|
36829
36841
|
};
|
|
36830
36842
|
let Vt$1 = lt$1;
|
|
36831
36843
|
const ws = q.ACTION;
|
|
36832
|
-
let t$1 = class extends
|
|
36844
|
+
let t$1 = class extends v$1 {
|
|
36833
36845
|
create() {
|
|
36834
36846
|
this.createGroup();
|
|
36835
36847
|
}
|
|
@@ -36942,7 +36954,7 @@ var kt = Object.defineProperty, Ft = Object.defineProperties, qt = Object.getOwn
|
|
|
36942
36954
|
}, _e = ($e) => $e.done ? c($e.value) : Promise.resolve($e.value).then(Ke, Qe);
|
|
36943
36955
|
_e((r = r.apply(de, e)).next());
|
|
36944
36956
|
});
|
|
36945
|
-
class Se extends
|
|
36957
|
+
class Se extends v$1 {
|
|
36946
36958
|
constructor(e) {
|
|
36947
36959
|
super(), this.objectType = "BaseObject#Node", this.onNodePointerIndex = [], this.options = P({
|
|
36948
36960
|
type: "2d"
|
|
@@ -36989,7 +37001,7 @@ class Se extends A$1 {
|
|
|
36989
37001
|
}), super.dispose();
|
|
36990
37002
|
}
|
|
36991
37003
|
}
|
|
36992
|
-
class Me extends
|
|
37004
|
+
class Me extends v$1 {
|
|
36993
37005
|
constructor(e) {
|
|
36994
37006
|
super(), this.rectAreaLightUniformsLibInit = !1, this.options = e;
|
|
36995
37007
|
}
|
|
@@ -37222,7 +37234,7 @@ const Vt = (de) => {
|
|
|
37222
37234
|
const { points: e } = de, r = e.reduce((c, Je, Ke) => (Ke < e.length - 1 && c.push(Je, e[Ke + 1]), c), []);
|
|
37223
37235
|
return new BufferGeometry().setFromPoints(r);
|
|
37224
37236
|
};
|
|
37225
|
-
let Te = class extends
|
|
37237
|
+
let Te = class extends v$1 {
|
|
37226
37238
|
constructor(de = {}) {
|
|
37227
37239
|
super(), this.options = P({}, de);
|
|
37228
37240
|
}
|
|
@@ -37379,7 +37391,7 @@ const gt = (de) => {
|
|
|
37379
37391
|
const { setPointWidth: e, nodes: r } = de, c = new he();
|
|
37380
37392
|
return c.setPoints(r, e), c;
|
|
37381
37393
|
};
|
|
37382
|
-
class Ge extends
|
|
37394
|
+
class Ge extends v$1 {
|
|
37383
37395
|
constructor(e = {}) {
|
|
37384
37396
|
super(), this.options = P({}, e);
|
|
37385
37397
|
}
|
|
@@ -37493,7 +37505,7 @@ const zt = (de) => {
|
|
|
37493
37505
|
endHeight: Qe
|
|
37494
37506
|
}));
|
|
37495
37507
|
};
|
|
37496
|
-
class Be extends
|
|
37508
|
+
class Be extends v$1 {
|
|
37497
37509
|
constructor(e) {
|
|
37498
37510
|
super(), this.options = P({}, e);
|
|
37499
37511
|
}
|
|
@@ -37878,7 +37890,7 @@ const Rt = (de) => {
|
|
|
37878
37890
|
});
|
|
37879
37891
|
return E(), rt;
|
|
37880
37892
|
};
|
|
37881
|
-
class je extends
|
|
37893
|
+
class je extends v$1 {
|
|
37882
37894
|
constructor(e) {
|
|
37883
37895
|
super(), this.options = P({
|
|
37884
37896
|
depth: 1
|
|
@@ -37972,7 +37984,7 @@ class Light extends Me {
|
|
|
37972
37984
|
Qe.isPointLight && (Qe.shadow.mapSize.width = 2048, Qe.shadow.mapSize.height = 2048);
|
|
37973
37985
|
}
|
|
37974
37986
|
}
|
|
37975
|
-
class Point extends
|
|
37987
|
+
class Point extends v$1 {
|
|
37976
37988
|
constructor(r) {
|
|
37977
37989
|
super();
|
|
37978
37990
|
J0(this, "options");
|
|
@@ -38050,7 +38062,7 @@ const V = {
|
|
|
38050
38062
|
return e * de.renderer.getPixelRatio() / Qe.width / (1 / $e);
|
|
38051
38063
|
};
|
|
38052
38064
|
let map;
|
|
38053
|
-
class Arc extends
|
|
38065
|
+
class Arc extends v$1 {
|
|
38054
38066
|
constructor(r) {
|
|
38055
38067
|
super();
|
|
38056
38068
|
J0(this, "options");
|
|
@@ -38226,7 +38238,7 @@ class Arc extends A$1 {
|
|
|
38226
38238
|
});
|
|
38227
38239
|
}
|
|
38228
38240
|
}
|
|
38229
|
-
class CrossPlane extends
|
|
38241
|
+
class CrossPlane extends v$1 {
|
|
38230
38242
|
constructor(r) {
|
|
38231
38243
|
super();
|
|
38232
38244
|
J0(this, "options");
|
|
@@ -38246,7 +38258,7 @@ class CrossPlane extends A$1 {
|
|
|
38246
38258
|
});
|
|
38247
38259
|
}
|
|
38248
38260
|
}
|
|
38249
|
-
class PlaneShadow extends
|
|
38261
|
+
class PlaneShadow extends v$1 {
|
|
38250
38262
|
create() {
|
|
38251
38263
|
return ti(this, null, function* () {
|
|
38252
38264
|
const e = new PlaneGeometry(100, 100, 2, 2), r = new ShadowMaterial();
|
|
@@ -38254,7 +38266,7 @@ class PlaneShadow extends A$1 {
|
|
|
38254
38266
|
});
|
|
38255
38267
|
}
|
|
38256
38268
|
}
|
|
38257
|
-
class Model extends
|
|
38269
|
+
class Model extends v$1 {
|
|
38258
38270
|
constructor(r) {
|
|
38259
38271
|
super();
|
|
38260
38272
|
J0(this, "options");
|
|
@@ -38282,25 +38294,25 @@ class Model extends A$1 {
|
|
|
38282
38294
|
});
|
|
38283
38295
|
}
|
|
38284
38296
|
}
|
|
38285
|
-
class Box extends
|
|
38297
|
+
class Box extends v$1 {
|
|
38286
38298
|
create() {
|
|
38287
38299
|
const e = new BoxGeometry(1, 1, 1, 1, 1, 1);
|
|
38288
38300
|
this.createMesh(e), this.scale.multiplyScalar(20);
|
|
38289
38301
|
}
|
|
38290
38302
|
}
|
|
38291
|
-
class Capsule extends
|
|
38303
|
+
class Capsule extends v$1 {
|
|
38292
38304
|
create() {
|
|
38293
38305
|
const e = new CapsuleGeometry(1, 1, 4, 8);
|
|
38294
38306
|
this.createMesh(e), this.scale.multiplyScalar(20);
|
|
38295
38307
|
}
|
|
38296
38308
|
}
|
|
38297
|
-
class Circle extends
|
|
38309
|
+
class Circle extends v$1 {
|
|
38298
38310
|
create() {
|
|
38299
38311
|
const e = new CircleGeometry(1, 32, 0, Math.PI * 2);
|
|
38300
38312
|
this.createMesh(e), this.scale.multiplyScalar(20);
|
|
38301
38313
|
}
|
|
38302
38314
|
}
|
|
38303
|
-
class Cylinder extends
|
|
38315
|
+
class Cylinder extends v$1 {
|
|
38304
38316
|
create() {
|
|
38305
38317
|
const e = new CylinderGeometry(
|
|
38306
38318
|
1,
|
|
@@ -38315,19 +38327,19 @@ class Cylinder extends A$1 {
|
|
|
38315
38327
|
this.createMesh(e), this.scale.multiplyScalar(20);
|
|
38316
38328
|
}
|
|
38317
38329
|
}
|
|
38318
|
-
class Dodecahedron extends
|
|
38330
|
+
class Dodecahedron extends v$1 {
|
|
38319
38331
|
create() {
|
|
38320
38332
|
const e = new DodecahedronGeometry(1, 0);
|
|
38321
38333
|
this.createMesh(e), this.scale.multiplyScalar(20);
|
|
38322
38334
|
}
|
|
38323
38335
|
}
|
|
38324
|
-
class Icosahedron extends
|
|
38336
|
+
class Icosahedron extends v$1 {
|
|
38325
38337
|
create() {
|
|
38326
38338
|
const e = new IcosahedronGeometry(1, 0);
|
|
38327
38339
|
this.createMesh(e), this.scale.multiplyScalar(20);
|
|
38328
38340
|
}
|
|
38329
38341
|
}
|
|
38330
|
-
class Lathe extends
|
|
38342
|
+
class Lathe extends v$1 {
|
|
38331
38343
|
create() {
|
|
38332
38344
|
const e = new LatheGeometry();
|
|
38333
38345
|
this.createMesh(
|
|
@@ -38336,25 +38348,25 @@ class Lathe extends A$1 {
|
|
|
38336
38348
|
), this.scale.multiplyScalar(20);
|
|
38337
38349
|
}
|
|
38338
38350
|
}
|
|
38339
|
-
class Octahedron extends
|
|
38351
|
+
class Octahedron extends v$1 {
|
|
38340
38352
|
create() {
|
|
38341
38353
|
const e = new OctahedronGeometry(1, 0);
|
|
38342
38354
|
this.createMesh(e), this.scale.multiplyScalar(20);
|
|
38343
38355
|
}
|
|
38344
38356
|
}
|
|
38345
|
-
class Plane extends
|
|
38357
|
+
class Plane extends v$1 {
|
|
38346
38358
|
create() {
|
|
38347
38359
|
const e = new PlaneGeometry(1, 1, 2, 2);
|
|
38348
38360
|
this.createMesh(e), this.scale.multiplyScalar(20);
|
|
38349
38361
|
}
|
|
38350
38362
|
}
|
|
38351
|
-
class Ring extends
|
|
38363
|
+
class Ring extends v$1 {
|
|
38352
38364
|
create() {
|
|
38353
38365
|
const e = new RingGeometry(0.5, 1, 32, 1, 0, Math.PI * 2);
|
|
38354
38366
|
this.createMesh(e), this.scale.multiplyScalar(20);
|
|
38355
38367
|
}
|
|
38356
38368
|
}
|
|
38357
|
-
class Sphere extends
|
|
38369
|
+
class Sphere extends v$1 {
|
|
38358
38370
|
constructor() {
|
|
38359
38371
|
super(...arguments);
|
|
38360
38372
|
J0(this, "radius", 100);
|
|
@@ -38368,7 +38380,7 @@ class Sphere extends A$1 {
|
|
|
38368
38380
|
this.createMesh(r, this.material), this.object3d.rotation.y = Math.PI / 180 * 90;
|
|
38369
38381
|
}
|
|
38370
38382
|
}
|
|
38371
|
-
class Sprite extends
|
|
38383
|
+
class Sprite extends v$1 {
|
|
38372
38384
|
create() {
|
|
38373
38385
|
this.createSprite(new SpriteMaterial()), this.scale.multiplyScalar(20);
|
|
38374
38386
|
}
|
|
@@ -38387,25 +38399,25 @@ class Sprite extends A$1 {
|
|
|
38387
38399
|
}
|
|
38388
38400
|
}
|
|
38389
38401
|
}
|
|
38390
|
-
class Tetrahedron extends
|
|
38402
|
+
class Tetrahedron extends v$1 {
|
|
38391
38403
|
create() {
|
|
38392
38404
|
const e = new TetrahedronGeometry(1, 0);
|
|
38393
38405
|
this.createMesh(e), this.scale.multiplyScalar(20);
|
|
38394
38406
|
}
|
|
38395
38407
|
}
|
|
38396
|
-
class Torus extends
|
|
38408
|
+
class Torus extends v$1 {
|
|
38397
38409
|
create() {
|
|
38398
38410
|
const e = new TorusGeometry(1, 0.4, 12, 48, Math.PI * 2);
|
|
38399
38411
|
this.createMesh(e), this.scale.multiplyScalar(20);
|
|
38400
38412
|
}
|
|
38401
38413
|
}
|
|
38402
|
-
class TorusKnot extends
|
|
38414
|
+
class TorusKnot extends v$1 {
|
|
38403
38415
|
create() {
|
|
38404
38416
|
const e = new TorusKnotGeometry(1, 0.4, 64, 8, 2, 3);
|
|
38405
38417
|
this.createMesh(e), this.scale.multiplyScalar(20);
|
|
38406
38418
|
}
|
|
38407
38419
|
}
|
|
38408
|
-
class Tube extends
|
|
38420
|
+
class Tube extends v$1 {
|
|
38409
38421
|
constructor(r) {
|
|
38410
38422
|
super();
|
|
38411
38423
|
J0(this, "options");
|
|
@@ -48105,7 +48117,7 @@ class sl {
|
|
|
48105
48117
|
return Wt.type === "down" || Wt.type === "downOutside" || Wt.type === "click";
|
|
48106
48118
|
}).reduce(
|
|
48107
48119
|
(Wt, Yt) => Wt.concat(
|
|
48108
|
-
Yt.objArr.map((Tt) => ({ obj: Tt, type: Yt.type, cb: Yt.cb })).filter(({ obj: Tt }) => Tt.object3d && Tt.
|
|
48120
|
+
Yt.objArr.map((Tt) => ({ obj: Tt, type: Yt.type, cb: Yt.cb })).filter(({ obj: Tt }) => Tt.object3d && Tt.visibleWithAncestors)
|
|
48109
48121
|
),
|
|
48110
48122
|
[]
|
|
48111
48123
|
).reduce(
|
|
@@ -129340,7 +129352,7 @@ const continentsM49 = {
|
|
|
129340
129352
|
colorWrite: !1,
|
|
129341
129353
|
transparent: !0
|
|
129342
129354
|
});
|
|
129343
|
-
let PlaneMap$1 = class extends
|
|
129355
|
+
let PlaneMap$1 = class extends v$1 {
|
|
129344
129356
|
constructor(r) {
|
|
129345
129357
|
super();
|
|
129346
129358
|
J0(this, "options");
|
|
@@ -130219,7 +130231,7 @@ Water.WaterShader = {
|
|
|
130219
130231
|
}`
|
|
130220
130232
|
)
|
|
130221
130233
|
};
|
|
130222
|
-
class CityPlane extends
|
|
130234
|
+
class CityPlane extends v$1 {
|
|
130223
130235
|
constructor(r) {
|
|
130224
130236
|
super();
|
|
130225
130237
|
J0(this, "options");
|
|
@@ -130256,7 +130268,7 @@ class CityPlane extends A$1 {
|
|
|
130256
130268
|
this.water = c, c.position.z = 1e-3, this.add(c);
|
|
130257
130269
|
}
|
|
130258
130270
|
}
|
|
130259
|
-
class ContinentsBg extends
|
|
130271
|
+
class ContinentsBg extends v$1 {
|
|
130260
130272
|
constructor(r) {
|
|
130261
130273
|
super();
|
|
130262
130274
|
J0(this, "options");
|
|
@@ -130341,7 +130353,7 @@ class ContinentsBg extends A$1 {
|
|
|
130341
130353
|
}), this.mapArr.length = 0;
|
|
130342
130354
|
}
|
|
130343
130355
|
}
|
|
130344
|
-
class PlaneMap extends
|
|
130356
|
+
class PlaneMap extends v$1 {
|
|
130345
130357
|
constructor(r) {
|
|
130346
130358
|
super();
|
|
130347
130359
|
J0(this, "options");
|
|
@@ -131707,7 +131719,7 @@ const getBoxMultiPoly = (de) => {
|
|
|
131707
131719
|
const e = de.features.map((r) => r.geometry.type === "Polygon" ? [r.geometry.coordinates] : r.geometry.coordinates).flat();
|
|
131708
131720
|
return Array.from({ length: e.length }, (r, c) => polygon(e[c]));
|
|
131709
131721
|
};
|
|
131710
|
-
class Building extends
|
|
131722
|
+
class Building extends v$1 {
|
|
131711
131723
|
constructor(r) {
|
|
131712
131724
|
super();
|
|
131713
131725
|
J0(this, "options");
|
|
@@ -131852,7 +131864,7 @@ class Building extends A$1 {
|
|
|
131852
131864
|
super.dispose(), this.outJson.clear();
|
|
131853
131865
|
}
|
|
131854
131866
|
}
|
|
131855
|
-
class Road extends
|
|
131867
|
+
class Road extends v$1 {
|
|
131856
131868
|
constructor(r) {
|
|
131857
131869
|
super();
|
|
131858
131870
|
J0(this, "options");
|
|
@@ -131955,7 +131967,7 @@ class Road extends A$1 {
|
|
|
131955
131967
|
}), this.linePrimary = [], this.lineSecondary = [], this.outJson.clear();
|
|
131956
131968
|
}
|
|
131957
131969
|
}
|
|
131958
|
-
class Area extends
|
|
131970
|
+
class Area extends v$1 {
|
|
131959
131971
|
constructor(r) {
|
|
131960
131972
|
super();
|
|
131961
131973
|
J0(this, "options");
|
|
@@ -132052,7 +132064,7 @@ function getCanvasTexture(de) {
|
|
|
132052
132064
|
const Je = new CanvasTexture(e);
|
|
132053
132065
|
return Je.colorSpace = SRGBColorSpace, Je.wrapT = RepeatWrapping, Je.magFilter = NearestFilter, Je.minFilter = NearestFilter, e.remove(), Je;
|
|
132054
132066
|
}
|
|
132055
|
-
class Target extends
|
|
132067
|
+
class Target extends v$1 {
|
|
132056
132068
|
constructor(r) {
|
|
132057
132069
|
super();
|
|
132058
132070
|
J0(this, "options");
|
|
@@ -133447,7 +133459,7 @@ class Earth$1 extends Sphere {
|
|
|
133447
133459
|
this.material = c, super.create(), this.rotation.y = Math.PI / 180 * -90, this.object3d.name = "地球", r.setObject3d(this.object3d, "earth");
|
|
133448
133460
|
}
|
|
133449
133461
|
}
|
|
133450
|
-
class Countries extends
|
|
133462
|
+
class Countries extends v$1 {
|
|
133451
133463
|
constructor(r) {
|
|
133452
133464
|
super();
|
|
133453
133465
|
J0(this, "options");
|
|
@@ -133568,7 +133580,7 @@ class Countries extends A$1 {
|
|
|
133568
133580
|
return Qe.emissive.set(c), Qe.emissiveIntensity = Je, r.useMaterial(Ke), Qe;
|
|
133569
133581
|
}
|
|
133570
133582
|
}
|
|
133571
|
-
class SphereShadow extends
|
|
133583
|
+
class SphereShadow extends v$1 {
|
|
133572
133584
|
constructor(r) {
|
|
133573
133585
|
super();
|
|
133574
133586
|
J0(this, "options");
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.24.
|
|
1
|
+
declare const _default: "0.24.9";
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vis-core",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.9",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "npm run version && PORT=5173 bundler-dev",
|
|
6
6
|
"build:site": "npm run version && bundler",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"esus-lite": "^0.2.8",
|
|
69
69
|
"events": "^3.3.0",
|
|
70
70
|
"geojson-cn": "^0.1.30",
|
|
71
|
-
"gl-draw": "0.12.
|
|
71
|
+
"gl-draw": "0.12.19",
|
|
72
72
|
"jsrsasign": "^11.1.0",
|
|
73
73
|
"jszip": "^3.10.1",
|
|
74
74
|
"lodash-es": "^4.17.21"
|