@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.esm.js
CHANGED
|
@@ -562,7 +562,7 @@ const settings = {
|
|
|
562
562
|
},
|
|
563
563
|
};
|
|
564
564
|
|
|
565
|
-
var css$1w = {"uui-typography":"
|
|
565
|
+
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"};
|
|
566
566
|
|
|
567
567
|
function applyButtonMods(mods) {
|
|
568
568
|
return [
|
|
@@ -580,7 +580,7 @@ const Button = /* @__PURE__ */withMods(uuiComponents.Button, applyButtonMods, ()
|
|
|
580
580
|
};
|
|
581
581
|
});
|
|
582
582
|
|
|
583
|
-
var css$1v = {"root":"
|
|
583
|
+
var css$1v = {"root":"bK-KyP"};
|
|
584
584
|
|
|
585
585
|
function applyIconButtonMods(props) {
|
|
586
586
|
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1v.root];
|
|
@@ -617,7 +617,7 @@ function getIconClass(props) {
|
|
|
617
617
|
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'];
|
|
618
618
|
}
|
|
619
619
|
|
|
620
|
-
var css$1u = {"uui-typography":"
|
|
620
|
+
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"};
|
|
621
621
|
|
|
622
622
|
const DEFAULT_COLOR = 'primary';
|
|
623
623
|
const DEFAULT_WEIGHT = 'semibold';
|
|
@@ -648,7 +648,7 @@ const LinkButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
648
648
|
props.isDropdown && (React.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
649
649
|
});
|
|
650
650
|
|
|
651
|
-
var css$1t = {"root":"
|
|
651
|
+
var css$1t = {"root":"YETOhn"};
|
|
652
652
|
|
|
653
653
|
const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
654
654
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -660,7 +660,7 @@ const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
660
660
|
]) }, props.caption));
|
|
661
661
|
});
|
|
662
662
|
|
|
663
|
-
var css$1s = {"uui-typography":"
|
|
663
|
+
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"};
|
|
664
664
|
|
|
665
665
|
const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
666
666
|
const styles = [
|
|
@@ -683,7 +683,7 @@ const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
683
683
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
684
684
|
});
|
|
685
685
|
|
|
686
|
-
var css$1r = {"uui-typography":"
|
|
686
|
+
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"};
|
|
687
687
|
|
|
688
688
|
function applyVerticalTabButtonMods() {
|
|
689
689
|
return [css$1r.root, 'uui-vertical-tab-button'];
|
|
@@ -705,7 +705,7 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
|
705
705
|
};
|
|
706
706
|
var ForwardRef$B = /*#__PURE__*/forwardRef(SvgContentMinusOutline);
|
|
707
707
|
|
|
708
|
-
var css$1q = {"uui-typography":"
|
|
708
|
+
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"};
|
|
709
709
|
|
|
710
710
|
function applyCheckboxMods(mods) {
|
|
711
711
|
return [
|
|
@@ -740,7 +740,7 @@ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
|
740
740
|
};
|
|
741
741
|
var ForwardRef$A = /*#__PURE__*/forwardRef(SvgRadioDotFill);
|
|
742
742
|
|
|
743
|
-
var css$1p = {"uui-typography":"
|
|
743
|
+
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"};
|
|
744
744
|
|
|
745
745
|
function applyRadioInputMods(mods) {
|
|
746
746
|
return [
|
|
@@ -752,7 +752,7 @@ function applyRadioInputMods(mods) {
|
|
|
752
752
|
}
|
|
753
753
|
const RadioInput = /* @__PURE__ */withMods(RadioInput$1, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$A }));
|
|
754
754
|
|
|
755
|
-
var css$1o = {"root":"
|
|
755
|
+
var css$1o = {"root":"xIBqoA"};
|
|
756
756
|
|
|
757
757
|
function applySwitchMods(mods) {
|
|
758
758
|
return [
|
|
@@ -820,7 +820,7 @@ var EditMode;
|
|
|
820
820
|
EditMode["INLINE"] = "inline";
|
|
821
821
|
})(EditMode || (EditMode = {}));
|
|
822
822
|
|
|
823
|
-
var textInputCss = {"uui-typography":"
|
|
823
|
+
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"};
|
|
824
824
|
|
|
825
825
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
826
826
|
function applyTextInputMods(mods) {
|
|
@@ -846,7 +846,7 @@ const SearchInput = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
846
846
|
} })));
|
|
847
847
|
});
|
|
848
848
|
|
|
849
|
-
var css$1n = {"root":"
|
|
849
|
+
var css$1n = {"root":"OsKstH"};
|
|
850
850
|
|
|
851
851
|
const ControlGroup = /* @__PURE__ */withMods(ControlGroup$1, () => [css$1n.root]);
|
|
852
852
|
|
|
@@ -855,7 +855,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
855
855
|
}
|
|
856
856
|
const MultiSwitch = /* @__PURE__ */React.forwardRef(MultiSwitchComponent);
|
|
857
857
|
|
|
858
|
-
var css$1m = {"uui-typography":"
|
|
858
|
+
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"};
|
|
859
859
|
|
|
860
860
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
861
861
|
function applyNumericInputMods(mods) {
|
|
@@ -876,7 +876,7 @@ const NumericInput = /* @__PURE__ */withMods(NumericInput$1, applyNumericInputMo
|
|
|
876
876
|
};
|
|
877
877
|
});
|
|
878
878
|
|
|
879
|
-
var css$1l = {"uui-typography":"
|
|
879
|
+
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"};
|
|
880
880
|
|
|
881
881
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
882
882
|
function applyTextAreaMods(mods) {
|
|
@@ -977,7 +977,7 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
|
977
977
|
};
|
|
978
978
|
var ForwardRef$w = /*#__PURE__*/forwardRef(SvgNotificationInfoFill);
|
|
979
979
|
|
|
980
|
-
var css$1k = {"uui-typography":"
|
|
980
|
+
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"};
|
|
981
981
|
|
|
982
982
|
const Alert = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("div", Object.assign({ role: "alert", ref: ref, className: cx('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),
|
|
983
983
|
React.createElement("div", { className: css$1k.mainPath },
|
|
@@ -994,7 +994,7 @@ const ErrorAlert = /* @__PURE__ */React.forwardRef((props, ref) => React.createE
|
|
|
994
994
|
|
|
995
995
|
const Dropdown = /* @__PURE__ */withMods(Dropdown$1);
|
|
996
996
|
|
|
997
|
-
var css$1j = {"root":"
|
|
997
|
+
var css$1j = {"root":"oQc8rz"};
|
|
998
998
|
|
|
999
999
|
function applyDropdownContainerMods(mods) {
|
|
1000
1000
|
return [
|
|
@@ -1005,7 +1005,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
1005
1005
|
}
|
|
1006
1006
|
const DropdownContainer = /* @__PURE__ */withMods(uuiComponents.DropdownContainer, applyDropdownContainerMods);
|
|
1007
1007
|
|
|
1008
|
-
var css$1i = {"uui-typography":"
|
|
1008
|
+
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"};
|
|
1009
1009
|
|
|
1010
1010
|
var IDropdownControlKeys;
|
|
1011
1011
|
(function (IDropdownControlKeys) {
|
|
@@ -1138,7 +1138,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1138
1138
|
React__default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1139
1139
|
}
|
|
1140
1140
|
|
|
1141
|
-
var css$1h = {"uui-typography":"
|
|
1141
|
+
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"};
|
|
1142
1142
|
|
|
1143
1143
|
const getMode = (mode) => {
|
|
1144
1144
|
return mode || 'block';
|
|
@@ -1154,7 +1154,7 @@ const Accordion = /* @__PURE__ */withMods(uuiComponents.Accordion, applyAccordio
|
|
|
1154
1154
|
dropdownIcon: mods.dropdownIcon !== null && systemIcons.foldingArrow,
|
|
1155
1155
|
}));
|
|
1156
1156
|
|
|
1157
|
-
var css$1g = {"uui-typography":"
|
|
1157
|
+
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"};
|
|
1158
1158
|
|
|
1159
1159
|
const FlexCell = /* @__PURE__ */withMods(FlexCell$1, () => [css$1g.flexCell]);
|
|
1160
1160
|
|
|
@@ -1178,7 +1178,7 @@ const FlexRow = /* @__PURE__ */withMods(FlexRow$1, (props) => {
|
|
|
1178
1178
|
];
|
|
1179
1179
|
});
|
|
1180
1180
|
|
|
1181
|
-
var css$1f = {"root":"
|
|
1181
|
+
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"};
|
|
1182
1182
|
|
|
1183
1183
|
const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
1184
1184
|
'uui-panel',
|
|
@@ -1188,7 +1188,7 @@ const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
|
1188
1188
|
props.background && css$1f[`uui-${props.background}`],
|
|
1189
1189
|
]);
|
|
1190
1190
|
|
|
1191
|
-
var css$1e = {"root":"
|
|
1191
|
+
var css$1e = {"root":"IbOOaG"};
|
|
1192
1192
|
|
|
1193
1193
|
function applyTooltipMods(mods) {
|
|
1194
1194
|
return [
|
|
@@ -1198,7 +1198,7 @@ function applyTooltipMods(mods) {
|
|
|
1198
1198
|
}
|
|
1199
1199
|
const Tooltip = /* @__PURE__ */withMods(uuiComponents.Tooltip, applyTooltipMods);
|
|
1200
1200
|
|
|
1201
|
-
var css$1d = {"uui-typography":"
|
|
1201
|
+
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"};
|
|
1202
1202
|
|
|
1203
1203
|
function applyLabeledInputMods(mods) {
|
|
1204
1204
|
return [
|
|
@@ -1212,7 +1212,7 @@ const LabeledInput = /* @__PURE__ */withMods(uuiComponents.LabeledInput, applyLa
|
|
|
1212
1212
|
infoIcon: props.infoIcon || (settings.sizes.labeledInput.fillIcon.includes(props.size) ? ForwardRef$w : ForwardRef$L),
|
|
1213
1213
|
}));
|
|
1214
1214
|
|
|
1215
|
-
var css$1c = {"root":"
|
|
1215
|
+
var css$1c = {"root":"CvfkSR"};
|
|
1216
1216
|
|
|
1217
1217
|
function RadioGroup(props) {
|
|
1218
1218
|
const direction = props.direction || 'vertical';
|
|
@@ -1227,7 +1227,7 @@ function RadioGroup(props) {
|
|
|
1227
1227
|
})));
|
|
1228
1228
|
}
|
|
1229
1229
|
|
|
1230
|
-
var css$1b = {"root":"
|
|
1230
|
+
var css$1b = {"root":"TQrQ8c"};
|
|
1231
1231
|
|
|
1232
1232
|
function applyScrollBarsMods() {
|
|
1233
1233
|
return [
|
|
@@ -1236,13 +1236,13 @@ function applyScrollBarsMods() {
|
|
|
1236
1236
|
}
|
|
1237
1237
|
const ScrollBars = /* @__PURE__ */withMods(ScrollBars$1, applyScrollBarsMods);
|
|
1238
1238
|
|
|
1239
|
-
var css$1a = {"scroll-container":"
|
|
1239
|
+
var css$1a = {"scroll-container":"FBXhRn","list-container":"hSHAEx","scrollContainer":"FBXhRn","listContainer":"hSHAEx"};
|
|
1240
1240
|
|
|
1241
|
-
var css$19 = {"root":"
|
|
1241
|
+
var css$19 = {"root":"ep5bAU"};
|
|
1242
1242
|
|
|
1243
1243
|
const AvatarStack = /* @__PURE__ */withMods(AvatarStack$1, () => [css$19.root]);
|
|
1244
1244
|
|
|
1245
|
-
var css$18 = {"uui-typography":"
|
|
1245
|
+
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"};
|
|
1246
1246
|
|
|
1247
1247
|
const DEFAULT_FILL = 'solid';
|
|
1248
1248
|
function applyBadgeMods(mods) {
|
|
@@ -1266,7 +1266,7 @@ const Badge = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
1266
1266
|
props.isDropdown && (React__default.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
1267
1267
|
});
|
|
1268
1268
|
|
|
1269
|
-
var css$17 = {"uui-typography":"
|
|
1269
|
+
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"};
|
|
1270
1270
|
|
|
1271
1271
|
function applyTagMods(props) {
|
|
1272
1272
|
return [
|
|
@@ -1290,7 +1290,7 @@ const Tag = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
1290
1290
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
1291
1291
|
});
|
|
1292
1292
|
|
|
1293
|
-
var css$16 = {"root":"
|
|
1293
|
+
var css$16 = {"root":"_1umNac","uui-spinner":"GC6g-V","uuiSpinner":"GC6g-V"};
|
|
1294
1294
|
|
|
1295
1295
|
function applySpinnerMods() {
|
|
1296
1296
|
return [css$16.root, 'uui-spinner'];
|
|
@@ -1327,7 +1327,7 @@ var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline
|
|
|
1327
1327
|
};
|
|
1328
1328
|
var ForwardRef$u = /*#__PURE__*/forwardRef(SvgNavigationChevronRightOutline);
|
|
1329
1329
|
|
|
1330
|
-
var css$15 = {"root":"
|
|
1330
|
+
var css$15 = {"root":"l-ecWB","page":"tmjCUh","spacer":"ThCpZ8","mode-ghost":"iCi5JD","modeGhost":"iCi5JD"};
|
|
1331
1331
|
|
|
1332
1332
|
function Paginator(props) {
|
|
1333
1333
|
const renderPaginator = (params) => (React__default.createElement("nav", Object.assign({ role: "navigation", className: cx(css$15.root, 'uui-paginator', `uui-size-${props.size || settings.sizes.defaults.paginator}`) }, params.rawProps),
|
|
@@ -1344,14 +1344,14 @@ function Paginator(props) {
|
|
|
1344
1344
|
return React__default.createElement(Paginator$1, Object.assign({}, props, { render: renderPaginator }));
|
|
1345
1345
|
}
|
|
1346
1346
|
|
|
1347
|
-
var css$14 = {"root":"
|
|
1347
|
+
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"};
|
|
1348
1348
|
|
|
1349
1349
|
const IndeterminateBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1350
1350
|
return (React.createElement("div", { ref: ref, className: cx('uui-indeterminate_bar', props.cx, css$14.root, css$14[`size-${props.size || 12}`]) },
|
|
1351
1351
|
React.createElement("div", { className: cx(css$14.progressBar) })));
|
|
1352
1352
|
});
|
|
1353
1353
|
|
|
1354
|
-
var css$13 = {"root":"
|
|
1354
|
+
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"};
|
|
1355
1355
|
|
|
1356
1356
|
const DEFAULT_SIZE = '12';
|
|
1357
1357
|
function applyProgressBarMods(mods) {
|
|
@@ -1366,14 +1366,14 @@ const ProgressBar = /* @__PURE__ */withMods(uuiComponents.ProgressBar, applyProg
|
|
|
1366
1366
|
hideLabel: props.hideLabel || props.striped,
|
|
1367
1367
|
}));
|
|
1368
1368
|
|
|
1369
|
-
var css$12 = {"root":"
|
|
1369
|
+
var css$12 = {"root":"yECbM4"};
|
|
1370
1370
|
|
|
1371
1371
|
const IndicatorBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1372
1372
|
const { progress } = props;
|
|
1373
1373
|
return progress || progress === 0 ? (React.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx(css$12.root, props.cx), hideLabel: true })) : (React.createElement(IndeterminateBar, { ref: ref, cx: cx(css$12.root, props.cx) }));
|
|
1374
1374
|
});
|
|
1375
1375
|
|
|
1376
|
-
var css$11 = {"root":"
|
|
1376
|
+
var css$11 = {"root":"_04N7qj"};
|
|
1377
1377
|
|
|
1378
1378
|
const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
1379
1379
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -1388,7 +1388,7 @@ const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
1388
1388
|
React__default.createElement("p", { className: "uui-status_indicator-caption" }, props.caption)));
|
|
1389
1389
|
});
|
|
1390
1390
|
|
|
1391
|
-
var css$10 = {"drag-handle":"
|
|
1391
|
+
var css$10 = {"drag-handle":"FG0YxZ","icon-container":"V-Jddg","dragHandle":"FG0YxZ","iconContainer":"V-Jddg"};
|
|
1392
1392
|
|
|
1393
1393
|
function DataRowAddons(props) {
|
|
1394
1394
|
var _a, _b;
|
|
@@ -1410,7 +1410,7 @@ function DataRowAddons(props) {
|
|
|
1410
1410
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row), size: settings.sizes.rowAddons.icon[props.size] || settings.sizes.rowAddons.defaults.icon }))))));
|
|
1411
1411
|
}
|
|
1412
1412
|
|
|
1413
|
-
var css$$ = {"root":"
|
|
1413
|
+
var css$$ = {"root":"_9SvpYt"};
|
|
1414
1414
|
|
|
1415
1415
|
const Blocker = /* @__PURE__ */withMods(Blocker$1, () => [css$$.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__default.createElement(Spinner, null)) }));
|
|
1416
1416
|
|
|
@@ -1451,7 +1451,7 @@ const VirtualListView = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1451
1451
|
React.createElement(Blocker, { isEnabled: props.isLoading })));
|
|
1452
1452
|
});
|
|
1453
1453
|
|
|
1454
|
-
var css$_ = {"root":"
|
|
1454
|
+
var css$_ = {"root":"eSPgxO"};
|
|
1455
1455
|
|
|
1456
1456
|
function CheckboxGroup(props) {
|
|
1457
1457
|
const currentValue = props.value || [];
|
|
@@ -1473,7 +1473,7 @@ function CheckboxGroup(props) {
|
|
|
1473
1473
|
})));
|
|
1474
1474
|
}
|
|
1475
1475
|
|
|
1476
|
-
var css$Z = {"root":"
|
|
1476
|
+
var css$Z = {"root":"ApaBBR","line-height":"Ni6QdS","font-size":"_2nb4QC","lineHeight":"Ni6QdS","fontSize":"_2nb4QC"};
|
|
1477
1477
|
|
|
1478
1478
|
function applyTextMods(mods) {
|
|
1479
1479
|
return [
|
|
@@ -1500,7 +1500,7 @@ const Text = /* @__PURE__ */withMods(uuiComponents.Text, applyTextMods, (props)
|
|
|
1500
1500
|
}
|
|
1501
1501
|
});
|
|
1502
1502
|
|
|
1503
|
-
var css$Y = {"root":"
|
|
1503
|
+
var css$Y = {"root":"p4WTiN","loading-word":"_0ibkqa","animated-loading":"svNd9S","skeleton_loading":"WPSnJo","loadingWord":"_0ibkqa","animatedLoading":"svNd9S","skeletonLoading":"WPSnJo"};
|
|
1504
1504
|
|
|
1505
1505
|
const TextPlaceholder = (props) => {
|
|
1506
1506
|
const pattern = ' ';
|
|
@@ -1519,7 +1519,7 @@ const TextPlaceholder = (props) => {
|
|
|
1519
1519
|
|
|
1520
1520
|
const RichTextView = /* @__PURE__ */withMods(uuiComponents.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
|
|
1521
1521
|
|
|
1522
|
-
var css$X = {"uui-typography":"
|
|
1522
|
+
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"};
|
|
1523
1523
|
|
|
1524
1524
|
const ModalBlocker = /* @__PURE__ */withMods(ModalBlocker$1, () => [css$X.modalBlocker]);
|
|
1525
1525
|
const ModalWindow = /* @__PURE__ */withMods(ModalWindow$1, () => [css$X.root, css$X.modal], (props) => {
|
|
@@ -1708,7 +1708,7 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
|
1708
1708
|
};
|
|
1709
1709
|
var ForwardRef$t = /*#__PURE__*/forwardRef(SvgNotificationHelpFill);
|
|
1710
1710
|
|
|
1711
|
-
var css$W = {"uui-typography":"
|
|
1711
|
+
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"};
|
|
1712
1712
|
|
|
1713
1713
|
const NotificationCard = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
1714
1714
|
const notificationCardNode = React__default.useRef(null);
|
|
@@ -1743,7 +1743,7 @@ function ClearNotification() {
|
|
|
1743
1743
|
React__default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
|
|
1744
1744
|
}
|
|
1745
1745
|
|
|
1746
|
-
var css$V = {"footer":"
|
|
1746
|
+
var css$V = {"footer":"IRis2-"};
|
|
1747
1747
|
|
|
1748
1748
|
class ConfirmationModal extends React.Component {
|
|
1749
1749
|
render() {
|
|
@@ -1785,7 +1785,7 @@ function useReliableForceUpdate() {
|
|
|
1785
1785
|
return red[1];
|
|
1786
1786
|
}
|
|
1787
1787
|
|
|
1788
|
-
var css$U = {"root":"
|
|
1788
|
+
var css$U = {"root":"_22Lufq","timepicker-input":"AbFVb3","ltr-always":"_1JPIuw","timepickerInput":"AbFVb3","ltrAlways":"_1JPIuw"};
|
|
1789
1789
|
|
|
1790
1790
|
const uuiTimePicker = {
|
|
1791
1791
|
container: 'uui-timepicker-container',
|
|
@@ -1978,7 +1978,7 @@ function TimePicker(props) {
|
|
|
1978
1978
|
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 }));
|
|
1979
1979
|
}
|
|
1980
1980
|
|
|
1981
|
-
var css$T = {"root":"
|
|
1981
|
+
var css$T = {"root":"l96E5w"};
|
|
1982
1982
|
|
|
1983
1983
|
function applyInputAddonMods() {
|
|
1984
1984
|
return [
|
|
@@ -1987,7 +1987,7 @@ function applyInputAddonMods() {
|
|
|
1987
1987
|
}
|
|
1988
1988
|
const InputAddon = /* @__PURE__ */withMods(InputAddon$1, applyInputAddonMods);
|
|
1989
1989
|
|
|
1990
|
-
var css$S = {"root":"
|
|
1990
|
+
var css$S = {"root":"toGbIQ"};
|
|
1991
1991
|
|
|
1992
1992
|
function applySliderMods() {
|
|
1993
1993
|
return [css$S.root, 'uui-color-neutral'];
|
|
@@ -2122,7 +2122,7 @@ const getNextYearsList = (currentDate) => {
|
|
|
2122
2122
|
return currentDate.add(16, 'year');
|
|
2123
2123
|
};
|
|
2124
2124
|
|
|
2125
|
-
var css$R = {"root":"
|
|
2125
|
+
var css$R = {"root":"hKy-iY","container":"_9En3Xw"};
|
|
2126
2126
|
|
|
2127
2127
|
const uuiHeader = {
|
|
2128
2128
|
container: 'uui-datepicker-header-container',
|
|
@@ -2206,14 +2206,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2206
2206
|
React.createElement(Button, { icon: navIconRight || ForwardRef$u, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
|
|
2207
2207
|
}
|
|
2208
2208
|
|
|
2209
|
-
var css$Q = {"uui-typography":"
|
|
2209
|
+
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"};
|
|
2210
2210
|
|
|
2211
2211
|
function applyDateSelectionMods() {
|
|
2212
2212
|
return [css$Q.root, `uui-size-${settings.sizes.defaults.datePicker}`];
|
|
2213
2213
|
}
|
|
2214
2214
|
const Calendar = /* @__PURE__ */withMods(Calendar$1, applyDateSelectionMods);
|
|
2215
2215
|
|
|
2216
|
-
var css$P = {"uui-typography":"
|
|
2216
|
+
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"};
|
|
2217
2217
|
|
|
2218
2218
|
const uuiDatePickerBody = {
|
|
2219
2219
|
wrapper: 'uui-datepicker-body-wrapper',
|
|
@@ -2344,7 +2344,7 @@ function DatePickerComponent(props, ref) {
|
|
|
2344
2344
|
}
|
|
2345
2345
|
const DatePicker = /* @__PURE__ */React__default.forwardRef(DatePickerComponent);
|
|
2346
2346
|
|
|
2347
|
-
var css$O = {"uui-typography":"
|
|
2347
|
+
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"};
|
|
2348
2348
|
|
|
2349
2349
|
const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, id, cx: classes, }, ref) => {
|
|
2350
2350
|
const [inputValue, setInputValue] = useState(toCustomDateRangeFormat(value, format));
|
|
@@ -2384,7 +2384,7 @@ const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid,
|
|
|
2384
2384
|
} : 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 })));
|
|
2385
2385
|
});
|
|
2386
2386
|
|
|
2387
|
-
var css$N = {"uui-typography":"
|
|
2387
|
+
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"};
|
|
2388
2388
|
|
|
2389
2389
|
const uuiPresets = {
|
|
2390
2390
|
container: 'uui-presets-container',
|
|
@@ -2400,7 +2400,7 @@ function CalendarPresets(props) {
|
|
|
2400
2400
|
getPresets(props.presets).map((item) => (React.createElement(LinkButton, { key: item.key, caption: item.name, onClick: () => props.onPresetSet(item), size: "24" })))));
|
|
2401
2401
|
}
|
|
2402
2402
|
|
|
2403
|
-
var css$M = {"uui-typography":"
|
|
2403
|
+
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"};
|
|
2404
2404
|
|
|
2405
2405
|
const uuiRangeDatePickerBody = {
|
|
2406
2406
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -2575,7 +2575,7 @@ const getDayCX = (day, selectedDate) => {
|
|
|
2575
2575
|
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)];
|
|
2576
2576
|
};
|
|
2577
2577
|
|
|
2578
|
-
var css$L = {"dropdown-container":"
|
|
2578
|
+
var css$L = {"dropdown-container":"_2qdXC1","dropdownContainer":"_2qdXC1"};
|
|
2579
2579
|
|
|
2580
2580
|
const modifiers = [{
|
|
2581
2581
|
name: 'offset',
|
|
@@ -2638,7 +2638,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
2638
2638
|
}
|
|
2639
2639
|
const RangeDatePicker = /* @__PURE__ */React__default.forwardRef(RangeDatePickerComponent);
|
|
2640
2640
|
|
|
2641
|
-
var css$K = {"root":"
|
|
2641
|
+
var css$K = {"root":"ra4YVf","blocker":"JFiwV0","marker":"A--J7n","top":"IeZAGl","bottom":"L8tqRv","left":"uykPbP","right":"_2qk8zY","inside":"ArqBxW"};
|
|
2642
2642
|
|
|
2643
2643
|
function DropMarker(props) {
|
|
2644
2644
|
return props.isDndInProgress
|
|
@@ -2653,7 +2653,7 @@ function DropMarker(props) {
|
|
|
2653
2653
|
: null;
|
|
2654
2654
|
}
|
|
2655
2655
|
|
|
2656
|
-
var css$J = {"uui-typography":"
|
|
2656
|
+
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"};
|
|
2657
2657
|
|
|
2658
2658
|
class DataPickerBody extends PickerBodyBase {
|
|
2659
2659
|
constructor() {
|
|
@@ -2701,7 +2701,7 @@ class DataPickerBody extends PickerBodyBase {
|
|
|
2701
2701
|
}
|
|
2702
2702
|
}
|
|
2703
2703
|
|
|
2704
|
-
var css$I = {"footer":"
|
|
2704
|
+
var css$I = {"footer":"o4Ghan"};
|
|
2705
2705
|
|
|
2706
2706
|
function DataPickerFooterImpl(props) {
|
|
2707
2707
|
const { search, clearSelection, view, showSelected, selectionMode, isSearchTooShort, } = props;
|
|
@@ -2729,7 +2729,7 @@ function DataPickerFooterImpl(props) {
|
|
|
2729
2729
|
}
|
|
2730
2730
|
const DataPickerFooter = /* @__PURE__ */React__default.memo(DataPickerFooterImpl);
|
|
2731
2731
|
|
|
2732
|
-
var css$H = {"header":"
|
|
2732
|
+
var css$H = {"header":"kfwfsh","title":"OM75ej","close":"PuyNWA"};
|
|
2733
2733
|
|
|
2734
2734
|
const DataPickerHeaderImpl = (props) => {
|
|
2735
2735
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -2754,7 +2754,7 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
|
2754
2754
|
};
|
|
2755
2755
|
var ForwardRef$s = /*#__PURE__*/forwardRef(SvgNotificationDoneFill);
|
|
2756
2756
|
|
|
2757
|
-
var css$G = {"uui-typography":"
|
|
2757
|
+
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"};
|
|
2758
2758
|
|
|
2759
2759
|
function DataPickerCell(props) {
|
|
2760
2760
|
const ref = React.useRef();
|
|
@@ -2791,7 +2791,7 @@ function DataPickerCell(props) {
|
|
|
2791
2791
|
getWrappedContent()));
|
|
2792
2792
|
}
|
|
2793
2793
|
|
|
2794
|
-
var css$F = {"uui-typography":"
|
|
2794
|
+
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"};
|
|
2795
2795
|
|
|
2796
2796
|
class DataPickerRow extends React.Component {
|
|
2797
2797
|
constructor() {
|
|
@@ -2805,7 +2805,7 @@ class DataPickerRow extends React.Component {
|
|
|
2805
2805
|
}
|
|
2806
2806
|
}
|
|
2807
2807
|
|
|
2808
|
-
var css$E = {"uui-typography":"
|
|
2808
|
+
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"};
|
|
2809
2809
|
|
|
2810
2810
|
const PickerBodyMobileView = (props) => {
|
|
2811
2811
|
const isMobileView = isMobile();
|
|
@@ -2839,7 +2839,7 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
2839
2839
|
};
|
|
2840
2840
|
var ForwardRef$r = /*#__PURE__*/forwardRef(SvgSearchWithBackground);
|
|
2841
2841
|
|
|
2842
|
-
var css$D = {"uui-typography":"
|
|
2842
|
+
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"};
|
|
2843
2843
|
|
|
2844
2844
|
const mergeHighlightRanges = (ranges) => {
|
|
2845
2845
|
const mergedRanges = [];
|
|
@@ -2906,7 +2906,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
2906
2906
|
return getDecoratedText(str, ranges);
|
|
2907
2907
|
};
|
|
2908
2908
|
|
|
2909
|
-
var css$C = {"root":"
|
|
2909
|
+
var css$C = {"root":"vd4jvD","column-gap":"_8-Bd0g","multiline":"pzFIeb","text":"jQd3wC","columnGap":"_8-Bd0g"};
|
|
2910
2910
|
|
|
2911
2911
|
function PickerItem(props) {
|
|
2912
2912
|
var _a;
|
|
@@ -2981,7 +2981,7 @@ function PickerModal(props) {
|
|
|
2981
2981
|
React__default.createElement(ModalFooter, { padding: "24", vPadding: "24" }, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
2982
2982
|
}
|
|
2983
2983
|
|
|
2984
|
-
var css$B = {"tooltip":"
|
|
2984
|
+
var css$B = {"tooltip":"U1ZOOj"};
|
|
2985
2985
|
|
|
2986
2986
|
const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
2987
2987
|
var _a;
|
|
@@ -2996,7 +2996,7 @@ const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
2996
2996
|
}
|
|
2997
2997
|
});
|
|
2998
2998
|
|
|
2999
|
-
var css$A = {"uui-typography":"
|
|
2999
|
+
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"};
|
|
3000
3000
|
|
|
3001
3001
|
const defaultMode = EditMode.FORM;
|
|
3002
3002
|
function applyPickerTogglerMods(mods) {
|
|
@@ -3093,7 +3093,7 @@ function PickerInputComponent(_a, ref) {
|
|
|
3093
3093
|
}
|
|
3094
3094
|
const PickerInput = /* @__PURE__ */React__default.forwardRef(PickerInputComponent);
|
|
3095
3095
|
|
|
3096
|
-
var css$z = {"row":"
|
|
3096
|
+
var css$z = {"row":"Dd8Pbk"};
|
|
3097
3097
|
|
|
3098
3098
|
function PickerListItem(props) {
|
|
3099
3099
|
var _a;
|
|
@@ -3114,7 +3114,7 @@ function PickerListItem(props) {
|
|
|
3114
3114
|
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));
|
|
3115
3115
|
}
|
|
3116
3116
|
|
|
3117
|
-
var css$y = {"root":"
|
|
3117
|
+
var css$y = {"root":"_0RfXwe"};
|
|
3118
3118
|
|
|
3119
3119
|
function PickerList(props) {
|
|
3120
3120
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = usePickerList(props);
|
|
@@ -3149,7 +3149,7 @@ function PickerList(props) {
|
|
|
3149
3149
|
}, selectedRows)));
|
|
3150
3150
|
}
|
|
3151
3151
|
|
|
3152
|
-
var css$x = {"uui-typography":"
|
|
3152
|
+
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"};
|
|
3153
3153
|
|
|
3154
3154
|
function DataTableCell(initialProps) {
|
|
3155
3155
|
const props = Object.assign({}, initialProps);
|
|
@@ -3198,7 +3198,7 @@ function DataTableCell(initialProps) {
|
|
|
3198
3198
|
return React.createElement(DataTableCell$1, Object.assign({}, props));
|
|
3199
3199
|
}
|
|
3200
3200
|
|
|
3201
|
-
var css$w = {"uui-typography":"
|
|
3201
|
+
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"};
|
|
3202
3202
|
|
|
3203
3203
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3204
3204
|
// 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.
|
|
@@ -3214,7 +3214,7 @@ const DataTableRow = /* @__PURE__ */withMods(DataTableRow$1, ({ borderBottom = t
|
|
|
3214
3214
|
];
|
|
3215
3215
|
}, () => propsMods);
|
|
3216
3216
|
|
|
3217
|
-
var css$v = {"uui-typography":"
|
|
3217
|
+
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"};
|
|
3218
3218
|
|
|
3219
3219
|
var _path$q;
|
|
3220
3220
|
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); }
|
|
@@ -3344,7 +3344,7 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
|
|
|
3344
3344
|
};
|
|
3345
3345
|
var ForwardRef$k = /*#__PURE__*/forwardRef(SvgNavigationExpandAllOutline);
|
|
3346
3346
|
|
|
3347
|
-
var css$u = {"uui-typography":"
|
|
3347
|
+
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"};
|
|
3348
3348
|
|
|
3349
3349
|
class DataTableHeaderCell extends React.Component {
|
|
3350
3350
|
constructor() {
|
|
@@ -3450,7 +3450,7 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
|
3450
3450
|
};
|
|
3451
3451
|
var ForwardRef$j = /*#__PURE__*/forwardRef(SvgActionSettingsFill);
|
|
3452
3452
|
|
|
3453
|
-
var css$t = {"uui-typography":"
|
|
3453
|
+
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"};
|
|
3454
3454
|
|
|
3455
3455
|
const DataTableHeaderRow = /* @__PURE__ */withMods(DataTableHeaderRow$1, () => [css$t.root, 'uui-dt-vars'], (mods) => ({
|
|
3456
3456
|
renderCell: (props) => (React.createElement(DataTableHeaderCell, Object.assign({}, props, { size: mods.size, textCase: mods.textCase || 'normal', key: props.column.key, columnsGap: mods.columnsGap }))),
|
|
@@ -3462,7 +3462,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
3462
3462
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
3463
3463
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
3464
3464
|
|
|
3465
|
-
var css$s = {"uui-typography":"
|
|
3465
|
+
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"};
|
|
3466
3466
|
|
|
3467
3467
|
const defaultSize = '36';
|
|
3468
3468
|
const FilterPanelItemToggler = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
@@ -3640,7 +3640,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
3640
3640
|
React__default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
3641
3641
|
}
|
|
3642
3642
|
|
|
3643
|
-
var css$r = {"container":"
|
|
3643
|
+
var css$r = {"container":"_8NPmcs"};
|
|
3644
3644
|
|
|
3645
3645
|
function FilterNumericBody(props) {
|
|
3646
3646
|
var _a, _b;
|
|
@@ -3738,7 +3738,7 @@ var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
|
3738
3738
|
};
|
|
3739
3739
|
var ForwardRef$i = /*#__PURE__*/forwardRef(SvgActionDeleteOutline);
|
|
3740
3740
|
|
|
3741
|
-
var css$q = {"uui-typography":"
|
|
3741
|
+
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"};
|
|
3742
3742
|
|
|
3743
3743
|
function useView(props, value) {
|
|
3744
3744
|
const forceUpdate = useForceUpdate();
|
|
@@ -4059,7 +4059,7 @@ function FiltersToolbarImpl(props) {
|
|
|
4059
4059
|
}
|
|
4060
4060
|
const FiltersPanel = /* @__PURE__ */React__default.memo(FiltersToolbarImpl);
|
|
4061
4061
|
|
|
4062
|
-
var css$p = {"divider":"
|
|
4062
|
+
var css$p = {"divider":"sicNka","dropdownDeleteIcon":"ez2PaJ","presetsWrapper":"MLuYCI","addPresetContainer":"D0Cp-2","dropContainer":"AxvKSh"};
|
|
4063
4063
|
|
|
4064
4064
|
var _path$g;
|
|
4065
4065
|
function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
|
|
@@ -4172,7 +4172,7 @@ var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
|
4172
4172
|
};
|
|
4173
4173
|
var ForwardRef$a = /*#__PURE__*/forwardRef(SvgContentLinkOutline);
|
|
4174
4174
|
|
|
4175
|
-
var css$o = {"delete-button":"
|
|
4175
|
+
var css$o = {"delete-button":"ND90LK","tab-button":"z5DJpM","targetOpen":"qELeiq","deleteButton":"ND90LK","tabButton":"z5DJpM"};
|
|
4176
4176
|
|
|
4177
4177
|
function PresetActionsDropdown(props) {
|
|
4178
4178
|
const { uuiNotifications } = useUuiContext();
|
|
@@ -4230,7 +4230,7 @@ function PresetActionsDropdown(props) {
|
|
|
4230
4230
|
return (React__default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
4231
4231
|
}
|
|
4232
4232
|
|
|
4233
|
-
var css$n = {"preset-input-cell":"
|
|
4233
|
+
var css$n = {"preset-input-cell":"yNOTXo","preset-input":"sbjeuo","presetInputCell":"yNOTXo","presetInput":"sbjeuo"};
|
|
4234
4234
|
|
|
4235
4235
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
4236
4236
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -4263,7 +4263,7 @@ function PresetInput(props) {
|
|
|
4263
4263
|
React__default.createElement(TextInput, { cx: css$n.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
4264
4264
|
}
|
|
4265
4265
|
|
|
4266
|
-
var css$m = {"preset":"
|
|
4266
|
+
var css$m = {"preset":"d78VKg","activePreset":"EBd5nU"};
|
|
4267
4267
|
|
|
4268
4268
|
function Preset(props) {
|
|
4269
4269
|
const [isRenamePreset, setIsRenamePreset] = useState(false);
|
|
@@ -4437,7 +4437,7 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
|
|
|
4437
4437
|
};
|
|
4438
4438
|
var ForwardRef$6 = /*#__PURE__*/forwardRef(SvgTableGroupColumnRightFill);
|
|
4439
4439
|
|
|
4440
|
-
var css$l = {"unpin-icon":"
|
|
4440
|
+
var css$l = {"unpin-icon":"yb7SXJ","pin-toggler-icon":"R-5DT5","unpinIcon":"yb7SXJ","pinTogglerIcon":"R-5DT5"};
|
|
4441
4441
|
|
|
4442
4442
|
function PinIconButton(props) {
|
|
4443
4443
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4496,7 +4496,7 @@ var SvgActionDragIndicator18 = function SvgActionDragIndicator18(props, ref) {
|
|
|
4496
4496
|
};
|
|
4497
4497
|
var ForwardRef$5 = /*#__PURE__*/forwardRef(SvgActionDragIndicator18);
|
|
4498
4498
|
|
|
4499
|
-
var css$k = {"uui-typography":"
|
|
4499
|
+
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"};
|
|
4500
4500
|
|
|
4501
4501
|
const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
4502
4502
|
const { column } = props;
|
|
@@ -4519,7 +4519,7 @@ const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
|
4519
4519
|
return (React.createElement(DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
|
|
4520
4520
|
});
|
|
4521
4521
|
|
|
4522
|
-
var css$j = {"uui-typography":"
|
|
4522
|
+
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"};
|
|
4523
4523
|
|
|
4524
4524
|
const renderGroupTitle = (title, amount) => (React.createElement(FlexRow, { cx: css$j.group },
|
|
4525
4525
|
React.createElement(Text, { size: "none", cx: css$j.groupTitle }, title),
|
|
@@ -4608,7 +4608,7 @@ function SubGroup(props) {
|
|
|
4608
4608
|
return null;
|
|
4609
4609
|
}
|
|
4610
4610
|
|
|
4611
|
-
var css$i = {"listContainer":"
|
|
4611
|
+
var css$i = {"listContainer":"g0Agx8","header":"ljBQT-","group":"zDpcyF","stickyHeader":"wpU0Cq"};
|
|
4612
4612
|
|
|
4613
4613
|
const getChildrenAndRest = (row, rows) => {
|
|
4614
4614
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4674,7 +4674,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4674
4674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4675
4675
|
ref: ref
|
|
4676
4676
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
4677
|
-
clipPath: "url(#
|
|
4677
|
+
clipPath: "url(#c197vzu3wor0w2zw_a)"
|
|
4678
4678
|
}, _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
|
4679
4679
|
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",
|
|
4680
4680
|
fill: "#F5F6FA"
|
|
@@ -4695,7 +4695,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4695
4695
|
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",
|
|
4696
4696
|
fill: "#1D1E26"
|
|
4697
4697
|
})), /*#__PURE__*/React.createElement("mask", {
|
|
4698
|
-
id: "
|
|
4698
|
+
id: "c197vzyk4v7l3x55_b",
|
|
4699
4699
|
style: {
|
|
4700
4700
|
maskType: "alpha"
|
|
4701
4701
|
},
|
|
@@ -4708,7 +4708,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4708
4708
|
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",
|
|
4709
4709
|
fill: "#9BDEFF"
|
|
4710
4710
|
}))), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
4711
|
-
mask: "url(#
|
|
4711
|
+
mask: "url(#c197vzyk4v7l3x55_b)",
|
|
4712
4712
|
fillRule: "evenodd",
|
|
4713
4713
|
clipRule: "evenodd"
|
|
4714
4714
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -4794,7 +4794,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4794
4794
|
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",
|
|
4795
4795
|
fill: "#fff"
|
|
4796
4796
|
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
4797
|
-
id: "
|
|
4797
|
+
id: "c197vzu3wor0w2zw_a"
|
|
4798
4798
|
}, /*#__PURE__*/React.createElement("path", {
|
|
4799
4799
|
fill: "#fff",
|
|
4800
4800
|
transform: "translate(.552)",
|
|
@@ -4803,7 +4803,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4803
4803
|
};
|
|
4804
4804
|
var ForwardRef$4 = /*#__PURE__*/forwardRef(SvgEmptyTable);
|
|
4805
4805
|
|
|
4806
|
-
var css$h = {"root":"
|
|
4806
|
+
var css$h = {"root":"UxF4WX","sticky-header":"trckK6","no-results":"eOqTqS","icon":"aUDQjY","title":"TT9z9K","stickyHeader":"trckK6","noResults":"eOqTqS"};
|
|
4807
4807
|
|
|
4808
4808
|
function DataTable(props) {
|
|
4809
4809
|
var _a, _b, _c, _d;
|
|
@@ -4854,9 +4854,9 @@ function DataTable(props) {
|
|
|
4854
4854
|
} }))));
|
|
4855
4855
|
}
|
|
4856
4856
|
|
|
4857
|
-
var css$g = {"root":"
|
|
4857
|
+
var css$g = {"root":"_3HMgZx"};
|
|
4858
4858
|
|
|
4859
|
-
var css$f = {"root":"
|
|
4859
|
+
var css$f = {"root":"T-lHnh","burger-content":"M74N-l","burgerContent":"M74N-l"};
|
|
4860
4860
|
|
|
4861
4861
|
var _path$3;
|
|
4862
4862
|
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); }
|
|
@@ -4899,7 +4899,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
4899
4899
|
};
|
|
4900
4900
|
var ForwardRef$2 = /*#__PURE__*/forwardRef(SvgNavigationArrowDownOutline);
|
|
4901
4901
|
|
|
4902
|
-
var css$e = {"uui-typography":"
|
|
4902
|
+
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-"};
|
|
4903
4903
|
|
|
4904
4904
|
const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
4905
4905
|
css$e.root,
|
|
@@ -4910,13 +4910,13 @@ const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
|
4910
4910
|
props.icon && css$e.hasIcon,
|
|
4911
4911
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
4912
4912
|
|
|
4913
|
-
var css$d = {"search-input":"
|
|
4913
|
+
var css$d = {"search-input":"lAX5JR","searchInput":"lAX5JR"};
|
|
4914
4914
|
|
|
4915
4915
|
function BurgerSearch(props) {
|
|
4916
4916
|
return (React.createElement(TextInput$1, { cx: cx(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 }));
|
|
4917
4917
|
}
|
|
4918
4918
|
|
|
4919
|
-
var css$c = {"root":"
|
|
4919
|
+
var css$c = {"root":"_8U94wu","group-header":"n5ArT6","group-name":"fDoU66","line":"OsC0Qv","groupHeader":"n5ArT6","groupName":"fDoU66"};
|
|
4920
4920
|
|
|
4921
4921
|
function BurgerGroupHeader(props) {
|
|
4922
4922
|
return (React.createElement("div", { className: cx(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -4924,7 +4924,7 @@ function BurgerGroupHeader(props) {
|
|
|
4924
4924
|
React.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
4925
4925
|
}
|
|
4926
4926
|
|
|
4927
|
-
var css$b = {"uui-typography":"
|
|
4927
|
+
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"};
|
|
4928
4928
|
|
|
4929
4929
|
const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
4930
4930
|
const { type } = props, clickableProps = __rest(props, ["type"]);
|
|
@@ -4940,7 +4940,7 @@ const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
4940
4940
|
props.isDropdown && (React.createElement(IconContainer, { icon: ForwardRef$P, flipY: props.isOpen }))));
|
|
4941
4941
|
});
|
|
4942
4942
|
|
|
4943
|
-
var css$a = {"dropdown-body":"
|
|
4943
|
+
var css$a = {"dropdown-body":"x3wuns","dropdownBody":"x3wuns"};
|
|
4944
4944
|
|
|
4945
4945
|
class MainMenuDropdown extends React.Component {
|
|
4946
4946
|
render() {
|
|
@@ -4995,12 +4995,12 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
4995
4995
|
};
|
|
4996
4996
|
var ForwardRef$1 = /*#__PURE__*/forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
4997
4997
|
|
|
4998
|
-
var css$9 = {"global-menu-btn":"
|
|
4998
|
+
var css$9 = {"global-menu-btn":"Q98fT4","global-menu-icon":"pWr5EE","globalMenuBtn":"Q98fT4","globalMenuIcon":"pWr5EE"};
|
|
4999
4999
|
|
|
5000
5000
|
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),
|
|
5001
5001
|
React.createElement(IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
5002
5002
|
|
|
5003
|
-
var css$8 = {"container":"
|
|
5003
|
+
var css$8 = {"container":"gqu-a9","open":"IXkE1y","folding-arrow":"ez-nIj","foldingArrow":"ez-nIj"};
|
|
5004
5004
|
|
|
5005
5005
|
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 },
|
|
5006
5006
|
React.createElement(Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -5008,18 +5008,18 @@ const MainMenuAvatar = /* @__PURE__ */React.forwardRef((props, ref) => (React.cr
|
|
|
5008
5008
|
props.isDropdown && (React.createElement("div", null,
|
|
5009
5009
|
React.createElement(IconContainer, { size: 18, icon: ForwardRef$P, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
|
|
5010
5010
|
|
|
5011
|
-
var css$7 = {"search-input":"
|
|
5011
|
+
var css$7 = {"search-input":"nYNGlA","searchInput":"nYNGlA"};
|
|
5012
5012
|
|
|
5013
5013
|
const MainMenuSearch = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => {
|
|
5014
5014
|
var _a;
|
|
5015
5015
|
return (React.createElement(TextInput$1, 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: cx$1(css$7.searchInput, props.cx) }, props.rawProps)));
|
|
5016
5016
|
} }))));
|
|
5017
5017
|
|
|
5018
|
-
var css$6 = {"container":"
|
|
5018
|
+
var css$6 = {"container":"M4P1RR"};
|
|
5019
5019
|
|
|
5020
5020
|
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))));
|
|
5021
5021
|
|
|
5022
|
-
var css$5 = {"root":"
|
|
5022
|
+
var css$5 = {"root":"bv3-rM"};
|
|
5023
5023
|
|
|
5024
5024
|
const Anchor = /* @__PURE__ */withMods(Anchor$1, () => [css$5.root]);
|
|
5025
5025
|
|
|
@@ -5077,7 +5077,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
5077
5077
|
};
|
|
5078
5078
|
var ForwardRef = /*#__PURE__*/forwardRef(SvgFileCloudUploadFill);
|
|
5079
5079
|
|
|
5080
|
-
var css$4 = {"root":"
|
|
5080
|
+
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"};
|
|
5081
5081
|
|
|
5082
5082
|
function DropSpot(props) {
|
|
5083
5083
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -5095,9 +5095,9 @@ function DropSpot(props) {
|
|
|
5095
5095
|
return React.createElement(DropSpot$1, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
5096
5096
|
}
|
|
5097
5097
|
|
|
5098
|
-
var css$3 = {"uui-typography":"
|
|
5098
|
+
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"};
|
|
5099
5099
|
|
|
5100
|
-
var css$2 = {"root":"
|
|
5100
|
+
var css$2 = {"root":"_0vTI6H"};
|
|
5101
5101
|
|
|
5102
5102
|
const SvgCircleProgress = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5103
5103
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5222,7 +5222,7 @@ const getErrorPageConfig = () => ({
|
|
|
5222
5222
|
},
|
|
5223
5223
|
});
|
|
5224
5224
|
|
|
5225
|
-
var css$1 = {"container":"
|
|
5225
|
+
var css$1 = {"container":"FfPath"};
|
|
5226
5226
|
|
|
5227
5227
|
const ErrorPage = (props) => {
|
|
5228
5228
|
const isMobileScreen = isMobile();
|
|
@@ -5233,7 +5233,7 @@ const ErrorPage = (props) => {
|
|
|
5233
5233
|
React__default.createElement("div", { className: "uui-error-subtitle" }, props.subtitle))));
|
|
5234
5234
|
};
|
|
5235
5235
|
|
|
5236
|
-
var css = {"recovery-spinner":"
|
|
5236
|
+
var css = {"recovery-spinner":"XcGgZy","recovery-message":"_2uQJ4Z","modal-blocker":"L3B00D","modalFadeIn":"Xtv6rT","recoverySpinner":"XcGgZy","recoveryMessage":"_2uQJ4Z","modalBlocker":"L3B00D"};
|
|
5237
5237
|
|
|
5238
5238
|
function ErrorHandler(props) {
|
|
5239
5239
|
const { uuiNotifications, uuiModals, uuiApi } = useUuiContext();
|