@teselagen/ove 0.3.64 → 0.4.1
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/index.cjs.js +199 -173
- package/index.es.js +199 -173
- package/index.umd.js +205 -267
- package/package.json +1 -1
- package/src/Menlo.ttf +0 -0
- package/src/Monaco.ttf +0 -0
- package/src/RowItem/StackedAnnotations/PointedAnnotation.js +1 -1
- package/src/index.js +0 -1
- package/src/style.css +16 -3
- package/style.css +17 -62
package/index.umd.js
CHANGED
|
@@ -80,7 +80,6 @@ var __async = (__this, __arguments, generator) => {
|
|
|
80
80
|
return Object.freeze(Object.defineProperty(n2, Symbol.toStringTag, { value: "Module" }));
|
|
81
81
|
}
|
|
82
82
|
__name(_mergeNamespaces, "_mergeNamespaces");
|
|
83
|
-
const _400 = "";
|
|
84
83
|
var Alignment = {
|
|
85
84
|
CENTER: "center",
|
|
86
85
|
LEFT: "left",
|
|
@@ -350,19 +349,19 @@ var __async = (__this, __arguments, generator) => {
|
|
|
350
349
|
}
|
|
351
350
|
};
|
|
352
351
|
/*! *****************************************************************************
|
|
353
|
-
|
|
352
|
+
Copyright (c) Microsoft Corporation.
|
|
354
353
|
|
|
355
|
-
|
|
356
|
-
|
|
354
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
355
|
+
purpose with or without fee is hereby granted.
|
|
357
356
|
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
357
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
358
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
359
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
360
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
361
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
362
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
363
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
364
|
+
***************************************************************************** */
|
|
366
365
|
var extendStatics$4 = /* @__PURE__ */ __name(function(d2, b3) {
|
|
367
366
|
extendStatics$4 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d3, b5) {
|
|
368
367
|
d3.__proto__ = b5;
|
|
@@ -958,27 +957,27 @@ var __async = (__this, __arguments, generator) => {
|
|
|
958
957
|
__name(commonjsRequire, "commonjsRequire");
|
|
959
958
|
var dom4_max = {};
|
|
960
959
|
/*!
|
|
961
|
-
|
|
960
|
+
Copyright (C) 2013-2015 by Andrea Giammarchi - @WebReflection
|
|
962
961
|
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
962
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
963
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
964
|
+
in the Software without restriction, including without limitation the rights
|
|
965
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
966
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
967
|
+
furnished to do so, subject to the following conditions:
|
|
969
968
|
|
|
970
|
-
|
|
971
|
-
|
|
969
|
+
The above copyright notice and this permission notice shall be included in
|
|
970
|
+
all copies or substantial portions of the Software.
|
|
972
971
|
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
972
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
973
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
974
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
975
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
976
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
977
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
978
|
+
THE SOFTWARE.
|
|
980
979
|
|
|
981
|
-
|
|
980
|
+
*/
|
|
982
981
|
var hasRequiredDom4_max;
|
|
983
982
|
function requireDom4_max() {
|
|
984
983
|
if (hasRequiredDom4_max)
|
|
@@ -10336,11 +10335,11 @@ var __async = (__this, __arguments, generator) => {
|
|
|
10336
10335
|
}
|
|
10337
10336
|
bound = Function("binder", "return function (" + boundArgs.join(",") + "){ return binder.apply(this,arguments); }")(binder);
|
|
10338
10337
|
if (target.prototype) {
|
|
10339
|
-
var
|
|
10338
|
+
var Empty2 = /* @__PURE__ */ __name(function Empty3() {
|
|
10340
10339
|
}, "Empty");
|
|
10341
|
-
|
|
10342
|
-
bound.prototype = new
|
|
10343
|
-
|
|
10340
|
+
Empty2.prototype = target.prototype;
|
|
10341
|
+
bound.prototype = new Empty2();
|
|
10342
|
+
Empty2.prototype = null;
|
|
10344
10343
|
}
|
|
10345
10344
|
return bound;
|
|
10346
10345
|
}, "bind");
|
|
@@ -25819,10 +25818,10 @@ var __async = (__this, __arguments, generator) => {
|
|
|
25819
25818
|
/* istanbul ignore next */
|
|
25820
25819
|
Object.getOwnPropertyNames
|
|
25821
25820
|
);
|
|
25822
|
-
function toPrimitive$
|
|
25821
|
+
function toPrimitive$3(value) {
|
|
25823
25822
|
return value === null ? null : typeof value === "object" ? "" + value : value;
|
|
25824
25823
|
}
|
|
25825
|
-
__name(toPrimitive$
|
|
25824
|
+
__name(toPrimitive$3, "toPrimitive$3");
|
|
25826
25825
|
function hasProp(target, prop2) {
|
|
25827
25826
|
return objectPrototype$2.hasOwnProperty.call(target, prop2);
|
|
25828
25827
|
}
|
|
@@ -26719,7 +26718,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
26719
26718
|
return this.name_ + "[" + this.value_ + "]";
|
|
26720
26719
|
}, "toString");
|
|
26721
26720
|
_proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
|
|
26722
|
-
return toPrimitive$
|
|
26721
|
+
return toPrimitive$3(this.get());
|
|
26723
26722
|
}, "valueOf");
|
|
26724
26723
|
_proto[_Symbol$toPrimitive] = function() {
|
|
26725
26724
|
return this.valueOf();
|
|
@@ -26904,7 +26903,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
26904
26903
|
return this.name_ + "[" + this.derivation.toString() + "]";
|
|
26905
26904
|
}, "toString");
|
|
26906
26905
|
_proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
|
|
26907
|
-
return toPrimitive$
|
|
26906
|
+
return toPrimitive$3(this.get());
|
|
26908
26907
|
}, "valueOf");
|
|
26909
26908
|
_proto[_Symbol$toPrimitive$1] = function() {
|
|
26910
26909
|
return this.valueOf();
|
|
@@ -43574,20 +43573,11 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43574
43573
|
return true;
|
|
43575
43574
|
}
|
|
43576
43575
|
}, "_fails");
|
|
43577
|
-
var _descriptors
|
|
43578
|
-
|
|
43579
|
-
|
|
43580
|
-
|
|
43581
|
-
|
|
43582
|
-
hasRequired_descriptors = 1;
|
|
43583
|
-
_descriptors = !_fails(function() {
|
|
43584
|
-
return Object.defineProperty({}, "a", { get: function() {
|
|
43585
|
-
return 7;
|
|
43586
|
-
} }).a != 7;
|
|
43587
|
-
});
|
|
43588
|
-
return _descriptors;
|
|
43589
|
-
}
|
|
43590
|
-
__name(require_descriptors, "require_descriptors");
|
|
43576
|
+
var _descriptors = !_fails(function() {
|
|
43577
|
+
return Object.defineProperty({}, "a", { get: function() {
|
|
43578
|
+
return 7;
|
|
43579
|
+
} }).a != 7;
|
|
43580
|
+
});
|
|
43591
43581
|
var _domCreate;
|
|
43592
43582
|
var hasRequired_domCreate;
|
|
43593
43583
|
function require_domCreate() {
|
|
@@ -43603,20 +43593,11 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43603
43593
|
return _domCreate;
|
|
43604
43594
|
}
|
|
43605
43595
|
__name(require_domCreate, "require_domCreate");
|
|
43606
|
-
var _ie8DomDefine
|
|
43607
|
-
|
|
43608
|
-
|
|
43609
|
-
|
|
43610
|
-
|
|
43611
|
-
hasRequired_ie8DomDefine = 1;
|
|
43612
|
-
_ie8DomDefine = !require_descriptors() && !_fails(function() {
|
|
43613
|
-
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
|
43614
|
-
return 7;
|
|
43615
|
-
} }).a != 7;
|
|
43616
|
-
});
|
|
43617
|
-
return _ie8DomDefine;
|
|
43618
|
-
}
|
|
43619
|
-
__name(require_ie8DomDefine, "require_ie8DomDefine");
|
|
43596
|
+
var _ie8DomDefine = !_descriptors && !_fails(function() {
|
|
43597
|
+
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
|
43598
|
+
return 7;
|
|
43599
|
+
} }).a != 7;
|
|
43600
|
+
});
|
|
43620
43601
|
var isObject$6 = _isObject;
|
|
43621
43602
|
var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) {
|
|
43622
43603
|
if (!isObject$6(it))
|
|
@@ -43630,33 +43611,25 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43630
43611
|
return val2;
|
|
43631
43612
|
throw TypeError("Can't convert object to primitive value");
|
|
43632
43613
|
}, "_toPrimitive$1");
|
|
43633
|
-
var
|
|
43634
|
-
|
|
43635
|
-
|
|
43636
|
-
|
|
43637
|
-
|
|
43638
|
-
|
|
43639
|
-
|
|
43640
|
-
|
|
43641
|
-
|
|
43642
|
-
|
|
43643
|
-
|
|
43644
|
-
|
|
43645
|
-
|
|
43646
|
-
|
|
43647
|
-
|
|
43648
|
-
|
|
43649
|
-
|
|
43650
|
-
|
|
43651
|
-
|
|
43652
|
-
throw TypeError("Accessors not supported!");
|
|
43653
|
-
if ("value" in Attributes)
|
|
43654
|
-
O2[P2] = Attributes.value;
|
|
43655
|
-
return O2;
|
|
43656
|
-
}, "defineProperty");
|
|
43657
|
-
return _objectDp;
|
|
43658
|
-
}
|
|
43659
|
-
__name(require_objectDp, "require_objectDp");
|
|
43614
|
+
var anObject$5 = _anObject;
|
|
43615
|
+
var IE8_DOM_DEFINE$1 = _ie8DomDefine;
|
|
43616
|
+
var toPrimitive$2 = _toPrimitive$1;
|
|
43617
|
+
var dP$3 = Object.defineProperty;
|
|
43618
|
+
_objectDp.f = _descriptors ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
|
|
43619
|
+
anObject$5(O2);
|
|
43620
|
+
P2 = toPrimitive$2(P2, true);
|
|
43621
|
+
anObject$5(Attributes);
|
|
43622
|
+
if (IE8_DOM_DEFINE$1)
|
|
43623
|
+
try {
|
|
43624
|
+
return dP$3(O2, P2, Attributes);
|
|
43625
|
+
} catch (e2) {
|
|
43626
|
+
}
|
|
43627
|
+
if ("get" in Attributes || "set" in Attributes)
|
|
43628
|
+
throw TypeError("Accessors not supported!");
|
|
43629
|
+
if ("value" in Attributes)
|
|
43630
|
+
O2[P2] = Attributes.value;
|
|
43631
|
+
return O2;
|
|
43632
|
+
}, "defineProperty");
|
|
43660
43633
|
var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
|
|
43661
43634
|
return {
|
|
43662
43635
|
enumerable: !(bitmap & 1),
|
|
@@ -43665,10 +43638,10 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43665
43638
|
value
|
|
43666
43639
|
};
|
|
43667
43640
|
}, "_propertyDesc");
|
|
43668
|
-
var dP$
|
|
43641
|
+
var dP$2 = _objectDp;
|
|
43669
43642
|
var createDesc$3 = _propertyDesc;
|
|
43670
|
-
var _hide =
|
|
43671
|
-
return dP$
|
|
43643
|
+
var _hide = _descriptors ? function(object2, key2, value) {
|
|
43644
|
+
return dP$2.f(object2, key2, createDesc$3(1, value));
|
|
43672
43645
|
} : function(object2, key2, value) {
|
|
43673
43646
|
object2[key2] = value;
|
|
43674
43647
|
return object2;
|
|
@@ -43682,7 +43655,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43682
43655
|
var ctx$1 = _ctx;
|
|
43683
43656
|
var hide$2 = _hide;
|
|
43684
43657
|
var has$d = _has;
|
|
43685
|
-
var PROTOTYPE$
|
|
43658
|
+
var PROTOTYPE$2 = "prototype";
|
|
43686
43659
|
var $export$8 = /* @__PURE__ */ __name(function(type, name2, source) {
|
|
43687
43660
|
var IS_FORCED = type & $export$8.F;
|
|
43688
43661
|
var IS_GLOBAL = type & $export$8.G;
|
|
@@ -43691,8 +43664,8 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43691
43664
|
var IS_BIND = type & $export$8.B;
|
|
43692
43665
|
var IS_WRAP = type & $export$8.W;
|
|
43693
43666
|
var exports3 = IS_GLOBAL ? core$3 : core$3[name2] || (core$3[name2] = {});
|
|
43694
|
-
var expProto = exports3[PROTOTYPE$
|
|
43695
|
-
var target = IS_GLOBAL ? global$4 : IS_STATIC ? global$4[name2] : (global$4[name2] || {})[PROTOTYPE$
|
|
43667
|
+
var expProto = exports3[PROTOTYPE$2];
|
|
43668
|
+
var target = IS_GLOBAL ? global$4 : IS_STATIC ? global$4[name2] : (global$4[name2] || {})[PROTOTYPE$2];
|
|
43696
43669
|
var key2, own2, out;
|
|
43697
43670
|
if (IS_GLOBAL)
|
|
43698
43671
|
source = name2;
|
|
@@ -43716,7 +43689,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43716
43689
|
}
|
|
43717
43690
|
return C2.apply(this, arguments);
|
|
43718
43691
|
}, "F");
|
|
43719
|
-
F2[PROTOTYPE$
|
|
43692
|
+
F2[PROTOTYPE$2] = C2[PROTOTYPE$2];
|
|
43720
43693
|
return F2;
|
|
43721
43694
|
}(out) : IS_PROTO && typeof out == "function" ? ctx$1(Function.call, out) : out;
|
|
43722
43695
|
if (IS_PROTO) {
|
|
@@ -43739,25 +43712,16 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43739
43712
|
var _cof = /* @__PURE__ */ __name(function(it) {
|
|
43740
43713
|
return toString$4.call(it).slice(8, -1);
|
|
43741
43714
|
}, "_cof");
|
|
43742
|
-
var
|
|
43743
|
-
var
|
|
43744
|
-
|
|
43745
|
-
|
|
43746
|
-
return _iobject;
|
|
43747
|
-
hasRequired_iobject = 1;
|
|
43748
|
-
var cof2 = _cof;
|
|
43749
|
-
_iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
|
|
43750
|
-
return cof2(it) == "String" ? it.split("") : Object(it);
|
|
43751
|
-
};
|
|
43752
|
-
return _iobject;
|
|
43753
|
-
}
|
|
43754
|
-
__name(require_iobject, "require_iobject");
|
|
43715
|
+
var cof$2 = _cof;
|
|
43716
|
+
var _iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
|
|
43717
|
+
return cof$2(it) == "String" ? it.split("") : Object(it);
|
|
43718
|
+
};
|
|
43755
43719
|
var _defined = /* @__PURE__ */ __name(function(it) {
|
|
43756
43720
|
if (it == void 0)
|
|
43757
43721
|
throw TypeError("Can't call method on " + it);
|
|
43758
43722
|
return it;
|
|
43759
43723
|
}, "_defined");
|
|
43760
|
-
var IObject =
|
|
43724
|
+
var IObject = _iobject;
|
|
43761
43725
|
var defined$2 = _defined;
|
|
43762
43726
|
var _toIobject = /* @__PURE__ */ __name(function(it) {
|
|
43763
43727
|
return IObject(defined$2(it));
|
|
@@ -43830,14 +43794,14 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43830
43794
|
var has$c = _has;
|
|
43831
43795
|
var toIObject$4 = _toIobject;
|
|
43832
43796
|
var arrayIndexOf = _arrayIncludes$1(false);
|
|
43833
|
-
var IE_PROTO$
|
|
43797
|
+
var IE_PROTO$2 = _sharedKey("IE_PROTO");
|
|
43834
43798
|
var _objectKeysInternal = /* @__PURE__ */ __name(function(object2, names2) {
|
|
43835
43799
|
var O2 = toIObject$4(object2);
|
|
43836
43800
|
var i2 = 0;
|
|
43837
43801
|
var result = [];
|
|
43838
43802
|
var key2;
|
|
43839
43803
|
for (key2 in O2)
|
|
43840
|
-
if (key2 != IE_PROTO$
|
|
43804
|
+
if (key2 != IE_PROTO$2)
|
|
43841
43805
|
has$c(O2, key2) && result.push(key2);
|
|
43842
43806
|
while (names2.length > i2)
|
|
43843
43807
|
if (has$c(O2, key2 = names2[i2++])) {
|
|
@@ -43846,10 +43810,10 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43846
43810
|
return result;
|
|
43847
43811
|
}, "_objectKeysInternal");
|
|
43848
43812
|
var _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
|
|
43849
|
-
var $keys$
|
|
43850
|
-
var enumBugKeys = _enumBugKeys;
|
|
43813
|
+
var $keys$3 = _objectKeysInternal;
|
|
43814
|
+
var enumBugKeys$1 = _enumBugKeys;
|
|
43851
43815
|
var _objectKeys = Object.keys || /* @__PURE__ */ __name(function keys2(O2) {
|
|
43852
|
-
return $keys$
|
|
43816
|
+
return $keys$3(O2, enumBugKeys$1);
|
|
43853
43817
|
}, "keys");
|
|
43854
43818
|
var _objectGops = {};
|
|
43855
43819
|
_objectGops.f = Object.getOwnPropertySymbols;
|
|
@@ -43873,12 +43837,12 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43873
43837
|
if (hasRequired_objectAssign)
|
|
43874
43838
|
return _objectAssign;
|
|
43875
43839
|
hasRequired_objectAssign = 1;
|
|
43876
|
-
var DESCRIPTORS2 =
|
|
43840
|
+
var DESCRIPTORS2 = _descriptors;
|
|
43877
43841
|
var getKeys2 = _objectKeys;
|
|
43878
43842
|
var gOPS2 = _objectGops;
|
|
43879
43843
|
var pIE2 = require_objectPie();
|
|
43880
43844
|
var toObject2 = _toObject;
|
|
43881
|
-
var IObject2 =
|
|
43845
|
+
var IObject2 = _iobject;
|
|
43882
43846
|
var $assign = Object.assign;
|
|
43883
43847
|
_objectAssign = !$assign || _fails(function() {
|
|
43884
43848
|
var A2 = {};
|
|
@@ -43939,28 +43903,19 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43939
43903
|
}, "_iterStep");
|
|
43940
43904
|
var _iterators = {};
|
|
43941
43905
|
var _redefine = _hide;
|
|
43942
|
-
var
|
|
43943
|
-
var
|
|
43944
|
-
|
|
43945
|
-
|
|
43946
|
-
|
|
43947
|
-
|
|
43948
|
-
var
|
|
43949
|
-
var
|
|
43950
|
-
var
|
|
43951
|
-
|
|
43952
|
-
|
|
43953
|
-
|
|
43954
|
-
|
|
43955
|
-
var i2 = 0;
|
|
43956
|
-
var P2;
|
|
43957
|
-
while (length > i2)
|
|
43958
|
-
dP2.f(O2, P2 = keys2[i2++], Properties2[P2]);
|
|
43959
|
-
return O2;
|
|
43960
|
-
}, "defineProperties");
|
|
43961
|
-
return _objectDps;
|
|
43962
|
-
}
|
|
43963
|
-
__name(require_objectDps, "require_objectDps");
|
|
43906
|
+
var dP$1 = _objectDp;
|
|
43907
|
+
var anObject$4 = _anObject;
|
|
43908
|
+
var getKeys$1 = _objectKeys;
|
|
43909
|
+
var _objectDps = _descriptors ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties2(O2, Properties2) {
|
|
43910
|
+
anObject$4(O2);
|
|
43911
|
+
var keys2 = getKeys$1(Properties2);
|
|
43912
|
+
var length = keys2.length;
|
|
43913
|
+
var i2 = 0;
|
|
43914
|
+
var P2;
|
|
43915
|
+
while (length > i2)
|
|
43916
|
+
dP$1.f(O2, P2 = keys2[i2++], Properties2[P2]);
|
|
43917
|
+
return O2;
|
|
43918
|
+
}, "defineProperties");
|
|
43964
43919
|
var _html;
|
|
43965
43920
|
var hasRequired_html;
|
|
43966
43921
|
function require_html() {
|
|
@@ -43972,51 +43927,42 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43972
43927
|
return _html;
|
|
43973
43928
|
}
|
|
43974
43929
|
__name(require_html, "require_html");
|
|
43975
|
-
var
|
|
43976
|
-
var
|
|
43977
|
-
|
|
43978
|
-
|
|
43979
|
-
|
|
43980
|
-
|
|
43981
|
-
|
|
43982
|
-
|
|
43983
|
-
var
|
|
43984
|
-
var
|
|
43985
|
-
var
|
|
43986
|
-
|
|
43987
|
-
var
|
|
43988
|
-
|
|
43989
|
-
|
|
43990
|
-
|
|
43991
|
-
|
|
43992
|
-
|
|
43993
|
-
|
|
43994
|
-
|
|
43995
|
-
|
|
43996
|
-
|
|
43997
|
-
|
|
43998
|
-
|
|
43999
|
-
|
|
44000
|
-
|
|
44001
|
-
|
|
44002
|
-
|
|
44003
|
-
|
|
44004
|
-
|
|
44005
|
-
|
|
44006
|
-
|
|
44007
|
-
|
|
44008
|
-
|
|
44009
|
-
|
|
44010
|
-
|
|
44011
|
-
Empty[PROTOTYPE2] = null;
|
|
44012
|
-
result[IE_PROTO2] = O2;
|
|
44013
|
-
} else
|
|
44014
|
-
result = createDict();
|
|
44015
|
-
return Properties2 === void 0 ? result : dPs(result, Properties2);
|
|
44016
|
-
}, "create");
|
|
44017
|
-
return _objectCreate;
|
|
44018
|
-
}
|
|
44019
|
-
__name(require_objectCreate, "require_objectCreate");
|
|
43930
|
+
var anObject$3 = _anObject;
|
|
43931
|
+
var dPs = _objectDps;
|
|
43932
|
+
var enumBugKeys = _enumBugKeys;
|
|
43933
|
+
var IE_PROTO$1 = _sharedKey("IE_PROTO");
|
|
43934
|
+
var Empty = /* @__PURE__ */ __name(function() {
|
|
43935
|
+
}, "Empty");
|
|
43936
|
+
var PROTOTYPE$1 = "prototype";
|
|
43937
|
+
var createDict = /* @__PURE__ */ __name(function() {
|
|
43938
|
+
var iframe = require_domCreate()("iframe");
|
|
43939
|
+
var i2 = enumBugKeys.length;
|
|
43940
|
+
var lt = "<";
|
|
43941
|
+
var gt = ">";
|
|
43942
|
+
var iframeDocument;
|
|
43943
|
+
iframe.style.display = "none";
|
|
43944
|
+
require_html().appendChild(iframe);
|
|
43945
|
+
iframe.src = "javascript:";
|
|
43946
|
+
iframeDocument = iframe.contentWindow.document;
|
|
43947
|
+
iframeDocument.open();
|
|
43948
|
+
iframeDocument.write(lt + "script" + gt + "document.F=Object" + lt + "/script" + gt);
|
|
43949
|
+
iframeDocument.close();
|
|
43950
|
+
createDict = iframeDocument.F;
|
|
43951
|
+
while (i2--)
|
|
43952
|
+
delete createDict[PROTOTYPE$1][enumBugKeys[i2]];
|
|
43953
|
+
return createDict();
|
|
43954
|
+
}, "createDict");
|
|
43955
|
+
var _objectCreate = Object.create || /* @__PURE__ */ __name(function create2(O2, Properties2) {
|
|
43956
|
+
var result;
|
|
43957
|
+
if (O2 !== null) {
|
|
43958
|
+
Empty[PROTOTYPE$1] = anObject$3(O2);
|
|
43959
|
+
result = new Empty();
|
|
43960
|
+
Empty[PROTOTYPE$1] = null;
|
|
43961
|
+
result[IE_PROTO$1] = O2;
|
|
43962
|
+
} else
|
|
43963
|
+
result = createDict();
|
|
43964
|
+
return Properties2 === void 0 ? result : dPs(result, Properties2);
|
|
43965
|
+
}, "create");
|
|
44020
43966
|
var _wks = { exports: {} };
|
|
44021
43967
|
var store$2 = _sharedExports("wks");
|
|
44022
43968
|
var uid$1 = _uid;
|
|
@@ -44027,14 +43973,14 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44027
43973
|
};
|
|
44028
43974
|
$exports.store = store$2;
|
|
44029
43975
|
var _wksExports = _wks.exports;
|
|
44030
|
-
var def =
|
|
43976
|
+
var def = _objectDp.f;
|
|
44031
43977
|
var has$b = _has;
|
|
44032
43978
|
var TAG$1 = _wksExports("toStringTag");
|
|
44033
43979
|
var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
|
|
44034
43980
|
if (it && !has$b(it = stat ? it : it.prototype, TAG$1))
|
|
44035
43981
|
def(it, TAG$1, { configurable: true, value: tag });
|
|
44036
43982
|
}, "_setToStringTag");
|
|
44037
|
-
var create$4 =
|
|
43983
|
+
var create$4 = _objectCreate;
|
|
44038
43984
|
var descriptor = _propertyDesc;
|
|
44039
43985
|
var setToStringTag$2 = _setToStringTag;
|
|
44040
43986
|
var IteratorPrototype = {};
|
|
@@ -44300,7 +44246,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44300
44246
|
var _isArrayIter = /* @__PURE__ */ __name(function(it) {
|
|
44301
44247
|
return it !== void 0 && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
|
|
44302
44248
|
}, "_isArrayIter");
|
|
44303
|
-
var $defineProperty$1 =
|
|
44249
|
+
var $defineProperty$1 = _objectDp;
|
|
44304
44250
|
var createDesc$2 = _propertyDesc;
|
|
44305
44251
|
var _createProperty = /* @__PURE__ */ __name(function(object2, index2, value) {
|
|
44306
44252
|
if (index2 in object2)
|
|
@@ -44429,7 +44375,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44429
44375
|
}
|
|
44430
44376
|
}, "_default$8");
|
|
44431
44377
|
var $export$3 = _export;
|
|
44432
|
-
$export$3($export$3.S + $export$3.F * !
|
|
44378
|
+
$export$3($export$3.S + $export$3.F * !_descriptors, "Object", { defineProperty: _objectDp.f });
|
|
44433
44379
|
var $Object$1 = _coreExports.Object;
|
|
44434
44380
|
var defineProperty$6 = /* @__PURE__ */ __name(function defineProperty2(it, key2, desc) {
|
|
44435
44381
|
return $Object$1.defineProperty(it, key2, desc);
|
|
@@ -44470,7 +44416,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44470
44416
|
var META$1 = _uid("meta");
|
|
44471
44417
|
var isObject$5 = _isObject;
|
|
44472
44418
|
var has$9 = _has;
|
|
44473
|
-
var setDesc =
|
|
44419
|
+
var setDesc = _objectDp.f;
|
|
44474
44420
|
var id$1 = 0;
|
|
44475
44421
|
var isExtensible = Object.isExtensible || function() {
|
|
44476
44422
|
return true;
|
|
@@ -44523,7 +44469,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44523
44469
|
var _metaExports = _meta.exports;
|
|
44524
44470
|
var core = _coreExports;
|
|
44525
44471
|
var wksExt$1 = _wksExt;
|
|
44526
|
-
var defineProperty$4 =
|
|
44472
|
+
var defineProperty$4 = _objectDp.f;
|
|
44527
44473
|
var _wksDefine = /* @__PURE__ */ __name(function(name2) {
|
|
44528
44474
|
var $Symbol2 = core.Symbol || (core.Symbol = {});
|
|
44529
44475
|
if (name2.charAt(0) != "_" && !(name2 in $Symbol2))
|
|
@@ -44552,21 +44498,13 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44552
44498
|
}, "isArray");
|
|
44553
44499
|
var _objectGopnExt = {};
|
|
44554
44500
|
var _objectGopn = {};
|
|
44555
|
-
var
|
|
44556
|
-
|
|
44557
|
-
|
|
44558
|
-
|
|
44559
|
-
|
|
44560
|
-
var $keys2 = _objectKeysInternal;
|
|
44561
|
-
var hiddenKeys = _enumBugKeys.concat("length", "prototype");
|
|
44562
|
-
_objectGopn.f = Object.getOwnPropertyNames || /* @__PURE__ */ __name(function getOwnPropertyNames2(O2) {
|
|
44563
|
-
return $keys2(O2, hiddenKeys);
|
|
44564
|
-
}, "getOwnPropertyNames");
|
|
44565
|
-
return _objectGopn;
|
|
44566
|
-
}
|
|
44567
|
-
__name(require_objectGopn, "require_objectGopn");
|
|
44501
|
+
var $keys$2 = _objectKeysInternal;
|
|
44502
|
+
var hiddenKeys = _enumBugKeys.concat("length", "prototype");
|
|
44503
|
+
_objectGopn.f = Object.getOwnPropertyNames || /* @__PURE__ */ __name(function getOwnPropertyNames2(O2) {
|
|
44504
|
+
return $keys$2(O2, hiddenKeys);
|
|
44505
|
+
}, "getOwnPropertyNames");
|
|
44568
44506
|
var toIObject$2 = _toIobject;
|
|
44569
|
-
var gOPN$1 =
|
|
44507
|
+
var gOPN$1 = _objectGopn.f;
|
|
44570
44508
|
var toString$3 = {}.toString;
|
|
44571
44509
|
var windowNames = typeof window == "object" && window && Object.getOwnPropertyNames ? Object.getOwnPropertyNames(window) : [];
|
|
44572
44510
|
var getWindowNames = /* @__PURE__ */ __name(function(it) {
|
|
@@ -44585,9 +44523,9 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44585
44523
|
var toIObject$1 = _toIobject;
|
|
44586
44524
|
var toPrimitive$1 = _toPrimitive$1;
|
|
44587
44525
|
var has$8 = _has;
|
|
44588
|
-
var IE8_DOM_DEFINE =
|
|
44526
|
+
var IE8_DOM_DEFINE = _ie8DomDefine;
|
|
44589
44527
|
var gOPD$2 = Object.getOwnPropertyDescriptor;
|
|
44590
|
-
_objectGopd.f =
|
|
44528
|
+
_objectGopd.f = _descriptors ? gOPD$2 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor2(O2, P2) {
|
|
44591
44529
|
O2 = toIObject$1(O2);
|
|
44592
44530
|
P2 = toPrimitive$1(P2, true);
|
|
44593
44531
|
if (IE8_DOM_DEFINE)
|
|
@@ -44600,7 +44538,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44600
44538
|
}, "getOwnPropertyDescriptor");
|
|
44601
44539
|
var global$1 = _globalExports;
|
|
44602
44540
|
var has$7 = _has;
|
|
44603
|
-
var DESCRIPTORS =
|
|
44541
|
+
var DESCRIPTORS = _descriptors;
|
|
44604
44542
|
var $export$2 = _export;
|
|
44605
44543
|
var redefine = _redefine;
|
|
44606
44544
|
var META = _metaExports.KEY;
|
|
@@ -44619,11 +44557,11 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44619
44557
|
var toIObject = _toIobject;
|
|
44620
44558
|
var toPrimitive = _toPrimitive$1;
|
|
44621
44559
|
var createDesc = _propertyDesc;
|
|
44622
|
-
var _create$1 =
|
|
44560
|
+
var _create$1 = _objectCreate;
|
|
44623
44561
|
var gOPNExt = _objectGopnExt;
|
|
44624
44562
|
var $GOPD = _objectGopd;
|
|
44625
44563
|
var $GOPS = _objectGops;
|
|
44626
|
-
var $DP =
|
|
44564
|
+
var $DP = _objectDp;
|
|
44627
44565
|
var $keys$1 = _objectKeys;
|
|
44628
44566
|
var gOPD$1 = $GOPD.f;
|
|
44629
44567
|
var dP = $DP.f;
|
|
@@ -44759,7 +44697,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44759
44697
|
}, "toString"));
|
|
44760
44698
|
$GOPD.f = $getOwnPropertyDescriptor;
|
|
44761
44699
|
$DP.f = $defineProperty;
|
|
44762
|
-
|
|
44700
|
+
_objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
|
|
44763
44701
|
require_objectPie().f = $propertyIsEnumerable;
|
|
44764
44702
|
$GOPS.f = $getOwnPropertySymbols;
|
|
44765
44703
|
if (DESCRIPTORS && !_library) {
|
|
@@ -44926,7 +44864,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44926
44864
|
var setPrototypeOf$1 = _coreExports.Object.setPrototypeOf;
|
|
44927
44865
|
var setPrototypeOf = { "default": setPrototypeOf$1, __esModule: true };
|
|
44928
44866
|
var $export = _export;
|
|
44929
|
-
$export($export.S, "Object", { create:
|
|
44867
|
+
$export($export.S, "Object", { create: _objectCreate });
|
|
44930
44868
|
var $Object = _coreExports.Object;
|
|
44931
44869
|
var create$3 = /* @__PURE__ */ __name(function create2(P2, D2) {
|
|
44932
44870
|
return $Object.create(P2, D2);
|
|
@@ -62120,19 +62058,19 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
62120
62058
|
}
|
|
62121
62059
|
__name(getActiveItem, "getActiveItem");
|
|
62122
62060
|
/*! *****************************************************************************
|
|
62123
|
-
|
|
62061
|
+
Copyright (c) Microsoft Corporation.
|
|
62124
62062
|
|
|
62125
|
-
|
|
62126
|
-
|
|
62063
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
62064
|
+
purpose with or without fee is hereby granted.
|
|
62127
62065
|
|
|
62128
|
-
|
|
62129
|
-
|
|
62130
|
-
|
|
62131
|
-
|
|
62132
|
-
|
|
62133
|
-
|
|
62134
|
-
|
|
62135
|
-
|
|
62066
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
62067
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
62068
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
62069
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
62070
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
62071
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
62072
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
62073
|
+
***************************************************************************** */
|
|
62136
62074
|
var extendStatics$3 = /* @__PURE__ */ __name(function(d2, b3) {
|
|
62137
62075
|
extendStatics$3 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d3, b5) {
|
|
62138
62076
|
d3.__proto__ = b5;
|
|
@@ -68152,19 +68090,19 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
68152
68090
|
min: DEFAULT_MIN_MILLISECOND
|
|
68153
68091
|
}, _a$1);
|
|
68154
68092
|
/*! *****************************************************************************
|
|
68155
|
-
|
|
68093
|
+
Copyright (c) Microsoft Corporation.
|
|
68156
68094
|
|
|
68157
|
-
|
|
68158
|
-
|
|
68095
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
68096
|
+
purpose with or without fee is hereby granted.
|
|
68159
68097
|
|
|
68160
|
-
|
|
68161
|
-
|
|
68162
|
-
|
|
68163
|
-
|
|
68164
|
-
|
|
68165
|
-
|
|
68166
|
-
|
|
68167
|
-
|
|
68098
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
68099
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
68100
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
68101
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
68102
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
68103
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
68104
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
68105
|
+
***************************************************************************** */
|
|
68168
68106
|
var extendStatics$2 = /* @__PURE__ */ __name(function(d2, b3) {
|
|
68169
68107
|
extendStatics$2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d3, b5) {
|
|
68170
68108
|
d3.__proto__ = b5;
|
|
@@ -90801,15 +90739,15 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
90801
90739
|
var jszip_min = { exports: {} };
|
|
90802
90740
|
/*!
|
|
90803
90741
|
|
|
90804
|
-
|
|
90805
|
-
|
|
90742
|
+
JSZip v3.10.1 - A JavaScript class for generating and reading zip files
|
|
90743
|
+
<http://stuartk.com/jszip>
|
|
90806
90744
|
|
|
90807
|
-
|
|
90808
|
-
|
|
90745
|
+
(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
|
|
90746
|
+
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
|
|
90809
90747
|
|
|
90810
|
-
|
|
90811
|
-
|
|
90812
|
-
|
|
90748
|
+
JSZip uses the library pako released under the MIT license :
|
|
90749
|
+
https://github.com/nodeca/pako/blob/main/LICENSE
|
|
90750
|
+
*/
|
|
90813
90751
|
(function(module2, exports3) {
|
|
90814
90752
|
!function(e2) {
|
|
90815
90753
|
module2.exports = e2();
|
|
@@ -104060,19 +103998,19 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
104060
103998
|
}(reactExports.PureComponent)
|
|
104061
103999
|
);
|
|
104062
104000
|
/*! *****************************************************************************
|
|
104063
|
-
|
|
104064
|
-
|
|
104065
|
-
|
|
104066
|
-
|
|
104001
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
104002
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
104003
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
104004
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
104067
104005
|
|
|
104068
|
-
|
|
104069
|
-
|
|
104070
|
-
|
|
104071
|
-
|
|
104006
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
104007
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
104008
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
104009
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
104072
104010
|
|
|
104073
|
-
|
|
104074
|
-
|
|
104075
|
-
|
|
104011
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
104012
|
+
and limitations under the License.
|
|
104013
|
+
***************************************************************************** */
|
|
104076
104014
|
var extendStatics$1 = /* @__PURE__ */ __name(function(d2, b3) {
|
|
104077
104015
|
extendStatics$1 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d3, b5) {
|
|
104078
104016
|
d3.__proto__ = b5;
|
|
@@ -151035,7 +150973,7 @@ double click --> edit`}`;
|
|
|
151035
150973
|
annotation.labelClassName
|
|
151036
150974
|
),
|
|
151037
150975
|
style: {
|
|
151038
|
-
fontSize: ".
|
|
150976
|
+
// fontSize: ".8em",
|
|
151039
150977
|
fill: _textColor
|
|
151040
150978
|
},
|
|
151041
150979
|
transform: `translate(${textOffset},${height2 - 2})`
|
|
@@ -154099,7 +154037,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
154099
154037
|
}
|
|
154100
154038
|
__name(showFileDialog, "showFileDialog");
|
|
154101
154039
|
const name = "@teselagen/ove";
|
|
154102
|
-
const version = "0.
|
|
154040
|
+
const version = "0.4.0";
|
|
154103
154041
|
const main = "./src/index.js";
|
|
154104
154042
|
const exports$1 = {
|
|
154105
154043
|
".": {
|
|
@@ -178385,19 +178323,19 @@ ${seqDataToCopy}\r
|
|
|
178385
178323
|
* Released under MIT License
|
|
178386
178324
|
*/
|
|
178387
178325
|
/*! *****************************************************************************
|
|
178388
|
-
|
|
178326
|
+
Copyright (c) Microsoft Corporation.
|
|
178389
178327
|
|
|
178390
|
-
|
|
178391
|
-
|
|
178328
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
178329
|
+
purpose with or without fee is hereby granted.
|
|
178392
178330
|
|
|
178393
|
-
|
|
178394
|
-
|
|
178395
|
-
|
|
178396
|
-
|
|
178397
|
-
|
|
178398
|
-
|
|
178399
|
-
|
|
178400
|
-
|
|
178331
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
178332
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
178333
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
178334
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
178335
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
178336
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
178337
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
178338
|
+
***************************************************************************** */
|
|
178401
178339
|
var extendStatics = /* @__PURE__ */ __name(function(d2, b3) {
|
|
178402
178340
|
extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d3, b5) {
|
|
178403
178341
|
d3.__proto__ = b5;
|