pollination-react-io 1.86.0 → 1.86.2
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/build/index.esm.js +3 -7
- package/build/index.esm.js.map +1 -1
- package/build/index.js +3 -7
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
@@ -53891,7 +53891,7 @@ var SendGeometry = function (_a) {
|
|
53891
53891
|
cursor: 'pointer'
|
53892
53892
|
}, triggerStyle: {
|
53893
53893
|
border: 'solid 1px #fff'
|
53894
|
-
}, placement: 'bottomRight', activeId: defaultAction, disabled: disabled, action: '
|
53894
|
+
}, placement: 'bottomRight', activeId: defaultAction, disabled: disabled, action: 'click', onSelect: onSelect, options: values },
|
53895
53895
|
React__default.createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
|
53896
53896
|
width: '100%',
|
53897
53897
|
fontSize: '14px',
|
@@ -54025,7 +54025,7 @@ var SendModel = function (_a) {
|
|
54025
54025
|
cursor: 'pointer'
|
54026
54026
|
}, triggerStyle: {
|
54027
54027
|
border: 'solid 1px #fff'
|
54028
|
-
}, placement: 'bottomRight', activeId: defaultAction, disabled: disabled, onSelect: onSelect, action: '
|
54028
|
+
}, placement: 'bottomRight', activeId: defaultAction, disabled: disabled, onSelect: onSelect, action: 'click', options: values },
|
54029
54029
|
React__default.createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
|
54030
54030
|
width: '100%',
|
54031
54031
|
fontSize: '14px',
|
@@ -54226,7 +54226,7 @@ var SendResults = function (_a) {
|
|
54226
54226
|
}, triggerStyle: {
|
54227
54227
|
border: 'solid 1px #fff',
|
54228
54228
|
flexShrink: '0',
|
54229
|
-
}, placement: 'bottomRight', activeId: defaultAction, action: '
|
54229
|
+
}, placement: 'bottomRight', activeId: defaultAction, action: 'click', disabled: disabled, onSelect: onSelect, options: values },
|
54230
54230
|
React__default.createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
|
54231
54231
|
width: '100%',
|
54232
54232
|
fontSize: '14px',
|
@@ -55950,11 +55950,7 @@ var RunCard = function (_a) {
|
|
55950
55950
|
var _14 = useState(getDuration(run)), duration = _14[0], setDuration = _14[1];
|
55951
55951
|
useEffect(function () {
|
55952
55952
|
if (!run)
|
55953
|
-
return undefined;
|
55954
|
-
if (run.status.finished_at) {
|
55955
|
-
setDuration(getDuration(run));
|
55956
55953
|
return;
|
55957
|
-
}
|
55958
55954
|
var handle = setInterval(function () {
|
55959
55955
|
setDuration(getDuration(run));
|
55960
55956
|
}, 1000);
|