@epam/uui 5.5.1 → 5.5.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/assets/styles/buttonLayout.scss +67 -67
- package/assets/styles/controlLayout.scss +28 -28
- package/assets/styles/dnd.scss +9 -9
- package/assets/styles/effects.scss +7 -7
- package/assets/styles/icons.scss +19 -19
- package/assets/styles/index.scss +8 -8
- package/assets/styles/inputs.scss +74 -74
- package/assets/styles/text-size.scss +42 -42
- package/assets/styles/typography.scss +174 -174
- package/index.esm.js +96 -96
- package/index.esm.js.map +1 -1
- package/index.js +96 -96
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/readme.md +4 -4
- package/stats.html +1 -1
- package/styles.css +2501 -2501
- package/styles.css.map +1 -1
package/index.esm.js
CHANGED
|
@@ -570,7 +570,7 @@ const systemIcons = {
|
|
|
570
570
|
},
|
|
571
571
|
};
|
|
572
572
|
|
|
573
|
-
var css$1o = {"root":"
|
|
573
|
+
var css$1o = {"root":"AGWOc-","size-24":"o2dpK2","size-18":"FsWqcI","size-12":"-dw5FC","size24":"o2dpK2","size18":"FsWqcI","size12":"-dw5FC"};
|
|
574
574
|
|
|
575
575
|
const CountIndicator = forwardRef((props, ref) => {
|
|
576
576
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -582,7 +582,7 @@ const CountIndicator = forwardRef((props, ref) => {
|
|
|
582
582
|
]) }, props.caption));
|
|
583
583
|
});
|
|
584
584
|
|
|
585
|
-
var css$1n = {"uui-typography":"
|
|
585
|
+
var css$1n = {"uui-typography":"lOGQNU","hero-header":"_5HiMoo","promo-header":"STkCkY","uui-critical":"i8e1AR","uui-info":"Kzu83g","uui-success":"hMPmlQ","uui-warning":"YVhW-A","uui-highlight":"SGgCnf","uui-typography-size-12":"j-nMcQ","uui-typography-size-14":"_2v35Rk","uui-typography-size-16":"nj8rdg","root":"GBYyYz","uuiTypography":"lOGQNU","heroHeader":"_5HiMoo","promoHeader":"STkCkY","uuiCritical":"i8e1AR","uuiInfo":"Kzu83g","uuiSuccess":"hMPmlQ","uuiWarning":"YVhW-A","uuiHighlight":"SGgCnf","uuiTypographySize12":"j-nMcQ","uuiTypographySize14":"_2v35Rk","uuiTypographySize16":"nj8rdg"};
|
|
586
586
|
|
|
587
587
|
const DEFAULT_SIZE$8 = '36';
|
|
588
588
|
function applyButtonMods(mods) {
|
|
@@ -600,14 +600,14 @@ const Button = withMods(Button$1, applyButtonMods, (props) => ({
|
|
|
600
600
|
countIndicator: (countIndicatorProps) => React__default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: "white" })),
|
|
601
601
|
}));
|
|
602
602
|
|
|
603
|
-
var css$1m = {"root":"
|
|
603
|
+
var css$1m = {"root":"tcWg-F"};
|
|
604
604
|
|
|
605
605
|
function applyIconButtonMods(mods) {
|
|
606
606
|
return ['uui-icon_button', `uui-color-${mods.color || 'neutral'}`, css$1m.root];
|
|
607
607
|
}
|
|
608
608
|
const IconButton = withMods(IconButton$1, applyIconButtonMods);
|
|
609
609
|
|
|
610
|
-
var css$1l = {"root":"
|
|
610
|
+
var css$1l = {"root":"bWHTM5"};
|
|
611
611
|
|
|
612
612
|
function getIconClass(props) {
|
|
613
613
|
const classList = {
|
|
@@ -641,7 +641,7 @@ const LinkButton = withMods(Button$1, applyLinkButtonMods, (props) => ({
|
|
|
641
641
|
clearIcon: systemIcons[props.size || DEFAULT_SIZE$7].clear,
|
|
642
642
|
}));
|
|
643
643
|
|
|
644
|
-
var css$1k = {"uui-typography":"
|
|
644
|
+
var css$1k = {"uui-typography":"o2AGfk","hero-header":"_5xc4js","promo-header":"_6636QZ","uui-critical":"HoKrjY","uui-info":"JyRF2u","uui-success":"mi7lRw","uui-warning":"cIhicn","uui-highlight":"KvtMEi","uui-typography-size-12":"DYs-R7","uui-typography-size-14":"Il0zrX","uui-typography-size-16":"ovosEB","root":"_6gbfVd","withNotify":"gCfJS0","size-36":"_58s720","size-48":"IzcHO6","size-60":"WG-59I","uuiTypography":"o2AGfk","heroHeader":"_5xc4js","promoHeader":"_6636QZ","uuiCritical":"HoKrjY","uuiInfo":"JyRF2u","uuiSuccess":"mi7lRw","uuiWarning":"cIhicn","uuiHighlight":"KvtMEi","uuiTypographySize12":"DYs-R7","uuiTypographySize14":"Il0zrX","uuiTypographySize16":"ovosEB","size36":"_58s720","size48":"IzcHO6","size60":"WG-59I"};
|
|
645
645
|
|
|
646
646
|
function applyTabButtonMods(mods) {
|
|
647
647
|
return [
|
|
@@ -654,7 +654,7 @@ function applyTabButtonMods(mods) {
|
|
|
654
654
|
}
|
|
655
655
|
const TabButton = 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__default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: props.isLinkActive ? 'info' : 'neutral', size: "18" }))) })));
|
|
656
656
|
|
|
657
|
-
var css$1j = {"uui-typography":"
|
|
657
|
+
var css$1j = {"uui-typography":"_-1i9Dx","hero-header":"ItE5Vr","promo-header":"GFfEFg","uui-critical":"gWqC79","uui-info":"X3CLcF","uui-success":"jX7jJ1","uui-warning":"D9OkpX","uui-highlight":"kHqLSI","uui-typography-size-12":"IvBeuE","uui-typography-size-14":"hRB34M","uui-typography-size-16":"_5ZVoLB","root":"oHLvGK","uuiTypography":"_-1i9Dx","heroHeader":"ItE5Vr","promoHeader":"GFfEFg","uuiCritical":"gWqC79","uuiInfo":"X3CLcF","uuiSuccess":"jX7jJ1","uuiWarning":"D9OkpX","uuiHighlight":"kHqLSI","uuiTypographySize12":"IvBeuE","uuiTypographySize14":"hRB34M","uuiTypographySize16":"_5ZVoLB"};
|
|
658
658
|
|
|
659
659
|
function applyVerticalTabButtonMods() {
|
|
660
660
|
return [css$1j.root];
|
|
@@ -738,7 +738,7 @@ var SvgPartlySelect18 = function SvgPartlySelect18(props, ref) {
|
|
|
738
738
|
};
|
|
739
739
|
var ForwardRef$K = /*#__PURE__*/forwardRef(SvgPartlySelect18);
|
|
740
740
|
|
|
741
|
-
var css$1i = {"uui-typography":"
|
|
741
|
+
var css$1i = {"uui-typography":"oYinfa","hero-header":"-nOcSo","promo-header":"RVFkYn","uui-critical":"I1TIhr","uui-info":"_1rOqe3","uui-success":"YMnZWD","uui-warning":"g293P4","uui-highlight":"iL7-Ec","uui-typography-size-12":"OIXy-d","uui-typography-size-14":"BIMQLD","uui-typography-size-16":"buYSI7","root":"prH7vd","size-18":"CwIslh","size-12":"habqbf","mode-cell":"cH2MVE","uuiTypography":"oYinfa","heroHeader":"-nOcSo","promoHeader":"RVFkYn","uuiCritical":"I1TIhr","uuiInfo":"_1rOqe3","uuiSuccess":"YMnZWD","uuiWarning":"g293P4","uuiHighlight":"iL7-Ec","uuiTypographySize12":"OIXy-d","uuiTypographySize14":"BIMQLD","uuiTypographySize16":"buYSI7","size18":"CwIslh","size12":"habqbf","modeCell":"cH2MVE"};
|
|
742
742
|
|
|
743
743
|
function applyCheckboxMods(mods) {
|
|
744
744
|
return [
|
|
@@ -758,7 +758,7 @@ const applyUUICheckboxProps = (props) => {
|
|
|
758
758
|
};
|
|
759
759
|
const Checkbox = withMods(uuiComponents.Checkbox, applyCheckboxMods, applyUUICheckboxProps);
|
|
760
760
|
|
|
761
|
-
var css$1h = {"uui-typography":"
|
|
761
|
+
var css$1h = {"uui-typography":"P1NUF-","hero-header":"CAF0cJ","promo-header":"BmV-lA","uui-critical":"hRArep","uui-info":"pWOHjk","uui-success":"y5gyFB","uui-warning":"TR-QxD","uui-highlight":"D91iOq","uui-typography-size-12":"bV2VI6","uui-typography-size-14":"lta2Fa","uui-typography-size-16":"EuRU3q","root":"W0dnyY","size-18":"_27Qmfl","size-12":"mKpDl6","uuiTypography":"P1NUF-","heroHeader":"CAF0cJ","promoHeader":"BmV-lA","uuiCritical":"hRArep","uuiInfo":"pWOHjk","uuiSuccess":"y5gyFB","uuiWarning":"TR-QxD","uuiHighlight":"D91iOq","uuiTypographySize12":"bV2VI6","uuiTypographySize14":"lta2Fa","uuiTypographySize16":"EuRU3q","size18":"_27Qmfl","size12":"mKpDl6"};
|
|
762
762
|
|
|
763
763
|
var _circle;
|
|
764
764
|
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); }
|
|
@@ -787,7 +787,7 @@ function applyRadioInputMods(mods) {
|
|
|
787
787
|
}
|
|
788
788
|
const RadioInput = withMods(RadioInput$1, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$J }));
|
|
789
789
|
|
|
790
|
-
var css$1g = {"root":"
|
|
790
|
+
var css$1g = {"root":"_9wpNrL","size-12":"r755qB","size-18":"_-8ImEE","size-24":"HhsQ9E","size12":"r755qB","size18":"_-8ImEE","size24":"HhsQ9E"};
|
|
791
791
|
|
|
792
792
|
function applySwitchMods(mods) {
|
|
793
793
|
return [
|
|
@@ -840,7 +840,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
840
840
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
841
841
|
};
|
|
842
842
|
|
|
843
|
-
var textInputCss = {"uui-typography":"
|
|
843
|
+
var textInputCss = {"uui-typography":"H6KRvJ","hero-header":"_9m08a6","promo-header":"aMJGPR","uui-critical":"FZP4zO","uui-info":"-hfrEK","uui-success":"n6svxK","uui-warning":"KQ3vcW","uui-highlight":"XYOUxB","uui-typography-size-12":"wRx5iK","uui-typography-size-14":"sFYB2f","uui-typography-size-16":"iCPcHv","root":"h71TmO","mode-form":"v-4glW","mode-inline":"KfBZSu","mode-cell":"RsJ0Z-","size-24":"bgqsJu","size-30":"INS7YU","size-36":"WATkO1","size-42":"T6uCRj","size-48":"pxgbDQ","size-60":"uBMMGK","uuiTypography":"H6KRvJ","heroHeader":"_9m08a6","promoHeader":"aMJGPR","uuiCritical":"FZP4zO","uuiInfo":"-hfrEK","uuiSuccess":"n6svxK","uuiWarning":"KQ3vcW","uuiHighlight":"XYOUxB","uuiTypographySize12":"wRx5iK","uuiTypographySize14":"sFYB2f","uuiTypographySize16":"iCPcHv","modeForm":"v-4glW","modeInline":"KfBZSu","modeCell":"RsJ0Z-","size24":"bgqsJu","size30":"INS7YU","size36":"WATkO1","size42":"T6uCRj","size48":"pxgbDQ","size60":"uBMMGK"};
|
|
844
844
|
|
|
845
845
|
const DEFAULT_SIZE$6 = '36';
|
|
846
846
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
@@ -863,7 +863,7 @@ const SearchInput = React__default.forwardRef((props, ref) => {
|
|
|
863
863
|
return (React__default.createElement(IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => (React__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))) })));
|
|
864
864
|
});
|
|
865
865
|
|
|
866
|
-
var css$1f = {"root":"
|
|
866
|
+
var css$1f = {"root":"gw56TM"};
|
|
867
867
|
|
|
868
868
|
const ControlGroup = withMods(ControlGroup$1, () => [css$1f.root]);
|
|
869
869
|
|
|
@@ -872,7 +872,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
872
872
|
}
|
|
873
873
|
const MultiSwitch = React.forwardRef(MultiSwitchComponent);
|
|
874
874
|
|
|
875
|
-
var css$1e = {"uui-typography":"
|
|
875
|
+
var css$1e = {"uui-typography":"_1RgwQV","hero-header":"Zh5Uq1","promo-header":"WUQNE5","uui-critical":"bTORA3","uui-info":"NyI4A8","uui-success":"LWSMqn","uui-warning":"_8UHwvZ","uui-highlight":"_7uaDC-","uui-typography-size-12":"AfbizN","uui-typography-size-14":"yDt3QR","uui-typography-size-16":"fXFcpn","root":"aQq39q","size-24":"kjL9dj","size-30":"-OhJuz","size-36":"PVsVfR","size-42":"Kao-GW","size-48":"sFfb7d","mode-form":"tHj7YO","mode-cell":"YnyLrG","uuiTypography":"_1RgwQV","heroHeader":"Zh5Uq1","promoHeader":"WUQNE5","uuiCritical":"bTORA3","uuiInfo":"NyI4A8","uuiSuccess":"LWSMqn","uuiWarning":"_8UHwvZ","uuiHighlight":"_7uaDC-","uuiTypographySize12":"AfbizN","uuiTypographySize14":"yDt3QR","uuiTypographySize16":"fXFcpn","size24":"kjL9dj","size30":"-OhJuz","size36":"PVsVfR","size42":"Kao-GW","size48":"sFfb7d","modeForm":"tHj7YO","modeCell":"YnyLrG"};
|
|
876
876
|
|
|
877
877
|
const DEFAULT_SIZE$5 = '36';
|
|
878
878
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
@@ -904,7 +904,7 @@ const NumericInput = withMods(NumericInput$1, applyNumericInputMods, (props) =>
|
|
|
904
904
|
};
|
|
905
905
|
});
|
|
906
906
|
|
|
907
|
-
var css$1d = {"uui-typography":"
|
|
907
|
+
var css$1d = {"uui-typography":"g4SL3E","hero-header":"VhcQlS","promo-header":"G6arJE","uui-critical":"_9Sg1Tp","uui-info":"oAUvYt","uui-success":"DT2Evx","uui-warning":"_5KRl-z","uui-highlight":"LcrJPp","uui-typography-size-12":"hns5w3","uui-typography-size-14":"Mj1F60","uui-typography-size-16":"Gk3kwW","root":"U6EHxf","mode-form":"a99YUr","mode-cell":"JR3ATS","mode-inline":"Nw00wn","size-24":"zFGQNK","size-30":"HL7FKT","size-36":"op9ZRR","size-42":"Ru-Fek","size-48":"pTlBP-","uuiTypography":"g4SL3E","heroHeader":"VhcQlS","promoHeader":"G6arJE","uuiCritical":"_9Sg1Tp","uuiInfo":"oAUvYt","uuiSuccess":"DT2Evx","uuiWarning":"_5KRl-z","uuiHighlight":"LcrJPp","uuiTypographySize12":"hns5w3","uuiTypographySize14":"Mj1F60","uuiTypographySize16":"Gk3kwW","modeForm":"a99YUr","modeCell":"JR3ATS","modeInline":"Nw00wn","size24":"zFGQNK","size30":"HL7FKT","size36":"op9ZRR","size42":"Ru-Fek","size48":"pTlBP-"};
|
|
908
908
|
|
|
909
909
|
const DEFAULT_SIZE$4 = '36';
|
|
910
910
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
@@ -931,7 +931,7 @@ const TextArea = withMods(TextArea$1, applyTextAreaMods, (props) => {
|
|
|
931
931
|
};
|
|
932
932
|
});
|
|
933
933
|
|
|
934
|
-
var css$1c = {"root":"
|
|
934
|
+
var css$1c = {"root":"XOjQ7D"};
|
|
935
935
|
|
|
936
936
|
function applyDropdownContainerMods(mods) {
|
|
937
937
|
return [
|
|
@@ -942,7 +942,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
942
942
|
}
|
|
943
943
|
const DropdownContainer = withMods(uuiComponents.DropdownContainer, applyDropdownContainerMods);
|
|
944
944
|
|
|
945
|
-
var css$1b = {"root":"
|
|
945
|
+
var css$1b = {"root":"w3thmL","timepicker-input":"mmCex3","timepickerInput":"mmCex3"};
|
|
946
946
|
|
|
947
947
|
const TimePickerBody = withMods(TimePickerBody$1, () => [css$1b.root], () => ({ addIcon: ForwardRef$1a, subtractIcon: ForwardRef$1a }));
|
|
948
948
|
|
|
@@ -976,7 +976,7 @@ class TimePickerComponent extends BaseTimePicker {
|
|
|
976
976
|
}
|
|
977
977
|
const TimePicker = withMods(TimePickerComponent);
|
|
978
978
|
|
|
979
|
-
var css$1a = {"root":"
|
|
979
|
+
var css$1a = {"root":"i9-w4i"};
|
|
980
980
|
|
|
981
981
|
function applyInputAddonMods() {
|
|
982
982
|
return [
|
|
@@ -985,14 +985,14 @@ function applyInputAddonMods() {
|
|
|
985
985
|
}
|
|
986
986
|
const InputAddon = withMods(InputAddon$1, applyInputAddonMods);
|
|
987
987
|
|
|
988
|
-
var css$19 = {"root":"
|
|
988
|
+
var css$19 = {"root":"wYssBn"};
|
|
989
989
|
|
|
990
990
|
function applySliderMods() {
|
|
991
991
|
return [css$19.root, 'uui-color-neutral'];
|
|
992
992
|
}
|
|
993
993
|
const Slider = withMods(Slider$1, applySliderMods);
|
|
994
994
|
|
|
995
|
-
var css$18 = {"container":"
|
|
995
|
+
var css$18 = {"container":"o2h6V7"};
|
|
996
996
|
|
|
997
997
|
var _path$H;
|
|
998
998
|
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); }
|
|
@@ -1110,14 +1110,14 @@ function DatePickerHeader(props) {
|
|
|
1110
1110
|
React.createElement(Button, { icon: props.navIconRight || ForwardRef$H, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: () => onRightNavigationArrow() }))));
|
|
1111
1111
|
}
|
|
1112
1112
|
|
|
1113
|
-
var css$17 = {"uui-typography":"
|
|
1113
|
+
var css$17 = {"uui-typography":"TRuHtW","hero-header":"kB-lX6","promo-header":"ydHkFt","uui-critical":"p4hYQ9","uui-info":"NQv0mG","uui-success":"csI-XT","uui-warning":"eD-Rej","uui-highlight":"KcRfPo","uui-typography-size-12":"y9Zo2W","uui-typography-size-14":"w693Oy","uui-typography-size-16":"k1iDS8","root":"Euat-S","uuiTypography":"TRuHtW","heroHeader":"kB-lX6","promoHeader":"ydHkFt","uuiCritical":"p4hYQ9","uuiInfo":"NQv0mG","uuiSuccess":"csI-XT","uuiWarning":"eD-Rej","uuiHighlight":"KcRfPo","uuiTypographySize12":"y9Zo2W","uuiTypographySize14":"w693Oy","uuiTypographySize16":"k1iDS8"};
|
|
1114
1114
|
|
|
1115
1115
|
function applyDateSelectionMods() {
|
|
1116
1116
|
return [css$17.root];
|
|
1117
1117
|
}
|
|
1118
1118
|
const Calendar = withMods(Calendar$1, applyDateSelectionMods);
|
|
1119
1119
|
|
|
1120
|
-
var css$16 = {"uui-typography":"
|
|
1120
|
+
var css$16 = {"uui-typography":"KHv29N","hero-header":"GvkuIm","promo-header":"GV1Fwh","uui-critical":"a6H1We","uui-info":"OjwsGj","uui-success":"JuVezy","uui-warning":"_9n2TSy","uui-highlight":"MjHv-6","uui-typography-size-12":"X9XgCR","uui-typography-size-14":"MIQ4WQ","uui-typography-size-16":"fc2Kl3","root":"_21i9RO","uuiTypography":"KHv29N","heroHeader":"GvkuIm","promoHeader":"GV1Fwh","uuiCritical":"a6H1We","uuiInfo":"OjwsGj","uuiSuccess":"JuVezy","uuiWarning":"_9n2TSy","uuiHighlight":"MjHv-6","uuiTypographySize12":"X9XgCR","uuiTypographySize14":"MIQ4WQ","uuiTypographySize16":"fc2Kl3"};
|
|
1121
1121
|
|
|
1122
1122
|
dayjs.extend(updateLocale);
|
|
1123
1123
|
const uuiDatePickerBody = {
|
|
@@ -1234,7 +1234,7 @@ var SvgNavigationClose24$1 = function SvgNavigationClose24(props, ref) {
|
|
|
1234
1234
|
};
|
|
1235
1235
|
var ForwardRef$C = /*#__PURE__*/forwardRef(SvgNavigationClose24$1);
|
|
1236
1236
|
|
|
1237
|
-
var css$15 = {"root":"
|
|
1237
|
+
var css$15 = {"root":"_9UEDpi","icon-wrapper":"XS2fO3","alert-wrapper":"G0sm67","size-48":"zpeOEr","size-36":"YnHiY6","action-wrapper":"gBmB9t","action-icon":"sF8Yaq","action-link":"Lu0qi6","close-icon":"sDxGQb","main-path":"NB-Flg","content":"RMNat4","iconWrapper":"XS2fO3","alertWrapper":"G0sm67","size48":"zpeOEr","size36":"YnHiY6","actionWrapper":"gBmB9t","actionIcon":"sF8Yaq","actionLink":"Lu0qi6","closeIcon":"sDxGQb","mainPath":"NB-Flg"};
|
|
1238
1238
|
|
|
1239
1239
|
const Alert = React.forwardRef((props, ref) => (React.createElement("div", Object.assign({ role: "alert", ref: ref, className: cx('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),
|
|
1240
1240
|
React.createElement("div", { className: css$15.mainPath },
|
|
@@ -1251,7 +1251,7 @@ const ErrorAlert = React.forwardRef((props, ref) => React.createElement(Alert, O
|
|
|
1251
1251
|
|
|
1252
1252
|
const Dropdown = withMods(Dropdown$1);
|
|
1253
1253
|
|
|
1254
|
-
var css$14 = {"uui-typography":"
|
|
1254
|
+
var css$14 = {"uui-typography":"Lrj2Ov","hero-header":"L-oxJV","promo-header":"adpiUT","uui-critical":"lSMhdM","uui-info":"_6MPfXf","uui-success":"RxnLUH","uui-warning":"dVqO-S","uui-highlight":"uFaJNA","uui-typography-size-12":"GUDSbR","uui-typography-size-14":"JKMo3b","uui-typography-size-16":"Tbm0gA","root":"TDVQU-","body-root":"XYF-Jt","submenu-root-item":"a-uKOj","icon-after":"_1IC6NB","icon-check":"ZdXGKf","splitter-root":"_6d06yL","splitter":"bfaqvd","header-root":"cPUOHj","item-root":"Xppvp-","icon":"tZDdqE","link":"Dn1do9","indent":"Q4mdIE","uuiTypography":"Lrj2Ov","heroHeader":"L-oxJV","promoHeader":"adpiUT","uuiCritical":"lSMhdM","uuiInfo":"_6MPfXf","uuiSuccess":"RxnLUH","uuiWarning":"dVqO-S","uuiHighlight":"uFaJNA","uuiTypographySize12":"GUDSbR","uuiTypographySize14":"JKMo3b","uuiTypographySize16":"Tbm0gA","bodyRoot":"XYF-Jt","submenuRootItem":"a-uKOj","iconAfter":"_1IC6NB","iconCheck":"ZdXGKf","splitterRoot":"_6d06yL","headerRoot":"cPUOHj","itemRoot":"Xppvp-"};
|
|
1255
1255
|
|
|
1256
1256
|
const icons = systemIcons['36'];
|
|
1257
1257
|
var IDropdownControlKeys;
|
|
@@ -1380,7 +1380,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1380
1380
|
React__default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1381
1381
|
}
|
|
1382
1382
|
|
|
1383
|
-
var css$13 = {"uui-typography":"
|
|
1383
|
+
var css$13 = {"uui-typography":"-Ndbrr","hero-header":"bi8hcz","promo-header":"FboMVw","uui-critical":"BGaA2j","uui-info":"nLGsJN","uui-success":"en8x86","uui-warning":"Rz7JIe","uui-highlight":"DVqvQE","uui-typography-size-12":"_1Aee28","uui-typography-size-14":"cf-FP0","uui-typography-size-16":"OI4dPl","root":"LUnERt","border-bottom":"Ms9W2f","top-shadow":"aSFjAe","size-24":"-l3zzz","size-30":"wbUTQr","size-36":"IuTypa","size-42":"_5LchVk","size-48":"_21TvCo","padding-6":"NUuP35","padding-12":"ZNbDzU","padding-18":"FakaT-","padding-24":"ho4ldH","margin-24":"M0W27Z","margin-12":"_97ePSO","vPadding-12":"X7ZP8n","vPadding-18":"q7DD6Y","vPadding-24":"IC63cT","vPadding-36":"F0G0wo","vPadding-48":"dBVokM","spacing-6":"IFciEu","spacing-12":"_5w19XL","spacing-18":"kjdxeZ","uui-surface-main":"fbpTco","uuiTypography":"-Ndbrr","heroHeader":"bi8hcz","promoHeader":"FboMVw","uuiCritical":"BGaA2j","uuiInfo":"nLGsJN","uuiSuccess":"en8x86","uuiWarning":"Rz7JIe","uuiHighlight":"DVqvQE","uuiTypographySize12":"_1Aee28","uuiTypographySize14":"cf-FP0","uuiTypographySize16":"OI4dPl","borderBottom":"Ms9W2f","topShadow":"aSFjAe","size24":"-l3zzz","size30":"wbUTQr","size36":"IuTypa","size42":"_5LchVk","size48":"_21TvCo","padding6":"NUuP35","padding12":"ZNbDzU","padding18":"FakaT-","padding24":"ho4ldH","margin24":"M0W27Z","margin12":"_97ePSO","vPadding12":"X7ZP8n","vPadding18":"q7DD6Y","vPadding24":"IC63cT","vPadding36":"F0G0wo","vPadding48":"dBVokM","spacing6":"IFciEu","spacing12":"_5w19XL","spacing18":"kjdxeZ","uuiSurfaceMain":"fbpTco"};
|
|
1384
1384
|
|
|
1385
1385
|
const FlexCell = withMods(FlexCell$1, () => [css$13.flexCell]);
|
|
1386
1386
|
|
|
@@ -1398,7 +1398,7 @@ const FlexRow = withMods(FlexRow$1, (props) => {
|
|
|
1398
1398
|
];
|
|
1399
1399
|
});
|
|
1400
1400
|
|
|
1401
|
-
var css$12 = {"root":"
|
|
1401
|
+
var css$12 = {"root":"r5Zdmx","margin-24":"Sz2Ynt","padding-12":"RiGQGc","padding-24":"jOhzsR","shadow":"_6DU4tb","uui-surface-main":"kl6XrO","margin24":"Sz2Ynt","padding12":"RiGQGc","padding24":"jOhzsR","uuiSurfaceMain":"kl6XrO"};
|
|
1402
1402
|
|
|
1403
1403
|
const Panel = withMods(VPanel, (props) => [
|
|
1404
1404
|
'uui-panel',
|
|
@@ -1497,7 +1497,7 @@ const i18n = Object.assign(Object.assign({}, i18n$2), { dataPickerBody: {
|
|
|
1497
1497
|
fileSizeProgress: ' of ',
|
|
1498
1498
|
} });
|
|
1499
1499
|
|
|
1500
|
-
var css$11 = {"root":"
|
|
1500
|
+
var css$11 = {"root":"_214t9V","mode-block":"_4t5WRp","mode-inline":"jvyEX9","padding-0":"XuuhWH","padding-6":"_-8PydX","padding-12":"vQ12wF","padding-18":"CRGn0R","modeBlock":"_4t5WRp","modeInline":"jvyEX9","padding0":"XuuhWH","padding6":"_-8PydX","padding12":"vQ12wF","padding18":"CRGn0R"};
|
|
1501
1501
|
|
|
1502
1502
|
const getMode = (mode) => {
|
|
1503
1503
|
return mode || 'block';
|
|
@@ -1513,7 +1513,7 @@ const Accordion = withMods(uuiComponents.Accordion, applyAccordionMods, (mods) =
|
|
|
1513
1513
|
dropdownIcon: mods.dropdownIcon !== null && systemIcons[getMode(mods.mode) === 'block' ? '60' : '30'].foldingArrow,
|
|
1514
1514
|
}));
|
|
1515
1515
|
|
|
1516
|
-
var css$10 = {"root":"
|
|
1516
|
+
var css$10 = {"root":"yyro-F"};
|
|
1517
1517
|
|
|
1518
1518
|
function applyTooltipMods(mods) {
|
|
1519
1519
|
return [
|
|
@@ -1523,7 +1523,7 @@ function applyTooltipMods(mods) {
|
|
|
1523
1523
|
}
|
|
1524
1524
|
const Tooltip = withMods(uuiComponents.Tooltip, applyTooltipMods);
|
|
1525
1525
|
|
|
1526
|
-
var css$$ = {"uui-typography":"
|
|
1526
|
+
var css$$ = {"uui-typography":"gIByiY","hero-header":"n-8Ttl","promo-header":"_9zx66l","uui-critical":"NT5Tx1","uui-info":"a0KI26","uui-success":"NB57F5","uui-warning":"awDq-5","uui-highlight":"eHlO6w","uui-typography-size-12":"Iii-6x","uui-typography-size-14":"_3uPuNm","uui-typography-size-16":"_93hYZk","root":"k-PBbF","size-24":"MokIth","size-30":"JoGVUJ","size-36":"zVCM5D","size-42":"XYktdI","size-48":"I2Si8R","uuiTypography":"gIByiY","heroHeader":"n-8Ttl","promoHeader":"_9zx66l","uuiCritical":"NT5Tx1","uuiInfo":"a0KI26","uuiSuccess":"NB57F5","uuiWarning":"awDq-5","uuiHighlight":"eHlO6w","uuiTypographySize12":"Iii-6x","uuiTypographySize14":"_3uPuNm","uuiTypographySize16":"_93hYZk","size24":"MokIth","size30":"JoGVUJ","size36":"zVCM5D","size42":"XYktdI","size48":"I2Si8R"};
|
|
1527
1527
|
|
|
1528
1528
|
const DEFAULT_SIZE$3 = '36';
|
|
1529
1529
|
function applyLabeledInputMods(mods) {
|
|
@@ -1534,7 +1534,7 @@ const LabeledInput = withMods(uuiComponents.LabeledInput, applyLabeledInputMods,
|
|
|
1534
1534
|
infoIcon: systemIcons[props.size || DEFAULT_SIZE$3].help,
|
|
1535
1535
|
}));
|
|
1536
1536
|
|
|
1537
|
-
var css$_ = {"root":"
|
|
1537
|
+
var css$_ = {"root":"YH-YyN"};
|
|
1538
1538
|
|
|
1539
1539
|
function RadioGroup(props) {
|
|
1540
1540
|
const direction = props.direction || 'vertical';
|
|
@@ -1549,7 +1549,7 @@ function RadioGroup(props) {
|
|
|
1549
1549
|
})));
|
|
1550
1550
|
}
|
|
1551
1551
|
|
|
1552
|
-
var css$Z = {"root":"-
|
|
1552
|
+
var css$Z = {"root":"_8m88-n"};
|
|
1553
1553
|
|
|
1554
1554
|
function applyScrollBarsMods() {
|
|
1555
1555
|
return [
|
|
@@ -1558,13 +1558,13 @@ function applyScrollBarsMods() {
|
|
|
1558
1558
|
}
|
|
1559
1559
|
const ScrollBars = withMods(ScrollBars$1, applyScrollBarsMods);
|
|
1560
1560
|
|
|
1561
|
-
var css$Y = {"scroll-container":"
|
|
1561
|
+
var css$Y = {"scroll-container":"_1FuGjs","list-container":"sLf5s6","scrollContainer":"_1FuGjs","listContainer":"sLf5s6"};
|
|
1562
1562
|
|
|
1563
|
-
var css$X = {"root":"
|
|
1563
|
+
var css$X = {"root":"zXa-dJ"};
|
|
1564
1564
|
|
|
1565
1565
|
const AvatarStack = withMods(AvatarStack$1, () => [css$X.root]);
|
|
1566
1566
|
|
|
1567
|
-
var css$W = {"uui-typography":"
|
|
1567
|
+
var css$W = {"uui-typography":"h-dHqq","hero-header":"_2Estwf","promo-header":"_348Vis","uui-critical":"vySrN0","uui-info":"_1hUC-q","uui-success":"AHoCpd","uui-warning":"iCaGcC","uui-highlight":"je9k3-","uui-typography-size-12":"SD-B6D","uui-typography-size-14":"vSS4d3","uui-typography-size-16":"cPKEp9","root":"D2LLGh","size-18":"jzFDxz","size-24":"D0ytkQ","size-30":"q0rGlU","size-36":"y8UYGQ","size-42":"czxPwQ","size-48":"RQDmfk","uuiTypography":"h-dHqq","heroHeader":"_2Estwf","promoHeader":"_348Vis","uuiCritical":"vySrN0","uuiInfo":"_1hUC-q","uuiSuccess":"AHoCpd","uuiWarning":"iCaGcC","uuiHighlight":"je9k3-","uuiTypographySize12":"SD-B6D","uuiTypographySize14":"vSS4d3","uuiTypographySize16":"cPKEp9","size18":"jzFDxz","size24":"D0ytkQ","size30":"q0rGlU","size36":"y8UYGQ","size42":"czxPwQ","size48":"RQDmfk"};
|
|
1568
1568
|
|
|
1569
1569
|
const mapSize$1 = {
|
|
1570
1570
|
48: '48',
|
|
@@ -1615,7 +1615,7 @@ const Badge = withMods(uuiComponents.Button, applyBadgeMods, (props) => {
|
|
|
1615
1615
|
};
|
|
1616
1616
|
});
|
|
1617
1617
|
|
|
1618
|
-
var css$V = {"uui-typography":"
|
|
1618
|
+
var css$V = {"uui-typography":"_-04-A4","hero-header":"tFF6Dd","promo-header":"_8oWqkK","uui-critical":"xBBmJW","uui-info":"ttFHnX","uui-success":"-D-NwM","uui-warning":"cEfcQ7","uui-highlight":"_7HAgoY","uui-typography-size-12":"qa2NK0","uui-typography-size-14":"L8n2QN","uui-typography-size-16":"NKovHp","root":"pVwofu","size-18":"aVUylK","size-24":"EbL-kx","size-30":"-GxonG","size-36":"MV4IP5","size-42":"_0pdUoP","size-48":"-Ei8mL","uuiTypography":"_-04-A4","heroHeader":"tFF6Dd","promoHeader":"_8oWqkK","uuiCritical":"xBBmJW","uuiInfo":"ttFHnX","uuiSuccess":"-D-NwM","uuiWarning":"cEfcQ7","uuiHighlight":"_7HAgoY","uuiTypographySize12":"qa2NK0","uuiTypographySize14":"L8n2QN","uuiTypographySize16":"NKovHp","size18":"aVUylK","size24":"EbL-kx","size30":"-GxonG","size36":"MV4IP5","size42":"_0pdUoP","size48":"-Ei8mL"};
|
|
1619
1619
|
|
|
1620
1620
|
const DEFAULT_SIZE$1 = '36';
|
|
1621
1621
|
const mapSize = {
|
|
@@ -1649,14 +1649,14 @@ const Tag = withMods(Button$1, applyTagMods, (props) => ({
|
|
|
1649
1649
|
countIndicator: (countIndicatorProps) => (React__default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: (!props.color || props.color === 'neutral') ? 'white' : props.color, size: mapCountIndicatorSizes[props.size || DEFAULT_SIZE$1] }))),
|
|
1650
1650
|
}));
|
|
1651
1651
|
|
|
1652
|
-
var css$U = {"root":"
|
|
1652
|
+
var css$U = {"root":"_9sx5cM","uui-spinner":"zOE6sQ","uuiSpinner":"zOE6sQ"};
|
|
1653
1653
|
|
|
1654
1654
|
function applySpinnerMods() {
|
|
1655
1655
|
return [css$U.root, 'uui-spinner'];
|
|
1656
1656
|
}
|
|
1657
1657
|
const Spinner = withMods(Spinner$1, applySpinnerMods);
|
|
1658
1658
|
|
|
1659
|
-
var css$T = {"root":"
|
|
1659
|
+
var css$T = {"root":"_0l9UAS","spacer":"oX6U68","mode-ghost":"dm6QhX","size-24":"j85Xb3","size-30":"Pj-Vpm","navigation-size-24":"xZ5BJW","navigation-size-30":"Z-vTMB","modeGhost":"dm6QhX","size24":"j85Xb3","size30":"Pj-Vpm","navigationSize24":"xZ5BJW","navigationSize30":"Z-vTMB"};
|
|
1660
1660
|
|
|
1661
1661
|
var _path$A;
|
|
1662
1662
|
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); }
|
|
@@ -1711,14 +1711,14 @@ function Paginator(props) {
|
|
|
1711
1711
|
return React__default.createElement(Paginator$1, Object.assign({}, props, { render: renderPaginator }));
|
|
1712
1712
|
}
|
|
1713
1713
|
|
|
1714
|
-
var css$S = {"root":"
|
|
1714
|
+
var css$S = {"root":"moCqhb","progress-bar":"VOF7Li","progressBar-indeterminate":"lA9PQi","size-12":"odK--V","size-18":"Lu1So2","size-24":"_0DKA9Z","progressBar":"VOF7Li","progressBarIndeterminate":"lA9PQi","size12":"odK--V","size18":"Lu1So2","size24":"_0DKA9Z"};
|
|
1715
1715
|
|
|
1716
1716
|
const IndeterminateBar = React.forwardRef((props, ref) => {
|
|
1717
1717
|
return (React.createElement("div", { ref: ref, className: cx('uui-indeterminate_bar', props.cx, css$S.root, css$S[`size-${props.size || 12}`]) },
|
|
1718
1718
|
React.createElement("div", { className: cx(css$S.progressBar) })));
|
|
1719
1719
|
});
|
|
1720
1720
|
|
|
1721
|
-
var css$R = {"root":"
|
|
1721
|
+
var css$R = {"root":"_8V2KL8","striped":"RadggV","animate-stripes":"WX0-PT","size-12":"Ln3Z8n","size-18":"iVbEUs","size-24":"D6Nx78","animateStripes":"WX0-PT","size12":"Ln3Z8n","size18":"iVbEUs","size24":"D6Nx78"};
|
|
1722
1722
|
|
|
1723
1723
|
const DEFAULT_SIZE = '12';
|
|
1724
1724
|
function applyProgressBarMods(mods) {
|
|
@@ -1733,14 +1733,14 @@ const ProgressBar = withMods(ProgressBar$1, applyProgressBarMods, (props) => ({
|
|
|
1733
1733
|
hideLabel: props.hideLabel || props.striped,
|
|
1734
1734
|
}));
|
|
1735
1735
|
|
|
1736
|
-
var css$Q = {"root":"
|
|
1736
|
+
var css$Q = {"root":"A8a6HB"};
|
|
1737
1737
|
|
|
1738
1738
|
const IndicatorBar = React.forwardRef((props, ref) => {
|
|
1739
1739
|
const { progress } = props;
|
|
1740
1740
|
return progress || progress === 0 ? (React.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx(css$Q.root, props.cx), hideLabel: true })) : (React.createElement(IndeterminateBar, { ref: ref, cx: cx(css$Q.root, props.cx) }));
|
|
1741
1741
|
});
|
|
1742
1742
|
|
|
1743
|
-
var css$P = {"root":"
|
|
1743
|
+
var css$P = {"root":"h5JudK","size-12":"FuQSWQ","size-18":"er5Vbi","size-24":"vSVLXj","size12":"FuQSWQ","size18":"er5Vbi","size24":"vSVLXj"};
|
|
1744
1744
|
|
|
1745
1745
|
const StatusIndicator = forwardRef((props, ref) => {
|
|
1746
1746
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -1772,7 +1772,7 @@ var SvgNavigationChevronDown18 = function SvgNavigationChevronDown18(props, ref)
|
|
|
1772
1772
|
};
|
|
1773
1773
|
var ForwardRef$z = /*#__PURE__*/forwardRef(SvgNavigationChevronDown18);
|
|
1774
1774
|
|
|
1775
|
-
var css$O = {"checkbox":"
|
|
1775
|
+
var css$O = {"checkbox":"lpgwXP","drag-handle":"H9lIa6","indent":"_5iGZjC","folding-arrow-12":"kb5Ht5","folding-arrow-18":"vCGT5X","icon-container":"YePVgj","dragHandle":"H9lIa6","foldingArrow12":"kb5Ht5","foldingArrow18":"vCGT5X","iconContainer":"YePVgj"};
|
|
1776
1776
|
|
|
1777
1777
|
function DataRowAddons(props) {
|
|
1778
1778
|
var _a, _b;
|
|
@@ -1789,7 +1789,7 @@ function DataRowAddons(props) {
|
|
|
1789
1789
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row) }))))));
|
|
1790
1790
|
}
|
|
1791
1791
|
|
|
1792
|
-
var css$N = {"root":"
|
|
1792
|
+
var css$N = {"root":"bYzIJi"};
|
|
1793
1793
|
|
|
1794
1794
|
const Blocker = withMods(Blocker$1, () => [css$N.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__default.createElement(Spinner, null)) }));
|
|
1795
1795
|
|
|
@@ -1831,7 +1831,7 @@ const VirtualListView = React.forwardRef((props, ref) => {
|
|
|
1831
1831
|
});
|
|
1832
1832
|
VirtualList.displayName = 'VirtualList';
|
|
1833
1833
|
|
|
1834
|
-
var css$M = {"root":"
|
|
1834
|
+
var css$M = {"root":"DYf002"};
|
|
1835
1835
|
|
|
1836
1836
|
function CheckboxGroup(props) {
|
|
1837
1837
|
const currentValue = props.value || [];
|
|
@@ -1853,7 +1853,7 @@ function CheckboxGroup(props) {
|
|
|
1853
1853
|
})));
|
|
1854
1854
|
}
|
|
1855
1855
|
|
|
1856
|
-
var css$L = {"uui-typography":"
|
|
1856
|
+
var css$L = {"uui-typography":"iTh0CY","hero-header":"V-gzbN","promo-header":"AEXLJH","uui-critical":"OI9pwe","uui-info":"LmuF93","uui-success":"wLP3rq","uui-warning":"K0Wb9E","uui-highlight":"_0mgOgv","uui-typography-size-12":"_12FACs","uui-typography-size-14":"O4oyCL","uui-typography-size-16":"oX-M3K","body":"oL9IPK","modal":"LoT0lB","search-wrapper":"UCgWxT","checkbox":"pdle1P","no-found-size-24":"lRR96X","no-found-size-30":"mP8YKh","no-found-size-36":"_9Jrp-z","no-found-size-42":"ryFpk-","uuiTypography":"iTh0CY","heroHeader":"V-gzbN","promoHeader":"AEXLJH","uuiCritical":"OI9pwe","uuiInfo":"LmuF93","uuiSuccess":"wLP3rq","uuiWarning":"K0Wb9E","uuiHighlight":"_0mgOgv","uuiTypographySize12":"_12FACs","uuiTypographySize14":"O4oyCL","uuiTypographySize16":"oX-M3K","searchWrapper":"UCgWxT","noFoundSize24":"lRR96X","noFoundSize30":"mP8YKh","noFoundSize36":"_9Jrp-z","noFoundSize42":"ryFpk-"};
|
|
1857
1857
|
|
|
1858
1858
|
class DataPickerBody extends PickerBodyBase {
|
|
1859
1859
|
constructor() {
|
|
@@ -1910,7 +1910,7 @@ function DataPickerFooterImpl(props) {
|
|
|
1910
1910
|
}
|
|
1911
1911
|
const DataPickerFooter = React__default.memo(DataPickerFooterImpl);
|
|
1912
1912
|
|
|
1913
|
-
var css$K = {"header":"
|
|
1913
|
+
var css$K = {"header":"hUJ4oV","close":"BbeOXQ"};
|
|
1914
1914
|
|
|
1915
1915
|
var _path$x;
|
|
1916
1916
|
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); }
|
|
@@ -1980,7 +1980,7 @@ var SvgNotificationDone12 = function SvgNotificationDone12(props, ref) {
|
|
|
1980
1980
|
};
|
|
1981
1981
|
var ForwardRef$v = /*#__PURE__*/forwardRef(SvgNotificationDone12);
|
|
1982
1982
|
|
|
1983
|
-
var css$J = {"cell":"
|
|
1983
|
+
var css$J = {"cell":"j2FWpO","align-widgets-top":"_2WBScW","size-24":"Bn-Har","size-30":"ahdD6r","size-36":"ry4oAD","size-42":"MDDhIz","size-48":"u62ldd","size-60":"MFHZSF","align-widgets-center":"D0chNj","padding-12":"qXtJcl","padding-24":"OSR5Nc","padding-left-12":"b2-ohV","padding-left-24":"immqMK","icon-container":"Xfkxn2","loading-cell":"eE4oUf","content-wrapper":"HvZPnh","render-item":"T6vB6B","icon-wrapper":"OI8Hd5","icon-default":"ynDSXA","icon-primary":"kh1tdZ","alignWidgetsTop":"_2WBScW","size24":"Bn-Har","size30":"ahdD6r","size36":"ry4oAD","size42":"MDDhIz","size48":"u62ldd","size60":"MFHZSF","alignWidgetsCenter":"D0chNj","padding12":"qXtJcl","padding24":"OSR5Nc","paddingLeft12":"b2-ohV","paddingLeft24":"immqMK","iconContainer":"Xfkxn2","loadingCell":"eE4oUf","contentWrapper":"HvZPnh","renderItem":"T6vB6B","iconWrapper":"OI8Hd5","iconDefault":"ynDSXA","iconPrimary":"kh1tdZ"};
|
|
1984
1984
|
|
|
1985
1985
|
const getIcon = (size) => {
|
|
1986
1986
|
switch (size) {
|
|
@@ -2031,7 +2031,7 @@ function DataPickerCell(props) {
|
|
|
2031
2031
|
getWrappedContent()));
|
|
2032
2032
|
}
|
|
2033
2033
|
|
|
2034
|
-
var css$I = {"uui-typography":"
|
|
2034
|
+
var css$I = {"uui-typography":"jUOU9F","hero-header":"Fy8rx6","promo-header":"_31-N8b","uui-critical":"Kr0qfl","uui-info":"jUd4U0","uui-success":"YiPVZ6","uui-warning":"EelJXM","uui-highlight":"zplAmy","uui-typography-size-12":"NPkP2B","uui-typography-size-14":"N0h6mv","uui-typography-size-16":"K8mdn2","picker-row":"gDr5Fm","uuiTypography":"jUOU9F","heroHeader":"Fy8rx6","promoHeader":"_31-N8b","uuiCritical":"Kr0qfl","uuiInfo":"jUd4U0","uuiSuccess":"YiPVZ6","uuiWarning":"EelJXM","uuiHighlight":"zplAmy","uuiTypographySize12":"NPkP2B","uuiTypographySize14":"N0h6mv","uuiTypographySize16":"K8mdn2","pickerRow":"gDr5Fm"};
|
|
2035
2035
|
|
|
2036
2036
|
class DataPickerRow extends React.Component {
|
|
2037
2037
|
constructor() {
|
|
@@ -2045,7 +2045,7 @@ class DataPickerRow extends React.Component {
|
|
|
2045
2045
|
}
|
|
2046
2046
|
}
|
|
2047
2047
|
|
|
2048
|
-
var css$H = {"uui-typography":"
|
|
2048
|
+
var css$H = {"uui-typography":"oJN07f","hero-header":"cRqJDL","promo-header":"AZmSUG","uui-critical":"_9S4RZj","uui-info":"SvMz9y","uui-success":"KEOWza","uui-warning":"JX4jh-","uui-highlight":"GUtpQV","uui-typography-size-12":"qUwztN","uui-typography-size-14":"ll2-YP","uui-typography-size-16":"HXTas7","done":"_4-zVkU","container":"se4QCL","uuiTypography":"oJN07f","heroHeader":"cRqJDL","promoHeader":"AZmSUG","uuiCritical":"_9S4RZj","uuiInfo":"SvMz9y","uuiSuccess":"KEOWza","uuiWarning":"JX4jh-","uuiHighlight":"GUtpQV","uuiTypographySize12":"qUwztN","uuiTypographySize14":"ll2-YP","uuiTypographySize16":"HXTas7"};
|
|
2049
2049
|
|
|
2050
2050
|
const MobileDropdownWrapper = (props) => {
|
|
2051
2051
|
const isMobileView = isMobile();
|
|
@@ -2079,9 +2079,9 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
2079
2079
|
};
|
|
2080
2080
|
var ForwardRef$u = /*#__PURE__*/forwardRef(SvgSearchWithBackground);
|
|
2081
2081
|
|
|
2082
|
-
var css$G = {"uui-typography":"
|
|
2082
|
+
var css$G = {"uui-typography":"h3zovu","hero-header":"rwlhui","promo-header":"Jjmnko","uui-critical":"E1FdaS","uui-info":"-pVkHb","uui-success":"X-zT5P","uui-warning":"rPY4UX","uui-highlight":"vpVLHY","uui-typography-size-12":"tPygon","uui-typography-size-14":"TMNjjo","uui-typography-size-16":"Dwbr8j","sub-header-wrapper":"k0uDf-","switch":"RQhASf","no-found-modal-container":"CTbEFY","no-found-modal-container-icon":"S23MwA","no-found-modal-container-text":"Kbnhqt","uuiTypography":"h3zovu","heroHeader":"rwlhui","promoHeader":"Jjmnko","uuiCritical":"E1FdaS","uuiInfo":"-pVkHb","uuiSuccess":"X-zT5P","uuiWarning":"rPY4UX","uuiHighlight":"vpVLHY","uuiTypographySize12":"tPygon","uuiTypographySize14":"TMNjjo","uuiTypographySize16":"Dwbr8j","subHeaderWrapper":"k0uDf-","$switch$":"RQhASf","noFoundModalContainer":"CTbEFY","noFoundModalContainerIcon":"S23MwA","noFoundModalContainerText":"Kbnhqt"};
|
|
2083
2083
|
|
|
2084
|
-
var css$F = {"root":"
|
|
2084
|
+
var css$F = {"root":"KxeOea","multiline":"Ub6MRI","vertical-padding-24":"_2HuoqD","vertical-padding-30":"YlVeff","vertical-padding-36":"h6YdUt","vertical-padding-42":"_41iBGl","vertical-padding-48":"-b2Hgf","text":"bPD1RL","verticalPadding24":"_2HuoqD","verticalPadding30":"YlVeff","verticalPadding36":"h6YdUt","verticalPadding42":"_41iBGl","verticalPadding48":"-b2Hgf"};
|
|
2085
2085
|
|
|
2086
2086
|
const mergeHighlightRanges = (ranges) => {
|
|
2087
2087
|
const mergedRanges = [];
|
|
@@ -2233,7 +2233,7 @@ function PickerModal(props) {
|
|
|
2233
2233
|
const MAX_ITEMS = 100;
|
|
2234
2234
|
const getMaxItems = (maxItems) => maxItems || maxItems === 0 ? maxItems : MAX_ITEMS;
|
|
2235
2235
|
|
|
2236
|
-
var css$E = {"uui-typography":"
|
|
2236
|
+
var css$E = {"uui-typography":"_211ycp","hero-header":"GrQbBD","promo-header":"pzwTaT","uui-critical":"gIM5d6","uui-info":"LNJzm1","uui-success":"O7EKoJ","uui-warning":"twE7Xu","uui-highlight":"eRv5TU","uui-typography-size-12":"-VDkTQ","uui-typography-size-14":"RV2baz","uui-typography-size-16":"AOAFda","root":"SoUyUO","mode-form":"JBSxaJ","mode-cell":"sfm2NV","mode-inline":"HnHP69","size-24":"sDlmIa","size-30":"-kKDxG","size-36":"voJrTT","size-42":"vxodLX","size-48":"nUQ9fO","uuiTypography":"_211ycp","heroHeader":"GrQbBD","promoHeader":"pzwTaT","uuiCritical":"gIM5d6","uuiInfo":"LNJzm1","uuiSuccess":"O7EKoJ","uuiWarning":"twE7Xu","uuiHighlight":"eRv5TU","uuiTypographySize12":"-VDkTQ","uuiTypographySize14":"RV2baz","uuiTypographySize16":"AOAFda","modeForm":"JBSxaJ","modeCell":"sfm2NV","modeInline":"HnHP69","size24":"sDlmIa","size30":"-kKDxG","size36":"voJrTT","size42":"vxodLX","size48":"nUQ9fO"};
|
|
2237
2237
|
|
|
2238
2238
|
const defaultSize$1 = '36';
|
|
2239
2239
|
const defaultMode$1 = EditMode.FORM;
|
|
@@ -2353,7 +2353,7 @@ function PickerInputComponent(_a, ref) {
|
|
|
2353
2353
|
}
|
|
2354
2354
|
const PickerInput = React__default.forwardRef(PickerInputComponent);
|
|
2355
2355
|
|
|
2356
|
-
var css$D = {"row":"
|
|
2356
|
+
var css$D = {"row":"biuyjB"};
|
|
2357
2357
|
|
|
2358
2358
|
function PickerListItem(props) {
|
|
2359
2359
|
var _a;
|
|
@@ -2412,7 +2412,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
2412
2412
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
2413
2413
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
2414
2414
|
|
|
2415
|
-
var css$C = {"uui-typography":"
|
|
2415
|
+
var css$C = {"uui-typography":"_08vA-J","hero-header":"u4i054","promo-header":"dVeG8-","uui-critical":"h7zRsf","uui-info":"etYa7f","uui-success":"_6FrA7X","uui-warning":"_9pCCAv","uui-highlight":"nIPJx-","uui-typography-size-12":"RWLI0I","uui-typography-size-14":"_1V9QRE","uui-typography-size-16":"QbK3JM","root":"IvqTwR","title-wrapper":"-uX4cq","title":"O-HLiC","text-wrapper":"fLhSzK","selection":"_8r4o8V","postfix":"y1pjSm","selected":"F2zSGe","uuiTypography":"_08vA-J","heroHeader":"u4i054","promoHeader":"dVeG8-","uuiCritical":"h7zRsf","uuiInfo":"etYa7f","uuiSuccess":"_6FrA7X","uuiWarning":"_9pCCAv","uuiHighlight":"nIPJx-","uuiTypographySize12":"RWLI0I","uuiTypographySize14":"_1V9QRE","uuiTypographySize16":"QbK3JM","titleWrapper":"-uX4cq","textWrapper":"fLhSzK"};
|
|
2416
2416
|
|
|
2417
2417
|
const defaultSize = '36';
|
|
2418
2418
|
const FilterPanelItemToggler = React.forwardRef((props, ref) => {
|
|
@@ -2517,7 +2517,7 @@ class FilterDatePickerBody extends BaseDatePicker {
|
|
|
2517
2517
|
}
|
|
2518
2518
|
}
|
|
2519
2519
|
|
|
2520
|
-
var css$B = {"uui-typography":"
|
|
2520
|
+
var css$B = {"uui-typography":"UKVoPM","hero-header":"HUsYTy","promo-header":"_8l7YA7","uui-critical":"f-nvmQ","uui-info":"dXOX3s","uui-success":"x1wniv","uui-warning":"PfNQSe","uui-highlight":"i-7yyM","uui-typography-size-12":"g2Nm8L","uui-typography-size-14":"_86Q1HL","uui-typography-size-16":"deahVz","date-input":"V7Vycm","size-24":"_31dgFI","size-30":"VVNhn4","size-36":"K5iCH-","size-42":"Y9H8ql","size-48":"hxYeIM","date-input-group":"fZrjj7","separator":"_4Zr98M","mode-form":"l7lpH8","mode-cell":"muTp1C","uuiTypography":"UKVoPM","heroHeader":"HUsYTy","promoHeader":"_8l7YA7","uuiCritical":"f-nvmQ","uuiInfo":"dXOX3s","uuiSuccess":"x1wniv","uuiWarning":"PfNQSe","uuiHighlight":"i-7yyM","uuiTypographySize12":"g2Nm8L","uuiTypographySize14":"_86Q1HL","uuiTypographySize16":"deahVz","dateInput":"V7Vycm","size24":"_31dgFI","size30":"VVNhn4","size36":"K5iCH-","size42":"Y9H8ql","size48":"hxYeIM","dateInputGroup":"fZrjj7","modeForm":"l7lpH8","modeCell":"muTp1C"};
|
|
2521
2521
|
|
|
2522
2522
|
class FilterRangeDatePickerBody extends BaseRangeDatePicker {
|
|
2523
2523
|
constructor() {
|
|
@@ -2549,7 +2549,7 @@ class FilterRangeDatePickerBody extends BaseRangeDatePicker {
|
|
|
2549
2549
|
}
|
|
2550
2550
|
}
|
|
2551
2551
|
|
|
2552
|
-
var css$A = {"container":"
|
|
2552
|
+
var css$A = {"container":"_80WxDq"};
|
|
2553
2553
|
|
|
2554
2554
|
function FilterNumericBody(props) {
|
|
2555
2555
|
var _a, _b;
|
|
@@ -2646,7 +2646,7 @@ var SvgActionDeleteforever12 = function SvgActionDeleteforever12(props, ref) {
|
|
|
2646
2646
|
};
|
|
2647
2647
|
var ForwardRef$t = /*#__PURE__*/forwardRef(SvgActionDeleteforever12);
|
|
2648
2648
|
|
|
2649
|
-
var css$z = {"uui-typography":"
|
|
2649
|
+
var css$z = {"uui-typography":"FaWmdL","hero-header":"_0AME6J","promo-header":"QzBwJr","uui-critical":"_0md20i","uui-info":"M19khV","uui-success":"sBBB-j","uui-warning":"WNwgqh","uui-highlight":"GhfTHs","uui-typography-size-12":"tyYwdC","uui-typography-size-14":"HY4Hej","uui-typography-size-16":"So9DdK","header":"buTqew","removeButton":"HeshAL","with-search":"DeTW31","uuiTypography":"FaWmdL","heroHeader":"_0AME6J","promoHeader":"QzBwJr","uuiCritical":"_0md20i","uuiInfo":"M19khV","uuiSuccess":"sBBB-j","uuiWarning":"WNwgqh","uuiHighlight":"GhfTHs","uuiTypographySize12":"tyYwdC","uuiTypographySize14":"HY4Hej","uuiTypographySize16":"So9DdK","withSearch":"DeTW31"};
|
|
2650
2650
|
|
|
2651
2651
|
function FiltersToolbarItemImpl(props) {
|
|
2652
2652
|
const { maxCount = 2 } = props;
|
|
@@ -2947,9 +2947,9 @@ function FiltersToolbarImpl(props) {
|
|
|
2947
2947
|
}
|
|
2948
2948
|
const FiltersPanel = React__default.memo(FiltersToolbarImpl);
|
|
2949
2949
|
|
|
2950
|
-
var css$y = {"divider":"
|
|
2950
|
+
var css$y = {"divider":"_0kdqBQ","dropdownDeleteIcon":"w1qyXc","presetsWrapper":"rEfggV","addPresetContainer":"jPfjPa","dropContainer":"fvYWLA"};
|
|
2951
2951
|
|
|
2952
|
-
var css$x = {"preset-dropdown-panel":"
|
|
2952
|
+
var css$x = {"preset-dropdown-panel":"_86lHS8","delete-row":"KkSbwQ","delete-button":"m7RfwN","targetOpen":"aVx8rc","presetDropdownPanel":"_86lHS8","deleteRow":"KkSbwQ","deleteButton":"m7RfwN"};
|
|
2953
2953
|
|
|
2954
2954
|
var _path$q;
|
|
2955
2955
|
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); }
|
|
@@ -3137,7 +3137,7 @@ function PresetActionsDropdown(props) {
|
|
|
3137
3137
|
return (React__default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
3138
3138
|
}
|
|
3139
3139
|
|
|
3140
|
-
var css$w = {"preset-input-cell":"
|
|
3140
|
+
var css$w = {"preset-input-cell":"AXn6My","preset-input":"_1exrSo","presetInputCell":"AXn6My","presetInput":"_1exrSo"};
|
|
3141
3141
|
|
|
3142
3142
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
3143
3143
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -3170,7 +3170,7 @@ function PresetInput(props) {
|
|
|
3170
3170
|
React__default.createElement(TextInput, { cx: css$w.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
3171
3171
|
}
|
|
3172
3172
|
|
|
3173
|
-
var css$v = {"preset":"
|
|
3173
|
+
var css$v = {"preset":"A-1OIm","activePreset":"_4nnzzr"};
|
|
3174
3174
|
|
|
3175
3175
|
function Preset(props) {
|
|
3176
3176
|
const [isRenamePreset, setIsRenamePreset] = useState(false);
|
|
@@ -3269,7 +3269,7 @@ const useColumnsWithFilters = (initialColumns, filters) => {
|
|
|
3269
3269
|
return columns;
|
|
3270
3270
|
};
|
|
3271
3271
|
|
|
3272
|
-
var css$u = {"line-height-12":"
|
|
3272
|
+
var css$u = {"line-height-12":"YhW2gw","line-height-18":"wQtStg","line-height-24":"gaAc5t","line-height-30":"b0tlgc","font-size-10":"LLVlDp","font-size-12":"_2tXFXC","font-size-14":"_5jm3lo","font-size-16":"R8ODRX","font-size-18":"CzGT5C","font-size-24":"XtrlXk","v-padding-2":"_4sxPC-","v-padding-3":"SluDat","v-padding-5":"vJ-jXG","v-padding-6":"_4-LTao","v-padding-8":"QEDNJ9","v-padding-9":"_2vIsWI","v-padding-11":"pNNuVr","v-padding-12":"EsfHfz","v-padding-14":"WNmKbX","v-padding-15":"mbBXcB","v-padding-17":"GrDnCS","v-padding-18":"wBBG-8","v-padding-23":"i8ZaO9","v-padding-24":"NLk5FR","lineHeight12":"YhW2gw","lineHeight18":"wQtStg","lineHeight24":"gaAc5t","lineHeight30":"b0tlgc","fontSize10":"LLVlDp","fontSize12":"_2tXFXC","fontSize14":"_5jm3lo","fontSize16":"R8ODRX","fontSize18":"CzGT5C","fontSize24":"XtrlXk","vPadding2":"_4sxPC-","vPadding3":"SluDat","vPadding5":"vJ-jXG","vPadding6":"_4-LTao","vPadding8":"QEDNJ9","vPadding9":"_2vIsWI","vPadding11":"pNNuVr","vPadding12":"EsfHfz","vPadding14":"WNmKbX","vPadding15":"mbBXcB","vPadding17":"GrDnCS","vPadding18":"wBBG-8","vPadding23":"i8ZaO9","vPadding24":"NLk5FR"};
|
|
3273
3273
|
|
|
3274
3274
|
const defaultTextSettings = {
|
|
3275
3275
|
18: { lineHeight: 12, fontSize: 10 },
|
|
@@ -3295,7 +3295,7 @@ function getTextClasses(props, border) {
|
|
|
3295
3295
|
];
|
|
3296
3296
|
}
|
|
3297
3297
|
|
|
3298
|
-
var css$t = {"root":"
|
|
3298
|
+
var css$t = {"root":"P1cA0F"};
|
|
3299
3299
|
|
|
3300
3300
|
function applyTextMods(mods) {
|
|
3301
3301
|
const textClasses = getTextClasses({
|
|
@@ -3314,7 +3314,7 @@ function applyTextMods(mods) {
|
|
|
3314
3314
|
}
|
|
3315
3315
|
const Text = withMods(uuiComponents.Text, applyTextMods);
|
|
3316
3316
|
|
|
3317
|
-
var css$s = {"root":"
|
|
3317
|
+
var css$s = {"root":"xWFETS","loading-word":"_8aofib","animated-loading":"SBZVsb","skeleton_loading":"_9YMPDp","loadingWord":"_8aofib","animatedLoading":"SBZVsb","skeletonLoading":"_9YMPDp"};
|
|
3318
3318
|
|
|
3319
3319
|
const TextPlaceholder = (props) => {
|
|
3320
3320
|
const pattern = ' ';
|
|
@@ -3333,7 +3333,7 @@ const TextPlaceholder = (props) => {
|
|
|
3333
3333
|
|
|
3334
3334
|
const RichTextView = withMods(uuiComponents.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
|
|
3335
3335
|
|
|
3336
|
-
var css$r = {"uui-typography":"
|
|
3336
|
+
var css$r = {"uui-typography":"_1xL1VV","hero-header":"biLp7b","promo-header":"xbUJx3","uui-critical":"S3kWoo","uui-info":"hYCOMj","uui-success":"_9FkUyI","uui-warning":"tpEzU4","uui-highlight":"_4k-nQg","uui-typography-size-12":"i03j4L","uui-typography-size-14":"Iki0o3","uui-typography-size-16":"goctrT","root":"uVRJ6n","modal-blocker":"FZaLys","animateModalBlocker":"IzZRlA","modal":"_8ddC0u","modal-footer":"EW4vt0","border-top":"RCh8LV","modal-header":"Kbcei-","uuiTypography":"_1xL1VV","heroHeader":"biLp7b","promoHeader":"xbUJx3","uuiCritical":"S3kWoo","uuiInfo":"hYCOMj","uuiSuccess":"_9FkUyI","uuiWarning":"tpEzU4","uuiHighlight":"_4k-nQg","uuiTypographySize12":"i03j4L","uuiTypographySize14":"Iki0o3","uuiTypographySize16":"goctrT","modalBlocker":"FZaLys","modalFooter":"EW4vt0","borderTop":"RCh8LV","modalHeader":"Kbcei-"};
|
|
3337
3337
|
|
|
3338
3338
|
const ModalBlocker = withMods(ModalBlocker$1, () => [css$r.modalBlocker]);
|
|
3339
3339
|
const ModalWindow = withMods(ModalWindow$1, () => [css$r.root, css$r.modal], (props) => ({
|
|
@@ -3376,7 +3376,7 @@ var SvgCross = function SvgCross(props, ref) {
|
|
|
3376
3376
|
};
|
|
3377
3377
|
var ForwardRef$j = /*#__PURE__*/forwardRef(SvgCross);
|
|
3378
3378
|
|
|
3379
|
-
var css$q = {"uui-typography":"
|
|
3379
|
+
var css$q = {"uui-typography":"CxDqwc","hero-header":"SQDhql","promo-header":"TUZymf","uui-critical":"EZCmbg","uui-info":"zOgeeJ","uui-success":"zohlvn","uui-warning":"xQxMmM","uui-highlight":"Xex595","uui-typography-size-12":"M0-Y05","uui-typography-size-14":"oJz2GF","uui-typography-size-16":"CYNi0s","root":"kLzaSp","icon-wrapper":"_2Shb-e","action-wrapper":"HI9hK-","action-link":"_7CiHBC","close-icon":"qAFgS-","main-path":"vRqTwO","content":"p3fCWE","clear-button":"-zs6l8","close-wrapper":"-uxfF1","uuiTypography":"CxDqwc","heroHeader":"SQDhql","promoHeader":"TUZymf","uuiCritical":"EZCmbg","uuiInfo":"zOgeeJ","uuiSuccess":"zohlvn","uuiWarning":"xQxMmM","uuiHighlight":"Xex595","uuiTypographySize12":"M0-Y05","uuiTypographySize14":"oJz2GF","uuiTypographySize16":"CYNi0s","iconWrapper":"_2Shb-e","actionWrapper":"HI9hK-","actionLink":"_7CiHBC","closeIcon":"qAFgS-","mainPath":"vRqTwO","clearButton":"-zs6l8","closeWrapper":"-uxfF1"};
|
|
3380
3380
|
|
|
3381
3381
|
const NotificationCard = React__default.forwardRef((props, ref) => {
|
|
3382
3382
|
const notificationCardNode = React__default.useRef(null);
|
|
@@ -3459,14 +3459,14 @@ class DatePickerComponent extends BaseDatePicker {
|
|
|
3459
3459
|
}
|
|
3460
3460
|
const DatePicker = withMods(DatePickerComponent);
|
|
3461
3461
|
|
|
3462
|
-
var css$p = {"uui-typography":"
|
|
3462
|
+
var css$p = {"uui-typography":"BG-NwQ","hero-header":"fJ6Z0a","promo-header":"_6x4gub","uui-critical":"EWV4te","uui-info":"Le9YeD","uui-success":"SrzguB","uui-warning":"Br8GNx","uui-highlight":"PyjPHU","uui-typography-size-12":"KCtv6g","uui-typography-size-14":"z-A4N0","uui-typography-size-16":"uLiKDB","root":"S0umTO","uuiTypography":"BG-NwQ","heroHeader":"fJ6Z0a","promoHeader":"_6x4gub","uuiCritical":"EWV4te","uuiInfo":"Le9YeD","uuiSuccess":"SrzguB","uuiWarning":"Br8GNx","uuiHighlight":"PyjPHU","uuiTypographySize12":"KCtv6g","uuiTypographySize14":"z-A4N0","uuiTypographySize16":"uLiKDB"};
|
|
3463
3463
|
|
|
3464
3464
|
function applyCalendarPresetsMods() {
|
|
3465
3465
|
return [css$p.root];
|
|
3466
3466
|
}
|
|
3467
3467
|
const CalendarPresets = withMods(CalendarPresets$1, applyCalendarPresetsMods, () => ({}));
|
|
3468
3468
|
|
|
3469
|
-
var css$o = {"uui-typography":"
|
|
3469
|
+
var css$o = {"uui-typography":"AduTku","hero-header":"RfI4vC","promo-header":"_3Ef5Po","uui-critical":"g-Oi1L","uui-info":"al-4EV","uui-success":"RDhxpB","uui-warning":"gN97HD","uui-highlight":"kySeqj","uui-typography-size-12":"g2bVK0","uui-typography-size-14":"wFoHIO","uui-typography-size-16":"GGzjhU","root":"Hw9upc","container":"Fsw7DC","day-selection":"bRbNPa","from-picker":"NF5G-d","to-picker":"i9pYNh","bodes-wrapper":"PN-4DX","blocker":"T5mxV5","uuiTypography":"AduTku","heroHeader":"RfI4vC","promoHeader":"_3Ef5Po","uuiCritical":"g-Oi1L","uuiInfo":"al-4EV","uuiSuccess":"RDhxpB","uuiWarning":"gN97HD","uuiHighlight":"kySeqj","uuiTypographySize12":"g2bVK0","uuiTypographySize14":"wFoHIO","uuiTypographySize16":"GGzjhU","daySelection":"bRbNPa","fromPicker":"NF5G-d","toPicker":"i9pYNh","bodesWrapper":"PN-4DX"};
|
|
3470
3470
|
|
|
3471
3471
|
dayjs.extend(isoWeek);
|
|
3472
3472
|
function weekCount(displayedDate) {
|
|
@@ -3624,7 +3624,7 @@ class RangeDatePickerBody extends React.Component {
|
|
|
3624
3624
|
}
|
|
3625
3625
|
}
|
|
3626
3626
|
|
|
3627
|
-
var css$n = {"uui-typography":"
|
|
3627
|
+
var css$n = {"uui-typography":"nV-Len","hero-header":"esl94A","promo-header":"lwI9Tq","uui-critical":"w-xYfd","uui-info":"qU7ZVx","uui-success":"TlxJju","uui-warning":"oGIhgH","uui-highlight":"god7Xa","uui-typography-size-12":"_4QNdgH","uui-typography-size-14":"dkUt7j","uui-typography-size-16":"yCCqJU","dropdown-container":"_0e48NB","date-input":"lI0OG8","size-24":"Nq-dh0","size-30":"_8ZTtxG","size-36":"cp3fRk","size-42":"uB4O-L","size-48":"YdS3ux","date-input-group":"vi2M9C","separator":"rAURw-","mode-form":"_3C5Oun","mode-cell":"GwnRqB","uuiTypography":"nV-Len","heroHeader":"esl94A","promoHeader":"lwI9Tq","uuiCritical":"w-xYfd","uuiInfo":"qU7ZVx","uuiSuccess":"TlxJju","uuiWarning":"oGIhgH","uuiHighlight":"god7Xa","uuiTypographySize12":"_4QNdgH","uuiTypographySize14":"dkUt7j","uuiTypographySize16":"yCCqJU","dropdownContainer":"_0e48NB","dateInput":"lI0OG8","size24":"Nq-dh0","size30":"_8ZTtxG","size36":"cp3fRk","size42":"uB4O-L","size48":"YdS3ux","dateInputGroup":"vi2M9C","modeForm":"_3C5Oun","modeCell":"GwnRqB"};
|
|
3628
3628
|
|
|
3629
3629
|
const defaultValue = { from: null, to: null };
|
|
3630
3630
|
class RangeDatePickerComponent extends BaseRangeDatePicker {
|
|
@@ -3658,7 +3658,7 @@ class RangeDatePickerComponent extends BaseRangeDatePicker {
|
|
|
3658
3658
|
}
|
|
3659
3659
|
const RangeDatePicker = withMods(RangeDatePickerComponent);
|
|
3660
3660
|
|
|
3661
|
-
var css$m = {"root":"
|
|
3661
|
+
var css$m = {"root":"AO-kTN","blocker":"_7KsPkg","marker":"MtOwva","top":"DAyTnH","bottom":"yYp5AK","left":"_9QBh2T","right":"YmRHGK","inside":"fFf3Tc"};
|
|
3662
3662
|
|
|
3663
3663
|
function DropMarker(props) {
|
|
3664
3664
|
return props.isDndInProgress
|
|
@@ -3673,7 +3673,7 @@ function DropMarker(props) {
|
|
|
3673
3673
|
: null;
|
|
3674
3674
|
}
|
|
3675
3675
|
|
|
3676
|
-
var css$l = {"cell":"
|
|
3676
|
+
var css$l = {"cell":"aJi7u5","wrapper":"OVJptH","align-widgets-top":"MZmW2S","size-24":"X2pFJ9","size-30":"uW3l2j","size-36":"sO8W9o","size-42":"DVfy0O","size-48":"GUrWcO","size-60":"ly46Qt","align-widgets-center":"IFT4pT","padding-12":"rikXf5","padding-24":"Ouft0y","padding-left-12":"tpJ2wx","padding-left-24":"F7KsWI","padding-right-24":"_3HLZBY","loading-cell":"_78rXYP","alignWidgetsTop":"MZmW2S","size24":"X2pFJ9","size30":"uW3l2j","size36":"sO8W9o","size42":"DVfy0O","size48":"GUrWcO","size60":"ly46Qt","alignWidgetsCenter":"IFT4pT","padding12":"rikXf5","padding24":"Ouft0y","paddingLeft12":"tpJ2wx","paddingLeft24":"F7KsWI","paddingRight24":"_3HLZBY","loadingCell":"_78rXYP"};
|
|
3677
3677
|
|
|
3678
3678
|
function DataTableCell(props) {
|
|
3679
3679
|
props = Object.assign({}, props);
|
|
@@ -3704,7 +3704,7 @@ function DataTableCell(props) {
|
|
|
3704
3704
|
return React.createElement(DataTableCell$1, Object.assign({}, props));
|
|
3705
3705
|
}
|
|
3706
3706
|
|
|
3707
|
-
var css$k = {"uui-typography":"
|
|
3707
|
+
var css$k = {"uui-typography":"-vL-xB","hero-header":"-fPMTJ","promo-header":"YioZ2x","uui-critical":"zO8Rku","uui-info":"oc0K-i","uui-success":"_3Q5rrb","uui-warning":"_3yhUux","uui-highlight":"_7hM9cM","uui-typography-size-12":"ztr8OA","uui-typography-size-14":"REg0HY","uui-typography-size-16":"pwrIg9","root":"_5ttWd4","size-24":"pE7zal","size-30":"NPrOPu","size-36":"ICmGur","size-48":"MqBmKL","size-60":"_9RjPt3","uuiTypography":"-vL-xB","heroHeader":"-fPMTJ","promoHeader":"YioZ2x","uuiCritical":"zO8Rku","uuiInfo":"oc0K-i","uuiSuccess":"_3Q5rrb","uuiWarning":"_3yhUux","uuiHighlight":"_7hM9cM","uuiTypographySize12":"ztr8OA","uuiTypographySize14":"REg0HY","uuiTypographySize16":"pwrIg9","size24":"pE7zal","size30":"NPrOPu","size36":"ICmGur","size48":"MqBmKL","size60":"_9RjPt3"};
|
|
3708
3708
|
|
|
3709
3709
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3710
3710
|
// 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.
|
|
@@ -3720,7 +3720,7 @@ const DataTableRow = withMods(DataTableRow$1, ({ borderBottom = true, size }) =>
|
|
|
3720
3720
|
];
|
|
3721
3721
|
}, () => propsMods);
|
|
3722
3722
|
|
|
3723
|
-
var css$j = {"uui-typography":"
|
|
3723
|
+
var css$j = {"uui-typography":"SYlFSK","hero-header":"dMBiog","promo-header":"yZppqV","uui-critical":"nH--1F","uui-info":"J3kw36","uui-success":"NEvS76","uui-warning":"TN4JBn","uui-highlight":"_0jpCQe","uui-typography-size-12":"AN5aTs","uui-typography-size-14":"B2gcC1","uui-typography-size-16":"QJzKvm","sorting-panel-container":"Y2KYfY","sort-active":"vTFRLa","uuiTypography":"SYlFSK","heroHeader":"dMBiog","promoHeader":"yZppqV","uuiCritical":"nH--1F","uuiInfo":"J3kw36","uuiSuccess":"NEvS76","uuiWarning":"TN4JBn","uuiHighlight":"_0jpCQe","uuiTypographySize12":"AN5aTs","uuiTypographySize14":"B2gcC1","uuiTypographySize16":"QJzKvm","sortingPanelContainer":"Y2KYfY","sortActive":"vTFRLa"};
|
|
3724
3724
|
|
|
3725
3725
|
var _path$h;
|
|
3726
3726
|
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); }
|
|
@@ -3775,7 +3775,7 @@ const ColumnHeaderDropdownImpl = (props) => {
|
|
|
3775
3775
|
};
|
|
3776
3776
|
const ColumnHeaderDropdown = React__default.memo(ColumnHeaderDropdownImpl);
|
|
3777
3777
|
|
|
3778
|
-
var css$i = {"uui-typography":"
|
|
3778
|
+
var css$i = {"uui-typography":"_6vHTAm","hero-header":"mOsiL5","promo-header":"iKreQs","uui-critical":"YzSu3x","uui-info":"_4xF7mP","uui-success":"QYlK6-","uui-warning":"xWijS6","uui-highlight":"_2VJCvM","uui-typography-size-12":"aAQcjJ","uui-typography-size-14":"dbNODz","uui-typography-size-16":"VUY2rk","cell":"l-rLEq","sort-icon":"_4-6lJz","dropdown-icon":"MmDMrb","infoIcon":"dmfiqD","resizable":"UDpV9-","size-24":"itSbc-","size-30":"dGy6g0","size-36":"kTgWOH","size-42":"XEvNHt","size-48":"fMU3Oa","padding-left-24":"doBBW7","padding-right-24":"uC1-dG","caption":"Co9sKR","checkbox":"AyeDWI","icon":"PnrBT4","icon-cell":"aCwJ1v","align-right":"_3lECTH","align-center":"DJQGWu","tooltip-wrapper":"_85DbVg","cell-tooltip":"_9vb7At","upper-case":"ThnvPE","font-size-14":"hbuwCt","resize-mark":"zg2HYk","draggable":"xkPCaN","ghost":"i0akHb","is-dragged-out":"vnf-IO","dnd-marker-left":"GrfhuO","dnd-marker-right":"dU6JHU","cell-tooltip-wrapper":"YxHugS","cell-tooltip-text":"_8aICvP","uuiTypography":"_6vHTAm","heroHeader":"mOsiL5","promoHeader":"iKreQs","uuiCritical":"YzSu3x","uuiInfo":"_4xF7mP","uuiSuccess":"QYlK6-","uuiWarning":"xWijS6","uuiHighlight":"_2VJCvM","uuiTypographySize12":"aAQcjJ","uuiTypographySize14":"dbNODz","uuiTypographySize16":"VUY2rk","sortIcon":"_4-6lJz","dropdownIcon":"MmDMrb","size24":"itSbc-","size30":"dGy6g0","size36":"kTgWOH","size42":"XEvNHt","size48":"fMU3Oa","paddingLeft24":"doBBW7","paddingRight24":"uC1-dG","iconCell":"aCwJ1v","alignRight":"_3lECTH","alignCenter":"DJQGWu","tooltipWrapper":"_85DbVg","cellTooltip":"_9vb7At","upperCase":"ThnvPE","fontSize14":"hbuwCt","resizeMark":"zg2HYk","isDraggedOut":"vnf-IO","dndMarkerLeft":"GrfhuO","dndMarkerRight":"dU6JHU","cellTooltipWrapper":"YxHugS","cellTooltipText":"_8aICvP"};
|
|
3779
3779
|
|
|
3780
3780
|
var _path$f;
|
|
3781
3781
|
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); }
|
|
@@ -3868,7 +3868,7 @@ class DataTableHeaderCell extends React.Component {
|
|
|
3868
3868
|
}
|
|
3869
3869
|
}
|
|
3870
3870
|
|
|
3871
|
-
var css$h = {"uui-typography":"
|
|
3871
|
+
var css$h = {"uui-typography":"pogoOu","hero-header":"DZpgp-","promo-header":"buDvXx","uui-critical":"jnSgw9","uui-info":"QSabDp","uui-success":"TqUtW3","uui-warning":"aVnof8","uui-highlight":"GIUd1K","uui-typography-size-12":"yikEzH","uui-typography-size-14":"SeoU1G","uui-typography-size-16":"eB8fAy","header-cell":"b1fXp7","config-icon":"PFmYUe","uuiTypography":"pogoOu","heroHeader":"DZpgp-","promoHeader":"buDvXx","uuiCritical":"jnSgw9","uuiInfo":"QSabDp","uuiSuccess":"TqUtW3","uuiWarning":"aVnof8","uuiHighlight":"GIUd1K","uuiTypographySize12":"yikEzH","uuiTypographySize14":"SeoU1G","uuiTypographySize16":"eB8fAy","headerCell":"b1fXp7","configIcon":"PFmYUe"};
|
|
3872
3872
|
|
|
3873
3873
|
var _path$c;
|
|
3874
3874
|
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); }
|
|
@@ -3890,7 +3890,7 @@ const DataTableHeaderRow = withMods(DataTableHeaderRow$1, () => [css$h.root, 'uu
|
|
|
3890
3890
|
renderConfigButton: () => React.createElement(IconButton, { key: "configuration", onClick: mods.onConfigButtonClick, cx: css$h.configIcon, color: "neutral", icon: ForwardRef$d }),
|
|
3891
3891
|
}));
|
|
3892
3892
|
|
|
3893
|
-
var styles$1 = {"uui-typography":"
|
|
3893
|
+
var styles$1 = {"uui-typography":"cRhxxU","hero-header":"_7y47He","promo-header":"UUgzcg","uui-critical":"Kl5wS-","uui-info":"hHJkvj","uui-success":"HllT9f","uui-warning":"cQysy9","uui-highlight":"KYqmrK","uui-typography-size-12":"ol6L70","uui-typography-size-14":"XB-Ala","uui-typography-size-16":"jQ9Qtu","main-panel":"zSEw4N","group-title":"XMc5SD","group-title-text":"kuvftQ","group-title-badge":"VMxKlH","group-items":"_5Bx6Px","no-data":"xF-osf","h-divider":"_9q4BJK","search-area":"rbsr-m","uuiTypography":"cRhxxU","heroHeader":"_7y47He","promoHeader":"UUgzcg","uuiCritical":"Kl5wS-","uuiInfo":"hHJkvj","uuiSuccess":"HllT9f","uuiWarning":"cQysy9","uuiHighlight":"KYqmrK","uuiTypographySize12":"ol6L70","uuiTypographySize14":"XB-Ala","uuiTypographySize16":"jQ9Qtu","mainPanel":"zSEw4N","groupTitle":"XMc5SD","groupTitleText":"kuvftQ","groupTitleBadge":"VMxKlH","groupItems":"_5Bx6Px","noData":"xF-osf","hDivider":"_9q4BJK","searchArea":"rbsr-m"};
|
|
3894
3894
|
|
|
3895
3895
|
var _path$b;
|
|
3896
3896
|
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); }
|
|
@@ -3967,7 +3967,7 @@ function PinIconButton(props) {
|
|
|
3967
3967
|
React.createElement(IconButton, { icon: pinIcon, onClick: pinClickHandler, isDisabled: isPinnedAlways, color: isPinned ? 'info' : undefined }))));
|
|
3968
3968
|
}
|
|
3969
3969
|
|
|
3970
|
-
var styles = {"uui-typography":"
|
|
3970
|
+
var styles = {"uui-typography":"Vk9-cu","hero-header":"YSk6K0","promo-header":"Julkpl","uui-critical":"yXoarG","uui-info":"l6HSpd","uui-success":"EPS5V3","uui-warning":"qpq7kB","uui-highlight":"XlFnon","uui-typography-size-12":"tmmMdL","uui-typography-size-14":"SPrNp-","uui-typography-size-16":"e-CyFy","row-wrapper":"vO-znP","not-pinned":"n-6T4U","pin-icon-button":"G5en8K","checkbox":"Axrsv3","drag-handle":"_5WTYvH","dnd-disabled":"wN15L1","uuiTypography":"Vk9-cu","heroHeader":"YSk6K0","promoHeader":"Julkpl","uuiCritical":"yXoarG","uuiInfo":"l6HSpd","uuiSuccess":"EPS5V3","uuiWarning":"qpq7kB","uuiHighlight":"XlFnon","uuiTypographySize12":"tmmMdL","uuiTypographySize14":"SPrNp-","uuiTypographySize16":"e-CyFy","rowWrapper":"vO-znP","notPinned":"n-6T4U","pinIconButton":"G5en8K","dragHandle":"_5WTYvH","dndDisabled":"wN15L1"};
|
|
3971
3971
|
|
|
3972
3972
|
const ColumnRow = React.memo(function ColumnRow(props) {
|
|
3973
3973
|
const { column } = props;
|
|
@@ -4052,7 +4052,7 @@ function ColumnsConfigurationModal(props) {
|
|
|
4052
4052
|
noVisibleColumns ? (React.createElement(Tooltip, { content: i18n$1.enableAtLeastOneColumnMessage, placement: "top-end", color: "critical" }, applyButton)) : (applyButton)))));
|
|
4053
4053
|
}
|
|
4054
4054
|
|
|
4055
|
-
var css$g = {"listContainer":"
|
|
4055
|
+
var css$g = {"listContainer":"APr3xL","header":"NM-IuK","group":"_9ByVhI","stickyHeader":"riOWQa"};
|
|
4056
4056
|
|
|
4057
4057
|
const getChildrenAndRest = (row, rows) => {
|
|
4058
4058
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4118,7 +4118,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4118
4118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4119
4119
|
ref: ref
|
|
4120
4120
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
4121
|
-
clipPath: "url(#
|
|
4121
|
+
clipPath: "url(#axu51vcbdkvlo0lj5_a)"
|
|
4122
4122
|
}, _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
|
|
4123
4123
|
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",
|
|
4124
4124
|
fill: "#F5F6FA"
|
|
@@ -4139,7 +4139,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4139
4139
|
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",
|
|
4140
4140
|
fill: "#1D1E26"
|
|
4141
4141
|
})), /*#__PURE__*/React.createElement("mask", {
|
|
4142
|
-
id: "
|
|
4142
|
+
id: "axu51vz4q7m88wt38_b",
|
|
4143
4143
|
style: {
|
|
4144
4144
|
maskType: "alpha"
|
|
4145
4145
|
},
|
|
@@ -4152,7 +4152,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4152
4152
|
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",
|
|
4153
4153
|
fill: "#9BDEFF"
|
|
4154
4154
|
}))), _g$1 || (_g$1 = /*#__PURE__*/React.createElement("g", {
|
|
4155
|
-
mask: "url(#
|
|
4155
|
+
mask: "url(#axu51vz4q7m88wt38_b)",
|
|
4156
4156
|
fillRule: "evenodd",
|
|
4157
4157
|
clipRule: "evenodd"
|
|
4158
4158
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -4238,7 +4238,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4238
4238
|
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",
|
|
4239
4239
|
fill: "#fff"
|
|
4240
4240
|
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
4241
|
-
id: "
|
|
4241
|
+
id: "axu51vcbdkvlo0lj5_a"
|
|
4242
4242
|
}, /*#__PURE__*/React.createElement("path", {
|
|
4243
4243
|
fill: "#fff",
|
|
4244
4244
|
transform: "translate(.552)",
|
|
@@ -4247,7 +4247,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4247
4247
|
};
|
|
4248
4248
|
var ForwardRef$9 = /*#__PURE__*/forwardRef(SvgEmptyTable);
|
|
4249
4249
|
|
|
4250
|
-
var css$f = {"sticky-header":"
|
|
4250
|
+
var css$f = {"sticky-header":"fJYAGy","table":"HPFEQp","no-results":"lnlW7D","no-results-icon":"qg8FD2","no-results-title":"o3CI9U","stickyHeader":"fJYAGy","noResults":"lnlW7D","noResultsIcon":"qg8FD2","noResultsTitle":"o3CI9U"};
|
|
4251
4251
|
|
|
4252
4252
|
function DataTable(props) {
|
|
4253
4253
|
var _a;
|
|
@@ -4298,9 +4298,9 @@ function DataTable(props) {
|
|
|
4298
4298
|
} }))));
|
|
4299
4299
|
}
|
|
4300
4300
|
|
|
4301
|
-
var css$e = {"root":"
|
|
4301
|
+
var css$e = {"root":"G6SERO"};
|
|
4302
4302
|
|
|
4303
|
-
var css$d = {"root":"
|
|
4303
|
+
var css$d = {"root":"H41g2l","burger-content":"jxrtn3","burgerContent":"jxrtn3"};
|
|
4304
4304
|
|
|
4305
4305
|
var _path$7;
|
|
4306
4306
|
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); }
|
|
@@ -4367,7 +4367,7 @@ var SvgTriangle = function SvgTriangle(props, ref) {
|
|
|
4367
4367
|
};
|
|
4368
4368
|
var ForwardRef$6 = /*#__PURE__*/forwardRef(SvgTriangle);
|
|
4369
4369
|
|
|
4370
|
-
var css$c = {"uui-typography":"
|
|
4370
|
+
var css$c = {"uui-typography":"-ilrmt","hero-header":"PTD0tJ","promo-header":"CCyEV2","uui-critical":"hlhZ-7","uui-info":"x7hAwo","uui-success":"PdxjrP","uui-warning":"qisyEH","uui-highlight":"WgyHTy","uui-typography-size-12":"_0W-MB4","uui-typography-size-14":"KRf1p3","uui-typography-size-16":"Fy0JzK","root":"TGa7of","button-primary":"QiUERl","button-secondary":"p0UAQQ","hasIcon":"oJB4tC","dropdown":"T3rl2u","uuiTypography":"-ilrmt","heroHeader":"PTD0tJ","promoHeader":"CCyEV2","uuiCritical":"hlhZ-7","uuiInfo":"x7hAwo","uuiSuccess":"PdxjrP","uuiWarning":"qisyEH","uuiHighlight":"WgyHTy","uuiTypographySize12":"_0W-MB4","uuiTypographySize14":"KRf1p3","uuiTypographySize16":"Fy0JzK","buttonPrimary":"QiUERl","buttonSecondary":"p0UAQQ"};
|
|
4371
4371
|
|
|
4372
4372
|
const BurgerButton = withMods(Button$1, (props) => [
|
|
4373
4373
|
css$c.root,
|
|
@@ -4424,13 +4424,13 @@ var SvgMenuInputCancel = function SvgMenuInputCancel(props, ref) {
|
|
|
4424
4424
|
};
|
|
4425
4425
|
var ForwardRef$5 = /*#__PURE__*/forwardRef(SvgMenuInputCancel);
|
|
4426
4426
|
|
|
4427
|
-
var css$b = {"search-input":"
|
|
4427
|
+
var css$b = {"search-input":"iTKb6l","searchInput":"iTKb6l"};
|
|
4428
4428
|
|
|
4429
4429
|
function BurgerSearch(props) {
|
|
4430
4430
|
return (React.createElement(TextInput$1, { cx: cx(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 }));
|
|
4431
4431
|
}
|
|
4432
4432
|
|
|
4433
|
-
var css$a = {"root":"
|
|
4433
|
+
var css$a = {"root":"_80C791","group-header":"aBtGVO","group-name":"xp8L-m","line":"uk6GdF","groupHeader":"aBtGVO","groupName":"xp8L-m"};
|
|
4434
4434
|
|
|
4435
4435
|
function BurgerGroupHeader(props) {
|
|
4436
4436
|
return (React.createElement("div", { className: cx(css$a.root, css$a.groupHeader, 'uui-burger-group-header') },
|
|
@@ -4438,7 +4438,7 @@ function BurgerGroupHeader(props) {
|
|
|
4438
4438
|
React.createElement("span", { className: css$a.groupName }, props.caption)));
|
|
4439
4439
|
}
|
|
4440
4440
|
|
|
4441
|
-
var css$9 = {"uui-typography":"
|
|
4441
|
+
var css$9 = {"uui-typography":"F8HmIa","hero-header":"OqgK53","promo-header":"ZxHTz3","uui-critical":"sf1dHm","uui-info":"_1upQgy","uui-success":"Aq3mrR","uui-warning":"_0CpL-e","uui-highlight":"vNrLaG","uui-typography-size-12":"_6AKwrM","uui-typography-size-14":"I3f6Jd","uui-typography-size-16":"mGmJe-","root":"YawuKd","type-primary":"UZ7PUd","type-secondary":"N8rBqf","uuiTypography":"F8HmIa","heroHeader":"OqgK53","promoHeader":"ZxHTz3","uuiCritical":"sf1dHm","uuiInfo":"_1upQgy","uuiSuccess":"Aq3mrR","uuiWarning":"_0CpL-e","uuiHighlight":"vNrLaG","uuiTypographySize12":"_6AKwrM","uuiTypographySize14":"I3f6Jd","uuiTypographySize16":"mGmJe-","typePrimary":"UZ7PUd","typeSecondary":"N8rBqf"};
|
|
4442
4442
|
|
|
4443
4443
|
var _path$4;
|
|
4444
4444
|
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); }
|
|
@@ -4458,7 +4458,7 @@ var ForwardRef$4 = /*#__PURE__*/forwardRef(SvgChevronDown24);
|
|
|
4458
4458
|
|
|
4459
4459
|
const MainMenuButton = withMods(Button$1, (mods) => [css$9.root, css$9['type-' + (mods.type || 'primary')]], () => ({ dropdownIcon: ForwardRef$4, role: 'menuitem' }));
|
|
4460
4460
|
|
|
4461
|
-
var css$8 = {"dropdown-body":"
|
|
4461
|
+
var css$8 = {"dropdown-body":"Nmd9dc","dropdownBody":"Nmd9dc"};
|
|
4462
4462
|
|
|
4463
4463
|
class MainMenuDropdown extends React.Component {
|
|
4464
4464
|
render() {
|
|
@@ -4512,12 +4512,12 @@ var SvgGlobalMenu = function SvgGlobalMenu(props, ref) {
|
|
|
4512
4512
|
};
|
|
4513
4513
|
var ForwardRef$3 = /*#__PURE__*/forwardRef(SvgGlobalMenu);
|
|
4514
4514
|
|
|
4515
|
-
var css$7 = {"global-menu-btn":"
|
|
4515
|
+
var css$7 = {"global-menu-btn":"_2H06tz","globalMenuIcon":"_4rtYFA","globalMenuBtn":"_2H06tz"};
|
|
4516
4516
|
|
|
4517
4517
|
const GlobalMenu = React.forwardRef((props, ref) => (React.createElement("button", Object.assign({ ref: ref, id: "global_menu_toggle", className: cx(css$7.globalMenuBtn, props.cx) }, props.rawProps),
|
|
4518
4518
|
React.createElement(IconContainer, { icon: ForwardRef$3, cx: css$7.globalMenuIcon }))));
|
|
4519
4519
|
|
|
4520
|
-
var css$6 = {"container":"
|
|
4520
|
+
var css$6 = {"container":"_3W3N9X","open":"Ybb1Zp"};
|
|
4521
4521
|
|
|
4522
4522
|
const MainMenuAvatar = React.forwardRef((props, ref) => (React.createElement("button", { ref: ref, className: cx(css$6.container, props.isDropdown && css$6.dropdown, props.isOpen && css$6.open, props.onClick && uuiMarkers.clickable, props.cx), onClick: props.onClick },
|
|
4523
4523
|
React.createElement(Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -4525,18 +4525,18 @@ const MainMenuAvatar = React.forwardRef((props, ref) => (React.createElement("bu
|
|
|
4525
4525
|
props.isDropdown && (React.createElement("div", null,
|
|
4526
4526
|
React.createElement(IconContainer, { icon: ForwardRef$1a, flipY: props.isOpen }))))));
|
|
4527
4527
|
|
|
4528
|
-
var css$5 = {"search-input":"
|
|
4528
|
+
var css$5 = {"search-input":"_5R9O5R","searchInput":"_5R9O5R"};
|
|
4529
4529
|
|
|
4530
4530
|
const MainMenuSearch = React.forwardRef((props, ref) => (React.createElement(IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => {
|
|
4531
4531
|
var _a;
|
|
4532
4532
|
return (React.createElement(TextInput$1, 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: cx$1(css$5.searchInput, props.cx) }, props.rawProps)));
|
|
4533
4533
|
} }))));
|
|
4534
4534
|
|
|
4535
|
-
var css$4 = {"container":"
|
|
4535
|
+
var css$4 = {"container":"pu9Ap9"};
|
|
4536
4536
|
|
|
4537
4537
|
const MainMenuIcon = React.forwardRef((props, ref) => (React.createElement(IconButton, Object.assign({ ref: ref, icon: props.icon, cx: cx$1(props.cx, css$4.container) }, props))));
|
|
4538
4538
|
|
|
4539
|
-
var css$3 = {"root":"
|
|
4539
|
+
var css$3 = {"root":"_-3W7VY"};
|
|
4540
4540
|
|
|
4541
4541
|
const Anchor = withMods(Anchor$1, () => [css$3.root]);
|
|
4542
4542
|
|
|
@@ -4593,7 +4593,7 @@ var SvgShape = function SvgShape(props, ref) {
|
|
|
4593
4593
|
};
|
|
4594
4594
|
var ForwardRef$2 = /*#__PURE__*/forwardRef(SvgShape);
|
|
4595
4595
|
|
|
4596
|
-
var css$2 = {"root":"
|
|
4596
|
+
var css$2 = {"root":"HZ7-kd","drop-start":"tYMjwl","drop-over":"-BW5jC","link":"gmY-H8","drop-area":"kJcCUY","icon-blue":"CbCj2q","dropStart":"tYMjwl","dropOver":"-BW5jC","dropArea":"kJcCUY","iconBlue":"CbCj2q"};
|
|
4597
4597
|
|
|
4598
4598
|
class DropSpot extends React.Component {
|
|
4599
4599
|
constructor() {
|
|
@@ -4617,9 +4617,9 @@ class DropSpot extends React.Component {
|
|
|
4617
4617
|
}
|
|
4618
4618
|
}
|
|
4619
4619
|
|
|
4620
|
-
var css$1 = {"root":"
|
|
4620
|
+
var css$1 = {"root":"YUGJfi","file-name":"JqKf3Q","default-color":"WMna5M","doc-color":"_7o3eKU","xls-color":"uFkyXX","pdf-color":"ozQp0b","movie-color":"Sf1NiY","img-color":"WhFrm0","mov-color":"XlwQfc","error-block":"ry8eWE","icons-block":"S5ovzL","fileName":"JqKf3Q","defaultColor":"WMna5M","docColor":"_7o3eKU","xlsColor":"uFkyXX","pdfColor":"ozQp0b","movieColor":"Sf1NiY","imgColor":"WhFrm0","movColor":"XlwQfc","errorBlock":"ry8eWE","iconsBlock":"S5ovzL"};
|
|
4621
4621
|
|
|
4622
|
-
var css = {"root":"
|
|
4622
|
+
var css = {"root":"oSDw6Y"};
|
|
4623
4623
|
|
|
4624
4624
|
const SvgCircleProgress = React.forwardRef((props, ref) => {
|
|
4625
4625
|
const outsetRadius = props.size / 2 - 1;
|