@epam/uui 5.14.0-alpha.0 → 5.14.0-beta.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.js +104 -104
- package/package.json +5 -5
- package/stats.html +19 -1
- package/styles.css +2516 -2516
- package/styles.css.map +1 -1
package/index.js
CHANGED
|
@@ -628,7 +628,7 @@ const settings = {
|
|
|
628
628
|
},
|
|
629
629
|
};
|
|
630
630
|
|
|
631
|
-
var css$1y = {"uui-typography":"
|
|
631
|
+
var css$1y = {"uui-typography":"tUctwJ","uuiTypography":"tUctwJ","hero-header":"cTL2fJ","heroHeader":"cTL2fJ","promo-header":"LO8-EZ","promoHeader":"LO8-EZ","uui-critical":"-w4LDR","uuiCritical":"-w4LDR","uui-info":"TNqXis","uuiInfo":"TNqXis","uui-success":"rQo9tf","uuiSuccess":"rQo9tf","uui-warning":"uKNzZz","uuiWarning":"uKNzZz","uui-highlight":"y7K1u6","uuiHighlight":"y7K1u6","uui-typography-size-12":"GiyFcQ","uuiTypographySize12":"GiyFcQ","uui-typography-size-14":"II-jZS","uuiTypographySize14":"II-jZS","uui-typography-size-16":"jQ5ytm","uuiTypographySize16":"jQ5ytm","root":"IV2eWV"};
|
|
632
632
|
|
|
633
633
|
function applyButtonMods(mods) {
|
|
634
634
|
return [
|
|
@@ -646,7 +646,7 @@ const Button = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Button,
|
|
|
646
646
|
};
|
|
647
647
|
});
|
|
648
648
|
|
|
649
|
-
var css$1x = {"root":"
|
|
649
|
+
var css$1x = {"root":"_7sDyWv"};
|
|
650
650
|
|
|
651
651
|
function applyIconButtonMods(props) {
|
|
652
652
|
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1x.root];
|
|
@@ -683,7 +683,7 @@ function getIconClass(props) {
|
|
|
683
683
|
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'];
|
|
684
684
|
}
|
|
685
685
|
|
|
686
|
-
var css$1w = {"uui-typography":"
|
|
686
|
+
var css$1w = {"uui-typography":"tWQ2XW","uuiTypography":"tWQ2XW","hero-header":"daZmQG","heroHeader":"daZmQG","promo-header":"r6cRrJ","promoHeader":"r6cRrJ","uui-critical":"Zcr56l","uuiCritical":"Zcr56l","uui-info":"U-B-iS","uuiInfo":"U-B-iS","uui-success":"OuXnNc","uuiSuccess":"OuXnNc","uui-warning":"BF0otH","uuiWarning":"BF0otH","uui-highlight":"A2D8-g","uuiHighlight":"A2D8-g","uui-typography-size-12":"zk87mz","uuiTypographySize12":"zk87mz","uui-typography-size-14":"aVvUE7","uuiTypographySize14":"aVvUE7","uui-typography-size-16":"UaD9Fu","uuiTypographySize16":"UaD9Fu","root":"e5jMrm"};
|
|
687
687
|
|
|
688
688
|
const DEFAULT_COLOR = 'primary';
|
|
689
689
|
const DEFAULT_WEIGHT = 'semibold';
|
|
@@ -714,7 +714,7 @@ const LinkButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
|
714
714
|
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
715
715
|
});
|
|
716
716
|
|
|
717
|
-
var css$1v = {"root":"
|
|
717
|
+
var css$1v = {"root":"mCYJHo"};
|
|
718
718
|
|
|
719
719
|
const CountIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
720
720
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -726,7 +726,7 @@ const CountIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
726
726
|
]) }, props.caption));
|
|
727
727
|
});
|
|
728
728
|
|
|
729
|
-
var css$1u = {"uui-typography":"
|
|
729
|
+
var css$1u = {"uui-typography":"_-3JXlV","uuiTypography":"_-3JXlV","hero-header":"MrT-Wr","heroHeader":"MrT-Wr","promo-header":"Wp2a1i","promoHeader":"Wp2a1i","uui-critical":"_4TqaXQ","uuiCritical":"_4TqaXQ","uui-info":"U9ZkXh","uuiInfo":"U9ZkXh","uui-success":"_55nren","uuiSuccess":"_55nren","uui-warning":"sGzfSU","uuiWarning":"sGzfSU","uui-highlight":"i4-k0b","uuiHighlight":"i4-k0b","uui-typography-size-12":"qYe00G","uuiTypographySize12":"qYe00G","uui-typography-size-14":"x6NO7V","uuiTypographySize14":"x6NO7V","uui-typography-size-16":"StTglx","uuiTypographySize16":"StTglx","root":"_6SbM7d","withNotify":"HXHo-O"};
|
|
730
730
|
|
|
731
731
|
const TabButton = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
732
732
|
const styles = [
|
|
@@ -754,7 +754,7 @@ const TabButton = /* @__PURE__ */React__namespace.default.forwardRef((props, ref
|
|
|
754
754
|
props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
755
755
|
});
|
|
756
756
|
|
|
757
|
-
var css$1t = {"uui-typography":"
|
|
757
|
+
var css$1t = {"uui-typography":"ce2isP","uuiTypography":"ce2isP","hero-header":"CVwdCr","heroHeader":"CVwdCr","promo-header":"gzC82K","promoHeader":"gzC82K","uui-critical":"WyeC92","uuiCritical":"WyeC92","uui-info":"jz0GJ6","uuiInfo":"jz0GJ6","uui-success":"H6eyr4","uuiSuccess":"H6eyr4","uui-warning":"-FXLr7","uuiWarning":"-FXLr7","uui-highlight":"_9EFe88","uuiHighlight":"_9EFe88","uui-typography-size-12":"_4PzwRT","uuiTypographySize12":"_4PzwRT","uui-typography-size-14":"_8QdvLp","uuiTypographySize14":"_8QdvLp","uui-typography-size-16":"_5eGyZ-","uuiTypographySize16":"_5eGyZ-","root":"Ua5D9Z"};
|
|
758
758
|
|
|
759
759
|
function applyVerticalTabButtonMods() {
|
|
760
760
|
return [css$1t.root, 'uui-vertical-tab-button'];
|
|
@@ -776,7 +776,7 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
|
776
776
|
};
|
|
777
777
|
var ForwardRef$C = /*#__PURE__*/React.forwardRef(SvgContentMinusOutline);
|
|
778
778
|
|
|
779
|
-
var css$1s = {"uui-typography":"
|
|
779
|
+
var css$1s = {"uui-typography":"wCUA-b","uuiTypography":"wCUA-b","hero-header":"QPX1ff","heroHeader":"QPX1ff","promo-header":"YdBl6d","promoHeader":"YdBl6d","uui-critical":"tvg2Dt","uuiCritical":"tvg2Dt","uui-info":"aqPF1I","uuiInfo":"aqPF1I","uui-success":"_8GSxF0","uuiSuccess":"_8GSxF0","uui-warning":"IkcxGm","uuiWarning":"IkcxGm","uui-highlight":"lrvbyc","uuiHighlight":"lrvbyc","uui-typography-size-12":"l0mxLv","uuiTypographySize12":"l0mxLv","uui-typography-size-14":"_4af7LM","uuiTypographySize14":"_4af7LM","uui-typography-size-16":"MBBpea","uuiTypographySize16":"MBBpea","root":"OLQZKa","mode-cell":"_--YTW3","modeCell":"_--YTW3"};
|
|
780
780
|
|
|
781
781
|
function applyCheckboxMods(mods) {
|
|
782
782
|
return [
|
|
@@ -811,7 +811,7 @@ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
|
811
811
|
};
|
|
812
812
|
var ForwardRef$B = /*#__PURE__*/React.forwardRef(SvgRadioDotFill);
|
|
813
813
|
|
|
814
|
-
var css$1r = {"uui-typography":"
|
|
814
|
+
var css$1r = {"uui-typography":"cmVvea","uuiTypography":"cmVvea","hero-header":"YA7nvs","heroHeader":"YA7nvs","promo-header":"qo7djV","promoHeader":"qo7djV","uui-critical":"w6q5-o","uuiCritical":"w6q5-o","uui-info":"lUJq9J","uuiInfo":"lUJq9J","uui-success":"kkVF8x","uuiSuccess":"kkVF8x","uui-warning":"dVZE1a","uuiWarning":"dVZE1a","uui-highlight":"yjDzEP","uuiHighlight":"yjDzEP","uui-typography-size-12":"_7v8az8","uuiTypographySize12":"_7v8az8","uui-typography-size-14":"o70lW3","uuiTypographySize14":"o70lW3","uui-typography-size-16":"g-eOy5","uuiTypographySize16":"g-eOy5","root":"XriKlO"};
|
|
815
815
|
|
|
816
816
|
function applyRadioInputMods(mods) {
|
|
817
817
|
return [
|
|
@@ -823,7 +823,7 @@ function applyRadioInputMods(mods) {
|
|
|
823
823
|
}
|
|
824
824
|
const RadioInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.RadioInput, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$B }));
|
|
825
825
|
|
|
826
|
-
var css$1q = {"root":"
|
|
826
|
+
var css$1q = {"root":"Jrkppe"};
|
|
827
827
|
|
|
828
828
|
function applySwitchMods(mods) {
|
|
829
829
|
return [
|
|
@@ -847,7 +847,7 @@ var EditMode;
|
|
|
847
847
|
EditMode["INLINE"] = "inline";
|
|
848
848
|
})(EditMode || (EditMode = {}));
|
|
849
849
|
|
|
850
|
-
var textInputCss = {"uui-typography":"
|
|
850
|
+
var textInputCss = {"uui-typography":"wthKNO","uuiTypography":"wthKNO","hero-header":"J31VHB","heroHeader":"J31VHB","promo-header":"RKEmWu","promoHeader":"RKEmWu","uui-critical":"FRR60Z","uuiCritical":"FRR60Z","uui-info":"tiiJK0","uuiInfo":"tiiJK0","uui-success":"m818-B","uuiSuccess":"m818-B","uui-warning":"h-IvS9","uuiWarning":"h-IvS9","uui-highlight":"dBR7Aj","uuiHighlight":"dBR7Aj","uui-typography-size-12":"_8YoEGj","uuiTypographySize12":"_8YoEGj","uui-typography-size-14":"_3vvL-w","uuiTypographySize14":"_3vvL-w","uui-typography-size-16":"_3yp5ei","uuiTypographySize16":"_3yp5ei","root":"xixwK9","mode-form":"NLyDvh","modeForm":"NLyDvh","mode-inline":"HUthzq","modeInline":"HUthzq","mode-cell":"v-yVrQ","modeCell":"v-yVrQ"};
|
|
851
851
|
|
|
852
852
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
853
853
|
function applyTextInputMods(mods) {
|
|
@@ -872,7 +872,7 @@ const SearchInput = /* @__PURE__ */React__namespace.default.forwardRef((props, r
|
|
|
872
872
|
} }));
|
|
873
873
|
});
|
|
874
874
|
|
|
875
|
-
var css$1p = {"root":"
|
|
875
|
+
var css$1p = {"root":"IKYBq7"};
|
|
876
876
|
|
|
877
877
|
const ControlGroup = /* @__PURE__ */uuiCore.withMods(uuiComponents.ControlGroup, () => [css$1p.root, 'uui-control-group']);
|
|
878
878
|
|
|
@@ -888,7 +888,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
888
888
|
}
|
|
889
889
|
const MultiSwitch = /* @__PURE__ */React__namespace.forwardRef(MultiSwitchComponent);
|
|
890
890
|
|
|
891
|
-
var css$1o = {"uui-typography":"
|
|
891
|
+
var css$1o = {"uui-typography":"EYdVcM","uuiTypography":"EYdVcM","hero-header":"i9EPXX","heroHeader":"i9EPXX","promo-header":"rF4V8D","promoHeader":"rF4V8D","uui-critical":"SzLXUQ","uuiCritical":"SzLXUQ","uui-info":"vwRWgy","uuiInfo":"vwRWgy","uui-success":"s-vpo-","uuiSuccess":"s-vpo-","uui-warning":"dSfDzU","uuiWarning":"dSfDzU","uui-highlight":"amaxbE","uuiHighlight":"amaxbE","uui-typography-size-12":"YioE4o","uuiTypographySize12":"YioE4o","uui-typography-size-14":"J--zE5","uuiTypographySize14":"J--zE5","uui-typography-size-16":"NtdZVK","uuiTypographySize16":"NtdZVK","root":"yLAWf2","mode-form":"NQfQvC","modeForm":"NQfQvC","mode-cell":"_-3fP2o","modeCell":"_-3fP2o"};
|
|
892
892
|
|
|
893
893
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
894
894
|
function applyNumericInputMods(mods) {
|
|
@@ -908,7 +908,7 @@ const NumericInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.NumericInput,
|
|
|
908
908
|
};
|
|
909
909
|
});
|
|
910
910
|
|
|
911
|
-
var css$1n = {"uui-typography":"
|
|
911
|
+
var css$1n = {"uui-typography":"_0Nurk0","uuiTypography":"_0Nurk0","hero-header":"dJNJq8","heroHeader":"dJNJq8","promo-header":"eA2Os2","promoHeader":"eA2Os2","uui-critical":"zRxiVS","uuiCritical":"zRxiVS","uui-info":"sljwmE","uuiInfo":"sljwmE","uui-success":"t3CH85","uuiSuccess":"t3CH85","uui-warning":"zGEq3O","uuiWarning":"zGEq3O","uui-highlight":"EYLYIJ","uuiHighlight":"EYLYIJ","uui-typography-size-12":"xErTem","uuiTypographySize12":"xErTem","uui-typography-size-14":"_13MU48","uuiTypographySize14":"_13MU48","uui-typography-size-16":"_5vbkBd","uuiTypographySize16":"_5vbkBd","root":"boJAds","mode-form":"_4e2FXm","modeForm":"_4e2FXm","mode-cell":"Mqapnv","modeCell":"Mqapnv","mode-inline":"QrJOMJ","modeInline":"QrJOMJ"};
|
|
912
912
|
|
|
913
913
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
914
914
|
function applyTextAreaMods(mods) {
|
|
@@ -1009,7 +1009,7 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
|
1009
1009
|
};
|
|
1010
1010
|
var ForwardRef$x = /*#__PURE__*/React.forwardRef(SvgNotificationInfoFill);
|
|
1011
1011
|
|
|
1012
|
-
var css$1m = {"uui-typography":"
|
|
1012
|
+
var css$1m = {"uui-typography":"cmPQg4","uuiTypography":"cmPQg4","hero-header":"NIfXNJ","heroHeader":"NIfXNJ","promo-header":"bRlMBV","promoHeader":"bRlMBV","uui-critical":"cj39q-","uuiCritical":"cj39q-","uui-info":"geyslo","uuiInfo":"geyslo","uui-success":"qp2GZ5","uuiSuccess":"qp2GZ5","uui-warning":"mLYeIL","uuiWarning":"mLYeIL","uui-highlight":"bHU9WW","uuiHighlight":"bHU9WW","uui-typography-size-12":"RAZcML","uuiTypographySize12":"RAZcML","uui-typography-size-14":"CBIM6h","uuiTypographySize14":"CBIM6h","uui-typography-size-16":"Tu-lvE","uuiTypographySize16":"Tu-lvE","root":"ruFAfR","main-path":"lIID2H","mainPath":"lIID2H","content-wrapper":"q3CGKy","contentWrapper":"q3CGKy","content":"_-7cUjW","action-wrapper":"IDE-Dw","actionWrapper":"IDE-Dw","icon-wrapper":"CrMifU","iconWrapper":"CrMifU","icon":"_77RPlA","close-icon":"_9MY2Wm","closeIcon":"_9MY2Wm"};
|
|
1013
1013
|
|
|
1014
1014
|
const Alert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("div", { role: "alert", ref: ref, className: cx__default.default('uui-alert', css$1m.root, props.color && `uui-color-${props.color}`, props.cx, `uui-size-${props.size || settings.sizes.defaults.alert}`), ...props.rawProps },
|
|
1015
1015
|
React__namespace.createElement("div", { className: css$1m.mainPath },
|
|
@@ -1027,7 +1027,7 @@ const ErrorAlert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => Re
|
|
|
1027
1027
|
|
|
1028
1028
|
const Dropdown = /* @__PURE__ */uuiCore.withMods(uuiComponents.Dropdown);
|
|
1029
1029
|
|
|
1030
|
-
var css$1l = {"root":"
|
|
1030
|
+
var css$1l = {"root":"SXH6oN"};
|
|
1031
1031
|
|
|
1032
1032
|
function applyDropdownContainerMods(mods) {
|
|
1033
1033
|
return [
|
|
@@ -1038,7 +1038,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
1038
1038
|
}
|
|
1039
1039
|
const DropdownContainer = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.DropdownContainer, applyDropdownContainerMods);
|
|
1040
1040
|
|
|
1041
|
-
var css$1k = {"uui-typography":"
|
|
1041
|
+
var css$1k = {"uui-typography":"_162X0A","uuiTypography":"_162X0A","hero-header":"_6BH9pI","heroHeader":"_6BH9pI","promo-header":"yMaQg7","promoHeader":"yMaQg7","uui-critical":"_6zKoeE","uuiCritical":"_6zKoeE","uui-info":"OiU6jA","uuiInfo":"OiU6jA","uui-success":"aXfrA0","uuiSuccess":"aXfrA0","uui-warning":"LoXIB2","uuiWarning":"LoXIB2","uui-highlight":"zIuuim","uuiHighlight":"zIuuim","uui-typography-size-12":"LyPtf3","uuiTypographySize12":"LyPtf3","uui-typography-size-14":"ZHg3nR","uuiTypographySize14":"ZHg3nR","uui-typography-size-16":"RNLKer","uuiTypographySize16":"RNLKer","submenu-root-item-rtl":"nzzwHr","submenuRootItemRtl":"nzzwHr","icon-after":"Qi-Vvu","iconAfter":"Qi-Vvu","submenu-root-item":"ug3XWG","submenuRootItem":"ug3XWG","icon-check":"GvDJ00","iconCheck":"GvDJ00","splitter-root":"Ph9tWu","splitterRoot":"Ph9tWu","splitter":"xChR08","header-root":"anC0Ot","headerRoot":"anC0Ot","item-root":"lP-ZSj","itemRoot":"lP-ZSj","icon":"Sa4d2T","link":"iQRZ5Y","indent":"Nr3hfk","selected-mark":"UeAkse","selectedMark":"UeAkse"};
|
|
1042
1042
|
|
|
1043
1043
|
exports.IDropdownControlKeys = void 0;
|
|
1044
1044
|
(function (IDropdownControlKeys) {
|
|
@@ -1168,7 +1168,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1168
1168
|
React__namespace.default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1169
1169
|
}
|
|
1170
1170
|
|
|
1171
|
-
var css$1j = {"uui-typography":"
|
|
1171
|
+
var css$1j = {"uui-typography":"n5yA9t","uuiTypography":"n5yA9t","hero-header":"MdpQKN","heroHeader":"MdpQKN","promo-header":"kA58OQ","promoHeader":"kA58OQ","uui-critical":"_1d866O","uuiCritical":"_1d866O","uui-info":"VZJQUF","uuiInfo":"VZJQUF","uui-success":"Hb13r8","uuiSuccess":"Hb13r8","uui-warning":"w3JPgi","uuiWarning":"w3JPgi","uui-highlight":"FXvEgO","uuiHighlight":"FXvEgO","uui-typography-size-12":"KKaB2m","uuiTypographySize12":"KKaB2m","uui-typography-size-14":"qFstHG","uuiTypographySize14":"qFstHG","uui-typography-size-16":"D2dUkz","uuiTypographySize16":"D2dUkz","root":"A0HYox","mode-block":"M-afcX","modeBlock":"M-afcX","mode-inline":"-fcOZG","modeInline":"-fcOZG","padding-0":"_7HKRZD","padding0":"_7HKRZD","padding-6":"n6GRpq","padding6":"n6GRpq","padding-12":"_87aNpY","padding12":"_87aNpY","padding-18":"yPGx0s","padding18":"yPGx0s"};
|
|
1172
1172
|
|
|
1173
1173
|
function applyAccordionMods(mods) {
|
|
1174
1174
|
return [
|
|
@@ -1181,7 +1181,7 @@ const Accordion = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Accor
|
|
|
1181
1181
|
dropdownIcon: mods.dropdownIcon !== null && systemIcons.foldingArrow,
|
|
1182
1182
|
}));
|
|
1183
1183
|
|
|
1184
|
-
var css$1i = {"uui-typography":"
|
|
1184
|
+
var css$1i = {"uui-typography":"fT-GBn","uuiTypography":"fT-GBn","hero-header":"AVkeQd","heroHeader":"AVkeQd","promo-header":"Jq61oD","promoHeader":"Jq61oD","uui-critical":"bYEqEE","uuiCritical":"bYEqEE","uui-info":"_6Wi4nJ","uuiInfo":"_6Wi4nJ","uui-success":"P5agBK","uuiSuccess":"P5agBK","uui-warning":"Fk72Ig","uuiWarning":"Fk72Ig","uui-highlight":"GMsHmI","uuiHighlight":"GMsHmI","uui-typography-size-12":"pwikep","uuiTypographySize12":"pwikep","uui-typography-size-14":"tQkAbs","uuiTypographySize14":"tQkAbs","uui-typography-size-16":"SlcLdZ","uuiTypographySize16":"SlcLdZ","root":"FEPrly","border-top":"yOevjk","borderTop":"yOevjk","border-bottom":"PfEU8c","borderBottom":"PfEU8c","top-shadow":"NWPOaI","topShadow":"NWPOaI","padding-6":"aI7S86","padding6":"aI7S86","padding-12":"_4-mDDF","padding12":"_4-mDDF","padding-18":"bt3vBx","padding18":"bt3vBx","padding-24":"X7m5Rq","padding24":"X7m5Rq","margin-24":"_6neFyW","margin24":"_6neFyW","margin-12":"XXgM7j","margin12":"XXgM7j","vPadding-12":"tmjDWP","vPadding12":"tmjDWP","vPadding-18":"ce2Eow","vPadding18":"ce2Eow","vPadding-24":"_6AFg7A","vPadding24":"_6AFg7A","vPadding-36":"uy-AMg","vPadding36":"uy-AMg","vPadding-48":"RHxuNH","vPadding48":"RHxuNH","spacing-6":"GBLmkw","spacing6":"GBLmkw","spacing-12":"aq1TS-","spacing12":"aq1TS-","spacing-18":"ySWhuG","spacing18":"ySWhuG","uui-surface-main":"_4de8MO","uuiSurfaceMain":"_4de8MO"};
|
|
1185
1185
|
|
|
1186
1186
|
const FlexCell = /* @__PURE__ */uuiCore.withMods(uuiComponents.FlexCell, () => [css$1i.flexCell]);
|
|
1187
1187
|
|
|
@@ -1205,7 +1205,7 @@ const FlexRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.FlexRow, (props) =
|
|
|
1205
1205
|
];
|
|
1206
1206
|
});
|
|
1207
1207
|
|
|
1208
|
-
var css$1h = {"root":"
|
|
1208
|
+
var css$1h = {"root":"B-3w2c","margin-24":"_4a9ep6","margin24":"_4a9ep6","padding-12":"omyhhe","padding12":"omyhhe","padding-24":"CIPjZv","padding24":"CIPjZv","shadow":"gfufiW","uui-surface-main":"mgBIHP","uuiSurfaceMain":"mgBIHP"};
|
|
1209
1209
|
|
|
1210
1210
|
const Panel = /* @__PURE__ */uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
1211
1211
|
'uui-panel',
|
|
@@ -1215,7 +1215,7 @@ const Panel = /* @__PURE__ */uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
|
1215
1215
|
props.background && css$1h[`uui-${props.background}`],
|
|
1216
1216
|
]);
|
|
1217
1217
|
|
|
1218
|
-
var css$1g = {"root":"
|
|
1218
|
+
var css$1g = {"root":"iC6Tt3"};
|
|
1219
1219
|
|
|
1220
1220
|
function applyTooltipMods(mods) {
|
|
1221
1221
|
return [
|
|
@@ -1225,7 +1225,7 @@ function applyTooltipMods(mods) {
|
|
|
1225
1225
|
}
|
|
1226
1226
|
const Tooltip = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Tooltip, applyTooltipMods);
|
|
1227
1227
|
|
|
1228
|
-
var css$1f = {"uui-typography":"
|
|
1228
|
+
var css$1f = {"uui-typography":"sPPV8n","uuiTypography":"sPPV8n","hero-header":"_6h74yX","heroHeader":"_6h74yX","promo-header":"taNSO0","promoHeader":"taNSO0","uui-critical":"XZZXWN","uuiCritical":"XZZXWN","uui-info":"_5qBUon","uuiInfo":"_5qBUon","uui-success":"Br9B9e","uuiSuccess":"Br9B9e","uui-warning":"_1Vrxjx","uuiWarning":"_1Vrxjx","uui-highlight":"DjJyvZ","uuiHighlight":"DjJyvZ","uui-typography-size-12":"vE5ces","uuiTypographySize12":"vE5ces","uui-typography-size-14":"gWxB-U","uuiTypographySize14":"gWxB-U","uui-typography-size-16":"tQ5F6n","uuiTypographySize16":"tQ5F6n","root":"df5hpZ"};
|
|
1229
1229
|
|
|
1230
1230
|
function applyLabeledInputMods(mods) {
|
|
1231
1231
|
return [
|
|
@@ -1239,7 +1239,7 @@ const LabeledInput = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.La
|
|
|
1239
1239
|
infoIcon: props.infoIcon || (settings.sizes.labeledInput.fillIcon.includes(props.size) ? ForwardRef$x : ForwardRef$M),
|
|
1240
1240
|
}));
|
|
1241
1241
|
|
|
1242
|
-
var css$1e = {"root":"
|
|
1242
|
+
var css$1e = {"root":"itSzgf"};
|
|
1243
1243
|
|
|
1244
1244
|
function RadioGroup(props) {
|
|
1245
1245
|
const direction = props.direction || 'vertical';
|
|
@@ -1254,7 +1254,7 @@ function RadioGroup(props) {
|
|
|
1254
1254
|
})));
|
|
1255
1255
|
}
|
|
1256
1256
|
|
|
1257
|
-
var css$1d = {"root":"
|
|
1257
|
+
var css$1d = {"root":"RjbYOv"};
|
|
1258
1258
|
|
|
1259
1259
|
function applyScrollBarsMods() {
|
|
1260
1260
|
return [
|
|
@@ -1263,13 +1263,13 @@ function applyScrollBarsMods() {
|
|
|
1263
1263
|
}
|
|
1264
1264
|
const ScrollBars = /* @__PURE__ */uuiCore.withMods(uuiComponents.ScrollBars, applyScrollBarsMods);
|
|
1265
1265
|
|
|
1266
|
-
var css$1c = {"scroll-container":"
|
|
1266
|
+
var css$1c = {"scroll-container":"G7mjYz","scrollContainer":"G7mjYz","list-container":"_2z24Zd","listContainer":"_2z24Zd"};
|
|
1267
1267
|
|
|
1268
|
-
var css$1b = {"root":"
|
|
1268
|
+
var css$1b = {"root":"uN-HYF"};
|
|
1269
1269
|
|
|
1270
1270
|
const AvatarStack = /* @__PURE__ */uuiCore.withMods(uuiComponents.AvatarStack, () => [css$1b.root]);
|
|
1271
1271
|
|
|
1272
|
-
var css$1a = {"uui-typography":"
|
|
1272
|
+
var css$1a = {"uui-typography":"EVENqs","uuiTypography":"EVENqs","hero-header":"pHPk4y","heroHeader":"pHPk4y","promo-header":"_6tJMDs","promoHeader":"_6tJMDs","uui-critical":"fBxn5V","uuiCritical":"fBxn5V","uui-info":"mChL-m","uuiInfo":"mChL-m","uui-success":"O3KwWK","uuiSuccess":"O3KwWK","uui-warning":"i3NRoW","uuiWarning":"i3NRoW","uui-highlight":"_7tVzIj","uuiHighlight":"_7tVzIj","uui-typography-size-12":"_9mQrGe","uuiTypographySize12":"_9mQrGe","uui-typography-size-14":"xC0EM5","uuiTypographySize14":"xC0EM5","uui-typography-size-16":"gcyPkB","uuiTypographySize16":"gcyPkB","root":"SYMcoC"};
|
|
1273
1273
|
|
|
1274
1274
|
const DEFAULT_FILL = 'solid';
|
|
1275
1275
|
function applyBadgeMods(mods) {
|
|
@@ -1297,7 +1297,7 @@ const Badge = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) =>
|
|
|
1297
1297
|
props.isDropdown && (React__namespace.default.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
1298
1298
|
});
|
|
1299
1299
|
|
|
1300
|
-
var css$19 = {"uui-typography":"
|
|
1300
|
+
var css$19 = {"uui-typography":"gYfqxD","uuiTypography":"gYfqxD","hero-header":"y6iRjR","heroHeader":"y6iRjR","promo-header":"BNMjDg","promoHeader":"BNMjDg","uui-critical":"hXajY2","uuiCritical":"hXajY2","uui-info":"_3qJPH4","uuiInfo":"_3qJPH4","uui-success":"TG3BGT","uuiSuccess":"TG3BGT","uui-warning":"_3JcNh4","uuiWarning":"_3JcNh4","uui-highlight":"x7SO05","uuiHighlight":"x7SO05","uui-typography-size-12":"vcxUth","uuiTypographySize12":"vcxUth","uui-typography-size-14":"NfU9G9","uuiTypographySize14":"NfU9G9","uui-typography-size-16":"NgZcsk","uuiTypographySize16":"NgZcsk","root":"vPFSgo"};
|
|
1301
1301
|
|
|
1302
1302
|
function applyTagMods(props) {
|
|
1303
1303
|
return [
|
|
@@ -1325,7 +1325,7 @@ const Tag = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
|
1325
1325
|
props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
1326
1326
|
});
|
|
1327
1327
|
|
|
1328
|
-
var css$18 = {"root":"
|
|
1328
|
+
var css$18 = {"root":"rajH5R","uui-spinner":"uM1Wux","uuiSpinner":"uM1Wux"};
|
|
1329
1329
|
|
|
1330
1330
|
function applySpinnerMods() {
|
|
1331
1331
|
return [css$18.root, 'uui-spinner'];
|
|
@@ -1362,7 +1362,7 @@ var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline
|
|
|
1362
1362
|
};
|
|
1363
1363
|
var ForwardRef$v = /*#__PURE__*/React.forwardRef(SvgNavigationChevronRightOutline);
|
|
1364
1364
|
|
|
1365
|
-
var css$17 = {"root":"
|
|
1365
|
+
var css$17 = {"root":"dr0SQ8","page":"MOclja","spacer":"cmcmEj","mode-ghost":"bT2mlq","modeGhost":"bT2mlq"};
|
|
1366
1366
|
|
|
1367
1367
|
function Paginator(props) {
|
|
1368
1368
|
const renderPaginator = (params) => (React__namespace.default.createElement("nav", { role: "navigation", className: cx__default.default(css$17.root, 'uui-paginator', `uui-size-${props.size || settings.sizes.defaults.paginator}`), ...params.rawProps },
|
|
@@ -1379,14 +1379,14 @@ function Paginator(props) {
|
|
|
1379
1379
|
return React__namespace.default.createElement(uuiComponents.Paginator, { ...props, render: renderPaginator });
|
|
1380
1380
|
}
|
|
1381
1381
|
|
|
1382
|
-
var css$16 = {"root":"
|
|
1382
|
+
var css$16 = {"root":"mFvIb2","progress-bar":"dlN6pR","progressBar":"dlN6pR","progressBar-indeterminate":"-BHHEM","progressBarIndeterminate":"-BHHEM","size-12":"K3PvmU","size12":"K3PvmU","size-18":"DLhWmQ","size18":"DLhWmQ","size-24":"dt8RKY","size24":"dt8RKY"};
|
|
1383
1383
|
|
|
1384
1384
|
const IndeterminateBar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
1385
1385
|
return (React__namespace.createElement("div", { ref: ref, className: cx__default.default('uui-indeterminate_bar', props.cx, css$16.root, css$16[`size-${props.size || 12}`]) },
|
|
1386
1386
|
React__namespace.createElement("div", { className: cx__default.default(css$16.progressBar) })));
|
|
1387
1387
|
});
|
|
1388
1388
|
|
|
1389
|
-
var css$15 = {"root":"
|
|
1389
|
+
var css$15 = {"root":"wwjo7a","striped":"VkS77z","animate-stripes":"GIW6-0","animateStripes":"GIW6-0","size-12":"xqgihb","size12":"xqgihb","size-18":"_0-7fb4","size18":"_0-7fb4","size-24":"qN0pdN","size24":"qN0pdN"};
|
|
1390
1390
|
|
|
1391
1391
|
const DEFAULT_SIZE = '12';
|
|
1392
1392
|
function applyProgressBarMods(mods) {
|
|
@@ -1401,14 +1401,14 @@ const ProgressBar = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Pro
|
|
|
1401
1401
|
hideLabel: props.hideLabel || props.striped,
|
|
1402
1402
|
}));
|
|
1403
1403
|
|
|
1404
|
-
var css$14 = {"root":"
|
|
1404
|
+
var css$14 = {"root":"qwpb1W"};
|
|
1405
1405
|
|
|
1406
1406
|
const IndicatorBar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
1407
1407
|
const { progress } = props;
|
|
1408
1408
|
return progress || progress === 0 ? (React__namespace.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx__default.default(css$14.root, props.cx), hideLabel: true })) : (React__namespace.createElement(IndeterminateBar, { ref: ref, cx: cx__default.default(css$14.root, props.cx) }));
|
|
1409
1409
|
});
|
|
1410
1410
|
|
|
1411
|
-
var css$13 = {"root":"
|
|
1411
|
+
var css$13 = {"root":"Onmmj-"};
|
|
1412
1412
|
|
|
1413
1413
|
const StatusIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1414
1414
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -1423,7 +1423,7 @@ const StatusIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1423
1423
|
React__namespace.default.createElement("p", { className: "uui-status_indicator-caption" }, props.caption)));
|
|
1424
1424
|
});
|
|
1425
1425
|
|
|
1426
|
-
var css$12 = {"drag-handle":"
|
|
1426
|
+
var css$12 = {"drag-handle":"BZ-LRe","dragHandle":"BZ-LRe","icon-container":"gi-qoj","iconContainer":"gi-qoj"};
|
|
1427
1427
|
|
|
1428
1428
|
function DataRowAddons(props) {
|
|
1429
1429
|
const row = props.rowProps;
|
|
@@ -1444,7 +1444,7 @@ function DataRowAddons(props) {
|
|
|
1444
1444
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row), size: settings.sizes.rowAddons.icon[props.size] || settings.sizes.rowAddons.defaults.icon }))))));
|
|
1445
1445
|
}
|
|
1446
1446
|
|
|
1447
|
-
var css$11 = {"root":"
|
|
1447
|
+
var css$11 = {"root":"Im49l1"};
|
|
1448
1448
|
|
|
1449
1449
|
const Blocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.Blocker, () => [css$11.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__namespace.default.createElement(Spinner, null)) }));
|
|
1450
1450
|
|
|
@@ -1490,7 +1490,7 @@ const VirtualListView = /* @__PURE__ */React__namespace.forwardRef((props, ref)
|
|
|
1490
1490
|
React__namespace.createElement(Blocker, { isEnabled: props.isLoading })));
|
|
1491
1491
|
});
|
|
1492
1492
|
|
|
1493
|
-
var css$10 = {"root":"
|
|
1493
|
+
var css$10 = {"root":"yNgaAX"};
|
|
1494
1494
|
|
|
1495
1495
|
function CheckboxGroup(props) {
|
|
1496
1496
|
const currentValue = props.value || [];
|
|
@@ -1512,7 +1512,7 @@ function CheckboxGroup(props) {
|
|
|
1512
1512
|
})));
|
|
1513
1513
|
}
|
|
1514
1514
|
|
|
1515
|
-
var css$$ = {"uui-typography":"
|
|
1515
|
+
var css$$ = {"uui-typography":"_9on-fn","uuiTypography":"_9on-fn","hero-header":"d7-U6t","heroHeader":"d7-U6t","promo-header":"lsICJa","promoHeader":"lsICJa","uui-critical":"_1lPjjU","uuiCritical":"_1lPjjU","uui-info":"px4qRH","uuiInfo":"px4qRH","uui-success":"xLDtl9","uuiSuccess":"xLDtl9","uui-warning":"XmYXKM","uuiWarning":"XmYXKM","uui-highlight":"UJBs-B","uuiHighlight":"UJBs-B","uui-typography-size-12":"EuHmhn","uuiTypographySize12":"EuHmhn","uui-typography-size-14":"UUAfJ3","uuiTypographySize14":"UUAfJ3","uui-typography-size-16":"t56r7o","uuiTypographySize16":"t56r7o","root":"jp0eod","modal-blocker":"_8-HnyI","modalBlocker":"_8-HnyI","animateModalBlocker":"Abhzk1","modal":"bjaEJF","modal-footer":"_-6cq9-","modalFooter":"_-6cq9-","modal-header":"njDEYP","modalHeader":"njDEYP"};
|
|
1516
1516
|
|
|
1517
1517
|
const ModalBlocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalBlocker, () => [css$$.modalBlocker]);
|
|
1518
1518
|
const ModalWindow = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalWindow, () => [css$$.root, css$$.modal], (props) => {
|
|
@@ -1721,7 +1721,7 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
|
1721
1721
|
};
|
|
1722
1722
|
var ForwardRef$u = /*#__PURE__*/React.forwardRef(SvgNotificationHelpFill);
|
|
1723
1723
|
|
|
1724
|
-
var css$_ = {"uui-typography":"
|
|
1724
|
+
var css$_ = {"uui-typography":"Dqkhkr","uuiTypography":"Dqkhkr","hero-header":"QGCGm3","heroHeader":"QGCGm3","promo-header":"mer-Rw","promoHeader":"mer-Rw","uui-critical":"uggde3","uuiCritical":"uggde3","uui-info":"I9zwBX","uuiInfo":"I9zwBX","uui-success":"RXy1PB","uuiSuccess":"RXy1PB","uui-warning":"MeAWPh","uuiWarning":"MeAWPh","uui-highlight":"-chZbH","uuiHighlight":"-chZbH","uui-typography-size-12":"_0QvuVe","uuiTypographySize12":"_0QvuVe","uui-typography-size-14":"Qdb4Xk","uuiTypographySize14":"Qdb4Xk","uui-typography-size-16":"agfgvf","uuiTypographySize16":"agfgvf","root":"I3BScJ","icon-wrapper":"P0SOd5","iconWrapper":"P0SOd5","action-wrapper":"yBu8bN","actionWrapper":"yBu8bN","action-link":"_49jyWQ","actionLink":"_49jyWQ","close-icon":"_32Fvwt","closeIcon":"_32Fvwt","main-path":"DD8z01","mainPath":"DD8z01","content":"ODjgi3","close-wrapper":"irWDXj","closeWrapper":"irWDXj","notification-wrapper":"zdBfjl","notificationWrapper":"zdBfjl","clear-button":"kzfm2j","clearButton":"kzfm2j"};
|
|
1725
1725
|
|
|
1726
1726
|
const NotificationCard = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
1727
1727
|
const notificationCardNode = React__namespace.default.useRef(null);
|
|
@@ -1754,7 +1754,7 @@ function ClearNotification() {
|
|
|
1754
1754
|
React__namespace.default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
|
|
1755
1755
|
}
|
|
1756
1756
|
|
|
1757
|
-
var css$Z = {"footer":"
|
|
1757
|
+
var css$Z = {"footer":"-Q-ZLC"};
|
|
1758
1758
|
|
|
1759
1759
|
class ConfirmationModal extends React__namespace.Component {
|
|
1760
1760
|
render() {
|
|
@@ -1796,7 +1796,7 @@ function useReliableForceUpdate() {
|
|
|
1796
1796
|
return red[1];
|
|
1797
1797
|
}
|
|
1798
1798
|
|
|
1799
|
-
var css$Y = {"root":"
|
|
1799
|
+
var css$Y = {"root":"_3szEsv","timepicker-input":"LBzjRk","timepickerInput":"LBzjRk","ltr-always":"eAQOGw","ltrAlways":"eAQOGw"};
|
|
1800
1800
|
|
|
1801
1801
|
const uuiTimePicker = {
|
|
1802
1802
|
container: 'uui-timepicker-container',
|
|
@@ -1989,7 +1989,7 @@ function TimePicker(props) {
|
|
|
1989
1989
|
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 }));
|
|
1990
1990
|
}
|
|
1991
1991
|
|
|
1992
|
-
var css$X = {"root":"
|
|
1992
|
+
var css$X = {"root":"djMT5y"};
|
|
1993
1993
|
|
|
1994
1994
|
function applyInputAddonMods() {
|
|
1995
1995
|
return [
|
|
@@ -1998,7 +1998,7 @@ function applyInputAddonMods() {
|
|
|
1998
1998
|
}
|
|
1999
1999
|
const InputAddon = /* @__PURE__ */uuiCore.withMods(uuiComponents.InputAddon, applyInputAddonMods);
|
|
2000
2000
|
|
|
2001
|
-
var css$W = {"root":"
|
|
2001
|
+
var css$W = {"root":"cSyfch"};
|
|
2002
2002
|
|
|
2003
2003
|
function applySliderMods() {
|
|
2004
2004
|
return [css$W.root, 'uui-color-neutral'];
|
|
@@ -2021,7 +2021,7 @@ var SvgStarFilled = function SvgStarFilled(props, ref) {
|
|
|
2021
2021
|
};
|
|
2022
2022
|
var ForwardRef$t = /*#__PURE__*/React.forwardRef(SvgStarFilled);
|
|
2023
2023
|
|
|
2024
|
-
var css$V = {"root":"
|
|
2024
|
+
var css$V = {"root":"Rt13Sv","tooltip":"znXXdo"};
|
|
2025
2025
|
|
|
2026
2026
|
function applyRatingMods(mods) {
|
|
2027
2027
|
return [
|
|
@@ -2162,7 +2162,7 @@ const getNextYearsList = (currentDate) => {
|
|
|
2162
2162
|
return currentDate.add(16, 'year');
|
|
2163
2163
|
};
|
|
2164
2164
|
|
|
2165
|
-
var css$U = {"root":"
|
|
2165
|
+
var css$U = {"root":"VEhk-N","container":"xEknEz"};
|
|
2166
2166
|
|
|
2167
2167
|
const uuiHeader = {
|
|
2168
2168
|
container: 'uui-datepicker-header-container',
|
|
@@ -2246,14 +2246,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2246
2246
|
React__namespace.createElement(Button, { icon: navIconRight || ForwardRef$v, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
|
|
2247
2247
|
}
|
|
2248
2248
|
|
|
2249
|
-
var css$T = {"uui-typography":"
|
|
2249
|
+
var css$T = {"uui-typography":"NpSgvj","uuiTypography":"NpSgvj","hero-header":"cjq7lP","heroHeader":"cjq7lP","promo-header":"NDiHNF","promoHeader":"NDiHNF","uui-critical":"v9TCWi","uuiCritical":"v9TCWi","uui-info":"MFLLBT","uuiInfo":"MFLLBT","uui-success":"nPD-oZ","uuiSuccess":"nPD-oZ","uui-warning":"_0tG9Ik","uuiWarning":"_0tG9Ik","uui-highlight":"nMFhfy","uuiHighlight":"nMFhfy","uui-typography-size-12":"-dUvKE","uuiTypographySize12":"-dUvKE","uui-typography-size-14":"k53jt-","uuiTypographySize14":"k53jt-","uui-typography-size-16":"Ld9rS2","uuiTypographySize16":"Ld9rS2","root":"k7R3Ci"};
|
|
2250
2250
|
|
|
2251
2251
|
function applyDateSelectionMods() {
|
|
2252
2252
|
return [css$T.root, `uui-size-${settings.sizes.defaults.datePicker}`];
|
|
2253
2253
|
}
|
|
2254
2254
|
const Calendar = /* @__PURE__ */uuiCore.withMods(uuiComponents.Calendar, applyDateSelectionMods);
|
|
2255
2255
|
|
|
2256
|
-
var css$S = {"uui-typography":"
|
|
2256
|
+
var css$S = {"uui-typography":"ir9y-m","uuiTypography":"ir9y-m","hero-header":"-gDtGu","heroHeader":"-gDtGu","promo-header":"STp4Qk","promoHeader":"STp4Qk","uui-critical":"Qyw-ha","uuiCritical":"Qyw-ha","uui-info":"xh6ZpO","uuiInfo":"xh6ZpO","uui-success":"_3RdQT-","uuiSuccess":"_3RdQT-","uui-warning":"WwAlnM","uuiWarning":"WwAlnM","uui-highlight":"LjnyA2","uuiHighlight":"LjnyA2","uui-typography-size-12":"f0siQs","uuiTypographySize12":"f0siQs","uui-typography-size-14":"hrlYQn","uuiTypographySize14":"hrlYQn","uui-typography-size-16":"KWhhZq","uuiTypographySize16":"KWhhZq","root":"j7GPTU"};
|
|
2257
2257
|
|
|
2258
2258
|
const uuiDatePickerBody = {
|
|
2259
2259
|
wrapper: 'uui-datepicker-body-wrapper',
|
|
@@ -2379,7 +2379,7 @@ function DatePickerComponent(props, ref) {
|
|
|
2379
2379
|
}
|
|
2380
2380
|
const DatePicker = /* @__PURE__ */React__namespace.default.forwardRef(DatePickerComponent);
|
|
2381
2381
|
|
|
2382
|
-
var css$R = {"uui-typography":"
|
|
2382
|
+
var css$R = {"uui-typography":"_2dIsE1","uuiTypography":"_2dIsE1","hero-header":"lmv3QO","heroHeader":"lmv3QO","promo-header":"e22JsT","promoHeader":"e22JsT","uui-critical":"uS2Kbd","uuiCritical":"uS2Kbd","uui-info":"q7q1rp","uuiInfo":"q7q1rp","uui-success":"q2WH7u","uuiSuccess":"q2WH7u","uui-warning":"Xwj5Oo","uuiWarning":"Xwj5Oo","uui-highlight":"-UQCYl","uuiHighlight":"-UQCYl","uui-typography-size-12":"mFIU0C","uuiTypographySize12":"mFIU0C","uui-typography-size-14":"b4yFyV","uuiTypographySize14":"b4yFyV","uui-typography-size-16":"kxdvn-","uuiTypographySize16":"kxdvn-","date-input":"KXH3i3","dateInput":"KXH3i3","root":"khOT-o","separator":"ZEeLft","mode-form":"_8gF3Ao","modeForm":"_8gF3Ao","mode-cell":"Mseacd","modeCell":"Mseacd"};
|
|
2383
2383
|
|
|
2384
2384
|
const RangeDatePickerInput = /* @__PURE__ */React.forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, onKeyDown, id, cx: classes, }, ref) => {
|
|
2385
2385
|
const [inputValue, setInputValue] = React.useState(toCustomDateRangeFormat(value, format));
|
|
@@ -2430,7 +2430,7 @@ const RangeDatePickerInput = /* @__PURE__ */React.forwardRef(({ isDisabled, isIn
|
|
|
2430
2430
|
} : 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 })));
|
|
2431
2431
|
});
|
|
2432
2432
|
|
|
2433
|
-
var css$Q = {"uui-typography":"
|
|
2433
|
+
var css$Q = {"uui-typography":"EN1fwE","uuiTypography":"EN1fwE","hero-header":"_4t0Jkc","heroHeader":"_4t0Jkc","promo-header":"VXnzkc","promoHeader":"VXnzkc","uui-critical":"S5S-fj","uuiCritical":"S5S-fj","uui-info":"_2Fgxkk","uuiInfo":"_2Fgxkk","uui-success":"cOUesv","uuiSuccess":"cOUesv","uui-warning":"xPkqL3","uuiWarning":"xPkqL3","uui-highlight":"_8vTOXd","uuiHighlight":"_8vTOXd","uui-typography-size-12":"_6KTN8r","uuiTypographySize12":"_6KTN8r","uui-typography-size-14":"uolYff","uuiTypographySize14":"uolYff","uui-typography-size-16":"a8G8QL","uuiTypographySize16":"a8G8QL","root":"ndpu2G"};
|
|
2434
2434
|
|
|
2435
2435
|
const uuiPresets = {
|
|
2436
2436
|
container: 'uui-presets-container',
|
|
@@ -2450,7 +2450,7 @@ function CalendarPresets(props) {
|
|
|
2450
2450
|
getPresets(props.presets).map((item) => (React__namespace.createElement(LinkButton, { key: item.key, caption: item.name, onClick: () => props.onPresetSet(item), size: "24" })))));
|
|
2451
2451
|
}
|
|
2452
2452
|
|
|
2453
|
-
var css$P = {"uui-typography":"
|
|
2453
|
+
var css$P = {"uui-typography":"Dym6Ze","uuiTypography":"Dym6Ze","hero-header":"-INyDb","heroHeader":"-INyDb","promo-header":"_6qMPLp","promoHeader":"_6qMPLp","uui-critical":"mBrf4-","uuiCritical":"mBrf4-","uui-info":"vDwrDz","uuiInfo":"vDwrDz","uui-success":"V2LLub","uuiSuccess":"V2LLub","uui-warning":"_08msVb","uuiWarning":"_08msVb","uui-highlight":"T-trQg","uuiHighlight":"T-trQg","uui-typography-size-12":"A8tMYj","uuiTypographySize12":"A8tMYj","uui-typography-size-14":"FJNbOB","uuiTypographySize14":"FJNbOB","uui-typography-size-16":"S0Ctmn","uuiTypographySize16":"S0Ctmn","root":"fdQkP-","container":"_-2Vwmw","day-selection":"_88v1Uq","daySelection":"_88v1Uq","from-picker":"-n--mF","fromPicker":"-n--mF","to-picker":"Tujiti","toPicker":"Tujiti","bodes-wrapper":"ZD9Vov","bodesWrapper":"ZD9Vov","blocker":"lYOt1O"};
|
|
2454
2454
|
|
|
2455
2455
|
const uuiRangeDatePickerBody = {
|
|
2456
2456
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -2625,7 +2625,7 @@ const getDayCX = (day, selectedDate) => {
|
|
|
2625
2625
|
return [uuiCore.cx(inRange && uuiRangeDatePickerBody.inRange, isFirst && uuiRangeDatePickerBody.firstDayInRangeWrapper, !inRange && isFirst && uuiRangeDatePickerBody.lastDayInRangeWrapper, isLast && uuiRangeDatePickerBody.lastDayInRangeWrapper, !inRange && isLast && uuiRangeDatePickerBody.firstDayInRangeWrapper, (dayValue === fromValue || dayValue === toValue) && uuiComponents.uuiDaySelection.selectedDay)];
|
|
2626
2626
|
};
|
|
2627
2627
|
|
|
2628
|
-
var css$O = {"dropdown-container":"
|
|
2628
|
+
var css$O = {"dropdown-container":"AiIfdy","dropdownContainer":"AiIfdy"};
|
|
2629
2629
|
|
|
2630
2630
|
const modifiers = [{
|
|
2631
2631
|
name: 'offset',
|
|
@@ -2693,7 +2693,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
2693
2693
|
}
|
|
2694
2694
|
const RangeDatePicker = /* @__PURE__ */React__namespace.default.forwardRef(RangeDatePickerComponent);
|
|
2695
2695
|
|
|
2696
|
-
var css$N = {"root":"
|
|
2696
|
+
var css$N = {"root":"PwiGHG","blocker":"c5rlfG","marker":"KUBECF","top":"TyWJIA","bottom":"xD3iGX","left":"ufJhIs","right":"ibl4lJ","inside":"ezKFDI"};
|
|
2697
2697
|
|
|
2698
2698
|
function DropMarker(props) {
|
|
2699
2699
|
return props.isDndInProgress
|
|
@@ -2708,7 +2708,7 @@ function DropMarker(props) {
|
|
|
2708
2708
|
: null;
|
|
2709
2709
|
}
|
|
2710
2710
|
|
|
2711
|
-
var css$M = {"root":"
|
|
2711
|
+
var css$M = {"root":"_9JPACt","line-height":"NRefg8","lineHeight":"NRefg8","font-size":"_7ONyrA","fontSize":"_7ONyrA"};
|
|
2712
2712
|
|
|
2713
2713
|
function applyTextMods(mods) {
|
|
2714
2714
|
return [
|
|
@@ -2735,7 +2735,7 @@ const Text = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Text, appl
|
|
|
2735
2735
|
};
|
|
2736
2736
|
});
|
|
2737
2737
|
|
|
2738
|
-
var css$L = {"root":"
|
|
2738
|
+
var css$L = {"root":"ZZG-1J","loading-word":"_8EFzJ-","loadingWord":"_8EFzJ-","animated-loading":"o-Gac-","animatedLoading":"o-Gac-","skeleton_loading":"HhDcWh","skeletonLoading":"HhDcWh"};
|
|
2739
2739
|
|
|
2740
2740
|
const TextPlaceholder = (props) => {
|
|
2741
2741
|
const pattern = ' ';
|
|
@@ -2754,7 +2754,7 @@ const TextPlaceholder = (props) => {
|
|
|
2754
2754
|
|
|
2755
2755
|
const RichTextView = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || settings.sizes.defaults.richTextView}`]);
|
|
2756
2756
|
|
|
2757
|
-
var css$K = {"uui-typography":"
|
|
2757
|
+
var css$K = {"uui-typography":"ER8Zhi","uuiTypography":"ER8Zhi","hero-header":"xl-9a-","heroHeader":"xl-9a-","promo-header":"adHfmE","promoHeader":"adHfmE","uui-critical":"ZtAY4F","uuiCritical":"ZtAY4F","uui-info":"g7AY8o","uuiInfo":"g7AY8o","uui-success":"o-FHLn","uuiSuccess":"o-FHLn","uui-warning":"_3nwCez","uuiWarning":"_3nwCez","uui-highlight":"wOgTL7","uuiHighlight":"wOgTL7","uui-typography-size-12":"Ny7gMK","uuiTypographySize12":"Ny7gMK","uui-typography-size-14":"mTeoEX","uuiTypographySize14":"mTeoEX","uui-typography-size-16":"n2isPM","uuiTypographySize16":"n2isPM","modal":"iLeHay","search-wrapper":"EWGeP-","searchWrapper":"EWGeP-","no-data":"Rmqq2P","noData":"Rmqq2P","type-search-to-load-size-24":"CRWPVm","typeSearchToLoadSize24":"CRWPVm"};
|
|
2758
2758
|
|
|
2759
2759
|
class DataPickerBody extends uuiComponents.PickerBodyBase {
|
|
2760
2760
|
constructor() {
|
|
@@ -2802,7 +2802,7 @@ class DataPickerBody extends uuiComponents.PickerBodyBase {
|
|
|
2802
2802
|
}
|
|
2803
2803
|
}
|
|
2804
2804
|
|
|
2805
|
-
var css$J = {"footer":"
|
|
2805
|
+
var css$J = {"footer":"tphwPU"};
|
|
2806
2806
|
|
|
2807
2807
|
function DataPickerFooterImpl(props) {
|
|
2808
2808
|
const { search, clearSelection, view, showSelected, selectionMode, isSearchTooShort, } = props;
|
|
@@ -2828,7 +2828,7 @@ function DataPickerFooterImpl(props) {
|
|
|
2828
2828
|
}
|
|
2829
2829
|
const DataPickerFooter = /* @__PURE__ */React__namespace.default.memo(DataPickerFooterImpl);
|
|
2830
2830
|
|
|
2831
|
-
var css$I = {"header":"
|
|
2831
|
+
var css$I = {"header":"_9aY1xg","title":"zn2pAb","close":"eKJ7sc"};
|
|
2832
2832
|
|
|
2833
2833
|
const DataPickerHeaderImpl = (props) => {
|
|
2834
2834
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -2853,7 +2853,7 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
|
2853
2853
|
};
|
|
2854
2854
|
var ForwardRef$s = /*#__PURE__*/React.forwardRef(SvgNotificationDoneFill);
|
|
2855
2855
|
|
|
2856
|
-
var css$H = {"uui-typography":"
|
|
2856
|
+
var css$H = {"uui-typography":"SYfJvn","uuiTypography":"SYfJvn","hero-header":"J7erFs","heroHeader":"J7erFs","promo-header":"jHbQFG","promoHeader":"jHbQFG","uui-critical":"lqroQ6","uuiCritical":"lqroQ6","uui-info":"K4fHB-","uuiInfo":"K4fHB-","uui-success":"S2svi1","uuiSuccess":"S2svi1","uui-warning":"_5AIsmY","uuiWarning":"_5AIsmY","uui-highlight":"zx6ThB","uuiHighlight":"zx6ThB","uui-typography-size-12":"v9MDn-","uuiTypographySize12":"v9MDn-","uui-typography-size-14":"cqQrLG","uuiTypographySize14":"cqQrLG","uui-typography-size-16":"-UBaCT","uuiTypographySize16":"-UBaCT","root":"rfe4cg","align-widgets-top":"Uz9lF2","alignWidgetsTop":"Uz9lF2","align-widgets-center":"ZtyB4w","alignWidgetsCenter":"ZtyB4w","icon-container":"vFhK6s","iconContainer":"vFhK6s","loading-cell":"c8j2Jq","loadingCell":"c8j2Jq","content-wrapper":"IbyHAC","contentWrapper":"IbyHAC","render-item":"_9Vjf14","renderItem":"_9Vjf14","icon-wrapper":"_1K-iqS","iconWrapper":"_1K-iqS","icon-default":"vRbnjE","iconDefault":"vRbnjE","selected-mark":"GNw2de","selectedMark":"GNw2de"};
|
|
2857
2857
|
|
|
2858
2858
|
function DataPickerCell(props) {
|
|
2859
2859
|
const ref = React__namespace.useRef();
|
|
@@ -2890,7 +2890,7 @@ function DataPickerCell(props) {
|
|
|
2890
2890
|
getWrappedContent()));
|
|
2891
2891
|
}
|
|
2892
2892
|
|
|
2893
|
-
var css$G = {"uui-typography":"
|
|
2893
|
+
var css$G = {"uui-typography":"vZqXfr","uuiTypography":"vZqXfr","hero-header":"zboiyS","heroHeader":"zboiyS","promo-header":"H5-ltq","promoHeader":"H5-ltq","uui-critical":"I0xszk","uuiCritical":"I0xszk","uui-info":"AFKCyw","uuiInfo":"AFKCyw","uui-success":"_2JM3An","uuiSuccess":"_2JM3An","uui-warning":"S18o3R","uuiWarning":"S18o3R","uui-highlight":"pK4cWO","uuiHighlight":"pK4cWO","uui-typography-size-12":"il5tdi","uuiTypographySize12":"il5tdi","uui-typography-size-14":"_0u6Yeg","uuiTypographySize14":"_0u6Yeg","uui-typography-size-16":"p-E2xc","uuiTypographySize16":"p-E2xc","picker-row":"w2BpTz","pickerRow":"w2BpTz"};
|
|
2894
2894
|
|
|
2895
2895
|
class DataPickerRow extends React__namespace.Component {
|
|
2896
2896
|
constructor() {
|
|
@@ -2904,7 +2904,7 @@ class DataPickerRow extends React__namespace.Component {
|
|
|
2904
2904
|
}
|
|
2905
2905
|
}
|
|
2906
2906
|
|
|
2907
|
-
var css$F = {"uui-typography":"
|
|
2907
|
+
var css$F = {"uui-typography":"uMXsHD","uuiTypography":"uMXsHD","hero-header":"MrgnNt","heroHeader":"MrgnNt","promo-header":"zjfNoQ","promoHeader":"zjfNoQ","uui-critical":"siqps6","uuiCritical":"siqps6","uui-info":"Y2ncy8","uuiInfo":"Y2ncy8","uui-success":"R-C6gb","uuiSuccess":"R-C6gb","uui-warning":"m4ITaU","uuiWarning":"m4ITaU","uui-highlight":"-hJZcZ","uuiHighlight":"-hJZcZ","uui-typography-size-12":"NajQ8A","uuiTypographySize12":"NajQ8A","uui-typography-size-14":"IM8HBo","uuiTypographySize14":"IM8HBo","uui-typography-size-16":"cCKqBj","uuiTypographySize16":"cCKqBj","done":"JNFRB-","container":"iyhHqT"};
|
|
2908
2908
|
|
|
2909
2909
|
const PickerBodyMobileView = (props) => {
|
|
2910
2910
|
const isMobileView = uuiCore.isMobile();
|
|
@@ -2938,7 +2938,7 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
2938
2938
|
};
|
|
2939
2939
|
var ForwardRef$r = /*#__PURE__*/React.forwardRef(SvgSearchWithBackground);
|
|
2940
2940
|
|
|
2941
|
-
var css$E = {"uui-typography":"
|
|
2941
|
+
var css$E = {"uui-typography":"isvMwe","uuiTypography":"isvMwe","hero-header":"L7eGiE","heroHeader":"L7eGiE","promo-header":"uVUCNX","promoHeader":"uVUCNX","uui-critical":"bjrS-P","uuiCritical":"bjrS-P","uui-info":"UDdPyf","uuiInfo":"UDdPyf","uui-success":"_09s3wB","uuiSuccess":"_09s3wB","uui-warning":"rdkG4t","uuiWarning":"rdkG4t","uui-highlight":"oP7krb","uuiHighlight":"oP7krb","uui-typography-size-12":"jvJKso","uuiTypographySize12":"jvJKso","uui-typography-size-14":"DBIe25","uuiTypographySize14":"DBIe25","uui-typography-size-16":"sBZI8A","uuiTypographySize16":"sBZI8A","sub-header-wrapper":"IKJJJ3","subHeaderWrapper":"IKJJJ3","switch":"TtogGg","no-found-modal-container":"Z1icRO","noFoundModalContainer":"Z1icRO","no-found-modal-container-icon":"f3sQnC","noFoundModalContainerIcon":"f3sQnC","no-found-modal-container-text":"NMj7QS","noFoundModalContainerText":"NMj7QS"};
|
|
2942
2942
|
|
|
2943
2943
|
const mergeHighlightRanges = (ranges) => {
|
|
2944
2944
|
const mergedRanges = [];
|
|
@@ -3005,7 +3005,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
3005
3005
|
return getDecoratedText(str, ranges);
|
|
3006
3006
|
};
|
|
3007
3007
|
|
|
3008
|
-
var css$D = {"root":"
|
|
3008
|
+
var css$D = {"root":"RNLyrN","column-gap":"O0qnkO","columnGap":"O0qnkO","multiline":"Av3cL9","text":"hYf0YM"};
|
|
3009
3009
|
|
|
3010
3010
|
function PickerItem(props) {
|
|
3011
3011
|
const { highlightSearchMatches = true, size, avatarUrl, isLoading, isDisabled, icon, cx, } = props;
|
|
@@ -3079,7 +3079,7 @@ function PickerModal(props) {
|
|
|
3079
3079
|
React__namespace.default.createElement(ModalFooter, { padding: "24", vPadding: "24" }, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
3080
3080
|
}
|
|
3081
3081
|
|
|
3082
|
-
var css$C = {"tooltip":"
|
|
3082
|
+
var css$C = {"tooltip":"DNCz11"};
|
|
3083
3083
|
|
|
3084
3084
|
const PickerTogglerTag = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
3085
3085
|
const tagProps = {
|
|
@@ -3098,7 +3098,7 @@ const PickerTogglerTag = /* @__PURE__ */React__namespace.forwardRef((props, ref)
|
|
|
3098
3098
|
}
|
|
3099
3099
|
});
|
|
3100
3100
|
|
|
3101
|
-
var css$B = {"uui-typography":"
|
|
3101
|
+
var css$B = {"uui-typography":"_42h2Cl","uuiTypography":"_42h2Cl","hero-header":"_64aNey","heroHeader":"_64aNey","promo-header":"XuDqNU","promoHeader":"XuDqNU","uui-critical":"NItTA8","uuiCritical":"NItTA8","uui-info":"-Fv-1I","uuiInfo":"-Fv-1I","uui-success":"e99wW5","uuiSuccess":"e99wW5","uui-warning":"AVbshY","uuiWarning":"AVbshY","uui-highlight":"AG8BNH","uuiHighlight":"AG8BNH","uui-typography-size-12":"m5J0Ro","uuiTypographySize12":"m5J0Ro","uui-typography-size-14":"hRDAS-","uuiTypographySize14":"hRDAS-","uui-typography-size-16":"ZxyJS-","uuiTypographySize16":"ZxyJS-","root":"H8efg9","mode-form":"rUg1dd","modeForm":"rUg1dd","mode-cell":"-J6OdZ","modeCell":"-J6OdZ","mode-inline":"oyqZ-o","modeInline":"oyqZ-o"};
|
|
3102
3102
|
|
|
3103
3103
|
const defaultMode = EditMode.FORM;
|
|
3104
3104
|
function applyPickerTogglerMods(mods) {
|
|
@@ -3199,7 +3199,7 @@ function PickerInputComponent({ highlightSearchMatches = true, ...props }, ref)
|
|
|
3199
3199
|
}
|
|
3200
3200
|
const PickerInput = /* @__PURE__ */React__namespace.default.forwardRef(PickerInputComponent);
|
|
3201
3201
|
|
|
3202
|
-
var css$A = {"row":"
|
|
3202
|
+
var css$A = {"row":"_0ch7Lm"};
|
|
3203
3203
|
|
|
3204
3204
|
function PickerListItem(props) {
|
|
3205
3205
|
let label;
|
|
@@ -3219,7 +3219,7 @@ function PickerListItem(props) {
|
|
|
3219
3219
|
return (React__namespace.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));
|
|
3220
3220
|
}
|
|
3221
3221
|
|
|
3222
|
-
var css$z = {"root":"
|
|
3222
|
+
var css$z = {"root":"S-tPA-"};
|
|
3223
3223
|
|
|
3224
3224
|
function PickerList(props) {
|
|
3225
3225
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = uuiComponents.usePickerList(props);
|
|
@@ -3254,7 +3254,7 @@ function PickerList(props) {
|
|
|
3254
3254
|
}, selectedRows)));
|
|
3255
3255
|
}
|
|
3256
3256
|
|
|
3257
|
-
var css$y = {"uui-typography":"
|
|
3257
|
+
var css$y = {"uui-typography":"s6solM","uuiTypography":"s6solM","hero-header":"mTAiyx","heroHeader":"mTAiyx","promo-header":"Q09S-P","promoHeader":"Q09S-P","uui-critical":"l3q39s","uuiCritical":"l3q39s","uui-info":"UMz7q-","uuiInfo":"UMz7q-","uui-success":"fJ9Dap","uuiSuccess":"fJ9Dap","uui-warning":"OuUD-v","uuiWarning":"OuUD-v","uui-highlight":"oZG4mu","uuiHighlight":"oZG4mu","uui-typography-size-12":"pd8kfj","uuiTypographySize12":"pd8kfj","uui-typography-size-14":"OoaFrD","uuiTypographySize14":"OoaFrD","uui-typography-size-16":"bzyGcx","uuiTypographySize16":"bzyGcx","root":"JaRJ3D","wrapper":"FY1lEo","align-widgets-top":"_2AeFBQ","alignWidgetsTop":"_2AeFBQ","align-widgets-center":"SiIoCp","alignWidgetsCenter":"SiIoCp"};
|
|
3258
3258
|
|
|
3259
3259
|
function DataTableCell(initialProps) {
|
|
3260
3260
|
const props = { ...initialProps };
|
|
@@ -3303,7 +3303,7 @@ function DataTableCell(initialProps) {
|
|
|
3303
3303
|
return React__namespace.createElement(uuiComponents.DataTableCell, { ...props });
|
|
3304
3304
|
}
|
|
3305
3305
|
|
|
3306
|
-
var css$x = {"uui-typography":"
|
|
3306
|
+
var css$x = {"uui-typography":"Pu-T3O","uuiTypography":"Pu-T3O","hero-header":"gGwt7p","heroHeader":"gGwt7p","promo-header":"pna5E4","promoHeader":"pna5E4","uui-critical":"OPuuNy","uuiCritical":"OPuuNy","uui-info":"FlymRa","uuiInfo":"FlymRa","uui-success":"Cil-ay","uuiSuccess":"Cil-ay","uui-warning":"z7GZOH","uuiWarning":"z7GZOH","uui-highlight":"daJafi","uuiHighlight":"daJafi","uui-typography-size-12":"HIwqge","uuiTypographySize12":"HIwqge","uui-typography-size-14":"a6Z7YP","uuiTypographySize14":"a6Z7YP","uui-typography-size-16":"mI3xDF","uuiTypographySize16":"mI3xDF","root":"_3BD1p4"};
|
|
3307
3307
|
|
|
3308
3308
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3309
3309
|
// 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.
|
|
@@ -3319,7 +3319,7 @@ const DataTableRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.DataTableRow,
|
|
|
3319
3319
|
];
|
|
3320
3320
|
}, () => propsMods);
|
|
3321
3321
|
|
|
3322
|
-
var css$w = {"uui-typography":"
|
|
3322
|
+
var css$w = {"uui-typography":"DmLhcP","uuiTypography":"DmLhcP","hero-header":"YWazzx","heroHeader":"YWazzx","promo-header":"La3lYV","promoHeader":"La3lYV","uui-critical":"w9KSvU","uuiCritical":"w9KSvU","uui-info":"_7epXmk","uuiInfo":"_7epXmk","uui-success":"_3O77EF","uuiSuccess":"_3O77EF","uui-warning":"OoMflG","uuiWarning":"OoMflG","uui-highlight":"i9NbB4","uuiHighlight":"i9NbB4","uui-typography-size-12":"hztGPM","uuiTypographySize12":"hztGPM","uui-typography-size-14":"R219eO","uuiTypographySize14":"R219eO","uui-typography-size-16":"PrOPQN","uuiTypographySize16":"PrOPQN","sorting-panel-container":"_5ij3nT","sortingPanelContainer":"_5ij3nT"};
|
|
3323
3323
|
|
|
3324
3324
|
var _path$q;
|
|
3325
3325
|
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); }
|
|
@@ -3449,7 +3449,7 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
|
|
|
3449
3449
|
};
|
|
3450
3450
|
var ForwardRef$k = /*#__PURE__*/React.forwardRef(SvgNavigationExpandAllOutline);
|
|
3451
3451
|
|
|
3452
|
-
var css$v = {"uui-typography":"
|
|
3452
|
+
var css$v = {"uui-typography":"sAHxT5","uuiTypography":"sAHxT5","hero-header":"lTFoJ7","heroHeader":"lTFoJ7","promo-header":"zKkIxw","promoHeader":"zKkIxw","uui-critical":"SySUg-","uuiCritical":"SySUg-","uui-info":"IJKKM-","uuiInfo":"IJKKM-","uui-success":"hNpVAr","uuiSuccess":"hNpVAr","uui-warning":"oFuRrv","uuiWarning":"oFuRrv","uui-highlight":"yrVDVO","uuiHighlight":"yrVDVO","uui-typography-size-12":"XbxoTz","uuiTypographySize12":"XbxoTz","uui-typography-size-14":"AL-bM6","uuiTypographySize14":"AL-bM6","uui-typography-size-16":"J4SrME","uuiTypographySize16":"J4SrME","root":"VZDZe8","caption-wrapper":"bpVbV8","captionWrapper":"bpVbV8","sort-icon":"_5Qhvy7","sortIcon":"_5Qhvy7","dropdown-icon":"QJemGI","dropdownIcon":"QJemGI","infoIcon":"_43PRSl","resizable":"Z6CFNE","align-right":"ECkLg7","alignRight":"ECkLg7","align-center":"_3UYwbt","alignCenter":"_3UYwbt","caption":"AGalgT","truncate":"BULGNl","checkbox":"_42SjSL","icon":"_3PHdkV","fold-all-icon":"_8qWddr","foldAllIcon":"_8qWddr","cell-tooltip":"yWh64C","cellTooltip":"yWh64C","upper-case":"_9H5h9l","upperCase":"_9H5h9l","resizing-marker":"VcbYq7","resizingMarker":"VcbYq7","pinned-right":"UYeT-D","pinnedRight":"UYeT-D","draggable":"_6L1jIg","ghost":"QUwbmq","is-dragged-out":"rhAmvp","isDraggedOut":"rhAmvp","dnd-marker-left":"t19mwM","dndMarkerLeft":"t19mwM","dnd-marker-right":"NOae3H","dndMarkerRight":"NOae3H","cell-tooltip-wrapper":"ZKn21m","cellTooltipWrapper":"ZKn21m","cell-tooltip-text":"i1L4a-","cellTooltipText":"i1L4a-","tooltip-caption":"IzE07H","tooltipCaption":"IzE07H","tooltip-info":"U1Ff8V","tooltipInfo":"U1Ff8V"};
|
|
3453
3453
|
|
|
3454
3454
|
class DataTableHeaderCell extends React__namespace.Component {
|
|
3455
3455
|
constructor() {
|
|
@@ -3557,9 +3557,9 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
|
3557
3557
|
};
|
|
3558
3558
|
var ForwardRef$j = /*#__PURE__*/React.forwardRef(SvgActionSettingsFill);
|
|
3559
3559
|
|
|
3560
|
-
var css$u = {"uui-typography":"
|
|
3560
|
+
var css$u = {"uui-typography":"ucEvdq","uuiTypography":"ucEvdq","hero-header":"_7RwtQp","heroHeader":"_7RwtQp","promo-header":"r-O1bQ","promoHeader":"r-O1bQ","uui-critical":"zE57q3","uuiCritical":"zE57q3","uui-info":"fUF-CB","uuiInfo":"fUF-CB","uui-success":"_4gxhkb","uuiSuccess":"_4gxhkb","uui-warning":"LE-3mT","uuiWarning":"LE-3mT","uui-highlight":"_7Vh-3S","uuiHighlight":"_7Vh-3S","uui-typography-size-12":"_2WpiQX","uuiTypographySize12":"_2WpiQX","uui-typography-size-14":"sxa1Ng","uuiTypographySize14":"sxa1Ng","uui-typography-size-16":"dTZXJy","uuiTypographySize16":"dTZXJy","root":"SuGeIY"};
|
|
3561
3561
|
|
|
3562
|
-
var css$t = {"uui-typography":"
|
|
3562
|
+
var css$t = {"uui-typography":"uMybJc","uuiTypography":"uMybJc","hero-header":"mAfRmx","heroHeader":"mAfRmx","promo-header":"_4lyzmR","promoHeader":"_4lyzmR","uui-critical":"YWHODo","uuiCritical":"YWHODo","uui-info":"ONQsWl","uuiInfo":"ONQsWl","uui-success":"KCdFQY","uuiSuccess":"KCdFQY","uui-warning":"_5rlE-P","uuiWarning":"_5rlE-P","uui-highlight":"_6x0RvJ","uuiHighlight":"_6x0RvJ","uui-typography-size-12":"O-EzJG","uuiTypographySize12":"O-EzJG","uui-typography-size-14":"rVPEox","uuiTypographySize14":"rVPEox","uui-typography-size-16":"_2kQNp9","uuiTypographySize16":"_2kQNp9","root":"_3i4i8O","caption-wrapper":"X4OmuP","captionWrapper":"X4OmuP","align-center":"TXNRQl","alignCenter":"TXNRQl","caption":"D0VteG","truncate":"Guq3Gh","group-cell-tooltip":"xKpUEi","groupCellTooltip":"xKpUEi","upper-case":"_-6WWiu","upperCase":"_-6WWiu","group-cell-tooltip-wrapper":"WDe8iN","groupCellTooltipWrapper":"WDe8iN","group-cell-tooltip-text":"nlQvX5","groupCellTooltipText":"nlQvX5","tooltip-caption":"gXlKJh","tooltipCaption":"gXlKJh","tooltip-info":"R0hjU-","tooltipInfo":"R0hjU-"};
|
|
3563
3563
|
|
|
3564
3564
|
class DataTableHeaderGroupCell extends React__namespace.Component {
|
|
3565
3565
|
constructor() {
|
|
@@ -3627,7 +3627,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
3627
3627
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
3628
3628
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
3629
3629
|
|
|
3630
|
-
var css$s = {"uui-typography":"
|
|
3630
|
+
var css$s = {"uui-typography":"GCC-CH","uuiTypography":"GCC-CH","hero-header":"_1755dr","heroHeader":"_1755dr","promo-header":"asNkUN","promoHeader":"asNkUN","uui-critical":"R-g0J5","uuiCritical":"R-g0J5","uui-info":"k1aqso","uuiInfo":"k1aqso","uui-success":"l59jYQ","uuiSuccess":"l59jYQ","uui-warning":"_4Jl0Sh","uuiWarning":"_4Jl0Sh","uui-highlight":"nUqgkT","uuiHighlight":"nUqgkT","uui-typography-size-12":"uk4l9m","uuiTypographySize12":"uk4l9m","uui-typography-size-14":"DOyKZP","uuiTypographySize14":"DOyKZP","uui-typography-size-16":"T6rwaz","uuiTypographySize16":"T6rwaz","root":"nqDXqj","title-wrapper":"_7H7VeU","titleWrapper":"_7H7VeU","title":"QNU7ph","text-wrapper":"IgucJ0","textWrapper":"IgucJ0","selection":"nAC40f","postfix":"uc-9gN","selected":"S8Z0pJ"};
|
|
3631
3631
|
|
|
3632
3632
|
const defaultSize = '36';
|
|
3633
3633
|
const FilterPanelItemToggler = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
@@ -3799,7 +3799,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
3799
3799
|
React__namespace.default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
3800
3800
|
}
|
|
3801
3801
|
|
|
3802
|
-
var css$r = {"container":"
|
|
3802
|
+
var css$r = {"container":"_25RZ49"};
|
|
3803
3803
|
|
|
3804
3804
|
function FilterNumericBody(props) {
|
|
3805
3805
|
const isInRangePredicate = props?.selectedPredicate === 'inRange' || props?.selectedPredicate === 'notInRange';
|
|
@@ -3895,7 +3895,7 @@ var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
|
3895
3895
|
};
|
|
3896
3896
|
var ForwardRef$i = /*#__PURE__*/React.forwardRef(SvgActionDeleteOutline);
|
|
3897
3897
|
|
|
3898
|
-
var css$q = {"uui-typography":"
|
|
3898
|
+
var css$q = {"uui-typography":"IB-fzA","uuiTypography":"IB-fzA","hero-header":"OhxPiU","heroHeader":"OhxPiU","promo-header":"MaZHxn","promoHeader":"MaZHxn","uui-critical":"-O2DSe","uuiCritical":"-O2DSe","uui-info":"rXWWp9","uuiInfo":"rXWWp9","uui-success":"oxBTLi","uuiSuccess":"oxBTLi","uui-warning":"Ihhf0I","uuiWarning":"Ihhf0I","uui-highlight":"Nk8UHx","uuiHighlight":"Nk8UHx","uui-typography-size-12":"YSU9ko","uuiTypographySize12":"YSU9ko","uui-typography-size-14":"GfBjaD","uuiTypographySize14":"GfBjaD","uui-typography-size-16":"yROH-D","uuiTypographySize16":"yROH-D","header":"N0Npag","removeButton":"_64ItKO","with-search":"rhaPaz","withSearch":"rhaPaz"};
|
|
3899
3899
|
|
|
3900
3900
|
function useView(props, value) {
|
|
3901
3901
|
const forceUpdate = uuiCore.useForceUpdate();
|
|
@@ -4216,7 +4216,7 @@ function FiltersToolbarImpl(props) {
|
|
|
4216
4216
|
}
|
|
4217
4217
|
const FiltersPanel = /* @__PURE__ */React__namespace.default.memo(FiltersToolbarImpl);
|
|
4218
4218
|
|
|
4219
|
-
var css$p = {"divider":"
|
|
4219
|
+
var css$p = {"divider":"IB9uQ6","dropdownDeleteIcon":"sjoPAb","presetsWrapper":"Y2s9dY","addPresetContainer":"prg1dP","dropContainer":"_00Lm-i"};
|
|
4220
4220
|
|
|
4221
4221
|
var _path$g;
|
|
4222
4222
|
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); }
|
|
@@ -4329,7 +4329,7 @@ var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
|
4329
4329
|
};
|
|
4330
4330
|
var ForwardRef$a = /*#__PURE__*/React.forwardRef(SvgContentLinkOutline);
|
|
4331
4331
|
|
|
4332
|
-
var css$o = {"delete-button":"
|
|
4332
|
+
var css$o = {"delete-button":"MOAOVv","deleteButton":"MOAOVv","tab-button":"_0scPEQ","tabButton":"_0scPEQ","targetOpen":"RgSvRn"};
|
|
4333
4333
|
|
|
4334
4334
|
function PresetActionsDropdown(props) {
|
|
4335
4335
|
const { uuiNotifications } = uuiCore.useUuiContext();
|
|
@@ -4396,7 +4396,7 @@ function PresetActionsDropdown(props) {
|
|
|
4396
4396
|
return (React__namespace.default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
4397
4397
|
}
|
|
4398
4398
|
|
|
4399
|
-
var css$n = {"preset-input-cell":"
|
|
4399
|
+
var css$n = {"preset-input-cell":"hyX6r4","presetInputCell":"hyX6r4","preset-input":"CkNgAr","presetInput":"CkNgAr"};
|
|
4400
4400
|
|
|
4401
4401
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
4402
4402
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -4428,7 +4428,7 @@ function PresetInput(props) {
|
|
|
4428
4428
|
React__namespace.default.createElement(TextInput, { cx: css$n.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
4429
4429
|
}
|
|
4430
4430
|
|
|
4431
|
-
var css$m = {"preset":"
|
|
4431
|
+
var css$m = {"preset":"O9VriR","activePreset":"tCADxD"};
|
|
4432
4432
|
|
|
4433
4433
|
function Preset(props) {
|
|
4434
4434
|
const [isRenamePreset, setIsRenamePreset] = React.useState(false);
|
|
@@ -4609,7 +4609,7 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
|
|
|
4609
4609
|
};
|
|
4610
4610
|
var ForwardRef$6 = /*#__PURE__*/React.forwardRef(SvgTableGroupColumnRightFill);
|
|
4611
4611
|
|
|
4612
|
-
var css$l = {"unpin-icon":"
|
|
4612
|
+
var css$l = {"unpin-icon":"mhmefR","unpinIcon":"mhmefR","pin-toggler-icon":"o9jTj-","pinTogglerIcon":"o9jTj-"};
|
|
4613
4613
|
|
|
4614
4614
|
function PinIconButton(props) {
|
|
4615
4615
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4668,7 +4668,7 @@ var SvgActionDragIndicator18 = function SvgActionDragIndicator18(props, ref) {
|
|
|
4668
4668
|
};
|
|
4669
4669
|
var ForwardRef$5 = /*#__PURE__*/React.forwardRef(SvgActionDragIndicator18);
|
|
4670
4670
|
|
|
4671
|
-
var css$k = {"uui-typography":"
|
|
4671
|
+
var css$k = {"uui-typography":"ssJEaq","uuiTypography":"ssJEaq","hero-header":"damzAP","heroHeader":"damzAP","promo-header":"mjQkGB","promoHeader":"mjQkGB","uui-critical":"DMrvkK","uuiCritical":"DMrvkK","uui-info":"G1jZNN","uuiInfo":"G1jZNN","uui-success":"QSRri2","uuiSuccess":"QSRri2","uui-warning":"Ylp3vZ","uuiWarning":"Ylp3vZ","uui-highlight":"_91-pMf","uuiHighlight":"_91-pMf","uui-typography-size-12":"FnxHbw","uuiTypographySize12":"FnxHbw","uui-typography-size-14":"yBoe-U","uuiTypographySize14":"yBoe-U","uui-typography-size-16":"WMzK0m","uuiTypographySize16":"WMzK0m","row-wrapper":"l2Z9Bh","rowWrapper":"l2Z9Bh","pin-icon-button":"jpSx8F","pinIconButton":"jpSx8F","not-pinned":"P1CXah","notPinned":"P1CXah","checkbox":"CcpbVi","drag-handle":"T9HUJV","dragHandle":"T9HUJV","dnd-disabled":"_11XWex","dndDisabled":"_11XWex"};
|
|
4672
4672
|
|
|
4673
4673
|
const ColumnRow = /* @__PURE__ */React__namespace.memo(function ColumnRow(props) {
|
|
4674
4674
|
const { column } = props;
|
|
@@ -4691,7 +4691,7 @@ const ColumnRow = /* @__PURE__ */React__namespace.memo(function ColumnRow(props)
|
|
|
4691
4691
|
return (React__namespace.createElement(uuiCore.DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
|
|
4692
4692
|
});
|
|
4693
4693
|
|
|
4694
|
-
var css$j = {"uui-typography":"
|
|
4694
|
+
var css$j = {"uui-typography":"GEu1V1","uuiTypography":"GEu1V1","hero-header":"A9nh3D","heroHeader":"A9nh3D","promo-header":"tqGT1R","promoHeader":"tqGT1R","uui-critical":"LYClLr","uuiCritical":"LYClLr","uui-info":"DH1C7b","uuiInfo":"DH1C7b","uui-success":"ZagjzB","uuiSuccess":"ZagjzB","uui-warning":"H4Xweb","uuiWarning":"H4Xweb","uui-highlight":"v9p1bq","uuiHighlight":"v9p1bq","uui-typography-size-12":"nS6rS3","uuiTypographySize12":"nS6rS3","uui-typography-size-14":"_39H9-J","uuiTypographySize14":"_39H9-J","uui-typography-size-16":"EM9un2","uuiTypographySize16":"EM9un2","root":"QUdqbn","main-panel":"PR1D8-","mainPanel":"PR1D8-","group":"rgTBf1","group-title":"D29H7Q","groupTitle":"D29H7Q","group-items":"T2dUFH","groupItems":"T2dUFH","no-data":"Duvrwx","noData":"Duvrwx","no-data-title":"siuDXz","noDataTitle":"siuDXz","no-data-sub-title":"PEvzJT","noDataSubTitle":"PEvzJT","h-divider":"hysIKw","hDivider":"hysIKw","search-area":"LTY0pV","searchArea":"LTY0pV","subgroup-accordion":"vi8i4o","subgroupAccordion":"vi8i4o","subgroup":"uh44e7","subgroup-title":"hubj3U","subgroupTitle":"hubj3U"};
|
|
4695
4695
|
|
|
4696
4696
|
const renderGroupTitle = (title, amount) => (React__namespace.createElement(FlexRow, { cx: css$j.group },
|
|
4697
4697
|
React__namespace.createElement(Text, { size: "none", cx: css$j.groupTitle }, title),
|
|
@@ -4780,7 +4780,7 @@ function SubGroup(props) {
|
|
|
4780
4780
|
return null;
|
|
4781
4781
|
}
|
|
4782
4782
|
|
|
4783
|
-
var css$i = {"listContainer":"
|
|
4783
|
+
var css$i = {"listContainer":"ExUaPN","header":"C8hfV3","group":"P-3Dzo","stickyHeader":"QBOIO7"};
|
|
4784
4784
|
|
|
4785
4785
|
const getChildrenAndRest = (row, rows) => {
|
|
4786
4786
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4844,7 +4844,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4844
4844
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4845
4845
|
ref: ref
|
|
4846
4846
|
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
4847
|
-
clipPath: "url(#
|
|
4847
|
+
clipPath: "url(#p38yuc2knkgvhuwsz_a)"
|
|
4848
4848
|
}, _path$4 || (_path$4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4849
4849
|
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",
|
|
4850
4850
|
fill: "#F5F6FA"
|
|
@@ -4865,7 +4865,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4865
4865
|
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",
|
|
4866
4866
|
fill: "#1D1E26"
|
|
4867
4867
|
})), /*#__PURE__*/React__namespace.createElement("mask", {
|
|
4868
|
-
id: "
|
|
4868
|
+
id: "p38yuc40c6yt1scxu_b",
|
|
4869
4869
|
style: {
|
|
4870
4870
|
maskType: "alpha"
|
|
4871
4871
|
},
|
|
@@ -4878,7 +4878,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4878
4878
|
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",
|
|
4879
4879
|
fill: "#9BDEFF"
|
|
4880
4880
|
}))), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
|
|
4881
|
-
mask: "url(#
|
|
4881
|
+
mask: "url(#p38yuc40c6yt1scxu_b)",
|
|
4882
4882
|
fillRule: "evenodd",
|
|
4883
4883
|
clipRule: "evenodd"
|
|
4884
4884
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -4964,7 +4964,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4964
4964
|
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",
|
|
4965
4965
|
fill: "#fff"
|
|
4966
4966
|
}))), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
4967
|
-
id: "
|
|
4967
|
+
id: "p38yuc2knkgvhuwsz_a"
|
|
4968
4968
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
4969
4969
|
fill: "#fff",
|
|
4970
4970
|
transform: "translate(.552)",
|
|
@@ -4973,7 +4973,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4973
4973
|
};
|
|
4974
4974
|
var ForwardRef$4 = /*#__PURE__*/React.forwardRef(SvgEmptyTable);
|
|
4975
4975
|
|
|
4976
|
-
var css$h = {"root":"
|
|
4976
|
+
var css$h = {"root":"Bihrao","sticky-header":"ifRD6W","stickyHeader":"ifRD6W","no-results":"eKJ51o","noResults":"eKJ51o","icon":"PH7wrW","title":"rURFk-"};
|
|
4977
4977
|
|
|
4978
4978
|
function DataTable(props) {
|
|
4979
4979
|
const { uuiModals } = uuiCore.useUuiContext();
|
|
@@ -5022,9 +5022,9 @@ function DataTable(props) {
|
|
|
5022
5022
|
} }))));
|
|
5023
5023
|
}
|
|
5024
5024
|
|
|
5025
|
-
var css$g = {"root":"
|
|
5025
|
+
var css$g = {"root":"w5vZ8I"};
|
|
5026
5026
|
|
|
5027
|
-
var css$f = {"root":"
|
|
5027
|
+
var css$f = {"root":"NfX3U9","burger-content":"g-40KL","burgerContent":"g-40KL"};
|
|
5028
5028
|
|
|
5029
5029
|
var _path$3;
|
|
5030
5030
|
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); }
|
|
@@ -5067,7 +5067,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
5067
5067
|
};
|
|
5068
5068
|
var ForwardRef$2 = /*#__PURE__*/React.forwardRef(SvgNavigationArrowDownOutline);
|
|
5069
5069
|
|
|
5070
|
-
var css$e = {"uui-typography":"
|
|
5070
|
+
var css$e = {"uui-typography":"X0HryE","uuiTypography":"X0HryE","hero-header":"PKlsJk","heroHeader":"PKlsJk","promo-header":"_-5u8C9","promoHeader":"_-5u8C9","uui-critical":"r0aTfZ","uuiCritical":"r0aTfZ","uui-info":"_2PDH2X","uuiInfo":"_2PDH2X","uui-success":"YJiM2y","uuiSuccess":"YJiM2y","uui-warning":"TH2MlO","uuiWarning":"TH2MlO","uui-highlight":"g8jC3n","uuiHighlight":"g8jC3n","uui-typography-size-12":"YRAMDs","uuiTypographySize12":"YRAMDs","uui-typography-size-14":"qt5y-C","uuiTypographySize14":"qt5y-C","uui-typography-size-16":"_0GaS2Z","uuiTypographySize16":"_0GaS2Z","root":"kBLudu","button-primary":"Hf6f-9","buttonPrimary":"Hf6f-9","button-secondary":"MdFGuQ","buttonSecondary":"MdFGuQ","hasIcon":"_3nAfvF","dropdown":"_6KOjpa"};
|
|
5071
5071
|
|
|
5072
5072
|
const BurgerButton = /* @__PURE__ */uuiCore.withMods(uuiComponents.Button, (props) => [
|
|
5073
5073
|
css$e.root,
|
|
@@ -5078,13 +5078,13 @@ const BurgerButton = /* @__PURE__ */uuiCore.withMods(uuiComponents.Button, (prop
|
|
|
5078
5078
|
props.icon && css$e.hasIcon,
|
|
5079
5079
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
5080
5080
|
|
|
5081
|
-
var css$d = {"search-input":"
|
|
5081
|
+
var css$d = {"search-input":"cWF1j-","searchInput":"cWF1j-"};
|
|
5082
5082
|
|
|
5083
5083
|
function BurgerSearch(props) {
|
|
5084
5084
|
return (React__namespace.createElement(uuiComponents.TextInput, { cx: cx__default.default(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 }));
|
|
5085
5085
|
}
|
|
5086
5086
|
|
|
5087
|
-
var css$c = {"root":"
|
|
5087
|
+
var css$c = {"root":"E144xv","group-header":"vf6-iS","groupHeader":"vf6-iS","group-name":"iCFIQJ","groupName":"iCFIQJ","line":"Pkeo96"};
|
|
5088
5088
|
|
|
5089
5089
|
function BurgerGroupHeader(props) {
|
|
5090
5090
|
return (React__namespace.createElement("div", { className: cx__default.default(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -5092,7 +5092,7 @@ function BurgerGroupHeader(props) {
|
|
|
5092
5092
|
React__namespace.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
5093
5093
|
}
|
|
5094
5094
|
|
|
5095
|
-
var css$b = {"uui-typography":"
|
|
5095
|
+
var css$b = {"uui-typography":"bbVhy-","uuiTypography":"bbVhy-","hero-header":"Kx64V6","heroHeader":"Kx64V6","promo-header":"hBxE-F","promoHeader":"hBxE-F","uui-critical":"qC0hPT","uuiCritical":"qC0hPT","uui-info":"se9oMB","uuiInfo":"se9oMB","uui-success":"BqETvH","uuiSuccess":"BqETvH","uui-warning":"zoRFo1","uuiWarning":"zoRFo1","uui-highlight":"Fig0KW","uuiHighlight":"Fig0KW","uui-typography-size-12":"soxXM8","uuiTypographySize12":"soxXM8","uui-typography-size-14":"_7B2Kwg","uuiTypographySize14":"_7B2Kwg","uui-typography-size-16":"_8jlwI2","uuiTypographySize16":"_8jlwI2","root":"p7c1gp","type-primary":"JSRaup","typePrimary":"JSRaup","type-secondary":"Uhgl-h","typeSecondary":"Uhgl-h"};
|
|
5096
5096
|
|
|
5097
5097
|
const MainMenuButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
5098
5098
|
const { type, ...clickableProps } = props;
|
|
@@ -5114,7 +5114,7 @@ const MainMenuButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) =
|
|
|
5114
5114
|
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$Q, flipY: props.isOpen }))));
|
|
5115
5115
|
});
|
|
5116
5116
|
|
|
5117
|
-
var css$a = {"dropdown-body":"
|
|
5117
|
+
var css$a = {"dropdown-body":"hedhIg","dropdownBody":"hedhIg"};
|
|
5118
5118
|
|
|
5119
5119
|
class MainMenuDropdown extends React__namespace.Component {
|
|
5120
5120
|
render() {
|
|
@@ -5172,12 +5172,12 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
5172
5172
|
};
|
|
5173
5173
|
var ForwardRef$1 = /*#__PURE__*/React.forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
5174
5174
|
|
|
5175
|
-
var css$9 = {"global-menu-btn":"
|
|
5175
|
+
var css$9 = {"global-menu-btn":"VfaFHx","globalMenuBtn":"VfaFHx","global-menu-icon":"GW1uUh","globalMenuIcon":"GW1uUh"};
|
|
5176
5176
|
|
|
5177
5177
|
const GlobalMenu = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", { ref: ref, id: "global_menu_toggle", className: cx__default.default(css$9.globalMenuBtn, props.cx), ...props.rawProps },
|
|
5178
5178
|
React__namespace.createElement(uuiComponents.IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
5179
5179
|
|
|
5180
|
-
var css$8 = {"container":"
|
|
5180
|
+
var css$8 = {"container":"eis9jW","open":"efbjkM","folding-arrow":"pOE9mb","foldingArrow":"pOE9mb"};
|
|
5181
5181
|
|
|
5182
5182
|
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, ...props.rawProps },
|
|
5183
5183
|
React__namespace.createElement(uuiComponents.Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -5185,15 +5185,15 @@ const MainMenuAvatar = /* @__PURE__ */React__namespace.forwardRef((props, ref) =
|
|
|
5185
5185
|
props.isDropdown && (React__namespace.createElement("div", null,
|
|
5186
5186
|
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, icon: ForwardRef$Q, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
|
|
5187
5187
|
|
|
5188
|
-
var css$7 = {"search-input":"
|
|
5188
|
+
var css$7 = {"search-input":"_0Y64FD","searchInput":"_0Y64FD"};
|
|
5189
5189
|
|
|
5190
5190
|
const MainMenuSearch = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement(uuiCore.IEditableDebouncer, { ...props, render: (iEditable) => (React__namespace.createElement(uuiComponents.TextInput, { iconPosition: "left", icon: ForwardRef$O, cancelIcon: props.value?.length > 0 && ForwardRef$R, ...props, ...iEditable, ref: ref, cx: uuiCore.cx(css$7.searchInput, props.cx), ...props.rawProps })) })));
|
|
5191
5191
|
|
|
5192
|
-
var css$6 = {"container":"
|
|
5192
|
+
var css$6 = {"container":"_6wSesd"};
|
|
5193
5193
|
|
|
5194
5194
|
const MainMenuIcon = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement(IconButton, { ref: ref, icon: props.icon, cx: uuiCore.cx(props.cx, css$6.container), ...props })));
|
|
5195
5195
|
|
|
5196
|
-
var css$5 = {"root":"
|
|
5196
|
+
var css$5 = {"root":"CwoJyX"};
|
|
5197
5197
|
|
|
5198
5198
|
const Anchor = /* @__PURE__ */uuiCore.withMods(uuiComponents.Anchor, () => [css$5.root]);
|
|
5199
5199
|
|
|
@@ -5251,7 +5251,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
5251
5251
|
};
|
|
5252
5252
|
var ForwardRef = /*#__PURE__*/React.forwardRef(SvgFileCloudUploadFill);
|
|
5253
5253
|
|
|
5254
|
-
var css$4 = {"root":"
|
|
5254
|
+
var css$4 = {"root":"SKKPvY","drop-start":"Q7UnTJ","dropStart":"Q7UnTJ","drop-over":"Ftx8qE","dropOver":"Ftx8qE","link":"W9-33x","drop-area":"UVik71","dropArea":"UVik71","drop-caption":"_8il7XS","dropCaption":"_8il7XS","icon-blue":"pJiMKc","iconBlue":"pJiMKc"};
|
|
5255
5255
|
|
|
5256
5256
|
function DropSpot(props) {
|
|
5257
5257
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -5269,9 +5269,9 @@ function DropSpot(props) {
|
|
|
5269
5269
|
return React__namespace.createElement(uuiComponents.DropSpot, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
5270
5270
|
}
|
|
5271
5271
|
|
|
5272
|
-
var css$3 = {"uui-typography":"
|
|
5272
|
+
var css$3 = {"uui-typography":"zSHQ3x","uuiTypography":"zSHQ3x","hero-header":"MbqTtK","heroHeader":"MbqTtK","promo-header":"OWAo0Q","promoHeader":"OWAo0Q","uui-critical":"orA8uP","uuiCritical":"orA8uP","uui-info":"BtLPCE","uuiInfo":"BtLPCE","uui-success":"d3ZiA6","uuiSuccess":"d3ZiA6","uui-warning":"-Pb7A-","uuiWarning":"-Pb7A-","uui-highlight":"iH5wJK","uuiHighlight":"iH5wJK","uui-typography-size-12":"vWXt9G","uuiTypographySize12":"vWXt9G","uui-typography-size-14":"euGKeZ","uuiTypographySize14":"euGKeZ","uui-typography-size-16":"_54Uw6D","uuiTypographySize16":"_54Uw6D","root":"_8RRzlT","file-name":"aNuzSh","fileName":"aNuzSh","default-color":"t8SbWq","defaultColor":"t8SbWq","doc-color":"bLomd-","docColor":"bLomd-","xls-color":"ygeMH5","xlsColor":"ygeMH5","pdf-color":"K7-m5s","pdfColor":"K7-m5s","movie-color":"_1JJW2e","movieColor":"_1JJW2e","img-color":"tPMixZ","imgColor":"tPMixZ","mov-color":"Onr51X","movColor":"Onr51X","error-block":"p5UOd1","errorBlock":"p5UOd1","icons-block":"_38iJKr","iconsBlock":"_38iJKr"};
|
|
5273
5273
|
|
|
5274
|
-
var css$2 = {"root":"
|
|
5274
|
+
var css$2 = {"root":"EXPWoJ"};
|
|
5275
5275
|
|
|
5276
5276
|
const SvgCircleProgress = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
5277
5277
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5399,7 +5399,7 @@ const getErrorPageConfig = () => ({
|
|
|
5399
5399
|
},
|
|
5400
5400
|
});
|
|
5401
5401
|
|
|
5402
|
-
var css$1 = {"container":"
|
|
5402
|
+
var css$1 = {"container":"HBzMr5"};
|
|
5403
5403
|
|
|
5404
5404
|
const ErrorPage = (props) => {
|
|
5405
5405
|
const isMobileScreen = uuiCore.isMobile();
|
|
@@ -5411,7 +5411,7 @@ const ErrorPage = (props) => {
|
|
|
5411
5411
|
props?.supportLink && React__namespace.default.createElement("div", { className: "uui-error-support-link" }, props?.supportLink))));
|
|
5412
5412
|
};
|
|
5413
5413
|
|
|
5414
|
-
var css = {"recovery-spinner":"
|
|
5414
|
+
var css = {"recovery-spinner":"AFB9og","recoverySpinner":"AFB9og","recovery-message":"DfV0Xw","recoveryMessage":"DfV0Xw","modal-blocker":"TQqe13","modalBlocker":"TQqe13","modalFadeIn":"JQJSmC"};
|
|
5415
5415
|
|
|
5416
5416
|
function ErrorHandler(props) {
|
|
5417
5417
|
const { uuiNotifications, uuiModals, uuiApi } = uuiCore.useUuiContext();
|