@teselagen/ove 0.3.63 → 0.3.65
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 -286
- package/index.es.js +250 -286
- package/index.umd.js +154 -163
- package/package.json +3 -3
- 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.umd.js
CHANGED
|
@@ -80,6 +80,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
80
80
|
return Object.freeze(Object.defineProperty(n2, Symbol.toStringTag, { value: "Module" }));
|
|
81
81
|
}
|
|
82
82
|
__name(_mergeNamespaces, "_mergeNamespaces");
|
|
83
|
+
const index$3 = "";
|
|
83
84
|
var Alignment = {
|
|
84
85
|
CENTER: "center",
|
|
85
86
|
LEFT: "left",
|
|
@@ -349,19 +350,19 @@ var __async = (__this, __arguments, generator) => {
|
|
|
349
350
|
}
|
|
350
351
|
};
|
|
351
352
|
/*! *****************************************************************************
|
|
352
|
-
|
|
353
|
+
Copyright (c) Microsoft Corporation.
|
|
353
354
|
|
|
354
|
-
|
|
355
|
-
|
|
355
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
356
|
+
purpose with or without fee is hereby granted.
|
|
356
357
|
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
358
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
359
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
360
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
361
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
362
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
363
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
364
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
365
|
+
***************************************************************************** */
|
|
365
366
|
var extendStatics$4 = /* @__PURE__ */ __name(function(d2, b3) {
|
|
366
367
|
extendStatics$4 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d3, b5) {
|
|
367
368
|
d3.__proto__ = b5;
|
|
@@ -957,27 +958,27 @@ var __async = (__this, __arguments, generator) => {
|
|
|
957
958
|
__name(commonjsRequire, "commonjsRequire");
|
|
958
959
|
var dom4_max = {};
|
|
959
960
|
/*!
|
|
960
|
-
|
|
961
|
+
Copyright (C) 2013-2015 by Andrea Giammarchi - @WebReflection
|
|
961
962
|
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
963
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
964
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
965
|
+
in the Software without restriction, including without limitation the rights
|
|
966
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
967
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
968
|
+
furnished to do so, subject to the following conditions:
|
|
968
969
|
|
|
969
|
-
|
|
970
|
-
|
|
970
|
+
The above copyright notice and this permission notice shall be included in
|
|
971
|
+
all copies or substantial portions of the Software.
|
|
971
972
|
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
973
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
974
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
975
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
976
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
977
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
978
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
979
|
+
THE SOFTWARE.
|
|
979
980
|
|
|
980
|
-
|
|
981
|
+
*/
|
|
981
982
|
var hasRequiredDom4_max;
|
|
982
983
|
function requireDom4_max() {
|
|
983
984
|
if (hasRequiredDom4_max)
|
|
@@ -25818,10 +25819,10 @@ var __async = (__this, __arguments, generator) => {
|
|
|
25818
25819
|
/* istanbul ignore next */
|
|
25819
25820
|
Object.getOwnPropertyNames
|
|
25820
25821
|
);
|
|
25821
|
-
function toPrimitive$
|
|
25822
|
+
function toPrimitive$3(value) {
|
|
25822
25823
|
return value === null ? null : typeof value === "object" ? "" + value : value;
|
|
25823
25824
|
}
|
|
25824
|
-
__name(toPrimitive$
|
|
25825
|
+
__name(toPrimitive$3, "toPrimitive$3");
|
|
25825
25826
|
function hasProp(target, prop2) {
|
|
25826
25827
|
return objectPrototype$2.hasOwnProperty.call(target, prop2);
|
|
25827
25828
|
}
|
|
@@ -26718,7 +26719,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
26718
26719
|
return this.name_ + "[" + this.value_ + "]";
|
|
26719
26720
|
}, "toString");
|
|
26720
26721
|
_proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
|
|
26721
|
-
return toPrimitive$
|
|
26722
|
+
return toPrimitive$3(this.get());
|
|
26722
26723
|
}, "valueOf");
|
|
26723
26724
|
_proto[_Symbol$toPrimitive] = function() {
|
|
26724
26725
|
return this.valueOf();
|
|
@@ -26903,7 +26904,7 @@ var __async = (__this, __arguments, generator) => {
|
|
|
26903
26904
|
return this.name_ + "[" + this.derivation.toString() + "]";
|
|
26904
26905
|
}, "toString");
|
|
26905
26906
|
_proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
|
|
26906
|
-
return toPrimitive$
|
|
26907
|
+
return toPrimitive$3(this.get());
|
|
26907
26908
|
}, "valueOf");
|
|
26908
26909
|
_proto[_Symbol$toPrimitive$1] = function() {
|
|
26909
26910
|
return this.valueOf();
|
|
@@ -43573,20 +43574,11 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43573
43574
|
return true;
|
|
43574
43575
|
}
|
|
43575
43576
|
}, "_fails");
|
|
43576
|
-
var _descriptors
|
|
43577
|
-
|
|
43578
|
-
|
|
43579
|
-
|
|
43580
|
-
|
|
43581
|
-
hasRequired_descriptors = 1;
|
|
43582
|
-
_descriptors = !_fails(function() {
|
|
43583
|
-
return Object.defineProperty({}, "a", { get: function() {
|
|
43584
|
-
return 7;
|
|
43585
|
-
} }).a != 7;
|
|
43586
|
-
});
|
|
43587
|
-
return _descriptors;
|
|
43588
|
-
}
|
|
43589
|
-
__name(require_descriptors, "require_descriptors");
|
|
43577
|
+
var _descriptors = !_fails(function() {
|
|
43578
|
+
return Object.defineProperty({}, "a", { get: function() {
|
|
43579
|
+
return 7;
|
|
43580
|
+
} }).a != 7;
|
|
43581
|
+
});
|
|
43590
43582
|
var _domCreate;
|
|
43591
43583
|
var hasRequired_domCreate;
|
|
43592
43584
|
function require_domCreate() {
|
|
@@ -43602,20 +43594,11 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43602
43594
|
return _domCreate;
|
|
43603
43595
|
}
|
|
43604
43596
|
__name(require_domCreate, "require_domCreate");
|
|
43605
|
-
var _ie8DomDefine
|
|
43606
|
-
|
|
43607
|
-
|
|
43608
|
-
|
|
43609
|
-
|
|
43610
|
-
hasRequired_ie8DomDefine = 1;
|
|
43611
|
-
_ie8DomDefine = !require_descriptors() && !_fails(function() {
|
|
43612
|
-
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
|
43613
|
-
return 7;
|
|
43614
|
-
} }).a != 7;
|
|
43615
|
-
});
|
|
43616
|
-
return _ie8DomDefine;
|
|
43617
|
-
}
|
|
43618
|
-
__name(require_ie8DomDefine, "require_ie8DomDefine");
|
|
43597
|
+
var _ie8DomDefine = !_descriptors && !_fails(function() {
|
|
43598
|
+
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
|
43599
|
+
return 7;
|
|
43600
|
+
} }).a != 7;
|
|
43601
|
+
});
|
|
43619
43602
|
var isObject$6 = _isObject;
|
|
43620
43603
|
var _toPrimitive$1 = /* @__PURE__ */ __name(function(it, S2) {
|
|
43621
43604
|
if (!isObject$6(it))
|
|
@@ -43629,33 +43612,25 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43629
43612
|
return val2;
|
|
43630
43613
|
throw TypeError("Can't convert object to primitive value");
|
|
43631
43614
|
}, "_toPrimitive$1");
|
|
43632
|
-
var
|
|
43633
|
-
|
|
43634
|
-
|
|
43635
|
-
|
|
43636
|
-
|
|
43637
|
-
|
|
43638
|
-
|
|
43639
|
-
|
|
43640
|
-
|
|
43641
|
-
|
|
43642
|
-
|
|
43643
|
-
|
|
43644
|
-
|
|
43645
|
-
|
|
43646
|
-
|
|
43647
|
-
|
|
43648
|
-
|
|
43649
|
-
|
|
43650
|
-
|
|
43651
|
-
throw TypeError("Accessors not supported!");
|
|
43652
|
-
if ("value" in Attributes)
|
|
43653
|
-
O2[P2] = Attributes.value;
|
|
43654
|
-
return O2;
|
|
43655
|
-
}, "defineProperty");
|
|
43656
|
-
return _objectDp;
|
|
43657
|
-
}
|
|
43658
|
-
__name(require_objectDp, "require_objectDp");
|
|
43615
|
+
var anObject$5 = _anObject;
|
|
43616
|
+
var IE8_DOM_DEFINE$1 = _ie8DomDefine;
|
|
43617
|
+
var toPrimitive$2 = _toPrimitive$1;
|
|
43618
|
+
var dP$3 = Object.defineProperty;
|
|
43619
|
+
_objectDp.f = _descriptors ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty2(O2, P2, Attributes) {
|
|
43620
|
+
anObject$5(O2);
|
|
43621
|
+
P2 = toPrimitive$2(P2, true);
|
|
43622
|
+
anObject$5(Attributes);
|
|
43623
|
+
if (IE8_DOM_DEFINE$1)
|
|
43624
|
+
try {
|
|
43625
|
+
return dP$3(O2, P2, Attributes);
|
|
43626
|
+
} catch (e2) {
|
|
43627
|
+
}
|
|
43628
|
+
if ("get" in Attributes || "set" in Attributes)
|
|
43629
|
+
throw TypeError("Accessors not supported!");
|
|
43630
|
+
if ("value" in Attributes)
|
|
43631
|
+
O2[P2] = Attributes.value;
|
|
43632
|
+
return O2;
|
|
43633
|
+
}, "defineProperty");
|
|
43659
43634
|
var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
|
|
43660
43635
|
return {
|
|
43661
43636
|
enumerable: !(bitmap & 1),
|
|
@@ -43664,9 +43639,9 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43664
43639
|
value
|
|
43665
43640
|
};
|
|
43666
43641
|
}, "_propertyDesc");
|
|
43667
|
-
var dP$2 =
|
|
43642
|
+
var dP$2 = _objectDp;
|
|
43668
43643
|
var createDesc$3 = _propertyDesc;
|
|
43669
|
-
var _hide =
|
|
43644
|
+
var _hide = _descriptors ? function(object2, key2, value) {
|
|
43670
43645
|
return dP$2.f(object2, key2, createDesc$3(1, value));
|
|
43671
43646
|
} : function(object2, key2, value) {
|
|
43672
43647
|
object2[key2] = value;
|
|
@@ -43872,7 +43847,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43872
43847
|
if (hasRequired_objectAssign)
|
|
43873
43848
|
return _objectAssign;
|
|
43874
43849
|
hasRequired_objectAssign = 1;
|
|
43875
|
-
var DESCRIPTORS2 =
|
|
43850
|
+
var DESCRIPTORS2 = _descriptors;
|
|
43876
43851
|
var getKeys2 = _objectKeys;
|
|
43877
43852
|
var gOPS2 = _objectGops;
|
|
43878
43853
|
var pIE2 = require_objectPie();
|
|
@@ -43938,10 +43913,10 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
43938
43913
|
}, "_iterStep");
|
|
43939
43914
|
var _iterators = {};
|
|
43940
43915
|
var _redefine = _hide;
|
|
43941
|
-
var dP$1 =
|
|
43916
|
+
var dP$1 = _objectDp;
|
|
43942
43917
|
var anObject$4 = _anObject;
|
|
43943
43918
|
var getKeys$1 = _objectKeys;
|
|
43944
|
-
var _objectDps =
|
|
43919
|
+
var _objectDps = _descriptors ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties2(O2, Properties2) {
|
|
43945
43920
|
anObject$4(O2);
|
|
43946
43921
|
var keys2 = getKeys$1(Properties2);
|
|
43947
43922
|
var length = keys2.length;
|
|
@@ -44008,7 +43983,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44008
43983
|
};
|
|
44009
43984
|
$exports.store = store$2;
|
|
44010
43985
|
var _wksExports = _wks.exports;
|
|
44011
|
-
var def =
|
|
43986
|
+
var def = _objectDp.f;
|
|
44012
43987
|
var has$b = _has;
|
|
44013
43988
|
var TAG$1 = _wksExports("toStringTag");
|
|
44014
43989
|
var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
|
|
@@ -44281,7 +44256,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44281
44256
|
var _isArrayIter = /* @__PURE__ */ __name(function(it) {
|
|
44282
44257
|
return it !== void 0 && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
|
|
44283
44258
|
}, "_isArrayIter");
|
|
44284
|
-
var $defineProperty$1 =
|
|
44259
|
+
var $defineProperty$1 = _objectDp;
|
|
44285
44260
|
var createDesc$2 = _propertyDesc;
|
|
44286
44261
|
var _createProperty = /* @__PURE__ */ __name(function(object2, index2, value) {
|
|
44287
44262
|
if (index2 in object2)
|
|
@@ -44410,7 +44385,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44410
44385
|
}
|
|
44411
44386
|
}, "_default$8");
|
|
44412
44387
|
var $export$3 = _export;
|
|
44413
|
-
$export$3($export$3.S + $export$3.F * !
|
|
44388
|
+
$export$3($export$3.S + $export$3.F * !_descriptors, "Object", { defineProperty: _objectDp.f });
|
|
44414
44389
|
var $Object$1 = _coreExports.Object;
|
|
44415
44390
|
var defineProperty$6 = /* @__PURE__ */ __name(function defineProperty2(it, key2, desc) {
|
|
44416
44391
|
return $Object$1.defineProperty(it, key2, desc);
|
|
@@ -44451,7 +44426,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44451
44426
|
var META$1 = _uid("meta");
|
|
44452
44427
|
var isObject$5 = _isObject;
|
|
44453
44428
|
var has$9 = _has;
|
|
44454
|
-
var setDesc =
|
|
44429
|
+
var setDesc = _objectDp.f;
|
|
44455
44430
|
var id$1 = 0;
|
|
44456
44431
|
var isExtensible = Object.isExtensible || function() {
|
|
44457
44432
|
return true;
|
|
@@ -44504,7 +44479,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44504
44479
|
var _metaExports = _meta.exports;
|
|
44505
44480
|
var core = _coreExports;
|
|
44506
44481
|
var wksExt$1 = _wksExt;
|
|
44507
|
-
var defineProperty$4 =
|
|
44482
|
+
var defineProperty$4 = _objectDp.f;
|
|
44508
44483
|
var _wksDefine = /* @__PURE__ */ __name(function(name2) {
|
|
44509
44484
|
var $Symbol2 = core.Symbol || (core.Symbol = {});
|
|
44510
44485
|
if (name2.charAt(0) != "_" && !(name2 in $Symbol2))
|
|
@@ -44558,9 +44533,9 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44558
44533
|
var toIObject$1 = _toIobject;
|
|
44559
44534
|
var toPrimitive$1 = _toPrimitive$1;
|
|
44560
44535
|
var has$8 = _has;
|
|
44561
|
-
var IE8_DOM_DEFINE =
|
|
44536
|
+
var IE8_DOM_DEFINE = _ie8DomDefine;
|
|
44562
44537
|
var gOPD$2 = Object.getOwnPropertyDescriptor;
|
|
44563
|
-
_objectGopd.f =
|
|
44538
|
+
_objectGopd.f = _descriptors ? gOPD$2 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor2(O2, P2) {
|
|
44564
44539
|
O2 = toIObject$1(O2);
|
|
44565
44540
|
P2 = toPrimitive$1(P2, true);
|
|
44566
44541
|
if (IE8_DOM_DEFINE)
|
|
@@ -44573,7 +44548,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44573
44548
|
}, "getOwnPropertyDescriptor");
|
|
44574
44549
|
var global$1 = _globalExports;
|
|
44575
44550
|
var has$7 = _has;
|
|
44576
|
-
var DESCRIPTORS =
|
|
44551
|
+
var DESCRIPTORS = _descriptors;
|
|
44577
44552
|
var $export$2 = _export;
|
|
44578
44553
|
var redefine = _redefine;
|
|
44579
44554
|
var META = _metaExports.KEY;
|
|
@@ -44596,7 +44571,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
44596
44571
|
var gOPNExt = _objectGopnExt;
|
|
44597
44572
|
var $GOPD = _objectGopd;
|
|
44598
44573
|
var $GOPS = _objectGops;
|
|
44599
|
-
var $DP =
|
|
44574
|
+
var $DP = _objectDp;
|
|
44600
44575
|
var $keys$1 = _objectKeys;
|
|
44601
44576
|
var gOPD$1 = $GOPD.f;
|
|
44602
44577
|
var dP = $DP.f;
|
|
@@ -62093,19 +62068,19 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
62093
62068
|
}
|
|
62094
62069
|
__name(getActiveItem, "getActiveItem");
|
|
62095
62070
|
/*! *****************************************************************************
|
|
62096
|
-
|
|
62071
|
+
Copyright (c) Microsoft Corporation.
|
|
62097
62072
|
|
|
62098
|
-
|
|
62099
|
-
|
|
62073
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
62074
|
+
purpose with or without fee is hereby granted.
|
|
62100
62075
|
|
|
62101
|
-
|
|
62102
|
-
|
|
62103
|
-
|
|
62104
|
-
|
|
62105
|
-
|
|
62106
|
-
|
|
62107
|
-
|
|
62108
|
-
|
|
62076
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
62077
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
62078
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
62079
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
62080
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
62081
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
62082
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
62083
|
+
***************************************************************************** */
|
|
62109
62084
|
var extendStatics$3 = /* @__PURE__ */ __name(function(d2, b3) {
|
|
62110
62085
|
extendStatics$3 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d3, b5) {
|
|
62111
62086
|
d3.__proto__ = b5;
|
|
@@ -68125,19 +68100,19 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
68125
68100
|
min: DEFAULT_MIN_MILLISECOND
|
|
68126
68101
|
}, _a$1);
|
|
68127
68102
|
/*! *****************************************************************************
|
|
68128
|
-
|
|
68103
|
+
Copyright (c) Microsoft Corporation.
|
|
68129
68104
|
|
|
68130
|
-
|
|
68131
|
-
|
|
68105
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
68106
|
+
purpose with or without fee is hereby granted.
|
|
68132
68107
|
|
|
68133
|
-
|
|
68134
|
-
|
|
68135
|
-
|
|
68136
|
-
|
|
68137
|
-
|
|
68138
|
-
|
|
68139
|
-
|
|
68140
|
-
|
|
68108
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
68109
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
68110
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
68111
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
68112
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
68113
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
68114
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
68115
|
+
***************************************************************************** */
|
|
68141
68116
|
var extendStatics$2 = /* @__PURE__ */ __name(function(d2, b3) {
|
|
68142
68117
|
extendStatics$2 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d3, b5) {
|
|
68143
68118
|
d3.__proto__ = b5;
|
|
@@ -72482,7 +72457,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
72482
72457
|
timeout: options.timeout || updatedTimeout || intent === Intent.DANGER ? 6e4 : void 0,
|
|
72483
72458
|
action: options.action,
|
|
72484
72459
|
icon: options.icon,
|
|
72485
|
-
className: options.className
|
|
72460
|
+
className: classNames$1("preserve-newline", options.className)
|
|
72486
72461
|
},
|
|
72487
72462
|
options.key
|
|
72488
72463
|
);
|
|
@@ -85504,7 +85479,9 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
85504
85479
|
// keep this so that pasting into spreadsheets works.
|
|
85505
85480
|
format: "text/plain"
|
|
85506
85481
|
});
|
|
85507
|
-
|
|
85482
|
+
if (message) {
|
|
85483
|
+
window.toastr.success(message);
|
|
85484
|
+
}
|
|
85508
85485
|
}, "handleCopyHelper"));
|
|
85509
85486
|
__publicField(this, "handleCopyTable", /* @__PURE__ */ __name((e2) => {
|
|
85510
85487
|
try {
|
|
@@ -90772,15 +90749,15 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
90772
90749
|
var jszip_min = { exports: {} };
|
|
90773
90750
|
/*!
|
|
90774
90751
|
|
|
90775
|
-
|
|
90776
|
-
|
|
90752
|
+
JSZip v3.10.1 - A JavaScript class for generating and reading zip files
|
|
90753
|
+
<http://stuartk.com/jszip>
|
|
90777
90754
|
|
|
90778
|
-
|
|
90779
|
-
|
|
90755
|
+
(c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
|
|
90756
|
+
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
|
|
90780
90757
|
|
|
90781
|
-
|
|
90782
|
-
|
|
90783
|
-
|
|
90758
|
+
JSZip uses the library pako released under the MIT license :
|
|
90759
|
+
https://github.com/nodeca/pako/blob/main/LICENSE
|
|
90760
|
+
*/
|
|
90784
90761
|
(function(module2, exports3) {
|
|
90785
90762
|
!function(e2) {
|
|
90786
90763
|
module2.exports = e2();
|
|
@@ -100413,6 +100390,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
100413
100390
|
)
|
|
100414
100391
|
) || "Example";
|
|
100415
100392
|
const handleDownloadXlsxFile = /* @__PURE__ */ __name(() => __async(this, null, function* () {
|
|
100393
|
+
var _a3;
|
|
100416
100394
|
const dataDictionarySchema = [
|
|
100417
100395
|
{ value: (f2) => f2.displayName || f2.path, column: `Column Name` },
|
|
100418
100396
|
// {
|
|
@@ -100439,7 +100417,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
100439
100417
|
const mainExampleData = {};
|
|
100440
100418
|
const fieldsToUse = [
|
|
100441
100419
|
...validateAgainstSchema.fields,
|
|
100442
|
-
...
|
|
100420
|
+
...(_a3 = validateAgainstSchema.exampleDownloadFields) != null ? _a3 : []
|
|
100443
100421
|
];
|
|
100444
100422
|
const mainSchema = fieldsToUse.map((f2) => {
|
|
100445
100423
|
mainExampleData[f2.displayName || f2.path] = f2.example || f2.defaultValue;
|
|
@@ -104030,19 +104008,19 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
104030
104008
|
}(reactExports.PureComponent)
|
|
104031
104009
|
);
|
|
104032
104010
|
/*! *****************************************************************************
|
|
104033
|
-
|
|
104034
|
-
|
|
104035
|
-
|
|
104036
|
-
|
|
104011
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
104012
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
104013
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
104014
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
104037
104015
|
|
|
104038
|
-
|
|
104039
|
-
|
|
104040
|
-
|
|
104041
|
-
|
|
104016
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
104017
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
104018
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
104019
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
104042
104020
|
|
|
104043
|
-
|
|
104044
|
-
|
|
104045
|
-
|
|
104021
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
104022
|
+
and limitations under the License.
|
|
104023
|
+
***************************************************************************** */
|
|
104046
104024
|
var extendStatics$1 = /* @__PURE__ */ __name(function(d2, b3) {
|
|
104047
104025
|
extendStatics$1 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d3, b5) {
|
|
104048
104026
|
d3.__proto__ = b5;
|
|
@@ -112803,6 +112781,20 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
112803
112781
|
"primers",
|
|
112804
112782
|
"guides"
|
|
112805
112783
|
];
|
|
112784
|
+
let allWarnings = [];
|
|
112785
|
+
let makeToast = /* @__PURE__ */ __name(() => {
|
|
112786
|
+
if (typeof window !== "undefined" && window.toastr && allWarnings.length) {
|
|
112787
|
+
window.toastr.warning(allWarnings.join("\n"));
|
|
112788
|
+
}
|
|
112789
|
+
allWarnings = [];
|
|
112790
|
+
}, "makeToast");
|
|
112791
|
+
makeToast = lodashExports.debounce(makeToast, 200);
|
|
112792
|
+
function showWarnings(warnings) {
|
|
112793
|
+
allWarnings = allWarnings.concat(warnings);
|
|
112794
|
+
makeToast.cancel();
|
|
112795
|
+
makeToast();
|
|
112796
|
+
}
|
|
112797
|
+
__name(showWarnings, "showWarnings");
|
|
112806
112798
|
function filterSequenceString(sequenceString = "", {
|
|
112807
112799
|
additionalValidChars = "",
|
|
112808
112800
|
isOligo: isOligo2,
|
|
@@ -112850,14 +112842,10 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
112850
112842
|
});
|
|
112851
112843
|
if (sequenceString.length !== sanitizedVal.length) {
|
|
112852
112844
|
warnings.push(
|
|
112853
|
-
`${name2 ? `Sequence ${name2}: ` : ""}Invalid character(s) detected and removed: ${invalidChars.slice(0, 100).join(", ")} `
|
|
112845
|
+
`${name2 ? `Sequence ${name2}: ` : ""}Invalid character(s) detected and removed: ${lodashExports.uniq(invalidChars).slice(0, 100).join(", ")} `
|
|
112854
112846
|
);
|
|
112855
112847
|
}
|
|
112856
|
-
|
|
112857
|
-
warnings.forEach((warning2) => {
|
|
112858
|
-
window.toastr.warning(warning2);
|
|
112859
|
-
});
|
|
112860
|
-
}
|
|
112848
|
+
showWarnings(warnings);
|
|
112861
112849
|
return [sanitizedVal, warnings];
|
|
112862
112850
|
}
|
|
112863
112851
|
__name(filterSequenceString, "filterSequenceString");
|
|
@@ -149914,6 +149902,9 @@ ${seq.sequence}
|
|
|
149914
149902
|
if (!isLinearView) {
|
|
149915
149903
|
x2 = i2 === 0 ? Math.max(positionLength, xCenter) : i2 === tickMarkPositions.length - 1 ? Math.min(bpsPerRow * charWidth2 - positionLength, xCenter) : xCenter;
|
|
149916
149904
|
}
|
|
149905
|
+
if (i2 === tickMarkPositions.length - 1) {
|
|
149906
|
+
x2 = Math.min(x2, xEnd - positionLength / 2);
|
|
149907
|
+
}
|
|
149917
149908
|
tickMarkSVG.push(
|
|
149918
149909
|
/* @__PURE__ */ React$2.createElement(
|
|
149919
149910
|
"text",
|
|
@@ -154056,7 +154047,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
154056
154047
|
}
|
|
154057
154048
|
__name(showFileDialog, "showFileDialog");
|
|
154058
154049
|
const name = "@teselagen/ove";
|
|
154059
|
-
const version = "0.3.
|
|
154050
|
+
const version = "0.3.64";
|
|
154060
154051
|
const main = "./src/index.js";
|
|
154061
154052
|
const exports$1 = {
|
|
154062
154053
|
".": {
|
|
@@ -160046,7 +160037,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
160046
160037
|
updateLabelsForInViewFeatures();
|
|
160047
160038
|
},
|
|
160048
160039
|
rowContainerStyle: __spreadValues({
|
|
160049
|
-
height: isNaN(height2 - 36) ? "auto" : height2 - 36,
|
|
160040
|
+
height: isNaN(height2 - 36) ? "auto" : height2 - 36 - (hideName ? 0 : 20),
|
|
160050
160041
|
width: innerWidth2 + 26,
|
|
160051
160042
|
paddingRight: marginWidth / 2
|
|
160052
160043
|
}, isLinViewZoomed && !isInAlignment && { paddingBottom: 15 }),
|
|
@@ -178342,19 +178333,19 @@ ${seqDataToCopy}\r
|
|
|
178342
178333
|
* Released under MIT License
|
|
178343
178334
|
*/
|
|
178344
178335
|
/*! *****************************************************************************
|
|
178345
|
-
|
|
178336
|
+
Copyright (c) Microsoft Corporation.
|
|
178346
178337
|
|
|
178347
|
-
|
|
178348
|
-
|
|
178338
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
178339
|
+
purpose with or without fee is hereby granted.
|
|
178349
178340
|
|
|
178350
|
-
|
|
178351
|
-
|
|
178352
|
-
|
|
178353
|
-
|
|
178354
|
-
|
|
178355
|
-
|
|
178356
|
-
|
|
178357
|
-
|
|
178341
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
178342
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
178343
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
178344
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
178345
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
178346
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
178347
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
178348
|
+
***************************************************************************** */
|
|
178358
178349
|
var extendStatics = /* @__PURE__ */ __name(function(d2, b3) {
|
|
178359
178350
|
extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d3, b5) {
|
|
178360
178351
|
d3.__proto__ = b5;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teselagen/ove",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.65",
|
|
4
4
|
"main": "./src/index.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"node": "16.20.2"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@teselagen/sequence-utils": "0.3.
|
|
16
|
+
"@teselagen/sequence-utils": "0.3.17",
|
|
17
17
|
"@teselagen/range-utils": "0.3.7",
|
|
18
|
-
"@teselagen/ui": "0.3.
|
|
18
|
+
"@teselagen/ui": "0.3.58",
|
|
19
19
|
"@teselagen/file-utils": "0.3.11",
|
|
20
20
|
"@teselagen/bounce-loader": "0.3.11",
|
|
21
21
|
"@teselagen/bio-parsers": "0.4.10",
|
package/src/LinearView/index.js
CHANGED
|
@@ -307,7 +307,9 @@ class _LinearView extends React.Component {
|
|
|
307
307
|
updateLabelsForInViewFeatures();
|
|
308
308
|
},
|
|
309
309
|
rowContainerStyle: {
|
|
310
|
-
height: isNaN(height - 36)
|
|
310
|
+
height: isNaN(height - 36)
|
|
311
|
+
? "auto"
|
|
312
|
+
: height - 36 - (hideName ? 0 : 20),
|
|
311
313
|
width: innerWidth + 26,
|
|
312
314
|
paddingRight: marginWidth / 2,
|
|
313
315
|
...(isLinViewZoomed &&
|
package/src/LinearView/style.css
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
.veLinearView .veRowItemWrapper {
|
|
2
2
|
display: flex;
|
|
3
3
|
justify-content: center;
|
|
4
|
-
}
|
|
5
|
-
.veLinearView.isLinViewZoomed .veRowItemWrapper {
|
|
6
4
|
overflow: auto;
|
|
7
5
|
}
|
|
6
|
+
|
|
7
|
+
/* tnw: we had added overflow: auto; only when isLinViewZoomed to prevent the scrollbar from showing up in cases where we didn't want it. We'll need to figure how to prevent the scrollbar from appearing in a different way since we DO need to the scrollbar in certain cases even when isLinViewZoomed=false */
|
|
8
|
+
/* .veLinearView.isLinViewZoomed .veRowItemWrapper {
|
|
9
|
+
overflow: auto;
|
|
10
|
+
} */
|
|
8
11
|
.sequenceNameText {
|
|
9
12
|
text-align: center;
|
|
10
13
|
padding-top: 20px;
|
package/src/RowItem/Axis.js
CHANGED
|
@@ -111,8 +111,11 @@ const Axis = function (props) {
|
|
|
111
111
|
i === 0 //if first label in row, or last label in row, we add checks to make sure the axis number labels don't go outside of the width of the row
|
|
112
112
|
? Math.max(positionLength, xCenter)
|
|
113
113
|
: i === tickMarkPositions.length - 1
|
|
114
|
-
|
|
115
|
-
|
|
114
|
+
? Math.min(bpsPerRow * charWidth - positionLength, xCenter)
|
|
115
|
+
: xCenter;
|
|
116
|
+
}
|
|
117
|
+
if (i === tickMarkPositions.length - 1) {
|
|
118
|
+
x = Math.min(x, xEnd - positionLength / 2);
|
|
116
119
|
}
|
|
117
120
|
tickMarkSVG.push(
|
|
118
121
|
<text
|
package/src/index.js
CHANGED