@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.js
CHANGED
|
@@ -317,7 +317,6 @@ const systemIcons = {
|
|
|
317
317
|
const settings = {
|
|
318
318
|
sizes: {
|
|
319
319
|
defaults: {
|
|
320
|
-
badge: '36',
|
|
321
320
|
button: '36',
|
|
322
321
|
checkbox: '18',
|
|
323
322
|
countIndicator: '24',
|
|
@@ -331,12 +330,9 @@ const settings = {
|
|
|
331
330
|
tabButton: '48',
|
|
332
331
|
tag: '36',
|
|
333
332
|
text: '36',
|
|
334
|
-
textArea: '36',
|
|
335
333
|
textInput: '36',
|
|
336
334
|
rangeDatePicker: '36',
|
|
337
335
|
datePicker: '36',
|
|
338
|
-
labeledInput: '36',
|
|
339
|
-
statusIndicator: '24',
|
|
340
336
|
},
|
|
341
337
|
tag: {
|
|
342
338
|
countIndicator: {
|
|
@@ -423,14 +419,6 @@ const settings = {
|
|
|
423
419
|
48: '48',
|
|
424
420
|
60: '48',
|
|
425
421
|
},
|
|
426
|
-
icon: {
|
|
427
|
-
24: '12',
|
|
428
|
-
30: '18',
|
|
429
|
-
36: '18',
|
|
430
|
-
42: '24',
|
|
431
|
-
48: '24',
|
|
432
|
-
60: '24',
|
|
433
|
-
},
|
|
434
422
|
},
|
|
435
423
|
dataPickerRow: {
|
|
436
424
|
padding: {
|
|
@@ -445,7 +433,7 @@ const settings = {
|
|
|
445
433
|
switch: {
|
|
446
434
|
24: '12',
|
|
447
435
|
30: '18',
|
|
448
|
-
36: '
|
|
436
|
+
36: '18',
|
|
449
437
|
42: '24',
|
|
450
438
|
48: '24',
|
|
451
439
|
},
|
|
@@ -467,14 +455,6 @@ const settings = {
|
|
|
467
455
|
48: '18',
|
|
468
456
|
60: '18',
|
|
469
457
|
},
|
|
470
|
-
icon: {
|
|
471
|
-
24: '12',
|
|
472
|
-
30: '18',
|
|
473
|
-
36: '18',
|
|
474
|
-
42: '24',
|
|
475
|
-
48: '24',
|
|
476
|
-
60: '24',
|
|
477
|
-
},
|
|
478
458
|
indentUnit: {
|
|
479
459
|
24: 6,
|
|
480
460
|
30: 12,
|
|
@@ -503,29 +483,10 @@ const settings = {
|
|
|
503
483
|
48: { lineHeight: 24, fontSize: 16 },
|
|
504
484
|
60: { lineHeight: 30, fontSize: 24 },
|
|
505
485
|
},
|
|
506
|
-
filterPickerBody: {
|
|
507
|
-
pickerItem: '36',
|
|
508
|
-
dataPickerRow: '36',
|
|
509
|
-
dataPickerFooter: '36',
|
|
510
|
-
searchSize: '36',
|
|
511
|
-
},
|
|
512
|
-
labeledInput: {
|
|
513
|
-
fillIcon: ['24', '30'],
|
|
514
|
-
},
|
|
515
|
-
badge: {
|
|
516
|
-
countIndicator: {
|
|
517
|
-
18: '12',
|
|
518
|
-
24: '18',
|
|
519
|
-
30: '18',
|
|
520
|
-
36: '18',
|
|
521
|
-
42: '24',
|
|
522
|
-
48: '24',
|
|
523
|
-
},
|
|
524
|
-
},
|
|
525
486
|
},
|
|
526
487
|
};
|
|
527
488
|
|
|
528
|
-
var css$1s = {"uui-typography":"
|
|
489
|
+
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"};
|
|
529
490
|
|
|
530
491
|
function applyButtonMods(mods) {
|
|
531
492
|
return [
|
|
@@ -543,7 +504,7 @@ const Button = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Button,
|
|
|
543
504
|
};
|
|
544
505
|
});
|
|
545
506
|
|
|
546
|
-
var css$1r = {"root":"
|
|
507
|
+
var css$1r = {"root":"F68pSy"};
|
|
547
508
|
|
|
548
509
|
function applyIconButtonMods(props) {
|
|
549
510
|
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1r.root];
|
|
@@ -580,7 +541,7 @@ function getIconClass(props) {
|
|
|
580
541
|
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'];
|
|
581
542
|
}
|
|
582
543
|
|
|
583
|
-
var css$1q = {"uui-typography":"
|
|
544
|
+
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"};
|
|
584
545
|
|
|
585
546
|
const DEFAULT_COLOR = 'primary';
|
|
586
547
|
function applyLinkButtonMods(mods) {
|
|
@@ -611,7 +572,7 @@ const LinkButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
|
611
572
|
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
612
573
|
});
|
|
613
574
|
|
|
614
|
-
var css$1p = {"root":"
|
|
575
|
+
var css$1p = {"root":"sp1Ayu"};
|
|
615
576
|
|
|
616
577
|
const CountIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
617
578
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -623,7 +584,7 @@ const CountIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
623
584
|
]) }, props.caption));
|
|
624
585
|
});
|
|
625
586
|
|
|
626
|
-
var css$1o = {"uui-typography":"
|
|
587
|
+
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"};
|
|
627
588
|
|
|
628
589
|
const TabButton = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
629
590
|
const styles = [
|
|
@@ -645,7 +606,7 @@ const TabButton = /* @__PURE__ */React__namespace.default.forwardRef((props, ref
|
|
|
645
606
|
props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
646
607
|
});
|
|
647
608
|
|
|
648
|
-
var css$1n = {"uui-typography":"
|
|
609
|
+
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"};
|
|
649
610
|
|
|
650
611
|
function applyVerticalTabButtonMods() {
|
|
651
612
|
return [css$1n.root];
|
|
@@ -667,7 +628,7 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
|
667
628
|
};
|
|
668
629
|
var ForwardRef$B = /*#__PURE__*/React.forwardRef(SvgContentMinusOutline);
|
|
669
630
|
|
|
670
|
-
var css$1m = {"uui-typography":"
|
|
631
|
+
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"};
|
|
671
632
|
|
|
672
633
|
function applyCheckboxMods(mods) {
|
|
673
634
|
return [
|
|
@@ -702,7 +663,7 @@ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
|
702
663
|
};
|
|
703
664
|
var ForwardRef$A = /*#__PURE__*/React.forwardRef(SvgRadioDotFill);
|
|
704
665
|
|
|
705
|
-
var css$1l = {"uui-typography":"
|
|
666
|
+
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"};
|
|
706
667
|
|
|
707
668
|
function applyRadioInputMods(mods) {
|
|
708
669
|
return [
|
|
@@ -714,7 +675,7 @@ function applyRadioInputMods(mods) {
|
|
|
714
675
|
}
|
|
715
676
|
const RadioInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.RadioInput, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$A }));
|
|
716
677
|
|
|
717
|
-
var css$1k = {"root":"
|
|
678
|
+
var css$1k = {"root":"bZvSg8"};
|
|
718
679
|
|
|
719
680
|
function applySwitchMods(mods) {
|
|
720
681
|
return [
|
|
@@ -782,7 +743,7 @@ var EditMode;
|
|
|
782
743
|
EditMode["INLINE"] = "inline";
|
|
783
744
|
})(EditMode || (EditMode = {}));
|
|
784
745
|
|
|
785
|
-
var textInputCss = {"uui-typography":"
|
|
746
|
+
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"};
|
|
786
747
|
|
|
787
748
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
788
749
|
function applyTextInputMods(mods) {
|
|
@@ -808,7 +769,7 @@ const SearchInput = /* @__PURE__ */React__namespace.default.forwardRef((props, r
|
|
|
808
769
|
} })));
|
|
809
770
|
});
|
|
810
771
|
|
|
811
|
-
var css$1j = {"root":"
|
|
772
|
+
var css$1j = {"root":"POlyAL"};
|
|
812
773
|
|
|
813
774
|
const ControlGroup = /* @__PURE__ */uuiCore.withMods(uuiComponents.ControlGroup, () => [css$1j.root]);
|
|
814
775
|
|
|
@@ -817,7 +778,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
817
778
|
}
|
|
818
779
|
const MultiSwitch = /* @__PURE__ */React__namespace.forwardRef(MultiSwitchComponent);
|
|
819
780
|
|
|
820
|
-
var css$1i = {"uui-typography":"
|
|
781
|
+
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"};
|
|
821
782
|
|
|
822
783
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
823
784
|
function applyNumericInputMods(mods) {
|
|
@@ -838,14 +799,14 @@ const NumericInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.NumericInput,
|
|
|
838
799
|
};
|
|
839
800
|
});
|
|
840
801
|
|
|
841
|
-
var css$1h = {"uui-typography":"
|
|
802
|
+
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"};
|
|
842
803
|
|
|
804
|
+
const DEFAULT_SIZE$3 = '36';
|
|
843
805
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
844
806
|
function applyTextAreaMods(mods) {
|
|
845
807
|
return [
|
|
846
808
|
css$1h.root,
|
|
847
|
-
'
|
|
848
|
-
'uui-size-' + (mods.size || settings.sizes.defaults.textArea),
|
|
809
|
+
css$1h['size-' + (mods.size || DEFAULT_SIZE$3)],
|
|
849
810
|
css$1h['mode-' + (mods.mode || DEFAULT_MODE$1)],
|
|
850
811
|
];
|
|
851
812
|
}
|
|
@@ -939,7 +900,7 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
|
939
900
|
};
|
|
940
901
|
var ForwardRef$w = /*#__PURE__*/React.forwardRef(SvgNotificationInfoFill);
|
|
941
902
|
|
|
942
|
-
var css$1g = {"uui-typography":"
|
|
903
|
+
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"};
|
|
943
904
|
|
|
944
905
|
const Alert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("div", Object.assign({ role: "alert", ref: ref, className: cx__default.default('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),
|
|
945
906
|
React__namespace.createElement("div", { className: css$1g.mainPath },
|
|
@@ -956,7 +917,7 @@ const ErrorAlert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => Re
|
|
|
956
917
|
|
|
957
918
|
const Dropdown = /* @__PURE__ */uuiCore.withMods(uuiComponents.Dropdown);
|
|
958
919
|
|
|
959
|
-
var css$1f = {"root":"
|
|
920
|
+
var css$1f = {"root":"Sp3ZzV"};
|
|
960
921
|
|
|
961
922
|
function applyDropdownContainerMods(mods) {
|
|
962
923
|
return [
|
|
@@ -967,7 +928,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
967
928
|
}
|
|
968
929
|
const DropdownContainer = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.DropdownContainer, applyDropdownContainerMods);
|
|
969
930
|
|
|
970
|
-
var css$1e = {"uui-typography":"
|
|
931
|
+
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"};
|
|
971
932
|
|
|
972
933
|
exports.IDropdownControlKeys = void 0;
|
|
973
934
|
(function (IDropdownControlKeys) {
|
|
@@ -1062,7 +1023,8 @@ function DropdownSubMenu(props) {
|
|
|
1062
1023
|
name: 'offset',
|
|
1063
1024
|
options: {
|
|
1064
1025
|
offset: ({ placement }) => {
|
|
1065
|
-
if (placement === 'right-start'
|
|
1026
|
+
if (placement === 'right-start'
|
|
1027
|
+
|| placement === 'left-start') {
|
|
1066
1028
|
return [-6, 0];
|
|
1067
1029
|
}
|
|
1068
1030
|
else {
|
|
@@ -1099,7 +1061,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1099
1061
|
React__namespace.default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1100
1062
|
}
|
|
1101
1063
|
|
|
1102
|
-
var css$1d = {"uui-typography":"
|
|
1064
|
+
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"};
|
|
1103
1065
|
|
|
1104
1066
|
const getMode = (mode) => {
|
|
1105
1067
|
return mode || 'block';
|
|
@@ -1115,7 +1077,7 @@ const Accordion = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Accor
|
|
|
1115
1077
|
dropdownIcon: mods.dropdownIcon !== null && systemIcons.foldingArrow,
|
|
1116
1078
|
}));
|
|
1117
1079
|
|
|
1118
|
-
var css$1c = {"uui-typography":"
|
|
1080
|
+
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"};
|
|
1119
1081
|
|
|
1120
1082
|
const FlexCell = /* @__PURE__ */uuiCore.withMods(uuiComponents.FlexCell, () => [css$1c.flexCell]);
|
|
1121
1083
|
|
|
@@ -1139,7 +1101,7 @@ const FlexRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.FlexRow, (props) =
|
|
|
1139
1101
|
];
|
|
1140
1102
|
});
|
|
1141
1103
|
|
|
1142
|
-
var css$1b = {"root":"
|
|
1104
|
+
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"};
|
|
1143
1105
|
|
|
1144
1106
|
const Panel = /* @__PURE__ */uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
1145
1107
|
'uui-panel',
|
|
@@ -1149,7 +1111,7 @@ const Panel = /* @__PURE__ */uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
|
1149
1111
|
props.background && css$1b[`uui-${props.background}`],
|
|
1150
1112
|
]);
|
|
1151
1113
|
|
|
1152
|
-
var css$1a = {"root":"
|
|
1114
|
+
var css$1a = {"root":"JOJyjI"};
|
|
1153
1115
|
|
|
1154
1116
|
function applyTooltipMods(mods) {
|
|
1155
1117
|
return [
|
|
@@ -1159,21 +1121,18 @@ function applyTooltipMods(mods) {
|
|
|
1159
1121
|
}
|
|
1160
1122
|
const Tooltip = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Tooltip, applyTooltipMods);
|
|
1161
1123
|
|
|
1162
|
-
var css$19 = {"uui-typography":"
|
|
1124
|
+
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"};
|
|
1163
1125
|
|
|
1126
|
+
const DEFAULT_SIZE$2 = '36';
|
|
1164
1127
|
function applyLabeledInputMods(mods) {
|
|
1165
|
-
return [
|
|
1166
|
-
'uui-labeled-input',
|
|
1167
|
-
css$19.root,
|
|
1168
|
-
'uui-size-' + (mods.size || settings.sizes.defaults.labeledInput),
|
|
1169
|
-
];
|
|
1128
|
+
return [css$19.root, css$19['size-' + (mods.size || DEFAULT_SIZE$2)]];
|
|
1170
1129
|
}
|
|
1171
1130
|
const LabeledInput = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.LabeledInput, applyLabeledInputMods, (props) => ({
|
|
1172
1131
|
Tooltip: props.Tooltip || Tooltip,
|
|
1173
|
-
infoIcon: props.infoIcon || (
|
|
1132
|
+
infoIcon: props.infoIcon || (['24', '30'].includes(props.size) ? ForwardRef$w : ForwardRef$L),
|
|
1174
1133
|
}));
|
|
1175
1134
|
|
|
1176
|
-
var css$18 = {"root":"
|
|
1135
|
+
var css$18 = {"root":"pRmkuc"};
|
|
1177
1136
|
|
|
1178
1137
|
function RadioGroup(props) {
|
|
1179
1138
|
const direction = props.direction || 'vertical';
|
|
@@ -1188,7 +1147,7 @@ function RadioGroup(props) {
|
|
|
1188
1147
|
})));
|
|
1189
1148
|
}
|
|
1190
1149
|
|
|
1191
|
-
var css$17 = {"root":"
|
|
1150
|
+
var css$17 = {"root":"_3Nsdyu"};
|
|
1192
1151
|
|
|
1193
1152
|
function applyScrollBarsMods() {
|
|
1194
1153
|
return [
|
|
@@ -1197,37 +1156,46 @@ function applyScrollBarsMods() {
|
|
|
1197
1156
|
}
|
|
1198
1157
|
const ScrollBars = /* @__PURE__ */uuiCore.withMods(uuiComponents.ScrollBars, applyScrollBarsMods);
|
|
1199
1158
|
|
|
1200
|
-
var css$16 = {"scroll-container":"
|
|
1159
|
+
var css$16 = {"scroll-container":"OinerQ","list-container":"MtpUcD","scrollContainer":"OinerQ","listContainer":"MtpUcD"};
|
|
1201
1160
|
|
|
1202
|
-
var css$15 = {"root":"
|
|
1161
|
+
var css$15 = {"root":"iXtWAQ"};
|
|
1203
1162
|
|
|
1204
1163
|
const AvatarStack = /* @__PURE__ */uuiCore.withMods(uuiComponents.AvatarStack, () => [css$15.root]);
|
|
1205
1164
|
|
|
1206
|
-
var css$14 = {"uui-typography":"
|
|
1165
|
+
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"};
|
|
1207
1166
|
|
|
1167
|
+
const DEFAULT_SIZE$1 = '36';
|
|
1208
1168
|
const DEFAULT_FILL = 'solid';
|
|
1209
1169
|
function applyBadgeMods(mods) {
|
|
1210
1170
|
return [
|
|
1211
1171
|
'uui-badge',
|
|
1212
1172
|
css$14.root,
|
|
1213
|
-
|
|
1173
|
+
css$14['size-' + (mods.size || DEFAULT_SIZE$1)],
|
|
1214
1174
|
`uui-fill-${mods.fill || DEFAULT_FILL}`,
|
|
1215
1175
|
`uui-color-${mods.color || 'info'}`,
|
|
1216
1176
|
mods.indicator && mods.fill === 'outline' && 'uui-indicator',
|
|
1217
1177
|
];
|
|
1218
1178
|
}
|
|
1179
|
+
const mapCountIndicatorSizes = {
|
|
1180
|
+
18: '12',
|
|
1181
|
+
24: '18',
|
|
1182
|
+
30: '18',
|
|
1183
|
+
36: '18',
|
|
1184
|
+
42: '24',
|
|
1185
|
+
48: '24',
|
|
1186
|
+
};
|
|
1219
1187
|
const Badge = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
1220
1188
|
const styles = [applyBadgeMods(props), props.cx];
|
|
1221
1189
|
const DropdownIcon = props.dropdownIcon ? props.dropdownIcon : systemIcons.foldingArrow;
|
|
1222
1190
|
return (React__namespace.default.createElement(uuiComponents.Clickable, Object.assign({}, props, { rawProps: Object.assign({ 'aria-haspopup': props.isDropdown, 'aria-expanded': props.isOpen }, props.rawProps), cx: styles, ref: ref }),
|
|
1223
1191
|
props.icon && props.iconPosition !== 'right' && (React__namespace.default.createElement(uuiComponents.IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
|
|
1224
1192
|
props.caption && (React__namespace.default.createElement("div", { className: uuiCore.uuiElement.caption }, props.caption)),
|
|
1225
|
-
props.count !== undefined && props.count !== null && (React__namespace.default.createElement(CountIndicator, { key: "count-indicator", color: null, size:
|
|
1193
|
+
props.count !== undefined && props.count !== null && (React__namespace.default.createElement(CountIndicator, { key: "count-indicator", color: null, size: mapCountIndicatorSizes[props.size || DEFAULT_SIZE$1], caption: props.count })),
|
|
1226
1194
|
props.icon && props.iconPosition === 'right' && (React__namespace.default.createElement(uuiComponents.IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
|
|
1227
1195
|
props.isDropdown && (React__namespace.default.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
1228
1196
|
});
|
|
1229
1197
|
|
|
1230
|
-
var css$13 = {"uui-typography":"
|
|
1198
|
+
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"};
|
|
1231
1199
|
|
|
1232
1200
|
function applyTagMods(props) {
|
|
1233
1201
|
return [
|
|
@@ -1251,14 +1219,14 @@ const Tag = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
|
1251
1219
|
props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
1252
1220
|
});
|
|
1253
1221
|
|
|
1254
|
-
var css$12 = {"root":"
|
|
1222
|
+
var css$12 = {"root":"mqhNw3","uui-spinner":"natHGJ","uuiSpinner":"natHGJ"};
|
|
1255
1223
|
|
|
1256
1224
|
function applySpinnerMods() {
|
|
1257
1225
|
return [css$12.root, 'uui-spinner'];
|
|
1258
1226
|
}
|
|
1259
1227
|
const Spinner = /* @__PURE__ */uuiCore.withMods(uuiComponents.Spinner, applySpinnerMods);
|
|
1260
1228
|
|
|
1261
|
-
var css$11 = {"root":"
|
|
1229
|
+
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"};
|
|
1262
1230
|
|
|
1263
1231
|
var _path$v;
|
|
1264
1232
|
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); }
|
|
@@ -1309,14 +1277,14 @@ function Paginator(props) {
|
|
|
1309
1277
|
return React__namespace.default.createElement(uuiComponents.Paginator, Object.assign({}, props, { render: renderPaginator }));
|
|
1310
1278
|
}
|
|
1311
1279
|
|
|
1312
|
-
var css$10 = {"root":"
|
|
1280
|
+
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"};
|
|
1313
1281
|
|
|
1314
1282
|
const IndeterminateBar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
1315
1283
|
return (React__namespace.createElement("div", { ref: ref, className: cx__default.default('uui-indeterminate_bar', props.cx, css$10.root, css$10[`size-${props.size || 12}`]) },
|
|
1316
1284
|
React__namespace.createElement("div", { className: cx__default.default(css$10.progressBar) })));
|
|
1317
1285
|
});
|
|
1318
1286
|
|
|
1319
|
-
var css$$ = {"root":"
|
|
1287
|
+
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"};
|
|
1320
1288
|
|
|
1321
1289
|
const DEFAULT_SIZE = '12';
|
|
1322
1290
|
function applyProgressBarMods(mods) {
|
|
@@ -1331,29 +1299,29 @@ const ProgressBar = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Pro
|
|
|
1331
1299
|
hideLabel: props.hideLabel || props.striped,
|
|
1332
1300
|
}));
|
|
1333
1301
|
|
|
1334
|
-
var css$_ = {"root":"
|
|
1302
|
+
var css$_ = {"root":"RRz6ki"};
|
|
1335
1303
|
|
|
1336
1304
|
const IndicatorBar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
1337
1305
|
const { progress } = props;
|
|
1338
1306
|
return progress || progress === 0 ? (React__namespace.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx__default.default(css$_.root, props.cx), hideLabel: true })) : (React__namespace.createElement(IndeterminateBar, { ref: ref, cx: cx__default.default(css$_.root, props.cx) }));
|
|
1339
1307
|
});
|
|
1340
1308
|
|
|
1341
|
-
var css$Z = {"root":"
|
|
1309
|
+
var css$Z = {"root":"rnQAgz","size-12":"fAn-jQ","size-18":"bvGEw6","size-24":"g52I-f","size12":"fAn-jQ","size18":"bvGEw6","size24":"g52I-f"};
|
|
1342
1310
|
|
|
1343
1311
|
const StatusIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1344
1312
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
1345
1313
|
css$Z.root,
|
|
1346
|
-
`
|
|
1314
|
+
css$Z[`size-${props.size || 24}`],
|
|
1347
1315
|
'uui-status_indicator',
|
|
1348
1316
|
`uui-color-${props.color || 'neutral'}`,
|
|
1349
1317
|
`uui-fill-${props.fill || 'solid'}`,
|
|
1350
1318
|
props.cx,
|
|
1351
1319
|
]) },
|
|
1352
|
-
React__namespace.default.createElement("div", { className: "uui-
|
|
1353
|
-
React__namespace.default.createElement("p", { className: "uui-
|
|
1320
|
+
React__namespace.default.createElement("div", { className: "uui-status_indicator_dot" }),
|
|
1321
|
+
React__namespace.default.createElement("p", { className: "uui-status_indicator_caption" }, props.caption)));
|
|
1354
1322
|
});
|
|
1355
1323
|
|
|
1356
|
-
var css$Y = {"drag-handle":"
|
|
1324
|
+
var css$Y = {"drag-handle":"fckJAU","icon-container":"J7E2RC","dragHandle":"fckJAU","iconContainer":"J7E2RC"};
|
|
1357
1325
|
|
|
1358
1326
|
function DataRowAddons(props) {
|
|
1359
1327
|
var _a, _b;
|
|
@@ -1367,15 +1335,15 @@ function DataRowAddons(props) {
|
|
|
1367
1335
|
return (React__namespace.default.createElement(React__namespace.default.Fragment, null,
|
|
1368
1336
|
((_a = row.dnd) === null || _a === void 0 ? void 0 : _a.srcData) && React__namespace.default.createElement(uuiComponents.DragHandle, { key: "dh", cx: css$Y.dragHandle }),
|
|
1369
1337
|
((_b = row === null || row === void 0 ? void 0 : row.checkbox) === null || _b === void 0 ? void 0 : _b.isVisible) && (React__namespace.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 })),
|
|
1370
|
-
row.indent > 0 && (React__namespace.default.createElement("div", { key: "fold", className:
|
|
1338
|
+
row.indent > 0 && (React__namespace.default.createElement("div", { key: "fold", className: "uui-dr_addons-indent", style: { marginInlineStart: getIndent(), width: getWidth() } }, row.isFoldable && (React__namespace.default.createElement(uuiComponents.IconContainer, { rawProps: {
|
|
1371
1339
|
'aria-label': row.isFolded ? 'Unfold' : 'Fold',
|
|
1372
1340
|
role: 'button',
|
|
1373
1341
|
}, key: "icon", icon: ForwardRef$P, cx: [
|
|
1374
1342
|
uuiCore.uuiElement.foldingArrow, uuiCore.uuiMarkers.clickable, css$Y.iconContainer,
|
|
1375
|
-
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row)
|
|
1343
|
+
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row) }))))));
|
|
1376
1344
|
}
|
|
1377
1345
|
|
|
1378
|
-
var css$X = {"root":"
|
|
1346
|
+
var css$X = {"root":"_9gfLAf"};
|
|
1379
1347
|
|
|
1380
1348
|
const Blocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.Blocker, () => [css$X.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__namespace.default.createElement(Spinner, null)) }));
|
|
1381
1349
|
|
|
@@ -1416,7 +1384,7 @@ const VirtualListView = /* @__PURE__ */React__namespace.forwardRef((props, ref)
|
|
|
1416
1384
|
React__namespace.createElement(Blocker, { isEnabled: props.isLoading })));
|
|
1417
1385
|
});
|
|
1418
1386
|
|
|
1419
|
-
var css$W = {"root":"
|
|
1387
|
+
var css$W = {"root":"_0x6h91"};
|
|
1420
1388
|
|
|
1421
1389
|
function CheckboxGroup(props) {
|
|
1422
1390
|
const currentValue = props.value || [];
|
|
@@ -1578,7 +1546,7 @@ const TREE_SHAKEABLE_INIT = () => (Object.assign(Object.assign({}, uuiCore.i18n)
|
|
|
1578
1546
|
} }));
|
|
1579
1547
|
const i18n = /* @__PURE__ */TREE_SHAKEABLE_INIT();
|
|
1580
1548
|
|
|
1581
|
-
var css$V = {"uui-typography":"
|
|
1549
|
+
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"};
|
|
1582
1550
|
|
|
1583
1551
|
class DataPickerBody extends uuiComponents.PickerBodyBase {
|
|
1584
1552
|
constructor() {
|
|
@@ -1600,7 +1568,7 @@ class DataPickerBody extends uuiComponents.PickerBodyBase {
|
|
|
1600
1568
|
this.showSearch() && (React__namespace.default.createElement("div", { key: "search", className: css$V.searchWrapper },
|
|
1601
1569
|
React__namespace.default.createElement(uuiComponents.FlexCell, { grow: 1 },
|
|
1602
1570
|
React__namespace.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' } }))))),
|
|
1603
|
-
React__namespace.default.createElement(FlexRow, { key: "body", cx: uuiCore.cx('uui-
|
|
1571
|
+
React__namespace.default.createElement(FlexRow, { key: "body", cx: uuiCore.cx('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__namespace.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()))));
|
|
1604
1572
|
}
|
|
1605
1573
|
}
|
|
1606
1574
|
|
|
@@ -1616,7 +1584,7 @@ function DataPickerFooterImpl(props) {
|
|
|
1616
1584
|
const selectAllText = i18n.pickerInput.selectAllButton;
|
|
1617
1585
|
// show always for multi picker and for single only in case if search not disabled.
|
|
1618
1586
|
const shouldShowFooter = isSinglePicker ? !props.disableClear : true;
|
|
1619
|
-
return shouldShowFooter && (React__namespace.default.createElement(FlexRow, { padding: settings.sizes.dataPickerFooter.flexRowPadding },
|
|
1587
|
+
return shouldShowFooter && (React__namespace.default.createElement(FlexRow, { size: props.size, padding: settings.sizes.dataPickerFooter.flexRowPadding },
|
|
1620
1588
|
!isSinglePicker && (React__namespace.default.createElement(Switch, { size: settings.sizes.dataPickerFooter.switch[props.size], value: showSelected.value, isDisabled: !hasSelection, onValueChange: showSelected.onValueChange, label: i18n.pickerInput.showOnlySelectedLabel })),
|
|
1621
1589
|
React__namespace.default.createElement(uuiComponents.FlexSpacer, null),
|
|
1622
1590
|
React__namespace.default.createElement(FlexCell, { width: "auto", alignSelf: "center" },
|
|
@@ -1629,7 +1597,7 @@ function DataPickerFooterImpl(props) {
|
|
|
1629
1597
|
}
|
|
1630
1598
|
const DataPickerFooter = /* @__PURE__ */React__namespace.default.memo(DataPickerFooterImpl);
|
|
1631
1599
|
|
|
1632
|
-
var css$U = {"header":"
|
|
1600
|
+
var css$U = {"header":"AsG0MA","close":"Ou-LuF"};
|
|
1633
1601
|
|
|
1634
1602
|
const DataPickerHeaderImpl = (props) => {
|
|
1635
1603
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -1654,7 +1622,7 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
|
1654
1622
|
};
|
|
1655
1623
|
var ForwardRef$t = /*#__PURE__*/React.forwardRef(SvgNotificationDoneFill);
|
|
1656
1624
|
|
|
1657
|
-
var css$T = {"uui-typography":"
|
|
1625
|
+
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"};
|
|
1658
1626
|
|
|
1659
1627
|
function DataPickerCell(props) {
|
|
1660
1628
|
const ref = React__namespace.useRef();
|
|
@@ -1673,7 +1641,7 @@ function DataPickerCell(props) {
|
|
|
1673
1641
|
props.renderItem(props.rowProps.value, props.rowProps),
|
|
1674
1642
|
React__namespace.createElement(uuiComponents.FlexSpacer, null),
|
|
1675
1643
|
(props.rowProps.isChildrenSelected || props.rowProps.isSelected) && (React__namespace.createElement("div", { className: uuiCore.cx(css$T.iconWrapper, uuiCore.uuiMod.selected) },
|
|
1676
|
-
React__namespace.createElement(uuiComponents.IconContainer, {
|
|
1644
|
+
React__namespace.createElement(uuiComponents.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
|
|
1677
1645
|
? 'Child is selected'
|
|
1678
1646
|
: 'Selected' } })))));
|
|
1679
1647
|
}
|
|
@@ -1682,16 +1650,16 @@ function DataPickerCell(props) {
|
|
|
1682
1650
|
css$T.root,
|
|
1683
1651
|
props.cx,
|
|
1684
1652
|
'data-picker-cell',
|
|
1685
|
-
'
|
|
1653
|
+
css$T['size-' + (props.size || settings.sizes.defaults.dataPickerCell)],
|
|
1686
1654
|
css$T[`padding-${props.padding || settings.sizes.dataPickerCell.padding.default}`],
|
|
1687
1655
|
css$T[`padding-left-${props.padding || settings.sizes.dataPickerCell.paddingLeft.default}`],
|
|
1688
1656
|
css$T[`align-widgets-${props.alignActions || 'top'}`],
|
|
1689
1657
|
] },
|
|
1690
|
-
React__namespace.createElement(DataRowAddons, Object.assign({
|
|
1658
|
+
React__namespace.createElement(DataRowAddons, Object.assign({}, props)),
|
|
1691
1659
|
getWrappedContent()));
|
|
1692
1660
|
}
|
|
1693
1661
|
|
|
1694
|
-
var css$S = {"uui-typography":"
|
|
1662
|
+
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"};
|
|
1695
1663
|
|
|
1696
1664
|
class DataPickerRow extends React__namespace.Component {
|
|
1697
1665
|
constructor() {
|
|
@@ -1705,7 +1673,7 @@ class DataPickerRow extends React__namespace.Component {
|
|
|
1705
1673
|
}
|
|
1706
1674
|
}
|
|
1707
1675
|
|
|
1708
|
-
var css$R = {"uui-typography":"
|
|
1676
|
+
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"};
|
|
1709
1677
|
|
|
1710
1678
|
const MobileDropdownWrapper = (props) => {
|
|
1711
1679
|
const isMobileView = uuiCore.isMobile();
|
|
@@ -1739,7 +1707,7 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
1739
1707
|
};
|
|
1740
1708
|
var ForwardRef$s = /*#__PURE__*/React.forwardRef(SvgSearchWithBackground);
|
|
1741
1709
|
|
|
1742
|
-
var css$Q = {"uui-typography":"
|
|
1710
|
+
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"};
|
|
1743
1711
|
|
|
1744
1712
|
const mergeHighlightRanges = (ranges) => {
|
|
1745
1713
|
const mergedRanges = [];
|
|
@@ -1806,7 +1774,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
1806
1774
|
return getDecoratedText(str, ranges);
|
|
1807
1775
|
};
|
|
1808
1776
|
|
|
1809
|
-
var css$P = {"root":"
|
|
1777
|
+
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-"};
|
|
1810
1778
|
|
|
1811
1779
|
function PickerItem(props) {
|
|
1812
1780
|
var _a;
|
|
@@ -1881,7 +1849,7 @@ function PickerModal(props) {
|
|
|
1881
1849
|
React__namespace.default.createElement(ModalFooter, { padding: "24", vPadding: "24" }, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
1882
1850
|
}
|
|
1883
1851
|
|
|
1884
|
-
var css$O = {"tooltip":"
|
|
1852
|
+
var css$O = {"tooltip":"jDCW6F"};
|
|
1885
1853
|
|
|
1886
1854
|
const PickerTogglerTag = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
1887
1855
|
var _a;
|
|
@@ -1896,7 +1864,7 @@ const PickerTogglerTag = /* @__PURE__ */React__namespace.forwardRef((props, ref)
|
|
|
1896
1864
|
}
|
|
1897
1865
|
});
|
|
1898
1866
|
|
|
1899
|
-
var css$N = {"uui-typography":"
|
|
1867
|
+
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"};
|
|
1900
1868
|
|
|
1901
1869
|
const defaultMode$1 = EditMode.FORM;
|
|
1902
1870
|
function applyPickerTogglerMods(mods) {
|
|
@@ -1996,7 +1964,7 @@ function PickerInputComponent(_a, ref) {
|
|
|
1996
1964
|
}
|
|
1997
1965
|
const PickerInput = /* @__PURE__ */React__namespace.default.forwardRef(PickerInputComponent);
|
|
1998
1966
|
|
|
1999
|
-
var css$M = {"row":"
|
|
1967
|
+
var css$M = {"row":"Zax1QT"};
|
|
2000
1968
|
|
|
2001
1969
|
function PickerListItem(props) {
|
|
2002
1970
|
var _a;
|
|
@@ -2017,7 +1985,7 @@ function PickerListItem(props) {
|
|
|
2017
1985
|
return (React__namespace.default.createElement("div", Object.assign({ role: "option", "aria-selected": props.isSelectable ? props.isSelected : undefined, "aria-busy": props.isLoading, "aria-posinset": props.index + 1 }, (((_a = props.checkbox) === null || _a === void 0 ? void 0 : _a.isVisible) && { 'aria-checked': props.isChecked }), { className: css$M.row }), component));
|
|
2018
1986
|
}
|
|
2019
1987
|
|
|
2020
|
-
var css$L = {"root":"
|
|
1988
|
+
var css$L = {"root":"OyxxD0"};
|
|
2021
1989
|
|
|
2022
1990
|
function PickerList(props) {
|
|
2023
1991
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = uuiComponents.usePickerList(props);
|
|
@@ -2057,7 +2025,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
2057
2025
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
2058
2026
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
2059
2027
|
|
|
2060
|
-
var css$K = {"uui-typography":"
|
|
2028
|
+
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"};
|
|
2061
2029
|
|
|
2062
2030
|
const defaultSize = '36';
|
|
2063
2031
|
const FilterPanelItemToggler = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
@@ -2124,7 +2092,7 @@ function FilterPickerBody(_a) {
|
|
|
2124
2092
|
};
|
|
2125
2093
|
const renderItem = (item, rowProps, dsState) => {
|
|
2126
2094
|
const { flattenSearchResults } = view.getConfig();
|
|
2127
|
-
return (React__namespace.createElement(PickerItem, Object.assign({ title: getName(item), highlightSearchMatches: highlightSearchMatches }, (flattenSearchResults ? { subtitle: getSubtitle(rowProps, dsState) } : {}), { dataSourceState: dsState, size:
|
|
2095
|
+
return (React__namespace.createElement(PickerItem, Object.assign({ title: getName(item), highlightSearchMatches: highlightSearchMatches }, (flattenSearchResults ? { subtitle: getSubtitle(rowProps, dsState) } : {}), { dataSourceState: dsState, size: "36" }, rowProps)));
|
|
2128
2096
|
};
|
|
2129
2097
|
const onSelect = (row) => {
|
|
2130
2098
|
handleDataSourceValueChange((currentDataSourceState) => (Object.assign(Object.assign({}, currentDataSourceState), { search: '', selectedId: row.id })));
|
|
@@ -2133,24 +2101,24 @@ function FilterPickerBody(_a) {
|
|
|
2133
2101
|
if (rowProps.isSelectable && isSingleSelect() && props.editMode !== 'modal') {
|
|
2134
2102
|
rowProps.onSelect = onSelect;
|
|
2135
2103
|
}
|
|
2136
|
-
return props.renderRow ? (props.renderRow(rowProps, dataSourceState)) : (React__namespace.createElement(DataPickerRow, Object.assign({}, rowProps, { key: rowProps.rowKey, size:
|
|
2104
|
+
return props.renderRow ? (props.renderRow(rowProps, dataSourceState)) : (React__namespace.createElement(DataPickerRow, Object.assign({}, rowProps, { key: rowProps.rowKey, size: "36", padding: "12", renderItem: (item, itemProps) => renderItem(item, itemProps, dsState) })));
|
|
2137
2105
|
};
|
|
2138
2106
|
const renderFooter = () => {
|
|
2139
|
-
return React__namespace.createElement(DataPickerFooter, Object.assign({}, getFooterProps(), { size:
|
|
2107
|
+
return React__namespace.createElement(DataPickerFooter, Object.assign({}, getFooterProps(), { size: "36" }));
|
|
2140
2108
|
};
|
|
2141
2109
|
const renderBody = (bodyProps, rows) => {
|
|
2142
2110
|
const renderedDataRows = rows.map((props) => renderRow(props, dataSourceState));
|
|
2143
2111
|
const maxHeight = uuiCore.isMobile() ? document.documentElement.clientHeight : props.maxBodyHeight || pickerHeight;
|
|
2144
2112
|
const maxWidth = uuiCore.isMobile() ? undefined : 360;
|
|
2145
2113
|
return (React__namespace.createElement(React__namespace.Fragment, null,
|
|
2146
|
-
React__namespace.createElement(DataPickerBody, Object.assign({}, bodyProps, { selectionMode: props.selectionMode, rows: renderedDataRows, maxHeight: maxHeight, maxWidth: maxWidth, searchSize:
|
|
2114
|
+
React__namespace.createElement(DataPickerBody, Object.assign({}, bodyProps, { selectionMode: props.selectionMode, rows: renderedDataRows, maxHeight: maxHeight, maxWidth: maxWidth, searchSize: "36", editMode: "dropdown" })),
|
|
2147
2115
|
renderFooter()));
|
|
2148
2116
|
};
|
|
2149
2117
|
const rows = getRows();
|
|
2150
2118
|
return renderBody(Object.assign(Object.assign(Object.assign({}, getPickerBodyProps(rows)), getListProps()), { showSearch: (_b = props.showSearch) !== null && _b !== void 0 ? _b : true }), rows);
|
|
2151
2119
|
}
|
|
2152
2120
|
|
|
2153
|
-
var css$J = {"container":"
|
|
2121
|
+
var css$J = {"container":"kmqeUs"};
|
|
2154
2122
|
|
|
2155
2123
|
const defaultFormat = 'MMM D, YYYY';
|
|
2156
2124
|
const valueFormat = 'YYYY-MM-DD';
|
|
@@ -2287,8 +2255,11 @@ const uuiHeader = {
|
|
|
2287
2255
|
navIconRight: 'uui-datepickerheader-nav-icon-right',
|
|
2288
2256
|
navIconLeft: 'uui-datepickerheader-nav-icon-left',
|
|
2289
2257
|
};
|
|
2290
|
-
const
|
|
2291
|
-
|
|
2258
|
+
const MIN_SOBER_YEAR = 1000;
|
|
2259
|
+
const MAX_SOBER_YEAR = 2200;
|
|
2260
|
+
const isYearWithinSoberRange = (value) => {
|
|
2261
|
+
const year = value.year();
|
|
2262
|
+
return year >= MIN_SOBER_YEAR && year <= MAX_SOBER_YEAR;
|
|
2292
2263
|
};
|
|
2293
2264
|
function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, onValueChange, }) {
|
|
2294
2265
|
const onSetMonth = (newMonth) => {
|
|
@@ -2350,8 +2321,8 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2350
2321
|
: '';
|
|
2351
2322
|
return `${monthSubstr} ${month.year()}`;
|
|
2352
2323
|
}, [view, month]);
|
|
2353
|
-
const disablePrev = view === 'YEAR_SELECTION' && !
|
|
2354
|
-
const disableNext = view === 'YEAR_SELECTION' && !
|
|
2324
|
+
const disablePrev = view === 'YEAR_SELECTION' && !isYearWithinSoberRange(getPrevYearsList(month));
|
|
2325
|
+
const disableNext = view === 'YEAR_SELECTION' && !isYearWithinSoberRange(getNextYearsList(month));
|
|
2355
2326
|
return (React__namespace.createElement("div", { className: cx__default.default(css$J.container, uuiHeader.container, cx__default.default) },
|
|
2356
2327
|
React__namespace.createElement("header", { className: uuiHeader.header },
|
|
2357
2328
|
React__namespace.createElement(Button, { icon: navIconLeft || ForwardRef$v, color: "secondary", fill: "ghost", cx: uuiHeader.navIconLeft, onClick: () => onLeftNavigationArrow(), isDisabled: disablePrev }),
|
|
@@ -2359,14 +2330,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2359
2330
|
React__namespace.createElement(Button, { icon: navIconRight || ForwardRef$u, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: () => onRightNavigationArrow(), isDisabled: disableNext }))));
|
|
2360
2331
|
}
|
|
2361
2332
|
|
|
2362
|
-
var css$I = {"uui-typography":"
|
|
2333
|
+
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"};
|
|
2363
2334
|
|
|
2364
2335
|
function applyDateSelectionMods() {
|
|
2365
2336
|
return [css$I.root];
|
|
2366
2337
|
}
|
|
2367
2338
|
const Calendar = /* @__PURE__ */uuiCore.withMods(uuiComponents.Calendar, applyDateSelectionMods);
|
|
2368
2339
|
|
|
2369
|
-
var css$H = {"uui-typography":"
|
|
2340
|
+
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"};
|
|
2370
2341
|
|
|
2371
2342
|
const uuiDatePickerBody = {
|
|
2372
2343
|
wrapper: 'uui-datepickerBody-wrapper',
|
|
@@ -2454,7 +2425,7 @@ function FilterDatePickerBody(props) {
|
|
|
2454
2425
|
} })))));
|
|
2455
2426
|
}
|
|
2456
2427
|
|
|
2457
|
-
var css$G = {"uui-typography":"
|
|
2428
|
+
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"};
|
|
2458
2429
|
|
|
2459
2430
|
const RangeDatePickerInput = /* @__PURE__ */React.forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onBlur, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, id, cx: classes, }, ref) => {
|
|
2460
2431
|
const [inputValue, setInputValue] = React.useState(toCustomDateRangeFormat(value, format));
|
|
@@ -2545,7 +2516,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
2545
2516
|
React__namespace.default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
2546
2517
|
}
|
|
2547
2518
|
|
|
2548
|
-
var css$F = {"container":"
|
|
2519
|
+
var css$F = {"container":"OUGe-z"};
|
|
2549
2520
|
|
|
2550
2521
|
function FilterNumericBody(props) {
|
|
2551
2522
|
var _a, _b;
|
|
@@ -2630,7 +2601,7 @@ function FilterItemBody(props) {
|
|
|
2630
2601
|
|
|
2631
2602
|
var _path$r;
|
|
2632
2603
|
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); }
|
|
2633
|
-
var
|
|
2604
|
+
var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
2634
2605
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$r({
|
|
2635
2606
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2636
2607
|
width: 24,
|
|
@@ -2638,14 +2609,12 @@ var SvgActionDeleteForeverFill = function SvgActionDeleteForeverFill(props, ref)
|
|
|
2638
2609
|
viewBox: "0 0 24 24",
|
|
2639
2610
|
ref: ref
|
|
2640
2611
|
}, props), _path$r || (_path$r = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2641
|
-
|
|
2642
|
-
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",
|
|
2643
|
-
clipRule: "evenodd"
|
|
2612
|
+
d: "M9 3v1H4v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3H9zM7 6h10v13H7V6zm2 2v9h2V8H9zm4 0v9h2V8h-2z"
|
|
2644
2613
|
})));
|
|
2645
2614
|
};
|
|
2646
|
-
var ForwardRef$r = /*#__PURE__*/React.forwardRef(
|
|
2615
|
+
var ForwardRef$r = /*#__PURE__*/React.forwardRef(SvgActionDeleteOutline);
|
|
2647
2616
|
|
|
2648
|
-
var css$E = {"uui-typography":"
|
|
2617
|
+
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"};
|
|
2649
2618
|
|
|
2650
2619
|
function useView(props, value) {
|
|
2651
2620
|
const forceUpdate = uuiCore.useForceUpdate();
|
|
@@ -2933,7 +2902,8 @@ function FiltersToolbarImpl(props) {
|
|
|
2933
2902
|
return uuiCore.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; });
|
|
2934
2903
|
}, [filters, tableState.filtersConfig]);
|
|
2935
2904
|
const renderAddFilterToggler = React.useCallback((togglerProps) => {
|
|
2936
|
-
|
|
2905
|
+
var _a;
|
|
2906
|
+
return (React__namespace.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 }));
|
|
2937
2907
|
}, []);
|
|
2938
2908
|
const getRowOptions = React.useCallback((item) => ({
|
|
2939
2909
|
isDisabled: item.isAlwaysVisible,
|
|
@@ -2966,7 +2936,7 @@ function FiltersToolbarImpl(props) {
|
|
|
2966
2936
|
}
|
|
2967
2937
|
const FiltersPanel = /* @__PURE__ */React__namespace.default.memo(FiltersToolbarImpl);
|
|
2968
2938
|
|
|
2969
|
-
var css$D = {"divider":"
|
|
2939
|
+
var css$D = {"divider":"gLsq-B","dropdownDeleteIcon":"Nt0O38","presetsWrapper":"yNKxfT","addPresetContainer":"-UACv-","dropContainer":"-V7pyg"};
|
|
2970
2940
|
|
|
2971
2941
|
var _path$p;
|
|
2972
2942
|
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); }
|
|
@@ -3079,22 +3049,7 @@ var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
|
3079
3049
|
};
|
|
3080
3050
|
var ForwardRef$j = /*#__PURE__*/React.forwardRef(SvgContentLinkOutline);
|
|
3081
3051
|
|
|
3082
|
-
var
|
|
3083
|
-
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); }
|
|
3084
|
-
var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
3085
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$i({
|
|
3086
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3087
|
-
width: 24,
|
|
3088
|
-
height: 24,
|
|
3089
|
-
viewBox: "0 0 24 24",
|
|
3090
|
-
ref: ref
|
|
3091
|
-
}, props), _path$i || (_path$i = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3092
|
-
d: "M9 3v1H4v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3H9zM7 6h10v13H7V6zm2 2v9h2V8H9zm4 0v9h2V8h-2z"
|
|
3093
|
-
})));
|
|
3094
|
-
};
|
|
3095
|
-
var ForwardRef$i = /*#__PURE__*/React.forwardRef(SvgActionDeleteOutline);
|
|
3096
|
-
|
|
3097
|
-
var css$C = {"delete-button":"q2wfpv","tab-button":"KA7Wdr","targetOpen":"jaaOf-","deleteButton":"q2wfpv","tabButton":"KA7Wdr"};
|
|
3052
|
+
var css$C = {"delete-button":"hdJ6GI","tab-button":"OXjbnu","targetOpen":"_9oJSVN","deleteButton":"hdJ6GI","tabButton":"OXjbnu"};
|
|
3098
3053
|
|
|
3099
3054
|
function PresetActionsDropdown(props) {
|
|
3100
3055
|
const { uuiNotifications } = uuiCore.useUuiContext();
|
|
@@ -3144,7 +3099,7 @@ function PresetActionsDropdown(props) {
|
|
|
3144
3099
|
React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-copyLink`, icon: ForwardRef$j, caption: "Copy Link", onClick: copyUrlToClipboard }),
|
|
3145
3100
|
!isReadonlyPreset && (React__namespace.default.createElement(React__namespace.default.Fragment, null,
|
|
3146
3101
|
React__namespace.default.createElement(DropdownMenuSplitter, { key: "delete-splitter" }),
|
|
3147
|
-
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3102
|
+
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$r, caption: "Delete", cx: css$C.deleteButton, onClick: deleteHandler })))));
|
|
3148
3103
|
};
|
|
3149
3104
|
const renderTarget = React.useCallback((dropdownProps) => {
|
|
3150
3105
|
return (React__namespace.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" })));
|
|
@@ -3152,7 +3107,7 @@ function PresetActionsDropdown(props) {
|
|
|
3152
3107
|
return (React__namespace.default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
3153
3108
|
}
|
|
3154
3109
|
|
|
3155
|
-
var css$B = {"preset-input-cell":"
|
|
3110
|
+
var css$B = {"preset-input-cell":"IWGqcV","preset-input":"MA5x-k","presetInputCell":"IWGqcV","presetInput":"MA5x-k"};
|
|
3156
3111
|
|
|
3157
3112
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
3158
3113
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -3185,7 +3140,7 @@ function PresetInput(props) {
|
|
|
3185
3140
|
React__namespace.default.createElement(TextInput, { cx: css$B.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
3186
3141
|
}
|
|
3187
3142
|
|
|
3188
|
-
var css$A = {"preset":"
|
|
3143
|
+
var css$A = {"preset":"_5td9-7","activePreset":"G0EzZC"};
|
|
3189
3144
|
|
|
3190
3145
|
function Preset(props) {
|
|
3191
3146
|
const [isRenamePreset, setIsRenamePreset] = React.useState(false);
|
|
@@ -3206,6 +3161,23 @@ function Preset(props) {
|
|
|
3206
3161
|
return (React__namespace.default.createElement(FlexCell, { key: props.preset.id, alignSelf: "center", width: "auto" }, isRenamePreset ? (React__namespace.default.createElement(PresetInput, { onCancel: cancelRenamePreset, onSuccess: handlePresetRename, preset: props.preset })) : (React__namespace.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__namespace.default.createElement(PresetActionsDropdown, Object.assign({ renamePreset: setPresetForRename }, props)), iconPosition: "right", isLinkActive: isPresetActive }))));
|
|
3207
3162
|
}
|
|
3208
3163
|
|
|
3164
|
+
var _path$i;
|
|
3165
|
+
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); }
|
|
3166
|
+
var SvgActionDeleteForeverFill = function SvgActionDeleteForeverFill(props, ref) {
|
|
3167
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$i({
|
|
3168
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3169
|
+
width: 24,
|
|
3170
|
+
height: 24,
|
|
3171
|
+
viewBox: "0 0 24 24",
|
|
3172
|
+
ref: ref
|
|
3173
|
+
}, props), _path$i || (_path$i = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3174
|
+
fillRule: "evenodd",
|
|
3175
|
+
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",
|
|
3176
|
+
clipRule: "evenodd"
|
|
3177
|
+
})));
|
|
3178
|
+
};
|
|
3179
|
+
var ForwardRef$i = /*#__PURE__*/React.forwardRef(SvgActionDeleteForeverFill);
|
|
3180
|
+
|
|
3209
3181
|
function PresetsPanel(props) {
|
|
3210
3182
|
const [isAddingPreset, setIsAddingPreset] = React.useState(false);
|
|
3211
3183
|
const setAddingPreset = React.useCallback(() => {
|
|
@@ -3228,7 +3200,7 @@ function PresetsPanel(props) {
|
|
|
3228
3200
|
return (React__namespace.default.createElement(Dropdown, { key: "more", renderTarget: (props) => (React__namespace.default.createElement(FlexRow, null,
|
|
3229
3201
|
React__namespace.default.createElement("div", { className: css$D.divider }),
|
|
3230
3202
|
React__namespace.default.createElement(Button, Object.assign({ cx: UUI_PRESETS_PANEL_MORE_BUTTON, fill: "ghost", color: "secondary", caption: `${(hiddenItems === null || hiddenItems === void 0 ? void 0 : hiddenItems.length) || ''} more` }, props)))), renderBody: (propsBody) => (React__namespace.default.createElement(DropdownMenuBody, Object.assign({ minWidth: 230 }, propsBody),
|
|
3231
|
-
React__namespace.default.createElement(uuiComponents.ScrollBars, null, hiddenItems.map((hiddenItem) => (React__namespace.default.createElement(DropdownMenuButton, { key: hiddenItem.preset.id, onClick: () => onPresetDropdownSelect(hiddenItem), caption: hiddenItem.preset.name, icon: !hiddenItem.preset.isReadonly && ForwardRef$
|
|
3203
|
+
React__namespace.default.createElement(uuiComponents.ScrollBars, null, hiddenItems.map((hiddenItem) => (React__namespace.default.createElement(DropdownMenuButton, { key: hiddenItem.preset.id, onClick: () => onPresetDropdownSelect(hiddenItem), caption: hiddenItem.preset.name, icon: !hiddenItem.preset.isReadonly && ForwardRef$i, iconPosition: "right", cx: css$D.dropdownDeleteIcon, onIconClick: !hiddenItem.preset.isReadonly && (() => props.deletePreset(hiddenItem.preset)) })))))) }));
|
|
3232
3204
|
};
|
|
3233
3205
|
const getPresetPriority = (preset, index) => {
|
|
3234
3206
|
return preset.id === props.activePresetId ? 100499 : 1000 - index;
|
|
@@ -3287,7 +3259,7 @@ const useColumnsWithFilters = (initialColumns, filters) => {
|
|
|
3287
3259
|
return columns;
|
|
3288
3260
|
};
|
|
3289
3261
|
|
|
3290
|
-
var css$z = {"line-height-12":"
|
|
3262
|
+
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"};
|
|
3291
3263
|
|
|
3292
3264
|
function getTextClasses(props, border) {
|
|
3293
3265
|
if (props.size === 'none') {
|
|
@@ -3304,7 +3276,7 @@ function getTextClasses(props, border) {
|
|
|
3304
3276
|
];
|
|
3305
3277
|
}
|
|
3306
3278
|
|
|
3307
|
-
var css$y = {"root":"
|
|
3279
|
+
var css$y = {"root":"JnRYe7"};
|
|
3308
3280
|
|
|
3309
3281
|
function applyTextMods(mods) {
|
|
3310
3282
|
const textClasses = getTextClasses({
|
|
@@ -3323,7 +3295,7 @@ function applyTextMods(mods) {
|
|
|
3323
3295
|
}
|
|
3324
3296
|
const Text = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Text, applyTextMods);
|
|
3325
3297
|
|
|
3326
|
-
var css$x = {"root":"
|
|
3298
|
+
var css$x = {"root":"-pFXyW","loading-word":"_33mFUf","animated-loading":"QsQbkF","skeleton_loading":"g0m5MF","loadingWord":"_33mFUf","animatedLoading":"QsQbkF","skeletonLoading":"g0m5MF"};
|
|
3327
3299
|
|
|
3328
3300
|
const TextPlaceholder = (props) => {
|
|
3329
3301
|
const pattern = ' ';
|
|
@@ -3342,7 +3314,7 @@ const TextPlaceholder = (props) => {
|
|
|
3342
3314
|
|
|
3343
3315
|
const RichTextView = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
|
|
3344
3316
|
|
|
3345
|
-
var css$w = {"uui-typography":"
|
|
3317
|
+
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"};
|
|
3346
3318
|
|
|
3347
3319
|
const ModalBlocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalBlocker, () => [css$w.modalBlocker]);
|
|
3348
3320
|
const ModalWindow = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalWindow, () => [css$w.root, css$w.modal], (props) => {
|
|
@@ -3396,7 +3368,7 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
|
3396
3368
|
};
|
|
3397
3369
|
var ForwardRef$h = /*#__PURE__*/React.forwardRef(SvgNotificationHelpFill);
|
|
3398
3370
|
|
|
3399
|
-
var css$v = {"uui-typography":"
|
|
3371
|
+
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"};
|
|
3400
3372
|
|
|
3401
3373
|
const NotificationCard = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
3402
3374
|
const notificationCardNode = React__namespace.default.useRef(null);
|
|
@@ -3472,7 +3444,7 @@ function useReliableForceUpdate() {
|
|
|
3472
3444
|
return red[1];
|
|
3473
3445
|
}
|
|
3474
3446
|
|
|
3475
|
-
var css$u = {"root":"
|
|
3447
|
+
var css$u = {"root":"whuI-d","timepicker-input":"Du-izy","ltr-always":"MfDtNi","timepickerInput":"Du-izy","ltrAlways":"MfDtNi"};
|
|
3476
3448
|
|
|
3477
3449
|
const uuiTimePicker = {
|
|
3478
3450
|
container: 'uui-timepicker-container',
|
|
@@ -3665,7 +3637,7 @@ function TimePicker(props) {
|
|
|
3665
3637
|
return (React__namespace.default.createElement(Dropdown, { renderTarget: (targetProps) => (props.renderTarget ? props.renderTarget(targetProps) : renderInput(targetProps)), renderBody: (bodyProps) => !props.isDisabled && !props.isReadonly && renderBody(bodyProps), onValueChange: !props.isDisabled && !props.isReadonly ? onToggle : null, value: state.isOpen, modifiers: [{ name: 'offset', options: { offset: [0, 6] } }], forwardedRef: props.forwardedRef }));
|
|
3666
3638
|
}
|
|
3667
3639
|
|
|
3668
|
-
var css$t = {"root":"
|
|
3640
|
+
var css$t = {"root":"_8Vnxuz"};
|
|
3669
3641
|
|
|
3670
3642
|
function applyInputAddonMods() {
|
|
3671
3643
|
return [
|
|
@@ -3674,7 +3646,7 @@ function applyInputAddonMods() {
|
|
|
3674
3646
|
}
|
|
3675
3647
|
const InputAddon = /* @__PURE__ */uuiCore.withMods(uuiComponents.InputAddon, applyInputAddonMods);
|
|
3676
3648
|
|
|
3677
|
-
var css$s = {"root":"
|
|
3649
|
+
var css$s = {"root":"ECPfU6"};
|
|
3678
3650
|
|
|
3679
3651
|
function applySliderMods() {
|
|
3680
3652
|
return [css$s.root, 'uui-color-neutral'];
|
|
@@ -3757,14 +3729,14 @@ function DatePickerComponent(props, ref) {
|
|
|
3757
3729
|
}
|
|
3758
3730
|
const DatePicker = /* @__PURE__ */React__namespace.default.forwardRef(DatePickerComponent);
|
|
3759
3731
|
|
|
3760
|
-
var css$r = {"uui-typography":"
|
|
3732
|
+
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"};
|
|
3761
3733
|
|
|
3762
3734
|
function applyCalendarPresetsMods() {
|
|
3763
3735
|
return [css$r.root];
|
|
3764
3736
|
}
|
|
3765
3737
|
const CalendarPresets = /* @__PURE__ */uuiCore.withMods(uuiComponents.CalendarPresets, applyCalendarPresetsMods, () => ({}));
|
|
3766
3738
|
|
|
3767
|
-
var css$q = {"uui-typography":"
|
|
3739
|
+
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"};
|
|
3768
3740
|
|
|
3769
3741
|
const uuiRangeDatePickerBody = {
|
|
3770
3742
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -4008,7 +3980,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
4008
3980
|
}
|
|
4009
3981
|
const RangeDatePicker = /* @__PURE__ */React__namespace.default.forwardRef(RangeDatePickerComponent);
|
|
4010
3982
|
|
|
4011
|
-
var css$p = {"root":"
|
|
3983
|
+
var css$p = {"root":"jGY3hn","blocker":"-mJmr6","marker":"zjiTrZ","top":"a267wA","bottom":"yam2vK","left":"mheuyY","right":"aKAsOX","inside":"_0QQQFL"};
|
|
4012
3984
|
|
|
4013
3985
|
function DropMarker(props) {
|
|
4014
3986
|
return props.isDndInProgress
|
|
@@ -4023,12 +3995,12 @@ function DropMarker(props) {
|
|
|
4023
3995
|
: null;
|
|
4024
3996
|
}
|
|
4025
3997
|
|
|
4026
|
-
var css$o = {"uui-typography":"
|
|
3998
|
+
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"};
|
|
4027
3999
|
|
|
4028
|
-
function DataTableCell(
|
|
4029
|
-
|
|
4000
|
+
function DataTableCell(props) {
|
|
4001
|
+
props = Object.assign({}, props);
|
|
4030
4002
|
if (props.isFirstColumn) {
|
|
4031
|
-
props.addons = React__namespace.createElement(DataRowAddons, Object.assign({
|
|
4003
|
+
props.addons = React__namespace.createElement(DataRowAddons, Object.assign({}, props));
|
|
4032
4004
|
}
|
|
4033
4005
|
props.renderPlaceholder = props.renderPlaceholder
|
|
4034
4006
|
|| (() => (
|
|
@@ -4061,7 +4033,7 @@ function DataTableCell(initialProps) {
|
|
|
4061
4033
|
'data-table-cell',
|
|
4062
4034
|
props.cx,
|
|
4063
4035
|
css$o.cell,
|
|
4064
|
-
'
|
|
4036
|
+
css$o['size-' + (props.size || '36')],
|
|
4065
4037
|
css$o[`padding-${getPaddings().padding}`],
|
|
4066
4038
|
props.isFirstColumn && css$o[`padding-left-${getPaddings().sidePadding}`],
|
|
4067
4039
|
props.isLastColumn && css$o[`padding-right-${getPaddings().sidePadding}`],
|
|
@@ -4071,7 +4043,7 @@ function DataTableCell(initialProps) {
|
|
|
4071
4043
|
return React__namespace.createElement(uuiComponents.DataTableCell, Object.assign({}, props));
|
|
4072
4044
|
}
|
|
4073
4045
|
|
|
4074
|
-
var css$n = {"uui-typography":"
|
|
4046
|
+
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"};
|
|
4075
4047
|
|
|
4076
4048
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
4077
4049
|
// 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.
|
|
@@ -4087,7 +4059,7 @@ const DataTableRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.DataTableRow,
|
|
|
4087
4059
|
];
|
|
4088
4060
|
}, () => propsMods);
|
|
4089
4061
|
|
|
4090
|
-
var css$m = {"uui-typography":"
|
|
4062
|
+
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"};
|
|
4091
4063
|
|
|
4092
4064
|
var _path$g;
|
|
4093
4065
|
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); }
|
|
@@ -4217,7 +4189,7 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
|
|
|
4217
4189
|
};
|
|
4218
4190
|
var ForwardRef$a = /*#__PURE__*/React.forwardRef(SvgNavigationExpandAllOutline);
|
|
4219
4191
|
|
|
4220
|
-
var css$l = {"uui-typography":"
|
|
4192
|
+
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"};
|
|
4221
4193
|
|
|
4222
4194
|
class DataTableHeaderCell extends React__namespace.Component {
|
|
4223
4195
|
constructor() {
|
|
@@ -4299,14 +4271,14 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
|
4299
4271
|
};
|
|
4300
4272
|
var ForwardRef$9 = /*#__PURE__*/React.forwardRef(SvgActionSettingsFill);
|
|
4301
4273
|
|
|
4302
|
-
var css$k = {"uui-typography":"
|
|
4274
|
+
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"};
|
|
4303
4275
|
|
|
4304
4276
|
const DataTableHeaderRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.DataTableHeaderRow, (props) => [css$k.root, 'uui-dt-vars', props.size === '48' && css$k.truncate], (mods) => ({
|
|
4305
4277
|
renderCell: (props) => React__namespace.createElement(DataTableHeaderCell, Object.assign({}, props, { size: mods.size, textCase: mods.textCase || 'normal', key: props.column.key, columnsGap: mods.columnsGap })),
|
|
4306
4278
|
renderConfigButton: () => React__namespace.createElement(IconButton, { key: "configuration", onClick: mods.onConfigButtonClick, cx: "config-icon", color: "neutral", icon: ForwardRef$9 }),
|
|
4307
4279
|
}));
|
|
4308
4280
|
|
|
4309
|
-
var styles$1 = {"uui-typography":"
|
|
4281
|
+
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"};
|
|
4310
4282
|
|
|
4311
4283
|
var _path$8;
|
|
4312
4284
|
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); }
|
|
@@ -4363,7 +4335,7 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
|
|
|
4363
4335
|
};
|
|
4364
4336
|
var ForwardRef$6 = /*#__PURE__*/React.forwardRef(SvgTableGroupColumnRightFill);
|
|
4365
4337
|
|
|
4366
|
-
var css$j = {"unpin-icon":"
|
|
4338
|
+
var css$j = {"unpin-icon":"iSyZ04","pin-toggler-icon":"qwn4ik","unpinIcon":"iSyZ04","pinTogglerIcon":"qwn4ik"};
|
|
4367
4339
|
|
|
4368
4340
|
function PinIconButton(props) {
|
|
4369
4341
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4422,7 +4394,7 @@ var SvgActionDragIndicator18 = function SvgActionDragIndicator18(props, ref) {
|
|
|
4422
4394
|
};
|
|
4423
4395
|
var ForwardRef$5 = /*#__PURE__*/React.forwardRef(SvgActionDragIndicator18);
|
|
4424
4396
|
|
|
4425
|
-
var styles = {"uui-typography":"
|
|
4397
|
+
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"};
|
|
4426
4398
|
|
|
4427
4399
|
const ColumnRow = /* @__PURE__ */React__namespace.memo(function ColumnRow(props) {
|
|
4428
4400
|
const { column } = props;
|
|
@@ -4531,7 +4503,7 @@ function SubGroup(props) {
|
|
|
4531
4503
|
return null;
|
|
4532
4504
|
}
|
|
4533
4505
|
|
|
4534
|
-
var css$i = {"listContainer":"
|
|
4506
|
+
var css$i = {"listContainer":"u1wm8I","header":"t91xdE","group":"nINsxm","stickyHeader":"nd98ix"};
|
|
4535
4507
|
|
|
4536
4508
|
const getChildrenAndRest = (row, rows) => {
|
|
4537
4509
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4597,7 +4569,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4597
4569
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4598
4570
|
ref: ref
|
|
4599
4571
|
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
4600
|
-
clipPath: "url(#
|
|
4572
|
+
clipPath: "url(#hehich6bfuegojv77_a)"
|
|
4601
4573
|
}, _path$4 || (_path$4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4602
4574
|
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",
|
|
4603
4575
|
fill: "#F5F6FA"
|
|
@@ -4618,7 +4590,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4618
4590
|
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",
|
|
4619
4591
|
fill: "#1D1E26"
|
|
4620
4592
|
})), /*#__PURE__*/React__namespace.createElement("mask", {
|
|
4621
|
-
id: "
|
|
4593
|
+
id: "hehichxv7wkbti1n_b",
|
|
4622
4594
|
style: {
|
|
4623
4595
|
maskType: "alpha"
|
|
4624
4596
|
},
|
|
@@ -4631,7 +4603,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4631
4603
|
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",
|
|
4632
4604
|
fill: "#9BDEFF"
|
|
4633
4605
|
}))), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
|
|
4634
|
-
mask: "url(#
|
|
4606
|
+
mask: "url(#hehichxv7wkbti1n_b)",
|
|
4635
4607
|
fillRule: "evenodd",
|
|
4636
4608
|
clipRule: "evenodd"
|
|
4637
4609
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -4717,7 +4689,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4717
4689
|
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",
|
|
4718
4690
|
fill: "#fff"
|
|
4719
4691
|
}))), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
4720
|
-
id: "
|
|
4692
|
+
id: "hehich6bfuegojv77_a"
|
|
4721
4693
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
4722
4694
|
fill: "#fff",
|
|
4723
4695
|
transform: "translate(.552)",
|
|
@@ -4726,7 +4698,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4726
4698
|
};
|
|
4727
4699
|
var ForwardRef$4 = /*#__PURE__*/React.forwardRef(SvgEmptyTable);
|
|
4728
4700
|
|
|
4729
|
-
var css$h = {"sticky-header":"
|
|
4701
|
+
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"};
|
|
4730
4702
|
|
|
4731
4703
|
const DEFAULT_HEADER_SIZE = '36';
|
|
4732
4704
|
const DEFAULT_COLUMN_GAP = '24';
|
|
@@ -4779,9 +4751,9 @@ function DataTable(props) {
|
|
|
4779
4751
|
} }))));
|
|
4780
4752
|
}
|
|
4781
4753
|
|
|
4782
|
-
var css$g = {"root":"
|
|
4754
|
+
var css$g = {"root":"_3Sbr-A"};
|
|
4783
4755
|
|
|
4784
|
-
var css$f = {"root":"
|
|
4756
|
+
var css$f = {"root":"cJl3AE","burger-content":"_0yRkln","burgerContent":"_0yRkln"};
|
|
4785
4757
|
|
|
4786
4758
|
var _path$3;
|
|
4787
4759
|
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); }
|
|
@@ -4824,7 +4796,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
4824
4796
|
};
|
|
4825
4797
|
var ForwardRef$2 = /*#__PURE__*/React.forwardRef(SvgNavigationArrowDownOutline);
|
|
4826
4798
|
|
|
4827
|
-
var css$e = {"uui-typography":"
|
|
4799
|
+
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"};
|
|
4828
4800
|
|
|
4829
4801
|
const BurgerButton = /* @__PURE__ */uuiCore.withMods(uuiComponents.Button, (props) => [
|
|
4830
4802
|
css$e.root,
|
|
@@ -4835,13 +4807,13 @@ const BurgerButton = /* @__PURE__ */uuiCore.withMods(uuiComponents.Button, (prop
|
|
|
4835
4807
|
props.icon && css$e.hasIcon,
|
|
4836
4808
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
4837
4809
|
|
|
4838
|
-
var css$d = {"search-input":"
|
|
4810
|
+
var css$d = {"search-input":"iT5G8E","searchInput":"iT5G8E"};
|
|
4839
4811
|
|
|
4840
4812
|
function BurgerSearch(props) {
|
|
4841
4813
|
return (React__namespace.createElement(uuiComponents.TextInput, { cx: cx__default.default(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 }));
|
|
4842
4814
|
}
|
|
4843
4815
|
|
|
4844
|
-
var css$c = {"root":"
|
|
4816
|
+
var css$c = {"root":"_6qDBP6","group-header":"D8A0OF","group-name":"nqE2Io","line":"Y3tpLt","groupHeader":"D8A0OF","groupName":"nqE2Io"};
|
|
4845
4817
|
|
|
4846
4818
|
function BurgerGroupHeader(props) {
|
|
4847
4819
|
return (React__namespace.createElement("div", { className: cx__default.default(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -4849,7 +4821,7 @@ function BurgerGroupHeader(props) {
|
|
|
4849
4821
|
React__namespace.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
4850
4822
|
}
|
|
4851
4823
|
|
|
4852
|
-
var css$b = {"uui-typography":"
|
|
4824
|
+
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"};
|
|
4853
4825
|
|
|
4854
4826
|
const MainMenuButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
4855
4827
|
const { type } = props, clickableProps = __rest(props, ["type"]);
|
|
@@ -4865,7 +4837,7 @@ const MainMenuButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) =
|
|
|
4865
4837
|
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$P, flipY: props.isOpen }))));
|
|
4866
4838
|
});
|
|
4867
4839
|
|
|
4868
|
-
var css$a = {"dropdown-body":"
|
|
4840
|
+
var css$a = {"dropdown-body":"zDv92E","dropdownBody":"zDv92E"};
|
|
4869
4841
|
|
|
4870
4842
|
class MainMenuDropdown extends React__namespace.Component {
|
|
4871
4843
|
render() {
|
|
@@ -4920,12 +4892,12 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
4920
4892
|
};
|
|
4921
4893
|
var ForwardRef$1 = /*#__PURE__*/React.forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
4922
4894
|
|
|
4923
|
-
var css$9 = {"global-menu-btn":"
|
|
4895
|
+
var css$9 = {"global-menu-btn":"-me6R2","global-menu-icon":"_2qa9h9","globalMenuBtn":"-me6R2","globalMenuIcon":"_2qa9h9"};
|
|
4924
4896
|
|
|
4925
4897
|
const GlobalMenu = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", Object.assign({ ref: ref, id: "global_menu_toggle", className: cx__default.default(css$9.globalMenuBtn, props.cx) }, props.rawProps),
|
|
4926
4898
|
React__namespace.createElement(uuiComponents.IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
4927
4899
|
|
|
4928
|
-
var css$8 = {"container":"
|
|
4900
|
+
var css$8 = {"container":"IoiT-g","open":"NOb2-K"};
|
|
4929
4901
|
|
|
4930
4902
|
const MainMenuAvatar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", { ref: ref, className: cx__default.default(css$8.container, props.isDropdown && css$8.dropdown, props.isOpen && css$8.open, props.onClick && uuiCore.uuiMarkers.clickable, props.cx), onClick: props.onClick },
|
|
4931
4903
|
React__namespace.createElement(uuiComponents.Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -4933,18 +4905,18 @@ const MainMenuAvatar = /* @__PURE__ */React__namespace.forwardRef((props, ref) =
|
|
|
4933
4905
|
props.isDropdown && (React__namespace.createElement("div", null,
|
|
4934
4906
|
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, icon: ForwardRef$P, flipY: props.isOpen }))))));
|
|
4935
4907
|
|
|
4936
|
-
var css$7 = {"search-input":"
|
|
4908
|
+
var css$7 = {"search-input":"QBcIMG","searchInput":"QBcIMG"};
|
|
4937
4909
|
|
|
4938
4910
|
const MainMenuSearch = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement(uuiCore.IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => {
|
|
4939
4911
|
var _a;
|
|
4940
4912
|
return (React__namespace.createElement(uuiComponents.TextInput, 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: uuiCore.cx(css$7.searchInput, props.cx) }, props.rawProps)));
|
|
4941
4913
|
} }))));
|
|
4942
4914
|
|
|
4943
|
-
var css$6 = {"container":"
|
|
4915
|
+
var css$6 = {"container":"p-Mo66"};
|
|
4944
4916
|
|
|
4945
4917
|
const MainMenuIcon = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement(IconButton, Object.assign({ ref: ref, icon: props.icon, cx: uuiCore.cx(props.cx, css$6.container) }, props))));
|
|
4946
4918
|
|
|
4947
|
-
var css$5 = {"root":"
|
|
4919
|
+
var css$5 = {"root":"ehgEX7"};
|
|
4948
4920
|
|
|
4949
4921
|
const Anchor = /* @__PURE__ */uuiCore.withMods(uuiComponents.Anchor, () => [css$5.root]);
|
|
4950
4922
|
|
|
@@ -5002,7 +4974,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
5002
4974
|
};
|
|
5003
4975
|
var ForwardRef = /*#__PURE__*/React.forwardRef(SvgFileCloudUploadFill);
|
|
5004
4976
|
|
|
5005
|
-
var css$4 = {"root":"
|
|
4977
|
+
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"};
|
|
5006
4978
|
|
|
5007
4979
|
function DropSpot(props) {
|
|
5008
4980
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -5020,9 +4992,9 @@ function DropSpot(props) {
|
|
|
5020
4992
|
return React__namespace.createElement(uuiComponents.DropSpot, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
5021
4993
|
}
|
|
5022
4994
|
|
|
5023
|
-
var css$3 = {"uui-typography":"
|
|
4995
|
+
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"};
|
|
5024
4996
|
|
|
5025
|
-
var css$2 = {"root":"
|
|
4997
|
+
var css$2 = {"root":"HGkmFw"};
|
|
5026
4998
|
|
|
5027
4999
|
const SvgCircleProgress = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
5028
5000
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5147,7 +5119,7 @@ const getErrorPageConfig = () => ({
|
|
|
5147
5119
|
},
|
|
5148
5120
|
});
|
|
5149
5121
|
|
|
5150
|
-
var css$1 = {"container":"
|
|
5122
|
+
var css$1 = {"container":"RTlZa2"};
|
|
5151
5123
|
|
|
5152
5124
|
const ErrorPage = (props) => {
|
|
5153
5125
|
const isMobileScreen = uuiCore.isMobile();
|
|
@@ -5158,7 +5130,7 @@ const ErrorPage = (props) => {
|
|
|
5158
5130
|
React__namespace.default.createElement("div", { className: "uui-error-subtitle" }, props.subtitle))));
|
|
5159
5131
|
};
|
|
5160
5132
|
|
|
5161
|
-
var css = {"recovery-spinner":"
|
|
5133
|
+
var css = {"recovery-spinner":"Yss-PI","recovery-message":"_5MizJV","modal-blocker":"KFzo04","modalFadeIn":"yAs-vW","recoverySpinner":"Yss-PI","recoveryMessage":"_5MizJV","modalBlocker":"KFzo04"};
|
|
5162
5134
|
|
|
5163
5135
|
function ErrorHandler(props) {
|
|
5164
5136
|
const { uuiNotifications, uuiModals, uuiApi } = uuiCore.useUuiContext();
|