vis-core 0.21.49 → 0.21.50
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 -0
- package/dist/index.js +4 -4
- package/dist/index.module.js +6 -6
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.module.js
CHANGED
|
@@ -89,7 +89,7 @@ const publicKeyPEM = "LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRz
|
|
|
89
89
|
).toString(CryptoJS.enc.Utf8), ct = JSON.parse(st), Zt = Date.now();
|
|
90
90
|
return !ct.s || ct.s > Zt ? (this.token = void 0, "") : ct.e && ct.e < Zt ? (this.token = void 0, "") : (ct.isValid = $e, ct);
|
|
91
91
|
}
|
|
92
|
-
};
|
|
92
|
+
}, version = "0.21.50";
|
|
93
93
|
/**
|
|
94
94
|
* @license
|
|
95
95
|
* Copyright 2010-2024 Three.js Authors
|
|
@@ -22654,7 +22654,7 @@ var Easing = Object.freeze({
|
|
|
22654
22654
|
typeof c == "string" ? this._valuesStartRepeat[e] = this._valuesStartRepeat[e] + parseFloat(c) : this._valuesStartRepeat[e] = this._valuesEnd[e], this._valuesEnd[e] = s;
|
|
22655
22655
|
}, de;
|
|
22656
22656
|
}()
|
|
22657
|
-
), VERSION = "23.1.2", nextId = Sequence.nextId, TWEEN = mainGroup, getAll = TWEEN.getAll.bind(TWEEN), removeAll = TWEEN.removeAll.bind(TWEEN), add = TWEEN.add.bind(TWEEN), remove = TWEEN.remove.bind(TWEEN), update = TWEEN.update.bind(TWEEN), exports$1 = {
|
|
22657
|
+
), VERSION$1 = "23.1.2", nextId = Sequence.nextId, TWEEN = mainGroup, getAll = TWEEN.getAll.bind(TWEEN), removeAll = TWEEN.removeAll.bind(TWEEN), add = TWEEN.add.bind(TWEEN), remove = TWEEN.remove.bind(TWEEN), update = TWEEN.update.bind(TWEEN), exports$1 = {
|
|
22658
22658
|
Easing,
|
|
22659
22659
|
Group,
|
|
22660
22660
|
Interpolation,
|
|
@@ -22662,7 +22662,7 @@ var Easing = Object.freeze({
|
|
|
22662
22662
|
Sequence,
|
|
22663
22663
|
nextId,
|
|
22664
22664
|
Tween,
|
|
22665
|
-
VERSION,
|
|
22665
|
+
VERSION: VERSION$1,
|
|
22666
22666
|
getAll,
|
|
22667
22667
|
removeAll,
|
|
22668
22668
|
add,
|
|
@@ -22676,7 +22676,7 @@ const tween_esm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePro
|
|
|
22676
22676
|
Interpolation,
|
|
22677
22677
|
Sequence,
|
|
22678
22678
|
Tween,
|
|
22679
|
-
VERSION,
|
|
22679
|
+
VERSION: VERSION$1,
|
|
22680
22680
|
add,
|
|
22681
22681
|
default: exports$1,
|
|
22682
22682
|
getAll,
|
|
@@ -48349,7 +48349,6 @@ function createAreaLightMaterial(de) {
|
|
|
48349
48349
|
const e = new MeshBasicMaterial();
|
|
48350
48350
|
return e.color.setScalar(de), e;
|
|
48351
48351
|
}
|
|
48352
|
-
const version = "0.21.49";
|
|
48353
48352
|
class Event {
|
|
48354
48353
|
constructor() {
|
|
48355
48354
|
J0(this, "event", new EventEmitter());
|
|
@@ -60512,7 +60511,7 @@ const getMapConfig = (c, ...Xe) => ii(void 0, [c, ...Xe], function* (de, e = b,
|
|
|
60512
60511
|
set token(de) {
|
|
60513
60512
|
accessToken.token = de;
|
|
60514
60513
|
}
|
|
60515
|
-
};
|
|
60514
|
+
}, VERSION = version;
|
|
60516
60515
|
export {
|
|
60517
60516
|
Base,
|
|
60518
60517
|
City$1 as City,
|
|
@@ -60522,6 +60521,7 @@ export {
|
|
|
60522
60521
|
index$2 as Map2,
|
|
60523
60522
|
THREE,
|
|
60524
60523
|
tween_esm as TWEEN,
|
|
60524
|
+
VERSION,
|
|
60525
60525
|
access,
|
|
60526
60526
|
animation as animationUtils,
|
|
60527
60527
|
extendMapConfig,
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.21.
|
|
1
|
+
declare const _default: "0.21.50";
|
|
2
2
|
export default _default;
|