@epam/uui 5.12.0 → 5.12.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/index.esm.js +104 -104
- package/index.esm.js.map +1 -1
- package/index.js +104 -104
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/stats.html +1 -1
- package/styles.css +2531 -2531
- package/styles.css.map +1 -1
package/index.esm.js
CHANGED
|
@@ -589,7 +589,7 @@ const settings = {
|
|
|
589
589
|
},
|
|
590
590
|
};
|
|
591
591
|
|
|
592
|
-
var css$1y = {"uui-typography":"
|
|
592
|
+
var css$1y = {"uui-typography":"bIupD9","uuiTypography":"bIupD9","hero-header":"p347HF","heroHeader":"p347HF","promo-header":"k6aEab","promoHeader":"k6aEab","uui-critical":"-IOrW5","uuiCritical":"-IOrW5","uui-info":"IZEWDd","uuiInfo":"IZEWDd","uui-success":"V890Ln","uuiSuccess":"V890Ln","uui-warning":"PifDTf","uuiWarning":"PifDTf","uui-highlight":"_5RNdLe","uuiHighlight":"_5RNdLe","uui-typography-size-12":"d5lkqG","uuiTypographySize12":"d5lkqG","uui-typography-size-14":"_4jPR0g","uuiTypographySize14":"_4jPR0g","uui-typography-size-16":"RyfqIy","uuiTypographySize16":"RyfqIy","root":"xxjvGU"};
|
|
593
593
|
|
|
594
594
|
function applyButtonMods(mods) {
|
|
595
595
|
return [
|
|
@@ -607,7 +607,7 @@ const Button = /* @__PURE__ */withMods(uuiComponents.Button, applyButtonMods, ()
|
|
|
607
607
|
};
|
|
608
608
|
});
|
|
609
609
|
|
|
610
|
-
var css$1x = {"root":"
|
|
610
|
+
var css$1x = {"root":"ib43H-"};
|
|
611
611
|
|
|
612
612
|
function applyIconButtonMods(props) {
|
|
613
613
|
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1x.root];
|
|
@@ -644,7 +644,7 @@ function getIconClass(props) {
|
|
|
644
644
|
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'];
|
|
645
645
|
}
|
|
646
646
|
|
|
647
|
-
var css$1w = {"uui-typography":"
|
|
647
|
+
var css$1w = {"uui-typography":"W9w8AI","uuiTypography":"W9w8AI","hero-header":"aat7bG","heroHeader":"aat7bG","promo-header":"J5EtvE","promoHeader":"J5EtvE","uui-critical":"BVwpz5","uuiCritical":"BVwpz5","uui-info":"p1Gm-X","uuiInfo":"p1Gm-X","uui-success":"HXlqrI","uuiSuccess":"HXlqrI","uui-warning":"R--mrk","uuiWarning":"R--mrk","uui-highlight":"_18Cl0U","uuiHighlight":"_18Cl0U","uui-typography-size-12":"DGIzV8","uuiTypographySize12":"DGIzV8","uui-typography-size-14":"S9NUY6","uuiTypographySize14":"S9NUY6","uui-typography-size-16":"nlgiU2","uuiTypographySize16":"nlgiU2","root":"GT7p97"};
|
|
648
648
|
|
|
649
649
|
const DEFAULT_COLOR = 'primary';
|
|
650
650
|
const DEFAULT_WEIGHT = 'semibold';
|
|
@@ -675,7 +675,7 @@ const LinkButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
675
675
|
props.isDropdown && (React.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
676
676
|
});
|
|
677
677
|
|
|
678
|
-
var css$1v = {"root":"
|
|
678
|
+
var css$1v = {"root":"V3XUeU"};
|
|
679
679
|
|
|
680
680
|
const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
681
681
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -687,7 +687,7 @@ const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
687
687
|
]) }, props.caption));
|
|
688
688
|
});
|
|
689
689
|
|
|
690
|
-
var css$1u = {"uui-typography":"
|
|
690
|
+
var css$1u = {"uui-typography":"PdMM0H","uuiTypography":"PdMM0H","hero-header":"Takt8q","heroHeader":"Takt8q","promo-header":"MSW-fd","promoHeader":"MSW-fd","uui-critical":"CXtEiX","uuiCritical":"CXtEiX","uui-info":"V0ULJX","uuiInfo":"V0ULJX","uui-success":"DVR-Iw","uuiSuccess":"DVR-Iw","uui-warning":"ywGozG","uuiWarning":"ywGozG","uui-highlight":"jMGB9c","uuiHighlight":"jMGB9c","uui-typography-size-12":"_31XAup","uuiTypographySize12":"_31XAup","uui-typography-size-14":"_40ujv-","uuiTypographySize14":"_40ujv-","uui-typography-size-16":"o5dyOP","uuiTypographySize16":"o5dyOP","root":"NLd4pG","withNotify":"eKXddi"};
|
|
691
691
|
|
|
692
692
|
const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
693
693
|
const styles = [
|
|
@@ -710,7 +710,7 @@ const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
710
710
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
711
711
|
});
|
|
712
712
|
|
|
713
|
-
var css$1t = {"uui-typography":"
|
|
713
|
+
var css$1t = {"uui-typography":"NWoX0g","uuiTypography":"NWoX0g","hero-header":"UD7Ng9","heroHeader":"UD7Ng9","promo-header":"_3YreFr","promoHeader":"_3YreFr","uui-critical":"Pw8OQ0","uuiCritical":"Pw8OQ0","uui-info":"cYpzz4","uuiInfo":"cYpzz4","uui-success":"XQdwTF","uuiSuccess":"XQdwTF","uui-warning":"uWzrYD","uuiWarning":"uWzrYD","uui-highlight":"_2kIKzc","uuiHighlight":"_2kIKzc","uui-typography-size-12":"e5ugfF","uuiTypographySize12":"e5ugfF","uui-typography-size-14":"sChJbt","uuiTypographySize14":"sChJbt","uui-typography-size-16":"YFsysW","uuiTypographySize16":"YFsysW","root":"-a7FhF"};
|
|
714
714
|
|
|
715
715
|
function applyVerticalTabButtonMods() {
|
|
716
716
|
return [css$1t.root, 'uui-vertical-tab-button'];
|
|
@@ -732,7 +732,7 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
|
732
732
|
};
|
|
733
733
|
var ForwardRef$C = /*#__PURE__*/forwardRef(SvgContentMinusOutline);
|
|
734
734
|
|
|
735
|
-
var css$1s = {"uui-typography":"
|
|
735
|
+
var css$1s = {"uui-typography":"LDavZ8","uuiTypography":"LDavZ8","hero-header":"-CcmzP","heroHeader":"-CcmzP","promo-header":"sUJ1S1","promoHeader":"sUJ1S1","uui-critical":"zE7rNh","uuiCritical":"zE7rNh","uui-info":"VFPayN","uuiInfo":"VFPayN","uui-success":"nYke7K","uuiSuccess":"nYke7K","uui-warning":"_1xpNhz","uuiWarning":"_1xpNhz","uui-highlight":"_97qfQd","uuiHighlight":"_97qfQd","uui-typography-size-12":"USS7ud","uuiTypographySize12":"USS7ud","uui-typography-size-14":"ODMwr-","uuiTypographySize14":"ODMwr-","uui-typography-size-16":"PtoTkF","uuiTypographySize16":"PtoTkF","root":"TIRiFl","mode-cell":"j-ZDOb","modeCell":"j-ZDOb"};
|
|
736
736
|
|
|
737
737
|
function applyCheckboxMods(mods) {
|
|
738
738
|
return [
|
|
@@ -767,7 +767,7 @@ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
|
767
767
|
};
|
|
768
768
|
var ForwardRef$B = /*#__PURE__*/forwardRef(SvgRadioDotFill);
|
|
769
769
|
|
|
770
|
-
var css$1r = {"uui-typography":"
|
|
770
|
+
var css$1r = {"uui-typography":"AOHxLm","uuiTypography":"AOHxLm","hero-header":"neEBaX","heroHeader":"neEBaX","promo-header":"NC2f0G","promoHeader":"NC2f0G","uui-critical":"xV-cGD","uuiCritical":"xV-cGD","uui-info":"NQHoSh","uuiInfo":"NQHoSh","uui-success":"KwnS8X","uuiSuccess":"KwnS8X","uui-warning":"AF-Pq2","uuiWarning":"AF-Pq2","uui-highlight":"VWybo3","uuiHighlight":"VWybo3","uui-typography-size-12":"_5QpM62","uuiTypographySize12":"_5QpM62","uui-typography-size-14":"UZjCd4","uuiTypographySize14":"UZjCd4","uui-typography-size-16":"NO-JyM","uuiTypographySize16":"NO-JyM","root":"bV1rpE"};
|
|
771
771
|
|
|
772
772
|
function applyRadioInputMods(mods) {
|
|
773
773
|
return [
|
|
@@ -779,7 +779,7 @@ function applyRadioInputMods(mods) {
|
|
|
779
779
|
}
|
|
780
780
|
const RadioInput = /* @__PURE__ */withMods(RadioInput$1, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$B }));
|
|
781
781
|
|
|
782
|
-
var css$1q = {"root":"
|
|
782
|
+
var css$1q = {"root":"cmvIEZ"};
|
|
783
783
|
|
|
784
784
|
function applySwitchMods(mods) {
|
|
785
785
|
return [
|
|
@@ -847,7 +847,7 @@ var EditMode;
|
|
|
847
847
|
EditMode["INLINE"] = "inline";
|
|
848
848
|
})(EditMode || (EditMode = {}));
|
|
849
849
|
|
|
850
|
-
var textInputCss = {"uui-typography":"
|
|
850
|
+
var textInputCss = {"uui-typography":"itlFNh","uuiTypography":"itlFNh","hero-header":"Hflnhe","heroHeader":"Hflnhe","promo-header":"o9Ppz5","promoHeader":"o9Ppz5","uui-critical":"HelPiL","uuiCritical":"HelPiL","uui-info":"Qg1Xav","uuiInfo":"Qg1Xav","uui-success":"KEvgKL","uuiSuccess":"KEvgKL","uui-warning":"sUKZhY","uuiWarning":"sUKZhY","uui-highlight":"SEr32-","uuiHighlight":"SEr32-","uui-typography-size-12":"_8T1c4w","uuiTypographySize12":"_8T1c4w","uui-typography-size-14":"OLVcac","uuiTypographySize14":"OLVcac","uui-typography-size-16":"KRysab","uuiTypographySize16":"KRysab","root":"Kox7RY","mode-form":"ZGnfFG","modeForm":"ZGnfFG","mode-inline":"JXtpNF","modeInline":"JXtpNF","mode-cell":"_4d0l0S","modeCell":"_4d0l0S"};
|
|
851
851
|
|
|
852
852
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
853
853
|
function applyTextInputMods(mods) {
|
|
@@ -873,7 +873,7 @@ const SearchInput = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
873
873
|
} })));
|
|
874
874
|
});
|
|
875
875
|
|
|
876
|
-
var css$1p = {"root":"
|
|
876
|
+
var css$1p = {"root":"XZQS9S"};
|
|
877
877
|
|
|
878
878
|
const ControlGroup = /* @__PURE__ */withMods(ControlGroup$1, () => [css$1p.root, 'uui-control-group']);
|
|
879
879
|
|
|
@@ -882,7 +882,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
882
882
|
}
|
|
883
883
|
const MultiSwitch = /* @__PURE__ */React.forwardRef(MultiSwitchComponent);
|
|
884
884
|
|
|
885
|
-
var css$1o = {"uui-typography":"
|
|
885
|
+
var css$1o = {"uui-typography":"_5isZrB","uuiTypography":"_5isZrB","hero-header":"VbExYC","heroHeader":"VbExYC","promo-header":"xfcoCt","promoHeader":"xfcoCt","uui-critical":"rg2Ool","uuiCritical":"rg2Ool","uui-info":"MuxqnA","uuiInfo":"MuxqnA","uui-success":"j3iugP","uuiSuccess":"j3iugP","uui-warning":"KWSVFm","uuiWarning":"KWSVFm","uui-highlight":"_0LBykU","uuiHighlight":"_0LBykU","uui-typography-size-12":"DtWWZw","uuiTypographySize12":"DtWWZw","uui-typography-size-14":"_-5v2kp","uuiTypographySize14":"_-5v2kp","uui-typography-size-16":"R245Rh","uuiTypographySize16":"R245Rh","root":"-xNKco","mode-form":"jD8FIM","modeForm":"jD8FIM","mode-cell":"ftZOMN","modeCell":"ftZOMN"};
|
|
886
886
|
|
|
887
887
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
888
888
|
function applyNumericInputMods(mods) {
|
|
@@ -903,7 +903,7 @@ const NumericInput = /* @__PURE__ */withMods(NumericInput$1, applyNumericInputMo
|
|
|
903
903
|
};
|
|
904
904
|
});
|
|
905
905
|
|
|
906
|
-
var css$1n = {"uui-typography":"
|
|
906
|
+
var css$1n = {"uui-typography":"A3nyRJ","uuiTypography":"A3nyRJ","hero-header":"Os8J-1","heroHeader":"Os8J-1","promo-header":"vmwVvr","promoHeader":"vmwVvr","uui-critical":"_2KzENR","uuiCritical":"_2KzENR","uui-info":"_1SUkPN","uuiInfo":"_1SUkPN","uui-success":"gINMIz","uuiSuccess":"gINMIz","uui-warning":"qa69r3","uuiWarning":"qa69r3","uui-highlight":"Totjh9","uuiHighlight":"Totjh9","uui-typography-size-12":"PodXWZ","uuiTypographySize12":"PodXWZ","uui-typography-size-14":"MsDmsV","uuiTypographySize14":"MsDmsV","uui-typography-size-16":"FFViZV","uuiTypographySize16":"FFViZV","root":"nbq0kq","mode-form":"axKQQe","modeForm":"axKQQe","mode-cell":"sOMV-b","modeCell":"sOMV-b","mode-inline":"SnU1U-","modeInline":"SnU1U-"};
|
|
907
907
|
|
|
908
908
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
909
909
|
function applyTextAreaMods(mods) {
|
|
@@ -1004,7 +1004,7 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
|
1004
1004
|
};
|
|
1005
1005
|
var ForwardRef$x = /*#__PURE__*/forwardRef(SvgNotificationInfoFill);
|
|
1006
1006
|
|
|
1007
|
-
var css$1m = {"uui-typography":"
|
|
1007
|
+
var css$1m = {"uui-typography":"vJwJoc","uuiTypography":"vJwJoc","hero-header":"Eo-EXu","heroHeader":"Eo-EXu","promo-header":"m-EHYK","promoHeader":"m-EHYK","uui-critical":"YT0kAb","uuiCritical":"YT0kAb","uui-info":"C6RLre","uuiInfo":"C6RLre","uui-success":"DCmRGZ","uuiSuccess":"DCmRGZ","uui-warning":"P73Tbz","uuiWarning":"P73Tbz","uui-highlight":"OBvmsV","uuiHighlight":"OBvmsV","uui-typography-size-12":"-c-a49","uuiTypographySize12":"-c-a49","uui-typography-size-14":"iAjmQe","uuiTypographySize14":"iAjmQe","uui-typography-size-16":"y605zN","uuiTypographySize16":"y605zN","root":"qmjc9i","main-path":"PpElRq","mainPath":"PpElRq","content-wrapper":"_2vejOj","contentWrapper":"_2vejOj","content":"mmcv6z","action-wrapper":"Ov50HC","actionWrapper":"Ov50HC","icon-wrapper":"klgG3A","iconWrapper":"klgG3A","icon":"JcLe-R","close-icon":"rleKFU","closeIcon":"rleKFU"};
|
|
1008
1008
|
|
|
1009
1009
|
const Alert = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("div", Object.assign({ role: "alert", ref: ref, className: cx('uui-alert', css$1m.root, props.color && `uui-color-${props.color}`, props.cx, `uui-size-${props.size || settings.sizes.defaults.alert}`) }, props.rawProps),
|
|
1010
1010
|
React.createElement("div", { className: css$1m.mainPath },
|
|
@@ -1022,7 +1022,7 @@ const ErrorAlert = /* @__PURE__ */React.forwardRef((props, ref) => React.createE
|
|
|
1022
1022
|
|
|
1023
1023
|
const Dropdown = /* @__PURE__ */withMods(Dropdown$1);
|
|
1024
1024
|
|
|
1025
|
-
var css$1l = {"root":"
|
|
1025
|
+
var css$1l = {"root":"-aVEmC"};
|
|
1026
1026
|
|
|
1027
1027
|
function applyDropdownContainerMods(mods) {
|
|
1028
1028
|
return [
|
|
@@ -1033,7 +1033,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
1033
1033
|
}
|
|
1034
1034
|
const DropdownContainer = /* @__PURE__ */withMods(uuiComponents.DropdownContainer, applyDropdownContainerMods);
|
|
1035
1035
|
|
|
1036
|
-
var css$1k = {"uui-typography":"
|
|
1036
|
+
var css$1k = {"uui-typography":"DiGFF7","uuiTypography":"DiGFF7","hero-header":"tsXnF2","heroHeader":"tsXnF2","promo-header":"T-RE2k","promoHeader":"T-RE2k","uui-critical":"s1alFY","uuiCritical":"s1alFY","uui-info":"yRrHZQ","uuiInfo":"yRrHZQ","uui-success":"oN-ack","uuiSuccess":"oN-ack","uui-warning":"CGZVVJ","uuiWarning":"CGZVVJ","uui-highlight":"uY-hLJ","uuiHighlight":"uY-hLJ","uui-typography-size-12":"YSerdq","uuiTypographySize12":"YSerdq","uui-typography-size-14":"YlqN-o","uuiTypographySize14":"YlqN-o","uui-typography-size-16":"uXxsiC","uuiTypographySize16":"uXxsiC","submenu-root-item-rtl":"G76Tlk","submenuRootItemRtl":"G76Tlk","icon-after":"e8LKIY","iconAfter":"e8LKIY","submenu-root-item":"veENN6","submenuRootItem":"veENN6","icon-check":"-TyFKU","iconCheck":"-TyFKU","splitter-root":"_1oOz-b","splitterRoot":"_1oOz-b","splitter":"inp674","header-root":"vXhisg","headerRoot":"vXhisg","item-root":"nnN7fw","itemRoot":"nnN7fw","icon":"TXyWIZ","link":"hiAbrw","indent":"A3Du2G","selected-mark":"HlxxCm","selectedMark":"HlxxCm"};
|
|
1037
1037
|
|
|
1038
1038
|
var IDropdownControlKeys;
|
|
1039
1039
|
(function (IDropdownControlKeys) {
|
|
@@ -1166,7 +1166,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1166
1166
|
React__default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1167
1167
|
}
|
|
1168
1168
|
|
|
1169
|
-
var css$1j = {"uui-typography":"
|
|
1169
|
+
var css$1j = {"uui-typography":"XKK1zZ","uuiTypography":"XKK1zZ","hero-header":"VvIFOi","heroHeader":"VvIFOi","promo-header":"fI8u9G","promoHeader":"fI8u9G","uui-critical":"A8DPKi","uuiCritical":"A8DPKi","uui-info":"Arby7t","uuiInfo":"Arby7t","uui-success":"PAZjcE","uuiSuccess":"PAZjcE","uui-warning":"wLd9k6","uuiWarning":"wLd9k6","uui-highlight":"UrJpWA","uuiHighlight":"UrJpWA","uui-typography-size-12":"qLUDBb","uuiTypographySize12":"qLUDBb","uui-typography-size-14":"YfDsoL","uuiTypographySize14":"YfDsoL","uui-typography-size-16":"_0rcVnx","uuiTypographySize16":"_0rcVnx","root":"B8TwvW","mode-block":"Ieg-Fb","modeBlock":"Ieg-Fb","mode-inline":"CIPZOH","modeInline":"CIPZOH","padding-0":"CEN91C","padding0":"CEN91C","padding-6":"GBHp3a","padding6":"GBHp3a","padding-12":"ehWx9d","padding12":"ehWx9d","padding-18":"yxANkA","padding18":"yxANkA"};
|
|
1170
1170
|
|
|
1171
1171
|
function applyAccordionMods(mods) {
|
|
1172
1172
|
return [
|
|
@@ -1179,7 +1179,7 @@ const Accordion = /* @__PURE__ */withMods(uuiComponents.Accordion, applyAccordio
|
|
|
1179
1179
|
dropdownIcon: mods.dropdownIcon !== null && systemIcons.foldingArrow,
|
|
1180
1180
|
}));
|
|
1181
1181
|
|
|
1182
|
-
var css$1i = {"uui-typography":"
|
|
1182
|
+
var css$1i = {"uui-typography":"_3NfhKO","uuiTypography":"_3NfhKO","hero-header":"ENoZCV","heroHeader":"ENoZCV","promo-header":"zcSQ7K","promoHeader":"zcSQ7K","uui-critical":"WhGux-","uuiCritical":"WhGux-","uui-info":"wZiy1L","uuiInfo":"wZiy1L","uui-success":"wdkAVa","uuiSuccess":"wdkAVa","uui-warning":"Kdv-SN","uuiWarning":"Kdv-SN","uui-highlight":"XyBadb","uuiHighlight":"XyBadb","uui-typography-size-12":"_2dDPok","uuiTypographySize12":"_2dDPok","uui-typography-size-14":"drrDaG","uuiTypographySize14":"drrDaG","uui-typography-size-16":"tQypcH","uuiTypographySize16":"tQypcH","root":"N6yA3J","border-top":"I23bYE","borderTop":"I23bYE","border-bottom":"CZTyF0","borderBottom":"CZTyF0","top-shadow":"-sUNQZ","topShadow":"-sUNQZ","padding-6":"_6uc6Q1","padding6":"_6uc6Q1","padding-12":"iXT6-0","padding12":"iXT6-0","padding-18":"-iXhjg","padding18":"-iXhjg","padding-24":"eG-zZ5","padding24":"eG-zZ5","margin-24":"VmBCwy","margin24":"VmBCwy","margin-12":"lTYCPR","margin12":"lTYCPR","vPadding-12":"U8IQsS","vPadding12":"U8IQsS","vPadding-18":"Yur7Yr","vPadding18":"Yur7Yr","vPadding-24":"AN2OZj","vPadding24":"AN2OZj","vPadding-36":"RPy32-","vPadding36":"RPy32-","vPadding-48":"suGsJK","vPadding48":"suGsJK","spacing-6":"LhxRgh","spacing6":"LhxRgh","spacing-12":"ou7l80","spacing12":"ou7l80","spacing-18":"Ji0JVM","spacing18":"Ji0JVM","uui-surface-main":"vGAOZW","uuiSurfaceMain":"vGAOZW"};
|
|
1183
1183
|
|
|
1184
1184
|
const FlexCell = /* @__PURE__ */withMods(FlexCell$1, () => [css$1i.flexCell]);
|
|
1185
1185
|
|
|
@@ -1203,7 +1203,7 @@ const FlexRow = /* @__PURE__ */withMods(FlexRow$1, (props) => {
|
|
|
1203
1203
|
];
|
|
1204
1204
|
});
|
|
1205
1205
|
|
|
1206
|
-
var css$1h = {"root":"
|
|
1206
|
+
var css$1h = {"root":"RLp36b","margin-24":"-StR5d","margin24":"-StR5d","padding-12":"XX5sAK","padding12":"XX5sAK","padding-24":"tL-fG6","padding24":"tL-fG6","shadow":"UMQJ0E","uui-surface-main":"LtETpD","uuiSurfaceMain":"LtETpD"};
|
|
1207
1207
|
|
|
1208
1208
|
const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
1209
1209
|
'uui-panel',
|
|
@@ -1213,7 +1213,7 @@ const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
|
1213
1213
|
props.background && css$1h[`uui-${props.background}`],
|
|
1214
1214
|
]);
|
|
1215
1215
|
|
|
1216
|
-
var css$1g = {"root":"
|
|
1216
|
+
var css$1g = {"root":"wm-vzD"};
|
|
1217
1217
|
|
|
1218
1218
|
function applyTooltipMods(mods) {
|
|
1219
1219
|
return [
|
|
@@ -1223,7 +1223,7 @@ function applyTooltipMods(mods) {
|
|
|
1223
1223
|
}
|
|
1224
1224
|
const Tooltip = /* @__PURE__ */withMods(uuiComponents.Tooltip, applyTooltipMods);
|
|
1225
1225
|
|
|
1226
|
-
var css$1f = {"uui-typography":"
|
|
1226
|
+
var css$1f = {"uui-typography":"lZ4QQQ","uuiTypography":"lZ4QQQ","hero-header":"aWMNTg","heroHeader":"aWMNTg","promo-header":"eDBUDU","promoHeader":"eDBUDU","uui-critical":"XIp-GX","uuiCritical":"XIp-GX","uui-info":"HU1tEG","uuiInfo":"HU1tEG","uui-success":"KKav-f","uuiSuccess":"KKav-f","uui-warning":"Kr2Ctm","uuiWarning":"Kr2Ctm","uui-highlight":"lkHdKg","uuiHighlight":"lkHdKg","uui-typography-size-12":"QcCHSN","uuiTypographySize12":"QcCHSN","uui-typography-size-14":"EGSgXo","uuiTypographySize14":"EGSgXo","uui-typography-size-16":"WFLbEp","uuiTypographySize16":"WFLbEp","root":"nCLvy2"};
|
|
1227
1227
|
|
|
1228
1228
|
function applyLabeledInputMods(mods) {
|
|
1229
1229
|
return [
|
|
@@ -1237,7 +1237,7 @@ const LabeledInput = /* @__PURE__ */withMods(uuiComponents.LabeledInput, applyLa
|
|
|
1237
1237
|
infoIcon: props.infoIcon || (settings.sizes.labeledInput.fillIcon.includes(props.size) ? ForwardRef$x : ForwardRef$M),
|
|
1238
1238
|
}));
|
|
1239
1239
|
|
|
1240
|
-
var css$1e = {"root":"
|
|
1240
|
+
var css$1e = {"root":"F53N3m"};
|
|
1241
1241
|
|
|
1242
1242
|
function RadioGroup(props) {
|
|
1243
1243
|
const direction = props.direction || 'vertical';
|
|
@@ -1252,7 +1252,7 @@ function RadioGroup(props) {
|
|
|
1252
1252
|
})));
|
|
1253
1253
|
}
|
|
1254
1254
|
|
|
1255
|
-
var css$1d = {"root":"
|
|
1255
|
+
var css$1d = {"root":"gOBBB1"};
|
|
1256
1256
|
|
|
1257
1257
|
function applyScrollBarsMods() {
|
|
1258
1258
|
return [
|
|
@@ -1261,13 +1261,13 @@ function applyScrollBarsMods() {
|
|
|
1261
1261
|
}
|
|
1262
1262
|
const ScrollBars = /* @__PURE__ */withMods(ScrollBars$1, applyScrollBarsMods);
|
|
1263
1263
|
|
|
1264
|
-
var css$1c = {"scroll-container":"
|
|
1264
|
+
var css$1c = {"scroll-container":"geAXsC","scrollContainer":"geAXsC","list-container":"N7Y-0F","listContainer":"N7Y-0F"};
|
|
1265
1265
|
|
|
1266
|
-
var css$1b = {"root":"
|
|
1266
|
+
var css$1b = {"root":"_4pk5NY"};
|
|
1267
1267
|
|
|
1268
1268
|
const AvatarStack = /* @__PURE__ */withMods(AvatarStack$1, () => [css$1b.root]);
|
|
1269
1269
|
|
|
1270
|
-
var css$1a = {"uui-typography":"
|
|
1270
|
+
var css$1a = {"uui-typography":"ZncXcm","uuiTypography":"ZncXcm","hero-header":"Hqkiu3","heroHeader":"Hqkiu3","promo-header":"-YUnze","promoHeader":"-YUnze","uui-critical":"HtU1n-","uuiCritical":"HtU1n-","uui-info":"YcxIP5","uuiInfo":"YcxIP5","uui-success":"T92GRR","uuiSuccess":"T92GRR","uui-warning":"PbcR0E","uuiWarning":"PbcR0E","uui-highlight":"zXj5HX","uuiHighlight":"zXj5HX","uui-typography-size-12":"Ane-3t","uuiTypographySize12":"Ane-3t","uui-typography-size-14":"PrFcxf","uuiTypographySize14":"PrFcxf","uui-typography-size-16":"-Bjflo","uuiTypographySize16":"-Bjflo","root":"o2L401"};
|
|
1271
1271
|
|
|
1272
1272
|
const DEFAULT_FILL = 'solid';
|
|
1273
1273
|
function applyBadgeMods(mods) {
|
|
@@ -1291,7 +1291,7 @@ const Badge = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
1291
1291
|
props.isDropdown && (React__default.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
1292
1292
|
});
|
|
1293
1293
|
|
|
1294
|
-
var css$19 = {"uui-typography":"
|
|
1294
|
+
var css$19 = {"uui-typography":"a99qrG","uuiTypography":"a99qrG","hero-header":"D0dIao","heroHeader":"D0dIao","promo-header":"aekPZQ","promoHeader":"aekPZQ","uui-critical":"-j6fHr","uuiCritical":"-j6fHr","uui-info":"Ci4TiX","uuiInfo":"Ci4TiX","uui-success":"bTE1u4","uuiSuccess":"bTE1u4","uui-warning":"F0y45K","uuiWarning":"F0y45K","uui-highlight":"_87eWfu","uuiHighlight":"_87eWfu","uui-typography-size-12":"_0ezOqp","uuiTypographySize12":"_0ezOqp","uui-typography-size-14":"MKa5Jj","uuiTypographySize14":"MKa5Jj","uui-typography-size-16":"H--TNr","uuiTypographySize16":"H--TNr","root":"FGqP1C"};
|
|
1295
1295
|
|
|
1296
1296
|
function applyTagMods(props) {
|
|
1297
1297
|
return [
|
|
@@ -1315,7 +1315,7 @@ const Tag = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
1315
1315
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
1316
1316
|
});
|
|
1317
1317
|
|
|
1318
|
-
var css$18 = {"root":"
|
|
1318
|
+
var css$18 = {"root":"CS-CbB","uui-spinner":"P8ZWTq","uuiSpinner":"P8ZWTq"};
|
|
1319
1319
|
|
|
1320
1320
|
function applySpinnerMods() {
|
|
1321
1321
|
return [css$18.root, 'uui-spinner'];
|
|
@@ -1352,7 +1352,7 @@ var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline
|
|
|
1352
1352
|
};
|
|
1353
1353
|
var ForwardRef$v = /*#__PURE__*/forwardRef(SvgNavigationChevronRightOutline);
|
|
1354
1354
|
|
|
1355
|
-
var css$17 = {"root":"
|
|
1355
|
+
var css$17 = {"root":"_8LG5wp","page":"CMYWrc","spacer":"_7Uk5Rg","mode-ghost":"_7a-IGm","modeGhost":"_7a-IGm"};
|
|
1356
1356
|
|
|
1357
1357
|
function Paginator(props) {
|
|
1358
1358
|
const renderPaginator = (params) => (React__default.createElement("nav", Object.assign({ role: "navigation", className: cx(css$17.root, 'uui-paginator', `uui-size-${props.size || settings.sizes.defaults.paginator}`) }, params.rawProps),
|
|
@@ -1369,14 +1369,14 @@ function Paginator(props) {
|
|
|
1369
1369
|
return React__default.createElement(Paginator$1, Object.assign({}, props, { render: renderPaginator }));
|
|
1370
1370
|
}
|
|
1371
1371
|
|
|
1372
|
-
var css$16 = {"root":"
|
|
1372
|
+
var css$16 = {"root":"mGGvyw","progress-bar":"aDkidS","progressBar":"aDkidS","progressBar-indeterminate":"xx1xaq","progressBarIndeterminate":"xx1xaq","size-12":"BeBRSs","size12":"BeBRSs","size-18":"EwQMcv","size18":"EwQMcv","size-24":"Ff1Mgv","size24":"Ff1Mgv"};
|
|
1373
1373
|
|
|
1374
1374
|
const IndeterminateBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1375
1375
|
return (React.createElement("div", { ref: ref, className: cx('uui-indeterminate_bar', props.cx, css$16.root, css$16[`size-${props.size || 12}`]) },
|
|
1376
1376
|
React.createElement("div", { className: cx(css$16.progressBar) })));
|
|
1377
1377
|
});
|
|
1378
1378
|
|
|
1379
|
-
var css$15 = {"root":"
|
|
1379
|
+
var css$15 = {"root":"l9RNUU","striped":"rj3Acb","animate-stripes":"fJQ-0Q","animateStripes":"fJQ-0Q","size-12":"n8rPf8","size12":"n8rPf8","size-18":"c1NECx","size18":"c1NECx","size-24":"_1YUw06","size24":"_1YUw06"};
|
|
1380
1380
|
|
|
1381
1381
|
const DEFAULT_SIZE = '12';
|
|
1382
1382
|
function applyProgressBarMods(mods) {
|
|
@@ -1391,14 +1391,14 @@ const ProgressBar = /* @__PURE__ */withMods(uuiComponents.ProgressBar, applyProg
|
|
|
1391
1391
|
hideLabel: props.hideLabel || props.striped,
|
|
1392
1392
|
}));
|
|
1393
1393
|
|
|
1394
|
-
var css$14 = {"root":"
|
|
1394
|
+
var css$14 = {"root":"Gom-7C"};
|
|
1395
1395
|
|
|
1396
1396
|
const IndicatorBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1397
1397
|
const { progress } = props;
|
|
1398
1398
|
return progress || progress === 0 ? (React.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx(css$14.root, props.cx), hideLabel: true })) : (React.createElement(IndeterminateBar, { ref: ref, cx: cx(css$14.root, props.cx) }));
|
|
1399
1399
|
});
|
|
1400
1400
|
|
|
1401
|
-
var css$13 = {"root":"
|
|
1401
|
+
var css$13 = {"root":"am-1v4"};
|
|
1402
1402
|
|
|
1403
1403
|
const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
1404
1404
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -1413,7 +1413,7 @@ const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
1413
1413
|
React__default.createElement("p", { className: "uui-status_indicator-caption" }, props.caption)));
|
|
1414
1414
|
});
|
|
1415
1415
|
|
|
1416
|
-
var css$12 = {"drag-handle":"
|
|
1416
|
+
var css$12 = {"drag-handle":"_3vRPHF","dragHandle":"_3vRPHF","icon-container":"b1Q5g0","iconContainer":"b1Q5g0"};
|
|
1417
1417
|
|
|
1418
1418
|
function DataRowAddons(props) {
|
|
1419
1419
|
var _a, _b;
|
|
@@ -1435,7 +1435,7 @@ function DataRowAddons(props) {
|
|
|
1435
1435
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row), size: settings.sizes.rowAddons.icon[props.size] || settings.sizes.rowAddons.defaults.icon }))))));
|
|
1436
1436
|
}
|
|
1437
1437
|
|
|
1438
|
-
var css$11 = {"root":"
|
|
1438
|
+
var css$11 = {"root":"_5xd8tX"};
|
|
1439
1439
|
|
|
1440
1440
|
const Blocker = /* @__PURE__ */withMods(Blocker$1, () => [css$11.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__default.createElement(Spinner, null)) }));
|
|
1441
1441
|
|
|
@@ -1476,7 +1476,7 @@ const VirtualListView = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1476
1476
|
React.createElement(Blocker, { isEnabled: props.isLoading })));
|
|
1477
1477
|
});
|
|
1478
1478
|
|
|
1479
|
-
var css$10 = {"root":"
|
|
1479
|
+
var css$10 = {"root":"p28nrp"};
|
|
1480
1480
|
|
|
1481
1481
|
function CheckboxGroup(props) {
|
|
1482
1482
|
const currentValue = props.value || [];
|
|
@@ -1498,7 +1498,7 @@ function CheckboxGroup(props) {
|
|
|
1498
1498
|
})));
|
|
1499
1499
|
}
|
|
1500
1500
|
|
|
1501
|
-
var css$$ = {"uui-typography":"
|
|
1501
|
+
var css$$ = {"uui-typography":"oRF78a","uuiTypography":"oRF78a","hero-header":"nNUDpM","heroHeader":"nNUDpM","promo-header":"PVCN1S","promoHeader":"PVCN1S","uui-critical":"puV9Ij","uuiCritical":"puV9Ij","uui-info":"kcYNYX","uuiInfo":"kcYNYX","uui-success":"_4FDoqx","uuiSuccess":"_4FDoqx","uui-warning":"zLAYpg","uuiWarning":"zLAYpg","uui-highlight":"_2RrQYo","uuiHighlight":"_2RrQYo","uui-typography-size-12":"HY3dbK","uuiTypographySize12":"HY3dbK","uui-typography-size-14":"SBEeNj","uuiTypographySize14":"SBEeNj","uui-typography-size-16":"NIVWBt","uuiTypographySize16":"NIVWBt","root":"em8zbz","modal-blocker":"nnpq8-","modalBlocker":"nnpq8-","animateModalBlocker":"_01ch-5","modal":"PntIXt","modal-footer":"BuiJVQ","modalFooter":"BuiJVQ","modal-header":"ttPb0q","modalHeader":"ttPb0q"};
|
|
1502
1502
|
|
|
1503
1503
|
const ModalBlocker = /* @__PURE__ */withMods(ModalBlocker$1, () => [css$$.modalBlocker]);
|
|
1504
1504
|
const ModalWindow = /* @__PURE__ */withMods(ModalWindow$1, () => [css$$.root, css$$.modal], (props) => {
|
|
@@ -1688,7 +1688,7 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
|
1688
1688
|
};
|
|
1689
1689
|
var ForwardRef$u = /*#__PURE__*/forwardRef(SvgNotificationHelpFill);
|
|
1690
1690
|
|
|
1691
|
-
var css$_ = {"uui-typography":"
|
|
1691
|
+
var css$_ = {"uui-typography":"_2j9Uly","uuiTypography":"_2j9Uly","hero-header":"Pq6iUX","heroHeader":"Pq6iUX","promo-header":"nBdfH-","promoHeader":"nBdfH-","uui-critical":"_9U-Bog","uuiCritical":"_9U-Bog","uui-info":"AtGJqs","uuiInfo":"AtGJqs","uui-success":"B7qokm","uuiSuccess":"B7qokm","uui-warning":"_3Em-6B","uuiWarning":"_3Em-6B","uui-highlight":"aUhArS","uuiHighlight":"aUhArS","uui-typography-size-12":"_9yYuZI","uuiTypographySize12":"_9yYuZI","uui-typography-size-14":"M3xVvg","uuiTypographySize14":"M3xVvg","uui-typography-size-16":"TMPvfU","uuiTypographySize16":"TMPvfU","root":"anPnav","icon-wrapper":"UvKHtk","iconWrapper":"UvKHtk","action-wrapper":"ryE5fx","actionWrapper":"ryE5fx","action-link":"UNc6tu","actionLink":"UNc6tu","close-icon":"nRrN0J","closeIcon":"nRrN0J","main-path":"g6QAV4","mainPath":"g6QAV4","content":"PylA9b","close-wrapper":"p0x--f","closeWrapper":"p0x--f","notification-wrapper":"_2BvtZO","notificationWrapper":"_2BvtZO","clear-button":"_6vcWjw","clearButton":"_6vcWjw"};
|
|
1692
1692
|
|
|
1693
1693
|
const NotificationCard = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
1694
1694
|
const notificationCardNode = React__default.useRef(null);
|
|
@@ -1723,7 +1723,7 @@ function ClearNotification() {
|
|
|
1723
1723
|
React__default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
|
|
1724
1724
|
}
|
|
1725
1725
|
|
|
1726
|
-
var css$Z = {"footer":"
|
|
1726
|
+
var css$Z = {"footer":"f3nmaV"};
|
|
1727
1727
|
|
|
1728
1728
|
class ConfirmationModal extends React.Component {
|
|
1729
1729
|
render() {
|
|
@@ -1765,7 +1765,7 @@ function useReliableForceUpdate() {
|
|
|
1765
1765
|
return red[1];
|
|
1766
1766
|
}
|
|
1767
1767
|
|
|
1768
|
-
var css$Y = {"root":"
|
|
1768
|
+
var css$Y = {"root":"KUuvbE","timepicker-input":"KFsYKm","timepickerInput":"KFsYKm","ltr-always":"_5shvGB","ltrAlways":"_5shvGB"};
|
|
1769
1769
|
|
|
1770
1770
|
const uuiTimePicker = {
|
|
1771
1771
|
container: 'uui-timepicker-container',
|
|
@@ -1958,7 +1958,7 @@ function TimePicker(props) {
|
|
|
1958
1958
|
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 }));
|
|
1959
1959
|
}
|
|
1960
1960
|
|
|
1961
|
-
var css$X = {"root":"
|
|
1961
|
+
var css$X = {"root":"OMj525"};
|
|
1962
1962
|
|
|
1963
1963
|
function applyInputAddonMods() {
|
|
1964
1964
|
return [
|
|
@@ -1967,7 +1967,7 @@ function applyInputAddonMods() {
|
|
|
1967
1967
|
}
|
|
1968
1968
|
const InputAddon = /* @__PURE__ */withMods(InputAddon$1, applyInputAddonMods);
|
|
1969
1969
|
|
|
1970
|
-
var css$W = {"root":"
|
|
1970
|
+
var css$W = {"root":"xZsJEr"};
|
|
1971
1971
|
|
|
1972
1972
|
function applySliderMods() {
|
|
1973
1973
|
return [css$W.root, 'uui-color-neutral'];
|
|
@@ -1990,7 +1990,7 @@ var SvgStarFilled = function SvgStarFilled(props, ref) {
|
|
|
1990
1990
|
};
|
|
1991
1991
|
var ForwardRef$t = /*#__PURE__*/forwardRef(SvgStarFilled);
|
|
1992
1992
|
|
|
1993
|
-
var css$V = {"root":"
|
|
1993
|
+
var css$V = {"root":"JNaMlU","tooltip":"_9jekLy"};
|
|
1994
1994
|
|
|
1995
1995
|
function applyRatingMods(mods) {
|
|
1996
1996
|
return [
|
|
@@ -2132,7 +2132,7 @@ const getNextYearsList = (currentDate) => {
|
|
|
2132
2132
|
return currentDate.add(16, 'year');
|
|
2133
2133
|
};
|
|
2134
2134
|
|
|
2135
|
-
var css$U = {"root":"
|
|
2135
|
+
var css$U = {"root":"X64YlL","container":"F9YS9g"};
|
|
2136
2136
|
|
|
2137
2137
|
const uuiHeader = {
|
|
2138
2138
|
container: 'uui-datepicker-header-container',
|
|
@@ -2216,14 +2216,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2216
2216
|
React.createElement(Button, { icon: navIconRight || ForwardRef$v, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
|
|
2217
2217
|
}
|
|
2218
2218
|
|
|
2219
|
-
var css$T = {"uui-typography":"
|
|
2219
|
+
var css$T = {"uui-typography":"_1go1Hp","uuiTypography":"_1go1Hp","hero-header":"BFz4Zq","heroHeader":"BFz4Zq","promo-header":"a-HHNt","promoHeader":"a-HHNt","uui-critical":"W09qIP","uuiCritical":"W09qIP","uui-info":"_99c9x5","uuiInfo":"_99c9x5","uui-success":"-BJ2Y6","uuiSuccess":"-BJ2Y6","uui-warning":"_19gDZx","uuiWarning":"_19gDZx","uui-highlight":"_6lPaaL","uuiHighlight":"_6lPaaL","uui-typography-size-12":"lUq2Wf","uuiTypographySize12":"lUq2Wf","uui-typography-size-14":"vvFIxn","uuiTypographySize14":"vvFIxn","uui-typography-size-16":"_9BxYm5","uuiTypographySize16":"_9BxYm5","root":"_7Q26y0"};
|
|
2220
2220
|
|
|
2221
2221
|
function applyDateSelectionMods() {
|
|
2222
2222
|
return [css$T.root, `uui-size-${settings.sizes.defaults.datePicker}`];
|
|
2223
2223
|
}
|
|
2224
2224
|
const Calendar = /* @__PURE__ */withMods(Calendar$1, applyDateSelectionMods);
|
|
2225
2225
|
|
|
2226
|
-
var css$S = {"uui-typography":"
|
|
2226
|
+
var css$S = {"uui-typography":"zwbWX5","uuiTypography":"zwbWX5","hero-header":"z3q1x7","heroHeader":"z3q1x7","promo-header":"_5JUlxQ","promoHeader":"_5JUlxQ","uui-critical":"mYndIO","uuiCritical":"mYndIO","uui-info":"ILNAsH","uuiInfo":"ILNAsH","uui-success":"eEWbnm","uuiSuccess":"eEWbnm","uui-warning":"Y07qkc","uuiWarning":"Y07qkc","uui-highlight":"Fufh33","uuiHighlight":"Fufh33","uui-typography-size-12":"o27lG2","uuiTypographySize12":"o27lG2","uui-typography-size-14":"_7PeVDW","uuiTypographySize14":"_7PeVDW","uui-typography-size-16":"lTgU7x","uuiTypographySize16":"lTgU7x","root":"_41oou3"};
|
|
2227
2227
|
|
|
2228
2228
|
const uuiDatePickerBody = {
|
|
2229
2229
|
wrapper: 'uui-datepicker-body-wrapper',
|
|
@@ -2354,7 +2354,7 @@ function DatePickerComponent(props, ref) {
|
|
|
2354
2354
|
}
|
|
2355
2355
|
const DatePicker = /* @__PURE__ */React__default.forwardRef(DatePickerComponent);
|
|
2356
2356
|
|
|
2357
|
-
var css$R = {"uui-typography":"
|
|
2357
|
+
var css$R = {"uui-typography":"EPFaYy","uuiTypography":"EPFaYy","hero-header":"tWg5MN","heroHeader":"tWg5MN","promo-header":"I6qxBX","promoHeader":"I6qxBX","uui-critical":"_87X-yU","uuiCritical":"_87X-yU","uui-info":"-zl8wZ","uuiInfo":"-zl8wZ","uui-success":"-w1or8","uuiSuccess":"-w1or8","uui-warning":"jOq-dE","uuiWarning":"jOq-dE","uui-highlight":"XqkLxp","uuiHighlight":"XqkLxp","uui-typography-size-12":"-S-SLw","uuiTypographySize12":"-S-SLw","uui-typography-size-14":"wU4GTF","uuiTypographySize14":"wU4GTF","uui-typography-size-16":"MNgWUo","uuiTypographySize16":"MNgWUo","date-input":"FYnBik","dateInput":"FYnBik","root":"O8pLBE","separator":"q6gjtu","mode-form":"_8bntty","modeForm":"_8bntty","mode-cell":"jk2P-2","modeCell":"jk2P-2"};
|
|
2358
2358
|
|
|
2359
2359
|
const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, onKeyDown, id, cx: classes, }, ref) => {
|
|
2360
2360
|
const [inputValue, setInputValue] = useState(toCustomDateRangeFormat(value, format));
|
|
@@ -2396,7 +2396,7 @@ const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid,
|
|
|
2396
2396
|
} : 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 })));
|
|
2397
2397
|
});
|
|
2398
2398
|
|
|
2399
|
-
var css$Q = {"uui-typography":"
|
|
2399
|
+
var css$Q = {"uui-typography":"A08ovM","uuiTypography":"A08ovM","hero-header":"KL9qOj","heroHeader":"KL9qOj","promo-header":"XHNQd5","promoHeader":"XHNQd5","uui-critical":"gAZwV5","uuiCritical":"gAZwV5","uui-info":"b3ecPA","uuiInfo":"b3ecPA","uui-success":"qu-Yn8","uuiSuccess":"qu-Yn8","uui-warning":"eg4MqB","uuiWarning":"eg4MqB","uui-highlight":"E3gj4f","uuiHighlight":"E3gj4f","uui-typography-size-12":"SAgf0P","uuiTypographySize12":"SAgf0P","uui-typography-size-14":"NDoB9U","uuiTypographySize14":"NDoB9U","uui-typography-size-16":"ghf7-1","uuiTypographySize16":"ghf7-1","root":"C8Ip3d"};
|
|
2400
2400
|
|
|
2401
2401
|
const uuiPresets = {
|
|
2402
2402
|
container: 'uui-presets-container',
|
|
@@ -2412,7 +2412,7 @@ function CalendarPresets(props) {
|
|
|
2412
2412
|
getPresets(props.presets).map((item) => (React.createElement(LinkButton, { key: item.key, caption: item.name, onClick: () => props.onPresetSet(item), size: "24" })))));
|
|
2413
2413
|
}
|
|
2414
2414
|
|
|
2415
|
-
var css$P = {"uui-typography":"
|
|
2415
|
+
var css$P = {"uui-typography":"Zs-vhU","uuiTypography":"Zs-vhU","hero-header":"Ammbec","heroHeader":"Ammbec","promo-header":"M-NFe5","promoHeader":"M-NFe5","uui-critical":"deZZsd","uuiCritical":"deZZsd","uui-info":"nBxyPX","uuiInfo":"nBxyPX","uui-success":"I1Kx5e","uuiSuccess":"I1Kx5e","uui-warning":"DG35kP","uuiWarning":"DG35kP","uui-highlight":"dZYMV7","uuiHighlight":"dZYMV7","uui-typography-size-12":"tvCqeb","uuiTypographySize12":"tvCqeb","uui-typography-size-14":"_6w7Msy","uuiTypographySize14":"_6w7Msy","uui-typography-size-16":"nY8zxb","uuiTypographySize16":"nY8zxb","root":"KJ3hOy","container":"PPV-zT","day-selection":"poG-ne","daySelection":"poG-ne","from-picker":"Xqj399","fromPicker":"Xqj399","to-picker":"wI-hNj","toPicker":"wI-hNj","bodes-wrapper":"NGa3lw","bodesWrapper":"NGa3lw","blocker":"_06mXCK"};
|
|
2416
2416
|
|
|
2417
2417
|
const uuiRangeDatePickerBody = {
|
|
2418
2418
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -2587,7 +2587,7 @@ const getDayCX = (day, selectedDate) => {
|
|
|
2587
2587
|
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)];
|
|
2588
2588
|
};
|
|
2589
2589
|
|
|
2590
|
-
var css$O = {"dropdown-container":"
|
|
2590
|
+
var css$O = {"dropdown-container":"-z-4Dl","dropdownContainer":"-z-4Dl"};
|
|
2591
2591
|
|
|
2592
2592
|
const modifiers = [{
|
|
2593
2593
|
name: 'offset',
|
|
@@ -2664,7 +2664,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
2664
2664
|
}
|
|
2665
2665
|
const RangeDatePicker = /* @__PURE__ */React__default.forwardRef(RangeDatePickerComponent);
|
|
2666
2666
|
|
|
2667
|
-
var css$N = {"root":"
|
|
2667
|
+
var css$N = {"root":"_--rqHV","blocker":"YGgN11","marker":"PwvMNp","top":"iTI5KI","bottom":"DOVNhM","left":"gXiDfM","right":"l5vLvq","inside":"SvEyhK"};
|
|
2668
2668
|
|
|
2669
2669
|
function DropMarker(props) {
|
|
2670
2670
|
return props.isDndInProgress
|
|
@@ -2679,7 +2679,7 @@ function DropMarker(props) {
|
|
|
2679
2679
|
: null;
|
|
2680
2680
|
}
|
|
2681
2681
|
|
|
2682
|
-
var css$M = {"root":"
|
|
2682
|
+
var css$M = {"root":"A3dldn","line-height":"FJ-kyL","lineHeight":"FJ-kyL","font-size":"a8Gc3b","fontSize":"a8Gc3b"};
|
|
2683
2683
|
|
|
2684
2684
|
function applyTextMods(mods) {
|
|
2685
2685
|
return [
|
|
@@ -2704,7 +2704,7 @@ const Text = /* @__PURE__ */withMods(uuiComponents.Text, applyTextMods, (props)
|
|
|
2704
2704
|
};
|
|
2705
2705
|
});
|
|
2706
2706
|
|
|
2707
|
-
var css$L = {"root":"
|
|
2707
|
+
var css$L = {"root":"YlTVbm","loading-word":"qIJzK-","loadingWord":"qIJzK-","animated-loading":"BXzop3","animatedLoading":"BXzop3","skeleton_loading":"Cs-67S","skeletonLoading":"Cs-67S"};
|
|
2708
2708
|
|
|
2709
2709
|
const TextPlaceholder = (props) => {
|
|
2710
2710
|
const pattern = ' ';
|
|
@@ -2723,7 +2723,7 @@ const TextPlaceholder = (props) => {
|
|
|
2723
2723
|
|
|
2724
2724
|
const RichTextView = /* @__PURE__ */withMods(uuiComponents.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
|
|
2725
2725
|
|
|
2726
|
-
var css$K = {"uui-typography":"
|
|
2726
|
+
var css$K = {"uui-typography":"kLBxhD","uuiTypography":"kLBxhD","hero-header":"B-Tt2c","heroHeader":"B-Tt2c","promo-header":"c6G5ZX","promoHeader":"c6G5ZX","uui-critical":"_2yoqbT","uuiCritical":"_2yoqbT","uui-info":"N4UlG2","uuiInfo":"N4UlG2","uui-success":"erNU-s","uuiSuccess":"erNU-s","uui-warning":"g-VHkV","uuiWarning":"g-VHkV","uui-highlight":"_2P5CxQ","uuiHighlight":"_2P5CxQ","uui-typography-size-12":"iIIOO1","uuiTypographySize12":"iIIOO1","uui-typography-size-14":"_5Dt71s","uuiTypographySize14":"_5Dt71s","uui-typography-size-16":"cdshSz","uuiTypographySize16":"cdshSz","modal":"uTQev6","search-wrapper":"iueTZa","searchWrapper":"iueTZa","no-data":"jua5BE","noData":"jua5BE","type-search-to-load-size-24":"S3Uy4W","typeSearchToLoadSize24":"S3Uy4W"};
|
|
2727
2727
|
|
|
2728
2728
|
class DataPickerBody extends PickerBodyBase {
|
|
2729
2729
|
constructor() {
|
|
@@ -2771,7 +2771,7 @@ class DataPickerBody extends PickerBodyBase {
|
|
|
2771
2771
|
}
|
|
2772
2772
|
}
|
|
2773
2773
|
|
|
2774
|
-
var css$J = {"footer":"
|
|
2774
|
+
var css$J = {"footer":"ZUAwBd"};
|
|
2775
2775
|
|
|
2776
2776
|
function DataPickerFooterImpl(props) {
|
|
2777
2777
|
const { search, clearSelection, view, showSelected, selectionMode, isSearchTooShort, } = props;
|
|
@@ -2796,7 +2796,7 @@ function DataPickerFooterImpl(props) {
|
|
|
2796
2796
|
}
|
|
2797
2797
|
const DataPickerFooter = /* @__PURE__ */React__default.memo(DataPickerFooterImpl);
|
|
2798
2798
|
|
|
2799
|
-
var css$I = {"header":"
|
|
2799
|
+
var css$I = {"header":"_3DSq5k","title":"By9VJ2","close":"gU-Ide"};
|
|
2800
2800
|
|
|
2801
2801
|
const DataPickerHeaderImpl = (props) => {
|
|
2802
2802
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -2821,7 +2821,7 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
|
2821
2821
|
};
|
|
2822
2822
|
var ForwardRef$s = /*#__PURE__*/forwardRef(SvgNotificationDoneFill);
|
|
2823
2823
|
|
|
2824
|
-
var css$H = {"uui-typography":"
|
|
2824
|
+
var css$H = {"uui-typography":"QEjom7","uuiTypography":"QEjom7","hero-header":"a57md4","heroHeader":"a57md4","promo-header":"Z-aeOW","promoHeader":"Z-aeOW","uui-critical":"UpKyOz","uuiCritical":"UpKyOz","uui-info":"kQ-xQZ","uuiInfo":"kQ-xQZ","uui-success":"DBdFW6","uuiSuccess":"DBdFW6","uui-warning":"vRDH22","uuiWarning":"vRDH22","uui-highlight":"KkiaV1","uuiHighlight":"KkiaV1","uui-typography-size-12":"_8yeFrM","uuiTypographySize12":"_8yeFrM","uui-typography-size-14":"H-BPdm","uuiTypographySize14":"H-BPdm","uui-typography-size-16":"BChWwY","uuiTypographySize16":"BChWwY","root":"IsNXt-","align-widgets-top":"_29-1Aq","alignWidgetsTop":"_29-1Aq","align-widgets-center":"jcw52X","alignWidgetsCenter":"jcw52X","icon-container":"upZuXl","iconContainer":"upZuXl","loading-cell":"-Mv0B9","loadingCell":"-Mv0B9","content-wrapper":"_5VUVOh","contentWrapper":"_5VUVOh","render-item":"-mCBNO","renderItem":"-mCBNO","icon-wrapper":"s-8Qbv","iconWrapper":"s-8Qbv","icon-default":"_7j-rSv","iconDefault":"_7j-rSv","selected-mark":"QHaYST","selectedMark":"QHaYST"};
|
|
2825
2825
|
|
|
2826
2826
|
function DataPickerCell(props) {
|
|
2827
2827
|
const ref = React.useRef();
|
|
@@ -2858,7 +2858,7 @@ function DataPickerCell(props) {
|
|
|
2858
2858
|
getWrappedContent()));
|
|
2859
2859
|
}
|
|
2860
2860
|
|
|
2861
|
-
var css$G = {"uui-typography":"
|
|
2861
|
+
var css$G = {"uui-typography":"siNryl","uuiTypography":"siNryl","hero-header":"h4KG3O","heroHeader":"h4KG3O","promo-header":"_5-T5lb","promoHeader":"_5-T5lb","uui-critical":"vyoGOH","uuiCritical":"vyoGOH","uui-info":"HwzBBi","uuiInfo":"HwzBBi","uui-success":"KOaiCH","uuiSuccess":"KOaiCH","uui-warning":"_3Uh2w3","uuiWarning":"_3Uh2w3","uui-highlight":"vCWV0I","uuiHighlight":"vCWV0I","uui-typography-size-12":"j67G62","uuiTypographySize12":"j67G62","uui-typography-size-14":"_5gMjDd","uuiTypographySize14":"_5gMjDd","uui-typography-size-16":"_3buSmf","uuiTypographySize16":"_3buSmf","picker-row":"s4cSju","pickerRow":"s4cSju"};
|
|
2862
2862
|
|
|
2863
2863
|
class DataPickerRow extends React.Component {
|
|
2864
2864
|
constructor() {
|
|
@@ -2872,7 +2872,7 @@ class DataPickerRow extends React.Component {
|
|
|
2872
2872
|
}
|
|
2873
2873
|
}
|
|
2874
2874
|
|
|
2875
|
-
var css$F = {"uui-typography":"
|
|
2875
|
+
var css$F = {"uui-typography":"Q42XwY","uuiTypography":"Q42XwY","hero-header":"SBm4ka","heroHeader":"SBm4ka","promo-header":"Rr-TZA","promoHeader":"Rr-TZA","uui-critical":"eRjik3","uuiCritical":"eRjik3","uui-info":"dND8ON","uuiInfo":"dND8ON","uui-success":"kMevo2","uuiSuccess":"kMevo2","uui-warning":"NtSFhq","uuiWarning":"NtSFhq","uui-highlight":"CnMBPs","uuiHighlight":"CnMBPs","uui-typography-size-12":"Bx1rUq","uuiTypographySize12":"Bx1rUq","uui-typography-size-14":"d7zbkD","uuiTypographySize14":"d7zbkD","uui-typography-size-16":"_6eeSmd","uuiTypographySize16":"_6eeSmd","done":"A2IPf3","container":"xEmc0l"};
|
|
2876
2876
|
|
|
2877
2877
|
const PickerBodyMobileView = (props) => {
|
|
2878
2878
|
const isMobileView = isMobile();
|
|
@@ -2906,7 +2906,7 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
2906
2906
|
};
|
|
2907
2907
|
var ForwardRef$r = /*#__PURE__*/forwardRef(SvgSearchWithBackground);
|
|
2908
2908
|
|
|
2909
|
-
var css$E = {"uui-typography":"
|
|
2909
|
+
var css$E = {"uui-typography":"Agv7jz","uuiTypography":"Agv7jz","hero-header":"wx8SkL","heroHeader":"wx8SkL","promo-header":"NfLVB0","promoHeader":"NfLVB0","uui-critical":"Apm-ly","uuiCritical":"Apm-ly","uui-info":"GStFcu","uuiInfo":"GStFcu","uui-success":"RsRT6M","uuiSuccess":"RsRT6M","uui-warning":"QBkx5-","uuiWarning":"QBkx5-","uui-highlight":"kPZe7A","uuiHighlight":"kPZe7A","uui-typography-size-12":"jrS3Lr","uuiTypographySize12":"jrS3Lr","uui-typography-size-14":"RqawC2","uuiTypographySize14":"RqawC2","uui-typography-size-16":"_022Kyr","uuiTypographySize16":"_022Kyr","sub-header-wrapper":"RXI25w","subHeaderWrapper":"RXI25w","switch":"CSj-Gj","no-found-modal-container":"_-8xXTh","noFoundModalContainer":"_-8xXTh","no-found-modal-container-icon":"_7SrDIk","noFoundModalContainerIcon":"_7SrDIk","no-found-modal-container-text":"_4OYeCI","noFoundModalContainerText":"_4OYeCI"};
|
|
2910
2910
|
|
|
2911
2911
|
const mergeHighlightRanges = (ranges) => {
|
|
2912
2912
|
const mergedRanges = [];
|
|
@@ -2973,7 +2973,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
2973
2973
|
return getDecoratedText(str, ranges);
|
|
2974
2974
|
};
|
|
2975
2975
|
|
|
2976
|
-
var css$D = {"root":"
|
|
2976
|
+
var css$D = {"root":"CIG2Xr","column-gap":"Tm0Fwb","columnGap":"Tm0Fwb","multiline":"_4WyMTB","text":"Zx9mSy"};
|
|
2977
2977
|
|
|
2978
2978
|
function PickerItem(props) {
|
|
2979
2979
|
var _a;
|
|
@@ -3048,7 +3048,7 @@ function PickerModal(props) {
|
|
|
3048
3048
|
React__default.createElement(ModalFooter, { padding: "24", vPadding: "24" }, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
3049
3049
|
}
|
|
3050
3050
|
|
|
3051
|
-
var css$C = {"tooltip":"
|
|
3051
|
+
var css$C = {"tooltip":"tRTd0b"};
|
|
3052
3052
|
|
|
3053
3053
|
const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
3054
3054
|
var _a;
|
|
@@ -3063,7 +3063,7 @@ const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
3063
3063
|
}
|
|
3064
3064
|
});
|
|
3065
3065
|
|
|
3066
|
-
var css$B = {"uui-typography":"
|
|
3066
|
+
var css$B = {"uui-typography":"_8-2JIG","uuiTypography":"_8-2JIG","hero-header":"wWipjp","heroHeader":"wWipjp","promo-header":"GPkrL4","promoHeader":"GPkrL4","uui-critical":"oGCOPd","uuiCritical":"oGCOPd","uui-info":"cI2eNu","uuiInfo":"cI2eNu","uui-success":"_4g8S8T","uuiSuccess":"_4g8S8T","uui-warning":"MEOaaP","uuiWarning":"MEOaaP","uui-highlight":"ZsaslH","uuiHighlight":"ZsaslH","uui-typography-size-12":"wEekFQ","uuiTypographySize12":"wEekFQ","uui-typography-size-14":"ZgDNR3","uuiTypographySize14":"ZgDNR3","uui-typography-size-16":"-kF8WU","uuiTypographySize16":"-kF8WU","root":"ayaBYN","mode-form":"ZASwiN","modeForm":"ZASwiN","mode-cell":"mqVyi3","modeCell":"mqVyi3","mode-inline":"q-cZAP","modeInline":"q-cZAP"};
|
|
3067
3067
|
|
|
3068
3068
|
const defaultMode = EditMode.FORM;
|
|
3069
3069
|
function applyPickerTogglerMods(mods) {
|
|
@@ -3160,7 +3160,7 @@ function PickerInputComponent(_a, ref) {
|
|
|
3160
3160
|
}
|
|
3161
3161
|
const PickerInput = /* @__PURE__ */React__default.forwardRef(PickerInputComponent);
|
|
3162
3162
|
|
|
3163
|
-
var css$A = {"row":"
|
|
3163
|
+
var css$A = {"row":"H1rqOc"};
|
|
3164
3164
|
|
|
3165
3165
|
function PickerListItem(props) {
|
|
3166
3166
|
var _a;
|
|
@@ -3181,7 +3181,7 @@ function PickerListItem(props) {
|
|
|
3181
3181
|
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));
|
|
3182
3182
|
}
|
|
3183
3183
|
|
|
3184
|
-
var css$z = {"root":"
|
|
3184
|
+
var css$z = {"root":"e4VKR4"};
|
|
3185
3185
|
|
|
3186
3186
|
function PickerList(props) {
|
|
3187
3187
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = usePickerList(props);
|
|
@@ -3216,7 +3216,7 @@ function PickerList(props) {
|
|
|
3216
3216
|
}, selectedRows)));
|
|
3217
3217
|
}
|
|
3218
3218
|
|
|
3219
|
-
var css$y = {"uui-typography":"
|
|
3219
|
+
var css$y = {"uui-typography":"qzMRbe","uuiTypography":"qzMRbe","hero-header":"qFQgK4","heroHeader":"qFQgK4","promo-header":"U7F0Ar","promoHeader":"U7F0Ar","uui-critical":"_9Tc-za","uuiCritical":"_9Tc-za","uui-info":"OlvXe5","uuiInfo":"OlvXe5","uui-success":"zLmW2S","uuiSuccess":"zLmW2S","uui-warning":"Y2fYLp","uuiWarning":"Y2fYLp","uui-highlight":"ecIYZ6","uuiHighlight":"ecIYZ6","uui-typography-size-12":"_78h-wO","uuiTypographySize12":"_78h-wO","uui-typography-size-14":"kj52on","uuiTypographySize14":"kj52on","uui-typography-size-16":"_5Sk-1s","uuiTypographySize16":"_5Sk-1s","root":"nAP9Em","wrapper":"Xq5-k5","align-widgets-top":"L-pM0S","alignWidgetsTop":"L-pM0S","align-widgets-center":"_0lhC8U","alignWidgetsCenter":"_0lhC8U"};
|
|
3220
3220
|
|
|
3221
3221
|
function DataTableCell(initialProps) {
|
|
3222
3222
|
const props = Object.assign({}, initialProps);
|
|
@@ -3265,7 +3265,7 @@ function DataTableCell(initialProps) {
|
|
|
3265
3265
|
return React.createElement(DataTableCell$1, Object.assign({}, props));
|
|
3266
3266
|
}
|
|
3267
3267
|
|
|
3268
|
-
var css$x = {"uui-typography":"
|
|
3268
|
+
var css$x = {"uui-typography":"GkXzpz","uuiTypography":"GkXzpz","hero-header":"fYml6e","heroHeader":"fYml6e","promo-header":"D4B7sB","promoHeader":"D4B7sB","uui-critical":"TB2gZb","uuiCritical":"TB2gZb","uui-info":"ofoNqb","uuiInfo":"ofoNqb","uui-success":"LUIc42","uuiSuccess":"LUIc42","uui-warning":"_9jh8nW","uuiWarning":"_9jh8nW","uui-highlight":"_28BL3a","uuiHighlight":"_28BL3a","uui-typography-size-12":"p248df","uuiTypographySize12":"p248df","uui-typography-size-14":"thBWdA","uuiTypographySize14":"thBWdA","uui-typography-size-16":"BDqfms","uuiTypographySize16":"BDqfms","root":"NXIoza"};
|
|
3269
3269
|
|
|
3270
3270
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3271
3271
|
// 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.
|
|
@@ -3281,7 +3281,7 @@ const DataTableRow = /* @__PURE__ */withMods(DataTableRow$1, ({ borderBottom = t
|
|
|
3281
3281
|
];
|
|
3282
3282
|
}, () => propsMods);
|
|
3283
3283
|
|
|
3284
|
-
var css$w = {"uui-typography":"
|
|
3284
|
+
var css$w = {"uui-typography":"_5jAcAt","uuiTypography":"_5jAcAt","hero-header":"_9yRcMn","heroHeader":"_9yRcMn","promo-header":"No4iDf","promoHeader":"No4iDf","uui-critical":"GwVOVf","uuiCritical":"GwVOVf","uui-info":"-gXwLz","uuiInfo":"-gXwLz","uui-success":"iJpTFR","uuiSuccess":"iJpTFR","uui-warning":"GYU0d6","uuiWarning":"GYU0d6","uui-highlight":"QQhdR1","uuiHighlight":"QQhdR1","uui-typography-size-12":"YAPrdY","uuiTypographySize12":"YAPrdY","uui-typography-size-14":"eE4-Zz","uuiTypographySize14":"eE4-Zz","uui-typography-size-16":"UMBJGR","uuiTypographySize16":"UMBJGR","sorting-panel-container":"qgFDBH","sortingPanelContainer":"qgFDBH"};
|
|
3285
3285
|
|
|
3286
3286
|
var _path$q;
|
|
3287
3287
|
function _extends$q() { return _extends$q = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$q.apply(null, arguments); }
|
|
@@ -3411,7 +3411,7 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
|
|
|
3411
3411
|
};
|
|
3412
3412
|
var ForwardRef$k = /*#__PURE__*/forwardRef(SvgNavigationExpandAllOutline);
|
|
3413
3413
|
|
|
3414
|
-
var css$v = {"uui-typography":"
|
|
3414
|
+
var css$v = {"uui-typography":"sc3GGL","uuiTypography":"sc3GGL","hero-header":"IHFSU6","heroHeader":"IHFSU6","promo-header":"fuFPcS","promoHeader":"fuFPcS","uui-critical":"ovMA-V","uuiCritical":"ovMA-V","uui-info":"dCW-Gz","uuiInfo":"dCW-Gz","uui-success":"-zgdwv","uuiSuccess":"-zgdwv","uui-warning":"yHN-q6","uuiWarning":"yHN-q6","uui-highlight":"Vzy9Mf","uuiHighlight":"Vzy9Mf","uui-typography-size-12":"HOBB8K","uuiTypographySize12":"HOBB8K","uui-typography-size-14":"sFEiRq","uuiTypographySize14":"sFEiRq","uui-typography-size-16":"_5iwiV8","uuiTypographySize16":"_5iwiV8","root":"fzDe8F","caption-wrapper":"LLqYj-","captionWrapper":"LLqYj-","sort-icon":"ObEuQs","sortIcon":"ObEuQs","dropdown-icon":"X9HwqX","dropdownIcon":"X9HwqX","infoIcon":"FK-R8r","resizable":"NcIr6a","align-right":"OLfgXT","alignRight":"OLfgXT","align-center":"s-UBG-","alignCenter":"s-UBG-","caption":"iMHHL9","truncate":"_7H7aI4","checkbox":"_3ViXiD","icon":"_6JSpcq","fold-all-icon":"Z28-SM","foldAllIcon":"Z28-SM","cell-tooltip":"qfmVq5","cellTooltip":"qfmVq5","upper-case":"IV466O","upperCase":"IV466O","resizing-marker":"IOAWs7","resizingMarker":"IOAWs7","pinned-right":"GhhnQz","pinnedRight":"GhhnQz","draggable":"KdgSfm","ghost":"jfa-pM","is-dragged-out":"iaPn1X","isDraggedOut":"iaPn1X","dnd-marker-left":"xIv1QF","dndMarkerLeft":"xIv1QF","dnd-marker-right":"JEREa3","dndMarkerRight":"JEREa3","cell-tooltip-wrapper":"-QpoPQ","cellTooltipWrapper":"-QpoPQ","cell-tooltip-text":"XQCoRa","cellTooltipText":"XQCoRa","tooltip-caption":"sU3Efo","tooltipCaption":"sU3Efo","tooltip-info":"CeAJv9","tooltipInfo":"CeAJv9"};
|
|
3415
3415
|
|
|
3416
3416
|
class DataTableHeaderCell extends React.Component {
|
|
3417
3417
|
constructor() {
|
|
@@ -3517,9 +3517,9 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
|
3517
3517
|
};
|
|
3518
3518
|
var ForwardRef$j = /*#__PURE__*/forwardRef(SvgActionSettingsFill);
|
|
3519
3519
|
|
|
3520
|
-
var css$u = {"uui-typography":"
|
|
3520
|
+
var css$u = {"uui-typography":"Bow-fm","uuiTypography":"Bow-fm","hero-header":"qY1YZl","heroHeader":"qY1YZl","promo-header":"U8Gcz0","promoHeader":"U8Gcz0","uui-critical":"r9uIYT","uuiCritical":"r9uIYT","uui-info":"lLvF9U","uuiInfo":"lLvF9U","uui-success":"FSolER","uuiSuccess":"FSolER","uui-warning":"EfLFzX","uuiWarning":"EfLFzX","uui-highlight":"YXCn-6","uuiHighlight":"YXCn-6","uui-typography-size-12":"_0bfHBB","uuiTypographySize12":"_0bfHBB","uui-typography-size-14":"WcKIEd","uuiTypographySize14":"WcKIEd","uui-typography-size-16":"b4HZYH","uuiTypographySize16":"b4HZYH","root":"Z0YVFi"};
|
|
3521
3521
|
|
|
3522
|
-
var css$t = {"uui-typography":"
|
|
3522
|
+
var css$t = {"uui-typography":"DBE38L","uuiTypography":"DBE38L","hero-header":"MnG0sq","heroHeader":"MnG0sq","promo-header":"gCQNm8","promoHeader":"gCQNm8","uui-critical":"urGusd","uuiCritical":"urGusd","uui-info":"_6Ye4-o","uuiInfo":"_6Ye4-o","uui-success":"QL0g6D","uuiSuccess":"QL0g6D","uui-warning":"aVWEMz","uuiWarning":"aVWEMz","uui-highlight":"_7f5kqI","uuiHighlight":"_7f5kqI","uui-typography-size-12":"TDF-7z","uuiTypographySize12":"TDF-7z","uui-typography-size-14":"BoHmAS","uuiTypographySize14":"BoHmAS","uui-typography-size-16":"aGJ7oE","uuiTypographySize16":"aGJ7oE","root":"FsPyk5","caption-wrapper":"_2cqAzs","captionWrapper":"_2cqAzs","align-center":"HNeYPA","alignCenter":"HNeYPA","caption":"akN00U","truncate":"_9odKFZ","group-cell-tooltip":"-ipjT-","groupCellTooltip":"-ipjT-","upper-case":"_3YPvIE","upperCase":"_3YPvIE","group-cell-tooltip-wrapper":"YpRLWc","groupCellTooltipWrapper":"YpRLWc","group-cell-tooltip-text":"_8iYK3K","groupCellTooltipText":"_8iYK3K","tooltip-caption":"RnhS6-","tooltipCaption":"RnhS6-","tooltip-info":"QyMgAT","tooltipInfo":"QyMgAT"};
|
|
3523
3523
|
|
|
3524
3524
|
class DataTableHeaderGroupCell extends React.Component {
|
|
3525
3525
|
constructor() {
|
|
@@ -3584,7 +3584,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
3584
3584
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
3585
3585
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
3586
3586
|
|
|
3587
|
-
var css$s = {"uui-typography":"
|
|
3587
|
+
var css$s = {"uui-typography":"_3l-875","uuiTypography":"_3l-875","hero-header":"DZi8cw","heroHeader":"DZi8cw","promo-header":"aAvyES","promoHeader":"aAvyES","uui-critical":"z6-E2W","uuiCritical":"z6-E2W","uui-info":"Mm3jci","uuiInfo":"Mm3jci","uui-success":"_2X-e7k","uuiSuccess":"_2X-e7k","uui-warning":"IvcBZR","uuiWarning":"IvcBZR","uui-highlight":"_1cOHZy","uuiHighlight":"_1cOHZy","uui-typography-size-12":"yAlFz2","uuiTypographySize12":"yAlFz2","uui-typography-size-14":"CFxsCx","uuiTypographySize14":"CFxsCx","uui-typography-size-16":"e-xqXG","uuiTypographySize16":"e-xqXG","root":"gu-Cli","title-wrapper":"JuYUtS","titleWrapper":"JuYUtS","title":"aivagZ","text-wrapper":"TW4f8M","textWrapper":"TW4f8M","selection":"c-pci5","postfix":"Gfryg4","selected":"fpGZ8G"};
|
|
3588
3588
|
|
|
3589
3589
|
const defaultSize = '36';
|
|
3590
3590
|
const FilterPanelItemToggler = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
@@ -3762,7 +3762,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
3762
3762
|
React__default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
3763
3763
|
}
|
|
3764
3764
|
|
|
3765
|
-
var css$r = {"container":"
|
|
3765
|
+
var css$r = {"container":"_0nZcpb"};
|
|
3766
3766
|
|
|
3767
3767
|
function FilterNumericBody(props) {
|
|
3768
3768
|
var _a, _b;
|
|
@@ -3860,7 +3860,7 @@ var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
|
3860
3860
|
};
|
|
3861
3861
|
var ForwardRef$i = /*#__PURE__*/forwardRef(SvgActionDeleteOutline);
|
|
3862
3862
|
|
|
3863
|
-
var css$q = {"uui-typography":"
|
|
3863
|
+
var css$q = {"uui-typography":"VpgPW6","uuiTypography":"VpgPW6","hero-header":"gXfwIM","heroHeader":"gXfwIM","promo-header":"Xca3He","promoHeader":"Xca3He","uui-critical":"-gV-0r","uuiCritical":"-gV-0r","uui-info":"W-UkNi","uuiInfo":"W-UkNi","uui-success":"kQh8g-","uuiSuccess":"kQh8g-","uui-warning":"f65mM5","uuiWarning":"f65mM5","uui-highlight":"X6U1lW","uuiHighlight":"X6U1lW","uui-typography-size-12":"XVmpMZ","uuiTypographySize12":"XVmpMZ","uui-typography-size-14":"_1JW4Bz","uuiTypographySize14":"_1JW4Bz","uui-typography-size-16":"lvgolB","uuiTypographySize16":"lvgolB","header":"u5l1wo","removeButton":"JQaFVP","with-search":"_7VOEQN","withSearch":"_7VOEQN"};
|
|
3864
3864
|
|
|
3865
3865
|
function useView(props, value) {
|
|
3866
3866
|
const forceUpdate = useForceUpdate();
|
|
@@ -4181,7 +4181,7 @@ function FiltersToolbarImpl(props) {
|
|
|
4181
4181
|
}
|
|
4182
4182
|
const FiltersPanel = /* @__PURE__ */React__default.memo(FiltersToolbarImpl);
|
|
4183
4183
|
|
|
4184
|
-
var css$p = {"divider":"
|
|
4184
|
+
var css$p = {"divider":"t4m0u4","dropdownDeleteIcon":"MztmR2","presetsWrapper":"CYMNjg","addPresetContainer":"Xc4fYF","dropContainer":"EujozW"};
|
|
4185
4185
|
|
|
4186
4186
|
var _path$g;
|
|
4187
4187
|
function _extends$g() { return _extends$g = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$g.apply(null, arguments); }
|
|
@@ -4294,7 +4294,7 @@ var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
|
4294
4294
|
};
|
|
4295
4295
|
var ForwardRef$a = /*#__PURE__*/forwardRef(SvgContentLinkOutline);
|
|
4296
4296
|
|
|
4297
|
-
var css$o = {"delete-button":"
|
|
4297
|
+
var css$o = {"delete-button":"VKis39","deleteButton":"VKis39","tab-button":"Dmjc9r","tabButton":"Dmjc9r","targetOpen":"bb1Oir"};
|
|
4298
4298
|
|
|
4299
4299
|
function PresetActionsDropdown(props) {
|
|
4300
4300
|
const { uuiNotifications } = useUuiContext();
|
|
@@ -4354,7 +4354,7 @@ function PresetActionsDropdown(props) {
|
|
|
4354
4354
|
return (React__default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
4355
4355
|
}
|
|
4356
4356
|
|
|
4357
|
-
var css$n = {"preset-input-cell":"
|
|
4357
|
+
var css$n = {"preset-input-cell":"_82YUmx","presetInputCell":"_82YUmx","preset-input":"_3zuAZ5","presetInput":"_3zuAZ5"};
|
|
4358
4358
|
|
|
4359
4359
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
4360
4360
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -4387,7 +4387,7 @@ function PresetInput(props) {
|
|
|
4387
4387
|
React__default.createElement(TextInput, { cx: css$n.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
4388
4388
|
}
|
|
4389
4389
|
|
|
4390
|
-
var css$m = {"preset":"
|
|
4390
|
+
var css$m = {"preset":"inMSQG","activePreset":"_4uLHpX"};
|
|
4391
4391
|
|
|
4392
4392
|
function Preset(props) {
|
|
4393
4393
|
const [isRenamePreset, setIsRenamePreset] = useState(false);
|
|
@@ -4562,7 +4562,7 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
|
|
|
4562
4562
|
};
|
|
4563
4563
|
var ForwardRef$6 = /*#__PURE__*/forwardRef(SvgTableGroupColumnRightFill);
|
|
4564
4564
|
|
|
4565
|
-
var css$l = {"unpin-icon":"
|
|
4565
|
+
var css$l = {"unpin-icon":"cf6YMf","unpinIcon":"cf6YMf","pin-toggler-icon":"SYfZIc","pinTogglerIcon":"SYfZIc"};
|
|
4566
4566
|
|
|
4567
4567
|
function PinIconButton(props) {
|
|
4568
4568
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4621,7 +4621,7 @@ var SvgActionDragIndicator18 = function SvgActionDragIndicator18(props, ref) {
|
|
|
4621
4621
|
};
|
|
4622
4622
|
var ForwardRef$5 = /*#__PURE__*/forwardRef(SvgActionDragIndicator18);
|
|
4623
4623
|
|
|
4624
|
-
var css$k = {"uui-typography":"
|
|
4624
|
+
var css$k = {"uui-typography":"d8pHaf","uuiTypography":"d8pHaf","hero-header":"qpa9ZK","heroHeader":"qpa9ZK","promo-header":"nPYYzR","promoHeader":"nPYYzR","uui-critical":"BMMswN","uuiCritical":"BMMswN","uui-info":"OjktOM","uuiInfo":"OjktOM","uui-success":"_0lBfbU","uuiSuccess":"_0lBfbU","uui-warning":"UTZpv6","uuiWarning":"UTZpv6","uui-highlight":"adz8fp","uuiHighlight":"adz8fp","uui-typography-size-12":"otEmix","uuiTypographySize12":"otEmix","uui-typography-size-14":"KGicnl","uuiTypographySize14":"KGicnl","uui-typography-size-16":"_2bDfs9","uuiTypographySize16":"_2bDfs9","row-wrapper":"YRsRJa","rowWrapper":"YRsRJa","pin-icon-button":"w5dk-g","pinIconButton":"w5dk-g","not-pinned":"sFzX9p","notPinned":"sFzX9p","checkbox":"qDXSPX","drag-handle":"KhhcM6","dragHandle":"KhhcM6","dnd-disabled":"YnNWsG","dndDisabled":"YnNWsG"};
|
|
4625
4625
|
|
|
4626
4626
|
const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
4627
4627
|
const { column } = props;
|
|
@@ -4644,7 +4644,7 @@ const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
|
4644
4644
|
return (React.createElement(DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
|
|
4645
4645
|
});
|
|
4646
4646
|
|
|
4647
|
-
var css$j = {"uui-typography":"
|
|
4647
|
+
var css$j = {"uui-typography":"B-hVZ-","uuiTypography":"B-hVZ-","hero-header":"fvqoAC","heroHeader":"fvqoAC","promo-header":"Lklm6Z","promoHeader":"Lklm6Z","uui-critical":"E09FGq","uuiCritical":"E09FGq","uui-info":"_6cAFBo","uuiInfo":"_6cAFBo","uui-success":"WJq3IS","uuiSuccess":"WJq3IS","uui-warning":"_2kJzu0","uuiWarning":"_2kJzu0","uui-highlight":"ebgdlG","uuiHighlight":"ebgdlG","uui-typography-size-12":"W1Ib4Y","uuiTypographySize12":"W1Ib4Y","uui-typography-size-14":"t-8JPK","uuiTypographySize14":"t-8JPK","uui-typography-size-16":"CBjZtU","uuiTypographySize16":"CBjZtU","root":"_8RwIyD","main-panel":"xSl-2c","mainPanel":"xSl-2c","group":"fAXKsz","group-title":"IgcuW-","groupTitle":"IgcuW-","group-items":"OEsNiQ","groupItems":"OEsNiQ","no-data":"Mfg6Im","noData":"Mfg6Im","no-data-title":"g-h-Xo","noDataTitle":"g-h-Xo","no-data-sub-title":"pBk8Ao","noDataSubTitle":"pBk8Ao","h-divider":"ZZO0Bj","hDivider":"ZZO0Bj","search-area":"_8zOLj9","searchArea":"_8zOLj9","subgroup-accordion":"s99Ifl","subgroupAccordion":"s99Ifl","subgroup":"Mnwg3B","subgroup-title":"DK4Yuq","subgroupTitle":"DK4Yuq"};
|
|
4648
4648
|
|
|
4649
4649
|
const renderGroupTitle = (title, amount) => (React.createElement(FlexRow, { cx: css$j.group },
|
|
4650
4650
|
React.createElement(Text, { size: "none", cx: css$j.groupTitle }, title),
|
|
@@ -4733,7 +4733,7 @@ function SubGroup(props) {
|
|
|
4733
4733
|
return null;
|
|
4734
4734
|
}
|
|
4735
4735
|
|
|
4736
|
-
var css$i = {"listContainer":"
|
|
4736
|
+
var css$i = {"listContainer":"hyk6v-","header":"_8DYALG","group":"viPtnd","stickyHeader":"_2dULfL"};
|
|
4737
4737
|
|
|
4738
4738
|
const getChildrenAndRest = (row, rows) => {
|
|
4739
4739
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4799,7 +4799,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4799
4799
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4800
4800
|
ref: ref
|
|
4801
4801
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
4802
|
-
clipPath: "url(#
|
|
4802
|
+
clipPath: "url(#sn7n3ic4pqzlruud4_a)"
|
|
4803
4803
|
}, _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
|
4804
4804
|
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",
|
|
4805
4805
|
fill: "#F5F6FA"
|
|
@@ -4820,7 +4820,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4820
4820
|
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",
|
|
4821
4821
|
fill: "#1D1E26"
|
|
4822
4822
|
})), /*#__PURE__*/React.createElement("mask", {
|
|
4823
|
-
id: "
|
|
4823
|
+
id: "sn7n3ib94n84i8g8p_b",
|
|
4824
4824
|
style: {
|
|
4825
4825
|
maskType: "alpha"
|
|
4826
4826
|
},
|
|
@@ -4833,7 +4833,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4833
4833
|
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",
|
|
4834
4834
|
fill: "#9BDEFF"
|
|
4835
4835
|
}))), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
4836
|
-
mask: "url(#
|
|
4836
|
+
mask: "url(#sn7n3ib94n84i8g8p_b)",
|
|
4837
4837
|
fillRule: "evenodd",
|
|
4838
4838
|
clipRule: "evenodd"
|
|
4839
4839
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -4919,7 +4919,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4919
4919
|
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",
|
|
4920
4920
|
fill: "#fff"
|
|
4921
4921
|
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
4922
|
-
id: "
|
|
4922
|
+
id: "sn7n3ic4pqzlruud4_a"
|
|
4923
4923
|
}, /*#__PURE__*/React.createElement("path", {
|
|
4924
4924
|
fill: "#fff",
|
|
4925
4925
|
transform: "translate(.552)",
|
|
@@ -4928,7 +4928,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4928
4928
|
};
|
|
4929
4929
|
var ForwardRef$4 = /*#__PURE__*/forwardRef(SvgEmptyTable);
|
|
4930
4930
|
|
|
4931
|
-
var css$h = {"root":"
|
|
4931
|
+
var css$h = {"root":"uMWgnN","sticky-header":"rKECzF","stickyHeader":"rKECzF","no-results":"PO4aRk","noResults":"PO4aRk","icon":"cgkoIv","title":"XLFZH6"};
|
|
4932
4932
|
|
|
4933
4933
|
function DataTable(props) {
|
|
4934
4934
|
var _a, _b, _c, _d;
|
|
@@ -4979,9 +4979,9 @@ function DataTable(props) {
|
|
|
4979
4979
|
} }))));
|
|
4980
4980
|
}
|
|
4981
4981
|
|
|
4982
|
-
var css$g = {"root":"
|
|
4982
|
+
var css$g = {"root":"V4OjU4"};
|
|
4983
4983
|
|
|
4984
|
-
var css$f = {"root":"
|
|
4984
|
+
var css$f = {"root":"zSIjMr","burger-content":"_5ONd5P","burgerContent":"_5ONd5P"};
|
|
4985
4985
|
|
|
4986
4986
|
var _path$3;
|
|
4987
4987
|
function _extends$3() { return _extends$3 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$3.apply(null, arguments); }
|
|
@@ -5024,7 +5024,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
5024
5024
|
};
|
|
5025
5025
|
var ForwardRef$2 = /*#__PURE__*/forwardRef(SvgNavigationArrowDownOutline);
|
|
5026
5026
|
|
|
5027
|
-
var css$e = {"uui-typography":"
|
|
5027
|
+
var css$e = {"uui-typography":"_4vvL-0","uuiTypography":"_4vvL-0","hero-header":"uVteDZ","heroHeader":"uVteDZ","promo-header":"p8536P","promoHeader":"p8536P","uui-critical":"QguHXy","uuiCritical":"QguHXy","uui-info":"d8KT1N","uuiInfo":"d8KT1N","uui-success":"TjEyup","uuiSuccess":"TjEyup","uui-warning":"FLhnxT","uuiWarning":"FLhnxT","uui-highlight":"Qt4-6L","uuiHighlight":"Qt4-6L","uui-typography-size-12":"rSEoch","uuiTypographySize12":"rSEoch","uui-typography-size-14":"VuvWI-","uuiTypographySize14":"VuvWI-","uui-typography-size-16":"Zjh5oK","uuiTypographySize16":"Zjh5oK","root":"gzbXPQ","button-primary":"-qDtJG","buttonPrimary":"-qDtJG","button-secondary":"mlb--2","buttonSecondary":"mlb--2","hasIcon":"KZeKRu","dropdown":"-BNlGE"};
|
|
5028
5028
|
|
|
5029
5029
|
const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
5030
5030
|
css$e.root,
|
|
@@ -5035,13 +5035,13 @@ const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
|
5035
5035
|
props.icon && css$e.hasIcon,
|
|
5036
5036
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
5037
5037
|
|
|
5038
|
-
var css$d = {"search-input":"
|
|
5038
|
+
var css$d = {"search-input":"IdsMKW","searchInput":"IdsMKW"};
|
|
5039
5039
|
|
|
5040
5040
|
function BurgerSearch(props) {
|
|
5041
5041
|
return (React.createElement(TextInput$1, { cx: cx(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$O, placeholder: props.placeholder, value: props.value, onValueChange: props.onValueChange, onCancel: props.onCancel, cancelIcon: props.value && ForwardRef$R }));
|
|
5042
5042
|
}
|
|
5043
5043
|
|
|
5044
|
-
var css$c = {"root":"
|
|
5044
|
+
var css$c = {"root":"VOoNK-","group-header":"JpEiMn","groupHeader":"JpEiMn","group-name":"_9oZZ0R","groupName":"_9oZZ0R","line":"HpmXfD"};
|
|
5045
5045
|
|
|
5046
5046
|
function BurgerGroupHeader(props) {
|
|
5047
5047
|
return (React.createElement("div", { className: cx(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -5049,7 +5049,7 @@ function BurgerGroupHeader(props) {
|
|
|
5049
5049
|
React.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
5050
5050
|
}
|
|
5051
5051
|
|
|
5052
|
-
var css$b = {"uui-typography":"
|
|
5052
|
+
var css$b = {"uui-typography":"Y3QUYF","uuiTypography":"Y3QUYF","hero-header":"cKqM9H","heroHeader":"cKqM9H","promo-header":"zV1p76","promoHeader":"zV1p76","uui-critical":"aGTFJU","uuiCritical":"aGTFJU","uui-info":"_2WYX8z","uuiInfo":"_2WYX8z","uui-success":"_1bGfgI","uuiSuccess":"_1bGfgI","uui-warning":"PgS8ZR","uuiWarning":"PgS8ZR","uui-highlight":"HOXMdb","uuiHighlight":"HOXMdb","uui-typography-size-12":"hv4mIp","uuiTypographySize12":"hv4mIp","uui-typography-size-14":"_5ItI6S","uuiTypographySize14":"_5ItI6S","uui-typography-size-16":"ugo5iu","uuiTypographySize16":"ugo5iu","root":"PgtKlP","type-primary":"ov3R-D","typePrimary":"ov3R-D","type-secondary":"_5uYerB","typeSecondary":"_5uYerB"};
|
|
5053
5053
|
|
|
5054
5054
|
const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5055
5055
|
const { type } = props, clickableProps = __rest(props, ["type"]);
|
|
@@ -5065,7 +5065,7 @@ const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
5065
5065
|
props.isDropdown && (React.createElement(IconContainer, { icon: ForwardRef$Q, flipY: props.isOpen }))));
|
|
5066
5066
|
});
|
|
5067
5067
|
|
|
5068
|
-
var css$a = {"dropdown-body":"
|
|
5068
|
+
var css$a = {"dropdown-body":"annmFL","dropdownBody":"annmFL"};
|
|
5069
5069
|
|
|
5070
5070
|
class MainMenuDropdown extends React.Component {
|
|
5071
5071
|
render() {
|
|
@@ -5120,12 +5120,12 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
5120
5120
|
};
|
|
5121
5121
|
var ForwardRef$1 = /*#__PURE__*/forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
5122
5122
|
|
|
5123
|
-
var css$9 = {"global-menu-btn":"
|
|
5123
|
+
var css$9 = {"global-menu-btn":"H5QeUe","globalMenuBtn":"H5QeUe","global-menu-icon":"_1whPkM","globalMenuIcon":"_1whPkM"};
|
|
5124
5124
|
|
|
5125
5125
|
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),
|
|
5126
5126
|
React.createElement(IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
5127
5127
|
|
|
5128
|
-
var css$8 = {"container":"
|
|
5128
|
+
var css$8 = {"container":"VWM2pz","open":"fmZkwp","folding-arrow":"x55JGF","foldingArrow":"x55JGF"};
|
|
5129
5129
|
|
|
5130
5130
|
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 },
|
|
5131
5131
|
React.createElement(Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -5133,18 +5133,18 @@ const MainMenuAvatar = /* @__PURE__ */React.forwardRef((props, ref) => (React.cr
|
|
|
5133
5133
|
props.isDropdown && (React.createElement("div", null,
|
|
5134
5134
|
React.createElement(IconContainer, { size: 18, icon: ForwardRef$Q, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
|
|
5135
5135
|
|
|
5136
|
-
var css$7 = {"search-input":"
|
|
5136
|
+
var css$7 = {"search-input":"cWLbQr","searchInput":"cWLbQr"};
|
|
5137
5137
|
|
|
5138
5138
|
const MainMenuSearch = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => {
|
|
5139
5139
|
var _a;
|
|
5140
5140
|
return (React.createElement(TextInput$1, Object.assign({ iconPosition: "left", icon: ForwardRef$O, cancelIcon: ((_a = props.value) === null || _a === void 0 ? void 0 : _a.length) > 0 && ForwardRef$R }, props, iEditable, { ref: ref, cx: cx$1(css$7.searchInput, props.cx) }, props.rawProps)));
|
|
5141
5141
|
} }))));
|
|
5142
5142
|
|
|
5143
|
-
var css$6 = {"container":"
|
|
5143
|
+
var css$6 = {"container":"iiAKp-"};
|
|
5144
5144
|
|
|
5145
5145
|
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))));
|
|
5146
5146
|
|
|
5147
|
-
var css$5 = {"root":"
|
|
5147
|
+
var css$5 = {"root":"vh7agE"};
|
|
5148
5148
|
|
|
5149
5149
|
const Anchor = /* @__PURE__ */withMods(Anchor$1, () => [css$5.root]);
|
|
5150
5150
|
|
|
@@ -5202,7 +5202,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
5202
5202
|
};
|
|
5203
5203
|
var ForwardRef = /*#__PURE__*/forwardRef(SvgFileCloudUploadFill);
|
|
5204
5204
|
|
|
5205
|
-
var css$4 = {"root":"
|
|
5205
|
+
var css$4 = {"root":"F6d1xs","drop-start":"kvLszj","dropStart":"kvLszj","drop-over":"j0EVHB","dropOver":"j0EVHB","link":"nfnSDx","drop-area":"u0f-4o","dropArea":"u0f-4o","drop-caption":"hjIMfl","dropCaption":"hjIMfl","icon-blue":"l-4dsw","iconBlue":"l-4dsw"};
|
|
5206
5206
|
|
|
5207
5207
|
function DropSpot(props) {
|
|
5208
5208
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -5220,9 +5220,9 @@ function DropSpot(props) {
|
|
|
5220
5220
|
return React.createElement(DropSpot$1, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
5221
5221
|
}
|
|
5222
5222
|
|
|
5223
|
-
var css$3 = {"uui-typography":"
|
|
5223
|
+
var css$3 = {"uui-typography":"sdgL2t","uuiTypography":"sdgL2t","hero-header":"vUYR-0","heroHeader":"vUYR-0","promo-header":"BZBF-B","promoHeader":"BZBF-B","uui-critical":"soy8vG","uuiCritical":"soy8vG","uui-info":"xKH1-q","uuiInfo":"xKH1-q","uui-success":"lgBSzJ","uuiSuccess":"lgBSzJ","uui-warning":"tUty0Y","uuiWarning":"tUty0Y","uui-highlight":"LVmUfr","uuiHighlight":"LVmUfr","uui-typography-size-12":"O7t1pE","uuiTypographySize12":"O7t1pE","uui-typography-size-14":"BW-QqS","uuiTypographySize14":"BW-QqS","uui-typography-size-16":"o3b0ZZ","uuiTypographySize16":"o3b0ZZ","root":"_1w6HQH","file-name":"XXUE9V","fileName":"XXUE9V","default-color":"tMn2pl","defaultColor":"tMn2pl","doc-color":"Ethh0a","docColor":"Ethh0a","xls-color":"S9oagQ","xlsColor":"S9oagQ","pdf-color":"nqwZvA","pdfColor":"nqwZvA","movie-color":"YY7fY9","movieColor":"YY7fY9","img-color":"wAdJSn","imgColor":"wAdJSn","mov-color":"gl5Dnj","movColor":"gl5Dnj","error-block":"ZtAuIG","errorBlock":"ZtAuIG","icons-block":"IQStmG","iconsBlock":"IQStmG"};
|
|
5224
5224
|
|
|
5225
|
-
var css$2 = {"root":"
|
|
5225
|
+
var css$2 = {"root":"lj1LMF"};
|
|
5226
5226
|
|
|
5227
5227
|
const SvgCircleProgress = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5228
5228
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5350,7 +5350,7 @@ const getErrorPageConfig = () => ({
|
|
|
5350
5350
|
},
|
|
5351
5351
|
});
|
|
5352
5352
|
|
|
5353
|
-
var css$1 = {"container":"
|
|
5353
|
+
var css$1 = {"container":"xgn-pi"};
|
|
5354
5354
|
|
|
5355
5355
|
const ErrorPage = (props) => {
|
|
5356
5356
|
const isMobileScreen = isMobile();
|
|
@@ -5362,7 +5362,7 @@ const ErrorPage = (props) => {
|
|
|
5362
5362
|
(props === null || props === void 0 ? void 0 : props.supportLink) && React__default.createElement("div", { className: "uui-error-support-link" }, props === null || props === void 0 ? void 0 : props.supportLink))));
|
|
5363
5363
|
};
|
|
5364
5364
|
|
|
5365
|
-
var css = {"recovery-spinner":"
|
|
5365
|
+
var css = {"recovery-spinner":"IOcJLD","recoverySpinner":"IOcJLD","recovery-message":"_3nkaAx","recoveryMessage":"_3nkaAx","modal-blocker":"Y6rYRM","modalBlocker":"Y6rYRM","modalFadeIn":"S0Ey6J"};
|
|
5366
5366
|
|
|
5367
5367
|
function ErrorHandler(props) {
|
|
5368
5368
|
const { uuiNotifications, uuiModals, uuiApi } = useUuiContext();
|