@banyan_cloud/roots 1.0.97 → 1.0.99
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/dist/cjs/index.js +258 -137
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +258 -138
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +258 -138
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -4855,9 +4855,9 @@ var getCSSVariableValue = function getCSSVariableValue(variable) {
|
|
|
4855
4855
|
|
|
4856
4856
|
var e$1=[],t=[];function n(n,r){if(n&&"undefined"!=typeof document){var a,s=!0===r.prepend?"prepend":"append",d=!0===r.singleTag,i="string"==typeof r.container?document.querySelector(r.container):document.getElementsByTagName("head")[0];if(d){var u=e$1.indexOf(i);-1===u&&(u=e$1.push(i)-1,t[u]={}),a=t[u]&&t[u][s]?t[u][s]:t[u][s]=c();}else a=c();65279===n.charCodeAt(0)&&(n=n.substring(1)),a.styleSheet?a.styleSheet.cssText+=n:a.appendChild(document.createTextNode(n));}function c(){var e=document.createElement("style");if(e.setAttribute("type","text/css"),r.attributes)for(var t=Object.keys(r.attributes),n=0;n<t.length;n++)e.setAttribute(t[n],r.attributes[t[n]]);var a="prepend"===s?"afterbegin":"beforeend";return i.insertAdjacentElement(a,e),e}}
|
|
4857
4857
|
|
|
4858
|
-
var css$
|
|
4858
|
+
var css$18 = ".BaseCell_module_root__81e07d2d {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n padding: 0.5rem;\n gap: 0.5rem;\n flex: none;\n height: 3rem;\n background: var(--white);\n max-width: 100%;\n max-height: 100%;\n}\n.BaseCell_module_root__81e07d2d > [data-elem*=component] {\n display: inline-block;\n max-height: 100%;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_sm__81e07d2d {\n width: 9.063rem;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_md__81e07d2d {\n width: 15.625rem;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_lg__81e07d2d {\n width: 21.875rem;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_auto__81e07d2d {\n width: auto;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_borderRadiusDefault__81e07d2d {\n border-radius: 0.25rem;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_borderRadiusRound__81e07d2d {\n border-radius: 50%;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_borderRadiusEllipse__81e07d2d {\n border-radius: 1.563rem;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_flexible__81e07d2d {\n flex-grow: 1;\n flex-shrink: 1;\n min-width: 3rem;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_flexible__81e07d2d.BaseCell_module_sm__81e07d2d {\n min-width: 9.063rem;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_flexible__81e07d2d.BaseCell_module_md__81e07d2d {\n min-width: 15.625rem;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_flexible__81e07d2d.BaseCell_module_lg__81e07d2d {\n min-width: 21.875rem;\n}";
|
|
4859
4859
|
var modules_3af9b74c = {"root":"BaseCell_module_root__81e07d2d","sm":"BaseCell_module_sm__81e07d2d","md":"BaseCell_module_md__81e07d2d","lg":"BaseCell_module_lg__81e07d2d","auto":"BaseCell_module_auto__81e07d2d","border-radius-default":"BaseCell_module_borderRadiusDefault__81e07d2d","border-radius-round":"BaseCell_module_borderRadiusRound__81e07d2d","border-radius-ellipse":"BaseCell_module_borderRadiusEllipse__81e07d2d","flexible":"BaseCell_module_flexible__81e07d2d"};
|
|
4860
|
-
n(css$
|
|
4860
|
+
n(css$18,{});
|
|
4861
4861
|
|
|
4862
4862
|
var BaseCell = /*#__PURE__*/React.forwardRef(function BaseCell(props, ref) {
|
|
4863
4863
|
var className = props.className,
|
|
@@ -4937,9 +4937,9 @@ var defaultProps = {
|
|
|
4937
4937
|
attrs: {}
|
|
4938
4938
|
};
|
|
4939
4939
|
|
|
4940
|
-
var css$
|
|
4940
|
+
var css$17 = "button.BaseButton_module_root__39a3f3ec[data-elem=base-cell] {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n display: inline-flex;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n border: none;\n background: none;\n padding: 0.5rem 0.75rem;\n}\nbutton.BaseButton_module_root__39a3f3ec[data-elem=base-cell]:focus {\n outline: 1px solid var(--highlight);\n}\nbutton.BaseButton_module_root__39a3f3ec[data-elem=base-cell]:active {\n outline: none;\n}\nbutton.BaseButton_module_root__39a3f3ec[data-elem=base-cell]:disabled {\n cursor: not-allowed;\n}\nbutton.BaseButton_module_root__39a3f3ec[data-elem=base-cell].BaseButton_module_contained__39a3f3ec {\n background: var(--black);\n color: var(--white);\n}\nbutton.BaseButton_module_root__39a3f3ec[data-elem=base-cell].BaseButton_module_outlined__39a3f3ec {\n color: var(--black);\n border: 1px solid var(--black);\n}\nbutton.BaseButton_module_root__39a3f3ec[data-elem=base-cell].BaseButton_module_text__39a3f3ec {\n color: var(--black);\n}\nbutton.BaseButton_module_root__39a3f3ec[data-elem=base-cell] [data-elem*=component] {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\nbutton.BaseButton_module_root__39a3f3ec[data-elem=base-cell] [data-elem=component2] {\n min-width: 0;\n}\nbutton.BaseButton_module_root__39a3f3ec[data-elem=base-cell] [data-elem=title] {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n}";
|
|
4941
4941
|
var modules_ab72627b = {"root":"BaseButton_module_root__39a3f3ec","contained":"BaseButton_module_contained__39a3f3ec","outlined":"BaseButton_module_outlined__39a3f3ec","text":"BaseButton_module_text__39a3f3ec"};
|
|
4942
|
-
n(css$
|
|
4942
|
+
n(css$17,{});
|
|
4943
4943
|
|
|
4944
4944
|
var BaseButton = /*#__PURE__*/React.forwardRef(function BaseButton(props, ref) {
|
|
4945
4945
|
var className = props.className,
|
|
@@ -4998,9 +4998,9 @@ BaseButton.defaultProps = _objectSpread2(_objectSpread2({}, BaseCell.defaultProp
|
|
|
4998
4998
|
variant: 'contained'
|
|
4999
4999
|
});
|
|
5000
5000
|
|
|
5001
|
-
var css$
|
|
5001
|
+
var css$16 = ".Button_module_root__0be1a26c[data-elem=base-cell] {\n cursor: pointer;\n}\n.Button_module_root__0be1a26c[data-elem=base-cell] [data-elem=component2] [data-elem=title] {\n font-weight: 500;\n font-size: 0.875rem;\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_primary__0be1a26c.Button_module_contained__0be1a26c {\n background-color: var(--highlight);\n color: var(--white);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_primary__0be1a26c.Button_module_outlined__0be1a26c {\n background-color: transparent;\n border-color: var(--highlight);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_primary__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell].Button_module_primary__0be1a26c.Button_module_text__0be1a26c {\n color: var(--highlight);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_success__0be1a26c.Button_module_contained__0be1a26c {\n background-color: var(--success);\n color: var(--white);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_success__0be1a26c.Button_module_outlined__0be1a26c {\n background-color: transparent;\n border-color: var(--success);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_success__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell].Button_module_success__0be1a26c.Button_module_text__0be1a26c {\n color: var(--success);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_danger__0be1a26c.Button_module_contained__0be1a26c {\n background-color: var(--error);\n color: var(--white);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_danger__0be1a26c.Button_module_outlined__0be1a26c {\n background-color: transparent;\n border-color: var(--error);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_danger__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell].Button_module_danger__0be1a26c.Button_module_text__0be1a26c {\n color: var(--error);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_warning__0be1a26c.Button_module_contained__0be1a26c {\n background-color: var(--warning);\n color: var(--white);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_warning__0be1a26c.Button_module_outlined__0be1a26c {\n background-color: transparent;\n border-color: var(--warning);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_warning__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell].Button_module_warning__0be1a26c.Button_module_text__0be1a26c {\n color: var(--warning);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_primary__0be1a26c.Button_module_contained__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_success__0be1a26c.Button_module_contained__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_danger__0be1a26c.Button_module_contained__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_warning__0be1a26c.Button_module_contained__0be1a26c {\n background-color: var(--grey4);\n color: var(--grey);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_primary__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_success__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_danger__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_warning__0be1a26c.Button_module_outlined__0be1a26c {\n background-color: transparent;\n border-color: var(--grey);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_primary__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_primary__0be1a26c.Button_module_text__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_success__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_success__0be1a26c.Button_module_text__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_danger__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_danger__0be1a26c.Button_module_text__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_warning__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_warning__0be1a26c.Button_module_text__0be1a26c {\n color: var(--grey);\n}";
|
|
5002
5002
|
var modules_b0070f27 = {"root":"Button_module_root__0be1a26c","primary":"Button_module_primary__0be1a26c","contained":"Button_module_contained__0be1a26c","outlined":"Button_module_outlined__0be1a26c","text":"Button_module_text__0be1a26c","success":"Button_module_success__0be1a26c","danger":"Button_module_danger__0be1a26c","warning":"Button_module_warning__0be1a26c"};
|
|
5003
|
-
n(css$
|
|
5003
|
+
n(css$16,{});
|
|
5004
5004
|
|
|
5005
5005
|
var Button = /*#__PURE__*/React.forwardRef(function Button(props, ref) {
|
|
5006
5006
|
var className = props.className,
|
|
@@ -5044,9 +5044,9 @@ Button.defaultProps = _objectSpread2(_objectSpread2({}, BaseButton.defaultProps)
|
|
|
5044
5044
|
radius: 'default'
|
|
5045
5045
|
});
|
|
5046
5046
|
|
|
5047
|
-
var css$
|
|
5047
|
+
var css$15 = ".Chip_module_root__0aa07630[data-elem=base-cell] {\n position: relative;\n}\n.Chip_module_root__0aa07630[data-elem=base-cell] [data-elem=component2] [data-elem=title] {\n font-weight: 500;\n font-size: 0.875rem;\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_sm__0aa07630 {\n height: 2rem;\n padding: 0.188rem 0.5rem;\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_md__0aa07630 {\n height: 2.25rem;\n padding: 0.563rem 1rem;\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_status__0aa07630.Chip_module_success__0aa07630 {\n background-color: var(--success-bg);\n color: var(--success);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_status__0aa07630.Chip_module_info__0aa07630 {\n background-color: var(--info-bg);\n color: var(--info);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_status__0aa07630.Chip_module_danger__0aa07630 {\n background-color: var(--error-bg);\n color: var(--error);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_status__0aa07630.Chip_module_warning__0aa07630 {\n background-color: var(--warning-bg);\n color: var(--warning);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_status__0aa07630.Chip_module_default__0aa07630 {\n background-color: var(--grey5);\n color: var(--grey);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_status__0aa07630:hover {\n box-shadow: -2px -2px 4px rgba(166, 166, 166, 0.25), 2px 2px 4px rgba(166, 166, 166, 0.24);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630 {\n border-width: 1px;\n border-style: solid;\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_success__0aa07630 {\n background-color: var(--success-bg);\n color: var(--success);\n border-color: var(--success-outline);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_success__0aa07630:hover {\n background-color: var(--success-outline);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_info__0aa07630 {\n background-color: var(--info-bg);\n color: var(--info);\n border-color: var(--info-outline);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_info__0aa07630:hover {\n background-color: var(--info-outline);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_danger__0aa07630 {\n background-color: var(--error-bg);\n color: var(--error);\n border-color: var(--error-outline);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_danger__0aa07630:hover {\n background-color: var(--error-outline);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_warning__0aa07630 {\n background-color: var(--warning-bg);\n color: var(--warning);\n border-color: var(--warning-outline);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_warning__0aa07630:hover {\n background-color: var(--warning-outline);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_default__0aa07630 {\n background-color: var(--grey8);\n color: var(--grey);\n border-color: var(--grey6);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_default__0aa07630:hover {\n background-color: var(--grey6);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell]:disabled.Chip_module_status__0aa07630, .Chip_module_root__0aa07630[data-elem=base-cell]:disabled.Chip_module_input__0aa07630 {\n filter: grayscale(1);\n border-color: var(--grey4);\n background-color: var(--grey5);\n color: var(--grey2);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell]:disabled.Chip_module_status__0aa07630 [data-elem=component1],\n.Chip_module_root__0aa07630[data-elem=base-cell]:disabled.Chip_module_status__0aa07630 [data-elem=component3], .Chip_module_root__0aa07630[data-elem=base-cell]:disabled.Chip_module_input__0aa07630 [data-elem=component1],\n.Chip_module_root__0aa07630[data-elem=base-cell]:disabled.Chip_module_input__0aa07630 [data-elem=component3] {\n opacity: 0.5;\n}\n.Chip_module_root__0aa07630[data-elem=base-cell]:disabled.Chip_module_status__0aa07630:hover, .Chip_module_root__0aa07630[data-elem=base-cell]:disabled.Chip_module_input__0aa07630:hover {\n box-shadow: none;\n background-color: var(--grey5);\n}";
|
|
5048
5048
|
var modules_31aa5fd7 = {"root":"Chip_module_root__0aa07630","sm":"Chip_module_sm__0aa07630","md":"Chip_module_md__0aa07630","status":"Chip_module_status__0aa07630","success":"Chip_module_success__0aa07630","info":"Chip_module_info__0aa07630","danger":"Chip_module_danger__0aa07630","warning":"Chip_module_warning__0aa07630","default":"Chip_module_default__0aa07630","input":"Chip_module_input__0aa07630"};
|
|
5049
|
-
n(css$
|
|
5049
|
+
n(css$15,{});
|
|
5050
5050
|
|
|
5051
5051
|
var Chip = /*#__PURE__*/React.forwardRef(function Chip(props, ref) {
|
|
5052
5052
|
var className = props.className,
|
|
@@ -5300,49 +5300,54 @@ var CheckboxIcon = {
|
|
|
5300
5300
|
var className = props.className;
|
|
5301
5301
|
return /*#__PURE__*/jsxRuntime.jsxs("svg", {
|
|
5302
5302
|
className: className,
|
|
5303
|
-
viewBox: "0 0
|
|
5303
|
+
viewBox: "0 0 20 20",
|
|
5304
5304
|
fill: "none",
|
|
5305
5305
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5306
5306
|
children: [/*#__PURE__*/jsxRuntime.jsx("rect", {
|
|
5307
|
-
x: "0.
|
|
5308
|
-
y: "0.
|
|
5309
|
-
width: "
|
|
5310
|
-
height: "
|
|
5311
|
-
rx: "
|
|
5312
|
-
fill: "
|
|
5307
|
+
x: "0.5",
|
|
5308
|
+
y: "0.5",
|
|
5309
|
+
width: "19",
|
|
5310
|
+
height: "19",
|
|
5311
|
+
rx: "5.5",
|
|
5312
|
+
fill: "white"
|
|
5313
5313
|
}), /*#__PURE__*/jsxRuntime.jsx("path", {
|
|
5314
|
-
d: "
|
|
5315
|
-
stroke: "
|
|
5314
|
+
d: "M14.6668 6.5L8.25016 12.9167L5.3335 10",
|
|
5315
|
+
stroke: "#0F62FE",
|
|
5316
5316
|
strokeWidth: "2",
|
|
5317
5317
|
strokeLinecap: "round",
|
|
5318
5318
|
strokeLinejoin: "round"
|
|
5319
5319
|
}), /*#__PURE__*/jsxRuntime.jsx("rect", {
|
|
5320
|
-
x: "0.
|
|
5321
|
-
y: "0.
|
|
5322
|
-
width: "
|
|
5323
|
-
height: "
|
|
5324
|
-
rx: "
|
|
5325
|
-
stroke: "#
|
|
5326
|
-
strokeWidth: "1.4"
|
|
5320
|
+
x: "0.5",
|
|
5321
|
+
y: "0.5",
|
|
5322
|
+
width: "19",
|
|
5323
|
+
height: "19",
|
|
5324
|
+
rx: "5.5",
|
|
5325
|
+
stroke: "#0F62FE"
|
|
5327
5326
|
})]
|
|
5328
5327
|
});
|
|
5329
5328
|
},
|
|
5330
5329
|
UnChecked: function UnChecked(props) {
|
|
5331
5330
|
var className = props.className;
|
|
5332
|
-
return /*#__PURE__*/jsxRuntime.
|
|
5331
|
+
return /*#__PURE__*/jsxRuntime.jsxs("svg", {
|
|
5333
5332
|
className: className,
|
|
5334
|
-
viewBox: "0 0
|
|
5333
|
+
viewBox: "0 0 20 20",
|
|
5335
5334
|
fill: "none",
|
|
5336
5335
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5337
|
-
children: /*#__PURE__*/jsxRuntime.jsx("rect", {
|
|
5338
|
-
x: "0.
|
|
5339
|
-
y: "0.
|
|
5340
|
-
width: "
|
|
5341
|
-
height: "
|
|
5342
|
-
rx: "
|
|
5343
|
-
|
|
5344
|
-
|
|
5345
|
-
|
|
5336
|
+
children: [/*#__PURE__*/jsxRuntime.jsx("rect", {
|
|
5337
|
+
x: "0.5",
|
|
5338
|
+
y: "0.5",
|
|
5339
|
+
width: "19",
|
|
5340
|
+
height: "19",
|
|
5341
|
+
rx: "5.5",
|
|
5342
|
+
fill: "white"
|
|
5343
|
+
}), /*#__PURE__*/jsxRuntime.jsx("rect", {
|
|
5344
|
+
x: "0.5",
|
|
5345
|
+
y: "0.5",
|
|
5346
|
+
width: "19",
|
|
5347
|
+
height: "19",
|
|
5348
|
+
rx: "5.5",
|
|
5349
|
+
stroke: "#888888"
|
|
5350
|
+
})]
|
|
5346
5351
|
});
|
|
5347
5352
|
}
|
|
5348
5353
|
};
|
|
@@ -5358,21 +5363,28 @@ var RadioIcon = {
|
|
|
5358
5363
|
var className = props.className;
|
|
5359
5364
|
return /*#__PURE__*/jsxRuntime.jsxs("svg", {
|
|
5360
5365
|
className: className,
|
|
5361
|
-
viewBox: "0 0
|
|
5366
|
+
viewBox: "0 0 20 20",
|
|
5362
5367
|
fill: "none",
|
|
5363
5368
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5364
|
-
children: [/*#__PURE__*/jsxRuntime.jsx("
|
|
5365
|
-
|
|
5366
|
-
|
|
5367
|
-
|
|
5368
|
-
|
|
5369
|
-
|
|
5370
|
-
|
|
5369
|
+
children: [/*#__PURE__*/jsxRuntime.jsx("rect", {
|
|
5370
|
+
x: "0.5",
|
|
5371
|
+
y: "0.5",
|
|
5372
|
+
width: "19",
|
|
5373
|
+
height: "19",
|
|
5374
|
+
rx: "9.5",
|
|
5375
|
+
fill: "#EDF5FF"
|
|
5371
5376
|
}), /*#__PURE__*/jsxRuntime.jsx("circle", {
|
|
5372
|
-
cx: "
|
|
5373
|
-
cy: "
|
|
5374
|
-
r: "
|
|
5375
|
-
fill: "
|
|
5377
|
+
cx: "10",
|
|
5378
|
+
cy: "10",
|
|
5379
|
+
r: "4",
|
|
5380
|
+
fill: "#0F62FE"
|
|
5381
|
+
}), /*#__PURE__*/jsxRuntime.jsx("rect", {
|
|
5382
|
+
x: "0.5",
|
|
5383
|
+
y: "0.5",
|
|
5384
|
+
width: "19",
|
|
5385
|
+
height: "19",
|
|
5386
|
+
rx: "9.5",
|
|
5387
|
+
stroke: "#0F62FE"
|
|
5376
5388
|
})]
|
|
5377
5389
|
});
|
|
5378
5390
|
},
|
|
@@ -5380,15 +5392,16 @@ var RadioIcon = {
|
|
|
5380
5392
|
var className = props.className;
|
|
5381
5393
|
return /*#__PURE__*/jsxRuntime.jsx("svg", {
|
|
5382
5394
|
className: className,
|
|
5383
|
-
viewBox: "0 0
|
|
5395
|
+
viewBox: "0 0 20 20",
|
|
5384
5396
|
fill: "none",
|
|
5385
5397
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5386
|
-
children: /*#__PURE__*/jsxRuntime.jsx("
|
|
5387
|
-
|
|
5388
|
-
|
|
5389
|
-
|
|
5390
|
-
|
|
5391
|
-
|
|
5398
|
+
children: /*#__PURE__*/jsxRuntime.jsx("rect", {
|
|
5399
|
+
x: "0.5",
|
|
5400
|
+
y: "0.5",
|
|
5401
|
+
width: "19",
|
|
5402
|
+
height: "19",
|
|
5403
|
+
rx: "9.5",
|
|
5404
|
+
stroke: "#888888"
|
|
5392
5405
|
})
|
|
5393
5406
|
});
|
|
5394
5407
|
}
|
|
@@ -5418,9 +5431,9 @@ Server.defaultProps = {
|
|
|
5418
5431
|
className: ''
|
|
5419
5432
|
};
|
|
5420
5433
|
|
|
5421
|
-
var css$
|
|
5434
|
+
var css$14 = ".Arrow_module_right__19f08663 {\n transform: rotate(0deg);\n}\n\n.Arrow_module_left__19f08663 {\n transform: rotate(180deg);\n}\n\n.Arrow_module_bottom__19f08663 {\n transform: rotate(90deg);\n}\n\n.Arrow_module_top__19f08663 {\n transform: rotate(270deg);\n}";
|
|
5422
5435
|
var modules_e313d483 = {"right":"Arrow_module_right__19f08663","left":"Arrow_module_left__19f08663","bottom":"Arrow_module_bottom__19f08663","top":"Arrow_module_top__19f08663"};
|
|
5423
|
-
n(css$
|
|
5436
|
+
n(css$14,{});
|
|
5424
5437
|
|
|
5425
5438
|
var Arrow$1 = function Arrow(props) {
|
|
5426
5439
|
var className = props.className,
|
|
@@ -5440,9 +5453,9 @@ Arrow$1.defaultProps = {
|
|
|
5440
5453
|
position: 'right'
|
|
5441
5454
|
};
|
|
5442
5455
|
|
|
5443
|
-
var css$
|
|
5456
|
+
var css$13 = ".Chevron_module_left__8b1808eb {\n transform: rotate(0deg);\n}\n\n.Chevron_module_bottom__8b1808eb {\n transform: rotate(90deg);\n}\n\n.Chevron_module_right__8b1808eb {\n transform: rotate(180deg);\n}\n\n.Chevron_module_top__8b1808eb {\n transform: rotate(270deg);\n}";
|
|
5444
5457
|
var modules_bf5b0b74 = {"left":"Chevron_module_left__8b1808eb","bottom":"Chevron_module_bottom__8b1808eb","right":"Chevron_module_right__8b1808eb","top":"Chevron_module_top__8b1808eb"};
|
|
5445
|
-
n(css$
|
|
5458
|
+
n(css$13,{});
|
|
5446
5459
|
|
|
5447
5460
|
var Chevron = function Chevron(props) {
|
|
5448
5461
|
var className = props.className,
|
|
@@ -5805,9 +5818,9 @@ var Close = function Close(_ref) {
|
|
|
5805
5818
|
});
|
|
5806
5819
|
};
|
|
5807
5820
|
|
|
5808
|
-
var css$
|
|
5821
|
+
var css$12 = ".Sort_module_root__5112e35d.Sort_module_orderAz__5112e35d {\n transform: none;\n}\n.Sort_module_root__5112e35d.Sort_module_orderZa__5112e35d {\n transform: rotate(180deg);\n}";
|
|
5809
5822
|
var modules_501919d9 = {"root":"Sort_module_root__5112e35d","order-az":"Sort_module_orderAz__5112e35d","order-za":"Sort_module_orderZa__5112e35d"};
|
|
5810
|
-
n(css$
|
|
5823
|
+
n(css$12,{});
|
|
5811
5824
|
|
|
5812
5825
|
var Sort = function Sort(_ref) {
|
|
5813
5826
|
var className = _ref.className,
|
|
@@ -6495,9 +6508,9 @@ var Databases = {
|
|
|
6495
6508
|
MySql: MySql
|
|
6496
6509
|
};
|
|
6497
6510
|
|
|
6498
|
-
var css$
|
|
6511
|
+
var css$11 = ".Accordion_module_root__679b7121 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n width: 100%;\n}\n.Accordion_module_root__679b7121 > .Accordion_module_header__679b7121[data-elem=base-cell] {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 0.5rem;\n padding: 0.5rem 1rem;\n cursor: pointer;\n}\n.Accordion_module_root__679b7121 > .Accordion_module_header__679b7121[data-elem=base-cell] > [data-elem=component1] {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.Accordion_module_root__679b7121 > .Accordion_module_header__679b7121[data-elem=base-cell] > [data-elem=component1] .Accordion_module_icon__679b7121 {\n transform: rotate(-90deg);\n width: 1rem;\n height: 1rem;\n fill: var(--dark-grey);\n}\n.Accordion_module_root__679b7121 > .Accordion_module_header__679b7121[data-elem=base-cell] .Accordion_module_title__679b7121 {\n flex: 1 1 auto;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.Accordion_module_root__679b7121 > .Accordion_module_header__679b7121[data-elem=base-cell]:hover {\n background: var(--background);\n}\n.Accordion_module_root__679b7121 > .Accordion_module_header__679b7121[data-elem=base-cell]:hover .Accordion_module_icon__679b7121,\n.Accordion_module_root__679b7121 > .Accordion_module_header__679b7121[data-elem=base-cell]:hover .Accordion_module_title__679b7121 {\n color: var(--highlight);\n fill: var(--highlight);\n}\n.Accordion_module_root__679b7121 > .Accordion_module_body__679b7121 {\n display: none;\n padding: 0.5rem 2.5rem;\n}\n.Accordion_module_root__679b7121.Accordion_module_open__679b7121 > .Accordion_module_header__679b7121[data-elem=base-cell] [data-elem=component1] .Accordion_module_icon__679b7121 {\n transform: none;\n}\n.Accordion_module_root__679b7121.Accordion_module_open__679b7121 > .Accordion_module_body__679b7121 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n}\n.Accordion_module_root__679b7121.Accordion_module_open__679b7121 > .Accordion_module_body__679b7121 > button[data-elem=base-cell] {\n width: -webkit-fit-content;\n width: -moz-fit-content;\n width: fit-content;\n align-self: flex-end;\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n align-items: center;\n}\n.Accordion_module_root__679b7121.Accordion_module_open__679b7121 > .Accordion_module_body__679b7121 > button[data-elem=base-cell] .Accordion_module_expand__679b7121 {\n height: 1.5rem;\n width: 1.5rem;\n}";
|
|
6499
6512
|
var modules_8207625f = {"root":"Accordion_module_root__679b7121","header":"Accordion_module_header__679b7121","icon":"Accordion_module_icon__679b7121","title":"Accordion_module_title__679b7121","body":"Accordion_module_body__679b7121","open":"Accordion_module_open__679b7121","expand":"Accordion_module_expand__679b7121"};
|
|
6500
|
-
n(css$
|
|
6513
|
+
n(css$11,{});
|
|
6501
6514
|
|
|
6502
6515
|
var Accordion = function Accordion(props) {
|
|
6503
6516
|
var open = props.open,
|
|
@@ -10434,13 +10447,13 @@ const useListNavigation = function (_ref, _temp2) {
|
|
|
10434
10447
|
};
|
|
10435
10448
|
};
|
|
10436
10449
|
|
|
10437
|
-
var css
|
|
10450
|
+
var css$10 = ".Alert_module_root__f2bc8467 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: flex-start;\n position: fixed;\n padding: 0.938rem;\n width: 500px;\n}\n.Alert_module_root__f2bc8467.Alert_module_positionBottomCenter__f2bc8467 {\n left: 50%;\n bottom: 1rem;\n transform: translate(-50%, 0);\n}\n.Alert_module_root__f2bc8467.Alert_module_positionTopRight__f2bc8467 {\n right: 1rem;\n top: 1rem;\n}\n.Alert_module_root__f2bc8467 .Alert_module_left__f2bc8467 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: flex-start;\n}\n.Alert_module_root__f2bc8467 .Alert_module_left__f2bc8467 .Alert_module_icons__f2bc8467 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 0.313rem 0.938rem 0rem 0rem;\n height: auto;\n}\n.Alert_module_root__f2bc8467 .Alert_module_left__f2bc8467 .Alert_module_icons__f2bc8467 .Alert_module_icon__f2bc8467 {\n width: 1.25rem;\n height: 1.25rem;\n}\n.Alert_module_root__f2bc8467 .Alert_module_left__f2bc8467 .Alert_module_content__f2bc8467 {\n padding: 0.188rem 0.938rem 0rem 0rem;\n}\n.Alert_module_root__f2bc8467 .Alert_module_left__f2bc8467 .Alert_module_content__f2bc8467 .Alert_module_title__f2bc8467 {\n font-size: 0.875rem;\n font-weight: 600;\n padding-right: 2px;\n}\n.Alert_module_root__f2bc8467 .Alert_module_left__f2bc8467 .Alert_module_content__f2bc8467 .Alert_module_description__f2bc8467 {\n word-wrap: break-word;\n height: auto;\n font-size: 0.875rem;\n font-weight: 400;\n margin-bottom: 0.5rem;\n}\n.Alert_module_root__f2bc8467 .Alert_module_actions__f2bc8467 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: flex-start;\n gap: 5px;\n}\n.Alert_module_root__f2bc8467 .Alert_module_actions__f2bc8467 .Alert_module_button__f2bc8467 {\n padding: 0.313rem 1rem;\n font-weight: 400;\n}\n.Alert_module_root__f2bc8467 .Alert_module_actions__f2bc8467 .Alert_module_close__f2bc8467 {\n height: auto;\n}\n.Alert_module_root__f2bc8467 .Alert_module_actions__f2bc8467 .Alert_module_close__f2bc8467 .Alert_module_icon__f2bc8467 {\n width: 1.25rem;\n height: 1.25rem;\n fill: var(--black);\n}\n.Alert_module_root__f2bc8467.Alert_module_borderDefault__f2bc8467 {\n border-width: 0.063rem;\n}\n.Alert_module_root__f2bc8467.Alert_module_borderThickLeft__f2bc8467 {\n border-width: 0.063rem 0.063rem 0.063rem 0.25rem;\n}\n.Alert_module_root__f2bc8467.Alert_module_borderNone__f2bc8467 {\n border-width: 0rem 0rem 0rem 0.25rem;\n}\n.Alert_module_root__f2bc8467.Alert_module_info__f2bc8467 {\n border-style: solid;\n border-color: var(--info);\n background-color: #edf5ff;\n}\n.Alert_module_root__f2bc8467.Alert_module_info__f2bc8467 .Alert_module_icon__f2bc8467 {\n fill: var(--info);\n}\n.Alert_module_root__f2bc8467.Alert_module_success__f2bc8467 {\n border-style: solid;\n border-color: var(--success);\n background-color: var(--success-bg);\n}\n.Alert_module_root__f2bc8467.Alert_module_success__f2bc8467 .Alert_module_icon__f2bc8467 {\n fill: var(--success);\n}\n.Alert_module_root__f2bc8467.Alert_module_danger__f2bc8467 {\n border-style: solid;\n border-color: var(--error);\n background-color: var(--error-bg);\n}\n.Alert_module_root__f2bc8467.Alert_module_danger__f2bc8467 .Alert_module_icon__f2bc8467 {\n fill: var(--error);\n}\n.Alert_module_root__f2bc8467.Alert_module_warning__f2bc8467 {\n border-style: solid;\n border-color: var(--warning);\n background-color: var(--warning-bg);\n}\n.Alert_module_root__f2bc8467.Alert_module_warning__f2bc8467 .Alert_module_icon__f2bc8467 {\n fill: var(--warning);\n}\n.Alert_module_root__f2bc8467.Alert_module_shadow__f2bc8467 {\n box-shadow: 0.125rem 0.5rem 1rem rgba(60, 60, 60, 0.12);\n}";
|
|
10438
10451
|
var modules_3a764ea3 = {"root":"Alert_module_root__f2bc8467","position-bottom-center":"Alert_module_positionBottomCenter__f2bc8467","position-top-right":"Alert_module_positionTopRight__f2bc8467","left":"Alert_module_left__f2bc8467","icons":"Alert_module_icons__f2bc8467","icon":"Alert_module_icon__f2bc8467","content":"Alert_module_content__f2bc8467","title":"Alert_module_title__f2bc8467","description":"Alert_module_description__f2bc8467","actions":"Alert_module_actions__f2bc8467","button":"Alert_module_button__f2bc8467","close":"Alert_module_close__f2bc8467","border-default":"Alert_module_borderDefault__f2bc8467","border-thick-left":"Alert_module_borderThickLeft__f2bc8467","border-none":"Alert_module_borderNone__f2bc8467","info":"Alert_module_info__f2bc8467","success":"Alert_module_success__f2bc8467","danger":"Alert_module_danger__f2bc8467","warning":"Alert_module_warning__f2bc8467","shadow":"Alert_module_shadow__f2bc8467"};
|
|
10439
|
-
n(css
|
|
10452
|
+
n(css$10,{});
|
|
10440
10453
|
|
|
10441
|
-
var css
|
|
10454
|
+
var css$$ = ".Popper_module_backdrop__0c794282 {\n position: fixed;\n z-index: 100;\n inset: 0;\n background: rgba(0, 0, 0, 0.4);\n}\n.Popper_module_backdrop__0c794282.Popper_module_transparent__0c794282 {\n background: none;\n}\n.Popper_module_backdrop__0c794282.Popper_module_hideBackdrop__0c794282 {\n position: static !important;\n}";
|
|
10442
10455
|
var modules_fe46b225 = {"backdrop":"Popper_module_backdrop__0c794282","transparent":"Popper_module_transparent__0c794282","hide-backdrop":"Popper_module_hideBackdrop__0c794282"};
|
|
10443
|
-
n(css
|
|
10456
|
+
n(css$$,{});
|
|
10444
10457
|
|
|
10445
10458
|
var Popper = function Popper(props) {
|
|
10446
10459
|
var open = props.open,
|
|
@@ -10611,13 +10624,13 @@ Alert.defaultProps = {
|
|
|
10611
10624
|
position: 'bottom-center'
|
|
10612
10625
|
};
|
|
10613
10626
|
|
|
10614
|
-
var css$
|
|
10627
|
+
var css$_ = ".Breadcrumbs_module_root__f527a278 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 0.5rem;\n width: auto;\n}\n.Breadcrumbs_module_root__f527a278 .Breadcrumbs_module_seperator__f527a278 {\n width: 1.5rem;\n height: 1.5rem;\n stroke: var(--grey2);\n}\n.Breadcrumbs_module_root__f527a278 button.Breadcrumbs_module_expand__f527a278[data-elem=base-cell] {\n background: var(--grey6);\n color: var(--dark-grey);\n height: 0.75rem;\n padding: 0.25rem;\n}\n.Breadcrumbs_module_root__f527a278 button.Breadcrumbs_module_expand__f527a278[data-elem=base-cell] [data-elem=title] {\n margin-bottom: 0.4rem;\n}\n.Breadcrumbs_module_root__f527a278 .Breadcrumbs_module_crumb__f527a278 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n color: var(--grey2);\n}\n.Breadcrumbs_module_root__f527a278 .Breadcrumbs_module_crumb__f527a278.Breadcrumbs_module_active__f527a278 {\n color: var(--black);\n}\n.Breadcrumbs_module_root__f527a278 .Breadcrumbs_module_crumb__f527a278:hover:not(.Breadcrumbs_module_active__f527a278) {\n color: var(--info);\n}\n.Breadcrumbs_module_root__f527a278.Breadcrumbs_module_themeLight__f527a278 .Breadcrumbs_module_crumb__f527a278 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n color: var(--grey2);\n}\n.Breadcrumbs_module_root__f527a278.Breadcrumbs_module_themeLight__f527a278 .Breadcrumbs_module_crumb__f527a278.Breadcrumbs_module_active__f527a278 {\n color: var(--black);\n}\n.Breadcrumbs_module_root__f527a278.Breadcrumbs_module_themeLight__f527a278 .Breadcrumbs_module_crumb__f527a278:hover:not(.Breadcrumbs_module_active__f527a278) {\n color: var(--info);\n}\n.Breadcrumbs_module_root__f527a278.Breadcrumbs_module_themeDark__f527a278 .Breadcrumbs_module_crumb__f527a278 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n color: var(--grey2);\n}\n.Breadcrumbs_module_root__f527a278.Breadcrumbs_module_themeDark__f527a278 .Breadcrumbs_module_crumb__f527a278.Breadcrumbs_module_active__f527a278 {\n color: var(--white);\n}\n.Breadcrumbs_module_root__f527a278.Breadcrumbs_module_themeDark__f527a278 .Breadcrumbs_module_crumb__f527a278:hover:not(.Breadcrumbs_module_active__f527a278) {\n color: var(--info);\n}";
|
|
10615
10628
|
var modules_651f50a9 = {"root":"Breadcrumbs_module_root__f527a278","seperator":"Breadcrumbs_module_seperator__f527a278","expand":"Breadcrumbs_module_expand__f527a278","crumb":"Breadcrumbs_module_crumb__f527a278","active":"Breadcrumbs_module_active__f527a278","theme-light":"Breadcrumbs_module_themeLight__f527a278","theme-dark":"Breadcrumbs_module_themeDark__f527a278"};
|
|
10616
|
-
n(css$
|
|
10629
|
+
n(css$_,{});
|
|
10617
10630
|
|
|
10618
|
-
var css$
|
|
10631
|
+
var css$Z = ".Text_module_root__71f59b14 {\n color: var(--dark-grey);\n}\n.Text_module_root__71f59b14.Text_module_h1__71f59b14 {\n font-size: 2.25rem;\n line-height: 2.75rem;\n}\n.Text_module_root__71f59b14.Text_module_h2__71f59b14 {\n font-size: 1.375rem;\n line-height: 1.688rem;\n}\n.Text_module_root__71f59b14.Text_module_b1__71f59b14 {\n font-size: 1rem;\n line-height: 1.188rem;\n}\n.Text_module_root__71f59b14.Text_module_b2__71f59b14 {\n font-size: 0.875rem;\n line-height: 1.188rem;\n}\n.Text_module_root__71f59b14.Text_module_b3__71f59b14 {\n font-size: 0.75rem;\n line-height: 1.063rem;\n}\n.Text_module_root__71f59b14.Text_module_regularStroke__71f59b14 {\n font-weight: 400;\n}\n.Text_module_root__71f59b14.Text_module_mediumStroke__71f59b14 {\n font-weight: 500;\n}\n.Text_module_root__71f59b14.Text_module_semiboldStroke__71f59b14 {\n font-weight: 600;\n}\n.Text_module_root__71f59b14.Text_module_boldStroke__71f59b14 {\n font-weight: 800;\n}";
|
|
10619
10632
|
var modules_22fa3f10 = {"root":"Text_module_root__71f59b14","h1":"Text_module_h1__71f59b14","h2":"Text_module_h2__71f59b14","b1":"Text_module_b1__71f59b14","b2":"Text_module_b2__71f59b14","b3":"Text_module_b3__71f59b14","regular-stroke":"Text_module_regularStroke__71f59b14","medium-stroke":"Text_module_mediumStroke__71f59b14","semibold-stroke":"Text_module_semiboldStroke__71f59b14","bold-stroke":"Text_module_boldStroke__71f59b14"};
|
|
10620
|
-
n(css$
|
|
10633
|
+
n(css$Z,{});
|
|
10621
10634
|
|
|
10622
10635
|
// eslint-disable-next-line prefer-arrow-callback
|
|
10623
10636
|
var Text = /*#__PURE__*/React.forwardRef(function Text(props, ref) {
|
|
@@ -10668,9 +10681,9 @@ Text.defaultProps = {
|
|
|
10668
10681
|
attrs: {}
|
|
10669
10682
|
};
|
|
10670
10683
|
|
|
10671
|
-
var css$
|
|
10684
|
+
var css$Y = ".Link_module_root__51df30d3 {\n color: var(--highlight);\n text-decoration: none;\n}\n.Link_module_root__51df30d3.Link_module_underlineNone__51df30d3 {\n text-decoration: none;\n}\n.Link_module_root__51df30d3.Link_module_underlineHover__51df30d3:hover {\n text-decoration: underline;\n}\n.Link_module_root__51df30d3.Link_module_underlineAlways__51df30d3 {\n text-decoration: underline;\n}";
|
|
10672
10685
|
var modules_475441e2 = {"root":"Link_module_root__51df30d3","underline-none":"Link_module_underlineNone__51df30d3","underline-hover":"Link_module_underlineHover__51df30d3","underline-always":"Link_module_underlineAlways__51df30d3"};
|
|
10673
|
-
n(css$
|
|
10686
|
+
n(css$Y,{});
|
|
10674
10687
|
|
|
10675
10688
|
var Link = /*#__PURE__*/React.forwardRef(function Link(props, ref) {
|
|
10676
10689
|
var variant = props.variant,
|
|
@@ -19121,10 +19134,10 @@ function markup$1(Prism) {
|
|
|
19121
19134
|
Prism.languages.rss = Prism.languages.xml;
|
|
19122
19135
|
}
|
|
19123
19136
|
|
|
19124
|
-
var css_1 = css$
|
|
19125
|
-
css$
|
|
19126
|
-
css$
|
|
19127
|
-
function css$
|
|
19137
|
+
var css_1 = css$X;
|
|
19138
|
+
css$X.displayName = 'css';
|
|
19139
|
+
css$X.aliases = [];
|
|
19140
|
+
function css$X(Prism) {
|
|
19128
19141
|
(function (Prism) {
|
|
19129
19142
|
var string =
|
|
19130
19143
|
/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;
|
|
@@ -19426,7 +19439,7 @@ var h = hastscript.exports;
|
|
|
19426
19439
|
var decode$1 = parseEntities_1;
|
|
19427
19440
|
var Prism = prismCore.exports;
|
|
19428
19441
|
var markup = markup_1;
|
|
19429
|
-
var css$
|
|
19442
|
+
var css$W = css_1;
|
|
19430
19443
|
var clike = clike_1;
|
|
19431
19444
|
var js = javascript_1;
|
|
19432
19445
|
|
|
@@ -19454,7 +19467,7 @@ refract.listLanguages = listLanguages;
|
|
|
19454
19467
|
|
|
19455
19468
|
// Register bundled grammars.
|
|
19456
19469
|
register$1(markup);
|
|
19457
|
-
register$1(css$
|
|
19470
|
+
register$1(css$W);
|
|
19458
19471
|
register$1(clike);
|
|
19459
19472
|
register$1(js);
|
|
19460
19473
|
|
|
@@ -44122,9 +44135,9 @@ var oneLight = {
|
|
|
44122
44135
|
}
|
|
44123
44136
|
};
|
|
44124
44137
|
|
|
44125
|
-
var css$
|
|
44138
|
+
var css$V = ".CodeSnippet_module_root__96cf727a {\n padding: 0.5rem, 1rem;\n position: relative;\n}\n.CodeSnippet_module_root__96cf727a .CodeSnippet_module_code__96cf727a {\n font-family: monospace;\n font-size: 1rem;\n}\n.CodeSnippet_module_root__96cf727a .CodeSnippet_module_copy__96cf727a {\n position: absolute;\n right: 1rem;\n top: 0.5rem;\n cursor: pointer;\n}\n.CodeSnippet_module_root__96cf727a .CodeSnippet_module_copy__96cf727a .CodeSnippet_module_icon__96cf727a {\n width: 1.5rem;\n height: 1.5rem;\n}\n.CodeSnippet_module_root__96cf727a .CodeSnippet_module_copy__96cf727a .CodeSnippet_module_icon__96cf727a.CodeSnippet_module_dark__96cf727a {\n fill: var(--white);\n}\n.CodeSnippet_module_root__96cf727a .CodeSnippet_module_copy__96cf727a .CodeSnippet_module_icon__96cf727a.CodeSnippet_module_light__96cf727a {\n fill: var(--black);\n}\n.CodeSnippet_module_root__96cf727a .CodeSnippet_module_copy__96cf727a .CodeSnippet_module_notCopied__96cf727a {\n display: none;\n}\n.CodeSnippet_module_root__96cf727a .CodeSnippet_module_copy__96cf727a .CodeSnippet_module_copied__96cf727a {\n position: absolute;\n right: 1.375rem;\n top: 2.188rem;\n padding: 0.5rem;\n border-radius: 0.25rem;\n background-color: var(--highlight);\n color: var(--grey10);\n}";
|
|
44126
44139
|
var modules_c548043f = {"root":"CodeSnippet_module_root__96cf727a","code":"CodeSnippet_module_code__96cf727a","copy":"CodeSnippet_module_copy__96cf727a","icon":"CodeSnippet_module_icon__96cf727a","dark":"CodeSnippet_module_dark__96cf727a","light":"CodeSnippet_module_light__96cf727a","notCopied":"CodeSnippet_module_notCopied__96cf727a","copied":"CodeSnippet_module_copied__96cf727a"};
|
|
44127
|
-
n(css$
|
|
44140
|
+
n(css$V,{});
|
|
44128
44141
|
|
|
44129
44142
|
var CodeSnippet = function CodeSnippet(props) {
|
|
44130
44143
|
var copy = props.copy,
|
|
@@ -44282,9 +44295,9 @@ var useResize = function useResize(props) {
|
|
|
44282
44295
|
}, [enabled]);
|
|
44283
44296
|
};
|
|
44284
44297
|
|
|
44285
|
-
var css$
|
|
44298
|
+
var css$U = ".Header_module_container__26bf5a9c {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n padding: 0rem 1.5625rem;\n}\n.Header_module_container__26bf5a9c .Header_module_title__26bf5a9c {\n font-weight: 400;\n font-size: 0.8rem;\n color: var(--black);\n}\n.Header_module_container__26bf5a9c .Header_module_icon__26bf5a9c {\n width: 1.5rem;\n height: 1.5rem;\n stroke: #181818;\n cursor: pointer;\n}";
|
|
44286
44299
|
var modules_cf337dc1 = {"container":"Header_module_container__26bf5a9c","title":"Header_module_title__26bf5a9c","icon":"Header_module_icon__26bf5a9c"};
|
|
44287
|
-
n(css$
|
|
44300
|
+
n(css$U,{});
|
|
44288
44301
|
|
|
44289
44302
|
var Header = function Header(props) {
|
|
44290
44303
|
var selectedMonth = props.selectedMonth,
|
|
@@ -44316,17 +44329,17 @@ var Header = function Header(props) {
|
|
|
44316
44329
|
});
|
|
44317
44330
|
};
|
|
44318
44331
|
|
|
44319
|
-
var css$
|
|
44332
|
+
var css$T = ".Calender_module_root__5221cce4 {\n padding: 1rem 0rem;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}";
|
|
44320
44333
|
var modules_3722b5cd = {"root":"Calender_module_root__5221cce4"};
|
|
44321
|
-
n(css$
|
|
44334
|
+
n(css$T,{});
|
|
44322
44335
|
|
|
44323
|
-
var css$
|
|
44336
|
+
var css$S = ".Body_module_root__85b1b679 {\n padding: 0.5rem 0.5rem;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n}";
|
|
44324
44337
|
var modules_e6b80d99 = {"root":"Body_module_root__85b1b679"};
|
|
44325
|
-
n(css$
|
|
44338
|
+
n(css$S,{});
|
|
44326
44339
|
|
|
44327
|
-
var css$
|
|
44340
|
+
var css$R = ".Dates_module_dates__e964f6bf {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n align-items: center;\n flex-wrap: wrap;\n}\n.Dates_module_dates__e964f6bf div {\n flex-basis: 14.28%;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n margin-bottom: 0.25rem;\n cursor: pointer;\n align-self: center;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.Dates_module_dates__e964f6bf div .Dates_module_date__e964f6bf {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n text-align: center;\n vertical-align: middle;\n border-radius: 1.5rem;\n height: 2.5rem;\n width: 2.5rem;\n font-weight: 400;\n font-size: 0.875rem;\n color: var(--black);\n}\n.Dates_module_dates__e964f6bf div .Dates_module_selected__e964f6bf {\n background-color: var(--highlight);\n color: var(--white);\n}\n.Dates_module_dates__e964f6bf div .Dates_module_unSelected__e964f6bf {\n background-color: var(--white);\n border-color: var(--highlight);\n border-width: 0.125rem;\n border-style: solid;\n color: var(--black);\n}\n.Dates_module_dates__e964f6bf div .Dates_module_disabled__e964f6bf {\n border-radius: 1.5rem;\n color: var(--grey2);\n}\n.Dates_module_dates__e964f6bf div .Dates_module_diffMonth__e964f6bf {\n opacity: 0.6;\n}\n.Dates_module_dates__e964f6bf div:hover .Dates_module_date__e964f6bf {\n background: var(--background);\n color: var(--highlight);\n box-shadow: -2px -2px 4px rgba(166, 166, 166, 0.25), 2px 2px 4px rgba(166, 166, 166, 0.24);\n}\n.Dates_module_dates__e964f6bf div:hover .Dates_module_selected__e964f6bf {\n background-color: var(--highlight);\n color: var(--white);\n}\n.Dates_module_dates__e964f6bf div:hover .Dates_module_disabled__e964f6bf {\n background: transparent;\n box-shadow: none;\n border-radius: 1.5rem;\n color: var(--grey2);\n}\n.Dates_module_dates__e964f6bf .Dates_module_minInRange__e964f6bf {\n background-color: var(--highlight);\n border-radius: 1.5rem 0rem 0rem 1.5rem;\n}\n.Dates_module_dates__e964f6bf .Dates_module_minInRange__e964f6bf .Dates_module_date__e964f6bf {\n color: var(--white);\n}\n.Dates_module_dates__e964f6bf .Dates_module_minInRange__e964f6bf:hover .Dates_module_date__e964f6bf {\n background: var(--highlight);\n color: var(--white);\n box-shadow: -2px -2px 4px rgba(166, 166, 166, 0.25), 2px 2px 4px rgba(166, 166, 166, 0.24);\n}\n.Dates_module_dates__e964f6bf .Dates_module_maxInRange__e964f6bf {\n background-color: var(--highlight);\n border-radius: 0rem 1.5rem 1.5rem 0rem;\n}\n.Dates_module_dates__e964f6bf .Dates_module_maxInRange__e964f6bf .Dates_module_date__e964f6bf {\n color: var(--white);\n}\n.Dates_module_dates__e964f6bf .Dates_module_maxInRange__e964f6bf:hover .Dates_module_date__e964f6bf {\n background: var(--highlight);\n color: var(--white);\n box-shadow: -2px -2px 4px rgba(166, 166, 166, 0.25), 2px 2px 4px rgba(166, 166, 166, 0.24);\n}\n.Dates_module_dates__e964f6bf .Dates_module_midInRange__e964f6bf {\n background: var(--background);\n border-radius: 0rem;\n}\n.Dates_module_dates__e964f6bf .Dates_module_midInRange__e964f6bf .Dates_module_date__e964f6bf {\n color: var(--highlight);\n}\n.Dates_module_dates__e964f6bf .Dates_module_midInRangeSelected__e964f6bf {\n background: var(--background);\n border-radius: 0rem;\n}\n.Dates_module_dates__e964f6bf .Dates_module_midInRangeSelected__e964f6bf .Dates_module_date__e964f6bf {\n color: var(--white);\n}\n.Dates_module_dates__e964f6bf .Dates_module_firstHovered__e964f6bf {\n background: var(--background);\n border-radius: 0rem 1.5rem 1.5rem 0rem;\n}\n.Dates_module_dates__e964f6bf .Dates_module_firstHovered__e964f6bf .Dates_module_date__e964f6bf {\n color: var(--highlight);\n}\n.Dates_module_dates__e964f6bf .Dates_module_lastHovered__e964f6bf {\n background: var(--background);\n border-radius: 1.5rem 0rem 0rem 1.5rem;\n}\n.Dates_module_dates__e964f6bf .Dates_module_lastHovered__e964f6bf .Dates_module_date__e964f6bf {\n color: var(--highlight);\n}";
|
|
44328
44341
|
var modules_b02dadcc = {"dates":"Dates_module_dates__e964f6bf","date":"Dates_module_date__e964f6bf","selected":"Dates_module_selected__e964f6bf","unSelected":"Dates_module_unSelected__e964f6bf","disabled":"Dates_module_disabled__e964f6bf","diffMonth":"Dates_module_diffMonth__e964f6bf","minInRange":"Dates_module_minInRange__e964f6bf","maxInRange":"Dates_module_maxInRange__e964f6bf","midInRange":"Dates_module_midInRange__e964f6bf","midInRangeSelected":"Dates_module_midInRangeSelected__e964f6bf","first-hovered":"Dates_module_firstHovered__e964f6bf","last-hovered":"Dates_module_lastHovered__e964f6bf"};
|
|
44329
|
-
n(css$
|
|
44342
|
+
n(css$R,{});
|
|
44330
44343
|
|
|
44331
44344
|
var getDatesOfLastWeekOfLastMonth = function getDatesOfLastWeekOfLastMonth(_ref) {
|
|
44332
44345
|
var monthAsNumber = _ref.monthAsNumber,
|
|
@@ -44575,9 +44588,9 @@ var Dates = function Dates(props) {
|
|
|
44575
44588
|
});
|
|
44576
44589
|
};
|
|
44577
44590
|
|
|
44578
|
-
var css$
|
|
44591
|
+
var css$Q = ".Days_module_days__0d7923fd {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n text-align: center;\n}\n.Days_module_days__0d7923fd span {\n padding: 0.75rem 0.5rem;\n font-weight: 500;\n font-size: 0.875rem;\n color: black;\n flex-basis: 14.28%;\n}";
|
|
44579
44592
|
var modules_82c45006 = {"days":"Days_module_days__0d7923fd"};
|
|
44580
|
-
n(css$
|
|
44593
|
+
n(css$Q,{});
|
|
44581
44594
|
|
|
44582
44595
|
var Days = function Days() {
|
|
44583
44596
|
var daysInWeek = DAYS;
|
|
@@ -44598,9 +44611,9 @@ var Body = function Body(props) {
|
|
|
44598
44611
|
});
|
|
44599
44612
|
};
|
|
44600
44613
|
|
|
44601
|
-
var css$
|
|
44614
|
+
var css$P = ".TextField_module_root__9cc1db47 {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n gap: 0.5rem;\n}\n.TextField_module_root__9cc1db47 label {\n width: 100%;\n max-width: 100%;\n font-weight: 400;\n font-size: 0.75rem;\n line-height: 1.125rem;\n letter-spacing: 0.32px;\n color: var(--grey);\n height: 100%;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n gap: 0.5rem;\n padding: 0rem 0.5rem;\n max-width: 100%;\n width: 100%;\n border-color: var(--grey4);\n border-style: solid;\n border-radius: 0.25rem;\n height: 100%;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 .TextField_module_icon__9cc1db47 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem*=component] {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem=component2] {\n flex: 1;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47 {\n -moz-appearance: textfield;\n flex: 1;\n background-color: transparent;\n border: none;\n font-weight: 400;\n font-size: 0.875rem;\n line-height: 1.125rem;\n letter-spacing: 0.16px;\n color: var(--black);\n width: 100%;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47::-webkit-outer-spin-button, .TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47:focus {\n outline: none;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47:disabled {\n background: var(--grey9);\n color: var(--grey3);\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47.TextField_module_sm__9cc1db47 {\n padding: 0.5rem 0rem;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47.TextField_module_md__9cc1db47 {\n padding: 0.688rem 0rem;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47.TextField_module_lg__9cc1db47 {\n padding: 1rem 0rem;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47.TextField_module_typeTextarea__9cc1db47 {\n padding: 0;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47.TextField_module_typeTextarea__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47 {\n resize: vertical;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47.TextField_module_typeTextarea__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47.TextField_module_md__9cc1db47 {\n padding: 0.313rem 0.75rem;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47.TextField_module_typeTextarea__9cc1db47 > [data-elem=component2] .TextField_module_input__9cc1db47.TextField_module_lg__9cc1db47 {\n padding: 0.5rem 1rem;\n font-size: 1rem;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47:focus-within {\n border: 0.063rem solid var(--info);\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47:focus-within.TextField_module_feedbackError__9cc1db47 {\n border-color: var(--error);\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47.TextField_module_borderDefault__9cc1db47 {\n border-width: 0.063rem;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47.TextField_module_borderBottom__9cc1db47 {\n border-width: 0rem 0rem 0.063rem 0rem;\n}\n.TextField_module_root__9cc1db47 label .TextField_module_inputWrapper__9cc1db47.TextField_module_borderNone__9cc1db47 {\n border-width: 0rem;\n}\n.TextField_module_root__9cc1db47 .TextField_module_bottom__9cc1db47 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: flex-start;\n min-height: 2rem;\n width: 100%;\n gap: 1rem;\n color: var(--grey3);\n font-size: 0.75rem;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.TextField_module_root__9cc1db47 .TextField_module_bottom__9cc1db47 .TextField_module_feedback__9cc1db47 {\n flex: 1;\n margin-right: auto;\n}\n.TextField_module_root__9cc1db47 .TextField_module_bottom__9cc1db47 .TextField_module_feedback__9cc1db47.TextField_module_feedbackError__9cc1db47 {\n color: var(--error);\n fill: var(--error);\n}\n.TextField_module_root__9cc1db47 .TextField_module_bottom__9cc1db47 .TextField_module_feedback__9cc1db47.TextField_module_feedbackSuccess__9cc1db47 {\n color: var(--success);\n fill: var(--success);\n}\n.TextField_module_root__9cc1db47 .TextField_module_bottom__9cc1db47 .TextField_module_count__9cc1db47 {\n text-align: right;\n margin-left: auto;\n}\n.TextField_module_root__9cc1db47 .TextField_module_bottom__9cc1db47 .TextField_module_count__9cc1db47.TextField_module_exceeded__9cc1db47 {\n color: var(--error);\n}";
|
|
44602
44615
|
var modules_c1d23762 = {"root":"TextField_module_root__9cc1db47","input-wrapper":"TextField_module_inputWrapper__9cc1db47","icon":"TextField_module_icon__9cc1db47","input":"TextField_module_input__9cc1db47","sm":"TextField_module_sm__9cc1db47","md":"TextField_module_md__9cc1db47","lg":"TextField_module_lg__9cc1db47","type-textarea":"TextField_module_typeTextarea__9cc1db47","feedback-error":"TextField_module_feedbackError__9cc1db47","border-default":"TextField_module_borderDefault__9cc1db47","border-bottom":"TextField_module_borderBottom__9cc1db47","border-none":"TextField_module_borderNone__9cc1db47","bottom":"TextField_module_bottom__9cc1db47","feedback":"TextField_module_feedback__9cc1db47","feedback-success":"TextField_module_feedbackSuccess__9cc1db47","count":"TextField_module_count__9cc1db47","exceeded":"TextField_module_exceeded__9cc1db47"};
|
|
44603
|
-
n(css$
|
|
44616
|
+
n(css$P,{});
|
|
44604
44617
|
|
|
44605
44618
|
var TextField = /*#__PURE__*/React.forwardRef(function TextField(props, inputRef) {
|
|
44606
44619
|
var _inputValue$length;
|
|
@@ -44733,9 +44746,9 @@ TextField.defaultProps = {
|
|
|
44733
44746
|
onKeyDown: function onKeyDown() {}
|
|
44734
44747
|
};
|
|
44735
44748
|
|
|
44736
|
-
var css$
|
|
44737
|
-
var modules_066398a2 = {"
|
|
44738
|
-
n(css$
|
|
44749
|
+
var css$O = ".CheckBox_module_root__82d23531 {\n cursor: pointer;\n gap: 10px;\n}\n.CheckBox_module_root__82d23531.CheckBox_module_positionLeft__82d23531 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n}\n.CheckBox_module_root__82d23531.CheckBox_module_positionRight__82d23531 {\n display: flex;\n flex-direction: row-reverse;\n justify-content: flex-end;\n align-items: center;\n}\n.CheckBox_module_root__82d23531 input[type=checkbox] {\n opacity: 0;\n z-index: 1;\n position: absolute;\n width: 1px;\n height: 1px;\n}\n.CheckBox_module_root__82d23531.CheckBox_module_disabled__82d23531 {\n cursor: default;\n}\n.CheckBox_module_root__82d23531 .CheckBox_module_icon__82d23531 {\n display: inline-block;\n border-radius: 0.375rem;\n}\n.CheckBox_module_root__82d23531 .CheckBox_module_icon__82d23531.CheckBox_module_iconSm__82d23531 {\n width: 1rem;\n height: 1rem;\n}\n.CheckBox_module_root__82d23531 .CheckBox_module_icon__82d23531.CheckBox_module_iconMd__82d23531 {\n width: 1.25rem;\n height: 1.25rem;\n}\n.CheckBox_module_root__82d23531 .CheckBox_module_icon__82d23531.CheckBox_module_iconLg__82d23531 {\n width: 1.5rem;\n height: 1.5rem;\n}\n.CheckBox_module_root__82d23531 input:focus + .CheckBox_module_icon__82d23531 {\n box-shadow: 0px 0px 0px 8px rgba(15, 98, 254, 0.125);\n}\n.CheckBox_module_root__82d23531 [data-elem=label] {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}";
|
|
44750
|
+
var modules_066398a2 = {"root":"CheckBox_module_root__82d23531","position-left":"CheckBox_module_positionLeft__82d23531","position-right":"CheckBox_module_positionRight__82d23531","disabled":"CheckBox_module_disabled__82d23531","icon":"CheckBox_module_icon__82d23531","icon-sm":"CheckBox_module_iconSm__82d23531","icon-md":"CheckBox_module_iconMd__82d23531","icon-lg":"CheckBox_module_iconLg__82d23531"};
|
|
44751
|
+
n(css$O,{});
|
|
44739
44752
|
|
|
44740
44753
|
var Checkbox = function Checkbox(props) {
|
|
44741
44754
|
// eslint-disable-next-line object-curly-newline
|
|
@@ -44806,9 +44819,9 @@ Checkbox.defaultProps = {
|
|
|
44806
44819
|
onChange: function onChange() {}
|
|
44807
44820
|
};
|
|
44808
44821
|
|
|
44809
|
-
var css$
|
|
44810
|
-
var modules_3705961f = {"
|
|
44811
|
-
n(css$
|
|
44822
|
+
var css$N = ".Radio_module_root__0f04dc19 {\n cursor: pointer;\n gap: 10px;\n}\n.Radio_module_root__0f04dc19.Radio_module_positionLeft__0f04dc19 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n}\n.Radio_module_root__0f04dc19.Radio_module_positionRight__0f04dc19 {\n display: flex;\n flex-direction: row-reverse;\n justify-content: flex-end;\n align-items: center;\n}\n.Radio_module_root__0f04dc19.Radio_module_disabled__0f04dc19 {\n cursor: default;\n}\n.Radio_module_root__0f04dc19 input[type=radio] {\n opacity: 0;\n z-index: 1;\n position: absolute;\n width: 1px;\n height: 1px;\n}\n.Radio_module_root__0f04dc19 .Radio_module_icon__0f04dc19 {\n display: inline-block;\n border-radius: 50%;\n}\n.Radio_module_root__0f04dc19 .Radio_module_icon__0f04dc19.Radio_module_iconSm__0f04dc19 {\n width: 1rem;\n height: 1rem;\n}\n.Radio_module_root__0f04dc19 .Radio_module_icon__0f04dc19.Radio_module_iconMd__0f04dc19 {\n width: 1.25rem;\n height: 1.25rem;\n}\n.Radio_module_root__0f04dc19 .Radio_module_icon__0f04dc19.Radio_module_iconLg__0f04dc19 {\n width: 1.5rem;\n height: 2rem;\n}\n.Radio_module_root__0f04dc19 input:focus + .Radio_module_icon__0f04dc19 {\n box-shadow: 0px 0px 0px 8px rgba(15, 98, 254, 0.125);\n}\n.Radio_module_root__0f04dc19 [data-elem=label] {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}";
|
|
44823
|
+
var modules_3705961f = {"root":"Radio_module_root__0f04dc19","position-left":"Radio_module_positionLeft__0f04dc19","position-right":"Radio_module_positionRight__0f04dc19","disabled":"Radio_module_disabled__0f04dc19","icon":"Radio_module_icon__0f04dc19","icon-sm":"Radio_module_iconSm__0f04dc19","icon-md":"Radio_module_iconMd__0f04dc19","icon-lg":"Radio_module_iconLg__0f04dc19"};
|
|
44824
|
+
n(css$N,{});
|
|
44812
44825
|
|
|
44813
44826
|
var Radio = function Radio(props) {
|
|
44814
44827
|
// eslint-disable-next-line object-curly-newline
|
|
@@ -44876,9 +44889,9 @@ Radio.defaultProps = {
|
|
|
44876
44889
|
onChange: function onChange() {}
|
|
44877
44890
|
};
|
|
44878
44891
|
|
|
44879
|
-
var css$
|
|
44892
|
+
var css$M = ".Dropdown_module_root__1ad8038e {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n gap: 0.5rem;\n position: relative;\n width: -webkit-fit-content;\n width: -moz-fit-content;\n width: fit-content;\n max-width: 100%;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_label__1ad8038e {\n font-size: 0.75rem;\n color: var(--grey);\n width: auto;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_header__1ad8038e {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n max-width: 100%;\n position: relative;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_header__1ad8038e .Dropdown_module_input__1ad8038e {\n position: absolute;\n opacity: 0;\n width: 1px;\n height: 1px;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_header__1ad8038e .Dropdown_module_input__1ad8038e:focus + .Dropdown_module_select__1ad8038e {\n border-color: var(--highlight);\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_header__1ad8038e .Dropdown_module_input__1ad8038e:focus + .Dropdown_module_select__1ad8038e.Dropdown_module_feedbackError__1ad8038e {\n border-color: var(--error);\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_header__1ad8038e .Dropdown_module_select__1ad8038e {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n width: 25rem;\n max-width: 100%;\n gap: 0.5rem;\n background: var(--white);\n outline: none;\n border: 1px solid var(--grey5);\n border-radius: 0.25rem;\n padding: 0.75rem 0.75rem 0.75rem 1rem;\n cursor: pointer;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_header__1ad8038e .Dropdown_module_select__1ad8038e .Dropdown_module_placeholder__1ad8038e {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n color: var(--black);\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_header__1ad8038e .Dropdown_module_select__1ad8038e .Dropdown_module_icon__1ad8038e {\n width: 1.5rem;\n height: 1.5rem;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_header__1ad8038e .Dropdown_module_select__1ad8038e.Dropdown_module_feedbackError__1ad8038e {\n border-color: var(--error);\n}\n.Dropdown_module_root__1ad8038e.Dropdown_module_open__1ad8038e .Dropdown_module_header__1ad8038e {\n border-color: var(--highlight);\n}\n.Dropdown_module_root__1ad8038e.Dropdown_module_disabled__1ad8038e .Dropdown_module_select__1ad8038e {\n background: var(--grey10);\n cursor: not-allowed;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_bottom__1ad8038e {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: flex-start;\n min-height: 2rem;\n width: 100%;\n gap: 1rem;\n color: var(--grey3);\n font-size: 0.75rem;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_bottom__1ad8038e .Dropdown_module_feedback__1ad8038e {\n flex: 1;\n margin-right: auto;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_bottom__1ad8038e .Dropdown_module_feedback__1ad8038e.Dropdown_module_feedbackError__1ad8038e {\n color: var(--error);\n fill: var(--error);\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_bottom__1ad8038e .Dropdown_module_feedback__1ad8038e.Dropdown_module_feedbackSuccess__1ad8038e {\n color: var(--success);\n fill: var(--success);\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_bottom__1ad8038e .Dropdown_module_count__1ad8038e {\n text-align: right;\n margin-left: auto;\n}\n.Dropdown_module_root__1ad8038e .Dropdown_module_bottom__1ad8038e .Dropdown_module_count__1ad8038e.Dropdown_module_exceeded__1ad8038e {\n color: var(--error);\n}\n\n.Dropdown_module_body__1ad8038e {\n display: none;\n position: absolute;\n top: calc(100% + 0.5rem);\n background: var(--white);\n width: auto;\n border: 0.063rem solid var(--grey5);\n box-shadow: 0rem 0.5rem 1.25rem rgba(24, 24, 24, 0.08);\n border-radius: 0.25rem;\n padding: 1rem;\n overflow-y: auto;\n min-height: 4rem;\n outline: none;\n}\n.Dropdown_module_body__1ad8038e .Dropdown_module_multiOptions__1ad8038e {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n margin-bottom: 0.5rem;\n list-style: none;\n}\n.Dropdown_module_body__1ad8038e .Dropdown_module_multiApply__1ad8038e {\n margin-top: 0.5rem;\n}\n.Dropdown_module_body__1ad8038e.Dropdown_module_open__1ad8038e {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n}";
|
|
44880
44893
|
var modules_1b90f5ea = {"root":"Dropdown_module_root__1ad8038e","label":"Dropdown_module_label__1ad8038e","header":"Dropdown_module_header__1ad8038e","input":"Dropdown_module_input__1ad8038e","select":"Dropdown_module_select__1ad8038e","feedback-error":"Dropdown_module_feedbackError__1ad8038e","placeholder":"Dropdown_module_placeholder__1ad8038e","icon":"Dropdown_module_icon__1ad8038e","open":"Dropdown_module_open__1ad8038e","disabled":"Dropdown_module_disabled__1ad8038e","bottom":"Dropdown_module_bottom__1ad8038e","feedback":"Dropdown_module_feedback__1ad8038e","feedback-success":"Dropdown_module_feedbackSuccess__1ad8038e","count":"Dropdown_module_count__1ad8038e","exceeded":"Dropdown_module_exceeded__1ad8038e","body":"Dropdown_module_body__1ad8038e","multi-options":"Dropdown_module_multiOptions__1ad8038e","multi-apply":"Dropdown_module_multiApply__1ad8038e"};
|
|
44881
|
-
n(css$
|
|
44894
|
+
n(css$M,{});
|
|
44882
44895
|
|
|
44883
44896
|
var Dropdown = /*#__PURE__*/React.forwardRef(function Dropdown(props, inputRef) {
|
|
44884
44897
|
var _selectedOptions$map, _ref2, _selectedOptions$;
|
|
@@ -45279,9 +45292,9 @@ Dropdown.defaultProps = {
|
|
|
45279
45292
|
}
|
|
45280
45293
|
};
|
|
45281
45294
|
|
|
45282
|
-
var css$
|
|
45295
|
+
var css$L = ".DropdownItem_module_root__61492174 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 0.75rem;\n width: 100%;\n padding: 0.75rem 1rem;\n border-radius: 0.25rem;\n cursor: pointer;\n color: var(--grey);\n outline: none;\n}\n.DropdownItem_module_root__61492174 > .DropdownItem_module_input__61492174 {\n cursor: pointer;\n}\n.DropdownItem_module_root__61492174:focus {\n background: var(--grey6);\n}\n.DropdownItem_module_root__61492174.DropdownItem_module_selected__61492174 {\n background: var(--info-bg);\n}";
|
|
45283
45296
|
var modules_bf949acd = {"root":"DropdownItem_module_root__61492174","input":"DropdownItem_module_input__61492174","selected":"DropdownItem_module_selected__61492174"};
|
|
45284
|
-
n(css$
|
|
45297
|
+
n(css$L,{});
|
|
45285
45298
|
|
|
45286
45299
|
var DropdownItem = /*#__PURE__*/React.forwardRef(function DropdownItem(props, ref) {
|
|
45287
45300
|
// eslint-disable-next-line object-curly-newline
|
|
@@ -45348,6 +45361,69 @@ DropdownItem.defaultProps = {
|
|
|
45348
45361
|
selected: false
|
|
45349
45362
|
};
|
|
45350
45363
|
|
|
45364
|
+
var css$K = ".Switch_module_root__c9616649 {\n cursor: pointer;\n gap: 0.625rem;\n position: relative;\n height: 1.5rem;\n}\n.Switch_module_root__c9616649.Switch_module_disabled__c9616649 {\n cursor: default;\n}\n.Switch_module_root__c9616649.Switch_module_positionLeft__c9616649 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n}\n.Switch_module_root__c9616649.Switch_module_positionRight__c9616649 {\n display: flex;\n flex-direction: row-reverse;\n justify-content: flex-end;\n align-items: center;\n}\n.Switch_module_root__c9616649 input[type=checkbox] {\n opacity: 0;\n z-index: 1;\n position: absolute;\n width: 1px;\n height: 1px;\n}\n.Switch_module_root__c9616649 .Switch_module_pill__c9616649 {\n position: relative;\n width: 3rem;\n height: 100%;\n cursor: pointer;\n background-color: var(--grey5);\n transition: 0.4s;\n border-radius: 0.75rem;\n}\n.Switch_module_root__c9616649 .Switch_module_pill__c9616649:before {\n position: absolute;\n content: \"\";\n height: 1.25rem;\n width: 1.25rem;\n left: 0.125rem;\n bottom: 0.125rem;\n background-color: white;\n transition: 0.4s;\n border-radius: 50%;\n}\n.Switch_module_root__c9616649 input:checked + .Switch_module_pill__c9616649 {\n background-color: var(--highlight);\n}\n.Switch_module_root__c9616649 input:checked + .Switch_module_pill__c9616649:before {\n transform: translateX(1.5rem);\n}\n.Switch_module_root__c9616649 input:focus + .Switch_module_pill__c9616649::before {\n box-shadow: 0px 0px 0px 8px rgba(15, 98, 254, 0.125);\n}\n.Switch_module_root__c9616649 [data-elem=label] {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}";
|
|
45365
|
+
var modules_18a327ff = {"root":"Switch_module_root__c9616649","disabled":"Switch_module_disabled__c9616649","position-left":"Switch_module_positionLeft__c9616649","position-right":"Switch_module_positionRight__c9616649","pill":"Switch_module_pill__c9616649"};
|
|
45366
|
+
n(css$K,{});
|
|
45367
|
+
|
|
45368
|
+
var Switch = function Switch(props) {
|
|
45369
|
+
// eslint-disable-next-line object-curly-newline
|
|
45370
|
+
var label = props.label,
|
|
45371
|
+
checked = props.checked,
|
|
45372
|
+
defaultChecked = props.defaultChecked,
|
|
45373
|
+
onChange = props.onChange,
|
|
45374
|
+
position = props.position,
|
|
45375
|
+
className = props.className,
|
|
45376
|
+
disabled = props.disabled;
|
|
45377
|
+
var _useRef = React.useRef(checked !== undefined),
|
|
45378
|
+
isControlled = _useRef.current;
|
|
45379
|
+
|
|
45380
|
+
// for uncontrolled input
|
|
45381
|
+
var _useState = React.useState(defaultChecked),
|
|
45382
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
45383
|
+
uncontrolledChecked = _useState2[0],
|
|
45384
|
+
setUncontrolledChecked = _useState2[1];
|
|
45385
|
+
var handleChange = function handleChange(event) {
|
|
45386
|
+
var _inputHelper = inputHelper(event),
|
|
45387
|
+
fieldValue = _inputHelper.fieldValue;
|
|
45388
|
+
if (isControlled) {
|
|
45389
|
+
onChange(event, fieldValue);
|
|
45390
|
+
} else {
|
|
45391
|
+
setUncontrolledChecked(fieldValue);
|
|
45392
|
+
}
|
|
45393
|
+
};
|
|
45394
|
+
var isChecked = isControlled ? checked : uncontrolledChecked;
|
|
45395
|
+
return /*#__PURE__*/jsxRuntime.jsxs("label", {
|
|
45396
|
+
className: classes(modules_18a327ff.root, modules_18a327ff["position-".concat(position)], className, disabled ? modules_18a327ff.disabled : ''),
|
|
45397
|
+
children: [/*#__PURE__*/jsxRuntime.jsx("input", {
|
|
45398
|
+
disabled: disabled,
|
|
45399
|
+
type: "checkbox",
|
|
45400
|
+
checked: isChecked,
|
|
45401
|
+
onChange: handleChange
|
|
45402
|
+
}), /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
45403
|
+
className: classes(modules_18a327ff.pill)
|
|
45404
|
+
}), label && /*#__PURE__*/jsxRuntime.jsx("span", {
|
|
45405
|
+
"data-elem": "label",
|
|
45406
|
+
children: label
|
|
45407
|
+
})]
|
|
45408
|
+
});
|
|
45409
|
+
};
|
|
45410
|
+
Switch.propTypes = {
|
|
45411
|
+
disabled: propTypes$1.exports.bool,
|
|
45412
|
+
label: propTypes$1.exports.string,
|
|
45413
|
+
checked: propTypes$1.exports.bool,
|
|
45414
|
+
defaultChecked: propTypes$1.exports.bool,
|
|
45415
|
+
position: propTypes$1.exports.oneOf(['left', 'right']),
|
|
45416
|
+
onChange: propTypes$1.exports.func
|
|
45417
|
+
};
|
|
45418
|
+
Switch.defaultProps = {
|
|
45419
|
+
disabled: false,
|
|
45420
|
+
label: null,
|
|
45421
|
+
checked: undefined,
|
|
45422
|
+
defaultChecked: false,
|
|
45423
|
+
position: 'left',
|
|
45424
|
+
onChange: function onChange() {}
|
|
45425
|
+
};
|
|
45426
|
+
|
|
45351
45427
|
var css$J = ".TimePicker_module_root__2dd24d9e {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n border-top: 1px solid var(--grey5);\n border-bottom: 1px solid var(--grey5);\n}\n.TimePicker_module_root__2dd24d9e .TimePicker_module_input__2dd24d9e {\n width: 5.125rem;\n}\n.TimePicker_module_root__2dd24d9e .TimePicker_module_input__2dd24d9e > label [data-elem=base-cell] {\n border: none;\n}\n.TimePicker_module_root__2dd24d9e .TimePicker_module_input__2dd24d9e > label [data-elem=base-cell] [data-elem=component2] {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.TimePicker_module_root__2dd24d9e .TimePicker_module_input__2dd24d9e > label [data-elem=base-cell] [data-elem=component2] > input[data-elem=input] {\n padding: 1rem 0rem;\n text-align: center;\n font-weight: 600;\n font-size: 1.25rem;\n line-height: 1.5rem;\n color: var(--dark-grey);\n}\n.TimePicker_module_root__2dd24d9e .TimePicker_module_colon__2dd24d9e {\n font-weight: 500;\n font-size: 1.25rem;\n line-height: 1.5rem;\n color: var(--dark-grey);\n}\n.TimePicker_module_root__2dd24d9e .TimePicker_module_separator__2dd24d9e {\n width: 0.0625rem;\n height: 1.5625rem;\n background-color: var(--grey5);\n}";
|
|
45352
45428
|
var modules_98a80317 = {"root":"TimePicker_module_root__2dd24d9e","input":"TimePicker_module_input__2dd24d9e","colon":"TimePicker_module_colon__2dd24d9e","separator":"TimePicker_module_separator__2dd24d9e"};
|
|
45353
45429
|
n(css$J,{});
|
|
@@ -108641,8 +108717,46 @@ var ChartSkeleton$4 = function ChartSkeleton(_ref) {
|
|
|
108641
108717
|
};
|
|
108642
108718
|
|
|
108643
108719
|
use([install$8, install$9, install$a, install$1, install$5, install$h, install]);
|
|
108720
|
+
var AXIS_COLORS = {
|
|
108721
|
+
label: {
|
|
108722
|
+
dark: '#a2a4a5',
|
|
108723
|
+
light: COLORS.grey
|
|
108724
|
+
},
|
|
108725
|
+
line: {
|
|
108726
|
+
dark: '#757679',
|
|
108727
|
+
light: COLORS.grey3
|
|
108728
|
+
},
|
|
108729
|
+
split: {
|
|
108730
|
+
dark: COLORS['dark-grey'],
|
|
108731
|
+
light: COLORS.grey5
|
|
108732
|
+
},
|
|
108733
|
+
tick: {
|
|
108734
|
+
dark: '#757679',
|
|
108735
|
+
light: COLORS.grey3
|
|
108736
|
+
}
|
|
108737
|
+
};
|
|
108738
|
+
var determineAxesColors = function determineAxesColors(type) {
|
|
108739
|
+
var defaultColor = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
|
108740
|
+
var theme = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'dark';
|
|
108741
|
+
if (defaultColor !== '') {
|
|
108742
|
+
return defaultColor;
|
|
108743
|
+
}
|
|
108744
|
+
return AXIS_COLORS[type]["".concat(theme)];
|
|
108745
|
+
};
|
|
108746
|
+
var determineGradient = function determineGradient(seriesData, objectData, index, subIndex, key) {
|
|
108747
|
+
var _seriesData$chartData, _seriesData$chartData2;
|
|
108748
|
+
if (seriesData !== null && seriesData !== void 0 && (_seriesData$chartData = seriesData.chartData) !== null && _seriesData$chartData !== void 0 && (_seriesData$chartData2 = _seriesData$chartData[key]) !== null && _seriesData$chartData2 !== void 0 && _seriesData$chartData2["x".concat(index + 1)]) {
|
|
108749
|
+
var _ref, _objectData$color, _objectData$barColor$2, _objectData$barColor2, _objectData$color3;
|
|
108750
|
+
if (typeof ((_ref = (_objectData$color = objectData === null || objectData === void 0 ? void 0 : objectData.color) !== null && _objectData$color !== void 0 ? _objectData$color : '') !== null && _ref !== void 0 ? _ref : {}) !== 'string') {
|
|
108751
|
+
var _objectData$barColor$, _objectData$barColor, _objectData$color2;
|
|
108752
|
+
return _construct(LinearGradient$1, _toConsumableArray$1(((_objectData$barColor$ = objectData === null || objectData === void 0 ? void 0 : (_objectData$barColor = objectData.barColor) === null || _objectData$barColor === void 0 ? void 0 : _objectData$barColor[subIndex]) !== null && _objectData$barColor$ !== void 0 ? _objectData$barColor$ : '') || ((_objectData$color2 = objectData === null || objectData === void 0 ? void 0 : objectData.color) !== null && _objectData$color2 !== void 0 ? _objectData$color2 : '')));
|
|
108753
|
+
}
|
|
108754
|
+
return ((_objectData$barColor$2 = objectData === null || objectData === void 0 ? void 0 : (_objectData$barColor2 = objectData.barColor) === null || _objectData$barColor2 === void 0 ? void 0 : _objectData$barColor2[subIndex]) !== null && _objectData$barColor$2 !== void 0 ? _objectData$barColor$2 : '') || ((_objectData$color3 = objectData === null || objectData === void 0 ? void 0 : objectData.color) !== null && _objectData$color3 !== void 0 ? _objectData$color3 : '');
|
|
108755
|
+
}
|
|
108756
|
+
return '';
|
|
108757
|
+
};
|
|
108644
108758
|
var BaseVerticalBarChart = function BaseVerticalBarChart(props) {
|
|
108645
|
-
var _Object$keys, _seriesData$
|
|
108759
|
+
var _Object$keys, _seriesData$chartData3, _seriesData$metaData$, _seriesData$metaData, _seriesData$metaData$2, _seriesData$chartData6, _seriesData$chartData21;
|
|
108646
108760
|
var loading = props.loading,
|
|
108647
108761
|
title = props.title,
|
|
108648
108762
|
gridContainLabel = props.gridContainLabel,
|
|
@@ -108674,24 +108788,12 @@ var BaseVerticalBarChart = function BaseVerticalBarChart(props) {
|
|
|
108674
108788
|
fallback: !loading && fallback
|
|
108675
108789
|
});
|
|
108676
108790
|
}
|
|
108677
|
-
var minHeightCheck = !((_Object$keys = Object.keys((_seriesData$
|
|
108791
|
+
var minHeightCheck = !((_Object$keys = Object.keys((_seriesData$chartData3 = seriesData === null || seriesData === void 0 ? void 0 : seriesData.chartData) !== null && _seriesData$chartData3 !== void 0 ? _seriesData$chartData3 : 0)) !== null && _Object$keys !== void 0 && _Object$keys.some(function (obj1) {
|
|
108678
108792
|
return seriesOption.some(function (obj, index) {
|
|
108679
|
-
var _seriesData$
|
|
108680
|
-
return seriesData === null || seriesData === void 0 ? void 0 : (_seriesData$
|
|
108793
|
+
var _seriesData$chartData4, _seriesData$chartData5;
|
|
108794
|
+
return seriesData === null || seriesData === void 0 ? void 0 : (_seriesData$chartData4 = seriesData.chartData) === null || _seriesData$chartData4 === void 0 ? void 0 : (_seriesData$chartData5 = _seriesData$chartData4[obj1]) === null || _seriesData$chartData5 === void 0 ? void 0 : _seriesData$chartData5["x".concat(index + 1)];
|
|
108681
108795
|
});
|
|
108682
108796
|
})) ? 1 : 0;
|
|
108683
|
-
var determineColor = function determineColor(objectData, index, subIndex, key) {
|
|
108684
|
-
var _seriesData$chartData4, _seriesData$chartData5;
|
|
108685
|
-
if (seriesData !== null && seriesData !== void 0 && (_seriesData$chartData4 = seriesData.chartData) !== null && _seriesData$chartData4 !== void 0 && (_seriesData$chartData5 = _seriesData$chartData4[key]) !== null && _seriesData$chartData5 !== void 0 && _seriesData$chartData5["x".concat(index + 1)]) {
|
|
108686
|
-
var _ref, _objectData$color, _objectData$barColor$2, _objectData$barColor2, _objectData$color3;
|
|
108687
|
-
if (typeof ((_ref = (_objectData$color = objectData === null || objectData === void 0 ? void 0 : objectData.color) !== null && _objectData$color !== void 0 ? _objectData$color : '') !== null && _ref !== void 0 ? _ref : {}) !== 'string') {
|
|
108688
|
-
var _objectData$barColor$, _objectData$barColor, _objectData$color2;
|
|
108689
|
-
return _construct(LinearGradient$1, _toConsumableArray$1(((_objectData$barColor$ = objectData === null || objectData === void 0 ? void 0 : (_objectData$barColor = objectData.barColor) === null || _objectData$barColor === void 0 ? void 0 : _objectData$barColor[subIndex]) !== null && _objectData$barColor$ !== void 0 ? _objectData$barColor$ : '') || ((_objectData$color2 = objectData === null || objectData === void 0 ? void 0 : objectData.color) !== null && _objectData$color2 !== void 0 ? _objectData$color2 : '')));
|
|
108690
|
-
}
|
|
108691
|
-
return ((_objectData$barColor$2 = objectData === null || objectData === void 0 ? void 0 : (_objectData$barColor2 = objectData.barColor) === null || _objectData$barColor2 === void 0 ? void 0 : _objectData$barColor2[subIndex]) !== null && _objectData$barColor$2 !== void 0 ? _objectData$barColor$2 : '') || ((_objectData$color3 = objectData === null || objectData === void 0 ? void 0 : objectData.color) !== null && _objectData$color3 !== void 0 ? _objectData$color3 : '');
|
|
108692
|
-
}
|
|
108693
|
-
return 'whitesmoke';
|
|
108694
|
-
};
|
|
108695
108797
|
var seriesOptionObject = {
|
|
108696
108798
|
type: 'bar',
|
|
108697
108799
|
barWidth: stackCount ? barWidth : barWidth / stackCount,
|
|
@@ -108736,7 +108838,7 @@ var BaseVerticalBarChart = function BaseVerticalBarChart(props) {
|
|
|
108736
108838
|
label: _objectSpread2(_objectSpread2({}, (_seriesOptionObject$l = seriesOptionObject === null || seriesOptionObject === void 0 ? void 0 : seriesOptionObject.label) !== null && _seriesOptionObject$l !== void 0 ? _seriesOptionObject$l : {}), (_objectData$label = objectData === null || objectData === void 0 ? void 0 : objectData.label) !== null && _objectData$label !== void 0 ? _objectData$label : {}),
|
|
108737
108839
|
name: seriesName(index),
|
|
108738
108840
|
data: Object.keys((_seriesData$chartData13 = seriesData === null || seriesData === void 0 ? void 0 : seriesData.chartData) !== null && _seriesData$chartData13 !== void 0 ? _seriesData$chartData13 : {}).map(function (key, subIndex) {
|
|
108739
|
-
var _seriesData$chartData18, _seriesData$chartData19, _seriesData$chartData20, _seriesOption$subInde, _seriesOption$subInde2;
|
|
108841
|
+
var _seriesData$chartData18, _seriesData$chartData19, _seriesData$chartData20, _objectData$color4, _seriesOption$subInde, _seriesOption$subInde2;
|
|
108740
108842
|
var check = true;
|
|
108741
108843
|
if (stackCount <= 1) {
|
|
108742
108844
|
check = seriesOption.some(function (obj, checkIndex) {
|
|
@@ -108753,13 +108855,15 @@ var BaseVerticalBarChart = function BaseVerticalBarChart(props) {
|
|
|
108753
108855
|
return false;
|
|
108754
108856
|
});
|
|
108755
108857
|
}
|
|
108756
|
-
return {
|
|
108757
|
-
value: check ? (_seriesData$chartData18 = seriesData === null || seriesData === void 0 ? void 0 : (_seriesData$chartData19 = seriesData.chartData) === null || _seriesData$chartData19 === void 0 ? void 0 : (_seriesData$chartData20 = _seriesData$chartData19[key]) === null || _seriesData$chartData20 === void 0 ? void 0 : _seriesData$chartData20["x".concat(index + 1)]) !== null && _seriesData$chartData18 !== void 0 ? _seriesData$chartData18 : '' : minHeight
|
|
108858
|
+
return _objectSpread2(_objectSpread2({
|
|
108859
|
+
value: check ? (_seriesData$chartData18 = seriesData === null || seriesData === void 0 ? void 0 : (_seriesData$chartData19 = seriesData.chartData) === null || _seriesData$chartData19 === void 0 ? void 0 : (_seriesData$chartData20 = _seriesData$chartData19[key]) === null || _seriesData$chartData20 === void 0 ? void 0 : _seriesData$chartData20["x".concat(index + 1)]) !== null && _seriesData$chartData18 !== void 0 ? _seriesData$chartData18 : '' : minHeight
|
|
108860
|
+
}, ((_objectData$color4 = objectData === null || objectData === void 0 ? void 0 : objectData.color) !== null && _objectData$color4 !== void 0 ? _objectData$color4 : '') && {
|
|
108758
108861
|
itemStyle: {
|
|
108759
|
-
color:
|
|
108760
|
-
}
|
|
108862
|
+
color: determineGradient(seriesData, objectData, index, subIndex, key)
|
|
108863
|
+
}
|
|
108864
|
+
}), {}, {
|
|
108761
108865
|
tooltip: _objectSpread2({}, (_seriesOption$subInde = (_seriesOption$subInde2 = seriesOption[subIndex]) === null || _seriesOption$subInde2 === void 0 ? void 0 : _seriesOption$subInde2.tooltip) !== null && _seriesOption$subInde !== void 0 ? _seriesOption$subInde : {})
|
|
108762
|
-
};
|
|
108866
|
+
});
|
|
108763
108867
|
})
|
|
108764
108868
|
});
|
|
108765
108869
|
});
|
|
@@ -108777,13 +108881,18 @@ var BaseVerticalBarChart = function BaseVerticalBarChart(props) {
|
|
|
108777
108881
|
show: xAxisShow,
|
|
108778
108882
|
type: 'category',
|
|
108779
108883
|
axisTick: {
|
|
108780
|
-
show: false
|
|
108884
|
+
show: false,
|
|
108885
|
+
lineStyle: {
|
|
108886
|
+
color: determineAxesColors('tick', axisColor, theme)
|
|
108887
|
+
}
|
|
108781
108888
|
},
|
|
108782
|
-
axisLabel: _objectSpread2({}, xAxisLabel),
|
|
108889
|
+
axisLabel: _objectSpread2(_objectSpread2({}, xAxisLabel), {}, {
|
|
108890
|
+
color: determineAxesColors('label', axisColor, theme)
|
|
108891
|
+
}),
|
|
108783
108892
|
axisLine: {
|
|
108784
108893
|
show: xAxisShow,
|
|
108785
108894
|
lineStyle: {
|
|
108786
|
-
color:
|
|
108895
|
+
color: determineAxesColors('line', axisColor, theme)
|
|
108787
108896
|
}
|
|
108788
108897
|
}
|
|
108789
108898
|
},
|
|
@@ -108793,25 +108902,25 @@ var BaseVerticalBarChart = function BaseVerticalBarChart(props) {
|
|
|
108793
108902
|
type: 'value',
|
|
108794
108903
|
axisLabel: {
|
|
108795
108904
|
show: yAxisLabelShow,
|
|
108796
|
-
color:
|
|
108905
|
+
color: determineAxesColors('label', axisColor, theme)
|
|
108797
108906
|
},
|
|
108798
108907
|
splitLine: {
|
|
108799
108908
|
show: ySplitLineShow,
|
|
108800
108909
|
lineStyle: {
|
|
108801
|
-
color:
|
|
108910
|
+
color: determineAxesColors('split', axisColor, theme),
|
|
108802
108911
|
type: splitType
|
|
108803
108912
|
}
|
|
108804
108913
|
},
|
|
108805
108914
|
axisLine: {
|
|
108806
108915
|
show: yAxisLineShow,
|
|
108807
108916
|
lineStyle: {
|
|
108808
|
-
color:
|
|
108917
|
+
color: determineAxesColors('line', axisColor, theme)
|
|
108809
108918
|
}
|
|
108810
108919
|
},
|
|
108811
108920
|
axisTick: {
|
|
108812
108921
|
show: yAxisTickShow,
|
|
108813
108922
|
lineStyle: {
|
|
108814
|
-
color:
|
|
108923
|
+
color: determineAxesColors('tick', axisColor, theme)
|
|
108815
108924
|
}
|
|
108816
108925
|
}
|
|
108817
108926
|
},
|
|
@@ -110198,8 +110307,8 @@ NestedPieChart.defaultProps = {
|
|
|
110198
110307
|
theme: 'dark'
|
|
110199
110308
|
};
|
|
110200
110309
|
|
|
110201
|
-
var css$4 = ".
|
|
110202
|
-
var modules_6a0e74b6 = {"root":"
|
|
110310
|
+
var css$4 = ".BaseWidget_module_root__5287a5f8 {\n border: 1px solid var(--grey);\n border-radius: 0.25rem;\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n height: 100%;\n width: 100%;\n}\n.BaseWidget_module_root__5287a5f8 .BaseWidget_module_header__5287a5f8 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n padding: 1rem;\n}\n.BaseWidget_module_root__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerTitle__5287a5f8 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 0.5rem;\n}\n.BaseWidget_module_root__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerTitle__5287a5f8 .BaseWidget_module_back__5287a5f8 {\n height: 1.5rem;\n width: 1.5rem;\n}\n.BaseWidget_module_root__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerTitle__5287a5f8 .BaseWidget_module_back__5287a5f8 [data-elem=component1] .BaseWidget_module_icon__5287a5f8 {\n width: 1.5rem;\n height: 1.5rem;\n fill: var(--white);\n}\n.BaseWidget_module_root__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerTitle__5287a5f8.BaseWidget_module_noOptions__5287a5f8 {\n flex: 1;\n}\n.BaseWidget_module_root__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerTitle__5287a5f8 .BaseWidget_module_title__5287a5f8 {\n white-space: nowrap;\n}\n.BaseWidget_module_root__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerTitle__5287a5f8 .BaseWidget_module_value__5287a5f8 {\n white-space: nowrap;\n}\n.BaseWidget_module_root__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerOptions__5287a5f8 {\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n align-items: center;\n gap: 0.5rem;\n}\n.BaseWidget_module_root__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerOptions__5287a5f8 .BaseWidget_module_toggleBody__5287a5f8 {\n padding: 0.125rem 0.25rem;\n height: 1.75rem;\n}\n.BaseWidget_module_root__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerOptions__5287a5f8 .BaseWidget_module_dropdownHeader__5287a5f8 {\n height: 1.75rem;\n}\n.BaseWidget_module_root__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerOptions__5287a5f8 .BaseWidget_module_dropdownHeader__5287a5f8 [data-elem=select] {\n background-color: transparent;\n width: 100%;\n padding: 0.07rem 0.5rem;\n}\n.BaseWidget_module_root__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerOptions__5287a5f8 .BaseWidget_module_dropdownHeader__5287a5f8 [data-elem=select] [data-elem=placeholder] {\n font-size: 0.875rem;\n}\n.BaseWidget_module_root__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerOptions__5287a5f8 .BaseWidget_module_dropdownHeader__5287a5f8 [data-elem=select] > svg {\n width: 0.875rem;\n}\n.BaseWidget_module_root__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerOptions__5287a5f8 .BaseWidget_module_expandButton__5287a5f8 {\n height: 1.75rem;\n}\n.BaseWidget_module_root__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerOptions__5287a5f8 .BaseWidget_module_expandButton__5287a5f8 .BaseWidget_module_expandIcon__5287a5f8 {\n height: 1.25rem;\n width: 1.25rem;\n}\n.BaseWidget_module_root__5287a5f8.BaseWidget_module_darkTheme__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerTitle__5287a5f8 [data-elem=title],\n.BaseWidget_module_root__5287a5f8.BaseWidget_module_darkTheme__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerTitle__5287a5f8 [data-elem=subtitle] {\n color: var(--white);\n}\n.BaseWidget_module_root__5287a5f8.BaseWidget_module_darkTheme__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerOptions__5287a5f8 .BaseWidget_module_dropdownHeader__5287a5f8 [data-elem=select] {\n border-color: var(--grey);\n}\n.BaseWidget_module_root__5287a5f8.BaseWidget_module_darkTheme__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerOptions__5287a5f8 .BaseWidget_module_dropdownHeader__5287a5f8 [data-elem=select] [data-elem=placeholder] {\n color: var(--white);\n}\n.BaseWidget_module_root__5287a5f8.BaseWidget_module_darkTheme__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerOptions__5287a5f8 .BaseWidget_module_dropdownHeader__5287a5f8 [data-elem=select] > svg {\n fill: var(--white);\n}\n.BaseWidget_module_root__5287a5f8.BaseWidget_module_darkTheme__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerOptions__5287a5f8 .BaseWidget_module_expandButton__5287a5f8 {\n color: var(--white);\n border-color: var(--grey);\n}\n.BaseWidget_module_root__5287a5f8.BaseWidget_module_darkTheme__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerOptions__5287a5f8 .BaseWidget_module_expandButton__5287a5f8 .BaseWidget_module_expandIcon__5287a5f8 {\n fill: var(--white);\n}\n.BaseWidget_module_root__5287a5f8.BaseWidget_module_lightTheme__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerTitle__5287a5f8 [data-elem=title],\n.BaseWidget_module_root__5287a5f8.BaseWidget_module_lightTheme__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerTitle__5287a5f8 [data-elem=subtitle] {\n color: var(--dark-grey);\n}\n.BaseWidget_module_root__5287a5f8.BaseWidget_module_lightTheme__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerOptions__5287a5f8 .BaseWidget_module_dropdownHeader__5287a5f8 [data-elem=select] {\n border-color: var(--grey6);\n}\n.BaseWidget_module_root__5287a5f8.BaseWidget_module_lightTheme__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerOptions__5287a5f8 .BaseWidget_module_dropdownHeader__5287a5f8 [data-elem=select] [data-elem=placeholder] {\n color: var(--dark-grey);\n}\n.BaseWidget_module_root__5287a5f8.BaseWidget_module_lightTheme__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerOptions__5287a5f8 .BaseWidget_module_dropdownHeader__5287a5f8 [data-elem=select] > svg {\n fill: var(--dark-grey);\n}\n.BaseWidget_module_root__5287a5f8.BaseWidget_module_lightTheme__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerOptions__5287a5f8 .BaseWidget_module_expandButton__5287a5f8 {\n color: var(--dark-grey);\n border-color: var(--grey6);\n}\n.BaseWidget_module_root__5287a5f8.BaseWidget_module_lightTheme__5287a5f8 .BaseWidget_module_header__5287a5f8 .BaseWidget_module_headerOptions__5287a5f8 .BaseWidget_module_expandButton__5287a5f8 .BaseWidget_module_expandIcon__5287a5f8 {\n fill: var(--dark-grey);\n}\n.BaseWidget_module_root__5287a5f8 .BaseWidget_module_children__5287a5f8 {\n flex: 1 1;\n position: relative;\n padding: 0.5rem;\n}\n\n.BaseWidget_module_dropdownPopper__5287a5f8 {\n padding: 0rem;\n background: var(--grey1);\n}\n.BaseWidget_module_dropdownPopper__5287a5f8 .BaseWidget_module_dropdownItem__5287a5f8 {\n height: 2.25rem;\n color: var(--white);\n background: var(--grey);\n}\n.BaseWidget_module_dropdownPopper__5287a5f8 .BaseWidget_module_dropdownItem__5287a5f8:hover, .BaseWidget_module_dropdownPopper__5287a5f8 .BaseWidget_module_dropdownItem__5287a5f8:focus {\n color: var(--dark-grey);\n background: var(--grey2);\n}\n.BaseWidget_module_dropdownPopper__5287a5f8 .BaseWidget_module_dropdownItem__5287a5f8:hover label > svg, .BaseWidget_module_dropdownPopper__5287a5f8 .BaseWidget_module_dropdownItem__5287a5f8:focus label > svg {\n border: 1px solid var(--dark-grey);\n border-radius: 0.25rem;\n}";
|
|
110311
|
+
var modules_6a0e74b6 = {"root":"BaseWidget_module_root__5287a5f8","header":"BaseWidget_module_header__5287a5f8","header-title":"BaseWidget_module_headerTitle__5287a5f8","back":"BaseWidget_module_back__5287a5f8","icon":"BaseWidget_module_icon__5287a5f8","no-options":"BaseWidget_module_noOptions__5287a5f8","title":"BaseWidget_module_title__5287a5f8","value":"BaseWidget_module_value__5287a5f8","header-options":"BaseWidget_module_headerOptions__5287a5f8","toggle-body":"BaseWidget_module_toggleBody__5287a5f8","dropdown-header":"BaseWidget_module_dropdownHeader__5287a5f8","expand-button":"BaseWidget_module_expandButton__5287a5f8","expand-icon":"BaseWidget_module_expandIcon__5287a5f8","dark-theme":"BaseWidget_module_darkTheme__5287a5f8","light-theme":"BaseWidget_module_lightTheme__5287a5f8","children":"BaseWidget_module_children__5287a5f8","dropdown-popper":"BaseWidget_module_dropdownPopper__5287a5f8","dropdown-item":"BaseWidget_module_dropdownItem__5287a5f8"};
|
|
110203
110312
|
n(css$4,{});
|
|
110204
110313
|
|
|
110205
110314
|
var css$3 = "div.Toggle_module_root__7f4ba8d3 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n overflow: auto;\n gap: 0.25rem;\n padding: 0.25rem;\n background: var(--grey8);\n width: -webkit-fit-content;\n width: -moz-fit-content;\n width: fit-content;\n border-radius: 0.4rem 0.4rem;\n border-width: 1px;\n border-style: solid;\n background: transparent;\n}\ndiv.Toggle_module_root__7f4ba8d3 [data-elem=base-cell].Toggle_module_toggleButton__7f4ba8d3 {\n background: transparent;\n}\ndiv.Toggle_module_root__7f4ba8d3.Toggle_module_themeDark__7f4ba8d3 {\n border-color: var(--dark-grey);\n}\ndiv.Toggle_module_root__7f4ba8d3.Toggle_module_themeDark__7f4ba8d3 [data-elem=base-cell].Toggle_module_toggleButton__7f4ba8d3 {\n color: var(--grey4);\n}\ndiv.Toggle_module_root__7f4ba8d3.Toggle_module_themeDark__7f4ba8d3 [data-elem=base-cell].Toggle_module_toggleButton__7f4ba8d3.Toggle_module_active__7f4ba8d3 {\n background: var(--dark-grey);\n color: var(--white);\n border: 1px solid var(--grey);\n}\ndiv.Toggle_module_root__7f4ba8d3.Toggle_module_themeLight__7f4ba8d3 {\n border-color: var(--grey6);\n}\ndiv.Toggle_module_root__7f4ba8d3.Toggle_module_themeLight__7f4ba8d3 [data-elem=base-cell].Toggle_module_toggleButton__7f4ba8d3 {\n background: transparent;\n color: var(--grey);\n}\ndiv.Toggle_module_root__7f4ba8d3.Toggle_module_themeLight__7f4ba8d3 [data-elem=base-cell].Toggle_module_toggleButton__7f4ba8d3.Toggle_module_active__7f4ba8d3 {\n background: var(--grey6);\n color: var(--dark-grey);\n border: 1px solid var(--grey4);\n}\ndiv.Toggle_module_root__7f4ba8d3 [data-elem=base-cell].Toggle_module_toggleButton__7f4ba8d3 {\n padding: 0.344rem 0.75rem;\n height: 2rem;\n}\ndiv.Toggle_module_root__7f4ba8d3 [data-elem=base-cell].Toggle_module_toggleButton__7f4ba8d3.Toggle_module_active__7f4ba8d3 {\n border-radius: 0.25rem;\n}\ndiv.Toggle_module_root__7f4ba8d3 .Toggle_module_input__7f4ba8d3 {\n display: none;\n}";
|
|
@@ -110450,6 +110559,7 @@ var BaseWidget = /*#__PURE__*/React.forwardRef(function BaseWidget(props, ref) {
|
|
|
110450
110559
|
// eslint-disable-next-line object-curly-newline
|
|
110451
110560
|
var loading = props.loading,
|
|
110452
110561
|
title = props.title,
|
|
110562
|
+
subtitle = props.subtitle,
|
|
110453
110563
|
showBack = props.showBack,
|
|
110454
110564
|
onBack = props.onBack,
|
|
110455
110565
|
onReload = props.onReload,
|
|
@@ -110498,10 +110608,20 @@ var BaseWidget = /*#__PURE__*/React.forwardRef(function BaseWidget(props, ref) {
|
|
|
110498
110608
|
});
|
|
110499
110609
|
},
|
|
110500
110610
|
onClick: onBack
|
|
110501
|
-
}), /*#__PURE__*/jsxRuntime.
|
|
110502
|
-
|
|
110503
|
-
|
|
110504
|
-
|
|
110611
|
+
}), /*#__PURE__*/jsxRuntime.jsxs(Text, {
|
|
110612
|
+
variant: "b1",
|
|
110613
|
+
stroke: "semibold",
|
|
110614
|
+
attrs: {
|
|
110615
|
+
'data-elem': 'title'
|
|
110616
|
+
},
|
|
110617
|
+
children: [title, " -"]
|
|
110618
|
+
}), subtitle && /*#__PURE__*/jsxRuntime.jsx(Text, {
|
|
110619
|
+
variant: "b2",
|
|
110620
|
+
stroke: "medium",
|
|
110621
|
+
attrs: {
|
|
110622
|
+
'data-elem': 'subtitle'
|
|
110623
|
+
},
|
|
110624
|
+
children: subtitle
|
|
110505
110625
|
})]
|
|
110506
110626
|
}), /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
110507
110627
|
className: classes(modules_6a0e74b6['header-options']),
|
|
@@ -112838,6 +112958,7 @@ exports.Skeleton = Skeleton;
|
|
|
112838
112958
|
exports.SortIcon = Sort;
|
|
112839
112959
|
exports.Step = Step;
|
|
112840
112960
|
exports.Stepper = Stepper;
|
|
112961
|
+
exports.Switch = Switch;
|
|
112841
112962
|
exports.Table = Table;
|
|
112842
112963
|
exports.TableCell = TableCell;
|
|
112843
112964
|
exports.TableChip = TableChip;
|