@epam/uui 5.10.1 → 5.11.0-alpha.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 +102 -102
- package/index.esm.js.map +1 -1
- package/index.js +102 -102
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/stats.html +19 -1
- package/styles.css +2479 -2479
package/index.js
CHANGED
|
@@ -595,7 +595,7 @@ const settings = {
|
|
|
595
595
|
},
|
|
596
596
|
};
|
|
597
597
|
|
|
598
|
-
var css$1w = {"uui-typography":"
|
|
598
|
+
var css$1w = {"uui-typography":"WlUnIC","hero-header":"izPMms","promo-header":"V9jqrL","uui-critical":"ldzwRW","uui-info":"TYDhOB","uui-success":"_9f9QNa","uui-warning":"rnvW7a","uui-highlight":"eyXBxk","uui-typography-size-12":"_7O-375","uui-typography-size-14":"i8nfhG","uui-typography-size-16":"_5I2q2X","root":"pz7cpM","uuiTypography":"WlUnIC","heroHeader":"izPMms","promoHeader":"V9jqrL","uuiCritical":"ldzwRW","uuiInfo":"TYDhOB","uuiSuccess":"_9f9QNa","uuiWarning":"rnvW7a","uuiHighlight":"eyXBxk","uuiTypographySize12":"_7O-375","uuiTypographySize14":"i8nfhG","uuiTypographySize16":"_5I2q2X"};
|
|
599
599
|
|
|
600
600
|
function applyButtonMods(mods) {
|
|
601
601
|
return [
|
|
@@ -613,7 +613,7 @@ const Button = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Button,
|
|
|
613
613
|
};
|
|
614
614
|
});
|
|
615
615
|
|
|
616
|
-
var css$1v = {"root":"
|
|
616
|
+
var css$1v = {"root":"bK-KyP"};
|
|
617
617
|
|
|
618
618
|
function applyIconButtonMods(props) {
|
|
619
619
|
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1v.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$1u = {"uui-typography":"
|
|
653
|
+
var css$1u = {"uui-typography":"O-34K0","hero-header":"vNsble","promo-header":"QJWmdW","uui-critical":"rAwTgv","uui-info":"aSdk4I","uui-success":"rHNyFD","uui-warning":"_0ybMLb","uui-highlight":"qj38Tz","uui-typography-size-12":"K6xdPo","uui-typography-size-14":"hSkMVm","uui-typography-size-16":"-b1lXP","root":"V0VbhU","uuiTypography":"O-34K0","heroHeader":"vNsble","promoHeader":"QJWmdW","uuiCritical":"rAwTgv","uuiInfo":"aSdk4I","uuiSuccess":"rHNyFD","uuiWarning":"_0ybMLb","uuiHighlight":"qj38Tz","uuiTypographySize12":"K6xdPo","uuiTypographySize14":"hSkMVm","uuiTypographySize16":"-b1lXP"};
|
|
654
654
|
|
|
655
655
|
const DEFAULT_COLOR = 'primary';
|
|
656
656
|
const DEFAULT_WEIGHT = 'semibold';
|
|
@@ -681,7 +681,7 @@ const LinkButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
|
681
681
|
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
682
682
|
});
|
|
683
683
|
|
|
684
|
-
var css$1t = {"root":"
|
|
684
|
+
var css$1t = {"root":"YETOhn"};
|
|
685
685
|
|
|
686
686
|
const CountIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
687
687
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -693,7 +693,7 @@ const CountIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
693
693
|
]) }, props.caption));
|
|
694
694
|
});
|
|
695
695
|
|
|
696
|
-
var css$1s = {"uui-typography":"
|
|
696
|
+
var css$1s = {"uui-typography":"mcR-bP","hero-header":"YU-cyV","promo-header":"E8gT-w","uui-critical":"LW8m0T","uui-info":"kgiBLu","uui-success":"jWQEQO","uui-warning":"-E0avP","uui-highlight":"iHkagH","uui-typography-size-12":"oOiQaj","uui-typography-size-14":"ZJdPLa","uui-typography-size-16":"_6aVTXF","root":"gSTxmA","withNotify":"N1SRTp","uuiTypography":"mcR-bP","heroHeader":"YU-cyV","promoHeader":"E8gT-w","uuiCritical":"LW8m0T","uuiInfo":"kgiBLu","uuiSuccess":"jWQEQO","uuiWarning":"-E0avP","uuiHighlight":"iHkagH","uuiTypographySize12":"oOiQaj","uuiTypographySize14":"ZJdPLa","uuiTypographySize16":"_6aVTXF"};
|
|
697
697
|
|
|
698
698
|
const TabButton = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
699
699
|
const styles = [
|
|
@@ -716,7 +716,7 @@ const TabButton = /* @__PURE__ */React__namespace.default.forwardRef((props, ref
|
|
|
716
716
|
props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
717
717
|
});
|
|
718
718
|
|
|
719
|
-
var css$1r = {"uui-typography":"
|
|
719
|
+
var css$1r = {"uui-typography":"_9ceY7W","hero-header":"ApKIeC","promo-header":"HZGcZT","uui-critical":"j7Hhh8","uui-info":"iN3mJe","uui-success":"YxbVRR","uui-warning":"-GiqCS","uui-highlight":"fTSLlw","uui-typography-size-12":"t-Qvvq","uui-typography-size-14":"HphVYk","uui-typography-size-16":"uaHQlu","root":"v-H9j3","uuiTypography":"_9ceY7W","heroHeader":"ApKIeC","promoHeader":"HZGcZT","uuiCritical":"j7Hhh8","uuiInfo":"iN3mJe","uuiSuccess":"YxbVRR","uuiWarning":"-GiqCS","uuiHighlight":"fTSLlw","uuiTypographySize12":"t-Qvvq","uuiTypographySize14":"HphVYk","uuiTypographySize16":"uaHQlu"};
|
|
720
720
|
|
|
721
721
|
function applyVerticalTabButtonMods() {
|
|
722
722
|
return [css$1r.root, 'uui-vertical-tab-button'];
|
|
@@ -738,7 +738,7 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
|
738
738
|
};
|
|
739
739
|
var ForwardRef$B = /*#__PURE__*/React.forwardRef(SvgContentMinusOutline);
|
|
740
740
|
|
|
741
|
-
var css$1q = {"uui-typography":"
|
|
741
|
+
var css$1q = {"uui-typography":"lSLcCE","hero-header":"nValmj","promo-header":"TQ8ufK","uui-critical":"SMjThD","uui-info":"uyb87h","uui-success":"hHMPgo","uui-warning":"_-6Qz3D","uui-highlight":"Srwu7V","uui-typography-size-12":"KZNj2B","uui-typography-size-14":"nGFzRp","uui-typography-size-16":"_8M94Pr","root":"ay13S1","mode-cell":"nM5BJa","uuiTypography":"lSLcCE","heroHeader":"nValmj","promoHeader":"TQ8ufK","uuiCritical":"SMjThD","uuiInfo":"uyb87h","uuiSuccess":"hHMPgo","uuiWarning":"_-6Qz3D","uuiHighlight":"Srwu7V","uuiTypographySize12":"KZNj2B","uuiTypographySize14":"nGFzRp","uuiTypographySize16":"_8M94Pr","modeCell":"nM5BJa"};
|
|
742
742
|
|
|
743
743
|
function applyCheckboxMods(mods) {
|
|
744
744
|
return [
|
|
@@ -773,7 +773,7 @@ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
|
773
773
|
};
|
|
774
774
|
var ForwardRef$A = /*#__PURE__*/React.forwardRef(SvgRadioDotFill);
|
|
775
775
|
|
|
776
|
-
var css$1p = {"uui-typography":"
|
|
776
|
+
var css$1p = {"uui-typography":"uDf4qC","hero-header":"Z6rmto","promo-header":"_6MOPL9","uui-critical":"Ev-o9t","uui-info":"F--cbc","uui-success":"LjBMCT","uui-warning":"oSbH-0","uui-highlight":"FI4m-D","uui-typography-size-12":"aXwfqO","uui-typography-size-14":"GOiP9j","uui-typography-size-16":"oigyP7","root":"CuhwBt","uuiTypography":"uDf4qC","heroHeader":"Z6rmto","promoHeader":"_6MOPL9","uuiCritical":"Ev-o9t","uuiInfo":"F--cbc","uuiSuccess":"LjBMCT","uuiWarning":"oSbH-0","uuiHighlight":"FI4m-D","uuiTypographySize12":"aXwfqO","uuiTypographySize14":"GOiP9j","uuiTypographySize16":"oigyP7"};
|
|
777
777
|
|
|
778
778
|
function applyRadioInputMods(mods) {
|
|
779
779
|
return [
|
|
@@ -785,7 +785,7 @@ function applyRadioInputMods(mods) {
|
|
|
785
785
|
}
|
|
786
786
|
const RadioInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.RadioInput, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$A }));
|
|
787
787
|
|
|
788
|
-
var css$1o = {"root":"
|
|
788
|
+
var css$1o = {"root":"xIBqoA"};
|
|
789
789
|
|
|
790
790
|
function applySwitchMods(mods) {
|
|
791
791
|
return [
|
|
@@ -853,7 +853,7 @@ var EditMode;
|
|
|
853
853
|
EditMode["INLINE"] = "inline";
|
|
854
854
|
})(EditMode || (EditMode = {}));
|
|
855
855
|
|
|
856
|
-
var textInputCss = {"uui-typography":"
|
|
856
|
+
var textInputCss = {"uui-typography":"hoUcuD","hero-header":"HLEk0r","promo-header":"zzI5FN","uui-critical":"IkncSN","uui-info":"cCrfvX","uui-success":"_0RpwVs","uui-warning":"z1k3bm","uui-highlight":"jqFIOT","uui-typography-size-12":"_3AEtX4","uui-typography-size-14":"a-7LLT","uui-typography-size-16":"VrqTn3","root":"tPNWOb","mode-form":"d-Tyuy","mode-inline":"nNXYGT","mode-cell":"_4jFNRn","uuiTypography":"hoUcuD","heroHeader":"HLEk0r","promoHeader":"zzI5FN","uuiCritical":"IkncSN","uuiInfo":"cCrfvX","uuiSuccess":"_0RpwVs","uuiWarning":"z1k3bm","uuiHighlight":"jqFIOT","uuiTypographySize12":"_3AEtX4","uuiTypographySize14":"a-7LLT","uuiTypographySize16":"VrqTn3","modeForm":"d-Tyuy","modeInline":"nNXYGT","modeCell":"_4jFNRn"};
|
|
857
857
|
|
|
858
858
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
859
859
|
function applyTextInputMods(mods) {
|
|
@@ -879,7 +879,7 @@ const SearchInput = /* @__PURE__ */React__namespace.default.forwardRef((props, r
|
|
|
879
879
|
} })));
|
|
880
880
|
});
|
|
881
881
|
|
|
882
|
-
var css$1n = {"root":"
|
|
882
|
+
var css$1n = {"root":"OsKstH"};
|
|
883
883
|
|
|
884
884
|
const ControlGroup = /* @__PURE__ */uuiCore.withMods(uuiComponents.ControlGroup, () => [css$1n.root]);
|
|
885
885
|
|
|
@@ -888,7 +888,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
888
888
|
}
|
|
889
889
|
const MultiSwitch = /* @__PURE__ */React__namespace.forwardRef(MultiSwitchComponent);
|
|
890
890
|
|
|
891
|
-
var css$1m = {"uui-typography":"
|
|
891
|
+
var css$1m = {"uui-typography":"QJj6IV","hero-header":"NaFeUx","promo-header":"ADLOLk","uui-critical":"yw2lHV","uui-info":"_1tDOjp","uui-success":"Z5YLfa","uui-warning":"_33WupO","uui-highlight":"_--VAra","uui-typography-size-12":"BUjB3y","uui-typography-size-14":"xfalnZ","uui-typography-size-16":"vXcP-P","root":"tSJ4PF","mode-form":"OYQpnA","mode-cell":"etCllf","uuiTypography":"QJj6IV","heroHeader":"NaFeUx","promoHeader":"ADLOLk","uuiCritical":"yw2lHV","uuiInfo":"_1tDOjp","uuiSuccess":"Z5YLfa","uuiWarning":"_33WupO","uuiHighlight":"_--VAra","uuiTypographySize12":"BUjB3y","uuiTypographySize14":"xfalnZ","uuiTypographySize16":"vXcP-P","modeForm":"OYQpnA","modeCell":"etCllf"};
|
|
892
892
|
|
|
893
893
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
894
894
|
function applyNumericInputMods(mods) {
|
|
@@ -909,7 +909,7 @@ const NumericInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.NumericInput,
|
|
|
909
909
|
};
|
|
910
910
|
});
|
|
911
911
|
|
|
912
|
-
var css$1l = {"uui-typography":"
|
|
912
|
+
var css$1l = {"uui-typography":"lu1N7m","hero-header":"_2VTLhp","promo-header":"Lg2Lee","uui-critical":"gtOL9m","uui-info":"Ny1r7E","uui-success":"SN0jrk","uui-warning":"ljNBnk","uui-highlight":"G-nfwY","uui-typography-size-12":"_2X4n7U","uui-typography-size-14":"qSNtuw","uui-typography-size-16":"-XTM-B","root":"e8Wptd","mode-form":"URO--P","mode-cell":"uJeoMu","mode-inline":"_0ARVZt","uuiTypography":"lu1N7m","heroHeader":"_2VTLhp","promoHeader":"Lg2Lee","uuiCritical":"gtOL9m","uuiInfo":"Ny1r7E","uuiSuccess":"SN0jrk","uuiWarning":"ljNBnk","uuiHighlight":"G-nfwY","uuiTypographySize12":"_2X4n7U","uuiTypographySize14":"qSNtuw","uuiTypographySize16":"-XTM-B","modeForm":"URO--P","modeCell":"uJeoMu","modeInline":"_0ARVZt"};
|
|
913
913
|
|
|
914
914
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
915
915
|
function applyTextAreaMods(mods) {
|
|
@@ -1010,7 +1010,7 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
|
1010
1010
|
};
|
|
1011
1011
|
var ForwardRef$w = /*#__PURE__*/React.forwardRef(SvgNotificationInfoFill);
|
|
1012
1012
|
|
|
1013
|
-
var css$1k = {"uui-typography":"
|
|
1013
|
+
var css$1k = {"uui-typography":"CRLtjn","hero-header":"kdx398","promo-header":"DSB9Ok","uui-critical":"g-325s","uui-info":"j5iDMJ","uui-success":"F65OcN","uui-warning":"mB5KBw","uui-highlight":"mRBWwL","uui-typography-size-12":"yyhIpS","uui-typography-size-14":"_3L6YtE","uui-typography-size-16":"PBX0gy","root":"n6aX6o","icon-wrapper":"dCLSBt","alert-wrapper":"_3t9QzA","size-48":"ZTJ0FV","size-36":"_4uvuc1","action-wrapper":"QbLC19","action-icon":"AztB5l","action-link":"ch-C-X","close-icon":"_6-KKdY","main-path":"t7VdWe","content":"DzuYZ-","uuiTypography":"CRLtjn","heroHeader":"kdx398","promoHeader":"DSB9Ok","uuiCritical":"g-325s","uuiInfo":"j5iDMJ","uuiSuccess":"F65OcN","uuiWarning":"mB5KBw","uuiHighlight":"mRBWwL","uuiTypographySize12":"yyhIpS","uuiTypographySize14":"_3L6YtE","uuiTypographySize16":"PBX0gy","iconWrapper":"dCLSBt","alertWrapper":"_3t9QzA","size48":"ZTJ0FV","size36":"_4uvuc1","actionWrapper":"QbLC19","actionIcon":"AztB5l","actionLink":"ch-C-X","closeIcon":"_6-KKdY","mainPath":"t7VdWe"};
|
|
1014
1014
|
|
|
1015
1015
|
const Alert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("div", Object.assign({ role: "alert", ref: ref, className: cx__default.default('uui-alert', css$1k.root, css$1k.alertWrapper, props.color && `uui-color-${props.color}`, props.cx, (props.size === '36' ? css$1k.size36 : css$1k.size48)) }, props.rawProps),
|
|
1016
1016
|
React__namespace.createElement("div", { className: css$1k.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$1j = {"root":"
|
|
1030
|
+
var css$1j = {"root":"oQc8rz"};
|
|
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$1i = {"uui-typography":"
|
|
1041
|
+
var css$1i = {"uui-typography":"YLRvhu","hero-header":"B7gZMh","promo-header":"PxXsK5","uui-critical":"_1357FN","uui-info":"J3tvz9","uui-success":"v11gtW","uui-warning":"UV7-bf","uui-highlight":"_97xV3R","uui-typography-size-12":"q-gsWR","uui-typography-size-14":"dzDLKF","uui-typography-size-16":"JPH9QA","submenu-root-item-rtl":"XQoKKC","icon-after":"nt-5bW","submenu-root-item":"_6VWPJS","icon-check":"iV-G7v","splitter-root":"cNAfdQ","splitter":"zmlHgz","header-root":"_9-i5JI","item-root":"igZET3","icon":"fjbVqT","link":"Xad3ZZ","indent":"jIMupl","selected-mark":"BbBHFU","uuiTypography":"YLRvhu","heroHeader":"B7gZMh","promoHeader":"PxXsK5","uuiCritical":"_1357FN","uuiInfo":"J3tvz9","uuiSuccess":"v11gtW","uuiWarning":"UV7-bf","uuiHighlight":"_97xV3R","uuiTypographySize12":"q-gsWR","uuiTypographySize14":"dzDLKF","uuiTypographySize16":"JPH9QA","submenuRootItemRtl":"XQoKKC","iconAfter":"nt-5bW","submenuRootItem":"_6VWPJS","iconCheck":"iV-G7v","splitterRoot":"cNAfdQ","headerRoot":"_9-i5JI","itemRoot":"igZET3","selectedMark":"BbBHFU"};
|
|
1042
1042
|
|
|
1043
1043
|
exports.IDropdownControlKeys = void 0;
|
|
1044
1044
|
(function (IDropdownControlKeys) {
|
|
@@ -1171,7 +1171,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1171
1171
|
React__namespace.default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1172
1172
|
}
|
|
1173
1173
|
|
|
1174
|
-
var css$1h = {"uui-typography":"
|
|
1174
|
+
var css$1h = {"uui-typography":"UlJgu2","hero-header":"KtDdg7","promo-header":"-Wqa3S","uui-critical":"z5dDm3","uui-info":"g9OXJ-","uui-success":"boJriB","uui-warning":"qu9lDf","uui-highlight":"x2W1PT","uui-typography-size-12":"_3v1Y7p","uui-typography-size-14":"nDXkvh","uui-typography-size-16":"mL1330","root":"jKiIgt","mode-block":"bjzeHp","mode-inline":"VEokeu","padding-0":"_1v2Gxp","padding-6":"eV3pFz","padding-12":"GEJdYq","padding-18":"QBVouv","uuiTypography":"UlJgu2","heroHeader":"KtDdg7","promoHeader":"-Wqa3S","uuiCritical":"z5dDm3","uuiInfo":"g9OXJ-","uuiSuccess":"boJriB","uuiWarning":"qu9lDf","uuiHighlight":"x2W1PT","uuiTypographySize12":"_3v1Y7p","uuiTypographySize14":"nDXkvh","uuiTypographySize16":"mL1330","modeBlock":"bjzeHp","modeInline":"VEokeu","padding0":"_1v2Gxp","padding6":"eV3pFz","padding12":"GEJdYq","padding18":"QBVouv"};
|
|
1175
1175
|
|
|
1176
1176
|
const getMode = (mode) => {
|
|
1177
1177
|
return mode || 'block';
|
|
@@ -1187,7 +1187,7 @@ const Accordion = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Accor
|
|
|
1187
1187
|
dropdownIcon: mods.dropdownIcon !== null && systemIcons.foldingArrow,
|
|
1188
1188
|
}));
|
|
1189
1189
|
|
|
1190
|
-
var css$1g = {"uui-typography":"
|
|
1190
|
+
var css$1g = {"uui-typography":"bqENKv","hero-header":"cN-U8P","promo-header":"voV1Hn","uui-critical":"hjyNs5","uui-info":"Y9ttIR","uui-success":"ajnHHG","uui-warning":"GUZTeU","uui-highlight":"NSOAIc","uui-typography-size-12":"o2KKEc","uui-typography-size-14":"Pyw82c","uui-typography-size-16":"eHwAIC","root":"uU7A-o","border-top":"cefRen","border-bottom":"RCLPwV","top-shadow":"_-5xgDw","padding-6":"uTT6Qx","padding-12":"_02DoiB","padding-18":"GniDIv","padding-24":"Nsp3FU","margin-24":"JJuCXh","margin-12":"JsStPD","vPadding-12":"OQsUri","vPadding-18":"-GYZaD","vPadding-24":"WERP7z","vPadding-36":"WTtzFe","vPadding-48":"zSo2S4","spacing-6":"JiXddc","spacing-12":"CloKwR","spacing-18":"tbi-dT","uui-surface-main":"HHhX7e","uuiTypography":"bqENKv","heroHeader":"cN-U8P","promoHeader":"voV1Hn","uuiCritical":"hjyNs5","uuiInfo":"Y9ttIR","uuiSuccess":"ajnHHG","uuiWarning":"GUZTeU","uuiHighlight":"NSOAIc","uuiTypographySize12":"o2KKEc","uuiTypographySize14":"Pyw82c","uuiTypographySize16":"eHwAIC","borderTop":"cefRen","borderBottom":"RCLPwV","topShadow":"_-5xgDw","padding6":"uTT6Qx","padding12":"_02DoiB","padding18":"GniDIv","padding24":"Nsp3FU","margin24":"JJuCXh","margin12":"JsStPD","vPadding12":"OQsUri","vPadding18":"-GYZaD","vPadding24":"WERP7z","vPadding36":"WTtzFe","vPadding48":"zSo2S4","spacing6":"JiXddc","spacing12":"CloKwR","spacing18":"tbi-dT","uuiSurfaceMain":"HHhX7e"};
|
|
1191
1191
|
|
|
1192
1192
|
const FlexCell = /* @__PURE__ */uuiCore.withMods(uuiComponents.FlexCell, () => [css$1g.flexCell]);
|
|
1193
1193
|
|
|
@@ -1211,7 +1211,7 @@ const FlexRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.FlexRow, (props) =
|
|
|
1211
1211
|
];
|
|
1212
1212
|
});
|
|
1213
1213
|
|
|
1214
|
-
var css$1f = {"root":"
|
|
1214
|
+
var css$1f = {"root":"ZWdxNf","margin-24":"kb5-jC","padding-12":"IIWxqE","padding-24":"Erboib","shadow":"w09yaU","uui-surface-main":"_6sAlAP","margin24":"kb5-jC","padding12":"IIWxqE","padding24":"Erboib","uuiSurfaceMain":"_6sAlAP"};
|
|
1215
1215
|
|
|
1216
1216
|
const Panel = /* @__PURE__ */uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
1217
1217
|
'uui-panel',
|
|
@@ -1221,7 +1221,7 @@ const Panel = /* @__PURE__ */uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
|
1221
1221
|
props.background && css$1f[`uui-${props.background}`],
|
|
1222
1222
|
]);
|
|
1223
1223
|
|
|
1224
|
-
var css$1e = {"root":"
|
|
1224
|
+
var css$1e = {"root":"IbOOaG"};
|
|
1225
1225
|
|
|
1226
1226
|
function applyTooltipMods(mods) {
|
|
1227
1227
|
return [
|
|
@@ -1231,7 +1231,7 @@ function applyTooltipMods(mods) {
|
|
|
1231
1231
|
}
|
|
1232
1232
|
const Tooltip = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Tooltip, applyTooltipMods);
|
|
1233
1233
|
|
|
1234
|
-
var css$1d = {"uui-typography":"
|
|
1234
|
+
var css$1d = {"uui-typography":"F5c3hN","hero-header":"W4fCXF","promo-header":"rr-yKU","uui-critical":"gQDiPg","uui-info":"-W6a-W","uui-success":"uqxzce","uui-warning":"I61Q6K","uui-highlight":"raqWxx","uui-typography-size-12":"tR0UFj","uui-typography-size-14":"AZbmA-","uui-typography-size-16":"cwIEt0","root":"rTycD8","uuiTypography":"F5c3hN","heroHeader":"W4fCXF","promoHeader":"rr-yKU","uuiCritical":"gQDiPg","uuiInfo":"-W6a-W","uuiSuccess":"uqxzce","uuiWarning":"I61Q6K","uuiHighlight":"raqWxx","uuiTypographySize12":"tR0UFj","uuiTypographySize14":"AZbmA-","uuiTypographySize16":"cwIEt0"};
|
|
1235
1235
|
|
|
1236
1236
|
function applyLabeledInputMods(mods) {
|
|
1237
1237
|
return [
|
|
@@ -1245,7 +1245,7 @@ const LabeledInput = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.La
|
|
|
1245
1245
|
infoIcon: props.infoIcon || (settings.sizes.labeledInput.fillIcon.includes(props.size) ? ForwardRef$w : ForwardRef$L),
|
|
1246
1246
|
}));
|
|
1247
1247
|
|
|
1248
|
-
var css$1c = {"root":"
|
|
1248
|
+
var css$1c = {"root":"CvfkSR"};
|
|
1249
1249
|
|
|
1250
1250
|
function RadioGroup(props) {
|
|
1251
1251
|
const direction = props.direction || 'vertical';
|
|
@@ -1260,7 +1260,7 @@ function RadioGroup(props) {
|
|
|
1260
1260
|
})));
|
|
1261
1261
|
}
|
|
1262
1262
|
|
|
1263
|
-
var css$1b = {"root":"
|
|
1263
|
+
var css$1b = {"root":"TQrQ8c"};
|
|
1264
1264
|
|
|
1265
1265
|
function applyScrollBarsMods() {
|
|
1266
1266
|
return [
|
|
@@ -1269,13 +1269,13 @@ function applyScrollBarsMods() {
|
|
|
1269
1269
|
}
|
|
1270
1270
|
const ScrollBars = /* @__PURE__ */uuiCore.withMods(uuiComponents.ScrollBars, applyScrollBarsMods);
|
|
1271
1271
|
|
|
1272
|
-
var css$1a = {"scroll-container":"
|
|
1272
|
+
var css$1a = {"scroll-container":"FBXhRn","list-container":"hSHAEx","scrollContainer":"FBXhRn","listContainer":"hSHAEx"};
|
|
1273
1273
|
|
|
1274
|
-
var css$19 = {"root":"
|
|
1274
|
+
var css$19 = {"root":"ep5bAU"};
|
|
1275
1275
|
|
|
1276
1276
|
const AvatarStack = /* @__PURE__ */uuiCore.withMods(uuiComponents.AvatarStack, () => [css$19.root]);
|
|
1277
1277
|
|
|
1278
|
-
var css$18 = {"uui-typography":"
|
|
1278
|
+
var css$18 = {"uui-typography":"j1P3IS","hero-header":"_6JoKRi","promo-header":"aUDSQ-","uui-critical":"aazvdY","uui-info":"_1tZpNx","uui-success":"hRcrI5","uui-warning":"-mmOHI","uui-highlight":"Zo4ijO","uui-typography-size-12":"_0w87cy","uui-typography-size-14":"n-n4NH","uui-typography-size-16":"BT1O-L","root":"VIHY-i","uuiTypography":"j1P3IS","heroHeader":"_6JoKRi","promoHeader":"aUDSQ-","uuiCritical":"aazvdY","uuiInfo":"_1tZpNx","uuiSuccess":"hRcrI5","uuiWarning":"-mmOHI","uuiHighlight":"Zo4ijO","uuiTypographySize12":"_0w87cy","uuiTypographySize14":"n-n4NH","uuiTypographySize16":"BT1O-L"};
|
|
1279
1279
|
|
|
1280
1280
|
const DEFAULT_FILL = 'solid';
|
|
1281
1281
|
function applyBadgeMods(mods) {
|
|
@@ -1299,7 +1299,7 @@ const Badge = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) =>
|
|
|
1299
1299
|
props.isDropdown && (React__namespace.default.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
1300
1300
|
});
|
|
1301
1301
|
|
|
1302
|
-
var css$17 = {"uui-typography":"
|
|
1302
|
+
var css$17 = {"uui-typography":"BW244m","hero-header":"PWo1Aq","promo-header":"CyVAsg","uui-critical":"u8h-vy","uui-info":"_7EKGG7","uui-success":"SckpWg","uui-warning":"ugp-8h","uui-highlight":"R0lxeg","uui-typography-size-12":"s6AcO9","uui-typography-size-14":"YMgPa3","uui-typography-size-16":"vnxbp8","root":"_9Vurah","uuiTypography":"BW244m","heroHeader":"PWo1Aq","promoHeader":"CyVAsg","uuiCritical":"u8h-vy","uuiInfo":"_7EKGG7","uuiSuccess":"SckpWg","uuiWarning":"ugp-8h","uuiHighlight":"R0lxeg","uuiTypographySize12":"s6AcO9","uuiTypographySize14":"YMgPa3","uuiTypographySize16":"vnxbp8"};
|
|
1303
1303
|
|
|
1304
1304
|
function applyTagMods(props) {
|
|
1305
1305
|
return [
|
|
@@ -1323,7 +1323,7 @@ const Tag = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
|
1323
1323
|
props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
1324
1324
|
});
|
|
1325
1325
|
|
|
1326
|
-
var css$16 = {"root":"
|
|
1326
|
+
var css$16 = {"root":"_1umNac","uui-spinner":"GC6g-V","uuiSpinner":"GC6g-V"};
|
|
1327
1327
|
|
|
1328
1328
|
function applySpinnerMods() {
|
|
1329
1329
|
return [css$16.root, 'uui-spinner'];
|
|
@@ -1360,7 +1360,7 @@ var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline
|
|
|
1360
1360
|
};
|
|
1361
1361
|
var ForwardRef$u = /*#__PURE__*/React.forwardRef(SvgNavigationChevronRightOutline);
|
|
1362
1362
|
|
|
1363
|
-
var css$15 = {"root":"
|
|
1363
|
+
var css$15 = {"root":"l-ecWB","page":"tmjCUh","spacer":"ThCpZ8","mode-ghost":"iCi5JD","modeGhost":"iCi5JD"};
|
|
1364
1364
|
|
|
1365
1365
|
function Paginator(props) {
|
|
1366
1366
|
const renderPaginator = (params) => (React__namespace.default.createElement("nav", Object.assign({ role: "navigation", className: cx__default.default(css$15.root, 'uui-paginator', `uui-size-${props.size || settings.sizes.defaults.paginator}`) }, params.rawProps),
|
|
@@ -1377,14 +1377,14 @@ function Paginator(props) {
|
|
|
1377
1377
|
return React__namespace.default.createElement(uuiComponents.Paginator, Object.assign({}, props, { render: renderPaginator }));
|
|
1378
1378
|
}
|
|
1379
1379
|
|
|
1380
|
-
var css$14 = {"root":"
|
|
1380
|
+
var css$14 = {"root":"p8KDSq","progress-bar":"qgDCs2","progressBar-indeterminate":"bNfyvQ","size-12":"RFury2","size-18":"TRV-y4","size-24":"_926sxG","progressBar":"qgDCs2","progressBarIndeterminate":"bNfyvQ","size12":"RFury2","size18":"TRV-y4","size24":"_926sxG"};
|
|
1381
1381
|
|
|
1382
1382
|
const IndeterminateBar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
1383
1383
|
return (React__namespace.createElement("div", { ref: ref, className: cx__default.default('uui-indeterminate_bar', props.cx, css$14.root, css$14[`size-${props.size || 12}`]) },
|
|
1384
1384
|
React__namespace.createElement("div", { className: cx__default.default(css$14.progressBar) })));
|
|
1385
1385
|
});
|
|
1386
1386
|
|
|
1387
|
-
var css$13 = {"root":"
|
|
1387
|
+
var css$13 = {"root":"ZHTOq3","striped":"Ii-DgG","animate-stripes":"ZIrs8B","size-12":"_9eYfDG","size-18":"Dcfg-u","size-24":"Ob0phb","animateStripes":"ZIrs8B","size12":"_9eYfDG","size18":"Dcfg-u","size24":"Ob0phb"};
|
|
1388
1388
|
|
|
1389
1389
|
const DEFAULT_SIZE = '12';
|
|
1390
1390
|
function applyProgressBarMods(mods) {
|
|
@@ -1399,14 +1399,14 @@ const ProgressBar = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Pro
|
|
|
1399
1399
|
hideLabel: props.hideLabel || props.striped,
|
|
1400
1400
|
}));
|
|
1401
1401
|
|
|
1402
|
-
var css$12 = {"root":"
|
|
1402
|
+
var css$12 = {"root":"yECbM4"};
|
|
1403
1403
|
|
|
1404
1404
|
const IndicatorBar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
1405
1405
|
const { progress } = props;
|
|
1406
1406
|
return progress || progress === 0 ? (React__namespace.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx__default.default(css$12.root, props.cx), hideLabel: true })) : (React__namespace.createElement(IndeterminateBar, { ref: ref, cx: cx__default.default(css$12.root, props.cx) }));
|
|
1407
1407
|
});
|
|
1408
1408
|
|
|
1409
|
-
var css$11 = {"root":"
|
|
1409
|
+
var css$11 = {"root":"_04N7qj"};
|
|
1410
1410
|
|
|
1411
1411
|
const StatusIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1412
1412
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -1421,7 +1421,7 @@ const StatusIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1421
1421
|
React__namespace.default.createElement("p", { className: "uui-status_indicator-caption" }, props.caption)));
|
|
1422
1422
|
});
|
|
1423
1423
|
|
|
1424
|
-
var css$10 = {"drag-handle":"
|
|
1424
|
+
var css$10 = {"drag-handle":"FG0YxZ","icon-container":"V-Jddg","dragHandle":"FG0YxZ","iconContainer":"V-Jddg"};
|
|
1425
1425
|
|
|
1426
1426
|
function DataRowAddons(props) {
|
|
1427
1427
|
var _a, _b;
|
|
@@ -1443,7 +1443,7 @@ function DataRowAddons(props) {
|
|
|
1443
1443
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row), size: settings.sizes.rowAddons.icon[props.size] || settings.sizes.rowAddons.defaults.icon }))))));
|
|
1444
1444
|
}
|
|
1445
1445
|
|
|
1446
|
-
var css$$ = {"root":"
|
|
1446
|
+
var css$$ = {"root":"_9SvpYt"};
|
|
1447
1447
|
|
|
1448
1448
|
const Blocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.Blocker, () => [css$$.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__namespace.default.createElement(Spinner, null)) }));
|
|
1449
1449
|
|
|
@@ -1484,7 +1484,7 @@ const VirtualListView = /* @__PURE__ */React__namespace.forwardRef((props, ref)
|
|
|
1484
1484
|
React__namespace.createElement(Blocker, { isEnabled: props.isLoading })));
|
|
1485
1485
|
});
|
|
1486
1486
|
|
|
1487
|
-
var css$_ = {"root":"
|
|
1487
|
+
var css$_ = {"root":"eSPgxO"};
|
|
1488
1488
|
|
|
1489
1489
|
function CheckboxGroup(props) {
|
|
1490
1490
|
const currentValue = props.value || [];
|
|
@@ -1506,7 +1506,7 @@ function CheckboxGroup(props) {
|
|
|
1506
1506
|
})));
|
|
1507
1507
|
}
|
|
1508
1508
|
|
|
1509
|
-
var css$Z = {"root":"
|
|
1509
|
+
var css$Z = {"root":"ApaBBR","line-height":"Ni6QdS","font-size":"_2nb4QC","lineHeight":"Ni6QdS","fontSize":"_2nb4QC"};
|
|
1510
1510
|
|
|
1511
1511
|
function applyTextMods(mods) {
|
|
1512
1512
|
return [
|
|
@@ -1533,7 +1533,7 @@ const Text = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Text, appl
|
|
|
1533
1533
|
}
|
|
1534
1534
|
});
|
|
1535
1535
|
|
|
1536
|
-
var css$Y = {"root":"
|
|
1536
|
+
var css$Y = {"root":"p4WTiN","loading-word":"_0ibkqa","animated-loading":"svNd9S","skeleton_loading":"WPSnJo","loadingWord":"_0ibkqa","animatedLoading":"svNd9S","skeletonLoading":"WPSnJo"};
|
|
1537
1537
|
|
|
1538
1538
|
const TextPlaceholder = (props) => {
|
|
1539
1539
|
const pattern = ' ';
|
|
@@ -1552,7 +1552,7 @@ const TextPlaceholder = (props) => {
|
|
|
1552
1552
|
|
|
1553
1553
|
const RichTextView = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
|
|
1554
1554
|
|
|
1555
|
-
var css$X = {"uui-typography":"
|
|
1555
|
+
var css$X = {"uui-typography":"Nn4zWU","hero-header":"X081eD","promo-header":"pFu88Z","uui-critical":"EzJ2Yj","uui-info":"_0h4vxT","uui-success":"sPWWzg","uui-warning":"IEZ8e6","uui-highlight":"kIyM8P","uui-typography-size-12":"kH2DyM","uui-typography-size-14":"R1lpis","uui-typography-size-16":"vNhYgZ","root":"-Mw-EQ","modal-blocker":"sudgOV","animateModalBlocker":"FNW8-u","modal":"O0I32M","modal-footer":"Ild-gz","modal-header":"o9Lk5O","uuiTypography":"Nn4zWU","heroHeader":"X081eD","promoHeader":"pFu88Z","uuiCritical":"EzJ2Yj","uuiInfo":"_0h4vxT","uuiSuccess":"sPWWzg","uuiWarning":"IEZ8e6","uuiHighlight":"kIyM8P","uuiTypographySize12":"kH2DyM","uuiTypographySize14":"R1lpis","uuiTypographySize16":"vNhYgZ","modalBlocker":"sudgOV","modalFooter":"Ild-gz","modalHeader":"o9Lk5O"};
|
|
1556
1556
|
|
|
1557
1557
|
const ModalBlocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalBlocker, () => [css$X.modalBlocker]);
|
|
1558
1558
|
const ModalWindow = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalWindow, () => [css$X.root, css$X.modal], (props) => {
|
|
@@ -1741,7 +1741,7 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
|
1741
1741
|
};
|
|
1742
1742
|
var ForwardRef$t = /*#__PURE__*/React.forwardRef(SvgNotificationHelpFill);
|
|
1743
1743
|
|
|
1744
|
-
var css$W = {"uui-typography":"
|
|
1744
|
+
var css$W = {"uui-typography":"fiSzEP","hero-header":"b-7EnG","promo-header":"_3o9UvH","uui-critical":"_9W85ak","uui-info":"H7N0FX","uui-success":"dNV-ac","uui-warning":"XpHNML","uui-highlight":"OGLcEr","uui-typography-size-12":"SsJR0D","uui-typography-size-14":"IQXIwQ","uui-typography-size-16":"Z-v7Zl","root":"HyNzQQ","icon-wrapper":"HkWs2F","action-wrapper":"bNdDXi","action-link":"ZOCvhS","close-icon":"VSIGDm","main-path":"ppOsMQ","content":"YDCnJt","close-wrapper":"_6tlMcC","notification-wrapper":"cDcp-V","clear-button":"O0082R","uuiTypography":"fiSzEP","heroHeader":"b-7EnG","promoHeader":"_3o9UvH","uuiCritical":"_9W85ak","uuiInfo":"H7N0FX","uuiSuccess":"dNV-ac","uuiWarning":"XpHNML","uuiHighlight":"OGLcEr","uuiTypographySize12":"SsJR0D","uuiTypographySize14":"IQXIwQ","uuiTypographySize16":"Z-v7Zl","iconWrapper":"HkWs2F","actionWrapper":"bNdDXi","actionLink":"ZOCvhS","closeIcon":"VSIGDm","mainPath":"ppOsMQ","closeWrapper":"_6tlMcC","notificationWrapper":"cDcp-V","clearButton":"O0082R"};
|
|
1745
1745
|
|
|
1746
1746
|
const NotificationCard = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
1747
1747
|
const notificationCardNode = React__namespace.default.useRef(null);
|
|
@@ -1776,7 +1776,7 @@ function ClearNotification() {
|
|
|
1776
1776
|
React__namespace.default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
|
|
1777
1777
|
}
|
|
1778
1778
|
|
|
1779
|
-
var css$V = {"footer":"
|
|
1779
|
+
var css$V = {"footer":"IRis2-"};
|
|
1780
1780
|
|
|
1781
1781
|
class ConfirmationModal extends React__namespace.Component {
|
|
1782
1782
|
render() {
|
|
@@ -1818,7 +1818,7 @@ function useReliableForceUpdate() {
|
|
|
1818
1818
|
return red[1];
|
|
1819
1819
|
}
|
|
1820
1820
|
|
|
1821
|
-
var css$U = {"root":"
|
|
1821
|
+
var css$U = {"root":"_22Lufq","timepicker-input":"AbFVb3","ltr-always":"_1JPIuw","timepickerInput":"AbFVb3","ltrAlways":"_1JPIuw"};
|
|
1822
1822
|
|
|
1823
1823
|
const uuiTimePicker = {
|
|
1824
1824
|
container: 'uui-timepicker-container',
|
|
@@ -2011,7 +2011,7 @@ function TimePicker(props) {
|
|
|
2011
2011
|
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 }));
|
|
2012
2012
|
}
|
|
2013
2013
|
|
|
2014
|
-
var css$T = {"root":"
|
|
2014
|
+
var css$T = {"root":"l96E5w"};
|
|
2015
2015
|
|
|
2016
2016
|
function applyInputAddonMods() {
|
|
2017
2017
|
return [
|
|
@@ -2020,7 +2020,7 @@ function applyInputAddonMods() {
|
|
|
2020
2020
|
}
|
|
2021
2021
|
const InputAddon = /* @__PURE__ */uuiCore.withMods(uuiComponents.InputAddon, applyInputAddonMods);
|
|
2022
2022
|
|
|
2023
|
-
var css$S = {"root":"
|
|
2023
|
+
var css$S = {"root":"toGbIQ"};
|
|
2024
2024
|
|
|
2025
2025
|
function applySliderMods() {
|
|
2026
2026
|
return [css$S.root, 'uui-color-neutral'];
|
|
@@ -2155,7 +2155,7 @@ const getNextYearsList = (currentDate) => {
|
|
|
2155
2155
|
return currentDate.add(16, 'year');
|
|
2156
2156
|
};
|
|
2157
2157
|
|
|
2158
|
-
var css$R = {"root":"
|
|
2158
|
+
var css$R = {"root":"hKy-iY","container":"_9En3Xw"};
|
|
2159
2159
|
|
|
2160
2160
|
const uuiHeader = {
|
|
2161
2161
|
container: 'uui-datepicker-header-container',
|
|
@@ -2239,14 +2239,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2239
2239
|
React__namespace.createElement(Button, { icon: navIconRight || ForwardRef$u, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
|
|
2240
2240
|
}
|
|
2241
2241
|
|
|
2242
|
-
var css$Q = {"uui-typography":"
|
|
2242
|
+
var css$Q = {"uui-typography":"GaJhvH","hero-header":"Sq-Cdg","promo-header":"OTNaDP","uui-critical":"qj-5VR","uui-info":"o3YUYb","uui-success":"l-yI8z","uui-warning":"HvU3Ot","uui-highlight":"OL5EQ0","uui-typography-size-12":"bWvWmn","uui-typography-size-14":"gHowu7","uui-typography-size-16":"dtR99S","root":"QsoJx-","uuiTypography":"GaJhvH","heroHeader":"Sq-Cdg","promoHeader":"OTNaDP","uuiCritical":"qj-5VR","uuiInfo":"o3YUYb","uuiSuccess":"l-yI8z","uuiWarning":"HvU3Ot","uuiHighlight":"OL5EQ0","uuiTypographySize12":"bWvWmn","uuiTypographySize14":"gHowu7","uuiTypographySize16":"dtR99S"};
|
|
2243
2243
|
|
|
2244
2244
|
function applyDateSelectionMods() {
|
|
2245
2245
|
return [css$Q.root, `uui-size-${settings.sizes.defaults.datePicker}`];
|
|
2246
2246
|
}
|
|
2247
2247
|
const Calendar = /* @__PURE__ */uuiCore.withMods(uuiComponents.Calendar, applyDateSelectionMods);
|
|
2248
2248
|
|
|
2249
|
-
var css$P = {"uui-typography":"
|
|
2249
|
+
var css$P = {"uui-typography":"U8EvMd","hero-header":"Q5T9VS","promo-header":"p8Q8f-","uui-critical":"xP5rpa","uui-info":"_3Ttw6v","uui-success":"ahITJd","uui-warning":"EWwf55","uui-highlight":"C-8PLv","uui-typography-size-12":"OjkiiU","uui-typography-size-14":"_0icHHo","uui-typography-size-16":"sfoU5K","root":"iwruQV","uuiTypography":"U8EvMd","heroHeader":"Q5T9VS","promoHeader":"p8Q8f-","uuiCritical":"xP5rpa","uuiInfo":"_3Ttw6v","uuiSuccess":"ahITJd","uuiWarning":"EWwf55","uuiHighlight":"C-8PLv","uuiTypographySize12":"OjkiiU","uuiTypographySize14":"_0icHHo","uuiTypographySize16":"sfoU5K"};
|
|
2250
2250
|
|
|
2251
2251
|
const uuiDatePickerBody = {
|
|
2252
2252
|
wrapper: 'uui-datepicker-body-wrapper',
|
|
@@ -2377,7 +2377,7 @@ function DatePickerComponent(props, ref) {
|
|
|
2377
2377
|
}
|
|
2378
2378
|
const DatePicker = /* @__PURE__ */React__namespace.default.forwardRef(DatePickerComponent);
|
|
2379
2379
|
|
|
2380
|
-
var css$O = {"uui-typography":"
|
|
2380
|
+
var css$O = {"uui-typography":"_7NYQYQ","hero-header":"Ggs5uz","promo-header":"rOzgDu","uui-critical":"_5L2Vpl","uui-info":"Ssk9pU","uui-success":"Rzq0pU","uui-warning":"N7VvxA","uui-highlight":"oPJmQG","uui-typography-size-12":"txVSGG","uui-typography-size-14":"UDSgfU","uui-typography-size-16":"yB2prB","date-input":"bbLvIz","root":"oA94Ku","separator":"QArlh7","mode-form":"u4-aGl","mode-cell":"_3SsGVy","uuiTypography":"_7NYQYQ","heroHeader":"Ggs5uz","promoHeader":"rOzgDu","uuiCritical":"_5L2Vpl","uuiInfo":"Ssk9pU","uuiSuccess":"Rzq0pU","uuiWarning":"N7VvxA","uuiHighlight":"oPJmQG","uuiTypographySize12":"txVSGG","uuiTypographySize14":"UDSgfU","uuiTypographySize16":"yB2prB","dateInput":"bbLvIz","modeForm":"u4-aGl","modeCell":"_3SsGVy"};
|
|
2381
2381
|
|
|
2382
2382
|
const RangeDatePickerInput = /* @__PURE__ */React.forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, id, cx: classes, }, ref) => {
|
|
2383
2383
|
const [inputValue, setInputValue] = React.useState(toCustomDateRangeFormat(value, format));
|
|
@@ -2417,7 +2417,7 @@ const RangeDatePickerInput = /* @__PURE__ */React.forwardRef(({ isDisabled, isIn
|
|
|
2417
2417
|
} : undefined, onValueChange: (v) => onInputChange(v || '', 'to'), onFocus: (e) => handleFocus(e, 'to'), onBlur: (e) => handleBlur(e, 'to'), isInvalid: isInvalid, isDisabled: isDisabled, isReadonly: isReadonly, isDropdown: false, rawProps: rawProps === null || rawProps === void 0 ? void 0 : rawProps.to, onClick: onClick, onKeyDown: onInputKeyDown })));
|
|
2418
2418
|
});
|
|
2419
2419
|
|
|
2420
|
-
var css$N = {"uui-typography":"
|
|
2420
|
+
var css$N = {"uui-typography":"_8Gwgoj","hero-header":"_2ju2ec","promo-header":"_0-yDie","uui-critical":"YajF9j","uui-info":"DGwfQG","uui-success":"_12iE7a","uui-warning":"H8TLrO","uui-highlight":"rxFkDr","uui-typography-size-12":"GiwzMC","uui-typography-size-14":"_83MAGN","uui-typography-size-16":"_8HBhpe","root":"rS3uvJ","uuiTypography":"_8Gwgoj","heroHeader":"_2ju2ec","promoHeader":"_0-yDie","uuiCritical":"YajF9j","uuiInfo":"DGwfQG","uuiSuccess":"_12iE7a","uuiWarning":"H8TLrO","uuiHighlight":"rxFkDr","uuiTypographySize12":"GiwzMC","uuiTypographySize14":"_83MAGN","uuiTypographySize16":"_8HBhpe"};
|
|
2421
2421
|
|
|
2422
2422
|
const uuiPresets = {
|
|
2423
2423
|
container: 'uui-presets-container',
|
|
@@ -2433,7 +2433,7 @@ function CalendarPresets(props) {
|
|
|
2433
2433
|
getPresets(props.presets).map((item) => (React__namespace.createElement(LinkButton, { key: item.key, caption: item.name, onClick: () => props.onPresetSet(item), size: "24" })))));
|
|
2434
2434
|
}
|
|
2435
2435
|
|
|
2436
|
-
var css$M = {"uui-typography":"
|
|
2436
|
+
var css$M = {"uui-typography":"fnYhbq","hero-header":"GlarDY","promo-header":"gaKEU-","uui-critical":"_3QrbDV","uui-info":"U4vFH0","uui-success":"RB2E3L","uui-warning":"fmM6b6","uui-highlight":"Bkj9GD","uui-typography-size-12":"TP-d88","uui-typography-size-14":"JLfyZB","uui-typography-size-16":"Db8Xpm","root":"_7dqGWJ","container":"ruFLtD","day-selection":"_6BIyKj","from-picker":"zAaAl9","to-picker":"iibx7s","bodes-wrapper":"FL8UYH","blocker":"PcXgSl","uuiTypography":"fnYhbq","heroHeader":"GlarDY","promoHeader":"gaKEU-","uuiCritical":"_3QrbDV","uuiInfo":"U4vFH0","uuiSuccess":"RB2E3L","uuiWarning":"fmM6b6","uuiHighlight":"Bkj9GD","uuiTypographySize12":"TP-d88","uuiTypographySize14":"JLfyZB","uuiTypographySize16":"Db8Xpm","daySelection":"_6BIyKj","fromPicker":"zAaAl9","toPicker":"iibx7s","bodesWrapper":"FL8UYH"};
|
|
2437
2437
|
|
|
2438
2438
|
const uuiRangeDatePickerBody = {
|
|
2439
2439
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -2608,7 +2608,7 @@ const getDayCX = (day, selectedDate) => {
|
|
|
2608
2608
|
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)];
|
|
2609
2609
|
};
|
|
2610
2610
|
|
|
2611
|
-
var css$L = {"dropdown-container":"
|
|
2611
|
+
var css$L = {"dropdown-container":"_2qdXC1","dropdownContainer":"_2qdXC1"};
|
|
2612
2612
|
|
|
2613
2613
|
const modifiers = [{
|
|
2614
2614
|
name: 'offset',
|
|
@@ -2671,7 +2671,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
2671
2671
|
}
|
|
2672
2672
|
const RangeDatePicker = /* @__PURE__ */React__namespace.default.forwardRef(RangeDatePickerComponent);
|
|
2673
2673
|
|
|
2674
|
-
var css$K = {"root":"
|
|
2674
|
+
var css$K = {"root":"ra4YVf","blocker":"JFiwV0","marker":"A--J7n","top":"IeZAGl","bottom":"L8tqRv","left":"uykPbP","right":"_2qk8zY","inside":"ArqBxW"};
|
|
2675
2675
|
|
|
2676
2676
|
function DropMarker(props) {
|
|
2677
2677
|
return props.isDndInProgress
|
|
@@ -2686,7 +2686,7 @@ function DropMarker(props) {
|
|
|
2686
2686
|
: null;
|
|
2687
2687
|
}
|
|
2688
2688
|
|
|
2689
|
-
var css$J = {"uui-typography":"
|
|
2689
|
+
var css$J = {"uui-typography":"S0pzu-","hero-header":"cTtIg3","promo-header":"PdlJ27","uui-critical":"mVcMvG","uui-info":"At5pwq","uui-success":"xlXPEU","uui-warning":"wa-UWw","uui-highlight":"FtutUW","uui-typography-size-12":"_2JUv2S","uui-typography-size-14":"kLasMV","uui-typography-size-16":"Zgo-6m","modal":"jFsOVE","search-wrapper":"N0U45x","no-data":"x35YFA","type-search-to-load-size-24":"Afra06","uuiTypography":"S0pzu-","heroHeader":"cTtIg3","promoHeader":"PdlJ27","uuiCritical":"mVcMvG","uuiInfo":"At5pwq","uuiSuccess":"xlXPEU","uuiWarning":"wa-UWw","uuiHighlight":"FtutUW","uuiTypographySize12":"_2JUv2S","uuiTypographySize14":"kLasMV","uuiTypographySize16":"Zgo-6m","searchWrapper":"N0U45x","noData":"x35YFA","typeSearchToLoadSize24":"Afra06"};
|
|
2690
2690
|
|
|
2691
2691
|
class DataPickerBody extends uuiComponents.PickerBodyBase {
|
|
2692
2692
|
constructor() {
|
|
@@ -2734,7 +2734,7 @@ class DataPickerBody extends uuiComponents.PickerBodyBase {
|
|
|
2734
2734
|
}
|
|
2735
2735
|
}
|
|
2736
2736
|
|
|
2737
|
-
var css$I = {"footer":"
|
|
2737
|
+
var css$I = {"footer":"o4Ghan"};
|
|
2738
2738
|
|
|
2739
2739
|
function DataPickerFooterImpl(props) {
|
|
2740
2740
|
const { search, clearSelection, view, showSelected, selectionMode, isSearchTooShort, } = props;
|
|
@@ -2762,7 +2762,7 @@ function DataPickerFooterImpl(props) {
|
|
|
2762
2762
|
}
|
|
2763
2763
|
const DataPickerFooter = /* @__PURE__ */React__namespace.default.memo(DataPickerFooterImpl);
|
|
2764
2764
|
|
|
2765
|
-
var css$H = {"header":"
|
|
2765
|
+
var css$H = {"header":"kfwfsh","title":"OM75ej","close":"PuyNWA"};
|
|
2766
2766
|
|
|
2767
2767
|
const DataPickerHeaderImpl = (props) => {
|
|
2768
2768
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -2787,7 +2787,7 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
|
2787
2787
|
};
|
|
2788
2788
|
var ForwardRef$s = /*#__PURE__*/React.forwardRef(SvgNotificationDoneFill);
|
|
2789
2789
|
|
|
2790
|
-
var css$G = {"uui-typography":"
|
|
2790
|
+
var css$G = {"uui-typography":"zO5ZyH","hero-header":"xEujV5","promo-header":"_70eStQ","uui-critical":"NTRelF","uui-info":"do8RZB","uui-success":"ZHbTaV","uui-warning":"JQtKZW","uui-highlight":"lkZGHu","uui-typography-size-12":"UZ6SGI","uui-typography-size-14":"UOmF5h","uui-typography-size-16":"_-9dNy7","root":"i-lsIL","align-widgets-top":"_2G4E7h","align-widgets-center":"_0BGLBp","icon-container":"iCR5PX","loading-cell":"kREhic","content-wrapper":"i4acDC","render-item":"j7y2i0","icon-wrapper":"iG2U0x","icon-default":"LuG5rc","selected-mark":"S4srOy","uuiTypography":"zO5ZyH","heroHeader":"xEujV5","promoHeader":"_70eStQ","uuiCritical":"NTRelF","uuiInfo":"do8RZB","uuiSuccess":"ZHbTaV","uuiWarning":"JQtKZW","uuiHighlight":"lkZGHu","uuiTypographySize12":"UZ6SGI","uuiTypographySize14":"UOmF5h","uuiTypographySize16":"_-9dNy7","alignWidgetsTop":"_2G4E7h","alignWidgetsCenter":"_0BGLBp","iconContainer":"iCR5PX","loadingCell":"kREhic","contentWrapper":"i4acDC","renderItem":"j7y2i0","iconWrapper":"iG2U0x","iconDefault":"LuG5rc","selectedMark":"S4srOy"};
|
|
2791
2791
|
|
|
2792
2792
|
function DataPickerCell(props) {
|
|
2793
2793
|
const ref = React__namespace.useRef();
|
|
@@ -2824,7 +2824,7 @@ function DataPickerCell(props) {
|
|
|
2824
2824
|
getWrappedContent()));
|
|
2825
2825
|
}
|
|
2826
2826
|
|
|
2827
|
-
var css$F = {"uui-typography":"
|
|
2827
|
+
var css$F = {"uui-typography":"_-1eJrd","hero-header":"_4utVDr","promo-header":"ndkxsM","uui-critical":"I6xJuj","uui-info":"_04CXjZ","uui-success":"u11VFP","uui-warning":"d3IhO7","uui-highlight":"hT2qtu","uui-typography-size-12":"wZE9IL","uui-typography-size-14":"jW28JD","uui-typography-size-16":"UDsbZg","picker-row":"_7056oI","uuiTypography":"_-1eJrd","heroHeader":"_4utVDr","promoHeader":"ndkxsM","uuiCritical":"I6xJuj","uuiInfo":"_04CXjZ","uuiSuccess":"u11VFP","uuiWarning":"d3IhO7","uuiHighlight":"hT2qtu","uuiTypographySize12":"wZE9IL","uuiTypographySize14":"jW28JD","uuiTypographySize16":"UDsbZg","pickerRow":"_7056oI"};
|
|
2828
2828
|
|
|
2829
2829
|
class DataPickerRow extends React__namespace.Component {
|
|
2830
2830
|
constructor() {
|
|
@@ -2838,7 +2838,7 @@ class DataPickerRow extends React__namespace.Component {
|
|
|
2838
2838
|
}
|
|
2839
2839
|
}
|
|
2840
2840
|
|
|
2841
|
-
var css$E = {"uui-typography":"
|
|
2841
|
+
var css$E = {"uui-typography":"BX5tEK","hero-header":"-DB15v","promo-header":"YuWbHs","uui-critical":"qaUTdF","uui-info":"KiEuZc","uui-success":"DTLqIW","uui-warning":"naJe7H","uui-highlight":"D4aKgS","uui-typography-size-12":"cn2-rP","uui-typography-size-14":"KbFw-s","uui-typography-size-16":"sD681F","done":"a-MwQB","container":"kzfFwC","uuiTypography":"BX5tEK","heroHeader":"-DB15v","promoHeader":"YuWbHs","uuiCritical":"qaUTdF","uuiInfo":"KiEuZc","uuiSuccess":"DTLqIW","uuiWarning":"naJe7H","uuiHighlight":"D4aKgS","uuiTypographySize12":"cn2-rP","uuiTypographySize14":"KbFw-s","uuiTypographySize16":"sD681F"};
|
|
2842
2842
|
|
|
2843
2843
|
const PickerBodyMobileView = (props) => {
|
|
2844
2844
|
const isMobileView = uuiCore.isMobile();
|
|
@@ -2872,7 +2872,7 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
2872
2872
|
};
|
|
2873
2873
|
var ForwardRef$r = /*#__PURE__*/React.forwardRef(SvgSearchWithBackground);
|
|
2874
2874
|
|
|
2875
|
-
var css$D = {"uui-typography":"
|
|
2875
|
+
var css$D = {"uui-typography":"v7ZuiC","hero-header":"aZO6qT","promo-header":"pXDbU2","uui-critical":"MNWrTd","uui-info":"_2hCnFg","uui-success":"nelSmY","uui-warning":"k3yFzO","uui-highlight":"pgXJZu","uui-typography-size-12":"_3-xX0y","uui-typography-size-14":"IuM4kC","uui-typography-size-16":"_5p1psP","sub-header-wrapper":"xo-vCY","switch":"_3IwTpR","no-found-modal-container":"ChOr8K","no-found-modal-container-icon":"EfjVXC","no-found-modal-container-text":"rRlEYE","uuiTypography":"v7ZuiC","heroHeader":"aZO6qT","promoHeader":"pXDbU2","uuiCritical":"MNWrTd","uuiInfo":"_2hCnFg","uuiSuccess":"nelSmY","uuiWarning":"k3yFzO","uuiHighlight":"pgXJZu","uuiTypographySize12":"_3-xX0y","uuiTypographySize14":"IuM4kC","uuiTypographySize16":"_5p1psP","subHeaderWrapper":"xo-vCY","$switch$":"_3IwTpR","noFoundModalContainer":"ChOr8K","noFoundModalContainerIcon":"EfjVXC","noFoundModalContainerText":"rRlEYE"};
|
|
2876
2876
|
|
|
2877
2877
|
const mergeHighlightRanges = (ranges) => {
|
|
2878
2878
|
const mergedRanges = [];
|
|
@@ -2939,7 +2939,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
2939
2939
|
return getDecoratedText(str, ranges);
|
|
2940
2940
|
};
|
|
2941
2941
|
|
|
2942
|
-
var css$C = {"root":"
|
|
2942
|
+
var css$C = {"root":"vd4jvD","column-gap":"_8-Bd0g","multiline":"pzFIeb","text":"jQd3wC","columnGap":"_8-Bd0g"};
|
|
2943
2943
|
|
|
2944
2944
|
function PickerItem(props) {
|
|
2945
2945
|
var _a;
|
|
@@ -3014,7 +3014,7 @@ function PickerModal(props) {
|
|
|
3014
3014
|
React__namespace.default.createElement(ModalFooter, { padding: "24", vPadding: "24" }, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
3015
3015
|
}
|
|
3016
3016
|
|
|
3017
|
-
var css$B = {"tooltip":"
|
|
3017
|
+
var css$B = {"tooltip":"U1ZOOj"};
|
|
3018
3018
|
|
|
3019
3019
|
const PickerTogglerTag = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
3020
3020
|
var _a;
|
|
@@ -3029,7 +3029,7 @@ const PickerTogglerTag = /* @__PURE__ */React__namespace.forwardRef((props, ref)
|
|
|
3029
3029
|
}
|
|
3030
3030
|
});
|
|
3031
3031
|
|
|
3032
|
-
var css$A = {"uui-typography":"
|
|
3032
|
+
var css$A = {"uui-typography":"OLHewc","hero-header":"_4GIJ-a","promo-header":"dUXT1T","uui-critical":"fZ7Xi5","uui-info":"IqhE7b","uui-success":"_9xwEbi","uui-warning":"tXu2fY","uui-highlight":"QGUxVM","uui-typography-size-12":"ek59z9","uui-typography-size-14":"NsBggd","uui-typography-size-16":"N3YRol","root":"W04RzG","mode-form":"CVXgbR","mode-cell":"dGcrv0","mode-inline":"GfWIHg","uuiTypography":"OLHewc","heroHeader":"_4GIJ-a","promoHeader":"dUXT1T","uuiCritical":"fZ7Xi5","uuiInfo":"IqhE7b","uuiSuccess":"_9xwEbi","uuiWarning":"tXu2fY","uuiHighlight":"QGUxVM","uuiTypographySize12":"ek59z9","uuiTypographySize14":"NsBggd","uuiTypographySize16":"N3YRol","modeForm":"CVXgbR","modeCell":"dGcrv0","modeInline":"GfWIHg"};
|
|
3033
3033
|
|
|
3034
3034
|
const defaultMode = EditMode.FORM;
|
|
3035
3035
|
function applyPickerTogglerMods(mods) {
|
|
@@ -3126,7 +3126,7 @@ function PickerInputComponent(_a, ref) {
|
|
|
3126
3126
|
}
|
|
3127
3127
|
const PickerInput = /* @__PURE__ */React__namespace.default.forwardRef(PickerInputComponent);
|
|
3128
3128
|
|
|
3129
|
-
var css$z = {"row":"
|
|
3129
|
+
var css$z = {"row":"Dd8Pbk"};
|
|
3130
3130
|
|
|
3131
3131
|
function PickerListItem(props) {
|
|
3132
3132
|
var _a;
|
|
@@ -3147,7 +3147,7 @@ function PickerListItem(props) {
|
|
|
3147
3147
|
return (React__namespace.default.createElement("div", Object.assign({ role: "option", "aria-selected": props.isSelectable ? props.isSelected : undefined, "aria-busy": props.isLoading, "aria-posinset": props.index + 1 }, (((_a = props.checkbox) === null || _a === void 0 ? void 0 : _a.isVisible) && { 'aria-checked': props.isChecked }), { className: css$z.row }), component));
|
|
3148
3148
|
}
|
|
3149
3149
|
|
|
3150
|
-
var css$y = {"root":"
|
|
3150
|
+
var css$y = {"root":"_0RfXwe"};
|
|
3151
3151
|
|
|
3152
3152
|
function PickerList(props) {
|
|
3153
3153
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = uuiComponents.usePickerList(props);
|
|
@@ -3182,7 +3182,7 @@ function PickerList(props) {
|
|
|
3182
3182
|
}, selectedRows)));
|
|
3183
3183
|
}
|
|
3184
3184
|
|
|
3185
|
-
var css$x = {"uui-typography":"
|
|
3185
|
+
var css$x = {"uui-typography":"UKE0Oh","hero-header":"vB6TP4","promo-header":"f9IadE","uui-critical":"A4rNXv","uui-info":"q7niYa","uui-success":"ojHMcm","uui-warning":"_2UcOiN","uui-highlight":"QMBViV","uui-typography-size-12":"MDcnqu","uui-typography-size-14":"L0gODZ","uui-typography-size-16":"QH1bGG","root":"Z13Qp1","wrapper":"yfSjPr","align-widgets-top":"_9MPhzp","align-widgets-center":"cnu9SC","uuiTypography":"UKE0Oh","heroHeader":"vB6TP4","promoHeader":"f9IadE","uuiCritical":"A4rNXv","uuiInfo":"q7niYa","uuiSuccess":"ojHMcm","uuiWarning":"_2UcOiN","uuiHighlight":"QMBViV","uuiTypographySize12":"MDcnqu","uuiTypographySize14":"L0gODZ","uuiTypographySize16":"QH1bGG","alignWidgetsTop":"_9MPhzp","alignWidgetsCenter":"cnu9SC"};
|
|
3186
3186
|
|
|
3187
3187
|
function DataTableCell(initialProps) {
|
|
3188
3188
|
const props = Object.assign({}, initialProps);
|
|
@@ -3231,7 +3231,7 @@ function DataTableCell(initialProps) {
|
|
|
3231
3231
|
return React__namespace.createElement(uuiComponents.DataTableCell, Object.assign({}, props));
|
|
3232
3232
|
}
|
|
3233
3233
|
|
|
3234
|
-
var css$w = {"uui-typography":"
|
|
3234
|
+
var css$w = {"uui-typography":"dmpQGA","hero-header":"fyxkn6","promo-header":"ZNokYn","uui-critical":"uHFarI","uui-info":"Pj4wMI","uui-success":"hfcY00","uui-warning":"gX6H9h","uui-highlight":"_39ugu7","uui-typography-size-12":"RgcCdQ","uui-typography-size-14":"bVje5W","uui-typography-size-16":"f9dhRr","root":"pX6eyn","uuiTypography":"dmpQGA","heroHeader":"fyxkn6","promoHeader":"ZNokYn","uuiCritical":"uHFarI","uuiInfo":"Pj4wMI","uuiSuccess":"hfcY00","uuiWarning":"gX6H9h","uuiHighlight":"_39ugu7","uuiTypographySize12":"RgcCdQ","uuiTypographySize14":"bVje5W","uuiTypographySize16":"f9dhRr"};
|
|
3235
3235
|
|
|
3236
3236
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3237
3237
|
// 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.
|
|
@@ -3247,7 +3247,7 @@ const DataTableRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.DataTableRow,
|
|
|
3247
3247
|
];
|
|
3248
3248
|
}, () => propsMods);
|
|
3249
3249
|
|
|
3250
|
-
var css$v = {"uui-typography":"
|
|
3250
|
+
var css$v = {"uui-typography":"OUDph6","hero-header":"_1cHv7I","promo-header":"LUOnKt","uui-critical":"L6gK-S","uui-info":"r0gKrE","uui-success":"AvaCHc","uui-warning":"_3iZ-dJ","uui-highlight":"gCPM-X","uui-typography-size-12":"HzYJ7k","uui-typography-size-14":"zkp62c","uui-typography-size-16":"QZMicN","sorting-panel-container":"_1sN9i6","uuiTypography":"OUDph6","heroHeader":"_1cHv7I","promoHeader":"LUOnKt","uuiCritical":"L6gK-S","uuiInfo":"r0gKrE","uuiSuccess":"AvaCHc","uuiWarning":"_3iZ-dJ","uuiHighlight":"gCPM-X","uuiTypographySize12":"HzYJ7k","uuiTypographySize14":"zkp62c","uuiTypographySize16":"QZMicN","sortingPanelContainer":"_1sN9i6"};
|
|
3251
3251
|
|
|
3252
3252
|
var _path$q;
|
|
3253
3253
|
function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$q.apply(this, arguments); }
|
|
@@ -3377,7 +3377,7 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
|
|
|
3377
3377
|
};
|
|
3378
3378
|
var ForwardRef$k = /*#__PURE__*/React.forwardRef(SvgNavigationExpandAllOutline);
|
|
3379
3379
|
|
|
3380
|
-
var css$u = {"uui-typography":"
|
|
3380
|
+
var css$u = {"uui-typography":"XMZ-i6","hero-header":"myhCUo","promo-header":"zZRPQT","uui-critical":"yOHMJv","uui-info":"zceJcl","uui-success":"_0EcspK","uui-warning":"l-W2vQ","uui-highlight":"_4OOrZw","uui-typography-size-12":"B5II2d","uui-typography-size-14":"UVa378","uui-typography-size-16":"j6ygD-","root":"oKzfPi","caption-wrapper":"O07QNY","sort-icon":"_5TX4Gv","dropdown-icon":"_17cjmY","infoIcon":"_1EAeFD","resizable":"d73HWi","align-right":"WNvZVG","align-center":"lymNFi","caption":"MFEiAD","truncate":"BWhX6K","checkbox":"A8TOLk","icon":"Ck1Sak","fold-all-icon":"H92A-o","cell-tooltip":"_2nTv45","upper-case":"Yj5-1l","resizing-marker":"X0onAS","pinned-right":"_7C6TZ4","draggable":"VWZbR7","ghost":"r7Fgtb","is-dragged-out":"rIFMqm","dnd-marker-left":"PPQR6A","dnd-marker-right":"H3YEM-","cell-tooltip-wrapper":"K9oXJD","cell-tooltip-text":"d3mwYB","tooltip-caption":"D4Asfn","tooltip-info":"_7WMMnB","uuiTypography":"XMZ-i6","heroHeader":"myhCUo","promoHeader":"zZRPQT","uuiCritical":"yOHMJv","uuiInfo":"zceJcl","uuiSuccess":"_0EcspK","uuiWarning":"l-W2vQ","uuiHighlight":"_4OOrZw","uuiTypographySize12":"B5II2d","uuiTypographySize14":"UVa378","uuiTypographySize16":"j6ygD-","captionWrapper":"O07QNY","sortIcon":"_5TX4Gv","dropdownIcon":"_17cjmY","alignRight":"WNvZVG","alignCenter":"lymNFi","foldAllIcon":"H92A-o","cellTooltip":"_2nTv45","upperCase":"Yj5-1l","resizingMarker":"X0onAS","pinnedRight":"_7C6TZ4","isDraggedOut":"rIFMqm","dndMarkerLeft":"PPQR6A","dndMarkerRight":"H3YEM-","cellTooltipWrapper":"K9oXJD","cellTooltipText":"d3mwYB","tooltipCaption":"D4Asfn","tooltipInfo":"_7WMMnB"};
|
|
3381
3381
|
|
|
3382
3382
|
class DataTableHeaderCell extends React__namespace.Component {
|
|
3383
3383
|
constructor() {
|
|
@@ -3483,7 +3483,7 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
|
3483
3483
|
};
|
|
3484
3484
|
var ForwardRef$j = /*#__PURE__*/React.forwardRef(SvgActionSettingsFill);
|
|
3485
3485
|
|
|
3486
|
-
var css$t = {"uui-typography":"
|
|
3486
|
+
var css$t = {"uui-typography":"mdpHZU","hero-header":"m-h5-3","promo-header":"_4fsntP","uui-critical":"rDXM0W","uui-info":"X5tCLR","uui-success":"qag4H-","uui-warning":"nGij9X","uui-highlight":"Ya8Ck2","uui-typography-size-12":"sKxz-E","uui-typography-size-14":"cFArwD","uui-typography-size-16":"kdobyH","root":"_2jLdaa","uuiTypography":"mdpHZU","heroHeader":"m-h5-3","promoHeader":"_4fsntP","uuiCritical":"rDXM0W","uuiInfo":"X5tCLR","uuiSuccess":"qag4H-","uuiWarning":"nGij9X","uuiHighlight":"Ya8Ck2","uuiTypographySize12":"sKxz-E","uuiTypographySize14":"cFArwD","uuiTypographySize16":"kdobyH"};
|
|
3487
3487
|
|
|
3488
3488
|
const DataTableHeaderRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.DataTableHeaderRow, () => [css$t.root, 'uui-dt-vars'], (mods) => ({
|
|
3489
3489
|
renderCell: (props) => (React__namespace.createElement(DataTableHeaderCell, Object.assign({}, props, { size: mods.size, textCase: mods.textCase || 'normal', key: props.column.key, columnsGap: mods.columnsGap }))),
|
|
@@ -3495,7 +3495,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
3495
3495
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
3496
3496
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
3497
3497
|
|
|
3498
|
-
var css$s = {"uui-typography":"
|
|
3498
|
+
var css$s = {"uui-typography":"uJmupB","hero-header":"RMATMB","promo-header":"FVMI7I","uui-critical":"nwgYFQ","uui-info":"Y-RKje","uui-success":"odWtaw","uui-warning":"HWdIPF","uui-highlight":"t8loqT","uui-typography-size-12":"SJtQN5","uui-typography-size-14":"ZyHMcE","uui-typography-size-16":"ozmeel","root":"pH6FMZ","title-wrapper":"s8xXsr","title":"L4ynnz","text-wrapper":"mEy14p","selection":"vb3rGn","postfix":"wGkBNi","selected":"-RaM-R","uuiTypography":"uJmupB","heroHeader":"RMATMB","promoHeader":"FVMI7I","uuiCritical":"nwgYFQ","uuiInfo":"Y-RKje","uuiSuccess":"odWtaw","uuiWarning":"HWdIPF","uuiHighlight":"t8loqT","uuiTypographySize12":"SJtQN5","uuiTypographySize14":"ZyHMcE","uuiTypographySize16":"ozmeel","titleWrapper":"s8xXsr","textWrapper":"mEy14p"};
|
|
3499
3499
|
|
|
3500
3500
|
const defaultSize = '36';
|
|
3501
3501
|
const FilterPanelItemToggler = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
@@ -3673,7 +3673,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
3673
3673
|
React__namespace.default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
3674
3674
|
}
|
|
3675
3675
|
|
|
3676
|
-
var css$r = {"container":"
|
|
3676
|
+
var css$r = {"container":"_8NPmcs"};
|
|
3677
3677
|
|
|
3678
3678
|
function FilterNumericBody(props) {
|
|
3679
3679
|
var _a, _b;
|
|
@@ -3771,7 +3771,7 @@ var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
|
3771
3771
|
};
|
|
3772
3772
|
var ForwardRef$i = /*#__PURE__*/React.forwardRef(SvgActionDeleteOutline);
|
|
3773
3773
|
|
|
3774
|
-
var css$q = {"uui-typography":"
|
|
3774
|
+
var css$q = {"uui-typography":"a7VHqF","hero-header":"_4IKCQB","promo-header":"ang7Lm","uui-critical":"qVA6cM","uui-info":"GDu169","uui-success":"_2C-RSF","uui-warning":"DkNTda","uui-highlight":"Y4jZXq","uui-typography-size-12":"_58ephU","uui-typography-size-14":"m1Xvnn","uui-typography-size-16":"wB3Vr7","header":"_57muXa","removeButton":"AkdaJJ","with-search":"adZwIZ","uuiTypography":"a7VHqF","heroHeader":"_4IKCQB","promoHeader":"ang7Lm","uuiCritical":"qVA6cM","uuiInfo":"GDu169","uuiSuccess":"_2C-RSF","uuiWarning":"DkNTda","uuiHighlight":"Y4jZXq","uuiTypographySize12":"_58ephU","uuiTypographySize14":"m1Xvnn","uuiTypographySize16":"wB3Vr7","withSearch":"adZwIZ"};
|
|
3775
3775
|
|
|
3776
3776
|
function useView(props, value) {
|
|
3777
3777
|
const forceUpdate = uuiCore.useForceUpdate();
|
|
@@ -4092,7 +4092,7 @@ function FiltersToolbarImpl(props) {
|
|
|
4092
4092
|
}
|
|
4093
4093
|
const FiltersPanel = /* @__PURE__ */React__namespace.default.memo(FiltersToolbarImpl);
|
|
4094
4094
|
|
|
4095
|
-
var css$p = {"divider":"
|
|
4095
|
+
var css$p = {"divider":"sicNka","dropdownDeleteIcon":"ez2PaJ","presetsWrapper":"MLuYCI","addPresetContainer":"D0Cp-2","dropContainer":"AxvKSh"};
|
|
4096
4096
|
|
|
4097
4097
|
var _path$g;
|
|
4098
4098
|
function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
|
|
@@ -4205,7 +4205,7 @@ var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
|
4205
4205
|
};
|
|
4206
4206
|
var ForwardRef$a = /*#__PURE__*/React.forwardRef(SvgContentLinkOutline);
|
|
4207
4207
|
|
|
4208
|
-
var css$o = {"delete-button":"
|
|
4208
|
+
var css$o = {"delete-button":"ND90LK","tab-button":"z5DJpM","targetOpen":"qELeiq","deleteButton":"ND90LK","tabButton":"z5DJpM"};
|
|
4209
4209
|
|
|
4210
4210
|
function PresetActionsDropdown(props) {
|
|
4211
4211
|
const { uuiNotifications } = uuiCore.useUuiContext();
|
|
@@ -4263,7 +4263,7 @@ function PresetActionsDropdown(props) {
|
|
|
4263
4263
|
return (React__namespace.default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
4264
4264
|
}
|
|
4265
4265
|
|
|
4266
|
-
var css$n = {"preset-input-cell":"
|
|
4266
|
+
var css$n = {"preset-input-cell":"yNOTXo","preset-input":"sbjeuo","presetInputCell":"yNOTXo","presetInput":"sbjeuo"};
|
|
4267
4267
|
|
|
4268
4268
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
4269
4269
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -4296,7 +4296,7 @@ function PresetInput(props) {
|
|
|
4296
4296
|
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 })));
|
|
4297
4297
|
}
|
|
4298
4298
|
|
|
4299
|
-
var css$m = {"preset":"
|
|
4299
|
+
var css$m = {"preset":"d78VKg","activePreset":"EBd5nU"};
|
|
4300
4300
|
|
|
4301
4301
|
function Preset(props) {
|
|
4302
4302
|
const [isRenamePreset, setIsRenamePreset] = React.useState(false);
|
|
@@ -4470,7 +4470,7 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
|
|
|
4470
4470
|
};
|
|
4471
4471
|
var ForwardRef$6 = /*#__PURE__*/React.forwardRef(SvgTableGroupColumnRightFill);
|
|
4472
4472
|
|
|
4473
|
-
var css$l = {"unpin-icon":"
|
|
4473
|
+
var css$l = {"unpin-icon":"yb7SXJ","pin-toggler-icon":"R-5DT5","unpinIcon":"yb7SXJ","pinTogglerIcon":"R-5DT5"};
|
|
4474
4474
|
|
|
4475
4475
|
function PinIconButton(props) {
|
|
4476
4476
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4529,7 +4529,7 @@ var SvgActionDragIndicator18 = function SvgActionDragIndicator18(props, ref) {
|
|
|
4529
4529
|
};
|
|
4530
4530
|
var ForwardRef$5 = /*#__PURE__*/React.forwardRef(SvgActionDragIndicator18);
|
|
4531
4531
|
|
|
4532
|
-
var css$k = {"uui-typography":"
|
|
4532
|
+
var css$k = {"uui-typography":"xG35BX","hero-header":"h9ODMX","promo-header":"YYyDcw","uui-critical":"_6QOTWs","uui-info":"YZZxos","uui-success":"iHyUDJ","uui-warning":"_-67zTs","uui-highlight":"QVz-Uy","uui-typography-size-12":"tIbAFJ","uui-typography-size-14":"fXj4lq","uui-typography-size-16":"NKd43i","row-wrapper":"VeIlFN","pin-icon-button":"h3ceIj","not-pinned":"Ki0MrJ","checkbox":"bqjdIU","drag-handle":"DZhpPT","dnd-disabled":"_9Nl6cH","uuiTypography":"xG35BX","heroHeader":"h9ODMX","promoHeader":"YYyDcw","uuiCritical":"_6QOTWs","uuiInfo":"YZZxos","uuiSuccess":"iHyUDJ","uuiWarning":"_-67zTs","uuiHighlight":"QVz-Uy","uuiTypographySize12":"tIbAFJ","uuiTypographySize14":"fXj4lq","uuiTypographySize16":"NKd43i","rowWrapper":"VeIlFN","pinIconButton":"h3ceIj","notPinned":"Ki0MrJ","dragHandle":"DZhpPT","dndDisabled":"_9Nl6cH"};
|
|
4533
4533
|
|
|
4534
4534
|
const ColumnRow = /* @__PURE__ */React__namespace.memo(function ColumnRow(props) {
|
|
4535
4535
|
const { column } = props;
|
|
@@ -4552,7 +4552,7 @@ const ColumnRow = /* @__PURE__ */React__namespace.memo(function ColumnRow(props)
|
|
|
4552
4552
|
return (React__namespace.createElement(uuiCore.DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
|
|
4553
4553
|
});
|
|
4554
4554
|
|
|
4555
|
-
var css$j = {"uui-typography":"
|
|
4555
|
+
var css$j = {"uui-typography":"_7vS0zu","hero-header":"X1lnVj","promo-header":"gRHTW9","uui-critical":"_9fM0Sp","uui-info":"_8oByDK","uui-success":"_34fDSr","uui-warning":"Tcv-Lq","uui-highlight":"D5w2J3","uui-typography-size-12":"Hzn5y9","uui-typography-size-14":"JQNEQb","uui-typography-size-16":"sbmUUB","root":"ytEO-D","main-panel":"fy0Zh0","group":"jhqQ4g","group-title":"_8sVl9j","group-items":"VZgG6d","no-data":"du3QwK","no-data-title":"E9OBnS","no-data-sub-title":"LHy9dF","h-divider":"KWU09P","search-area":"htAIGU","subgroup-accordion":"g3yCNo","subgroup":"pzs51Y","subgroup-title":"xwK1rL","uuiTypography":"_7vS0zu","heroHeader":"X1lnVj","promoHeader":"gRHTW9","uuiCritical":"_9fM0Sp","uuiInfo":"_8oByDK","uuiSuccess":"_34fDSr","uuiWarning":"Tcv-Lq","uuiHighlight":"D5w2J3","uuiTypographySize12":"Hzn5y9","uuiTypographySize14":"JQNEQb","uuiTypographySize16":"sbmUUB","mainPanel":"fy0Zh0","groupTitle":"_8sVl9j","groupItems":"VZgG6d","noData":"du3QwK","noDataTitle":"E9OBnS","noDataSubTitle":"LHy9dF","hDivider":"KWU09P","searchArea":"htAIGU","subgroupAccordion":"g3yCNo","subgroupTitle":"xwK1rL"};
|
|
4556
4556
|
|
|
4557
4557
|
const renderGroupTitle = (title, amount) => (React__namespace.createElement(FlexRow, { cx: css$j.group },
|
|
4558
4558
|
React__namespace.createElement(Text, { size: "none", cx: css$j.groupTitle }, title),
|
|
@@ -4641,7 +4641,7 @@ function SubGroup(props) {
|
|
|
4641
4641
|
return null;
|
|
4642
4642
|
}
|
|
4643
4643
|
|
|
4644
|
-
var css$i = {"listContainer":"
|
|
4644
|
+
var css$i = {"listContainer":"g0Agx8","header":"ljBQT-","group":"zDpcyF","stickyHeader":"wpU0Cq"};
|
|
4645
4645
|
|
|
4646
4646
|
const getChildrenAndRest = (row, rows) => {
|
|
4647
4647
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4707,7 +4707,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4707
4707
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4708
4708
|
ref: ref
|
|
4709
4709
|
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
4710
|
-
clipPath: "url(#
|
|
4710
|
+
clipPath: "url(#c197vzu3wor0w2zw_a)"
|
|
4711
4711
|
}, _path$4 || (_path$4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4712
4712
|
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",
|
|
4713
4713
|
fill: "#F5F6FA"
|
|
@@ -4728,7 +4728,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4728
4728
|
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",
|
|
4729
4729
|
fill: "#1D1E26"
|
|
4730
4730
|
})), /*#__PURE__*/React__namespace.createElement("mask", {
|
|
4731
|
-
id: "
|
|
4731
|
+
id: "c197vzyk4v7l3x55_b",
|
|
4732
4732
|
style: {
|
|
4733
4733
|
maskType: "alpha"
|
|
4734
4734
|
},
|
|
@@ -4741,7 +4741,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4741
4741
|
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",
|
|
4742
4742
|
fill: "#9BDEFF"
|
|
4743
4743
|
}))), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
|
|
4744
|
-
mask: "url(#
|
|
4744
|
+
mask: "url(#c197vzyk4v7l3x55_b)",
|
|
4745
4745
|
fillRule: "evenodd",
|
|
4746
4746
|
clipRule: "evenodd"
|
|
4747
4747
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -4827,7 +4827,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4827
4827
|
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",
|
|
4828
4828
|
fill: "#fff"
|
|
4829
4829
|
}))), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
4830
|
-
id: "
|
|
4830
|
+
id: "c197vzu3wor0w2zw_a"
|
|
4831
4831
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
4832
4832
|
fill: "#fff",
|
|
4833
4833
|
transform: "translate(.552)",
|
|
@@ -4836,7 +4836,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4836
4836
|
};
|
|
4837
4837
|
var ForwardRef$4 = /*#__PURE__*/React.forwardRef(SvgEmptyTable);
|
|
4838
4838
|
|
|
4839
|
-
var css$h = {"root":"
|
|
4839
|
+
var css$h = {"root":"UxF4WX","sticky-header":"trckK6","no-results":"eOqTqS","icon":"aUDQjY","title":"TT9z9K","stickyHeader":"trckK6","noResults":"eOqTqS"};
|
|
4840
4840
|
|
|
4841
4841
|
function DataTable(props) {
|
|
4842
4842
|
var _a, _b, _c, _d;
|
|
@@ -4887,9 +4887,9 @@ function DataTable(props) {
|
|
|
4887
4887
|
} }))));
|
|
4888
4888
|
}
|
|
4889
4889
|
|
|
4890
|
-
var css$g = {"root":"
|
|
4890
|
+
var css$g = {"root":"_3HMgZx"};
|
|
4891
4891
|
|
|
4892
|
-
var css$f = {"root":"
|
|
4892
|
+
var css$f = {"root":"T-lHnh","burger-content":"M74N-l","burgerContent":"M74N-l"};
|
|
4893
4893
|
|
|
4894
4894
|
var _path$3;
|
|
4895
4895
|
function _extends$3() { _extends$3 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$3.apply(this, arguments); }
|
|
@@ -4932,7 +4932,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
4932
4932
|
};
|
|
4933
4933
|
var ForwardRef$2 = /*#__PURE__*/React.forwardRef(SvgNavigationArrowDownOutline);
|
|
4934
4934
|
|
|
4935
|
-
var css$e = {"uui-typography":"
|
|
4935
|
+
var css$e = {"uui-typography":"B1aMeP","hero-header":"N2M1tE","promo-header":"_4h8ZKO","uui-critical":"fYJYXE","uui-info":"_7-5Wp0","uui-success":"RdolxD","uui-warning":"j1Gix-","uui-highlight":"_0C-yEf","uui-typography-size-12":"nBRcFC","uui-typography-size-14":"naqwB2","uui-typography-size-16":"ZGYJsh","root":"_0JNB5I","button-primary":"P3X5l1","button-secondary":"vx2bx-","hasIcon":"TwA2OX","dropdown":"EB-zZB","uuiTypography":"B1aMeP","heroHeader":"N2M1tE","promoHeader":"_4h8ZKO","uuiCritical":"fYJYXE","uuiInfo":"_7-5Wp0","uuiSuccess":"RdolxD","uuiWarning":"j1Gix-","uuiHighlight":"_0C-yEf","uuiTypographySize12":"nBRcFC","uuiTypographySize14":"naqwB2","uuiTypographySize16":"ZGYJsh","buttonPrimary":"P3X5l1","buttonSecondary":"vx2bx-"};
|
|
4936
4936
|
|
|
4937
4937
|
const BurgerButton = /* @__PURE__ */uuiCore.withMods(uuiComponents.Button, (props) => [
|
|
4938
4938
|
css$e.root,
|
|
@@ -4943,13 +4943,13 @@ const BurgerButton = /* @__PURE__ */uuiCore.withMods(uuiComponents.Button, (prop
|
|
|
4943
4943
|
props.icon && css$e.hasIcon,
|
|
4944
4944
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
4945
4945
|
|
|
4946
|
-
var css$d = {"search-input":"
|
|
4946
|
+
var css$d = {"search-input":"lAX5JR","searchInput":"lAX5JR"};
|
|
4947
4947
|
|
|
4948
4948
|
function BurgerSearch(props) {
|
|
4949
4949
|
return (React__namespace.createElement(uuiComponents.TextInput, { cx: cx__default.default(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$N, placeholder: props.placeholder, value: props.value, onValueChange: props.onValueChange, onCancel: props.onCancel, cancelIcon: props.value && ForwardRef$Q }));
|
|
4950
4950
|
}
|
|
4951
4951
|
|
|
4952
|
-
var css$c = {"root":"
|
|
4952
|
+
var css$c = {"root":"_8U94wu","group-header":"n5ArT6","group-name":"fDoU66","line":"OsC0Qv","groupHeader":"n5ArT6","groupName":"fDoU66"};
|
|
4953
4953
|
|
|
4954
4954
|
function BurgerGroupHeader(props) {
|
|
4955
4955
|
return (React__namespace.createElement("div", { className: cx__default.default(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -4957,7 +4957,7 @@ function BurgerGroupHeader(props) {
|
|
|
4957
4957
|
React__namespace.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
4958
4958
|
}
|
|
4959
4959
|
|
|
4960
|
-
var css$b = {"uui-typography":"
|
|
4960
|
+
var css$b = {"uui-typography":"tAMCWn","hero-header":"s8N5UW","promo-header":"w6tQ5R","uui-critical":"FI2hEx","uui-info":"B0spR4","uui-success":"I1w4CW","uui-warning":"hwADsG","uui-highlight":"ip6hUl","uui-typography-size-12":"U5ljdd","uui-typography-size-14":"W7FbAB","uui-typography-size-16":"QySmlq","root":"_2uXuPR","type-primary":"V4o-O0","type-secondary":"YB-SFw","uuiTypography":"tAMCWn","heroHeader":"s8N5UW","promoHeader":"w6tQ5R","uuiCritical":"FI2hEx","uuiInfo":"B0spR4","uuiSuccess":"I1w4CW","uuiWarning":"hwADsG","uuiHighlight":"ip6hUl","uuiTypographySize12":"U5ljdd","uuiTypographySize14":"W7FbAB","uuiTypographySize16":"QySmlq","typePrimary":"V4o-O0","typeSecondary":"YB-SFw"};
|
|
4961
4961
|
|
|
4962
4962
|
const MainMenuButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
4963
4963
|
const { type } = props, clickableProps = __rest(props, ["type"]);
|
|
@@ -4973,7 +4973,7 @@ const MainMenuButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) =
|
|
|
4973
4973
|
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$P, flipY: props.isOpen }))));
|
|
4974
4974
|
});
|
|
4975
4975
|
|
|
4976
|
-
var css$a = {"dropdown-body":"
|
|
4976
|
+
var css$a = {"dropdown-body":"x3wuns","dropdownBody":"x3wuns"};
|
|
4977
4977
|
|
|
4978
4978
|
class MainMenuDropdown extends React__namespace.Component {
|
|
4979
4979
|
render() {
|
|
@@ -5028,12 +5028,12 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
5028
5028
|
};
|
|
5029
5029
|
var ForwardRef$1 = /*#__PURE__*/React.forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
5030
5030
|
|
|
5031
|
-
var css$9 = {"global-menu-btn":"
|
|
5031
|
+
var css$9 = {"global-menu-btn":"Q98fT4","global-menu-icon":"pWr5EE","globalMenuBtn":"Q98fT4","globalMenuIcon":"pWr5EE"};
|
|
5032
5032
|
|
|
5033
5033
|
const GlobalMenu = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", Object.assign({ ref: ref, id: "global_menu_toggle", className: cx__default.default(css$9.globalMenuBtn, props.cx) }, props.rawProps),
|
|
5034
5034
|
React__namespace.createElement(uuiComponents.IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
5035
5035
|
|
|
5036
|
-
var css$8 = {"container":"
|
|
5036
|
+
var css$8 = {"container":"gqu-a9","open":"IXkE1y","folding-arrow":"ez-nIj","foldingArrow":"ez-nIj"};
|
|
5037
5037
|
|
|
5038
5038
|
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 },
|
|
5039
5039
|
React__namespace.createElement(uuiComponents.Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -5041,18 +5041,18 @@ const MainMenuAvatar = /* @__PURE__ */React__namespace.forwardRef((props, ref) =
|
|
|
5041
5041
|
props.isDropdown && (React__namespace.createElement("div", null,
|
|
5042
5042
|
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, icon: ForwardRef$P, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
|
|
5043
5043
|
|
|
5044
|
-
var css$7 = {"search-input":"
|
|
5044
|
+
var css$7 = {"search-input":"nYNGlA","searchInput":"nYNGlA"};
|
|
5045
5045
|
|
|
5046
5046
|
const MainMenuSearch = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement(uuiCore.IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => {
|
|
5047
5047
|
var _a;
|
|
5048
5048
|
return (React__namespace.createElement(uuiComponents.TextInput, Object.assign({ iconPosition: "left", icon: ForwardRef$N, cancelIcon: ((_a = props.value) === null || _a === void 0 ? void 0 : _a.length) > 0 && ForwardRef$Q }, props, iEditable, { ref: ref, cx: uuiCore.cx(css$7.searchInput, props.cx) }, props.rawProps)));
|
|
5049
5049
|
} }))));
|
|
5050
5050
|
|
|
5051
|
-
var css$6 = {"container":"
|
|
5051
|
+
var css$6 = {"container":"M4P1RR"};
|
|
5052
5052
|
|
|
5053
5053
|
const MainMenuIcon = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement(IconButton, Object.assign({ ref: ref, icon: props.icon, cx: uuiCore.cx(props.cx, css$6.container) }, props))));
|
|
5054
5054
|
|
|
5055
|
-
var css$5 = {"root":"
|
|
5055
|
+
var css$5 = {"root":"bv3-rM"};
|
|
5056
5056
|
|
|
5057
5057
|
const Anchor = /* @__PURE__ */uuiCore.withMods(uuiComponents.Anchor, () => [css$5.root]);
|
|
5058
5058
|
|
|
@@ -5110,7 +5110,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
5110
5110
|
};
|
|
5111
5111
|
var ForwardRef = /*#__PURE__*/React.forwardRef(SvgFileCloudUploadFill);
|
|
5112
5112
|
|
|
5113
|
-
var css$4 = {"root":"
|
|
5113
|
+
var css$4 = {"root":"KKW0eo","drop-start":"Vjpx5W","drop-over":"sjr4CF","link":"_3UitLJ","drop-area":"Yy5NvG","drop-caption":"c0lAec","icon-blue":"HcdHBm","dropStart":"Vjpx5W","dropOver":"sjr4CF","dropArea":"Yy5NvG","dropCaption":"c0lAec","iconBlue":"HcdHBm"};
|
|
5114
5114
|
|
|
5115
5115
|
function DropSpot(props) {
|
|
5116
5116
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -5128,9 +5128,9 @@ function DropSpot(props) {
|
|
|
5128
5128
|
return React__namespace.createElement(uuiComponents.DropSpot, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
5129
5129
|
}
|
|
5130
5130
|
|
|
5131
|
-
var css$3 = {"uui-typography":"
|
|
5131
|
+
var css$3 = {"uui-typography":"_4YOQC3","hero-header":"_6L0-1h","promo-header":"g-yA3O","uui-critical":"qmMIXE","uui-info":"QpmsM2","uui-success":"dBpVRh","uui-warning":"D-iHug","uui-highlight":"_1HEJb-","uui-typography-size-12":"en6UVK","uui-typography-size-14":"_82lZx5","uui-typography-size-16":"ePkYlx","root":"p8AX8h","file-name":"_1M1otj","default-color":"s22H6-","doc-color":"Kuut4t","xls-color":"IcrZLJ","pdf-color":"_8NU--y","movie-color":"gwsTeN","img-color":"_2zsgjm","mov-color":"SyOBX9","error-block":"w13L7e","icons-block":"ZRKAlG","uuiTypography":"_4YOQC3","heroHeader":"_6L0-1h","promoHeader":"g-yA3O","uuiCritical":"qmMIXE","uuiInfo":"QpmsM2","uuiSuccess":"dBpVRh","uuiWarning":"D-iHug","uuiHighlight":"_1HEJb-","uuiTypographySize12":"en6UVK","uuiTypographySize14":"_82lZx5","uuiTypographySize16":"ePkYlx","fileName":"_1M1otj","defaultColor":"s22H6-","docColor":"Kuut4t","xlsColor":"IcrZLJ","pdfColor":"_8NU--y","movieColor":"gwsTeN","imgColor":"_2zsgjm","movColor":"SyOBX9","errorBlock":"w13L7e","iconsBlock":"ZRKAlG"};
|
|
5132
5132
|
|
|
5133
|
-
var css$2 = {"root":"
|
|
5133
|
+
var css$2 = {"root":"_0vTI6H"};
|
|
5134
5134
|
|
|
5135
5135
|
const SvgCircleProgress = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
5136
5136
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5255,7 +5255,7 @@ const getErrorPageConfig = () => ({
|
|
|
5255
5255
|
},
|
|
5256
5256
|
});
|
|
5257
5257
|
|
|
5258
|
-
var css$1 = {"container":"
|
|
5258
|
+
var css$1 = {"container":"FfPath"};
|
|
5259
5259
|
|
|
5260
5260
|
const ErrorPage = (props) => {
|
|
5261
5261
|
const isMobileScreen = uuiCore.isMobile();
|
|
@@ -5266,7 +5266,7 @@ const ErrorPage = (props) => {
|
|
|
5266
5266
|
React__namespace.default.createElement("div", { className: "uui-error-subtitle" }, props.subtitle))));
|
|
5267
5267
|
};
|
|
5268
5268
|
|
|
5269
|
-
var css = {"recovery-spinner":"
|
|
5269
|
+
var css = {"recovery-spinner":"XcGgZy","recovery-message":"_2uQJ4Z","modal-blocker":"L3B00D","modalFadeIn":"Xtv6rT","recoverySpinner":"XcGgZy","recoveryMessage":"_2uQJ4Z","modalBlocker":"L3B00D"};
|
|
5270
5270
|
|
|
5271
5271
|
function ErrorHandler(props) {
|
|
5272
5272
|
const { uuiNotifications, uuiModals, uuiApi } = uuiCore.useUuiContext();
|