pollination-react-io 1.73.2 → 1.73.4
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 +8 -8
- package/build/index.esm.js.map +1 -1
- package/build/index.js +8 -8
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
@@ -47090,12 +47090,12 @@ var SendModel = function (_a) {
|
|
47090
47090
|
};
|
47091
47091
|
}, [disabled, hbjson, key, selOpt, sendHbjson]);
|
47092
47092
|
var helpTextButton = {
|
47093
|
-
add: "Add model to the ".concat(host, " viewport"),
|
47094
|
-
preview: "Preview model in the ".concat(host, " viewport"),
|
47095
|
-
delete: "Delete model from the ".concat(host, " viewport"),
|
47096
|
-
clear: "Clear model from the ".concat(host, " viewport"),
|
47097
|
-
replace: "Replace model
|
47098
|
-
'subscribe-preview': "Render model in the ".concat(host, " viewport"),
|
47093
|
+
add: "Add the model to the ".concat(host, " viewport"),
|
47094
|
+
preview: "Preview the model in the ".concat(host, " viewport"),
|
47095
|
+
delete: "Delete the model from the ".concat(host, " viewport"),
|
47096
|
+
clear: "Clear the model from the ".concat(host, " viewport"),
|
47097
|
+
replace: "Replace the model in the ".concat(host, " viewport"),
|
47098
|
+
'subscribe-preview': "Render the model in the ".concat(host, " viewport"),
|
47099
47099
|
};
|
47100
47100
|
return (React__default["default"].createElement(SettingsButton, { style: style, disabled: disabled, onClick: function (e) {
|
47101
47101
|
e.stopPropagation();
|
@@ -48842,7 +48842,7 @@ var StudyCard = function (_a) {
|
|
48842
48842
|
* From job to run
|
48843
48843
|
*/
|
48844
48844
|
var _12 = useSWR(authUser && _study ? [projectOwner, projectName, _study.id] : undefined, fetchJob, {
|
48845
|
-
revalidateOnFocus:
|
48845
|
+
revalidateOnFocus: true,
|
48846
48846
|
refreshInterval: stopRefresh ? undefined : interval,
|
48847
48847
|
fallbackData: _study,
|
48848
48848
|
errorRetryCount: 3,
|
@@ -49152,7 +49152,7 @@ var RunCard = function (_a) {
|
|
49152
49152
|
* From run and stop when it is done
|
49153
49153
|
*/
|
49154
49154
|
var _9 = useSWR(authUser && _run ? (!localRun ? [projectOwner, projectName, _run.id] : [_run.id, _run['subfolder']]) : undefined, localRun ? fetchLocalRun : fetchRun, {
|
49155
|
-
revalidateOnFocus:
|
49155
|
+
revalidateOnFocus: true,
|
49156
49156
|
refreshInterval: stopRefresh ? undefined : interval,
|
49157
49157
|
fallbackData: localRun ? undefined : _run,
|
49158
49158
|
errorRetryCount: 3,
|