@teselagen/ove 0.7.22 → 0.7.24
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 +6 -14
- package/index.es.js +6 -14
- package/index.umd.js +6 -14
- package/package.json +6 -18
package/index.cjs.js
CHANGED
|
@@ -68607,19 +68607,7 @@ function DNALoader({ style: style2, className }) {
|
|
|
68607
68607
|
}
|
|
68608
68608
|
__name(DNALoader, "DNALoader");
|
|
68609
68609
|
function BounceLoader({ style: style2, className }) {
|
|
68610
|
-
return /* @__PURE__ */ React$3.createElement(
|
|
68611
|
-
"div",
|
|
68612
|
-
{
|
|
68613
|
-
"data-testid": "bounce-loader",
|
|
68614
|
-
className: classNames("tg-bounce-loader", className),
|
|
68615
|
-
style: style2
|
|
68616
|
-
},
|
|
68617
|
-
/* @__PURE__ */ React$3.createElement("div", { className: "rect1" }),
|
|
68618
|
-
/* @__PURE__ */ React$3.createElement("div", { className: "rect2" }),
|
|
68619
|
-
/* @__PURE__ */ React$3.createElement("div", { className: "rect3" }),
|
|
68620
|
-
/* @__PURE__ */ React$3.createElement("div", { className: "rect4" }),
|
|
68621
|
-
/* @__PURE__ */ React$3.createElement("div", { className: "rect5" })
|
|
68622
|
-
);
|
|
68610
|
+
return /* @__PURE__ */ React$3.createElement("div", { className: classNames("tg-bounce-loader", className), style: style2 }, /* @__PURE__ */ React$3.createElement("div", { className: "rect1" }), /* @__PURE__ */ React$3.createElement("div", { className: "rect2" }), /* @__PURE__ */ React$3.createElement("div", { className: "rect3" }), /* @__PURE__ */ React$3.createElement("div", { className: "rect4" }), /* @__PURE__ */ React$3.createElement("div", { className: "rect5" }));
|
|
68623
68611
|
}
|
|
68624
68612
|
__name(BounceLoader, "BounceLoader");
|
|
68625
68613
|
const Loading = /* @__PURE__ */ __name(({
|
|
@@ -96684,6 +96672,9 @@ function abConverter(inputArrayBuffer) {
|
|
|
96684
96672
|
traceData.gTrace = this.getDataTag(tagDict.colorDataG);
|
|
96685
96673
|
traceData.cTrace = this.getDataTag(tagDict.colorDataC);
|
|
96686
96674
|
traceData.basePos = this.getDataTag(tagDict.peakLocations);
|
|
96675
|
+
if (traceData.basePos === void 0) {
|
|
96676
|
+
traceData.basePos = this.getDataTag(tagDict.peakLocationsUser);
|
|
96677
|
+
}
|
|
96687
96678
|
traceData.baseCalls = this.getDataTag(tagDict.baseCalls2);
|
|
96688
96679
|
traceData.qualNums = this.getDataTag(tagDict.qualNums);
|
|
96689
96680
|
if (traceData.qualNums) {
|
|
@@ -96711,6 +96702,7 @@ const tagDict = {
|
|
|
96711
96702
|
baseCalls2: { tagName: "PBAS", tagNum: 2, typeToReturn: "getChar" },
|
|
96712
96703
|
qualNums: { tagName: "PCON", tagNum: 2, typeToReturn: "getNumber" },
|
|
96713
96704
|
peakLocations: { tagName: "PLOC", tagNum: 2, typeToReturn: "getShort" },
|
|
96705
|
+
peakLocationsUser: { tagName: "PLOC", tagNum: 1, typeToReturn: "getShort" },
|
|
96714
96706
|
peakDev: { tagName: "P1RL", tagNum: 1, typeToReturn: "getShort" },
|
|
96715
96707
|
peakOneAmp: { tagName: "P1AM", tagNum: 1, typeToReturn: "getShort" },
|
|
96716
96708
|
colorDataA: { tagName: "DATA", tagNum: 10, typeToReturn: "getShort" },
|
|
@@ -123059,7 +123051,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
123059
123051
|
}
|
|
123060
123052
|
__name(showFileDialog, "showFileDialog");
|
|
123061
123053
|
const name = "@teselagen/ove";
|
|
123062
|
-
const version = "0.7.
|
|
123054
|
+
const version = "0.7.23";
|
|
123063
123055
|
const main = "./src/index.js";
|
|
123064
123056
|
const type = "module";
|
|
123065
123057
|
const exports$1 = {
|
package/index.es.js
CHANGED
|
@@ -68589,19 +68589,7 @@ function DNALoader({ style: style2, className }) {
|
|
|
68589
68589
|
}
|
|
68590
68590
|
__name(DNALoader, "DNALoader");
|
|
68591
68591
|
function BounceLoader({ style: style2, className }) {
|
|
68592
|
-
return /* @__PURE__ */ React__default$1.createElement(
|
|
68593
|
-
"div",
|
|
68594
|
-
{
|
|
68595
|
-
"data-testid": "bounce-loader",
|
|
68596
|
-
className: classNames("tg-bounce-loader", className),
|
|
68597
|
-
style: style2
|
|
68598
|
-
},
|
|
68599
|
-
/* @__PURE__ */ React__default$1.createElement("div", { className: "rect1" }),
|
|
68600
|
-
/* @__PURE__ */ React__default$1.createElement("div", { className: "rect2" }),
|
|
68601
|
-
/* @__PURE__ */ React__default$1.createElement("div", { className: "rect3" }),
|
|
68602
|
-
/* @__PURE__ */ React__default$1.createElement("div", { className: "rect4" }),
|
|
68603
|
-
/* @__PURE__ */ React__default$1.createElement("div", { className: "rect5" })
|
|
68604
|
-
);
|
|
68592
|
+
return /* @__PURE__ */ React__default$1.createElement("div", { className: classNames("tg-bounce-loader", className), style: style2 }, /* @__PURE__ */ React__default$1.createElement("div", { className: "rect1" }), /* @__PURE__ */ React__default$1.createElement("div", { className: "rect2" }), /* @__PURE__ */ React__default$1.createElement("div", { className: "rect3" }), /* @__PURE__ */ React__default$1.createElement("div", { className: "rect4" }), /* @__PURE__ */ React__default$1.createElement("div", { className: "rect5" }));
|
|
68605
68593
|
}
|
|
68606
68594
|
__name(BounceLoader, "BounceLoader");
|
|
68607
68595
|
const Loading = /* @__PURE__ */ __name(({
|
|
@@ -96666,6 +96654,9 @@ function abConverter(inputArrayBuffer) {
|
|
|
96666
96654
|
traceData.gTrace = this.getDataTag(tagDict.colorDataG);
|
|
96667
96655
|
traceData.cTrace = this.getDataTag(tagDict.colorDataC);
|
|
96668
96656
|
traceData.basePos = this.getDataTag(tagDict.peakLocations);
|
|
96657
|
+
if (traceData.basePos === void 0) {
|
|
96658
|
+
traceData.basePos = this.getDataTag(tagDict.peakLocationsUser);
|
|
96659
|
+
}
|
|
96669
96660
|
traceData.baseCalls = this.getDataTag(tagDict.baseCalls2);
|
|
96670
96661
|
traceData.qualNums = this.getDataTag(tagDict.qualNums);
|
|
96671
96662
|
if (traceData.qualNums) {
|
|
@@ -96693,6 +96684,7 @@ const tagDict = {
|
|
|
96693
96684
|
baseCalls2: { tagName: "PBAS", tagNum: 2, typeToReturn: "getChar" },
|
|
96694
96685
|
qualNums: { tagName: "PCON", tagNum: 2, typeToReturn: "getNumber" },
|
|
96695
96686
|
peakLocations: { tagName: "PLOC", tagNum: 2, typeToReturn: "getShort" },
|
|
96687
|
+
peakLocationsUser: { tagName: "PLOC", tagNum: 1, typeToReturn: "getShort" },
|
|
96696
96688
|
peakDev: { tagName: "P1RL", tagNum: 1, typeToReturn: "getShort" },
|
|
96697
96689
|
peakOneAmp: { tagName: "P1AM", tagNum: 1, typeToReturn: "getShort" },
|
|
96698
96690
|
colorDataA: { tagName: "DATA", tagNum: 10, typeToReturn: "getShort" },
|
|
@@ -123041,7 +123033,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
123041
123033
|
}
|
|
123042
123034
|
__name(showFileDialog, "showFileDialog");
|
|
123043
123035
|
const name = "@teselagen/ove";
|
|
123044
|
-
const version = "0.7.
|
|
123036
|
+
const version = "0.7.23";
|
|
123045
123037
|
const main = "./src/index.js";
|
|
123046
123038
|
const type = "module";
|
|
123047
123039
|
const exports$1 = {
|
package/index.umd.js
CHANGED
|
@@ -97336,19 +97336,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
97336
97336
|
}
|
|
97337
97337
|
__name(DNALoader, "DNALoader");
|
|
97338
97338
|
function BounceLoader({ style: style2, className }) {
|
|
97339
|
-
return /* @__PURE__ */ React$5.createElement(
|
|
97340
|
-
"div",
|
|
97341
|
-
{
|
|
97342
|
-
"data-testid": "bounce-loader",
|
|
97343
|
-
className: classNames$1("tg-bounce-loader", className),
|
|
97344
|
-
style: style2
|
|
97345
|
-
},
|
|
97346
|
-
/* @__PURE__ */ React$5.createElement("div", { className: "rect1" }),
|
|
97347
|
-
/* @__PURE__ */ React$5.createElement("div", { className: "rect2" }),
|
|
97348
|
-
/* @__PURE__ */ React$5.createElement("div", { className: "rect3" }),
|
|
97349
|
-
/* @__PURE__ */ React$5.createElement("div", { className: "rect4" }),
|
|
97350
|
-
/* @__PURE__ */ React$5.createElement("div", { className: "rect5" })
|
|
97351
|
-
);
|
|
97339
|
+
return /* @__PURE__ */ React$5.createElement("div", { className: classNames$1("tg-bounce-loader", className), style: style2 }, /* @__PURE__ */ React$5.createElement("div", { className: "rect1" }), /* @__PURE__ */ React$5.createElement("div", { className: "rect2" }), /* @__PURE__ */ React$5.createElement("div", { className: "rect3" }), /* @__PURE__ */ React$5.createElement("div", { className: "rect4" }), /* @__PURE__ */ React$5.createElement("div", { className: "rect5" }));
|
|
97352
97340
|
}
|
|
97353
97341
|
__name(BounceLoader, "BounceLoader");
|
|
97354
97342
|
const Loading = /* @__PURE__ */ __name(({
|
|
@@ -125333,6 +125321,9 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
125333
125321
|
traceData.gTrace = this.getDataTag(tagDict.colorDataG);
|
|
125334
125322
|
traceData.cTrace = this.getDataTag(tagDict.colorDataC);
|
|
125335
125323
|
traceData.basePos = this.getDataTag(tagDict.peakLocations);
|
|
125324
|
+
if (traceData.basePos === void 0) {
|
|
125325
|
+
traceData.basePos = this.getDataTag(tagDict.peakLocationsUser);
|
|
125326
|
+
}
|
|
125336
125327
|
traceData.baseCalls = this.getDataTag(tagDict.baseCalls2);
|
|
125337
125328
|
traceData.qualNums = this.getDataTag(tagDict.qualNums);
|
|
125338
125329
|
if (traceData.qualNums) {
|
|
@@ -125360,6 +125351,7 @@ ${latestSubscriptionCallbackError.current.stack}
|
|
|
125360
125351
|
baseCalls2: { tagName: "PBAS", tagNum: 2, typeToReturn: "getChar" },
|
|
125361
125352
|
qualNums: { tagName: "PCON", tagNum: 2, typeToReturn: "getNumber" },
|
|
125362
125353
|
peakLocations: { tagName: "PLOC", tagNum: 2, typeToReturn: "getShort" },
|
|
125354
|
+
peakLocationsUser: { tagName: "PLOC", tagNum: 1, typeToReturn: "getShort" },
|
|
125363
125355
|
peakDev: { tagName: "P1RL", tagNum: 1, typeToReturn: "getShort" },
|
|
125364
125356
|
peakOneAmp: { tagName: "P1AM", tagNum: 1, typeToReturn: "getShort" },
|
|
125365
125357
|
colorDataA: { tagName: "DATA", tagNum: 10, typeToReturn: "getShort" },
|
|
@@ -150936,7 +150928,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
150936
150928
|
}
|
|
150937
150929
|
__name(showFileDialog, "showFileDialog");
|
|
150938
150930
|
const name = "@teselagen/ove";
|
|
150939
|
-
const version = "0.7.
|
|
150931
|
+
const version = "0.7.23";
|
|
150940
150932
|
const main = "./src/index.js";
|
|
150941
150933
|
const type = "module";
|
|
150942
150934
|
const exports$1 = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teselagen/ove",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.24",
|
|
4
4
|
"main": "./src/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -11,17 +11,15 @@
|
|
|
11
11
|
"./*": "./*"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@teselagen/sequence-utils": "0.3.
|
|
14
|
+
"@teselagen/sequence-utils": "0.3.28",
|
|
15
15
|
"@teselagen/range-utils": "0.3.10",
|
|
16
|
-
"@teselagen/ui": "0.7.
|
|
16
|
+
"@teselagen/ui": "0.7.23",
|
|
17
17
|
"@teselagen/file-utils": "0.3.18",
|
|
18
|
-
"@teselagen/
|
|
19
|
-
"@teselagen/bio-parsers": "0.4.22",
|
|
18
|
+
"@teselagen/bio-parsers": "0.4.24",
|
|
20
19
|
"@blueprintjs/core": "3.54.0",
|
|
21
20
|
"@blueprintjs/datetime": "^3.24.1",
|
|
22
21
|
"@blueprintjs/icons": "3.33.0",
|
|
23
22
|
"@blueprintjs/select": "3.18.11",
|
|
24
|
-
"@dnd-kit/core": "^6.1.0",
|
|
25
23
|
"@dnd-kit/modifiers": "^7.0.0",
|
|
26
24
|
"@dnd-kit/sortable": "^8.0.0",
|
|
27
25
|
"@dnd-kit/utilities": "3.2.2",
|
|
@@ -29,22 +27,19 @@
|
|
|
29
27
|
"@risingstack/react-easy-state": "^6.3.0",
|
|
30
28
|
"@teselagen/react-list": "0.8.18",
|
|
31
29
|
"@teselagen/react-table": "6.10.16",
|
|
32
|
-
"@use-gesture/react": "^10.2.23",
|
|
33
30
|
"bluebird": "3.7.2",
|
|
34
31
|
"bson-objectid": "2.0.4",
|
|
35
|
-
"buffer": "
|
|
32
|
+
"buffer": "6.0.3",
|
|
36
33
|
"bufferpack": "0.0.6",
|
|
37
34
|
"classnames": "^2.3.2",
|
|
38
35
|
"color": "^3.2.1",
|
|
39
36
|
"combokeys": "^3.0.1",
|
|
40
37
|
"copy-to-clipboard": "^3.3.1",
|
|
41
|
-
"dayjs": "^1.10.4",
|
|
42
38
|
"deep-equal": "^1.1.1",
|
|
43
39
|
"dom-scroll-into-view": "^2.0.1",
|
|
44
40
|
"dom-to-image": "^2.6.0",
|
|
45
41
|
"downloadjs": "^1.4.7",
|
|
46
|
-
"escape-string-regexp": "
|
|
47
|
-
"fast-xml-parser": "4.3.5",
|
|
42
|
+
"escape-string-regexp": "5.0.0",
|
|
48
43
|
"fflate": "0.8.2",
|
|
49
44
|
"file-saver": "^2.0.5",
|
|
50
45
|
"fuse.js": "^6.6.2",
|
|
@@ -57,16 +52,12 @@
|
|
|
57
52
|
"lodash": "4.17.21",
|
|
58
53
|
"lodash-es": "^4.17.21",
|
|
59
54
|
"math-expression-evaluator": "^1.3.7",
|
|
60
|
-
"mobx": "^6.10.2",
|
|
61
|
-
"mock-fs": "5.2.0",
|
|
62
|
-
"nanoid": "^4.0.0",
|
|
63
55
|
"node-interval-tree": "^1.3.3",
|
|
64
56
|
"papaparse": "5.3.2",
|
|
65
57
|
"paths-js": "^0.4.11",
|
|
66
58
|
"pluralize": "^7.0.0",
|
|
67
59
|
"popper.js": "^1.16.1",
|
|
68
60
|
"prop-types": "^15.6.2",
|
|
69
|
-
"qs": "^6.9.6",
|
|
70
61
|
"react": "^18.3.1",
|
|
71
62
|
"react-color": "^2.19.3",
|
|
72
63
|
"react-dom": "^18.3.1",
|
|
@@ -75,8 +66,6 @@
|
|
|
75
66
|
"react-markdown": "9.0.1",
|
|
76
67
|
"react-measure": "^2.5.2",
|
|
77
68
|
"react-redux": "^8.0.5",
|
|
78
|
-
"react-rnd": "^10.2.4",
|
|
79
|
-
"react-router-dom": "4",
|
|
80
69
|
"react-sizeme": "^2.6.12",
|
|
81
70
|
"react-transition-group": "^2.4.0",
|
|
82
71
|
"recompose": "npm:react-recompose@0.31.1",
|
|
@@ -86,7 +75,6 @@
|
|
|
86
75
|
"redux-thunk": "2.4.1",
|
|
87
76
|
"remark-gfm": "^4.0.0",
|
|
88
77
|
"reselect": "^4.1.7",
|
|
89
|
-
"shortid": "^2.2.16",
|
|
90
78
|
"tg-use-local-storage-state": "^16.0.3",
|
|
91
79
|
"tippy.js": "^6.3.7",
|
|
92
80
|
"to-regex-range": "5.0.1",
|