vis-core 0.16.19 → 0.16.20
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 +2 -2
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.module.js
CHANGED
|
@@ -43505,7 +43505,7 @@ function aa(i) {
|
|
|
43505
43505
|
const e = new De();
|
|
43506
43506
|
return e.color.setScalar(i), e;
|
|
43507
43507
|
}
|
|
43508
|
-
const Gf = "0.16.
|
|
43508
|
+
const Gf = "0.16.20", ap = !1;
|
|
43509
43509
|
class _a {
|
|
43510
43510
|
constructor(e, t = {}) {
|
|
43511
43511
|
O(this, "container");
|
|
@@ -48930,7 +48930,7 @@ class GU {
|
|
|
48930
48930
|
e.delLoadObj && e.delLoadObj.length && (this.delLoadObj = e.delLoadObj);
|
|
48931
48931
|
}
|
|
48932
48932
|
getLoadObj() {
|
|
48933
|
-
return this.vis ? Object.values(this.vis.loader.loadObj).map((t) => t.src) : [];
|
|
48933
|
+
return this.vis ? Object.values(this.vis.loader.loadObj).map((t) => t.src).filter((t) => this.vis.loader.delLoadArr.indexOf(t) === -1) : [];
|
|
48934
48934
|
}
|
|
48935
48935
|
setTransformControlsModal(e) {
|
|
48936
48936
|
var n;
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.16.
|
|
1
|
+
declare const _default: "0.16.20";
|
|
2
2
|
export default _default;
|