@epam/uui 5.5.0 → 5.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/tables/DataTableHeaderCell.d.ts +2 -2
- package/components/tables/DataTableHeaderCell.d.ts.map +1 -1
- package/index.esm.js +101 -100
- package/index.esm.js.map +1 -1
- package/index.js +101 -100
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/stats.html +1 -1
- package/styles.css +2501 -2501
- package/styles.css.map +1 -1
package/index.js
CHANGED
|
@@ -600,7 +600,7 @@ const systemIcons = {
|
|
|
600
600
|
},
|
|
601
601
|
};
|
|
602
602
|
|
|
603
|
-
var css$1o = {"root":"
|
|
603
|
+
var css$1o = {"root":"y8-9n1","size-24":"qDoo-4","size-18":"_9d7-bt","size-12":"kxMBc-","size24":"qDoo-4","size18":"_9d7-bt","size12":"kxMBc-"};
|
|
604
604
|
|
|
605
605
|
const CountIndicator = React.forwardRef((props, ref) => {
|
|
606
606
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -612,7 +612,7 @@ const CountIndicator = React.forwardRef((props, ref) => {
|
|
|
612
612
|
]) }, props.caption));
|
|
613
613
|
});
|
|
614
614
|
|
|
615
|
-
var css$1n = {"uui-typography":"
|
|
615
|
+
var css$1n = {"uui-typography":"OouLE2","hero-header":"sCwdYr","promo-header":"Y9OAXz","uui-critical":"hHE3Zz","uui-info":"iYhc6I","uui-success":"-JhAmX","uui-warning":"PFVWV7","uui-highlight":"Y-4Zii","uui-typography-size-12":"X-ct5j","uui-typography-size-14":"NjidLb","uui-typography-size-16":"HCk0Xn","root":"cXteIc","uuiTypography":"OouLE2","heroHeader":"sCwdYr","promoHeader":"Y9OAXz","uuiCritical":"hHE3Zz","uuiInfo":"iYhc6I","uuiSuccess":"-JhAmX","uuiWarning":"PFVWV7","uuiHighlight":"Y-4Zii","uuiTypographySize12":"X-ct5j","uuiTypographySize14":"NjidLb","uuiTypographySize16":"HCk0Xn"};
|
|
616
616
|
|
|
617
617
|
const DEFAULT_SIZE$8 = '36';
|
|
618
618
|
function applyButtonMods(mods) {
|
|
@@ -630,14 +630,14 @@ const Button = uuiCore.withMods(uuiComponents.Button, applyButtonMods, (props) =
|
|
|
630
630
|
countIndicator: (countIndicatorProps) => React__namespace.default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: "white" })),
|
|
631
631
|
}));
|
|
632
632
|
|
|
633
|
-
var css$1m = {"root":"
|
|
633
|
+
var css$1m = {"root":"AVt6C9"};
|
|
634
634
|
|
|
635
635
|
function applyIconButtonMods(mods) {
|
|
636
636
|
return ['uui-icon_button', `uui-color-${mods.color || 'neutral'}`, css$1m.root];
|
|
637
637
|
}
|
|
638
638
|
const IconButton = uuiCore.withMods(uuiComponents.IconButton, applyIconButtonMods);
|
|
639
639
|
|
|
640
|
-
var css$1l = {"root":"
|
|
640
|
+
var css$1l = {"root":"JjrN8P"};
|
|
641
641
|
|
|
642
642
|
function getIconClass(props) {
|
|
643
643
|
const classList = {
|
|
@@ -671,7 +671,7 @@ const LinkButton = uuiCore.withMods(uuiComponents.Button, applyLinkButtonMods, (
|
|
|
671
671
|
clearIcon: systemIcons[props.size || DEFAULT_SIZE$7].clear,
|
|
672
672
|
}));
|
|
673
673
|
|
|
674
|
-
var css$1k = {"uui-typography":"
|
|
674
|
+
var css$1k = {"uui-typography":"_2rMU9W","hero-header":"TfTpGJ","promo-header":"BTezW2","uui-critical":"pU2uXH","uui-info":"RKimD7","uui-success":"Ul4IRj","uui-warning":"CPcUl0","uui-highlight":"yubZWU","uui-typography-size-12":"_4sVBqw","uui-typography-size-14":"jYmJMT","uui-typography-size-16":"IX2cUA","root":"p67Lb8","withNotify":"WUP1YN","size-36":"wwVnOs","size-48":"JWPbrq","size-60":"DcJBPD","uuiTypography":"_2rMU9W","heroHeader":"TfTpGJ","promoHeader":"BTezW2","uuiCritical":"pU2uXH","uuiInfo":"RKimD7","uuiSuccess":"Ul4IRj","uuiWarning":"CPcUl0","uuiHighlight":"yubZWU","uuiTypographySize12":"_4sVBqw","uuiTypographySize14":"jYmJMT","uuiTypographySize16":"IX2cUA","size36":"wwVnOs","size48":"JWPbrq","size60":"DcJBPD"};
|
|
675
675
|
|
|
676
676
|
function applyTabButtonMods(mods) {
|
|
677
677
|
return [
|
|
@@ -684,7 +684,7 @@ function applyTabButtonMods(mods) {
|
|
|
684
684
|
}
|
|
685
685
|
const TabButton = uuiCore.withMods(uuiComponents__namespace.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" }))) })));
|
|
686
686
|
|
|
687
|
-
var css$1j = {"uui-typography":"
|
|
687
|
+
var css$1j = {"uui-typography":"ZsH6tf","hero-header":"nFgALB","promo-header":"pdlG9I","uui-critical":"_9MGkW4","uui-info":"uxWh3A","uui-success":"M-Fdrn","uui-warning":"E4o81e","uui-highlight":"Rp2-7q","uui-typography-size-12":"_50CmHv","uui-typography-size-14":"RzMEl1","uui-typography-size-16":"-zbJaG","root":"aBY-jc","uuiTypography":"ZsH6tf","heroHeader":"nFgALB","promoHeader":"pdlG9I","uuiCritical":"_9MGkW4","uuiInfo":"uxWh3A","uuiSuccess":"M-Fdrn","uuiWarning":"E4o81e","uuiHighlight":"Rp2-7q","uuiTypographySize12":"_50CmHv","uuiTypographySize14":"RzMEl1","uuiTypographySize16":"-zbJaG"};
|
|
688
688
|
|
|
689
689
|
function applyVerticalTabButtonMods() {
|
|
690
690
|
return [css$1j.root];
|
|
@@ -768,7 +768,7 @@ var SvgPartlySelect18 = function SvgPartlySelect18(props, ref) {
|
|
|
768
768
|
};
|
|
769
769
|
var ForwardRef$K = /*#__PURE__*/React.forwardRef(SvgPartlySelect18);
|
|
770
770
|
|
|
771
|
-
var css$1i = {"uui-typography":"
|
|
771
|
+
var css$1i = {"uui-typography":"XAGH2h","hero-header":"JLfxtW","promo-header":"Hjegcd","uui-critical":"UJfcWv","uui-info":"YZjiAw","uui-success":"_6-peKN","uui-warning":"f36TOU","uui-highlight":"_18M7io","uui-typography-size-12":"-h-xzi","uui-typography-size-14":"p3qQPU","uui-typography-size-16":"acJbxT","root":"iiorG-","size-18":"_5sNwdh","size-12":"DRv9EB","mode-cell":"zKBcz-","uuiTypography":"XAGH2h","heroHeader":"JLfxtW","promoHeader":"Hjegcd","uuiCritical":"UJfcWv","uuiInfo":"YZjiAw","uuiSuccess":"_6-peKN","uuiWarning":"f36TOU","uuiHighlight":"_18M7io","uuiTypographySize12":"-h-xzi","uuiTypographySize14":"p3qQPU","uuiTypographySize16":"acJbxT","size18":"_5sNwdh","size12":"DRv9EB","modeCell":"zKBcz-"};
|
|
772
772
|
|
|
773
773
|
function applyCheckboxMods(mods) {
|
|
774
774
|
return [
|
|
@@ -788,7 +788,7 @@ const applyUUICheckboxProps = (props) => {
|
|
|
788
788
|
};
|
|
789
789
|
const Checkbox = uuiCore.withMods(uuiComponents__namespace.Checkbox, applyCheckboxMods, applyUUICheckboxProps);
|
|
790
790
|
|
|
791
|
-
var css$1h = {"uui-typography":"
|
|
791
|
+
var css$1h = {"uui-typography":"pi8UIB","hero-header":"kZYshV","promo-header":"acIblc","uui-critical":"b4CHH0","uui-info":"_7EeKrY","uui-success":"rirphd","uui-warning":"q7kRyL","uui-highlight":"Vf2JtG","uui-typography-size-12":"x-YkN-","uui-typography-size-14":"Nl-Wcy","uui-typography-size-16":"YKAwbf","root":"XNffCv","size-18":"j3-20H","size-12":"_2R6kTu","uuiTypography":"pi8UIB","heroHeader":"kZYshV","promoHeader":"acIblc","uuiCritical":"b4CHH0","uuiInfo":"_7EeKrY","uuiSuccess":"rirphd","uuiWarning":"q7kRyL","uuiHighlight":"Vf2JtG","uuiTypographySize12":"x-YkN-","uuiTypographySize14":"Nl-Wcy","uuiTypographySize16":"YKAwbf","size18":"j3-20H","size12":"_2R6kTu"};
|
|
792
792
|
|
|
793
793
|
var _circle;
|
|
794
794
|
function _extends$J() { _extends$J = 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$J.apply(this, arguments); }
|
|
@@ -817,7 +817,7 @@ function applyRadioInputMods(mods) {
|
|
|
817
817
|
}
|
|
818
818
|
const RadioInput = uuiCore.withMods(uuiComponents.RadioInput, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$J }));
|
|
819
819
|
|
|
820
|
-
var css$1g = {"root":"
|
|
820
|
+
var css$1g = {"root":"_5GxjSY","size-12":"SRSOv1","size-18":"MnCTLv","size-24":"_3nkfHu","size12":"SRSOv1","size18":"MnCTLv","size24":"_3nkfHu"};
|
|
821
821
|
|
|
822
822
|
function applySwitchMods(mods) {
|
|
823
823
|
return [
|
|
@@ -870,7 +870,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
870
870
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
871
871
|
};
|
|
872
872
|
|
|
873
|
-
var textInputCss = {"uui-typography":"
|
|
873
|
+
var textInputCss = {"uui-typography":"BNNK8D","hero-header":"NXHLrr","promo-header":"w-s00O","uui-critical":"UIaGCk","uui-info":"WCytJk","uui-success":"_9FbaKQ","uui-warning":"c2uuR3","uui-highlight":"-PpRIW","uui-typography-size-12":"fIM44-","uui-typography-size-14":"Hq9s7a","uui-typography-size-16":"TF6Wah","root":"osfugy","mode-form":"EznVE7","mode-inline":"d0xvAa","mode-cell":"kQTTlK","size-24":"kDR60g","size-30":"QxK1WP","size-36":"BdYmNu","size-42":"w0PRX3","size-48":"xNQRzx","size-60":"RZI1Z3","uuiTypography":"BNNK8D","heroHeader":"NXHLrr","promoHeader":"w-s00O","uuiCritical":"UIaGCk","uuiInfo":"WCytJk","uuiSuccess":"_9FbaKQ","uuiWarning":"c2uuR3","uuiHighlight":"-PpRIW","uuiTypographySize12":"fIM44-","uuiTypographySize14":"Hq9s7a","uuiTypographySize16":"TF6Wah","modeForm":"EznVE7","modeInline":"d0xvAa","modeCell":"kQTTlK","size24":"kDR60g","size30":"QxK1WP","size36":"BdYmNu","size42":"w0PRX3","size48":"xNQRzx","size60":"RZI1Z3"};
|
|
874
874
|
|
|
875
875
|
const DEFAULT_SIZE$6 = '36';
|
|
876
876
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
@@ -893,7 +893,7 @@ const SearchInput = React__namespace.default.forwardRef((props, ref) => {
|
|
|
893
893
|
return (React__namespace.default.createElement(uuiCore.IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => (React__namespace.default.createElement(TextInput, Object.assign({ icon: systemIcons[props.size || DEFAULT_SIZE$6].search, onCancel: !!props.value && (() => iEditable.onValueChange('')), type: "search", inputMode: "search", ref: ref }, textInputProps, iEditable))) })));
|
|
894
894
|
});
|
|
895
895
|
|
|
896
|
-
var css$1f = {"root":"
|
|
896
|
+
var css$1f = {"root":"uN5x3I"};
|
|
897
897
|
|
|
898
898
|
const ControlGroup = uuiCore.withMods(uuiComponents.ControlGroup, () => [css$1f.root]);
|
|
899
899
|
|
|
@@ -902,7 +902,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
902
902
|
}
|
|
903
903
|
const MultiSwitch = React__namespace.forwardRef(MultiSwitchComponent);
|
|
904
904
|
|
|
905
|
-
var css$1e = {"uui-typography":"
|
|
905
|
+
var css$1e = {"uui-typography":"PU1grL","hero-header":"Xpj9No","promo-header":"ZAarfW","uui-critical":"Uf8JUI","uui-info":"s3KGf6","uui-success":"tzM-dH","uui-warning":"_41fK1w","uui-highlight":"NxX6JU","uui-typography-size-12":"SanRTh","uui-typography-size-14":"M-GpZJ","uui-typography-size-16":"XBl70R","root":"_7cBJlC","size-24":"cryZcE","size-30":"xg9O1v","size-36":"ECC3r6","size-42":"XhGNDL","size-48":"q0eNxi","mode-form":"_9hwqxD","mode-cell":"PbP8st","uuiTypography":"PU1grL","heroHeader":"Xpj9No","promoHeader":"ZAarfW","uuiCritical":"Uf8JUI","uuiInfo":"s3KGf6","uuiSuccess":"tzM-dH","uuiWarning":"_41fK1w","uuiHighlight":"NxX6JU","uuiTypographySize12":"SanRTh","uuiTypographySize14":"M-GpZJ","uuiTypographySize16":"XBl70R","size24":"cryZcE","size30":"xg9O1v","size36":"ECC3r6","size42":"XhGNDL","size48":"q0eNxi","modeForm":"_9hwqxD","modeCell":"PbP8st"};
|
|
906
906
|
|
|
907
907
|
const DEFAULT_SIZE$5 = '36';
|
|
908
908
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
@@ -934,7 +934,7 @@ const NumericInput = uuiCore.withMods(uuiComponents.NumericInput, applyNumericIn
|
|
|
934
934
|
};
|
|
935
935
|
});
|
|
936
936
|
|
|
937
|
-
var css$1d = {"uui-typography":"
|
|
937
|
+
var css$1d = {"uui-typography":"AKJsWj","hero-header":"B7Zl7y","promo-header":"vpZZj4","uui-critical":"_8qRZho","uui-info":"b4ONtr","uui-success":"AOtmS8","uui-warning":"CniXGJ","uui-highlight":"Vbtqrg","uui-typography-size-12":"WURxfb","uui-typography-size-14":"DbY1mb","uui-typography-size-16":"HiWwot","root":"A-9vGL","mode-form":"ssd0Tu","mode-cell":"sXBR6G","mode-inline":"q76i-4","size-24":"-LZBcg","size-30":"-eLm23","size-36":"gYfiJq","size-42":"_23mJx7","size-48":"Njy4HU","uuiTypography":"AKJsWj","heroHeader":"B7Zl7y","promoHeader":"vpZZj4","uuiCritical":"_8qRZho","uuiInfo":"b4ONtr","uuiSuccess":"AOtmS8","uuiWarning":"CniXGJ","uuiHighlight":"Vbtqrg","uuiTypographySize12":"WURxfb","uuiTypographySize14":"DbY1mb","uuiTypographySize16":"HiWwot","modeForm":"ssd0Tu","modeCell":"sXBR6G","modeInline":"q76i-4","size24":"-LZBcg","size30":"-eLm23","size36":"gYfiJq","size42":"_23mJx7","size48":"Njy4HU"};
|
|
938
938
|
|
|
939
939
|
const DEFAULT_SIZE$4 = '36';
|
|
940
940
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
@@ -961,7 +961,7 @@ const TextArea = uuiCore.withMods(uuiComponents.TextArea, applyTextAreaMods, (pr
|
|
|
961
961
|
};
|
|
962
962
|
});
|
|
963
963
|
|
|
964
|
-
var css$1c = {"root":"
|
|
964
|
+
var css$1c = {"root":"pyu-92"};
|
|
965
965
|
|
|
966
966
|
function applyDropdownContainerMods(mods) {
|
|
967
967
|
return [
|
|
@@ -972,7 +972,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
972
972
|
}
|
|
973
973
|
const DropdownContainer = uuiCore.withMods(uuiComponents__namespace.DropdownContainer, applyDropdownContainerMods);
|
|
974
974
|
|
|
975
|
-
var css$1b = {"root":"
|
|
975
|
+
var css$1b = {"root":"WNgUfd","timepicker-input":"UOpQxV","timepickerInput":"UOpQxV"};
|
|
976
976
|
|
|
977
977
|
const TimePickerBody = uuiCore.withMods(uuiComponents.TimePickerBody, () => [css$1b.root], () => ({ addIcon: ForwardRef$1a, subtractIcon: ForwardRef$1a }));
|
|
978
978
|
|
|
@@ -1006,7 +1006,7 @@ class TimePickerComponent extends uuiComponents.BaseTimePicker {
|
|
|
1006
1006
|
}
|
|
1007
1007
|
const TimePicker = uuiCore.withMods(TimePickerComponent);
|
|
1008
1008
|
|
|
1009
|
-
var css$1a = {"root":"
|
|
1009
|
+
var css$1a = {"root":"X9VhII"};
|
|
1010
1010
|
|
|
1011
1011
|
function applyInputAddonMods() {
|
|
1012
1012
|
return [
|
|
@@ -1015,14 +1015,14 @@ function applyInputAddonMods() {
|
|
|
1015
1015
|
}
|
|
1016
1016
|
const InputAddon = uuiCore.withMods(uuiComponents.InputAddon, applyInputAddonMods);
|
|
1017
1017
|
|
|
1018
|
-
var css$19 = {"root":"
|
|
1018
|
+
var css$19 = {"root":"AuR71K"};
|
|
1019
1019
|
|
|
1020
1020
|
function applySliderMods() {
|
|
1021
1021
|
return [css$19.root, 'uui-color-neutral'];
|
|
1022
1022
|
}
|
|
1023
1023
|
const Slider = uuiCore.withMods(uuiComponents.Slider, applySliderMods);
|
|
1024
1024
|
|
|
1025
|
-
var css$18 = {"container":"
|
|
1025
|
+
var css$18 = {"container":"_5eGIcg"};
|
|
1026
1026
|
|
|
1027
1027
|
var _path$H;
|
|
1028
1028
|
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); }
|
|
@@ -1140,14 +1140,14 @@ function DatePickerHeader(props) {
|
|
|
1140
1140
|
React__namespace.createElement(Button, { icon: props.navIconRight || ForwardRef$H, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: () => onRightNavigationArrow() }))));
|
|
1141
1141
|
}
|
|
1142
1142
|
|
|
1143
|
-
var css$17 = {"uui-typography":"
|
|
1143
|
+
var css$17 = {"uui-typography":"_7k9-Fg","hero-header":"mLZXmI","promo-header":"ViJfk7","uui-critical":"YnS1vb","uui-info":"zdRqGi","uui-success":"Aax0qe","uui-warning":"qprMVJ","uui-highlight":"_1QKHfx","uui-typography-size-12":"iL5M4z","uui-typography-size-14":"LhMlYr","uui-typography-size-16":"_0RI4-I","root":"wba7p3","uuiTypography":"_7k9-Fg","heroHeader":"mLZXmI","promoHeader":"ViJfk7","uuiCritical":"YnS1vb","uuiInfo":"zdRqGi","uuiSuccess":"Aax0qe","uuiWarning":"qprMVJ","uuiHighlight":"_1QKHfx","uuiTypographySize12":"iL5M4z","uuiTypographySize14":"LhMlYr","uuiTypographySize16":"_0RI4-I"};
|
|
1144
1144
|
|
|
1145
1145
|
function applyDateSelectionMods() {
|
|
1146
1146
|
return [css$17.root];
|
|
1147
1147
|
}
|
|
1148
1148
|
const Calendar = uuiCore.withMods(uuiComponents.Calendar, applyDateSelectionMods);
|
|
1149
1149
|
|
|
1150
|
-
var css$16 = {"uui-typography":"
|
|
1150
|
+
var css$16 = {"uui-typography":"zs7uoJ","hero-header":"WTj-TQ","promo-header":"EQ8UeF","uui-critical":"_2UjAZT","uui-info":"XC6OJ-","uui-success":"vi6TAl","uui-warning":"qT5LWK","uui-highlight":"ihb3YW","uui-typography-size-12":"qSHoh7","uui-typography-size-14":"qercwt","uui-typography-size-16":"Qzg-fD","root":"EdFKi2","uuiTypography":"zs7uoJ","heroHeader":"WTj-TQ","promoHeader":"EQ8UeF","uuiCritical":"_2UjAZT","uuiInfo":"XC6OJ-","uuiSuccess":"vi6TAl","uuiWarning":"qT5LWK","uuiHighlight":"ihb3YW","uuiTypographySize12":"qSHoh7","uuiTypographySize14":"qercwt","uuiTypographySize16":"Qzg-fD"};
|
|
1151
1151
|
|
|
1152
1152
|
dayjs__default.default.extend(updateLocale__default.default);
|
|
1153
1153
|
const uuiDatePickerBody = {
|
|
@@ -1264,7 +1264,7 @@ var SvgNavigationClose24$1 = function SvgNavigationClose24(props, ref) {
|
|
|
1264
1264
|
};
|
|
1265
1265
|
var ForwardRef$C = /*#__PURE__*/React.forwardRef(SvgNavigationClose24$1);
|
|
1266
1266
|
|
|
1267
|
-
var css$15 = {"root":"
|
|
1267
|
+
var css$15 = {"root":"TKyp8H","icon-wrapper":"GUVu0V","alert-wrapper":"gVry8R","size-48":"-bMQTo","size-36":"jKLOFj","action-wrapper":"qQBfEZ","action-icon":"f3PRDg","action-link":"spMRYu","close-icon":"VALNgI","main-path":"L5JyPc","content":"EX8z2I","iconWrapper":"GUVu0V","alertWrapper":"gVry8R","size48":"-bMQTo","size36":"jKLOFj","actionWrapper":"qQBfEZ","actionIcon":"f3PRDg","actionLink":"spMRYu","closeIcon":"VALNgI","mainPath":"L5JyPc"};
|
|
1268
1268
|
|
|
1269
1269
|
const Alert = React__namespace.forwardRef((props, ref) => (React__namespace.createElement("div", Object.assign({ role: "alert", ref: ref, className: cx__default.default('uui-alert', css$15.root, css$15.alertWrapper, props.color && `uui-color-${props.color}`, props.cx, (props.size === '36' ? css$15.size36 : css$15.size48)) }, props.rawProps),
|
|
1270
1270
|
React__namespace.createElement("div", { className: css$15.mainPath },
|
|
@@ -1281,7 +1281,7 @@ const ErrorAlert = React__namespace.forwardRef((props, ref) => React__namespace.
|
|
|
1281
1281
|
|
|
1282
1282
|
const Dropdown = uuiCore.withMods(uuiComponents.Dropdown);
|
|
1283
1283
|
|
|
1284
|
-
var css$14 = {"uui-typography":"
|
|
1284
|
+
var css$14 = {"uui-typography":"Yf9L-2","hero-header":"b5cqy3","promo-header":"_8Tpz9j","uui-critical":"qvXSUY","uui-info":"_1p6q6I","uui-success":"_3CgNse","uui-warning":"Yj9Bxn","uui-highlight":"_71im6Q","uui-typography-size-12":"Dn98-7","uui-typography-size-14":"PqTyd3","uui-typography-size-16":"igX-QT","root":"_3DOjFG","body-root":"Fvl-rt","submenu-root-item":"nIuE06","icon-after":"ivsPn5","icon-check":"Q4OsSa","splitter-root":"frZCA3","splitter":"ccJ7nB","header-root":"exKXYt","item-root":"-Sagmw","icon":"D3hkFA","link":"-wr5mZ","indent":"_9h4S-g","uuiTypography":"Yf9L-2","heroHeader":"b5cqy3","promoHeader":"_8Tpz9j","uuiCritical":"qvXSUY","uuiInfo":"_1p6q6I","uuiSuccess":"_3CgNse","uuiWarning":"Yj9Bxn","uuiHighlight":"_71im6Q","uuiTypographySize12":"Dn98-7","uuiTypographySize14":"PqTyd3","uuiTypographySize16":"igX-QT","bodyRoot":"Fvl-rt","submenuRootItem":"nIuE06","iconAfter":"ivsPn5","iconCheck":"Q4OsSa","splitterRoot":"frZCA3","headerRoot":"exKXYt","itemRoot":"-Sagmw"};
|
|
1285
1285
|
|
|
1286
1286
|
const icons = systemIcons['36'];
|
|
1287
1287
|
exports.IDropdownControlKeys = void 0;
|
|
@@ -1410,7 +1410,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1410
1410
|
React__namespace.default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1411
1411
|
}
|
|
1412
1412
|
|
|
1413
|
-
var css$13 = {"uui-typography":"
|
|
1413
|
+
var css$13 = {"uui-typography":"TXV39U","hero-header":"VcrPvd","promo-header":"sz6s0l","uui-critical":"S-mSb3","uui-info":"Rqx1mj","uui-success":"aEVr46","uui-warning":"UEFdOk","uui-highlight":"_9XO78z","uui-typography-size-12":"Fgar9b","uui-typography-size-14":"P1lvnE","uui-typography-size-16":"K5MtyY","root":"BJIARz","border-bottom":"rnS0eX","top-shadow":"dIrs3-","size-24":"cQYEhv","size-30":"v9HjAa","size-36":"FAyswq","size-42":"kq2nFP","size-48":"T0S3xQ","padding-6":"RCJOvB","padding-12":"o9h-NQ","padding-18":"jfdE4G","padding-24":"SH-sLu","margin-24":"XvLSZZ","margin-12":"ay4BDY","vPadding-12":"_0adekl","vPadding-18":"ACubrz","vPadding-24":"T-AGpu","vPadding-36":"HbkDsT","vPadding-48":"BsUHDC","spacing-6":"_5OvVTl","spacing-12":"_9uA5RC","spacing-18":"YkCheR","uui-surface-main":"j7HocX","uuiTypography":"TXV39U","heroHeader":"VcrPvd","promoHeader":"sz6s0l","uuiCritical":"S-mSb3","uuiInfo":"Rqx1mj","uuiSuccess":"aEVr46","uuiWarning":"UEFdOk","uuiHighlight":"_9XO78z","uuiTypographySize12":"Fgar9b","uuiTypographySize14":"P1lvnE","uuiTypographySize16":"K5MtyY","borderBottom":"rnS0eX","topShadow":"dIrs3-","size24":"cQYEhv","size30":"v9HjAa","size36":"FAyswq","size42":"kq2nFP","size48":"T0S3xQ","padding6":"RCJOvB","padding12":"o9h-NQ","padding18":"jfdE4G","padding24":"SH-sLu","margin24":"XvLSZZ","margin12":"ay4BDY","vPadding12":"_0adekl","vPadding18":"ACubrz","vPadding24":"T-AGpu","vPadding36":"HbkDsT","vPadding48":"BsUHDC","spacing6":"_5OvVTl","spacing12":"_9uA5RC","spacing18":"YkCheR","uuiSurfaceMain":"j7HocX"};
|
|
1414
1414
|
|
|
1415
1415
|
const FlexCell = uuiCore.withMods(uuiComponents.FlexCell, () => [css$13.flexCell]);
|
|
1416
1416
|
|
|
@@ -1428,7 +1428,7 @@ const FlexRow = uuiCore.withMods(uuiComponents.FlexRow, (props) => {
|
|
|
1428
1428
|
];
|
|
1429
1429
|
});
|
|
1430
1430
|
|
|
1431
|
-
var css$12 = {"root":"
|
|
1431
|
+
var css$12 = {"root":"_3EZpx0","margin-24":"oXscO5","padding-12":"_23WrF1","padding-24":"_8N3lPX","shadow":"zmUqN9","uui-surface-main":"phTVaE","margin24":"oXscO5","padding12":"_23WrF1","padding24":"_8N3lPX","uuiSurfaceMain":"phTVaE"};
|
|
1432
1432
|
|
|
1433
1433
|
const Panel = uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
1434
1434
|
'uui-panel',
|
|
@@ -1527,7 +1527,7 @@ const i18n = Object.assign(Object.assign({}, uuiCore.i18n), { dataPickerBody: {
|
|
|
1527
1527
|
fileSizeProgress: ' of ',
|
|
1528
1528
|
} });
|
|
1529
1529
|
|
|
1530
|
-
var css$11 = {"root":"
|
|
1530
|
+
var css$11 = {"root":"obPJZ7","mode-block":"_18F-rz","mode-inline":"I-HKyC","padding-0":"siBu-0","padding-6":"_4WW8Td","padding-12":"yhY4nI","padding-18":"sH66CD","modeBlock":"_18F-rz","modeInline":"I-HKyC","padding0":"siBu-0","padding6":"_4WW8Td","padding12":"yhY4nI","padding18":"sH66CD"};
|
|
1531
1531
|
|
|
1532
1532
|
const getMode = (mode) => {
|
|
1533
1533
|
return mode || 'block';
|
|
@@ -1543,7 +1543,7 @@ const Accordion = uuiCore.withMods(uuiComponents__namespace.Accordion, applyAcco
|
|
|
1543
1543
|
dropdownIcon: mods.dropdownIcon !== null && systemIcons[getMode(mods.mode) === 'block' ? '60' : '30'].foldingArrow,
|
|
1544
1544
|
}));
|
|
1545
1545
|
|
|
1546
|
-
var css$10 = {"root":"
|
|
1546
|
+
var css$10 = {"root":"nDF-Qo"};
|
|
1547
1547
|
|
|
1548
1548
|
function applyTooltipMods(mods) {
|
|
1549
1549
|
return [
|
|
@@ -1553,7 +1553,7 @@ function applyTooltipMods(mods) {
|
|
|
1553
1553
|
}
|
|
1554
1554
|
const Tooltip = uuiCore.withMods(uuiComponents__namespace.Tooltip, applyTooltipMods);
|
|
1555
1555
|
|
|
1556
|
-
var css$$ = {"uui-typography":"
|
|
1556
|
+
var css$$ = {"uui-typography":"easxT3","hero-header":"EJpp3C","promo-header":"dY7iGv","uui-critical":"pWOW0r","uui-info":"_98r2h1","uui-success":"MOl95O","uui-warning":"vHPy6P","uui-highlight":"_0BLA8O","uui-typography-size-12":"i5maUX","uui-typography-size-14":"KcWUtc","uui-typography-size-16":"kHUZcp","root":"bEgAxc","size-24":"W-Dkul","size-30":"eEavxp","size-36":"u6zwU9","size-42":"_1mF1Xf","size-48":"bqJLEZ","uuiTypography":"easxT3","heroHeader":"EJpp3C","promoHeader":"dY7iGv","uuiCritical":"pWOW0r","uuiInfo":"_98r2h1","uuiSuccess":"MOl95O","uuiWarning":"vHPy6P","uuiHighlight":"_0BLA8O","uuiTypographySize12":"i5maUX","uuiTypographySize14":"KcWUtc","uuiTypographySize16":"kHUZcp","size24":"W-Dkul","size30":"eEavxp","size36":"u6zwU9","size42":"_1mF1Xf","size48":"bqJLEZ"};
|
|
1557
1557
|
|
|
1558
1558
|
const DEFAULT_SIZE$3 = '36';
|
|
1559
1559
|
function applyLabeledInputMods(mods) {
|
|
@@ -1564,7 +1564,7 @@ const LabeledInput = uuiCore.withMods(uuiComponents__namespace.LabeledInput, app
|
|
|
1564
1564
|
infoIcon: systemIcons[props.size || DEFAULT_SIZE$3].help,
|
|
1565
1565
|
}));
|
|
1566
1566
|
|
|
1567
|
-
var css$_ = {"root":"
|
|
1567
|
+
var css$_ = {"root":"s7PebU"};
|
|
1568
1568
|
|
|
1569
1569
|
function RadioGroup(props) {
|
|
1570
1570
|
const direction = props.direction || 'vertical';
|
|
@@ -1579,7 +1579,7 @@ function RadioGroup(props) {
|
|
|
1579
1579
|
})));
|
|
1580
1580
|
}
|
|
1581
1581
|
|
|
1582
|
-
var css$Z = {"root":"
|
|
1582
|
+
var css$Z = {"root":"-nkbpi"};
|
|
1583
1583
|
|
|
1584
1584
|
function applyScrollBarsMods() {
|
|
1585
1585
|
return [
|
|
@@ -1588,13 +1588,13 @@ function applyScrollBarsMods() {
|
|
|
1588
1588
|
}
|
|
1589
1589
|
const ScrollBars = uuiCore.withMods(uuiComponents.ScrollBars, applyScrollBarsMods);
|
|
1590
1590
|
|
|
1591
|
-
var css$Y = {"scroll-container":"
|
|
1591
|
+
var css$Y = {"scroll-container":"_4DihxY","list-container":"jzNN8x","scrollContainer":"_4DihxY","listContainer":"jzNN8x"};
|
|
1592
1592
|
|
|
1593
|
-
var css$X = {"root":"
|
|
1593
|
+
var css$X = {"root":"iTLVYo"};
|
|
1594
1594
|
|
|
1595
1595
|
const AvatarStack = uuiCore.withMods(uuiComponents.AvatarStack, () => [css$X.root]);
|
|
1596
1596
|
|
|
1597
|
-
var css$W = {"uui-typography":"
|
|
1597
|
+
var css$W = {"uui-typography":"yNiB-5","hero-header":"w3PjjV","promo-header":"fay--e","uui-critical":"e9Lbwn","uui-info":"mXOGo5","uui-success":"_2OJeGk","uui-warning":"_3CQje-","uui-highlight":"PD0W27","uui-typography-size-12":"Lyoobo","uui-typography-size-14":"GDAqwK","uui-typography-size-16":"I3xG4T","root":"pU7Opy","size-18":"QzR9Rf","size-24":"RFqQYi","size-30":"cuV0iU","size-36":"kJ3m6w","size-42":"RYwEyT","size-48":"FVigd9","uuiTypography":"yNiB-5","heroHeader":"w3PjjV","promoHeader":"fay--e","uuiCritical":"e9Lbwn","uuiInfo":"mXOGo5","uuiSuccess":"_2OJeGk","uuiWarning":"_3CQje-","uuiHighlight":"PD0W27","uuiTypographySize12":"Lyoobo","uuiTypographySize14":"GDAqwK","uuiTypographySize16":"I3xG4T","size18":"QzR9Rf","size24":"RFqQYi","size30":"cuV0iU","size36":"kJ3m6w","size42":"RYwEyT","size48":"FVigd9"};
|
|
1598
1598
|
|
|
1599
1599
|
const mapSize$1 = {
|
|
1600
1600
|
48: '48',
|
|
@@ -1645,7 +1645,7 @@ const Badge = uuiCore.withMods(uuiComponents__namespace.Button, applyBadgeMods,
|
|
|
1645
1645
|
};
|
|
1646
1646
|
});
|
|
1647
1647
|
|
|
1648
|
-
var css$V = {"uui-typography":"
|
|
1648
|
+
var css$V = {"uui-typography":"nU35M-","hero-header":"udupC3","promo-header":"gHMMtX","uui-critical":"_9B9bBO","uui-info":"TmgIT5","uui-success":"R1ynZG","uui-warning":"SIm4nz","uui-highlight":"sjVvUP","uui-typography-size-12":"ftfTrS","uui-typography-size-14":"blS2NA","uui-typography-size-16":"NvMhgk","root":"_1yItVB","size-18":"EBQl4d","size-24":"OxxkZ-","size-30":"y5Gwfp","size-36":"HLLGox","size-42":"fj4mod","size-48":"HmqPOq","uuiTypography":"nU35M-","heroHeader":"udupC3","promoHeader":"gHMMtX","uuiCritical":"_9B9bBO","uuiInfo":"TmgIT5","uuiSuccess":"R1ynZG","uuiWarning":"SIm4nz","uuiHighlight":"sjVvUP","uuiTypographySize12":"ftfTrS","uuiTypographySize14":"blS2NA","uuiTypographySize16":"NvMhgk","size18":"EBQl4d","size24":"OxxkZ-","size30":"y5Gwfp","size36":"HLLGox","size42":"fj4mod","size48":"HmqPOq"};
|
|
1649
1649
|
|
|
1650
1650
|
const DEFAULT_SIZE$1 = '36';
|
|
1651
1651
|
const mapSize = {
|
|
@@ -1679,14 +1679,14 @@ const Tag = uuiCore.withMods(uuiComponents.Button, applyTagMods, (props) => ({
|
|
|
1679
1679
|
countIndicator: (countIndicatorProps) => (React__namespace.default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: (!props.color || props.color === 'neutral') ? 'white' : props.color, size: mapCountIndicatorSizes[props.size || DEFAULT_SIZE$1] }))),
|
|
1680
1680
|
}));
|
|
1681
1681
|
|
|
1682
|
-
var css$U = {"root":"
|
|
1682
|
+
var css$U = {"root":"NVkQml","uui-spinner":"QvAuqf","uuiSpinner":"QvAuqf"};
|
|
1683
1683
|
|
|
1684
1684
|
function applySpinnerMods() {
|
|
1685
1685
|
return [css$U.root, 'uui-spinner'];
|
|
1686
1686
|
}
|
|
1687
1687
|
const Spinner = uuiCore.withMods(uuiComponents.Spinner, applySpinnerMods);
|
|
1688
1688
|
|
|
1689
|
-
var css$T = {"root":"
|
|
1689
|
+
var css$T = {"root":"cUrJA3","spacer":"knKCls","mode-ghost":"iVD-IR","size-24":"me75D1","size-30":"_104PGt","navigation-size-24":"oeaZp4","navigation-size-30":"Sh2ttP","modeGhost":"iVD-IR","size24":"me75D1","size30":"_104PGt","navigationSize24":"oeaZp4","navigationSize30":"Sh2ttP"};
|
|
1690
1690
|
|
|
1691
1691
|
var _path$A;
|
|
1692
1692
|
function _extends$B() { _extends$B = 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$B.apply(this, arguments); }
|
|
@@ -1741,14 +1741,14 @@ function Paginator(props) {
|
|
|
1741
1741
|
return React__namespace.default.createElement(uuiComponents.Paginator, Object.assign({}, props, { render: renderPaginator }));
|
|
1742
1742
|
}
|
|
1743
1743
|
|
|
1744
|
-
var css$S = {"root":"
|
|
1744
|
+
var css$S = {"root":"_3n-7Cf","progress-bar":"zRAobf","progressBar-indeterminate":"b8rRMx","size-12":"MjaZYF","size-18":"g5avIU","size-24":"hocWzV","progressBar":"zRAobf","progressBarIndeterminate":"b8rRMx","size12":"MjaZYF","size18":"g5avIU","size24":"hocWzV"};
|
|
1745
1745
|
|
|
1746
1746
|
const IndeterminateBar = React__namespace.forwardRef((props, ref) => {
|
|
1747
1747
|
return (React__namespace.createElement("div", { ref: ref, className: cx__default.default('uui-indeterminate_bar', props.cx, css$S.root, css$S[`size-${props.size || 12}`]) },
|
|
1748
1748
|
React__namespace.createElement("div", { className: cx__default.default(css$S.progressBar) })));
|
|
1749
1749
|
});
|
|
1750
1750
|
|
|
1751
|
-
var css$R = {"root":"
|
|
1751
|
+
var css$R = {"root":"IoINDQ","striped":"-D5sr-","animate-stripes":"mjxvlQ","size-12":"qg3mQW","size-18":"kGXObQ","size-24":"tRt3lf","animateStripes":"mjxvlQ","size12":"qg3mQW","size18":"kGXObQ","size24":"tRt3lf"};
|
|
1752
1752
|
|
|
1753
1753
|
const DEFAULT_SIZE = '12';
|
|
1754
1754
|
function applyProgressBarMods(mods) {
|
|
@@ -1763,14 +1763,14 @@ const ProgressBar = uuiCore.withMods(uuiComponents.ProgressBar, applyProgressBar
|
|
|
1763
1763
|
hideLabel: props.hideLabel || props.striped,
|
|
1764
1764
|
}));
|
|
1765
1765
|
|
|
1766
|
-
var css$Q = {"root":"
|
|
1766
|
+
var css$Q = {"root":"hWDtpe"};
|
|
1767
1767
|
|
|
1768
1768
|
const IndicatorBar = React__namespace.forwardRef((props, ref) => {
|
|
1769
1769
|
const { progress } = props;
|
|
1770
1770
|
return progress || progress === 0 ? (React__namespace.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx__default.default(css$Q.root, props.cx), hideLabel: true })) : (React__namespace.createElement(IndeterminateBar, { ref: ref, cx: cx__default.default(css$Q.root, props.cx) }));
|
|
1771
1771
|
});
|
|
1772
1772
|
|
|
1773
|
-
var css$P = {"root":"
|
|
1773
|
+
var css$P = {"root":"d2zFL7","size-12":"C2h541","size-18":"pCdgj4","size-24":"_51u74f","size12":"C2h541","size18":"pCdgj4","size24":"_51u74f"};
|
|
1774
1774
|
|
|
1775
1775
|
const StatusIndicator = React.forwardRef((props, ref) => {
|
|
1776
1776
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -1802,7 +1802,7 @@ var SvgNavigationChevronDown18 = function SvgNavigationChevronDown18(props, ref)
|
|
|
1802
1802
|
};
|
|
1803
1803
|
var ForwardRef$z = /*#__PURE__*/React.forwardRef(SvgNavigationChevronDown18);
|
|
1804
1804
|
|
|
1805
|
-
var css$O = {"checkbox":"
|
|
1805
|
+
var css$O = {"checkbox":"gCHQOT","drag-handle":"ap03uG","indent":"KZ6E2T","folding-arrow-12":"ba9IeB","folding-arrow-18":"_6pmYqU","icon-container":"BlLWPC","dragHandle":"ap03uG","foldingArrow12":"ba9IeB","foldingArrow18":"_6pmYqU","iconContainer":"BlLWPC"};
|
|
1806
1806
|
|
|
1807
1807
|
function DataRowAddons(props) {
|
|
1808
1808
|
var _a, _b;
|
|
@@ -1819,7 +1819,7 @@ function DataRowAddons(props) {
|
|
|
1819
1819
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row) }))))));
|
|
1820
1820
|
}
|
|
1821
1821
|
|
|
1822
|
-
var css$N = {"root":"
|
|
1822
|
+
var css$N = {"root":"yDOFg5"};
|
|
1823
1823
|
|
|
1824
1824
|
const Blocker = uuiCore.withMods(uuiComponents.Blocker, () => [css$N.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__namespace.default.createElement(Spinner, null)) }));
|
|
1825
1825
|
|
|
@@ -1861,7 +1861,7 @@ const VirtualListView = React__namespace.forwardRef((props, ref) => {
|
|
|
1861
1861
|
});
|
|
1862
1862
|
VirtualList.displayName = 'VirtualList';
|
|
1863
1863
|
|
|
1864
|
-
var css$M = {"root":"
|
|
1864
|
+
var css$M = {"root":"kh96y-"};
|
|
1865
1865
|
|
|
1866
1866
|
function CheckboxGroup(props) {
|
|
1867
1867
|
const currentValue = props.value || [];
|
|
@@ -1883,7 +1883,7 @@ function CheckboxGroup(props) {
|
|
|
1883
1883
|
})));
|
|
1884
1884
|
}
|
|
1885
1885
|
|
|
1886
|
-
var css$L = {"uui-typography":"
|
|
1886
|
+
var css$L = {"uui-typography":"trkRBw","hero-header":"rsA3tb","promo-header":"-CC6WX","uui-critical":"M65rOo","uui-info":"qjh3Xi","uui-success":"Ws1FrR","uui-warning":"BpDoL2","uui-highlight":"qY-Gy4","uui-typography-size-12":"lE5Uyh","uui-typography-size-14":"rdivWu","uui-typography-size-16":"sH4OM6","body":"pudB5s","modal":"VczQNP","search-wrapper":"sLy-YP","checkbox":"ucKBvA","no-found-size-24":"LTXZ27","no-found-size-30":"j0ntq7","no-found-size-36":"AIJB7b","no-found-size-42":"-AWO--","uuiTypography":"trkRBw","heroHeader":"rsA3tb","promoHeader":"-CC6WX","uuiCritical":"M65rOo","uuiInfo":"qjh3Xi","uuiSuccess":"Ws1FrR","uuiWarning":"BpDoL2","uuiHighlight":"qY-Gy4","uuiTypographySize12":"lE5Uyh","uuiTypographySize14":"rdivWu","uuiTypographySize16":"sH4OM6","searchWrapper":"sLy-YP","noFoundSize24":"LTXZ27","noFoundSize30":"j0ntq7","noFoundSize36":"AIJB7b","noFoundSize42":"-AWO--"};
|
|
1887
1887
|
|
|
1888
1888
|
class DataPickerBody extends uuiComponents.PickerBodyBase {
|
|
1889
1889
|
constructor() {
|
|
@@ -1940,7 +1940,7 @@ function DataPickerFooterImpl(props) {
|
|
|
1940
1940
|
}
|
|
1941
1941
|
const DataPickerFooter = React__namespace.default.memo(DataPickerFooterImpl);
|
|
1942
1942
|
|
|
1943
|
-
var css$K = {"header":"
|
|
1943
|
+
var css$K = {"header":"n3dYud","close":"_34pEIg"};
|
|
1944
1944
|
|
|
1945
1945
|
var _path$x;
|
|
1946
1946
|
function _extends$y() { _extends$y = 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$y.apply(this, arguments); }
|
|
@@ -2010,7 +2010,7 @@ var SvgNotificationDone12 = function SvgNotificationDone12(props, ref) {
|
|
|
2010
2010
|
};
|
|
2011
2011
|
var ForwardRef$v = /*#__PURE__*/React.forwardRef(SvgNotificationDone12);
|
|
2012
2012
|
|
|
2013
|
-
var css$J = {"cell":"
|
|
2013
|
+
var css$J = {"cell":"BTlVUk","align-widgets-top":"_59s-AG","size-24":"eTxH--","size-30":"IzB8L4","size-36":"NqTTrv","size-42":"_34B67-","size-48":"TmuLed","size-60":"vW0MVA","align-widgets-center":"LZEPYT","padding-12":"WXmdlF","padding-24":"z3zk90","padding-left-12":"pJsqqz","padding-left-24":"GZ0HTv","icon-container":"VstEqf","loading-cell":"ccoKti","content-wrapper":"_8A6QMz","render-item":"aaQq7C","icon-wrapper":"jCj5-r","icon-default":"FOW6nA","icon-primary":"DhA6Nk","alignWidgetsTop":"_59s-AG","size24":"eTxH--","size30":"IzB8L4","size36":"NqTTrv","size42":"_34B67-","size48":"TmuLed","size60":"vW0MVA","alignWidgetsCenter":"LZEPYT","padding12":"WXmdlF","padding24":"z3zk90","paddingLeft12":"pJsqqz","paddingLeft24":"GZ0HTv","iconContainer":"VstEqf","loadingCell":"ccoKti","contentWrapper":"_8A6QMz","renderItem":"aaQq7C","iconWrapper":"jCj5-r","iconDefault":"FOW6nA","iconPrimary":"DhA6Nk"};
|
|
2014
2014
|
|
|
2015
2015
|
const getIcon = (size) => {
|
|
2016
2016
|
switch (size) {
|
|
@@ -2061,7 +2061,7 @@ function DataPickerCell(props) {
|
|
|
2061
2061
|
getWrappedContent()));
|
|
2062
2062
|
}
|
|
2063
2063
|
|
|
2064
|
-
var css$I = {"uui-typography":"
|
|
2064
|
+
var css$I = {"uui-typography":"BtLunW","hero-header":"viVgqT","promo-header":"tsxZo-","uui-critical":"scGEgi","uui-info":"_11KFkl","uui-success":"gpNO0m","uui-warning":"_3COfvw","uui-highlight":"W4Bjwa","uui-typography-size-12":"LYhGqO","uui-typography-size-14":"VomELe","uui-typography-size-16":"rcrWXk","picker-row":"P6BBuA","uuiTypography":"BtLunW","heroHeader":"viVgqT","promoHeader":"tsxZo-","uuiCritical":"scGEgi","uuiInfo":"_11KFkl","uuiSuccess":"gpNO0m","uuiWarning":"_3COfvw","uuiHighlight":"W4Bjwa","uuiTypographySize12":"LYhGqO","uuiTypographySize14":"VomELe","uuiTypographySize16":"rcrWXk","pickerRow":"P6BBuA"};
|
|
2065
2065
|
|
|
2066
2066
|
class DataPickerRow extends React__namespace.Component {
|
|
2067
2067
|
constructor() {
|
|
@@ -2075,7 +2075,7 @@ class DataPickerRow extends React__namespace.Component {
|
|
|
2075
2075
|
}
|
|
2076
2076
|
}
|
|
2077
2077
|
|
|
2078
|
-
var css$H = {"uui-typography":"
|
|
2078
|
+
var css$H = {"uui-typography":"_41aTK1","hero-header":"Mx-RTM","promo-header":"ZmGjq0","uui-critical":"IIgE8p","uui-info":"yD021D","uui-success":"AjlwAe","uui-warning":"USv5eb","uui-highlight":"qtA3Jh","uui-typography-size-12":"auK5GJ","uui-typography-size-14":"_61JKHx","uui-typography-size-16":"izpWZs","done":"IjlH4B","container":"HD6qvL","uuiTypography":"_41aTK1","heroHeader":"Mx-RTM","promoHeader":"ZmGjq0","uuiCritical":"IIgE8p","uuiInfo":"yD021D","uuiSuccess":"AjlwAe","uuiWarning":"USv5eb","uuiHighlight":"qtA3Jh","uuiTypographySize12":"auK5GJ","uuiTypographySize14":"_61JKHx","uuiTypographySize16":"izpWZs"};
|
|
2079
2079
|
|
|
2080
2080
|
const MobileDropdownWrapper = (props) => {
|
|
2081
2081
|
const isMobileView = uuiCore.isMobile();
|
|
@@ -2109,9 +2109,9 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
2109
2109
|
};
|
|
2110
2110
|
var ForwardRef$u = /*#__PURE__*/React.forwardRef(SvgSearchWithBackground);
|
|
2111
2111
|
|
|
2112
|
-
var css$G = {"uui-typography":"
|
|
2112
|
+
var css$G = {"uui-typography":"oujOnL","hero-header":"H3Frc9","promo-header":"u--uDf","uui-critical":"K0fS55","uui-info":"_4W37ZZ","uui-success":"kEKXAj","uui-warning":"CLrWIO","uui-highlight":"VEUvNb","uui-typography-size-12":"ZaurV8","uui-typography-size-14":"Kv3cad","uui-typography-size-16":"T1h7n6","sub-header-wrapper":"Svz7rt","switch":"fdiE44","no-found-modal-container":"MkYOxv","no-found-modal-container-icon":"TeBpE5","no-found-modal-container-text":"V67wU9","uuiTypography":"oujOnL","heroHeader":"H3Frc9","promoHeader":"u--uDf","uuiCritical":"K0fS55","uuiInfo":"_4W37ZZ","uuiSuccess":"kEKXAj","uuiWarning":"CLrWIO","uuiHighlight":"VEUvNb","uuiTypographySize12":"ZaurV8","uuiTypographySize14":"Kv3cad","uuiTypographySize16":"T1h7n6","subHeaderWrapper":"Svz7rt","$switch$":"fdiE44","noFoundModalContainer":"MkYOxv","noFoundModalContainerIcon":"TeBpE5","noFoundModalContainerText":"V67wU9"};
|
|
2113
2113
|
|
|
2114
|
-
var css$F = {"root":"
|
|
2114
|
+
var css$F = {"root":"RGmy3-","multiline":"yFXyPu","vertical-padding-24":"_5qN2HJ","vertical-padding-30":"azS-o8","vertical-padding-36":"f0ZRQB","vertical-padding-42":"khmsyn","vertical-padding-48":"NZ3WFl","text":"dZMIft","verticalPadding24":"_5qN2HJ","verticalPadding30":"azS-o8","verticalPadding36":"f0ZRQB","verticalPadding42":"khmsyn","verticalPadding48":"NZ3WFl"};
|
|
2115
2115
|
|
|
2116
2116
|
const mergeHighlightRanges = (ranges) => {
|
|
2117
2117
|
const mergedRanges = [];
|
|
@@ -2263,7 +2263,7 @@ function PickerModal(props) {
|
|
|
2263
2263
|
const MAX_ITEMS = 100;
|
|
2264
2264
|
const getMaxItems = (maxItems) => maxItems || maxItems === 0 ? maxItems : MAX_ITEMS;
|
|
2265
2265
|
|
|
2266
|
-
var css$E = {"uui-typography":"
|
|
2266
|
+
var css$E = {"uui-typography":"WYLwL9","hero-header":"wYSFYd","promo-header":"Z4Ab6D","uui-critical":"uZq6h6","uui-info":"u7ptbF","uui-success":"TB5zFz","uui-warning":"_1vyXbv","uui-highlight":"Q-61lh","uui-typography-size-12":"UaG-7U","uui-typography-size-14":"gkZE84","uui-typography-size-16":"ol9NBZ","root":"sb3g7m","mode-form":"ofBhs1","mode-cell":"O57FJ0","mode-inline":"wn--mX","size-24":"zThdwY","size-30":"_82yW7r","size-36":"YIHORs","size-42":"t89r-B","size-48":"_0tq4mr","uuiTypography":"WYLwL9","heroHeader":"wYSFYd","promoHeader":"Z4Ab6D","uuiCritical":"uZq6h6","uuiInfo":"u7ptbF","uuiSuccess":"TB5zFz","uuiWarning":"_1vyXbv","uuiHighlight":"Q-61lh","uuiTypographySize12":"UaG-7U","uuiTypographySize14":"gkZE84","uuiTypographySize16":"ol9NBZ","modeForm":"ofBhs1","modeCell":"O57FJ0","modeInline":"wn--mX","size24":"zThdwY","size30":"_82yW7r","size36":"YIHORs","size42":"t89r-B","size48":"_0tq4mr"};
|
|
2267
2267
|
|
|
2268
2268
|
const defaultSize$1 = '36';
|
|
2269
2269
|
const defaultMode$1 = EditMode.FORM;
|
|
@@ -2383,7 +2383,7 @@ function PickerInputComponent(_a, ref) {
|
|
|
2383
2383
|
}
|
|
2384
2384
|
const PickerInput = React__namespace.default.forwardRef(PickerInputComponent);
|
|
2385
2385
|
|
|
2386
|
-
var css$D = {"row":"
|
|
2386
|
+
var css$D = {"row":"_6pH5iK"};
|
|
2387
2387
|
|
|
2388
2388
|
function PickerListItem(props) {
|
|
2389
2389
|
var _a;
|
|
@@ -2442,7 +2442,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
2442
2442
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
2443
2443
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
2444
2444
|
|
|
2445
|
-
var css$C = {"uui-typography":"
|
|
2445
|
+
var css$C = {"uui-typography":"mRZ8b-","hero-header":"RVmn4U","promo-header":"EgMYWZ","uui-critical":"WfLSjW","uui-info":"hH-A5y","uui-success":"F1JjPI","uui-warning":"ko0M9W","uui-highlight":"OlqQ7z","uui-typography-size-12":"DcW-ia","uui-typography-size-14":"rp7cEQ","uui-typography-size-16":"jrxv18","root":"DSe6Rg","title-wrapper":"grTHGT","title":"V17bYC","text-wrapper":"-kxmAc","selection":"mi9FHJ","postfix":"Ztv3My","selected":"WBlZyn","uuiTypography":"mRZ8b-","heroHeader":"RVmn4U","promoHeader":"EgMYWZ","uuiCritical":"WfLSjW","uuiInfo":"hH-A5y","uuiSuccess":"F1JjPI","uuiWarning":"ko0M9W","uuiHighlight":"OlqQ7z","uuiTypographySize12":"DcW-ia","uuiTypographySize14":"rp7cEQ","uuiTypographySize16":"jrxv18","titleWrapper":"grTHGT","textWrapper":"-kxmAc"};
|
|
2446
2446
|
|
|
2447
2447
|
const defaultSize = '36';
|
|
2448
2448
|
const FilterPanelItemToggler = React__namespace.forwardRef((props, ref) => {
|
|
@@ -2547,7 +2547,7 @@ class FilterDatePickerBody extends uuiComponents.BaseDatePicker {
|
|
|
2547
2547
|
}
|
|
2548
2548
|
}
|
|
2549
2549
|
|
|
2550
|
-
var css$B = {"uui-typography":"
|
|
2550
|
+
var css$B = {"uui-typography":"b5CIQV","hero-header":"r4ZQPm","promo-header":"TSqXsu","uui-critical":"_0vOc2P","uui-info":"BGzutU","uui-success":"WJJ3do","uui-warning":"_7W2rhk","uui-highlight":"LzCRTD","uui-typography-size-12":"fjRQ8Z","uui-typography-size-14":"hxZlQf","uui-typography-size-16":"xBpZSD","date-input":"AoCwn5","size-24":"_9-2UK6","size-30":"mliOW2","size-36":"KtdK12","size-42":"GOG33b","size-48":"LUQvre","date-input-group":"SayZQh","separator":"_5jWAOl","mode-form":"Y8cP-5","mode-cell":"_8T9acV","uuiTypography":"b5CIQV","heroHeader":"r4ZQPm","promoHeader":"TSqXsu","uuiCritical":"_0vOc2P","uuiInfo":"BGzutU","uuiSuccess":"WJJ3do","uuiWarning":"_7W2rhk","uuiHighlight":"LzCRTD","uuiTypographySize12":"fjRQ8Z","uuiTypographySize14":"hxZlQf","uuiTypographySize16":"xBpZSD","dateInput":"AoCwn5","size24":"_9-2UK6","size30":"mliOW2","size36":"KtdK12","size42":"GOG33b","size48":"LUQvre","dateInputGroup":"SayZQh","modeForm":"Y8cP-5","modeCell":"_8T9acV"};
|
|
2551
2551
|
|
|
2552
2552
|
class FilterRangeDatePickerBody extends uuiComponents.BaseRangeDatePicker {
|
|
2553
2553
|
constructor() {
|
|
@@ -2579,7 +2579,7 @@ class FilterRangeDatePickerBody extends uuiComponents.BaseRangeDatePicker {
|
|
|
2579
2579
|
}
|
|
2580
2580
|
}
|
|
2581
2581
|
|
|
2582
|
-
var css$A = {"container":"
|
|
2582
|
+
var css$A = {"container":"hFQ7PF"};
|
|
2583
2583
|
|
|
2584
2584
|
function FilterNumericBody(props) {
|
|
2585
2585
|
var _a, _b;
|
|
@@ -2676,7 +2676,7 @@ var SvgActionDeleteforever12 = function SvgActionDeleteforever12(props, ref) {
|
|
|
2676
2676
|
};
|
|
2677
2677
|
var ForwardRef$t = /*#__PURE__*/React.forwardRef(SvgActionDeleteforever12);
|
|
2678
2678
|
|
|
2679
|
-
var css$z = {"uui-typography":"
|
|
2679
|
+
var css$z = {"uui-typography":"m3YfAA","hero-header":"_36zbXo","promo-header":"R69r2O","uui-critical":"QlyOvG","uui-info":"BXQuPm","uui-success":"a-6Oey","uui-warning":"un-2Zb","uui-highlight":"cxO-i7","uui-typography-size-12":"_2eVXV1","uui-typography-size-14":"B9cS0U","uui-typography-size-16":"Y5yHdB","header":"JxbZHp","removeButton":"sSvVf1","with-search":"L9kMEv","uuiTypography":"m3YfAA","heroHeader":"_36zbXo","promoHeader":"R69r2O","uuiCritical":"QlyOvG","uuiInfo":"BXQuPm","uuiSuccess":"a-6Oey","uuiWarning":"un-2Zb","uuiHighlight":"cxO-i7","uuiTypographySize12":"_2eVXV1","uuiTypographySize14":"B9cS0U","uuiTypographySize16":"Y5yHdB","withSearch":"L9kMEv"};
|
|
2680
2680
|
|
|
2681
2681
|
function FiltersToolbarItemImpl(props) {
|
|
2682
2682
|
const { maxCount = 2 } = props;
|
|
@@ -2977,9 +2977,9 @@ function FiltersToolbarImpl(props) {
|
|
|
2977
2977
|
}
|
|
2978
2978
|
const FiltersPanel = React__namespace.default.memo(FiltersToolbarImpl);
|
|
2979
2979
|
|
|
2980
|
-
var css$y = {"divider":"
|
|
2980
|
+
var css$y = {"divider":"tsBmbu","dropdownDeleteIcon":"KiZEv9","presetsWrapper":"tYniKV","addPresetContainer":"h2fOCl","dropContainer":"aGq0Ly"};
|
|
2981
2981
|
|
|
2982
|
-
var css$x = {"preset-dropdown-panel":"
|
|
2982
|
+
var css$x = {"preset-dropdown-panel":"_7jWSm3","delete-row":"raVLjP","delete-button":"r8-H0n","targetOpen":"lXfEoL","presetDropdownPanel":"_7jWSm3","deleteRow":"raVLjP","deleteButton":"r8-H0n"};
|
|
2983
2983
|
|
|
2984
2984
|
var _path$q;
|
|
2985
2985
|
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); }
|
|
@@ -3167,7 +3167,7 @@ function PresetActionsDropdown(props) {
|
|
|
3167
3167
|
return (React__namespace.default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
3168
3168
|
}
|
|
3169
3169
|
|
|
3170
|
-
var css$w = {"preset-input-cell":"
|
|
3170
|
+
var css$w = {"preset-input-cell":"BOmcKH","preset-input":"TTQstR","presetInputCell":"BOmcKH","presetInput":"TTQstR"};
|
|
3171
3171
|
|
|
3172
3172
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
3173
3173
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -3200,7 +3200,7 @@ function PresetInput(props) {
|
|
|
3200
3200
|
React__namespace.default.createElement(TextInput, { cx: css$w.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
3201
3201
|
}
|
|
3202
3202
|
|
|
3203
|
-
var css$v = {"preset":"
|
|
3203
|
+
var css$v = {"preset":"enEze8","activePreset":"QPDGJD"};
|
|
3204
3204
|
|
|
3205
3205
|
function Preset(props) {
|
|
3206
3206
|
const [isRenamePreset, setIsRenamePreset] = React.useState(false);
|
|
@@ -3299,7 +3299,7 @@ const useColumnsWithFilters = (initialColumns, filters) => {
|
|
|
3299
3299
|
return columns;
|
|
3300
3300
|
};
|
|
3301
3301
|
|
|
3302
|
-
var css$u = {"line-height-12":"
|
|
3302
|
+
var css$u = {"line-height-12":"kDVnE-","line-height-18":"xqrjta","line-height-24":"zs1BM2","line-height-30":"X3by9E","font-size-10":"ZQI1UD","font-size-12":"rIVFaf","font-size-14":"SmWA5T","font-size-16":"DWaIXN","font-size-18":"_8DWhvx","font-size-24":"_3v1x8T","v-padding-2":"YN-h5n","v-padding-3":"_0LcARS","v-padding-5":"RPgfM0","v-padding-6":"yYXTCZ","v-padding-8":"zZ9jYp","v-padding-9":"_7zAi8A","v-padding-11":"zilksg","v-padding-12":"d4g4lf","v-padding-14":"_44qQnX","v-padding-15":"_20nlXB","v-padding-17":"NCmNeG","v-padding-18":"miqt4v","v-padding-23":"g-pT1O","v-padding-24":"QmTNFx","lineHeight12":"kDVnE-","lineHeight18":"xqrjta","lineHeight24":"zs1BM2","lineHeight30":"X3by9E","fontSize10":"ZQI1UD","fontSize12":"rIVFaf","fontSize14":"SmWA5T","fontSize16":"DWaIXN","fontSize18":"_8DWhvx","fontSize24":"_3v1x8T","vPadding2":"YN-h5n","vPadding3":"_0LcARS","vPadding5":"RPgfM0","vPadding6":"yYXTCZ","vPadding8":"zZ9jYp","vPadding9":"_7zAi8A","vPadding11":"zilksg","vPadding12":"d4g4lf","vPadding14":"_44qQnX","vPadding15":"_20nlXB","vPadding17":"NCmNeG","vPadding18":"miqt4v","vPadding23":"g-pT1O","vPadding24":"QmTNFx"};
|
|
3303
3303
|
|
|
3304
3304
|
const defaultTextSettings = {
|
|
3305
3305
|
18: { lineHeight: 12, fontSize: 10 },
|
|
@@ -3325,7 +3325,7 @@ function getTextClasses(props, border) {
|
|
|
3325
3325
|
];
|
|
3326
3326
|
}
|
|
3327
3327
|
|
|
3328
|
-
var css$t = {"root":"
|
|
3328
|
+
var css$t = {"root":"ImFe7J"};
|
|
3329
3329
|
|
|
3330
3330
|
function applyTextMods(mods) {
|
|
3331
3331
|
const textClasses = getTextClasses({
|
|
@@ -3344,7 +3344,7 @@ function applyTextMods(mods) {
|
|
|
3344
3344
|
}
|
|
3345
3345
|
const Text = uuiCore.withMods(uuiComponents__namespace.Text, applyTextMods);
|
|
3346
3346
|
|
|
3347
|
-
var css$s = {"root":"
|
|
3347
|
+
var css$s = {"root":"wBPvCZ","loading-word":"uVDfCP","animated-loading":"tHj2kX","skeleton_loading":"BWQwys","loadingWord":"uVDfCP","animatedLoading":"tHj2kX","skeletonLoading":"BWQwys"};
|
|
3348
3348
|
|
|
3349
3349
|
const TextPlaceholder = (props) => {
|
|
3350
3350
|
const pattern = ' ';
|
|
@@ -3363,7 +3363,7 @@ const TextPlaceholder = (props) => {
|
|
|
3363
3363
|
|
|
3364
3364
|
const RichTextView = uuiCore.withMods(uuiComponents__namespace.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
|
|
3365
3365
|
|
|
3366
|
-
var css$r = {"uui-typography":"
|
|
3366
|
+
var css$r = {"uui-typography":"czY89s","hero-header":"uW7wLS","promo-header":"Xii7GJ","uui-critical":"XT1sE7","uui-info":"-FCJL2","uui-success":"A21Lud","uui-warning":"_3D7Z2u","uui-highlight":"fiIk6d","uui-typography-size-12":"X-clNv","uui-typography-size-14":"BrqzZ7","uui-typography-size-16":"XEkqaX","root":"Fberoh","modal-blocker":"foyF8y","animateModalBlocker":"-PoAoX","modal":"xo3f2j","modal-footer":"Ooa7qH","border-top":"fScyec","modal-header":"_2nitV7","uuiTypography":"czY89s","heroHeader":"uW7wLS","promoHeader":"Xii7GJ","uuiCritical":"XT1sE7","uuiInfo":"-FCJL2","uuiSuccess":"A21Lud","uuiWarning":"_3D7Z2u","uuiHighlight":"fiIk6d","uuiTypographySize12":"X-clNv","uuiTypographySize14":"BrqzZ7","uuiTypographySize16":"XEkqaX","modalBlocker":"foyF8y","modalFooter":"Ooa7qH","borderTop":"fScyec","modalHeader":"_2nitV7"};
|
|
3367
3367
|
|
|
3368
3368
|
const ModalBlocker = uuiCore.withMods(uuiComponents.ModalBlocker, () => [css$r.modalBlocker]);
|
|
3369
3369
|
const ModalWindow = uuiCore.withMods(uuiComponents.ModalWindow, () => [css$r.root, css$r.modal], (props) => ({
|
|
@@ -3406,7 +3406,7 @@ var SvgCross = function SvgCross(props, ref) {
|
|
|
3406
3406
|
};
|
|
3407
3407
|
var ForwardRef$j = /*#__PURE__*/React.forwardRef(SvgCross);
|
|
3408
3408
|
|
|
3409
|
-
var css$q = {"uui-typography":"
|
|
3409
|
+
var css$q = {"uui-typography":"IupFu4","hero-header":"rCtY6d","promo-header":"_4-cCb2","uui-critical":"DaUY6A","uui-info":"sCGkU6","uui-success":"AARFWE","uui-warning":"Xx1GHa","uui-highlight":"ta-paO","uui-typography-size-12":"LaQ-Jc","uui-typography-size-14":"g-tbBE","uui-typography-size-16":"SaRVU4","root":"af7Car","icon-wrapper":"O8lpZ7","action-wrapper":"_8Kea3-","action-link":"o5OgCj","close-icon":"_-8-2ND","main-path":"RR3qSD","content":"_38gwfc","clear-button":"VtprbH","close-wrapper":"jwGctx","uuiTypography":"IupFu4","heroHeader":"rCtY6d","promoHeader":"_4-cCb2","uuiCritical":"DaUY6A","uuiInfo":"sCGkU6","uuiSuccess":"AARFWE","uuiWarning":"Xx1GHa","uuiHighlight":"ta-paO","uuiTypographySize12":"LaQ-Jc","uuiTypographySize14":"g-tbBE","uuiTypographySize16":"SaRVU4","iconWrapper":"O8lpZ7","actionWrapper":"_8Kea3-","actionLink":"o5OgCj","closeIcon":"_-8-2ND","mainPath":"RR3qSD","clearButton":"VtprbH","closeWrapper":"jwGctx"};
|
|
3410
3410
|
|
|
3411
3411
|
const NotificationCard = React__namespace.default.forwardRef((props, ref) => {
|
|
3412
3412
|
const notificationCardNode = React__namespace.default.useRef(null);
|
|
@@ -3489,14 +3489,14 @@ class DatePickerComponent extends uuiComponents.BaseDatePicker {
|
|
|
3489
3489
|
}
|
|
3490
3490
|
const DatePicker = uuiCore.withMods(DatePickerComponent);
|
|
3491
3491
|
|
|
3492
|
-
var css$p = {"uui-typography":"
|
|
3492
|
+
var css$p = {"uui-typography":"s2N3xL","hero-header":"OoCUrF","promo-header":"WOY87N","uui-critical":"hiVIaX","uui-info":"_6k9yL6","uui-success":"UVqqhk","uui-warning":"aDEyeq","uui-highlight":"E21Lic","uui-typography-size-12":"abYIXG","uui-typography-size-14":"l23p85","uui-typography-size-16":"-lhJts","root":"sS2VP6","uuiTypography":"s2N3xL","heroHeader":"OoCUrF","promoHeader":"WOY87N","uuiCritical":"hiVIaX","uuiInfo":"_6k9yL6","uuiSuccess":"UVqqhk","uuiWarning":"aDEyeq","uuiHighlight":"E21Lic","uuiTypographySize12":"abYIXG","uuiTypographySize14":"l23p85","uuiTypographySize16":"-lhJts"};
|
|
3493
3493
|
|
|
3494
3494
|
function applyCalendarPresetsMods() {
|
|
3495
3495
|
return [css$p.root];
|
|
3496
3496
|
}
|
|
3497
3497
|
const CalendarPresets = uuiCore.withMods(uuiComponents.CalendarPresets, applyCalendarPresetsMods, () => ({}));
|
|
3498
3498
|
|
|
3499
|
-
var css$o = {"uui-typography":"
|
|
3499
|
+
var css$o = {"uui-typography":"Cee1-3","hero-header":"kzOGDz","promo-header":"y9hEcP","uui-critical":"x7qXqO","uui-info":"HdyEq6","uui-success":"F4HHWy","uui-warning":"rfa5nL","uui-highlight":"_7Ti0pv","uui-typography-size-12":"_2qETKo","uui-typography-size-14":"RiYxf5","uui-typography-size-16":"Y2pxzw","root":"uP0ofM","container":"B-m1z-","day-selection":"tb67BY","from-picker":"_6e9dZd","to-picker":"Q18D-d","bodes-wrapper":"qbLQP-","blocker":"oIwljg","uuiTypography":"Cee1-3","heroHeader":"kzOGDz","promoHeader":"y9hEcP","uuiCritical":"x7qXqO","uuiInfo":"HdyEq6","uuiSuccess":"F4HHWy","uuiWarning":"rfa5nL","uuiHighlight":"_7Ti0pv","uuiTypographySize12":"_2qETKo","uuiTypographySize14":"RiYxf5","uuiTypographySize16":"Y2pxzw","daySelection":"tb67BY","fromPicker":"_6e9dZd","toPicker":"Q18D-d","bodesWrapper":"qbLQP-"};
|
|
3500
3500
|
|
|
3501
3501
|
dayjs__default.default.extend(isoWeek__default.default);
|
|
3502
3502
|
function weekCount(displayedDate) {
|
|
@@ -3654,7 +3654,7 @@ class RangeDatePickerBody extends React__namespace.Component {
|
|
|
3654
3654
|
}
|
|
3655
3655
|
}
|
|
3656
3656
|
|
|
3657
|
-
var css$n = {"uui-typography":"
|
|
3657
|
+
var css$n = {"uui-typography":"AmWsw9","hero-header":"VO1S8c","promo-header":"fUVD7j","uui-critical":"_4rf5PI","uui-info":"_6zv-at","uui-success":"rAXqPa","uui-warning":"_2sZr3Z","uui-highlight":"ZZ4fbK","uui-typography-size-12":"p7OD4m","uui-typography-size-14":"_5blwV1","uui-typography-size-16":"lypzGg","dropdown-container":"hTXjAG","date-input":"eZl6Hj","size-24":"_52unMd","size-30":"PaVTlw","size-36":"WbABCP","size-42":"_7FoLuC","size-48":"-mPdo-","date-input-group":"r41Loq","separator":"D8WyXO","mode-form":"eI0jJH","mode-cell":"XqGXo3","uuiTypography":"AmWsw9","heroHeader":"VO1S8c","promoHeader":"fUVD7j","uuiCritical":"_4rf5PI","uuiInfo":"_6zv-at","uuiSuccess":"rAXqPa","uuiWarning":"_2sZr3Z","uuiHighlight":"ZZ4fbK","uuiTypographySize12":"p7OD4m","uuiTypographySize14":"_5blwV1","uuiTypographySize16":"lypzGg","dropdownContainer":"hTXjAG","dateInput":"eZl6Hj","size24":"_52unMd","size30":"PaVTlw","size36":"WbABCP","size42":"_7FoLuC","size48":"-mPdo-","dateInputGroup":"r41Loq","modeForm":"eI0jJH","modeCell":"XqGXo3"};
|
|
3658
3658
|
|
|
3659
3659
|
const defaultValue = { from: null, to: null };
|
|
3660
3660
|
class RangeDatePickerComponent extends uuiComponents.BaseRangeDatePicker {
|
|
@@ -3688,7 +3688,7 @@ class RangeDatePickerComponent extends uuiComponents.BaseRangeDatePicker {
|
|
|
3688
3688
|
}
|
|
3689
3689
|
const RangeDatePicker = uuiCore.withMods(RangeDatePickerComponent);
|
|
3690
3690
|
|
|
3691
|
-
var css$m = {"root":"
|
|
3691
|
+
var css$m = {"root":"vzeK4s","blocker":"uPnlmq","marker":"b4OmVs","top":"HFcJI0","bottom":"vs5D0n","left":"TWDVPY","right":"qoBM08","inside":"_7T3Kcj"};
|
|
3692
3692
|
|
|
3693
3693
|
function DropMarker(props) {
|
|
3694
3694
|
return props.isDndInProgress
|
|
@@ -3703,7 +3703,7 @@ function DropMarker(props) {
|
|
|
3703
3703
|
: null;
|
|
3704
3704
|
}
|
|
3705
3705
|
|
|
3706
|
-
var css$l = {"cell":"
|
|
3706
|
+
var css$l = {"cell":"RVWUcw","wrapper":"Y0BHDn","align-widgets-top":"ZnCKbp","size-24":"pHokN1","size-30":"lkdyUq","size-36":"Ts5cV5","size-42":"_91T2Nr","size-48":"Iql6tI","size-60":"-aM-hE","align-widgets-center":"zoha1A","padding-12":"OL9sS8","padding-24":"ntsbFe","padding-left-12":"V7jdm2","padding-left-24":"vIyJPQ","padding-right-24":"GZjwJQ","loading-cell":"PMdcqa","alignWidgetsTop":"ZnCKbp","size24":"pHokN1","size30":"lkdyUq","size36":"Ts5cV5","size42":"_91T2Nr","size48":"Iql6tI","size60":"-aM-hE","alignWidgetsCenter":"zoha1A","padding12":"OL9sS8","padding24":"ntsbFe","paddingLeft12":"V7jdm2","paddingLeft24":"vIyJPQ","paddingRight24":"GZjwJQ","loadingCell":"PMdcqa"};
|
|
3707
3707
|
|
|
3708
3708
|
function DataTableCell(props) {
|
|
3709
3709
|
props = Object.assign({}, props);
|
|
@@ -3734,7 +3734,7 @@ function DataTableCell(props) {
|
|
|
3734
3734
|
return React__namespace.createElement(uuiComponents.DataTableCell, Object.assign({}, props));
|
|
3735
3735
|
}
|
|
3736
3736
|
|
|
3737
|
-
var css$k = {"uui-typography":"
|
|
3737
|
+
var css$k = {"uui-typography":"Fb7H-7","hero-header":"RJ3mBq","promo-header":"XC-xOY","uui-critical":"QDFz-j","uui-info":"tdZIb-","uui-success":"GUC9K-","uui-warning":"amPFF-","uui-highlight":"aTMZ7i","uui-typography-size-12":"Ym1QLa","uui-typography-size-14":"B--gKe","uui-typography-size-16":"Y4FuMU","root":"JBqTbM","size-24":"PlMQzX","size-30":"EiajYq","size-36":"_0Bffoq","size-48":"ntZqrU","size-60":"x8fibF","uuiTypography":"Fb7H-7","heroHeader":"RJ3mBq","promoHeader":"XC-xOY","uuiCritical":"QDFz-j","uuiInfo":"tdZIb-","uuiSuccess":"GUC9K-","uuiWarning":"amPFF-","uuiHighlight":"aTMZ7i","uuiTypographySize12":"Ym1QLa","uuiTypographySize14":"B--gKe","uuiTypographySize16":"Y4FuMU","size24":"PlMQzX","size30":"EiajYq","size36":"_0Bffoq","size48":"ntZqrU","size60":"x8fibF"};
|
|
3738
3738
|
|
|
3739
3739
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3740
3740
|
// 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.
|
|
@@ -3750,7 +3750,7 @@ const DataTableRow = uuiCore.withMods(uuiComponents.DataTableRow, ({ borderBotto
|
|
|
3750
3750
|
];
|
|
3751
3751
|
}, () => propsMods);
|
|
3752
3752
|
|
|
3753
|
-
var css$j = {"uui-typography":"
|
|
3753
|
+
var css$j = {"uui-typography":"t9GQDI","hero-header":"Ol0wyl","promo-header":"F9jcWc","uui-critical":"Lo0JEa","uui-info":"_9-E13r","uui-success":"ZTwf7n","uui-warning":"_4XQ3xZ","uui-highlight":"_0mr-SG","uui-typography-size-12":"PDad-V","uui-typography-size-14":"_7WIGnT","uui-typography-size-16":"_3CFBUH","sorting-panel-container":"ZLK-lU","sort-active":"wHs8dx","uuiTypography":"t9GQDI","heroHeader":"Ol0wyl","promoHeader":"F9jcWc","uuiCritical":"Lo0JEa","uuiInfo":"_9-E13r","uuiSuccess":"ZTwf7n","uuiWarning":"_4XQ3xZ","uuiHighlight":"_0mr-SG","uuiTypographySize12":"PDad-V","uuiTypographySize14":"_7WIGnT","uuiTypographySize16":"_3CFBUH","sortingPanelContainer":"ZLK-lU","sortActive":"wHs8dx"};
|
|
3754
3754
|
|
|
3755
3755
|
var _path$h;
|
|
3756
3756
|
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); }
|
|
@@ -3805,7 +3805,7 @@ const ColumnHeaderDropdownImpl = (props) => {
|
|
|
3805
3805
|
};
|
|
3806
3806
|
const ColumnHeaderDropdown = React__namespace.default.memo(ColumnHeaderDropdownImpl);
|
|
3807
3807
|
|
|
3808
|
-
var css$i = {"uui-typography":"
|
|
3808
|
+
var css$i = {"uui-typography":"lb6TVl","hero-header":"_5UfnEe","promo-header":"bQdbiq","uui-critical":"rX-TcV","uui-info":"nHen-v","uui-success":"lZnH-h","uui-warning":"ZBftHC","uui-highlight":"sdOZ8r","uui-typography-size-12":"rUDmwQ","uui-typography-size-14":"_3QwJGB","uui-typography-size-16":"KQw5rx","cell":"Q-JwR-","sort-icon":"z9dxCY","dropdown-icon":"RMrv41","infoIcon":"LlEbXM","resizable":"_1OK0Cj","size-24":"uTmMCn","size-30":"Nrp19i","size-36":"lA6ZwA","size-42":"X7MzI9","size-48":"ICZeds","padding-left-24":"_1jFrqa","padding-right-24":"RJfeVX","caption":"IyY-uX","checkbox":"_3lG1cc","icon":"kKdwxY","icon-cell":"ti9ibF","align-right":"fdMaK0","align-center":"pSxrKX","tooltip-wrapper":"KQJQcB","cell-tooltip":"BKyShx","upper-case":"ra2SNj","font-size-14":"_3-caBi","resize-mark":"HnQ1xU","draggable":"w7RpO7","ghost":"G-Q-e-","is-dragged-out":"rDJ102","dnd-marker-left":"HSbumS","dnd-marker-right":"abejUQ","cell-tooltip-wrapper":"_2KFYt9","cell-tooltip-text":"_9i1NZ1","uuiTypography":"lb6TVl","heroHeader":"_5UfnEe","promoHeader":"bQdbiq","uuiCritical":"rX-TcV","uuiInfo":"nHen-v","uuiSuccess":"lZnH-h","uuiWarning":"ZBftHC","uuiHighlight":"sdOZ8r","uuiTypographySize12":"rUDmwQ","uuiTypographySize14":"_3QwJGB","uuiTypographySize16":"KQw5rx","sortIcon":"z9dxCY","dropdownIcon":"RMrv41","size24":"uTmMCn","size30":"Nrp19i","size36":"lA6ZwA","size42":"X7MzI9","size48":"ICZeds","paddingLeft24":"_1jFrqa","paddingRight24":"RJfeVX","iconCell":"ti9ibF","alignRight":"fdMaK0","alignCenter":"pSxrKX","tooltipWrapper":"KQJQcB","cellTooltip":"BKyShx","upperCase":"ra2SNj","fontSize14":"_3-caBi","resizeMark":"HnQ1xU","isDraggedOut":"rDJ102","dndMarkerLeft":"HSbumS","dndMarkerRight":"abejUQ","cellTooltipWrapper":"_2KFYt9","cellTooltipText":"_9i1NZ1"};
|
|
3809
3809
|
|
|
3810
3810
|
var _path$f;
|
|
3811
3811
|
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); }
|
|
@@ -3863,13 +3863,14 @@ class DataTableHeaderCell extends React__namespace.Component {
|
|
|
3863
3863
|
return css$i.upperCase;
|
|
3864
3864
|
return css$i['font-size-14'];
|
|
3865
3865
|
};
|
|
3866
|
-
this.getTooltipContent = () => (React__namespace.createElement("div", { className: css$i.cellTooltipWrapper },
|
|
3867
|
-
React__namespace.createElement(Text, { fontSize: "14", fontWeight: "600", cx: css$i.cellTooltipText },
|
|
3868
|
-
|
|
3866
|
+
this.getTooltipContent = (column) => (React__namespace.createElement("div", { className: css$i.cellTooltipWrapper },
|
|
3867
|
+
React__namespace.createElement(Text, { fontSize: "14", fontWeight: "600", cx: css$i.cellTooltipText }, column.caption),
|
|
3868
|
+
column.info && React__namespace.createElement(Text, { fontSize: "12", cx: css$i.cellTooltipText }, column.info)));
|
|
3869
3869
|
this.getColumnCaption = () => {
|
|
3870
|
+
const renderTooltip = this.props.column.renderTooltip || this.getTooltipContent;
|
|
3870
3871
|
return (React__namespace.createElement("div", { className: css$i.tooltipWrapper },
|
|
3871
3872
|
React__namespace.createElement("div", { className: uuiCore.cx(css$i.iconCell, css$i['align-' + this.props.column.textAlign], uuiCore.uuiDataTableHeaderCell.uuiTableHeaderCaptionWrapper) },
|
|
3872
|
-
React__namespace.createElement(Tooltip, { placement: "top", color: "inverted",
|
|
3873
|
+
React__namespace.createElement(Tooltip, { placement: "top", color: "inverted", content: renderTooltip(this.props.column), cx: css$i.cellTooltip, openDelay: 600 },
|
|
3873
3874
|
React__namespace.createElement(Text, { key: "text", lineHeight: "30", fontSize: "14", size: "30", cx: uuiCore.cx(css$i.caption, this.getTextStyle(), uuiCore.uuiDataTableHeaderCell.uuiTableHeaderCaption) }, this.props.column.caption)),
|
|
3874
3875
|
this.props.column.isSortable && (!this.props.column.renderFilter || this.props.sortDirection) && (React__namespace.createElement(IconButton, { key: "sort", cx: uuiCore.cx(css$i.icon, css$i.sortIcon, this.props.sortDirection && css$i.sortIconActive, uuiCore.uuiDataTableHeaderCell.uuiTableHeaderSortIcon), color: this.props.sortDirection ? 'neutral' : 'secondary', icon: this.props.sortDirection === 'desc' ? ForwardRef$h : this.props.sortDirection === 'asc' ? ForwardRef$i : ForwardRef$g })),
|
|
3875
3876
|
this.props.isFilterActive && (React__namespace.createElement(IconButton, { key: "filter", cx: uuiCore.cx(css$i.icon, !this.props.sortDirection && css$i.filterIcon, uuiCore.uuiDataTableHeaderCell.uuiTableHeaderFilterIcon), color: "neutral", icon: ForwardRef$f })),
|
|
@@ -3897,7 +3898,7 @@ class DataTableHeaderCell extends React__namespace.Component {
|
|
|
3897
3898
|
}
|
|
3898
3899
|
}
|
|
3899
3900
|
|
|
3900
|
-
var css$h = {"uui-typography":"
|
|
3901
|
+
var css$h = {"uui-typography":"kUP0Bg","hero-header":"HWGGQS","promo-header":"BjYBOu","uui-critical":"bjGyfF","uui-info":"_98CSaO","uui-success":"ifHJGc","uui-warning":"MbblBs","uui-highlight":"sqeNOU","uui-typography-size-12":"UwuKlU","uui-typography-size-14":"amwqrJ","uui-typography-size-16":"_7481CR","header-cell":"C1v1-H","config-icon":"K6oN2v","uuiTypography":"kUP0Bg","heroHeader":"HWGGQS","promoHeader":"BjYBOu","uuiCritical":"bjGyfF","uuiInfo":"_98CSaO","uuiSuccess":"ifHJGc","uuiWarning":"MbblBs","uuiHighlight":"sqeNOU","uuiTypographySize12":"UwuKlU","uuiTypographySize14":"amwqrJ","uuiTypographySize16":"_7481CR","headerCell":"C1v1-H","configIcon":"K6oN2v"};
|
|
3901
3902
|
|
|
3902
3903
|
var _path$c;
|
|
3903
3904
|
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); }
|
|
@@ -3919,7 +3920,7 @@ const DataTableHeaderRow = uuiCore.withMods(uuiComponents.DataTableHeaderRow, ()
|
|
|
3919
3920
|
renderConfigButton: () => React__namespace.createElement(IconButton, { key: "configuration", onClick: mods.onConfigButtonClick, cx: css$h.configIcon, color: "neutral", icon: ForwardRef$d }),
|
|
3920
3921
|
}));
|
|
3921
3922
|
|
|
3922
|
-
var styles$1 = {"uui-typography":"
|
|
3923
|
+
var styles$1 = {"uui-typography":"dmtsIC","hero-header":"Ro3Jzt","promo-header":"lqF1kx","uui-critical":"x97psm","uui-info":"fk840w","uui-success":"UTxyfe","uui-warning":"JTA1iK","uui-highlight":"ldvO7R","uui-typography-size-12":"c0sGqK","uui-typography-size-14":"m4X3l2","uui-typography-size-16":"MlMS1g","main-panel":"Qonzlc","group-title":"_9-MmQg","group-title-text":"Z-9w0v","group-title-badge":"fvARWH","group-items":"vVSUi8","no-data":"ZFPr-w","h-divider":"a4U40a","search-area":"f0goZx","uuiTypography":"dmtsIC","heroHeader":"Ro3Jzt","promoHeader":"lqF1kx","uuiCritical":"x97psm","uuiInfo":"fk840w","uuiSuccess":"UTxyfe","uuiWarning":"JTA1iK","uuiHighlight":"ldvO7R","uuiTypographySize12":"c0sGqK","uuiTypographySize14":"m4X3l2","uuiTypographySize16":"MlMS1g","mainPanel":"Qonzlc","groupTitle":"_9-MmQg","groupTitleText":"Z-9w0v","groupTitleBadge":"fvARWH","groupItems":"vVSUi8","noData":"ZFPr-w","hDivider":"a4U40a","searchArea":"f0goZx"};
|
|
3923
3924
|
|
|
3924
3925
|
var _path$b;
|
|
3925
3926
|
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); }
|
|
@@ -3996,7 +3997,7 @@ function PinIconButton(props) {
|
|
|
3996
3997
|
React__namespace.createElement(IconButton, { icon: pinIcon, onClick: pinClickHandler, isDisabled: isPinnedAlways, color: isPinned ? 'info' : undefined }))));
|
|
3997
3998
|
}
|
|
3998
3999
|
|
|
3999
|
-
var styles = {"uui-typography":"
|
|
4000
|
+
var styles = {"uui-typography":"O-Iz2Z","hero-header":"l314-H","promo-header":"_0Bsw2N","uui-critical":"UAhKoH","uui-info":"_5uMvty","uui-success":"_1Zh2rC","uui-warning":"Ht4qaH","uui-highlight":"_6YB2o-","uui-typography-size-12":"HDQJ1Q","uui-typography-size-14":"DZMwNh","uui-typography-size-16":"KKn0Pq","row-wrapper":"rg8x12","not-pinned":"XJ1v9I","pin-icon-button":"mYCCqT","checkbox":"Sv-O5B","drag-handle":"s1GJkH","dnd-disabled":"QeLxax","uuiTypography":"O-Iz2Z","heroHeader":"l314-H","promoHeader":"_0Bsw2N","uuiCritical":"UAhKoH","uuiInfo":"_5uMvty","uuiSuccess":"_1Zh2rC","uuiWarning":"Ht4qaH","uuiHighlight":"_6YB2o-","uuiTypographySize12":"HDQJ1Q","uuiTypographySize14":"DZMwNh","uuiTypographySize16":"KKn0Pq","rowWrapper":"rg8x12","notPinned":"XJ1v9I","pinIconButton":"mYCCqT","dragHandle":"s1GJkH","dndDisabled":"QeLxax"};
|
|
4000
4001
|
|
|
4001
4002
|
const ColumnRow = React__namespace.memo(function ColumnRow(props) {
|
|
4002
4003
|
const { column } = props;
|
|
@@ -4081,7 +4082,7 @@ function ColumnsConfigurationModal(props) {
|
|
|
4081
4082
|
noVisibleColumns ? (React__namespace.createElement(Tooltip, { content: i18n$1.enableAtLeastOneColumnMessage, placement: "top-end", color: "critical" }, applyButton)) : (applyButton)))));
|
|
4082
4083
|
}
|
|
4083
4084
|
|
|
4084
|
-
var css$g = {"listContainer":"
|
|
4085
|
+
var css$g = {"listContainer":"wjH0WA","header":"NeYNRl","group":"BbLIAR","stickyHeader":"YFmYjt"};
|
|
4085
4086
|
|
|
4086
4087
|
const getChildrenAndRest = (row, rows) => {
|
|
4087
4088
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4147,7 +4148,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4147
4148
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4148
4149
|
ref: ref
|
|
4149
4150
|
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
4150
|
-
clipPath: "url(#
|
|
4151
|
+
clipPath: "url(#3bhpypmfrawyt3dvg_a)"
|
|
4151
4152
|
}, _path$8 || (_path$8 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4152
4153
|
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",
|
|
4153
4154
|
fill: "#F5F6FA"
|
|
@@ -4168,7 +4169,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4168
4169
|
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",
|
|
4169
4170
|
fill: "#1D1E26"
|
|
4170
4171
|
})), /*#__PURE__*/React__namespace.createElement("mask", {
|
|
4171
|
-
id: "
|
|
4172
|
+
id: "3bhpypeik276tbobi_b",
|
|
4172
4173
|
style: {
|
|
4173
4174
|
maskType: "alpha"
|
|
4174
4175
|
},
|
|
@@ -4181,7 +4182,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4181
4182
|
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",
|
|
4182
4183
|
fill: "#9BDEFF"
|
|
4183
4184
|
}))), _g$1 || (_g$1 = /*#__PURE__*/React__namespace.createElement("g", {
|
|
4184
|
-
mask: "url(#
|
|
4185
|
+
mask: "url(#3bhpypeik276tbobi_b)",
|
|
4185
4186
|
fillRule: "evenodd",
|
|
4186
4187
|
clipRule: "evenodd"
|
|
4187
4188
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -4267,7 +4268,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4267
4268
|
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",
|
|
4268
4269
|
fill: "#fff"
|
|
4269
4270
|
}))), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
4270
|
-
id: "
|
|
4271
|
+
id: "3bhpypmfrawyt3dvg_a"
|
|
4271
4272
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
4272
4273
|
fill: "#fff",
|
|
4273
4274
|
transform: "translate(.552)",
|
|
@@ -4276,7 +4277,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4276
4277
|
};
|
|
4277
4278
|
var ForwardRef$9 = /*#__PURE__*/React.forwardRef(SvgEmptyTable);
|
|
4278
4279
|
|
|
4279
|
-
var css$f = {"sticky-header":"
|
|
4280
|
+
var css$f = {"sticky-header":"Mt7uet","table":"Kq4KG0","no-results":"DpD05i","no-results-icon":"ilgwr8","no-results-title":"U-ZX-b","stickyHeader":"Mt7uet","noResults":"DpD05i","noResultsIcon":"ilgwr8","noResultsTitle":"U-ZX-b"};
|
|
4280
4281
|
|
|
4281
4282
|
function DataTable(props) {
|
|
4282
4283
|
var _a;
|
|
@@ -4327,9 +4328,9 @@ function DataTable(props) {
|
|
|
4327
4328
|
} }))));
|
|
4328
4329
|
}
|
|
4329
4330
|
|
|
4330
|
-
var css$e = {"root":"
|
|
4331
|
+
var css$e = {"root":"nioDWj"};
|
|
4331
4332
|
|
|
4332
|
-
var css$d = {"root":"
|
|
4333
|
+
var css$d = {"root":"nmpo6n","burger-content":"lJ3AVW","burgerContent":"lJ3AVW"};
|
|
4333
4334
|
|
|
4334
4335
|
var _path$7;
|
|
4335
4336
|
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); }
|
|
@@ -4396,7 +4397,7 @@ var SvgTriangle = function SvgTriangle(props, ref) {
|
|
|
4396
4397
|
};
|
|
4397
4398
|
var ForwardRef$6 = /*#__PURE__*/React.forwardRef(SvgTriangle);
|
|
4398
4399
|
|
|
4399
|
-
var css$c = {"uui-typography":"
|
|
4400
|
+
var css$c = {"uui-typography":"Pobf3h","hero-header":"oz1ED-","promo-header":"LnOE3I","uui-critical":"Ttn7Lu","uui-info":"opy3d6","uui-success":"_6uZcAf","uui-warning":"IQ3jj0","uui-highlight":"hdE1yv","uui-typography-size-12":"qGBHbm","uui-typography-size-14":"RcPMh6","uui-typography-size-16":"KYO7-K","root":"KdGRVO","button-primary":"Q14tu5","button-secondary":"svgeau","hasIcon":"jJcJ6j","dropdown":"MKivDG","uuiTypography":"Pobf3h","heroHeader":"oz1ED-","promoHeader":"LnOE3I","uuiCritical":"Ttn7Lu","uuiInfo":"opy3d6","uuiSuccess":"_6uZcAf","uuiWarning":"IQ3jj0","uuiHighlight":"hdE1yv","uuiTypographySize12":"qGBHbm","uuiTypographySize14":"RcPMh6","uuiTypographySize16":"KYO7-K","buttonPrimary":"Q14tu5","buttonSecondary":"svgeau"};
|
|
4400
4401
|
|
|
4401
4402
|
const BurgerButton = uuiCore.withMods(uuiComponents.Button, (props) => [
|
|
4402
4403
|
css$c.root,
|
|
@@ -4453,13 +4454,13 @@ var SvgMenuInputCancel = function SvgMenuInputCancel(props, ref) {
|
|
|
4453
4454
|
};
|
|
4454
4455
|
var ForwardRef$5 = /*#__PURE__*/React.forwardRef(SvgMenuInputCancel);
|
|
4455
4456
|
|
|
4456
|
-
var css$b = {"search-input":"
|
|
4457
|
+
var css$b = {"search-input":"_5hukyq","searchInput":"_5hukyq"};
|
|
4457
4458
|
|
|
4458
4459
|
function BurgerSearch(props) {
|
|
4459
4460
|
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 }));
|
|
4460
4461
|
}
|
|
4461
4462
|
|
|
4462
|
-
var css$a = {"root":"
|
|
4463
|
+
var css$a = {"root":"-i9Wkx","group-header":"Z66ZcX","group-name":"boWC5P","line":"ECocic","groupHeader":"Z66ZcX","groupName":"boWC5P"};
|
|
4463
4464
|
|
|
4464
4465
|
function BurgerGroupHeader(props) {
|
|
4465
4466
|
return (React__namespace.createElement("div", { className: cx__default.default(css$a.root, css$a.groupHeader, 'uui-burger-group-header') },
|
|
@@ -4467,7 +4468,7 @@ function BurgerGroupHeader(props) {
|
|
|
4467
4468
|
React__namespace.createElement("span", { className: css$a.groupName }, props.caption)));
|
|
4468
4469
|
}
|
|
4469
4470
|
|
|
4470
|
-
var css$9 = {"uui-typography":"
|
|
4471
|
+
var css$9 = {"uui-typography":"jK9IFk","hero-header":"mzY5fw","promo-header":"xI-gdN","uui-critical":"MUFcWE","uui-info":"UWRtPC","uui-success":"v-m4xe","uui-warning":"hK--NN","uui-highlight":"_4mLQs1","uui-typography-size-12":"Icx9Cd","uui-typography-size-14":"j04EFx","uui-typography-size-16":"_5rWUkn","root":"_1xQI-Y","type-primary":"W78gnx","type-secondary":"y-S979","uuiTypography":"jK9IFk","heroHeader":"mzY5fw","promoHeader":"xI-gdN","uuiCritical":"MUFcWE","uuiInfo":"UWRtPC","uuiSuccess":"v-m4xe","uuiWarning":"hK--NN","uuiHighlight":"_4mLQs1","uuiTypographySize12":"Icx9Cd","uuiTypographySize14":"j04EFx","uuiTypographySize16":"_5rWUkn","typePrimary":"W78gnx","typeSecondary":"y-S979"};
|
|
4471
4472
|
|
|
4472
4473
|
var _path$4;
|
|
4473
4474
|
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); }
|
|
@@ -4487,7 +4488,7 @@ var ForwardRef$4 = /*#__PURE__*/React.forwardRef(SvgChevronDown24);
|
|
|
4487
4488
|
|
|
4488
4489
|
const MainMenuButton = uuiCore.withMods(uuiComponents.Button, (mods) => [css$9.root, css$9['type-' + (mods.type || 'primary')]], () => ({ dropdownIcon: ForwardRef$4, role: 'menuitem' }));
|
|
4489
4490
|
|
|
4490
|
-
var css$8 = {"dropdown-body":"
|
|
4491
|
+
var css$8 = {"dropdown-body":"xMYwMi","dropdownBody":"xMYwMi"};
|
|
4491
4492
|
|
|
4492
4493
|
class MainMenuDropdown extends React__namespace.Component {
|
|
4493
4494
|
render() {
|
|
@@ -4541,12 +4542,12 @@ var SvgGlobalMenu = function SvgGlobalMenu(props, ref) {
|
|
|
4541
4542
|
};
|
|
4542
4543
|
var ForwardRef$3 = /*#__PURE__*/React.forwardRef(SvgGlobalMenu);
|
|
4543
4544
|
|
|
4544
|
-
var css$7 = {"global-menu-btn":"
|
|
4545
|
+
var css$7 = {"global-menu-btn":"yEqyee","globalMenuIcon":"V4tH1A","globalMenuBtn":"yEqyee"};
|
|
4545
4546
|
|
|
4546
4547
|
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),
|
|
4547
4548
|
React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$3, cx: css$7.globalMenuIcon }))));
|
|
4548
4549
|
|
|
4549
|
-
var css$6 = {"container":"
|
|
4550
|
+
var css$6 = {"container":"st-10Q","open":"_5fKMfl"};
|
|
4550
4551
|
|
|
4551
4552
|
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 },
|
|
4552
4553
|
React__namespace.createElement(uuiComponents.Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -4554,18 +4555,18 @@ const MainMenuAvatar = React__namespace.forwardRef((props, ref) => (React__names
|
|
|
4554
4555
|
props.isDropdown && (React__namespace.createElement("div", null,
|
|
4555
4556
|
React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$1a, flipY: props.isOpen }))))));
|
|
4556
4557
|
|
|
4557
|
-
var css$5 = {"search-input":"
|
|
4558
|
+
var css$5 = {"search-input":"dAA0Bz","searchInput":"dAA0Bz"};
|
|
4558
4559
|
|
|
4559
4560
|
const MainMenuSearch = React__namespace.forwardRef((props, ref) => (React__namespace.createElement(uuiCore.IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => {
|
|
4560
4561
|
var _a;
|
|
4561
4562
|
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)));
|
|
4562
4563
|
} }))));
|
|
4563
4564
|
|
|
4564
|
-
var css$4 = {"container":"
|
|
4565
|
+
var css$4 = {"container":"_2kO4Px"};
|
|
4565
4566
|
|
|
4566
4567
|
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))));
|
|
4567
4568
|
|
|
4568
|
-
var css$3 = {"root":"
|
|
4569
|
+
var css$3 = {"root":"rM1Ru-"};
|
|
4569
4570
|
|
|
4570
4571
|
const Anchor = uuiCore.withMods(uuiComponents.Anchor, () => [css$3.root]);
|
|
4571
4572
|
|
|
@@ -4622,7 +4623,7 @@ var SvgShape = function SvgShape(props, ref) {
|
|
|
4622
4623
|
};
|
|
4623
4624
|
var ForwardRef$2 = /*#__PURE__*/React.forwardRef(SvgShape);
|
|
4624
4625
|
|
|
4625
|
-
var css$2 = {"root":"
|
|
4626
|
+
var css$2 = {"root":"U6mZR6","drop-start":"sX48Xt","drop-over":"n5F0jf","link":"_9sp0HM","drop-area":"pvNlS0","icon-blue":"YMsTic","dropStart":"sX48Xt","dropOver":"n5F0jf","dropArea":"pvNlS0","iconBlue":"YMsTic"};
|
|
4626
4627
|
|
|
4627
4628
|
class DropSpot extends React__namespace.Component {
|
|
4628
4629
|
constructor() {
|
|
@@ -4646,9 +4647,9 @@ class DropSpot extends React__namespace.Component {
|
|
|
4646
4647
|
}
|
|
4647
4648
|
}
|
|
4648
4649
|
|
|
4649
|
-
var css$1 = {"root":"
|
|
4650
|
+
var css$1 = {"root":"iYjFvh","file-name":"_4WzsUu","default-color":"H-oMfN","doc-color":"svz-Xb","xls-color":"hBRfoi","pdf-color":"E3-cUV","movie-color":"bLzKed","img-color":"-mjpN7","mov-color":"bJQcmh","error-block":"rKY5ue","icons-block":"_2GobFx","fileName":"_4WzsUu","defaultColor":"H-oMfN","docColor":"svz-Xb","xlsColor":"hBRfoi","pdfColor":"E3-cUV","movieColor":"bLzKed","imgColor":"-mjpN7","movColor":"bJQcmh","errorBlock":"rKY5ue","iconsBlock":"_2GobFx"};
|
|
4650
4651
|
|
|
4651
|
-
var css = {"root":"
|
|
4652
|
+
var css = {"root":"EW6881"};
|
|
4652
4653
|
|
|
4653
4654
|
const SvgCircleProgress = React__namespace.forwardRef((props, ref) => {
|
|
4654
4655
|
const outsetRadius = props.size / 2 - 1;
|