@teselagen/ove 0.3.28 → 0.3.30
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 +250 -574
- package/index.es.js +250 -574
- package/index.umd.js +29 -301
- package/package.json +4 -4
- package/src/RowItem/Sequence.js +2 -0
package/index.cjs.js
CHANGED
|
@@ -2840,7 +2840,7 @@ var followCursor = {
|
|
|
2840
2840
|
}
|
|
2841
2841
|
}
|
|
2842
2842
|
__name(onMouseMove, "onMouseMove");
|
|
2843
|
-
function
|
|
2843
|
+
function create7() {
|
|
2844
2844
|
if (instance.props.followCursor) {
|
|
2845
2845
|
activeInstances.push({
|
|
2846
2846
|
instance,
|
|
@@ -2849,7 +2849,7 @@ var followCursor = {
|
|
|
2849
2849
|
addMouseCoordsListener(doc);
|
|
2850
2850
|
}
|
|
2851
2851
|
}
|
|
2852
|
-
__name(
|
|
2852
|
+
__name(create7, "create");
|
|
2853
2853
|
function destroy2() {
|
|
2854
2854
|
activeInstances = activeInstances.filter(function(data) {
|
|
2855
2855
|
return data.instance !== instance;
|
|
@@ -2862,7 +2862,7 @@ var followCursor = {
|
|
|
2862
2862
|
}
|
|
2863
2863
|
__name(destroy2, "destroy");
|
|
2864
2864
|
return {
|
|
2865
|
-
onCreate:
|
|
2865
|
+
onCreate: create7,
|
|
2866
2866
|
onDestroy: destroy2,
|
|
2867
2867
|
onBeforeUpdate: /* @__PURE__ */ __name(function onBeforeUpdate2() {
|
|
2868
2868
|
prevProps = instance.props;
|
|
@@ -2875,7 +2875,7 @@ var followCursor = {
|
|
|
2875
2875
|
if (followCursor2 !== void 0 && prevProps.followCursor !== followCursor2) {
|
|
2876
2876
|
destroy2();
|
|
2877
2877
|
if (followCursor2) {
|
|
2878
|
-
|
|
2878
|
+
create7();
|
|
2879
2879
|
if (instance.state.isMounted && !wasFocusEvent && !getIsInitialBehavior()) {
|
|
2880
2880
|
addListener();
|
|
2881
2881
|
}
|
|
@@ -6817,10 +6817,10 @@ var ownKeys$7 = typeof Reflect !== "undefined" && Reflect.ownKeys ? Reflect.ownK
|
|
|
6817
6817
|
/* istanbul ignore next */
|
|
6818
6818
|
Object.getOwnPropertyNames
|
|
6819
6819
|
);
|
|
6820
|
-
function toPrimitive$
|
|
6820
|
+
function toPrimitive$3(value) {
|
|
6821
6821
|
return value === null ? null : typeof value === "object" ? "" + value : value;
|
|
6822
6822
|
}
|
|
6823
|
-
__name(toPrimitive$
|
|
6823
|
+
__name(toPrimitive$3, "toPrimitive$3");
|
|
6824
6824
|
function hasProp(target, prop2) {
|
|
6825
6825
|
return objectPrototype$1.hasOwnProperty.call(target, prop2);
|
|
6826
6826
|
}
|
|
@@ -7717,7 +7717,7 @@ var ObservableValue = /* @__PURE__ */ function(_Atom) {
|
|
|
7717
7717
|
return this.name_ + "[" + this.value_ + "]";
|
|
7718
7718
|
}, "toString");
|
|
7719
7719
|
_proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
|
|
7720
|
-
return toPrimitive$
|
|
7720
|
+
return toPrimitive$3(this.get());
|
|
7721
7721
|
}, "valueOf");
|
|
7722
7722
|
_proto[_Symbol$toPrimitive] = function() {
|
|
7723
7723
|
return this.valueOf();
|
|
@@ -7902,7 +7902,7 @@ var ComputedValue = /* @__PURE__ */ function() {
|
|
|
7902
7902
|
return this.name_ + "[" + this.derivation.toString() + "]";
|
|
7903
7903
|
}, "toString");
|
|
7904
7904
|
_proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
|
|
7905
|
-
return toPrimitive$
|
|
7905
|
+
return toPrimitive$3(this.get());
|
|
7906
7906
|
}, "valueOf");
|
|
7907
7907
|
_proto[_Symbol$toPrimitive$1] = function() {
|
|
7908
7908
|
return this.valueOf();
|
|
@@ -12536,7 +12536,7 @@ lodash.exports;
|
|
|
12536
12536
|
"^" + funcToString2.call(hasOwnProperty2).replace(reRegExpChar2, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
12537
12537
|
);
|
|
12538
12538
|
var Buffer2 = moduleExports2 ? context.Buffer : undefined$12, Symbol2 = context.Symbol, Uint8Array2 = context.Uint8Array, allocUnsafe2 = Buffer2 ? Buffer2.allocUnsafe : undefined$12, getPrototype2 = overArg2(Object2.getPrototypeOf, Object2), objectCreate2 = Object2.create, propertyIsEnumerable3 = objectProto2.propertyIsEnumerable, splice3 = arrayProto2.splice, spreadableSymbol2 = Symbol2 ? Symbol2.isConcatSpreadable : undefined$12, symIterator = Symbol2 ? Symbol2.iterator : undefined$12, symToStringTag2 = Symbol2 ? Symbol2.toStringTag : undefined$12;
|
|
12539
|
-
var
|
|
12539
|
+
var defineProperty6 = function() {
|
|
12540
12540
|
try {
|
|
12541
12541
|
var func = getNative2(Object2, "defineProperty");
|
|
12542
12542
|
func({}, "", {});
|
|
@@ -12976,8 +12976,8 @@ lodash.exports;
|
|
|
12976
12976
|
}
|
|
12977
12977
|
__name(baseAssignIn2, "baseAssignIn");
|
|
12978
12978
|
function baseAssignValue2(object3, key, value) {
|
|
12979
|
-
if (key == "__proto__" &&
|
|
12980
|
-
|
|
12979
|
+
if (key == "__proto__" && defineProperty6) {
|
|
12980
|
+
defineProperty6(object3, key, {
|
|
12981
12981
|
"configurable": true,
|
|
12982
12982
|
"enumerable": true,
|
|
12983
12983
|
"value": value,
|
|
@@ -13710,8 +13710,8 @@ lodash.exports;
|
|
|
13710
13710
|
metaMap.set(func, data);
|
|
13711
13711
|
return func;
|
|
13712
13712
|
};
|
|
13713
|
-
var baseSetToString2 = !
|
|
13714
|
-
return
|
|
13713
|
+
var baseSetToString2 = !defineProperty6 ? identity4 : function(func, string2) {
|
|
13714
|
+
return defineProperty6(func, "toString", {
|
|
13715
13715
|
"configurable": true,
|
|
13716
13716
|
"enumerable": false,
|
|
13717
13717
|
"value": constant2(string2),
|
|
@@ -16445,11 +16445,11 @@ lodash.exports;
|
|
|
16445
16445
|
copyObject2(source, keys5(source), object3, customizer);
|
|
16446
16446
|
});
|
|
16447
16447
|
var at = flatRest2(baseAt);
|
|
16448
|
-
function
|
|
16448
|
+
function create7(prototype, properties) {
|
|
16449
16449
|
var result2 = baseCreate2(prototype);
|
|
16450
16450
|
return properties == null ? result2 : baseAssign2(result2, properties);
|
|
16451
16451
|
}
|
|
16452
|
-
__name(
|
|
16452
|
+
__name(create7, "create");
|
|
16453
16453
|
var defaults2 = baseRest2(function(object3, sources) {
|
|
16454
16454
|
object3 = Object2(object3);
|
|
16455
16455
|
var index2 = -1;
|
|
@@ -17274,7 +17274,7 @@ lodash.exports;
|
|
|
17274
17274
|
lodash2.conforms = conforms;
|
|
17275
17275
|
lodash2.constant = constant2;
|
|
17276
17276
|
lodash2.countBy = countBy;
|
|
17277
|
-
lodash2.create =
|
|
17277
|
+
lodash2.create = create7;
|
|
17278
17278
|
lodash2.curry = curry;
|
|
17279
17279
|
lodash2.curryRight = curryRight;
|
|
17280
17280
|
lodash2.debounce = debounce2;
|
|
@@ -18236,20 +18236,11 @@ var _fails = /* @__PURE__ */ __name(function(exec) {
|
|
|
18236
18236
|
return true;
|
|
18237
18237
|
}
|
|
18238
18238
|
}, "_fails");
|
|
18239
|
-
var _descriptors
|
|
18240
|
-
|
|
18241
|
-
|
|
18242
|
-
|
|
18243
|
-
|
|
18244
|
-
hasRequired_descriptors = 1;
|
|
18245
|
-
_descriptors = !_fails(function() {
|
|
18246
|
-
return Object.defineProperty({}, "a", { get: function() {
|
|
18247
|
-
return 7;
|
|
18248
|
-
} }).a != 7;
|
|
18249
|
-
});
|
|
18250
|
-
return _descriptors;
|
|
18251
|
-
}
|
|
18252
|
-
__name(require_descriptors, "require_descriptors");
|
|
18239
|
+
var _descriptors = !_fails(function() {
|
|
18240
|
+
return Object.defineProperty({}, "a", { get: function() {
|
|
18241
|
+
return 7;
|
|
18242
|
+
} }).a != 7;
|
|
18243
|
+
});
|
|
18253
18244
|
var _domCreate;
|
|
18254
18245
|
var hasRequired_domCreate;
|
|
18255
18246
|
function require_domCreate() {
|
|
@@ -18265,20 +18256,11 @@ function require_domCreate() {
|
|
|
18265
18256
|
return _domCreate;
|
|
18266
18257
|
}
|
|
18267
18258
|
__name(require_domCreate, "require_domCreate");
|
|
18268
|
-
var _ie8DomDefine
|
|
18269
|
-
|
|
18270
|
-
|
|
18271
|
-
|
|
18272
|
-
|
|
18273
|
-
hasRequired_ie8DomDefine = 1;
|
|
18274
|
-
_ie8DomDefine = !require_descriptors() && !_fails(function() {
|
|
18275
|
-
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
|
18276
|
-
return 7;
|
|
18277
|
-
} }).a != 7;
|
|
18278
|
-
});
|
|
18279
|
-
return _ie8DomDefine;
|
|
18280
|
-
}
|
|
18281
|
-
__name(require_ie8DomDefine, "require_ie8DomDefine");
|
|
18259
|
+
var _ie8DomDefine = !_descriptors && !_fails(function() {
|
|
18260
|
+
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
|
18261
|
+
return 7;
|
|
18262
|
+
} }).a != 7;
|
|
18263
|
+
});
|
|
18282
18264
|
var isObject$d = _isObject;
|
|
18283
18265
|
var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) {
|
|
18284
18266
|
if (!isObject$d(it))
|
|
@@ -18292,33 +18274,25 @@ var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) {
|
|
|
18292
18274
|
return val2;
|
|
18293
18275
|
throw TypeError("Can't convert object to primitive value");
|
|
18294
18276
|
}, "_toPrimitive$1");
|
|
18295
|
-
var
|
|
18296
|
-
|
|
18297
|
-
|
|
18298
|
-
|
|
18299
|
-
|
|
18300
|
-
|
|
18301
|
-
|
|
18302
|
-
|
|
18303
|
-
|
|
18304
|
-
|
|
18305
|
-
|
|
18306
|
-
|
|
18307
|
-
|
|
18308
|
-
|
|
18309
|
-
|
|
18310
|
-
|
|
18311
|
-
|
|
18312
|
-
|
|
18313
|
-
|
|
18314
|
-
throw TypeError("Accessors not supported!");
|
|
18315
|
-
if ("value" in Attributes)
|
|
18316
|
-
O2[P2] = Attributes.value;
|
|
18317
|
-
return O2;
|
|
18318
|
-
}, "defineProperty");
|
|
18319
|
-
return _objectDp;
|
|
18320
|
-
}
|
|
18321
|
-
__name(require_objectDp, "require_objectDp");
|
|
18277
|
+
var anObject$5 = _anObject;
|
|
18278
|
+
var IE8_DOM_DEFINE$1 = _ie8DomDefine;
|
|
18279
|
+
var toPrimitive$2 = _toPrimitive$1;
|
|
18280
|
+
var dP$3 = Object.defineProperty;
|
|
18281
|
+
_objectDp.f = _descriptors ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
|
|
18282
|
+
anObject$5(O2);
|
|
18283
|
+
P2 = toPrimitive$2(P2, true);
|
|
18284
|
+
anObject$5(Attributes);
|
|
18285
|
+
if (IE8_DOM_DEFINE$1)
|
|
18286
|
+
try {
|
|
18287
|
+
return dP$3(O2, P2, Attributes);
|
|
18288
|
+
} catch (e2) {
|
|
18289
|
+
}
|
|
18290
|
+
if ("get" in Attributes || "set" in Attributes)
|
|
18291
|
+
throw TypeError("Accessors not supported!");
|
|
18292
|
+
if ("value" in Attributes)
|
|
18293
|
+
O2[P2] = Attributes.value;
|
|
18294
|
+
return O2;
|
|
18295
|
+
}, "defineProperty");
|
|
18322
18296
|
var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
|
|
18323
18297
|
return {
|
|
18324
18298
|
enumerable: !(bitmap & 1),
|
|
@@ -18327,10 +18301,10 @@ var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
|
|
|
18327
18301
|
value
|
|
18328
18302
|
};
|
|
18329
18303
|
}, "_propertyDesc");
|
|
18330
|
-
var dP$
|
|
18304
|
+
var dP$2 = _objectDp;
|
|
18331
18305
|
var createDesc$3 = _propertyDesc;
|
|
18332
|
-
var _hide =
|
|
18333
|
-
return dP$
|
|
18306
|
+
var _hide = _descriptors ? function(object3, key, value) {
|
|
18307
|
+
return dP$2.f(object3, key, createDesc$3(1, value));
|
|
18334
18308
|
} : function(object3, key, value) {
|
|
18335
18309
|
object3[key] = value;
|
|
18336
18310
|
return object3;
|
|
@@ -18344,7 +18318,7 @@ var core$3 = _coreExports;
|
|
|
18344
18318
|
var ctx$1 = _ctx;
|
|
18345
18319
|
var hide$3 = _hide;
|
|
18346
18320
|
var has$e = _has;
|
|
18347
|
-
var PROTOTYPE$
|
|
18321
|
+
var PROTOTYPE$2 = "prototype";
|
|
18348
18322
|
var $export$8 = /* @__PURE__ */ __name(function(type, name2, source) {
|
|
18349
18323
|
var IS_FORCED = type & $export$8.F;
|
|
18350
18324
|
var IS_GLOBAL = type & $export$8.G;
|
|
@@ -18353,8 +18327,8 @@ var $export$8 = /* @__PURE__ */ __name(function(type, name2, source) {
|
|
|
18353
18327
|
var IS_BIND = type & $export$8.B;
|
|
18354
18328
|
var IS_WRAP = type & $export$8.W;
|
|
18355
18329
|
var exports2 = IS_GLOBAL ? core$3 : core$3[name2] || (core$3[name2] = {});
|
|
18356
|
-
var expProto = exports2[PROTOTYPE$
|
|
18357
|
-
var target = IS_GLOBAL ? global$5 : IS_STATIC ? global$5[name2] : (global$5[name2] || {})[PROTOTYPE$
|
|
18330
|
+
var expProto = exports2[PROTOTYPE$2];
|
|
18331
|
+
var target = IS_GLOBAL ? global$5 : IS_STATIC ? global$5[name2] : (global$5[name2] || {})[PROTOTYPE$2];
|
|
18358
18332
|
var key, own2, out;
|
|
18359
18333
|
if (IS_GLOBAL)
|
|
18360
18334
|
source = name2;
|
|
@@ -18378,7 +18352,7 @@ var $export$8 = /* @__PURE__ */ __name(function(type, name2, source) {
|
|
|
18378
18352
|
}
|
|
18379
18353
|
return C.apply(this, arguments);
|
|
18380
18354
|
}, "F");
|
|
18381
|
-
F2[PROTOTYPE$
|
|
18355
|
+
F2[PROTOTYPE$2] = C[PROTOTYPE$2];
|
|
18382
18356
|
return F2;
|
|
18383
18357
|
}(out) : IS_PROTO && typeof out == "function" ? ctx$1(Function.call, out) : out;
|
|
18384
18358
|
if (IS_PROTO) {
|
|
@@ -18483,14 +18457,14 @@ var _sharedKey = /* @__PURE__ */ __name(function(key) {
|
|
|
18483
18457
|
var has$d = _has;
|
|
18484
18458
|
var toIObject$4 = _toIobject;
|
|
18485
18459
|
var arrayIndexOf = _arrayIncludes$1(false);
|
|
18486
|
-
var IE_PROTO$
|
|
18460
|
+
var IE_PROTO$2 = _sharedKey("IE_PROTO");
|
|
18487
18461
|
var _objectKeysInternal = /* @__PURE__ */ __name(function(object3, names2) {
|
|
18488
18462
|
var O2 = toIObject$4(object3);
|
|
18489
18463
|
var i = 0;
|
|
18490
18464
|
var result = [];
|
|
18491
18465
|
var key;
|
|
18492
18466
|
for (key in O2)
|
|
18493
|
-
if (key != IE_PROTO$
|
|
18467
|
+
if (key != IE_PROTO$2)
|
|
18494
18468
|
has$d(O2, key) && result.push(key);
|
|
18495
18469
|
while (names2.length > i)
|
|
18496
18470
|
if (has$d(O2, key = names2[i++])) {
|
|
@@ -18500,22 +18474,14 @@ var _objectKeysInternal = /* @__PURE__ */ __name(function(object3, names2) {
|
|
|
18500
18474
|
}, "_objectKeysInternal");
|
|
18501
18475
|
var _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
|
|
18502
18476
|
var $keys$3 = _objectKeysInternal;
|
|
18503
|
-
var enumBugKeys = _enumBugKeys;
|
|
18477
|
+
var enumBugKeys$1 = _enumBugKeys;
|
|
18504
18478
|
var _objectKeys = Object.keys || /* @__PURE__ */ __name(function keys(O2) {
|
|
18505
|
-
return $keys$3(O2, enumBugKeys);
|
|
18479
|
+
return $keys$3(O2, enumBugKeys$1);
|
|
18506
18480
|
}, "keys");
|
|
18507
18481
|
var _objectGops = {};
|
|
18508
18482
|
_objectGops.f = Object.getOwnPropertySymbols;
|
|
18509
18483
|
var _objectPie = {};
|
|
18510
|
-
|
|
18511
|
-
function require_objectPie() {
|
|
18512
|
-
if (hasRequired_objectPie)
|
|
18513
|
-
return _objectPie;
|
|
18514
|
-
hasRequired_objectPie = 1;
|
|
18515
|
-
_objectPie.f = {}.propertyIsEnumerable;
|
|
18516
|
-
return _objectPie;
|
|
18517
|
-
}
|
|
18518
|
-
__name(require_objectPie, "require_objectPie");
|
|
18484
|
+
_objectPie.f = {}.propertyIsEnumerable;
|
|
18519
18485
|
var defined$1 = _defined;
|
|
18520
18486
|
var _toObject = /* @__PURE__ */ __name(function(it) {
|
|
18521
18487
|
return Object(defined$1(it));
|
|
@@ -18526,10 +18492,10 @@ function require_objectAssign() {
|
|
|
18526
18492
|
if (hasRequired_objectAssign)
|
|
18527
18493
|
return _objectAssign;
|
|
18528
18494
|
hasRequired_objectAssign = 1;
|
|
18529
|
-
var DESCRIPTORS2 =
|
|
18495
|
+
var DESCRIPTORS2 = _descriptors;
|
|
18530
18496
|
var getKeys2 = _objectKeys;
|
|
18531
18497
|
var gOPS2 = _objectGops;
|
|
18532
|
-
var pIE2 =
|
|
18498
|
+
var pIE2 = _objectPie;
|
|
18533
18499
|
var toObject2 = _toObject;
|
|
18534
18500
|
var IObject2 = _iobject;
|
|
18535
18501
|
var $assign = Object.assign;
|
|
@@ -18592,28 +18558,19 @@ var _iterStep = /* @__PURE__ */ __name(function(done, value) {
|
|
|
18592
18558
|
}, "_iterStep");
|
|
18593
18559
|
var _iterators = {};
|
|
18594
18560
|
var _redefine = _hide;
|
|
18595
|
-
var
|
|
18596
|
-
var
|
|
18597
|
-
|
|
18598
|
-
|
|
18599
|
-
|
|
18600
|
-
|
|
18601
|
-
var
|
|
18602
|
-
var
|
|
18603
|
-
var
|
|
18604
|
-
|
|
18605
|
-
|
|
18606
|
-
|
|
18607
|
-
|
|
18608
|
-
var i = 0;
|
|
18609
|
-
var P2;
|
|
18610
|
-
while (length > i)
|
|
18611
|
-
dP2.f(O2, P2 = keys5[i++], Properties2[P2]);
|
|
18612
|
-
return O2;
|
|
18613
|
-
}, "defineProperties");
|
|
18614
|
-
return _objectDps;
|
|
18615
|
-
}
|
|
18616
|
-
__name(require_objectDps, "require_objectDps");
|
|
18561
|
+
var dP$1 = _objectDp;
|
|
18562
|
+
var anObject$4 = _anObject;
|
|
18563
|
+
var getKeys$1 = _objectKeys;
|
|
18564
|
+
var _objectDps = _descriptors ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties(O2, Properties2) {
|
|
18565
|
+
anObject$4(O2);
|
|
18566
|
+
var keys5 = getKeys$1(Properties2);
|
|
18567
|
+
var length = keys5.length;
|
|
18568
|
+
var i = 0;
|
|
18569
|
+
var P2;
|
|
18570
|
+
while (length > i)
|
|
18571
|
+
dP$1.f(O2, P2 = keys5[i++], Properties2[P2]);
|
|
18572
|
+
return O2;
|
|
18573
|
+
}, "defineProperties");
|
|
18617
18574
|
var _html;
|
|
18618
18575
|
var hasRequired_html;
|
|
18619
18576
|
function require_html() {
|
|
@@ -18625,51 +18582,42 @@ function require_html() {
|
|
|
18625
18582
|
return _html;
|
|
18626
18583
|
}
|
|
18627
18584
|
__name(require_html, "require_html");
|
|
18628
|
-
var
|
|
18629
|
-
var
|
|
18630
|
-
|
|
18631
|
-
|
|
18632
|
-
|
|
18633
|
-
|
|
18634
|
-
|
|
18635
|
-
|
|
18636
|
-
var
|
|
18637
|
-
var
|
|
18638
|
-
var
|
|
18639
|
-
|
|
18640
|
-
var
|
|
18641
|
-
|
|
18642
|
-
|
|
18643
|
-
|
|
18644
|
-
|
|
18645
|
-
|
|
18646
|
-
|
|
18647
|
-
|
|
18648
|
-
|
|
18649
|
-
|
|
18650
|
-
|
|
18651
|
-
|
|
18652
|
-
|
|
18653
|
-
|
|
18654
|
-
|
|
18655
|
-
|
|
18656
|
-
|
|
18657
|
-
|
|
18658
|
-
|
|
18659
|
-
|
|
18660
|
-
|
|
18661
|
-
|
|
18662
|
-
|
|
18663
|
-
|
|
18664
|
-
Empty[PROTOTYPE2] = null;
|
|
18665
|
-
result[IE_PROTO2] = O2;
|
|
18666
|
-
} else
|
|
18667
|
-
result = createDict();
|
|
18668
|
-
return Properties2 === void 0 ? result : dPs(result, Properties2);
|
|
18669
|
-
}, "create");
|
|
18670
|
-
return _objectCreate;
|
|
18671
|
-
}
|
|
18672
|
-
__name(require_objectCreate, "require_objectCreate");
|
|
18585
|
+
var anObject$3 = _anObject;
|
|
18586
|
+
var dPs = _objectDps;
|
|
18587
|
+
var enumBugKeys = _enumBugKeys;
|
|
18588
|
+
var IE_PROTO$1 = _sharedKey("IE_PROTO");
|
|
18589
|
+
var Empty = /* @__PURE__ */ __name(function() {
|
|
18590
|
+
}, "Empty");
|
|
18591
|
+
var PROTOTYPE$1 = "prototype";
|
|
18592
|
+
var createDict = /* @__PURE__ */ __name(function() {
|
|
18593
|
+
var iframe = require_domCreate()("iframe");
|
|
18594
|
+
var i = enumBugKeys.length;
|
|
18595
|
+
var lt = "<";
|
|
18596
|
+
var gt = ">";
|
|
18597
|
+
var iframeDocument;
|
|
18598
|
+
iframe.style.display = "none";
|
|
18599
|
+
require_html().appendChild(iframe);
|
|
18600
|
+
iframe.src = "javascript:";
|
|
18601
|
+
iframeDocument = iframe.contentWindow.document;
|
|
18602
|
+
iframeDocument.open();
|
|
18603
|
+
iframeDocument.write(lt + "script" + gt + "document.F=Object" + lt + "/script" + gt);
|
|
18604
|
+
iframeDocument.close();
|
|
18605
|
+
createDict = iframeDocument.F;
|
|
18606
|
+
while (i--)
|
|
18607
|
+
delete createDict[PROTOTYPE$1][enumBugKeys[i]];
|
|
18608
|
+
return createDict();
|
|
18609
|
+
}, "createDict");
|
|
18610
|
+
var _objectCreate = Object.create || /* @__PURE__ */ __name(function create2(O2, Properties2) {
|
|
18611
|
+
var result;
|
|
18612
|
+
if (O2 !== null) {
|
|
18613
|
+
Empty[PROTOTYPE$1] = anObject$3(O2);
|
|
18614
|
+
result = new Empty();
|
|
18615
|
+
Empty[PROTOTYPE$1] = null;
|
|
18616
|
+
result[IE_PROTO$1] = O2;
|
|
18617
|
+
} else
|
|
18618
|
+
result = createDict();
|
|
18619
|
+
return Properties2 === void 0 ? result : dPs(result, Properties2);
|
|
18620
|
+
}, "create");
|
|
18673
18621
|
var _wks = { exports: {} };
|
|
18674
18622
|
var store$2 = _sharedExports("wks");
|
|
18675
18623
|
var uid$1 = _uid;
|
|
@@ -18680,14 +18628,14 @@ var $exports = _wks.exports = function(name2) {
|
|
|
18680
18628
|
};
|
|
18681
18629
|
$exports.store = store$2;
|
|
18682
18630
|
var _wksExports = _wks.exports;
|
|
18683
|
-
var def =
|
|
18631
|
+
var def = _objectDp.f;
|
|
18684
18632
|
var has$c = _has;
|
|
18685
18633
|
var TAG$1 = _wksExports("toStringTag");
|
|
18686
18634
|
var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
|
|
18687
18635
|
if (it && !has$c(it = stat ? it : it.prototype, TAG$1))
|
|
18688
18636
|
def(it, TAG$1, { configurable: true, value: tag });
|
|
18689
18637
|
}, "_setToStringTag");
|
|
18690
|
-
var create$4 =
|
|
18638
|
+
var create$4 = _objectCreate;
|
|
18691
18639
|
var descriptor = _propertyDesc;
|
|
18692
18640
|
var setToStringTag$2 = _setToStringTag;
|
|
18693
18641
|
var IteratorPrototype = {};
|
|
@@ -18953,7 +18901,7 @@ var ArrayProto = Array.prototype;
|
|
|
18953
18901
|
var _isArrayIter = /* @__PURE__ */ __name(function(it) {
|
|
18954
18902
|
return it !== void 0 && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
|
|
18955
18903
|
}, "_isArrayIter");
|
|
18956
|
-
var $defineProperty$2 =
|
|
18904
|
+
var $defineProperty$2 = _objectDp;
|
|
18957
18905
|
var createDesc$2 = _propertyDesc;
|
|
18958
18906
|
var _createProperty = /* @__PURE__ */ __name(function(object3, index2, value) {
|
|
18959
18907
|
if (index2 in object3)
|
|
@@ -19082,9 +19030,9 @@ var _default$8 = /* @__PURE__ */ __name(function(instance, Constructor) {
|
|
|
19082
19030
|
}
|
|
19083
19031
|
}, "_default$8");
|
|
19084
19032
|
var $export$3 = _export;
|
|
19085
|
-
$export$3($export$3.S + $export$3.F * !
|
|
19033
|
+
$export$3($export$3.S + $export$3.F * !_descriptors, "Object", { defineProperty: _objectDp.f });
|
|
19086
19034
|
var $Object$2 = _coreExports.Object;
|
|
19087
|
-
var defineProperty$c = /* @__PURE__ */ __name(function
|
|
19035
|
+
var defineProperty$c = /* @__PURE__ */ __name(function defineProperty3(it, key, desc) {
|
|
19088
19036
|
return $Object$2.defineProperty(it, key, desc);
|
|
19089
19037
|
}, "defineProperty");
|
|
19090
19038
|
var defineProperty$b = { "default": defineProperty$c, __esModule: true };
|
|
@@ -19095,7 +19043,7 @@ function _interopRequireDefault$c(obj) {
|
|
|
19095
19043
|
}
|
|
19096
19044
|
__name(_interopRequireDefault$c, "_interopRequireDefault$c");
|
|
19097
19045
|
var _default$7 = function() {
|
|
19098
|
-
function
|
|
19046
|
+
function defineProperties4(target, props) {
|
|
19099
19047
|
for (var i = 0; i < props.length; i++) {
|
|
19100
19048
|
var descriptor2 = props[i];
|
|
19101
19049
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -19105,12 +19053,12 @@ var _default$7 = function() {
|
|
|
19105
19053
|
(0, _defineProperty2.default)(target, descriptor2.key, descriptor2);
|
|
19106
19054
|
}
|
|
19107
19055
|
}
|
|
19108
|
-
__name(
|
|
19056
|
+
__name(defineProperties4, "defineProperties");
|
|
19109
19057
|
return function(Constructor, protoProps, staticProps) {
|
|
19110
19058
|
if (protoProps)
|
|
19111
|
-
|
|
19059
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
19112
19060
|
if (staticProps)
|
|
19113
|
-
|
|
19061
|
+
defineProperties4(Constructor, staticProps);
|
|
19114
19062
|
return Constructor;
|
|
19115
19063
|
};
|
|
19116
19064
|
}();
|
|
@@ -19123,7 +19071,7 @@ var _meta = { exports: {} };
|
|
|
19123
19071
|
var META$1 = _uid("meta");
|
|
19124
19072
|
var isObject$c = _isObject;
|
|
19125
19073
|
var has$a = _has;
|
|
19126
|
-
var setDesc =
|
|
19074
|
+
var setDesc = _objectDp.f;
|
|
19127
19075
|
var id$1 = 0;
|
|
19128
19076
|
var isExtensible = Object.isExtensible || function() {
|
|
19129
19077
|
return true;
|
|
@@ -19139,23 +19087,23 @@ var setMeta = /* @__PURE__ */ __name(function(it) {
|
|
|
19139
19087
|
// weak collections IDs
|
|
19140
19088
|
} });
|
|
19141
19089
|
}, "setMeta");
|
|
19142
|
-
var fastKey = /* @__PURE__ */ __name(function(it,
|
|
19090
|
+
var fastKey = /* @__PURE__ */ __name(function(it, create7) {
|
|
19143
19091
|
if (!isObject$c(it))
|
|
19144
19092
|
return typeof it == "symbol" ? it : (typeof it == "string" ? "S" : "P") + it;
|
|
19145
19093
|
if (!has$a(it, META$1)) {
|
|
19146
19094
|
if (!isExtensible(it))
|
|
19147
19095
|
return "F";
|
|
19148
|
-
if (!
|
|
19096
|
+
if (!create7)
|
|
19149
19097
|
return "E";
|
|
19150
19098
|
setMeta(it);
|
|
19151
19099
|
}
|
|
19152
19100
|
return it[META$1].i;
|
|
19153
19101
|
}, "fastKey");
|
|
19154
|
-
var getWeak = /* @__PURE__ */ __name(function(it,
|
|
19102
|
+
var getWeak = /* @__PURE__ */ __name(function(it, create7) {
|
|
19155
19103
|
if (!has$a(it, META$1)) {
|
|
19156
19104
|
if (!isExtensible(it))
|
|
19157
19105
|
return true;
|
|
19158
|
-
if (!
|
|
19106
|
+
if (!create7)
|
|
19159
19107
|
return false;
|
|
19160
19108
|
setMeta(it);
|
|
19161
19109
|
}
|
|
@@ -19176,7 +19124,7 @@ var meta = _meta.exports = {
|
|
|
19176
19124
|
var _metaExports = _meta.exports;
|
|
19177
19125
|
var core = _coreExports;
|
|
19178
19126
|
var wksExt$1 = _wksExt;
|
|
19179
|
-
var defineProperty$a =
|
|
19127
|
+
var defineProperty$a = _objectDp.f;
|
|
19180
19128
|
var _wksDefine = /* @__PURE__ */ __name(function(name2) {
|
|
19181
19129
|
var $Symbol2 = core.Symbol || (core.Symbol = {});
|
|
19182
19130
|
if (name2.charAt(0) != "_" && !(name2 in $Symbol2))
|
|
@@ -19184,7 +19132,7 @@ var _wksDefine = /* @__PURE__ */ __name(function(name2) {
|
|
|
19184
19132
|
}, "_wksDefine");
|
|
19185
19133
|
var getKeys = _objectKeys;
|
|
19186
19134
|
var gOPS$1 = _objectGops;
|
|
19187
|
-
var pIE$1 =
|
|
19135
|
+
var pIE$1 = _objectPie;
|
|
19188
19136
|
var _enumKeys = /* @__PURE__ */ __name(function(it) {
|
|
19189
19137
|
var result = getKeys(it);
|
|
19190
19138
|
var getSymbols2 = gOPS$1.f;
|
|
@@ -19225,14 +19173,14 @@ _objectGopnExt.f = /* @__PURE__ */ __name(function getOwnPropertyNames2(it) {
|
|
|
19225
19173
|
return windowNames && toString$5.call(it) == "[object Window]" ? getWindowNames(it) : gOPN$1(toIObject$2(it));
|
|
19226
19174
|
}, "getOwnPropertyNames");
|
|
19227
19175
|
var _objectGopd = {};
|
|
19228
|
-
var pIE =
|
|
19176
|
+
var pIE = _objectPie;
|
|
19229
19177
|
var createDesc$1 = _propertyDesc;
|
|
19230
19178
|
var toIObject$1 = _toIobject;
|
|
19231
19179
|
var toPrimitive$1 = _toPrimitive$1;
|
|
19232
19180
|
var has$9 = _has;
|
|
19233
|
-
var IE8_DOM_DEFINE =
|
|
19181
|
+
var IE8_DOM_DEFINE = _ie8DomDefine;
|
|
19234
19182
|
var gOPD$5 = Object.getOwnPropertyDescriptor;
|
|
19235
|
-
_objectGopd.f =
|
|
19183
|
+
_objectGopd.f = _descriptors ? gOPD$5 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor(O2, P2) {
|
|
19236
19184
|
O2 = toIObject$1(O2);
|
|
19237
19185
|
P2 = toPrimitive$1(P2, true);
|
|
19238
19186
|
if (IE8_DOM_DEFINE)
|
|
@@ -19245,7 +19193,7 @@ _objectGopd.f = require_descriptors() ? gOPD$5 : /* @__PURE__ */ __name(function
|
|
|
19245
19193
|
}, "getOwnPropertyDescriptor");
|
|
19246
19194
|
var global$2 = _globalExports;
|
|
19247
19195
|
var has$8 = _has;
|
|
19248
|
-
var DESCRIPTORS =
|
|
19196
|
+
var DESCRIPTORS = _descriptors;
|
|
19249
19197
|
var $export$2 = _export;
|
|
19250
19198
|
var redefine = _redefine;
|
|
19251
19199
|
var META = _metaExports.KEY;
|
|
@@ -19264,11 +19212,11 @@ var toObject$1 = _toObject;
|
|
|
19264
19212
|
var toIObject = _toIobject;
|
|
19265
19213
|
var toPrimitive = _toPrimitive$1;
|
|
19266
19214
|
var createDesc = _propertyDesc;
|
|
19267
|
-
var _create$1 =
|
|
19215
|
+
var _create$1 = _objectCreate;
|
|
19268
19216
|
var gOPNExt = _objectGopnExt;
|
|
19269
19217
|
var $GOPD = _objectGopd;
|
|
19270
19218
|
var $GOPS = _objectGops;
|
|
19271
|
-
var $DP =
|
|
19219
|
+
var $DP = _objectDp;
|
|
19272
19220
|
var $keys$1 = _objectKeys;
|
|
19273
19221
|
var gOPD$4 = $GOPD.f;
|
|
19274
19222
|
var dP = $DP.f;
|
|
@@ -19311,7 +19259,7 @@ var isSymbol$8 = USE_NATIVE && typeof $Symbol.iterator == "symbol" ? function(it
|
|
|
19311
19259
|
} : function(it) {
|
|
19312
19260
|
return it instanceof $Symbol;
|
|
19313
19261
|
};
|
|
19314
|
-
var $defineProperty$1 = /* @__PURE__ */ __name(function
|
|
19262
|
+
var $defineProperty$1 = /* @__PURE__ */ __name(function defineProperty4(it, key, D2) {
|
|
19315
19263
|
if (it === ObjectProto)
|
|
19316
19264
|
$defineProperty$1(OPSymbols, key, D2);
|
|
19317
19265
|
anObject(it);
|
|
@@ -19331,7 +19279,7 @@ var $defineProperty$1 = /* @__PURE__ */ __name(function defineProperty3(it, key,
|
|
|
19331
19279
|
}
|
|
19332
19280
|
return dP(it, key, D2);
|
|
19333
19281
|
}, "defineProperty");
|
|
19334
|
-
var $defineProperties = /* @__PURE__ */ __name(function
|
|
19282
|
+
var $defineProperties = /* @__PURE__ */ __name(function defineProperties2(it, P2) {
|
|
19335
19283
|
anObject(it);
|
|
19336
19284
|
var keys5 = enumKeys(P2 = toIObject(P2));
|
|
19337
19285
|
var i = 0;
|
|
@@ -19341,7 +19289,7 @@ var $defineProperties = /* @__PURE__ */ __name(function defineProperties(it, P2)
|
|
|
19341
19289
|
$defineProperty$1(it, key = keys5[i++], P2[key]);
|
|
19342
19290
|
return it;
|
|
19343
19291
|
}, "defineProperties");
|
|
19344
|
-
var $create = /* @__PURE__ */ __name(function
|
|
19292
|
+
var $create = /* @__PURE__ */ __name(function create3(it, P2) {
|
|
19345
19293
|
return P2 === void 0 ? _create$1(it) : $defineProperties(_create$1(it), P2);
|
|
19346
19294
|
}, "create");
|
|
19347
19295
|
var $propertyIsEnumerable = /* @__PURE__ */ __name(function propertyIsEnumerable(key) {
|
|
@@ -19405,7 +19353,7 @@ if (!USE_NATIVE) {
|
|
|
19405
19353
|
$GOPD.f = $getOwnPropertyDescriptor;
|
|
19406
19354
|
$DP.f = $defineProperty$1;
|
|
19407
19355
|
_objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
|
|
19408
|
-
|
|
19356
|
+
_objectPie.f = $propertyIsEnumerable;
|
|
19409
19357
|
$GOPS.f = $getOwnPropertySymbols;
|
|
19410
19358
|
if (DESCRIPTORS && !_library) {
|
|
19411
19359
|
redefine(ObjectProto, "propertyIsEnumerable", $propertyIsEnumerable);
|
|
@@ -19571,9 +19519,9 @@ $export$1($export$1.S, "Object", { setPrototypeOf: require_setProto().set });
|
|
|
19571
19519
|
var setPrototypeOf$1 = _coreExports.Object.setPrototypeOf;
|
|
19572
19520
|
var setPrototypeOf = { "default": setPrototypeOf$1, __esModule: true };
|
|
19573
19521
|
var $export = _export;
|
|
19574
|
-
$export($export.S, "Object", { create:
|
|
19522
|
+
$export($export.S, "Object", { create: _objectCreate });
|
|
19575
19523
|
var $Object$1 = _coreExports.Object;
|
|
19576
|
-
var create$3 = /* @__PURE__ */ __name(function
|
|
19524
|
+
var create$3 = /* @__PURE__ */ __name(function create4(P2, D2) {
|
|
19577
19525
|
return $Object$1.create(P2, D2);
|
|
19578
19526
|
}, "create");
|
|
19579
19527
|
var create$2 = { "default": create$3, __esModule: true };
|
|
@@ -23660,7 +23608,7 @@ function normalizeComponent(Comp) {
|
|
|
23660
23608
|
}
|
|
23661
23609
|
__name(normalizeComponent, "normalizeComponent");
|
|
23662
23610
|
var _createClass$d = function() {
|
|
23663
|
-
function
|
|
23611
|
+
function defineProperties4(target, props) {
|
|
23664
23612
|
for (var i = 0; i < props.length; i++) {
|
|
23665
23613
|
var descriptor2 = props[i];
|
|
23666
23614
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -23670,12 +23618,12 @@ var _createClass$d = function() {
|
|
|
23670
23618
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
23671
23619
|
}
|
|
23672
23620
|
}
|
|
23673
|
-
__name(
|
|
23621
|
+
__name(defineProperties4, "defineProperties");
|
|
23674
23622
|
return function(Constructor, protoProps, staticProps) {
|
|
23675
23623
|
if (protoProps)
|
|
23676
|
-
|
|
23624
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
23677
23625
|
if (staticProps)
|
|
23678
|
-
|
|
23626
|
+
defineProperties4(Constructor, staticProps);
|
|
23679
23627
|
return Constructor;
|
|
23680
23628
|
};
|
|
23681
23629
|
}();
|
|
@@ -23836,7 +23784,7 @@ var _extends$o = Object.assign || function(target) {
|
|
|
23836
23784
|
return target;
|
|
23837
23785
|
};
|
|
23838
23786
|
var _createClass$c = function() {
|
|
23839
|
-
function
|
|
23787
|
+
function defineProperties4(target, props) {
|
|
23840
23788
|
for (var i = 0; i < props.length; i++) {
|
|
23841
23789
|
var descriptor2 = props[i];
|
|
23842
23790
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -23846,12 +23794,12 @@ var _createClass$c = function() {
|
|
|
23846
23794
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
23847
23795
|
}
|
|
23848
23796
|
}
|
|
23849
|
-
__name(
|
|
23797
|
+
__name(defineProperties4, "defineProperties");
|
|
23850
23798
|
return function(Constructor, protoProps, staticProps) {
|
|
23851
23799
|
if (protoProps)
|
|
23852
|
-
|
|
23800
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
23853
23801
|
if (staticProps)
|
|
23854
|
-
|
|
23802
|
+
defineProperties4(Constructor, staticProps);
|
|
23855
23803
|
return Constructor;
|
|
23856
23804
|
};
|
|
23857
23805
|
}();
|
|
@@ -24442,7 +24390,7 @@ const Methods = /* @__PURE__ */ __name(function(Base) {
|
|
|
24442
24390
|
}(Base);
|
|
24443
24391
|
}, "Methods");
|
|
24444
24392
|
var _createClass$b = function() {
|
|
24445
|
-
function
|
|
24393
|
+
function defineProperties4(target, props) {
|
|
24446
24394
|
for (var i = 0; i < props.length; i++) {
|
|
24447
24395
|
var descriptor2 = props[i];
|
|
24448
24396
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -24452,12 +24400,12 @@ var _createClass$b = function() {
|
|
|
24452
24400
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
24453
24401
|
}
|
|
24454
24402
|
}
|
|
24455
|
-
__name(
|
|
24403
|
+
__name(defineProperties4, "defineProperties");
|
|
24456
24404
|
return function(Constructor, protoProps, staticProps) {
|
|
24457
24405
|
if (protoProps)
|
|
24458
|
-
|
|
24406
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
24459
24407
|
if (staticProps)
|
|
24460
|
-
|
|
24408
|
+
defineProperties4(Constructor, staticProps);
|
|
24461
24409
|
return Constructor;
|
|
24462
24410
|
};
|
|
24463
24411
|
}();
|
|
@@ -25229,7 +25177,7 @@ var _extends$l = Object.assign || function(target) {
|
|
|
25229
25177
|
return target;
|
|
25230
25178
|
};
|
|
25231
25179
|
var _createClass$a = function() {
|
|
25232
|
-
function
|
|
25180
|
+
function defineProperties4(target, props) {
|
|
25233
25181
|
for (var i = 0; i < props.length; i++) {
|
|
25234
25182
|
var descriptor2 = props[i];
|
|
25235
25183
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -25239,12 +25187,12 @@ var _createClass$a = function() {
|
|
|
25239
25187
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
25240
25188
|
}
|
|
25241
25189
|
}
|
|
25242
|
-
__name(
|
|
25190
|
+
__name(defineProperties4, "defineProperties");
|
|
25243
25191
|
return function(Constructor, protoProps, staticProps) {
|
|
25244
25192
|
if (protoProps)
|
|
25245
|
-
|
|
25193
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
25246
25194
|
if (staticProps)
|
|
25247
|
-
|
|
25195
|
+
defineProperties4(Constructor, staticProps);
|
|
25248
25196
|
return Constructor;
|
|
25249
25197
|
};
|
|
25250
25198
|
}();
|
|
@@ -31559,21 +31507,21 @@ function parse$8(options) {
|
|
|
31559
31507
|
defined: [],
|
|
31560
31508
|
lazy: {},
|
|
31561
31509
|
constructs: constructs2,
|
|
31562
|
-
content:
|
|
31563
|
-
document:
|
|
31564
|
-
flow:
|
|
31565
|
-
string:
|
|
31566
|
-
text:
|
|
31510
|
+
content: create7(content$2),
|
|
31511
|
+
document: create7(document$2),
|
|
31512
|
+
flow: create7(flow$1),
|
|
31513
|
+
string: create7(string$1),
|
|
31514
|
+
text: create7(text$3)
|
|
31567
31515
|
};
|
|
31568
31516
|
return parser;
|
|
31569
|
-
function
|
|
31517
|
+
function create7(initial) {
|
|
31570
31518
|
return creator;
|
|
31571
31519
|
function creator(from3) {
|
|
31572
31520
|
return createTokenizer(parser, initial, from3);
|
|
31573
31521
|
}
|
|
31574
31522
|
__name(creator, "creator");
|
|
31575
31523
|
}
|
|
31576
|
-
__name(
|
|
31524
|
+
__name(create7, "create");
|
|
31577
31525
|
}
|
|
31578
31526
|
__name(parse$8, "parse$8");
|
|
31579
31527
|
const search$1 = /[\0\t\n\r]/g;
|
|
@@ -31984,10 +31932,10 @@ function compiler(options) {
|
|
|
31984
31932
|
return data[key];
|
|
31985
31933
|
}
|
|
31986
31934
|
__name(getData, "getData");
|
|
31987
|
-
function opener(
|
|
31935
|
+
function opener(create7, and) {
|
|
31988
31936
|
return open2;
|
|
31989
31937
|
function open2(token) {
|
|
31990
|
-
enter2.call(this,
|
|
31938
|
+
enter2.call(this, create7(token), token);
|
|
31991
31939
|
if (and)
|
|
31992
31940
|
and.call(this, token);
|
|
31993
31941
|
}
|
|
@@ -40886,11 +40834,11 @@ var implementation$8 = /* @__PURE__ */ __name(function bind2(that) {
|
|
|
40886
40834
|
}
|
|
40887
40835
|
bound = Function("binder", "return function (" + boundArgs.join(",") + "){ return binder.apply(this,arguments); }")(binder);
|
|
40888
40836
|
if (target.prototype) {
|
|
40889
|
-
var
|
|
40837
|
+
var Empty2 = /* @__PURE__ */ __name(function Empty3() {
|
|
40890
40838
|
}, "Empty");
|
|
40891
|
-
|
|
40892
|
-
bound.prototype = new
|
|
40893
|
-
|
|
40839
|
+
Empty2.prototype = target.prototype;
|
|
40840
|
+
bound.prototype = new Empty2();
|
|
40841
|
+
Empty2.prototype = null;
|
|
40894
40842
|
}
|
|
40895
40843
|
return bound;
|
|
40896
40844
|
}, "bind");
|
|
@@ -45025,7 +44973,7 @@ var _extends$f = Object.assign || function(target) {
|
|
|
45025
44973
|
return target;
|
|
45026
44974
|
};
|
|
45027
44975
|
var _createClass$9 = function() {
|
|
45028
|
-
function
|
|
44976
|
+
function defineProperties4(target, props) {
|
|
45029
44977
|
for (var i = 0; i < props.length; i++) {
|
|
45030
44978
|
var descriptor2 = props[i];
|
|
45031
44979
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -45035,12 +44983,12 @@ var _createClass$9 = function() {
|
|
|
45035
44983
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
45036
44984
|
}
|
|
45037
44985
|
}
|
|
45038
|
-
__name(
|
|
44986
|
+
__name(defineProperties4, "defineProperties");
|
|
45039
44987
|
return function(Constructor, protoProps, staticProps) {
|
|
45040
44988
|
if (protoProps)
|
|
45041
|
-
|
|
44989
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
45042
44990
|
if (staticProps)
|
|
45043
|
-
|
|
44991
|
+
defineProperties4(Constructor, staticProps);
|
|
45044
44992
|
return Constructor;
|
|
45045
44993
|
};
|
|
45046
44994
|
}();
|
|
@@ -45182,7 +45130,7 @@ var Alpha = function(_ref) {
|
|
|
45182
45130
|
return Alpha2;
|
|
45183
45131
|
}(React$2.PureComponent || React$2.Component);
|
|
45184
45132
|
var _createClass$8 = function() {
|
|
45185
|
-
function
|
|
45133
|
+
function defineProperties4(target, props) {
|
|
45186
45134
|
for (var i = 0; i < props.length; i++) {
|
|
45187
45135
|
var descriptor2 = props[i];
|
|
45188
45136
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -45192,12 +45140,12 @@ var _createClass$8 = function() {
|
|
|
45192
45140
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
45193
45141
|
}
|
|
45194
45142
|
}
|
|
45195
|
-
__name(
|
|
45143
|
+
__name(defineProperties4, "defineProperties");
|
|
45196
45144
|
return function(Constructor, protoProps, staticProps) {
|
|
45197
45145
|
if (protoProps)
|
|
45198
|
-
|
|
45146
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
45199
45147
|
if (staticProps)
|
|
45200
|
-
|
|
45148
|
+
defineProperties4(Constructor, staticProps);
|
|
45201
45149
|
return Constructor;
|
|
45202
45150
|
};
|
|
45203
45151
|
}();
|
|
@@ -45430,7 +45378,7 @@ var calculateChange$1 = /* @__PURE__ */ __name(function calculateChange2(e2, dir
|
|
|
45430
45378
|
return null;
|
|
45431
45379
|
}, "calculateChange");
|
|
45432
45380
|
var _createClass$7 = function() {
|
|
45433
|
-
function
|
|
45381
|
+
function defineProperties4(target, props) {
|
|
45434
45382
|
for (var i = 0; i < props.length; i++) {
|
|
45435
45383
|
var descriptor2 = props[i];
|
|
45436
45384
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -45440,12 +45388,12 @@ var _createClass$7 = function() {
|
|
|
45440
45388
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
45441
45389
|
}
|
|
45442
45390
|
}
|
|
45443
|
-
__name(
|
|
45391
|
+
__name(defineProperties4, "defineProperties");
|
|
45444
45392
|
return function(Constructor, protoProps, staticProps) {
|
|
45445
45393
|
if (protoProps)
|
|
45446
|
-
|
|
45394
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
45447
45395
|
if (staticProps)
|
|
45448
|
-
|
|
45396
|
+
defineProperties4(Constructor, staticProps);
|
|
45449
45397
|
return Constructor;
|
|
45450
45398
|
};
|
|
45451
45399
|
}();
|
|
@@ -46656,7 +46604,7 @@ var calculateChange3 = /* @__PURE__ */ __name(function calculateChange4(e2, hsl2
|
|
|
46656
46604
|
};
|
|
46657
46605
|
}, "calculateChange");
|
|
46658
46606
|
var _createClass$6 = function() {
|
|
46659
|
-
function
|
|
46607
|
+
function defineProperties4(target, props) {
|
|
46660
46608
|
for (var i = 0; i < props.length; i++) {
|
|
46661
46609
|
var descriptor2 = props[i];
|
|
46662
46610
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -46666,12 +46614,12 @@ var _createClass$6 = function() {
|
|
|
46666
46614
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
46667
46615
|
}
|
|
46668
46616
|
}
|
|
46669
|
-
__name(
|
|
46617
|
+
__name(defineProperties4, "defineProperties");
|
|
46670
46618
|
return function(Constructor, protoProps, staticProps) {
|
|
46671
46619
|
if (protoProps)
|
|
46672
|
-
|
|
46620
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
46673
46621
|
if (staticProps)
|
|
46674
|
-
|
|
46622
|
+
defineProperties4(Constructor, staticProps);
|
|
46675
46623
|
return Constructor;
|
|
46676
46624
|
};
|
|
46677
46625
|
}();
|
|
@@ -47973,7 +47921,7 @@ var _extends$e = Object.assign || function(target) {
|
|
|
47973
47921
|
return target;
|
|
47974
47922
|
};
|
|
47975
47923
|
var _createClass$5 = function() {
|
|
47976
|
-
function
|
|
47924
|
+
function defineProperties4(target, props) {
|
|
47977
47925
|
for (var i = 0; i < props.length; i++) {
|
|
47978
47926
|
var descriptor2 = props[i];
|
|
47979
47927
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -47983,12 +47931,12 @@ var _createClass$5 = function() {
|
|
|
47983
47931
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
47984
47932
|
}
|
|
47985
47933
|
}
|
|
47986
|
-
__name(
|
|
47934
|
+
__name(defineProperties4, "defineProperties");
|
|
47987
47935
|
return function(Constructor, protoProps, staticProps) {
|
|
47988
47936
|
if (protoProps)
|
|
47989
|
-
|
|
47937
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
47990
47938
|
if (staticProps)
|
|
47991
|
-
|
|
47939
|
+
defineProperties4(Constructor, staticProps);
|
|
47992
47940
|
return Constructor;
|
|
47993
47941
|
};
|
|
47994
47942
|
}();
|
|
@@ -48085,7 +48033,7 @@ var _extends$d = Object.assign || function(target) {
|
|
|
48085
48033
|
return target;
|
|
48086
48034
|
};
|
|
48087
48035
|
var _createClass$4 = function() {
|
|
48088
|
-
function
|
|
48036
|
+
function defineProperties4(target, props) {
|
|
48089
48037
|
for (var i = 0; i < props.length; i++) {
|
|
48090
48038
|
var descriptor2 = props[i];
|
|
48091
48039
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -48095,12 +48043,12 @@ var _createClass$4 = function() {
|
|
|
48095
48043
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
48096
48044
|
}
|
|
48097
48045
|
}
|
|
48098
|
-
__name(
|
|
48046
|
+
__name(defineProperties4, "defineProperties");
|
|
48099
48047
|
return function(Constructor, protoProps, staticProps) {
|
|
48100
48048
|
if (protoProps)
|
|
48101
|
-
|
|
48049
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
48102
48050
|
if (staticProps)
|
|
48103
|
-
|
|
48051
|
+
defineProperties4(Constructor, staticProps);
|
|
48104
48052
|
return Constructor;
|
|
48105
48053
|
};
|
|
48106
48054
|
}();
|
|
@@ -49158,7 +49106,7 @@ var _default$3 = UnfoldMoreHorizontalIcon.default = function(_ref) {
|
|
|
49158
49106
|
);
|
|
49159
49107
|
};
|
|
49160
49108
|
var _createClass$3 = function() {
|
|
49161
|
-
function
|
|
49109
|
+
function defineProperties4(target, props) {
|
|
49162
49110
|
for (var i = 0; i < props.length; i++) {
|
|
49163
49111
|
var descriptor2 = props[i];
|
|
49164
49112
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -49168,12 +49116,12 @@ var _createClass$3 = function() {
|
|
|
49168
49116
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
49169
49117
|
}
|
|
49170
49118
|
}
|
|
49171
|
-
__name(
|
|
49119
|
+
__name(defineProperties4, "defineProperties");
|
|
49172
49120
|
return function(Constructor, protoProps, staticProps) {
|
|
49173
49121
|
if (protoProps)
|
|
49174
|
-
|
|
49122
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
49175
49123
|
if (staticProps)
|
|
49176
|
-
|
|
49124
|
+
defineProperties4(Constructor, staticProps);
|
|
49177
49125
|
return Constructor;
|
|
49178
49126
|
};
|
|
49179
49127
|
}();
|
|
@@ -50583,7 +50531,7 @@ var PhotoshopPreviews = /* @__PURE__ */ __name(function PhotoshopPreviews2(_ref)
|
|
|
50583
50531
|
);
|
|
50584
50532
|
}, "PhotoshopPreviews");
|
|
50585
50533
|
var _createClass$2 = function() {
|
|
50586
|
-
function
|
|
50534
|
+
function defineProperties4(target, props) {
|
|
50587
50535
|
for (var i = 0; i < props.length; i++) {
|
|
50588
50536
|
var descriptor2 = props[i];
|
|
50589
50537
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -50593,12 +50541,12 @@ var _createClass$2 = function() {
|
|
|
50593
50541
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
50594
50542
|
}
|
|
50595
50543
|
}
|
|
50596
|
-
__name(
|
|
50544
|
+
__name(defineProperties4, "defineProperties");
|
|
50597
50545
|
return function(Constructor, protoProps, staticProps) {
|
|
50598
50546
|
if (protoProps)
|
|
50599
|
-
|
|
50547
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
50600
50548
|
if (staticProps)
|
|
50601
|
-
|
|
50549
|
+
defineProperties4(Constructor, staticProps);
|
|
50602
50550
|
return Constructor;
|
|
50603
50551
|
};
|
|
50604
50552
|
}();
|
|
@@ -74453,7 +74401,7 @@ ObjectWithoutPrototypeCache.prototype.set = function(key, value) {
|
|
|
74453
74401
|
this.cache[key] = value;
|
|
74454
74402
|
};
|
|
74455
74403
|
var cacheDefault = {
|
|
74456
|
-
create: /* @__PURE__ */ __name(function
|
|
74404
|
+
create: /* @__PURE__ */ __name(function create5() {
|
|
74457
74405
|
return new ObjectWithoutPrototypeCache();
|
|
74458
74406
|
}, "create")
|
|
74459
74407
|
};
|
|
@@ -76817,6 +76765,7 @@ ptIconWrapper(
|
|
|
76817
76765
|
))),
|
|
76818
76766
|
400
|
|
76819
76767
|
);
|
|
76768
|
+
const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
|
|
76820
76769
|
function genericCommandFactory(config) {
|
|
76821
76770
|
const out = {};
|
|
76822
76771
|
for (const cmdId in config.commandDefs) {
|
|
@@ -77870,30 +77819,6 @@ const minimumOrfSize$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
77870
77819
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
77871
77820
|
const protein_letters = "ACDEFGHIKLMNPQRSTVWY";
|
|
77872
77821
|
const extended_protein_letters = "ACDEFGHIKLMNPQRSTVWYBXZJUO.*-";
|
|
77873
|
-
const protein_letters_1to3 = {
|
|
77874
|
-
A: "Ala",
|
|
77875
|
-
C: "Cys",
|
|
77876
|
-
D: "Asp",
|
|
77877
|
-
E: "Glu",
|
|
77878
|
-
F: "Phe",
|
|
77879
|
-
G: "Gly",
|
|
77880
|
-
H: "His",
|
|
77881
|
-
I: "Ile",
|
|
77882
|
-
K: "Lys",
|
|
77883
|
-
L: "Leu",
|
|
77884
|
-
M: "Met",
|
|
77885
|
-
N: "Asn",
|
|
77886
|
-
P: "Pro",
|
|
77887
|
-
Q: "Gln",
|
|
77888
|
-
R: "Arg",
|
|
77889
|
-
S: "Ser",
|
|
77890
|
-
T: "Thr",
|
|
77891
|
-
V: "Val",
|
|
77892
|
-
W: "Trp",
|
|
77893
|
-
Y: "Tyr",
|
|
77894
|
-
O: "Pyl",
|
|
77895
|
-
U: "Sec"
|
|
77896
|
-
};
|
|
77897
77822
|
const ambiguous_dna_letters = "GATCRYWSMKHBVDN";
|
|
77898
77823
|
const unambiguous_dna_letters = "GATC";
|
|
77899
77824
|
const ambiguous_rna_letters = "GAUCRYWSMKHBVDN";
|
|
@@ -77918,135 +77843,6 @@ const ambiguous_dna_values$1 = {
|
|
|
77918
77843
|
X: "GATC",
|
|
77919
77844
|
N: "GATC"
|
|
77920
77845
|
};
|
|
77921
|
-
const ambiguous_rna_values = {
|
|
77922
|
-
".": ".",
|
|
77923
|
-
A: "A",
|
|
77924
|
-
C: "C",
|
|
77925
|
-
G: "G",
|
|
77926
|
-
U: "U",
|
|
77927
|
-
M: "AC",
|
|
77928
|
-
R: "AG",
|
|
77929
|
-
W: "AU",
|
|
77930
|
-
S: "CG",
|
|
77931
|
-
Y: "CU",
|
|
77932
|
-
K: "GU",
|
|
77933
|
-
V: "ACG",
|
|
77934
|
-
H: "ACU",
|
|
77935
|
-
D: "AGU",
|
|
77936
|
-
B: "CGU",
|
|
77937
|
-
X: "GAUC",
|
|
77938
|
-
N: "GAUC"
|
|
77939
|
-
};
|
|
77940
|
-
const ambiguous_dna_complement = {
|
|
77941
|
-
".": ".",
|
|
77942
|
-
A: "T",
|
|
77943
|
-
C: "G",
|
|
77944
|
-
G: "C",
|
|
77945
|
-
T: "A",
|
|
77946
|
-
M: "K",
|
|
77947
|
-
R: "Y",
|
|
77948
|
-
W: "W",
|
|
77949
|
-
S: "S",
|
|
77950
|
-
Y: "R",
|
|
77951
|
-
K: "M",
|
|
77952
|
-
V: "B",
|
|
77953
|
-
H: "D",
|
|
77954
|
-
D: "H",
|
|
77955
|
-
B: "V",
|
|
77956
|
-
X: "X",
|
|
77957
|
-
N: "N"
|
|
77958
|
-
};
|
|
77959
|
-
const ambiguous_rna_complement = {
|
|
77960
|
-
".": ".",
|
|
77961
|
-
A: "U",
|
|
77962
|
-
C: "G",
|
|
77963
|
-
G: "C",
|
|
77964
|
-
U: "A",
|
|
77965
|
-
M: "K",
|
|
77966
|
-
R: "Y",
|
|
77967
|
-
W: "W",
|
|
77968
|
-
S: "S",
|
|
77969
|
-
Y: "R",
|
|
77970
|
-
K: "M",
|
|
77971
|
-
V: "B",
|
|
77972
|
-
H: "D",
|
|
77973
|
-
D: "H",
|
|
77974
|
-
B: "V",
|
|
77975
|
-
X: "X",
|
|
77976
|
-
N: "N"
|
|
77977
|
-
};
|
|
77978
|
-
const unambiguous_dna_weights = {
|
|
77979
|
-
A: 331.2218,
|
|
77980
|
-
C: 307.1971,
|
|
77981
|
-
G: 347.2212,
|
|
77982
|
-
T: 322.2085
|
|
77983
|
-
};
|
|
77984
|
-
const monoisotopic_unambiguous_dna_weights = {
|
|
77985
|
-
A: 331.06817,
|
|
77986
|
-
C: 307.056936,
|
|
77987
|
-
G: 347.063084,
|
|
77988
|
-
T: 322.056602
|
|
77989
|
-
};
|
|
77990
|
-
const unambiguous_rna_weights = {
|
|
77991
|
-
A: 347.2212,
|
|
77992
|
-
C: 323.1965,
|
|
77993
|
-
G: 363.2206,
|
|
77994
|
-
U: 324.1813
|
|
77995
|
-
};
|
|
77996
|
-
const monoisotopic_unambiguous_rna_weights = {
|
|
77997
|
-
A: 347.063084,
|
|
77998
|
-
C: 323.051851,
|
|
77999
|
-
G: 363.057999,
|
|
78000
|
-
U: 324.035867
|
|
78001
|
-
};
|
|
78002
|
-
const protein_weights = {
|
|
78003
|
-
A: 89.0932,
|
|
78004
|
-
C: 121.1582,
|
|
78005
|
-
D: 133.1027,
|
|
78006
|
-
E: 147.1293,
|
|
78007
|
-
F: 165.1891,
|
|
78008
|
-
G: 75.0666,
|
|
78009
|
-
H: 155.1546,
|
|
78010
|
-
I: 131.1729,
|
|
78011
|
-
K: 146.1876,
|
|
78012
|
-
L: 131.1729,
|
|
78013
|
-
M: 149.2113,
|
|
78014
|
-
N: 132.1179,
|
|
78015
|
-
O: 255.3134,
|
|
78016
|
-
P: 115.1305,
|
|
78017
|
-
Q: 146.1445,
|
|
78018
|
-
R: 174.201,
|
|
78019
|
-
S: 105.0926,
|
|
78020
|
-
T: 119.1192,
|
|
78021
|
-
U: 168.0532,
|
|
78022
|
-
V: 117.1463,
|
|
78023
|
-
W: 204.2252,
|
|
78024
|
-
Y: 181.1885
|
|
78025
|
-
};
|
|
78026
|
-
const monoisotopic_protein_weights = {
|
|
78027
|
-
A: 89.047678,
|
|
78028
|
-
C: 121.019749,
|
|
78029
|
-
D: 133.037508,
|
|
78030
|
-
E: 147.053158,
|
|
78031
|
-
F: 165.078979,
|
|
78032
|
-
G: 75.032028,
|
|
78033
|
-
H: 155.069477,
|
|
78034
|
-
I: 131.094629,
|
|
78035
|
-
K: 146.105528,
|
|
78036
|
-
L: 131.094629,
|
|
78037
|
-
M: 149.051049,
|
|
78038
|
-
N: 132.053492,
|
|
78039
|
-
O: 255.158292,
|
|
78040
|
-
P: 115.063329,
|
|
78041
|
-
Q: 146.069142,
|
|
78042
|
-
R: 174.111676,
|
|
78043
|
-
S: 105.042593,
|
|
78044
|
-
T: 119.058243,
|
|
78045
|
-
U: 168.964203,
|
|
78046
|
-
V: 117.078979,
|
|
78047
|
-
W: 204.089878,
|
|
78048
|
-
Y: 181.073893
|
|
78049
|
-
};
|
|
78050
77846
|
const extended_protein_values = {
|
|
78051
77847
|
A: "A",
|
|
78052
77848
|
B: "ND",
|
|
@@ -78081,140 +77877,17 @@ const extended_protein_values = {
|
|
|
78081
77877
|
".": "\\.\\.",
|
|
78082
77878
|
"-": "\\-"
|
|
78083
77879
|
};
|
|
78084
|
-
const atom_weights = {
|
|
78085
|
-
H: 1.00794,
|
|
78086
|
-
D: 2.0141,
|
|
78087
|
-
He: 4.002602,
|
|
78088
|
-
Li: 6.941,
|
|
78089
|
-
Be: 9.012182,
|
|
78090
|
-
B: 10.811,
|
|
78091
|
-
C: 12.0107,
|
|
78092
|
-
N: 14.0067,
|
|
78093
|
-
O: 15.9994,
|
|
78094
|
-
F: 18.9984032,
|
|
78095
|
-
Ne: 20.1797,
|
|
78096
|
-
Na: 22.98977,
|
|
78097
|
-
Mg: 24.305,
|
|
78098
|
-
Al: 26.981538,
|
|
78099
|
-
Si: 28.0855,
|
|
78100
|
-
P: 30.973761,
|
|
78101
|
-
S: 32.065,
|
|
78102
|
-
Cl: 35.453,
|
|
78103
|
-
Ar: 39.948,
|
|
78104
|
-
K: 39.0983,
|
|
78105
|
-
Ca: 40.078,
|
|
78106
|
-
Sc: 44.95591,
|
|
78107
|
-
Ti: 47.867,
|
|
78108
|
-
V: 50.9415,
|
|
78109
|
-
Cr: 51.9961,
|
|
78110
|
-
Mn: 54.938049,
|
|
78111
|
-
Fe: 55.845,
|
|
78112
|
-
Co: 58.9332,
|
|
78113
|
-
Ni: 58.6934,
|
|
78114
|
-
Cu: 63.546,
|
|
78115
|
-
Zn: 65.39,
|
|
78116
|
-
Ga: 69.723,
|
|
78117
|
-
Ge: 72.64,
|
|
78118
|
-
As: 74.9216,
|
|
78119
|
-
Se: 78.96,
|
|
78120
|
-
Br: 79.904,
|
|
78121
|
-
Kr: 83.8,
|
|
78122
|
-
Rb: 85.4678,
|
|
78123
|
-
Sr: 87.62,
|
|
78124
|
-
Y: 88.90585,
|
|
78125
|
-
Zr: 91.224,
|
|
78126
|
-
Nb: 92.90638,
|
|
78127
|
-
Mo: 95.94,
|
|
78128
|
-
Tc: 98,
|
|
78129
|
-
Ru: 101.07,
|
|
78130
|
-
Rh: 102.9055,
|
|
78131
|
-
Pd: 106.42,
|
|
78132
|
-
Ag: 107.8682,
|
|
78133
|
-
Cd: 112.411,
|
|
78134
|
-
In: 114.818,
|
|
78135
|
-
Sn: 118.71,
|
|
78136
|
-
Sb: 121.76,
|
|
78137
|
-
Te: 127.6,
|
|
78138
|
-
I: 126.90447,
|
|
78139
|
-
Xe: 131.293,
|
|
78140
|
-
Cs: 132.90545,
|
|
78141
|
-
Ba: 137.327,
|
|
78142
|
-
La: 138.9055,
|
|
78143
|
-
Ce: 140.116,
|
|
78144
|
-
Pr: 140.90765,
|
|
78145
|
-
Nd: 144.24,
|
|
78146
|
-
Pm: 145,
|
|
78147
|
-
Sm: 150.36,
|
|
78148
|
-
Eu: 151.964,
|
|
78149
|
-
Gd: 157.25,
|
|
78150
|
-
Tb: 158.92534,
|
|
78151
|
-
Dy: 162.5,
|
|
78152
|
-
Ho: 164.93032,
|
|
78153
|
-
Er: 167.259,
|
|
78154
|
-
Tm: 168.93421,
|
|
78155
|
-
Yb: 173.04,
|
|
78156
|
-
Lu: 174.967,
|
|
78157
|
-
Hf: 178.49,
|
|
78158
|
-
Ta: 180.9479,
|
|
78159
|
-
W: 183.84,
|
|
78160
|
-
Re: 186.207,
|
|
78161
|
-
Os: 190.23,
|
|
78162
|
-
Ir: 192.217,
|
|
78163
|
-
Pt: 195.078,
|
|
78164
|
-
Au: 196.96655,
|
|
78165
|
-
Hg: 200.59,
|
|
78166
|
-
Tl: 204.3833,
|
|
78167
|
-
Pb: 207.2,
|
|
78168
|
-
Bi: 208.98038,
|
|
78169
|
-
Po: 208.98,
|
|
78170
|
-
At: 209.99,
|
|
78171
|
-
Rn: 222.02,
|
|
78172
|
-
Fr: 223.02,
|
|
78173
|
-
Ra: 226.03,
|
|
78174
|
-
Ac: 227.03,
|
|
78175
|
-
Th: 232.0381,
|
|
78176
|
-
Pa: 231.03588,
|
|
78177
|
-
U: 238.02891,
|
|
78178
|
-
Np: 237.05,
|
|
78179
|
-
Pu: 244.06,
|
|
78180
|
-
Am: 243.06,
|
|
78181
|
-
Cm: 247.07,
|
|
78182
|
-
Bk: 247.07,
|
|
78183
|
-
Cf: 251.08,
|
|
78184
|
-
Es: 252.08,
|
|
78185
|
-
Fm: 257.1,
|
|
78186
|
-
Md: 258.1,
|
|
78187
|
-
No: 259.1,
|
|
78188
|
-
Lr: 262.11,
|
|
78189
|
-
Rf: 261.11,
|
|
78190
|
-
Db: 262.11,
|
|
78191
|
-
Sg: 266.12,
|
|
78192
|
-
Bh: 264.12,
|
|
78193
|
-
Hs: 269.13,
|
|
78194
|
-
Mt: 268.14
|
|
78195
|
-
};
|
|
78196
77880
|
const bioData = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
78197
77881
|
__proto__: null,
|
|
78198
|
-
ambiguous_dna_complement,
|
|
78199
77882
|
ambiguous_dna_letters,
|
|
78200
77883
|
ambiguous_dna_values: ambiguous_dna_values$1,
|
|
78201
|
-
ambiguous_rna_complement,
|
|
78202
77884
|
ambiguous_rna_letters,
|
|
78203
|
-
ambiguous_rna_values,
|
|
78204
|
-
atom_weights,
|
|
78205
77885
|
extended_dna_letters,
|
|
78206
77886
|
extended_protein_letters,
|
|
78207
77887
|
extended_protein_values,
|
|
78208
|
-
monoisotopic_protein_weights,
|
|
78209
|
-
monoisotopic_unambiguous_dna_weights,
|
|
78210
|
-
monoisotopic_unambiguous_rna_weights,
|
|
78211
77888
|
protein_letters,
|
|
78212
|
-
protein_letters_1to3,
|
|
78213
|
-
protein_weights,
|
|
78214
77889
|
unambiguous_dna_letters,
|
|
78215
|
-
|
|
78216
|
-
unambiguous_rna_letters,
|
|
78217
|
-
unambiguous_rna_weights
|
|
77890
|
+
unambiguous_rna_letters
|
|
78218
77891
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
78219
77892
|
const aminoAcidToDegenerateDnaMap = {
|
|
78220
77893
|
"-": "---",
|
|
@@ -79832,7 +79505,7 @@ __name(requireEmpty, "requireEmpty");
|
|
|
79832
79505
|
}
|
|
79833
79506
|
}, "classCallCheck");
|
|
79834
79507
|
var createClass2 = function() {
|
|
79835
|
-
function
|
|
79508
|
+
function defineProperties4(target, props) {
|
|
79836
79509
|
for (var i = 0; i < props.length; i++) {
|
|
79837
79510
|
var descriptor2 = props[i];
|
|
79838
79511
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -79842,12 +79515,12 @@ __name(requireEmpty, "requireEmpty");
|
|
|
79842
79515
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
79843
79516
|
}
|
|
79844
79517
|
}
|
|
79845
|
-
__name(
|
|
79518
|
+
__name(defineProperties4, "defineProperties");
|
|
79846
79519
|
return function(Constructor, protoProps, staticProps) {
|
|
79847
79520
|
if (protoProps)
|
|
79848
|
-
|
|
79521
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
79849
79522
|
if (staticProps)
|
|
79850
|
-
|
|
79523
|
+
defineProperties4(Constructor, staticProps);
|
|
79851
79524
|
return Constructor;
|
|
79852
79525
|
};
|
|
79853
79526
|
}();
|
|
@@ -83662,10 +83335,10 @@ __name(requireEmpty, "requireEmpty");
|
|
|
83662
83335
|
return value;
|
|
83663
83336
|
}
|
|
83664
83337
|
__name(dateReviver, "dateReviver");
|
|
83665
|
-
function
|
|
83338
|
+
function create7(options) {
|
|
83666
83339
|
return new DiffPatcher(options);
|
|
83667
83340
|
}
|
|
83668
|
-
__name(
|
|
83341
|
+
__name(create7, "create");
|
|
83669
83342
|
var defaultInstance$4 = void 0;
|
|
83670
83343
|
function diff() {
|
|
83671
83344
|
if (!defaultInstance$4) {
|
|
@@ -83705,7 +83378,7 @@ __name(requireEmpty, "requireEmpty");
|
|
|
83705
83378
|
exports3.DiffPatcher = DiffPatcher;
|
|
83706
83379
|
exports3.formatters = index2;
|
|
83707
83380
|
exports3.console = console$1;
|
|
83708
|
-
exports3.create =
|
|
83381
|
+
exports3.create = create7;
|
|
83709
83382
|
exports3.dateReviver = dateReviver;
|
|
83710
83383
|
exports3.diff = diff;
|
|
83711
83384
|
exports3.patch = patch2;
|
|
@@ -83723,7 +83396,7 @@ const proteinAlphabet = {
|
|
|
83723
83396
|
hydrophobicity: 1.8,
|
|
83724
83397
|
colorByFamily: "#00FFFF",
|
|
83725
83398
|
color: "hsl(327.3, 100%, 69%)",
|
|
83726
|
-
mass:
|
|
83399
|
+
mass: 71.0779
|
|
83727
83400
|
},
|
|
83728
83401
|
R: {
|
|
83729
83402
|
value: "R",
|
|
@@ -83732,7 +83405,7 @@ const proteinAlphabet = {
|
|
|
83732
83405
|
hydrophobicity: -4.5,
|
|
83733
83406
|
colorByFamily: "#FFC0CB",
|
|
83734
83407
|
color: "hsl(258.1, 100%, 69%)",
|
|
83735
|
-
mass:
|
|
83408
|
+
mass: 156.18568
|
|
83736
83409
|
},
|
|
83737
83410
|
N: {
|
|
83738
83411
|
value: "N",
|
|
@@ -83741,7 +83414,7 @@ const proteinAlphabet = {
|
|
|
83741
83414
|
hydrophobicity: -3.5,
|
|
83742
83415
|
colorByFamily: "#D3D3D3",
|
|
83743
83416
|
color: "hsl(268.9, 100%, 69%)",
|
|
83744
|
-
mass:
|
|
83417
|
+
mass: 114.10264
|
|
83745
83418
|
},
|
|
83746
83419
|
D: {
|
|
83747
83420
|
value: "D",
|
|
@@ -83750,7 +83423,7 @@ const proteinAlphabet = {
|
|
|
83750
83423
|
hydrophobicity: -3.5,
|
|
83751
83424
|
colorByFamily: "#EE82EE",
|
|
83752
83425
|
color: "hsl(268.9, 100%, 69%)",
|
|
83753
|
-
mass:
|
|
83426
|
+
mass: 115.0874
|
|
83754
83427
|
},
|
|
83755
83428
|
C: {
|
|
83756
83429
|
value: "C",
|
|
@@ -83759,7 +83432,7 @@ const proteinAlphabet = {
|
|
|
83759
83432
|
hydrophobicity: 2.5,
|
|
83760
83433
|
colorByFamily: "#FFFF00",
|
|
83761
83434
|
color: "hsl(335.1, 100%, 69%)",
|
|
83762
|
-
mass:
|
|
83435
|
+
mass: 103.1429
|
|
83763
83436
|
},
|
|
83764
83437
|
E: {
|
|
83765
83438
|
value: "E",
|
|
@@ -83768,7 +83441,7 @@ const proteinAlphabet = {
|
|
|
83768
83441
|
hydrophobicity: -3.5,
|
|
83769
83442
|
colorByFamily: "#EE82EE",
|
|
83770
83443
|
color: "hsl(268.9, 100%, 69%)",
|
|
83771
|
-
mass:
|
|
83444
|
+
mass: 129.11398
|
|
83772
83445
|
},
|
|
83773
83446
|
Q: {
|
|
83774
83447
|
value: "Q",
|
|
@@ -83777,7 +83450,7 @@ const proteinAlphabet = {
|
|
|
83777
83450
|
hydrophobicity: -3.5,
|
|
83778
83451
|
colorByFamily: "#D3D3D3",
|
|
83779
83452
|
color: "hsl(268.9, 100%, 69%)",
|
|
83780
|
-
mass:
|
|
83453
|
+
mass: 128.12922
|
|
83781
83454
|
},
|
|
83782
83455
|
G: {
|
|
83783
83456
|
value: "G",
|
|
@@ -83786,7 +83459,7 @@ const proteinAlphabet = {
|
|
|
83786
83459
|
hydrophobicity: -0.4,
|
|
83787
83460
|
colorByFamily: "#00FFFF",
|
|
83788
83461
|
color: "hsl(303.1, 100%, 69%)",
|
|
83789
|
-
mass:
|
|
83462
|
+
mass: 57.05132
|
|
83790
83463
|
},
|
|
83791
83464
|
H: {
|
|
83792
83465
|
value: "H",
|
|
@@ -83795,7 +83468,7 @@ const proteinAlphabet = {
|
|
|
83795
83468
|
hydrophobicity: -3.2,
|
|
83796
83469
|
colorByFamily: "#FFC0CB",
|
|
83797
83470
|
color: "hsl(272.2, 100%, 69%)",
|
|
83798
|
-
mass:
|
|
83471
|
+
mass: 137.13928
|
|
83799
83472
|
},
|
|
83800
83473
|
I: {
|
|
83801
83474
|
value: "I",
|
|
@@ -83804,7 +83477,7 @@ const proteinAlphabet = {
|
|
|
83804
83477
|
hydrophobicity: 4.5,
|
|
83805
83478
|
colorByFamily: "#00FFFF",
|
|
83806
83479
|
color: "hsl(356.9, 100%, 69%)",
|
|
83807
|
-
mass:
|
|
83480
|
+
mass: 113.15764
|
|
83808
83481
|
},
|
|
83809
83482
|
L: {
|
|
83810
83483
|
value: "L",
|
|
@@ -83813,7 +83486,7 @@ const proteinAlphabet = {
|
|
|
83813
83486
|
hydrophobicity: 3.8,
|
|
83814
83487
|
colorByFamily: "#00FFFF",
|
|
83815
83488
|
color: "hsl(349.4, 100%, 69%)",
|
|
83816
|
-
mass:
|
|
83489
|
+
mass: 113.15764
|
|
83817
83490
|
},
|
|
83818
83491
|
K: {
|
|
83819
83492
|
value: "K",
|
|
@@ -83822,7 +83495,7 @@ const proteinAlphabet = {
|
|
|
83822
83495
|
hydrophobicity: -3.9,
|
|
83823
83496
|
colorByFamily: "#FFC0CB",
|
|
83824
83497
|
color: "hsl(264.7, 100%, 69%)",
|
|
83825
|
-
mass:
|
|
83498
|
+
mass: 128.17228
|
|
83826
83499
|
},
|
|
83827
83500
|
M: {
|
|
83828
83501
|
value: "M",
|
|
@@ -83831,7 +83504,7 @@ const proteinAlphabet = {
|
|
|
83831
83504
|
hydrophobicity: 1.9,
|
|
83832
83505
|
colorByFamily: "#FFFF00",
|
|
83833
83506
|
color: "hsl(328.5, 100%, 69%)",
|
|
83834
|
-
mass:
|
|
83507
|
+
mass: 131.19606
|
|
83835
83508
|
},
|
|
83836
83509
|
F: {
|
|
83837
83510
|
value: "F",
|
|
@@ -83840,7 +83513,7 @@ const proteinAlphabet = {
|
|
|
83840
83513
|
hydrophobicity: 2.8,
|
|
83841
83514
|
colorByFamily: "#FFA500",
|
|
83842
83515
|
color: "hsl(338.4, 100%, 69%)",
|
|
83843
|
-
mass:
|
|
83516
|
+
mass: 147.17386
|
|
83844
83517
|
},
|
|
83845
83518
|
P: {
|
|
83846
83519
|
value: "P",
|
|
@@ -83849,7 +83522,7 @@ const proteinAlphabet = {
|
|
|
83849
83522
|
hydrophobicity: -1.6,
|
|
83850
83523
|
colorByFamily: "#00FFFF",
|
|
83851
83524
|
color: "hsl(289.9, 100%, 69%)",
|
|
83852
|
-
mass:
|
|
83525
|
+
mass: 97.11518
|
|
83853
83526
|
},
|
|
83854
83527
|
S: {
|
|
83855
83528
|
value: "S",
|
|
@@ -83858,7 +83531,7 @@ const proteinAlphabet = {
|
|
|
83858
83531
|
hydrophobicity: -0.8,
|
|
83859
83532
|
colorByFamily: "#90EE90",
|
|
83860
83533
|
color: "hsl(298.6, 100%, 69%)",
|
|
83861
|
-
mass:
|
|
83534
|
+
mass: 87.0773
|
|
83862
83535
|
},
|
|
83863
83536
|
T: {
|
|
83864
83537
|
value: "T",
|
|
@@ -83867,7 +83540,7 @@ const proteinAlphabet = {
|
|
|
83867
83540
|
hydrophobicity: -0.7,
|
|
83868
83541
|
colorByFamily: "#90EE90",
|
|
83869
83542
|
color: "hsl(299.8, 100%, 69%)",
|
|
83870
|
-
mass:
|
|
83543
|
+
mass: 101.10388
|
|
83871
83544
|
},
|
|
83872
83545
|
U: {
|
|
83873
83546
|
value: "U",
|
|
@@ -83875,7 +83548,7 @@ const proteinAlphabet = {
|
|
|
83875
83548
|
threeLettersName: "Sec",
|
|
83876
83549
|
colorByFamily: "#FF0000",
|
|
83877
83550
|
color: "hsl(0, 100%, 69%)",
|
|
83878
|
-
mass:
|
|
83551
|
+
mass: 150.3079
|
|
83879
83552
|
},
|
|
83880
83553
|
W: {
|
|
83881
83554
|
value: "W",
|
|
@@ -83884,7 +83557,7 @@ const proteinAlphabet = {
|
|
|
83884
83557
|
hydrophobicity: -0.9,
|
|
83885
83558
|
colorByFamily: "#FFA500",
|
|
83886
83559
|
color: "hsl(297.6, 100%, 69%)",
|
|
83887
|
-
mass:
|
|
83560
|
+
mass: 186.2099
|
|
83888
83561
|
},
|
|
83889
83562
|
Y: {
|
|
83890
83563
|
value: "Y",
|
|
@@ -83893,7 +83566,7 @@ const proteinAlphabet = {
|
|
|
83893
83566
|
hydrophobicity: -1.3,
|
|
83894
83567
|
colorByFamily: "#FFA500",
|
|
83895
83568
|
color: "hsl(293.2, 100%, 69%)",
|
|
83896
|
-
mass:
|
|
83569
|
+
mass: 163.17326
|
|
83897
83570
|
},
|
|
83898
83571
|
V: {
|
|
83899
83572
|
value: "V",
|
|
@@ -83902,7 +83575,7 @@ const proteinAlphabet = {
|
|
|
83902
83575
|
hydrophobicity: 4.2,
|
|
83903
83576
|
colorByFamily: "#00FFFF",
|
|
83904
83577
|
color: "hsl(353.6, 100%, 69%)",
|
|
83905
|
-
mass:
|
|
83578
|
+
mass: 99.13106
|
|
83906
83579
|
},
|
|
83907
83580
|
"*": {
|
|
83908
83581
|
value: "*",
|
|
@@ -93571,6 +93244,9 @@ function getMassOfAaString(aaString, numsAfterDecimal = 2, divideByThree = false
|
|
|
93571
93244
|
if (divideByThree) {
|
|
93572
93245
|
sumMass /= 3;
|
|
93573
93246
|
}
|
|
93247
|
+
if (aaString.length > 0) {
|
|
93248
|
+
sumMass = sumMass + 18.0153;
|
|
93249
|
+
}
|
|
93574
93250
|
return Math.round(sumMass * __pow(10, numsAfterDecimal)) / __pow(10, numsAfterDecimal);
|
|
93575
93251
|
}
|
|
93576
93252
|
__name(getMassOfAaString, "getMassOfAaString");
|
|
@@ -107974,7 +107650,7 @@ var defineProperty$2 = /* @__PURE__ */ __name(function(object3, name2, value, pr
|
|
|
107974
107650
|
object3[name2] = value;
|
|
107975
107651
|
}
|
|
107976
107652
|
}, "defineProperty$2");
|
|
107977
|
-
var
|
|
107653
|
+
var defineProperties3 = /* @__PURE__ */ __name(function(object3, map3) {
|
|
107978
107654
|
var predicates = arguments.length > 2 ? arguments[2] : {};
|
|
107979
107655
|
var props = keys$1(map3);
|
|
107980
107656
|
if (hasSymbols2) {
|
|
@@ -107984,8 +107660,8 @@ var defineProperties2 = /* @__PURE__ */ __name(function(object3, map3) {
|
|
|
107984
107660
|
defineProperty$2(object3, props[i], map3[props[i]], predicates[props[i]]);
|
|
107985
107661
|
}
|
|
107986
107662
|
}, "defineProperties");
|
|
107987
|
-
|
|
107988
|
-
var defineProperties_1 =
|
|
107663
|
+
defineProperties3.supportsDescriptors = !!supportsDescriptors$2;
|
|
107664
|
+
var defineProperties_1 = defineProperties3;
|
|
107989
107665
|
var numberIsNaN = /* @__PURE__ */ __name(function(value) {
|
|
107990
107666
|
return value !== value;
|
|
107991
107667
|
}, "numberIsNaN");
|
|
@@ -116718,7 +116394,7 @@ function usePrevious(current) {
|
|
|
116718
116394
|
return ref;
|
|
116719
116395
|
}
|
|
116720
116396
|
__name(usePrevious, "usePrevious");
|
|
116721
|
-
function
|
|
116397
|
+
function create6() {
|
|
116722
116398
|
let lock = null;
|
|
116723
116399
|
function isClaimed() {
|
|
116724
116400
|
return Boolean(lock);
|
|
@@ -116757,7 +116433,7 @@ function create5() {
|
|
|
116757
116433
|
tryAbandon
|
|
116758
116434
|
};
|
|
116759
116435
|
}
|
|
116760
|
-
__name(
|
|
116436
|
+
__name(create6, "create");
|
|
116761
116437
|
function isDragging(state2) {
|
|
116762
116438
|
if (state2.phase === "IDLE" || state2.phase === "DROP_ANIMATING") {
|
|
116763
116439
|
return false;
|
|
@@ -117800,7 +117476,7 @@ function useSensorMarshal(_ref4) {
|
|
|
117800
117476
|
enableDefaultSensors
|
|
117801
117477
|
} = _ref4;
|
|
117802
117478
|
const useSensors = [...enableDefaultSensors ? defaultSensors : [], ...customSensors || []];
|
|
117803
|
-
const lockAPI = React$2.useState(() =>
|
|
117479
|
+
const lockAPI = React$2.useState(() => create6())[0];
|
|
117804
117480
|
const tryAbandonLock = useCallback(/* @__PURE__ */ __name(function tryAbandonLock2(previous2, current) {
|
|
117805
117481
|
if (isDragging(previous2) && !isDragging(current)) {
|
|
117806
117482
|
lockAPI.tryAbandon();
|
|
@@ -121514,10 +121190,10 @@ const _Sequence = class _Sequence extends React$2.Component {
|
|
|
121514
121190
|
}, containerStyle);
|
|
121515
121191
|
const width = rowSeqLen * charWidth2;
|
|
121516
121192
|
let inner2;
|
|
121517
|
-
const shared2 = {
|
|
121193
|
+
const shared2 = __spreadProps(__spreadValues({}, isSafari ? { letterSpacing: "3px" } : {}), {
|
|
121518
121194
|
y: height2 - height2 / 4,
|
|
121519
121195
|
className: "ve-monospace-font " + (isReverse ? " ve-sequence-reverse" : "")
|
|
121520
|
-
};
|
|
121196
|
+
});
|
|
121521
121197
|
if (scrollData) {
|
|
121522
121198
|
const numChunks = Math.ceil(rowSeqLen / chunkSize);
|
|
121523
121199
|
const chunkWidth = chunkSize * charWidth2;
|
|
@@ -125969,7 +125645,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
125969
125645
|
}
|
|
125970
125646
|
__name(showFileDialog, "showFileDialog");
|
|
125971
125647
|
const name = "@teselagen/ove";
|
|
125972
|
-
const version = "0.3.
|
|
125648
|
+
const version = "0.3.29";
|
|
125973
125649
|
const main = "./src/index.js";
|
|
125974
125650
|
const exports$1 = {
|
|
125975
125651
|
".": {
|
|
@@ -128277,7 +127953,7 @@ var classCallCheck = /* @__PURE__ */ __name(function(instance, Constructor) {
|
|
|
128277
127953
|
}
|
|
128278
127954
|
}, "classCallCheck");
|
|
128279
127955
|
var createClass = function() {
|
|
128280
|
-
function
|
|
127956
|
+
function defineProperties4(target, props) {
|
|
128281
127957
|
for (var i = 0; i < props.length; i++) {
|
|
128282
127958
|
var descriptor2 = props[i];
|
|
128283
127959
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -128287,16 +127963,16 @@ var createClass = function() {
|
|
|
128287
127963
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
128288
127964
|
}
|
|
128289
127965
|
}
|
|
128290
|
-
__name(
|
|
127966
|
+
__name(defineProperties4, "defineProperties");
|
|
128291
127967
|
return function(Constructor, protoProps, staticProps) {
|
|
128292
127968
|
if (protoProps)
|
|
128293
|
-
|
|
127969
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
128294
127970
|
if (staticProps)
|
|
128295
|
-
|
|
127971
|
+
defineProperties4(Constructor, staticProps);
|
|
128296
127972
|
return Constructor;
|
|
128297
127973
|
};
|
|
128298
127974
|
}();
|
|
128299
|
-
var
|
|
127975
|
+
var defineProperty5 = /* @__PURE__ */ __name(function(obj, key, value) {
|
|
128300
127976
|
if (key in obj) {
|
|
128301
127977
|
Object.defineProperty(obj, key, {
|
|
128302
127978
|
value,
|
|
@@ -128907,7 +128583,7 @@ function arrow(data, options) {
|
|
|
128907
128583
|
var sideValue = center - data.offsets.popper[side] - popperMarginSide - popperBorderSide;
|
|
128908
128584
|
sideValue = Math.max(Math.min(popper2[len] - arrowElementSize, sideValue), 0);
|
|
128909
128585
|
data.arrowElement = arrowElement;
|
|
128910
|
-
data.offsets.arrow = (_data$offsets$arrow = {},
|
|
128586
|
+
data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty5(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty5(_data$offsets$arrow, altSide, ""), _data$offsets$arrow);
|
|
128911
128587
|
return data;
|
|
128912
128588
|
}
|
|
128913
128589
|
__name(arrow, "arrow");
|
|
@@ -129138,7 +128814,7 @@ function preventOverflow(data, options) {
|
|
|
129138
128814
|
if (popper2[placement] < boundaries[placement] && !options.escapeWithReference) {
|
|
129139
128815
|
value = Math.max(popper2[placement], boundaries[placement]);
|
|
129140
128816
|
}
|
|
129141
|
-
return
|
|
128817
|
+
return defineProperty5({}, placement, value);
|
|
129142
128818
|
}, "primary"),
|
|
129143
128819
|
secondary: /* @__PURE__ */ __name(function secondary(placement) {
|
|
129144
128820
|
var mainSide = placement === "right" ? "left" : "top";
|
|
@@ -129146,7 +128822,7 @@ function preventOverflow(data, options) {
|
|
|
129146
128822
|
if (popper2[placement] > boundaries[placement] && !options.escapeWithReference) {
|
|
129147
128823
|
value = Math.min(popper2[mainSide], boundaries[placement] - (placement === "right" ? popper2.width : popper2.height));
|
|
129148
128824
|
}
|
|
129149
|
-
return
|
|
128825
|
+
return defineProperty5({}, mainSide, value);
|
|
129150
128826
|
}, "secondary")
|
|
129151
128827
|
};
|
|
129152
128828
|
order2.forEach(function(placement) {
|
|
@@ -129167,8 +128843,8 @@ function shift3(data) {
|
|
|
129167
128843
|
var side = isVertical ? "left" : "top";
|
|
129168
128844
|
var measurement = isVertical ? "width" : "height";
|
|
129169
128845
|
var shiftOffsets = {
|
|
129170
|
-
start:
|
|
129171
|
-
end:
|
|
128846
|
+
start: defineProperty5({}, side, reference2[side]),
|
|
128847
|
+
end: defineProperty5({}, side, reference2[side] + reference2[measurement] - popper2[measurement])
|
|
129172
128848
|
};
|
|
129173
128849
|
data.offsets.popper = _extends$1({}, popper2, shiftOffsets[shiftvariation]);
|
|
129174
128850
|
}
|