pollination-react-io 1.49.0 → 1.50.1
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/RunTable/RunRow.d.ts +1 -0
- package/build/index.esm.js +819 -114
- package/build/index.esm.js.map +1 -1
- package/build/index.js +819 -114
- package/build/index.js.map +1 -1
- package/package.json +2 -1
package/build/index.esm.js
CHANGED
|
@@ -618,8 +618,8 @@ function styleInject(css, ref) {
|
|
|
618
618
|
}
|
|
619
619
|
}
|
|
620
620
|
|
|
621
|
-
var css_248z$
|
|
622
|
-
styleInject(css_248z$
|
|
621
|
+
var css_248z$o = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.poll-button {\n z-index: 10;\n display: flex;\n background-color: var(--primary);\n border: 1px solid var(--primary);\n color: white;\n padding: 8px 16px;\n line-height: 1.5rem;\n align-items: center;\n gap: 8px;\n border-radius: 4px;\n transition: background-color 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.25s, color 0.25s;\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n cursor: pointer;\n}\n\n.poll-button:active {\n box-shadow: inset 0px 0px 9px 4px #096dd9;\n}\n\n.poll-button:disabled {\n background-color: var(--slate3);\n color: var(--slate11);\n cursor: default;\n border-color: var(--slate11);\n cursor: default;\n box-shadow: none;\n}";
|
|
622
|
+
styleInject(css_248z$o);
|
|
623
623
|
|
|
624
624
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
625
625
|
|
|
@@ -3186,8 +3186,8 @@ var Button = function (_a) {
|
|
|
3186
3186
|
children));
|
|
3187
3187
|
};
|
|
3188
3188
|
|
|
3189
|
-
var css_248z$
|
|
3190
|
-
styleInject(css_248z$
|
|
3189
|
+
var css_248z$n = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.btn-group {\n width: fit-content;\n display: flex;\n border-radius: 4px;\n box-sizing: border-box;\n}\n\n.btn-group:hover {\n box-shadow: 0 1px 2px 0 rgba(26, 115, 232, 0.45), 0 1px 3px 1px rgba(26, 115, 232, 0.3);\n}\n\n.btn-group-disabled:hover {\n box-shadow: none;\n}\n\n.btn-group input {\n width: 100%;\n}\n\n.btn-group input::placeholder {\n color: var(--primary1);\n}\n\n.btn-group-disabled input::placeholder {\n color: var(--slate9);\n}\n\n.btn-group * {\n background-color: var(--primary);\n color: white;\n transition: background-color 0.125s ease-in-out;\n}\n\n.btn-group-disabled * {\n background-color: var(--slate5);\n border-color: var(--slate11) !important;\n color: var(--slate11);\n cursor: default !important;\n}\n\n.btn-group i,\n.btn-group svg {\n background-color: rgba(0, 0, 0, 0);\n}\n\n.btn-group button,\n.btn-group input {\n display: flex;\n padding: 8px 10px;\n cursor: pointer;\n float: left;\n z-index: 10;\n align-items: center;\n gap: 8px;\n border: 1px solid var(--primary);\n border-left-color: #096dd9;\n transition: box-shadow 0.125s ease-in-out;\n line-height: 1.5rem;\n}\n\n.btn-group button:active {\n box-shadow: inset 0px 0px 14px 14px #096dd9;\n}\n\n.btn-group button:first-child,\n.btn-group input:first-child {\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px;\n border-top-right-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-color: var(--primary);\n}\n\n.btn-group button:last-child {\n border-top-right-radius: 4px;\n border-bottom-right-radius: 4px;\n border-top-left-radius: 0px;\n border-bottom-left-radius: 0px;\n}\n\n.btn-group button:not(:last-child),\n.btn-group input:not(:last-child) {\n border-right: none;\n}\n\n.btn-group button:focus-visible,\n.btn-group input:focus-visible {\n outline: none;\n}\n\n.btn-group button:focus,\n.btn-group input:focus {\n outline: none;\n}\n\n/* Clear floats (clearfix hack) */\n.btn-group:after {\n content: \"\";\n clear: both;\n display: table;\n}\n\n.btn-group button:hover,\n.btn-group input:hover {\n background-color: var(--primary2);\n z-index: 11;\n}\n\n.btn-group-disabled:hover button:hover {\n box-shadow: none;\n}\n\n.btn-group-disabled:hover button:hover,\n.btn-group-disabled:hover input:hover {\n background-color: var(--slate5);\n}\n\n.options-content {\n font-size: clamp(0.65rem, 8vw - 0.75rem, 0.85rem);\n}";
|
|
3190
|
+
styleInject(css_248z$n);
|
|
3191
3191
|
|
|
3192
3192
|
var ButtonGroup = function (_a) {
|
|
3193
3193
|
var _b = _a.wrapperProps, wrapperProps = _b === void 0 ? {} : _b, _c = _a.disabled, disabled = _c === void 0 ? false : _c, children = _a.children;
|
|
@@ -7070,8 +7070,8 @@ function toNumber(value) {
|
|
|
7070
7070
|
|
|
7071
7071
|
var lodash_debounce = debounce;
|
|
7072
7072
|
|
|
7073
|
-
var css_248z$
|
|
7074
|
-
styleInject(css_248z$
|
|
7073
|
+
var css_248z$m = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.poll-combobox {\n width: 100%;\n}\n\n.poll-combobox-content {\n z-index: 100;\n display: flex;\n flex-direction: column;\n width: 100%;\n background-color: white;\n border: 1px solid var(--slate5);\n border-radius: 0px 0px 4px 4px;\n gap: 2px;\n box-sizing: border-box;\n transition: max-height 0.5s ease-in-out;\n}\n\n.poll-combobox-item {\n display: inline-block;\n border-radius: 2px;\n padding: 2px 8px;\n transition: background-color 0.15s linear, color 0.15s linear;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n cursor: pointer;\n}\n\n.poll-select-item[data-state=checked] {\n background-color: var(--primary2);\n color: white;\n}\n\n.poll-select-item:focus-visible {\n background-color: var(--primary0);\n outline: solid 1px var(--primary);\n color: unset;\n outline-color: var(--primary);\n}\n\n.poll-select-item:hover {\n background-color: var(--primary0);\n cursor: pointer;\n color: unset;\n}\n\n.poll-separator {\n background-color: var(--slate5);\n height: 1px;\n width: 100%;\n margin: 4px 0;\n}\n\n.poll-combo-header-container {\n transition: opacity 0.5s ease-in-out;\n}\n\n.poll-combo-footer-container {\n transition: opacity 0.5s ease-in-out;\n}";
|
|
7074
|
+
styleInject(css_248z$m);
|
|
7075
7075
|
|
|
7076
7076
|
/*!
|
|
7077
7077
|
* perfect-scrollbar v1.5.3
|
|
@@ -8425,7 +8425,7 @@ var perfectScrollbar_esm = /*#__PURE__*/Object.freeze({
|
|
|
8425
8425
|
'default': PerfectScrollbar$1
|
|
8426
8426
|
});
|
|
8427
8427
|
|
|
8428
|
-
var
|
|
8428
|
+
var require$$7$1 = propTypes$5;
|
|
8429
8429
|
|
|
8430
8430
|
var _perfectScrollbar = /*@__PURE__*/getAugmentedNamespace(perfectScrollbar_esm);
|
|
8431
8431
|
|
|
@@ -8641,24 +8641,24 @@ ScrollBar.defaultProps = {
|
|
|
8641
8641
|
};
|
|
8642
8642
|
|
|
8643
8643
|
ScrollBar.propTypes = {
|
|
8644
|
-
children:
|
|
8645
|
-
className:
|
|
8646
|
-
style:
|
|
8647
|
-
option:
|
|
8648
|
-
options:
|
|
8649
|
-
containerRef:
|
|
8650
|
-
onScrollY:
|
|
8651
|
-
onScrollX:
|
|
8652
|
-
onScrollUp:
|
|
8653
|
-
onScrollDown:
|
|
8654
|
-
onScrollLeft:
|
|
8655
|
-
onScrollRight:
|
|
8656
|
-
onYReachStart:
|
|
8657
|
-
onYReachEnd:
|
|
8658
|
-
onXReachStart:
|
|
8659
|
-
onXReachEnd:
|
|
8660
|
-
onSync:
|
|
8661
|
-
component:
|
|
8644
|
+
children: require$$7$1.PropTypes.node.isRequired,
|
|
8645
|
+
className: require$$7$1.PropTypes.string,
|
|
8646
|
+
style: require$$7$1.PropTypes.object,
|
|
8647
|
+
option: require$$7$1.PropTypes.object,
|
|
8648
|
+
options: require$$7$1.PropTypes.object,
|
|
8649
|
+
containerRef: require$$7$1.PropTypes.func,
|
|
8650
|
+
onScrollY: require$$7$1.PropTypes.func,
|
|
8651
|
+
onScrollX: require$$7$1.PropTypes.func,
|
|
8652
|
+
onScrollUp: require$$7$1.PropTypes.func,
|
|
8653
|
+
onScrollDown: require$$7$1.PropTypes.func,
|
|
8654
|
+
onScrollLeft: require$$7$1.PropTypes.func,
|
|
8655
|
+
onScrollRight: require$$7$1.PropTypes.func,
|
|
8656
|
+
onYReachStart: require$$7$1.PropTypes.func,
|
|
8657
|
+
onYReachEnd: require$$7$1.PropTypes.func,
|
|
8658
|
+
onXReachStart: require$$7$1.PropTypes.func,
|
|
8659
|
+
onXReachEnd: require$$7$1.PropTypes.func,
|
|
8660
|
+
onSync: require$$7$1.PropTypes.func,
|
|
8661
|
+
component: require$$7$1.PropTypes.string
|
|
8662
8662
|
};
|
|
8663
8663
|
module.exports = exports['default'];
|
|
8664
8664
|
});
|
|
@@ -8681,11 +8681,11 @@ module.exports = exports['default'];
|
|
|
8681
8681
|
|
|
8682
8682
|
var PerfectScrollbar = /*@__PURE__*/getDefaultExportFromCjs(lib);
|
|
8683
8683
|
|
|
8684
|
-
var css_248z$
|
|
8685
|
-
styleInject(css_248z$
|
|
8684
|
+
var css_248z$l = "/*\n * Container style\n */\n.ps {\n overflow: hidden !important;\n overflow-anchor: none;\n -ms-overflow-style: none;\n touch-action: auto;\n -ms-touch-action: auto;\n}\n\n/*\n * Scrollbar rail styles\n */\n.ps__rail-x {\n display: none;\n opacity: 0;\n transition: background-color .2s linear, opacity .2s linear;\n -webkit-transition: background-color .2s linear, opacity .2s linear;\n height: 15px;\n /* there must be 'bottom' or 'top' for ps__rail-x */\n bottom: 0px;\n /* please don't change 'position' */\n position: absolute;\n}\n\n.ps__rail-y {\n display: none;\n opacity: 0;\n transition: background-color .2s linear, opacity .2s linear;\n -webkit-transition: background-color .2s linear, opacity .2s linear;\n width: 15px;\n /* there must be 'right' or 'left' for ps__rail-y */\n right: 0;\n /* please don't change 'position' */\n position: absolute;\n}\n\n.ps--active-x > .ps__rail-x,\n.ps--active-y > .ps__rail-y {\n display: block;\n background-color: transparent;\n}\n\n.ps:hover > .ps__rail-x,\n.ps:hover > .ps__rail-y,\n.ps--focus > .ps__rail-x,\n.ps--focus > .ps__rail-y,\n.ps--scrolling-x > .ps__rail-x,\n.ps--scrolling-y > .ps__rail-y {\n opacity: 0.6;\n}\n\n.ps .ps__rail-x:hover,\n.ps .ps__rail-y:hover,\n.ps .ps__rail-x:focus,\n.ps .ps__rail-y:focus,\n.ps .ps__rail-x.ps--clicking,\n.ps .ps__rail-y.ps--clicking {\n background-color: #eee;\n opacity: 0.9;\n}\n\n/*\n * Scrollbar thumb styles\n */\n.ps__thumb-x {\n background-color: #aaa;\n border-radius: 6px;\n transition: background-color .2s linear, height .2s ease-in-out;\n -webkit-transition: background-color .2s linear, height .2s ease-in-out;\n height: 6px;\n /* there must be 'bottom' for ps__thumb-x */\n bottom: 2px;\n /* please don't change 'position' */\n position: absolute;\n}\n\n.ps__thumb-y {\n background-color: #aaa;\n border-radius: 6px;\n transition: background-color .2s linear, width .2s ease-in-out;\n -webkit-transition: background-color .2s linear, width .2s ease-in-out;\n width: 6px;\n /* there must be 'right' for ps__thumb-y */\n right: 2px;\n /* please don't change 'position' */\n position: absolute;\n}\n\n.ps__rail-x:hover > .ps__thumb-x,\n.ps__rail-x:focus > .ps__thumb-x,\n.ps__rail-x.ps--clicking .ps__thumb-x {\n background-color: #999;\n height: 11px;\n}\n\n.ps__rail-y:hover > .ps__thumb-y,\n.ps__rail-y:focus > .ps__thumb-y,\n.ps__rail-y.ps--clicking .ps__thumb-y {\n background-color: #999;\n width: 11px;\n}\n\n/* MS supports */\n@supports (-ms-overflow-style: none) {\n .ps {\n overflow: auto !important;\n }\n}\n\n@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {\n .ps {\n overflow: auto !important;\n }\n}\n.scrollbar-container {\n position: relative;\n height: 100%; }";
|
|
8685
|
+
styleInject(css_248z$l);
|
|
8686
8686
|
|
|
8687
|
-
var css_248z$
|
|
8688
|
-
styleInject(css_248z$
|
|
8687
|
+
var css_248z$k = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}";
|
|
8688
|
+
styleInject(css_248z$k);
|
|
8689
8689
|
|
|
8690
8690
|
var ScrollZone = function (_a) {
|
|
8691
8691
|
var isOpen = _a.isOpen, items = _a.items, highlightedIndex = _a.highlightedIndex, menuStyle = _a.menuStyle, renderItem = _a.renderItem, getMenuProps = _a.getMenuProps, getItemProps = _a.getItemProps, onScrollEnd = _a.onScrollEnd;
|
|
@@ -13376,8 +13376,8 @@ const $d08ef79370b62062$export$371ab307eab489c0 = $d08ef79370b62062$export$e4f69
|
|
|
13376
13376
|
const $d08ef79370b62062$export$c3468e2714d175fa = $d08ef79370b62062$export$42355ae145153fb6;
|
|
13377
13377
|
const $d08ef79370b62062$export$21b07c8f274aebd5 = $d08ef79370b62062$export$34b8980744021ec5;
|
|
13378
13378
|
|
|
13379
|
-
var css_248z$
|
|
13380
|
-
styleInject(css_248z$
|
|
13379
|
+
var css_248z$j = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.poll-select-content {\n display: flex;\n flex-direction: column;\n width: fit-content;\n background-color: white;\n border: 1px solid var(--slate8);\n border-radius: 4px;\n padding: 10px 8px;\n gap: 4px;\n box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 6px 2px;\n z-index: 1000;\n}\n\n.poll-select-item {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 6px;\n border-radius: 2px;\n padding: 2px 4px 2px 30px;\n transition: background-color 0.15s linear, color 0.15s linear;\n cursor: pointer;\n}\n\n.poll-select-item[data-state=checked] {\n background-color: var(--primary2);\n color: white;\n}\n\n.poll-select-item[data-state=checked] > svg {\n fill: white;\n}\n\n.poll-select-item[data-disabled] {\n cursor: default;\n color: var(--slate9);\n}\n\n.poll-select-item[data-disabled]:hover {\n background-color: white;\n color: var(--slate9);\n}\n\n.poll-select-item:focus-visible {\n background-color: var(--primary0);\n outline: solid 1px var(--primary);\n color: unset;\n outline-color: var(--primary);\n}\n\n.poll-select-item:hover {\n background-color: var(--primary0);\n color: unset;\n fill: unset;\n}\n\n.poll-separator {\n background-color: #d0d7de;\n height: 1px;\n width: 100%;\n margin: 4px 0;\n}";
|
|
13380
|
+
styleInject(css_248z$j);
|
|
13381
13381
|
|
|
13382
13382
|
var Dropdown = function (_a) {
|
|
13383
13383
|
var optionGroups = _a.optionGroups, trigger = _a.trigger, open = _a.open, contentProps = _a.contentProps, itemProps = _a.itemProps, _b = _a.arrow, arrow = _b === void 0 ? true : _b, _c = _a.disabled, disabled = _c === void 0 ? false : _c;
|
|
@@ -15077,8 +15077,8 @@ function reducer(state, action) {
|
|
|
15077
15077
|
|
|
15078
15078
|
function noop$1() {}
|
|
15079
15079
|
|
|
15080
|
-
var css_248z$
|
|
15081
|
-
styleInject(css_248z$
|
|
15080
|
+
var css_248z$i = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.poll-drop-zone {\n display: flex;\n align-items: center;\n justify-content: space-between;\n background-color: #E8F6FF;\n padding: 10px 12px;\n border-radius: 6px;\n gap: 16px;\n cursor: pointer;\n border: 1px solid #E8F6FF;\n user-select: none;\n}\n\n.poll-drop-zone-disabled {\n display: flex;\n align-items: center;\n justify-content: space-between;\n background-color: #E8F6FF;\n padding: 10px 12px;\n border-radius: 6px;\n gap: 16px;\n border: 1px solid #E8F6FF;\n user-select: none;\n}\n\n.poll-drop-zone:hover,\n.poll-drop-zone:active,\n.poll-drop-zone:focus {\n border-color: #FCDE5D;\n}\n\n.poll-drop-zone:hover .poll-file-input-button,\n.poll-drop-zone:active .poll-file-input-button {\n background-color: #FCDE5D;\n color: black;\n border-color: #FCDE5D;\n}\n\n.poll-file-input-button {\n z-index: 10;\n display: flex;\n max-width: 260px;\n background-color: var(--primary);\n border: 1px solid var(--primary);\n color: white;\n padding: 8px 16px;\n float: left;\n align-items: center;\n gap: 8px;\n border-radius: 4px;\n transition: background-color 0.25s, border-color 0.25s, color 0.25s;\n}\n\n.poll-file-input-button-disabled {\n content: \"Disabled\";\n background-color: var(--slate3);\n color: var(--slate11);\n cursor: default;\n border-color: var(--slate11);\n}";
|
|
15081
|
+
styleInject(css_248z$i);
|
|
15082
15082
|
|
|
15083
15083
|
var FileInput = function (_a) {
|
|
15084
15084
|
var disabled = _a.disabled, onChange = _a.onChange, _b = _a.accept, accept = _b === void 0 ? ['.hbjson'] : _b, inputProps = _a.inputProps;
|
|
@@ -15304,8 +15304,8 @@ var Label = function (_a) {
|
|
|
15304
15304
|
children));
|
|
15305
15305
|
};
|
|
15306
15306
|
|
|
15307
|
-
var css_248z$
|
|
15308
|
-
styleInject(css_248z$
|
|
15307
|
+
var css_248z$h = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}";
|
|
15308
|
+
styleInject(css_248z$h);
|
|
15309
15309
|
|
|
15310
15310
|
var FormInput = function (_a) {
|
|
15311
15311
|
var name = _a.name, description = _a.description, errorMessage = _a.errorMessage, hidden = _a.hidden, children = _a.children;
|
|
@@ -15344,8 +15344,8 @@ var FormInput = function (_a) {
|
|
|
15344
15344
|
React__default.createElement(InputDescription, { helpText: React__default.createElement($409067139f391064$export$7c6e2c02157bb7d2, { className: 'collapse-content' }, description) }, children))));
|
|
15345
15345
|
};
|
|
15346
15346
|
|
|
15347
|
-
var css_248z$
|
|
15348
|
-
styleInject(css_248z$
|
|
15347
|
+
var css_248z$g = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}";
|
|
15348
|
+
styleInject(css_248z$g);
|
|
15349
15349
|
|
|
15350
15350
|
var LoadingIcon = function (_a) {
|
|
15351
15351
|
var size = _a.size, disabled = _a.disabled, style = _a.style;
|
|
@@ -15372,8 +15372,8 @@ var Logo = function (_a) {
|
|
|
15372
15372
|
} })));
|
|
15373
15373
|
};
|
|
15374
15374
|
|
|
15375
|
-
var css_248z$
|
|
15376
|
-
styleInject(css_248z$
|
|
15375
|
+
var css_248z$f = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.number-input {\n width: 100%;\n display: flex;\n border-radius: 4px;\n box-sizing: border-box;\n border: 1px solid var(--primary);\n}\n\n.number-input:hover {\n box-shadow: 0 1px 2px 0 rgba(26, 115, 232, 0.45), 0 1px 3px 1px rgba(26, 115, 232, 0.3);\n}\n\n.number-input-disabled {\n border-color: grey;\n}\n\n.number-input-disabled input,\n.number-input-disabled button {\n cursor: default !important;\n}\n\n.number-input-disabled:hover {\n box-shadow: none;\n}\n\n.number-input input {\n width: 100%;\n color: var(--slate12);\n}\n\n.number-input input::placeholder {\n color: var(--slate10);\n}\n\n.number-input i svg {\n fill: inherit;\n}\n\n.number-input button,\n.number-input input {\n display: flex;\n padding: 9px 10px;\n cursor: pointer;\n float: left;\n z-index: 10;\n align-items: center;\n gap: 8px;\n border: none;\n line-height: 1.5rem;\n}\n\n.number-input button:first-child,\n.number-input input:first-child {\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px;\n}\n\n.number-input button:last-child {\n border-top-right-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-color: #096dd9;\n}\n\n.number-input button:not(:last-child),\n.number-input input:not(:last-child) {\n border-right: none;\n}\n\n.number-input button:focus-visible,\n.number-input input:focus-visible {\n outline: none;\n}\n\n.number-input button:focus,\n.number-input input:focus {\n outline: none;\n}\n\n/* Clear floats (clearfix hack) */\n.number-input:after {\n content: \"\";\n clear: both;\n display: table;\n}";
|
|
15376
|
+
styleInject(css_248z$f);
|
|
15377
15377
|
|
|
15378
15378
|
var NumberInput = function (_a) {
|
|
15379
15379
|
var _b = _a.inputProps, inputProps = _b === void 0 ? { defaultValue: 0 } : _b, _c = _a.icon, icon = _c === void 0 ? React__default.createElement(Hash$1, null) : _c, hidden = _a.hidden, style = _a.style, reset = _a.reset;
|
|
@@ -15669,8 +15669,8 @@ const $f99a8c78507165f7$export$5fb54c671a65c88 = /*#__PURE__*/ forwardRef((props
|
|
|
15669
15669
|
const $f99a8c78507165f7$export$6d08773d2e66f8f2 = $f99a8c78507165f7$export$9f866c100ef519e4;
|
|
15670
15670
|
const $f99a8c78507165f7$export$adb584737d712b70 = $f99a8c78507165f7$export$5fb54c671a65c88;
|
|
15671
15671
|
|
|
15672
|
-
var css_248z$
|
|
15673
|
-
styleInject(css_248z$
|
|
15672
|
+
var css_248z$e = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.poll-radio {\n background-color: white;\n width: 18px;\n height: 18px;\n border-radius: 100%;\n box-shadow: 0 1px 2px black;\n border: none;\n cursor: pointer;\n border-width: 1px;\n outline-width: 1px;\n}\n\n.poll-radio:hover {\n background-color: var(--primary1);\n}\n\n.poll-radio:focus {\n box-shadow: 0 0 0 2px var(--primary);\n}\n\n.poll-radio:focus-visible {\n outline: none;\n}\n\n.poll-radio-indicator {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n height: 100%;\n position: relative;\n}\n\n.poll-radio-indicator:after {\n content: '\"\"';\n color: rgba(0, 0, 0, 0);\n display: block;\n width: 11px;\n height: 11px;\n border-radius: 50%;\n background-color: var(--primary);\n}";
|
|
15673
|
+
styleInject(css_248z$e);
|
|
15674
15674
|
|
|
15675
15675
|
var RadioList = function (_a) {
|
|
15676
15676
|
var items = _a.items, name = _a.name, onChange = _a.onChange, value = _a.value;
|
|
@@ -15737,11 +15737,11 @@ var SettingsButton = function (_a) {
|
|
|
15737
15737
|
}, disabled: disabled })))));
|
|
15738
15738
|
};
|
|
15739
15739
|
|
|
15740
|
-
var css_248z$
|
|
15741
|
-
styleInject(css_248z$
|
|
15740
|
+
var css_248z$d = "";
|
|
15741
|
+
styleInject(css_248z$d);
|
|
15742
15742
|
|
|
15743
|
-
var css_248z$
|
|
15744
|
-
styleInject(css_248z$
|
|
15743
|
+
var css_248z$c = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.text-input {\n width: 100%;\n display: flex;\n border-radius: 4px;\n box-sizing: border-box;\n border: 1px solid var(--primary);\n}\n\n.text-input:hover {\n box-shadow: 0 1px 2px 0 rgba(26, 115, 232, 0.45), 0 1px 3px 1px rgba(26, 115, 232, 0.3);\n}\n\n.text-input-disabled:hover {\n box-shadow: none;\n}\n\n.text-input input {\n width: 100%;\n color: var(--slate12);\n}\n\n.text-input input::placeholder {\n color: var(--slate10);\n}\n\n.text-input i svg {\n fill: var(--primary);\n}\n\n.text-input button,\n.text-input input {\n display: flex;\n padding: 9px 10px;\n cursor: pointer;\n float: left;\n z-index: 10;\n align-items: center;\n gap: 8px;\n border: none;\n line-height: 1.5rem;\n}\n\n.text-input button:first-child,\n.text-input input:first-child {\n border-top-left-radius: 4px;\n border-bottom-left-radius: 4px;\n}\n\n.text-input button:last-child {\n border-top-right-radius: 4px;\n border-bottom-right-radius: 4px;\n border-left-color: #096dd9;\n}\n\n.text-input button:not(:last-child),\n.text-input input:not(:last-child) {\n border-right: none;\n}\n\n.text-input button:focus-visible,\n.text-input input:focus-visible {\n outline: none;\n}\n\n.text-input button:focus,\n.text-input input:focus {\n outline: none;\n}\n\n/* Clear floats (clearfix hack) */\n.text-input:after {\n content: \"\";\n clear: both;\n display: table;\n}";
|
|
15744
|
+
styleInject(css_248z$c);
|
|
15745
15745
|
|
|
15746
15746
|
var TextInput = function (_a) {
|
|
15747
15747
|
var _b = _a.inputProps, inputProps = _b === void 0 ? { placeholder: 'Input some text...' } : _b, _c = _a.icon, icon = _c === void 0 ? React__default.createElement(CursorText$1, null) : _c, hidden = _a.hidden, style = _a.style, reset = _a.reset;
|
|
@@ -16235,8 +16235,8 @@ const $a093c7e1ec25a057$export$41fb9f06171c75f4 = $a093c7e1ec25a057$export$8c610
|
|
|
16235
16235
|
const $a093c7e1ec25a057$export$7c6e2c02157bb7d2 = $a093c7e1ec25a057$export$e9003e2be37ec060;
|
|
16236
16236
|
const $a093c7e1ec25a057$export$21b07c8f274aebd5 = $a093c7e1ec25a057$export$c27ee0ad710f7559;
|
|
16237
16237
|
|
|
16238
|
-
var css_248z$
|
|
16239
|
-
styleInject(css_248z$
|
|
16238
|
+
var css_248z$b = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.tooltip-content {\n border-radius: 4px;\n padding: 6px 10px;\n background-color: white;\n font-size: 0.85rem;\n font-weight: 500;\n border: 1px solid var(--slate8);\n box-shadow: hsla(206deg, 22%, 7%, 0.35) 0px 10px 38px -10px, hsla(206deg, 22%, 7%, 0.2) 0px 10px 20px -15px;\n}";
|
|
16239
|
+
styleInject(css_248z$b);
|
|
16240
16240
|
|
|
16241
16241
|
var Root = $a093c7e1ec25a057$export$be92b6f5f03c0fe9, Trigger = $a093c7e1ec25a057$export$41fb9f06171c75f4, Content = $a093c7e1ec25a057$export$7c6e2c02157bb7d2, Arrow = $a093c7e1ec25a057$export$21b07c8f274aebd5;
|
|
16242
16242
|
var Tooltip = function (_a) {
|
|
@@ -16630,7 +16630,7 @@ function stripBOM(content) {
|
|
|
16630
16630
|
* @param {object} [descriptors]
|
|
16631
16631
|
*/
|
|
16632
16632
|
|
|
16633
|
-
function inherits(constructor, superConstructor, props, descriptors) {
|
|
16633
|
+
function inherits$1(constructor, superConstructor, props, descriptors) {
|
|
16634
16634
|
constructor.prototype = Object.create(superConstructor.prototype, descriptors);
|
|
16635
16635
|
constructor.prototype.constructor = constructor;
|
|
16636
16636
|
props && Object.assign(constructor.prototype, props);
|
|
@@ -16733,7 +16733,7 @@ var utils = {
|
|
|
16733
16733
|
extend: extend,
|
|
16734
16734
|
trim: trim,
|
|
16735
16735
|
stripBOM: stripBOM,
|
|
16736
|
-
inherits: inherits,
|
|
16736
|
+
inherits: inherits$1,
|
|
16737
16737
|
toFlatObject: toFlatObject,
|
|
16738
16738
|
kindOf: kindOf,
|
|
16739
16739
|
kindOfTest: kindOfTest,
|
|
@@ -37625,7 +37625,7 @@ __exportStar(require$$257, exports);
|
|
|
37625
37625
|
__exportStar(require$$258, exports);
|
|
37626
37626
|
});
|
|
37627
37627
|
|
|
37628
|
-
var dist = createCommonjsModule(function (module, exports) {
|
|
37628
|
+
var dist$1 = createCommonjsModule(function (module, exports) {
|
|
37629
37629
|
/* tslint:disable */
|
|
37630
37630
|
/* eslint-disable */
|
|
37631
37631
|
/**
|
|
@@ -37661,47 +37661,47 @@ __exportStar(models, exports);
|
|
|
37661
37661
|
|
|
37662
37662
|
var APIClient = /** @class */ (function () {
|
|
37663
37663
|
function APIClient(props) {
|
|
37664
|
-
this.config = new dist.Configuration(props);
|
|
37665
|
-
this.accounts = new dist.AccountsApi(this.config);
|
|
37666
|
-
this.user = new dist.UserApi(this.config);
|
|
37667
|
-
this.apiKeys = new dist.APITokensApi(this.config);
|
|
37668
|
-
this.users = new dist.UsersApi(this.config);
|
|
37669
|
-
this.orgs = new dist.OrgsApi(this.config);
|
|
37670
|
-
this.teams = new dist.TeamsApi(this.config);
|
|
37671
|
-
this.plugins = new dist.PluginsApi(this.config);
|
|
37672
|
-
this.recipes = new dist.RecipesApi(this.config);
|
|
37673
|
-
this.registries = new dist.RegistriesApi(this.config);
|
|
37674
|
-
this.projects = new dist.ProjectsApi(this.config);
|
|
37675
|
-
this.jobs = new dist.JobsApi(this.config);
|
|
37676
|
-
this.runs = new dist.RunsApi(this.config);
|
|
37677
|
-
this.artifacts = new dist.ArtifactsApi(this.config);
|
|
37678
|
-
this.subscriptionPlans = new dist.SubscriptionPlansApi(this.config);
|
|
37679
|
-
this.subscriptions = new dist.SubscriptionsApi(this.config);
|
|
37680
|
-
this.licenses = new dist.LicensesApi(this.config);
|
|
37681
|
-
this.applications = new dist.ApplicationsApi(this.config);
|
|
37664
|
+
this.config = new dist$1.Configuration(props);
|
|
37665
|
+
this.accounts = new dist$1.AccountsApi(this.config);
|
|
37666
|
+
this.user = new dist$1.UserApi(this.config);
|
|
37667
|
+
this.apiKeys = new dist$1.APITokensApi(this.config);
|
|
37668
|
+
this.users = new dist$1.UsersApi(this.config);
|
|
37669
|
+
this.orgs = new dist$1.OrgsApi(this.config);
|
|
37670
|
+
this.teams = new dist$1.TeamsApi(this.config);
|
|
37671
|
+
this.plugins = new dist$1.PluginsApi(this.config);
|
|
37672
|
+
this.recipes = new dist$1.RecipesApi(this.config);
|
|
37673
|
+
this.registries = new dist$1.RegistriesApi(this.config);
|
|
37674
|
+
this.projects = new dist$1.ProjectsApi(this.config);
|
|
37675
|
+
this.jobs = new dist$1.JobsApi(this.config);
|
|
37676
|
+
this.runs = new dist$1.RunsApi(this.config);
|
|
37677
|
+
this.artifacts = new dist$1.ArtifactsApi(this.config);
|
|
37678
|
+
this.subscriptionPlans = new dist$1.SubscriptionPlansApi(this.config);
|
|
37679
|
+
this.subscriptions = new dist$1.SubscriptionsApi(this.config);
|
|
37680
|
+
this.licenses = new dist$1.LicensesApi(this.config);
|
|
37681
|
+
this.applications = new dist$1.ApplicationsApi(this.config);
|
|
37682
37682
|
}
|
|
37683
37683
|
APIClient.prototype.init = function () {
|
|
37684
|
-
this.accounts = new dist.AccountsApi(this.config);
|
|
37685
|
-
this.user = new dist.UserApi(this.config);
|
|
37686
|
-
this.apiKeys = new dist.APITokensApi(this.config);
|
|
37687
|
-
this.users = new dist.UsersApi(this.config);
|
|
37688
|
-
this.orgs = new dist.OrgsApi(this.config);
|
|
37689
|
-
this.teams = new dist.TeamsApi(this.config);
|
|
37690
|
-
this.plugins = new dist.PluginsApi(this.config);
|
|
37691
|
-
this.recipes = new dist.RecipesApi(this.config);
|
|
37692
|
-
this.registries = new dist.RegistriesApi(this.config);
|
|
37693
|
-
this.projects = new dist.ProjectsApi(this.config);
|
|
37694
|
-
this.jobs = new dist.JobsApi(this.config);
|
|
37695
|
-
this.runs = new dist.RunsApi(this.config);
|
|
37696
|
-
this.artifacts = new dist.ArtifactsApi(this.config);
|
|
37697
|
-
this.subscriptionPlans = new dist.SubscriptionPlansApi(this.config);
|
|
37698
|
-
this.subscriptions = new dist.SubscriptionsApi(this.config);
|
|
37699
|
-
this.licenses = new dist.LicensesApi(this.config);
|
|
37700
|
-
this.applications = new dist.ApplicationsApi(this.config);
|
|
37684
|
+
this.accounts = new dist$1.AccountsApi(this.config);
|
|
37685
|
+
this.user = new dist$1.UserApi(this.config);
|
|
37686
|
+
this.apiKeys = new dist$1.APITokensApi(this.config);
|
|
37687
|
+
this.users = new dist$1.UsersApi(this.config);
|
|
37688
|
+
this.orgs = new dist$1.OrgsApi(this.config);
|
|
37689
|
+
this.teams = new dist$1.TeamsApi(this.config);
|
|
37690
|
+
this.plugins = new dist$1.PluginsApi(this.config);
|
|
37691
|
+
this.recipes = new dist$1.RecipesApi(this.config);
|
|
37692
|
+
this.registries = new dist$1.RegistriesApi(this.config);
|
|
37693
|
+
this.projects = new dist$1.ProjectsApi(this.config);
|
|
37694
|
+
this.jobs = new dist$1.JobsApi(this.config);
|
|
37695
|
+
this.runs = new dist$1.RunsApi(this.config);
|
|
37696
|
+
this.artifacts = new dist$1.ArtifactsApi(this.config);
|
|
37697
|
+
this.subscriptionPlans = new dist$1.SubscriptionPlansApi(this.config);
|
|
37698
|
+
this.subscriptions = new dist$1.SubscriptionsApi(this.config);
|
|
37699
|
+
this.licenses = new dist$1.LicensesApi(this.config);
|
|
37700
|
+
this.applications = new dist$1.ApplicationsApi(this.config);
|
|
37701
37701
|
};
|
|
37702
37702
|
/** Overwrite current configuration and re-create all api clients. */
|
|
37703
37703
|
APIClient.prototype.configure = function (config) {
|
|
37704
|
-
this.config = new dist.Configuration(config);
|
|
37704
|
+
this.config = new dist$1.Configuration(config);
|
|
37705
37705
|
this.init();
|
|
37706
37706
|
};
|
|
37707
37707
|
return APIClient;
|
|
@@ -40949,8 +40949,8 @@ var SelectCloudArtifacts = function (_a) {
|
|
|
40949
40949
|
} }, "Showing ".concat((_b = artifacts.folders.length) !== null && _b !== void 0 ? _b : 0, " folder").concat(artifacts.folders.length === 1 ? '' : 's', ", and ").concat((_c = artifacts.files.length) !== null && _c !== void 0 ? _c : 0, " file").concat(artifacts.files.length === 1 ? '' : 's', "."))), maxHeight: 340, stateReducer: stateReducer }));
|
|
40950
40950
|
};
|
|
40951
40951
|
|
|
40952
|
-
var css_248z$
|
|
40953
|
-
styleInject(css_248z$
|
|
40952
|
+
var css_248z$a = "";
|
|
40953
|
+
styleInject(css_248z$a);
|
|
40954
40954
|
|
|
40955
40955
|
// fileMatchPattern follows this convention:
|
|
40956
40956
|
// Uncaught Error: Provided filter string is not valid. Filter string should contain a
|
|
@@ -44261,11 +44261,11 @@ function s$1(){return (s$1=Object.assign||function(e){for(var t=1;t<arguments.le
|
|
|
44261
44261
|
depsCount: ${t},
|
|
44262
44262
|
deps: ${r}}`};const r={keyword:"dependencies",type:"object",schemaType:"object",error:t.error,code(e){const[t,r]=function({schema:e}){const t={},r={};for(const s in e)"__proto__"!==s&&((Array.isArray(e[s])?t:r)[s]=e[s]);return [t,r]}(e);s(e,t),a(e,r);}};function s(e,t=e.schema){const{gen:r,data:s,it:a}=e;if(0===Object.keys(t).length)return;const o=r.let("missing");for(const n in t){const i=t[n];if(0===i.length)continue;const l=(0, g$1.propertyInData)(r,s,n,a.opts.ownProperties);e.setParams({property:n,depsCount:i.length,deps:i.join(", ")}),a.allErrors?r.if(l,()=>{for(const t of i)(0, g$1.checkReportMissingProp)(e,t);}):(r.if(c$1._`${l} && (${(0, g$1.checkMissingProp)(e,i,o)})`),(0, g$1.reportMissingProp)(e,o),r.else());}}function a(e,t=e.schema){const{gen:r,data:s,keyword:a,it:o}=e,n=r.name("valid");for(const i in t)(0, l$1.alwaysValidSchema)(o,t[i])||(r.if((0, g$1.propertyInData)(r,s,i,o.opts.ownProperties),()=>{const t=e.subschema({keyword:a,schemaProp:i},n);e.mergeValidEvaluated(t,n);},()=>r.var(n,!0)),e.ok(n));}t.validatePropertyDeps=s,t.validateSchemaDeps=a,t.default=r;}),oe$1=/*#__PURE__*/Object.defineProperty({default:{keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:{message:"property name must be valid",params:({params:e})=>c$1._`{propertyName: ${e.propertyName}}`},code(e){const{gen:t,schema:r,data:s,it:a}=e;if((0, l$1.alwaysValidSchema)(a,r))return;const o=t.name("valid");t.forIn("key",s,r=>{e.setParams({propertyName:r}),e.subschema({keyword:"propertyNames",data:r,dataTypes:["string"],propertyName:r,compositeRule:!0},o),t.if((0, c$1.not)(o),()=>{e.error(!0),a.allErrors||t.break();});}),e.ok(o);}}},"__esModule",{value:!0});const ne$1={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:{message:"must NOT have additional properties",params:({params:e})=>c$1._`{additionalProperty: ${e.additionalProperty}}`},code(e){const{gen:t,schema:r,parentSchema:s,data:a,errsCount:o,it:n}=e;if(!o)throw new Error("ajv implementation error");const{allErrors:i,opts:d}=n;if(n.props=!0,"all"!==d.removeAdditional&&(0, l$1.alwaysValidSchema)(n,r))return;const f=(0, g$1.allSchemaProperties)(s.properties),h=(0, g$1.allSchemaProperties)(s.patternProperties);function p(e){t.code(c$1._`delete ${a}[${e}]`);}function m(s){if("all"===d.removeAdditional||d.removeAdditional&&!1===r)p(s);else {if(!1===r)return e.setParams({additionalProperty:s}),e.error(),void(i||t.break());if("object"==typeof r&&!(0, l$1.alwaysValidSchema)(n,r)){const r=t.name("valid");"failing"===d.removeAdditional?(y(s,r,!1),t.if((0, c$1.not)(r),()=>{e.reset(),p(s);})):(y(s,r),i||t.if((0, c$1.not)(r),()=>t.break()));}}}function y(t,r,s){const a={keyword:"additionalProperties",dataProp:t,dataPropType:l$1.Type.Str};!1===s&&Object.assign(a,{compositeRule:!0,createErrors:!1,allErrors:!1}),e.subschema(a,r);}t.forIn("key",a,r=>{f.length||h.length?t.if(function(r){let a;if(f.length>8){const e=(0, l$1.schemaRefOrVal)(n,s.properties,"properties");a=(0, g$1.isOwnProperty)(t,e,r);}else a=f.length?(0, c$1.or)(...f.map(e=>c$1._`${r} === ${e}`)):c$1.nil;return h.length&&(a=(0, c$1.or)(a,...h.map(t=>c$1._`${(0, g$1.usePattern)(e,t)}.test(${r})`))),(0, c$1.not)(a)}(r),()=>m(r)):m(r);}),e.ok(c$1._`${o} === ${u$2.default.errors}`);}};var ie=/*#__PURE__*/Object.defineProperty({default:ne$1},"__esModule",{value:!0}),ce=/*#__PURE__*/Object.defineProperty({default:{keyword:"properties",type:"object",schemaType:"object",code(e){const{gen:t,schema:r,parentSchema:s,data:a,it:o}=e;"all"===o.opts.removeAdditional&&void 0===s.additionalProperties&&ie.default.code(new P$1.KeywordCxt(o,ie.default,"additionalProperties"));const n=(0, g$1.allSchemaProperties)(r);for(const e of n)o.definedProperties.add(e);o.opts.unevaluated&&n.length&&!0!==o.props&&(o.props=l$1.mergeEvaluated.props(t,(0, l$1.toHash)(n),o.props));const i=n.filter(e=>!(0, l$1.alwaysValidSchema)(o,r[e]));if(0===i.length)return;const c=t.name("valid");for(const r of i)d(r)?u(r):(t.if((0, g$1.propertyInData)(t,a,r,o.opts.ownProperties)),u(r),o.allErrors||t.else().var(c,!0),t.endIf()),e.it.definedProperties.add(r),e.ok(c);function d(e){return o.opts.useDefaults&&!o.compositeRule&&void 0!==r[e].default}function u(t){e.subschema({keyword:"properties",schemaProp:t,dataProp:t},c);}}}},"__esModule",{value:!0});const le$1=l$1;var de$1=/*#__PURE__*/Object.defineProperty({default:{keyword:"patternProperties",type:"object",schemaType:"object",code(e){const{gen:t,schema:r,data:s,parentSchema:a,it:o}=e,{opts:n}=o,i=(0, g$1.allSchemaProperties)(r),d=i.filter(e=>(0, l$1.alwaysValidSchema)(o,r[e]));if(0===i.length||d.length===i.length&&(!o.opts.unevaluated||!0===o.props))return;const u=n.strictSchema&&!n.allowMatchingProperties&&a.properties,f=t.name("valid");!0===o.props||o.props instanceof c$1.Name||(o.props=(0, le$1.evaluatedPropsToName)(t,o.props));const{props:h}=o;function p(e){for(const t in u)new RegExp(e).test(t)&&(0, l$1.checkStrictMode)(o,`property ${t} matches pattern ${e} (use allowMatchingProperties)`);}function m(r){t.forIn("key",s,s=>{t.if(c$1._`${(0, g$1.usePattern)(e,r)}.test(${s})`,()=>{const a=d.includes(r);a||e.subschema({keyword:"patternProperties",schemaProp:r,dataProp:s,dataPropType:le$1.Type.Str},f),o.opts.unevaluated&&!0!==h?t.assign(c$1._`${h}[${s}]`,!0):a||o.allErrors||t.if((0, c$1.not)(f),()=>t.break());});});}!function(){for(const e of i)u&&p(e),o.allErrors?m(e):(t.var(f,!0),m(e),t.if(f));}();}}},"__esModule",{value:!0}),ue$1=/*#__PURE__*/Object.defineProperty({default:{keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){const{gen:t,schema:r,it:s}=e;if((0, l$1.alwaysValidSchema)(s,r))return void e.fail();const a=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},a),e.failResult(a,()=>e.reset(),()=>e.error());},error:{message:"must NOT be valid"}}},"__esModule",{value:!0}),fe$1=/*#__PURE__*/Object.defineProperty({default:{keyword:"anyOf",schemaType:"array",trackErrors:!0,code:g$1.validateUnion,error:{message:"must match a schema in anyOf"}}},"__esModule",{value:!0}),he$1=/*#__PURE__*/Object.defineProperty({default:{keyword:"oneOf",schemaType:"array",trackErrors:!0,error:{message:"must match exactly one schema in oneOf",params:({params:e})=>c$1._`{passingSchemas: ${e.passing}}`},code(e){const{gen:t,schema:r,parentSchema:s,it:a}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(a.opts.discriminator&&s.discriminator)return;const o=r,n=t.let("valid",!1),i=t.let("passing",null),d=t.name("_valid");e.setParams({passing:i}),t.block(function(){o.forEach((r,s)=>{let o;(0, l$1.alwaysValidSchema)(a,r)?t.var(d,!0):o=e.subschema({keyword:"oneOf",schemaProp:s,compositeRule:!0},d),s>0&&t.if(c$1._`${d} && ${n}`).assign(n,!1).assign(i,c$1._`[${i}, ${s}]`).else(),t.if(d,()=>{t.assign(n,!0),t.assign(i,s),o&&e.mergeEvaluated(o,c$1.Name);});});}),e.result(n,()=>e.reset(),()=>e.error(!0));}}},"__esModule",{value:!0}),pe$1=/*#__PURE__*/Object.defineProperty({default:{keyword:"allOf",schemaType:"array",code(e){const{gen:t,schema:r,it:s}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");const a=t.name("valid");r.forEach((t,r)=>{if((0, l$1.alwaysValidSchema)(s,t))return;const o=e.subschema({keyword:"allOf",schemaProp:r},a);e.ok(a),e.mergeEvaluated(o);});}}},"__esModule",{value:!0});function me(e,t){const r=e.schema[t];return void 0!==r&&!(0, l$1.alwaysValidSchema)(e,r)}var ye$1=/*#__PURE__*/Object.defineProperty({default:{keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:{message:({params:e})=>c$1.str`must match "${e.ifClause}" schema`,params:({params:e})=>c$1._`{failingKeyword: ${e.ifClause}}`},code(e){const{gen:t,parentSchema:r,it:s}=e;void 0===r.then&&void 0===r.else&&(0, l$1.checkStrictMode)(s,'"if" without "then" and "else" is ignored');const a=me(s,"then"),o=me(s,"else");if(!a&&!o)return;const n=t.let("valid",!0),i=t.name("_valid");if(function(){const t=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},i);e.mergeEvaluated(t);}(),e.reset(),a&&o){const r=t.let("ifClause");e.setParams({ifClause:r}),t.if(i,d("then",r),d("else",r));}else a?t.if(i,d("then")):t.if((0, c$1.not)(i),d("else"));function d(r,s){return ()=>{const a=e.subschema({keyword:r},i);t.assign(n,i),e.mergeValidEvaluated(a,n),s?t.assign(s,c$1._`${r}`):e.setParams({ifClause:r});}}e.pass(n,()=>e.error(!0));}}},"__esModule",{value:!0}),ve$1=/*#__PURE__*/Object.defineProperty({default:{keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:r}){void 0===t.if&&(0, l$1.checkStrictMode)(r,`"${e}" without "if" is ignored`);}}},"__esModule",{value:!0}),ge$1=/*#__PURE__*/Object.defineProperty({default:function(e=!1){const t=[ue$1.default,fe$1.default,he$1.default,pe$1.default,ye$1.default,ve$1.default,oe$1.default,ie.default,ae.default,ce.default,de$1.default];return e?t.push(te.default,re$1.default):t.push(X$1.default,ee$1.default),t.push(se$1.default),t}},"__esModule",{value:!0}),$e=/*#__PURE__*/Object.defineProperty({default:[Object.defineProperty({default:{keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:{message:({schemaCode:e})=>c$1.str`must match format "${e}"`,params:({schemaCode:e})=>c$1._`{format: ${e}}`},code(e,t){const{gen:r,data:s,$data:a,schema:o,schemaCode:n,it:i}=e,{opts:l,errSchemaPath:d,schemaEnv:u,self:f}=i;l.validateFormats&&(a?function(){const a=r.scopeValue("formats",{ref:f.formats,code:l.code.formats}),o=r.const("fDef",c$1._`${a}[${n}]`),i=r.let("fType"),d=r.let("format");r.if(c$1._`typeof ${o} == "object" && !(${o} instanceof RegExp)`,()=>r.assign(i,c$1._`${o}.type || "string"`).assign(d,c$1._`${o}.validate`),()=>r.assign(i,c$1._`"string"`).assign(d,o)),e.fail$data((0, c$1.or)(!1===l.strictSchema?c$1.nil:c$1._`${n} && !${d}`,function(){const e=u.$async?c$1._`(${o}.async ? await ${d}(${s}) : ${d}(${s}))`:c$1._`${d}(${s})`,r=c$1._`(typeof ${d} == "function" ? ${e} : ${d}.test(${s}))`;return c$1._`${d} && ${d} !== true && ${i} === ${t} && !${r}`}()));}():function(){const a=f.formats[o];if(!a)return void function(){if(!1!==l.strictSchema)throw new Error(e());function e(){return `unknown format "${o}" ignored in schema at path "${d}"`}f.logger.warn(e());}();if(!0===a)return;const[n,i,h]=function(e){const t=e instanceof RegExp?(0, c$1.regexpCode)(e):l.code.formats?c$1._`${l.code.formats}${(0, c$1.getProperty)(o)}`:void 0,s=r.scopeValue("formats",{key:o,ref:e,code:t});return "object"!=typeof e||e instanceof RegExp?["string",e,s]:[e.type||"string",e.validate,c$1._`${s}.validate`]}(a);n===t&&e.pass(function(){if("object"==typeof a&&!(a instanceof RegExp)&&a.async){if(!u.$async)throw new Error("async format in sync schema");return c$1._`await ${h}(${s})`}return "function"==typeof i?c$1._`${h}(${s})`:c$1._`${h}.test(${s})`}());}());}}},"__esModule",{value:!0}).default]},"__esModule",{value:!0}),_e=o$1(function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.contentVocabulary=t.metadataVocabulary=void 0,t.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"],t.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"];});const we=[A$1.default,Y$1.default,(0, ge$1.default)(),$e.default,_e.metadataVocabulary,_e.contentVocabulary];var be$1=/*#__PURE__*/Object.defineProperty({default:we},"__esModule",{value:!0}),Ee$1=o$1(function(e,t){var r;Object.defineProperty(t,"__esModule",{value:!0}),t.DiscrError=void 0,(r=t.DiscrError||(t.DiscrError={})).Tag="tag",r.Mapping="mapping";}),Pe=/*#__PURE__*/Object.defineProperty({default:{keyword:"discriminator",type:"object",schemaType:"object",error:{message:({params:{discrError:e,tagName:t}})=>e===Ee$1.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:t,tagName:r}})=>c$1._`{error: ${e}, tag: ${r}, tagValue: ${t}}`},code(e){const{gen:t,data:r,schema:s,parentSchema:a,it:o}=e,{oneOf:n}=a;if(!o.opts.discriminator)throw new Error("discriminator: requires discriminator option");const i=s.propertyName;if("string"!=typeof i)throw new Error("discriminator: requires propertyName");if(s.mapping)throw new Error("discriminator: mapping is not supported");if(!n)throw new Error("discriminator: requires oneOf keyword");const d=t.let("valid",!1),u=t.const("tag",c$1._`${r}${(0, c$1.getProperty)(i)}`);function f(r){const s=t.name("valid"),a=e.subschema({keyword:"oneOf",schemaProp:r},s);return e.mergeEvaluated(a,c$1.Name),s}t.if(c$1._`typeof ${u} == "string"`,()=>function(){const r=function(){var e;const t={},r=c(a);let s=!0;for(let t=0;t<n.length;t++){let a=n[t];(null==a?void 0:a.$ref)&&!(0, l$1.schemaHasRulesButRef)(a,o.self.RULES)&&(a=C.resolveRef.call(o.self,o.schemaEnv.root,o.baseId,null==a?void 0:a.$ref),a instanceof C.SchemaEnv&&(a=a.schema));const u=null===(e=null==a?void 0:a.properties)||void 0===e?void 0:e[i];if("object"!=typeof u)throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${i}"`);s=s&&(r||c(a)),d(u,t);}if(!s)throw new Error(`discriminator: "${i}" must be required`);return t;function c({required:e}){return Array.isArray(e)&&e.includes(i)}function d(e,t){if(e.const)u(e.const,t);else {if(!e.enum)throw new Error(`discriminator: "properties/${i}" must have "const" or "enum"`);for(const r of e.enum)u(r,t);}}function u(e,r){if("string"!=typeof e||e in t)throw new Error(`discriminator: "${i}" values must be unique strings`);t[e]=r;}}();t.if(!1);for(const e in r)t.elseIf(c$1._`${u} === ${e}`),t.assign(d,f(r[e]));t.else(),e.error(!1,{discrError:Ee$1.DiscrError.Mapping,tag:u,tagName:i}),t.endIf();}(),()=>e.error(!1,{discrError:Ee$1.DiscrError.Tag,tag:u,tagName:i})),e.ok(d);}}},"__esModule",{value:!0}),Se$1={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0},ke=o$1(function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.CodeGen=t.Name=t.nil=t.stringify=t.str=t._=t.KeywordCxt=void 0;const r=["/properties"],s="http://json-schema.org/draft-07/schema";class a extends R.default{_addVocabularies(){super._addVocabularies(),be$1.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(Pe.default);}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;const e=this.opts.$data?this.$dataMetaSchema(Se$1,r):Se$1;this.addMetaSchema(e,s,!1),this.refs["http://json-schema.org/schema"]=s;}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(s)?s:void 0)}}e.exports=t=a,Object.defineProperty(t,"__esModule",{value:!0}),t.default=a,Object.defineProperty(t,"KeywordCxt",{enumerable:!0,get:function(){return P$1.KeywordCxt}}),Object.defineProperty(t,"_",{enumerable:!0,get:function(){return c$1._}}),Object.defineProperty(t,"str",{enumerable:!0,get:function(){return c$1.str}}),Object.defineProperty(t,"stringify",{enumerable:!0,get:function(){return c$1.stringify}}),Object.defineProperty(t,"nil",{enumerable:!0,get:function(){return c$1.nil}}),Object.defineProperty(t,"Name",{enumerable:!0,get:function(){return c$1.Name}}),Object.defineProperty(t,"CodeGen",{enumerable:!0,get:function(){return c$1.CodeGen}});}),Ne=/*@__PURE__*/a$1(ke),je=/*@__PURE__*/a$1(o$1(function(e,t){Object.defineProperty(t,"__esModule",{value:!0});const r="errorMessage",s=new ke.Name("emUsed"),a={required:"missingProperty",dependencies:"property",dependentRequired:"property"},o=/\$\{[^}]+\}/,i=/\$\{([^}]+)\}/g,l=/^""\s*\+\s*|\s*\+\s*""$/g;function d(e){return {keyword:r,schemaType:["string","object"],post:!0,code(t){const{gen:d,data:h,schema:p,schemaValue:m,it:y}=t;if(!1===y.createErrors)return;const v=p,g=c$1.strConcat(u$2.default.instancePath,y.errorPath);function $(e,t){return c$1.and(ke._`${e}.keyword !== ${r}`,ke._`!${e}.${s}`,ke._`${e}.instancePath === ${g}`,ke._`${e}.keyword in ${t}`,ke._`${e}.schemaPath.indexOf(${y.errSchemaPath}) === 0`,ke._`/^\\/[^\\/]*$/.test(${e}.schemaPath.slice(${y.errSchemaPath.length}))`)}function _(e,t){const r=[];for(const s in e){const e=t[s];o.test(e)&&r.push([s,b(e)]);}return d.object(...r)}function w(e){return o.test(e)?new n$2._Code(n$2.safeStringify(e).replace(i,(e,t)=>`" + JSON.stringify(${P$1.getData(t,y)}) + "`).replace(l,"")):ke.stringify(e)}function b(e){return ke._`function(){return ${w(e)}}`}d.if(ke._`${u$2.default.errors} > 0`,()=>{if("object"==typeof v){const[o,n]=function(e){let t,r;for(const s in e){if("properties"===s||"items"===s)continue;const a=e[s];if("object"==typeof a){t||(t={});const e=t[s]={};for(const t in a)e[t]=[];}else r||(r={}),r[s]=[];}return [t,r]}(v);n&&function(r){const a=d.const("emErrors",ke.stringify(r)),o=d.const("templates",_(r,p));d.forOf("err",u$2.default.vErrors,e=>d.if($(e,a),()=>d.code(ke._`${a}[${e}.keyword].push(${e})`).assign(ke._`${e}.${s}`,!0)));const{singleError:n}=e;if(n){const e=d.let("message",ke._`""`),r=d.let("paramsErrors",ke._`[]`);i(t=>{d.if(e,()=>d.code(ke._`${e} += ${"string"==typeof n?n:";"}`)),d.code(ke._`${e} += ${c(t)}`),d.assign(r,ke._`${r}.concat(${a}[${t}])`);}),f$1.reportError(t,{message:e,params:ke._`{errors: ${r}}`});}else i(e=>f$1.reportError(t,{message:c(e),params:ke._`{errors: ${a}[${e}]}`}));function i(e){d.forIn("key",a,t=>d.if(ke._`${a}[${t}].length`,()=>e(t)));}function c(e){return ke._`${e} in ${o} ? ${o}[${e}]() : ${m}[${e}]`}}(n),o&&function(e){const r=d.const("emErrors",ke.stringify(e)),o=[];for(const t in e)o.push([t,_(e[t],p[t])]);const n=d.const("templates",d.object(...o)),i=d.scopeValue("obj",{ref:a,code:ke.stringify(a)}),c=d.let("emPropParams"),l=d.let("emParamsErrors");d.forOf("err",u$2.default.vErrors,e=>d.if($(e,r),()=>{d.assign(c,ke._`${i}[${e}.keyword]`),d.assign(l,ke._`${r}[${e}.keyword][${e}.params[${c}]]`),d.if(l,()=>d.code(ke._`${l}.push(${e})`).assign(ke._`${e}.${s}`,!0));})),d.forIn("key",r,e=>d.forIn("keyProp",ke._`${r}[${e}]`,s=>{d.assign(l,ke._`${r}[${e}][${s}]`),d.if(ke._`${l}.length`,()=>{const r=d.const("tmpl",ke._`${n}[${e}] && ${n}[${e}][${s}]`);f$1.reportError(t,{message:ke._`${r} ? ${r}() : ${m}[${e}][${s}]`,params:ke._`{errors: ${l}}`});});}));}(o),function(e){const{props:a,items:o}=e;if(!a&&!o)return;const n=ke._`typeof ${h} == "object"`,i=ke._`Array.isArray(${h})`,l=d.let("emErrors");let y,v;const $=d.let("templates");function w(e,t){d.assign(l,ke.stringify(e)),d.assign($,_(e,t));}a&&o?(y=d.let("emChildKwd"),d.if(n),d.if(i,()=>{w(o,p.items),d.assign(y,ke.str`items`);},()=>{w(a,p.properties),d.assign(y,ke.str`properties`);}),v=ke._`[${y}]`):o?(d.if(i),w(o,p.items),v=ke._`.items`):a&&(d.if(c$1.and(n,c$1.not(i))),w(a,p.properties),v=ke._`.properties`),d.forOf("err",u$2.default.vErrors,e=>function(e,t,a){d.if(c$1.and(ke._`${e}.keyword !== ${r}`,ke._`!${e}.${s}`,ke._`${e}.instancePath.indexOf(${g}) === 0`),()=>{const r=d.scopeValue("pattern",{ref:/^\/([^/]*)(?:\/|$)/,code:ke._`new RegExp("^\\\/([^/]*)(?:\\\/|$)")`}),s=d.const("emMatches",ke._`${r}.exec(${e}.instancePath.slice(${g}.length))`),o=d.const("emChild",ke._`${s} && ${s}[1].replace(/~1/g, "/").replace(/~0/g, "~")`);d.if(ke._`${o} !== undefined && ${o} in ${t}`,()=>a(o));});}(e,l,t=>d.code(ke._`${l}[${t}].push(${e})`).assign(ke._`${e}.${s}`,!0))),d.forIn("key",l,e=>d.if(ke._`${l}[${e}].length`,()=>{f$1.reportError(t,{message:ke._`${e} in ${$} ? ${$}[${e}]() : ${m}${v}[${e}]`,params:ke._`{errors: ${l}[${e}]}`}),d.assign(ke._`${u$2.default.vErrors}[${u$2.default.errors}-1].instancePath`,ke._`${g} + "/" + ${e}.replace(/~/g, "~0").replace(/\\//g, "~1")`);})),d.endIf();}(function({properties:e,items:t}){const r={};if(e){r.props={};for(const t in e)r.props[t]=[];}if(t){r.items={};for(let e=0;e<t.length;e++)r.items[e]=[];}return r}(v));}const o="string"==typeof v?v:v._;o&&function(e){const a=d.const("emErrs",ke._`[]`);d.forOf("err",u$2.default.vErrors,e=>d.if(function(e){return c$1.and(ke._`${e}.keyword !== ${r}`,ke._`!${e}.${s}`,c$1.or(ke._`${e}.instancePath === ${g}`,c$1.and(ke._`${e}.instancePath.indexOf(${g}) === 0`,ke._`${e}.instancePath[${g}.length] === "/"`)),ke._`${e}.schemaPath.indexOf(${y.errSchemaPath}) === 0`,ke._`${e}.schemaPath[${y.errSchemaPath}.length] === "/"`)}(e),()=>d.code(ke._`${a}.push(${e})`).assign(ke._`${e}.${s}`,!0))),d.if(ke._`${a}.length`,()=>f$1.reportError(t,{message:w(e),params:ke._`{errors: ${a}}`}));}(o),e.keepErrors||function(){const e=d.const("emErrs",ke._`[]`);d.forOf("err",u$2.default.vErrors,t=>d.if(ke._`!${t}.${s}`,()=>d.code(ke._`${e}.push(${t})`))),d.assign(u$2.default.vErrors,e).assign(u$2.default.errors,ke._`${e}.length`);}();});},metaSchema:{anyOf:[{type:"string"},{type:"object",properties:{properties:{$ref:"#/$defs/stringMap"},items:{$ref:"#/$defs/stringList"},required:{$ref:"#/$defs/stringOrMap"},dependencies:{$ref:"#/$defs/stringOrMap"}},additionalProperties:{type:"string"}}],$defs:{stringMap:{type:"object",additionalProperties:{type:"string"}},stringOrMap:{anyOf:[{type:"string"},{$ref:"#/$defs/stringMap"}]},stringList:{type:"array",items:{type:"string"}}}}}}const h=(e,t={})=>{if(!e.opts.allErrors)throw new Error("ajv-errors: Ajv option allErrors must be true");if(e.opts.jsPropertySyntax)throw new Error("ajv-errors: ajv option jsPropertySyntax is not supported");return e.addKeyword(d(t))};t.default=h,e.exports=h,e.exports.default=h;})),Ce=function(e,t){return e.forEach(function(e){"required"===e.keyword&&(e.instancePath="/"+e.params.missingProperty);}),e.reduce(function(e,s){var a=s.instancePath.substring(1).replace(/\//g,".");if(e[a]||(e[a]={message:s.message,type:s.keyword}),t){var o=e[a].types,n=o&&o[s.keyword];e[a]=appendErrors(a,t,e,s.keyword,n?[].concat(n,s.message||""):s.message);}return e},{})},Oe=function(r,a,o){return void 0===o&&(o={}),function(n,i,c){try{var l,d=new Ne(s$1({allErrors:!0,validateSchema:!0},a));je(d);var u=d.compile(Object.assign({$async:"async"===(null==(l=o)?void 0:l.mode)},r));return u(n)?(c.shouldUseNativeValidation&&t$1({},c),Promise.resolve({values:n,errors:{}})):Promise.resolve({values:{},errors:f$2(Ce(u.errors,!c.shouldUseNativeValidation&&"all"===c.criteriaMode),c)})}catch(e){return Promise.reject(e)}}};
|
|
44263
44263
|
|
|
44264
|
-
var css_248z$
|
|
44265
|
-
styleInject(css_248z$
|
|
44264
|
+
var css_248z$9 = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}";
|
|
44265
|
+
styleInject(css_248z$9);
|
|
44266
44266
|
|
|
44267
|
-
var css_248z$
|
|
44268
|
-
styleInject(css_248z$
|
|
44267
|
+
var css_248z$8 = "";
|
|
44268
|
+
styleInject(css_248z$8);
|
|
44269
44269
|
|
|
44270
44270
|
var Action$2;
|
|
44271
44271
|
(function (Action) {
|
|
@@ -44773,8 +44773,8 @@ var RecipeInputsForm = function (_a) {
|
|
|
44773
44773
|
}, loading: loading }, "Create Study"))))));
|
|
44774
44774
|
};
|
|
44775
44775
|
|
|
44776
|
-
var css_248z$
|
|
44777
|
-
styleInject(css_248z$
|
|
44776
|
+
var css_248z$7 = ".react-tabs {\n -webkit-tap-highlight-color: transparent;\n}\n\n.react-tabs__tab-list {\n border-bottom: 1px solid #aaa;\n margin: 0 0 10px;\n padding: 0;\n}\n\n.react-tabs__tab {\n display: inline-block;\n border: 1px solid transparent;\n border-bottom: none;\n bottom: -1px;\n position: relative;\n list-style: none;\n padding: 6px 12px;\n cursor: pointer;\n}\n\n.react-tabs__tab--selected {\n background: #fff;\n border-color: #aaa;\n color: black;\n border-radius: 5px 5px 0 0;\n}\n\n.react-tabs__tab--disabled {\n color: GrayText;\n cursor: default;\n}\n\n.react-tabs__tab:focus {\n outline: none;\n}\n\n.react-tabs__tab:focus:after {\n content: '';\n position: absolute;\n height: 5px;\n left: -4px;\n right: -4px;\n bottom: -5px;\n background: #fff;\n}\n\n.react-tabs__tab-panel {\n display: none;\n}\n\n.react-tabs__tab-panel--selected {\n display: block;\n}\n";
|
|
44777
|
+
styleInject(css_248z$7);
|
|
44778
44778
|
|
|
44779
44779
|
let e={data:""},t=t=>"object"==typeof window?((t?t.querySelector("#_goober"):window._goober)||Object.assign((t||document.head).appendChild(document.createElement("style")),{innerHTML:" ",id:"_goober"})).firstChild:t||e,l=/(?:([\u0080-\uFFFF\w-%@]+) *:? *([^{;]+?);|([^;}{]*?) *{)|(}\s*)/g,a=/\/\*[^]*?\*\/| +/g,n$1=/\n+/g,o=(e,t)=>{let r="",l="",a="";for(let n in e){let c=e[n];"@"==n[0]?"i"==n[1]?r=n+" "+c+";":l+="f"==n[1]?o(c,n):n+"{"+o(c,"k"==n[1]?"":t)+"}":"object"==typeof c?l+=o(c,t?t.replace(/([^,])+/g,e=>n.replace(/(^:.*)|([^,])+/g,t=>/&/.test(t)?t.replace(/&/g,e):e?e+" "+t:t)):n):null!=c&&(n=/^--/.test(n)?n:n.replace(/[A-Z]/g,"-$&").toLowerCase(),a+=o.p?o.p(n,c):n+":"+c+";");}return r+(t&&a?t+"{"+a+"}":a)+l},c={},s=e=>{if("object"==typeof e){let t="";for(let r in e)t+=r+s(e[r]);return t}return e},i=(e,t,r,i,p)=>{let u=s(e),d=c[u]||(c[u]=(e=>{let t=0,r=11;for(;t<e.length;)r=101*r+e.charCodeAt(t++)>>>0;return "go"+r})(u));if(!c[d]){let t=u!==e?e:(e=>{let t,r,o=[{}];for(;t=l.exec(e.replace(a,""));)t[4]?o.shift():t[3]?(r=t[3].replace(n$1," ").trim(),o.unshift(o[0][r]=o[0][r]||{})):o[0][t[1]]=t[2].replace(n$1," ").trim();return o[0]})(e);c[d]=o(p?{["@keyframes "+d]:t}:t,r?"":"."+d);}let f=r&&c.g?c.g:null;return r&&(c.g=c[d]),((e,t,r,l)=>{l?t.data=t.data.replace(l,e):-1===t.data.indexOf(e)&&(t.data=r?e+t.data:t.data+e);})(c[d],t,i,f),d},p=(e,t,r)=>e.reduce((e,l,a)=>{let n=t[a];if(n&&n.call){let e=n(r),t=e&&e.props&&e.props.className||/^go/.test(e)&&e;n=t?"."+t:e&&"object"==typeof e?e.props?"":o(e,""):!1===e?"":e;}return e+l+(null==n?"":n)},"");function u$1(e){let r=this||{},l=e.call?e(r.p):e;return i(l.unshift?l.raw?p(l,[].slice.call(arguments,1),r.p):l.reduce((e,t)=>Object.assign(e,t&&t.call?t(r.p):t),{}):l,t(r.target),r.g,r.o,r.k)}let d,f,g;u$1.bind({g:1});let h$1=u$1.bind({k:1});function m(e,t,r,l){o.p=t,d=e,f=r,g=l;}function j(e,t){let r=this||{};return function(){let l=arguments;function a(n,o){let c=Object.assign({},n),s=c.className||a.className;r.p=Object.assign({theme:f&&f()},c),r.o=/ *go\d+/.test(s),c.className=u$1.apply(r,l)+(s?" "+s:""),t&&(c.ref=o);let i=e;return e[0]&&(i=c.as||e,delete c.as),g&&i[0]&&g(c),d(i,c)}return t?t(a):a}}
|
|
44780
44780
|
|
|
@@ -46252,8 +46252,8 @@ var useSWRHandler = function (_key, fetcher, config) {
|
|
|
46252
46252
|
};
|
|
46253
46253
|
var useSWR = withArgs(useSWRHandler);
|
|
46254
46254
|
|
|
46255
|
-
var css_248z$
|
|
46256
|
-
styleInject(css_248z$
|
|
46255
|
+
var css_248z$6 = "";
|
|
46256
|
+
styleInject(css_248z$6);
|
|
46257
46257
|
|
|
46258
46258
|
var getFileIcon$1 = function (type) {
|
|
46259
46259
|
var size = 12;
|
|
@@ -47032,8 +47032,8 @@ var JobTabs;
|
|
|
47032
47032
|
JobTabs["workspace"] = "workspace";
|
|
47033
47033
|
})(JobTabs || (JobTabs = {}));
|
|
47034
47034
|
|
|
47035
|
-
var css_248z$
|
|
47036
|
-
styleInject(css_248z$
|
|
47035
|
+
var css_248z$5 = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.item1 {\n grid-area: accountprj;\n font-size: 1rem;\n font-weight: 500;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item2 {\n grid-area: runworkspacedebug;\n text-align: right !important;\n font-size: 1.25rem;\n white-space: nowrap;\n}\n\n.item3 {\n grid-area: studyrun;\n font-size: 1.25rem;\n font-weight: 500;\n white-space: wrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item4 {\n grid-area: date;\n color: var(--slate10);\n font-size: 0.9rem;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n text-align: right !important;\n}\n\n.item5 {\n grid-area: author;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item6 {\n grid-area: recipe;\n white-space: wrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item7 {\n grid-area: description;\n white-space: wrap;\n color: var(--slate10);\n font-size: 0.9rem;\n}\n\n.item8 {\n grid-area: status;\n font-size: 0.9rem;\n}\n\n.status-label {\n font-weight: 500;\n}\n\n.item9 {\n grid-area: time;\n text-align: right !important;\n white-space: wrap;\n}\n\n.item10 {\n grid-area: cpu;\n text-align: right !important;\n white-space: wrap;\n}\n\n.link {\n text-decoration: none;\n color: var(--primary3);\n}\n\n.link:hover {\n color: var(--primary3);\n}\n\n.light-text {\n color: var(--slate10);\n font-size: 0.9rem;\n}\n\n.grid-container {\n display: grid;\n grid-template-areas: \"accountprj accountprj accountprj accountprj runworkspacedebug runworkspacedebug\" \"studyrun studyrun studyrun studyrun date date\" \"author recipe recipe recipe recipe recipe\" \"status status status status cpu time\" \"description description description description description description\";\n gap: 0.35rem;\n border: 0.1rem solid;\n align-items: center;\n padding: 0.35rem;\n transition: box-shadow 0.3s ease 0s, border-color 0.3s ease 0s;\n grid-template-rows: 52px 38px 46px 46px auto;\n border-radius: 6px;\n line-height: 1.5;\n}\n\n.grid-container:hover {\n box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px -2px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px, rgba(0, 0, 0, 0.09) 0px 5px 12px 4px;\n cursor: pointer;\n}\n\n.disable-click {\n box-shadow: none !important;\n cursor: default !important;\n}\n\n.grid-container > div {\n text-align: left;\n padding: 1rem;\n vertical-align: middle;\n}\n\n.description-expander {\n all: unset;\n}\n\n.description-expander:focus {\n outline: 0 !important;\n}\n\n@media (max-width: 600px) {\n .grid-container {\n display: grid;\n grid-template-areas: \"accountprj accountprj accountprj accountprj runworkspacedebug runworkspacedebug\" \"studyrun studyrun studyrun studyrun studyrun studyrun\" \"date date date date date date\" \"author author author recipe recipe recipe\" \"status status status status status status\" \"time time time cpu cpu cpu\" \"description description description description description description\";\n gap: 0.35rem;\n border: 0.1rem solid;\n align-items: center;\n padding: 0.15rem;\n transition: box-shadow 0.3s;\n grid-template-rows: 52px 52px 32px 32px 32px 32px auto;\n }\n .item1 {\n text-align: left !important;\n }\n .item2 {\n text-align: right !important;\n font-size: 1rem;\n white-space: nowrap;\n }\n .item3, .item4 {\n text-align: center !important;\n }\n .item5 {\n font-size: 0.8rem;\n }\n .item6 {\n white-space: nowrap;\n font-size: 0.8rem;\n }\n .item7 {\n font-size: 0.8rem;\n text-align: center !important;\n }\n .item8 {\n font-size: 1rem;\n text-align: center !important;\n }\n .item9 {\n text-align: left !important;\n font-size: 1rem;\n white-space: nowrap;\n }\n .item10 {\n text-align: right !important;\n }\n .grid-container > div {\n text-align: left;\n vertical-align: middle;\n }\n}\n.blink-effect {\n animation: blinker 5s linear infinite;\n}\n\n@keyframes blinker {\n 50% {\n border: 0.1rem solid white;\n }\n}";
|
|
47036
|
+
styleInject(css_248z$5);
|
|
47037
47037
|
|
|
47038
47038
|
var IconContext = /*#__PURE__*/createContext({});
|
|
47039
47039
|
var Context = IconContext;
|
|
@@ -49045,10 +49045,10 @@ var RunCard = function (_a) {
|
|
|
49045
49045
|
React__default.createElement("div", { className: 'item7' }, study ? study.spec.description : '--')),
|
|
49046
49046
|
seeAction && width && React__default.createElement(React__default.Fragment, null,
|
|
49047
49047
|
React__default.createElement("div", { className: 'item7' },
|
|
49048
|
-
React__default.createElement(Button, { style: (width > 600) ? { display: 'inline' } : { display: 'inline', float: 'left' }, disabled: !run || (run.status.status === dist.RunStatusEnum.Failed ||
|
|
49049
|
-
run.status.status === dist.RunStatusEnum.Succeeded ||
|
|
49050
|
-
run.status.status === dist.RunStatusEnum.Cancelled ||
|
|
49051
|
-
run.status.status === dist.RunStatusEnum.Unknown), onClick: function (e) {
|
|
49048
|
+
React__default.createElement(Button, { style: (width > 600) ? { display: 'inline' } : { display: 'inline', float: 'left' }, disabled: !run || (run.status.status === dist$1.RunStatusEnum.Failed ||
|
|
49049
|
+
run.status.status === dist$1.RunStatusEnum.Succeeded ||
|
|
49050
|
+
run.status.status === dist$1.RunStatusEnum.Cancelled ||
|
|
49051
|
+
run.status.status === dist$1.RunStatusEnum.Unknown), onClick: function (e) {
|
|
49052
49052
|
e.stopPropagation();
|
|
49053
49053
|
if (!run)
|
|
49054
49054
|
return;
|
|
@@ -49060,11 +49060,11 @@ var RunCard = function (_a) {
|
|
|
49060
49060
|
" Cancel")))));
|
|
49061
49061
|
};
|
|
49062
49062
|
|
|
49063
|
-
var css_248z$
|
|
49064
|
-
styleInject(css_248z$
|
|
49063
|
+
var css_248z$4 = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.card-group {\n border: 0.05rem solid var(--slate9);\n padding: 10px;\n margin: 0 0 10px 0;\n border-radius: 6px;\n background-color: \"#fff\" !important;\n}\n\n.expander {\n border: 0.05rem solid var(--slate9);\n padding: 10px;\n cursor: pointer;\n margin: 0 0 10px 0;\n transition: opacity 0.5s;\n border-radius: 6px;\n background-color: \"#fff\" !important;\n}\n\n.expander:hover {\n opacity: 0.7;\n}\n\n.expander > p {\n color: var(--primary3);\n display: inline;\n margin: 0 10px 0 0;\n text-align: left;\n}\n\n.arrow {\n float: right;\n padding: 0 10px 0 0;\n}";
|
|
49064
|
+
styleInject(css_248z$4);
|
|
49065
49065
|
|
|
49066
|
-
var css_248z$
|
|
49067
|
-
styleInject(css_248z$
|
|
49066
|
+
var css_248z$3 = ".card-param {\n padding: 15px;\n position: relative;\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n min-width: 0;\n word-wrap: break-word;\n background-color: #fff;\n background-clip: border-box;\n border: 1px solid rgba(0, 0, 0, 0.125);\n border-radius: 0.35rem;\n text-align: center !important;\n transition: box-shadow 0.3s ease 0s, border-color 0.3s ease 0s;\n}\n\n.card-description {\n font-size: 0.8rem;\n color: rgb(125, 125, 125);\n line-height: 1.5;\n margin: 10px 0 0 0;\n text-align: left !important;\n}\n\n.card-folder:hover {\n cursor: pointer;\n box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px -2px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px, rgba(0, 0, 0, 0.09) 0px 5px 12px 4px;\n}\n\n.title-param {\n color: v(--primary3);\n font-weight: bolder;\n}\n\n.value-param {\n font-size: 1.25rem;\n color: rgb(125, 125, 125);\n}\n\nhr {\n width: 100%;\n text-align: left;\n margin-top: 1rem 1rem 0 0;\n border: 0;\n border-top: 1px solid rgba(0, 0, 0, 0.1) !important;\n}";
|
|
49067
|
+
styleInject(css_248z$3);
|
|
49068
49068
|
|
|
49069
49069
|
var ParamCard = function (_a) {
|
|
49070
49070
|
var label = _a.label, value = _a.value, type = _a.type, description = _a.description;
|
|
@@ -49213,8 +49213,8 @@ var FolderCard = function (_a) {
|
|
|
49213
49213
|
open && React__default.createElement("div", { className: 'card-description' }, description));
|
|
49214
49214
|
};
|
|
49215
49215
|
|
|
49216
|
-
var css_248z$
|
|
49217
|
-
styleInject(css_248z$
|
|
49216
|
+
var css_248z$2 = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.cards {\n display: grid;\n grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n grid-auto-rows: auto;\n grid-gap: 1rem;\n}\n\n.cards-container {\n border: 1px solid rgba(0, 0, 0, 0.125);\n padding: 10px 0 0 0;\n margin: 10px 0 0 0;\n border-radius: 6px;\n}\n\n.cards-container-title {\n padding: 10px 10px 10px 10px;\n margin: 0 0 0 10px;\n font-size: 18px !important;\n}";
|
|
49217
|
+
styleInject(css_248z$2);
|
|
49218
49218
|
|
|
49219
49219
|
var RunContent = function (_a) {
|
|
49220
49220
|
var inputData = _a.inputData, projectOwner = _a.projectOwner, projectName = _a.projectName, studyId = _a.studyId, runId = _a.runId, client = _a.client, title = _a.title, style = _a.style, getFileCard = _a.getFileCard, getFolderCard = _a.getFolderCard;
|
|
@@ -49359,7 +49359,670 @@ var RunDetails = function (_a) {
|
|
|
49359
49359
|
React__default.createElement(RunContent, { title: 'Extra Inputs', inputData: extraInputs, projectName: projectName, projectOwner: projectOwner, studyId: run.status.job_id, runId: run.id || runId, client: client, style: style, getFileCard: getFileCard, getFolderCard: getFolderCard })));
|
|
49360
49360
|
};
|
|
49361
49361
|
|
|
49362
|
-
var css_248z = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.run-
|
|
49362
|
+
var css_248z$1 = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.run-progress {\n grid-area: runprogress;\n font-size: 0.9rem;\n text-align: left !important;\n}\n\n.run-link {\n grid-area: runlink;\n text-align: right !important;\n font-size: 1rem;\n white-space: nowrap;\n}\n\n.run-details {\n grid-area: rundetails;\n font-size: 0.9rem;\n}\n\n.study-run-container {\n display: grid;\n grid-template-areas: \"runprogress runprogress runprogress runprogress runprogress runlink\" \"rundetails rundetails rundetails rundetails rundetails rundetails\";\n gap: 0.35rem;\n border: 0.1rem solid;\n align-items: center;\n padding: 0.75rem;\n transition: box-shadow 0.3s ease 0s, border-color 0.3s ease 0s;\n grid-template-rows: max-content auto;\n border-radius: 6px;\n line-height: 1.5;\n}\n\n.study-run-container:hover {\n cursor: pointer;\n box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px -2px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px, rgba(0, 0, 0, 0.09) 0px 5px 12px 4px;\n}\n\n.run-navigator {\n display: grid;\n grid-template-columns: min-content auto min-content min-content;\n grid-auto-rows: auto;\n align-items: center;\n grid-gap: 0.9rem;\n}\n\n.run-pg-input {\n margin: 0 4px 0 4px;\n padding: 8px 8px;\n text-align: center;\n color: rgba(0, 0, 0, 0.8509803922);\n width: min-content;\n border-radius: 2px;\n font-size: 12px;\n border: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.container-scroll {\n display: inline-flex;\n flex-direction: row;\n overflow-x: auto;\n width: 100%;\n}\n\n.blink-effect {\n animation: blinker 5s linear infinite;\n}\n\n@keyframes blinker {\n 50% {\n border: 0.1rem solid white;\n }\n}";
|
|
49363
|
+
styleInject(css_248z$1);
|
|
49364
|
+
|
|
49365
|
+
var interopRequireDefault = createCommonjsModule(function (module) {
|
|
49366
|
+
function _interopRequireDefault(obj) {
|
|
49367
|
+
return obj && obj.__esModule ? obj : {
|
|
49368
|
+
"default": obj
|
|
49369
|
+
};
|
|
49370
|
+
}
|
|
49371
|
+
|
|
49372
|
+
module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
49373
|
+
});
|
|
49374
|
+
|
|
49375
|
+
var _extends_1 = createCommonjsModule(function (module) {
|
|
49376
|
+
function _extends() {
|
|
49377
|
+
module.exports = _extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
49378
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
49379
|
+
var source = arguments[i];
|
|
49380
|
+
|
|
49381
|
+
for (var key in source) {
|
|
49382
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
49383
|
+
target[key] = source[key];
|
|
49384
|
+
}
|
|
49385
|
+
}
|
|
49386
|
+
}
|
|
49387
|
+
|
|
49388
|
+
return target;
|
|
49389
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
49390
|
+
return _extends.apply(this, arguments);
|
|
49391
|
+
}
|
|
49392
|
+
|
|
49393
|
+
module.exports = _extends, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
49394
|
+
});
|
|
49395
|
+
|
|
49396
|
+
var classCallCheck = createCommonjsModule(function (module) {
|
|
49397
|
+
function _classCallCheck(instance, Constructor) {
|
|
49398
|
+
if (!(instance instanceof Constructor)) {
|
|
49399
|
+
throw new TypeError("Cannot call a class as a function");
|
|
49400
|
+
}
|
|
49401
|
+
}
|
|
49402
|
+
|
|
49403
|
+
module.exports = _classCallCheck, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
49404
|
+
});
|
|
49405
|
+
|
|
49406
|
+
var createClass = createCommonjsModule(function (module) {
|
|
49407
|
+
function _defineProperties(target, props) {
|
|
49408
|
+
for (var i = 0; i < props.length; i++) {
|
|
49409
|
+
var descriptor = props[i];
|
|
49410
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
49411
|
+
descriptor.configurable = true;
|
|
49412
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
49413
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
49414
|
+
}
|
|
49415
|
+
}
|
|
49416
|
+
|
|
49417
|
+
function _createClass(Constructor, protoProps, staticProps) {
|
|
49418
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
49419
|
+
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
49420
|
+
Object.defineProperty(Constructor, "prototype", {
|
|
49421
|
+
writable: false
|
|
49422
|
+
});
|
|
49423
|
+
return Constructor;
|
|
49424
|
+
}
|
|
49425
|
+
|
|
49426
|
+
module.exports = _createClass, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
49427
|
+
});
|
|
49428
|
+
|
|
49429
|
+
var setPrototypeOf = createCommonjsModule(function (module) {
|
|
49430
|
+
function _setPrototypeOf(o, p) {
|
|
49431
|
+
module.exports = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
|
|
49432
|
+
o.__proto__ = p;
|
|
49433
|
+
return o;
|
|
49434
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
49435
|
+
return _setPrototypeOf(o, p);
|
|
49436
|
+
}
|
|
49437
|
+
|
|
49438
|
+
module.exports = _setPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
49439
|
+
});
|
|
49440
|
+
|
|
49441
|
+
var inherits = createCommonjsModule(function (module) {
|
|
49442
|
+
function _inherits(subClass, superClass) {
|
|
49443
|
+
if (typeof superClass !== "function" && superClass !== null) {
|
|
49444
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
49445
|
+
}
|
|
49446
|
+
|
|
49447
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, {
|
|
49448
|
+
constructor: {
|
|
49449
|
+
value: subClass,
|
|
49450
|
+
writable: true,
|
|
49451
|
+
configurable: true
|
|
49452
|
+
}
|
|
49453
|
+
});
|
|
49454
|
+
Object.defineProperty(subClass, "prototype", {
|
|
49455
|
+
writable: false
|
|
49456
|
+
});
|
|
49457
|
+
if (superClass) setPrototypeOf(subClass, superClass);
|
|
49458
|
+
}
|
|
49459
|
+
|
|
49460
|
+
module.exports = _inherits, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
49461
|
+
});
|
|
49462
|
+
|
|
49463
|
+
var _typeof_1 = createCommonjsModule(function (module) {
|
|
49464
|
+
function _typeof(obj) {
|
|
49465
|
+
"@babel/helpers - typeof";
|
|
49466
|
+
|
|
49467
|
+
return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
49468
|
+
return typeof obj;
|
|
49469
|
+
} : function (obj) {
|
|
49470
|
+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
49471
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj);
|
|
49472
|
+
}
|
|
49473
|
+
|
|
49474
|
+
module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
49475
|
+
});
|
|
49476
|
+
|
|
49477
|
+
var assertThisInitialized = createCommonjsModule(function (module) {
|
|
49478
|
+
function _assertThisInitialized(self) {
|
|
49479
|
+
if (self === void 0) {
|
|
49480
|
+
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
49481
|
+
}
|
|
49482
|
+
|
|
49483
|
+
return self;
|
|
49484
|
+
}
|
|
49485
|
+
|
|
49486
|
+
module.exports = _assertThisInitialized, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
49487
|
+
});
|
|
49488
|
+
|
|
49489
|
+
var possibleConstructorReturn = createCommonjsModule(function (module) {
|
|
49490
|
+
var _typeof = _typeof_1["default"];
|
|
49491
|
+
|
|
49492
|
+
|
|
49493
|
+
|
|
49494
|
+
function _possibleConstructorReturn(self, call) {
|
|
49495
|
+
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
49496
|
+
return call;
|
|
49497
|
+
} else if (call !== void 0) {
|
|
49498
|
+
throw new TypeError("Derived constructors may only return object or undefined");
|
|
49499
|
+
}
|
|
49500
|
+
|
|
49501
|
+
return assertThisInitialized(self);
|
|
49502
|
+
}
|
|
49503
|
+
|
|
49504
|
+
module.exports = _possibleConstructorReturn, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
49505
|
+
});
|
|
49506
|
+
|
|
49507
|
+
var getPrototypeOf = createCommonjsModule(function (module) {
|
|
49508
|
+
function _getPrototypeOf(o) {
|
|
49509
|
+
module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
|
|
49510
|
+
return o.__proto__ || Object.getPrototypeOf(o);
|
|
49511
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
49512
|
+
return _getPrototypeOf(o);
|
|
49513
|
+
}
|
|
49514
|
+
|
|
49515
|
+
module.exports = _getPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
49516
|
+
});
|
|
49517
|
+
|
|
49518
|
+
var tableContext = createCommonjsModule(function (module, exports) {
|
|
49519
|
+
|
|
49520
|
+
|
|
49521
|
+
|
|
49522
|
+
Object.defineProperty(exports, "__esModule", {
|
|
49523
|
+
value: true
|
|
49524
|
+
});
|
|
49525
|
+
exports.Provider = exports.Consumer = void 0;
|
|
49526
|
+
|
|
49527
|
+
var _react = interopRequireDefault(React__default);
|
|
49528
|
+
|
|
49529
|
+
var _React$createContext = /*#__PURE__*/_react["default"].createContext({}),
|
|
49530
|
+
Provider = _React$createContext.Provider,
|
|
49531
|
+
Consumer = _React$createContext.Consumer;
|
|
49532
|
+
|
|
49533
|
+
exports.Consumer = Consumer;
|
|
49534
|
+
exports.Provider = Provider;
|
|
49535
|
+
});
|
|
49536
|
+
|
|
49537
|
+
var defineProperty = createCommonjsModule(function (module) {
|
|
49538
|
+
function _defineProperty(obj, key, value) {
|
|
49539
|
+
if (key in obj) {
|
|
49540
|
+
Object.defineProperty(obj, key, {
|
|
49541
|
+
value: value,
|
|
49542
|
+
enumerable: true,
|
|
49543
|
+
configurable: true,
|
|
49544
|
+
writable: true
|
|
49545
|
+
});
|
|
49546
|
+
} else {
|
|
49547
|
+
obj[key] = value;
|
|
49548
|
+
}
|
|
49549
|
+
|
|
49550
|
+
return obj;
|
|
49551
|
+
}
|
|
49552
|
+
|
|
49553
|
+
module.exports = _defineProperty, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
49554
|
+
});
|
|
49555
|
+
|
|
49556
|
+
var allowed_1 = createCommonjsModule(function (module, exports) {
|
|
49557
|
+
|
|
49558
|
+
|
|
49559
|
+
|
|
49560
|
+
Object.defineProperty(exports, "__esModule", {
|
|
49561
|
+
value: true
|
|
49562
|
+
});
|
|
49563
|
+
exports["default"] = void 0;
|
|
49564
|
+
|
|
49565
|
+
var _defineProperty2 = interopRequireDefault(defineProperty);
|
|
49566
|
+
|
|
49567
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
49568
|
+
|
|
49569
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2["default"])(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
49570
|
+
|
|
49571
|
+
var omit = function omit(obj, omitProps) {
|
|
49572
|
+
return Object.keys(obj).filter(function (key) {
|
|
49573
|
+
return omitProps.indexOf(key) === -1;
|
|
49574
|
+
}).reduce(function (returnObj, key) {
|
|
49575
|
+
return _objectSpread(_objectSpread({}, returnObj), {}, (0, _defineProperty2["default"])({}, key, obj[key]));
|
|
49576
|
+
}, {});
|
|
49577
|
+
};
|
|
49578
|
+
|
|
49579
|
+
var allowed = function allowed(props) {
|
|
49580
|
+
return omit(props, ['inHeader', 'columnKey', 'headers', 'forwardedRef']);
|
|
49581
|
+
};
|
|
49582
|
+
|
|
49583
|
+
var _default = allowed;
|
|
49584
|
+
exports["default"] = _default;
|
|
49585
|
+
});
|
|
49586
|
+
|
|
49587
|
+
var Table_1 = createCommonjsModule(function (module, exports) {
|
|
49588
|
+
|
|
49589
|
+
|
|
49590
|
+
|
|
49591
|
+
Object.defineProperty(exports, "__esModule", {
|
|
49592
|
+
value: true
|
|
49593
|
+
});
|
|
49594
|
+
exports["default"] = void 0;
|
|
49595
|
+
|
|
49596
|
+
var _extends2 = interopRequireDefault(_extends_1);
|
|
49597
|
+
|
|
49598
|
+
var _classCallCheck2 = interopRequireDefault(classCallCheck);
|
|
49599
|
+
|
|
49600
|
+
var _createClass2 = interopRequireDefault(createClass);
|
|
49601
|
+
|
|
49602
|
+
var _inherits2 = interopRequireDefault(inherits);
|
|
49603
|
+
|
|
49604
|
+
var _possibleConstructorReturn2 = interopRequireDefault(possibleConstructorReturn);
|
|
49605
|
+
|
|
49606
|
+
var _getPrototypeOf2 = interopRequireDefault(getPrototypeOf);
|
|
49607
|
+
|
|
49608
|
+
var _react = interopRequireDefault(React__default);
|
|
49609
|
+
|
|
49610
|
+
var _propTypes = interopRequireDefault(require$$7$1);
|
|
49611
|
+
|
|
49612
|
+
|
|
49613
|
+
|
|
49614
|
+
var _allowed = interopRequireDefault(allowed_1);
|
|
49615
|
+
|
|
49616
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2["default"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2["default"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2["default"])(this, result); }; }
|
|
49617
|
+
|
|
49618
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
49619
|
+
|
|
49620
|
+
var Table = /*#__PURE__*/function (_React$Component) {
|
|
49621
|
+
(0, _inherits2["default"])(Table, _React$Component);
|
|
49622
|
+
|
|
49623
|
+
var _super = _createSuper(Table);
|
|
49624
|
+
|
|
49625
|
+
function Table(props) {
|
|
49626
|
+
var _this;
|
|
49627
|
+
|
|
49628
|
+
(0, _classCallCheck2["default"])(this, Table);
|
|
49629
|
+
_this = _super.call(this, props);
|
|
49630
|
+
_this.state = {
|
|
49631
|
+
headers: {}
|
|
49632
|
+
};
|
|
49633
|
+
return _this;
|
|
49634
|
+
}
|
|
49635
|
+
|
|
49636
|
+
(0, _createClass2["default"])(Table, [{
|
|
49637
|
+
key: "render",
|
|
49638
|
+
value: function render() {
|
|
49639
|
+
var headers = this.state.headers;
|
|
49640
|
+
var _this$props = this.props,
|
|
49641
|
+
className = _this$props.className,
|
|
49642
|
+
forwardedRef = _this$props.forwardedRef;
|
|
49643
|
+
var classes = "".concat(className || '', " responsiveTable");
|
|
49644
|
+
return /*#__PURE__*/_react["default"].createElement(tableContext.Provider, {
|
|
49645
|
+
value: headers
|
|
49646
|
+
}, /*#__PURE__*/_react["default"].createElement("table", (0, _extends2["default"])({
|
|
49647
|
+
"data-testid": "table"
|
|
49648
|
+
}, (0, _allowed["default"])(this.props), {
|
|
49649
|
+
className: classes,
|
|
49650
|
+
ref: forwardedRef
|
|
49651
|
+
})));
|
|
49652
|
+
}
|
|
49653
|
+
}]);
|
|
49654
|
+
return Table;
|
|
49655
|
+
}(_react["default"].Component);
|
|
49656
|
+
|
|
49657
|
+
Table.propTypes = {
|
|
49658
|
+
className: _propTypes["default"].string,
|
|
49659
|
+
forwardedRef: _propTypes["default"].oneOfType([_propTypes["default"].func, _propTypes["default"].shape({
|
|
49660
|
+
current: _propTypes["default"].instanceOf(commonjsGlobal.Element)
|
|
49661
|
+
})])
|
|
49662
|
+
};
|
|
49663
|
+
Table.defaultProps = {
|
|
49664
|
+
className: undefined,
|
|
49665
|
+
forwardedRef: undefined
|
|
49666
|
+
};
|
|
49667
|
+
|
|
49668
|
+
var TableForwardRef = /*#__PURE__*/_react["default"].forwardRef(function (props, ref) {
|
|
49669
|
+
return /*#__PURE__*/_react["default"].createElement(Table, (0, _extends2["default"])({}, props, {
|
|
49670
|
+
forwardedRef: ref
|
|
49671
|
+
}));
|
|
49672
|
+
});
|
|
49673
|
+
|
|
49674
|
+
TableForwardRef.displayName = Table.name;
|
|
49675
|
+
var _default = TableForwardRef;
|
|
49676
|
+
exports["default"] = _default;
|
|
49677
|
+
});
|
|
49678
|
+
|
|
49679
|
+
var Tbody_1 = createCommonjsModule(function (module, exports) {
|
|
49680
|
+
|
|
49681
|
+
|
|
49682
|
+
|
|
49683
|
+
Object.defineProperty(exports, "__esModule", {
|
|
49684
|
+
value: true
|
|
49685
|
+
});
|
|
49686
|
+
exports["default"] = void 0;
|
|
49687
|
+
|
|
49688
|
+
var _extends2 = interopRequireDefault(_extends_1);
|
|
49689
|
+
|
|
49690
|
+
var _react = interopRequireDefault(React__default);
|
|
49691
|
+
|
|
49692
|
+
var _allowed = interopRequireDefault(allowed_1);
|
|
49693
|
+
|
|
49694
|
+
var Tbody = function Tbody(props) {
|
|
49695
|
+
return /*#__PURE__*/_react["default"].createElement("tbody", (0, _extends2["default"])({
|
|
49696
|
+
"data-testid": "tbody"
|
|
49697
|
+
}, (0, _allowed["default"])(props)));
|
|
49698
|
+
};
|
|
49699
|
+
|
|
49700
|
+
var _default = Tbody;
|
|
49701
|
+
exports["default"] = _default;
|
|
49702
|
+
});
|
|
49703
|
+
|
|
49704
|
+
var TdInner_1 = createCommonjsModule(function (module, exports) {
|
|
49705
|
+
|
|
49706
|
+
|
|
49707
|
+
|
|
49708
|
+
Object.defineProperty(exports, "__esModule", {
|
|
49709
|
+
value: true
|
|
49710
|
+
});
|
|
49711
|
+
exports["default"] = void 0;
|
|
49712
|
+
|
|
49713
|
+
var _extends2 = interopRequireDefault(_extends_1);
|
|
49714
|
+
|
|
49715
|
+
var _react = interopRequireDefault(React__default);
|
|
49716
|
+
|
|
49717
|
+
var _propTypes = interopRequireDefault(require$$7$1);
|
|
49718
|
+
|
|
49719
|
+
var _allowed = interopRequireDefault(allowed_1);
|
|
49720
|
+
|
|
49721
|
+
var TdInner = function TdInner(props) {
|
|
49722
|
+
var headers = props.headers,
|
|
49723
|
+
children = props.children,
|
|
49724
|
+
columnKey = props.columnKey,
|
|
49725
|
+
className = props.className,
|
|
49726
|
+
colSpan = props.colSpan;
|
|
49727
|
+
var classes = "".concat(className || '', " pivoted");
|
|
49728
|
+
|
|
49729
|
+
if (colSpan) {
|
|
49730
|
+
return /*#__PURE__*/_react["default"].createElement("td", (0, _extends2["default"])({
|
|
49731
|
+
"data-testid": "td"
|
|
49732
|
+
}, (0, _allowed["default"])(props)));
|
|
49733
|
+
}
|
|
49734
|
+
|
|
49735
|
+
return /*#__PURE__*/_react["default"].createElement("td", (0, _extends2["default"])({
|
|
49736
|
+
"data-testid": "td"
|
|
49737
|
+
}, (0, _allowed["default"])(props), {
|
|
49738
|
+
className: classes
|
|
49739
|
+
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
49740
|
+
"data-testid": "td-before",
|
|
49741
|
+
className: "tdBefore"
|
|
49742
|
+
}, headers[columnKey]), children !== null && children !== void 0 ? children : /*#__PURE__*/_react["default"].createElement("div", null, "\xA0"));
|
|
49743
|
+
};
|
|
49744
|
+
|
|
49745
|
+
TdInner.propTypes = {
|
|
49746
|
+
children: _propTypes["default"].node,
|
|
49747
|
+
headers: _propTypes["default"].shape({}),
|
|
49748
|
+
columnKey: _propTypes["default"].number,
|
|
49749
|
+
className: _propTypes["default"].string,
|
|
49750
|
+
colSpan: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string])
|
|
49751
|
+
};
|
|
49752
|
+
TdInner.defaultProps = {
|
|
49753
|
+
children: undefined,
|
|
49754
|
+
headers: undefined,
|
|
49755
|
+
columnKey: undefined,
|
|
49756
|
+
className: undefined,
|
|
49757
|
+
colSpan: undefined
|
|
49758
|
+
};
|
|
49759
|
+
var _default = TdInner;
|
|
49760
|
+
exports["default"] = _default;
|
|
49761
|
+
});
|
|
49762
|
+
|
|
49763
|
+
var Td_1 = createCommonjsModule(function (module, exports) {
|
|
49764
|
+
|
|
49765
|
+
|
|
49766
|
+
|
|
49767
|
+
Object.defineProperty(exports, "__esModule", {
|
|
49768
|
+
value: true
|
|
49769
|
+
});
|
|
49770
|
+
exports["default"] = void 0;
|
|
49771
|
+
|
|
49772
|
+
var _extends2 = interopRequireDefault(_extends_1);
|
|
49773
|
+
|
|
49774
|
+
var _react = interopRequireDefault(React__default);
|
|
49775
|
+
|
|
49776
|
+
|
|
49777
|
+
|
|
49778
|
+
var _TdInner = interopRequireDefault(TdInner_1);
|
|
49779
|
+
|
|
49780
|
+
var Td = function Td(props) {
|
|
49781
|
+
return /*#__PURE__*/_react["default"].createElement(tableContext.Consumer, null, function (headers) {
|
|
49782
|
+
return /*#__PURE__*/_react["default"].createElement(_TdInner["default"], (0, _extends2["default"])({}, props, {
|
|
49783
|
+
headers: headers
|
|
49784
|
+
}));
|
|
49785
|
+
});
|
|
49786
|
+
};
|
|
49787
|
+
|
|
49788
|
+
var _default = Td;
|
|
49789
|
+
exports["default"] = _default;
|
|
49790
|
+
});
|
|
49791
|
+
|
|
49792
|
+
var Th_1 = createCommonjsModule(function (module, exports) {
|
|
49793
|
+
|
|
49794
|
+
|
|
49795
|
+
|
|
49796
|
+
Object.defineProperty(exports, "__esModule", {
|
|
49797
|
+
value: true
|
|
49798
|
+
});
|
|
49799
|
+
exports["default"] = void 0;
|
|
49800
|
+
|
|
49801
|
+
var _extends2 = interopRequireDefault(_extends_1);
|
|
49802
|
+
|
|
49803
|
+
var _react = interopRequireDefault(React__default);
|
|
49804
|
+
|
|
49805
|
+
var _allowed = interopRequireDefault(allowed_1);
|
|
49806
|
+
|
|
49807
|
+
var Th = function Th(props) {
|
|
49808
|
+
return /*#__PURE__*/_react["default"].createElement("th", (0, _extends2["default"])({
|
|
49809
|
+
"data-testid": "th"
|
|
49810
|
+
}, (0, _allowed["default"])(props)));
|
|
49811
|
+
};
|
|
49812
|
+
|
|
49813
|
+
var _default = Th;
|
|
49814
|
+
exports["default"] = _default;
|
|
49815
|
+
});
|
|
49816
|
+
|
|
49817
|
+
var Thead_1 = createCommonjsModule(function (module, exports) {
|
|
49818
|
+
|
|
49819
|
+
|
|
49820
|
+
|
|
49821
|
+
Object.defineProperty(exports, "__esModule", {
|
|
49822
|
+
value: true
|
|
49823
|
+
});
|
|
49824
|
+
exports["default"] = void 0;
|
|
49825
|
+
|
|
49826
|
+
var _extends2 = interopRequireDefault(_extends_1);
|
|
49827
|
+
|
|
49828
|
+
var _react = interopRequireDefault(React__default);
|
|
49829
|
+
|
|
49830
|
+
var _propTypes = interopRequireDefault(require$$7$1);
|
|
49831
|
+
|
|
49832
|
+
var _allowed = interopRequireDefault(allowed_1);
|
|
49833
|
+
|
|
49834
|
+
var Thead = function Thead(props) {
|
|
49835
|
+
var children = props.children;
|
|
49836
|
+
return /*#__PURE__*/_react["default"].createElement("thead", (0, _extends2["default"])({
|
|
49837
|
+
"data-testid": "thead"
|
|
49838
|
+
}, (0, _allowed["default"])(props)), /*#__PURE__*/_react["default"].cloneElement(children, {
|
|
49839
|
+
inHeader: true
|
|
49840
|
+
}));
|
|
49841
|
+
};
|
|
49842
|
+
|
|
49843
|
+
Thead.propTypes = {
|
|
49844
|
+
children: _propTypes["default"].node
|
|
49845
|
+
};
|
|
49846
|
+
Thead.defaultProps = {
|
|
49847
|
+
children: undefined
|
|
49848
|
+
};
|
|
49849
|
+
var _default = Thead;
|
|
49850
|
+
exports["default"] = _default;
|
|
49851
|
+
});
|
|
49852
|
+
|
|
49853
|
+
var TrInner_1 = createCommonjsModule(function (module, exports) {
|
|
49854
|
+
|
|
49855
|
+
|
|
49856
|
+
|
|
49857
|
+
Object.defineProperty(exports, "__esModule", {
|
|
49858
|
+
value: true
|
|
49859
|
+
});
|
|
49860
|
+
exports["default"] = void 0;
|
|
49861
|
+
|
|
49862
|
+
var _extends2 = interopRequireDefault(_extends_1);
|
|
49863
|
+
|
|
49864
|
+
var _classCallCheck2 = interopRequireDefault(classCallCheck);
|
|
49865
|
+
|
|
49866
|
+
var _createClass2 = interopRequireDefault(createClass);
|
|
49867
|
+
|
|
49868
|
+
var _inherits2 = interopRequireDefault(inherits);
|
|
49869
|
+
|
|
49870
|
+
var _possibleConstructorReturn2 = interopRequireDefault(possibleConstructorReturn);
|
|
49871
|
+
|
|
49872
|
+
var _getPrototypeOf2 = interopRequireDefault(getPrototypeOf);
|
|
49873
|
+
|
|
49874
|
+
var _react = interopRequireDefault(React__default);
|
|
49875
|
+
|
|
49876
|
+
var _propTypes = interopRequireDefault(require$$7$1);
|
|
49877
|
+
|
|
49878
|
+
var _allowed = interopRequireDefault(allowed_1);
|
|
49879
|
+
|
|
49880
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2["default"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2["default"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2["default"])(this, result); }; }
|
|
49881
|
+
|
|
49882
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
49883
|
+
|
|
49884
|
+
var TrInner = /*#__PURE__*/function (_React$Component) {
|
|
49885
|
+
(0, _inherits2["default"])(TrInner, _React$Component);
|
|
49886
|
+
|
|
49887
|
+
var _super = _createSuper(TrInner);
|
|
49888
|
+
|
|
49889
|
+
function TrInner(props) {
|
|
49890
|
+
var _this;
|
|
49891
|
+
|
|
49892
|
+
(0, _classCallCheck2["default"])(this, TrInner);
|
|
49893
|
+
_this = _super.call(this, props);
|
|
49894
|
+
var headers = props.headers;
|
|
49895
|
+
|
|
49896
|
+
if (headers && props.inHeader) {
|
|
49897
|
+
_react["default"].Children.map(props.children, function (child, i) {
|
|
49898
|
+
if (child) {
|
|
49899
|
+
headers[i] = child.props.children;
|
|
49900
|
+
}
|
|
49901
|
+
});
|
|
49902
|
+
}
|
|
49903
|
+
|
|
49904
|
+
return _this;
|
|
49905
|
+
}
|
|
49906
|
+
|
|
49907
|
+
(0, _createClass2["default"])(TrInner, [{
|
|
49908
|
+
key: "render",
|
|
49909
|
+
value: function render() {
|
|
49910
|
+
var children = this.props.children;
|
|
49911
|
+
return /*#__PURE__*/_react["default"].createElement("tr", (0, _extends2["default"])({
|
|
49912
|
+
"data-testid": "tr"
|
|
49913
|
+
}, (0, _allowed["default"])(this.props)), children && _react["default"].Children.map(children, function (child, i) {
|
|
49914
|
+
return child && /*#__PURE__*/_react["default"].cloneElement(child, {
|
|
49915
|
+
// eslint-disable-next-line react/no-array-index-key
|
|
49916
|
+
key: i,
|
|
49917
|
+
columnKey: i
|
|
49918
|
+
});
|
|
49919
|
+
}));
|
|
49920
|
+
}
|
|
49921
|
+
}]);
|
|
49922
|
+
return TrInner;
|
|
49923
|
+
}(_react["default"].Component);
|
|
49924
|
+
|
|
49925
|
+
TrInner.propTypes = {
|
|
49926
|
+
children: _propTypes["default"].node,
|
|
49927
|
+
headers: _propTypes["default"].shape({}),
|
|
49928
|
+
inHeader: _propTypes["default"].bool
|
|
49929
|
+
};
|
|
49930
|
+
TrInner.defaultProps = {
|
|
49931
|
+
children: undefined,
|
|
49932
|
+
headers: undefined,
|
|
49933
|
+
inHeader: undefined
|
|
49934
|
+
};
|
|
49935
|
+
var _default = TrInner;
|
|
49936
|
+
exports["default"] = _default;
|
|
49937
|
+
});
|
|
49938
|
+
|
|
49939
|
+
var Tr_1 = createCommonjsModule(function (module, exports) {
|
|
49940
|
+
|
|
49941
|
+
|
|
49942
|
+
|
|
49943
|
+
Object.defineProperty(exports, "__esModule", {
|
|
49944
|
+
value: true
|
|
49945
|
+
});
|
|
49946
|
+
exports["default"] = void 0;
|
|
49947
|
+
|
|
49948
|
+
var _extends2 = interopRequireDefault(_extends_1);
|
|
49949
|
+
|
|
49950
|
+
var _react = interopRequireDefault(React__default);
|
|
49951
|
+
|
|
49952
|
+
|
|
49953
|
+
|
|
49954
|
+
var _TrInner = interopRequireDefault(TrInner_1);
|
|
49955
|
+
|
|
49956
|
+
var Tr = function Tr(props) {
|
|
49957
|
+
return /*#__PURE__*/_react["default"].createElement(tableContext.Consumer, null, function (headers) {
|
|
49958
|
+
return /*#__PURE__*/_react["default"].createElement(_TrInner["default"], (0, _extends2["default"])({}, props, {
|
|
49959
|
+
headers: headers
|
|
49960
|
+
}));
|
|
49961
|
+
});
|
|
49962
|
+
};
|
|
49963
|
+
|
|
49964
|
+
var _default = Tr;
|
|
49965
|
+
exports["default"] = _default;
|
|
49966
|
+
});
|
|
49967
|
+
|
|
49968
|
+
var dist = createCommonjsModule(function (module, exports) {
|
|
49969
|
+
|
|
49970
|
+
|
|
49971
|
+
|
|
49972
|
+
Object.defineProperty(exports, "__esModule", {
|
|
49973
|
+
value: true
|
|
49974
|
+
});
|
|
49975
|
+
Object.defineProperty(exports, "Table", {
|
|
49976
|
+
enumerable: true,
|
|
49977
|
+
get: function get() {
|
|
49978
|
+
return _Table["default"];
|
|
49979
|
+
}
|
|
49980
|
+
});
|
|
49981
|
+
Object.defineProperty(exports, "Tbody", {
|
|
49982
|
+
enumerable: true,
|
|
49983
|
+
get: function get() {
|
|
49984
|
+
return _Tbody["default"];
|
|
49985
|
+
}
|
|
49986
|
+
});
|
|
49987
|
+
Object.defineProperty(exports, "Td", {
|
|
49988
|
+
enumerable: true,
|
|
49989
|
+
get: function get() {
|
|
49990
|
+
return _Td["default"];
|
|
49991
|
+
}
|
|
49992
|
+
});
|
|
49993
|
+
Object.defineProperty(exports, "Th", {
|
|
49994
|
+
enumerable: true,
|
|
49995
|
+
get: function get() {
|
|
49996
|
+
return _Th["default"];
|
|
49997
|
+
}
|
|
49998
|
+
});
|
|
49999
|
+
Object.defineProperty(exports, "Thead", {
|
|
50000
|
+
enumerable: true,
|
|
50001
|
+
get: function get() {
|
|
50002
|
+
return _Thead["default"];
|
|
50003
|
+
}
|
|
50004
|
+
});
|
|
50005
|
+
Object.defineProperty(exports, "Tr", {
|
|
50006
|
+
enumerable: true,
|
|
50007
|
+
get: function get() {
|
|
50008
|
+
return _Tr["default"];
|
|
50009
|
+
}
|
|
50010
|
+
});
|
|
50011
|
+
|
|
50012
|
+
var _Table = interopRequireDefault(Table_1);
|
|
50013
|
+
|
|
50014
|
+
var _Tbody = interopRequireDefault(Tbody_1);
|
|
50015
|
+
|
|
50016
|
+
var _Td = interopRequireDefault(Td_1);
|
|
50017
|
+
|
|
50018
|
+
var _Th = interopRequireDefault(Th_1);
|
|
50019
|
+
|
|
50020
|
+
var _Thead = interopRequireDefault(Thead_1);
|
|
50021
|
+
|
|
50022
|
+
var _Tr = interopRequireDefault(Tr_1);
|
|
50023
|
+
});
|
|
50024
|
+
|
|
50025
|
+
var css_248z = "/* inspired by: https://css-tricks.com/responsive-data-tables/ */\n.responsiveTable {\n width: 100%;\n}\n\n.responsiveTable td .tdBefore {\n display: none;\n}\n\n@media screen and (max-width: 40em) {\n /*\n Force table elements to not behave like tables anymore\n Hide table headers (but not display: none;, for accessibility)\n */\n\n .responsiveTable table,\n .responsiveTable thead,\n .responsiveTable tbody,\n .responsiveTable th,\n .responsiveTable td,\n .responsiveTable tr {\n display: block;\n }\n\n .responsiveTable thead tr {\n position: absolute;\n top: -9999px;\n left: -9999px;\n border-bottom: 2px solid #333;\n }\n\n .responsiveTable tbody tr {\n border: 1px solid #000;\n padding: .25em;\n }\n\n .responsiveTable td.pivoted {\n /* Behave like a \"row\" */\n border: none !important;\n position: relative;\n padding-left: calc(50% + 10px) !important;\n text-align: left !important;\n white-space: pre-wrap;\n overflow-wrap: break-word;\n }\n\n .responsiveTable td .tdBefore {\n /* Now like a table header */\n position: absolute;\n display: block;\n\n /* Top/left values mimic padding */\n left: 1rem;\n width: calc(50% - 20px);\n white-space: pre-wrap;\n overflow-wrap: break-word;\n text-align: left !important;\n font-weight: 600;\n }\n}\n";
|
|
49363
50026
|
styleInject(css_248z);
|
|
49364
50027
|
|
|
49365
50028
|
var RunRow = function (_a) {
|
|
@@ -49383,13 +50046,51 @@ var RunRow = function (_a) {
|
|
|
49383
50046
|
return (__assign(__assign({}, prevHover), (_a = {}, _a[id] = value, _a)));
|
|
49384
50047
|
});
|
|
49385
50048
|
}, [hover]);
|
|
50049
|
+
/**
|
|
50050
|
+
* Show extra inputs
|
|
50051
|
+
*/
|
|
50052
|
+
var _f = useState([]), extraInputs = _f[0], setExtraInputs = _f[1];
|
|
50053
|
+
useEffect(function () {
|
|
50054
|
+
if (!run || !index)
|
|
50055
|
+
return;
|
|
50056
|
+
var recipeInputNames = [];
|
|
50057
|
+
if (run.recipe && run.recipe.inputs) {
|
|
50058
|
+
recipeInputNames = run.recipe.inputs.map(function (i) { return i.name; });
|
|
50059
|
+
}
|
|
50060
|
+
var extraInputs = [
|
|
50061
|
+
{
|
|
50062
|
+
name: 'ID',
|
|
50063
|
+
value: index
|
|
50064
|
+
},
|
|
50065
|
+
{
|
|
50066
|
+
name: 'steps',
|
|
50067
|
+
value: "".concat(run.meta.progress.completed, " / ").concat(run.meta.progress.total)
|
|
50068
|
+
},
|
|
50069
|
+
];
|
|
50070
|
+
if (run.status) {
|
|
50071
|
+
run.status.inputs.forEach(function (i) {
|
|
50072
|
+
if (!recipeInputNames.includes(i.name)) {
|
|
50073
|
+
extraInputs.push(i);
|
|
50074
|
+
}
|
|
50075
|
+
});
|
|
50076
|
+
}
|
|
50077
|
+
setExtraInputs(extraInputs);
|
|
50078
|
+
}, [run, index]);
|
|
49386
50079
|
return React__default.createElement("div", { style: __assign(__assign({}, style), { margin: '10px 0 0 0', borderColor: (_c = (_b = statusMap[run.status.status]) === null || _b === void 0 ? void 0 : _b.color) !== null && _c !== void 0 ? _c : '#d0d7de' }), key: run.id, tabIndex: 0, role: 'button', onClick: function () { return setOpen(function (p) { return !p; }); }, className: (!run.status.finished_at)
|
|
49387
50080
|
? 'study-run-container blink-effect'
|
|
49388
50081
|
: 'study-run-container' },
|
|
49389
|
-
React__default.createElement("div", { className: 'run-
|
|
49390
|
-
|
|
49391
|
-
|
|
49392
|
-
|
|
50082
|
+
React__default.createElement("div", { className: 'run-progress' }, extraInputs.length > 0 &&
|
|
50083
|
+
React__default.createElement(dist.Table, null,
|
|
50084
|
+
React__default.createElement(dist.Thead, null,
|
|
50085
|
+
React__default.createElement(dist.Tr, null, extraInputs.map(function (_a) {
|
|
50086
|
+
var name = _a.name;
|
|
50087
|
+
return React__default.createElement(dist.Th, null, name);
|
|
50088
|
+
}))),
|
|
50089
|
+
React__default.createElement(dist.Tbody, null,
|
|
50090
|
+
React__default.createElement(dist.Tr, null, extraInputs.map(function (_a) {
|
|
50091
|
+
var value = _a.value;
|
|
50092
|
+
return React__default.createElement(dist.Td, null, value);
|
|
50093
|
+
}))))),
|
|
49393
50094
|
run &&
|
|
49394
50095
|
React__default.createElement("div", { className: 'run-link' },
|
|
49395
50096
|
React__default.createElement("span", { title: 'Go to run page' },
|
|
@@ -49415,12 +50116,16 @@ var RunRow = function (_a) {
|
|
|
49415
50116
|
React__default.createElement("span", { title: 'Go to debug page' },
|
|
49416
50117
|
React__default.createElement(PartitionOutlined$1, { onClick: function (e) {
|
|
49417
50118
|
e.stopPropagation();
|
|
50119
|
+
if (!run.status.finished_at)
|
|
50120
|
+
return;
|
|
49418
50121
|
document.location = "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(run.status.job_id, "/runs/").concat(run.id, "?tab=debug");
|
|
49419
50122
|
}, onMouseOver: function (e) {
|
|
49420
50123
|
toggleHover('debugOver', true);
|
|
49421
50124
|
}, onMouseLeave: function (e) {
|
|
49422
50125
|
toggleHover('debugOver', false);
|
|
49423
|
-
}, style: { color: "".concat(
|
|
50126
|
+
}, style: { color: "".concat((!run.status.finished_at) ? 'gray'
|
|
50127
|
+
: hover.debugOver ? '#40a9ff'
|
|
50128
|
+
: '#000') } }))),
|
|
49424
50129
|
open && React__default.createElement("div", { className: 'run-details' },
|
|
49425
50130
|
React__default.createElement(RunDetails, { projectOwner: projectOwner, projectName: projectName, run: run, authUser: authUser, client: client, getFileCard: getFileCard, getFolderCard: getFolderCard, style: style })));
|
|
49426
50131
|
};
|