@epam/uui 5.13.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/assets/styles/index.scss +0 -4
- package/components/buttons/IconButton.d.ts.map +1 -1
- package/components/datePickers/Calendar.d.ts.map +1 -1
- package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
- package/components/datePickers/types.d.ts +1 -0
- package/components/datePickers/types.d.ts.map +1 -1
- package/components/filters/FilterNumericBody.d.ts.map +1 -1
- package/components/filters/FiltersPanel.d.ts +4 -1
- package/components/filters/FiltersPanel.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
- package/components/typography/RichTextView.d.ts.map +1 -1
- package/index.esm.js +127 -124
- package/index.esm.js.map +1 -1
- package/index.js +127 -124
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/settings.d.ts.map +1 -1
- package/settings.types.d.ts +3 -0
- package/settings.types.d.ts.map +1 -1
- package/stats.html +19 -1
- package/styles.css +2569 -2611
- package/styles.css.map +1 -1
- package/assets/styles/buttonLayout.scss +0 -70
- package/assets/styles/controlLayout.scss +0 -28
- package/assets/styles/icons.scss +0 -55
- package/assets/styles/text-size.scss +0 -42
package/index.js
CHANGED
|
@@ -322,9 +322,12 @@ const settings = {
|
|
|
322
322
|
button: '36',
|
|
323
323
|
checkbox: '18',
|
|
324
324
|
countIndicator: '24',
|
|
325
|
+
flexRow: '36',
|
|
326
|
+
filtersPanel: '36',
|
|
325
327
|
linkButton: '36',
|
|
326
328
|
numericInput: '36',
|
|
327
329
|
radioInput: '18',
|
|
330
|
+
richTextView: '14',
|
|
328
331
|
switch: '18',
|
|
329
332
|
tabButton: '48',
|
|
330
333
|
tag: '36',
|
|
@@ -625,7 +628,7 @@ const settings = {
|
|
|
625
628
|
},
|
|
626
629
|
};
|
|
627
630
|
|
|
628
|
-
var css$1y = {"uui-typography":"
|
|
631
|
+
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"};
|
|
629
632
|
|
|
630
633
|
function applyButtonMods(mods) {
|
|
631
634
|
return [
|
|
@@ -643,7 +646,7 @@ const Button = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Button,
|
|
|
643
646
|
};
|
|
644
647
|
});
|
|
645
648
|
|
|
646
|
-
var css$1x = {"root":"
|
|
649
|
+
var css$1x = {"root":"_7sDyWv"};
|
|
647
650
|
|
|
648
651
|
function applyIconButtonMods(props) {
|
|
649
652
|
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1x.root];
|
|
@@ -680,7 +683,7 @@ function getIconClass(props) {
|
|
|
680
683
|
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'];
|
|
681
684
|
}
|
|
682
685
|
|
|
683
|
-
var css$1w = {"uui-typography":"
|
|
686
|
+
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"};
|
|
684
687
|
|
|
685
688
|
const DEFAULT_COLOR = 'primary';
|
|
686
689
|
const DEFAULT_WEIGHT = 'semibold';
|
|
@@ -711,7 +714,7 @@ const LinkButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
|
711
714
|
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
712
715
|
});
|
|
713
716
|
|
|
714
|
-
var css$1v = {"root":"
|
|
717
|
+
var css$1v = {"root":"mCYJHo"};
|
|
715
718
|
|
|
716
719
|
const CountIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
717
720
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -723,7 +726,7 @@ const CountIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
723
726
|
]) }, props.caption));
|
|
724
727
|
});
|
|
725
728
|
|
|
726
|
-
var css$1u = {"uui-typography":"
|
|
729
|
+
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"};
|
|
727
730
|
|
|
728
731
|
const TabButton = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
729
732
|
const styles = [
|
|
@@ -751,7 +754,7 @@ const TabButton = /* @__PURE__ */React__namespace.default.forwardRef((props, ref
|
|
|
751
754
|
props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
752
755
|
});
|
|
753
756
|
|
|
754
|
-
var css$1t = {"uui-typography":"
|
|
757
|
+
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"};
|
|
755
758
|
|
|
756
759
|
function applyVerticalTabButtonMods() {
|
|
757
760
|
return [css$1t.root, 'uui-vertical-tab-button'];
|
|
@@ -773,7 +776,7 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
|
773
776
|
};
|
|
774
777
|
var ForwardRef$C = /*#__PURE__*/React.forwardRef(SvgContentMinusOutline);
|
|
775
778
|
|
|
776
|
-
var css$1s = {"uui-typography":"
|
|
779
|
+
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"};
|
|
777
780
|
|
|
778
781
|
function applyCheckboxMods(mods) {
|
|
779
782
|
return [
|
|
@@ -808,7 +811,7 @@ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
|
808
811
|
};
|
|
809
812
|
var ForwardRef$B = /*#__PURE__*/React.forwardRef(SvgRadioDotFill);
|
|
810
813
|
|
|
811
|
-
var css$1r = {"uui-typography":"
|
|
814
|
+
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"};
|
|
812
815
|
|
|
813
816
|
function applyRadioInputMods(mods) {
|
|
814
817
|
return [
|
|
@@ -820,7 +823,7 @@ function applyRadioInputMods(mods) {
|
|
|
820
823
|
}
|
|
821
824
|
const RadioInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.RadioInput, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$B }));
|
|
822
825
|
|
|
823
|
-
var css$1q = {"root":"
|
|
826
|
+
var css$1q = {"root":"Jrkppe"};
|
|
824
827
|
|
|
825
828
|
function applySwitchMods(mods) {
|
|
826
829
|
return [
|
|
@@ -844,7 +847,7 @@ var EditMode;
|
|
|
844
847
|
EditMode["INLINE"] = "inline";
|
|
845
848
|
})(EditMode || (EditMode = {}));
|
|
846
849
|
|
|
847
|
-
var textInputCss = {"uui-typography":"
|
|
850
|
+
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"};
|
|
848
851
|
|
|
849
852
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
850
853
|
function applyTextInputMods(mods) {
|
|
@@ -869,7 +872,7 @@ const SearchInput = /* @__PURE__ */React__namespace.default.forwardRef((props, r
|
|
|
869
872
|
} }));
|
|
870
873
|
});
|
|
871
874
|
|
|
872
|
-
var css$1p = {"root":"
|
|
875
|
+
var css$1p = {"root":"IKYBq7"};
|
|
873
876
|
|
|
874
877
|
const ControlGroup = /* @__PURE__ */uuiCore.withMods(uuiComponents.ControlGroup, () => [css$1p.root, 'uui-control-group']);
|
|
875
878
|
|
|
@@ -885,7 +888,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
885
888
|
}
|
|
886
889
|
const MultiSwitch = /* @__PURE__ */React__namespace.forwardRef(MultiSwitchComponent);
|
|
887
890
|
|
|
888
|
-
var css$1o = {"uui-typography":"
|
|
891
|
+
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"};
|
|
889
892
|
|
|
890
893
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
891
894
|
function applyNumericInputMods(mods) {
|
|
@@ -905,7 +908,7 @@ const NumericInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.NumericInput,
|
|
|
905
908
|
};
|
|
906
909
|
});
|
|
907
910
|
|
|
908
|
-
var css$1n = {"uui-typography":"
|
|
911
|
+
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"};
|
|
909
912
|
|
|
910
913
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
911
914
|
function applyTextAreaMods(mods) {
|
|
@@ -1006,7 +1009,7 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
|
1006
1009
|
};
|
|
1007
1010
|
var ForwardRef$x = /*#__PURE__*/React.forwardRef(SvgNotificationInfoFill);
|
|
1008
1011
|
|
|
1009
|
-
var css$1m = {"uui-typography":"
|
|
1012
|
+
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"};
|
|
1010
1013
|
|
|
1011
1014
|
const Alert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("div", { role: "alert", ref: ref, className: cx__default.default('uui-alert', css$1m.root, props.color && `uui-color-${props.color}`, props.cx, `uui-size-${props.size || settings.sizes.defaults.alert}`), ...props.rawProps },
|
|
1012
1015
|
React__namespace.createElement("div", { className: css$1m.mainPath },
|
|
@@ -1024,7 +1027,7 @@ const ErrorAlert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => Re
|
|
|
1024
1027
|
|
|
1025
1028
|
const Dropdown = /* @__PURE__ */uuiCore.withMods(uuiComponents.Dropdown);
|
|
1026
1029
|
|
|
1027
|
-
var css$1l = {"root":"
|
|
1030
|
+
var css$1l = {"root":"SXH6oN"};
|
|
1028
1031
|
|
|
1029
1032
|
function applyDropdownContainerMods(mods) {
|
|
1030
1033
|
return [
|
|
@@ -1035,7 +1038,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
1035
1038
|
}
|
|
1036
1039
|
const DropdownContainer = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.DropdownContainer, applyDropdownContainerMods);
|
|
1037
1040
|
|
|
1038
|
-
var css$1k = {"uui-typography":"
|
|
1041
|
+
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"};
|
|
1039
1042
|
|
|
1040
1043
|
exports.IDropdownControlKeys = void 0;
|
|
1041
1044
|
(function (IDropdownControlKeys) {
|
|
@@ -1165,7 +1168,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1165
1168
|
React__namespace.default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1166
1169
|
}
|
|
1167
1170
|
|
|
1168
|
-
var css$1j = {"uui-typography":"
|
|
1171
|
+
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"};
|
|
1169
1172
|
|
|
1170
1173
|
function applyAccordionMods(mods) {
|
|
1171
1174
|
return [
|
|
@@ -1178,7 +1181,7 @@ const Accordion = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Accor
|
|
|
1178
1181
|
dropdownIcon: mods.dropdownIcon !== null && systemIcons.foldingArrow,
|
|
1179
1182
|
}));
|
|
1180
1183
|
|
|
1181
|
-
var css$1i = {"uui-typography":"
|
|
1184
|
+
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"};
|
|
1182
1185
|
|
|
1183
1186
|
const FlexCell = /* @__PURE__ */uuiCore.withMods(uuiComponents.FlexCell, () => [css$1i.flexCell]);
|
|
1184
1187
|
|
|
@@ -1190,7 +1193,7 @@ const FlexRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.FlexRow, (props) =
|
|
|
1190
1193
|
}
|
|
1191
1194
|
return [
|
|
1192
1195
|
css$1i.root,
|
|
1193
|
-
props.size !== null && 'uui-size-' + (props.size ||
|
|
1196
|
+
props.size !== null && 'uui-size-' + (props.size || settings.sizes.defaults.flexRow),
|
|
1194
1197
|
props.padding && css$1i['padding-' + props.padding],
|
|
1195
1198
|
props.vPadding && css$1i['vPadding-' + props.vPadding],
|
|
1196
1199
|
props.margin && css$1i['margin-' + props.margin],
|
|
@@ -1202,7 +1205,7 @@ const FlexRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.FlexRow, (props) =
|
|
|
1202
1205
|
];
|
|
1203
1206
|
});
|
|
1204
1207
|
|
|
1205
|
-
var css$1h = {"root":"
|
|
1208
|
+
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"};
|
|
1206
1209
|
|
|
1207
1210
|
const Panel = /* @__PURE__ */uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
1208
1211
|
'uui-panel',
|
|
@@ -1212,7 +1215,7 @@ const Panel = /* @__PURE__ */uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
|
1212
1215
|
props.background && css$1h[`uui-${props.background}`],
|
|
1213
1216
|
]);
|
|
1214
1217
|
|
|
1215
|
-
var css$1g = {"root":"
|
|
1218
|
+
var css$1g = {"root":"iC6Tt3"};
|
|
1216
1219
|
|
|
1217
1220
|
function applyTooltipMods(mods) {
|
|
1218
1221
|
return [
|
|
@@ -1222,7 +1225,7 @@ function applyTooltipMods(mods) {
|
|
|
1222
1225
|
}
|
|
1223
1226
|
const Tooltip = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Tooltip, applyTooltipMods);
|
|
1224
1227
|
|
|
1225
|
-
var css$1f = {"uui-typography":"
|
|
1228
|
+
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"};
|
|
1226
1229
|
|
|
1227
1230
|
function applyLabeledInputMods(mods) {
|
|
1228
1231
|
return [
|
|
@@ -1236,7 +1239,7 @@ const LabeledInput = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.La
|
|
|
1236
1239
|
infoIcon: props.infoIcon || (settings.sizes.labeledInput.fillIcon.includes(props.size) ? ForwardRef$x : ForwardRef$M),
|
|
1237
1240
|
}));
|
|
1238
1241
|
|
|
1239
|
-
var css$1e = {"root":"
|
|
1242
|
+
var css$1e = {"root":"itSzgf"};
|
|
1240
1243
|
|
|
1241
1244
|
function RadioGroup(props) {
|
|
1242
1245
|
const direction = props.direction || 'vertical';
|
|
@@ -1251,7 +1254,7 @@ function RadioGroup(props) {
|
|
|
1251
1254
|
})));
|
|
1252
1255
|
}
|
|
1253
1256
|
|
|
1254
|
-
var css$1d = {"root":"
|
|
1257
|
+
var css$1d = {"root":"RjbYOv"};
|
|
1255
1258
|
|
|
1256
1259
|
function applyScrollBarsMods() {
|
|
1257
1260
|
return [
|
|
@@ -1260,13 +1263,13 @@ function applyScrollBarsMods() {
|
|
|
1260
1263
|
}
|
|
1261
1264
|
const ScrollBars = /* @__PURE__ */uuiCore.withMods(uuiComponents.ScrollBars, applyScrollBarsMods);
|
|
1262
1265
|
|
|
1263
|
-
var css$1c = {"scroll-container":"
|
|
1266
|
+
var css$1c = {"scroll-container":"G7mjYz","scrollContainer":"G7mjYz","list-container":"_2z24Zd","listContainer":"_2z24Zd"};
|
|
1264
1267
|
|
|
1265
|
-
var css$1b = {"root":"-
|
|
1268
|
+
var css$1b = {"root":"uN-HYF"};
|
|
1266
1269
|
|
|
1267
1270
|
const AvatarStack = /* @__PURE__ */uuiCore.withMods(uuiComponents.AvatarStack, () => [css$1b.root]);
|
|
1268
1271
|
|
|
1269
|
-
var css$1a = {"uui-typography":"
|
|
1272
|
+
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"};
|
|
1270
1273
|
|
|
1271
1274
|
const DEFAULT_FILL = 'solid';
|
|
1272
1275
|
function applyBadgeMods(mods) {
|
|
@@ -1294,7 +1297,7 @@ const Badge = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) =>
|
|
|
1294
1297
|
props.isDropdown && (React__namespace.default.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
1295
1298
|
});
|
|
1296
1299
|
|
|
1297
|
-
var css$19 = {"uui-typography":"
|
|
1300
|
+
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"};
|
|
1298
1301
|
|
|
1299
1302
|
function applyTagMods(props) {
|
|
1300
1303
|
return [
|
|
@@ -1322,7 +1325,7 @@ const Tag = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
|
1322
1325
|
props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
1323
1326
|
});
|
|
1324
1327
|
|
|
1325
|
-
var css$18 = {"root":"
|
|
1328
|
+
var css$18 = {"root":"rajH5R","uui-spinner":"uM1Wux","uuiSpinner":"uM1Wux"};
|
|
1326
1329
|
|
|
1327
1330
|
function applySpinnerMods() {
|
|
1328
1331
|
return [css$18.root, 'uui-spinner'];
|
|
@@ -1359,7 +1362,7 @@ var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline
|
|
|
1359
1362
|
};
|
|
1360
1363
|
var ForwardRef$v = /*#__PURE__*/React.forwardRef(SvgNavigationChevronRightOutline);
|
|
1361
1364
|
|
|
1362
|
-
var css$17 = {"root":"
|
|
1365
|
+
var css$17 = {"root":"dr0SQ8","page":"MOclja","spacer":"cmcmEj","mode-ghost":"bT2mlq","modeGhost":"bT2mlq"};
|
|
1363
1366
|
|
|
1364
1367
|
function Paginator(props) {
|
|
1365
1368
|
const renderPaginator = (params) => (React__namespace.default.createElement("nav", { role: "navigation", className: cx__default.default(css$17.root, 'uui-paginator', `uui-size-${props.size || settings.sizes.defaults.paginator}`), ...params.rawProps },
|
|
@@ -1376,14 +1379,14 @@ function Paginator(props) {
|
|
|
1376
1379
|
return React__namespace.default.createElement(uuiComponents.Paginator, { ...props, render: renderPaginator });
|
|
1377
1380
|
}
|
|
1378
1381
|
|
|
1379
|
-
var css$16 = {"root":"
|
|
1382
|
+
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"};
|
|
1380
1383
|
|
|
1381
1384
|
const IndeterminateBar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
1382
1385
|
return (React__namespace.createElement("div", { ref: ref, className: cx__default.default('uui-indeterminate_bar', props.cx, css$16.root, css$16[`size-${props.size || 12}`]) },
|
|
1383
1386
|
React__namespace.createElement("div", { className: cx__default.default(css$16.progressBar) })));
|
|
1384
1387
|
});
|
|
1385
1388
|
|
|
1386
|
-
var css$15 = {"root":"
|
|
1389
|
+
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"};
|
|
1387
1390
|
|
|
1388
1391
|
const DEFAULT_SIZE = '12';
|
|
1389
1392
|
function applyProgressBarMods(mods) {
|
|
@@ -1398,14 +1401,14 @@ const ProgressBar = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Pro
|
|
|
1398
1401
|
hideLabel: props.hideLabel || props.striped,
|
|
1399
1402
|
}));
|
|
1400
1403
|
|
|
1401
|
-
var css$14 = {"root":"
|
|
1404
|
+
var css$14 = {"root":"qwpb1W"};
|
|
1402
1405
|
|
|
1403
1406
|
const IndicatorBar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
1404
1407
|
const { progress } = props;
|
|
1405
1408
|
return progress || progress === 0 ? (React__namespace.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx__default.default(css$14.root, props.cx), hideLabel: true })) : (React__namespace.createElement(IndeterminateBar, { ref: ref, cx: cx__default.default(css$14.root, props.cx) }));
|
|
1406
1409
|
});
|
|
1407
1410
|
|
|
1408
|
-
var css$13 = {"root":"
|
|
1411
|
+
var css$13 = {"root":"Onmmj-"};
|
|
1409
1412
|
|
|
1410
1413
|
const StatusIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1411
1414
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -1420,7 +1423,7 @@ const StatusIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1420
1423
|
React__namespace.default.createElement("p", { className: "uui-status_indicator-caption" }, props.caption)));
|
|
1421
1424
|
});
|
|
1422
1425
|
|
|
1423
|
-
var css$12 = {"drag-handle":"
|
|
1426
|
+
var css$12 = {"drag-handle":"BZ-LRe","dragHandle":"BZ-LRe","icon-container":"gi-qoj","iconContainer":"gi-qoj"};
|
|
1424
1427
|
|
|
1425
1428
|
function DataRowAddons(props) {
|
|
1426
1429
|
const row = props.rowProps;
|
|
@@ -1441,7 +1444,7 @@ function DataRowAddons(props) {
|
|
|
1441
1444
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row), size: settings.sizes.rowAddons.icon[props.size] || settings.sizes.rowAddons.defaults.icon }))))));
|
|
1442
1445
|
}
|
|
1443
1446
|
|
|
1444
|
-
var css$11 = {"root":"
|
|
1447
|
+
var css$11 = {"root":"Im49l1"};
|
|
1445
1448
|
|
|
1446
1449
|
const Blocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.Blocker, () => [css$11.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__namespace.default.createElement(Spinner, null)) }));
|
|
1447
1450
|
|
|
@@ -1487,7 +1490,7 @@ const VirtualListView = /* @__PURE__ */React__namespace.forwardRef((props, ref)
|
|
|
1487
1490
|
React__namespace.createElement(Blocker, { isEnabled: props.isLoading })));
|
|
1488
1491
|
});
|
|
1489
1492
|
|
|
1490
|
-
var css$10 = {"root":"
|
|
1493
|
+
var css$10 = {"root":"yNgaAX"};
|
|
1491
1494
|
|
|
1492
1495
|
function CheckboxGroup(props) {
|
|
1493
1496
|
const currentValue = props.value || [];
|
|
@@ -1509,7 +1512,7 @@ function CheckboxGroup(props) {
|
|
|
1509
1512
|
})));
|
|
1510
1513
|
}
|
|
1511
1514
|
|
|
1512
|
-
var css$$ = {"uui-typography":"
|
|
1515
|
+
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"};
|
|
1513
1516
|
|
|
1514
1517
|
const ModalBlocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalBlocker, () => [css$$.modalBlocker]);
|
|
1515
1518
|
const ModalWindow = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalWindow, () => [css$$.root, css$$.modal], (props) => {
|
|
@@ -1718,7 +1721,7 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
|
1718
1721
|
};
|
|
1719
1722
|
var ForwardRef$u = /*#__PURE__*/React.forwardRef(SvgNotificationHelpFill);
|
|
1720
1723
|
|
|
1721
|
-
var css$_ = {"uui-typography":"
|
|
1724
|
+
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"};
|
|
1722
1725
|
|
|
1723
1726
|
const NotificationCard = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
1724
1727
|
const notificationCardNode = React__namespace.default.useRef(null);
|
|
@@ -1751,7 +1754,7 @@ function ClearNotification() {
|
|
|
1751
1754
|
React__namespace.default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
|
|
1752
1755
|
}
|
|
1753
1756
|
|
|
1754
|
-
var css$Z = {"footer":"
|
|
1757
|
+
var css$Z = {"footer":"-Q-ZLC"};
|
|
1755
1758
|
|
|
1756
1759
|
class ConfirmationModal extends React__namespace.Component {
|
|
1757
1760
|
render() {
|
|
@@ -1793,7 +1796,7 @@ function useReliableForceUpdate() {
|
|
|
1793
1796
|
return red[1];
|
|
1794
1797
|
}
|
|
1795
1798
|
|
|
1796
|
-
var css$Y = {"root":"
|
|
1799
|
+
var css$Y = {"root":"_3szEsv","timepicker-input":"LBzjRk","timepickerInput":"LBzjRk","ltr-always":"eAQOGw","ltrAlways":"eAQOGw"};
|
|
1797
1800
|
|
|
1798
1801
|
const uuiTimePicker = {
|
|
1799
1802
|
container: 'uui-timepicker-container',
|
|
@@ -1986,7 +1989,7 @@ function TimePicker(props) {
|
|
|
1986
1989
|
return (React__namespace.default.createElement(Dropdown, { renderTarget: (targetProps) => (props.renderTarget ? props.renderTarget(targetProps) : renderInput(targetProps)), renderBody: (bodyProps) => !props.isDisabled && !props.isReadonly && renderBody(bodyProps), onValueChange: !props.isDisabled && !props.isReadonly ? onToggle : null, value: state.isOpen, modifiers: [{ name: 'offset', options: { offset: [0, 6] } }], forwardedRef: props.forwardedRef }));
|
|
1987
1990
|
}
|
|
1988
1991
|
|
|
1989
|
-
var css$X = {"root":"
|
|
1992
|
+
var css$X = {"root":"djMT5y"};
|
|
1990
1993
|
|
|
1991
1994
|
function applyInputAddonMods() {
|
|
1992
1995
|
return [
|
|
@@ -1995,7 +1998,7 @@ function applyInputAddonMods() {
|
|
|
1995
1998
|
}
|
|
1996
1999
|
const InputAddon = /* @__PURE__ */uuiCore.withMods(uuiComponents.InputAddon, applyInputAddonMods);
|
|
1997
2000
|
|
|
1998
|
-
var css$W = {"root":"
|
|
2001
|
+
var css$W = {"root":"cSyfch"};
|
|
1999
2002
|
|
|
2000
2003
|
function applySliderMods() {
|
|
2001
2004
|
return [css$W.root, 'uui-color-neutral'];
|
|
@@ -2018,7 +2021,7 @@ var SvgStarFilled = function SvgStarFilled(props, ref) {
|
|
|
2018
2021
|
};
|
|
2019
2022
|
var ForwardRef$t = /*#__PURE__*/React.forwardRef(SvgStarFilled);
|
|
2020
2023
|
|
|
2021
|
-
var css$V = {"root":"
|
|
2024
|
+
var css$V = {"root":"Rt13Sv","tooltip":"znXXdo"};
|
|
2022
2025
|
|
|
2023
2026
|
function applyRatingMods(mods) {
|
|
2024
2027
|
return [
|
|
@@ -2159,7 +2162,7 @@ const getNextYearsList = (currentDate) => {
|
|
|
2159
2162
|
return currentDate.add(16, 'year');
|
|
2160
2163
|
};
|
|
2161
2164
|
|
|
2162
|
-
var css$U = {"root":"
|
|
2165
|
+
var css$U = {"root":"VEhk-N","container":"xEknEz"};
|
|
2163
2166
|
|
|
2164
2167
|
const uuiHeader = {
|
|
2165
2168
|
container: 'uui-datepicker-header-container',
|
|
@@ -2243,14 +2246,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2243
2246
|
React__namespace.createElement(Button, { icon: navIconRight || ForwardRef$v, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
|
|
2244
2247
|
}
|
|
2245
2248
|
|
|
2246
|
-
var css$T = {"uui-typography":"
|
|
2249
|
+
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"};
|
|
2247
2250
|
|
|
2248
2251
|
function applyDateSelectionMods() {
|
|
2249
2252
|
return [css$T.root, `uui-size-${settings.sizes.defaults.datePicker}`];
|
|
2250
2253
|
}
|
|
2251
2254
|
const Calendar = /* @__PURE__ */uuiCore.withMods(uuiComponents.Calendar, applyDateSelectionMods);
|
|
2252
2255
|
|
|
2253
|
-
var css$S = {"uui-typography":"
|
|
2256
|
+
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"};
|
|
2254
2257
|
|
|
2255
2258
|
const uuiDatePickerBody = {
|
|
2256
2259
|
wrapper: 'uui-datepicker-body-wrapper',
|
|
@@ -2311,7 +2314,7 @@ const modifiers$1 = [{
|
|
|
2311
2314
|
options: { offset: [0, 6] },
|
|
2312
2315
|
}];
|
|
2313
2316
|
function DatePickerComponent(props, ref) {
|
|
2314
|
-
const { format = defaultFormat, value } = props;
|
|
2317
|
+
const { format = defaultFormat, value, size = settings.sizes.defaults.datePicker } = props;
|
|
2315
2318
|
const context = uuiCore.useUuiContext();
|
|
2316
2319
|
const [inputValue, setInputValue] = React.useState(toCustomDateFormat(value, format));
|
|
2317
2320
|
const [isBodyOpen, setBodyIsOpen] = React.useState(false);
|
|
@@ -2351,7 +2354,7 @@ function DatePickerComponent(props, ref) {
|
|
|
2351
2354
|
};
|
|
2352
2355
|
const renderInput = (renderProps) => {
|
|
2353
2356
|
const allowClear = !props.disableClear && !!inputValue;
|
|
2354
|
-
return (React__namespace.default.createElement(TextInput, { ...renderProps, isDropdown: false, cx: uuiCore.cx(props.inputCx, isBodyOpen && uuiCore.uuiMod.focus), icon: props.mode !== EditMode.CELL && systemIcons.calendar ? systemIcons.calendar : undefined, iconPosition: props.iconPosition || 'left', placeholder: props.placeholder ? props.placeholder : format, size:
|
|
2357
|
+
return (React__namespace.default.createElement(TextInput, { ...renderProps, isDropdown: false, cx: uuiCore.cx(props.inputCx, isBodyOpen && uuiCore.uuiMod.focus), icon: props.mode !== EditMode.CELL && systemIcons.calendar ? systemIcons.calendar : undefined, iconPosition: props.iconPosition || 'left', placeholder: props.placeholder ? props.placeholder : format, size: size, value: inputValue || undefined, onValueChange: (v) => {
|
|
2355
2358
|
setInputValue(v || '');
|
|
2356
2359
|
}, onCancel: allowClear ? () => {
|
|
2357
2360
|
if (!props.disableClear && !!inputValue) {
|
|
@@ -2376,7 +2379,7 @@ function DatePickerComponent(props, ref) {
|
|
|
2376
2379
|
}
|
|
2377
2380
|
const DatePicker = /* @__PURE__ */React__namespace.default.forwardRef(DatePickerComponent);
|
|
2378
2381
|
|
|
2379
|
-
var css$R = {"uui-typography":"
|
|
2382
|
+
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"};
|
|
2380
2383
|
|
|
2381
2384
|
const RangeDatePickerInput = /* @__PURE__ */React.forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, onKeyDown, id, cx: classes, }, ref) => {
|
|
2382
2385
|
const [inputValue, setInputValue] = React.useState(toCustomDateRangeFormat(value, format));
|
|
@@ -2427,7 +2430,7 @@ const RangeDatePickerInput = /* @__PURE__ */React.forwardRef(({ isDisabled, isIn
|
|
|
2427
2430
|
} : 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 })));
|
|
2428
2431
|
});
|
|
2429
2432
|
|
|
2430
|
-
var css$Q = {"uui-typography":"
|
|
2433
|
+
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"};
|
|
2431
2434
|
|
|
2432
2435
|
const uuiPresets = {
|
|
2433
2436
|
container: 'uui-presets-container',
|
|
@@ -2447,7 +2450,7 @@ function CalendarPresets(props) {
|
|
|
2447
2450
|
getPresets(props.presets).map((item) => (React__namespace.createElement(LinkButton, { key: item.key, caption: item.name, onClick: () => props.onPresetSet(item), size: "24" })))));
|
|
2448
2451
|
}
|
|
2449
2452
|
|
|
2450
|
-
var css$P = {"uui-typography":"
|
|
2453
|
+
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"};
|
|
2451
2454
|
|
|
2452
2455
|
const uuiRangeDatePickerBody = {
|
|
2453
2456
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -2622,14 +2625,14 @@ const getDayCX = (day, selectedDate) => {
|
|
|
2622
2625
|
return [uuiCore.cx(inRange && uuiRangeDatePickerBody.inRange, isFirst && uuiRangeDatePickerBody.firstDayInRangeWrapper, !inRange && isFirst && uuiRangeDatePickerBody.lastDayInRangeWrapper, isLast && uuiRangeDatePickerBody.lastDayInRangeWrapper, !inRange && isLast && uuiRangeDatePickerBody.firstDayInRangeWrapper, (dayValue === fromValue || dayValue === toValue) && uuiComponents.uuiDaySelection.selectedDay)];
|
|
2623
2626
|
};
|
|
2624
2627
|
|
|
2625
|
-
var css$O = {"dropdown-container":"
|
|
2628
|
+
var css$O = {"dropdown-container":"AiIfdy","dropdownContainer":"AiIfdy"};
|
|
2626
2629
|
|
|
2627
2630
|
const modifiers = [{
|
|
2628
2631
|
name: 'offset',
|
|
2629
2632
|
options: { offset: [0, 6] },
|
|
2630
2633
|
}];
|
|
2631
2634
|
function RangeDatePickerComponent(props, ref) {
|
|
2632
|
-
const { value: _value, format = defaultFormat } = props;
|
|
2635
|
+
const { value: _value, format = defaultFormat, size = settings.sizes.defaults.rangeDatePicker } = props;
|
|
2633
2636
|
const value = _value || defaultRangeValue; // also handles null in comparison to default value
|
|
2634
2637
|
const context = uuiCore.useUuiContext();
|
|
2635
2638
|
const [isOpen, setIsOpen] = React.useState(false);
|
|
@@ -2682,7 +2685,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
2682
2685
|
}
|
|
2683
2686
|
};
|
|
2684
2687
|
return (React__namespace.default.createElement(uuiComponents.Dropdown, { renderTarget: (renderProps) => {
|
|
2685
|
-
return props.renderTarget?.(renderProps) || (React__namespace.default.createElement(RangeDatePickerInput, { id: props.id, ref: (node) => { renderProps.ref(node); targetRef.current = node; }, cx: props.inputCx, onClick: () => renderProps.toggleDropdownOpening(true), isDisabled: props.isDisabled, isInvalid: props.isInvalid, isReadonly: props.isReadonly, size:
|
|
2688
|
+
return props.renderTarget?.(renderProps) || (React__namespace.default.createElement(RangeDatePickerInput, { id: props.id, ref: (node) => { renderProps.ref(node); targetRef.current = node; }, cx: props.inputCx, onClick: () => renderProps.toggleDropdownOpening(true), isDisabled: props.isDisabled, isInvalid: props.isInvalid, isReadonly: props.isReadonly, size: size, getPlaceholder: props.getPlaceholder, disableClear: props.disableClear, rawProps: props.rawProps, inFocus: inFocus, value: value, format: format, onValueChange: onValueChange, onFocusInput: (e, type) => {
|
|
2686
2689
|
props.onFocus?.(e, type);
|
|
2687
2690
|
setInFocus(type);
|
|
2688
2691
|
}, onBlurInput: (e, type) => { props.onBlur?.(e, type); !isOpen && setInFocus(null); }, onKeyDown: handleEscape }));
|
|
@@ -2690,7 +2693,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
2690
2693
|
}
|
|
2691
2694
|
const RangeDatePicker = /* @__PURE__ */React__namespace.default.forwardRef(RangeDatePickerComponent);
|
|
2692
2695
|
|
|
2693
|
-
var css$N = {"root":"
|
|
2696
|
+
var css$N = {"root":"PwiGHG","blocker":"c5rlfG","marker":"KUBECF","top":"TyWJIA","bottom":"xD3iGX","left":"ufJhIs","right":"ibl4lJ","inside":"ezKFDI"};
|
|
2694
2697
|
|
|
2695
2698
|
function DropMarker(props) {
|
|
2696
2699
|
return props.isDndInProgress
|
|
@@ -2705,7 +2708,7 @@ function DropMarker(props) {
|
|
|
2705
2708
|
: null;
|
|
2706
2709
|
}
|
|
2707
2710
|
|
|
2708
|
-
var css$M = {"root":"
|
|
2711
|
+
var css$M = {"root":"_9JPACt","line-height":"NRefg8","lineHeight":"NRefg8","font-size":"_7ONyrA","fontSize":"_7ONyrA"};
|
|
2709
2712
|
|
|
2710
2713
|
function applyTextMods(mods) {
|
|
2711
2714
|
return [
|
|
@@ -2732,7 +2735,7 @@ const Text = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Text, appl
|
|
|
2732
2735
|
};
|
|
2733
2736
|
});
|
|
2734
2737
|
|
|
2735
|
-
var css$L = {"root":"
|
|
2738
|
+
var css$L = {"root":"ZZG-1J","loading-word":"_8EFzJ-","loadingWord":"_8EFzJ-","animated-loading":"o-Gac-","animatedLoading":"o-Gac-","skeleton_loading":"HhDcWh","skeletonLoading":"HhDcWh"};
|
|
2736
2739
|
|
|
2737
2740
|
const TextPlaceholder = (props) => {
|
|
2738
2741
|
const pattern = ' ';
|
|
@@ -2749,9 +2752,9 @@ const TextPlaceholder = (props) => {
|
|
|
2749
2752
|
]), dangerouslySetInnerHTML: { __html: it } })))));
|
|
2750
2753
|
};
|
|
2751
2754
|
|
|
2752
|
-
const RichTextView = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size ||
|
|
2755
|
+
const RichTextView = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || settings.sizes.defaults.richTextView}`]);
|
|
2753
2756
|
|
|
2754
|
-
var css$K = {"uui-typography":"
|
|
2757
|
+
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"};
|
|
2755
2758
|
|
|
2756
2759
|
class DataPickerBody extends uuiComponents.PickerBodyBase {
|
|
2757
2760
|
constructor() {
|
|
@@ -2799,7 +2802,7 @@ class DataPickerBody extends uuiComponents.PickerBodyBase {
|
|
|
2799
2802
|
}
|
|
2800
2803
|
}
|
|
2801
2804
|
|
|
2802
|
-
var css$J = {"footer":"
|
|
2805
|
+
var css$J = {"footer":"tphwPU"};
|
|
2803
2806
|
|
|
2804
2807
|
function DataPickerFooterImpl(props) {
|
|
2805
2808
|
const { search, clearSelection, view, showSelected, selectionMode, isSearchTooShort, } = props;
|
|
@@ -2825,7 +2828,7 @@ function DataPickerFooterImpl(props) {
|
|
|
2825
2828
|
}
|
|
2826
2829
|
const DataPickerFooter = /* @__PURE__ */React__namespace.default.memo(DataPickerFooterImpl);
|
|
2827
2830
|
|
|
2828
|
-
var css$I = {"header":"
|
|
2831
|
+
var css$I = {"header":"_9aY1xg","title":"zn2pAb","close":"eKJ7sc"};
|
|
2829
2832
|
|
|
2830
2833
|
const DataPickerHeaderImpl = (props) => {
|
|
2831
2834
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -2850,7 +2853,7 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
|
2850
2853
|
};
|
|
2851
2854
|
var ForwardRef$s = /*#__PURE__*/React.forwardRef(SvgNotificationDoneFill);
|
|
2852
2855
|
|
|
2853
|
-
var css$H = {"uui-typography":"
|
|
2856
|
+
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"};
|
|
2854
2857
|
|
|
2855
2858
|
function DataPickerCell(props) {
|
|
2856
2859
|
const ref = React__namespace.useRef();
|
|
@@ -2887,7 +2890,7 @@ function DataPickerCell(props) {
|
|
|
2887
2890
|
getWrappedContent()));
|
|
2888
2891
|
}
|
|
2889
2892
|
|
|
2890
|
-
var css$G = {"uui-typography":"
|
|
2893
|
+
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"};
|
|
2891
2894
|
|
|
2892
2895
|
class DataPickerRow extends React__namespace.Component {
|
|
2893
2896
|
constructor() {
|
|
@@ -2901,7 +2904,7 @@ class DataPickerRow extends React__namespace.Component {
|
|
|
2901
2904
|
}
|
|
2902
2905
|
}
|
|
2903
2906
|
|
|
2904
|
-
var css$F = {"uui-typography":"
|
|
2907
|
+
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"};
|
|
2905
2908
|
|
|
2906
2909
|
const PickerBodyMobileView = (props) => {
|
|
2907
2910
|
const isMobileView = uuiCore.isMobile();
|
|
@@ -2935,7 +2938,7 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
2935
2938
|
};
|
|
2936
2939
|
var ForwardRef$r = /*#__PURE__*/React.forwardRef(SvgSearchWithBackground);
|
|
2937
2940
|
|
|
2938
|
-
var css$E = {"uui-typography":"
|
|
2941
|
+
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"};
|
|
2939
2942
|
|
|
2940
2943
|
const mergeHighlightRanges = (ranges) => {
|
|
2941
2944
|
const mergedRanges = [];
|
|
@@ -3002,7 +3005,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
3002
3005
|
return getDecoratedText(str, ranges);
|
|
3003
3006
|
};
|
|
3004
3007
|
|
|
3005
|
-
var css$D = {"root":"
|
|
3008
|
+
var css$D = {"root":"RNLyrN","column-gap":"O0qnkO","columnGap":"O0qnkO","multiline":"Av3cL9","text":"hYf0YM"};
|
|
3006
3009
|
|
|
3007
3010
|
function PickerItem(props) {
|
|
3008
3011
|
const { highlightSearchMatches = true, size, avatarUrl, isLoading, isDisabled, icon, cx, } = props;
|
|
@@ -3076,7 +3079,7 @@ function PickerModal(props) {
|
|
|
3076
3079
|
React__namespace.default.createElement(ModalFooter, { padding: "24", vPadding: "24" }, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
3077
3080
|
}
|
|
3078
3081
|
|
|
3079
|
-
var css$C = {"tooltip":"
|
|
3082
|
+
var css$C = {"tooltip":"DNCz11"};
|
|
3080
3083
|
|
|
3081
3084
|
const PickerTogglerTag = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
3082
3085
|
const tagProps = {
|
|
@@ -3095,7 +3098,7 @@ const PickerTogglerTag = /* @__PURE__ */React__namespace.forwardRef((props, ref)
|
|
|
3095
3098
|
}
|
|
3096
3099
|
});
|
|
3097
3100
|
|
|
3098
|
-
var css$B = {"uui-typography":"
|
|
3101
|
+
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"};
|
|
3099
3102
|
|
|
3100
3103
|
const defaultMode = EditMode.FORM;
|
|
3101
3104
|
function applyPickerTogglerMods(mods) {
|
|
@@ -3196,7 +3199,7 @@ function PickerInputComponent({ highlightSearchMatches = true, ...props }, ref)
|
|
|
3196
3199
|
}
|
|
3197
3200
|
const PickerInput = /* @__PURE__ */React__namespace.default.forwardRef(PickerInputComponent);
|
|
3198
3201
|
|
|
3199
|
-
var css$A = {"row":"
|
|
3202
|
+
var css$A = {"row":"_0ch7Lm"};
|
|
3200
3203
|
|
|
3201
3204
|
function PickerListItem(props) {
|
|
3202
3205
|
let label;
|
|
@@ -3216,7 +3219,7 @@ function PickerListItem(props) {
|
|
|
3216
3219
|
return (React__namespace.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));
|
|
3217
3220
|
}
|
|
3218
3221
|
|
|
3219
|
-
var css$z = {"root":"
|
|
3222
|
+
var css$z = {"root":"S-tPA-"};
|
|
3220
3223
|
|
|
3221
3224
|
function PickerList(props) {
|
|
3222
3225
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = uuiComponents.usePickerList(props);
|
|
@@ -3251,7 +3254,7 @@ function PickerList(props) {
|
|
|
3251
3254
|
}, selectedRows)));
|
|
3252
3255
|
}
|
|
3253
3256
|
|
|
3254
|
-
var css$y = {"uui-typography":"
|
|
3257
|
+
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"};
|
|
3255
3258
|
|
|
3256
3259
|
function DataTableCell(initialProps) {
|
|
3257
3260
|
const props = { ...initialProps };
|
|
@@ -3300,7 +3303,7 @@ function DataTableCell(initialProps) {
|
|
|
3300
3303
|
return React__namespace.createElement(uuiComponents.DataTableCell, { ...props });
|
|
3301
3304
|
}
|
|
3302
3305
|
|
|
3303
|
-
var css$x = {"uui-typography":"
|
|
3306
|
+
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"};
|
|
3304
3307
|
|
|
3305
3308
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3306
3309
|
// 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.
|
|
@@ -3316,7 +3319,7 @@ const DataTableRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.DataTableRow,
|
|
|
3316
3319
|
];
|
|
3317
3320
|
}, () => propsMods);
|
|
3318
3321
|
|
|
3319
|
-
var css$w = {"uui-typography":"
|
|
3322
|
+
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"};
|
|
3320
3323
|
|
|
3321
3324
|
var _path$q;
|
|
3322
3325
|
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); }
|
|
@@ -3446,7 +3449,7 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
|
|
|
3446
3449
|
};
|
|
3447
3450
|
var ForwardRef$k = /*#__PURE__*/React.forwardRef(SvgNavigationExpandAllOutline);
|
|
3448
3451
|
|
|
3449
|
-
var css$v = {"uui-typography":"
|
|
3452
|
+
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"};
|
|
3450
3453
|
|
|
3451
3454
|
class DataTableHeaderCell extends React__namespace.Component {
|
|
3452
3455
|
constructor() {
|
|
@@ -3554,9 +3557,9 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
|
3554
3557
|
};
|
|
3555
3558
|
var ForwardRef$j = /*#__PURE__*/React.forwardRef(SvgActionSettingsFill);
|
|
3556
3559
|
|
|
3557
|
-
var css$u = {"uui-typography":"
|
|
3560
|
+
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"};
|
|
3558
3561
|
|
|
3559
|
-
var css$t = {"uui-typography":"
|
|
3562
|
+
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-"};
|
|
3560
3563
|
|
|
3561
3564
|
class DataTableHeaderGroupCell extends React__namespace.Component {
|
|
3562
3565
|
constructor() {
|
|
@@ -3624,7 +3627,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
3624
3627
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
3625
3628
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
3626
3629
|
|
|
3627
|
-
var css$s = {"uui-typography":"
|
|
3630
|
+
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"};
|
|
3628
3631
|
|
|
3629
3632
|
const defaultSize = '36';
|
|
3630
3633
|
const FilterPanelItemToggler = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
@@ -3655,7 +3658,7 @@ const FilterPanelItemToggler = /* @__PURE__ */React__namespace.forwardRef((props
|
|
|
3655
3658
|
role: 'button',
|
|
3656
3659
|
tabIndex: props.isDisabled ? -1 : 0,
|
|
3657
3660
|
onKeyDown: onKeyDownHandler,
|
|
3658
|
-
}, cx: cx__default.default(UUI_FILTERS_PANEL_ITEM_TOGGLER, css$s.root, uuiCore.uuiElement.inputBox, uuiCore.uuiMarkers.clickable, props.isOpen && uuiCore.uuiMod.opened, `size-${props.size || defaultSize}`, props.cx), onClick: togglerPickerOpened, ref: ref },
|
|
3661
|
+
}, cx: cx__default.default(UUI_FILTERS_PANEL_ITEM_TOGGLER, css$s.root, uuiCore.uuiElement.inputBox, uuiCore.uuiMarkers.clickable, props.isOpen && uuiCore.uuiMod.opened, `uui-size-${props.size || defaultSize}`, props.cx), onClick: togglerPickerOpened, ref: ref },
|
|
3659
3662
|
React__namespace.createElement(uuiComponents.FlexRow, { cx: css$s.titleWrapper },
|
|
3660
3663
|
React__namespace.createElement(Text, { size: props.size, cx: css$s.title }, getTitle),
|
|
3661
3664
|
props.selection && (React__namespace.createElement("div", { className: css$s.textWrapper },
|
|
@@ -3796,7 +3799,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
3796
3799
|
React__namespace.default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
3797
3800
|
}
|
|
3798
3801
|
|
|
3799
|
-
var css$r = {"container":"
|
|
3802
|
+
var css$r = {"container":"_25RZ49"};
|
|
3800
3803
|
|
|
3801
3804
|
function FilterNumericBody(props) {
|
|
3802
3805
|
const isInRangePredicate = props?.selectedPredicate === 'inRange' || props?.selectedPredicate === 'notInRange';
|
|
@@ -3848,15 +3851,15 @@ function FilterNumericBody(props) {
|
|
|
3848
3851
|
return (React__namespace.default.createElement("div", null,
|
|
3849
3852
|
React__namespace.default.createElement(FlexRow, { padding: "12", alignItems: "center", spacing: "12", borderBottom: true, cx: css$r.container },
|
|
3850
3853
|
React__namespace.default.createElement(FlexCell, { width: "100%" },
|
|
3851
|
-
React__namespace.default.createElement(NumericInput, { value: value?.from ?? null, onValueChange: rangeValueHandler('from'),
|
|
3854
|
+
React__namespace.default.createElement(NumericInput, { value: value?.from ?? null, onValueChange: rangeValueHandler('from'), placeholder: "Min", formatOptions: { maximumFractionDigits: 2 } })),
|
|
3852
3855
|
React__namespace.default.createElement(FlexCell, { width: "100%" },
|
|
3853
|
-
React__namespace.default.createElement(NumericInput, { value: value?.to ?? null, onValueChange: rangeValueHandler('to'),
|
|
3856
|
+
React__namespace.default.createElement(NumericInput, { value: value?.to ?? null, onValueChange: rangeValueHandler('to'), placeholder: "Max", formatOptions: { maximumFractionDigits: 2 }, isInvalid: isWrongRange(value?.from, value?.to) }))),
|
|
3854
3857
|
renderFooter()));
|
|
3855
3858
|
}
|
|
3856
3859
|
return (React__namespace.default.createElement("div", null,
|
|
3857
3860
|
React__namespace.default.createElement(FlexRow, { padding: "12", alignItems: "center", borderBottom: true, cx: css$r.container },
|
|
3858
3861
|
React__namespace.default.createElement(FlexCell, { width: 130 },
|
|
3859
|
-
React__namespace.default.createElement(NumericInput, { value: typeof props.value === 'number' ? props.value : null, onValueChange: props.onValueChange,
|
|
3862
|
+
React__namespace.default.createElement(NumericInput, { value: typeof props.value === 'number' ? props.value : null, onValueChange: props.onValueChange, placeholder: "Enter a number", formatOptions: { maximumFractionDigits: 2 } }))),
|
|
3860
3863
|
renderFooter()));
|
|
3861
3864
|
}
|
|
3862
3865
|
|
|
@@ -3892,7 +3895,7 @@ var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
|
3892
3895
|
};
|
|
3893
3896
|
var ForwardRef$i = /*#__PURE__*/React.forwardRef(SvgActionDeleteOutline);
|
|
3894
3897
|
|
|
3895
|
-
var css$q = {"uui-typography":"
|
|
3898
|
+
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"};
|
|
3896
3899
|
|
|
3897
3900
|
function useView(props, value) {
|
|
3898
3901
|
const forceUpdate = uuiCore.useForceUpdate();
|
|
@@ -4124,7 +4127,7 @@ const normalizeFilterWithPredicates = (filter) => {
|
|
|
4124
4127
|
return result;
|
|
4125
4128
|
};
|
|
4126
4129
|
function FiltersToolbarImpl(props) {
|
|
4127
|
-
const { filters, tableState, setTableState } = props;
|
|
4130
|
+
const { filters, tableState, setTableState, size = settings.sizes.defaults.filtersPanel } = props;
|
|
4128
4131
|
const [newFilterId, setNewFilterId] = React.useState(null);
|
|
4129
4132
|
const pickerInputRef = React.useRef(null);
|
|
4130
4133
|
const dataSource = uuiCore.useArrayDataSource({
|
|
@@ -4184,7 +4187,7 @@ function FiltersToolbarImpl(props) {
|
|
|
4184
4187
|
return uuiCore.orderBy(selectedFilters, (f) => tableState.filtersConfig?.[f.field]?.order);
|
|
4185
4188
|
}, [filters, tableState.filtersConfig]);
|
|
4186
4189
|
const renderAddFilterToggler = React.useCallback((togglerProps) => {
|
|
4187
|
-
return (React__namespace.default.createElement(Button, { size:
|
|
4190
|
+
return (React__namespace.default.createElement(Button, { size: size, onClick: togglerProps.onClick, ref: togglerProps.ref, caption: i18n.filterToolbar.addCaption, icon: ForwardRef$h, iconPosition: "left", fill: "ghost", color: "primary", cx: UUI_FILTERS_PANEL_ADD_BUTTON }));
|
|
4188
4191
|
}, []);
|
|
4189
4192
|
const getRowOptions = React.useCallback((item) => ({
|
|
4190
4193
|
isDisabled: item.isAlwaysVisible,
|
|
@@ -4205,15 +4208,15 @@ function FiltersToolbarImpl(props) {
|
|
|
4205
4208
|
}, [newFilterId, sortedActiveFilters]);
|
|
4206
4209
|
return (React__namespace.default.createElement(React__namespace.default.Fragment, null,
|
|
4207
4210
|
sortedActiveFilters.map((f) => (React__namespace.default.createElement(uuiComponents.FlexCell, { width: "auto", key: f.field },
|
|
4208
|
-
React__namespace.default.createElement(FiltersPanelItem, { ...f, value: tableState.filter?.[f.field], onValueChange: handleFilterChange, key: f.field, autoFocus: newFilterId === f.field, removeFilter: removeFilter, size:
|
|
4211
|
+
React__namespace.default.createElement(FiltersPanelItem, { ...f, value: tableState.filter?.[f.field], onValueChange: handleFilterChange, key: f.field, autoFocus: newFilterId === f.field, removeFilter: removeFilter, size: size })))),
|
|
4209
4212
|
!isAllFiltersAlwaysVisible && (React__namespace.default.createElement(PickerInput, { dataSource: dataSource, value: selectedFilters, onValueChange: onFiltersChange, selectionMode: "multi", valueType: "entity", renderRow: (props) => (React__namespace.default.createElement(DataPickerRow, { ...props, padding: "12", key: props.key, onCheck: (row) => {
|
|
4210
4213
|
props.onCheck && props.onCheck(row);
|
|
4211
4214
|
setNewFilterId(row.value.field);
|
|
4212
|
-
}, renderItem: (item, rowProps) => React__namespace.default.createElement(PickerItem, { ...rowProps, title: item.title }) })), getName: (i) => i.title, renderToggler: renderAddFilterToggler, emptyValue: [], getRowOptions: getRowOptions, fixedBodyPosition: true, size:
|
|
4215
|
+
}, renderItem: (item, rowProps) => React__namespace.default.createElement(PickerItem, { ...rowProps, title: item.title }) })), getName: (i) => i.title, renderToggler: renderAddFilterToggler, emptyValue: [], getRowOptions: getRowOptions, fixedBodyPosition: true, size: size, bodyCx: UUI_FILTERS_PANEL_ADD_BUTTON_BODY, ref: pickerInputRef }))));
|
|
4213
4216
|
}
|
|
4214
4217
|
const FiltersPanel = /* @__PURE__ */React__namespace.default.memo(FiltersToolbarImpl);
|
|
4215
4218
|
|
|
4216
|
-
var css$p = {"divider":"
|
|
4219
|
+
var css$p = {"divider":"IB9uQ6","dropdownDeleteIcon":"sjoPAb","presetsWrapper":"Y2s9dY","addPresetContainer":"prg1dP","dropContainer":"_00Lm-i"};
|
|
4217
4220
|
|
|
4218
4221
|
var _path$g;
|
|
4219
4222
|
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); }
|
|
@@ -4326,7 +4329,7 @@ var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
|
4326
4329
|
};
|
|
4327
4330
|
var ForwardRef$a = /*#__PURE__*/React.forwardRef(SvgContentLinkOutline);
|
|
4328
4331
|
|
|
4329
|
-
var css$o = {"delete-button":"
|
|
4332
|
+
var css$o = {"delete-button":"MOAOVv","deleteButton":"MOAOVv","tab-button":"_0scPEQ","tabButton":"_0scPEQ","targetOpen":"RgSvRn"};
|
|
4330
4333
|
|
|
4331
4334
|
function PresetActionsDropdown(props) {
|
|
4332
4335
|
const { uuiNotifications } = uuiCore.useUuiContext();
|
|
@@ -4393,7 +4396,7 @@ function PresetActionsDropdown(props) {
|
|
|
4393
4396
|
return (React__namespace.default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
4394
4397
|
}
|
|
4395
4398
|
|
|
4396
|
-
var css$n = {"preset-input-cell":"
|
|
4399
|
+
var css$n = {"preset-input-cell":"hyX6r4","presetInputCell":"hyX6r4","preset-input":"CkNgAr","presetInput":"CkNgAr"};
|
|
4397
4400
|
|
|
4398
4401
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
4399
4402
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -4425,7 +4428,7 @@ function PresetInput(props) {
|
|
|
4425
4428
|
React__namespace.default.createElement(TextInput, { cx: css$n.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
4426
4429
|
}
|
|
4427
4430
|
|
|
4428
|
-
var css$m = {"preset":"
|
|
4431
|
+
var css$m = {"preset":"O9VriR","activePreset":"tCADxD"};
|
|
4429
4432
|
|
|
4430
4433
|
function Preset(props) {
|
|
4431
4434
|
const [isRenamePreset, setIsRenamePreset] = React.useState(false);
|
|
@@ -4480,7 +4483,7 @@ function PresetsPanel(props) {
|
|
|
4480
4483
|
return React__namespace.default.createElement(Preset, { key: preset.id, preset: preset, addPreset: setAddingPreset, ...presetApi });
|
|
4481
4484
|
};
|
|
4482
4485
|
const renderAddPresetButton = React.useCallback(() => {
|
|
4483
|
-
return (React__namespace.default.createElement("div", { key: "addingPresetBlock", className: css$p.addPresetContainer }, !isAddingPreset ? (React__namespace.default.createElement(Button, { cx: UUI_PRESETS_PANEL_ADD_BUTTON,
|
|
4486
|
+
return (React__namespace.default.createElement("div", { key: "addingPresetBlock", className: css$p.addPresetContainer }, !isAddingPreset ? (React__namespace.default.createElement(Button, { cx: UUI_PRESETS_PANEL_ADD_BUTTON, onClick: setAddingPreset, caption: i18n.presetPanel.addCaption, icon: ForwardRef$h, iconPosition: "left", fill: "ghost", color: "primary" })) : (React__namespace.default.createElement(PresetInput, { onCancel: cancelAddingPreset, onSuccess: props.createNewPreset }))));
|
|
4484
4487
|
}, [isAddingPreset]);
|
|
4485
4488
|
const onPresetDropdownSelect = (preset) => {
|
|
4486
4489
|
props.choosePreset(preset.preset);
|
|
@@ -4606,7 +4609,7 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
|
|
|
4606
4609
|
};
|
|
4607
4610
|
var ForwardRef$6 = /*#__PURE__*/React.forwardRef(SvgTableGroupColumnRightFill);
|
|
4608
4611
|
|
|
4609
|
-
var css$l = {"unpin-icon":"
|
|
4612
|
+
var css$l = {"unpin-icon":"mhmefR","unpinIcon":"mhmefR","pin-toggler-icon":"o9jTj-","pinTogglerIcon":"o9jTj-"};
|
|
4610
4613
|
|
|
4611
4614
|
function PinIconButton(props) {
|
|
4612
4615
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4665,7 +4668,7 @@ var SvgActionDragIndicator18 = function SvgActionDragIndicator18(props, ref) {
|
|
|
4665
4668
|
};
|
|
4666
4669
|
var ForwardRef$5 = /*#__PURE__*/React.forwardRef(SvgActionDragIndicator18);
|
|
4667
4670
|
|
|
4668
|
-
var css$k = {"uui-typography":"
|
|
4671
|
+
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"};
|
|
4669
4672
|
|
|
4670
4673
|
const ColumnRow = /* @__PURE__ */React__namespace.memo(function ColumnRow(props) {
|
|
4671
4674
|
const { column } = props;
|
|
@@ -4688,7 +4691,7 @@ const ColumnRow = /* @__PURE__ */React__namespace.memo(function ColumnRow(props)
|
|
|
4688
4691
|
return (React__namespace.createElement(uuiCore.DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
|
|
4689
4692
|
});
|
|
4690
4693
|
|
|
4691
|
-
var css$j = {"uui-typography":"
|
|
4694
|
+
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"};
|
|
4692
4695
|
|
|
4693
4696
|
const renderGroupTitle = (title, amount) => (React__namespace.createElement(FlexRow, { cx: css$j.group },
|
|
4694
4697
|
React__namespace.createElement(Text, { size: "none", cx: css$j.groupTitle }, title),
|
|
@@ -4777,7 +4780,7 @@ function SubGroup(props) {
|
|
|
4777
4780
|
return null;
|
|
4778
4781
|
}
|
|
4779
4782
|
|
|
4780
|
-
var css$i = {"listContainer":"
|
|
4783
|
+
var css$i = {"listContainer":"ExUaPN","header":"C8hfV3","group":"P-3Dzo","stickyHeader":"QBOIO7"};
|
|
4781
4784
|
|
|
4782
4785
|
const getChildrenAndRest = (row, rows) => {
|
|
4783
4786
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4841,7 +4844,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4841
4844
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4842
4845
|
ref: ref
|
|
4843
4846
|
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
4844
|
-
clipPath: "url(#
|
|
4847
|
+
clipPath: "url(#p38yuc2knkgvhuwsz_a)"
|
|
4845
4848
|
}, _path$4 || (_path$4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4846
4849
|
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",
|
|
4847
4850
|
fill: "#F5F6FA"
|
|
@@ -4862,7 +4865,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4862
4865
|
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",
|
|
4863
4866
|
fill: "#1D1E26"
|
|
4864
4867
|
})), /*#__PURE__*/React__namespace.createElement("mask", {
|
|
4865
|
-
id: "
|
|
4868
|
+
id: "p38yuc40c6yt1scxu_b",
|
|
4866
4869
|
style: {
|
|
4867
4870
|
maskType: "alpha"
|
|
4868
4871
|
},
|
|
@@ -4875,7 +4878,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4875
4878
|
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",
|
|
4876
4879
|
fill: "#9BDEFF"
|
|
4877
4880
|
}))), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
|
|
4878
|
-
mask: "url(#
|
|
4881
|
+
mask: "url(#p38yuc40c6yt1scxu_b)",
|
|
4879
4882
|
fillRule: "evenodd",
|
|
4880
4883
|
clipRule: "evenodd"
|
|
4881
4884
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -4961,7 +4964,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4961
4964
|
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",
|
|
4962
4965
|
fill: "#fff"
|
|
4963
4966
|
}))), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
4964
|
-
id: "
|
|
4967
|
+
id: "p38yuc2knkgvhuwsz_a"
|
|
4965
4968
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
4966
4969
|
fill: "#fff",
|
|
4967
4970
|
transform: "translate(.552)",
|
|
@@ -4970,7 +4973,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4970
4973
|
};
|
|
4971
4974
|
var ForwardRef$4 = /*#__PURE__*/React.forwardRef(SvgEmptyTable);
|
|
4972
4975
|
|
|
4973
|
-
var css$h = {"root":"
|
|
4976
|
+
var css$h = {"root":"Bihrao","sticky-header":"ifRD6W","stickyHeader":"ifRD6W","no-results":"eKJ51o","noResults":"eKJ51o","icon":"PH7wrW","title":"rURFk-"};
|
|
4974
4977
|
|
|
4975
4978
|
function DataTable(props) {
|
|
4976
4979
|
const { uuiModals } = uuiCore.useUuiContext();
|
|
@@ -5019,9 +5022,9 @@ function DataTable(props) {
|
|
|
5019
5022
|
} }))));
|
|
5020
5023
|
}
|
|
5021
5024
|
|
|
5022
|
-
var css$g = {"root":"
|
|
5025
|
+
var css$g = {"root":"w5vZ8I"};
|
|
5023
5026
|
|
|
5024
|
-
var css$f = {"root":"
|
|
5027
|
+
var css$f = {"root":"NfX3U9","burger-content":"g-40KL","burgerContent":"g-40KL"};
|
|
5025
5028
|
|
|
5026
5029
|
var _path$3;
|
|
5027
5030
|
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); }
|
|
@@ -5064,7 +5067,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
5064
5067
|
};
|
|
5065
5068
|
var ForwardRef$2 = /*#__PURE__*/React.forwardRef(SvgNavigationArrowDownOutline);
|
|
5066
5069
|
|
|
5067
|
-
var css$e = {"uui-typography":"
|
|
5070
|
+
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"};
|
|
5068
5071
|
|
|
5069
5072
|
const BurgerButton = /* @__PURE__ */uuiCore.withMods(uuiComponents.Button, (props) => [
|
|
5070
5073
|
css$e.root,
|
|
@@ -5075,13 +5078,13 @@ const BurgerButton = /* @__PURE__ */uuiCore.withMods(uuiComponents.Button, (prop
|
|
|
5075
5078
|
props.icon && css$e.hasIcon,
|
|
5076
5079
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
5077
5080
|
|
|
5078
|
-
var css$d = {"search-input":"
|
|
5081
|
+
var css$d = {"search-input":"cWF1j-","searchInput":"cWF1j-"};
|
|
5079
5082
|
|
|
5080
5083
|
function BurgerSearch(props) {
|
|
5081
5084
|
return (React__namespace.createElement(uuiComponents.TextInput, { cx: cx__default.default(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 }));
|
|
5082
5085
|
}
|
|
5083
5086
|
|
|
5084
|
-
var css$c = {"root":"
|
|
5087
|
+
var css$c = {"root":"E144xv","group-header":"vf6-iS","groupHeader":"vf6-iS","group-name":"iCFIQJ","groupName":"iCFIQJ","line":"Pkeo96"};
|
|
5085
5088
|
|
|
5086
5089
|
function BurgerGroupHeader(props) {
|
|
5087
5090
|
return (React__namespace.createElement("div", { className: cx__default.default(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -5089,7 +5092,7 @@ function BurgerGroupHeader(props) {
|
|
|
5089
5092
|
React__namespace.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
5090
5093
|
}
|
|
5091
5094
|
|
|
5092
|
-
var css$b = {"uui-typography":"
|
|
5095
|
+
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"};
|
|
5093
5096
|
|
|
5094
5097
|
const MainMenuButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
5095
5098
|
const { type, ...clickableProps } = props;
|
|
@@ -5111,7 +5114,7 @@ const MainMenuButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) =
|
|
|
5111
5114
|
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$Q, flipY: props.isOpen }))));
|
|
5112
5115
|
});
|
|
5113
5116
|
|
|
5114
|
-
var css$a = {"dropdown-body":"
|
|
5117
|
+
var css$a = {"dropdown-body":"hedhIg","dropdownBody":"hedhIg"};
|
|
5115
5118
|
|
|
5116
5119
|
class MainMenuDropdown extends React__namespace.Component {
|
|
5117
5120
|
render() {
|
|
@@ -5169,12 +5172,12 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
5169
5172
|
};
|
|
5170
5173
|
var ForwardRef$1 = /*#__PURE__*/React.forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
5171
5174
|
|
|
5172
|
-
var css$9 = {"global-menu-btn":"
|
|
5175
|
+
var css$9 = {"global-menu-btn":"VfaFHx","globalMenuBtn":"VfaFHx","global-menu-icon":"GW1uUh","globalMenuIcon":"GW1uUh"};
|
|
5173
5176
|
|
|
5174
5177
|
const GlobalMenu = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", { ref: ref, id: "global_menu_toggle", className: cx__default.default(css$9.globalMenuBtn, props.cx), ...props.rawProps },
|
|
5175
5178
|
React__namespace.createElement(uuiComponents.IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
5176
5179
|
|
|
5177
|
-
var css$8 = {"container":"
|
|
5180
|
+
var css$8 = {"container":"eis9jW","open":"efbjkM","folding-arrow":"pOE9mb","foldingArrow":"pOE9mb"};
|
|
5178
5181
|
|
|
5179
5182
|
const MainMenuAvatar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", { ref: ref, className: cx__default.default(css$8.container, props.isDropdown && css$8.dropdown, props.isOpen && css$8.open, props.onClick && uuiCore.uuiMarkers.clickable, props.cx), onClick: props.onClick, ...props.rawProps },
|
|
5180
5183
|
React__namespace.createElement(uuiComponents.Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -5182,15 +5185,15 @@ const MainMenuAvatar = /* @__PURE__ */React__namespace.forwardRef((props, ref) =
|
|
|
5182
5185
|
props.isDropdown && (React__namespace.createElement("div", null,
|
|
5183
5186
|
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, icon: ForwardRef$Q, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
|
|
5184
5187
|
|
|
5185
|
-
var css$7 = {"search-input":"
|
|
5188
|
+
var css$7 = {"search-input":"_0Y64FD","searchInput":"_0Y64FD"};
|
|
5186
5189
|
|
|
5187
5190
|
const MainMenuSearch = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement(uuiCore.IEditableDebouncer, { ...props, render: (iEditable) => (React__namespace.createElement(uuiComponents.TextInput, { iconPosition: "left", icon: ForwardRef$O, cancelIcon: props.value?.length > 0 && ForwardRef$R, ...props, ...iEditable, ref: ref, cx: uuiCore.cx(css$7.searchInput, props.cx), ...props.rawProps })) })));
|
|
5188
5191
|
|
|
5189
|
-
var css$6 = {"container":"
|
|
5192
|
+
var css$6 = {"container":"_6wSesd"};
|
|
5190
5193
|
|
|
5191
5194
|
const MainMenuIcon = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement(IconButton, { ref: ref, icon: props.icon, cx: uuiCore.cx(props.cx, css$6.container), ...props })));
|
|
5192
5195
|
|
|
5193
|
-
var css$5 = {"root":"
|
|
5196
|
+
var css$5 = {"root":"CwoJyX"};
|
|
5194
5197
|
|
|
5195
5198
|
const Anchor = /* @__PURE__ */uuiCore.withMods(uuiComponents.Anchor, () => [css$5.root]);
|
|
5196
5199
|
|
|
@@ -5208,7 +5211,7 @@ function Form(props) {
|
|
|
5208
5211
|
},
|
|
5209
5212
|
] },
|
|
5210
5213
|
React__namespace.createElement(RichTextView, null,
|
|
5211
|
-
React__namespace.createElement(Text,
|
|
5214
|
+
React__namespace.createElement(Text, null, i18n.form.notifications.unsavedChangesMessage)))), { duration: 5, position: 'bot-left' });
|
|
5212
5215
|
};
|
|
5213
5216
|
return React__namespace.createElement(uuiCore.Form, { loadUnsavedChanges: loadUnsavedChanges, beforeLeave: beforeLeave, ...props });
|
|
5214
5217
|
}
|
|
@@ -5226,7 +5229,7 @@ function useForm(props) {
|
|
|
5226
5229
|
},
|
|
5227
5230
|
] },
|
|
5228
5231
|
React__namespace.default.createElement(RichTextView, null,
|
|
5229
|
-
React__namespace.default.createElement(Text,
|
|
5232
|
+
React__namespace.default.createElement(Text, null, i18n.form.notifications.unsavedChangesMessage)))), { duration: 5, position: 'bot-left' });
|
|
5230
5233
|
};
|
|
5231
5234
|
return uuiCore.useForm({ beforeLeave, loadUnsavedChanges, ...props });
|
|
5232
5235
|
}
|
|
@@ -5248,7 +5251,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
5248
5251
|
};
|
|
5249
5252
|
var ForwardRef = /*#__PURE__*/React.forwardRef(SvgFileCloudUploadFill);
|
|
5250
5253
|
|
|
5251
|
-
var css$4 = {"root":"
|
|
5254
|
+
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"};
|
|
5252
5255
|
|
|
5253
5256
|
function DropSpot(props) {
|
|
5254
5257
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -5266,9 +5269,9 @@ function DropSpot(props) {
|
|
|
5266
5269
|
return React__namespace.createElement(uuiComponents.DropSpot, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
5267
5270
|
}
|
|
5268
5271
|
|
|
5269
|
-
var css$3 = {"uui-typography":"
|
|
5272
|
+
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"};
|
|
5270
5273
|
|
|
5271
|
-
var css$2 = {"root":"
|
|
5274
|
+
var css$2 = {"root":"EXPWoJ"};
|
|
5272
5275
|
|
|
5273
5276
|
const SvgCircleProgress = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
5274
5277
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5344,7 +5347,7 @@ const FileCard = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
|
5344
5347
|
onClick();
|
|
5345
5348
|
};
|
|
5346
5349
|
return (React__namespace.createElement(FlexCell, { ref: ref, cx: uuiCore.cx(css$3.root, 'uui-file_card', (isLoading || error?.isError) && uuiCore.uuiMod.loading, componentCx, error?.isError && uuiCore.uuiMod.error), minWidth: width, width: !width ? '100%' : undefined },
|
|
5347
|
-
React__namespace.createElement(FlexRow, {
|
|
5350
|
+
React__namespace.createElement(FlexRow, { alignItems: "top", columnGap: "6" },
|
|
5348
5351
|
fileExtension && getIcon(fileExtension),
|
|
5349
5352
|
React__namespace.createElement(FlexCell, { width: "100%" },
|
|
5350
5353
|
React__namespace.createElement(Text, { size: "18", fontSize: "14", lineHeight: "18", color: (progress < 100 || error?.isError) ? 'tertiary' : 'primary', cx: css$3.fileName }, fileName),
|
|
@@ -5396,7 +5399,7 @@ const getErrorPageConfig = () => ({
|
|
|
5396
5399
|
},
|
|
5397
5400
|
});
|
|
5398
5401
|
|
|
5399
|
-
var css$1 = {"container":"
|
|
5402
|
+
var css$1 = {"container":"HBzMr5"};
|
|
5400
5403
|
|
|
5401
5404
|
const ErrorPage = (props) => {
|
|
5402
5405
|
const isMobileScreen = uuiCore.isMobile();
|
|
@@ -5408,7 +5411,7 @@ const ErrorPage = (props) => {
|
|
|
5408
5411
|
props?.supportLink && React__namespace.default.createElement("div", { className: "uui-error-support-link" }, props?.supportLink))));
|
|
5409
5412
|
};
|
|
5410
5413
|
|
|
5411
|
-
var css = {"recovery-spinner":"
|
|
5414
|
+
var css = {"recovery-spinner":"AFB9og","recoverySpinner":"AFB9og","recovery-message":"DfV0Xw","recoveryMessage":"DfV0Xw","modal-blocker":"TQqe13","modalBlocker":"TQqe13","modalFadeIn":"JQJSmC"};
|
|
5412
5415
|
|
|
5413
5416
|
function ErrorHandler(props) {
|
|
5414
5417
|
const { uuiNotifications, uuiModals, uuiApi } = uuiCore.useUuiContext();
|
|
@@ -5424,7 +5427,7 @@ function ErrorHandler(props) {
|
|
|
5424
5427
|
}
|
|
5425
5428
|
else {
|
|
5426
5429
|
uuiNotifications.show((notificationProps) => (React__namespace.default.createElement(ErrorNotification, { ...notificationProps },
|
|
5427
|
-
React__namespace.default.createElement(Text,
|
|
5430
|
+
React__namespace.default.createElement(Text, null, c.responseData && c.responseData.errorMessage))));
|
|
5428
5431
|
}
|
|
5429
5432
|
c.dismissError();
|
|
5430
5433
|
});
|
|
@@ -5435,7 +5438,7 @@ function ErrorHandler(props) {
|
|
|
5435
5438
|
React__namespace.default.createElement(ModalWindow, null,
|
|
5436
5439
|
React__namespace.default.createElement(ModalHeader, { borderBottom: true, title: title }),
|
|
5437
5440
|
React__namespace.default.createElement(Spinner, { cx: css.recoverySpinner }),
|
|
5438
|
-
React__namespace.default.createElement(FlexRow, {
|
|
5441
|
+
React__namespace.default.createElement(FlexRow, { cx: css.recoveryMessage },
|
|
5439
5442
|
React__namespace.default.createElement(FlexCell, { grow: 1 },
|
|
5440
5443
|
React__namespace.default.createElement(RichTextView, null, subtitle),
|
|
5441
5444
|
isAuthLost && (React__namespace.default.createElement(Text, { color: "tertiary" },
|