@epam/uui 5.11.0 → 5.11.1-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 +104 -104
- package/index.esm.js.map +1 -1
- package/index.js +104 -104
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/stats.html +2 -2
- package/styles.css +2486 -2486
- package/styles.css.map +1 -1
package/index.esm.js
CHANGED
|
@@ -563,7 +563,7 @@ const settings = {
|
|
|
563
563
|
},
|
|
564
564
|
};
|
|
565
565
|
|
|
566
|
-
var css$1x = {"uui-typography":"
|
|
566
|
+
var css$1x = {"uui-typography":"_7d9S3X","uuiTypography":"_7d9S3X","hero-header":"xuwTFz","heroHeader":"xuwTFz","promo-header":"R9avLF","promoHeader":"R9avLF","uui-critical":"SPXfx1","uuiCritical":"SPXfx1","uui-info":"_2yLvTf","uuiInfo":"_2yLvTf","uui-success":"LZdym3","uuiSuccess":"LZdym3","uui-warning":"njh8-Y","uuiWarning":"njh8-Y","uui-highlight":"WJrIDx","uuiHighlight":"WJrIDx","uui-typography-size-12":"UYxGy-","uuiTypographySize12":"UYxGy-","uui-typography-size-14":"xXOgY9","uuiTypographySize14":"xXOgY9","uui-typography-size-16":"pQJ5Ac","uuiTypographySize16":"pQJ5Ac","root":"SZBrwK"};
|
|
567
567
|
|
|
568
568
|
function applyButtonMods(mods) {
|
|
569
569
|
return [
|
|
@@ -581,7 +581,7 @@ const Button = /* @__PURE__ */withMods(uuiComponents.Button, applyButtonMods, ()
|
|
|
581
581
|
};
|
|
582
582
|
});
|
|
583
583
|
|
|
584
|
-
var css$1w = {"root":"
|
|
584
|
+
var css$1w = {"root":"_-0f3UX"};
|
|
585
585
|
|
|
586
586
|
function applyIconButtonMods(props) {
|
|
587
587
|
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1w.root];
|
|
@@ -618,7 +618,7 @@ function getIconClass(props) {
|
|
|
618
618
|
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'];
|
|
619
619
|
}
|
|
620
620
|
|
|
621
|
-
var css$1v = {"uui-typography":"
|
|
621
|
+
var css$1v = {"uui-typography":"dECCV4","uuiTypography":"dECCV4","hero-header":"Nn-zj1","heroHeader":"Nn-zj1","promo-header":"a6jFH9","promoHeader":"a6jFH9","uui-critical":"SprsK5","uuiCritical":"SprsK5","uui-info":"CzCpSu","uuiInfo":"CzCpSu","uui-success":"_5y0GJk","uuiSuccess":"_5y0GJk","uui-warning":"RC0zWI","uuiWarning":"RC0zWI","uui-highlight":"VL0sE-","uuiHighlight":"VL0sE-","uui-typography-size-12":"ewTrMj","uuiTypographySize12":"ewTrMj","uui-typography-size-14":"i9mVnc","uuiTypographySize14":"i9mVnc","uui-typography-size-16":"ZBma1o","uuiTypographySize16":"ZBma1o","root":"Vqf3HJ"};
|
|
622
622
|
|
|
623
623
|
const DEFAULT_COLOR = 'primary';
|
|
624
624
|
const DEFAULT_WEIGHT = 'semibold';
|
|
@@ -649,7 +649,7 @@ const LinkButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
649
649
|
props.isDropdown && (React.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
650
650
|
});
|
|
651
651
|
|
|
652
|
-
var css$1u = {"root":"
|
|
652
|
+
var css$1u = {"root":"n6A3tu"};
|
|
653
653
|
|
|
654
654
|
const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
655
655
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -661,7 +661,7 @@ const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
661
661
|
]) }, props.caption));
|
|
662
662
|
});
|
|
663
663
|
|
|
664
|
-
var css$1t = {"uui-typography":"
|
|
664
|
+
var css$1t = {"uui-typography":"culKFx","uuiTypography":"culKFx","hero-header":"Ptr-eX","heroHeader":"Ptr-eX","promo-header":"Z-U-5a","promoHeader":"Z-U-5a","uui-critical":"Uf0a48","uuiCritical":"Uf0a48","uui-info":"gOo9-r","uuiInfo":"gOo9-r","uui-success":"HoKv3J","uuiSuccess":"HoKv3J","uui-warning":"hIvp5-","uuiWarning":"hIvp5-","uui-highlight":"kC6DKw","uuiHighlight":"kC6DKw","uui-typography-size-12":"uu1LzN","uuiTypographySize12":"uu1LzN","uui-typography-size-14":"Ofxwyr","uuiTypographySize14":"Ofxwyr","uui-typography-size-16":"GcXkHR","uuiTypographySize16":"GcXkHR","root":"FpGJCF","withNotify":"_3lQ6sU"};
|
|
665
665
|
|
|
666
666
|
const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
667
667
|
const styles = [
|
|
@@ -684,7 +684,7 @@ const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
684
684
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
685
685
|
});
|
|
686
686
|
|
|
687
|
-
var css$1s = {"uui-typography":"
|
|
687
|
+
var css$1s = {"uui-typography":"Q3OtE3","uuiTypography":"Q3OtE3","hero-header":"EtQ9ug","heroHeader":"EtQ9ug","promo-header":"_4IKwOT","promoHeader":"_4IKwOT","uui-critical":"c-VdLq","uuiCritical":"c-VdLq","uui-info":"h987s6","uuiInfo":"h987s6","uui-success":"qkyqbF","uuiSuccess":"qkyqbF","uui-warning":"OVjzn5","uuiWarning":"OVjzn5","uui-highlight":"lUbQ-s","uuiHighlight":"lUbQ-s","uui-typography-size-12":"kP4C5Z","uuiTypographySize12":"kP4C5Z","uui-typography-size-14":"pCji1N","uuiTypographySize14":"pCji1N","uui-typography-size-16":"UTNtdz","uuiTypographySize16":"UTNtdz","root":"_404gZE"};
|
|
688
688
|
|
|
689
689
|
function applyVerticalTabButtonMods() {
|
|
690
690
|
return [css$1s.root, 'uui-vertical-tab-button'];
|
|
@@ -706,7 +706,7 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
|
706
706
|
};
|
|
707
707
|
var ForwardRef$C = /*#__PURE__*/forwardRef(SvgContentMinusOutline);
|
|
708
708
|
|
|
709
|
-
var css$1r = {"uui-typography":"
|
|
709
|
+
var css$1r = {"uui-typography":"Y7g6--","uuiTypography":"Y7g6--","hero-header":"hBp-59","heroHeader":"hBp-59","promo-header":"_7U01hT","promoHeader":"_7U01hT","uui-critical":"MHcaEX","uuiCritical":"MHcaEX","uui-info":"RaJAkY","uuiInfo":"RaJAkY","uui-success":"_-8mg25","uuiSuccess":"_-8mg25","uui-warning":"f0tAAh","uuiWarning":"f0tAAh","uui-highlight":"e7UR32","uuiHighlight":"e7UR32","uui-typography-size-12":"ybNFuv","uuiTypographySize12":"ybNFuv","uui-typography-size-14":"z0DFsu","uuiTypographySize14":"z0DFsu","uui-typography-size-16":"SJZMJd","uuiTypographySize16":"SJZMJd","root":"Ml0HSZ","mode-cell":"r3nXHM","modeCell":"r3nXHM"};
|
|
710
710
|
|
|
711
711
|
function applyCheckboxMods(mods) {
|
|
712
712
|
return [
|
|
@@ -741,7 +741,7 @@ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
|
741
741
|
};
|
|
742
742
|
var ForwardRef$B = /*#__PURE__*/forwardRef(SvgRadioDotFill);
|
|
743
743
|
|
|
744
|
-
var css$1q = {"uui-typography":"
|
|
744
|
+
var css$1q = {"uui-typography":"WwmujJ","uuiTypography":"WwmujJ","hero-header":"Ex-nQ2","heroHeader":"Ex-nQ2","promo-header":"YU80We","promoHeader":"YU80We","uui-critical":"vg-K3G","uuiCritical":"vg-K3G","uui-info":"os3qAJ","uuiInfo":"os3qAJ","uui-success":"CFQFta","uuiSuccess":"CFQFta","uui-warning":"w04g0k","uuiWarning":"w04g0k","uui-highlight":"C6aUm5","uuiHighlight":"C6aUm5","uui-typography-size-12":"_0bqQJo","uuiTypographySize12":"_0bqQJo","uui-typography-size-14":"_3fvtv3","uuiTypographySize14":"_3fvtv3","uui-typography-size-16":"yvmLx-","uuiTypographySize16":"yvmLx-","root":"PnjA2v"};
|
|
745
745
|
|
|
746
746
|
function applyRadioInputMods(mods) {
|
|
747
747
|
return [
|
|
@@ -753,7 +753,7 @@ function applyRadioInputMods(mods) {
|
|
|
753
753
|
}
|
|
754
754
|
const RadioInput = /* @__PURE__ */withMods(RadioInput$1, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$B }));
|
|
755
755
|
|
|
756
|
-
var css$1p = {"root":"
|
|
756
|
+
var css$1p = {"root":"LTkW5S"};
|
|
757
757
|
|
|
758
758
|
function applySwitchMods(mods) {
|
|
759
759
|
return [
|
|
@@ -821,7 +821,7 @@ var EditMode;
|
|
|
821
821
|
EditMode["INLINE"] = "inline";
|
|
822
822
|
})(EditMode || (EditMode = {}));
|
|
823
823
|
|
|
824
|
-
var textInputCss = {"uui-typography":"
|
|
824
|
+
var textInputCss = {"uui-typography":"c2e0yB","uuiTypography":"c2e0yB","hero-header":"vsznJh","heroHeader":"vsznJh","promo-header":"k6UvCf","promoHeader":"k6UvCf","uui-critical":"sZzXkQ","uuiCritical":"sZzXkQ","uui-info":"F3lvA7","uuiInfo":"F3lvA7","uui-success":"Ryx-ch","uuiSuccess":"Ryx-ch","uui-warning":"RPnJcF","uuiWarning":"RPnJcF","uui-highlight":"-l3MRU","uuiHighlight":"-l3MRU","uui-typography-size-12":"KLiASh","uuiTypographySize12":"KLiASh","uui-typography-size-14":"_8DIIPn","uuiTypographySize14":"_8DIIPn","uui-typography-size-16":"mQhw6g","uuiTypographySize16":"mQhw6g","root":"kQIqLv","mode-form":"k9AfcS","modeForm":"k9AfcS","mode-inline":"XZlrGM","modeInline":"XZlrGM","mode-cell":"AzsSTS","modeCell":"AzsSTS"};
|
|
825
825
|
|
|
826
826
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
827
827
|
function applyTextInputMods(mods) {
|
|
@@ -847,7 +847,7 @@ const SearchInput = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
847
847
|
} })));
|
|
848
848
|
});
|
|
849
849
|
|
|
850
|
-
var css$1o = {"root":"
|
|
850
|
+
var css$1o = {"root":"XzxRoX"};
|
|
851
851
|
|
|
852
852
|
const ControlGroup = /* @__PURE__ */withMods(ControlGroup$1, () => [css$1o.root, 'uui-control-group']);
|
|
853
853
|
|
|
@@ -856,7 +856,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
856
856
|
}
|
|
857
857
|
const MultiSwitch = /* @__PURE__ */React.forwardRef(MultiSwitchComponent);
|
|
858
858
|
|
|
859
|
-
var css$1n = {"uui-typography":"
|
|
859
|
+
var css$1n = {"uui-typography":"sFU-tm","uuiTypography":"sFU-tm","hero-header":"QyEuEK","heroHeader":"QyEuEK","promo-header":"bAYMTc","promoHeader":"bAYMTc","uui-critical":"_229Dwc","uuiCritical":"_229Dwc","uui-info":"_-44wYO","uuiInfo":"_-44wYO","uui-success":"ox4IVe","uuiSuccess":"ox4IVe","uui-warning":"N4OhzX","uuiWarning":"N4OhzX","uui-highlight":"x81CqX","uuiHighlight":"x81CqX","uui-typography-size-12":"U31FwO","uuiTypographySize12":"U31FwO","uui-typography-size-14":"LubZ88","uuiTypographySize14":"LubZ88","uui-typography-size-16":"ODJZYz","uuiTypographySize16":"ODJZYz","root":"rp6kKb","mode-form":"_3HV0Rr","modeForm":"_3HV0Rr","mode-cell":"YJXxYL","modeCell":"YJXxYL"};
|
|
860
860
|
|
|
861
861
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
862
862
|
function applyNumericInputMods(mods) {
|
|
@@ -877,7 +877,7 @@ const NumericInput = /* @__PURE__ */withMods(NumericInput$1, applyNumericInputMo
|
|
|
877
877
|
};
|
|
878
878
|
});
|
|
879
879
|
|
|
880
|
-
var css$1m = {"uui-typography":"
|
|
880
|
+
var css$1m = {"uui-typography":"-mIyQN","uuiTypography":"-mIyQN","hero-header":"_8Sx-9Q","heroHeader":"_8Sx-9Q","promo-header":"GMsrS-","promoHeader":"GMsrS-","uui-critical":"u5ClOg","uuiCritical":"u5ClOg","uui-info":"_54Cukc","uuiInfo":"_54Cukc","uui-success":"d2VhAM","uuiSuccess":"d2VhAM","uui-warning":"WtMP2O","uuiWarning":"WtMP2O","uui-highlight":"Qo4Lew","uuiHighlight":"Qo4Lew","uui-typography-size-12":"nxdl7i","uuiTypographySize12":"nxdl7i","uui-typography-size-14":"D1ORfF","uuiTypographySize14":"D1ORfF","uui-typography-size-16":"uxFFS7","uuiTypographySize16":"uxFFS7","root":"_6NaLNg","mode-form":"btUUlD","modeForm":"btUUlD","mode-cell":"Z6d7Ht","modeCell":"Z6d7Ht","mode-inline":"G7gtLZ","modeInline":"G7gtLZ"};
|
|
881
881
|
|
|
882
882
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
883
883
|
function applyTextAreaMods(mods) {
|
|
@@ -978,7 +978,7 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
|
978
978
|
};
|
|
979
979
|
var ForwardRef$x = /*#__PURE__*/forwardRef(SvgNotificationInfoFill);
|
|
980
980
|
|
|
981
|
-
var css$1l = {"uui-typography":"
|
|
981
|
+
var css$1l = {"uui-typography":"yHf6B5","uuiTypography":"yHf6B5","hero-header":"nwa8j-","heroHeader":"nwa8j-","promo-header":"_7W750g","promoHeader":"_7W750g","uui-critical":"ozvMIR","uuiCritical":"ozvMIR","uui-info":"PT-7Fq","uuiInfo":"PT-7Fq","uui-success":"eiMaZ8","uuiSuccess":"eiMaZ8","uui-warning":"IvQ3pl","uuiWarning":"IvQ3pl","uui-highlight":"jrtYj9","uuiHighlight":"jrtYj9","uui-typography-size-12":"VYkstc","uuiTypographySize12":"VYkstc","uui-typography-size-14":"_64oj7S","uuiTypographySize14":"_64oj7S","uui-typography-size-16":"U44FV1","uuiTypographySize16":"U44FV1","root":"t-6XpD","icon-wrapper":"k5Gpbn","iconWrapper":"k5Gpbn","alert-wrapper":"yszABD","alertWrapper":"yszABD","size-48":"FBSL-P","size48":"FBSL-P","size-36":"roLQJD","size36":"roLQJD","action-wrapper":"OZo79C","actionWrapper":"OZo79C","action-icon":"q5yp48","actionIcon":"q5yp48","action-link":"_5vIwKt","actionLink":"_5vIwKt","close-icon":"c19pa8","closeIcon":"c19pa8","main-path":"Hna2dN","mainPath":"Hna2dN","content":"Hl8q0m"};
|
|
982
982
|
|
|
983
983
|
const Alert = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("div", Object.assign({ role: "alert", ref: ref, className: cx('uui-alert', css$1l.root, css$1l.alertWrapper, props.color && `uui-color-${props.color}`, props.cx, (props.size === '36' ? css$1l.size36 : css$1l.size48)) }, props.rawProps),
|
|
984
984
|
React.createElement("div", { className: css$1l.mainPath },
|
|
@@ -995,7 +995,7 @@ const ErrorAlert = /* @__PURE__ */React.forwardRef((props, ref) => React.createE
|
|
|
995
995
|
|
|
996
996
|
const Dropdown = /* @__PURE__ */withMods(Dropdown$1);
|
|
997
997
|
|
|
998
|
-
var css$1k = {"root":"
|
|
998
|
+
var css$1k = {"root":"_8xGhrA"};
|
|
999
999
|
|
|
1000
1000
|
function applyDropdownContainerMods(mods) {
|
|
1001
1001
|
return [
|
|
@@ -1006,7 +1006,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
1006
1006
|
}
|
|
1007
1007
|
const DropdownContainer = /* @__PURE__ */withMods(uuiComponents.DropdownContainer, applyDropdownContainerMods);
|
|
1008
1008
|
|
|
1009
|
-
var css$1j = {"uui-typography":"
|
|
1009
|
+
var css$1j = {"uui-typography":"VQBmjG","uuiTypography":"VQBmjG","hero-header":"-yyaoM","heroHeader":"-yyaoM","promo-header":"-XmE0W","promoHeader":"-XmE0W","uui-critical":"h1RGAd","uuiCritical":"h1RGAd","uui-info":"E93C-s","uuiInfo":"E93C-s","uui-success":"_7MhYvS","uuiSuccess":"_7MhYvS","uui-warning":"jjzQtj","uuiWarning":"jjzQtj","uui-highlight":"ZkYjr8","uuiHighlight":"ZkYjr8","uui-typography-size-12":"_97vbdK","uuiTypographySize12":"_97vbdK","uui-typography-size-14":"MzD5L8","uuiTypographySize14":"MzD5L8","uui-typography-size-16":"_6d-f6O","uuiTypographySize16":"_6d-f6O","submenu-root-item-rtl":"n-t-Jo","submenuRootItemRtl":"n-t-Jo","icon-after":"Pm6hQe","iconAfter":"Pm6hQe","submenu-root-item":"XJKSxV","submenuRootItem":"XJKSxV","icon-check":"FZGwYe","iconCheck":"FZGwYe","splitter-root":"UqT4Sm","splitterRoot":"UqT4Sm","splitter":"_1l1U3R","header-root":"fVlR4N","headerRoot":"fVlR4N","item-root":"DhTyQu","itemRoot":"DhTyQu","icon":"_3qg0yy","link":"_5esKMw","indent":"-T5t3a","selected-mark":"_7nIywQ","selectedMark":"_7nIywQ"};
|
|
1010
1010
|
|
|
1011
1011
|
var IDropdownControlKeys;
|
|
1012
1012
|
(function (IDropdownControlKeys) {
|
|
@@ -1139,7 +1139,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1139
1139
|
React__default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1140
1140
|
}
|
|
1141
1141
|
|
|
1142
|
-
var css$1i = {"uui-typography":"
|
|
1142
|
+
var css$1i = {"uui-typography":"jJd-2Y","uuiTypography":"jJd-2Y","hero-header":"pGxGK-","heroHeader":"pGxGK-","promo-header":"p97Jpq","promoHeader":"p97Jpq","uui-critical":"knUix-","uuiCritical":"knUix-","uui-info":"CElNV-","uuiInfo":"CElNV-","uui-success":"QGj8-F","uuiSuccess":"QGj8-F","uui-warning":"_1EIFc-","uuiWarning":"_1EIFc-","uui-highlight":"QyfAqH","uuiHighlight":"QyfAqH","uui-typography-size-12":"x5NW-T","uuiTypographySize12":"x5NW-T","uui-typography-size-14":"aUem6q","uuiTypographySize14":"aUem6q","uui-typography-size-16":"_4Clm2p","uuiTypographySize16":"_4Clm2p","root":"eK0-C5","mode-block":"Y2c-ns","modeBlock":"Y2c-ns","mode-inline":"QEZ7-0","modeInline":"QEZ7-0","padding-0":"rMjqQR","padding0":"rMjqQR","padding-6":"QUgnaW","padding6":"QUgnaW","padding-12":"up7uvQ","padding12":"up7uvQ","padding-18":"_2SeD3Z","padding18":"_2SeD3Z"};
|
|
1143
1143
|
|
|
1144
1144
|
function applyAccordionMods(mods) {
|
|
1145
1145
|
return [
|
|
@@ -1152,7 +1152,7 @@ const Accordion = /* @__PURE__ */withMods(uuiComponents.Accordion, applyAccordio
|
|
|
1152
1152
|
dropdownIcon: mods.dropdownIcon !== null && systemIcons.foldingArrow,
|
|
1153
1153
|
}));
|
|
1154
1154
|
|
|
1155
|
-
var css$1h = {"uui-typography":"
|
|
1155
|
+
var css$1h = {"uui-typography":"iBv6-c","uuiTypography":"iBv6-c","hero-header":"ozrVld","heroHeader":"ozrVld","promo-header":"hBiOn8","promoHeader":"hBiOn8","uui-critical":"jROOie","uuiCritical":"jROOie","uui-info":"_9Fboc0","uuiInfo":"_9Fboc0","uui-success":"N-lvcj","uuiSuccess":"N-lvcj","uui-warning":"_2EiYb6","uuiWarning":"_2EiYb6","uui-highlight":"iSM6aN","uuiHighlight":"iSM6aN","uui-typography-size-12":"dqsMIT","uuiTypographySize12":"dqsMIT","uui-typography-size-14":"uatuaz","uuiTypographySize14":"uatuaz","uui-typography-size-16":"yw36tg","uuiTypographySize16":"yw36tg","root":"VcUwKZ","border-top":"xpi6yN","borderTop":"xpi6yN","border-bottom":"KL2hQF","borderBottom":"KL2hQF","top-shadow":"ngM3ZS","topShadow":"ngM3ZS","padding-6":"dvhDqn","padding6":"dvhDqn","padding-12":"rj6crM","padding12":"rj6crM","padding-18":"hBPqL4","padding18":"hBPqL4","padding-24":"boub5Y","padding24":"boub5Y","margin-24":"O1uo2Z","margin24":"O1uo2Z","margin-12":"OvKs0Z","margin12":"OvKs0Z","vPadding-12":"PeDrj-","vPadding12":"PeDrj-","vPadding-18":"sciGhY","vPadding18":"sciGhY","vPadding-24":"BPde4M","vPadding24":"BPde4M","vPadding-36":"tKvXD3","vPadding36":"tKvXD3","vPadding-48":"HtA3cZ","vPadding48":"HtA3cZ","spacing-6":"bLVPWF","spacing6":"bLVPWF","spacing-12":"wiyJQO","spacing12":"wiyJQO","spacing-18":"ahhl8O","spacing18":"ahhl8O","uui-surface-main":"hFgnOX","uuiSurfaceMain":"hFgnOX"};
|
|
1156
1156
|
|
|
1157
1157
|
const FlexCell = /* @__PURE__ */withMods(FlexCell$1, () => [css$1h.flexCell]);
|
|
1158
1158
|
|
|
@@ -1176,7 +1176,7 @@ const FlexRow = /* @__PURE__ */withMods(FlexRow$1, (props) => {
|
|
|
1176
1176
|
];
|
|
1177
1177
|
});
|
|
1178
1178
|
|
|
1179
|
-
var css$1g = {"root":"
|
|
1179
|
+
var css$1g = {"root":"rcTRvI","margin-24":"_5rRr1U","margin24":"_5rRr1U","padding-12":"dYA00c","padding12":"dYA00c","padding-24":"-Y7n-E","padding24":"-Y7n-E","shadow":"MI8-LU","uui-surface-main":"_02sfqx","uuiSurfaceMain":"_02sfqx"};
|
|
1180
1180
|
|
|
1181
1181
|
const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
1182
1182
|
'uui-panel',
|
|
@@ -1186,7 +1186,7 @@ const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
|
1186
1186
|
props.background && css$1g[`uui-${props.background}`],
|
|
1187
1187
|
]);
|
|
1188
1188
|
|
|
1189
|
-
var css$1f = {"root":"
|
|
1189
|
+
var css$1f = {"root":"eojGQH"};
|
|
1190
1190
|
|
|
1191
1191
|
function applyTooltipMods(mods) {
|
|
1192
1192
|
return [
|
|
@@ -1196,7 +1196,7 @@ function applyTooltipMods(mods) {
|
|
|
1196
1196
|
}
|
|
1197
1197
|
const Tooltip = /* @__PURE__ */withMods(uuiComponents.Tooltip, applyTooltipMods);
|
|
1198
1198
|
|
|
1199
|
-
var css$1e = {"uui-typography":"
|
|
1199
|
+
var css$1e = {"uui-typography":"q9ebtz","uuiTypography":"q9ebtz","hero-header":"EUvunO","heroHeader":"EUvunO","promo-header":"O86TsH","promoHeader":"O86TsH","uui-critical":"YTc0nI","uuiCritical":"YTc0nI","uui-info":"yh3ivi","uuiInfo":"yh3ivi","uui-success":"gQWRN9","uuiSuccess":"gQWRN9","uui-warning":"CVnGq1","uuiWarning":"CVnGq1","uui-highlight":"_9Gf9Xk","uuiHighlight":"_9Gf9Xk","uui-typography-size-12":"ZNbZ2d","uuiTypographySize12":"ZNbZ2d","uui-typography-size-14":"HM-KQw","uuiTypographySize14":"HM-KQw","uui-typography-size-16":"nl6-tZ","uuiTypographySize16":"nl6-tZ","root":"FYZRW4"};
|
|
1200
1200
|
|
|
1201
1201
|
function applyLabeledInputMods(mods) {
|
|
1202
1202
|
return [
|
|
@@ -1210,7 +1210,7 @@ const LabeledInput = /* @__PURE__ */withMods(uuiComponents.LabeledInput, applyLa
|
|
|
1210
1210
|
infoIcon: props.infoIcon || (settings.sizes.labeledInput.fillIcon.includes(props.size) ? ForwardRef$x : ForwardRef$M),
|
|
1211
1211
|
}));
|
|
1212
1212
|
|
|
1213
|
-
var css$1d = {"root":"
|
|
1213
|
+
var css$1d = {"root":"-g-Pqh"};
|
|
1214
1214
|
|
|
1215
1215
|
function RadioGroup(props) {
|
|
1216
1216
|
const direction = props.direction || 'vertical';
|
|
@@ -1225,7 +1225,7 @@ function RadioGroup(props) {
|
|
|
1225
1225
|
})));
|
|
1226
1226
|
}
|
|
1227
1227
|
|
|
1228
|
-
var css$1c = {"root":"
|
|
1228
|
+
var css$1c = {"root":"Vp8s6h"};
|
|
1229
1229
|
|
|
1230
1230
|
function applyScrollBarsMods() {
|
|
1231
1231
|
return [
|
|
@@ -1234,13 +1234,13 @@ function applyScrollBarsMods() {
|
|
|
1234
1234
|
}
|
|
1235
1235
|
const ScrollBars = /* @__PURE__ */withMods(ScrollBars$1, applyScrollBarsMods);
|
|
1236
1236
|
|
|
1237
|
-
var css$1b = {"scroll-container":"
|
|
1237
|
+
var css$1b = {"scroll-container":"J-RRL7","scrollContainer":"J-RRL7","list-container":"fokZUT","listContainer":"fokZUT"};
|
|
1238
1238
|
|
|
1239
|
-
var css$1a = {"root":"
|
|
1239
|
+
var css$1a = {"root":"L6BHZw"};
|
|
1240
1240
|
|
|
1241
1241
|
const AvatarStack = /* @__PURE__ */withMods(AvatarStack$1, () => [css$1a.root]);
|
|
1242
1242
|
|
|
1243
|
-
var css$19 = {"uui-typography":"
|
|
1243
|
+
var css$19 = {"uui-typography":"_2pBpeG","uuiTypography":"_2pBpeG","hero-header":"RQqo9V","heroHeader":"RQqo9V","promo-header":"kfXNVf","promoHeader":"kfXNVf","uui-critical":"nCqsSV","uuiCritical":"nCqsSV","uui-info":"tzrqqY","uuiInfo":"tzrqqY","uui-success":"LOXoZ8","uuiSuccess":"LOXoZ8","uui-warning":"Op9QA9","uuiWarning":"Op9QA9","uui-highlight":"ZkBBuk","uuiHighlight":"ZkBBuk","uui-typography-size-12":"hRqp6B","uuiTypographySize12":"hRqp6B","uui-typography-size-14":"FGKTH5","uuiTypographySize14":"FGKTH5","uui-typography-size-16":"Q59hNn","uuiTypographySize16":"Q59hNn","root":"DzYp4P"};
|
|
1244
1244
|
|
|
1245
1245
|
const DEFAULT_FILL = 'solid';
|
|
1246
1246
|
function applyBadgeMods(mods) {
|
|
@@ -1264,7 +1264,7 @@ const Badge = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
1264
1264
|
props.isDropdown && (React__default.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
1265
1265
|
});
|
|
1266
1266
|
|
|
1267
|
-
var css$18 = {"uui-typography":"
|
|
1267
|
+
var css$18 = {"uui-typography":"CG0fX9","uuiTypography":"CG0fX9","hero-header":"fcg9yF","heroHeader":"fcg9yF","promo-header":"q0VWO8","promoHeader":"q0VWO8","uui-critical":"A3oFUE","uuiCritical":"A3oFUE","uui-info":"YgAmah","uuiInfo":"YgAmah","uui-success":"qQPd8Q","uuiSuccess":"qQPd8Q","uui-warning":"_70Xvhn","uuiWarning":"_70Xvhn","uui-highlight":"Of7vw-","uuiHighlight":"Of7vw-","uui-typography-size-12":"Z62EN0","uuiTypographySize12":"Z62EN0","uui-typography-size-14":"UM8LD-","uuiTypographySize14":"UM8LD-","uui-typography-size-16":"e0nNqH","uuiTypographySize16":"e0nNqH","root":"xd2eku"};
|
|
1268
1268
|
|
|
1269
1269
|
function applyTagMods(props) {
|
|
1270
1270
|
return [
|
|
@@ -1288,7 +1288,7 @@ const Tag = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
1288
1288
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
1289
1289
|
});
|
|
1290
1290
|
|
|
1291
|
-
var css$17 = {"root":"
|
|
1291
|
+
var css$17 = {"root":"mxUo6F","uui-spinner":"A6i8xE","uuiSpinner":"A6i8xE"};
|
|
1292
1292
|
|
|
1293
1293
|
function applySpinnerMods() {
|
|
1294
1294
|
return [css$17.root, 'uui-spinner'];
|
|
@@ -1325,7 +1325,7 @@ var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline
|
|
|
1325
1325
|
};
|
|
1326
1326
|
var ForwardRef$v = /*#__PURE__*/forwardRef(SvgNavigationChevronRightOutline);
|
|
1327
1327
|
|
|
1328
|
-
var css$16 = {"root":"
|
|
1328
|
+
var css$16 = {"root":"PsT0GE","page":"_3HJ0wW","spacer":"EIAmOG","mode-ghost":"cXFJzX","modeGhost":"cXFJzX"};
|
|
1329
1329
|
|
|
1330
1330
|
function Paginator(props) {
|
|
1331
1331
|
const renderPaginator = (params) => (React__default.createElement("nav", Object.assign({ role: "navigation", className: cx(css$16.root, 'uui-paginator', `uui-size-${props.size || settings.sizes.defaults.paginator}`) }, params.rawProps),
|
|
@@ -1342,14 +1342,14 @@ function Paginator(props) {
|
|
|
1342
1342
|
return React__default.createElement(Paginator$1, Object.assign({}, props, { render: renderPaginator }));
|
|
1343
1343
|
}
|
|
1344
1344
|
|
|
1345
|
-
var css$15 = {"root":"
|
|
1345
|
+
var css$15 = {"root":"qTDQ8q","progress-bar":"JUPFyj","progressBar":"JUPFyj","progressBar-indeterminate":"_97-Qhh","progressBarIndeterminate":"_97-Qhh","size-12":"_6-v99g","size12":"_6-v99g","size-18":"DNMijp","size18":"DNMijp","size-24":"RYDdT-","size24":"RYDdT-"};
|
|
1346
1346
|
|
|
1347
1347
|
const IndeterminateBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1348
1348
|
return (React.createElement("div", { ref: ref, className: cx('uui-indeterminate_bar', props.cx, css$15.root, css$15[`size-${props.size || 12}`]) },
|
|
1349
1349
|
React.createElement("div", { className: cx(css$15.progressBar) })));
|
|
1350
1350
|
});
|
|
1351
1351
|
|
|
1352
|
-
var css$14 = {"root":"
|
|
1352
|
+
var css$14 = {"root":"E4jRos","striped":"WBhfRM","animate-stripes":"QykR1Y","animateStripes":"QykR1Y","size-12":"Wfc4Pg","size12":"Wfc4Pg","size-18":"BmXMcZ","size18":"BmXMcZ","size-24":"_0K8E8n","size24":"_0K8E8n"};
|
|
1353
1353
|
|
|
1354
1354
|
const DEFAULT_SIZE = '12';
|
|
1355
1355
|
function applyProgressBarMods(mods) {
|
|
@@ -1364,14 +1364,14 @@ const ProgressBar = /* @__PURE__ */withMods(uuiComponents.ProgressBar, applyProg
|
|
|
1364
1364
|
hideLabel: props.hideLabel || props.striped,
|
|
1365
1365
|
}));
|
|
1366
1366
|
|
|
1367
|
-
var css$13 = {"root":"
|
|
1367
|
+
var css$13 = {"root":"goS8jB"};
|
|
1368
1368
|
|
|
1369
1369
|
const IndicatorBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1370
1370
|
const { progress } = props;
|
|
1371
1371
|
return progress || progress === 0 ? (React.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx(css$13.root, props.cx), hideLabel: true })) : (React.createElement(IndeterminateBar, { ref: ref, cx: cx(css$13.root, props.cx) }));
|
|
1372
1372
|
});
|
|
1373
1373
|
|
|
1374
|
-
var css$12 = {"root":"
|
|
1374
|
+
var css$12 = {"root":"ce1MYa"};
|
|
1375
1375
|
|
|
1376
1376
|
const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
1377
1377
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -1386,7 +1386,7 @@ const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
1386
1386
|
React__default.createElement("p", { className: "uui-status_indicator-caption" }, props.caption)));
|
|
1387
1387
|
});
|
|
1388
1388
|
|
|
1389
|
-
var css$11 = {"drag-handle":"
|
|
1389
|
+
var css$11 = {"drag-handle":"Dr9CJy","dragHandle":"Dr9CJy","icon-container":"uqHYGA","iconContainer":"uqHYGA"};
|
|
1390
1390
|
|
|
1391
1391
|
function DataRowAddons(props) {
|
|
1392
1392
|
var _a, _b;
|
|
@@ -1408,7 +1408,7 @@ function DataRowAddons(props) {
|
|
|
1408
1408
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row), size: settings.sizes.rowAddons.icon[props.size] || settings.sizes.rowAddons.defaults.icon }))))));
|
|
1409
1409
|
}
|
|
1410
1410
|
|
|
1411
|
-
var css$10 = {"root":"
|
|
1411
|
+
var css$10 = {"root":"_2rksJh"};
|
|
1412
1412
|
|
|
1413
1413
|
const Blocker = /* @__PURE__ */withMods(Blocker$1, () => [css$10.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__default.createElement(Spinner, null)) }));
|
|
1414
1414
|
|
|
@@ -1449,7 +1449,7 @@ const VirtualListView = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1449
1449
|
React.createElement(Blocker, { isEnabled: props.isLoading })));
|
|
1450
1450
|
});
|
|
1451
1451
|
|
|
1452
|
-
var css$$ = {"root":"
|
|
1452
|
+
var css$$ = {"root":"YEvvdI"};
|
|
1453
1453
|
|
|
1454
1454
|
function CheckboxGroup(props) {
|
|
1455
1455
|
const currentValue = props.value || [];
|
|
@@ -1471,7 +1471,7 @@ function CheckboxGroup(props) {
|
|
|
1471
1471
|
})));
|
|
1472
1472
|
}
|
|
1473
1473
|
|
|
1474
|
-
var css$_ = {"uui-typography":"
|
|
1474
|
+
var css$_ = {"uui-typography":"WyfJy1","uuiTypography":"WyfJy1","hero-header":"tmG1bD","heroHeader":"tmG1bD","promo-header":"rXytID","promoHeader":"rXytID","uui-critical":"AIBUYG","uuiCritical":"AIBUYG","uui-info":"-I-l9H","uuiInfo":"-I-l9H","uui-success":"PKYjVN","uuiSuccess":"PKYjVN","uui-warning":"EDdm9-","uuiWarning":"EDdm9-","uui-highlight":"_7tQOq5","uuiHighlight":"_7tQOq5","uui-typography-size-12":"nSOWr5","uuiTypographySize12":"nSOWr5","uui-typography-size-14":"ZZAW1a","uuiTypographySize14":"ZZAW1a","uui-typography-size-16":"G-Y5EA","uuiTypographySize16":"G-Y5EA","root":"_6vIZJj","modal-blocker":"ntM-ie","modalBlocker":"ntM-ie","animateModalBlocker":"zgVpv8","modal":"DoF7P-","modal-footer":"pkhyIZ","modalFooter":"pkhyIZ","modal-header":"mZqKwd","modalHeader":"mZqKwd"};
|
|
1475
1475
|
|
|
1476
1476
|
const ModalBlocker = /* @__PURE__ */withMods(ModalBlocker$1, () => [css$_.modalBlocker]);
|
|
1477
1477
|
const ModalWindow = /* @__PURE__ */withMods(ModalWindow$1, () => [css$_.root, css$_.modal], (props) => {
|
|
@@ -1660,7 +1660,7 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
|
1660
1660
|
};
|
|
1661
1661
|
var ForwardRef$u = /*#__PURE__*/forwardRef(SvgNotificationHelpFill);
|
|
1662
1662
|
|
|
1663
|
-
var css$Z = {"uui-typography":"
|
|
1663
|
+
var css$Z = {"uui-typography":"pGCP8w","uuiTypography":"pGCP8w","hero-header":"dqCPk7","heroHeader":"dqCPk7","promo-header":"PP6WbN","promoHeader":"PP6WbN","uui-critical":"cXLIp1","uuiCritical":"cXLIp1","uui-info":"uufENC","uuiInfo":"uufENC","uui-success":"_9Sz4Qw","uuiSuccess":"_9Sz4Qw","uui-warning":"_4deKEi","uuiWarning":"_4deKEi","uui-highlight":"AQn5zn","uuiHighlight":"AQn5zn","uui-typography-size-12":"-fFkBJ","uuiTypographySize12":"-fFkBJ","uui-typography-size-14":"W6imH5","uuiTypographySize14":"W6imH5","uui-typography-size-16":"mZ28My","uuiTypographySize16":"mZ28My","root":"vqXw90","icon-wrapper":"ZcLwhz","iconWrapper":"ZcLwhz","action-wrapper":"p8OWN4","actionWrapper":"p8OWN4","action-link":"VKIWhk","actionLink":"VKIWhk","close-icon":"s6gcy3","closeIcon":"s6gcy3","main-path":"a4GYoW","mainPath":"a4GYoW","content":"V9uA0A","close-wrapper":"FfqCVq","closeWrapper":"FfqCVq","notification-wrapper":"npdr9u","notificationWrapper":"npdr9u","clear-button":"GaURCS","clearButton":"GaURCS"};
|
|
1664
1664
|
|
|
1665
1665
|
const NotificationCard = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
1666
1666
|
const notificationCardNode = React__default.useRef(null);
|
|
@@ -1695,7 +1695,7 @@ function ClearNotification() {
|
|
|
1695
1695
|
React__default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
|
|
1696
1696
|
}
|
|
1697
1697
|
|
|
1698
|
-
var css$Y = {"footer":"
|
|
1698
|
+
var css$Y = {"footer":"_63gN7u"};
|
|
1699
1699
|
|
|
1700
1700
|
class ConfirmationModal extends React.Component {
|
|
1701
1701
|
render() {
|
|
@@ -1737,7 +1737,7 @@ function useReliableForceUpdate() {
|
|
|
1737
1737
|
return red[1];
|
|
1738
1738
|
}
|
|
1739
1739
|
|
|
1740
|
-
var css$X = {"root":"
|
|
1740
|
+
var css$X = {"root":"Fr2-4g","timepicker-input":"lkkPh6","timepickerInput":"lkkPh6","ltr-always":"Jur1My","ltrAlways":"Jur1My"};
|
|
1741
1741
|
|
|
1742
1742
|
const uuiTimePicker = {
|
|
1743
1743
|
container: 'uui-timepicker-container',
|
|
@@ -1930,7 +1930,7 @@ function TimePicker(props) {
|
|
|
1930
1930
|
return (React__default.createElement(Dropdown, { renderTarget: (targetProps) => (props.renderTarget ? props.renderTarget(targetProps) : renderInput(targetProps)), renderBody: (bodyProps) => !props.isDisabled && !props.isReadonly && renderBody(bodyProps), onValueChange: !props.isDisabled && !props.isReadonly ? onToggle : null, value: state.isOpen, modifiers: [{ name: 'offset', options: { offset: [0, 6] } }], forwardedRef: props.forwardedRef }));
|
|
1931
1931
|
}
|
|
1932
1932
|
|
|
1933
|
-
var css$W = {"root":"
|
|
1933
|
+
var css$W = {"root":"_4PSXN0"};
|
|
1934
1934
|
|
|
1935
1935
|
function applyInputAddonMods() {
|
|
1936
1936
|
return [
|
|
@@ -1939,7 +1939,7 @@ function applyInputAddonMods() {
|
|
|
1939
1939
|
}
|
|
1940
1940
|
const InputAddon = /* @__PURE__ */withMods(InputAddon$1, applyInputAddonMods);
|
|
1941
1941
|
|
|
1942
|
-
var css$V = {"root":"
|
|
1942
|
+
var css$V = {"root":"_7euO5l"};
|
|
1943
1943
|
|
|
1944
1944
|
function applySliderMods() {
|
|
1945
1945
|
return [css$V.root, 'uui-color-neutral'];
|
|
@@ -1962,7 +1962,7 @@ var SvgStarFilled = function SvgStarFilled(props, ref) {
|
|
|
1962
1962
|
};
|
|
1963
1963
|
var ForwardRef$t = /*#__PURE__*/forwardRef(SvgStarFilled);
|
|
1964
1964
|
|
|
1965
|
-
var css$U = {"root":"
|
|
1965
|
+
var css$U = {"root":"k8hDqs","tooltip":"vnGG7X"};
|
|
1966
1966
|
|
|
1967
1967
|
function applyRatingMods(mods) {
|
|
1968
1968
|
return [
|
|
@@ -2104,7 +2104,7 @@ const getNextYearsList = (currentDate) => {
|
|
|
2104
2104
|
return currentDate.add(16, 'year');
|
|
2105
2105
|
};
|
|
2106
2106
|
|
|
2107
|
-
var css$T = {"root":"
|
|
2107
|
+
var css$T = {"root":"SRtsS-","container":"vSnaQB"};
|
|
2108
2108
|
|
|
2109
2109
|
const uuiHeader = {
|
|
2110
2110
|
container: 'uui-datepicker-header-container',
|
|
@@ -2188,14 +2188,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2188
2188
|
React.createElement(Button, { icon: navIconRight || ForwardRef$v, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
|
|
2189
2189
|
}
|
|
2190
2190
|
|
|
2191
|
-
var css$S = {"uui-typography":"
|
|
2191
|
+
var css$S = {"uui-typography":"_5TziA-","uuiTypography":"_5TziA-","hero-header":"qFIY83","heroHeader":"qFIY83","promo-header":"dpyQ10","promoHeader":"dpyQ10","uui-critical":"km-6bS","uuiCritical":"km-6bS","uui-info":"p06MHS","uuiInfo":"p06MHS","uui-success":"zO1uKM","uuiSuccess":"zO1uKM","uui-warning":"cNebbG","uuiWarning":"cNebbG","uui-highlight":"_3RstFR","uuiHighlight":"_3RstFR","uui-typography-size-12":"QIPpcH","uuiTypographySize12":"QIPpcH","uui-typography-size-14":"Pc56NN","uuiTypographySize14":"Pc56NN","uui-typography-size-16":"D8ZZx8","uuiTypographySize16":"D8ZZx8","root":"Kkw2Hb"};
|
|
2192
2192
|
|
|
2193
2193
|
function applyDateSelectionMods() {
|
|
2194
2194
|
return [css$S.root, `uui-size-${settings.sizes.defaults.datePicker}`];
|
|
2195
2195
|
}
|
|
2196
2196
|
const Calendar = /* @__PURE__ */withMods(Calendar$1, applyDateSelectionMods);
|
|
2197
2197
|
|
|
2198
|
-
var css$R = {"uui-typography":"
|
|
2198
|
+
var css$R = {"uui-typography":"_3skC3U","uuiTypography":"_3skC3U","hero-header":"Sx70Hi","heroHeader":"Sx70Hi","promo-header":"vZlGch","promoHeader":"vZlGch","uui-critical":"nOTYwd","uuiCritical":"nOTYwd","uui-info":"_9HTvP1","uuiInfo":"_9HTvP1","uui-success":"_2yjI6U","uuiSuccess":"_2yjI6U","uui-warning":"VxT0Xu","uuiWarning":"VxT0Xu","uui-highlight":"hP76ot","uuiHighlight":"hP76ot","uui-typography-size-12":"T6KfGd","uuiTypographySize12":"T6KfGd","uui-typography-size-14":"GAvavl","uuiTypographySize14":"GAvavl","uui-typography-size-16":"Jom10j","uuiTypographySize16":"Jom10j","root":"z1KoDh"};
|
|
2199
2199
|
|
|
2200
2200
|
const uuiDatePickerBody = {
|
|
2201
2201
|
wrapper: 'uui-datepicker-body-wrapper',
|
|
@@ -2326,7 +2326,7 @@ function DatePickerComponent(props, ref) {
|
|
|
2326
2326
|
}
|
|
2327
2327
|
const DatePicker = /* @__PURE__ */React__default.forwardRef(DatePickerComponent);
|
|
2328
2328
|
|
|
2329
|
-
var css$Q = {"uui-typography":"
|
|
2329
|
+
var css$Q = {"uui-typography":"_4TSewE","uuiTypography":"_4TSewE","hero-header":"MlbrNw","heroHeader":"MlbrNw","promo-header":"E3g6Pr","promoHeader":"E3g6Pr","uui-critical":"_0p0k8b","uuiCritical":"_0p0k8b","uui-info":"PgYGYb","uuiInfo":"PgYGYb","uui-success":"ImwOT2","uuiSuccess":"ImwOT2","uui-warning":"uDlsyV","uuiWarning":"uDlsyV","uui-highlight":"CvzujS","uuiHighlight":"CvzujS","uui-typography-size-12":"tOnr-7","uuiTypographySize12":"tOnr-7","uui-typography-size-14":"HkjQrU","uuiTypographySize14":"HkjQrU","uui-typography-size-16":"O4VcZU","uuiTypographySize16":"O4VcZU","date-input":"M5v0D7","dateInput":"M5v0D7","root":"_1u1wUP","separator":"GlgOGc","mode-form":"_8LwyYx","modeForm":"_8LwyYx","mode-cell":"fkkiq-","modeCell":"fkkiq-"};
|
|
2330
2330
|
|
|
2331
2331
|
const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, onKeyDown, id, cx: classes, }, ref) => {
|
|
2332
2332
|
const [inputValue, setInputValue] = useState(toCustomDateRangeFormat(value, format));
|
|
@@ -2368,7 +2368,7 @@ const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid,
|
|
|
2368
2368
|
} : 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 })));
|
|
2369
2369
|
});
|
|
2370
2370
|
|
|
2371
|
-
var css$P = {"uui-typography":"
|
|
2371
|
+
var css$P = {"uui-typography":"bUKQe5","uuiTypography":"bUKQe5","hero-header":"MUvvQA","heroHeader":"MUvvQA","promo-header":"r6PSQX","promoHeader":"r6PSQX","uui-critical":"H-mBfY","uuiCritical":"H-mBfY","uui-info":"hILb8W","uuiInfo":"hILb8W","uui-success":"z--PRE","uuiSuccess":"z--PRE","uui-warning":"Weo4o2","uuiWarning":"Weo4o2","uui-highlight":"-Xd4qK","uuiHighlight":"-Xd4qK","uui-typography-size-12":"DPDvEt","uuiTypographySize12":"DPDvEt","uui-typography-size-14":"BxV9jJ","uuiTypographySize14":"BxV9jJ","uui-typography-size-16":"Z1fHfM","uuiTypographySize16":"Z1fHfM","root":"xwbGS1"};
|
|
2372
2372
|
|
|
2373
2373
|
const uuiPresets = {
|
|
2374
2374
|
container: 'uui-presets-container',
|
|
@@ -2384,7 +2384,7 @@ function CalendarPresets(props) {
|
|
|
2384
2384
|
getPresets(props.presets).map((item) => (React.createElement(LinkButton, { key: item.key, caption: item.name, onClick: () => props.onPresetSet(item), size: "24" })))));
|
|
2385
2385
|
}
|
|
2386
2386
|
|
|
2387
|
-
var css$O = {"uui-typography":"
|
|
2387
|
+
var css$O = {"uui-typography":"xoYcud","uuiTypography":"xoYcud","hero-header":"ETvtht","heroHeader":"ETvtht","promo-header":"oDxL00","promoHeader":"oDxL00","uui-critical":"jdujWC","uuiCritical":"jdujWC","uui-info":"BzRLSz","uuiInfo":"BzRLSz","uui-success":"dvWQIF","uuiSuccess":"dvWQIF","uui-warning":"seIjB-","uuiWarning":"seIjB-","uui-highlight":"nsAfvH","uuiHighlight":"nsAfvH","uui-typography-size-12":"_8b6BQF","uuiTypographySize12":"_8b6BQF","uui-typography-size-14":"oOFV9Z","uuiTypographySize14":"oOFV9Z","uui-typography-size-16":"_7-FFc1","uuiTypographySize16":"_7-FFc1","root":"_9Pfm5h","container":"kvKfX8","day-selection":"RPcNh9","daySelection":"RPcNh9","from-picker":"vXbPcr","fromPicker":"vXbPcr","to-picker":"_7MNfkE","toPicker":"_7MNfkE","bodes-wrapper":"S-5dxy","bodesWrapper":"S-5dxy","blocker":"LblO3e"};
|
|
2388
2388
|
|
|
2389
2389
|
const uuiRangeDatePickerBody = {
|
|
2390
2390
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -2559,7 +2559,7 @@ const getDayCX = (day, selectedDate) => {
|
|
|
2559
2559
|
return [cx$1(inRange && uuiRangeDatePickerBody.inRange, isFirst && uuiRangeDatePickerBody.firstDayInRangeWrapper, !inRange && isFirst && uuiRangeDatePickerBody.lastDayInRangeWrapper, isLast && uuiRangeDatePickerBody.lastDayInRangeWrapper, !inRange && isLast && uuiRangeDatePickerBody.firstDayInRangeWrapper, (dayValue === fromValue || dayValue === toValue) && uuiDaySelection.selectedDay)];
|
|
2560
2560
|
};
|
|
2561
2561
|
|
|
2562
|
-
var css$N = {"dropdown-container":"
|
|
2562
|
+
var css$N = {"dropdown-container":"MPbdK1","dropdownContainer":"MPbdK1"};
|
|
2563
2563
|
|
|
2564
2564
|
const modifiers = [{
|
|
2565
2565
|
name: 'offset',
|
|
@@ -2636,7 +2636,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
2636
2636
|
}
|
|
2637
2637
|
const RangeDatePicker = /* @__PURE__ */React__default.forwardRef(RangeDatePickerComponent);
|
|
2638
2638
|
|
|
2639
|
-
var css$M = {"root":"
|
|
2639
|
+
var css$M = {"root":"KsGW2G","blocker":"Ys2vkk","marker":"DDobkm","top":"_36ejAz","bottom":"FhYDjQ","left":"vzJkPb","right":"CerlkC","inside":"RmebX8"};
|
|
2640
2640
|
|
|
2641
2641
|
function DropMarker(props) {
|
|
2642
2642
|
return props.isDndInProgress
|
|
@@ -2651,7 +2651,7 @@ function DropMarker(props) {
|
|
|
2651
2651
|
: null;
|
|
2652
2652
|
}
|
|
2653
2653
|
|
|
2654
|
-
var css$L = {"root":"
|
|
2654
|
+
var css$L = {"root":"HVS1uM","line-height":"_6d0mOK","lineHeight":"_6d0mOK","font-size":"_97sGYR","fontSize":"_97sGYR"};
|
|
2655
2655
|
|
|
2656
2656
|
function applyTextMods(mods) {
|
|
2657
2657
|
return [
|
|
@@ -2676,7 +2676,7 @@ const Text = /* @__PURE__ */withMods(uuiComponents.Text, applyTextMods, (props)
|
|
|
2676
2676
|
};
|
|
2677
2677
|
});
|
|
2678
2678
|
|
|
2679
|
-
var css$K = {"root":"
|
|
2679
|
+
var css$K = {"root":"_2SgB-s","loading-word":"MmeFfA","loadingWord":"MmeFfA","animated-loading":"OyK5lS","animatedLoading":"OyK5lS","skeleton_loading":"MeWAU3","skeletonLoading":"MeWAU3"};
|
|
2680
2680
|
|
|
2681
2681
|
const TextPlaceholder = (props) => {
|
|
2682
2682
|
const pattern = ' ';
|
|
@@ -2695,7 +2695,7 @@ const TextPlaceholder = (props) => {
|
|
|
2695
2695
|
|
|
2696
2696
|
const RichTextView = /* @__PURE__ */withMods(uuiComponents.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
|
|
2697
2697
|
|
|
2698
|
-
var css$J = {"uui-typography":"
|
|
2698
|
+
var css$J = {"uui-typography":"v8hZ-L","uuiTypography":"v8hZ-L","hero-header":"bJD9vE","heroHeader":"bJD9vE","promo-header":"_2YPAi3","promoHeader":"_2YPAi3","uui-critical":"nfLIik","uuiCritical":"nfLIik","uui-info":"Fhtu2e","uuiInfo":"Fhtu2e","uui-success":"_7I5-V1","uuiSuccess":"_7I5-V1","uui-warning":"gfnP6K","uuiWarning":"gfnP6K","uui-highlight":"Jzmr-n","uuiHighlight":"Jzmr-n","uui-typography-size-12":"ifNDmY","uuiTypographySize12":"ifNDmY","uui-typography-size-14":"TgcOyE","uuiTypographySize14":"TgcOyE","uui-typography-size-16":"nwrSEh","uuiTypographySize16":"nwrSEh","modal":"_8OLD-o","search-wrapper":"CBdgsX","searchWrapper":"CBdgsX","no-data":"f7H0Oe","noData":"f7H0Oe","type-search-to-load-size-24":"UU-I4N","typeSearchToLoadSize24":"UU-I4N"};
|
|
2699
2699
|
|
|
2700
2700
|
class DataPickerBody extends PickerBodyBase {
|
|
2701
2701
|
constructor() {
|
|
@@ -2743,7 +2743,7 @@ class DataPickerBody extends PickerBodyBase {
|
|
|
2743
2743
|
}
|
|
2744
2744
|
}
|
|
2745
2745
|
|
|
2746
|
-
var css$I = {"footer":"
|
|
2746
|
+
var css$I = {"footer":"sbE4Ar"};
|
|
2747
2747
|
|
|
2748
2748
|
function DataPickerFooterImpl(props) {
|
|
2749
2749
|
const { search, clearSelection, view, showSelected, selectionMode, isSearchTooShort, } = props;
|
|
@@ -2768,7 +2768,7 @@ function DataPickerFooterImpl(props) {
|
|
|
2768
2768
|
}
|
|
2769
2769
|
const DataPickerFooter = /* @__PURE__ */React__default.memo(DataPickerFooterImpl);
|
|
2770
2770
|
|
|
2771
|
-
var css$H = {"header":"
|
|
2771
|
+
var css$H = {"header":"Bzvaoa","title":"_6zi5DQ","close":"_2m7cs2"};
|
|
2772
2772
|
|
|
2773
2773
|
const DataPickerHeaderImpl = (props) => {
|
|
2774
2774
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -2793,7 +2793,7 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
|
2793
2793
|
};
|
|
2794
2794
|
var ForwardRef$s = /*#__PURE__*/forwardRef(SvgNotificationDoneFill);
|
|
2795
2795
|
|
|
2796
|
-
var css$G = {"uui-typography":"
|
|
2796
|
+
var css$G = {"uui-typography":"pGT5aI","uuiTypography":"pGT5aI","hero-header":"R3V0m7","heroHeader":"R3V0m7","promo-header":"_03eS2G","promoHeader":"_03eS2G","uui-critical":"_3cf2ut","uuiCritical":"_3cf2ut","uui-info":"sNJZEB","uuiInfo":"sNJZEB","uui-success":"AgEMG3","uuiSuccess":"AgEMG3","uui-warning":"IYXg4p","uuiWarning":"IYXg4p","uui-highlight":"mXmuFp","uuiHighlight":"mXmuFp","uui-typography-size-12":"FK48vK","uuiTypographySize12":"FK48vK","uui-typography-size-14":"VCrrTb","uuiTypographySize14":"VCrrTb","uui-typography-size-16":"_6bdPHM","uuiTypographySize16":"_6bdPHM","root":"Ml6KJl","align-widgets-top":"AXp-eW","alignWidgetsTop":"AXp-eW","align-widgets-center":"_5FIdoZ","alignWidgetsCenter":"_5FIdoZ","icon-container":"bx-pnK","iconContainer":"bx-pnK","loading-cell":"inKor8","loadingCell":"inKor8","content-wrapper":"j7BU63","contentWrapper":"j7BU63","render-item":"jOgvdj","renderItem":"jOgvdj","icon-wrapper":"_9DVHWo","iconWrapper":"_9DVHWo","icon-default":"HIoWov","iconDefault":"HIoWov","selected-mark":"HWkctk","selectedMark":"HWkctk"};
|
|
2797
2797
|
|
|
2798
2798
|
function DataPickerCell(props) {
|
|
2799
2799
|
const ref = React.useRef();
|
|
@@ -2830,7 +2830,7 @@ function DataPickerCell(props) {
|
|
|
2830
2830
|
getWrappedContent()));
|
|
2831
2831
|
}
|
|
2832
2832
|
|
|
2833
|
-
var css$F = {"uui-typography":"
|
|
2833
|
+
var css$F = {"uui-typography":"_2rTygc","uuiTypography":"_2rTygc","hero-header":"F-VO3E","heroHeader":"F-VO3E","promo-header":"FBHqHq","promoHeader":"FBHqHq","uui-critical":"IUZtU-","uuiCritical":"IUZtU-","uui-info":"_6H2UDT","uuiInfo":"_6H2UDT","uui-success":"Y0eKVx","uuiSuccess":"Y0eKVx","uui-warning":"EkC-go","uuiWarning":"EkC-go","uui-highlight":"_5iUgeJ","uuiHighlight":"_5iUgeJ","uui-typography-size-12":"bMWMRR","uuiTypographySize12":"bMWMRR","uui-typography-size-14":"-Gz75n","uuiTypographySize14":"-Gz75n","uui-typography-size-16":"y3R6lk","uuiTypographySize16":"y3R6lk","picker-row":"-bc5pO","pickerRow":"-bc5pO"};
|
|
2834
2834
|
|
|
2835
2835
|
class DataPickerRow extends React.Component {
|
|
2836
2836
|
constructor() {
|
|
@@ -2844,7 +2844,7 @@ class DataPickerRow extends React.Component {
|
|
|
2844
2844
|
}
|
|
2845
2845
|
}
|
|
2846
2846
|
|
|
2847
|
-
var css$E = {"uui-typography":"
|
|
2847
|
+
var css$E = {"uui-typography":"V5q6rI","uuiTypography":"V5q6rI","hero-header":"mIEjun","heroHeader":"mIEjun","promo-header":"SL2BdS","promoHeader":"SL2BdS","uui-critical":"uApi-T","uuiCritical":"uApi-T","uui-info":"z-hDrZ","uuiInfo":"z-hDrZ","uui-success":"HcFKAz","uuiSuccess":"HcFKAz","uui-warning":"mUhcZn","uuiWarning":"mUhcZn","uui-highlight":"nY7OXk","uuiHighlight":"nY7OXk","uui-typography-size-12":"GcGfs8","uuiTypographySize12":"GcGfs8","uui-typography-size-14":"_-24-oo","uuiTypographySize14":"_-24-oo","uui-typography-size-16":"fu-nQZ","uuiTypographySize16":"fu-nQZ","done":"caSKNy","container":"hVDm7m"};
|
|
2848
2848
|
|
|
2849
2849
|
const PickerBodyMobileView = (props) => {
|
|
2850
2850
|
const isMobileView = isMobile();
|
|
@@ -2878,7 +2878,7 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
2878
2878
|
};
|
|
2879
2879
|
var ForwardRef$r = /*#__PURE__*/forwardRef(SvgSearchWithBackground);
|
|
2880
2880
|
|
|
2881
|
-
var css$D = {"uui-typography":"
|
|
2881
|
+
var css$D = {"uui-typography":"_3obQgH","uuiTypography":"_3obQgH","hero-header":"TzC03b","heroHeader":"TzC03b","promo-header":"-rfY5U","promoHeader":"-rfY5U","uui-critical":"HEmjNy","uuiCritical":"HEmjNy","uui-info":"mZ0ETh","uuiInfo":"mZ0ETh","uui-success":"uJ8r7Y","uuiSuccess":"uJ8r7Y","uui-warning":"yOln3M","uuiWarning":"yOln3M","uui-highlight":"Cj8Uf3","uuiHighlight":"Cj8Uf3","uui-typography-size-12":"NPGXgj","uuiTypographySize12":"NPGXgj","uui-typography-size-14":"Q9-2MF","uuiTypographySize14":"Q9-2MF","uui-typography-size-16":"xTP7ng","uuiTypographySize16":"xTP7ng","sub-header-wrapper":"_8X0GhZ","subHeaderWrapper":"_8X0GhZ","switch":"x-fcW6","no-found-modal-container":"ONkRpk","noFoundModalContainer":"ONkRpk","no-found-modal-container-icon":"WsiLVv","noFoundModalContainerIcon":"WsiLVv","no-found-modal-container-text":"g4CYHD","noFoundModalContainerText":"g4CYHD"};
|
|
2882
2882
|
|
|
2883
2883
|
const mergeHighlightRanges = (ranges) => {
|
|
2884
2884
|
const mergedRanges = [];
|
|
@@ -2945,7 +2945,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
2945
2945
|
return getDecoratedText(str, ranges);
|
|
2946
2946
|
};
|
|
2947
2947
|
|
|
2948
|
-
var css$C = {"root":"
|
|
2948
|
+
var css$C = {"root":"hyzaWd","column-gap":"_2Chero","columnGap":"_2Chero","multiline":"My9-xQ","text":"LCvSFq"};
|
|
2949
2949
|
|
|
2950
2950
|
function PickerItem(props) {
|
|
2951
2951
|
var _a;
|
|
@@ -3020,7 +3020,7 @@ function PickerModal(props) {
|
|
|
3020
3020
|
React__default.createElement(ModalFooter, { padding: "24", vPadding: "24" }, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
3021
3021
|
}
|
|
3022
3022
|
|
|
3023
|
-
var css$B = {"tooltip":"
|
|
3023
|
+
var css$B = {"tooltip":"bqRMm5"};
|
|
3024
3024
|
|
|
3025
3025
|
const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
3026
3026
|
var _a;
|
|
@@ -3035,7 +3035,7 @@ const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
3035
3035
|
}
|
|
3036
3036
|
});
|
|
3037
3037
|
|
|
3038
|
-
var css$A = {"uui-typography":"
|
|
3038
|
+
var css$A = {"uui-typography":"Ov1YMg","uuiTypography":"Ov1YMg","hero-header":"JEMLJz","heroHeader":"JEMLJz","promo-header":"MyDjN2","promoHeader":"MyDjN2","uui-critical":"H7RZGv","uuiCritical":"H7RZGv","uui-info":"CXIqxc","uuiInfo":"CXIqxc","uui-success":"nvKEVO","uuiSuccess":"nvKEVO","uui-warning":"_37nEEV","uuiWarning":"_37nEEV","uui-highlight":"NSPxuf","uuiHighlight":"NSPxuf","uui-typography-size-12":"qQ-WVH","uuiTypographySize12":"qQ-WVH","uui-typography-size-14":"A8lJkf","uuiTypographySize14":"A8lJkf","uui-typography-size-16":"o54mMs","uuiTypographySize16":"o54mMs","root":"abOHGv","mode-form":"BNU71P","modeForm":"BNU71P","mode-cell":"zkcXQp","modeCell":"zkcXQp","mode-inline":"ijU1FM","modeInline":"ijU1FM"};
|
|
3039
3039
|
|
|
3040
3040
|
const defaultMode = EditMode.FORM;
|
|
3041
3041
|
function applyPickerTogglerMods(mods) {
|
|
@@ -3132,7 +3132,7 @@ function PickerInputComponent(_a, ref) {
|
|
|
3132
3132
|
}
|
|
3133
3133
|
const PickerInput = /* @__PURE__ */React__default.forwardRef(PickerInputComponent);
|
|
3134
3134
|
|
|
3135
|
-
var css$z = {"row":"
|
|
3135
|
+
var css$z = {"row":"_58Ta0J"};
|
|
3136
3136
|
|
|
3137
3137
|
function PickerListItem(props) {
|
|
3138
3138
|
var _a;
|
|
@@ -3153,7 +3153,7 @@ function PickerListItem(props) {
|
|
|
3153
3153
|
return (React__default.createElement("div", Object.assign({ role: "option", "aria-selected": props.isSelectable ? props.isSelected : undefined, "aria-busy": props.isLoading, "aria-posinset": props.index + 1 }, (((_a = props.checkbox) === null || _a === void 0 ? void 0 : _a.isVisible) && { 'aria-checked': props.isChecked }), { className: css$z.row }), component));
|
|
3154
3154
|
}
|
|
3155
3155
|
|
|
3156
|
-
var css$y = {"root":"
|
|
3156
|
+
var css$y = {"root":"bHTrv4"};
|
|
3157
3157
|
|
|
3158
3158
|
function PickerList(props) {
|
|
3159
3159
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = usePickerList(props);
|
|
@@ -3188,7 +3188,7 @@ function PickerList(props) {
|
|
|
3188
3188
|
}, selectedRows)));
|
|
3189
3189
|
}
|
|
3190
3190
|
|
|
3191
|
-
var css$x = {"uui-typography":"
|
|
3191
|
+
var css$x = {"uui-typography":"KiUuhR","uuiTypography":"KiUuhR","hero-header":"r6WGgw","heroHeader":"r6WGgw","promo-header":"CZb4p3","promoHeader":"CZb4p3","uui-critical":"Otp39B","uuiCritical":"Otp39B","uui-info":"Zsc9oF","uuiInfo":"Zsc9oF","uui-success":"TBxi32","uuiSuccess":"TBxi32","uui-warning":"MtV3pz","uuiWarning":"MtV3pz","uui-highlight":"_8PG4Z0","uuiHighlight":"_8PG4Z0","uui-typography-size-12":"CpHmV-","uuiTypographySize12":"CpHmV-","uui-typography-size-14":"K38x43","uuiTypographySize14":"K38x43","uui-typography-size-16":"Ud-PYc","uuiTypographySize16":"Ud-PYc","root":"O8uUvt","wrapper":"Fb-rMo","align-widgets-top":"Bp0FeM","alignWidgetsTop":"Bp0FeM","align-widgets-center":"pHo2ch","alignWidgetsCenter":"pHo2ch"};
|
|
3192
3192
|
|
|
3193
3193
|
function DataTableCell(initialProps) {
|
|
3194
3194
|
const props = Object.assign({}, initialProps);
|
|
@@ -3237,7 +3237,7 @@ function DataTableCell(initialProps) {
|
|
|
3237
3237
|
return React.createElement(DataTableCell$1, Object.assign({}, props));
|
|
3238
3238
|
}
|
|
3239
3239
|
|
|
3240
|
-
var css$w = {"uui-typography":"
|
|
3240
|
+
var css$w = {"uui-typography":"huMsl-","uuiTypography":"huMsl-","hero-header":"JQP55M","heroHeader":"JQP55M","promo-header":"IwEKjb","promoHeader":"IwEKjb","uui-critical":"RYxB8z","uuiCritical":"RYxB8z","uui-info":"gLxhj7","uuiInfo":"gLxhj7","uui-success":"QY1M5e","uuiSuccess":"QY1M5e","uui-warning":"YsuEkk","uuiWarning":"YsuEkk","uui-highlight":"hWxqLd","uuiHighlight":"hWxqLd","uui-typography-size-12":"_0xoBqs","uuiTypographySize12":"_0xoBqs","uui-typography-size-14":"k-RpLP","uuiTypographySize14":"k-RpLP","uui-typography-size-16":"_04sJ9i","uuiTypographySize16":"_04sJ9i","root":"azIexr"};
|
|
3241
3241
|
|
|
3242
3242
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3243
3243
|
// 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.
|
|
@@ -3253,7 +3253,7 @@ const DataTableRow = /* @__PURE__ */withMods(DataTableRow$1, ({ borderBottom = t
|
|
|
3253
3253
|
];
|
|
3254
3254
|
}, () => propsMods);
|
|
3255
3255
|
|
|
3256
|
-
var css$v = {"uui-typography":"
|
|
3256
|
+
var css$v = {"uui-typography":"PgjHYO","uuiTypography":"PgjHYO","hero-header":"zwKpLJ","heroHeader":"zwKpLJ","promo-header":"_0iLnbh","promoHeader":"_0iLnbh","uui-critical":"D8gxYU","uuiCritical":"D8gxYU","uui-info":"bEf09D","uuiInfo":"bEf09D","uui-success":"_9DQEbf","uuiSuccess":"_9DQEbf","uui-warning":"_5N6fhf","uuiWarning":"_5N6fhf","uui-highlight":"ik9MK2","uuiHighlight":"ik9MK2","uui-typography-size-12":"-V0Ire","uuiTypographySize12":"-V0Ire","uui-typography-size-14":"jCxST8","uuiTypographySize14":"jCxST8","uui-typography-size-16":"UcfKMj","uuiTypographySize16":"UcfKMj","sorting-panel-container":"_7uH-99","sortingPanelContainer":"_7uH-99"};
|
|
3257
3257
|
|
|
3258
3258
|
var _path$q;
|
|
3259
3259
|
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); }
|
|
@@ -3383,7 +3383,7 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
|
|
|
3383
3383
|
};
|
|
3384
3384
|
var ForwardRef$k = /*#__PURE__*/forwardRef(SvgNavigationExpandAllOutline);
|
|
3385
3385
|
|
|
3386
|
-
var css$u = {"uui-typography":"
|
|
3386
|
+
var css$u = {"uui-typography":"-rLYO4","uuiTypography":"-rLYO4","hero-header":"u7UZK9","heroHeader":"u7UZK9","promo-header":"TvajOk","promoHeader":"TvajOk","uui-critical":"fYzIB4","uuiCritical":"fYzIB4","uui-info":"gIw42-","uuiInfo":"gIw42-","uui-success":"_20XJXc","uuiSuccess":"_20XJXc","uui-warning":"_0DjiOF","uuiWarning":"_0DjiOF","uui-highlight":"QtF9wL","uuiHighlight":"QtF9wL","uui-typography-size-12":"zFhTql","uuiTypographySize12":"zFhTql","uui-typography-size-14":"hf4DMc","uuiTypographySize14":"hf4DMc","uui-typography-size-16":"qGyOHj","uuiTypographySize16":"qGyOHj","root":"_0DcKUF","caption-wrapper":"vGsu2a","captionWrapper":"vGsu2a","sort-icon":"FXFXfr","sortIcon":"FXFXfr","dropdown-icon":"XbvoW1","dropdownIcon":"XbvoW1","infoIcon":"WLE4Lj","resizable":"_72ypIe","align-right":"_1OJXwk","alignRight":"_1OJXwk","align-center":"qH5-Iq","alignCenter":"qH5-Iq","caption":"L5ipbZ","truncate":"_9tHeML","checkbox":"_9Ehf6g","icon":"_2RP3jF","fold-all-icon":"lCdZVg","foldAllIcon":"lCdZVg","cell-tooltip":"H3ahOU","cellTooltip":"H3ahOU","upper-case":"lm2HqY","upperCase":"lm2HqY","resizing-marker":"W-22-g","resizingMarker":"W-22-g","pinned-right":"hCN8xf","pinnedRight":"hCN8xf","draggable":"GNxTxG","ghost":"fKnXas","is-dragged-out":"_10AWtK","isDraggedOut":"_10AWtK","dnd-marker-left":"xpQZmm","dndMarkerLeft":"xpQZmm","dnd-marker-right":"dR7wyV","dndMarkerRight":"dR7wyV","cell-tooltip-wrapper":"_9eJArj","cellTooltipWrapper":"_9eJArj","cell-tooltip-text":"_7csZU9","cellTooltipText":"_7csZU9","tooltip-caption":"XBfMvK","tooltipCaption":"XBfMvK","tooltip-info":"bqbCt0","tooltipInfo":"bqbCt0"};
|
|
3387
3387
|
|
|
3388
3388
|
class DataTableHeaderCell extends React.Component {
|
|
3389
3389
|
constructor() {
|
|
@@ -3489,7 +3489,7 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
|
3489
3489
|
};
|
|
3490
3490
|
var ForwardRef$j = /*#__PURE__*/forwardRef(SvgActionSettingsFill);
|
|
3491
3491
|
|
|
3492
|
-
var css$t = {"uui-typography":"
|
|
3492
|
+
var css$t = {"uui-typography":"ZNoAv8","uuiTypography":"ZNoAv8","hero-header":"_95xEjb","heroHeader":"_95xEjb","promo-header":"GKn0gb","promoHeader":"GKn0gb","uui-critical":"oC4sUb","uuiCritical":"oC4sUb","uui-info":"b2Y-Nw","uuiInfo":"b2Y-Nw","uui-success":"q3aBhF","uuiSuccess":"q3aBhF","uui-warning":"oSL1Eq","uuiWarning":"oSL1Eq","uui-highlight":"Kry2ky","uuiHighlight":"Kry2ky","uui-typography-size-12":"_2x64LM","uuiTypographySize12":"_2x64LM","uui-typography-size-14":"POcbUR","uuiTypographySize14":"POcbUR","uui-typography-size-16":"XSrp6J","uuiTypographySize16":"XSrp6J","root":"fAwXhq"};
|
|
3493
3493
|
|
|
3494
3494
|
const DataTableHeaderRow = /* @__PURE__ */withMods(DataTableHeaderRow$1, () => [css$t.root, 'uui-dt-vars'], (mods) => ({
|
|
3495
3495
|
renderCell: (props) => (React.createElement(DataTableHeaderCell, Object.assign({}, props, { size: mods.size, textCase: mods.textCase || 'normal', key: props.column.key, columnsGap: mods.columnsGap }))),
|
|
@@ -3501,7 +3501,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
3501
3501
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
3502
3502
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
3503
3503
|
|
|
3504
|
-
var css$s = {"uui-typography":"
|
|
3504
|
+
var css$s = {"uui-typography":"RqKYQE","uuiTypography":"RqKYQE","hero-header":"ICT7VD","heroHeader":"ICT7VD","promo-header":"uYHdd9","promoHeader":"uYHdd9","uui-critical":"VIWSeB","uuiCritical":"VIWSeB","uui-info":"sNzmVV","uuiInfo":"sNzmVV","uui-success":"Zsn-4r","uuiSuccess":"Zsn-4r","uui-warning":"smd2I2","uuiWarning":"smd2I2","uui-highlight":"pkFlYY","uuiHighlight":"pkFlYY","uui-typography-size-12":"qFETUa","uuiTypographySize12":"qFETUa","uui-typography-size-14":"b8uofd","uuiTypographySize14":"b8uofd","uui-typography-size-16":"lf-Is9","uuiTypographySize16":"lf-Is9","root":"COhDQv","title-wrapper":"ytVDl6","titleWrapper":"ytVDl6","title":"KSM6hP","text-wrapper":"dTS51-","textWrapper":"dTS51-","selection":"RoSppG","postfix":"vTbule","selected":"Se2Biq"};
|
|
3505
3505
|
|
|
3506
3506
|
const defaultSize = '36';
|
|
3507
3507
|
const FilterPanelItemToggler = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
@@ -3632,7 +3632,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
3632
3632
|
const context = useUuiContext();
|
|
3633
3633
|
const onOpenChange = (newIsOpen) => {
|
|
3634
3634
|
var _a, _b;
|
|
3635
|
-
|
|
3635
|
+
{
|
|
3636
3636
|
(_a = props.onClose) === null || _a === void 0 ? void 0 : _a.call(props);
|
|
3637
3637
|
}
|
|
3638
3638
|
(_b = props.onOpenChange) === null || _b === void 0 ? void 0 : _b.call(props, newIsOpen);
|
|
@@ -3679,7 +3679,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
3679
3679
|
React__default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
3680
3680
|
}
|
|
3681
3681
|
|
|
3682
|
-
var css$r = {"container":"
|
|
3682
|
+
var css$r = {"container":"_0pGpQj"};
|
|
3683
3683
|
|
|
3684
3684
|
function FilterNumericBody(props) {
|
|
3685
3685
|
var _a, _b;
|
|
@@ -3777,7 +3777,7 @@ var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
|
3777
3777
|
};
|
|
3778
3778
|
var ForwardRef$i = /*#__PURE__*/forwardRef(SvgActionDeleteOutline);
|
|
3779
3779
|
|
|
3780
|
-
var css$q = {"uui-typography":"
|
|
3780
|
+
var css$q = {"uui-typography":"_4DD8xi","uuiTypography":"_4DD8xi","hero-header":"RwO9oa","heroHeader":"RwO9oa","promo-header":"vxTDyV","promoHeader":"vxTDyV","uui-critical":"KMrgc3","uuiCritical":"KMrgc3","uui-info":"uR4pWT","uuiInfo":"uR4pWT","uui-success":"A--fLy","uuiSuccess":"A--fLy","uui-warning":"lHQ9Wv","uuiWarning":"lHQ9Wv","uui-highlight":"_4fBkxj","uuiHighlight":"_4fBkxj","uui-typography-size-12":"n8AgNp","uuiTypographySize12":"n8AgNp","uui-typography-size-14":"WinBiq","uuiTypographySize14":"WinBiq","uui-typography-size-16":"OK2xBo","uuiTypographySize16":"OK2xBo","header":"ua856E","removeButton":"h4kSHm","with-search":"srmoKo","withSearch":"srmoKo"};
|
|
3781
3781
|
|
|
3782
3782
|
function useView(props, value) {
|
|
3783
3783
|
const forceUpdate = useForceUpdate();
|
|
@@ -4098,7 +4098,7 @@ function FiltersToolbarImpl(props) {
|
|
|
4098
4098
|
}
|
|
4099
4099
|
const FiltersPanel = /* @__PURE__ */React__default.memo(FiltersToolbarImpl);
|
|
4100
4100
|
|
|
4101
|
-
var css$p = {"divider":"
|
|
4101
|
+
var css$p = {"divider":"LuljGD","dropdownDeleteIcon":"DfJR3N","presetsWrapper":"uh7ZME","addPresetContainer":"_08K4E6","dropContainer":"oPpGps"};
|
|
4102
4102
|
|
|
4103
4103
|
var _path$g;
|
|
4104
4104
|
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); }
|
|
@@ -4211,7 +4211,7 @@ var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
|
4211
4211
|
};
|
|
4212
4212
|
var ForwardRef$a = /*#__PURE__*/forwardRef(SvgContentLinkOutline);
|
|
4213
4213
|
|
|
4214
|
-
var css$o = {"delete-button":"
|
|
4214
|
+
var css$o = {"delete-button":"myR5LF","deleteButton":"myR5LF","tab-button":"_1slG4E","tabButton":"_1slG4E","targetOpen":"_9c2rTn"};
|
|
4215
4215
|
|
|
4216
4216
|
function PresetActionsDropdown(props) {
|
|
4217
4217
|
const { uuiNotifications } = useUuiContext();
|
|
@@ -4271,7 +4271,7 @@ function PresetActionsDropdown(props) {
|
|
|
4271
4271
|
return (React__default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
4272
4272
|
}
|
|
4273
4273
|
|
|
4274
|
-
var css$n = {"preset-input-cell":"
|
|
4274
|
+
var css$n = {"preset-input-cell":"CtqcSB","presetInputCell":"CtqcSB","preset-input":"a-ew5A","presetInput":"a-ew5A"};
|
|
4275
4275
|
|
|
4276
4276
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
4277
4277
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -4304,7 +4304,7 @@ function PresetInput(props) {
|
|
|
4304
4304
|
React__default.createElement(TextInput, { cx: css$n.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
4305
4305
|
}
|
|
4306
4306
|
|
|
4307
|
-
var css$m = {"preset":"
|
|
4307
|
+
var css$m = {"preset":"u8eCEZ","activePreset":"gXzQ-3"};
|
|
4308
4308
|
|
|
4309
4309
|
function Preset(props) {
|
|
4310
4310
|
const [isRenamePreset, setIsRenamePreset] = useState(false);
|
|
@@ -4479,7 +4479,7 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
|
|
|
4479
4479
|
};
|
|
4480
4480
|
var ForwardRef$6 = /*#__PURE__*/forwardRef(SvgTableGroupColumnRightFill);
|
|
4481
4481
|
|
|
4482
|
-
var css$l = {"unpin-icon":"
|
|
4482
|
+
var css$l = {"unpin-icon":"Q9H4Pk","unpinIcon":"Q9H4Pk","pin-toggler-icon":"HWbVFk","pinTogglerIcon":"HWbVFk"};
|
|
4483
4483
|
|
|
4484
4484
|
function PinIconButton(props) {
|
|
4485
4485
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4538,7 +4538,7 @@ var SvgActionDragIndicator18 = function SvgActionDragIndicator18(props, ref) {
|
|
|
4538
4538
|
};
|
|
4539
4539
|
var ForwardRef$5 = /*#__PURE__*/forwardRef(SvgActionDragIndicator18);
|
|
4540
4540
|
|
|
4541
|
-
var css$k = {"uui-typography":"
|
|
4541
|
+
var css$k = {"uui-typography":"_7bY-18","uuiTypography":"_7bY-18","hero-header":"e0nLqR","heroHeader":"e0nLqR","promo-header":"lY42xz","promoHeader":"lY42xz","uui-critical":"D1U-Rt","uuiCritical":"D1U-Rt","uui-info":"FY-pUs","uuiInfo":"FY-pUs","uui-success":"DhFk5V","uuiSuccess":"DhFk5V","uui-warning":"mKxk8h","uuiWarning":"mKxk8h","uui-highlight":"wsaTvh","uuiHighlight":"wsaTvh","uui-typography-size-12":"BA14aN","uuiTypographySize12":"BA14aN","uui-typography-size-14":"u7NBYL","uuiTypographySize14":"u7NBYL","uui-typography-size-16":"ZyKbrx","uuiTypographySize16":"ZyKbrx","row-wrapper":"_5nVe4i","rowWrapper":"_5nVe4i","pin-icon-button":"nyVrOh","pinIconButton":"nyVrOh","not-pinned":"_0oP-Aq","notPinned":"_0oP-Aq","checkbox":"I0r52V","drag-handle":"A7vQC4","dragHandle":"A7vQC4","dnd-disabled":"DI8Gnf","dndDisabled":"DI8Gnf"};
|
|
4542
4542
|
|
|
4543
4543
|
const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
4544
4544
|
const { column } = props;
|
|
@@ -4561,7 +4561,7 @@ const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
|
4561
4561
|
return (React.createElement(DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
|
|
4562
4562
|
});
|
|
4563
4563
|
|
|
4564
|
-
var css$j = {"uui-typography":"
|
|
4564
|
+
var css$j = {"uui-typography":"Ffad-m","uuiTypography":"Ffad-m","hero-header":"_8ufBR7","heroHeader":"_8ufBR7","promo-header":"ngyHfm","promoHeader":"ngyHfm","uui-critical":"lHSirR","uuiCritical":"lHSirR","uui-info":"dQpwHp","uuiInfo":"dQpwHp","uui-success":"T-vemi","uuiSuccess":"T-vemi","uui-warning":"Z73f7H","uuiWarning":"Z73f7H","uui-highlight":"bhlTds","uuiHighlight":"bhlTds","uui-typography-size-12":"_5C9fXv","uuiTypographySize12":"_5C9fXv","uui-typography-size-14":"_6dTH6P","uuiTypographySize14":"_6dTH6P","uui-typography-size-16":"LotKL-","uuiTypographySize16":"LotKL-","root":"y-xxhU","main-panel":"BoWcp5","mainPanel":"BoWcp5","group":"_0tojIY","group-title":"n-BvA5","groupTitle":"n-BvA5","group-items":"V-6bGY","groupItems":"V-6bGY","no-data":"xrFSPY","noData":"xrFSPY","no-data-title":"kbwfhO","noDataTitle":"kbwfhO","no-data-sub-title":"N5Feu0","noDataSubTitle":"N5Feu0","h-divider":"zoFVwM","hDivider":"zoFVwM","search-area":"Mn8U2Q","searchArea":"Mn8U2Q","subgroup-accordion":"EbPOpj","subgroupAccordion":"EbPOpj","subgroup":"Img-zJ","subgroup-title":"dlGjfN","subgroupTitle":"dlGjfN"};
|
|
4565
4565
|
|
|
4566
4566
|
const renderGroupTitle = (title, amount) => (React.createElement(FlexRow, { cx: css$j.group },
|
|
4567
4567
|
React.createElement(Text, { size: "none", cx: css$j.groupTitle }, title),
|
|
@@ -4650,7 +4650,7 @@ function SubGroup(props) {
|
|
|
4650
4650
|
return null;
|
|
4651
4651
|
}
|
|
4652
4652
|
|
|
4653
|
-
var css$i = {"listContainer":"
|
|
4653
|
+
var css$i = {"listContainer":"_9HhhaH","header":"QOHKp2","group":"gx-lJp","stickyHeader":"YW-yc7"};
|
|
4654
4654
|
|
|
4655
4655
|
const getChildrenAndRest = (row, rows) => {
|
|
4656
4656
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4716,7 +4716,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4716
4716
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4717
4717
|
ref: ref
|
|
4718
4718
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
4719
|
-
clipPath: "url(#
|
|
4719
|
+
clipPath: "url(#bhlqptczpskzdw2_a)"
|
|
4720
4720
|
}, _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
|
4721
4721
|
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",
|
|
4722
4722
|
fill: "#F5F6FA"
|
|
@@ -4737,7 +4737,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4737
4737
|
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",
|
|
4738
4738
|
fill: "#1D1E26"
|
|
4739
4739
|
})), /*#__PURE__*/React.createElement("mask", {
|
|
4740
|
-
id: "
|
|
4740
|
+
id: "bhlqptvx7a5lsqna_b",
|
|
4741
4741
|
style: {
|
|
4742
4742
|
maskType: "alpha"
|
|
4743
4743
|
},
|
|
@@ -4750,7 +4750,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4750
4750
|
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",
|
|
4751
4751
|
fill: "#9BDEFF"
|
|
4752
4752
|
}))), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
4753
|
-
mask: "url(#
|
|
4753
|
+
mask: "url(#bhlqptvx7a5lsqna_b)",
|
|
4754
4754
|
fillRule: "evenodd",
|
|
4755
4755
|
clipRule: "evenodd"
|
|
4756
4756
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -4836,7 +4836,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4836
4836
|
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",
|
|
4837
4837
|
fill: "#fff"
|
|
4838
4838
|
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
4839
|
-
id: "
|
|
4839
|
+
id: "bhlqptczpskzdw2_a"
|
|
4840
4840
|
}, /*#__PURE__*/React.createElement("path", {
|
|
4841
4841
|
fill: "#fff",
|
|
4842
4842
|
transform: "translate(.552)",
|
|
@@ -4845,7 +4845,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4845
4845
|
};
|
|
4846
4846
|
var ForwardRef$4 = /*#__PURE__*/forwardRef(SvgEmptyTable);
|
|
4847
4847
|
|
|
4848
|
-
var css$h = {"root":"
|
|
4848
|
+
var css$h = {"root":"tMLBiz","sticky-header":"dO-pAA","stickyHeader":"dO-pAA","no-results":"MJJvz3","noResults":"MJJvz3","icon":"FpOVGV","title":"lMm864"};
|
|
4849
4849
|
|
|
4850
4850
|
function DataTable(props) {
|
|
4851
4851
|
var _a, _b, _c, _d;
|
|
@@ -4896,9 +4896,9 @@ function DataTable(props) {
|
|
|
4896
4896
|
} }))));
|
|
4897
4897
|
}
|
|
4898
4898
|
|
|
4899
|
-
var css$g = {"root":"
|
|
4899
|
+
var css$g = {"root":"gToxLU"};
|
|
4900
4900
|
|
|
4901
|
-
var css$f = {"root":"
|
|
4901
|
+
var css$f = {"root":"M1IYu2","burger-content":"nt4JA2","burgerContent":"nt4JA2"};
|
|
4902
4902
|
|
|
4903
4903
|
var _path$3;
|
|
4904
4904
|
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); }
|
|
@@ -4941,7 +4941,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
4941
4941
|
};
|
|
4942
4942
|
var ForwardRef$2 = /*#__PURE__*/forwardRef(SvgNavigationArrowDownOutline);
|
|
4943
4943
|
|
|
4944
|
-
var css$e = {"uui-typography":"
|
|
4944
|
+
var css$e = {"uui-typography":"_1IfWMq","uuiTypography":"_1IfWMq","hero-header":"VTTNmJ","heroHeader":"VTTNmJ","promo-header":"CvRwH0","promoHeader":"CvRwH0","uui-critical":"MBwdhr","uuiCritical":"MBwdhr","uui-info":"iuxuK6","uuiInfo":"iuxuK6","uui-success":"rxm9x3","uuiSuccess":"rxm9x3","uui-warning":"ZNGZL0","uuiWarning":"ZNGZL0","uui-highlight":"nRVMaO","uuiHighlight":"nRVMaO","uui-typography-size-12":"rGdxtr","uuiTypographySize12":"rGdxtr","uui-typography-size-14":"yTCSk9","uuiTypographySize14":"yTCSk9","uui-typography-size-16":"XZxnT0","uuiTypographySize16":"XZxnT0","root":"Znf9O0","button-primary":"LZfozP","buttonPrimary":"LZfozP","button-secondary":"Ed5AHZ","buttonSecondary":"Ed5AHZ","hasIcon":"PDbjp4","dropdown":"_90JhWi"};
|
|
4945
4945
|
|
|
4946
4946
|
const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
4947
4947
|
css$e.root,
|
|
@@ -4952,13 +4952,13 @@ const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
|
4952
4952
|
props.icon && css$e.hasIcon,
|
|
4953
4953
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
4954
4954
|
|
|
4955
|
-
var css$d = {"search-input":"
|
|
4955
|
+
var css$d = {"search-input":"Fdg7YQ","searchInput":"Fdg7YQ"};
|
|
4956
4956
|
|
|
4957
4957
|
function BurgerSearch(props) {
|
|
4958
4958
|
return (React.createElement(TextInput$1, { cx: cx(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$O, placeholder: props.placeholder, value: props.value, onValueChange: props.onValueChange, onCancel: props.onCancel, cancelIcon: props.value && ForwardRef$R }));
|
|
4959
4959
|
}
|
|
4960
4960
|
|
|
4961
|
-
var css$c = {"root":"
|
|
4961
|
+
var css$c = {"root":"tltkSq","group-header":"eXISZW","groupHeader":"eXISZW","group-name":"kgClg5","groupName":"kgClg5","line":"NsEsCK"};
|
|
4962
4962
|
|
|
4963
4963
|
function BurgerGroupHeader(props) {
|
|
4964
4964
|
return (React.createElement("div", { className: cx(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -4966,7 +4966,7 @@ function BurgerGroupHeader(props) {
|
|
|
4966
4966
|
React.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
4967
4967
|
}
|
|
4968
4968
|
|
|
4969
|
-
var css$b = {"uui-typography":"
|
|
4969
|
+
var css$b = {"uui-typography":"IVJUUY","uuiTypography":"IVJUUY","hero-header":"TY5RLW","heroHeader":"TY5RLW","promo-header":"hjMl6M","promoHeader":"hjMl6M","uui-critical":"_02xJ0V","uuiCritical":"_02xJ0V","uui-info":"KO8wyM","uuiInfo":"KO8wyM","uui-success":"CFZ9iS","uuiSuccess":"CFZ9iS","uui-warning":"fHmU2I","uuiWarning":"fHmU2I","uui-highlight":"BkVCVo","uuiHighlight":"BkVCVo","uui-typography-size-12":"hlb1Uy","uuiTypographySize12":"hlb1Uy","uui-typography-size-14":"-OrwA7","uuiTypographySize14":"-OrwA7","uui-typography-size-16":"jnukk4","uuiTypographySize16":"jnukk4","root":"_1lsgL0","type-primary":"iHKBKK","typePrimary":"iHKBKK","type-secondary":"u5Iq8Q","typeSecondary":"u5Iq8Q"};
|
|
4970
4970
|
|
|
4971
4971
|
const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
4972
4972
|
const { type } = props, clickableProps = __rest(props, ["type"]);
|
|
@@ -4982,7 +4982,7 @@ const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
4982
4982
|
props.isDropdown && (React.createElement(IconContainer, { icon: ForwardRef$Q, flipY: props.isOpen }))));
|
|
4983
4983
|
});
|
|
4984
4984
|
|
|
4985
|
-
var css$a = {"dropdown-body":"
|
|
4985
|
+
var css$a = {"dropdown-body":"CrT3a4","dropdownBody":"CrT3a4"};
|
|
4986
4986
|
|
|
4987
4987
|
class MainMenuDropdown extends React.Component {
|
|
4988
4988
|
render() {
|
|
@@ -5037,12 +5037,12 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
5037
5037
|
};
|
|
5038
5038
|
var ForwardRef$1 = /*#__PURE__*/forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
5039
5039
|
|
|
5040
|
-
var css$9 = {"global-menu-btn":"
|
|
5040
|
+
var css$9 = {"global-menu-btn":"tuZ-RC","globalMenuBtn":"tuZ-RC","global-menu-icon":"_19Chro","globalMenuIcon":"_19Chro"};
|
|
5041
5041
|
|
|
5042
5042
|
const GlobalMenu = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("button", Object.assign({ ref: ref, id: "global_menu_toggle", className: cx(css$9.globalMenuBtn, props.cx) }, props.rawProps),
|
|
5043
5043
|
React.createElement(IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
5044
5044
|
|
|
5045
|
-
var css$8 = {"container":"
|
|
5045
|
+
var css$8 = {"container":"WfwswJ","open":"uejixh","folding-arrow":"_1AsG6D","foldingArrow":"_1AsG6D"};
|
|
5046
5046
|
|
|
5047
5047
|
const MainMenuAvatar = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("button", { ref: ref, className: cx(css$8.container, props.isDropdown && css$8.dropdown, props.isOpen && css$8.open, props.onClick && uuiMarkers.clickable, props.cx), onClick: props.onClick },
|
|
5048
5048
|
React.createElement(Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -5050,18 +5050,18 @@ const MainMenuAvatar = /* @__PURE__ */React.forwardRef((props, ref) => (React.cr
|
|
|
5050
5050
|
props.isDropdown && (React.createElement("div", null,
|
|
5051
5051
|
React.createElement(IconContainer, { size: 18, icon: ForwardRef$Q, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
|
|
5052
5052
|
|
|
5053
|
-
var css$7 = {"search-input":"
|
|
5053
|
+
var css$7 = {"search-input":"_6x4eQN","searchInput":"_6x4eQN"};
|
|
5054
5054
|
|
|
5055
5055
|
const MainMenuSearch = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => {
|
|
5056
5056
|
var _a;
|
|
5057
5057
|
return (React.createElement(TextInput$1, Object.assign({ iconPosition: "left", icon: ForwardRef$O, cancelIcon: ((_a = props.value) === null || _a === void 0 ? void 0 : _a.length) > 0 && ForwardRef$R }, props, iEditable, { ref: ref, cx: cx$1(css$7.searchInput, props.cx) }, props.rawProps)));
|
|
5058
5058
|
} }))));
|
|
5059
5059
|
|
|
5060
|
-
var css$6 = {"container":"
|
|
5060
|
+
var css$6 = {"container":"Mxdy-E"};
|
|
5061
5061
|
|
|
5062
5062
|
const MainMenuIcon = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IconButton, Object.assign({ ref: ref, icon: props.icon, cx: cx$1(props.cx, css$6.container) }, props))));
|
|
5063
5063
|
|
|
5064
|
-
var css$5 = {"root":"
|
|
5064
|
+
var css$5 = {"root":"f9Tb1S"};
|
|
5065
5065
|
|
|
5066
5066
|
const Anchor = /* @__PURE__ */withMods(Anchor$1, () => [css$5.root]);
|
|
5067
5067
|
|
|
@@ -5119,7 +5119,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
5119
5119
|
};
|
|
5120
5120
|
var ForwardRef = /*#__PURE__*/forwardRef(SvgFileCloudUploadFill);
|
|
5121
5121
|
|
|
5122
|
-
var css$4 = {"root":"
|
|
5122
|
+
var css$4 = {"root":"-t4OOL","drop-start":"EI5dpe","dropStart":"EI5dpe","drop-over":"_4ISy6m","dropOver":"_4ISy6m","link":"HqiwUp","drop-area":"_0EFvEF","dropArea":"_0EFvEF","drop-caption":"zY-iSd","dropCaption":"zY-iSd","icon-blue":"uXbD8e","iconBlue":"uXbD8e"};
|
|
5123
5123
|
|
|
5124
5124
|
function DropSpot(props) {
|
|
5125
5125
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -5137,9 +5137,9 @@ function DropSpot(props) {
|
|
|
5137
5137
|
return React.createElement(DropSpot$1, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
5138
5138
|
}
|
|
5139
5139
|
|
|
5140
|
-
var css$3 = {"uui-typography":"
|
|
5140
|
+
var css$3 = {"uui-typography":"gu6mPE","uuiTypography":"gu6mPE","hero-header":"BRxqcv","heroHeader":"BRxqcv","promo-header":"c10sDj","promoHeader":"c10sDj","uui-critical":"o4SEQf","uuiCritical":"o4SEQf","uui-info":"ghOH9a","uuiInfo":"ghOH9a","uui-success":"vSJBY-","uuiSuccess":"vSJBY-","uui-warning":"HXoJp7","uuiWarning":"HXoJp7","uui-highlight":"_0Iz-Qd","uuiHighlight":"_0Iz-Qd","uui-typography-size-12":"S5xS1n","uuiTypographySize12":"S5xS1n","uui-typography-size-14":"JMOCbF","uuiTypographySize14":"JMOCbF","uui-typography-size-16":"zOYAu1","uuiTypographySize16":"zOYAu1","root":"ozguxl","file-name":"smU9hu","fileName":"smU9hu","default-color":"_2rXEap","defaultColor":"_2rXEap","doc-color":"BqyrUT","docColor":"BqyrUT","xls-color":"_6yKJBR","xlsColor":"_6yKJBR","pdf-color":"jBYyiT","pdfColor":"jBYyiT","movie-color":"q12zQn","movieColor":"q12zQn","img-color":"v9OBhW","imgColor":"v9OBhW","mov-color":"z-SovD","movColor":"z-SovD","error-block":"MSeksu","errorBlock":"MSeksu","icons-block":"ORol7k","iconsBlock":"ORol7k"};
|
|
5141
5141
|
|
|
5142
|
-
var css$2 = {"root":"-
|
|
5142
|
+
var css$2 = {"root":"a8xX-i"};
|
|
5143
5143
|
|
|
5144
5144
|
const SvgCircleProgress = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5145
5145
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5264,7 +5264,7 @@ const getErrorPageConfig = () => ({
|
|
|
5264
5264
|
},
|
|
5265
5265
|
});
|
|
5266
5266
|
|
|
5267
|
-
var css$1 = {"container":"
|
|
5267
|
+
var css$1 = {"container":"GRRCtQ"};
|
|
5268
5268
|
|
|
5269
5269
|
const ErrorPage = (props) => {
|
|
5270
5270
|
const isMobileScreen = isMobile();
|
|
@@ -5275,7 +5275,7 @@ const ErrorPage = (props) => {
|
|
|
5275
5275
|
React__default.createElement("div", { className: "uui-error-subtitle" }, props.subtitle))));
|
|
5276
5276
|
};
|
|
5277
5277
|
|
|
5278
|
-
var css = {"recovery-spinner":"
|
|
5278
|
+
var css = {"recovery-spinner":"_8RwUzj","recoverySpinner":"_8RwUzj","recovery-message":"_5BF3n7","recoveryMessage":"_5BF3n7","modal-blocker":"_3XvNXt","modalBlocker":"_3XvNXt","modalFadeIn":"_58xHfc"};
|
|
5279
5279
|
|
|
5280
5280
|
function ErrorHandler(props) {
|
|
5281
5281
|
const { uuiNotifications, uuiModals, uuiApi } = useUuiContext();
|