@epam/uui 5.7.0-alpha.0 → 5.7.1
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/buttonLayout.scss +70 -70
- package/assets/styles/clickable.scss +26 -26
- package/assets/styles/controlLayout.scss +28 -28
- package/assets/styles/dnd.scss +9 -9
- package/assets/styles/effects.scss +7 -7
- package/assets/styles/icons.scss +54 -54
- package/assets/styles/index.scss +9 -9
- package/assets/styles/inputs.scss +74 -74
- package/assets/styles/text-size.scss +42 -42
- package/assets/styles/typography.scss +174 -174
- package/components/buttons/IconButton.d.ts +11 -5
- package/components/buttons/IconButton.d.ts.map +1 -1
- package/components/overlays/Modals.d.ts +5 -0
- package/components/overlays/Modals.d.ts.map +1 -1
- package/components/tables/DataTableHeaderCell.d.ts.map +1 -1
- package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts.map +1 -1
- package/i18n.d.ts +1 -0
- package/i18n.d.ts.map +1 -1
- package/index.esm.js +156 -151
- package/index.esm.js.map +1 -1
- package/index.js +155 -150
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/readme.md +4 -4
- package/stats.html +1 -1
- package/styles.css +2824 -2835
- package/styles.css.map +1 -1
package/index.js
CHANGED
|
@@ -310,7 +310,7 @@ const systemIcons = {
|
|
|
310
310
|
info: ForwardRef$K,
|
|
311
311
|
};
|
|
312
312
|
|
|
313
|
-
var css$1s = {"uui-typography":"
|
|
313
|
+
var css$1s = {"uui-typography":"cDvmcH","hero-header":"tTo9K5","promo-header":"yniMN1","uui-critical":"SmN-B4","uui-info":"CHFz7N","uui-success":"jbECTz","uui-warning":"DbZHA0","uui-highlight":"_41416z","uui-typography-size-12":"Xw3S2y","uui-typography-size-14":"wrpLt0","uui-typography-size-16":"_6tbNCX","root":"dATIcG","uuiTypography":"cDvmcH","heroHeader":"tTo9K5","promoHeader":"yniMN1","uuiCritical":"SmN-B4","uuiInfo":"CHFz7N","uuiSuccess":"jbECTz","uuiWarning":"DbZHA0","uuiHighlight":"_41416z","uuiTypographySize12":"Xw3S2y","uuiTypographySize14":"wrpLt0","uuiTypographySize16":"_6tbNCX"};
|
|
314
314
|
|
|
315
315
|
const DEFAULT_SIZE$8 = '36';
|
|
316
316
|
function applyButtonMods(mods) {
|
|
@@ -332,17 +332,17 @@ const Button = uuiCore.withMods(uuiComponents__namespace.Button, applyButtonMods
|
|
|
332
332
|
};
|
|
333
333
|
});
|
|
334
334
|
|
|
335
|
-
var css$1r = {"root":"
|
|
335
|
+
var css$1r = {"root":"Vx-sfy"};
|
|
336
336
|
|
|
337
|
-
function applyIconButtonMods(
|
|
338
|
-
return ['uui-icon_button', `uui-color-${
|
|
337
|
+
function applyIconButtonMods(props) {
|
|
338
|
+
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1r.root];
|
|
339
339
|
}
|
|
340
|
-
const IconButton = uuiCore.
|
|
340
|
+
const IconButton = uuiCore.createSkinComponent(uuiComponents__namespace.IconButton, (props) => {
|
|
341
341
|
return {
|
|
342
342
|
dropdownIcon: props.dropdownIcon || systemIcons.foldingArrow,
|
|
343
343
|
size: props.size && Number(props.size),
|
|
344
344
|
};
|
|
345
|
-
});
|
|
345
|
+
}, applyIconButtonMods);
|
|
346
346
|
|
|
347
347
|
function getIconClass(props) {
|
|
348
348
|
const classList = {
|
|
@@ -361,7 +361,7 @@ function getIconClass(props) {
|
|
|
361
361
|
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'];
|
|
362
362
|
}
|
|
363
363
|
|
|
364
|
-
var css$1q = {"uui-typography":"
|
|
364
|
+
var css$1q = {"uui-typography":"_5CYd2W","hero-header":"NHc3nf","promo-header":"ct5qFE","uui-critical":"AIBABn","uui-info":"duow1X","uui-success":"LCj3Vt","uui-warning":"zjpik7","uui-highlight":"CcrmjB","uui-typography-size-12":"cgsABI","uui-typography-size-14":"o21IbF","uui-typography-size-16":"lzxx5l","root":"zn-amQ","uuiTypography":"_5CYd2W","heroHeader":"NHc3nf","promoHeader":"ct5qFE","uuiCritical":"AIBABn","uuiInfo":"duow1X","uuiSuccess":"LCj3Vt","uuiWarning":"zjpik7","uuiHighlight":"CcrmjB","uuiTypographySize12":"cgsABI","uuiTypographySize14":"o21IbF","uuiTypographySize16":"lzxx5l"};
|
|
365
365
|
|
|
366
366
|
const DEFAULT_SIZE$7 = '36';
|
|
367
367
|
const DEFAULT_COLOR = 'primary';
|
|
@@ -387,11 +387,11 @@ const LinkButton = React__namespace.forwardRef((props, ref) => {
|
|
|
387
387
|
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
388
388
|
});
|
|
389
389
|
|
|
390
|
-
var css$1p = {"root":"
|
|
390
|
+
var css$1p = {"root":"JXRKLx"};
|
|
391
391
|
|
|
392
392
|
const AvatarStack = uuiCore.withMods(uuiComponents.AvatarStack, () => [css$1p.root]);
|
|
393
393
|
|
|
394
|
-
var css$1o = {"root":"
|
|
394
|
+
var css$1o = {"root":"tZbuD4","size-24":"DxKWln","size-18":"_41nhQN","size-12":"fqwq4C","size24":"DxKWln","size18":"_41nhQN","size12":"fqwq4C"};
|
|
395
395
|
|
|
396
396
|
const CountIndicator = React.forwardRef((props, ref) => {
|
|
397
397
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -403,7 +403,7 @@ const CountIndicator = React.forwardRef((props, ref) => {
|
|
|
403
403
|
]) }, props.caption));
|
|
404
404
|
});
|
|
405
405
|
|
|
406
|
-
var css$1n = {"uui-typography":"
|
|
406
|
+
var css$1n = {"uui-typography":"SUAinJ","hero-header":"EchF4h","promo-header":"Ik-Jje","uui-critical":"fckOn8","uui-info":"jsJ2Ps","uui-success":"o1uDJe","uui-warning":"P23OCV","uui-highlight":"FApIai","uui-typography-size-12":"s7-FMR","uui-typography-size-14":"seTJgV","uui-typography-size-16":"_2ZfWB5","root":"m7Ipf0","size-18":"MXezlO","size-24":"Q2Lk3m","size-30":"_5C8Ieq","size-36":"TLIHm5","size-42":"_4D6mIH","size-48":"nhN48f","uuiTypography":"SUAinJ","heroHeader":"EchF4h","promoHeader":"Ik-Jje","uuiCritical":"fckOn8","uuiInfo":"jsJ2Ps","uuiSuccess":"o1uDJe","uuiWarning":"P23OCV","uuiHighlight":"FApIai","uuiTypographySize12":"s7-FMR","uuiTypographySize14":"seTJgV","uuiTypographySize16":"_2ZfWB5","size18":"MXezlO","size24":"Q2Lk3m","size30":"_5C8Ieq","size36":"TLIHm5","size42":"_4D6mIH","size48":"nhN48f"};
|
|
407
407
|
|
|
408
408
|
const DEFAULT_SIZE$6 = '36';
|
|
409
409
|
const DEFAULT_FILL = 'solid';
|
|
@@ -449,7 +449,7 @@ const Badge = React__namespace.default.forwardRef((props, ref) => {
|
|
|
449
449
|
props.isDropdown && (React__namespace.default.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
450
450
|
});
|
|
451
451
|
|
|
452
|
-
var css$1m = {"uui-typography":"
|
|
452
|
+
var css$1m = {"uui-typography":"qDRFY9","hero-header":"W01d1S","promo-header":"iy1mbA","uui-critical":"Vc7m8F","uui-info":"cJcsKm","uui-success":"WWWWAf","uui-warning":"KYbupv","uui-highlight":"K5p1kL","uui-typography-size-12":"mJeRVN","uui-typography-size-14":"_1qM10c","uui-typography-size-16":"UmU5W3","root":"Ss-Mjn","size-18":"_3V3TIX","size-24":"qzKpBU","size-30":"fkf4bL","size-36":"dumxmr","size-42":"p38Pbv","size-48":"leKmh6","uuiTypography":"qDRFY9","heroHeader":"W01d1S","promoHeader":"iy1mbA","uuiCritical":"Vc7m8F","uuiInfo":"cJcsKm","uuiSuccess":"WWWWAf","uuiWarning":"KYbupv","uuiHighlight":"K5p1kL","uuiTypographySize12":"mJeRVN","uuiTypographySize14":"_1qM10c","uuiTypographySize16":"UmU5W3","size18":"_3V3TIX","size24":"qzKpBU","size30":"fkf4bL","size36":"dumxmr","size42":"p38Pbv","size48":"leKmh6"};
|
|
453
453
|
|
|
454
454
|
const DEFAULT_SIZE$5 = '36';
|
|
455
455
|
const mapCountIndicatorSizes = {
|
|
@@ -485,14 +485,14 @@ const Tag = React__namespace.default.forwardRef((props, ref) => {
|
|
|
485
485
|
props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
486
486
|
});
|
|
487
487
|
|
|
488
|
-
var css$1l = {"root":"
|
|
488
|
+
var css$1l = {"root":"j-nOhC","uui-spinner":"eSPwiD","uuiSpinner":"eSPwiD"};
|
|
489
489
|
|
|
490
490
|
function applySpinnerMods() {
|
|
491
491
|
return [css$1l.root, 'uui-spinner'];
|
|
492
492
|
}
|
|
493
493
|
const Spinner = uuiCore.withMods(uuiComponents.Spinner, applySpinnerMods);
|
|
494
494
|
|
|
495
|
-
var css$1k = {"root":"
|
|
495
|
+
var css$1k = {"root":"kkSfux","spacer":"Ls3IGU","mode-ghost":"NHAPtE","size-24":"jtmBmg","size-30":"M6-4-r","navigation-size-24":"buJqME","navigation-size-30":"mx6Qqh","modeGhost":"NHAPtE","size24":"jtmBmg","size30":"M6-4-r","navigationSize24":"buJqME","navigationSize30":"mx6Qqh"};
|
|
496
496
|
|
|
497
497
|
var _path$A;
|
|
498
498
|
function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
|
|
@@ -543,14 +543,14 @@ function Paginator(props) {
|
|
|
543
543
|
return React__namespace.default.createElement(uuiComponents.Paginator, Object.assign({}, props, { render: renderPaginator }));
|
|
544
544
|
}
|
|
545
545
|
|
|
546
|
-
var css$1j = {"root":"
|
|
546
|
+
var css$1j = {"root":"XPjOmv","progress-bar":"yHlWLS","progressBar-indeterminate":"LhqqZj","size-12":"_9OyTY9","size-18":"uX2trQ","size-24":"QVPIzE","progressBar":"yHlWLS","progressBarIndeterminate":"LhqqZj","size12":"_9OyTY9","size18":"uX2trQ","size24":"QVPIzE"};
|
|
547
547
|
|
|
548
548
|
const IndeterminateBar = React__namespace.forwardRef((props, ref) => {
|
|
549
549
|
return (React__namespace.createElement("div", { ref: ref, className: cx__default.default('uui-indeterminate_bar', props.cx, css$1j.root, css$1j[`size-${props.size || 12}`]) },
|
|
550
550
|
React__namespace.createElement("div", { className: cx__default.default(css$1j.progressBar) })));
|
|
551
551
|
});
|
|
552
552
|
|
|
553
|
-
var css$1i = {"root":"
|
|
553
|
+
var css$1i = {"root":"-VNtt-","striped":"lWlzrW","animate-stripes":"uZo-ry","size-12":"Wgxhnw","size-18":"GK0QW1","size-24":"zUVuUn","animateStripes":"uZo-ry","size12":"Wgxhnw","size18":"GK0QW1","size24":"zUVuUn"};
|
|
554
554
|
|
|
555
555
|
const DEFAULT_SIZE$4 = '12';
|
|
556
556
|
function applyProgressBarMods(mods) {
|
|
@@ -565,14 +565,14 @@ const ProgressBar = uuiCore.withMods(uuiComponents.ProgressBar, applyProgressBar
|
|
|
565
565
|
hideLabel: props.hideLabel || props.striped,
|
|
566
566
|
}));
|
|
567
567
|
|
|
568
|
-
var css$1h = {"root":"
|
|
568
|
+
var css$1h = {"root":"N6zOFF"};
|
|
569
569
|
|
|
570
570
|
const IndicatorBar = React__namespace.forwardRef((props, ref) => {
|
|
571
571
|
const { progress } = props;
|
|
572
572
|
return progress || progress === 0 ? (React__namespace.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx__default.default(css$1h.root, props.cx), hideLabel: true })) : (React__namespace.createElement(IndeterminateBar, { ref: ref, cx: cx__default.default(css$1h.root, props.cx) }));
|
|
573
573
|
});
|
|
574
574
|
|
|
575
|
-
var css$1g = {"root":"
|
|
575
|
+
var css$1g = {"root":"wcqdUh","size-12":"QGubcg","size-18":"QA1XoC","size-24":"pyR-sf","size12":"QGubcg","size18":"QA1XoC","size24":"pyR-sf"};
|
|
576
576
|
|
|
577
577
|
const StatusIndicator = React.forwardRef((props, ref) => {
|
|
578
578
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -602,7 +602,7 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
|
602
602
|
};
|
|
603
603
|
var ForwardRef$y = /*#__PURE__*/React.forwardRef(SvgContentMinusOutline);
|
|
604
604
|
|
|
605
|
-
var css$1f = {"uui-typography":"
|
|
605
|
+
var css$1f = {"uui-typography":"YLv-Jb","hero-header":"tQL26J","promo-header":"hxz-zD","uui-critical":"yiQxgV","uui-info":"uRztUp","uui-success":"_1cvvzj","uui-warning":"yeYOOE","uui-highlight":"_2k5QXC","uui-typography-size-12":"QzCnEG","uui-typography-size-14":"RDNzWl","uui-typography-size-16":"TOVx8Q","root":"N-Ig55","size-18":"DZM-cp","size-12":"VSm-jE","mode-cell":"XSJpqC","uuiTypography":"YLv-Jb","heroHeader":"tQL26J","promoHeader":"hxz-zD","uuiCritical":"yiQxgV","uuiInfo":"uRztUp","uuiSuccess":"_1cvvzj","uuiWarning":"yeYOOE","uuiHighlight":"_2k5QXC","uuiTypographySize12":"QzCnEG","uuiTypographySize14":"RDNzWl","uuiTypographySize16":"TOVx8Q","size18":"DZM-cp","size12":"VSm-jE","modeCell":"XSJpqC"};
|
|
606
606
|
|
|
607
607
|
function applyCheckboxMods(mods) {
|
|
608
608
|
return [
|
|
@@ -622,7 +622,7 @@ const applyUUICheckboxProps = (props) => {
|
|
|
622
622
|
};
|
|
623
623
|
const Checkbox = uuiCore.withMods(uuiComponents__namespace.Checkbox, applyCheckboxMods, applyUUICheckboxProps);
|
|
624
624
|
|
|
625
|
-
var css$1e = {"uui-typography":"
|
|
625
|
+
var css$1e = {"uui-typography":"CWySND","hero-header":"_2dhdnJ","promo-header":"_6ciY0P","uui-critical":"upd7Ye","uui-info":"_1SwYAE","uui-success":"wE61Fq","uui-warning":"GglfaH","uui-highlight":"SSsGYr","uui-typography-size-12":"KZ9HIl","uui-typography-size-14":"ZrCwb0","uui-typography-size-16":"ewZrve","root":"_5KwpHS","size-18":"_7yG-4O","size-12":"suOOKM","uuiTypography":"CWySND","heroHeader":"_2dhdnJ","promoHeader":"_6ciY0P","uuiCritical":"upd7Ye","uuiInfo":"_1SwYAE","uuiSuccess":"wE61Fq","uuiWarning":"GglfaH","uuiHighlight":"SSsGYr","uuiTypographySize12":"KZ9HIl","uuiTypographySize14":"ZrCwb0","uuiTypographySize16":"ewZrve","size18":"_7yG-4O","size12":"suOOKM"};
|
|
626
626
|
|
|
627
627
|
var _path$x;
|
|
628
628
|
function _extends$x() { _extends$x = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$x.apply(this, arguments); }
|
|
@@ -649,7 +649,7 @@ function applyRadioInputMods(mods) {
|
|
|
649
649
|
}
|
|
650
650
|
const RadioInput = uuiCore.withMods(uuiComponents.RadioInput, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$x }));
|
|
651
651
|
|
|
652
|
-
var css$1d = {"root":"
|
|
652
|
+
var css$1d = {"root":"qME-Y5","size-12":"WdZ0oe","size-18":"YhYw79","size-24":"phXqFn","size12":"WdZ0oe","size18":"YhYw79","size24":"phXqFn"};
|
|
653
653
|
|
|
654
654
|
function applySwitchMods(mods) {
|
|
655
655
|
return [
|
|
@@ -715,7 +715,7 @@ var EditMode;
|
|
|
715
715
|
EditMode["INLINE"] = "inline";
|
|
716
716
|
})(EditMode || (EditMode = {}));
|
|
717
717
|
|
|
718
|
-
var textInputCss = {"uui-typography":"
|
|
718
|
+
var textInputCss = {"uui-typography":"HwCvnM","hero-header":"mccZ3v","promo-header":"WmGqnx","uui-critical":"-QY1cM","uui-info":"Z7UQWU","uui-success":"BPTUSk","uui-warning":"KYYw2j","uui-highlight":"MMLzIB","uui-typography-size-12":"ozaHze","uui-typography-size-14":"_5XOz92","uui-typography-size-16":"dw8kNZ","root":"bS7ckT","mode-form":"bjOwlk","mode-inline":"nczZ62","mode-cell":"_0U6LDF","size-24":"_9cs9O6","size-30":"_7AQjJ-","size-36":"AtJE-e","size-42":"PiRW2K","size-48":"gokpQt","size-60":"H49U2F","uuiTypography":"HwCvnM","heroHeader":"mccZ3v","promoHeader":"WmGqnx","uuiCritical":"-QY1cM","uuiInfo":"Z7UQWU","uuiSuccess":"BPTUSk","uuiWarning":"KYYw2j","uuiHighlight":"MMLzIB","uuiTypographySize12":"ozaHze","uuiTypographySize14":"_5XOz92","uuiTypographySize16":"dw8kNZ","modeForm":"bjOwlk","modeInline":"nczZ62","modeCell":"_0U6LDF","size24":"_9cs9O6","size30":"_7AQjJ-","size36":"AtJE-e","size42":"PiRW2K","size48":"gokpQt","size60":"H49U2F"};
|
|
719
719
|
|
|
720
720
|
const DEFAULT_SIZE$3 = '36';
|
|
721
721
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
@@ -742,7 +742,7 @@ const SearchInput = React__namespace.default.forwardRef((props, ref) => {
|
|
|
742
742
|
} })));
|
|
743
743
|
});
|
|
744
744
|
|
|
745
|
-
var css$1c = {"root":"
|
|
745
|
+
var css$1c = {"root":"eW4t-R"};
|
|
746
746
|
|
|
747
747
|
const ControlGroup = uuiCore.withMods(uuiComponents.ControlGroup, () => [css$1c.root]);
|
|
748
748
|
|
|
@@ -751,7 +751,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
751
751
|
}
|
|
752
752
|
const MultiSwitch = React__namespace.forwardRef(MultiSwitchComponent);
|
|
753
753
|
|
|
754
|
-
var css$1b = {"uui-typography":"
|
|
754
|
+
var css$1b = {"uui-typography":"GOm-LK","hero-header":"_5P7o6f","promo-header":"P3cPnw","uui-critical":"TpMRbv","uui-info":"Q20KZM","uui-success":"sZ4zPe","uui-warning":"IGdYCA","uui-highlight":"upBDEG","uui-typography-size-12":"gytA68","uui-typography-size-14":"yamlQP","uui-typography-size-16":"_0Mfs-Y","root":"XT0NhN","size-24":"o-F-fA","size-30":"M8q4x2","size-36":"e9E5Kq","size-42":"aGHrVX","size-48":"nS3v2e","mode-form":"ehhxR2","mode-cell":"QBXWM9","uuiTypography":"GOm-LK","heroHeader":"_5P7o6f","promoHeader":"P3cPnw","uuiCritical":"TpMRbv","uuiInfo":"Q20KZM","uuiSuccess":"sZ4zPe","uuiWarning":"IGdYCA","uuiHighlight":"upBDEG","uuiTypographySize12":"gytA68","uuiTypographySize14":"yamlQP","uuiTypographySize16":"_0Mfs-Y","size24":"o-F-fA","size30":"M8q4x2","size36":"e9E5Kq","size42":"aGHrVX","size48":"nS3v2e","modeForm":"ehhxR2","modeCell":"QBXWM9"};
|
|
755
755
|
|
|
756
756
|
const DEFAULT_SIZE$2 = '36';
|
|
757
757
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
@@ -783,7 +783,7 @@ const NumericInput = uuiCore.withMods(uuiComponents.NumericInput, applyNumericIn
|
|
|
783
783
|
};
|
|
784
784
|
});
|
|
785
785
|
|
|
786
|
-
var css$1a = {"uui-typography":"
|
|
786
|
+
var css$1a = {"uui-typography":"HUaLFR","hero-header":"-Pds8G","promo-header":"_1PAYCR","uui-critical":"-JlG5L","uui-info":"Dd0WGU","uui-success":"raEuxM","uui-warning":"-tAdjQ","uui-highlight":"OwHZrT","uui-typography-size-12":"mVwEqc","uui-typography-size-14":"MRQ1-q","uui-typography-size-16":"_2RXaYS","root":"C2DQEY","mode-form":"_8hI16P","mode-cell":"Ofm3XG","mode-inline":"-fG2PA","size-24":"KbeJR2","size-30":"FSfLfk","size-36":"F03j6G","size-42":"_8qA5G2","size-48":"ZenbsC","uuiTypography":"HUaLFR","heroHeader":"-Pds8G","promoHeader":"_1PAYCR","uuiCritical":"-JlG5L","uuiInfo":"Dd0WGU","uuiSuccess":"raEuxM","uuiWarning":"-tAdjQ","uuiHighlight":"OwHZrT","uuiTypographySize12":"mVwEqc","uuiTypographySize14":"MRQ1-q","uuiTypographySize16":"_2RXaYS","modeForm":"_8hI16P","modeCell":"Ofm3XG","modeInline":"-fG2PA","size24":"KbeJR2","size30":"FSfLfk","size36":"F03j6G","size42":"_8qA5G2","size48":"ZenbsC"};
|
|
787
787
|
|
|
788
788
|
const DEFAULT_SIZE$1 = '36';
|
|
789
789
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
@@ -870,7 +870,7 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
|
870
870
|
};
|
|
871
871
|
var ForwardRef$t = /*#__PURE__*/React.forwardRef(SvgNotificationHelpFill);
|
|
872
872
|
|
|
873
|
-
var css$19 = {"uui-typography":"
|
|
873
|
+
var css$19 = {"uui-typography":"C3K5ZF","hero-header":"prD1r5","promo-header":"aRvADe","uui-critical":"UL1-d2","uui-info":"EacTGG","uui-success":"ZwXNat","uui-warning":"xX4bUm","uui-highlight":"rrLM-T","uui-typography-size-12":"BeKw7i","uui-typography-size-14":"BBc9hD","uui-typography-size-16":"aCKodH","root":"-bSh-1","icon-wrapper":"_0oyLKG","alert-wrapper":"JUIWQV","size-48":"JC2jKY","size-36":"ePGWA6","action-wrapper":"PB6F-v","action-icon":"-x8yXG","action-link":"IqsyBE","close-icon":"_9uSLmv","main-path":"iXvRRC","content":"hCV9sB","uuiTypography":"C3K5ZF","heroHeader":"prD1r5","promoHeader":"aRvADe","uuiCritical":"UL1-d2","uuiInfo":"EacTGG","uuiSuccess":"ZwXNat","uuiWarning":"xX4bUm","uuiHighlight":"rrLM-T","uuiTypographySize12":"BeKw7i","uuiTypographySize14":"BBc9hD","uuiTypographySize16":"aCKodH","iconWrapper":"_0oyLKG","alertWrapper":"JUIWQV","size48":"JC2jKY","size36":"ePGWA6","actionWrapper":"PB6F-v","actionIcon":"-x8yXG","actionLink":"IqsyBE","closeIcon":"_9uSLmv","mainPath":"iXvRRC"};
|
|
874
874
|
|
|
875
875
|
const Alert = React__namespace.forwardRef((props, ref) => (React__namespace.createElement("div", Object.assign({ role: "alert", ref: ref, className: cx__default.default('uui-alert', css$19.root, css$19.alertWrapper, props.color && `uui-color-${props.color}`, props.cx, (props.size === '36' ? css$19.size36 : css$19.size48)) }, props.rawProps),
|
|
876
876
|
React__namespace.createElement("div", { className: css$19.mainPath },
|
|
@@ -887,7 +887,7 @@ const ErrorAlert = React__namespace.forwardRef((props, ref) => React__namespace.
|
|
|
887
887
|
|
|
888
888
|
const Dropdown = uuiCore.withMods(uuiComponents.Dropdown);
|
|
889
889
|
|
|
890
|
-
var css$18 = {"root":"
|
|
890
|
+
var css$18 = {"root":"XSFjmi"};
|
|
891
891
|
|
|
892
892
|
function applyDropdownContainerMods(mods) {
|
|
893
893
|
return [
|
|
@@ -898,7 +898,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
898
898
|
}
|
|
899
899
|
const DropdownContainer = uuiCore.withMods(uuiComponents__namespace.DropdownContainer, applyDropdownContainerMods);
|
|
900
900
|
|
|
901
|
-
var css$17 = {"uui-typography":"
|
|
901
|
+
var css$17 = {"uui-typography":"v7eCcw","hero-header":"xv5FFv","promo-header":"P03DMH","uui-critical":"E-DCuG","uui-info":"_2Rn1Nq","uui-success":"U1NzAx","uui-warning":"_1gfwNg","uui-highlight":"o1a-K8","uui-typography-size-12":"OAaXur","uui-typography-size-14":"DYvpXr","uui-typography-size-16":"_5MnQX9","root":"vim75w","body-root":"kAP5O5","submenu-root-item":"FtoQU8","icon-after":"locdB9","icon-check":"B8nx6k","splitter-root":"WCuO-l","splitter":"OWy29q","header-root":"fKM8bt","item-root":"W5vDJm","icon":"ejHbc5","link":"CVbo-l","indent":"GtLmW-","uuiTypography":"v7eCcw","heroHeader":"xv5FFv","promoHeader":"P03DMH","uuiCritical":"E-DCuG","uuiInfo":"_2Rn1Nq","uuiSuccess":"U1NzAx","uuiWarning":"_1gfwNg","uuiHighlight":"o1a-K8","uuiTypographySize12":"OAaXur","uuiTypographySize14":"DYvpXr","uuiTypographySize16":"_5MnQX9","bodyRoot":"kAP5O5","submenuRootItem":"FtoQU8","iconAfter":"locdB9","iconCheck":"B8nx6k","splitterRoot":"WCuO-l","headerRoot":"fKM8bt","itemRoot":"W5vDJm"};
|
|
902
902
|
|
|
903
903
|
exports.IDropdownControlKeys = void 0;
|
|
904
904
|
(function (IDropdownControlKeys) {
|
|
@@ -1026,7 +1026,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1026
1026
|
React__namespace.default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1027
1027
|
}
|
|
1028
1028
|
|
|
1029
|
-
var css$16 = {"uui-typography":"
|
|
1029
|
+
var css$16 = {"uui-typography":"OtfNd3","hero-header":"oLy-LG","promo-header":"nYIhyi","uui-critical":"_5n2aKW","uui-info":"ooS0co","uui-success":"Ly4gGg","uui-warning":"_9LIEVY","uui-highlight":"EAnRoI","uui-typography-size-12":"bKv7w-","uui-typography-size-14":"m3LW79","uui-typography-size-16":"SYXMPT","root":"BtEQKf","mode-block":"FmARDa","mode-inline":"Dn0dgs","padding-0":"_3aMVqH","padding-6":"Ktx9ga","padding-12":"MCfskU","padding-18":"IlbU-M","uuiTypography":"OtfNd3","heroHeader":"oLy-LG","promoHeader":"nYIhyi","uuiCritical":"_5n2aKW","uuiInfo":"ooS0co","uuiSuccess":"Ly4gGg","uuiWarning":"_9LIEVY","uuiHighlight":"EAnRoI","uuiTypographySize12":"bKv7w-","uuiTypographySize14":"m3LW79","uuiTypographySize16":"SYXMPT","modeBlock":"FmARDa","modeInline":"Dn0dgs","padding0":"_3aMVqH","padding6":"Ktx9ga","padding12":"MCfskU","padding18":"IlbU-M"};
|
|
1030
1030
|
|
|
1031
1031
|
const getMode = (mode) => {
|
|
1032
1032
|
return mode || 'block';
|
|
@@ -1042,7 +1042,7 @@ const Accordion = uuiCore.withMods(uuiComponents__namespace.Accordion, applyAcco
|
|
|
1042
1042
|
dropdownIcon: mods.dropdownIcon !== null && systemIcons.foldingArrow,
|
|
1043
1043
|
}));
|
|
1044
1044
|
|
|
1045
|
-
var css$15 = {"uui-typography":"
|
|
1045
|
+
var css$15 = {"uui-typography":"fQC09M","hero-header":"_1aLOKp","promo-header":"oO2vW0","uui-critical":"t0hPmE","uui-info":"edmxef","uui-success":"U6RXDI","uui-warning":"MdVzOo","uui-highlight":"gq7U1V","uui-typography-size-12":"ZQFk2x","uui-typography-size-14":"NoLL6a","uui-typography-size-16":"_2kacYJ","root":"gF0pwC","border-top":"iUXEoF","border-bottom":"huEeFA","top-shadow":"y2hjvw","size-24":"SR-fca","size-30":"-UES5i","size-36":"loyLep","size-42":"kje9ih","size-48":"h9b4H5","padding-6":"CzX5D7","padding-12":"lAq6bc","padding-18":"V0-GHC","padding-24":"UKQnD5","margin-24":"FWDuEZ","margin-12":"uOAnJ4","vPadding-12":"wxDD8W","vPadding-18":"wfy928","vPadding-24":"_35xDbj","vPadding-36":"_5cEPqf","vPadding-48":"n00O-H","spacing-6":"_9Tc-Ea","spacing-12":"OgfS0-","spacing-18":"-Aj5cu","uui-surface-main":"QLHh0f","uuiTypography":"fQC09M","heroHeader":"_1aLOKp","promoHeader":"oO2vW0","uuiCritical":"t0hPmE","uuiInfo":"edmxef","uuiSuccess":"U6RXDI","uuiWarning":"MdVzOo","uuiHighlight":"gq7U1V","uuiTypographySize12":"ZQFk2x","uuiTypographySize14":"NoLL6a","uuiTypographySize16":"_2kacYJ","borderTop":"iUXEoF","borderBottom":"huEeFA","topShadow":"y2hjvw","size24":"SR-fca","size30":"-UES5i","size36":"loyLep","size42":"kje9ih","size48":"h9b4H5","padding6":"CzX5D7","padding12":"lAq6bc","padding18":"V0-GHC","padding24":"UKQnD5","margin24":"FWDuEZ","margin12":"uOAnJ4","vPadding12":"wxDD8W","vPadding18":"wfy928","vPadding24":"_35xDbj","vPadding36":"_5cEPqf","vPadding48":"n00O-H","spacing6":"_9Tc-Ea","spacing12":"OgfS0-","spacing18":"-Aj5cu","uuiSurfaceMain":"QLHh0f"};
|
|
1046
1046
|
|
|
1047
1047
|
const FlexCell = uuiCore.withMods(uuiComponents.FlexCell, () => [css$15.flexCell]);
|
|
1048
1048
|
|
|
@@ -1066,7 +1066,7 @@ const FlexRow = uuiCore.withMods(uuiComponents.FlexRow, (props) => {
|
|
|
1066
1066
|
];
|
|
1067
1067
|
});
|
|
1068
1068
|
|
|
1069
|
-
var css$14 = {"root":"
|
|
1069
|
+
var css$14 = {"root":"l6bSKZ","margin-24":"_7pqMG-","padding-12":"i7piwj","padding-24":"q9lUTu","shadow":"vCRjp5","uui-surface-main":"hBX2kg","margin24":"_7pqMG-","padding12":"i7piwj","padding24":"q9lUTu","uuiSurfaceMain":"hBX2kg"};
|
|
1070
1070
|
|
|
1071
1071
|
const Panel = uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
1072
1072
|
'uui-panel',
|
|
@@ -1076,7 +1076,7 @@ const Panel = uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
|
1076
1076
|
props.background && css$14[`uui-${props.background}`],
|
|
1077
1077
|
]);
|
|
1078
1078
|
|
|
1079
|
-
var css$13 = {"root":"
|
|
1079
|
+
var css$13 = {"root":"_3sjAMx"};
|
|
1080
1080
|
|
|
1081
1081
|
function applyTooltipMods(mods) {
|
|
1082
1082
|
return [
|
|
@@ -1101,7 +1101,7 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
|
1101
1101
|
};
|
|
1102
1102
|
var ForwardRef$s = /*#__PURE__*/React.forwardRef(SvgNotificationInfoFill);
|
|
1103
1103
|
|
|
1104
|
-
var css$12 = {"uui-typography":"
|
|
1104
|
+
var css$12 = {"uui-typography":"mYwIQF","hero-header":"RTrnfP","promo-header":"B1n9si","uui-critical":"qSlIUp","uui-info":"v9il2P","uui-success":"VnClSK","uui-warning":"JQoJx2","uui-highlight":"rnBGu1","uui-typography-size-12":"VOEF4V","uui-typography-size-14":"MQvptB","uui-typography-size-16":"Z-Ezgf","root":"F2Wxde","size-24":"_7MRmjo","size-30":"N1LebD","size-36":"AWsHWf","size-42":"uJskRs","size-48":"tjhTE-","uuiTypography":"mYwIQF","heroHeader":"RTrnfP","promoHeader":"B1n9si","uuiCritical":"qSlIUp","uuiInfo":"v9il2P","uuiSuccess":"VnClSK","uuiWarning":"JQoJx2","uuiHighlight":"rnBGu1","uuiTypographySize12":"VOEF4V","uuiTypographySize14":"MQvptB","uuiTypographySize16":"Z-Ezgf","size24":"_7MRmjo","size30":"N1LebD","size36":"AWsHWf","size42":"uJskRs","size48":"tjhTE-"};
|
|
1105
1105
|
|
|
1106
1106
|
const DEFAULT_SIZE = '36';
|
|
1107
1107
|
function applyLabeledInputMods(mods) {
|
|
@@ -1112,7 +1112,7 @@ const LabeledInput = uuiCore.withMods(uuiComponents__namespace.LabeledInput, app
|
|
|
1112
1112
|
infoIcon: props.infoIcon || (['24', '30'].includes(props.size) ? ForwardRef$s : ForwardRef$K),
|
|
1113
1113
|
}));
|
|
1114
1114
|
|
|
1115
|
-
var css$11 = {"root":"
|
|
1115
|
+
var css$11 = {"root":"wiWopl"};
|
|
1116
1116
|
|
|
1117
1117
|
function RadioGroup(props) {
|
|
1118
1118
|
const direction = props.direction || 'vertical';
|
|
@@ -1127,7 +1127,7 @@ function RadioGroup(props) {
|
|
|
1127
1127
|
})));
|
|
1128
1128
|
}
|
|
1129
1129
|
|
|
1130
|
-
var css$10 = {"root":"
|
|
1130
|
+
var css$10 = {"root":"iwew17"};
|
|
1131
1131
|
|
|
1132
1132
|
function applyScrollBarsMods() {
|
|
1133
1133
|
return [
|
|
@@ -1136,9 +1136,9 @@ function applyScrollBarsMods() {
|
|
|
1136
1136
|
}
|
|
1137
1137
|
const ScrollBars = uuiCore.withMods(uuiComponents.ScrollBars, applyScrollBarsMods);
|
|
1138
1138
|
|
|
1139
|
-
var css$$ = {"scroll-container":"
|
|
1139
|
+
var css$$ = {"scroll-container":"FzXMfx","list-container":"tPX173","scrollContainer":"FzXMfx","listContainer":"tPX173"};
|
|
1140
1140
|
|
|
1141
|
-
var css$_ = {"root":"
|
|
1141
|
+
var css$_ = {"root":"Fr9x1c"};
|
|
1142
1142
|
|
|
1143
1143
|
const Blocker = uuiCore.withMods(uuiComponents.Blocker, () => [css$_.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__namespace.default.createElement(Spinner, null)) }));
|
|
1144
1144
|
|
|
@@ -1180,7 +1180,7 @@ const VirtualListView = React__namespace.forwardRef((props, ref) => {
|
|
|
1180
1180
|
});
|
|
1181
1181
|
VirtualList.displayName = 'VirtualList';
|
|
1182
1182
|
|
|
1183
|
-
var css$Z = {"root":"
|
|
1183
|
+
var css$Z = {"root":"DtciQY"};
|
|
1184
1184
|
|
|
1185
1185
|
function CheckboxGroup(props) {
|
|
1186
1186
|
const currentValue = props.value || [];
|
|
@@ -1297,6 +1297,7 @@ const i18n = Object.assign(Object.assign({}, uuiCore.i18n), { dataPickerBody: {
|
|
|
1297
1297
|
labelEnd: 'your local files',
|
|
1298
1298
|
}, fileCard: {
|
|
1299
1299
|
fileSizeProgress: ' of ',
|
|
1300
|
+
failedUploadErrorMessage: 'Upload failed',
|
|
1300
1301
|
}, errorHandler: {
|
|
1301
1302
|
errorPageConfig: {
|
|
1302
1303
|
notFound: {
|
|
@@ -1340,7 +1341,7 @@ const i18n = Object.assign(Object.assign({}, uuiCore.i18n), { dataPickerBody: {
|
|
|
1340
1341
|
},
|
|
1341
1342
|
} });
|
|
1342
1343
|
|
|
1343
|
-
var css$Y = {"uui-typography":"
|
|
1344
|
+
var css$Y = {"uui-typography":"cTKmhN","hero-header":"_2vJSam","promo-header":"_2SUmcQ","uui-critical":"xtRa-Z","uui-info":"lR8iUf","uui-success":"_9TpBuL","uui-warning":"rpNLel","uui-highlight":"_7IhGk0","uui-typography-size-12":"hyNWjX","uui-typography-size-14":"C4SKc-","uui-typography-size-16":"mu1k7g","body":"A-LO3r","modal":"XQ1oX9","search-wrapper":"Gtv4e2","checkbox":"h1Ncs2","no-found-size-24":"YY3yhH","no-found-size-30":"v97hNf","no-found-size-36":"_4v9W6N","no-found-size-42":"yYytlK","uuiTypography":"cTKmhN","heroHeader":"_2vJSam","promoHeader":"_2SUmcQ","uuiCritical":"xtRa-Z","uuiInfo":"lR8iUf","uuiSuccess":"_9TpBuL","uuiWarning":"rpNLel","uuiHighlight":"_7IhGk0","uuiTypographySize12":"hyNWjX","uuiTypographySize14":"C4SKc-","uuiTypographySize16":"mu1k7g","searchWrapper":"Gtv4e2","noFoundSize24":"YY3yhH","noFoundSize30":"v97hNf","noFoundSize36":"_4v9W6N","noFoundSize42":"yYytlK"};
|
|
1344
1345
|
|
|
1345
1346
|
class DataPickerBody extends uuiComponents.PickerBodyBase {
|
|
1346
1347
|
constructor() {
|
|
@@ -1397,49 +1398,32 @@ function DataPickerFooterImpl(props) {
|
|
|
1397
1398
|
}
|
|
1398
1399
|
const DataPickerFooter = React__namespace.default.memo(DataPickerFooterImpl);
|
|
1399
1400
|
|
|
1400
|
-
var css$X = {"header":"
|
|
1401
|
-
|
|
1402
|
-
var _path$r;
|
|
1403
|
-
function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
|
|
1404
|
-
var SvgActionDeleteForeverFill = function SvgActionDeleteForeverFill(props, ref) {
|
|
1405
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$r({
|
|
1406
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1407
|
-
width: 24,
|
|
1408
|
-
height: 24,
|
|
1409
|
-
viewBox: "0 0 24 24",
|
|
1410
|
-
ref: ref
|
|
1411
|
-
}, props), _path$r || (_path$r = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1412
|
-
fillRule: "evenodd",
|
|
1413
|
-
d: "M7 21c-1.1 0-2-.9-2-2V8h14v11c0 1.1-.9 2-2 2H7zm8-17h5v2H4V4h5V3h6v1zM9.4 18.5l2.6-2.6 2.6 2.6 1.4-1.4-2.6-2.6 2.6-2.6-1.4-1.4-2.6 2.6-2.6-2.6L8 11.9l2.6 2.6L8 17.1l1.4 1.4z",
|
|
1414
|
-
clipRule: "evenodd"
|
|
1415
|
-
})));
|
|
1416
|
-
};
|
|
1417
|
-
var ForwardRef$r = /*#__PURE__*/React.forwardRef(SvgActionDeleteForeverFill);
|
|
1401
|
+
var css$X = {"header":"_3PNUMH","close":"Wy4-DL"};
|
|
1418
1402
|
|
|
1419
1403
|
const DataPickerHeaderImpl = (props) => {
|
|
1420
1404
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
1421
1405
|
return (React__namespace.default.createElement(FlexRow, { alignItems: "center", borderBottom: true, cx: css$X.header },
|
|
1422
1406
|
React__namespace.default.createElement(Text, { size: "48", fontWeight: "600" }, title),
|
|
1423
|
-
React__namespace.default.createElement(IconButton, { icon: ForwardRef$
|
|
1407
|
+
React__namespace.default.createElement(IconButton, { icon: ForwardRef$P, onClick: () => { var _a; return (_a = props.close) === null || _a === void 0 ? void 0 : _a.call(props); }, cx: css$X.close })));
|
|
1424
1408
|
};
|
|
1425
1409
|
const DataPickerHeader = React__namespace.default.memo(DataPickerHeaderImpl);
|
|
1426
1410
|
|
|
1427
|
-
var _path$
|
|
1428
|
-
function _extends$
|
|
1411
|
+
var _path$r;
|
|
1412
|
+
function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
|
|
1429
1413
|
var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
1430
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1414
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$r({
|
|
1431
1415
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1432
1416
|
width: 24,
|
|
1433
1417
|
height: 24,
|
|
1434
1418
|
viewBox: "0 0 24 24",
|
|
1435
1419
|
ref: ref
|
|
1436
|
-
}, props), _path$
|
|
1420
|
+
}, props), _path$r || (_path$r = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1437
1421
|
d: "m2 12 3.077-3.2 4.615 4.8L18.923 4 22 7.2 9.692 20 2 12z"
|
|
1438
1422
|
})));
|
|
1439
1423
|
};
|
|
1440
|
-
var ForwardRef$
|
|
1424
|
+
var ForwardRef$r = /*#__PURE__*/React.forwardRef(SvgNotificationDoneFill);
|
|
1441
1425
|
|
|
1442
|
-
var css$W = {"uui-typography":"
|
|
1426
|
+
var css$W = {"uui-typography":"rdX-vq","hero-header":"_7wNYp-","promo-header":"xhYyTx","uui-critical":"tU-gg5","uui-info":"uQZcff","uui-success":"SpRTPy","uui-warning":"nlh9yE","uui-highlight":"H75OAl","uui-typography-size-12":"WGH--c","uui-typography-size-14":"W4XDZZ","uui-typography-size-16":"H7VVf0","cell":"dNw8pz","align-widgets-top":"F63WUR","size-24":"KKhVIk","size-30":"Ui1jAD","size-36":"n3Jeej","size-42":"tcXs6t","size-48":"XsBRsF","size-60":"_0APDfX","align-widgets-center":"Nty9iR","icon-wrapper":"O6nHdA","padding-12":"rtlz-e","padding-24":"L8cmU9","padding-left-12":"VViQwv","padding-left-24":"-M-pZs","icon-container":"yXRIFo","loading-cell":"_7VR30S","content-wrapper":"jFdF-W","render-item":"ZCBwoK","icon-default":"ORn2ZC","icon-primary":"_50W1vg","uuiTypography":"rdX-vq","heroHeader":"_7wNYp-","promoHeader":"xhYyTx","uuiCritical":"tU-gg5","uuiInfo":"uQZcff","uuiSuccess":"SpRTPy","uuiWarning":"nlh9yE","uuiHighlight":"H75OAl","uuiTypographySize12":"WGH--c","uuiTypographySize14":"W4XDZZ","uuiTypographySize16":"H7VVf0","alignWidgetsTop":"F63WUR","size24":"KKhVIk","size30":"Ui1jAD","size36":"n3Jeej","size42":"tcXs6t","size48":"XsBRsF","size60":"_0APDfX","alignWidgetsCenter":"Nty9iR","iconWrapper":"O6nHdA","padding12":"rtlz-e","padding24":"L8cmU9","paddingLeft12":"VViQwv","paddingLeft24":"-M-pZs","iconContainer":"yXRIFo","loadingCell":"_7VR30S","contentWrapper":"jFdF-W","renderItem":"ZCBwoK","iconDefault":"ORn2ZC","iconPrimary":"_50W1vg"};
|
|
1443
1427
|
|
|
1444
1428
|
function DataPickerCell(props) {
|
|
1445
1429
|
const ref = React__namespace.useRef();
|
|
@@ -1458,7 +1442,7 @@ function DataPickerCell(props) {
|
|
|
1458
1442
|
props.renderItem(props.rowProps.value, props.rowProps),
|
|
1459
1443
|
React__namespace.createElement(uuiComponents.FlexSpacer, null),
|
|
1460
1444
|
(props.rowProps.isChildrenSelected || props.rowProps.isSelected) && (React__namespace.createElement("div", { className: uuiCore.cx(css$W.iconWrapper, uuiCore.uuiMod.selected) },
|
|
1461
|
-
React__namespace.createElement(uuiComponents.IconContainer, { icon: props.size === '24' ? ForwardRef$
|
|
1445
|
+
React__namespace.createElement(uuiComponents.IconContainer, { icon: props.size === '24' ? ForwardRef$r : ForwardRef$N, cx: props.rowProps.isChildrenSelected ? css$W.iconDefault : css$W.iconPrimary, rawProps: { 'aria-label': props.rowProps.isChildrenSelected
|
|
1462
1446
|
? 'Child is selected'
|
|
1463
1447
|
: 'Selected' } })))));
|
|
1464
1448
|
}
|
|
@@ -1476,7 +1460,7 @@ function DataPickerCell(props) {
|
|
|
1476
1460
|
getWrappedContent()));
|
|
1477
1461
|
}
|
|
1478
1462
|
|
|
1479
|
-
var css$V = {"uui-typography":"
|
|
1463
|
+
var css$V = {"uui-typography":"cX6bF3","hero-header":"CTC27W","promo-header":"II2YyI","uui-critical":"vImrJ1","uui-info":"_7tyrsd","uui-success":"I9vHhS","uui-warning":"bWZpp5","uui-highlight":"_2XeIgt","uui-typography-size-12":"WyyBE3","uui-typography-size-14":"UsfoQt","uui-typography-size-16":"t2Z8zW","picker-row":"_-2mpmL","uuiTypography":"cX6bF3","heroHeader":"CTC27W","promoHeader":"II2YyI","uuiCritical":"vImrJ1","uuiInfo":"_7tyrsd","uuiSuccess":"I9vHhS","uuiWarning":"bWZpp5","uuiHighlight":"_2XeIgt","uuiTypographySize12":"WyyBE3","uuiTypographySize14":"UsfoQt","uuiTypographySize16":"t2Z8zW","pickerRow":"_-2mpmL"};
|
|
1480
1464
|
|
|
1481
1465
|
class DataPickerRow extends React__namespace.Component {
|
|
1482
1466
|
constructor() {
|
|
@@ -1490,7 +1474,7 @@ class DataPickerRow extends React__namespace.Component {
|
|
|
1490
1474
|
}
|
|
1491
1475
|
}
|
|
1492
1476
|
|
|
1493
|
-
var css$U = {"uui-typography":"
|
|
1477
|
+
var css$U = {"uui-typography":"RZmM3s","hero-header":"_0ewHZE","promo-header":"_0HS-9t","uui-critical":"dyDPox","uui-info":"rhQsiw","uui-success":"_7GubeO","uui-warning":"bpmUTD","uui-highlight":"tFFgGb","uui-typography-size-12":"EMfJaH","uui-typography-size-14":"rL9E-D","uui-typography-size-16":"-TrZGr","done":"cOdkD0","container":"ZOQIXF","uuiTypography":"RZmM3s","heroHeader":"_0ewHZE","promoHeader":"_0HS-9t","uuiCritical":"dyDPox","uuiInfo":"rhQsiw","uuiSuccess":"_7GubeO","uuiWarning":"bpmUTD","uuiHighlight":"tFFgGb","uuiTypographySize12":"EMfJaH","uuiTypographySize14":"rL9E-D","uuiTypographySize16":"-TrZGr"};
|
|
1494
1478
|
|
|
1495
1479
|
const MobileDropdownWrapper = (props) => {
|
|
1496
1480
|
const isMobileView = uuiCore.isMobile();
|
|
@@ -1502,17 +1486,17 @@ const MobileDropdownWrapper = (props) => {
|
|
|
1502
1486
|
isMobileView && React__namespace.default.createElement(LinkButton, { caption: i18n.pickerInput.doneButton, onClick: () => { var _a; return (_a = props.onClose) === null || _a === void 0 ? void 0 : _a.call(props); }, cx: css$U.done, size: "48" })));
|
|
1503
1487
|
};
|
|
1504
1488
|
|
|
1505
|
-
var _path$
|
|
1506
|
-
function _extends$
|
|
1489
|
+
var _path$q, _path2$4;
|
|
1490
|
+
function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$q.apply(this, arguments); }
|
|
1507
1491
|
var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
1508
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1492
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$q({
|
|
1509
1493
|
width: 66,
|
|
1510
1494
|
height: 67,
|
|
1511
1495
|
viewBox: "0 0 66 67",
|
|
1512
1496
|
fill: "none",
|
|
1513
1497
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1514
1498
|
ref: ref
|
|
1515
|
-
}, props), _path$
|
|
1499
|
+
}, props), _path$q || (_path$q = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1516
1500
|
d: "M0 33.5C0 15.275 14.775.5 33 .5s33 14.775 33 33-14.775 33-33 33-33-14.775-33-33Z",
|
|
1517
1501
|
fill: "#EBEDF5"
|
|
1518
1502
|
})), _path2$4 || (_path2$4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -1522,11 +1506,11 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
1522
1506
|
fill: "#6C6F80"
|
|
1523
1507
|
})));
|
|
1524
1508
|
};
|
|
1525
|
-
var ForwardRef$
|
|
1509
|
+
var ForwardRef$q = /*#__PURE__*/React.forwardRef(SvgSearchWithBackground);
|
|
1526
1510
|
|
|
1527
|
-
var css$T = {"uui-typography":"
|
|
1511
|
+
var css$T = {"uui-typography":"_6eaabT","hero-header":"qcmgJn","promo-header":"mJ12j-","uui-critical":"m2n0-f","uui-info":"pBJj-z","uui-success":"XXYYTl","uui-warning":"gTPs5w","uui-highlight":"TyOnNh","uui-typography-size-12":"JkS4wA","uui-typography-size-14":"dAKJFz","uui-typography-size-16":"Zljvd9","sub-header-wrapper":"FvbtUJ","switch":"GAzn2k","no-found-modal-container":"_7QGnty","no-found-modal-container-icon":"_5b4a45","no-found-modal-container-text":"dCgVFD","uuiTypography":"_6eaabT","heroHeader":"qcmgJn","promoHeader":"mJ12j-","uuiCritical":"m2n0-f","uuiInfo":"pBJj-z","uuiSuccess":"XXYYTl","uuiWarning":"gTPs5w","uuiHighlight":"TyOnNh","uuiTypographySize12":"JkS4wA","uuiTypographySize14":"dAKJFz","uuiTypographySize16":"Zljvd9","subHeaderWrapper":"FvbtUJ","$switch$":"GAzn2k","noFoundModalContainer":"_7QGnty","noFoundModalContainerIcon":"_5b4a45","noFoundModalContainerText":"dCgVFD"};
|
|
1528
1512
|
|
|
1529
|
-
var css$S = {"root":"
|
|
1513
|
+
var css$S = {"root":"XBtcdZ","multiline":"Mrl9o3","vertical-padding-24":"AaPDsB","vertical-padding-30":"dFt26M","vertical-padding-36":"j7uqzu","vertical-padding-42":"l-1gv0","vertical-padding-48":"pZyCO2","text":"fympCH","verticalPadding24":"AaPDsB","verticalPadding30":"dFt26M","verticalPadding36":"j7uqzu","verticalPadding42":"l-1gv0","verticalPadding48":"pZyCO2"};
|
|
1530
1514
|
|
|
1531
1515
|
const mergeHighlightRanges = (ranges) => {
|
|
1532
1516
|
const mergedRanges = [];
|
|
@@ -1647,11 +1631,11 @@ function PickerModal(props) {
|
|
|
1647
1631
|
view.selectAll && (React__namespace.default.createElement(LinkButton, { caption: hasSelection ? i18n.pickerModal.clearAllButton : i18n.pickerModal.selectAllButton, onClick: hasSelection ? () => clearSelection() : () => view.selectAll.onValueChange(true), isDisabled: isEmptyRowsAndHasNoSelection })),
|
|
1648
1632
|
React__namespace.default.createElement(uuiComponents.FlexSpacer, null),
|
|
1649
1633
|
React__namespace.default.createElement(Button, { fill: "outline", color: "secondary", caption: i18n.pickerModal.cancelButton, onClick: () => props.abort() }),
|
|
1650
|
-
React__namespace.default.createElement(Button, { color: "
|
|
1634
|
+
React__namespace.default.createElement(Button, { color: "primary", caption: i18n.pickerModal.selectButton, onClick: () => props.success(selection) })));
|
|
1651
1635
|
};
|
|
1652
1636
|
const renderNotFound = () => {
|
|
1653
1637
|
return props.renderNotFound ? (props.renderNotFound({ search: dataSourceState.search, onClose: () => props.success(null) })) : (React__namespace.default.createElement("div", { className: css$T.noFoundModalContainer },
|
|
1654
|
-
React__namespace.default.createElement(uuiComponents.IconContainer, { cx: css$T.noFoundModalContainerIcon, icon: ForwardRef$
|
|
1638
|
+
React__namespace.default.createElement(uuiComponents.IconContainer, { cx: css$T.noFoundModalContainerIcon, icon: ForwardRef$q }),
|
|
1655
1639
|
React__namespace.default.createElement(Text, { cx: css$T.noFoundModalContainerText, fontWeight: "600", fontSize: "16", lineHeight: "24", color: "primary", size: "36" }, i18n.dataPickerBody.noRecordsMessage),
|
|
1656
1640
|
React__namespace.default.createElement(Text, { cx: css$T.noFoundModalContainerText, fontSize: "12", lineHeight: "18", color: "primary", size: "36" }, i18n.dataPickerBody.noRecordsSubTitle)));
|
|
1657
1641
|
};
|
|
@@ -1678,7 +1662,7 @@ function PickerModal(props) {
|
|
|
1678
1662
|
const MAX_ITEMS = 100;
|
|
1679
1663
|
const getMaxItems = (maxItems) => maxItems || maxItems === 0 ? maxItems : MAX_ITEMS;
|
|
1680
1664
|
|
|
1681
|
-
var css$R = {"uui-typography":"
|
|
1665
|
+
var css$R = {"uui-typography":"H-6pG2","hero-header":"_3olnMR","promo-header":"Km4plw","uui-critical":"jW1Cuw","uui-info":"aFA1nP","uui-success":"uj3vjl","uui-warning":"A4sF3H","uui-highlight":"pLwZWH","uui-typography-size-12":"cPgkHQ","uui-typography-size-14":"G-t28B","uui-typography-size-16":"bHwSoN","root":"Forecz","mode-form":"IxrtIo","mode-cell":"_0yWvh9","mode-inline":"-dGm3E","size-24":"X0i9j-","size-30":"_3ukXko","size-36":"_5t4Oft","size-42":"VbznX-","size-48":"UITDCG","uuiTypography":"H-6pG2","heroHeader":"_3olnMR","promoHeader":"Km4plw","uuiCritical":"jW1Cuw","uuiInfo":"aFA1nP","uuiSuccess":"uj3vjl","uuiWarning":"A4sF3H","uuiHighlight":"pLwZWH","uuiTypographySize12":"cPgkHQ","uuiTypographySize14":"G-t28B","uuiTypographySize16":"bHwSoN","modeForm":"IxrtIo","modeCell":"_0yWvh9","modeInline":"-dGm3E","size24":"X0i9j-","size30":"_3ukXko","size36":"_5t4Oft","size42":"VbznX-","size48":"UITDCG"};
|
|
1682
1666
|
|
|
1683
1667
|
const defaultSize$1 = '36';
|
|
1684
1668
|
const defaultMode$1 = EditMode.FORM;
|
|
@@ -1797,7 +1781,7 @@ function PickerInputComponent(_a, ref) {
|
|
|
1797
1781
|
}
|
|
1798
1782
|
const PickerInput = React__namespace.default.forwardRef(PickerInputComponent);
|
|
1799
1783
|
|
|
1800
|
-
var css$Q = {"row":"
|
|
1784
|
+
var css$Q = {"row":"v5pWAK"};
|
|
1801
1785
|
|
|
1802
1786
|
function PickerListItem(props) {
|
|
1803
1787
|
var _a;
|
|
@@ -1818,7 +1802,7 @@ function PickerListItem(props) {
|
|
|
1818
1802
|
return (React__namespace.default.createElement("div", Object.assign({ role: "option", "aria-selected": props.isSelectable ? props.isSelected : undefined, "aria-busy": props.isLoading, "aria-posinset": props.index + 1 }, (((_a = props.checkbox) === null || _a === void 0 ? void 0 : _a.isVisible) && { 'aria-checked': props.isChecked }), { className: css$Q.row }), component));
|
|
1819
1803
|
}
|
|
1820
1804
|
|
|
1821
|
-
var css$P = {"root":"
|
|
1805
|
+
var css$P = {"root":"TJ-e2N"};
|
|
1822
1806
|
|
|
1823
1807
|
function PickerList(props) {
|
|
1824
1808
|
const { context, view, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = uuiComponents.usePickerList(props);
|
|
@@ -1858,7 +1842,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
1858
1842
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
1859
1843
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
1860
1844
|
|
|
1861
|
-
var css$O = {"uui-typography":"
|
|
1845
|
+
var css$O = {"uui-typography":"LXMv39","hero-header":"_5uepNf","promo-header":"_4BnLkL","uui-critical":"wc470z","uui-info":"Vrielb","uui-success":"S5fnFP","uui-warning":"rqI65G","uui-highlight":"YazPFa","uui-typography-size-12":"OpJA7Z","uui-typography-size-14":"_4I1fUj","uui-typography-size-16":"ZIIzG4","root":"TYm9et","title-wrapper":"W-65cB","title":"s2i3i5","text-wrapper":"tsz8Z2","selection":"_5--Kzu","postfix":"viZUbW","selected":"lOslqI","uuiTypography":"LXMv39","heroHeader":"_5uepNf","promoHeader":"_4BnLkL","uuiCritical":"wc470z","uuiInfo":"Vrielb","uuiSuccess":"S5fnFP","uuiWarning":"rqI65G","uuiHighlight":"YazPFa","uuiTypographySize12":"OpJA7Z","uuiTypographySize14":"_4I1fUj","uuiTypographySize16":"ZIIzG4","titleWrapper":"W-65cB","textWrapper":"tsz8Z2"};
|
|
1862
1846
|
|
|
1863
1847
|
const defaultSize = '36';
|
|
1864
1848
|
const FilterPanelItemToggler = React__namespace.forwardRef((props, ref) => {
|
|
@@ -1932,7 +1916,7 @@ function FilterPickerBody(props) {
|
|
|
1932
1916
|
return renderBody(Object.assign(Object.assign(Object.assign({}, getPickerBodyProps(rows)), getListProps()), { showSearch: (_a = props.showSearch) !== null && _a !== void 0 ? _a : true }), rows);
|
|
1933
1917
|
}
|
|
1934
1918
|
|
|
1935
|
-
var css$N = {"container":"
|
|
1919
|
+
var css$N = {"container":"nPHvK3"};
|
|
1936
1920
|
|
|
1937
1921
|
dayjs__default.default.extend(localeData__default.default);
|
|
1938
1922
|
const uuiHeader = {
|
|
@@ -2016,14 +2000,14 @@ function DatePickerHeader(props) {
|
|
|
2016
2000
|
React__namespace.createElement(Button, { icon: props.navIconRight || ForwardRef$z, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: () => onRightNavigationArrow() }))));
|
|
2017
2001
|
}
|
|
2018
2002
|
|
|
2019
|
-
var css$M = {"uui-typography":"
|
|
2003
|
+
var css$M = {"uui-typography":"_8ecXif","hero-header":"HvskVW","promo-header":"wI4ErY","uui-critical":"NT4vpM","uui-info":"_4BUiGL","uui-success":"EXf0DO","uui-warning":"whORNy","uui-highlight":"JFXcnz","uui-typography-size-12":"D2G5gH","uui-typography-size-14":"SyCdZp","uui-typography-size-16":"_3aaSG8","root":"eef-04","uuiTypography":"_8ecXif","heroHeader":"HvskVW","promoHeader":"wI4ErY","uuiCritical":"NT4vpM","uuiInfo":"_4BUiGL","uuiSuccess":"EXf0DO","uuiWarning":"whORNy","uuiHighlight":"JFXcnz","uuiTypographySize12":"D2G5gH","uuiTypographySize14":"SyCdZp","uuiTypographySize16":"_3aaSG8"};
|
|
2020
2004
|
|
|
2021
2005
|
function applyDateSelectionMods() {
|
|
2022
2006
|
return [css$M.root];
|
|
2023
2007
|
}
|
|
2024
2008
|
const Calendar = uuiCore.withMods(uuiComponents.Calendar, applyDateSelectionMods);
|
|
2025
2009
|
|
|
2026
|
-
var css$L = {"uui-typography":"
|
|
2010
|
+
var css$L = {"uui-typography":"Bu4jwH","hero-header":"QXfTcX","promo-header":"QStNWj","uui-critical":"WexBTy","uui-info":"I8DTXY","uui-success":"iTOc-s","uui-warning":"Ba3l4r","uui-highlight":"rjpX52","uui-typography-size-12":"iIXAoR","uui-typography-size-14":"tkTZ-v","uui-typography-size-16":"mm1lnB","root":"YMln5P","uuiTypography":"Bu4jwH","heroHeader":"QXfTcX","promoHeader":"QStNWj","uuiCritical":"WexBTy","uuiInfo":"I8DTXY","uuiSuccess":"iTOc-s","uuiWarning":"Ba3l4r","uuiHighlight":"rjpX52","uuiTypographySize12":"iIXAoR","uuiTypographySize14":"tkTZ-v","uuiTypographySize16":"mm1lnB"};
|
|
2027
2011
|
|
|
2028
2012
|
dayjs__default.default.extend(updateLocale__default.default);
|
|
2029
2013
|
const uuiDatePickerBody = {
|
|
@@ -2089,14 +2073,14 @@ class DatePickerComponent extends uuiComponents.BaseDatePicker {
|
|
|
2089
2073
|
}
|
|
2090
2074
|
const DatePicker = uuiCore.withMods(DatePickerComponent);
|
|
2091
2075
|
|
|
2092
|
-
var css$K = {"uui-typography":"
|
|
2076
|
+
var css$K = {"uui-typography":"gnrwuu","hero-header":"_0RG6h6","promo-header":"F80qh6","uui-critical":"-odE9S","uui-info":"az6Eg9","uui-success":"vsjN6f","uui-warning":"_63KdQ7","uui-highlight":"_0FLwZy","uui-typography-size-12":"ixkFJ4","uui-typography-size-14":"zd5Lkz","uui-typography-size-16":"_6yPcnT","root":"-eUITx","uuiTypography":"gnrwuu","heroHeader":"_0RG6h6","promoHeader":"F80qh6","uuiCritical":"-odE9S","uuiInfo":"az6Eg9","uuiSuccess":"vsjN6f","uuiWarning":"_63KdQ7","uuiHighlight":"_0FLwZy","uuiTypographySize12":"ixkFJ4","uuiTypographySize14":"zd5Lkz","uuiTypographySize16":"_6yPcnT"};
|
|
2093
2077
|
|
|
2094
2078
|
function applyCalendarPresetsMods() {
|
|
2095
2079
|
return [css$K.root];
|
|
2096
2080
|
}
|
|
2097
2081
|
const CalendarPresets = uuiCore.withMods(uuiComponents.CalendarPresets, applyCalendarPresetsMods, () => ({}));
|
|
2098
2082
|
|
|
2099
|
-
var css$J = {"uui-typography":"
|
|
2083
|
+
var css$J = {"uui-typography":"Ad-bD5","hero-header":"FzFcGB","promo-header":"PAr2Q3","uui-critical":"bZa8Az","uui-info":"-zB6J8","uui-success":"bPGQde","uui-warning":"VB02C9","uui-highlight":"_6NEaQL","uui-typography-size-12":"u4uvN-","uui-typography-size-14":"Cn-4k4","uui-typography-size-16":"nZ0KGf","root":"qiAzSX","container":"IsHs0i","day-selection":"f40pYY","from-picker":"O3IBXG","to-picker":"qyhjsf","bodes-wrapper":"oYLiCZ","blocker":"PaDvLy","uuiTypography":"Ad-bD5","heroHeader":"FzFcGB","promoHeader":"PAr2Q3","uuiCritical":"bZa8Az","uuiInfo":"-zB6J8","uuiSuccess":"bPGQde","uuiWarning":"VB02C9","uuiHighlight":"_6NEaQL","uuiTypographySize12":"u4uvN-","uuiTypographySize14":"Cn-4k4","uuiTypographySize16":"nZ0KGf","daySelection":"f40pYY","fromPicker":"O3IBXG","toPicker":"qyhjsf","bodesWrapper":"oYLiCZ"};
|
|
2100
2084
|
|
|
2101
2085
|
dayjs__default.default.extend(isoWeek__default.default);
|
|
2102
2086
|
function weekCount(displayedDate) {
|
|
@@ -2254,7 +2238,7 @@ class RangeDatePickerBody extends React__namespace.Component {
|
|
|
2254
2238
|
}
|
|
2255
2239
|
}
|
|
2256
2240
|
|
|
2257
|
-
var css$I = {"uui-typography":"
|
|
2241
|
+
var css$I = {"uui-typography":"eYL721","hero-header":"m2Ysgr","promo-header":"GCmRb0","uui-critical":"iYuWan","uui-info":"_7Xk1Zq","uui-success":"Z8z5dR","uui-warning":"jq-h4h","uui-highlight":"jpKKE7","uui-typography-size-12":"L8fwa6","uui-typography-size-14":"l3G0Cy","uui-typography-size-16":"QTdXRq","dropdown-container":"LoZszg","date-input":"nZpTVz","size-24":"j1Ha0m","size-30":"OrUr6S","size-36":"ht7WH5","size-42":"I3eelC","size-48":"L3oAdH","date-input-group":"dJqlx3","separator":"diqWjj","mode-form":"XoE37p","mode-cell":"hkQX-D","uuiTypography":"eYL721","heroHeader":"m2Ysgr","promoHeader":"GCmRb0","uuiCritical":"iYuWan","uuiInfo":"_7Xk1Zq","uuiSuccess":"Z8z5dR","uuiWarning":"jq-h4h","uuiHighlight":"jpKKE7","uuiTypographySize12":"L8fwa6","uuiTypographySize14":"l3G0Cy","uuiTypographySize16":"QTdXRq","dropdownContainer":"LoZszg","dateInput":"nZpTVz","size24":"j1Ha0m","size30":"OrUr6S","size36":"ht7WH5","size42":"I3eelC","size48":"L3oAdH","dateInputGroup":"dJqlx3","modeForm":"XoE37p","modeCell":"hkQX-D"};
|
|
2258
2242
|
|
|
2259
2243
|
const defaultValue = { from: null, to: null };
|
|
2260
2244
|
class RangeDatePickerComponent extends uuiComponents.BaseRangeDatePicker {
|
|
@@ -2319,7 +2303,7 @@ class FilterDatePickerBody extends uuiComponents.BaseDatePicker {
|
|
|
2319
2303
|
}
|
|
2320
2304
|
}
|
|
2321
2305
|
|
|
2322
|
-
var css$H = {"uui-typography":"
|
|
2306
|
+
var css$H = {"uui-typography":"aJt2Gd","hero-header":"_1gf4au","promo-header":"PppNoG","uui-critical":"YQxQJ8","uui-info":"pxSXQ0","uui-success":"H9DizK","uui-warning":"rjGDas","uui-highlight":"daJn-e","uui-typography-size-12":"Q5ubV-","uui-typography-size-14":"IsBhu3","uui-typography-size-16":"x4vmpT","date-input":"hKWV3j","size-30":"BggmDy","date-input-group":"vpGNW5","separator":"lapkz5","mode-form":"lJJOS4","mode-cell":"O773uQ","uuiTypography":"aJt2Gd","heroHeader":"_1gf4au","promoHeader":"PppNoG","uuiCritical":"YQxQJ8","uuiInfo":"pxSXQ0","uuiSuccess":"H9DizK","uuiWarning":"rjGDas","uuiHighlight":"daJn-e","uuiTypographySize12":"Q5ubV-","uuiTypographySize14":"IsBhu3","uuiTypographySize16":"x4vmpT","dateInput":"hKWV3j","size30":"BggmDy","dateInputGroup":"vpGNW5","modeForm":"lJJOS4","modeCell":"O773uQ"};
|
|
2323
2307
|
|
|
2324
2308
|
class FilterRangeDatePickerBody extends uuiComponents.BaseRangeDatePicker {
|
|
2325
2309
|
constructor() {
|
|
@@ -2351,7 +2335,7 @@ class FilterRangeDatePickerBody extends uuiComponents.BaseRangeDatePicker {
|
|
|
2351
2335
|
}
|
|
2352
2336
|
}
|
|
2353
2337
|
|
|
2354
|
-
var css$G = {"container":"
|
|
2338
|
+
var css$G = {"container":"vBKme9"};
|
|
2355
2339
|
|
|
2356
2340
|
function FilterNumericBody(props) {
|
|
2357
2341
|
var _a, _b;
|
|
@@ -2400,7 +2384,7 @@ function FilterNumericBody(props) {
|
|
|
2400
2384
|
if (isInRangePredicate) {
|
|
2401
2385
|
const value = props.value;
|
|
2402
2386
|
return (React__namespace.default.createElement("div", null,
|
|
2403
|
-
React__namespace.default.createElement(FlexRow, { padding: "12", alignItems: "center",
|
|
2387
|
+
React__namespace.default.createElement(FlexRow, { padding: "12", alignItems: "center", columnGap: "12", borderBottom: true, cx: css$G.container },
|
|
2404
2388
|
React__namespace.default.createElement(FlexCell, { width: "100%" },
|
|
2405
2389
|
React__namespace.default.createElement(NumericInput, { value: (_a = value === null || value === void 0 ? void 0 : value.from) !== null && _a !== void 0 ? _a : null, onValueChange: rangeValueHandler('from'), size: "36", placeholder: "Min", formatOptions: { maximumFractionDigits: 2 } })),
|
|
2406
2390
|
React__namespace.default.createElement(FlexCell, { width: "100%" },
|
|
@@ -2431,7 +2415,24 @@ function FilterItemBody(props) {
|
|
|
2431
2415
|
}
|
|
2432
2416
|
}
|
|
2433
2417
|
|
|
2434
|
-
var
|
|
2418
|
+
var _path$p;
|
|
2419
|
+
function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
|
|
2420
|
+
var SvgActionDeleteForeverFill = function SvgActionDeleteForeverFill(props, ref) {
|
|
2421
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$p({
|
|
2422
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2423
|
+
width: 24,
|
|
2424
|
+
height: 24,
|
|
2425
|
+
viewBox: "0 0 24 24",
|
|
2426
|
+
ref: ref
|
|
2427
|
+
}, props), _path$p || (_path$p = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2428
|
+
fillRule: "evenodd",
|
|
2429
|
+
d: "M7 21c-1.1 0-2-.9-2-2V8h14v11c0 1.1-.9 2-2 2H7zm8-17h5v2H4V4h5V3h6v1zM9.4 18.5l2.6-2.6 2.6 2.6 1.4-1.4-2.6-2.6 2.6-2.6-1.4-1.4-2.6 2.6-2.6-2.6L8 11.9l2.6 2.6L8 17.1l1.4 1.4z",
|
|
2430
|
+
clipRule: "evenodd"
|
|
2431
|
+
})));
|
|
2432
|
+
};
|
|
2433
|
+
var ForwardRef$p = /*#__PURE__*/React.forwardRef(SvgActionDeleteForeverFill);
|
|
2434
|
+
|
|
2435
|
+
var css$F = {"uui-typography":"VVQV-I","hero-header":"ejETt7","promo-header":"h4u3o1","uui-critical":"NNAp2P","uui-info":"KDJ0BP","uui-success":"LDaq9F","uui-warning":"_2mDWVg","uui-highlight":"Sl2QE4","uui-typography-size-12":"apuKW1","uui-typography-size-14":"vtRiJU","uui-typography-size-16":"HIpEZS","header":"G01Lyy","removeButton":"_7zfO4P","with-search":"Dfoi5y","uuiTypography":"VVQV-I","heroHeader":"ejETt7","promoHeader":"h4u3o1","uuiCritical":"NNAp2P","uuiInfo":"KDJ0BP","uuiSuccess":"LDaq9F","uuiWarning":"_2mDWVg","uuiHighlight":"Sl2QE4","uuiTypographySize12":"apuKW1","uuiTypographySize14":"vtRiJU","uuiTypographySize16":"HIpEZS","withSearch":"Dfoi5y"};
|
|
2435
2436
|
|
|
2436
2437
|
function FiltersToolbarItemImpl(props) {
|
|
2437
2438
|
const { maxCount = 2 } = props;
|
|
@@ -2509,7 +2510,7 @@ function FiltersToolbarItemImpl(props) {
|
|
|
2509
2510
|
var _a;
|
|
2510
2511
|
return (React__namespace.default.createElement("div", { className: cx__default.default(css$F.header, isPickersType && ((_a = props.showSearch) !== null && _a !== void 0 ? _a : css$F.withSearch)) },
|
|
2511
2512
|
props.predicates ? (React__namespace.default.createElement(MultiSwitch, { items: props.predicates.map((i) => ({ id: i.predicate, caption: i.name })), value: predicate, onValueChange: changePredicate, size: "24" })) : (!hideTitle && (React__namespace.default.createElement(Text, { color: "secondary", size: "24", fontSize: "14" }, props.title))),
|
|
2512
|
-
!(props === null || props === void 0 ? void 0 : props.isAlwaysVisible) && (React__namespace.default.createElement(LinkButton, { cx: css$F.removeButton, caption: i18n.filterToolbar.datePicker.removeCaption, onClick: removeOnclickHandler, size: "24", icon: ForwardRef$
|
|
2513
|
+
!(props === null || props === void 0 ? void 0 : props.isAlwaysVisible) && (React__namespace.default.createElement(LinkButton, { cx: css$F.removeButton, caption: i18n.filterToolbar.datePicker.removeCaption, onClick: removeOnclickHandler, size: "24", icon: ForwardRef$p }))));
|
|
2513
2514
|
};
|
|
2514
2515
|
const renderBody = (dropdownProps) => {
|
|
2515
2516
|
const hideHeaderTitle = isPickersType && isMobileScreen;
|
|
@@ -2732,7 +2733,7 @@ function FiltersToolbarImpl(props) {
|
|
|
2732
2733
|
}
|
|
2733
2734
|
const FiltersPanel = React__namespace.default.memo(FiltersToolbarImpl);
|
|
2734
2735
|
|
|
2735
|
-
var css$E = {"divider":"
|
|
2736
|
+
var css$E = {"divider":"-fo5Ac","dropdownDeleteIcon":"t9SLoh","presetsWrapper":"_6vO6Bn","addPresetContainer":"YWi8-B","dropContainer":"AnJKaE"};
|
|
2736
2737
|
|
|
2737
2738
|
var _path$n;
|
|
2738
2739
|
function _extends$n() { _extends$n = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$n.apply(this, arguments); }
|
|
@@ -2845,7 +2846,7 @@ var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
|
2845
2846
|
};
|
|
2846
2847
|
var ForwardRef$h = /*#__PURE__*/React.forwardRef(SvgContentLinkOutline);
|
|
2847
2848
|
|
|
2848
|
-
var css$D = {"preset-dropdown-panel":"
|
|
2849
|
+
var css$D = {"preset-dropdown-panel":"ZjxX4H","delete-row":"y8LJ7C","delete-button":"LvPb0X","tab-button":"wuuY2H","targetOpen":"PqNWng","presetDropdownPanel":"ZjxX4H","deleteRow":"y8LJ7C","deleteButton":"LvPb0X","tabButton":"wuuY2H"};
|
|
2849
2850
|
|
|
2850
2851
|
function PresetActionsDropdown(props) {
|
|
2851
2852
|
const { uuiNotifications } = uuiCore.useUuiContext();
|
|
@@ -2897,7 +2898,7 @@ function PresetActionsDropdown(props) {
|
|
|
2897
2898
|
React__namespace.default.createElement(FlexRow, { borderBottom: true, key: `${props.preset.id}-copyLink` },
|
|
2898
2899
|
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$h, caption: "Copy Link", onClick: copyUrlToClipboard })),
|
|
2899
2900
|
!isReadonlyPreset && (React__namespace.default.createElement(FlexRow, { key: `${props.preset.id}-delete`, cx: css$D.deleteRow },
|
|
2900
|
-
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
2901
|
+
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$p, caption: "Delete", cx: css$D.deleteButton, onClick: deleteHandler })))));
|
|
2901
2902
|
};
|
|
2902
2903
|
const renderTarget = React.useCallback((dropdownProps) => {
|
|
2903
2904
|
return (React__namespace.default.createElement(IconButton, Object.assign({ cx: [css$D.tabButton, dropdownProps.isOpen && css$D.targetOpen], color: props.preset.id === props.activePresetId ? 'info' : 'neutral' }, dropdownProps, { icon: ForwardRef$n, isDropdown: false, size: "18" })));
|
|
@@ -2905,7 +2906,7 @@ function PresetActionsDropdown(props) {
|
|
|
2905
2906
|
return (React__namespace.default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
2906
2907
|
}
|
|
2907
2908
|
|
|
2908
|
-
var css$C = {"preset-input-cell":"
|
|
2909
|
+
var css$C = {"preset-input-cell":"Ofdg5k","preset-input":"jIE-Et","presetInputCell":"Ofdg5k","presetInput":"jIE-Et"};
|
|
2909
2910
|
|
|
2910
2911
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
2911
2912
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -2938,7 +2939,7 @@ function PresetInput(props) {
|
|
|
2938
2939
|
React__namespace.default.createElement(TextInput, { cx: css$C.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
2939
2940
|
}
|
|
2940
2941
|
|
|
2941
|
-
var css$B = {"preset":"
|
|
2942
|
+
var css$B = {"preset":"yi1fRS","activePreset":"Mb--rU"};
|
|
2942
2943
|
|
|
2943
2944
|
function Preset(props) {
|
|
2944
2945
|
const [isRenamePreset, setIsRenamePreset] = React.useState(false);
|
|
@@ -2981,7 +2982,7 @@ function PresetsPanel(props) {
|
|
|
2981
2982
|
return (React__namespace.default.createElement(Dropdown, { key: "more", renderTarget: (props) => (React__namespace.default.createElement(FlexRow, null,
|
|
2982
2983
|
React__namespace.default.createElement("div", { className: css$E.divider }),
|
|
2983
2984
|
React__namespace.default.createElement(Button, Object.assign({ cx: UUI_PRESETS_PANEL_MORE_BUTTON, fill: "ghost", color: "secondary", caption: `${(hiddenItems === null || hiddenItems === void 0 ? void 0 : hiddenItems.length) || ''} more` }, props)))), renderBody: (propsBody) => (React__namespace.default.createElement(DropdownContainer, Object.assign({ cx: uuiCore.cx(css$E.dropContainer), width: 230 }, propsBody),
|
|
2984
|
-
React__namespace.default.createElement(uuiComponents.ScrollBars, null, hiddenItems.map((hiddenItem) => (React__namespace.default.createElement(DropdownMenuButton, { key: hiddenItem.preset.id, onClick: () => onPresetDropdownSelect(hiddenItem), caption: hiddenItem.preset.name, icon: !hiddenItem.preset.isReadonly && ForwardRef$
|
|
2985
|
+
React__namespace.default.createElement(uuiComponents.ScrollBars, null, hiddenItems.map((hiddenItem) => (React__namespace.default.createElement(DropdownMenuButton, { key: hiddenItem.preset.id, onClick: () => onPresetDropdownSelect(hiddenItem), caption: hiddenItem.preset.name, icon: !hiddenItem.preset.isReadonly && ForwardRef$p, iconPosition: "right", cx: css$E.dropdownDeleteIcon, onIconClick: !hiddenItem.preset.isReadonly && (() => props.deletePreset(hiddenItem.preset)) })))))) }));
|
|
2985
2986
|
};
|
|
2986
2987
|
const getPresetPriority = (preset, index) => {
|
|
2987
2988
|
return preset.id === props.activePresetId ? 100499 : 1000 - index;
|
|
@@ -2999,7 +3000,7 @@ function PresetsPanel(props) {
|
|
|
2999
3000
|
];
|
|
3000
3001
|
};
|
|
3001
3002
|
return (React__namespace.default.createElement(FlexCell, { grow: 1, minWidth: 310, rawProps: props.rawProps },
|
|
3002
|
-
React__namespace.default.createElement(FlexRow, { size: null,
|
|
3003
|
+
React__namespace.default.createElement(FlexRow, { size: null, columnGap: "12", cx: css$E.presetsWrapper },
|
|
3003
3004
|
React__namespace.default.createElement(uuiComponents.AdaptivePanel, { items: getPanelItems() }))));
|
|
3004
3005
|
}
|
|
3005
3006
|
|
|
@@ -3037,7 +3038,7 @@ const useColumnsWithFilters = (initialColumns, filters) => {
|
|
|
3037
3038
|
return columns;
|
|
3038
3039
|
};
|
|
3039
3040
|
|
|
3040
|
-
var css$A = {"line-height-12":"
|
|
3041
|
+
var css$A = {"line-height-12":"ymxl67","line-height-18":"nUNJL3","line-height-24":"bfYYD3","line-height-30":"GFDaDj","font-size-10":"eOI4kz","font-size-12":"_941X1J","font-size-14":"bBKBaV","font-size-16":"ZjN4cw","font-size-18":"b5z-Sf","font-size-24":"iRGfZq","v-padding-2":"EQZatR","v-padding-3":"_2NCU3n","v-padding-5":"vvkT1M","v-padding-6":"_1zIq5I","v-padding-8":"-WPApT","v-padding-9":"YCJcJr","v-padding-11":"bFTwk3","v-padding-12":"O-1XUb","v-padding-14":"_7kAnjV","v-padding-15":"GnUYBS","v-padding-17":"_5ltMbW","v-padding-18":"ITldNm","v-padding-23":"vuYAYO","v-padding-24":"LPV93X","lineHeight12":"ymxl67","lineHeight18":"nUNJL3","lineHeight24":"bfYYD3","lineHeight30":"GFDaDj","fontSize10":"eOI4kz","fontSize12":"_941X1J","fontSize14":"bBKBaV","fontSize16":"ZjN4cw","fontSize18":"b5z-Sf","fontSize24":"iRGfZq","vPadding2":"EQZatR","vPadding3":"_2NCU3n","vPadding5":"vvkT1M","vPadding6":"_1zIq5I","vPadding8":"-WPApT","vPadding9":"YCJcJr","vPadding11":"bFTwk3","vPadding12":"O-1XUb","vPadding14":"_7kAnjV","vPadding15":"GnUYBS","vPadding17":"_5ltMbW","vPadding18":"ITldNm","vPadding23":"vuYAYO","vPadding24":"LPV93X"};
|
|
3041
3042
|
|
|
3042
3043
|
const defaultTextSettings = {
|
|
3043
3044
|
18: { lineHeight: 12, fontSize: 10 },
|
|
@@ -3063,7 +3064,7 @@ function getTextClasses(props, border) {
|
|
|
3063
3064
|
];
|
|
3064
3065
|
}
|
|
3065
3066
|
|
|
3066
|
-
var css$z = {"root":"
|
|
3067
|
+
var css$z = {"root":"rSWpCk"};
|
|
3067
3068
|
|
|
3068
3069
|
function applyTextMods(mods) {
|
|
3069
3070
|
const textClasses = getTextClasses({
|
|
@@ -3082,7 +3083,7 @@ function applyTextMods(mods) {
|
|
|
3082
3083
|
}
|
|
3083
3084
|
const Text = uuiCore.withMods(uuiComponents__namespace.Text, applyTextMods);
|
|
3084
3085
|
|
|
3085
|
-
var css$y = {"root":"
|
|
3086
|
+
var css$y = {"root":"Wt-Uzs","loading-word":"vRLDyd","animated-loading":"GaBLJJ","skeleton_loading":"Cpnri3","loadingWord":"vRLDyd","animatedLoading":"GaBLJJ","skeletonLoading":"Cpnri3"};
|
|
3086
3087
|
|
|
3087
3088
|
const TextPlaceholder = (props) => {
|
|
3088
3089
|
const pattern = ' ';
|
|
@@ -3101,7 +3102,7 @@ const TextPlaceholder = (props) => {
|
|
|
3101
3102
|
|
|
3102
3103
|
const RichTextView = uuiCore.withMods(uuiComponents__namespace.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
|
|
3103
3104
|
|
|
3104
|
-
var css$x = {"uui-typography":"
|
|
3105
|
+
var css$x = {"uui-typography":"lHFHSA","hero-header":"_9A-7Bw","promo-header":"H2y-x5","uui-critical":"X4avSk","uui-info":"imU-9X","uui-success":"ocd4xc","uui-warning":"mnUTte","uui-highlight":"CL4uWT","uui-typography-size-12":"KK85Ya","uui-typography-size-14":"wySI2f","uui-typography-size-16":"-hWG0V","root":"DuF-Zu","modal-blocker":"_769--a","animateModalBlocker":"Roi-Xg","modal":"Ek-aen","modal-footer":"FMsLcM","modal-header":"uzjlmo","uuiTypography":"lHFHSA","heroHeader":"_9A-7Bw","promoHeader":"H2y-x5","uuiCritical":"X4avSk","uuiInfo":"imU-9X","uuiSuccess":"ocd4xc","uuiWarning":"mnUTte","uuiHighlight":"CL4uWT","uuiTypographySize12":"KK85Ya","uuiTypographySize14":"wySI2f","uuiTypographySize16":"-hWG0V","modalBlocker":"_769--a","modalFooter":"FMsLcM","modalHeader":"uzjlmo"};
|
|
3105
3106
|
|
|
3106
3107
|
const ModalBlocker = uuiCore.withMods(uuiComponents.ModalBlocker, () => [css$x.modalBlocker]);
|
|
3107
3108
|
const ModalWindow = uuiCore.withMods(uuiComponents.ModalWindow, () => [css$x.root, css$x.modal], (props) => {
|
|
@@ -3113,9 +3114,11 @@ const ModalWindow = uuiCore.withMods(uuiComponents.ModalWindow, () => [css$x.roo
|
|
|
3113
3114
|
};
|
|
3114
3115
|
const width = normalize(props.width) || '420px';
|
|
3115
3116
|
const height = normalize(props.height) || 'auto';
|
|
3117
|
+
const maxHeight = uuiCore.isMobile() ? '100dvh' : (normalize(props.maxHeight) || '80dvh');
|
|
3116
3118
|
return {
|
|
3117
3119
|
style: Object.assign(Object.assign({}, props.style), { width,
|
|
3118
|
-
height
|
|
3120
|
+
height,
|
|
3121
|
+
maxHeight }),
|
|
3119
3122
|
};
|
|
3120
3123
|
});
|
|
3121
3124
|
class ModalHeader extends React__namespace.Component {
|
|
@@ -3138,7 +3141,7 @@ class ModalFooter extends React__namespace.Component {
|
|
|
3138
3141
|
}
|
|
3139
3142
|
}
|
|
3140
3143
|
|
|
3141
|
-
var css$w = {"uui-typography":"
|
|
3144
|
+
var css$w = {"uui-typography":"_8jFc1y","hero-header":"P9rrDO","promo-header":"Kjo3Li","uui-critical":"nN-ndL","uui-info":"vI1iOS","uui-success":"A5q--1","uui-warning":"BYrOXP","uui-highlight":"_8X9y62","uui-typography-size-12":"SpW1mg","uui-typography-size-14":"svy6iP","uui-typography-size-16":"WHEO4f","root":"T3JmYJ","icon-wrapper":"xIZsUm","action-wrapper":"ZeuvcZ","action-link":"_1Z4x-V","close-icon":"qtVH0J","main-path":"hk-h2L","content":"uuSrG2","close-wrapper":"_6spU5Z","notification-wrapper":"_4woYVT","clear-button":"ELifDK","uuiTypography":"_8jFc1y","heroHeader":"P9rrDO","promoHeader":"Kjo3Li","uuiCritical":"nN-ndL","uuiInfo":"vI1iOS","uuiSuccess":"A5q--1","uuiWarning":"BYrOXP","uuiHighlight":"_8X9y62","uuiTypographySize12":"SpW1mg","uuiTypographySize14":"svy6iP","uuiTypographySize16":"WHEO4f","iconWrapper":"xIZsUm","actionWrapper":"ZeuvcZ","actionLink":"_1Z4x-V","closeIcon":"qtVH0J","mainPath":"hk-h2L","closeWrapper":"_6spU5Z","notificationWrapper":"_4woYVT","clearButton":"ELifDK"};
|
|
3142
3145
|
|
|
3143
3146
|
const NotificationCard = React__namespace.default.forwardRef((props, ref) => {
|
|
3144
3147
|
const notificationCardNode = React__namespace.default.useRef(null);
|
|
@@ -3188,7 +3191,7 @@ class ConfirmationModal extends React__namespace.Component {
|
|
|
3188
3191
|
React__namespace.createElement(ModalFooter, null,
|
|
3189
3192
|
React__namespace.createElement(uuiComponents.FlexSpacer, null),
|
|
3190
3193
|
this.props.hideCancelButton || (React__namespace.createElement(Button, { caption: i18n.form.modals.discardButton, onClick: () => this.props.success(false), fill: "outline", color: "secondary" })),
|
|
3191
|
-
React__namespace.createElement(Button, { caption: i18n.form.modals.saveButton, onClick: () => this.props.success(true), color: "
|
|
3194
|
+
React__namespace.createElement(Button, { caption: i18n.form.modals.saveButton, onClick: () => this.props.success(true), color: "primary" })))));
|
|
3192
3195
|
}
|
|
3193
3196
|
}
|
|
3194
3197
|
|
|
@@ -3258,7 +3261,7 @@ const formatTime = (hours, minutes, meridian, format) => {
|
|
|
3258
3261
|
return meridianResult ? time.concat(` ${meridianResult}`) : time;
|
|
3259
3262
|
};
|
|
3260
3263
|
|
|
3261
|
-
var css$v = {"root":"
|
|
3264
|
+
var css$v = {"root":"ACEOvr","timepicker-input":"ktfhAM","timepickerInput":"ktfhAM"};
|
|
3262
3265
|
|
|
3263
3266
|
dayjs__default.default.extend(customParseFormat__default.default);
|
|
3264
3267
|
const DEFAULT_MODE = EditMode.FORM;
|
|
@@ -3417,7 +3420,7 @@ function TimePickerBody(props) {
|
|
|
3417
3420
|
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, cx: uuiTimePicker.iconDown, icon: ForwardRef$O, onClick: onTimeTypeChange })))));
|
|
3418
3421
|
}
|
|
3419
3422
|
|
|
3420
|
-
var css$u = {"root":"
|
|
3423
|
+
var css$u = {"root":"cGcmkh"};
|
|
3421
3424
|
|
|
3422
3425
|
function applyInputAddonMods() {
|
|
3423
3426
|
return [
|
|
@@ -3426,14 +3429,14 @@ function applyInputAddonMods() {
|
|
|
3426
3429
|
}
|
|
3427
3430
|
const InputAddon = uuiCore.withMods(uuiComponents.InputAddon, applyInputAddonMods);
|
|
3428
3431
|
|
|
3429
|
-
var css$t = {"root":"
|
|
3432
|
+
var css$t = {"root":"XqWmW0"};
|
|
3430
3433
|
|
|
3431
3434
|
function applySliderMods() {
|
|
3432
3435
|
return [css$t.root, 'uui-color-neutral'];
|
|
3433
3436
|
}
|
|
3434
3437
|
const Slider = uuiCore.withMods(uuiComponents.Slider, applySliderMods);
|
|
3435
3438
|
|
|
3436
|
-
var css$s = {"drag-handle":"
|
|
3439
|
+
var css$s = {"drag-handle":"_9GKV5s","icon-container":"_7fXRNi","dragHandle":"_9GKV5s","iconContainer":"_7fXRNi"};
|
|
3437
3440
|
|
|
3438
3441
|
function DataRowAddons(props) {
|
|
3439
3442
|
var _a, _b;
|
|
@@ -3480,7 +3483,7 @@ function DataRowAddons(props) {
|
|
|
3480
3483
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row) }))))));
|
|
3481
3484
|
}
|
|
3482
3485
|
|
|
3483
|
-
var css$r = {"uui-typography":"
|
|
3486
|
+
var css$r = {"uui-typography":"wRW5UB","hero-header":"-IZioU","promo-header":"z8rOK6","uui-critical":"RCp2RL","uui-info":"ooGxBA","uui-success":"M1VqUP","uui-warning":"z48LWe","uui-highlight":"_5lJJa3","uui-typography-size-12":"dvf1Q9","uui-typography-size-14":"e0HC7v","uui-typography-size-16":"Ucpyg5","root":"bR-tbb","withNotify":"nM0H5y","caption-with-notify":"VohcRQ","size-36":"yLHlDX","size-48":"_4Pu9Op","size-60":"oKmneo","uuiTypography":"wRW5UB","heroHeader":"-IZioU","promoHeader":"z8rOK6","uuiCritical":"RCp2RL","uuiInfo":"ooGxBA","uuiSuccess":"M1VqUP","uuiWarning":"z48LWe","uuiHighlight":"_5lJJa3","uuiTypographySize12":"dvf1Q9","uuiTypographySize14":"e0HC7v","uuiTypographySize16":"Ucpyg5","captionWithNotify":"VohcRQ","size36":"yLHlDX","size48":"_4Pu9Op","size60":"oKmneo"};
|
|
3484
3487
|
|
|
3485
3488
|
function applyTabButtonMods(mods) {
|
|
3486
3489
|
return [
|
|
@@ -3507,14 +3510,14 @@ const TabButton = React__namespace.default.forwardRef((props, ref) => {
|
|
|
3507
3510
|
props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
3508
3511
|
});
|
|
3509
3512
|
|
|
3510
|
-
var css$q = {"uui-typography":"
|
|
3513
|
+
var css$q = {"uui-typography":"lTFrHV","hero-header":"-ID-D5","promo-header":"LHzI-E","uui-critical":"_3dgb-A","uui-info":"tnSSJy","uui-success":"e-Jc0m","uui-warning":"qCmv-6","uui-highlight":"PebRsB","uui-typography-size-12":"tJ-oYI","uui-typography-size-14":"_3yObzO","uui-typography-size-16":"_7aHuSJ","root":"TGY6rU","uuiTypography":"lTFrHV","heroHeader":"-ID-D5","promoHeader":"LHzI-E","uuiCritical":"_3dgb-A","uuiInfo":"tnSSJy","uuiSuccess":"e-Jc0m","uuiWarning":"qCmv-6","uuiHighlight":"PebRsB","uuiTypographySize12":"tJ-oYI","uuiTypographySize14":"_3yObzO","uuiTypographySize16":"_7aHuSJ"};
|
|
3511
3514
|
|
|
3512
3515
|
function applyVerticalTabButtonMods() {
|
|
3513
3516
|
return [css$q.root];
|
|
3514
3517
|
}
|
|
3515
3518
|
const VerticalTabButton = uuiCore.withMods(TabButton, applyVerticalTabButtonMods);
|
|
3516
3519
|
|
|
3517
|
-
var css$p = {"root":"
|
|
3520
|
+
var css$p = {"root":"zuDt4A","blocker":"fzAJXx","marker":"cxHAZJ","top":"MhQgiL","bottom":"Ql-Ats","left":"rEovz0","right":"_-9aqSw","inside":"RvPmsN"};
|
|
3518
3521
|
|
|
3519
3522
|
function DropMarker(props) {
|
|
3520
3523
|
return props.isDndInProgress
|
|
@@ -3529,7 +3532,7 @@ function DropMarker(props) {
|
|
|
3529
3532
|
: null;
|
|
3530
3533
|
}
|
|
3531
3534
|
|
|
3532
|
-
var css$o = {"uui-typography":"
|
|
3535
|
+
var css$o = {"uui-typography":"c0G53T","hero-header":"ShJxI7","promo-header":"OSXzvN","uui-critical":"Wyo1fg","uui-info":"WJ6uVo","uui-success":"seV-ZQ","uui-warning":"me8bk8","uui-highlight":"D0zlrn","uui-typography-size-12":"PsEJJF","uui-typography-size-14":"H0kQmt","uui-typography-size-16":"saDGCz","cell":"TrXh2o","wrapper":"Qe3BOc","align-widgets-top":"_4-C-hP","size-24":"PiGrsY","size-30":"LZTbUY","size-36":"JTQWuJ","size-42":"Frr7jy","size-48":"E8LDGc","size-60":"mTgCQa","align-widgets-center":"_3rPu0S","padding-12":"_94RGvb","padding-24":"_0cIKvG","padding-left-12":"NDzz-R","padding-left-24":"_8uExYn","padding-right-24":"UE5en2","loading-cell":"_1qpbFB","uuiTypography":"c0G53T","heroHeader":"ShJxI7","promoHeader":"OSXzvN","uuiCritical":"Wyo1fg","uuiInfo":"WJ6uVo","uuiSuccess":"seV-ZQ","uuiWarning":"me8bk8","uuiHighlight":"D0zlrn","uuiTypographySize12":"PsEJJF","uuiTypographySize14":"H0kQmt","uuiTypographySize16":"saDGCz","alignWidgetsTop":"_4-C-hP","size24":"PiGrsY","size30":"LZTbUY","size36":"JTQWuJ","size42":"Frr7jy","size48":"E8LDGc","size60":"mTgCQa","alignWidgetsCenter":"_3rPu0S","padding12":"_94RGvb","padding24":"_0cIKvG","paddingLeft12":"NDzz-R","paddingLeft24":"_8uExYn","paddingRight24":"UE5en2","loadingCell":"_1qpbFB"};
|
|
3533
3536
|
|
|
3534
3537
|
function DataTableCell(props) {
|
|
3535
3538
|
props = Object.assign({}, props);
|
|
@@ -3560,7 +3563,7 @@ function DataTableCell(props) {
|
|
|
3560
3563
|
return React__namespace.createElement(uuiComponents.DataTableCell, Object.assign({}, props));
|
|
3561
3564
|
}
|
|
3562
3565
|
|
|
3563
|
-
var css$n = {"uui-typography":"
|
|
3566
|
+
var css$n = {"uui-typography":"mbqcI7","hero-header":"i1lKrY","promo-header":"AMRPzO","uui-critical":"KWJ8eM","uui-info":"XyGUtr","uui-success":"sgNWpZ","uui-warning":"sQnH-G","uui-highlight":"ndH1G3","uui-typography-size-12":"RdxbST","uui-typography-size-14":"_7Ddmvl","uui-typography-size-16":"mBQsx1","root":"uOf2Wd","size-24":"N8uP0-","size-30":"_6iRYyQ","size-36":"LoTAOp","size-48":"_9-tAmr","size-60":"_8aq9JD","uuiTypography":"mbqcI7","heroHeader":"i1lKrY","promoHeader":"AMRPzO","uuiCritical":"KWJ8eM","uuiInfo":"XyGUtr","uuiSuccess":"sgNWpZ","uuiWarning":"sQnH-G","uuiHighlight":"ndH1G3","uuiTypographySize12":"RdxbST","uuiTypographySize14":"_7Ddmvl","uuiTypographySize16":"mBQsx1","size24":"N8uP0-","size30":"_6iRYyQ","size36":"LoTAOp","size48":"_9-tAmr","size60":"_8aq9JD"};
|
|
3564
3567
|
|
|
3565
3568
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3566
3569
|
// 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.
|
|
@@ -3576,7 +3579,7 @@ const DataTableRow = uuiCore.withMods(uuiComponents.DataTableRow, ({ borderBotto
|
|
|
3576
3579
|
];
|
|
3577
3580
|
}, () => propsMods);
|
|
3578
3581
|
|
|
3579
|
-
var css$m = {"uui-typography":"
|
|
3582
|
+
var css$m = {"uui-typography":"ATVGdO","hero-header":"CZcJKG","promo-header":"_5yAaGE","uui-critical":"xVTyl6","uui-info":"gDY5pf","uui-success":"FUQleL","uui-warning":"JYMiTe","uui-highlight":"xZPhqW","uui-typography-size-12":"y1m-3z","uui-typography-size-14":"nYSShy","uui-typography-size-16":"kLD4xV","sorting-panel-container":"X5U6UB","sort-active":"hAEDU-","uuiTypography":"ATVGdO","heroHeader":"CZcJKG","promoHeader":"_5yAaGE","uuiCritical":"xVTyl6","uuiInfo":"gDY5pf","uuiSuccess":"FUQleL","uuiWarning":"JYMiTe","uuiHighlight":"xZPhqW","uuiTypographySize12":"y1m-3z","uuiTypographySize14":"nYSShy","uuiTypographySize16":"kLD4xV","sortingPanelContainer":"X5U6UB","sortActive":"hAEDU-"};
|
|
3580
3583
|
|
|
3581
3584
|
var _path$g;
|
|
3582
3585
|
function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
|
|
@@ -3706,7 +3709,7 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
|
|
|
3706
3709
|
};
|
|
3707
3710
|
var ForwardRef$a = /*#__PURE__*/React.forwardRef(SvgNavigationExpandAllOutline);
|
|
3708
3711
|
|
|
3709
|
-
var css$l = {"uui-typography":"
|
|
3712
|
+
var css$l = {"uui-typography":"_1ISqxP","hero-header":"pH44c4","promo-header":"vLEqIO","uui-critical":"C-dbVl","uui-info":"VnHzMJ","uui-success":"Dugmho","uui-warning":"_87WqOW","uui-highlight":"_1hWvXZ","uui-typography-size-12":"cjeSpd","uui-typography-size-14":"dCLOOm","uui-typography-size-16":"EKoLjZ","cell":"I4kcfn","first-column":"MwrQq5","last-column":"YKru6V","sort-icon":"Pqycs-","dropdown-icon":"uQWVPp","infoIcon":"_5F0dGN","resizable":"pCayW-","size-24":"_8ZvxQh","size-30":"vlFKGz","size-36":"_5LYvjj","size-42":"dX81w-","size-48":"Pw16ke","padding-left-24":"_5V6Zpx","padding-right-24":"pnJgnP","caption-wrapper":"K910X3","align-right":"_7zMQQD","align-center":"_0A9xfp","caption":"_3xlsVy","checkbox":"_5i1Mlg","icon":"r1ctbH","fold-all-icon":"MQSsUl","cell-tooltip":"c1ngRY","upper-case":"_1Nnzri","font-size-14":"_6aVwfQ","resize-mark":"jHlOLa","pinned-right":"KTcXl7","draggable":"z77oFW","ghost":"Jj6ylU","is-dragged-out":"EgxHrD","dnd-marker-left":"_3a-4Z2","dnd-marker-right":"GbUqXc","cell-tooltip-wrapper":"M8Xpzy","cell-tooltip-text":"mvVIlu","uuiTypography":"_1ISqxP","heroHeader":"pH44c4","promoHeader":"vLEqIO","uuiCritical":"C-dbVl","uuiInfo":"VnHzMJ","uuiSuccess":"Dugmho","uuiWarning":"_87WqOW","uuiHighlight":"_1hWvXZ","uuiTypographySize12":"cjeSpd","uuiTypographySize14":"dCLOOm","uuiTypographySize16":"EKoLjZ","firstColumn":"MwrQq5","lastColumn":"YKru6V","sortIcon":"Pqycs-","dropdownIcon":"uQWVPp","size24":"_8ZvxQh","size30":"vlFKGz","size36":"_5LYvjj","size42":"dX81w-","size48":"Pw16ke","paddingLeft24":"_5V6Zpx","paddingRight24":"pnJgnP","captionWrapper":"K910X3","alignRight":"_7zMQQD","alignCenter":"_0A9xfp","foldAllIcon":"MQSsUl","cellTooltip":"c1ngRY","upperCase":"_1Nnzri","fontSize14":"_6aVwfQ","resizeMark":"jHlOLa","pinnedRight":"KTcXl7","isDraggedOut":"EgxHrD","dndMarkerLeft":"_3a-4Z2","dndMarkerRight":"GbUqXc","cellTooltipWrapper":"M8Xpzy","cellTooltipText":"mvVIlu"};
|
|
3710
3713
|
|
|
3711
3714
|
class DataTableHeaderCell extends React__namespace.Component {
|
|
3712
3715
|
constructor() {
|
|
@@ -3748,11 +3751,12 @@ class DataTableHeaderCell extends React__namespace.Component {
|
|
|
3748
3751
|
this.renderCellContent = (props, dropdownProps) => {
|
|
3749
3752
|
var _a;
|
|
3750
3753
|
const isResizable = (_a = this.props.column.allowResizing) !== null && _a !== void 0 ? _a : this.props.allowColumnsResizing;
|
|
3754
|
+
const onClickEvent = !props.isResizing && (!this.props.column.renderFilter ? props.toggleSort : dropdownProps === null || dropdownProps === void 0 ? void 0 : dropdownProps.onClick);
|
|
3751
3755
|
return (React__namespace.createElement(FlexCell, Object.assign({}, this.props.column, { minWidth: this.props.column.width, ref: (ref) => {
|
|
3752
3756
|
var _a;
|
|
3753
3757
|
props.ref(ref);
|
|
3754
3758
|
(_a = dropdownProps === null || dropdownProps === void 0 ? void 0 : dropdownProps.ref) === null || _a === void 0 ? void 0 : _a.call(dropdownProps, ref);
|
|
3755
|
-
}, cx: uuiCore.cx('uui-dt-vars', uuiCore.uuiDataTableHeaderCell.uuiTableHeaderCell, (this.props.column.isSortable || this.props.isDropdown) && uuiCore.uuiMarkers.clickable, css$l.cell, css$l['size-' + (this.props.size || '36')], this.props.isFirstColumn && css$l['first-column'], this.props.isLastColumn && css$l['last-column'], this.props.column.cx, this.props.column.fix && css$l['pinned-' + this.props.column.fix], isResizable && css$l.resizable, props.isDraggable && css$l.draggable, props.isDragGhost && css$l.ghost, props.isDraggedOut && css$l.isDraggedOut, props.isDndInProgress && css$l['dnd-marker-' + props.position]), onClick:
|
|
3759
|
+
}, cx: uuiCore.cx('uui-dt-vars', uuiCore.uuiDataTableHeaderCell.uuiTableHeaderCell, (this.props.column.isSortable || this.props.isDropdown) && uuiCore.uuiMarkers.clickable, css$l.cell, css$l['size-' + (this.props.size || '36')], this.props.isFirstColumn && css$l['first-column'], this.props.isLastColumn && css$l['last-column'], this.props.column.cx, this.props.column.fix && css$l['pinned-' + this.props.column.fix], isResizable && css$l.resizable, props.isDraggable && css$l.draggable, props.isDragGhost && css$l.ghost, props.isDraggedOut && css$l.isDraggedOut, props.isDndInProgress && css$l['dnd-marker-' + props.position]), onClick: onClickEvent, rawProps: Object.assign({ role: 'columnheader', 'aria-sort': this.props.sortDirection === 'asc' ? 'ascending' : this.props.sortDirection ? 'descending' : 'none' }, props.eventHandlers) }),
|
|
3756
3760
|
this.renderHeaderCheckbox(),
|
|
3757
3761
|
this.renderFoldAllIcon(),
|
|
3758
3762
|
this.getColumnCaption(),
|
|
@@ -3780,14 +3784,14 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
|
3780
3784
|
};
|
|
3781
3785
|
var ForwardRef$9 = /*#__PURE__*/React.forwardRef(SvgActionSettingsFill);
|
|
3782
3786
|
|
|
3783
|
-
var css$k = {"uui-typography":"
|
|
3787
|
+
var css$k = {"uui-typography":"kep8E3","hero-header":"J-4u5e","promo-header":"YnoFmg","uui-critical":"wXviA9","uui-info":"cR4uEJ","uui-success":"iRNBRs","uui-warning":"kD-BXh","uui-highlight":"_0s8rUT","uui-typography-size-12":"zzThpQ","uui-typography-size-14":"vl3C3A","uui-typography-size-16":"q4YXRO","header-cell":"vpOonQ","uuiTypography":"kep8E3","heroHeader":"J-4u5e","promoHeader":"YnoFmg","uuiCritical":"wXviA9","uuiInfo":"cR4uEJ","uuiSuccess":"iRNBRs","uuiWarning":"kD-BXh","uuiHighlight":"_0s8rUT","uuiTypographySize12":"zzThpQ","uuiTypographySize14":"vl3C3A","uuiTypographySize16":"q4YXRO","headerCell":"vpOonQ"};
|
|
3784
3788
|
|
|
3785
3789
|
const DataTableHeaderRow = uuiCore.withMods(uuiComponents.DataTableHeaderRow, () => [css$k.root, 'uui-dt-vars'], (mods) => ({
|
|
3786
3790
|
renderCell: (props) => React__namespace.createElement(DataTableHeaderCell, Object.assign({}, props, { size: mods.size, textCase: mods.textCase || 'normal', key: props.column.key })),
|
|
3787
3791
|
renderConfigButton: () => React__namespace.createElement(IconButton, { key: "configuration", onClick: mods.onConfigButtonClick, cx: "config-icon", color: "neutral", icon: ForwardRef$9 }),
|
|
3788
3792
|
}));
|
|
3789
3793
|
|
|
3790
|
-
var styles$1 = {"uui-typography":"
|
|
3794
|
+
var styles$1 = {"uui-typography":"sO0JvO","hero-header":"X4uxv9","promo-header":"tkOd5K","uui-critical":"_5pnjRD","uui-info":"iuUbeA","uui-success":"L0MjBb","uui-warning":"_1kFVbu","uui-highlight":"vq7MxF","uui-typography-size-12":"FsgbMl","uui-typography-size-14":"-U2-XH","uui-typography-size-16":"_4XtpSH","main-panel":"o28Myt","group-title":"-AQ4Bg","group-title-text":"h-5ndh","group-title-badge":"Fk4VPk","group-items":"RmKrn4","no-data":"-nwtfN","h-divider":"_90kzqb","search-area":"_8pLIqC","subgroup-accordion":"_68Qdfq","subgroup-title":"A8UHgQ","uuiTypography":"sO0JvO","heroHeader":"X4uxv9","promoHeader":"tkOd5K","uuiCritical":"_5pnjRD","uuiInfo":"iuUbeA","uuiSuccess":"L0MjBb","uuiWarning":"_1kFVbu","uuiHighlight":"vq7MxF","uuiTypographySize12":"FsgbMl","uuiTypographySize14":"-U2-XH","uuiTypographySize16":"_4XtpSH","mainPanel":"o28Myt","groupTitle":"-AQ4Bg","groupTitleText":"h-5ndh","groupTitleBadge":"Fk4VPk","groupItems":"RmKrn4","noData":"-nwtfN","hDivider":"_90kzqb","searchArea":"_8pLIqC","subgroupAccordion":"_68Qdfq","subgroupTitle":"A8UHgQ"};
|
|
3791
3795
|
|
|
3792
3796
|
var _path$8;
|
|
3793
3797
|
function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
|
|
@@ -3844,7 +3848,7 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
|
|
|
3844
3848
|
};
|
|
3845
3849
|
var ForwardRef$6 = /*#__PURE__*/React.forwardRef(SvgTableGroupColumnRightFill);
|
|
3846
3850
|
|
|
3847
|
-
var css$j = {"unpin-icon":"
|
|
3851
|
+
var css$j = {"unpin-icon":"RkUOFZ","pin-toggler-icon":"LizD2p","unpinIcon":"RkUOFZ","pinTogglerIcon":"LizD2p"};
|
|
3848
3852
|
|
|
3849
3853
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
3850
3854
|
function PinIconButton(props) {
|
|
@@ -3903,7 +3907,7 @@ var SvgActionDragIndicator18 = function SvgActionDragIndicator18(props, ref) {
|
|
|
3903
3907
|
};
|
|
3904
3908
|
var ForwardRef$5 = /*#__PURE__*/React.forwardRef(SvgActionDragIndicator18);
|
|
3905
3909
|
|
|
3906
|
-
var styles = {"uui-typography":"
|
|
3910
|
+
var styles = {"uui-typography":"_3fLDLv","hero-header":"-k-IqH","promo-header":"xChEHN","uui-critical":"qgXt5p","uui-info":"JxFOCF","uui-success":"GnOlCX","uui-warning":"A1Oi56","uui-highlight":"nl-u5k","uui-typography-size-12":"TD14SA","uui-typography-size-14":"PM0lHT","uui-typography-size-16":"f3wFdg","row-wrapper":"_3TlUzj","not-pinned":"_8VD7bf","pin-icon-button":"h3I-rn","checkbox":"DbBAmg","drag-handle":"dQIqsp","dnd-disabled":"ORQzt1","uuiTypography":"_3fLDLv","heroHeader":"-k-IqH","promoHeader":"xChEHN","uuiCritical":"qgXt5p","uuiInfo":"JxFOCF","uuiSuccess":"GnOlCX","uuiWarning":"A1Oi56","uuiHighlight":"nl-u5k","uuiTypographySize12":"TD14SA","uuiTypographySize14":"PM0lHT","uuiTypographySize16":"f3wFdg","rowWrapper":"_3TlUzj","notPinned":"_8VD7bf","pinIconButton":"h3I-rn","dragHandle":"dQIqsp","dndDisabled":"ORQzt1"};
|
|
3907
3911
|
|
|
3908
3912
|
const ColumnRow = React__namespace.memo(function ColumnRow(props) {
|
|
3909
3913
|
const { column } = props;
|
|
@@ -3928,9 +3932,10 @@ const ColumnRow = React__namespace.memo(function ColumnRow(props) {
|
|
|
3928
3932
|
return (React__namespace.createElement(uuiCore.DndActor, { key: column.key, srcData: data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
|
|
3929
3933
|
});
|
|
3930
3934
|
|
|
3931
|
-
const renderGroupTitle = (title, amount) => (React__namespace.createElement(FlexRow, { size: "24", padding: "24",
|
|
3935
|
+
const renderGroupTitle = (title, amount) => (React__namespace.createElement(FlexRow, { size: "24", padding: "24", columnGap: "6", cx: styles$1.groupTitle },
|
|
3932
3936
|
React__namespace.createElement(Text, { cx: styles$1.groupTitleText, fontWeight: "600", lineHeight: "24", fontSize: "14" }, title),
|
|
3933
|
-
React__namespace.createElement(
|
|
3937
|
+
React__namespace.createElement(CountIndicator, { caption: amount, color: "neutral", size: "18" }),
|
|
3938
|
+
React__namespace.createElement(uuiComponents.FlexSpacer, null)));
|
|
3934
3939
|
function ColumnsConfigurationModal(props) {
|
|
3935
3940
|
const i18n$1 = i18n.tables.columnsConfigurationModal;
|
|
3936
3941
|
const { columns, columnsConfig: initialColumnsConfig, defaultConfig } = props, modalProps = __rest(props, ["columns", "columnsConfig", "defaultConfig"]);
|
|
@@ -3973,9 +3978,9 @@ function ColumnsConfigurationModal(props) {
|
|
|
3973
3978
|
};
|
|
3974
3979
|
const applyButton = React__namespace.createElement(Button, { caption: i18n$1.applyButton, isDisabled: !hasAnySelectedColumns, color: "primary", onClick: apply });
|
|
3975
3980
|
return (React__namespace.createElement(ModalBlocker, Object.assign({}, modalProps),
|
|
3976
|
-
React__namespace.createElement(ModalWindow, { cx: styles$1.modal, height: "
|
|
3981
|
+
React__namespace.createElement(ModalWindow, { cx: styles$1.modal, height: "95dvh", maxHeight: "95dvh" },
|
|
3977
3982
|
React__namespace.createElement(ModalHeader, { title: i18n$1.configureColumnsTitle, onClose: close }),
|
|
3978
|
-
React__namespace.createElement(FlexRow, { padding: "24", borderBottom: true,
|
|
3983
|
+
React__namespace.createElement(FlexRow, { padding: "24", borderBottom: true, columnGap: "12", cx: styles$1.searchArea },
|
|
3979
3984
|
React__namespace.createElement(SearchInput, { size: "30", value: searchValue, onValueChange: setSearchValue, placeholder: i18n$1.searchPlaceholder }),
|
|
3980
3985
|
React__namespace.createElement(Dropdown, { closeOnTargetClick: true, renderBody: () => (React__namespace.createElement(Panel, { background: "surface-main", shadow: true },
|
|
3981
3986
|
React__namespace.createElement(DropdownMenuButton, { caption: i18n$1.clearAllButton, onClick: uncheckAll }),
|
|
@@ -4003,7 +4008,7 @@ function SubGroup(props) {
|
|
|
4003
4008
|
const renderTitle = (isOpened) => {
|
|
4004
4009
|
const toggleIcon = isOpened ? ForwardRef$O : ForwardRef$z;
|
|
4005
4010
|
return (React__namespace.createElement("span", { className: uuiCore.cx(styles$1.subgroupTitle) },
|
|
4006
|
-
React__namespace.createElement(uuiComponents.IconContainer, { icon: toggleIcon, flipY: false }),
|
|
4011
|
+
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, icon: toggleIcon, flipY: false }),
|
|
4007
4012
|
title));
|
|
4008
4013
|
};
|
|
4009
4014
|
return (React__namespace.createElement(uuiComponents.Accordion, { value: isExpanded, onValueChange: setIsExpanded, renderTitle: renderTitle, cx: styles$1.subgroupAccordion }, content));
|
|
@@ -4013,7 +4018,7 @@ function SubGroup(props) {
|
|
|
4013
4018
|
return null;
|
|
4014
4019
|
}
|
|
4015
4020
|
|
|
4016
|
-
var css$i = {"listContainer":"
|
|
4021
|
+
var css$i = {"listContainer":"PArVhK","header":"zoLpDa","group":"P-2R6H","stickyHeader":"VGyWjA"};
|
|
4017
4022
|
|
|
4018
4023
|
const getChildrenAndRest = (row, rows) => {
|
|
4019
4024
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4079,7 +4084,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4079
4084
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4080
4085
|
ref: ref
|
|
4081
4086
|
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
4082
|
-
clipPath: "url(#
|
|
4087
|
+
clipPath: "url(#cn6dfe1jxqv3rm7g1_a)"
|
|
4083
4088
|
}, _path$4 || (_path$4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4084
4089
|
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",
|
|
4085
4090
|
fill: "#F5F6FA"
|
|
@@ -4100,7 +4105,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4100
4105
|
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",
|
|
4101
4106
|
fill: "#1D1E26"
|
|
4102
4107
|
})), /*#__PURE__*/React__namespace.createElement("mask", {
|
|
4103
|
-
id: "
|
|
4108
|
+
id: "cn6dfega1l4rq33ps_b",
|
|
4104
4109
|
style: {
|
|
4105
4110
|
maskType: "alpha"
|
|
4106
4111
|
},
|
|
@@ -4113,7 +4118,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4113
4118
|
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",
|
|
4114
4119
|
fill: "#9BDEFF"
|
|
4115
4120
|
}))), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
|
|
4116
|
-
mask: "url(#
|
|
4121
|
+
mask: "url(#cn6dfega1l4rq33ps_b)",
|
|
4117
4122
|
fillRule: "evenodd",
|
|
4118
4123
|
clipRule: "evenodd"
|
|
4119
4124
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -4199,7 +4204,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4199
4204
|
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",
|
|
4200
4205
|
fill: "#fff"
|
|
4201
4206
|
}))), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
4202
|
-
id: "
|
|
4207
|
+
id: "cn6dfe1jxqv3rm7g1_a"
|
|
4203
4208
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
4204
4209
|
fill: "#fff",
|
|
4205
4210
|
transform: "translate(.552)",
|
|
@@ -4208,7 +4213,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4208
4213
|
};
|
|
4209
4214
|
var ForwardRef$4 = /*#__PURE__*/React.forwardRef(SvgEmptyTable);
|
|
4210
4215
|
|
|
4211
|
-
var css$h = {"sticky-header":"
|
|
4216
|
+
var css$h = {"sticky-header":"bviumw","table":"smuR57","no-results":"J4Zq9T","no-results-icon":"SsmCMb","no-results-title":"QOuIrp","stickyHeader":"bviumw","noResults":"J4Zq9T","noResultsIcon":"SsmCMb","noResultsTitle":"QOuIrp"};
|
|
4212
4217
|
|
|
4213
4218
|
function DataTable(props) {
|
|
4214
4219
|
var _a;
|
|
@@ -4259,9 +4264,9 @@ function DataTable(props) {
|
|
|
4259
4264
|
} }))));
|
|
4260
4265
|
}
|
|
4261
4266
|
|
|
4262
|
-
var css$g = {"root":"
|
|
4267
|
+
var css$g = {"root":"KpqptG"};
|
|
4263
4268
|
|
|
4264
|
-
var css$f = {"root":"
|
|
4269
|
+
var css$f = {"root":"SZ840M","burger-content":"e3QYbW","burgerContent":"e3QYbW"};
|
|
4265
4270
|
|
|
4266
4271
|
var _path$3;
|
|
4267
4272
|
function _extends$3() { _extends$3 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$3.apply(this, arguments); }
|
|
@@ -4304,7 +4309,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
4304
4309
|
};
|
|
4305
4310
|
var ForwardRef$2 = /*#__PURE__*/React.forwardRef(SvgNavigationArrowDownOutline);
|
|
4306
4311
|
|
|
4307
|
-
var css$e = {"uui-typography":"
|
|
4312
|
+
var css$e = {"uui-typography":"Gn6Hsc","hero-header":"q0LNkr","promo-header":"p6oBFi","uui-critical":"Wj4Lg2","uui-info":"_4fixwo","uui-success":"dgIFfb","uui-warning":"x9FWr3","uui-highlight":"kE9ifI","uui-typography-size-12":"_5EY-Dt","uui-typography-size-14":"PUMQRY","uui-typography-size-16":"_3ATG0V","root":"Ixrmpf","button-primary":"Yr5xge","button-secondary":"_5qWfKj","hasIcon":"N3IbM-","dropdown":"kA98Jg","uuiTypography":"Gn6Hsc","heroHeader":"q0LNkr","promoHeader":"p6oBFi","uuiCritical":"Wj4Lg2","uuiInfo":"_4fixwo","uuiSuccess":"dgIFfb","uuiWarning":"x9FWr3","uuiHighlight":"kE9ifI","uuiTypographySize12":"_5EY-Dt","uuiTypographySize14":"PUMQRY","uuiTypographySize16":"_3ATG0V","buttonPrimary":"Yr5xge","buttonSecondary":"_5qWfKj"};
|
|
4308
4313
|
|
|
4309
4314
|
const BurgerButton = uuiCore.withMods(uuiComponents.Button, (props) => [
|
|
4310
4315
|
css$e.root,
|
|
@@ -4315,13 +4320,13 @@ const BurgerButton = uuiCore.withMods(uuiComponents.Button, (props) => [
|
|
|
4315
4320
|
props.icon && css$e.hasIcon,
|
|
4316
4321
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
4317
4322
|
|
|
4318
|
-
var css$d = {"search-input":"
|
|
4323
|
+
var css$d = {"search-input":"O7IEkX","searchInput":"O7IEkX"};
|
|
4319
4324
|
|
|
4320
4325
|
function BurgerSearch(props) {
|
|
4321
4326
|
return (React__namespace.createElement(uuiComponents.TextInput, { cx: cx__default.default(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$M, placeholder: props.placeholder, value: props.value, onValueChange: props.onValueChange, onCancel: props.onCancel, cancelIcon: props.value && ForwardRef$P }));
|
|
4322
4327
|
}
|
|
4323
4328
|
|
|
4324
|
-
var css$c = {"root":"
|
|
4329
|
+
var css$c = {"root":"GLWFh5","group-header":"UB2ZK6","group-name":"_751qrK","line":"CeWehn","groupHeader":"UB2ZK6","groupName":"_751qrK"};
|
|
4325
4330
|
|
|
4326
4331
|
function BurgerGroupHeader(props) {
|
|
4327
4332
|
return (React__namespace.createElement("div", { className: cx__default.default(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -4329,7 +4334,7 @@ function BurgerGroupHeader(props) {
|
|
|
4329
4334
|
React__namespace.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
4330
4335
|
}
|
|
4331
4336
|
|
|
4332
|
-
var css$b = {"uui-typography":"
|
|
4337
|
+
var css$b = {"uui-typography":"ljBhBn","hero-header":"ktfgkK","promo-header":"wX-di3","uui-critical":"Gv9deP","uui-info":"hzuwIr","uui-success":"_-5ruWt","uui-warning":"Lvqcdf","uui-highlight":"m2MZ8V","uui-typography-size-12":"Y9xlIl","uui-typography-size-14":"MMoav-","uui-typography-size-16":"IBxjAH","root":"HNr3Tm","type-primary":"LcTtig","type-secondary":"GRq4v-","uuiTypography":"ljBhBn","heroHeader":"ktfgkK","promoHeader":"wX-di3","uuiCritical":"Gv9deP","uuiInfo":"hzuwIr","uuiSuccess":"_-5ruWt","uuiWarning":"Lvqcdf","uuiHighlight":"m2MZ8V","uuiTypographySize12":"Y9xlIl","uuiTypographySize14":"MMoav-","uuiTypographySize16":"IBxjAH","typePrimary":"LcTtig","typeSecondary":"GRq4v-"};
|
|
4333
4338
|
|
|
4334
4339
|
const MainMenuButton = React__namespace.forwardRef((props, ref) => {
|
|
4335
4340
|
if (process.env.NODE_ENV !== "production" && props.captionCX) {
|
|
@@ -4348,7 +4353,7 @@ const MainMenuButton = React__namespace.forwardRef((props, ref) => {
|
|
|
4348
4353
|
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$O, flipY: props.isOpen }))));
|
|
4349
4354
|
});
|
|
4350
4355
|
|
|
4351
|
-
var css$a = {"dropdown-body":"
|
|
4356
|
+
var css$a = {"dropdown-body":"fvPAdf","dropdownBody":"fvPAdf"};
|
|
4352
4357
|
|
|
4353
4358
|
class MainMenuDropdown extends React__namespace.Component {
|
|
4354
4359
|
render() {
|
|
@@ -4403,12 +4408,12 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
4403
4408
|
};
|
|
4404
4409
|
var ForwardRef$1 = /*#__PURE__*/React.forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
4405
4410
|
|
|
4406
|
-
var css$9 = {"global-menu-btn":"
|
|
4411
|
+
var css$9 = {"global-menu-btn":"dUjpoL","global-menu-icon":"-vjBDh","globalMenuBtn":"dUjpoL","globalMenuIcon":"-vjBDh"};
|
|
4407
4412
|
|
|
4408
4413
|
const GlobalMenu = React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", Object.assign({ ref: ref, id: "global_menu_toggle", className: cx__default.default(css$9.globalMenuBtn, props.cx) }, props.rawProps),
|
|
4409
4414
|
React__namespace.createElement(uuiComponents.IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
4410
4415
|
|
|
4411
|
-
var css$8 = {"container":"
|
|
4416
|
+
var css$8 = {"container":"or4utZ","open":"QUUbA6"};
|
|
4412
4417
|
|
|
4413
4418
|
const MainMenuAvatar = 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 },
|
|
4414
4419
|
React__namespace.createElement(uuiComponents.Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -4416,18 +4421,18 @@ const MainMenuAvatar = React__namespace.forwardRef((props, ref) => (React__names
|
|
|
4416
4421
|
props.isDropdown && (React__namespace.createElement("div", null,
|
|
4417
4422
|
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, icon: ForwardRef$O, flipY: props.isOpen }))))));
|
|
4418
4423
|
|
|
4419
|
-
var css$7 = {"search-input":"
|
|
4424
|
+
var css$7 = {"search-input":"kdHsNu","searchInput":"kdHsNu"};
|
|
4420
4425
|
|
|
4421
4426
|
const MainMenuSearch = React__namespace.forwardRef((props, ref) => (React__namespace.createElement(uuiCore.IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => {
|
|
4422
4427
|
var _a;
|
|
4423
4428
|
return (React__namespace.createElement(uuiComponents.TextInput, Object.assign({ iconPosition: "left", icon: ForwardRef$M, cancelIcon: ((_a = props.value) === null || _a === void 0 ? void 0 : _a.length) > 0 && ForwardRef$P }, props, iEditable, { ref: ref, cx: uuiCore.cx(css$7.searchInput, props.cx) }, props.rawProps)));
|
|
4424
4429
|
} }))));
|
|
4425
4430
|
|
|
4426
|
-
var css$6 = {"container":"
|
|
4431
|
+
var css$6 = {"container":"QvRfBj"};
|
|
4427
4432
|
|
|
4428
4433
|
const MainMenuIcon = React__namespace.forwardRef((props, ref) => (React__namespace.createElement(IconButton, Object.assign({ ref: ref, icon: props.icon, cx: uuiCore.cx(props.cx, css$6.container) }, props))));
|
|
4429
4434
|
|
|
4430
|
-
var css$5 = {"root":"
|
|
4435
|
+
var css$5 = {"root":"_7A1zTm"};
|
|
4431
4436
|
|
|
4432
4437
|
const Anchor = uuiCore.withMods(uuiComponents.Anchor, () => [css$5.root]);
|
|
4433
4438
|
|
|
@@ -4485,7 +4490,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
4485
4490
|
};
|
|
4486
4491
|
var ForwardRef = /*#__PURE__*/React.forwardRef(SvgFileCloudUploadFill);
|
|
4487
4492
|
|
|
4488
|
-
var css$4 = {"root":"
|
|
4493
|
+
var css$4 = {"root":"u-iKpi","drop-start":"Oqwl4M","drop-over":"V2ZjVZ","link":"qnCIi6","drop-area":"LSbsX2","drop-caption":"HWzl0X","icon-blue":"ejT0hG","dropStart":"Oqwl4M","dropOver":"V2ZjVZ","dropArea":"LSbsX2","dropCaption":"HWzl0X","iconBlue":"ejT0hG"};
|
|
4489
4494
|
|
|
4490
4495
|
function DropSpot(props) {
|
|
4491
4496
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -4503,9 +4508,9 @@ function DropSpot(props) {
|
|
|
4503
4508
|
return React__namespace.createElement(uuiComponents.DropSpot, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
4504
4509
|
}
|
|
4505
4510
|
|
|
4506
|
-
var css$3 = {"uui-typography":"
|
|
4511
|
+
var css$3 = {"uui-typography":"qEvfsw","hero-header":"vuXoDQ","promo-header":"Y5f-kK","uui-critical":"WzVuqZ","uui-info":"_2H5kZV","uui-success":"SzDrWx","uui-warning":"Ck5dvK","uui-highlight":"C7oUiW","uui-typography-size-12":"eVGREm","uui-typography-size-14":"eCnpfg","uui-typography-size-16":"_3uYa1P","root":"m9Y3vT","file-name":"ABtYTY","default-color":"_9A0YzZ","doc-color":"kUDsbM","xls-color":"_6BGIHz","pdf-color":"_2-yeoS","movie-color":"PRyeaC","img-color":"aQwkk8","mov-color":"vnqu1L","error-block":"KB2T3E","icons-block":"kcWJdJ","uuiTypography":"qEvfsw","heroHeader":"vuXoDQ","promoHeader":"Y5f-kK","uuiCritical":"WzVuqZ","uuiInfo":"_2H5kZV","uuiSuccess":"SzDrWx","uuiWarning":"Ck5dvK","uuiHighlight":"C7oUiW","uuiTypographySize12":"eVGREm","uuiTypographySize14":"eCnpfg","uuiTypographySize16":"_3uYa1P","fileName":"ABtYTY","defaultColor":"_9A0YzZ","docColor":"kUDsbM","xlsColor":"_6BGIHz","pdfColor":"_2-yeoS","movieColor":"PRyeaC","imgColor":"aQwkk8","movColor":"vnqu1L","errorBlock":"KB2T3E","iconsBlock":"kcWJdJ"};
|
|
4507
4512
|
|
|
4508
|
-
var css$2 = {"root":"
|
|
4513
|
+
var css$2 = {"root":"bsgbW4"};
|
|
4509
4514
|
|
|
4510
4515
|
const SvgCircleProgress = React__namespace.forwardRef((props, ref) => {
|
|
4511
4516
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -4571,7 +4576,7 @@ const FileCard = React__namespace.forwardRef((props, ref) => {
|
|
|
4571
4576
|
const renderErrorContent = () => (React__namespace.createElement(Tooltip, { content: file.error.message, placement: "bottom-start" },
|
|
4572
4577
|
React__namespace.createElement("div", { className: css$3.errorBlock },
|
|
4573
4578
|
React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$u, size: 12, cx: css$3.defaultColor }),
|
|
4574
|
-
|
|
4579
|
+
i18n.fileCard.failedUploadErrorMessage)));
|
|
4575
4580
|
const renderSuccessfulContent = () => (React__namespace.createElement(Text, { size: "18", fontSize: "14", lineHeight: "18", color: "tertiary" },
|
|
4576
4581
|
fileExtension && `${fileExtension.toUpperCase()}, `,
|
|
4577
4582
|
isLoading && uuiCore.formatBytes((size / 100) * progress, 2, false) + i18n.fileCard.fileSizeProgress,
|
|
@@ -4581,7 +4586,7 @@ const FileCard = React__namespace.forwardRef((props, ref) => {
|
|
|
4581
4586
|
onClick();
|
|
4582
4587
|
};
|
|
4583
4588
|
return (React__namespace.createElement(FlexCell, { ref: ref, cx: uuiCore.cx(css$3.root, 'uui-file_card', (isLoading || (error === null || error === void 0 ? void 0 : error.isError)) && uuiCore.uuiMod.loading, componentCx, (error === null || error === void 0 ? void 0 : error.isError) && uuiCore.uuiMod.error), minWidth: width, width: !width ? '100%' : undefined },
|
|
4584
|
-
React__namespace.createElement(FlexRow, { size: "36", alignItems: "top",
|
|
4589
|
+
React__namespace.createElement(FlexRow, { size: "36", alignItems: "top", columnGap: "6" },
|
|
4585
4590
|
fileExtension && getIcon(fileExtension),
|
|
4586
4591
|
React__namespace.createElement(FlexCell, { width: "100%" },
|
|
4587
4592
|
React__namespace.createElement(Text, { size: "18", fontSize: "14", lineHeight: "18", color: (progress < 100 || (error === null || error === void 0 ? void 0 : error.isError)) ? 'tertiary' : 'primary', cx: css$3.fileName }, fileName),
|
|
@@ -4630,7 +4635,7 @@ const getErrorPageConfig = () => ({
|
|
|
4630
4635
|
},
|
|
4631
4636
|
});
|
|
4632
4637
|
|
|
4633
|
-
var css$1 = {"container":"
|
|
4638
|
+
var css$1 = {"container":"MR7KgU"};
|
|
4634
4639
|
|
|
4635
4640
|
const ErrorPage = (props) => {
|
|
4636
4641
|
const isMobileScreen = uuiCore.isMobile();
|
|
@@ -4641,7 +4646,7 @@ const ErrorPage = (props) => {
|
|
|
4641
4646
|
React__namespace.default.createElement("div", { className: "uui-error-subtitle" }, props.subtitle))));
|
|
4642
4647
|
};
|
|
4643
4648
|
|
|
4644
|
-
var css = {"recovery-spinner":"
|
|
4649
|
+
var css = {"recovery-spinner":"jtjSdd","recovery-message":"nBJ7o2","modal-blocker":"_5M6-QT","modalFadeIn":"eDYZqu","recoverySpinner":"jtjSdd","recoveryMessage":"nBJ7o2","modalBlocker":"_5M6-QT"};
|
|
4645
4650
|
|
|
4646
4651
|
function ErrorHandler(props) {
|
|
4647
4652
|
const { uuiNotifications, uuiModals, uuiApi } = uuiCore.useUuiContext();
|