@oliasoft-open-source/react-ui-library 6.0.0-beta-3 → 6.0.0-beta-5
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/dist/components/check-box/check-box.d.ts +1 -2
- package/dist/components/check-box/check-box.d.ts.map +1 -1
- package/dist/components/select/custom-select/custom-select.interface.d.ts +2 -6
- package/dist/components/select/custom-select/custom-select.interface.d.ts.map +1 -1
- package/dist/components/select/custom-select/layer/heading.d.ts +2 -2
- package/dist/components/select/custom-select/layer/heading.d.ts.map +1 -1
- package/dist/components/select/custom-select/layer/layer.d.ts.map +1 -1
- package/dist/components/select/custom-select/layer/option.d.ts +1 -1
- package/dist/components/select/custom-select/layer/option.d.ts.map +1 -1
- package/dist/components/select/custom-select/layer/section.d.ts +3 -4
- package/dist/components/select/custom-select/layer/section.d.ts.map +1 -1
- package/dist/components/select/custom-select/reducer.interface.d.ts +1 -1
- package/dist/components/select/custom-select/reducer.interface.d.ts.map +1 -1
- package/dist/components/table/row/row.d.ts +1 -1
- package/dist/components/table/row/row.d.ts.map +1 -1
- package/dist/index.js +754 -752
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -537,15 +537,15 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
537
537
|
maxWidth: i,
|
|
538
538
|
children: /* @__PURE__ */ z(W, { icon: n })
|
|
539
539
|
})
|
|
540
|
-
}), li = ({ noMargin: e = !1, dataix: t = 0, isInTable: n = !1, tabIndex: r = 0, checked: i = !1, indeterminate: a = !1, name: o, label: l = "", disabled: u = !1, small: d = !1, onChange: f, testId: m,
|
|
541
|
-
let
|
|
540
|
+
}), li = ({ noMargin: e = !1, dataix: t = 0, isInTable: n = !1, tabIndex: r = 0, checked: i = !1, indeterminate: a = !1, name: o, label: l = "", disabled: u = !1, small: d = !1, onChange: f, testId: m, helpText: h, onClickHelp: _, textTransform: v = kr.CAPITALIZE }) => {
|
|
541
|
+
let y = s(U), b = h || _, x = u || y, S = p(null);
|
|
542
542
|
return c(() => {
|
|
543
|
-
|
|
543
|
+
S.current && (S.current.indeterminate = a);
|
|
544
544
|
}, [a]), /* @__PURE__ */ B("div", {
|
|
545
|
-
className: g(Yr.checkbox, e && Yr.noMargin, n && Yr.isInTable,
|
|
545
|
+
className: g(Yr.checkbox, e && Yr.noMargin, n && Yr.isInTable, x && Yr.disabled, d && Yr.small, !l && Yr.noLabel),
|
|
546
546
|
"data-ix": t,
|
|
547
547
|
onClick: (e) => {
|
|
548
|
-
if (!
|
|
548
|
+
if (!x) {
|
|
549
549
|
let t = e.target;
|
|
550
550
|
t.name = o, t.checked = !i, f({
|
|
551
551
|
...e,
|
|
@@ -559,27 +559,27 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
559
559
|
"data-testid": m,
|
|
560
560
|
children: [
|
|
561
561
|
/* @__PURE__ */ z("input", {
|
|
562
|
-
ref:
|
|
562
|
+
ref: S,
|
|
563
563
|
type: "checkbox",
|
|
564
564
|
tabIndex: r,
|
|
565
565
|
checked: i,
|
|
566
566
|
name: o,
|
|
567
567
|
onChange: () => {},
|
|
568
|
-
disabled:
|
|
568
|
+
disabled: x,
|
|
569
569
|
"data-indeterminate": a
|
|
570
570
|
}),
|
|
571
571
|
/* @__PURE__ */ B("label", {
|
|
572
572
|
htmlFor: o,
|
|
573
|
-
style: { textTransform:
|
|
573
|
+
style: { textTransform: v },
|
|
574
574
|
children: [/* @__PURE__ */ z("span", {
|
|
575
575
|
className: Yr.checkmark,
|
|
576
576
|
children: /* @__PURE__ */ z(W, { icon: H.CHECK })
|
|
577
577
|
}), l]
|
|
578
578
|
}),
|
|
579
|
-
|
|
579
|
+
b && /* @__PURE__ */ z("div", {
|
|
580
580
|
className: Yr.helpIconEnabled,
|
|
581
|
-
onClick:
|
|
582
|
-
children: /* @__PURE__ */ z(ci, { text:
|
|
581
|
+
onClick: _,
|
|
582
|
+
children: /* @__PURE__ */ z(ci, { text: h })
|
|
583
583
|
})
|
|
584
584
|
]
|
|
585
585
|
});
|
|
@@ -2429,7 +2429,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2429
2429
|
className: wo.optionContent,
|
|
2430
2430
|
children: /* @__PURE__ */ B("span", {
|
|
2431
2431
|
className: wo.label,
|
|
2432
|
-
title: t,
|
|
2432
|
+
title: String(t),
|
|
2433
2433
|
children: [t, n && /* @__PURE__ */ z("span", {
|
|
2434
2434
|
className: wo.icon,
|
|
2435
2435
|
children: n
|
|
@@ -2488,7 +2488,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2488
2488
|
onSelectOption: (t) => a(t, o[e])
|
|
2489
2489
|
})
|
|
2490
2490
|
});
|
|
2491
|
-
}, Ko =
|
|
2491
|
+
}, Ko = ({ listRef: e, isMulti: t, sections: n, selectedOptions: r, onSelectOption: i, focusedOptionIndex: a, width: s, small: c, firstSelectedOptionIndex: l, closeLayer: u, testId: d }) => {
|
|
2492
2492
|
let f = o((t) => {
|
|
2493
2493
|
e.current = t, l != null && t !== null && t.element !== null && t.scrollToRow({
|
|
2494
2494
|
index: l,
|
|
@@ -2498,7 +2498,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2498
2498
|
return /* @__PURE__ */ z("div", {
|
|
2499
2499
|
"data-testid": d,
|
|
2500
2500
|
className: g(wo.layer, c && wo.small),
|
|
2501
|
-
children: n.length ? /* @__PURE__ */ z(
|
|
2501
|
+
children: n.length ? /* @__PURE__ */ z(Yn, {
|
|
2502
2502
|
listRef: f,
|
|
2503
2503
|
rowComponent: Go,
|
|
2504
2504
|
rowCount: n.length,
|
|
@@ -2551,7 +2551,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2551
2551
|
groupOrderMiddle: "_groupOrderMiddle_7uwhv_298",
|
|
2552
2552
|
groupOrderLast: "_groupOrderLast_7uwhv_302",
|
|
2553
2553
|
detailedLabel: "_detailedLabel_7uwhv_307"
|
|
2554
|
-
},
|
|
2554
|
+
}, qo = ({ selectedOptions: e, small: t, width: n, testId: r }) => {
|
|
2555
2555
|
let i = xo(), [a, o] = m([]), [s, l] = m([]);
|
|
2556
2556
|
return c(() => {
|
|
2557
2557
|
let r = [], a = [], s = 0;
|
|
@@ -2580,12 +2580,12 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2580
2580
|
})
|
|
2581
2581
|
})]
|
|
2582
2582
|
});
|
|
2583
|
-
},
|
|
2583
|
+
}, Jo = ({ selectedOptions: e, searchable: t = !1, searchValue: n, onChange: r = pn, inputRef: i, error: a, placeholder: o = "Select...", small: s, testId: c }) => {
|
|
2584
2584
|
let l = p(null), u = Array.isArray(e), d = u ? e.length > 0 : !!e, f = n ? n.length + 1 : 1;
|
|
2585
2585
|
return /* @__PURE__ */ B("div", {
|
|
2586
2586
|
className: Y.triggerInputContainer,
|
|
2587
2587
|
ref: l,
|
|
2588
|
-
children: [d ? u ? /* @__PURE__ */ z(
|
|
2588
|
+
children: [d ? u ? /* @__PURE__ */ z(qo, {
|
|
2589
2589
|
selectedOptions: e,
|
|
2590
2590
|
small: s,
|
|
2591
2591
|
width: (() => {
|
|
@@ -2611,7 +2611,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2611
2611
|
"data-testid": c && `${c}-input`
|
|
2612
2612
|
}) : null]
|
|
2613
2613
|
});
|
|
2614
|
-
},
|
|
2614
|
+
}, Yo = ({ selectedOptions: e, searchValue: t, searchable: n, clearable: r, onClickTrigger: i, element: a, error: o, warning: s, tooltip: c, small: l, isInTable: u, disabled: d, onChangeSearch: f, onClickClear: p, tabIndex: m, isOpen: h, triggerRef: _, clearAllIsFocused: v, onFocus: y, onBlur: b, groupOrder: x, maxTooltipWidth: S, placeholder: C, right: w, testId: T }) => {
|
|
2615
2615
|
var E;
|
|
2616
2616
|
let [D, O] = bo(), k = Array.isArray(e) ? e.length > 0 && ((E = e[0]) == null ? void 0 : E.value) : e == null ? void 0 : e.value, A = r && k, j = (() => {
|
|
2617
2617
|
if (x) switch (x) {
|
|
@@ -2643,7 +2643,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2643
2643
|
"data-error": o || null,
|
|
2644
2644
|
"data-warning": s || null,
|
|
2645
2645
|
"data-testid": T,
|
|
2646
|
-
children: [/* @__PURE__ */ z(
|
|
2646
|
+
children: [/* @__PURE__ */ z(Jo, {
|
|
2647
2647
|
selectedOptions: M,
|
|
2648
2648
|
placeholder: C,
|
|
2649
2649
|
searchable: n,
|
|
@@ -2676,28 +2676,28 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2676
2676
|
maxWidth: S,
|
|
2677
2677
|
children: N
|
|
2678
2678
|
}) });
|
|
2679
|
-
},
|
|
2679
|
+
}, Xo = /* @__PURE__ */ function(e) {
|
|
2680
2680
|
return e.SET_VISIBLE_OPTIONS = "SET_VISIBLE_OPTIONS", e.RESET_LAYER_FOCUS = "RESET_LAYER_FOCUS", e.CLEAR_SEARCH = "CLEAR_SEARCH", e.ON_CHANGE_SEARCH = "ON_CHANGE_SEARCH", e.FOCUS_TRIGGER_INPUTS = "FOCUS_TRIGGER_INPUTS", e.BLUR_TRIGGER_INPUTS = "BLUR_TRIGGER_INPUTS", e.FOCUS_LAYER_OPTIONS = "FOCUS_LAYER_OPTIONS", e.OPEN_LAYER = "OPEN_LAYER", e.CLOSE_LAYER = "CLOSE_LAYER", e;
|
|
2681
|
-
}({}),
|
|
2681
|
+
}({}), Zo = {
|
|
2682
2682
|
options: ["none", "clearAll"],
|
|
2683
2683
|
currentIndex: 0,
|
|
2684
2684
|
currentOption: !1,
|
|
2685
2685
|
clearAll: !1
|
|
2686
|
-
},
|
|
2687
|
-
let n = ["none", ...e.map((e, t) => e.type === Ci.HEADING ? null : t).filter((e) => e !== null)], r =
|
|
2686
|
+
}, Qo = (e) => e === null ? 0 : e + 1, $o = (e, t) => {
|
|
2687
|
+
let n = ["none", ...e.map((e, t) => e.type === Ci.HEADING ? null : t).filter((e) => e !== null)], r = Qo(t);
|
|
2688
2688
|
return {
|
|
2689
2689
|
options: n,
|
|
2690
2690
|
currentIndex: r,
|
|
2691
2691
|
current: n[r]
|
|
2692
2692
|
};
|
|
2693
|
-
},
|
|
2693
|
+
}, es = (e, t) => {
|
|
2694
2694
|
let n = e === "up" ? -1 : 1, r = t.currentIndex + n, i = (r < 0 ? t.options.length - 1 : r) % t.options.length, a = t.options[i];
|
|
2695
2695
|
return {
|
|
2696
2696
|
...t,
|
|
2697
2697
|
currentIndex: i,
|
|
2698
2698
|
current: a
|
|
2699
2699
|
};
|
|
2700
|
-
},
|
|
2700
|
+
}, ts = (e, t, n) => {
|
|
2701
2701
|
let r = e === "left" ? -1 : 1, i = t && t.length ? [
|
|
2702
2702
|
"none",
|
|
2703
2703
|
...Array.from({ length: t.length }, (e, t) => t),
|
|
@@ -2709,26 +2709,26 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2709
2709
|
currentOption: s,
|
|
2710
2710
|
clearAll: s === "clearAll"
|
|
2711
2711
|
};
|
|
2712
|
-
},
|
|
2712
|
+
}, ns = () => Zo, rs = (e) => ({
|
|
2713
2713
|
...e,
|
|
2714
2714
|
currentIndex: 0,
|
|
2715
2715
|
current: "none"
|
|
2716
|
-
}),
|
|
2716
|
+
}), is = (e, t) => {
|
|
2717
2717
|
switch (t.type) {
|
|
2718
|
-
case
|
|
2718
|
+
case Xo.SET_VISIBLE_OPTIONS: return {
|
|
2719
2719
|
...e,
|
|
2720
2720
|
visibleOptions: t.options || []
|
|
2721
2721
|
};
|
|
2722
|
-
case
|
|
2722
|
+
case Xo.RESET_LAYER_FOCUS: return {
|
|
2723
2723
|
...e,
|
|
2724
|
-
layerFocus:
|
|
2724
|
+
layerFocus: $o(t.options || [], t.firstSelectedOptionIndex || 0)
|
|
2725
2725
|
};
|
|
2726
|
-
case
|
|
2726
|
+
case Xo.CLEAR_SEARCH: return {
|
|
2727
2727
|
...e,
|
|
2728
2728
|
visibleOptions: t.options || [],
|
|
2729
2729
|
searchValue: ""
|
|
2730
2730
|
};
|
|
2731
|
-
case
|
|
2731
|
+
case Xo.ON_CHANGE_SEARCH: {
|
|
2732
2732
|
let n = [...(t.options || []).filter((e) => (String(e.label) + (e.details ? String(e.details) : "")).toLowerCase().includes(String(t.value || "").toLowerCase()))];
|
|
2733
2733
|
return t.createAble && t.value && t.value !== "" && n.push({
|
|
2734
2734
|
label: `Create "${t.value}"`,
|
|
@@ -2738,48 +2738,48 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2738
2738
|
...e,
|
|
2739
2739
|
searchValue: t.value,
|
|
2740
2740
|
visibleOptions: n,
|
|
2741
|
-
layerFocus:
|
|
2741
|
+
layerFocus: rs(e.layerFocus)
|
|
2742
2742
|
};
|
|
2743
2743
|
}
|
|
2744
|
-
case
|
|
2744
|
+
case Xo.FOCUS_TRIGGER_INPUTS: return {
|
|
2745
2745
|
...e,
|
|
2746
|
-
triggerFocus:
|
|
2747
|
-
layerFocus:
|
|
2746
|
+
triggerFocus: ts(t.direction || "right", t.selectedOptions || [], e.triggerFocus),
|
|
2747
|
+
layerFocus: rs(e.layerFocus)
|
|
2748
2748
|
};
|
|
2749
|
-
case
|
|
2749
|
+
case Xo.BLUR_TRIGGER_INPUTS: return {
|
|
2750
2750
|
...e,
|
|
2751
|
-
triggerFocus:
|
|
2751
|
+
triggerFocus: ns()
|
|
2752
2752
|
};
|
|
2753
|
-
case
|
|
2753
|
+
case Xo.FOCUS_LAYER_OPTIONS: return t.nextLayerFocus ? {
|
|
2754
2754
|
...e,
|
|
2755
2755
|
layerFocus: t.nextLayerFocus,
|
|
2756
|
-
triggerFocus:
|
|
2756
|
+
triggerFocus: ns()
|
|
2757
2757
|
} : e;
|
|
2758
|
-
case
|
|
2758
|
+
case Xo.OPEN_LAYER: return {
|
|
2759
2759
|
...e,
|
|
2760
2760
|
isLayerOpen: !0
|
|
2761
2761
|
};
|
|
2762
|
-
case
|
|
2762
|
+
case Xo.CLOSE_LAYER: return {
|
|
2763
2763
|
...e,
|
|
2764
2764
|
isLayerOpen: !1
|
|
2765
2765
|
};
|
|
2766
2766
|
default: return e;
|
|
2767
2767
|
}
|
|
2768
|
-
},
|
|
2768
|
+
}, as = {
|
|
2769
2769
|
possiblePlacements: ["bottom-start", "top-start"],
|
|
2770
2770
|
placement: "bottom-start"
|
|
2771
|
-
},
|
|
2771
|
+
}, os = /* @__PURE__ */ function(e) {
|
|
2772
2772
|
return e.CLOSE_LAYER = "CLOSE_LAYER", e.OPEN_LAYER = "OPEN_LAYER", e.SET_VISIBLE_OPTIONS = "SET_VISIBLE_OPTIONS", e.CLEAR_SEARCH = "CLEAR_SEARCH", e.RESET_LAYER_FOCUS = "RESET_LAYER_FOCUS", e.FOCUS_LAYER_OPTIONS = "FOCUS_LAYER_OPTIONS", e.BLUR_TRIGGER_INPUTS = "BLUR_TRIGGER_INPUTS", e.FOCUS_TRIGGER_INPUTS = "FOCUS_TRIGGER_INPUTS", e.ON_CHANGE_SEARCH = "ON_CHANGE_SEARCH", e;
|
|
2773
|
-
}({}),
|
|
2773
|
+
}({}), ss = /* @__PURE__ */ function(e) {
|
|
2774
2774
|
return e.RIGHT = "ArrowRight", e.LEFT = "ArrowLeft", e.UP = "ArrowUp", e.DOWN = "ArrowDown", e.ENTER = "Enter", e.ESC = "Escape", e.TAB = "Tab", e;
|
|
2775
|
-
}({}),
|
|
2775
|
+
}({}), cs = ({ state: e, dispatch: t, options: n, setTriggerFocus: r, disabled: i, disabledContext: a, onCreate: s, onChange: l, selectedOptions: u, width: d, small: f, isFontLoaded: m, placeholder: h, firstSelectedOptionIndex: g, createAble: _, listRef: v, autoLayerWidth: y }) => {
|
|
2776
2776
|
var b;
|
|
2777
2777
|
let x = () => {
|
|
2778
|
-
e.isLayerOpen && t({ type:
|
|
2779
|
-
}, S = () => t({ type:
|
|
2778
|
+
e.isLayerOpen && t({ type: os.CLOSE_LAYER }), r();
|
|
2779
|
+
}, S = () => t({ type: os.OPEN_LAYER }), C = p(!0);
|
|
2780
2780
|
c(() => {
|
|
2781
2781
|
C.current ? C.current = !1 : t({
|
|
2782
|
-
type:
|
|
2782
|
+
type: os.SET_VISIBLE_OPTIONS,
|
|
2783
2783
|
options: n
|
|
2784
2784
|
});
|
|
2785
2785
|
}, [n]);
|
|
@@ -2793,7 +2793,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2793
2793
|
} else l && l(e, o);
|
|
2794
2794
|
}
|
|
2795
2795
|
t({
|
|
2796
|
-
type:
|
|
2796
|
+
type: os.CLEAR_SEARCH,
|
|
2797
2797
|
options: n
|
|
2798
2798
|
}), r();
|
|
2799
2799
|
}
|
|
@@ -2801,7 +2801,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2801
2801
|
isOpen: (b = e == null ? void 0 : e.isLayerOpen) == null ? !1 : b,
|
|
2802
2802
|
matchReferenceWidth: !0,
|
|
2803
2803
|
overflowContainer: !0,
|
|
2804
|
-
...
|
|
2804
|
+
...as,
|
|
2805
2805
|
onOutsideClick: x
|
|
2806
2806
|
}), j = () => {
|
|
2807
2807
|
if (!(i || a)) {
|
|
@@ -2810,7 +2810,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2810
2810
|
return;
|
|
2811
2811
|
}
|
|
2812
2812
|
r(), t({
|
|
2813
|
-
type:
|
|
2813
|
+
type: os.RESET_LAYER_FOCUS,
|
|
2814
2814
|
options: n,
|
|
2815
2815
|
firstSelectedOptionIndex: g
|
|
2816
2816
|
}), S();
|
|
@@ -2818,7 +2818,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2818
2818
|
}, M = p(!0);
|
|
2819
2819
|
c(() => {
|
|
2820
2820
|
M.current ? M.current = !1 : e.isLayerOpen || t({
|
|
2821
|
-
type:
|
|
2821
|
+
type: os.CLEAR_SEARCH,
|
|
2822
2822
|
options: n
|
|
2823
2823
|
});
|
|
2824
2824
|
}, [e.isLayerOpen]);
|
|
@@ -2829,23 +2829,23 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2829
2829
|
let t = u instanceof Array ? [] : { value: null };
|
|
2830
2830
|
l && l(e, t);
|
|
2831
2831
|
}, F = (e) => t({
|
|
2832
|
-
type:
|
|
2832
|
+
type: os.ON_CHANGE_SEARCH,
|
|
2833
2833
|
options: n,
|
|
2834
2834
|
value: e,
|
|
2835
2835
|
createAble: _
|
|
2836
2836
|
}), ee = () => {
|
|
2837
|
-
S(), t({ type:
|
|
2837
|
+
S(), t({ type: os.BLUR_TRIGGER_INPUTS });
|
|
2838
2838
|
}, I = (e) => {
|
|
2839
2839
|
v.current && Number.isInteger(e) && v.current.scrollToRow({ index: e });
|
|
2840
2840
|
}, te = (n) => {
|
|
2841
|
-
let r =
|
|
2841
|
+
let r = es(n, e.layerFocus);
|
|
2842
2842
|
t({
|
|
2843
|
-
type:
|
|
2843
|
+
type: os.FOCUS_LAYER_OPTIONS,
|
|
2844
2844
|
nextLayerFocus: r
|
|
2845
2845
|
}), I(r.current);
|
|
2846
2846
|
}, ne = (e) => {
|
|
2847
2847
|
t({
|
|
2848
|
-
type:
|
|
2848
|
+
type: os.FOCUS_TRIGGER_INPUTS,
|
|
2849
2849
|
ICustomSelectDirection: e,
|
|
2850
2850
|
selectedOptions: u
|
|
2851
2851
|
});
|
|
@@ -2859,26 +2859,26 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2859
2859
|
getTriggerWidth: T,
|
|
2860
2860
|
onKeyEvent: (n, r) => {
|
|
2861
2861
|
switch (n) {
|
|
2862
|
-
case
|
|
2862
|
+
case ss.UP:
|
|
2863
2863
|
te("up");
|
|
2864
2864
|
break;
|
|
2865
|
-
case
|
|
2865
|
+
case ss.DOWN:
|
|
2866
2866
|
e.isLayerOpen ? te("down") : ee();
|
|
2867
2867
|
break;
|
|
2868
|
-
case
|
|
2868
|
+
case ss.LEFT:
|
|
2869
2869
|
ne("left");
|
|
2870
2870
|
break;
|
|
2871
|
-
case
|
|
2871
|
+
case ss.RIGHT:
|
|
2872
2872
|
ne("right");
|
|
2873
2873
|
break;
|
|
2874
|
-
case
|
|
2874
|
+
case ss.ENTER:
|
|
2875
2875
|
se ? re(r) : ie ? ae(r) : oe(r);
|
|
2876
2876
|
break;
|
|
2877
|
-
case
|
|
2877
|
+
case ss.ESC:
|
|
2878
2878
|
x();
|
|
2879
2879
|
break;
|
|
2880
|
-
case
|
|
2881
|
-
t({ type:
|
|
2880
|
+
case ss.TAB:
|
|
2881
|
+
t({ type: os.CLOSE_LAYER });
|
|
2882
2882
|
break;
|
|
2883
2883
|
default:
|
|
2884
2884
|
}
|
|
@@ -2896,17 +2896,17 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2896
2896
|
getLayerWidth: E,
|
|
2897
2897
|
triggerBounds: A
|
|
2898
2898
|
};
|
|
2899
|
-
},
|
|
2900
|
-
let { multi: t = !1, disabled: n = !1, error: r = null, warning: i = null, tooltip: a = null, options: o, selectedOptions: c, onCreate: l = null, placeholder: u = "", small: d = !1, tabIndex: m = 0, onFocus: h = () => {}, onBlur: g = () => {}, searchable: _ = !0, clearable: v = !1, maxTooltipWidth: y, closeOnOptionActionClick: b, isInTable: x = !1, groupOrder: S, firstSelectedOptionIndex: C = 0, right: w = !1, testId: T = void 0 } = e, E = s(U), D = l !== null, O = p(null), k = p(null), [A, j] = bo(), M = xo(), [N, P] = f(
|
|
2899
|
+
}, ls = (e) => {
|
|
2900
|
+
let { multi: t = !1, disabled: n = !1, error: r = null, warning: i = null, tooltip: a = null, options: o, selectedOptions: c, onCreate: l = null, placeholder: u = "", small: d = !1, tabIndex: m = 0, onFocus: h = () => {}, onBlur: g = () => {}, searchable: _ = !0, clearable: v = !1, maxTooltipWidth: y, closeOnOptionActionClick: b, isInTable: x = !1, groupOrder: S, firstSelectedOptionIndex: C = 0, right: w = !1, testId: T = void 0 } = e, E = s(U), D = l !== null, O = p(null), k = p(null), [A, j] = bo(), M = xo(), [N, P] = f(is, {
|
|
2901
2901
|
options: o,
|
|
2902
2902
|
firstSelectedOptionIndex: C
|
|
2903
2903
|
}, ({ options: e }) => ({
|
|
2904
2904
|
searchValue: "",
|
|
2905
2905
|
visibleOptions: e,
|
|
2906
|
-
layerFocus:
|
|
2907
|
-
triggerFocus:
|
|
2906
|
+
layerFocus: $o(e, C == null ? 0 : C),
|
|
2907
|
+
triggerFocus: Zo,
|
|
2908
2908
|
isLayerOpen: !1
|
|
2909
|
-
})), { getTriggerWidth: F, onKeyEvent: ee, clearAllIsFocused: I, triggerProps: te, onClickTrigger: ne, onChangeSearch: re, onClickDeselectOption: ie, onClickClearAll: ae, renderLayer: oe, layerProps: se, closeLayer: ce, onSelectOption: L, getLayerWidth: le, triggerBounds: ue } =
|
|
2909
|
+
})), { getTriggerWidth: F, onKeyEvent: ee, clearAllIsFocused: I, triggerProps: te, onClickTrigger: ne, onChangeSearch: re, onClickDeselectOption: ie, onClickClearAll: ae, renderLayer: oe, layerProps: se, closeLayer: ce, onSelectOption: L, getLayerWidth: le, triggerBounds: ue } = cs({
|
|
2910
2910
|
...e,
|
|
2911
2911
|
state: N,
|
|
2912
2912
|
dispatch: P,
|
|
@@ -2919,9 +2919,9 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2919
2919
|
return /* @__PURE__ */ B("div", {
|
|
2920
2920
|
style: { width: F() },
|
|
2921
2921
|
onKeyDown: (e) => {
|
|
2922
|
-
Object.values(
|
|
2922
|
+
Object.values(ss).includes(e.key) && ee(e.key, e);
|
|
2923
2923
|
},
|
|
2924
|
-
children: [/* @__PURE__ */ z(
|
|
2924
|
+
children: [/* @__PURE__ */ z(Yo, {
|
|
2925
2925
|
selectedOptions: c,
|
|
2926
2926
|
searchValue: N.searchValue,
|
|
2927
2927
|
isOpen: N.isLayerOpen,
|
|
@@ -2961,7 +2961,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2961
2961
|
...se,
|
|
2962
2962
|
ref: fe,
|
|
2963
2963
|
className: wo.layerContainer,
|
|
2964
|
-
children: /* @__PURE__ */ z(
|
|
2964
|
+
children: /* @__PURE__ */ z(Ko, {
|
|
2965
2965
|
listRef: O,
|
|
2966
2966
|
isMulti: t,
|
|
2967
2967
|
sections: N.visibleOptions,
|
|
@@ -2981,36 +2981,36 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2981
2981
|
})) })
|
|
2982
2982
|
})]
|
|
2983
2983
|
});
|
|
2984
|
-
},
|
|
2984
|
+
}, us = (e) => /* @__PURE__ */ z(Xr, { children: /* @__PURE__ */ z(ls, { ...e }) }), ds = (e) => e == null || e === "", fs = (e) => /^-?\d+(\.\d+)?$/.test(e.trim()), ps = (e) => e instanceof Array, ms = (e, t) => t && Array.isArray(e) ? e.map((e) => typeof e == "string" || typeof e == "number" ? {
|
|
2985
2985
|
label: e,
|
|
2986
2986
|
value: e
|
|
2987
|
-
} : e) : e,
|
|
2987
|
+
} : e) : e, hs = (e, t) => {
|
|
2988
2988
|
if (typeof t == "object" && t && t.hasOwnProperty("label") && t.hasOwnProperty("value")) return t;
|
|
2989
2989
|
{
|
|
2990
2990
|
let n = typeof t == "object" && t && t.hasOwnProperty("value") ? t.value : t;
|
|
2991
|
-
return (Array.isArray(e) ? e.filter((e) => e.type !== Ci.HEADING).find((e) => e.value == n) : void 0) || (
|
|
2991
|
+
return (Array.isArray(e) ? e.filter((e) => e.type !== Ci.HEADING).find((e) => e.value == n) : void 0) || (ds(n) ? void 0 : {
|
|
2992
2992
|
value: n,
|
|
2993
2993
|
label: n
|
|
2994
2994
|
});
|
|
2995
2995
|
}
|
|
2996
|
-
},
|
|
2996
|
+
}, gs = (e, t) => ps(t) ? t.map((t) => hs(e, t)).filter((e) => e !== void 0) : t === null ? void 0 : hs(e, t), _s = (e) => Array.isArray(e) && e.some((e) => typeof e == "string" || typeof e == "number"), vs = (e, t) => {
|
|
2997
2997
|
let n = t instanceof Array ? t.length ? t[0] : null : t, r = n == null ? null : typeof n == "string" || typeof n == "number" || typeof n == "boolean" ? n : n.value, i = e.filter((e) => e.type !== Ci.HEADING).findIndex((e) => typeof e == "string" || typeof e == "number" ? e == r : e.value == r);
|
|
2998
2998
|
return i === -1 ? null : i;
|
|
2999
|
-
},
|
|
3000
|
-
let n =
|
|
2999
|
+
}, ys = (e, t) => {
|
|
3000
|
+
let n = ps(t) ? t : ds(t) ? [] : [t];
|
|
3001
3001
|
return !(n != null && n.every((t) => (e == null ? void 0 : e.find((e) => (e == null ? void 0 : e.value) === (t == null ? void 0 : t.value))) !== void 0));
|
|
3002
|
-
},
|
|
3003
|
-
let i = Array.isArray(e) ? e : [], a =
|
|
3002
|
+
}, bs = (e, t, n, r) => {
|
|
3003
|
+
let i = Array.isArray(e) ? e : [], a = ps(t), o = _s(i), s = ms(i, o), c = n ? vs(i, t) : null, l = gs(s, t);
|
|
3004
3004
|
return {
|
|
3005
3005
|
options: s,
|
|
3006
3006
|
selectedOptions: l,
|
|
3007
3007
|
multi: a,
|
|
3008
3008
|
simpleInputs: o,
|
|
3009
3009
|
firstSelectedOptionIndex: c,
|
|
3010
|
-
hasNonExistentValue: r && l !== void 0 ?
|
|
3010
|
+
hasNonExistentValue: r && l !== void 0 ? ys(s, l) : !1
|
|
3011
3011
|
};
|
|
3012
|
-
},
|
|
3013
|
-
let { name: t = "", options: n = [], value: r, native: i = !1, onChange: a = pn, deprecatedEventHandler: o = !1, autoScroll: s = !0, warning: c, error: l, checkNonExistentValues: u = !0, closeOnOptionActionClick: d = !0, testId: f, disabled: p } = e, { multi: m, simpleInputs: h, options: g, selectedOptions: _, firstSelectedOptionIndex: v, hasNonExistentValue: y } =
|
|
3012
|
+
}, xs = (e) => {
|
|
3013
|
+
let { name: t = "", options: n = [], value: r, native: i = !1, onChange: a = pn, deprecatedEventHandler: o = !1, autoScroll: s = !0, warning: c, error: l, checkNonExistentValues: u = !0, closeOnOptionActionClick: d = !0, testId: f, disabled: p } = e, { multi: m, simpleInputs: h, options: g, selectedOptions: _, firstSelectedOptionIndex: v, hasNonExistentValue: y } = bs(n, r, !i && s === !0, u), b = !m, x = i && b;
|
|
3014
3014
|
i && !b && console.warn("Native select does not support provided props (see stories)");
|
|
3015
3015
|
let S = "Value no longer available for re-selection", C = y && !p ? c ? /* @__PURE__ */ B("div", { children: [/* @__PURE__ */ z("div", { children: S }), /* @__PURE__ */ z("div", { children: c })] }) : S : c, w = y && l && !p ? /* @__PURE__ */ B("div", { children: [/* @__PURE__ */ z("div", { children: S }), /* @__PURE__ */ z("div", { children: l })] }) : l, T = (e, n) => {
|
|
3016
3016
|
if (o) {
|
|
@@ -3038,7 +3038,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3038
3038
|
warning: C,
|
|
3039
3039
|
error: w,
|
|
3040
3040
|
testId: f
|
|
3041
|
-
}) : /* @__PURE__ */ z(
|
|
3041
|
+
}) : /* @__PURE__ */ z(us, {
|
|
3042
3042
|
...e,
|
|
3043
3043
|
options: g,
|
|
3044
3044
|
selectedOptions: _,
|
|
@@ -3050,11 +3050,11 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3050
3050
|
testId: f,
|
|
3051
3051
|
closeOnOptionActionClick: d
|
|
3052
3052
|
});
|
|
3053
|
-
},
|
|
3053
|
+
}, Ss = (e, t) => t || e && e.reduce((e, t) => t != null && t.selected ? Number(t == null ? void 0 : t.value) : e, 10) || 10, Cs = (e, t) => {
|
|
3054
3054
|
if (!t || !e) return 10;
|
|
3055
3055
|
let { options: n, value: r } = t, i = Number(r);
|
|
3056
|
-
return i === 0 ? 1 : Math.ceil(e /
|
|
3057
|
-
},
|
|
3056
|
+
return i === 0 ? 1 : Math.ceil(e / Ss(n, i));
|
|
3057
|
+
}, ws = (e, t, n = "Selected page must be a positive whole number between 1 and") => {
|
|
3058
3058
|
let r = `${n} ${t}`, i = {
|
|
3059
3059
|
valid: !0,
|
|
3060
3060
|
error: null
|
|
@@ -3063,40 +3063,40 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3063
3063
|
valid: !1,
|
|
3064
3064
|
error: r
|
|
3065
3065
|
} : i;
|
|
3066
|
-
},
|
|
3066
|
+
}, Ts = { paginationContainer: "_paginationContainer_1tmz4_1" }, Es = {
|
|
3067
3067
|
addon: "_addon_b4w53_1",
|
|
3068
3068
|
small: "_small_b4w53_12",
|
|
3069
3069
|
groupOrderFirst: "_groupOrderFirst_b4w53_16",
|
|
3070
3070
|
groupOrderMiddle: "_groupOrderMiddle_b4w53_17",
|
|
3071
3071
|
groupOrderLast: "_groupOrderLast_b4w53_21"
|
|
3072
|
-
},
|
|
3072
|
+
}, Ds = ({ children: e, groupOrder: t, small: n = !1 }) => {
|
|
3073
3073
|
let r = (() => {
|
|
3074
3074
|
if (t) switch (t) {
|
|
3075
|
-
case V.FIRST: return
|
|
3076
|
-
case V.LAST: return
|
|
3077
|
-
default: return
|
|
3075
|
+
case V.FIRST: return Es.groupOrderFirst;
|
|
3076
|
+
case V.LAST: return Es.groupOrderLast;
|
|
3077
|
+
default: return Es.groupOrderMiddle;
|
|
3078
3078
|
}
|
|
3079
3079
|
return "";
|
|
3080
3080
|
})();
|
|
3081
3081
|
return /* @__PURE__ */ z("span", {
|
|
3082
|
-
className: g(
|
|
3082
|
+
className: g(Es.addon, r, n ? Es.small : ""),
|
|
3083
3083
|
children: e
|
|
3084
3084
|
});
|
|
3085
|
-
},
|
|
3086
|
-
let { rowCount: t, selectedPage: n, small: r, onSelectPage: i, rowsPerPage: a, errorMessageTemplate: o, testIds: s } = e, l = Number(a == null ? void 0 : a.value) === 0, u =
|
|
3085
|
+
}, Os = ({ pagination: e }) => {
|
|
3086
|
+
let { rowCount: t, selectedPage: n, small: r, onSelectPage: i, rowsPerPage: a, errorMessageTemplate: o, testIds: s } = e, l = Number(a == null ? void 0 : a.value) === 0, u = Cs(t, a), [d, f] = m(String(n));
|
|
3087
3087
|
c(() => {
|
|
3088
3088
|
f(String(n));
|
|
3089
3089
|
}, [n]);
|
|
3090
|
-
let { error: p } =
|
|
3091
|
-
let { valid: t } =
|
|
3090
|
+
let { error: p } = ws(d, u, o), h = (e) => {
|
|
3091
|
+
let { valid: t } = ws(e, u, o);
|
|
3092
3092
|
f(e), t && e !== "" && i && i(Number(e));
|
|
3093
3093
|
};
|
|
3094
3094
|
return /* @__PURE__ */ B("div", {
|
|
3095
|
-
className:
|
|
3095
|
+
className: Ts.paginationContainer,
|
|
3096
3096
|
children: [
|
|
3097
3097
|
a && /* @__PURE__ */ z("div", {
|
|
3098
3098
|
style: { flexShrink: 0 },
|
|
3099
|
-
children: /* @__PURE__ */ z(
|
|
3099
|
+
children: /* @__PURE__ */ z(xs, {
|
|
3100
3100
|
onChange: (e) => {
|
|
3101
3101
|
a.onChange && a.onChange(e), h("1");
|
|
3102
3102
|
},
|
|
@@ -3134,7 +3134,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3134
3134
|
width: "50px",
|
|
3135
3135
|
disabled: l || u <= 1,
|
|
3136
3136
|
error: p
|
|
3137
|
-
}), /* @__PURE__ */ B(
|
|
3137
|
+
}), /* @__PURE__ */ B(Ds, { children: ["of ", u] })]
|
|
3138
3138
|
}),
|
|
3139
3139
|
/* @__PURE__ */ z(K, {
|
|
3140
3140
|
small: r,
|
|
@@ -3155,7 +3155,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3155
3155
|
})
|
|
3156
3156
|
]
|
|
3157
3157
|
});
|
|
3158
|
-
},
|
|
3158
|
+
}, ks = ({ pagination: e, actions: t, content: n, testId: r }) => {
|
|
3159
3159
|
let i = t && t.length, a = n != null, o = () => {
|
|
3160
3160
|
if (e) {
|
|
3161
3161
|
var t;
|
|
@@ -3172,19 +3172,19 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3172
3172
|
children: /* @__PURE__ */ z("div", { children: n })
|
|
3173
3173
|
}) : null, i || o() ? /* @__PURE__ */ B("div", {
|
|
3174
3174
|
className: _o.section,
|
|
3175
|
-
children: [e && o() ? /* @__PURE__ */ z(
|
|
3175
|
+
children: [e && o() ? /* @__PURE__ */ z(Os, { pagination: e }) : /* @__PURE__ */ z("div", {}), i && /* @__PURE__ */ z("div", { children: /* @__PURE__ */ z(Xi, { actions: t }) })]
|
|
3176
3176
|
}) : null]
|
|
3177
3177
|
}) : null;
|
|
3178
|
-
},
|
|
3178
|
+
}, As = (e) => {
|
|
3179
3179
|
let t = Math.max(...e.reduce((e, t) => {
|
|
3180
3180
|
let n = t.cells.map((e) => e.colSpan ? e.colSpan : 1).reduce((e, t) => e + t, 0);
|
|
3181
3181
|
return e.concat(n);
|
|
3182
3182
|
}, []));
|
|
3183
3183
|
return isNaN(t) ? 0 : t;
|
|
3184
|
-
},
|
|
3185
|
-
let n = [
|
|
3184
|
+
}, js = (e, t) => {
|
|
3185
|
+
let n = [As(t), As(e)];
|
|
3186
3186
|
return Math.max(...n);
|
|
3187
|
-
},
|
|
3187
|
+
}, Ms = (e) => e.reduce((e, t) => t.actions && t.actions.length > 0 ? 1 : e, 0), Ns = (e, t) => Ms(t) > 0 || Ms(e) > 0, Ps = {
|
|
3188
3188
|
clickableRow: "_clickableRow_g8hv8_1",
|
|
3189
3189
|
hoverableRow: "_hoverableRow_g8hv8_4",
|
|
3190
3190
|
rowActive: "_rowActive_g8hv8_4",
|
|
@@ -3193,11 +3193,11 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3193
3193
|
dragIconCell: "_dragIconCell_g8hv8_34",
|
|
3194
3194
|
dragIcon: "_dragIcon_g8hv8_34",
|
|
3195
3195
|
dragIconDisabled: "_dragIconDisabled_g8hv8_55"
|
|
3196
|
-
},
|
|
3196
|
+
}, Fs = ({ colSpan: e, children: t, flush: n }) => /* @__PURE__ */ z("tr", { children: /* @__PURE__ */ z("td", {
|
|
3197
3197
|
colSpan: e,
|
|
3198
|
-
className: g(
|
|
3198
|
+
className: g(Ps.expandableRow, n ? Ps.flush : ""),
|
|
3199
3199
|
children: t
|
|
3200
|
-
}) }),
|
|
3200
|
+
}) }), Is = (e, t = {
|
|
3201
3201
|
leftAligned: "",
|
|
3202
3202
|
rightAligned: "",
|
|
3203
3203
|
centerAligned: ""
|
|
@@ -3210,7 +3210,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3210
3210
|
case Dr.CENTER: return n ? Dr.CENTER : t.centerAligned;
|
|
3211
3211
|
default: return n ? Dr.LEFT : t.leftAligned;
|
|
3212
3212
|
}
|
|
3213
|
-
},
|
|
3213
|
+
}, Ls = (e, t = !1, n = 0) => {
|
|
3214
3214
|
if (!e || e.length === 0) return [];
|
|
3215
3215
|
let r = e.every((e) => Array.isArray(e)), i = e.every((e) => typeof e == "string");
|
|
3216
3216
|
return r && t ? e[n] || [] : i ? e : (console.warn("getHeaderAlignment: alignments array contains a mix of strings and arrays, returning an empty array."), []);
|
|
@@ -3244,7 +3244,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3244
3244
|
popover: "_popover_1flvp_207",
|
|
3245
3245
|
disabledPointerEvents: "_disabledPointerEvents_1flvp_210",
|
|
3246
3246
|
standaloneCheckbox: "_standaloneCheckbox_1flvp_213"
|
|
3247
|
-
},
|
|
3247
|
+
}, Rs = ({ cell: e, columnAlignment: t, testId: n, type: r }) => /* @__PURE__ */ z(Pa, {
|
|
3248
3248
|
name: e.name,
|
|
3249
3249
|
value: e.value,
|
|
3250
3250
|
onChange: (t) => {
|
|
@@ -3269,9 +3269,9 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3269
3269
|
tabIndex: e.disabled ? -1 : 0,
|
|
3270
3270
|
tooltip: e.tooltip,
|
|
3271
3271
|
type: r
|
|
3272
|
-
}),
|
|
3272
|
+
}), zs = 14, Bs = (e) => String(Wn(e)), Vs = (e) => Nn(e) ? e : Bs(Bn(Un(e), zs)), Hs = (e) => e ? typeof e == "string" ? e : tn(e) ? e[0] : e.fieldName : "", Us = ({ name: e, placeholder: t = "", disabled: n = !1, error: r = !1, left: i = !1, small: a = !1, width: o = "100%", value: s = "", onChange: l = () => {}, onFocus: u = () => {}, onBlur: d = () => {}, selectOnFocus: f = !0, tabIndex: h = 0, testId: g, tooltip: _ = null, warning: v = !1, validationCallback: y = () => {}, allowEmpty: b = !1, isInTable: x, groupOrder: S, enableCosmeticRounding: C = !0, enableDisplayRounding: w = !1, roundDisplayValue: T, disableInternalErrorValidationMessages: E = !1, disableValidationOnFocus: D = !1 }) => {
|
|
3273
3273
|
let O = (e) => {
|
|
3274
|
-
let n = Kn(e), r = t &&
|
|
3274
|
+
let n = Kn(e), r = t && ds(e);
|
|
3275
3275
|
return [Infinity, -Infinity].includes(Number(e)) || r ? {
|
|
3276
3276
|
valid: !0,
|
|
3277
3277
|
errors: []
|
|
@@ -3283,10 +3283,10 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3283
3283
|
}, k = (e) => {
|
|
3284
3284
|
var t;
|
|
3285
3285
|
let n = !!(e != null && e.endsWith("0"));
|
|
3286
|
-
return
|
|
3287
|
-
}, A = p(null), [j, M] = m(k(
|
|
3286
|
+
return Bs(C && e && !n && (t = O(e)) != null && t.valid ? Vs(e) : e);
|
|
3287
|
+
}, A = p(null), [j, M] = m(k(Bs(s))), [N, P] = m(!1), F = Hs(e), { valid: ee, errors: I } = O(j), te = I && I.length && !E ? I[0] : null;
|
|
3288
3288
|
c(() => {
|
|
3289
|
-
let e = k(
|
|
3289
|
+
let e = k(Bs(s));
|
|
3290
3290
|
Un(j) !== Un(e) && M(e);
|
|
3291
3291
|
}, [
|
|
3292
3292
|
s,
|
|
@@ -3302,11 +3302,11 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3302
3302
|
let ne = (e) => {
|
|
3303
3303
|
var n, r;
|
|
3304
3304
|
let i = "key" in e ? j : e == null || (n = e.target) == null ? void 0 : n.value, a = Tn(i.replaceAll(" ", "").replaceAll("|", ""));
|
|
3305
|
-
M(a), ((r = O(a)) != null && r.valid || t &&
|
|
3305
|
+
M(a), ((r = O(a)) != null && r.valid || t && ds(i)) && l({
|
|
3306
3306
|
...e,
|
|
3307
3307
|
target: {
|
|
3308
3308
|
...e.target,
|
|
3309
|
-
value: Hn(
|
|
3309
|
+
value: Hn(Bs(a)),
|
|
3310
3310
|
name: F
|
|
3311
3311
|
}
|
|
3312
3312
|
});
|
|
@@ -3315,7 +3315,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3315
3315
|
if (A && A != null && A.current && w && N) {
|
|
3316
3316
|
let e = A.current;
|
|
3317
3317
|
e && !f && setTimeout(() => {
|
|
3318
|
-
let { length: t } =
|
|
3318
|
+
let { length: t } = Bs(j);
|
|
3319
3319
|
e.setSelectionRange(t, t);
|
|
3320
3320
|
}, 0);
|
|
3321
3321
|
}
|
|
@@ -3325,7 +3325,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3325
3325
|
testId: g,
|
|
3326
3326
|
disabled: n,
|
|
3327
3327
|
placeholder: t,
|
|
3328
|
-
value: w && !N && ee ? T ?
|
|
3328
|
+
value: w && !N && ee ? T ? Bs(T(j)) : ((e) => x ? zn(e, 2) : Ln(e, 4))(s) : j,
|
|
3329
3329
|
onChange: ne,
|
|
3330
3330
|
onFocus: (e) => {
|
|
3331
3331
|
P(!0), u(e);
|
|
@@ -3334,7 +3334,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3334
3334
|
P(!1), d(e);
|
|
3335
3335
|
},
|
|
3336
3336
|
onKeyDown: (e) => {
|
|
3337
|
-
e.key ===
|
|
3337
|
+
e.key === ss.ENTER && ne(e);
|
|
3338
3338
|
},
|
|
3339
3339
|
error: te || r,
|
|
3340
3340
|
warning: v,
|
|
@@ -3348,9 +3348,9 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3348
3348
|
tooltip: _,
|
|
3349
3349
|
ref: A
|
|
3350
3350
|
}, F);
|
|
3351
|
-
},
|
|
3351
|
+
}, Ws = ({ cell: e, columnAlignment: t, testId: n }) => {
|
|
3352
3352
|
var r;
|
|
3353
|
-
return /* @__PURE__ */ z(
|
|
3353
|
+
return /* @__PURE__ */ z(Us, {
|
|
3354
3354
|
name: e.name,
|
|
3355
3355
|
value: e.value,
|
|
3356
3356
|
onChange: (t) => {
|
|
@@ -3376,7 +3376,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3376
3376
|
roundDisplayValue: e.roundDisplayValue,
|
|
3377
3377
|
disableValidationOnFocus: e.disableValidationOnFocus
|
|
3378
3378
|
});
|
|
3379
|
-
},
|
|
3379
|
+
}, Gs = ({ cell: e, columnAlignment: t, testId: n }) => /* @__PURE__ */ z(xs, {
|
|
3380
3380
|
name: e.name,
|
|
3381
3381
|
borderRadius: 0,
|
|
3382
3382
|
options: e.options,
|
|
@@ -3402,26 +3402,26 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3402
3402
|
right: t === Dr.RIGHT,
|
|
3403
3403
|
testId: n,
|
|
3404
3404
|
tabIndex: e.disabled ? -1 : 0
|
|
3405
|
-
}),
|
|
3405
|
+
}), Ks = ({ cell: e, columnAlignment: t, testId: n }) => /* @__PURE__ */ z("div", {
|
|
3406
3406
|
className: g(X.inputWrapper, e.type === "NumberInput" ? X.numberInputWrapper : ""),
|
|
3407
|
-
children: e.type === "Input" ? /* @__PURE__ */ z(
|
|
3407
|
+
children: e.type === "Input" ? /* @__PURE__ */ z(Rs, {
|
|
3408
3408
|
cell: e,
|
|
3409
3409
|
columnAlignment: t,
|
|
3410
3410
|
testId: n
|
|
3411
|
-
}) : e.type === "NumberInput" ? /* @__PURE__ */ z(
|
|
3411
|
+
}) : e.type === "NumberInput" ? /* @__PURE__ */ z(Ws, {
|
|
3412
3412
|
cell: e,
|
|
3413
3413
|
columnAlignment: t,
|
|
3414
3414
|
testId: n
|
|
3415
|
-
}) : e.type === "DateInput" ? /* @__PURE__ */ z(
|
|
3415
|
+
}) : e.type === "DateInput" ? /* @__PURE__ */ z(Rs, {
|
|
3416
3416
|
cell: e,
|
|
3417
3417
|
testId: n,
|
|
3418
3418
|
type: "date"
|
|
3419
|
-
}) : e.type === "Select" ? /* @__PURE__ */ z(
|
|
3419
|
+
}) : e.type === "Select" ? /* @__PURE__ */ z(Gs, {
|
|
3420
3420
|
cell: e,
|
|
3421
3421
|
columnAlignment: t,
|
|
3422
3422
|
testId: n
|
|
3423
3423
|
}) : null
|
|
3424
|
-
}),
|
|
3424
|
+
}), qs = ({ cell: e, testId: t }) => {
|
|
3425
3425
|
let n = s(U), { error: r, warning: i, tooltip: a, maxTooltipWidth: o } = e, c = (e) => J(e);
|
|
3426
3426
|
return /* @__PURE__ */ z("div", {
|
|
3427
3427
|
className: X.inputWrapper,
|
|
@@ -3447,7 +3447,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3447
3447
|
})
|
|
3448
3448
|
})
|
|
3449
3449
|
});
|
|
3450
|
-
},
|
|
3450
|
+
}, Js = ({ cell: e, testId: t }) => /* @__PURE__ */ z("div", {
|
|
3451
3451
|
className: e.label ? "" : X.standaloneCheckbox,
|
|
3452
3452
|
children: /* @__PURE__ */ z(li, {
|
|
3453
3453
|
label: e.label,
|
|
@@ -3459,7 +3459,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3459
3459
|
tabIndex: e.disabled ? -1 : 0,
|
|
3460
3460
|
indeterminate: e.indeterminate
|
|
3461
3461
|
})
|
|
3462
|
-
}),
|
|
3462
|
+
}), Ys = {
|
|
3463
3463
|
container: "_container_1vgw8_1",
|
|
3464
3464
|
small: "_small_1vgw8_7",
|
|
3465
3465
|
vertical: "_vertical_1vgw8_10",
|
|
@@ -3467,26 +3467,26 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3467
3467
|
button: "_button_1vgw8_18",
|
|
3468
3468
|
label: "_label_1vgw8_21",
|
|
3469
3469
|
dot: "_dot_1vgw8_32"
|
|
3470
|
-
},
|
|
3470
|
+
}, Xs = tr((e) => e.reduce((e, { label: t, tooltip: n, value: r }) => (e[r] = /* @__PURE__ */ z(G, {
|
|
3471
3471
|
text: /* @__PURE__ */ B(R, { children: [
|
|
3472
3472
|
n,
|
|
3473
3473
|
n ? ": " : "",
|
|
3474
3474
|
t == null ? r : t
|
|
3475
3475
|
] }),
|
|
3476
|
-
children: /* @__PURE__ */ z("div", { className:
|
|
3477
|
-
}), e), {}), nr),
|
|
3476
|
+
children: /* @__PURE__ */ z("div", { className: Ys.dot })
|
|
3477
|
+
}), e), {}), nr), Zs = ({ name: e, label: t, width: n = "100%", labelWidth: r = "auto", value: i, min: a, max: o, step: c = 1, marks: l = [], showArrows: u = !1, showTooltip: d = !1, tooltipFormatter: f = (e) => e, disabled: p = !1, range: m = !1, small: h = !1, vertical: _ = {
|
|
3478
3478
|
enabled: !1,
|
|
3479
3479
|
width: "100px",
|
|
3480
3480
|
height: "400px"
|
|
3481
3481
|
}, onChange: v = pn }) => {
|
|
3482
|
-
let y = s(U), b =
|
|
3482
|
+
let y = s(U), b = Xs(l), x = (n) => {
|
|
3483
3483
|
v({ target: {
|
|
3484
3484
|
name: e == null ? "" : e,
|
|
3485
3485
|
value: n,
|
|
3486
3486
|
label: typeof t == "string" ? t : String(t)
|
|
3487
3487
|
} });
|
|
3488
3488
|
}, S = () => /* @__PURE__ */ z("div", {
|
|
3489
|
-
className:
|
|
3489
|
+
className: Ys.button,
|
|
3490
3490
|
children: /* @__PURE__ */ z(K, {
|
|
3491
3491
|
basic: !0,
|
|
3492
3492
|
small: !0,
|
|
@@ -3496,7 +3496,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3496
3496
|
icon: H.FAST_BACKWARD
|
|
3497
3497
|
})
|
|
3498
3498
|
}), C = () => /* @__PURE__ */ z("div", {
|
|
3499
|
-
className:
|
|
3499
|
+
className: Ys.button,
|
|
3500
3500
|
children: /* @__PURE__ */ z(K, {
|
|
3501
3501
|
basic: !0,
|
|
3502
3502
|
small: !0,
|
|
@@ -3507,7 +3507,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3507
3507
|
})
|
|
3508
3508
|
});
|
|
3509
3509
|
return /* @__PURE__ */ B("div", {
|
|
3510
|
-
className: g(
|
|
3510
|
+
className: g(Ys.container, h ? Ys.small : "", _.enabled ? Ys.vertical : ""),
|
|
3511
3511
|
style: _.enabled ? {
|
|
3512
3512
|
width: _.width,
|
|
3513
3513
|
height: _.height
|
|
@@ -3517,7 +3517,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3517
3517
|
/* @__PURE__ */ z(er, {
|
|
3518
3518
|
range: m,
|
|
3519
3519
|
allowCross: !1,
|
|
3520
|
-
className: g((p || y) &&
|
|
3520
|
+
className: g((p || y) && Ys.rcSliderDisabled, u && Ys.hasArrows),
|
|
3521
3521
|
value: i,
|
|
3522
3522
|
max: o,
|
|
3523
3523
|
min: a,
|
|
@@ -3541,15 +3541,15 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3541
3541
|
}),
|
|
3542
3542
|
u && (_.enabled ? /* @__PURE__ */ z(S, {}) : /* @__PURE__ */ z(C, {})),
|
|
3543
3543
|
t && /* @__PURE__ */ z("label", {
|
|
3544
|
-
className:
|
|
3544
|
+
className: Ys.label,
|
|
3545
3545
|
style: { width: r },
|
|
3546
3546
|
children: t
|
|
3547
3547
|
})
|
|
3548
3548
|
]
|
|
3549
3549
|
});
|
|
3550
|
-
},
|
|
3550
|
+
}, Qs = ({ cell: e }) => /* @__PURE__ */ z("div", {
|
|
3551
3551
|
className: X.inputWrapper,
|
|
3552
|
-
children: /* @__PURE__ */ z(
|
|
3552
|
+
children: /* @__PURE__ */ z(Zs, {
|
|
3553
3553
|
label: e.label,
|
|
3554
3554
|
value: e.value,
|
|
3555
3555
|
min: e.min,
|
|
@@ -3562,7 +3562,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3562
3562
|
tooltipFormatter: e.tooltipFormatter,
|
|
3563
3563
|
disabled: e.disabled
|
|
3564
3564
|
})
|
|
3565
|
-
}),
|
|
3565
|
+
}), $s = ({ cell: e }) => {
|
|
3566
3566
|
let { tooltip: t, icon: n } = e;
|
|
3567
3567
|
return /* @__PURE__ */ z("div", {
|
|
3568
3568
|
className: X.iconCellWrapper,
|
|
@@ -3574,7 +3574,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3574
3574
|
children: /* @__PURE__ */ z(W, { icon: n })
|
|
3575
3575
|
})
|
|
3576
3576
|
});
|
|
3577
|
-
},
|
|
3577
|
+
}, ec = ({ cell: e }) => /* @__PURE__ */ z(Xi, { actions: e.actions }), tc = ({ cell: e }) => {
|
|
3578
3578
|
let { helpIcon: t } = e;
|
|
3579
3579
|
return t ? /* @__PURE__ */ z("div", {
|
|
3580
3580
|
className: X.icon,
|
|
@@ -3583,7 +3583,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3583
3583
|
text: t.tooltip
|
|
3584
3584
|
})
|
|
3585
3585
|
}) : null;
|
|
3586
|
-
},
|
|
3586
|
+
}, nc = ({ cell: e }) => {
|
|
3587
3587
|
let { libraryIcon: t } = e;
|
|
3588
3588
|
return t ? /* @__PURE__ */ z("div", {
|
|
3589
3589
|
className: X.icon,
|
|
@@ -3593,7 +3593,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3593
3593
|
icon: H.LIBRARY
|
|
3594
3594
|
})
|
|
3595
3595
|
}) : null;
|
|
3596
|
-
},
|
|
3596
|
+
}, rc = ({ cell: e }) => {
|
|
3597
3597
|
let { hasSort: t, sort: n, sortPriority: r } = e;
|
|
3598
3598
|
return t ? /* @__PURE__ */ B("span", {
|
|
3599
3599
|
className: X.sortingCellIcon,
|
|
@@ -3608,7 +3608,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3608
3608
|
children: /* @__PURE__ */ z(W, { icon: H.SORT_DESCENDING })
|
|
3609
3609
|
}), r && n ? /* @__PURE__ */ z("sup", { children: r }) : null]
|
|
3610
3610
|
}) : null;
|
|
3611
|
-
},
|
|
3611
|
+
}, ic = ({ cell: e, isHeader: t, testId: n }) => {
|
|
3612
3612
|
let { error: r, warning: i, tooltip: a, maxTooltipWidth: o, hasSort: s, onSort: c, type: l } = e, u = /* @__PURE__ */ B("div", {
|
|
3613
3613
|
className: g(X.staticCellContent, l === "Unit" ? X.unit : ""),
|
|
3614
3614
|
onClick: s ? (e) => c && c(e) : () => {},
|
|
@@ -3616,9 +3616,9 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3616
3616
|
"data-warning": i || null,
|
|
3617
3617
|
"data-testid": n,
|
|
3618
3618
|
children: [e.value, t ? /* @__PURE__ */ B(R, { children: [
|
|
3619
|
+
/* @__PURE__ */ z(tc, { cell: e }),
|
|
3619
3620
|
/* @__PURE__ */ z(nc, { cell: e }),
|
|
3620
|
-
/* @__PURE__ */ z(rc, { cell: e })
|
|
3621
|
-
/* @__PURE__ */ z(ic, { cell: e })
|
|
3621
|
+
/* @__PURE__ */ z(rc, { cell: e })
|
|
3622
3622
|
] }) : null]
|
|
3623
3623
|
});
|
|
3624
3624
|
return /* @__PURE__ */ z("div", {
|
|
@@ -3633,7 +3633,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3633
3633
|
children: u
|
|
3634
3634
|
})
|
|
3635
3635
|
});
|
|
3636
|
-
},
|
|
3636
|
+
}, ac = ({ cell: e, testId: t }) => {
|
|
3637
3637
|
let { content: n, fullWidth: r, closeOnOutsideClick: i, disabled: a } = e;
|
|
3638
3638
|
return /* @__PURE__ */ z(sa, {
|
|
3639
3639
|
content: n,
|
|
@@ -3642,13 +3642,13 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3642
3642
|
disabled: a,
|
|
3643
3643
|
children: /* @__PURE__ */ z("div", {
|
|
3644
3644
|
className: X.popover,
|
|
3645
|
-
children: /* @__PURE__ */ z(
|
|
3645
|
+
children: /* @__PURE__ */ z(ic, {
|
|
3646
3646
|
cell: e,
|
|
3647
3647
|
testId: t
|
|
3648
3648
|
})
|
|
3649
3649
|
})
|
|
3650
3650
|
});
|
|
3651
|
-
},
|
|
3651
|
+
}, oc = {
|
|
3652
3652
|
wrapper: "_wrapper_1u1qo_1",
|
|
3653
3653
|
inline: "_inline_1u1qo_1",
|
|
3654
3654
|
radio: "_radio_1u1qo_5",
|
|
@@ -3659,10 +3659,10 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3659
3659
|
disabled: "_disabled_1u1qo_98",
|
|
3660
3660
|
isInTable: "_isInTable_1u1qo_114",
|
|
3661
3661
|
helpIconEnabled: "_helpIconEnabled_1u1qo_119"
|
|
3662
|
-
},
|
|
3662
|
+
}, sc = ({ name: e, label: t, value: n, selected: r, disabled: i = !1, small: a = !1, onChange: o, noMargin: s = !1, testId: c, helpText: l, onClickHelp: u, textTransform: d = kr.CAPITALIZE }) => {
|
|
3663
3663
|
let f = l || u;
|
|
3664
3664
|
return /* @__PURE__ */ B("div", {
|
|
3665
|
-
className: g(
|
|
3665
|
+
className: g(oc.radio, i ? oc.disabled : null, a ? oc.small : null, s ? oc.noMargin : null, t ? null : oc.noLabel),
|
|
3666
3666
|
onClick: o,
|
|
3667
3667
|
"data-testid": c,
|
|
3668
3668
|
children: [
|
|
@@ -3680,13 +3680,13 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3680
3680
|
children: t
|
|
3681
3681
|
}),
|
|
3682
3682
|
f && /* @__PURE__ */ z("div", {
|
|
3683
|
-
className:
|
|
3683
|
+
className: oc.helpIconEnabled,
|
|
3684
3684
|
onClick: u,
|
|
3685
3685
|
children: /* @__PURE__ */ z(ci, { text: l })
|
|
3686
3686
|
})
|
|
3687
3687
|
]
|
|
3688
3688
|
});
|
|
3689
|
-
},
|
|
3689
|
+
}, cc = ({ cell: e, testId: t }) => /* @__PURE__ */ z(sc, {
|
|
3690
3690
|
selected: e.selected,
|
|
3691
3691
|
name: e.name,
|
|
3692
3692
|
value: e.value,
|
|
@@ -3694,49 +3694,49 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3694
3694
|
disabled: e.disabled,
|
|
3695
3695
|
onChange: (t) => e.onChange(t),
|
|
3696
3696
|
testId: t
|
|
3697
|
-
}),
|
|
3697
|
+
}), lc = ({ cell: e, isHeader: t, columnAlignment: n, testId: r }) => {
|
|
3698
3698
|
if (!e) return null;
|
|
3699
3699
|
switch (e.type) {
|
|
3700
3700
|
case "Input":
|
|
3701
3701
|
case "NumberInput":
|
|
3702
3702
|
case "DateInput":
|
|
3703
|
-
case "Select": return /* @__PURE__ */ z(
|
|
3703
|
+
case "Select": return /* @__PURE__ */ z(Ks, {
|
|
3704
3704
|
cell: e,
|
|
3705
3705
|
columnAlignment: n,
|
|
3706
3706
|
testId: r
|
|
3707
3707
|
});
|
|
3708
|
-
case "Link": return /* @__PURE__ */ z(
|
|
3708
|
+
case "Link": return /* @__PURE__ */ z(qs, {
|
|
3709
3709
|
cell: e,
|
|
3710
3710
|
testId: r
|
|
3711
3711
|
});
|
|
3712
|
-
case "CheckBox": return /* @__PURE__ */ z(
|
|
3712
|
+
case "CheckBox": return /* @__PURE__ */ z(Js, {
|
|
3713
3713
|
cell: e,
|
|
3714
3714
|
testId: r
|
|
3715
3715
|
});
|
|
3716
|
-
case "Radio": return /* @__PURE__ */ z(
|
|
3716
|
+
case "Radio": return /* @__PURE__ */ z(cc, {
|
|
3717
3717
|
cell: e,
|
|
3718
3718
|
testId: r
|
|
3719
3719
|
});
|
|
3720
|
-
case "Slider": return /* @__PURE__ */ z(
|
|
3721
|
-
case "Icon": return /* @__PURE__ */ z(
|
|
3722
|
-
case "Actions": return /* @__PURE__ */ z(
|
|
3723
|
-
case "Popover": return /* @__PURE__ */ z(
|
|
3724
|
-
default: return /* @__PURE__ */ z(
|
|
3720
|
+
case "Slider": return /* @__PURE__ */ z(Qs, { cell: e });
|
|
3721
|
+
case "Icon": return /* @__PURE__ */ z($s, { cell: e });
|
|
3722
|
+
case "Actions": return /* @__PURE__ */ z(ec, { cell: e });
|
|
3723
|
+
case "Popover": return /* @__PURE__ */ z(ac, { cell: e });
|
|
3724
|
+
default: return /* @__PURE__ */ z(ic, {
|
|
3725
3725
|
cell: e,
|
|
3726
3726
|
isHeader: t,
|
|
3727
3727
|
testId: r
|
|
3728
3728
|
});
|
|
3729
3729
|
}
|
|
3730
|
-
},
|
|
3730
|
+
}, uc = /* @__PURE__ */ function(e) {
|
|
3731
3731
|
return e.INPUT = "Input", e.NUMBER_INPUT = "NumberInput", e.SELECT = "Select", e.POPOVER = "Popover", e.SLIDER = "Slider", e.CHECKBOX = "CheckBox", e.RADIO = "Radio", e.ACTIONS = "Actions", e.AUTO_UNIT = "AutoUnit", e.UNIT = "Unit", e.STATIC = "Static", e;
|
|
3732
|
-
}({}),
|
|
3732
|
+
}({}), dc = ({ cell: e, isHeader: t, columnHeaderAlignment: n, columnAlignment: r = Dr.LEFT, width: i, testId: a }) => {
|
|
3733
3733
|
var o;
|
|
3734
3734
|
if (!e) return null;
|
|
3735
3735
|
let { style: s, colSpan: c, rowSpan: l, width: u } = e, d = p(null), f = {
|
|
3736
3736
|
bodyAlignment: r,
|
|
3737
3737
|
headerAlignment: n,
|
|
3738
3738
|
isHeader: t
|
|
3739
|
-
}, m =
|
|
3739
|
+
}, m = Is(f, X), h = Is(f, X, !0), _ = e.type === uc.INPUT || e.type === uc.NUMBER_INPUT || e.type === uc.SELECT || e.type === uc.POPOVER ? X.inputCell : e.type === uc.SLIDER ? X.sliderCell : e.type === uc.CHECKBOX || e.type === uc.RADIO ? X.checkBoxCell : e.type === uc.ACTIONS ? X.actionsCell : X.staticCell, v = g(X.cell, _, e.hasSort ? X.sortingCell : null, m, e.breakWord ? X.breakWord : ""), y = (o = u == null ? i : u) == null ? void 0 : o, b = e.type === uc.STATIC || !e.type, x = {
|
|
3740
3740
|
width: y,
|
|
3741
3741
|
minWidth: y,
|
|
3742
3742
|
textTransform: t && b ? kr.CAPITALIZE : void 0,
|
|
@@ -3748,17 +3748,17 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3748
3748
|
style: x,
|
|
3749
3749
|
colSpan: c,
|
|
3750
3750
|
rowSpan: l,
|
|
3751
|
-
children: /* @__PURE__ */ z(
|
|
3751
|
+
children: /* @__PURE__ */ z(lc, {
|
|
3752
3752
|
cell: e,
|
|
3753
3753
|
columnAlignment: h == null ? Dr.RIGHT : h,
|
|
3754
3754
|
isHeader: t,
|
|
3755
3755
|
testId: a
|
|
3756
3756
|
})
|
|
3757
3757
|
});
|
|
3758
|
-
},
|
|
3759
|
-
let p =
|
|
3758
|
+
}, fc = ({ row: e, rowIndex: t, isHeader: n = !1, columnCount: r, colSpan: i, columnHeaderAlignments: a = [], columnAlignment: o = [], hasRowActions: s, draggableTable: c = !1, columnWidths: l, dropDisabled: u = !1, height: d, testId: f }) => {
|
|
3759
|
+
let p = Ls(a, n, t), { onRowClick: m, onRowFocus: h, onRowMouseEnter: _, onRowMouseLeave: v, expandedContent: y, error: b, warning: x, active: S } = e, C = e.cells.map((e, r) => {
|
|
3760
3760
|
let i = `${+!n}_${t}_${r}`;
|
|
3761
|
-
return /* @__PURE__ */ z(
|
|
3761
|
+
return /* @__PURE__ */ z(dc, {
|
|
3762
3762
|
cell: e,
|
|
3763
3763
|
isHeader: n,
|
|
3764
3764
|
columnAlignment: o[r],
|
|
@@ -3766,9 +3766,9 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3766
3766
|
width: l ? l[r] : void 0,
|
|
3767
3767
|
testId: e.testId
|
|
3768
3768
|
}, i);
|
|
3769
|
-
}), w = s && /* @__PURE__ */ z(
|
|
3769
|
+
}), w = s && /* @__PURE__ */ z(dc, {
|
|
3770
3770
|
cell: {
|
|
3771
|
-
type:
|
|
3771
|
+
type: uc.ACTIONS,
|
|
3772
3772
|
actions: e.actions
|
|
3773
3773
|
},
|
|
3774
3774
|
isHeader: n
|
|
@@ -3786,13 +3786,14 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3786
3786
|
onMouseEnter: _,
|
|
3787
3787
|
onMouseLeave: v,
|
|
3788
3788
|
onFocus: h,
|
|
3789
|
-
|
|
3789
|
+
"data-testid": f,
|
|
3790
|
+
className: g(m ? Ps.clickableRow : null, _ ? Ps.hoverableRow : null),
|
|
3790
3791
|
children: [
|
|
3791
3792
|
c ? /* @__PURE__ */ z("th", {}) : null,
|
|
3792
3793
|
C,
|
|
3793
3794
|
w
|
|
3794
3795
|
]
|
|
3795
|
-
}, t), y && y.content ? /* @__PURE__ */ z(
|
|
3796
|
+
}, t), y && y.content ? /* @__PURE__ */ z(Fs, {
|
|
3796
3797
|
colSpan: i,
|
|
3797
3798
|
flush: y.flush === !0,
|
|
3798
3799
|
children: y.content
|
|
@@ -3802,18 +3803,19 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3802
3803
|
onMouseEnter: _,
|
|
3803
3804
|
onMouseLeave: v,
|
|
3804
3805
|
onFocus: h,
|
|
3805
|
-
className: g(m && !m.noStyle ?
|
|
3806
|
+
className: g(m && !m.noStyle ? Ps.clickableRow : null, _ && !_.noStyle ? Ps.hoverableRow : null, S ? Ps.rowActive : null),
|
|
3806
3807
|
"data-active": S || null,
|
|
3807
3808
|
"data-error": b || null,
|
|
3808
3809
|
"data-warning": x || null,
|
|
3809
3810
|
"data-index": t,
|
|
3810
3811
|
"data-even": t % 2 == 0,
|
|
3812
|
+
"data-testid": f,
|
|
3811
3813
|
style: j,
|
|
3812
3814
|
children: [
|
|
3813
3815
|
c ? e.noDrag ? /* @__PURE__ */ z("td", { "aria-labelledby": "unique-label-id" }) : /* @__PURE__ */ z("td", {
|
|
3814
|
-
className:
|
|
3816
|
+
className: Ps.dragIconCell,
|
|
3815
3817
|
children: /* @__PURE__ */ z("div", {
|
|
3816
|
-
className: g(
|
|
3818
|
+
className: g(Ps.dragIcon, u ? Ps.dragIconDisabled : ""),
|
|
3817
3819
|
...T,
|
|
3818
3820
|
...E,
|
|
3819
3821
|
children: /* @__PURE__ */ z(W, { icon: H.DRAG })
|
|
@@ -3822,12 +3824,12 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3822
3824
|
C,
|
|
3823
3825
|
w
|
|
3824
3826
|
]
|
|
3825
|
-
}, t), y && y.content ? /* @__PURE__ */ z(
|
|
3827
|
+
}, t), y && y.content ? /* @__PURE__ */ z(Fs, {
|
|
3826
3828
|
colSpan: i,
|
|
3827
3829
|
flush: y.flush === !0,
|
|
3828
3830
|
children: y.content
|
|
3829
3831
|
}, `${t}_expanded_content`) : null] });
|
|
3830
|
-
},
|
|
3832
|
+
}, pc = (e) => {
|
|
3831
3833
|
let { children: t, colSpan: n, columnAlignment: r, columnCount: i, draggable: a, onListReorder: o = () => {}, canListReorder: s = () => !0, rowActions: c, rows: l = [], tbodyRef: u } = e, [f, p] = m(null), [h, _] = m(!1), v = d(() => l.map((e, t) => t.toString()), [l]);
|
|
3832
3834
|
return a ? /* @__PURE__ */ B(rr, {
|
|
3833
3835
|
collisionDetection: ar,
|
|
@@ -3862,7 +3864,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3862
3864
|
dropAnimation: null,
|
|
3863
3865
|
children: /* @__PURE__ */ z("table", {
|
|
3864
3866
|
className: g(mo.table, mo.dragOverlay),
|
|
3865
|
-
children: /* @__PURE__ */ z("tbody", { children: /* @__PURE__ */ z(
|
|
3867
|
+
children: /* @__PURE__ */ z("tbody", { children: /* @__PURE__ */ z(fc, {
|
|
3866
3868
|
rowIndex: Number(f),
|
|
3867
3869
|
row: l[Number(f)],
|
|
3868
3870
|
columnCount: i,
|
|
@@ -3882,7 +3884,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3882
3884
|
})
|
|
3883
3885
|
}), document.body)]
|
|
3884
3886
|
}) : t({});
|
|
3885
|
-
},
|
|
3887
|
+
}, mc = ({ table: e, children: t }) => {
|
|
3886
3888
|
var n, r, i;
|
|
3887
3889
|
let a = p(null), o = or({
|
|
3888
3890
|
count: (n = (r = e == null ? void 0 : e.rowCount) == null ? (i = e.rows) == null ? void 0 : i.length : r) == null ? 0 : n,
|
|
@@ -3905,7 +3907,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3905
3907
|
})()
|
|
3906
3908
|
})
|
|
3907
3909
|
});
|
|
3908
|
-
},
|
|
3910
|
+
}, hc = ({ activeIndex: e, triggerScrollToActiveRow: t, isVirtualized: n, virtualizer: r }) => (c(() => {
|
|
3909
3911
|
if (t && !(e == null || e < 0)) {
|
|
3910
3912
|
if (n && r) r.scrollToIndex(e, {
|
|
3911
3913
|
behavior: "auto",
|
|
@@ -3924,11 +3926,11 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3924
3926
|
t,
|
|
3925
3927
|
n,
|
|
3926
3928
|
r
|
|
3927
|
-
]), null),
|
|
3929
|
+
]), null), gc = ({ table: e, children: t }) => {
|
|
3928
3930
|
let { infiniteScroll: n = !1, triggerScrollToActiveRow: r = !1, rows: i } = e, a = d(() => typeof e.activeRowIndex == "number" ? e.activeRowIndex : Array.isArray(i) && i.length ? i.findIndex((e) => e && e.active) : -1, [i, e.activeRowIndex]);
|
|
3929
|
-
return n ? /* @__PURE__ */ z(
|
|
3931
|
+
return n ? /* @__PURE__ */ z(mc, {
|
|
3930
3932
|
table: e,
|
|
3931
|
-
children: ({ virtualizer: e, tableStyle: n }) => /* @__PURE__ */ B(R, { children: [/* @__PURE__ */ z(
|
|
3933
|
+
children: ({ virtualizer: e, tableStyle: n }) => /* @__PURE__ */ B(R, { children: [/* @__PURE__ */ z(hc, {
|
|
3932
3934
|
isVirtualized: !0,
|
|
3933
3935
|
virtualizer: e,
|
|
3934
3936
|
activeIndex: a,
|
|
@@ -3940,15 +3942,15 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3940
3942
|
}) : /* @__PURE__ */ B("div", {
|
|
3941
3943
|
id: "scrollWrapper",
|
|
3942
3944
|
className: mo.scroll,
|
|
3943
|
-
children: [/* @__PURE__ */ z(
|
|
3945
|
+
children: [/* @__PURE__ */ z(hc, {
|
|
3944
3946
|
isVirtualized: !1,
|
|
3945
3947
|
activeIndex: a,
|
|
3946
3948
|
triggerScrollToActiveRow: r
|
|
3947
3949
|
}), t({})]
|
|
3948
3950
|
});
|
|
3949
|
-
},
|
|
3951
|
+
}, _c = (e) => {
|
|
3950
3952
|
var t, n, r, i, a;
|
|
3951
|
-
let { onListReorder: o = () => {}, canListReorder: s = () => !0, beforeRenderRow: c, table: l } = e, { columnWidths: u, footer: d, name: f, rows: m = [], actions: h, actionsRight: _, columnHeaderAlignments: v, columnAlignment: y, striped: b = !0, testId: x, draggable: S, defaultEmptyRow: C = null, onAddRow: w = null, bordered: T = !0, maxHeight: E, fixedWidth: D } = l, O = p(null), k = en(e, "table.headers", []), A =
|
|
3953
|
+
let { onListReorder: o = () => {}, canListReorder: s = () => !0, beforeRenderRow: c, table: l } = e, { columnWidths: u, footer: d, name: f, rows: m = [], actions: h, actionsRight: _, columnHeaderAlignments: v, columnAlignment: y, striped: b = !0, testId: x, draggable: S, defaultEmptyRow: C = null, onAddRow: w = null, bordered: T = !0, maxHeight: E, fixedWidth: D } = l, O = p(null), k = en(e, "table.headers", []), A = js(m, k), j = Ns(m, k), M = A + +!!j, N = d ? (d == null || (t = d.pagination) == null || (t = t.rowsPerPage) == null ? void 0 : t.value) === 0 || Number(d == null || (n = d.pagination) == null ? void 0 : n.selectedPage) >= Number(d == null || (r = d.pagination) == null ? void 0 : r.rowCount) / Number(d == null || (i = d.pagination) == null || (i = i.rowsPerPage) == null ? void 0 : i.value) : !0, P = (C == null || (a = C.cells) == null ? void 0 : a.length) && w && N, F = {
|
|
3952
3954
|
cells: P ? C.cells.map((e, t) => (e == null ? void 0 : e.type) === "Input" ? {
|
|
3953
3955
|
...e,
|
|
3954
3956
|
onChange: (e) => {
|
|
@@ -3985,7 +3987,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3985
3987
|
name: f,
|
|
3986
3988
|
testId: x && `${x}-title`
|
|
3987
3989
|
}),
|
|
3988
|
-
/* @__PURE__ */ z(
|
|
3990
|
+
/* @__PURE__ */ z(pc, {
|
|
3989
3991
|
colSpan: M,
|
|
3990
3992
|
columnAlignment: y,
|
|
3991
3993
|
columnCount: A,
|
|
@@ -3995,13 +3997,13 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3995
3997
|
rows: ee,
|
|
3996
3998
|
tbodyRef: O,
|
|
3997
3999
|
canListReorder: s,
|
|
3998
|
-
children: ({ dropDisabled: e }) => /* @__PURE__ */ z(
|
|
4000
|
+
children: ({ dropDisabled: e }) => /* @__PURE__ */ z(gc, {
|
|
3999
4001
|
table: I,
|
|
4000
4002
|
children: ({ virtualizer: t, tableStyle: n }) => /* @__PURE__ */ B("table", {
|
|
4001
4003
|
className: g(mo.table, b ? mo.striped : ""),
|
|
4002
4004
|
"data-testid": x,
|
|
4003
4005
|
style: n,
|
|
4004
|
-
children: [/* @__PURE__ */ z("thead", { children: k.map((e, t) => /* @__PURE__ */ z(
|
|
4006
|
+
children: [/* @__PURE__ */ z("thead", { children: k.map((e, t) => /* @__PURE__ */ z(fc, {
|
|
4005
4007
|
rowIndex: t,
|
|
4006
4008
|
isHeader: !0,
|
|
4007
4009
|
row: e,
|
|
@@ -4016,7 +4018,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4016
4018
|
ref: O,
|
|
4017
4019
|
children: t ? t.getVirtualItems().map((t) => {
|
|
4018
4020
|
let n = t.index, r = ee[n];
|
|
4019
|
-
return /* @__PURE__ */ z(
|
|
4021
|
+
return /* @__PURE__ */ z(fc, {
|
|
4020
4022
|
rowIndex: n,
|
|
4021
4023
|
row: c ? c({
|
|
4022
4024
|
row: r,
|
|
@@ -4031,7 +4033,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4031
4033
|
height: t.size,
|
|
4032
4034
|
dropDisabled: e
|
|
4033
4035
|
}, `1_${n}`);
|
|
4034
|
-
}) : ee.map((t, n) => /* @__PURE__ */ z(
|
|
4036
|
+
}) : ee.map((t, n) => /* @__PURE__ */ z(fc, {
|
|
4035
4037
|
rowIndex: n,
|
|
4036
4038
|
row: c ? c({
|
|
4037
4039
|
row: t,
|
|
@@ -4049,24 +4051,24 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4049
4051
|
})
|
|
4050
4052
|
})
|
|
4051
4053
|
}),
|
|
4052
|
-
d && /* @__PURE__ */ z(
|
|
4054
|
+
d && /* @__PURE__ */ z(ks, {
|
|
4053
4055
|
pagination: d.pagination,
|
|
4054
4056
|
actions: d.actions,
|
|
4055
4057
|
content: d.content
|
|
4056
4058
|
})
|
|
4057
4059
|
]
|
|
4058
4060
|
});
|
|
4059
|
-
},
|
|
4061
|
+
}, vc = "blank", yc = 1e4, bc = (e, t, n, r) => {
|
|
4060
4062
|
let i = `${t} → ${n}:`, a = e.filter((e) => !e.startsWith(i)), o = r ? [...a, `${i} ${r}`] : a;
|
|
4061
4063
|
return {
|
|
4062
4064
|
updatedErrors: o,
|
|
4063
4065
|
isValid: o.length === 0
|
|
4064
4066
|
};
|
|
4065
|
-
},
|
|
4066
|
-
let i = d(() => t.fields.map((e) => ({ value: e })), [t.fields]), [a, s] = m(
|
|
4067
|
+
}, xc = 20, Sc = 1, Cc = ({ validationRules: e, parsedResult: t, updateState: n, testId: r }) => {
|
|
4068
|
+
let i = d(() => t.fields.map((e) => ({ value: e })), [t.fields]), [a, s] = m(xc), [l, u] = m(Sc), f = p([]), h = (l - 1) * a, g = a === 0 ? t.rows.length : h + a, [_, v] = m([]), y = d(() => {
|
|
4067
4069
|
let n = e.filter((e) => !e.optionalColumn);
|
|
4068
4070
|
return t.fields.length === n.length ? n : e;
|
|
4069
|
-
}, [e, t.fields.length]), b = o((e, r) => (!f.current.length && t.rows.length && (f.current = t.rows[0].map((e) =>
|
|
4071
|
+
}, [e, t.fields.length]), b = o((e, r) => (!f.current.length && t.rows.length && (f.current = t.rows[0].map((e) => fs(e) ? "NumberInput" : "Input")), {
|
|
4070
4072
|
cells: e.map((e, a) => {
|
|
4071
4073
|
var o, s, c, l, u;
|
|
4072
4074
|
let { columnMessage: d = {}, validator: p = () => null } = (o = y == null ? void 0 : y[a]) == null ? {} : o, m = i == null || (s = i[a]) == null ? void 0 : s.value, h = `${`Row ${r + 1}`} → ${m}:`, g = p(e), _ = (c = t == null || (l = t.errors) == null ? void 0 : l.find((e) => e.startsWith(h))) == null ? null : c, x = g || _ || null;
|
|
@@ -4077,7 +4079,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4077
4079
|
disableValidationOnFocus: !0,
|
|
4078
4080
|
error: x,
|
|
4079
4081
|
validationCallback: (e, i) => {
|
|
4080
|
-
let a = `Row ${r + 1}`, { updatedErrors: o, isValid: s } =
|
|
4082
|
+
let a = `Row ${r + 1}`, { updatedErrors: o, isValid: s } = bc(t.errors, a, e, i);
|
|
4081
4083
|
n({ parsedResult: {
|
|
4082
4084
|
...t,
|
|
4083
4085
|
errors: o,
|
|
@@ -4086,7 +4088,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4086
4088
|
},
|
|
4087
4089
|
onChange: (e) => {
|
|
4088
4090
|
var i;
|
|
4089
|
-
let { value: o } = (i = e == null ? void 0 : e.target) == null ? {} : i, s = `Row ${r + 1}`, c = p(o), { updatedErrors: l, isValid: u } =
|
|
4091
|
+
let { value: o } = (i = e == null ? void 0 : e.target) == null ? {} : i, s = `Row ${r + 1}`, c = p(o), { updatedErrors: l, isValid: u } = bc(t.errors, s, m, c), d = t.rows.map((e, t) => t === r ? e.map((e, t) => t === a ? o : e) : e);
|
|
4090
4092
|
n({ parsedResult: {
|
|
4091
4093
|
...t,
|
|
4092
4094
|
rows: d,
|
|
@@ -4128,7 +4130,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4128
4130
|
]);
|
|
4129
4131
|
let x = d(() => t.fields.map((e, r) => {
|
|
4130
4132
|
var a, o, s;
|
|
4131
|
-
let c = y == null ? void 0 : y[r], l = Array.isArray(c == null ? void 0 : c.validUnits) ? c.validUnits : [], u = l == null ? void 0 : l.some((e) => hn(e) ===
|
|
4133
|
+
let c = y == null ? void 0 : y[r], l = Array.isArray(c == null ? void 0 : c.validUnits) ? c.validUnits : [], u = l == null ? void 0 : l.some((e) => hn(e) === vc);
|
|
4132
4134
|
if (!l.length || u) return {};
|
|
4133
4135
|
let d = t == null || (a = t.units) == null ? void 0 : a[r], f = hn(d), p = l != null && l.some((e) => hn(e) === f) ? d : (o = c == null ? void 0 : c.defaultUnit) == null ? "" : o;
|
|
4134
4136
|
return {
|
|
@@ -4166,7 +4168,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4166
4168
|
h,
|
|
4167
4169
|
g
|
|
4168
4170
|
]);
|
|
4169
|
-
return /* @__PURE__ */ z(
|
|
4171
|
+
return /* @__PURE__ */ z(_c, {
|
|
4170
4172
|
beforeRenderRow: o(({ rowIndex: e }) => {
|
|
4171
4173
|
let n = h + e, r = t.rows[n];
|
|
4172
4174
|
return r ? b(r, n) : {
|
|
@@ -4239,7 +4241,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4239
4241
|
} }
|
|
4240
4242
|
}
|
|
4241
4243
|
});
|
|
4242
|
-
},
|
|
4244
|
+
}, wc = { listStyle: "_listStyle_yjfjw_1" }, Tc = ({ errors: e, t }) => {
|
|
4243
4245
|
var n;
|
|
4244
4246
|
let r = (n = [...e]) == null ? void 0 : n.sort((e, t) => {
|
|
4245
4247
|
let n = (e) => {
|
|
@@ -4255,18 +4257,18 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4255
4257
|
content: t("unableToImportPleaseCorrectError", { rows: e == null ? void 0 : e.length }),
|
|
4256
4258
|
type: "Error",
|
|
4257
4259
|
details: /* @__PURE__ */ z("ul", {
|
|
4258
|
-
className:
|
|
4260
|
+
className: wc.listStyle,
|
|
4259
4261
|
children: r.map((e, t) => /* @__PURE__ */ z("li", { children: e }, t))
|
|
4260
4262
|
})
|
|
4261
4263
|
};
|
|
4262
|
-
},
|
|
4264
|
+
}, Ec = ({ errors: e, t }) => e.length ? /* @__PURE__ */ z(po, { message: Tc({
|
|
4263
4265
|
errors: e,
|
|
4264
4266
|
t
|
|
4265
|
-
}) }) : null,
|
|
4267
|
+
}) }) : null, Dc = {
|
|
4266
4268
|
empty: "_empty_fe425_1",
|
|
4267
4269
|
text: "_text_fe425_11"
|
|
4268
|
-
},
|
|
4269
|
-
className:
|
|
4270
|
+
}, Oc = ({ width: e = "auto", height: t = "auto", text: n = "No data", children: r, testId: i }) => /* @__PURE__ */ B("div", {
|
|
4271
|
+
className: Dc.empty,
|
|
4270
4272
|
style: {
|
|
4271
4273
|
width: e,
|
|
4272
4274
|
height: t
|
|
@@ -4302,7 +4304,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4302
4304
|
})
|
|
4303
4305
|
}),
|
|
4304
4306
|
n !== "" && /* @__PURE__ */ z("div", {
|
|
4305
|
-
className:
|
|
4307
|
+
className: Dc.text,
|
|
4306
4308
|
children: /* @__PURE__ */ z(ha, {
|
|
4307
4309
|
faint: !0,
|
|
4308
4310
|
children: n
|
|
@@ -4310,52 +4312,52 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4310
4312
|
}),
|
|
4311
4313
|
r
|
|
4312
4314
|
]
|
|
4313
|
-
}),
|
|
4315
|
+
}), kc = (e) => {
|
|
4314
4316
|
var t;
|
|
4315
4317
|
return e == null || (t = e.split(/;|\t|\n/)) == null ? void 0 : t.some((e) => {
|
|
4316
4318
|
let t = e == null ? void 0 : e.match(/[.,]/g);
|
|
4317
4319
|
return t && t.length > 1;
|
|
4318
4320
|
});
|
|
4319
|
-
},
|
|
4321
|
+
}, Ac = (e) => {
|
|
4320
4322
|
var t;
|
|
4321
4323
|
return e == null || (t = e.split(/;|\t|\n/)) == null ? void 0 : t.some((e) => {
|
|
4322
4324
|
var t;
|
|
4323
4325
|
return !(e != null && e.includes(".")) && (e == null || (t = e.match(/,/g)) == null ? void 0 : t.length) === 1;
|
|
4324
4326
|
});
|
|
4325
|
-
},
|
|
4327
|
+
}, jc = (e, t, n) => e >= t - n, Mc = (e) => !!e && e !== "blank" && e.trim() !== "", Nc = (e, t, n, r, i, a, o) => {
|
|
4326
4328
|
let s = [], c = r.filter((e) => e.optionalColumn).length, l = r.length, u = c ? `${l - c} or ${l}` : `${l}`, d = i && a ? 2 : i || a ? 1 : 0;
|
|
4327
|
-
if (i && !
|
|
4329
|
+
if (i && !jc(e.length, l, c) && s.push(o("incorrectNumberOfFieldNameHeaderColumns", { expectedLengthMessage: u })), a) {
|
|
4328
4330
|
var f, p;
|
|
4329
4331
|
let e = r.filter((e) => {
|
|
4330
4332
|
var t;
|
|
4331
|
-
return !e.optionalColumn && Array.isArray(e == null ? void 0 : e.validUnits) && (e == null || (t = e.validUnits) == null ? void 0 : t.some(
|
|
4333
|
+
return !e.optionalColumn && Array.isArray(e == null ? void 0 : e.validUnits) && (e == null || (t = e.validUnits) == null ? void 0 : t.some(Mc));
|
|
4332
4334
|
}).length;
|
|
4333
|
-
|
|
4335
|
+
jc(t == null || (f = t.filter(Mc)) == null ? void 0 : f.length, e, r == null || (p = r.filter((e) => (e == null ? void 0 : e.optionalColumn) || !Array.isArray(e == null ? void 0 : e.validUnits) || e.validUnits.includes("blank"))) == null ? void 0 : p.length) || s.push(o("incorrectNumberOfUnitHeaderColumns", { expectedLengthMessage: u }));
|
|
4334
4336
|
}
|
|
4335
4337
|
return n.length === 0 ? s.push(o("incorrectNumberOfDataColumns", {
|
|
4336
4338
|
expectedLengthMessage: u,
|
|
4337
4339
|
dataRowStartIndex: d
|
|
4338
4340
|
})) : n.forEach((e, t) => {
|
|
4339
|
-
|
|
4341
|
+
jc(e.length, l, c) || s.push(o("incorrectNumberOfDataColumns", {
|
|
4340
4342
|
expectedLengthMessage: u,
|
|
4341
4343
|
dataRowStartIndex: d + t
|
|
4342
4344
|
}));
|
|
4343
4345
|
}), s;
|
|
4344
|
-
},
|
|
4346
|
+
}, Pc = (e) => e.toUpperCase().replace(/\(.*?\)/g, "").replace(/[^A-Z0-9]/g, "").trim(), Fc = ({ value: e, defaultAllowedValues: t }) => {
|
|
4345
4347
|
var n;
|
|
4346
|
-
let r =
|
|
4347
|
-
return (n = t == null ? void 0 : t.some((e) =>
|
|
4348
|
-
},
|
|
4348
|
+
let r = Pc(e);
|
|
4349
|
+
return (n = t == null ? void 0 : t.some((e) => Pc(e).includes(r) || r.includes(Pc(e)))) == null ? !1 : n;
|
|
4350
|
+
}, Ic = ({ value: e, defaultAllowedValues: t }) => {
|
|
4349
4351
|
var n;
|
|
4350
4352
|
return (n = t == null ? void 0 : t.includes(e)) == null ? !1 : n;
|
|
4351
|
-
},
|
|
4353
|
+
}, Lc = (e, t, n, r, i, a) => {
|
|
4352
4354
|
let o = [];
|
|
4353
4355
|
if (r) {
|
|
4354
4356
|
let r = n.map((e) => e.fieldName).filter(Boolean);
|
|
4355
4357
|
e.forEach((i, s) => {
|
|
4356
4358
|
var c, l;
|
|
4357
4359
|
let u = n[s];
|
|
4358
|
-
if (!(!u || !(u != null && u.fieldName)) && !((c = (l = n[s]) == null ? void 0 : l.fieldNameValidator) == null ?
|
|
4360
|
+
if (!(!u || !(u != null && u.fieldName)) && !((c = (l = n[s]) == null ? void 0 : l.fieldNameValidator) == null ? Fc : c)({
|
|
4359
4361
|
value: i,
|
|
4360
4362
|
defaultAllowedValues: r,
|
|
4361
4363
|
columnIndex: s,
|
|
@@ -4377,7 +4379,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4377
4379
|
var l, u;
|
|
4378
4380
|
let d = n[c];
|
|
4379
4381
|
if (!d || d != null && d.optionalColumn) return;
|
|
4380
|
-
let f = (l = d.unitsValidator) == null ?
|
|
4382
|
+
let f = (l = d.unitsValidator) == null ? Ic : l, p = (u = i == null ? void 0 : i[c]) == null ? [] : u;
|
|
4381
4383
|
f({
|
|
4382
4384
|
value: r,
|
|
4383
4385
|
defaultAllowedValues: p,
|
|
@@ -4393,7 +4395,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4393
4395
|
});
|
|
4394
4396
|
}
|
|
4395
4397
|
return o;
|
|
4396
|
-
},
|
|
4398
|
+
}, Rc = (e, t, n) => {
|
|
4397
4399
|
let r = [];
|
|
4398
4400
|
return e.forEach((e, i) => {
|
|
4399
4401
|
e.forEach((e, a) => {
|
|
@@ -4406,91 +4408,91 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4406
4408
|
})}`);
|
|
4407
4409
|
});
|
|
4408
4410
|
}), r;
|
|
4409
|
-
},
|
|
4410
|
-
let s =
|
|
4411
|
-
return s.length === 0 && (s = s.concat(
|
|
4411
|
+
}, zc = (e, t, n, r, i, a, o) => {
|
|
4412
|
+
let s = Nc(e, t, n, r, i, a, o);
|
|
4413
|
+
return s.length === 0 && (s = s.concat(Lc(e, t, r, i, a, o), Rc(n, r, o))), {
|
|
4412
4414
|
isValid: s.length === 0,
|
|
4413
4415
|
errors: s
|
|
4414
4416
|
};
|
|
4415
|
-
},
|
|
4417
|
+
}, Bc = (e, t, n) => {
|
|
4416
4418
|
var r, i, a, o, s, c, l, u, d, f, p, m, h, g;
|
|
4417
4419
|
let _ = (e) => e.replace(/,/g, "."), v = (r = (i = e[0]) == null ? void 0 : i.some((e) => isNaN(Number(_(e))))) == null ? !1 : r, y = (a = (o = e[1]) == null ? void 0 : o.some((e) => isNaN(Number(_(e))))) == null ? !1 : a, b = (s = (c = e[0]) == null ? void 0 : c.some((e) => t.includes(e))) == null ? !1 : s, x = (l = (u = e[0]) == null ? void 0 : u.some((e) => n.includes(e))) == null ? !1 : l, S = (d = (f = e[1]) == null ? void 0 : f.some((e) => n.includes(e))) == null ? !1 : d, C = (p = (m = e[0]) == null ? void 0 : m.some((e) => !isNaN(Number(_(e))))) == null ? !1 : p, w = (h = (g = e[1]) == null ? void 0 : g.some((e) => !isNaN(Number(_(e))))) == null ? !1 : h;
|
|
4418
4420
|
return {
|
|
4419
4421
|
hasFieldNameHeader: b || v && !x && !C || v && y && !C,
|
|
4420
4422
|
hasUnitHeader: x || S || v && y && !x && !C && !w || v && y && !C && !w
|
|
4421
4423
|
};
|
|
4422
|
-
},
|
|
4424
|
+
}, Vc = (e, { validationRules: t }) => {
|
|
4423
4425
|
var n, r, i;
|
|
4424
4426
|
let a = (t == null ? void 0 : t.length) === ((n = e == null || (r = e[0]) == null ? void 0 : r.length) == null ? 0 : n) ? t : t == null ? void 0 : t.filter((e) => !(e != null && e.optionalColumn)), o = a == null ? void 0 : a.map((e) => e == null ? void 0 : e.fieldName), s = (e) => Array.isArray(e) && e.length ? e[0] : "", c = a == null ? void 0 : a.map((e) => {
|
|
4425
4427
|
var t;
|
|
4426
4428
|
return (t = e == null ? void 0 : e.defaultUnit) == null ? s(e == null ? void 0 : e.validUnits) : t;
|
|
4427
|
-
}), { hasFieldNameHeader: l, hasUnitHeader: u } =
|
|
4429
|
+
}), { hasFieldNameHeader: l, hasUnitHeader: u } = Bc(e, o, a == null || (i = a.map((e) => e == null ? void 0 : e.validUnits)) == null || (i = i.filter((e) => !!e)) == null ? void 0 : i.flat());
|
|
4428
4430
|
return l || e == null || e.unshift(o), u || e == null || e.splice(1, 0, c), {
|
|
4429
4431
|
hasFieldNameHeader: l,
|
|
4430
4432
|
hasUnitHeader: u
|
|
4431
4433
|
};
|
|
4432
|
-
},
|
|
4434
|
+
}, Hc = (e) => Math.round(e * 100) / 100, Uc = (e) => e.join(", ").replace(/,\s*$/, ""), Wc = {
|
|
4433
4435
|
skipEmptyLines: !0,
|
|
4434
4436
|
delimiter: (e) => {
|
|
4435
4437
|
var t, n;
|
|
4436
4438
|
let r = e.substring(0, 200), i = ((t = r.match(/\t/g)) == null ? [] : t).length, a = ((n = r.match(/;/g)) == null ? [] : n).length;
|
|
4437
4439
|
return i === 0 && a === 0 ? "," : i > a ? " " : ";";
|
|
4438
4440
|
}
|
|
4439
|
-
},
|
|
4441
|
+
}, Gc = [
|
|
4440
4442
|
"text/csv",
|
|
4441
4443
|
"text/plain",
|
|
4442
4444
|
"application/json",
|
|
4443
4445
|
"application/vnd.ms-excel"
|
|
4444
|
-
],
|
|
4446
|
+
], Kc = (e) => Gc.includes(e.type), qc = (e) => e instanceof File, Jc = (e) => e.trim().startsWith("["), Yc = (e) => {
|
|
4445
4447
|
try {
|
|
4446
4448
|
var t;
|
|
4447
4449
|
return !!((t = JSON.parse(e)) != null && t.path);
|
|
4448
4450
|
} catch {
|
|
4449
4451
|
return !1;
|
|
4450
4452
|
}
|
|
4451
|
-
},
|
|
4453
|
+
}, Xc = (e) => new Promise((t, n) => {
|
|
4452
4454
|
let r = new FileReader();
|
|
4453
4455
|
r.onload = () => t(String(r.result)), r.onerror = n, r.readAsText(e);
|
|
4454
|
-
}),
|
|
4456
|
+
}), Zc = async (e, t, n) => {
|
|
4455
4457
|
try {
|
|
4456
|
-
return
|
|
4458
|
+
return il({
|
|
4457
4459
|
data: JSON.parse(e),
|
|
4458
4460
|
errors: []
|
|
4459
4461
|
}, t, n);
|
|
4460
4462
|
} catch (e) {
|
|
4461
4463
|
throw Error(`${n("jsonParseFailed")} ${e.message}`);
|
|
4462
4464
|
}
|
|
4463
|
-
},
|
|
4465
|
+
}, Qc = async (e, t, n) => {
|
|
4464
4466
|
try {
|
|
4465
4467
|
let r = JSON.parse(e).path.map((e) => [
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4468
|
+
Hc(e.md),
|
|
4469
|
+
Hc(e.inclination),
|
|
4470
|
+
Hc(e.gridAzimuth)
|
|
4469
4471
|
]);
|
|
4470
4472
|
return r.unshift([
|
|
4471
4473
|
"m",
|
|
4472
4474
|
"deg",
|
|
4473
4475
|
"deg"
|
|
4474
|
-
]),
|
|
4476
|
+
]), il({
|
|
4475
4477
|
data: r,
|
|
4476
4478
|
errors: []
|
|
4477
4479
|
}, t, n);
|
|
4478
4480
|
} catch (e) {
|
|
4479
4481
|
throw Error(`${n("jsonParseFailed")} ${e.message}`);
|
|
4480
4482
|
}
|
|
4481
|
-
},
|
|
4483
|
+
}, $c = (e) => e.replace(",", "."), el = (e) => e.map((e) => e.map((e) => $c(e))), tl = (e, { importLimit: t, ...n }, r) => new Promise((i) => {
|
|
4482
4484
|
cr.parse(e, {
|
|
4483
|
-
...
|
|
4485
|
+
...Wc,
|
|
4484
4486
|
preview: t,
|
|
4485
4487
|
complete: (e) => {
|
|
4486
|
-
let a =
|
|
4488
|
+
let a = il(e, {
|
|
4487
4489
|
importLimit: t,
|
|
4488
4490
|
...n
|
|
4489
4491
|
}, r);
|
|
4490
|
-
a.rows =
|
|
4492
|
+
a.rows = el(a.rows), i(a);
|
|
4491
4493
|
}
|
|
4492
4494
|
});
|
|
4493
|
-
}),
|
|
4495
|
+
}), nl = async (e, t, n) => {
|
|
4494
4496
|
let r = {
|
|
4495
4497
|
isValid: !1,
|
|
4496
4498
|
fields: [],
|
|
@@ -4499,13 +4501,13 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4499
4501
|
errors: []
|
|
4500
4502
|
};
|
|
4501
4503
|
try {
|
|
4502
|
-
if (
|
|
4503
|
-
let i =
|
|
4504
|
-
return
|
|
4504
|
+
if (qc(e) && !Kc(e)) return r.errors.push(`${n("wrongFileFormatExpectedOneOf")} ${Uc(Array.from(Gc))}`), r;
|
|
4505
|
+
let i = qc(e) ? await Xc(e) : e;
|
|
4506
|
+
return Jc(i) ? await Zc(i, t, n) : Yc(i) ? await Qc(i, t, n) : await tl(e, t, n);
|
|
4505
4507
|
} catch (e) {
|
|
4506
4508
|
return r.errors.push(e.message), r;
|
|
4507
4509
|
}
|
|
4508
|
-
},
|
|
4510
|
+
}, rl = (e, t, n, r) => {
|
|
4509
4511
|
var i;
|
|
4510
4512
|
let a = (i = r == null ? void 0 : r.delimiter) == null ? "," : i, o = [
|
|
4511
4513
|
e,
|
|
@@ -4517,7 +4519,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4517
4519
|
header: !0,
|
|
4518
4520
|
delimiter: a
|
|
4519
4521
|
});
|
|
4520
|
-
},
|
|
4522
|
+
}, il = (e, t, n) => {
|
|
4521
4523
|
let { data: r, errors: i } = e, a = {
|
|
4522
4524
|
isValid: !1,
|
|
4523
4525
|
fields: [],
|
|
@@ -4526,15 +4528,15 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4526
4528
|
errors: i.map((e) => e.message)
|
|
4527
4529
|
};
|
|
4528
4530
|
if (i.length > 0) return a;
|
|
4529
|
-
let { hasFieldNameHeader: o, hasUnitHeader: s } =
|
|
4531
|
+
let { hasFieldNameHeader: o, hasUnitHeader: s } = Vc(r, t);
|
|
4530
4532
|
a.fields = r[0].map((e) => e.trim()), a.units = r[1].map((e) => e.trim()).filter(Boolean), a.rows = r.slice(2);
|
|
4531
4533
|
let { validationRules: c } = t;
|
|
4532
4534
|
if (c.length) {
|
|
4533
|
-
let { isValid: e, errors: t } =
|
|
4535
|
+
let { isValid: e, errors: t } = zc(a.fields, a.units, a.rows, c, o, s, n);
|
|
4534
4536
|
a.errors.push(...t), a.isValid = e && t.length === 0;
|
|
4535
4537
|
} else a.isValid = a.errors.length === 0;
|
|
4536
4538
|
return a;
|
|
4537
|
-
},
|
|
4539
|
+
}, al = ({ id: e, message: t = {
|
|
4538
4540
|
type: oo.INFO,
|
|
4539
4541
|
content: ""
|
|
4540
4542
|
}, autoClose: n = 6e3, onClose: r }) => {
|
|
@@ -4575,22 +4577,22 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4575
4577
|
transition: lr,
|
|
4576
4578
|
type: s
|
|
4577
4579
|
});
|
|
4578
|
-
},
|
|
4580
|
+
}, ol = (e) => {
|
|
4579
4581
|
dr.dismiss(e);
|
|
4580
|
-
},
|
|
4582
|
+
}, sl = (e, t) => {
|
|
4581
4583
|
t(() => {
|
|
4582
|
-
|
|
4584
|
+
al({ ...e });
|
|
4583
4585
|
});
|
|
4584
|
-
},
|
|
4586
|
+
}, cl = {
|
|
4585
4587
|
toggle: "_toggle_18fme_9",
|
|
4586
4588
|
small: "_small_18fme_25",
|
|
4587
4589
|
disabled: "_disabled_18fme_105",
|
|
4588
4590
|
noMargin: "_noMargin_18fme_113",
|
|
4589
4591
|
helpIconEnabled: "_helpIconEnabled_18fme_116"
|
|
4590
|
-
},
|
|
4592
|
+
}, ll = ({ name: e, label: t, checked: n = !1, disabled: r, display: i, small: a = !1, onChange: o, noMargin: c = !1, testId: l, helpText: u, onClickHelp: d, textTransform: f = kr.CAPITALIZE }) => {
|
|
4591
4593
|
let p = s(U), m = u || d, h = r || p;
|
|
4592
4594
|
return /* @__PURE__ */ B("div", {
|
|
4593
|
-
className: g(
|
|
4595
|
+
className: g(cl.toggle, h ? cl.disabled : null, a ? cl.small : null, c ? cl.noMargin : null),
|
|
4594
4596
|
style: { display: i },
|
|
4595
4597
|
onClick: (t) => {
|
|
4596
4598
|
h || (t.target.name = e, t.target.checked = !n, t.target.value = !n, o(t));
|
|
@@ -4610,13 +4612,13 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4610
4612
|
children: t
|
|
4611
4613
|
}),
|
|
4612
4614
|
m && /* @__PURE__ */ z("div", {
|
|
4613
|
-
className:
|
|
4615
|
+
className: cl.helpIconEnabled,
|
|
4614
4616
|
onClick: d,
|
|
4615
4617
|
children: /* @__PURE__ */ z(ci, { text: u })
|
|
4616
4618
|
})
|
|
4617
4619
|
]
|
|
4618
4620
|
});
|
|
4619
|
-
},
|
|
4621
|
+
}, ul = ({ config: e, state: t, updateState: n, setModalVisibility: r, onCloseModal: i, readAndParseInput: a, validationRules: s = [], onCompleteImport: c = () => {}, prevalidationConfig: l, t: u, loading: d, startTransition: f, testId: h }) => {
|
|
4620
4622
|
let { modalVisibility: { reviewPasteModal: g, pasteModalHelpVisible: _, helpModal: v } } = t, { warningMessage: y, actionButtonLabel: b, changeRulesAction: x, checkPrevalidationNeed: S } = l == null ? {} : l, C = p(null), [w, T] = m(!1), [E, D] = m({
|
|
4621
4623
|
pastedText: "",
|
|
4622
4624
|
parsedResult: {
|
|
@@ -4639,8 +4641,8 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4639
4641
|
var n, r, i;
|
|
4640
4642
|
let t = sr(N == null || (n = N.rows) == null ? void 0 : n.map(([e, t]) => [Number(e), Number(t)]), .001).map(([e, t]) => [e.toString(), t.toString()]), a = {
|
|
4641
4643
|
validationRules: s,
|
|
4642
|
-
importLimit: (r = e.importLimit) == null ?
|
|
4643
|
-
}, o =
|
|
4644
|
+
importLimit: (r = e.importLimit) == null ? yc : r
|
|
4645
|
+
}, o = rl(N.fields.slice(0, 2), ((i = N.units) == null ? [] : i).slice(0, 2), t, a);
|
|
4644
4646
|
f(() => D({
|
|
4645
4647
|
parsedResult: {
|
|
4646
4648
|
...N,
|
|
@@ -4670,17 +4672,17 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4670
4672
|
}, A = () => {
|
|
4671
4673
|
r("helpModal", !v);
|
|
4672
4674
|
}, j = () => {
|
|
4673
|
-
n(E), c(E.parsedResult), i(),
|
|
4675
|
+
n(E), c(E.parsedResult), i(), sl({ message: {
|
|
4674
4676
|
type: "Success",
|
|
4675
4677
|
content: u("pasteSuccessful")
|
|
4676
4678
|
} }, f);
|
|
4677
|
-
}, { pastedText: M, parsedResult: N } = E, P = S && S(N), { isValid: F, errors: ee } = N, I = ee.length, te = M === "", ne =
|
|
4679
|
+
}, { pastedText: M, parsedResult: N } = E, P = S && S(N), { isValid: F, errors: ee } = N, I = ee.length, te = M === "", ne = Ac(M), re = kc(M), ie = /* @__PURE__ */ B(R, { children: [
|
|
4678
4680
|
/* @__PURE__ */ B("div", {
|
|
4679
4681
|
className: io.headerContainer,
|
|
4680
4682
|
children: [
|
|
4681
4683
|
/* @__PURE__ */ z(G, {
|
|
4682
4684
|
text: u("downsampleTooltip"),
|
|
4683
|
-
children: /* @__PURE__ */ z(
|
|
4685
|
+
children: /* @__PURE__ */ z(ll, {
|
|
4684
4686
|
label: u("downsampled"),
|
|
4685
4687
|
checked: w,
|
|
4686
4688
|
onChange: () => O(!w),
|
|
@@ -4713,7 +4715,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4713
4715
|
}),
|
|
4714
4716
|
te ? /* @__PURE__ */ z("div", {
|
|
4715
4717
|
className: io.resultContainer,
|
|
4716
|
-
children: /* @__PURE__ */ z(
|
|
4718
|
+
children: /* @__PURE__ */ z(Oc, {
|
|
4717
4719
|
text: null,
|
|
4718
4720
|
children: /* @__PURE__ */ B("div", {
|
|
4719
4721
|
className: io.emptyState,
|
|
@@ -4749,7 +4751,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4749
4751
|
}) : /* @__PURE__ */ B(R, { children: [/* @__PURE__ */ B("div", {
|
|
4750
4752
|
className: io.messagesContainer,
|
|
4751
4753
|
children: [
|
|
4752
|
-
I ? /* @__PURE__ */ z(
|
|
4754
|
+
I ? /* @__PURE__ */ z(Ec, {
|
|
4753
4755
|
errors: ee,
|
|
4754
4756
|
t: u
|
|
4755
4757
|
}) : null,
|
|
@@ -4772,7 +4774,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4772
4774
|
type: "Warning"
|
|
4773
4775
|
} })
|
|
4774
4776
|
]
|
|
4775
|
-
}), /* @__PURE__ */ z(
|
|
4777
|
+
}), /* @__PURE__ */ z(Cc, {
|
|
4776
4778
|
validationRules: s,
|
|
4777
4779
|
parsedResult: N,
|
|
4778
4780
|
updateState: (e) => D((t) => ({
|
|
@@ -4814,7 +4816,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4814
4816
|
onClose: i
|
|
4815
4817
|
} })
|
|
4816
4818
|
});
|
|
4817
|
-
},
|
|
4819
|
+
}, dl = ({ modals: e = [], modalVisibility: n, onCloseModal: r, testId: i }) => e.length ? /* @__PURE__ */ z(R, { children: e.map(({ name: e, component: a, props: o = {} }) => {
|
|
4818
4820
|
var s;
|
|
4819
4821
|
return /* @__PURE__ */ z(t, { children: /* @__PURE__ */ z(a, {
|
|
4820
4822
|
testId: `${i}-modal-render-${e}`,
|
|
@@ -4822,7 +4824,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4822
4824
|
onClose: () => r({ name: e }),
|
|
4823
4825
|
...o
|
|
4824
4826
|
}) }, e);
|
|
4825
|
-
}) }) : null,
|
|
4827
|
+
}) }) : null, fl = ({ sections: e, iconName: t, testId: n, tooltip: r }) => /* @__PURE__ */ z(Ji, {
|
|
4826
4828
|
loading: !0,
|
|
4827
4829
|
menu: {
|
|
4828
4830
|
component: /* @__PURE__ */ z(K, {
|
|
@@ -4838,18 +4840,18 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4838
4840
|
sections: e
|
|
4839
4841
|
},
|
|
4840
4842
|
testId: n
|
|
4841
|
-
}),
|
|
4843
|
+
}), pl = (e, t, n) => o(async () => {
|
|
4842
4844
|
if (n) try {
|
|
4843
4845
|
return await n();
|
|
4844
4846
|
} catch (t) {
|
|
4845
|
-
console.error("beforeExportData failed", t),
|
|
4847
|
+
console.error("beforeExportData failed", t), al({ message: {
|
|
4846
4848
|
type: "Error",
|
|
4847
4849
|
content: e("unableToPrepareExportData")
|
|
4848
4850
|
} });
|
|
4849
4851
|
return;
|
|
4850
4852
|
}
|
|
4851
4853
|
return t;
|
|
4852
|
-
}, [t, n]),
|
|
4854
|
+
}, [t, n]), ml = {
|
|
4853
4855
|
cancel: "Cancel",
|
|
4854
4856
|
chooseFile: "Choose file",
|
|
4855
4857
|
copyDecimalComma: "Copy (decimal comma)",
|
|
@@ -4908,26 +4910,26 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4908
4910
|
smartUpload_description: "Upload image and extract table content using a LLM",
|
|
4909
4911
|
smartUpload_smartUpload: "Smart Upload",
|
|
4910
4912
|
toUploadOrImportFromClipboardMessage: "To upload or import from clipboard please select your preferred unit in the table header and upload or paste numbers only for Depth, Inc, Azi. Follow example below"
|
|
4911
|
-
},
|
|
4912
|
-
let t = Object.keys(
|
|
4913
|
-
let r =
|
|
4913
|
+
}, hl = (e, t = {}) => e == null ? void 0 : e.replace(/\{\{(\w+)\}\}/g, (e, n) => (t == null ? void 0 : t[n]) === void 0 ? "" : String(t == null ? void 0 : t[n])), gl = (e) => d(() => {
|
|
4914
|
+
let t = Object.keys(ml).reduce((t, n) => {
|
|
4915
|
+
let r = ml == null ? void 0 : ml[n], i = e == null ? void 0 : e[n];
|
|
4914
4916
|
return t[n] = i == null ? r : i, t;
|
|
4915
4917
|
}, {});
|
|
4916
4918
|
return (e, n) => {
|
|
4917
4919
|
let r = t[e];
|
|
4918
|
-
return n ?
|
|
4920
|
+
return n ? hl(r, n) : r;
|
|
4919
4921
|
};
|
|
4920
|
-
}, [e]),
|
|
4922
|
+
}, [e]), _l = /^\s*-?\d+(?:[.,]\d+)?(?:e[+-]?\d+)?\s*$/i, vl = (e) => {
|
|
4921
4923
|
var t;
|
|
4922
4924
|
return {
|
|
4923
4925
|
...e,
|
|
4924
4926
|
rows: e == null || (t = e.rows) == null ? void 0 : t.map((e) => e.map((e) => {
|
|
4925
4927
|
let t = String(e == null ? "" : e);
|
|
4926
|
-
return
|
|
4928
|
+
return _l.test(t) ? Tn(t) : t;
|
|
4927
4929
|
}))
|
|
4928
4930
|
};
|
|
4929
|
-
},
|
|
4930
|
-
let { exportData: a, beforeExportData: s, importLimit: c =
|
|
4931
|
+
}, yl = ({ config: e, state: t, setState: n, smartUploadConfig: r, startTransition: i }) => {
|
|
4932
|
+
let { exportData: a, beforeExportData: s, importLimit: c = yc, validationRules: l = [], translations: u, onImportComplete: d = () => {}, disablePasteSuccessfulToast: f, prevalidationConfig: p, onDeleteRows: m } = e == null ? {} : e, { parsedResult: h } = t, { checkPrevalidationNeed: g } = p == null ? {} : p, _ = gl(u), v = pl(_, a, s), y = o((e) => {
|
|
4931
4933
|
n((t) => ({
|
|
4932
4934
|
...t,
|
|
4933
4935
|
...e
|
|
@@ -4971,9 +4973,9 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4971
4973
|
let t = {
|
|
4972
4974
|
validationRules: l,
|
|
4973
4975
|
importLimit: c
|
|
4974
|
-
}, n =
|
|
4976
|
+
}, n = vl(await nl(e, t, _));
|
|
4975
4977
|
if (g && g(h)) {
|
|
4976
|
-
let { fields: e, units: r, rows: a } = n, o =
|
|
4978
|
+
let { fields: e, units: r, rows: a } = n, o = rl(e, r == null ? [] : r, a, t);
|
|
4977
4979
|
return i(() => y({
|
|
4978
4980
|
pastedText: o,
|
|
4979
4981
|
parsedResult: h
|
|
@@ -4999,20 +5001,20 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4999
5001
|
let { fromFile: t, showSuccessToast: n = !0 } = e == null ? {} : e, r;
|
|
5000
5002
|
try {
|
|
5001
5003
|
if (r = t ? await t.text() : await navigator.clipboard.readText(), !r) {
|
|
5002
|
-
|
|
5004
|
+
sl({ message: {
|
|
5003
5005
|
type: "Error",
|
|
5004
5006
|
content: _(t ? "fileReadOrParseFailed" : "clipboardReadNotAllowed")
|
|
5005
5007
|
} }, i);
|
|
5006
5008
|
return;
|
|
5007
5009
|
}
|
|
5008
|
-
let e =
|
|
5010
|
+
let e = vl(await nl(r, {
|
|
5009
5011
|
validationRules: l,
|
|
5010
5012
|
importLimit: c
|
|
5011
5013
|
}, _));
|
|
5012
|
-
return e != null && e.isValid ||
|
|
5014
|
+
return e != null && e.isValid || sl({ message: {
|
|
5013
5015
|
type: "Error",
|
|
5014
5016
|
content: _("clipboardReadFailed")
|
|
5015
|
-
} }, i), n &&
|
|
5017
|
+
} }, i), n && sl({ message: {
|
|
5016
5018
|
type: "Success",
|
|
5017
5019
|
content: _("pasteSuccessful")
|
|
5018
5020
|
} }, i), {
|
|
@@ -5020,7 +5022,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5020
5022
|
parsedResult: e
|
|
5021
5023
|
};
|
|
5022
5024
|
} catch (e) {
|
|
5023
|
-
|
|
5025
|
+
sl({ message: {
|
|
5024
5026
|
type: "Error",
|
|
5025
5027
|
content: _(t ? "fileReadOrParseFailed" : "clipboardReadNotAllowed"),
|
|
5026
5028
|
details: e.message
|
|
@@ -5033,10 +5035,10 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5033
5035
|
let n = e == null || (t = e.target) == null || (t = t.files) == null ? void 0 : t[0];
|
|
5034
5036
|
if (!n) return;
|
|
5035
5037
|
let r = await C(await n.text());
|
|
5036
|
-
r.isValid ? (f ||
|
|
5038
|
+
r.isValid ? (f || sl({ message: {
|
|
5037
5039
|
type: "Success",
|
|
5038
5040
|
content: _("pasteSuccessful")
|
|
5039
|
-
} }, i), i(() => d(r))) :
|
|
5041
|
+
} }, i), i(() => d(r))) : sl({ message: {
|
|
5040
5042
|
type: "Error",
|
|
5041
5043
|
content: _("fileParsingFailed")
|
|
5042
5044
|
} }, i);
|
|
@@ -5050,7 +5052,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5050
5052
|
try {
|
|
5051
5053
|
let t = await navigator.clipboard.readText();
|
|
5052
5054
|
if (!t) {
|
|
5053
|
-
|
|
5055
|
+
sl({ message: {
|
|
5054
5056
|
type: "Error",
|
|
5055
5057
|
content: _("clipboardIsEmpty")
|
|
5056
5058
|
} }, i);
|
|
@@ -5058,18 +5060,18 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5058
5060
|
}
|
|
5059
5061
|
let n = await C(t);
|
|
5060
5062
|
if (!n.isValid) {
|
|
5061
|
-
|
|
5063
|
+
sl({ message: {
|
|
5062
5064
|
type: "Error",
|
|
5063
5065
|
content: _("clipboardReadFailed")
|
|
5064
5066
|
} }, i);
|
|
5065
5067
|
return;
|
|
5066
5068
|
}
|
|
5067
|
-
f ||
|
|
5069
|
+
f || sl({ message: {
|
|
5068
5070
|
type: "Success",
|
|
5069
5071
|
content: _("pasteSuccessful")
|
|
5070
5072
|
} }, i), e && i(() => d(n));
|
|
5071
5073
|
} catch {
|
|
5072
|
-
|
|
5074
|
+
sl({ message: {
|
|
5073
5075
|
type: "Error",
|
|
5074
5076
|
content: _("clipboardReadNotAllowed")
|
|
5075
5077
|
} }, i);
|
|
@@ -5084,14 +5086,14 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5084
5086
|
onClickCopyClipboard: o(async (e) => {
|
|
5085
5087
|
let t = await v();
|
|
5086
5088
|
if (!t) return;
|
|
5087
|
-
let { fields: n = [], units: r = [], rows: a = [] } = t, o = (r == null ? [] : r).map((e) => e != null && e.length ? e :
|
|
5089
|
+
let { fields: n = [], units: r = [], rows: a = [] } = t, o = (r == null ? [] : r).map((e) => e != null && e.length ? e : vc).slice(0, n.length), s = (e, t) => t === "comma" ? e.replace(/\./g, ",") : e, c = rl(n, o, a.map((t) => t.map((t) => fr(t) ? "" : s(t.toString(), e))), { delimiter: " " });
|
|
5088
5090
|
try {
|
|
5089
|
-
await navigator.clipboard.writeText(c),
|
|
5091
|
+
await navigator.clipboard.writeText(c), sl({ message: {
|
|
5090
5092
|
type: "Success",
|
|
5091
5093
|
content: _("copiedToClipboard")
|
|
5092
5094
|
} }, i);
|
|
5093
5095
|
} catch (e) {
|
|
5094
|
-
|
|
5096
|
+
sl({ message: {
|
|
5095
5097
|
type: "Error",
|
|
5096
5098
|
content: _("unableToCopyToClipboard"),
|
|
5097
5099
|
details: e.message
|
|
@@ -5101,14 +5103,14 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5101
5103
|
onSmartUploadResult: o((e) => {
|
|
5102
5104
|
let t = un(e) && dn(e.errorMessage) ? e.errorMessage : void 0;
|
|
5103
5105
|
if (t) {
|
|
5104
|
-
|
|
5106
|
+
sl({ message: {
|
|
5105
5107
|
type: "Error",
|
|
5106
5108
|
content: t || "Smart upload failed."
|
|
5107
5109
|
} }, i);
|
|
5108
5110
|
return;
|
|
5109
5111
|
}
|
|
5110
5112
|
if (!tn(e) || e.length < 2 || !$t(e, (e) => un(e) && $t(_n(e), dn))) {
|
|
5111
|
-
|
|
5113
|
+
sl({ message: {
|
|
5112
5114
|
type: "Error",
|
|
5113
5115
|
content: "Smart upload returned unexpected format.",
|
|
5114
5116
|
details: JSON.stringify(e)
|
|
@@ -5140,14 +5142,14 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5140
5142
|
]),
|
|
5141
5143
|
deleteAllRows: x
|
|
5142
5144
|
};
|
|
5143
|
-
},
|
|
5145
|
+
}, bl = (e, t) => {
|
|
5144
5146
|
var n, r;
|
|
5145
|
-
let { fields: i, rows: a } = e, o =
|
|
5147
|
+
let { fields: i, rows: a } = e, o = rl(i, (n = (r = e.units) == null ? void 0 : r.map((e) => e || "blank")) == null ? [] : n, a, { delimiter: " " }), s = new Blob([o], { type: "text/plain" }), c = document.createElement("a");
|
|
5146
5148
|
c.href = window.URL.createObjectURL(s), c.download = `${t}.csv`, document.body.appendChild(c), c.click(), document.body.removeChild(c);
|
|
5147
|
-
},
|
|
5149
|
+
}, xl = (e) => ln(e) && "modalKey" in e, Sl = (e, t, n) => Zt(e, (e) => {
|
|
5148
5150
|
if (tn(e) || !un(e)) return;
|
|
5149
5151
|
let { modalKey: r } = e == null ? {} : e;
|
|
5150
|
-
if (
|
|
5152
|
+
if (xl(e) && typeof e.onClick != "function") {
|
|
5151
5153
|
let i = () => {
|
|
5152
5154
|
var e;
|
|
5153
5155
|
n(r, !((e = t.modalVisibility) != null && e[r]));
|
|
@@ -5157,7 +5159,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5157
5159
|
onClick: i
|
|
5158
5160
|
};
|
|
5159
5161
|
}
|
|
5160
|
-
}),
|
|
5162
|
+
}), Cl = (e, t, n) => Sl(e, t, n), wl = {
|
|
5161
5163
|
pastedText: "",
|
|
5162
5164
|
parsedResult: {
|
|
5163
5165
|
isValid: !1,
|
|
@@ -5172,9 +5174,9 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5172
5174
|
reviewPasteModal: !1,
|
|
5173
5175
|
helpModal: !1
|
|
5174
5176
|
}
|
|
5175
|
-
},
|
|
5177
|
+
}, Tl = ({ config: e, smartUploadConfig: t, testId: n }) => {
|
|
5176
5178
|
var r, i, a, o;
|
|
5177
|
-
let { exportData: s, beforeExportData: c, prevalidationConfig: l, validationRules: u, title: d, translations: f, textOnly: p = !1, showImportOptions: g = !0, copyFromClipBoard: _ = !0, showDeleteOptions: v = !0, showHelpOption: y = !0, showUploadFileOption: b = !0, modals: x = [], dynamicOptions: S, onImportComplete: C } = e == null ? {} : e, [w, T] = m(
|
|
5179
|
+
let { exportData: s, beforeExportData: c, prevalidationConfig: l, validationRules: u, title: d, translations: f, textOnly: p = !1, showImportOptions: g = !0, copyFromClipBoard: _ = !0, showDeleteOptions: v = !0, showHelpOption: y = !0, showUploadFileOption: b = !0, modals: x = [], dynamicOptions: S, onImportComplete: C } = e == null ? {} : e, [w, T] = m(wl), { modalVisibility: { smartUploadModal: E = !1, reviewPasteModal: D = !1, helpModal: O = !1 } } = w, { enabled: k, prompt: A = "", onClose: j, onError: M, service: N = () => Promise.resolve() } = t == null ? {} : t, P = gl(f), F = pl(P, s, c), [ee, I] = h(), te = yl({
|
|
5178
5180
|
config: e,
|
|
5179
5181
|
state: w,
|
|
5180
5182
|
setState: T,
|
|
@@ -5209,14 +5211,14 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5209
5211
|
onClick: () => ae("smartUploadModal", !E),
|
|
5210
5212
|
testId: `${n}-smart-upload`
|
|
5211
5213
|
}] : [],
|
|
5212
|
-
...
|
|
5214
|
+
...Cl((r = S == null ? void 0 : S.importOptions) == null ? [] : r, w, ae)
|
|
5213
5215
|
] : [], de = [
|
|
5214
5216
|
{
|
|
5215
5217
|
type: "Option",
|
|
5216
5218
|
label: P("downloadFile"),
|
|
5217
5219
|
onClick: async () => {
|
|
5218
5220
|
let e = await F();
|
|
5219
|
-
e && e &&
|
|
5221
|
+
e && e && bl(e, d);
|
|
5220
5222
|
}
|
|
5221
5223
|
},
|
|
5222
5224
|
...p ? [{
|
|
@@ -5241,20 +5243,20 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5241
5243
|
}]
|
|
5242
5244
|
}
|
|
5243
5245
|
}],
|
|
5244
|
-
...
|
|
5246
|
+
...Cl((i = S == null ? void 0 : S.exportOptions) == null ? [] : i, w, ae)
|
|
5245
5247
|
], fe = v ? [{
|
|
5246
5248
|
type: "Option",
|
|
5247
5249
|
label: P("deleteAllRows"),
|
|
5248
5250
|
onClick: () => le(),
|
|
5249
5251
|
testId: `${n}-delete-all-rows`
|
|
5250
|
-
}, ...
|
|
5252
|
+
}, ...Cl((a = S == null ? void 0 : S.deleteOptions) == null ? [] : a, w, ae)] : [], pe = y ? [
|
|
5251
5253
|
{ type: "Divider" },
|
|
5252
5254
|
{
|
|
5253
5255
|
type: "Option",
|
|
5254
5256
|
label: P("help"),
|
|
5255
5257
|
onClick: () => ae("helpModal", !O)
|
|
5256
5258
|
},
|
|
5257
|
-
...
|
|
5259
|
+
...Cl((o = S == null ? void 0 : S.helpOptions) == null ? [] : o, w, ae)
|
|
5258
5260
|
] : [], me = [
|
|
5259
5261
|
...ue.length ? [{
|
|
5260
5262
|
section: [...ue, ...pe],
|
|
@@ -5280,13 +5282,13 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5280
5282
|
small: !0,
|
|
5281
5283
|
dark: !0
|
|
5282
5284
|
}),
|
|
5283
|
-
me.map((e, t) => /* @__PURE__ */ z(
|
|
5285
|
+
me.map((e, t) => /* @__PURE__ */ z(fl, {
|
|
5284
5286
|
sections: e.section,
|
|
5285
5287
|
iconName: e.iconName,
|
|
5286
5288
|
tooltip: e.tooltip,
|
|
5287
5289
|
testId: `data-${e == null ? void 0 : e.name}-menu`
|
|
5288
5290
|
}, t)),
|
|
5289
|
-
D && /* @__PURE__ */ z(
|
|
5291
|
+
D && /* @__PURE__ */ z(ul, {
|
|
5290
5292
|
config: e,
|
|
5291
5293
|
state: w,
|
|
5292
5294
|
updateState: re,
|
|
@@ -5322,14 +5324,14 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5322
5324
|
cancelText: P("cancel"),
|
|
5323
5325
|
testId: n
|
|
5324
5326
|
}),
|
|
5325
|
-
/* @__PURE__ */ z(
|
|
5327
|
+
/* @__PURE__ */ z(dl, {
|
|
5326
5328
|
modals: x,
|
|
5327
5329
|
modalVisibility: w == null ? void 0 : w.modalVisibility,
|
|
5328
5330
|
onCloseModal: ie,
|
|
5329
5331
|
testId: n
|
|
5330
5332
|
})
|
|
5331
5333
|
] });
|
|
5332
|
-
},
|
|
5334
|
+
}, El = ({ file: e, accept: t, multi: n, name: r, disabled: i, onChange: a = pn, ...o }) => {
|
|
5333
5335
|
let c = s(U), l = p(null), u = () => {
|
|
5334
5336
|
var e;
|
|
5335
5337
|
i || c || (e = l.current) == null || e.click();
|
|
@@ -5357,12 +5359,12 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5357
5359
|
multiple: n,
|
|
5358
5360
|
onChange: d
|
|
5359
5361
|
})] });
|
|
5360
|
-
},
|
|
5362
|
+
}, Dl = {
|
|
5361
5363
|
label: "_label_uxk69_1",
|
|
5362
5364
|
labelLeft: "_labelLeft_uxk69_5",
|
|
5363
5365
|
icons: "_icons_uxk69_13",
|
|
5364
5366
|
small: "_small_uxk69_27"
|
|
5365
|
-
},
|
|
5367
|
+
}, Ol = ({ label: e = null, width: t = "auto", helpText: n = "", helpTextMaxWidth: r = "300px", onClickHelp: i = void 0, lock: a = {
|
|
5366
5368
|
visible: !1,
|
|
5367
5369
|
active: !1,
|
|
5368
5370
|
onClick: () => {},
|
|
@@ -5371,14 +5373,14 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5371
5373
|
}, info: o, libraryIcon: s, labelLeft: c = !1, small: l = !1, textTransform: u = kr.CAPITALIZE }) => {
|
|
5372
5374
|
var d;
|
|
5373
5375
|
return /* @__PURE__ */ z("div", {
|
|
5374
|
-
className: g(
|
|
5376
|
+
className: g(Dl.label, c ? Dl.labelLeft : "", l ? Dl.small : ""),
|
|
5375
5377
|
children: /* @__PURE__ */ B("label", {
|
|
5376
5378
|
style: {
|
|
5377
5379
|
textTransform: u,
|
|
5378
5380
|
width: t || ""
|
|
5379
5381
|
},
|
|
5380
5382
|
children: [e, /* @__PURE__ */ B("div", {
|
|
5381
|
-
className:
|
|
5383
|
+
className: Dl.icons,
|
|
5382
5384
|
children: [
|
|
5383
5385
|
(n || i) && /* @__PURE__ */ z(ci, {
|
|
5384
5386
|
text: n,
|
|
@@ -5404,23 +5406,23 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5404
5406
|
})]
|
|
5405
5407
|
})
|
|
5406
5408
|
});
|
|
5407
|
-
},
|
|
5409
|
+
}, kl = {
|
|
5408
5410
|
field: "_field_1xoss_1",
|
|
5409
5411
|
labelLeft: "_labelLeft_1xoss_5",
|
|
5410
5412
|
fieldInput: "_fieldInput_1xoss_9",
|
|
5411
5413
|
formRow: "_formRow_1xoss_12",
|
|
5412
5414
|
"form-row": "_form-row_1xoss_13",
|
|
5413
5415
|
button: "_button_1xoss_22"
|
|
5414
|
-
},
|
|
5416
|
+
}, Al = ({ label: e, labelLeft: t = !1, labelWidth: n = "auto", children: r, helpText: i, helpTextMaxWidth: a = "300px", onClickHelp: o, lock: s = {
|
|
5415
5417
|
visible: !1,
|
|
5416
5418
|
active: !1,
|
|
5417
5419
|
onClick: () => {},
|
|
5418
5420
|
tooltip: "",
|
|
5419
5421
|
testId: void 0
|
|
5420
5422
|
}, info: c, libraryIcon: l, small: u = !1, testId: d, textTransform: f = kr.CAPITALIZE }) => /* @__PURE__ */ B("div", {
|
|
5421
|
-
className: g(
|
|
5423
|
+
className: g(kl.field, t ? kl.labelLeft : ""),
|
|
5422
5424
|
"data-testid": d,
|
|
5423
|
-
children: [(e || t) && /* @__PURE__ */ z(
|
|
5425
|
+
children: [(e || t) && /* @__PURE__ */ z(Ol, {
|
|
5424
5426
|
label: e,
|
|
5425
5427
|
width: n,
|
|
5426
5428
|
helpText: i,
|
|
@@ -5433,10 +5435,10 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5433
5435
|
small: u,
|
|
5434
5436
|
textTransform: f
|
|
5435
5437
|
}), /* @__PURE__ */ z("div", {
|
|
5436
|
-
className:
|
|
5438
|
+
className: kl.fieldInput,
|
|
5437
5439
|
children: r
|
|
5438
5440
|
})]
|
|
5439
|
-
}),
|
|
5441
|
+
}), jl = ({ alignItems: e = "initial", justifyContent: t = "initial", direction: n = "initial", height: r = "initial", width: i = "initial", children: a = null, wrap: o = !0, gap: s = !1 }) => /* @__PURE__ */ z("div", {
|
|
5440
5442
|
style: {
|
|
5441
5443
|
display: "flex",
|
|
5442
5444
|
flexDirection: n,
|
|
@@ -5448,24 +5450,24 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5448
5450
|
gap: s === !1 ? 0 : s === !0 ? "var(--padding)" : typeof s == "number" ? `${s}px` : s
|
|
5449
5451
|
},
|
|
5450
5452
|
children: a
|
|
5451
|
-
}),
|
|
5452
|
-
className:
|
|
5453
|
+
}), Ml = { formRow: "_formRow_odewu_1" }, Nl = ({ children: e }) => /* @__PURE__ */ z("div", {
|
|
5454
|
+
className: Ml.formRow,
|
|
5453
5455
|
children: e
|
|
5454
|
-
}),
|
|
5456
|
+
}), Pl = (e) => typeof e == "boolean" ? e ? "20px" : "0px" : typeof e == "number" ? `${e}px` : e || "initial", Fl = (e) => typeof e == "number" ? `${e}px` : e || "initial", Il = vn.div`
|
|
5455
5457
|
display: grid;
|
|
5456
|
-
gap: ${(e) =>
|
|
5457
|
-
grid-template-rows: ${(e) =>
|
|
5458
|
-
grid-template-columns: ${(e) =>
|
|
5459
|
-
height: ${(e) =>
|
|
5458
|
+
gap: ${(e) => Pl(e.$gap)};
|
|
5459
|
+
grid-template-rows: ${(e) => Fl(e.$rows)};
|
|
5460
|
+
grid-template-columns: ${(e) => Fl(e.$columns)};
|
|
5461
|
+
height: ${(e) => Fl(e.$height)};
|
|
5460
5462
|
|
|
5461
5463
|
@media (max-width: 992px) {
|
|
5462
|
-
${(e) => e.$columnsTablet && `grid-template-columns: ${
|
|
5464
|
+
${(e) => e.$columnsTablet && `grid-template-columns: ${Fl(e.$columnsTablet)};`}
|
|
5463
5465
|
}
|
|
5464
5466
|
|
|
5465
5467
|
@media (max-width: 575px) {
|
|
5466
|
-
${(e) => e.$columnsMobile && `grid-template-columns: ${
|
|
5468
|
+
${(e) => e.$columnsMobile && `grid-template-columns: ${Fl(e.$columnsMobile)};`}
|
|
5467
5469
|
}
|
|
5468
|
-
`,
|
|
5470
|
+
`, Ll = ({ rows: e = "initial", columns: t = "initial", columnsTablet: n = null, columnsMobile: r = null, gap: i = !1, height: a = "initial", children: o }) => /* @__PURE__ */ z(Il, {
|
|
5469
5471
|
$rows: e,
|
|
5470
5472
|
$columns: t,
|
|
5471
5473
|
$columnsTablet: n,
|
|
@@ -5516,15 +5518,15 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5516
5518
|
hideScrollbar: "_hideScrollbar_1dcn1_67",
|
|
5517
5519
|
noPointerEvents: "_noPointerEvents_1dcn1_309",
|
|
5518
5520
|
virtualRows: "_virtualRows_1dcn1_312"
|
|
5519
|
-
},
|
|
5521
|
+
}, Rl = ({ toggleNarrow: e, onClickToggleNarrow: t }) => e ? /* @__PURE__ */ z("a", {
|
|
5520
5522
|
className: Z.toggleNarrow,
|
|
5521
5523
|
onClick: t,
|
|
5522
5524
|
children: /* @__PURE__ */ z(W, { icon: H.CHEVRON_LEFT })
|
|
5523
|
-
}) : null,
|
|
5525
|
+
}) : null, zl = r(({ name: e, actions: t = [], toggleNarrow: n = !1, onToggleNarrow: r = () => {}, stickyHeader: i }, a) => /* @__PURE__ */ B("div", {
|
|
5524
5526
|
ref: a,
|
|
5525
5527
|
className: g(Z.header, i ? Z.stickyHeader : ""),
|
|
5526
5528
|
children: [
|
|
5527
|
-
/* @__PURE__ */ z(
|
|
5529
|
+
/* @__PURE__ */ z(Rl, {
|
|
5528
5530
|
toggleNarrow: n,
|
|
5529
5531
|
onClickToggleNarrow: r
|
|
5530
5532
|
}),
|
|
@@ -5544,14 +5546,14 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5544
5546
|
})
|
|
5545
5547
|
})
|
|
5546
5548
|
]
|
|
5547
|
-
})),
|
|
5549
|
+
})), Bl = ({ label: e }) => e ? /* @__PURE__ */ z("span", {
|
|
5548
5550
|
className: Z.label,
|
|
5549
5551
|
children: /* @__PURE__ */ z(Ii, {
|
|
5550
5552
|
color: e.color,
|
|
5551
5553
|
title: e.value,
|
|
5552
5554
|
small: e.small
|
|
5553
5555
|
})
|
|
5554
|
-
}) : null,
|
|
5556
|
+
}) : null, Vl = ({ name: e, icon: t, testId: n }) => {
|
|
5555
5557
|
let r = t && /* @__PURE__ */ z(W, {
|
|
5556
5558
|
icon: t.icon,
|
|
5557
5559
|
color: t.color || "#db2828"
|
|
@@ -5571,8 +5573,8 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5571
5573
|
children: r
|
|
5572
5574
|
})]
|
|
5573
5575
|
});
|
|
5574
|
-
},
|
|
5575
|
-
let { name: t, icon: n, details: r, metadata: i, invalid: a, testId: o } = e, s = /* @__PURE__ */ z(
|
|
5576
|
+
}, Hl = ({ item: e }) => {
|
|
5577
|
+
let { name: t, icon: n, details: r, metadata: i, invalid: a, testId: o } = e, s = /* @__PURE__ */ z(Vl, {
|
|
5576
5578
|
name: t,
|
|
5577
5579
|
icon: n,
|
|
5578
5580
|
testId: o && `${o}-name`
|
|
@@ -5598,10 +5600,10 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5598
5600
|
})
|
|
5599
5601
|
]
|
|
5600
5602
|
});
|
|
5601
|
-
},
|
|
5603
|
+
}, Ul = ({ item: e }) => e.metaCount === void 0 ? null : /* @__PURE__ */ z(Ii, {
|
|
5602
5604
|
color: "rgba(0,0,0,0.25)",
|
|
5603
5605
|
title: e.metaCount
|
|
5604
|
-
}),
|
|
5606
|
+
}), Wl = ({ item: e, expanding: t }) => /* @__PURE__ */ z(Gr, {
|
|
5605
5607
|
expanded: !!t && !!e.active && !!e.content,
|
|
5606
5608
|
children: /* @__PURE__ */ z("div", {
|
|
5607
5609
|
className: Z.itemContent,
|
|
@@ -5610,7 +5612,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5610
5612
|
},
|
|
5611
5613
|
children: e.content
|
|
5612
5614
|
})
|
|
5613
|
-
}),
|
|
5615
|
+
}), Gl = r(({ item: e, index: t }, n) => {
|
|
5614
5616
|
var r;
|
|
5615
5617
|
let i = s(U), { actions: a, disabled: o, expanded: c, onClick: l, title: u, name: d, icon: f, testId: p } = e;
|
|
5616
5618
|
return /* @__PURE__ */ z("div", {
|
|
@@ -5630,13 +5632,13 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5630
5632
|
className: g(Z.expandIcon, c && Z.expanded),
|
|
5631
5633
|
children: /* @__PURE__ */ z(W, { icon: H.CHEVRON_RIGHT })
|
|
5632
5634
|
}),
|
|
5633
|
-
/* @__PURE__ */ z(
|
|
5635
|
+
/* @__PURE__ */ z(Vl, {
|
|
5634
5636
|
name: d,
|
|
5635
5637
|
icon: f
|
|
5636
5638
|
}),
|
|
5637
5639
|
/* @__PURE__ */ B("div", {
|
|
5638
5640
|
className: Z.right,
|
|
5639
|
-
children: [/* @__PURE__ */ z(
|
|
5641
|
+
children: [/* @__PURE__ */ z(Ul, { item: e }), !(o || i) && a && /* @__PURE__ */ z("div", {
|
|
5640
5642
|
className: Z.actions,
|
|
5641
5643
|
children: /* @__PURE__ */ z(Xi, { actions: (r = e.actions) == null ? [] : r })
|
|
5642
5644
|
})]
|
|
@@ -5644,7 +5646,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5644
5646
|
]
|
|
5645
5647
|
}) })
|
|
5646
5648
|
});
|
|
5647
|
-
}),
|
|
5649
|
+
}), Kl = r(({ item: e, index: t, expanding: n, invokeEditOnRowClick: r, draggable: i }, a) => {
|
|
5648
5650
|
let o = s(U), c = (e, t, s, c, l, u) => {
|
|
5649
5651
|
let d = t.actions && t.actions.find((e) => {
|
|
5650
5652
|
var t;
|
|
@@ -5680,24 +5682,24 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5680
5682
|
className: Z.indentIcon,
|
|
5681
5683
|
children: /* @__PURE__ */ z(W, { icon: H.INDENT })
|
|
5682
5684
|
}) : null,
|
|
5683
|
-
/* @__PURE__ */ z(
|
|
5684
|
-
/* @__PURE__ */ z(
|
|
5685
|
+
/* @__PURE__ */ z(Bl, { label: t.label }),
|
|
5686
|
+
/* @__PURE__ */ z(Hl, { item: t }),
|
|
5685
5687
|
/* @__PURE__ */ B("div", {
|
|
5686
5688
|
className: Z.right,
|
|
5687
|
-
children: [/* @__PURE__ */ z(
|
|
5689
|
+
children: [/* @__PURE__ */ z(Ul, { item: t }), !(t.disabled || o) && t.actions && /* @__PURE__ */ z("div", {
|
|
5688
5690
|
className: Z.actions,
|
|
5689
5691
|
children: /* @__PURE__ */ z(Xi, { actions: t.actions })
|
|
5690
5692
|
})]
|
|
5691
5693
|
})
|
|
5692
5694
|
]
|
|
5693
|
-
}), /* @__PURE__ */ z(
|
|
5695
|
+
}), /* @__PURE__ */ z(Wl, {
|
|
5694
5696
|
item: t,
|
|
5695
5697
|
expanding: n
|
|
5696
5698
|
})]
|
|
5697
5699
|
})
|
|
5698
5700
|
}, e);
|
|
5699
5701
|
};
|
|
5700
|
-
return e.type === "Heading" ? /* @__PURE__ */ z(
|
|
5702
|
+
return e.type === "Heading" ? /* @__PURE__ */ z(Gl, {
|
|
5701
5703
|
ref: a,
|
|
5702
5704
|
item: e,
|
|
5703
5705
|
index: t
|
|
@@ -5712,7 +5714,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5712
5714
|
opacity: +!s
|
|
5713
5715
|
}, n, r, i);
|
|
5714
5716
|
})(t, e) : c(t, e);
|
|
5715
|
-
}),
|
|
5717
|
+
}), ql = ({ children: e, draggable: t, list: n, onListReorder: r }) => {
|
|
5716
5718
|
let [i, a] = m(null), o = (e) => {
|
|
5717
5719
|
a(e.active.id);
|
|
5718
5720
|
}, s = (e) => {
|
|
@@ -5735,7 +5737,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5735
5737
|
dropAnimation: null,
|
|
5736
5738
|
children: /* @__PURE__ */ z("div", {
|
|
5737
5739
|
className: Z.dragOverlay,
|
|
5738
|
-
children: /* @__PURE__ */ z(
|
|
5740
|
+
children: /* @__PURE__ */ z(Kl, {
|
|
5739
5741
|
draggable: t,
|
|
5740
5742
|
item: n.items[Number(i)],
|
|
5741
5743
|
index: Number(i)
|
|
@@ -5743,7 +5745,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5743
5745
|
})
|
|
5744
5746
|
}), document.body)]
|
|
5745
5747
|
}) : e;
|
|
5746
|
-
},
|
|
5748
|
+
}, Jl = ({ items: e, scrollDetails: t, children: n }) => {
|
|
5747
5749
|
let { scrollable: r, hideScrollbar: i, triggerScrollToActiveItem: a, infiniteScroll: s } = t, l = p(null), u = or({
|
|
5748
5750
|
count: e.length,
|
|
5749
5751
|
getScrollElement: () => l.current,
|
|
@@ -5773,9 +5775,9 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5773
5775
|
children: n({ virtualizer: u })
|
|
5774
5776
|
})
|
|
5775
5777
|
});
|
|
5776
|
-
},
|
|
5778
|
+
}, Yl = ({ items: e, scrollDetails: t, children: n }) => {
|
|
5777
5779
|
let { scrollable: r, hideScrollbar: i, infiniteScroll: a } = t;
|
|
5778
|
-
return a ? /* @__PURE__ */ z(
|
|
5780
|
+
return a ? /* @__PURE__ */ z(Jl, {
|
|
5779
5781
|
items: e,
|
|
5780
5782
|
scrollDetails: t,
|
|
5781
5783
|
children: ({ virtualizer: e }) => n({ virtualizer: e })
|
|
@@ -5786,7 +5788,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5786
5788
|
children: n({})
|
|
5787
5789
|
})
|
|
5788
5790
|
});
|
|
5789
|
-
},
|
|
5791
|
+
}, Xl = ({ list: e, bordered: t = !1, expanding: n = !1, narrow: r = !1, toggleNarrow: i = !1, onToggleNarrow: a = () => {}, invokeEditOnRowClick: o = !0, noHeader: s = !1, stickyHeader: c, draggable: l = !1, onListReorder: u = () => {}, marginBottom: d = 0, height: f, testId: p, scrollDetails: m = {
|
|
5790
5792
|
scrollable: !1,
|
|
5791
5793
|
hideScrollbar: !1,
|
|
5792
5794
|
triggerScrollToActiveItem: !1,
|
|
@@ -5799,17 +5801,17 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5799
5801
|
marginBottom: d
|
|
5800
5802
|
},
|
|
5801
5803
|
id: "scrollableDiv",
|
|
5802
|
-
children: [!s && /* @__PURE__ */ z(
|
|
5804
|
+
children: [!s && /* @__PURE__ */ z(zl, {
|
|
5803
5805
|
name: e.name,
|
|
5804
5806
|
actions: e.actions,
|
|
5805
5807
|
toggleNarrow: i,
|
|
5806
5808
|
onToggleNarrow: a,
|
|
5807
5809
|
stickyHeader: c
|
|
5808
|
-
}), /* @__PURE__ */ z(
|
|
5810
|
+
}), /* @__PURE__ */ z(ql, {
|
|
5809
5811
|
draggable: l,
|
|
5810
5812
|
list: e,
|
|
5811
5813
|
onListReorder: u,
|
|
5812
|
-
children: /* @__PURE__ */ z(
|
|
5814
|
+
children: /* @__PURE__ */ z(Yl, {
|
|
5813
5815
|
items: e.items,
|
|
5814
5816
|
scrollDetails: m,
|
|
5815
5817
|
children: ({ virtualizer: t }) => t ? t.getVirtualItems().map((r) => /* @__PURE__ */ z("div", {
|
|
@@ -5817,14 +5819,14 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5817
5819
|
className: Z.virtualRow,
|
|
5818
5820
|
style: { transform: `translateY(${r.start}px)` },
|
|
5819
5821
|
ref: t.measureElement,
|
|
5820
|
-
children: /* @__PURE__ */ z(
|
|
5822
|
+
children: /* @__PURE__ */ z(Kl, {
|
|
5821
5823
|
index: r.index,
|
|
5822
5824
|
draggable: l,
|
|
5823
5825
|
item: e.items[r.index],
|
|
5824
5826
|
expanding: n,
|
|
5825
5827
|
invokeEditOnRowClick: o
|
|
5826
5828
|
})
|
|
5827
|
-
}, r.key)) : e.items.map((e, t) => /* @__PURE__ */ z("div", { children: /* @__PURE__ */ z(
|
|
5829
|
+
}, r.key)) : e.items.map((e, t) => /* @__PURE__ */ z("div", { children: /* @__PURE__ */ z(Kl, {
|
|
5828
5830
|
index: t,
|
|
5829
5831
|
draggable: l,
|
|
5830
5832
|
item: e,
|
|
@@ -5833,7 +5835,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5833
5835
|
}) }, t))
|
|
5834
5836
|
})
|
|
5835
5837
|
})]
|
|
5836
|
-
}),
|
|
5838
|
+
}), Zl = {
|
|
5837
5839
|
loader: "_loader_477i5_1",
|
|
5838
5840
|
fullViewPortSize: "_fullViewPortSize_477i5_7",
|
|
5839
5841
|
cover: "_cover_477i5_14",
|
|
@@ -5841,33 +5843,33 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5841
5843
|
content: "_content_477i5_44",
|
|
5842
5844
|
text: "_text_477i5_49",
|
|
5843
5845
|
details: "_details_477i5_53"
|
|
5844
|
-
},
|
|
5846
|
+
}, Ql = ({ width: e, height: t, text: n = "", details: r = "", fullViewPortSize: i = !1, cover: a = !1, children: o = null, theme: s = Ar.DARK, testId: c = null }) => {
|
|
5845
5847
|
let l = s === Ar.DARK ? Ar.WHITE : Ar.INHERIT, u = s === "white" ? "var(--color-background-raised)" : s === "light" ? "var(--color-background)" : "black";
|
|
5846
5848
|
return /* @__PURE__ */ z("div", {
|
|
5847
|
-
className: g(
|
|
5849
|
+
className: g(Zl.loader, a ? Zl.cover : "", { [Zl.fullViewPortSize]: i }),
|
|
5848
5850
|
style: {
|
|
5849
5851
|
width: e,
|
|
5850
5852
|
height: t
|
|
5851
5853
|
},
|
|
5852
5854
|
"data-testid": c,
|
|
5853
5855
|
children: /* @__PURE__ */ z("div", {
|
|
5854
|
-
className:
|
|
5856
|
+
className: Zl.dimmer,
|
|
5855
5857
|
style: {
|
|
5856
5858
|
background: u,
|
|
5857
5859
|
color: l
|
|
5858
5860
|
},
|
|
5859
5861
|
children: /* @__PURE__ */ B("div", {
|
|
5860
|
-
className:
|
|
5862
|
+
className: Zl.content,
|
|
5861
5863
|
"data-testid": c && `${c}-content`,
|
|
5862
5864
|
children: [
|
|
5863
5865
|
o,
|
|
5864
5866
|
n && /* @__PURE__ */ z("div", {
|
|
5865
|
-
className:
|
|
5867
|
+
className: Zl.text,
|
|
5866
5868
|
"data-testid": c && `${c}-text`,
|
|
5867
5869
|
children: n
|
|
5868
5870
|
}),
|
|
5869
5871
|
r && /* @__PURE__ */ z("div", {
|
|
5870
|
-
className:
|
|
5872
|
+
className: Zl.details,
|
|
5871
5873
|
"data-testid": c && `${c}-details`,
|
|
5872
5874
|
children: r
|
|
5873
5875
|
})
|
|
@@ -5875,15 +5877,15 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5875
5877
|
})
|
|
5876
5878
|
})
|
|
5877
5879
|
});
|
|
5878
|
-
},
|
|
5880
|
+
}, $l = {
|
|
5879
5881
|
menu: "_menu_12x4u_1",
|
|
5880
5882
|
header: "_header_12x4u_11",
|
|
5881
5883
|
item: "_item_12x4u_27",
|
|
5882
5884
|
heading: "_heading_12x4u_32"
|
|
5883
|
-
},
|
|
5885
|
+
}, eu = ({ option: e, onChange: t }) => {
|
|
5884
5886
|
let { key: n, label: r, selected: i, testId: a } = e == null ? {} : e;
|
|
5885
5887
|
return /* @__PURE__ */ z("div", {
|
|
5886
|
-
className:
|
|
5888
|
+
className: $l.item,
|
|
5887
5889
|
children: /* @__PURE__ */ z(li, {
|
|
5888
5890
|
label: r,
|
|
5889
5891
|
noMargin: !0,
|
|
@@ -5892,17 +5894,17 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5892
5894
|
testId: a
|
|
5893
5895
|
})
|
|
5894
5896
|
}, n);
|
|
5895
|
-
},
|
|
5896
|
-
className:
|
|
5897
|
+
}, tu = ({ label: e }) => /* @__PURE__ */ z("div", {
|
|
5898
|
+
className: $l.heading,
|
|
5897
5899
|
children: e
|
|
5898
|
-
}),
|
|
5900
|
+
}), nu = /* @__PURE__ */ function(e) {
|
|
5899
5901
|
return e.HEADING = "Heading", e.DIVIDER = "Divider", e.DEFAULT = "Default", e;
|
|
5900
|
-
}({}),
|
|
5901
|
-
className: g("menu",
|
|
5902
|
+
}({}), ru = ({ options: e, onChangeOptions: t, showHeader: n, maxHeight: r, testId: i }) => /* @__PURE__ */ B("div", {
|
|
5903
|
+
className: g("menu", $l.menu),
|
|
5902
5904
|
style: { maxHeight: r },
|
|
5903
5905
|
"data-testid": i ? `${i}-option-dropdown-layer` : void 0,
|
|
5904
5906
|
children: [n && /* @__PURE__ */ B(R, { children: [/* @__PURE__ */ B("div", {
|
|
5905
|
-
className:
|
|
5907
|
+
className: $l.header,
|
|
5906
5908
|
children: [
|
|
5907
5909
|
/* @__PURE__ */ z("a", {
|
|
5908
5910
|
onClick: (n) => {
|
|
@@ -5934,9 +5936,9 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5934
5936
|
]
|
|
5935
5937
|
}), /* @__PURE__ */ z(_a, { margin: 0 })] }), e.map((n, r) => {
|
|
5936
5938
|
switch (n.type) {
|
|
5937
|
-
case
|
|
5938
|
-
case
|
|
5939
|
-
default: return /* @__PURE__ */ z(
|
|
5939
|
+
case nu.HEADING: return /* @__PURE__ */ z(tu, { label: n.label }, r);
|
|
5940
|
+
case nu.DIVIDER: return /* @__PURE__ */ z(_a, { margin: 0 }, r);
|
|
5941
|
+
default: return /* @__PURE__ */ z(eu, {
|
|
5940
5942
|
option: n,
|
|
5941
5943
|
onChange: (r) => {
|
|
5942
5944
|
let { value: i } = n;
|
|
@@ -5948,7 +5950,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5948
5950
|
}, r);
|
|
5949
5951
|
}
|
|
5950
5952
|
})]
|
|
5951
|
-
}),
|
|
5953
|
+
}), iu = ({ name: e, disabled: t, label: n, options: r, onChange: i, small: a = !1, showHeader: o = !0, maxHeight: s = "40vh", testId: c }) => /* @__PURE__ */ z(Ji, {
|
|
5952
5954
|
testId: c,
|
|
5953
5955
|
disabled: t,
|
|
5954
5956
|
menu: {
|
|
@@ -5957,7 +5959,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5957
5959
|
label: n,
|
|
5958
5960
|
trigger: Tr.DROP_DOWN_BUTTON,
|
|
5959
5961
|
possiblePlacements: ["top-start", "bottom-start"],
|
|
5960
|
-
sections: /* @__PURE__ */ z(
|
|
5962
|
+
sections: /* @__PURE__ */ z(ru, {
|
|
5961
5963
|
testId: c,
|
|
5962
5964
|
options: r,
|
|
5963
5965
|
onChangeOptions: (t, n) => {
|
|
@@ -5967,13 +5969,13 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5967
5969
|
maxHeight: s
|
|
5968
5970
|
})
|
|
5969
5971
|
}
|
|
5970
|
-
}),
|
|
5972
|
+
}), au = {
|
|
5971
5973
|
page: "_page_beskc_1",
|
|
5972
5974
|
scroll: "_scroll_beskc_23"
|
|
5973
|
-
},
|
|
5975
|
+
}, ou = ({ children: e, left: t = "var(--size-sidebar)", padding: n = !0, scroll: r = !0, top: i = "var(--size-topbar)" }) => {
|
|
5974
5976
|
let a = typeof n == "string" ? n : n === !0 ? "var(--padding)" : "0";
|
|
5975
5977
|
return /* @__PURE__ */ z("div", {
|
|
5976
|
-
className: g(
|
|
5978
|
+
className: g(au.page, r ? au.scroll : ""),
|
|
5977
5979
|
style: {
|
|
5978
5980
|
left: t,
|
|
5979
5981
|
padding: a,
|
|
@@ -5981,25 +5983,25 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5981
5983
|
},
|
|
5982
5984
|
children: e
|
|
5983
5985
|
});
|
|
5984
|
-
},
|
|
5986
|
+
}, su = { printHeader: "_printHeader_o7xxx_1" }, cu = ({ logo: e, alt: t, logoWidth: n = "100px" }) => /* @__PURE__ */ z("img", {
|
|
5985
5987
|
src: e,
|
|
5986
5988
|
alt: t,
|
|
5987
|
-
className:
|
|
5989
|
+
className: su.printHeader,
|
|
5988
5990
|
style: { width: n }
|
|
5989
|
-
}),
|
|
5991
|
+
}), lu = ({ name: e, label: t, options: n, value: r, onChange: i, disabled: a = !1, small: o = !1, noMargin: c = !1, onClick: l = () => {}, inline: u = !1, mainLabel: d = "", radioButtonsData: f, classForContainer: p = "grouped fields" }) => {
|
|
5990
5992
|
let m = s(U), h = f !== void 0, { simpleInputs: _, options: v, selectedOptions: y } = h ? {
|
|
5991
5993
|
simpleInputs: !1,
|
|
5992
5994
|
options: f,
|
|
5993
5995
|
selectedOptions: void 0
|
|
5994
|
-
} :
|
|
5996
|
+
} : bs(n, r), b = h || y == null ? void 0 : _ ? y : y.value, x = h ? d : t;
|
|
5995
5997
|
return /* @__PURE__ */ B("div", {
|
|
5996
|
-
className: g(
|
|
5998
|
+
className: g(oc.wrapper, u ? oc.inline : null, p === "inline fields" ? oc.inline : null),
|
|
5997
5999
|
children: [d && /* @__PURE__ */ z("label", {
|
|
5998
|
-
className: g(u &&
|
|
6000
|
+
className: g(u && oc.labelMargin),
|
|
5999
6001
|
children: x
|
|
6000
6002
|
}), v.map((t, n) => {
|
|
6001
6003
|
let r = (t == null ? void 0 : t.checked) || (t == null ? void 0 : t.value) === b || !1;
|
|
6002
|
-
return /* @__PURE__ */ z(
|
|
6004
|
+
return /* @__PURE__ */ z(sc, {
|
|
6003
6005
|
name: t.name || t.value,
|
|
6004
6006
|
label: t.label,
|
|
6005
6007
|
value: t.value,
|
|
@@ -6017,44 +6019,44 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6017
6019
|
}, n);
|
|
6018
6020
|
})]
|
|
6019
6021
|
});
|
|
6020
|
-
},
|
|
6022
|
+
}, uu = {
|
|
6021
6023
|
richTextToolbar: "_richTextToolbar_1gbkk_1",
|
|
6022
6024
|
richTextToolbarContainer: "_richTextToolbarContainer_1gbkk_5"
|
|
6023
|
-
},
|
|
6025
|
+
}, du = /* @__PURE__ */ function(e) {
|
|
6024
6026
|
return e.BOLD = "bold", e.ITALIC = "italic", e.CODE = "code", e.UL = "ul", e.OL = "ol", e;
|
|
6025
|
-
}({}),
|
|
6027
|
+
}({}), fu = ({ editor: e, disabled: t = !1, toolbarComponent: n = null }) => {
|
|
6026
6028
|
var r, i, a, o, s;
|
|
6027
6029
|
let c = [
|
|
6028
6030
|
{
|
|
6029
|
-
icon:
|
|
6031
|
+
icon: du.BOLD,
|
|
6030
6032
|
onClick: () => e == null ? void 0 : e.chain().focus().toggleBold().run(),
|
|
6031
6033
|
active: (r = e == null ? void 0 : e.isActive("bold")) == null ? !1 : r
|
|
6032
6034
|
},
|
|
6033
6035
|
{
|
|
6034
|
-
icon:
|
|
6036
|
+
icon: du.ITALIC,
|
|
6035
6037
|
onClick: () => e == null ? void 0 : e.chain().focus().toggleItalic().run(),
|
|
6036
6038
|
active: (i = e == null ? void 0 : e.isActive("italic")) == null ? !1 : i
|
|
6037
6039
|
},
|
|
6038
6040
|
{
|
|
6039
|
-
icon:
|
|
6041
|
+
icon: du.CODE,
|
|
6040
6042
|
onClick: () => e == null ? void 0 : e.chain().focus().toggleCode().run(),
|
|
6041
6043
|
active: (a = e == null ? void 0 : e.isActive("code")) == null ? !1 : a
|
|
6042
6044
|
},
|
|
6043
6045
|
{
|
|
6044
|
-
icon:
|
|
6046
|
+
icon: du.UL,
|
|
6045
6047
|
onClick: () => e == null ? void 0 : e.chain().focus().toggleBulletList().run(),
|
|
6046
6048
|
active: (o = e == null ? void 0 : e.isActive("bulletList")) == null ? !1 : o
|
|
6047
6049
|
},
|
|
6048
6050
|
{
|
|
6049
|
-
icon:
|
|
6051
|
+
icon: du.OL,
|
|
6050
6052
|
onClick: () => e == null ? void 0 : e.chain().focus().toggleOrderedList().run(),
|
|
6051
6053
|
active: (s = e == null ? void 0 : e.isActive("orderedList")) == null ? !1 : s
|
|
6052
6054
|
}
|
|
6053
6055
|
];
|
|
6054
6056
|
return /* @__PURE__ */ B("div", {
|
|
6055
|
-
className:
|
|
6057
|
+
className: uu.richTextToolbarContainer,
|
|
6056
6058
|
children: [/* @__PURE__ */ z("div", {
|
|
6057
|
-
className:
|
|
6059
|
+
className: uu.richTextToolbar,
|
|
6058
6060
|
children: c.map((e, n) => /* @__PURE__ */ z(K, {
|
|
6059
6061
|
small: !0,
|
|
6060
6062
|
round: !0,
|
|
@@ -6067,7 +6069,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6067
6069
|
}, n))
|
|
6068
6070
|
}), n]
|
|
6069
6071
|
});
|
|
6070
|
-
},
|
|
6072
|
+
}, pu = {
|
|
6071
6073
|
inputInTable: "_inputInTable_gb097_1",
|
|
6072
6074
|
inputHover: "_inputHover_gb097_13",
|
|
6073
6075
|
inputFocus: "_inputFocus_gb097_18",
|
|
@@ -6076,7 +6078,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6076
6078
|
inputDisabled: "_inputDisabled_gb097_61",
|
|
6077
6079
|
hideScrollbars: "_hideScrollbars_gb097_67",
|
|
6078
6080
|
richTextInput: "_richTextInput_gb097_77"
|
|
6079
|
-
},
|
|
6081
|
+
}, mu = a(r(({ placeholder: e, onChange: t, value: n, disabled: r, toolbarComponent: i }, a) => {
|
|
6080
6082
|
let o = s(U), u = r || o, d = mr({
|
|
6081
6083
|
extensions: [
|
|
6082
6084
|
hr,
|
|
@@ -6103,17 +6105,17 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6103
6105
|
clearContent: () => d == null ? void 0 : d.commands.clearContent(!1),
|
|
6104
6106
|
editor: d
|
|
6105
6107
|
}), [d]), /* @__PURE__ */ B("div", {
|
|
6106
|
-
className:
|
|
6107
|
-
children: [/* @__PURE__ */ z(
|
|
6108
|
+
className: pu.richTextInput,
|
|
6109
|
+
children: [/* @__PURE__ */ z(fu, {
|
|
6108
6110
|
editor: d,
|
|
6109
6111
|
disabled: u,
|
|
6110
6112
|
toolbarComponent: i
|
|
6111
6113
|
}), /* @__PURE__ */ z(pr, { editor: d })]
|
|
6112
6114
|
});
|
|
6113
|
-
})),
|
|
6115
|
+
})), hu = { row: "_row_n16je_1" }, gu = ({ alignItems: t = "initial", justifyContent: n = "initial", children: r = null, flex: a = !1, height: o = "auto", marginBottom: s = "0", marginTop: c = "0", spacing: l = "var(--padding)", wrap: u = !1, testId: d = null }) => {
|
|
6114
6116
|
let f = typeof l == "number" ? `${l}px` : l, p = (r === null || r === !1 ? [] : Array.isArray(r) ? r.filter((e) => i(e)) : [r]).map((t, n) => /* @__PURE__ */ z(e.Fragment, { children: e.cloneElement(t, { spacing: f }) }, n));
|
|
6115
6117
|
return /* @__PURE__ */ z("div", {
|
|
6116
|
-
className: g(
|
|
6118
|
+
className: g(hu.row),
|
|
6117
6119
|
style: {
|
|
6118
6120
|
alignItems: t,
|
|
6119
6121
|
justifyContent: n,
|
|
@@ -6129,7 +6131,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6129
6131
|
"data-testid": d,
|
|
6130
6132
|
children: p
|
|
6131
6133
|
});
|
|
6132
|
-
},
|
|
6134
|
+
}, _u = {
|
|
6133
6135
|
inputInTable: "_inputInTable_1oy1z_1",
|
|
6134
6136
|
inputHover: "_inputHover_1oy1z_13",
|
|
6135
6137
|
inputFocus: "_inputFocus_1oy1z_18",
|
|
@@ -6148,7 +6150,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6148
6150
|
experimental: "_experimental_1oy1z_155",
|
|
6149
6151
|
active: "_active_1oy1z_159",
|
|
6150
6152
|
icon: "_icon_1oy1z_163"
|
|
6151
|
-
},
|
|
6153
|
+
}, vu = a(({ isOpen: e, label: t, icon: n, invalid: r }) => /* @__PURE__ */ B(R, { children: [/* @__PURE__ */ z(G, {
|
|
6152
6154
|
text: t,
|
|
6153
6155
|
enabled: !e,
|
|
6154
6156
|
placement: "right-center",
|
|
@@ -6157,7 +6159,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6157
6159
|
padding: "var(--padding-sm)",
|
|
6158
6160
|
display: "block",
|
|
6159
6161
|
children: /* @__PURE__ */ z("span", {
|
|
6160
|
-
className:
|
|
6162
|
+
className: _u.icon,
|
|
6161
6163
|
children: /* @__PURE__ */ z(Ii, {
|
|
6162
6164
|
small: !0,
|
|
6163
6165
|
title: r ? "!" : void 0,
|
|
@@ -6166,18 +6168,18 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6166
6168
|
})
|
|
6167
6169
|
})
|
|
6168
6170
|
}), /* @__PURE__ */ z("span", {
|
|
6169
|
-
className:
|
|
6171
|
+
className: _u.label,
|
|
6170
6172
|
children: t
|
|
6171
|
-
})] }), (e, t) => nr(e, t)),
|
|
6172
|
-
className:
|
|
6173
|
+
})] }), (e, t) => nr(e, t)), yu = ({ isOpen: e, items: t, sectionIndex: n, onClick: r, testId: i }) => /* @__PURE__ */ z("div", {
|
|
6174
|
+
className: _u.list,
|
|
6173
6175
|
children: t.map((t, a) => {
|
|
6174
6176
|
let o = `${n}_${a}`;
|
|
6175
6177
|
return /* @__PURE__ */ z("a", {
|
|
6176
6178
|
href: t.value,
|
|
6177
|
-
className: g(
|
|
6179
|
+
className: g(_u.item, t.isActive ? _u.active : "", t.isExperimental ? _u.experimental : ""),
|
|
6178
6180
|
onClick: (e) => r(e, t.value, t.label, t.onClick),
|
|
6179
6181
|
"data-testid": i,
|
|
6180
|
-
children: /* @__PURE__ */ z(
|
|
6182
|
+
children: /* @__PURE__ */ z(vu, {
|
|
6181
6183
|
label: t.label,
|
|
6182
6184
|
icon: t.icon,
|
|
6183
6185
|
invalid: t.invalid,
|
|
@@ -6185,16 +6187,16 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6185
6187
|
}, o)
|
|
6186
6188
|
}, o);
|
|
6187
6189
|
})
|
|
6188
|
-
}),
|
|
6189
|
-
className:
|
|
6190
|
+
}), bu = ({ isOpen: t, sections: n, onClick: r }) => /* @__PURE__ */ z(R, { children: n.map((n, i) => /* @__PURE__ */ B(e.Fragment, { children: [/* @__PURE__ */ z("h5", {
|
|
6191
|
+
className: _u.subtitle,
|
|
6190
6192
|
children: n.heading.toUpperCase()
|
|
6191
|
-
}), /* @__PURE__ */ z(
|
|
6193
|
+
}), /* @__PURE__ */ z(yu, {
|
|
6192
6194
|
isOpen: t,
|
|
6193
6195
|
items: n.items,
|
|
6194
6196
|
sectionIndex: i,
|
|
6195
6197
|
onClick: r,
|
|
6196
6198
|
testId: n.testId
|
|
6197
|
-
})] }, i)) }),
|
|
6199
|
+
})] }, i)) }), xu = a(({ options: e, startOpen: t = !1, onShiftClickToggleOpen: n = () => {}, top: r }) => {
|
|
6198
6200
|
let [i, a] = m(t), o = (e, t, n, r) => {
|
|
6199
6201
|
e.preventDefault(), typeof r == "function" && (e.currentTarget.value = t, e.currentTarget.label = n, r(e)), a(!1);
|
|
6200
6202
|
}, s = e.sections.length > 0;
|
|
@@ -6215,13 +6217,13 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6215
6217
|
icon: H.LEFT
|
|
6216
6218
|
}),
|
|
6217
6219
|
children: /* @__PURE__ */ z("div", {
|
|
6218
|
-
className: g(
|
|
6220
|
+
className: g(_u.sidebar, i ? "" : _u.collapsed),
|
|
6219
6221
|
children: s && /* @__PURE__ */ B("div", {
|
|
6220
|
-
className:
|
|
6222
|
+
className: _u.inner,
|
|
6221
6223
|
children: [/* @__PURE__ */ z("h4", {
|
|
6222
|
-
className:
|
|
6224
|
+
className: _u.title,
|
|
6223
6225
|
children: e.title
|
|
6224
|
-
}), /* @__PURE__ */ z(
|
|
6226
|
+
}), /* @__PURE__ */ z(bu, {
|
|
6225
6227
|
isOpen: i,
|
|
6226
6228
|
sections: e.sections,
|
|
6227
6229
|
onClick: o
|
|
@@ -6229,18 +6231,18 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6229
6231
|
})
|
|
6230
6232
|
})
|
|
6231
6233
|
});
|
|
6232
|
-
}, (e, t) => nr(e, t)),
|
|
6234
|
+
}, (e, t) => nr(e, t)), Su = {
|
|
6233
6235
|
skeletonContainer: "_skeletonContainer_mcfxp_9",
|
|
6234
6236
|
skeleton: "_skeleton_mcfxp_9"
|
|
6235
|
-
},
|
|
6237
|
+
}, Cu = ({ count: e, width: t, height: n }) => /* @__PURE__ */ z(vr, {
|
|
6236
6238
|
baseColor: "var(--color-skeleton-base)",
|
|
6237
6239
|
highlightColor: "var(--color-skeleton-highlight)",
|
|
6238
|
-
containerClassName:
|
|
6239
|
-
className:
|
|
6240
|
+
containerClassName: Su.skeletonContainer,
|
|
6241
|
+
className: Su.skeleton,
|
|
6240
6242
|
count: e,
|
|
6241
6243
|
width: t,
|
|
6242
6244
|
height: n
|
|
6243
|
-
}),
|
|
6245
|
+
}), wu = {
|
|
6244
6246
|
tabs: "_tabs_1y79t_1",
|
|
6245
6247
|
padding: "_padding_1y79t_7",
|
|
6246
6248
|
margin: "_margin_1y79t_11",
|
|
@@ -6251,12 +6253,12 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6251
6253
|
disabled: "_disabled_1y79t_61",
|
|
6252
6254
|
left: "_left_1y79t_65",
|
|
6253
6255
|
right: "_right_1y79t_65"
|
|
6254
|
-
},
|
|
6256
|
+
}, Tu = ({ label: e, url: t, hidden: n, disabled: r, active: i, onClick: a, right: o, invalid: s, badge: c, testId: l }) => {
|
|
6255
6257
|
let u = getComputedStyle(document.body).getPropertyValue("--color-text-error");
|
|
6256
6258
|
return /* @__PURE__ */ z("a", {
|
|
6257
6259
|
id: e == null ? void 0 : e.toString(),
|
|
6258
6260
|
href: t,
|
|
6259
|
-
className: g(
|
|
6261
|
+
className: g(wu.item, i ? wu.active : "", r ? wu.disabled : "", n && !i ? wu.hidden : "", o ? wu.right : wu.left),
|
|
6260
6262
|
onClick: a,
|
|
6261
6263
|
"data-testid": l,
|
|
6262
6264
|
children: s ? /* @__PURE__ */ z(Ii, {
|
|
@@ -6272,10 +6274,10 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6272
6274
|
children: e
|
|
6273
6275
|
}) : e
|
|
6274
6276
|
});
|
|
6275
|
-
},
|
|
6276
|
-
className: g(n ?
|
|
6277
|
+
}, Eu = ({ children: e, activeTabIndex: t, contentPadding: n }) => Array.isArray(e) ? /* @__PURE__ */ z("div", {
|
|
6278
|
+
className: g(n ? wu.contentPadding : ""),
|
|
6277
6279
|
children: e.map((e, n) => t === n && e)
|
|
6278
|
-
}) : null,
|
|
6280
|
+
}) : null, Du = ({ name: e = void 0, options: t = null, children: n = null, value: r = void 0, onChange: i = pn, padding: a = !1, margin: o = !0, contentPadding: c = !0, onChangeTab: l, activeTabIndex: u = void 0, tabs: d = void 0, testId: f }) => {
|
|
6279
6281
|
let p = s(U), m = l !== void 0, h = n ? n.map((e, t) => {
|
|
6280
6282
|
var n;
|
|
6281
6283
|
return {
|
|
@@ -6291,7 +6293,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6291
6293
|
simpleInputs: !1,
|
|
6292
6294
|
options: h,
|
|
6293
6295
|
selectedOptions: void 0
|
|
6294
|
-
} :
|
|
6296
|
+
} : bs(h, r), b = m || y == null ? void 0 : _ ? y : y.value, x = u === void 0 ? v == null ? void 0 : v.findIndex((e) => e.value === b) : u, S = x === -1 ? 0 : x, C = (t, n, r) => {
|
|
6295
6297
|
if (m) l(t, n.key || n.label || null);
|
|
6296
6298
|
else {
|
|
6297
6299
|
let t = r.target;
|
|
@@ -6299,11 +6301,11 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6299
6301
|
}
|
|
6300
6302
|
};
|
|
6301
6303
|
return v ? /* @__PURE__ */ B("div", { children: [/* @__PURE__ */ z("div", {
|
|
6302
|
-
className: g(
|
|
6304
|
+
className: g(wu.tabs, a ? wu.padding : "", o ? wu.margin : ""),
|
|
6303
6305
|
"data-testid": f,
|
|
6304
6306
|
children: v.map((e, t) => {
|
|
6305
6307
|
let { label: n, url: r, hidden: i, disabled: a, value: o, right: s, invalid: c, badge: l, testId: u } = e;
|
|
6306
|
-
return /* @__PURE__ */ z(
|
|
6308
|
+
return /* @__PURE__ */ z(Tu, {
|
|
6307
6309
|
label: n,
|
|
6308
6310
|
url: r,
|
|
6309
6311
|
hidden: i,
|
|
@@ -6316,12 +6318,12 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6316
6318
|
testId: u
|
|
6317
6319
|
}, t);
|
|
6318
6320
|
})
|
|
6319
|
-
}), /* @__PURE__ */ z(
|
|
6321
|
+
}), /* @__PURE__ */ z(Eu, {
|
|
6320
6322
|
activeTabIndex: S == null ? 0 : S,
|
|
6321
6323
|
contentPadding: c,
|
|
6322
6324
|
children: n
|
|
6323
6325
|
})] }) : null;
|
|
6324
|
-
},
|
|
6326
|
+
}, Ou = ({ children: e, href: t = void 0, target: n = void 0, testId: r, onClick: i, component: a = "a" }) => /* @__PURE__ */ z(a, {
|
|
6325
6327
|
href: t,
|
|
6326
6328
|
to: t,
|
|
6327
6329
|
target: n,
|
|
@@ -6331,7 +6333,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6331
6333
|
link: !0,
|
|
6332
6334
|
children: e
|
|
6333
6335
|
})
|
|
6334
|
-
}),
|
|
6336
|
+
}), ku = {
|
|
6335
6337
|
inputInTable: "_inputInTable_q0tl0_1",
|
|
6336
6338
|
inputHover: "_inputHover_q0tl0_13",
|
|
6337
6339
|
inputFocus: "_inputFocus_q0tl0_18",
|
|
@@ -6342,9 +6344,9 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6342
6344
|
textarea: "_textarea_q0tl0_77",
|
|
6343
6345
|
small: "_small_q0tl0_116",
|
|
6344
6346
|
monospace: "_monospace_q0tl0_155"
|
|
6345
|
-
},
|
|
6347
|
+
}, Au = ({ name: e, value: t = "", placeholder: n = "", cols: r, rows: i, disabled: a = !1, onChange: o = pn, onKeyPress: c = pn, onFocus: l = pn, onBlur: u = pn, tabIndex: d = 0, error: f = null, warning: p = null, tooltip: m = null, maxTooltipWidth: h, resize: _, monospace: v = !1, small: y = !1, testId: b }) => {
|
|
6346
6348
|
let x = s(U), S = /* @__PURE__ */ z("textarea", {
|
|
6347
|
-
className: g(
|
|
6349
|
+
className: g(ku.textarea, f ? ku.error : "", p ? ku.warning : "", v ? ku.monospace : "", y ? ku.small : ""),
|
|
6348
6350
|
name: e,
|
|
6349
6351
|
value: t,
|
|
6350
6352
|
placeholder: n,
|
|
@@ -6386,10 +6388,10 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6386
6388
|
menu: "_menu_oyr59_139",
|
|
6387
6389
|
active: "_active_oyr59_168",
|
|
6388
6390
|
alert: "_alert_oyr59_193"
|
|
6389
|
-
},
|
|
6391
|
+
}, ju = ({ warning: e }) => /* @__PURE__ */ z("div", {
|
|
6390
6392
|
className: Q.alert,
|
|
6391
6393
|
children: e
|
|
6392
|
-
}),
|
|
6394
|
+
}), Mu = ({ icon: e, url: t, onClick: n }) => {
|
|
6393
6395
|
let r = /* @__PURE__ */ z(W, { icon: e });
|
|
6394
6396
|
return t ? /* @__PURE__ */ z("a", {
|
|
6395
6397
|
href: t,
|
|
@@ -6401,7 +6403,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6401
6403
|
className: Q.appSwitcher,
|
|
6402
6404
|
children: r
|
|
6403
6405
|
});
|
|
6404
|
-
},
|
|
6406
|
+
}, Nu = ({ label: e, logo: t, url: n, version: r, onClick: i }) => {
|
|
6405
6407
|
let a = /* @__PURE__ */ B("div", {
|
|
6406
6408
|
className: Q.title,
|
|
6407
6409
|
children: [
|
|
@@ -6430,9 +6432,9 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6430
6432
|
children: a
|
|
6431
6433
|
})
|
|
6432
6434
|
});
|
|
6433
|
-
},
|
|
6435
|
+
}, Pu = /* @__PURE__ */ function(e) {
|
|
6434
6436
|
return e.LINK = "Link", e.BUTTON = "Button", e.MENU = "Menu", e.COMPONENT = "Component", e;
|
|
6435
|
-
}({}),
|
|
6437
|
+
}({}), Fu = ({ label: e, url: t, icon: n, onClick: r, active: i, disabled: a, testId: o, component: c = "a" }) => {
|
|
6436
6438
|
let l = s(U);
|
|
6437
6439
|
return /* @__PURE__ */ B(c, {
|
|
6438
6440
|
className: g(Q.link, i ? Q.active : ""),
|
|
@@ -6449,11 +6451,11 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6449
6451
|
children: e
|
|
6450
6452
|
})]
|
|
6451
6453
|
});
|
|
6452
|
-
},
|
|
6454
|
+
}, Iu = ({ element: e }) => {
|
|
6453
6455
|
switch (e.type) {
|
|
6454
|
-
case
|
|
6456
|
+
case Pu.LINK: return /* @__PURE__ */ z("div", {
|
|
6455
6457
|
className: Q.item,
|
|
6456
|
-
children: /* @__PURE__ */ z(
|
|
6458
|
+
children: /* @__PURE__ */ z(Fu, {
|
|
6457
6459
|
label: e.label,
|
|
6458
6460
|
url: e.url,
|
|
6459
6461
|
icon: e.icon,
|
|
@@ -6464,7 +6466,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6464
6466
|
component: e.component
|
|
6465
6467
|
})
|
|
6466
6468
|
});
|
|
6467
|
-
case
|
|
6469
|
+
case Pu.BUTTON: return /* @__PURE__ */ z("div", {
|
|
6468
6470
|
className: g(Q.item, Q.button),
|
|
6469
6471
|
children: /* @__PURE__ */ z(K, {
|
|
6470
6472
|
label: e.label,
|
|
@@ -6476,7 +6478,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6476
6478
|
testId: e.testId
|
|
6477
6479
|
})
|
|
6478
6480
|
});
|
|
6479
|
-
case
|
|
6481
|
+
case Pu.MENU: return /* @__PURE__ */ z("div", {
|
|
6480
6482
|
className: g(Q.item, Q.menu),
|
|
6481
6483
|
children: /* @__PURE__ */ z(Ji, {
|
|
6482
6484
|
maxHeight: "100%",
|
|
@@ -6484,7 +6486,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6484
6486
|
trigger: Tr.COMPONENT,
|
|
6485
6487
|
fullHeightTrigger: !0,
|
|
6486
6488
|
placement: "bottom-start",
|
|
6487
|
-
component: /* @__PURE__ */ z(
|
|
6489
|
+
component: /* @__PURE__ */ z(Fu, {
|
|
6488
6490
|
label: e.label,
|
|
6489
6491
|
icon: e.icon,
|
|
6490
6492
|
onClick: e.onClick
|
|
@@ -6493,50 +6495,50 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6493
6495
|
}
|
|
6494
6496
|
})
|
|
6495
6497
|
});
|
|
6496
|
-
case
|
|
6498
|
+
case Pu.COMPONENT: return /* @__PURE__ */ z("div", {
|
|
6497
6499
|
className: Q.item,
|
|
6498
6500
|
children: e.component
|
|
6499
6501
|
});
|
|
6500
6502
|
default: return null;
|
|
6501
6503
|
}
|
|
6502
|
-
},
|
|
6504
|
+
}, Lu = ({ title: e, appSwitcher: t, content: n = [], contentRight: r = [], warning: i = "", height: a = "var(--size-topbar)", fixedPosition: o = !0 }) => /* @__PURE__ */ B("div", { children: [i && /* @__PURE__ */ z(ju, { warning: i }), /* @__PURE__ */ B("div", {
|
|
6503
6505
|
className: g(Q.topbar, o ? Q.fixed : ""),
|
|
6504
6506
|
style: { height: a },
|
|
6505
6507
|
children: [
|
|
6506
|
-
!!t && /* @__PURE__ */ z(
|
|
6508
|
+
!!t && /* @__PURE__ */ z(Mu, {
|
|
6507
6509
|
icon: t.icon,
|
|
6508
6510
|
url: t.url,
|
|
6509
6511
|
onClick: t.onClick
|
|
6510
6512
|
}),
|
|
6511
6513
|
/* @__PURE__ */ B("div", {
|
|
6512
6514
|
className: Q.left,
|
|
6513
|
-
children: [e && /* @__PURE__ */ z(
|
|
6515
|
+
children: [e && /* @__PURE__ */ z(Nu, {
|
|
6514
6516
|
label: e.label,
|
|
6515
6517
|
logo: e.logo,
|
|
6516
6518
|
url: e.url,
|
|
6517
6519
|
version: e.version,
|
|
6518
6520
|
onClick: e.onClick
|
|
6519
|
-
}), n.map((e, t) => e ? /* @__PURE__ */ z(
|
|
6521
|
+
}), n.map((e, t) => e ? /* @__PURE__ */ z(Iu, { element: e }, t) : null)]
|
|
6520
6522
|
}),
|
|
6521
6523
|
/* @__PURE__ */ z("div", {
|
|
6522
6524
|
className: Q.right,
|
|
6523
|
-
children: r.map((e, t) => e ? /* @__PURE__ */ z(
|
|
6525
|
+
children: r.map((e, t) => e ? /* @__PURE__ */ z(Iu, { element: e }, t) : null)
|
|
6524
6526
|
})
|
|
6525
6527
|
]
|
|
6526
|
-
})] }),
|
|
6528
|
+
})] }), Ru = {
|
|
6527
6529
|
popConfirm: "_popConfirm_1x6ye_1",
|
|
6528
6530
|
content: "_content_1x6ye_7",
|
|
6529
6531
|
buttons: "_buttons_1x6ye_13"
|
|
6530
|
-
},
|
|
6531
|
-
className:
|
|
6532
|
+
}, zu = ({ title: e, okText: t, onClickOk: n, disableConfirmButton: r, cancelText: i, onClickCancel: a, close: o, testId: s }) => /* @__PURE__ */ B("div", {
|
|
6533
|
+
className: Ru.popConfirm,
|
|
6532
6534
|
children: [e && /* @__PURE__ */ z("div", {
|
|
6533
|
-
className:
|
|
6535
|
+
className: Ru.content,
|
|
6534
6536
|
children: /* @__PURE__ */ z(ha, {
|
|
6535
6537
|
small: !0,
|
|
6536
6538
|
children: e
|
|
6537
6539
|
})
|
|
6538
6540
|
}), /* @__PURE__ */ B("div", {
|
|
6539
|
-
className:
|
|
6541
|
+
className: Ru.buttons,
|
|
6540
6542
|
children: [/* @__PURE__ */ z(K, {
|
|
6541
6543
|
small: !0,
|
|
6542
6544
|
colored: !0,
|
|
@@ -6551,8 +6553,8 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6551
6553
|
testId: `${s}-cancel-button`
|
|
6552
6554
|
})]
|
|
6553
6555
|
})]
|
|
6554
|
-
}),
|
|
6555
|
-
content: /* @__PURE__ */ z(
|
|
6556
|
+
}), Bu = ({ children: e, placement: t = "top-center", closeOnOutsideClick: n = !0, fullWidth: r = !1, title: i = "", cancelText: a = "Cancel", onClickCancel: o = (e) => e && e(), okText: s = "Ok", onClickOk: c = () => {}, disableConfirmButton: l = !1, overflowContainer: u = !1, testId: d = void 0 }) => /* @__PURE__ */ z(sa, {
|
|
6557
|
+
content: /* @__PURE__ */ z(zu, {
|
|
6556
6558
|
title: i,
|
|
6557
6559
|
okText: s,
|
|
6558
6560
|
onClickOk: c,
|
|
@@ -6567,14 +6569,14 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6567
6569
|
overflowContainer: u,
|
|
6568
6570
|
testId: d,
|
|
6569
6571
|
children: e
|
|
6570
|
-
}),
|
|
6572
|
+
}), Vu = {
|
|
6571
6573
|
tree: "_tree_coxxe_1",
|
|
6572
6574
|
toggle: "_toggle_coxxe_8",
|
|
6573
6575
|
dropTarget: "_dropTarget_coxxe_15",
|
|
6574
6576
|
placeholder: "_placeholder_coxxe_30",
|
|
6575
6577
|
draggingSource: "_draggingSource_coxxe_36",
|
|
6576
6578
|
placeholderContainer: "_placeholderContainer_coxxe_39"
|
|
6577
|
-
},
|
|
6579
|
+
}, Hu = ({ node: t, depth: n, isOpen: r, onToggle: i, hasChild: a, draggable: o, icons: s, onDrop: c }) => {
|
|
6578
6580
|
let { id: l, data: u } = t, { active: d, disabled: f, testId: p, onClick: m, actions: h = [] } = u, [_, v] = e.useState(!1), [y, b] = e.useState(0), x = (e) => {
|
|
6579
6581
|
e.stopPropagation(), i(l);
|
|
6580
6582
|
}, S = (e) => {
|
|
@@ -6601,7 +6603,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6601
6603
|
className: g(Z.itemHeader, _ ? Z.noPointerEvents : ""),
|
|
6602
6604
|
children: [
|
|
6603
6605
|
a && /* @__PURE__ */ z("div", {
|
|
6604
|
-
className:
|
|
6606
|
+
className: Vu.toggle,
|
|
6605
6607
|
children: /* @__PURE__ */ z(K, {
|
|
6606
6608
|
basic: !0,
|
|
6607
6609
|
colored: r ? !0 : Er.MUTED,
|
|
@@ -6615,10 +6617,10 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6615
6617
|
className: Z.drag,
|
|
6616
6618
|
children: /* @__PURE__ */ z(W, { icon: H.DRAG })
|
|
6617
6619
|
}),
|
|
6618
|
-
/* @__PURE__ */ z(
|
|
6620
|
+
/* @__PURE__ */ z(Hl, { item: u }),
|
|
6619
6621
|
/* @__PURE__ */ B("div", {
|
|
6620
6622
|
className: Z.right,
|
|
6621
|
-
children: [/* @__PURE__ */ z(
|
|
6623
|
+
children: [/* @__PURE__ */ z(Ul, { item: u }), !f && h.length > 0 && /* @__PURE__ */ z("div", {
|
|
6622
6624
|
className: Z.actions,
|
|
6623
6625
|
children: /* @__PURE__ */ z(Xi, { actions: h })
|
|
6624
6626
|
})]
|
|
@@ -6626,10 +6628,10 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6626
6628
|
]
|
|
6627
6629
|
})
|
|
6628
6630
|
});
|
|
6629
|
-
},
|
|
6630
|
-
className:
|
|
6631
|
+
}, Uu = ({ depth: e, indent: t = "var(--size-sm)" }) => /* @__PURE__ */ z("div", {
|
|
6632
|
+
className: Vu.placeholder,
|
|
6631
6633
|
style: { left: `calc(${t} * ${e})` }
|
|
6632
|
-
}),
|
|
6634
|
+
}), Wu = ({ list: e, canDrop: t, draggable: n = !1, onListReorder: r, onChangeOpen: i, testId: a, isInitialOpen: o = !1, autoOpenActiveItems: s = !1, treeRef: l, itemHasChild: u, onItemToggle: d, icons: f, allowParentReassignment: m, stickyHeader: h, height: g, render: _, placeholderIndent: v }) => {
|
|
6633
6635
|
var y;
|
|
6634
6636
|
let b = l == null ? p(null) : l, x = (e) => {
|
|
6635
6637
|
i && i(e);
|
|
@@ -6687,7 +6689,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6687
6689
|
"data-testid": a,
|
|
6688
6690
|
className: Z.list,
|
|
6689
6691
|
style: { height: g },
|
|
6690
|
-
children: [e.name && !e.noHeader && /* @__PURE__ */ z(
|
|
6692
|
+
children: [e.name && !e.noHeader && /* @__PURE__ */ z(zl, {
|
|
6691
6693
|
name: e.name,
|
|
6692
6694
|
actions: e.actions,
|
|
6693
6695
|
stickyHeader: h
|
|
@@ -6714,7 +6716,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6714
6716
|
hasChild: r,
|
|
6715
6717
|
isOpen: a,
|
|
6716
6718
|
onToggle: o
|
|
6717
|
-
}) : /* @__PURE__ */ z(
|
|
6719
|
+
}) : /* @__PURE__ */ z(Hu, {
|
|
6718
6720
|
hasChild: u ? u(e) : r,
|
|
6719
6721
|
node: e,
|
|
6720
6722
|
depth: t,
|
|
@@ -6730,7 +6732,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6730
6732
|
onDrop: O,
|
|
6731
6733
|
onChangeOpen: x,
|
|
6732
6734
|
dropTargetOffset: 10,
|
|
6733
|
-
placeholderRender: (e, { depth: t }) => /* @__PURE__ */ z(
|
|
6735
|
+
placeholderRender: (e, { depth: t }) => /* @__PURE__ */ z(Uu, {
|
|
6734
6736
|
depth: t,
|
|
6735
6737
|
indent: v
|
|
6736
6738
|
}),
|
|
@@ -6738,17 +6740,17 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6738
6740
|
listComponent: "div",
|
|
6739
6741
|
listItemComponent: "div",
|
|
6740
6742
|
classes: {
|
|
6741
|
-
root:
|
|
6742
|
-
draggingSource:
|
|
6743
|
-
dropTarget:
|
|
6744
|
-
placeholder:
|
|
6743
|
+
root: Vu.tree,
|
|
6744
|
+
draggingSource: Vu.draggingSource,
|
|
6745
|
+
dropTarget: Vu.dropTarget,
|
|
6746
|
+
placeholder: Vu.placeholderContainer
|
|
6745
6747
|
},
|
|
6746
6748
|
initialOpen: o,
|
|
6747
6749
|
enableAnimateExpand: !0
|
|
6748
6750
|
})
|
|
6749
6751
|
})]
|
|
6750
6752
|
});
|
|
6751
|
-
},
|
|
6753
|
+
}, Gu = {
|
|
6752
6754
|
treeTable: "_treeTable_1ywvy_1",
|
|
6753
6755
|
treeTableHeader: "_treeTableHeader_1ywvy_22",
|
|
6754
6756
|
folderCell: "_folderCell_1ywvy_30",
|
|
@@ -6756,7 +6758,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6756
6758
|
drag: "_drag_1ywvy_31",
|
|
6757
6759
|
folder: "_folder_1ywvy_30",
|
|
6758
6760
|
active: "_active_1ywvy_61"
|
|
6759
|
-
},
|
|
6761
|
+
}, Ku = ({ columnAlignment: e, columnWidths: t, depth: n, draggable: r, handleRef: i, hasChild: a, hasRowActions: o, icons: s, isOpen: c, node: l, onDragEnter: u, onDragOver: d, onDragLeave: f, onDrop: p, onToggle: m }) => {
|
|
6760
6762
|
let { data: h, droppable: _ } = l, { id: v, cells: y, testId: b, actions: x = [], active: S, onRowClick: C } = h, w = _ || a, T = (e) => {
|
|
6761
6763
|
let r = t ? t[e] : void 0;
|
|
6762
6764
|
return e === 0 ? `calc(${r} - ${`calc(var(--size) * ${w ? n + 1 : n})`})` : r;
|
|
@@ -6770,22 +6772,22 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6770
6772
|
onDragLeave: f,
|
|
6771
6773
|
children: /* @__PURE__ */ z("tbody", { children: /* @__PURE__ */ B("tr", {
|
|
6772
6774
|
onClick: C,
|
|
6773
|
-
className: g(
|
|
6775
|
+
className: g(Gu.treeTableRow, S ? Gu.active : void 0),
|
|
6774
6776
|
children: [
|
|
6775
6777
|
r && /* @__PURE__ */ z("td", {
|
|
6776
|
-
className:
|
|
6778
|
+
className: Gu.dragCell,
|
|
6777
6779
|
children: /* @__PURE__ */ z("div", {
|
|
6778
|
-
className:
|
|
6780
|
+
className: Gu.drag,
|
|
6779
6781
|
onClick: (e) => e.stopPropagation(),
|
|
6780
6782
|
ref: i,
|
|
6781
6783
|
children: /* @__PURE__ */ z(W, { icon: H.DRAG })
|
|
6782
6784
|
})
|
|
6783
6785
|
}),
|
|
6784
|
-
Array.from({ length: n }).map((e, t) => /* @__PURE__ */ z("td", { className:
|
|
6786
|
+
Array.from({ length: n }).map((e, t) => /* @__PURE__ */ z("td", { className: Gu.folderCell }, t)),
|
|
6785
6787
|
w && /* @__PURE__ */ z("td", {
|
|
6786
|
-
className:
|
|
6788
|
+
className: Gu.folderCell,
|
|
6787
6789
|
children: /* @__PURE__ */ z("div", {
|
|
6788
|
-
className:
|
|
6790
|
+
className: Gu.folder,
|
|
6789
6791
|
onClick: () => m(v),
|
|
6790
6792
|
onMouseDown: (e) => e.stopPropagation(),
|
|
6791
6793
|
children: /* @__PURE__ */ z(K, {
|
|
@@ -6798,54 +6800,54 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6798
6800
|
})
|
|
6799
6801
|
})
|
|
6800
6802
|
}),
|
|
6801
|
-
y.map((t, n) => /* @__PURE__ */ z(
|
|
6803
|
+
y.map((t, n) => /* @__PURE__ */ z(dc, {
|
|
6802
6804
|
isHeader: !1,
|
|
6803
6805
|
cell: t,
|
|
6804
6806
|
width: T(n),
|
|
6805
6807
|
columnAlignment: e ? e[n] : null
|
|
6806
6808
|
}, n)),
|
|
6807
|
-
o && /* @__PURE__ */ z(
|
|
6809
|
+
o && /* @__PURE__ */ z(dc, {
|
|
6808
6810
|
isHeader: !1,
|
|
6809
6811
|
cell: {
|
|
6810
|
-
type:
|
|
6812
|
+
type: uc.ACTIONS,
|
|
6811
6813
|
actions: x
|
|
6812
6814
|
}
|
|
6813
6815
|
})
|
|
6814
6816
|
]
|
|
6815
6817
|
}) })
|
|
6816
6818
|
});
|
|
6817
|
-
},
|
|
6818
|
-
className: g(mo.table,
|
|
6819
|
+
}, qu = ({ columnAlignment: e, columnWidths: t, draggable: n, hasRowActions: r, headers: i }) => /* @__PURE__ */ z("table", {
|
|
6820
|
+
className: g(mo.table, Gu.treeTableHeader),
|
|
6819
6821
|
children: /* @__PURE__ */ z("thead", { children: i.map((i, a) => /* @__PURE__ */ B("tr", { children: [
|
|
6820
|
-
n && /* @__PURE__ */ z("th", { className:
|
|
6821
|
-
i.cells.map((n, r) => /* @__PURE__ */ z(
|
|
6822
|
+
n && /* @__PURE__ */ z("th", { className: Gu.dragCell }),
|
|
6823
|
+
i.cells.map((n, r) => /* @__PURE__ */ z(dc, {
|
|
6822
6824
|
isHeader: !0,
|
|
6823
6825
|
cell: n,
|
|
6824
6826
|
width: t ? t[r] : void 0,
|
|
6825
6827
|
columnAlignment: e ? e[r] : void 0
|
|
6826
6828
|
}, r)),
|
|
6827
|
-
r && /* @__PURE__ */ z(
|
|
6829
|
+
r && /* @__PURE__ */ z(dc, {
|
|
6828
6830
|
isHeader: !0,
|
|
6829
6831
|
cell: {
|
|
6830
|
-
type:
|
|
6832
|
+
type: uc.ACTIONS,
|
|
6831
6833
|
actions: i.actions,
|
|
6832
6834
|
width: 31
|
|
6833
6835
|
}
|
|
6834
6836
|
})
|
|
6835
6837
|
] }, a)) })
|
|
6836
|
-
}),
|
|
6837
|
-
let { columnAlignment: p, columnWidths: m, fixedWidth: h, headers: g, rows: _ = [] } = u, v =
|
|
6838
|
+
}), Ju = ({ allowParentReassignment: e, autoOpenActiveItems: t = !1, canDrop: n, draggable: r = !1, icons: i, isInitialOpen: a = !1, itemHasChild: o, onItemToggle: s, onListReorder: c, onChangeOpen: l, table: u, testId: d, treeRef: f }) => {
|
|
6839
|
+
let { columnAlignment: p, columnWidths: m, fixedWidth: h, headers: g, rows: _ = [] } = u, v = Ns(_, g == null ? [] : g);
|
|
6838
6840
|
return /* @__PURE__ */ B("div", {
|
|
6839
|
-
className:
|
|
6841
|
+
className: Gu.treeTable,
|
|
6840
6842
|
"data-testid": d,
|
|
6841
6843
|
style: { width: h },
|
|
6842
|
-
children: [!!g && /* @__PURE__ */ z(
|
|
6844
|
+
children: [!!g && /* @__PURE__ */ z(qu, {
|
|
6843
6845
|
columnAlignment: p,
|
|
6844
6846
|
columnWidths: m,
|
|
6845
6847
|
draggable: r,
|
|
6846
6848
|
hasRowActions: v,
|
|
6847
6849
|
headers: g
|
|
6848
|
-
}), /* @__PURE__ */ z(
|
|
6850
|
+
}), /* @__PURE__ */ z(Wu, {
|
|
6849
6851
|
allowParentReassignment: e,
|
|
6850
6852
|
autoOpenActiveItems: t,
|
|
6851
6853
|
canDrop: n,
|
|
@@ -6861,7 +6863,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6861
6863
|
onItemToggle: s,
|
|
6862
6864
|
onListReorder: c,
|
|
6863
6865
|
placeholderIndent: "var(--size)",
|
|
6864
|
-
render: (e, { depth: t, draggable: n, handleRef: r, hasChild: a, isOpen: o, onToggle: s }) => /* @__PURE__ */ z(
|
|
6866
|
+
render: (e, { depth: t, draggable: n, handleRef: r, hasChild: a, isOpen: o, onToggle: s }) => /* @__PURE__ */ z(Ku, {
|
|
6865
6867
|
node: e,
|
|
6866
6868
|
columnAlignment: p,
|
|
6867
6869
|
columnWidths: m,
|
|
@@ -6877,38 +6879,38 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6877
6879
|
treeRef: f
|
|
6878
6880
|
})]
|
|
6879
6881
|
});
|
|
6880
|
-
},
|
|
6882
|
+
}, Yu = () => {
|
|
6881
6883
|
let e = p(null);
|
|
6882
6884
|
return u(() => {
|
|
6883
6885
|
e.current && (e.current(), e.current = null);
|
|
6884
6886
|
}), (t) => {
|
|
6885
6887
|
e.current = t;
|
|
6886
6888
|
};
|
|
6887
|
-
},
|
|
6889
|
+
}, Xu = (e) => {
|
|
6888
6890
|
let t = p(void 0);
|
|
6889
6891
|
return c(() => {
|
|
6890
6892
|
t.current = e;
|
|
6891
6893
|
}, [e]), t.current;
|
|
6892
|
-
},
|
|
6894
|
+
}, Zu = (e, t) => {
|
|
6893
6895
|
let n = t == null ? void 0 : t[e];
|
|
6894
6896
|
if (!n) {
|
|
6895
6897
|
var r;
|
|
6896
6898
|
return console.log(`Warning: 'unitTemplate' missing for '${e}'. Using initial unit, preferred unit or value unit.`), (r = Gn(e)) == null ? "" : r;
|
|
6897
6899
|
}
|
|
6898
6900
|
return n;
|
|
6899
|
-
},
|
|
6901
|
+
}, Qu = /* @__PURE__ */ function(e) {
|
|
6900
6902
|
return e.CUSTOM = "custom", e.PREDEFINED = "predefined", e;
|
|
6901
|
-
}({}),
|
|
6903
|
+
}({}), $u = (e) => e === "undefined" || e === void 0 || e === "" || e === "null" || e === null || e === "NaN" || isNaN(e), ed = (e) => {
|
|
6902
6904
|
if (!e) return !1;
|
|
6903
6905
|
let t = kn(e);
|
|
6904
6906
|
return !Cn.includes(t);
|
|
6905
|
-
},
|
|
6907
|
+
}, td = ({ value: e, unitkey: t, toUnit: n }) => {
|
|
6906
6908
|
var r;
|
|
6907
6909
|
let i = Sn[t];
|
|
6908
6910
|
if (!i || i.length === 0 || !((r = Kn(e)) != null && r.valid) || !i.includes(n)) return !1;
|
|
6909
6911
|
let a = kn(String(e));
|
|
6910
6912
|
return !(a && !i.includes(a));
|
|
6911
|
-
},
|
|
6913
|
+
}, nd = ({ value: e, unitkey: t, toUnit: n, fromUnit: r, doNotConvertValue: i = !1, exactPrecision: a = !1 }) => {
|
|
6912
6914
|
var o;
|
|
6913
6915
|
let s = Fn(e) ? jn(e) : e, c = [Infinity, -Infinity].includes(Number(s));
|
|
6914
6916
|
if (i || c) return {
|
|
@@ -6928,18 +6930,18 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6928
6930
|
value: void 0,
|
|
6929
6931
|
error: "Source unit is missing"
|
|
6930
6932
|
};
|
|
6931
|
-
if (
|
|
6933
|
+
if ($u(s)) return {
|
|
6932
6934
|
value: void 0,
|
|
6933
6935
|
error: "Value is invalid for conversion"
|
|
6934
6936
|
};
|
|
6935
6937
|
try {
|
|
6936
6938
|
let e = Jn(s, l);
|
|
6937
|
-
return
|
|
6939
|
+
return td({
|
|
6938
6940
|
value: e,
|
|
6939
6941
|
toUnit: n,
|
|
6940
6942
|
unitkey: t
|
|
6941
6943
|
}) ? {
|
|
6942
|
-
value: jn(
|
|
6944
|
+
value: jn(Bs(a ? Dn(e, n) : En(e, n))),
|
|
6943
6945
|
error: null
|
|
6944
6946
|
} : {
|
|
6945
6947
|
value: jn(e),
|
|
@@ -6951,13 +6953,13 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6951
6953
|
error: "Conversion not possible"
|
|
6952
6954
|
};
|
|
6953
6955
|
}
|
|
6954
|
-
},
|
|
6955
|
-
let a = jn(e), o =
|
|
6956
|
-
return !
|
|
6956
|
+
}, rd = ({ value: e = "", toUnit: t, unitkey: n, defaultFromUnit: r, doNotConvertValue: i }) => {
|
|
6957
|
+
let a = jn(e), o = $u(a);
|
|
6958
|
+
return !td({
|
|
6957
6959
|
value: e,
|
|
6958
6960
|
unitkey: n,
|
|
6959
6961
|
toUnit: t
|
|
6960
|
-
}) ||
|
|
6962
|
+
}) || ed(e) || o ? { value: a } : Fn(e) ? nd({
|
|
6961
6963
|
value: e,
|
|
6962
6964
|
unitkey: n,
|
|
6963
6965
|
toUnit: t,
|
|
@@ -6965,25 +6967,25 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6965
6967
|
doNotConvertValue: i,
|
|
6966
6968
|
exactPrecision: !0
|
|
6967
6969
|
}) : { value: e };
|
|
6968
|
-
},
|
|
6970
|
+
}, id = (e) => ln(e) && !tn(e) && !on(e) ? en(e, "fieldName", "") : typeof e == "string" ? e : "", ad = (e = "") => Cn == null ? void 0 : Cn.includes(e), od = (e, t) => {
|
|
6969
6971
|
let n = kn(e || "");
|
|
6970
|
-
return
|
|
6971
|
-
},
|
|
6972
|
-
|
|
6973
|
-
},
|
|
6972
|
+
return ad(t) && ad(n);
|
|
6973
|
+
}, sd = n(null), cd = () => s(sd), ld = !1, ud = (e) => {
|
|
6974
|
+
ld || (ld = !0, sd = e);
|
|
6975
|
+
}, dd = (e) => Nn(e) ? e : Ln(e), fd = {
|
|
6974
6976
|
predefinedMenuActive: "_predefinedMenuActive_ye9w9_1",
|
|
6975
6977
|
inputWrapper: "_inputWrapper_ye9w9_4"
|
|
6976
|
-
},
|
|
6978
|
+
}, pd = ({ name: e, placeholder: t = "", disabled: n = !1, disabledUnit: r = !1, error: i = null, left: a = !1, small: o = !1, width: s = "100%", value: l, unitkey: u = "", initUnit: f, noConversion: p = !1, onChange: h = pn, onClick: _ = pn, onFocus: v = pn, onSwitchUnit: y = pn, unitTemplate: b, testId: x, warning: S = null, predefinedOptions: C, initialPredefinedOption: w = !1, shouldLinkAutomaticly: T = !0, selectedPredefinedOptionKey: E, validationCallback: D = () => ({
|
|
6977
6979
|
name: "",
|
|
6978
6980
|
error: null
|
|
6979
6981
|
}), disabledValidation: O = !1, allowEmpty: k = !1, convertBackToStorageUnit: A = !1, enableCosmeticRounding: j = !0, enableDisplayRounding: M = !1, roundDisplayValue: N, selectOnFocus: P = !0, groupOrder: F, tooltip: ee = null }) => {
|
|
6980
|
-
let I =
|
|
6982
|
+
let I = cd(), te = Yu();
|
|
6981
6983
|
typeof l == "number" && (l = `${l}`);
|
|
6982
|
-
let [ne = "", re = ""] = l === void 0 ? [] : Vn(l), ie = d(() =>
|
|
6984
|
+
let [ne = "", re = ""] = l === void 0 ? [] : Vn(l), ie = d(() => Zu(u, b || (I == null ? void 0 : I.unitTemplate)), [
|
|
6983
6985
|
u,
|
|
6984
6986
|
b,
|
|
6985
6987
|
I == null ? void 0 : I.unitTemplate
|
|
6986
|
-
]), ae =
|
|
6988
|
+
]), ae = od(l, ie), oe = f || ie || re, se = Xu(oe), { value: ce } = rd({
|
|
6987
6989
|
value: l,
|
|
6988
6990
|
toUnit: oe,
|
|
6989
6991
|
unitkey: u,
|
|
@@ -6995,10 +6997,10 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6995
6997
|
} : {
|
|
6996
6998
|
value: ce,
|
|
6997
6999
|
unit: oe
|
|
6998
|
-
}), ue = k || (L == null ? void 0 : L.value) === void 0, [de, fe] = m(w ?
|
|
7000
|
+
}), ue = k || (L == null ? void 0 : L.value) === void 0, [de, fe] = m(w ? Qu.PREDEFINED : Qu.CUSTOM), pe = !!(O || n), me = C && C.find((e) => {
|
|
6999
7001
|
if (!(e != null && e.value)) return;
|
|
7000
7002
|
if (E) return E === e.valueKey;
|
|
7001
|
-
let t = Fn(e.value) ? kn(e.value) : "", { value: n = l } =
|
|
7003
|
+
let t = Fn(e.value) ? kn(e.value) : "", { value: n = l } = nd({
|
|
7002
7004
|
value: String(l),
|
|
7003
7005
|
unitkey: u,
|
|
7004
7006
|
toUnit: t
|
|
@@ -7007,7 +7009,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7007
7009
|
}), he = () => {
|
|
7008
7010
|
var e;
|
|
7009
7011
|
let t = (e = l) == null ? "" : e, n = L.unit;
|
|
7010
|
-
if (!
|
|
7012
|
+
if (!td({
|
|
7011
7013
|
value: t,
|
|
7012
7014
|
unitkey: u,
|
|
7013
7015
|
toUnit: n
|
|
@@ -7021,7 +7023,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7021
7023
|
return null;
|
|
7022
7024
|
}
|
|
7023
7025
|
}, ge = (t) => {
|
|
7024
|
-
let n =
|
|
7026
|
+
let n = id(e), r = t.target, { value: i, selectionStart: a } = r, o = Jn(i, (L == null ? void 0 : L.unit) || "");
|
|
7025
7027
|
h({ target: {
|
|
7026
7028
|
value: A ? Jn(En(o, re), re) : o,
|
|
7027
7029
|
name: n
|
|
@@ -7043,7 +7045,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7043
7045
|
if (oe) {
|
|
7044
7046
|
let e, t = "";
|
|
7045
7047
|
if (se !== oe) {
|
|
7046
|
-
let { value: n } =
|
|
7048
|
+
let { value: n } = rd({
|
|
7047
7049
|
value: l,
|
|
7048
7050
|
toUnit: oe,
|
|
7049
7051
|
unitkey: u,
|
|
@@ -7052,7 +7054,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7052
7054
|
});
|
|
7053
7055
|
e = n, t = oe;
|
|
7054
7056
|
} else if (Jn(L.value, L.unit) !== l) {
|
|
7055
|
-
let { value: n } =
|
|
7057
|
+
let { value: n } = rd({
|
|
7056
7058
|
value: l,
|
|
7057
7059
|
toUnit: L.unit,
|
|
7058
7060
|
unitkey: u,
|
|
@@ -7064,7 +7066,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7064
7066
|
e !== void 0 && le({
|
|
7065
7067
|
value: e,
|
|
7066
7068
|
unit: t
|
|
7067
|
-
}), fe(C && me && T ?
|
|
7069
|
+
}), fe(C && me && T ? Qu.PREDEFINED : Qu.CUSTOM);
|
|
7068
7070
|
}
|
|
7069
7071
|
}, [
|
|
7070
7072
|
oe,
|
|
@@ -7072,14 +7074,14 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7072
7074
|
i,
|
|
7073
7075
|
T
|
|
7074
7076
|
]);
|
|
7075
|
-
let ve = he(), ye = In(L.unit) || L.unit || "", be = p || !ve || ve && ve.length === 1, xe =
|
|
7077
|
+
let ve = he(), ye = In(L.unit) || L.unit || "", be = p || !ve || ve && ve.length === 1, xe = id(e), Se, Ce = (t) => {
|
|
7076
7078
|
let r = t != null && t.value ? t.value : "", [i = "", a = ""] = Fn(r) ? Vn(r) : [r], o = qn(r);
|
|
7077
|
-
if (
|
|
7079
|
+
if (td({
|
|
7078
7080
|
value: r,
|
|
7079
7081
|
unitkey: u,
|
|
7080
7082
|
toUnit: a
|
|
7081
7083
|
})) {
|
|
7082
|
-
let { value: e = "" } =
|
|
7084
|
+
let { value: e = "" } = rd({
|
|
7083
7085
|
value: r,
|
|
7084
7086
|
toUnit: ie,
|
|
7085
7087
|
unitkey: u,
|
|
@@ -7092,7 +7094,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7092
7094
|
type: Ci.OPTION,
|
|
7093
7095
|
inline: !0,
|
|
7094
7096
|
onClick: () => {
|
|
7095
|
-
Kn(i).valid && !n && (fe(
|
|
7097
|
+
Kn(i).valid && !n && (fe(Qu.PREDEFINED), h({ target: {
|
|
7096
7098
|
value: r,
|
|
7097
7099
|
name: typeof e == "string" ? e : (e == null ? void 0 : e.fieldName) || "",
|
|
7098
7100
|
predefinedSelected: !0,
|
|
@@ -7104,27 +7106,27 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7104
7106
|
height: "0"
|
|
7105
7107
|
})] }),
|
|
7106
7108
|
description: o,
|
|
7107
|
-
selected: me === t && de ===
|
|
7109
|
+
selected: me === t && de === Qu.PREDEFINED
|
|
7108
7110
|
};
|
|
7109
7111
|
};
|
|
7110
7112
|
if (Se = [{
|
|
7111
7113
|
type: Ci.OPTION,
|
|
7112
7114
|
inline: !0,
|
|
7113
7115
|
onClick: () => {
|
|
7114
|
-
de !==
|
|
7116
|
+
de !== Qu.CUSTOM && !n && h({ target: {
|
|
7115
7117
|
value: Jn(L.value, L.unit),
|
|
7116
7118
|
name: typeof e == "string" ? e : (e == null ? void 0 : e.fieldName) || ""
|
|
7117
7119
|
} });
|
|
7118
7120
|
},
|
|
7119
7121
|
label: "Custom",
|
|
7120
|
-
selected: de ===
|
|
7122
|
+
selected: de === Qu.CUSTOM
|
|
7121
7123
|
}], C != null && C.length) {
|
|
7122
7124
|
let e = C.map(Ce);
|
|
7123
7125
|
Se = [...Se, ...e];
|
|
7124
7126
|
}
|
|
7125
7127
|
let we = (e) => {
|
|
7126
7128
|
if (Fn(e)) {
|
|
7127
|
-
let t = kn(e), { value: n } =
|
|
7129
|
+
let t = kn(e), { value: n } = rd({
|
|
7128
7130
|
value: e,
|
|
7129
7131
|
toUnit: L.unit,
|
|
7130
7132
|
unitkey: u,
|
|
@@ -7136,7 +7138,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7136
7138
|
return e;
|
|
7137
7139
|
}, Te = !C && (!F || F === V.FIRST) ? V.FIRST : V.MIDDLE, Ee = !F || F === V.LAST ? V.LAST : V.MIDDLE;
|
|
7138
7140
|
return /* @__PURE__ */ z("div", {
|
|
7139
|
-
className: de ===
|
|
7141
|
+
className: de === Qu.PREDEFINED ? g(fd.predefinedMenuActive) : "",
|
|
7140
7142
|
children: /* @__PURE__ */ B(Ma, {
|
|
7141
7143
|
small: o,
|
|
7142
7144
|
width: s,
|
|
@@ -7151,18 +7153,18 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7151
7153
|
trigger: "Component",
|
|
7152
7154
|
component: /* @__PURE__ */ z(K, {
|
|
7153
7155
|
groupOrder: "first",
|
|
7154
|
-
active: de ===
|
|
7155
|
-
icon: de ===
|
|
7156
|
+
active: de === Qu.PREDEFINED,
|
|
7157
|
+
icon: de === Qu.PREDEFINED ? "link" : "unlink",
|
|
7156
7158
|
small: o
|
|
7157
7159
|
}),
|
|
7158
7160
|
small: o,
|
|
7159
7161
|
sections: Se
|
|
7160
7162
|
},
|
|
7161
|
-
tooltip: de ===
|
|
7163
|
+
tooltip: de === Qu.PREDEFINED ? me == null ? void 0 : me.label : ""
|
|
7162
7164
|
}),
|
|
7163
7165
|
/* @__PURE__ */ z("div", {
|
|
7164
|
-
className:
|
|
7165
|
-
children: /* @__PURE__ */ z(
|
|
7166
|
+
className: fd.inputWrapper,
|
|
7167
|
+
children: /* @__PURE__ */ z(Us, {
|
|
7166
7168
|
name: xe,
|
|
7167
7169
|
testId: x,
|
|
7168
7170
|
disabled: n,
|
|
@@ -7185,7 +7187,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7185
7187
|
tooltip: ee
|
|
7186
7188
|
}, xe)
|
|
7187
7189
|
}),
|
|
7188
|
-
ye && (be || !ae ? /* @__PURE__ */ z(
|
|
7190
|
+
ye && (be || !ae ? /* @__PURE__ */ z(Ds, {
|
|
7189
7191
|
groupOrder: Ee,
|
|
7190
7192
|
small: o,
|
|
7191
7193
|
children: ye
|
|
@@ -7203,7 +7205,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7203
7205
|
let r = n || t || "", i = Pn(e) ? e : "";
|
|
7204
7206
|
return {
|
|
7205
7207
|
type: "Option",
|
|
7206
|
-
label: j ?
|
|
7208
|
+
label: j ? dd(i) : i,
|
|
7207
7209
|
inline: !0,
|
|
7208
7210
|
onClick: (n) => {
|
|
7209
7211
|
n.stopPropagation(), _e(e, t);
|
|
@@ -7218,10 +7220,10 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7218
7220
|
]
|
|
7219
7221
|
})
|
|
7220
7222
|
});
|
|
7221
|
-
},
|
|
7223
|
+
}, md = Object.freeze({
|
|
7222
7224
|
Translations: "translations",
|
|
7223
7225
|
LanguageKey: "languageKey"
|
|
7224
|
-
}),
|
|
7226
|
+
}), hd = {
|
|
7225
7227
|
unified: "Unified",
|
|
7226
7228
|
split: "Split",
|
|
7227
7229
|
changesTooLarge: "Changes are too large to be shown",
|
|
@@ -7243,30 +7245,30 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7243
7245
|
pluralChanges: "changes",
|
|
7244
7246
|
showAll: "Show all",
|
|
7245
7247
|
unknown: "Unknown"
|
|
7246
|
-
},
|
|
7248
|
+
}, gd = (e) => Object.keys(hd).reduce((t, n) => ({
|
|
7247
7249
|
...t,
|
|
7248
|
-
[n]: (e == null ? void 0 : e[n]) || (
|
|
7249
|
-
}), {}),
|
|
7250
|
-
[
|
|
7251
|
-
[
|
|
7252
|
-
},
|
|
7253
|
-
|
|
7254
|
-
},
|
|
7250
|
+
[n]: (e == null ? void 0 : e[n]) || (hd == null ? void 0 : hd[n])
|
|
7251
|
+
}), {}), _d = {
|
|
7252
|
+
[md.Translations]: gd(),
|
|
7253
|
+
[md.LanguageKey]: "en"
|
|
7254
|
+
}, vd = (e) => e ? _d[e] : _d, yd = (e, t) => {
|
|
7255
|
+
_d[e] = t;
|
|
7256
|
+
}, bd = (e) => e.reduce(({ preferredUnits: e, storageUnits: t }, { unitKey: n, preferredUnit: r, storageUnit: i }) => {
|
|
7255
7257
|
var a;
|
|
7256
|
-
let { unitTemplate: o = null } = (a =
|
|
7257
|
-
return e[n] = r == null ?
|
|
7258
|
+
let { unitTemplate: o = null } = (a = cd()) == null ? {} : a;
|
|
7259
|
+
return e[n] = r == null ? Zu(n, o) : r, t[n] = i, {
|
|
7258
7260
|
preferredUnits: e,
|
|
7259
7261
|
storageUnits: t
|
|
7260
7262
|
};
|
|
7261
7263
|
}, {
|
|
7262
7264
|
preferredUnits: {},
|
|
7263
7265
|
storageUnits: {}
|
|
7264
|
-
}),
|
|
7266
|
+
}), xd = ({ row: e, rowIndex: t, selectedUnits: n, storageUnits: r, convertBackToStorageUnit: i, enableCosmeticRounding: a, enableDisplayRounding: o }) => ({
|
|
7265
7267
|
...e,
|
|
7266
7268
|
cells: e.cells.map((e, s) => {
|
|
7267
7269
|
if ("autoUnit" in e && e != null && e.autoUnit && (typeof (e == null ? void 0 : e.value) == "string" || typeof (e == null ? void 0 : e.value) == "number")) {
|
|
7268
|
-
let { unitKey: c, value: l, formatDisplayValue: u } = e, d = o && "roundDisplayValue" in e ? e == null ? void 0 : e.roundDisplayValue : null, f = n[c], p = r[c], m = p && f !== p, { value: h = l } =
|
|
7269
|
-
value:
|
|
7270
|
+
let { unitKey: c, value: l, formatDisplayValue: u } = e, d = o && "roundDisplayValue" in e ? e == null ? void 0 : e.roundDisplayValue : null, f = n[c], p = r[c], m = p && f !== p, { value: h = l } = nd({
|
|
7271
|
+
value: Bs(l),
|
|
7270
7272
|
unitkey: c,
|
|
7271
7273
|
toUnit: f,
|
|
7272
7274
|
fromUnit: p
|
|
@@ -7279,7 +7281,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7279
7281
|
roundDisplayValue: d,
|
|
7280
7282
|
selectOnFocus: !0,
|
|
7281
7283
|
onChange: (n) => {
|
|
7282
|
-
let { value: r } = n.target, a = i ? p : f, { value: o = r } =
|
|
7284
|
+
let { value: r } = n.target, a = i ? p : f, { value: o = r } = nd({
|
|
7283
7285
|
value: String(r),
|
|
7284
7286
|
unitkey: c,
|
|
7285
7287
|
toUnit: a,
|
|
@@ -7303,17 +7305,17 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7303
7305
|
}
|
|
7304
7306
|
return e;
|
|
7305
7307
|
})
|
|
7306
|
-
}),
|
|
7307
|
-
let { translations: i } =
|
|
7308
|
+
}), Sd = ({ headers: e, selectedUnits: t, storageUnits: n, onChangeUnit: r }) => {
|
|
7309
|
+
let { translations: i } = vd();
|
|
7308
7310
|
return e ? e.map((e) => ({
|
|
7309
7311
|
...e,
|
|
7310
7312
|
cells: e.cells.map((e) => {
|
|
7311
|
-
if (e.type ===
|
|
7313
|
+
if (e.type === uc.AUTO_UNIT) {
|
|
7312
7314
|
var a;
|
|
7313
7315
|
let { testId: o, unitKey: s, disabled: c = !1, error: l } = e, u = n[s];
|
|
7314
7316
|
return {
|
|
7315
7317
|
value: u && t[s],
|
|
7316
|
-
type:
|
|
7318
|
+
type: uc.SELECT,
|
|
7317
7319
|
error: !u && (i == null ? void 0 : i.unitIsMissing) || l,
|
|
7318
7320
|
disabled: c || !u,
|
|
7319
7321
|
searchable: !1,
|
|
@@ -7333,8 +7335,8 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7333
7335
|
return e;
|
|
7334
7336
|
})
|
|
7335
7337
|
})) : [];
|
|
7336
|
-
},
|
|
7337
|
-
let { headers: u, ...d } = e, { storageUnits: f, preferredUnits: p } =
|
|
7338
|
+
}, Cd = ({ table: e, unitConfig: t, convertBackToStorageUnit: n = !0, enableCosmeticRounding: r = !0, enableDisplayRounding: i = !0, onListReorder: a, canListReorder: s, beforeRenderRow: l }) => {
|
|
7339
|
+
let { headers: u, ...d } = e, { storageUnits: f, preferredUnits: p } = bd(t), h = Xu(p), [g, _] = m(p), v = ({ unitKey: e, value: n }) => {
|
|
7338
7340
|
_({
|
|
7339
7341
|
...g,
|
|
7340
7342
|
[e]: n
|
|
@@ -7345,7 +7347,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7345
7347
|
newUnit: n,
|
|
7346
7348
|
unitKey: e
|
|
7347
7349
|
});
|
|
7348
|
-
}, y = o(({ row: e, rowIndex: t }) =>
|
|
7350
|
+
}, y = o(({ row: e, rowIndex: t }) => xd({
|
|
7349
7351
|
row: l ? l({
|
|
7350
7352
|
row: e,
|
|
7351
7353
|
rowIndex: t
|
|
@@ -7371,10 +7373,10 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7371
7373
|
value: n
|
|
7372
7374
|
});
|
|
7373
7375
|
});
|
|
7374
|
-
}, [t]), /* @__PURE__ */ z(
|
|
7376
|
+
}, [t]), /* @__PURE__ */ z(_c, {
|
|
7375
7377
|
table: {
|
|
7376
7378
|
...d,
|
|
7377
|
-
headers:
|
|
7379
|
+
headers: Sd({
|
|
7378
7380
|
headers: e.headers,
|
|
7379
7381
|
selectedUnits: g,
|
|
7380
7382
|
storageUnits: f,
|
|
@@ -7385,8 +7387,8 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7385
7387
|
canListReorder: s,
|
|
7386
7388
|
beforeRenderRow: y
|
|
7387
7389
|
});
|
|
7388
|
-
},
|
|
7389
|
-
let { translations: d } =
|
|
7390
|
+
}, wd = { settingField: "_settingField_1x02n_1" }, Td = ({ helpText: t, disabled: n = !1, showCustom: r = !1, children: i, userValue: a = void 0, companyValue: o = void 0, noPermission: s = !1, selectedOption: c, handleSelectChange: l, testId: u }) => {
|
|
7391
|
+
let { translations: d } = vd(), f = (t) => t.replace(/\\n/g, "\n").split(/\n/).map((t, n) => /* @__PURE__ */ B(e.Fragment, { children: [t, /* @__PURE__ */ z("br", {})] }, n)), p = [
|
|
7390
7392
|
...r ? [] : [{
|
|
7391
7393
|
label: d == null ? void 0 : d.allUsers,
|
|
7392
7394
|
value: !1
|
|
@@ -7401,20 +7403,20 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7401
7403
|
}] : []
|
|
7402
7404
|
], m = a !== void 0 && o !== void 0 && !an(a, o);
|
|
7403
7405
|
return /* @__PURE__ */ B("div", {
|
|
7404
|
-
className:
|
|
7406
|
+
className: wd.settingField,
|
|
7405
7407
|
"data-testid": u,
|
|
7406
|
-
children: [/* @__PURE__ */ B(
|
|
7408
|
+
children: [/* @__PURE__ */ B(jl, {
|
|
7407
7409
|
justifyContent: "space-between",
|
|
7408
7410
|
wrap: !1,
|
|
7409
7411
|
children: [i, !s && /* @__PURE__ */ z("div", {
|
|
7410
7412
|
style: { flexShrink: 0 },
|
|
7411
|
-
children: /* @__PURE__ */ B(
|
|
7413
|
+
children: /* @__PURE__ */ B(jl, {
|
|
7412
7414
|
gap: "8px",
|
|
7413
7415
|
alignItems: "center",
|
|
7414
7416
|
children: [m && /* @__PURE__ */ z(ci, {
|
|
7415
7417
|
text: Kn(o).valid ? `${d == null ? void 0 : d.companySetting}: ${Fn(o) ? qn(o) : o}` : d == null ? void 0 : d.companySettingDifferent,
|
|
7416
7418
|
icon: H.INFO
|
|
7417
|
-
}), /* @__PURE__ */ z(
|
|
7419
|
+
}), /* @__PURE__ */ z(xs, {
|
|
7418
7420
|
small: !0,
|
|
7419
7421
|
searchable: !1,
|
|
7420
7422
|
name: "userType",
|
|
@@ -7433,19 +7435,19 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7433
7435
|
children: f(t)
|
|
7434
7436
|
})]
|
|
7435
7437
|
});
|
|
7436
|
-
},
|
|
7438
|
+
}, Ed = (e, t) => {
|
|
7437
7439
|
let n = e.replace(/\r\n/g, "\n").split("\n"), r = t.replace(/\r\n/g, "\n").split("\n"), i = r.length - n.length, a = n.length - r.length;
|
|
7438
7440
|
return {
|
|
7439
7441
|
added: Math.max(0, i),
|
|
7440
7442
|
removed: Math.max(0, a)
|
|
7441
7443
|
};
|
|
7442
|
-
},
|
|
7444
|
+
}, Dd = "split", Od = "unified", kd = ({ oldJson: e, newJson: t, viewType: n = Dd }) => {
|
|
7443
7445
|
var r, i;
|
|
7444
|
-
let { translations: a } =
|
|
7445
|
-
value:
|
|
7446
|
+
let { translations: a } = vd(), [o, s] = m(n), l = [{
|
|
7447
|
+
value: Dd,
|
|
7446
7448
|
label: (r = a == null ? void 0 : a.split) == null ? "Split" : r
|
|
7447
7449
|
}, {
|
|
7448
|
-
value:
|
|
7450
|
+
value: Od,
|
|
7449
7451
|
label: (i = a == null ? void 0 : a.unified) == null ? "Unified" : i
|
|
7450
7452
|
}];
|
|
7451
7453
|
c(() => {
|
|
@@ -7453,10 +7455,10 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7453
7455
|
}, [n]);
|
|
7454
7456
|
let u = ({ target: { value: e } }) => {
|
|
7455
7457
|
s(e);
|
|
7456
|
-
}, { added: d, removed: f } =
|
|
7458
|
+
}, { added: d, removed: f } = Ed(e, t), p = d + f > 3500;
|
|
7457
7459
|
return /* @__PURE__ */ z(R, { children: /* @__PURE__ */ z(ia, {
|
|
7458
7460
|
bordered: !0,
|
|
7459
|
-
heading: /* @__PURE__ */ B(
|
|
7461
|
+
heading: /* @__PURE__ */ B(jl, {
|
|
7460
7462
|
gap: !0,
|
|
7461
7463
|
children: [/* @__PURE__ */ z(ya, { children: /* @__PURE__ */ B("div", { children: [/* @__PURE__ */ B(ha, {
|
|
7462
7464
|
success: !0,
|
|
@@ -7468,7 +7470,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7468
7470
|
}), /* @__PURE__ */ B(ha, {
|
|
7469
7471
|
error: !0,
|
|
7470
7472
|
children: ["-", f]
|
|
7471
|
-
})] }) }), !p && /* @__PURE__ */ z(
|
|
7473
|
+
})] }) }), !p && /* @__PURE__ */ z(lu, {
|
|
7472
7474
|
name: "viewType",
|
|
7473
7475
|
options: l,
|
|
7474
7476
|
value: o,
|
|
@@ -7486,14 +7488,14 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7486
7488
|
}) : /* @__PURE__ */ z(Cr, {
|
|
7487
7489
|
oldValue: e,
|
|
7488
7490
|
newValue: t,
|
|
7489
|
-
splitView: o ===
|
|
7491
|
+
splitView: o === Dd,
|
|
7490
7492
|
compareMethod: wr.WORDS
|
|
7491
7493
|
})
|
|
7492
7494
|
}) });
|
|
7493
7495
|
};
|
|
7494
7496
|
//#endregion
|
|
7495
7497
|
//#region src/helpers/date.ts
|
|
7496
|
-
function
|
|
7498
|
+
function Ad({ date: e, showTime: t, showSeconds: n, timeZone: r, showTimeZone: i, locale: a }) {
|
|
7497
7499
|
return e ? new Date(e).toLocaleString(a, {
|
|
7498
7500
|
year: "numeric",
|
|
7499
7501
|
month: "short",
|
|
@@ -7507,28 +7509,28 @@ function jd({ date: e, showTime: t, showSeconds: n, timeZone: r, showTimeZone: i
|
|
|
7507
7509
|
}
|
|
7508
7510
|
//#endregion
|
|
7509
7511
|
//#region node_modules/.pnpm/jsondiffpatch@0.7.6/node_modules/jsondiffpatch/lib/clone.js
|
|
7510
|
-
function
|
|
7512
|
+
function jd(e) {
|
|
7511
7513
|
var t;
|
|
7512
7514
|
let n = /^\/(.*)\/([gimyu]*)$/.exec(e.toString());
|
|
7513
7515
|
if (!n) throw Error("Invalid RegExp");
|
|
7514
7516
|
return new RegExp((t = n[1]) == null ? "" : t, n[2]);
|
|
7515
7517
|
}
|
|
7516
|
-
function
|
|
7518
|
+
function Md(e) {
|
|
7517
7519
|
if (typeof e != "object") return e;
|
|
7518
7520
|
if (e === null) return null;
|
|
7519
|
-
if (Array.isArray(e)) return e.map(
|
|
7521
|
+
if (Array.isArray(e)) return e.map(Md);
|
|
7520
7522
|
if (e instanceof Date) return new Date(e.getTime());
|
|
7521
|
-
if (e instanceof RegExp) return
|
|
7523
|
+
if (e instanceof RegExp) return jd(e);
|
|
7522
7524
|
let t = {};
|
|
7523
|
-
for (let n in e) Object.prototype.hasOwnProperty.call(e, n) && (t[n] =
|
|
7525
|
+
for (let n in e) Object.prototype.hasOwnProperty.call(e, n) && (t[n] = Md(e[n]));
|
|
7524
7526
|
return t;
|
|
7525
7527
|
}
|
|
7526
7528
|
//#endregion
|
|
7527
7529
|
//#region node_modules/.pnpm/jsondiffpatch@0.7.6/node_modules/jsondiffpatch/lib/assertions/arrays.js
|
|
7528
|
-
function
|
|
7530
|
+
function Nd(e, t) {
|
|
7529
7531
|
if (e.length === 0) throw Error(t || "Expected a non-empty array");
|
|
7530
7532
|
}
|
|
7531
|
-
var
|
|
7533
|
+
var Pd = (e) => e[e.length - 1], Fd = class {
|
|
7532
7534
|
setResult(e) {
|
|
7533
7535
|
return this.result = e, this.hasResult = !0, this;
|
|
7534
7536
|
}
|
|
@@ -7536,16 +7538,16 @@ var Fd = (e) => e[e.length - 1], Id = class {
|
|
|
7536
7538
|
return this.exiting = !0, this;
|
|
7537
7539
|
}
|
|
7538
7540
|
push(e, t) {
|
|
7539
|
-
return e.parent = this, t !== void 0 && (e.childName = t), e.root = this.root || this, e.options = e.options || this.options, this.children ? (
|
|
7541
|
+
return e.parent = this, t !== void 0 && (e.childName = t), e.root = this.root || this, e.options = e.options || this.options, this.children ? (Nd(this.children), Pd(this.children).next = e, this.children.push(e)) : (this.children = [e], this.nextAfterChildren = this.next || null, this.next = e), e.next = this, this;
|
|
7540
7542
|
}
|
|
7541
|
-
},
|
|
7543
|
+
}, Id = class extends Fd {
|
|
7542
7544
|
constructor(e, t) {
|
|
7543
7545
|
super(), this.left = e, this.right = t, this.pipe = "diff";
|
|
7544
7546
|
}
|
|
7545
7547
|
prepareDeltaResult(e) {
|
|
7546
7548
|
var t, n, r, i;
|
|
7547
7549
|
if (typeof e == "object" && ((t = this.options) != null && t.omitRemovedValues && Array.isArray(e) && e.length > 1 && (e.length === 2 || e[2] === 0 || e[2] === 3) && (e[0] = 0), (n = this.options) != null && n.cloneDiffValues)) {
|
|
7548
|
-
let t = typeof ((r = this.options) == null ? void 0 : r.cloneDiffValues) == "function" ? (i = this.options) == null ? void 0 : i.cloneDiffValues :
|
|
7550
|
+
let t = typeof ((r = this.options) == null ? void 0 : r.cloneDiffValues) == "function" ? (i = this.options) == null ? void 0 : i.cloneDiffValues : Md;
|
|
7549
7551
|
typeof e[0] == "object" && (e[0] = t(e[0])), typeof e[1] == "object" && (e[1] = t(e[1]));
|
|
7550
7552
|
}
|
|
7551
7553
|
return e;
|
|
@@ -7553,15 +7555,15 @@ var Fd = (e) => e[e.length - 1], Id = class {
|
|
|
7553
7555
|
setResult(e) {
|
|
7554
7556
|
return this.prepareDeltaResult(e), super.setResult(e);
|
|
7555
7557
|
}
|
|
7556
|
-
},
|
|
7558
|
+
}, Ld = class extends Fd {
|
|
7557
7559
|
constructor(e, t) {
|
|
7558
7560
|
super(), this.left = e, this.delta = t, this.pipe = "patch";
|
|
7559
7561
|
}
|
|
7560
|
-
},
|
|
7562
|
+
}, Rd = class extends Fd {
|
|
7561
7563
|
constructor(e) {
|
|
7562
7564
|
super(), this.delta = e, this.pipe = "reverse";
|
|
7563
7565
|
}
|
|
7564
|
-
},
|
|
7566
|
+
}, zd = class {
|
|
7565
7567
|
constructor(e) {
|
|
7566
7568
|
this.name = e, this.filters = [];
|
|
7567
7569
|
}
|
|
@@ -7625,7 +7627,7 @@ var Fd = (e) => e[e.length - 1], Id = class {
|
|
|
7625
7627
|
}
|
|
7626
7628
|
}), this);
|
|
7627
7629
|
}
|
|
7628
|
-
},
|
|
7630
|
+
}, Bd = class {
|
|
7629
7631
|
constructor(e) {
|
|
7630
7632
|
this.selfOptions = e || {}, this.pipes = {};
|
|
7631
7633
|
}
|
|
@@ -7652,7 +7654,7 @@ var Fd = (e) => e[e.length - 1], Id = class {
|
|
|
7652
7654
|
for (; r;) n.nextAfterChildren !== void 0 && (n.next = n.nextAfterChildren, n.nextAfterChildren = null), typeof r == "string" && (r = this.pipe(r)), r.process(n), i = r, r = null, n && n.next && (n = n.next, r = n.pipe || i);
|
|
7653
7655
|
return n.hasResult ? n.result : void 0;
|
|
7654
7656
|
}
|
|
7655
|
-
},
|
|
7657
|
+
}, Vd = (e, t, n, r) => e[n] === t[r], Hd = (e, t, n, r) => {
|
|
7656
7658
|
var i, a, o;
|
|
7657
7659
|
let s = e.length, c = t.length, l, u, d = Array(s + 1);
|
|
7658
7660
|
for (l = 0; l < s + 1; l++) {
|
|
@@ -7668,7 +7670,7 @@ var Fd = (e) => e[e.length - 1], Id = class {
|
|
|
7668
7670
|
for (u = 1; u < c + 1; u++) n(e, t, l - 1, u - 1, r) ? s[u] = ((i = f[u - 1]) == null ? 0 : i) + 1 : s[u] = Math.max((a = f[u]) == null ? 0 : a, (o = s[u - 1]) == null ? 0 : o);
|
|
7669
7671
|
}
|
|
7670
7672
|
return d;
|
|
7671
|
-
},
|
|
7673
|
+
}, Ud = (e, t, n, r) => {
|
|
7672
7674
|
let i = t.length, a = n.length, o = {
|
|
7673
7675
|
sequence: [],
|
|
7674
7676
|
indices1: [],
|
|
@@ -7690,11 +7692,11 @@ var Fd = (e) => e[e.length - 1], Id = class {
|
|
|
7690
7692
|
}
|
|
7691
7693
|
}
|
|
7692
7694
|
return o;
|
|
7693
|
-
},
|
|
7695
|
+
}, Wd = { get: (e, t, n, r) => {
|
|
7694
7696
|
let i = r || {};
|
|
7695
|
-
return
|
|
7696
|
-
} },
|
|
7697
|
-
function
|
|
7697
|
+
return Ud(Hd(e, t, n || Vd, i), e, t, i);
|
|
7698
|
+
} }, Gd = 3;
|
|
7699
|
+
function Kd(e, t, n, r) {
|
|
7698
7700
|
for (let i = 0; i < n; i++) {
|
|
7699
7701
|
let n = e[i];
|
|
7700
7702
|
for (let e = 0; e < r; e++) {
|
|
@@ -7704,7 +7706,7 @@ function qd(e, t, n, r) {
|
|
|
7704
7706
|
}
|
|
7705
7707
|
return !1;
|
|
7706
7708
|
}
|
|
7707
|
-
function
|
|
7709
|
+
function qd(e, t, n, r, i) {
|
|
7708
7710
|
let a = e[n], o = t[r];
|
|
7709
7711
|
if (a === o) return !0;
|
|
7710
7712
|
if (typeof a != "object" || typeof o != "object") return !1;
|
|
@@ -7717,15 +7719,15 @@ function Jd(e, t, n, r, i) {
|
|
|
7717
7719
|
let l = i.hashCache2[r];
|
|
7718
7720
|
return l === void 0 && (i.hashCache2[r] = l = s(o, r)), l === void 0 ? !1 : c === l;
|
|
7719
7721
|
}
|
|
7720
|
-
var
|
|
7722
|
+
var Jd = function(e) {
|
|
7721
7723
|
var t, n, r, i, a;
|
|
7722
7724
|
if (!e.leftIsArray) return;
|
|
7723
7725
|
let o = {
|
|
7724
7726
|
objectHash: (t = e.options) == null ? void 0 : t.objectHash,
|
|
7725
7727
|
matchByPosition: (n = e.options) == null ? void 0 : n.matchByPosition
|
|
7726
7728
|
}, s = 0, c = 0, l, u, d, f = e.left, p = e.right, m = f.length, h = p.length, g;
|
|
7727
|
-
for (m > 0 && h > 0 && !o.objectHash && typeof o.matchByPosition != "boolean" && (o.matchByPosition = !
|
|
7728
|
-
for (; c + s < m && c + s < h &&
|
|
7729
|
+
for (m > 0 && h > 0 && !o.objectHash && typeof o.matchByPosition != "boolean" && (o.matchByPosition = !Kd(f, p, m, h)); s < m && s < h && qd(f, p, s, s, o);) l = s, g = new Id(f[l], p[l]), e.push(g, l), s++;
|
|
7730
|
+
for (; c + s < m && c + s < h && qd(f, p, m - 1 - c, h - 1 - c, o);) u = m - 1 - c, d = h - 1 - c, g = new Id(f[u], p[d]), e.push(g, d), c++;
|
|
7729
7731
|
let _;
|
|
7730
7732
|
if (s + c === m) {
|
|
7731
7733
|
if (m === h) {
|
|
@@ -7749,7 +7751,7 @@ var Yd = function(e) {
|
|
|
7749
7751
|
return;
|
|
7750
7752
|
}
|
|
7751
7753
|
o.hashCache1 = void 0, o.hashCache2 = void 0;
|
|
7752
|
-
let v = f.slice(s, m - c), y = p.slice(s, h - c), b =
|
|
7754
|
+
let v = f.slice(s, m - c), y = p.slice(s, h - c), b = Wd.get(v, y, qd, o), x = [];
|
|
7753
7755
|
for (_ = _ || { _t: "a" }, l = s; l < m - c; l++) if (b.indices1.indexOf(l - s) < 0) {
|
|
7754
7756
|
let t = `_${l}`;
|
|
7755
7757
|
_[t] = [
|
|
@@ -7770,8 +7772,8 @@ var Yd = function(e) {
|
|
|
7770
7772
|
if (S && w > 0) for (let n = 0; n < w; n++) {
|
|
7771
7773
|
u = x[n];
|
|
7772
7774
|
let r = u === void 0 ? void 0 : _[`_${u}`];
|
|
7773
|
-
if (u !== void 0 && r &&
|
|
7774
|
-
r.splice(1, 2, l,
|
|
7775
|
+
if (u !== void 0 && r && qd(v, y, u - s, l - s, o)) {
|
|
7776
|
+
r.splice(1, 2, l, Gd), r.splice(1, 2, l, Gd), C || (r[0] = ""), d = l, g = new Id(f[u], p[d]), e.push(g, d), x.splice(n, 1), t = !0;
|
|
7775
7777
|
break;
|
|
7776
7778
|
}
|
|
7777
7779
|
}
|
|
@@ -7779,20 +7781,20 @@ var Yd = function(e) {
|
|
|
7779
7781
|
} else {
|
|
7780
7782
|
if (b.indices1[t] === void 0) throw Error(`Invalid indexOnArray2: ${t}, seq.indices1: ${b.indices1}`);
|
|
7781
7783
|
if (u = b.indices1[t] + s, b.indices2[t] === void 0) throw Error(`Invalid indexOnArray2: ${t}, seq.indices2: ${b.indices2}`);
|
|
7782
|
-
d = b.indices2[t] + s, g = new
|
|
7784
|
+
d = b.indices2[t] + s, g = new Id(f[u], p[d]), e.push(g, d);
|
|
7783
7785
|
}
|
|
7784
7786
|
}
|
|
7785
7787
|
e.setResult(_).exit();
|
|
7786
7788
|
};
|
|
7787
|
-
|
|
7788
|
-
var
|
|
7789
|
+
Jd.filterName = "arrays";
|
|
7790
|
+
var Yd = {
|
|
7789
7791
|
numerically(e, t) {
|
|
7790
7792
|
return e - t;
|
|
7791
7793
|
},
|
|
7792
7794
|
numericallyBy(e) {
|
|
7793
7795
|
return (t, n) => t[e] - n[e];
|
|
7794
7796
|
}
|
|
7795
|
-
},
|
|
7797
|
+
}, Xd = function(e) {
|
|
7796
7798
|
var t;
|
|
7797
7799
|
if (!e.nested) return;
|
|
7798
7800
|
let n = e.delta;
|
|
@@ -7800,7 +7802,7 @@ var Xd = {
|
|
|
7800
7802
|
let r, i, a = n, o = e.left, s = [], c = [], l = [];
|
|
7801
7803
|
for (r in a) if (r !== "_t") if (r[0] === "_") {
|
|
7802
7804
|
let e = r;
|
|
7803
|
-
if (a[e] !== void 0 && (a[e][2] === 0 || a[e][2] ===
|
|
7805
|
+
if (a[e] !== void 0 && (a[e][2] === 0 || a[e][2] === Gd)) s.push(Number.parseInt(r.slice(1), 10));
|
|
7804
7806
|
else throw Error(`only removal or move can be applied at original array indices, invalid diff type: ${(t = a[e]) == null ? void 0 : t[2]}`);
|
|
7805
7807
|
} else {
|
|
7806
7808
|
let e = r;
|
|
@@ -7812,15 +7814,15 @@ var Xd = {
|
|
|
7812
7814
|
delta: a[e]
|
|
7813
7815
|
});
|
|
7814
7816
|
}
|
|
7815
|
-
for (s = s.sort(
|
|
7817
|
+
for (s = s.sort(Yd.numerically), r = s.length - 1; r >= 0; r--) {
|
|
7816
7818
|
if (i = s[r], i === void 0) continue;
|
|
7817
7819
|
let e = a[`_${i}`], t = o.splice(i, 1)[0];
|
|
7818
|
-
(e == null ? void 0 : e[2]) ===
|
|
7820
|
+
(e == null ? void 0 : e[2]) === Gd && c.push({
|
|
7819
7821
|
index: e[1],
|
|
7820
7822
|
value: t
|
|
7821
7823
|
});
|
|
7822
7824
|
}
|
|
7823
|
-
c = c.sort(
|
|
7825
|
+
c = c.sort(Yd.numericallyBy("index"));
|
|
7824
7826
|
let u = c.length;
|
|
7825
7827
|
for (r = 0; r < u; r++) {
|
|
7826
7828
|
let e = c[r];
|
|
@@ -7830,7 +7832,7 @@ var Xd = {
|
|
|
7830
7832
|
if (d > 0) for (r = 0; r < d; r++) {
|
|
7831
7833
|
let t = l[r];
|
|
7832
7834
|
if (t === void 0) continue;
|
|
7833
|
-
let n = new
|
|
7835
|
+
let n = new Ld(o[t.index], t.delta);
|
|
7834
7836
|
e.push(n, t.index);
|
|
7835
7837
|
}
|
|
7836
7838
|
if (!e.children) {
|
|
@@ -7839,8 +7841,8 @@ var Xd = {
|
|
|
7839
7841
|
}
|
|
7840
7842
|
e.exit();
|
|
7841
7843
|
};
|
|
7842
|
-
|
|
7843
|
-
var
|
|
7844
|
+
Xd.filterName = "arrays";
|
|
7845
|
+
var Zd = function(e) {
|
|
7844
7846
|
if (!e || !e.children || e.delta._t !== "a") return;
|
|
7845
7847
|
let t = e.left, n = e.children.length;
|
|
7846
7848
|
for (let r = 0; r < n; r++) {
|
|
@@ -7851,16 +7853,16 @@ var Qd = function(e) {
|
|
|
7851
7853
|
}
|
|
7852
7854
|
e.setResult(t).exit();
|
|
7853
7855
|
};
|
|
7854
|
-
|
|
7855
|
-
var
|
|
7856
|
+
Zd.filterName = "arraysCollectChildren";
|
|
7857
|
+
var Qd = function(e) {
|
|
7856
7858
|
if (!e.nested) {
|
|
7857
7859
|
let t = e.delta;
|
|
7858
|
-
if (t[2] ===
|
|
7860
|
+
if (t[2] === Gd) {
|
|
7859
7861
|
let n = t;
|
|
7860
7862
|
e.newName = `_${n[1]}`, e.setResult([
|
|
7861
7863
|
n[0],
|
|
7862
7864
|
Number.parseInt(e.childName.substring(1), 10),
|
|
7863
|
-
|
|
7865
|
+
Gd
|
|
7864
7866
|
]).exit();
|
|
7865
7867
|
}
|
|
7866
7868
|
return;
|
|
@@ -7870,26 +7872,26 @@ var $d = function(e) {
|
|
|
7870
7872
|
let n = t;
|
|
7871
7873
|
for (let t in n) {
|
|
7872
7874
|
if (t === "_t") continue;
|
|
7873
|
-
let r = new
|
|
7875
|
+
let r = new Rd(n[t]);
|
|
7874
7876
|
e.push(r, t);
|
|
7875
7877
|
}
|
|
7876
7878
|
e.exit();
|
|
7877
7879
|
};
|
|
7878
|
-
|
|
7879
|
-
var
|
|
7880
|
+
Qd.filterName = "arrays";
|
|
7881
|
+
var $d = (e, t, n) => {
|
|
7880
7882
|
if (typeof t == "string" && t[0] === "_") return Number.parseInt(t.substring(1), 10);
|
|
7881
7883
|
if (Array.isArray(n) && n[2] === 0) return `_${t}`;
|
|
7882
7884
|
let r = +t;
|
|
7883
7885
|
for (let n in e) {
|
|
7884
7886
|
let i = e[n];
|
|
7885
|
-
if (Array.isArray(i)) if (i[2] ===
|
|
7887
|
+
if (Array.isArray(i)) if (i[2] === Gd) {
|
|
7886
7888
|
let e = Number.parseInt(n.substring(1), 10), a = i[1];
|
|
7887
7889
|
if (a === +t) return e;
|
|
7888
7890
|
e <= r && a > r ? r++ : e >= r && a < r && r--;
|
|
7889
7891
|
} else i[2] === 0 ? Number.parseInt(n.substring(1), 10) <= r && r++ : i.length === 1 && Number.parseInt(n, 10) <= r && r--;
|
|
7890
7892
|
}
|
|
7891
7893
|
return r;
|
|
7892
|
-
},
|
|
7894
|
+
}, ef = (e) => {
|
|
7893
7895
|
if (!e || !e.children) return;
|
|
7894
7896
|
let t = e.delta;
|
|
7895
7897
|
if (t._t !== "a") return;
|
|
@@ -7900,22 +7902,22 @@ var ef = (e, t, n) => {
|
|
|
7900
7902
|
let a = r.newName;
|
|
7901
7903
|
if (a === void 0) {
|
|
7902
7904
|
if (r.childName === void 0) throw Error("child.childName is undefined");
|
|
7903
|
-
a =
|
|
7905
|
+
a = $d(n, r.childName, r.result);
|
|
7904
7906
|
}
|
|
7905
7907
|
i[a] !== r.result && (i[a] = r.result);
|
|
7906
7908
|
}
|
|
7907
7909
|
e.setResult(i).exit();
|
|
7908
7910
|
};
|
|
7909
|
-
|
|
7911
|
+
ef.filterName = "arraysCollectChildren";
|
|
7910
7912
|
//#endregion
|
|
7911
7913
|
//#region node_modules/.pnpm/jsondiffpatch@0.7.6/node_modules/jsondiffpatch/lib/filters/dates.js
|
|
7912
|
-
var
|
|
7914
|
+
var tf = function(e) {
|
|
7913
7915
|
e.left instanceof Date ? (e.right instanceof Date && e.left.getTime() === e.right.getTime() ? e.setResult(void 0) : e.setResult([e.left, e.right]), e.exit()) : e.right instanceof Date && e.setResult([e.left, e.right]).exit();
|
|
7914
7916
|
};
|
|
7915
|
-
|
|
7917
|
+
tf.filterName = "dates";
|
|
7916
7918
|
//#endregion
|
|
7917
7919
|
//#region node_modules/.pnpm/jsondiffpatch@0.7.6/node_modules/jsondiffpatch/lib/filters/nested.js
|
|
7918
|
-
var
|
|
7920
|
+
var nf = new Set(["__proto__"]), rf = (e) => {
|
|
7919
7921
|
if (!e || !e.children) return;
|
|
7920
7922
|
let t = e.children.length, n = e.result;
|
|
7921
7923
|
for (let r = 0; r < t; r++) {
|
|
@@ -7927,18 +7929,18 @@ var rf = new Set(["__proto__"]), af = (e) => {
|
|
|
7927
7929
|
}
|
|
7928
7930
|
n && e.leftIsArray && (n._t = "a"), e.setResult(n).exit();
|
|
7929
7931
|
};
|
|
7930
|
-
|
|
7931
|
-
var
|
|
7932
|
+
rf.filterName = "collectChildren";
|
|
7933
|
+
var af = (e) => {
|
|
7932
7934
|
var t;
|
|
7933
7935
|
if (e.leftIsArray || e.leftType !== "object") return;
|
|
7934
7936
|
let n = e.left, r = e.right, i = (t = e.options) == null ? void 0 : t.propertyFilter;
|
|
7935
7937
|
for (let t in n) {
|
|
7936
7938
|
if (!Object.prototype.hasOwnProperty.call(n, t) || i && !i(t, e)) continue;
|
|
7937
|
-
let a = new
|
|
7939
|
+
let a = new Id(n[t], r[t]);
|
|
7938
7940
|
e.push(a, t);
|
|
7939
7941
|
}
|
|
7940
7942
|
for (let t in r) if (Object.prototype.hasOwnProperty.call(r, t) && !(i && !i(t, e)) && n[t] === void 0) {
|
|
7941
|
-
let n = new
|
|
7943
|
+
let n = new Id(void 0, r[t]);
|
|
7942
7944
|
e.push(n, t);
|
|
7943
7945
|
}
|
|
7944
7946
|
if (!e.children || e.children.length === 0) {
|
|
@@ -7947,15 +7949,15 @@ var of = (e) => {
|
|
|
7947
7949
|
}
|
|
7948
7950
|
e.exit();
|
|
7949
7951
|
};
|
|
7950
|
-
|
|
7951
|
-
var
|
|
7952
|
+
af.filterName = "objects";
|
|
7953
|
+
var of = function(e) {
|
|
7952
7954
|
if (!e.nested) return;
|
|
7953
7955
|
let t = e.delta;
|
|
7954
7956
|
if (t._t) return;
|
|
7955
7957
|
let n = t, r = !1;
|
|
7956
7958
|
for (let t in n) {
|
|
7957
|
-
if (
|
|
7958
|
-
let i = e.left, a = new
|
|
7959
|
+
if (nf.has(t) || !Object.prototype.hasOwnProperty.call(n, t)) continue;
|
|
7960
|
+
let i = e.left, a = new Ld(typeof i == "object" && i && Object.prototype.hasOwnProperty.call(i, t) ? i[t] : void 0, n[t]);
|
|
7959
7961
|
e.push(a, t), r = !0;
|
|
7960
7962
|
}
|
|
7961
7963
|
if (!r) {
|
|
@@ -7964,8 +7966,8 @@ var sf = function(e) {
|
|
|
7964
7966
|
}
|
|
7965
7967
|
e.exit();
|
|
7966
7968
|
};
|
|
7967
|
-
|
|
7968
|
-
var
|
|
7969
|
+
of.filterName = "objects";
|
|
7970
|
+
var sf = function(e) {
|
|
7969
7971
|
if (!e || !e.children || e.delta._t) return;
|
|
7970
7972
|
if (e.left === null || typeof e.left != "object") {
|
|
7971
7973
|
e.setResult(e.left).exit();
|
|
@@ -7976,17 +7978,17 @@ var cf = function(e) {
|
|
|
7976
7978
|
let n = e.children[r];
|
|
7977
7979
|
if (n === void 0) continue;
|
|
7978
7980
|
let i = n.childName;
|
|
7979
|
-
|
|
7981
|
+
nf.has(i) || (Object.prototype.hasOwnProperty.call(e.left, i) && n.result === void 0 ? delete t[i] : t[i] !== n.result && (t[i] = n.result));
|
|
7980
7982
|
}
|
|
7981
7983
|
e.setResult(t).exit();
|
|
7982
7984
|
};
|
|
7983
|
-
|
|
7984
|
-
var
|
|
7985
|
+
sf.filterName = "collectChildren";
|
|
7986
|
+
var cf = function(e) {
|
|
7985
7987
|
if (!e.nested || e.delta._t) return;
|
|
7986
7988
|
let t = e.delta, n = !1;
|
|
7987
7989
|
for (let r in t) {
|
|
7988
|
-
if (
|
|
7989
|
-
let i = new
|
|
7990
|
+
if (nf.has(r) || !Object.prototype.hasOwnProperty.call(t, r)) continue;
|
|
7991
|
+
let i = new Rd(t[r]);
|
|
7990
7992
|
e.push(i, r), n = !0;
|
|
7991
7993
|
}
|
|
7992
7994
|
if (!n) {
|
|
@@ -7995,25 +7997,25 @@ var lf = function(e) {
|
|
|
7995
7997
|
}
|
|
7996
7998
|
e.exit();
|
|
7997
7999
|
};
|
|
7998
|
-
|
|
7999
|
-
var
|
|
8000
|
+
cf.filterName = "objects";
|
|
8001
|
+
var lf = (e) => {
|
|
8000
8002
|
if (!e || !e.children || e.delta._t) return;
|
|
8001
8003
|
let t = e.children.length, n = {};
|
|
8002
8004
|
for (let r = 0; r < t; r++) {
|
|
8003
8005
|
let t = e.children[r];
|
|
8004
8006
|
if (t === void 0) continue;
|
|
8005
8007
|
let i = t.childName;
|
|
8006
|
-
|
|
8008
|
+
nf.has(i) || n[i] !== t.result && (n[i] = t.result);
|
|
8007
8009
|
}
|
|
8008
8010
|
e.setResult(n).exit();
|
|
8009
8011
|
};
|
|
8010
|
-
|
|
8012
|
+
lf.filterName = "collectChildren";
|
|
8011
8013
|
//#endregion
|
|
8012
8014
|
//#region node_modules/.pnpm/jsondiffpatch@0.7.6/node_modules/jsondiffpatch/lib/filters/texts.js
|
|
8013
|
-
var
|
|
8014
|
-
function
|
|
8015
|
+
var uf = 2, df = 60, ff = null;
|
|
8016
|
+
function pf(e, t) {
|
|
8015
8017
|
var n;
|
|
8016
|
-
if (!
|
|
8018
|
+
if (!ff) {
|
|
8017
8019
|
let r;
|
|
8018
8020
|
if ((n = e == null ? void 0 : e.textDiff) != null && n.diffMatchPatch) r = new e.textDiff.diffMatchPatch();
|
|
8019
8021
|
else {
|
|
@@ -8021,7 +8023,7 @@ function mf(e, t) {
|
|
|
8021
8023
|
let e = /* @__PURE__ */ Error("The diff-match-patch library was not provided. Pass the library in through the options or use the `jsondiffpatch/with-text-diffs` entry-point.");
|
|
8022
8024
|
throw e.diff_match_patch_not_found = !0, e;
|
|
8023
8025
|
}
|
|
8024
|
-
|
|
8026
|
+
ff = {
|
|
8025
8027
|
diff: (e, t) => r.patch_toText(r.patch_make(e, t)),
|
|
8026
8028
|
patch: (e, t) => {
|
|
8027
8029
|
let n = r.patch_apply(r.patch_fromText(t), e);
|
|
@@ -8033,17 +8035,17 @@ function mf(e, t) {
|
|
|
8033
8035
|
}
|
|
8034
8036
|
};
|
|
8035
8037
|
}
|
|
8036
|
-
return
|
|
8038
|
+
return ff;
|
|
8037
8039
|
}
|
|
8038
|
-
var
|
|
8040
|
+
var mf = function(e) {
|
|
8039
8041
|
var t, n;
|
|
8040
8042
|
if (e.leftType !== "string") return;
|
|
8041
|
-
let r = e.left, i = e.right, a = ((n = (t = e.options) == null ? void 0 : t.textDiff) == null ? void 0 : n.minLength) ||
|
|
8043
|
+
let r = e.left, i = e.right, a = ((n = (t = e.options) == null ? void 0 : t.textDiff) == null ? void 0 : n.minLength) || df;
|
|
8042
8044
|
if (r.length < a || i.length < a) {
|
|
8043
8045
|
e.setResult([r, i]).exit();
|
|
8044
8046
|
return;
|
|
8045
8047
|
}
|
|
8046
|
-
let o =
|
|
8048
|
+
let o = pf(e.options);
|
|
8047
8049
|
if (!o) {
|
|
8048
8050
|
e.setResult([r, i]).exit();
|
|
8049
8051
|
return;
|
|
@@ -8052,19 +8054,19 @@ var hf = function(e) {
|
|
|
8052
8054
|
e.setResult([
|
|
8053
8055
|
s(r, i),
|
|
8054
8056
|
0,
|
|
8055
|
-
|
|
8057
|
+
uf
|
|
8056
8058
|
]).exit();
|
|
8057
8059
|
};
|
|
8058
|
-
|
|
8059
|
-
var
|
|
8060
|
+
mf.filterName = "texts";
|
|
8061
|
+
var hf = function(e) {
|
|
8060
8062
|
if (e.nested) return;
|
|
8061
8063
|
let t = e.delta;
|
|
8062
|
-
if (t[2] !==
|
|
8063
|
-
let n = t, r =
|
|
8064
|
+
if (t[2] !== uf) return;
|
|
8065
|
+
let n = t, r = pf(e.options, !0).patch;
|
|
8064
8066
|
e.setResult(r(e.left, n[0])).exit();
|
|
8065
8067
|
};
|
|
8066
|
-
|
|
8067
|
-
var
|
|
8068
|
+
hf.filterName = "texts";
|
|
8069
|
+
var gf = (e) => {
|
|
8068
8070
|
var t, n, r;
|
|
8069
8071
|
let i = /^@@ +-(\d+),(\d+) +\+(\d+),(\d+) +@@$/, a = e.split("\n");
|
|
8070
8072
|
for (let e = 0; e < a.length; e++) {
|
|
@@ -8085,21 +8087,21 @@ var _f = (e) => {
|
|
|
8085
8087
|
} else s === "-" && (a[e] = `+${(r = a[e]) == null ? void 0 : r.slice(1)}`);
|
|
8086
8088
|
}
|
|
8087
8089
|
return a.join("\n");
|
|
8088
|
-
},
|
|
8090
|
+
}, _f = function(e) {
|
|
8089
8091
|
if (e.nested) return;
|
|
8090
8092
|
let t = e.delta;
|
|
8091
|
-
if (t[2] !==
|
|
8093
|
+
if (t[2] !== uf) return;
|
|
8092
8094
|
let n = t;
|
|
8093
8095
|
e.setResult([
|
|
8094
|
-
|
|
8096
|
+
gf(n[0]),
|
|
8095
8097
|
0,
|
|
8096
|
-
|
|
8098
|
+
uf
|
|
8097
8099
|
]).exit();
|
|
8098
8100
|
};
|
|
8099
|
-
|
|
8101
|
+
_f.filterName = "texts";
|
|
8100
8102
|
//#endregion
|
|
8101
8103
|
//#region node_modules/.pnpm/jsondiffpatch@0.7.6/node_modules/jsondiffpatch/lib/filters/trivial.js
|
|
8102
|
-
var
|
|
8104
|
+
var vf = function(e) {
|
|
8103
8105
|
if (e.left === e.right) {
|
|
8104
8106
|
e.setResult(void 0).exit();
|
|
8105
8107
|
return;
|
|
@@ -8132,8 +8134,8 @@ var yf = function(e) {
|
|
|
8132
8134
|
}
|
|
8133
8135
|
e.left instanceof RegExp && (e.right instanceof RegExp ? e.setResult([e.left.toString(), e.right.toString()]).exit() : e.setResult([e.left, e.right]).exit());
|
|
8134
8136
|
};
|
|
8135
|
-
|
|
8136
|
-
var
|
|
8137
|
+
vf.filterName = "trivial";
|
|
8138
|
+
var yf = function(e) {
|
|
8137
8139
|
if (e.delta === void 0) {
|
|
8138
8140
|
e.setResult(e.left).exit();
|
|
8139
8141
|
return;
|
|
@@ -8157,8 +8159,8 @@ var bf = function(e) {
|
|
|
8157
8159
|
}
|
|
8158
8160
|
t.length === 3 && t[2] === 0 && e.setResult(void 0).exit();
|
|
8159
8161
|
};
|
|
8160
|
-
|
|
8161
|
-
var
|
|
8162
|
+
yf.filterName = "trivial";
|
|
8163
|
+
var bf = function(e) {
|
|
8162
8164
|
if (e.delta === void 0) {
|
|
8163
8165
|
e.setResult(e.delta).exit();
|
|
8164
8166
|
return;
|
|
@@ -8179,36 +8181,36 @@ var xf = function(e) {
|
|
|
8179
8181
|
}
|
|
8180
8182
|
t.length === 3 && t[2] === 0 && e.setResult([t[0]]).exit();
|
|
8181
8183
|
};
|
|
8182
|
-
|
|
8184
|
+
bf.filterName = "trivial";
|
|
8183
8185
|
//#endregion
|
|
8184
8186
|
//#region node_modules/.pnpm/jsondiffpatch@0.7.6/node_modules/jsondiffpatch/lib/diffpatcher.js
|
|
8185
|
-
var
|
|
8187
|
+
var xf = class {
|
|
8186
8188
|
constructor(e) {
|
|
8187
|
-
this.processor = new
|
|
8189
|
+
this.processor = new Bd(e), this.processor.pipe(new zd("diff").append(rf, vf, tf, mf, af, Jd).shouldHaveResult()), this.processor.pipe(new zd("patch").append(sf, Zd, yf, hf, of, Xd).shouldHaveResult()), this.processor.pipe(new zd("reverse").append(lf, ef, bf, _f, cf, Qd).shouldHaveResult());
|
|
8188
8190
|
}
|
|
8189
8191
|
options(e) {
|
|
8190
8192
|
return this.processor.options(e);
|
|
8191
8193
|
}
|
|
8192
8194
|
diff(e, t) {
|
|
8193
|
-
return this.processor.process(new
|
|
8195
|
+
return this.processor.process(new Id(e, t));
|
|
8194
8196
|
}
|
|
8195
8197
|
patch(e, t) {
|
|
8196
|
-
return this.processor.process(new
|
|
8198
|
+
return this.processor.process(new Ld(e, t));
|
|
8197
8199
|
}
|
|
8198
8200
|
reverse(e) {
|
|
8199
|
-
return this.processor.process(new
|
|
8201
|
+
return this.processor.process(new Rd(e));
|
|
8200
8202
|
}
|
|
8201
8203
|
unpatch(e, t) {
|
|
8202
8204
|
return this.patch(e, this.reverse(t));
|
|
8203
8205
|
}
|
|
8204
8206
|
clone(e) {
|
|
8205
|
-
return
|
|
8207
|
+
return Md(e);
|
|
8206
8208
|
}
|
|
8207
8209
|
};
|
|
8208
8210
|
//#endregion
|
|
8209
8211
|
//#region node_modules/.pnpm/jsondiffpatch@0.7.6/node_modules/jsondiffpatch/lib/index.js
|
|
8210
|
-
function
|
|
8211
|
-
return new
|
|
8212
|
+
function Sf(e) {
|
|
8213
|
+
return new xf(e);
|
|
8212
8214
|
}
|
|
8213
8215
|
//#endregion
|
|
8214
8216
|
//#region node_modules/.pnpm/@dmsnell+diff-match-patch@1.1.0/node_modules/@dmsnell/diff-match-patch/index.js
|
|
@@ -8781,14 +8783,14 @@ $.Diff = function(e, t) {
|
|
|
8781
8783
|
};
|
|
8782
8784
|
//#endregion
|
|
8783
8785
|
//#region src/components/audit-log/utils.ts
|
|
8784
|
-
var
|
|
8786
|
+
var Cf = ((e = {}) => Sf({
|
|
8785
8787
|
...e,
|
|
8786
8788
|
textDiff: {
|
|
8787
8789
|
diffMatchPatch: $,
|
|
8788
8790
|
minLength: 120
|
|
8789
8791
|
},
|
|
8790
8792
|
cloneDiffValues: !0
|
|
8791
|
-
}))(),
|
|
8793
|
+
}))(), wf = (e) => ln(e) && !Array.isArray(e), Tf = (e) => {
|
|
8792
8794
|
let t = {
|
|
8793
8795
|
total: 0,
|
|
8794
8796
|
added: 0,
|
|
@@ -8827,7 +8829,7 @@ var wf = ((e = {}) => Cf({
|
|
|
8827
8829
|
t.modified++, t.total++;
|
|
8828
8830
|
return;
|
|
8829
8831
|
}
|
|
8830
|
-
if (
|
|
8832
|
+
if (wf(e)) {
|
|
8831
8833
|
if (e._t === "a") {
|
|
8832
8834
|
for (let t in e) t !== "_t" && n(e[t]);
|
|
8833
8835
|
return;
|
|
@@ -8836,8 +8838,8 @@ var wf = ((e = {}) => Cf({
|
|
|
8836
8838
|
}
|
|
8837
8839
|
};
|
|
8838
8840
|
return n(e), t;
|
|
8839
|
-
},
|
|
8840
|
-
let n =
|
|
8841
|
+
}, Ef = (e) => (Array.isArray(e) ? e : e ? [e] : []).reduce((e, t) => {
|
|
8842
|
+
let n = Tf(t);
|
|
8841
8843
|
return e.total += n.total, e.added += n.added, e.removed += n.removed, e.modified += n.modified, e.moved += n.moved, e.text += n.text, e;
|
|
8842
8844
|
}, {
|
|
8843
8845
|
total: 0,
|
|
@@ -8846,39 +8848,39 @@ var wf = ((e = {}) => Cf({
|
|
|
8846
8848
|
modified: 0,
|
|
8847
8849
|
moved: 0,
|
|
8848
8850
|
text: 0
|
|
8849
|
-
}),
|
|
8851
|
+
}), Df = (e, t) => {
|
|
8850
8852
|
let n = Object.fromEntries((e || []).map((e) => [e.sectionKey, e.sectionLabel]));
|
|
8851
8853
|
for (let e = t.length - 1; e >= 0; e--) {
|
|
8852
8854
|
let r = n[t[e]];
|
|
8853
8855
|
if (r) return r;
|
|
8854
8856
|
}
|
|
8855
8857
|
return "";
|
|
8856
|
-
},
|
|
8858
|
+
}, Of = (e) => {
|
|
8857
8859
|
let t = (e) => Fn(e) ? qn(e) : String(e);
|
|
8858
8860
|
return Array.isArray(e) ? e.length === 0 ? "" : e.some((e) => e && typeof e == "object") ? "Multiple changes..." : e.map(t).join(", ") : e && typeof e == "object" ? Object.keys(e).length === 0 ? "" : "Multiple changes..." : t(e);
|
|
8859
|
-
},
|
|
8861
|
+
}, kf = (e) => {
|
|
8860
8862
|
switch (e.length) {
|
|
8861
8863
|
case 1: {
|
|
8862
8864
|
let [t] = e;
|
|
8863
8865
|
return {
|
|
8864
8866
|
type: "created",
|
|
8865
8867
|
before: "",
|
|
8866
|
-
after:
|
|
8868
|
+
after: Of(t)
|
|
8867
8869
|
};
|
|
8868
8870
|
}
|
|
8869
8871
|
case 2: {
|
|
8870
8872
|
let [t, n] = e;
|
|
8871
8873
|
return {
|
|
8872
8874
|
type: "modified",
|
|
8873
|
-
before:
|
|
8874
|
-
after:
|
|
8875
|
+
before: Of(t),
|
|
8876
|
+
after: Of(n)
|
|
8875
8877
|
};
|
|
8876
8878
|
}
|
|
8877
8879
|
case 3: {
|
|
8878
8880
|
let [t] = e;
|
|
8879
8881
|
return {
|
|
8880
8882
|
type: "deleted",
|
|
8881
|
-
before:
|
|
8883
|
+
before: Of(t),
|
|
8882
8884
|
after: ""
|
|
8883
8885
|
};
|
|
8884
8886
|
}
|
|
@@ -8888,7 +8890,7 @@ var wf = ((e = {}) => Cf({
|
|
|
8888
8890
|
after: ""
|
|
8889
8891
|
};
|
|
8890
8892
|
}
|
|
8891
|
-
},
|
|
8893
|
+
}, Af = (e) => Array.isArray(e), jf = (e, t) => t ? Af(t) ? t.length === 0 ? e : t.reduce((e, t) => Cf.unpatch(Xt(e), Xt(t)), Xt(e)) : Cf.unpatch(Xt(e), Xt(t)) : e, Mf = (e, t, n) => {
|
|
8892
8894
|
let r = t.filter((t) => !!t.diffs && t.createdAt >= e.createdAt), i = Array.from({ length: r.length + 1 });
|
|
8893
8895
|
i[0] = Xt(n);
|
|
8894
8896
|
let a = "", o = "";
|
|
@@ -8900,7 +8902,7 @@ var wf = ((e = {}) => Cf({
|
|
|
8900
8902
|
i[e + 1] = i[e];
|
|
8901
8903
|
continue;
|
|
8902
8904
|
}
|
|
8903
|
-
i[e + 1] =
|
|
8905
|
+
i[e + 1] = jf(i[e], t);
|
|
8904
8906
|
}
|
|
8905
8907
|
let e = r.length > 0 ? i[r.length - 1] : n, t = r.length > 0 ? i[r.length] : n;
|
|
8906
8908
|
a = JSON.stringify(t == null ? "" : t, null, 2), o = JSON.stringify(e == null ? "" : e, null, 2);
|
|
@@ -8911,7 +8913,7 @@ var wf = ((e = {}) => Cf({
|
|
|
8911
8913
|
oldJson: a,
|
|
8912
8914
|
newJson: o
|
|
8913
8915
|
};
|
|
8914
|
-
},
|
|
8916
|
+
}, Nf = (e) => e.replace(/\[\d+\]/g, "").replace(/([a-z0-9])([A-Z])/g, "$1 $2").replace(/[_-]/g, " ").replace(/\s+/g, " ").trim().replace(/^./, (e) => e.toUpperCase()), Pf = (e) => {
|
|
8915
8917
|
if (e == null || e === "") return "empty";
|
|
8916
8918
|
if (typeof e == "boolean") return e ? "true" : "false";
|
|
8917
8919
|
if (typeof e == "string") return e;
|
|
@@ -8922,32 +8924,32 @@ var wf = ((e = {}) => Cf({
|
|
|
8922
8924
|
} catch {
|
|
8923
8925
|
return String(e);
|
|
8924
8926
|
}
|
|
8925
|
-
},
|
|
8927
|
+
}, Ff = (e, t = e.length - 1) => {
|
|
8926
8928
|
if (t >= e.length) return "Value";
|
|
8927
8929
|
let n = e[t];
|
|
8928
|
-
return !n || Mn(n) ?
|
|
8929
|
-
},
|
|
8930
|
-
let o =
|
|
8930
|
+
return !n || Mn(n) ? Ff(e, t - 1) : Nf(n);
|
|
8931
|
+
}, If = ({ userName: e, type: t, property: n, before: r, after: i, sectionName: a }) => {
|
|
8932
|
+
let o = Pf(r), s = Pf(i), c = a ? ` in ${a}` : "";
|
|
8931
8933
|
switch (t) {
|
|
8932
8934
|
case "modified": return `${e} updated ${n} from ${o} to ${s}${c}.`;
|
|
8933
8935
|
case "created": return `${e} created ${s}${c}.`;
|
|
8934
8936
|
case "deleted": return `${e} deleted ${o}${c}.`;
|
|
8935
8937
|
default: return `${e} changed ${n}${c}.`;
|
|
8936
8938
|
}
|
|
8937
|
-
},
|
|
8939
|
+
}, Lf = ({ sectionNames: e, userName: t, diffs: n }) => /* @__PURE__ */ z(_c, { table: {
|
|
8938
8940
|
headers: [{ cells: [{ value: "Changes" }] }],
|
|
8939
8941
|
rows: n.map((n) => {
|
|
8940
|
-
let { deltaFormat: r, path: i } = n, a =
|
|
8941
|
-
return { cells: [{ value:
|
|
8942
|
+
let { deltaFormat: r, path: i } = n, a = Df(e, i), { type: o, before: s, after: c } = kf(r);
|
|
8943
|
+
return { cells: [{ value: If({
|
|
8942
8944
|
userName: t,
|
|
8943
8945
|
type: o,
|
|
8944
|
-
property:
|
|
8946
|
+
property: Ff(i),
|
|
8945
8947
|
before: s,
|
|
8946
8948
|
after: c,
|
|
8947
8949
|
sectionName: a
|
|
8948
8950
|
}) }] };
|
|
8949
8951
|
})
|
|
8950
|
-
} }),
|
|
8952
|
+
} }), Rf = Object.freeze({
|
|
8951
8953
|
summary: {
|
|
8952
8954
|
label: "Summary",
|
|
8953
8955
|
value: "summary"
|
|
@@ -8956,7 +8958,7 @@ var wf = ((e = {}) => Cf({
|
|
|
8956
8958
|
label: "Compare",
|
|
8957
8959
|
value: "compare"
|
|
8958
8960
|
}
|
|
8959
|
-
}),
|
|
8961
|
+
}), zf = (e) => {
|
|
8960
8962
|
let t = ["user", "unittemplate"], n = [], r = [], i = (e) => {
|
|
8961
8963
|
e && Object.keys(e).forEach((a) => {
|
|
8962
8964
|
t.includes(a) || (r.push(a), tn(e[a]) ? n.push({
|
|
@@ -8966,29 +8968,29 @@ var wf = ((e = {}) => Cf({
|
|
|
8966
8968
|
});
|
|
8967
8969
|
};
|
|
8968
8970
|
return e ? (i(e), n) : [];
|
|
8969
|
-
},
|
|
8971
|
+
}, Bf = ({ auditLog: e, auditLogs: t, data: n, isOpen: r, sectionNames: i, onClose: a }) => {
|
|
8970
8972
|
let { diffs: o = void 0 } = e || {};
|
|
8971
8973
|
if (!o) return null;
|
|
8972
|
-
let s = [
|
|
8974
|
+
let s = [Rf.summary, Rf.compare].map(({ label: e, value: t }) => ({
|
|
8973
8975
|
label: e,
|
|
8974
8976
|
value: t
|
|
8975
|
-
})), [c, l] = m(s[0]), { oldJson: u, newJson: d } =
|
|
8977
|
+
})), [c, l] = m(s[0]), { oldJson: u, newJson: d } = Mf(e, t, n);
|
|
8976
8978
|
return /* @__PURE__ */ z(Ka, {
|
|
8977
8979
|
visible: r,
|
|
8978
8980
|
centered: !0,
|
|
8979
8981
|
children: /* @__PURE__ */ z(Sa, { dialog: {
|
|
8980
8982
|
scroll: !0,
|
|
8981
8983
|
heading: "Comparison view",
|
|
8982
|
-
content: /* @__PURE__ */ B(R, { children: [/* @__PURE__ */ z(
|
|
8984
|
+
content: /* @__PURE__ */ B(R, { children: [/* @__PURE__ */ z(Du, {
|
|
8983
8985
|
name: "ViewTab",
|
|
8984
8986
|
onChange: (e) => l(s.find((t) => t.value === e.target.value)),
|
|
8985
8987
|
options: s,
|
|
8986
8988
|
value: c
|
|
8987
|
-
}), c.value === "summary" ? /* @__PURE__ */ z(
|
|
8989
|
+
}), c.value === "summary" ? /* @__PURE__ */ z(Lf, {
|
|
8988
8990
|
userName: e.userName,
|
|
8989
8991
|
sectionNames: i,
|
|
8990
|
-
diffs:
|
|
8991
|
-
}) : /* @__PURE__ */ z(
|
|
8992
|
+
diffs: zf(o)
|
|
8993
|
+
}) : /* @__PURE__ */ z(kd, {
|
|
8992
8994
|
oldJson: u,
|
|
8993
8995
|
newJson: d
|
|
8994
8996
|
})] }),
|
|
@@ -9001,7 +9003,7 @@ var wf = ((e = {}) => Cf({
|
|
|
9001
9003
|
height: "90vh"
|
|
9002
9004
|
} })
|
|
9003
9005
|
});
|
|
9004
|
-
},
|
|
9006
|
+
}, Vf = ({ logs: e, data: t, total: n, loading: r, selectedPage: i, rowsPerPage: a, sectionNames: o, filterToggles: s = [], onChangeRowsPerPage: c, onSelectPage: l }) => {
|
|
9005
9007
|
let [u, d] = m(!1), [f, p] = m(null), h = [
|
|
9006
9008
|
{
|
|
9007
9009
|
label: "10 / page",
|
|
@@ -9020,7 +9022,7 @@ var wf = ((e = {}) => Cf({
|
|
|
9020
9022
|
value: 0
|
|
9021
9023
|
}
|
|
9022
9024
|
], g = ({ diffs: e, userName: t, source: n, operation: r, operationMetaData: i }) => {
|
|
9023
|
-
let a =
|
|
9025
|
+
let a = Ef(e), o = a.total ? `${a.total} change${a.total === 1 ? "" : "s"}` : "no field changes";
|
|
9024
9026
|
if (n === "API") return r === "Created" ? "Created through API" : "Changed through API";
|
|
9025
9027
|
switch (r) {
|
|
9026
9028
|
case "Created": return `Created by ${t}`;
|
|
@@ -9058,7 +9060,7 @@ var wf = ((e = {}) => Cf({
|
|
|
9058
9060
|
type: "Static"
|
|
9059
9061
|
},
|
|
9060
9062
|
{
|
|
9061
|
-
value:
|
|
9063
|
+
value: Ad({
|
|
9062
9064
|
date: e.createdAt,
|
|
9063
9065
|
showTime: !0
|
|
9064
9066
|
}),
|
|
@@ -9066,12 +9068,12 @@ var wf = ((e = {}) => Cf({
|
|
|
9066
9068
|
}
|
|
9067
9069
|
] }));
|
|
9068
9070
|
return /* @__PURE__ */ B(R, { children: [/* @__PURE__ */ z(ia, {
|
|
9069
|
-
heading: /* @__PURE__ */ B(
|
|
9071
|
+
heading: /* @__PURE__ */ B(jl, {
|
|
9070
9072
|
gap: !0,
|
|
9071
9073
|
wrap: !0,
|
|
9072
9074
|
children: [/* @__PURE__ */ z(ya, { children: "CHANGES" }), s == null ? void 0 : s.map((e) => {
|
|
9073
9075
|
var t;
|
|
9074
|
-
return /* @__PURE__ */ z(
|
|
9076
|
+
return /* @__PURE__ */ z(ll, {
|
|
9075
9077
|
small: (t = e.small) == null ? !0 : t,
|
|
9076
9078
|
checked: e.checked,
|
|
9077
9079
|
onChange: e.onChange,
|
|
@@ -9081,11 +9083,11 @@ var wf = ((e = {}) => Cf({
|
|
|
9081
9083
|
})]
|
|
9082
9084
|
}),
|
|
9083
9085
|
padding: !1,
|
|
9084
|
-
children: r ? /* @__PURE__ */ z(
|
|
9086
|
+
children: r ? /* @__PURE__ */ z(Ql, {
|
|
9085
9087
|
height: "100px",
|
|
9086
9088
|
theme: Ar.WHITE,
|
|
9087
9089
|
children: /* @__PURE__ */ z(gi, { dark: !0 })
|
|
9088
|
-
}) : /* @__PURE__ */ z(
|
|
9090
|
+
}) : /* @__PURE__ */ z(_c, { table: {
|
|
9089
9091
|
headers: _,
|
|
9090
9092
|
rows: v,
|
|
9091
9093
|
fixedWidth: "100%",
|
|
@@ -9106,7 +9108,7 @@ var wf = ((e = {}) => Cf({
|
|
|
9106
9108
|
small: !0
|
|
9107
9109
|
} }
|
|
9108
9110
|
} })
|
|
9109
|
-
}), u && f && /* @__PURE__ */ z(
|
|
9111
|
+
}), u && f && /* @__PURE__ */ z(Bf, {
|
|
9110
9112
|
sectionNames: o,
|
|
9111
9113
|
isOpen: u,
|
|
9112
9114
|
onClose: () => d(!1),
|
|
@@ -9114,7 +9116,7 @@ var wf = ((e = {}) => Cf({
|
|
|
9114
9116
|
auditLog: f,
|
|
9115
9117
|
data: t
|
|
9116
9118
|
})] });
|
|
9117
|
-
},
|
|
9119
|
+
}, Hf = ({ pathName: e, moduleName: t, onNavigate: n, onStartTimingEvent: r }) => {
|
|
9118
9120
|
let i = window.location.href, a = p(i);
|
|
9119
9121
|
return c(() => {
|
|
9120
9122
|
a.current = i;
|
|
@@ -9137,10 +9139,10 @@ var wf = ((e = {}) => Cf({
|
|
|
9137
9139
|
});
|
|
9138
9140
|
};
|
|
9139
9141
|
}, [e, t]), null;
|
|
9140
|
-
},
|
|
9141
|
-
|
|
9142
|
-
e ===
|
|
9142
|
+
}, Uf = (e) => typeof e == "string" || typeof e == "number" || typeof e == "boolean" || e === null, Wf = (e) => {
|
|
9143
|
+
yd(md.LanguageKey, e.languageKey), Object.entries(e).forEach(([e, t]) => {
|
|
9144
|
+
e === md.Translations ? yd(e, gd(t)) : yd(e, Uf(t) ? t : { ...t });
|
|
9143
9145
|
});
|
|
9144
9146
|
};
|
|
9145
9147
|
//#endregion
|
|
9146
|
-
export { Jr as Accordion, pi as AccordionWithDefaultToggle, Xi as Actions, Dr as Align,
|
|
9148
|
+
export { Jr as Accordion, pi as AccordionWithDefaultToggle, Xi as Actions, Dr as Align, Vf as AuditLog, Ii as Badge, ea as Breadcrumb, Qi as BreadcrumbLinkType, K as Button, na as ButtonGroup, Or as ButtonPosition, _i as ButtonType, ia as Card, li as CheckBox, Hr as Chevron, Gr as Collapse, Er as Color, la as ColorInput, fa as Column, Sa as Dialog, kd as DiffViewer, U as DisabledContext, _a as Divider, ka as Drawer, Pu as ElementType, Oc as Empty, Al as Field, El as FileButton, za as FileInput, jl as Flex, Nl as FormRow, Ll as Grid, V as GroupOrder, ya as Heading, ci as HelpIcon, W as Icon, H as IconType, Pa as Input, Ma as InputGroup, Ds as InputGroupAddon, Ia as InputReaderMethods, jr as InputType, Ol as Label, Xl as List, zl as ListHeading, Gl as ListSubheading, Ql as Loader, Ji as Menu, wi as MenuCarat, Ci as MenuType, po as Message, oo as MessageType, Ka as Modal, yo as NativeSelect, Us as NumberInput, iu as OptionDropdown, ou as Page, Os as Pagination, Bu as PopConfirm, sa as Popover, Ha as Portal, cu as PrintHeader, Ya as ProgressBar, lu as RadioButton, mu as RichTextInput, gu as Row, xs as Select, Td as SettingField, xu as SideBar, Cu as Skeleton, Zs as Slider, eo as SmartUploadModal, Ba as Spacer, gi as Spinner, _c as Table, Tl as TableImportExport, Du as Tabs, ha as Text, Au as TextArea, Ou as TextLink, kr as TextTransform, Ar as Theme, ur as Toaster, ll as Toggle, G as Tooltip, Lu as TopBar, Wu as Tree, Ju as TreeTable, Tr as TriggerType, pd as UnitInput, Cd as UnitTable, Hf as UsageTracker, ol as dismissToast, ud as initializeContext, Wf as initializeGuiLibrary, La as readFile, al as toast, bo as useFocus, Va as useKeyboardEvent, Co as useWindowWidth };
|