@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.es.js
CHANGED
|
@@ -2822,7 +2822,7 @@ var followCursor = {
|
|
|
2822
2822
|
}
|
|
2823
2823
|
}
|
|
2824
2824
|
__name(onMouseMove, "onMouseMove");
|
|
2825
|
-
function
|
|
2825
|
+
function create7() {
|
|
2826
2826
|
if (instance.props.followCursor) {
|
|
2827
2827
|
activeInstances.push({
|
|
2828
2828
|
instance,
|
|
@@ -2831,7 +2831,7 @@ var followCursor = {
|
|
|
2831
2831
|
addMouseCoordsListener(doc);
|
|
2832
2832
|
}
|
|
2833
2833
|
}
|
|
2834
|
-
__name(
|
|
2834
|
+
__name(create7, "create");
|
|
2835
2835
|
function destroy2() {
|
|
2836
2836
|
activeInstances = activeInstances.filter(function(data) {
|
|
2837
2837
|
return data.instance !== instance;
|
|
@@ -2844,7 +2844,7 @@ var followCursor = {
|
|
|
2844
2844
|
}
|
|
2845
2845
|
__name(destroy2, "destroy");
|
|
2846
2846
|
return {
|
|
2847
|
-
onCreate:
|
|
2847
|
+
onCreate: create7,
|
|
2848
2848
|
onDestroy: destroy2,
|
|
2849
2849
|
onBeforeUpdate: /* @__PURE__ */ __name(function onBeforeUpdate2() {
|
|
2850
2850
|
prevProps = instance.props;
|
|
@@ -2857,7 +2857,7 @@ var followCursor = {
|
|
|
2857
2857
|
if (followCursor2 !== void 0 && prevProps.followCursor !== followCursor2) {
|
|
2858
2858
|
destroy2();
|
|
2859
2859
|
if (followCursor2) {
|
|
2860
|
-
|
|
2860
|
+
create7();
|
|
2861
2861
|
if (instance.state.isMounted && !wasFocusEvent && !getIsInitialBehavior()) {
|
|
2862
2862
|
addListener();
|
|
2863
2863
|
}
|
|
@@ -6799,10 +6799,10 @@ var ownKeys$7 = typeof Reflect !== "undefined" && Reflect.ownKeys ? Reflect.ownK
|
|
|
6799
6799
|
/* istanbul ignore next */
|
|
6800
6800
|
Object.getOwnPropertyNames
|
|
6801
6801
|
);
|
|
6802
|
-
function toPrimitive$
|
|
6802
|
+
function toPrimitive$3(value) {
|
|
6803
6803
|
return value === null ? null : typeof value === "object" ? "" + value : value;
|
|
6804
6804
|
}
|
|
6805
|
-
__name(toPrimitive$
|
|
6805
|
+
__name(toPrimitive$3, "toPrimitive$3");
|
|
6806
6806
|
function hasProp(target, prop2) {
|
|
6807
6807
|
return objectPrototype$1.hasOwnProperty.call(target, prop2);
|
|
6808
6808
|
}
|
|
@@ -7699,7 +7699,7 @@ var ObservableValue = /* @__PURE__ */ function(_Atom) {
|
|
|
7699
7699
|
return this.name_ + "[" + this.value_ + "]";
|
|
7700
7700
|
}, "toString");
|
|
7701
7701
|
_proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
|
|
7702
|
-
return toPrimitive$
|
|
7702
|
+
return toPrimitive$3(this.get());
|
|
7703
7703
|
}, "valueOf");
|
|
7704
7704
|
_proto[_Symbol$toPrimitive] = function() {
|
|
7705
7705
|
return this.valueOf();
|
|
@@ -7884,7 +7884,7 @@ var ComputedValue = /* @__PURE__ */ function() {
|
|
|
7884
7884
|
return this.name_ + "[" + this.derivation.toString() + "]";
|
|
7885
7885
|
}, "toString");
|
|
7886
7886
|
_proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
|
|
7887
|
-
return toPrimitive$
|
|
7887
|
+
return toPrimitive$3(this.get());
|
|
7888
7888
|
}, "valueOf");
|
|
7889
7889
|
_proto[_Symbol$toPrimitive$1] = function() {
|
|
7890
7890
|
return this.valueOf();
|
|
@@ -12518,7 +12518,7 @@ lodash.exports;
|
|
|
12518
12518
|
"^" + funcToString2.call(hasOwnProperty2).replace(reRegExpChar2, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
12519
12519
|
);
|
|
12520
12520
|
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;
|
|
12521
|
-
var
|
|
12521
|
+
var defineProperty6 = function() {
|
|
12522
12522
|
try {
|
|
12523
12523
|
var func = getNative2(Object2, "defineProperty");
|
|
12524
12524
|
func({}, "", {});
|
|
@@ -12958,8 +12958,8 @@ lodash.exports;
|
|
|
12958
12958
|
}
|
|
12959
12959
|
__name(baseAssignIn2, "baseAssignIn");
|
|
12960
12960
|
function baseAssignValue2(object3, key, value) {
|
|
12961
|
-
if (key == "__proto__" &&
|
|
12962
|
-
|
|
12961
|
+
if (key == "__proto__" && defineProperty6) {
|
|
12962
|
+
defineProperty6(object3, key, {
|
|
12963
12963
|
"configurable": true,
|
|
12964
12964
|
"enumerable": true,
|
|
12965
12965
|
"value": value,
|
|
@@ -13692,8 +13692,8 @@ lodash.exports;
|
|
|
13692
13692
|
metaMap.set(func, data);
|
|
13693
13693
|
return func;
|
|
13694
13694
|
};
|
|
13695
|
-
var baseSetToString2 = !
|
|
13696
|
-
return
|
|
13695
|
+
var baseSetToString2 = !defineProperty6 ? identity4 : function(func, string2) {
|
|
13696
|
+
return defineProperty6(func, "toString", {
|
|
13697
13697
|
"configurable": true,
|
|
13698
13698
|
"enumerable": false,
|
|
13699
13699
|
"value": constant2(string2),
|
|
@@ -16427,11 +16427,11 @@ lodash.exports;
|
|
|
16427
16427
|
copyObject2(source, keys5(source), object3, customizer);
|
|
16428
16428
|
});
|
|
16429
16429
|
var at = flatRest2(baseAt);
|
|
16430
|
-
function
|
|
16430
|
+
function create7(prototype, properties) {
|
|
16431
16431
|
var result2 = baseCreate2(prototype);
|
|
16432
16432
|
return properties == null ? result2 : baseAssign2(result2, properties);
|
|
16433
16433
|
}
|
|
16434
|
-
__name(
|
|
16434
|
+
__name(create7, "create");
|
|
16435
16435
|
var defaults2 = baseRest2(function(object3, sources) {
|
|
16436
16436
|
object3 = Object2(object3);
|
|
16437
16437
|
var index2 = -1;
|
|
@@ -17256,7 +17256,7 @@ lodash.exports;
|
|
|
17256
17256
|
lodash2.conforms = conforms;
|
|
17257
17257
|
lodash2.constant = constant2;
|
|
17258
17258
|
lodash2.countBy = countBy;
|
|
17259
|
-
lodash2.create =
|
|
17259
|
+
lodash2.create = create7;
|
|
17260
17260
|
lodash2.curry = curry;
|
|
17261
17261
|
lodash2.curryRight = curryRight;
|
|
17262
17262
|
lodash2.debounce = debounce2;
|
|
@@ -18218,20 +18218,11 @@ var _fails = /* @__PURE__ */ __name(function(exec) {
|
|
|
18218
18218
|
return true;
|
|
18219
18219
|
}
|
|
18220
18220
|
}, "_fails");
|
|
18221
|
-
var _descriptors
|
|
18222
|
-
|
|
18223
|
-
|
|
18224
|
-
|
|
18225
|
-
|
|
18226
|
-
hasRequired_descriptors = 1;
|
|
18227
|
-
_descriptors = !_fails(function() {
|
|
18228
|
-
return Object.defineProperty({}, "a", { get: function() {
|
|
18229
|
-
return 7;
|
|
18230
|
-
} }).a != 7;
|
|
18231
|
-
});
|
|
18232
|
-
return _descriptors;
|
|
18233
|
-
}
|
|
18234
|
-
__name(require_descriptors, "require_descriptors");
|
|
18221
|
+
var _descriptors = !_fails(function() {
|
|
18222
|
+
return Object.defineProperty({}, "a", { get: function() {
|
|
18223
|
+
return 7;
|
|
18224
|
+
} }).a != 7;
|
|
18225
|
+
});
|
|
18235
18226
|
var _domCreate;
|
|
18236
18227
|
var hasRequired_domCreate;
|
|
18237
18228
|
function require_domCreate() {
|
|
@@ -18247,20 +18238,11 @@ function require_domCreate() {
|
|
|
18247
18238
|
return _domCreate;
|
|
18248
18239
|
}
|
|
18249
18240
|
__name(require_domCreate, "require_domCreate");
|
|
18250
|
-
var _ie8DomDefine
|
|
18251
|
-
|
|
18252
|
-
|
|
18253
|
-
|
|
18254
|
-
|
|
18255
|
-
hasRequired_ie8DomDefine = 1;
|
|
18256
|
-
_ie8DomDefine = !require_descriptors() && !_fails(function() {
|
|
18257
|
-
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
|
18258
|
-
return 7;
|
|
18259
|
-
} }).a != 7;
|
|
18260
|
-
});
|
|
18261
|
-
return _ie8DomDefine;
|
|
18262
|
-
}
|
|
18263
|
-
__name(require_ie8DomDefine, "require_ie8DomDefine");
|
|
18241
|
+
var _ie8DomDefine = !_descriptors && !_fails(function() {
|
|
18242
|
+
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
|
18243
|
+
return 7;
|
|
18244
|
+
} }).a != 7;
|
|
18245
|
+
});
|
|
18264
18246
|
var isObject$d = _isObject;
|
|
18265
18247
|
var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) {
|
|
18266
18248
|
if (!isObject$d(it))
|
|
@@ -18274,33 +18256,25 @@ var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) {
|
|
|
18274
18256
|
return val2;
|
|
18275
18257
|
throw TypeError("Can't convert object to primitive value");
|
|
18276
18258
|
}, "_toPrimitive$1");
|
|
18277
|
-
var
|
|
18278
|
-
|
|
18279
|
-
|
|
18280
|
-
|
|
18281
|
-
|
|
18282
|
-
|
|
18283
|
-
|
|
18284
|
-
|
|
18285
|
-
|
|
18286
|
-
|
|
18287
|
-
|
|
18288
|
-
|
|
18289
|
-
|
|
18290
|
-
|
|
18291
|
-
|
|
18292
|
-
|
|
18293
|
-
|
|
18294
|
-
|
|
18295
|
-
|
|
18296
|
-
throw TypeError("Accessors not supported!");
|
|
18297
|
-
if ("value" in Attributes)
|
|
18298
|
-
O2[P2] = Attributes.value;
|
|
18299
|
-
return O2;
|
|
18300
|
-
}, "defineProperty");
|
|
18301
|
-
return _objectDp;
|
|
18302
|
-
}
|
|
18303
|
-
__name(require_objectDp, "require_objectDp");
|
|
18259
|
+
var anObject$5 = _anObject;
|
|
18260
|
+
var IE8_DOM_DEFINE$1 = _ie8DomDefine;
|
|
18261
|
+
var toPrimitive$2 = _toPrimitive$1;
|
|
18262
|
+
var dP$3 = Object.defineProperty;
|
|
18263
|
+
_objectDp.f = _descriptors ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
|
|
18264
|
+
anObject$5(O2);
|
|
18265
|
+
P2 = toPrimitive$2(P2, true);
|
|
18266
|
+
anObject$5(Attributes);
|
|
18267
|
+
if (IE8_DOM_DEFINE$1)
|
|
18268
|
+
try {
|
|
18269
|
+
return dP$3(O2, P2, Attributes);
|
|
18270
|
+
} catch (e2) {
|
|
18271
|
+
}
|
|
18272
|
+
if ("get" in Attributes || "set" in Attributes)
|
|
18273
|
+
throw TypeError("Accessors not supported!");
|
|
18274
|
+
if ("value" in Attributes)
|
|
18275
|
+
O2[P2] = Attributes.value;
|
|
18276
|
+
return O2;
|
|
18277
|
+
}, "defineProperty");
|
|
18304
18278
|
var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
|
|
18305
18279
|
return {
|
|
18306
18280
|
enumerable: !(bitmap & 1),
|
|
@@ -18309,10 +18283,10 @@ var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
|
|
|
18309
18283
|
value
|
|
18310
18284
|
};
|
|
18311
18285
|
}, "_propertyDesc");
|
|
18312
|
-
var dP$
|
|
18286
|
+
var dP$2 = _objectDp;
|
|
18313
18287
|
var createDesc$3 = _propertyDesc;
|
|
18314
|
-
var _hide =
|
|
18315
|
-
return dP$
|
|
18288
|
+
var _hide = _descriptors ? function(object3, key, value) {
|
|
18289
|
+
return dP$2.f(object3, key, createDesc$3(1, value));
|
|
18316
18290
|
} : function(object3, key, value) {
|
|
18317
18291
|
object3[key] = value;
|
|
18318
18292
|
return object3;
|
|
@@ -18326,7 +18300,7 @@ var core$3 = _coreExports;
|
|
|
18326
18300
|
var ctx$1 = _ctx;
|
|
18327
18301
|
var hide$3 = _hide;
|
|
18328
18302
|
var has$e = _has;
|
|
18329
|
-
var PROTOTYPE$
|
|
18303
|
+
var PROTOTYPE$2 = "prototype";
|
|
18330
18304
|
var $export$8 = /* @__PURE__ */ __name(function(type, name2, source) {
|
|
18331
18305
|
var IS_FORCED = type & $export$8.F;
|
|
18332
18306
|
var IS_GLOBAL = type & $export$8.G;
|
|
@@ -18335,8 +18309,8 @@ var $export$8 = /* @__PURE__ */ __name(function(type, name2, source) {
|
|
|
18335
18309
|
var IS_BIND = type & $export$8.B;
|
|
18336
18310
|
var IS_WRAP = type & $export$8.W;
|
|
18337
18311
|
var exports2 = IS_GLOBAL ? core$3 : core$3[name2] || (core$3[name2] = {});
|
|
18338
|
-
var expProto = exports2[PROTOTYPE$
|
|
18339
|
-
var target = IS_GLOBAL ? global$5 : IS_STATIC ? global$5[name2] : (global$5[name2] || {})[PROTOTYPE$
|
|
18312
|
+
var expProto = exports2[PROTOTYPE$2];
|
|
18313
|
+
var target = IS_GLOBAL ? global$5 : IS_STATIC ? global$5[name2] : (global$5[name2] || {})[PROTOTYPE$2];
|
|
18340
18314
|
var key, own2, out;
|
|
18341
18315
|
if (IS_GLOBAL)
|
|
18342
18316
|
source = name2;
|
|
@@ -18360,7 +18334,7 @@ var $export$8 = /* @__PURE__ */ __name(function(type, name2, source) {
|
|
|
18360
18334
|
}
|
|
18361
18335
|
return C.apply(this, arguments);
|
|
18362
18336
|
}, "F");
|
|
18363
|
-
F2[PROTOTYPE$
|
|
18337
|
+
F2[PROTOTYPE$2] = C[PROTOTYPE$2];
|
|
18364
18338
|
return F2;
|
|
18365
18339
|
}(out) : IS_PROTO && typeof out == "function" ? ctx$1(Function.call, out) : out;
|
|
18366
18340
|
if (IS_PROTO) {
|
|
@@ -18465,14 +18439,14 @@ var _sharedKey = /* @__PURE__ */ __name(function(key) {
|
|
|
18465
18439
|
var has$d = _has;
|
|
18466
18440
|
var toIObject$4 = _toIobject;
|
|
18467
18441
|
var arrayIndexOf = _arrayIncludes$1(false);
|
|
18468
|
-
var IE_PROTO$
|
|
18442
|
+
var IE_PROTO$2 = _sharedKey("IE_PROTO");
|
|
18469
18443
|
var _objectKeysInternal = /* @__PURE__ */ __name(function(object3, names2) {
|
|
18470
18444
|
var O2 = toIObject$4(object3);
|
|
18471
18445
|
var i = 0;
|
|
18472
18446
|
var result = [];
|
|
18473
18447
|
var key;
|
|
18474
18448
|
for (key in O2)
|
|
18475
|
-
if (key != IE_PROTO$
|
|
18449
|
+
if (key != IE_PROTO$2)
|
|
18476
18450
|
has$d(O2, key) && result.push(key);
|
|
18477
18451
|
while (names2.length > i)
|
|
18478
18452
|
if (has$d(O2, key = names2[i++])) {
|
|
@@ -18482,22 +18456,14 @@ var _objectKeysInternal = /* @__PURE__ */ __name(function(object3, names2) {
|
|
|
18482
18456
|
}, "_objectKeysInternal");
|
|
18483
18457
|
var _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
|
|
18484
18458
|
var $keys$3 = _objectKeysInternal;
|
|
18485
|
-
var enumBugKeys = _enumBugKeys;
|
|
18459
|
+
var enumBugKeys$1 = _enumBugKeys;
|
|
18486
18460
|
var _objectKeys = Object.keys || /* @__PURE__ */ __name(function keys(O2) {
|
|
18487
|
-
return $keys$3(O2, enumBugKeys);
|
|
18461
|
+
return $keys$3(O2, enumBugKeys$1);
|
|
18488
18462
|
}, "keys");
|
|
18489
18463
|
var _objectGops = {};
|
|
18490
18464
|
_objectGops.f = Object.getOwnPropertySymbols;
|
|
18491
18465
|
var _objectPie = {};
|
|
18492
|
-
|
|
18493
|
-
function require_objectPie() {
|
|
18494
|
-
if (hasRequired_objectPie)
|
|
18495
|
-
return _objectPie;
|
|
18496
|
-
hasRequired_objectPie = 1;
|
|
18497
|
-
_objectPie.f = {}.propertyIsEnumerable;
|
|
18498
|
-
return _objectPie;
|
|
18499
|
-
}
|
|
18500
|
-
__name(require_objectPie, "require_objectPie");
|
|
18466
|
+
_objectPie.f = {}.propertyIsEnumerable;
|
|
18501
18467
|
var defined$1 = _defined;
|
|
18502
18468
|
var _toObject = /* @__PURE__ */ __name(function(it) {
|
|
18503
18469
|
return Object(defined$1(it));
|
|
@@ -18508,10 +18474,10 @@ function require_objectAssign() {
|
|
|
18508
18474
|
if (hasRequired_objectAssign)
|
|
18509
18475
|
return _objectAssign;
|
|
18510
18476
|
hasRequired_objectAssign = 1;
|
|
18511
|
-
var DESCRIPTORS2 =
|
|
18477
|
+
var DESCRIPTORS2 = _descriptors;
|
|
18512
18478
|
var getKeys2 = _objectKeys;
|
|
18513
18479
|
var gOPS2 = _objectGops;
|
|
18514
|
-
var pIE2 =
|
|
18480
|
+
var pIE2 = _objectPie;
|
|
18515
18481
|
var toObject2 = _toObject;
|
|
18516
18482
|
var IObject2 = _iobject;
|
|
18517
18483
|
var $assign = Object.assign;
|
|
@@ -18574,28 +18540,19 @@ var _iterStep = /* @__PURE__ */ __name(function(done, value) {
|
|
|
18574
18540
|
}, "_iterStep");
|
|
18575
18541
|
var _iterators = {};
|
|
18576
18542
|
var _redefine = _hide;
|
|
18577
|
-
var
|
|
18578
|
-
var
|
|
18579
|
-
|
|
18580
|
-
|
|
18581
|
-
|
|
18582
|
-
|
|
18583
|
-
var
|
|
18584
|
-
var
|
|
18585
|
-
var
|
|
18586
|
-
|
|
18587
|
-
|
|
18588
|
-
|
|
18589
|
-
|
|
18590
|
-
var i = 0;
|
|
18591
|
-
var P2;
|
|
18592
|
-
while (length > i)
|
|
18593
|
-
dP2.f(O2, P2 = keys5[i++], Properties2[P2]);
|
|
18594
|
-
return O2;
|
|
18595
|
-
}, "defineProperties");
|
|
18596
|
-
return _objectDps;
|
|
18597
|
-
}
|
|
18598
|
-
__name(require_objectDps, "require_objectDps");
|
|
18543
|
+
var dP$1 = _objectDp;
|
|
18544
|
+
var anObject$4 = _anObject;
|
|
18545
|
+
var getKeys$1 = _objectKeys;
|
|
18546
|
+
var _objectDps = _descriptors ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties(O2, Properties2) {
|
|
18547
|
+
anObject$4(O2);
|
|
18548
|
+
var keys5 = getKeys$1(Properties2);
|
|
18549
|
+
var length = keys5.length;
|
|
18550
|
+
var i = 0;
|
|
18551
|
+
var P2;
|
|
18552
|
+
while (length > i)
|
|
18553
|
+
dP$1.f(O2, P2 = keys5[i++], Properties2[P2]);
|
|
18554
|
+
return O2;
|
|
18555
|
+
}, "defineProperties");
|
|
18599
18556
|
var _html;
|
|
18600
18557
|
var hasRequired_html;
|
|
18601
18558
|
function require_html() {
|
|
@@ -18607,51 +18564,42 @@ function require_html() {
|
|
|
18607
18564
|
return _html;
|
|
18608
18565
|
}
|
|
18609
18566
|
__name(require_html, "require_html");
|
|
18610
|
-
var
|
|
18611
|
-
var
|
|
18612
|
-
|
|
18613
|
-
|
|
18614
|
-
|
|
18615
|
-
|
|
18616
|
-
|
|
18617
|
-
|
|
18618
|
-
var
|
|
18619
|
-
var
|
|
18620
|
-
var
|
|
18621
|
-
|
|
18622
|
-
var
|
|
18623
|
-
|
|
18624
|
-
|
|
18625
|
-
|
|
18626
|
-
|
|
18627
|
-
|
|
18628
|
-
|
|
18629
|
-
|
|
18630
|
-
|
|
18631
|
-
|
|
18632
|
-
|
|
18633
|
-
|
|
18634
|
-
|
|
18635
|
-
|
|
18636
|
-
|
|
18637
|
-
|
|
18638
|
-
|
|
18639
|
-
|
|
18640
|
-
|
|
18641
|
-
|
|
18642
|
-
|
|
18643
|
-
|
|
18644
|
-
|
|
18645
|
-
|
|
18646
|
-
Empty[PROTOTYPE2] = null;
|
|
18647
|
-
result[IE_PROTO2] = O2;
|
|
18648
|
-
} else
|
|
18649
|
-
result = createDict();
|
|
18650
|
-
return Properties2 === void 0 ? result : dPs(result, Properties2);
|
|
18651
|
-
}, "create");
|
|
18652
|
-
return _objectCreate;
|
|
18653
|
-
}
|
|
18654
|
-
__name(require_objectCreate, "require_objectCreate");
|
|
18567
|
+
var anObject$3 = _anObject;
|
|
18568
|
+
var dPs = _objectDps;
|
|
18569
|
+
var enumBugKeys = _enumBugKeys;
|
|
18570
|
+
var IE_PROTO$1 = _sharedKey("IE_PROTO");
|
|
18571
|
+
var Empty = /* @__PURE__ */ __name(function() {
|
|
18572
|
+
}, "Empty");
|
|
18573
|
+
var PROTOTYPE$1 = "prototype";
|
|
18574
|
+
var createDict = /* @__PURE__ */ __name(function() {
|
|
18575
|
+
var iframe = require_domCreate()("iframe");
|
|
18576
|
+
var i = enumBugKeys.length;
|
|
18577
|
+
var lt = "<";
|
|
18578
|
+
var gt = ">";
|
|
18579
|
+
var iframeDocument;
|
|
18580
|
+
iframe.style.display = "none";
|
|
18581
|
+
require_html().appendChild(iframe);
|
|
18582
|
+
iframe.src = "javascript:";
|
|
18583
|
+
iframeDocument = iframe.contentWindow.document;
|
|
18584
|
+
iframeDocument.open();
|
|
18585
|
+
iframeDocument.write(lt + "script" + gt + "document.F=Object" + lt + "/script" + gt);
|
|
18586
|
+
iframeDocument.close();
|
|
18587
|
+
createDict = iframeDocument.F;
|
|
18588
|
+
while (i--)
|
|
18589
|
+
delete createDict[PROTOTYPE$1][enumBugKeys[i]];
|
|
18590
|
+
return createDict();
|
|
18591
|
+
}, "createDict");
|
|
18592
|
+
var _objectCreate = Object.create || /* @__PURE__ */ __name(function create2(O2, Properties2) {
|
|
18593
|
+
var result;
|
|
18594
|
+
if (O2 !== null) {
|
|
18595
|
+
Empty[PROTOTYPE$1] = anObject$3(O2);
|
|
18596
|
+
result = new Empty();
|
|
18597
|
+
Empty[PROTOTYPE$1] = null;
|
|
18598
|
+
result[IE_PROTO$1] = O2;
|
|
18599
|
+
} else
|
|
18600
|
+
result = createDict();
|
|
18601
|
+
return Properties2 === void 0 ? result : dPs(result, Properties2);
|
|
18602
|
+
}, "create");
|
|
18655
18603
|
var _wks = { exports: {} };
|
|
18656
18604
|
var store$2 = _sharedExports("wks");
|
|
18657
18605
|
var uid$1 = _uid;
|
|
@@ -18662,14 +18610,14 @@ var $exports = _wks.exports = function(name2) {
|
|
|
18662
18610
|
};
|
|
18663
18611
|
$exports.store = store$2;
|
|
18664
18612
|
var _wksExports = _wks.exports;
|
|
18665
|
-
var def =
|
|
18613
|
+
var def = _objectDp.f;
|
|
18666
18614
|
var has$c = _has;
|
|
18667
18615
|
var TAG$1 = _wksExports("toStringTag");
|
|
18668
18616
|
var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
|
|
18669
18617
|
if (it && !has$c(it = stat ? it : it.prototype, TAG$1))
|
|
18670
18618
|
def(it, TAG$1, { configurable: true, value: tag });
|
|
18671
18619
|
}, "_setToStringTag");
|
|
18672
|
-
var create$4 =
|
|
18620
|
+
var create$4 = _objectCreate;
|
|
18673
18621
|
var descriptor = _propertyDesc;
|
|
18674
18622
|
var setToStringTag$2 = _setToStringTag;
|
|
18675
18623
|
var IteratorPrototype = {};
|
|
@@ -18935,7 +18883,7 @@ var ArrayProto = Array.prototype;
|
|
|
18935
18883
|
var _isArrayIter = /* @__PURE__ */ __name(function(it) {
|
|
18936
18884
|
return it !== void 0 && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
|
|
18937
18885
|
}, "_isArrayIter");
|
|
18938
|
-
var $defineProperty$2 =
|
|
18886
|
+
var $defineProperty$2 = _objectDp;
|
|
18939
18887
|
var createDesc$2 = _propertyDesc;
|
|
18940
18888
|
var _createProperty = /* @__PURE__ */ __name(function(object3, index2, value) {
|
|
18941
18889
|
if (index2 in object3)
|
|
@@ -19064,9 +19012,9 @@ var _default$8 = /* @__PURE__ */ __name(function(instance, Constructor) {
|
|
|
19064
19012
|
}
|
|
19065
19013
|
}, "_default$8");
|
|
19066
19014
|
var $export$3 = _export;
|
|
19067
|
-
$export$3($export$3.S + $export$3.F * !
|
|
19015
|
+
$export$3($export$3.S + $export$3.F * !_descriptors, "Object", { defineProperty: _objectDp.f });
|
|
19068
19016
|
var $Object$2 = _coreExports.Object;
|
|
19069
|
-
var defineProperty$c = /* @__PURE__ */ __name(function
|
|
19017
|
+
var defineProperty$c = /* @__PURE__ */ __name(function defineProperty3(it, key, desc) {
|
|
19070
19018
|
return $Object$2.defineProperty(it, key, desc);
|
|
19071
19019
|
}, "defineProperty");
|
|
19072
19020
|
var defineProperty$b = { "default": defineProperty$c, __esModule: true };
|
|
@@ -19077,7 +19025,7 @@ function _interopRequireDefault$c(obj) {
|
|
|
19077
19025
|
}
|
|
19078
19026
|
__name(_interopRequireDefault$c, "_interopRequireDefault$c");
|
|
19079
19027
|
var _default$7 = function() {
|
|
19080
|
-
function
|
|
19028
|
+
function defineProperties4(target, props) {
|
|
19081
19029
|
for (var i = 0; i < props.length; i++) {
|
|
19082
19030
|
var descriptor2 = props[i];
|
|
19083
19031
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -19087,12 +19035,12 @@ var _default$7 = function() {
|
|
|
19087
19035
|
(0, _defineProperty2.default)(target, descriptor2.key, descriptor2);
|
|
19088
19036
|
}
|
|
19089
19037
|
}
|
|
19090
|
-
__name(
|
|
19038
|
+
__name(defineProperties4, "defineProperties");
|
|
19091
19039
|
return function(Constructor, protoProps, staticProps) {
|
|
19092
19040
|
if (protoProps)
|
|
19093
|
-
|
|
19041
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
19094
19042
|
if (staticProps)
|
|
19095
|
-
|
|
19043
|
+
defineProperties4(Constructor, staticProps);
|
|
19096
19044
|
return Constructor;
|
|
19097
19045
|
};
|
|
19098
19046
|
}();
|
|
@@ -19105,7 +19053,7 @@ var _meta = { exports: {} };
|
|
|
19105
19053
|
var META$1 = _uid("meta");
|
|
19106
19054
|
var isObject$c = _isObject;
|
|
19107
19055
|
var has$a = _has;
|
|
19108
|
-
var setDesc =
|
|
19056
|
+
var setDesc = _objectDp.f;
|
|
19109
19057
|
var id$1 = 0;
|
|
19110
19058
|
var isExtensible = Object.isExtensible || function() {
|
|
19111
19059
|
return true;
|
|
@@ -19121,23 +19069,23 @@ var setMeta = /* @__PURE__ */ __name(function(it) {
|
|
|
19121
19069
|
// weak collections IDs
|
|
19122
19070
|
} });
|
|
19123
19071
|
}, "setMeta");
|
|
19124
|
-
var fastKey = /* @__PURE__ */ __name(function(it,
|
|
19072
|
+
var fastKey = /* @__PURE__ */ __name(function(it, create7) {
|
|
19125
19073
|
if (!isObject$c(it))
|
|
19126
19074
|
return typeof it == "symbol" ? it : (typeof it == "string" ? "S" : "P") + it;
|
|
19127
19075
|
if (!has$a(it, META$1)) {
|
|
19128
19076
|
if (!isExtensible(it))
|
|
19129
19077
|
return "F";
|
|
19130
|
-
if (!
|
|
19078
|
+
if (!create7)
|
|
19131
19079
|
return "E";
|
|
19132
19080
|
setMeta(it);
|
|
19133
19081
|
}
|
|
19134
19082
|
return it[META$1].i;
|
|
19135
19083
|
}, "fastKey");
|
|
19136
|
-
var getWeak = /* @__PURE__ */ __name(function(it,
|
|
19084
|
+
var getWeak = /* @__PURE__ */ __name(function(it, create7) {
|
|
19137
19085
|
if (!has$a(it, META$1)) {
|
|
19138
19086
|
if (!isExtensible(it))
|
|
19139
19087
|
return true;
|
|
19140
|
-
if (!
|
|
19088
|
+
if (!create7)
|
|
19141
19089
|
return false;
|
|
19142
19090
|
setMeta(it);
|
|
19143
19091
|
}
|
|
@@ -19158,7 +19106,7 @@ var meta = _meta.exports = {
|
|
|
19158
19106
|
var _metaExports = _meta.exports;
|
|
19159
19107
|
var core = _coreExports;
|
|
19160
19108
|
var wksExt$1 = _wksExt;
|
|
19161
|
-
var defineProperty$a =
|
|
19109
|
+
var defineProperty$a = _objectDp.f;
|
|
19162
19110
|
var _wksDefine = /* @__PURE__ */ __name(function(name2) {
|
|
19163
19111
|
var $Symbol2 = core.Symbol || (core.Symbol = {});
|
|
19164
19112
|
if (name2.charAt(0) != "_" && !(name2 in $Symbol2))
|
|
@@ -19166,7 +19114,7 @@ var _wksDefine = /* @__PURE__ */ __name(function(name2) {
|
|
|
19166
19114
|
}, "_wksDefine");
|
|
19167
19115
|
var getKeys = _objectKeys;
|
|
19168
19116
|
var gOPS$1 = _objectGops;
|
|
19169
|
-
var pIE$1 =
|
|
19117
|
+
var pIE$1 = _objectPie;
|
|
19170
19118
|
var _enumKeys = /* @__PURE__ */ __name(function(it) {
|
|
19171
19119
|
var result = getKeys(it);
|
|
19172
19120
|
var getSymbols2 = gOPS$1.f;
|
|
@@ -19207,14 +19155,14 @@ _objectGopnExt.f = /* @__PURE__ */ __name(function getOwnPropertyNames2(it) {
|
|
|
19207
19155
|
return windowNames && toString$5.call(it) == "[object Window]" ? getWindowNames(it) : gOPN$1(toIObject$2(it));
|
|
19208
19156
|
}, "getOwnPropertyNames");
|
|
19209
19157
|
var _objectGopd = {};
|
|
19210
|
-
var pIE =
|
|
19158
|
+
var pIE = _objectPie;
|
|
19211
19159
|
var createDesc$1 = _propertyDesc;
|
|
19212
19160
|
var toIObject$1 = _toIobject;
|
|
19213
19161
|
var toPrimitive$1 = _toPrimitive$1;
|
|
19214
19162
|
var has$9 = _has;
|
|
19215
|
-
var IE8_DOM_DEFINE =
|
|
19163
|
+
var IE8_DOM_DEFINE = _ie8DomDefine;
|
|
19216
19164
|
var gOPD$5 = Object.getOwnPropertyDescriptor;
|
|
19217
|
-
_objectGopd.f =
|
|
19165
|
+
_objectGopd.f = _descriptors ? gOPD$5 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor(O2, P2) {
|
|
19218
19166
|
O2 = toIObject$1(O2);
|
|
19219
19167
|
P2 = toPrimitive$1(P2, true);
|
|
19220
19168
|
if (IE8_DOM_DEFINE)
|
|
@@ -19227,7 +19175,7 @@ _objectGopd.f = require_descriptors() ? gOPD$5 : /* @__PURE__ */ __name(function
|
|
|
19227
19175
|
}, "getOwnPropertyDescriptor");
|
|
19228
19176
|
var global$2 = _globalExports;
|
|
19229
19177
|
var has$8 = _has;
|
|
19230
|
-
var DESCRIPTORS =
|
|
19178
|
+
var DESCRIPTORS = _descriptors;
|
|
19231
19179
|
var $export$2 = _export;
|
|
19232
19180
|
var redefine = _redefine;
|
|
19233
19181
|
var META = _metaExports.KEY;
|
|
@@ -19246,11 +19194,11 @@ var toObject$1 = _toObject;
|
|
|
19246
19194
|
var toIObject = _toIobject;
|
|
19247
19195
|
var toPrimitive = _toPrimitive$1;
|
|
19248
19196
|
var createDesc = _propertyDesc;
|
|
19249
|
-
var _create$1 =
|
|
19197
|
+
var _create$1 = _objectCreate;
|
|
19250
19198
|
var gOPNExt = _objectGopnExt;
|
|
19251
19199
|
var $GOPD = _objectGopd;
|
|
19252
19200
|
var $GOPS = _objectGops;
|
|
19253
|
-
var $DP =
|
|
19201
|
+
var $DP = _objectDp;
|
|
19254
19202
|
var $keys$1 = _objectKeys;
|
|
19255
19203
|
var gOPD$4 = $GOPD.f;
|
|
19256
19204
|
var dP = $DP.f;
|
|
@@ -19293,7 +19241,7 @@ var isSymbol$8 = USE_NATIVE && typeof $Symbol.iterator == "symbol" ? function(it
|
|
|
19293
19241
|
} : function(it) {
|
|
19294
19242
|
return it instanceof $Symbol;
|
|
19295
19243
|
};
|
|
19296
|
-
var $defineProperty$1 = /* @__PURE__ */ __name(function
|
|
19244
|
+
var $defineProperty$1 = /* @__PURE__ */ __name(function defineProperty4(it, key, D2) {
|
|
19297
19245
|
if (it === ObjectProto)
|
|
19298
19246
|
$defineProperty$1(OPSymbols, key, D2);
|
|
19299
19247
|
anObject(it);
|
|
@@ -19313,7 +19261,7 @@ var $defineProperty$1 = /* @__PURE__ */ __name(function defineProperty3(it, key,
|
|
|
19313
19261
|
}
|
|
19314
19262
|
return dP(it, key, D2);
|
|
19315
19263
|
}, "defineProperty");
|
|
19316
|
-
var $defineProperties = /* @__PURE__ */ __name(function
|
|
19264
|
+
var $defineProperties = /* @__PURE__ */ __name(function defineProperties2(it, P2) {
|
|
19317
19265
|
anObject(it);
|
|
19318
19266
|
var keys5 = enumKeys(P2 = toIObject(P2));
|
|
19319
19267
|
var i = 0;
|
|
@@ -19323,7 +19271,7 @@ var $defineProperties = /* @__PURE__ */ __name(function defineProperties(it, P2)
|
|
|
19323
19271
|
$defineProperty$1(it, key = keys5[i++], P2[key]);
|
|
19324
19272
|
return it;
|
|
19325
19273
|
}, "defineProperties");
|
|
19326
|
-
var $create = /* @__PURE__ */ __name(function
|
|
19274
|
+
var $create = /* @__PURE__ */ __name(function create3(it, P2) {
|
|
19327
19275
|
return P2 === void 0 ? _create$1(it) : $defineProperties(_create$1(it), P2);
|
|
19328
19276
|
}, "create");
|
|
19329
19277
|
var $propertyIsEnumerable = /* @__PURE__ */ __name(function propertyIsEnumerable(key) {
|
|
@@ -19387,7 +19335,7 @@ if (!USE_NATIVE) {
|
|
|
19387
19335
|
$GOPD.f = $getOwnPropertyDescriptor;
|
|
19388
19336
|
$DP.f = $defineProperty$1;
|
|
19389
19337
|
_objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
|
|
19390
|
-
|
|
19338
|
+
_objectPie.f = $propertyIsEnumerable;
|
|
19391
19339
|
$GOPS.f = $getOwnPropertySymbols;
|
|
19392
19340
|
if (DESCRIPTORS && !_library) {
|
|
19393
19341
|
redefine(ObjectProto, "propertyIsEnumerable", $propertyIsEnumerable);
|
|
@@ -19553,9 +19501,9 @@ $export$1($export$1.S, "Object", { setPrototypeOf: require_setProto().set });
|
|
|
19553
19501
|
var setPrototypeOf$1 = _coreExports.Object.setPrototypeOf;
|
|
19554
19502
|
var setPrototypeOf = { "default": setPrototypeOf$1, __esModule: true };
|
|
19555
19503
|
var $export = _export;
|
|
19556
|
-
$export($export.S, "Object", { create:
|
|
19504
|
+
$export($export.S, "Object", { create: _objectCreate });
|
|
19557
19505
|
var $Object$1 = _coreExports.Object;
|
|
19558
|
-
var create$3 = /* @__PURE__ */ __name(function
|
|
19506
|
+
var create$3 = /* @__PURE__ */ __name(function create4(P2, D2) {
|
|
19559
19507
|
return $Object$1.create(P2, D2);
|
|
19560
19508
|
}, "create");
|
|
19561
19509
|
var create$2 = { "default": create$3, __esModule: true };
|
|
@@ -23642,7 +23590,7 @@ function normalizeComponent(Comp) {
|
|
|
23642
23590
|
}
|
|
23643
23591
|
__name(normalizeComponent, "normalizeComponent");
|
|
23644
23592
|
var _createClass$d = function() {
|
|
23645
|
-
function
|
|
23593
|
+
function defineProperties4(target, props) {
|
|
23646
23594
|
for (var i = 0; i < props.length; i++) {
|
|
23647
23595
|
var descriptor2 = props[i];
|
|
23648
23596
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -23652,12 +23600,12 @@ var _createClass$d = function() {
|
|
|
23652
23600
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
23653
23601
|
}
|
|
23654
23602
|
}
|
|
23655
|
-
__name(
|
|
23603
|
+
__name(defineProperties4, "defineProperties");
|
|
23656
23604
|
return function(Constructor, protoProps, staticProps) {
|
|
23657
23605
|
if (protoProps)
|
|
23658
|
-
|
|
23606
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
23659
23607
|
if (staticProps)
|
|
23660
|
-
|
|
23608
|
+
defineProperties4(Constructor, staticProps);
|
|
23661
23609
|
return Constructor;
|
|
23662
23610
|
};
|
|
23663
23611
|
}();
|
|
@@ -23818,7 +23766,7 @@ var _extends$o = Object.assign || function(target) {
|
|
|
23818
23766
|
return target;
|
|
23819
23767
|
};
|
|
23820
23768
|
var _createClass$c = function() {
|
|
23821
|
-
function
|
|
23769
|
+
function defineProperties4(target, props) {
|
|
23822
23770
|
for (var i = 0; i < props.length; i++) {
|
|
23823
23771
|
var descriptor2 = props[i];
|
|
23824
23772
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -23828,12 +23776,12 @@ var _createClass$c = function() {
|
|
|
23828
23776
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
23829
23777
|
}
|
|
23830
23778
|
}
|
|
23831
|
-
__name(
|
|
23779
|
+
__name(defineProperties4, "defineProperties");
|
|
23832
23780
|
return function(Constructor, protoProps, staticProps) {
|
|
23833
23781
|
if (protoProps)
|
|
23834
|
-
|
|
23782
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
23835
23783
|
if (staticProps)
|
|
23836
|
-
|
|
23784
|
+
defineProperties4(Constructor, staticProps);
|
|
23837
23785
|
return Constructor;
|
|
23838
23786
|
};
|
|
23839
23787
|
}();
|
|
@@ -24424,7 +24372,7 @@ const Methods = /* @__PURE__ */ __name(function(Base) {
|
|
|
24424
24372
|
}(Base);
|
|
24425
24373
|
}, "Methods");
|
|
24426
24374
|
var _createClass$b = function() {
|
|
24427
|
-
function
|
|
24375
|
+
function defineProperties4(target, props) {
|
|
24428
24376
|
for (var i = 0; i < props.length; i++) {
|
|
24429
24377
|
var descriptor2 = props[i];
|
|
24430
24378
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -24434,12 +24382,12 @@ var _createClass$b = function() {
|
|
|
24434
24382
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
24435
24383
|
}
|
|
24436
24384
|
}
|
|
24437
|
-
__name(
|
|
24385
|
+
__name(defineProperties4, "defineProperties");
|
|
24438
24386
|
return function(Constructor, protoProps, staticProps) {
|
|
24439
24387
|
if (protoProps)
|
|
24440
|
-
|
|
24388
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
24441
24389
|
if (staticProps)
|
|
24442
|
-
|
|
24390
|
+
defineProperties4(Constructor, staticProps);
|
|
24443
24391
|
return Constructor;
|
|
24444
24392
|
};
|
|
24445
24393
|
}();
|
|
@@ -25211,7 +25159,7 @@ var _extends$l = Object.assign || function(target) {
|
|
|
25211
25159
|
return target;
|
|
25212
25160
|
};
|
|
25213
25161
|
var _createClass$a = function() {
|
|
25214
|
-
function
|
|
25162
|
+
function defineProperties4(target, props) {
|
|
25215
25163
|
for (var i = 0; i < props.length; i++) {
|
|
25216
25164
|
var descriptor2 = props[i];
|
|
25217
25165
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -25221,12 +25169,12 @@ var _createClass$a = function() {
|
|
|
25221
25169
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
25222
25170
|
}
|
|
25223
25171
|
}
|
|
25224
|
-
__name(
|
|
25172
|
+
__name(defineProperties4, "defineProperties");
|
|
25225
25173
|
return function(Constructor, protoProps, staticProps) {
|
|
25226
25174
|
if (protoProps)
|
|
25227
|
-
|
|
25175
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
25228
25176
|
if (staticProps)
|
|
25229
|
-
|
|
25177
|
+
defineProperties4(Constructor, staticProps);
|
|
25230
25178
|
return Constructor;
|
|
25231
25179
|
};
|
|
25232
25180
|
}();
|
|
@@ -31541,21 +31489,21 @@ function parse$8(options) {
|
|
|
31541
31489
|
defined: [],
|
|
31542
31490
|
lazy: {},
|
|
31543
31491
|
constructs: constructs2,
|
|
31544
|
-
content:
|
|
31545
|
-
document:
|
|
31546
|
-
flow:
|
|
31547
|
-
string:
|
|
31548
|
-
text:
|
|
31492
|
+
content: create7(content$2),
|
|
31493
|
+
document: create7(document$2),
|
|
31494
|
+
flow: create7(flow$1),
|
|
31495
|
+
string: create7(string$1),
|
|
31496
|
+
text: create7(text$3)
|
|
31549
31497
|
};
|
|
31550
31498
|
return parser;
|
|
31551
|
-
function
|
|
31499
|
+
function create7(initial) {
|
|
31552
31500
|
return creator;
|
|
31553
31501
|
function creator(from3) {
|
|
31554
31502
|
return createTokenizer(parser, initial, from3);
|
|
31555
31503
|
}
|
|
31556
31504
|
__name(creator, "creator");
|
|
31557
31505
|
}
|
|
31558
|
-
__name(
|
|
31506
|
+
__name(create7, "create");
|
|
31559
31507
|
}
|
|
31560
31508
|
__name(parse$8, "parse$8");
|
|
31561
31509
|
const search$1 = /[\0\t\n\r]/g;
|
|
@@ -31966,10 +31914,10 @@ function compiler(options) {
|
|
|
31966
31914
|
return data[key];
|
|
31967
31915
|
}
|
|
31968
31916
|
__name(getData, "getData");
|
|
31969
|
-
function opener(
|
|
31917
|
+
function opener(create7, and) {
|
|
31970
31918
|
return open2;
|
|
31971
31919
|
function open2(token) {
|
|
31972
|
-
enter2.call(this,
|
|
31920
|
+
enter2.call(this, create7(token), token);
|
|
31973
31921
|
if (and)
|
|
31974
31922
|
and.call(this, token);
|
|
31975
31923
|
}
|
|
@@ -40868,11 +40816,11 @@ var implementation$8 = /* @__PURE__ */ __name(function bind2(that) {
|
|
|
40868
40816
|
}
|
|
40869
40817
|
bound = Function("binder", "return function (" + boundArgs.join(",") + "){ return binder.apply(this,arguments); }")(binder);
|
|
40870
40818
|
if (target.prototype) {
|
|
40871
|
-
var
|
|
40819
|
+
var Empty2 = /* @__PURE__ */ __name(function Empty3() {
|
|
40872
40820
|
}, "Empty");
|
|
40873
|
-
|
|
40874
|
-
bound.prototype = new
|
|
40875
|
-
|
|
40821
|
+
Empty2.prototype = target.prototype;
|
|
40822
|
+
bound.prototype = new Empty2();
|
|
40823
|
+
Empty2.prototype = null;
|
|
40876
40824
|
}
|
|
40877
40825
|
return bound;
|
|
40878
40826
|
}, "bind");
|
|
@@ -45007,7 +44955,7 @@ var _extends$f = Object.assign || function(target) {
|
|
|
45007
44955
|
return target;
|
|
45008
44956
|
};
|
|
45009
44957
|
var _createClass$9 = function() {
|
|
45010
|
-
function
|
|
44958
|
+
function defineProperties4(target, props) {
|
|
45011
44959
|
for (var i = 0; i < props.length; i++) {
|
|
45012
44960
|
var descriptor2 = props[i];
|
|
45013
44961
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -45017,12 +44965,12 @@ var _createClass$9 = function() {
|
|
|
45017
44965
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
45018
44966
|
}
|
|
45019
44967
|
}
|
|
45020
|
-
__name(
|
|
44968
|
+
__name(defineProperties4, "defineProperties");
|
|
45021
44969
|
return function(Constructor, protoProps, staticProps) {
|
|
45022
44970
|
if (protoProps)
|
|
45023
|
-
|
|
44971
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
45024
44972
|
if (staticProps)
|
|
45025
|
-
|
|
44973
|
+
defineProperties4(Constructor, staticProps);
|
|
45026
44974
|
return Constructor;
|
|
45027
44975
|
};
|
|
45028
44976
|
}();
|
|
@@ -45164,7 +45112,7 @@ var Alpha = function(_ref) {
|
|
|
45164
45112
|
return Alpha2;
|
|
45165
45113
|
}(PureComponent || Component);
|
|
45166
45114
|
var _createClass$8 = function() {
|
|
45167
|
-
function
|
|
45115
|
+
function defineProperties4(target, props) {
|
|
45168
45116
|
for (var i = 0; i < props.length; i++) {
|
|
45169
45117
|
var descriptor2 = props[i];
|
|
45170
45118
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -45174,12 +45122,12 @@ var _createClass$8 = function() {
|
|
|
45174
45122
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
45175
45123
|
}
|
|
45176
45124
|
}
|
|
45177
|
-
__name(
|
|
45125
|
+
__name(defineProperties4, "defineProperties");
|
|
45178
45126
|
return function(Constructor, protoProps, staticProps) {
|
|
45179
45127
|
if (protoProps)
|
|
45180
|
-
|
|
45128
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
45181
45129
|
if (staticProps)
|
|
45182
|
-
|
|
45130
|
+
defineProperties4(Constructor, staticProps);
|
|
45183
45131
|
return Constructor;
|
|
45184
45132
|
};
|
|
45185
45133
|
}();
|
|
@@ -45412,7 +45360,7 @@ var calculateChange$1 = /* @__PURE__ */ __name(function calculateChange2(e2, dir
|
|
|
45412
45360
|
return null;
|
|
45413
45361
|
}, "calculateChange");
|
|
45414
45362
|
var _createClass$7 = function() {
|
|
45415
|
-
function
|
|
45363
|
+
function defineProperties4(target, props) {
|
|
45416
45364
|
for (var i = 0; i < props.length; i++) {
|
|
45417
45365
|
var descriptor2 = props[i];
|
|
45418
45366
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -45422,12 +45370,12 @@ var _createClass$7 = function() {
|
|
|
45422
45370
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
45423
45371
|
}
|
|
45424
45372
|
}
|
|
45425
|
-
__name(
|
|
45373
|
+
__name(defineProperties4, "defineProperties");
|
|
45426
45374
|
return function(Constructor, protoProps, staticProps) {
|
|
45427
45375
|
if (protoProps)
|
|
45428
|
-
|
|
45376
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
45429
45377
|
if (staticProps)
|
|
45430
|
-
|
|
45378
|
+
defineProperties4(Constructor, staticProps);
|
|
45431
45379
|
return Constructor;
|
|
45432
45380
|
};
|
|
45433
45381
|
}();
|
|
@@ -46638,7 +46586,7 @@ var calculateChange3 = /* @__PURE__ */ __name(function calculateChange4(e2, hsl2
|
|
|
46638
46586
|
};
|
|
46639
46587
|
}, "calculateChange");
|
|
46640
46588
|
var _createClass$6 = function() {
|
|
46641
|
-
function
|
|
46589
|
+
function defineProperties4(target, props) {
|
|
46642
46590
|
for (var i = 0; i < props.length; i++) {
|
|
46643
46591
|
var descriptor2 = props[i];
|
|
46644
46592
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -46648,12 +46596,12 @@ var _createClass$6 = function() {
|
|
|
46648
46596
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
46649
46597
|
}
|
|
46650
46598
|
}
|
|
46651
|
-
__name(
|
|
46599
|
+
__name(defineProperties4, "defineProperties");
|
|
46652
46600
|
return function(Constructor, protoProps, staticProps) {
|
|
46653
46601
|
if (protoProps)
|
|
46654
|
-
|
|
46602
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
46655
46603
|
if (staticProps)
|
|
46656
|
-
|
|
46604
|
+
defineProperties4(Constructor, staticProps);
|
|
46657
46605
|
return Constructor;
|
|
46658
46606
|
};
|
|
46659
46607
|
}();
|
|
@@ -47955,7 +47903,7 @@ var _extends$e = Object.assign || function(target) {
|
|
|
47955
47903
|
return target;
|
|
47956
47904
|
};
|
|
47957
47905
|
var _createClass$5 = function() {
|
|
47958
|
-
function
|
|
47906
|
+
function defineProperties4(target, props) {
|
|
47959
47907
|
for (var i = 0; i < props.length; i++) {
|
|
47960
47908
|
var descriptor2 = props[i];
|
|
47961
47909
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -47965,12 +47913,12 @@ var _createClass$5 = function() {
|
|
|
47965
47913
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
47966
47914
|
}
|
|
47967
47915
|
}
|
|
47968
|
-
__name(
|
|
47916
|
+
__name(defineProperties4, "defineProperties");
|
|
47969
47917
|
return function(Constructor, protoProps, staticProps) {
|
|
47970
47918
|
if (protoProps)
|
|
47971
|
-
|
|
47919
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
47972
47920
|
if (staticProps)
|
|
47973
|
-
|
|
47921
|
+
defineProperties4(Constructor, staticProps);
|
|
47974
47922
|
return Constructor;
|
|
47975
47923
|
};
|
|
47976
47924
|
}();
|
|
@@ -48067,7 +48015,7 @@ var _extends$d = Object.assign || function(target) {
|
|
|
48067
48015
|
return target;
|
|
48068
48016
|
};
|
|
48069
48017
|
var _createClass$4 = function() {
|
|
48070
|
-
function
|
|
48018
|
+
function defineProperties4(target, props) {
|
|
48071
48019
|
for (var i = 0; i < props.length; i++) {
|
|
48072
48020
|
var descriptor2 = props[i];
|
|
48073
48021
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -48077,12 +48025,12 @@ var _createClass$4 = function() {
|
|
|
48077
48025
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
48078
48026
|
}
|
|
48079
48027
|
}
|
|
48080
|
-
__name(
|
|
48028
|
+
__name(defineProperties4, "defineProperties");
|
|
48081
48029
|
return function(Constructor, protoProps, staticProps) {
|
|
48082
48030
|
if (protoProps)
|
|
48083
|
-
|
|
48031
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
48084
48032
|
if (staticProps)
|
|
48085
|
-
|
|
48033
|
+
defineProperties4(Constructor, staticProps);
|
|
48086
48034
|
return Constructor;
|
|
48087
48035
|
};
|
|
48088
48036
|
}();
|
|
@@ -49140,7 +49088,7 @@ var _default$3 = UnfoldMoreHorizontalIcon.default = function(_ref) {
|
|
|
49140
49088
|
);
|
|
49141
49089
|
};
|
|
49142
49090
|
var _createClass$3 = function() {
|
|
49143
|
-
function
|
|
49091
|
+
function defineProperties4(target, props) {
|
|
49144
49092
|
for (var i = 0; i < props.length; i++) {
|
|
49145
49093
|
var descriptor2 = props[i];
|
|
49146
49094
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -49150,12 +49098,12 @@ var _createClass$3 = function() {
|
|
|
49150
49098
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
49151
49099
|
}
|
|
49152
49100
|
}
|
|
49153
|
-
__name(
|
|
49101
|
+
__name(defineProperties4, "defineProperties");
|
|
49154
49102
|
return function(Constructor, protoProps, staticProps) {
|
|
49155
49103
|
if (protoProps)
|
|
49156
|
-
|
|
49104
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
49157
49105
|
if (staticProps)
|
|
49158
|
-
|
|
49106
|
+
defineProperties4(Constructor, staticProps);
|
|
49159
49107
|
return Constructor;
|
|
49160
49108
|
};
|
|
49161
49109
|
}();
|
|
@@ -50565,7 +50513,7 @@ var PhotoshopPreviews = /* @__PURE__ */ __name(function PhotoshopPreviews2(_ref)
|
|
|
50565
50513
|
);
|
|
50566
50514
|
}, "PhotoshopPreviews");
|
|
50567
50515
|
var _createClass$2 = function() {
|
|
50568
|
-
function
|
|
50516
|
+
function defineProperties4(target, props) {
|
|
50569
50517
|
for (var i = 0; i < props.length; i++) {
|
|
50570
50518
|
var descriptor2 = props[i];
|
|
50571
50519
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -50575,12 +50523,12 @@ var _createClass$2 = function() {
|
|
|
50575
50523
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
50576
50524
|
}
|
|
50577
50525
|
}
|
|
50578
|
-
__name(
|
|
50526
|
+
__name(defineProperties4, "defineProperties");
|
|
50579
50527
|
return function(Constructor, protoProps, staticProps) {
|
|
50580
50528
|
if (protoProps)
|
|
50581
|
-
|
|
50529
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
50582
50530
|
if (staticProps)
|
|
50583
|
-
|
|
50531
|
+
defineProperties4(Constructor, staticProps);
|
|
50584
50532
|
return Constructor;
|
|
50585
50533
|
};
|
|
50586
50534
|
}();
|
|
@@ -74435,7 +74383,7 @@ ObjectWithoutPrototypeCache.prototype.set = function(key, value) {
|
|
|
74435
74383
|
this.cache[key] = value;
|
|
74436
74384
|
};
|
|
74437
74385
|
var cacheDefault = {
|
|
74438
|
-
create: /* @__PURE__ */ __name(function
|
|
74386
|
+
create: /* @__PURE__ */ __name(function create5() {
|
|
74439
74387
|
return new ObjectWithoutPrototypeCache();
|
|
74440
74388
|
}, "create")
|
|
74441
74389
|
};
|
|
@@ -76799,6 +76747,7 @@ ptIconWrapper(
|
|
|
76799
76747
|
))),
|
|
76800
76748
|
400
|
|
76801
76749
|
);
|
|
76750
|
+
const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
|
|
76802
76751
|
function genericCommandFactory(config) {
|
|
76803
76752
|
const out = {};
|
|
76804
76753
|
for (const cmdId in config.commandDefs) {
|
|
@@ -77852,30 +77801,6 @@ const minimumOrfSize$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
77852
77801
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
77853
77802
|
const protein_letters = "ACDEFGHIKLMNPQRSTVWY";
|
|
77854
77803
|
const extended_protein_letters = "ACDEFGHIKLMNPQRSTVWYBXZJUO.*-";
|
|
77855
|
-
const protein_letters_1to3 = {
|
|
77856
|
-
A: "Ala",
|
|
77857
|
-
C: "Cys",
|
|
77858
|
-
D: "Asp",
|
|
77859
|
-
E: "Glu",
|
|
77860
|
-
F: "Phe",
|
|
77861
|
-
G: "Gly",
|
|
77862
|
-
H: "His",
|
|
77863
|
-
I: "Ile",
|
|
77864
|
-
K: "Lys",
|
|
77865
|
-
L: "Leu",
|
|
77866
|
-
M: "Met",
|
|
77867
|
-
N: "Asn",
|
|
77868
|
-
P: "Pro",
|
|
77869
|
-
Q: "Gln",
|
|
77870
|
-
R: "Arg",
|
|
77871
|
-
S: "Ser",
|
|
77872
|
-
T: "Thr",
|
|
77873
|
-
V: "Val",
|
|
77874
|
-
W: "Trp",
|
|
77875
|
-
Y: "Tyr",
|
|
77876
|
-
O: "Pyl",
|
|
77877
|
-
U: "Sec"
|
|
77878
|
-
};
|
|
77879
77804
|
const ambiguous_dna_letters = "GATCRYWSMKHBVDN";
|
|
77880
77805
|
const unambiguous_dna_letters = "GATC";
|
|
77881
77806
|
const ambiguous_rna_letters = "GAUCRYWSMKHBVDN";
|
|
@@ -77900,135 +77825,6 @@ const ambiguous_dna_values$1 = {
|
|
|
77900
77825
|
X: "GATC",
|
|
77901
77826
|
N: "GATC"
|
|
77902
77827
|
};
|
|
77903
|
-
const ambiguous_rna_values = {
|
|
77904
|
-
".": ".",
|
|
77905
|
-
A: "A",
|
|
77906
|
-
C: "C",
|
|
77907
|
-
G: "G",
|
|
77908
|
-
U: "U",
|
|
77909
|
-
M: "AC",
|
|
77910
|
-
R: "AG",
|
|
77911
|
-
W: "AU",
|
|
77912
|
-
S: "CG",
|
|
77913
|
-
Y: "CU",
|
|
77914
|
-
K: "GU",
|
|
77915
|
-
V: "ACG",
|
|
77916
|
-
H: "ACU",
|
|
77917
|
-
D: "AGU",
|
|
77918
|
-
B: "CGU",
|
|
77919
|
-
X: "GAUC",
|
|
77920
|
-
N: "GAUC"
|
|
77921
|
-
};
|
|
77922
|
-
const ambiguous_dna_complement = {
|
|
77923
|
-
".": ".",
|
|
77924
|
-
A: "T",
|
|
77925
|
-
C: "G",
|
|
77926
|
-
G: "C",
|
|
77927
|
-
T: "A",
|
|
77928
|
-
M: "K",
|
|
77929
|
-
R: "Y",
|
|
77930
|
-
W: "W",
|
|
77931
|
-
S: "S",
|
|
77932
|
-
Y: "R",
|
|
77933
|
-
K: "M",
|
|
77934
|
-
V: "B",
|
|
77935
|
-
H: "D",
|
|
77936
|
-
D: "H",
|
|
77937
|
-
B: "V",
|
|
77938
|
-
X: "X",
|
|
77939
|
-
N: "N"
|
|
77940
|
-
};
|
|
77941
|
-
const ambiguous_rna_complement = {
|
|
77942
|
-
".": ".",
|
|
77943
|
-
A: "U",
|
|
77944
|
-
C: "G",
|
|
77945
|
-
G: "C",
|
|
77946
|
-
U: "A",
|
|
77947
|
-
M: "K",
|
|
77948
|
-
R: "Y",
|
|
77949
|
-
W: "W",
|
|
77950
|
-
S: "S",
|
|
77951
|
-
Y: "R",
|
|
77952
|
-
K: "M",
|
|
77953
|
-
V: "B",
|
|
77954
|
-
H: "D",
|
|
77955
|
-
D: "H",
|
|
77956
|
-
B: "V",
|
|
77957
|
-
X: "X",
|
|
77958
|
-
N: "N"
|
|
77959
|
-
};
|
|
77960
|
-
const unambiguous_dna_weights = {
|
|
77961
|
-
A: 331.2218,
|
|
77962
|
-
C: 307.1971,
|
|
77963
|
-
G: 347.2212,
|
|
77964
|
-
T: 322.2085
|
|
77965
|
-
};
|
|
77966
|
-
const monoisotopic_unambiguous_dna_weights = {
|
|
77967
|
-
A: 331.06817,
|
|
77968
|
-
C: 307.056936,
|
|
77969
|
-
G: 347.063084,
|
|
77970
|
-
T: 322.056602
|
|
77971
|
-
};
|
|
77972
|
-
const unambiguous_rna_weights = {
|
|
77973
|
-
A: 347.2212,
|
|
77974
|
-
C: 323.1965,
|
|
77975
|
-
G: 363.2206,
|
|
77976
|
-
U: 324.1813
|
|
77977
|
-
};
|
|
77978
|
-
const monoisotopic_unambiguous_rna_weights = {
|
|
77979
|
-
A: 347.063084,
|
|
77980
|
-
C: 323.051851,
|
|
77981
|
-
G: 363.057999,
|
|
77982
|
-
U: 324.035867
|
|
77983
|
-
};
|
|
77984
|
-
const protein_weights = {
|
|
77985
|
-
A: 89.0932,
|
|
77986
|
-
C: 121.1582,
|
|
77987
|
-
D: 133.1027,
|
|
77988
|
-
E: 147.1293,
|
|
77989
|
-
F: 165.1891,
|
|
77990
|
-
G: 75.0666,
|
|
77991
|
-
H: 155.1546,
|
|
77992
|
-
I: 131.1729,
|
|
77993
|
-
K: 146.1876,
|
|
77994
|
-
L: 131.1729,
|
|
77995
|
-
M: 149.2113,
|
|
77996
|
-
N: 132.1179,
|
|
77997
|
-
O: 255.3134,
|
|
77998
|
-
P: 115.1305,
|
|
77999
|
-
Q: 146.1445,
|
|
78000
|
-
R: 174.201,
|
|
78001
|
-
S: 105.0926,
|
|
78002
|
-
T: 119.1192,
|
|
78003
|
-
U: 168.0532,
|
|
78004
|
-
V: 117.1463,
|
|
78005
|
-
W: 204.2252,
|
|
78006
|
-
Y: 181.1885
|
|
78007
|
-
};
|
|
78008
|
-
const monoisotopic_protein_weights = {
|
|
78009
|
-
A: 89.047678,
|
|
78010
|
-
C: 121.019749,
|
|
78011
|
-
D: 133.037508,
|
|
78012
|
-
E: 147.053158,
|
|
78013
|
-
F: 165.078979,
|
|
78014
|
-
G: 75.032028,
|
|
78015
|
-
H: 155.069477,
|
|
78016
|
-
I: 131.094629,
|
|
78017
|
-
K: 146.105528,
|
|
78018
|
-
L: 131.094629,
|
|
78019
|
-
M: 149.051049,
|
|
78020
|
-
N: 132.053492,
|
|
78021
|
-
O: 255.158292,
|
|
78022
|
-
P: 115.063329,
|
|
78023
|
-
Q: 146.069142,
|
|
78024
|
-
R: 174.111676,
|
|
78025
|
-
S: 105.042593,
|
|
78026
|
-
T: 119.058243,
|
|
78027
|
-
U: 168.964203,
|
|
78028
|
-
V: 117.078979,
|
|
78029
|
-
W: 204.089878,
|
|
78030
|
-
Y: 181.073893
|
|
78031
|
-
};
|
|
78032
77828
|
const extended_protein_values = {
|
|
78033
77829
|
A: "A",
|
|
78034
77830
|
B: "ND",
|
|
@@ -78063,140 +77859,17 @@ const extended_protein_values = {
|
|
|
78063
77859
|
".": "\\.\\.",
|
|
78064
77860
|
"-": "\\-"
|
|
78065
77861
|
};
|
|
78066
|
-
const atom_weights = {
|
|
78067
|
-
H: 1.00794,
|
|
78068
|
-
D: 2.0141,
|
|
78069
|
-
He: 4.002602,
|
|
78070
|
-
Li: 6.941,
|
|
78071
|
-
Be: 9.012182,
|
|
78072
|
-
B: 10.811,
|
|
78073
|
-
C: 12.0107,
|
|
78074
|
-
N: 14.0067,
|
|
78075
|
-
O: 15.9994,
|
|
78076
|
-
F: 18.9984032,
|
|
78077
|
-
Ne: 20.1797,
|
|
78078
|
-
Na: 22.98977,
|
|
78079
|
-
Mg: 24.305,
|
|
78080
|
-
Al: 26.981538,
|
|
78081
|
-
Si: 28.0855,
|
|
78082
|
-
P: 30.973761,
|
|
78083
|
-
S: 32.065,
|
|
78084
|
-
Cl: 35.453,
|
|
78085
|
-
Ar: 39.948,
|
|
78086
|
-
K: 39.0983,
|
|
78087
|
-
Ca: 40.078,
|
|
78088
|
-
Sc: 44.95591,
|
|
78089
|
-
Ti: 47.867,
|
|
78090
|
-
V: 50.9415,
|
|
78091
|
-
Cr: 51.9961,
|
|
78092
|
-
Mn: 54.938049,
|
|
78093
|
-
Fe: 55.845,
|
|
78094
|
-
Co: 58.9332,
|
|
78095
|
-
Ni: 58.6934,
|
|
78096
|
-
Cu: 63.546,
|
|
78097
|
-
Zn: 65.39,
|
|
78098
|
-
Ga: 69.723,
|
|
78099
|
-
Ge: 72.64,
|
|
78100
|
-
As: 74.9216,
|
|
78101
|
-
Se: 78.96,
|
|
78102
|
-
Br: 79.904,
|
|
78103
|
-
Kr: 83.8,
|
|
78104
|
-
Rb: 85.4678,
|
|
78105
|
-
Sr: 87.62,
|
|
78106
|
-
Y: 88.90585,
|
|
78107
|
-
Zr: 91.224,
|
|
78108
|
-
Nb: 92.90638,
|
|
78109
|
-
Mo: 95.94,
|
|
78110
|
-
Tc: 98,
|
|
78111
|
-
Ru: 101.07,
|
|
78112
|
-
Rh: 102.9055,
|
|
78113
|
-
Pd: 106.42,
|
|
78114
|
-
Ag: 107.8682,
|
|
78115
|
-
Cd: 112.411,
|
|
78116
|
-
In: 114.818,
|
|
78117
|
-
Sn: 118.71,
|
|
78118
|
-
Sb: 121.76,
|
|
78119
|
-
Te: 127.6,
|
|
78120
|
-
I: 126.90447,
|
|
78121
|
-
Xe: 131.293,
|
|
78122
|
-
Cs: 132.90545,
|
|
78123
|
-
Ba: 137.327,
|
|
78124
|
-
La: 138.9055,
|
|
78125
|
-
Ce: 140.116,
|
|
78126
|
-
Pr: 140.90765,
|
|
78127
|
-
Nd: 144.24,
|
|
78128
|
-
Pm: 145,
|
|
78129
|
-
Sm: 150.36,
|
|
78130
|
-
Eu: 151.964,
|
|
78131
|
-
Gd: 157.25,
|
|
78132
|
-
Tb: 158.92534,
|
|
78133
|
-
Dy: 162.5,
|
|
78134
|
-
Ho: 164.93032,
|
|
78135
|
-
Er: 167.259,
|
|
78136
|
-
Tm: 168.93421,
|
|
78137
|
-
Yb: 173.04,
|
|
78138
|
-
Lu: 174.967,
|
|
78139
|
-
Hf: 178.49,
|
|
78140
|
-
Ta: 180.9479,
|
|
78141
|
-
W: 183.84,
|
|
78142
|
-
Re: 186.207,
|
|
78143
|
-
Os: 190.23,
|
|
78144
|
-
Ir: 192.217,
|
|
78145
|
-
Pt: 195.078,
|
|
78146
|
-
Au: 196.96655,
|
|
78147
|
-
Hg: 200.59,
|
|
78148
|
-
Tl: 204.3833,
|
|
78149
|
-
Pb: 207.2,
|
|
78150
|
-
Bi: 208.98038,
|
|
78151
|
-
Po: 208.98,
|
|
78152
|
-
At: 209.99,
|
|
78153
|
-
Rn: 222.02,
|
|
78154
|
-
Fr: 223.02,
|
|
78155
|
-
Ra: 226.03,
|
|
78156
|
-
Ac: 227.03,
|
|
78157
|
-
Th: 232.0381,
|
|
78158
|
-
Pa: 231.03588,
|
|
78159
|
-
U: 238.02891,
|
|
78160
|
-
Np: 237.05,
|
|
78161
|
-
Pu: 244.06,
|
|
78162
|
-
Am: 243.06,
|
|
78163
|
-
Cm: 247.07,
|
|
78164
|
-
Bk: 247.07,
|
|
78165
|
-
Cf: 251.08,
|
|
78166
|
-
Es: 252.08,
|
|
78167
|
-
Fm: 257.1,
|
|
78168
|
-
Md: 258.1,
|
|
78169
|
-
No: 259.1,
|
|
78170
|
-
Lr: 262.11,
|
|
78171
|
-
Rf: 261.11,
|
|
78172
|
-
Db: 262.11,
|
|
78173
|
-
Sg: 266.12,
|
|
78174
|
-
Bh: 264.12,
|
|
78175
|
-
Hs: 269.13,
|
|
78176
|
-
Mt: 268.14
|
|
78177
|
-
};
|
|
78178
77862
|
const bioData = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
78179
77863
|
__proto__: null,
|
|
78180
|
-
ambiguous_dna_complement,
|
|
78181
77864
|
ambiguous_dna_letters,
|
|
78182
77865
|
ambiguous_dna_values: ambiguous_dna_values$1,
|
|
78183
|
-
ambiguous_rna_complement,
|
|
78184
77866
|
ambiguous_rna_letters,
|
|
78185
|
-
ambiguous_rna_values,
|
|
78186
|
-
atom_weights,
|
|
78187
77867
|
extended_dna_letters,
|
|
78188
77868
|
extended_protein_letters,
|
|
78189
77869
|
extended_protein_values,
|
|
78190
|
-
monoisotopic_protein_weights,
|
|
78191
|
-
monoisotopic_unambiguous_dna_weights,
|
|
78192
|
-
monoisotopic_unambiguous_rna_weights,
|
|
78193
77870
|
protein_letters,
|
|
78194
|
-
protein_letters_1to3,
|
|
78195
|
-
protein_weights,
|
|
78196
77871
|
unambiguous_dna_letters,
|
|
78197
|
-
|
|
78198
|
-
unambiguous_rna_letters,
|
|
78199
|
-
unambiguous_rna_weights
|
|
77872
|
+
unambiguous_rna_letters
|
|
78200
77873
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
78201
77874
|
const aminoAcidToDegenerateDnaMap = {
|
|
78202
77875
|
"-": "---",
|
|
@@ -79814,7 +79487,7 @@ __name(requireEmpty, "requireEmpty");
|
|
|
79814
79487
|
}
|
|
79815
79488
|
}, "classCallCheck");
|
|
79816
79489
|
var createClass2 = function() {
|
|
79817
|
-
function
|
|
79490
|
+
function defineProperties4(target, props) {
|
|
79818
79491
|
for (var i = 0; i < props.length; i++) {
|
|
79819
79492
|
var descriptor2 = props[i];
|
|
79820
79493
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -79824,12 +79497,12 @@ __name(requireEmpty, "requireEmpty");
|
|
|
79824
79497
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
79825
79498
|
}
|
|
79826
79499
|
}
|
|
79827
|
-
__name(
|
|
79500
|
+
__name(defineProperties4, "defineProperties");
|
|
79828
79501
|
return function(Constructor, protoProps, staticProps) {
|
|
79829
79502
|
if (protoProps)
|
|
79830
|
-
|
|
79503
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
79831
79504
|
if (staticProps)
|
|
79832
|
-
|
|
79505
|
+
defineProperties4(Constructor, staticProps);
|
|
79833
79506
|
return Constructor;
|
|
79834
79507
|
};
|
|
79835
79508
|
}();
|
|
@@ -83644,10 +83317,10 @@ __name(requireEmpty, "requireEmpty");
|
|
|
83644
83317
|
return value;
|
|
83645
83318
|
}
|
|
83646
83319
|
__name(dateReviver, "dateReviver");
|
|
83647
|
-
function
|
|
83320
|
+
function create7(options) {
|
|
83648
83321
|
return new DiffPatcher(options);
|
|
83649
83322
|
}
|
|
83650
|
-
__name(
|
|
83323
|
+
__name(create7, "create");
|
|
83651
83324
|
var defaultInstance$4 = void 0;
|
|
83652
83325
|
function diff() {
|
|
83653
83326
|
if (!defaultInstance$4) {
|
|
@@ -83687,7 +83360,7 @@ __name(requireEmpty, "requireEmpty");
|
|
|
83687
83360
|
exports3.DiffPatcher = DiffPatcher;
|
|
83688
83361
|
exports3.formatters = index2;
|
|
83689
83362
|
exports3.console = console$1;
|
|
83690
|
-
exports3.create =
|
|
83363
|
+
exports3.create = create7;
|
|
83691
83364
|
exports3.dateReviver = dateReviver;
|
|
83692
83365
|
exports3.diff = diff;
|
|
83693
83366
|
exports3.patch = patch2;
|
|
@@ -83705,7 +83378,7 @@ const proteinAlphabet = {
|
|
|
83705
83378
|
hydrophobicity: 1.8,
|
|
83706
83379
|
colorByFamily: "#00FFFF",
|
|
83707
83380
|
color: "hsl(327.3, 100%, 69%)",
|
|
83708
|
-
mass:
|
|
83381
|
+
mass: 71.0779
|
|
83709
83382
|
},
|
|
83710
83383
|
R: {
|
|
83711
83384
|
value: "R",
|
|
@@ -83714,7 +83387,7 @@ const proteinAlphabet = {
|
|
|
83714
83387
|
hydrophobicity: -4.5,
|
|
83715
83388
|
colorByFamily: "#FFC0CB",
|
|
83716
83389
|
color: "hsl(258.1, 100%, 69%)",
|
|
83717
|
-
mass:
|
|
83390
|
+
mass: 156.18568
|
|
83718
83391
|
},
|
|
83719
83392
|
N: {
|
|
83720
83393
|
value: "N",
|
|
@@ -83723,7 +83396,7 @@ const proteinAlphabet = {
|
|
|
83723
83396
|
hydrophobicity: -3.5,
|
|
83724
83397
|
colorByFamily: "#D3D3D3",
|
|
83725
83398
|
color: "hsl(268.9, 100%, 69%)",
|
|
83726
|
-
mass:
|
|
83399
|
+
mass: 114.10264
|
|
83727
83400
|
},
|
|
83728
83401
|
D: {
|
|
83729
83402
|
value: "D",
|
|
@@ -83732,7 +83405,7 @@ const proteinAlphabet = {
|
|
|
83732
83405
|
hydrophobicity: -3.5,
|
|
83733
83406
|
colorByFamily: "#EE82EE",
|
|
83734
83407
|
color: "hsl(268.9, 100%, 69%)",
|
|
83735
|
-
mass:
|
|
83408
|
+
mass: 115.0874
|
|
83736
83409
|
},
|
|
83737
83410
|
C: {
|
|
83738
83411
|
value: "C",
|
|
@@ -83741,7 +83414,7 @@ const proteinAlphabet = {
|
|
|
83741
83414
|
hydrophobicity: 2.5,
|
|
83742
83415
|
colorByFamily: "#FFFF00",
|
|
83743
83416
|
color: "hsl(335.1, 100%, 69%)",
|
|
83744
|
-
mass:
|
|
83417
|
+
mass: 103.1429
|
|
83745
83418
|
},
|
|
83746
83419
|
E: {
|
|
83747
83420
|
value: "E",
|
|
@@ -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: 129.11398
|
|
83754
83427
|
},
|
|
83755
83428
|
Q: {
|
|
83756
83429
|
value: "Q",
|
|
@@ -83759,7 +83432,7 @@ const proteinAlphabet = {
|
|
|
83759
83432
|
hydrophobicity: -3.5,
|
|
83760
83433
|
colorByFamily: "#D3D3D3",
|
|
83761
83434
|
color: "hsl(268.9, 100%, 69%)",
|
|
83762
|
-
mass:
|
|
83435
|
+
mass: 128.12922
|
|
83763
83436
|
},
|
|
83764
83437
|
G: {
|
|
83765
83438
|
value: "G",
|
|
@@ -83768,7 +83441,7 @@ const proteinAlphabet = {
|
|
|
83768
83441
|
hydrophobicity: -0.4,
|
|
83769
83442
|
colorByFamily: "#00FFFF",
|
|
83770
83443
|
color: "hsl(303.1, 100%, 69%)",
|
|
83771
|
-
mass:
|
|
83444
|
+
mass: 57.05132
|
|
83772
83445
|
},
|
|
83773
83446
|
H: {
|
|
83774
83447
|
value: "H",
|
|
@@ -83777,7 +83450,7 @@ const proteinAlphabet = {
|
|
|
83777
83450
|
hydrophobicity: -3.2,
|
|
83778
83451
|
colorByFamily: "#FFC0CB",
|
|
83779
83452
|
color: "hsl(272.2, 100%, 69%)",
|
|
83780
|
-
mass:
|
|
83453
|
+
mass: 137.13928
|
|
83781
83454
|
},
|
|
83782
83455
|
I: {
|
|
83783
83456
|
value: "I",
|
|
@@ -83786,7 +83459,7 @@ const proteinAlphabet = {
|
|
|
83786
83459
|
hydrophobicity: 4.5,
|
|
83787
83460
|
colorByFamily: "#00FFFF",
|
|
83788
83461
|
color: "hsl(356.9, 100%, 69%)",
|
|
83789
|
-
mass:
|
|
83462
|
+
mass: 113.15764
|
|
83790
83463
|
},
|
|
83791
83464
|
L: {
|
|
83792
83465
|
value: "L",
|
|
@@ -83795,7 +83468,7 @@ const proteinAlphabet = {
|
|
|
83795
83468
|
hydrophobicity: 3.8,
|
|
83796
83469
|
colorByFamily: "#00FFFF",
|
|
83797
83470
|
color: "hsl(349.4, 100%, 69%)",
|
|
83798
|
-
mass:
|
|
83471
|
+
mass: 113.15764
|
|
83799
83472
|
},
|
|
83800
83473
|
K: {
|
|
83801
83474
|
value: "K",
|
|
@@ -83804,7 +83477,7 @@ const proteinAlphabet = {
|
|
|
83804
83477
|
hydrophobicity: -3.9,
|
|
83805
83478
|
colorByFamily: "#FFC0CB",
|
|
83806
83479
|
color: "hsl(264.7, 100%, 69%)",
|
|
83807
|
-
mass:
|
|
83480
|
+
mass: 128.17228
|
|
83808
83481
|
},
|
|
83809
83482
|
M: {
|
|
83810
83483
|
value: "M",
|
|
@@ -83813,7 +83486,7 @@ const proteinAlphabet = {
|
|
|
83813
83486
|
hydrophobicity: 1.9,
|
|
83814
83487
|
colorByFamily: "#FFFF00",
|
|
83815
83488
|
color: "hsl(328.5, 100%, 69%)",
|
|
83816
|
-
mass:
|
|
83489
|
+
mass: 131.19606
|
|
83817
83490
|
},
|
|
83818
83491
|
F: {
|
|
83819
83492
|
value: "F",
|
|
@@ -83822,7 +83495,7 @@ const proteinAlphabet = {
|
|
|
83822
83495
|
hydrophobicity: 2.8,
|
|
83823
83496
|
colorByFamily: "#FFA500",
|
|
83824
83497
|
color: "hsl(338.4, 100%, 69%)",
|
|
83825
|
-
mass:
|
|
83498
|
+
mass: 147.17386
|
|
83826
83499
|
},
|
|
83827
83500
|
P: {
|
|
83828
83501
|
value: "P",
|
|
@@ -83831,7 +83504,7 @@ const proteinAlphabet = {
|
|
|
83831
83504
|
hydrophobicity: -1.6,
|
|
83832
83505
|
colorByFamily: "#00FFFF",
|
|
83833
83506
|
color: "hsl(289.9, 100%, 69%)",
|
|
83834
|
-
mass:
|
|
83507
|
+
mass: 97.11518
|
|
83835
83508
|
},
|
|
83836
83509
|
S: {
|
|
83837
83510
|
value: "S",
|
|
@@ -83840,7 +83513,7 @@ const proteinAlphabet = {
|
|
|
83840
83513
|
hydrophobicity: -0.8,
|
|
83841
83514
|
colorByFamily: "#90EE90",
|
|
83842
83515
|
color: "hsl(298.6, 100%, 69%)",
|
|
83843
|
-
mass:
|
|
83516
|
+
mass: 87.0773
|
|
83844
83517
|
},
|
|
83845
83518
|
T: {
|
|
83846
83519
|
value: "T",
|
|
@@ -83849,7 +83522,7 @@ const proteinAlphabet = {
|
|
|
83849
83522
|
hydrophobicity: -0.7,
|
|
83850
83523
|
colorByFamily: "#90EE90",
|
|
83851
83524
|
color: "hsl(299.8, 100%, 69%)",
|
|
83852
|
-
mass:
|
|
83525
|
+
mass: 101.10388
|
|
83853
83526
|
},
|
|
83854
83527
|
U: {
|
|
83855
83528
|
value: "U",
|
|
@@ -83857,7 +83530,7 @@ const proteinAlphabet = {
|
|
|
83857
83530
|
threeLettersName: "Sec",
|
|
83858
83531
|
colorByFamily: "#FF0000",
|
|
83859
83532
|
color: "hsl(0, 100%, 69%)",
|
|
83860
|
-
mass:
|
|
83533
|
+
mass: 150.3079
|
|
83861
83534
|
},
|
|
83862
83535
|
W: {
|
|
83863
83536
|
value: "W",
|
|
@@ -83866,7 +83539,7 @@ const proteinAlphabet = {
|
|
|
83866
83539
|
hydrophobicity: -0.9,
|
|
83867
83540
|
colorByFamily: "#FFA500",
|
|
83868
83541
|
color: "hsl(297.6, 100%, 69%)",
|
|
83869
|
-
mass:
|
|
83542
|
+
mass: 186.2099
|
|
83870
83543
|
},
|
|
83871
83544
|
Y: {
|
|
83872
83545
|
value: "Y",
|
|
@@ -83875,7 +83548,7 @@ const proteinAlphabet = {
|
|
|
83875
83548
|
hydrophobicity: -1.3,
|
|
83876
83549
|
colorByFamily: "#FFA500",
|
|
83877
83550
|
color: "hsl(293.2, 100%, 69%)",
|
|
83878
|
-
mass:
|
|
83551
|
+
mass: 163.17326
|
|
83879
83552
|
},
|
|
83880
83553
|
V: {
|
|
83881
83554
|
value: "V",
|
|
@@ -83884,7 +83557,7 @@ const proteinAlphabet = {
|
|
|
83884
83557
|
hydrophobicity: 4.2,
|
|
83885
83558
|
colorByFamily: "#00FFFF",
|
|
83886
83559
|
color: "hsl(353.6, 100%, 69%)",
|
|
83887
|
-
mass:
|
|
83560
|
+
mass: 99.13106
|
|
83888
83561
|
},
|
|
83889
83562
|
"*": {
|
|
83890
83563
|
value: "*",
|
|
@@ -93553,6 +93226,9 @@ function getMassOfAaString(aaString, numsAfterDecimal = 2, divideByThree = false
|
|
|
93553
93226
|
if (divideByThree) {
|
|
93554
93227
|
sumMass /= 3;
|
|
93555
93228
|
}
|
|
93229
|
+
if (aaString.length > 0) {
|
|
93230
|
+
sumMass = sumMass + 18.0153;
|
|
93231
|
+
}
|
|
93556
93232
|
return Math.round(sumMass * __pow(10, numsAfterDecimal)) / __pow(10, numsAfterDecimal);
|
|
93557
93233
|
}
|
|
93558
93234
|
__name(getMassOfAaString, "getMassOfAaString");
|
|
@@ -107956,7 +107632,7 @@ var defineProperty$2 = /* @__PURE__ */ __name(function(object3, name2, value, pr
|
|
|
107956
107632
|
object3[name2] = value;
|
|
107957
107633
|
}
|
|
107958
107634
|
}, "defineProperty$2");
|
|
107959
|
-
var
|
|
107635
|
+
var defineProperties3 = /* @__PURE__ */ __name(function(object3, map3) {
|
|
107960
107636
|
var predicates = arguments.length > 2 ? arguments[2] : {};
|
|
107961
107637
|
var props = keys$1(map3);
|
|
107962
107638
|
if (hasSymbols2) {
|
|
@@ -107966,8 +107642,8 @@ var defineProperties2 = /* @__PURE__ */ __name(function(object3, map3) {
|
|
|
107966
107642
|
defineProperty$2(object3, props[i], map3[props[i]], predicates[props[i]]);
|
|
107967
107643
|
}
|
|
107968
107644
|
}, "defineProperties");
|
|
107969
|
-
|
|
107970
|
-
var defineProperties_1 =
|
|
107645
|
+
defineProperties3.supportsDescriptors = !!supportsDescriptors$2;
|
|
107646
|
+
var defineProperties_1 = defineProperties3;
|
|
107971
107647
|
var numberIsNaN = /* @__PURE__ */ __name(function(value) {
|
|
107972
107648
|
return value !== value;
|
|
107973
107649
|
}, "numberIsNaN");
|
|
@@ -116700,7 +116376,7 @@ function usePrevious(current) {
|
|
|
116700
116376
|
return ref;
|
|
116701
116377
|
}
|
|
116702
116378
|
__name(usePrevious, "usePrevious");
|
|
116703
|
-
function
|
|
116379
|
+
function create6() {
|
|
116704
116380
|
let lock = null;
|
|
116705
116381
|
function isClaimed() {
|
|
116706
116382
|
return Boolean(lock);
|
|
@@ -116739,7 +116415,7 @@ function create5() {
|
|
|
116739
116415
|
tryAbandon
|
|
116740
116416
|
};
|
|
116741
116417
|
}
|
|
116742
|
-
__name(
|
|
116418
|
+
__name(create6, "create");
|
|
116743
116419
|
function isDragging(state2) {
|
|
116744
116420
|
if (state2.phase === "IDLE" || state2.phase === "DROP_ANIMATING") {
|
|
116745
116421
|
return false;
|
|
@@ -117782,7 +117458,7 @@ function useSensorMarshal(_ref4) {
|
|
|
117782
117458
|
enableDefaultSensors
|
|
117783
117459
|
} = _ref4;
|
|
117784
117460
|
const useSensors = [...enableDefaultSensors ? defaultSensors : [], ...customSensors || []];
|
|
117785
|
-
const lockAPI = useState(() =>
|
|
117461
|
+
const lockAPI = useState(() => create6())[0];
|
|
117786
117462
|
const tryAbandonLock = useCallback(/* @__PURE__ */ __name(function tryAbandonLock2(previous2, current) {
|
|
117787
117463
|
if (isDragging(previous2) && !isDragging(current)) {
|
|
117788
117464
|
lockAPI.tryAbandon();
|
|
@@ -121496,10 +121172,10 @@ const _Sequence = class _Sequence extends React__default$1.Component {
|
|
|
121496
121172
|
}, containerStyle);
|
|
121497
121173
|
const width = rowSeqLen * charWidth2;
|
|
121498
121174
|
let inner2;
|
|
121499
|
-
const shared2 = {
|
|
121175
|
+
const shared2 = __spreadProps(__spreadValues({}, isSafari ? { letterSpacing: "3px" } : {}), {
|
|
121500
121176
|
y: height2 - height2 / 4,
|
|
121501
121177
|
className: "ve-monospace-font " + (isReverse ? " ve-sequence-reverse" : "")
|
|
121502
|
-
};
|
|
121178
|
+
});
|
|
121503
121179
|
if (scrollData) {
|
|
121504
121180
|
const numChunks = Math.ceil(rowSeqLen / chunkSize);
|
|
121505
121181
|
const chunkWidth = chunkSize * charWidth2;
|
|
@@ -125951,7 +125627,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
125951
125627
|
}
|
|
125952
125628
|
__name(showFileDialog, "showFileDialog");
|
|
125953
125629
|
const name = "@teselagen/ove";
|
|
125954
|
-
const version = "0.3.
|
|
125630
|
+
const version = "0.3.29";
|
|
125955
125631
|
const main = "./src/index.js";
|
|
125956
125632
|
const exports$1 = {
|
|
125957
125633
|
".": {
|
|
@@ -128259,7 +127935,7 @@ var classCallCheck = /* @__PURE__ */ __name(function(instance, Constructor) {
|
|
|
128259
127935
|
}
|
|
128260
127936
|
}, "classCallCheck");
|
|
128261
127937
|
var createClass = function() {
|
|
128262
|
-
function
|
|
127938
|
+
function defineProperties4(target, props) {
|
|
128263
127939
|
for (var i = 0; i < props.length; i++) {
|
|
128264
127940
|
var descriptor2 = props[i];
|
|
128265
127941
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -128269,16 +127945,16 @@ var createClass = function() {
|
|
|
128269
127945
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
128270
127946
|
}
|
|
128271
127947
|
}
|
|
128272
|
-
__name(
|
|
127948
|
+
__name(defineProperties4, "defineProperties");
|
|
128273
127949
|
return function(Constructor, protoProps, staticProps) {
|
|
128274
127950
|
if (protoProps)
|
|
128275
|
-
|
|
127951
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
128276
127952
|
if (staticProps)
|
|
128277
|
-
|
|
127953
|
+
defineProperties4(Constructor, staticProps);
|
|
128278
127954
|
return Constructor;
|
|
128279
127955
|
};
|
|
128280
127956
|
}();
|
|
128281
|
-
var
|
|
127957
|
+
var defineProperty5 = /* @__PURE__ */ __name(function(obj, key, value) {
|
|
128282
127958
|
if (key in obj) {
|
|
128283
127959
|
Object.defineProperty(obj, key, {
|
|
128284
127960
|
value,
|
|
@@ -128889,7 +128565,7 @@ function arrow(data, options) {
|
|
|
128889
128565
|
var sideValue = center - data.offsets.popper[side] - popperMarginSide - popperBorderSide;
|
|
128890
128566
|
sideValue = Math.max(Math.min(popper2[len] - arrowElementSize, sideValue), 0);
|
|
128891
128567
|
data.arrowElement = arrowElement;
|
|
128892
|
-
data.offsets.arrow = (_data$offsets$arrow = {},
|
|
128568
|
+
data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty5(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty5(_data$offsets$arrow, altSide, ""), _data$offsets$arrow);
|
|
128893
128569
|
return data;
|
|
128894
128570
|
}
|
|
128895
128571
|
__name(arrow, "arrow");
|
|
@@ -129120,7 +128796,7 @@ function preventOverflow(data, options) {
|
|
|
129120
128796
|
if (popper2[placement] < boundaries[placement] && !options.escapeWithReference) {
|
|
129121
128797
|
value = Math.max(popper2[placement], boundaries[placement]);
|
|
129122
128798
|
}
|
|
129123
|
-
return
|
|
128799
|
+
return defineProperty5({}, placement, value);
|
|
129124
128800
|
}, "primary"),
|
|
129125
128801
|
secondary: /* @__PURE__ */ __name(function secondary(placement) {
|
|
129126
128802
|
var mainSide = placement === "right" ? "left" : "top";
|
|
@@ -129128,7 +128804,7 @@ function preventOverflow(data, options) {
|
|
|
129128
128804
|
if (popper2[placement] > boundaries[placement] && !options.escapeWithReference) {
|
|
129129
128805
|
value = Math.min(popper2[mainSide], boundaries[placement] - (placement === "right" ? popper2.width : popper2.height));
|
|
129130
128806
|
}
|
|
129131
|
-
return
|
|
128807
|
+
return defineProperty5({}, mainSide, value);
|
|
129132
128808
|
}, "secondary")
|
|
129133
128809
|
};
|
|
129134
128810
|
order2.forEach(function(placement) {
|
|
@@ -129149,8 +128825,8 @@ function shift3(data) {
|
|
|
129149
128825
|
var side = isVertical ? "left" : "top";
|
|
129150
128826
|
var measurement = isVertical ? "width" : "height";
|
|
129151
128827
|
var shiftOffsets = {
|
|
129152
|
-
start:
|
|
129153
|
-
end:
|
|
128828
|
+
start: defineProperty5({}, side, reference2[side]),
|
|
128829
|
+
end: defineProperty5({}, side, reference2[side] + reference2[measurement] - popper2[measurement])
|
|
129154
128830
|
};
|
|
129155
128831
|
data.offsets.popper = _extends$1({}, popper2, shiftOffsets[shiftvariation]);
|
|
129156
128832
|
}
|