@epam/uui 5.8.2 → 5.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.esm.js +103 -103
- package/index.esm.js.map +1 -1
- package/index.js +103 -103
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/stats.html +1 -1
- package/styles.css +2619 -2619
package/index.js
CHANGED
|
@@ -486,7 +486,7 @@ const settings = {
|
|
|
486
486
|
},
|
|
487
487
|
};
|
|
488
488
|
|
|
489
|
-
var css$1s = {"uui-typography":"
|
|
489
|
+
var css$1s = {"uui-typography":"Vs2bRh","hero-header":"Mpy54-","promo-header":"ola-eL","uui-critical":"loHZqv","uui-info":"rANS0j","uui-success":"jDJdOL","uui-warning":"KuUeL-","uui-highlight":"Q61q52","uui-typography-size-12":"li02Vy","uui-typography-size-14":"IIqSX3","uui-typography-size-16":"ExGZuR","root":"cZ8ShE","uuiTypography":"Vs2bRh","heroHeader":"Mpy54-","promoHeader":"ola-eL","uuiCritical":"loHZqv","uuiInfo":"rANS0j","uuiSuccess":"jDJdOL","uuiWarning":"KuUeL-","uuiHighlight":"Q61q52","uuiTypographySize12":"li02Vy","uuiTypographySize14":"IIqSX3","uuiTypographySize16":"ExGZuR"};
|
|
490
490
|
|
|
491
491
|
function applyButtonMods(mods) {
|
|
492
492
|
return [
|
|
@@ -504,7 +504,7 @@ const Button = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Button,
|
|
|
504
504
|
};
|
|
505
505
|
});
|
|
506
506
|
|
|
507
|
-
var css$1r = {"root":"
|
|
507
|
+
var css$1r = {"root":"_13LjZN"};
|
|
508
508
|
|
|
509
509
|
function applyIconButtonMods(props) {
|
|
510
510
|
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1r.root];
|
|
@@ -541,7 +541,7 @@ function getIconClass(props) {
|
|
|
541
541
|
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'];
|
|
542
542
|
}
|
|
543
543
|
|
|
544
|
-
var css$1q = {"uui-typography":"
|
|
544
|
+
var css$1q = {"uui-typography":"-qfBkQ","hero-header":"XWTwy0","promo-header":"_3AYEzA","uui-critical":"U56SeF","uui-info":"_2-yKCT","uui-success":"xllddm","uui-warning":"WkiQHM","uui-highlight":"_6rH1Re","uui-typography-size-12":"WFHE2r","uui-typography-size-14":"_9ojjFD","uui-typography-size-16":"Fnd-1C","root":"ZqaK2u","uuiTypography":"-qfBkQ","heroHeader":"XWTwy0","promoHeader":"_3AYEzA","uuiCritical":"U56SeF","uuiInfo":"_2-yKCT","uuiSuccess":"xllddm","uuiWarning":"WkiQHM","uuiHighlight":"_6rH1Re","uuiTypographySize12":"WFHE2r","uuiTypographySize14":"_9ojjFD","uuiTypographySize16":"Fnd-1C"};
|
|
545
545
|
|
|
546
546
|
const DEFAULT_COLOR = 'primary';
|
|
547
547
|
function applyLinkButtonMods(mods) {
|
|
@@ -572,7 +572,7 @@ const LinkButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
|
572
572
|
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
573
573
|
});
|
|
574
574
|
|
|
575
|
-
var css$1p = {"root":"
|
|
575
|
+
var css$1p = {"root":"TfSs6A"};
|
|
576
576
|
|
|
577
577
|
const CountIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
578
578
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -584,7 +584,7 @@ const CountIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
584
584
|
]) }, props.caption));
|
|
585
585
|
});
|
|
586
586
|
|
|
587
|
-
var css$1o = {"uui-typography":"
|
|
587
|
+
var css$1o = {"uui-typography":"E9PSmZ","hero-header":"u-ihiv","promo-header":"mBb5Kw","uui-critical":"ETMXN3","uui-info":"EggeeZ","uui-success":"qcrIFT","uui-warning":"suoM6W","uui-highlight":"NCtW1d","uui-typography-size-12":"KFnOGJ","uui-typography-size-14":"JnPq9D","uui-typography-size-16":"dMkZP5","root":"wQ-ebc","withNotify":"buNVBz","uuiTypography":"E9PSmZ","heroHeader":"u-ihiv","promoHeader":"mBb5Kw","uuiCritical":"ETMXN3","uuiInfo":"EggeeZ","uuiSuccess":"qcrIFT","uuiWarning":"suoM6W","uuiHighlight":"NCtW1d","uuiTypographySize12":"KFnOGJ","uuiTypographySize14":"JnPq9D","uuiTypographySize16":"dMkZP5"};
|
|
588
588
|
|
|
589
589
|
const TabButton = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
590
590
|
const styles = [
|
|
@@ -606,7 +606,7 @@ const TabButton = /* @__PURE__ */React__namespace.default.forwardRef((props, ref
|
|
|
606
606
|
props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
607
607
|
});
|
|
608
608
|
|
|
609
|
-
var css$1n = {"uui-typography":"
|
|
609
|
+
var css$1n = {"uui-typography":"XcMmY5","hero-header":"b8o5c4","promo-header":"_6YHikZ","uui-critical":"zQX0b1","uui-info":"bHDPsk","uui-success":"WoMbXp","uui-warning":"FE2lPt","uui-highlight":"_1Wk6EV","uui-typography-size-12":"sy-Myv","uui-typography-size-14":"TG8Q1N","uui-typography-size-16":"s68wPP","root":"phvNae","uuiTypography":"XcMmY5","heroHeader":"b8o5c4","promoHeader":"_6YHikZ","uuiCritical":"zQX0b1","uuiInfo":"bHDPsk","uuiSuccess":"WoMbXp","uuiWarning":"FE2lPt","uuiHighlight":"_1Wk6EV","uuiTypographySize12":"sy-Myv","uuiTypographySize14":"TG8Q1N","uuiTypographySize16":"s68wPP"};
|
|
610
610
|
|
|
611
611
|
function applyVerticalTabButtonMods() {
|
|
612
612
|
return [css$1n.root];
|
|
@@ -628,7 +628,7 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
|
628
628
|
};
|
|
629
629
|
var ForwardRef$B = /*#__PURE__*/React.forwardRef(SvgContentMinusOutline);
|
|
630
630
|
|
|
631
|
-
var css$1m = {"uui-typography":"
|
|
631
|
+
var css$1m = {"uui-typography":"TMWLHk","hero-header":"BYjdM7","promo-header":"NFoFq4","uui-critical":"_0atviG","uui-info":"-BO8hb","uui-success":"WX5TnT","uui-warning":"_0fQwDU","uui-highlight":"_0sL3Me","uui-typography-size-12":"XDopK2","uui-typography-size-14":"nQgICL","uui-typography-size-16":"_95dkBv","root":"XA26LN","mode-cell":"_0GZp1J","uuiTypography":"TMWLHk","heroHeader":"BYjdM7","promoHeader":"NFoFq4","uuiCritical":"_0atviG","uuiInfo":"-BO8hb","uuiSuccess":"WX5TnT","uuiWarning":"_0fQwDU","uuiHighlight":"_0sL3Me","uuiTypographySize12":"XDopK2","uuiTypographySize14":"nQgICL","uuiTypographySize16":"_95dkBv","modeCell":"_0GZp1J"};
|
|
632
632
|
|
|
633
633
|
function applyCheckboxMods(mods) {
|
|
634
634
|
return [
|
|
@@ -663,7 +663,7 @@ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
|
663
663
|
};
|
|
664
664
|
var ForwardRef$A = /*#__PURE__*/React.forwardRef(SvgRadioDotFill);
|
|
665
665
|
|
|
666
|
-
var css$1l = {"uui-typography":"
|
|
666
|
+
var css$1l = {"uui-typography":"_23CmDr","hero-header":"kLkQ81","promo-header":"_0eTazu","uui-critical":"_9nunkB","uui-info":"Lktc26","uui-success":"EEpFHK","uui-warning":"hs3poK","uui-highlight":"pLwVWL","uui-typography-size-12":"pUbPMD","uui-typography-size-14":"DDuOav","uui-typography-size-16":"_1sgqeZ","root":"D-li4m","uuiTypography":"_23CmDr","heroHeader":"kLkQ81","promoHeader":"_0eTazu","uuiCritical":"_9nunkB","uuiInfo":"Lktc26","uuiSuccess":"EEpFHK","uuiWarning":"hs3poK","uuiHighlight":"pLwVWL","uuiTypographySize12":"pUbPMD","uuiTypographySize14":"DDuOav","uuiTypographySize16":"_1sgqeZ"};
|
|
667
667
|
|
|
668
668
|
function applyRadioInputMods(mods) {
|
|
669
669
|
return [
|
|
@@ -675,7 +675,7 @@ function applyRadioInputMods(mods) {
|
|
|
675
675
|
}
|
|
676
676
|
const RadioInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.RadioInput, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$A }));
|
|
677
677
|
|
|
678
|
-
var css$1k = {"root":"
|
|
678
|
+
var css$1k = {"root":"jEL5rK"};
|
|
679
679
|
|
|
680
680
|
function applySwitchMods(mods) {
|
|
681
681
|
return [
|
|
@@ -743,7 +743,7 @@ var EditMode;
|
|
|
743
743
|
EditMode["INLINE"] = "inline";
|
|
744
744
|
})(EditMode || (EditMode = {}));
|
|
745
745
|
|
|
746
|
-
var textInputCss = {"uui-typography":"
|
|
746
|
+
var textInputCss = {"uui-typography":"Q3Kkzj","hero-header":"urrHeX","promo-header":"ttHg0m","uui-critical":"_9-qDV0","uui-info":"Skuo-w","uui-success":"KFj-kb","uui-warning":"RuHRyC","uui-highlight":"BiTRfD","uui-typography-size-12":"hdJy98","uui-typography-size-14":"y-Tk-I","uui-typography-size-16":"Yw5HLM","root":"JUf1zI","mode-form":"BVIdD2","mode-inline":"BIW2w1","mode-cell":"AT88Ei","uuiTypography":"Q3Kkzj","heroHeader":"urrHeX","promoHeader":"ttHg0m","uuiCritical":"_9-qDV0","uuiInfo":"Skuo-w","uuiSuccess":"KFj-kb","uuiWarning":"RuHRyC","uuiHighlight":"BiTRfD","uuiTypographySize12":"hdJy98","uuiTypographySize14":"y-Tk-I","uuiTypographySize16":"Yw5HLM","modeForm":"BVIdD2","modeInline":"BIW2w1","modeCell":"AT88Ei"};
|
|
747
747
|
|
|
748
748
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
749
749
|
function applyTextInputMods(mods) {
|
|
@@ -769,7 +769,7 @@ const SearchInput = /* @__PURE__ */React__namespace.default.forwardRef((props, r
|
|
|
769
769
|
} })));
|
|
770
770
|
});
|
|
771
771
|
|
|
772
|
-
var css$1j = {"root":"
|
|
772
|
+
var css$1j = {"root":"_8TgpIy"};
|
|
773
773
|
|
|
774
774
|
const ControlGroup = /* @__PURE__ */uuiCore.withMods(uuiComponents.ControlGroup, () => [css$1j.root]);
|
|
775
775
|
|
|
@@ -778,7 +778,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
778
778
|
}
|
|
779
779
|
const MultiSwitch = /* @__PURE__ */React__namespace.forwardRef(MultiSwitchComponent);
|
|
780
780
|
|
|
781
|
-
var css$1i = {"uui-typography":"
|
|
781
|
+
var css$1i = {"uui-typography":"voYMAV","hero-header":"WAfifW","promo-header":"_03Lc-l","uui-critical":"SbyKTy","uui-info":"raQwQa","uui-success":"nsboLw","uui-warning":"G-oMfP","uui-highlight":"J-Y0AF","uui-typography-size-12":"_9iygKr","uui-typography-size-14":"lIclgN","uui-typography-size-16":"eUoTNq","root":"_01bymb","mode-form":"Q988eA","mode-cell":"mOikYm","uuiTypography":"voYMAV","heroHeader":"WAfifW","promoHeader":"_03Lc-l","uuiCritical":"SbyKTy","uuiInfo":"raQwQa","uuiSuccess":"nsboLw","uuiWarning":"G-oMfP","uuiHighlight":"J-Y0AF","uuiTypographySize12":"_9iygKr","uuiTypographySize14":"lIclgN","uuiTypographySize16":"eUoTNq","modeForm":"Q988eA","modeCell":"mOikYm"};
|
|
782
782
|
|
|
783
783
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
784
784
|
function applyNumericInputMods(mods) {
|
|
@@ -799,7 +799,7 @@ const NumericInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.NumericInput,
|
|
|
799
799
|
};
|
|
800
800
|
});
|
|
801
801
|
|
|
802
|
-
var css$1h = {"uui-typography":"
|
|
802
|
+
var css$1h = {"uui-typography":"z-bBXc","hero-header":"qmz5LQ","promo-header":"utiHxB","uui-critical":"CAkhs5","uui-info":"SP2-ww","uui-success":"Lamvra","uui-warning":"_63f1rX","uui-highlight":"B3qu6R","uui-typography-size-12":"jBExZG","uui-typography-size-14":"b7cvJM","uui-typography-size-16":"s--0qu","root":"lu7p-i","mode-form":"zlgp92","mode-cell":"_2gsWwR","mode-inline":"PIECNz","size-24":"rlQhmW","size-30":"HIu9Sb","size-36":"_3lNM-H","size-42":"vWojAt","size-48":"tv-iGv","uuiTypography":"z-bBXc","heroHeader":"qmz5LQ","promoHeader":"utiHxB","uuiCritical":"CAkhs5","uuiInfo":"SP2-ww","uuiSuccess":"Lamvra","uuiWarning":"_63f1rX","uuiHighlight":"B3qu6R","uuiTypographySize12":"jBExZG","uuiTypographySize14":"b7cvJM","uuiTypographySize16":"s--0qu","modeForm":"zlgp92","modeCell":"_2gsWwR","modeInline":"PIECNz","size24":"rlQhmW","size30":"HIu9Sb","size36":"_3lNM-H","size42":"vWojAt","size48":"tv-iGv"};
|
|
803
803
|
|
|
804
804
|
const DEFAULT_SIZE$3 = '36';
|
|
805
805
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
@@ -900,7 +900,7 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
|
900
900
|
};
|
|
901
901
|
var ForwardRef$w = /*#__PURE__*/React.forwardRef(SvgNotificationInfoFill);
|
|
902
902
|
|
|
903
|
-
var css$1g = {"uui-typography":"
|
|
903
|
+
var css$1g = {"uui-typography":"bfqO0n","hero-header":"j69DQF","promo-header":"Kxe51e","uui-critical":"UG47Ow","uui-info":"sZXx6m","uui-success":"BmanyG","uui-warning":"Jd-3Dl","uui-highlight":"h7vDPC","uui-typography-size-12":"i2W64M","uui-typography-size-14":"fYZAA1","uui-typography-size-16":"j2Adcl","root":"cXEvlr","icon-wrapper":"efbF6n","alert-wrapper":"_78sF5f","size-48":"FAy1e9","size-36":"MMuEax","action-wrapper":"RtqJa6","action-icon":"t5VavT","action-link":"QHKhNp","close-icon":"uxdz4h","main-path":"_9-2qPs","content":"vPXyYh","uuiTypography":"bfqO0n","heroHeader":"j69DQF","promoHeader":"Kxe51e","uuiCritical":"UG47Ow","uuiInfo":"sZXx6m","uuiSuccess":"BmanyG","uuiWarning":"Jd-3Dl","uuiHighlight":"h7vDPC","uuiTypographySize12":"i2W64M","uuiTypographySize14":"fYZAA1","uuiTypographySize16":"j2Adcl","iconWrapper":"efbF6n","alertWrapper":"_78sF5f","size48":"FAy1e9","size36":"MMuEax","actionWrapper":"RtqJa6","actionIcon":"t5VavT","actionLink":"QHKhNp","closeIcon":"uxdz4h","mainPath":"_9-2qPs"};
|
|
904
904
|
|
|
905
905
|
const Alert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("div", Object.assign({ role: "alert", ref: ref, className: cx__default.default('uui-alert', css$1g.root, css$1g.alertWrapper, props.color && `uui-color-${props.color}`, props.cx, (props.size === '36' ? css$1g.size36 : css$1g.size48)) }, props.rawProps),
|
|
906
906
|
React__namespace.createElement("div", { className: css$1g.mainPath },
|
|
@@ -917,7 +917,7 @@ const ErrorAlert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => Re
|
|
|
917
917
|
|
|
918
918
|
const Dropdown = /* @__PURE__ */uuiCore.withMods(uuiComponents.Dropdown);
|
|
919
919
|
|
|
920
|
-
var css$1f = {"root":"
|
|
920
|
+
var css$1f = {"root":"abTcXe"};
|
|
921
921
|
|
|
922
922
|
function applyDropdownContainerMods(mods) {
|
|
923
923
|
return [
|
|
@@ -928,7 +928,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
928
928
|
}
|
|
929
929
|
const DropdownContainer = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.DropdownContainer, applyDropdownContainerMods);
|
|
930
930
|
|
|
931
|
-
var css$1e = {"uui-typography":"
|
|
931
|
+
var css$1e = {"uui-typography":"_39gaT1","hero-header":"EHMTKs","promo-header":"qDqXtQ","uui-critical":"jHOL-o","uui-info":"B-djHP","uui-success":"WkG7jm","uui-warning":"rpRW7-","uui-highlight":"c8woNV","uui-typography-size-12":"_8bntGs","uui-typography-size-14":"Tv2z9Z","uui-typography-size-16":"W4Mafl","submenu-root-item":"O3YTa1","icon-after":"hqqUT8","icon-check":"YZwJf3","splitter-root":"irhcB4","splitter":"X9dl-R","header-root":"k90FJr","item-root":"s2M-3X","icon":"_13ucWH","link":"qWgQJb","indent":"MD3Vzq","selected-mark":"-ML1-8","uuiTypography":"_39gaT1","heroHeader":"EHMTKs","promoHeader":"qDqXtQ","uuiCritical":"jHOL-o","uuiInfo":"B-djHP","uuiSuccess":"WkG7jm","uuiWarning":"rpRW7-","uuiHighlight":"c8woNV","uuiTypographySize12":"_8bntGs","uuiTypographySize14":"Tv2z9Z","uuiTypographySize16":"W4Mafl","submenuRootItem":"O3YTa1","iconAfter":"hqqUT8","iconCheck":"YZwJf3","splitterRoot":"irhcB4","headerRoot":"k90FJr","itemRoot":"s2M-3X","selectedMark":"-ML1-8"};
|
|
932
932
|
|
|
933
933
|
exports.IDropdownControlKeys = void 0;
|
|
934
934
|
(function (IDropdownControlKeys) {
|
|
@@ -1061,7 +1061,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1061
1061
|
React__namespace.default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1062
1062
|
}
|
|
1063
1063
|
|
|
1064
|
-
var css$1d = {"uui-typography":"
|
|
1064
|
+
var css$1d = {"uui-typography":"xIGYOn","hero-header":"_7Ku0J-","promo-header":"kHgwsh","uui-critical":"FHlM-Q","uui-info":"f5Wa0V","uui-success":"vKau9y","uui-warning":"pcmYqX","uui-highlight":"JnDx3u","uui-typography-size-12":"r7lGun","uui-typography-size-14":"_17ab9A","uui-typography-size-16":"_2p-Ti0","root":"fihhWS","mode-block":"NFbTxQ","mode-inline":"BC6vAo","padding-0":"oh9ikw","padding-6":"lUWb6c","padding-12":"_4CA-a6","padding-18":"jLIW9i","uuiTypography":"xIGYOn","heroHeader":"_7Ku0J-","promoHeader":"kHgwsh","uuiCritical":"FHlM-Q","uuiInfo":"f5Wa0V","uuiSuccess":"vKau9y","uuiWarning":"pcmYqX","uuiHighlight":"JnDx3u","uuiTypographySize12":"r7lGun","uuiTypographySize14":"_17ab9A","uuiTypographySize16":"_2p-Ti0","modeBlock":"NFbTxQ","modeInline":"BC6vAo","padding0":"oh9ikw","padding6":"lUWb6c","padding12":"_4CA-a6","padding18":"jLIW9i"};
|
|
1065
1065
|
|
|
1066
1066
|
const getMode = (mode) => {
|
|
1067
1067
|
return mode || 'block';
|
|
@@ -1077,7 +1077,7 @@ const Accordion = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Accor
|
|
|
1077
1077
|
dropdownIcon: mods.dropdownIcon !== null && systemIcons.foldingArrow,
|
|
1078
1078
|
}));
|
|
1079
1079
|
|
|
1080
|
-
var css$1c = {"uui-typography":"
|
|
1080
|
+
var css$1c = {"uui-typography":"uUpPoQ","hero-header":"fEzHFk","promo-header":"e5VBqF","uui-critical":"rBTF-0","uui-info":"_97YD8O","uui-success":"gpegPR","uui-warning":"vat-Rd","uui-highlight":"BMcZea","uui-typography-size-12":"_4O11zy","uui-typography-size-14":"xhXQdK","uui-typography-size-16":"_8tNlUK","root":"rUaee7","border-top":"OGMGfE","border-bottom":"tezZss","top-shadow":"gra-NF","size-24":"DVuH9h","size-30":"ElJlU0","size-36":"qvW3Zk","size-42":"pErfHb","size-48":"jN8hf8","padding-6":"_03tCYY","padding-12":"Q26ASa","padding-18":"pPR1jB","padding-24":"Me-3HU","margin-24":"Sb-NeN","margin-12":"EDzHJI","vPadding-12":"zr8aG4","vPadding-18":"_-2dtSy","vPadding-24":"_7OAcbC","vPadding-36":"tsiJpo","vPadding-48":"AMq-QK","spacing-6":"_3AY9lR","spacing-12":"jsdvI-","spacing-18":"rjfd6T","uui-surface-main":"GOUzf5","uuiTypography":"uUpPoQ","heroHeader":"fEzHFk","promoHeader":"e5VBqF","uuiCritical":"rBTF-0","uuiInfo":"_97YD8O","uuiSuccess":"gpegPR","uuiWarning":"vat-Rd","uuiHighlight":"BMcZea","uuiTypographySize12":"_4O11zy","uuiTypographySize14":"xhXQdK","uuiTypographySize16":"_8tNlUK","borderTop":"OGMGfE","borderBottom":"tezZss","topShadow":"gra-NF","size24":"DVuH9h","size30":"ElJlU0","size36":"qvW3Zk","size42":"pErfHb","size48":"jN8hf8","padding6":"_03tCYY","padding12":"Q26ASa","padding18":"pPR1jB","padding24":"Me-3HU","margin24":"Sb-NeN","margin12":"EDzHJI","vPadding12":"zr8aG4","vPadding18":"_-2dtSy","vPadding24":"_7OAcbC","vPadding36":"tsiJpo","vPadding48":"AMq-QK","spacing6":"_3AY9lR","spacing12":"jsdvI-","spacing18":"rjfd6T","uuiSurfaceMain":"GOUzf5"};
|
|
1081
1081
|
|
|
1082
1082
|
const FlexCell = /* @__PURE__ */uuiCore.withMods(uuiComponents.FlexCell, () => [css$1c.flexCell]);
|
|
1083
1083
|
|
|
@@ -1101,7 +1101,7 @@ const FlexRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.FlexRow, (props) =
|
|
|
1101
1101
|
];
|
|
1102
1102
|
});
|
|
1103
1103
|
|
|
1104
|
-
var css$1b = {"root":"
|
|
1104
|
+
var css$1b = {"root":"aAckAC","margin-24":"jK4n0f","padding-12":"LZ857J","padding-24":"fvRyYJ","shadow":"a046CN","uui-surface-main":"kCdtM-","margin24":"jK4n0f","padding12":"LZ857J","padding24":"fvRyYJ","uuiSurfaceMain":"kCdtM-"};
|
|
1105
1105
|
|
|
1106
1106
|
const Panel = /* @__PURE__ */uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
1107
1107
|
'uui-panel',
|
|
@@ -1111,7 +1111,7 @@ const Panel = /* @__PURE__ */uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
|
1111
1111
|
props.background && css$1b[`uui-${props.background}`],
|
|
1112
1112
|
]);
|
|
1113
1113
|
|
|
1114
|
-
var css$1a = {"root":"
|
|
1114
|
+
var css$1a = {"root":"o0-5nK"};
|
|
1115
1115
|
|
|
1116
1116
|
function applyTooltipMods(mods) {
|
|
1117
1117
|
return [
|
|
@@ -1121,7 +1121,7 @@ function applyTooltipMods(mods) {
|
|
|
1121
1121
|
}
|
|
1122
1122
|
const Tooltip = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Tooltip, applyTooltipMods);
|
|
1123
1123
|
|
|
1124
|
-
var css$19 = {"uui-typography":"
|
|
1124
|
+
var css$19 = {"uui-typography":"G6a6oN","hero-header":"Mqk5LN","promo-header":"XWOs4S","uui-critical":"fnadIa","uui-info":"k55kP0","uui-success":"Y0tvsL","uui-warning":"_12kz5I","uui-highlight":"myOuwr","uui-typography-size-12":"WdKllu","uui-typography-size-14":"_-5cKlf","uui-typography-size-16":"_9w6PHz","root":"l-ZMr0","size-24":"wrM-1V","size-30":"mzaBUA","size-36":"_1u7Phy","size-42":"_0KaRKn","size-48":"bxUpfB","uuiTypography":"G6a6oN","heroHeader":"Mqk5LN","promoHeader":"XWOs4S","uuiCritical":"fnadIa","uuiInfo":"k55kP0","uuiSuccess":"Y0tvsL","uuiWarning":"_12kz5I","uuiHighlight":"myOuwr","uuiTypographySize12":"WdKllu","uuiTypographySize14":"_-5cKlf","uuiTypographySize16":"_9w6PHz","size24":"wrM-1V","size30":"mzaBUA","size36":"_1u7Phy","size42":"_0KaRKn","size48":"bxUpfB"};
|
|
1125
1125
|
|
|
1126
1126
|
const DEFAULT_SIZE$2 = '36';
|
|
1127
1127
|
function applyLabeledInputMods(mods) {
|
|
@@ -1132,7 +1132,7 @@ const LabeledInput = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.La
|
|
|
1132
1132
|
infoIcon: props.infoIcon || (['24', '30'].includes(props.size) ? ForwardRef$w : ForwardRef$L),
|
|
1133
1133
|
}));
|
|
1134
1134
|
|
|
1135
|
-
var css$18 = {"root":"
|
|
1135
|
+
var css$18 = {"root":"F4841B"};
|
|
1136
1136
|
|
|
1137
1137
|
function RadioGroup(props) {
|
|
1138
1138
|
const direction = props.direction || 'vertical';
|
|
@@ -1147,7 +1147,7 @@ function RadioGroup(props) {
|
|
|
1147
1147
|
})));
|
|
1148
1148
|
}
|
|
1149
1149
|
|
|
1150
|
-
var css$17 = {"root":"
|
|
1150
|
+
var css$17 = {"root":"D9ZaXt"};
|
|
1151
1151
|
|
|
1152
1152
|
function applyScrollBarsMods() {
|
|
1153
1153
|
return [
|
|
@@ -1156,13 +1156,13 @@ function applyScrollBarsMods() {
|
|
|
1156
1156
|
}
|
|
1157
1157
|
const ScrollBars = /* @__PURE__ */uuiCore.withMods(uuiComponents.ScrollBars, applyScrollBarsMods);
|
|
1158
1158
|
|
|
1159
|
-
var css$16 = {"scroll-container":"
|
|
1159
|
+
var css$16 = {"scroll-container":"C1-NCX","list-container":"Tk-6Bb","scrollContainer":"C1-NCX","listContainer":"Tk-6Bb"};
|
|
1160
1160
|
|
|
1161
|
-
var css$15 = {"root":"
|
|
1161
|
+
var css$15 = {"root":"r20Nki"};
|
|
1162
1162
|
|
|
1163
1163
|
const AvatarStack = /* @__PURE__ */uuiCore.withMods(uuiComponents.AvatarStack, () => [css$15.root]);
|
|
1164
1164
|
|
|
1165
|
-
var css$14 = {"uui-typography":"
|
|
1165
|
+
var css$14 = {"uui-typography":"uU98Mx","hero-header":"ivYlMH","promo-header":"RBeyeY","uui-critical":"NDYwIT","uui-info":"nmVide","uui-success":"KhsFs1","uui-warning":"V-FP-v","uui-highlight":"byj38M","uui-typography-size-12":"wSzhPP","uui-typography-size-14":"kM9C68","uui-typography-size-16":"UhbQmZ","root":"R5pFO-","size-18":"sJjpg-","size-24":"FToIIg","size-30":"Hk4VL7","size-36":"cLaxUV","size-42":"Rz9zGA","size-48":"_3M963c","uuiTypography":"uU98Mx","heroHeader":"ivYlMH","promoHeader":"RBeyeY","uuiCritical":"NDYwIT","uuiInfo":"nmVide","uuiSuccess":"KhsFs1","uuiWarning":"V-FP-v","uuiHighlight":"byj38M","uuiTypographySize12":"wSzhPP","uuiTypographySize14":"kM9C68","uuiTypographySize16":"UhbQmZ","size18":"sJjpg-","size24":"FToIIg","size30":"Hk4VL7","size36":"cLaxUV","size42":"Rz9zGA","size48":"_3M963c"};
|
|
1166
1166
|
|
|
1167
1167
|
const DEFAULT_SIZE$1 = '36';
|
|
1168
1168
|
const DEFAULT_FILL = 'solid';
|
|
@@ -1195,7 +1195,7 @@ const Badge = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) =>
|
|
|
1195
1195
|
props.isDropdown && (React__namespace.default.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
1196
1196
|
});
|
|
1197
1197
|
|
|
1198
|
-
var css$13 = {"uui-typography":"
|
|
1198
|
+
var css$13 = {"uui-typography":"sqtNvq","hero-header":"-bv2Xu","promo-header":"Uf9wwd","uui-critical":"DSR7n-","uui-info":"kfq5K9","uui-success":"hmm81J","uui-warning":"ieo4a5","uui-highlight":"MtTgR-","uui-typography-size-12":"Ff3SJy","uui-typography-size-14":"pJJAbj","uui-typography-size-16":"Xhao-l","root":"_-9MVFq","uuiTypography":"sqtNvq","heroHeader":"-bv2Xu","promoHeader":"Uf9wwd","uuiCritical":"DSR7n-","uuiInfo":"kfq5K9","uuiSuccess":"hmm81J","uuiWarning":"ieo4a5","uuiHighlight":"MtTgR-","uuiTypographySize12":"Ff3SJy","uuiTypographySize14":"pJJAbj","uuiTypographySize16":"Xhao-l"};
|
|
1199
1199
|
|
|
1200
1200
|
function applyTagMods(props) {
|
|
1201
1201
|
return [
|
|
@@ -1219,14 +1219,14 @@ const Tag = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
|
1219
1219
|
props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
1220
1220
|
});
|
|
1221
1221
|
|
|
1222
|
-
var css$12 = {"root":"
|
|
1222
|
+
var css$12 = {"root":"oj4Gdd","uui-spinner":"d9wWsV","uuiSpinner":"d9wWsV"};
|
|
1223
1223
|
|
|
1224
1224
|
function applySpinnerMods() {
|
|
1225
1225
|
return [css$12.root, 'uui-spinner'];
|
|
1226
1226
|
}
|
|
1227
1227
|
const Spinner = /* @__PURE__ */uuiCore.withMods(uuiComponents.Spinner, applySpinnerMods);
|
|
1228
1228
|
|
|
1229
|
-
var css$11 = {"root":"
|
|
1229
|
+
var css$11 = {"root":"TzdTVn","spacer":"brZok3","mode-ghost":"Rs2MWq","size-24":"Z53utd","size-30":"_8ULudF","navigation-size-24":"nU1iA3","navigation-size-30":"ipZWG1","modeGhost":"Rs2MWq","size24":"Z53utd","size30":"_8ULudF","navigationSize24":"nU1iA3","navigationSize30":"ipZWG1"};
|
|
1230
1230
|
|
|
1231
1231
|
var _path$v;
|
|
1232
1232
|
function _extends$v() { _extends$v = 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$v.apply(this, arguments); }
|
|
@@ -1277,14 +1277,14 @@ function Paginator(props) {
|
|
|
1277
1277
|
return React__namespace.default.createElement(uuiComponents.Paginator, Object.assign({}, props, { render: renderPaginator }));
|
|
1278
1278
|
}
|
|
1279
1279
|
|
|
1280
|
-
var css$10 = {"root":"
|
|
1280
|
+
var css$10 = {"root":"qqzidO","progress-bar":"oIwM25","progressBar-indeterminate":"-tS61d","size-12":"NkZB2C","size-18":"qY5rGq","size-24":"lK9RyC","progressBar":"oIwM25","progressBarIndeterminate":"-tS61d","size12":"NkZB2C","size18":"qY5rGq","size24":"lK9RyC"};
|
|
1281
1281
|
|
|
1282
1282
|
const IndeterminateBar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
1283
1283
|
return (React__namespace.createElement("div", { ref: ref, className: cx__default.default('uui-indeterminate_bar', props.cx, css$10.root, css$10[`size-${props.size || 12}`]) },
|
|
1284
1284
|
React__namespace.createElement("div", { className: cx__default.default(css$10.progressBar) })));
|
|
1285
1285
|
});
|
|
1286
1286
|
|
|
1287
|
-
var css$$ = {"root":"
|
|
1287
|
+
var css$$ = {"root":"_-3uBPG","striped":"Bgri8q","animate-stripes":"rMH7Pa","size-12":"rNgcIE","size-18":"_8wDMB-","size-24":"o5aCCy","animateStripes":"rMH7Pa","size12":"rNgcIE","size18":"_8wDMB-","size24":"o5aCCy"};
|
|
1288
1288
|
|
|
1289
1289
|
const DEFAULT_SIZE = '12';
|
|
1290
1290
|
function applyProgressBarMods(mods) {
|
|
@@ -1299,14 +1299,14 @@ const ProgressBar = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Pro
|
|
|
1299
1299
|
hideLabel: props.hideLabel || props.striped,
|
|
1300
1300
|
}));
|
|
1301
1301
|
|
|
1302
|
-
var css$_ = {"root":"
|
|
1302
|
+
var css$_ = {"root":"xL4r38"};
|
|
1303
1303
|
|
|
1304
1304
|
const IndicatorBar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
1305
1305
|
const { progress } = props;
|
|
1306
1306
|
return progress || progress === 0 ? (React__namespace.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx__default.default(css$_.root, props.cx), hideLabel: true })) : (React__namespace.createElement(IndeterminateBar, { ref: ref, cx: cx__default.default(css$_.root, props.cx) }));
|
|
1307
1307
|
});
|
|
1308
1308
|
|
|
1309
|
-
var css$Z = {"root":"
|
|
1309
|
+
var css$Z = {"root":"_-5-LT9","size-12":"SVN-X7","size-18":"_5b9Tkn","size-24":"_0QHpxh","size12":"SVN-X7","size18":"_5b9Tkn","size24":"_0QHpxh"};
|
|
1310
1310
|
|
|
1311
1311
|
const StatusIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1312
1312
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -1321,7 +1321,7 @@ const StatusIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1321
1321
|
React__namespace.default.createElement("p", { className: "uui-status_indicator_caption" }, props.caption)));
|
|
1322
1322
|
});
|
|
1323
1323
|
|
|
1324
|
-
var css$Y = {"drag-handle":"
|
|
1324
|
+
var css$Y = {"drag-handle":"z0NNJx","icon-container":"IPLarR","dragHandle":"z0NNJx","iconContainer":"IPLarR"};
|
|
1325
1325
|
|
|
1326
1326
|
function DataRowAddons(props) {
|
|
1327
1327
|
var _a, _b;
|
|
@@ -1343,7 +1343,7 @@ function DataRowAddons(props) {
|
|
|
1343
1343
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row) }))))));
|
|
1344
1344
|
}
|
|
1345
1345
|
|
|
1346
|
-
var css$X = {"root":"
|
|
1346
|
+
var css$X = {"root":"_7lJSM0"};
|
|
1347
1347
|
|
|
1348
1348
|
const Blocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.Blocker, () => [css$X.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__namespace.default.createElement(Spinner, null)) }));
|
|
1349
1349
|
|
|
@@ -1384,7 +1384,7 @@ const VirtualListView = /* @__PURE__ */React__namespace.forwardRef((props, ref)
|
|
|
1384
1384
|
React__namespace.createElement(Blocker, { isEnabled: props.isLoading })));
|
|
1385
1385
|
});
|
|
1386
1386
|
|
|
1387
|
-
var css$W = {"root":"
|
|
1387
|
+
var css$W = {"root":"N2V-o0"};
|
|
1388
1388
|
|
|
1389
1389
|
function CheckboxGroup(props) {
|
|
1390
1390
|
const currentValue = props.value || [];
|
|
@@ -1546,7 +1546,7 @@ const TREE_SHAKEABLE_INIT = () => (Object.assign(Object.assign({}, uuiCore.i18n)
|
|
|
1546
1546
|
} }));
|
|
1547
1547
|
const i18n = /* @__PURE__ */TREE_SHAKEABLE_INIT();
|
|
1548
1548
|
|
|
1549
|
-
var css$V = {"uui-typography":"
|
|
1549
|
+
var css$V = {"uui-typography":"Fk63UR","hero-header":"QPcBgl","promo-header":"OX1MO5","uui-critical":"XOUCGP","uui-info":"_3kjwT3","uui-success":"kKDDKW","uui-warning":"NSsDcu","uui-highlight":"s8oyMr","uui-typography-size-12":"NYIYrB","uui-typography-size-14":"wH7X0W","uui-typography-size-16":"NKVcsK","modal":"PP5MlI","search-wrapper":"Nu1GjZ","body":"onTY-S","checkbox":"uifjn4","no-found-size-24":"WZHC0m","no-found-size-30":"GfYiyP","no-found-size-36":"vVQ1Yh","no-found-size-42":"r8F-bz","uuiTypography":"Fk63UR","heroHeader":"QPcBgl","promoHeader":"OX1MO5","uuiCritical":"XOUCGP","uuiInfo":"_3kjwT3","uuiSuccess":"kKDDKW","uuiWarning":"NSsDcu","uuiHighlight":"s8oyMr","uuiTypographySize12":"NYIYrB","uuiTypographySize14":"wH7X0W","uuiTypographySize16":"NKVcsK","searchWrapper":"Nu1GjZ","noFoundSize24":"WZHC0m","noFoundSize30":"GfYiyP","noFoundSize36":"vVQ1Yh","noFoundSize42":"r8F-bz"};
|
|
1550
1550
|
|
|
1551
1551
|
class DataPickerBody extends uuiComponents.PickerBodyBase {
|
|
1552
1552
|
constructor() {
|
|
@@ -1597,7 +1597,7 @@ function DataPickerFooterImpl(props) {
|
|
|
1597
1597
|
}
|
|
1598
1598
|
const DataPickerFooter = /* @__PURE__ */React__namespace.default.memo(DataPickerFooterImpl);
|
|
1599
1599
|
|
|
1600
|
-
var css$U = {"header":"
|
|
1600
|
+
var css$U = {"header":"zdy4F8","close":"_67eTwR"};
|
|
1601
1601
|
|
|
1602
1602
|
const DataPickerHeaderImpl = (props) => {
|
|
1603
1603
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -1622,7 +1622,7 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
|
1622
1622
|
};
|
|
1623
1623
|
var ForwardRef$t = /*#__PURE__*/React.forwardRef(SvgNotificationDoneFill);
|
|
1624
1624
|
|
|
1625
|
-
var css$T = {"uui-typography":"
|
|
1625
|
+
var css$T = {"uui-typography":"FtE3x5","hero-header":"U9wlCW","promo-header":"UtFOZN","uui-critical":"hvnIMa","uui-info":"mMRPgo","uui-success":"_3122Uy","uui-warning":"zpFLWu","uui-highlight":"OuiJTU","uui-typography-size-12":"_8e7mOg","uui-typography-size-14":"soLTRw","uui-typography-size-16":"AUjJf-","root":"alCr9b","align-widgets-top":"e9QMnC","size-24":"_9Oplkq","size-30":"TZndOD","size-36":"eQVIkb","size-42":"_6yGgEE","size-48":"fxJUve","size-60":"QYsCn-","align-widgets-center":"jro0-2","icon-wrapper":"J4zSKk","padding-12":"tlijxL","padding-24":"msPUg7","padding-left-12":"t--SUb","padding-left-24":"o6l1VP","icon-container":"_54hw-1","loading-cell":"iWntxg","content-wrapper":"-oW1Kn","render-item":"u2Wj0B","icon-default":"pu0TB7","selected-mark":"l93UzR","uuiTypography":"FtE3x5","heroHeader":"U9wlCW","promoHeader":"UtFOZN","uuiCritical":"hvnIMa","uuiInfo":"mMRPgo","uuiSuccess":"_3122Uy","uuiWarning":"zpFLWu","uuiHighlight":"OuiJTU","uuiTypographySize12":"_8e7mOg","uuiTypographySize14":"soLTRw","uuiTypographySize16":"AUjJf-","alignWidgetsTop":"e9QMnC","size24":"_9Oplkq","size30":"TZndOD","size36":"eQVIkb","size42":"_6yGgEE","size48":"fxJUve","size60":"QYsCn-","alignWidgetsCenter":"jro0-2","iconWrapper":"J4zSKk","padding12":"tlijxL","padding24":"msPUg7","paddingLeft12":"t--SUb","paddingLeft24":"o6l1VP","iconContainer":"_54hw-1","loadingCell":"iWntxg","contentWrapper":"-oW1Kn","renderItem":"u2Wj0B","iconDefault":"pu0TB7","selectedMark":"l93UzR"};
|
|
1626
1626
|
|
|
1627
1627
|
function DataPickerCell(props) {
|
|
1628
1628
|
const ref = React__namespace.useRef();
|
|
@@ -1659,7 +1659,7 @@ function DataPickerCell(props) {
|
|
|
1659
1659
|
getWrappedContent()));
|
|
1660
1660
|
}
|
|
1661
1661
|
|
|
1662
|
-
var css$S = {"uui-typography":"
|
|
1662
|
+
var css$S = {"uui-typography":"JmW6Yq","hero-header":"_43XlYY","promo-header":"pDVJUM","uui-critical":"F7nURM","uui-info":"OmU0cT","uui-success":"_2oNDFo","uui-warning":"tKsQfp","uui-highlight":"kjyG5o","uui-typography-size-12":"IkOQGU","uui-typography-size-14":"E5r5ou","uui-typography-size-16":"aHb6mW","picker-row":"Z5hMpI","uuiTypography":"JmW6Yq","heroHeader":"_43XlYY","promoHeader":"pDVJUM","uuiCritical":"F7nURM","uuiInfo":"OmU0cT","uuiSuccess":"_2oNDFo","uuiWarning":"tKsQfp","uuiHighlight":"kjyG5o","uuiTypographySize12":"IkOQGU","uuiTypographySize14":"E5r5ou","uuiTypographySize16":"aHb6mW","pickerRow":"Z5hMpI"};
|
|
1663
1663
|
|
|
1664
1664
|
class DataPickerRow extends React__namespace.Component {
|
|
1665
1665
|
constructor() {
|
|
@@ -1673,7 +1673,7 @@ class DataPickerRow extends React__namespace.Component {
|
|
|
1673
1673
|
}
|
|
1674
1674
|
}
|
|
1675
1675
|
|
|
1676
|
-
var css$R = {"uui-typography":"
|
|
1676
|
+
var css$R = {"uui-typography":"gMVQCC","hero-header":"J4loFJ","promo-header":"xNh86s","uui-critical":"bpqNb-","uui-info":"ftGrK9","uui-success":"_9rQU9m","uui-warning":"ZJkE5s","uui-highlight":"cTJish","uui-typography-size-12":"LzmA93","uui-typography-size-14":"vXtqw-","uui-typography-size-16":"YGVpJ6","done":"zw766T","container":"_6EZhea","uuiTypography":"gMVQCC","heroHeader":"J4loFJ","promoHeader":"xNh86s","uuiCritical":"bpqNb-","uuiInfo":"ftGrK9","uuiSuccess":"_9rQU9m","uuiWarning":"ZJkE5s","uuiHighlight":"cTJish","uuiTypographySize12":"LzmA93","uuiTypographySize14":"vXtqw-","uuiTypographySize16":"YGVpJ6"};
|
|
1677
1677
|
|
|
1678
1678
|
const MobileDropdownWrapper = (props) => {
|
|
1679
1679
|
const isMobileView = uuiCore.isMobile();
|
|
@@ -1707,7 +1707,7 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
1707
1707
|
};
|
|
1708
1708
|
var ForwardRef$s = /*#__PURE__*/React.forwardRef(SvgSearchWithBackground);
|
|
1709
1709
|
|
|
1710
|
-
var css$Q = {"uui-typography":"
|
|
1710
|
+
var css$Q = {"uui-typography":"-bN-j0","hero-header":"xPZZ7V","promo-header":"oGYxhN","uui-critical":"NDJrah","uui-info":"Pn4UPf","uui-success":"ou0nqA","uui-warning":"k-VZwX","uui-highlight":"VKzz78","uui-typography-size-12":"_0NIPOB","uui-typography-size-14":"nbqfoo","uui-typography-size-16":"GdI76T","sub-header-wrapper":"btC8Ma","switch":"F8efAT","no-found-modal-container":"_6hhGQS","no-found-modal-container-icon":"rmET6y","no-found-modal-container-text":"TJBgXi","uuiTypography":"-bN-j0","heroHeader":"xPZZ7V","promoHeader":"oGYxhN","uuiCritical":"NDJrah","uuiInfo":"Pn4UPf","uuiSuccess":"ou0nqA","uuiWarning":"k-VZwX","uuiHighlight":"VKzz78","uuiTypographySize12":"_0NIPOB","uuiTypographySize14":"nbqfoo","uuiTypographySize16":"GdI76T","subHeaderWrapper":"btC8Ma","$switch$":"F8efAT","noFoundModalContainer":"_6hhGQS","noFoundModalContainerIcon":"rmET6y","noFoundModalContainerText":"TJBgXi"};
|
|
1711
1711
|
|
|
1712
1712
|
const mergeHighlightRanges = (ranges) => {
|
|
1713
1713
|
const mergedRanges = [];
|
|
@@ -1774,7 +1774,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
1774
1774
|
return getDecoratedText(str, ranges);
|
|
1775
1775
|
};
|
|
1776
1776
|
|
|
1777
|
-
var css$P = {"root":"
|
|
1777
|
+
var css$P = {"root":"B3646p","multiline":"E5qjSA","vertical-padding-24":"HWYDY3","vertical-padding-30":"_8m6mjA","vertical-padding-36":"pJZgfk","vertical-padding-42":"_4Tka6g","vertical-padding-48":"uuPvYg","text":"bVPxpT","verticalPadding24":"HWYDY3","verticalPadding30":"_8m6mjA","verticalPadding36":"pJZgfk","verticalPadding42":"_4Tka6g","verticalPadding48":"uuPvYg"};
|
|
1778
1778
|
|
|
1779
1779
|
function PickerItem(props) {
|
|
1780
1780
|
var _a;
|
|
@@ -1849,7 +1849,7 @@ function PickerModal(props) {
|
|
|
1849
1849
|
React__namespace.default.createElement(ModalFooter, { padding: "24", vPadding: "24" }, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
1850
1850
|
}
|
|
1851
1851
|
|
|
1852
|
-
var css$O = {"tooltip":"
|
|
1852
|
+
var css$O = {"tooltip":"tvEvcJ"};
|
|
1853
1853
|
|
|
1854
1854
|
const PickerTogglerTag = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
1855
1855
|
var _a;
|
|
@@ -1864,7 +1864,7 @@ const PickerTogglerTag = /* @__PURE__ */React__namespace.forwardRef((props, ref)
|
|
|
1864
1864
|
}
|
|
1865
1865
|
});
|
|
1866
1866
|
|
|
1867
|
-
var css$N = {"uui-typography":"
|
|
1867
|
+
var css$N = {"uui-typography":"dJQGwy","hero-header":"srjtdV","promo-header":"ZmNljl","uui-critical":"TTtgcV","uui-info":"WVgzk6","uui-success":"_96dCRC","uui-warning":"_9QMfvj","uui-highlight":"S4cs-V","uui-typography-size-12":"QF9pI4","uui-typography-size-14":"YQPbo8","uui-typography-size-16":"W7JmPr","root":"NhWcYS","mode-form":"_6B-4j7","mode-cell":"H7o7dX","mode-inline":"H0RNwg","uuiTypography":"dJQGwy","heroHeader":"srjtdV","promoHeader":"ZmNljl","uuiCritical":"TTtgcV","uuiInfo":"WVgzk6","uuiSuccess":"_96dCRC","uuiWarning":"_9QMfvj","uuiHighlight":"S4cs-V","uuiTypographySize12":"QF9pI4","uuiTypographySize14":"YQPbo8","uuiTypographySize16":"W7JmPr","modeForm":"_6B-4j7","modeCell":"H7o7dX","modeInline":"H0RNwg"};
|
|
1868
1868
|
|
|
1869
1869
|
const defaultMode$1 = EditMode.FORM;
|
|
1870
1870
|
function applyPickerTogglerMods(mods) {
|
|
@@ -1964,7 +1964,7 @@ function PickerInputComponent(_a, ref) {
|
|
|
1964
1964
|
}
|
|
1965
1965
|
const PickerInput = /* @__PURE__ */React__namespace.default.forwardRef(PickerInputComponent);
|
|
1966
1966
|
|
|
1967
|
-
var css$M = {"row":"
|
|
1967
|
+
var css$M = {"row":"w2afMT"};
|
|
1968
1968
|
|
|
1969
1969
|
function PickerListItem(props) {
|
|
1970
1970
|
var _a;
|
|
@@ -1985,7 +1985,7 @@ function PickerListItem(props) {
|
|
|
1985
1985
|
return (React__namespace.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$M.row }), component));
|
|
1986
1986
|
}
|
|
1987
1987
|
|
|
1988
|
-
var css$L = {"root":"
|
|
1988
|
+
var css$L = {"root":"zAyIjp"};
|
|
1989
1989
|
|
|
1990
1990
|
function PickerList(props) {
|
|
1991
1991
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = uuiComponents.usePickerList(props);
|
|
@@ -2025,7 +2025,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
2025
2025
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
2026
2026
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
2027
2027
|
|
|
2028
|
-
var css$K = {"uui-typography":"
|
|
2028
|
+
var css$K = {"uui-typography":"hMHk-N","hero-header":"iPRHR8","promo-header":"vgCTgp","uui-critical":"nU7VxR","uui-info":"XOhY8n","uui-success":"qCcBLI","uui-warning":"eKtui7","uui-highlight":"RoYuY7","uui-typography-size-12":"se-DYs","uui-typography-size-14":"z-7jfN","uui-typography-size-16":"_1UOISi","root":"YMJRmN","title-wrapper":"HoBZXF","title":"V45MXy","text-wrapper":"JiUgOj","selection":"_3X00Rm","postfix":"hvfRPY","selected":"amZb72","uuiTypography":"hMHk-N","heroHeader":"iPRHR8","promoHeader":"vgCTgp","uuiCritical":"nU7VxR","uuiInfo":"XOhY8n","uuiSuccess":"qCcBLI","uuiWarning":"eKtui7","uuiHighlight":"RoYuY7","uuiTypographySize12":"se-DYs","uuiTypographySize14":"z-7jfN","uuiTypographySize16":"_1UOISi","titleWrapper":"HoBZXF","textWrapper":"JiUgOj"};
|
|
2029
2029
|
|
|
2030
2030
|
const defaultSize = '36';
|
|
2031
2031
|
const FilterPanelItemToggler = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
@@ -2118,7 +2118,7 @@ function FilterPickerBody(_a) {
|
|
|
2118
2118
|
return renderBody(Object.assign(Object.assign(Object.assign({}, getPickerBodyProps(rows)), getListProps()), { showSearch: (_b = props.showSearch) !== null && _b !== void 0 ? _b : true }), rows);
|
|
2119
2119
|
}
|
|
2120
2120
|
|
|
2121
|
-
var css$J = {"container":"
|
|
2121
|
+
var css$J = {"container":"kBXDGa"};
|
|
2122
2122
|
|
|
2123
2123
|
const defaultFormat = 'MMM D, YYYY';
|
|
2124
2124
|
const valueFormat = 'YYYY-MM-DD';
|
|
@@ -2330,14 +2330,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2330
2330
|
React__namespace.createElement(Button, { icon: navIconRight || ForwardRef$u, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: () => onRightNavigationArrow(), isDisabled: disableNext }))));
|
|
2331
2331
|
}
|
|
2332
2332
|
|
|
2333
|
-
var css$I = {"uui-typography":"
|
|
2333
|
+
var css$I = {"uui-typography":"EiQ8mi","hero-header":"m65UJN","promo-header":"_6Ji2yb","uui-critical":"iDpXc-","uui-info":"iAv2V0","uui-success":"nLi-yl","uui-warning":"oevfLx","uui-highlight":"aub-If","uui-typography-size-12":"oIwc5O","uui-typography-size-14":"YQWmot","uui-typography-size-16":"v-NICB","root":"ZngzAA","uuiTypography":"EiQ8mi","heroHeader":"m65UJN","promoHeader":"_6Ji2yb","uuiCritical":"iDpXc-","uuiInfo":"iAv2V0","uuiSuccess":"nLi-yl","uuiWarning":"oevfLx","uuiHighlight":"aub-If","uuiTypographySize12":"oIwc5O","uuiTypographySize14":"YQWmot","uuiTypographySize16":"v-NICB"};
|
|
2334
2334
|
|
|
2335
2335
|
function applyDateSelectionMods() {
|
|
2336
2336
|
return [css$I.root];
|
|
2337
2337
|
}
|
|
2338
2338
|
const Calendar = /* @__PURE__ */uuiCore.withMods(uuiComponents.Calendar, applyDateSelectionMods);
|
|
2339
2339
|
|
|
2340
|
-
var css$H = {"uui-typography":"
|
|
2340
|
+
var css$H = {"uui-typography":"w-1SFF","hero-header":"S6aBwM","promo-header":"e-ePzV","uui-critical":"MpdRZT","uui-info":"vIu0hw","uui-success":"fHooxB","uui-warning":"w7luOz","uui-highlight":"SPu0q0","uui-typography-size-12":"QHlERv","uui-typography-size-14":"bU7kxR","uui-typography-size-16":"CB9WN7","root":"PCen2D","uuiTypography":"w-1SFF","heroHeader":"S6aBwM","promoHeader":"e-ePzV","uuiCritical":"MpdRZT","uuiInfo":"vIu0hw","uuiSuccess":"fHooxB","uuiWarning":"w7luOz","uuiHighlight":"SPu0q0","uuiTypographySize12":"QHlERv","uuiTypographySize14":"bU7kxR","uuiTypographySize16":"CB9WN7"};
|
|
2341
2341
|
|
|
2342
2342
|
const uuiDatePickerBody = {
|
|
2343
2343
|
wrapper: 'uui-datepickerBody-wrapper',
|
|
@@ -2425,7 +2425,7 @@ function FilterDatePickerBody(props) {
|
|
|
2425
2425
|
} })))));
|
|
2426
2426
|
}
|
|
2427
2427
|
|
|
2428
|
-
var css$G = {"uui-typography":"
|
|
2428
|
+
var css$G = {"uui-typography":"-vnZBr","hero-header":"D4bd5o","promo-header":"ZY0wtV","uui-critical":"B4k8Ho","uui-info":"insUR-","uui-success":"ESj5yg","uui-warning":"ZK4H-p","uui-highlight":"wav9pl","uui-typography-size-12":"VDlPFO","uui-typography-size-14":"FsK4j9","uui-typography-size-16":"yaPhw8","dropdown-container":"noXwuN","date-input":"gtSZsK","date-input-group":"_2YzdEV","separator":"OrYXiL","mode-form":"ixlQDt","mode-cell":"f7Pzcv","uuiTypography":"-vnZBr","heroHeader":"D4bd5o","promoHeader":"ZY0wtV","uuiCritical":"B4k8Ho","uuiInfo":"insUR-","uuiSuccess":"ESj5yg","uuiWarning":"ZK4H-p","uuiHighlight":"wav9pl","uuiTypographySize12":"VDlPFO","uuiTypographySize14":"FsK4j9","uuiTypographySize16":"yaPhw8","dropdownContainer":"noXwuN","dateInput":"gtSZsK","dateInputGroup":"_2YzdEV","modeForm":"ixlQDt","modeCell":"f7Pzcv"};
|
|
2429
2429
|
|
|
2430
2430
|
const RangeDatePickerInput = /* @__PURE__ */React.forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onBlur, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, id, cx: classes, }, ref) => {
|
|
2431
2431
|
const [inputValue, setInputValue] = React.useState(toCustomDateRangeFormat(value, format));
|
|
@@ -2516,7 +2516,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
2516
2516
|
React__namespace.default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
2517
2517
|
}
|
|
2518
2518
|
|
|
2519
|
-
var css$F = {"container":"
|
|
2519
|
+
var css$F = {"container":"RSiQN-"};
|
|
2520
2520
|
|
|
2521
2521
|
function FilterNumericBody(props) {
|
|
2522
2522
|
var _a, _b;
|
|
@@ -2551,12 +2551,12 @@ function FilterNumericBody(props) {
|
|
|
2551
2551
|
const clearSelection = () => {
|
|
2552
2552
|
if (isInRangePredicate) {
|
|
2553
2553
|
props.onValueChange({
|
|
2554
|
-
from:
|
|
2555
|
-
to:
|
|
2554
|
+
from: undefined,
|
|
2555
|
+
to: undefined,
|
|
2556
2556
|
});
|
|
2557
2557
|
}
|
|
2558
2558
|
else {
|
|
2559
|
-
props.onValueChange(
|
|
2559
|
+
props.onValueChange(undefined);
|
|
2560
2560
|
}
|
|
2561
2561
|
};
|
|
2562
2562
|
const isClearDisabled = typeof props.value !== 'number' && typeof props.value !== 'object';
|
|
@@ -2614,7 +2614,7 @@ var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
|
2614
2614
|
};
|
|
2615
2615
|
var ForwardRef$r = /*#__PURE__*/React.forwardRef(SvgActionDeleteOutline);
|
|
2616
2616
|
|
|
2617
|
-
var css$E = {"uui-typography":"
|
|
2617
|
+
var css$E = {"uui-typography":"SFtr1J","hero-header":"rKOb7I","promo-header":"ITW7Ib","uui-critical":"_1roR0-","uui-info":"_9Xjjyw","uui-success":"ZSfV9D","uui-warning":"SKk64E","uui-highlight":"_1HBEtv","uui-typography-size-12":"uDbeHv","uui-typography-size-14":"tNENv0","uui-typography-size-16":"CvBNPh","header":"utKpZr","removeButton":"STYzHu","with-search":"uu6-Ub","uuiTypography":"SFtr1J","heroHeader":"rKOb7I","promoHeader":"ITW7Ib","uuiCritical":"_1roR0-","uuiInfo":"_9Xjjyw","uuiSuccess":"ZSfV9D","uuiWarning":"SKk64E","uuiHighlight":"_1HBEtv","uuiTypographySize12":"uDbeHv","uuiTypographySize14":"tNENv0","uuiTypographySize16":"CvBNPh","withSearch":"uu6-Ub"};
|
|
2618
2618
|
|
|
2619
2619
|
function useView(props, value) {
|
|
2620
2620
|
const forceUpdate = uuiCore.useForceUpdate();
|
|
@@ -2936,7 +2936,7 @@ function FiltersToolbarImpl(props) {
|
|
|
2936
2936
|
}
|
|
2937
2937
|
const FiltersPanel = /* @__PURE__ */React__namespace.default.memo(FiltersToolbarImpl);
|
|
2938
2938
|
|
|
2939
|
-
var css$D = {"divider":"
|
|
2939
|
+
var css$D = {"divider":"_2-N2Ud","dropdownDeleteIcon":"-MAF1v","presetsWrapper":"RwCFvS","addPresetContainer":"ubV2v5","dropContainer":"P9-Q1A"};
|
|
2940
2940
|
|
|
2941
2941
|
var _path$p;
|
|
2942
2942
|
function _extends$p() { _extends$p = 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$p.apply(this, arguments); }
|
|
@@ -3049,7 +3049,7 @@ var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
|
3049
3049
|
};
|
|
3050
3050
|
var ForwardRef$j = /*#__PURE__*/React.forwardRef(SvgContentLinkOutline);
|
|
3051
3051
|
|
|
3052
|
-
var css$C = {"delete-button":"
|
|
3052
|
+
var css$C = {"delete-button":"_7ZPQxf","tab-button":"NCgEKF","targetOpen":"rJLp4f","deleteButton":"_7ZPQxf","tabButton":"NCgEKF"};
|
|
3053
3053
|
|
|
3054
3054
|
function PresetActionsDropdown(props) {
|
|
3055
3055
|
const { uuiNotifications } = uuiCore.useUuiContext();
|
|
@@ -3107,7 +3107,7 @@ function PresetActionsDropdown(props) {
|
|
|
3107
3107
|
return (React__namespace.default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
3108
3108
|
}
|
|
3109
3109
|
|
|
3110
|
-
var css$B = {"preset-input-cell":"
|
|
3110
|
+
var css$B = {"preset-input-cell":"SAFzTB","preset-input":"RcS48x","presetInputCell":"SAFzTB","presetInput":"RcS48x"};
|
|
3111
3111
|
|
|
3112
3112
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
3113
3113
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -3140,7 +3140,7 @@ function PresetInput(props) {
|
|
|
3140
3140
|
React__namespace.default.createElement(TextInput, { cx: css$B.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
3141
3141
|
}
|
|
3142
3142
|
|
|
3143
|
-
var css$A = {"preset":"
|
|
3143
|
+
var css$A = {"preset":"_8lmx0S","activePreset":"Jc0CVO"};
|
|
3144
3144
|
|
|
3145
3145
|
function Preset(props) {
|
|
3146
3146
|
const [isRenamePreset, setIsRenamePreset] = React.useState(false);
|
|
@@ -3259,7 +3259,7 @@ const useColumnsWithFilters = (initialColumns, filters) => {
|
|
|
3259
3259
|
return columns;
|
|
3260
3260
|
};
|
|
3261
3261
|
|
|
3262
|
-
var css$z = {"line-height-12":"
|
|
3262
|
+
var css$z = {"line-height-12":"ud-HOg","line-height-18":"_4kRwTR","line-height-24":"vliAAP","line-height-30":"r2WDnw","font-size-10":"xeVlID","font-size-12":"LtsZS-","font-size-14":"_2jaE6x","font-size-16":"_9aOtWt","font-size-18":"-EfYQ9","font-size-24":"-SqyX5","v-padding-2":"Xwpxy3","v-padding-3":"IPrJn3","v-padding-5":"siQlcC","v-padding-6":"UMlnnB","v-padding-8":"ugGPuw","v-padding-9":"-uQXDR","v-padding-11":"Btp2Qr","v-padding-12":"lK4tSE","v-padding-14":"yuKktG","v-padding-15":"M2rae2","v-padding-17":"MTZU9u","v-padding-18":"s8MhSC","v-padding-23":"VQ5QVZ","v-padding-24":"SEsNzP","lineHeight12":"ud-HOg","lineHeight18":"_4kRwTR","lineHeight24":"vliAAP","lineHeight30":"r2WDnw","fontSize10":"xeVlID","fontSize12":"LtsZS-","fontSize14":"_2jaE6x","fontSize16":"_9aOtWt","fontSize18":"-EfYQ9","fontSize24":"-SqyX5","vPadding2":"Xwpxy3","vPadding3":"IPrJn3","vPadding5":"siQlcC","vPadding6":"UMlnnB","vPadding8":"ugGPuw","vPadding9":"-uQXDR","vPadding11":"Btp2Qr","vPadding12":"lK4tSE","vPadding14":"yuKktG","vPadding15":"M2rae2","vPadding17":"MTZU9u","vPadding18":"s8MhSC","vPadding23":"VQ5QVZ","vPadding24":"SEsNzP"};
|
|
3263
3263
|
|
|
3264
3264
|
function getTextClasses(props, border) {
|
|
3265
3265
|
if (props.size === 'none') {
|
|
@@ -3276,7 +3276,7 @@ function getTextClasses(props, border) {
|
|
|
3276
3276
|
];
|
|
3277
3277
|
}
|
|
3278
3278
|
|
|
3279
|
-
var css$y = {"root":"
|
|
3279
|
+
var css$y = {"root":"_9gA-ki"};
|
|
3280
3280
|
|
|
3281
3281
|
function applyTextMods(mods) {
|
|
3282
3282
|
const textClasses = getTextClasses({
|
|
@@ -3295,7 +3295,7 @@ function applyTextMods(mods) {
|
|
|
3295
3295
|
}
|
|
3296
3296
|
const Text = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Text, applyTextMods);
|
|
3297
3297
|
|
|
3298
|
-
var css$x = {"root":"
|
|
3298
|
+
var css$x = {"root":"K5ECnq","loading-word":"-R-OMb","animated-loading":"DBS1Bm","skeleton_loading":"UrG3UG","loadingWord":"-R-OMb","animatedLoading":"DBS1Bm","skeletonLoading":"UrG3UG"};
|
|
3299
3299
|
|
|
3300
3300
|
const TextPlaceholder = (props) => {
|
|
3301
3301
|
const pattern = ' ';
|
|
@@ -3314,7 +3314,7 @@ const TextPlaceholder = (props) => {
|
|
|
3314
3314
|
|
|
3315
3315
|
const RichTextView = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
|
|
3316
3316
|
|
|
3317
|
-
var css$w = {"uui-typography":"
|
|
3317
|
+
var css$w = {"uui-typography":"WgDtEV","hero-header":"zEzH9N","promo-header":"_3oS8xV","uui-critical":"_86nf-3","uui-info":"gfPvFC","uui-success":"xTAvS0","uui-warning":"S08z3W","uui-highlight":"_04xNhE","uui-typography-size-12":"NtAWm-","uui-typography-size-14":"t3Ge--","uui-typography-size-16":"_1RzvDv","root":"W-NRs8","modal-blocker":"COQEwx","animateModalBlocker":"DDNB0Q","modal":"SADQMi","modal-footer":"dzoI39","modal-header":"QZVlQO","uuiTypography":"WgDtEV","heroHeader":"zEzH9N","promoHeader":"_3oS8xV","uuiCritical":"_86nf-3","uuiInfo":"gfPvFC","uuiSuccess":"xTAvS0","uuiWarning":"S08z3W","uuiHighlight":"_04xNhE","uuiTypographySize12":"NtAWm-","uuiTypographySize14":"t3Ge--","uuiTypographySize16":"_1RzvDv","modalBlocker":"COQEwx","modalFooter":"dzoI39","modalHeader":"QZVlQO"};
|
|
3318
3318
|
|
|
3319
3319
|
const ModalBlocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalBlocker, () => [css$w.modalBlocker]);
|
|
3320
3320
|
const ModalWindow = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalWindow, () => [css$w.root, css$w.modal], (props) => {
|
|
@@ -3368,7 +3368,7 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
|
3368
3368
|
};
|
|
3369
3369
|
var ForwardRef$h = /*#__PURE__*/React.forwardRef(SvgNotificationHelpFill);
|
|
3370
3370
|
|
|
3371
|
-
var css$v = {"uui-typography":"-
|
|
3371
|
+
var css$v = {"uui-typography":"-cGIt7","hero-header":"y8LR2D","promo-header":"G-HB-L","uui-critical":"w0AodH","uui-info":"op9PSo","uui-success":"vzMA1r","uui-warning":"hY2CMC","uui-highlight":"NpjBiO","uui-typography-size-12":"H3JD24","uui-typography-size-14":"lgYdhA","uui-typography-size-16":"cuH9jq","root":"s7DgS6","icon-wrapper":"EooIL-","action-wrapper":"BpNNO6","action-link":"niS1KB","close-icon":"wwl4zU","main-path":"fYiDTX","content":"MmHUHL","close-wrapper":"BdpZ2g","notification-wrapper":"EC3ZXe","clear-button":"NtmbkV","uuiTypography":"-cGIt7","heroHeader":"y8LR2D","promoHeader":"G-HB-L","uuiCritical":"w0AodH","uuiInfo":"op9PSo","uuiSuccess":"vzMA1r","uuiWarning":"hY2CMC","uuiHighlight":"NpjBiO","uuiTypographySize12":"H3JD24","uuiTypographySize14":"lgYdhA","uuiTypographySize16":"cuH9jq","iconWrapper":"EooIL-","actionWrapper":"BpNNO6","actionLink":"niS1KB","closeIcon":"wwl4zU","mainPath":"fYiDTX","closeWrapper":"BdpZ2g","notificationWrapper":"EC3ZXe","clearButton":"NtmbkV"};
|
|
3372
3372
|
|
|
3373
3373
|
const NotificationCard = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
3374
3374
|
const notificationCardNode = React__namespace.default.useRef(null);
|
|
@@ -3444,7 +3444,7 @@ function useReliableForceUpdate() {
|
|
|
3444
3444
|
return red[1];
|
|
3445
3445
|
}
|
|
3446
3446
|
|
|
3447
|
-
var css$u = {"root":"
|
|
3447
|
+
var css$u = {"root":"agUGqW","timepicker-input":"kskzZt","ltr-always":"_5wluER","timepickerInput":"kskzZt","ltrAlways":"_5wluER"};
|
|
3448
3448
|
|
|
3449
3449
|
const uuiTimePicker = {
|
|
3450
3450
|
container: 'uui-timepicker-container',
|
|
@@ -3637,7 +3637,7 @@ function TimePicker(props) {
|
|
|
3637
3637
|
return (React__namespace.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 }));
|
|
3638
3638
|
}
|
|
3639
3639
|
|
|
3640
|
-
var css$t = {"root":"
|
|
3640
|
+
var css$t = {"root":"-I3YAi"};
|
|
3641
3641
|
|
|
3642
3642
|
function applyInputAddonMods() {
|
|
3643
3643
|
return [
|
|
@@ -3646,7 +3646,7 @@ function applyInputAddonMods() {
|
|
|
3646
3646
|
}
|
|
3647
3647
|
const InputAddon = /* @__PURE__ */uuiCore.withMods(uuiComponents.InputAddon, applyInputAddonMods);
|
|
3648
3648
|
|
|
3649
|
-
var css$s = {"root":"
|
|
3649
|
+
var css$s = {"root":"jtf61t"};
|
|
3650
3650
|
|
|
3651
3651
|
function applySliderMods() {
|
|
3652
3652
|
return [css$s.root, 'uui-color-neutral'];
|
|
@@ -3729,14 +3729,14 @@ function DatePickerComponent(props, ref) {
|
|
|
3729
3729
|
}
|
|
3730
3730
|
const DatePicker = /* @__PURE__ */React__namespace.default.forwardRef(DatePickerComponent);
|
|
3731
3731
|
|
|
3732
|
-
var css$r = {"uui-typography":"
|
|
3732
|
+
var css$r = {"uui-typography":"JI0Bp6","hero-header":"Y84ldz","promo-header":"NQyNK3","uui-critical":"-kBJYd","uui-info":"tkLac1","uui-success":"OLdUUu","uui-warning":"aXVZN1","uui-highlight":"xvvb3a","uui-typography-size-12":"VCPJhs","uui-typography-size-14":"O3KxOz","uui-typography-size-16":"e5F-uj","root":"bBgGt9","uuiTypography":"JI0Bp6","heroHeader":"Y84ldz","promoHeader":"NQyNK3","uuiCritical":"-kBJYd","uuiInfo":"tkLac1","uuiSuccess":"OLdUUu","uuiWarning":"aXVZN1","uuiHighlight":"xvvb3a","uuiTypographySize12":"VCPJhs","uuiTypographySize14":"O3KxOz","uuiTypographySize16":"e5F-uj"};
|
|
3733
3733
|
|
|
3734
3734
|
function applyCalendarPresetsMods() {
|
|
3735
3735
|
return [css$r.root];
|
|
3736
3736
|
}
|
|
3737
3737
|
const CalendarPresets = /* @__PURE__ */uuiCore.withMods(uuiComponents.CalendarPresets, applyCalendarPresetsMods, () => ({}));
|
|
3738
3738
|
|
|
3739
|
-
var css$q = {"uui-typography":"
|
|
3739
|
+
var css$q = {"uui-typography":"eNlMIj","hero-header":"g9ZJW7","promo-header":"RtUpVI","uui-critical":"XLJ9E-","uui-info":"evTpit","uui-success":"GWVtVS","uui-warning":"Eyt5HK","uui-highlight":"y6OXua","uui-typography-size-12":"TTQnsj","uui-typography-size-14":"Wa4ezP","uui-typography-size-16":"WKWdaF","root":"GoY5mC","container":"j3JP29","day-selection":"_737rxk","from-picker":"PCn6NO","to-picker":"D7v025","bodes-wrapper":"F7cyx7","blocker":"FRbH-q","uuiTypography":"eNlMIj","heroHeader":"g9ZJW7","promoHeader":"RtUpVI","uuiCritical":"XLJ9E-","uuiInfo":"evTpit","uuiSuccess":"GWVtVS","uuiWarning":"Eyt5HK","uuiHighlight":"y6OXua","uuiTypographySize12":"TTQnsj","uuiTypographySize14":"Wa4ezP","uuiTypographySize16":"WKWdaF","daySelection":"_737rxk","fromPicker":"PCn6NO","toPicker":"D7v025","bodesWrapper":"F7cyx7"};
|
|
3740
3740
|
|
|
3741
3741
|
const uuiRangeDatePickerBody = {
|
|
3742
3742
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -3980,7 +3980,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
3980
3980
|
}
|
|
3981
3981
|
const RangeDatePicker = /* @__PURE__ */React__namespace.default.forwardRef(RangeDatePickerComponent);
|
|
3982
3982
|
|
|
3983
|
-
var css$p = {"root":"
|
|
3983
|
+
var css$p = {"root":"D5evwH","blocker":"obFiG3","marker":"VS12Y2","top":"tnwoVi","bottom":"C5gvk9","left":"KGZwZn","right":"MagLqI","inside":"_6FmmNa"};
|
|
3984
3984
|
|
|
3985
3985
|
function DropMarker(props) {
|
|
3986
3986
|
return props.isDndInProgress
|
|
@@ -3995,7 +3995,7 @@ function DropMarker(props) {
|
|
|
3995
3995
|
: null;
|
|
3996
3996
|
}
|
|
3997
3997
|
|
|
3998
|
-
var css$o = {"uui-typography":"
|
|
3998
|
+
var css$o = {"uui-typography":"ajV-m3","hero-header":"PFXe6c","promo-header":"SoO5j8","uui-critical":"PqwiDc","uui-info":"RAaWuJ","uui-success":"bhfSXU","uui-warning":"slDGqa","uui-highlight":"_39n-Vo","uui-typography-size-12":"_05ebg9","uui-typography-size-14":"vxipkM","uui-typography-size-16":"DXhxCk","cell":"qonguS","wrapper":"-gta-j","align-widgets-top":"tfocpk","size-24":"_18DxXy","size-30":"ip6B0h","size-36":"pEKJSF","size-42":"mLzFgG","size-48":"XYS69H","size-60":"M4QP7v","align-widgets-center":"ZDMVwc","padding-6":"d7OaJb","padding-12":"-KRdEg","padding-24":"ENjzA4","padding-left-12":"hJBzlH","padding-left-24":"Gq9xXW","padding-right-12":"K0Gv6a","padding-right-24":"_6ceHXh","loading-cell":"Y67Hoo","uuiTypography":"ajV-m3","heroHeader":"PFXe6c","promoHeader":"SoO5j8","uuiCritical":"PqwiDc","uuiInfo":"RAaWuJ","uuiSuccess":"bhfSXU","uuiWarning":"slDGqa","uuiHighlight":"_39n-Vo","uuiTypographySize12":"_05ebg9","uuiTypographySize14":"vxipkM","uuiTypographySize16":"DXhxCk","alignWidgetsTop":"tfocpk","size24":"_18DxXy","size30":"ip6B0h","size36":"pEKJSF","size42":"mLzFgG","size48":"XYS69H","size60":"M4QP7v","alignWidgetsCenter":"ZDMVwc","padding6":"d7OaJb","padding12":"-KRdEg","padding24":"ENjzA4","paddingLeft12":"hJBzlH","paddingLeft24":"Gq9xXW","paddingRight12":"K0Gv6a","paddingRight24":"_6ceHXh","loadingCell":"Y67Hoo"};
|
|
3999
3999
|
|
|
4000
4000
|
function DataTableCell(props) {
|
|
4001
4001
|
props = Object.assign({}, props);
|
|
@@ -4043,7 +4043,7 @@ function DataTableCell(props) {
|
|
|
4043
4043
|
return React__namespace.createElement(uuiComponents.DataTableCell, Object.assign({}, props));
|
|
4044
4044
|
}
|
|
4045
4045
|
|
|
4046
|
-
var css$n = {"uui-typography":"
|
|
4046
|
+
var css$n = {"uui-typography":"Xp4Myx","hero-header":"MR-c8h","promo-header":"e7-DzO","uui-critical":"_8AhnLy","uui-info":"E2uHD8","uui-success":"xeRqaf","uui-warning":"anzPx-","uui-highlight":"vaUd3q","uui-typography-size-12":"AOg4Dc","uui-typography-size-14":"_0V6rQQ","uui-typography-size-16":"C2iHnt","root":"RAOoZD","size-24":"j2-pAb","size-30":"EtmYTz","size-36":"UD0dfi","size-48":"rJYvQy","size-60":"_7f3n37","uuiTypography":"Xp4Myx","heroHeader":"MR-c8h","promoHeader":"e7-DzO","uuiCritical":"_8AhnLy","uuiInfo":"E2uHD8","uuiSuccess":"xeRqaf","uuiWarning":"anzPx-","uuiHighlight":"vaUd3q","uuiTypographySize12":"AOg4Dc","uuiTypographySize14":"_0V6rQQ","uuiTypographySize16":"C2iHnt","size24":"j2-pAb","size30":"EtmYTz","size36":"UD0dfi","size48":"rJYvQy","size60":"_7f3n37"};
|
|
4047
4047
|
|
|
4048
4048
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
4049
4049
|
// 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.
|
|
@@ -4059,7 +4059,7 @@ const DataTableRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.DataTableRow,
|
|
|
4059
4059
|
];
|
|
4060
4060
|
}, () => propsMods);
|
|
4061
4061
|
|
|
4062
|
-
var css$m = {"uui-typography":"
|
|
4062
|
+
var css$m = {"uui-typography":"jE75pV","hero-header":"Fz01Q7","promo-header":"Nz3AhF","uui-critical":"Z6HpaT","uui-info":"_07XKLx","uui-success":"_44ue2O","uui-warning":"mV9RNY","uui-highlight":"K4-K4G","uui-typography-size-12":"rhF6mO","uui-typography-size-14":"AdklL7","uui-typography-size-16":"fHzeLP","sorting-panel-container":"WnnAGI","sort-active":"_7GCV-q","uuiTypography":"jE75pV","heroHeader":"Fz01Q7","promoHeader":"Nz3AhF","uuiCritical":"Z6HpaT","uuiInfo":"_07XKLx","uuiSuccess":"_44ue2O","uuiWarning":"mV9RNY","uuiHighlight":"K4-K4G","uuiTypographySize12":"rhF6mO","uuiTypographySize14":"AdklL7","uuiTypographySize16":"fHzeLP","sortingPanelContainer":"WnnAGI","sortActive":"_7GCV-q"};
|
|
4063
4063
|
|
|
4064
4064
|
var _path$g;
|
|
4065
4065
|
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); }
|
|
@@ -4189,7 +4189,7 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
|
|
|
4189
4189
|
};
|
|
4190
4190
|
var ForwardRef$a = /*#__PURE__*/React.forwardRef(SvgNavigationExpandAllOutline);
|
|
4191
4191
|
|
|
4192
|
-
var css$l = {"uui-typography":"
|
|
4192
|
+
var css$l = {"uui-typography":"mqpipH","hero-header":"X4jcCB","promo-header":"_45sEro","uui-critical":"m2XQuD","uui-info":"KDmMkw","uui-success":"F3i2ya","uui-warning":"qjaK5N","uui-highlight":"_84uKtA","uui-typography-size-12":"_1JQPIz","uui-typography-size-14":"RUajDB","uui-typography-size-16":"Mlm1L0","cell":"EAPC9F","column-gap-12":"e97q-P","caption-wrapper":"DC7AVi","column-gap-24":"_6DgO1U","first-column-12":"-X63pS","last-column-12":"_2zdQft","first-column-24":"DI9ZN7","last-column-24":"rvYJ5i","sort-icon":"ZQCFK1","dropdown-icon":"tPuHCb","infoIcon":"rE2Sb7","resizable":"-UUxPI","size-24":"GyueOz","size-30":"WrBFid","size-36":"euKrsQ","size-42":"eBPQRs","size-48":"IfpTht","padding-left-24":"ZPkBt0","padding-right-24":"B2sFur","align-right":"L8L5o1","align-center":"XwvVnY","caption":"_0UsKGo","checkbox":"A2aSBA","icon":"MV4IPc","fold-all-icon":"tVGFRd","cell-tooltip":"JU6W7q","upper-case":"pZXfvY","font-size-14":"lkkETR","resize-mark":"OHc6h3","resize-mark-6":"_44JfyQ","resize-mark-12":"NTjz4K","pinned-right":"_2PXGH9","draggable":"_0SbXba","ghost":"D7SWz9","is-dragged-out":"o2KlkQ","dnd-marker-left":"HePeo6","dnd-marker-right":"JV0puj","cell-tooltip-wrapper":"oNE3JB","cell-tooltip-text":"-QUVHp","uuiTypography":"mqpipH","heroHeader":"X4jcCB","promoHeader":"_45sEro","uuiCritical":"m2XQuD","uuiInfo":"KDmMkw","uuiSuccess":"F3i2ya","uuiWarning":"qjaK5N","uuiHighlight":"_84uKtA","uuiTypographySize12":"_1JQPIz","uuiTypographySize14":"RUajDB","uuiTypographySize16":"Mlm1L0","columnGap12":"e97q-P","captionWrapper":"DC7AVi","columnGap24":"_6DgO1U","firstColumn12":"-X63pS","lastColumn12":"_2zdQft","firstColumn24":"DI9ZN7","lastColumn24":"rvYJ5i","sortIcon":"ZQCFK1","dropdownIcon":"tPuHCb","size24":"GyueOz","size30":"WrBFid","size36":"euKrsQ","size42":"eBPQRs","size48":"IfpTht","paddingLeft24":"ZPkBt0","paddingRight24":"B2sFur","alignRight":"L8L5o1","alignCenter":"XwvVnY","foldAllIcon":"tVGFRd","cellTooltip":"JU6W7q","upperCase":"pZXfvY","fontSize14":"lkkETR","resizeMark":"OHc6h3","resizeMark6":"_44JfyQ","resizeMark12":"NTjz4K","pinnedRight":"_2PXGH9","isDraggedOut":"o2KlkQ","dndMarkerLeft":"HePeo6","dndMarkerRight":"JV0puj","cellTooltipWrapper":"oNE3JB","cellTooltipText":"-QUVHp"};
|
|
4193
4193
|
|
|
4194
4194
|
class DataTableHeaderCell extends React__namespace.Component {
|
|
4195
4195
|
constructor() {
|
|
@@ -4271,14 +4271,14 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
|
4271
4271
|
};
|
|
4272
4272
|
var ForwardRef$9 = /*#__PURE__*/React.forwardRef(SvgActionSettingsFill);
|
|
4273
4273
|
|
|
4274
|
-
var css$k = {"uui-typography":"-
|
|
4274
|
+
var css$k = {"uui-typography":"cc-PO-","hero-header":"PGh2fg","promo-header":"tU3aRz","uui-critical":"-otB6w","uui-info":"_0ZoG3P","uui-success":"KHOkcI","uui-warning":"OdQ-B4","uui-highlight":"_15WaoJ","uui-typography-size-12":"xQYzpu","uui-typography-size-14":"JVjYFb","uui-typography-size-16":"J04p5j","header-cell":"CEqaRL","truncate":"_-9bJMF","uuiTypography":"cc-PO-","heroHeader":"PGh2fg","promoHeader":"tU3aRz","uuiCritical":"-otB6w","uuiInfo":"_0ZoG3P","uuiSuccess":"KHOkcI","uuiWarning":"OdQ-B4","uuiHighlight":"_15WaoJ","uuiTypographySize12":"xQYzpu","uuiTypographySize14":"JVjYFb","uuiTypographySize16":"J04p5j","headerCell":"CEqaRL"};
|
|
4275
4275
|
|
|
4276
4276
|
const DataTableHeaderRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.DataTableHeaderRow, (props) => [css$k.root, 'uui-dt-vars', props.size === '48' && css$k.truncate], (mods) => ({
|
|
4277
4277
|
renderCell: (props) => React__namespace.createElement(DataTableHeaderCell, Object.assign({}, props, { size: mods.size, textCase: mods.textCase || 'normal', key: props.column.key, columnsGap: mods.columnsGap })),
|
|
4278
4278
|
renderConfigButton: () => React__namespace.createElement(IconButton, { key: "configuration", onClick: mods.onConfigButtonClick, cx: "config-icon", color: "neutral", icon: ForwardRef$9 }),
|
|
4279
4279
|
}));
|
|
4280
4280
|
|
|
4281
|
-
var styles$1 = {"uui-typography":"
|
|
4281
|
+
var styles$1 = {"uui-typography":"My8p4w","hero-header":"Qhr71L","promo-header":"aNVk80","uui-critical":"gPISIR","uui-info":"kn0s6k","uui-success":"ApgBAl","uui-warning":"fsEFpS","uui-highlight":"Y0rbTD","uui-typography-size-12":"ph9zxy","uui-typography-size-14":"L6S36V","uui-typography-size-16":"LDUxeq","main-panel":"R75Sz5","group-title":"e-t-Z5","group-title-text":"_9SbvvB","group-title-badge":"_7zjd0G","group-items":"o-GOlk","no-data":"YPVj-a","h-divider":"U8VB5s","search-area":"xgvWNu","subgroup-accordion":"_7FZGWj","subgroup-title":"IXS-Tk","uuiTypography":"My8p4w","heroHeader":"Qhr71L","promoHeader":"aNVk80","uuiCritical":"gPISIR","uuiInfo":"kn0s6k","uuiSuccess":"ApgBAl","uuiWarning":"fsEFpS","uuiHighlight":"Y0rbTD","uuiTypographySize12":"ph9zxy","uuiTypographySize14":"L6S36V","uuiTypographySize16":"LDUxeq","mainPanel":"R75Sz5","groupTitle":"e-t-Z5","groupTitleText":"_9SbvvB","groupTitleBadge":"_7zjd0G","groupItems":"o-GOlk","noData":"YPVj-a","hDivider":"U8VB5s","searchArea":"xgvWNu","subgroupAccordion":"_7FZGWj","subgroupTitle":"IXS-Tk"};
|
|
4282
4282
|
|
|
4283
4283
|
var _path$8;
|
|
4284
4284
|
function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
|
|
@@ -4335,7 +4335,7 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
|
|
|
4335
4335
|
};
|
|
4336
4336
|
var ForwardRef$6 = /*#__PURE__*/React.forwardRef(SvgTableGroupColumnRightFill);
|
|
4337
4337
|
|
|
4338
|
-
var css$j = {"unpin-icon":"
|
|
4338
|
+
var css$j = {"unpin-icon":"yW84Oo","pin-toggler-icon":"ypFIFf","unpinIcon":"yW84Oo","pinTogglerIcon":"ypFIFf"};
|
|
4339
4339
|
|
|
4340
4340
|
function PinIconButton(props) {
|
|
4341
4341
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4394,7 +4394,7 @@ var SvgActionDragIndicator18 = function SvgActionDragIndicator18(props, ref) {
|
|
|
4394
4394
|
};
|
|
4395
4395
|
var ForwardRef$5 = /*#__PURE__*/React.forwardRef(SvgActionDragIndicator18);
|
|
4396
4396
|
|
|
4397
|
-
var styles = {"uui-typography":"
|
|
4397
|
+
var styles = {"uui-typography":"gv4lMR","hero-header":"oJxPv6","promo-header":"Ft4Tte","uui-critical":"EzlgEz","uui-info":"rvNlKG","uui-success":"_1P2Fph","uui-warning":"vmxLr-","uui-highlight":"uI3Zqr","uui-typography-size-12":"ondZY1","uui-typography-size-14":"iABK64","uui-typography-size-16":"GHJ5f-","row-wrapper":"z9sFAc","not-pinned":"SDp7tm","pin-icon-button":"VSr5Kc","checkbox":"jjz-6J","drag-handle":"_7va0Oh","dnd-disabled":"p-p0E0","uuiTypography":"gv4lMR","heroHeader":"oJxPv6","promoHeader":"Ft4Tte","uuiCritical":"EzlgEz","uuiInfo":"rvNlKG","uuiSuccess":"_1P2Fph","uuiWarning":"vmxLr-","uuiHighlight":"uI3Zqr","uuiTypographySize12":"ondZY1","uuiTypographySize14":"iABK64","uuiTypographySize16":"GHJ5f-","rowWrapper":"z9sFAc","notPinned":"SDp7tm","pinIconButton":"VSr5Kc","dragHandle":"_7va0Oh","dndDisabled":"p-p0E0"};
|
|
4398
4398
|
|
|
4399
4399
|
const ColumnRow = /* @__PURE__ */React__namespace.memo(function ColumnRow(props) {
|
|
4400
4400
|
const { column } = props;
|
|
@@ -4503,7 +4503,7 @@ function SubGroup(props) {
|
|
|
4503
4503
|
return null;
|
|
4504
4504
|
}
|
|
4505
4505
|
|
|
4506
|
-
var css$i = {"listContainer":"
|
|
4506
|
+
var css$i = {"listContainer":"fvYyKY","header":"FD-k-O","group":"_6uEhuv","stickyHeader":"AVf8C7"};
|
|
4507
4507
|
|
|
4508
4508
|
const getChildrenAndRest = (row, rows) => {
|
|
4509
4509
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4569,7 +4569,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4569
4569
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4570
4570
|
ref: ref
|
|
4571
4571
|
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
4572
|
-
clipPath: "url(#
|
|
4572
|
+
clipPath: "url(#spyfoumi0zmuw7li_a)"
|
|
4573
4573
|
}, _path$4 || (_path$4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4574
4574
|
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",
|
|
4575
4575
|
fill: "#F5F6FA"
|
|
@@ -4590,7 +4590,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4590
4590
|
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",
|
|
4591
4591
|
fill: "#1D1E26"
|
|
4592
4592
|
})), /*#__PURE__*/React__namespace.createElement("mask", {
|
|
4593
|
-
id: "
|
|
4593
|
+
id: "spyfouf8ivx8x6k3a_b",
|
|
4594
4594
|
style: {
|
|
4595
4595
|
maskType: "alpha"
|
|
4596
4596
|
},
|
|
@@ -4603,7 +4603,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4603
4603
|
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",
|
|
4604
4604
|
fill: "#9BDEFF"
|
|
4605
4605
|
}))), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
|
|
4606
|
-
mask: "url(#
|
|
4606
|
+
mask: "url(#spyfouf8ivx8x6k3a_b)",
|
|
4607
4607
|
fillRule: "evenodd",
|
|
4608
4608
|
clipRule: "evenodd"
|
|
4609
4609
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -4689,7 +4689,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4689
4689
|
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",
|
|
4690
4690
|
fill: "#fff"
|
|
4691
4691
|
}))), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
4692
|
-
id: "
|
|
4692
|
+
id: "spyfoumi0zmuw7li_a"
|
|
4693
4693
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
4694
4694
|
fill: "#fff",
|
|
4695
4695
|
transform: "translate(.552)",
|
|
@@ -4698,7 +4698,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4698
4698
|
};
|
|
4699
4699
|
var ForwardRef$4 = /*#__PURE__*/React.forwardRef(SvgEmptyTable);
|
|
4700
4700
|
|
|
4701
|
-
var css$h = {"sticky-header":"
|
|
4701
|
+
var css$h = {"sticky-header":"ZLptdM","table":"oe71HM","no-results":"Wc1IuM","no-results-icon":"m4-4g4","no-results-title":"ekpHF4","stickyHeader":"ZLptdM","noResults":"Wc1IuM","noResultsIcon":"m4-4g4","noResultsTitle":"ekpHF4"};
|
|
4702
4702
|
|
|
4703
4703
|
const DEFAULT_HEADER_SIZE = '36';
|
|
4704
4704
|
const DEFAULT_COLUMN_GAP = '24';
|
|
@@ -4751,9 +4751,9 @@ function DataTable(props) {
|
|
|
4751
4751
|
} }))));
|
|
4752
4752
|
}
|
|
4753
4753
|
|
|
4754
|
-
var css$g = {"root":"
|
|
4754
|
+
var css$g = {"root":"heaT1M"};
|
|
4755
4755
|
|
|
4756
|
-
var css$f = {"root":"
|
|
4756
|
+
var css$f = {"root":"EWDKcv","burger-content":"urXTzz","burgerContent":"urXTzz"};
|
|
4757
4757
|
|
|
4758
4758
|
var _path$3;
|
|
4759
4759
|
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); }
|
|
@@ -4796,7 +4796,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
4796
4796
|
};
|
|
4797
4797
|
var ForwardRef$2 = /*#__PURE__*/React.forwardRef(SvgNavigationArrowDownOutline);
|
|
4798
4798
|
|
|
4799
|
-
var css$e = {"uui-typography":"
|
|
4799
|
+
var css$e = {"uui-typography":"HH6x9I","hero-header":"_5atDe1","promo-header":"_21NCYl","uui-critical":"LMEKn6","uui-info":"E9QOVp","uui-success":"odnYQB","uui-warning":"XLubfh","uui-highlight":"Lilxlz","uui-typography-size-12":"jw9scp","uui-typography-size-14":"HSzrAH","uui-typography-size-16":"OxSw2U","root":"_9fd2CQ","button-primary":"XtKpEU","button-secondary":"_-13c04","hasIcon":"_7HpjQc","dropdown":"ohNOzt","uuiTypography":"HH6x9I","heroHeader":"_5atDe1","promoHeader":"_21NCYl","uuiCritical":"LMEKn6","uuiInfo":"E9QOVp","uuiSuccess":"odnYQB","uuiWarning":"XLubfh","uuiHighlight":"Lilxlz","uuiTypographySize12":"jw9scp","uuiTypographySize14":"HSzrAH","uuiTypographySize16":"OxSw2U","buttonPrimary":"XtKpEU","buttonSecondary":"_-13c04"};
|
|
4800
4800
|
|
|
4801
4801
|
const BurgerButton = /* @__PURE__ */uuiCore.withMods(uuiComponents.Button, (props) => [
|
|
4802
4802
|
css$e.root,
|
|
@@ -4807,13 +4807,13 @@ const BurgerButton = /* @__PURE__ */uuiCore.withMods(uuiComponents.Button, (prop
|
|
|
4807
4807
|
props.icon && css$e.hasIcon,
|
|
4808
4808
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
4809
4809
|
|
|
4810
|
-
var css$d = {"search-input":"
|
|
4810
|
+
var css$d = {"search-input":"wDKEVe","searchInput":"wDKEVe"};
|
|
4811
4811
|
|
|
4812
4812
|
function BurgerSearch(props) {
|
|
4813
4813
|
return (React__namespace.createElement(uuiComponents.TextInput, { cx: cx__default.default(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 }));
|
|
4814
4814
|
}
|
|
4815
4815
|
|
|
4816
|
-
var css$c = {"root":"
|
|
4816
|
+
var css$c = {"root":"nZsUKr","group-header":"LqZio2","group-name":"j3feQa","line":"vaAmFf","groupHeader":"LqZio2","groupName":"j3feQa"};
|
|
4817
4817
|
|
|
4818
4818
|
function BurgerGroupHeader(props) {
|
|
4819
4819
|
return (React__namespace.createElement("div", { className: cx__default.default(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -4821,7 +4821,7 @@ function BurgerGroupHeader(props) {
|
|
|
4821
4821
|
React__namespace.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
4822
4822
|
}
|
|
4823
4823
|
|
|
4824
|
-
var css$b = {"uui-typography":"
|
|
4824
|
+
var css$b = {"uui-typography":"wCTYO9","hero-header":"q8tjq-","promo-header":"N-EPnx","uui-critical":"gYa7ko","uui-info":"_5v71RY","uui-success":"Ix-IF6","uui-warning":"Y2tRwj","uui-highlight":"_95gFtg","uui-typography-size-12":"md-ZSv","uui-typography-size-14":"_3dF-89","uui-typography-size-16":"rQVEQx","root":"NG7HHz","type-primary":"KJfmLz","type-secondary":"_0TqhR7","uuiTypography":"wCTYO9","heroHeader":"q8tjq-","promoHeader":"N-EPnx","uuiCritical":"gYa7ko","uuiInfo":"_5v71RY","uuiSuccess":"Ix-IF6","uuiWarning":"Y2tRwj","uuiHighlight":"_95gFtg","uuiTypographySize12":"md-ZSv","uuiTypographySize14":"_3dF-89","uuiTypographySize16":"rQVEQx","typePrimary":"KJfmLz","typeSecondary":"_0TqhR7"};
|
|
4825
4825
|
|
|
4826
4826
|
const MainMenuButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
4827
4827
|
const { type } = props, clickableProps = __rest(props, ["type"]);
|
|
@@ -4837,7 +4837,7 @@ const MainMenuButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) =
|
|
|
4837
4837
|
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$P, flipY: props.isOpen }))));
|
|
4838
4838
|
});
|
|
4839
4839
|
|
|
4840
|
-
var css$a = {"dropdown-body":"
|
|
4840
|
+
var css$a = {"dropdown-body":"_0RzeWg","dropdownBody":"_0RzeWg"};
|
|
4841
4841
|
|
|
4842
4842
|
class MainMenuDropdown extends React__namespace.Component {
|
|
4843
4843
|
render() {
|
|
@@ -4892,12 +4892,12 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
4892
4892
|
};
|
|
4893
4893
|
var ForwardRef$1 = /*#__PURE__*/React.forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
4894
4894
|
|
|
4895
|
-
var css$9 = {"global-menu-btn":"
|
|
4895
|
+
var css$9 = {"global-menu-btn":"TlVCJr","global-menu-icon":"hm3WTg","globalMenuBtn":"TlVCJr","globalMenuIcon":"hm3WTg"};
|
|
4896
4896
|
|
|
4897
4897
|
const GlobalMenu = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", Object.assign({ ref: ref, id: "global_menu_toggle", className: cx__default.default(css$9.globalMenuBtn, props.cx) }, props.rawProps),
|
|
4898
4898
|
React__namespace.createElement(uuiComponents.IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
4899
4899
|
|
|
4900
|
-
var css$8 = {"container":"
|
|
4900
|
+
var css$8 = {"container":"gtB3VG","open":"eTOrEn"};
|
|
4901
4901
|
|
|
4902
4902
|
const MainMenuAvatar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", { ref: ref, className: cx__default.default(css$8.container, props.isDropdown && css$8.dropdown, props.isOpen && css$8.open, props.onClick && uuiCore.uuiMarkers.clickable, props.cx), onClick: props.onClick },
|
|
4903
4903
|
React__namespace.createElement(uuiComponents.Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -4905,18 +4905,18 @@ const MainMenuAvatar = /* @__PURE__ */React__namespace.forwardRef((props, ref) =
|
|
|
4905
4905
|
props.isDropdown && (React__namespace.createElement("div", null,
|
|
4906
4906
|
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, icon: ForwardRef$P, flipY: props.isOpen }))))));
|
|
4907
4907
|
|
|
4908
|
-
var css$7 = {"search-input":"
|
|
4908
|
+
var css$7 = {"search-input":"O5vMzn","searchInput":"O5vMzn"};
|
|
4909
4909
|
|
|
4910
4910
|
const MainMenuSearch = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement(uuiCore.IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => {
|
|
4911
4911
|
var _a;
|
|
4912
4912
|
return (React__namespace.createElement(uuiComponents.TextInput, 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: uuiCore.cx(css$7.searchInput, props.cx) }, props.rawProps)));
|
|
4913
4913
|
} }))));
|
|
4914
4914
|
|
|
4915
|
-
var css$6 = {"container":"
|
|
4915
|
+
var css$6 = {"container":"iTlXMX"};
|
|
4916
4916
|
|
|
4917
4917
|
const MainMenuIcon = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement(IconButton, Object.assign({ ref: ref, icon: props.icon, cx: uuiCore.cx(props.cx, css$6.container) }, props))));
|
|
4918
4918
|
|
|
4919
|
-
var css$5 = {"root":"
|
|
4919
|
+
var css$5 = {"root":"eyld5t"};
|
|
4920
4920
|
|
|
4921
4921
|
const Anchor = /* @__PURE__ */uuiCore.withMods(uuiComponents.Anchor, () => [css$5.root]);
|
|
4922
4922
|
|
|
@@ -4974,7 +4974,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
4974
4974
|
};
|
|
4975
4975
|
var ForwardRef = /*#__PURE__*/React.forwardRef(SvgFileCloudUploadFill);
|
|
4976
4976
|
|
|
4977
|
-
var css$4 = {"root":"
|
|
4977
|
+
var css$4 = {"root":"aB2r8O","drop-start":"D30JDc","drop-over":"g60B3R","link":"_6bANmG","drop-area":"kMApDT","drop-caption":"R3qeAr","icon-blue":"f5zgr3","dropStart":"D30JDc","dropOver":"g60B3R","dropArea":"kMApDT","dropCaption":"R3qeAr","iconBlue":"f5zgr3"};
|
|
4978
4978
|
|
|
4979
4979
|
function DropSpot(props) {
|
|
4980
4980
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -4992,9 +4992,9 @@ function DropSpot(props) {
|
|
|
4992
4992
|
return React__namespace.createElement(uuiComponents.DropSpot, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
4993
4993
|
}
|
|
4994
4994
|
|
|
4995
|
-
var css$3 = {"uui-typography":"
|
|
4995
|
+
var css$3 = {"uui-typography":"qkSHlQ","hero-header":"ben3Ar","promo-header":"EV22rM","uui-critical":"_2S4uo3","uui-info":"PBbION","uui-success":"Llmv92","uui-warning":"_24-sXA","uui-highlight":"_4ix704","uui-typography-size-12":"Rbnd-q","uui-typography-size-14":"_9rJ2Nn","uui-typography-size-16":"qoPXXp","root":"PFgv7x","file-name":"Eo6O3R","default-color":"_6dJgK4","doc-color":"FwofMe","xls-color":"_15ZT3C","pdf-color":"SWxIZN","movie-color":"r-E-ji","img-color":"kHyMo-","mov-color":"_3XJ00G","error-block":"_33fLsA","icons-block":"r4ycXJ","uuiTypography":"qkSHlQ","heroHeader":"ben3Ar","promoHeader":"EV22rM","uuiCritical":"_2S4uo3","uuiInfo":"PBbION","uuiSuccess":"Llmv92","uuiWarning":"_24-sXA","uuiHighlight":"_4ix704","uuiTypographySize12":"Rbnd-q","uuiTypographySize14":"_9rJ2Nn","uuiTypographySize16":"qoPXXp","fileName":"Eo6O3R","defaultColor":"_6dJgK4","docColor":"FwofMe","xlsColor":"_15ZT3C","pdfColor":"SWxIZN","movieColor":"r-E-ji","imgColor":"kHyMo-","movColor":"_3XJ00G","errorBlock":"_33fLsA","iconsBlock":"r4ycXJ"};
|
|
4996
4996
|
|
|
4997
|
-
var css$2 = {"root":"
|
|
4997
|
+
var css$2 = {"root":"_2m7E-c"};
|
|
4998
4998
|
|
|
4999
4999
|
const SvgCircleProgress = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
5000
5000
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5119,7 +5119,7 @@ const getErrorPageConfig = () => ({
|
|
|
5119
5119
|
},
|
|
5120
5120
|
});
|
|
5121
5121
|
|
|
5122
|
-
var css$1 = {"container":"
|
|
5122
|
+
var css$1 = {"container":"d6kI5S"};
|
|
5123
5123
|
|
|
5124
5124
|
const ErrorPage = (props) => {
|
|
5125
5125
|
const isMobileScreen = uuiCore.isMobile();
|
|
@@ -5130,7 +5130,7 @@ const ErrorPage = (props) => {
|
|
|
5130
5130
|
React__namespace.default.createElement("div", { className: "uui-error-subtitle" }, props.subtitle))));
|
|
5131
5131
|
};
|
|
5132
5132
|
|
|
5133
|
-
var css = {"recovery-spinner":"
|
|
5133
|
+
var css = {"recovery-spinner":"krJJcB","recovery-message":"Q3ZWd5","modal-blocker":"Wwiad1","modalFadeIn":"y73pIZ","recoverySpinner":"krJJcB","recoveryMessage":"Q3ZWd5","modalBlocker":"Wwiad1"};
|
|
5134
5134
|
|
|
5135
5135
|
function ErrorHandler(props) {
|
|
5136
5136
|
const { uuiNotifications, uuiModals, uuiApi } = uuiCore.useUuiContext();
|