@teselagen/ove 0.7.33 → 0.7.34
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 +15 -3
- package/index.es.js +15 -3
- package/index.umd.js +15 -3
- package/package.json +1 -1
- package/src/ToolBar/inlineFindTool.js +11 -2
package/index.cjs.js
CHANGED
|
@@ -124880,7 +124880,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
124880
124880
|
input.click();
|
|
124881
124881
|
}
|
|
124882
124882
|
__name(showFileDialog, "showFileDialog");
|
|
124883
|
-
const version = "0.7.
|
|
124883
|
+
const version = "0.7.33";
|
|
124884
124884
|
const packageJson = {
|
|
124885
124885
|
version
|
|
124886
124886
|
};
|
|
@@ -150300,11 +150300,23 @@ const inlineFindTool = connectToEditor(({ findTool: findTool2 = {} }) => {
|
|
|
150300
150300
|
return {
|
|
150301
150301
|
isOpen: findTool2.isOpen
|
|
150302
150302
|
};
|
|
150303
|
-
})(({
|
|
150303
|
+
})(({
|
|
150304
|
+
toolbarItemProps,
|
|
150305
|
+
editorName,
|
|
150306
|
+
toggleFindTool: toggleFindTool2,
|
|
150307
|
+
isOpen,
|
|
150308
|
+
additionalEnzymes
|
|
150309
|
+
}) => {
|
|
150304
150310
|
return /* @__PURE__ */ React.createElement(
|
|
150305
150311
|
ToolbarItem$1,
|
|
150306
150312
|
__spreadValues({}, __spreadValues({
|
|
150307
|
-
Icon: !isOpen ? /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement(core.Icon, { "data-test": "ve-find-tool-toggle", icon: "search" }), /* @__PURE__ */ React.createElement(core.Icon, { icon: "caret-right" })) : /* @__PURE__ */ React.createElement(
|
|
150313
|
+
Icon: !isOpen ? /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement(core.Icon, { "data-test": "ve-find-tool-toggle", icon: "search" }), /* @__PURE__ */ React.createElement(core.Icon, { icon: "caret-right" })) : /* @__PURE__ */ React.createElement(
|
|
150314
|
+
FindBar$1,
|
|
150315
|
+
{
|
|
150316
|
+
editorName,
|
|
150317
|
+
additionalEnzymes
|
|
150318
|
+
}
|
|
150319
|
+
),
|
|
150308
150320
|
renderIconAbove: isOpen,
|
|
150309
150321
|
onIconClick: toggleFindTool2,
|
|
150310
150322
|
tooltip: isOpen ? /* @__PURE__ */ React.createElement("span", null, "Hide Find Tool ", /* @__PURE__ */ React.createElement("span", { style: { fontSize: 10 } }, "(Cmd/Ctrl+F)")) : /* @__PURE__ */ React.createElement("span", null, "Show Find Tool ", /* @__PURE__ */ React.createElement("span", { style: { fontSize: 10 } }, "(Cmd/Ctrl+F)"))
|
package/index.es.js
CHANGED
|
@@ -124862,7 +124862,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
124862
124862
|
input.click();
|
|
124863
124863
|
}
|
|
124864
124864
|
__name(showFileDialog, "showFileDialog");
|
|
124865
|
-
const version = "0.7.
|
|
124865
|
+
const version = "0.7.33";
|
|
124866
124866
|
const packageJson = {
|
|
124867
124867
|
version
|
|
124868
124868
|
};
|
|
@@ -150282,11 +150282,23 @@ const inlineFindTool = connectToEditor(({ findTool: findTool2 = {} }) => {
|
|
|
150282
150282
|
return {
|
|
150283
150283
|
isOpen: findTool2.isOpen
|
|
150284
150284
|
};
|
|
150285
|
-
})(({
|
|
150285
|
+
})(({
|
|
150286
|
+
toolbarItemProps,
|
|
150287
|
+
editorName,
|
|
150288
|
+
toggleFindTool: toggleFindTool2,
|
|
150289
|
+
isOpen,
|
|
150290
|
+
additionalEnzymes
|
|
150291
|
+
}) => {
|
|
150286
150292
|
return /* @__PURE__ */ React__default.createElement(
|
|
150287
150293
|
ToolbarItem$1,
|
|
150288
150294
|
__spreadValues({}, __spreadValues({
|
|
150289
|
-
Icon: !isOpen ? /* @__PURE__ */ React__default.createElement("div", null, /* @__PURE__ */ React__default.createElement(Icon, { "data-test": "ve-find-tool-toggle", icon: "search" }), /* @__PURE__ */ React__default.createElement(Icon, { icon: "caret-right" })) : /* @__PURE__ */ React__default.createElement(
|
|
150295
|
+
Icon: !isOpen ? /* @__PURE__ */ React__default.createElement("div", null, /* @__PURE__ */ React__default.createElement(Icon, { "data-test": "ve-find-tool-toggle", icon: "search" }), /* @__PURE__ */ React__default.createElement(Icon, { icon: "caret-right" })) : /* @__PURE__ */ React__default.createElement(
|
|
150296
|
+
FindBar$1,
|
|
150297
|
+
{
|
|
150298
|
+
editorName,
|
|
150299
|
+
additionalEnzymes
|
|
150300
|
+
}
|
|
150301
|
+
),
|
|
150290
150302
|
renderIconAbove: isOpen,
|
|
150291
150303
|
onIconClick: toggleFindTool2,
|
|
150292
150304
|
tooltip: isOpen ? /* @__PURE__ */ React__default.createElement("span", null, "Hide Find Tool ", /* @__PURE__ */ React__default.createElement("span", { style: { fontSize: 10 } }, "(Cmd/Ctrl+F)")) : /* @__PURE__ */ React__default.createElement("span", null, "Show Find Tool ", /* @__PURE__ */ React__default.createElement("span", { style: { fontSize: 10 } }, "(Cmd/Ctrl+F)"))
|
package/index.umd.js
CHANGED
|
@@ -152978,7 +152978,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
152978
152978
|
input.click();
|
|
152979
152979
|
}
|
|
152980
152980
|
__name(showFileDialog, "showFileDialog");
|
|
152981
|
-
const version = "0.7.
|
|
152981
|
+
const version = "0.7.33";
|
|
152982
152982
|
const packageJson = {
|
|
152983
152983
|
version
|
|
152984
152984
|
};
|
|
@@ -176796,11 +176796,23 @@ ${seqDataToCopy}\r
|
|
|
176796
176796
|
return {
|
|
176797
176797
|
isOpen: findTool2.isOpen
|
|
176798
176798
|
};
|
|
176799
|
-
})(({
|
|
176799
|
+
})(({
|
|
176800
|
+
toolbarItemProps,
|
|
176801
|
+
editorName,
|
|
176802
|
+
toggleFindTool: toggleFindTool2,
|
|
176803
|
+
isOpen: isOpen2,
|
|
176804
|
+
additionalEnzymes
|
|
176805
|
+
}) => {
|
|
176800
176806
|
return /* @__PURE__ */ React.createElement(
|
|
176801
176807
|
ToolbarItem$1,
|
|
176802
176808
|
__spreadValues({}, __spreadValues({
|
|
176803
|
-
Icon: !isOpen2 ? /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement(Icon, { "data-test": "ve-find-tool-toggle", icon: "search" }), /* @__PURE__ */ React.createElement(Icon, { icon: "caret-right" })) : /* @__PURE__ */ React.createElement(
|
|
176809
|
+
Icon: !isOpen2 ? /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement(Icon, { "data-test": "ve-find-tool-toggle", icon: "search" }), /* @__PURE__ */ React.createElement(Icon, { icon: "caret-right" })) : /* @__PURE__ */ React.createElement(
|
|
176810
|
+
FindBar$1,
|
|
176811
|
+
{
|
|
176812
|
+
editorName,
|
|
176813
|
+
additionalEnzymes
|
|
176814
|
+
}
|
|
176815
|
+
),
|
|
176804
176816
|
renderIconAbove: isOpen2,
|
|
176805
176817
|
onIconClick: toggleFindTool2,
|
|
176806
176818
|
tooltip: isOpen2 ? /* @__PURE__ */ React.createElement("span", null, "Hide Find Tool ", /* @__PURE__ */ React.createElement("span", { style: { fontSize: 10 } }, "(Cmd/Ctrl+F)")) : /* @__PURE__ */ React.createElement("span", null, "Show Find Tool ", /* @__PURE__ */ React.createElement("span", { style: { fontSize: 10 } }, "(Cmd/Ctrl+F)"))
|
package/package.json
CHANGED
|
@@ -8,7 +8,13 @@ export default connectToEditor(({ findTool = {} }) => {
|
|
|
8
8
|
return {
|
|
9
9
|
isOpen: findTool.isOpen
|
|
10
10
|
};
|
|
11
|
-
})(({
|
|
11
|
+
})(({
|
|
12
|
+
toolbarItemProps,
|
|
13
|
+
editorName,
|
|
14
|
+
toggleFindTool,
|
|
15
|
+
isOpen,
|
|
16
|
+
additionalEnzymes
|
|
17
|
+
}) => {
|
|
12
18
|
return (
|
|
13
19
|
<ToolbarItem
|
|
14
20
|
{...{
|
|
@@ -18,7 +24,10 @@ export default connectToEditor(({ findTool = {} }) => {
|
|
|
18
24
|
<Icon icon="caret-right" />
|
|
19
25
|
</div>
|
|
20
26
|
) : (
|
|
21
|
-
<FindBar
|
|
27
|
+
<FindBar
|
|
28
|
+
editorName={editorName}
|
|
29
|
+
additionalEnzymes={additionalEnzymes}
|
|
30
|
+
/>
|
|
22
31
|
),
|
|
23
32
|
renderIconAbove: isOpen,
|
|
24
33
|
onIconClick: toggleFindTool,
|