@teselagen/ove 0.5.12 → 0.5.13
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/AlignmentTool/index.d.ts +4 -6
- package/index.cjs.js +183 -219
- package/index.es.js +183 -219
- package/index.umd.js +284 -268
- package/package.json +2 -2
- package/src/AlignmentTool/index.js +7 -11
package/index.umd.js
CHANGED
|
@@ -59,7 +59,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
59
59
|
});
|
|
60
60
|
};
|
|
61
61
|
|
|
62
|
-
var
|
|
62
|
+
var _s, _t, _u, _v, _w, _x, _A, _D, _K;
|
|
63
63
|
function _mergeNamespaces(n2, m2) {
|
|
64
64
|
for (var i2 = 0; i2 < m2.length; i2++) {
|
|
65
65
|
const e2 = m2[i2];
|
|
@@ -10047,7 +10047,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
10047
10047
|
}, _typeof$7(o2);
|
|
10048
10048
|
}
|
|
10049
10049
|
__name(_typeof$7, "_typeof$7");
|
|
10050
|
-
function toPrimitive$
|
|
10050
|
+
function toPrimitive$3(t2, r2) {
|
|
10051
10051
|
if ("object" != _typeof$7(t2) || !t2)
|
|
10052
10052
|
return t2;
|
|
10053
10053
|
var e2 = t2[Symbol.toPrimitive];
|
|
@@ -10059,9 +10059,9 @@ var __async = (__this, __arguments, generator) => {
|
|
|
10059
10059
|
}
|
|
10060
10060
|
return ("string" === r2 ? String : Number)(t2);
|
|
10061
10061
|
}
|
|
10062
|
-
__name(toPrimitive$
|
|
10062
|
+
__name(toPrimitive$3, "toPrimitive$3");
|
|
10063
10063
|
function toPropertyKey(t2) {
|
|
10064
|
-
var i2 = toPrimitive$
|
|
10064
|
+
var i2 = toPrimitive$3(t2, "string");
|
|
10065
10065
|
return "symbol" == _typeof$7(i2) ? i2 : String(i2);
|
|
10066
10066
|
}
|
|
10067
10067
|
__name(toPropertyKey, "toPropertyKey");
|
|
@@ -25997,10 +25997,10 @@ var __async = (__this, __arguments, generator) => {
|
|
|
25997
25997
|
/* istanbul ignore next */
|
|
25998
25998
|
Object.getOwnPropertyNames
|
|
25999
25999
|
);
|
|
26000
|
-
function toPrimitive$
|
|
26000
|
+
function toPrimitive$2(value) {
|
|
26001
26001
|
return value === null ? null : typeof value === "object" ? "" + value : value;
|
|
26002
26002
|
}
|
|
26003
|
-
__name(toPrimitive$
|
|
26003
|
+
__name(toPrimitive$2, "toPrimitive$2");
|
|
26004
26004
|
function hasProp(target, prop2) {
|
|
26005
26005
|
return objectPrototype$2.hasOwnProperty.call(target, prop2);
|
|
26006
26006
|
}
|
|
@@ -27019,7 +27019,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
27019
27019
|
return this.name_ + "[" + this.value_ + "]";
|
|
27020
27020
|
}, "toString2");
|
|
27021
27021
|
_proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
|
|
27022
|
-
return toPrimitive$
|
|
27022
|
+
return toPrimitive$2(this.get());
|
|
27023
27023
|
}, "valueOf");
|
|
27024
27024
|
_proto[_Symbol$toPrimitive] = function() {
|
|
27025
27025
|
return this.valueOf();
|
|
@@ -27204,7 +27204,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
27204
27204
|
return this.name_ + "[" + this.derivation.toString() + "]";
|
|
27205
27205
|
}, "toString2");
|
|
27206
27206
|
_proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
|
|
27207
|
-
return toPrimitive$
|
|
27207
|
+
return toPrimitive$2(this.get());
|
|
27208
27208
|
}, "valueOf");
|
|
27209
27209
|
_proto[_Symbol$toPrimitive$1] = function() {
|
|
27210
27210
|
return this.valueOf();
|
|
@@ -40904,11 +40904,20 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
40904
40904
|
return true;
|
|
40905
40905
|
}
|
|
40906
40906
|
}, "_fails");
|
|
40907
|
-
var _descriptors
|
|
40908
|
-
|
|
40909
|
-
|
|
40910
|
-
|
|
40911
|
-
|
|
40907
|
+
var _descriptors;
|
|
40908
|
+
var hasRequired_descriptors;
|
|
40909
|
+
function require_descriptors() {
|
|
40910
|
+
if (hasRequired_descriptors)
|
|
40911
|
+
return _descriptors;
|
|
40912
|
+
hasRequired_descriptors = 1;
|
|
40913
|
+
_descriptors = !_fails(function() {
|
|
40914
|
+
return Object.defineProperty({}, "a", { get: function() {
|
|
40915
|
+
return 7;
|
|
40916
|
+
} }).a != 7;
|
|
40917
|
+
});
|
|
40918
|
+
return _descriptors;
|
|
40919
|
+
}
|
|
40920
|
+
__name(require_descriptors, "require_descriptors");
|
|
40912
40921
|
var _domCreate;
|
|
40913
40922
|
var hasRequired_domCreate;
|
|
40914
40923
|
function require_domCreate() {
|
|
@@ -40924,11 +40933,20 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
40924
40933
|
return _domCreate;
|
|
40925
40934
|
}
|
|
40926
40935
|
__name(require_domCreate, "require_domCreate");
|
|
40927
|
-
var _ie8DomDefine
|
|
40928
|
-
|
|
40929
|
-
|
|
40930
|
-
|
|
40931
|
-
|
|
40936
|
+
var _ie8DomDefine;
|
|
40937
|
+
var hasRequired_ie8DomDefine;
|
|
40938
|
+
function require_ie8DomDefine() {
|
|
40939
|
+
if (hasRequired_ie8DomDefine)
|
|
40940
|
+
return _ie8DomDefine;
|
|
40941
|
+
hasRequired_ie8DomDefine = 1;
|
|
40942
|
+
_ie8DomDefine = !require_descriptors() && !_fails(function() {
|
|
40943
|
+
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
|
40944
|
+
return 7;
|
|
40945
|
+
} }).a != 7;
|
|
40946
|
+
});
|
|
40947
|
+
return _ie8DomDefine;
|
|
40948
|
+
}
|
|
40949
|
+
__name(require_ie8DomDefine, "require_ie8DomDefine");
|
|
40932
40950
|
var isObject$5 = _isObject;
|
|
40933
40951
|
var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) {
|
|
40934
40952
|
if (!isObject$5(it))
|
|
@@ -40942,25 +40960,33 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
40942
40960
|
return val2;
|
|
40943
40961
|
throw TypeError("Can't convert object to primitive value");
|
|
40944
40962
|
}, "_toPrimitive$1");
|
|
40945
|
-
var
|
|
40946
|
-
|
|
40947
|
-
|
|
40948
|
-
|
|
40949
|
-
|
|
40950
|
-
|
|
40951
|
-
|
|
40952
|
-
|
|
40953
|
-
|
|
40954
|
-
|
|
40955
|
-
|
|
40956
|
-
|
|
40957
|
-
|
|
40958
|
-
|
|
40959
|
-
|
|
40960
|
-
|
|
40961
|
-
|
|
40962
|
-
|
|
40963
|
-
|
|
40963
|
+
var hasRequired_objectDp;
|
|
40964
|
+
function require_objectDp() {
|
|
40965
|
+
if (hasRequired_objectDp)
|
|
40966
|
+
return _objectDp;
|
|
40967
|
+
hasRequired_objectDp = 1;
|
|
40968
|
+
var anObject2 = _anObject;
|
|
40969
|
+
var IE8_DOM_DEFINE2 = require_ie8DomDefine();
|
|
40970
|
+
var toPrimitive2 = _toPrimitive$1;
|
|
40971
|
+
var dP2 = Object.defineProperty;
|
|
40972
|
+
_objectDp.f = require_descriptors() ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
|
|
40973
|
+
anObject2(O2);
|
|
40974
|
+
P2 = toPrimitive2(P2, true);
|
|
40975
|
+
anObject2(Attributes);
|
|
40976
|
+
if (IE8_DOM_DEFINE2)
|
|
40977
|
+
try {
|
|
40978
|
+
return dP2(O2, P2, Attributes);
|
|
40979
|
+
} catch (e2) {
|
|
40980
|
+
}
|
|
40981
|
+
if ("get" in Attributes || "set" in Attributes)
|
|
40982
|
+
throw TypeError("Accessors not supported!");
|
|
40983
|
+
if ("value" in Attributes)
|
|
40984
|
+
O2[P2] = Attributes.value;
|
|
40985
|
+
return O2;
|
|
40986
|
+
}, "defineProperty");
|
|
40987
|
+
return _objectDp;
|
|
40988
|
+
}
|
|
40989
|
+
__name(require_objectDp, "require_objectDp");
|
|
40964
40990
|
var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
|
|
40965
40991
|
return {
|
|
40966
40992
|
enumerable: !(bitmap & 1),
|
|
@@ -40969,9 +40995,9 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
40969
40995
|
value
|
|
40970
40996
|
};
|
|
40971
40997
|
}, "_propertyDesc");
|
|
40972
|
-
var dP$2 =
|
|
40998
|
+
var dP$2 = require_objectDp();
|
|
40973
40999
|
var createDesc$3 = _propertyDesc;
|
|
40974
|
-
var _hide =
|
|
41000
|
+
var _hide = require_descriptors() ? function(object2, key2, value) {
|
|
40975
41001
|
return dP$2.f(object2, key2, createDesc$3(1, value));
|
|
40976
41002
|
} : function(object2, key2, value) {
|
|
40977
41003
|
object2[key2] = value;
|
|
@@ -41043,16 +41069,25 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
41043
41069
|
var _cof = /* @__PURE__ */ __name(function(it) {
|
|
41044
41070
|
return toString$3.call(it).slice(8, -1);
|
|
41045
41071
|
}, "_cof");
|
|
41046
|
-
var
|
|
41047
|
-
var
|
|
41048
|
-
|
|
41049
|
-
|
|
41072
|
+
var _iobject;
|
|
41073
|
+
var hasRequired_iobject;
|
|
41074
|
+
function require_iobject() {
|
|
41075
|
+
if (hasRequired_iobject)
|
|
41076
|
+
return _iobject;
|
|
41077
|
+
hasRequired_iobject = 1;
|
|
41078
|
+
var cof2 = _cof;
|
|
41079
|
+
_iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
|
|
41080
|
+
return cof2(it) == "String" ? it.split("") : Object(it);
|
|
41081
|
+
};
|
|
41082
|
+
return _iobject;
|
|
41083
|
+
}
|
|
41084
|
+
__name(require_iobject, "require_iobject");
|
|
41050
41085
|
var _defined = /* @__PURE__ */ __name(function(it) {
|
|
41051
41086
|
if (it == void 0)
|
|
41052
41087
|
throw TypeError("Can't call method on " + it);
|
|
41053
41088
|
return it;
|
|
41054
41089
|
}, "_defined");
|
|
41055
|
-
var IObject =
|
|
41090
|
+
var IObject = require_iobject();
|
|
41056
41091
|
var defined$2 = _defined;
|
|
41057
41092
|
var _toIobject = /* @__PURE__ */ __name(function(it) {
|
|
41058
41093
|
return IObject(defined$2(it));
|
|
@@ -41149,7 +41184,15 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
41149
41184
|
var _objectGops = {};
|
|
41150
41185
|
_objectGops.f = Object.getOwnPropertySymbols;
|
|
41151
41186
|
var _objectPie = {};
|
|
41152
|
-
|
|
41187
|
+
var hasRequired_objectPie;
|
|
41188
|
+
function require_objectPie() {
|
|
41189
|
+
if (hasRequired_objectPie)
|
|
41190
|
+
return _objectPie;
|
|
41191
|
+
hasRequired_objectPie = 1;
|
|
41192
|
+
_objectPie.f = {}.propertyIsEnumerable;
|
|
41193
|
+
return _objectPie;
|
|
41194
|
+
}
|
|
41195
|
+
__name(require_objectPie, "require_objectPie");
|
|
41153
41196
|
var defined$1 = _defined;
|
|
41154
41197
|
var _toObject = /* @__PURE__ */ __name(function(it) {
|
|
41155
41198
|
return Object(defined$1(it));
|
|
@@ -41160,12 +41203,12 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
41160
41203
|
if (hasRequired_objectAssign)
|
|
41161
41204
|
return _objectAssign;
|
|
41162
41205
|
hasRequired_objectAssign = 1;
|
|
41163
|
-
var DESCRIPTORS2 =
|
|
41206
|
+
var DESCRIPTORS2 = require_descriptors();
|
|
41164
41207
|
var getKeys2 = _objectKeys;
|
|
41165
41208
|
var gOPS2 = _objectGops;
|
|
41166
|
-
var pIE2 =
|
|
41209
|
+
var pIE2 = require_objectPie();
|
|
41167
41210
|
var toObject2 = _toObject;
|
|
41168
|
-
var IObject2 =
|
|
41211
|
+
var IObject2 = require_iobject();
|
|
41169
41212
|
var $assign = Object.assign;
|
|
41170
41213
|
_objectAssign = !$assign || _fails(function() {
|
|
41171
41214
|
var A2 = {};
|
|
@@ -41226,10 +41269,10 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
41226
41269
|
}, "_iterStep");
|
|
41227
41270
|
var _iterators = {};
|
|
41228
41271
|
var _redefine = _hide;
|
|
41229
|
-
var dP$1 =
|
|
41272
|
+
var dP$1 = require_objectDp();
|
|
41230
41273
|
var anObject$4 = _anObject;
|
|
41231
41274
|
var getKeys$1 = _objectKeys;
|
|
41232
|
-
var _objectDps =
|
|
41275
|
+
var _objectDps = require_descriptors() ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties2(O2, Properties2) {
|
|
41233
41276
|
anObject$4(O2);
|
|
41234
41277
|
var keys2 = getKeys$1(Properties2);
|
|
41235
41278
|
var length = keys2.length;
|
|
@@ -41296,7 +41339,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
41296
41339
|
};
|
|
41297
41340
|
$exports.store = store$2;
|
|
41298
41341
|
var _wksExports = _wks.exports;
|
|
41299
|
-
var def =
|
|
41342
|
+
var def = require_objectDp().f;
|
|
41300
41343
|
var has$b = _has;
|
|
41301
41344
|
var TAG$1 = _wksExports("toStringTag");
|
|
41302
41345
|
var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
|
|
@@ -41569,7 +41612,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
41569
41612
|
var _isArrayIter = /* @__PURE__ */ __name(function(it) {
|
|
41570
41613
|
return it !== void 0 && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
|
|
41571
41614
|
}, "_isArrayIter");
|
|
41572
|
-
var $defineProperty$1 =
|
|
41615
|
+
var $defineProperty$1 = require_objectDp();
|
|
41573
41616
|
var createDesc$2 = _propertyDesc;
|
|
41574
41617
|
var _createProperty = /* @__PURE__ */ __name(function(object2, index2, value) {
|
|
41575
41618
|
if (index2 in object2)
|
|
@@ -41698,7 +41741,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
41698
41741
|
}
|
|
41699
41742
|
}, "_default$8");
|
|
41700
41743
|
var $export$3 = _export;
|
|
41701
|
-
$export$3($export$3.S + $export$3.F * !
|
|
41744
|
+
$export$3($export$3.S + $export$3.F * !require_descriptors(), "Object", { defineProperty: require_objectDp().f });
|
|
41702
41745
|
var $Object$1 = _coreExports.Object;
|
|
41703
41746
|
var defineProperty$4 = /* @__PURE__ */ __name(function defineProperty2(it, key2, desc) {
|
|
41704
41747
|
return $Object$1.defineProperty(it, key2, desc);
|
|
@@ -41739,7 +41782,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
41739
41782
|
var META$1 = _uid("meta");
|
|
41740
41783
|
var isObject$4 = _isObject;
|
|
41741
41784
|
var has$9 = _has;
|
|
41742
|
-
var setDesc =
|
|
41785
|
+
var setDesc = require_objectDp().f;
|
|
41743
41786
|
var id$1 = 0;
|
|
41744
41787
|
var isExtensible = Object.isExtensible || function() {
|
|
41745
41788
|
return true;
|
|
@@ -41792,7 +41835,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
41792
41835
|
var _metaExports = _meta.exports;
|
|
41793
41836
|
var core = _coreExports;
|
|
41794
41837
|
var wksExt$1 = _wksExt;
|
|
41795
|
-
var defineProperty$2 =
|
|
41838
|
+
var defineProperty$2 = require_objectDp().f;
|
|
41796
41839
|
var _wksDefine = /* @__PURE__ */ __name(function(name2) {
|
|
41797
41840
|
var $Symbol2 = core.Symbol || (core.Symbol = {});
|
|
41798
41841
|
if (name2.charAt(0) != "_" && !(name2 in $Symbol2))
|
|
@@ -41800,7 +41843,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
41800
41843
|
}, "_wksDefine");
|
|
41801
41844
|
var getKeys = _objectKeys;
|
|
41802
41845
|
var gOPS$1 = _objectGops;
|
|
41803
|
-
var pIE$1 =
|
|
41846
|
+
var pIE$1 = require_objectPie();
|
|
41804
41847
|
var _enumKeys = /* @__PURE__ */ __name(function(it) {
|
|
41805
41848
|
var result = getKeys(it);
|
|
41806
41849
|
var getSymbols2 = gOPS$1.f;
|
|
@@ -41841,14 +41884,14 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
41841
41884
|
return windowNames && toString$2.call(it) == "[object Window]" ? getWindowNames(it) : gOPN$1(toIObject$2(it));
|
|
41842
41885
|
}, "getOwnPropertyNames");
|
|
41843
41886
|
var _objectGopd = {};
|
|
41844
|
-
var pIE =
|
|
41887
|
+
var pIE = require_objectPie();
|
|
41845
41888
|
var createDesc$1 = _propertyDesc;
|
|
41846
41889
|
var toIObject$1 = _toIobject;
|
|
41847
41890
|
var toPrimitive$1 = _toPrimitive$1;
|
|
41848
41891
|
var has$8 = _has;
|
|
41849
|
-
var IE8_DOM_DEFINE =
|
|
41892
|
+
var IE8_DOM_DEFINE = require_ie8DomDefine();
|
|
41850
41893
|
var gOPD$2 = Object.getOwnPropertyDescriptor;
|
|
41851
|
-
_objectGopd.f =
|
|
41894
|
+
_objectGopd.f = require_descriptors() ? gOPD$2 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor2(O2, P2) {
|
|
41852
41895
|
O2 = toIObject$1(O2);
|
|
41853
41896
|
P2 = toPrimitive$1(P2, true);
|
|
41854
41897
|
if (IE8_DOM_DEFINE)
|
|
@@ -41861,7 +41904,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
41861
41904
|
}, "getOwnPropertyDescriptor");
|
|
41862
41905
|
var global$1 = _globalExports;
|
|
41863
41906
|
var has$7 = _has;
|
|
41864
|
-
var DESCRIPTORS =
|
|
41907
|
+
var DESCRIPTORS = require_descriptors();
|
|
41865
41908
|
var $export$2 = _export;
|
|
41866
41909
|
var redefine = _redefine;
|
|
41867
41910
|
var META = _metaExports.KEY;
|
|
@@ -41884,7 +41927,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
41884
41927
|
var gOPNExt = _objectGopnExt;
|
|
41885
41928
|
var $GOPD = _objectGopd;
|
|
41886
41929
|
var $GOPS = _objectGops;
|
|
41887
|
-
var $DP =
|
|
41930
|
+
var $DP = require_objectDp();
|
|
41888
41931
|
var $keys$1 = _objectKeys;
|
|
41889
41932
|
var gOPD$1 = $GOPD.f;
|
|
41890
41933
|
var dP = $DP.f;
|
|
@@ -42021,7 +42064,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
42021
42064
|
$GOPD.f = $getOwnPropertyDescriptor;
|
|
42022
42065
|
$DP.f = $defineProperty;
|
|
42023
42066
|
_objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
|
|
42024
|
-
|
|
42067
|
+
require_objectPie().f = $propertyIsEnumerable;
|
|
42025
42068
|
$GOPS.f = $getOwnPropertySymbols;
|
|
42026
42069
|
if (DESCRIPTORS && !_library) {
|
|
42027
42070
|
redefine(ObjectProto, "propertyIsEnumerable", $propertyIsEnumerable);
|
|
@@ -62654,84 +62697,80 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
62654
62697
|
down: "↓"
|
|
62655
62698
|
};
|
|
62656
62699
|
symbols.mod = symbols[isMac ? "meta" : "ctrl"];
|
|
62657
|
-
const
|
|
62658
|
-
|
|
62659
|
-
|
|
62660
|
-
|
|
62661
|
-
|
|
62662
|
-
|
|
62663
|
-
|
|
62664
|
-
|
|
62665
|
-
|
|
62666
|
-
|
|
62667
|
-
|
|
62668
|
-
|
|
62669
|
-
|
|
62670
|
-
|
|
62671
|
-
|
|
62672
|
-
|
|
62673
|
-
|
|
62674
|
-
|
|
62675
|
-
|
|
62676
|
-
|
|
62677
|
-
|
|
62678
|
-
|
|
62679
|
-
|
|
62680
|
-
|
|
62681
|
-
|
|
62682
|
-
|
|
62683
|
-
|
|
62684
|
-
|
|
62685
|
-
|
|
62686
|
-
|
|
62687
|
-
|
|
62688
|
-
|
|
62689
|
-
|
|
62690
|
-
|
|
62691
|
-
|
|
62692
|
-
|
|
62693
|
-
|
|
62694
|
-
|
|
62695
|
-
|
|
62696
|
-
|
|
62697
|
-
|
|
62698
|
-
|
|
62699
|
-
|
|
62700
|
-
|
|
62701
|
-
|
|
62702
|
-
|
|
62703
|
-
|
|
62704
|
-
|
|
62705
|
-
|
|
62706
|
-
|
|
62707
|
-
|
|
62708
|
-
|
|
62709
|
-
|
|
62710
|
-
|
|
62711
|
-
|
|
62712
|
-
}
|
|
62713
|
-
toReturn = /* @__PURE__ */ React$2.createElement(Tooltip, __spreadProps(__spreadValues({}, toolTipOrPopoverProps), { target: IconInner }));
|
|
62714
|
-
}
|
|
62715
|
-
const El = isInline ? "span" : "div";
|
|
62716
|
-
return /* @__PURE__ */ React$2.createElement(
|
|
62717
|
-
El,
|
|
62718
|
-
{
|
|
62719
|
-
style: __spreadValues(__spreadValues(__spreadValues({}, clickable ? { cursor: "pointer" } : {}), isInline ? {} : { display: "flex" }), style2),
|
|
62720
|
-
className: classNames$1(
|
|
62721
|
-
"info-helper-wrapper",
|
|
62722
|
-
{
|
|
62723
|
-
"info-helper-wrapper-noMarginTop": noMarginTop,
|
|
62724
|
-
"info-helper-clickable": isPopover
|
|
62725
|
-
},
|
|
62726
|
-
className
|
|
62727
|
-
)
|
|
62728
|
-
},
|
|
62729
|
-
toReturn
|
|
62730
|
-
);
|
|
62700
|
+
const InfoHelper = /* @__PURE__ */ __name((_c2) => {
|
|
62701
|
+
var _d2 = _c2, {
|
|
62702
|
+
className,
|
|
62703
|
+
content: content2,
|
|
62704
|
+
children,
|
|
62705
|
+
icon = "info-sign",
|
|
62706
|
+
isPopover,
|
|
62707
|
+
isButton,
|
|
62708
|
+
size,
|
|
62709
|
+
isInline,
|
|
62710
|
+
clickable,
|
|
62711
|
+
color: color2,
|
|
62712
|
+
noMarginTop,
|
|
62713
|
+
popoverProps = {},
|
|
62714
|
+
disabled,
|
|
62715
|
+
displayToSide,
|
|
62716
|
+
style: style2
|
|
62717
|
+
} = _d2, rest = __objRest(_d2, [
|
|
62718
|
+
"className",
|
|
62719
|
+
"content",
|
|
62720
|
+
"children",
|
|
62721
|
+
"icon",
|
|
62722
|
+
"isPopover",
|
|
62723
|
+
"isButton",
|
|
62724
|
+
"size",
|
|
62725
|
+
"isInline",
|
|
62726
|
+
"clickable",
|
|
62727
|
+
"color",
|
|
62728
|
+
"noMarginTop",
|
|
62729
|
+
"popoverProps",
|
|
62730
|
+
"disabled",
|
|
62731
|
+
"displayToSide",
|
|
62732
|
+
"style"
|
|
62733
|
+
]);
|
|
62734
|
+
const IconToUse = isButton ? Button : Icon;
|
|
62735
|
+
const iconProps = {
|
|
62736
|
+
icon,
|
|
62737
|
+
color: color2,
|
|
62738
|
+
disabled
|
|
62739
|
+
};
|
|
62740
|
+
if (!isButton)
|
|
62741
|
+
iconProps.iconSize = size;
|
|
62742
|
+
const IconInner = /* @__PURE__ */ React$2.createElement(IconToUse, __spreadValues(__spreadValues({}, iconProps), rest));
|
|
62743
|
+
let toReturn;
|
|
62744
|
+
const toolTipOrPopoverProps = __spreadValues({
|
|
62745
|
+
disabled: disabled || !isPopover && window.Cypress && !window.Cypress.allowInfoHelperTooltips,
|
|
62746
|
+
popoverClassName: "tg-info-helper-popover bp3-tooltip",
|
|
62747
|
+
content: content2 || children,
|
|
62748
|
+
modifiers: popoverOverflowModifiers
|
|
62749
|
+
}, popoverProps);
|
|
62750
|
+
if (displayToSide) {
|
|
62751
|
+
toReturn = /* @__PURE__ */ React$2.createElement(React$2.Fragment, null, IconInner, /* @__PURE__ */ React$2.createElement("span", { style: { paddingLeft: 5, fontStyle: "italic" } }, content2 || children));
|
|
62752
|
+
} else if (isPopover) {
|
|
62753
|
+
toReturn = /* @__PURE__ */ React$2.createElement(Popover, __spreadProps(__spreadValues({}, toolTipOrPopoverProps), { target: IconInner }));
|
|
62754
|
+
} else {
|
|
62755
|
+
toReturn = /* @__PURE__ */ React$2.createElement(Tooltip, __spreadProps(__spreadValues({}, toolTipOrPopoverProps), { target: IconInner }));
|
|
62731
62756
|
}
|
|
62732
|
-
|
|
62733
|
-
|
|
62734
|
-
|
|
62757
|
+
const El = isInline ? "span" : "div";
|
|
62758
|
+
return /* @__PURE__ */ React$2.createElement(
|
|
62759
|
+
El,
|
|
62760
|
+
{
|
|
62761
|
+
style: __spreadValues(__spreadValues(__spreadValues({}, clickable ? { cursor: "pointer" } : {}), isInline ? {} : { display: "flex" }), style2),
|
|
62762
|
+
className: classNames$1(
|
|
62763
|
+
"info-helper-wrapper",
|
|
62764
|
+
{
|
|
62765
|
+
"info-helper-wrapper-noMarginTop": noMarginTop,
|
|
62766
|
+
"info-helper-clickable": isPopover
|
|
62767
|
+
},
|
|
62768
|
+
className
|
|
62769
|
+
)
|
|
62770
|
+
},
|
|
62771
|
+
toReturn
|
|
62772
|
+
);
|
|
62773
|
+
}, "InfoHelper");
|
|
62735
62774
|
const getIdOrCodeOrIndex = /* @__PURE__ */ __name((record, rowIndex) => {
|
|
62736
62775
|
if (record.id || record.id === 0) {
|
|
62737
62776
|
return record.id;
|
|
@@ -69745,9 +69784,9 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
69745
69784
|
};
|
|
69746
69785
|
};
|
|
69747
69786
|
DateRangeInput2.prototype.componentDidUpdate = function(prevProps, prevState) {
|
|
69748
|
-
var _a2, _b2, _c2, _d2, _f, _g, _h, _j, _k, _l, _m, _o, _p,
|
|
69787
|
+
var _a2, _b2, _c2, _d2, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
69749
69788
|
_super.prototype.componentDidUpdate.call(this, prevProps, prevState);
|
|
69750
|
-
var
|
|
69789
|
+
var _r = this.state, isStartInputFocused = _r.isStartInputFocused, isEndInputFocused = _r.isEndInputFocused, shouldSelectAfterUpdate = _r.shouldSelectAfterUpdate;
|
|
69751
69790
|
if (((_a2 = prevProps.startInputProps) === null || _a2 === void 0 ? void 0 : _a2.inputRef) !== ((_b2 = this.props.startInputProps) === null || _b2 === void 0 ? void 0 : _b2.inputRef)) {
|
|
69752
69791
|
setRef$1((_c2 = prevProps.startInputProps) === null || _c2 === void 0 ? void 0 : _c2.inputRef, null);
|
|
69753
69792
|
this.handleStartInputRef = refHandler(this, "startInputElement", (_d2 = this.props.startInputProps) === null || _d2 === void 0 ? void 0 : _d2.inputRef);
|
|
@@ -69768,7 +69807,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
69768
69807
|
if (isStartInputFocused && shouldSelectAfterUpdate) {
|
|
69769
69808
|
(_p = this.startInputElement) === null || _p === void 0 ? void 0 : _p.select();
|
|
69770
69809
|
} else if (isEndInputFocused && shouldSelectAfterUpdate) {
|
|
69771
|
-
(
|
|
69810
|
+
(_q = this.endInputElement) === null || _q === void 0 ? void 0 : _q.select();
|
|
69772
69811
|
}
|
|
69773
69812
|
var nextState = {};
|
|
69774
69813
|
if (this.props.value !== prevProps.value) {
|
|
@@ -78274,8 +78313,8 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
78274
78313
|
});
|
|
78275
78314
|
return /* @__PURE__ */ React$2.createElement(TgSelect$1, __spreadValues({}, propsToUse));
|
|
78276
78315
|
}, "renderReactSelect");
|
|
78277
|
-
const BPSelect = /* @__PURE__ */ __name((
|
|
78278
|
-
var
|
|
78316
|
+
const BPSelect = /* @__PURE__ */ __name((_e) => {
|
|
78317
|
+
var _f = _e, { value, onChange } = _f, rest = __objRest(_f, ["value", "onChange"]);
|
|
78279
78318
|
return renderSelect(__spreadProps(__spreadValues({}, rest), { input: { onChange, value } }));
|
|
78280
78319
|
}, "BPSelect");
|
|
78281
78320
|
const renderSelect = /* @__PURE__ */ __name((props) => {
|
|
@@ -78410,12 +78449,12 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
78410
78449
|
})
|
|
78411
78450
|
);
|
|
78412
78451
|
}, "renderBlueprintNumericInput");
|
|
78413
|
-
const renderBlueprintRadioGroup = /* @__PURE__ */ __name((
|
|
78414
|
-
var
|
|
78452
|
+
const renderBlueprintRadioGroup = /* @__PURE__ */ __name((_g) => {
|
|
78453
|
+
var _h = _g, {
|
|
78415
78454
|
input,
|
|
78416
78455
|
options,
|
|
78417
78456
|
onFieldSubmit
|
|
78418
|
-
} =
|
|
78457
|
+
} = _h, rest = __objRest(_h, [
|
|
78419
78458
|
"input",
|
|
78420
78459
|
"options",
|
|
78421
78460
|
"onFieldSubmit"
|
|
@@ -81655,8 +81694,8 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
81655
81694
|
};
|
|
81656
81695
|
}),
|
|
81657
81696
|
branch(({ immovable }) => "true" !== immovable, sortableElement)
|
|
81658
|
-
)((
|
|
81659
|
-
var
|
|
81697
|
+
)((_i) => {
|
|
81698
|
+
var _j = _i, { toggleSort, className, children } = _j, rest = __objRest(_j, ["toggleSort", "className", "children"]);
|
|
81660
81699
|
return /* @__PURE__ */ React$2.createElement(
|
|
81661
81700
|
"div",
|
|
81662
81701
|
__spreadValues({
|
|
@@ -83915,13 +83954,13 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
83915
83954
|
};
|
|
83916
83955
|
}
|
|
83917
83956
|
__name(getCellInfo, "getCellInfo");
|
|
83918
|
-
function ColumnFilterMenu(
|
|
83919
|
-
var
|
|
83957
|
+
function ColumnFilterMenu(_k) {
|
|
83958
|
+
var _l = _k, {
|
|
83920
83959
|
FilterMenu,
|
|
83921
83960
|
filterActiveForColumn,
|
|
83922
83961
|
compact: compact2,
|
|
83923
83962
|
extraCompact
|
|
83924
|
-
} =
|
|
83963
|
+
} = _l, rest = __objRest(_l, [
|
|
83925
83964
|
"FilterMenu",
|
|
83926
83965
|
"filterActiveForColumn",
|
|
83927
83966
|
"compact",
|
|
@@ -86778,8 +86817,8 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
86778
86817
|
return toRet == null ? void 0 : toRet.map((e2) => omit$3(e2, ["_isClean"]));
|
|
86779
86818
|
}
|
|
86780
86819
|
__name(maybeStripIdFromEntities, "maybeStripIdFromEntities");
|
|
86781
|
-
const useDialog = /* @__PURE__ */ __name((
|
|
86782
|
-
var
|
|
86820
|
+
const useDialog = /* @__PURE__ */ __name((_m) => {
|
|
86821
|
+
var _n = _m, { ModalComponent } = _n, rest = __objRest(_n, ["ModalComponent"]);
|
|
86783
86822
|
const [isOpen2, setOpen] = reactExports.useState(false);
|
|
86784
86823
|
const [additionalProps, setAdditionalProps] = reactExports.useState(false);
|
|
86785
86824
|
const comp = /* @__PURE__ */ React$2.createElement(
|
|
@@ -97304,68 +97343,55 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
97304
97343
|
);
|
|
97305
97344
|
}
|
|
97306
97345
|
__name(BounceLoader, "BounceLoader");
|
|
97307
|
-
const
|
|
97308
|
-
|
|
97309
|
-
|
|
97310
|
-
|
|
97311
|
-
|
|
97312
|
-
|
|
97313
|
-
|
|
97314
|
-
|
|
97315
|
-
|
|
97316
|
-
|
|
97317
|
-
|
|
97318
|
-
|
|
97346
|
+
const Loading = /* @__PURE__ */ __name(({
|
|
97347
|
+
loading,
|
|
97348
|
+
style: userStyle,
|
|
97349
|
+
className,
|
|
97350
|
+
containerStyle = {},
|
|
97351
|
+
children,
|
|
97352
|
+
displayInstantly = false,
|
|
97353
|
+
bounce = false,
|
|
97354
|
+
withTimeout,
|
|
97355
|
+
inDialog,
|
|
97356
|
+
centeredInPage
|
|
97357
|
+
}) => {
|
|
97358
|
+
const [longerThan200MS, setLongerThan200MS] = reactExports.useState(false);
|
|
97359
|
+
reactExports.useEffect(() => {
|
|
97360
|
+
const timeoutId = setTimeout(() => {
|
|
97361
|
+
setLongerThan200MS(true);
|
|
97319
97362
|
}, 200);
|
|
97320
|
-
|
|
97321
|
-
|
|
97322
|
-
|
|
97323
|
-
}
|
|
97324
|
-
|
|
97325
|
-
|
|
97326
|
-
|
|
97327
|
-
|
|
97328
|
-
|
|
97329
|
-
containerStyle = {},
|
|
97330
|
-
children,
|
|
97331
|
-
displayInstantly = false,
|
|
97332
|
-
bounce = false,
|
|
97333
|
-
withTimeout,
|
|
97334
|
-
inDialog,
|
|
97335
|
-
centeredInPage
|
|
97336
|
-
} = this.props;
|
|
97337
|
-
const { longerThan200MS } = this.state;
|
|
97338
|
-
const style2 = __spreadValues(__spreadValues({}, userStyle), inDialog && { minHeight: 120 });
|
|
97339
|
-
const LoaderComp = bounce || inDialog ? BounceLoader : DNALoader;
|
|
97340
|
-
if (loading || !children) {
|
|
97341
|
-
if (!displayInstantly && !longerThan200MS && (!bounce && !inDialog || withTimeout)) {
|
|
97342
|
-
return /* @__PURE__ */ React$2.createElement("div", null);
|
|
97343
|
-
}
|
|
97344
|
-
return /* @__PURE__ */ React$2.createElement(
|
|
97345
|
-
"div",
|
|
97346
|
-
{
|
|
97347
|
-
className: "tg-loader-container tg-flex justify-center align-center",
|
|
97348
|
-
style: __spreadValues(__spreadValues({
|
|
97349
|
-
width: "100%"
|
|
97350
|
-
}, containerStyle), centeredInPage && {
|
|
97351
|
-
width: void 0,
|
|
97352
|
-
zIndex: 20,
|
|
97353
|
-
height: 10,
|
|
97354
|
-
position: "fixed",
|
|
97355
|
-
top: "50%",
|
|
97356
|
-
left: "50%",
|
|
97357
|
-
transform: "translate(-50%, 0)"
|
|
97358
|
-
})
|
|
97359
|
-
},
|
|
97360
|
-
/* @__PURE__ */ React$2.createElement(LoaderComp, { style: style2, className })
|
|
97361
|
-
);
|
|
97362
|
-
} else {
|
|
97363
|
-
return children || null;
|
|
97363
|
+
return () => {
|
|
97364
|
+
clearTimeout(timeoutId);
|
|
97365
|
+
};
|
|
97366
|
+
}, []);
|
|
97367
|
+
const style2 = __spreadValues(__spreadValues({}, userStyle), inDialog && { minHeight: 120 });
|
|
97368
|
+
const LoaderComp = bounce || inDialog ? BounceLoader : DNALoader;
|
|
97369
|
+
if (loading || !children) {
|
|
97370
|
+
if (!displayInstantly && !longerThan200MS && (!bounce && !inDialog || withTimeout)) {
|
|
97371
|
+
return /* @__PURE__ */ React$2.createElement("div", null);
|
|
97364
97372
|
}
|
|
97373
|
+
return /* @__PURE__ */ React$2.createElement(
|
|
97374
|
+
"div",
|
|
97375
|
+
{
|
|
97376
|
+
className: "tg-loader-container tg-flex justify-center align-center",
|
|
97377
|
+
style: __spreadValues(__spreadValues({
|
|
97378
|
+
width: "100%"
|
|
97379
|
+
}, containerStyle), centeredInPage && {
|
|
97380
|
+
width: void 0,
|
|
97381
|
+
zIndex: 20,
|
|
97382
|
+
height: 10,
|
|
97383
|
+
position: "fixed",
|
|
97384
|
+
top: "50%",
|
|
97385
|
+
left: "50%",
|
|
97386
|
+
transform: "translate(-50%, 0)"
|
|
97387
|
+
})
|
|
97388
|
+
},
|
|
97389
|
+
/* @__PURE__ */ React$2.createElement(LoaderComp, { style: style2, className })
|
|
97390
|
+
);
|
|
97391
|
+
} else {
|
|
97392
|
+
return children || null;
|
|
97365
97393
|
}
|
|
97366
|
-
};
|
|
97367
|
-
__name(_Loading, "Loading");
|
|
97368
|
-
let Loading = _Loading;
|
|
97394
|
+
}, "Loading");
|
|
97369
97395
|
function AdvancedOptions({
|
|
97370
97396
|
children,
|
|
97371
97397
|
content: content2,
|
|
@@ -97398,14 +97424,14 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
97398
97424
|
), isOpen2 && /* @__PURE__ */ React$2.createElement("div", { style: { marginTop: 10 } }, content2 || children));
|
|
97399
97425
|
}
|
|
97400
97426
|
__name(AdvancedOptions, "AdvancedOptions");
|
|
97401
|
-
function DropdownButton(
|
|
97402
|
-
var
|
|
97427
|
+
function DropdownButton(_o) {
|
|
97428
|
+
var _p = _o, {
|
|
97403
97429
|
disabled,
|
|
97404
97430
|
menu,
|
|
97405
97431
|
noRightIcon,
|
|
97406
97432
|
popoverProps,
|
|
97407
97433
|
className
|
|
97408
|
-
} =
|
|
97434
|
+
} = _p, rest = __objRest(_p, [
|
|
97409
97435
|
"disabled",
|
|
97410
97436
|
"menu",
|
|
97411
97437
|
"noRightIcon",
|
|
@@ -100758,14 +100784,14 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
100758
100784
|
}
|
|
100759
100785
|
}),
|
|
100760
100786
|
branch(({ navTo }) => navTo, withRouter$1)
|
|
100761
|
-
)(function(
|
|
100762
|
-
var
|
|
100787
|
+
)(function(_q) {
|
|
100788
|
+
var _r = _q, {
|
|
100763
100789
|
navTo,
|
|
100764
100790
|
context,
|
|
100765
100791
|
staticContext,
|
|
100766
100792
|
didMount,
|
|
100767
100793
|
willUnmount
|
|
100768
|
-
} =
|
|
100794
|
+
} = _r, props = __objRest(_r, [
|
|
100769
100795
|
"navTo",
|
|
100770
100796
|
"context",
|
|
100771
100797
|
"staticContext",
|
|
@@ -100959,7 +100985,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
100959
100985
|
);
|
|
100960
100986
|
}
|
|
100961
100987
|
__name(doesSearchValMatchText, "doesSearchValMatchText");
|
|
100962
|
-
let MenuBar$1 = (
|
|
100988
|
+
let MenuBar$1 = (_s = class extends React$2.Component {
|
|
100963
100989
|
constructor(props) {
|
|
100964
100990
|
super(props);
|
|
100965
100991
|
__publicField(this, "state", {
|
|
@@ -101204,10 +101230,10 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
101204
101230
|
);
|
|
101205
101231
|
}), extraContent);
|
|
101206
101232
|
}
|
|
101207
|
-
}, __name(
|
|
101233
|
+
}, __name(_s, "MenuBar"), __publicField(_s, "defaultProps", {
|
|
101208
101234
|
className: "",
|
|
101209
101235
|
style: {}
|
|
101210
|
-
}),
|
|
101236
|
+
}), _s);
|
|
101211
101237
|
const isDivider = /* @__PURE__ */ __name((item) => item.divider !== void 0, "isDivider");
|
|
101212
101238
|
function getAllMenuTextsAndHandlers(menu, enhancers, context, path2 = []) {
|
|
101213
101239
|
if (!menu)
|
|
@@ -101355,7 +101381,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
101355
101381
|
);
|
|
101356
101382
|
}
|
|
101357
101383
|
__name(HotkeysDialog, "HotkeysDialog");
|
|
101358
|
-
let FillWindow$1 = (
|
|
101384
|
+
let FillWindow$1 = (_t = class extends React$2.Component {
|
|
101359
101385
|
constructor(props) {
|
|
101360
101386
|
super(props);
|
|
101361
101387
|
rerenderOnWindowResize(this);
|
|
@@ -101403,7 +101429,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
101403
101429
|
return ReactDOM$1.createPortal(inner2, window.document.body);
|
|
101404
101430
|
return inner2;
|
|
101405
101431
|
}
|
|
101406
|
-
}, __name(
|
|
101432
|
+
}, __name(_t, "FillWindow"), _t);
|
|
101407
101433
|
var relativeTime$1 = { exports: {} };
|
|
101408
101434
|
(function(module2, exports3) {
|
|
101409
101435
|
!function(r2, e2) {
|
|
@@ -101451,16 +101477,6 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
101451
101477
|
var relativeTimeExports = relativeTime$1.exports;
|
|
101452
101478
|
const relativeTime = /* @__PURE__ */ getDefaultExportFromCjs(relativeTimeExports);
|
|
101453
101479
|
dayjs.extend(relativeTime);
|
|
101454
|
-
const _Timeline = class _Timeline extends reactExports.Component {
|
|
101455
|
-
render() {
|
|
101456
|
-
return /* @__PURE__ */ React$2.createElement("div", { className: "tg-timeline" }, this.props.children.length > 1 && /* @__PURE__ */ React$2.createElement("div", { className: "tg-timeline-line" }), this.props.children);
|
|
101457
|
-
}
|
|
101458
|
-
};
|
|
101459
|
-
__name(_Timeline, "Timeline");
|
|
101460
|
-
__publicField(_Timeline, "propTypes", {
|
|
101461
|
-
children: PropTypes$1.arrayOf(PropTypes$1.element)
|
|
101462
|
-
});
|
|
101463
|
-
let Timeline = _Timeline;
|
|
101464
101480
|
const ptIconWrapper = /* @__PURE__ */ __name((path2, viewboxDefault = 24, rest) => {
|
|
101465
101481
|
return /* @__PURE__ */ React$2.createElement("span", { className: "bp3-icon" }, /* @__PURE__ */ React$2.createElement(
|
|
101466
101482
|
"svg",
|
|
@@ -120290,7 +120306,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
120290
120306
|
const xmlNode = xmlNode$1;
|
|
120291
120307
|
const readDocType = DocTypeReader;
|
|
120292
120308
|
const toNumber = strnum;
|
|
120293
|
-
let OrderedObjParser$1 = (
|
|
120309
|
+
let OrderedObjParser$1 = (_u = class {
|
|
120294
120310
|
constructor(options) {
|
|
120295
120311
|
this.options = options;
|
|
120296
120312
|
this.currentNode = null;
|
|
@@ -120329,7 +120345,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
120329
120345
|
this.saveTextToParentTag = saveTextToParentTag;
|
|
120330
120346
|
this.addChild = addChild;
|
|
120331
120347
|
}
|
|
120332
|
-
}, __name(
|
|
120348
|
+
}, __name(_u, "OrderedObjParser"), _u);
|
|
120333
120349
|
function addExternalEntities(externalEntities) {
|
|
120334
120350
|
const entKeys = Object.keys(externalEntities);
|
|
120335
120351
|
for (let i2 = 0; i2 < entKeys.length; i2++) {
|
|
@@ -120885,7 +120901,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
120885
120901
|
const OrderedObjParser = OrderedObjParser_1;
|
|
120886
120902
|
const { prettify } = node2json;
|
|
120887
120903
|
const validator$1 = validator$2;
|
|
120888
|
-
let XMLParser$1 = (
|
|
120904
|
+
let XMLParser$1 = (_v = class {
|
|
120889
120905
|
constructor(options) {
|
|
120890
120906
|
this.externalEntities = {};
|
|
120891
120907
|
this.options = buildOptions(options);
|
|
@@ -120935,7 +120951,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
120935
120951
|
this.externalEntities[key2] = value;
|
|
120936
120952
|
}
|
|
120937
120953
|
}
|
|
120938
|
-
}, __name(
|
|
120954
|
+
}, __name(_v, "XMLParser"), _v);
|
|
120939
120955
|
var XMLParser_1 = XMLParser$1;
|
|
120940
120956
|
const EOL = "\n";
|
|
120941
120957
|
function toXml(jArray, options) {
|
|
@@ -128756,7 +128772,7 @@ ${seq.sequence}
|
|
|
128756
128772
|
};
|
|
128757
128773
|
__name(_FASTAParser, "FASTAParser");
|
|
128758
128774
|
let FASTAParser = _FASTAParser;
|
|
128759
|
-
let Parser$1 = (
|
|
128775
|
+
let Parser$1 = (_w = class {
|
|
128760
128776
|
constructor(args) {
|
|
128761
128777
|
this.fastaParser = void 0;
|
|
128762
128778
|
this.eof = false;
|
|
@@ -128980,7 +128996,7 @@ ${seq.sequence}
|
|
|
128980
128996
|
}
|
|
128981
128997
|
});
|
|
128982
128998
|
}
|
|
128983
|
-
}, __name(
|
|
128999
|
+
}, __name(_w, "Parser"), _w);
|
|
128984
129000
|
function _callback(callback2) {
|
|
128985
129001
|
if (process && process.nextTick)
|
|
128986
129002
|
process.nextTick(callback2);
|
|
@@ -148254,7 +148270,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
148254
148270
|
"editorName"
|
|
148255
148271
|
])(Labels$1);
|
|
148256
148272
|
const DrawLabel = withHover(
|
|
148257
|
-
(
|
|
148273
|
+
(_x = class extends React$2.Component {
|
|
148258
148274
|
render() {
|
|
148259
148275
|
const {
|
|
148260
148276
|
hovered,
|
|
@@ -148358,7 +148374,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
148358
148374
|
}
|
|
148359
148375
|
));
|
|
148360
148376
|
}
|
|
148361
|
-
}, __name(
|
|
148377
|
+
}, __name(_x, "DrawLabelInner"), _x)
|
|
148362
148378
|
);
|
|
148363
148379
|
const labelClassNames = {
|
|
148364
148380
|
cutsites: "veCutsiteLabel",
|
|
@@ -150235,7 +150251,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
150235
150251
|
}
|
|
150236
150252
|
__name(showFileDialog, "showFileDialog");
|
|
150237
150253
|
const name = "@teselagen/ove";
|
|
150238
|
-
const version = "0.5.
|
|
150254
|
+
const version = "0.5.12";
|
|
150239
150255
|
const main = "./src/index.js";
|
|
150240
150256
|
const type = "module";
|
|
150241
150257
|
const exports$1 = {
|
|
@@ -150315,8 +150331,8 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
150315
150331
|
cutsites: 100
|
|
150316
150332
|
}
|
|
150317
150333
|
}), "useAnnotationLimits");
|
|
150318
|
-
function LimitAnnotations(
|
|
150319
|
-
var
|
|
150334
|
+
function LimitAnnotations(_y) {
|
|
150335
|
+
var _z = _y, { type: type2 } = _z, rest = __objRest(_z, ["type"]);
|
|
150320
150336
|
const [limits = {}, setLimits] = useAnnotationLimits();
|
|
150321
150337
|
return /* @__PURE__ */ React$2.createElement(MenuItem, __spreadValues({ icon: "blank", shouldDismissPopover: false }, rest), [50, 100, 200, 400].map((n2) => /* @__PURE__ */ React$2.createElement(
|
|
150322
150338
|
MenuItem,
|
|
@@ -156618,7 +156634,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
156618
156634
|
__name(_Minimap, "Minimap");
|
|
156619
156635
|
let Minimap = _Minimap;
|
|
156620
156636
|
const YellowScrollHandle = view(
|
|
156621
|
-
(
|
|
156637
|
+
(_A = class extends React$2.Component {
|
|
156622
156638
|
render() {
|
|
156623
156639
|
const {
|
|
156624
156640
|
scrollHandleWidth,
|
|
@@ -156773,7 +156789,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
156773
156789
|
)
|
|
156774
156790
|
);
|
|
156775
156791
|
}
|
|
156776
|
-
}, __name(
|
|
156792
|
+
}, __name(_A, "YellowScrollHandleInner"), _A)
|
|
156777
156793
|
);
|
|
156778
156794
|
function getTrimmedRangesToDisplay({ trimmedRange, seqLen }) {
|
|
156779
156795
|
if (!trimmedRange)
|
|
@@ -157146,14 +157162,14 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
157146
157162
|
}, rest);
|
|
157147
157163
|
}
|
|
157148
157164
|
__name(getRangeAnglesSpecial, "getRangeAnglesSpecial");
|
|
157149
|
-
function PositionAnnotationOnCircle(
|
|
157150
|
-
var
|
|
157165
|
+
function PositionAnnotationOnCircle(_B) {
|
|
157166
|
+
var _C = _B, {
|
|
157151
157167
|
children,
|
|
157152
157168
|
height: height2 = 0,
|
|
157153
157169
|
sAngle = 0,
|
|
157154
157170
|
eAngle = 0,
|
|
157155
157171
|
forward = true
|
|
157156
|
-
} =
|
|
157172
|
+
} = _C, rest = __objRest(_C, [
|
|
157157
157173
|
"children",
|
|
157158
157174
|
"height",
|
|
157159
157175
|
"sAngle",
|
|
@@ -161672,7 +161688,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
161672
161688
|
}),
|
|
161673
161689
|
tgFormValues("from", "to")
|
|
161674
161690
|
)(
|
|
161675
|
-
(
|
|
161691
|
+
(_D = class extends React$2.Component {
|
|
161676
161692
|
constructor() {
|
|
161677
161693
|
super(...arguments);
|
|
161678
161694
|
__publicField(this, "updateTempHighlight", /* @__PURE__ */ __name(({ isStart, isEnd } = {}) => (val2) => {
|
|
@@ -161783,7 +161799,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
161783
161799
|
))
|
|
161784
161800
|
);
|
|
161785
161801
|
}
|
|
161786
|
-
}, __name(
|
|
161802
|
+
}, __name(_D, "SelectDialog"), _D)
|
|
161787
161803
|
);
|
|
161788
161804
|
const normalizeToInt = /* @__PURE__ */ __name((val2) => {
|
|
161789
161805
|
const int2 = Math.round(val2);
|
|
@@ -165238,8 +165254,8 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
165238
165254
|
return track2;
|
|
165239
165255
|
}
|
|
165240
165256
|
__name(getTrackFromEvent, "getTrackFromEvent");
|
|
165241
|
-
const PerformantSelectionLayer = view((
|
|
165242
|
-
var
|
|
165257
|
+
const PerformantSelectionLayer = view((_E) => {
|
|
165258
|
+
var _F = _E, { easyStore: easyStore2 } = _F, rest = __objRest(_F, ["easyStore"]);
|
|
165243
165259
|
const seqLen = rest.sequenceLength - 1;
|
|
165244
165260
|
return /* @__PURE__ */ React$2.createElement(
|
|
165245
165261
|
SelectionLayer$3,
|
|
@@ -167079,8 +167095,8 @@ ${seqDataToCopy}\r
|
|
|
167079
167095
|
})
|
|
167080
167096
|
)
|
|
167081
167097
|
)(AlignmentView);
|
|
167082
|
-
const PerformantCaret = view((
|
|
167083
|
-
var
|
|
167098
|
+
const PerformantCaret = view((_G) => {
|
|
167099
|
+
var _H = _G, { easyStore: easyStore2 } = _H, rest = __objRest(_H, ["easyStore"]);
|
|
167084
167100
|
return /* @__PURE__ */ React$2.createElement(Caret$2, __spreadValues({ caretPosition: easyStore2.caretPosition }, rest));
|
|
167085
167101
|
});
|
|
167086
167102
|
function cleanTracks(alignmentTracks) {
|
|
@@ -168833,14 +168849,14 @@ ${seqDataToCopy}\r
|
|
|
168833
168849
|
}, toolbarItemProps))
|
|
168834
168850
|
);
|
|
168835
168851
|
});
|
|
168836
|
-
function CutsiteToolDropDown(
|
|
168837
|
-
var
|
|
168852
|
+
function CutsiteToolDropDown(_I) {
|
|
168853
|
+
var _J = _I, {
|
|
168838
168854
|
editorName,
|
|
168839
168855
|
toggleDropdown,
|
|
168840
168856
|
annotationVisibilityShow: annotationVisibilityShow2,
|
|
168841
168857
|
withDigestTool,
|
|
168842
168858
|
createNewDigest: createNewDigest2
|
|
168843
|
-
} =
|
|
168859
|
+
} = _J, rest = __objRest(_J, [
|
|
168844
168860
|
"editorName",
|
|
168845
168861
|
"toggleDropdown",
|
|
168846
168862
|
"annotationVisibilityShow",
|
|
@@ -168968,7 +168984,7 @@ ${seqDataToCopy}\r
|
|
|
168968
168984
|
);
|
|
168969
168985
|
});
|
|
168970
168986
|
const OrfToolDropdown = withEditorProps(
|
|
168971
|
-
(
|
|
168987
|
+
(_K = class extends React$2.Component {
|
|
168972
168988
|
constructor(props) {
|
|
168973
168989
|
super(props);
|
|
168974
168990
|
this.commands = getCommands(this);
|
|
@@ -168994,7 +169010,7 @@ ${seqDataToCopy}\r
|
|
|
168994
169010
|
}
|
|
168995
169011
|
));
|
|
168996
169012
|
}
|
|
168997
|
-
}, __name(
|
|
169013
|
+
}, __name(_K, "OrfDropdown"), _K)
|
|
168998
169014
|
);
|
|
168999
169015
|
const opts = [
|
|
169000
169016
|
{ label: "DNA", value: "DNA" },
|
|
@@ -174393,8 +174409,8 @@ ${seqDataToCopy}\r
|
|
|
174393
174409
|
return /* @__PURE__ */ React$2.createElement(Provider, { store }, /* @__PURE__ */ React$2.createElement(VersionHistoryView$1, __spreadValues({}, __spreadValues({}, props))));
|
|
174394
174410
|
}
|
|
174395
174411
|
__name(StandaloneVersionHistoryView, "StandaloneVersionHistoryView");
|
|
174396
|
-
function createVectorEditor(_node,
|
|
174397
|
-
var
|
|
174412
|
+
function createVectorEditor(_node, _L = {}) {
|
|
174413
|
+
var _M = _L, { editorName = "StandaloneEditor" } = _M, rest = __objRest(_M, ["editorName"]);
|
|
174398
174414
|
if (!store) {
|
|
174399
174415
|
store = makeStore();
|
|
174400
174416
|
}
|
|
@@ -174427,8 +174443,8 @@ ${seqDataToCopy}\r
|
|
|
174427
174443
|
return editor;
|
|
174428
174444
|
}
|
|
174429
174445
|
__name(createVectorEditor, "createVectorEditor");
|
|
174430
|
-
function createVersionHistoryView(node2,
|
|
174431
|
-
var
|
|
174446
|
+
function createVersionHistoryView(node2, _N = {}) {
|
|
174447
|
+
var _O = _N, { editorName = "StandaloneVersionHistoryView" } = _O, rest = __objRest(_O, ["editorName"]);
|
|
174432
174448
|
if (!store) {
|
|
174433
174449
|
store = makeStore();
|
|
174434
174450
|
}
|
|
@@ -182301,7 +182317,7 @@ ${seqDataToCopy}\r
|
|
|
182301
182317
|
var renderElement = /* @__PURE__ */ __name(function(element2, opts2) {
|
|
182302
182318
|
return __awaiter(void 0, void 0, void 0, function() {
|
|
182303
182319
|
var ownerDocument, defaultView, resourceOptions, contextOptions, windowOptions, windowBounds, context, foreignObjectRendering, cloneOptions, documentCloner, clonedElement, container, _a2, width, height2, left2, top2, backgroundColor2, renderOptions, canvas, renderer, root2, renderer;
|
|
182304
|
-
var _b2, _c2, _d2, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p,
|
|
182320
|
+
var _b2, _c2, _d2, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s2, _t2;
|
|
182305
182321
|
return __generator(this, function(_u2) {
|
|
182306
182322
|
switch (_u2.label) {
|
|
182307
182323
|
case 0:
|
|
@@ -182355,8 +182371,8 @@ ${seqDataToCopy}\r
|
|
|
182355
182371
|
backgroundColor: backgroundColor2,
|
|
182356
182372
|
scale: (_o = (_m = opts2.scale) !== null && _m !== void 0 ? _m : defaultView.devicePixelRatio) !== null && _o !== void 0 ? _o : 1,
|
|
182357
182373
|
x: ((_p = opts2.x) !== null && _p !== void 0 ? _p : 0) + left2,
|
|
182358
|
-
y: ((
|
|
182359
|
-
width: (
|
|
182374
|
+
y: ((_q = opts2.y) !== null && _q !== void 0 ? _q : 0) + top2,
|
|
182375
|
+
width: (_r = opts2.width) !== null && _r !== void 0 ? _r : Math.ceil(width),
|
|
182360
182376
|
height: (_s2 = opts2.height) !== null && _s2 !== void 0 ? _s2 : Math.ceil(height2)
|
|
182361
182377
|
};
|
|
182362
182378
|
if (!foreignObjectRendering)
|