@teselagen/ove 0.3.62 → 0.3.64
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 +272 -290
- package/index.es.js +272 -290
- package/index.umd.js +315 -220
- package/package.json +4 -4
- package/src/LinearView/index.js +3 -1
- package/src/LinearView/style.css +5 -2
- package/src/RowItem/Axis.js +5 -2
- package/src/index.js +1 -0
- package/src/style.css +6 -3
- package/style.css +70 -6
package/index.es.js
CHANGED
|
@@ -66,6 +66,7 @@ import { connect, useStore, Provider } from "react-redux";
|
|
|
66
66
|
import { getCreateNewItem, MultiSelect, Suggest } from "@blueprintjs/select";
|
|
67
67
|
import { DateRangeInput, DateInput } from "@blueprintjs/datetime";
|
|
68
68
|
import { combineReducers, compose as compose$1, createStore as createStore$2, applyMiddleware, bindActionCreators } from "redux";
|
|
69
|
+
const _400 = "";
|
|
69
70
|
const blueprint = "";
|
|
70
71
|
const blueprintDatetime = "";
|
|
71
72
|
const blueprintIcons = "";
|
|
@@ -2821,7 +2822,7 @@ var followCursor = {
|
|
|
2821
2822
|
}
|
|
2822
2823
|
}
|
|
2823
2824
|
__name(onMouseMove, "onMouseMove");
|
|
2824
|
-
function
|
|
2825
|
+
function create6() {
|
|
2825
2826
|
if (instance.props.followCursor) {
|
|
2826
2827
|
activeInstances.push({
|
|
2827
2828
|
instance,
|
|
@@ -2830,7 +2831,7 @@ var followCursor = {
|
|
|
2830
2831
|
addMouseCoordsListener(doc);
|
|
2831
2832
|
}
|
|
2832
2833
|
}
|
|
2833
|
-
__name(
|
|
2834
|
+
__name(create6, "create");
|
|
2834
2835
|
function destroy2() {
|
|
2835
2836
|
activeInstances = activeInstances.filter(function(data) {
|
|
2836
2837
|
return data.instance !== instance;
|
|
@@ -2843,7 +2844,7 @@ var followCursor = {
|
|
|
2843
2844
|
}
|
|
2844
2845
|
__name(destroy2, "destroy");
|
|
2845
2846
|
return {
|
|
2846
|
-
onCreate:
|
|
2847
|
+
onCreate: create6,
|
|
2847
2848
|
onDestroy: destroy2,
|
|
2848
2849
|
onBeforeUpdate: /* @__PURE__ */ __name(function onBeforeUpdate2() {
|
|
2849
2850
|
prevProps = instance.props;
|
|
@@ -2856,7 +2857,7 @@ var followCursor = {
|
|
|
2856
2857
|
if (followCursor2 !== void 0 && prevProps.followCursor !== followCursor2) {
|
|
2857
2858
|
destroy2();
|
|
2858
2859
|
if (followCursor2) {
|
|
2859
|
-
|
|
2860
|
+
create6();
|
|
2860
2861
|
if (instance.state.isMounted && !wasFocusEvent && !getIsInitialBehavior()) {
|
|
2861
2862
|
addListener();
|
|
2862
2863
|
}
|
|
@@ -5497,10 +5498,10 @@ var ownKeys$7 = typeof Reflect !== "undefined" && Reflect.ownKeys ? Reflect.ownK
|
|
|
5497
5498
|
/* istanbul ignore next */
|
|
5498
5499
|
Object.getOwnPropertyNames
|
|
5499
5500
|
);
|
|
5500
|
-
function toPrimitive$
|
|
5501
|
+
function toPrimitive$3(value) {
|
|
5501
5502
|
return value === null ? null : typeof value === "object" ? "" + value : value;
|
|
5502
5503
|
}
|
|
5503
|
-
__name(toPrimitive$
|
|
5504
|
+
__name(toPrimitive$3, "toPrimitive$3");
|
|
5504
5505
|
function hasProp(target, prop2) {
|
|
5505
5506
|
return objectPrototype$1.hasOwnProperty.call(target, prop2);
|
|
5506
5507
|
}
|
|
@@ -6397,7 +6398,7 @@ var ObservableValue = /* @__PURE__ */ function(_Atom) {
|
|
|
6397
6398
|
return this.name_ + "[" + this.value_ + "]";
|
|
6398
6399
|
}, "toString");
|
|
6399
6400
|
_proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
|
|
6400
|
-
return toPrimitive$
|
|
6401
|
+
return toPrimitive$3(this.get());
|
|
6401
6402
|
}, "valueOf");
|
|
6402
6403
|
_proto[_Symbol$toPrimitive] = function() {
|
|
6403
6404
|
return this.valueOf();
|
|
@@ -6582,7 +6583,7 @@ var ComputedValue = /* @__PURE__ */ function() {
|
|
|
6582
6583
|
return this.name_ + "[" + this.derivation.toString() + "]";
|
|
6583
6584
|
}, "toString");
|
|
6584
6585
|
_proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
|
|
6585
|
-
return toPrimitive$
|
|
6586
|
+
return toPrimitive$3(this.get());
|
|
6586
6587
|
}, "valueOf");
|
|
6587
6588
|
_proto[_Symbol$toPrimitive$1] = function() {
|
|
6588
6589
|
return this.valueOf();
|
|
@@ -11216,7 +11217,7 @@ lodash.exports;
|
|
|
11216
11217
|
"^" + funcToString2.call(hasOwnProperty2).replace(reRegExpChar2, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
11217
11218
|
);
|
|
11218
11219
|
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;
|
|
11219
|
-
var
|
|
11220
|
+
var defineProperty6 = function() {
|
|
11220
11221
|
try {
|
|
11221
11222
|
var func = getNative2(Object2, "defineProperty");
|
|
11222
11223
|
func({}, "", {});
|
|
@@ -11656,8 +11657,8 @@ lodash.exports;
|
|
|
11656
11657
|
}
|
|
11657
11658
|
__name(baseAssignIn2, "baseAssignIn");
|
|
11658
11659
|
function baseAssignValue2(object3, key, value) {
|
|
11659
|
-
if (key == "__proto__" &&
|
|
11660
|
-
|
|
11660
|
+
if (key == "__proto__" && defineProperty6) {
|
|
11661
|
+
defineProperty6(object3, key, {
|
|
11661
11662
|
"configurable": true,
|
|
11662
11663
|
"enumerable": true,
|
|
11663
11664
|
"value": value,
|
|
@@ -12390,8 +12391,8 @@ lodash.exports;
|
|
|
12390
12391
|
metaMap.set(func, data);
|
|
12391
12392
|
return func;
|
|
12392
12393
|
};
|
|
12393
|
-
var baseSetToString2 = !
|
|
12394
|
-
return
|
|
12394
|
+
var baseSetToString2 = !defineProperty6 ? identity4 : function(func, string2) {
|
|
12395
|
+
return defineProperty6(func, "toString", {
|
|
12395
12396
|
"configurable": true,
|
|
12396
12397
|
"enumerable": false,
|
|
12397
12398
|
"value": constant2(string2),
|
|
@@ -15125,11 +15126,11 @@ lodash.exports;
|
|
|
15125
15126
|
copyObject2(source, keys5(source), object3, customizer);
|
|
15126
15127
|
});
|
|
15127
15128
|
var at = flatRest2(baseAt);
|
|
15128
|
-
function
|
|
15129
|
+
function create6(prototype, properties) {
|
|
15129
15130
|
var result2 = baseCreate2(prototype);
|
|
15130
15131
|
return properties == null ? result2 : baseAssign2(result2, properties);
|
|
15131
15132
|
}
|
|
15132
|
-
__name(
|
|
15133
|
+
__name(create6, "create");
|
|
15133
15134
|
var defaults2 = baseRest2(function(object3, sources) {
|
|
15134
15135
|
object3 = Object2(object3);
|
|
15135
15136
|
var index2 = -1;
|
|
@@ -15954,7 +15955,7 @@ lodash.exports;
|
|
|
15954
15955
|
lodash2.conforms = conforms;
|
|
15955
15956
|
lodash2.constant = constant2;
|
|
15956
15957
|
lodash2.countBy = countBy;
|
|
15957
|
-
lodash2.create =
|
|
15958
|
+
lodash2.create = create6;
|
|
15958
15959
|
lodash2.curry = curry;
|
|
15959
15960
|
lodash2.curryRight = curryRight;
|
|
15960
15961
|
lodash2.debounce = debounce2;
|
|
@@ -16915,20 +16916,11 @@ var _fails = /* @__PURE__ */ __name(function(exec) {
|
|
|
16915
16916
|
return true;
|
|
16916
16917
|
}
|
|
16917
16918
|
}, "_fails");
|
|
16918
|
-
var _descriptors
|
|
16919
|
-
|
|
16920
|
-
|
|
16921
|
-
|
|
16922
|
-
|
|
16923
|
-
hasRequired_descriptors = 1;
|
|
16924
|
-
_descriptors = !_fails(function() {
|
|
16925
|
-
return Object.defineProperty({}, "a", { get: function() {
|
|
16926
|
-
return 7;
|
|
16927
|
-
} }).a != 7;
|
|
16928
|
-
});
|
|
16929
|
-
return _descriptors;
|
|
16930
|
-
}
|
|
16931
|
-
__name(require_descriptors, "require_descriptors");
|
|
16919
|
+
var _descriptors = !_fails(function() {
|
|
16920
|
+
return Object.defineProperty({}, "a", { get: function() {
|
|
16921
|
+
return 7;
|
|
16922
|
+
} }).a != 7;
|
|
16923
|
+
});
|
|
16932
16924
|
var _domCreate;
|
|
16933
16925
|
var hasRequired_domCreate;
|
|
16934
16926
|
function require_domCreate() {
|
|
@@ -16944,20 +16936,11 @@ function require_domCreate() {
|
|
|
16944
16936
|
return _domCreate;
|
|
16945
16937
|
}
|
|
16946
16938
|
__name(require_domCreate, "require_domCreate");
|
|
16947
|
-
var _ie8DomDefine
|
|
16948
|
-
|
|
16949
|
-
|
|
16950
|
-
|
|
16951
|
-
|
|
16952
|
-
hasRequired_ie8DomDefine = 1;
|
|
16953
|
-
_ie8DomDefine = !require_descriptors() && !_fails(function() {
|
|
16954
|
-
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
|
16955
|
-
return 7;
|
|
16956
|
-
} }).a != 7;
|
|
16957
|
-
});
|
|
16958
|
-
return _ie8DomDefine;
|
|
16959
|
-
}
|
|
16960
|
-
__name(require_ie8DomDefine, "require_ie8DomDefine");
|
|
16939
|
+
var _ie8DomDefine = !_descriptors && !_fails(function() {
|
|
16940
|
+
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
|
16941
|
+
return 7;
|
|
16942
|
+
} }).a != 7;
|
|
16943
|
+
});
|
|
16961
16944
|
var isObject$d = _isObject;
|
|
16962
16945
|
var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) {
|
|
16963
16946
|
if (!isObject$d(it))
|
|
@@ -16971,33 +16954,25 @@ var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) {
|
|
|
16971
16954
|
return val2;
|
|
16972
16955
|
throw TypeError("Can't convert object to primitive value");
|
|
16973
16956
|
}, "_toPrimitive$1");
|
|
16974
|
-
var
|
|
16975
|
-
|
|
16976
|
-
|
|
16977
|
-
|
|
16978
|
-
|
|
16979
|
-
|
|
16980
|
-
|
|
16981
|
-
|
|
16982
|
-
|
|
16983
|
-
|
|
16984
|
-
|
|
16985
|
-
|
|
16986
|
-
|
|
16987
|
-
|
|
16988
|
-
|
|
16989
|
-
|
|
16990
|
-
|
|
16991
|
-
|
|
16992
|
-
|
|
16993
|
-
throw TypeError("Accessors not supported!");
|
|
16994
|
-
if ("value" in Attributes)
|
|
16995
|
-
O2[P2] = Attributes.value;
|
|
16996
|
-
return O2;
|
|
16997
|
-
}, "defineProperty");
|
|
16998
|
-
return _objectDp;
|
|
16999
|
-
}
|
|
17000
|
-
__name(require_objectDp, "require_objectDp");
|
|
16957
|
+
var anObject$5 = _anObject;
|
|
16958
|
+
var IE8_DOM_DEFINE$1 = _ie8DomDefine;
|
|
16959
|
+
var toPrimitive$2 = _toPrimitive$1;
|
|
16960
|
+
var dP$3 = Object.defineProperty;
|
|
16961
|
+
_objectDp.f = _descriptors ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
|
|
16962
|
+
anObject$5(O2);
|
|
16963
|
+
P2 = toPrimitive$2(P2, true);
|
|
16964
|
+
anObject$5(Attributes);
|
|
16965
|
+
if (IE8_DOM_DEFINE$1)
|
|
16966
|
+
try {
|
|
16967
|
+
return dP$3(O2, P2, Attributes);
|
|
16968
|
+
} catch (e2) {
|
|
16969
|
+
}
|
|
16970
|
+
if ("get" in Attributes || "set" in Attributes)
|
|
16971
|
+
throw TypeError("Accessors not supported!");
|
|
16972
|
+
if ("value" in Attributes)
|
|
16973
|
+
O2[P2] = Attributes.value;
|
|
16974
|
+
return O2;
|
|
16975
|
+
}, "defineProperty");
|
|
17001
16976
|
var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
|
|
17002
16977
|
return {
|
|
17003
16978
|
enumerable: !(bitmap & 1),
|
|
@@ -17006,10 +16981,10 @@ var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
|
|
|
17006
16981
|
value
|
|
17007
16982
|
};
|
|
17008
16983
|
}, "_propertyDesc");
|
|
17009
|
-
var dP$
|
|
16984
|
+
var dP$2 = _objectDp;
|
|
17010
16985
|
var createDesc$3 = _propertyDesc;
|
|
17011
|
-
var _hide =
|
|
17012
|
-
return dP$
|
|
16986
|
+
var _hide = _descriptors ? function(object3, key, value) {
|
|
16987
|
+
return dP$2.f(object3, key, createDesc$3(1, value));
|
|
17013
16988
|
} : function(object3, key, value) {
|
|
17014
16989
|
object3[key] = value;
|
|
17015
16990
|
return object3;
|
|
@@ -17023,7 +16998,7 @@ var core$3 = _coreExports;
|
|
|
17023
16998
|
var ctx$1 = _ctx;
|
|
17024
16999
|
var hide$3 = _hide;
|
|
17025
17000
|
var has$e = _has;
|
|
17026
|
-
var PROTOTYPE$
|
|
17001
|
+
var PROTOTYPE$2 = "prototype";
|
|
17027
17002
|
var $export$8 = /* @__PURE__ */ __name(function(type, name2, source) {
|
|
17028
17003
|
var IS_FORCED = type & $export$8.F;
|
|
17029
17004
|
var IS_GLOBAL = type & $export$8.G;
|
|
@@ -17032,8 +17007,8 @@ var $export$8 = /* @__PURE__ */ __name(function(type, name2, source) {
|
|
|
17032
17007
|
var IS_BIND = type & $export$8.B;
|
|
17033
17008
|
var IS_WRAP = type & $export$8.W;
|
|
17034
17009
|
var exports2 = IS_GLOBAL ? core$3 : core$3[name2] || (core$3[name2] = {});
|
|
17035
|
-
var expProto = exports2[PROTOTYPE$
|
|
17036
|
-
var target = IS_GLOBAL ? global$5 : IS_STATIC ? global$5[name2] : (global$5[name2] || {})[PROTOTYPE$
|
|
17010
|
+
var expProto = exports2[PROTOTYPE$2];
|
|
17011
|
+
var target = IS_GLOBAL ? global$5 : IS_STATIC ? global$5[name2] : (global$5[name2] || {})[PROTOTYPE$2];
|
|
17037
17012
|
var key, own2, out;
|
|
17038
17013
|
if (IS_GLOBAL)
|
|
17039
17014
|
source = name2;
|
|
@@ -17057,7 +17032,7 @@ var $export$8 = /* @__PURE__ */ __name(function(type, name2, source) {
|
|
|
17057
17032
|
}
|
|
17058
17033
|
return C.apply(this, arguments);
|
|
17059
17034
|
}, "F");
|
|
17060
|
-
F[PROTOTYPE$
|
|
17035
|
+
F[PROTOTYPE$2] = C[PROTOTYPE$2];
|
|
17061
17036
|
return F;
|
|
17062
17037
|
}(out) : IS_PROTO && typeof out == "function" ? ctx$1(Function.call, out) : out;
|
|
17063
17038
|
if (IS_PROTO) {
|
|
@@ -17162,14 +17137,14 @@ var _sharedKey = /* @__PURE__ */ __name(function(key) {
|
|
|
17162
17137
|
var has$d = _has;
|
|
17163
17138
|
var toIObject$4 = _toIobject;
|
|
17164
17139
|
var arrayIndexOf = _arrayIncludes$1(false);
|
|
17165
|
-
var IE_PROTO$
|
|
17140
|
+
var IE_PROTO$2 = _sharedKey("IE_PROTO");
|
|
17166
17141
|
var _objectKeysInternal = /* @__PURE__ */ __name(function(object3, names2) {
|
|
17167
17142
|
var O2 = toIObject$4(object3);
|
|
17168
17143
|
var i = 0;
|
|
17169
17144
|
var result = [];
|
|
17170
17145
|
var key;
|
|
17171
17146
|
for (key in O2)
|
|
17172
|
-
if (key != IE_PROTO$
|
|
17147
|
+
if (key != IE_PROTO$2)
|
|
17173
17148
|
has$d(O2, key) && result.push(key);
|
|
17174
17149
|
while (names2.length > i)
|
|
17175
17150
|
if (has$d(O2, key = names2[i++])) {
|
|
@@ -17179,22 +17154,14 @@ var _objectKeysInternal = /* @__PURE__ */ __name(function(object3, names2) {
|
|
|
17179
17154
|
}, "_objectKeysInternal");
|
|
17180
17155
|
var _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
|
|
17181
17156
|
var $keys$3 = _objectKeysInternal;
|
|
17182
|
-
var enumBugKeys = _enumBugKeys;
|
|
17157
|
+
var enumBugKeys$1 = _enumBugKeys;
|
|
17183
17158
|
var _objectKeys = Object.keys || /* @__PURE__ */ __name(function keys(O2) {
|
|
17184
|
-
return $keys$3(O2, enumBugKeys);
|
|
17159
|
+
return $keys$3(O2, enumBugKeys$1);
|
|
17185
17160
|
}, "keys");
|
|
17186
17161
|
var _objectGops = {};
|
|
17187
17162
|
_objectGops.f = Object.getOwnPropertySymbols;
|
|
17188
17163
|
var _objectPie = {};
|
|
17189
|
-
|
|
17190
|
-
function require_objectPie() {
|
|
17191
|
-
if (hasRequired_objectPie)
|
|
17192
|
-
return _objectPie;
|
|
17193
|
-
hasRequired_objectPie = 1;
|
|
17194
|
-
_objectPie.f = {}.propertyIsEnumerable;
|
|
17195
|
-
return _objectPie;
|
|
17196
|
-
}
|
|
17197
|
-
__name(require_objectPie, "require_objectPie");
|
|
17164
|
+
_objectPie.f = {}.propertyIsEnumerable;
|
|
17198
17165
|
var defined$1 = _defined;
|
|
17199
17166
|
var _toObject = /* @__PURE__ */ __name(function(it) {
|
|
17200
17167
|
return Object(defined$1(it));
|
|
@@ -17205,10 +17172,10 @@ function require_objectAssign() {
|
|
|
17205
17172
|
if (hasRequired_objectAssign)
|
|
17206
17173
|
return _objectAssign;
|
|
17207
17174
|
hasRequired_objectAssign = 1;
|
|
17208
|
-
var DESCRIPTORS2 =
|
|
17175
|
+
var DESCRIPTORS2 = _descriptors;
|
|
17209
17176
|
var getKeys2 = _objectKeys;
|
|
17210
17177
|
var gOPS2 = _objectGops;
|
|
17211
|
-
var pIE2 =
|
|
17178
|
+
var pIE2 = _objectPie;
|
|
17212
17179
|
var toObject2 = _toObject;
|
|
17213
17180
|
var IObject2 = _iobject;
|
|
17214
17181
|
var $assign = Object.assign;
|
|
@@ -17271,28 +17238,19 @@ var _iterStep = /* @__PURE__ */ __name(function(done, value) {
|
|
|
17271
17238
|
}, "_iterStep");
|
|
17272
17239
|
var _iterators = {};
|
|
17273
17240
|
var _redefine = _hide;
|
|
17274
|
-
var
|
|
17275
|
-
var
|
|
17276
|
-
|
|
17277
|
-
|
|
17278
|
-
|
|
17279
|
-
|
|
17280
|
-
var
|
|
17281
|
-
var
|
|
17282
|
-
var
|
|
17283
|
-
|
|
17284
|
-
|
|
17285
|
-
|
|
17286
|
-
|
|
17287
|
-
var i = 0;
|
|
17288
|
-
var P2;
|
|
17289
|
-
while (length > i)
|
|
17290
|
-
dP2.f(O2, P2 = keys5[i++], Properties2[P2]);
|
|
17291
|
-
return O2;
|
|
17292
|
-
}, "defineProperties");
|
|
17293
|
-
return _objectDps;
|
|
17294
|
-
}
|
|
17295
|
-
__name(require_objectDps, "require_objectDps");
|
|
17241
|
+
var dP$1 = _objectDp;
|
|
17242
|
+
var anObject$4 = _anObject;
|
|
17243
|
+
var getKeys$1 = _objectKeys;
|
|
17244
|
+
var _objectDps = _descriptors ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties(O2, Properties2) {
|
|
17245
|
+
anObject$4(O2);
|
|
17246
|
+
var keys5 = getKeys$1(Properties2);
|
|
17247
|
+
var length = keys5.length;
|
|
17248
|
+
var i = 0;
|
|
17249
|
+
var P2;
|
|
17250
|
+
while (length > i)
|
|
17251
|
+
dP$1.f(O2, P2 = keys5[i++], Properties2[P2]);
|
|
17252
|
+
return O2;
|
|
17253
|
+
}, "defineProperties");
|
|
17296
17254
|
var _html;
|
|
17297
17255
|
var hasRequired_html;
|
|
17298
17256
|
function require_html() {
|
|
@@ -17304,51 +17262,42 @@ function require_html() {
|
|
|
17304
17262
|
return _html;
|
|
17305
17263
|
}
|
|
17306
17264
|
__name(require_html, "require_html");
|
|
17307
|
-
var
|
|
17308
|
-
var
|
|
17309
|
-
|
|
17310
|
-
|
|
17311
|
-
|
|
17312
|
-
|
|
17313
|
-
|
|
17314
|
-
|
|
17315
|
-
var
|
|
17316
|
-
var
|
|
17317
|
-
var
|
|
17318
|
-
|
|
17319
|
-
var
|
|
17320
|
-
|
|
17321
|
-
|
|
17322
|
-
|
|
17323
|
-
|
|
17324
|
-
|
|
17325
|
-
|
|
17326
|
-
|
|
17327
|
-
|
|
17328
|
-
|
|
17329
|
-
|
|
17330
|
-
|
|
17331
|
-
|
|
17332
|
-
|
|
17333
|
-
|
|
17334
|
-
|
|
17335
|
-
|
|
17336
|
-
|
|
17337
|
-
|
|
17338
|
-
|
|
17339
|
-
|
|
17340
|
-
|
|
17341
|
-
|
|
17342
|
-
|
|
17343
|
-
Empty[PROTOTYPE2] = null;
|
|
17344
|
-
result[IE_PROTO2] = O2;
|
|
17345
|
-
} else
|
|
17346
|
-
result = createDict();
|
|
17347
|
-
return Properties2 === void 0 ? result : dPs(result, Properties2);
|
|
17348
|
-
}, "create");
|
|
17349
|
-
return _objectCreate;
|
|
17350
|
-
}
|
|
17351
|
-
__name(require_objectCreate, "require_objectCreate");
|
|
17265
|
+
var anObject$3 = _anObject;
|
|
17266
|
+
var dPs = _objectDps;
|
|
17267
|
+
var enumBugKeys = _enumBugKeys;
|
|
17268
|
+
var IE_PROTO$1 = _sharedKey("IE_PROTO");
|
|
17269
|
+
var Empty = /* @__PURE__ */ __name(function() {
|
|
17270
|
+
}, "Empty");
|
|
17271
|
+
var PROTOTYPE$1 = "prototype";
|
|
17272
|
+
var createDict = /* @__PURE__ */ __name(function() {
|
|
17273
|
+
var iframe = require_domCreate()("iframe");
|
|
17274
|
+
var i = enumBugKeys.length;
|
|
17275
|
+
var lt = "<";
|
|
17276
|
+
var gt = ">";
|
|
17277
|
+
var iframeDocument;
|
|
17278
|
+
iframe.style.display = "none";
|
|
17279
|
+
require_html().appendChild(iframe);
|
|
17280
|
+
iframe.src = "javascript:";
|
|
17281
|
+
iframeDocument = iframe.contentWindow.document;
|
|
17282
|
+
iframeDocument.open();
|
|
17283
|
+
iframeDocument.write(lt + "script" + gt + "document.F=Object" + lt + "/script" + gt);
|
|
17284
|
+
iframeDocument.close();
|
|
17285
|
+
createDict = iframeDocument.F;
|
|
17286
|
+
while (i--)
|
|
17287
|
+
delete createDict[PROTOTYPE$1][enumBugKeys[i]];
|
|
17288
|
+
return createDict();
|
|
17289
|
+
}, "createDict");
|
|
17290
|
+
var _objectCreate = Object.create || /* @__PURE__ */ __name(function create(O2, Properties2) {
|
|
17291
|
+
var result;
|
|
17292
|
+
if (O2 !== null) {
|
|
17293
|
+
Empty[PROTOTYPE$1] = anObject$3(O2);
|
|
17294
|
+
result = new Empty();
|
|
17295
|
+
Empty[PROTOTYPE$1] = null;
|
|
17296
|
+
result[IE_PROTO$1] = O2;
|
|
17297
|
+
} else
|
|
17298
|
+
result = createDict();
|
|
17299
|
+
return Properties2 === void 0 ? result : dPs(result, Properties2);
|
|
17300
|
+
}, "create");
|
|
17352
17301
|
var _wks = { exports: {} };
|
|
17353
17302
|
var store$2 = _sharedExports("wks");
|
|
17354
17303
|
var uid$1 = _uid;
|
|
@@ -17359,14 +17308,14 @@ var $exports = _wks.exports = function(name2) {
|
|
|
17359
17308
|
};
|
|
17360
17309
|
$exports.store = store$2;
|
|
17361
17310
|
var _wksExports = _wks.exports;
|
|
17362
|
-
var def =
|
|
17311
|
+
var def = _objectDp.f;
|
|
17363
17312
|
var has$c = _has;
|
|
17364
17313
|
var TAG$1 = _wksExports("toStringTag");
|
|
17365
17314
|
var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
|
|
17366
17315
|
if (it && !has$c(it = stat ? it : it.prototype, TAG$1))
|
|
17367
17316
|
def(it, TAG$1, { configurable: true, value: tag });
|
|
17368
17317
|
}, "_setToStringTag");
|
|
17369
|
-
var create$4 =
|
|
17318
|
+
var create$4 = _objectCreate;
|
|
17370
17319
|
var descriptor = _propertyDesc;
|
|
17371
17320
|
var setToStringTag$2 = _setToStringTag;
|
|
17372
17321
|
var IteratorPrototype = {};
|
|
@@ -17632,7 +17581,7 @@ var ArrayProto = Array.prototype;
|
|
|
17632
17581
|
var _isArrayIter = /* @__PURE__ */ __name(function(it) {
|
|
17633
17582
|
return it !== void 0 && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
|
|
17634
17583
|
}, "_isArrayIter");
|
|
17635
|
-
var $defineProperty$2 =
|
|
17584
|
+
var $defineProperty$2 = _objectDp;
|
|
17636
17585
|
var createDesc$2 = _propertyDesc;
|
|
17637
17586
|
var _createProperty = /* @__PURE__ */ __name(function(object3, index2, value) {
|
|
17638
17587
|
if (index2 in object3)
|
|
@@ -17761,9 +17710,9 @@ var _default$8 = /* @__PURE__ */ __name(function(instance, Constructor) {
|
|
|
17761
17710
|
}
|
|
17762
17711
|
}, "_default$8");
|
|
17763
17712
|
var $export$3 = _export;
|
|
17764
|
-
$export$3($export$3.S + $export$3.F * !
|
|
17713
|
+
$export$3($export$3.S + $export$3.F * !_descriptors, "Object", { defineProperty: _objectDp.f });
|
|
17765
17714
|
var $Object$2 = _coreExports.Object;
|
|
17766
|
-
var defineProperty$c = /* @__PURE__ */ __name(function
|
|
17715
|
+
var defineProperty$c = /* @__PURE__ */ __name(function defineProperty3(it, key, desc) {
|
|
17767
17716
|
return $Object$2.defineProperty(it, key, desc);
|
|
17768
17717
|
}, "defineProperty");
|
|
17769
17718
|
var defineProperty$b = { "default": defineProperty$c, __esModule: true };
|
|
@@ -17774,7 +17723,7 @@ function _interopRequireDefault$c(obj) {
|
|
|
17774
17723
|
}
|
|
17775
17724
|
__name(_interopRequireDefault$c, "_interopRequireDefault$c");
|
|
17776
17725
|
var _default$7 = function() {
|
|
17777
|
-
function
|
|
17726
|
+
function defineProperties4(target, props) {
|
|
17778
17727
|
for (var i = 0; i < props.length; i++) {
|
|
17779
17728
|
var descriptor2 = props[i];
|
|
17780
17729
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -17784,12 +17733,12 @@ var _default$7 = function() {
|
|
|
17784
17733
|
(0, _defineProperty2.default)(target, descriptor2.key, descriptor2);
|
|
17785
17734
|
}
|
|
17786
17735
|
}
|
|
17787
|
-
__name(
|
|
17736
|
+
__name(defineProperties4, "defineProperties");
|
|
17788
17737
|
return function(Constructor, protoProps, staticProps) {
|
|
17789
17738
|
if (protoProps)
|
|
17790
|
-
|
|
17739
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
17791
17740
|
if (staticProps)
|
|
17792
|
-
|
|
17741
|
+
defineProperties4(Constructor, staticProps);
|
|
17793
17742
|
return Constructor;
|
|
17794
17743
|
};
|
|
17795
17744
|
}();
|
|
@@ -17802,7 +17751,7 @@ var _meta = { exports: {} };
|
|
|
17802
17751
|
var META$1 = _uid("meta");
|
|
17803
17752
|
var isObject$c = _isObject;
|
|
17804
17753
|
var has$a = _has;
|
|
17805
|
-
var setDesc =
|
|
17754
|
+
var setDesc = _objectDp.f;
|
|
17806
17755
|
var id$1 = 0;
|
|
17807
17756
|
var isExtensible = Object.isExtensible || function() {
|
|
17808
17757
|
return true;
|
|
@@ -17818,23 +17767,23 @@ var setMeta = /* @__PURE__ */ __name(function(it) {
|
|
|
17818
17767
|
// weak collections IDs
|
|
17819
17768
|
} });
|
|
17820
17769
|
}, "setMeta");
|
|
17821
|
-
var fastKey = /* @__PURE__ */ __name(function(it,
|
|
17770
|
+
var fastKey = /* @__PURE__ */ __name(function(it, create6) {
|
|
17822
17771
|
if (!isObject$c(it))
|
|
17823
17772
|
return typeof it == "symbol" ? it : (typeof it == "string" ? "S" : "P") + it;
|
|
17824
17773
|
if (!has$a(it, META$1)) {
|
|
17825
17774
|
if (!isExtensible(it))
|
|
17826
17775
|
return "F";
|
|
17827
|
-
if (!
|
|
17776
|
+
if (!create6)
|
|
17828
17777
|
return "E";
|
|
17829
17778
|
setMeta(it);
|
|
17830
17779
|
}
|
|
17831
17780
|
return it[META$1].i;
|
|
17832
17781
|
}, "fastKey");
|
|
17833
|
-
var getWeak = /* @__PURE__ */ __name(function(it,
|
|
17782
|
+
var getWeak = /* @__PURE__ */ __name(function(it, create6) {
|
|
17834
17783
|
if (!has$a(it, META$1)) {
|
|
17835
17784
|
if (!isExtensible(it))
|
|
17836
17785
|
return true;
|
|
17837
|
-
if (!
|
|
17786
|
+
if (!create6)
|
|
17838
17787
|
return false;
|
|
17839
17788
|
setMeta(it);
|
|
17840
17789
|
}
|
|
@@ -17855,7 +17804,7 @@ var meta = _meta.exports = {
|
|
|
17855
17804
|
var _metaExports = _meta.exports;
|
|
17856
17805
|
var core = _coreExports;
|
|
17857
17806
|
var wksExt$1 = _wksExt;
|
|
17858
|
-
var defineProperty$a =
|
|
17807
|
+
var defineProperty$a = _objectDp.f;
|
|
17859
17808
|
var _wksDefine = /* @__PURE__ */ __name(function(name2) {
|
|
17860
17809
|
var $Symbol2 = core.Symbol || (core.Symbol = {});
|
|
17861
17810
|
if (name2.charAt(0) != "_" && !(name2 in $Symbol2))
|
|
@@ -17863,7 +17812,7 @@ var _wksDefine = /* @__PURE__ */ __name(function(name2) {
|
|
|
17863
17812
|
}, "_wksDefine");
|
|
17864
17813
|
var getKeys = _objectKeys;
|
|
17865
17814
|
var gOPS$1 = _objectGops;
|
|
17866
|
-
var pIE$1 =
|
|
17815
|
+
var pIE$1 = _objectPie;
|
|
17867
17816
|
var _enumKeys = /* @__PURE__ */ __name(function(it) {
|
|
17868
17817
|
var result = getKeys(it);
|
|
17869
17818
|
var getSymbols2 = gOPS$1.f;
|
|
@@ -17904,14 +17853,14 @@ _objectGopnExt.f = /* @__PURE__ */ __name(function getOwnPropertyNames2(it) {
|
|
|
17904
17853
|
return windowNames && toString$5.call(it) == "[object Window]" ? getWindowNames(it) : gOPN$1(toIObject$2(it));
|
|
17905
17854
|
}, "getOwnPropertyNames");
|
|
17906
17855
|
var _objectGopd = {};
|
|
17907
|
-
var pIE =
|
|
17856
|
+
var pIE = _objectPie;
|
|
17908
17857
|
var createDesc$1 = _propertyDesc;
|
|
17909
17858
|
var toIObject$1 = _toIobject;
|
|
17910
17859
|
var toPrimitive$1 = _toPrimitive$1;
|
|
17911
17860
|
var has$9 = _has;
|
|
17912
|
-
var IE8_DOM_DEFINE =
|
|
17861
|
+
var IE8_DOM_DEFINE = _ie8DomDefine;
|
|
17913
17862
|
var gOPD$5 = Object.getOwnPropertyDescriptor;
|
|
17914
|
-
_objectGopd.f =
|
|
17863
|
+
_objectGopd.f = _descriptors ? gOPD$5 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor(O2, P2) {
|
|
17915
17864
|
O2 = toIObject$1(O2);
|
|
17916
17865
|
P2 = toPrimitive$1(P2, true);
|
|
17917
17866
|
if (IE8_DOM_DEFINE)
|
|
@@ -17924,7 +17873,7 @@ _objectGopd.f = require_descriptors() ? gOPD$5 : /* @__PURE__ */ __name(function
|
|
|
17924
17873
|
}, "getOwnPropertyDescriptor");
|
|
17925
17874
|
var global$2 = _globalExports;
|
|
17926
17875
|
var has$8 = _has;
|
|
17927
|
-
var DESCRIPTORS =
|
|
17876
|
+
var DESCRIPTORS = _descriptors;
|
|
17928
17877
|
var $export$2 = _export;
|
|
17929
17878
|
var redefine = _redefine;
|
|
17930
17879
|
var META = _metaExports.KEY;
|
|
@@ -17943,11 +17892,11 @@ var toObject$1 = _toObject;
|
|
|
17943
17892
|
var toIObject = _toIobject;
|
|
17944
17893
|
var toPrimitive = _toPrimitive$1;
|
|
17945
17894
|
var createDesc = _propertyDesc;
|
|
17946
|
-
var _create$1 =
|
|
17895
|
+
var _create$1 = _objectCreate;
|
|
17947
17896
|
var gOPNExt = _objectGopnExt;
|
|
17948
17897
|
var $GOPD = _objectGopd;
|
|
17949
17898
|
var $GOPS = _objectGops;
|
|
17950
|
-
var $DP =
|
|
17899
|
+
var $DP = _objectDp;
|
|
17951
17900
|
var $keys$1 = _objectKeys;
|
|
17952
17901
|
var gOPD$4 = $GOPD.f;
|
|
17953
17902
|
var dP = $DP.f;
|
|
@@ -17990,7 +17939,7 @@ var isSymbol$8 = USE_NATIVE && typeof $Symbol.iterator == "symbol" ? function(it
|
|
|
17990
17939
|
} : function(it) {
|
|
17991
17940
|
return it instanceof $Symbol;
|
|
17992
17941
|
};
|
|
17993
|
-
var $defineProperty$1 = /* @__PURE__ */ __name(function
|
|
17942
|
+
var $defineProperty$1 = /* @__PURE__ */ __name(function defineProperty4(it, key, D2) {
|
|
17994
17943
|
if (it === ObjectProto)
|
|
17995
17944
|
$defineProperty$1(OPSymbols, key, D2);
|
|
17996
17945
|
anObject(it);
|
|
@@ -18010,7 +17959,7 @@ var $defineProperty$1 = /* @__PURE__ */ __name(function defineProperty3(it, key,
|
|
|
18010
17959
|
}
|
|
18011
17960
|
return dP(it, key, D2);
|
|
18012
17961
|
}, "defineProperty");
|
|
18013
|
-
var $defineProperties = /* @__PURE__ */ __name(function
|
|
17962
|
+
var $defineProperties = /* @__PURE__ */ __name(function defineProperties2(it, P2) {
|
|
18014
17963
|
anObject(it);
|
|
18015
17964
|
var keys5 = enumKeys(P2 = toIObject(P2));
|
|
18016
17965
|
var i = 0;
|
|
@@ -18020,7 +17969,7 @@ var $defineProperties = /* @__PURE__ */ __name(function defineProperties(it, P2)
|
|
|
18020
17969
|
$defineProperty$1(it, key = keys5[i++], P2[key]);
|
|
18021
17970
|
return it;
|
|
18022
17971
|
}, "defineProperties");
|
|
18023
|
-
var $create = /* @__PURE__ */ __name(function
|
|
17972
|
+
var $create = /* @__PURE__ */ __name(function create2(it, P2) {
|
|
18024
17973
|
return P2 === void 0 ? _create$1(it) : $defineProperties(_create$1(it), P2);
|
|
18025
17974
|
}, "create");
|
|
18026
17975
|
var $propertyIsEnumerable = /* @__PURE__ */ __name(function propertyIsEnumerable(key) {
|
|
@@ -18084,7 +18033,7 @@ if (!USE_NATIVE) {
|
|
|
18084
18033
|
$GOPD.f = $getOwnPropertyDescriptor;
|
|
18085
18034
|
$DP.f = $defineProperty$1;
|
|
18086
18035
|
_objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
|
|
18087
|
-
|
|
18036
|
+
_objectPie.f = $propertyIsEnumerable;
|
|
18088
18037
|
$GOPS.f = $getOwnPropertySymbols;
|
|
18089
18038
|
if (DESCRIPTORS && !_library) {
|
|
18090
18039
|
redefine(ObjectProto, "propertyIsEnumerable", $propertyIsEnumerable);
|
|
@@ -18250,9 +18199,9 @@ $export$1($export$1.S, "Object", { setPrototypeOf: require_setProto().set });
|
|
|
18250
18199
|
var setPrototypeOf$1 = _coreExports.Object.setPrototypeOf;
|
|
18251
18200
|
var setPrototypeOf = { "default": setPrototypeOf$1, __esModule: true };
|
|
18252
18201
|
var $export = _export;
|
|
18253
|
-
$export($export.S, "Object", { create:
|
|
18202
|
+
$export($export.S, "Object", { create: _objectCreate });
|
|
18254
18203
|
var $Object$1 = _coreExports.Object;
|
|
18255
|
-
var create$3 = /* @__PURE__ */ __name(function
|
|
18204
|
+
var create$3 = /* @__PURE__ */ __name(function create3(P2, D2) {
|
|
18256
18205
|
return $Object$1.create(P2, D2);
|
|
18257
18206
|
}, "create");
|
|
18258
18207
|
var create$2 = { "default": create$3, __esModule: true };
|
|
@@ -22339,7 +22288,7 @@ function normalizeComponent(Comp) {
|
|
|
22339
22288
|
}
|
|
22340
22289
|
__name(normalizeComponent, "normalizeComponent");
|
|
22341
22290
|
var _createClass$d = function() {
|
|
22342
|
-
function
|
|
22291
|
+
function defineProperties4(target, props) {
|
|
22343
22292
|
for (var i = 0; i < props.length; i++) {
|
|
22344
22293
|
var descriptor2 = props[i];
|
|
22345
22294
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -22349,12 +22298,12 @@ var _createClass$d = function() {
|
|
|
22349
22298
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
22350
22299
|
}
|
|
22351
22300
|
}
|
|
22352
|
-
__name(
|
|
22301
|
+
__name(defineProperties4, "defineProperties");
|
|
22353
22302
|
return function(Constructor, protoProps, staticProps) {
|
|
22354
22303
|
if (protoProps)
|
|
22355
|
-
|
|
22304
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
22356
22305
|
if (staticProps)
|
|
22357
|
-
|
|
22306
|
+
defineProperties4(Constructor, staticProps);
|
|
22358
22307
|
return Constructor;
|
|
22359
22308
|
};
|
|
22360
22309
|
}();
|
|
@@ -22515,7 +22464,7 @@ var _extends$o = Object.assign || function(target) {
|
|
|
22515
22464
|
return target;
|
|
22516
22465
|
};
|
|
22517
22466
|
var _createClass$c = function() {
|
|
22518
|
-
function
|
|
22467
|
+
function defineProperties4(target, props) {
|
|
22519
22468
|
for (var i = 0; i < props.length; i++) {
|
|
22520
22469
|
var descriptor2 = props[i];
|
|
22521
22470
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -22525,12 +22474,12 @@ var _createClass$c = function() {
|
|
|
22525
22474
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
22526
22475
|
}
|
|
22527
22476
|
}
|
|
22528
|
-
__name(
|
|
22477
|
+
__name(defineProperties4, "defineProperties");
|
|
22529
22478
|
return function(Constructor, protoProps, staticProps) {
|
|
22530
22479
|
if (protoProps)
|
|
22531
|
-
|
|
22480
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
22532
22481
|
if (staticProps)
|
|
22533
|
-
|
|
22482
|
+
defineProperties4(Constructor, staticProps);
|
|
22534
22483
|
return Constructor;
|
|
22535
22484
|
};
|
|
22536
22485
|
}();
|
|
@@ -23121,7 +23070,7 @@ const Methods = /* @__PURE__ */ __name(function(Base) {
|
|
|
23121
23070
|
}(Base);
|
|
23122
23071
|
}, "Methods");
|
|
23123
23072
|
var _createClass$b = function() {
|
|
23124
|
-
function
|
|
23073
|
+
function defineProperties4(target, props) {
|
|
23125
23074
|
for (var i = 0; i < props.length; i++) {
|
|
23126
23075
|
var descriptor2 = props[i];
|
|
23127
23076
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -23131,12 +23080,12 @@ var _createClass$b = function() {
|
|
|
23131
23080
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
23132
23081
|
}
|
|
23133
23082
|
}
|
|
23134
|
-
__name(
|
|
23083
|
+
__name(defineProperties4, "defineProperties");
|
|
23135
23084
|
return function(Constructor, protoProps, staticProps) {
|
|
23136
23085
|
if (protoProps)
|
|
23137
|
-
|
|
23086
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
23138
23087
|
if (staticProps)
|
|
23139
|
-
|
|
23088
|
+
defineProperties4(Constructor, staticProps);
|
|
23140
23089
|
return Constructor;
|
|
23141
23090
|
};
|
|
23142
23091
|
}();
|
|
@@ -23908,7 +23857,7 @@ var _extends$l = Object.assign || function(target) {
|
|
|
23908
23857
|
return target;
|
|
23909
23858
|
};
|
|
23910
23859
|
var _createClass$a = function() {
|
|
23911
|
-
function
|
|
23860
|
+
function defineProperties4(target, props) {
|
|
23912
23861
|
for (var i = 0; i < props.length; i++) {
|
|
23913
23862
|
var descriptor2 = props[i];
|
|
23914
23863
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -23918,12 +23867,12 @@ var _createClass$a = function() {
|
|
|
23918
23867
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
23919
23868
|
}
|
|
23920
23869
|
}
|
|
23921
|
-
__name(
|
|
23870
|
+
__name(defineProperties4, "defineProperties");
|
|
23922
23871
|
return function(Constructor, protoProps, staticProps) {
|
|
23923
23872
|
if (protoProps)
|
|
23924
|
-
|
|
23873
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
23925
23874
|
if (staticProps)
|
|
23926
|
-
|
|
23875
|
+
defineProperties4(Constructor, staticProps);
|
|
23927
23876
|
return Constructor;
|
|
23928
23877
|
};
|
|
23929
23878
|
}();
|
|
@@ -30247,21 +30196,21 @@ function parse$7(options) {
|
|
|
30247
30196
|
defined: [],
|
|
30248
30197
|
lazy: {},
|
|
30249
30198
|
constructs: constructs2,
|
|
30250
|
-
content:
|
|
30251
|
-
document:
|
|
30252
|
-
flow:
|
|
30253
|
-
string:
|
|
30254
|
-
text:
|
|
30199
|
+
content: create6(content$1),
|
|
30200
|
+
document: create6(document$2),
|
|
30201
|
+
flow: create6(flow$1),
|
|
30202
|
+
string: create6(string$1),
|
|
30203
|
+
text: create6(text$3)
|
|
30255
30204
|
};
|
|
30256
30205
|
return parser;
|
|
30257
|
-
function
|
|
30206
|
+
function create6(initial) {
|
|
30258
30207
|
return creator;
|
|
30259
30208
|
function creator(from3) {
|
|
30260
30209
|
return createTokenizer(parser, initial, from3);
|
|
30261
30210
|
}
|
|
30262
30211
|
__name(creator, "creator");
|
|
30263
30212
|
}
|
|
30264
|
-
__name(
|
|
30213
|
+
__name(create6, "create");
|
|
30265
30214
|
}
|
|
30266
30215
|
__name(parse$7, "parse$7");
|
|
30267
30216
|
const search$1 = /[\0\t\n\r]/g;
|
|
@@ -30672,10 +30621,10 @@ function compiler(options) {
|
|
|
30672
30621
|
return data[key];
|
|
30673
30622
|
}
|
|
30674
30623
|
__name(getData, "getData");
|
|
30675
|
-
function opener(
|
|
30624
|
+
function opener(create6, and) {
|
|
30676
30625
|
return open2;
|
|
30677
30626
|
function open2(token) {
|
|
30678
|
-
enter2.call(this,
|
|
30627
|
+
enter2.call(this, create6(token), token);
|
|
30679
30628
|
if (and)
|
|
30680
30629
|
and.call(this, token);
|
|
30681
30630
|
}
|
|
@@ -39584,11 +39533,11 @@ var implementation$8 = /* @__PURE__ */ __name(function bind(that) {
|
|
|
39584
39533
|
}
|
|
39585
39534
|
bound = Function("binder", "return function (" + boundArgs.join(",") + "){ return binder.apply(this,arguments); }")(binder);
|
|
39586
39535
|
if (target.prototype) {
|
|
39587
|
-
var
|
|
39536
|
+
var Empty2 = /* @__PURE__ */ __name(function Empty3() {
|
|
39588
39537
|
}, "Empty");
|
|
39589
|
-
|
|
39590
|
-
bound.prototype = new
|
|
39591
|
-
|
|
39538
|
+
Empty2.prototype = target.prototype;
|
|
39539
|
+
bound.prototype = new Empty2();
|
|
39540
|
+
Empty2.prototype = null;
|
|
39592
39541
|
}
|
|
39593
39542
|
return bound;
|
|
39594
39543
|
}, "bind");
|
|
@@ -42403,7 +42352,7 @@ const generateToast = /* @__PURE__ */ __name((intent) => (message, options) => {
|
|
|
42403
42352
|
timeout: options.timeout || updatedTimeout || intent === Intent.DANGER ? 6e4 : void 0,
|
|
42404
42353
|
action: options.action,
|
|
42405
42354
|
icon: options.icon,
|
|
42406
|
-
className: options.className
|
|
42355
|
+
className: classNames("preserve-newline", options.className)
|
|
42407
42356
|
},
|
|
42408
42357
|
options.key
|
|
42409
42358
|
);
|
|
@@ -43723,7 +43672,7 @@ var _extends$f = Object.assign || function(target) {
|
|
|
43723
43672
|
return target;
|
|
43724
43673
|
};
|
|
43725
43674
|
var _createClass$9 = function() {
|
|
43726
|
-
function
|
|
43675
|
+
function defineProperties4(target, props) {
|
|
43727
43676
|
for (var i = 0; i < props.length; i++) {
|
|
43728
43677
|
var descriptor2 = props[i];
|
|
43729
43678
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -43733,12 +43682,12 @@ var _createClass$9 = function() {
|
|
|
43733
43682
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
43734
43683
|
}
|
|
43735
43684
|
}
|
|
43736
|
-
__name(
|
|
43685
|
+
__name(defineProperties4, "defineProperties");
|
|
43737
43686
|
return function(Constructor, protoProps, staticProps) {
|
|
43738
43687
|
if (protoProps)
|
|
43739
|
-
|
|
43688
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
43740
43689
|
if (staticProps)
|
|
43741
|
-
|
|
43690
|
+
defineProperties4(Constructor, staticProps);
|
|
43742
43691
|
return Constructor;
|
|
43743
43692
|
};
|
|
43744
43693
|
}();
|
|
@@ -43880,7 +43829,7 @@ var Alpha = function(_ref) {
|
|
|
43880
43829
|
return Alpha2;
|
|
43881
43830
|
}(PureComponent || Component);
|
|
43882
43831
|
var _createClass$8 = function() {
|
|
43883
|
-
function
|
|
43832
|
+
function defineProperties4(target, props) {
|
|
43884
43833
|
for (var i = 0; i < props.length; i++) {
|
|
43885
43834
|
var descriptor2 = props[i];
|
|
43886
43835
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -43890,12 +43839,12 @@ var _createClass$8 = function() {
|
|
|
43890
43839
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
43891
43840
|
}
|
|
43892
43841
|
}
|
|
43893
|
-
__name(
|
|
43842
|
+
__name(defineProperties4, "defineProperties");
|
|
43894
43843
|
return function(Constructor, protoProps, staticProps) {
|
|
43895
43844
|
if (protoProps)
|
|
43896
|
-
|
|
43845
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
43897
43846
|
if (staticProps)
|
|
43898
|
-
|
|
43847
|
+
defineProperties4(Constructor, staticProps);
|
|
43899
43848
|
return Constructor;
|
|
43900
43849
|
};
|
|
43901
43850
|
}();
|
|
@@ -44128,7 +44077,7 @@ var calculateChange$1 = /* @__PURE__ */ __name(function calculateChange2(e2, dir
|
|
|
44128
44077
|
return null;
|
|
44129
44078
|
}, "calculateChange");
|
|
44130
44079
|
var _createClass$7 = function() {
|
|
44131
|
-
function
|
|
44080
|
+
function defineProperties4(target, props) {
|
|
44132
44081
|
for (var i = 0; i < props.length; i++) {
|
|
44133
44082
|
var descriptor2 = props[i];
|
|
44134
44083
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -44138,12 +44087,12 @@ var _createClass$7 = function() {
|
|
|
44138
44087
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
44139
44088
|
}
|
|
44140
44089
|
}
|
|
44141
|
-
__name(
|
|
44090
|
+
__name(defineProperties4, "defineProperties");
|
|
44142
44091
|
return function(Constructor, protoProps, staticProps) {
|
|
44143
44092
|
if (protoProps)
|
|
44144
|
-
|
|
44093
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
44145
44094
|
if (staticProps)
|
|
44146
|
-
|
|
44095
|
+
defineProperties4(Constructor, staticProps);
|
|
44147
44096
|
return Constructor;
|
|
44148
44097
|
};
|
|
44149
44098
|
}();
|
|
@@ -45354,7 +45303,7 @@ var calculateChange3 = /* @__PURE__ */ __name(function calculateChange4(e2, hsl,
|
|
|
45354
45303
|
};
|
|
45355
45304
|
}, "calculateChange");
|
|
45356
45305
|
var _createClass$6 = function() {
|
|
45357
|
-
function
|
|
45306
|
+
function defineProperties4(target, props) {
|
|
45358
45307
|
for (var i = 0; i < props.length; i++) {
|
|
45359
45308
|
var descriptor2 = props[i];
|
|
45360
45309
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -45364,12 +45313,12 @@ var _createClass$6 = function() {
|
|
|
45364
45313
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
45365
45314
|
}
|
|
45366
45315
|
}
|
|
45367
|
-
__name(
|
|
45316
|
+
__name(defineProperties4, "defineProperties");
|
|
45368
45317
|
return function(Constructor, protoProps, staticProps) {
|
|
45369
45318
|
if (protoProps)
|
|
45370
|
-
|
|
45319
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
45371
45320
|
if (staticProps)
|
|
45372
|
-
|
|
45321
|
+
defineProperties4(Constructor, staticProps);
|
|
45373
45322
|
return Constructor;
|
|
45374
45323
|
};
|
|
45375
45324
|
}();
|
|
@@ -46671,7 +46620,7 @@ var _extends$e = Object.assign || function(target) {
|
|
|
46671
46620
|
return target;
|
|
46672
46621
|
};
|
|
46673
46622
|
var _createClass$5 = function() {
|
|
46674
|
-
function
|
|
46623
|
+
function defineProperties4(target, props) {
|
|
46675
46624
|
for (var i = 0; i < props.length; i++) {
|
|
46676
46625
|
var descriptor2 = props[i];
|
|
46677
46626
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -46681,12 +46630,12 @@ var _createClass$5 = function() {
|
|
|
46681
46630
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
46682
46631
|
}
|
|
46683
46632
|
}
|
|
46684
|
-
__name(
|
|
46633
|
+
__name(defineProperties4, "defineProperties");
|
|
46685
46634
|
return function(Constructor, protoProps, staticProps) {
|
|
46686
46635
|
if (protoProps)
|
|
46687
|
-
|
|
46636
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
46688
46637
|
if (staticProps)
|
|
46689
|
-
|
|
46638
|
+
defineProperties4(Constructor, staticProps);
|
|
46690
46639
|
return Constructor;
|
|
46691
46640
|
};
|
|
46692
46641
|
}();
|
|
@@ -46783,7 +46732,7 @@ var _extends$d = Object.assign || function(target) {
|
|
|
46783
46732
|
return target;
|
|
46784
46733
|
};
|
|
46785
46734
|
var _createClass$4 = function() {
|
|
46786
|
-
function
|
|
46735
|
+
function defineProperties4(target, props) {
|
|
46787
46736
|
for (var i = 0; i < props.length; i++) {
|
|
46788
46737
|
var descriptor2 = props[i];
|
|
46789
46738
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -46793,12 +46742,12 @@ var _createClass$4 = function() {
|
|
|
46793
46742
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
46794
46743
|
}
|
|
46795
46744
|
}
|
|
46796
|
-
__name(
|
|
46745
|
+
__name(defineProperties4, "defineProperties");
|
|
46797
46746
|
return function(Constructor, protoProps, staticProps) {
|
|
46798
46747
|
if (protoProps)
|
|
46799
|
-
|
|
46748
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
46800
46749
|
if (staticProps)
|
|
46801
|
-
|
|
46750
|
+
defineProperties4(Constructor, staticProps);
|
|
46802
46751
|
return Constructor;
|
|
46803
46752
|
};
|
|
46804
46753
|
}();
|
|
@@ -47856,7 +47805,7 @@ var _default$3 = UnfoldMoreHorizontalIcon.default = function(_ref) {
|
|
|
47856
47805
|
);
|
|
47857
47806
|
};
|
|
47858
47807
|
var _createClass$3 = function() {
|
|
47859
|
-
function
|
|
47808
|
+
function defineProperties4(target, props) {
|
|
47860
47809
|
for (var i = 0; i < props.length; i++) {
|
|
47861
47810
|
var descriptor2 = props[i];
|
|
47862
47811
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -47866,12 +47815,12 @@ var _createClass$3 = function() {
|
|
|
47866
47815
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
47867
47816
|
}
|
|
47868
47817
|
}
|
|
47869
|
-
__name(
|
|
47818
|
+
__name(defineProperties4, "defineProperties");
|
|
47870
47819
|
return function(Constructor, protoProps, staticProps) {
|
|
47871
47820
|
if (protoProps)
|
|
47872
|
-
|
|
47821
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
47873
47822
|
if (staticProps)
|
|
47874
|
-
|
|
47823
|
+
defineProperties4(Constructor, staticProps);
|
|
47875
47824
|
return Constructor;
|
|
47876
47825
|
};
|
|
47877
47826
|
}();
|
|
@@ -49281,7 +49230,7 @@ var PhotoshopPreviews = /* @__PURE__ */ __name(function PhotoshopPreviews2(_ref)
|
|
|
49281
49230
|
);
|
|
49282
49231
|
}, "PhotoshopPreviews");
|
|
49283
49232
|
var _createClass$2 = function() {
|
|
49284
|
-
function
|
|
49233
|
+
function defineProperties4(target, props) {
|
|
49285
49234
|
for (var i = 0; i < props.length; i++) {
|
|
49286
49235
|
var descriptor2 = props[i];
|
|
49287
49236
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -49291,12 +49240,12 @@ var _createClass$2 = function() {
|
|
|
49291
49240
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
49292
49241
|
}
|
|
49293
49242
|
}
|
|
49294
|
-
__name(
|
|
49243
|
+
__name(defineProperties4, "defineProperties");
|
|
49295
49244
|
return function(Constructor, protoProps, staticProps) {
|
|
49296
49245
|
if (protoProps)
|
|
49297
|
-
|
|
49246
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
49298
49247
|
if (staticProps)
|
|
49299
|
-
|
|
49248
|
+
defineProperties4(Constructor, staticProps);
|
|
49300
49249
|
return Constructor;
|
|
49301
49250
|
};
|
|
49302
49251
|
}();
|
|
@@ -55603,7 +55552,9 @@ const _DataTable = class _DataTable extends React__default$1.Component {
|
|
|
55603
55552
|
// keep this so that pasting into spreadsheets works.
|
|
55604
55553
|
format: "text/plain"
|
|
55605
55554
|
});
|
|
55606
|
-
|
|
55555
|
+
if (message) {
|
|
55556
|
+
window.toastr.success(message);
|
|
55557
|
+
}
|
|
55607
55558
|
}, "handleCopyHelper"));
|
|
55608
55559
|
__publicField(this, "handleCopyTable", /* @__PURE__ */ __name((e2) => {
|
|
55609
55560
|
try {
|
|
@@ -70516,6 +70467,7 @@ function UploaderInner({
|
|
|
70516
70467
|
)
|
|
70517
70468
|
) || "Example";
|
|
70518
70469
|
const handleDownloadXlsxFile = /* @__PURE__ */ __name(() => __async(this, null, function* () {
|
|
70470
|
+
var _a3;
|
|
70519
70471
|
const dataDictionarySchema = [
|
|
70520
70472
|
{ value: (f2) => f2.displayName || f2.path, column: `Column Name` },
|
|
70521
70473
|
// {
|
|
@@ -70542,7 +70494,7 @@ function UploaderInner({
|
|
|
70542
70494
|
const mainExampleData = {};
|
|
70543
70495
|
const fieldsToUse = [
|
|
70544
70496
|
...validateAgainstSchema.fields,
|
|
70545
|
-
...
|
|
70497
|
+
...(_a3 = validateAgainstSchema.exampleDownloadFields) != null ? _a3 : []
|
|
70546
70498
|
];
|
|
70547
70499
|
const mainSchema = fieldsToUse.map((f2) => {
|
|
70548
70500
|
mainExampleData[f2.displayName || f2.path] = f2.example || f2.defaultValue;
|
|
@@ -70571,11 +70523,11 @@ function UploaderInner({
|
|
|
70571
70523
|
{
|
|
70572
70524
|
description: "Download Example CSV File",
|
|
70573
70525
|
exampleFile: () => {
|
|
70574
|
-
var _a3;
|
|
70526
|
+
var _a3, _b3;
|
|
70575
70527
|
const rows = [];
|
|
70576
70528
|
const schemaToUse = [
|
|
70577
70529
|
...a2.validateAgainstSchema.fields,
|
|
70578
|
-
...a2.validateAgainstSchema.exampleDownloadFields
|
|
70530
|
+
...(_a3 = a2.validateAgainstSchema.exampleDownloadFields) != null ? _a3 : []
|
|
70579
70531
|
];
|
|
70580
70532
|
rows.push(
|
|
70581
70533
|
schemaToUse.map((f2) => {
|
|
@@ -70588,7 +70540,7 @@ function UploaderInner({
|
|
|
70588
70540
|
})
|
|
70589
70541
|
);
|
|
70590
70542
|
const csv = papaparse_minExports.unparse(rows);
|
|
70591
|
-
const downloadFn = ((
|
|
70543
|
+
const downloadFn = ((_b3 = window.Cypress) == null ? void 0 : _b3.downloadTest) || downloadjs;
|
|
70592
70544
|
downloadFn(csv, `${nameToUse}.csv`, "csv");
|
|
70593
70545
|
}
|
|
70594
70546
|
},
|
|
@@ -73405,7 +73357,7 @@ ObjectWithoutPrototypeCache.prototype.set = function(key, value) {
|
|
|
73405
73357
|
this.cache[key] = value;
|
|
73406
73358
|
};
|
|
73407
73359
|
var cacheDefault = {
|
|
73408
|
-
create: /* @__PURE__ */ __name(function
|
|
73360
|
+
create: /* @__PURE__ */ __name(function create4() {
|
|
73409
73361
|
return new ObjectWithoutPrototypeCache();
|
|
73410
73362
|
}, "create")
|
|
73411
73363
|
};
|
|
@@ -78513,7 +78465,7 @@ __name(requireEmpty, "requireEmpty");
|
|
|
78513
78465
|
}
|
|
78514
78466
|
}, "classCallCheck");
|
|
78515
78467
|
var createClass2 = function() {
|
|
78516
|
-
function
|
|
78468
|
+
function defineProperties4(target, props) {
|
|
78517
78469
|
for (var i = 0; i < props.length; i++) {
|
|
78518
78470
|
var descriptor2 = props[i];
|
|
78519
78471
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -78523,12 +78475,12 @@ __name(requireEmpty, "requireEmpty");
|
|
|
78523
78475
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
78524
78476
|
}
|
|
78525
78477
|
}
|
|
78526
|
-
__name(
|
|
78478
|
+
__name(defineProperties4, "defineProperties");
|
|
78527
78479
|
return function(Constructor, protoProps, staticProps) {
|
|
78528
78480
|
if (protoProps)
|
|
78529
|
-
|
|
78481
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
78530
78482
|
if (staticProps)
|
|
78531
|
-
|
|
78483
|
+
defineProperties4(Constructor, staticProps);
|
|
78532
78484
|
return Constructor;
|
|
78533
78485
|
};
|
|
78534
78486
|
}();
|
|
@@ -82343,10 +82295,10 @@ __name(requireEmpty, "requireEmpty");
|
|
|
82343
82295
|
return value;
|
|
82344
82296
|
}
|
|
82345
82297
|
__name(dateReviver, "dateReviver");
|
|
82346
|
-
function
|
|
82298
|
+
function create6(options) {
|
|
82347
82299
|
return new DiffPatcher(options);
|
|
82348
82300
|
}
|
|
82349
|
-
__name(
|
|
82301
|
+
__name(create6, "create");
|
|
82350
82302
|
var defaultInstance$4 = void 0;
|
|
82351
82303
|
function diff() {
|
|
82352
82304
|
if (!defaultInstance$4) {
|
|
@@ -82386,7 +82338,7 @@ __name(requireEmpty, "requireEmpty");
|
|
|
82386
82338
|
exports3.DiffPatcher = DiffPatcher;
|
|
82387
82339
|
exports3.formatters = index2;
|
|
82388
82340
|
exports3.console = console$1;
|
|
82389
|
-
exports3.create =
|
|
82341
|
+
exports3.create = create6;
|
|
82390
82342
|
exports3.dateReviver = dateReviver;
|
|
82391
82343
|
exports3.diff = diff;
|
|
82392
82344
|
exports3.patch = patch2;
|
|
@@ -82912,6 +82864,20 @@ const modifiableTypes = [
|
|
|
82912
82864
|
"primers",
|
|
82913
82865
|
"guides"
|
|
82914
82866
|
];
|
|
82867
|
+
let allWarnings = [];
|
|
82868
|
+
let makeToast = /* @__PURE__ */ __name(() => {
|
|
82869
|
+
if (typeof window !== "undefined" && window.toastr && allWarnings.length) {
|
|
82870
|
+
window.toastr.warning(allWarnings.join("\n"));
|
|
82871
|
+
}
|
|
82872
|
+
allWarnings = [];
|
|
82873
|
+
}, "makeToast");
|
|
82874
|
+
makeToast = lodashExports.debounce(makeToast, 200);
|
|
82875
|
+
function showWarnings(warnings) {
|
|
82876
|
+
allWarnings = allWarnings.concat(warnings);
|
|
82877
|
+
makeToast.cancel();
|
|
82878
|
+
makeToast();
|
|
82879
|
+
}
|
|
82880
|
+
__name(showWarnings, "showWarnings");
|
|
82915
82881
|
function filterSequenceString(sequenceString = "", {
|
|
82916
82882
|
additionalValidChars = "",
|
|
82917
82883
|
isOligo: isOligo2,
|
|
@@ -82959,14 +82925,10 @@ function filterSequenceString(sequenceString = "", {
|
|
|
82959
82925
|
});
|
|
82960
82926
|
if (sequenceString.length !== sanitizedVal.length) {
|
|
82961
82927
|
warnings.push(
|
|
82962
|
-
`${name2 ? `Sequence ${name2}: ` : ""}Invalid character(s) detected and removed: ${invalidChars.slice(0, 100).join(", ")} `
|
|
82928
|
+
`${name2 ? `Sequence ${name2}: ` : ""}Invalid character(s) detected and removed: ${lodashExports.uniq(invalidChars).slice(0, 100).join(", ")} `
|
|
82963
82929
|
);
|
|
82964
82930
|
}
|
|
82965
|
-
|
|
82966
|
-
warnings.forEach((warning2) => {
|
|
82967
|
-
window.toastr.warning(warning2);
|
|
82968
|
-
});
|
|
82969
|
-
}
|
|
82931
|
+
showWarnings(warnings);
|
|
82970
82932
|
return [sanitizedVal, warnings];
|
|
82971
82933
|
}
|
|
82972
82934
|
__name(filterSequenceString, "filterSequenceString");
|
|
@@ -92943,7 +92905,7 @@ function flattenSequenceArray(parsingResultArray, opts2) {
|
|
|
92943
92905
|
return parsingResultArray;
|
|
92944
92906
|
}
|
|
92945
92907
|
__name(flattenSequenceArray, "flattenSequenceArray");
|
|
92946
|
-
function parseFeatureLocation(locStr, isProtein2, inclusive1BasedStart, inclusive1BasedEnd) {
|
|
92908
|
+
function parseFeatureLocation(locStr, isProtein2, inclusive1BasedStart, inclusive1BasedEnd, isCircular, sequenceLength) {
|
|
92947
92909
|
locStr = locStr.trim();
|
|
92948
92910
|
const locArr = [];
|
|
92949
92911
|
locStr.replace(/(\d+)/g, function(string2, match2) {
|
|
@@ -92964,6 +92926,19 @@ function parseFeatureLocation(locStr, isProtein2, inclusive1BasedStart, inclusiv
|
|
|
92964
92926
|
isProtein2 ? convertAACaretPositionOrRangeToDna(location2) : location2
|
|
92965
92927
|
);
|
|
92966
92928
|
}
|
|
92929
|
+
if (isCircular) {
|
|
92930
|
+
for (let i = 0; i < locArray.length; i += 2) {
|
|
92931
|
+
const firstFeature = locArray[i];
|
|
92932
|
+
const secondFeature = locArray[i + 1];
|
|
92933
|
+
if (firstFeature.end === sequenceLength - (inclusive1BasedEnd ? 0 : 1) && secondFeature.start === 1 - (inclusive1BasedStart ? 0 : 1)) {
|
|
92934
|
+
locArray[i] = {
|
|
92935
|
+
start: firstFeature.start,
|
|
92936
|
+
end: secondFeature.end
|
|
92937
|
+
};
|
|
92938
|
+
locArray.splice(i + 1, 1);
|
|
92939
|
+
}
|
|
92940
|
+
}
|
|
92941
|
+
}
|
|
92967
92942
|
return locArray;
|
|
92968
92943
|
}
|
|
92969
92944
|
__name(parseFeatureLocation, "parseFeatureLocation");
|
|
@@ -93297,7 +93272,9 @@ function genbankToJson(string2, options = {}) {
|
|
|
93297
93272
|
line.trim(),
|
|
93298
93273
|
options.isProtein,
|
|
93299
93274
|
inclusive1BasedStart,
|
|
93300
|
-
inclusive1BasedEnd
|
|
93275
|
+
inclusive1BasedEnd,
|
|
93276
|
+
result.parsedSequence.circular,
|
|
93277
|
+
result.parsedSequence.sequence.length
|
|
93301
93278
|
)
|
|
93302
93279
|
);
|
|
93303
93280
|
lastLineWasLocation = true;
|
|
@@ -93330,7 +93307,9 @@ function genbankToJson(string2, options = {}) {
|
|
|
93330
93307
|
val2,
|
|
93331
93308
|
options.isProtein,
|
|
93332
93309
|
inclusive1BasedStart,
|
|
93333
|
-
inclusive1BasedEnd
|
|
93310
|
+
inclusive1BasedEnd,
|
|
93311
|
+
result.parsedSequence.circular,
|
|
93312
|
+
result.parsedSequence.sequence.length
|
|
93334
93313
|
)
|
|
93335
93314
|
);
|
|
93336
93315
|
lastLineWasLocation = true;
|
|
@@ -106775,7 +106754,7 @@ var defineProperty$2 = /* @__PURE__ */ __name(function(object3, name2, value, pr
|
|
|
106775
106754
|
object3[name2] = value;
|
|
106776
106755
|
}
|
|
106777
106756
|
}, "defineProperty$2");
|
|
106778
|
-
var
|
|
106757
|
+
var defineProperties3 = /* @__PURE__ */ __name(function(object3, map3) {
|
|
106779
106758
|
var predicates = arguments.length > 2 ? arguments[2] : {};
|
|
106780
106759
|
var props = keys$1(map3);
|
|
106781
106760
|
if (hasSymbols2) {
|
|
@@ -106785,8 +106764,8 @@ var defineProperties2 = /* @__PURE__ */ __name(function(object3, map3) {
|
|
|
106785
106764
|
defineProperty$2(object3, props[i], map3[props[i]], predicates[props[i]]);
|
|
106786
106765
|
}
|
|
106787
106766
|
}, "defineProperties");
|
|
106788
|
-
|
|
106789
|
-
var defineProperties_1 =
|
|
106767
|
+
defineProperties3.supportsDescriptors = !!supportsDescriptors$2;
|
|
106768
|
+
var defineProperties_1 = defineProperties3;
|
|
106790
106769
|
var numberIsNaN = /* @__PURE__ */ __name(function(value) {
|
|
106791
106770
|
return value !== value;
|
|
106792
106771
|
}, "numberIsNaN");
|
|
@@ -115513,7 +115492,7 @@ function usePrevious(current) {
|
|
|
115513
115492
|
return ref;
|
|
115514
115493
|
}
|
|
115515
115494
|
__name(usePrevious, "usePrevious");
|
|
115516
|
-
function
|
|
115495
|
+
function create5() {
|
|
115517
115496
|
let lock = null;
|
|
115518
115497
|
function isClaimed() {
|
|
115519
115498
|
return Boolean(lock);
|
|
@@ -115552,7 +115531,7 @@ function create4() {
|
|
|
115552
115531
|
tryAbandon
|
|
115553
115532
|
};
|
|
115554
115533
|
}
|
|
115555
|
-
__name(
|
|
115534
|
+
__name(create5, "create");
|
|
115556
115535
|
function isDragging(state2) {
|
|
115557
115536
|
if (state2.phase === "IDLE" || state2.phase === "DROP_ANIMATING") {
|
|
115558
115537
|
return false;
|
|
@@ -116595,7 +116574,7 @@ function useSensorMarshal(_ref4) {
|
|
|
116595
116574
|
enableDefaultSensors
|
|
116596
116575
|
} = _ref4;
|
|
116597
116576
|
const useSensors = [...enableDefaultSensors ? defaultSensors : [], ...customSensors || []];
|
|
116598
|
-
const lockAPI = useState(() =>
|
|
116577
|
+
const lockAPI = useState(() => create5())[0];
|
|
116599
116578
|
const tryAbandonLock = useCallback(/* @__PURE__ */ __name(function tryAbandonLock2(previous2, current) {
|
|
116600
116579
|
if (isDragging(previous2) && !isDragging(current)) {
|
|
116601
116580
|
lockAPI.tryAbandon();
|
|
@@ -120602,6 +120581,9 @@ const Axis$1 = /* @__PURE__ */ __name(function(props) {
|
|
|
120602
120581
|
if (!isLinearView) {
|
|
120603
120582
|
x = i === 0 ? Math.max(positionLength, xCenter) : i === tickMarkPositions.length - 1 ? Math.min(bpsPerRow * charWidth2 - positionLength, xCenter) : xCenter;
|
|
120604
120583
|
}
|
|
120584
|
+
if (i === tickMarkPositions.length - 1) {
|
|
120585
|
+
x = Math.min(x, xEnd - positionLength / 2);
|
|
120586
|
+
}
|
|
120605
120587
|
tickMarkSVG.push(
|
|
120606
120588
|
/* @__PURE__ */ React__default$1.createElement(
|
|
120607
120589
|
"text",
|
|
@@ -124765,7 +124747,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
124765
124747
|
}
|
|
124766
124748
|
__name(showFileDialog, "showFileDialog");
|
|
124767
124749
|
const name = "@teselagen/ove";
|
|
124768
|
-
const version = "0.3.
|
|
124750
|
+
const version = "0.3.63";
|
|
124769
124751
|
const main = "./src/index.js";
|
|
124770
124752
|
const exports$1 = {
|
|
124771
124753
|
".": {
|
|
@@ -127073,7 +127055,7 @@ var classCallCheck = /* @__PURE__ */ __name(function(instance, Constructor) {
|
|
|
127073
127055
|
}
|
|
127074
127056
|
}, "classCallCheck");
|
|
127075
127057
|
var createClass = function() {
|
|
127076
|
-
function
|
|
127058
|
+
function defineProperties4(target, props) {
|
|
127077
127059
|
for (var i = 0; i < props.length; i++) {
|
|
127078
127060
|
var descriptor2 = props[i];
|
|
127079
127061
|
descriptor2.enumerable = descriptor2.enumerable || false;
|
|
@@ -127083,16 +127065,16 @@ var createClass = function() {
|
|
|
127083
127065
|
Object.defineProperty(target, descriptor2.key, descriptor2);
|
|
127084
127066
|
}
|
|
127085
127067
|
}
|
|
127086
|
-
__name(
|
|
127068
|
+
__name(defineProperties4, "defineProperties");
|
|
127087
127069
|
return function(Constructor, protoProps, staticProps) {
|
|
127088
127070
|
if (protoProps)
|
|
127089
|
-
|
|
127071
|
+
defineProperties4(Constructor.prototype, protoProps);
|
|
127090
127072
|
if (staticProps)
|
|
127091
|
-
|
|
127073
|
+
defineProperties4(Constructor, staticProps);
|
|
127092
127074
|
return Constructor;
|
|
127093
127075
|
};
|
|
127094
127076
|
}();
|
|
127095
|
-
var
|
|
127077
|
+
var defineProperty5 = /* @__PURE__ */ __name(function(obj, key, value) {
|
|
127096
127078
|
if (key in obj) {
|
|
127097
127079
|
Object.defineProperty(obj, key, {
|
|
127098
127080
|
value,
|
|
@@ -127703,7 +127685,7 @@ function arrow(data, options) {
|
|
|
127703
127685
|
var sideValue = center - data.offsets.popper[side] - popperMarginSide - popperBorderSide;
|
|
127704
127686
|
sideValue = Math.max(Math.min(popper2[len] - arrowElementSize, sideValue), 0);
|
|
127705
127687
|
data.arrowElement = arrowElement;
|
|
127706
|
-
data.offsets.arrow = (_data$offsets$arrow = {},
|
|
127688
|
+
data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty5(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty5(_data$offsets$arrow, altSide, ""), _data$offsets$arrow);
|
|
127707
127689
|
return data;
|
|
127708
127690
|
}
|
|
127709
127691
|
__name(arrow, "arrow");
|
|
@@ -127934,7 +127916,7 @@ function preventOverflow(data, options) {
|
|
|
127934
127916
|
if (popper2[placement] < boundaries[placement] && !options.escapeWithReference) {
|
|
127935
127917
|
value = Math.max(popper2[placement], boundaries[placement]);
|
|
127936
127918
|
}
|
|
127937
|
-
return
|
|
127919
|
+
return defineProperty5({}, placement, value);
|
|
127938
127920
|
}, "primary"),
|
|
127939
127921
|
secondary: /* @__PURE__ */ __name(function secondary(placement) {
|
|
127940
127922
|
var mainSide = placement === "right" ? "left" : "top";
|
|
@@ -127942,7 +127924,7 @@ function preventOverflow(data, options) {
|
|
|
127942
127924
|
if (popper2[placement] > boundaries[placement] && !options.escapeWithReference) {
|
|
127943
127925
|
value = Math.min(popper2[mainSide], boundaries[placement] - (placement === "right" ? popper2.width : popper2.height));
|
|
127944
127926
|
}
|
|
127945
|
-
return
|
|
127927
|
+
return defineProperty5({}, mainSide, value);
|
|
127946
127928
|
}, "secondary")
|
|
127947
127929
|
};
|
|
127948
127930
|
order2.forEach(function(placement) {
|
|
@@ -127963,8 +127945,8 @@ function shift3(data) {
|
|
|
127963
127945
|
var side = isVertical ? "left" : "top";
|
|
127964
127946
|
var measurement = isVertical ? "width" : "height";
|
|
127965
127947
|
var shiftOffsets = {
|
|
127966
|
-
start:
|
|
127967
|
-
end:
|
|
127948
|
+
start: defineProperty5({}, side, reference2[side]),
|
|
127949
|
+
end: defineProperty5({}, side, reference2[side] + reference2[measurement] - popper2[measurement])
|
|
127968
127950
|
};
|
|
127969
127951
|
data.offsets.popper = _extends$1({}, popper2, shiftOffsets[shiftvariation]);
|
|
127970
127952
|
}
|
|
@@ -132361,7 +132343,7 @@ const __LinearView = class __LinearView extends React__default$1.Component {
|
|
|
132361
132343
|
updateLabelsForInViewFeatures();
|
|
132362
132344
|
},
|
|
132363
132345
|
rowContainerStyle: __spreadValues({
|
|
132364
|
-
height: isNaN(height2 - 36) ? "auto" : height2 - 36,
|
|
132346
|
+
height: isNaN(height2 - 36) ? "auto" : height2 - 36 - (hideName ? 0 : 20),
|
|
132365
132347
|
width: innerWidth2 + 26,
|
|
132366
132348
|
paddingRight: marginWidth / 2
|
|
132367
132349
|
}, isLinViewZoomed && !isInAlignment && { paddingBottom: 15 }),
|