@epam/uui 5.14.0-beta.1 → 5.14.0-y.0
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 +2516 -2516
- package/styles.css.map +1 -1
package/index.esm.js
CHANGED
|
@@ -595,7 +595,7 @@ const settings = {
|
|
|
595
595
|
},
|
|
596
596
|
};
|
|
597
597
|
|
|
598
|
-
var css$1y = {"uui-typography":"
|
|
598
|
+
var css$1y = {"uui-typography":"RqS3PY","uuiTypography":"RqS3PY","hero-header":"qkIVV5","heroHeader":"qkIVV5","promo-header":"l7QR98","promoHeader":"l7QR98","uui-critical":"lLMnlS","uuiCritical":"lLMnlS","uui-info":"JnLjGA","uuiInfo":"JnLjGA","uui-success":"dpBZ4P","uuiSuccess":"dpBZ4P","uui-warning":"I31Xm1","uuiWarning":"I31Xm1","uui-highlight":"mRoS7-","uuiHighlight":"mRoS7-","uui-typography-size-12":"A9RuDp","uuiTypographySize12":"A9RuDp","uui-typography-size-14":"mFWZch","uuiTypographySize14":"mFWZch","uui-typography-size-16":"u5TwoG","uuiTypographySize16":"u5TwoG","root":"_6fqbg0"};
|
|
599
599
|
|
|
600
600
|
function applyButtonMods(mods) {
|
|
601
601
|
return [
|
|
@@ -613,7 +613,7 @@ const Button = /* @__PURE__ */withMods(uuiComponents.Button, applyButtonMods, ()
|
|
|
613
613
|
};
|
|
614
614
|
});
|
|
615
615
|
|
|
616
|
-
var css$1x = {"root":"
|
|
616
|
+
var css$1x = {"root":"YqWsx9"};
|
|
617
617
|
|
|
618
618
|
function applyIconButtonMods(props) {
|
|
619
619
|
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1x.root];
|
|
@@ -650,7 +650,7 @@ function getIconClass(props) {
|
|
|
650
650
|
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'];
|
|
651
651
|
}
|
|
652
652
|
|
|
653
|
-
var css$1w = {"uui-typography":"
|
|
653
|
+
var css$1w = {"uui-typography":"_1x4zhs","uuiTypography":"_1x4zhs","hero-header":"VG6FdL","heroHeader":"VG6FdL","promo-header":"_7Upz31","promoHeader":"_7Upz31","uui-critical":"H41sex","uuiCritical":"H41sex","uui-info":"C7xhJ3","uuiInfo":"C7xhJ3","uui-success":"aehfEt","uuiSuccess":"aehfEt","uui-warning":"_3Zf6BK","uuiWarning":"_3Zf6BK","uui-highlight":"_0zu1RS","uuiHighlight":"_0zu1RS","uui-typography-size-12":"eRiFYF","uuiTypographySize12":"eRiFYF","uui-typography-size-14":"GIWfE6","uuiTypographySize14":"GIWfE6","uui-typography-size-16":"_7i-GbM","uuiTypographySize16":"_7i-GbM","root":"NR3DyC"};
|
|
654
654
|
|
|
655
655
|
const DEFAULT_COLOR = 'primary';
|
|
656
656
|
const DEFAULT_WEIGHT = 'semibold';
|
|
@@ -681,7 +681,7 @@ const LinkButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
681
681
|
props.isDropdown && (React.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
682
682
|
});
|
|
683
683
|
|
|
684
|
-
var css$1v = {"root":"
|
|
684
|
+
var css$1v = {"root":"ESz4sh"};
|
|
685
685
|
|
|
686
686
|
const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
687
687
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -693,7 +693,7 @@ const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
693
693
|
]) }, props.caption));
|
|
694
694
|
});
|
|
695
695
|
|
|
696
|
-
var css$1u = {"uui-typography":"
|
|
696
|
+
var css$1u = {"uui-typography":"I9fLlK","uuiTypography":"I9fLlK","hero-header":"qYifiL","heroHeader":"qYifiL","promo-header":"upjX6W","promoHeader":"upjX6W","uui-critical":"v7YgWL","uuiCritical":"v7YgWL","uui-info":"_01xYKB","uuiInfo":"_01xYKB","uui-success":"dErQ9V","uuiSuccess":"dErQ9V","uui-warning":"giDLEK","uuiWarning":"giDLEK","uui-highlight":"KR6zVB","uuiHighlight":"KR6zVB","uui-typography-size-12":"gRHYDr","uuiTypographySize12":"gRHYDr","uui-typography-size-14":"NE2rRc","uuiTypographySize14":"NE2rRc","uui-typography-size-16":"FYgLzv","uuiTypographySize16":"FYgLzv","root":"kZZK9K","withNotify":"CIXTm9"};
|
|
697
697
|
|
|
698
698
|
const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
699
699
|
const styles = [
|
|
@@ -721,7 +721,7 @@ const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
721
721
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
722
722
|
});
|
|
723
723
|
|
|
724
|
-
var css$1t = {"uui-typography":"
|
|
724
|
+
var css$1t = {"uui-typography":"-FEkLF","uuiTypography":"-FEkLF","hero-header":"HPw-QH","heroHeader":"HPw-QH","promo-header":"ZG3NBO","promoHeader":"ZG3NBO","uui-critical":"_4u7bB9","uuiCritical":"_4u7bB9","uui-info":"AwIIWM","uuiInfo":"AwIIWM","uui-success":"yE-t1-","uuiSuccess":"yE-t1-","uui-warning":"Mm-tAn","uuiWarning":"Mm-tAn","uui-highlight":"FQ5m-9","uuiHighlight":"FQ5m-9","uui-typography-size-12":"_6ubtnN","uuiTypographySize12":"_6ubtnN","uui-typography-size-14":"cbqmUz","uuiTypographySize14":"cbqmUz","uui-typography-size-16":"kPEAIE","uuiTypographySize16":"kPEAIE","root":"LBEMuU"};
|
|
725
725
|
|
|
726
726
|
function applyVerticalTabButtonMods() {
|
|
727
727
|
return [css$1t.root, 'uui-vertical-tab-button'];
|
|
@@ -743,7 +743,7 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
|
743
743
|
};
|
|
744
744
|
var ForwardRef$C = /*#__PURE__*/forwardRef(SvgContentMinusOutline);
|
|
745
745
|
|
|
746
|
-
var css$1s = {"uui-typography":"
|
|
746
|
+
var css$1s = {"uui-typography":"ijJAiq","uuiTypography":"ijJAiq","hero-header":"_4Z7ll8","heroHeader":"_4Z7ll8","promo-header":"_5G4mXj","promoHeader":"_5G4mXj","uui-critical":"HDOkdx","uuiCritical":"HDOkdx","uui-info":"yLhR-z","uuiInfo":"yLhR-z","uui-success":"OdD6NF","uuiSuccess":"OdD6NF","uui-warning":"rZQR8K","uuiWarning":"rZQR8K","uui-highlight":"xmPI9j","uuiHighlight":"xmPI9j","uui-typography-size-12":"Wujv25","uuiTypographySize12":"Wujv25","uui-typography-size-14":"_7vGsA3","uuiTypographySize14":"_7vGsA3","uui-typography-size-16":"RqPUEH","uuiTypographySize16":"RqPUEH","root":"sMH6cw","mode-cell":"Skg3uF","modeCell":"Skg3uF"};
|
|
747
747
|
|
|
748
748
|
function applyCheckboxMods(mods) {
|
|
749
749
|
return [
|
|
@@ -778,7 +778,7 @@ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
|
778
778
|
};
|
|
779
779
|
var ForwardRef$B = /*#__PURE__*/forwardRef(SvgRadioDotFill);
|
|
780
780
|
|
|
781
|
-
var css$1r = {"uui-typography":"
|
|
781
|
+
var css$1r = {"uui-typography":"_0BZ1kW","uuiTypography":"_0BZ1kW","hero-header":"-ruPxE","heroHeader":"-ruPxE","promo-header":"_4UaZ5-","promoHeader":"_4UaZ5-","uui-critical":"B2SGwe","uuiCritical":"B2SGwe","uui-info":"jxMQwx","uuiInfo":"jxMQwx","uui-success":"qk-krN","uuiSuccess":"qk-krN","uui-warning":"yJ1ohP","uuiWarning":"yJ1ohP","uui-highlight":"yQQh7F","uuiHighlight":"yQQh7F","uui-typography-size-12":"v2o3Au","uuiTypographySize12":"v2o3Au","uui-typography-size-14":"QvLY-p","uuiTypographySize14":"QvLY-p","uui-typography-size-16":"LtgB5G","uuiTypographySize16":"LtgB5G","root":"pTKFhD"};
|
|
782
782
|
|
|
783
783
|
function applyRadioInputMods(mods) {
|
|
784
784
|
return [
|
|
@@ -790,7 +790,7 @@ function applyRadioInputMods(mods) {
|
|
|
790
790
|
}
|
|
791
791
|
const RadioInput = /* @__PURE__ */withMods(RadioInput$1, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$B }));
|
|
792
792
|
|
|
793
|
-
var css$1q = {"root":"
|
|
793
|
+
var css$1q = {"root":"Uwi1Eb"};
|
|
794
794
|
|
|
795
795
|
function applySwitchMods(mods) {
|
|
796
796
|
return [
|
|
@@ -814,7 +814,7 @@ var EditMode;
|
|
|
814
814
|
EditMode["INLINE"] = "inline";
|
|
815
815
|
})(EditMode || (EditMode = {}));
|
|
816
816
|
|
|
817
|
-
var textInputCss = {"uui-typography":"
|
|
817
|
+
var textInputCss = {"uui-typography":"sSFDyP","uuiTypography":"sSFDyP","hero-header":"k059XJ","heroHeader":"k059XJ","promo-header":"kFq2Bl","promoHeader":"kFq2Bl","uui-critical":"_086ROD","uuiCritical":"_086ROD","uui-info":"dtbMqr","uuiInfo":"dtbMqr","uui-success":"ZJPkVq","uuiSuccess":"ZJPkVq","uui-warning":"f2xBVT","uuiWarning":"f2xBVT","uui-highlight":"ekvtGi","uuiHighlight":"ekvtGi","uui-typography-size-12":"HcEzNo","uuiTypographySize12":"HcEzNo","uui-typography-size-14":"K4Xiw4","uuiTypographySize14":"K4Xiw4","uui-typography-size-16":"eqbyKF","uuiTypographySize16":"eqbyKF","root":"BkDhWD","mode-form":"Jdo5r1","modeForm":"Jdo5r1","mode-inline":"yd8ovP","modeInline":"yd8ovP","mode-cell":"AZXtRH","modeCell":"AZXtRH"};
|
|
818
818
|
|
|
819
819
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
820
820
|
function applyTextInputMods(mods) {
|
|
@@ -839,7 +839,7 @@ const SearchInput = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
839
839
|
} }));
|
|
840
840
|
});
|
|
841
841
|
|
|
842
|
-
var css$1p = {"root":"
|
|
842
|
+
var css$1p = {"root":"uhq0Y1"};
|
|
843
843
|
|
|
844
844
|
const ControlGroup = /* @__PURE__ */withMods(ControlGroup$1, () => [css$1p.root, 'uui-control-group']);
|
|
845
845
|
|
|
@@ -855,7 +855,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
855
855
|
}
|
|
856
856
|
const MultiSwitch = /* @__PURE__ */React.forwardRef(MultiSwitchComponent);
|
|
857
857
|
|
|
858
|
-
var css$1o = {"uui-typography":"
|
|
858
|
+
var css$1o = {"uui-typography":"_5m2D9U","uuiTypography":"_5m2D9U","hero-header":"cFNI2L","heroHeader":"cFNI2L","promo-header":"gr5hpV","promoHeader":"gr5hpV","uui-critical":"QxuBIe","uuiCritical":"QxuBIe","uui-info":"SSACoO","uuiInfo":"SSACoO","uui-success":"gQARdh","uuiSuccess":"gQARdh","uui-warning":"fSRxb1","uuiWarning":"fSRxb1","uui-highlight":"iFpPeJ","uuiHighlight":"iFpPeJ","uui-typography-size-12":"rdqx8p","uuiTypographySize12":"rdqx8p","uui-typography-size-14":"Ccjsym","uuiTypographySize14":"Ccjsym","uui-typography-size-16":"CuweCi","uuiTypographySize16":"CuweCi","root":"WKVtPX","mode-form":"M5tZXh","modeForm":"M5tZXh","mode-cell":"JrY7Af","modeCell":"JrY7Af"};
|
|
859
859
|
|
|
860
860
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
861
861
|
function applyNumericInputMods(mods) {
|
|
@@ -875,7 +875,7 @@ const NumericInput = /* @__PURE__ */withMods(NumericInput$1, applyNumericInputMo
|
|
|
875
875
|
};
|
|
876
876
|
});
|
|
877
877
|
|
|
878
|
-
var css$1n = {"uui-typography":"
|
|
878
|
+
var css$1n = {"uui-typography":"_858rd8","uuiTypography":"_858rd8","hero-header":"Tc-VkK","heroHeader":"Tc-VkK","promo-header":"CGsq0f","promoHeader":"CGsq0f","uui-critical":"i3Mbdu","uuiCritical":"i3Mbdu","uui-info":"Tbi7Iy","uuiInfo":"Tbi7Iy","uui-success":"_0L1cwj","uuiSuccess":"_0L1cwj","uui-warning":"MOlNPb","uuiWarning":"MOlNPb","uui-highlight":"QdBFMM","uuiHighlight":"QdBFMM","uui-typography-size-12":"XaBuug","uuiTypographySize12":"XaBuug","uui-typography-size-14":"ku8zth","uuiTypographySize14":"ku8zth","uui-typography-size-16":"oD3jKJ","uuiTypographySize16":"oD3jKJ","root":"NBVhKQ","mode-form":"m7fR2Y","modeForm":"m7fR2Y","mode-cell":"m1nagl","modeCell":"m1nagl","mode-inline":"wl-oCj","modeInline":"wl-oCj"};
|
|
879
879
|
|
|
880
880
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
881
881
|
function applyTextAreaMods(mods) {
|
|
@@ -976,7 +976,7 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
|
976
976
|
};
|
|
977
977
|
var ForwardRef$x = /*#__PURE__*/forwardRef(SvgNotificationInfoFill);
|
|
978
978
|
|
|
979
|
-
var css$1m = {"uui-typography":"
|
|
979
|
+
var css$1m = {"uui-typography":"_3zBgwE","uuiTypography":"_3zBgwE","hero-header":"_579o2h","heroHeader":"_579o2h","promo-header":"FuIdV1","promoHeader":"FuIdV1","uui-critical":"B-C4tB","uuiCritical":"B-C4tB","uui-info":"vF7qOj","uuiInfo":"vF7qOj","uui-success":"_8EKDVW","uuiSuccess":"_8EKDVW","uui-warning":"_8Phvkk","uuiWarning":"_8Phvkk","uui-highlight":"nXguby","uuiHighlight":"nXguby","uui-typography-size-12":"PuYkNg","uuiTypographySize12":"PuYkNg","uui-typography-size-14":"HgRaD2","uuiTypographySize14":"HgRaD2","uui-typography-size-16":"-bckNS","uuiTypographySize16":"-bckNS","root":"qRh2y0","main-path":"_95r9-G","mainPath":"_95r9-G","content-wrapper":"Vjk8yF","contentWrapper":"Vjk8yF","content":"ZEdpbn","action-wrapper":"CvsBhh","actionWrapper":"CvsBhh","icon-wrapper":"rG51BB","iconWrapper":"rG51BB","icon":"IfpAB7","close-icon":"_7s0ylr","closeIcon":"_7s0ylr"};
|
|
980
980
|
|
|
981
981
|
const Alert = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("div", { 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 },
|
|
982
982
|
React.createElement("div", { className: css$1m.mainPath },
|
|
@@ -994,7 +994,7 @@ const ErrorAlert = /* @__PURE__ */React.forwardRef((props, ref) => React.createE
|
|
|
994
994
|
|
|
995
995
|
const Dropdown = /* @__PURE__ */withMods(Dropdown$1);
|
|
996
996
|
|
|
997
|
-
var css$1l = {"root":"
|
|
997
|
+
var css$1l = {"root":"rDoKOc"};
|
|
998
998
|
|
|
999
999
|
function applyDropdownContainerMods(mods) {
|
|
1000
1000
|
return [
|
|
@@ -1005,7 +1005,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
1005
1005
|
}
|
|
1006
1006
|
const DropdownContainer = /* @__PURE__ */withMods(uuiComponents.DropdownContainer, applyDropdownContainerMods);
|
|
1007
1007
|
|
|
1008
|
-
var css$1k = {"uui-typography":"
|
|
1008
|
+
var css$1k = {"uui-typography":"vRvaWk","uuiTypography":"vRvaWk","hero-header":"jh-LCS","heroHeader":"jh-LCS","promo-header":"ROlJV1","promoHeader":"ROlJV1","uui-critical":"PileEw","uuiCritical":"PileEw","uui-info":"_2mmOyD","uuiInfo":"_2mmOyD","uui-success":"Suqoxt","uuiSuccess":"Suqoxt","uui-warning":"_2j2FbL","uuiWarning":"_2j2FbL","uui-highlight":"vdYvlk","uuiHighlight":"vdYvlk","uui-typography-size-12":"LPY-xN","uuiTypographySize12":"LPY-xN","uui-typography-size-14":"_0ZhE-X","uuiTypographySize14":"_0ZhE-X","uui-typography-size-16":"DVYwa8","uuiTypographySize16":"DVYwa8","submenu-root-item-rtl":"B9-W5T","submenuRootItemRtl":"B9-W5T","icon-after":"syfnMY","iconAfter":"syfnMY","submenu-root-item":"k6BBWs","submenuRootItem":"k6BBWs","icon-check":"PpmyCL","iconCheck":"PpmyCL","splitter-root":"_3wEMU3","splitterRoot":"_3wEMU3","splitter":"zmWmTx","header-root":"ufFC5h","headerRoot":"ufFC5h","item-root":"h9eUGV","itemRoot":"h9eUGV","icon":"sFnEZr","link":"r4ytG8","indent":"V2wIgQ","selected-mark":"-uLwmh","selectedMark":"-uLwmh"};
|
|
1009
1009
|
|
|
1010
1010
|
var IDropdownControlKeys;
|
|
1011
1011
|
(function (IDropdownControlKeys) {
|
|
@@ -1139,7 +1139,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1139
1139
|
React__default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1140
1140
|
}
|
|
1141
1141
|
|
|
1142
|
-
var css$1j = {"uui-typography":"
|
|
1142
|
+
var css$1j = {"uui-typography":"hk3rJw","uuiTypography":"hk3rJw","hero-header":"aHu4Kb","heroHeader":"aHu4Kb","promo-header":"EVtiS2","promoHeader":"EVtiS2","uui-critical":"YMhTuU","uuiCritical":"YMhTuU","uui-info":"tKY93g","uuiInfo":"tKY93g","uui-success":"LWgO-Q","uuiSuccess":"LWgO-Q","uui-warning":"w-CK-P","uuiWarning":"w-CK-P","uui-highlight":"_0TC1aL","uuiHighlight":"_0TC1aL","uui-typography-size-12":"_7nZRng","uuiTypographySize12":"_7nZRng","uui-typography-size-14":"z2gNat","uuiTypographySize14":"z2gNat","uui-typography-size-16":"mDPKC9","uuiTypographySize16":"mDPKC9","root":"xiwlcw","mode-block":"M4Vpgb","modeBlock":"M4Vpgb","mode-inline":"MXU1Vn","modeInline":"MXU1Vn","padding-0":"_0owFpK","padding0":"_0owFpK","padding-6":"QrR3jW","padding6":"QrR3jW","padding-12":"_95IXnn","padding12":"_95IXnn","padding-18":"w-uX1u","padding18":"w-uX1u"};
|
|
1143
1143
|
|
|
1144
1144
|
function applyAccordionMods(mods) {
|
|
1145
1145
|
return [
|
|
@@ -1152,7 +1152,7 @@ const Accordion = /* @__PURE__ */withMods(uuiComponents.Accordion, applyAccordio
|
|
|
1152
1152
|
dropdownIcon: mods.dropdownIcon !== null && systemIcons.foldingArrow,
|
|
1153
1153
|
}));
|
|
1154
1154
|
|
|
1155
|
-
var css$1i = {"uui-typography":"
|
|
1155
|
+
var css$1i = {"uui-typography":"-OmT49","uuiTypography":"-OmT49","hero-header":"DJeYEG","heroHeader":"DJeYEG","promo-header":"URdW-m","promoHeader":"URdW-m","uui-critical":"_07MSY-","uuiCritical":"_07MSY-","uui-info":"GZOhC2","uuiInfo":"GZOhC2","uui-success":"U8JHa8","uuiSuccess":"U8JHa8","uui-warning":"yFdCKX","uuiWarning":"yFdCKX","uui-highlight":"HdKgAs","uuiHighlight":"HdKgAs","uui-typography-size-12":"kzOqRD","uuiTypographySize12":"kzOqRD","uui-typography-size-14":"_19t-bx","uuiTypographySize14":"_19t-bx","uui-typography-size-16":"MuEvPt","uuiTypographySize16":"MuEvPt","root":"pnO-7c","border-top":"_5BtJWz","borderTop":"_5BtJWz","border-bottom":"_050Uj1","borderBottom":"_050Uj1","top-shadow":"-A-C04","topShadow":"-A-C04","padding-6":"_7gBGfj","padding6":"_7gBGfj","padding-12":"Td2FmP","padding12":"Td2FmP","padding-18":"PVuyz7","padding18":"PVuyz7","padding-24":"MjUBJ9","padding24":"MjUBJ9","margin-24":"Yte7vw","margin24":"Yte7vw","margin-12":"fNyYTv","margin12":"fNyYTv","vPadding-12":"bsyljt","vPadding12":"bsyljt","vPadding-18":"_5xBK44","vPadding18":"_5xBK44","vPadding-24":"UXpKRJ","vPadding24":"UXpKRJ","vPadding-36":"BjKi29","vPadding36":"BjKi29","vPadding-48":"KhAZEA","vPadding48":"KhAZEA","spacing-6":"fvc9db","spacing6":"fvc9db","spacing-12":"SJBsMg","spacing12":"SJBsMg","spacing-18":"PP0Owh","spacing18":"PP0Owh","uui-surface-main":"h5Kqbn","uuiSurfaceMain":"h5Kqbn"};
|
|
1156
1156
|
|
|
1157
1157
|
const FlexCell = /* @__PURE__ */withMods(FlexCell$1, () => [css$1i.flexCell]);
|
|
1158
1158
|
|
|
@@ -1176,7 +1176,7 @@ const FlexRow = /* @__PURE__ */withMods(FlexRow$1, (props) => {
|
|
|
1176
1176
|
];
|
|
1177
1177
|
});
|
|
1178
1178
|
|
|
1179
|
-
var css$1h = {"root":"
|
|
1179
|
+
var css$1h = {"root":"R5jzpH","margin-24":"_6gopCF","margin24":"_6gopCF","padding-12":"W-P3gB","padding12":"W-P3gB","padding-24":"lMytPP","padding24":"lMytPP","shadow":"tCCwUD","uui-surface-main":"mH-9GB","uuiSurfaceMain":"mH-9GB"};
|
|
1180
1180
|
|
|
1181
1181
|
const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
1182
1182
|
'uui-panel',
|
|
@@ -1186,7 +1186,7 @@ const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
|
1186
1186
|
props.background && css$1h[`uui-${props.background}`],
|
|
1187
1187
|
]);
|
|
1188
1188
|
|
|
1189
|
-
var css$1g = {"root":"
|
|
1189
|
+
var css$1g = {"root":"_6-5XXH"};
|
|
1190
1190
|
|
|
1191
1191
|
function applyTooltipMods(mods) {
|
|
1192
1192
|
return [
|
|
@@ -1196,7 +1196,7 @@ function applyTooltipMods(mods) {
|
|
|
1196
1196
|
}
|
|
1197
1197
|
const Tooltip = /* @__PURE__ */withMods(uuiComponents.Tooltip, applyTooltipMods);
|
|
1198
1198
|
|
|
1199
|
-
var css$1f = {"uui-typography":"
|
|
1199
|
+
var css$1f = {"uui-typography":"bot6BZ","uuiTypography":"bot6BZ","hero-header":"_9BPPsY","heroHeader":"_9BPPsY","promo-header":"yrFtNy","promoHeader":"yrFtNy","uui-critical":"rOcNtk","uuiCritical":"rOcNtk","uui-info":"hcOFSK","uuiInfo":"hcOFSK","uui-success":"c1GNZU","uuiSuccess":"c1GNZU","uui-warning":"PCui3m","uuiWarning":"PCui3m","uui-highlight":"LCSwv-","uuiHighlight":"LCSwv-","uui-typography-size-12":"OMEB2z","uuiTypographySize12":"OMEB2z","uui-typography-size-14":"NARJzd","uuiTypographySize14":"NARJzd","uui-typography-size-16":"vrZKRI","uuiTypographySize16":"vrZKRI","root":"jQC0tv"};
|
|
1200
1200
|
|
|
1201
1201
|
function applyLabeledInputMods(mods) {
|
|
1202
1202
|
return [
|
|
@@ -1210,7 +1210,7 @@ const LabeledInput = /* @__PURE__ */withMods(uuiComponents.LabeledInput, applyLa
|
|
|
1210
1210
|
infoIcon: props.infoIcon || (settings.sizes.labeledInput.fillIcon.includes(props.size) ? ForwardRef$x : ForwardRef$M),
|
|
1211
1211
|
}));
|
|
1212
1212
|
|
|
1213
|
-
var css$1e = {"root":"
|
|
1213
|
+
var css$1e = {"root":"rEEcMr"};
|
|
1214
1214
|
|
|
1215
1215
|
function RadioGroup(props) {
|
|
1216
1216
|
const direction = props.direction || 'vertical';
|
|
@@ -1225,7 +1225,7 @@ function RadioGroup(props) {
|
|
|
1225
1225
|
})));
|
|
1226
1226
|
}
|
|
1227
1227
|
|
|
1228
|
-
var css$1d = {"root":"
|
|
1228
|
+
var css$1d = {"root":"uAIHBT"};
|
|
1229
1229
|
|
|
1230
1230
|
function applyScrollBarsMods() {
|
|
1231
1231
|
return [
|
|
@@ -1234,13 +1234,13 @@ function applyScrollBarsMods() {
|
|
|
1234
1234
|
}
|
|
1235
1235
|
const ScrollBars = /* @__PURE__ */withMods(ScrollBars$1, applyScrollBarsMods);
|
|
1236
1236
|
|
|
1237
|
-
var css$1c = {"scroll-container":"
|
|
1237
|
+
var css$1c = {"scroll-container":"E-jBHU","scrollContainer":"E-jBHU","list-container":"_46K0GR","listContainer":"_46K0GR"};
|
|
1238
1238
|
|
|
1239
|
-
var css$1b = {"root":"
|
|
1239
|
+
var css$1b = {"root":"WEVq5K"};
|
|
1240
1240
|
|
|
1241
1241
|
const AvatarStack = /* @__PURE__ */withMods(AvatarStack$1, () => [css$1b.root]);
|
|
1242
1242
|
|
|
1243
|
-
var css$1a = {"uui-typography":"
|
|
1243
|
+
var css$1a = {"uui-typography":"UoqqSI","uuiTypography":"UoqqSI","hero-header":"_1sRC7Y","heroHeader":"_1sRC7Y","promo-header":"Oo6ui4","promoHeader":"Oo6ui4","uui-critical":"Kb1nac","uuiCritical":"Kb1nac","uui-info":"lu40fc","uuiInfo":"lu40fc","uui-success":"nJ56SF","uuiSuccess":"nJ56SF","uui-warning":"-BNiAA","uuiWarning":"-BNiAA","uui-highlight":"JHav43","uuiHighlight":"JHav43","uui-typography-size-12":"_0Fx5rJ","uuiTypographySize12":"_0Fx5rJ","uui-typography-size-14":"R0sqUW","uuiTypographySize14":"R0sqUW","uui-typography-size-16":"rTdvRO","uuiTypographySize16":"rTdvRO","root":"GJSJkR"};
|
|
1244
1244
|
|
|
1245
1245
|
const DEFAULT_FILL = 'solid';
|
|
1246
1246
|
function applyBadgeMods(mods) {
|
|
@@ -1268,7 +1268,7 @@ const Badge = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
1268
1268
|
props.isDropdown && (React__default.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
1269
1269
|
});
|
|
1270
1270
|
|
|
1271
|
-
var css$19 = {"uui-typography":"
|
|
1271
|
+
var css$19 = {"uui-typography":"_4GbL04","uuiTypography":"_4GbL04","hero-header":"eMuBgi","heroHeader":"eMuBgi","promo-header":"Qdg1J6","promoHeader":"Qdg1J6","uui-critical":"W0MbOr","uuiCritical":"W0MbOr","uui-info":"xtKCYE","uuiInfo":"xtKCYE","uui-success":"XgAJ3-","uuiSuccess":"XgAJ3-","uui-warning":"AVtij3","uuiWarning":"AVtij3","uui-highlight":"_12nZen","uuiHighlight":"_12nZen","uui-typography-size-12":"-Xbk0m","uuiTypographySize12":"-Xbk0m","uui-typography-size-14":"BMgmPI","uuiTypographySize14":"BMgmPI","uui-typography-size-16":"ujp209","uuiTypographySize16":"ujp209","root":"qTowsh"};
|
|
1272
1272
|
|
|
1273
1273
|
function applyTagMods(props) {
|
|
1274
1274
|
return [
|
|
@@ -1296,7 +1296,7 @@ const Tag = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
1296
1296
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
1297
1297
|
});
|
|
1298
1298
|
|
|
1299
|
-
var css$18 = {"root":"
|
|
1299
|
+
var css$18 = {"root":"kYO-gl","uui-spinner":"plOk6L","uuiSpinner":"plOk6L"};
|
|
1300
1300
|
|
|
1301
1301
|
function applySpinnerMods() {
|
|
1302
1302
|
return [css$18.root, 'uui-spinner'];
|
|
@@ -1333,7 +1333,7 @@ var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline
|
|
|
1333
1333
|
};
|
|
1334
1334
|
var ForwardRef$v = /*#__PURE__*/forwardRef(SvgNavigationChevronRightOutline);
|
|
1335
1335
|
|
|
1336
|
-
var css$17 = {"root":"
|
|
1336
|
+
var css$17 = {"root":"KPBuNd","page":"ZCwzMf","spacer":"Bx7CC7","mode-ghost":"lbTIyf","modeGhost":"lbTIyf"};
|
|
1337
1337
|
|
|
1338
1338
|
function Paginator(props) {
|
|
1339
1339
|
const renderPaginator = (params) => (React__default.createElement("nav", { role: "navigation", className: cx(css$17.root, 'uui-paginator', `uui-size-${props.size || settings.sizes.defaults.paginator}`), ...params.rawProps },
|
|
@@ -1350,14 +1350,14 @@ function Paginator(props) {
|
|
|
1350
1350
|
return React__default.createElement(Paginator$1, { ...props, render: renderPaginator });
|
|
1351
1351
|
}
|
|
1352
1352
|
|
|
1353
|
-
var css$16 = {"root":"
|
|
1353
|
+
var css$16 = {"root":"-hmoTr","progress-bar":"IRuqxM","progressBar":"IRuqxM","progressBar-indeterminate":"uXWQXZ","progressBarIndeterminate":"uXWQXZ","size-12":"zi3YWh","size12":"zi3YWh","size-18":"LI9J8K","size18":"LI9J8K","size-24":"eReL9G","size24":"eReL9G"};
|
|
1354
1354
|
|
|
1355
1355
|
const IndeterminateBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1356
1356
|
return (React.createElement("div", { ref: ref, className: cx('uui-indeterminate_bar', props.cx, css$16.root, css$16[`size-${props.size || 12}`]) },
|
|
1357
1357
|
React.createElement("div", { className: cx(css$16.progressBar) })));
|
|
1358
1358
|
});
|
|
1359
1359
|
|
|
1360
|
-
var css$15 = {"root":"
|
|
1360
|
+
var css$15 = {"root":"cWcSyl","striped":"ahYPot","animate-stripes":"DeWSzd","animateStripes":"DeWSzd","size-12":"WN3dxV","size12":"WN3dxV","size-18":"p8Leio","size18":"p8Leio","size-24":"_3sCpCW","size24":"_3sCpCW"};
|
|
1361
1361
|
|
|
1362
1362
|
const DEFAULT_SIZE = '12';
|
|
1363
1363
|
function applyProgressBarMods(mods) {
|
|
@@ -1372,14 +1372,14 @@ const ProgressBar = /* @__PURE__ */withMods(uuiComponents.ProgressBar, applyProg
|
|
|
1372
1372
|
hideLabel: props.hideLabel || props.striped,
|
|
1373
1373
|
}));
|
|
1374
1374
|
|
|
1375
|
-
var css$14 = {"root":"
|
|
1375
|
+
var css$14 = {"root":"_1mxqqS"};
|
|
1376
1376
|
|
|
1377
1377
|
const IndicatorBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1378
1378
|
const { progress } = props;
|
|
1379
1379
|
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) }));
|
|
1380
1380
|
});
|
|
1381
1381
|
|
|
1382
|
-
var css$13 = {"root":"
|
|
1382
|
+
var css$13 = {"root":"wKXwt6"};
|
|
1383
1383
|
|
|
1384
1384
|
const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
1385
1385
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -1394,7 +1394,7 @@ const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
1394
1394
|
React__default.createElement("p", { className: "uui-status_indicator-caption" }, props.caption)));
|
|
1395
1395
|
});
|
|
1396
1396
|
|
|
1397
|
-
var css$12 = {"drag-handle":"
|
|
1397
|
+
var css$12 = {"drag-handle":"c57JLP","dragHandle":"c57JLP","icon-container":"OnGHl6","iconContainer":"OnGHl6"};
|
|
1398
1398
|
|
|
1399
1399
|
function DataRowAddons(props) {
|
|
1400
1400
|
const row = props.rowProps;
|
|
@@ -1415,7 +1415,7 @@ function DataRowAddons(props) {
|
|
|
1415
1415
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row), size: settings.sizes.rowAddons.icon[props.size] || settings.sizes.rowAddons.defaults.icon }))))));
|
|
1416
1416
|
}
|
|
1417
1417
|
|
|
1418
|
-
var css$11 = {"root":"
|
|
1418
|
+
var css$11 = {"root":"XaRIZv"};
|
|
1419
1419
|
|
|
1420
1420
|
const Blocker = /* @__PURE__ */withMods(Blocker$1, () => [css$11.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__default.createElement(Spinner, null)) }));
|
|
1421
1421
|
|
|
@@ -1461,7 +1461,7 @@ const VirtualListView = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1461
1461
|
React.createElement(Blocker, { isEnabled: props.isLoading })));
|
|
1462
1462
|
});
|
|
1463
1463
|
|
|
1464
|
-
var css$10 = {"root":"
|
|
1464
|
+
var css$10 = {"root":"_2PeQkk"};
|
|
1465
1465
|
|
|
1466
1466
|
function CheckboxGroup(props) {
|
|
1467
1467
|
const currentValue = props.value || [];
|
|
@@ -1483,7 +1483,7 @@ function CheckboxGroup(props) {
|
|
|
1483
1483
|
})));
|
|
1484
1484
|
}
|
|
1485
1485
|
|
|
1486
|
-
var css$$ = {"uui-typography":"
|
|
1486
|
+
var css$$ = {"uui-typography":"bjKQZM","uuiTypography":"bjKQZM","hero-header":"_2q-vVb","heroHeader":"_2q-vVb","promo-header":"xaBW4-","promoHeader":"xaBW4-","uui-critical":"y4gPsg","uuiCritical":"y4gPsg","uui-info":"LI8nK8","uuiInfo":"LI8nK8","uui-success":"q8kPAZ","uuiSuccess":"q8kPAZ","uui-warning":"_8i8Tx-","uuiWarning":"_8i8Tx-","uui-highlight":"hDnc6j","uuiHighlight":"hDnc6j","uui-typography-size-12":"fPGs-C","uuiTypographySize12":"fPGs-C","uui-typography-size-14":"kcKByK","uuiTypographySize14":"kcKByK","uui-typography-size-16":"cfTRxe","uuiTypographySize16":"cfTRxe","root":"HTbGmP","modal-blocker":"_0NOXLP","modalBlocker":"_0NOXLP","animateModalBlocker":"WxEKJO","modal":"TnXYae","modal-footer":"wY7RTw","modalFooter":"wY7RTw","modal-header":"_14QATT","modalHeader":"_14QATT"};
|
|
1487
1487
|
|
|
1488
1488
|
const ModalBlocker = /* @__PURE__ */withMods(ModalBlocker$1, () => [css$$.modalBlocker]);
|
|
1489
1489
|
const ModalWindow = /* @__PURE__ */withMods(ModalWindow$1, () => [css$$.root, css$$.modal], (props) => {
|
|
@@ -1692,7 +1692,7 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
|
1692
1692
|
};
|
|
1693
1693
|
var ForwardRef$u = /*#__PURE__*/forwardRef(SvgNotificationHelpFill);
|
|
1694
1694
|
|
|
1695
|
-
var css$_ = {"uui-typography":"
|
|
1695
|
+
var css$_ = {"uui-typography":"_4kl1G-","uuiTypography":"_4kl1G-","hero-header":"m6MIAC","heroHeader":"m6MIAC","promo-header":"UHcvON","promoHeader":"UHcvON","uui-critical":"U8M7LS","uuiCritical":"U8M7LS","uui-info":"W19EWM","uuiInfo":"W19EWM","uui-success":"wH2wdL","uuiSuccess":"wH2wdL","uui-warning":"CqDQds","uuiWarning":"CqDQds","uui-highlight":"N5rT1q","uuiHighlight":"N5rT1q","uui-typography-size-12":"m4SQ2b","uuiTypographySize12":"m4SQ2b","uui-typography-size-14":"MRZ-16","uuiTypographySize14":"MRZ-16","uui-typography-size-16":"_8Lqeex","uuiTypographySize16":"_8Lqeex","root":"_1vhKyk","icon-wrapper":"_9tKYVi","iconWrapper":"_9tKYVi","action-wrapper":"o8sOOL","actionWrapper":"o8sOOL","action-link":"F44Faz","actionLink":"F44Faz","close-icon":"C10Sgx","closeIcon":"C10Sgx","main-path":"HtmEzk","mainPath":"HtmEzk","content":"dD4-SS","close-wrapper":"AdQ5mS","closeWrapper":"AdQ5mS","notification-wrapper":"lW-c3L","notificationWrapper":"lW-c3L","clear-button":"_0W2mXS","clearButton":"_0W2mXS"};
|
|
1696
1696
|
|
|
1697
1697
|
const NotificationCard = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
1698
1698
|
const notificationCardNode = React__default.useRef(null);
|
|
@@ -1725,7 +1725,7 @@ function ClearNotification() {
|
|
|
1725
1725
|
React__default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
|
|
1726
1726
|
}
|
|
1727
1727
|
|
|
1728
|
-
var css$Z = {"footer":"
|
|
1728
|
+
var css$Z = {"footer":"_1oKxmA"};
|
|
1729
1729
|
|
|
1730
1730
|
class ConfirmationModal extends React.Component {
|
|
1731
1731
|
render() {
|
|
@@ -1767,7 +1767,7 @@ function useReliableForceUpdate() {
|
|
|
1767
1767
|
return red[1];
|
|
1768
1768
|
}
|
|
1769
1769
|
|
|
1770
|
-
var css$Y = {"root":"
|
|
1770
|
+
var css$Y = {"root":"viUfmO","timepicker-input":"_7SMPrZ","timepickerInput":"_7SMPrZ","ltr-always":"v25lJe","ltrAlways":"v25lJe"};
|
|
1771
1771
|
|
|
1772
1772
|
const uuiTimePicker = {
|
|
1773
1773
|
container: 'uui-timepicker-container',
|
|
@@ -1960,7 +1960,7 @@ function TimePicker(props) {
|
|
|
1960
1960
|
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 }));
|
|
1961
1961
|
}
|
|
1962
1962
|
|
|
1963
|
-
var css$X = {"root":"
|
|
1963
|
+
var css$X = {"root":"vn5ulM"};
|
|
1964
1964
|
|
|
1965
1965
|
function applyInputAddonMods() {
|
|
1966
1966
|
return [
|
|
@@ -1969,7 +1969,7 @@ function applyInputAddonMods() {
|
|
|
1969
1969
|
}
|
|
1970
1970
|
const InputAddon = /* @__PURE__ */withMods(InputAddon$1, applyInputAddonMods);
|
|
1971
1971
|
|
|
1972
|
-
var css$W = {"root":"
|
|
1972
|
+
var css$W = {"root":"gp0Xpi"};
|
|
1973
1973
|
|
|
1974
1974
|
function applySliderMods() {
|
|
1975
1975
|
return [css$W.root, 'uui-color-neutral'];
|
|
@@ -1992,7 +1992,7 @@ var SvgStarFilled = function SvgStarFilled(props, ref) {
|
|
|
1992
1992
|
};
|
|
1993
1993
|
var ForwardRef$t = /*#__PURE__*/forwardRef(SvgStarFilled);
|
|
1994
1994
|
|
|
1995
|
-
var css$V = {"root":"
|
|
1995
|
+
var css$V = {"root":"S5sXwq","tooltip":"_6fCVGS"};
|
|
1996
1996
|
|
|
1997
1997
|
function applyRatingMods(mods) {
|
|
1998
1998
|
return [
|
|
@@ -2133,7 +2133,7 @@ const getNextYearsList = (currentDate) => {
|
|
|
2133
2133
|
return currentDate.add(16, 'year');
|
|
2134
2134
|
};
|
|
2135
2135
|
|
|
2136
|
-
var css$U = {"root":"
|
|
2136
|
+
var css$U = {"root":"X7YXAA","container":"Yc4nCK"};
|
|
2137
2137
|
|
|
2138
2138
|
const uuiHeader = {
|
|
2139
2139
|
container: 'uui-datepicker-header-container',
|
|
@@ -2217,14 +2217,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2217
2217
|
React.createElement(Button, { icon: navIconRight || ForwardRef$v, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
|
|
2218
2218
|
}
|
|
2219
2219
|
|
|
2220
|
-
var css$T = {"uui-typography":"
|
|
2220
|
+
var css$T = {"uui-typography":"F0mDic","uuiTypography":"F0mDic","hero-header":"_2CR2v2","heroHeader":"_2CR2v2","promo-header":"R3B7DC","promoHeader":"R3B7DC","uui-critical":"k-VlkA","uuiCritical":"k-VlkA","uui-info":"pzTxBf","uuiInfo":"pzTxBf","uui-success":"jIkoO2","uuiSuccess":"jIkoO2","uui-warning":"LAfsOD","uuiWarning":"LAfsOD","uui-highlight":"LJn3LH","uuiHighlight":"LJn3LH","uui-typography-size-12":"snZwNP","uuiTypographySize12":"snZwNP","uui-typography-size-14":"zB5PFA","uuiTypographySize14":"zB5PFA","uui-typography-size-16":"_3YetGX","uuiTypographySize16":"_3YetGX","root":"iuKTCS"};
|
|
2221
2221
|
|
|
2222
2222
|
function applyDateSelectionMods() {
|
|
2223
2223
|
return [css$T.root, `uui-size-${settings.sizes.defaults.datePicker}`];
|
|
2224
2224
|
}
|
|
2225
2225
|
const Calendar = /* @__PURE__ */withMods(Calendar$1, applyDateSelectionMods);
|
|
2226
2226
|
|
|
2227
|
-
var css$S = {"uui-typography":"
|
|
2227
|
+
var css$S = {"uui-typography":"xLkxK8","uuiTypography":"xLkxK8","hero-header":"_8rNfVS","heroHeader":"_8rNfVS","promo-header":"pNUBoq","promoHeader":"pNUBoq","uui-critical":"XkUc--","uuiCritical":"XkUc--","uui-info":"hkTTQ8","uuiInfo":"hkTTQ8","uui-success":"_1sX8wG","uuiSuccess":"_1sX8wG","uui-warning":"qwhzeP","uuiWarning":"qwhzeP","uui-highlight":"QCeyR0","uuiHighlight":"QCeyR0","uui-typography-size-12":"-PVvno","uuiTypographySize12":"-PVvno","uui-typography-size-14":"Wkwjyc","uuiTypographySize14":"Wkwjyc","uui-typography-size-16":"i7OHlH","uuiTypographySize16":"i7OHlH","root":"jWl507"};
|
|
2228
2228
|
|
|
2229
2229
|
const uuiDatePickerBody = {
|
|
2230
2230
|
wrapper: 'uui-datepicker-body-wrapper',
|
|
@@ -2350,7 +2350,7 @@ function DatePickerComponent(props, ref) {
|
|
|
2350
2350
|
}
|
|
2351
2351
|
const DatePicker = /* @__PURE__ */React__default.forwardRef(DatePickerComponent);
|
|
2352
2352
|
|
|
2353
|
-
var css$R = {"uui-typography":"
|
|
2353
|
+
var css$R = {"uui-typography":"fGOdV5","uuiTypography":"fGOdV5","hero-header":"CbPWb-","heroHeader":"CbPWb-","promo-header":"ZQ1sMM","promoHeader":"ZQ1sMM","uui-critical":"_0JVWfY","uuiCritical":"_0JVWfY","uui-info":"ckZI4V","uuiInfo":"ckZI4V","uui-success":"bLIVDB","uuiSuccess":"bLIVDB","uui-warning":"V-CbN6","uuiWarning":"V-CbN6","uui-highlight":"mJtwza","uuiHighlight":"mJtwza","uui-typography-size-12":"juNEDh","uuiTypographySize12":"juNEDh","uui-typography-size-14":"LOjA0j","uuiTypographySize14":"LOjA0j","uui-typography-size-16":"oopHqr","uuiTypographySize16":"oopHqr","date-input":"K3Iyk7","dateInput":"K3Iyk7","root":"YRh61d","separator":"_0cn4Fc","mode-form":"LVEQc3","modeForm":"LVEQc3","mode-cell":"_6tVGS5","modeCell":"_6tVGS5"};
|
|
2354
2354
|
|
|
2355
2355
|
const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, onKeyDown, id, cx: classes, }, ref) => {
|
|
2356
2356
|
const [inputValue, setInputValue] = useState(toCustomDateRangeFormat(value, format));
|
|
@@ -2401,7 +2401,7 @@ const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid,
|
|
|
2401
2401
|
} : 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?.to, onClick: onClick, onKeyDown: onInputKeyDown })));
|
|
2402
2402
|
});
|
|
2403
2403
|
|
|
2404
|
-
var css$Q = {"uui-typography":"
|
|
2404
|
+
var css$Q = {"uui-typography":"Y4lcNu","uuiTypography":"Y4lcNu","hero-header":"_8QlDrq","heroHeader":"_8QlDrq","promo-header":"-Y2gyw","promoHeader":"-Y2gyw","uui-critical":"d5-90D","uuiCritical":"d5-90D","uui-info":"PzCPUl","uuiInfo":"PzCPUl","uui-success":"Yi9b-V","uuiSuccess":"Yi9b-V","uui-warning":"_5K9BtE","uuiWarning":"_5K9BtE","uui-highlight":"-jlBut","uuiHighlight":"-jlBut","uui-typography-size-12":"nFKxlV","uuiTypographySize12":"nFKxlV","uui-typography-size-14":"_6TICHv","uuiTypographySize14":"_6TICHv","uui-typography-size-16":"p-wxXR","uuiTypographySize16":"p-wxXR","root":"jaJr3o"};
|
|
2405
2405
|
|
|
2406
2406
|
const uuiPresets = {
|
|
2407
2407
|
container: 'uui-presets-container',
|
|
@@ -2421,7 +2421,7 @@ function CalendarPresets(props) {
|
|
|
2421
2421
|
getPresets(props.presets).map((item) => (React.createElement(LinkButton, { key: item.key, caption: item.name, onClick: () => props.onPresetSet(item), size: "24" })))));
|
|
2422
2422
|
}
|
|
2423
2423
|
|
|
2424
|
-
var css$P = {"uui-typography":"
|
|
2424
|
+
var css$P = {"uui-typography":"zMMTYv","uuiTypography":"zMMTYv","hero-header":"dptuRA","heroHeader":"dptuRA","promo-header":"iII0EM","promoHeader":"iII0EM","uui-critical":"_8oY2gS","uuiCritical":"_8oY2gS","uui-info":"MAsIV4","uuiInfo":"MAsIV4","uui-success":"s55hbV","uuiSuccess":"s55hbV","uui-warning":"WJ5VVI","uuiWarning":"WJ5VVI","uui-highlight":"f1mNBp","uuiHighlight":"f1mNBp","uui-typography-size-12":"gxjzh4","uuiTypographySize12":"gxjzh4","uui-typography-size-14":"skhM4o","uuiTypographySize14":"skhM4o","uui-typography-size-16":"ezRchs","uuiTypographySize16":"ezRchs","root":"rVfCGD","container":"OC63v3","day-selection":"y9pVgb","daySelection":"y9pVgb","from-picker":"LNDxzH","fromPicker":"LNDxzH","to-picker":"NvE6R2","toPicker":"NvE6R2","bodes-wrapper":"_5-c3D-","bodesWrapper":"_5-c3D-","blocker":"V8JvvH"};
|
|
2425
2425
|
|
|
2426
2426
|
const uuiRangeDatePickerBody = {
|
|
2427
2427
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -2596,7 +2596,7 @@ const getDayCX = (day, selectedDate) => {
|
|
|
2596
2596
|
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)];
|
|
2597
2597
|
};
|
|
2598
2598
|
|
|
2599
|
-
var css$O = {"dropdown-container":"
|
|
2599
|
+
var css$O = {"dropdown-container":"y75h2i","dropdownContainer":"y75h2i"};
|
|
2600
2600
|
|
|
2601
2601
|
const modifiers = [{
|
|
2602
2602
|
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":"JZ5pvF","blocker":"eucSLu","marker":"cLSDaz","top":"tjlYud","bottom":"ttn8DY","left":"BYcVtZ","right":"HeaIM3","inside":"lI8yzs"};
|
|
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":"_1AqCnp","line-height":"_0jLUf2","lineHeight":"_0jLUf2","font-size":"xRhL3l","fontSize":"xRhL3l"};
|
|
2683
2683
|
|
|
2684
2684
|
function applyTextMods(mods) {
|
|
2685
2685
|
return [
|
|
@@ -2706,7 +2706,7 @@ const Text = /* @__PURE__ */withMods(uuiComponents.Text, applyTextMods, (props)
|
|
|
2706
2706
|
};
|
|
2707
2707
|
});
|
|
2708
2708
|
|
|
2709
|
-
var css$L = {"root":"
|
|
2709
|
+
var css$L = {"root":"Ax5FVB","loading-word":"_-3dlRS","loadingWord":"_-3dlRS","animated-loading":"gVmfEA","animatedLoading":"gVmfEA","skeleton_loading":"pcM3K4","skeletonLoading":"pcM3K4"};
|
|
2710
2710
|
|
|
2711
2711
|
const TextPlaceholder = (props) => {
|
|
2712
2712
|
const pattern = ' ';
|
|
@@ -2725,7 +2725,7 @@ const TextPlaceholder = (props) => {
|
|
|
2725
2725
|
|
|
2726
2726
|
const RichTextView = /* @__PURE__ */withMods(uuiComponents.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || settings.sizes.defaults.richTextView}`]);
|
|
2727
2727
|
|
|
2728
|
-
var css$K = {"uui-typography":"
|
|
2728
|
+
var css$K = {"uui-typography":"kdm0Ol","uuiTypography":"kdm0Ol","hero-header":"FiSzdx","heroHeader":"FiSzdx","promo-header":"HC72DA","promoHeader":"HC72DA","uui-critical":"itz5sT","uuiCritical":"itz5sT","uui-info":"_0ebr1r","uuiInfo":"_0ebr1r","uui-success":"tDv6XY","uuiSuccess":"tDv6XY","uui-warning":"bpq25L","uuiWarning":"bpq25L","uui-highlight":"qaO08W","uuiHighlight":"qaO08W","uui-typography-size-12":"kAwjJa","uuiTypographySize12":"kAwjJa","uui-typography-size-14":"_4sPjkr","uuiTypographySize14":"_4sPjkr","uui-typography-size-16":"OFJ7D6","uuiTypographySize16":"OFJ7D6","modal":"wX8lqW","search-wrapper":"cU64v3","searchWrapper":"cU64v3","no-data":"ounvMK","noData":"ounvMK","type-search-to-load-size-24":"RIanhS","typeSearchToLoadSize24":"RIanhS"};
|
|
2729
2729
|
|
|
2730
2730
|
class DataPickerBody extends PickerBodyBase {
|
|
2731
2731
|
constructor() {
|
|
@@ -2773,7 +2773,7 @@ class DataPickerBody extends PickerBodyBase {
|
|
|
2773
2773
|
}
|
|
2774
2774
|
}
|
|
2775
2775
|
|
|
2776
|
-
var css$J = {"footer":"
|
|
2776
|
+
var css$J = {"footer":"cpdzuo"};
|
|
2777
2777
|
|
|
2778
2778
|
function DataPickerFooterImpl(props) {
|
|
2779
2779
|
const { search, clearSelection, view, showSelected, selectionMode, isSearchTooShort, } = props;
|
|
@@ -2799,7 +2799,7 @@ function DataPickerFooterImpl(props) {
|
|
|
2799
2799
|
}
|
|
2800
2800
|
const DataPickerFooter = /* @__PURE__ */React__default.memo(DataPickerFooterImpl);
|
|
2801
2801
|
|
|
2802
|
-
var css$I = {"header":"
|
|
2802
|
+
var css$I = {"header":"GXGEvv","title":"bcv174","close":"iqdcrj"};
|
|
2803
2803
|
|
|
2804
2804
|
const DataPickerHeaderImpl = (props) => {
|
|
2805
2805
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -2824,7 +2824,7 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
|
2824
2824
|
};
|
|
2825
2825
|
var ForwardRef$s = /*#__PURE__*/forwardRef(SvgNotificationDoneFill);
|
|
2826
2826
|
|
|
2827
|
-
var css$H = {"uui-typography":"
|
|
2827
|
+
var css$H = {"uui-typography":"_09ElWl","uuiTypography":"_09ElWl","hero-header":"kHOI1y","heroHeader":"kHOI1y","promo-header":"tmkmWs","promoHeader":"tmkmWs","uui-critical":"_5eXA9Z","uuiCritical":"_5eXA9Z","uui-info":"wpSHIM","uuiInfo":"wpSHIM","uui-success":"DbmUDb","uuiSuccess":"DbmUDb","uui-warning":"n3hvOA","uuiWarning":"n3hvOA","uui-highlight":"vSCtVa","uuiHighlight":"vSCtVa","uui-typography-size-12":"e484Te","uuiTypographySize12":"e484Te","uui-typography-size-14":"wVyHKS","uuiTypographySize14":"wVyHKS","uui-typography-size-16":"_5ig56r","uuiTypographySize16":"_5ig56r","root":"TpTwsw","align-widgets-top":"luhodm","alignWidgetsTop":"luhodm","align-widgets-center":"ItttRg","alignWidgetsCenter":"ItttRg","icon-container":"dAO9Jh","iconContainer":"dAO9Jh","loading-cell":"wezk9U","loadingCell":"wezk9U","content-wrapper":"-us1Mo","contentWrapper":"-us1Mo","render-item":"-HTeJx","renderItem":"-HTeJx","icon-wrapper":"_4s57AH","iconWrapper":"_4s57AH","icon-default":"FjK45Z","iconDefault":"FjK45Z","selected-mark":"_5GeH-T","selectedMark":"_5GeH-T"};
|
|
2828
2828
|
|
|
2829
2829
|
function DataPickerCell(props) {
|
|
2830
2830
|
const ref = React.useRef();
|
|
@@ -2861,7 +2861,7 @@ function DataPickerCell(props) {
|
|
|
2861
2861
|
getWrappedContent()));
|
|
2862
2862
|
}
|
|
2863
2863
|
|
|
2864
|
-
var css$G = {"uui-typography":"
|
|
2864
|
+
var css$G = {"uui-typography":"_2OSVOz","uuiTypography":"_2OSVOz","hero-header":"Kl4pH2","heroHeader":"Kl4pH2","promo-header":"Z56vHu","promoHeader":"Z56vHu","uui-critical":"XfbV-1","uuiCritical":"XfbV-1","uui-info":"HQL7rv","uuiInfo":"HQL7rv","uui-success":"fGPDSD","uuiSuccess":"fGPDSD","uui-warning":"EmHwgq","uuiWarning":"EmHwgq","uui-highlight":"_6uR4vg","uuiHighlight":"_6uR4vg","uui-typography-size-12":"guVzeR","uuiTypographySize12":"guVzeR","uui-typography-size-14":"gQm0HK","uuiTypographySize14":"gQm0HK","uui-typography-size-16":"_7j5e-A","uuiTypographySize16":"_7j5e-A","picker-row":"Wxz5zW","pickerRow":"Wxz5zW"};
|
|
2865
2865
|
|
|
2866
2866
|
class DataPickerRow extends React.Component {
|
|
2867
2867
|
constructor() {
|
|
@@ -2875,7 +2875,7 @@ class DataPickerRow extends React.Component {
|
|
|
2875
2875
|
}
|
|
2876
2876
|
}
|
|
2877
2877
|
|
|
2878
|
-
var css$F = {"uui-typography":"
|
|
2878
|
+
var css$F = {"uui-typography":"XSnYOn","uuiTypography":"XSnYOn","hero-header":"-HZY--","heroHeader":"-HZY--","promo-header":"wSFkfZ","promoHeader":"wSFkfZ","uui-critical":"j8UFg6","uuiCritical":"j8UFg6","uui-info":"B9zsii","uuiInfo":"B9zsii","uui-success":"_--02Aa","uuiSuccess":"_--02Aa","uui-warning":"V-Fgav","uuiWarning":"V-Fgav","uui-highlight":"AQ7DmL","uuiHighlight":"AQ7DmL","uui-typography-size-12":"bR6IXe","uuiTypographySize12":"bR6IXe","uui-typography-size-14":"xCr55y","uuiTypographySize14":"xCr55y","uui-typography-size-16":"rHtpnz","uuiTypographySize16":"rHtpnz","done":"_5frnS6","container":"izUN25"};
|
|
2879
2879
|
|
|
2880
2880
|
const PickerBodyMobileView = (props) => {
|
|
2881
2881
|
const isMobileView = isMobile();
|
|
@@ -2909,7 +2909,7 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
2909
2909
|
};
|
|
2910
2910
|
var ForwardRef$r = /*#__PURE__*/forwardRef(SvgSearchWithBackground);
|
|
2911
2911
|
|
|
2912
|
-
var css$E = {"uui-typography":"
|
|
2912
|
+
var css$E = {"uui-typography":"mwoeBZ","uuiTypography":"mwoeBZ","hero-header":"RelaKk","heroHeader":"RelaKk","promo-header":"mipFt6","promoHeader":"mipFt6","uui-critical":"I7VYmg","uuiCritical":"I7VYmg","uui-info":"pv62U8","uuiInfo":"pv62U8","uui-success":"_3wZsZT","uuiSuccess":"_3wZsZT","uui-warning":"c1SJt6","uuiWarning":"c1SJt6","uui-highlight":"_3qmgfF","uuiHighlight":"_3qmgfF","uui-typography-size-12":"CHLS9R","uuiTypographySize12":"CHLS9R","uui-typography-size-14":"_18ZJTb","uuiTypographySize14":"_18ZJTb","uui-typography-size-16":"_6Ahusq","uuiTypographySize16":"_6Ahusq","sub-header-wrapper":"uGAEEH","subHeaderWrapper":"uGAEEH","switch":"BvXZEB","no-found-modal-container":"_3CF3Vo","noFoundModalContainer":"_3CF3Vo","no-found-modal-container-icon":"zRVr2x","noFoundModalContainerIcon":"zRVr2x","no-found-modal-container-text":"CR-1Xx","noFoundModalContainerText":"CR-1Xx"};
|
|
2913
2913
|
|
|
2914
2914
|
const mergeHighlightRanges = (ranges) => {
|
|
2915
2915
|
const mergedRanges = [];
|
|
@@ -2976,7 +2976,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
2976
2976
|
return getDecoratedText(str, ranges);
|
|
2977
2977
|
};
|
|
2978
2978
|
|
|
2979
|
-
var css$D = {"root":"
|
|
2979
|
+
var css$D = {"root":"p4SYcy","column-gap":"Ik-Ljx","columnGap":"Ik-Ljx","multiline":"E4cWk2","text":"zH5FqP"};
|
|
2980
2980
|
|
|
2981
2981
|
function PickerItem(props) {
|
|
2982
2982
|
const { highlightSearchMatches = true, size, avatarUrl, isLoading, isDisabled, icon, cx, } = props;
|
|
@@ -3050,7 +3050,7 @@ function PickerModal(props) {
|
|
|
3050
3050
|
React__default.createElement(ModalFooter, { padding: "24", vPadding: "24" }, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
3051
3051
|
}
|
|
3052
3052
|
|
|
3053
|
-
var css$C = {"tooltip":"
|
|
3053
|
+
var css$C = {"tooltip":"cQF27C"};
|
|
3054
3054
|
|
|
3055
3055
|
const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
3056
3056
|
const tagProps = {
|
|
@@ -3069,7 +3069,7 @@ const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
3069
3069
|
}
|
|
3070
3070
|
});
|
|
3071
3071
|
|
|
3072
|
-
var css$B = {"uui-typography":"
|
|
3072
|
+
var css$B = {"uui-typography":"qcqO8M","uuiTypography":"qcqO8M","hero-header":"K-EsiO","heroHeader":"K-EsiO","promo-header":"nQV937","promoHeader":"nQV937","uui-critical":"_63xBkh","uuiCritical":"_63xBkh","uui-info":"L5TZzP","uuiInfo":"L5TZzP","uui-success":"_8L6ekU","uuiSuccess":"_8L6ekU","uui-warning":"cfMc51","uuiWarning":"cfMc51","uui-highlight":"cRusEA","uuiHighlight":"cRusEA","uui-typography-size-12":"QuVAnn","uuiTypographySize12":"QuVAnn","uui-typography-size-14":"a3fap6","uuiTypographySize14":"a3fap6","uui-typography-size-16":"riX7aG","uuiTypographySize16":"riX7aG","root":"ERH29v","mode-form":"otZUnl","modeForm":"otZUnl","mode-cell":"OEhMug","modeCell":"OEhMug","mode-inline":"SmPy0s","modeInline":"SmPy0s"};
|
|
3073
3073
|
|
|
3074
3074
|
const defaultMode = EditMode.FORM;
|
|
3075
3075
|
function applyPickerTogglerMods(mods) {
|
|
@@ -3170,7 +3170,7 @@ function PickerInputComponent({ highlightSearchMatches = true, ...props }, ref)
|
|
|
3170
3170
|
}
|
|
3171
3171
|
const PickerInput = /* @__PURE__ */React__default.forwardRef(PickerInputComponent);
|
|
3172
3172
|
|
|
3173
|
-
var css$A = {"row":"
|
|
3173
|
+
var css$A = {"row":"ie700M"};
|
|
3174
3174
|
|
|
3175
3175
|
function PickerListItem(props) {
|
|
3176
3176
|
let label;
|
|
@@ -3190,7 +3190,7 @@ function PickerListItem(props) {
|
|
|
3190
3190
|
return (React__default.createElement("div", { role: "option", "aria-selected": props.isSelectable ? props.isSelected : undefined, "aria-busy": props.isLoading, "aria-posinset": props.index + 1, ...(props.checkbox?.isVisible && { 'aria-checked': props.isChecked }), className: css$A.row }, component));
|
|
3191
3191
|
}
|
|
3192
3192
|
|
|
3193
|
-
var css$z = {"root":"
|
|
3193
|
+
var css$z = {"root":"_6TjiXI"};
|
|
3194
3194
|
|
|
3195
3195
|
function PickerList(props) {
|
|
3196
3196
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = usePickerList(props);
|
|
@@ -3225,7 +3225,7 @@ function PickerList(props) {
|
|
|
3225
3225
|
}, selectedRows)));
|
|
3226
3226
|
}
|
|
3227
3227
|
|
|
3228
|
-
var css$y = {"uui-typography":"
|
|
3228
|
+
var css$y = {"uui-typography":"KGRYfa","uuiTypography":"KGRYfa","hero-header":"MRNlxt","heroHeader":"MRNlxt","promo-header":"GzwpNa","promoHeader":"GzwpNa","uui-critical":"WTxk1x","uuiCritical":"WTxk1x","uui-info":"Okf0Nh","uuiInfo":"Okf0Nh","uui-success":"LV95Ws","uuiSuccess":"LV95Ws","uui-warning":"SOWSwV","uuiWarning":"SOWSwV","uui-highlight":"NWNgAa","uuiHighlight":"NWNgAa","uui-typography-size-12":"tx5bcN","uuiTypographySize12":"tx5bcN","uui-typography-size-14":"Wx2y3k","uuiTypographySize14":"Wx2y3k","uui-typography-size-16":"IvoPaE","uuiTypographySize16":"IvoPaE","root":"MLWTSL","wrapper":"wnf0IC","align-widgets-top":"jiRgOL","alignWidgetsTop":"jiRgOL","align-widgets-center":"qcurAd","alignWidgetsCenter":"qcurAd"};
|
|
3229
3229
|
|
|
3230
3230
|
function DataTableCell(initialProps) {
|
|
3231
3231
|
const props = { ...initialProps };
|
|
@@ -3274,7 +3274,7 @@ function DataTableCell(initialProps) {
|
|
|
3274
3274
|
return React.createElement(DataTableCell$1, { ...props });
|
|
3275
3275
|
}
|
|
3276
3276
|
|
|
3277
|
-
var css$x = {"uui-typography":"
|
|
3277
|
+
var css$x = {"uui-typography":"USrv8w","uuiTypography":"USrv8w","hero-header":"JHqqZ6","heroHeader":"JHqqZ6","promo-header":"SSDFvy","promoHeader":"SSDFvy","uui-critical":"swLMxw","uuiCritical":"swLMxw","uui-info":"_110hCs","uuiInfo":"_110hCs","uui-success":"YX5p1N","uuiSuccess":"YX5p1N","uui-warning":"NUslAy","uuiWarning":"NUslAy","uui-highlight":"zeIBkd","uuiHighlight":"zeIBkd","uui-typography-size-12":"nzUGD9","uuiTypographySize12":"nzUGD9","uui-typography-size-14":"KBpQb-","uuiTypographySize14":"KBpQb-","uui-typography-size-16":"_5QIId1","uuiTypographySize16":"_5QIId1","root":"ui-Lvc"};
|
|
3278
3278
|
|
|
3279
3279
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3280
3280
|
// 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.
|
|
@@ -3290,7 +3290,7 @@ const DataTableRow = /* @__PURE__ */withMods(DataTableRow$1, ({ borderBottom = t
|
|
|
3290
3290
|
];
|
|
3291
3291
|
}, () => propsMods);
|
|
3292
3292
|
|
|
3293
|
-
var css$w = {"uui-typography":"
|
|
3293
|
+
var css$w = {"uui-typography":"RkNAOj","uuiTypography":"RkNAOj","hero-header":"mOsPzR","heroHeader":"mOsPzR","promo-header":"HUmUXw","promoHeader":"HUmUXw","uui-critical":"HXA93g","uuiCritical":"HXA93g","uui-info":"ZIBMS2","uuiInfo":"ZIBMS2","uui-success":"sfmkME","uuiSuccess":"sfmkME","uui-warning":"_5DFjYM","uuiWarning":"_5DFjYM","uui-highlight":"lmplNr","uuiHighlight":"lmplNr","uui-typography-size-12":"_8O9ipp","uuiTypographySize12":"_8O9ipp","uui-typography-size-14":"XBzd9U","uuiTypographySize14":"XBzd9U","uui-typography-size-16":"DOHABR","uuiTypographySize16":"DOHABR","sorting-panel-container":"pdnH6x","sortingPanelContainer":"pdnH6x"};
|
|
3294
3294
|
|
|
3295
3295
|
var _path$q;
|
|
3296
3296
|
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); }
|
|
@@ -3420,7 +3420,7 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
|
|
|
3420
3420
|
};
|
|
3421
3421
|
var ForwardRef$k = /*#__PURE__*/forwardRef(SvgNavigationExpandAllOutline);
|
|
3422
3422
|
|
|
3423
|
-
var css$v = {"uui-typography":"
|
|
3423
|
+
var css$v = {"uui-typography":"_3Vc-8b","uuiTypography":"_3Vc-8b","hero-header":"gDC9nP","heroHeader":"gDC9nP","promo-header":"BYrO9p","promoHeader":"BYrO9p","uui-critical":"gl5sTm","uuiCritical":"gl5sTm","uui-info":"tJXSGE","uuiInfo":"tJXSGE","uui-success":"vQhWb2","uuiSuccess":"vQhWb2","uui-warning":"BG6xzG","uuiWarning":"BG6xzG","uui-highlight":"Htqf8x","uuiHighlight":"Htqf8x","uui-typography-size-12":"GOyGsw","uuiTypographySize12":"GOyGsw","uui-typography-size-14":"oEhlj5","uuiTypographySize14":"oEhlj5","uui-typography-size-16":"mkQ9jj","uuiTypographySize16":"mkQ9jj","root":"XU7cg1","caption-wrapper":"Xsu4Jw","captionWrapper":"Xsu4Jw","sort-icon":"AS-Did","sortIcon":"AS-Did","dropdown-icon":"_88sG5c","dropdownIcon":"_88sG5c","infoIcon":"YzSwbG","resizable":"ChxbIv","align-right":"bNTzey","alignRight":"bNTzey","align-center":"UoHjKz","alignCenter":"UoHjKz","caption":"tmpgCg","truncate":"ova2FA","checkbox":"GlM16B","icon":"mornA8","fold-all-icon":"takeJu","foldAllIcon":"takeJu","cell-tooltip":"zf3WJg","cellTooltip":"zf3WJg","upper-case":"t4xKJt","upperCase":"t4xKJt","resizing-marker":"GRgyTg","resizingMarker":"GRgyTg","pinned-right":"_94P1lQ","pinnedRight":"_94P1lQ","draggable":"D0l-Pe","ghost":"NOxESd","is-dragged-out":"ylK0LH","isDraggedOut":"ylK0LH","dnd-marker-left":"VUL7LH","dndMarkerLeft":"VUL7LH","dnd-marker-right":"_62RT1R","dndMarkerRight":"_62RT1R","cell-tooltip-wrapper":"ZtkLvl","cellTooltipWrapper":"ZtkLvl","cell-tooltip-text":"n2xRfE","cellTooltipText":"n2xRfE","tooltip-caption":"VqKDsN","tooltipCaption":"VqKDsN","tooltip-info":"GKjfVq","tooltipInfo":"GKjfVq"};
|
|
3424
3424
|
|
|
3425
3425
|
class DataTableHeaderCell extends React.Component {
|
|
3426
3426
|
constructor() {
|
|
@@ -3528,9 +3528,9 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
|
3528
3528
|
};
|
|
3529
3529
|
var ForwardRef$j = /*#__PURE__*/forwardRef(SvgActionSettingsFill);
|
|
3530
3530
|
|
|
3531
|
-
var css$u = {"uui-typography":"
|
|
3531
|
+
var css$u = {"uui-typography":"jMvJ3b","uuiTypography":"jMvJ3b","hero-header":"aHa47f","heroHeader":"aHa47f","promo-header":"s7eZwz","promoHeader":"s7eZwz","uui-critical":"_9Flnhb","uuiCritical":"_9Flnhb","uui-info":"Tes-YG","uuiInfo":"Tes-YG","uui-success":"slQeVn","uuiSuccess":"slQeVn","uui-warning":"naw9b9","uuiWarning":"naw9b9","uui-highlight":"QBkJF0","uuiHighlight":"QBkJF0","uui-typography-size-12":"BwPTNR","uuiTypographySize12":"BwPTNR","uui-typography-size-14":"bXCV2c","uuiTypographySize14":"bXCV2c","uui-typography-size-16":"rNP1SG","uuiTypographySize16":"rNP1SG","root":"WEcdtO"};
|
|
3532
3532
|
|
|
3533
|
-
var css$t = {"uui-typography":"
|
|
3533
|
+
var css$t = {"uui-typography":"SVxnr-","uuiTypography":"SVxnr-","hero-header":"w5-C8u","heroHeader":"w5-C8u","promo-header":"B2biiW","promoHeader":"B2biiW","uui-critical":"RMCV6K","uuiCritical":"RMCV6K","uui-info":"_0iB9Fn","uuiInfo":"_0iB9Fn","uui-success":"Sk-5jB","uuiSuccess":"Sk-5jB","uui-warning":"-SIpm5","uuiWarning":"-SIpm5","uui-highlight":"rbYtpm","uuiHighlight":"rbYtpm","uui-typography-size-12":"_0Of16X","uuiTypographySize12":"_0Of16X","uui-typography-size-14":"_7AFP4R","uuiTypographySize14":"_7AFP4R","uui-typography-size-16":"_2B2IiJ","uuiTypographySize16":"_2B2IiJ","root":"lJY8Iu","caption-wrapper":"zqoaem","captionWrapper":"zqoaem","align-center":"Osa2MA","alignCenter":"Osa2MA","caption":"z84yAl","truncate":"_8IMDij","group-cell-tooltip":"bFTZcI","groupCellTooltip":"bFTZcI","upper-case":"GAEeS7","upperCase":"GAEeS7","group-cell-tooltip-wrapper":"elroL9","groupCellTooltipWrapper":"elroL9","group-cell-tooltip-text":"UEMkJt","groupCellTooltipText":"UEMkJt","tooltip-caption":"TkMOOJ","tooltipCaption":"TkMOOJ","tooltip-info":"_3Zknbe","tooltipInfo":"_3Zknbe"};
|
|
3534
3534
|
|
|
3535
3535
|
class DataTableHeaderGroupCell extends React.Component {
|
|
3536
3536
|
constructor() {
|
|
@@ -3598,7 +3598,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
3598
3598
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
3599
3599
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
3600
3600
|
|
|
3601
|
-
var css$s = {"uui-typography":"
|
|
3601
|
+
var css$s = {"uui-typography":"xnUckA","uuiTypography":"xnUckA","hero-header":"gYo64-","heroHeader":"gYo64-","promo-header":"_5Ex2bP","promoHeader":"_5Ex2bP","uui-critical":"wqK3sD","uuiCritical":"wqK3sD","uui-info":"oKYbse","uuiInfo":"oKYbse","uui-success":"_9a1Q2q","uuiSuccess":"_9a1Q2q","uui-warning":"AR2BxS","uuiWarning":"AR2BxS","uui-highlight":"clM1p6","uuiHighlight":"clM1p6","uui-typography-size-12":"_9gRRe-","uuiTypographySize12":"_9gRRe-","uui-typography-size-14":"pZ--lY","uuiTypographySize14":"pZ--lY","uui-typography-size-16":"oGqkIf","uuiTypographySize16":"oGqkIf","root":"yH1f-7","title-wrapper":"mBuXpJ","titleWrapper":"mBuXpJ","title":"NzQ2Q-","text-wrapper":"Kkh7VL","textWrapper":"Kkh7VL","selection":"EqnJKV","postfix":"BmIyxs","selected":"DcrTQI"};
|
|
3602
3602
|
|
|
3603
3603
|
const defaultSize = '36';
|
|
3604
3604
|
const FilterPanelItemToggler = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
@@ -3770,7 +3770,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
3770
3770
|
React__default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
3771
3771
|
}
|
|
3772
3772
|
|
|
3773
|
-
var css$r = {"container":"
|
|
3773
|
+
var css$r = {"container":"NNeF2K"};
|
|
3774
3774
|
|
|
3775
3775
|
function FilterNumericBody(props) {
|
|
3776
3776
|
const isInRangePredicate = props?.selectedPredicate === 'inRange' || props?.selectedPredicate === 'notInRange';
|
|
@@ -3866,7 +3866,7 @@ var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
|
3866
3866
|
};
|
|
3867
3867
|
var ForwardRef$i = /*#__PURE__*/forwardRef(SvgActionDeleteOutline);
|
|
3868
3868
|
|
|
3869
|
-
var css$q = {"uui-typography":"
|
|
3869
|
+
var css$q = {"uui-typography":"VyGLGd","uuiTypography":"VyGLGd","hero-header":"YK1wm6","heroHeader":"YK1wm6","promo-header":"CJsiSG","promoHeader":"CJsiSG","uui-critical":"zPkaJN","uuiCritical":"zPkaJN","uui-info":"BLUFih","uuiInfo":"BLUFih","uui-success":"Cr23Mh","uuiSuccess":"Cr23Mh","uui-warning":"lCocP9","uuiWarning":"lCocP9","uui-highlight":"wQ8yst","uuiHighlight":"wQ8yst","uui-typography-size-12":"b6BsAw","uuiTypographySize12":"b6BsAw","uui-typography-size-14":"_3ZfwME","uuiTypographySize14":"_3ZfwME","uui-typography-size-16":"_0GTr70","uuiTypographySize16":"_0GTr70","header":"LgIK72","removeButton":"_0zhSlh","with-search":"wYm-Qp","withSearch":"wYm-Qp"};
|
|
3870
3870
|
|
|
3871
3871
|
function useView(props, value) {
|
|
3872
3872
|
const forceUpdate = useForceUpdate();
|
|
@@ -4187,7 +4187,7 @@ function FiltersToolbarImpl(props) {
|
|
|
4187
4187
|
}
|
|
4188
4188
|
const FiltersPanel = /* @__PURE__ */React__default.memo(FiltersToolbarImpl);
|
|
4189
4189
|
|
|
4190
|
-
var css$p = {"divider":"
|
|
4190
|
+
var css$p = {"divider":"OEz76e","dropdownDeleteIcon":"Bmd-Ht","presetsWrapper":"_0VEe0l","addPresetContainer":"ZBZI72","dropContainer":"LtprOD"};
|
|
4191
4191
|
|
|
4192
4192
|
var _path$g;
|
|
4193
4193
|
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); }
|
|
@@ -4300,7 +4300,7 @@ var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
|
4300
4300
|
};
|
|
4301
4301
|
var ForwardRef$a = /*#__PURE__*/forwardRef(SvgContentLinkOutline);
|
|
4302
4302
|
|
|
4303
|
-
var css$o = {"delete-button":"
|
|
4303
|
+
var css$o = {"delete-button":"kFyQLY","deleteButton":"kFyQLY","tab-button":"m4aVrg","tabButton":"m4aVrg","targetOpen":"NQXwBd"};
|
|
4304
4304
|
|
|
4305
4305
|
function PresetActionsDropdown(props) {
|
|
4306
4306
|
const { uuiNotifications } = useUuiContext();
|
|
@@ -4367,7 +4367,7 @@ function PresetActionsDropdown(props) {
|
|
|
4367
4367
|
return (React__default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
4368
4368
|
}
|
|
4369
4369
|
|
|
4370
|
-
var css$n = {"preset-input-cell":"
|
|
4370
|
+
var css$n = {"preset-input-cell":"nQoDUe","presetInputCell":"nQoDUe","preset-input":"mHOmqc","presetInput":"mHOmqc"};
|
|
4371
4371
|
|
|
4372
4372
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
4373
4373
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -4399,7 +4399,7 @@ function PresetInput(props) {
|
|
|
4399
4399
|
React__default.createElement(TextInput, { cx: css$n.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
4400
4400
|
}
|
|
4401
4401
|
|
|
4402
|
-
var css$m = {"preset":"
|
|
4402
|
+
var css$m = {"preset":"_6AkVZd","activePreset":"ujhmmw"};
|
|
4403
4403
|
|
|
4404
4404
|
function Preset(props) {
|
|
4405
4405
|
const [isRenamePreset, setIsRenamePreset] = useState(false);
|
|
@@ -4580,7 +4580,7 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
|
|
|
4580
4580
|
};
|
|
4581
4581
|
var ForwardRef$6 = /*#__PURE__*/forwardRef(SvgTableGroupColumnRightFill);
|
|
4582
4582
|
|
|
4583
|
-
var css$l = {"unpin-icon":"
|
|
4583
|
+
var css$l = {"unpin-icon":"x9qrUy","unpinIcon":"x9qrUy","pin-toggler-icon":"tiaDGP","pinTogglerIcon":"tiaDGP"};
|
|
4584
4584
|
|
|
4585
4585
|
function PinIconButton(props) {
|
|
4586
4586
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4639,7 +4639,7 @@ var SvgActionDragIndicator18 = function SvgActionDragIndicator18(props, ref) {
|
|
|
4639
4639
|
};
|
|
4640
4640
|
var ForwardRef$5 = /*#__PURE__*/forwardRef(SvgActionDragIndicator18);
|
|
4641
4641
|
|
|
4642
|
-
var css$k = {"uui-typography":"
|
|
4642
|
+
var css$k = {"uui-typography":"ijJvC5","uuiTypography":"ijJvC5","hero-header":"hLtqyA","heroHeader":"hLtqyA","promo-header":"qFsSSZ","promoHeader":"qFsSSZ","uui-critical":"wQpWvU","uuiCritical":"wQpWvU","uui-info":"cHjJzC","uuiInfo":"cHjJzC","uui-success":"UkcFQ0","uuiSuccess":"UkcFQ0","uui-warning":"omb-NJ","uuiWarning":"omb-NJ","uui-highlight":"KLpttI","uuiHighlight":"KLpttI","uui-typography-size-12":"_1-EzLa","uuiTypographySize12":"_1-EzLa","uui-typography-size-14":"Dm6rDf","uuiTypographySize14":"Dm6rDf","uui-typography-size-16":"-o-uSf","uuiTypographySize16":"-o-uSf","row-wrapper":"SSnpAL","rowWrapper":"SSnpAL","pin-icon-button":"_8kA-cX","pinIconButton":"_8kA-cX","not-pinned":"G-wliF","notPinned":"G-wliF","checkbox":"_9XPVGZ","drag-handle":"t01Oya","dragHandle":"t01Oya","dnd-disabled":"EGU0l6","dndDisabled":"EGU0l6"};
|
|
4643
4643
|
|
|
4644
4644
|
const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
4645
4645
|
const { column } = props;
|
|
@@ -4662,7 +4662,7 @@ const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
|
4662
4662
|
return (React.createElement(DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
|
|
4663
4663
|
});
|
|
4664
4664
|
|
|
4665
|
-
var css$j = {"uui-typography":"
|
|
4665
|
+
var css$j = {"uui-typography":"_5RPRwF","uuiTypography":"_5RPRwF","hero-header":"qlnV5K","heroHeader":"qlnV5K","promo-header":"yLW0kk","promoHeader":"yLW0kk","uui-critical":"ehnOui","uuiCritical":"ehnOui","uui-info":"agild6","uuiInfo":"agild6","uui-success":"-Gj-36","uuiSuccess":"-Gj-36","uui-warning":"nCyzyc","uuiWarning":"nCyzyc","uui-highlight":"yyXpsz","uuiHighlight":"yyXpsz","uui-typography-size-12":"c8AQJI","uuiTypographySize12":"c8AQJI","uui-typography-size-14":"q3vlrL","uuiTypographySize14":"q3vlrL","uui-typography-size-16":"YQkYip","uuiTypographySize16":"YQkYip","root":"Zdsnol","main-panel":"d9aADs","mainPanel":"d9aADs","group":"_6nYW8p","group-title":"Uoq-w3","groupTitle":"Uoq-w3","group-items":"_0k8Ufs","groupItems":"_0k8Ufs","no-data":"dLnwFV","noData":"dLnwFV","no-data-title":"p6lsDj","noDataTitle":"p6lsDj","no-data-sub-title":"cZFBJF","noDataSubTitle":"cZFBJF","h-divider":"x7CiMl","hDivider":"x7CiMl","search-area":"jR6prK","searchArea":"jR6prK","subgroup-accordion":"yUoJM8","subgroupAccordion":"yUoJM8","subgroup":"rl97nZ","subgroup-title":"YCy-PI","subgroupTitle":"YCy-PI"};
|
|
4666
4666
|
|
|
4667
4667
|
const renderGroupTitle = (title, amount) => (React.createElement(FlexRow, { cx: css$j.group },
|
|
4668
4668
|
React.createElement(Text, { size: "none", cx: css$j.groupTitle }, title),
|
|
@@ -4751,7 +4751,7 @@ function SubGroup(props) {
|
|
|
4751
4751
|
return null;
|
|
4752
4752
|
}
|
|
4753
4753
|
|
|
4754
|
-
var css$i = {"listContainer":"
|
|
4754
|
+
var css$i = {"listContainer":"_6zy3qr","header":"i-MOA1","group":"eY1U8R","stickyHeader":"k0tkpq"};
|
|
4755
4755
|
|
|
4756
4756
|
const getChildrenAndRest = (row, rows) => {
|
|
4757
4757
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4815,7 +4815,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4815
4815
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4816
4816
|
ref: ref
|
|
4817
4817
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
4818
|
-
clipPath: "url(#
|
|
4818
|
+
clipPath: "url(#uxf3ypqx5dq5144a_a)"
|
|
4819
4819
|
}, _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
|
4820
4820
|
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",
|
|
4821
4821
|
fill: "#F5F6FA"
|
|
@@ -4836,7 +4836,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4836
4836
|
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",
|
|
4837
4837
|
fill: "#1D1E26"
|
|
4838
4838
|
})), /*#__PURE__*/React.createElement("mask", {
|
|
4839
|
-
id: "
|
|
4839
|
+
id: "uxf3ypo4uq16ed4md_b",
|
|
4840
4840
|
style: {
|
|
4841
4841
|
maskType: "alpha"
|
|
4842
4842
|
},
|
|
@@ -4849,7 +4849,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4849
4849
|
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",
|
|
4850
4850
|
fill: "#9BDEFF"
|
|
4851
4851
|
}))), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
4852
|
-
mask: "url(#
|
|
4852
|
+
mask: "url(#uxf3ypo4uq16ed4md_b)",
|
|
4853
4853
|
fillRule: "evenodd",
|
|
4854
4854
|
clipRule: "evenodd"
|
|
4855
4855
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -4935,7 +4935,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4935
4935
|
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",
|
|
4936
4936
|
fill: "#fff"
|
|
4937
4937
|
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
4938
|
-
id: "
|
|
4938
|
+
id: "uxf3ypqx5dq5144a_a"
|
|
4939
4939
|
}, /*#__PURE__*/React.createElement("path", {
|
|
4940
4940
|
fill: "#fff",
|
|
4941
4941
|
transform: "translate(.552)",
|
|
@@ -4944,7 +4944,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4944
4944
|
};
|
|
4945
4945
|
var ForwardRef$4 = /*#__PURE__*/forwardRef(SvgEmptyTable);
|
|
4946
4946
|
|
|
4947
|
-
var css$h = {"root":"
|
|
4947
|
+
var css$h = {"root":"aaMxhY","sticky-header":"fEe-wh","stickyHeader":"fEe-wh","no-results":"_4mrsla","noResults":"_4mrsla","icon":"XmOCLR","title":"wQ-J7f"};
|
|
4948
4948
|
|
|
4949
4949
|
function DataTable(props) {
|
|
4950
4950
|
const { uuiModals } = useUuiContext();
|
|
@@ -4993,9 +4993,9 @@ function DataTable(props) {
|
|
|
4993
4993
|
} }))));
|
|
4994
4994
|
}
|
|
4995
4995
|
|
|
4996
|
-
var css$g = {"root":"
|
|
4996
|
+
var css$g = {"root":"zC2u1q"};
|
|
4997
4997
|
|
|
4998
|
-
var css$f = {"root":"
|
|
4998
|
+
var css$f = {"root":"a58cfA","burger-content":"R3NvXn","burgerContent":"R3NvXn"};
|
|
4999
4999
|
|
|
5000
5000
|
var _path$3;
|
|
5001
5001
|
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); }
|
|
@@ -5038,7 +5038,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
5038
5038
|
};
|
|
5039
5039
|
var ForwardRef$2 = /*#__PURE__*/forwardRef(SvgNavigationArrowDownOutline);
|
|
5040
5040
|
|
|
5041
|
-
var css$e = {"uui-typography":"
|
|
5041
|
+
var css$e = {"uui-typography":"dtGdIv","uuiTypography":"dtGdIv","hero-header":"AiBlvQ","heroHeader":"AiBlvQ","promo-header":"_5ViMZF","promoHeader":"_5ViMZF","uui-critical":"FgCr6d","uuiCritical":"FgCr6d","uui-info":"-TDMHm","uuiInfo":"-TDMHm","uui-success":"OSVQlQ","uuiSuccess":"OSVQlQ","uui-warning":"gwgKXU","uuiWarning":"gwgKXU","uui-highlight":"LTgVkF","uuiHighlight":"LTgVkF","uui-typography-size-12":"ZGupkY","uuiTypographySize12":"ZGupkY","uui-typography-size-14":"iB0nAt","uuiTypographySize14":"iB0nAt","uui-typography-size-16":"_0zdt8B","uuiTypographySize16":"_0zdt8B","root":"WfdpHo","button-primary":"W2acjU","buttonPrimary":"W2acjU","button-secondary":"oYf58c","buttonSecondary":"oYf58c","hasIcon":"u6mSjH","dropdown":"HV02Zn"};
|
|
5042
5042
|
|
|
5043
5043
|
const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
5044
5044
|
css$e.root,
|
|
@@ -5049,13 +5049,13 @@ const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
|
5049
5049
|
props.icon && css$e.hasIcon,
|
|
5050
5050
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
5051
5051
|
|
|
5052
|
-
var css$d = {"search-input":"
|
|
5052
|
+
var css$d = {"search-input":"-ktYGN","searchInput":"-ktYGN"};
|
|
5053
5053
|
|
|
5054
5054
|
function BurgerSearch(props) {
|
|
5055
5055
|
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 }));
|
|
5056
5056
|
}
|
|
5057
5057
|
|
|
5058
|
-
var css$c = {"root":"
|
|
5058
|
+
var css$c = {"root":"_2PXAYx","group-header":"Fran5V","groupHeader":"Fran5V","group-name":"VDcRaK","groupName":"VDcRaK","line":"_94kSbm"};
|
|
5059
5059
|
|
|
5060
5060
|
function BurgerGroupHeader(props) {
|
|
5061
5061
|
return (React.createElement("div", { className: cx(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -5063,7 +5063,7 @@ function BurgerGroupHeader(props) {
|
|
|
5063
5063
|
React.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
5064
5064
|
}
|
|
5065
5065
|
|
|
5066
|
-
var css$b = {"uui-typography":"
|
|
5066
|
+
var css$b = {"uui-typography":"Kd2M4g","uuiTypography":"Kd2M4g","hero-header":"FFdlrH","heroHeader":"FFdlrH","promo-header":"HM16u2","promoHeader":"HM16u2","uui-critical":"Wq-wjr","uuiCritical":"Wq-wjr","uui-info":"-NOcNQ","uuiInfo":"-NOcNQ","uui-success":"YVguaR","uuiSuccess":"YVguaR","uui-warning":"AhN9Qb","uuiWarning":"AhN9Qb","uui-highlight":"rtUZAh","uuiHighlight":"rtUZAh","uui-typography-size-12":"_91bgoD","uuiTypographySize12":"_91bgoD","uui-typography-size-14":"S2x95O","uuiTypographySize14":"S2x95O","uui-typography-size-16":"dxo1tj","uuiTypographySize16":"dxo1tj","root":"zfSNsr","type-primary":"luUHF0","typePrimary":"luUHF0","type-secondary":"RCGMv-","typeSecondary":"RCGMv-"};
|
|
5067
5067
|
|
|
5068
5068
|
const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5069
5069
|
const { type, ...clickableProps } = props;
|
|
@@ -5085,7 +5085,7 @@ const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
5085
5085
|
props.isDropdown && (React.createElement(IconContainer, { icon: ForwardRef$Q, flipY: props.isOpen }))));
|
|
5086
5086
|
});
|
|
5087
5087
|
|
|
5088
|
-
var css$a = {"dropdown-body":"
|
|
5088
|
+
var css$a = {"dropdown-body":"ujwoKq","dropdownBody":"ujwoKq"};
|
|
5089
5089
|
|
|
5090
5090
|
class MainMenuDropdown extends React.Component {
|
|
5091
5091
|
render() {
|
|
@@ -5143,12 +5143,12 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
5143
5143
|
};
|
|
5144
5144
|
var ForwardRef$1 = /*#__PURE__*/forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
5145
5145
|
|
|
5146
|
-
var css$9 = {"global-menu-btn":"
|
|
5146
|
+
var css$9 = {"global-menu-btn":"_50HlE2","globalMenuBtn":"_50HlE2","global-menu-icon":"-uuNkO","globalMenuIcon":"-uuNkO"};
|
|
5147
5147
|
|
|
5148
5148
|
const GlobalMenu = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("button", { ref: ref, id: "global_menu_toggle", className: cx(css$9.globalMenuBtn, props.cx), ...props.rawProps },
|
|
5149
5149
|
React.createElement(IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
5150
5150
|
|
|
5151
|
-
var css$8 = {"container":"
|
|
5151
|
+
var css$8 = {"container":"zA3sDR","open":"_8eq91Z","folding-arrow":"_31ltIy","foldingArrow":"_31ltIy"};
|
|
5152
5152
|
|
|
5153
5153
|
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, ...props.rawProps },
|
|
5154
5154
|
React.createElement(Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -5156,15 +5156,15 @@ const MainMenuAvatar = /* @__PURE__ */React.forwardRef((props, ref) => (React.cr
|
|
|
5156
5156
|
props.isDropdown && (React.createElement("div", null,
|
|
5157
5157
|
React.createElement(IconContainer, { size: 18, icon: ForwardRef$Q, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
|
|
5158
5158
|
|
|
5159
|
-
var css$7 = {"search-input":"
|
|
5159
|
+
var css$7 = {"search-input":"u9abHN","searchInput":"u9abHN"};
|
|
5160
5160
|
|
|
5161
5161
|
const MainMenuSearch = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IEditableDebouncer, { ...props, render: (iEditable) => (React.createElement(TextInput$1, { iconPosition: "left", icon: ForwardRef$O, cancelIcon: props.value?.length > 0 && ForwardRef$R, ...props, ...iEditable, ref: ref, cx: cx$1(css$7.searchInput, props.cx), ...props.rawProps })) })));
|
|
5162
5162
|
|
|
5163
|
-
var css$6 = {"container":"
|
|
5163
|
+
var css$6 = {"container":"afDlwj"};
|
|
5164
5164
|
|
|
5165
5165
|
const MainMenuIcon = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IconButton, { ref: ref, icon: props.icon, cx: cx$1(props.cx, css$6.container), ...props })));
|
|
5166
5166
|
|
|
5167
|
-
var css$5 = {"root":"
|
|
5167
|
+
var css$5 = {"root":"vI-6W0"};
|
|
5168
5168
|
|
|
5169
5169
|
const Anchor = /* @__PURE__ */withMods(Anchor$1, () => [css$5.root]);
|
|
5170
5170
|
|
|
@@ -5222,7 +5222,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
5222
5222
|
};
|
|
5223
5223
|
var ForwardRef = /*#__PURE__*/forwardRef(SvgFileCloudUploadFill);
|
|
5224
5224
|
|
|
5225
|
-
var css$4 = {"root":"
|
|
5225
|
+
var css$4 = {"root":"PFSfnz","drop-start":"A09zui","dropStart":"A09zui","drop-over":"Vkw0c1","dropOver":"Vkw0c1","link":"_5iVcP4","drop-area":"CWfez2","dropArea":"CWfez2","drop-caption":"Gv2bRU","dropCaption":"Gv2bRU","icon-blue":"PgOuLF","iconBlue":"PgOuLF"};
|
|
5226
5226
|
|
|
5227
5227
|
function DropSpot(props) {
|
|
5228
5228
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -5240,9 +5240,9 @@ function DropSpot(props) {
|
|
|
5240
5240
|
return React.createElement(DropSpot$1, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
5241
5241
|
}
|
|
5242
5242
|
|
|
5243
|
-
var css$3 = {"uui-typography":"
|
|
5243
|
+
var css$3 = {"uui-typography":"Jw-X6V","uuiTypography":"Jw-X6V","hero-header":"_06FGoW","heroHeader":"_06FGoW","promo-header":"nFhPji","promoHeader":"nFhPji","uui-critical":"BSFreJ","uuiCritical":"BSFreJ","uui-info":"W5jL4W","uuiInfo":"W5jL4W","uui-success":"dZPIKh","uuiSuccess":"dZPIKh","uui-warning":"oZKjiB","uuiWarning":"oZKjiB","uui-highlight":"iS6Df4","uuiHighlight":"iS6Df4","uui-typography-size-12":"CbDDcp","uuiTypographySize12":"CbDDcp","uui-typography-size-14":"Bh5osm","uuiTypographySize14":"Bh5osm","uui-typography-size-16":"_5rp2fy","uuiTypographySize16":"_5rp2fy","root":"GyaOb8","file-name":"NXrhF0","fileName":"NXrhF0","default-color":"JwLiwu","defaultColor":"JwLiwu","doc-color":"cSVHT0","docColor":"cSVHT0","xls-color":"sSR9JF","xlsColor":"sSR9JF","pdf-color":"cwdaf8","pdfColor":"cwdaf8","movie-color":"mgofdr","movieColor":"mgofdr","img-color":"-xps8H","imgColor":"-xps8H","mov-color":"hWAlek","movColor":"hWAlek","error-block":"riygRJ","errorBlock":"riygRJ","icons-block":"UhCPdR","iconsBlock":"UhCPdR"};
|
|
5244
5244
|
|
|
5245
|
-
var css$2 = {"root":"
|
|
5245
|
+
var css$2 = {"root":"_8wb8WM"};
|
|
5246
5246
|
|
|
5247
5247
|
const SvgCircleProgress = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5248
5248
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5370,7 +5370,7 @@ const getErrorPageConfig = () => ({
|
|
|
5370
5370
|
},
|
|
5371
5371
|
});
|
|
5372
5372
|
|
|
5373
|
-
var css$1 = {"container":"
|
|
5373
|
+
var css$1 = {"container":"OfV-BX"};
|
|
5374
5374
|
|
|
5375
5375
|
const ErrorPage = (props) => {
|
|
5376
5376
|
const isMobileScreen = isMobile();
|
|
@@ -5382,7 +5382,7 @@ const ErrorPage = (props) => {
|
|
|
5382
5382
|
props?.supportLink && React__default.createElement("div", { className: "uui-error-support-link" }, props?.supportLink))));
|
|
5383
5383
|
};
|
|
5384
5384
|
|
|
5385
|
-
var css = {"recovery-spinner":"
|
|
5385
|
+
var css = {"recovery-spinner":"z5sOJx","recoverySpinner":"z5sOJx","recovery-message":"-MILos","recoveryMessage":"-MILos","modal-blocker":"s-Nfxf","modalBlocker":"s-Nfxf","modalFadeIn":"cErjL9"};
|
|
5386
5386
|
|
|
5387
5387
|
function ErrorHandler(props) {
|
|
5388
5388
|
const { uuiNotifications, uuiModals, uuiApi } = useUuiContext();
|