@epam/uui 6.4.0 → 6.4.1-alpha.0
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/assets/styles/clickable.scss +26 -26
- package/assets/styles/dnd.scss +9 -9
- package/assets/styles/effects.scss +6 -6
- package/assets/styles/helpers.scss +3 -3
- package/assets/styles/index.scss +6 -6
- package/assets/styles/inputs.scss +70 -70
- package/assets/styles/typography.scss +184 -184
- package/components/errors/config.d.ts.map +1 -1
- package/components/filters/FiltersPanelItem.d.ts.map +1 -1
- package/components/layout/ScrollBars.d.ts +12 -0
- package/components/layout/ScrollBars.d.ts.map +1 -1
- package/components/pickers/DataPickerBody.d.ts.map +1 -1
- package/components/pickers/PickerInput.d.ts.map +1 -1
- package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts.map +1 -1
- package/components/tables/DataTableHeaderCell.d.ts.map +1 -1
- package/components/tables/DataTableHeaderRow.d.ts.map +1 -1
- package/components/widgets/DataRowAddons.d.ts.map +1 -1
- package/index.esm.js +127 -115
- package/index.esm.js.map +1 -1
- package/index.js +126 -114
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/readme.md +9 -9
- package/stats.html +1 -1
- package/styles.css +1027 -1042
- package/styles.css.map +1 -1
package/index.js
CHANGED
|
@@ -190,7 +190,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
190
190
|
xmlns: "http://www.w3.org/2000/svg",
|
|
191
191
|
ref: ref
|
|
192
192
|
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
193
|
-
clipPath: "url(#
|
|
193
|
+
clipPath: "url(#o66wzyj8d6nz4vuo_a)"
|
|
194
194
|
}, _path$I || (_path$I = /*#__PURE__*/React__namespace.createElement("path", {
|
|
195
195
|
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",
|
|
196
196
|
fill: "#F5F6FA"
|
|
@@ -211,7 +211,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
211
211
|
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",
|
|
212
212
|
fill: "#1D1E26"
|
|
213
213
|
})), /*#__PURE__*/React__namespace.createElement("mask", {
|
|
214
|
-
id: "
|
|
214
|
+
id: "o66wzycpvnnm3f03f_b",
|
|
215
215
|
style: {
|
|
216
216
|
maskType: "alpha"
|
|
217
217
|
},
|
|
@@ -224,7 +224,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
224
224
|
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",
|
|
225
225
|
fill: "#9BDEFF"
|
|
226
226
|
}))), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
|
|
227
|
-
mask: "url(#
|
|
227
|
+
mask: "url(#o66wzycpvnnm3f03f_b)",
|
|
228
228
|
fillRule: "evenodd",
|
|
229
229
|
clipRule: "evenodd"
|
|
230
230
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -310,7 +310,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
310
310
|
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",
|
|
311
311
|
fill: "#fff"
|
|
312
312
|
}))), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
313
|
-
id: "
|
|
313
|
+
id: "o66wzyj8d6nz4vuo_a"
|
|
314
314
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
315
315
|
fill: "#fff",
|
|
316
316
|
transform: "translate(.552)",
|
|
@@ -961,14 +961,14 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
961
961
|
};
|
|
962
962
|
var ForwardRef$4 = /*#__PURE__*/React.forwardRef(SvgSearchWithBackground);
|
|
963
963
|
|
|
964
|
-
var css$1w = {"root":"
|
|
964
|
+
var css$1w = {"root":"-rERxX","uui-spinner":"tmGu8u","uuiSpinner":"tmGu8u"};
|
|
965
965
|
|
|
966
966
|
function applySpinnerMods() {
|
|
967
967
|
return [css$1w.root, 'uui-spinner'];
|
|
968
968
|
}
|
|
969
969
|
const Spinner = /* @__PURE__ */uuiCore.withMods(uuiComponents.Spinner, applySpinnerMods);
|
|
970
970
|
|
|
971
|
-
var css$1v = {"root":"
|
|
971
|
+
var css$1v = {"root":"YG5Frk","loading-word":"ddaclv","loadingWord":"ddaclv","animated-loading":"_2sk6Ph","animatedLoading":"_2sk6Ph","skeleton_loading":"eCOoaB","skeletonLoading":"eCOoaB"};
|
|
972
972
|
|
|
973
973
|
const TextPlaceholder = (props) => {
|
|
974
974
|
const pattern = ' ';
|
|
@@ -985,7 +985,7 @@ const TextPlaceholder = (props) => {
|
|
|
985
985
|
]), dangerouslySetInnerHTML: { __html: it } })))));
|
|
986
986
|
};
|
|
987
987
|
|
|
988
|
-
var css$1u = {"root":"
|
|
988
|
+
var css$1u = {"root":"KLWzoq","line-height":"hWyW2v","lineHeight":"hWyW2v","font-size":"qBzQH7","fontSize":"qBzQH7"};
|
|
989
989
|
|
|
990
990
|
function applyTextMods(mods) {
|
|
991
991
|
return [
|
|
@@ -1012,7 +1012,7 @@ const Text = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Text, appl
|
|
|
1012
1012
|
};
|
|
1013
1013
|
});
|
|
1014
1014
|
|
|
1015
|
-
var css$1t = {"root":"
|
|
1015
|
+
var css$1t = {"root":"qd0CK-"};
|
|
1016
1016
|
|
|
1017
1017
|
const Blocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.Blocker, () => [css$1t.root], () => ({ renderSpinner: settings.blocker.renderSpinner }));
|
|
1018
1018
|
|
|
@@ -1517,7 +1517,7 @@ const settings = {
|
|
|
1517
1517
|
textInput: textInputSettings,
|
|
1518
1518
|
};
|
|
1519
1519
|
|
|
1520
|
-
var css$1s = {"root":"
|
|
1520
|
+
var css$1s = {"root":"cg5jG-"};
|
|
1521
1521
|
|
|
1522
1522
|
function applyButtonMods(mods) {
|
|
1523
1523
|
return [
|
|
@@ -1535,7 +1535,7 @@ const Button = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Button,
|
|
|
1535
1535
|
};
|
|
1536
1536
|
});
|
|
1537
1537
|
|
|
1538
|
-
var css$1r = {"root":"
|
|
1538
|
+
var css$1r = {"root":"_0wd3Z9"};
|
|
1539
1539
|
|
|
1540
1540
|
function applyIconButtonMods(props) {
|
|
1541
1541
|
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1r.root];
|
|
@@ -1572,7 +1572,7 @@ function getIconClass(props) {
|
|
|
1572
1572
|
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'];
|
|
1573
1573
|
}
|
|
1574
1574
|
|
|
1575
|
-
var css$1q = {"root":"
|
|
1575
|
+
var css$1q = {"root":"_8vaJ3-"};
|
|
1576
1576
|
|
|
1577
1577
|
const DEFAULT_COLOR = 'primary';
|
|
1578
1578
|
const LinkButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
@@ -1602,7 +1602,7 @@ const LinkButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
|
1602
1602
|
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
1603
1603
|
});
|
|
1604
1604
|
|
|
1605
|
-
var css$1p = {"root":"
|
|
1605
|
+
var css$1p = {"root":"EbDk16"};
|
|
1606
1606
|
|
|
1607
1607
|
const CountIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1608
1608
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -1614,7 +1614,7 @@ const CountIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1614
1614
|
]) }, props.caption));
|
|
1615
1615
|
});
|
|
1616
1616
|
|
|
1617
|
-
var css$1o = {"root":"
|
|
1617
|
+
var css$1o = {"root":"IgWcfw","withNotify":"_7XjmaT"};
|
|
1618
1618
|
|
|
1619
1619
|
const TabButton = /* @__PURE__ */React__namespace.default.forwardRef((props, refExternal) => {
|
|
1620
1620
|
const refLocal = React__namespace.default.useRef(null);
|
|
@@ -1661,13 +1661,13 @@ const TabButton = /* @__PURE__ */React__namespace.default.forwardRef((props, ref
|
|
|
1661
1661
|
props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
1662
1662
|
});
|
|
1663
1663
|
|
|
1664
|
-
var css$1n = {"root":"
|
|
1664
|
+
var css$1n = {"root":"ii1Tlg","noLeftPadding":"oHyLdV","foldingArea":"xNmyNz","onlyFoldable":"D1eLwm","captionWrapper":"q0CZQq","withNotify":"eO3WxS"};
|
|
1665
1665
|
|
|
1666
|
-
var css$1m = {"root":"
|
|
1666
|
+
var css$1m = {"root":"cg-MDT"};
|
|
1667
1667
|
|
|
1668
1668
|
const AvatarStack = /* @__PURE__ */uuiCore.withMods(uuiComponents.AvatarStack, () => [css$1m.root]);
|
|
1669
1669
|
|
|
1670
|
-
var css$1l = {"root":"
|
|
1670
|
+
var css$1l = {"root":"_9MeVl1"};
|
|
1671
1671
|
|
|
1672
1672
|
const DEFAULT_FILL = 'solid';
|
|
1673
1673
|
function applyBadgeMods(mods) {
|
|
@@ -1695,7 +1695,7 @@ const Badge = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) =>
|
|
|
1695
1695
|
props.isDropdown && (React__namespace.default.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
1696
1696
|
});
|
|
1697
1697
|
|
|
1698
|
-
var css$1k = {"root":"
|
|
1698
|
+
var css$1k = {"root":"lkDT6R"};
|
|
1699
1699
|
|
|
1700
1700
|
function applyTagMods(props) {
|
|
1701
1701
|
return [
|
|
@@ -1728,7 +1728,7 @@ const Tag = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
|
1728
1728
|
} }))));
|
|
1729
1729
|
});
|
|
1730
1730
|
|
|
1731
|
-
var css$1j = {"root":"
|
|
1731
|
+
var css$1j = {"root":"nomWYi","page":"ShrTZL","spacer":"gVZEHt","mode-ghost":"OnqSGD","modeGhost":"OnqSGD"};
|
|
1732
1732
|
|
|
1733
1733
|
function Paginator(props) {
|
|
1734
1734
|
const renderPaginator = (params) => (React__namespace.default.createElement("nav", { role: "navigation", className: cx__default.default('uui-paginator', `uui-size-${props.size || settings.paginator.sizes.default}`), ...params.rawProps },
|
|
@@ -1754,14 +1754,14 @@ function Paginator(props) {
|
|
|
1754
1754
|
return React__namespace.default.createElement(uuiComponents.Paginator, { ...props, render: renderPaginator });
|
|
1755
1755
|
}
|
|
1756
1756
|
|
|
1757
|
-
var css$1i = {"root":"
|
|
1757
|
+
var css$1i = {"root":"sWkrVL","progress-bar":"_7begqO","progressBar":"_7begqO","progressBar-indeterminate":"y0smf9","progressBarIndeterminate":"y0smf9","size-12":"SXuyip","size12":"SXuyip","size-18":"_52yxTD","size18":"_52yxTD","size-24":"SUNEIR","size24":"SUNEIR"};
|
|
1758
1758
|
|
|
1759
1759
|
const IndeterminateBar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
1760
1760
|
return (React__namespace.createElement("div", { ref: ref, className: cx__default.default('uui-indeterminate_bar', props.cx, css$1i.root, css$1i[`size-${props.size || 12}`]) },
|
|
1761
1761
|
React__namespace.createElement("div", { className: cx__default.default(css$1i.progressBar) })));
|
|
1762
1762
|
});
|
|
1763
1763
|
|
|
1764
|
-
var css$1h = {"root":"
|
|
1764
|
+
var css$1h = {"root":"T85CMI","striped":"f6nSVy","animate-stripes":"lBOPBW","animateStripes":"lBOPBW","size-12":"cFINQZ","size12":"cFINQZ","size-18":"I2EBy2","size18":"I2EBy2","size-24":"iTXtyz","size24":"iTXtyz"};
|
|
1765
1765
|
|
|
1766
1766
|
const DEFAULT_SIZE = '12';
|
|
1767
1767
|
function applyProgressBarMods(mods) {
|
|
@@ -1776,14 +1776,14 @@ const ProgressBar = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Pro
|
|
|
1776
1776
|
hideLabel: props.hideLabel || props.striped,
|
|
1777
1777
|
}));
|
|
1778
1778
|
|
|
1779
|
-
var css$1g = {"root":"
|
|
1779
|
+
var css$1g = {"root":"P-Cmqu"};
|
|
1780
1780
|
|
|
1781
1781
|
const IndicatorBar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
1782
1782
|
const { progress } = props;
|
|
1783
1783
|
return progress || progress === 0 ? (React__namespace.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx__default.default(css$1g.root, props.cx), hideLabel: true })) : (React__namespace.createElement(IndeterminateBar, { ref: ref, cx: cx__default.default(css$1g.root, props.cx) }));
|
|
1784
1784
|
});
|
|
1785
1785
|
|
|
1786
|
-
var css$1f = {"root":"
|
|
1786
|
+
var css$1f = {"root":"_1Mr0VY"};
|
|
1787
1787
|
|
|
1788
1788
|
const StatusIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1789
1789
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -1798,7 +1798,7 @@ const StatusIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1798
1798
|
React__namespace.default.createElement("p", { className: "uui-status_indicator-caption" }, props.caption)));
|
|
1799
1799
|
});
|
|
1800
1800
|
|
|
1801
|
-
var css$1e = {"root":"
|
|
1801
|
+
var css$1e = {"root":"Gd6Owo"};
|
|
1802
1802
|
|
|
1803
1803
|
function applyCheckboxMods(mods) {
|
|
1804
1804
|
return [
|
|
@@ -1816,7 +1816,7 @@ const applyUUICheckboxProps = (props) => {
|
|
|
1816
1816
|
};
|
|
1817
1817
|
const Checkbox = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Checkbox, applyCheckboxMods, applyUUICheckboxProps);
|
|
1818
1818
|
|
|
1819
|
-
var css$1d = {"root":"
|
|
1819
|
+
var css$1d = {"root":"FmOU1l"};
|
|
1820
1820
|
|
|
1821
1821
|
function applyRadioInputMods(mods) {
|
|
1822
1822
|
return [
|
|
@@ -1828,7 +1828,7 @@ function applyRadioInputMods(mods) {
|
|
|
1828
1828
|
}
|
|
1829
1829
|
const RadioInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.RadioInput, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : settings.radioInput.icons.dotIcon }));
|
|
1830
1830
|
|
|
1831
|
-
var css$1c = {"root":"
|
|
1831
|
+
var css$1c = {"root":"aiLFwk"};
|
|
1832
1832
|
|
|
1833
1833
|
function applySwitchMods(mods) {
|
|
1834
1834
|
return [
|
|
@@ -1852,7 +1852,7 @@ var EditMode;
|
|
|
1852
1852
|
EditMode["INLINE"] = "inline";
|
|
1853
1853
|
})(EditMode || (EditMode = {}));
|
|
1854
1854
|
|
|
1855
|
-
var textInputCss = {"root":"
|
|
1855
|
+
var textInputCss = {"root":"N4GMpV"};
|
|
1856
1856
|
|
|
1857
1857
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
1858
1858
|
function applyTextInputMods(mods) {
|
|
@@ -1877,7 +1877,7 @@ const SearchInput = /* @__PURE__ */React__namespace.default.forwardRef((props, r
|
|
|
1877
1877
|
} }));
|
|
1878
1878
|
});
|
|
1879
1879
|
|
|
1880
|
-
var css$1b = {"root":"
|
|
1880
|
+
var css$1b = {"root":"ZHQCH6"};
|
|
1881
1881
|
|
|
1882
1882
|
const ControlGroup = /* @__PURE__ */uuiCore.withMods(uuiComponents.ControlGroup, () => [css$1b.root, 'uui-control-group']);
|
|
1883
1883
|
|
|
@@ -1893,7 +1893,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
1893
1893
|
}
|
|
1894
1894
|
const MultiSwitch = /* @__PURE__ */React__namespace.forwardRef(MultiSwitchComponent);
|
|
1895
1895
|
|
|
1896
|
-
var css$1a = {"root":"
|
|
1896
|
+
var css$1a = {"root":"nUEgSZ"};
|
|
1897
1897
|
|
|
1898
1898
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
1899
1899
|
function applyNumericInputMods(mods) {
|
|
@@ -1913,7 +1913,7 @@ const NumericInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.NumericInput,
|
|
|
1913
1913
|
};
|
|
1914
1914
|
});
|
|
1915
1915
|
|
|
1916
|
-
var css$19 = {"root":"
|
|
1916
|
+
var css$19 = {"root":"GNWzGP"};
|
|
1917
1917
|
|
|
1918
1918
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
1919
1919
|
function applyTextAreaMods(mods) {
|
|
@@ -1954,7 +1954,7 @@ function TREE_SHAKEABLE_INIT$1() {
|
|
|
1954
1954
|
};
|
|
1955
1955
|
}
|
|
1956
1956
|
|
|
1957
|
-
var css$18 = {"root":"
|
|
1957
|
+
var css$18 = {"root":"_2ALu1f"};
|
|
1958
1958
|
|
|
1959
1959
|
function applyDropdownContainerMods(mods) {
|
|
1960
1960
|
return [
|
|
@@ -1965,7 +1965,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
1965
1965
|
}
|
|
1966
1966
|
const DropdownContainer = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.DropdownContainer, applyDropdownContainerMods);
|
|
1967
1967
|
|
|
1968
|
-
var css$17 = {"root":"
|
|
1968
|
+
var css$17 = {"root":"ZrsqsF","timepicker-input":"jKz84-","timepickerInput":"jKz84-","ltr-always":"iSqVov","ltrAlways":"iSqVov"};
|
|
1969
1969
|
|
|
1970
1970
|
const uuiTimePicker = {
|
|
1971
1971
|
container: 'uui-timepicker-container',
|
|
@@ -2180,7 +2180,7 @@ function TimePickerComponent(props, ref) {
|
|
|
2180
2180
|
}
|
|
2181
2181
|
const TimePicker = /* @__PURE__ */React__namespace.default.forwardRef(TimePickerComponent);
|
|
2182
2182
|
|
|
2183
|
-
var css$16 = {"root":"
|
|
2183
|
+
var css$16 = {"root":"GA6XVL"};
|
|
2184
2184
|
|
|
2185
2185
|
function applyInputAddonMods() {
|
|
2186
2186
|
return [
|
|
@@ -2189,14 +2189,14 @@ function applyInputAddonMods() {
|
|
|
2189
2189
|
}
|
|
2190
2190
|
const InputAddon = /* @__PURE__ */uuiCore.withMods(uuiComponents.InputAddon, applyInputAddonMods);
|
|
2191
2191
|
|
|
2192
|
-
var css$15 = {"root":"
|
|
2192
|
+
var css$15 = {"root":"YI2DoO"};
|
|
2193
2193
|
|
|
2194
2194
|
function applySliderMods() {
|
|
2195
2195
|
return [css$15.root, 'uui-color-neutral'];
|
|
2196
2196
|
}
|
|
2197
2197
|
const Slider = /* @__PURE__ */uuiCore.withMods(uuiComponents.Slider, applySliderMods);
|
|
2198
2198
|
|
|
2199
|
-
var css$14 = {"root":"
|
|
2199
|
+
var css$14 = {"root":"c2Fz5n"};
|
|
2200
2200
|
|
|
2201
2201
|
function applyTooltipMods(mods) {
|
|
2202
2202
|
return [
|
|
@@ -2206,7 +2206,7 @@ function applyTooltipMods(mods) {
|
|
|
2206
2206
|
}
|
|
2207
2207
|
const Tooltip = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Tooltip, applyTooltipMods);
|
|
2208
2208
|
|
|
2209
|
-
var css$13 = {"root":"
|
|
2209
|
+
var css$13 = {"root":"_4tN6Vo","tooltip":"_--ktVA"};
|
|
2210
2210
|
|
|
2211
2211
|
function applyRatingMods(mods) {
|
|
2212
2212
|
return [
|
|
@@ -2220,7 +2220,7 @@ const Rating = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Rating,
|
|
|
2220
2220
|
Tooltip,
|
|
2221
2221
|
}));
|
|
2222
2222
|
|
|
2223
|
-
var css$12 = {"drag-handle-wrapper":"
|
|
2223
|
+
var css$12 = {"drag-handle-wrapper":"YRz7Mc","dragHandleWrapper":"YRz7Mc","with-indent":"xWMYR8","withIndent":"xWMYR8","drag-handle":"ef-8MF","dragHandle":"ef-8MF","icon-container":"_4hI4b7","iconContainer":"_4hI4b7"};
|
|
2224
2224
|
|
|
2225
2225
|
function DataRowAddons(props) {
|
|
2226
2226
|
const row = props.rowProps;
|
|
@@ -2244,7 +2244,7 @@ function DataRowAddons(props) {
|
|
|
2244
2244
|
};
|
|
2245
2245
|
return (React__namespace.default.createElement(React__namespace.default.Fragment, null,
|
|
2246
2246
|
row.dnd?.srcData && renderDragHandle(),
|
|
2247
|
-
row?.checkbox?.isVisible && (React__namespace.default.createElement(Checkbox, { key: "cb", cx: "uui-dr_addons-checkbox", tabIndex: props.tabIndex, size: settings.dataTable.sizes.body.checkboxMap[props.size], value: row.isChecked, indeterminate: !row.isChecked && row.isChildrenChecked, onValueChange: () => row.onCheck?.(row), isDisabled: row.checkbox.isDisabled, isInvalid: row.checkbox.isInvalid })),
|
|
2247
|
+
row?.checkbox?.isVisible && (React__namespace.default.createElement(Checkbox, { key: "cb", cx: "uui-dr_addons-checkbox", tabIndex: props.tabIndex, size: settings.dataTable.sizes.body.checkboxMap[props.size], value: row.isChecked, indeterminate: !row.isChecked && row.isChildrenChecked, onValueChange: () => row.onCheck?.(row), isDisabled: row.checkbox.isDisabled, isInvalid: row.checkbox.isInvalid, rawProps: { 'aria-label': 'Select' } })),
|
|
2248
2248
|
row.indent > 0 && (React__namespace.default.createElement("div", { key: "fold", className: cx__default.default('uui-dr_addons-indent', `uui-size-${props.size || settings.dataTable.sizes.body.row}`), style: { marginInlineStart: getIndent(), width: getWidth() } }, row.isFoldable && (React__namespace.default.createElement(uuiComponents.ControlIcon, { rawProps: {
|
|
2249
2249
|
'aria-label': row.isFolded ? 'Unfold' : 'Fold',
|
|
2250
2250
|
role: 'button',
|
|
@@ -2302,7 +2302,7 @@ function VerticalTabButtonComponent(props, ref) {
|
|
|
2302
2302
|
}
|
|
2303
2303
|
const VerticalTabButton = /* @__PURE__ */React__namespace.default.forwardRef(VerticalTabButtonComponent);
|
|
2304
2304
|
|
|
2305
|
-
var css$11 = {"root":"
|
|
2305
|
+
var css$11 = {"root":"-AZD5l","main-path":"A8D5IL","mainPath":"A8D5IL","content-wrapper":"ESdizU","contentWrapper":"ESdizU","content":"gVGFnr","action-wrapper":"_3CNi09","actionWrapper":"_3CNi09","icon-wrapper":"AEgpSZ","iconWrapper":"AEgpSZ","icon":"jcBJDE","close-icon":"nrX1Kd","closeIcon":"nrX1Kd"};
|
|
2306
2306
|
|
|
2307
2307
|
const Alert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("div", { role: "alert", ref: ref, className: cx__default.default('uui-alert', css$11.root, props.color && `uui-color-${props.color}`, props.cx, `uui-size-${props.size || settings.alert.sizes.default}`), ...props.rawProps },
|
|
2308
2308
|
React__namespace.createElement("div", { className: css$11.mainPath },
|
|
@@ -2320,7 +2320,7 @@ const ErrorAlert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => Re
|
|
|
2320
2320
|
|
|
2321
2321
|
const Dropdown = /* @__PURE__ */uuiCore.withMods(uuiComponents.Dropdown);
|
|
2322
2322
|
|
|
2323
|
-
var css$10 = {"submenu-root-item-rtl":"
|
|
2323
|
+
var css$10 = {"submenu-root-item-rtl":"He9nlj","submenuRootItemRtl":"He9nlj","icon-after":"DJA1nf","iconAfter":"DJA1nf","submenu-root-item":"FPXAdU","submenuRootItem":"FPXAdU","icon-check":"_6VyYYI","iconCheck":"_6VyYYI","splitter-root":"p6a8ks","splitterRoot":"p6a8ks","splitter":"OBncR1","header-root":"Q6WxhY","headerRoot":"Q6WxhY","item-root":"mKx6TD","itemRoot":"mKx6TD","icon":"v-dNnw","link":"Fa0FSB","indent":"hpjhIv","selected-mark":"IiWN5i","selectedMark":"IiWN5i"};
|
|
2324
2324
|
|
|
2325
2325
|
exports.IDropdownControlKeys = void 0;
|
|
2326
2326
|
(function (IDropdownControlKeys) {
|
|
@@ -2454,7 +2454,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
2454
2454
|
React__namespace.default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
2455
2455
|
}
|
|
2456
2456
|
|
|
2457
|
-
var css$$ = {"root":"
|
|
2457
|
+
var css$$ = {"root":"Vuhp5T","mode-block":"_4Ytq4q","modeBlock":"_4Ytq4q","mode-inline":"Uu-kpz","modeInline":"Uu-kpz","padding-0":"iIhgAX","padding0":"iIhgAX","padding-6":"dMYTXo","padding6":"dMYTXo","padding-12":"fU6vv2","padding12":"fU6vv2","padding-18":"D1X6y5","padding18":"D1X6y5"};
|
|
2458
2458
|
|
|
2459
2459
|
function applyAccordionMods(mods) {
|
|
2460
2460
|
return [
|
|
@@ -2467,7 +2467,7 @@ const Accordion = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Accor
|
|
|
2467
2467
|
dropdownIcon: mods.dropdownIcon !== null && settings.accordion.icons.dropdownIcon,
|
|
2468
2468
|
}));
|
|
2469
2469
|
|
|
2470
|
-
var css$_ = {"root":"
|
|
2470
|
+
var css$_ = {"root":"_78kox8","align-items":"pALOKl","alignItems":"pALOKl","justify-content":"n9-HO1","justifyContent":"n9-HO1","border-top":"SyQ1-Z","borderTop":"SyQ1-Z","border-bottom":"uJ3zVB","borderBottom":"uJ3zVB","top-shadow":"AAkCe0","topShadow":"AAkCe0","padding":"_4Qg8r-","margin":"fZ-Uzs","vPadding":"c11Fz4","column-gap":"muZmDq","columnGap":"muZmDq","row-gap":"YafDEI","rowGap":"YafDEI","spacing":"g4aQ7w"};
|
|
2471
2471
|
|
|
2472
2472
|
const FlexCell = /* @__PURE__ */uuiCore.withMods(uuiComponents.FlexCell, () => [css$_.flexCell]);
|
|
2473
2473
|
|
|
@@ -2519,7 +2519,7 @@ const FlexRow = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
2519
2519
|
} }, props.children));
|
|
2520
2520
|
});
|
|
2521
2521
|
|
|
2522
|
-
var css$Z = {"root":"
|
|
2522
|
+
var css$Z = {"root":"h8UxYN","margin-24":"HqhPjY","margin24":"HqhPjY","padding-12":"_7OQUtz","padding12":"_7OQUtz","padding-24":"wxeTgM","padding24":"wxeTgM","shadow":"_5tdAQ4","uui-surface-main":"lSNKuA","uuiSurfaceMain":"lSNKuA"};
|
|
2523
2523
|
|
|
2524
2524
|
const Panel = /* @__PURE__ */uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
2525
2525
|
'uui-panel',
|
|
@@ -2529,7 +2529,7 @@ const Panel = /* @__PURE__ */uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
|
2529
2529
|
props.background && css$Z[`uui-${props.background}`],
|
|
2530
2530
|
]);
|
|
2531
2531
|
|
|
2532
|
-
var css$Y = {"root":"
|
|
2532
|
+
var css$Y = {"root":"k3oM9K"};
|
|
2533
2533
|
|
|
2534
2534
|
function applyLabeledInputMods(mods) {
|
|
2535
2535
|
return [
|
|
@@ -2551,7 +2551,7 @@ function applyLabeledInputProps(props) {
|
|
|
2551
2551
|
}
|
|
2552
2552
|
const LabeledInput = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.LabeledInput, applyLabeledInputMods, applyLabeledInputProps);
|
|
2553
2553
|
|
|
2554
|
-
var css$X = {"root":"
|
|
2554
|
+
var css$X = {"root":"b4tIuJ"};
|
|
2555
2555
|
|
|
2556
2556
|
function RadioGroup(props) {
|
|
2557
2557
|
const direction = props.direction || 'vertical';
|
|
@@ -2566,7 +2566,7 @@ function RadioGroup(props) {
|
|
|
2566
2566
|
})));
|
|
2567
2567
|
}
|
|
2568
2568
|
|
|
2569
|
-
var css$W = {"root":"
|
|
2569
|
+
var css$W = {"root":"P-ohAs","viewport":"_8g-keC"};
|
|
2570
2570
|
|
|
2571
2571
|
var uuiScrollbars;
|
|
2572
2572
|
(function (uuiScrollbars) {
|
|
@@ -2576,16 +2576,25 @@ var uuiScrollbars;
|
|
|
2576
2576
|
uuiScrollbars["uuiLineBottom"] = "uui-line-bottom";
|
|
2577
2577
|
})(uuiScrollbars || (uuiScrollbars = {}));
|
|
2578
2578
|
const ScrollBars = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
2579
|
-
const { cx: outerCx, children, overflowTopEffect = 'none', overflowBottomEffect = 'none', onScroll, autoHide = 'never', autoHideDelay, rawProps, ...rest } = props;
|
|
2579
|
+
const { cx: outerCx, children, overflowTopEffect = 'none', overflowBottomEffect = 'none', onScroll, autoHide = 'never', autoHideDelay, elementEvents, rawProps, ...rest } = props;
|
|
2580
2580
|
const [shadowElements, setShadowElements] = React.useState({
|
|
2581
2581
|
host: null,
|
|
2582
2582
|
viewport: null,
|
|
2583
2583
|
});
|
|
2584
2584
|
const hostRef = React.useRef(null);
|
|
2585
2585
|
const viewportRef = React.useRef(null);
|
|
2586
|
-
const
|
|
2586
|
+
const elementEventsEffective = React.useMemo(() => {
|
|
2587
|
+
const result = [['img', 'load']]; // this is default
|
|
2588
|
+
if (elementEvents && elementEvents.length > 0) {
|
|
2589
|
+
result.push(...elementEvents);
|
|
2590
|
+
}
|
|
2591
|
+
return result;
|
|
2592
|
+
}, [elementEvents]);
|
|
2587
2593
|
const [initialize, osInstance] = overlayscrollbarsReact.useOverlayScrollbars({
|
|
2588
2594
|
options: {
|
|
2595
|
+
update: {
|
|
2596
|
+
elementEvents: elementEventsEffective,
|
|
2597
|
+
},
|
|
2589
2598
|
scrollbars: {
|
|
2590
2599
|
theme: 'uui-scroll-bars',
|
|
2591
2600
|
autoHide: autoHide,
|
|
@@ -2627,7 +2636,7 @@ const ScrollBars = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
2627
2636
|
uuiCore.useScrollShadows(shadowElements.host, shadowElements.viewport);
|
|
2628
2637
|
React.useImperativeHandle(ref, () => {
|
|
2629
2638
|
return {
|
|
2630
|
-
container:
|
|
2639
|
+
container: hostRef.current,
|
|
2631
2640
|
view: viewportRef.current,
|
|
2632
2641
|
};
|
|
2633
2642
|
}, []);
|
|
@@ -2636,7 +2645,7 @@ const ScrollBars = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
2636
2645
|
});
|
|
2637
2646
|
ScrollBars.displayName = 'ScrollBars';
|
|
2638
2647
|
|
|
2639
|
-
var css$V = {"scroll-container":"
|
|
2648
|
+
var css$V = {"scroll-container":"_2krmNf","scrollContainer":"_2krmNf","list-container":"_7zmV6q","listContainer":"_7zmV6q"};
|
|
2640
2649
|
|
|
2641
2650
|
const VirtualList = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
2642
2651
|
const { listContainerRef, offsetY, handleScroll, estimatedHeight, scrollContainerRef, } = uuiCore.useVirtualList({
|
|
@@ -2689,7 +2698,7 @@ function Tree(props) {
|
|
|
2689
2698
|
return (React__namespace.createElement(VirtualList, { value: value, onValueChange: onValueChange, rowsCount: rowsCount, rows: renderedRows, cx: uuiCore.cx(propsCx), role: "tree" }));
|
|
2690
2699
|
}
|
|
2691
2700
|
|
|
2692
|
-
var css$U = {"root":"
|
|
2701
|
+
var css$U = {"root":"flGm0-"};
|
|
2693
2702
|
|
|
2694
2703
|
function CheckboxGroup(props) {
|
|
2695
2704
|
const currentValue = props.value || [];
|
|
@@ -2791,7 +2800,7 @@ const Tabs = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
2791
2800
|
});
|
|
2792
2801
|
Tabs.displayName = 'Tabs';
|
|
2793
2802
|
|
|
2794
|
-
var css$T = {"root":"
|
|
2803
|
+
var css$T = {"root":"HLI76q","modal-blocker":"aXkr3-","modalBlocker":"aXkr3-","animateModalBlocker":"_74aywb","modal":"IaquOA","modal-footer":"ZQA-WC","modalFooter":"ZQA-WC","border-top":"Lx0X-r","borderTop":"Lx0X-r","modal-header":"mb3C-Z","modalHeader":"mb3C-Z","border-bottom":"SMNrOE","borderBottom":"SMNrOE"};
|
|
2795
2804
|
|
|
2796
2805
|
const ModalBlocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalBlocker, () => [css$T.modalBlocker]);
|
|
2797
2806
|
const ModalWindow = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalWindow, () => [css$T.root, css$T.modal], (props) => {
|
|
@@ -2983,7 +2992,7 @@ const TREE_SHAKEABLE_INIT = () => ({
|
|
|
2983
2992
|
});
|
|
2984
2993
|
const i18n = /* @__PURE__ */TREE_SHAKEABLE_INIT();
|
|
2985
2994
|
|
|
2986
|
-
var css$S = {"root":"
|
|
2995
|
+
var css$S = {"root":"eR6KR3","icon-wrapper":"E2PBfc","iconWrapper":"E2PBfc","action-wrapper":"l7gGg0","actionWrapper":"l7gGg0","close-icon":"Q6rXwG","closeIcon":"Q6rXwG","main-path":"W4YKXs","mainPath":"W4YKXs","content":"RmEqRm","close-wrapper":"MJTTeU","closeWrapper":"MJTTeU","clear-notifications":"_9CdTPS","clearNotifications":"_9CdTPS"};
|
|
2987
2996
|
|
|
2988
2997
|
const NotificationCard = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
2989
2998
|
const notificationCardNode = React__namespace.default.useRef(null);
|
|
@@ -3016,7 +3025,7 @@ function ClearNotification() {
|
|
|
3016
3025
|
React__namespace.default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
|
|
3017
3026
|
}
|
|
3018
3027
|
|
|
3019
|
-
var css$R = {"footer":"
|
|
3028
|
+
var css$R = {"footer":"a-fq0e"};
|
|
3020
3029
|
|
|
3021
3030
|
class ConfirmationModal extends React__namespace.Component {
|
|
3022
3031
|
render() {
|
|
@@ -3058,7 +3067,7 @@ function useReliableForceUpdate() {
|
|
|
3058
3067
|
return red[1];
|
|
3059
3068
|
}
|
|
3060
3069
|
|
|
3061
|
-
var css$Q = {"root":"
|
|
3070
|
+
var css$Q = {"root":"HKKizN","container":"e8PE-q"};
|
|
3062
3071
|
|
|
3063
3072
|
const defaultFormat = 'MMM D, YYYY';
|
|
3064
3073
|
const valueFormat = 'YYYY-MM-DD';
|
|
@@ -3285,14 +3294,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
3285
3294
|
React__namespace.createElement(Button, { icon: navIconRight || settings.datePicker.icons.body.nextIcon, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
|
|
3286
3295
|
}
|
|
3287
3296
|
|
|
3288
|
-
var css$P = {"root":"
|
|
3297
|
+
var css$P = {"root":"W9e-sc"};
|
|
3289
3298
|
|
|
3290
3299
|
function applyDateSelectionMods() {
|
|
3291
3300
|
return [css$P.root, `uui-size-${settings.datePicker.sizes.body}`];
|
|
3292
3301
|
}
|
|
3293
3302
|
const Calendar = /* @__PURE__ */uuiCore.withMods(uuiComponents.Calendar, applyDateSelectionMods);
|
|
3294
3303
|
|
|
3295
|
-
var css$O = {"root":"
|
|
3304
|
+
var css$O = {"root":"o5uHOc"};
|
|
3296
3305
|
|
|
3297
3306
|
const uuiDatePickerBody = {
|
|
3298
3307
|
wrapper: 'uui-datepicker-body-wrapper',
|
|
@@ -3414,7 +3423,7 @@ function DatePickerComponent(props, ref) {
|
|
|
3414
3423
|
}
|
|
3415
3424
|
const DatePicker = /* @__PURE__ */React__namespace.default.forwardRef(DatePickerComponent);
|
|
3416
3425
|
|
|
3417
|
-
var css$N = {"date-input":"
|
|
3426
|
+
var css$N = {"date-input":"_5O2Vyh","dateInput":"_5O2Vyh","root":"SW9V00","separator":"qWAE5e"};
|
|
3418
3427
|
|
|
3419
3428
|
const RangeDatePickerInput = /* @__PURE__ */React.forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, onKeyDown, preventEmptyFromDate, preventEmptyToDate, id, cx: classes, }, ref) => {
|
|
3420
3429
|
const [inputValue, setInputValue] = React.useState(toCustomDateRangeFormat(value, format));
|
|
@@ -3487,7 +3496,7 @@ const RangeDatePickerInput = /* @__PURE__ */React.forwardRef(({ isDisabled, isIn
|
|
|
3487
3496
|
React__namespace.default.createElement(TextInput, { cx: uuiCore.cx(css$N.dateInput, inFocus === 'to' && uuiCore.uuiMod.focus), placeholder: getPlaceholder ? getPlaceholder('to') : i18n.rangeDatePicker.pickerPlaceholderTo, size: size || settings.rangeDatePicker.sizes.default, value: inputValue.to || undefined, icon: clearAllowed && ForwardRef$Q, iconPosition: "right", iconLabel: "Clear selected date range", onIconClick: onClear, 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 })));
|
|
3488
3497
|
});
|
|
3489
3498
|
|
|
3490
|
-
var css$M = {"root":"
|
|
3499
|
+
var css$M = {"root":"e8CP52"};
|
|
3491
3500
|
|
|
3492
3501
|
const uuiPresets = {
|
|
3493
3502
|
container: 'uui-presets-container',
|
|
@@ -3507,7 +3516,7 @@ function CalendarPresets(props) {
|
|
|
3507
3516
|
getPresets(props.presets).map((item) => (React__namespace.createElement(LinkButton, { key: item.key, caption: item.name, onClick: () => props.onPresetSet(item), size: settings.rangeDatePicker.sizes.preset })))));
|
|
3508
3517
|
}
|
|
3509
3518
|
|
|
3510
|
-
var css$L = {"root":"
|
|
3519
|
+
var css$L = {"root":"t-7IbW","container":"mz-gC0","day-selection":"MWjUgo","daySelection":"MWjUgo","from-picker":"CkOMEl","fromPicker":"CkOMEl","to-picker":"wd8kxl","toPicker":"wd8kxl","bodes-wrapper":"dsp6dB","bodesWrapper":"dsp6dB","blocker":"we3R0m"};
|
|
3511
3520
|
|
|
3512
3521
|
const uuiRangeDatePickerBody = {
|
|
3513
3522
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -3709,7 +3718,7 @@ const getDayState = (day, selectedDate) => {
|
|
|
3709
3718
|
};
|
|
3710
3719
|
};
|
|
3711
3720
|
|
|
3712
|
-
var css$K = {"dropdown-container":"
|
|
3721
|
+
var css$K = {"dropdown-container":"uz8bCC","dropdownContainer":"uz8bCC"};
|
|
3713
3722
|
|
|
3714
3723
|
function RangeDatePickerComponent(props, ref) {
|
|
3715
3724
|
const { value: _value, format = defaultFormat, size = settings.rangeDatePicker.sizes.default } = props;
|
|
@@ -3777,7 +3786,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
3777
3786
|
}
|
|
3778
3787
|
const RangeDatePicker = /* @__PURE__ */React__namespace.default.forwardRef(RangeDatePickerComponent);
|
|
3779
3788
|
|
|
3780
|
-
var css$J = {"root":"
|
|
3789
|
+
var css$J = {"root":"_22QTE1","blocker":"jo1jLX","marker":"hC7D4B","top":"IU1oP9","bottom":"g0-uFw","left":"ZbgvZ5","right":"gxoxxo","inside":"AjTVvj"};
|
|
3781
3790
|
|
|
3782
3791
|
function DropMarker(props) {
|
|
3783
3792
|
return props.isDndInProgress
|
|
@@ -3792,9 +3801,9 @@ function DropMarker(props) {
|
|
|
3792
3801
|
: null;
|
|
3793
3802
|
}
|
|
3794
3803
|
|
|
3795
|
-
var css$I = {"search-wrapper":"
|
|
3804
|
+
var css$I = {"root":"DN2C02","search-wrapper":"xFbLs8","searchWrapper":"xFbLs8","no-data":"lsm8-P","noData":"lsm8-P"};
|
|
3796
3805
|
|
|
3797
|
-
var css$H = {"picker-row":"
|
|
3806
|
+
var css$H = {"picker-row":"ZV9Evd","pickerRow":"ZV9Evd","align-widgets-top":"gHuc-F","alignWidgetsTop":"gHuc-F","row-content":"sRX7Cb","rowContent":"sRX7Cb","align-widgets-center":"VW-1QN","alignWidgetsCenter":"VW-1QN","icon-container":"YGdY3d","iconContainer":"YGdY3d","content-wrapper":"orJNxE","contentWrapper":"orJNxE","icon-wrapper":"Uu5Nvt","iconWrapper":"Uu5Nvt","icon-default":"cB83jB","iconDefault":"cB83jB","selected-mark":"StYSsP","selectedMark":"StYSsP"};
|
|
3798
3807
|
|
|
3799
3808
|
const mergeHighlightRanges = (ranges) => {
|
|
3800
3809
|
const mergedRanges = [];
|
|
@@ -3861,7 +3870,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
3861
3870
|
return getDecoratedText(str, ranges);
|
|
3862
3871
|
};
|
|
3863
3872
|
|
|
3864
|
-
var css$G = {"root":"
|
|
3873
|
+
var css$G = {"root":"xgOlkL","column-gap":"TGS6aA","columnGap":"TGS6aA","title":"_76nI11","subtitle":"NjETha","disabled":"_5U6PdI","multiline":"vnj5wW"};
|
|
3865
3874
|
|
|
3866
3875
|
function PickerItem(props) {
|
|
3867
3876
|
const { highlightSearchMatches = true, size, avatarUrl, isLoading, isDisabled, icon, } = props;
|
|
@@ -4044,7 +4053,7 @@ function DataPickerBody({ highlightSearchMatches = true, autoFocusSearch = true,
|
|
|
4044
4053
|
React__namespace.default.createElement(FlexRow, { key: "body", cx: uuiCore.cx('uui-picker_input-body'), rawProps: { style: { maxHeight: props.maxHeight, maxWidth: props.maxWidth }, tabIndex: -1 } }, props.rows.length === 0 && props.value.topIndex === 0
|
|
4045
4054
|
// We need to also ensure that topIndex === 0, because we can have state were there is no rows but topIndex > 0, in case when we scrolled lover than we have rows
|
|
4046
4055
|
// we fix this state on next render and shouldn't show empty state.
|
|
4047
|
-
? renderEmpty() : (React__namespace.default.createElement(VirtualList, { value: props.value, onValueChange: props.onValueChange, rows: renderedDataRows, role: "listbox", rawProps: {
|
|
4056
|
+
? renderEmpty() : (React__namespace.default.createElement(VirtualList, { value: props.value, onValueChange: props.onValueChange, rows: renderedDataRows, role: "listbox", cx: css$I.root, rawProps: {
|
|
4048
4057
|
'aria-multiselectable': props.selectionMode === 'multi' ? true : null,
|
|
4049
4058
|
'aria-orientation': 'vertical',
|
|
4050
4059
|
tabIndex: 0,
|
|
@@ -4079,7 +4088,7 @@ function DataPickerFooterImpl(props) {
|
|
|
4079
4088
|
}
|
|
4080
4089
|
const DataPickerFooter = /* @__PURE__ */React__namespace.default.memo(DataPickerFooterImpl);
|
|
4081
4090
|
|
|
4082
|
-
var css$F = {"header":"
|
|
4091
|
+
var css$F = {"header":"AZz4sm","title":"wqVddw","close":"-F5F4O"};
|
|
4083
4092
|
|
|
4084
4093
|
const DataPickerMobileHeaderImpl = (props) => {
|
|
4085
4094
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -4089,7 +4098,7 @@ const DataPickerMobileHeaderImpl = (props) => {
|
|
|
4089
4098
|
};
|
|
4090
4099
|
const DataPickerMobileHeader = /* @__PURE__ */React__namespace.default.memo(DataPickerMobileHeaderImpl);
|
|
4091
4100
|
|
|
4092
|
-
var css$E = {"done":"
|
|
4101
|
+
var css$E = {"done":"qq1qxT","container":"_40T4mJ"};
|
|
4093
4102
|
|
|
4094
4103
|
const PickerBodyMobileView = (props) => {
|
|
4095
4104
|
const isMobileView = uuiCore.isMobile();
|
|
@@ -4101,7 +4110,7 @@ const PickerBodyMobileView = (props) => {
|
|
|
4101
4110
|
isMobileView && (React__namespace.default.createElement(LinkButton, { caption: i18n.pickerInput.doneButton, onClick: () => props.onClose?.(), cx: css$E.done, size: settings.pickerInput.sizes.body.mobileFooterLinkButton }))));
|
|
4102
4111
|
};
|
|
4103
4112
|
|
|
4104
|
-
var css$D = {"sub-header-wrapper":"
|
|
4113
|
+
var css$D = {"sub-header-wrapper":"-Ux2dj","subHeaderWrapper":"-Ux2dj","switch":"NoIFcA","search":"Y5QceC","no-found-modal-container":"_90xb1v","noFoundModalContainer":"_90xb1v","no-found-modal-container-icon":"Iuaf-8","noFoundModalContainerIcon":"Iuaf-8","no-found-modal-container-text":"k0AQZH","noFoundModalContainerText":"k0AQZH","body":"wfsrAa"};
|
|
4105
4114
|
|
|
4106
4115
|
function PickerModal(props) {
|
|
4107
4116
|
const { view, selection, dataSourceStateLens, dataSourceState, getName, clearSelection, getRows, getListProps, getFooterProps, isSingleSelect, handleDataSourceValueChange, } = uuiComponents.usePickerModal(props);
|
|
@@ -4162,7 +4171,7 @@ function PickerModal(props) {
|
|
|
4162
4171
|
React__namespace.default.createElement(ModalFooter, null, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
4163
4172
|
}
|
|
4164
4173
|
|
|
4165
|
-
var css$C = {"tooltip":"
|
|
4174
|
+
var css$C = {"tooltip":"nqfmn3","noShrink":"ag--MC"};
|
|
4166
4175
|
|
|
4167
4176
|
const PickerTogglerTag = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
4168
4177
|
const tagProps = {
|
|
@@ -4181,7 +4190,7 @@ const PickerTogglerTag = /* @__PURE__ */React__namespace.forwardRef((props, ref)
|
|
|
4181
4190
|
}
|
|
4182
4191
|
});
|
|
4183
4192
|
|
|
4184
|
-
var css$B = {"root":"
|
|
4193
|
+
var css$B = {"root":"Qjfu8Y"};
|
|
4185
4194
|
|
|
4186
4195
|
const defaultMode = EditMode.FORM;
|
|
4187
4196
|
function applyPickerTogglerMods(mods) {
|
|
@@ -4251,7 +4260,7 @@ function PickerInputComponent(props, ref) {
|
|
|
4251
4260
|
const bodyHeight = uuiCore.isMobile() ? document.documentElement.clientHeight : props.dropdownHeight || settings.pickerInput.sizes.body.maxHeight;
|
|
4252
4261
|
const minBodyWidth = props.minBodyWidth || settings.pickerInput.sizes.body.minWidth;
|
|
4253
4262
|
const onKeyDown = (e) => handlePickerInputKeyboard(rows, e);
|
|
4254
|
-
return (React__namespace.default.createElement(PickerBodyMobileView, { title: props.entityName, onClose: () => toggleBodyOpening(false), cx: [props.bodyCx, 'uui-picker_input-body-wrapper'], width: dropdownProps.togglerWidth > minBodyWidth ? dropdownProps.togglerWidth : minBodyWidth, focusLock: true, shards: getSearchPosition() === 'input' ? [togglerRef] : undefined },
|
|
4263
|
+
return (React__namespace.default.createElement(PickerBodyMobileView, { title: props.entityName, onClose: () => toggleBodyOpening(false), cx: [props.bodyCx, 'uui-picker_input-body-wrapper'], width: dropdownProps.togglerWidth > minBodyWidth ? dropdownProps.togglerWidth : minBodyWidth, focusLock: true, shards: getSearchPosition() === 'input' ? [togglerRef] : undefined, rawProps: { 'aria-modal': true } },
|
|
4255
4264
|
React__namespace.default.createElement(DataPickerBody, { ...dropdownProps, ...getListProps(), showSearch: getSearchPosition() === 'body', getName: getName, value: dataSourceState, onValueChange: handleDataSourceValueChange, rows: rows, maxHeight: bodyHeight, searchSize: props.size, selectionMode: props.selectionMode, renderNotFound: props.renderNotFound, renderEmpty: props.renderEmpty, renderRow: props.renderRow, onKeyDown: onKeyDown, minCharsToSearch: props.minCharsToSearch, fixedBodyPosition: props.fixedBodyPosition, searchDebounceDelay: props.searchDebounceDelay, rawProps: props.rawProps?.body, highlightSearchMatches: props.highlightSearchMatches, flattenSearchResults: view.getConfig().flattenSearchResults }),
|
|
4256
4265
|
renderFooter()));
|
|
4257
4266
|
};
|
|
@@ -4263,7 +4272,7 @@ function PickerInputComponent(props, ref) {
|
|
|
4263
4272
|
}
|
|
4264
4273
|
const PickerInput = /* @__PURE__ */React__namespace.default.forwardRef(PickerInputComponent);
|
|
4265
4274
|
|
|
4266
|
-
var css$A = {"row":"
|
|
4275
|
+
var css$A = {"row":"luGXrO"};
|
|
4267
4276
|
|
|
4268
4277
|
function PickerListRow(props) {
|
|
4269
4278
|
let label;
|
|
@@ -4283,7 +4292,7 @@ function PickerListRow(props) {
|
|
|
4283
4292
|
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));
|
|
4284
4293
|
}
|
|
4285
4294
|
|
|
4286
|
-
var css$z = {"root":"
|
|
4295
|
+
var css$z = {"root":"_6KhRL1"};
|
|
4287
4296
|
|
|
4288
4297
|
function PickerList(props) {
|
|
4289
4298
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, getModalTogglerCaption, } = uuiComponents.usePickerList(props);
|
|
@@ -4318,7 +4327,7 @@ function PickerList(props) {
|
|
|
4318
4327
|
}, selectedRows)));
|
|
4319
4328
|
}
|
|
4320
4329
|
|
|
4321
|
-
var css$y = {"root":"
|
|
4330
|
+
var css$y = {"root":"ae2y-y","wrapper":"-ti4Ak","align-widgets-top":"-rtEm8","alignWidgetsTop":"-rtEm8","align-widgets-center":"sgsK4n","alignWidgetsCenter":"sgsK4n"};
|
|
4322
4331
|
|
|
4323
4332
|
function DataTableCell(initialProps) {
|
|
4324
4333
|
const props = { ...initialProps };
|
|
@@ -4368,7 +4377,7 @@ function DataTableCell(initialProps) {
|
|
|
4368
4377
|
return React__namespace.createElement(uuiComponents.DataTableCell, { ...props });
|
|
4369
4378
|
}
|
|
4370
4379
|
|
|
4371
|
-
var css$x = {"root":"
|
|
4380
|
+
var css$x = {"root":"P3uLuH"};
|
|
4372
4381
|
|
|
4373
4382
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
4374
4383
|
// 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.
|
|
@@ -4384,7 +4393,7 @@ const DataTableRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.DataTableRow,
|
|
|
4384
4393
|
];
|
|
4385
4394
|
}, () => propsMods);
|
|
4386
4395
|
|
|
4387
|
-
var css$w = {"sorting-panel-container":"
|
|
4396
|
+
var css$w = {"sorting-panel-container":"JjOQqc","sortingPanelContainer":"JjOQqc"};
|
|
4388
4397
|
|
|
4389
4398
|
const SortingPanelImpl = ({ sortDirection, onSort }) => {
|
|
4390
4399
|
const sortAsc = React.useCallback(() => onSort(sortDirection === 'asc' ? undefined : 'asc'), [onSort]);
|
|
@@ -4398,13 +4407,13 @@ const SortingPanel = /* @__PURE__ */React__namespace.default.memo(SortingPanelIm
|
|
|
4398
4407
|
const ColumnHeaderDropdownImpl = (props) => {
|
|
4399
4408
|
const middleware = React.useMemo(() => [react.offset(1), uuiCore.mobilePositioning], []);
|
|
4400
4409
|
const closeDropdown = React.useCallback(() => props.onOpenChange(false), [props.onOpenChange]);
|
|
4401
|
-
return (React__namespace.default.createElement(uuiComponents.Dropdown, { renderTarget: props.renderTarget, renderBody: (dropdownProps) => (React__namespace.default.createElement(PickerBodyMobileView, { width: 280, maxWidth: "auto", title: props.title, onClose: closeDropdown },
|
|
4410
|
+
return (React__namespace.default.createElement(uuiComponents.Dropdown, { renderTarget: props.renderTarget, renderBody: (dropdownProps) => (React__namespace.default.createElement(PickerBodyMobileView, { width: 280, maxWidth: "auto", title: props.title, onClose: closeDropdown, rawProps: { 'aria-modal': true } },
|
|
4402
4411
|
props.isSortable && React__namespace.default.createElement(SortingPanel, { sortDirection: props.sortDirection, onSort: props.onSort }),
|
|
4403
4412
|
props.renderFilter(dropdownProps))), middleware: middleware, value: props.isOpen, onValueChange: props.onOpenChange }));
|
|
4404
4413
|
};
|
|
4405
4414
|
const ColumnHeaderDropdown = /* @__PURE__ */React__namespace.default.memo(ColumnHeaderDropdownImpl);
|
|
4406
4415
|
|
|
4407
|
-
var css$v = {"root":"
|
|
4416
|
+
var css$v = {"root":"MJLpus","caption-wrapper":"ohPeD8","captionWrapper":"ohPeD8","sort-icon":"NjdgKI","sortIcon":"NjdgKI","dropdown-icon":"kKYcNj","dropdownIcon":"kKYcNj","infoIcon":"eYFoTH","sortInActive":"p2USYh","align-right":"AXccWm","alignRight":"AXccWm","align-center":"vnka-Y","alignCenter":"vnka-Y","caption":"OjJJjN","truncate":"_7ioVNO","upper-case":"C-VAvt","upperCase":"C-VAvt","checkbox":"NGPbSU","icon":"u8z9RT","fold-all-icon":"_4KPyED","foldAllIcon":"_4KPyED","cell-tooltip":"nNwYJ5","cellTooltip":"nNwYJ5","resizing-marker":"ka--8Q","resizingMarker":"ka--8Q","pinned-right":"DQKLZt","pinnedRight":"DQKLZt","draggable":"GWeAJV","ghost":"_6glR-c","is-dragged-out":"iDM0UI","isDraggedOut":"iDM0UI","dnd-marker-left":"YfMd8a","dndMarkerLeft":"YfMd8a","dnd-marker-right":"Zc5EF3","dndMarkerRight":"Zc5EF3","cell-tooltip-wrapper":"_7x6mkx","cellTooltipWrapper":"_7x6mkx","cell-tooltip-text":"_45WssY","cellTooltipText":"_45WssY","tooltip-caption":"ryEuI8","tooltipCaption":"ryEuI8","tooltip-info":"NaiOJQ","tooltipInfo":"NaiOJQ"};
|
|
4408
4417
|
|
|
4409
4418
|
class DataTableHeaderCell extends React__namespace.Component {
|
|
4410
4419
|
constructor() {
|
|
@@ -4445,7 +4454,7 @@ class DataTableHeaderCell extends React__namespace.Component {
|
|
|
4445
4454
|
};
|
|
4446
4455
|
this.renderHeaderCheckbox = () => {
|
|
4447
4456
|
if (this.props.selectAll && this.props.isFirstColumn) {
|
|
4448
|
-
return (React__namespace.createElement(Checkbox, { size: settings.dataTable.sizes.body.checkboxMap[this.props.size], ...this.props.selectAll, cx: uuiCore.cx(css$v.checkbox, uuiCore.uuiDataTableHeaderCell.uuiTableHeaderCheckbox) }));
|
|
4457
|
+
return (React__namespace.createElement(Checkbox, { size: settings.dataTable.sizes.body.checkboxMap[this.props.size], rawProps: { 'aria-label': 'Select All' }, ...this.props.selectAll, cx: uuiCore.cx(css$v.checkbox, uuiCore.uuiDataTableHeaderCell.uuiTableHeaderCheckbox) }));
|
|
4449
4458
|
}
|
|
4450
4459
|
};
|
|
4451
4460
|
this.renderFoldAllIcon = () => {
|
|
@@ -4510,7 +4519,7 @@ class DataTableHeaderCell extends React__namespace.Component {
|
|
|
4510
4519
|
}
|
|
4511
4520
|
}
|
|
4512
4521
|
|
|
4513
|
-
var css$u = {"root":"
|
|
4522
|
+
var css$u = {"root":"YPhvpm","caption-wrapper":"Q-PMU3","captionWrapper":"Q-PMU3","align-center":"Qs9tDK","alignCenter":"Qs9tDK","caption":"d37ZU9","truncate":"hXklwY","upper-case":"HScr7i","upperCase":"HScr7i","group-cell-tooltip":"A05edc","groupCellTooltip":"A05edc","group-cell-tooltip-wrapper":"ii7QVL","groupCellTooltipWrapper":"ii7QVL","group-cell-tooltip-text":"-QRiXj","groupCellTooltipText":"-QRiXj","tooltip-caption":"_6SIcfa","tooltipCaption":"_6SIcfa","tooltip-info":"wR6NCW","tooltipInfo":"wR6NCW"};
|
|
4514
4523
|
|
|
4515
4524
|
class DataTableHeaderGroupCell extends React__namespace.Component {
|
|
4516
4525
|
constructor() {
|
|
@@ -4550,13 +4559,15 @@ class DataTableHeaderGroupCell extends React__namespace.Component {
|
|
|
4550
4559
|
}
|
|
4551
4560
|
}
|
|
4552
4561
|
|
|
4553
|
-
var css$t = {"root":"
|
|
4562
|
+
var css$t = {"root":"LQ3nji"};
|
|
4554
4563
|
|
|
4555
4564
|
const DataTableHeaderRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.DataTableHeaderRow, () => [css$t.root, 'uui-dt-vars'], (mods) => {
|
|
4556
4565
|
return ({
|
|
4557
4566
|
renderCell: (props) => (React__namespace.createElement(DataTableHeaderCell, { ...props, size: mods.size, textCase: mods.textCase || 'normal', key: props.column.key, columnsGap: mods.columnsGap })),
|
|
4558
4567
|
renderGroupCell: (props) => (React__namespace.createElement(DataTableHeaderGroupCell, { ...props, size: mods.size, textCase: mods.textCase || 'normal', key: props.key, columnsGap: mods.columnsGap })),
|
|
4559
|
-
renderConfigButton: () => (React__namespace.createElement(uuiComponents.ControlIcon, { key: "configuration", onClick: mods.onConfigButtonClick, size: settings.dataTable.sizes.header.iconMap[mods.size || settings.dataTable.sizes.header.row], cx: ['config-icon'], icon: settings.dataTable.icons.header.configIcon
|
|
4568
|
+
renderConfigButton: () => (React__namespace.createElement(uuiComponents.ControlIcon, { key: "configuration", onClick: mods.onConfigButtonClick, size: settings.dataTable.sizes.header.iconMap[mods.size || settings.dataTable.sizes.header.row], cx: ['config-icon'], icon: settings.dataTable.icons.header.configIcon, rawProps: {
|
|
4569
|
+
'aria-label': 'Configure columns',
|
|
4570
|
+
} })),
|
|
4560
4571
|
});
|
|
4561
4572
|
});
|
|
4562
4573
|
|
|
@@ -4648,7 +4659,7 @@ const UUI_FILTERS_PANEL_ITEM_TOGGLER_SELECTION = 'uui-filters-panel-item-toggler
|
|
|
4648
4659
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER_POSTFIX = 'uui-filters-panel-item-toggler-postfix';
|
|
4649
4660
|
const UUI_FILTERS_PANEL_BODY_FOOTER = 'uui-filters-panel-item-footer';
|
|
4650
4661
|
|
|
4651
|
-
var css$s = {"body":"
|
|
4662
|
+
var css$s = {"body":"Cgez4E","header":"O7hH4D","title":"AnrAje","removeButton":"pw1vuC","with-search":"ePEaMD","withSearch":"ePEaMD"};
|
|
4652
4663
|
|
|
4653
4664
|
function FilterColumnBody(props) {
|
|
4654
4665
|
const [predicate, setPredicate] = React.useState(getDefaultPredicate(props.predicates, props.value));
|
|
@@ -4672,7 +4683,7 @@ function FilterColumnBody(props) {
|
|
|
4672
4683
|
return props.predicates?.length > 0 && (React__namespace.default.createElement("div", { className: css$s.header },
|
|
4673
4684
|
React__namespace.default.createElement(FilterPredicatePanel, { ...panelProps })));
|
|
4674
4685
|
};
|
|
4675
|
-
return (React__namespace.default.createElement(DropdownContainer, { style: { minWidth: '360px' }, cx: [css$s.body, UUI_FILTERS_PANEL_ITEM_BODY], ...props, focusLock: false },
|
|
4686
|
+
return (React__namespace.default.createElement(DropdownContainer, { style: { minWidth: '360px' }, cx: [css$s.body, UUI_FILTERS_PANEL_ITEM_BODY], ...props, focusLock: false, rawProps: { 'aria-modal': true } },
|
|
4676
4687
|
renderHeader(),
|
|
4677
4688
|
React__namespace.default.createElement(FilterItemBody, { ...props, selectedPredicate: predicate, value: getValue(predicate, props.value), onValueChange: onValueChange })));
|
|
4678
4689
|
}
|
|
@@ -4709,7 +4720,7 @@ const useColumnsWithFilters = (initialColumns, filters) => {
|
|
|
4709
4720
|
return columns;
|
|
4710
4721
|
};
|
|
4711
4722
|
|
|
4712
|
-
var css$r = {"unpin-icon":"
|
|
4723
|
+
var css$r = {"unpin-icon":"Nxvd7H","unpinIcon":"Nxvd7H","pin-toggler-icon":"fG9JjQ","pinTogglerIcon":"fG9JjQ"};
|
|
4713
4724
|
|
|
4714
4725
|
function PinIconButton(props) {
|
|
4715
4726
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4760,7 +4771,7 @@ function getUnpinIcon(params) {
|
|
|
4760
4771
|
}
|
|
4761
4772
|
}
|
|
4762
4773
|
|
|
4763
|
-
var css$q = {"row-wrapper":"
|
|
4774
|
+
var css$q = {"row-wrapper":"_8NCedf","rowWrapper":"_8NCedf","pin-icon-button":"jfvmSt","pinIconButton":"jfvmSt","not-pinned":"OvTdDW","notPinned":"OvTdDW","checkbox":"KWEjLV","drag-handle":"VDUDgX","dragHandle":"VDUDgX","dnd-disabled":"dDZaOA","dndDisabled":"dDZaOA"};
|
|
4764
4775
|
|
|
4765
4776
|
const ColumnRow = /* @__PURE__ */React__namespace.memo(function ColumnRow(props) {
|
|
4766
4777
|
const { column } = props;
|
|
@@ -4794,7 +4805,7 @@ const ColumnRow = /* @__PURE__ */React__namespace.memo(function ColumnRow(props)
|
|
|
4794
4805
|
return (React__namespace.createElement(uuiCore.DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
|
|
4795
4806
|
});
|
|
4796
4807
|
|
|
4797
|
-
var css$p = {"root":"
|
|
4808
|
+
var css$p = {"root":"WFAJIu","main-panel":"gnN2L8","mainPanel":"gnN2L8","group":"s7rdZG","group-title":"h7pjdp","groupTitle":"h7pjdp","group-items":"-clb9l","groupItems":"-clb9l","no-data":"sYlk8C","noData":"sYlk8C","no-data-title":"M-HUYY","noDataTitle":"M-HUYY","no-data-sub-title":"mGCD1R","noDataSubTitle":"mGCD1R","h-divider":"Pd9LlD","hDivider":"Pd9LlD","search-area":"hMbWvD","searchArea":"hMbWvD","subgroup-accordion":"N3AQr2","subgroupAccordion":"N3AQr2","subgroup":"pgdZt7","subgroup-title":"a51HcU","subgroupTitle":"a51HcU"};
|
|
4798
4809
|
|
|
4799
4810
|
const renderGroupTitle = (title, amount) => (React__namespace.createElement(FlexRow, { cx: css$p.group },
|
|
4800
4811
|
React__namespace.createElement(Text, { size: "none", cx: css$p.groupTitle }, title),
|
|
@@ -4897,7 +4908,7 @@ const getChildrenAndRest = (row, rows) => {
|
|
|
4897
4908
|
return [children, rest];
|
|
4898
4909
|
};
|
|
4899
4910
|
|
|
4900
|
-
var css$o = {"listContainer":"
|
|
4911
|
+
var css$o = {"listContainer":"o3EBCy","header":"YjOVZ0","group":"_2CvL54","stickyHeader":"INY7eh"};
|
|
4901
4912
|
|
|
4902
4913
|
function DataRowsGroup({ row, childRows, renderRow, top = 1, }) {
|
|
4903
4914
|
const rowRef = React.useRef(undefined);
|
|
@@ -4937,7 +4948,7 @@ function DataRowsContainer({ estimatedHeight, listContainerRef, offsetY, rows, r
|
|
|
4937
4948
|
React__namespace.default.createElement(DataRowsGroups, { rows: rows, renderRow: renderRow, top: headerRef?.current?.clientHeight }))));
|
|
4938
4949
|
}
|
|
4939
4950
|
|
|
4940
|
-
var css$n = {"root":"
|
|
4951
|
+
var css$n = {"root":"tjYSZ7","sticky-header":"v-kz2B","stickyHeader":"v-kz2B","no-results":"BZ2BIi","noResults":"BZ2BIi","icon":"iIx8Y7","title":"_8vR-87"};
|
|
4941
4952
|
|
|
4942
4953
|
function DataTable(props) {
|
|
4943
4954
|
const { uuiModals } = uuiCore.useUuiContext();
|
|
@@ -4986,7 +4997,7 @@ function DataTable(props) {
|
|
|
4986
4997
|
: (React__namespace.createElement(VirtualList, { value: props.value, onValueChange: props.onValueChange, onScroll: props.onScroll, rowsCount: props.rowsCount, renderRows: renderTableBody, cx: classes, isLoading: props.isReloading, rowsSelector: "[role=row]", rawProps: rawProps })))));
|
|
4987
4998
|
}
|
|
4988
4999
|
|
|
4989
|
-
var css$m = {"root":"
|
|
5000
|
+
var css$m = {"root":"Jr6fN7","title-wrapper":"ZpWRnD","titleWrapper":"ZpWRnD","title":"_0ZQ5pw","text-wrapper":"clmXAV","textWrapper":"clmXAV","selection":"_7Ex0VE","postfix":"r6Jk2T","selected":"_8wnXVv"};
|
|
4990
5001
|
|
|
4991
5002
|
const FilterPanelItemToggler = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
4992
5003
|
const togglerPickerOpened = (e) => {
|
|
@@ -5211,7 +5222,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
5211
5222
|
renderFooter()));
|
|
5212
5223
|
}
|
|
5213
5224
|
|
|
5214
|
-
var css$l = {"container":"
|
|
5225
|
+
var css$l = {"container":"JBPNQI"};
|
|
5215
5226
|
|
|
5216
5227
|
function FilterNumericBody(props) {
|
|
5217
5228
|
const isInRangePredicate = props?.selectedPredicate === 'inRange' || props?.selectedPredicate === 'notInRange';
|
|
@@ -5349,9 +5360,9 @@ function FiltersToolbarItemImpl(props) {
|
|
|
5349
5360
|
props.predicates ? (React__namespace.default.createElement(FilterPredicatePanel, { predicates: props.predicates, predicate: predicate, type: props.type, onValueChange: props.onValueChange, value: props.value, setPredicate: setPredicate })) : (!hideTitle && (React__namespace.default.createElement("div", { className: css$s.title }, props.title))),
|
|
5350
5361
|
!props?.isAlwaysVisible && (React__namespace.default.createElement(LinkButton, { cx: css$s.removeButton, caption: i18n.filterToolbar.datePicker.removeCaption, onClick: removeOnclickHandler, size: settings.filtersPanel.sizes.pickerBodyLinkButton, icon: settings.filtersPanel.icons.pickerBodyRemoveIcon }))));
|
|
5351
5362
|
const renderBody = (dropdownProps) => {
|
|
5352
|
-
return isPickersType ? (React__namespace.default.createElement(PickerBodyMobileView, { ...dropdownProps, cx: [css$s.body, UUI_FILTERS_PANEL_ITEM_BODY], title: props.title, width: settings.filtersPanel.sizes.pickerBodyMinWidth, onClose: () => isOpenChange(false) },
|
|
5363
|
+
return isPickersType ? (React__namespace.default.createElement(PickerBodyMobileView, { ...dropdownProps, rawProps: { ...dropdownProps.arrowProps, 'aria-modal': true }, cx: [css$s.body, UUI_FILTERS_PANEL_ITEM_BODY], title: props.title, width: settings.filtersPanel.sizes.pickerBodyMinWidth, onClose: () => isOpenChange(false) },
|
|
5353
5364
|
renderHeader(hideHeaderTitle),
|
|
5354
|
-
React__namespace.default.createElement(FilterItemBody, { ...props, ...dropdownProps, selectedPredicate: predicate, value: getValue(predicate, props.value), onValueChange: onValueChange }))) : (React__namespace.default.createElement(DropdownContainer, { cx: [css$s.body, UUI_FILTERS_PANEL_ITEM_BODY], ...dropdownProps },
|
|
5365
|
+
React__namespace.default.createElement(FilterItemBody, { ...props, ...dropdownProps, selectedPredicate: predicate, value: getValue(predicate, props.value), onValueChange: onValueChange }))) : (React__namespace.default.createElement(DropdownContainer, { cx: [css$s.body, UUI_FILTERS_PANEL_ITEM_BODY], ...dropdownProps, rawProps: { ...dropdownProps.arrowProps, 'aria-modal': true } },
|
|
5355
5366
|
renderHeader(hideHeaderTitle),
|
|
5356
5367
|
React__namespace.default.createElement(FilterItemBody, { ...props, ...dropdownProps, selectedPredicate: predicate, value: getValue(predicate, props.value), onValueChange: onValueChange })));
|
|
5357
5368
|
};
|
|
@@ -5522,7 +5533,7 @@ function FiltersToolbarImpl(props) {
|
|
|
5522
5533
|
}
|
|
5523
5534
|
const FiltersPanel = /* @__PURE__ */React__namespace.default.memo(FiltersToolbarImpl);
|
|
5524
5535
|
|
|
5525
|
-
var css$k = {"delete-button":"
|
|
5536
|
+
var css$k = {"delete-button":"OkvPVs","deleteButton":"OkvPVs","tab-button":"mzvBgk","tabButton":"mzvBgk","targetOpen":"Xd8-BI"};
|
|
5526
5537
|
|
|
5527
5538
|
function PresetActionsDropdown(props) {
|
|
5528
5539
|
const { uuiNotifications } = uuiCore.useUuiContext();
|
|
@@ -5598,7 +5609,7 @@ const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
|
5598
5609
|
const UUI_PRESETS_PANEL_INPUT = 'uui-presets-panel-input';
|
|
5599
5610
|
const UUI_PRESETS_PANEL_PRESET = 'uui-presets-panel-preset';
|
|
5600
5611
|
|
|
5601
|
-
var css$j = {"preset-input-cell":"
|
|
5612
|
+
var css$j = {"preset-input-cell":"zBtfM-","presetInputCell":"zBtfM-","preset-input":"_8-wJJA","presetInput":"_8-wJJA"};
|
|
5602
5613
|
|
|
5603
5614
|
function PresetInput(props) {
|
|
5604
5615
|
const [presetCaption, setPresetCaption] = React.useState(props.preset?.name || '');
|
|
@@ -5625,7 +5636,7 @@ function PresetInput(props) {
|
|
|
5625
5636
|
React__namespace.default.createElement(TextInput, { cx: css$j.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
5626
5637
|
}
|
|
5627
5638
|
|
|
5628
|
-
var css$i = {"preset":"
|
|
5639
|
+
var css$i = {"preset":"Cl35Fz","activePreset":"ywDM3I"};
|
|
5629
5640
|
|
|
5630
5641
|
function Preset(props) {
|
|
5631
5642
|
const [isRenamePreset, setIsRenamePreset] = React.useState(false);
|
|
@@ -5650,7 +5661,7 @@ function Preset(props) {
|
|
|
5650
5661
|
return (React__namespace.default.createElement(FlexCell, { key: props.preset.id, alignSelf: "center", width: "auto" }, isRenamePreset ? (React__namespace.default.createElement(PresetInput, { onCancel: cancelRenamePreset, onSuccess: handlePresetRename, preset: props.preset })) : (React__namespace.default.createElement(TabButton, { caption: props.preset.name, onClick: !isPresetActive && choosePresetHandler, cx: [css$i.preset, isPresetActive && css$i.activePreset, UUI_PRESETS_PANEL_PRESET], size: settings.presetsPanel.sizes.tabButton, withNotify: isPresetActive && props.hasPresetChanged(props.preset), icon: PresetActionsDropdownComponent, iconPosition: "right", isActive: isPresetActive }))));
|
|
5651
5662
|
}
|
|
5652
5663
|
|
|
5653
|
-
var css$h = {"divider":"
|
|
5664
|
+
var css$h = {"divider":"Pfwr3S","dropdownDeleteIcon":"TEqwSY","presetsWrapper":"JDdEfY","addPresetContainer":"sOjGi2","dropContainer":"FTtAnD"};
|
|
5654
5665
|
|
|
5655
5666
|
function PresetsPanel(props) {
|
|
5656
5667
|
const [isAddingPreset, setIsAddingPreset] = React.useState(false);
|
|
@@ -5699,9 +5710,9 @@ function PresetsPanel(props) {
|
|
|
5699
5710
|
React__namespace.default.createElement(uuiComponents.AdaptivePanel, { items: getPanelItems() }))));
|
|
5700
5711
|
}
|
|
5701
5712
|
|
|
5702
|
-
var css$g = {"root":"
|
|
5713
|
+
var css$g = {"root":"vXX3DP"};
|
|
5703
5714
|
|
|
5704
|
-
var css$f = {"root":"
|
|
5715
|
+
var css$f = {"root":"mM4fS8","burger-content":"Iip-wm","burgerContent":"Iip-wm"};
|
|
5705
5716
|
|
|
5706
5717
|
var _path$3;
|
|
5707
5718
|
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); }
|
|
@@ -5744,7 +5755,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
5744
5755
|
};
|
|
5745
5756
|
var ForwardRef$2 = /*#__PURE__*/React.forwardRef(SvgNavigationArrowDownOutline);
|
|
5746
5757
|
|
|
5747
|
-
var css$e = {"root":"
|
|
5758
|
+
var css$e = {"root":"aoIEPm","button-primary":"Pdl-O-","buttonPrimary":"Pdl-O-","button-secondary":"irX5AT","buttonSecondary":"irX5AT","hasIcon":"MM3Rem","dropdown":"ad9kUj"};
|
|
5748
5759
|
|
|
5749
5760
|
function applyBurgerButtonMods(props) {
|
|
5750
5761
|
return [
|
|
@@ -5769,13 +5780,13 @@ const BurgerButton = /* @__PURE__ */React__namespace.default.forwardRef((props,
|
|
|
5769
5780
|
}, dropdownIcon: ForwardRef$2 }));
|
|
5770
5781
|
});
|
|
5771
5782
|
|
|
5772
|
-
var css$d = {"search-input":"
|
|
5783
|
+
var css$d = {"search-input":"oSkSBR","searchInput":"oSkSBR"};
|
|
5773
5784
|
|
|
5774
5785
|
function BurgerSearch(props) {
|
|
5775
5786
|
return (React__namespace.createElement(uuiComponents.TextInput, { cx: cx__default.default(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$M, placeholder: props.placeholder, value: props.value, onValueChange: props.onValueChange, onCancel: props.onCancel, cancelIcon: props.value && ForwardRef$Q }));
|
|
5776
5787
|
}
|
|
5777
5788
|
|
|
5778
|
-
var css$c = {"root":"
|
|
5789
|
+
var css$c = {"root":"Z8MKw1","group-header":"lBb5vZ","groupHeader":"lBb5vZ","group-name":"orLD22","groupName":"orLD22","line":"EkVnP-"};
|
|
5779
5790
|
|
|
5780
5791
|
function BurgerGroupHeader(props) {
|
|
5781
5792
|
return (React__namespace.createElement("div", { className: cx__default.default(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -5783,7 +5794,7 @@ function BurgerGroupHeader(props) {
|
|
|
5783
5794
|
React__namespace.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
5784
5795
|
}
|
|
5785
5796
|
|
|
5786
|
-
var css$b = {"root":"
|
|
5797
|
+
var css$b = {"root":"WSCYgO","type-primary":"izG5lJ","typePrimary":"izG5lJ","type-secondary":"gsjURf","typeSecondary":"gsjURf"};
|
|
5787
5798
|
|
|
5788
5799
|
const MainMenuButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
5789
5800
|
const { type, ...clickableProps } = props;
|
|
@@ -5811,7 +5822,7 @@ const MainMenuButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) =
|
|
|
5811
5822
|
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$P, flipY: props.isOpen }))));
|
|
5812
5823
|
});
|
|
5813
5824
|
|
|
5814
|
-
var css$a = {"dropdown-body":"
|
|
5825
|
+
var css$a = {"dropdown-body":"g83vaP","dropdownBody":"g83vaP"};
|
|
5815
5826
|
|
|
5816
5827
|
function MainMenuDropdown(props) {
|
|
5817
5828
|
const handleEscape = (e, onClose, isOpen) => {
|
|
@@ -5857,12 +5868,12 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
5857
5868
|
};
|
|
5858
5869
|
var ForwardRef$1 = /*#__PURE__*/React.forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
5859
5870
|
|
|
5860
|
-
var css$9 = {"global-menu-btn":"
|
|
5871
|
+
var css$9 = {"global-menu-btn":"GxtYRl","globalMenuBtn":"GxtYRl","global-menu-icon":"qI7KOq","globalMenuIcon":"qI7KOq"};
|
|
5861
5872
|
|
|
5862
5873
|
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 },
|
|
5863
5874
|
React__namespace.createElement(uuiComponents.IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
5864
5875
|
|
|
5865
|
-
var css$8 = {"container":"
|
|
5876
|
+
var css$8 = {"container":"PK5s5K","open":"_--CMyR","folding-arrow":"R2UeDT","foldingArrow":"R2UeDT"};
|
|
5866
5877
|
|
|
5867
5878
|
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 },
|
|
5868
5879
|
React__namespace.createElement(uuiComponents.Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -5870,15 +5881,15 @@ const MainMenuAvatar = /* @__PURE__ */React__namespace.forwardRef((props, ref) =
|
|
|
5870
5881
|
props.isDropdown && (React__namespace.createElement("div", null,
|
|
5871
5882
|
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, icon: ForwardRef$P, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
|
|
5872
5883
|
|
|
5873
|
-
var css$7 = {"search-input":"
|
|
5884
|
+
var css$7 = {"search-input":"PyAbJ7","searchInput":"PyAbJ7"};
|
|
5874
5885
|
|
|
5875
5886
|
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$M, cancelIcon: props.value?.length > 0 && ForwardRef$Q, ...props, ...iEditable, ref: ref, cx: uuiCore.cx(css$7.searchInput, props.cx), ...props.rawProps })) })));
|
|
5876
5887
|
|
|
5877
|
-
var css$6 = {"container":"
|
|
5888
|
+
var css$6 = {"container":"_8jcFV6"};
|
|
5878
5889
|
|
|
5879
5890
|
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 })));
|
|
5880
5891
|
|
|
5881
|
-
var css$5 = {"root":"
|
|
5892
|
+
var css$5 = {"root":"M7lLFI"};
|
|
5882
5893
|
|
|
5883
5894
|
const Anchor = /* @__PURE__ */uuiCore.withMods(uuiComponents.Anchor, () => [css$5.root]);
|
|
5884
5895
|
|
|
@@ -5936,7 +5947,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
5936
5947
|
};
|
|
5937
5948
|
var ForwardRef = /*#__PURE__*/React.forwardRef(SvgFileCloudUploadFill);
|
|
5938
5949
|
|
|
5939
|
-
var css$4 = {"root":"
|
|
5950
|
+
var css$4 = {"root":"sObhr8","drop-start":"_1k1E2E","dropStart":"_1k1E2E","drop-over":"_2f9qQJ","dropOver":"_2f9qQJ","link":"_4q4vVv","drop-area":"D2cItJ","dropArea":"D2cItJ","drop-caption":"UC-LWl","dropCaption":"UC-LWl","icon-blue":"ALwEj-","iconBlue":"ALwEj-"};
|
|
5940
5951
|
|
|
5941
5952
|
function DropSpot(props) {
|
|
5942
5953
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -5954,7 +5965,7 @@ function DropSpot(props) {
|
|
|
5954
5965
|
return React__namespace.createElement(uuiComponents.DropSpot, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
5955
5966
|
}
|
|
5956
5967
|
|
|
5957
|
-
var css$3 = {"root":"
|
|
5968
|
+
var css$3 = {"root":"cqnPz7"};
|
|
5958
5969
|
|
|
5959
5970
|
const SvgCircleProgress = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
5960
5971
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5965,7 +5976,7 @@ const SvgCircleProgress = /* @__PURE__ */React__namespace.forwardRef((props, ref
|
|
|
5965
5976
|
React__namespace.createElement("circle", { strokeWidth: 1, fill: "transparent", r: outsetRadius, cx: props.size / 2, cy: props.size / 2 })));
|
|
5966
5977
|
});
|
|
5967
5978
|
|
|
5968
|
-
var css$2 = {"root":"
|
|
5979
|
+
var css$2 = {"root":"_3cwuh-","file-name":"_6gnHvs","fileName":"_6gnHvs","default-color":"otwSV0","defaultColor":"otwSV0","doc-color":"_3DPL0n","docColor":"_3DPL0n","xls-color":"NJu6xp","xlsColor":"NJu6xp","pdf-color":"-VxYwF","pdfColor":"-VxYwF","movie-color":"Wr52xo","movieColor":"Wr52xo","img-color":"Bz5e4C","imgColor":"Bz5e4C","mov-color":"w6Twno","movColor":"w6Twno","error-block":"dfEKNZ","errorBlock":"dfEKNZ","icons-block":"NhB8mK","iconsBlock":"NhB8mK"};
|
|
5969
5980
|
|
|
5970
5981
|
const FileCard = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
5971
5982
|
const [isLoadingShow, setIsLoadingShow] = React__namespace.useState(true);
|
|
@@ -6047,6 +6058,7 @@ const getRecoveryMessageConfig = () => ({
|
|
|
6047
6058
|
'connection-lost': i18n.errorHandler.recoveryMessageConfig['connection-lost'],
|
|
6048
6059
|
maintenance: i18n.errorHandler.recoveryMessageConfig.maintenance,
|
|
6049
6060
|
'server-overload': i18n.errorHandler.recoveryMessageConfig['server-overload'],
|
|
6061
|
+
'abort-signal': { title: 'abort signal', subtitle: 'abort signal' },
|
|
6050
6062
|
});
|
|
6051
6063
|
const getErrorPageConfig = () => ({
|
|
6052
6064
|
notFound: {
|
|
@@ -6084,7 +6096,7 @@ const getErrorPageConfig = () => ({
|
|
|
6084
6096
|
},
|
|
6085
6097
|
});
|
|
6086
6098
|
|
|
6087
|
-
var css$1 = {"container":"
|
|
6099
|
+
var css$1 = {"container":"ps4eFP"};
|
|
6088
6100
|
|
|
6089
6101
|
const ErrorPage = (props) => {
|
|
6090
6102
|
const isMobileScreen = uuiCore.isMobile();
|
|
@@ -6096,7 +6108,7 @@ const ErrorPage = (props) => {
|
|
|
6096
6108
|
props?.supportLink && React__namespace.default.createElement("div", { className: "uui-error-support-link" }, props?.supportLink))));
|
|
6097
6109
|
};
|
|
6098
6110
|
|
|
6099
|
-
var css = {"recovery-spinner":"
|
|
6111
|
+
var css = {"recovery-spinner":"l2XbfG","recoverySpinner":"l2XbfG","recovery-message":"-GLWvF","recoveryMessage":"-GLWvF","modal-blocker":"W-r0eV","modalBlocker":"W-r0eV","modalFadeIn":"_5NM4ym"};
|
|
6100
6112
|
|
|
6101
6113
|
function ErrorHandler(props) {
|
|
6102
6114
|
const { uuiNotifications, uuiModals, uuiApi } = uuiCore.useUuiContext();
|