@epam/uui 5.14.0-alpha.0 → 5.14.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.esm.js +104 -104
- package/index.js +104 -104
- package/package.json +5 -5
- package/stats.html +19 -1
- package/styles.css +2516 -2516
- package/styles.css.map +1 -1
package/index.esm.js
CHANGED
|
@@ -595,7 +595,7 @@ const settings = {
|
|
|
595
595
|
},
|
|
596
596
|
};
|
|
597
597
|
|
|
598
|
-
var css$1y = {"uui-typography":"
|
|
598
|
+
var css$1y = {"uui-typography":"tUctwJ","uuiTypography":"tUctwJ","hero-header":"cTL2fJ","heroHeader":"cTL2fJ","promo-header":"LO8-EZ","promoHeader":"LO8-EZ","uui-critical":"-w4LDR","uuiCritical":"-w4LDR","uui-info":"TNqXis","uuiInfo":"TNqXis","uui-success":"rQo9tf","uuiSuccess":"rQo9tf","uui-warning":"uKNzZz","uuiWarning":"uKNzZz","uui-highlight":"y7K1u6","uuiHighlight":"y7K1u6","uui-typography-size-12":"GiyFcQ","uuiTypographySize12":"GiyFcQ","uui-typography-size-14":"II-jZS","uuiTypographySize14":"II-jZS","uui-typography-size-16":"jQ5ytm","uuiTypographySize16":"jQ5ytm","root":"IV2eWV"};
|
|
599
599
|
|
|
600
600
|
function applyButtonMods(mods) {
|
|
601
601
|
return [
|
|
@@ -613,7 +613,7 @@ const Button = /* @__PURE__ */withMods(uuiComponents.Button, applyButtonMods, ()
|
|
|
613
613
|
};
|
|
614
614
|
});
|
|
615
615
|
|
|
616
|
-
var css$1x = {"root":"
|
|
616
|
+
var css$1x = {"root":"_7sDyWv"};
|
|
617
617
|
|
|
618
618
|
function applyIconButtonMods(props) {
|
|
619
619
|
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1x.root];
|
|
@@ -650,7 +650,7 @@ function getIconClass(props) {
|
|
|
650
650
|
return [classList['has-left-icon'] ? 'uui-has-left-icon' : 'uui-no-left-icon', classList['has-right-icon'] ? 'uui-has-right-icon' : 'uui-no-right-icon'];
|
|
651
651
|
}
|
|
652
652
|
|
|
653
|
-
var css$1w = {"uui-typography":"
|
|
653
|
+
var css$1w = {"uui-typography":"tWQ2XW","uuiTypography":"tWQ2XW","hero-header":"daZmQG","heroHeader":"daZmQG","promo-header":"r6cRrJ","promoHeader":"r6cRrJ","uui-critical":"Zcr56l","uuiCritical":"Zcr56l","uui-info":"U-B-iS","uuiInfo":"U-B-iS","uui-success":"OuXnNc","uuiSuccess":"OuXnNc","uui-warning":"BF0otH","uuiWarning":"BF0otH","uui-highlight":"A2D8-g","uuiHighlight":"A2D8-g","uui-typography-size-12":"zk87mz","uuiTypographySize12":"zk87mz","uui-typography-size-14":"aVvUE7","uuiTypographySize14":"aVvUE7","uui-typography-size-16":"UaD9Fu","uuiTypographySize16":"UaD9Fu","root":"e5jMrm"};
|
|
654
654
|
|
|
655
655
|
const DEFAULT_COLOR = 'primary';
|
|
656
656
|
const DEFAULT_WEIGHT = 'semibold';
|
|
@@ -681,7 +681,7 @@ const LinkButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
681
681
|
props.isDropdown && (React.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
682
682
|
});
|
|
683
683
|
|
|
684
|
-
var css$1v = {"root":"
|
|
684
|
+
var css$1v = {"root":"mCYJHo"};
|
|
685
685
|
|
|
686
686
|
const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
687
687
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -693,7 +693,7 @@ const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
693
693
|
]) }, props.caption));
|
|
694
694
|
});
|
|
695
695
|
|
|
696
|
-
var css$1u = {"uui-typography":"
|
|
696
|
+
var css$1u = {"uui-typography":"_-3JXlV","uuiTypography":"_-3JXlV","hero-header":"MrT-Wr","heroHeader":"MrT-Wr","promo-header":"Wp2a1i","promoHeader":"Wp2a1i","uui-critical":"_4TqaXQ","uuiCritical":"_4TqaXQ","uui-info":"U9ZkXh","uuiInfo":"U9ZkXh","uui-success":"_55nren","uuiSuccess":"_55nren","uui-warning":"sGzfSU","uuiWarning":"sGzfSU","uui-highlight":"i4-k0b","uuiHighlight":"i4-k0b","uui-typography-size-12":"qYe00G","uuiTypographySize12":"qYe00G","uui-typography-size-14":"x6NO7V","uuiTypographySize14":"x6NO7V","uui-typography-size-16":"StTglx","uuiTypographySize16":"StTglx","root":"_6SbM7d","withNotify":"HXHo-O"};
|
|
697
697
|
|
|
698
698
|
const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
699
699
|
const styles = [
|
|
@@ -721,7 +721,7 @@ const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
721
721
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
722
722
|
});
|
|
723
723
|
|
|
724
|
-
var css$1t = {"uui-typography":"
|
|
724
|
+
var css$1t = {"uui-typography":"ce2isP","uuiTypography":"ce2isP","hero-header":"CVwdCr","heroHeader":"CVwdCr","promo-header":"gzC82K","promoHeader":"gzC82K","uui-critical":"WyeC92","uuiCritical":"WyeC92","uui-info":"jz0GJ6","uuiInfo":"jz0GJ6","uui-success":"H6eyr4","uuiSuccess":"H6eyr4","uui-warning":"-FXLr7","uuiWarning":"-FXLr7","uui-highlight":"_9EFe88","uuiHighlight":"_9EFe88","uui-typography-size-12":"_4PzwRT","uuiTypographySize12":"_4PzwRT","uui-typography-size-14":"_8QdvLp","uuiTypographySize14":"_8QdvLp","uui-typography-size-16":"_5eGyZ-","uuiTypographySize16":"_5eGyZ-","root":"Ua5D9Z"};
|
|
725
725
|
|
|
726
726
|
function applyVerticalTabButtonMods() {
|
|
727
727
|
return [css$1t.root, 'uui-vertical-tab-button'];
|
|
@@ -743,7 +743,7 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
|
743
743
|
};
|
|
744
744
|
var ForwardRef$C = /*#__PURE__*/forwardRef(SvgContentMinusOutline);
|
|
745
745
|
|
|
746
|
-
var css$1s = {"uui-typography":"
|
|
746
|
+
var css$1s = {"uui-typography":"wCUA-b","uuiTypography":"wCUA-b","hero-header":"QPX1ff","heroHeader":"QPX1ff","promo-header":"YdBl6d","promoHeader":"YdBl6d","uui-critical":"tvg2Dt","uuiCritical":"tvg2Dt","uui-info":"aqPF1I","uuiInfo":"aqPF1I","uui-success":"_8GSxF0","uuiSuccess":"_8GSxF0","uui-warning":"IkcxGm","uuiWarning":"IkcxGm","uui-highlight":"lrvbyc","uuiHighlight":"lrvbyc","uui-typography-size-12":"l0mxLv","uuiTypographySize12":"l0mxLv","uui-typography-size-14":"_4af7LM","uuiTypographySize14":"_4af7LM","uui-typography-size-16":"MBBpea","uuiTypographySize16":"MBBpea","root":"OLQZKa","mode-cell":"_--YTW3","modeCell":"_--YTW3"};
|
|
747
747
|
|
|
748
748
|
function applyCheckboxMods(mods) {
|
|
749
749
|
return [
|
|
@@ -778,7 +778,7 @@ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
|
778
778
|
};
|
|
779
779
|
var ForwardRef$B = /*#__PURE__*/forwardRef(SvgRadioDotFill);
|
|
780
780
|
|
|
781
|
-
var css$1r = {"uui-typography":"
|
|
781
|
+
var css$1r = {"uui-typography":"cmVvea","uuiTypography":"cmVvea","hero-header":"YA7nvs","heroHeader":"YA7nvs","promo-header":"qo7djV","promoHeader":"qo7djV","uui-critical":"w6q5-o","uuiCritical":"w6q5-o","uui-info":"lUJq9J","uuiInfo":"lUJq9J","uui-success":"kkVF8x","uuiSuccess":"kkVF8x","uui-warning":"dVZE1a","uuiWarning":"dVZE1a","uui-highlight":"yjDzEP","uuiHighlight":"yjDzEP","uui-typography-size-12":"_7v8az8","uuiTypographySize12":"_7v8az8","uui-typography-size-14":"o70lW3","uuiTypographySize14":"o70lW3","uui-typography-size-16":"g-eOy5","uuiTypographySize16":"g-eOy5","root":"XriKlO"};
|
|
782
782
|
|
|
783
783
|
function applyRadioInputMods(mods) {
|
|
784
784
|
return [
|
|
@@ -790,7 +790,7 @@ function applyRadioInputMods(mods) {
|
|
|
790
790
|
}
|
|
791
791
|
const RadioInput = /* @__PURE__ */withMods(RadioInput$1, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$B }));
|
|
792
792
|
|
|
793
|
-
var css$1q = {"root":"
|
|
793
|
+
var css$1q = {"root":"Jrkppe"};
|
|
794
794
|
|
|
795
795
|
function applySwitchMods(mods) {
|
|
796
796
|
return [
|
|
@@ -814,7 +814,7 @@ var EditMode;
|
|
|
814
814
|
EditMode["INLINE"] = "inline";
|
|
815
815
|
})(EditMode || (EditMode = {}));
|
|
816
816
|
|
|
817
|
-
var textInputCss = {"uui-typography":"
|
|
817
|
+
var textInputCss = {"uui-typography":"wthKNO","uuiTypography":"wthKNO","hero-header":"J31VHB","heroHeader":"J31VHB","promo-header":"RKEmWu","promoHeader":"RKEmWu","uui-critical":"FRR60Z","uuiCritical":"FRR60Z","uui-info":"tiiJK0","uuiInfo":"tiiJK0","uui-success":"m818-B","uuiSuccess":"m818-B","uui-warning":"h-IvS9","uuiWarning":"h-IvS9","uui-highlight":"dBR7Aj","uuiHighlight":"dBR7Aj","uui-typography-size-12":"_8YoEGj","uuiTypographySize12":"_8YoEGj","uui-typography-size-14":"_3vvL-w","uuiTypographySize14":"_3vvL-w","uui-typography-size-16":"_3yp5ei","uuiTypographySize16":"_3yp5ei","root":"xixwK9","mode-form":"NLyDvh","modeForm":"NLyDvh","mode-inline":"HUthzq","modeInline":"HUthzq","mode-cell":"v-yVrQ","modeCell":"v-yVrQ"};
|
|
818
818
|
|
|
819
819
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
820
820
|
function applyTextInputMods(mods) {
|
|
@@ -839,7 +839,7 @@ const SearchInput = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
839
839
|
} }));
|
|
840
840
|
});
|
|
841
841
|
|
|
842
|
-
var css$1p = {"root":"
|
|
842
|
+
var css$1p = {"root":"IKYBq7"};
|
|
843
843
|
|
|
844
844
|
const ControlGroup = /* @__PURE__ */withMods(ControlGroup$1, () => [css$1p.root, 'uui-control-group']);
|
|
845
845
|
|
|
@@ -855,7 +855,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
855
855
|
}
|
|
856
856
|
const MultiSwitch = /* @__PURE__ */React.forwardRef(MultiSwitchComponent);
|
|
857
857
|
|
|
858
|
-
var css$1o = {"uui-typography":"
|
|
858
|
+
var css$1o = {"uui-typography":"EYdVcM","uuiTypography":"EYdVcM","hero-header":"i9EPXX","heroHeader":"i9EPXX","promo-header":"rF4V8D","promoHeader":"rF4V8D","uui-critical":"SzLXUQ","uuiCritical":"SzLXUQ","uui-info":"vwRWgy","uuiInfo":"vwRWgy","uui-success":"s-vpo-","uuiSuccess":"s-vpo-","uui-warning":"dSfDzU","uuiWarning":"dSfDzU","uui-highlight":"amaxbE","uuiHighlight":"amaxbE","uui-typography-size-12":"YioE4o","uuiTypographySize12":"YioE4o","uui-typography-size-14":"J--zE5","uuiTypographySize14":"J--zE5","uui-typography-size-16":"NtdZVK","uuiTypographySize16":"NtdZVK","root":"yLAWf2","mode-form":"NQfQvC","modeForm":"NQfQvC","mode-cell":"_-3fP2o","modeCell":"_-3fP2o"};
|
|
859
859
|
|
|
860
860
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
861
861
|
function applyNumericInputMods(mods) {
|
|
@@ -875,7 +875,7 @@ const NumericInput = /* @__PURE__ */withMods(NumericInput$1, applyNumericInputMo
|
|
|
875
875
|
};
|
|
876
876
|
});
|
|
877
877
|
|
|
878
|
-
var css$1n = {"uui-typography":"
|
|
878
|
+
var css$1n = {"uui-typography":"_0Nurk0","uuiTypography":"_0Nurk0","hero-header":"dJNJq8","heroHeader":"dJNJq8","promo-header":"eA2Os2","promoHeader":"eA2Os2","uui-critical":"zRxiVS","uuiCritical":"zRxiVS","uui-info":"sljwmE","uuiInfo":"sljwmE","uui-success":"t3CH85","uuiSuccess":"t3CH85","uui-warning":"zGEq3O","uuiWarning":"zGEq3O","uui-highlight":"EYLYIJ","uuiHighlight":"EYLYIJ","uui-typography-size-12":"xErTem","uuiTypographySize12":"xErTem","uui-typography-size-14":"_13MU48","uuiTypographySize14":"_13MU48","uui-typography-size-16":"_5vbkBd","uuiTypographySize16":"_5vbkBd","root":"boJAds","mode-form":"_4e2FXm","modeForm":"_4e2FXm","mode-cell":"Mqapnv","modeCell":"Mqapnv","mode-inline":"QrJOMJ","modeInline":"QrJOMJ"};
|
|
879
879
|
|
|
880
880
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
881
881
|
function applyTextAreaMods(mods) {
|
|
@@ -976,7 +976,7 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
|
976
976
|
};
|
|
977
977
|
var ForwardRef$x = /*#__PURE__*/forwardRef(SvgNotificationInfoFill);
|
|
978
978
|
|
|
979
|
-
var css$1m = {"uui-typography":"
|
|
979
|
+
var css$1m = {"uui-typography":"cmPQg4","uuiTypography":"cmPQg4","hero-header":"NIfXNJ","heroHeader":"NIfXNJ","promo-header":"bRlMBV","promoHeader":"bRlMBV","uui-critical":"cj39q-","uuiCritical":"cj39q-","uui-info":"geyslo","uuiInfo":"geyslo","uui-success":"qp2GZ5","uuiSuccess":"qp2GZ5","uui-warning":"mLYeIL","uuiWarning":"mLYeIL","uui-highlight":"bHU9WW","uuiHighlight":"bHU9WW","uui-typography-size-12":"RAZcML","uuiTypographySize12":"RAZcML","uui-typography-size-14":"CBIM6h","uuiTypographySize14":"CBIM6h","uui-typography-size-16":"Tu-lvE","uuiTypographySize16":"Tu-lvE","root":"ruFAfR","main-path":"lIID2H","mainPath":"lIID2H","content-wrapper":"q3CGKy","contentWrapper":"q3CGKy","content":"_-7cUjW","action-wrapper":"IDE-Dw","actionWrapper":"IDE-Dw","icon-wrapper":"CrMifU","iconWrapper":"CrMifU","icon":"_77RPlA","close-icon":"_9MY2Wm","closeIcon":"_9MY2Wm"};
|
|
980
980
|
|
|
981
981
|
const Alert = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("div", { role: "alert", ref: ref, className: cx('uui-alert', css$1m.root, props.color && `uui-color-${props.color}`, props.cx, `uui-size-${props.size || settings.sizes.defaults.alert}`), ...props.rawProps },
|
|
982
982
|
React.createElement("div", { className: css$1m.mainPath },
|
|
@@ -994,7 +994,7 @@ const ErrorAlert = /* @__PURE__ */React.forwardRef((props, ref) => React.createE
|
|
|
994
994
|
|
|
995
995
|
const Dropdown = /* @__PURE__ */withMods(Dropdown$1);
|
|
996
996
|
|
|
997
|
-
var css$1l = {"root":"
|
|
997
|
+
var css$1l = {"root":"SXH6oN"};
|
|
998
998
|
|
|
999
999
|
function applyDropdownContainerMods(mods) {
|
|
1000
1000
|
return [
|
|
@@ -1005,7 +1005,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
1005
1005
|
}
|
|
1006
1006
|
const DropdownContainer = /* @__PURE__ */withMods(uuiComponents.DropdownContainer, applyDropdownContainerMods);
|
|
1007
1007
|
|
|
1008
|
-
var css$1k = {"uui-typography":"
|
|
1008
|
+
var css$1k = {"uui-typography":"_162X0A","uuiTypography":"_162X0A","hero-header":"_6BH9pI","heroHeader":"_6BH9pI","promo-header":"yMaQg7","promoHeader":"yMaQg7","uui-critical":"_6zKoeE","uuiCritical":"_6zKoeE","uui-info":"OiU6jA","uuiInfo":"OiU6jA","uui-success":"aXfrA0","uuiSuccess":"aXfrA0","uui-warning":"LoXIB2","uuiWarning":"LoXIB2","uui-highlight":"zIuuim","uuiHighlight":"zIuuim","uui-typography-size-12":"LyPtf3","uuiTypographySize12":"LyPtf3","uui-typography-size-14":"ZHg3nR","uuiTypographySize14":"ZHg3nR","uui-typography-size-16":"RNLKer","uuiTypographySize16":"RNLKer","submenu-root-item-rtl":"nzzwHr","submenuRootItemRtl":"nzzwHr","icon-after":"Qi-Vvu","iconAfter":"Qi-Vvu","submenu-root-item":"ug3XWG","submenuRootItem":"ug3XWG","icon-check":"GvDJ00","iconCheck":"GvDJ00","splitter-root":"Ph9tWu","splitterRoot":"Ph9tWu","splitter":"xChR08","header-root":"anC0Ot","headerRoot":"anC0Ot","item-root":"lP-ZSj","itemRoot":"lP-ZSj","icon":"Sa4d2T","link":"iQRZ5Y","indent":"Nr3hfk","selected-mark":"UeAkse","selectedMark":"UeAkse"};
|
|
1009
1009
|
|
|
1010
1010
|
var IDropdownControlKeys;
|
|
1011
1011
|
(function (IDropdownControlKeys) {
|
|
@@ -1135,7 +1135,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1135
1135
|
React__default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1136
1136
|
}
|
|
1137
1137
|
|
|
1138
|
-
var css$1j = {"uui-typography":"
|
|
1138
|
+
var css$1j = {"uui-typography":"n5yA9t","uuiTypography":"n5yA9t","hero-header":"MdpQKN","heroHeader":"MdpQKN","promo-header":"kA58OQ","promoHeader":"kA58OQ","uui-critical":"_1d866O","uuiCritical":"_1d866O","uui-info":"VZJQUF","uuiInfo":"VZJQUF","uui-success":"Hb13r8","uuiSuccess":"Hb13r8","uui-warning":"w3JPgi","uuiWarning":"w3JPgi","uui-highlight":"FXvEgO","uuiHighlight":"FXvEgO","uui-typography-size-12":"KKaB2m","uuiTypographySize12":"KKaB2m","uui-typography-size-14":"qFstHG","uuiTypographySize14":"qFstHG","uui-typography-size-16":"D2dUkz","uuiTypographySize16":"D2dUkz","root":"A0HYox","mode-block":"M-afcX","modeBlock":"M-afcX","mode-inline":"-fcOZG","modeInline":"-fcOZG","padding-0":"_7HKRZD","padding0":"_7HKRZD","padding-6":"n6GRpq","padding6":"n6GRpq","padding-12":"_87aNpY","padding12":"_87aNpY","padding-18":"yPGx0s","padding18":"yPGx0s"};
|
|
1139
1139
|
|
|
1140
1140
|
function applyAccordionMods(mods) {
|
|
1141
1141
|
return [
|
|
@@ -1148,7 +1148,7 @@ const Accordion = /* @__PURE__ */withMods(uuiComponents.Accordion, applyAccordio
|
|
|
1148
1148
|
dropdownIcon: mods.dropdownIcon !== null && systemIcons.foldingArrow,
|
|
1149
1149
|
}));
|
|
1150
1150
|
|
|
1151
|
-
var css$1i = {"uui-typography":"
|
|
1151
|
+
var css$1i = {"uui-typography":"fT-GBn","uuiTypography":"fT-GBn","hero-header":"AVkeQd","heroHeader":"AVkeQd","promo-header":"Jq61oD","promoHeader":"Jq61oD","uui-critical":"bYEqEE","uuiCritical":"bYEqEE","uui-info":"_6Wi4nJ","uuiInfo":"_6Wi4nJ","uui-success":"P5agBK","uuiSuccess":"P5agBK","uui-warning":"Fk72Ig","uuiWarning":"Fk72Ig","uui-highlight":"GMsHmI","uuiHighlight":"GMsHmI","uui-typography-size-12":"pwikep","uuiTypographySize12":"pwikep","uui-typography-size-14":"tQkAbs","uuiTypographySize14":"tQkAbs","uui-typography-size-16":"SlcLdZ","uuiTypographySize16":"SlcLdZ","root":"FEPrly","border-top":"yOevjk","borderTop":"yOevjk","border-bottom":"PfEU8c","borderBottom":"PfEU8c","top-shadow":"NWPOaI","topShadow":"NWPOaI","padding-6":"aI7S86","padding6":"aI7S86","padding-12":"_4-mDDF","padding12":"_4-mDDF","padding-18":"bt3vBx","padding18":"bt3vBx","padding-24":"X7m5Rq","padding24":"X7m5Rq","margin-24":"_6neFyW","margin24":"_6neFyW","margin-12":"XXgM7j","margin12":"XXgM7j","vPadding-12":"tmjDWP","vPadding12":"tmjDWP","vPadding-18":"ce2Eow","vPadding18":"ce2Eow","vPadding-24":"_6AFg7A","vPadding24":"_6AFg7A","vPadding-36":"uy-AMg","vPadding36":"uy-AMg","vPadding-48":"RHxuNH","vPadding48":"RHxuNH","spacing-6":"GBLmkw","spacing6":"GBLmkw","spacing-12":"aq1TS-","spacing12":"aq1TS-","spacing-18":"ySWhuG","spacing18":"ySWhuG","uui-surface-main":"_4de8MO","uuiSurfaceMain":"_4de8MO"};
|
|
1152
1152
|
|
|
1153
1153
|
const FlexCell = /* @__PURE__ */withMods(FlexCell$1, () => [css$1i.flexCell]);
|
|
1154
1154
|
|
|
@@ -1172,7 +1172,7 @@ const FlexRow = /* @__PURE__ */withMods(FlexRow$1, (props) => {
|
|
|
1172
1172
|
];
|
|
1173
1173
|
});
|
|
1174
1174
|
|
|
1175
|
-
var css$1h = {"root":"
|
|
1175
|
+
var css$1h = {"root":"B-3w2c","margin-24":"_4a9ep6","margin24":"_4a9ep6","padding-12":"omyhhe","padding12":"omyhhe","padding-24":"CIPjZv","padding24":"CIPjZv","shadow":"gfufiW","uui-surface-main":"mgBIHP","uuiSurfaceMain":"mgBIHP"};
|
|
1176
1176
|
|
|
1177
1177
|
const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
1178
1178
|
'uui-panel',
|
|
@@ -1182,7 +1182,7 @@ const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
|
1182
1182
|
props.background && css$1h[`uui-${props.background}`],
|
|
1183
1183
|
]);
|
|
1184
1184
|
|
|
1185
|
-
var css$1g = {"root":"
|
|
1185
|
+
var css$1g = {"root":"iC6Tt3"};
|
|
1186
1186
|
|
|
1187
1187
|
function applyTooltipMods(mods) {
|
|
1188
1188
|
return [
|
|
@@ -1192,7 +1192,7 @@ function applyTooltipMods(mods) {
|
|
|
1192
1192
|
}
|
|
1193
1193
|
const Tooltip = /* @__PURE__ */withMods(uuiComponents.Tooltip, applyTooltipMods);
|
|
1194
1194
|
|
|
1195
|
-
var css$1f = {"uui-typography":"
|
|
1195
|
+
var css$1f = {"uui-typography":"sPPV8n","uuiTypography":"sPPV8n","hero-header":"_6h74yX","heroHeader":"_6h74yX","promo-header":"taNSO0","promoHeader":"taNSO0","uui-critical":"XZZXWN","uuiCritical":"XZZXWN","uui-info":"_5qBUon","uuiInfo":"_5qBUon","uui-success":"Br9B9e","uuiSuccess":"Br9B9e","uui-warning":"_1Vrxjx","uuiWarning":"_1Vrxjx","uui-highlight":"DjJyvZ","uuiHighlight":"DjJyvZ","uui-typography-size-12":"vE5ces","uuiTypographySize12":"vE5ces","uui-typography-size-14":"gWxB-U","uuiTypographySize14":"gWxB-U","uui-typography-size-16":"tQ5F6n","uuiTypographySize16":"tQ5F6n","root":"df5hpZ"};
|
|
1196
1196
|
|
|
1197
1197
|
function applyLabeledInputMods(mods) {
|
|
1198
1198
|
return [
|
|
@@ -1206,7 +1206,7 @@ const LabeledInput = /* @__PURE__ */withMods(uuiComponents.LabeledInput, applyLa
|
|
|
1206
1206
|
infoIcon: props.infoIcon || (settings.sizes.labeledInput.fillIcon.includes(props.size) ? ForwardRef$x : ForwardRef$M),
|
|
1207
1207
|
}));
|
|
1208
1208
|
|
|
1209
|
-
var css$1e = {"root":"
|
|
1209
|
+
var css$1e = {"root":"itSzgf"};
|
|
1210
1210
|
|
|
1211
1211
|
function RadioGroup(props) {
|
|
1212
1212
|
const direction = props.direction || 'vertical';
|
|
@@ -1221,7 +1221,7 @@ function RadioGroup(props) {
|
|
|
1221
1221
|
})));
|
|
1222
1222
|
}
|
|
1223
1223
|
|
|
1224
|
-
var css$1d = {"root":"
|
|
1224
|
+
var css$1d = {"root":"RjbYOv"};
|
|
1225
1225
|
|
|
1226
1226
|
function applyScrollBarsMods() {
|
|
1227
1227
|
return [
|
|
@@ -1230,13 +1230,13 @@ function applyScrollBarsMods() {
|
|
|
1230
1230
|
}
|
|
1231
1231
|
const ScrollBars = /* @__PURE__ */withMods(ScrollBars$1, applyScrollBarsMods);
|
|
1232
1232
|
|
|
1233
|
-
var css$1c = {"scroll-container":"
|
|
1233
|
+
var css$1c = {"scroll-container":"G7mjYz","scrollContainer":"G7mjYz","list-container":"_2z24Zd","listContainer":"_2z24Zd"};
|
|
1234
1234
|
|
|
1235
|
-
var css$1b = {"root":"
|
|
1235
|
+
var css$1b = {"root":"uN-HYF"};
|
|
1236
1236
|
|
|
1237
1237
|
const AvatarStack = /* @__PURE__ */withMods(AvatarStack$1, () => [css$1b.root]);
|
|
1238
1238
|
|
|
1239
|
-
var css$1a = {"uui-typography":"
|
|
1239
|
+
var css$1a = {"uui-typography":"EVENqs","uuiTypography":"EVENqs","hero-header":"pHPk4y","heroHeader":"pHPk4y","promo-header":"_6tJMDs","promoHeader":"_6tJMDs","uui-critical":"fBxn5V","uuiCritical":"fBxn5V","uui-info":"mChL-m","uuiInfo":"mChL-m","uui-success":"O3KwWK","uuiSuccess":"O3KwWK","uui-warning":"i3NRoW","uuiWarning":"i3NRoW","uui-highlight":"_7tVzIj","uuiHighlight":"_7tVzIj","uui-typography-size-12":"_9mQrGe","uuiTypographySize12":"_9mQrGe","uui-typography-size-14":"xC0EM5","uuiTypographySize14":"xC0EM5","uui-typography-size-16":"gcyPkB","uuiTypographySize16":"gcyPkB","root":"SYMcoC"};
|
|
1240
1240
|
|
|
1241
1241
|
const DEFAULT_FILL = 'solid';
|
|
1242
1242
|
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$19 = {"uui-typography":"
|
|
1267
|
+
var css$19 = {"uui-typography":"gYfqxD","uuiTypography":"gYfqxD","hero-header":"y6iRjR","heroHeader":"y6iRjR","promo-header":"BNMjDg","promoHeader":"BNMjDg","uui-critical":"hXajY2","uuiCritical":"hXajY2","uui-info":"_3qJPH4","uuiInfo":"_3qJPH4","uui-success":"TG3BGT","uuiSuccess":"TG3BGT","uui-warning":"_3JcNh4","uuiWarning":"_3JcNh4","uui-highlight":"x7SO05","uuiHighlight":"x7SO05","uui-typography-size-12":"vcxUth","uuiTypographySize12":"vcxUth","uui-typography-size-14":"NfU9G9","uuiTypographySize14":"NfU9G9","uui-typography-size-16":"NgZcsk","uuiTypographySize16":"NgZcsk","root":"vPFSgo"};
|
|
1268
1268
|
|
|
1269
1269
|
function applyTagMods(props) {
|
|
1270
1270
|
return [
|
|
@@ -1292,7 +1292,7 @@ const Tag = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
1292
1292
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
1293
1293
|
});
|
|
1294
1294
|
|
|
1295
|
-
var css$18 = {"root":"
|
|
1295
|
+
var css$18 = {"root":"rajH5R","uui-spinner":"uM1Wux","uuiSpinner":"uM1Wux"};
|
|
1296
1296
|
|
|
1297
1297
|
function applySpinnerMods() {
|
|
1298
1298
|
return [css$18.root, 'uui-spinner'];
|
|
@@ -1329,7 +1329,7 @@ var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline
|
|
|
1329
1329
|
};
|
|
1330
1330
|
var ForwardRef$v = /*#__PURE__*/forwardRef(SvgNavigationChevronRightOutline);
|
|
1331
1331
|
|
|
1332
|
-
var css$17 = {"root":"
|
|
1332
|
+
var css$17 = {"root":"dr0SQ8","page":"MOclja","spacer":"cmcmEj","mode-ghost":"bT2mlq","modeGhost":"bT2mlq"};
|
|
1333
1333
|
|
|
1334
1334
|
function Paginator(props) {
|
|
1335
1335
|
const renderPaginator = (params) => (React__default.createElement("nav", { role: "navigation", className: cx(css$17.root, 'uui-paginator', `uui-size-${props.size || settings.sizes.defaults.paginator}`), ...params.rawProps },
|
|
@@ -1346,14 +1346,14 @@ function Paginator(props) {
|
|
|
1346
1346
|
return React__default.createElement(Paginator$1, { ...props, render: renderPaginator });
|
|
1347
1347
|
}
|
|
1348
1348
|
|
|
1349
|
-
var css$16 = {"root":"
|
|
1349
|
+
var css$16 = {"root":"mFvIb2","progress-bar":"dlN6pR","progressBar":"dlN6pR","progressBar-indeterminate":"-BHHEM","progressBarIndeterminate":"-BHHEM","size-12":"K3PvmU","size12":"K3PvmU","size-18":"DLhWmQ","size18":"DLhWmQ","size-24":"dt8RKY","size24":"dt8RKY"};
|
|
1350
1350
|
|
|
1351
1351
|
const IndeterminateBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1352
1352
|
return (React.createElement("div", { ref: ref, className: cx('uui-indeterminate_bar', props.cx, css$16.root, css$16[`size-${props.size || 12}`]) },
|
|
1353
1353
|
React.createElement("div", { className: cx(css$16.progressBar) })));
|
|
1354
1354
|
});
|
|
1355
1355
|
|
|
1356
|
-
var css$15 = {"root":"
|
|
1356
|
+
var css$15 = {"root":"wwjo7a","striped":"VkS77z","animate-stripes":"GIW6-0","animateStripes":"GIW6-0","size-12":"xqgihb","size12":"xqgihb","size-18":"_0-7fb4","size18":"_0-7fb4","size-24":"qN0pdN","size24":"qN0pdN"};
|
|
1357
1357
|
|
|
1358
1358
|
const DEFAULT_SIZE = '12';
|
|
1359
1359
|
function applyProgressBarMods(mods) {
|
|
@@ -1368,14 +1368,14 @@ const ProgressBar = /* @__PURE__ */withMods(uuiComponents.ProgressBar, applyProg
|
|
|
1368
1368
|
hideLabel: props.hideLabel || props.striped,
|
|
1369
1369
|
}));
|
|
1370
1370
|
|
|
1371
|
-
var css$14 = {"root":"
|
|
1371
|
+
var css$14 = {"root":"qwpb1W"};
|
|
1372
1372
|
|
|
1373
1373
|
const IndicatorBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1374
1374
|
const { progress } = props;
|
|
1375
1375
|
return progress || progress === 0 ? (React.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx(css$14.root, props.cx), hideLabel: true })) : (React.createElement(IndeterminateBar, { ref: ref, cx: cx(css$14.root, props.cx) }));
|
|
1376
1376
|
});
|
|
1377
1377
|
|
|
1378
|
-
var css$13 = {"root":"
|
|
1378
|
+
var css$13 = {"root":"Onmmj-"};
|
|
1379
1379
|
|
|
1380
1380
|
const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
1381
1381
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -1390,7 +1390,7 @@ const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
1390
1390
|
React__default.createElement("p", { className: "uui-status_indicator-caption" }, props.caption)));
|
|
1391
1391
|
});
|
|
1392
1392
|
|
|
1393
|
-
var css$12 = {"drag-handle":"
|
|
1393
|
+
var css$12 = {"drag-handle":"BZ-LRe","dragHandle":"BZ-LRe","icon-container":"gi-qoj","iconContainer":"gi-qoj"};
|
|
1394
1394
|
|
|
1395
1395
|
function DataRowAddons(props) {
|
|
1396
1396
|
const row = props.rowProps;
|
|
@@ -1411,7 +1411,7 @@ function DataRowAddons(props) {
|
|
|
1411
1411
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row), size: settings.sizes.rowAddons.icon[props.size] || settings.sizes.rowAddons.defaults.icon }))))));
|
|
1412
1412
|
}
|
|
1413
1413
|
|
|
1414
|
-
var css$11 = {"root":"
|
|
1414
|
+
var css$11 = {"root":"Im49l1"};
|
|
1415
1415
|
|
|
1416
1416
|
const Blocker = /* @__PURE__ */withMods(Blocker$1, () => [css$11.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__default.createElement(Spinner, null)) }));
|
|
1417
1417
|
|
|
@@ -1457,7 +1457,7 @@ const VirtualListView = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1457
1457
|
React.createElement(Blocker, { isEnabled: props.isLoading })));
|
|
1458
1458
|
});
|
|
1459
1459
|
|
|
1460
|
-
var css$10 = {"root":"
|
|
1460
|
+
var css$10 = {"root":"yNgaAX"};
|
|
1461
1461
|
|
|
1462
1462
|
function CheckboxGroup(props) {
|
|
1463
1463
|
const currentValue = props.value || [];
|
|
@@ -1479,7 +1479,7 @@ function CheckboxGroup(props) {
|
|
|
1479
1479
|
})));
|
|
1480
1480
|
}
|
|
1481
1481
|
|
|
1482
|
-
var css$$ = {"uui-typography":"
|
|
1482
|
+
var css$$ = {"uui-typography":"_9on-fn","uuiTypography":"_9on-fn","hero-header":"d7-U6t","heroHeader":"d7-U6t","promo-header":"lsICJa","promoHeader":"lsICJa","uui-critical":"_1lPjjU","uuiCritical":"_1lPjjU","uui-info":"px4qRH","uuiInfo":"px4qRH","uui-success":"xLDtl9","uuiSuccess":"xLDtl9","uui-warning":"XmYXKM","uuiWarning":"XmYXKM","uui-highlight":"UJBs-B","uuiHighlight":"UJBs-B","uui-typography-size-12":"EuHmhn","uuiTypographySize12":"EuHmhn","uui-typography-size-14":"UUAfJ3","uuiTypographySize14":"UUAfJ3","uui-typography-size-16":"t56r7o","uuiTypographySize16":"t56r7o","root":"jp0eod","modal-blocker":"_8-HnyI","modalBlocker":"_8-HnyI","animateModalBlocker":"Abhzk1","modal":"bjaEJF","modal-footer":"_-6cq9-","modalFooter":"_-6cq9-","modal-header":"njDEYP","modalHeader":"njDEYP"};
|
|
1483
1483
|
|
|
1484
1484
|
const ModalBlocker = /* @__PURE__ */withMods(ModalBlocker$1, () => [css$$.modalBlocker]);
|
|
1485
1485
|
const ModalWindow = /* @__PURE__ */withMods(ModalWindow$1, () => [css$$.root, css$$.modal], (props) => {
|
|
@@ -1688,7 +1688,7 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
|
1688
1688
|
};
|
|
1689
1689
|
var ForwardRef$u = /*#__PURE__*/forwardRef(SvgNotificationHelpFill);
|
|
1690
1690
|
|
|
1691
|
-
var css$_ = {"uui-typography":"
|
|
1691
|
+
var css$_ = {"uui-typography":"Dqkhkr","uuiTypography":"Dqkhkr","hero-header":"QGCGm3","heroHeader":"QGCGm3","promo-header":"mer-Rw","promoHeader":"mer-Rw","uui-critical":"uggde3","uuiCritical":"uggde3","uui-info":"I9zwBX","uuiInfo":"I9zwBX","uui-success":"RXy1PB","uuiSuccess":"RXy1PB","uui-warning":"MeAWPh","uuiWarning":"MeAWPh","uui-highlight":"-chZbH","uuiHighlight":"-chZbH","uui-typography-size-12":"_0QvuVe","uuiTypographySize12":"_0QvuVe","uui-typography-size-14":"Qdb4Xk","uuiTypographySize14":"Qdb4Xk","uui-typography-size-16":"agfgvf","uuiTypographySize16":"agfgvf","root":"I3BScJ","icon-wrapper":"P0SOd5","iconWrapper":"P0SOd5","action-wrapper":"yBu8bN","actionWrapper":"yBu8bN","action-link":"_49jyWQ","actionLink":"_49jyWQ","close-icon":"_32Fvwt","closeIcon":"_32Fvwt","main-path":"DD8z01","mainPath":"DD8z01","content":"ODjgi3","close-wrapper":"irWDXj","closeWrapper":"irWDXj","notification-wrapper":"zdBfjl","notificationWrapper":"zdBfjl","clear-button":"kzfm2j","clearButton":"kzfm2j"};
|
|
1692
1692
|
|
|
1693
1693
|
const NotificationCard = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
1694
1694
|
const notificationCardNode = React__default.useRef(null);
|
|
@@ -1721,7 +1721,7 @@ function ClearNotification() {
|
|
|
1721
1721
|
React__default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
|
|
1722
1722
|
}
|
|
1723
1723
|
|
|
1724
|
-
var css$Z = {"footer":"
|
|
1724
|
+
var css$Z = {"footer":"-Q-ZLC"};
|
|
1725
1725
|
|
|
1726
1726
|
class ConfirmationModal extends React.Component {
|
|
1727
1727
|
render() {
|
|
@@ -1763,7 +1763,7 @@ function useReliableForceUpdate() {
|
|
|
1763
1763
|
return red[1];
|
|
1764
1764
|
}
|
|
1765
1765
|
|
|
1766
|
-
var css$Y = {"root":"
|
|
1766
|
+
var css$Y = {"root":"_3szEsv","timepicker-input":"LBzjRk","timepickerInput":"LBzjRk","ltr-always":"eAQOGw","ltrAlways":"eAQOGw"};
|
|
1767
1767
|
|
|
1768
1768
|
const uuiTimePicker = {
|
|
1769
1769
|
container: 'uui-timepicker-container',
|
|
@@ -1956,7 +1956,7 @@ function TimePicker(props) {
|
|
|
1956
1956
|
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 }));
|
|
1957
1957
|
}
|
|
1958
1958
|
|
|
1959
|
-
var css$X = {"root":"
|
|
1959
|
+
var css$X = {"root":"djMT5y"};
|
|
1960
1960
|
|
|
1961
1961
|
function applyInputAddonMods() {
|
|
1962
1962
|
return [
|
|
@@ -1965,7 +1965,7 @@ function applyInputAddonMods() {
|
|
|
1965
1965
|
}
|
|
1966
1966
|
const InputAddon = /* @__PURE__ */withMods(InputAddon$1, applyInputAddonMods);
|
|
1967
1967
|
|
|
1968
|
-
var css$W = {"root":"
|
|
1968
|
+
var css$W = {"root":"cSyfch"};
|
|
1969
1969
|
|
|
1970
1970
|
function applySliderMods() {
|
|
1971
1971
|
return [css$W.root, 'uui-color-neutral'];
|
|
@@ -1988,7 +1988,7 @@ var SvgStarFilled = function SvgStarFilled(props, ref) {
|
|
|
1988
1988
|
};
|
|
1989
1989
|
var ForwardRef$t = /*#__PURE__*/forwardRef(SvgStarFilled);
|
|
1990
1990
|
|
|
1991
|
-
var css$V = {"root":"
|
|
1991
|
+
var css$V = {"root":"Rt13Sv","tooltip":"znXXdo"};
|
|
1992
1992
|
|
|
1993
1993
|
function applyRatingMods(mods) {
|
|
1994
1994
|
return [
|
|
@@ -2129,7 +2129,7 @@ const getNextYearsList = (currentDate) => {
|
|
|
2129
2129
|
return currentDate.add(16, 'year');
|
|
2130
2130
|
};
|
|
2131
2131
|
|
|
2132
|
-
var css$U = {"root":"
|
|
2132
|
+
var css$U = {"root":"VEhk-N","container":"xEknEz"};
|
|
2133
2133
|
|
|
2134
2134
|
const uuiHeader = {
|
|
2135
2135
|
container: 'uui-datepicker-header-container',
|
|
@@ -2213,14 +2213,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2213
2213
|
React.createElement(Button, { icon: navIconRight || ForwardRef$v, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
|
|
2214
2214
|
}
|
|
2215
2215
|
|
|
2216
|
-
var css$T = {"uui-typography":"
|
|
2216
|
+
var css$T = {"uui-typography":"NpSgvj","uuiTypography":"NpSgvj","hero-header":"cjq7lP","heroHeader":"cjq7lP","promo-header":"NDiHNF","promoHeader":"NDiHNF","uui-critical":"v9TCWi","uuiCritical":"v9TCWi","uui-info":"MFLLBT","uuiInfo":"MFLLBT","uui-success":"nPD-oZ","uuiSuccess":"nPD-oZ","uui-warning":"_0tG9Ik","uuiWarning":"_0tG9Ik","uui-highlight":"nMFhfy","uuiHighlight":"nMFhfy","uui-typography-size-12":"-dUvKE","uuiTypographySize12":"-dUvKE","uui-typography-size-14":"k53jt-","uuiTypographySize14":"k53jt-","uui-typography-size-16":"Ld9rS2","uuiTypographySize16":"Ld9rS2","root":"k7R3Ci"};
|
|
2217
2217
|
|
|
2218
2218
|
function applyDateSelectionMods() {
|
|
2219
2219
|
return [css$T.root, `uui-size-${settings.sizes.defaults.datePicker}`];
|
|
2220
2220
|
}
|
|
2221
2221
|
const Calendar = /* @__PURE__ */withMods(Calendar$1, applyDateSelectionMods);
|
|
2222
2222
|
|
|
2223
|
-
var css$S = {"uui-typography":"
|
|
2223
|
+
var css$S = {"uui-typography":"ir9y-m","uuiTypography":"ir9y-m","hero-header":"-gDtGu","heroHeader":"-gDtGu","promo-header":"STp4Qk","promoHeader":"STp4Qk","uui-critical":"Qyw-ha","uuiCritical":"Qyw-ha","uui-info":"xh6ZpO","uuiInfo":"xh6ZpO","uui-success":"_3RdQT-","uuiSuccess":"_3RdQT-","uui-warning":"WwAlnM","uuiWarning":"WwAlnM","uui-highlight":"LjnyA2","uuiHighlight":"LjnyA2","uui-typography-size-12":"f0siQs","uuiTypographySize12":"f0siQs","uui-typography-size-14":"hrlYQn","uuiTypographySize14":"hrlYQn","uui-typography-size-16":"KWhhZq","uuiTypographySize16":"KWhhZq","root":"j7GPTU"};
|
|
2224
2224
|
|
|
2225
2225
|
const uuiDatePickerBody = {
|
|
2226
2226
|
wrapper: 'uui-datepicker-body-wrapper',
|
|
@@ -2346,7 +2346,7 @@ function DatePickerComponent(props, ref) {
|
|
|
2346
2346
|
}
|
|
2347
2347
|
const DatePicker = /* @__PURE__ */React__default.forwardRef(DatePickerComponent);
|
|
2348
2348
|
|
|
2349
|
-
var css$R = {"uui-typography":"
|
|
2349
|
+
var css$R = {"uui-typography":"_2dIsE1","uuiTypography":"_2dIsE1","hero-header":"lmv3QO","heroHeader":"lmv3QO","promo-header":"e22JsT","promoHeader":"e22JsT","uui-critical":"uS2Kbd","uuiCritical":"uS2Kbd","uui-info":"q7q1rp","uuiInfo":"q7q1rp","uui-success":"q2WH7u","uuiSuccess":"q2WH7u","uui-warning":"Xwj5Oo","uuiWarning":"Xwj5Oo","uui-highlight":"-UQCYl","uuiHighlight":"-UQCYl","uui-typography-size-12":"mFIU0C","uuiTypographySize12":"mFIU0C","uui-typography-size-14":"b4yFyV","uuiTypographySize14":"b4yFyV","uui-typography-size-16":"kxdvn-","uuiTypographySize16":"kxdvn-","date-input":"KXH3i3","dateInput":"KXH3i3","root":"khOT-o","separator":"ZEeLft","mode-form":"_8gF3Ao","modeForm":"_8gF3Ao","mode-cell":"Mseacd","modeCell":"Mseacd"};
|
|
2350
2350
|
|
|
2351
2351
|
const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, onKeyDown, id, cx: classes, }, ref) => {
|
|
2352
2352
|
const [inputValue, setInputValue] = useState(toCustomDateRangeFormat(value, format));
|
|
@@ -2397,7 +2397,7 @@ const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid,
|
|
|
2397
2397
|
} : undefined, onValueChange: (v) => onInputChange(v || '', 'to'), onFocus: (e) => handleFocus(e, 'to'), onBlur: (e) => handleBlur(e, 'to'), isInvalid: isInvalid, isDisabled: isDisabled, isReadonly: isReadonly, isDropdown: false, rawProps: rawProps?.to, onClick: onClick, onKeyDown: onInputKeyDown })));
|
|
2398
2398
|
});
|
|
2399
2399
|
|
|
2400
|
-
var css$Q = {"uui-typography":"
|
|
2400
|
+
var css$Q = {"uui-typography":"EN1fwE","uuiTypography":"EN1fwE","hero-header":"_4t0Jkc","heroHeader":"_4t0Jkc","promo-header":"VXnzkc","promoHeader":"VXnzkc","uui-critical":"S5S-fj","uuiCritical":"S5S-fj","uui-info":"_2Fgxkk","uuiInfo":"_2Fgxkk","uui-success":"cOUesv","uuiSuccess":"cOUesv","uui-warning":"xPkqL3","uuiWarning":"xPkqL3","uui-highlight":"_8vTOXd","uuiHighlight":"_8vTOXd","uui-typography-size-12":"_6KTN8r","uuiTypographySize12":"_6KTN8r","uui-typography-size-14":"uolYff","uuiTypographySize14":"uolYff","uui-typography-size-16":"a8G8QL","uuiTypographySize16":"a8G8QL","root":"ndpu2G"};
|
|
2401
2401
|
|
|
2402
2402
|
const uuiPresets = {
|
|
2403
2403
|
container: 'uui-presets-container',
|
|
@@ -2417,7 +2417,7 @@ function CalendarPresets(props) {
|
|
|
2417
2417
|
getPresets(props.presets).map((item) => (React.createElement(LinkButton, { key: item.key, caption: item.name, onClick: () => props.onPresetSet(item), size: "24" })))));
|
|
2418
2418
|
}
|
|
2419
2419
|
|
|
2420
|
-
var css$P = {"uui-typography":"
|
|
2420
|
+
var css$P = {"uui-typography":"Dym6Ze","uuiTypography":"Dym6Ze","hero-header":"-INyDb","heroHeader":"-INyDb","promo-header":"_6qMPLp","promoHeader":"_6qMPLp","uui-critical":"mBrf4-","uuiCritical":"mBrf4-","uui-info":"vDwrDz","uuiInfo":"vDwrDz","uui-success":"V2LLub","uuiSuccess":"V2LLub","uui-warning":"_08msVb","uuiWarning":"_08msVb","uui-highlight":"T-trQg","uuiHighlight":"T-trQg","uui-typography-size-12":"A8tMYj","uuiTypographySize12":"A8tMYj","uui-typography-size-14":"FJNbOB","uuiTypographySize14":"FJNbOB","uui-typography-size-16":"S0Ctmn","uuiTypographySize16":"S0Ctmn","root":"fdQkP-","container":"_-2Vwmw","day-selection":"_88v1Uq","daySelection":"_88v1Uq","from-picker":"-n--mF","fromPicker":"-n--mF","to-picker":"Tujiti","toPicker":"Tujiti","bodes-wrapper":"ZD9Vov","bodesWrapper":"ZD9Vov","blocker":"lYOt1O"};
|
|
2421
2421
|
|
|
2422
2422
|
const uuiRangeDatePickerBody = {
|
|
2423
2423
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -2592,7 +2592,7 @@ const getDayCX = (day, selectedDate) => {
|
|
|
2592
2592
|
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)];
|
|
2593
2593
|
};
|
|
2594
2594
|
|
|
2595
|
-
var css$O = {"dropdown-container":"
|
|
2595
|
+
var css$O = {"dropdown-container":"AiIfdy","dropdownContainer":"AiIfdy"};
|
|
2596
2596
|
|
|
2597
2597
|
const modifiers = [{
|
|
2598
2598
|
name: 'offset',
|
|
@@ -2660,7 +2660,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
2660
2660
|
}
|
|
2661
2661
|
const RangeDatePicker = /* @__PURE__ */React__default.forwardRef(RangeDatePickerComponent);
|
|
2662
2662
|
|
|
2663
|
-
var css$N = {"root":"
|
|
2663
|
+
var css$N = {"root":"PwiGHG","blocker":"c5rlfG","marker":"KUBECF","top":"TyWJIA","bottom":"xD3iGX","left":"ufJhIs","right":"ibl4lJ","inside":"ezKFDI"};
|
|
2664
2664
|
|
|
2665
2665
|
function DropMarker(props) {
|
|
2666
2666
|
return props.isDndInProgress
|
|
@@ -2675,7 +2675,7 @@ function DropMarker(props) {
|
|
|
2675
2675
|
: null;
|
|
2676
2676
|
}
|
|
2677
2677
|
|
|
2678
|
-
var css$M = {"root":"
|
|
2678
|
+
var css$M = {"root":"_9JPACt","line-height":"NRefg8","lineHeight":"NRefg8","font-size":"_7ONyrA","fontSize":"_7ONyrA"};
|
|
2679
2679
|
|
|
2680
2680
|
function applyTextMods(mods) {
|
|
2681
2681
|
return [
|
|
@@ -2702,7 +2702,7 @@ const Text = /* @__PURE__ */withMods(uuiComponents.Text, applyTextMods, (props)
|
|
|
2702
2702
|
};
|
|
2703
2703
|
});
|
|
2704
2704
|
|
|
2705
|
-
var css$L = {"root":"
|
|
2705
|
+
var css$L = {"root":"ZZG-1J","loading-word":"_8EFzJ-","loadingWord":"_8EFzJ-","animated-loading":"o-Gac-","animatedLoading":"o-Gac-","skeleton_loading":"HhDcWh","skeletonLoading":"HhDcWh"};
|
|
2706
2706
|
|
|
2707
2707
|
const TextPlaceholder = (props) => {
|
|
2708
2708
|
const pattern = ' ';
|
|
@@ -2721,7 +2721,7 @@ const TextPlaceholder = (props) => {
|
|
|
2721
2721
|
|
|
2722
2722
|
const RichTextView = /* @__PURE__ */withMods(uuiComponents.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || settings.sizes.defaults.richTextView}`]);
|
|
2723
2723
|
|
|
2724
|
-
var css$K = {"uui-typography":"
|
|
2724
|
+
var css$K = {"uui-typography":"ER8Zhi","uuiTypography":"ER8Zhi","hero-header":"xl-9a-","heroHeader":"xl-9a-","promo-header":"adHfmE","promoHeader":"adHfmE","uui-critical":"ZtAY4F","uuiCritical":"ZtAY4F","uui-info":"g7AY8o","uuiInfo":"g7AY8o","uui-success":"o-FHLn","uuiSuccess":"o-FHLn","uui-warning":"_3nwCez","uuiWarning":"_3nwCez","uui-highlight":"wOgTL7","uuiHighlight":"wOgTL7","uui-typography-size-12":"Ny7gMK","uuiTypographySize12":"Ny7gMK","uui-typography-size-14":"mTeoEX","uuiTypographySize14":"mTeoEX","uui-typography-size-16":"n2isPM","uuiTypographySize16":"n2isPM","modal":"iLeHay","search-wrapper":"EWGeP-","searchWrapper":"EWGeP-","no-data":"Rmqq2P","noData":"Rmqq2P","type-search-to-load-size-24":"CRWPVm","typeSearchToLoadSize24":"CRWPVm"};
|
|
2725
2725
|
|
|
2726
2726
|
class DataPickerBody extends PickerBodyBase {
|
|
2727
2727
|
constructor() {
|
|
@@ -2769,7 +2769,7 @@ class DataPickerBody extends PickerBodyBase {
|
|
|
2769
2769
|
}
|
|
2770
2770
|
}
|
|
2771
2771
|
|
|
2772
|
-
var css$J = {"footer":"
|
|
2772
|
+
var css$J = {"footer":"tphwPU"};
|
|
2773
2773
|
|
|
2774
2774
|
function DataPickerFooterImpl(props) {
|
|
2775
2775
|
const { search, clearSelection, view, showSelected, selectionMode, isSearchTooShort, } = props;
|
|
@@ -2795,7 +2795,7 @@ function DataPickerFooterImpl(props) {
|
|
|
2795
2795
|
}
|
|
2796
2796
|
const DataPickerFooter = /* @__PURE__ */React__default.memo(DataPickerFooterImpl);
|
|
2797
2797
|
|
|
2798
|
-
var css$I = {"header":"
|
|
2798
|
+
var css$I = {"header":"_9aY1xg","title":"zn2pAb","close":"eKJ7sc"};
|
|
2799
2799
|
|
|
2800
2800
|
const DataPickerHeaderImpl = (props) => {
|
|
2801
2801
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -2820,7 +2820,7 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
|
2820
2820
|
};
|
|
2821
2821
|
var ForwardRef$s = /*#__PURE__*/forwardRef(SvgNotificationDoneFill);
|
|
2822
2822
|
|
|
2823
|
-
var css$H = {"uui-typography":"
|
|
2823
|
+
var css$H = {"uui-typography":"SYfJvn","uuiTypography":"SYfJvn","hero-header":"J7erFs","heroHeader":"J7erFs","promo-header":"jHbQFG","promoHeader":"jHbQFG","uui-critical":"lqroQ6","uuiCritical":"lqroQ6","uui-info":"K4fHB-","uuiInfo":"K4fHB-","uui-success":"S2svi1","uuiSuccess":"S2svi1","uui-warning":"_5AIsmY","uuiWarning":"_5AIsmY","uui-highlight":"zx6ThB","uuiHighlight":"zx6ThB","uui-typography-size-12":"v9MDn-","uuiTypographySize12":"v9MDn-","uui-typography-size-14":"cqQrLG","uuiTypographySize14":"cqQrLG","uui-typography-size-16":"-UBaCT","uuiTypographySize16":"-UBaCT","root":"rfe4cg","align-widgets-top":"Uz9lF2","alignWidgetsTop":"Uz9lF2","align-widgets-center":"ZtyB4w","alignWidgetsCenter":"ZtyB4w","icon-container":"vFhK6s","iconContainer":"vFhK6s","loading-cell":"c8j2Jq","loadingCell":"c8j2Jq","content-wrapper":"IbyHAC","contentWrapper":"IbyHAC","render-item":"_9Vjf14","renderItem":"_9Vjf14","icon-wrapper":"_1K-iqS","iconWrapper":"_1K-iqS","icon-default":"vRbnjE","iconDefault":"vRbnjE","selected-mark":"GNw2de","selectedMark":"GNw2de"};
|
|
2824
2824
|
|
|
2825
2825
|
function DataPickerCell(props) {
|
|
2826
2826
|
const ref = React.useRef();
|
|
@@ -2857,7 +2857,7 @@ function DataPickerCell(props) {
|
|
|
2857
2857
|
getWrappedContent()));
|
|
2858
2858
|
}
|
|
2859
2859
|
|
|
2860
|
-
var css$G = {"uui-typography":"
|
|
2860
|
+
var css$G = {"uui-typography":"vZqXfr","uuiTypography":"vZqXfr","hero-header":"zboiyS","heroHeader":"zboiyS","promo-header":"H5-ltq","promoHeader":"H5-ltq","uui-critical":"I0xszk","uuiCritical":"I0xszk","uui-info":"AFKCyw","uuiInfo":"AFKCyw","uui-success":"_2JM3An","uuiSuccess":"_2JM3An","uui-warning":"S18o3R","uuiWarning":"S18o3R","uui-highlight":"pK4cWO","uuiHighlight":"pK4cWO","uui-typography-size-12":"il5tdi","uuiTypographySize12":"il5tdi","uui-typography-size-14":"_0u6Yeg","uuiTypographySize14":"_0u6Yeg","uui-typography-size-16":"p-E2xc","uuiTypographySize16":"p-E2xc","picker-row":"w2BpTz","pickerRow":"w2BpTz"};
|
|
2861
2861
|
|
|
2862
2862
|
class DataPickerRow extends React.Component {
|
|
2863
2863
|
constructor() {
|
|
@@ -2871,7 +2871,7 @@ class DataPickerRow extends React.Component {
|
|
|
2871
2871
|
}
|
|
2872
2872
|
}
|
|
2873
2873
|
|
|
2874
|
-
var css$F = {"uui-typography":"
|
|
2874
|
+
var css$F = {"uui-typography":"uMXsHD","uuiTypography":"uMXsHD","hero-header":"MrgnNt","heroHeader":"MrgnNt","promo-header":"zjfNoQ","promoHeader":"zjfNoQ","uui-critical":"siqps6","uuiCritical":"siqps6","uui-info":"Y2ncy8","uuiInfo":"Y2ncy8","uui-success":"R-C6gb","uuiSuccess":"R-C6gb","uui-warning":"m4ITaU","uuiWarning":"m4ITaU","uui-highlight":"-hJZcZ","uuiHighlight":"-hJZcZ","uui-typography-size-12":"NajQ8A","uuiTypographySize12":"NajQ8A","uui-typography-size-14":"IM8HBo","uuiTypographySize14":"IM8HBo","uui-typography-size-16":"cCKqBj","uuiTypographySize16":"cCKqBj","done":"JNFRB-","container":"iyhHqT"};
|
|
2875
2875
|
|
|
2876
2876
|
const PickerBodyMobileView = (props) => {
|
|
2877
2877
|
const isMobileView = isMobile();
|
|
@@ -2905,7 +2905,7 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
2905
2905
|
};
|
|
2906
2906
|
var ForwardRef$r = /*#__PURE__*/forwardRef(SvgSearchWithBackground);
|
|
2907
2907
|
|
|
2908
|
-
var css$E = {"uui-typography":"
|
|
2908
|
+
var css$E = {"uui-typography":"isvMwe","uuiTypography":"isvMwe","hero-header":"L7eGiE","heroHeader":"L7eGiE","promo-header":"uVUCNX","promoHeader":"uVUCNX","uui-critical":"bjrS-P","uuiCritical":"bjrS-P","uui-info":"UDdPyf","uuiInfo":"UDdPyf","uui-success":"_09s3wB","uuiSuccess":"_09s3wB","uui-warning":"rdkG4t","uuiWarning":"rdkG4t","uui-highlight":"oP7krb","uuiHighlight":"oP7krb","uui-typography-size-12":"jvJKso","uuiTypographySize12":"jvJKso","uui-typography-size-14":"DBIe25","uuiTypographySize14":"DBIe25","uui-typography-size-16":"sBZI8A","uuiTypographySize16":"sBZI8A","sub-header-wrapper":"IKJJJ3","subHeaderWrapper":"IKJJJ3","switch":"TtogGg","no-found-modal-container":"Z1icRO","noFoundModalContainer":"Z1icRO","no-found-modal-container-icon":"f3sQnC","noFoundModalContainerIcon":"f3sQnC","no-found-modal-container-text":"NMj7QS","noFoundModalContainerText":"NMj7QS"};
|
|
2909
2909
|
|
|
2910
2910
|
const mergeHighlightRanges = (ranges) => {
|
|
2911
2911
|
const mergedRanges = [];
|
|
@@ -2972,7 +2972,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
2972
2972
|
return getDecoratedText(str, ranges);
|
|
2973
2973
|
};
|
|
2974
2974
|
|
|
2975
|
-
var css$D = {"root":"
|
|
2975
|
+
var css$D = {"root":"RNLyrN","column-gap":"O0qnkO","columnGap":"O0qnkO","multiline":"Av3cL9","text":"hYf0YM"};
|
|
2976
2976
|
|
|
2977
2977
|
function PickerItem(props) {
|
|
2978
2978
|
const { highlightSearchMatches = true, size, avatarUrl, isLoading, isDisabled, icon, cx, } = props;
|
|
@@ -3046,7 +3046,7 @@ function PickerModal(props) {
|
|
|
3046
3046
|
React__default.createElement(ModalFooter, { padding: "24", vPadding: "24" }, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
3047
3047
|
}
|
|
3048
3048
|
|
|
3049
|
-
var css$C = {"tooltip":"
|
|
3049
|
+
var css$C = {"tooltip":"DNCz11"};
|
|
3050
3050
|
|
|
3051
3051
|
const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
3052
3052
|
const tagProps = {
|
|
@@ -3065,7 +3065,7 @@ const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
3065
3065
|
}
|
|
3066
3066
|
});
|
|
3067
3067
|
|
|
3068
|
-
var css$B = {"uui-typography":"
|
|
3068
|
+
var css$B = {"uui-typography":"_42h2Cl","uuiTypography":"_42h2Cl","hero-header":"_64aNey","heroHeader":"_64aNey","promo-header":"XuDqNU","promoHeader":"XuDqNU","uui-critical":"NItTA8","uuiCritical":"NItTA8","uui-info":"-Fv-1I","uuiInfo":"-Fv-1I","uui-success":"e99wW5","uuiSuccess":"e99wW5","uui-warning":"AVbshY","uuiWarning":"AVbshY","uui-highlight":"AG8BNH","uuiHighlight":"AG8BNH","uui-typography-size-12":"m5J0Ro","uuiTypographySize12":"m5J0Ro","uui-typography-size-14":"hRDAS-","uuiTypographySize14":"hRDAS-","uui-typography-size-16":"ZxyJS-","uuiTypographySize16":"ZxyJS-","root":"H8efg9","mode-form":"rUg1dd","modeForm":"rUg1dd","mode-cell":"-J6OdZ","modeCell":"-J6OdZ","mode-inline":"oyqZ-o","modeInline":"oyqZ-o"};
|
|
3069
3069
|
|
|
3070
3070
|
const defaultMode = EditMode.FORM;
|
|
3071
3071
|
function applyPickerTogglerMods(mods) {
|
|
@@ -3166,7 +3166,7 @@ function PickerInputComponent({ highlightSearchMatches = true, ...props }, ref)
|
|
|
3166
3166
|
}
|
|
3167
3167
|
const PickerInput = /* @__PURE__ */React__default.forwardRef(PickerInputComponent);
|
|
3168
3168
|
|
|
3169
|
-
var css$A = {"row":"
|
|
3169
|
+
var css$A = {"row":"_0ch7Lm"};
|
|
3170
3170
|
|
|
3171
3171
|
function PickerListItem(props) {
|
|
3172
3172
|
let label;
|
|
@@ -3186,7 +3186,7 @@ function PickerListItem(props) {
|
|
|
3186
3186
|
return (React__default.createElement("div", { role: "option", "aria-selected": props.isSelectable ? props.isSelected : undefined, "aria-busy": props.isLoading, "aria-posinset": props.index + 1, ...(props.checkbox?.isVisible && { 'aria-checked': props.isChecked }), className: css$A.row }, component));
|
|
3187
3187
|
}
|
|
3188
3188
|
|
|
3189
|
-
var css$z = {"root":"
|
|
3189
|
+
var css$z = {"root":"S-tPA-"};
|
|
3190
3190
|
|
|
3191
3191
|
function PickerList(props) {
|
|
3192
3192
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = usePickerList(props);
|
|
@@ -3221,7 +3221,7 @@ function PickerList(props) {
|
|
|
3221
3221
|
}, selectedRows)));
|
|
3222
3222
|
}
|
|
3223
3223
|
|
|
3224
|
-
var css$y = {"uui-typography":"
|
|
3224
|
+
var css$y = {"uui-typography":"s6solM","uuiTypography":"s6solM","hero-header":"mTAiyx","heroHeader":"mTAiyx","promo-header":"Q09S-P","promoHeader":"Q09S-P","uui-critical":"l3q39s","uuiCritical":"l3q39s","uui-info":"UMz7q-","uuiInfo":"UMz7q-","uui-success":"fJ9Dap","uuiSuccess":"fJ9Dap","uui-warning":"OuUD-v","uuiWarning":"OuUD-v","uui-highlight":"oZG4mu","uuiHighlight":"oZG4mu","uui-typography-size-12":"pd8kfj","uuiTypographySize12":"pd8kfj","uui-typography-size-14":"OoaFrD","uuiTypographySize14":"OoaFrD","uui-typography-size-16":"bzyGcx","uuiTypographySize16":"bzyGcx","root":"JaRJ3D","wrapper":"FY1lEo","align-widgets-top":"_2AeFBQ","alignWidgetsTop":"_2AeFBQ","align-widgets-center":"SiIoCp","alignWidgetsCenter":"SiIoCp"};
|
|
3225
3225
|
|
|
3226
3226
|
function DataTableCell(initialProps) {
|
|
3227
3227
|
const props = { ...initialProps };
|
|
@@ -3270,7 +3270,7 @@ function DataTableCell(initialProps) {
|
|
|
3270
3270
|
return React.createElement(DataTableCell$1, { ...props });
|
|
3271
3271
|
}
|
|
3272
3272
|
|
|
3273
|
-
var css$x = {"uui-typography":"
|
|
3273
|
+
var css$x = {"uui-typography":"Pu-T3O","uuiTypography":"Pu-T3O","hero-header":"gGwt7p","heroHeader":"gGwt7p","promo-header":"pna5E4","promoHeader":"pna5E4","uui-critical":"OPuuNy","uuiCritical":"OPuuNy","uui-info":"FlymRa","uuiInfo":"FlymRa","uui-success":"Cil-ay","uuiSuccess":"Cil-ay","uui-warning":"z7GZOH","uuiWarning":"z7GZOH","uui-highlight":"daJafi","uuiHighlight":"daJafi","uui-typography-size-12":"HIwqge","uuiTypographySize12":"HIwqge","uui-typography-size-14":"a6Z7YP","uuiTypographySize14":"a6Z7YP","uui-typography-size-16":"mI3xDF","uuiTypographySize16":"mI3xDF","root":"_3BD1p4"};
|
|
3274
3274
|
|
|
3275
3275
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3276
3276
|
// 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.
|
|
@@ -3286,7 +3286,7 @@ const DataTableRow = /* @__PURE__ */withMods(DataTableRow$1, ({ borderBottom = t
|
|
|
3286
3286
|
];
|
|
3287
3287
|
}, () => propsMods);
|
|
3288
3288
|
|
|
3289
|
-
var css$w = {"uui-typography":"
|
|
3289
|
+
var css$w = {"uui-typography":"DmLhcP","uuiTypography":"DmLhcP","hero-header":"YWazzx","heroHeader":"YWazzx","promo-header":"La3lYV","promoHeader":"La3lYV","uui-critical":"w9KSvU","uuiCritical":"w9KSvU","uui-info":"_7epXmk","uuiInfo":"_7epXmk","uui-success":"_3O77EF","uuiSuccess":"_3O77EF","uui-warning":"OoMflG","uuiWarning":"OoMflG","uui-highlight":"i9NbB4","uuiHighlight":"i9NbB4","uui-typography-size-12":"hztGPM","uuiTypographySize12":"hztGPM","uui-typography-size-14":"R219eO","uuiTypographySize14":"R219eO","uui-typography-size-16":"PrOPQN","uuiTypographySize16":"PrOPQN","sorting-panel-container":"_5ij3nT","sortingPanelContainer":"_5ij3nT"};
|
|
3290
3290
|
|
|
3291
3291
|
var _path$q;
|
|
3292
3292
|
function _extends$q() { return _extends$q = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$q.apply(null, arguments); }
|
|
@@ -3416,7 +3416,7 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
|
|
|
3416
3416
|
};
|
|
3417
3417
|
var ForwardRef$k = /*#__PURE__*/forwardRef(SvgNavigationExpandAllOutline);
|
|
3418
3418
|
|
|
3419
|
-
var css$v = {"uui-typography":"
|
|
3419
|
+
var css$v = {"uui-typography":"sAHxT5","uuiTypography":"sAHxT5","hero-header":"lTFoJ7","heroHeader":"lTFoJ7","promo-header":"zKkIxw","promoHeader":"zKkIxw","uui-critical":"SySUg-","uuiCritical":"SySUg-","uui-info":"IJKKM-","uuiInfo":"IJKKM-","uui-success":"hNpVAr","uuiSuccess":"hNpVAr","uui-warning":"oFuRrv","uuiWarning":"oFuRrv","uui-highlight":"yrVDVO","uuiHighlight":"yrVDVO","uui-typography-size-12":"XbxoTz","uuiTypographySize12":"XbxoTz","uui-typography-size-14":"AL-bM6","uuiTypographySize14":"AL-bM6","uui-typography-size-16":"J4SrME","uuiTypographySize16":"J4SrME","root":"VZDZe8","caption-wrapper":"bpVbV8","captionWrapper":"bpVbV8","sort-icon":"_5Qhvy7","sortIcon":"_5Qhvy7","dropdown-icon":"QJemGI","dropdownIcon":"QJemGI","infoIcon":"_43PRSl","resizable":"Z6CFNE","align-right":"ECkLg7","alignRight":"ECkLg7","align-center":"_3UYwbt","alignCenter":"_3UYwbt","caption":"AGalgT","truncate":"BULGNl","checkbox":"_42SjSL","icon":"_3PHdkV","fold-all-icon":"_8qWddr","foldAllIcon":"_8qWddr","cell-tooltip":"yWh64C","cellTooltip":"yWh64C","upper-case":"_9H5h9l","upperCase":"_9H5h9l","resizing-marker":"VcbYq7","resizingMarker":"VcbYq7","pinned-right":"UYeT-D","pinnedRight":"UYeT-D","draggable":"_6L1jIg","ghost":"QUwbmq","is-dragged-out":"rhAmvp","isDraggedOut":"rhAmvp","dnd-marker-left":"t19mwM","dndMarkerLeft":"t19mwM","dnd-marker-right":"NOae3H","dndMarkerRight":"NOae3H","cell-tooltip-wrapper":"ZKn21m","cellTooltipWrapper":"ZKn21m","cell-tooltip-text":"i1L4a-","cellTooltipText":"i1L4a-","tooltip-caption":"IzE07H","tooltipCaption":"IzE07H","tooltip-info":"U1Ff8V","tooltipInfo":"U1Ff8V"};
|
|
3420
3420
|
|
|
3421
3421
|
class DataTableHeaderCell extends React.Component {
|
|
3422
3422
|
constructor() {
|
|
@@ -3524,9 +3524,9 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
|
3524
3524
|
};
|
|
3525
3525
|
var ForwardRef$j = /*#__PURE__*/forwardRef(SvgActionSettingsFill);
|
|
3526
3526
|
|
|
3527
|
-
var css$u = {"uui-typography":"
|
|
3527
|
+
var css$u = {"uui-typography":"ucEvdq","uuiTypography":"ucEvdq","hero-header":"_7RwtQp","heroHeader":"_7RwtQp","promo-header":"r-O1bQ","promoHeader":"r-O1bQ","uui-critical":"zE57q3","uuiCritical":"zE57q3","uui-info":"fUF-CB","uuiInfo":"fUF-CB","uui-success":"_4gxhkb","uuiSuccess":"_4gxhkb","uui-warning":"LE-3mT","uuiWarning":"LE-3mT","uui-highlight":"_7Vh-3S","uuiHighlight":"_7Vh-3S","uui-typography-size-12":"_2WpiQX","uuiTypographySize12":"_2WpiQX","uui-typography-size-14":"sxa1Ng","uuiTypographySize14":"sxa1Ng","uui-typography-size-16":"dTZXJy","uuiTypographySize16":"dTZXJy","root":"SuGeIY"};
|
|
3528
3528
|
|
|
3529
|
-
var css$t = {"uui-typography":"
|
|
3529
|
+
var css$t = {"uui-typography":"uMybJc","uuiTypography":"uMybJc","hero-header":"mAfRmx","heroHeader":"mAfRmx","promo-header":"_4lyzmR","promoHeader":"_4lyzmR","uui-critical":"YWHODo","uuiCritical":"YWHODo","uui-info":"ONQsWl","uuiInfo":"ONQsWl","uui-success":"KCdFQY","uuiSuccess":"KCdFQY","uui-warning":"_5rlE-P","uuiWarning":"_5rlE-P","uui-highlight":"_6x0RvJ","uuiHighlight":"_6x0RvJ","uui-typography-size-12":"O-EzJG","uuiTypographySize12":"O-EzJG","uui-typography-size-14":"rVPEox","uuiTypographySize14":"rVPEox","uui-typography-size-16":"_2kQNp9","uuiTypographySize16":"_2kQNp9","root":"_3i4i8O","caption-wrapper":"X4OmuP","captionWrapper":"X4OmuP","align-center":"TXNRQl","alignCenter":"TXNRQl","caption":"D0VteG","truncate":"Guq3Gh","group-cell-tooltip":"xKpUEi","groupCellTooltip":"xKpUEi","upper-case":"_-6WWiu","upperCase":"_-6WWiu","group-cell-tooltip-wrapper":"WDe8iN","groupCellTooltipWrapper":"WDe8iN","group-cell-tooltip-text":"nlQvX5","groupCellTooltipText":"nlQvX5","tooltip-caption":"gXlKJh","tooltipCaption":"gXlKJh","tooltip-info":"R0hjU-","tooltipInfo":"R0hjU-"};
|
|
3530
3530
|
|
|
3531
3531
|
class DataTableHeaderGroupCell extends React.Component {
|
|
3532
3532
|
constructor() {
|
|
@@ -3594,7 +3594,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
3594
3594
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
3595
3595
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
3596
3596
|
|
|
3597
|
-
var css$s = {"uui-typography":"
|
|
3597
|
+
var css$s = {"uui-typography":"GCC-CH","uuiTypography":"GCC-CH","hero-header":"_1755dr","heroHeader":"_1755dr","promo-header":"asNkUN","promoHeader":"asNkUN","uui-critical":"R-g0J5","uuiCritical":"R-g0J5","uui-info":"k1aqso","uuiInfo":"k1aqso","uui-success":"l59jYQ","uuiSuccess":"l59jYQ","uui-warning":"_4Jl0Sh","uuiWarning":"_4Jl0Sh","uui-highlight":"nUqgkT","uuiHighlight":"nUqgkT","uui-typography-size-12":"uk4l9m","uuiTypographySize12":"uk4l9m","uui-typography-size-14":"DOyKZP","uuiTypographySize14":"DOyKZP","uui-typography-size-16":"T6rwaz","uuiTypographySize16":"T6rwaz","root":"nqDXqj","title-wrapper":"_7H7VeU","titleWrapper":"_7H7VeU","title":"QNU7ph","text-wrapper":"IgucJ0","textWrapper":"IgucJ0","selection":"nAC40f","postfix":"uc-9gN","selected":"S8Z0pJ"};
|
|
3598
3598
|
|
|
3599
3599
|
const defaultSize = '36';
|
|
3600
3600
|
const FilterPanelItemToggler = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
@@ -3766,7 +3766,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
3766
3766
|
React__default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
3767
3767
|
}
|
|
3768
3768
|
|
|
3769
|
-
var css$r = {"container":"
|
|
3769
|
+
var css$r = {"container":"_25RZ49"};
|
|
3770
3770
|
|
|
3771
3771
|
function FilterNumericBody(props) {
|
|
3772
3772
|
const isInRangePredicate = props?.selectedPredicate === 'inRange' || props?.selectedPredicate === 'notInRange';
|
|
@@ -3862,7 +3862,7 @@ var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
|
3862
3862
|
};
|
|
3863
3863
|
var ForwardRef$i = /*#__PURE__*/forwardRef(SvgActionDeleteOutline);
|
|
3864
3864
|
|
|
3865
|
-
var css$q = {"uui-typography":"
|
|
3865
|
+
var css$q = {"uui-typography":"IB-fzA","uuiTypography":"IB-fzA","hero-header":"OhxPiU","heroHeader":"OhxPiU","promo-header":"MaZHxn","promoHeader":"MaZHxn","uui-critical":"-O2DSe","uuiCritical":"-O2DSe","uui-info":"rXWWp9","uuiInfo":"rXWWp9","uui-success":"oxBTLi","uuiSuccess":"oxBTLi","uui-warning":"Ihhf0I","uuiWarning":"Ihhf0I","uui-highlight":"Nk8UHx","uuiHighlight":"Nk8UHx","uui-typography-size-12":"YSU9ko","uuiTypographySize12":"YSU9ko","uui-typography-size-14":"GfBjaD","uuiTypographySize14":"GfBjaD","uui-typography-size-16":"yROH-D","uuiTypographySize16":"yROH-D","header":"N0Npag","removeButton":"_64ItKO","with-search":"rhaPaz","withSearch":"rhaPaz"};
|
|
3866
3866
|
|
|
3867
3867
|
function useView(props, value) {
|
|
3868
3868
|
const forceUpdate = useForceUpdate();
|
|
@@ -4183,7 +4183,7 @@ function FiltersToolbarImpl(props) {
|
|
|
4183
4183
|
}
|
|
4184
4184
|
const FiltersPanel = /* @__PURE__ */React__default.memo(FiltersToolbarImpl);
|
|
4185
4185
|
|
|
4186
|
-
var css$p = {"divider":"
|
|
4186
|
+
var css$p = {"divider":"IB9uQ6","dropdownDeleteIcon":"sjoPAb","presetsWrapper":"Y2s9dY","addPresetContainer":"prg1dP","dropContainer":"_00Lm-i"};
|
|
4187
4187
|
|
|
4188
4188
|
var _path$g;
|
|
4189
4189
|
function _extends$g() { return _extends$g = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$g.apply(null, arguments); }
|
|
@@ -4296,7 +4296,7 @@ var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
|
4296
4296
|
};
|
|
4297
4297
|
var ForwardRef$a = /*#__PURE__*/forwardRef(SvgContentLinkOutline);
|
|
4298
4298
|
|
|
4299
|
-
var css$o = {"delete-button":"
|
|
4299
|
+
var css$o = {"delete-button":"MOAOVv","deleteButton":"MOAOVv","tab-button":"_0scPEQ","tabButton":"_0scPEQ","targetOpen":"RgSvRn"};
|
|
4300
4300
|
|
|
4301
4301
|
function PresetActionsDropdown(props) {
|
|
4302
4302
|
const { uuiNotifications } = useUuiContext();
|
|
@@ -4363,7 +4363,7 @@ function PresetActionsDropdown(props) {
|
|
|
4363
4363
|
return (React__default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
4364
4364
|
}
|
|
4365
4365
|
|
|
4366
|
-
var css$n = {"preset-input-cell":"
|
|
4366
|
+
var css$n = {"preset-input-cell":"hyX6r4","presetInputCell":"hyX6r4","preset-input":"CkNgAr","presetInput":"CkNgAr"};
|
|
4367
4367
|
|
|
4368
4368
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
4369
4369
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -4395,7 +4395,7 @@ function PresetInput(props) {
|
|
|
4395
4395
|
React__default.createElement(TextInput, { cx: css$n.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
4396
4396
|
}
|
|
4397
4397
|
|
|
4398
|
-
var css$m = {"preset":"
|
|
4398
|
+
var css$m = {"preset":"O9VriR","activePreset":"tCADxD"};
|
|
4399
4399
|
|
|
4400
4400
|
function Preset(props) {
|
|
4401
4401
|
const [isRenamePreset, setIsRenamePreset] = useState(false);
|
|
@@ -4576,7 +4576,7 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
|
|
|
4576
4576
|
};
|
|
4577
4577
|
var ForwardRef$6 = /*#__PURE__*/forwardRef(SvgTableGroupColumnRightFill);
|
|
4578
4578
|
|
|
4579
|
-
var css$l = {"unpin-icon":"
|
|
4579
|
+
var css$l = {"unpin-icon":"mhmefR","unpinIcon":"mhmefR","pin-toggler-icon":"o9jTj-","pinTogglerIcon":"o9jTj-"};
|
|
4580
4580
|
|
|
4581
4581
|
function PinIconButton(props) {
|
|
4582
4582
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4635,7 +4635,7 @@ var SvgActionDragIndicator18 = function SvgActionDragIndicator18(props, ref) {
|
|
|
4635
4635
|
};
|
|
4636
4636
|
var ForwardRef$5 = /*#__PURE__*/forwardRef(SvgActionDragIndicator18);
|
|
4637
4637
|
|
|
4638
|
-
var css$k = {"uui-typography":"
|
|
4638
|
+
var css$k = {"uui-typography":"ssJEaq","uuiTypography":"ssJEaq","hero-header":"damzAP","heroHeader":"damzAP","promo-header":"mjQkGB","promoHeader":"mjQkGB","uui-critical":"DMrvkK","uuiCritical":"DMrvkK","uui-info":"G1jZNN","uuiInfo":"G1jZNN","uui-success":"QSRri2","uuiSuccess":"QSRri2","uui-warning":"Ylp3vZ","uuiWarning":"Ylp3vZ","uui-highlight":"_91-pMf","uuiHighlight":"_91-pMf","uui-typography-size-12":"FnxHbw","uuiTypographySize12":"FnxHbw","uui-typography-size-14":"yBoe-U","uuiTypographySize14":"yBoe-U","uui-typography-size-16":"WMzK0m","uuiTypographySize16":"WMzK0m","row-wrapper":"l2Z9Bh","rowWrapper":"l2Z9Bh","pin-icon-button":"jpSx8F","pinIconButton":"jpSx8F","not-pinned":"P1CXah","notPinned":"P1CXah","checkbox":"CcpbVi","drag-handle":"T9HUJV","dragHandle":"T9HUJV","dnd-disabled":"_11XWex","dndDisabled":"_11XWex"};
|
|
4639
4639
|
|
|
4640
4640
|
const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
4641
4641
|
const { column } = props;
|
|
@@ -4658,7 +4658,7 @@ const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
|
4658
4658
|
return (React.createElement(DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
|
|
4659
4659
|
});
|
|
4660
4660
|
|
|
4661
|
-
var css$j = {"uui-typography":"
|
|
4661
|
+
var css$j = {"uui-typography":"GEu1V1","uuiTypography":"GEu1V1","hero-header":"A9nh3D","heroHeader":"A9nh3D","promo-header":"tqGT1R","promoHeader":"tqGT1R","uui-critical":"LYClLr","uuiCritical":"LYClLr","uui-info":"DH1C7b","uuiInfo":"DH1C7b","uui-success":"ZagjzB","uuiSuccess":"ZagjzB","uui-warning":"H4Xweb","uuiWarning":"H4Xweb","uui-highlight":"v9p1bq","uuiHighlight":"v9p1bq","uui-typography-size-12":"nS6rS3","uuiTypographySize12":"nS6rS3","uui-typography-size-14":"_39H9-J","uuiTypographySize14":"_39H9-J","uui-typography-size-16":"EM9un2","uuiTypographySize16":"EM9un2","root":"QUdqbn","main-panel":"PR1D8-","mainPanel":"PR1D8-","group":"rgTBf1","group-title":"D29H7Q","groupTitle":"D29H7Q","group-items":"T2dUFH","groupItems":"T2dUFH","no-data":"Duvrwx","noData":"Duvrwx","no-data-title":"siuDXz","noDataTitle":"siuDXz","no-data-sub-title":"PEvzJT","noDataSubTitle":"PEvzJT","h-divider":"hysIKw","hDivider":"hysIKw","search-area":"LTY0pV","searchArea":"LTY0pV","subgroup-accordion":"vi8i4o","subgroupAccordion":"vi8i4o","subgroup":"uh44e7","subgroup-title":"hubj3U","subgroupTitle":"hubj3U"};
|
|
4662
4662
|
|
|
4663
4663
|
const renderGroupTitle = (title, amount) => (React.createElement(FlexRow, { cx: css$j.group },
|
|
4664
4664
|
React.createElement(Text, { size: "none", cx: css$j.groupTitle }, title),
|
|
@@ -4747,7 +4747,7 @@ function SubGroup(props) {
|
|
|
4747
4747
|
return null;
|
|
4748
4748
|
}
|
|
4749
4749
|
|
|
4750
|
-
var css$i = {"listContainer":"
|
|
4750
|
+
var css$i = {"listContainer":"ExUaPN","header":"C8hfV3","group":"P-3Dzo","stickyHeader":"QBOIO7"};
|
|
4751
4751
|
|
|
4752
4752
|
const getChildrenAndRest = (row, rows) => {
|
|
4753
4753
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4811,7 +4811,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4811
4811
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4812
4812
|
ref: ref
|
|
4813
4813
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
4814
|
-
clipPath: "url(#
|
|
4814
|
+
clipPath: "url(#p38yuc2knkgvhuwsz_a)"
|
|
4815
4815
|
}, _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
|
4816
4816
|
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",
|
|
4817
4817
|
fill: "#F5F6FA"
|
|
@@ -4832,7 +4832,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4832
4832
|
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",
|
|
4833
4833
|
fill: "#1D1E26"
|
|
4834
4834
|
})), /*#__PURE__*/React.createElement("mask", {
|
|
4835
|
-
id: "
|
|
4835
|
+
id: "p38yuc40c6yt1scxu_b",
|
|
4836
4836
|
style: {
|
|
4837
4837
|
maskType: "alpha"
|
|
4838
4838
|
},
|
|
@@ -4845,7 +4845,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4845
4845
|
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",
|
|
4846
4846
|
fill: "#9BDEFF"
|
|
4847
4847
|
}))), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
4848
|
-
mask: "url(#
|
|
4848
|
+
mask: "url(#p38yuc40c6yt1scxu_b)",
|
|
4849
4849
|
fillRule: "evenodd",
|
|
4850
4850
|
clipRule: "evenodd"
|
|
4851
4851
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -4931,7 +4931,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4931
4931
|
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",
|
|
4932
4932
|
fill: "#fff"
|
|
4933
4933
|
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
4934
|
-
id: "
|
|
4934
|
+
id: "p38yuc2knkgvhuwsz_a"
|
|
4935
4935
|
}, /*#__PURE__*/React.createElement("path", {
|
|
4936
4936
|
fill: "#fff",
|
|
4937
4937
|
transform: "translate(.552)",
|
|
@@ -4940,7 +4940,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4940
4940
|
};
|
|
4941
4941
|
var ForwardRef$4 = /*#__PURE__*/forwardRef(SvgEmptyTable);
|
|
4942
4942
|
|
|
4943
|
-
var css$h = {"root":"
|
|
4943
|
+
var css$h = {"root":"Bihrao","sticky-header":"ifRD6W","stickyHeader":"ifRD6W","no-results":"eKJ51o","noResults":"eKJ51o","icon":"PH7wrW","title":"rURFk-"};
|
|
4944
4944
|
|
|
4945
4945
|
function DataTable(props) {
|
|
4946
4946
|
const { uuiModals } = useUuiContext();
|
|
@@ -4989,9 +4989,9 @@ function DataTable(props) {
|
|
|
4989
4989
|
} }))));
|
|
4990
4990
|
}
|
|
4991
4991
|
|
|
4992
|
-
var css$g = {"root":"
|
|
4992
|
+
var css$g = {"root":"w5vZ8I"};
|
|
4993
4993
|
|
|
4994
|
-
var css$f = {"root":"
|
|
4994
|
+
var css$f = {"root":"NfX3U9","burger-content":"g-40KL","burgerContent":"g-40KL"};
|
|
4995
4995
|
|
|
4996
4996
|
var _path$3;
|
|
4997
4997
|
function _extends$3() { return _extends$3 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$3.apply(null, arguments); }
|
|
@@ -5034,7 +5034,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
5034
5034
|
};
|
|
5035
5035
|
var ForwardRef$2 = /*#__PURE__*/forwardRef(SvgNavigationArrowDownOutline);
|
|
5036
5036
|
|
|
5037
|
-
var css$e = {"uui-typography":"
|
|
5037
|
+
var css$e = {"uui-typography":"X0HryE","uuiTypography":"X0HryE","hero-header":"PKlsJk","heroHeader":"PKlsJk","promo-header":"_-5u8C9","promoHeader":"_-5u8C9","uui-critical":"r0aTfZ","uuiCritical":"r0aTfZ","uui-info":"_2PDH2X","uuiInfo":"_2PDH2X","uui-success":"YJiM2y","uuiSuccess":"YJiM2y","uui-warning":"TH2MlO","uuiWarning":"TH2MlO","uui-highlight":"g8jC3n","uuiHighlight":"g8jC3n","uui-typography-size-12":"YRAMDs","uuiTypographySize12":"YRAMDs","uui-typography-size-14":"qt5y-C","uuiTypographySize14":"qt5y-C","uui-typography-size-16":"_0GaS2Z","uuiTypographySize16":"_0GaS2Z","root":"kBLudu","button-primary":"Hf6f-9","buttonPrimary":"Hf6f-9","button-secondary":"MdFGuQ","buttonSecondary":"MdFGuQ","hasIcon":"_3nAfvF","dropdown":"_6KOjpa"};
|
|
5038
5038
|
|
|
5039
5039
|
const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
5040
5040
|
css$e.root,
|
|
@@ -5045,13 +5045,13 @@ const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
|
5045
5045
|
props.icon && css$e.hasIcon,
|
|
5046
5046
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
5047
5047
|
|
|
5048
|
-
var css$d = {"search-input":"
|
|
5048
|
+
var css$d = {"search-input":"cWF1j-","searchInput":"cWF1j-"};
|
|
5049
5049
|
|
|
5050
5050
|
function BurgerSearch(props) {
|
|
5051
5051
|
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 }));
|
|
5052
5052
|
}
|
|
5053
5053
|
|
|
5054
|
-
var css$c = {"root":"
|
|
5054
|
+
var css$c = {"root":"E144xv","group-header":"vf6-iS","groupHeader":"vf6-iS","group-name":"iCFIQJ","groupName":"iCFIQJ","line":"Pkeo96"};
|
|
5055
5055
|
|
|
5056
5056
|
function BurgerGroupHeader(props) {
|
|
5057
5057
|
return (React.createElement("div", { className: cx(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -5059,7 +5059,7 @@ function BurgerGroupHeader(props) {
|
|
|
5059
5059
|
React.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
5060
5060
|
}
|
|
5061
5061
|
|
|
5062
|
-
var css$b = {"uui-typography":"
|
|
5062
|
+
var css$b = {"uui-typography":"bbVhy-","uuiTypography":"bbVhy-","hero-header":"Kx64V6","heroHeader":"Kx64V6","promo-header":"hBxE-F","promoHeader":"hBxE-F","uui-critical":"qC0hPT","uuiCritical":"qC0hPT","uui-info":"se9oMB","uuiInfo":"se9oMB","uui-success":"BqETvH","uuiSuccess":"BqETvH","uui-warning":"zoRFo1","uuiWarning":"zoRFo1","uui-highlight":"Fig0KW","uuiHighlight":"Fig0KW","uui-typography-size-12":"soxXM8","uuiTypographySize12":"soxXM8","uui-typography-size-14":"_7B2Kwg","uuiTypographySize14":"_7B2Kwg","uui-typography-size-16":"_8jlwI2","uuiTypographySize16":"_8jlwI2","root":"p7c1gp","type-primary":"JSRaup","typePrimary":"JSRaup","type-secondary":"Uhgl-h","typeSecondary":"Uhgl-h"};
|
|
5063
5063
|
|
|
5064
5064
|
const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5065
5065
|
const { type, ...clickableProps } = props;
|
|
@@ -5081,7 +5081,7 @@ const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
5081
5081
|
props.isDropdown && (React.createElement(IconContainer, { icon: ForwardRef$Q, flipY: props.isOpen }))));
|
|
5082
5082
|
});
|
|
5083
5083
|
|
|
5084
|
-
var css$a = {"dropdown-body":"
|
|
5084
|
+
var css$a = {"dropdown-body":"hedhIg","dropdownBody":"hedhIg"};
|
|
5085
5085
|
|
|
5086
5086
|
class MainMenuDropdown extends React.Component {
|
|
5087
5087
|
render() {
|
|
@@ -5139,12 +5139,12 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
5139
5139
|
};
|
|
5140
5140
|
var ForwardRef$1 = /*#__PURE__*/forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
5141
5141
|
|
|
5142
|
-
var css$9 = {"global-menu-btn":"
|
|
5142
|
+
var css$9 = {"global-menu-btn":"VfaFHx","globalMenuBtn":"VfaFHx","global-menu-icon":"GW1uUh","globalMenuIcon":"GW1uUh"};
|
|
5143
5143
|
|
|
5144
5144
|
const GlobalMenu = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("button", { ref: ref, id: "global_menu_toggle", className: cx(css$9.globalMenuBtn, props.cx), ...props.rawProps },
|
|
5145
5145
|
React.createElement(IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
5146
5146
|
|
|
5147
|
-
var css$8 = {"container":"
|
|
5147
|
+
var css$8 = {"container":"eis9jW","open":"efbjkM","folding-arrow":"pOE9mb","foldingArrow":"pOE9mb"};
|
|
5148
5148
|
|
|
5149
5149
|
const MainMenuAvatar = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("button", { ref: ref, className: cx(css$8.container, props.isDropdown && css$8.dropdown, props.isOpen && css$8.open, props.onClick && uuiMarkers.clickable, props.cx), onClick: props.onClick, ...props.rawProps },
|
|
5150
5150
|
React.createElement(Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -5152,15 +5152,15 @@ const MainMenuAvatar = /* @__PURE__ */React.forwardRef((props, ref) => (React.cr
|
|
|
5152
5152
|
props.isDropdown && (React.createElement("div", null,
|
|
5153
5153
|
React.createElement(IconContainer, { size: 18, icon: ForwardRef$Q, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
|
|
5154
5154
|
|
|
5155
|
-
var css$7 = {"search-input":"
|
|
5155
|
+
var css$7 = {"search-input":"_0Y64FD","searchInput":"_0Y64FD"};
|
|
5156
5156
|
|
|
5157
5157
|
const MainMenuSearch = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IEditableDebouncer, { ...props, render: (iEditable) => (React.createElement(TextInput$1, { iconPosition: "left", icon: ForwardRef$O, cancelIcon: props.value?.length > 0 && ForwardRef$R, ...props, ...iEditable, ref: ref, cx: cx$1(css$7.searchInput, props.cx), ...props.rawProps })) })));
|
|
5158
5158
|
|
|
5159
|
-
var css$6 = {"container":"
|
|
5159
|
+
var css$6 = {"container":"_6wSesd"};
|
|
5160
5160
|
|
|
5161
5161
|
const MainMenuIcon = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IconButton, { ref: ref, icon: props.icon, cx: cx$1(props.cx, css$6.container), ...props })));
|
|
5162
5162
|
|
|
5163
|
-
var css$5 = {"root":"
|
|
5163
|
+
var css$5 = {"root":"CwoJyX"};
|
|
5164
5164
|
|
|
5165
5165
|
const Anchor = /* @__PURE__ */withMods(Anchor$1, () => [css$5.root]);
|
|
5166
5166
|
|
|
@@ -5218,7 +5218,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
5218
5218
|
};
|
|
5219
5219
|
var ForwardRef = /*#__PURE__*/forwardRef(SvgFileCloudUploadFill);
|
|
5220
5220
|
|
|
5221
|
-
var css$4 = {"root":"
|
|
5221
|
+
var css$4 = {"root":"SKKPvY","drop-start":"Q7UnTJ","dropStart":"Q7UnTJ","drop-over":"Ftx8qE","dropOver":"Ftx8qE","link":"W9-33x","drop-area":"UVik71","dropArea":"UVik71","drop-caption":"_8il7XS","dropCaption":"_8il7XS","icon-blue":"pJiMKc","iconBlue":"pJiMKc"};
|
|
5222
5222
|
|
|
5223
5223
|
function DropSpot(props) {
|
|
5224
5224
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -5236,9 +5236,9 @@ function DropSpot(props) {
|
|
|
5236
5236
|
return React.createElement(DropSpot$1, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
5237
5237
|
}
|
|
5238
5238
|
|
|
5239
|
-
var css$3 = {"uui-typography":"
|
|
5239
|
+
var css$3 = {"uui-typography":"zSHQ3x","uuiTypography":"zSHQ3x","hero-header":"MbqTtK","heroHeader":"MbqTtK","promo-header":"OWAo0Q","promoHeader":"OWAo0Q","uui-critical":"orA8uP","uuiCritical":"orA8uP","uui-info":"BtLPCE","uuiInfo":"BtLPCE","uui-success":"d3ZiA6","uuiSuccess":"d3ZiA6","uui-warning":"-Pb7A-","uuiWarning":"-Pb7A-","uui-highlight":"iH5wJK","uuiHighlight":"iH5wJK","uui-typography-size-12":"vWXt9G","uuiTypographySize12":"vWXt9G","uui-typography-size-14":"euGKeZ","uuiTypographySize14":"euGKeZ","uui-typography-size-16":"_54Uw6D","uuiTypographySize16":"_54Uw6D","root":"_8RRzlT","file-name":"aNuzSh","fileName":"aNuzSh","default-color":"t8SbWq","defaultColor":"t8SbWq","doc-color":"bLomd-","docColor":"bLomd-","xls-color":"ygeMH5","xlsColor":"ygeMH5","pdf-color":"K7-m5s","pdfColor":"K7-m5s","movie-color":"_1JJW2e","movieColor":"_1JJW2e","img-color":"tPMixZ","imgColor":"tPMixZ","mov-color":"Onr51X","movColor":"Onr51X","error-block":"p5UOd1","errorBlock":"p5UOd1","icons-block":"_38iJKr","iconsBlock":"_38iJKr"};
|
|
5240
5240
|
|
|
5241
|
-
var css$2 = {"root":"
|
|
5241
|
+
var css$2 = {"root":"EXPWoJ"};
|
|
5242
5242
|
|
|
5243
5243
|
const SvgCircleProgress = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5244
5244
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5366,7 +5366,7 @@ const getErrorPageConfig = () => ({
|
|
|
5366
5366
|
},
|
|
5367
5367
|
});
|
|
5368
5368
|
|
|
5369
|
-
var css$1 = {"container":"
|
|
5369
|
+
var css$1 = {"container":"HBzMr5"};
|
|
5370
5370
|
|
|
5371
5371
|
const ErrorPage = (props) => {
|
|
5372
5372
|
const isMobileScreen = isMobile();
|
|
@@ -5378,7 +5378,7 @@ const ErrorPage = (props) => {
|
|
|
5378
5378
|
props?.supportLink && React__default.createElement("div", { className: "uui-error-support-link" }, props?.supportLink))));
|
|
5379
5379
|
};
|
|
5380
5380
|
|
|
5381
|
-
var css = {"recovery-spinner":"
|
|
5381
|
+
var css = {"recovery-spinner":"AFB9og","recoverySpinner":"AFB9og","recovery-message":"DfV0Xw","recoveryMessage":"DfV0Xw","modal-blocker":"TQqe13","modalBlocker":"TQqe13","modalFadeIn":"JQJSmC"};
|
|
5382
5382
|
|
|
5383
5383
|
function ErrorHandler(props) {
|
|
5384
5384
|
const { uuiNotifications, uuiModals, uuiApi } = useUuiContext();
|