@epam/uui 5.8.1-y.0 → 5.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/datePickers/DatePickerHeader.d.ts.map +1 -1
- package/components/filters/FilterPickerBody.d.ts.map +1 -1
- package/components/inputs/TextArea.d.ts.map +1 -1
- package/components/layout/LabeledInput.d.ts.map +1 -1
- package/components/overlays/DropdownMenu.d.ts.map +1 -1
- package/components/pickers/DataPickerCell.d.ts.map +1 -1
- package/components/pickers/DataPickerFooter.d.ts +1 -1
- package/components/pickers/DataPickerFooter.d.ts.map +1 -1
- package/components/tables/DataTableCell.d.ts +1 -1
- package/components/tables/DataTableCell.d.ts.map +1 -1
- package/components/widgets/Badge.d.ts.map +1 -1
- package/components/widgets/CountIndicator.d.ts +2 -2
- package/components/widgets/DataRowAddons.d.ts.map +1 -1
- package/components/widgets/StatusIndicator.d.ts.map +1 -1
- package/index.d.ts +0 -1
- package/index.d.ts.map +1 -1
- package/index.esm.js +168 -196
- package/index.esm.js.map +1 -1
- package/index.js +168 -196
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/settings.d.ts +192 -2
- package/settings.d.ts.map +1 -1
- package/stats.html +1 -1
- package/styles.css +3061 -2684
- package/styles.css.map +1 -1
- package/settings.types.d.ts +0 -139
- package/settings.types.d.ts.map +0 -1
package/index.esm.js
CHANGED
|
@@ -284,7 +284,6 @@ const systemIcons = {
|
|
|
284
284
|
const settings = {
|
|
285
285
|
sizes: {
|
|
286
286
|
defaults: {
|
|
287
|
-
badge: '36',
|
|
288
287
|
button: '36',
|
|
289
288
|
checkbox: '18',
|
|
290
289
|
countIndicator: '24',
|
|
@@ -298,12 +297,9 @@ const settings = {
|
|
|
298
297
|
tabButton: '48',
|
|
299
298
|
tag: '36',
|
|
300
299
|
text: '36',
|
|
301
|
-
textArea: '36',
|
|
302
300
|
textInput: '36',
|
|
303
301
|
rangeDatePicker: '36',
|
|
304
302
|
datePicker: '36',
|
|
305
|
-
labeledInput: '36',
|
|
306
|
-
statusIndicator: '24',
|
|
307
303
|
},
|
|
308
304
|
tag: {
|
|
309
305
|
countIndicator: {
|
|
@@ -390,14 +386,6 @@ const settings = {
|
|
|
390
386
|
48: '48',
|
|
391
387
|
60: '48',
|
|
392
388
|
},
|
|
393
|
-
icon: {
|
|
394
|
-
24: '12',
|
|
395
|
-
30: '18',
|
|
396
|
-
36: '18',
|
|
397
|
-
42: '24',
|
|
398
|
-
48: '24',
|
|
399
|
-
60: '24',
|
|
400
|
-
},
|
|
401
389
|
},
|
|
402
390
|
dataPickerRow: {
|
|
403
391
|
padding: {
|
|
@@ -412,7 +400,7 @@ const settings = {
|
|
|
412
400
|
switch: {
|
|
413
401
|
24: '12',
|
|
414
402
|
30: '18',
|
|
415
|
-
36: '
|
|
403
|
+
36: '18',
|
|
416
404
|
42: '24',
|
|
417
405
|
48: '24',
|
|
418
406
|
},
|
|
@@ -434,14 +422,6 @@ const settings = {
|
|
|
434
422
|
48: '18',
|
|
435
423
|
60: '18',
|
|
436
424
|
},
|
|
437
|
-
icon: {
|
|
438
|
-
24: '12',
|
|
439
|
-
30: '18',
|
|
440
|
-
36: '18',
|
|
441
|
-
42: '24',
|
|
442
|
-
48: '24',
|
|
443
|
-
60: '24',
|
|
444
|
-
},
|
|
445
425
|
indentUnit: {
|
|
446
426
|
24: 6,
|
|
447
427
|
30: 12,
|
|
@@ -470,29 +450,10 @@ const settings = {
|
|
|
470
450
|
48: { lineHeight: 24, fontSize: 16 },
|
|
471
451
|
60: { lineHeight: 30, fontSize: 24 },
|
|
472
452
|
},
|
|
473
|
-
filterPickerBody: {
|
|
474
|
-
pickerItem: '36',
|
|
475
|
-
dataPickerRow: '36',
|
|
476
|
-
dataPickerFooter: '36',
|
|
477
|
-
searchSize: '36',
|
|
478
|
-
},
|
|
479
|
-
labeledInput: {
|
|
480
|
-
fillIcon: ['24', '30'],
|
|
481
|
-
},
|
|
482
|
-
badge: {
|
|
483
|
-
countIndicator: {
|
|
484
|
-
18: '12',
|
|
485
|
-
24: '18',
|
|
486
|
-
30: '18',
|
|
487
|
-
36: '18',
|
|
488
|
-
42: '24',
|
|
489
|
-
48: '24',
|
|
490
|
-
},
|
|
491
|
-
},
|
|
492
453
|
},
|
|
493
454
|
};
|
|
494
455
|
|
|
495
|
-
var css$1s = {"uui-typography":"
|
|
456
|
+
var css$1s = {"uui-typography":"ld8rtn","hero-header":"H5P0eY","promo-header":"coXgkD","uui-critical":"-z-8xi","uui-info":"N4nSXY","uui-success":"_8pw9ry","uui-warning":"F1QbVh","uui-highlight":"fuIDUL","uui-typography-size-12":"O9Ei-t","uui-typography-size-14":"yKFPf9","uui-typography-size-16":"_6OsXeH","root":"uDhGA1","uuiTypography":"ld8rtn","heroHeader":"H5P0eY","promoHeader":"coXgkD","uuiCritical":"-z-8xi","uuiInfo":"N4nSXY","uuiSuccess":"_8pw9ry","uuiWarning":"F1QbVh","uuiHighlight":"fuIDUL","uuiTypographySize12":"O9Ei-t","uuiTypographySize14":"yKFPf9","uuiTypographySize16":"_6OsXeH"};
|
|
496
457
|
|
|
497
458
|
function applyButtonMods(mods) {
|
|
498
459
|
return [
|
|
@@ -510,7 +471,7 @@ const Button = /* @__PURE__ */withMods(uuiComponents.Button, applyButtonMods, ()
|
|
|
510
471
|
};
|
|
511
472
|
});
|
|
512
473
|
|
|
513
|
-
var css$1r = {"root":"
|
|
474
|
+
var css$1r = {"root":"F68pSy"};
|
|
514
475
|
|
|
515
476
|
function applyIconButtonMods(props) {
|
|
516
477
|
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1r.root];
|
|
@@ -547,7 +508,7 @@ function getIconClass(props) {
|
|
|
547
508
|
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'];
|
|
548
509
|
}
|
|
549
510
|
|
|
550
|
-
var css$1q = {"uui-typography":"
|
|
511
|
+
var css$1q = {"uui-typography":"hFJIef","hero-header":"VIUAa7","promo-header":"gylDmP","uui-critical":"SZ4R-X","uui-info":"BKG7RR","uui-success":"X76j1W","uui-warning":"DxRZlc","uui-highlight":"RPTkd5","uui-typography-size-12":"DtICEZ","uui-typography-size-14":"b4gopb","uui-typography-size-16":"rQM7Xz","root":"ajngK-","uuiTypography":"hFJIef","heroHeader":"VIUAa7","promoHeader":"gylDmP","uuiCritical":"SZ4R-X","uuiInfo":"BKG7RR","uuiSuccess":"X76j1W","uuiWarning":"DxRZlc","uuiHighlight":"RPTkd5","uuiTypographySize12":"DtICEZ","uuiTypographySize14":"b4gopb","uuiTypographySize16":"rQM7Xz"};
|
|
551
512
|
|
|
552
513
|
const DEFAULT_COLOR = 'primary';
|
|
553
514
|
function applyLinkButtonMods(mods) {
|
|
@@ -578,7 +539,7 @@ const LinkButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
578
539
|
props.isDropdown && (React.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
579
540
|
});
|
|
580
541
|
|
|
581
|
-
var css$1p = {"root":"
|
|
542
|
+
var css$1p = {"root":"sp1Ayu"};
|
|
582
543
|
|
|
583
544
|
const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
584
545
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -590,7 +551,7 @@ const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
590
551
|
]) }, props.caption));
|
|
591
552
|
});
|
|
592
553
|
|
|
593
|
-
var css$1o = {"uui-typography":"
|
|
554
|
+
var css$1o = {"uui-typography":"uXTdvI","hero-header":"IJmAat","promo-header":"vr-XAu","uui-critical":"mjxb91","uui-info":"_1eKrdY","uui-success":"vFtlNU","uui-warning":"VsmJq8","uui-highlight":"w5EfFa","uui-typography-size-12":"V6xUS7","uui-typography-size-14":"mdA7W8","uui-typography-size-16":"tOv9Gr","root":"_3rpgrD","withNotify":"RkTRVR","uuiTypography":"uXTdvI","heroHeader":"IJmAat","promoHeader":"vr-XAu","uuiCritical":"mjxb91","uuiInfo":"_1eKrdY","uuiSuccess":"vFtlNU","uuiWarning":"VsmJq8","uuiHighlight":"w5EfFa","uuiTypographySize12":"V6xUS7","uuiTypographySize14":"mdA7W8","uuiTypographySize16":"tOv9Gr"};
|
|
594
555
|
|
|
595
556
|
const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
596
557
|
const styles = [
|
|
@@ -612,7 +573,7 @@ const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
612
573
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
613
574
|
});
|
|
614
575
|
|
|
615
|
-
var css$1n = {"uui-typography":"
|
|
576
|
+
var css$1n = {"uui-typography":"yOf2Q6","hero-header":"EU-RVc","promo-header":"_6ArztN","uui-critical":"EItrsX","uui-info":"d0DXMc","uui-success":"_9QsShS","uui-warning":"_5DAN2R","uui-highlight":"sJYu8a","uui-typography-size-12":"AAIWuM","uui-typography-size-14":"ERAFSD","uui-typography-size-16":"loYJEF","root":"_5JbrAf","uuiTypography":"yOf2Q6","heroHeader":"EU-RVc","promoHeader":"_6ArztN","uuiCritical":"EItrsX","uuiInfo":"d0DXMc","uuiSuccess":"_9QsShS","uuiWarning":"_5DAN2R","uuiHighlight":"sJYu8a","uuiTypographySize12":"AAIWuM","uuiTypographySize14":"ERAFSD","uuiTypographySize16":"loYJEF"};
|
|
616
577
|
|
|
617
578
|
function applyVerticalTabButtonMods() {
|
|
618
579
|
return [css$1n.root];
|
|
@@ -634,7 +595,7 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
|
634
595
|
};
|
|
635
596
|
var ForwardRef$B = /*#__PURE__*/forwardRef(SvgContentMinusOutline);
|
|
636
597
|
|
|
637
|
-
var css$1m = {"uui-typography":"
|
|
598
|
+
var css$1m = {"uui-typography":"LrllBd","hero-header":"a7VigR","promo-header":"fSL2M8","uui-critical":"ktemsX","uui-info":"opYXMn","uui-success":"qDH7cI","uui-warning":"NxG3aW","uui-highlight":"LukO4n","uui-typography-size-12":"SsLLAL","uui-typography-size-14":"n52cvF","uui-typography-size-16":"_5oElyx","root":"BliEJO","mode-cell":"uXQ9tQ","uuiTypography":"LrllBd","heroHeader":"a7VigR","promoHeader":"fSL2M8","uuiCritical":"ktemsX","uuiInfo":"opYXMn","uuiSuccess":"qDH7cI","uuiWarning":"NxG3aW","uuiHighlight":"LukO4n","uuiTypographySize12":"SsLLAL","uuiTypographySize14":"n52cvF","uuiTypographySize16":"_5oElyx","modeCell":"uXQ9tQ"};
|
|
638
599
|
|
|
639
600
|
function applyCheckboxMods(mods) {
|
|
640
601
|
return [
|
|
@@ -669,7 +630,7 @@ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
|
669
630
|
};
|
|
670
631
|
var ForwardRef$A = /*#__PURE__*/forwardRef(SvgRadioDotFill);
|
|
671
632
|
|
|
672
|
-
var css$1l = {"uui-typography":"
|
|
633
|
+
var css$1l = {"uui-typography":"qVY5g8","hero-header":"XJcDdZ","promo-header":"YFkpng","uui-critical":"Ik3yZi","uui-info":"Lj3WFm","uui-success":"tWHloI","uui-warning":"aHLVVk","uui-highlight":"Z189yi","uui-typography-size-12":"Q0cAtS","uui-typography-size-14":"iB6dBl","uui-typography-size-16":"Gkbwsp","root":"JLDNGD","uuiTypography":"qVY5g8","heroHeader":"XJcDdZ","promoHeader":"YFkpng","uuiCritical":"Ik3yZi","uuiInfo":"Lj3WFm","uuiSuccess":"tWHloI","uuiWarning":"aHLVVk","uuiHighlight":"Z189yi","uuiTypographySize12":"Q0cAtS","uuiTypographySize14":"iB6dBl","uuiTypographySize16":"Gkbwsp"};
|
|
673
634
|
|
|
674
635
|
function applyRadioInputMods(mods) {
|
|
675
636
|
return [
|
|
@@ -681,7 +642,7 @@ function applyRadioInputMods(mods) {
|
|
|
681
642
|
}
|
|
682
643
|
const RadioInput = /* @__PURE__ */withMods(RadioInput$1, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$A }));
|
|
683
644
|
|
|
684
|
-
var css$1k = {"root":"
|
|
645
|
+
var css$1k = {"root":"bZvSg8"};
|
|
685
646
|
|
|
686
647
|
function applySwitchMods(mods) {
|
|
687
648
|
return [
|
|
@@ -749,7 +710,7 @@ var EditMode;
|
|
|
749
710
|
EditMode["INLINE"] = "inline";
|
|
750
711
|
})(EditMode || (EditMode = {}));
|
|
751
712
|
|
|
752
|
-
var textInputCss = {"uui-typography":"
|
|
713
|
+
var textInputCss = {"uui-typography":"BDieXP","hero-header":"sxjgyf","promo-header":"Bb-9U7","uui-critical":"Mcd18r","uui-info":"abvCOZ","uui-success":"_9fs8qv","uui-warning":"QmKfcL","uui-highlight":"_8OzzlG","uui-typography-size-12":"Xw4U2v","uui-typography-size-14":"O9IOO7","uui-typography-size-16":"dnuuH2","root":"D-EgvO","mode-form":"fDb-xU","mode-inline":"_9OlmhC","mode-cell":"yTP4fT","uuiTypography":"BDieXP","heroHeader":"sxjgyf","promoHeader":"Bb-9U7","uuiCritical":"Mcd18r","uuiInfo":"abvCOZ","uuiSuccess":"_9fs8qv","uuiWarning":"QmKfcL","uuiHighlight":"_8OzzlG","uuiTypographySize12":"Xw4U2v","uuiTypographySize14":"O9IOO7","uuiTypographySize16":"dnuuH2","modeForm":"fDb-xU","modeInline":"_9OlmhC","modeCell":"yTP4fT"};
|
|
753
714
|
|
|
754
715
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
755
716
|
function applyTextInputMods(mods) {
|
|
@@ -775,7 +736,7 @@ const SearchInput = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
775
736
|
} })));
|
|
776
737
|
});
|
|
777
738
|
|
|
778
|
-
var css$1j = {"root":"
|
|
739
|
+
var css$1j = {"root":"POlyAL"};
|
|
779
740
|
|
|
780
741
|
const ControlGroup = /* @__PURE__ */withMods(ControlGroup$1, () => [css$1j.root]);
|
|
781
742
|
|
|
@@ -784,7 +745,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
784
745
|
}
|
|
785
746
|
const MultiSwitch = /* @__PURE__ */React.forwardRef(MultiSwitchComponent);
|
|
786
747
|
|
|
787
|
-
var css$1i = {"uui-typography":"
|
|
748
|
+
var css$1i = {"uui-typography":"b-2ec6","hero-header":"L-DNHF","promo-header":"bT5sJk","uui-critical":"GwhCRw","uui-info":"HToS-H","uui-success":"Gd1LHH","uui-warning":"kI6aqz","uui-highlight":"IPVNSb","uui-typography-size-12":"A09BUu","uui-typography-size-14":"tg7yJE","uui-typography-size-16":"DQjr4U","root":"DGB71W","mode-form":"_5aF7lb","mode-cell":"_9S-m3y","uuiTypography":"b-2ec6","heroHeader":"L-DNHF","promoHeader":"bT5sJk","uuiCritical":"GwhCRw","uuiInfo":"HToS-H","uuiSuccess":"Gd1LHH","uuiWarning":"kI6aqz","uuiHighlight":"IPVNSb","uuiTypographySize12":"A09BUu","uuiTypographySize14":"tg7yJE","uuiTypographySize16":"DQjr4U","modeForm":"_5aF7lb","modeCell":"_9S-m3y"};
|
|
788
749
|
|
|
789
750
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
790
751
|
function applyNumericInputMods(mods) {
|
|
@@ -805,14 +766,14 @@ const NumericInput = /* @__PURE__ */withMods(NumericInput$1, applyNumericInputMo
|
|
|
805
766
|
};
|
|
806
767
|
});
|
|
807
768
|
|
|
808
|
-
var css$1h = {"uui-typography":"
|
|
769
|
+
var css$1h = {"uui-typography":"bgpj9K","hero-header":"oUKCQk","promo-header":"tKVeeT","uui-critical":"aHsX4g","uui-info":"-lxJpQ","uui-success":"apS7XP","uui-warning":"_0nsOc-","uui-highlight":"Wdpz-8","uui-typography-size-12":"ujHdcE","uui-typography-size-14":"Mrku9Y","uui-typography-size-16":"bnkCgA","root":"ZtaLYc","mode-form":"_1kNhbR","mode-cell":"lLzvOZ","mode-inline":"_2WNKed","size-24":"JoJql6","size-30":"ixUr0v","size-36":"_3pUOFW","size-42":"GWY9GO","size-48":"VlKjHe","uuiTypography":"bgpj9K","heroHeader":"oUKCQk","promoHeader":"tKVeeT","uuiCritical":"aHsX4g","uuiInfo":"-lxJpQ","uuiSuccess":"apS7XP","uuiWarning":"_0nsOc-","uuiHighlight":"Wdpz-8","uuiTypographySize12":"ujHdcE","uuiTypographySize14":"Mrku9Y","uuiTypographySize16":"bnkCgA","modeForm":"_1kNhbR","modeCell":"lLzvOZ","modeInline":"_2WNKed","size24":"JoJql6","size30":"ixUr0v","size36":"_3pUOFW","size42":"GWY9GO","size48":"VlKjHe"};
|
|
809
770
|
|
|
771
|
+
const DEFAULT_SIZE$3 = '36';
|
|
810
772
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
811
773
|
function applyTextAreaMods(mods) {
|
|
812
774
|
return [
|
|
813
775
|
css$1h.root,
|
|
814
|
-
'
|
|
815
|
-
'uui-size-' + (mods.size || settings.sizes.defaults.textArea),
|
|
776
|
+
css$1h['size-' + (mods.size || DEFAULT_SIZE$3)],
|
|
816
777
|
css$1h['mode-' + (mods.mode || DEFAULT_MODE$1)],
|
|
817
778
|
];
|
|
818
779
|
}
|
|
@@ -906,7 +867,7 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
|
906
867
|
};
|
|
907
868
|
var ForwardRef$w = /*#__PURE__*/forwardRef(SvgNotificationInfoFill);
|
|
908
869
|
|
|
909
|
-
var css$1g = {"uui-typography":"
|
|
870
|
+
var css$1g = {"uui-typography":"mD2F4V","hero-header":"_9PeOlW","promo-header":"okPukj","uui-critical":"jDXVMK","uui-info":"Vi6ciD","uui-success":"_5TMAUJ","uui-warning":"_7wGRzM","uui-highlight":"mfXTAc","uui-typography-size-12":"SBZ--v","uui-typography-size-14":"naXJlJ","uui-typography-size-16":"E4mL-P","root":"zqwWms","icon-wrapper":"_8l4Rj9","alert-wrapper":"juUWKq","size-48":"lcRR2c","size-36":"DI-dMB","action-wrapper":"EQ-1Xl","action-icon":"NnHKMQ","action-link":"-yPQWq","close-icon":"aR8bAy","main-path":"vehcvf","content":"_2r22hd","uuiTypography":"mD2F4V","heroHeader":"_9PeOlW","promoHeader":"okPukj","uuiCritical":"jDXVMK","uuiInfo":"Vi6ciD","uuiSuccess":"_5TMAUJ","uuiWarning":"_7wGRzM","uuiHighlight":"mfXTAc","uuiTypographySize12":"SBZ--v","uuiTypographySize14":"naXJlJ","uuiTypographySize16":"E4mL-P","iconWrapper":"_8l4Rj9","alertWrapper":"juUWKq","size48":"lcRR2c","size36":"DI-dMB","actionWrapper":"EQ-1Xl","actionIcon":"NnHKMQ","actionLink":"-yPQWq","closeIcon":"aR8bAy","mainPath":"vehcvf"};
|
|
910
871
|
|
|
911
872
|
const Alert = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("div", Object.assign({ role: "alert", ref: ref, className: cx('uui-alert', css$1g.root, css$1g.alertWrapper, props.color && `uui-color-${props.color}`, props.cx, (props.size === '36' ? css$1g.size36 : css$1g.size48)) }, props.rawProps),
|
|
912
873
|
React.createElement("div", { className: css$1g.mainPath },
|
|
@@ -923,7 +884,7 @@ const ErrorAlert = /* @__PURE__ */React.forwardRef((props, ref) => React.createE
|
|
|
923
884
|
|
|
924
885
|
const Dropdown = /* @__PURE__ */withMods(Dropdown$1);
|
|
925
886
|
|
|
926
|
-
var css$1f = {"root":"
|
|
887
|
+
var css$1f = {"root":"Sp3ZzV"};
|
|
927
888
|
|
|
928
889
|
function applyDropdownContainerMods(mods) {
|
|
929
890
|
return [
|
|
@@ -934,7 +895,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
934
895
|
}
|
|
935
896
|
const DropdownContainer = /* @__PURE__ */withMods(uuiComponents.DropdownContainer, applyDropdownContainerMods);
|
|
936
897
|
|
|
937
|
-
var css$1e = {"uui-typography":"
|
|
898
|
+
var css$1e = {"uui-typography":"woop3H","hero-header":"fmCz04","promo-header":"cGXH6X","uui-critical":"_7WrJ-c","uui-info":"K80tZ4","uui-success":"CCLtPn","uui-warning":"pkRxb0","uui-highlight":"KufE25","uui-typography-size-12":"SL2APC","uui-typography-size-14":"_3QCMf5","uui-typography-size-16":"w7NL6D","submenu-root-item":"-I7u-D","icon-after":"Mag4Zs","icon-check":"cYpE80","splitter-root":"hMYMyr","splitter":"q1OV-9","header-root":"amrGxS","item-root":"PDGJA7","icon":"rWRhy-","link":"THdAwf","indent":"xquR-o","selected-mark":"yiUoRe","uuiTypography":"woop3H","heroHeader":"fmCz04","promoHeader":"cGXH6X","uuiCritical":"_7WrJ-c","uuiInfo":"K80tZ4","uuiSuccess":"CCLtPn","uuiWarning":"pkRxb0","uuiHighlight":"KufE25","uuiTypographySize12":"SL2APC","uuiTypographySize14":"_3QCMf5","uuiTypographySize16":"w7NL6D","submenuRootItem":"-I7u-D","iconAfter":"Mag4Zs","iconCheck":"cYpE80","splitterRoot":"hMYMyr","headerRoot":"amrGxS","itemRoot":"PDGJA7","selectedMark":"yiUoRe"};
|
|
938
899
|
|
|
939
900
|
var IDropdownControlKeys;
|
|
940
901
|
(function (IDropdownControlKeys) {
|
|
@@ -1029,7 +990,8 @@ function DropdownSubMenu(props) {
|
|
|
1029
990
|
name: 'offset',
|
|
1030
991
|
options: {
|
|
1031
992
|
offset: ({ placement }) => {
|
|
1032
|
-
if (placement === 'right-start'
|
|
993
|
+
if (placement === 'right-start'
|
|
994
|
+
|| placement === 'left-start') {
|
|
1033
995
|
return [-6, 0];
|
|
1034
996
|
}
|
|
1035
997
|
else {
|
|
@@ -1066,7 +1028,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1066
1028
|
React__default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1067
1029
|
}
|
|
1068
1030
|
|
|
1069
|
-
var css$1d = {"uui-typography":"
|
|
1031
|
+
var css$1d = {"uui-typography":"FveBYs","hero-header":"IcrkFS","promo-header":"aua6DV","uui-critical":"_8lGj4W","uui-info":"S3-mBt","uui-success":"Vmdwl1","uui-warning":"YVJWYb","uui-highlight":"_9iqJxW","uui-typography-size-12":"jBEdeh","uui-typography-size-14":"DXcqra","uui-typography-size-16":"hTvlxe","root":"K3Z0q8","mode-block":"_8YHwjE","mode-inline":"xDDW4U","padding-0":"HsgsK8","padding-6":"_0s2rP8","padding-12":"VhdlEW","padding-18":"uNmNDq","uuiTypography":"FveBYs","heroHeader":"IcrkFS","promoHeader":"aua6DV","uuiCritical":"_8lGj4W","uuiInfo":"S3-mBt","uuiSuccess":"Vmdwl1","uuiWarning":"YVJWYb","uuiHighlight":"_9iqJxW","uuiTypographySize12":"jBEdeh","uuiTypographySize14":"DXcqra","uuiTypographySize16":"hTvlxe","modeBlock":"_8YHwjE","modeInline":"xDDW4U","padding0":"HsgsK8","padding6":"_0s2rP8","padding12":"VhdlEW","padding18":"uNmNDq"};
|
|
1070
1032
|
|
|
1071
1033
|
const getMode = (mode) => {
|
|
1072
1034
|
return mode || 'block';
|
|
@@ -1082,7 +1044,7 @@ const Accordion = /* @__PURE__ */withMods(uuiComponents.Accordion, applyAccordio
|
|
|
1082
1044
|
dropdownIcon: mods.dropdownIcon !== null && systemIcons.foldingArrow,
|
|
1083
1045
|
}));
|
|
1084
1046
|
|
|
1085
|
-
var css$1c = {"uui-typography":"
|
|
1047
|
+
var css$1c = {"uui-typography":"XN2dKc","hero-header":"_657qu0","promo-header":"x540cD","uui-critical":"_3iZDgS","uui-info":"UI6rQL","uui-success":"th5Df-","uui-warning":"igHdGp","uui-highlight":"mPaMxV","uui-typography-size-12":"WRvg0U","uui-typography-size-14":"vtCi-Y","uui-typography-size-16":"Xfnkvl","root":"-dGVJG","border-top":"NpmHzx","border-bottom":"c2QZo4","top-shadow":"n8yNrO","size-24":"uw-hi-","size-30":"YkcDgU","size-36":"F2CGkQ","size-42":"GTOw-y","size-48":"uynXTq","padding-6":"bSlTCM","padding-12":"R0jZLu","padding-18":"RZB40m","padding-24":"yceNTJ","margin-24":"PrTBEE","margin-12":"knBEF6","vPadding-12":"Z0ujWd","vPadding-18":"_7PDmoH","vPadding-24":"uZkD6A","vPadding-36":"_1ErRtO","vPadding-48":"IhrMqc","spacing-6":"FGbk-C","spacing-12":"tzKBSQ","spacing-18":"zRKOl7","uui-surface-main":"j4jUlg","uuiTypography":"XN2dKc","heroHeader":"_657qu0","promoHeader":"x540cD","uuiCritical":"_3iZDgS","uuiInfo":"UI6rQL","uuiSuccess":"th5Df-","uuiWarning":"igHdGp","uuiHighlight":"mPaMxV","uuiTypographySize12":"WRvg0U","uuiTypographySize14":"vtCi-Y","uuiTypographySize16":"Xfnkvl","borderTop":"NpmHzx","borderBottom":"c2QZo4","topShadow":"n8yNrO","size24":"uw-hi-","size30":"YkcDgU","size36":"F2CGkQ","size42":"GTOw-y","size48":"uynXTq","padding6":"bSlTCM","padding12":"R0jZLu","padding18":"RZB40m","padding24":"yceNTJ","margin24":"PrTBEE","margin12":"knBEF6","vPadding12":"Z0ujWd","vPadding18":"_7PDmoH","vPadding24":"uZkD6A","vPadding36":"_1ErRtO","vPadding48":"IhrMqc","spacing6":"FGbk-C","spacing12":"tzKBSQ","spacing18":"zRKOl7","uuiSurfaceMain":"j4jUlg"};
|
|
1086
1048
|
|
|
1087
1049
|
const FlexCell = /* @__PURE__ */withMods(FlexCell$1, () => [css$1c.flexCell]);
|
|
1088
1050
|
|
|
@@ -1106,7 +1068,7 @@ const FlexRow = /* @__PURE__ */withMods(FlexRow$1, (props) => {
|
|
|
1106
1068
|
];
|
|
1107
1069
|
});
|
|
1108
1070
|
|
|
1109
|
-
var css$1b = {"root":"
|
|
1071
|
+
var css$1b = {"root":"UQr8nu","margin-24":"_7Zgwa1","padding-12":"_9qqR7v","padding-24":"oKFtJl","shadow":"PHtZYV","uui-surface-main":"E6nrFi","margin24":"_7Zgwa1","padding12":"_9qqR7v","padding24":"oKFtJl","uuiSurfaceMain":"E6nrFi"};
|
|
1110
1072
|
|
|
1111
1073
|
const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
1112
1074
|
'uui-panel',
|
|
@@ -1116,7 +1078,7 @@ const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
|
1116
1078
|
props.background && css$1b[`uui-${props.background}`],
|
|
1117
1079
|
]);
|
|
1118
1080
|
|
|
1119
|
-
var css$1a = {"root":"
|
|
1081
|
+
var css$1a = {"root":"JOJyjI"};
|
|
1120
1082
|
|
|
1121
1083
|
function applyTooltipMods(mods) {
|
|
1122
1084
|
return [
|
|
@@ -1126,21 +1088,18 @@ function applyTooltipMods(mods) {
|
|
|
1126
1088
|
}
|
|
1127
1089
|
const Tooltip = /* @__PURE__ */withMods(uuiComponents.Tooltip, applyTooltipMods);
|
|
1128
1090
|
|
|
1129
|
-
var css$19 = {"uui-typography":"
|
|
1091
|
+
var css$19 = {"uui-typography":"kGc7P6","hero-header":"Pji5be","promo-header":"HPHtGX","uui-critical":"zKLAAP","uui-info":"DMPhIx","uui-success":"U8a-ve","uui-warning":"ECKJHv","uui-highlight":"PuMqwO","uui-typography-size-12":"_9ktqw9","uui-typography-size-14":"fhsTop","uui-typography-size-16":"KpKhgG","root":"_0iQvMW","size-24":"Vb-zHX","size-30":"DkItdg","size-36":"fGgf-V","size-42":"wTkiu5","size-48":"-EewIj","uuiTypography":"kGc7P6","heroHeader":"Pji5be","promoHeader":"HPHtGX","uuiCritical":"zKLAAP","uuiInfo":"DMPhIx","uuiSuccess":"U8a-ve","uuiWarning":"ECKJHv","uuiHighlight":"PuMqwO","uuiTypographySize12":"_9ktqw9","uuiTypographySize14":"fhsTop","uuiTypographySize16":"KpKhgG","size24":"Vb-zHX","size30":"DkItdg","size36":"fGgf-V","size42":"wTkiu5","size48":"-EewIj"};
|
|
1130
1092
|
|
|
1093
|
+
const DEFAULT_SIZE$2 = '36';
|
|
1131
1094
|
function applyLabeledInputMods(mods) {
|
|
1132
|
-
return [
|
|
1133
|
-
'uui-labeled-input',
|
|
1134
|
-
css$19.root,
|
|
1135
|
-
'uui-size-' + (mods.size || settings.sizes.defaults.labeledInput),
|
|
1136
|
-
];
|
|
1095
|
+
return [css$19.root, css$19['size-' + (mods.size || DEFAULT_SIZE$2)]];
|
|
1137
1096
|
}
|
|
1138
1097
|
const LabeledInput = /* @__PURE__ */withMods(uuiComponents.LabeledInput, applyLabeledInputMods, (props) => ({
|
|
1139
1098
|
Tooltip: props.Tooltip || Tooltip,
|
|
1140
|
-
infoIcon: props.infoIcon || (
|
|
1099
|
+
infoIcon: props.infoIcon || (['24', '30'].includes(props.size) ? ForwardRef$w : ForwardRef$L),
|
|
1141
1100
|
}));
|
|
1142
1101
|
|
|
1143
|
-
var css$18 = {"root":"
|
|
1102
|
+
var css$18 = {"root":"pRmkuc"};
|
|
1144
1103
|
|
|
1145
1104
|
function RadioGroup(props) {
|
|
1146
1105
|
const direction = props.direction || 'vertical';
|
|
@@ -1155,7 +1114,7 @@ function RadioGroup(props) {
|
|
|
1155
1114
|
})));
|
|
1156
1115
|
}
|
|
1157
1116
|
|
|
1158
|
-
var css$17 = {"root":"
|
|
1117
|
+
var css$17 = {"root":"_3Nsdyu"};
|
|
1159
1118
|
|
|
1160
1119
|
function applyScrollBarsMods() {
|
|
1161
1120
|
return [
|
|
@@ -1164,37 +1123,46 @@ function applyScrollBarsMods() {
|
|
|
1164
1123
|
}
|
|
1165
1124
|
const ScrollBars = /* @__PURE__ */withMods(ScrollBars$1, applyScrollBarsMods);
|
|
1166
1125
|
|
|
1167
|
-
var css$16 = {"scroll-container":"
|
|
1126
|
+
var css$16 = {"scroll-container":"OinerQ","list-container":"MtpUcD","scrollContainer":"OinerQ","listContainer":"MtpUcD"};
|
|
1168
1127
|
|
|
1169
|
-
var css$15 = {"root":"
|
|
1128
|
+
var css$15 = {"root":"iXtWAQ"};
|
|
1170
1129
|
|
|
1171
1130
|
const AvatarStack = /* @__PURE__ */withMods(AvatarStack$1, () => [css$15.root]);
|
|
1172
1131
|
|
|
1173
|
-
var css$14 = {"uui-typography":"
|
|
1132
|
+
var css$14 = {"uui-typography":"T2UujR","hero-header":"azZQ4Z","promo-header":"_3CgTW7","uui-critical":"_3Gx58g","uui-info":"CgtI-0","uui-success":"qGmuWY","uui-warning":"aXUlXq","uui-highlight":"VmsLKo","uui-typography-size-12":"bwTuFg","uui-typography-size-14":"xCffrX","uui-typography-size-16":"ECyTyh","root":"JIvAxA","size-18":"pwyaMo","size-24":"zwyU2W","size-30":"mGO8FZ","size-36":"stTc6I","size-42":"ksakSi","size-48":"ZKyuWg","uuiTypography":"T2UujR","heroHeader":"azZQ4Z","promoHeader":"_3CgTW7","uuiCritical":"_3Gx58g","uuiInfo":"CgtI-0","uuiSuccess":"qGmuWY","uuiWarning":"aXUlXq","uuiHighlight":"VmsLKo","uuiTypographySize12":"bwTuFg","uuiTypographySize14":"xCffrX","uuiTypographySize16":"ECyTyh","size18":"pwyaMo","size24":"zwyU2W","size30":"mGO8FZ","size36":"stTc6I","size42":"ksakSi","size48":"ZKyuWg"};
|
|
1174
1133
|
|
|
1134
|
+
const DEFAULT_SIZE$1 = '36';
|
|
1175
1135
|
const DEFAULT_FILL = 'solid';
|
|
1176
1136
|
function applyBadgeMods(mods) {
|
|
1177
1137
|
return [
|
|
1178
1138
|
'uui-badge',
|
|
1179
1139
|
css$14.root,
|
|
1180
|
-
|
|
1140
|
+
css$14['size-' + (mods.size || DEFAULT_SIZE$1)],
|
|
1181
1141
|
`uui-fill-${mods.fill || DEFAULT_FILL}`,
|
|
1182
1142
|
`uui-color-${mods.color || 'info'}`,
|
|
1183
1143
|
mods.indicator && mods.fill === 'outline' && 'uui-indicator',
|
|
1184
1144
|
];
|
|
1185
1145
|
}
|
|
1146
|
+
const mapCountIndicatorSizes = {
|
|
1147
|
+
18: '12',
|
|
1148
|
+
24: '18',
|
|
1149
|
+
30: '18',
|
|
1150
|
+
36: '18',
|
|
1151
|
+
42: '24',
|
|
1152
|
+
48: '24',
|
|
1153
|
+
};
|
|
1186
1154
|
const Badge = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
1187
1155
|
const styles = [applyBadgeMods(props), props.cx];
|
|
1188
1156
|
const DropdownIcon = props.dropdownIcon ? props.dropdownIcon : systemIcons.foldingArrow;
|
|
1189
1157
|
return (React__default.createElement(Clickable, Object.assign({}, props, { rawProps: Object.assign({ 'aria-haspopup': props.isDropdown, 'aria-expanded': props.isOpen }, props.rawProps), cx: styles, ref: ref }),
|
|
1190
1158
|
props.icon && props.iconPosition !== 'right' && (React__default.createElement(IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
|
|
1191
1159
|
props.caption && (React__default.createElement("div", { className: uuiElement.caption }, props.caption)),
|
|
1192
|
-
props.count !== undefined && props.count !== null && (React__default.createElement(CountIndicator, { key: "count-indicator", color: null, size:
|
|
1160
|
+
props.count !== undefined && props.count !== null && (React__default.createElement(CountIndicator, { key: "count-indicator", color: null, size: mapCountIndicatorSizes[props.size || DEFAULT_SIZE$1], caption: props.count })),
|
|
1193
1161
|
props.icon && props.iconPosition === 'right' && (React__default.createElement(IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
|
|
1194
1162
|
props.isDropdown && (React__default.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
1195
1163
|
});
|
|
1196
1164
|
|
|
1197
|
-
var css$13 = {"uui-typography":"
|
|
1165
|
+
var css$13 = {"uui-typography":"wmdLNz","hero-header":"PMgqo3","promo-header":"HIA-q8","uui-critical":"FA7h3v","uui-info":"Z4akPK","uui-success":"SYtI69","uui-warning":"Lf1smi","uui-highlight":"uQDRKL","uui-typography-size-12":"lXOX1s","uui-typography-size-14":"r4xT3b","uui-typography-size-16":"LyPNQj","root":"SG-yO6","uuiTypography":"wmdLNz","heroHeader":"PMgqo3","promoHeader":"HIA-q8","uuiCritical":"FA7h3v","uuiInfo":"Z4akPK","uuiSuccess":"SYtI69","uuiWarning":"Lf1smi","uuiHighlight":"uQDRKL","uuiTypographySize12":"lXOX1s","uuiTypographySize14":"r4xT3b","uuiTypographySize16":"LyPNQj"};
|
|
1198
1166
|
|
|
1199
1167
|
function applyTagMods(props) {
|
|
1200
1168
|
return [
|
|
@@ -1218,14 +1186,14 @@ const Tag = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
1218
1186
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
1219
1187
|
});
|
|
1220
1188
|
|
|
1221
|
-
var css$12 = {"root":"
|
|
1189
|
+
var css$12 = {"root":"mqhNw3","uui-spinner":"natHGJ","uuiSpinner":"natHGJ"};
|
|
1222
1190
|
|
|
1223
1191
|
function applySpinnerMods() {
|
|
1224
1192
|
return [css$12.root, 'uui-spinner'];
|
|
1225
1193
|
}
|
|
1226
1194
|
const Spinner = /* @__PURE__ */withMods(Spinner$1, applySpinnerMods);
|
|
1227
1195
|
|
|
1228
|
-
var css$11 = {"root":"
|
|
1196
|
+
var css$11 = {"root":"QChuWn","spacer":"IUdufa","mode-ghost":"J6zRqP","size-24":"rA68Q6","size-30":"_2XrvPZ","navigation-size-24":"XgH3p8","navigation-size-30":"G7vmE3","modeGhost":"J6zRqP","size24":"rA68Q6","size30":"_2XrvPZ","navigationSize24":"XgH3p8","navigationSize30":"G7vmE3"};
|
|
1229
1197
|
|
|
1230
1198
|
var _path$v;
|
|
1231
1199
|
function _extends$v() { _extends$v = 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$v.apply(this, arguments); }
|
|
@@ -1276,14 +1244,14 @@ function Paginator(props) {
|
|
|
1276
1244
|
return React__default.createElement(Paginator$1, Object.assign({}, props, { render: renderPaginator }));
|
|
1277
1245
|
}
|
|
1278
1246
|
|
|
1279
|
-
var css$10 = {"root":"
|
|
1247
|
+
var css$10 = {"root":"WURx1G","progress-bar":"_4YqBQd","progressBar-indeterminate":"qUpEkY","size-12":"UQvqgi","size-18":"_8kDVy2","size-24":"QTSfvD","progressBar":"_4YqBQd","progressBarIndeterminate":"qUpEkY","size12":"UQvqgi","size18":"_8kDVy2","size24":"QTSfvD"};
|
|
1280
1248
|
|
|
1281
1249
|
const IndeterminateBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1282
1250
|
return (React.createElement("div", { ref: ref, className: cx('uui-indeterminate_bar', props.cx, css$10.root, css$10[`size-${props.size || 12}`]) },
|
|
1283
1251
|
React.createElement("div", { className: cx(css$10.progressBar) })));
|
|
1284
1252
|
});
|
|
1285
1253
|
|
|
1286
|
-
var css$$ = {"root":"
|
|
1254
|
+
var css$$ = {"root":"_2Cy7Se","striped":"xvUPqr","animate-stripes":"zYBNYV","size-12":"CfW1PW","size-18":"vC9Apv","size-24":"nA--hr","animateStripes":"zYBNYV","size12":"CfW1PW","size18":"vC9Apv","size24":"nA--hr"};
|
|
1287
1255
|
|
|
1288
1256
|
const DEFAULT_SIZE = '12';
|
|
1289
1257
|
function applyProgressBarMods(mods) {
|
|
@@ -1298,29 +1266,29 @@ const ProgressBar = /* @__PURE__ */withMods(uuiComponents.ProgressBar, applyProg
|
|
|
1298
1266
|
hideLabel: props.hideLabel || props.striped,
|
|
1299
1267
|
}));
|
|
1300
1268
|
|
|
1301
|
-
var css$_ = {"root":"
|
|
1269
|
+
var css$_ = {"root":"RRz6ki"};
|
|
1302
1270
|
|
|
1303
1271
|
const IndicatorBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1304
1272
|
const { progress } = props;
|
|
1305
1273
|
return progress || progress === 0 ? (React.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx(css$_.root, props.cx), hideLabel: true })) : (React.createElement(IndeterminateBar, { ref: ref, cx: cx(css$_.root, props.cx) }));
|
|
1306
1274
|
});
|
|
1307
1275
|
|
|
1308
|
-
var css$Z = {"root":"
|
|
1276
|
+
var css$Z = {"root":"rnQAgz","size-12":"fAn-jQ","size-18":"bvGEw6","size-24":"g52I-f","size12":"fAn-jQ","size18":"bvGEw6","size24":"g52I-f"};
|
|
1309
1277
|
|
|
1310
1278
|
const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
1311
1279
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
1312
1280
|
css$Z.root,
|
|
1313
|
-
`
|
|
1281
|
+
css$Z[`size-${props.size || 24}`],
|
|
1314
1282
|
'uui-status_indicator',
|
|
1315
1283
|
`uui-color-${props.color || 'neutral'}`,
|
|
1316
1284
|
`uui-fill-${props.fill || 'solid'}`,
|
|
1317
1285
|
props.cx,
|
|
1318
1286
|
]) },
|
|
1319
|
-
React__default.createElement("div", { className: "uui-
|
|
1320
|
-
React__default.createElement("p", { className: "uui-
|
|
1287
|
+
React__default.createElement("div", { className: "uui-status_indicator_dot" }),
|
|
1288
|
+
React__default.createElement("p", { className: "uui-status_indicator_caption" }, props.caption)));
|
|
1321
1289
|
});
|
|
1322
1290
|
|
|
1323
|
-
var css$Y = {"drag-handle":"
|
|
1291
|
+
var css$Y = {"drag-handle":"fckJAU","icon-container":"J7E2RC","dragHandle":"fckJAU","iconContainer":"J7E2RC"};
|
|
1324
1292
|
|
|
1325
1293
|
function DataRowAddons(props) {
|
|
1326
1294
|
var _a, _b;
|
|
@@ -1334,15 +1302,15 @@ function DataRowAddons(props) {
|
|
|
1334
1302
|
return (React__default.createElement(React__default.Fragment, null,
|
|
1335
1303
|
((_a = row.dnd) === null || _a === void 0 ? void 0 : _a.srcData) && React__default.createElement(DragHandle, { key: "dh", cx: css$Y.dragHandle }),
|
|
1336
1304
|
((_b = row === null || row === void 0 ? void 0 : row.checkbox) === null || _b === void 0 ? void 0 : _b.isVisible) && (React__default.createElement(Checkbox, { key: "cb", cx: "uui-dr_addons-checkbox", tabIndex: props.tabIndex, size: settings.sizes.rowAddons.checkbox[props.size], value: row.isChecked, indeterminate: !row.isChecked && row.isChildrenChecked, onValueChange: () => { var _a; return (_a = row.onCheck) === null || _a === void 0 ? void 0 : _a.call(row, row); }, isDisabled: row.checkbox.isDisabled, isInvalid: row.checkbox.isInvalid })),
|
|
1337
|
-
row.indent > 0 && (React__default.createElement("div", { key: "fold", className:
|
|
1305
|
+
row.indent > 0 && (React__default.createElement("div", { key: "fold", className: "uui-dr_addons-indent", style: { marginInlineStart: getIndent(), width: getWidth() } }, row.isFoldable && (React__default.createElement(IconContainer, { rawProps: {
|
|
1338
1306
|
'aria-label': row.isFolded ? 'Unfold' : 'Fold',
|
|
1339
1307
|
role: 'button',
|
|
1340
1308
|
}, key: "icon", icon: ForwardRef$P, cx: [
|
|
1341
1309
|
uuiElement.foldingArrow, uuiMarkers.clickable, css$Y.iconContainer,
|
|
1342
|
-
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row)
|
|
1310
|
+
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row) }))))));
|
|
1343
1311
|
}
|
|
1344
1312
|
|
|
1345
|
-
var css$X = {"root":"
|
|
1313
|
+
var css$X = {"root":"_9gfLAf"};
|
|
1346
1314
|
|
|
1347
1315
|
const Blocker = /* @__PURE__ */withMods(Blocker$1, () => [css$X.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__default.createElement(Spinner, null)) }));
|
|
1348
1316
|
|
|
@@ -1383,7 +1351,7 @@ const VirtualListView = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1383
1351
|
React.createElement(Blocker, { isEnabled: props.isLoading })));
|
|
1384
1352
|
});
|
|
1385
1353
|
|
|
1386
|
-
var css$W = {"root":"
|
|
1354
|
+
var css$W = {"root":"_0x6h91"};
|
|
1387
1355
|
|
|
1388
1356
|
function CheckboxGroup(props) {
|
|
1389
1357
|
const currentValue = props.value || [];
|
|
@@ -1545,7 +1513,7 @@ const TREE_SHAKEABLE_INIT = () => (Object.assign(Object.assign({}, i18n$1), { da
|
|
|
1545
1513
|
} }));
|
|
1546
1514
|
const i18n = /* @__PURE__ */TREE_SHAKEABLE_INIT();
|
|
1547
1515
|
|
|
1548
|
-
var css$V = {"uui-typography":"
|
|
1516
|
+
var css$V = {"uui-typography":"_9FBXWI","hero-header":"dQmGPL","promo-header":"OHSr4R","uui-critical":"QDcjtw","uui-info":"cKR3s8","uui-success":"SYGNCp","uui-warning":"ipZaQ1","uui-highlight":"XRJxXs","uui-typography-size-12":"uOSImV","uui-typography-size-14":"EXF3SG","uui-typography-size-16":"RXft5S","modal":"-UIpdY","search-wrapper":"TZspgz","body":"oaejDL","checkbox":"sROd5F","no-found-size-24":"_6w4-yv","no-found-size-30":"XiGl1n","no-found-size-36":"NjVGaH","no-found-size-42":"HivZGS","uuiTypography":"_9FBXWI","heroHeader":"dQmGPL","promoHeader":"OHSr4R","uuiCritical":"QDcjtw","uuiInfo":"cKR3s8","uuiSuccess":"SYGNCp","uuiWarning":"ipZaQ1","uuiHighlight":"XRJxXs","uuiTypographySize12":"uOSImV","uuiTypographySize14":"EXF3SG","uuiTypographySize16":"RXft5S","searchWrapper":"TZspgz","noFoundSize24":"_6w4-yv","noFoundSize30":"XiGl1n","noFoundSize36":"NjVGaH","noFoundSize42":"HivZGS"};
|
|
1549
1517
|
|
|
1550
1518
|
class DataPickerBody extends PickerBodyBase {
|
|
1551
1519
|
constructor() {
|
|
@@ -1567,7 +1535,7 @@ class DataPickerBody extends PickerBodyBase {
|
|
|
1567
1535
|
this.showSearch() && (React__default.createElement("div", { key: "search", className: css$V.searchWrapper },
|
|
1568
1536
|
React__default.createElement(FlexCell$1, { grow: 1 },
|
|
1569
1537
|
React__default.createElement(SearchInput, Object.assign({ ref: this.searchRef, placeholder: i18n.dataPickerBody.searchPlaceholder }, this.searchLens.toProps(), { onKeyDown: this.searchKeyDown, size: searchSize, debounceDelay: this.props.searchDebounceDelay, rawProps: { dir: 'auto' } }))))),
|
|
1570
|
-
React__default.createElement(FlexRow, { key: "body", cx: cx$1('uui-
|
|
1538
|
+
React__default.createElement(FlexRow, { key: "body", cx: cx$1('uui-pickerInput-body', css$V[this.props.editMode], css$V[this.props.selectionMode]), rawProps: { style: { maxHeight: this.props.maxHeight, maxWidth: this.props.maxWidth } } }, this.props.rowsCount > 0 ? (React__default.createElement(VirtualList, Object.assign({}, this.lens.toProps(), { rows: this.props.rows, rawProps: this.props.rawProps, rowsCount: this.props.rowsCount, isLoading: this.props.isReloading }))) : (this.renderNotFound()))));
|
|
1571
1539
|
}
|
|
1572
1540
|
}
|
|
1573
1541
|
|
|
@@ -1583,7 +1551,7 @@ function DataPickerFooterImpl(props) {
|
|
|
1583
1551
|
const selectAllText = i18n.pickerInput.selectAllButton;
|
|
1584
1552
|
// show always for multi picker and for single only in case if search not disabled.
|
|
1585
1553
|
const shouldShowFooter = isSinglePicker ? !props.disableClear : true;
|
|
1586
|
-
return shouldShowFooter && (React__default.createElement(FlexRow, { padding: settings.sizes.dataPickerFooter.flexRowPadding },
|
|
1554
|
+
return shouldShowFooter && (React__default.createElement(FlexRow, { size: props.size, padding: settings.sizes.dataPickerFooter.flexRowPadding },
|
|
1587
1555
|
!isSinglePicker && (React__default.createElement(Switch, { size: settings.sizes.dataPickerFooter.switch[props.size], value: showSelected.value, isDisabled: !hasSelection, onValueChange: showSelected.onValueChange, label: i18n.pickerInput.showOnlySelectedLabel })),
|
|
1588
1556
|
React__default.createElement(FlexSpacer, null),
|
|
1589
1557
|
React__default.createElement(FlexCell, { width: "auto", alignSelf: "center" },
|
|
@@ -1596,7 +1564,7 @@ function DataPickerFooterImpl(props) {
|
|
|
1596
1564
|
}
|
|
1597
1565
|
const DataPickerFooter = /* @__PURE__ */React__default.memo(DataPickerFooterImpl);
|
|
1598
1566
|
|
|
1599
|
-
var css$U = {"header":"
|
|
1567
|
+
var css$U = {"header":"AsG0MA","close":"Ou-LuF"};
|
|
1600
1568
|
|
|
1601
1569
|
const DataPickerHeaderImpl = (props) => {
|
|
1602
1570
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -1621,7 +1589,7 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
|
1621
1589
|
};
|
|
1622
1590
|
var ForwardRef$t = /*#__PURE__*/forwardRef(SvgNotificationDoneFill);
|
|
1623
1591
|
|
|
1624
|
-
var css$T = {"uui-typography":"
|
|
1592
|
+
var css$T = {"uui-typography":"QPvcag","hero-header":"V-2MJd","promo-header":"IRXp7i","uui-critical":"_9WOb4K","uui-info":"yIWp6o","uui-success":"IQ8TlX","uui-warning":"Uq-FqP","uui-highlight":"_7k0OGv","uui-typography-size-12":"GkKY2C","uui-typography-size-14":"jkheim","uui-typography-size-16":"qCCFk-","root":"_0pY31x","align-widgets-top":"GCMWEK","size-24":"j-qjNr","size-30":"PgPihl","size-36":"a-XyqO","size-42":"_99dhi-","size-48":"_6Nwsx-","size-60":"Fnm9tr","align-widgets-center":"Olw4c9","icon-wrapper":"FkoW6u","padding-12":"q9FHNi","padding-24":"ALqXhk","padding-left-12":"_6CzVO-","padding-left-24":"_62zeHj","icon-container":"ML5ptz","loading-cell":"SKhMde","content-wrapper":"ekv0n-","render-item":"a-9dwU","icon-default":"OLhNfN","selected-mark":"UWu3kk","uuiTypography":"QPvcag","heroHeader":"V-2MJd","promoHeader":"IRXp7i","uuiCritical":"_9WOb4K","uuiInfo":"yIWp6o","uuiSuccess":"IQ8TlX","uuiWarning":"Uq-FqP","uuiHighlight":"_7k0OGv","uuiTypographySize12":"GkKY2C","uuiTypographySize14":"jkheim","uuiTypographySize16":"qCCFk-","alignWidgetsTop":"GCMWEK","size24":"j-qjNr","size30":"PgPihl","size36":"a-XyqO","size42":"_99dhi-","size48":"_6Nwsx-","size60":"Fnm9tr","alignWidgetsCenter":"Olw4c9","iconWrapper":"FkoW6u","padding12":"q9FHNi","padding24":"ALqXhk","paddingLeft12":"_6CzVO-","paddingLeft24":"_62zeHj","iconContainer":"ML5ptz","loadingCell":"SKhMde","contentWrapper":"ekv0n-","renderItem":"a-9dwU","iconDefault":"OLhNfN","selectedMark":"UWu3kk"};
|
|
1625
1593
|
|
|
1626
1594
|
function DataPickerCell(props) {
|
|
1627
1595
|
const ref = React.useRef();
|
|
@@ -1640,7 +1608,7 @@ function DataPickerCell(props) {
|
|
|
1640
1608
|
props.renderItem(props.rowProps.value, props.rowProps),
|
|
1641
1609
|
React.createElement(FlexSpacer, null),
|
|
1642
1610
|
(props.rowProps.isChildrenSelected || props.rowProps.isSelected) && (React.createElement("div", { className: cx$1(css$T.iconWrapper, uuiMod.selected) },
|
|
1643
|
-
React.createElement(IconContainer, {
|
|
1611
|
+
React.createElement(IconContainer, { icon: settings.sizes.dataPickerCell.isBoldIcon[props.size] ? ForwardRef$t : ForwardRef$O, cx: props.rowProps.isChildrenSelected ? css$T.iconDefault : css$T.selectedMark, rawProps: { 'aria-label': props.rowProps.isChildrenSelected
|
|
1644
1612
|
? 'Child is selected'
|
|
1645
1613
|
: 'Selected' } })))));
|
|
1646
1614
|
}
|
|
@@ -1649,16 +1617,16 @@ function DataPickerCell(props) {
|
|
|
1649
1617
|
css$T.root,
|
|
1650
1618
|
props.cx,
|
|
1651
1619
|
'data-picker-cell',
|
|
1652
|
-
'
|
|
1620
|
+
css$T['size-' + (props.size || settings.sizes.defaults.dataPickerCell)],
|
|
1653
1621
|
css$T[`padding-${props.padding || settings.sizes.dataPickerCell.padding.default}`],
|
|
1654
1622
|
css$T[`padding-left-${props.padding || settings.sizes.dataPickerCell.paddingLeft.default}`],
|
|
1655
1623
|
css$T[`align-widgets-${props.alignActions || 'top'}`],
|
|
1656
1624
|
] },
|
|
1657
|
-
React.createElement(DataRowAddons, Object.assign({
|
|
1625
|
+
React.createElement(DataRowAddons, Object.assign({}, props)),
|
|
1658
1626
|
getWrappedContent()));
|
|
1659
1627
|
}
|
|
1660
1628
|
|
|
1661
|
-
var css$S = {"uui-typography":"
|
|
1629
|
+
var css$S = {"uui-typography":"FmfIHs","hero-header":"oZ31-c","promo-header":"HVdrMv","uui-critical":"Fs3Ykm","uui-info":"_4O9Tu2","uui-success":"PJbLww","uui-warning":"WZVvL7","uui-highlight":"-rbQhx","uui-typography-size-12":"GCZtz5","uui-typography-size-14":"GmO0xR","uui-typography-size-16":"wErLjb","picker-row":"rMUqY3","uuiTypography":"FmfIHs","heroHeader":"oZ31-c","promoHeader":"HVdrMv","uuiCritical":"Fs3Ykm","uuiInfo":"_4O9Tu2","uuiSuccess":"PJbLww","uuiWarning":"WZVvL7","uuiHighlight":"-rbQhx","uuiTypographySize12":"GCZtz5","uuiTypographySize14":"GmO0xR","uuiTypographySize16":"wErLjb","pickerRow":"rMUqY3"};
|
|
1662
1630
|
|
|
1663
1631
|
class DataPickerRow extends React.Component {
|
|
1664
1632
|
constructor() {
|
|
@@ -1672,7 +1640,7 @@ class DataPickerRow extends React.Component {
|
|
|
1672
1640
|
}
|
|
1673
1641
|
}
|
|
1674
1642
|
|
|
1675
|
-
var css$R = {"uui-typography":"
|
|
1643
|
+
var css$R = {"uui-typography":"Qf8B0c","hero-header":"ZUCnrK","promo-header":"Gjl-nV","uui-critical":"_2My7iB","uui-info":"dBZXW3","uui-success":"L3Ezme","uui-warning":"oJtLyh","uui-highlight":"MDZtHx","uui-typography-size-12":"_0djMrO","uui-typography-size-14":"mR0uSv","uui-typography-size-16":"l3--Bo","done":"GyrnDl","container":"bZwlMZ","uuiTypography":"Qf8B0c","heroHeader":"ZUCnrK","promoHeader":"Gjl-nV","uuiCritical":"_2My7iB","uuiInfo":"dBZXW3","uuiSuccess":"L3Ezme","uuiWarning":"oJtLyh","uuiHighlight":"MDZtHx","uuiTypographySize12":"_0djMrO","uuiTypographySize14":"mR0uSv","uuiTypographySize16":"l3--Bo"};
|
|
1676
1644
|
|
|
1677
1645
|
const MobileDropdownWrapper = (props) => {
|
|
1678
1646
|
const isMobileView = isMobile();
|
|
@@ -1706,7 +1674,7 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
1706
1674
|
};
|
|
1707
1675
|
var ForwardRef$s = /*#__PURE__*/forwardRef(SvgSearchWithBackground);
|
|
1708
1676
|
|
|
1709
|
-
var css$Q = {"uui-typography":"
|
|
1677
|
+
var css$Q = {"uui-typography":"PpWSdk","hero-header":"wlL7bh","promo-header":"wGYonH","uui-critical":"KEOKF3","uui-info":"c8AeQl","uui-success":"_1a3CQh","uui-warning":"OJoCt9","uui-highlight":"_07fBEq","uui-typography-size-12":"mVqxTU","uui-typography-size-14":"aCQS1s","uui-typography-size-16":"_6Cfv7R","sub-header-wrapper":"_6RH-ER","switch":"eMwUNU","no-found-modal-container":"jkfRir","no-found-modal-container-icon":"_6E0Vdv","no-found-modal-container-text":"_0H-n0R","uuiTypography":"PpWSdk","heroHeader":"wlL7bh","promoHeader":"wGYonH","uuiCritical":"KEOKF3","uuiInfo":"c8AeQl","uuiSuccess":"_1a3CQh","uuiWarning":"OJoCt9","uuiHighlight":"_07fBEq","uuiTypographySize12":"mVqxTU","uuiTypographySize14":"aCQS1s","uuiTypographySize16":"_6Cfv7R","subHeaderWrapper":"_6RH-ER","$switch$":"eMwUNU","noFoundModalContainer":"jkfRir","noFoundModalContainerIcon":"_6E0Vdv","noFoundModalContainerText":"_0H-n0R"};
|
|
1710
1678
|
|
|
1711
1679
|
const mergeHighlightRanges = (ranges) => {
|
|
1712
1680
|
const mergedRanges = [];
|
|
@@ -1773,7 +1741,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
1773
1741
|
return getDecoratedText(str, ranges);
|
|
1774
1742
|
};
|
|
1775
1743
|
|
|
1776
|
-
var css$P = {"root":"
|
|
1744
|
+
var css$P = {"root":"mmYa0s","multiline":"xLOCRX","vertical-padding-24":"nOaCUi","vertical-padding-30":"pd-lzg","vertical-padding-36":"s5d-Kk","vertical-padding-42":"U3tr3Q","vertical-padding-48":"tXY3s-","text":"YPdGp9","verticalPadding24":"nOaCUi","verticalPadding30":"pd-lzg","verticalPadding36":"s5d-Kk","verticalPadding42":"U3tr3Q","verticalPadding48":"tXY3s-"};
|
|
1777
1745
|
|
|
1778
1746
|
function PickerItem(props) {
|
|
1779
1747
|
var _a;
|
|
@@ -1848,7 +1816,7 @@ function PickerModal(props) {
|
|
|
1848
1816
|
React__default.createElement(ModalFooter, { padding: "24", vPadding: "24" }, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
1849
1817
|
}
|
|
1850
1818
|
|
|
1851
|
-
var css$O = {"tooltip":"
|
|
1819
|
+
var css$O = {"tooltip":"jDCW6F"};
|
|
1852
1820
|
|
|
1853
1821
|
const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1854
1822
|
var _a;
|
|
@@ -1863,7 +1831,7 @@ const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1863
1831
|
}
|
|
1864
1832
|
});
|
|
1865
1833
|
|
|
1866
|
-
var css$N = {"uui-typography":"
|
|
1834
|
+
var css$N = {"uui-typography":"k8B2ZT","hero-header":"T8-IyF","promo-header":"JJhriO","uui-critical":"JBgIwn","uui-info":"wZXcpZ","uui-success":"WW-7EP","uui-warning":"jvhKKc","uui-highlight":"n3o8D-","uui-typography-size-12":"sesXow","uui-typography-size-14":"EawdDj","uui-typography-size-16":"xWlrEo","root":"i9olSn","mode-form":"xKiAUk","mode-cell":"GgJkaZ","mode-inline":"qlO6lT","uuiTypography":"k8B2ZT","heroHeader":"T8-IyF","promoHeader":"JJhriO","uuiCritical":"JBgIwn","uuiInfo":"wZXcpZ","uuiSuccess":"WW-7EP","uuiWarning":"jvhKKc","uuiHighlight":"n3o8D-","uuiTypographySize12":"sesXow","uuiTypographySize14":"EawdDj","uuiTypographySize16":"xWlrEo","modeForm":"xKiAUk","modeCell":"GgJkaZ","modeInline":"qlO6lT"};
|
|
1867
1835
|
|
|
1868
1836
|
const defaultMode$1 = EditMode.FORM;
|
|
1869
1837
|
function applyPickerTogglerMods(mods) {
|
|
@@ -1963,7 +1931,7 @@ function PickerInputComponent(_a, ref) {
|
|
|
1963
1931
|
}
|
|
1964
1932
|
const PickerInput = /* @__PURE__ */React__default.forwardRef(PickerInputComponent);
|
|
1965
1933
|
|
|
1966
|
-
var css$M = {"row":"
|
|
1934
|
+
var css$M = {"row":"Zax1QT"};
|
|
1967
1935
|
|
|
1968
1936
|
function PickerListItem(props) {
|
|
1969
1937
|
var _a;
|
|
@@ -1984,7 +1952,7 @@ function PickerListItem(props) {
|
|
|
1984
1952
|
return (React__default.createElement("div", Object.assign({ role: "option", "aria-selected": props.isSelectable ? props.isSelected : undefined, "aria-busy": props.isLoading, "aria-posinset": props.index + 1 }, (((_a = props.checkbox) === null || _a === void 0 ? void 0 : _a.isVisible) && { 'aria-checked': props.isChecked }), { className: css$M.row }), component));
|
|
1985
1953
|
}
|
|
1986
1954
|
|
|
1987
|
-
var css$L = {"root":"
|
|
1955
|
+
var css$L = {"root":"OyxxD0"};
|
|
1988
1956
|
|
|
1989
1957
|
function PickerList(props) {
|
|
1990
1958
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = usePickerList(props);
|
|
@@ -2024,7 +1992,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
2024
1992
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
2025
1993
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
2026
1994
|
|
|
2027
|
-
var css$K = {"uui-typography":"
|
|
1995
|
+
var css$K = {"uui-typography":"i2XOFE","hero-header":"vMErKD","promo-header":"cdKKLT","uui-critical":"sY32OM","uui-info":"AUiJ3L","uui-success":"i3ZUkD","uui-warning":"Qs2S37","uui-highlight":"dU180z","uui-typography-size-12":"QJ3448","uui-typography-size-14":"_7X3a0-","uui-typography-size-16":"LnT9-R","root":"LQYu-U","title-wrapper":"Wg5toh","title":"qbn6Ho","text-wrapper":"yU-Dd3","selection":"_6koK89","postfix":"_1PTpqV","selected":"MqLtEt","uuiTypography":"i2XOFE","heroHeader":"vMErKD","promoHeader":"cdKKLT","uuiCritical":"sY32OM","uuiInfo":"AUiJ3L","uuiSuccess":"i3ZUkD","uuiWarning":"Qs2S37","uuiHighlight":"dU180z","uuiTypographySize12":"QJ3448","uuiTypographySize14":"_7X3a0-","uuiTypographySize16":"LnT9-R","titleWrapper":"Wg5toh","textWrapper":"yU-Dd3"};
|
|
2028
1996
|
|
|
2029
1997
|
const defaultSize = '36';
|
|
2030
1998
|
const FilterPanelItemToggler = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
@@ -2091,7 +2059,7 @@ function FilterPickerBody(_a) {
|
|
|
2091
2059
|
};
|
|
2092
2060
|
const renderItem = (item, rowProps, dsState) => {
|
|
2093
2061
|
const { flattenSearchResults } = view.getConfig();
|
|
2094
|
-
return (React.createElement(PickerItem, Object.assign({ title: getName(item), highlightSearchMatches: highlightSearchMatches }, (flattenSearchResults ? { subtitle: getSubtitle(rowProps, dsState) } : {}), { dataSourceState: dsState, size:
|
|
2062
|
+
return (React.createElement(PickerItem, Object.assign({ title: getName(item), highlightSearchMatches: highlightSearchMatches }, (flattenSearchResults ? { subtitle: getSubtitle(rowProps, dsState) } : {}), { dataSourceState: dsState, size: "36" }, rowProps)));
|
|
2095
2063
|
};
|
|
2096
2064
|
const onSelect = (row) => {
|
|
2097
2065
|
handleDataSourceValueChange((currentDataSourceState) => (Object.assign(Object.assign({}, currentDataSourceState), { search: '', selectedId: row.id })));
|
|
@@ -2100,24 +2068,24 @@ function FilterPickerBody(_a) {
|
|
|
2100
2068
|
if (rowProps.isSelectable && isSingleSelect() && props.editMode !== 'modal') {
|
|
2101
2069
|
rowProps.onSelect = onSelect;
|
|
2102
2070
|
}
|
|
2103
|
-
return props.renderRow ? (props.renderRow(rowProps, dataSourceState)) : (React.createElement(DataPickerRow, Object.assign({}, rowProps, { key: rowProps.rowKey, size:
|
|
2071
|
+
return props.renderRow ? (props.renderRow(rowProps, dataSourceState)) : (React.createElement(DataPickerRow, Object.assign({}, rowProps, { key: rowProps.rowKey, size: "36", padding: "12", renderItem: (item, itemProps) => renderItem(item, itemProps, dsState) })));
|
|
2104
2072
|
};
|
|
2105
2073
|
const renderFooter = () => {
|
|
2106
|
-
return React.createElement(DataPickerFooter, Object.assign({}, getFooterProps(), { size:
|
|
2074
|
+
return React.createElement(DataPickerFooter, Object.assign({}, getFooterProps(), { size: "36" }));
|
|
2107
2075
|
};
|
|
2108
2076
|
const renderBody = (bodyProps, rows) => {
|
|
2109
2077
|
const renderedDataRows = rows.map((props) => renderRow(props, dataSourceState));
|
|
2110
2078
|
const maxHeight = isMobile() ? document.documentElement.clientHeight : props.maxBodyHeight || pickerHeight;
|
|
2111
2079
|
const maxWidth = isMobile() ? undefined : 360;
|
|
2112
2080
|
return (React.createElement(React.Fragment, null,
|
|
2113
|
-
React.createElement(DataPickerBody, Object.assign({}, bodyProps, { selectionMode: props.selectionMode, rows: renderedDataRows, maxHeight: maxHeight, maxWidth: maxWidth, searchSize:
|
|
2081
|
+
React.createElement(DataPickerBody, Object.assign({}, bodyProps, { selectionMode: props.selectionMode, rows: renderedDataRows, maxHeight: maxHeight, maxWidth: maxWidth, searchSize: "36", editMode: "dropdown" })),
|
|
2114
2082
|
renderFooter()));
|
|
2115
2083
|
};
|
|
2116
2084
|
const rows = getRows();
|
|
2117
2085
|
return renderBody(Object.assign(Object.assign(Object.assign({}, getPickerBodyProps(rows)), getListProps()), { showSearch: (_b = props.showSearch) !== null && _b !== void 0 ? _b : true }), rows);
|
|
2118
2086
|
}
|
|
2119
2087
|
|
|
2120
|
-
var css$J = {"container":"
|
|
2088
|
+
var css$J = {"container":"kmqeUs"};
|
|
2121
2089
|
|
|
2122
2090
|
const defaultFormat = 'MMM D, YYYY';
|
|
2123
2091
|
const valueFormat = 'YYYY-MM-DD';
|
|
@@ -2254,8 +2222,11 @@ const uuiHeader = {
|
|
|
2254
2222
|
navIconRight: 'uui-datepickerheader-nav-icon-right',
|
|
2255
2223
|
navIconLeft: 'uui-datepickerheader-nav-icon-left',
|
|
2256
2224
|
};
|
|
2257
|
-
const
|
|
2258
|
-
|
|
2225
|
+
const MIN_SOBER_YEAR = 1000;
|
|
2226
|
+
const MAX_SOBER_YEAR = 2200;
|
|
2227
|
+
const isYearWithinSoberRange = (value) => {
|
|
2228
|
+
const year = value.year();
|
|
2229
|
+
return year >= MIN_SOBER_YEAR && year <= MAX_SOBER_YEAR;
|
|
2259
2230
|
};
|
|
2260
2231
|
function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, onValueChange, }) {
|
|
2261
2232
|
const onSetMonth = (newMonth) => {
|
|
@@ -2317,8 +2288,8 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2317
2288
|
: '';
|
|
2318
2289
|
return `${monthSubstr} ${month.year()}`;
|
|
2319
2290
|
}, [view, month]);
|
|
2320
|
-
const disablePrev = view === 'YEAR_SELECTION' && !
|
|
2321
|
-
const disableNext = view === 'YEAR_SELECTION' && !
|
|
2291
|
+
const disablePrev = view === 'YEAR_SELECTION' && !isYearWithinSoberRange(getPrevYearsList(month));
|
|
2292
|
+
const disableNext = view === 'YEAR_SELECTION' && !isYearWithinSoberRange(getNextYearsList(month));
|
|
2322
2293
|
return (React.createElement("div", { className: cx(css$J.container, uuiHeader.container, cx) },
|
|
2323
2294
|
React.createElement("header", { className: uuiHeader.header },
|
|
2324
2295
|
React.createElement(Button, { icon: navIconLeft || ForwardRef$v, color: "secondary", fill: "ghost", cx: uuiHeader.navIconLeft, onClick: () => onLeftNavigationArrow(), isDisabled: disablePrev }),
|
|
@@ -2326,14 +2297,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2326
2297
|
React.createElement(Button, { icon: navIconRight || ForwardRef$u, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: () => onRightNavigationArrow(), isDisabled: disableNext }))));
|
|
2327
2298
|
}
|
|
2328
2299
|
|
|
2329
|
-
var css$I = {"uui-typography":"
|
|
2300
|
+
var css$I = {"uui-typography":"PZUczH","hero-header":"vM0FWE","promo-header":"_2YnTFn","uui-critical":"wmBMsX","uui-info":"oiBb-t","uui-success":"LXdAp5","uui-warning":"U0neg8","uui-highlight":"m1OC19","uui-typography-size-12":"GjGb0a","uui-typography-size-14":"Jw29EE","uui-typography-size-16":"W0307i","root":"jrlB--","uuiTypography":"PZUczH","heroHeader":"vM0FWE","promoHeader":"_2YnTFn","uuiCritical":"wmBMsX","uuiInfo":"oiBb-t","uuiSuccess":"LXdAp5","uuiWarning":"U0neg8","uuiHighlight":"m1OC19","uuiTypographySize12":"GjGb0a","uuiTypographySize14":"Jw29EE","uuiTypographySize16":"W0307i"};
|
|
2330
2301
|
|
|
2331
2302
|
function applyDateSelectionMods() {
|
|
2332
2303
|
return [css$I.root];
|
|
2333
2304
|
}
|
|
2334
2305
|
const Calendar = /* @__PURE__ */withMods(Calendar$1, applyDateSelectionMods);
|
|
2335
2306
|
|
|
2336
|
-
var css$H = {"uui-typography":"
|
|
2307
|
+
var css$H = {"uui-typography":"vVbiUM","hero-header":"M5YX6y","promo-header":"_0SWykw","uui-critical":"rgxNZ1","uui-info":"DYswsY","uui-success":"_7GZb06","uui-warning":"xzZPvC","uui-highlight":"NZDHql","uui-typography-size-12":"h7ec6o","uui-typography-size-14":"iE4MUa","uui-typography-size-16":"WJR4YD","root":"zN6NtQ","uuiTypography":"vVbiUM","heroHeader":"M5YX6y","promoHeader":"_0SWykw","uuiCritical":"rgxNZ1","uuiInfo":"DYswsY","uuiSuccess":"_7GZb06","uuiWarning":"xzZPvC","uuiHighlight":"NZDHql","uuiTypographySize12":"h7ec6o","uuiTypographySize14":"iE4MUa","uuiTypographySize16":"WJR4YD"};
|
|
2337
2308
|
|
|
2338
2309
|
const uuiDatePickerBody = {
|
|
2339
2310
|
wrapper: 'uui-datepickerBody-wrapper',
|
|
@@ -2421,7 +2392,7 @@ function FilterDatePickerBody(props) {
|
|
|
2421
2392
|
} })))));
|
|
2422
2393
|
}
|
|
2423
2394
|
|
|
2424
|
-
var css$G = {"uui-typography":"
|
|
2395
|
+
var css$G = {"uui-typography":"zwIz0B","hero-header":"A3OLrk","promo-header":"qb4RXH","uui-critical":"VODMfm","uui-info":"f7rYM9","uui-success":"jwMDng","uui-warning":"_-5UKYH","uui-highlight":"_6ZR2XF","uui-typography-size-12":"wLtJVt","uui-typography-size-14":"M30Nhp","uui-typography-size-16":"yU4qLl","dropdown-container":"r2qPAd","date-input":"FcHsRd","date-input-group":"uyNxar","separator":"Z8JIJv","mode-form":"fcqDvF","mode-cell":"QfcnjY","uuiTypography":"zwIz0B","heroHeader":"A3OLrk","promoHeader":"qb4RXH","uuiCritical":"VODMfm","uuiInfo":"f7rYM9","uuiSuccess":"jwMDng","uuiWarning":"_-5UKYH","uuiHighlight":"_6ZR2XF","uuiTypographySize12":"wLtJVt","uuiTypographySize14":"M30Nhp","uuiTypographySize16":"yU4qLl","dropdownContainer":"r2qPAd","dateInput":"FcHsRd","dateInputGroup":"uyNxar","modeForm":"fcqDvF","modeCell":"QfcnjY"};
|
|
2425
2396
|
|
|
2426
2397
|
const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onBlur, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, id, cx: classes, }, ref) => {
|
|
2427
2398
|
const [inputValue, setInputValue] = useState(toCustomDateRangeFormat(value, format));
|
|
@@ -2512,7 +2483,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
2512
2483
|
React__default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
2513
2484
|
}
|
|
2514
2485
|
|
|
2515
|
-
var css$F = {"container":"
|
|
2486
|
+
var css$F = {"container":"OUGe-z"};
|
|
2516
2487
|
|
|
2517
2488
|
function FilterNumericBody(props) {
|
|
2518
2489
|
var _a, _b;
|
|
@@ -2597,7 +2568,7 @@ function FilterItemBody(props) {
|
|
|
2597
2568
|
|
|
2598
2569
|
var _path$r;
|
|
2599
2570
|
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); }
|
|
2600
|
-
var
|
|
2571
|
+
var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
2601
2572
|
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
2602
2573
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2603
2574
|
width: 24,
|
|
@@ -2605,14 +2576,12 @@ var SvgActionDeleteForeverFill = function SvgActionDeleteForeverFill(props, ref)
|
|
|
2605
2576
|
viewBox: "0 0 24 24",
|
|
2606
2577
|
ref: ref
|
|
2607
2578
|
}, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
2608
|
-
|
|
2609
|
-
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",
|
|
2610
|
-
clipRule: "evenodd"
|
|
2579
|
+
d: "M9 3v1H4v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3H9zM7 6h10v13H7V6zm2 2v9h2V8H9zm4 0v9h2V8h-2z"
|
|
2611
2580
|
})));
|
|
2612
2581
|
};
|
|
2613
|
-
var ForwardRef$r = /*#__PURE__*/forwardRef(
|
|
2582
|
+
var ForwardRef$r = /*#__PURE__*/forwardRef(SvgActionDeleteOutline);
|
|
2614
2583
|
|
|
2615
|
-
var css$E = {"uui-typography":"
|
|
2584
|
+
var css$E = {"uui-typography":"vzDDyE","hero-header":"_5Ygzwk","promo-header":"xOKDYO","uui-critical":"OYmRHZ","uui-info":"Zf6K9-","uui-success":"G3TnMO","uui-warning":"opVz99","uui-highlight":"LJZU2F","uui-typography-size-12":"PmHW-X","uui-typography-size-14":"-nd0gb","uui-typography-size-16":"_7gd4Mn","header":"W1sfOj","removeButton":"XnVLLa","with-search":"ws0jAn","uuiTypography":"vzDDyE","heroHeader":"_5Ygzwk","promoHeader":"xOKDYO","uuiCritical":"OYmRHZ","uuiInfo":"Zf6K9-","uuiSuccess":"G3TnMO","uuiWarning":"opVz99","uuiHighlight":"LJZU2F","uuiTypographySize12":"PmHW-X","uuiTypographySize14":"-nd0gb","uuiTypographySize16":"_7gd4Mn","withSearch":"ws0jAn"};
|
|
2616
2585
|
|
|
2617
2586
|
function useView(props, value) {
|
|
2618
2587
|
const forceUpdate = useForceUpdate();
|
|
@@ -2900,7 +2869,8 @@ function FiltersToolbarImpl(props) {
|
|
|
2900
2869
|
return orderBy(selectedFilters, (f) => { var _a, _b; return (_b = (_a = tableState.filtersConfig) === null || _a === void 0 ? void 0 : _a[f.field]) === null || _b === void 0 ? void 0 : _b.order; });
|
|
2901
2870
|
}, [filters, tableState.filtersConfig]);
|
|
2902
2871
|
const renderAddFilterToggler = useCallback((togglerProps) => {
|
|
2903
|
-
|
|
2872
|
+
var _a;
|
|
2873
|
+
return (React__default.createElement(Button, { size: (_a = props.size) !== null && _a !== void 0 ? _a : '36', onClick: togglerProps.onClick, ref: togglerProps.ref, caption: i18n.filterToolbar.addCaption, icon: ForwardRef$q, iconPosition: "left", fill: "ghost", color: "primary", cx: UUI_FILTERS_PANEL_ADD_BUTTON }));
|
|
2904
2874
|
}, []);
|
|
2905
2875
|
const getRowOptions = useCallback((item) => ({
|
|
2906
2876
|
isDisabled: item.isAlwaysVisible,
|
|
@@ -2933,7 +2903,7 @@ function FiltersToolbarImpl(props) {
|
|
|
2933
2903
|
}
|
|
2934
2904
|
const FiltersPanel = /* @__PURE__ */React__default.memo(FiltersToolbarImpl);
|
|
2935
2905
|
|
|
2936
|
-
var css$D = {"divider":"
|
|
2906
|
+
var css$D = {"divider":"gLsq-B","dropdownDeleteIcon":"Nt0O38","presetsWrapper":"yNKxfT","addPresetContainer":"-UACv-","dropContainer":"-V7pyg"};
|
|
2937
2907
|
|
|
2938
2908
|
var _path$p;
|
|
2939
2909
|
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); }
|
|
@@ -3046,22 +3016,7 @@ var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
|
3046
3016
|
};
|
|
3047
3017
|
var ForwardRef$j = /*#__PURE__*/forwardRef(SvgContentLinkOutline);
|
|
3048
3018
|
|
|
3049
|
-
var
|
|
3050
|
-
function _extends$i() { _extends$i = 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$i.apply(this, arguments); }
|
|
3051
|
-
var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
3052
|
-
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
3053
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3054
|
-
width: 24,
|
|
3055
|
-
height: 24,
|
|
3056
|
-
viewBox: "0 0 24 24",
|
|
3057
|
-
ref: ref
|
|
3058
|
-
}, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
|
|
3059
|
-
d: "M9 3v1H4v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3H9zM7 6h10v13H7V6zm2 2v9h2V8H9zm4 0v9h2V8h-2z"
|
|
3060
|
-
})));
|
|
3061
|
-
};
|
|
3062
|
-
var ForwardRef$i = /*#__PURE__*/forwardRef(SvgActionDeleteOutline);
|
|
3063
|
-
|
|
3064
|
-
var css$C = {"delete-button":"q2wfpv","tab-button":"KA7Wdr","targetOpen":"jaaOf-","deleteButton":"q2wfpv","tabButton":"KA7Wdr"};
|
|
3019
|
+
var css$C = {"delete-button":"hdJ6GI","tab-button":"OXjbnu","targetOpen":"_9oJSVN","deleteButton":"hdJ6GI","tabButton":"OXjbnu"};
|
|
3065
3020
|
|
|
3066
3021
|
function PresetActionsDropdown(props) {
|
|
3067
3022
|
const { uuiNotifications } = useUuiContext();
|
|
@@ -3111,7 +3066,7 @@ function PresetActionsDropdown(props) {
|
|
|
3111
3066
|
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-copyLink`, icon: ForwardRef$j, caption: "Copy Link", onClick: copyUrlToClipboard }),
|
|
3112
3067
|
!isReadonlyPreset && (React__default.createElement(React__default.Fragment, null,
|
|
3113
3068
|
React__default.createElement(DropdownMenuSplitter, { key: "delete-splitter" }),
|
|
3114
|
-
React__default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3069
|
+
React__default.createElement(DropdownMenuButton, { icon: ForwardRef$r, caption: "Delete", cx: css$C.deleteButton, onClick: deleteHandler })))));
|
|
3115
3070
|
};
|
|
3116
3071
|
const renderTarget = useCallback((dropdownProps) => {
|
|
3117
3072
|
return (React__default.createElement(IconButton, Object.assign({ cx: [css$C.tabButton, dropdownProps.isOpen && css$C.targetOpen], color: props.preset.id === props.activePresetId ? 'primary' : 'neutral' }, dropdownProps, { icon: ForwardRef$p, size: "18" })));
|
|
@@ -3119,7 +3074,7 @@ function PresetActionsDropdown(props) {
|
|
|
3119
3074
|
return (React__default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
3120
3075
|
}
|
|
3121
3076
|
|
|
3122
|
-
var css$B = {"preset-input-cell":"
|
|
3077
|
+
var css$B = {"preset-input-cell":"IWGqcV","preset-input":"MA5x-k","presetInputCell":"IWGqcV","presetInput":"MA5x-k"};
|
|
3123
3078
|
|
|
3124
3079
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
3125
3080
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -3152,7 +3107,7 @@ function PresetInput(props) {
|
|
|
3152
3107
|
React__default.createElement(TextInput, { cx: css$B.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
3153
3108
|
}
|
|
3154
3109
|
|
|
3155
|
-
var css$A = {"preset":"
|
|
3110
|
+
var css$A = {"preset":"_5td9-7","activePreset":"G0EzZC"};
|
|
3156
3111
|
|
|
3157
3112
|
function Preset(props) {
|
|
3158
3113
|
const [isRenamePreset, setIsRenamePreset] = useState(false);
|
|
@@ -3173,6 +3128,23 @@ function Preset(props) {
|
|
|
3173
3128
|
return (React__default.createElement(FlexCell, { key: props.preset.id, alignSelf: "center", width: "auto" }, isRenamePreset ? (React__default.createElement(PresetInput, { onCancel: cancelRenamePreset, onSuccess: handlePresetRename, preset: props.preset })) : (React__default.createElement(TabButton, { caption: props.preset.name, onClick: !isPresetActive && choosePresetHandler, cx: [css$A.preset, isPresetActive && css$A.activePreset, UUI_PRESETS_PANEL_PRESET], size: "60", withNotify: isPresetActive && props.hasPresetChanged(props.preset), icon: () => React__default.createElement(PresetActionsDropdown, Object.assign({ renamePreset: setPresetForRename }, props)), iconPosition: "right", isLinkActive: isPresetActive }))));
|
|
3174
3129
|
}
|
|
3175
3130
|
|
|
3131
|
+
var _path$i;
|
|
3132
|
+
function _extends$i() { _extends$i = 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$i.apply(this, arguments); }
|
|
3133
|
+
var SvgActionDeleteForeverFill = function SvgActionDeleteForeverFill(props, ref) {
|
|
3134
|
+
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
3135
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3136
|
+
width: 24,
|
|
3137
|
+
height: 24,
|
|
3138
|
+
viewBox: "0 0 24 24",
|
|
3139
|
+
ref: ref
|
|
3140
|
+
}, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
|
|
3141
|
+
fillRule: "evenodd",
|
|
3142
|
+
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",
|
|
3143
|
+
clipRule: "evenodd"
|
|
3144
|
+
})));
|
|
3145
|
+
};
|
|
3146
|
+
var ForwardRef$i = /*#__PURE__*/forwardRef(SvgActionDeleteForeverFill);
|
|
3147
|
+
|
|
3176
3148
|
function PresetsPanel(props) {
|
|
3177
3149
|
const [isAddingPreset, setIsAddingPreset] = useState(false);
|
|
3178
3150
|
const setAddingPreset = useCallback(() => {
|
|
@@ -3195,7 +3167,7 @@ function PresetsPanel(props) {
|
|
|
3195
3167
|
return (React__default.createElement(Dropdown, { key: "more", renderTarget: (props) => (React__default.createElement(FlexRow, null,
|
|
3196
3168
|
React__default.createElement("div", { className: css$D.divider }),
|
|
3197
3169
|
React__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__default.createElement(DropdownMenuBody, Object.assign({ minWidth: 230 }, propsBody),
|
|
3198
|
-
React__default.createElement(ScrollBars$1, null, hiddenItems.map((hiddenItem) => (React__default.createElement(DropdownMenuButton, { key: hiddenItem.preset.id, onClick: () => onPresetDropdownSelect(hiddenItem), caption: hiddenItem.preset.name, icon: !hiddenItem.preset.isReadonly && ForwardRef$
|
|
3170
|
+
React__default.createElement(ScrollBars$1, null, hiddenItems.map((hiddenItem) => (React__default.createElement(DropdownMenuButton, { key: hiddenItem.preset.id, onClick: () => onPresetDropdownSelect(hiddenItem), caption: hiddenItem.preset.name, icon: !hiddenItem.preset.isReadonly && ForwardRef$i, iconPosition: "right", cx: css$D.dropdownDeleteIcon, onIconClick: !hiddenItem.preset.isReadonly && (() => props.deletePreset(hiddenItem.preset)) })))))) }));
|
|
3199
3171
|
};
|
|
3200
3172
|
const getPresetPriority = (preset, index) => {
|
|
3201
3173
|
return preset.id === props.activePresetId ? 100499 : 1000 - index;
|
|
@@ -3254,7 +3226,7 @@ const useColumnsWithFilters = (initialColumns, filters) => {
|
|
|
3254
3226
|
return columns;
|
|
3255
3227
|
};
|
|
3256
3228
|
|
|
3257
|
-
var css$z = {"line-height-12":"
|
|
3229
|
+
var css$z = {"line-height-12":"SERcjn","line-height-18":"fVVpJt","line-height-24":"e31M2V","line-height-30":"_7brrSE","font-size-10":"WZNxfT","font-size-12":"E7iJ4o","font-size-14":"Ifvwrz","font-size-16":"PnsCR0","font-size-18":"H23nLx","font-size-24":"F3wBjK","v-padding-2":"ivMo0H","v-padding-3":"MZKUHG","v-padding-5":"cq8iGt","v-padding-6":"udVog9","v-padding-8":"_9v03ys","v-padding-9":"Rgl-tJ","v-padding-11":"woY0ZX","v-padding-12":"CKAMMY","v-padding-14":"Z4s4B9","v-padding-15":"pK54Mg","v-padding-17":"cZN17b","v-padding-18":"FKqMog","v-padding-23":"_2LR3zd","v-padding-24":"Qbs5Zp","lineHeight12":"SERcjn","lineHeight18":"fVVpJt","lineHeight24":"e31M2V","lineHeight30":"_7brrSE","fontSize10":"WZNxfT","fontSize12":"E7iJ4o","fontSize14":"Ifvwrz","fontSize16":"PnsCR0","fontSize18":"H23nLx","fontSize24":"F3wBjK","vPadding2":"ivMo0H","vPadding3":"MZKUHG","vPadding5":"cq8iGt","vPadding6":"udVog9","vPadding8":"_9v03ys","vPadding9":"Rgl-tJ","vPadding11":"woY0ZX","vPadding12":"CKAMMY","vPadding14":"Z4s4B9","vPadding15":"pK54Mg","vPadding17":"cZN17b","vPadding18":"FKqMog","vPadding23":"_2LR3zd","vPadding24":"Qbs5Zp"};
|
|
3258
3230
|
|
|
3259
3231
|
function getTextClasses(props, border) {
|
|
3260
3232
|
if (props.size === 'none') {
|
|
@@ -3271,7 +3243,7 @@ function getTextClasses(props, border) {
|
|
|
3271
3243
|
];
|
|
3272
3244
|
}
|
|
3273
3245
|
|
|
3274
|
-
var css$y = {"root":"
|
|
3246
|
+
var css$y = {"root":"JnRYe7"};
|
|
3275
3247
|
|
|
3276
3248
|
function applyTextMods(mods) {
|
|
3277
3249
|
const textClasses = getTextClasses({
|
|
@@ -3290,7 +3262,7 @@ function applyTextMods(mods) {
|
|
|
3290
3262
|
}
|
|
3291
3263
|
const Text = /* @__PURE__ */withMods(uuiComponents.Text, applyTextMods);
|
|
3292
3264
|
|
|
3293
|
-
var css$x = {"root":"
|
|
3265
|
+
var css$x = {"root":"-pFXyW","loading-word":"_33mFUf","animated-loading":"QsQbkF","skeleton_loading":"g0m5MF","loadingWord":"_33mFUf","animatedLoading":"QsQbkF","skeletonLoading":"g0m5MF"};
|
|
3294
3266
|
|
|
3295
3267
|
const TextPlaceholder = (props) => {
|
|
3296
3268
|
const pattern = ' ';
|
|
@@ -3309,7 +3281,7 @@ const TextPlaceholder = (props) => {
|
|
|
3309
3281
|
|
|
3310
3282
|
const RichTextView = /* @__PURE__ */withMods(uuiComponents.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
|
|
3311
3283
|
|
|
3312
|
-
var css$w = {"uui-typography":"
|
|
3284
|
+
var css$w = {"uui-typography":"mgtRF-","hero-header":"FgrSLR","promo-header":"e2eyni","uui-critical":"UkPE8T","uui-info":"vqlymL","uui-success":"cdBn7N","uui-warning":"jXeE4L","uui-highlight":"MQoNxi","uui-typography-size-12":"lD82jb","uui-typography-size-14":"_3adTiR","uui-typography-size-16":"R6UFzo","root":"aD2RH7","modal-blocker":"SavMY-","animateModalBlocker":"GhEbZP","modal":"GGXsWK","modal-footer":"xww5AU","modal-header":"gL8j2F","uuiTypography":"mgtRF-","heroHeader":"FgrSLR","promoHeader":"e2eyni","uuiCritical":"UkPE8T","uuiInfo":"vqlymL","uuiSuccess":"cdBn7N","uuiWarning":"jXeE4L","uuiHighlight":"MQoNxi","uuiTypographySize12":"lD82jb","uuiTypographySize14":"_3adTiR","uuiTypographySize16":"R6UFzo","modalBlocker":"SavMY-","modalFooter":"xww5AU","modalHeader":"gL8j2F"};
|
|
3313
3285
|
|
|
3314
3286
|
const ModalBlocker = /* @__PURE__ */withMods(ModalBlocker$1, () => [css$w.modalBlocker]);
|
|
3315
3287
|
const ModalWindow = /* @__PURE__ */withMods(ModalWindow$1, () => [css$w.root, css$w.modal], (props) => {
|
|
@@ -3363,7 +3335,7 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
|
3363
3335
|
};
|
|
3364
3336
|
var ForwardRef$h = /*#__PURE__*/forwardRef(SvgNotificationHelpFill);
|
|
3365
3337
|
|
|
3366
|
-
var css$v = {"uui-typography":"
|
|
3338
|
+
var css$v = {"uui-typography":"-y5UyA","hero-header":"pf6CuY","promo-header":"Nv-toi","uui-critical":"DU4TPW","uui-info":"MXHu4z","uui-success":"RnAK8T","uui-warning":"_1luZCq","uui-highlight":"DBxaW-","uui-typography-size-12":"pdSxez","uui-typography-size-14":"M-rS41","uui-typography-size-16":"rUSMXd","root":"XzGlMG","icon-wrapper":"vPks8V","action-wrapper":"_6SKJtB","action-link":"hwCYkH","close-icon":"TuYQSp","main-path":"_5xv-K2","content":"ZN-MDY","close-wrapper":"SCO0Ao","notification-wrapper":"VPR2Mi","clear-button":"PjFcxe","uuiTypography":"-y5UyA","heroHeader":"pf6CuY","promoHeader":"Nv-toi","uuiCritical":"DU4TPW","uuiInfo":"MXHu4z","uuiSuccess":"RnAK8T","uuiWarning":"_1luZCq","uuiHighlight":"DBxaW-","uuiTypographySize12":"pdSxez","uuiTypographySize14":"M-rS41","uuiTypographySize16":"rUSMXd","iconWrapper":"vPks8V","actionWrapper":"_6SKJtB","actionLink":"hwCYkH","closeIcon":"TuYQSp","mainPath":"_5xv-K2","closeWrapper":"SCO0Ao","notificationWrapper":"VPR2Mi","clearButton":"PjFcxe"};
|
|
3367
3339
|
|
|
3368
3340
|
const NotificationCard = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
3369
3341
|
const notificationCardNode = React__default.useRef(null);
|
|
@@ -3439,7 +3411,7 @@ function useReliableForceUpdate() {
|
|
|
3439
3411
|
return red[1];
|
|
3440
3412
|
}
|
|
3441
3413
|
|
|
3442
|
-
var css$u = {"root":"
|
|
3414
|
+
var css$u = {"root":"whuI-d","timepicker-input":"Du-izy","ltr-always":"MfDtNi","timepickerInput":"Du-izy","ltrAlways":"MfDtNi"};
|
|
3443
3415
|
|
|
3444
3416
|
const uuiTimePicker = {
|
|
3445
3417
|
container: 'uui-timepicker-container',
|
|
@@ -3632,7 +3604,7 @@ function TimePicker(props) {
|
|
|
3632
3604
|
return (React__default.createElement(Dropdown, { renderTarget: (targetProps) => (props.renderTarget ? props.renderTarget(targetProps) : renderInput(targetProps)), renderBody: (bodyProps) => !props.isDisabled && !props.isReadonly && renderBody(bodyProps), onValueChange: !props.isDisabled && !props.isReadonly ? onToggle : null, value: state.isOpen, modifiers: [{ name: 'offset', options: { offset: [0, 6] } }], forwardedRef: props.forwardedRef }));
|
|
3633
3605
|
}
|
|
3634
3606
|
|
|
3635
|
-
var css$t = {"root":"
|
|
3607
|
+
var css$t = {"root":"_8Vnxuz"};
|
|
3636
3608
|
|
|
3637
3609
|
function applyInputAddonMods() {
|
|
3638
3610
|
return [
|
|
@@ -3641,7 +3613,7 @@ function applyInputAddonMods() {
|
|
|
3641
3613
|
}
|
|
3642
3614
|
const InputAddon = /* @__PURE__ */withMods(InputAddon$1, applyInputAddonMods);
|
|
3643
3615
|
|
|
3644
|
-
var css$s = {"root":"
|
|
3616
|
+
var css$s = {"root":"ECPfU6"};
|
|
3645
3617
|
|
|
3646
3618
|
function applySliderMods() {
|
|
3647
3619
|
return [css$s.root, 'uui-color-neutral'];
|
|
@@ -3724,14 +3696,14 @@ function DatePickerComponent(props, ref) {
|
|
|
3724
3696
|
}
|
|
3725
3697
|
const DatePicker = /* @__PURE__ */React__default.forwardRef(DatePickerComponent);
|
|
3726
3698
|
|
|
3727
|
-
var css$r = {"uui-typography":"
|
|
3699
|
+
var css$r = {"uui-typography":"wLARps","hero-header":"jAq1DI","promo-header":"bnKLnk","uui-critical":"_5-sSsO","uui-info":"qRKYyl","uui-success":"morok5","uui-warning":"l6594V","uui-highlight":"WxZM2L","uui-typography-size-12":"egpev-","uui-typography-size-14":"kacBZ0","uui-typography-size-16":"NvfHqC","root":"kFUmzz","uuiTypography":"wLARps","heroHeader":"jAq1DI","promoHeader":"bnKLnk","uuiCritical":"_5-sSsO","uuiInfo":"qRKYyl","uuiSuccess":"morok5","uuiWarning":"l6594V","uuiHighlight":"WxZM2L","uuiTypographySize12":"egpev-","uuiTypographySize14":"kacBZ0","uuiTypographySize16":"NvfHqC"};
|
|
3728
3700
|
|
|
3729
3701
|
function applyCalendarPresetsMods() {
|
|
3730
3702
|
return [css$r.root];
|
|
3731
3703
|
}
|
|
3732
3704
|
const CalendarPresets = /* @__PURE__ */withMods(CalendarPresets$1, applyCalendarPresetsMods, () => ({}));
|
|
3733
3705
|
|
|
3734
|
-
var css$q = {"uui-typography":"
|
|
3706
|
+
var css$q = {"uui-typography":"ksJB49","hero-header":"qcL0m8","promo-header":"_9tkvF6","uui-critical":"XAYpKH","uui-info":"RkQp32","uui-success":"-vDXje","uui-warning":"H4gEVZ","uui-highlight":"_-8tDjf","uui-typography-size-12":"pjhitz","uui-typography-size-14":"nOOySy","uui-typography-size-16":"qnKJn0","root":"ehGqM-","container":"hJFEvd","day-selection":"EiQ1ge","from-picker":"VLc2Jx","to-picker":"_5EYohA","bodes-wrapper":"gosv7C","blocker":"gqPqtC","uuiTypography":"ksJB49","heroHeader":"qcL0m8","promoHeader":"_9tkvF6","uuiCritical":"XAYpKH","uuiInfo":"RkQp32","uuiSuccess":"-vDXje","uuiWarning":"H4gEVZ","uuiHighlight":"_-8tDjf","uuiTypographySize12":"pjhitz","uuiTypographySize14":"nOOySy","uuiTypographySize16":"qnKJn0","daySelection":"EiQ1ge","fromPicker":"VLc2Jx","toPicker":"_5EYohA","bodesWrapper":"gosv7C"};
|
|
3735
3707
|
|
|
3736
3708
|
const uuiRangeDatePickerBody = {
|
|
3737
3709
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -3975,7 +3947,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
3975
3947
|
}
|
|
3976
3948
|
const RangeDatePicker = /* @__PURE__ */React__default.forwardRef(RangeDatePickerComponent);
|
|
3977
3949
|
|
|
3978
|
-
var css$p = {"root":"
|
|
3950
|
+
var css$p = {"root":"jGY3hn","blocker":"-mJmr6","marker":"zjiTrZ","top":"a267wA","bottom":"yam2vK","left":"mheuyY","right":"aKAsOX","inside":"_0QQQFL"};
|
|
3979
3951
|
|
|
3980
3952
|
function DropMarker(props) {
|
|
3981
3953
|
return props.isDndInProgress
|
|
@@ -3990,12 +3962,12 @@ function DropMarker(props) {
|
|
|
3990
3962
|
: null;
|
|
3991
3963
|
}
|
|
3992
3964
|
|
|
3993
|
-
var css$o = {"uui-typography":"
|
|
3965
|
+
var css$o = {"uui-typography":"cKVLUA","hero-header":"ChpSA6","promo-header":"hy4psS","uui-critical":"cS-9-Z","uui-info":"pfZGlf","uui-success":"uvI46p","uui-warning":"pW8GLy","uui-highlight":"_3SMfoR","uui-typography-size-12":"ebifGW","uui-typography-size-14":"_4rzHqL","uui-typography-size-16":"_8s1IKv","cell":"ZGMzPJ","wrapper":"B7mhJb","align-widgets-top":"Br23fz","size-24":"_1yV1GD","size-30":"XAG9da","size-36":"DTCHf-","size-42":"n2DN-p","size-48":"z-y-XY","size-60":"RRvv7Y","align-widgets-center":"HK2PY4","padding-6":"zH0iWg","padding-12":"_8sGipC","padding-24":"GtPrHm","padding-left-12":"YSLJW4","padding-left-24":"-tRYl3","padding-right-12":"qR81ew","padding-right-24":"ZZbpJq","loading-cell":"nFHZxj","uuiTypography":"cKVLUA","heroHeader":"ChpSA6","promoHeader":"hy4psS","uuiCritical":"cS-9-Z","uuiInfo":"pfZGlf","uuiSuccess":"uvI46p","uuiWarning":"pW8GLy","uuiHighlight":"_3SMfoR","uuiTypographySize12":"ebifGW","uuiTypographySize14":"_4rzHqL","uuiTypographySize16":"_8s1IKv","alignWidgetsTop":"Br23fz","size24":"_1yV1GD","size30":"XAG9da","size36":"DTCHf-","size42":"n2DN-p","size48":"z-y-XY","size60":"RRvv7Y","alignWidgetsCenter":"HK2PY4","padding6":"zH0iWg","padding12":"_8sGipC","padding24":"GtPrHm","paddingLeft12":"YSLJW4","paddingLeft24":"-tRYl3","paddingRight12":"qR81ew","paddingRight24":"ZZbpJq","loadingCell":"nFHZxj"};
|
|
3994
3966
|
|
|
3995
|
-
function DataTableCell(
|
|
3996
|
-
|
|
3967
|
+
function DataTableCell(props) {
|
|
3968
|
+
props = Object.assign({}, props);
|
|
3997
3969
|
if (props.isFirstColumn) {
|
|
3998
|
-
props.addons = React.createElement(DataRowAddons, Object.assign({
|
|
3970
|
+
props.addons = React.createElement(DataRowAddons, Object.assign({}, props));
|
|
3999
3971
|
}
|
|
4000
3972
|
props.renderPlaceholder = props.renderPlaceholder
|
|
4001
3973
|
|| (() => (
|
|
@@ -4028,7 +4000,7 @@ function DataTableCell(initialProps) {
|
|
|
4028
4000
|
'data-table-cell',
|
|
4029
4001
|
props.cx,
|
|
4030
4002
|
css$o.cell,
|
|
4031
|
-
'
|
|
4003
|
+
css$o['size-' + (props.size || '36')],
|
|
4032
4004
|
css$o[`padding-${getPaddings().padding}`],
|
|
4033
4005
|
props.isFirstColumn && css$o[`padding-left-${getPaddings().sidePadding}`],
|
|
4034
4006
|
props.isLastColumn && css$o[`padding-right-${getPaddings().sidePadding}`],
|
|
@@ -4038,7 +4010,7 @@ function DataTableCell(initialProps) {
|
|
|
4038
4010
|
return React.createElement(DataTableCell$1, Object.assign({}, props));
|
|
4039
4011
|
}
|
|
4040
4012
|
|
|
4041
|
-
var css$n = {"uui-typography":"
|
|
4013
|
+
var css$n = {"uui-typography":"_3Ns6hL","hero-header":"oKiRak","promo-header":"JQL8VU","uui-critical":"pt4kjH","uui-info":"Eudec3","uui-success":"bNfpQm","uui-warning":"xmM-bI","uui-highlight":"zagrly","uui-typography-size-12":"HbD7Rg","uui-typography-size-14":"Rqf04x","uui-typography-size-16":"SgKCdR","root":"OhKVuy","size-24":"-Awctv","size-30":"_30Fdzc","size-36":"qzRyIX","size-48":"miV1Zy","size-60":"qlWXEu","uuiTypography":"_3Ns6hL","heroHeader":"oKiRak","promoHeader":"JQL8VU","uuiCritical":"pt4kjH","uuiInfo":"Eudec3","uuiSuccess":"bNfpQm","uuiWarning":"xmM-bI","uuiHighlight":"zagrly","uuiTypographySize12":"HbD7Rg","uuiTypographySize14":"Rqf04x","uuiTypographySize16":"SgKCdR","size24":"-Awctv","size30":"_30Fdzc","size36":"qzRyIX","size48":"miV1Zy","size60":"qlWXEu"};
|
|
4042
4014
|
|
|
4043
4015
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
4044
4016
|
// 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.
|
|
@@ -4054,7 +4026,7 @@ const DataTableRow = /* @__PURE__ */withMods(DataTableRow$1, ({ borderBottom = t
|
|
|
4054
4026
|
];
|
|
4055
4027
|
}, () => propsMods);
|
|
4056
4028
|
|
|
4057
|
-
var css$m = {"uui-typography":"
|
|
4029
|
+
var css$m = {"uui-typography":"_7A2nce","hero-header":"ZX6qq6","promo-header":"c2X2ox","uui-critical":"E9d5Hl","uui-info":"D3rE4T","uui-success":"V23pqQ","uui-warning":"QXAIDp","uui-highlight":"HDC-OY","uui-typography-size-12":"_4VG0OR","uui-typography-size-14":"MrVC8V","uui-typography-size-16":"wjN5tq","sorting-panel-container":"lwNSrO","sort-active":"_4t0KHA","uuiTypography":"_7A2nce","heroHeader":"ZX6qq6","promoHeader":"c2X2ox","uuiCritical":"E9d5Hl","uuiInfo":"D3rE4T","uuiSuccess":"V23pqQ","uuiWarning":"QXAIDp","uuiHighlight":"HDC-OY","uuiTypographySize12":"_4VG0OR","uuiTypographySize14":"MrVC8V","uuiTypographySize16":"wjN5tq","sortingPanelContainer":"lwNSrO","sortActive":"_4t0KHA"};
|
|
4058
4030
|
|
|
4059
4031
|
var _path$g;
|
|
4060
4032
|
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); }
|
|
@@ -4184,7 +4156,7 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
|
|
|
4184
4156
|
};
|
|
4185
4157
|
var ForwardRef$a = /*#__PURE__*/forwardRef(SvgNavigationExpandAllOutline);
|
|
4186
4158
|
|
|
4187
|
-
var css$l = {"uui-typography":"
|
|
4159
|
+
var css$l = {"uui-typography":"rYAD05","hero-header":"BhBLqn","promo-header":"_1QT8Em","uui-critical":"dDtRLc","uui-info":"nrwD3p","uui-success":"WaEn6A","uui-warning":"Gb78YR","uui-highlight":"DkYmRT","uui-typography-size-12":"MEMzFi","uui-typography-size-14":"eOOfsV","uui-typography-size-16":"jj-ZPi","cell":"YJOxEE","column-gap-12":"yWA1Sc","caption-wrapper":"bCn1MX","column-gap-24":"ZwgoDk","first-column-12":"UCmZOj","last-column-12":"YX6Xcw","first-column-24":"kSTRLt","last-column-24":"-SOlVy","sort-icon":"uC8F1K","dropdown-icon":"rKjLsg","infoIcon":"vRhRN5","resizable":"_5PUQ6d","size-24":"fjjmnC","size-30":"r3yvl0","size-36":"_1Mx9Qy","size-42":"_6U6Xuv","size-48":"rBHZQQ","padding-left-24":"LBlNED","padding-right-24":"Xhnh7S","align-right":"wQolNF","align-center":"cJVT6x","caption":"-TOdsq","checkbox":"NcOajL","icon":"S6us3O","fold-all-icon":"SURbOi","cell-tooltip":"Mg1KB0","upper-case":"d1HUWo","font-size-14":"N3T-2O","resize-mark":"_5QZVdw","resize-mark-6":"-XtSWE","resize-mark-12":"xZhz9K","pinned-right":"_08PPtb","draggable":"DRcKAI","ghost":"JTgZ2K","is-dragged-out":"_7lEmNo","dnd-marker-left":"m1rpFc","dnd-marker-right":"u-p6vP","cell-tooltip-wrapper":"Kv-rBi","cell-tooltip-text":"BslpFr","uuiTypography":"rYAD05","heroHeader":"BhBLqn","promoHeader":"_1QT8Em","uuiCritical":"dDtRLc","uuiInfo":"nrwD3p","uuiSuccess":"WaEn6A","uuiWarning":"Gb78YR","uuiHighlight":"DkYmRT","uuiTypographySize12":"MEMzFi","uuiTypographySize14":"eOOfsV","uuiTypographySize16":"jj-ZPi","columnGap12":"yWA1Sc","captionWrapper":"bCn1MX","columnGap24":"ZwgoDk","firstColumn12":"UCmZOj","lastColumn12":"YX6Xcw","firstColumn24":"kSTRLt","lastColumn24":"-SOlVy","sortIcon":"uC8F1K","dropdownIcon":"rKjLsg","size24":"fjjmnC","size30":"r3yvl0","size36":"_1Mx9Qy","size42":"_6U6Xuv","size48":"rBHZQQ","paddingLeft24":"LBlNED","paddingRight24":"Xhnh7S","alignRight":"wQolNF","alignCenter":"cJVT6x","foldAllIcon":"SURbOi","cellTooltip":"Mg1KB0","upperCase":"d1HUWo","fontSize14":"N3T-2O","resizeMark":"_5QZVdw","resizeMark6":"-XtSWE","resizeMark12":"xZhz9K","pinnedRight":"_08PPtb","isDraggedOut":"_7lEmNo","dndMarkerLeft":"m1rpFc","dndMarkerRight":"u-p6vP","cellTooltipWrapper":"Kv-rBi","cellTooltipText":"BslpFr"};
|
|
4188
4160
|
|
|
4189
4161
|
class DataTableHeaderCell extends React.Component {
|
|
4190
4162
|
constructor() {
|
|
@@ -4266,14 +4238,14 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
|
4266
4238
|
};
|
|
4267
4239
|
var ForwardRef$9 = /*#__PURE__*/forwardRef(SvgActionSettingsFill);
|
|
4268
4240
|
|
|
4269
|
-
var css$k = {"uui-typography":"
|
|
4241
|
+
var css$k = {"uui-typography":"-BKU3e","hero-header":"QrAFAe","promo-header":"hxhjSi","uui-critical":"_8Z33jb","uui-info":"lp8BnU","uui-success":"_8qfG2h","uui-warning":"tdSwsi","uui-highlight":"Ymuedf","uui-typography-size-12":"xCFS5N","uui-typography-size-14":"qy4YG0","uui-typography-size-16":"pK8B77","header-cell":"hIWf9I","truncate":"YLlZwq","uuiTypography":"-BKU3e","heroHeader":"QrAFAe","promoHeader":"hxhjSi","uuiCritical":"_8Z33jb","uuiInfo":"lp8BnU","uuiSuccess":"_8qfG2h","uuiWarning":"tdSwsi","uuiHighlight":"Ymuedf","uuiTypographySize12":"xCFS5N","uuiTypographySize14":"qy4YG0","uuiTypographySize16":"pK8B77","headerCell":"hIWf9I"};
|
|
4270
4242
|
|
|
4271
4243
|
const DataTableHeaderRow = /* @__PURE__ */withMods(DataTableHeaderRow$1, (props) => [css$k.root, 'uui-dt-vars', props.size === '48' && css$k.truncate], (mods) => ({
|
|
4272
4244
|
renderCell: (props) => React.createElement(DataTableHeaderCell, Object.assign({}, props, { size: mods.size, textCase: mods.textCase || 'normal', key: props.column.key, columnsGap: mods.columnsGap })),
|
|
4273
4245
|
renderConfigButton: () => React.createElement(IconButton, { key: "configuration", onClick: mods.onConfigButtonClick, cx: "config-icon", color: "neutral", icon: ForwardRef$9 }),
|
|
4274
4246
|
}));
|
|
4275
4247
|
|
|
4276
|
-
var styles$1 = {"uui-typography":"
|
|
4248
|
+
var styles$1 = {"uui-typography":"PVeqnx","hero-header":"_7WdazM","promo-header":"UNkJbb","uui-critical":"JzJQdG","uui-info":"k7c7Ma","uui-success":"zoRfJa","uui-warning":"zYAa9b","uui-highlight":"gvYwY4","uui-typography-size-12":"S6wBGo","uui-typography-size-14":"_0ykmZC","uui-typography-size-16":"TOH62m","main-panel":"DQ-ClI","group-title":"znCQEX","group-title-text":"qs-6dF","group-title-badge":"cWE-ix","group-items":"rROjO0","no-data":"rEYY88","h-divider":"ZNGIU7","search-area":"LjrZRB","subgroup-accordion":"wdM3sF","subgroup-title":"ima-XA","uuiTypography":"PVeqnx","heroHeader":"_7WdazM","promoHeader":"UNkJbb","uuiCritical":"JzJQdG","uuiInfo":"k7c7Ma","uuiSuccess":"zoRfJa","uuiWarning":"zYAa9b","uuiHighlight":"gvYwY4","uuiTypographySize12":"S6wBGo","uuiTypographySize14":"_0ykmZC","uuiTypographySize16":"TOH62m","mainPanel":"DQ-ClI","groupTitle":"znCQEX","groupTitleText":"qs-6dF","groupTitleBadge":"cWE-ix","groupItems":"rROjO0","noData":"rEYY88","hDivider":"ZNGIU7","searchArea":"LjrZRB","subgroupAccordion":"wdM3sF","subgroupTitle":"ima-XA"};
|
|
4277
4249
|
|
|
4278
4250
|
var _path$8;
|
|
4279
4251
|
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); }
|
|
@@ -4330,7 +4302,7 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
|
|
|
4330
4302
|
};
|
|
4331
4303
|
var ForwardRef$6 = /*#__PURE__*/forwardRef(SvgTableGroupColumnRightFill);
|
|
4332
4304
|
|
|
4333
|
-
var css$j = {"unpin-icon":"
|
|
4305
|
+
var css$j = {"unpin-icon":"iSyZ04","pin-toggler-icon":"qwn4ik","unpinIcon":"iSyZ04","pinTogglerIcon":"qwn4ik"};
|
|
4334
4306
|
|
|
4335
4307
|
function PinIconButton(props) {
|
|
4336
4308
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4389,7 +4361,7 @@ var SvgActionDragIndicator18 = function SvgActionDragIndicator18(props, ref) {
|
|
|
4389
4361
|
};
|
|
4390
4362
|
var ForwardRef$5 = /*#__PURE__*/forwardRef(SvgActionDragIndicator18);
|
|
4391
4363
|
|
|
4392
|
-
var styles = {"uui-typography":"
|
|
4364
|
+
var styles = {"uui-typography":"VMlQRF","hero-header":"sa5pDW","promo-header":"_55UOzx","uui-critical":"xX4u7n","uui-info":"_64EqGS","uui-success":"OLFHpN","uui-warning":"FMcOSG","uui-highlight":"_6oEgbS","uui-typography-size-12":"a1lKkW","uui-typography-size-14":"J30Yid","uui-typography-size-16":"F2Wg6e","row-wrapper":"xeGy3R","not-pinned":"cRf0cs","pin-icon-button":"_2LTon6","checkbox":"FnGRD-","drag-handle":"PHeX9j","dnd-disabled":"dHUUk2","uuiTypography":"VMlQRF","heroHeader":"sa5pDW","promoHeader":"_55UOzx","uuiCritical":"xX4u7n","uuiInfo":"_64EqGS","uuiSuccess":"OLFHpN","uuiWarning":"FMcOSG","uuiHighlight":"_6oEgbS","uuiTypographySize12":"a1lKkW","uuiTypographySize14":"J30Yid","uuiTypographySize16":"F2Wg6e","rowWrapper":"xeGy3R","notPinned":"cRf0cs","pinIconButton":"_2LTon6","dragHandle":"PHeX9j","dndDisabled":"dHUUk2"};
|
|
4393
4365
|
|
|
4394
4366
|
const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
4395
4367
|
const { column } = props;
|
|
@@ -4498,7 +4470,7 @@ function SubGroup(props) {
|
|
|
4498
4470
|
return null;
|
|
4499
4471
|
}
|
|
4500
4472
|
|
|
4501
|
-
var css$i = {"listContainer":"
|
|
4473
|
+
var css$i = {"listContainer":"u1wm8I","header":"t91xdE","group":"nINsxm","stickyHeader":"nd98ix"};
|
|
4502
4474
|
|
|
4503
4475
|
const getChildrenAndRest = (row, rows) => {
|
|
4504
4476
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4564,7 +4536,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4564
4536
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4565
4537
|
ref: ref
|
|
4566
4538
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
4567
|
-
clipPath: "url(#
|
|
4539
|
+
clipPath: "url(#hehich6bfuegojv77_a)"
|
|
4568
4540
|
}, _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
|
4569
4541
|
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",
|
|
4570
4542
|
fill: "#F5F6FA"
|
|
@@ -4585,7 +4557,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4585
4557
|
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",
|
|
4586
4558
|
fill: "#1D1E26"
|
|
4587
4559
|
})), /*#__PURE__*/React.createElement("mask", {
|
|
4588
|
-
id: "
|
|
4560
|
+
id: "hehichxv7wkbti1n_b",
|
|
4589
4561
|
style: {
|
|
4590
4562
|
maskType: "alpha"
|
|
4591
4563
|
},
|
|
@@ -4598,7 +4570,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4598
4570
|
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",
|
|
4599
4571
|
fill: "#9BDEFF"
|
|
4600
4572
|
}))), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
4601
|
-
mask: "url(#
|
|
4573
|
+
mask: "url(#hehichxv7wkbti1n_b)",
|
|
4602
4574
|
fillRule: "evenodd",
|
|
4603
4575
|
clipRule: "evenodd"
|
|
4604
4576
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -4684,7 +4656,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4684
4656
|
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",
|
|
4685
4657
|
fill: "#fff"
|
|
4686
4658
|
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
4687
|
-
id: "
|
|
4659
|
+
id: "hehich6bfuegojv77_a"
|
|
4688
4660
|
}, /*#__PURE__*/React.createElement("path", {
|
|
4689
4661
|
fill: "#fff",
|
|
4690
4662
|
transform: "translate(.552)",
|
|
@@ -4693,7 +4665,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4693
4665
|
};
|
|
4694
4666
|
var ForwardRef$4 = /*#__PURE__*/forwardRef(SvgEmptyTable);
|
|
4695
4667
|
|
|
4696
|
-
var css$h = {"sticky-header":"
|
|
4668
|
+
var css$h = {"sticky-header":"WhowUn","table":"ENVPNh","no-results":"MK3nTP","no-results-icon":"_1FktTF","no-results-title":"_5quJg4","stickyHeader":"WhowUn","noResults":"MK3nTP","noResultsIcon":"_1FktTF","noResultsTitle":"_5quJg4"};
|
|
4697
4669
|
|
|
4698
4670
|
const DEFAULT_HEADER_SIZE = '36';
|
|
4699
4671
|
const DEFAULT_COLUMN_GAP = '24';
|
|
@@ -4746,9 +4718,9 @@ function DataTable(props) {
|
|
|
4746
4718
|
} }))));
|
|
4747
4719
|
}
|
|
4748
4720
|
|
|
4749
|
-
var css$g = {"root":"
|
|
4721
|
+
var css$g = {"root":"_3Sbr-A"};
|
|
4750
4722
|
|
|
4751
|
-
var css$f = {"root":"
|
|
4723
|
+
var css$f = {"root":"cJl3AE","burger-content":"_0yRkln","burgerContent":"_0yRkln"};
|
|
4752
4724
|
|
|
4753
4725
|
var _path$3;
|
|
4754
4726
|
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); }
|
|
@@ -4791,7 +4763,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
4791
4763
|
};
|
|
4792
4764
|
var ForwardRef$2 = /*#__PURE__*/forwardRef(SvgNavigationArrowDownOutline);
|
|
4793
4765
|
|
|
4794
|
-
var css$e = {"uui-typography":"
|
|
4766
|
+
var css$e = {"uui-typography":"LIiF6u","hero-header":"WAgNsS","promo-header":"_5nKK-y","uui-critical":"qSM23U","uui-info":"-Pv4KZ","uui-success":"IbA3L2","uui-warning":"DtSG2S","uui-highlight":"_4XeAJs","uui-typography-size-12":"ebmc86","uui-typography-size-14":"CKc8SQ","uui-typography-size-16":"JVoRt0","root":"Ovv3JE","button-primary":"k5jHHd","button-secondary":"UXfHz7","hasIcon":"ji0nqt","dropdown":"nTL43C","uuiTypography":"LIiF6u","heroHeader":"WAgNsS","promoHeader":"_5nKK-y","uuiCritical":"qSM23U","uuiInfo":"-Pv4KZ","uuiSuccess":"IbA3L2","uuiWarning":"DtSG2S","uuiHighlight":"_4XeAJs","uuiTypographySize12":"ebmc86","uuiTypographySize14":"CKc8SQ","uuiTypographySize16":"JVoRt0","buttonPrimary":"k5jHHd","buttonSecondary":"UXfHz7"};
|
|
4795
4767
|
|
|
4796
4768
|
const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
4797
4769
|
css$e.root,
|
|
@@ -4802,13 +4774,13 @@ const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
|
4802
4774
|
props.icon && css$e.hasIcon,
|
|
4803
4775
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
4804
4776
|
|
|
4805
|
-
var css$d = {"search-input":"
|
|
4777
|
+
var css$d = {"search-input":"iT5G8E","searchInput":"iT5G8E"};
|
|
4806
4778
|
|
|
4807
4779
|
function BurgerSearch(props) {
|
|
4808
4780
|
return (React.createElement(TextInput$1, { cx: cx(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$N, placeholder: props.placeholder, value: props.value, onValueChange: props.onValueChange, onCancel: props.onCancel, cancelIcon: props.value && ForwardRef$Q }));
|
|
4809
4781
|
}
|
|
4810
4782
|
|
|
4811
|
-
var css$c = {"root":"
|
|
4783
|
+
var css$c = {"root":"_6qDBP6","group-header":"D8A0OF","group-name":"nqE2Io","line":"Y3tpLt","groupHeader":"D8A0OF","groupName":"nqE2Io"};
|
|
4812
4784
|
|
|
4813
4785
|
function BurgerGroupHeader(props) {
|
|
4814
4786
|
return (React.createElement("div", { className: cx(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -4816,7 +4788,7 @@ function BurgerGroupHeader(props) {
|
|
|
4816
4788
|
React.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
4817
4789
|
}
|
|
4818
4790
|
|
|
4819
|
-
var css$b = {"uui-typography":"
|
|
4791
|
+
var css$b = {"uui-typography":"oXthX-","hero-header":"qLI3P3","promo-header":"a5Xd4d","uui-critical":"XpeJkP","uui-info":"_0d0VPN","uui-success":"_43xIIH","uui-warning":"s91TVN","uui-highlight":"BStF3i","uui-typography-size-12":"N48h5J","uui-typography-size-14":"mrkU7M","uui-typography-size-16":"MQYoTk","root":"rKDc2a","type-primary":"_2bSado","type-secondary":"QXOOqW","uuiTypography":"oXthX-","heroHeader":"qLI3P3","promoHeader":"a5Xd4d","uuiCritical":"XpeJkP","uuiInfo":"_0d0VPN","uuiSuccess":"_43xIIH","uuiWarning":"s91TVN","uuiHighlight":"BStF3i","uuiTypographySize12":"N48h5J","uuiTypographySize14":"mrkU7M","uuiTypographySize16":"MQYoTk","typePrimary":"_2bSado","typeSecondary":"QXOOqW"};
|
|
4820
4792
|
|
|
4821
4793
|
const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
4822
4794
|
const { type } = props, clickableProps = __rest(props, ["type"]);
|
|
@@ -4832,7 +4804,7 @@ const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
4832
4804
|
props.isDropdown && (React.createElement(IconContainer, { icon: ForwardRef$P, flipY: props.isOpen }))));
|
|
4833
4805
|
});
|
|
4834
4806
|
|
|
4835
|
-
var css$a = {"dropdown-body":"
|
|
4807
|
+
var css$a = {"dropdown-body":"zDv92E","dropdownBody":"zDv92E"};
|
|
4836
4808
|
|
|
4837
4809
|
class MainMenuDropdown extends React.Component {
|
|
4838
4810
|
render() {
|
|
@@ -4887,12 +4859,12 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
4887
4859
|
};
|
|
4888
4860
|
var ForwardRef$1 = /*#__PURE__*/forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
4889
4861
|
|
|
4890
|
-
var css$9 = {"global-menu-btn":"
|
|
4862
|
+
var css$9 = {"global-menu-btn":"-me6R2","global-menu-icon":"_2qa9h9","globalMenuBtn":"-me6R2","globalMenuIcon":"_2qa9h9"};
|
|
4891
4863
|
|
|
4892
4864
|
const GlobalMenu = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("button", Object.assign({ ref: ref, id: "global_menu_toggle", className: cx(css$9.globalMenuBtn, props.cx) }, props.rawProps),
|
|
4893
4865
|
React.createElement(IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
4894
4866
|
|
|
4895
|
-
var css$8 = {"container":"
|
|
4867
|
+
var css$8 = {"container":"IoiT-g","open":"NOb2-K"};
|
|
4896
4868
|
|
|
4897
4869
|
const MainMenuAvatar = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("button", { ref: ref, className: cx(css$8.container, props.isDropdown && css$8.dropdown, props.isOpen && css$8.open, props.onClick && uuiMarkers.clickable, props.cx), onClick: props.onClick },
|
|
4898
4870
|
React.createElement(Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -4900,18 +4872,18 @@ const MainMenuAvatar = /* @__PURE__ */React.forwardRef((props, ref) => (React.cr
|
|
|
4900
4872
|
props.isDropdown && (React.createElement("div", null,
|
|
4901
4873
|
React.createElement(IconContainer, { size: 18, icon: ForwardRef$P, flipY: props.isOpen }))))));
|
|
4902
4874
|
|
|
4903
|
-
var css$7 = {"search-input":"
|
|
4875
|
+
var css$7 = {"search-input":"QBcIMG","searchInput":"QBcIMG"};
|
|
4904
4876
|
|
|
4905
4877
|
const MainMenuSearch = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => {
|
|
4906
4878
|
var _a;
|
|
4907
4879
|
return (React.createElement(TextInput$1, Object.assign({ iconPosition: "left", icon: ForwardRef$N, cancelIcon: ((_a = props.value) === null || _a === void 0 ? void 0 : _a.length) > 0 && ForwardRef$Q }, props, iEditable, { ref: ref, cx: cx$1(css$7.searchInput, props.cx) }, props.rawProps)));
|
|
4908
4880
|
} }))));
|
|
4909
4881
|
|
|
4910
|
-
var css$6 = {"container":"
|
|
4882
|
+
var css$6 = {"container":"p-Mo66"};
|
|
4911
4883
|
|
|
4912
4884
|
const MainMenuIcon = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IconButton, Object.assign({ ref: ref, icon: props.icon, cx: cx$1(props.cx, css$6.container) }, props))));
|
|
4913
4885
|
|
|
4914
|
-
var css$5 = {"root":"
|
|
4886
|
+
var css$5 = {"root":"ehgEX7"};
|
|
4915
4887
|
|
|
4916
4888
|
const Anchor = /* @__PURE__ */withMods(Anchor$1, () => [css$5.root]);
|
|
4917
4889
|
|
|
@@ -4969,7 +4941,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
4969
4941
|
};
|
|
4970
4942
|
var ForwardRef = /*#__PURE__*/forwardRef(SvgFileCloudUploadFill);
|
|
4971
4943
|
|
|
4972
|
-
var css$4 = {"root":"
|
|
4944
|
+
var css$4 = {"root":"PnNPNO","drop-start":"qQEZHe","drop-over":"HXYhr-","link":"BeNoTM","drop-area":"vF-eOy","drop-caption":"SSs9Ft","icon-blue":"RB9UzS","dropStart":"qQEZHe","dropOver":"HXYhr-","dropArea":"vF-eOy","dropCaption":"SSs9Ft","iconBlue":"RB9UzS"};
|
|
4973
4945
|
|
|
4974
4946
|
function DropSpot(props) {
|
|
4975
4947
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -4987,9 +4959,9 @@ function DropSpot(props) {
|
|
|
4987
4959
|
return React.createElement(DropSpot$1, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
4988
4960
|
}
|
|
4989
4961
|
|
|
4990
|
-
var css$3 = {"uui-typography":"
|
|
4962
|
+
var css$3 = {"uui-typography":"_1YQLmI","hero-header":"ciTRKm","promo-header":"Bt8Fqo","uui-critical":"aAvxap","uui-info":"kdzoK-","uui-success":"Tiuhbn","uui-warning":"v1mwLw","uui-highlight":"O4gcMB","uui-typography-size-12":"l-B1-x","uui-typography-size-14":"oh2sBj","uui-typography-size-16":"IVhjfl","root":"OyN-QF","file-name":"b8vI19","default-color":"n-Nrec","doc-color":"mUe3hr","xls-color":"MgHB34","pdf-color":"blYswp","movie-color":"aOcvPQ","img-color":"_5zM0A-","mov-color":"KzoYdf","error-block":"wyPdLl","icons-block":"CQe2J2","uuiTypography":"_1YQLmI","heroHeader":"ciTRKm","promoHeader":"Bt8Fqo","uuiCritical":"aAvxap","uuiInfo":"kdzoK-","uuiSuccess":"Tiuhbn","uuiWarning":"v1mwLw","uuiHighlight":"O4gcMB","uuiTypographySize12":"l-B1-x","uuiTypographySize14":"oh2sBj","uuiTypographySize16":"IVhjfl","fileName":"b8vI19","defaultColor":"n-Nrec","docColor":"mUe3hr","xlsColor":"MgHB34","pdfColor":"blYswp","movieColor":"aOcvPQ","imgColor":"_5zM0A-","movColor":"KzoYdf","errorBlock":"wyPdLl","iconsBlock":"CQe2J2"};
|
|
4991
4963
|
|
|
4992
|
-
var css$2 = {"root":"
|
|
4964
|
+
var css$2 = {"root":"HGkmFw"};
|
|
4993
4965
|
|
|
4994
4966
|
const SvgCircleProgress = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
4995
4967
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5114,7 +5086,7 @@ const getErrorPageConfig = () => ({
|
|
|
5114
5086
|
},
|
|
5115
5087
|
});
|
|
5116
5088
|
|
|
5117
|
-
var css$1 = {"container":"
|
|
5089
|
+
var css$1 = {"container":"RTlZa2"};
|
|
5118
5090
|
|
|
5119
5091
|
const ErrorPage = (props) => {
|
|
5120
5092
|
const isMobileScreen = isMobile();
|
|
@@ -5125,7 +5097,7 @@ const ErrorPage = (props) => {
|
|
|
5125
5097
|
React__default.createElement("div", { className: "uui-error-subtitle" }, props.subtitle))));
|
|
5126
5098
|
};
|
|
5127
5099
|
|
|
5128
|
-
var css = {"recovery-spinner":"
|
|
5100
|
+
var css = {"recovery-spinner":"Yss-PI","recovery-message":"_5MizJV","modal-blocker":"KFzo04","modalFadeIn":"yAs-vW","recoverySpinner":"Yss-PI","recoveryMessage":"_5MizJV","modalBlocker":"KFzo04"};
|
|
5129
5101
|
|
|
5130
5102
|
function ErrorHandler(props) {
|
|
5131
5103
|
const { uuiNotifications, uuiModals, uuiApi } = useUuiContext();
|