@epam/uui 5.10.1 → 5.10.2-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/components/pickers/DataPickerFooter.d.ts.map +1 -1
- package/components/typography/Text.d.ts.map +1 -1
- package/index.esm.js +113 -120
- package/index.esm.js.map +1 -1
- package/index.js +113 -120
- 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":"Ab8OhG","hero-header":"_3Mc835","promo-header":"UtjhXJ","uui-critical":"_6tCxvx","uui-info":"u00cTB","uui-success":"c4XFDm","uui-warning":"_2GsVuG","uui-highlight":"MlXcCv","uui-typography-size-12":"Run06b","uui-typography-size-14":"-ma0q4","uui-typography-size-16":"msgVu4","root":"EfBAUK","uuiTypography":"Ab8OhG","heroHeader":"_3Mc835","promoHeader":"UtjhXJ","uuiCritical":"_6tCxvx","uuiInfo":"u00cTB","uuiSuccess":"c4XFDm","uuiWarning":"_2GsVuG","uuiHighlight":"MlXcCv","uuiTypographySize12":"Run06b","uuiTypographySize14":"-ma0q4","uuiTypographySize16":"msgVu4"};
|
|
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":"_64DgIg"};
|
|
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":"W9GBJg","hero-header":"pjJumV","promo-header":"jsP6uC","uui-critical":"penSqn","uui-info":"RKDdvM","uui-success":"aIHXkY","uui-warning":"l-h-B5","uui-highlight":"OXl-uV","uui-typography-size-12":"EuNz2K","uui-typography-size-14":"_1npZZo","uui-typography-size-16":"K5A-wf","root":"xhFwv4","uuiTypography":"W9GBJg","heroHeader":"pjJumV","promoHeader":"jsP6uC","uuiCritical":"penSqn","uuiInfo":"RKDdvM","uuiSuccess":"aIHXkY","uuiWarning":"l-h-B5","uuiHighlight":"OXl-uV","uuiTypographySize12":"EuNz2K","uuiTypographySize14":"_1npZZo","uuiTypographySize16":"K5A-wf"};
|
|
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":"wQY5Tk"};
|
|
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":"j2Zagk","hero-header":"ktM8md","promo-header":"c2Qe3s","uui-critical":"dC6mA7","uui-info":"yieec6","uui-success":"_8CKIMY","uui-warning":"_3eoLf4","uui-highlight":"K9okMT","uui-typography-size-12":"f17cs-","uui-typography-size-14":"uejqDZ","uui-typography-size-16":"bfZ3WN","root":"K-xqwF","withNotify":"KHjTsr","uuiTypography":"j2Zagk","heroHeader":"ktM8md","promoHeader":"c2Qe3s","uuiCritical":"dC6mA7","uuiInfo":"yieec6","uuiSuccess":"_8CKIMY","uuiWarning":"_3eoLf4","uuiHighlight":"K9okMT","uuiTypographySize12":"f17cs-","uuiTypographySize14":"uejqDZ","uuiTypographySize16":"bfZ3WN"};
|
|
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":"YKHZMB","hero-header":"JTD64x","promo-header":"io4xhf","uui-critical":"WISoDj","uui-info":"_1aGzKb","uui-success":"Oe6fml","uui-warning":"GUMRVz","uui-highlight":"zVulCT","uui-typography-size-12":"f5ZS8m","uui-typography-size-14":"EI3r0X","uui-typography-size-16":"RnXhJg","root":"iU--ug","uuiTypography":"YKHZMB","heroHeader":"JTD64x","promoHeader":"io4xhf","uuiCritical":"WISoDj","uuiInfo":"_1aGzKb","uuiSuccess":"Oe6fml","uuiWarning":"GUMRVz","uuiHighlight":"zVulCT","uuiTypographySize12":"f5ZS8m","uuiTypographySize14":"EI3r0X","uuiTypographySize16":"RnXhJg"};
|
|
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":"NgCsrM","hero-header":"_6ONa4p","promo-header":"ER8OFM","uui-critical":"_6Vxs4w","uui-info":"zvKMfa","uui-success":"s12GYl","uui-warning":"QIoUpZ","uui-highlight":"fBIuHz","uui-typography-size-12":"pCWNlV","uui-typography-size-14":"gnsLUW","uui-typography-size-16":"dckT3e","root":"NOk9xN","mode-cell":"R3cg3K","uuiTypography":"NgCsrM","heroHeader":"_6ONa4p","promoHeader":"ER8OFM","uuiCritical":"_6Vxs4w","uuiInfo":"zvKMfa","uuiSuccess":"s12GYl","uuiWarning":"QIoUpZ","uuiHighlight":"fBIuHz","uuiTypographySize12":"pCWNlV","uuiTypographySize14":"gnsLUW","uuiTypographySize16":"dckT3e","modeCell":"R3cg3K"};
|
|
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":"_8Q-HXi","hero-header":"j6u8nw","promo-header":"_6Y7h6y","uui-critical":"dM7i-m","uui-info":"eoIuOs","uui-success":"A6l79H","uui-warning":"_2dwrk2","uui-highlight":"_9-FxmZ","uui-typography-size-12":"HzgFAP","uui-typography-size-14":"Thzhv2","uui-typography-size-16":"_2f9UN8","root":"YwLp-C","uuiTypography":"_8Q-HXi","heroHeader":"j6u8nw","promoHeader":"_6Y7h6y","uuiCritical":"dM7i-m","uuiInfo":"eoIuOs","uuiSuccess":"A6l79H","uuiWarning":"_2dwrk2","uuiHighlight":"_9-FxmZ","uuiTypographySize12":"HzgFAP","uuiTypographySize14":"Thzhv2","uuiTypographySize16":"_2f9UN8"};
|
|
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":"PTldY0"};
|
|
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":"tzNNbC","hero-header":"-fg2Eu","promo-header":"MIAdyQ","uui-critical":"d8eH7W","uui-info":"XaGGUB","uui-success":"_4d6kfm","uui-warning":"As1f9s","uui-highlight":"NrWzwj","uui-typography-size-12":"_3VIg17","uui-typography-size-14":"JZa3LW","uui-typography-size-16":"q-zOC9","root":"lJ3D64","mode-form":"Fm72Dc","mode-inline":"EbNuvG","mode-cell":"JxZrvi","uuiTypography":"tzNNbC","heroHeader":"-fg2Eu","promoHeader":"MIAdyQ","uuiCritical":"d8eH7W","uuiInfo":"XaGGUB","uuiSuccess":"_4d6kfm","uuiWarning":"As1f9s","uuiHighlight":"NrWzwj","uuiTypographySize12":"_3VIg17","uuiTypographySize14":"JZa3LW","uuiTypographySize16":"q-zOC9","modeForm":"Fm72Dc","modeInline":"EbNuvG","modeCell":"JxZrvi"};
|
|
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":"lBDIfE"};
|
|
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":"sOkW6J","hero-header":"qPURgh","promo-header":"Wf98Tv","uui-critical":"S-Gny-","uui-info":"azerh0","uui-success":"_78JV8W","uui-warning":"-nRPZK","uui-highlight":"_2n2N6k","uui-typography-size-12":"m0c4J2","uui-typography-size-14":"_6fvAel","uui-typography-size-16":"NsC-fe","root":"Q13MLg","mode-form":"s87NXv","mode-cell":"K4PtXI","uuiTypography":"sOkW6J","heroHeader":"qPURgh","promoHeader":"Wf98Tv","uuiCritical":"S-Gny-","uuiInfo":"azerh0","uuiSuccess":"_78JV8W","uuiWarning":"-nRPZK","uuiHighlight":"_2n2N6k","uuiTypographySize12":"m0c4J2","uuiTypographySize14":"_6fvAel","uuiTypographySize16":"NsC-fe","modeForm":"s87NXv","modeCell":"K4PtXI"};
|
|
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":"-KIiSU","hero-header":"PsNQKx","promo-header":"eWhBh6","uui-critical":"NW7FhY","uui-info":"zfoLBl","uui-success":"MOPfBA","uui-warning":"-SBqCb","uui-highlight":"gM0SY5","uui-typography-size-12":"_8C-svb","uui-typography-size-14":"JLFFMS","uui-typography-size-16":"OaaC92","root":"USUloh","mode-form":"iTeMKn","mode-cell":"_97xfKN","mode-inline":"yf1llU","uuiTypography":"-KIiSU","heroHeader":"PsNQKx","promoHeader":"eWhBh6","uuiCritical":"NW7FhY","uuiInfo":"zfoLBl","uuiSuccess":"MOPfBA","uuiWarning":"-SBqCb","uuiHighlight":"gM0SY5","uuiTypographySize12":"_8C-svb","uuiTypographySize14":"JLFFMS","uuiTypographySize16":"OaaC92","modeForm":"iTeMKn","modeCell":"_97xfKN","modeInline":"yf1llU"};
|
|
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":"la7wDa","hero-header":"PlRgtW","promo-header":"ANaN6v","uui-critical":"ThRf20","uui-info":"WrgQEQ","uui-success":"cXhSzL","uui-warning":"gwDHJp","uui-highlight":"aIktDY","uui-typography-size-12":"pcHHK-","uui-typography-size-14":"S3Syrj","uui-typography-size-16":"gY2Wn6","root":"m4jzT4","icon-wrapper":"_1FQCF-","alert-wrapper":"av6guV","size-48":"jQAUPO","size-36":"mGrvhT","action-wrapper":"HF6O25","action-icon":"Bl-1qa","action-link":"lH-mLb","close-icon":"-dWbiS","main-path":"sE1K7G","content":"Wx2sbQ","uuiTypography":"la7wDa","heroHeader":"PlRgtW","promoHeader":"ANaN6v","uuiCritical":"ThRf20","uuiInfo":"WrgQEQ","uuiSuccess":"cXhSzL","uuiWarning":"gwDHJp","uuiHighlight":"aIktDY","uuiTypographySize12":"pcHHK-","uuiTypographySize14":"S3Syrj","uuiTypographySize16":"gY2Wn6","iconWrapper":"_1FQCF-","alertWrapper":"av6guV","size48":"jQAUPO","size36":"mGrvhT","actionWrapper":"HF6O25","actionIcon":"Bl-1qa","actionLink":"lH-mLb","closeIcon":"-dWbiS","mainPath":"sE1K7G"};
|
|
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":"O7YMWi"};
|
|
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":"_97gLGE","hero-header":"O4bXto","promo-header":"aP0ACi","uui-critical":"dIoA23","uui-info":"z5Mw8A","uui-success":"NpJUw1","uui-warning":"u-B5W5","uui-highlight":"oqzyT-","uui-typography-size-12":"g7fsBZ","uui-typography-size-14":"AHwOhI","uui-typography-size-16":"o2voZv","submenu-root-item-rtl":"nL7-xP","icon-after":"_5i5WYm","submenu-root-item":"LhErmt","icon-check":"Zcqp2k","splitter-root":"TiOAJ-","splitter":"_39D-xC","header-root":"dJZeNd","item-root":"wIRMOk","icon":"IieQMJ","link":"kklPYL","indent":"_1qNvMZ","selected-mark":"-n-rRo","uuiTypography":"_97gLGE","heroHeader":"O4bXto","promoHeader":"aP0ACi","uuiCritical":"dIoA23","uuiInfo":"z5Mw8A","uuiSuccess":"NpJUw1","uuiWarning":"u-B5W5","uuiHighlight":"oqzyT-","uuiTypographySize12":"g7fsBZ","uuiTypographySize14":"AHwOhI","uuiTypographySize16":"o2voZv","submenuRootItemRtl":"nL7-xP","iconAfter":"_5i5WYm","submenuRootItem":"LhErmt","iconCheck":"Zcqp2k","splitterRoot":"TiOAJ-","headerRoot":"dJZeNd","itemRoot":"wIRMOk","selectedMark":"-n-rRo"};
|
|
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":"_8fhqDR","hero-header":"NLrKK9","promo-header":"-MICOE","uui-critical":"ee-xWU","uui-info":"nAm3Zi","uui-success":"wpaOpu","uui-warning":"Jxue8x","uui-highlight":"o1ltZL","uui-typography-size-12":"lJHKwz","uui-typography-size-14":"JiQU4V","uui-typography-size-16":"jFM8IG","root":"o2a2QS","mode-block":"QrnkGp","mode-inline":"XYgH1D","padding-0":"Xns84V","padding-6":"S9FWjR","padding-12":"_2tIuIc","padding-18":"aR2sq-","uuiTypography":"_8fhqDR","heroHeader":"NLrKK9","promoHeader":"-MICOE","uuiCritical":"ee-xWU","uuiInfo":"nAm3Zi","uuiSuccess":"wpaOpu","uuiWarning":"Jxue8x","uuiHighlight":"o1ltZL","uuiTypographySize12":"lJHKwz","uuiTypographySize14":"JiQU4V","uuiTypographySize16":"jFM8IG","modeBlock":"QrnkGp","modeInline":"XYgH1D","padding0":"Xns84V","padding6":"S9FWjR","padding12":"_2tIuIc","padding18":"aR2sq-"};
|
|
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":"De-G1T","hero-header":"t71-78","promo-header":"fkAiqc","uui-critical":"qpyFqL","uui-info":"E-DrF0","uui-success":"OsLlVE","uui-warning":"YjEy8e","uui-highlight":"_6hRhVL","uui-typography-size-12":"_-03NXT","uui-typography-size-14":"CmBPQ7","uui-typography-size-16":"fUlDow","root":"smUwV0","border-top":"s0MJDf","border-bottom":"n6NduM","top-shadow":"zmsMHK","padding-6":"ohs8Rf","padding-12":"_3zeC4q","padding-18":"KzzLTU","padding-24":"mIePGl","margin-24":"_0ZyBvO","margin-12":"_0gPhJx","vPadding-12":"thQ3e2","vPadding-18":"ODRuHJ","vPadding-24":"sJkHK-","vPadding-36":"HV5Bun","vPadding-48":"C8TgjN","spacing-6":"Eve9yO","spacing-12":"CuP9xB","spacing-18":"bxiOqU","uui-surface-main":"-Xd5-b","uuiTypography":"De-G1T","heroHeader":"t71-78","promoHeader":"fkAiqc","uuiCritical":"qpyFqL","uuiInfo":"E-DrF0","uuiSuccess":"OsLlVE","uuiWarning":"YjEy8e","uuiHighlight":"_6hRhVL","uuiTypographySize12":"_-03NXT","uuiTypographySize14":"CmBPQ7","uuiTypographySize16":"fUlDow","borderTop":"s0MJDf","borderBottom":"n6NduM","topShadow":"zmsMHK","padding6":"ohs8Rf","padding12":"_3zeC4q","padding18":"KzzLTU","padding24":"mIePGl","margin24":"_0ZyBvO","margin12":"_0gPhJx","vPadding12":"thQ3e2","vPadding18":"ODRuHJ","vPadding24":"sJkHK-","vPadding36":"HV5Bun","vPadding48":"C8TgjN","spacing6":"Eve9yO","spacing12":"CuP9xB","spacing18":"bxiOqU","uuiSurfaceMain":"-Xd5-b"};
|
|
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":"UWLCG2","margin-24":"DQmTIj","padding-12":"OsVJjX","padding-24":"gF8NJ1","shadow":"hQ0SK4","uui-surface-main":"E3WJ58","margin24":"DQmTIj","padding12":"OsVJjX","padding24":"gF8NJ1","uuiSurfaceMain":"E3WJ58"};
|
|
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":"_4flVV-"};
|
|
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":"Aetqqv","hero-header":"XzOMcX","promo-header":"SzRyjm","uui-critical":"Qe6SKC","uui-info":"mtqvyJ","uui-success":"xCq48x","uui-warning":"EvV9Uf","uui-highlight":"mnQ3o1","uui-typography-size-12":"R16jd8","uui-typography-size-14":"oEFXKM","uui-typography-size-16":"O7NOYh","root":"_82FRX-","uuiTypography":"Aetqqv","heroHeader":"XzOMcX","promoHeader":"SzRyjm","uuiCritical":"Qe6SKC","uuiInfo":"mtqvyJ","uuiSuccess":"xCq48x","uuiWarning":"EvV9Uf","uuiHighlight":"mnQ3o1","uuiTypographySize12":"R16jd8","uuiTypographySize14":"oEFXKM","uuiTypographySize16":"O7NOYh"};
|
|
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":"Y-7gt6"};
|
|
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":"Xc2m8h"};
|
|
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":"IaRdTJ","list-container":"BQRtvm","scrollContainer":"IaRdTJ","listContainer":"BQRtvm"};
|
|
1240
1240
|
|
|
1241
|
-
var css$19 = {"root":"
|
|
1241
|
+
var css$19 = {"root":"gpC6NT"};
|
|
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":"_5eksEA","hero-header":"_4DuSBK","promo-header":"blaydJ","uui-critical":"aq8NZn","uui-info":"T8UdQ8","uui-success":"z2AN6W","uui-warning":"KMDa-H","uui-highlight":"v8swz7","uui-typography-size-12":"YZc7lX","uui-typography-size-14":"J3WKwK","uui-typography-size-16":"g7vbEq","root":"Cu6uu2","uuiTypography":"_5eksEA","heroHeader":"_4DuSBK","promoHeader":"blaydJ","uuiCritical":"aq8NZn","uuiInfo":"T8UdQ8","uuiSuccess":"z2AN6W","uuiWarning":"KMDa-H","uuiHighlight":"v8swz7","uuiTypographySize12":"YZc7lX","uuiTypographySize14":"J3WKwK","uuiTypographySize16":"g7vbEq"};
|
|
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":"DhnMWj","hero-header":"eM01tI","promo-header":"_2wv8bf","uui-critical":"R9z1Gn","uui-info":"wb5RB5","uui-success":"pJnL7H","uui-warning":"_9QV1Qp","uui-highlight":"Qehbk6","uui-typography-size-12":"I-9phz","uui-typography-size-14":"lXa2Us","uui-typography-size-16":"_3G--y5","root":"Qxbvgl","uuiTypography":"DhnMWj","heroHeader":"eM01tI","promoHeader":"_2wv8bf","uuiCritical":"R9z1Gn","uuiInfo":"wb5RB5","uuiSuccess":"pJnL7H","uuiWarning":"_9QV1Qp","uuiHighlight":"Qehbk6","uuiTypographySize12":"I-9phz","uuiTypographySize14":"lXa2Us","uuiTypographySize16":"_3G--y5"};
|
|
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":"KM8aGk","uui-spinner":"nzzXfg","uuiSpinner":"nzzXfg"};
|
|
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":"p-0TA0","page":"RDcpUd","spacer":"ejhogo","mode-ghost":"Lb8rZ-","modeGhost":"Lb8rZ-"};
|
|
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":"_1vrdsl","progress-bar":"kgh2fO","progressBar-indeterminate":"McjgnT","size-12":"U4ojRr","size-18":"kU8Fg7","size-24":"_0tn4e1","progressBar":"kgh2fO","progressBarIndeterminate":"McjgnT","size12":"U4ojRr","size18":"kU8Fg7","size24":"_0tn4e1"};
|
|
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":"ni86EA","striped":"_4t6RPG","animate-stripes":"-x-vJ9","size-12":"v-frsP","size-18":"xrcIJy","size-24":"_8rm5JN","animateStripes":"-x-vJ9","size12":"v-frsP","size18":"xrcIJy","size24":"_8rm5JN"};
|
|
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":"A0qnGY"};
|
|
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":"pMjYfW"};
|
|
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":"voSWV1","icon-container":"TJYcwm","dragHandle":"voSWV1","iconContainer":"TJYcwm"};
|
|
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":"yaiZr9"};
|
|
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":"_898hG5"};
|
|
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":"_3gO-ju","line-height":"bFnTfD","font-size":"IxOziv","lineHeight":"bFnTfD","fontSize":"IxOziv"};
|
|
1477
1477
|
|
|
1478
1478
|
function applyTextMods(mods) {
|
|
1479
1479
|
return [
|
|
@@ -1490,17 +1490,15 @@ function applyTextMods(mods) {
|
|
|
1490
1490
|
}
|
|
1491
1491
|
const Text = /* @__PURE__ */withMods(uuiComponents.Text, applyTextMods, (props) => {
|
|
1492
1492
|
var _a;
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
};
|
|
1500
|
-
}
|
|
1493
|
+
const style = ((_a = props === null || props === void 0 ? void 0 : props.rawProps) === null || _a === void 0 ? void 0 : _a.style) || {};
|
|
1494
|
+
props.fontSize && (style['--uui-text-font-size'] = `${props.fontSize}px`);
|
|
1495
|
+
props.lineHeight && (style['--uui-text-line-height'] = `${props.lineHeight}px`);
|
|
1496
|
+
return {
|
|
1497
|
+
rawProps: Object.assign(Object.assign({}, props === null || props === void 0 ? void 0 : props.rawProps), { style: style }),
|
|
1498
|
+
};
|
|
1501
1499
|
});
|
|
1502
1500
|
|
|
1503
|
-
var css$Y = {"root":"
|
|
1501
|
+
var css$Y = {"root":"tSh4hZ","loading-word":"QM0S-m","animated-loading":"XccA3A","skeleton_loading":"HlHi-I","loadingWord":"QM0S-m","animatedLoading":"XccA3A","skeletonLoading":"HlHi-I"};
|
|
1504
1502
|
|
|
1505
1503
|
const TextPlaceholder = (props) => {
|
|
1506
1504
|
const pattern = ' ';
|
|
@@ -1519,7 +1517,7 @@ const TextPlaceholder = (props) => {
|
|
|
1519
1517
|
|
|
1520
1518
|
const RichTextView = /* @__PURE__ */withMods(uuiComponents.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
|
|
1521
1519
|
|
|
1522
|
-
var css$X = {"uui-typography":"
|
|
1520
|
+
var css$X = {"uui-typography":"Pa4WEm","hero-header":"_88srMT","promo-header":"UUd0IA","uui-critical":"K3QwIt","uui-info":"HI49kW","uui-success":"M21RL7","uui-warning":"op-O0D","uui-highlight":"bLUFZ6","uui-typography-size-12":"_7VtiwZ","uui-typography-size-14":"KLihix","uui-typography-size-16":"Hk5Fn5","root":"ysgj5D","modal-blocker":"xZmbHs","animateModalBlocker":"-ZLHIy","modal":"OfA0N7","modal-footer":"kkLCu3","modal-header":"dmJ1Ku","uuiTypography":"Pa4WEm","heroHeader":"_88srMT","promoHeader":"UUd0IA","uuiCritical":"K3QwIt","uuiInfo":"HI49kW","uuiSuccess":"M21RL7","uuiWarning":"op-O0D","uuiHighlight":"bLUFZ6","uuiTypographySize12":"_7VtiwZ","uuiTypographySize14":"KLihix","uuiTypographySize16":"Hk5Fn5","modalBlocker":"xZmbHs","modalFooter":"kkLCu3","modalHeader":"dmJ1Ku"};
|
|
1523
1521
|
|
|
1524
1522
|
const ModalBlocker = /* @__PURE__ */withMods(ModalBlocker$1, () => [css$X.modalBlocker]);
|
|
1525
1523
|
const ModalWindow = /* @__PURE__ */withMods(ModalWindow$1, () => [css$X.root, css$X.modal], (props) => {
|
|
@@ -1708,7 +1706,7 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
|
1708
1706
|
};
|
|
1709
1707
|
var ForwardRef$t = /*#__PURE__*/forwardRef(SvgNotificationHelpFill);
|
|
1710
1708
|
|
|
1711
|
-
var css$W = {"uui-typography":"
|
|
1709
|
+
var css$W = {"uui-typography":"A4aGAd","hero-header":"ZFA7xR","promo-header":"ZOK50T","uui-critical":"_8p5nN9","uui-info":"Q2KpVq","uui-success":"NjID-r","uui-warning":"E7B0yS","uui-highlight":"bQXjwe","uui-typography-size-12":"Qd8Lom","uui-typography-size-14":"GU4Eba","uui-typography-size-16":"OC-nEw","root":"qQBspD","icon-wrapper":"sEkF-i","action-wrapper":"SaJt4L","action-link":"pYlmQv","close-icon":"-Md7X-","main-path":"N5d24R","content":"bXGI8O","close-wrapper":"_0MGHgT","notification-wrapper":"_7rj824","clear-button":"aT8lRM","uuiTypography":"A4aGAd","heroHeader":"ZFA7xR","promoHeader":"ZOK50T","uuiCritical":"_8p5nN9","uuiInfo":"Q2KpVq","uuiSuccess":"NjID-r","uuiWarning":"E7B0yS","uuiHighlight":"bQXjwe","uuiTypographySize12":"Qd8Lom","uuiTypographySize14":"GU4Eba","uuiTypographySize16":"OC-nEw","iconWrapper":"sEkF-i","actionWrapper":"SaJt4L","actionLink":"pYlmQv","closeIcon":"-Md7X-","mainPath":"N5d24R","closeWrapper":"_0MGHgT","notificationWrapper":"_7rj824","clearButton":"aT8lRM"};
|
|
1712
1710
|
|
|
1713
1711
|
const NotificationCard = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
1714
1712
|
const notificationCardNode = React__default.useRef(null);
|
|
@@ -1743,7 +1741,7 @@ function ClearNotification() {
|
|
|
1743
1741
|
React__default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
|
|
1744
1742
|
}
|
|
1745
1743
|
|
|
1746
|
-
var css$V = {"footer":"
|
|
1744
|
+
var css$V = {"footer":"yW-HLM"};
|
|
1747
1745
|
|
|
1748
1746
|
class ConfirmationModal extends React.Component {
|
|
1749
1747
|
render() {
|
|
@@ -1785,7 +1783,7 @@ function useReliableForceUpdate() {
|
|
|
1785
1783
|
return red[1];
|
|
1786
1784
|
}
|
|
1787
1785
|
|
|
1788
|
-
var css$U = {"root":"
|
|
1786
|
+
var css$U = {"root":"Fr3Px-","timepicker-input":"oT-zDK","ltr-always":"d17ugd","timepickerInput":"oT-zDK","ltrAlways":"d17ugd"};
|
|
1789
1787
|
|
|
1790
1788
|
const uuiTimePicker = {
|
|
1791
1789
|
container: 'uui-timepicker-container',
|
|
@@ -1978,7 +1976,7 @@ function TimePicker(props) {
|
|
|
1978
1976
|
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
1977
|
}
|
|
1980
1978
|
|
|
1981
|
-
var css$T = {"root":"
|
|
1979
|
+
var css$T = {"root":"GnxWbU"};
|
|
1982
1980
|
|
|
1983
1981
|
function applyInputAddonMods() {
|
|
1984
1982
|
return [
|
|
@@ -1987,7 +1985,7 @@ function applyInputAddonMods() {
|
|
|
1987
1985
|
}
|
|
1988
1986
|
const InputAddon = /* @__PURE__ */withMods(InputAddon$1, applyInputAddonMods);
|
|
1989
1987
|
|
|
1990
|
-
var css$S = {"root":"
|
|
1988
|
+
var css$S = {"root":"hjBDbZ"};
|
|
1991
1989
|
|
|
1992
1990
|
function applySliderMods() {
|
|
1993
1991
|
return [css$S.root, 'uui-color-neutral'];
|
|
@@ -2122,7 +2120,7 @@ const getNextYearsList = (currentDate) => {
|
|
|
2122
2120
|
return currentDate.add(16, 'year');
|
|
2123
2121
|
};
|
|
2124
2122
|
|
|
2125
|
-
var css$R = {"root":"
|
|
2123
|
+
var css$R = {"root":"_8skOcx","container":"OJ9RHe"};
|
|
2126
2124
|
|
|
2127
2125
|
const uuiHeader = {
|
|
2128
2126
|
container: 'uui-datepicker-header-container',
|
|
@@ -2206,14 +2204,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2206
2204
|
React.createElement(Button, { icon: navIconRight || ForwardRef$u, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
|
|
2207
2205
|
}
|
|
2208
2206
|
|
|
2209
|
-
var css$Q = {"uui-typography":"
|
|
2207
|
+
var css$Q = {"uui-typography":"v-ik6u","hero-header":"xvBL1T","promo-header":"QdeNpr","uui-critical":"_4ohVp9","uui-info":"WjM0ki","uui-success":"qweWyX","uui-warning":"_3LOXJ9","uui-highlight":"kIW7I5","uui-typography-size-12":"ytq5Vs","uui-typography-size-14":"FedC-L","uui-typography-size-16":"ytTPyC","root":"W3RG3J","uuiTypography":"v-ik6u","heroHeader":"xvBL1T","promoHeader":"QdeNpr","uuiCritical":"_4ohVp9","uuiInfo":"WjM0ki","uuiSuccess":"qweWyX","uuiWarning":"_3LOXJ9","uuiHighlight":"kIW7I5","uuiTypographySize12":"ytq5Vs","uuiTypographySize14":"FedC-L","uuiTypographySize16":"ytTPyC"};
|
|
2210
2208
|
|
|
2211
2209
|
function applyDateSelectionMods() {
|
|
2212
2210
|
return [css$Q.root, `uui-size-${settings.sizes.defaults.datePicker}`];
|
|
2213
2211
|
}
|
|
2214
2212
|
const Calendar = /* @__PURE__ */withMods(Calendar$1, applyDateSelectionMods);
|
|
2215
2213
|
|
|
2216
|
-
var css$P = {"uui-typography":"
|
|
2214
|
+
var css$P = {"uui-typography":"XxH0tQ","hero-header":"_-1xWgs","promo-header":"b4IShn","uui-critical":"_65bUOy","uui-info":"Vr-rAE","uui-success":"WTTZZb","uui-warning":"_-2CzvV","uui-highlight":"RCRvnr","uui-typography-size-12":"Rhdpp7","uui-typography-size-14":"br2F7H","uui-typography-size-16":"FXTm1J","root":"UTFh3I","uuiTypography":"XxH0tQ","heroHeader":"_-1xWgs","promoHeader":"b4IShn","uuiCritical":"_65bUOy","uuiInfo":"Vr-rAE","uuiSuccess":"WTTZZb","uuiWarning":"_-2CzvV","uuiHighlight":"RCRvnr","uuiTypographySize12":"Rhdpp7","uuiTypographySize14":"br2F7H","uuiTypographySize16":"FXTm1J"};
|
|
2217
2215
|
|
|
2218
2216
|
const uuiDatePickerBody = {
|
|
2219
2217
|
wrapper: 'uui-datepicker-body-wrapper',
|
|
@@ -2344,7 +2342,7 @@ function DatePickerComponent(props, ref) {
|
|
|
2344
2342
|
}
|
|
2345
2343
|
const DatePicker = /* @__PURE__ */React__default.forwardRef(DatePickerComponent);
|
|
2346
2344
|
|
|
2347
|
-
var css$O = {"uui-typography":"
|
|
2345
|
+
var css$O = {"uui-typography":"I2qKAk","hero-header":"y5En1f","promo-header":"l3KYds","uui-critical":"ZTl1O-","uui-info":"cZHgov","uui-success":"K4yqTG","uui-warning":"UjVf5J","uui-highlight":"JrjlcU","uui-typography-size-12":"Zdq6Mj","uui-typography-size-14":"tO4f3-","uui-typography-size-16":"vnKinn","date-input":"LsDukn","root":"l5bMRG","separator":"CDVPH0","mode-form":"KF6gpI","mode-cell":"oggJoM","uuiTypography":"I2qKAk","heroHeader":"y5En1f","promoHeader":"l3KYds","uuiCritical":"ZTl1O-","uuiInfo":"cZHgov","uuiSuccess":"K4yqTG","uuiWarning":"UjVf5J","uuiHighlight":"JrjlcU","uuiTypographySize12":"Zdq6Mj","uuiTypographySize14":"tO4f3-","uuiTypographySize16":"vnKinn","dateInput":"LsDukn","modeForm":"KF6gpI","modeCell":"oggJoM"};
|
|
2348
2346
|
|
|
2349
2347
|
const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, id, cx: classes, }, ref) => {
|
|
2350
2348
|
const [inputValue, setInputValue] = useState(toCustomDateRangeFormat(value, format));
|
|
@@ -2384,7 +2382,7 @@ const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid,
|
|
|
2384
2382
|
} : 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
2383
|
});
|
|
2386
2384
|
|
|
2387
|
-
var css$N = {"uui-typography":"
|
|
2385
|
+
var css$N = {"uui-typography":"FM4n1x","hero-header":"qdY8F6","promo-header":"fFwmi0","uui-critical":"n2LmG3","uui-info":"_8t9l66","uui-success":"R5pGqC","uui-warning":"jBcKVH","uui-highlight":"YfdF4T","uui-typography-size-12":"iMEzDa","uui-typography-size-14":"Asb8qN","uui-typography-size-16":"mSIM4I","root":"aRtlpg","uuiTypography":"FM4n1x","heroHeader":"qdY8F6","promoHeader":"fFwmi0","uuiCritical":"n2LmG3","uuiInfo":"_8t9l66","uuiSuccess":"R5pGqC","uuiWarning":"jBcKVH","uuiHighlight":"YfdF4T","uuiTypographySize12":"iMEzDa","uuiTypographySize14":"Asb8qN","uuiTypographySize16":"mSIM4I"};
|
|
2388
2386
|
|
|
2389
2387
|
const uuiPresets = {
|
|
2390
2388
|
container: 'uui-presets-container',
|
|
@@ -2400,7 +2398,7 @@ function CalendarPresets(props) {
|
|
|
2400
2398
|
getPresets(props.presets).map((item) => (React.createElement(LinkButton, { key: item.key, caption: item.name, onClick: () => props.onPresetSet(item), size: "24" })))));
|
|
2401
2399
|
}
|
|
2402
2400
|
|
|
2403
|
-
var css$M = {"uui-typography":"
|
|
2401
|
+
var css$M = {"uui-typography":"etR5vB","hero-header":"ZxGo-q","promo-header":"-ZrK3-","uui-critical":"pIvjn7","uui-info":"vMVvem","uui-success":"G3ik8q","uui-warning":"mJVi9N","uui-highlight":"REk4Gn","uui-typography-size-12":"WwLZ7V","uui-typography-size-14":"r5kLFx","uui-typography-size-16":"hOSjTy","root":"dSMlBh","container":"JUU6FR","day-selection":"HnMajF","from-picker":"xj-66i","to-picker":"sHjgd-","bodes-wrapper":"BF4CRN","blocker":"vGrmqs","uuiTypography":"etR5vB","heroHeader":"ZxGo-q","promoHeader":"-ZrK3-","uuiCritical":"pIvjn7","uuiInfo":"vMVvem","uuiSuccess":"G3ik8q","uuiWarning":"mJVi9N","uuiHighlight":"REk4Gn","uuiTypographySize12":"WwLZ7V","uuiTypographySize14":"r5kLFx","uuiTypographySize16":"hOSjTy","daySelection":"HnMajF","fromPicker":"xj-66i","toPicker":"sHjgd-","bodesWrapper":"BF4CRN"};
|
|
2404
2402
|
|
|
2405
2403
|
const uuiRangeDatePickerBody = {
|
|
2406
2404
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -2575,7 +2573,7 @@ const getDayCX = (day, selectedDate) => {
|
|
|
2575
2573
|
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
2574
|
};
|
|
2577
2575
|
|
|
2578
|
-
var css$L = {"dropdown-container":"
|
|
2576
|
+
var css$L = {"dropdown-container":"dPE7yp","dropdownContainer":"dPE7yp"};
|
|
2579
2577
|
|
|
2580
2578
|
const modifiers = [{
|
|
2581
2579
|
name: 'offset',
|
|
@@ -2638,7 +2636,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
2638
2636
|
}
|
|
2639
2637
|
const RangeDatePicker = /* @__PURE__ */React__default.forwardRef(RangeDatePickerComponent);
|
|
2640
2638
|
|
|
2641
|
-
var css$K = {"root":"
|
|
2639
|
+
var css$K = {"root":"mWP5Ix","blocker":"s-WinV","marker":"Bao0FI","top":"S-xWKD","bottom":"_5Y3ymL","left":"do-oA6","right":"bLMKTY","inside":"puB-g2"};
|
|
2642
2640
|
|
|
2643
2641
|
function DropMarker(props) {
|
|
2644
2642
|
return props.isDndInProgress
|
|
@@ -2653,7 +2651,7 @@ function DropMarker(props) {
|
|
|
2653
2651
|
: null;
|
|
2654
2652
|
}
|
|
2655
2653
|
|
|
2656
|
-
var css$J = {"uui-typography":"
|
|
2654
|
+
var css$J = {"uui-typography":"BmCdGh","hero-header":"O3iqcX","promo-header":"ujVlM8","uui-critical":"KUljyN","uui-info":"_8otjUM","uui-success":"OCh3W7","uui-warning":"KmaeDe","uui-highlight":"TYzNSL","uui-typography-size-12":"bFmfNJ","uui-typography-size-14":"LXpdHi","uui-typography-size-16":"W40nWX","modal":"RTyf1W","search-wrapper":"Ufj-y1","no-data":"GH015Q","type-search-to-load-size-24":"TAGDN-","uuiTypography":"BmCdGh","heroHeader":"O3iqcX","promoHeader":"ujVlM8","uuiCritical":"KUljyN","uuiInfo":"_8otjUM","uuiSuccess":"OCh3W7","uuiWarning":"KmaeDe","uuiHighlight":"TYzNSL","uuiTypographySize12":"bFmfNJ","uuiTypographySize14":"LXpdHi","uuiTypographySize16":"W40nWX","searchWrapper":"Ufj-y1","noData":"GH015Q","typeSearchToLoadSize24":"TAGDN-"};
|
|
2657
2655
|
|
|
2658
2656
|
class DataPickerBody extends PickerBodyBase {
|
|
2659
2657
|
constructor() {
|
|
@@ -2701,35 +2699,30 @@ class DataPickerBody extends PickerBodyBase {
|
|
|
2701
2699
|
}
|
|
2702
2700
|
}
|
|
2703
2701
|
|
|
2704
|
-
var css$I = {"footer":"
|
|
2702
|
+
var css$I = {"footer":"fb1evT"};
|
|
2705
2703
|
|
|
2706
2704
|
function DataPickerFooterImpl(props) {
|
|
2707
2705
|
const { search, clearSelection, view, showSelected, selectionMode, isSearchTooShort, } = props;
|
|
2708
2706
|
const size = isMobile() ? settings.sizes.pickerInput.body.mobile.footer.linkButton : props.size;
|
|
2709
2707
|
const hasSelection = view.getSelectedRowsCount() > 0;
|
|
2710
2708
|
const rowsCount = view.getListProps().rowsCount;
|
|
2711
|
-
const isEmptyRowsAndHasNoSelection = (rowsCount === 0 && !hasSelection);
|
|
2712
2709
|
const isSinglePicker = selectionMode === 'single';
|
|
2713
2710
|
const clearAllText = i18n.pickerInput.clearSelectionButton;
|
|
2714
2711
|
const clearSingleText = i18n.pickerInput.clearSelectionButtonSingle;
|
|
2715
2712
|
const selectAllText = i18n.pickerInput.selectAllButton;
|
|
2716
|
-
|
|
2717
|
-
const
|
|
2718
|
-
const
|
|
2713
|
+
const isSearching = search === null || search === void 0 ? void 0 : search.length;
|
|
2714
|
+
const hideFooter = isSearchTooShort || rowsCount === 0 || isSearching || (isSinglePicker && props.disableClear);
|
|
2715
|
+
const showClear = !props.disableClear && (isSinglePicker ? true : (!view.selectAll || hasSelection));
|
|
2719
2716
|
return !hideFooter && (React__default.createElement(FlexRow, { cx: css$I.footer },
|
|
2720
2717
|
!isSinglePicker && (React__default.createElement(Switch, { size: settings.sizes.pickerInput.body.dropdown.footer.switch[props.size], value: showSelected.value, isDisabled: !hasSelection, onValueChange: showSelected.onValueChange, label: i18n.pickerInput.showOnlySelectedLabel })),
|
|
2721
2718
|
React__default.createElement(FlexSpacer, null),
|
|
2722
2719
|
React__default.createElement(FlexCell, { width: "auto", alignSelf: "center" },
|
|
2723
|
-
view.selectAll && (React__default.createElement(LinkButton, { size: size, caption:
|
|
2724
|
-
|
|
2725
|
-
}, isDisabled: isEmptyRowsAndHasNoSelection })),
|
|
2726
|
-
!view.selectAll && (React__default.createElement(LinkButton, { isDisabled: !hasSelection, size: size, caption: isSinglePicker ? clearSingleText : clearAllText, onClick: clearSelection, rawProps: {
|
|
2727
|
-
'aria-label': isSinglePicker ? clearSingleText : clearAllText,
|
|
2728
|
-
} })))));
|
|
2720
|
+
view.selectAll && !hasSelection && (React__default.createElement(LinkButton, { size: size, caption: selectAllText, onClick: () => view.selectAll.onValueChange(true) })),
|
|
2721
|
+
showClear && (React__default.createElement(LinkButton, { size: size, caption: isSinglePicker ? clearSingleText : clearAllText, onClick: clearSelection, isDisabled: !hasSelection })))));
|
|
2729
2722
|
}
|
|
2730
2723
|
const DataPickerFooter = /* @__PURE__ */React__default.memo(DataPickerFooterImpl);
|
|
2731
2724
|
|
|
2732
|
-
var css$H = {"header":"
|
|
2725
|
+
var css$H = {"header":"bJHRI-","title":"QkGI4I","close":"t5IVuh"};
|
|
2733
2726
|
|
|
2734
2727
|
const DataPickerHeaderImpl = (props) => {
|
|
2735
2728
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -2754,7 +2747,7 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
|
2754
2747
|
};
|
|
2755
2748
|
var ForwardRef$s = /*#__PURE__*/forwardRef(SvgNotificationDoneFill);
|
|
2756
2749
|
|
|
2757
|
-
var css$G = {"uui-typography":"
|
|
2750
|
+
var css$G = {"uui-typography":"_8-4rW-","hero-header":"Bx-I04","promo-header":"_4ib41r","uui-critical":"APmr5Z","uui-info":"sztljY","uui-success":"Osk5EB","uui-warning":"_7VdtPB","uui-highlight":"d7D1u8","uui-typography-size-12":"zEg4g-","uui-typography-size-14":"vswiZe","uui-typography-size-16":"NaED8d","root":"NKkV5a","align-widgets-top":"d-J2x-","align-widgets-center":"uQq2uw","icon-container":"mU0192","loading-cell":"oWAaXG","content-wrapper":"e-5SzR","render-item":"r1f-tc","icon-wrapper":"vOEKFn","icon-default":"uGaPnq","selected-mark":"BezLqd","uuiTypography":"_8-4rW-","heroHeader":"Bx-I04","promoHeader":"_4ib41r","uuiCritical":"APmr5Z","uuiInfo":"sztljY","uuiSuccess":"Osk5EB","uuiWarning":"_7VdtPB","uuiHighlight":"d7D1u8","uuiTypographySize12":"zEg4g-","uuiTypographySize14":"vswiZe","uuiTypographySize16":"NaED8d","alignWidgetsTop":"d-J2x-","alignWidgetsCenter":"uQq2uw","iconContainer":"mU0192","loadingCell":"oWAaXG","contentWrapper":"e-5SzR","renderItem":"r1f-tc","iconWrapper":"vOEKFn","iconDefault":"uGaPnq","selectedMark":"BezLqd"};
|
|
2758
2751
|
|
|
2759
2752
|
function DataPickerCell(props) {
|
|
2760
2753
|
const ref = React.useRef();
|
|
@@ -2791,7 +2784,7 @@ function DataPickerCell(props) {
|
|
|
2791
2784
|
getWrappedContent()));
|
|
2792
2785
|
}
|
|
2793
2786
|
|
|
2794
|
-
var css$F = {"uui-typography":"
|
|
2787
|
+
var css$F = {"uui-typography":"aMGh-J","hero-header":"rDM-y-","promo-header":"bAeci2","uui-critical":"STglT8","uui-info":"K-sTxK","uui-success":"ccaVsb","uui-warning":"aThGd1","uui-highlight":"BaIXI1","uui-typography-size-12":"sWWOI2","uui-typography-size-14":"Na645Y","uui-typography-size-16":"QQDfNF","picker-row":"ybW44E","uuiTypography":"aMGh-J","heroHeader":"rDM-y-","promoHeader":"bAeci2","uuiCritical":"STglT8","uuiInfo":"K-sTxK","uuiSuccess":"ccaVsb","uuiWarning":"aThGd1","uuiHighlight":"BaIXI1","uuiTypographySize12":"sWWOI2","uuiTypographySize14":"Na645Y","uuiTypographySize16":"QQDfNF","pickerRow":"ybW44E"};
|
|
2795
2788
|
|
|
2796
2789
|
class DataPickerRow extends React.Component {
|
|
2797
2790
|
constructor() {
|
|
@@ -2805,7 +2798,7 @@ class DataPickerRow extends React.Component {
|
|
|
2805
2798
|
}
|
|
2806
2799
|
}
|
|
2807
2800
|
|
|
2808
|
-
var css$E = {"uui-typography":"
|
|
2801
|
+
var css$E = {"uui-typography":"f6MGdb","hero-header":"tSQjz5","promo-header":"is28C-","uui-critical":"o8ABWJ","uui-info":"_07NNaF","uui-success":"_5PNbHd","uui-warning":"CULolw","uui-highlight":"zSlH-h","uui-typography-size-12":"_98Ybtc","uui-typography-size-14":"_2E9tTc","uui-typography-size-16":"OGvO79","done":"IlbQGv","container":"U-5Jt9","uuiTypography":"f6MGdb","heroHeader":"tSQjz5","promoHeader":"is28C-","uuiCritical":"o8ABWJ","uuiInfo":"_07NNaF","uuiSuccess":"_5PNbHd","uuiWarning":"CULolw","uuiHighlight":"zSlH-h","uuiTypographySize12":"_98Ybtc","uuiTypographySize14":"_2E9tTc","uuiTypographySize16":"OGvO79"};
|
|
2809
2802
|
|
|
2810
2803
|
const PickerBodyMobileView = (props) => {
|
|
2811
2804
|
const isMobileView = isMobile();
|
|
@@ -2839,7 +2832,7 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
2839
2832
|
};
|
|
2840
2833
|
var ForwardRef$r = /*#__PURE__*/forwardRef(SvgSearchWithBackground);
|
|
2841
2834
|
|
|
2842
|
-
var css$D = {"uui-typography":"
|
|
2835
|
+
var css$D = {"uui-typography":"Dpre1c","hero-header":"eCwaSQ","promo-header":"R-ym00","uui-critical":"-KRqY7","uui-info":"_88MeG7","uui-success":"kndFVd","uui-warning":"C0KZxc","uui-highlight":"RMNdQ9","uui-typography-size-12":"_3On19J","uui-typography-size-14":"rZ428r","uui-typography-size-16":"GYtxLX","sub-header-wrapper":"-KmaVg","switch":"S0cqCr","no-found-modal-container":"_21015j","no-found-modal-container-icon":"_00J10d","no-found-modal-container-text":"JDDTV8","uuiTypography":"Dpre1c","heroHeader":"eCwaSQ","promoHeader":"R-ym00","uuiCritical":"-KRqY7","uuiInfo":"_88MeG7","uuiSuccess":"kndFVd","uuiWarning":"C0KZxc","uuiHighlight":"RMNdQ9","uuiTypographySize12":"_3On19J","uuiTypographySize14":"rZ428r","uuiTypographySize16":"GYtxLX","subHeaderWrapper":"-KmaVg","$switch$":"S0cqCr","noFoundModalContainer":"_21015j","noFoundModalContainerIcon":"_00J10d","noFoundModalContainerText":"JDDTV8"};
|
|
2843
2836
|
|
|
2844
2837
|
const mergeHighlightRanges = (ranges) => {
|
|
2845
2838
|
const mergedRanges = [];
|
|
@@ -2906,7 +2899,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
2906
2899
|
return getDecoratedText(str, ranges);
|
|
2907
2900
|
};
|
|
2908
2901
|
|
|
2909
|
-
var css$C = {"root":"
|
|
2902
|
+
var css$C = {"root":"QmSMnG","column-gap":"HP6ajM","multiline":"M7KAat","text":"W85VsQ","columnGap":"HP6ajM"};
|
|
2910
2903
|
|
|
2911
2904
|
function PickerItem(props) {
|
|
2912
2905
|
var _a;
|
|
@@ -2981,7 +2974,7 @@ function PickerModal(props) {
|
|
|
2981
2974
|
React__default.createElement(ModalFooter, { padding: "24", vPadding: "24" }, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
2982
2975
|
}
|
|
2983
2976
|
|
|
2984
|
-
var css$B = {"tooltip":"
|
|
2977
|
+
var css$B = {"tooltip":"J7SGqf"};
|
|
2985
2978
|
|
|
2986
2979
|
const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
2987
2980
|
var _a;
|
|
@@ -2996,7 +2989,7 @@ const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
2996
2989
|
}
|
|
2997
2990
|
});
|
|
2998
2991
|
|
|
2999
|
-
var css$A = {"uui-typography":"
|
|
2992
|
+
var css$A = {"uui-typography":"hPLRJa","hero-header":"QzC3dZ","promo-header":"F2PgLl","uui-critical":"tiv3tU","uui-info":"HGZNtV","uui-success":"LNFBII","uui-warning":"MUpzDq","uui-highlight":"nstxVM","uui-typography-size-12":"EzPRGz","uui-typography-size-14":"quYoat","uui-typography-size-16":"U6b90j","root":"gjSK1w","mode-form":"q3hbwF","mode-cell":"_1xd8wu","mode-inline":"aQ2A3x","uuiTypography":"hPLRJa","heroHeader":"QzC3dZ","promoHeader":"F2PgLl","uuiCritical":"tiv3tU","uuiInfo":"HGZNtV","uuiSuccess":"LNFBII","uuiWarning":"MUpzDq","uuiHighlight":"nstxVM","uuiTypographySize12":"EzPRGz","uuiTypographySize14":"quYoat","uuiTypographySize16":"U6b90j","modeForm":"q3hbwF","modeCell":"_1xd8wu","modeInline":"aQ2A3x"};
|
|
3000
2993
|
|
|
3001
2994
|
const defaultMode = EditMode.FORM;
|
|
3002
2995
|
function applyPickerTogglerMods(mods) {
|
|
@@ -3093,7 +3086,7 @@ function PickerInputComponent(_a, ref) {
|
|
|
3093
3086
|
}
|
|
3094
3087
|
const PickerInput = /* @__PURE__ */React__default.forwardRef(PickerInputComponent);
|
|
3095
3088
|
|
|
3096
|
-
var css$z = {"row":"
|
|
3089
|
+
var css$z = {"row":"qz-psf"};
|
|
3097
3090
|
|
|
3098
3091
|
function PickerListItem(props) {
|
|
3099
3092
|
var _a;
|
|
@@ -3114,7 +3107,7 @@ function PickerListItem(props) {
|
|
|
3114
3107
|
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
3108
|
}
|
|
3116
3109
|
|
|
3117
|
-
var css$y = {"root":"
|
|
3110
|
+
var css$y = {"root":"BjhqZc"};
|
|
3118
3111
|
|
|
3119
3112
|
function PickerList(props) {
|
|
3120
3113
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = usePickerList(props);
|
|
@@ -3149,7 +3142,7 @@ function PickerList(props) {
|
|
|
3149
3142
|
}, selectedRows)));
|
|
3150
3143
|
}
|
|
3151
3144
|
|
|
3152
|
-
var css$x = {"uui-typography":"
|
|
3145
|
+
var css$x = {"uui-typography":"QwxCXe","hero-header":"_4fUXgM","promo-header":"MCEu1N","uui-critical":"JcIPzj","uui-info":"w1h-dZ","uui-success":"zw2QZJ","uui-warning":"KtjOq5","uui-highlight":"f-x1rm","uui-typography-size-12":"d1Gcul","uui-typography-size-14":"XkMMi-","uui-typography-size-16":"I3berc","root":"OhxgtD","wrapper":"_1-1-fg","align-widgets-top":"_5DXsWH","align-widgets-center":"O-COQ7","uuiTypography":"QwxCXe","heroHeader":"_4fUXgM","promoHeader":"MCEu1N","uuiCritical":"JcIPzj","uuiInfo":"w1h-dZ","uuiSuccess":"zw2QZJ","uuiWarning":"KtjOq5","uuiHighlight":"f-x1rm","uuiTypographySize12":"d1Gcul","uuiTypographySize14":"XkMMi-","uuiTypographySize16":"I3berc","alignWidgetsTop":"_5DXsWH","alignWidgetsCenter":"O-COQ7"};
|
|
3153
3146
|
|
|
3154
3147
|
function DataTableCell(initialProps) {
|
|
3155
3148
|
const props = Object.assign({}, initialProps);
|
|
@@ -3198,7 +3191,7 @@ function DataTableCell(initialProps) {
|
|
|
3198
3191
|
return React.createElement(DataTableCell$1, Object.assign({}, props));
|
|
3199
3192
|
}
|
|
3200
3193
|
|
|
3201
|
-
var css$w = {"uui-typography":"
|
|
3194
|
+
var css$w = {"uui-typography":"CLvhXT","hero-header":"tQrXK1","promo-header":"ubga2J","uui-critical":"ISsa5m","uui-info":"-XsHfN","uui-success":"Ekk-l4","uui-warning":"_9rBde8","uui-highlight":"OyvvbA","uui-typography-size-12":"_69NxhK","uui-typography-size-14":"EPlGYj","uui-typography-size-16":"NN5S30","root":"zg8YZW","uuiTypography":"CLvhXT","heroHeader":"tQrXK1","promoHeader":"ubga2J","uuiCritical":"ISsa5m","uuiInfo":"-XsHfN","uuiSuccess":"Ekk-l4","uuiWarning":"_9rBde8","uuiHighlight":"OyvvbA","uuiTypographySize12":"_69NxhK","uuiTypographySize14":"EPlGYj","uuiTypographySize16":"NN5S30"};
|
|
3202
3195
|
|
|
3203
3196
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3204
3197
|
// 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 +3207,7 @@ const DataTableRow = /* @__PURE__ */withMods(DataTableRow$1, ({ borderBottom = t
|
|
|
3214
3207
|
];
|
|
3215
3208
|
}, () => propsMods);
|
|
3216
3209
|
|
|
3217
|
-
var css$v = {"uui-typography":"
|
|
3210
|
+
var css$v = {"uui-typography":"ibBSv3","hero-header":"-vPzdV","promo-header":"iJi3mt","uui-critical":"YQ022T","uui-info":"Kps72E","uui-success":"_35vjrw","uui-warning":"M94QN-","uui-highlight":"z3vtBM","uui-typography-size-12":"EfZDeG","uui-typography-size-14":"Nr3nZh","uui-typography-size-16":"Vw4YhW","sorting-panel-container":"prJoTQ","uuiTypography":"ibBSv3","heroHeader":"-vPzdV","promoHeader":"iJi3mt","uuiCritical":"YQ022T","uuiInfo":"Kps72E","uuiSuccess":"_35vjrw","uuiWarning":"M94QN-","uuiHighlight":"z3vtBM","uuiTypographySize12":"EfZDeG","uuiTypographySize14":"Nr3nZh","uuiTypographySize16":"Vw4YhW","sortingPanelContainer":"prJoTQ"};
|
|
3218
3211
|
|
|
3219
3212
|
var _path$q;
|
|
3220
3213
|
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 +3337,7 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
|
|
|
3344
3337
|
};
|
|
3345
3338
|
var ForwardRef$k = /*#__PURE__*/forwardRef(SvgNavigationExpandAllOutline);
|
|
3346
3339
|
|
|
3347
|
-
var css$u = {"uui-typography":"
|
|
3340
|
+
var css$u = {"uui-typography":"IgVRVW","hero-header":"_-77XEu","promo-header":"rGi0q8","uui-critical":"aXVUqN","uui-info":"r9NMJW","uui-success":"Fjs1zJ","uui-warning":"s1rB2p","uui-highlight":"BZZZwU","uui-typography-size-12":"Z0-7Z3","uui-typography-size-14":"aMeHrf","uui-typography-size-16":"MlwWV3","root":"_6pl8Iz","caption-wrapper":"bj-717","sort-icon":"sJ5Qem","dropdown-icon":"mk2yzH","infoIcon":"_1z7UY7","resizable":"XW4uWj","align-right":"YttoKw","align-center":"RDoyQx","caption":"-Zv1AO","truncate":"_8dHK7M","checkbox":"gh9tXC","icon":"GI3nXG","fold-all-icon":"Fb2S8r","cell-tooltip":"VDEv10","upper-case":"I6CgHu","resizing-marker":"eyVBk6","pinned-right":"ylepEC","draggable":"z8gvdv","ghost":"BtZ7GB","is-dragged-out":"zftCxN","dnd-marker-left":"_1oKgaT","dnd-marker-right":"nNLk1f","cell-tooltip-wrapper":"K2Pq9i","cell-tooltip-text":"BpY6BF","tooltip-caption":"JAl2D5","tooltip-info":"_-2au4N","uuiTypography":"IgVRVW","heroHeader":"_-77XEu","promoHeader":"rGi0q8","uuiCritical":"aXVUqN","uuiInfo":"r9NMJW","uuiSuccess":"Fjs1zJ","uuiWarning":"s1rB2p","uuiHighlight":"BZZZwU","uuiTypographySize12":"Z0-7Z3","uuiTypographySize14":"aMeHrf","uuiTypographySize16":"MlwWV3","captionWrapper":"bj-717","sortIcon":"sJ5Qem","dropdownIcon":"mk2yzH","alignRight":"YttoKw","alignCenter":"RDoyQx","foldAllIcon":"Fb2S8r","cellTooltip":"VDEv10","upperCase":"I6CgHu","resizingMarker":"eyVBk6","pinnedRight":"ylepEC","isDraggedOut":"zftCxN","dndMarkerLeft":"_1oKgaT","dndMarkerRight":"nNLk1f","cellTooltipWrapper":"K2Pq9i","cellTooltipText":"BpY6BF","tooltipCaption":"JAl2D5","tooltipInfo":"_-2au4N"};
|
|
3348
3341
|
|
|
3349
3342
|
class DataTableHeaderCell extends React.Component {
|
|
3350
3343
|
constructor() {
|
|
@@ -3450,7 +3443,7 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
|
3450
3443
|
};
|
|
3451
3444
|
var ForwardRef$j = /*#__PURE__*/forwardRef(SvgActionSettingsFill);
|
|
3452
3445
|
|
|
3453
|
-
var css$t = {"uui-typography":"
|
|
3446
|
+
var css$t = {"uui-typography":"_0MXdIa","hero-header":"_7mzBnz","promo-header":"MZkXvP","uui-critical":"cvLsmc","uui-info":"Dvd5rN","uui-success":"vf09Gk","uui-warning":"t-xGrE","uui-highlight":"NgzLfR","uui-typography-size-12":"lLaPNM","uui-typography-size-14":"_2mzNdp","uui-typography-size-16":"CbgS4y","root":"y1eKsJ","uuiTypography":"_0MXdIa","heroHeader":"_7mzBnz","promoHeader":"MZkXvP","uuiCritical":"cvLsmc","uuiInfo":"Dvd5rN","uuiSuccess":"vf09Gk","uuiWarning":"t-xGrE","uuiHighlight":"NgzLfR","uuiTypographySize12":"lLaPNM","uuiTypographySize14":"_2mzNdp","uuiTypographySize16":"CbgS4y"};
|
|
3454
3447
|
|
|
3455
3448
|
const DataTableHeaderRow = /* @__PURE__ */withMods(DataTableHeaderRow$1, () => [css$t.root, 'uui-dt-vars'], (mods) => ({
|
|
3456
3449
|
renderCell: (props) => (React.createElement(DataTableHeaderCell, Object.assign({}, props, { size: mods.size, textCase: mods.textCase || 'normal', key: props.column.key, columnsGap: mods.columnsGap }))),
|
|
@@ -3462,7 +3455,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
3462
3455
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
3463
3456
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
3464
3457
|
|
|
3465
|
-
var css$s = {"uui-typography":"
|
|
3458
|
+
var css$s = {"uui-typography":"q7CQku","hero-header":"PgUVsT","promo-header":"vkglYj","uui-critical":"vVxCHD","uui-info":"ziU5HO","uui-success":"f1cdne","uui-warning":"-PCjci","uui-highlight":"_2-gFRV","uui-typography-size-12":"reDsap","uui-typography-size-14":"SHNB71","uui-typography-size-16":"Uiky4v","root":"v-hGNl","title-wrapper":"FjTqsj","title":"aKFhQ1","text-wrapper":"-Zge1E","selection":"_1SkBdy","postfix":"ggj21M","selected":"vXpGyw","uuiTypography":"q7CQku","heroHeader":"PgUVsT","promoHeader":"vkglYj","uuiCritical":"vVxCHD","uuiInfo":"ziU5HO","uuiSuccess":"f1cdne","uuiWarning":"-PCjci","uuiHighlight":"_2-gFRV","uuiTypographySize12":"reDsap","uuiTypographySize14":"SHNB71","uuiTypographySize16":"Uiky4v","titleWrapper":"FjTqsj","textWrapper":"-Zge1E"};
|
|
3466
3459
|
|
|
3467
3460
|
const defaultSize = '36';
|
|
3468
3461
|
const FilterPanelItemToggler = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
@@ -3640,7 +3633,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
3640
3633
|
React__default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
3641
3634
|
}
|
|
3642
3635
|
|
|
3643
|
-
var css$r = {"container":"
|
|
3636
|
+
var css$r = {"container":"_8dZhf6"};
|
|
3644
3637
|
|
|
3645
3638
|
function FilterNumericBody(props) {
|
|
3646
3639
|
var _a, _b;
|
|
@@ -3738,7 +3731,7 @@ var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
|
3738
3731
|
};
|
|
3739
3732
|
var ForwardRef$i = /*#__PURE__*/forwardRef(SvgActionDeleteOutline);
|
|
3740
3733
|
|
|
3741
|
-
var css$q = {"uui-typography":"
|
|
3734
|
+
var css$q = {"uui-typography":"Wd7Gb0","hero-header":"vbuBdd","promo-header":"_0OktEb","uui-critical":"Qbh-OU","uui-info":"kR9-E4","uui-success":"lpog0V","uui-warning":"edQFD3","uui-highlight":"xdoJNV","uui-typography-size-12":"DmiAXB","uui-typography-size-14":"cFEroF","uui-typography-size-16":"_7U-hKA","header":"AG9-SM","removeButton":"vYsOmy","with-search":"F4cBQt","uuiTypography":"Wd7Gb0","heroHeader":"vbuBdd","promoHeader":"_0OktEb","uuiCritical":"Qbh-OU","uuiInfo":"kR9-E4","uuiSuccess":"lpog0V","uuiWarning":"edQFD3","uuiHighlight":"xdoJNV","uuiTypographySize12":"DmiAXB","uuiTypographySize14":"cFEroF","uuiTypographySize16":"_7U-hKA","withSearch":"F4cBQt"};
|
|
3742
3735
|
|
|
3743
3736
|
function useView(props, value) {
|
|
3744
3737
|
const forceUpdate = useForceUpdate();
|
|
@@ -4059,7 +4052,7 @@ function FiltersToolbarImpl(props) {
|
|
|
4059
4052
|
}
|
|
4060
4053
|
const FiltersPanel = /* @__PURE__ */React__default.memo(FiltersToolbarImpl);
|
|
4061
4054
|
|
|
4062
|
-
var css$p = {"divider":"
|
|
4055
|
+
var css$p = {"divider":"hWvEWw","dropdownDeleteIcon":"i2n0XA","presetsWrapper":"_5PhfZW","addPresetContainer":"Vg9qTo","dropContainer":"uAdEag"};
|
|
4063
4056
|
|
|
4064
4057
|
var _path$g;
|
|
4065
4058
|
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 +4165,7 @@ var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
|
4172
4165
|
};
|
|
4173
4166
|
var ForwardRef$a = /*#__PURE__*/forwardRef(SvgContentLinkOutline);
|
|
4174
4167
|
|
|
4175
|
-
var css$o = {"delete-button":"
|
|
4168
|
+
var css$o = {"delete-button":"xh65bp","tab-button":"aJTymY","targetOpen":"nsIdAf","deleteButton":"xh65bp","tabButton":"aJTymY"};
|
|
4176
4169
|
|
|
4177
4170
|
function PresetActionsDropdown(props) {
|
|
4178
4171
|
const { uuiNotifications } = useUuiContext();
|
|
@@ -4230,7 +4223,7 @@ function PresetActionsDropdown(props) {
|
|
|
4230
4223
|
return (React__default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
4231
4224
|
}
|
|
4232
4225
|
|
|
4233
|
-
var css$n = {"preset-input-cell":"
|
|
4226
|
+
var css$n = {"preset-input-cell":"dN-GTi","preset-input":"kG7-O3","presetInputCell":"dN-GTi","presetInput":"kG7-O3"};
|
|
4234
4227
|
|
|
4235
4228
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
4236
4229
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -4263,7 +4256,7 @@ function PresetInput(props) {
|
|
|
4263
4256
|
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
4257
|
}
|
|
4265
4258
|
|
|
4266
|
-
var css$m = {"preset":"
|
|
4259
|
+
var css$m = {"preset":"RwecJp","activePreset":"p-5qv-"};
|
|
4267
4260
|
|
|
4268
4261
|
function Preset(props) {
|
|
4269
4262
|
const [isRenamePreset, setIsRenamePreset] = useState(false);
|
|
@@ -4437,7 +4430,7 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
|
|
|
4437
4430
|
};
|
|
4438
4431
|
var ForwardRef$6 = /*#__PURE__*/forwardRef(SvgTableGroupColumnRightFill);
|
|
4439
4432
|
|
|
4440
|
-
var css$l = {"unpin-icon":"
|
|
4433
|
+
var css$l = {"unpin-icon":"GVJs2v","pin-toggler-icon":"k65XY2","unpinIcon":"GVJs2v","pinTogglerIcon":"k65XY2"};
|
|
4441
4434
|
|
|
4442
4435
|
function PinIconButton(props) {
|
|
4443
4436
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4496,7 +4489,7 @@ var SvgActionDragIndicator18 = function SvgActionDragIndicator18(props, ref) {
|
|
|
4496
4489
|
};
|
|
4497
4490
|
var ForwardRef$5 = /*#__PURE__*/forwardRef(SvgActionDragIndicator18);
|
|
4498
4491
|
|
|
4499
|
-
var css$k = {"uui-typography":"
|
|
4492
|
+
var css$k = {"uui-typography":"tU5U7-","hero-header":"-SrYYY","promo-header":"JQEHEB","uui-critical":"D56Sby","uui-info":"sEMT7X","uui-success":"vyxoUL","uui-warning":"y9sNr0","uui-highlight":"YARO2S","uui-typography-size-12":"zZ2Gmw","uui-typography-size-14":"dzv4-X","uui-typography-size-16":"lZXtoc","row-wrapper":"YM4D1v","pin-icon-button":"jT0GO6","not-pinned":"TeCwFH","checkbox":"gt4vr5","drag-handle":"r964-n","dnd-disabled":"acYAFA","uuiTypography":"tU5U7-","heroHeader":"-SrYYY","promoHeader":"JQEHEB","uuiCritical":"D56Sby","uuiInfo":"sEMT7X","uuiSuccess":"vyxoUL","uuiWarning":"y9sNr0","uuiHighlight":"YARO2S","uuiTypographySize12":"zZ2Gmw","uuiTypographySize14":"dzv4-X","uuiTypographySize16":"lZXtoc","rowWrapper":"YM4D1v","pinIconButton":"jT0GO6","notPinned":"TeCwFH","dragHandle":"r964-n","dndDisabled":"acYAFA"};
|
|
4500
4493
|
|
|
4501
4494
|
const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
4502
4495
|
const { column } = props;
|
|
@@ -4519,7 +4512,7 @@ const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
|
4519
4512
|
return (React.createElement(DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
|
|
4520
4513
|
});
|
|
4521
4514
|
|
|
4522
|
-
var css$j = {"uui-typography":"
|
|
4515
|
+
var css$j = {"uui-typography":"LXYqCe","hero-header":"_8jmCqT","promo-header":"jVwHjp","uui-critical":"_14Dq7k","uui-info":"aWjr0n","uui-success":"fzUmL-","uui-warning":"Whiofa","uui-highlight":"Qx4YYD","uui-typography-size-12":"KVr-l5","uui-typography-size-14":"_--y6ov","uui-typography-size-16":"TCcYpH","root":"K83P4C","main-panel":"k1-WMG","group":"hl7aLP","group-title":"_4Ve6x7","group-items":"HtP4wj","no-data":"l7TlNQ","no-data-title":"_1uaGG-","no-data-sub-title":"QYjX-U","h-divider":"nQTlLS","search-area":"AxkxIM","subgroup-accordion":"aEeM-Y","subgroup":"aF0CEc","subgroup-title":"BmhIbs","uuiTypography":"LXYqCe","heroHeader":"_8jmCqT","promoHeader":"jVwHjp","uuiCritical":"_14Dq7k","uuiInfo":"aWjr0n","uuiSuccess":"fzUmL-","uuiWarning":"Whiofa","uuiHighlight":"Qx4YYD","uuiTypographySize12":"KVr-l5","uuiTypographySize14":"_--y6ov","uuiTypographySize16":"TCcYpH","mainPanel":"k1-WMG","groupTitle":"_4Ve6x7","groupItems":"HtP4wj","noData":"l7TlNQ","noDataTitle":"_1uaGG-","noDataSubTitle":"QYjX-U","hDivider":"nQTlLS","searchArea":"AxkxIM","subgroupAccordion":"aEeM-Y","subgroupTitle":"BmhIbs"};
|
|
4523
4516
|
|
|
4524
4517
|
const renderGroupTitle = (title, amount) => (React.createElement(FlexRow, { cx: css$j.group },
|
|
4525
4518
|
React.createElement(Text, { size: "none", cx: css$j.groupTitle }, title),
|
|
@@ -4608,7 +4601,7 @@ function SubGroup(props) {
|
|
|
4608
4601
|
return null;
|
|
4609
4602
|
}
|
|
4610
4603
|
|
|
4611
|
-
var css$i = {"listContainer":"
|
|
4604
|
+
var css$i = {"listContainer":"izQsu-","header":"f8WYaS","group":"_3JcLj7","stickyHeader":"MFBdN3"};
|
|
4612
4605
|
|
|
4613
4606
|
const getChildrenAndRest = (row, rows) => {
|
|
4614
4607
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4674,7 +4667,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4674
4667
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4675
4668
|
ref: ref
|
|
4676
4669
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
4677
|
-
clipPath: "url(#
|
|
4670
|
+
clipPath: "url(#ess8auih26ob3d9s8_a)"
|
|
4678
4671
|
}, _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
|
4679
4672
|
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
4673
|
fill: "#F5F6FA"
|
|
@@ -4695,7 +4688,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4695
4688
|
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
4689
|
fill: "#1D1E26"
|
|
4697
4690
|
})), /*#__PURE__*/React.createElement("mask", {
|
|
4698
|
-
id: "
|
|
4691
|
+
id: "ess8aukjim06xb3np_b",
|
|
4699
4692
|
style: {
|
|
4700
4693
|
maskType: "alpha"
|
|
4701
4694
|
},
|
|
@@ -4708,7 +4701,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4708
4701
|
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
4702
|
fill: "#9BDEFF"
|
|
4710
4703
|
}))), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
4711
|
-
mask: "url(#
|
|
4704
|
+
mask: "url(#ess8aukjim06xb3np_b)",
|
|
4712
4705
|
fillRule: "evenodd",
|
|
4713
4706
|
clipRule: "evenodd"
|
|
4714
4707
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -4794,7 +4787,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4794
4787
|
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
4788
|
fill: "#fff"
|
|
4796
4789
|
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
4797
|
-
id: "
|
|
4790
|
+
id: "ess8auih26ob3d9s8_a"
|
|
4798
4791
|
}, /*#__PURE__*/React.createElement("path", {
|
|
4799
4792
|
fill: "#fff",
|
|
4800
4793
|
transform: "translate(.552)",
|
|
@@ -4803,7 +4796,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4803
4796
|
};
|
|
4804
4797
|
var ForwardRef$4 = /*#__PURE__*/forwardRef(SvgEmptyTable);
|
|
4805
4798
|
|
|
4806
|
-
var css$h = {"root":"
|
|
4799
|
+
var css$h = {"root":"ipLUr4","sticky-header":"_1tnv6-","no-results":"zXeeM9","icon":"DRy--Y","title":"_2DvEiF","stickyHeader":"_1tnv6-","noResults":"zXeeM9"};
|
|
4807
4800
|
|
|
4808
4801
|
function DataTable(props) {
|
|
4809
4802
|
var _a, _b, _c, _d;
|
|
@@ -4854,9 +4847,9 @@ function DataTable(props) {
|
|
|
4854
4847
|
} }))));
|
|
4855
4848
|
}
|
|
4856
4849
|
|
|
4857
|
-
var css$g = {"root":"
|
|
4850
|
+
var css$g = {"root":"R4rA3u"};
|
|
4858
4851
|
|
|
4859
|
-
var css$f = {"root":"
|
|
4852
|
+
var css$f = {"root":"V8Pltr","burger-content":"fyrqlP","burgerContent":"fyrqlP"};
|
|
4860
4853
|
|
|
4861
4854
|
var _path$3;
|
|
4862
4855
|
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 +4892,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
4899
4892
|
};
|
|
4900
4893
|
var ForwardRef$2 = /*#__PURE__*/forwardRef(SvgNavigationArrowDownOutline);
|
|
4901
4894
|
|
|
4902
|
-
var css$e = {"uui-typography":"
|
|
4895
|
+
var css$e = {"uui-typography":"_2XnxlV","hero-header":"ruMdrT","promo-header":"_-1hdjF","uui-critical":"_5fRKp2","uui-info":"QEo9GB","uui-success":"_1rHtNH","uui-warning":"iTNFzb","uui-highlight":"TBGGYl","uui-typography-size-12":"_4yTX2B","uui-typography-size-14":"bXWL2t","uui-typography-size-16":"fbD7W7","root":"V2PYYp","button-primary":"no17DQ","button-secondary":"OKAe-j","hasIcon":"pEtSZW","dropdown":"_1djUp8","uuiTypography":"_2XnxlV","heroHeader":"ruMdrT","promoHeader":"_-1hdjF","uuiCritical":"_5fRKp2","uuiInfo":"QEo9GB","uuiSuccess":"_1rHtNH","uuiWarning":"iTNFzb","uuiHighlight":"TBGGYl","uuiTypographySize12":"_4yTX2B","uuiTypographySize14":"bXWL2t","uuiTypographySize16":"fbD7W7","buttonPrimary":"no17DQ","buttonSecondary":"OKAe-j"};
|
|
4903
4896
|
|
|
4904
4897
|
const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
4905
4898
|
css$e.root,
|
|
@@ -4910,13 +4903,13 @@ const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
|
4910
4903
|
props.icon && css$e.hasIcon,
|
|
4911
4904
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
4912
4905
|
|
|
4913
|
-
var css$d = {"search-input":"
|
|
4906
|
+
var css$d = {"search-input":"k26czs","searchInput":"k26czs"};
|
|
4914
4907
|
|
|
4915
4908
|
function BurgerSearch(props) {
|
|
4916
4909
|
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
4910
|
}
|
|
4918
4911
|
|
|
4919
|
-
var css$c = {"root":"
|
|
4912
|
+
var css$c = {"root":"Ru5-c1","group-header":"uvE53O","group-name":"IGt7Vm","line":"aedAxI","groupHeader":"uvE53O","groupName":"IGt7Vm"};
|
|
4920
4913
|
|
|
4921
4914
|
function BurgerGroupHeader(props) {
|
|
4922
4915
|
return (React.createElement("div", { className: cx(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -4924,7 +4917,7 @@ function BurgerGroupHeader(props) {
|
|
|
4924
4917
|
React.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
4925
4918
|
}
|
|
4926
4919
|
|
|
4927
|
-
var css$b = {"uui-typography":"
|
|
4920
|
+
var css$b = {"uui-typography":"ucf1Ab","hero-header":"vN9okp","promo-header":"_--Wut5","uui-critical":"_7b1uBw","uui-info":"_51snzn","uui-success":"PTSMO3","uui-warning":"_4d5qbL","uui-highlight":"clWvl1","uui-typography-size-12":"eJJDav","uui-typography-size-14":"KLaCAe","uui-typography-size-16":"p7xi6w","root":"Esbkdt","type-primary":"qHi5zf","type-secondary":"XXvN9S","uuiTypography":"ucf1Ab","heroHeader":"vN9okp","promoHeader":"_--Wut5","uuiCritical":"_7b1uBw","uuiInfo":"_51snzn","uuiSuccess":"PTSMO3","uuiWarning":"_4d5qbL","uuiHighlight":"clWvl1","uuiTypographySize12":"eJJDav","uuiTypographySize14":"KLaCAe","uuiTypographySize16":"p7xi6w","typePrimary":"qHi5zf","typeSecondary":"XXvN9S"};
|
|
4928
4921
|
|
|
4929
4922
|
const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
4930
4923
|
const { type } = props, clickableProps = __rest(props, ["type"]);
|
|
@@ -4940,7 +4933,7 @@ const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
4940
4933
|
props.isDropdown && (React.createElement(IconContainer, { icon: ForwardRef$P, flipY: props.isOpen }))));
|
|
4941
4934
|
});
|
|
4942
4935
|
|
|
4943
|
-
var css$a = {"dropdown-body":"
|
|
4936
|
+
var css$a = {"dropdown-body":"RuGime","dropdownBody":"RuGime"};
|
|
4944
4937
|
|
|
4945
4938
|
class MainMenuDropdown extends React.Component {
|
|
4946
4939
|
render() {
|
|
@@ -4995,12 +4988,12 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
4995
4988
|
};
|
|
4996
4989
|
var ForwardRef$1 = /*#__PURE__*/forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
4997
4990
|
|
|
4998
|
-
var css$9 = {"global-menu-btn":"
|
|
4991
|
+
var css$9 = {"global-menu-btn":"T-NapR","global-menu-icon":"lEHvAj","globalMenuBtn":"T-NapR","globalMenuIcon":"lEHvAj"};
|
|
4999
4992
|
|
|
5000
4993
|
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
4994
|
React.createElement(IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
5002
4995
|
|
|
5003
|
-
var css$8 = {"container":"
|
|
4996
|
+
var css$8 = {"container":"PpA4BG","open":"DjgnWt","folding-arrow":"-UO8ou","foldingArrow":"-UO8ou"};
|
|
5004
4997
|
|
|
5005
4998
|
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
4999
|
React.createElement(Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -5008,18 +5001,18 @@ const MainMenuAvatar = /* @__PURE__ */React.forwardRef((props, ref) => (React.cr
|
|
|
5008
5001
|
props.isDropdown && (React.createElement("div", null,
|
|
5009
5002
|
React.createElement(IconContainer, { size: 18, icon: ForwardRef$P, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
|
|
5010
5003
|
|
|
5011
|
-
var css$7 = {"search-input":"
|
|
5004
|
+
var css$7 = {"search-input":"O8nu4Q","searchInput":"O8nu4Q"};
|
|
5012
5005
|
|
|
5013
5006
|
const MainMenuSearch = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => {
|
|
5014
5007
|
var _a;
|
|
5015
5008
|
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
5009
|
} }))));
|
|
5017
5010
|
|
|
5018
|
-
var css$6 = {"container":"
|
|
5011
|
+
var css$6 = {"container":"_4gRjme"};
|
|
5019
5012
|
|
|
5020
5013
|
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
5014
|
|
|
5022
|
-
var css$5 = {"root":"
|
|
5015
|
+
var css$5 = {"root":"DIg-MX"};
|
|
5023
5016
|
|
|
5024
5017
|
const Anchor = /* @__PURE__ */withMods(Anchor$1, () => [css$5.root]);
|
|
5025
5018
|
|
|
@@ -5077,7 +5070,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
5077
5070
|
};
|
|
5078
5071
|
var ForwardRef = /*#__PURE__*/forwardRef(SvgFileCloudUploadFill);
|
|
5079
5072
|
|
|
5080
|
-
var css$4 = {"root":"
|
|
5073
|
+
var css$4 = {"root":"ymf3lA","drop-start":"WEc6aO","drop-over":"-f9xnj","link":"F2gL2S","drop-area":"_92wak6","drop-caption":"DnEXdQ","icon-blue":"rC-bHs","dropStart":"WEc6aO","dropOver":"-f9xnj","dropArea":"_92wak6","dropCaption":"DnEXdQ","iconBlue":"rC-bHs"};
|
|
5081
5074
|
|
|
5082
5075
|
function DropSpot(props) {
|
|
5083
5076
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -5095,9 +5088,9 @@ function DropSpot(props) {
|
|
|
5095
5088
|
return React.createElement(DropSpot$1, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
5096
5089
|
}
|
|
5097
5090
|
|
|
5098
|
-
var css$3 = {"uui-typography":"
|
|
5091
|
+
var css$3 = {"uui-typography":"zlRe49","hero-header":"_0fX3Dg","promo-header":"K9phsm","uui-critical":"qQvJsW","uui-info":"gvIN2s","uui-success":"i-QFdv","uui-warning":"Pf-dNK","uui-highlight":"tXPne2","uui-typography-size-12":"o8p2bS","uui-typography-size-14":"xRRhkX","uui-typography-size-16":"RWpwGc","root":"_2kH6AR","file-name":"g3W5fN","default-color":"H6feAE","doc-color":"Px9ssv","xls-color":"cS6EUT","pdf-color":"_0KjGWv","movie-color":"JL1Bbk","img-color":"sfJDCp","mov-color":"AdDr52","error-block":"JPbgD-","icons-block":"F0LKXM","uuiTypography":"zlRe49","heroHeader":"_0fX3Dg","promoHeader":"K9phsm","uuiCritical":"qQvJsW","uuiInfo":"gvIN2s","uuiSuccess":"i-QFdv","uuiWarning":"Pf-dNK","uuiHighlight":"tXPne2","uuiTypographySize12":"o8p2bS","uuiTypographySize14":"xRRhkX","uuiTypographySize16":"RWpwGc","fileName":"g3W5fN","defaultColor":"H6feAE","docColor":"Px9ssv","xlsColor":"cS6EUT","pdfColor":"_0KjGWv","movieColor":"JL1Bbk","imgColor":"sfJDCp","movColor":"AdDr52","errorBlock":"JPbgD-","iconsBlock":"F0LKXM"};
|
|
5099
5092
|
|
|
5100
|
-
var css$2 = {"root":"
|
|
5093
|
+
var css$2 = {"root":"-BwWHG"};
|
|
5101
5094
|
|
|
5102
5095
|
const SvgCircleProgress = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5103
5096
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5222,7 +5215,7 @@ const getErrorPageConfig = () => ({
|
|
|
5222
5215
|
},
|
|
5223
5216
|
});
|
|
5224
5217
|
|
|
5225
|
-
var css$1 = {"container":"
|
|
5218
|
+
var css$1 = {"container":"_5wWMhv"};
|
|
5226
5219
|
|
|
5227
5220
|
const ErrorPage = (props) => {
|
|
5228
5221
|
const isMobileScreen = isMobile();
|
|
@@ -5233,7 +5226,7 @@ const ErrorPage = (props) => {
|
|
|
5233
5226
|
React__default.createElement("div", { className: "uui-error-subtitle" }, props.subtitle))));
|
|
5234
5227
|
};
|
|
5235
5228
|
|
|
5236
|
-
var css = {"recovery-spinner":"
|
|
5229
|
+
var css = {"recovery-spinner":"VqhdMy","recovery-message":"b4de8q","modal-blocker":"Ny9jB3","modalFadeIn":"JplVyj","recoverySpinner":"VqhdMy","recoveryMessage":"b4de8q","modalBlocker":"Ny9jB3"};
|
|
5237
5230
|
|
|
5238
5231
|
function ErrorHandler(props) {
|
|
5239
5232
|
const { uuiNotifications, uuiModals, uuiApi } = useUuiContext();
|