@epam/uui 5.12.0-rc.0 → 5.12.0-rc.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/DataTableHeaderGroupCell.d.ts.map +1 -1
- package/index.esm.js +103 -104
- package/index.esm.js.map +1 -1
- package/index.js +103 -104
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/stats.html +19 -1
- package/styles.css +2531 -2531
- package/styles.css.map +1 -1
package/index.esm.js
CHANGED
|
@@ -581,7 +581,7 @@ const settings = {
|
|
|
581
581
|
},
|
|
582
582
|
};
|
|
583
583
|
|
|
584
|
-
var css$1x = {"uui-typography":"
|
|
584
|
+
var css$1x = {"uui-typography":"VTq0Ic","hero-header":"Nxbcoj","promo-header":"SJKmBu","uui-critical":"Tdy-mY","uui-info":"Ym5eMq","uui-success":"zhX-G5","uui-warning":"nX6ZRk","uui-highlight":"a-VPKw","uui-typography-size-12":"oZLZFJ","uui-typography-size-14":"o6cx54","uui-typography-size-16":"Ab0GF4","root":"_9-V7rx","uuiTypography":"VTq0Ic","heroHeader":"Nxbcoj","promoHeader":"SJKmBu","uuiCritical":"Tdy-mY","uuiInfo":"Ym5eMq","uuiSuccess":"zhX-G5","uuiWarning":"nX6ZRk","uuiHighlight":"a-VPKw","uuiTypographySize12":"oZLZFJ","uuiTypographySize14":"o6cx54","uuiTypographySize16":"Ab0GF4"};
|
|
585
585
|
|
|
586
586
|
function applyButtonMods(mods) {
|
|
587
587
|
return [
|
|
@@ -599,7 +599,7 @@ const Button = /* @__PURE__ */withMods(uuiComponents.Button, applyButtonMods, ()
|
|
|
599
599
|
};
|
|
600
600
|
});
|
|
601
601
|
|
|
602
|
-
var css$1w = {"root":"
|
|
602
|
+
var css$1w = {"root":"iAU5II"};
|
|
603
603
|
|
|
604
604
|
function applyIconButtonMods(props) {
|
|
605
605
|
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1w.root];
|
|
@@ -636,7 +636,7 @@ function getIconClass(props) {
|
|
|
636
636
|
return [classList['has-left-icon'] ? 'uui-has-left-icon' : 'uui-no-left-icon', classList['has-right-icon'] ? 'uui-has-right-icon' : 'uui-no-right-icon'];
|
|
637
637
|
}
|
|
638
638
|
|
|
639
|
-
var css$1v = {"uui-typography":"
|
|
639
|
+
var css$1v = {"uui-typography":"HdoZU2","hero-header":"iw3Ytl","promo-header":"IVtiGU","uui-critical":"UOBnPG","uui-info":"KB9XWu","uui-success":"lWOJFo","uui-warning":"ZLYsmi","uui-highlight":"evCNt1","uui-typography-size-12":"iBOnnp","uui-typography-size-14":"cITbMI","uui-typography-size-16":"_7FZN5J","root":"H-Uotw","uuiTypography":"HdoZU2","heroHeader":"iw3Ytl","promoHeader":"IVtiGU","uuiCritical":"UOBnPG","uuiInfo":"KB9XWu","uuiSuccess":"lWOJFo","uuiWarning":"ZLYsmi","uuiHighlight":"evCNt1","uuiTypographySize12":"iBOnnp","uuiTypographySize14":"cITbMI","uuiTypographySize16":"_7FZN5J"};
|
|
640
640
|
|
|
641
641
|
const DEFAULT_COLOR = 'primary';
|
|
642
642
|
const DEFAULT_WEIGHT = 'semibold';
|
|
@@ -667,7 +667,7 @@ const LinkButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
667
667
|
props.isDropdown && (React.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
668
668
|
});
|
|
669
669
|
|
|
670
|
-
var css$1u = {"root":"
|
|
670
|
+
var css$1u = {"root":"Btmc5F"};
|
|
671
671
|
|
|
672
672
|
const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
673
673
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -679,7 +679,7 @@ const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
679
679
|
]) }, props.caption));
|
|
680
680
|
});
|
|
681
681
|
|
|
682
|
-
var css$1t = {"uui-typography":"
|
|
682
|
+
var css$1t = {"uui-typography":"ElXdsV","hero-header":"_03LxzM","promo-header":"jGCACH","uui-critical":"Chf4B7","uui-info":"iwi8gk","uui-success":"-e0R4D","uui-warning":"_0vWptV","uui-highlight":"MoZFxH","uui-typography-size-12":"iAsJhn","uui-typography-size-14":"obiGDh","uui-typography-size-16":"_62A8xH","root":"mMFMcN","withNotify":"_4yl6W8","uuiTypography":"ElXdsV","heroHeader":"_03LxzM","promoHeader":"jGCACH","uuiCritical":"Chf4B7","uuiInfo":"iwi8gk","uuiSuccess":"-e0R4D","uuiWarning":"_0vWptV","uuiHighlight":"MoZFxH","uuiTypographySize12":"iAsJhn","uuiTypographySize14":"obiGDh","uuiTypographySize16":"_62A8xH"};
|
|
683
683
|
|
|
684
684
|
const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
685
685
|
const styles = [
|
|
@@ -702,7 +702,7 @@ const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
702
702
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
703
703
|
});
|
|
704
704
|
|
|
705
|
-
var css$1s = {"uui-typography":"
|
|
705
|
+
var css$1s = {"uui-typography":"wyPbpt","hero-header":"Ob-xAw","promo-header":"SM3uAn","uui-critical":"VFtg-1","uui-info":"tjAs6Q","uui-success":"epBLkb","uui-warning":"YHo1JL","uui-highlight":"_53gqtJ","uui-typography-size-12":"Azo84s","uui-typography-size-14":"-UTUCD","uui-typography-size-16":"S5fDIn","root":"OPlf-Z","uuiTypography":"wyPbpt","heroHeader":"Ob-xAw","promoHeader":"SM3uAn","uuiCritical":"VFtg-1","uuiInfo":"tjAs6Q","uuiSuccess":"epBLkb","uuiWarning":"YHo1JL","uuiHighlight":"_53gqtJ","uuiTypographySize12":"Azo84s","uuiTypographySize14":"-UTUCD","uuiTypographySize16":"S5fDIn"};
|
|
706
706
|
|
|
707
707
|
function applyVerticalTabButtonMods() {
|
|
708
708
|
return [css$1s.root, 'uui-vertical-tab-button'];
|
|
@@ -724,7 +724,7 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
|
724
724
|
};
|
|
725
725
|
var ForwardRef$B = /*#__PURE__*/forwardRef(SvgContentMinusOutline);
|
|
726
726
|
|
|
727
|
-
var css$1r = {"uui-typography":"
|
|
727
|
+
var css$1r = {"uui-typography":"wdyU9Y","hero-header":"Ip5SMX","promo-header":"l7bvCV","uui-critical":"fo36VJ","uui-info":"I8tPbd","uui-success":"Or-umZ","uui-warning":"ptuFOD","uui-highlight":"c-gDMR","uui-typography-size-12":"_0bShpJ","uui-typography-size-14":"CK1sbN","uui-typography-size-16":"zkMvw-","root":"_6KdgHC","mode-cell":"WlxFa4","uuiTypography":"wdyU9Y","heroHeader":"Ip5SMX","promoHeader":"l7bvCV","uuiCritical":"fo36VJ","uuiInfo":"I8tPbd","uuiSuccess":"Or-umZ","uuiWarning":"ptuFOD","uuiHighlight":"c-gDMR","uuiTypographySize12":"_0bShpJ","uuiTypographySize14":"CK1sbN","uuiTypographySize16":"zkMvw-","modeCell":"WlxFa4"};
|
|
728
728
|
|
|
729
729
|
function applyCheckboxMods(mods) {
|
|
730
730
|
return [
|
|
@@ -759,7 +759,7 @@ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
|
759
759
|
};
|
|
760
760
|
var ForwardRef$A = /*#__PURE__*/forwardRef(SvgRadioDotFill);
|
|
761
761
|
|
|
762
|
-
var css$1q = {"uui-typography":"
|
|
762
|
+
var css$1q = {"uui-typography":"_0vDAlp","hero-header":"_7WTe5H","promo-header":"_5F36--","uui-critical":"wYx1ll","uui-info":"dBBA8e","uui-success":"yi4aOJ","uui-warning":"VJnXTb","uui-highlight":"B2YSHT","uui-typography-size-12":"k1RgZY","uui-typography-size-14":"lCHtdJ","uui-typography-size-16":"_4802YF","root":"i4iXF8","uuiTypography":"_0vDAlp","heroHeader":"_7WTe5H","promoHeader":"_5F36--","uuiCritical":"wYx1ll","uuiInfo":"dBBA8e","uuiSuccess":"yi4aOJ","uuiWarning":"VJnXTb","uuiHighlight":"B2YSHT","uuiTypographySize12":"k1RgZY","uuiTypographySize14":"lCHtdJ","uuiTypographySize16":"_4802YF"};
|
|
763
763
|
|
|
764
764
|
function applyRadioInputMods(mods) {
|
|
765
765
|
return [
|
|
@@ -771,7 +771,7 @@ function applyRadioInputMods(mods) {
|
|
|
771
771
|
}
|
|
772
772
|
const RadioInput = /* @__PURE__ */withMods(RadioInput$1, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$A }));
|
|
773
773
|
|
|
774
|
-
var css$1p = {"root":"
|
|
774
|
+
var css$1p = {"root":"Z5aMA3"};
|
|
775
775
|
|
|
776
776
|
function applySwitchMods(mods) {
|
|
777
777
|
return [
|
|
@@ -839,7 +839,7 @@ var EditMode;
|
|
|
839
839
|
EditMode["INLINE"] = "inline";
|
|
840
840
|
})(EditMode || (EditMode = {}));
|
|
841
841
|
|
|
842
|
-
var textInputCss = {"uui-typography":"
|
|
842
|
+
var textInputCss = {"uui-typography":"IE-QG9","hero-header":"wRORJK","promo-header":"f7613Z","uui-critical":"_--iWEU","uui-info":"_-9rOHX","uui-success":"NDRIlb","uui-warning":"CQKvbC","uui-highlight":"kb8qex","uui-typography-size-12":"_8B1x1-","uui-typography-size-14":"TgkbnG","uui-typography-size-16":"XLo5Uo","root":"Sm9ixM","mode-form":"_0w4n8u","mode-inline":"rIYg4B","mode-cell":"eFfG9Z","uuiTypography":"IE-QG9","heroHeader":"wRORJK","promoHeader":"f7613Z","uuiCritical":"_--iWEU","uuiInfo":"_-9rOHX","uuiSuccess":"NDRIlb","uuiWarning":"CQKvbC","uuiHighlight":"kb8qex","uuiTypographySize12":"_8B1x1-","uuiTypographySize14":"TgkbnG","uuiTypographySize16":"XLo5Uo","modeForm":"_0w4n8u","modeInline":"rIYg4B","modeCell":"eFfG9Z"};
|
|
843
843
|
|
|
844
844
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
845
845
|
function applyTextInputMods(mods) {
|
|
@@ -865,7 +865,7 @@ const SearchInput = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
865
865
|
} })));
|
|
866
866
|
});
|
|
867
867
|
|
|
868
|
-
var css$1o = {"root":"
|
|
868
|
+
var css$1o = {"root":"JhWWcr"};
|
|
869
869
|
|
|
870
870
|
const ControlGroup = /* @__PURE__ */withMods(ControlGroup$1, () => [css$1o.root, 'uui-control-group']);
|
|
871
871
|
|
|
@@ -874,7 +874,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
874
874
|
}
|
|
875
875
|
const MultiSwitch = /* @__PURE__ */React.forwardRef(MultiSwitchComponent);
|
|
876
876
|
|
|
877
|
-
var css$1n = {"uui-typography":"
|
|
877
|
+
var css$1n = {"uui-typography":"Q-gJON","hero-header":"EYwVQO","promo-header":"yUVuP4","uui-critical":"lTRg7J","uui-info":"WgfL7u","uui-success":"IhAgO7","uui-warning":"_0c3SBb","uui-highlight":"_0i12iV","uui-typography-size-12":"QRfKIz","uui-typography-size-14":"wF1WqS","uui-typography-size-16":"hw6VZ1","root":"Foc7wz","mode-form":"hHXIff","mode-cell":"ZpL1jl","uuiTypography":"Q-gJON","heroHeader":"EYwVQO","promoHeader":"yUVuP4","uuiCritical":"lTRg7J","uuiInfo":"WgfL7u","uuiSuccess":"IhAgO7","uuiWarning":"_0c3SBb","uuiHighlight":"_0i12iV","uuiTypographySize12":"QRfKIz","uuiTypographySize14":"wF1WqS","uuiTypographySize16":"hw6VZ1","modeForm":"hHXIff","modeCell":"ZpL1jl"};
|
|
878
878
|
|
|
879
879
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
880
880
|
function applyNumericInputMods(mods) {
|
|
@@ -895,7 +895,7 @@ const NumericInput = /* @__PURE__ */withMods(NumericInput$1, applyNumericInputMo
|
|
|
895
895
|
};
|
|
896
896
|
});
|
|
897
897
|
|
|
898
|
-
var css$1m = {"uui-typography":"
|
|
898
|
+
var css$1m = {"uui-typography":"kraxks","hero-header":"jYhR5O","promo-header":"H-HnUN","uui-critical":"vRG3Yg","uui-info":"C4k6Mo","uui-success":"HZ5x63","uui-warning":"_6iwVuo","uui-highlight":"LsKZKH","uui-typography-size-12":"wfw2v7","uui-typography-size-14":"wVvaAq","uui-typography-size-16":"SQTiCz","root":"_9dV220","mode-form":"Sg9dai","mode-cell":"_3Jm9CD","mode-inline":"iZF6qU","uuiTypography":"kraxks","heroHeader":"jYhR5O","promoHeader":"H-HnUN","uuiCritical":"vRG3Yg","uuiInfo":"C4k6Mo","uuiSuccess":"HZ5x63","uuiWarning":"_6iwVuo","uuiHighlight":"LsKZKH","uuiTypographySize12":"wfw2v7","uuiTypographySize14":"wVvaAq","uuiTypographySize16":"SQTiCz","modeForm":"Sg9dai","modeCell":"_3Jm9CD","modeInline":"iZF6qU"};
|
|
899
899
|
|
|
900
900
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
901
901
|
function applyTextAreaMods(mods) {
|
|
@@ -996,7 +996,7 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
|
996
996
|
};
|
|
997
997
|
var ForwardRef$w = /*#__PURE__*/forwardRef(SvgNotificationInfoFill);
|
|
998
998
|
|
|
999
|
-
var css$1l = {"uui-typography":"
|
|
999
|
+
var css$1l = {"uui-typography":"yCzEpI","hero-header":"AXZWdA","promo-header":"Yn3zur","uui-critical":"O0iIk4","uui-info":"L-HGfe","uui-success":"ZTGTrk","uui-warning":"tuPZnj","uui-highlight":"koe-x3","uui-typography-size-12":"v5VI5W","uui-typography-size-14":"bgRmfd","uui-typography-size-16":"_2xkfK5","root":"_3dpb4i","icon-wrapper":"AwiflA","alert-wrapper":"SHAyAv","size-48":"VHC3p-","size-36":"Vf7ybq","action-wrapper":"LnTSgV","action-icon":"quTgZ0","action-link":"_0X4aph","close-icon":"WDxzri","main-path":"bcNYOs","content":"_2OqUR9","uuiTypography":"yCzEpI","heroHeader":"AXZWdA","promoHeader":"Yn3zur","uuiCritical":"O0iIk4","uuiInfo":"L-HGfe","uuiSuccess":"ZTGTrk","uuiWarning":"tuPZnj","uuiHighlight":"koe-x3","uuiTypographySize12":"v5VI5W","uuiTypographySize14":"bgRmfd","uuiTypographySize16":"_2xkfK5","iconWrapper":"AwiflA","alertWrapper":"SHAyAv","size48":"VHC3p-","size36":"Vf7ybq","actionWrapper":"LnTSgV","actionIcon":"quTgZ0","actionLink":"_0X4aph","closeIcon":"WDxzri","mainPath":"bcNYOs"};
|
|
1000
1000
|
|
|
1001
1001
|
const Alert = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("div", Object.assign({ role: "alert", ref: ref, className: cx('uui-alert', css$1l.root, css$1l.alertWrapper, props.color && `uui-color-${props.color}`, props.cx, (props.size === '36' ? css$1l.size36 : css$1l.size48)) }, props.rawProps),
|
|
1002
1002
|
React.createElement("div", { className: css$1l.mainPath },
|
|
@@ -1013,7 +1013,7 @@ const ErrorAlert = /* @__PURE__ */React.forwardRef((props, ref) => React.createE
|
|
|
1013
1013
|
|
|
1014
1014
|
const Dropdown = /* @__PURE__ */withMods(Dropdown$1);
|
|
1015
1015
|
|
|
1016
|
-
var css$1k = {"root":"
|
|
1016
|
+
var css$1k = {"root":"JoY2h3"};
|
|
1017
1017
|
|
|
1018
1018
|
function applyDropdownContainerMods(mods) {
|
|
1019
1019
|
return [
|
|
@@ -1024,7 +1024,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
1024
1024
|
}
|
|
1025
1025
|
const DropdownContainer = /* @__PURE__ */withMods(uuiComponents.DropdownContainer, applyDropdownContainerMods);
|
|
1026
1026
|
|
|
1027
|
-
var css$1j = {"uui-typography":"
|
|
1027
|
+
var css$1j = {"uui-typography":"LhAmaS","hero-header":"_84moZs","promo-header":"P4zPIl","uui-critical":"GcrlTP","uui-info":"_7Inb16","uui-success":"HqVhC2","uui-warning":"_8HuU7P","uui-highlight":"mkQUAO","uui-typography-size-12":"uwkPWn","uui-typography-size-14":"_1y8jH7","uui-typography-size-16":"JFG2-i","submenu-root-item-rtl":"fkhB5s","icon-after":"ogoL8r","submenu-root-item":"Fhwaey","icon-check":"e90WQL","splitter-root":"zlMLVx","splitter":"Bql76-","header-root":"cgxatS","item-root":"SQXlQl","icon":"Fm3QwK","link":"OiDmeF","indent":"XfgEgN","selected-mark":"_2AsqQ3","uuiTypography":"LhAmaS","heroHeader":"_84moZs","promoHeader":"P4zPIl","uuiCritical":"GcrlTP","uuiInfo":"_7Inb16","uuiSuccess":"HqVhC2","uuiWarning":"_8HuU7P","uuiHighlight":"mkQUAO","uuiTypographySize12":"uwkPWn","uuiTypographySize14":"_1y8jH7","uuiTypographySize16":"JFG2-i","submenuRootItemRtl":"fkhB5s","iconAfter":"ogoL8r","submenuRootItem":"Fhwaey","iconCheck":"e90WQL","splitterRoot":"zlMLVx","headerRoot":"cgxatS","itemRoot":"SQXlQl","selectedMark":"_2AsqQ3"};
|
|
1028
1028
|
|
|
1029
1029
|
var IDropdownControlKeys;
|
|
1030
1030
|
(function (IDropdownControlKeys) {
|
|
@@ -1157,7 +1157,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1157
1157
|
React__default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1158
1158
|
}
|
|
1159
1159
|
|
|
1160
|
-
var css$1i = {"uui-typography":"
|
|
1160
|
+
var css$1i = {"uui-typography":"S2o-o-","hero-header":"CfSPLb","promo-header":"AgFHcd","uui-critical":"cn9KwR","uui-info":"DS-VE-","uui-success":"_0ozi0L","uui-warning":"yYeEl0","uui-highlight":"_0Y-XuT","uui-typography-size-12":"SLFQ-G","uui-typography-size-14":"JDc0rp","uui-typography-size-16":"d8zICA","root":"_8uGCVC","mode-block":"r6K-uo","mode-inline":"DxTnGC","padding-0":"dutFLq","padding-6":"_-0UzpJ","padding-12":"_4q2P4-","padding-18":"vIJAGC","uuiTypography":"S2o-o-","heroHeader":"CfSPLb","promoHeader":"AgFHcd","uuiCritical":"cn9KwR","uuiInfo":"DS-VE-","uuiSuccess":"_0ozi0L","uuiWarning":"yYeEl0","uuiHighlight":"_0Y-XuT","uuiTypographySize12":"SLFQ-G","uuiTypographySize14":"JDc0rp","uuiTypographySize16":"d8zICA","modeBlock":"r6K-uo","modeInline":"DxTnGC","padding0":"dutFLq","padding6":"_-0UzpJ","padding12":"_4q2P4-","padding18":"vIJAGC"};
|
|
1161
1161
|
|
|
1162
1162
|
function applyAccordionMods(mods) {
|
|
1163
1163
|
return [
|
|
@@ -1170,7 +1170,7 @@ const Accordion = /* @__PURE__ */withMods(uuiComponents.Accordion, applyAccordio
|
|
|
1170
1170
|
dropdownIcon: mods.dropdownIcon !== null && systemIcons.foldingArrow,
|
|
1171
1171
|
}));
|
|
1172
1172
|
|
|
1173
|
-
var css$1h = {"uui-typography":"
|
|
1173
|
+
var css$1h = {"uui-typography":"bt8Nlk","hero-header":"A0mw2Y","promo-header":"zIYpcz","uui-critical":"mKDHUh","uui-info":"HGoYZe","uui-success":"XDC4MR","uui-warning":"Q-PVwX","uui-highlight":"fHwqVX","uui-typography-size-12":"o8lM0o","uui-typography-size-14":"PUucJL","uui-typography-size-16":"_0t42ef","root":"_7C5cuN","border-top":"mAT5PQ","border-bottom":"kkeeyZ","top-shadow":"Qbuex6","padding-6":"PsLHke","padding-12":"HlNNVh","padding-18":"aPH6CM","padding-24":"k6Idm4","margin-24":"rDNt95","margin-12":"mpdrPO","vPadding-12":"yy6-Or","vPadding-18":"vCGjJe","vPadding-24":"YRtBDK","vPadding-36":"-qW6BO","vPadding-48":"_-19xeS","spacing-6":"n7hwlq","spacing-12":"wBfPvg","spacing-18":"kzcnpP","uui-surface-main":"kcN-Fg","uuiTypography":"bt8Nlk","heroHeader":"A0mw2Y","promoHeader":"zIYpcz","uuiCritical":"mKDHUh","uuiInfo":"HGoYZe","uuiSuccess":"XDC4MR","uuiWarning":"Q-PVwX","uuiHighlight":"fHwqVX","uuiTypographySize12":"o8lM0o","uuiTypographySize14":"PUucJL","uuiTypographySize16":"_0t42ef","borderTop":"mAT5PQ","borderBottom":"kkeeyZ","topShadow":"Qbuex6","padding6":"PsLHke","padding12":"HlNNVh","padding18":"aPH6CM","padding24":"k6Idm4","margin24":"rDNt95","margin12":"mpdrPO","vPadding12":"yy6-Or","vPadding18":"vCGjJe","vPadding24":"YRtBDK","vPadding36":"-qW6BO","vPadding48":"_-19xeS","spacing6":"n7hwlq","spacing12":"wBfPvg","spacing18":"kzcnpP","uuiSurfaceMain":"kcN-Fg"};
|
|
1174
1174
|
|
|
1175
1175
|
const FlexCell = /* @__PURE__ */withMods(FlexCell$1, () => [css$1h.flexCell]);
|
|
1176
1176
|
|
|
@@ -1194,7 +1194,7 @@ const FlexRow = /* @__PURE__ */withMods(FlexRow$1, (props) => {
|
|
|
1194
1194
|
];
|
|
1195
1195
|
});
|
|
1196
1196
|
|
|
1197
|
-
var css$1g = {"root":"
|
|
1197
|
+
var css$1g = {"root":"_9FGXCT","margin-24":"EjpmEL","padding-12":"z6-qpT","padding-24":"NyPunt","shadow":"_6pYslq","uui-surface-main":"RI6ckR","margin24":"EjpmEL","padding12":"z6-qpT","padding24":"NyPunt","uuiSurfaceMain":"RI6ckR"};
|
|
1198
1198
|
|
|
1199
1199
|
const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
1200
1200
|
'uui-panel',
|
|
@@ -1204,7 +1204,7 @@ const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
|
1204
1204
|
props.background && css$1g[`uui-${props.background}`],
|
|
1205
1205
|
]);
|
|
1206
1206
|
|
|
1207
|
-
var css$1f = {"root":"
|
|
1207
|
+
var css$1f = {"root":"rt8ePW"};
|
|
1208
1208
|
|
|
1209
1209
|
function applyTooltipMods(mods) {
|
|
1210
1210
|
return [
|
|
@@ -1214,7 +1214,7 @@ function applyTooltipMods(mods) {
|
|
|
1214
1214
|
}
|
|
1215
1215
|
const Tooltip = /* @__PURE__ */withMods(uuiComponents.Tooltip, applyTooltipMods);
|
|
1216
1216
|
|
|
1217
|
-
var css$1e = {"uui-typography":"
|
|
1217
|
+
var css$1e = {"uui-typography":"YGuA08","hero-header":"_44jcM9","promo-header":"_3xEhQL","uui-critical":"FQIW-E","uui-info":"_3qRErq","uui-success":"_3X2wgD","uui-warning":"b6Orn6","uui-highlight":"_5KwTJm","uui-typography-size-12":"_1IFkG4","uui-typography-size-14":"PLDNDb","uui-typography-size-16":"XeAw-n","root":"_0iJhfE","uuiTypography":"YGuA08","heroHeader":"_44jcM9","promoHeader":"_3xEhQL","uuiCritical":"FQIW-E","uuiInfo":"_3qRErq","uuiSuccess":"_3X2wgD","uuiWarning":"b6Orn6","uuiHighlight":"_5KwTJm","uuiTypographySize12":"_1IFkG4","uuiTypographySize14":"PLDNDb","uuiTypographySize16":"XeAw-n"};
|
|
1218
1218
|
|
|
1219
1219
|
function applyLabeledInputMods(mods) {
|
|
1220
1220
|
return [
|
|
@@ -1228,7 +1228,7 @@ const LabeledInput = /* @__PURE__ */withMods(uuiComponents.LabeledInput, applyLa
|
|
|
1228
1228
|
infoIcon: props.infoIcon || (settings.sizes.labeledInput.fillIcon.includes(props.size) ? ForwardRef$w : ForwardRef$L),
|
|
1229
1229
|
}));
|
|
1230
1230
|
|
|
1231
|
-
var css$1d = {"root":"
|
|
1231
|
+
var css$1d = {"root":"lwqFqf"};
|
|
1232
1232
|
|
|
1233
1233
|
function RadioGroup(props) {
|
|
1234
1234
|
const direction = props.direction || 'vertical';
|
|
@@ -1243,7 +1243,7 @@ function RadioGroup(props) {
|
|
|
1243
1243
|
})));
|
|
1244
1244
|
}
|
|
1245
1245
|
|
|
1246
|
-
var css$1c = {"root":"
|
|
1246
|
+
var css$1c = {"root":"-OvgME"};
|
|
1247
1247
|
|
|
1248
1248
|
function applyScrollBarsMods() {
|
|
1249
1249
|
return [
|
|
@@ -1252,13 +1252,13 @@ function applyScrollBarsMods() {
|
|
|
1252
1252
|
}
|
|
1253
1253
|
const ScrollBars = /* @__PURE__ */withMods(ScrollBars$1, applyScrollBarsMods);
|
|
1254
1254
|
|
|
1255
|
-
var css$1b = {"scroll-container":"
|
|
1255
|
+
var css$1b = {"scroll-container":"ThzBJH","list-container":"GKfTqq","scrollContainer":"ThzBJH","listContainer":"GKfTqq"};
|
|
1256
1256
|
|
|
1257
|
-
var css$1a = {"root":"
|
|
1257
|
+
var css$1a = {"root":"yCMyMw"};
|
|
1258
1258
|
|
|
1259
1259
|
const AvatarStack = /* @__PURE__ */withMods(AvatarStack$1, () => [css$1a.root]);
|
|
1260
1260
|
|
|
1261
|
-
var css$19 = {"uui-typography":"
|
|
1261
|
+
var css$19 = {"uui-typography":"Sl9yAC","hero-header":"Hr9yYh","promo-header":"BjcPIP","uui-critical":"reqMb7","uui-info":"XvSMxw","uui-success":"XG6WYV","uui-warning":"IB2xUP","uui-highlight":"Op8Ljy","uui-typography-size-12":"_6z-9Gs","uui-typography-size-14":"GtaTfQ","uui-typography-size-16":"_109Tag","root":"-Cpklp","uuiTypography":"Sl9yAC","heroHeader":"Hr9yYh","promoHeader":"BjcPIP","uuiCritical":"reqMb7","uuiInfo":"XvSMxw","uuiSuccess":"XG6WYV","uuiWarning":"IB2xUP","uuiHighlight":"Op8Ljy","uuiTypographySize12":"_6z-9Gs","uuiTypographySize14":"GtaTfQ","uuiTypographySize16":"_109Tag"};
|
|
1262
1262
|
|
|
1263
1263
|
const DEFAULT_FILL = 'solid';
|
|
1264
1264
|
function applyBadgeMods(mods) {
|
|
@@ -1282,7 +1282,7 @@ const Badge = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
1282
1282
|
props.isDropdown && (React__default.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
1283
1283
|
});
|
|
1284
1284
|
|
|
1285
|
-
var css$18 = {"uui-typography":"
|
|
1285
|
+
var css$18 = {"uui-typography":"MGBCpM","hero-header":"oIR8Ny","promo-header":"IZB4YF","uui-critical":"_108vYF","uui-info":"_-0zJha","uui-success":"-FG197","uui-warning":"p-6mVt","uui-highlight":"XmbNT4","uui-typography-size-12":"eQK8oB","uui-typography-size-14":"DiNG8z","uui-typography-size-16":"X6Q6oy","root":"v4IMwf","uuiTypography":"MGBCpM","heroHeader":"oIR8Ny","promoHeader":"IZB4YF","uuiCritical":"_108vYF","uuiInfo":"_-0zJha","uuiSuccess":"-FG197","uuiWarning":"p-6mVt","uuiHighlight":"XmbNT4","uuiTypographySize12":"eQK8oB","uuiTypographySize14":"DiNG8z","uuiTypographySize16":"X6Q6oy"};
|
|
1286
1286
|
|
|
1287
1287
|
function applyTagMods(props) {
|
|
1288
1288
|
return [
|
|
@@ -1306,7 +1306,7 @@ const Tag = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
1306
1306
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
1307
1307
|
});
|
|
1308
1308
|
|
|
1309
|
-
var css$17 = {"root":"
|
|
1309
|
+
var css$17 = {"root":"NEG8Ze","uui-spinner":"-zU5-v","uuiSpinner":"-zU5-v"};
|
|
1310
1310
|
|
|
1311
1311
|
function applySpinnerMods() {
|
|
1312
1312
|
return [css$17.root, 'uui-spinner'];
|
|
@@ -1343,7 +1343,7 @@ var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline
|
|
|
1343
1343
|
};
|
|
1344
1344
|
var ForwardRef$u = /*#__PURE__*/forwardRef(SvgNavigationChevronRightOutline);
|
|
1345
1345
|
|
|
1346
|
-
var css$16 = {"root":"
|
|
1346
|
+
var css$16 = {"root":"mwSneS","page":"HS38SJ","spacer":"CKAqZ6","mode-ghost":"uVz0jF","modeGhost":"uVz0jF"};
|
|
1347
1347
|
|
|
1348
1348
|
function Paginator(props) {
|
|
1349
1349
|
const renderPaginator = (params) => (React__default.createElement("nav", Object.assign({ role: "navigation", className: cx(css$16.root, 'uui-paginator', `uui-size-${props.size || settings.sizes.defaults.paginator}`) }, params.rawProps),
|
|
@@ -1360,14 +1360,14 @@ function Paginator(props) {
|
|
|
1360
1360
|
return React__default.createElement(Paginator$1, Object.assign({}, props, { render: renderPaginator }));
|
|
1361
1361
|
}
|
|
1362
1362
|
|
|
1363
|
-
var css$15 = {"root":"
|
|
1363
|
+
var css$15 = {"root":"po8Ftz","progress-bar":"mv-1OL","progressBar-indeterminate":"kJFdmf","size-12":"-OSOBd","size-18":"w36qt4","size-24":"_48ee3A","progressBar":"mv-1OL","progressBarIndeterminate":"kJFdmf","size12":"-OSOBd","size18":"w36qt4","size24":"_48ee3A"};
|
|
1364
1364
|
|
|
1365
1365
|
const IndeterminateBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1366
1366
|
return (React.createElement("div", { ref: ref, className: cx('uui-indeterminate_bar', props.cx, css$15.root, css$15[`size-${props.size || 12}`]) },
|
|
1367
1367
|
React.createElement("div", { className: cx(css$15.progressBar) })));
|
|
1368
1368
|
});
|
|
1369
1369
|
|
|
1370
|
-
var css$14 = {"root":"
|
|
1370
|
+
var css$14 = {"root":"xjyqu8","striped":"-ILHsI","animate-stripes":"vqvW4R","size-12":"Yn4aH4","size-18":"fTDK5f","size-24":"SQUctP","animateStripes":"vqvW4R","size12":"Yn4aH4","size18":"fTDK5f","size24":"SQUctP"};
|
|
1371
1371
|
|
|
1372
1372
|
const DEFAULT_SIZE = '12';
|
|
1373
1373
|
function applyProgressBarMods(mods) {
|
|
@@ -1382,14 +1382,14 @@ const ProgressBar = /* @__PURE__ */withMods(uuiComponents.ProgressBar, applyProg
|
|
|
1382
1382
|
hideLabel: props.hideLabel || props.striped,
|
|
1383
1383
|
}));
|
|
1384
1384
|
|
|
1385
|
-
var css$13 = {"root":"
|
|
1385
|
+
var css$13 = {"root":"_5viqWZ"};
|
|
1386
1386
|
|
|
1387
1387
|
const IndicatorBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1388
1388
|
const { progress } = props;
|
|
1389
1389
|
return progress || progress === 0 ? (React.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx(css$13.root, props.cx), hideLabel: true })) : (React.createElement(IndeterminateBar, { ref: ref, cx: cx(css$13.root, props.cx) }));
|
|
1390
1390
|
});
|
|
1391
1391
|
|
|
1392
|
-
var css$12 = {"root":"
|
|
1392
|
+
var css$12 = {"root":"XRGt84"};
|
|
1393
1393
|
|
|
1394
1394
|
const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
1395
1395
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -1404,7 +1404,7 @@ const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
1404
1404
|
React__default.createElement("p", { className: "uui-status_indicator-caption" }, props.caption)));
|
|
1405
1405
|
});
|
|
1406
1406
|
|
|
1407
|
-
var css$11 = {"drag-handle":"
|
|
1407
|
+
var css$11 = {"drag-handle":"PyLQZZ","icon-container":"GkzJqu","dragHandle":"PyLQZZ","iconContainer":"GkzJqu"};
|
|
1408
1408
|
|
|
1409
1409
|
function DataRowAddons(props) {
|
|
1410
1410
|
var _a, _b;
|
|
@@ -1426,7 +1426,7 @@ function DataRowAddons(props) {
|
|
|
1426
1426
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row), size: settings.sizes.rowAddons.icon[props.size] || settings.sizes.rowAddons.defaults.icon }))))));
|
|
1427
1427
|
}
|
|
1428
1428
|
|
|
1429
|
-
var css$10 = {"root":"
|
|
1429
|
+
var css$10 = {"root":"b0sOL3"};
|
|
1430
1430
|
|
|
1431
1431
|
const Blocker = /* @__PURE__ */withMods(Blocker$1, () => [css$10.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__default.createElement(Spinner, null)) }));
|
|
1432
1432
|
|
|
@@ -1467,7 +1467,7 @@ const VirtualListView = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1467
1467
|
React.createElement(Blocker, { isEnabled: props.isLoading })));
|
|
1468
1468
|
});
|
|
1469
1469
|
|
|
1470
|
-
var css$$ = {"root":"
|
|
1470
|
+
var css$$ = {"root":"mvOULs"};
|
|
1471
1471
|
|
|
1472
1472
|
function CheckboxGroup(props) {
|
|
1473
1473
|
const currentValue = props.value || [];
|
|
@@ -1489,7 +1489,7 @@ function CheckboxGroup(props) {
|
|
|
1489
1489
|
})));
|
|
1490
1490
|
}
|
|
1491
1491
|
|
|
1492
|
-
var css$_ = {"uui-typography":"
|
|
1492
|
+
var css$_ = {"uui-typography":"EoP-5H","hero-header":"lI6OcR","promo-header":"_6L-NEk","uui-critical":"PjaSLu","uui-info":"hpV1o0","uui-success":"_3YQk-3","uui-warning":"_7t0K8R","uui-highlight":"-RZ3wY","uui-typography-size-12":"wjXOS7","uui-typography-size-14":"DIgqi-","uui-typography-size-16":"_11iGBk","root":"j8-8sT","modal-blocker":"owolSM","animateModalBlocker":"UC5AxM","modal":"A3-FNC","modal-footer":"uCfryF","modal-header":"WXxZvy","uuiTypography":"EoP-5H","heroHeader":"lI6OcR","promoHeader":"_6L-NEk","uuiCritical":"PjaSLu","uuiInfo":"hpV1o0","uuiSuccess":"_3YQk-3","uuiWarning":"_7t0K8R","uuiHighlight":"-RZ3wY","uuiTypographySize12":"wjXOS7","uuiTypographySize14":"DIgqi-","uuiTypographySize16":"_11iGBk","modalBlocker":"owolSM","modalFooter":"uCfryF","modalHeader":"WXxZvy"};
|
|
1493
1493
|
|
|
1494
1494
|
const ModalBlocker = /* @__PURE__ */withMods(ModalBlocker$1, () => [css$_.modalBlocker]);
|
|
1495
1495
|
const ModalWindow = /* @__PURE__ */withMods(ModalWindow$1, () => [css$_.root, css$_.modal], (props) => {
|
|
@@ -1678,7 +1678,7 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
|
1678
1678
|
};
|
|
1679
1679
|
var ForwardRef$t = /*#__PURE__*/forwardRef(SvgNotificationHelpFill);
|
|
1680
1680
|
|
|
1681
|
-
var css$Z = {"uui-typography":"
|
|
1681
|
+
var css$Z = {"uui-typography":"_4VEn8l","hero-header":"S64d-d","promo-header":"BPBpjk","uui-critical":"_7WocIG","uui-info":"rS6y3p","uui-success":"m5u3cZ","uui-warning":"QL3EHe","uui-highlight":"gfT3iH","uui-typography-size-12":"_4-B3aZ","uui-typography-size-14":"_7zHH46","uui-typography-size-16":"D1TJLt","root":"_4MxZ9X","icon-wrapper":"I02jhC","action-wrapper":"PJFLl2","action-link":"UjQ39V","close-icon":"NKXrLW","main-path":"VdPz6D","content":"TJEphp","close-wrapper":"jcRVZ9","notification-wrapper":"frgK2o","clear-button":"_4-dz5s","uuiTypography":"_4VEn8l","heroHeader":"S64d-d","promoHeader":"BPBpjk","uuiCritical":"_7WocIG","uuiInfo":"rS6y3p","uuiSuccess":"m5u3cZ","uuiWarning":"QL3EHe","uuiHighlight":"gfT3iH","uuiTypographySize12":"_4-B3aZ","uuiTypographySize14":"_7zHH46","uuiTypographySize16":"D1TJLt","iconWrapper":"I02jhC","actionWrapper":"PJFLl2","actionLink":"UjQ39V","closeIcon":"NKXrLW","mainPath":"VdPz6D","closeWrapper":"jcRVZ9","notificationWrapper":"frgK2o","clearButton":"_4-dz5s"};
|
|
1682
1682
|
|
|
1683
1683
|
const NotificationCard = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
1684
1684
|
const notificationCardNode = React__default.useRef(null);
|
|
@@ -1713,7 +1713,7 @@ function ClearNotification() {
|
|
|
1713
1713
|
React__default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
|
|
1714
1714
|
}
|
|
1715
1715
|
|
|
1716
|
-
var css$Y = {"footer":"
|
|
1716
|
+
var css$Y = {"footer":"_468l7i"};
|
|
1717
1717
|
|
|
1718
1718
|
class ConfirmationModal extends React.Component {
|
|
1719
1719
|
render() {
|
|
@@ -1755,7 +1755,7 @@ function useReliableForceUpdate() {
|
|
|
1755
1755
|
return red[1];
|
|
1756
1756
|
}
|
|
1757
1757
|
|
|
1758
|
-
var css$X = {"root":"
|
|
1758
|
+
var css$X = {"root":"xYt-1M","timepicker-input":"A2c6kw","ltr-always":"_5MytcW","timepickerInput":"A2c6kw","ltrAlways":"_5MytcW"};
|
|
1759
1759
|
|
|
1760
1760
|
const uuiTimePicker = {
|
|
1761
1761
|
container: 'uui-timepicker-container',
|
|
@@ -1948,7 +1948,7 @@ function TimePicker(props) {
|
|
|
1948
1948
|
return (React__default.createElement(Dropdown, { renderTarget: (targetProps) => (props.renderTarget ? props.renderTarget(targetProps) : renderInput(targetProps)), renderBody: (bodyProps) => !props.isDisabled && !props.isReadonly && renderBody(bodyProps), onValueChange: !props.isDisabled && !props.isReadonly ? onToggle : null, value: state.isOpen, modifiers: [{ name: 'offset', options: { offset: [0, 6] } }], forwardedRef: props.forwardedRef }));
|
|
1949
1949
|
}
|
|
1950
1950
|
|
|
1951
|
-
var css$W = {"root":"
|
|
1951
|
+
var css$W = {"root":"IK0QEr"};
|
|
1952
1952
|
|
|
1953
1953
|
function applyInputAddonMods() {
|
|
1954
1954
|
return [
|
|
@@ -1957,7 +1957,7 @@ function applyInputAddonMods() {
|
|
|
1957
1957
|
}
|
|
1958
1958
|
const InputAddon = /* @__PURE__ */withMods(InputAddon$1, applyInputAddonMods);
|
|
1959
1959
|
|
|
1960
|
-
var css$V = {"root":"
|
|
1960
|
+
var css$V = {"root":"_1NTnl9"};
|
|
1961
1961
|
|
|
1962
1962
|
function applySliderMods() {
|
|
1963
1963
|
return [css$V.root, 'uui-color-neutral'];
|
|
@@ -2092,7 +2092,7 @@ const getNextYearsList = (currentDate) => {
|
|
|
2092
2092
|
return currentDate.add(16, 'year');
|
|
2093
2093
|
};
|
|
2094
2094
|
|
|
2095
|
-
var css$U = {"root":"
|
|
2095
|
+
var css$U = {"root":"NVRhAm","container":"YWkF3-"};
|
|
2096
2096
|
|
|
2097
2097
|
const uuiHeader = {
|
|
2098
2098
|
container: 'uui-datepicker-header-container',
|
|
@@ -2176,14 +2176,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2176
2176
|
React.createElement(Button, { icon: navIconRight || ForwardRef$u, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
|
|
2177
2177
|
}
|
|
2178
2178
|
|
|
2179
|
-
var css$T = {"uui-typography":"
|
|
2179
|
+
var css$T = {"uui-typography":"_17YkNZ","hero-header":"RrvQi8","promo-header":"fXtYbp","uui-critical":"_-9K8dR","uui-info":"mktvjR","uui-success":"uURM5u","uui-warning":"YWe1TX","uui-highlight":"yH-OXj","uui-typography-size-12":"o8HU0p","uui-typography-size-14":"cBMSJR","uui-typography-size-16":"_7DVLPK","root":"_8Olg76","uuiTypography":"_17YkNZ","heroHeader":"RrvQi8","promoHeader":"fXtYbp","uuiCritical":"_-9K8dR","uuiInfo":"mktvjR","uuiSuccess":"uURM5u","uuiWarning":"YWe1TX","uuiHighlight":"yH-OXj","uuiTypographySize12":"o8HU0p","uuiTypographySize14":"cBMSJR","uuiTypographySize16":"_7DVLPK"};
|
|
2180
2180
|
|
|
2181
2181
|
function applyDateSelectionMods() {
|
|
2182
2182
|
return [css$T.root, `uui-size-${settings.sizes.defaults.datePicker}`];
|
|
2183
2183
|
}
|
|
2184
2184
|
const Calendar = /* @__PURE__ */withMods(Calendar$1, applyDateSelectionMods);
|
|
2185
2185
|
|
|
2186
|
-
var css$S = {"uui-typography":"
|
|
2186
|
+
var css$S = {"uui-typography":"VJYK3S","hero-header":"zNZnuz","promo-header":"V4XuTH","uui-critical":"V-QZ-g","uui-info":"x9dFux","uui-success":"GTDVTW","uui-warning":"QaH3xe","uui-highlight":"-UVZJ0","uui-typography-size-12":"NHZKlX","uui-typography-size-14":"fLyMVh","uui-typography-size-16":"Zqgwsn","root":"_3-smSV","uuiTypography":"VJYK3S","heroHeader":"zNZnuz","promoHeader":"V4XuTH","uuiCritical":"V-QZ-g","uuiInfo":"x9dFux","uuiSuccess":"GTDVTW","uuiWarning":"QaH3xe","uuiHighlight":"-UVZJ0","uuiTypographySize12":"NHZKlX","uuiTypographySize14":"fLyMVh","uuiTypographySize16":"Zqgwsn"};
|
|
2187
2187
|
|
|
2188
2188
|
const uuiDatePickerBody = {
|
|
2189
2189
|
wrapper: 'uui-datepicker-body-wrapper',
|
|
@@ -2314,7 +2314,7 @@ function DatePickerComponent(props, ref) {
|
|
|
2314
2314
|
}
|
|
2315
2315
|
const DatePicker = /* @__PURE__ */React__default.forwardRef(DatePickerComponent);
|
|
2316
2316
|
|
|
2317
|
-
var css$R = {"uui-typography":"
|
|
2317
|
+
var css$R = {"uui-typography":"_73fg3W","hero-header":"E7PtUI","promo-header":"L50s-4","uui-critical":"rqc3xV","uui-info":"iRkhi3","uui-success":"q6BNHM","uui-warning":"mapJb8","uui-highlight":"_8i73ni","uui-typography-size-12":"C1Z7z4","uui-typography-size-14":"dvbvfo","uui-typography-size-16":"kzL-Lz","date-input":"ye7gXX","root":"wMaT1A","separator":"BEqGu2","mode-form":"EBRSDj","mode-cell":"gZLOUA","uuiTypography":"_73fg3W","heroHeader":"E7PtUI","promoHeader":"L50s-4","uuiCritical":"rqc3xV","uuiInfo":"iRkhi3","uuiSuccess":"q6BNHM","uuiWarning":"mapJb8","uuiHighlight":"_8i73ni","uuiTypographySize12":"C1Z7z4","uuiTypographySize14":"dvbvfo","uuiTypographySize16":"kzL-Lz","dateInput":"ye7gXX","modeForm":"EBRSDj","modeCell":"gZLOUA"};
|
|
2318
2318
|
|
|
2319
2319
|
const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, onKeyDown, id, cx: classes, }, ref) => {
|
|
2320
2320
|
const [inputValue, setInputValue] = useState(toCustomDateRangeFormat(value, format));
|
|
@@ -2356,7 +2356,7 @@ const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid,
|
|
|
2356
2356
|
} : undefined, onValueChange: (v) => onInputChange(v || '', 'to'), onFocus: (e) => handleFocus(e, 'to'), onBlur: (e) => handleBlur(e, 'to'), isInvalid: isInvalid, isDisabled: isDisabled, isReadonly: isReadonly, isDropdown: false, rawProps: rawProps === null || rawProps === void 0 ? void 0 : rawProps.to, onClick: onClick, onKeyDown: onInputKeyDown })));
|
|
2357
2357
|
});
|
|
2358
2358
|
|
|
2359
|
-
var css$Q = {"uui-typography":"
|
|
2359
|
+
var css$Q = {"uui-typography":"EE6aDq","hero-header":"Usmm36","promo-header":"uH7JTh","uui-critical":"qcDSxU","uui-info":"_5fwk4J","uui-success":"lHEmPD","uui-warning":"YEjJkt","uui-highlight":"AWPnoE","uui-typography-size-12":"QsLHTY","uui-typography-size-14":"ohC2Yd","uui-typography-size-16":"_1QiDrv","root":"wMrRC-","uuiTypography":"EE6aDq","heroHeader":"Usmm36","promoHeader":"uH7JTh","uuiCritical":"qcDSxU","uuiInfo":"_5fwk4J","uuiSuccess":"lHEmPD","uuiWarning":"YEjJkt","uuiHighlight":"AWPnoE","uuiTypographySize12":"QsLHTY","uuiTypographySize14":"ohC2Yd","uuiTypographySize16":"_1QiDrv"};
|
|
2360
2360
|
|
|
2361
2361
|
const uuiPresets = {
|
|
2362
2362
|
container: 'uui-presets-container',
|
|
@@ -2372,7 +2372,7 @@ function CalendarPresets(props) {
|
|
|
2372
2372
|
getPresets(props.presets).map((item) => (React.createElement(LinkButton, { key: item.key, caption: item.name, onClick: () => props.onPresetSet(item), size: "24" })))));
|
|
2373
2373
|
}
|
|
2374
2374
|
|
|
2375
|
-
var css$P = {"uui-typography":"
|
|
2375
|
+
var css$P = {"uui-typography":"Vt-28n","hero-header":"hhS1ev","promo-header":"dZpqSU","uui-critical":"_38mE3G","uui-info":"tSq4BL","uui-success":"UifY4-","uui-warning":"_6FMlrj","uui-highlight":"gvJ31B","uui-typography-size-12":"BlLZBx","uui-typography-size-14":"-MQXXC","uui-typography-size-16":"rYtjMq","root":"QYuQLt","container":"wL0QAe","day-selection":"eSXbvK","from-picker":"_9nQkFP","to-picker":"QyC1vS","bodes-wrapper":"_9ArxdU","blocker":"bq1BpG","uuiTypography":"Vt-28n","heroHeader":"hhS1ev","promoHeader":"dZpqSU","uuiCritical":"_38mE3G","uuiInfo":"tSq4BL","uuiSuccess":"UifY4-","uuiWarning":"_6FMlrj","uuiHighlight":"gvJ31B","uuiTypographySize12":"BlLZBx","uuiTypographySize14":"-MQXXC","uuiTypographySize16":"rYtjMq","daySelection":"eSXbvK","fromPicker":"_9nQkFP","toPicker":"QyC1vS","bodesWrapper":"_9ArxdU"};
|
|
2376
2376
|
|
|
2377
2377
|
const uuiRangeDatePickerBody = {
|
|
2378
2378
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -2547,7 +2547,7 @@ const getDayCX = (day, selectedDate) => {
|
|
|
2547
2547
|
return [cx$1(inRange && uuiRangeDatePickerBody.inRange, isFirst && uuiRangeDatePickerBody.firstDayInRangeWrapper, !inRange && isFirst && uuiRangeDatePickerBody.lastDayInRangeWrapper, isLast && uuiRangeDatePickerBody.lastDayInRangeWrapper, !inRange && isLast && uuiRangeDatePickerBody.firstDayInRangeWrapper, (dayValue === fromValue || dayValue === toValue) && uuiDaySelection.selectedDay)];
|
|
2548
2548
|
};
|
|
2549
2549
|
|
|
2550
|
-
var css$O = {"dropdown-container":"
|
|
2550
|
+
var css$O = {"dropdown-container":"_4jsRhC","dropdownContainer":"_4jsRhC"};
|
|
2551
2551
|
|
|
2552
2552
|
const modifiers = [{
|
|
2553
2553
|
name: 'offset',
|
|
@@ -2624,7 +2624,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
2624
2624
|
}
|
|
2625
2625
|
const RangeDatePicker = /* @__PURE__ */React__default.forwardRef(RangeDatePickerComponent);
|
|
2626
2626
|
|
|
2627
|
-
var css$N = {"root":"
|
|
2627
|
+
var css$N = {"root":"bTqEXA","blocker":"HxKkE2","marker":"XWOlrj","top":"GGD-6Q","bottom":"-h4L5w","left":"KaNK5M","right":"_2omn2b","inside":"-HykNi"};
|
|
2628
2628
|
|
|
2629
2629
|
function DropMarker(props) {
|
|
2630
2630
|
return props.isDndInProgress
|
|
@@ -2639,7 +2639,7 @@ function DropMarker(props) {
|
|
|
2639
2639
|
: null;
|
|
2640
2640
|
}
|
|
2641
2641
|
|
|
2642
|
-
var css$M = {"root":"
|
|
2642
|
+
var css$M = {"root":"GytkVA","line-height":"pabEvp","font-size":"XEnKBI","lineHeight":"pabEvp","fontSize":"XEnKBI"};
|
|
2643
2643
|
|
|
2644
2644
|
function applyTextMods(mods) {
|
|
2645
2645
|
return [
|
|
@@ -2664,7 +2664,7 @@ const Text = /* @__PURE__ */withMods(uuiComponents.Text, applyTextMods, (props)
|
|
|
2664
2664
|
};
|
|
2665
2665
|
});
|
|
2666
2666
|
|
|
2667
|
-
var css$L = {"root":"
|
|
2667
|
+
var css$L = {"root":"Fsv-3l","loading-word":"uPatnh","animated-loading":"kVbEiu","skeleton_loading":"xAFSrB","loadingWord":"uPatnh","animatedLoading":"kVbEiu","skeletonLoading":"xAFSrB"};
|
|
2668
2668
|
|
|
2669
2669
|
const TextPlaceholder = (props) => {
|
|
2670
2670
|
const pattern = ' ';
|
|
@@ -2683,7 +2683,7 @@ const TextPlaceholder = (props) => {
|
|
|
2683
2683
|
|
|
2684
2684
|
const RichTextView = /* @__PURE__ */withMods(uuiComponents.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
|
|
2685
2685
|
|
|
2686
|
-
var css$K = {"uui-typography":"
|
|
2686
|
+
var css$K = {"uui-typography":"_5Y8B8j","hero-header":"mv9MFw","promo-header":"lPHOEN","uui-critical":"_5OxurB","uui-info":"_3BzVl5","uui-success":"qkPVpl","uui-warning":"HkPrpX","uui-highlight":"GbmkJX","uui-typography-size-12":"cz6Il9","uui-typography-size-14":"qMC3yr","uui-typography-size-16":"SVyb7P","modal":"-AO8-v","search-wrapper":"VqAfuD","no-data":"_6LRZKr","type-search-to-load-size-24":"d4FDr4","uuiTypography":"_5Y8B8j","heroHeader":"mv9MFw","promoHeader":"lPHOEN","uuiCritical":"_5OxurB","uuiInfo":"_3BzVl5","uuiSuccess":"qkPVpl","uuiWarning":"HkPrpX","uuiHighlight":"GbmkJX","uuiTypographySize12":"cz6Il9","uuiTypographySize14":"qMC3yr","uuiTypographySize16":"SVyb7P","searchWrapper":"VqAfuD","noData":"_6LRZKr","typeSearchToLoadSize24":"d4FDr4"};
|
|
2687
2687
|
|
|
2688
2688
|
class DataPickerBody extends PickerBodyBase {
|
|
2689
2689
|
constructor() {
|
|
@@ -2731,7 +2731,7 @@ class DataPickerBody extends PickerBodyBase {
|
|
|
2731
2731
|
}
|
|
2732
2732
|
}
|
|
2733
2733
|
|
|
2734
|
-
var css$J = {"footer":"
|
|
2734
|
+
var css$J = {"footer":"jsQqzN"};
|
|
2735
2735
|
|
|
2736
2736
|
function DataPickerFooterImpl(props) {
|
|
2737
2737
|
const { search, clearSelection, view, showSelected, selectionMode, isSearchTooShort, } = props;
|
|
@@ -2756,7 +2756,7 @@ function DataPickerFooterImpl(props) {
|
|
|
2756
2756
|
}
|
|
2757
2757
|
const DataPickerFooter = /* @__PURE__ */React__default.memo(DataPickerFooterImpl);
|
|
2758
2758
|
|
|
2759
|
-
var css$I = {"header":"
|
|
2759
|
+
var css$I = {"header":"nYao4y","title":"MeKxDC","close":"_4WikpY"};
|
|
2760
2760
|
|
|
2761
2761
|
const DataPickerHeaderImpl = (props) => {
|
|
2762
2762
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -2781,7 +2781,7 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
|
2781
2781
|
};
|
|
2782
2782
|
var ForwardRef$s = /*#__PURE__*/forwardRef(SvgNotificationDoneFill);
|
|
2783
2783
|
|
|
2784
|
-
var css$H = {"uui-typography":"
|
|
2784
|
+
var css$H = {"uui-typography":"xx-jlV","hero-header":"BTlxVG","promo-header":"cXQwpu","uui-critical":"_8DZOmq","uui-info":"zDuHeh","uui-success":"rvevAN","uui-warning":"X1b-zS","uui-highlight":"_37-wQ-","uui-typography-size-12":"-QYWUy","uui-typography-size-14":"i2z3PN","uui-typography-size-16":"OZdb9O","root":"TbRP12","align-widgets-top":"rL-sLY","align-widgets-center":"p68bL4","icon-container":"OZ2MDh","loading-cell":"nQN0r2","content-wrapper":"_9IbziX","render-item":"cCIbRN","icon-wrapper":"RvKVdQ","icon-default":"_8NxYVg","selected-mark":"fZxhOL","uuiTypography":"xx-jlV","heroHeader":"BTlxVG","promoHeader":"cXQwpu","uuiCritical":"_8DZOmq","uuiInfo":"zDuHeh","uuiSuccess":"rvevAN","uuiWarning":"X1b-zS","uuiHighlight":"_37-wQ-","uuiTypographySize12":"-QYWUy","uuiTypographySize14":"i2z3PN","uuiTypographySize16":"OZdb9O","alignWidgetsTop":"rL-sLY","alignWidgetsCenter":"p68bL4","iconContainer":"OZ2MDh","loadingCell":"nQN0r2","contentWrapper":"_9IbziX","renderItem":"cCIbRN","iconWrapper":"RvKVdQ","iconDefault":"_8NxYVg","selectedMark":"fZxhOL"};
|
|
2785
2785
|
|
|
2786
2786
|
function DataPickerCell(props) {
|
|
2787
2787
|
const ref = React.useRef();
|
|
@@ -2818,7 +2818,7 @@ function DataPickerCell(props) {
|
|
|
2818
2818
|
getWrappedContent()));
|
|
2819
2819
|
}
|
|
2820
2820
|
|
|
2821
|
-
var css$G = {"uui-typography":"
|
|
2821
|
+
var css$G = {"uui-typography":"U0xo3k","hero-header":"_6TrVg4","promo-header":"_0Gnest","uui-critical":"-NoykT","uui-info":"_7mSuGK","uui-success":"Z-XVFV","uui-warning":"xJOJKI","uui-highlight":"dsCE4s","uui-typography-size-12":"t6SwUc","uui-typography-size-14":"jhv03Y","uui-typography-size-16":"BLyzuL","picker-row":"_15lY0e","uuiTypography":"U0xo3k","heroHeader":"_6TrVg4","promoHeader":"_0Gnest","uuiCritical":"-NoykT","uuiInfo":"_7mSuGK","uuiSuccess":"Z-XVFV","uuiWarning":"xJOJKI","uuiHighlight":"dsCE4s","uuiTypographySize12":"t6SwUc","uuiTypographySize14":"jhv03Y","uuiTypographySize16":"BLyzuL","pickerRow":"_15lY0e"};
|
|
2822
2822
|
|
|
2823
2823
|
class DataPickerRow extends React.Component {
|
|
2824
2824
|
constructor() {
|
|
@@ -2832,7 +2832,7 @@ class DataPickerRow extends React.Component {
|
|
|
2832
2832
|
}
|
|
2833
2833
|
}
|
|
2834
2834
|
|
|
2835
|
-
var css$F = {"uui-typography":"
|
|
2835
|
+
var css$F = {"uui-typography":"JC7WWC","hero-header":"zXUX4Y","promo-header":"fAMyO-","uui-critical":"BkmRfp","uui-info":"r5jh-c","uui-success":"_9bHdsz","uui-warning":"_3iwCEJ","uui-highlight":"RnsW-b","uui-typography-size-12":"XVp1E3","uui-typography-size-14":"Zvhemp","uui-typography-size-16":"_0k3weW","done":"qinpJE","container":"EaVHU1","uuiTypography":"JC7WWC","heroHeader":"zXUX4Y","promoHeader":"fAMyO-","uuiCritical":"BkmRfp","uuiInfo":"r5jh-c","uuiSuccess":"_9bHdsz","uuiWarning":"_3iwCEJ","uuiHighlight":"RnsW-b","uuiTypographySize12":"XVp1E3","uuiTypographySize14":"Zvhemp","uuiTypographySize16":"_0k3weW"};
|
|
2836
2836
|
|
|
2837
2837
|
const PickerBodyMobileView = (props) => {
|
|
2838
2838
|
const isMobileView = isMobile();
|
|
@@ -2866,7 +2866,7 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
2866
2866
|
};
|
|
2867
2867
|
var ForwardRef$r = /*#__PURE__*/forwardRef(SvgSearchWithBackground);
|
|
2868
2868
|
|
|
2869
|
-
var css$E = {"uui-typography":"
|
|
2869
|
+
var css$E = {"uui-typography":"X-MBFW","hero-header":"PbPiOW","promo-header":"OwYPzy","uui-critical":"XPr6my","uui-info":"Si2SzE","uui-success":"ZvTh1y","uui-warning":"SVbJmQ","uui-highlight":"_2c0-aR","uui-typography-size-12":"l-LgY1","uui-typography-size-14":"_7s9j6o","uui-typography-size-16":"BXBabF","sub-header-wrapper":"_5QpI-i","switch":"oA1NHX","no-found-modal-container":"_6xslOE","no-found-modal-container-icon":"umg2iz","no-found-modal-container-text":"NxhMwx","uuiTypography":"X-MBFW","heroHeader":"PbPiOW","promoHeader":"OwYPzy","uuiCritical":"XPr6my","uuiInfo":"Si2SzE","uuiSuccess":"ZvTh1y","uuiWarning":"SVbJmQ","uuiHighlight":"_2c0-aR","uuiTypographySize12":"l-LgY1","uuiTypographySize14":"_7s9j6o","uuiTypographySize16":"BXBabF","subHeaderWrapper":"_5QpI-i","$switch$":"oA1NHX","noFoundModalContainer":"_6xslOE","noFoundModalContainerIcon":"umg2iz","noFoundModalContainerText":"NxhMwx"};
|
|
2870
2870
|
|
|
2871
2871
|
const mergeHighlightRanges = (ranges) => {
|
|
2872
2872
|
const mergedRanges = [];
|
|
@@ -2933,7 +2933,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
2933
2933
|
return getDecoratedText(str, ranges);
|
|
2934
2934
|
};
|
|
2935
2935
|
|
|
2936
|
-
var css$D = {"root":"
|
|
2936
|
+
var css$D = {"root":"z9mQmV","column-gap":"TiGVOU","multiline":"_3YQOw3","text":"cRYKBZ","columnGap":"TiGVOU"};
|
|
2937
2937
|
|
|
2938
2938
|
function PickerItem(props) {
|
|
2939
2939
|
var _a;
|
|
@@ -3008,7 +3008,7 @@ function PickerModal(props) {
|
|
|
3008
3008
|
React__default.createElement(ModalFooter, { padding: "24", vPadding: "24" }, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
3009
3009
|
}
|
|
3010
3010
|
|
|
3011
|
-
var css$C = {"tooltip":"
|
|
3011
|
+
var css$C = {"tooltip":"kBSUAB"};
|
|
3012
3012
|
|
|
3013
3013
|
const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
3014
3014
|
var _a;
|
|
@@ -3023,7 +3023,7 @@ const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
3023
3023
|
}
|
|
3024
3024
|
});
|
|
3025
3025
|
|
|
3026
|
-
var css$B = {"uui-typography":"
|
|
3026
|
+
var css$B = {"uui-typography":"WK8i0T","hero-header":"omic5y","promo-header":"_1wcSn9","uui-critical":"_8PcCSr","uui-info":"tNucC8","uui-success":"IInjej","uui-warning":"T4YgUY","uui-highlight":"wfEXR6","uui-typography-size-12":"l8bEAk","uui-typography-size-14":"RM8cqL","uui-typography-size-16":"ok-9qo","root":"jKV1Om","mode-form":"MqIasa","mode-cell":"HXvnnD","mode-inline":"INW-64","uuiTypography":"WK8i0T","heroHeader":"omic5y","promoHeader":"_1wcSn9","uuiCritical":"_8PcCSr","uuiInfo":"tNucC8","uuiSuccess":"IInjej","uuiWarning":"T4YgUY","uuiHighlight":"wfEXR6","uuiTypographySize12":"l8bEAk","uuiTypographySize14":"RM8cqL","uuiTypographySize16":"ok-9qo","modeForm":"MqIasa","modeCell":"HXvnnD","modeInline":"INW-64"};
|
|
3027
3027
|
|
|
3028
3028
|
const defaultMode = EditMode.FORM;
|
|
3029
3029
|
function applyPickerTogglerMods(mods) {
|
|
@@ -3120,7 +3120,7 @@ function PickerInputComponent(_a, ref) {
|
|
|
3120
3120
|
}
|
|
3121
3121
|
const PickerInput = /* @__PURE__ */React__default.forwardRef(PickerInputComponent);
|
|
3122
3122
|
|
|
3123
|
-
var css$A = {"row":"
|
|
3123
|
+
var css$A = {"row":"Ms7Lvl"};
|
|
3124
3124
|
|
|
3125
3125
|
function PickerListItem(props) {
|
|
3126
3126
|
var _a;
|
|
@@ -3141,7 +3141,7 @@ function PickerListItem(props) {
|
|
|
3141
3141
|
return (React__default.createElement("div", Object.assign({ role: "option", "aria-selected": props.isSelectable ? props.isSelected : undefined, "aria-busy": props.isLoading, "aria-posinset": props.index + 1 }, (((_a = props.checkbox) === null || _a === void 0 ? void 0 : _a.isVisible) && { 'aria-checked': props.isChecked }), { className: css$A.row }), component));
|
|
3142
3142
|
}
|
|
3143
3143
|
|
|
3144
|
-
var css$z = {"root":"
|
|
3144
|
+
var css$z = {"root":"TtBZVO"};
|
|
3145
3145
|
|
|
3146
3146
|
function PickerList(props) {
|
|
3147
3147
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = usePickerList(props);
|
|
@@ -3176,7 +3176,7 @@ function PickerList(props) {
|
|
|
3176
3176
|
}, selectedRows)));
|
|
3177
3177
|
}
|
|
3178
3178
|
|
|
3179
|
-
var css$y = {"uui-typography":"
|
|
3179
|
+
var css$y = {"uui-typography":"_42I8Co","hero-header":"WjVtj6","promo-header":"Y4t7OA","uui-critical":"-qj1N4","uui-info":"Lu418q","uui-success":"Lto7V2","uui-warning":"TXumKx","uui-highlight":"lRo7n8","uui-typography-size-12":"xbSLRP","uui-typography-size-14":"gc5mmP","uui-typography-size-16":"CT-EDp","root":"yYxYWr","wrapper":"CJH3mK","align-widgets-top":"I8RDVK","align-widgets-center":"LWJLlQ","uuiTypography":"_42I8Co","heroHeader":"WjVtj6","promoHeader":"Y4t7OA","uuiCritical":"-qj1N4","uuiInfo":"Lu418q","uuiSuccess":"Lto7V2","uuiWarning":"TXumKx","uuiHighlight":"lRo7n8","uuiTypographySize12":"xbSLRP","uuiTypographySize14":"gc5mmP","uuiTypographySize16":"CT-EDp","alignWidgetsTop":"I8RDVK","alignWidgetsCenter":"LWJLlQ"};
|
|
3180
3180
|
|
|
3181
3181
|
function DataTableCell(initialProps) {
|
|
3182
3182
|
const props = Object.assign({}, initialProps);
|
|
@@ -3225,7 +3225,7 @@ function DataTableCell(initialProps) {
|
|
|
3225
3225
|
return React.createElement(DataTableCell$1, Object.assign({}, props));
|
|
3226
3226
|
}
|
|
3227
3227
|
|
|
3228
|
-
var css$x = {"uui-typography":"
|
|
3228
|
+
var css$x = {"uui-typography":"KEIehc","hero-header":"PvFLEW","promo-header":"KZyqA8","uui-critical":"Fx-duq","uui-info":"_7sk9qA","uui-success":"hgXyeE","uui-warning":"pebTuX","uui-highlight":"CX76nq","uui-typography-size-12":"DGLaVK","uui-typography-size-14":"L-EP3-","uui-typography-size-16":"yXp-Tm","root":"SA10Mh","uuiTypography":"KEIehc","heroHeader":"PvFLEW","promoHeader":"KZyqA8","uuiCritical":"Fx-duq","uuiInfo":"_7sk9qA","uuiSuccess":"hgXyeE","uuiWarning":"pebTuX","uuiHighlight":"CX76nq","uuiTypographySize12":"DGLaVK","uuiTypographySize14":"L-EP3-","uuiTypographySize16":"yXp-Tm"};
|
|
3229
3229
|
|
|
3230
3230
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3231
3231
|
// 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.
|
|
@@ -3241,7 +3241,7 @@ const DataTableRow = /* @__PURE__ */withMods(DataTableRow$1, ({ borderBottom = t
|
|
|
3241
3241
|
];
|
|
3242
3242
|
}, () => propsMods);
|
|
3243
3243
|
|
|
3244
|
-
var css$w = {"uui-typography":"
|
|
3244
|
+
var css$w = {"uui-typography":"_0jYUWq","hero-header":"J-gqR4","promo-header":"_4tPgOR","uui-critical":"_2EDc3C","uui-info":"T7OkrV","uui-success":"_4nIRdp","uui-warning":"-DE4LI","uui-highlight":"M3V1X2","uui-typography-size-12":"Sb4I7E","uui-typography-size-14":"vh78ip","uui-typography-size-16":"h-Js-y","sorting-panel-container":"wBxc2j","uuiTypography":"_0jYUWq","heroHeader":"J-gqR4","promoHeader":"_4tPgOR","uuiCritical":"_2EDc3C","uuiInfo":"T7OkrV","uuiSuccess":"_4nIRdp","uuiWarning":"-DE4LI","uuiHighlight":"M3V1X2","uuiTypographySize12":"Sb4I7E","uuiTypographySize14":"vh78ip","uuiTypographySize16":"h-Js-y","sortingPanelContainer":"wBxc2j"};
|
|
3245
3245
|
|
|
3246
3246
|
var _path$q;
|
|
3247
3247
|
function _extends$q() { _extends$q = 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$q.apply(this, arguments); }
|
|
@@ -3371,7 +3371,7 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
|
|
|
3371
3371
|
};
|
|
3372
3372
|
var ForwardRef$k = /*#__PURE__*/forwardRef(SvgNavigationExpandAllOutline);
|
|
3373
3373
|
|
|
3374
|
-
var css$v = {"uui-typography":"
|
|
3374
|
+
var css$v = {"uui-typography":"AauVwd","hero-header":"ateK4B","promo-header":"xqCDbe","uui-critical":"nXNPZM","uui-info":"ZKQVEo","uui-success":"oFBYzW","uui-warning":"vxc7o4","uui-highlight":"-tZ1AB","uui-typography-size-12":"-KshVb","uui-typography-size-14":"m-KS09","uui-typography-size-16":"_8tb1Nx","root":"DN8zY8","caption-wrapper":"WKJ4-r","sort-icon":"mPG5Tk","dropdown-icon":"_8QVQgn","infoIcon":"ib9kqN","resizable":"_0a9-aw","align-right":"fa3L4Y","align-center":"xyEdNu","caption":"V9mqid","truncate":"c-a65-","checkbox":"_1bDh3n","icon":"oWhGBK","fold-all-icon":"_5R7gLs","cell-tooltip":"_2KXhhC","upper-case":"C7VJG7","resizing-marker":"_0amGVS","pinned-right":"JH62Hd","draggable":"VbTzLm","ghost":"doetzG","is-dragged-out":"-hX98i","dnd-marker-left":"Dj1AfS","dnd-marker-right":"mANLSt","cell-tooltip-wrapper":"nYumwR","cell-tooltip-text":"JOztg0","tooltip-caption":"zocSlT","tooltip-info":"_90SIo8","uuiTypography":"AauVwd","heroHeader":"ateK4B","promoHeader":"xqCDbe","uuiCritical":"nXNPZM","uuiInfo":"ZKQVEo","uuiSuccess":"oFBYzW","uuiWarning":"vxc7o4","uuiHighlight":"-tZ1AB","uuiTypographySize12":"-KshVb","uuiTypographySize14":"m-KS09","uuiTypographySize16":"_8tb1Nx","captionWrapper":"WKJ4-r","sortIcon":"mPG5Tk","dropdownIcon":"_8QVQgn","alignRight":"fa3L4Y","alignCenter":"xyEdNu","foldAllIcon":"_5R7gLs","cellTooltip":"_2KXhhC","upperCase":"C7VJG7","resizingMarker":"_0amGVS","pinnedRight":"JH62Hd","isDraggedOut":"-hX98i","dndMarkerLeft":"Dj1AfS","dndMarkerRight":"mANLSt","cellTooltipWrapper":"nYumwR","cellTooltipText":"JOztg0","tooltipCaption":"zocSlT","tooltipInfo":"_90SIo8"};
|
|
3375
3375
|
|
|
3376
3376
|
class DataTableHeaderCell extends React.Component {
|
|
3377
3377
|
constructor() {
|
|
@@ -3477,9 +3477,9 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
|
3477
3477
|
};
|
|
3478
3478
|
var ForwardRef$j = /*#__PURE__*/forwardRef(SvgActionSettingsFill);
|
|
3479
3479
|
|
|
3480
|
-
var css$u = {"uui-typography":"
|
|
3480
|
+
var css$u = {"uui-typography":"kNJ6JN","hero-header":"_7OcCDh","promo-header":"_8COKvt","uui-critical":"HnENCS","uui-info":"hrMvPg","uui-success":"_0xTGVQ","uui-warning":"GX2Xhh","uui-highlight":"j-shXA","uui-typography-size-12":"_1eFDXv","uui-typography-size-14":"vaHhy9","uui-typography-size-16":"zko-hd","root":"mZKLiG","uuiTypography":"kNJ6JN","heroHeader":"_7OcCDh","promoHeader":"_8COKvt","uuiCritical":"HnENCS","uuiInfo":"hrMvPg","uuiSuccess":"_0xTGVQ","uuiWarning":"GX2Xhh","uuiHighlight":"j-shXA","uuiTypographySize12":"_1eFDXv","uuiTypographySize14":"vaHhy9","uuiTypographySize16":"zko-hd"};
|
|
3481
3481
|
|
|
3482
|
-
var css$t = {"uui-typography":"
|
|
3482
|
+
var css$t = {"uui-typography":"jorqk0","hero-header":"PKw8EQ","promo-header":"_9w2Z6H","uui-critical":"l8GYxb","uui-info":"yMeCrm","uui-success":"NXTO-d","uui-warning":"W1JPQ0","uui-highlight":"CNMVco","uui-typography-size-12":"oC1oY4","uui-typography-size-14":"o1xzM7","uui-typography-size-16":"_958OA-","root":"fmzLSI","caption-wrapper":"HL2pbQ","align-center":"DvxjN2","caption":"K2OYNC","truncate":"_0fo-LV","group-cell-tooltip":"ICEJVE","upper-case":"Qf9ebw","group-cell-tooltip-wrapper":"E-o5LF","group-cell-tooltip-text":"_8JpTvg","tooltip-caption":"_1k3gd-","tooltip-info":"_2wgxpR","uuiTypography":"jorqk0","heroHeader":"PKw8EQ","promoHeader":"_9w2Z6H","uuiCritical":"l8GYxb","uuiInfo":"yMeCrm","uuiSuccess":"NXTO-d","uuiWarning":"W1JPQ0","uuiHighlight":"CNMVco","uuiTypographySize12":"oC1oY4","uuiTypographySize14":"o1xzM7","uuiTypographySize16":"_958OA-","captionWrapper":"HL2pbQ","alignCenter":"DvxjN2","groupCellTooltip":"ICEJVE","upperCase":"Qf9ebw","groupCellTooltipWrapper":"E-o5LF","groupCellTooltipText":"_8JpTvg","tooltipCaption":"_1k3gd-","tooltipInfo":"_2wgxpR"};
|
|
3483
3483
|
|
|
3484
3484
|
class DataTableHeaderGroupCell extends React.Component {
|
|
3485
3485
|
constructor() {
|
|
@@ -3528,7 +3528,6 @@ class DataTableHeaderGroupCell extends React.Component {
|
|
|
3528
3528
|
const computeStyles = {
|
|
3529
3529
|
'--uui-dt-header-group-cell-padding-start': `${this.getLeftPadding()}px`,
|
|
3530
3530
|
'--uui-dt-header-group-cell-padding-end': `${this.getRightPadding()}px`,
|
|
3531
|
-
width: '100%',
|
|
3532
3531
|
};
|
|
3533
3532
|
return (React.createElement(DataTableCellContainer, { column: this.props.group, cx: cx$1(uuiDataTableHeaderGroupCell.uuiTableHeaderGroupCell, css$t.root, `uui-size-${this.props.size || settings.sizes.dataTable.header.row.groupCell.defaults.size}`, this.props.isFirstCell && 'uui-dt-header-first-column', this.props.isLastCell && 'uui-dt-header-last-column'), rawProps: { role: 'columnheader' }, style: computeStyles }, this.getColumnCaption()));
|
|
3534
3533
|
}
|
|
@@ -3545,7 +3544,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
3545
3544
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
3546
3545
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
3547
3546
|
|
|
3548
|
-
var css$s = {"uui-typography":"
|
|
3547
|
+
var css$s = {"uui-typography":"fyyVGp","hero-header":"iIVVo9","promo-header":"YDVbK2","uui-critical":"_7E6gaM","uui-info":"HaWTjX","uui-success":"tqGDve","uui-warning":"zg1yEW","uui-highlight":"HJsJFL","uui-typography-size-12":"_0J-ktV","uui-typography-size-14":"_0VycFS","uui-typography-size-16":"BkrhS7","root":"jIp5XA","title-wrapper":"_6Xgr-C","title":"LHngg5","text-wrapper":"w6a-DZ","selection":"Oat-ZR","postfix":"R5gdHc","selected":"EOPnHo","uuiTypography":"fyyVGp","heroHeader":"iIVVo9","promoHeader":"YDVbK2","uuiCritical":"_7E6gaM","uuiInfo":"HaWTjX","uuiSuccess":"tqGDve","uuiWarning":"zg1yEW","uuiHighlight":"HJsJFL","uuiTypographySize12":"_0J-ktV","uuiTypographySize14":"_0VycFS","uuiTypographySize16":"BkrhS7","titleWrapper":"_6Xgr-C","textWrapper":"w6a-DZ"};
|
|
3549
3548
|
|
|
3550
3549
|
const defaultSize = '36';
|
|
3551
3550
|
const FilterPanelItemToggler = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
@@ -3723,7 +3722,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
3723
3722
|
React__default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
3724
3723
|
}
|
|
3725
3724
|
|
|
3726
|
-
var css$r = {"container":"
|
|
3725
|
+
var css$r = {"container":"BHFT1D"};
|
|
3727
3726
|
|
|
3728
3727
|
function FilterNumericBody(props) {
|
|
3729
3728
|
var _a, _b;
|
|
@@ -3821,7 +3820,7 @@ var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
|
3821
3820
|
};
|
|
3822
3821
|
var ForwardRef$i = /*#__PURE__*/forwardRef(SvgActionDeleteOutline);
|
|
3823
3822
|
|
|
3824
|
-
var css$q = {"uui-typography":"
|
|
3823
|
+
var css$q = {"uui-typography":"FJOnFy","hero-header":"kHrD0G","promo-header":"vK-Lxa","uui-critical":"ZdYoyP","uui-info":"_59nr8C","uui-success":"Hxqp6i","uui-warning":"_3ZtO-C","uui-highlight":"owFeBB","uui-typography-size-12":"ztTtYr","uui-typography-size-14":"Nd0Bua","uui-typography-size-16":"eR8M8e","header":"MWsqsV","removeButton":"PJG6m8","with-search":"WYx1GB","uuiTypography":"FJOnFy","heroHeader":"kHrD0G","promoHeader":"vK-Lxa","uuiCritical":"ZdYoyP","uuiInfo":"_59nr8C","uuiSuccess":"Hxqp6i","uuiWarning":"_3ZtO-C","uuiHighlight":"owFeBB","uuiTypographySize12":"ztTtYr","uuiTypographySize14":"Nd0Bua","uuiTypographySize16":"eR8M8e","withSearch":"WYx1GB"};
|
|
3825
3824
|
|
|
3826
3825
|
function useView(props, value) {
|
|
3827
3826
|
const forceUpdate = useForceUpdate();
|
|
@@ -4142,7 +4141,7 @@ function FiltersToolbarImpl(props) {
|
|
|
4142
4141
|
}
|
|
4143
4142
|
const FiltersPanel = /* @__PURE__ */React__default.memo(FiltersToolbarImpl);
|
|
4144
4143
|
|
|
4145
|
-
var css$p = {"divider":"
|
|
4144
|
+
var css$p = {"divider":"QMCgsM","dropdownDeleteIcon":"C74B7X","presetsWrapper":"y6T2kv","addPresetContainer":"vUnVUc","dropContainer":"Vknu1-"};
|
|
4146
4145
|
|
|
4147
4146
|
var _path$g;
|
|
4148
4147
|
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); }
|
|
@@ -4255,7 +4254,7 @@ var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
|
4255
4254
|
};
|
|
4256
4255
|
var ForwardRef$a = /*#__PURE__*/forwardRef(SvgContentLinkOutline);
|
|
4257
4256
|
|
|
4258
|
-
var css$o = {"delete-button":"
|
|
4257
|
+
var css$o = {"delete-button":"iMAFWi","tab-button":"_3fgcCY","targetOpen":"DpC4Q7","deleteButton":"iMAFWi","tabButton":"_3fgcCY"};
|
|
4259
4258
|
|
|
4260
4259
|
function PresetActionsDropdown(props) {
|
|
4261
4260
|
const { uuiNotifications } = useUuiContext();
|
|
@@ -4313,7 +4312,7 @@ function PresetActionsDropdown(props) {
|
|
|
4313
4312
|
return (React__default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
4314
4313
|
}
|
|
4315
4314
|
|
|
4316
|
-
var css$n = {"preset-input-cell":"
|
|
4315
|
+
var css$n = {"preset-input-cell":"r8hMzX","preset-input":"IiF8eW","presetInputCell":"r8hMzX","presetInput":"IiF8eW"};
|
|
4317
4316
|
|
|
4318
4317
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
4319
4318
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -4346,7 +4345,7 @@ function PresetInput(props) {
|
|
|
4346
4345
|
React__default.createElement(TextInput, { cx: css$n.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
4347
4346
|
}
|
|
4348
4347
|
|
|
4349
|
-
var css$m = {"preset":"
|
|
4348
|
+
var css$m = {"preset":"_22Qxuh","activePreset":"Fq7oQK"};
|
|
4350
4349
|
|
|
4351
4350
|
function Preset(props) {
|
|
4352
4351
|
const [isRenamePreset, setIsRenamePreset] = useState(false);
|
|
@@ -4520,7 +4519,7 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
|
|
|
4520
4519
|
};
|
|
4521
4520
|
var ForwardRef$6 = /*#__PURE__*/forwardRef(SvgTableGroupColumnRightFill);
|
|
4522
4521
|
|
|
4523
|
-
var css$l = {"unpin-icon":"
|
|
4522
|
+
var css$l = {"unpin-icon":"_9uKgSI","pin-toggler-icon":"ZbmZCh","unpinIcon":"_9uKgSI","pinTogglerIcon":"ZbmZCh"};
|
|
4524
4523
|
|
|
4525
4524
|
function PinIconButton(props) {
|
|
4526
4525
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4579,7 +4578,7 @@ var SvgActionDragIndicator18 = function SvgActionDragIndicator18(props, ref) {
|
|
|
4579
4578
|
};
|
|
4580
4579
|
var ForwardRef$5 = /*#__PURE__*/forwardRef(SvgActionDragIndicator18);
|
|
4581
4580
|
|
|
4582
|
-
var css$k = {"uui-typography":"
|
|
4581
|
+
var css$k = {"uui-typography":"KR5Itu","hero-header":"UvCQNH","promo-header":"-RIopO","uui-critical":"HKNGQa","uui-info":"iGiINY","uui-success":"BmLKQA","uui-warning":"mtJbpS","uui-highlight":"rlmOfO","uui-typography-size-12":"LzoZW1","uui-typography-size-14":"_4Dh3tV","uui-typography-size-16":"NxNxLF","row-wrapper":"HQwuYe","pin-icon-button":"RQJOas","not-pinned":"FC-gp6","checkbox":"rNkxZ2","drag-handle":"IQwTkR","dnd-disabled":"wAnAdR","uuiTypography":"KR5Itu","heroHeader":"UvCQNH","promoHeader":"-RIopO","uuiCritical":"HKNGQa","uuiInfo":"iGiINY","uuiSuccess":"BmLKQA","uuiWarning":"mtJbpS","uuiHighlight":"rlmOfO","uuiTypographySize12":"LzoZW1","uuiTypographySize14":"_4Dh3tV","uuiTypographySize16":"NxNxLF","rowWrapper":"HQwuYe","pinIconButton":"RQJOas","notPinned":"FC-gp6","dragHandle":"IQwTkR","dndDisabled":"wAnAdR"};
|
|
4583
4582
|
|
|
4584
4583
|
const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
4585
4584
|
const { column } = props;
|
|
@@ -4602,7 +4601,7 @@ const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
|
4602
4601
|
return (React.createElement(DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
|
|
4603
4602
|
});
|
|
4604
4603
|
|
|
4605
|
-
var css$j = {"uui-typography":"
|
|
4604
|
+
var css$j = {"uui-typography":"Lx3j57","hero-header":"gI3EsI","promo-header":"B2Dq1c","uui-critical":"EXmV1s","uui-info":"QsdIuW","uui-success":"fk-x1X","uui-warning":"hc3lZ-","uui-highlight":"Wx-HT6","uui-typography-size-12":"x7YXkv","uui-typography-size-14":"_5hsJDH","uui-typography-size-16":"_4v-F36","root":"zKz-fl","main-panel":"KYdSMO","group":"LrEpZz","group-title":"t3WimS","group-items":"F54Gng","no-data":"G1g73g","no-data-title":"c6TZ1b","no-data-sub-title":"P4fGFB","h-divider":"oDLt9q","search-area":"pQoCCq","subgroup-accordion":"VfnzDa","subgroup":"_6eoefP","subgroup-title":"R8ffn4","uuiTypography":"Lx3j57","heroHeader":"gI3EsI","promoHeader":"B2Dq1c","uuiCritical":"EXmV1s","uuiInfo":"QsdIuW","uuiSuccess":"fk-x1X","uuiWarning":"hc3lZ-","uuiHighlight":"Wx-HT6","uuiTypographySize12":"x7YXkv","uuiTypographySize14":"_5hsJDH","uuiTypographySize16":"_4v-F36","mainPanel":"KYdSMO","groupTitle":"t3WimS","groupItems":"F54Gng","noData":"G1g73g","noDataTitle":"c6TZ1b","noDataSubTitle":"P4fGFB","hDivider":"oDLt9q","searchArea":"pQoCCq","subgroupAccordion":"VfnzDa","subgroupTitle":"R8ffn4"};
|
|
4606
4605
|
|
|
4607
4606
|
const renderGroupTitle = (title, amount) => (React.createElement(FlexRow, { cx: css$j.group },
|
|
4608
4607
|
React.createElement(Text, { size: "none", cx: css$j.groupTitle }, title),
|
|
@@ -4691,7 +4690,7 @@ function SubGroup(props) {
|
|
|
4691
4690
|
return null;
|
|
4692
4691
|
}
|
|
4693
4692
|
|
|
4694
|
-
var css$i = {"listContainer":"
|
|
4693
|
+
var css$i = {"listContainer":"PXwq7M","header":"eHgw2W","group":"ooXlcc","stickyHeader":"j6njK9"};
|
|
4695
4694
|
|
|
4696
4695
|
const getChildrenAndRest = (row, rows) => {
|
|
4697
4696
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4757,7 +4756,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4757
4756
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4758
4757
|
ref: ref
|
|
4759
4758
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
4760
|
-
clipPath: "url(#
|
|
4759
|
+
clipPath: "url(#74xl1w63ep50an8na_a)"
|
|
4761
4760
|
}, _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
|
4762
4761
|
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",
|
|
4763
4762
|
fill: "#F5F6FA"
|
|
@@ -4778,7 +4777,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4778
4777
|
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",
|
|
4779
4778
|
fill: "#1D1E26"
|
|
4780
4779
|
})), /*#__PURE__*/React.createElement("mask", {
|
|
4781
|
-
id: "
|
|
4780
|
+
id: "74xl1w6kl6ubu6cvd_b",
|
|
4782
4781
|
style: {
|
|
4783
4782
|
maskType: "alpha"
|
|
4784
4783
|
},
|
|
@@ -4791,7 +4790,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4791
4790
|
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",
|
|
4792
4791
|
fill: "#9BDEFF"
|
|
4793
4792
|
}))), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
4794
|
-
mask: "url(#
|
|
4793
|
+
mask: "url(#74xl1w6kl6ubu6cvd_b)",
|
|
4795
4794
|
fillRule: "evenodd",
|
|
4796
4795
|
clipRule: "evenodd"
|
|
4797
4796
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -4877,7 +4876,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4877
4876
|
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",
|
|
4878
4877
|
fill: "#fff"
|
|
4879
4878
|
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
4880
|
-
id: "
|
|
4879
|
+
id: "74xl1w63ep50an8na_a"
|
|
4881
4880
|
}, /*#__PURE__*/React.createElement("path", {
|
|
4882
4881
|
fill: "#fff",
|
|
4883
4882
|
transform: "translate(.552)",
|
|
@@ -4886,7 +4885,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4886
4885
|
};
|
|
4887
4886
|
var ForwardRef$4 = /*#__PURE__*/forwardRef(SvgEmptyTable);
|
|
4888
4887
|
|
|
4889
|
-
var css$h = {"root":"
|
|
4888
|
+
var css$h = {"root":"jkxA30","sticky-header":"TTskZN","no-results":"ClfC4x","icon":"z-FpB8","title":"KH-keX","stickyHeader":"TTskZN","noResults":"ClfC4x"};
|
|
4890
4889
|
|
|
4891
4890
|
function DataTable(props) {
|
|
4892
4891
|
var _a, _b, _c, _d;
|
|
@@ -4937,9 +4936,9 @@ function DataTable(props) {
|
|
|
4937
4936
|
} }))));
|
|
4938
4937
|
}
|
|
4939
4938
|
|
|
4940
|
-
var css$g = {"root":"
|
|
4939
|
+
var css$g = {"root":"-yVabF"};
|
|
4941
4940
|
|
|
4942
|
-
var css$f = {"root":"
|
|
4941
|
+
var css$f = {"root":"A5YcYe","burger-content":"_5ho-c7","burgerContent":"_5ho-c7"};
|
|
4943
4942
|
|
|
4944
4943
|
var _path$3;
|
|
4945
4944
|
function _extends$3() { _extends$3 = 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$3.apply(this, arguments); }
|
|
@@ -4982,7 +4981,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
4982
4981
|
};
|
|
4983
4982
|
var ForwardRef$2 = /*#__PURE__*/forwardRef(SvgNavigationArrowDownOutline);
|
|
4984
4983
|
|
|
4985
|
-
var css$e = {"uui-typography":"
|
|
4984
|
+
var css$e = {"uui-typography":"weHg3C","hero-header":"i-f137","promo-header":"Xby0r5","uui-critical":"i4jjSY","uui-info":"Enfyep","uui-success":"AzakXL","uui-warning":"vumnCF","uui-highlight":"DSdVOg","uui-typography-size-12":"RgisgQ","uui-typography-size-14":"N0T08W","uui-typography-size-16":"rXcBgb","root":"TFUDoA","button-primary":"Lah5Bf","button-secondary":"-WQruB","hasIcon":"z0nPRm","dropdown":"sEH3ct","uuiTypography":"weHg3C","heroHeader":"i-f137","promoHeader":"Xby0r5","uuiCritical":"i4jjSY","uuiInfo":"Enfyep","uuiSuccess":"AzakXL","uuiWarning":"vumnCF","uuiHighlight":"DSdVOg","uuiTypographySize12":"RgisgQ","uuiTypographySize14":"N0T08W","uuiTypographySize16":"rXcBgb","buttonPrimary":"Lah5Bf","buttonSecondary":"-WQruB"};
|
|
4986
4985
|
|
|
4987
4986
|
const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
4988
4987
|
css$e.root,
|
|
@@ -4993,13 +4992,13 @@ const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
|
4993
4992
|
props.icon && css$e.hasIcon,
|
|
4994
4993
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
4995
4994
|
|
|
4996
|
-
var css$d = {"search-input":"
|
|
4995
|
+
var css$d = {"search-input":"OcUydZ","searchInput":"OcUydZ"};
|
|
4997
4996
|
|
|
4998
4997
|
function BurgerSearch(props) {
|
|
4999
4998
|
return (React.createElement(TextInput$1, { cx: cx(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$N, placeholder: props.placeholder, value: props.value, onValueChange: props.onValueChange, onCancel: props.onCancel, cancelIcon: props.value && ForwardRef$Q }));
|
|
5000
4999
|
}
|
|
5001
5000
|
|
|
5002
|
-
var css$c = {"root":"
|
|
5001
|
+
var css$c = {"root":"jhfUQd","group-header":"f-jBA1","group-name":"q82old","line":"hcCow4","groupHeader":"f-jBA1","groupName":"q82old"};
|
|
5003
5002
|
|
|
5004
5003
|
function BurgerGroupHeader(props) {
|
|
5005
5004
|
return (React.createElement("div", { className: cx(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -5007,7 +5006,7 @@ function BurgerGroupHeader(props) {
|
|
|
5007
5006
|
React.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
5008
5007
|
}
|
|
5009
5008
|
|
|
5010
|
-
var css$b = {"uui-typography":"
|
|
5009
|
+
var css$b = {"uui-typography":"GS1nie","hero-header":"_1ppN05","promo-header":"a64WYR","uui-critical":"xavknH","uui-info":"UrRvK5","uui-success":"XLv-Nv","uui-warning":"z1-QNg","uui-highlight":"lYxyWh","uui-typography-size-12":"_5V8d5k","uui-typography-size-14":"uJx1zK","uui-typography-size-16":"accowK","root":"oqC-s6","type-primary":"nDOW6V","type-secondary":"_44H-Ei","uuiTypography":"GS1nie","heroHeader":"_1ppN05","promoHeader":"a64WYR","uuiCritical":"xavknH","uuiInfo":"UrRvK5","uuiSuccess":"XLv-Nv","uuiWarning":"z1-QNg","uuiHighlight":"lYxyWh","uuiTypographySize12":"_5V8d5k","uuiTypographySize14":"uJx1zK","uuiTypographySize16":"accowK","typePrimary":"nDOW6V","typeSecondary":"_44H-Ei"};
|
|
5011
5010
|
|
|
5012
5011
|
const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5013
5012
|
const { type } = props, clickableProps = __rest(props, ["type"]);
|
|
@@ -5023,7 +5022,7 @@ const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
5023
5022
|
props.isDropdown && (React.createElement(IconContainer, { icon: ForwardRef$P, flipY: props.isOpen }))));
|
|
5024
5023
|
});
|
|
5025
5024
|
|
|
5026
|
-
var css$a = {"dropdown-body":"
|
|
5025
|
+
var css$a = {"dropdown-body":"bQplF6","dropdownBody":"bQplF6"};
|
|
5027
5026
|
|
|
5028
5027
|
class MainMenuDropdown extends React.Component {
|
|
5029
5028
|
render() {
|
|
@@ -5078,12 +5077,12 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
5078
5077
|
};
|
|
5079
5078
|
var ForwardRef$1 = /*#__PURE__*/forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
5080
5079
|
|
|
5081
|
-
var css$9 = {"global-menu-btn":"
|
|
5080
|
+
var css$9 = {"global-menu-btn":"NlWS4j","global-menu-icon":"cR7q6v","globalMenuBtn":"NlWS4j","globalMenuIcon":"cR7q6v"};
|
|
5082
5081
|
|
|
5083
5082
|
const GlobalMenu = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("button", Object.assign({ ref: ref, id: "global_menu_toggle", className: cx(css$9.globalMenuBtn, props.cx) }, props.rawProps),
|
|
5084
5083
|
React.createElement(IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
5085
5084
|
|
|
5086
|
-
var css$8 = {"container":"
|
|
5085
|
+
var css$8 = {"container":"hqxcfy","open":"_3mwTN9","folding-arrow":"_2192N2","foldingArrow":"_2192N2"};
|
|
5087
5086
|
|
|
5088
5087
|
const MainMenuAvatar = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("button", { ref: ref, className: cx(css$8.container, props.isDropdown && css$8.dropdown, props.isOpen && css$8.open, props.onClick && uuiMarkers.clickable, props.cx), onClick: props.onClick },
|
|
5089
5088
|
React.createElement(Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -5091,18 +5090,18 @@ const MainMenuAvatar = /* @__PURE__ */React.forwardRef((props, ref) => (React.cr
|
|
|
5091
5090
|
props.isDropdown && (React.createElement("div", null,
|
|
5092
5091
|
React.createElement(IconContainer, { size: 18, icon: ForwardRef$P, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
|
|
5093
5092
|
|
|
5094
|
-
var css$7 = {"search-input":"
|
|
5093
|
+
var css$7 = {"search-input":"p4pgC8","searchInput":"p4pgC8"};
|
|
5095
5094
|
|
|
5096
5095
|
const MainMenuSearch = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => {
|
|
5097
5096
|
var _a;
|
|
5098
5097
|
return (React.createElement(TextInput$1, Object.assign({ iconPosition: "left", icon: ForwardRef$N, cancelIcon: ((_a = props.value) === null || _a === void 0 ? void 0 : _a.length) > 0 && ForwardRef$Q }, props, iEditable, { ref: ref, cx: cx$1(css$7.searchInput, props.cx) }, props.rawProps)));
|
|
5099
5098
|
} }))));
|
|
5100
5099
|
|
|
5101
|
-
var css$6 = {"container":"
|
|
5100
|
+
var css$6 = {"container":"RKCRU-"};
|
|
5102
5101
|
|
|
5103
5102
|
const MainMenuIcon = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IconButton, Object.assign({ ref: ref, icon: props.icon, cx: cx$1(props.cx, css$6.container) }, props))));
|
|
5104
5103
|
|
|
5105
|
-
var css$5 = {"root":"
|
|
5104
|
+
var css$5 = {"root":"_6b3J5q"};
|
|
5106
5105
|
|
|
5107
5106
|
const Anchor = /* @__PURE__ */withMods(Anchor$1, () => [css$5.root]);
|
|
5108
5107
|
|
|
@@ -5160,7 +5159,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
5160
5159
|
};
|
|
5161
5160
|
var ForwardRef = /*#__PURE__*/forwardRef(SvgFileCloudUploadFill);
|
|
5162
5161
|
|
|
5163
|
-
var css$4 = {"root":"
|
|
5162
|
+
var css$4 = {"root":"_0M7hun","drop-start":"bz-yqj","drop-over":"F9ioTg","link":"DnaK9u","drop-area":"NWLoob","drop-caption":"nzB7-Z","icon-blue":"_81dloF","dropStart":"bz-yqj","dropOver":"F9ioTg","dropArea":"NWLoob","dropCaption":"nzB7-Z","iconBlue":"_81dloF"};
|
|
5164
5163
|
|
|
5165
5164
|
function DropSpot(props) {
|
|
5166
5165
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -5178,9 +5177,9 @@ function DropSpot(props) {
|
|
|
5178
5177
|
return React.createElement(DropSpot$1, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
5179
5178
|
}
|
|
5180
5179
|
|
|
5181
|
-
var css$3 = {"uui-typography":"
|
|
5180
|
+
var css$3 = {"uui-typography":"BzU6uy","hero-header":"nQaVC-","promo-header":"TkS71b","uui-critical":"_7t2A-U","uui-info":"_0ZLbwm","uui-success":"vpakde","uui-warning":"VjIZD2","uui-highlight":"CzwNhi","uui-typography-size-12":"CSAR-I","uui-typography-size-14":"NRvbyJ","uui-typography-size-16":"xGo3Mu","root":"Z0Ro9a","file-name":"xkLxhq","default-color":"-XW5tw","doc-color":"vzJA5w","xls-color":"n6HCSq","pdf-color":"LDA4L-","movie-color":"TuLmoI","img-color":"G9li69","mov-color":"Ugno1r","error-block":"FnlYck","icons-block":"WkIRZv","uuiTypography":"BzU6uy","heroHeader":"nQaVC-","promoHeader":"TkS71b","uuiCritical":"_7t2A-U","uuiInfo":"_0ZLbwm","uuiSuccess":"vpakde","uuiWarning":"VjIZD2","uuiHighlight":"CzwNhi","uuiTypographySize12":"CSAR-I","uuiTypographySize14":"NRvbyJ","uuiTypographySize16":"xGo3Mu","fileName":"xkLxhq","defaultColor":"-XW5tw","docColor":"vzJA5w","xlsColor":"n6HCSq","pdfColor":"LDA4L-","movieColor":"TuLmoI","imgColor":"G9li69","movColor":"Ugno1r","errorBlock":"FnlYck","iconsBlock":"WkIRZv"};
|
|
5182
5181
|
|
|
5183
|
-
var css$2 = {"root":"
|
|
5182
|
+
var css$2 = {"root":"cr6-0L"};
|
|
5184
5183
|
|
|
5185
5184
|
const SvgCircleProgress = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5186
5185
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5305,7 +5304,7 @@ const getErrorPageConfig = () => ({
|
|
|
5305
5304
|
},
|
|
5306
5305
|
});
|
|
5307
5306
|
|
|
5308
|
-
var css$1 = {"container":"
|
|
5307
|
+
var css$1 = {"container":"X8Rj26"};
|
|
5309
5308
|
|
|
5310
5309
|
const ErrorPage = (props) => {
|
|
5311
5310
|
const isMobileScreen = isMobile();
|
|
@@ -5316,7 +5315,7 @@ const ErrorPage = (props) => {
|
|
|
5316
5315
|
React__default.createElement("div", { className: "uui-error-subtitle" }, props.subtitle))));
|
|
5317
5316
|
};
|
|
5318
5317
|
|
|
5319
|
-
var css = {"recovery-spinner":"
|
|
5318
|
+
var css = {"recovery-spinner":"_4atYri","recovery-message":"_8K3zyv","modal-blocker":"Gj0ZXg","modalFadeIn":"_3cgNMv","recoverySpinner":"_4atYri","recoveryMessage":"_8K3zyv","modalBlocker":"Gj0ZXg"};
|
|
5320
5319
|
|
|
5321
5320
|
function ErrorHandler(props) {
|
|
5322
5321
|
const { uuiNotifications, uuiModals, uuiApi } = useUuiContext();
|