@epam/uui 5.4.2 → 5.4.3
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/index.esm.js +94 -94
- package/index.esm.js.map +1 -1
- package/index.js +94 -94
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/stats.html +1 -1
- package/styles.css +2483 -2483
- package/styles.css.map +1 -1
package/index.js
CHANGED
|
@@ -600,11 +600,11 @@ const systemIcons = {
|
|
|
600
600
|
},
|
|
601
601
|
};
|
|
602
602
|
|
|
603
|
-
var css$1m = {"root":"
|
|
603
|
+
var css$1m = {"root":"JCSVdn"};
|
|
604
604
|
|
|
605
605
|
const AvatarStack = uuiCore.withMods(uuiComponents.AvatarStack, () => [css$1m.root]);
|
|
606
606
|
|
|
607
|
-
var css$1l = {"root":"
|
|
607
|
+
var css$1l = {"root":"tgDuFG","size-24":"_6AG2w-","size-18":"AFmt8Q","size-12":"XDRpIZ","size24":"_6AG2w-","size18":"AFmt8Q","size12":"XDRpIZ"};
|
|
608
608
|
|
|
609
609
|
const CountIndicator = React.forwardRef((props, ref) => {
|
|
610
610
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -616,7 +616,7 @@ const CountIndicator = React.forwardRef((props, ref) => {
|
|
|
616
616
|
]) }, props.caption));
|
|
617
617
|
});
|
|
618
618
|
|
|
619
|
-
var css$1k = {"uui-typography":"
|
|
619
|
+
var css$1k = {"uui-typography":"_9Ww8mE","hero-header":"HBH751","promo-header":"ddVUOa","uui-critical":"XT99xr","uui-info":"TVSTZb","uui-success":"rFqtwg","uui-warning":"sjWEJc","uui-highlight":"yR04EY","uui-typography-size-12":"RAWxiZ","uui-typography-size-14":"_6edrsu","uui-typography-size-16":"Xd3Wu-","root":"YwO6Y9","size-18":"DbEwkb","size-24":"HImBvu","size-30":"PP8tud","size-36":"VisQDc","size-42":"_4mUyVB","size-48":"nvgOgy","uuiTypography":"_9Ww8mE","heroHeader":"HBH751","promoHeader":"ddVUOa","uuiCritical":"XT99xr","uuiInfo":"TVSTZb","uuiSuccess":"rFqtwg","uuiWarning":"sjWEJc","uuiHighlight":"yR04EY","uuiTypographySize12":"RAWxiZ","uuiTypographySize14":"_6edrsu","uuiTypographySize16":"Xd3Wu-","size18":"DbEwkb","size24":"HImBvu","size30":"PP8tud","size36":"VisQDc","size42":"_4mUyVB","size48":"nvgOgy"};
|
|
620
620
|
|
|
621
621
|
const mapSize$1 = {
|
|
622
622
|
48: '48',
|
|
@@ -665,7 +665,7 @@ const Badge = uuiCore.withMods(uuiComponents.Button, applyBadgeMods, (props) =>
|
|
|
665
665
|
};
|
|
666
666
|
});
|
|
667
667
|
|
|
668
|
-
var css$1j = {"uui-typography":"
|
|
668
|
+
var css$1j = {"uui-typography":"kR-zdy","hero-header":"pXvl66","promo-header":"kLu1mC","uui-critical":"bJ3yk-","uui-info":"gGtKUi","uui-success":"FnuyWD","uui-warning":"qCvd-a","uui-highlight":"clxp3g","uui-typography-size-12":"guyLnM","uui-typography-size-14":"iM8b5d","uui-typography-size-16":"kVb8vI","root":"yXCfh8","size-18":"p-brSA","size-24":"YR3c20","size-30":"_41EJdZ","size-36":"_1WAYSe","size-42":"Rv7drN","size-48":"-bhT6C","uuiTypography":"kR-zdy","heroHeader":"pXvl66","promoHeader":"kLu1mC","uuiCritical":"bJ3yk-","uuiInfo":"gGtKUi","uuiSuccess":"FnuyWD","uuiWarning":"qCvd-a","uuiHighlight":"clxp3g","uuiTypographySize12":"guyLnM","uuiTypographySize14":"iM8b5d","uuiTypographySize16":"kVb8vI","size18":"p-brSA","size24":"YR3c20","size30":"_41EJdZ","size36":"_1WAYSe","size42":"Rv7drN","size48":"-bhT6C"};
|
|
669
669
|
|
|
670
670
|
const defaultSize$a = '36';
|
|
671
671
|
const mapSize = {
|
|
@@ -699,14 +699,14 @@ const Tag = uuiCore.withMods(uuiComponents.Button, applyTagMods, (props) => ({
|
|
|
699
699
|
countIndicator: (countIndicatorProps) => (React__namespace.default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: (!props.color || props.color === 'neutral') ? 'white' : props.color, size: mapCountIndicatorSizes[props.size || defaultSize$a] }))),
|
|
700
700
|
}));
|
|
701
701
|
|
|
702
|
-
var css$1i = {"root":"
|
|
702
|
+
var css$1i = {"root":"GnKCde","uui-spinner":"fGZaIO","uuiSpinner":"fGZaIO"};
|
|
703
703
|
|
|
704
704
|
function applySpinnerMods() {
|
|
705
705
|
return [css$1i.root, 'uui-spinner'];
|
|
706
706
|
}
|
|
707
707
|
const Spinner = uuiCore.withMods(uuiComponents.Spinner, applySpinnerMods);
|
|
708
708
|
|
|
709
|
-
var css$1h = {"root":"
|
|
709
|
+
var css$1h = {"root":"rGX-Wj","spacer":"hwwINc","mode-ghost":"zDhYg5","size-24":"OsKYGq","size-30":"RoJAMc","navigation-size-24":"rL6scB","navigation-size-30":"zUBzYZ","modeGhost":"zDhYg5","size24":"OsKYGq","size30":"RoJAMc","navigationSize24":"rL6scB","navigationSize30":"zUBzYZ"};
|
|
710
710
|
|
|
711
711
|
var _path$L;
|
|
712
712
|
function _extends$N() { _extends$N = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$N.apply(this, arguments); }
|
|
@@ -795,14 +795,14 @@ function Paginator(props) {
|
|
|
795
795
|
return React__namespace.default.createElement(uuiComponents.Paginator, Object.assign({}, props, { render: renderPaginator }));
|
|
796
796
|
}
|
|
797
797
|
|
|
798
|
-
var css$1g = {"root":"
|
|
798
|
+
var css$1g = {"root":"DlfU8Y","progress-bar":"_0Sp4BA","progressBar-indeterminate":"uz7iBb","size-12":"I2vkxB","size-18":"Kwnij4","size-24":"_5yRVa6","progressBar":"_0Sp4BA","progressBarIndeterminate":"uz7iBb","size12":"I2vkxB","size18":"Kwnij4","size24":"_5yRVa6"};
|
|
799
799
|
|
|
800
800
|
const IndeterminateBar = React__namespace.forwardRef((props, ref) => {
|
|
801
801
|
return (React__namespace.createElement("div", { ref: ref, className: cx__default.default('uui-indeterminate_bar', props.cx, css$1g.root, css$1g[`size-${props.size || 12}`]) },
|
|
802
802
|
React__namespace.createElement("div", { className: cx__default.default(css$1g.progressBar) })));
|
|
803
803
|
});
|
|
804
804
|
|
|
805
|
-
var css$1f = {"root":"
|
|
805
|
+
var css$1f = {"root":"LoCAMF","striped":"O3leER","animate-stripes":"AJqUfb","size-12":"nk-vZG","size-18":"_9Bhp0E","size-24":"xtNS9D","animateStripes":"AJqUfb","size12":"nk-vZG","size18":"_9Bhp0E","size24":"xtNS9D"};
|
|
806
806
|
|
|
807
807
|
const defaultSize$9 = '12';
|
|
808
808
|
function applyProgressBarMods(mods) {
|
|
@@ -817,14 +817,14 @@ const ProgressBar = uuiCore.withMods(uuiComponents.ProgressBar, applyProgressBar
|
|
|
817
817
|
hideLabel: props.hideLabel || props.striped,
|
|
818
818
|
}));
|
|
819
819
|
|
|
820
|
-
var css$1e = {"root":"
|
|
820
|
+
var css$1e = {"root":"_4Bdufz"};
|
|
821
821
|
|
|
822
822
|
const IndicatorBar = React__namespace.forwardRef((props, ref) => {
|
|
823
823
|
const { progress } = props;
|
|
824
824
|
return progress || progress === 0 ? (React__namespace.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx__default.default(css$1e.root, props.cx), hideLabel: true })) : (React__namespace.createElement(IndeterminateBar, { ref: ref, cx: cx__default.default(css$1e.root, props.cx) }));
|
|
825
825
|
});
|
|
826
826
|
|
|
827
|
-
var css$1d = {"root":"
|
|
827
|
+
var css$1d = {"root":"GPy3p5","size-12":"gK0qes","size-18":"_7H-YeF","size-24":"ypMWVG","size12":"gK0qes","size18":"_7H-YeF","size24":"ypMWVG"};
|
|
828
828
|
|
|
829
829
|
const StatusIndicator = React.forwardRef((props, ref) => {
|
|
830
830
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -839,7 +839,7 @@ const StatusIndicator = React.forwardRef((props, ref) => {
|
|
|
839
839
|
React__namespace.default.createElement("p", { className: "uui-status_indicator_caption" }, props.caption)));
|
|
840
840
|
});
|
|
841
841
|
|
|
842
|
-
var css$1c = {"uui-typography":"
|
|
842
|
+
var css$1c = {"uui-typography":"bq-glA","hero-header":"lfIJZP","promo-header":"H4YRgL","uui-critical":"MGylyY","uui-info":"RZi5Yr","uui-success":"lKlFmZ","uui-warning":"dGvj31","uui-highlight":"wp-VpT","uui-typography-size-12":"arWNHO","uui-typography-size-14":"ijFoJK","uui-typography-size-16":"Q9Ru4G","root":"dHTqKf","uuiTypography":"bq-glA","heroHeader":"lfIJZP","promoHeader":"H4YRgL","uuiCritical":"MGylyY","uuiInfo":"RZi5Yr","uuiSuccess":"lKlFmZ","uuiWarning":"dGvj31","uuiHighlight":"wp-VpT","uuiTypographySize12":"arWNHO","uuiTypographySize14":"ijFoJK","uuiTypographySize16":"Q9Ru4G"};
|
|
843
843
|
|
|
844
844
|
const defaultSize$8 = '36';
|
|
845
845
|
function applyButtonMods(mods) {
|
|
@@ -857,7 +857,7 @@ const Button = uuiCore.withMods(uuiComponents.Button, applyButtonMods, (props) =
|
|
|
857
857
|
countIndicator: (countIndicatorProps) => React__namespace.default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: "white" })),
|
|
858
858
|
}));
|
|
859
859
|
|
|
860
|
-
var css$1b = {"root":"
|
|
860
|
+
var css$1b = {"root":"VWzV1A"};
|
|
861
861
|
|
|
862
862
|
const allIconColors = [
|
|
863
863
|
'info', 'success', 'warning', 'error', 'secondary', 'neutral',
|
|
@@ -867,7 +867,7 @@ function applyIconButtonMods(mods) {
|
|
|
867
867
|
}
|
|
868
868
|
const IconButton = uuiCore.withMods(uuiComponents.IconButton, applyIconButtonMods);
|
|
869
869
|
|
|
870
|
-
var css$1a = {"root":"
|
|
870
|
+
var css$1a = {"root":"ZzLAqU"};
|
|
871
871
|
|
|
872
872
|
function getIconClass(props) {
|
|
873
873
|
const classList = {
|
|
@@ -902,7 +902,7 @@ const LinkButton = uuiCore.withMods(uuiComponents.Button, applyLinkButtonMods, (
|
|
|
902
902
|
clearIcon: systemIcons[props.size || defaultSize$7].clear,
|
|
903
903
|
}));
|
|
904
904
|
|
|
905
|
-
var css$19 = {"uui-typography":"
|
|
905
|
+
var css$19 = {"uui-typography":"AfCMOU","hero-header":"_5voUEy","promo-header":"gzSjiJ","uui-critical":"yMNL6B","uui-info":"IYtby1","uui-success":"_2UpEQF","uui-warning":"MkYic4","uui-highlight":"ftRUzB","uui-typography-size-12":"_3pDYk1","uui-typography-size-14":"HzYaPY","uui-typography-size-16":"kf1Fmz","root":"V2OpqN","withNotify":"ZKMEUY","size-36":"RI1XHA","size-48":"kjfWmH","size-60":"qRviAw","uuiTypography":"AfCMOU","heroHeader":"_5voUEy","promoHeader":"gzSjiJ","uuiCritical":"yMNL6B","uuiInfo":"IYtby1","uuiSuccess":"_2UpEQF","uuiWarning":"MkYic4","uuiHighlight":"ftRUzB","uuiTypographySize12":"_3pDYk1","uuiTypographySize14":"HzYaPY","uuiTypographySize16":"kf1Fmz","size36":"RI1XHA","size48":"kjfWmH","size60":"qRviAw"};
|
|
906
906
|
|
|
907
907
|
function applyTabButtonMods(mods) {
|
|
908
908
|
return [
|
|
@@ -915,7 +915,7 @@ function applyTabButtonMods(mods) {
|
|
|
915
915
|
}
|
|
916
916
|
const TabButton = uuiCore.withMods(uuiComponents.Button, applyTabButtonMods, (props) => (Object.assign(Object.assign({ dropdownIcon: systemIcons['36'].foldingArrow, clearIcon: systemIcons['36'].clear }, props), { rawProps: Object.assign({ role: 'tab' }, props.rawProps), countIndicator: (countIndicatorProps) => (React__namespace.default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: props.isLinkActive ? 'info' : 'neutral', size: "18" }))) })));
|
|
917
917
|
|
|
918
|
-
var css$18 = {"uui-typography":"
|
|
918
|
+
var css$18 = {"uui-typography":"U9gonE","hero-header":"tTWAJw","promo-header":"-PdLC-","uui-critical":"_0o7owI","uui-info":"WzLsWp","uui-success":"xIG4za","uui-warning":"R6huz3","uui-highlight":"RZwmWD","uui-typography-size-12":"UT-mcy","uui-typography-size-14":"P0qT8Q","uui-typography-size-16":"p5Zn10","root":"CheQjz","uuiTypography":"U9gonE","heroHeader":"tTWAJw","promoHeader":"-PdLC-","uuiCritical":"_0o7owI","uuiInfo":"WzLsWp","uuiSuccess":"xIG4za","uuiWarning":"R6huz3","uuiHighlight":"RZwmWD","uuiTypographySize12":"UT-mcy","uuiTypographySize14":"P0qT8Q","uuiTypographySize16":"p5Zn10"};
|
|
919
919
|
|
|
920
920
|
function applyVerticalTabButtonMods() {
|
|
921
921
|
return [css$18.root];
|
|
@@ -993,7 +993,7 @@ var SvgPartlySelect18 = function SvgPartlySelect18(props, ref) {
|
|
|
993
993
|
};
|
|
994
994
|
var ForwardRef$G = /*#__PURE__*/React.forwardRef(SvgPartlySelect18);
|
|
995
995
|
|
|
996
|
-
var css$17 = {"uui-typography":"
|
|
996
|
+
var css$17 = {"uui-typography":"qzLNxj","hero-header":"w1-O3D","promo-header":"_5oBRVX","uui-critical":"mvUOO0","uui-info":"awnWgk","uui-success":"xV0VDD","uui-warning":"V8JyEZ","uui-highlight":"dKqo9X","uui-typography-size-12":"rFbUOS","uui-typography-size-14":"qfU-Qz","uui-typography-size-16":"QMr7-D","root":"wJM1Wd","size-18":"_0FAjL1","size-12":"_64-4UK","mode-cell":"abobUl","uuiTypography":"qzLNxj","heroHeader":"w1-O3D","promoHeader":"_5oBRVX","uuiCritical":"mvUOO0","uuiInfo":"awnWgk","uuiSuccess":"xV0VDD","uuiWarning":"V8JyEZ","uuiHighlight":"dKqo9X","uuiTypographySize12":"rFbUOS","uuiTypographySize14":"qfU-Qz","uuiTypographySize16":"QMr7-D","size18":"_0FAjL1","size12":"_64-4UK","modeCell":"abobUl"};
|
|
997
997
|
|
|
998
998
|
function applyCheckboxMods(mods) {
|
|
999
999
|
return [
|
|
@@ -1009,7 +1009,7 @@ const applyUUICheckboxProps = (props) => ({
|
|
|
1009
1009
|
});
|
|
1010
1010
|
const Checkbox = uuiCore.withMods(uuiComponents__namespace.Checkbox, applyCheckboxMods, applyUUICheckboxProps);
|
|
1011
1011
|
|
|
1012
|
-
var css$16 = {"uui-typography":"
|
|
1012
|
+
var css$16 = {"uui-typography":"_0lzkU6","hero-header":"E66vax","promo-header":"woC2HP","uui-critical":"SUr4f8","uui-info":"XLINO7","uui-success":"Ui9q80","uui-warning":"xAagtu","uui-highlight":"L9ul6X","uui-typography-size-12":"f5Xkce","uui-typography-size-14":"z-D2Dd","uui-typography-size-16":"BqpACu","root":"LRUP50","size-18":"O-Ak5q","size-12":"_5K1N22","uuiTypography":"_0lzkU6","heroHeader":"E66vax","promoHeader":"woC2HP","uuiCritical":"SUr4f8","uuiInfo":"XLINO7","uuiSuccess":"Ui9q80","uuiWarning":"xAagtu","uuiHighlight":"L9ul6X","uuiTypographySize12":"f5Xkce","uuiTypographySize14":"z-D2Dd","uuiTypographySize16":"BqpACu","size18":"O-Ak5q","size12":"_5K1N22"};
|
|
1013
1013
|
|
|
1014
1014
|
var _circle;
|
|
1015
1015
|
function _extends$F() { _extends$F = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
|
|
@@ -1033,7 +1033,7 @@ function applyRadioInputMods(mods) {
|
|
|
1033
1033
|
}
|
|
1034
1034
|
const RadioInput = uuiCore.withMods(uuiComponents.RadioInput, applyRadioInputMods, () => ({ icon: ForwardRef$F }));
|
|
1035
1035
|
|
|
1036
|
-
var css$15 = {"root":"
|
|
1036
|
+
var css$15 = {"root":"VX-qEl","size-12":"nPY6Pe","size-18":"zUpHJ1","size-24":"gAy78j","size12":"nPY6Pe","size18":"zUpHJ1","size24":"gAy78j"};
|
|
1037
1037
|
|
|
1038
1038
|
function applySwitchMods(mods) {
|
|
1039
1039
|
return [
|
|
@@ -1086,7 +1086,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
1086
1086
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
1087
1087
|
};
|
|
1088
1088
|
|
|
1089
|
-
var textInputCss = {"uui-typography":"
|
|
1089
|
+
var textInputCss = {"uui-typography":"DMJGsJ","hero-header":"QMFQas","promo-header":"gRH9Jr","uui-critical":"nk7krI","uui-info":"b78IRr","uui-success":"JY8mXU","uui-warning":"QsEi5l","uui-highlight":"mm0XaD","uui-typography-size-12":"kbY1Tv","uui-typography-size-14":"NTuhjg","uui-typography-size-16":"_7-kQCa","root":"_2HF5Fq","mode-form":"_8X3NES","mode-inline":"BGv7Q8","mode-cell":"_4FrC-I","size-24":"LBMeg4","size-30":"d8lWoe","size-36":"eMesyr","size-42":"_0b4AVV","size-48":"_67yUJm","uuiTypography":"DMJGsJ","heroHeader":"QMFQas","promoHeader":"gRH9Jr","uuiCritical":"nk7krI","uuiInfo":"b78IRr","uuiSuccess":"JY8mXU","uuiWarning":"QsEi5l","uuiHighlight":"mm0XaD","uuiTypographySize12":"kbY1Tv","uuiTypographySize14":"NTuhjg","uuiTypographySize16":"_7-kQCa","modeForm":"_8X3NES","modeInline":"BGv7Q8","modeCell":"_4FrC-I","size24":"LBMeg4","size30":"d8lWoe","size36":"eMesyr","size42":"_0b4AVV","size48":"_67yUJm"};
|
|
1090
1090
|
|
|
1091
1091
|
const defaultSize$6 = '36';
|
|
1092
1092
|
const defaultMode$5 = exports.EditMode.FORM;
|
|
@@ -1115,7 +1115,7 @@ const SearchInput = React__namespace.default.forwardRef((props, ref) => {
|
|
|
1115
1115
|
: undefined, type: "search", inputMode: "search", ref: ref }, textInputProps, iEditable))) })));
|
|
1116
1116
|
});
|
|
1117
1117
|
|
|
1118
|
-
var css$14 = {"root":"
|
|
1118
|
+
var css$14 = {"root":"tt67X2"};
|
|
1119
1119
|
|
|
1120
1120
|
const ControlGroup = uuiCore.withMods(uuiComponents.ControlGroup, () => [css$14.root]);
|
|
1121
1121
|
|
|
@@ -1124,7 +1124,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
1124
1124
|
}
|
|
1125
1125
|
const MultiSwitch = React__namespace.forwardRef(MultiSwitchComponent);
|
|
1126
1126
|
|
|
1127
|
-
var css$13 = {"uui-typography":"
|
|
1127
|
+
var css$13 = {"uui-typography":"RrFGnQ","hero-header":"W8cLAL","promo-header":"_6hVQGw","uui-critical":"_0326Bl","uui-info":"ICWDK7","uui-success":"KYegNH","uui-warning":"NbTJu2","uui-highlight":"_9diYSF","uui-typography-size-12":"Mom5PD","uui-typography-size-14":"U-IiTJ","uui-typography-size-16":"TQeR-o","root":"-iPVAy","size-24":"yHtpyG","size-30":"_9jdOA7","size-36":"_8E1m4b","size-42":"ovRe1b","size-48":"J7H6am","mode-form":"bopmVk","mode-cell":"rfVoDe","uuiTypography":"RrFGnQ","heroHeader":"W8cLAL","promoHeader":"_6hVQGw","uuiCritical":"_0326Bl","uuiInfo":"ICWDK7","uuiSuccess":"KYegNH","uuiWarning":"NbTJu2","uuiHighlight":"_9diYSF","uuiTypographySize12":"Mom5PD","uuiTypographySize14":"U-IiTJ","uuiTypographySize16":"TQeR-o","size24":"yHtpyG","size30":"_9jdOA7","size36":"_8E1m4b","size42":"ovRe1b","size48":"J7H6am","modeForm":"bopmVk","modeCell":"rfVoDe"};
|
|
1128
1128
|
|
|
1129
1129
|
const defaultSize$5 = '36';
|
|
1130
1130
|
const defaultMode$4 = exports.EditMode.FORM;
|
|
@@ -1143,7 +1143,7 @@ const NumericInput = uuiCore.withMods(uuiComponents.NumericInput, applyNumericIn
|
|
|
1143
1143
|
});
|
|
1144
1144
|
});
|
|
1145
1145
|
|
|
1146
|
-
var css$12 = {"uui-typography":"
|
|
1146
|
+
var css$12 = {"uui-typography":"JY1jdy","hero-header":"WRaUrG","promo-header":"omtu4R","uui-critical":"BjWHfs","uui-info":"VjE9ay","uui-success":"_2j1mpW","uui-warning":"iHZi6z","uui-highlight":"B4OguM","uui-typography-size-12":"tZgIsr","uui-typography-size-14":"DVpUI3","uui-typography-size-16":"Z2Qkqu","root":"X40AQH","mode-form":"ZhtNxg","mode-cell":"cyjh8P","mode-inline":"sEQjYt","size-24":"-Z0hH0","size-30":"z4GoX4","size-36":"ZqLQY-","size-42":"WVi9Gp","size-48":"nHy5ft","uuiTypography":"JY1jdy","heroHeader":"WRaUrG","promoHeader":"omtu4R","uuiCritical":"BjWHfs","uuiInfo":"VjE9ay","uuiSuccess":"_2j1mpW","uuiWarning":"iHZi6z","uuiHighlight":"B4OguM","uuiTypographySize12":"tZgIsr","uuiTypographySize14":"DVpUI3","uuiTypographySize16":"Z2Qkqu","modeForm":"ZhtNxg","modeCell":"cyjh8P","modeInline":"sEQjYt","size24":"-Z0hH0","size30":"z4GoX4","size36":"ZqLQY-","size42":"WVi9Gp","size48":"nHy5ft"};
|
|
1147
1147
|
|
|
1148
1148
|
const defaultSize$4 = '36';
|
|
1149
1149
|
const defaultMode$3 = exports.EditMode.FORM;
|
|
@@ -1157,7 +1157,7 @@ const TextArea = uuiCore.withMods(uuiComponents.TextArea, applyTextAreaMods, (pr
|
|
|
1157
1157
|
maxLength: props.mode === exports.EditMode.CELL ? undefined : props.maxLength,
|
|
1158
1158
|
}));
|
|
1159
1159
|
|
|
1160
|
-
var css$11 = {"root":"
|
|
1160
|
+
var css$11 = {"root":"DP1uBx"};
|
|
1161
1161
|
|
|
1162
1162
|
function applyDropdownContainerMods(mods) {
|
|
1163
1163
|
return [
|
|
@@ -1168,7 +1168,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
1168
1168
|
}
|
|
1169
1169
|
const DropdownContainer = uuiCore.withMods(uuiComponents__namespace.DropdownContainer, applyDropdownContainerMods);
|
|
1170
1170
|
|
|
1171
|
-
var css$10 = {"root":"
|
|
1171
|
+
var css$10 = {"root":"deCm4m","timepicker-input":"S6Nk-9","timepickerInput":"S6Nk-9"};
|
|
1172
1172
|
|
|
1173
1173
|
const TimePickerBody = uuiCore.withMods(uuiComponents.TimePickerBody, () => [css$10.root], () => ({ addIcon: ForwardRef$1a, subtractIcon: ForwardRef$1a }));
|
|
1174
1174
|
|
|
@@ -1202,7 +1202,7 @@ class TimePickerComponent extends uuiComponents.BaseTimePicker {
|
|
|
1202
1202
|
}
|
|
1203
1203
|
const TimePicker = uuiCore.withMods(TimePickerComponent);
|
|
1204
1204
|
|
|
1205
|
-
var css$$ = {"root":"
|
|
1205
|
+
var css$$ = {"root":"IDGYza"};
|
|
1206
1206
|
|
|
1207
1207
|
function applyInputAddonMods() {
|
|
1208
1208
|
return [
|
|
@@ -1211,14 +1211,14 @@ function applyInputAddonMods() {
|
|
|
1211
1211
|
}
|
|
1212
1212
|
const InputAddon = uuiCore.withMods(uuiComponents.InputAddon, applyInputAddonMods);
|
|
1213
1213
|
|
|
1214
|
-
var css$_ = {"root":"
|
|
1214
|
+
var css$_ = {"root":"jAInJS"};
|
|
1215
1215
|
|
|
1216
1216
|
function applySliderMods() {
|
|
1217
1217
|
return [css$_.root, 'uui-color-neutral'];
|
|
1218
1218
|
}
|
|
1219
1219
|
const Slider = uuiCore.withMods(uuiComponents.Slider, applySliderMods);
|
|
1220
1220
|
|
|
1221
|
-
var css$Z = {"container":"
|
|
1221
|
+
var css$Z = {"container":"BZqZxP"};
|
|
1222
1222
|
|
|
1223
1223
|
dayjs__default.default.extend(localeData__default.default);
|
|
1224
1224
|
const uuiHeader = {
|
|
@@ -1300,14 +1300,14 @@ function DatePickerHeader(props) {
|
|
|
1300
1300
|
React__namespace.createElement(Button, { icon: props.navIconRight || ForwardRef$K, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: () => onRightNavigationArrow() }))));
|
|
1301
1301
|
}
|
|
1302
1302
|
|
|
1303
|
-
var css$Y = {"uui-typography":"
|
|
1303
|
+
var css$Y = {"uui-typography":"aFP3FT","hero-header":"WKwqrY","promo-header":"sYkt6w","uui-critical":"n-IY5U","uui-info":"GD-tnQ","uui-success":"FrTbeD","uui-warning":"GiEP8s","uui-highlight":"-H40uF","uui-typography-size-12":"PyukQ5","uui-typography-size-14":"kQnEfX","uui-typography-size-16":"bKnRnp","root":"Zn8vwQ","uuiTypography":"aFP3FT","heroHeader":"WKwqrY","promoHeader":"sYkt6w","uuiCritical":"n-IY5U","uuiInfo":"GD-tnQ","uuiSuccess":"FrTbeD","uuiWarning":"GiEP8s","uuiHighlight":"-H40uF","uuiTypographySize12":"PyukQ5","uuiTypographySize14":"kQnEfX","uuiTypographySize16":"bKnRnp"};
|
|
1304
1304
|
|
|
1305
1305
|
function applyDateSelectionMods() {
|
|
1306
1306
|
return [css$Y.root];
|
|
1307
1307
|
}
|
|
1308
1308
|
const Calendar = uuiCore.withMods(uuiComponents.Calendar, applyDateSelectionMods);
|
|
1309
1309
|
|
|
1310
|
-
var css$X = {"uui-typography":"
|
|
1310
|
+
var css$X = {"uui-typography":"PD2jPg","hero-header":"_5-ZITq","promo-header":"ZAHz1G","uui-critical":"o7Hf8t","uui-info":"fnAGcp","uui-success":"ERm1r3","uui-warning":"_501OtC","uui-highlight":"_6qmyeo","uui-typography-size-12":"ejLhvN","uui-typography-size-14":"-L51p3","uui-typography-size-16":"MemzuT","root":"ULVBkJ","uuiTypography":"PD2jPg","heroHeader":"_5-ZITq","promoHeader":"ZAHz1G","uuiCritical":"o7Hf8t","uuiInfo":"fnAGcp","uuiSuccess":"ERm1r3","uuiWarning":"_501OtC","uuiHighlight":"_6qmyeo","uuiTypographySize12":"ejLhvN","uuiTypographySize14":"-L51p3","uuiTypographySize16":"MemzuT"};
|
|
1311
1311
|
|
|
1312
1312
|
dayjs__default.default.extend(updateLocale__default.default);
|
|
1313
1313
|
const uuiDatePickerBody = {
|
|
@@ -1424,7 +1424,7 @@ var SvgNavigationClose24$1 = function SvgNavigationClose24(props, ref) {
|
|
|
1424
1424
|
};
|
|
1425
1425
|
var ForwardRef$A = /*#__PURE__*/React.forwardRef(SvgNavigationClose24$1);
|
|
1426
1426
|
|
|
1427
|
-
var css$W = {"root":"
|
|
1427
|
+
var css$W = {"root":"PNv618","icon-wrapper":"_5zSMO2","alert-wrapper":"dbJ3-0","size-48":"yu867p","size-36":"HnCXPd","action-wrapper":"uLZZFs","action-icon":"W2lU45","action-link":"J8f-MV","close-icon":"_-16f63","main-path":"OeWThw","content":"pzE-l5","iconWrapper":"_5zSMO2","alertWrapper":"dbJ3-0","size48":"yu867p","size36":"HnCXPd","actionWrapper":"uLZZFs","actionIcon":"W2lU45","actionLink":"J8f-MV","closeIcon":"_-16f63","mainPath":"OeWThw"};
|
|
1428
1428
|
|
|
1429
1429
|
const Alert = React__namespace.forwardRef((props, ref) => (React__namespace.createElement("div", Object.assign({ role: "alert", ref: ref, className: cx__default.default('uui-alert', css$W.root, css$W.alertWrapper, props.color && `uui-color-${props.color}`, props.cx, (props.size === '36' ? css$W.size36 : css$W.size48)) }, props.rawProps),
|
|
1430
1430
|
React__namespace.createElement("div", { className: css$W.mainPath },
|
|
@@ -1441,7 +1441,7 @@ const ErrorAlert = React__namespace.forwardRef((props, ref) => React__namespace.
|
|
|
1441
1441
|
|
|
1442
1442
|
const Dropdown = uuiCore.withMods(uuiComponents.Dropdown);
|
|
1443
1443
|
|
|
1444
|
-
var css$V = {"uui-typography":"
|
|
1444
|
+
var css$V = {"uui-typography":"C199ec","hero-header":"n1YLcA","promo-header":"_5efDX3","uui-critical":"l2Kv2-","uui-info":"aFHB7c","uui-success":"_9v9E7m","uui-warning":"Gnx9x0","uui-highlight":"BCOQ8t","uui-typography-size-12":"okxVRn","uui-typography-size-14":"qpajvD","uui-typography-size-16":"CAqwzT","root":"NfChk4","body-root":"MVphIW","submenu-root-item":"w9r-1m","icon-after":"s5P-o7","icon-check":"rECHGD","splitter-root":"U6o98y","splitter":"iTYi3P","header-root":"bgk8F2","item-root":"tO0gdt","icon":"a6zunS","link":"CbjU9r","indent":"_-3PNsm","uuiTypography":"C199ec","heroHeader":"n1YLcA","promoHeader":"_5efDX3","uuiCritical":"l2Kv2-","uuiInfo":"aFHB7c","uuiSuccess":"_9v9E7m","uuiWarning":"Gnx9x0","uuiHighlight":"BCOQ8t","uuiTypographySize12":"okxVRn","uuiTypographySize14":"qpajvD","uuiTypographySize16":"CAqwzT","bodyRoot":"MVphIW","submenuRootItem":"w9r-1m","iconAfter":"s5P-o7","iconCheck":"rECHGD","splitterRoot":"U6o98y","headerRoot":"bgk8F2","itemRoot":"tO0gdt"};
|
|
1445
1445
|
|
|
1446
1446
|
const icons = systemIcons['36'];
|
|
1447
1447
|
exports.IDropdownControlKeys = void 0;
|
|
@@ -1570,7 +1570,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1570
1570
|
React__namespace.default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1571
1571
|
}
|
|
1572
1572
|
|
|
1573
|
-
var css$U = {"uui-typography":"
|
|
1573
|
+
var css$U = {"uui-typography":"VXFB8p","hero-header":"_67ftfO","promo-header":"ub1UJY","uui-critical":"K9YFha","uui-info":"MVkUi8","uui-success":"FVnhQM","uui-warning":"xtoaGG","uui-highlight":"tXUCjR","uui-typography-size-12":"s9pFh6","uui-typography-size-14":"b7XY6L","uui-typography-size-16":"A4EtQC","root":"AC-MRE","border-bottom":"W0nVpl","top-shadow":"T01kXy","size-24":"NRUuOA","size-30":"_0zK-Ux","size-36":"-iPSmo","size-42":"_9t8Lyo","size-48":"KpwbyE","padding-6":"_1D6qgz","padding-12":"syKAhS","padding-18":"X1aBuE","padding-24":"_4WKW4Y","margin-24":"jd2ULr","margin-12":"TzkCyw","vPadding-12":"wf4clI","vPadding-18":"urBcj8","vPadding-24":"cUmz-2","vPadding-36":"FjGXcW","vPadding-48":"Ai4bZj","spacing-6":"GHCi-s","spacing-12":"Bb2xjv","spacing-18":"agu4Yc","uui-surface-main":"hZEynF","uuiTypography":"VXFB8p","heroHeader":"_67ftfO","promoHeader":"ub1UJY","uuiCritical":"K9YFha","uuiInfo":"MVkUi8","uuiSuccess":"FVnhQM","uuiWarning":"xtoaGG","uuiHighlight":"tXUCjR","uuiTypographySize12":"s9pFh6","uuiTypographySize14":"b7XY6L","uuiTypographySize16":"A4EtQC","borderBottom":"W0nVpl","topShadow":"T01kXy","size24":"NRUuOA","size30":"_0zK-Ux","size36":"-iPSmo","size42":"_9t8Lyo","size48":"KpwbyE","padding6":"_1D6qgz","padding12":"syKAhS","padding18":"X1aBuE","padding24":"_4WKW4Y","margin24":"jd2ULr","margin12":"TzkCyw","vPadding12":"wf4clI","vPadding18":"urBcj8","vPadding24":"cUmz-2","vPadding36":"FjGXcW","vPadding48":"Ai4bZj","spacing6":"GHCi-s","spacing12":"Bb2xjv","spacing18":"agu4Yc","uuiSurfaceMain":"hZEynF"};
|
|
1574
1574
|
|
|
1575
1575
|
const FlexCell = uuiCore.withMods(uuiComponents.FlexCell, () => [css$U.flexCell]);
|
|
1576
1576
|
|
|
@@ -1588,7 +1588,7 @@ const FlexRow = uuiCore.withMods(uuiComponents.FlexRow, (props) => {
|
|
|
1588
1588
|
];
|
|
1589
1589
|
});
|
|
1590
1590
|
|
|
1591
|
-
var css$T = {"root":"
|
|
1591
|
+
var css$T = {"root":"yMOFIe","margin-24":"ApkQyE","padding-12":"ZYrGtr","padding-24":"cpdxmt","shadow":"qq79qM","uui-surface-main":"lV8eRc","margin24":"ApkQyE","padding12":"ZYrGtr","padding24":"cpdxmt","uuiSurfaceMain":"lV8eRc"};
|
|
1592
1592
|
|
|
1593
1593
|
const Panel = uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
1594
1594
|
'uui-panel',
|
|
@@ -1687,7 +1687,7 @@ const i18n = Object.assign(Object.assign({}, uuiCore.i18n), { dataPickerBody: {
|
|
|
1687
1687
|
fileSizeProgress: ' of ',
|
|
1688
1688
|
} });
|
|
1689
1689
|
|
|
1690
|
-
var css$S = {"root":"
|
|
1690
|
+
var css$S = {"root":"YTlnlb","mode-block":"vxxD-r","mode-inline":"DppdeR","padding-0":"ik13vt","padding-6":"aDaA2f","padding-12":"z6tU0z","padding-18":"_1liMrq","modeBlock":"vxxD-r","modeInline":"DppdeR","padding0":"ik13vt","padding6":"aDaA2f","padding12":"z6tU0z","padding18":"_1liMrq"};
|
|
1691
1691
|
|
|
1692
1692
|
const getMode = (mode) => {
|
|
1693
1693
|
return mode || 'block';
|
|
@@ -1703,7 +1703,7 @@ const Accordion = uuiCore.withMods(uuiComponents__namespace.Accordion, applyAcco
|
|
|
1703
1703
|
dropdownIcon: mods.dropdownIcon !== null && systemIcons[getMode(mods.mode) === 'block' ? '60' : '30'].foldingArrow,
|
|
1704
1704
|
}));
|
|
1705
1705
|
|
|
1706
|
-
var css$R = {"root":"
|
|
1706
|
+
var css$R = {"root":"xBLDsi"};
|
|
1707
1707
|
|
|
1708
1708
|
function applyTooltipMods(mods) {
|
|
1709
1709
|
return [
|
|
@@ -1713,7 +1713,7 @@ function applyTooltipMods(mods) {
|
|
|
1713
1713
|
}
|
|
1714
1714
|
const Tooltip = uuiCore.withMods(uuiComponents.Tooltip, applyTooltipMods);
|
|
1715
1715
|
|
|
1716
|
-
var css$Q = {"uui-typography":"
|
|
1716
|
+
var css$Q = {"uui-typography":"_7RtqlS","hero-header":"vr7j1x","promo-header":"EkqNNN","uui-critical":"paVDdd","uui-info":"TDCb4u","uui-success":"roT1WI","uui-warning":"_-9wGt1","uui-highlight":"HsJWZl","uui-typography-size-12":"q7T6PZ","uui-typography-size-14":"gccNrU","uui-typography-size-16":"YAgfoH","root":"E-oYjn","size-24":"MIlPDB","size-30":"_8ZVYYx","size-36":"QsUIOm","size-42":"gOhhcF","size-48":"Dtsc7-","uuiTypography":"_7RtqlS","heroHeader":"vr7j1x","promoHeader":"EkqNNN","uuiCritical":"paVDdd","uuiInfo":"TDCb4u","uuiSuccess":"roT1WI","uuiWarning":"_-9wGt1","uuiHighlight":"HsJWZl","uuiTypographySize12":"q7T6PZ","uuiTypographySize14":"gccNrU","uuiTypographySize16":"YAgfoH","size24":"MIlPDB","size30":"_8ZVYYx","size36":"QsUIOm","size42":"gOhhcF","size48":"Dtsc7-"};
|
|
1717
1717
|
|
|
1718
1718
|
const defaultSize$3 = '36';
|
|
1719
1719
|
function applyLabeledInputMods(mods) {
|
|
@@ -1724,11 +1724,11 @@ const LabeledInput = uuiCore.withMods(uuiComponents__namespace.LabeledInput, app
|
|
|
1724
1724
|
infoIcon: systemIcons[props.size || defaultSize$3].help,
|
|
1725
1725
|
}));
|
|
1726
1726
|
|
|
1727
|
-
var css$P = {"root":"
|
|
1727
|
+
var css$P = {"root":"dU-yzB"};
|
|
1728
1728
|
|
|
1729
1729
|
const RadioGroup = uuiCore.withMods(uuiComponents.RadioGroup, () => [css$P.root], () => ({ RadioInput }));
|
|
1730
1730
|
|
|
1731
|
-
var css$O = {"root":"
|
|
1731
|
+
var css$O = {"root":"DVBDlJ"};
|
|
1732
1732
|
|
|
1733
1733
|
function applyScrollBarsMods() {
|
|
1734
1734
|
return [
|
|
@@ -1737,9 +1737,9 @@ function applyScrollBarsMods() {
|
|
|
1737
1737
|
}
|
|
1738
1738
|
const ScrollBars = uuiCore.withMods(uuiComponents.ScrollBars, applyScrollBarsMods);
|
|
1739
1739
|
|
|
1740
|
-
var css$N = {"scroll-container":"
|
|
1740
|
+
var css$N = {"scroll-container":"KbeVph","list-container":"c7QeN6","scrollContainer":"KbeVph","listContainer":"c7QeN6"};
|
|
1741
1741
|
|
|
1742
|
-
var css$M = {"root":"
|
|
1742
|
+
var css$M = {"root":"MGGD1n"};
|
|
1743
1743
|
|
|
1744
1744
|
const Blocker = uuiCore.withMods(uuiComponents.Blocker, () => [css$M.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__namespace.default.createElement(Spinner, null)) }));
|
|
1745
1745
|
|
|
@@ -1781,11 +1781,11 @@ const VirtualListView = React__namespace.forwardRef((props, ref) => {
|
|
|
1781
1781
|
});
|
|
1782
1782
|
VirtualList.displayName = 'VirtualList';
|
|
1783
1783
|
|
|
1784
|
-
var css$L = {"root":"
|
|
1784
|
+
var css$L = {"root":"_91oH9o"};
|
|
1785
1785
|
|
|
1786
1786
|
const CheckboxGroup = uuiCore.withMods(uuiComponents.CheckboxGroup, () => [css$L.root], () => ({ CheckboxInput: Checkbox }));
|
|
1787
1787
|
|
|
1788
|
-
var css$K = {"uui-typography":"
|
|
1788
|
+
var css$K = {"uui-typography":"_8FCo3s","hero-header":"_3ABHdg","promo-header":"_0gWtGm","uui-critical":"UtBt7J","uui-info":"sUoQ7L","uui-success":"NmWMqb","uui-warning":"NHyJgJ","uui-highlight":"ybS0zg","uui-typography-size-12":"QcDXTB","uui-typography-size-14":"NBxwx3","uui-typography-size-16":"N17qC7","body":"Qu74gu","modal":"wE9KNS","search-wrapper":"zvunaa","checkbox":"aL-rIQ","no-found-size-24":"MKxW10","no-found-size-30":"k4dldH","no-found-size-36":"l1abMF","no-found-size-42":"-gX3Pb","uuiTypography":"_8FCo3s","heroHeader":"_3ABHdg","promoHeader":"_0gWtGm","uuiCritical":"UtBt7J","uuiInfo":"sUoQ7L","uuiSuccess":"NmWMqb","uuiWarning":"NHyJgJ","uuiHighlight":"ybS0zg","uuiTypographySize12":"QcDXTB","uuiTypographySize14":"NBxwx3","uuiTypographySize16":"N17qC7","searchWrapper":"zvunaa","noFoundSize24":"MKxW10","noFoundSize30":"k4dldH","noFoundSize36":"l1abMF","noFoundSize42":"-gX3Pb"};
|
|
1789
1789
|
|
|
1790
1790
|
class DataPickerBody extends uuiComponents.PickerBodyBase {
|
|
1791
1791
|
constructor() {
|
|
@@ -1842,7 +1842,7 @@ function DataPickerFooterImpl(props) {
|
|
|
1842
1842
|
}
|
|
1843
1843
|
const DataPickerFooter = React__namespace.default.memo(DataPickerFooterImpl);
|
|
1844
1844
|
|
|
1845
|
-
var css$J = {"header":"
|
|
1845
|
+
var css$J = {"header":"arMnNr","close":"fQBwGI"};
|
|
1846
1846
|
|
|
1847
1847
|
var _path$y;
|
|
1848
1848
|
function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
|
|
@@ -1884,7 +1884,7 @@ var SvgNavigationChevronDown18 = function SvgNavigationChevronDown18(props, ref)
|
|
|
1884
1884
|
};
|
|
1885
1885
|
var ForwardRef$y = /*#__PURE__*/React.forwardRef(SvgNavigationChevronDown18);
|
|
1886
1886
|
|
|
1887
|
-
var css$I = {"cell":"
|
|
1887
|
+
var css$I = {"cell":"_9XaMDo","wrapper":"_0Bi0AE","align-widgets-top":"_25j4RB","size-24":"vwSpKm","folding-arrow":"NG5lmu","size-30":"vDRj65","size-36":"F55CtJ","size-42":"_3kBOQ5","size-48":"ez0lFv","size-60":"yx1mWX","align-widgets-center":"xNFVAl","padding-12":"_450jT0","padding-24":"xNENQw","padding-left-12":"k3JyB4","padding-left-24":"_0jnslm","padding-right-24":"bOl2Wb","drag-handle":"H5A3b6","checkbox":"_00ipIE","indent":"_7Au90W","folding-arrow-12":"_3riDIR","folding-arrow-18":"_5PmcPi","icon-container":"-BdtRU","loading-cell":"_6gJ8ph","alignWidgetsTop":"_25j4RB","size24":"vwSpKm","foldingArrow":"NG5lmu","size30":"vDRj65","size36":"F55CtJ","size42":"_3kBOQ5","size48":"ez0lFv","size60":"yx1mWX","alignWidgetsCenter":"xNFVAl","padding12":"_450jT0","padding24":"xNENQw","paddingLeft12":"k3JyB4","paddingLeft24":"_0jnslm","paddingRight24":"bOl2Wb","dragHandle":"H5A3b6","foldingArrow12":"_3riDIR","foldingArrow18":"_5PmcPi","iconContainer":"-BdtRU","loadingCell":"_6gJ8ph"};
|
|
1888
1888
|
|
|
1889
1889
|
function DataTableRowAddons(props) {
|
|
1890
1890
|
var _a, _b;
|
|
@@ -1974,7 +1974,7 @@ var SvgNotificationDone12 = function SvgNotificationDone12(props, ref) {
|
|
|
1974
1974
|
};
|
|
1975
1975
|
var ForwardRef$v = /*#__PURE__*/React.forwardRef(SvgNotificationDone12);
|
|
1976
1976
|
|
|
1977
|
-
var css$H = {"uui-typography":"
|
|
1977
|
+
var css$H = {"uui-typography":"rs57-f","hero-header":"_1XCa8q","promo-header":"sTNU8X","uui-critical":"vFvrE0","uui-info":"NrGuM-","uui-success":"_4KQpHT","uui-warning":"_1QR5ML","uui-highlight":"QziQmH","uui-typography-size-12":"a5QqAh","uui-typography-size-14":"wn80mR","uui-typography-size-16":"mCIKro","render-item":"_6gWc5V","icon-wrapper":"idzGGa","picker-row":"utShu-","icon-default":"rlec-7","icon-primary":"sajFeI","uuiTypography":"rs57-f","heroHeader":"_1XCa8q","promoHeader":"sTNU8X","uuiCritical":"vFvrE0","uuiInfo":"NrGuM-","uuiSuccess":"_4KQpHT","uuiWarning":"_1QR5ML","uuiHighlight":"QziQmH","uuiTypographySize12":"a5QqAh","uuiTypographySize14":"wn80mR","uuiTypographySize16":"mCIKro","renderItem":"_6gWc5V","iconWrapper":"idzGGa","pickerRow":"utShu-","iconDefault":"rlec-7","iconPrimary":"sajFeI"};
|
|
1978
1978
|
|
|
1979
1979
|
class DataPickerRow extends React__namespace.Component {
|
|
1980
1980
|
constructor() {
|
|
@@ -2014,7 +2014,7 @@ class DataPickerRow extends React__namespace.Component {
|
|
|
2014
2014
|
}
|
|
2015
2015
|
}
|
|
2016
2016
|
|
|
2017
|
-
var css$G = {"uui-typography":"
|
|
2017
|
+
var css$G = {"uui-typography":"-KXCdS","hero-header":"KrYD--","promo-header":"pC2vWD","uui-critical":"T-0wxN","uui-info":"VJ3Imq","uui-success":"AwR29-","uui-warning":"l2m7-o","uui-highlight":"Ql0-nJ","uui-typography-size-12":"_1uxkUO","uui-typography-size-14":"WcAPcF","uui-typography-size-16":"v74Y76","done":"MTh2Gd","container":"O--RPd","uuiTypography":"-KXCdS","heroHeader":"KrYD--","promoHeader":"pC2vWD","uuiCritical":"T-0wxN","uuiInfo":"VJ3Imq","uuiSuccess":"AwR29-","uuiWarning":"l2m7-o","uuiHighlight":"Ql0-nJ","uuiTypographySize12":"_1uxkUO","uuiTypographySize14":"WcAPcF","uuiTypographySize16":"v74Y76"};
|
|
2018
2018
|
|
|
2019
2019
|
const MobileDropdownWrapper = (props) => {
|
|
2020
2020
|
const isMobileView = uuiCore.isMobile();
|
|
@@ -2047,7 +2047,7 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
2047
2047
|
};
|
|
2048
2048
|
var ForwardRef$u = /*#__PURE__*/React.forwardRef(SvgSearchWithBackground);
|
|
2049
2049
|
|
|
2050
|
-
var css$F = {"uui-typography":"
|
|
2050
|
+
var css$F = {"uui-typography":"aTDq44","hero-header":"_7fhrAP","promo-header":"BzQulU","uui-critical":"ICldb2","uui-info":"-pVt0T","uui-success":"_63qpkW","uui-warning":"jcuvhJ","uui-highlight":"wPVCk-","uui-typography-size-12":"vkiRH2","uui-typography-size-14":"aKFQ97","uui-typography-size-16":"RMtzOf","sub-header-wrapper":"cAV4R4","switch":"P8CRxy","no-found-modal-container":"h26C9N","no-found-modal-container-icon":"Bp8o-b","no-found-modal-container-text":"VW18wO","uuiTypography":"aTDq44","heroHeader":"_7fhrAP","promoHeader":"BzQulU","uuiCritical":"ICldb2","uuiInfo":"-pVt0T","uuiSuccess":"_63qpkW","uuiWarning":"jcuvhJ","uuiHighlight":"wPVCk-","uuiTypographySize12":"vkiRH2","uuiTypographySize14":"aKFQ97","uuiTypographySize16":"RMtzOf","subHeaderWrapper":"cAV4R4","$switch$":"P8CRxy","noFoundModalContainer":"h26C9N","noFoundModalContainerIcon":"Bp8o-b","noFoundModalContainerText":"VW18wO"};
|
|
2051
2051
|
|
|
2052
2052
|
function PickerModal(props) {
|
|
2053
2053
|
const { view, selection, dataSourceStateLens, showSelectedLens, dataSourceState, getDataSourceState, getName, clearSelection, getRows, getListProps, getFooterProps, isSingleSelect, handleDataSourceValueChange, } = uuiComponents.usePickerModal(props);
|
|
@@ -2093,7 +2093,7 @@ function PickerModal(props) {
|
|
|
2093
2093
|
const MAX_ITEMS = 100;
|
|
2094
2094
|
const getMaxItems = (maxItems) => maxItems || maxItems === 0 ? maxItems : MAX_ITEMS;
|
|
2095
2095
|
|
|
2096
|
-
var css$E = {"uui-typography":"
|
|
2096
|
+
var css$E = {"uui-typography":"f5TS7b","hero-header":"eV0Dv9","promo-header":"rryMzv","uui-critical":"iz4YDE","uui-info":"_0Rkccx","uui-success":"mbjPp7","uui-warning":"IAGrmV","uui-highlight":"HstNhX","uui-typography-size-12":"rerjq4","uui-typography-size-14":"mI-YTc","uui-typography-size-16":"Oc8yqj","root":"_0E7gs3","mode-form":"D7gulF","mode-cell":"gFsSih","mode-inline":"idAbwJ","size-24":"gpQPW2","size-30":"md41Y1","size-36":"QWspEW","size-42":"_-7t3Jr","size-48":"MuXcCw","uuiTypography":"f5TS7b","heroHeader":"eV0Dv9","promoHeader":"rryMzv","uuiCritical":"iz4YDE","uuiInfo":"_0Rkccx","uuiSuccess":"mbjPp7","uuiWarning":"IAGrmV","uuiHighlight":"HstNhX","uuiTypographySize12":"rerjq4","uuiTypographySize14":"mI-YTc","uuiTypographySize16":"Oc8yqj","modeForm":"D7gulF","modeCell":"gFsSih","modeInline":"idAbwJ","size24":"gpQPW2","size30":"md41Y1","size36":"QWspEW","size42":"_-7t3Jr","size48":"MuXcCw"};
|
|
2097
2097
|
|
|
2098
2098
|
const defaultSize$2 = '36';
|
|
2099
2099
|
const defaultMode$1 = exports.EditMode.FORM;
|
|
@@ -2143,7 +2143,7 @@ function PickerTogglerComponent(props, ref) {
|
|
|
2143
2143
|
}
|
|
2144
2144
|
const PickerToggler = React__namespace.forwardRef(PickerTogglerComponent);
|
|
2145
2145
|
|
|
2146
|
-
var css$D = {"root":"
|
|
2146
|
+
var css$D = {"root":"Wvm05v","multiline":"bguF2l","vertical-padding-24":"Ls4wmo","vertical-padding-30":"m8m-se","vertical-padding-36":"sp2m0R","vertical-padding-42":"FkiOxc","vertical-padding-48":"_0-XVgH","text":"Qrz101","verticalPadding24":"Ls4wmo","verticalPadding30":"m8m-se","verticalPadding36":"sp2m0R","verticalPadding42":"FkiOxc","verticalPadding48":"_0-XVgH"};
|
|
2147
2147
|
|
|
2148
2148
|
const mergeHighlightRanges = (ranges) => {
|
|
2149
2149
|
const mergedRanges = [];
|
|
@@ -2300,7 +2300,7 @@ function PickerInputComponent(_a, ref) {
|
|
|
2300
2300
|
}
|
|
2301
2301
|
const PickerInput = React__namespace.default.forwardRef(PickerInputComponent);
|
|
2302
2302
|
|
|
2303
|
-
var css$C = {"row":"
|
|
2303
|
+
var css$C = {"row":"_7QQJDw"};
|
|
2304
2304
|
|
|
2305
2305
|
function PickerListItem(props) {
|
|
2306
2306
|
var _a;
|
|
@@ -2359,7 +2359,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
2359
2359
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
2360
2360
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
2361
2361
|
|
|
2362
|
-
var css$B = {"uui-typography":"
|
|
2362
|
+
var css$B = {"uui-typography":"_7g7C98","hero-header":"MshH5E","promo-header":"xagFuQ","uui-critical":"_0qvyjc","uui-info":"_3L7YWR","uui-success":"_0XXZSO","uui-warning":"Hb4IgJ","uui-highlight":"eRGOuu","uui-typography-size-12":"_78u2-Y","uui-typography-size-14":"j9HLWV","uui-typography-size-16":"UGKTwM","root":"eUWLMS","title-wrapper":"_7-LIIT","title":"_2xei3W","text-wrapper":"WJbfFo","selection":"slWNom","postfix":"_85WmjD","selected":"CJ5X-N","uuiTypography":"_7g7C98","heroHeader":"MshH5E","promoHeader":"xagFuQ","uuiCritical":"_0qvyjc","uuiInfo":"_3L7YWR","uuiSuccess":"_0XXZSO","uuiWarning":"Hb4IgJ","uuiHighlight":"eRGOuu","uuiTypographySize12":"_78u2-Y","uuiTypographySize14":"j9HLWV","uuiTypographySize16":"UGKTwM","titleWrapper":"_7-LIIT","textWrapper":"WJbfFo"};
|
|
2363
2363
|
|
|
2364
2364
|
const defaultSize = '36';
|
|
2365
2365
|
const FilterPanelItemToggler = React__namespace.forwardRef((props, ref) => {
|
|
@@ -2465,7 +2465,7 @@ class FilterDatePickerBody extends uuiComponents.BaseDatePicker {
|
|
|
2465
2465
|
}
|
|
2466
2466
|
}
|
|
2467
2467
|
|
|
2468
|
-
var css$A = {"uui-typography":"
|
|
2468
|
+
var css$A = {"uui-typography":"IBVU9T","hero-header":"-b1svy","promo-header":"fGAfBX","uui-critical":"_4OvEhL","uui-info":"KhK0BW","uui-success":"ZRhDsd","uui-warning":"zU4Q0X","uui-highlight":"V6BBrn","uui-typography-size-12":"owZG1U","uui-typography-size-14":"_1TbtWG","uui-typography-size-16":"_7Iq4cE","date-input":"quSARo","size-24":"y9ocMh","size-30":"_26E40v","size-36":"Mh2yoV","size-42":"ACK63J","size-48":"UZWhhS","date-input-group":"o89W--","separator":"q6mn2w","mode-form":"IQPr28","mode-cell":"CrdMTZ","uuiTypography":"IBVU9T","heroHeader":"-b1svy","promoHeader":"fGAfBX","uuiCritical":"_4OvEhL","uuiInfo":"KhK0BW","uuiSuccess":"ZRhDsd","uuiWarning":"zU4Q0X","uuiHighlight":"V6BBrn","uuiTypographySize12":"owZG1U","uuiTypographySize14":"_1TbtWG","uuiTypographySize16":"_7Iq4cE","dateInput":"quSARo","size24":"y9ocMh","size30":"_26E40v","size36":"Mh2yoV","size42":"ACK63J","size48":"UZWhhS","dateInputGroup":"o89W--","modeForm":"IQPr28","modeCell":"CrdMTZ"};
|
|
2469
2469
|
|
|
2470
2470
|
class FilterRangeDatePickerBody extends uuiComponents.BaseRangeDatePicker {
|
|
2471
2471
|
constructor() {
|
|
@@ -2497,7 +2497,7 @@ class FilterRangeDatePickerBody extends uuiComponents.BaseRangeDatePicker {
|
|
|
2497
2497
|
}
|
|
2498
2498
|
}
|
|
2499
2499
|
|
|
2500
|
-
var css$z = {"container":"
|
|
2500
|
+
var css$z = {"container":"jyS96r"};
|
|
2501
2501
|
|
|
2502
2502
|
function FilterNumericBody(props) {
|
|
2503
2503
|
var _a, _b;
|
|
@@ -2589,7 +2589,7 @@ var SvgActionDeleteforever12 = function SvgActionDeleteforever12(props, ref) {
|
|
|
2589
2589
|
};
|
|
2590
2590
|
var ForwardRef$t = /*#__PURE__*/React.forwardRef(SvgActionDeleteforever12);
|
|
2591
2591
|
|
|
2592
|
-
var css$y = {"uui-typography":"
|
|
2592
|
+
var css$y = {"uui-typography":"-FNZSY","hero-header":"_2AMfE5","promo-header":"zXc5Ty","uui-critical":"oulv4i","uui-info":"jOIIMh","uui-success":"ggDYht","uui-warning":"PYy9Gj","uui-highlight":"J0J3ac","uui-typography-size-12":"TJWq1m","uui-typography-size-14":"Eg4NcY","uui-typography-size-16":"WJIi63","header":"yXUwhQ","removeButton":"sroU-i","with-search":"m2i112","uuiTypography":"-FNZSY","heroHeader":"_2AMfE5","promoHeader":"zXc5Ty","uuiCritical":"oulv4i","uuiInfo":"jOIIMh","uuiSuccess":"ggDYht","uuiWarning":"PYy9Gj","uuiHighlight":"J0J3ac","uuiTypographySize12":"TJWq1m","uuiTypographySize14":"Eg4NcY","uuiTypographySize16":"WJIi63","withSearch":"m2i112"};
|
|
2593
2593
|
|
|
2594
2594
|
function FiltersToolbarItemImpl(props) {
|
|
2595
2595
|
const { maxCount = 2 } = props;
|
|
@@ -2890,9 +2890,9 @@ function FiltersToolbarImpl(props) {
|
|
|
2890
2890
|
}
|
|
2891
2891
|
const FiltersPanel = React__namespace.default.memo(FiltersToolbarImpl);
|
|
2892
2892
|
|
|
2893
|
-
var css$x = {"divider":"
|
|
2893
|
+
var css$x = {"divider":"g-EFsC","dropdownDeleteIcon":"CWLWRV","presetsWrapper":"OJpl9b","addPresetContainer":"wx6WGa","dropContainer":"cm0dJU"};
|
|
2894
2894
|
|
|
2895
|
-
var css$w = {"preset-dropdown-panel":"
|
|
2895
|
+
var css$w = {"preset-dropdown-panel":"PjKHVa","delete-row":"PkNB1K","delete-button":"_16XuiP","targetOpen":"hQvtx8","presetDropdownPanel":"PjKHVa","deleteRow":"PkNB1K","deleteButton":"_16XuiP"};
|
|
2896
2896
|
|
|
2897
2897
|
var _path$q;
|
|
2898
2898
|
function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
|
|
@@ -3080,7 +3080,7 @@ function PresetActionsDropdown(props) {
|
|
|
3080
3080
|
return (React__namespace.default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
3081
3081
|
}
|
|
3082
3082
|
|
|
3083
|
-
var css$v = {"preset-input-cell":"
|
|
3083
|
+
var css$v = {"preset-input-cell":"_8C5Vae","preset-input":"_03CLIz","presetInputCell":"_8C5Vae","presetInput":"_03CLIz"};
|
|
3084
3084
|
|
|
3085
3085
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
3086
3086
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -3110,7 +3110,7 @@ function PresetInput(props) {
|
|
|
3110
3110
|
React__namespace.default.createElement(TextInput, { cx: css$v.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50 })));
|
|
3111
3111
|
}
|
|
3112
3112
|
|
|
3113
|
-
var css$u = {"preset":"
|
|
3113
|
+
var css$u = {"preset":"N1bzim","activePreset":"e1HBB-"};
|
|
3114
3114
|
|
|
3115
3115
|
function Preset(props) {
|
|
3116
3116
|
const [isRenamePreset, setIsRenamePreset] = React.useState(false);
|
|
@@ -3209,7 +3209,7 @@ const useColumnsWithFilters = (initialColumns, filters) => {
|
|
|
3209
3209
|
return columns;
|
|
3210
3210
|
};
|
|
3211
3211
|
|
|
3212
|
-
var css$t = {"line-height-12":"
|
|
3212
|
+
var css$t = {"line-height-12":"HP0E95","line-height-18":"x4m9Lh","line-height-24":"_0Rikwi","line-height-30":"z980QL","font-size-10":"Ca3mtn","font-size-12":"_7btmyx","font-size-14":"_0dDik6","font-size-16":"LX2DVT","font-size-18":"uxfE3U","font-size-24":"_8x3tW-","v-padding-2":"_4t-oow","v-padding-3":"wef8ep","v-padding-5":"jQvO5Q","v-padding-6":"YPhQ4I","v-padding-8":"S1-Dfc","v-padding-9":"E6Wety","v-padding-11":"PwrhmE","v-padding-12":"zrYE0v","v-padding-14":"HSLsjM","v-padding-15":"-jDck5","v-padding-17":"Iu2B2T","v-padding-18":"iYwIpj","v-padding-23":"_5bPRRb","v-padding-24":"aAXi4y","lineHeight12":"HP0E95","lineHeight18":"x4m9Lh","lineHeight24":"_0Rikwi","lineHeight30":"z980QL","fontSize10":"Ca3mtn","fontSize12":"_7btmyx","fontSize14":"_0dDik6","fontSize16":"LX2DVT","fontSize18":"uxfE3U","fontSize24":"_8x3tW-","vPadding2":"_4t-oow","vPadding3":"wef8ep","vPadding5":"jQvO5Q","vPadding6":"YPhQ4I","vPadding8":"S1-Dfc","vPadding9":"E6Wety","vPadding11":"PwrhmE","vPadding12":"zrYE0v","vPadding14":"HSLsjM","vPadding15":"-jDck5","vPadding17":"Iu2B2T","vPadding18":"iYwIpj","vPadding23":"_5bPRRb","vPadding24":"aAXi4y"};
|
|
3213
3213
|
|
|
3214
3214
|
const defaultTextSettings = {
|
|
3215
3215
|
18: { lineHeight: 12, fontSize: 10 },
|
|
@@ -3235,7 +3235,7 @@ function getTextClasses(props, border) {
|
|
|
3235
3235
|
];
|
|
3236
3236
|
}
|
|
3237
3237
|
|
|
3238
|
-
var css$s = {"root":"
|
|
3238
|
+
var css$s = {"root":"hX-gdT"};
|
|
3239
3239
|
|
|
3240
3240
|
function applyTextMods(mods) {
|
|
3241
3241
|
const textClasses = getTextClasses({
|
|
@@ -3254,7 +3254,7 @@ function applyTextMods(mods) {
|
|
|
3254
3254
|
}
|
|
3255
3255
|
const Text = uuiCore.withMods(uuiComponents.Text, applyTextMods);
|
|
3256
3256
|
|
|
3257
|
-
var css$r = {"root":"
|
|
3257
|
+
var css$r = {"root":"ePHlUz","loading-word":"VdBYqd","animated-loading":"vTOidh","skeleton_loading":"H5-c-6","loadingWord":"VdBYqd","animatedLoading":"vTOidh","skeletonLoading":"H5-c-6"};
|
|
3258
3258
|
|
|
3259
3259
|
const TextPlaceholder = (props) => {
|
|
3260
3260
|
const pattern = ' ';
|
|
@@ -3273,7 +3273,7 @@ const TextPlaceholder = (props) => {
|
|
|
3273
3273
|
|
|
3274
3274
|
const RichTextView = uuiCore.withMods(uuiComponents__namespace.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
|
|
3275
3275
|
|
|
3276
|
-
var css$q = {"uui-typography":"
|
|
3276
|
+
var css$q = {"uui-typography":"lV5Wwq","hero-header":"Nu8uzp","promo-header":"_5F10L5","uui-critical":"vzT6EO","uui-info":"Tqh-dk","uui-success":"yPAOAA","uui-warning":"_9SEz0L","uui-highlight":"_-3m0YT","uui-typography-size-12":"_8sDujL","uui-typography-size-14":"WSm59e","uui-typography-size-16":"_1Kdc3b","root":"_4czAiu","modal-blocker":"UG4moD","animateModalBlocker":"G6x0Mw","modal":"_6XWVw2","modal-footer":"DjL30C","border-top":"_5iUaYc","modal-header":"-Md2FA","uuiTypography":"lV5Wwq","heroHeader":"Nu8uzp","promoHeader":"_5F10L5","uuiCritical":"vzT6EO","uuiInfo":"Tqh-dk","uuiSuccess":"yPAOAA","uuiWarning":"_9SEz0L","uuiHighlight":"_-3m0YT","uuiTypographySize12":"_8sDujL","uuiTypographySize14":"WSm59e","uuiTypographySize16":"_1Kdc3b","modalBlocker":"UG4moD","modalFooter":"DjL30C","borderTop":"_5iUaYc","modalHeader":"-Md2FA"};
|
|
3277
3277
|
|
|
3278
3278
|
const ModalBlocker = uuiCore.withMods(uuiComponents.ModalBlocker, () => [css$q.modalBlocker]);
|
|
3279
3279
|
const ModalWindow = uuiCore.withMods(uuiComponents.ModalWindow, () => [css$q.root, css$q.modal], (props) => ({
|
|
@@ -3316,7 +3316,7 @@ var SvgCross = function SvgCross(props, ref) {
|
|
|
3316
3316
|
};
|
|
3317
3317
|
var ForwardRef$j = /*#__PURE__*/React.forwardRef(SvgCross);
|
|
3318
3318
|
|
|
3319
|
-
var css$p = {"uui-typography":"
|
|
3319
|
+
var css$p = {"uui-typography":"TaF5p7","hero-header":"HWQCyX","promo-header":"_6rFDX-","uui-critical":"Bd43t-","uui-info":"vdqEho","uui-success":"kSPsjY","uui-warning":"_79zf6k","uui-highlight":"_2PMYUe","uui-typography-size-12":"N25pkY","uui-typography-size-14":"MZEQ1Q","uui-typography-size-16":"lxeOQQ","root":"PHrkDR","icon-wrapper":"E8cfWi","action-wrapper":"LVPIg5","action-link":"UTx5wM","close-icon":"eWi2i9","main-path":"pNgTg4","content":"Ar8sli","clear-button":"cytznc","close-wrapper":"_44D-WH","uuiTypography":"TaF5p7","heroHeader":"HWQCyX","promoHeader":"_6rFDX-","uuiCritical":"Bd43t-","uuiInfo":"vdqEho","uuiSuccess":"kSPsjY","uuiWarning":"_79zf6k","uuiHighlight":"_2PMYUe","uuiTypographySize12":"N25pkY","uuiTypographySize14":"MZEQ1Q","uuiTypographySize16":"lxeOQQ","iconWrapper":"E8cfWi","actionWrapper":"LVPIg5","actionLink":"UTx5wM","closeIcon":"eWi2i9","mainPath":"pNgTg4","clearButton":"cytznc","closeWrapper":"_44D-WH"};
|
|
3320
3320
|
|
|
3321
3321
|
const NotificationCard = React__namespace.default.forwardRef((props, ref) => {
|
|
3322
3322
|
const notificationCardNode = React__namespace.default.useRef(null);
|
|
@@ -3399,14 +3399,14 @@ class DatePickerComponent extends uuiComponents.BaseDatePicker {
|
|
|
3399
3399
|
}
|
|
3400
3400
|
const DatePicker = uuiCore.withMods(DatePickerComponent);
|
|
3401
3401
|
|
|
3402
|
-
var css$o = {"uui-typography":"
|
|
3402
|
+
var css$o = {"uui-typography":"R9Xa-F","hero-header":"HixjV5","promo-header":"LQyb-D","uui-critical":"JaKTu-","uui-info":"udTEFR","uui-success":"eE6RmV","uui-warning":"I9G-Hh","uui-highlight":"zxRlMb","uui-typography-size-12":"Ryqhe4","uui-typography-size-14":"erKb1e","uui-typography-size-16":"tFLF7m","root":"N9IcuJ","uuiTypography":"R9Xa-F","heroHeader":"HixjV5","promoHeader":"LQyb-D","uuiCritical":"JaKTu-","uuiInfo":"udTEFR","uuiSuccess":"eE6RmV","uuiWarning":"I9G-Hh","uuiHighlight":"zxRlMb","uuiTypographySize12":"Ryqhe4","uuiTypographySize14":"erKb1e","uuiTypographySize16":"tFLF7m"};
|
|
3403
3403
|
|
|
3404
3404
|
function applyCalendarPresetsMods() {
|
|
3405
3405
|
return [css$o.root];
|
|
3406
3406
|
}
|
|
3407
3407
|
const CalendarPresets = uuiCore.withMods(uuiComponents.CalendarPresets, applyCalendarPresetsMods, () => ({}));
|
|
3408
3408
|
|
|
3409
|
-
var css$n = {"uui-typography":"
|
|
3409
|
+
var css$n = {"uui-typography":"_6D1S4f","hero-header":"dw0rIq","promo-header":"dsQzEd","uui-critical":"lhq4ea","uui-info":"sD5hBm","uui-success":"EsOP22","uui-warning":"_94p-5u","uui-highlight":"XEXMOf","uui-typography-size-12":"lQLuV9","uui-typography-size-14":"rA-PTu","uui-typography-size-16":"C23DyZ","root":"qUDGNz","container":"laC6TS","day-selection":"IbF55O","from-picker":"Cw8Fpi","to-picker":"gPUb10","bodes-wrapper":"yPl4dk","blocker":"eRWBUq","uuiTypography":"_6D1S4f","heroHeader":"dw0rIq","promoHeader":"dsQzEd","uuiCritical":"lhq4ea","uuiInfo":"sD5hBm","uuiSuccess":"EsOP22","uuiWarning":"_94p-5u","uuiHighlight":"XEXMOf","uuiTypographySize12":"lQLuV9","uuiTypographySize14":"rA-PTu","uuiTypographySize16":"C23DyZ","daySelection":"IbF55O","fromPicker":"Cw8Fpi","toPicker":"gPUb10","bodesWrapper":"yPl4dk"};
|
|
3410
3410
|
|
|
3411
3411
|
dayjs__default.default.extend(isoWeek__default.default);
|
|
3412
3412
|
function weekCount(displayedDate) {
|
|
@@ -3567,7 +3567,7 @@ class RangeDatePickerBody extends React__namespace.Component {
|
|
|
3567
3567
|
}
|
|
3568
3568
|
}
|
|
3569
3569
|
|
|
3570
|
-
var css$m = {"uui-typography":"
|
|
3570
|
+
var css$m = {"uui-typography":"RWustB","hero-header":"egX-Or","promo-header":"cr9nSQ","uui-critical":"SVYUuA","uui-info":"Fx5GIU","uui-success":"XcTI5q","uui-warning":"_4FQkvV","uui-highlight":"Nzs0hv","uui-typography-size-12":"Ld2ofW","uui-typography-size-14":"hXsL3P","uui-typography-size-16":"TZ4dMV","dropdown-container":"_7Old1D","date-input":"WW2Wso","size-24":"hGn5Gg","size-30":"czc-Z-","size-36":"_36WnMj","size-42":"c530zJ","size-48":"AslpmV","date-input-group":"KgTjSS","separator":"l4Nftf","mode-form":"_5JPAFJ","mode-cell":"uDlFAL","uuiTypography":"RWustB","heroHeader":"egX-Or","promoHeader":"cr9nSQ","uuiCritical":"SVYUuA","uuiInfo":"Fx5GIU","uuiSuccess":"XcTI5q","uuiWarning":"_4FQkvV","uuiHighlight":"Nzs0hv","uuiTypographySize12":"Ld2ofW","uuiTypographySize14":"hXsL3P","uuiTypographySize16":"TZ4dMV","dropdownContainer":"_7Old1D","dateInput":"WW2Wso","size24":"hGn5Gg","size30":"czc-Z-","size36":"_36WnMj","size42":"c530zJ","size48":"AslpmV","dateInputGroup":"KgTjSS","modeForm":"_5JPAFJ","modeCell":"uDlFAL"};
|
|
3571
3571
|
|
|
3572
3572
|
const defaultValue = { from: null, to: null };
|
|
3573
3573
|
class RangeDatePickerComponent extends uuiComponents.BaseRangeDatePicker {
|
|
@@ -3601,7 +3601,7 @@ class RangeDatePickerComponent extends uuiComponents.BaseRangeDatePicker {
|
|
|
3601
3601
|
}
|
|
3602
3602
|
const RangeDatePicker = uuiCore.withMods(RangeDatePickerComponent);
|
|
3603
3603
|
|
|
3604
|
-
var css$l = {"root":"
|
|
3604
|
+
var css$l = {"root":"p7zZKY","blocker":"Qpc1UC","marker":"TqhQk-","top":"UJmWXk","bottom":"chm-Dg","left":"C-XAGx","right":"_5GUxjB","inside":"-APJyH"};
|
|
3605
3605
|
|
|
3606
3606
|
function DropMarker(props) {
|
|
3607
3607
|
return props.isDndInProgress
|
|
@@ -3616,7 +3616,7 @@ function DropMarker(props) {
|
|
|
3616
3616
|
: null;
|
|
3617
3617
|
}
|
|
3618
3618
|
|
|
3619
|
-
var css$k = {"uui-typography":"
|
|
3619
|
+
var css$k = {"uui-typography":"obZTSg","hero-header":"NcvlOy","promo-header":"FvV0zq","uui-critical":"uRH6Bg","uui-info":"JOzItb","uui-success":"la8xzo","uui-warning":"-Yi-pQ","uui-highlight":"GbpD0D","uui-typography-size-12":"W2da-i","uui-typography-size-14":"uEoapQ","uui-typography-size-16":"WaZBrw","root":"jDiTMa","size-24":"_12Mgq7","size-30":"FSag-8","size-36":"MYvyr0","size-48":"YR4Rxo","size-60":"thcbxL","uuiTypography":"obZTSg","heroHeader":"NcvlOy","promoHeader":"FvV0zq","uuiCritical":"uRH6Bg","uuiInfo":"JOzItb","uuiSuccess":"la8xzo","uuiWarning":"-Yi-pQ","uuiHighlight":"GbpD0D","uuiTypographySize12":"W2da-i","uuiTypographySize14":"uEoapQ","uuiTypographySize16":"WaZBrw","size24":"_12Mgq7","size30":"FSag-8","size36":"MYvyr0","size48":"YR4Rxo","size60":"thcbxL"};
|
|
3620
3620
|
|
|
3621
3621
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3622
3622
|
// 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.
|
|
@@ -3632,7 +3632,7 @@ const DataTableRow = uuiCore.withMods(uuiComponents.DataTableRow, ({ borderBotto
|
|
|
3632
3632
|
];
|
|
3633
3633
|
}, () => propsMods);
|
|
3634
3634
|
|
|
3635
|
-
var css$j = {"uui-typography":"
|
|
3635
|
+
var css$j = {"uui-typography":"t5XRgz","hero-header":"_2BQXCr","promo-header":"n-23BX","uui-critical":"mVrW9a","uui-info":"h5A4hG","uui-success":"az3m6L","uui-warning":"rc4ANQ","uui-highlight":"cC55E-","uui-typography-size-12":"Dz6Wcd","uui-typography-size-14":"bd0GbU","uui-typography-size-16":"fNJfa8","sorting-panel-container":"Rwq5JL","sort-active":"goXaC7","uuiTypography":"t5XRgz","heroHeader":"_2BQXCr","promoHeader":"n-23BX","uuiCritical":"mVrW9a","uuiInfo":"h5A4hG","uuiSuccess":"az3m6L","uuiWarning":"rc4ANQ","uuiHighlight":"cC55E-","uuiTypographySize12":"Dz6Wcd","uuiTypographySize14":"bd0GbU","uuiTypographySize16":"fNJfa8","sortingPanelContainer":"Rwq5JL","sortActive":"goXaC7"};
|
|
3636
3636
|
|
|
3637
3637
|
var _path$h;
|
|
3638
3638
|
function _extends$i() { _extends$i = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$i.apply(this, arguments); }
|
|
@@ -3687,7 +3687,7 @@ const ColumnHeaderDropdownImpl = (props) => {
|
|
|
3687
3687
|
};
|
|
3688
3688
|
const ColumnHeaderDropdown = React__namespace.default.memo(ColumnHeaderDropdownImpl);
|
|
3689
3689
|
|
|
3690
|
-
var css$i = {"uui-typography":"
|
|
3690
|
+
var css$i = {"uui-typography":"v-cmZh","hero-header":"MhPCMz","promo-header":"YjsG7x","uui-critical":"Amvms4","uui-info":"udvUgk","uui-success":"nCxowL","uui-warning":"e4goXW","uui-highlight":"HApjQH","uui-typography-size-12":"oybssJ","uui-typography-size-14":"_6z7FvU","uui-typography-size-16":"PcuCA6","cell":"VwxPNg","sort-icon":"rmclFe","dropdown-icon":"Z4WVZr","infoIcon":"fiwf2R","resizable":"FyxvA4","size-24":"WtThi-","size-30":"aDygAA","size-36":"kMc7-C","size-42":"T9WDKK","size-48":"X-c9Ek","padding-left-24":"Rl8pYO","padding-right-24":"MqIE86","caption":"FE4PHb","checkbox":"A1jTsn","icon":"JrdXpb","icon-cell":"h130Iv","align-right":"_-0TMI-","align-center":"cIC07o","tooltip-wrapper":"dj-WSi","cell-tooltip":"egkO9O","upper-case":"-CGEUo","font-size-14":"c4JEsL","resize-mark":"EsxTFq","draggable":"R9Rzjf","ghost":"tF2Uyt","is-dragged-out":"p9iols","dnd-marker-left":"osUfCd","dnd-marker-right":"_1hFAxV","cell-tooltip-wrapper":"iadl-M","cell-tooltip-text":"-jknzr","uuiTypography":"v-cmZh","heroHeader":"MhPCMz","promoHeader":"YjsG7x","uuiCritical":"Amvms4","uuiInfo":"udvUgk","uuiSuccess":"nCxowL","uuiWarning":"e4goXW","uuiHighlight":"HApjQH","uuiTypographySize12":"oybssJ","uuiTypographySize14":"_6z7FvU","uuiTypographySize16":"PcuCA6","sortIcon":"rmclFe","dropdownIcon":"Z4WVZr","size24":"WtThi-","size30":"aDygAA","size36":"kMc7-C","size42":"T9WDKK","size48":"X-c9Ek","paddingLeft24":"Rl8pYO","paddingRight24":"MqIE86","iconCell":"h130Iv","alignRight":"_-0TMI-","alignCenter":"cIC07o","tooltipWrapper":"dj-WSi","cellTooltip":"egkO9O","upperCase":"-CGEUo","fontSize14":"c4JEsL","resizeMark":"EsxTFq","isDraggedOut":"p9iols","dndMarkerLeft":"osUfCd","dndMarkerRight":"_1hFAxV","cellTooltipWrapper":"iadl-M","cellTooltipText":"-jknzr"};
|
|
3691
3691
|
|
|
3692
3692
|
var _path$f;
|
|
3693
3693
|
function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
|
|
@@ -3775,7 +3775,7 @@ class DataTableHeaderCell extends React__namespace.Component {
|
|
|
3775
3775
|
}
|
|
3776
3776
|
}
|
|
3777
3777
|
|
|
3778
|
-
var css$h = {"uui-typography":"
|
|
3778
|
+
var css$h = {"uui-typography":"okGjrx","hero-header":"u8iFfu","promo-header":"Q3gJfD","uui-critical":"q2ekLW","uui-info":"KX4x6x","uui-success":"JRFDbj","uui-warning":"EH-C2x","uui-highlight":"GKcFIc","uui-typography-size-12":"n6Y6Sq","uui-typography-size-14":"d-QB3k","uui-typography-size-16":"MXtq3b","header-cell":"VMuKh7","config-icon":"bnNlco","uuiTypography":"okGjrx","heroHeader":"u8iFfu","promoHeader":"Q3gJfD","uuiCritical":"q2ekLW","uuiInfo":"KX4x6x","uuiSuccess":"JRFDbj","uuiWarning":"EH-C2x","uuiHighlight":"GKcFIc","uuiTypographySize12":"n6Y6Sq","uuiTypographySize14":"d-QB3k","uuiTypographySize16":"MXtq3b","headerCell":"VMuKh7","configIcon":"bnNlco"};
|
|
3779
3779
|
|
|
3780
3780
|
var _path$c;
|
|
3781
3781
|
function _extends$d() { _extends$d = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$d.apply(this, arguments); }
|
|
@@ -3797,7 +3797,7 @@ const DataTableHeaderRow = uuiCore.withMods(uuiComponents.DataTableHeaderRow, ()
|
|
|
3797
3797
|
renderConfigButton: () => React__namespace.createElement(IconButton, { key: "configuration", onClick: mods.onConfigButtonClick, cx: css$h.configIcon, color: "neutral", icon: ForwardRef$d }),
|
|
3798
3798
|
}));
|
|
3799
3799
|
|
|
3800
|
-
var styles$1 = {"uui-typography":"
|
|
3800
|
+
var styles$1 = {"uui-typography":"CSsTHI","hero-header":"d61UFS","promo-header":"DZJp2Y","uui-critical":"U9ccME","uui-info":"_5YyiK3","uui-success":"GW3x7D","uui-warning":"VwhnvJ","uui-highlight":"HQnrTl","uui-typography-size-12":"r1D-UN","uui-typography-size-14":"vn49hE","uui-typography-size-16":"Lc1Ihi","main-panel":"gb1pqH","group-title":"Fhb09D","group-title-text":"_4I4zKB","group-title-badge":"qCtLxl","group-items":"y6FV8V","no-data":"LZt0f6","h-divider":"FMhGsm","search-area":"TWIefV","uuiTypography":"CSsTHI","heroHeader":"d61UFS","promoHeader":"DZJp2Y","uuiCritical":"U9ccME","uuiInfo":"_5YyiK3","uuiSuccess":"GW3x7D","uuiWarning":"VwhnvJ","uuiHighlight":"HQnrTl","uuiTypographySize12":"r1D-UN","uuiTypographySize14":"vn49hE","uuiTypographySize16":"Lc1Ihi","mainPanel":"gb1pqH","groupTitle":"Fhb09D","groupTitleText":"_4I4zKB","groupTitleBadge":"qCtLxl","groupItems":"y6FV8V","noData":"LZt0f6","hDivider":"FMhGsm","searchArea":"TWIefV"};
|
|
3801
3801
|
|
|
3802
3802
|
var _path$b;
|
|
3803
3803
|
function _extends$c() { _extends$c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$c.apply(this, arguments); }
|
|
@@ -3874,7 +3874,7 @@ function PinIconButton(props) {
|
|
|
3874
3874
|
React__namespace.createElement(IconButton, { icon: pinIcon, onClick: pinClickHandler, isDisabled: isPinnedAlways, color: isPinned ? 'info' : undefined }))));
|
|
3875
3875
|
}
|
|
3876
3876
|
|
|
3877
|
-
var styles = {"uui-typography":"
|
|
3877
|
+
var styles = {"uui-typography":"dorZuX","hero-header":"DQGaSY","promo-header":"uGTuNy","uui-critical":"wTxt29","uui-info":"nqZdh4","uui-success":"XUjzJT","uui-warning":"qxIlOc","uui-highlight":"OdZM-u","uui-typography-size-12":"XC-UkC","uui-typography-size-14":"_1XpqWZ","uui-typography-size-16":"h2MuN0","row-wrapper":"sIk0X9","not-pinned":"XvDwDB","pin-icon-button":"cckClo","checkbox":"t0gHS9","drag-handle":"OQdnXq","dnd-disabled":"CUv2Oe","uuiTypography":"dorZuX","heroHeader":"DQGaSY","promoHeader":"uGTuNy","uuiCritical":"wTxt29","uuiInfo":"nqZdh4","uuiSuccess":"XUjzJT","uuiWarning":"qxIlOc","uuiHighlight":"OdZM-u","uuiTypographySize12":"XC-UkC","uuiTypographySize14":"_1XpqWZ","uuiTypographySize16":"h2MuN0","rowWrapper":"sIk0X9","notPinned":"XvDwDB","pinIconButton":"cckClo","dragHandle":"OQdnXq","dndDisabled":"CUv2Oe"};
|
|
3878
3878
|
|
|
3879
3879
|
const ColumnRow = React__namespace.memo(function ColumnRow(props) {
|
|
3880
3880
|
const { column } = props;
|
|
@@ -3959,7 +3959,7 @@ function ColumnsConfigurationModal(props) {
|
|
|
3959
3959
|
noVisibleColumns ? (React__namespace.createElement(Tooltip, { content: i18n$1.enableAtLeastOneColumnMessage, placement: "top-end", color: "critical" }, applyButton)) : (applyButton)))));
|
|
3960
3960
|
}
|
|
3961
3961
|
|
|
3962
|
-
var css$g = {"listContainer":"
|
|
3962
|
+
var css$g = {"listContainer":"zq-iVu","header":"POV691","group":"zNuoe9","stickyHeader":"BOnP7H"};
|
|
3963
3963
|
|
|
3964
3964
|
const getChildrenAndRest = (row, rows) => {
|
|
3965
3965
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4025,7 +4025,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4025
4025
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4026
4026
|
ref: ref
|
|
4027
4027
|
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
4028
|
-
clipPath: "url(#
|
|
4028
|
+
clipPath: "url(#clfubvwrt4cika7u_a)"
|
|
4029
4029
|
}, _path$8 || (_path$8 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4030
4030
|
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",
|
|
4031
4031
|
fill: "#F5F6FA"
|
|
@@ -4046,7 +4046,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4046
4046
|
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",
|
|
4047
4047
|
fill: "#1D1E26"
|
|
4048
4048
|
})), /*#__PURE__*/React__namespace.createElement("mask", {
|
|
4049
|
-
id: "
|
|
4049
|
+
id: "clfubvjuh1dcx19ii_b",
|
|
4050
4050
|
style: {
|
|
4051
4051
|
maskType: "alpha"
|
|
4052
4052
|
},
|
|
@@ -4059,7 +4059,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4059
4059
|
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",
|
|
4060
4060
|
fill: "#9BDEFF"
|
|
4061
4061
|
}))), _g$1 || (_g$1 = /*#__PURE__*/React__namespace.createElement("g", {
|
|
4062
|
-
mask: "url(#
|
|
4062
|
+
mask: "url(#clfubvjuh1dcx19ii_b)",
|
|
4063
4063
|
fillRule: "evenodd",
|
|
4064
4064
|
clipRule: "evenodd"
|
|
4065
4065
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -4145,7 +4145,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4145
4145
|
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",
|
|
4146
4146
|
fill: "#fff"
|
|
4147
4147
|
}))), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
4148
|
-
id: "
|
|
4148
|
+
id: "clfubvwrt4cika7u_a"
|
|
4149
4149
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
4150
4150
|
fill: "#fff",
|
|
4151
4151
|
transform: "translate(.552)",
|
|
@@ -4154,7 +4154,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4154
4154
|
};
|
|
4155
4155
|
var ForwardRef$9 = /*#__PURE__*/React.forwardRef(SvgEmptyTable);
|
|
4156
4156
|
|
|
4157
|
-
var css$f = {"sticky-header":"
|
|
4157
|
+
var css$f = {"sticky-header":"dfMcGX","table":"v3FgE7","no-results":"T251Kf","no-results-icon":"t66uqq","no-results-title":"XXxtz1","stickyHeader":"dfMcGX","noResults":"T251Kf","noResultsIcon":"t66uqq","noResultsTitle":"XXxtz1"};
|
|
4158
4158
|
|
|
4159
4159
|
function DataTable(props) {
|
|
4160
4160
|
var _a;
|
|
@@ -4204,9 +4204,9 @@ function DataTable(props) {
|
|
|
4204
4204
|
} })));
|
|
4205
4205
|
}
|
|
4206
4206
|
|
|
4207
|
-
var css$e = {"root":"
|
|
4207
|
+
var css$e = {"root":"_0FXRpw"};
|
|
4208
4208
|
|
|
4209
|
-
var css$d = {"root":"
|
|
4209
|
+
var css$d = {"root":"K8P9r0","burger-content":"pF1P54","burgerContent":"pF1P54"};
|
|
4210
4210
|
|
|
4211
4211
|
var _path$7;
|
|
4212
4212
|
function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
|
|
@@ -4273,7 +4273,7 @@ var SvgTriangle = function SvgTriangle(props, ref) {
|
|
|
4273
4273
|
};
|
|
4274
4274
|
var ForwardRef$6 = /*#__PURE__*/React.forwardRef(SvgTriangle);
|
|
4275
4275
|
|
|
4276
|
-
var css$c = {"uui-typography":"
|
|
4276
|
+
var css$c = {"uui-typography":"RwIaCv","hero-header":"hkJLfm","promo-header":"_3dlEM3","uui-critical":"bFfpAq","uui-info":"wAUR89","uui-success":"nGhCwb","uui-warning":"AxpB-c","uui-highlight":"_-6MiKX","uui-typography-size-12":"KBLhr1","uui-typography-size-14":"KMqdey","uui-typography-size-16":"y7o-hk","root":"_-7jnvI","button-primary":"BjytvW","button-secondary":"EdiVDK","hasIcon":"K3GzyV","dropdown":"FTMOP7","uuiTypography":"RwIaCv","heroHeader":"hkJLfm","promoHeader":"_3dlEM3","uuiCritical":"bFfpAq","uuiInfo":"wAUR89","uuiSuccess":"nGhCwb","uuiWarning":"AxpB-c","uuiHighlight":"_-6MiKX","uuiTypographySize12":"KBLhr1","uuiTypographySize14":"KMqdey","uuiTypographySize16":"y7o-hk","buttonPrimary":"BjytvW","buttonSecondary":"EdiVDK"};
|
|
4277
4277
|
|
|
4278
4278
|
const BurgerButton = uuiCore.withMods(uuiComponents.Button, (props) => [
|
|
4279
4279
|
css$c.root,
|
|
@@ -4330,13 +4330,13 @@ var SvgMenuInputCancel = function SvgMenuInputCancel(props, ref) {
|
|
|
4330
4330
|
};
|
|
4331
4331
|
var ForwardRef$5 = /*#__PURE__*/React.forwardRef(SvgMenuInputCancel);
|
|
4332
4332
|
|
|
4333
|
-
var css$b = {"search-input":"
|
|
4333
|
+
var css$b = {"search-input":"ZnMbuC","searchInput":"ZnMbuC"};
|
|
4334
4334
|
|
|
4335
4335
|
function BurgerSearch(props) {
|
|
4336
4336
|
return (React__namespace.createElement(uuiComponents.TextInput, { cx: cx__default.default(css$b.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$14, placeholder: props.placeholder, value: props.value, onValueChange: props.onValueChange, onCancel: props.onCancel, cancelIcon: props.value && ForwardRef$5 }));
|
|
4337
4337
|
}
|
|
4338
4338
|
|
|
4339
|
-
var css$a = {"root":"
|
|
4339
|
+
var css$a = {"root":"_0jXZiJ","group-header":"uBt2qF","group-name":"izW1E7","line":"MrfLof","groupHeader":"uBt2qF","groupName":"izW1E7"};
|
|
4340
4340
|
|
|
4341
4341
|
function BurgerGroupHeader(props) {
|
|
4342
4342
|
return (React__namespace.createElement("div", { className: cx__default.default(css$a.root, css$a.groupHeader, 'uui-burger-group-header') },
|
|
@@ -4344,7 +4344,7 @@ function BurgerGroupHeader(props) {
|
|
|
4344
4344
|
React__namespace.createElement("span", { className: css$a.groupName }, props.caption)));
|
|
4345
4345
|
}
|
|
4346
4346
|
|
|
4347
|
-
var css$9 = {"uui-typography":"
|
|
4347
|
+
var css$9 = {"uui-typography":"_-7vioi","hero-header":"_7hj5UL","promo-header":"WP2lWW","uui-critical":"HdwmOJ","uui-info":"OOglLx","uui-success":"b2lmLX","uui-warning":"UlC999","uui-highlight":"fBxefx","uui-typography-size-12":"eIwDw-","uui-typography-size-14":"Phewdb","uui-typography-size-16":"-DfFEv","root":"H1sv-s","type-primary":"Heeh1f","type-secondary":"aoaqqy","uuiTypography":"_-7vioi","heroHeader":"_7hj5UL","promoHeader":"WP2lWW","uuiCritical":"HdwmOJ","uuiInfo":"OOglLx","uuiSuccess":"b2lmLX","uuiWarning":"UlC999","uuiHighlight":"fBxefx","uuiTypographySize12":"eIwDw-","uuiTypographySize14":"Phewdb","uuiTypographySize16":"-DfFEv","typePrimary":"Heeh1f","typeSecondary":"aoaqqy"};
|
|
4348
4348
|
|
|
4349
4349
|
var _path$4;
|
|
4350
4350
|
function _extends$4() { _extends$4 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$4.apply(this, arguments); }
|
|
@@ -4364,7 +4364,7 @@ var ForwardRef$4 = /*#__PURE__*/React.forwardRef(SvgChevronDown24);
|
|
|
4364
4364
|
|
|
4365
4365
|
const MainMenuButton = uuiCore.withMods(uuiComponents.Button, (mods) => [css$9.root, css$9['type-' + (mods.type || 'primary')]], () => ({ dropdownIcon: ForwardRef$4, role: 'menuitem' }));
|
|
4366
4366
|
|
|
4367
|
-
var css$8 = {"dropdown-body":"
|
|
4367
|
+
var css$8 = {"dropdown-body":"TgEt0u","dropdownBody":"TgEt0u"};
|
|
4368
4368
|
|
|
4369
4369
|
class MainMenuDropdown extends React__namespace.Component {
|
|
4370
4370
|
render() {
|
|
@@ -4418,12 +4418,12 @@ var SvgGlobalMenu = function SvgGlobalMenu(props, ref) {
|
|
|
4418
4418
|
};
|
|
4419
4419
|
var ForwardRef$3 = /*#__PURE__*/React.forwardRef(SvgGlobalMenu);
|
|
4420
4420
|
|
|
4421
|
-
var css$7 = {"global-menu-btn":"
|
|
4421
|
+
var css$7 = {"global-menu-btn":"UW6sf8","globalMenuIcon":"MLxKKA","globalMenuBtn":"UW6sf8"};
|
|
4422
4422
|
|
|
4423
4423
|
const GlobalMenu = React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", Object.assign({ ref: ref, id: "global_menu_toggle", className: cx__default.default(css$7.globalMenuBtn, props.cx) }, props.rawProps),
|
|
4424
4424
|
React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$3, cx: css$7.globalMenuIcon }))));
|
|
4425
4425
|
|
|
4426
|
-
var css$6 = {"container":"
|
|
4426
|
+
var css$6 = {"container":"gu6lHP","open":"DnZlDg"};
|
|
4427
4427
|
|
|
4428
4428
|
const MainMenuAvatar = React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", { ref: ref, className: cx__default.default(css$6.container, props.isDropdown && css$6.dropdown, props.isOpen && css$6.open, props.onClick && uuiCore.uuiMarkers.clickable, props.cx), onClick: props.onClick },
|
|
4429
4429
|
React__namespace.createElement(uuiComponents.Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -4431,18 +4431,18 @@ const MainMenuAvatar = React__namespace.forwardRef((props, ref) => (React__names
|
|
|
4431
4431
|
props.isDropdown && (React__namespace.createElement("div", null,
|
|
4432
4432
|
React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$1a, flipY: props.isOpen }))))));
|
|
4433
4433
|
|
|
4434
|
-
var css$5 = {"search-input":"
|
|
4434
|
+
var css$5 = {"search-input":"uii3Ie","searchInput":"uii3Ie"};
|
|
4435
4435
|
|
|
4436
4436
|
const MainMenuSearch = React__namespace.forwardRef((props, ref) => (React__namespace.createElement(uuiCore.IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => {
|
|
4437
4437
|
var _a;
|
|
4438
4438
|
return (React__namespace.createElement(uuiComponents.TextInput, Object.assign({ iconPosition: "left", icon: ForwardRef$14, cancelIcon: ((_a = props.value) === null || _a === void 0 ? void 0 : _a.length) > 0 && ForwardRef$5 }, props, iEditable, { ref: ref, cx: uuiCore.cx(css$5.searchInput, props.cx) }, props.rawProps)));
|
|
4439
4439
|
} }))));
|
|
4440
4440
|
|
|
4441
|
-
var css$4 = {"container":"
|
|
4441
|
+
var css$4 = {"container":"Oh6S-W"};
|
|
4442
4442
|
|
|
4443
4443
|
const MainMenuIcon = React__namespace.forwardRef((props, ref) => (React__namespace.createElement(IconButton, Object.assign({ ref: ref, icon: props.icon, cx: uuiCore.cx(props.cx, css$4.container) }, props))));
|
|
4444
4444
|
|
|
4445
|
-
var css$3 = {"root":"
|
|
4445
|
+
var css$3 = {"root":"M-5JK0"};
|
|
4446
4446
|
|
|
4447
4447
|
const Anchor = uuiCore.withMods(uuiComponents.Anchor, () => [css$3.root]);
|
|
4448
4448
|
|
|
@@ -4499,7 +4499,7 @@ var SvgShape = function SvgShape(props, ref) {
|
|
|
4499
4499
|
};
|
|
4500
4500
|
var ForwardRef$2 = /*#__PURE__*/React.forwardRef(SvgShape);
|
|
4501
4501
|
|
|
4502
|
-
var css$2 = {"root":"
|
|
4502
|
+
var css$2 = {"root":"oSiqVn","drop-start":"UE3y-D","drop-over":"b8raor","link":"Rz9JWS","drop-area":"Eksbqd","icon-blue":"PawBjv","dropStart":"UE3y-D","dropOver":"b8raor","dropArea":"Eksbqd","iconBlue":"PawBjv"};
|
|
4503
4503
|
|
|
4504
4504
|
class DropSpot extends React__namespace.Component {
|
|
4505
4505
|
constructor() {
|
|
@@ -4523,9 +4523,9 @@ class DropSpot extends React__namespace.Component {
|
|
|
4523
4523
|
}
|
|
4524
4524
|
}
|
|
4525
4525
|
|
|
4526
|
-
var css$1 = {"root":"
|
|
4526
|
+
var css$1 = {"root":"Zh0Mdd","file-name":"-WHkZX","default-color":"CwI1FV","doc-color":"_8-rfR3","xls-color":"h7Qt5F","pdf-color":"_5bnyfR","movie-color":"W7F1Qt","img-color":"CbKxB9","mov-color":"QHa-bb","error-block":"RoG9vE","icons-block":"KNj5OE","fileName":"-WHkZX","defaultColor":"CwI1FV","docColor":"_8-rfR3","xlsColor":"h7Qt5F","pdfColor":"_5bnyfR","movieColor":"W7F1Qt","imgColor":"CbKxB9","movColor":"QHa-bb","errorBlock":"RoG9vE","iconsBlock":"KNj5OE"};
|
|
4527
4527
|
|
|
4528
|
-
var css = {"root":"
|
|
4528
|
+
var css = {"root":"BFXhPo"};
|
|
4529
4529
|
|
|
4530
4530
|
const SvgCircleProgress = React__namespace.forwardRef((props, ref) => {
|
|
4531
4531
|
const outsetRadius = props.size / 2 - 1;
|