@epam/uui 5.13.3-beta.11 → 5.13.3-beta.12
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/components/datePickers/DatePicker.d.ts +3 -1
- package/components/datePickers/DatePicker.d.ts.map +1 -1
- package/components/datePickers/RangeDatePicker.d.ts +5 -1
- package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
- package/index.esm.js +103 -103
- package/index.esm.js.map +1 -1
- package/index.js +103 -103
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/stats.html +1 -1
- package/styles.css +1001 -1001
- package/styles.css.map +1 -1
package/index.js
CHANGED
|
@@ -182,7 +182,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
182
182
|
xmlns: "http://www.w3.org/2000/svg",
|
|
183
183
|
ref: ref
|
|
184
184
|
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
185
|
-
clipPath: "url(#
|
|
185
|
+
clipPath: "url(#2m6zpkx4yxsvfr3zj_a)"
|
|
186
186
|
}, _path$J || (_path$J = /*#__PURE__*/React__namespace.createElement("path", {
|
|
187
187
|
d: "M150.585 1.535C49.483-11.495 27.481 61.805 45.725 97.481c10.581 20.69-39.64 70.792 17.744 81.468 27.538 5.123 36-13.341 62.433-10.655 35.4 3.6 148.167-4.73 88.349-78.915-31.713-39.335 1.026-79.506-63.666-87.844Z",
|
|
188
188
|
fill: "#F5F6FA"
|
|
@@ -203,7 +203,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
203
203
|
d: "M86.786 22.982c-2.55 0-4.965 2.07-4.965 4.552V120.6c0 2.484 2.4 4.572 4.965 4.572h88.101c2.582 0 4.986-2.089 4.986-4.572V27.534c0-2.464-2.418-4.552-4.986-4.552h-88.1Zm-5.793 4.552c0-3.022 2.874-5.38 5.793-5.38h88.101c2.935 0 5.814 2.374 5.814 5.38V120.6c0 3.021-2.86 5.4-5.814 5.4h-88.1c-2.94 0-5.794-2.381-5.794-5.4V27.534Z",
|
|
204
204
|
fill: "#1D1E26"
|
|
205
205
|
})), /*#__PURE__*/React__namespace.createElement("mask", {
|
|
206
|
-
id: "
|
|
206
|
+
id: "2m6zpk5nlin4o6gfc_b",
|
|
207
207
|
style: {
|
|
208
208
|
maskType: "alpha"
|
|
209
209
|
},
|
|
@@ -216,7 +216,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
216
216
|
d: "M174.887 125.586h-88.1c-2.752 0-5.38-2.234-5.38-4.986V27.534c0-2.752 2.644-4.966 5.38-4.966h88.1c2.752 0 5.4 2.23 5.4 4.966V120.6c0 2.752-2.632 4.986-5.4 4.986Z",
|
|
217
217
|
fill: "#9BDEFF"
|
|
218
218
|
}))), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
|
|
219
|
-
mask: "url(#
|
|
219
|
+
mask: "url(#2m6zpk5nlin4o6gfc_b)",
|
|
220
220
|
fillRule: "evenodd",
|
|
221
221
|
clipRule: "evenodd"
|
|
222
222
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -302,7 +302,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
302
302
|
d: "M24.73 96.184a.414.414 0 0 1 .581.06l48.646 59.751a.413.413 0 1 1-.642.523L24.67 96.766a.414.414 0 0 1 .06-.582Z",
|
|
303
303
|
fill: "#fff"
|
|
304
304
|
}))), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
305
|
-
id: "
|
|
305
|
+
id: "2m6zpkx4yxsvfr3zj_a"
|
|
306
306
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
307
307
|
fill: "#fff",
|
|
308
308
|
transform: "translate(.552)",
|
|
@@ -859,14 +859,14 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
859
859
|
};
|
|
860
860
|
var ForwardRef$b = /*#__PURE__*/React.forwardRef(SvgSearchWithBackground);
|
|
861
861
|
|
|
862
|
-
var css$1x = {"root":"
|
|
862
|
+
var css$1x = {"root":"HlrjNi","uui-spinner":"QiOPCk","uuiSpinner":"QiOPCk"};
|
|
863
863
|
|
|
864
864
|
function applySpinnerMods() {
|
|
865
865
|
return [css$1x.root, 'uui-spinner'];
|
|
866
866
|
}
|
|
867
867
|
const Spinner = /* @__PURE__ */uuiCore.withMods(uuiComponents.Spinner, applySpinnerMods);
|
|
868
868
|
|
|
869
|
-
var css$1w = {"root":"
|
|
869
|
+
var css$1w = {"root":"btBmUb","loading-word":"FC9mnj","loadingWord":"FC9mnj","animated-loading":"JgQp0q","animatedLoading":"JgQp0q","skeleton_loading":"ID2ds5","skeletonLoading":"ID2ds5"};
|
|
870
870
|
|
|
871
871
|
const TextPlaceholder = (props) => {
|
|
872
872
|
const pattern = ' ';
|
|
@@ -883,7 +883,7 @@ const TextPlaceholder = (props) => {
|
|
|
883
883
|
]), dangerouslySetInnerHTML: { __html: it } })))));
|
|
884
884
|
};
|
|
885
885
|
|
|
886
|
-
var css$1v = {"root":"
|
|
886
|
+
var css$1v = {"root":"pzVFOB","line-height":"y3SFRg","lineHeight":"y3SFRg","font-size":"Qo4NSd","fontSize":"Qo4NSd"};
|
|
887
887
|
|
|
888
888
|
function applyTextMods(mods) {
|
|
889
889
|
return [
|
|
@@ -1367,7 +1367,7 @@ const settings = {
|
|
|
1367
1367
|
textInput: textInputSettings,
|
|
1368
1368
|
};
|
|
1369
1369
|
|
|
1370
|
-
var css$1u = {"root":"
|
|
1370
|
+
var css$1u = {"root":"_1CLRMC"};
|
|
1371
1371
|
|
|
1372
1372
|
function applyButtonMods(mods) {
|
|
1373
1373
|
return [
|
|
@@ -1385,7 +1385,7 @@ const Button = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Button,
|
|
|
1385
1385
|
};
|
|
1386
1386
|
});
|
|
1387
1387
|
|
|
1388
|
-
var css$1t = {"root":"
|
|
1388
|
+
var css$1t = {"root":"FKYfCc"};
|
|
1389
1389
|
|
|
1390
1390
|
function applyIconButtonMods(props) {
|
|
1391
1391
|
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1t.root];
|
|
@@ -1422,7 +1422,7 @@ function getIconClass(props) {
|
|
|
1422
1422
|
return [classList['has-left-icon'] ? 'uui-has-left-icon' : 'uui-no-left-icon', classList['has-right-icon'] ? 'uui-has-right-icon' : 'uui-no-right-icon'];
|
|
1423
1423
|
}
|
|
1424
1424
|
|
|
1425
|
-
var css$1s = {"root":"
|
|
1425
|
+
var css$1s = {"root":"erbyIH"};
|
|
1426
1426
|
|
|
1427
1427
|
const DEFAULT_COLOR = 'primary';
|
|
1428
1428
|
const LinkButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
@@ -1452,7 +1452,7 @@ const LinkButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
|
1452
1452
|
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
1453
1453
|
});
|
|
1454
1454
|
|
|
1455
|
-
var css$1r = {"root":"
|
|
1455
|
+
var css$1r = {"root":"l-upyA"};
|
|
1456
1456
|
|
|
1457
1457
|
const CountIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1458
1458
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -1464,7 +1464,7 @@ const CountIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1464
1464
|
]) }, props.caption));
|
|
1465
1465
|
});
|
|
1466
1466
|
|
|
1467
|
-
var css$1q = {"root":"
|
|
1467
|
+
var css$1q = {"root":"Dkovx7","withNotify":"f3A00a"};
|
|
1468
1468
|
|
|
1469
1469
|
const TabButton = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
1470
1470
|
const styles = [
|
|
@@ -1492,14 +1492,14 @@ const TabButton = /* @__PURE__ */React__namespace.default.forwardRef((props, ref
|
|
|
1492
1492
|
props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
1493
1493
|
});
|
|
1494
1494
|
|
|
1495
|
-
var css$1p = {"root":"
|
|
1495
|
+
var css$1p = {"root":"Q0Ruc7"};
|
|
1496
1496
|
|
|
1497
1497
|
function applyVerticalTabButtonMods() {
|
|
1498
1498
|
return [css$1p.root, 'uui-vertical-tab-button'];
|
|
1499
1499
|
}
|
|
1500
1500
|
const VerticalTabButton = /* @__PURE__ */uuiCore.withMods(TabButton, applyVerticalTabButtonMods);
|
|
1501
1501
|
|
|
1502
|
-
var css$1o = {"root":"
|
|
1502
|
+
var css$1o = {"root":"HM6nbS"};
|
|
1503
1503
|
|
|
1504
1504
|
function applyCheckboxMods(mods) {
|
|
1505
1505
|
return [
|
|
@@ -1517,7 +1517,7 @@ const applyUUICheckboxProps = (props) => {
|
|
|
1517
1517
|
};
|
|
1518
1518
|
const Checkbox = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Checkbox, applyCheckboxMods, applyUUICheckboxProps);
|
|
1519
1519
|
|
|
1520
|
-
var css$1n = {"root":"
|
|
1520
|
+
var css$1n = {"root":"aAQkh7"};
|
|
1521
1521
|
|
|
1522
1522
|
function applyRadioInputMods(mods) {
|
|
1523
1523
|
return [
|
|
@@ -1529,7 +1529,7 @@ function applyRadioInputMods(mods) {
|
|
|
1529
1529
|
}
|
|
1530
1530
|
const RadioInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.RadioInput, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : settings.radioInput.icons.dotIcon }));
|
|
1531
1531
|
|
|
1532
|
-
var css$1m = {"root":"
|
|
1532
|
+
var css$1m = {"root":"NLGHbE"};
|
|
1533
1533
|
|
|
1534
1534
|
function applySwitchMods(mods) {
|
|
1535
1535
|
return [
|
|
@@ -1553,7 +1553,7 @@ var EditMode;
|
|
|
1553
1553
|
EditMode["INLINE"] = "inline";
|
|
1554
1554
|
})(EditMode || (EditMode = {}));
|
|
1555
1555
|
|
|
1556
|
-
var textInputCss = {"root":"
|
|
1556
|
+
var textInputCss = {"root":"dTiktO"};
|
|
1557
1557
|
|
|
1558
1558
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
1559
1559
|
function applyTextInputMods(mods) {
|
|
@@ -1578,7 +1578,7 @@ const SearchInput = /* @__PURE__ */React__namespace.default.forwardRef((props, r
|
|
|
1578
1578
|
} }));
|
|
1579
1579
|
});
|
|
1580
1580
|
|
|
1581
|
-
var css$1l = {"root":"
|
|
1581
|
+
var css$1l = {"root":"GGW3-i"};
|
|
1582
1582
|
|
|
1583
1583
|
const ControlGroup = /* @__PURE__ */uuiCore.withMods(uuiComponents.ControlGroup, () => [css$1l.root, 'uui-control-group']);
|
|
1584
1584
|
|
|
@@ -1594,7 +1594,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
1594
1594
|
}
|
|
1595
1595
|
const MultiSwitch = /* @__PURE__ */React__namespace.forwardRef(MultiSwitchComponent);
|
|
1596
1596
|
|
|
1597
|
-
var css$1k = {"root":"
|
|
1597
|
+
var css$1k = {"root":"-ITmov"};
|
|
1598
1598
|
|
|
1599
1599
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
1600
1600
|
function applyNumericInputMods(mods) {
|
|
@@ -1614,7 +1614,7 @@ const NumericInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.NumericInput,
|
|
|
1614
1614
|
};
|
|
1615
1615
|
});
|
|
1616
1616
|
|
|
1617
|
-
var css$1j = {"root":"
|
|
1617
|
+
var css$1j = {"root":"IjvgwK"};
|
|
1618
1618
|
|
|
1619
1619
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
1620
1620
|
function applyTextAreaMods(mods) {
|
|
@@ -1655,7 +1655,7 @@ function TREE_SHAKEABLE_INIT$1() {
|
|
|
1655
1655
|
};
|
|
1656
1656
|
}
|
|
1657
1657
|
|
|
1658
|
-
var css$1i = {"root":"
|
|
1658
|
+
var css$1i = {"root":"_48bVB1","main-path":"AQBIeQ","mainPath":"AQBIeQ","content-wrapper":"-dYW-z","contentWrapper":"-dYW-z","content":"E0KPjS","action-wrapper":"laIRBY","actionWrapper":"laIRBY","icon-wrapper":"NWAeuJ","iconWrapper":"NWAeuJ","icon":"RcUwux","close-icon":"Bi6x8w","closeIcon":"Bi6x8w"};
|
|
1659
1659
|
|
|
1660
1660
|
const Alert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("div", { role: "alert", ref: ref, className: cx__default.default('uui-alert', css$1i.root, props.color && `uui-color-${props.color}`, props.cx, `uui-size-${props.size || settings.alert.sizes.default}`), ...props.rawProps },
|
|
1661
1661
|
React__namespace.createElement("div", { className: css$1i.mainPath },
|
|
@@ -1673,7 +1673,7 @@ const ErrorAlert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => Re
|
|
|
1673
1673
|
|
|
1674
1674
|
const Dropdown = /* @__PURE__ */uuiCore.withMods(uuiComponents.Dropdown);
|
|
1675
1675
|
|
|
1676
|
-
var css$1h = {"root":"
|
|
1676
|
+
var css$1h = {"root":"YypaBj"};
|
|
1677
1677
|
|
|
1678
1678
|
function applyDropdownContainerMods(mods) {
|
|
1679
1679
|
return [
|
|
@@ -1684,7 +1684,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
1684
1684
|
}
|
|
1685
1685
|
const DropdownContainer = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.DropdownContainer, applyDropdownContainerMods);
|
|
1686
1686
|
|
|
1687
|
-
var css$1g = {"submenu-root-item-rtl":"
|
|
1687
|
+
var css$1g = {"submenu-root-item-rtl":"VB0wX3","submenuRootItemRtl":"VB0wX3","icon-after":"-p3r7n","iconAfter":"-p3r7n","submenu-root-item":"nY25rL","submenuRootItem":"nY25rL","icon-check":"X-gTsN","iconCheck":"X-gTsN","splitter-root":"gT9KmY","splitterRoot":"gT9KmY","splitter":"q51m78","header-root":"ZU67ml","headerRoot":"ZU67ml","item-root":"ciFD9o","itemRoot":"ciFD9o","icon":"JUzy-k","link":"iocMux","indent":"MHblxP","selected-mark":"SzZHb0","selectedMark":"SzZHb0"};
|
|
1688
1688
|
|
|
1689
1689
|
exports.IDropdownControlKeys = void 0;
|
|
1690
1690
|
(function (IDropdownControlKeys) {
|
|
@@ -1814,7 +1814,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1814
1814
|
React__namespace.default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1815
1815
|
}
|
|
1816
1816
|
|
|
1817
|
-
var css$1f = {"root":"
|
|
1817
|
+
var css$1f = {"root":"bMBghU","mode-block":"_45cf13","modeBlock":"_45cf13","mode-inline":"Qum9qP","modeInline":"Qum9qP","padding-0":"kZFHND","padding0":"kZFHND","padding-6":"I9OxCP","padding6":"I9OxCP","padding-12":"cCrDj6","padding12":"cCrDj6","padding-18":"fBO-X4","padding18":"fBO-X4"};
|
|
1818
1818
|
|
|
1819
1819
|
function applyAccordionMods(mods) {
|
|
1820
1820
|
return [
|
|
@@ -1827,7 +1827,7 @@ const Accordion = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Accor
|
|
|
1827
1827
|
dropdownIcon: mods.dropdownIcon !== null && settings.accordion.icons.dropdownIcon,
|
|
1828
1828
|
}));
|
|
1829
1829
|
|
|
1830
|
-
var css$1e = {"root":"
|
|
1830
|
+
var css$1e = {"root":"_7odpVC","align-items":"xXqZjG","alignItems":"xXqZjG","justify-content":"gZdJ-5","justifyContent":"gZdJ-5","border-top":"k2om3t","borderTop":"k2om3t","border-bottom":"-ptmt2","borderBottom":"-ptmt2","top-shadow":"JChazr","topShadow":"JChazr","padding":"Tnk2zV","margin":"hQ7cWV","vPadding":"cGU3uM","column-gap":"_7bN-54","columnGap":"_7bN-54","row-gap":"oZHYzO","rowGap":"oZHYzO","spacing":"pH6MH0"};
|
|
1831
1831
|
|
|
1832
1832
|
const FlexCell = /* @__PURE__ */uuiCore.withMods(uuiComponents.FlexCell, () => [css$1e.flexCell]);
|
|
1833
1833
|
|
|
@@ -1872,7 +1872,7 @@ const FlexRow = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1872
1872
|
} }, props.children));
|
|
1873
1873
|
});
|
|
1874
1874
|
|
|
1875
|
-
var css$1d = {"root":"
|
|
1875
|
+
var css$1d = {"root":"ARhu1A","margin-24":"bMnY7-","margin24":"bMnY7-","padding-12":"SJniyF","padding12":"SJniyF","padding-24":"TlEdkL","padding24":"TlEdkL","shadow":"_8Lp0Xt","uui-surface-main":"rS3IiL","uuiSurfaceMain":"rS3IiL"};
|
|
1876
1876
|
|
|
1877
1877
|
const Panel = /* @__PURE__ */uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
1878
1878
|
'uui-panel',
|
|
@@ -1882,7 +1882,7 @@ const Panel = /* @__PURE__ */uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
|
1882
1882
|
props.background && css$1d[`uui-${props.background}`],
|
|
1883
1883
|
]);
|
|
1884
1884
|
|
|
1885
|
-
var css$1c = {"root":"
|
|
1885
|
+
var css$1c = {"root":"_8QrW9r"};
|
|
1886
1886
|
|
|
1887
1887
|
function applyTooltipMods(mods) {
|
|
1888
1888
|
return [
|
|
@@ -1892,7 +1892,7 @@ function applyTooltipMods(mods) {
|
|
|
1892
1892
|
}
|
|
1893
1893
|
const Tooltip = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Tooltip, applyTooltipMods);
|
|
1894
1894
|
|
|
1895
|
-
var css$1b = {"root":"
|
|
1895
|
+
var css$1b = {"root":"xJQPpO"};
|
|
1896
1896
|
|
|
1897
1897
|
function applyLabeledInputMods(mods) {
|
|
1898
1898
|
return [
|
|
@@ -1909,7 +1909,7 @@ function applyLabeledInputProps(props) {
|
|
|
1909
1909
|
}
|
|
1910
1910
|
const LabeledInput = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.LabeledInput, applyLabeledInputMods, applyLabeledInputProps);
|
|
1911
1911
|
|
|
1912
|
-
var css$1a = {"root":"
|
|
1912
|
+
var css$1a = {"root":"JkpWpO"};
|
|
1913
1913
|
|
|
1914
1914
|
function RadioGroup(props) {
|
|
1915
1915
|
const direction = props.direction || 'vertical';
|
|
@@ -1924,7 +1924,7 @@ function RadioGroup(props) {
|
|
|
1924
1924
|
})));
|
|
1925
1925
|
}
|
|
1926
1926
|
|
|
1927
|
-
var css$19 = {"root":"
|
|
1927
|
+
var css$19 = {"root":"_04Lpo1"};
|
|
1928
1928
|
|
|
1929
1929
|
function applyScrollBarsMods() {
|
|
1930
1930
|
return [
|
|
@@ -1933,9 +1933,9 @@ function applyScrollBarsMods() {
|
|
|
1933
1933
|
}
|
|
1934
1934
|
const ScrollBars = /* @__PURE__ */uuiCore.withMods(uuiComponents.ScrollBars, applyScrollBarsMods);
|
|
1935
1935
|
|
|
1936
|
-
var css$18 = {"scroll-container":"
|
|
1936
|
+
var css$18 = {"scroll-container":"ykFJED","scrollContainer":"ykFJED","list-container":"SjuGEa","listContainer":"SjuGEa"};
|
|
1937
1937
|
|
|
1938
|
-
var css$17 = {"root":"
|
|
1938
|
+
var css$17 = {"root":"_6QGYfX"};
|
|
1939
1939
|
|
|
1940
1940
|
const Blocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.Blocker, () => [css$17.root], () => ({ renderSpinner: settings.blocker.renderSpinner }));
|
|
1941
1941
|
|
|
@@ -1981,7 +1981,7 @@ const VirtualListView = /* @__PURE__ */React__namespace.forwardRef((props, ref)
|
|
|
1981
1981
|
React__namespace.createElement(Blocker, { isEnabled: props.isLoading })));
|
|
1982
1982
|
});
|
|
1983
1983
|
|
|
1984
|
-
var css$16 = {"root":"
|
|
1984
|
+
var css$16 = {"root":"_19uy9M"};
|
|
1985
1985
|
|
|
1986
1986
|
function CheckboxGroup(props) {
|
|
1987
1987
|
const currentValue = props.value || [];
|
|
@@ -2003,7 +2003,7 @@ function CheckboxGroup(props) {
|
|
|
2003
2003
|
})));
|
|
2004
2004
|
}
|
|
2005
2005
|
|
|
2006
|
-
var css$15 = {"root":"
|
|
2006
|
+
var css$15 = {"root":"A-LMxa","modal-blocker":"_6huqgH","modalBlocker":"_6huqgH","animateModalBlocker":"_3sJkKh","modal":"qXOZTB","modal-footer":"qF-c-8","modalFooter":"qF-c-8","border-top":"QOYHpo","borderTop":"QOYHpo","modal-header":"XipC6l","modalHeader":"XipC6l","border-bottom":"WZ0txC","borderBottom":"WZ0txC"};
|
|
2007
2007
|
|
|
2008
2008
|
const ModalBlocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalBlocker, () => [css$15.modalBlocker]);
|
|
2009
2009
|
const ModalWindow = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalWindow, () => [css$15.root, css$15.modal], (props) => {
|
|
@@ -2193,7 +2193,7 @@ const TREE_SHAKEABLE_INIT = () => ({
|
|
|
2193
2193
|
});
|
|
2194
2194
|
const i18n = /* @__PURE__ */TREE_SHAKEABLE_INIT();
|
|
2195
2195
|
|
|
2196
|
-
var css$14 = {"root":"
|
|
2196
|
+
var css$14 = {"root":"_5Wt--G","icon-wrapper":"D473qY","iconWrapper":"D473qY","action-wrapper":"Rl9z1R","actionWrapper":"Rl9z1R","action-link":"p0wjn3","actionLink":"p0wjn3","close-icon":"PVuzyd","closeIcon":"PVuzyd","main-path":"IDZ8mg","mainPath":"IDZ8mg","content":"lnrjNp","close-wrapper":"YeDhEu","closeWrapper":"YeDhEu","notification-wrapper":"Nha0yW","notificationWrapper":"Nha0yW","clear-button":"QjRPbt","clearButton":"QjRPbt"};
|
|
2197
2197
|
|
|
2198
2198
|
const NotificationCard = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
2199
2199
|
const notificationCardNode = React__namespace.default.useRef(null);
|
|
@@ -2226,7 +2226,7 @@ function ClearNotification() {
|
|
|
2226
2226
|
React__namespace.default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
|
|
2227
2227
|
}
|
|
2228
2228
|
|
|
2229
|
-
var css$13 = {"footer":"
|
|
2229
|
+
var css$13 = {"footer":"gPv2dT"};
|
|
2230
2230
|
|
|
2231
2231
|
class ConfirmationModal extends React__namespace.Component {
|
|
2232
2232
|
render() {
|
|
@@ -2268,7 +2268,7 @@ function useReliableForceUpdate() {
|
|
|
2268
2268
|
return red[1];
|
|
2269
2269
|
}
|
|
2270
2270
|
|
|
2271
|
-
var css$12 = {"root":"
|
|
2271
|
+
var css$12 = {"root":"gNHcQR","timepicker-input":"qAjuq0","timepickerInput":"qAjuq0","ltr-always":"zMjNqO","ltrAlways":"zMjNqO"};
|
|
2272
2272
|
|
|
2273
2273
|
const uuiTimePicker = {
|
|
2274
2274
|
container: 'uui-timepicker-container',
|
|
@@ -2461,7 +2461,7 @@ function TimePicker(props) {
|
|
|
2461
2461
|
return (React__namespace.default.createElement(Dropdown, { renderTarget: (targetProps) => (props.renderTarget ? props.renderTarget(targetProps) : renderInput(targetProps)), renderBody: (bodyProps) => !props.isDisabled && !props.isReadonly && renderBody(bodyProps), onValueChange: !props.isDisabled && !props.isReadonly ? onToggle : null, value: state.isOpen, modifiers: [{ name: 'offset', options: { offset: [0, 6] } }], forwardedRef: props.forwardedRef }));
|
|
2462
2462
|
}
|
|
2463
2463
|
|
|
2464
|
-
var css$11 = {"root":"
|
|
2464
|
+
var css$11 = {"root":"OX7cxh"};
|
|
2465
2465
|
|
|
2466
2466
|
function applyInputAddonMods() {
|
|
2467
2467
|
return [
|
|
@@ -2470,14 +2470,14 @@ function applyInputAddonMods() {
|
|
|
2470
2470
|
}
|
|
2471
2471
|
const InputAddon = /* @__PURE__ */uuiCore.withMods(uuiComponents.InputAddon, applyInputAddonMods);
|
|
2472
2472
|
|
|
2473
|
-
var css$10 = {"root":"
|
|
2473
|
+
var css$10 = {"root":"xhCShm"};
|
|
2474
2474
|
|
|
2475
2475
|
function applySliderMods() {
|
|
2476
2476
|
return [css$10.root, 'uui-color-neutral'];
|
|
2477
2477
|
}
|
|
2478
2478
|
const Slider = /* @__PURE__ */uuiCore.withMods(uuiComponents.Slider, applySliderMods);
|
|
2479
2479
|
|
|
2480
|
-
var css$$ = {"root":"
|
|
2480
|
+
var css$$ = {"root":"_92dUYY","tooltip":"aknaHP"};
|
|
2481
2481
|
|
|
2482
2482
|
function applyRatingMods(mods) {
|
|
2483
2483
|
return [
|
|
@@ -2491,7 +2491,7 @@ const Rating = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Rating,
|
|
|
2491
2491
|
Tooltip,
|
|
2492
2492
|
}));
|
|
2493
2493
|
|
|
2494
|
-
var css$_ = {"root":"
|
|
2494
|
+
var css$_ = {"root":"fo00Wi","container":"iL-GFC"};
|
|
2495
2495
|
|
|
2496
2496
|
const defaultFormat = 'MMM D, YYYY';
|
|
2497
2497
|
const valueFormat = 'YYYY-MM-DD';
|
|
@@ -2702,14 +2702,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2702
2702
|
React__namespace.createElement(Button, { icon: navIconRight || settings.datePicker.icons.body.nextIcon, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
|
|
2703
2703
|
}
|
|
2704
2704
|
|
|
2705
|
-
var css$Z = {"root":"
|
|
2705
|
+
var css$Z = {"root":"FPJ0oS"};
|
|
2706
2706
|
|
|
2707
2707
|
function applyDateSelectionMods() {
|
|
2708
2708
|
return [css$Z.root, `uui-size-${settings.datePicker.sizes.body}`];
|
|
2709
2709
|
}
|
|
2710
2710
|
const Calendar = /* @__PURE__ */uuiCore.withMods(uuiComponents.Calendar, applyDateSelectionMods);
|
|
2711
2711
|
|
|
2712
|
-
var css$Y = {"root":"
|
|
2712
|
+
var css$Y = {"root":"LhW5Ab"};
|
|
2713
2713
|
|
|
2714
2714
|
const uuiDatePickerBody = {
|
|
2715
2715
|
wrapper: 'uui-datepicker-body-wrapper',
|
|
@@ -2835,7 +2835,7 @@ function DatePickerComponent(props, ref) {
|
|
|
2835
2835
|
}
|
|
2836
2836
|
const DatePicker = /* @__PURE__ */React__namespace.default.forwardRef(DatePickerComponent);
|
|
2837
2837
|
|
|
2838
|
-
var css$X = {"date-input":"
|
|
2838
|
+
var css$X = {"date-input":"QtIYPZ","dateInput":"QtIYPZ","root":"V9yJjU","separator":"Qee58T"};
|
|
2839
2839
|
|
|
2840
2840
|
const RangeDatePickerInput = /* @__PURE__ */React.forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, onKeyDown, id, cx: classes, }, ref) => {
|
|
2841
2841
|
const [inputValue, setInputValue] = React.useState(toCustomDateRangeFormat(value, format));
|
|
@@ -2886,7 +2886,7 @@ const RangeDatePickerInput = /* @__PURE__ */React.forwardRef(({ isDisabled, isIn
|
|
|
2886
2886
|
} : undefined, onValueChange: (v) => onInputChange(v || '', 'to'), onFocus: (e) => handleFocus(e, 'to'), onBlur: (e) => handleBlur(e, 'to'), isInvalid: isInvalid, isDisabled: isDisabled, isReadonly: isReadonly, isDropdown: false, rawProps: rawProps?.to, onClick: onClick, onKeyDown: onInputKeyDown })));
|
|
2887
2887
|
});
|
|
2888
2888
|
|
|
2889
|
-
var css$W = {"root":"
|
|
2889
|
+
var css$W = {"root":"jW1SyO"};
|
|
2890
2890
|
|
|
2891
2891
|
const uuiPresets = {
|
|
2892
2892
|
container: 'uui-presets-container',
|
|
@@ -2906,7 +2906,7 @@ function CalendarPresets(props) {
|
|
|
2906
2906
|
getPresets(props.presets).map((item) => (React__namespace.createElement(LinkButton, { key: item.key, caption: item.name, onClick: () => props.onPresetSet(item), size: settings.rangeDatePicker.sizes.preset })))));
|
|
2907
2907
|
}
|
|
2908
2908
|
|
|
2909
|
-
var css$V = {"root":"
|
|
2909
|
+
var css$V = {"root":"vsAOn2","container":"dtCABR","day-selection":"EYbFG-","daySelection":"EYbFG-","from-picker":"Uh-TXH","fromPicker":"Uh-TXH","to-picker":"agtdr1","toPicker":"agtdr1","bodes-wrapper":"qgLDNm","bodesWrapper":"qgLDNm","blocker":"g-MKsR"};
|
|
2910
2910
|
|
|
2911
2911
|
const uuiRangeDatePickerBody = {
|
|
2912
2912
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -3081,7 +3081,7 @@ const getDayCX = (day, selectedDate) => {
|
|
|
3081
3081
|
return [uuiCore.cx(inRange && uuiRangeDatePickerBody.inRange, isFirst && uuiRangeDatePickerBody.firstDayInRangeWrapper, !inRange && isFirst && uuiRangeDatePickerBody.lastDayInRangeWrapper, isLast && uuiRangeDatePickerBody.lastDayInRangeWrapper, !inRange && isLast && uuiRangeDatePickerBody.firstDayInRangeWrapper, (dayValue === fromValue || dayValue === toValue) && uuiComponents.uuiDaySelection.selectedDay)];
|
|
3082
3082
|
};
|
|
3083
3083
|
|
|
3084
|
-
var css$U = {"dropdown-container":"
|
|
3084
|
+
var css$U = {"dropdown-container":"gBFgQM","dropdownContainer":"gBFgQM"};
|
|
3085
3085
|
|
|
3086
3086
|
const modifiers = [{
|
|
3087
3087
|
name: 'offset',
|
|
@@ -3149,7 +3149,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
3149
3149
|
}
|
|
3150
3150
|
const RangeDatePicker = /* @__PURE__ */React__namespace.default.forwardRef(RangeDatePickerComponent);
|
|
3151
3151
|
|
|
3152
|
-
var css$T = {"root":"
|
|
3152
|
+
var css$T = {"root":"fByqef","blocker":"SyhrRR","marker":"VjCrz-","top":"biBnxy","bottom":"s5vTwL","left":"_4ByRE0","right":"MMl2-x","inside":"XS7sMO"};
|
|
3153
3153
|
|
|
3154
3154
|
function DropMarker(props) {
|
|
3155
3155
|
return props.isDndInProgress
|
|
@@ -3166,7 +3166,7 @@ function DropMarker(props) {
|
|
|
3166
3166
|
|
|
3167
3167
|
const RichTextView = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || settings.richTextView.sizes.default}`]);
|
|
3168
3168
|
|
|
3169
|
-
var css$S = {"modal":"
|
|
3169
|
+
var css$S = {"modal":"IGxHwN","search-wrapper":"zxgdHy","searchWrapper":"zxgdHy","no-data":"blClNS","noData":"blClNS","type-search-to-load-size-24":"_2nRuY9","typeSearchToLoadSize24":"_2nRuY9"};
|
|
3170
3170
|
|
|
3171
3171
|
class DataPickerBody extends uuiComponents.PickerBodyBase {
|
|
3172
3172
|
constructor() {
|
|
@@ -3243,7 +3243,7 @@ function DataPickerFooterImpl(props) {
|
|
|
3243
3243
|
}
|
|
3244
3244
|
const DataPickerFooter = /* @__PURE__ */React__namespace.default.memo(DataPickerFooterImpl);
|
|
3245
3245
|
|
|
3246
|
-
var css$R = {"header":"
|
|
3246
|
+
var css$R = {"header":"yOLyhN","title":"aIm4pe","close":"mVWP-o"};
|
|
3247
3247
|
|
|
3248
3248
|
const DataPickerHeaderImpl = (props) => {
|
|
3249
3249
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -3253,11 +3253,11 @@ const DataPickerHeaderImpl = (props) => {
|
|
|
3253
3253
|
};
|
|
3254
3254
|
const DataPickerHeader = /* @__PURE__ */React__namespace.default.memo(DataPickerHeaderImpl);
|
|
3255
3255
|
|
|
3256
|
-
var css$Q = {"root":"
|
|
3256
|
+
var css$Q = {"root":"pi9YGt"};
|
|
3257
3257
|
|
|
3258
3258
|
const AvatarStack = /* @__PURE__ */uuiCore.withMods(uuiComponents.AvatarStack, () => [css$Q.root]);
|
|
3259
3259
|
|
|
3260
|
-
var css$P = {"root":"
|
|
3260
|
+
var css$P = {"root":"fpnZAL"};
|
|
3261
3261
|
|
|
3262
3262
|
const DEFAULT_FILL = 'solid';
|
|
3263
3263
|
function applyBadgeMods(mods) {
|
|
@@ -3285,7 +3285,7 @@ const Badge = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) =>
|
|
|
3285
3285
|
props.isDropdown && (React__namespace.default.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
3286
3286
|
});
|
|
3287
3287
|
|
|
3288
|
-
var css$O = {"root":"
|
|
3288
|
+
var css$O = {"root":"Yt8Evr"};
|
|
3289
3289
|
|
|
3290
3290
|
function applyTagMods(props) {
|
|
3291
3291
|
return [
|
|
@@ -3313,7 +3313,7 @@ const Tag = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
|
3313
3313
|
props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
3314
3314
|
});
|
|
3315
3315
|
|
|
3316
|
-
var css$N = {"root":"
|
|
3316
|
+
var css$N = {"root":"_7Ot-mi","page":"PZ7DG4","spacer":"NZicfb","mode-ghost":"_6z84Cd","modeGhost":"_6z84Cd"};
|
|
3317
3317
|
|
|
3318
3318
|
function Paginator(props) {
|
|
3319
3319
|
const renderPaginator = (params) => (React__namespace.default.createElement("nav", { role: "navigation", className: cx__default.default(css$N.root, 'uui-paginator', `uui-size-${props.size || settings.paginator.sizes.default}`), ...params.rawProps },
|
|
@@ -3330,14 +3330,14 @@ function Paginator(props) {
|
|
|
3330
3330
|
return React__namespace.default.createElement(uuiComponents.Paginator, { ...props, render: renderPaginator });
|
|
3331
3331
|
}
|
|
3332
3332
|
|
|
3333
|
-
var css$M = {"root":"
|
|
3333
|
+
var css$M = {"root":"J2SEjp","progress-bar":"Ck-yOb","progressBar":"Ck-yOb","progressBar-indeterminate":"qMa9wO","progressBarIndeterminate":"qMa9wO","size-12":"zxphIO","size12":"zxphIO","size-18":"_2-KFDa","size18":"_2-KFDa","size-24":"GG7q1K","size24":"GG7q1K"};
|
|
3334
3334
|
|
|
3335
3335
|
const IndeterminateBar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
3336
3336
|
return (React__namespace.createElement("div", { ref: ref, className: cx__default.default('uui-indeterminate_bar', props.cx, css$M.root, css$M[`size-${props.size || 12}`]) },
|
|
3337
3337
|
React__namespace.createElement("div", { className: cx__default.default(css$M.progressBar) })));
|
|
3338
3338
|
});
|
|
3339
3339
|
|
|
3340
|
-
var css$L = {"root":"
|
|
3340
|
+
var css$L = {"root":"_9m-Rsi","striped":"Ol6eI1","animate-stripes":"ICXgRv","animateStripes":"ICXgRv","size-12":"RJ8vf0","size12":"RJ8vf0","size-18":"ddhCyd","size18":"ddhCyd","size-24":"UevXrP","size24":"UevXrP"};
|
|
3341
3341
|
|
|
3342
3342
|
const DEFAULT_SIZE = '12';
|
|
3343
3343
|
function applyProgressBarMods(mods) {
|
|
@@ -3352,14 +3352,14 @@ const ProgressBar = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Pro
|
|
|
3352
3352
|
hideLabel: props.hideLabel || props.striped,
|
|
3353
3353
|
}));
|
|
3354
3354
|
|
|
3355
|
-
var css$K = {"root":"
|
|
3355
|
+
var css$K = {"root":"p-9nRd"};
|
|
3356
3356
|
|
|
3357
3357
|
const IndicatorBar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
3358
3358
|
const { progress } = props;
|
|
3359
3359
|
return progress || progress === 0 ? (React__namespace.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx__default.default(css$K.root, props.cx), hideLabel: true })) : (React__namespace.createElement(IndeterminateBar, { ref: ref, cx: cx__default.default(css$K.root, props.cx) }));
|
|
3360
3360
|
});
|
|
3361
3361
|
|
|
3362
|
-
var css$J = {"root":"
|
|
3362
|
+
var css$J = {"root":"EDtF30"};
|
|
3363
3363
|
|
|
3364
3364
|
const StatusIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
3365
3365
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -3374,7 +3374,7 @@ const StatusIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
3374
3374
|
React__namespace.default.createElement("p", { className: "uui-status_indicator-caption" }, props.caption)));
|
|
3375
3375
|
});
|
|
3376
3376
|
|
|
3377
|
-
var css$I = {"drag-handle":"
|
|
3377
|
+
var css$I = {"drag-handle":"NV0C4h","dragHandle":"NV0C4h","icon-container":"mH80C-","iconContainer":"mH80C-"};
|
|
3378
3378
|
|
|
3379
3379
|
function DataRowAddons(props) {
|
|
3380
3380
|
const row = props.rowProps;
|
|
@@ -3395,7 +3395,7 @@ function DataRowAddons(props) {
|
|
|
3395
3395
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row), size: settings.dataTable.sizes.body.iconMap[props.size || settings.dataTable.sizes.body.row] }))))));
|
|
3396
3396
|
}
|
|
3397
3397
|
|
|
3398
|
-
var css$H = {"root":"
|
|
3398
|
+
var css$H = {"root":"hVuHx3","align-widgets-top":"cy5s5i","alignWidgetsTop":"cy5s5i","align-widgets-center":"OMIWVW","alignWidgetsCenter":"OMIWVW","icon-container":"elJGSL","iconContainer":"elJGSL","content-wrapper":"qSIYTw","contentWrapper":"qSIYTw","render-item":"sDf0R7","renderItem":"sDf0R7","icon-wrapper":"XxI2Dx","iconWrapper":"XxI2Dx","icon-default":"wZQcJy","iconDefault":"wZQcJy","selected-mark":"YbhmbW","selectedMark":"YbhmbW"};
|
|
3399
3399
|
|
|
3400
3400
|
function DataPickerCell(props) {
|
|
3401
3401
|
const ref = React__namespace.useRef();
|
|
@@ -3433,7 +3433,7 @@ function DataPickerCell(props) {
|
|
|
3433
3433
|
getWrappedContent()));
|
|
3434
3434
|
}
|
|
3435
3435
|
|
|
3436
|
-
var css$G = {"picker-row":"
|
|
3436
|
+
var css$G = {"picker-row":"u4aVkO","pickerRow":"u4aVkO"};
|
|
3437
3437
|
|
|
3438
3438
|
class DataPickerRow extends React__namespace.Component {
|
|
3439
3439
|
constructor() {
|
|
@@ -3447,7 +3447,7 @@ class DataPickerRow extends React__namespace.Component {
|
|
|
3447
3447
|
}
|
|
3448
3448
|
}
|
|
3449
3449
|
|
|
3450
|
-
var css$F = {"done":"
|
|
3450
|
+
var css$F = {"done":"qo5cK-","container":"_3a7l-f"};
|
|
3451
3451
|
|
|
3452
3452
|
const PickerBodyMobileView = (props) => {
|
|
3453
3453
|
const isMobileView = uuiCore.isMobile();
|
|
@@ -3524,7 +3524,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
3524
3524
|
return getDecoratedText(str, ranges);
|
|
3525
3525
|
};
|
|
3526
3526
|
|
|
3527
|
-
var css$E = {"root":"
|
|
3527
|
+
var css$E = {"root":"_7rG7WA","column-gap":"q7-a9Y","columnGap":"q7-a9Y","title":"t5nSV0","subtitle":"wO6EFG","disabled":"AW-HA-","multiline":"jRKUUg"};
|
|
3528
3528
|
|
|
3529
3529
|
function PickerItem(props) {
|
|
3530
3530
|
const { highlightSearchMatches = true, size, avatarUrl, isLoading, isDisabled, icon, } = props;
|
|
@@ -3545,7 +3545,7 @@ function getAvatarSize(size, isMultiline) {
|
|
|
3545
3545
|
return settings.pickerInput.sizes.body[isMultiline ? 'itemAvatarMultilineMap' : 'itemAvatarMap'][size];
|
|
3546
3546
|
}
|
|
3547
3547
|
|
|
3548
|
-
var css$D = {"sub-header-wrapper":"
|
|
3548
|
+
var css$D = {"sub-header-wrapper":"GCu3pr","subHeaderWrapper":"GCu3pr","switch":"h3IP4M","no-found-modal-container":"_6UyMS5","noFoundModalContainer":"_6UyMS5","no-found-modal-container-icon":"z1IFvc","noFoundModalContainerIcon":"z1IFvc","no-found-modal-container-text":"HMngP0","noFoundModalContainerText":"HMngP0"};
|
|
3549
3549
|
|
|
3550
3550
|
function PickerModal(props) {
|
|
3551
3551
|
const { view, selection, dataSourceStateLens, dataSourceState, getDataSourceState, getName, clearSelection, getRows, getListProps, getFooterProps, isSingleSelect, handleDataSourceValueChange, } = uuiComponents.usePickerModal(props);
|
|
@@ -3600,7 +3600,7 @@ function PickerModal(props) {
|
|
|
3600
3600
|
React__namespace.default.createElement(ModalFooter, null, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
3601
3601
|
}
|
|
3602
3602
|
|
|
3603
|
-
var css$C = {"tooltip":"
|
|
3603
|
+
var css$C = {"tooltip":"MSxmuT"};
|
|
3604
3604
|
|
|
3605
3605
|
const PickerTogglerTag = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
3606
3606
|
const tagProps = {
|
|
@@ -3619,7 +3619,7 @@ const PickerTogglerTag = /* @__PURE__ */React__namespace.forwardRef((props, ref)
|
|
|
3619
3619
|
}
|
|
3620
3620
|
});
|
|
3621
3621
|
|
|
3622
|
-
var css$B = {"root":"
|
|
3622
|
+
var css$B = {"root":"pR1V4F"};
|
|
3623
3623
|
|
|
3624
3624
|
const defaultMode = EditMode.FORM;
|
|
3625
3625
|
function applyPickerTogglerMods(mods) {
|
|
@@ -3720,7 +3720,7 @@ function PickerInputComponent({ highlightSearchMatches = true, ...props }, ref)
|
|
|
3720
3720
|
}
|
|
3721
3721
|
const PickerInput = /* @__PURE__ */React__namespace.default.forwardRef(PickerInputComponent);
|
|
3722
3722
|
|
|
3723
|
-
var css$A = {"row":"
|
|
3723
|
+
var css$A = {"row":"_9kEmvi"};
|
|
3724
3724
|
|
|
3725
3725
|
function PickerListItem(props) {
|
|
3726
3726
|
let label;
|
|
@@ -3740,7 +3740,7 @@ function PickerListItem(props) {
|
|
|
3740
3740
|
return (React__namespace.default.createElement("div", { role: "option", "aria-selected": props.isSelectable ? props.isSelected : undefined, "aria-busy": props.isLoading, "aria-posinset": props.index + 1, ...(props.checkbox?.isVisible && { 'aria-checked': props.isChecked }), className: css$A.row }, component));
|
|
3741
3741
|
}
|
|
3742
3742
|
|
|
3743
|
-
var css$z = {"root":"
|
|
3743
|
+
var css$z = {"root":"CsiFxI"};
|
|
3744
3744
|
|
|
3745
3745
|
function PickerList(props) {
|
|
3746
3746
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = uuiComponents.usePickerList(props);
|
|
@@ -3775,7 +3775,7 @@ function PickerList(props) {
|
|
|
3775
3775
|
}, selectedRows)));
|
|
3776
3776
|
}
|
|
3777
3777
|
|
|
3778
|
-
var css$y = {"root":"
|
|
3778
|
+
var css$y = {"root":"_2G7-G3","wrapper":"K6erF0","align-widgets-top":"xRcA-w","alignWidgetsTop":"xRcA-w","align-widgets-center":"b7hccc","alignWidgetsCenter":"b7hccc"};
|
|
3779
3779
|
|
|
3780
3780
|
function DataTableCell(initialProps) {
|
|
3781
3781
|
const props = { ...initialProps };
|
|
@@ -3823,7 +3823,7 @@ function DataTableCell(initialProps) {
|
|
|
3823
3823
|
return React__namespace.createElement(uuiComponents.DataTableCell, { ...props });
|
|
3824
3824
|
}
|
|
3825
3825
|
|
|
3826
|
-
var css$x = {"root":"
|
|
3826
|
+
var css$x = {"root":"_8mMTJF"};
|
|
3827
3827
|
|
|
3828
3828
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3829
3829
|
// As we need our mods to style the cell properly, we extract them from DataTableCellProps.rowProps, which is a hack, but it's reliable enough.
|
|
@@ -3839,7 +3839,7 @@ const DataTableRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.DataTableRow,
|
|
|
3839
3839
|
];
|
|
3840
3840
|
}, () => propsMods);
|
|
3841
3841
|
|
|
3842
|
-
var css$w = {"sorting-panel-container":"
|
|
3842
|
+
var css$w = {"sorting-panel-container":"-So5mu","sortingPanelContainer":"-So5mu"};
|
|
3843
3843
|
|
|
3844
3844
|
const SortingPanelImpl = ({ sortDirection, onSort }) => {
|
|
3845
3845
|
const sortAsc = React.useCallback(() => onSort(sortDirection === 'asc' ? undefined : 'asc'), [onSort]);
|
|
@@ -3864,7 +3864,7 @@ const ColumnHeaderDropdownImpl = (props) => {
|
|
|
3864
3864
|
};
|
|
3865
3865
|
const ColumnHeaderDropdown = /* @__PURE__ */React__namespace.default.memo(ColumnHeaderDropdownImpl);
|
|
3866
3866
|
|
|
3867
|
-
var css$v = {"root":"
|
|
3867
|
+
var css$v = {"root":"aoh4sT","caption-wrapper":"vun-IB","captionWrapper":"vun-IB","sort-icon":"t-xDuI","sortIcon":"t-xDuI","dropdown-icon":"m-I--L","dropdownIcon":"m-I--L","infoIcon":"WYUAk6","resizable":"_4oMFME","align-right":"kZsKNe","alignRight":"kZsKNe","align-center":"GogNbi","alignCenter":"GogNbi","caption":"a9RE8C","truncate":"ynsfnu","upper-case":"XjZGda","upperCase":"XjZGda","checkbox":"_3yXegH","icon":"UHe-Qq","fold-all-icon":"e836zN","foldAllIcon":"e836zN","cell-tooltip":"f-yTYp","cellTooltip":"f-yTYp","resizing-marker":"CMslwb","resizingMarker":"CMslwb","pinned-right":"TIUp0C","pinnedRight":"TIUp0C","draggable":"uB07BQ","ghost":"eNGEcH","is-dragged-out":"crHVoi","isDraggedOut":"crHVoi","dnd-marker-left":"xSgsO5","dndMarkerLeft":"xSgsO5","dnd-marker-right":"_75hQuX","dndMarkerRight":"_75hQuX","cell-tooltip-wrapper":"IK6q9D","cellTooltipWrapper":"IK6q9D","cell-tooltip-text":"K0b6br","cellTooltipText":"K0b6br","tooltip-caption":"PWcQa2","tooltipCaption":"PWcQa2","tooltip-info":"HIpkaZ","tooltipInfo":"HIpkaZ"};
|
|
3868
3868
|
|
|
3869
3869
|
class DataTableHeaderCell extends React__namespace.Component {
|
|
3870
3870
|
constructor() {
|
|
@@ -3958,7 +3958,7 @@ class DataTableHeaderCell extends React__namespace.Component {
|
|
|
3958
3958
|
}
|
|
3959
3959
|
}
|
|
3960
3960
|
|
|
3961
|
-
var css$u = {"root":"
|
|
3961
|
+
var css$u = {"root":"ZTXKHS","caption-wrapper":"S2Fwqc","captionWrapper":"S2Fwqc","align-center":"jCb7zc","alignCenter":"jCb7zc","caption":"_3XYY6x","truncate":"jDlvRl","upper-case":"Za5Wm5","upperCase":"Za5Wm5","group-cell-tooltip":"wx7DAW","groupCellTooltip":"wx7DAW","group-cell-tooltip-wrapper":"BbrO1d","groupCellTooltipWrapper":"BbrO1d","group-cell-tooltip-text":"W1QLWx","groupCellTooltipText":"W1QLWx","tooltip-caption":"Ifp9ep","tooltipCaption":"Ifp9ep","tooltip-info":"QP5zWf","tooltipInfo":"QP5zWf"};
|
|
3962
3962
|
|
|
3963
3963
|
class DataTableHeaderGroupCell extends React__namespace.Component {
|
|
3964
3964
|
constructor() {
|
|
@@ -3998,7 +3998,7 @@ class DataTableHeaderGroupCell extends React__namespace.Component {
|
|
|
3998
3998
|
}
|
|
3999
3999
|
}
|
|
4000
4000
|
|
|
4001
|
-
var css$t = {"root":"
|
|
4001
|
+
var css$t = {"root":"_0FiXwC"};
|
|
4002
4002
|
|
|
4003
4003
|
const DataTableHeaderRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.DataTableHeaderRow, () => [css$t.root, 'uui-dt-vars'], (mods) => ({
|
|
4004
4004
|
renderCell: (props) => (React__namespace.createElement(DataTableHeaderCell, { ...props, size: mods.size, textCase: mods.textCase || 'normal', key: props.column.key, columnsGap: mods.columnsGap })),
|
|
@@ -4011,7 +4011,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
4011
4011
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
4012
4012
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
4013
4013
|
|
|
4014
|
-
var css$s = {"root":"
|
|
4014
|
+
var css$s = {"root":"_2xwVnE","title-wrapper":"_8id1fg","titleWrapper":"_8id1fg","title":"d4Wg4C","text-wrapper":"dJqFJG","textWrapper":"dJqFJG","selection":"NTCfFC","postfix":"EP3szt","selected":"_4ZBWT2"};
|
|
4015
4015
|
|
|
4016
4016
|
const FilterPanelItemToggler = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
4017
4017
|
const togglerPickerOpened = (e) => {
|
|
@@ -4179,7 +4179,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
4179
4179
|
React__namespace.default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
4180
4180
|
}
|
|
4181
4181
|
|
|
4182
|
-
var css$r = {"container":"
|
|
4182
|
+
var css$r = {"container":"_0lR-NW"};
|
|
4183
4183
|
|
|
4184
4184
|
function FilterNumericBody(props) {
|
|
4185
4185
|
const isInRangePredicate = props?.selectedPredicate === 'inRange' || props?.selectedPredicate === 'notInRange';
|
|
@@ -4275,7 +4275,7 @@ var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
|
4275
4275
|
};
|
|
4276
4276
|
var ForwardRef$a = /*#__PURE__*/React.forwardRef(SvgActionDeleteOutline);
|
|
4277
4277
|
|
|
4278
|
-
var css$q = {"header":"
|
|
4278
|
+
var css$q = {"header":"AIFBtD","removeButton":"HKSaaJ","with-search":"sWdoos","withSearch":"sWdoos"};
|
|
4279
4279
|
|
|
4280
4280
|
function useView(props, value) {
|
|
4281
4281
|
const forceUpdate = uuiCore.useForceUpdate();
|
|
@@ -4581,7 +4581,7 @@ function FiltersToolbarImpl(props) {
|
|
|
4581
4581
|
}
|
|
4582
4582
|
const FiltersPanel = /* @__PURE__ */React__namespace.default.memo(FiltersToolbarImpl);
|
|
4583
4583
|
|
|
4584
|
-
var css$p = {"divider":"
|
|
4584
|
+
var css$p = {"divider":"wbepyO","dropdownDeleteIcon":"nFEOUi","presetsWrapper":"CigcRw","addPresetContainer":"_2u0apK","dropContainer":"_5kVtOx"};
|
|
4585
4585
|
|
|
4586
4586
|
var _path$9;
|
|
4587
4587
|
function _extends$9() { return _extends$9 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$9.apply(null, arguments); }
|
|
@@ -4662,7 +4662,7 @@ var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
|
4662
4662
|
};
|
|
4663
4663
|
var ForwardRef$5 = /*#__PURE__*/React.forwardRef(SvgContentLinkOutline);
|
|
4664
4664
|
|
|
4665
|
-
var css$o = {"delete-button":"
|
|
4665
|
+
var css$o = {"delete-button":"J2nhYK","deleteButton":"J2nhYK","tab-button":"GHD3ZD","tabButton":"GHD3ZD","targetOpen":"GgWP4f"};
|
|
4666
4666
|
|
|
4667
4667
|
function PresetActionsDropdown(props) {
|
|
4668
4668
|
const { uuiNotifications } = uuiCore.useUuiContext();
|
|
@@ -4729,7 +4729,7 @@ function PresetActionsDropdown(props) {
|
|
|
4729
4729
|
return (React__namespace.default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
4730
4730
|
}
|
|
4731
4731
|
|
|
4732
|
-
var css$n = {"preset-input-cell":"
|
|
4732
|
+
var css$n = {"preset-input-cell":"t6wwKk","presetInputCell":"t6wwKk","preset-input":"-FBVTO","presetInput":"-FBVTO"};
|
|
4733
4733
|
|
|
4734
4734
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
4735
4735
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -4761,7 +4761,7 @@ function PresetInput(props) {
|
|
|
4761
4761
|
React__namespace.default.createElement(TextInput, { cx: css$n.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
4762
4762
|
}
|
|
4763
4763
|
|
|
4764
|
-
var css$m = {"preset":"
|
|
4764
|
+
var css$m = {"preset":"jg5qkb","activePreset":"_3OuXH-"};
|
|
4765
4765
|
|
|
4766
4766
|
function Preset(props) {
|
|
4767
4767
|
const [isRenamePreset, setIsRenamePreset] = React.useState(false);
|
|
@@ -4887,7 +4887,7 @@ const useColumnsWithFilters = (initialColumns, filters) => {
|
|
|
4887
4887
|
return columns;
|
|
4888
4888
|
};
|
|
4889
4889
|
|
|
4890
|
-
var css$l = {"unpin-icon":"
|
|
4890
|
+
var css$l = {"unpin-icon":"UKWcoT","unpinIcon":"UKWcoT","pin-toggler-icon":"XwUPLl","pinTogglerIcon":"XwUPLl"};
|
|
4891
4891
|
|
|
4892
4892
|
function PinIconButton(props) {
|
|
4893
4893
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4929,7 +4929,7 @@ function getUnpinIcon(params) {
|
|
|
4929
4929
|
}
|
|
4930
4930
|
}
|
|
4931
4931
|
|
|
4932
|
-
var css$k = {"row-wrapper":"
|
|
4932
|
+
var css$k = {"row-wrapper":"q6dLUk","rowWrapper":"q6dLUk","pin-icon-button":"zKg25p","pinIconButton":"zKg25p","not-pinned":"Ri72oT","notPinned":"Ri72oT","checkbox":"MNKM4o","drag-handle":"_0enX3w","dragHandle":"_0enX3w","dnd-disabled":"_1UWube","dndDisabled":"_1UWube"};
|
|
4933
4933
|
|
|
4934
4934
|
const ColumnRow = /* @__PURE__ */React__namespace.memo(function ColumnRow(props) {
|
|
4935
4935
|
const { column } = props;
|
|
@@ -4952,7 +4952,7 @@ const ColumnRow = /* @__PURE__ */React__namespace.memo(function ColumnRow(props)
|
|
|
4952
4952
|
return (React__namespace.createElement(uuiCore.DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
|
|
4953
4953
|
});
|
|
4954
4954
|
|
|
4955
|
-
var css$j = {"root":"
|
|
4955
|
+
var css$j = {"root":"wWu7ih","main-panel":"_-0whJe","mainPanel":"_-0whJe","group":"LyvRei","group-title":"_5blGby","groupTitle":"_5blGby","group-items":"gPrAnX","groupItems":"gPrAnX","no-data":"nsVsuM","noData":"nsVsuM","no-data-title":"Qtc1LE","noDataTitle":"Qtc1LE","no-data-sub-title":"zpa63B","noDataSubTitle":"zpa63B","h-divider":"ul5Rhr","hDivider":"ul5Rhr","search-area":"_96ITee","searchArea":"_96ITee","subgroup-accordion":"iMrfW4","subgroupAccordion":"iMrfW4","subgroup":"x8ZIJf","subgroup-title":"XwNVoj","subgroupTitle":"XwNVoj"};
|
|
4956
4956
|
|
|
4957
4957
|
const renderGroupTitle = (title, amount) => (React__namespace.createElement(FlexRow, { cx: css$j.group },
|
|
4958
4958
|
React__namespace.createElement(Text, { size: "none", cx: css$j.groupTitle }, title),
|
|
@@ -5054,7 +5054,7 @@ const getChildrenAndRest = (row, rows) => {
|
|
|
5054
5054
|
return [children, rest];
|
|
5055
5055
|
};
|
|
5056
5056
|
|
|
5057
|
-
var css$i = {"listContainer":"
|
|
5057
|
+
var css$i = {"listContainer":"Ohf2DJ","header":"gki5Y-","group":"qsTt5o","stickyHeader":"X-L-LF"};
|
|
5058
5058
|
|
|
5059
5059
|
function DataRowsGroup({ row, childRows, renderRow, top = 1, }) {
|
|
5060
5060
|
const rowRef = React.useRef();
|
|
@@ -5094,7 +5094,7 @@ function DataRowsContainer({ estimatedHeight, listContainerRef, offsetY, rows, r
|
|
|
5094
5094
|
React__namespace.default.createElement(DataRowsGroups, { rows: rows, renderRow: renderRow, top: headerRef?.current?.clientHeight }))));
|
|
5095
5095
|
}
|
|
5096
5096
|
|
|
5097
|
-
var css$h = {"root":"
|
|
5097
|
+
var css$h = {"root":"o68xlZ","sticky-header":"_1gvsul","stickyHeader":"_1gvsul","no-results":"qJqicE","noResults":"qJqicE","icon":"TEZxvv","title":"u18FGj"};
|
|
5098
5098
|
|
|
5099
5099
|
function DataTable(props) {
|
|
5100
5100
|
const { uuiModals } = uuiCore.useUuiContext();
|
|
@@ -5143,9 +5143,9 @@ function DataTable(props) {
|
|
|
5143
5143
|
} }))));
|
|
5144
5144
|
}
|
|
5145
5145
|
|
|
5146
|
-
var css$g = {"root":"
|
|
5146
|
+
var css$g = {"root":"_3JV-kS"};
|
|
5147
5147
|
|
|
5148
|
-
var css$f = {"root":"
|
|
5148
|
+
var css$f = {"root":"G4NIy8","burger-content":"AfuBQW","burgerContent":"AfuBQW"};
|
|
5149
5149
|
|
|
5150
5150
|
var _path$3;
|
|
5151
5151
|
function _extends$3() { return _extends$3 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$3.apply(null, arguments); }
|
|
@@ -5188,7 +5188,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
5188
5188
|
};
|
|
5189
5189
|
var ForwardRef$2 = /*#__PURE__*/React.forwardRef(SvgNavigationArrowDownOutline);
|
|
5190
5190
|
|
|
5191
|
-
var css$e = {"root":"
|
|
5191
|
+
var css$e = {"root":"eKDLfI","button-primary":"LEprLp","buttonPrimary":"LEprLp","button-secondary":"O9KZLQ","buttonSecondary":"O9KZLQ","hasIcon":"suOmTG","dropdown":"VnK3iv"};
|
|
5192
5192
|
|
|
5193
5193
|
const BurgerButton = /* @__PURE__ */uuiCore.withMods(uuiComponents.Button, (props) => [
|
|
5194
5194
|
css$e.root,
|
|
@@ -5199,13 +5199,13 @@ const BurgerButton = /* @__PURE__ */uuiCore.withMods(uuiComponents.Button, (prop
|
|
|
5199
5199
|
props.icon && css$e.hasIcon,
|
|
5200
5200
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
5201
5201
|
|
|
5202
|
-
var css$d = {"search-input":"
|
|
5202
|
+
var css$d = {"search-input":"Yai-Mu","searchInput":"Yai-Mu"};
|
|
5203
5203
|
|
|
5204
5204
|
function BurgerSearch(props) {
|
|
5205
5205
|
return (React__namespace.createElement(uuiComponents.TextInput, { cx: cx__default.default(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$N, placeholder: props.placeholder, value: props.value, onValueChange: props.onValueChange, onCancel: props.onCancel, cancelIcon: props.value && ForwardRef$R }));
|
|
5206
5206
|
}
|
|
5207
5207
|
|
|
5208
|
-
var css$c = {"root":"
|
|
5208
|
+
var css$c = {"root":"YB-Dx5","group-header":"wjMByE","groupHeader":"wjMByE","group-name":"_0pdhml","groupName":"_0pdhml","line":"x0y6QI"};
|
|
5209
5209
|
|
|
5210
5210
|
function BurgerGroupHeader(props) {
|
|
5211
5211
|
return (React__namespace.createElement("div", { className: cx__default.default(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -5213,7 +5213,7 @@ function BurgerGroupHeader(props) {
|
|
|
5213
5213
|
React__namespace.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
5214
5214
|
}
|
|
5215
5215
|
|
|
5216
|
-
var css$b = {"root":"
|
|
5216
|
+
var css$b = {"root":"Hy79cM","type-primary":"_2hIFjT","typePrimary":"_2hIFjT","type-secondary":"mCdEKZ","typeSecondary":"mCdEKZ"};
|
|
5217
5217
|
|
|
5218
5218
|
const MainMenuButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
5219
5219
|
const { type, ...clickableProps } = props;
|
|
@@ -5235,7 +5235,7 @@ const MainMenuButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) =
|
|
|
5235
5235
|
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$Q, flipY: props.isOpen }))));
|
|
5236
5236
|
});
|
|
5237
5237
|
|
|
5238
|
-
var css$a = {"dropdown-body":"
|
|
5238
|
+
var css$a = {"dropdown-body":"gUNO9k","dropdownBody":"gUNO9k"};
|
|
5239
5239
|
|
|
5240
5240
|
class MainMenuDropdown extends React__namespace.Component {
|
|
5241
5241
|
render() {
|
|
@@ -5293,12 +5293,12 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
5293
5293
|
};
|
|
5294
5294
|
var ForwardRef$1 = /*#__PURE__*/React.forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
5295
5295
|
|
|
5296
|
-
var css$9 = {"global-menu-btn":"
|
|
5296
|
+
var css$9 = {"global-menu-btn":"Jc5WmT","globalMenuBtn":"Jc5WmT","global-menu-icon":"J8wT2b","globalMenuIcon":"J8wT2b"};
|
|
5297
5297
|
|
|
5298
5298
|
const GlobalMenu = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", { ref: ref, id: "global_menu_toggle", className: cx__default.default(css$9.globalMenuBtn, props.cx), ...props.rawProps },
|
|
5299
5299
|
React__namespace.createElement(uuiComponents.IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
5300
5300
|
|
|
5301
|
-
var css$8 = {"container":"
|
|
5301
|
+
var css$8 = {"container":"LqAAYo","open":"cePpc6","folding-arrow":"HWFgbl","foldingArrow":"HWFgbl"};
|
|
5302
5302
|
|
|
5303
5303
|
const MainMenuAvatar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", { ref: ref, className: cx__default.default(css$8.container, props.isDropdown && css$8.dropdown, props.isOpen && css$8.open, props.onClick && uuiCore.uuiMarkers.clickable, props.cx), onClick: props.onClick, ...props.rawProps },
|
|
5304
5304
|
React__namespace.createElement(uuiComponents.Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -5306,15 +5306,15 @@ const MainMenuAvatar = /* @__PURE__ */React__namespace.forwardRef((props, ref) =
|
|
|
5306
5306
|
props.isDropdown && (React__namespace.createElement("div", null,
|
|
5307
5307
|
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, icon: ForwardRef$Q, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
|
|
5308
5308
|
|
|
5309
|
-
var css$7 = {"search-input":"
|
|
5309
|
+
var css$7 = {"search-input":"_5JrvyS","searchInput":"_5JrvyS"};
|
|
5310
5310
|
|
|
5311
5311
|
const MainMenuSearch = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement(uuiCore.IEditableDebouncer, { ...props, render: (iEditable) => (React__namespace.createElement(uuiComponents.TextInput, { iconPosition: "left", icon: ForwardRef$N, cancelIcon: props.value?.length > 0 && ForwardRef$R, ...props, ...iEditable, ref: ref, cx: uuiCore.cx(css$7.searchInput, props.cx), ...props.rawProps })) })));
|
|
5312
5312
|
|
|
5313
|
-
var css$6 = {"container":"
|
|
5313
|
+
var css$6 = {"container":"_8UU8U5"};
|
|
5314
5314
|
|
|
5315
5315
|
const MainMenuIcon = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement(IconButton, { ref: ref, icon: props.icon, cx: uuiCore.cx(props.cx, css$6.container), ...props })));
|
|
5316
5316
|
|
|
5317
|
-
var css$5 = {"root":"
|
|
5317
|
+
var css$5 = {"root":"g-2Z1Y"};
|
|
5318
5318
|
|
|
5319
5319
|
const Anchor = /* @__PURE__ */uuiCore.withMods(uuiComponents.Anchor, () => [css$5.root]);
|
|
5320
5320
|
|
|
@@ -5372,7 +5372,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
5372
5372
|
};
|
|
5373
5373
|
var ForwardRef = /*#__PURE__*/React.forwardRef(SvgFileCloudUploadFill);
|
|
5374
5374
|
|
|
5375
|
-
var css$4 = {"root":"
|
|
5375
|
+
var css$4 = {"root":"fjS0RC","drop-start":"wmMCbJ","dropStart":"wmMCbJ","drop-over":"_8dqOuk","dropOver":"_8dqOuk","link":"_89UJQg","drop-area":"_3ku-V7","dropArea":"_3ku-V7","drop-caption":"Szipkv","dropCaption":"Szipkv","icon-blue":"KnvtZK","iconBlue":"KnvtZK"};
|
|
5376
5376
|
|
|
5377
5377
|
function DropSpot(props) {
|
|
5378
5378
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -5390,7 +5390,7 @@ function DropSpot(props) {
|
|
|
5390
5390
|
return React__namespace.createElement(uuiComponents.DropSpot, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
5391
5391
|
}
|
|
5392
5392
|
|
|
5393
|
-
var css$3 = {"root":"
|
|
5393
|
+
var css$3 = {"root":"_0m7OvC"};
|
|
5394
5394
|
|
|
5395
5395
|
const SvgCircleProgress = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
5396
5396
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5401,7 +5401,7 @@ const SvgCircleProgress = /* @__PURE__ */React__namespace.forwardRef((props, ref
|
|
|
5401
5401
|
React__namespace.createElement("circle", { strokeWidth: 1, fill: "transparent", r: outsetRadius, cx: props.size / 2, cy: props.size / 2 })));
|
|
5402
5402
|
});
|
|
5403
5403
|
|
|
5404
|
-
var css$2 = {"root":"
|
|
5404
|
+
var css$2 = {"root":"ApjZSq","file-name":"VZpHYw","fileName":"VZpHYw","default-color":"_92CooI","defaultColor":"_92CooI","doc-color":"_-32ZyZ","docColor":"_-32ZyZ","xls-color":"KAjwIA","xlsColor":"KAjwIA","pdf-color":"kQ6vSP","pdfColor":"kQ6vSP","movie-color":"oRwMtv","movieColor":"oRwMtv","img-color":"hEToDl","imgColor":"hEToDl","mov-color":"vUiEhb","movColor":"vUiEhb","error-block":"U1voCn","errorBlock":"U1voCn","icons-block":"oVCTRi","iconsBlock":"oVCTRi"};
|
|
5405
5405
|
|
|
5406
5406
|
const FileCard = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
5407
5407
|
const [isLoadingShow, setIsLoadingShow] = React__namespace.useState(true);
|
|
@@ -5520,7 +5520,7 @@ const getErrorPageConfig = () => ({
|
|
|
5520
5520
|
},
|
|
5521
5521
|
});
|
|
5522
5522
|
|
|
5523
|
-
var css$1 = {"container":"
|
|
5523
|
+
var css$1 = {"container":"ARP6Ym"};
|
|
5524
5524
|
|
|
5525
5525
|
const ErrorPage = (props) => {
|
|
5526
5526
|
const isMobileScreen = uuiCore.isMobile();
|
|
@@ -5532,7 +5532,7 @@ const ErrorPage = (props) => {
|
|
|
5532
5532
|
props?.supportLink && React__namespace.default.createElement("div", { className: "uui-error-support-link" }, props?.supportLink))));
|
|
5533
5533
|
};
|
|
5534
5534
|
|
|
5535
|
-
var css = {"recovery-spinner":"
|
|
5535
|
+
var css = {"recovery-spinner":"YXzTqe","recoverySpinner":"YXzTqe","recovery-message":"CIlZL2","recoveryMessage":"CIlZL2","modal-blocker":"FWOIZd","modalBlocker":"FWOIZd","modalFadeIn":"wOpqui"};
|
|
5536
5536
|
|
|
5537
5537
|
function ErrorHandler(props) {
|
|
5538
5538
|
const { uuiNotifications, uuiModals, uuiApi } = uuiCore.useUuiContext();
|