@oliasoft-open-source/react-ui-library 6.2.1 → 6.2.2-beta-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/layout/column/column.d.ts.map +1 -1
- package/dist/components/layout/grid/grid.d.ts +0 -9
- package/dist/components/layout/grid/grid.d.ts.map +1 -1
- package/dist/global.css +1 -1
- package/dist/index.js +449 -476
- package/package.json +2 -3
- package/dist/components/layout/column/styles.d.ts +0 -16
- package/dist/components/layout/column/styles.d.ts.map +0 -1
package/dist/index.js
CHANGED
|
@@ -6,59 +6,58 @@ import { Fragment as R, jsx as z, jsxs as B } from "react/jsx-runtime";
|
|
|
6
6
|
import { CSSTransition as jt } from "react-transition-group";
|
|
7
7
|
import { FloatingArrow as Mt, FloatingNode as Nt, FloatingPortal as Pt, FloatingTree as Ft, arrow as It, autoUpdate as Lt, flip as Rt, offset as zt, shift as Bt, size as Vt, useClientPoint as Ht, useDismiss as Ut, useFloating as Wt, useFloatingNodeId as Gt, useFloatingParentNodeId as Kt, useHover as qt, useInteractions as Jt, useMergeRefs as Yt } from "@floating-ui/react";
|
|
8
8
|
import { cloneDeep as Xt, cloneDeepWith as Zt, debounce as Qt, every as $t, get as en, isArray as tn, isBoolean as nn, isEmpty as rn, isEqual as an, isFunction as on, isNil as sn, isNumber as cn, isObject as ln, isPlainObject as un, isString as dn, keys as fn, noop as pn, set as mn, toLower as hn, toNumber as gn, values as _n } from "es-toolkit/compat";
|
|
9
|
-
import
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import nr from "
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import
|
|
22
|
-
import cr from "
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import vr from "react-loading-skeleton";
|
|
9
|
+
import { Resizable as vn } from "react-resizable";
|
|
10
|
+
import { createPortal as yn } from "react-dom";
|
|
11
|
+
import { ALT_UNITS as bn, KNOWN_UNITS as xn, altUnitsList as Sn, cleanNumStr as Cn, convertAndGetValue as wn, convertSamePrecision as Tn, getAltUnitsListByQuantity as En, getUnit as Dn, getUnitsForQuantity as On, getValue as kn, isNumeric as An, isScientificStringNum as jn, isValidNum as Mn, isValueWithUnit as Nn, label as Pn, roundByMagnitude as Fn, roundByMagnitudeToFixed as In, roundToFixed as Ln, roundToPrecision as Rn, split as zn, stripLeadingZeros as Bn, toNum as Vn, toString as Hn, unitFromQuantity as Un, validateNumber as Wn, withPrettyUnitLabel as Gn, withUnit as Kn } from "@oliasoft-open-source/units";
|
|
12
|
+
import { List as qn } from "react-window";
|
|
13
|
+
import { SortableContext as Jn, useSortable as Yn, verticalListSortingStrategy as Xn } from "@dnd-kit/sortable";
|
|
14
|
+
import { CSS as Zn } from "@dnd-kit/utilities";
|
|
15
|
+
import Qn from "rc-slider";
|
|
16
|
+
import $n from "memoize-one";
|
|
17
|
+
import er from "react-fast-compare";
|
|
18
|
+
import { DndContext as tr, DragOverlay as nr, closestCenter as rr } from "@dnd-kit/core";
|
|
19
|
+
import { useVirtualizer as ir } from "@tanstack/react-virtual";
|
|
20
|
+
import { SimplifyAP as ar } from "simplify-ts";
|
|
21
|
+
import or from "papaparse";
|
|
22
|
+
import { Slide as sr, ToastContainer as cr, toast as lr } from "react-toastify";
|
|
23
|
+
import { isNil as ur } from "es-toolkit";
|
|
24
|
+
import { EditorContent as dr, useEditor as fr } from "@tiptap/react";
|
|
25
|
+
import pr from "@tiptap/starter-kit";
|
|
26
|
+
import mr from "@tiptap/extension-placeholder";
|
|
27
|
+
import { Markdown as hr } from "@tiptap/markdown";
|
|
28
|
+
import gr from "react-loading-skeleton";
|
|
30
29
|
import "react-loading-skeleton/dist/skeleton.css";
|
|
31
|
-
import { DndProvider as
|
|
32
|
-
import { MultiBackend as
|
|
33
|
-
import
|
|
30
|
+
import { DndProvider as _r } from "react-dnd";
|
|
31
|
+
import { MultiBackend as vr, Tree as yr, getBackendOptions as br } from "@minoru/react-dnd-treeview";
|
|
32
|
+
import xr, { DiffMethod as Sr } from "react-diff-viewer-continued";
|
|
34
33
|
//#region src/typings/common-types.ts
|
|
35
|
-
var
|
|
34
|
+
var Cr = /* @__PURE__ */ function(e) {
|
|
36
35
|
return e.TEXT = "Text", e.BUTTON = "Button", e.DROP_DOWN_BUTTON = "DropDownButton", e.COMPONENT = "Component", e;
|
|
37
36
|
}({}), V = /* @__PURE__ */ function(e) {
|
|
38
37
|
return e.FIRST = "first", e.MIDDLE = "middle", e.LAST = "last", e;
|
|
39
|
-
}({}),
|
|
38
|
+
}({}), wr = /* @__PURE__ */ function(e) {
|
|
40
39
|
return e.DANGER = "danger", e.RED = "red", e.WHITE = "white", e.SUCCESS = "success", e.GREEN = "green", e.MUTED = "muted", e;
|
|
41
|
-
}({}),
|
|
40
|
+
}({}), Tr = /* @__PURE__ */ function(e) {
|
|
42
41
|
return e.LEFT = "left", e.RIGHT = "right", e.CENTER = "center", e;
|
|
43
|
-
}({}),
|
|
42
|
+
}({}), Er = /* @__PURE__ */ function(e) {
|
|
44
43
|
return e.TOP = "top", e.BOTTOM = "bottom", e;
|
|
45
44
|
}({}), H = /* @__PURE__ */ function(e) {
|
|
46
45
|
return e.LIBRARY = "library", e.ADD = "add", e.DRAG = "drag", e.HELP = "help", e.NOTIFICATION = "notification", e.MENU = "menu", e.EDIT = "edit", e.FAST_FORWARD = "fast forward", e.INDENT = "indent", e.STAR = "star", e.LIST = "list", e.SETTINGS = "settings", e.CHECK = "check", e.LOCK = "lock", e.UNLOCK = "unlock", e.CLOSE = "close", e.SUCCESS = "success", e.WARNING = "warning", e.ERROR = "error", e.INFO = "info", e.LEFT = "left", e.COLLAPSE = "collapse", e.EXPAND = "expand", e.SORT_ASCENDING = "sort ascending", e.SORT_DESCENDING = "sort descending", e.FAST_BACKWARD = "fast backward", e.CHEVRON_DOWN = "chevron down", e.CHEVRON_RIGHT = "chevron right", e.CHEVRON_LEFT = "chevron left", e.CHEVRON_DOUBLE_LEFT = "chevron double left", e.CHEVRON_DOUBLE_RIGHT = "chevron double right", e;
|
|
47
|
-
}({}),
|
|
46
|
+
}({}), Dr = /* @__PURE__ */ function(e) {
|
|
48
47
|
return e.UPPERCASE = "uppercase", e.LOWERCASE = "lowercase", e.CAPITALIZE = "capitalize", e.NONE = "none", e;
|
|
49
|
-
}({}),
|
|
48
|
+
}({}), Or = /* @__PURE__ */ function(e) {
|
|
50
49
|
return e.DARK = "dark", e.WHITE = "white", e.LIGHT = "light", e.INHERIT = "inherit", e;
|
|
51
|
-
}({}),
|
|
50
|
+
}({}), kr = /* @__PURE__ */ function(e) {
|
|
52
51
|
return e.TEXT = "text", e.RADIO = "radio", e.CHECKBOX = "checkbox", e;
|
|
53
|
-
}({}),
|
|
52
|
+
}({}), Ar = {
|
|
54
53
|
chevron: "_chevron_dd6mn_1",
|
|
55
54
|
expanded: "_expanded_dd6mn_9"
|
|
56
|
-
}, U = e.createContext(!1),
|
|
55
|
+
}, U = e.createContext(!1), jr = {
|
|
57
56
|
wrapper: "_wrapper_18jt2_1",
|
|
58
57
|
customSvg: "_customSvg_18jt2_8",
|
|
59
58
|
customPng: "_customPng_18jt2_11",
|
|
60
59
|
clickable: "_clickable_18jt2_16"
|
|
61
|
-
},
|
|
60
|
+
}, Mr = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-square-minus'%3e%3cpath%20stroke='none'%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M9%2012h6'%20/%3e%3cpath%20d='M3%205a2%202%200%200%201%202%20-2h14a2%202%200%200%201%202%202v14a2%202%200%200%201%20-2%202h-14a2%202%200%200%201%20-2%20-2v-14'%20/%3e%3c/svg%3e", Nr = "data:image/svg+xml,%3csvg%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%204H6C4.89543%204%204%204.89543%204%206V18C4%2019.1046%204.89543%2020%206%2020H18C19.1046%2020%2020%2019.1046%2020%2018V6C20%204.89543%2019.1046%204%2018%204Z'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", Pr = "data:image/svg+xml,%3csvg%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2012H20M12%204V12M18%2020H6C4.89543%2020%204%2019.1046%204%2018V6C4%204.8954%204.89543%204%206%204H18C19.1046%204%2020%204.8954%2020%206V18C20%2019.1046%2019.1046%2020%2018%2020Z'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", Fr = "data:image/svg+xml,%3csvg%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2012H20M12%2020V12M18%204H6C4.89543%204%204%204.89543%204%206V18C4%2019.1046%204.89543%2020%206%2020H18C19.1046%2020%2020%2019.1046%2020%2018V6C20%204.89543%2019.1046%204%2018%204Z'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", Ir = "data:image/svg+xml,%3csvg%20fill='none'%20height='1em'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m12%2020v-16m-8%208h8m8-6v12c0%201.1046-.8954%202-2%202h-12c-1.1046%200-2-.8954-2-2v-12c0-1.1046.8954-2%202-2h12c1.1046%200%202%20.8954%202%202z'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/svg%3e", Lr = "data:image/svg+xml,%3csvg%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%204L12%2020M20%2012H12M4%2018L4%206C4%204.89543%204.89543%204%206%204L18%204C19.1046%204%2020%204.89543%2020%206V18C20%2019.1046%2019.1046%2020%2018%2020H6C4.89543%2020%204%2019.1046%204%2018Z'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", Rr = "data:image/svg+xml,%3csvg%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%204C4.89543%204%204%204.89543%204%206V18C4%2019.1046%204.89543%2020%206%2020H18C19.1046%2020%2020%2019.1046%2020%2018V6C20%204.89543%2019.1046%204%2018%204M6%204H18M6%204H12M18%204H12M4%2012H20M12%204V20'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", zr = ({ icon: e }) => {
|
|
62
61
|
switch (e) {
|
|
63
62
|
case "add":
|
|
64
63
|
case "plus": return /* @__PURE__ */ z(st, {});
|
|
@@ -97,7 +96,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
97
96
|
case "copy":
|
|
98
97
|
case "duplicate": return /* @__PURE__ */ z(fe, {});
|
|
99
98
|
case "code": return /* @__PURE__ */ z(de, {});
|
|
100
|
-
case "collapse": return /* @__PURE__ */ z(_, { src:
|
|
99
|
+
case "collapse": return /* @__PURE__ */ z(_, { src: Mr });
|
|
101
100
|
case "collapse all": return /* @__PURE__ */ z(Re, {});
|
|
102
101
|
case "company": return /* @__PURE__ */ z(M, {});
|
|
103
102
|
case "compare": return /* @__PURE__ */ z(ht, {});
|
|
@@ -135,15 +134,15 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
135
134
|
case "layout columns":
|
|
136
135
|
case "columns": return /* @__PURE__ */ z(Ie, {});
|
|
137
136
|
case "layout grid":
|
|
138
|
-
case "grid": return /* @__PURE__ */ z(_, { src:
|
|
137
|
+
case "grid": return /* @__PURE__ */ z(_, { src: Rr });
|
|
139
138
|
case "layout rows":
|
|
140
139
|
case "rows": return /* @__PURE__ */ z(Le, {});
|
|
141
140
|
case "layout single":
|
|
142
|
-
case "square": return /* @__PURE__ */ z(_, { src:
|
|
143
|
-
case "layout 3 split top": return /* @__PURE__ */ z(_, { src:
|
|
144
|
-
case "layout 3 split bottom": return /* @__PURE__ */ z(_, { src:
|
|
145
|
-
case "layout 3 split left": return /* @__PURE__ */ z(_, { src:
|
|
146
|
-
case "layout 3 split right": return /* @__PURE__ */ z(_, { src:
|
|
141
|
+
case "square": return /* @__PURE__ */ z(_, { src: Nr });
|
|
142
|
+
case "layout 3 split top": return /* @__PURE__ */ z(_, { src: Pr });
|
|
143
|
+
case "layout 3 split bottom": return /* @__PURE__ */ z(_, { src: Fr });
|
|
144
|
+
case "layout 3 split left": return /* @__PURE__ */ z(_, { src: Ir });
|
|
145
|
+
case "layout 3 split right": return /* @__PURE__ */ z(_, { src: Lr });
|
|
147
146
|
case "link": return /* @__PURE__ */ z(Be, {});
|
|
148
147
|
case "list":
|
|
149
148
|
case "legend":
|
|
@@ -221,26 +220,26 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
221
220
|
height: a || "auto"
|
|
222
221
|
};
|
|
223
222
|
return /* @__PURE__ */ z("div", {
|
|
224
|
-
className: g(
|
|
223
|
+
className: g(jr.wrapper, (n || t) && !c ? jr.clickable : ""),
|
|
225
224
|
style: l,
|
|
226
225
|
onClick: (e) => t && !c ? t(e) : void 0,
|
|
227
226
|
"data-testid": o,
|
|
228
227
|
children: i(e) ? e : typeof e == "string" && (e.includes(".svg") || e.includes("image/svg")) ? /* @__PURE__ */ z(_, {
|
|
229
|
-
className:
|
|
228
|
+
className: jr.customSvg,
|
|
230
229
|
beforeInjection: (e) => {
|
|
231
230
|
a && (e.setAttribute("width", String(a)), e.setAttribute("height", String(a)));
|
|
232
231
|
},
|
|
233
232
|
src: e
|
|
234
233
|
}) : typeof e == "string" && (e.includes(".png") || e.includes("image/png")) ? /* @__PURE__ */ z("img", {
|
|
235
234
|
alt: "icon",
|
|
236
|
-
className:
|
|
235
|
+
className: jr.customPng,
|
|
237
236
|
src: e
|
|
238
|
-
}) : typeof e == "string" ? /* @__PURE__ */ z(
|
|
237
|
+
}) : typeof e == "string" ? /* @__PURE__ */ z(zr, { icon: e }) : null
|
|
239
238
|
});
|
|
240
|
-
},
|
|
241
|
-
className: g(
|
|
239
|
+
}, Br = ({ expanded: e }) => /* @__PURE__ */ z("span", {
|
|
240
|
+
className: g(Ar.chevron, e ? Ar.expanded : ""),
|
|
242
241
|
children: /* @__PURE__ */ z(W, { icon: H.CHEVRON_RIGHT })
|
|
243
|
-
}),
|
|
242
|
+
}), Vr = {
|
|
244
243
|
accordion: "_accordion_15p8j_1",
|
|
245
244
|
accordionHeader: "_accordionHeader_15p8j_5",
|
|
246
245
|
heading: "_heading_15p8j_9",
|
|
@@ -250,58 +249,58 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
250
249
|
expanded: "_expanded_15p8j_36",
|
|
251
250
|
padding: "_padding_15p8j_44",
|
|
252
251
|
squareBottom: "_squareBottom_15p8j_47"
|
|
253
|
-
},
|
|
252
|
+
}, Hr = {
|
|
254
253
|
collapse: "_collapse_1m1n2_5",
|
|
255
254
|
enter: "_enter_1m1n2_9",
|
|
256
255
|
enterActive: "_enterActive_1m1n2_12",
|
|
257
256
|
exit: "_exit_1m1n2_15",
|
|
258
257
|
exitActive: "_exitActive_1m1n2_18",
|
|
259
258
|
collapseInner: "_collapseInner_1m1n2_21"
|
|
260
|
-
},
|
|
259
|
+
}, Ur = ({ children: e, expanded: t }) => {
|
|
261
260
|
let n = p(null);
|
|
262
261
|
return /* @__PURE__ */ z(jt, {
|
|
263
262
|
nodeRef: n,
|
|
264
263
|
in: t,
|
|
265
264
|
timeout: 100,
|
|
266
265
|
classNames: {
|
|
267
|
-
enter:
|
|
268
|
-
enterActive:
|
|
269
|
-
exit:
|
|
270
|
-
exitActive:
|
|
266
|
+
enter: Hr.enter,
|
|
267
|
+
enterActive: Hr.enterActive,
|
|
268
|
+
exit: Hr.exit,
|
|
269
|
+
exitActive: Hr.exitActive
|
|
271
270
|
},
|
|
272
271
|
unmountOnExit: !0,
|
|
273
272
|
children: /* @__PURE__ */ z("div", {
|
|
274
273
|
ref: n,
|
|
275
|
-
className:
|
|
274
|
+
className: Hr.collapse,
|
|
276
275
|
children: /* @__PURE__ */ z("div", {
|
|
277
|
-
className:
|
|
276
|
+
className: Hr.collapseInner,
|
|
278
277
|
children: /* @__PURE__ */ z("div", { children: t && e })
|
|
279
278
|
})
|
|
280
279
|
})
|
|
281
280
|
});
|
|
282
|
-
},
|
|
281
|
+
}, Wr = ({ heading: e, expanded: t = !1, bordered: n = !1, padding: r = !0, children: i, squareBottom: a = !1, onClick: o, testId: s }) => {
|
|
283
282
|
let c = t && !!i;
|
|
284
283
|
return /* @__PURE__ */ B("div", {
|
|
285
|
-
className: g(
|
|
284
|
+
className: g(Vr.accordion, n ? Vr.bordered : "", t ? Vr.expanded : "", a ? Vr.squareBottom : ""),
|
|
286
285
|
children: [/* @__PURE__ */ B("div", {
|
|
287
|
-
className: g(
|
|
286
|
+
className: g(Vr.accordionHeader, o ? Vr.clickable : ""),
|
|
288
287
|
onClick: o,
|
|
289
288
|
"data-testid": s,
|
|
290
|
-
children: [/* @__PURE__ */ z(
|
|
291
|
-
className:
|
|
289
|
+
children: [/* @__PURE__ */ z(Br, { expanded: t }), /* @__PURE__ */ z("div", {
|
|
290
|
+
className: Vr.heading,
|
|
292
291
|
children: e
|
|
293
292
|
})]
|
|
294
|
-
}), /* @__PURE__ */ z(
|
|
293
|
+
}), /* @__PURE__ */ z(Ur, {
|
|
295
294
|
expanded: c,
|
|
296
295
|
children: /* @__PURE__ */ z("div", {
|
|
297
|
-
className: g(
|
|
296
|
+
className: g(Vr.accordionContent, n && r ? Vr.padding : ""),
|
|
298
297
|
children: i
|
|
299
298
|
})
|
|
300
299
|
})]
|
|
301
300
|
});
|
|
302
|
-
},
|
|
301
|
+
}, Gr = ({ heading: t, bordered: n, padding: r, expanded: i = !1, children: a, testId: o }) => {
|
|
303
302
|
let [s, c] = e.useState(i);
|
|
304
|
-
return /* @__PURE__ */ z(
|
|
303
|
+
return /* @__PURE__ */ z(Wr, {
|
|
305
304
|
heading: t,
|
|
306
305
|
bordered: n,
|
|
307
306
|
padding: r,
|
|
@@ -312,7 +311,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
312
311
|
testId: o,
|
|
313
312
|
children: a
|
|
314
313
|
});
|
|
315
|
-
},
|
|
314
|
+
}, Kr = ({ heading: e, expanded: t = !1, managed: n = !1, bordered: r = !1, padding: i = !0, children: a, onClick: o, squareBottom: s = !1, testId: c }) => z(n ? Gr : Wr, {
|
|
316
315
|
heading: e,
|
|
317
316
|
expanded: t,
|
|
318
317
|
bordered: r,
|
|
@@ -321,7 +320,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
321
320
|
onClick: o,
|
|
322
321
|
testId: c,
|
|
323
322
|
children: a
|
|
324
|
-
}),
|
|
323
|
+
}), qr = {
|
|
325
324
|
checkbox: "_checkbox_1ezew_1",
|
|
326
325
|
noLabel: "_noLabel_1ezew_17",
|
|
327
326
|
small: "_small_1ezew_20",
|
|
@@ -330,9 +329,9 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
330
329
|
noMargin: "_noMargin_1ezew_98",
|
|
331
330
|
isInTable: "_isInTable_1ezew_101",
|
|
332
331
|
helpIconEnabled: "_helpIconEnabled_1ezew_104"
|
|
333
|
-
},
|
|
332
|
+
}, Jr = ({ children: e }) => Kt() === null ? /* @__PURE__ */ z(Ft, { children: e }) : /* @__PURE__ */ z(R, { children: e }), Yr = "bottom-start", Xr = (e, t) => {
|
|
334
333
|
t((t) => t && t.width === e.width && t.height === e.height && t.x === e.x && t.y === e.y ? t : e);
|
|
335
|
-
},
|
|
334
|
+
}, Zr = (e = Yr) => e === "center" ? "bottom" : e.replace("-center", ""), Qr = ({ arrowOffset: e, arrowRef: t, containerOffset: n, fallbackPlacements: r, matchReferenceWidth: i, triggerOffset: a }) => [
|
|
336
335
|
zt(a),
|
|
337
336
|
Rt({
|
|
338
337
|
fallbackPlacements: r,
|
|
@@ -349,9 +348,9 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
349
348
|
element: t,
|
|
350
349
|
padding: e
|
|
351
350
|
})
|
|
352
|
-
],
|
|
351
|
+
], $r = ({ isOpen: e, arrowOffset: t = 0, clientPoint: n, containerOffset: r = 10, hover: i, matchReferenceWidth: a = !1, placement: s = Yr, possiblePlacements: c, triggerOffset: l = 0, overflowContainer: u = !0, onOpenChange: f, onOutsideClick: h }) => {
|
|
353
352
|
var g, _, v, y, b, x, S;
|
|
354
|
-
let C = p(null), [w, T] = m(null), E = Gt(), D =
|
|
353
|
+
let C = p(null), [w, T] = m(null), E = Gt(), D = Zr(s), O = d(() => c == null ? void 0 : c.map(Zr), [c]), k = d(() => Qr({
|
|
355
354
|
arrowOffset: t,
|
|
356
355
|
arrowRef: C,
|
|
357
356
|
containerOffset: r,
|
|
@@ -364,8 +363,8 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
364
363
|
O,
|
|
365
364
|
a,
|
|
366
365
|
l
|
|
367
|
-
]), A = o((e, t, n) => (
|
|
368
|
-
|
|
366
|
+
]), A = o((e, t, n) => (Xr(e.getBoundingClientRect(), T), Lt(e, t, () => {
|
|
367
|
+
Xr(e.getBoundingClientRect(), T), n();
|
|
369
368
|
})), []), { context: j, refs: M, floatingStyles: N, isPositioned: P, x: F, y: ee } = Wt({
|
|
370
369
|
open: e,
|
|
371
370
|
onOpenChange: (e, t, n) => {
|
|
@@ -379,7 +378,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
379
378
|
middleware: k
|
|
380
379
|
}), I = o((e) => {
|
|
381
380
|
if (M.setReference(e), e) {
|
|
382
|
-
|
|
381
|
+
Xr(e.getBoundingClientRect(), T);
|
|
383
382
|
return;
|
|
384
383
|
}
|
|
385
384
|
T(null);
|
|
@@ -437,7 +436,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
437
436
|
triggerBounds: w,
|
|
438
437
|
triggerProps: ie
|
|
439
438
|
};
|
|
440
|
-
},
|
|
439
|
+
}, ei = () => {
|
|
441
440
|
let [e, t] = m(null);
|
|
442
441
|
return {
|
|
443
442
|
clientPoint: e,
|
|
@@ -450,12 +449,12 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
450
449
|
hasClientPoint: !!e,
|
|
451
450
|
resetClientPoint: () => t(null)
|
|
452
451
|
};
|
|
453
|
-
},
|
|
452
|
+
}, ti = {
|
|
454
453
|
tooltip: "_tooltip_o1fhy_1",
|
|
455
454
|
error: "_error_o1fhy_14",
|
|
456
455
|
warning: "_warning_o1fhy_18"
|
|
457
|
-
},
|
|
458
|
-
className: g(
|
|
456
|
+
}, ni = ({ text: e = "", error: t = !1, warning: n = !1, maxWidth: r = "none", fontSize: i = "inherit", padding: a = "var(--padding-xxs) var(--padding-xs)", layerProps: o = { style: { position: "fixed" } }, arrowProps: s }) => /* @__PURE__ */ B("div", {
|
|
457
|
+
className: g(ti.tooltip, t ? ti.error : n ? ti.warning : ""),
|
|
459
458
|
...o,
|
|
460
459
|
children: [/* @__PURE__ */ z("div", {
|
|
461
460
|
style: {
|
|
@@ -472,13 +471,13 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
472
471
|
tipRadius: 1,
|
|
473
472
|
fill: "inherit"
|
|
474
473
|
})]
|
|
475
|
-
}),
|
|
474
|
+
}), ri = ({ children: e, text: t = "", error: n = !1, placement: r = "top-center", possiblePlacements: a = [
|
|
476
475
|
"top-center",
|
|
477
476
|
"left-center",
|
|
478
477
|
"bottom-center",
|
|
479
478
|
"right-center"
|
|
480
479
|
], enabled: o = !0, warning: s = !1, maxWidth: c = "40em", triggerOffset: l = 12, fontSize: u = "inherit", padding: d = "var(--padding-xxs) var(--padding-xs)", display: f = "inline", flex: p = "none", forceOpen: h = !1 }) => {
|
|
481
|
-
let g = o && (i(t) || typeof t == "string" && t.length > 0 || typeof t == "number"), [_, v] = m(!1), y = g ? h ? !0 : _ : !1, { renderLayer: b, triggerProps: x, layerProps: S, arrowProps: C } =
|
|
480
|
+
let g = o && (i(t) || typeof t == "string" && t.length > 0 || typeof t == "number"), [_, v] = m(!1), y = g ? h ? !0 : _ : !1, { renderLayer: b, triggerProps: x, layerProps: S, arrowProps: C } = $r({
|
|
482
481
|
isOpen: y,
|
|
483
482
|
hover: {
|
|
484
483
|
enabled: g && !h,
|
|
@@ -498,7 +497,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
498
497
|
var t;
|
|
499
498
|
(t = x.onMouseOver) == null || t.call(x, e), g && !h && !e.nativeEvent.isTrusted && v(!0);
|
|
500
499
|
};
|
|
501
|
-
return /* @__PURE__ */ B(R, { children: [y && b(/* @__PURE__ */ z(
|
|
500
|
+
return /* @__PURE__ */ B(R, { children: [y && b(/* @__PURE__ */ z(ni, {
|
|
502
501
|
text: t,
|
|
503
502
|
error: n,
|
|
504
503
|
warning: s,
|
|
@@ -517,32 +516,32 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
517
516
|
onMouseOver: T,
|
|
518
517
|
children: e
|
|
519
518
|
})] });
|
|
520
|
-
}, G = (e) => /* @__PURE__ */ z(
|
|
519
|
+
}, G = (e) => /* @__PURE__ */ z(Jr, { children: /* @__PURE__ */ z(ri, { ...e }) }), ii = {
|
|
521
520
|
helpIcon: "_helpIcon_hd0z2_1",
|
|
522
521
|
active: "_active_hd0z2_9",
|
|
523
522
|
clickable: "_clickable_hd0z2_12"
|
|
524
|
-
},
|
|
523
|
+
}, ai = ({ children: e, text: t, maxWidth: n }) => t ? /* @__PURE__ */ z(G, {
|
|
525
524
|
text: t,
|
|
526
525
|
display: "inline-flex",
|
|
527
526
|
maxWidth: n,
|
|
528
527
|
children: e
|
|
529
|
-
}) : /* @__PURE__ */ z(R, { children: e }),
|
|
530
|
-
className: g(
|
|
528
|
+
}) : /* @__PURE__ */ z(R, { children: e }), oi = ({ text: e, onClick: t, icon: n = "help", active: r = !1, maxWidth: i = "300px", testId: a }) => /* @__PURE__ */ z("div", {
|
|
529
|
+
className: g(ii.helpIcon, t ? ii.clickable : "", r ? ii.active : ""),
|
|
531
530
|
onClick: (e) => {
|
|
532
531
|
t && (e.stopPropagation(), t());
|
|
533
532
|
},
|
|
534
533
|
"data-testid": a,
|
|
535
|
-
children: /* @__PURE__ */ z(
|
|
534
|
+
children: /* @__PURE__ */ z(ai, {
|
|
536
535
|
text: e,
|
|
537
536
|
maxWidth: i,
|
|
538
537
|
children: /* @__PURE__ */ z(W, { icon: n })
|
|
539
538
|
})
|
|
540
|
-
}),
|
|
539
|
+
}), si = ({ 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 = Dr.CAPITALIZE }) => {
|
|
541
540
|
let y = s(U), b = h || _, x = u || y, S = p(null);
|
|
542
541
|
return c(() => {
|
|
543
542
|
S.current && (S.current.indeterminate = a);
|
|
544
543
|
}, [a]), /* @__PURE__ */ B("div", {
|
|
545
|
-
className: g(
|
|
544
|
+
className: g(qr.checkbox, e && qr.noMargin, n && qr.isInTable, x && qr.disabled, d && qr.small, !l && qr.noLabel),
|
|
546
545
|
"data-ix": t,
|
|
547
546
|
onClick: (e) => {
|
|
548
547
|
if (!x) {
|
|
@@ -572,65 +571,65 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
572
571
|
htmlFor: o,
|
|
573
572
|
style: { textTransform: v },
|
|
574
573
|
children: [/* @__PURE__ */ z("span", {
|
|
575
|
-
className:
|
|
574
|
+
className: qr.checkmark,
|
|
576
575
|
children: /* @__PURE__ */ z(W, { icon: H.CHECK })
|
|
577
576
|
}), l]
|
|
578
577
|
}),
|
|
579
578
|
b && /* @__PURE__ */ z("div", {
|
|
580
|
-
className:
|
|
579
|
+
className: qr.helpIconEnabled,
|
|
581
580
|
onClick: _,
|
|
582
|
-
children: /* @__PURE__ */ z(
|
|
581
|
+
children: /* @__PURE__ */ z(oi, { text: h })
|
|
583
582
|
})
|
|
584
583
|
]
|
|
585
584
|
});
|
|
586
|
-
},
|
|
585
|
+
}, ci = {
|
|
587
586
|
bordered: "_bordered_1cgsf_1",
|
|
588
587
|
checkboxWrapper: "_checkboxWrapper_1cgsf_7",
|
|
589
588
|
padding: "_padding_1cgsf_13",
|
|
590
589
|
contentWrapper: "_contentWrapper_1cgsf_16"
|
|
591
|
-
},
|
|
590
|
+
}, li = /* @__PURE__ */ function(e) {
|
|
592
591
|
return e.TOGGLE_ACCORDION = "TOGGLE_ACCORDION", e.TOGGLE_ENABLE = "TOGGLE_ENABLE", e;
|
|
593
|
-
}({}),
|
|
592
|
+
}({}), ui = (e, t) => {
|
|
594
593
|
switch (t.type) {
|
|
595
|
-
case
|
|
594
|
+
case li.TOGGLE_ACCORDION: return {
|
|
596
595
|
...e,
|
|
597
596
|
accordionExpanded: !e.accordionExpanded
|
|
598
597
|
};
|
|
599
|
-
case
|
|
598
|
+
case li.TOGGLE_ENABLE: return {
|
|
600
599
|
...e,
|
|
601
600
|
defaultEnabled: !e.defaultEnabled,
|
|
602
601
|
accordionExpanded: e.defaultEnabled
|
|
603
602
|
};
|
|
604
603
|
default: return e;
|
|
605
604
|
}
|
|
606
|
-
},
|
|
607
|
-
let [s, c] = f(
|
|
605
|
+
}, di = ({ heading: e, toggleLabel: t, onClickDefaultToggle: n, expanded: r = !1, defaultEnabled: i = !0, padding: a = !0, children: o }) => {
|
|
606
|
+
let [s, c] = f(ui, {
|
|
608
607
|
accordionExpanded: r,
|
|
609
608
|
defaultEnabled: i
|
|
610
609
|
}), l = /* @__PURE__ */ B(R, { children: [/* @__PURE__ */ z("div", {
|
|
611
|
-
className:
|
|
612
|
-
children: /* @__PURE__ */ z(
|
|
610
|
+
className: ci.checkboxWrapper,
|
|
611
|
+
children: /* @__PURE__ */ z(si, {
|
|
613
612
|
label: t,
|
|
614
613
|
onChange: (e) => {
|
|
615
|
-
c({ type:
|
|
614
|
+
c({ type: li.TOGGLE_ENABLE }), n == null || n(e);
|
|
616
615
|
},
|
|
617
616
|
checked: s.defaultEnabled
|
|
618
617
|
})
|
|
619
618
|
}), s.accordionExpanded && /* @__PURE__ */ z("div", {
|
|
620
|
-
className:
|
|
619
|
+
className: ci.contentWrapper,
|
|
621
620
|
children: o
|
|
622
621
|
})] });
|
|
623
|
-
return /* @__PURE__ */ B(R, { children: [/* @__PURE__ */ z(
|
|
622
|
+
return /* @__PURE__ */ B(R, { children: [/* @__PURE__ */ z(Kr, {
|
|
624
623
|
heading: e,
|
|
625
624
|
bordered: !0,
|
|
626
625
|
expanded: s.accordionExpanded,
|
|
627
626
|
squareBottom: !0,
|
|
628
|
-
onClick: () => c({ type:
|
|
627
|
+
onClick: () => c({ type: li.TOGGLE_ACCORDION })
|
|
629
628
|
}), /* @__PURE__ */ z("div", {
|
|
630
|
-
className: g(
|
|
629
|
+
className: g(ci.bordered, a ? ci.padding : ""),
|
|
631
630
|
children: l
|
|
632
631
|
})] });
|
|
633
|
-
},
|
|
632
|
+
}, fi = {
|
|
634
633
|
inputInTable: "_inputInTable_1isig_1",
|
|
635
634
|
inputHover: "_inputHover_1isig_13",
|
|
636
635
|
inputFocus: "_inputFocus_1isig_18",
|
|
@@ -656,45 +655,45 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
656
655
|
groupOrderFirst: "_groupOrderFirst_1isig_344",
|
|
657
656
|
groupOrderMiddle: "_groupOrderMiddle_1isig_345",
|
|
658
657
|
groupOrderLast: "_groupOrderLast_1isig_346"
|
|
659
|
-
},
|
|
658
|
+
}, pi = { spinner: "_spinner_156m4_1" }, mi = ({ small: e = !1, colored: t = !1, dark: n = !1, tiny: r = !1 }) => {
|
|
660
659
|
let i = t ? "var(--color-text-primary)" : n ? "var(--color-text-muted)" : "white", a = e ? "var(--font-size)" : r ? "var(--font-size-xs)" : "var(--size)";
|
|
661
660
|
return /* @__PURE__ */ z("div", {
|
|
662
|
-
className:
|
|
661
|
+
className: pi.spinner,
|
|
663
662
|
style: {
|
|
664
663
|
color: i,
|
|
665
664
|
fontSize: a
|
|
666
665
|
}
|
|
667
666
|
});
|
|
668
|
-
},
|
|
667
|
+
}, hi = /* @__PURE__ */ function(e) {
|
|
669
668
|
return e.SUBMIT = "submit", e.BUTTON = "button", e.RESET = "reset", e;
|
|
670
|
-
}({}),
|
|
669
|
+
}({}), gi = ({ children: e, tooltip: t = null }) => t ? /* @__PURE__ */ z(G, {
|
|
671
670
|
text: t,
|
|
672
671
|
display: "inline-flex",
|
|
673
672
|
children: e
|
|
674
|
-
}) : /* @__PURE__ */ z(R, { children: e }), K = ({ active: e = !1, basic: t = !1, colored: n = !1, disabled: r = !1, ignoreDisabledContext: i = !1, groupOrder: a, icon: o = null, rightIcon: c = null, label: l = "", loading: u = !1, name: d, pill: f = !1, round: p = !1, small: m = !1, styles: h = "", width: _ = "", title: v = "", type: y =
|
|
673
|
+
}) : /* @__PURE__ */ z(R, { children: e }), K = ({ active: e = !1, basic: t = !1, colored: n = !1, disabled: r = !1, ignoreDisabledContext: i = !1, groupOrder: a, icon: o = null, rightIcon: c = null, label: l = "", loading: u = !1, name: d, pill: f = !1, round: p = !1, small: m = !1, styles: h = "", width: _ = "", title: v = "", type: y = hi.BUTTON, onClick: b = () => {}, error: x, warning: S, testId: C, tooltip: w, inverted: T = !1, component: E = "button", url: D, tabIndex: O }) => {
|
|
675
674
|
let k = s(U), A = (() => {
|
|
676
675
|
if (n) switch (n) {
|
|
677
|
-
case
|
|
678
|
-
case
|
|
679
|
-
case
|
|
680
|
-
case
|
|
681
|
-
case
|
|
682
|
-
default: return
|
|
676
|
+
case wr.DANGER:
|
|
677
|
+
case wr.RED: return fi.red;
|
|
678
|
+
case wr.SUCCESS:
|
|
679
|
+
case wr.GREEN: return fi.green;
|
|
680
|
+
case wr.MUTED: return fi.muted;
|
|
681
|
+
default: return fi.orange;
|
|
683
682
|
}
|
|
684
683
|
return "";
|
|
685
684
|
})(), j = (() => {
|
|
686
685
|
if (a) switch (a) {
|
|
687
|
-
case V.FIRST: return
|
|
688
|
-
case V.LAST: return
|
|
689
|
-
default: return
|
|
686
|
+
case V.FIRST: return fi.groupOrderFirst;
|
|
687
|
+
case V.LAST: return fi.groupOrderLast;
|
|
688
|
+
default: return fi.groupOrderMiddle;
|
|
690
689
|
}
|
|
691
690
|
return "";
|
|
692
691
|
})(), M = r || k && !i;
|
|
693
|
-
return /* @__PURE__ */ z(
|
|
692
|
+
return /* @__PURE__ */ z(gi, {
|
|
694
693
|
tooltip: w,
|
|
695
694
|
children: /* @__PURE__ */ B(E, {
|
|
696
|
-
type: y ===
|
|
697
|
-
className: g(
|
|
695
|
+
type: y === hi.SUBMIT ? hi.SUBMIT : hi.BUTTON,
|
|
696
|
+
className: g(fi.button, e ? fi.active : "", t ? fi.basic : "", A, M ? fi.disabled : "", (o || u) && !l ? fi.iconOnly : "", T ? fi.inverted : "", j, f ? fi.pill : "", p ? fi.round : "", m ? fi.small : "", h),
|
|
698
697
|
disabled: M,
|
|
699
698
|
name: d == null ? "" : d,
|
|
700
699
|
onClick: b,
|
|
@@ -707,12 +706,12 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
707
706
|
tabIndex: O,
|
|
708
707
|
children: [
|
|
709
708
|
o && /* @__PURE__ */ z("span", {
|
|
710
|
-
className:
|
|
709
|
+
className: fi.icon,
|
|
711
710
|
children: /* @__PURE__ */ z(W, { icon: o })
|
|
712
711
|
}),
|
|
713
712
|
u && /* @__PURE__ */ z("span", {
|
|
714
|
-
className:
|
|
715
|
-
children: /* @__PURE__ */ z(
|
|
713
|
+
className: fi.icon,
|
|
714
|
+
children: /* @__PURE__ */ z(mi, {
|
|
716
715
|
small: !m,
|
|
717
716
|
tiny: m,
|
|
718
717
|
dark: !n && !t,
|
|
@@ -721,13 +720,13 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
721
720
|
}),
|
|
722
721
|
l,
|
|
723
722
|
c && /* @__PURE__ */ z("span", {
|
|
724
|
-
className:
|
|
723
|
+
className: fi.rightIcon,
|
|
725
724
|
children: /* @__PURE__ */ z(W, { icon: c })
|
|
726
725
|
})
|
|
727
726
|
]
|
|
728
727
|
})
|
|
729
728
|
});
|
|
730
|
-
},
|
|
729
|
+
}, _i = {
|
|
731
730
|
actions: "_actions_1t7vd_1",
|
|
732
731
|
childComponent: "_childComponent_1t7vd_11",
|
|
733
732
|
actionComponentContainer: "_actionComponentContainer_1t7vd_14",
|
|
@@ -762,7 +761,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
762
761
|
component: "_component_17ntv_199",
|
|
763
762
|
right: "_right_17ntv_205",
|
|
764
763
|
actions: "_actions_17ntv_210"
|
|
765
|
-
},
|
|
764
|
+
}, vi = ({ label: e, onClick: t, icon: n, testId: r }) => /* @__PURE__ */ B("div", {
|
|
766
765
|
onClick: (e) => e.stopPropagation(),
|
|
767
766
|
className: q.heading,
|
|
768
767
|
"data-testid": r,
|
|
@@ -771,7 +770,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
771
770
|
onClick: t,
|
|
772
771
|
children: /* @__PURE__ */ z(W, { icon: n })
|
|
773
772
|
})]
|
|
774
|
-
}),
|
|
773
|
+
}), yi = () => /* @__PURE__ */ z("hr", { className: q.divider }), bi = ({ actions: e, label: t, url: n, onClick: r, description: i, icon: a, selected: o, closeOnOptionClick: s, close: c, disabled: l, inline: u, title: d, upload: f, uploadType: p, onChange: m = pn, testId: h, component: _ = "a" }) => /* @__PURE__ */ B(_, {
|
|
775
774
|
href: n,
|
|
776
775
|
to: n,
|
|
777
776
|
className: g(q.option, l ? q.disabled : "", u ? q.inline : "", o ? q == null ? void 0 : q.selected : ""),
|
|
@@ -830,29 +829,29 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
830
829
|
children: /* @__PURE__ */ z(W, { icon: H.CHECK })
|
|
831
830
|
}), !!(e != null && e.length) && /* @__PURE__ */ z("div", {
|
|
832
831
|
className: q.actions,
|
|
833
|
-
children: /* @__PURE__ */ z(
|
|
832
|
+
children: /* @__PURE__ */ z(Ji, { actions: e })
|
|
834
833
|
})]
|
|
835
834
|
})
|
|
836
835
|
]
|
|
837
|
-
}),
|
|
836
|
+
}), xi = /* @__PURE__ */ function(e) {
|
|
838
837
|
return e.HEADING = "Heading", e.DIVIDER = "Divider", e.OPTION = "Option", e.MENU = "Menu", e;
|
|
839
|
-
}({}),
|
|
838
|
+
}({}), Si = /* @__PURE__ */ function(e) {
|
|
840
839
|
return e.FALSE = "false", e.RIGHT = "right", e.DOWN = "down", e;
|
|
841
|
-
}({}),
|
|
840
|
+
}({}), Ci = ({ section: e, closeOnOptionClick: t, close: n, tree: r, path: i, maxHeight: a }) => {
|
|
842
841
|
let o = s(U);
|
|
843
842
|
switch (e.type) {
|
|
844
|
-
case
|
|
843
|
+
case xi.HEADING:
|
|
845
844
|
var c;
|
|
846
|
-
return /* @__PURE__ */ z(
|
|
845
|
+
return /* @__PURE__ */ z(vi, {
|
|
847
846
|
label: (c = e == null ? void 0 : e.label) == null ? "" : c,
|
|
848
847
|
onClick: e.onClick,
|
|
849
848
|
icon: e.icon,
|
|
850
849
|
testId: e.testId
|
|
851
850
|
});
|
|
852
|
-
case
|
|
853
|
-
case
|
|
851
|
+
case xi.DIVIDER: return /* @__PURE__ */ z(yi, {});
|
|
852
|
+
case xi.OPTION:
|
|
854
853
|
var l;
|
|
855
|
-
return /* @__PURE__ */ z(
|
|
854
|
+
return /* @__PURE__ */ z(bi, {
|
|
856
855
|
actions: e == null ? void 0 : e.actions,
|
|
857
856
|
label: (l = e == null ? void 0 : e.label) == null ? "" : l,
|
|
858
857
|
url: e == null ? void 0 : e.url,
|
|
@@ -871,10 +870,10 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
871
870
|
testId: e == null ? void 0 : e.testId,
|
|
872
871
|
component: e == null ? void 0 : e.component
|
|
873
872
|
});
|
|
874
|
-
case
|
|
873
|
+
case xi.MENU:
|
|
875
874
|
var u;
|
|
876
875
|
let s = !!(!(e == null || (u = e.menu) == null || (u = u.sections) == null) && u.find((e) => e == null ? void 0 : e.selected));
|
|
877
|
-
return /* @__PURE__ */ z(
|
|
876
|
+
return /* @__PURE__ */ z(Wi, {
|
|
878
877
|
menu: e.menu,
|
|
879
878
|
selected: s,
|
|
880
879
|
title: e.title,
|
|
@@ -888,7 +887,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
888
887
|
});
|
|
889
888
|
default: return null;
|
|
890
889
|
}
|
|
891
|
-
},
|
|
890
|
+
}, wi = (e) => e.includes("[") ? e.substr(0, e.lastIndexOf("[")) : e, Ti = (e, t) => `${e}.sections[${t}]`.replace(/^\./, ""), Ei = (e) => `${e}.close`.replace(/^\./, ""), Di = (e, t) => en(e, wi(t), []), Oi = (e, t, n) => mn(e, Ei(t), n), ki = ({ sections: e, isNested: t, width: n, closeOnOptionClick: r, close: a = () => {}, tree: o, path: s, maxHeight: c, showAllButton: l, testId: u }) => {
|
|
892
891
|
var d, f;
|
|
893
892
|
if (i(e)) return /* @__PURE__ */ z(R, { children: e });
|
|
894
893
|
let [p, h] = m(!(l != null && l.visible)), _ = e, v = (d = l == null || (f = l.additionalSections) == null ? void 0 : f.map((e) => ({
|
|
@@ -896,7 +895,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
896
895
|
closeOnOptionClick: r,
|
|
897
896
|
visible: !0
|
|
898
897
|
}))) == null ? [] : d, y = _.length > 4 ? [{
|
|
899
|
-
type:
|
|
898
|
+
type: xi.OPTION,
|
|
900
899
|
label: p ? (l == null ? void 0 : l.showLessTitle) || "Show less" : (l == null ? void 0 : l.showAllTitle) || "Show all",
|
|
901
900
|
onClick: () => h(!p),
|
|
902
901
|
visible: !0,
|
|
@@ -916,31 +915,31 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
916
915
|
maxHeight: c
|
|
917
916
|
},
|
|
918
917
|
"data-testid": u,
|
|
919
|
-
children: /* @__PURE__ */ z("ul", { children: b.map((e, t) => /* @__PURE__ */ z("li", { children: /* @__PURE__ */ z(
|
|
918
|
+
children: /* @__PURE__ */ z("ul", { children: b.map((e, t) => /* @__PURE__ */ z("li", { children: /* @__PURE__ */ z(Ci, {
|
|
920
919
|
section: e,
|
|
921
920
|
closeOnOptionClick: e.closeOnOptionClick,
|
|
922
921
|
close: a,
|
|
923
922
|
tree: o,
|
|
924
|
-
path:
|
|
923
|
+
path: Ti(s, t),
|
|
925
924
|
maxHeight: c
|
|
926
925
|
}) }, t)) })
|
|
927
926
|
});
|
|
928
|
-
},
|
|
927
|
+
}, Ai = (e, t = !1) => ({ placement: e || (t ? "right-start" : "bottom-start") }), J = (e) => dn(e) || cn(e) || i(e), ji = (e) => Array.isArray(e) ? "array" : typeof e, Mi = {
|
|
929
928
|
wrapper: "_wrapper_14vly_1",
|
|
930
929
|
badge: "_badge_14vly_5",
|
|
931
930
|
label: "_label_14vly_11",
|
|
932
931
|
small: "_small_14vly_23",
|
|
933
932
|
dot: "_dot_14vly_27",
|
|
934
933
|
hasChildren: "_hasChildren_14vly_33"
|
|
935
|
-
},
|
|
934
|
+
}, Ni = (e) => {
|
|
936
935
|
let t = e.substring(1), n = parseInt(t, 16), r = n >> 16 & 255, i = n >> 8 & 255, a = n >> 0 & 255;
|
|
937
936
|
return .2126 * r + .7152 * i + .0722 * a < 128;
|
|
938
|
-
},
|
|
939
|
-
let s = !(r === null && i === !1), c = n || (
|
|
937
|
+
}, Pi = ({ children: e, color: t = "", textColor: n = "", title: r = null, dot: i = !1, margin: a = null, small: o = !1 }) => {
|
|
938
|
+
let s = !(r === null && i === !1), c = n || (Ni(t) ? "#fff" : "rgba(0, 0, 0, 0.6)");
|
|
940
939
|
return /* @__PURE__ */ B("div", {
|
|
941
|
-
className:
|
|
940
|
+
className: Mi.wrapper,
|
|
942
941
|
children: [s && /* @__PURE__ */ z("sup", {
|
|
943
|
-
className: g(
|
|
942
|
+
className: g(Mi.badge, r === null ? Mi.dot : Mi.label, o ? Mi.small : "", e ? Mi.hasChildren : ""),
|
|
944
943
|
style: {
|
|
945
944
|
background: t || void 0,
|
|
946
945
|
margin: a || void 0,
|
|
@@ -949,8 +948,8 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
949
948
|
children: r
|
|
950
949
|
}), e]
|
|
951
950
|
});
|
|
952
|
-
},
|
|
953
|
-
let p = s(U), m = e ===
|
|
951
|
+
}, Fi = ({ trigger: e, label: t, colored: n, small: r, width: i, disabled: a, groupOrder: o, loading: c, error: l, warning: u, active: d, tabIndex: f }) => {
|
|
952
|
+
let p = s(U), m = e === Cr.DROP_DOWN_BUTTON;
|
|
954
953
|
return /* @__PURE__ */ z("div", {
|
|
955
954
|
className: g(q.trigger, a || p ? q.disabled : null),
|
|
956
955
|
style: { width: i },
|
|
@@ -973,7 +972,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
973
972
|
tabIndex: f
|
|
974
973
|
})
|
|
975
974
|
});
|
|
976
|
-
},
|
|
975
|
+
}, Ii = ({ label: e, title: t, carat: n, disabled: r, isOpen: i, selected: a }) => {
|
|
977
976
|
let o;
|
|
978
977
|
return t ? o = t : (typeof e == "string" || typeof e == "number") && (o = String(e)), /* @__PURE__ */ B("div", {
|
|
979
978
|
className: g(q.trigger, r ? q.disabled : null, i ? q.active : null, a ? q == null ? void 0 : q.selected : null),
|
|
@@ -981,26 +980,26 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
981
980
|
className: q.label,
|
|
982
981
|
title: o,
|
|
983
982
|
children: e
|
|
984
|
-
}), n && n ===
|
|
983
|
+
}), n && n === Si.RIGHT ? /* @__PURE__ */ z("span", {
|
|
985
984
|
className: q.arrow,
|
|
986
985
|
children: /* @__PURE__ */ z(W, { icon: H.CHEVRON_RIGHT })
|
|
987
|
-
}) : n && n ===
|
|
986
|
+
}) : n && n === Si.DOWN ? /* @__PURE__ */ z("span", {
|
|
988
987
|
className: q.arrow,
|
|
989
988
|
children: /* @__PURE__ */ z(W, { icon: H.CHEVRON_DOWN })
|
|
990
989
|
}) : null]
|
|
991
990
|
});
|
|
992
|
-
},
|
|
991
|
+
}, Li = ({ component: e, disabled: t, testId: n }) => /* @__PURE__ */ z("div", {
|
|
993
992
|
className: g(q.component, t ? q.disabled : null),
|
|
994
993
|
"data-testid": n,
|
|
995
994
|
children: e
|
|
996
|
-
}),
|
|
995
|
+
}), Ri = ({ tooltip: e, error: t, warning: n, children: r }) => !J(e) && !J(t) && !J(n) ? /* @__PURE__ */ z(R, { children: r }) : /* @__PURE__ */ z(G, {
|
|
997
996
|
error: !!t,
|
|
998
997
|
warning: !!n,
|
|
999
998
|
text: e || t || n,
|
|
1000
999
|
display: "inline-flex",
|
|
1001
1000
|
children: r
|
|
1002
|
-
}),
|
|
1003
|
-
let T = o ===
|
|
1001
|
+
}), zi = e.forwardRef(({ active: e, isDisabled: t, badgeTitle: n, badgeDot: r, loading: i, width: a, trigger: o, label: s, title: c, onClickTrigger: l, colored: u, small: d, isNested: f, contextMenu: p, component: m, groupOrder: h, fullHeight: g, isOpen: _, error: v, warning: y, tooltip: b, testId: x, selected: S, tabIndex: C }, w) => {
|
|
1002
|
+
let T = o === Cr.BUTTON || o === Cr.DROP_DOWN_BUTTON ? /* @__PURE__ */ z(Fi, {
|
|
1004
1003
|
trigger: o,
|
|
1005
1004
|
label: s == null ? "" : s,
|
|
1006
1005
|
colored: u,
|
|
@@ -1013,17 +1012,17 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1013
1012
|
warning: y,
|
|
1014
1013
|
active: _ || e,
|
|
1015
1014
|
tabIndex: C
|
|
1016
|
-
}) : o ===
|
|
1015
|
+
}) : o === Cr.TEXT ? /* @__PURE__ */ z(Ii, {
|
|
1017
1016
|
label: s == null ? "" : s,
|
|
1018
1017
|
title: c,
|
|
1019
1018
|
disabled: t,
|
|
1020
|
-
carat: p ? void 0 : f ?
|
|
1019
|
+
carat: p ? void 0 : f ? Si.RIGHT : Si.DOWN,
|
|
1021
1020
|
isOpen: _,
|
|
1022
1021
|
selected: S
|
|
1023
|
-
}) : o ===
|
|
1022
|
+
}) : o === Cr.COMPONENT ? /* @__PURE__ */ z(Li, {
|
|
1024
1023
|
component: m,
|
|
1025
1024
|
disabled: t
|
|
1026
|
-
}) : null, E = !f && (n || r) ? /* @__PURE__ */ z(
|
|
1025
|
+
}) : null, E = !f && (n || r) ? /* @__PURE__ */ z(Pi, {
|
|
1027
1026
|
title: n,
|
|
1028
1027
|
dot: r,
|
|
1029
1028
|
small: !r,
|
|
@@ -1042,32 +1041,32 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1042
1041
|
"data-error": v || null,
|
|
1043
1042
|
"data-warning": y || null,
|
|
1044
1043
|
"data-testid": x,
|
|
1045
|
-
children: /* @__PURE__ */ z(
|
|
1044
|
+
children: /* @__PURE__ */ z(Ri, {
|
|
1046
1045
|
tooltip: b,
|
|
1047
1046
|
error: v,
|
|
1048
1047
|
warning: y,
|
|
1049
1048
|
children: E
|
|
1050
1049
|
})
|
|
1051
1050
|
});
|
|
1052
|
-
}),
|
|
1051
|
+
}), Bi = (e) => {
|
|
1053
1052
|
let { sections: t } = e;
|
|
1054
1053
|
return !i(t) && (!Array.isArray(t) || t.every((e) => rn(e)));
|
|
1055
|
-
},
|
|
1056
|
-
let { clientPoint: d, hasClientPoint: f, resetClientPoint: p, handleMouseEvent: m } =
|
|
1054
|
+
}, Vi = ({ sections: e, width: t, placement: n, possiblePlacements: r, closeOnOptionClick: i, closeParent: a, tree: o, path: s, overflowContainer: c, maxHeight: l, testId: u }) => {
|
|
1055
|
+
let { clientPoint: d, hasClientPoint: f, resetClientPoint: p, handleMouseEvent: m } = ei(), h = p, g = f, { layerProps: _, renderLayer: v, triggerProps: y } = $r({
|
|
1057
1056
|
isOpen: g,
|
|
1058
1057
|
clientPoint: {
|
|
1059
1058
|
enabled: f,
|
|
1060
1059
|
x: d == null ? void 0 : d.x,
|
|
1061
1060
|
y: d == null ? void 0 : d.y
|
|
1062
1061
|
},
|
|
1063
|
-
...
|
|
1062
|
+
...Ai(n),
|
|
1064
1063
|
possiblePlacements: r,
|
|
1065
1064
|
onOutsideClick: h,
|
|
1066
1065
|
overflowContainer: c
|
|
1067
1066
|
});
|
|
1068
1067
|
return [g && v(/* @__PURE__ */ z("div", {
|
|
1069
1068
|
..._,
|
|
1070
|
-
children: /* @__PURE__ */ z(
|
|
1069
|
+
children: /* @__PURE__ */ z(ki, {
|
|
1071
1070
|
isNested: !1,
|
|
1072
1071
|
width: t,
|
|
1073
1072
|
sections: e,
|
|
@@ -1082,8 +1081,8 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1082
1081
|
...y,
|
|
1083
1082
|
onContextMenu: m
|
|
1084
1083
|
}];
|
|
1085
|
-
},
|
|
1086
|
-
let u = s(U), { label: d, trigger: f, fullHeightTrigger: p, colored: m, small: h, component: g, placement: _, possiblePlacements: v = ["bottom-start", "top-start"] } = e, [y, b] =
|
|
1084
|
+
}, Hi = ({ menu: e, width: t, disabled: n = !1, closeOnOptionClick: r = !0, closeParent: i, tree: a, path: o, groupOrder: c, testId: l }) => {
|
|
1085
|
+
let u = s(U), { label: d, trigger: f, fullHeightTrigger: p, colored: m, small: h, component: g, placement: _, possiblePlacements: v = ["bottom-start", "top-start"] } = e, [y, b] = Vi({
|
|
1087
1086
|
sections: e.sections,
|
|
1088
1087
|
width: t,
|
|
1089
1088
|
placement: _,
|
|
@@ -1096,11 +1095,11 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1096
1095
|
overflowContainer: !0,
|
|
1097
1096
|
maxHeight: void 0,
|
|
1098
1097
|
testId: l
|
|
1099
|
-
}), x = n ||
|
|
1098
|
+
}), x = n || Bi(e) || u;
|
|
1100
1099
|
return /* @__PURE__ */ B("div", {
|
|
1101
1100
|
...b,
|
|
1102
1101
|
"data-testid": l,
|
|
1103
|
-
children: [/* @__PURE__ */ z(
|
|
1102
|
+
children: [/* @__PURE__ */ z(zi, {
|
|
1104
1103
|
width: t,
|
|
1105
1104
|
fullHeight: p,
|
|
1106
1105
|
isDisabled: x,
|
|
@@ -1115,15 +1114,15 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1115
1114
|
groupOrder: c
|
|
1116
1115
|
}), y]
|
|
1117
1116
|
});
|
|
1118
|
-
},
|
|
1119
|
-
let E = s(U), D = p(null), { label: O, title: k, trigger: A, fullHeightTrigger: j, colored: M, small: N, sections: P, component: F, placement: ee, showAllButton: I, possiblePlacements: te = ["bottom-start", "top-start"] } = e, [ne, re] = nn(v) && on(y) ? [v, y] : m(!1), ie = () => re(!1), ae = () => re(!0), { triggerProps: oe, layerProps: se, renderLayer: ce } =
|
|
1117
|
+
}, Ui = ({ menu: e, width: t, disabled: n = !1, badgeTitle: r, badgeDot: i = !1, loading: a = !1, isNested: o = !1, closeOnOptionClick: c = !0, closeParent: l, tree: u, path: d, groupOrder: f, overflowContainer: h = !0, maxHeight: g, testId: _, open: v, setOpen: y, tooltip: b, error: x, warning: S, selected: C, tabIndex: w, active: T }) => {
|
|
1118
|
+
let E = s(U), D = p(null), { label: O, title: k, trigger: A, fullHeightTrigger: j, colored: M, small: N, sections: P, component: F, placement: ee, showAllButton: I, possiblePlacements: te = ["bottom-start", "top-start"] } = e, [ne, re] = nn(v) && on(y) ? [v, y] : m(!1), ie = () => re(!1), ae = () => re(!0), { triggerProps: oe, layerProps: se, renderLayer: ce } = $r({
|
|
1120
1119
|
isOpen: ne,
|
|
1121
|
-
...
|
|
1120
|
+
...Ai(ee, o),
|
|
1122
1121
|
possiblePlacements: te,
|
|
1123
1122
|
onOutsideClick: ie,
|
|
1124
1123
|
overflowContainer: h
|
|
1125
|
-
}), L = Yt([D, se.ref]), le = n ||
|
|
1126
|
-
return
|
|
1124
|
+
}), L = Yt([D, se.ref]), le = n || Bi(e) || E;
|
|
1125
|
+
return Oi(u, d, ie), /* @__PURE__ */ B(R, { children: [/* @__PURE__ */ z(zi, {
|
|
1127
1126
|
ref: oe.ref,
|
|
1128
1127
|
isDisabled: le,
|
|
1129
1128
|
badgeTitle: r,
|
|
@@ -1140,7 +1139,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1140
1139
|
ie();
|
|
1141
1140
|
return;
|
|
1142
1141
|
}
|
|
1143
|
-
|
|
1142
|
+
Di(u, d).forEach((e) => {
|
|
1144
1143
|
e.close && e.close();
|
|
1145
1144
|
}), ae();
|
|
1146
1145
|
}
|
|
@@ -1173,7 +1172,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1173
1172
|
className: q.layerContainer,
|
|
1174
1173
|
"data-testid": e.testId,
|
|
1175
1174
|
onClick: (e) => e.stopPropagation(),
|
|
1176
|
-
children: /* @__PURE__ */ z(
|
|
1175
|
+
children: /* @__PURE__ */ z(ki, {
|
|
1177
1176
|
sections: P,
|
|
1178
1177
|
isNested: o,
|
|
1179
1178
|
width: t,
|
|
@@ -1187,19 +1186,19 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1187
1186
|
})
|
|
1188
1187
|
})) })
|
|
1189
1188
|
})] });
|
|
1190
|
-
},
|
|
1189
|
+
}, Wi = (e) => /* @__PURE__ */ z(Jr, { children: /* @__PURE__ */ z(Ui, { ...e }) }), Gi = (e) => e.contextMenu ? /* @__PURE__ */ z(Hi, {
|
|
1191
1190
|
...e,
|
|
1192
1191
|
tree: {},
|
|
1193
1192
|
path: "",
|
|
1194
1193
|
testId: e.testId
|
|
1195
|
-
}) : /* @__PURE__ */ z(
|
|
1194
|
+
}) : /* @__PURE__ */ z(Wi, {
|
|
1196
1195
|
...e,
|
|
1197
1196
|
tree: {},
|
|
1198
1197
|
path: "",
|
|
1199
1198
|
testId: e.testId
|
|
1200
|
-
}),
|
|
1199
|
+
}), Ki = (e) => /* @__PURE__ */ z(Jr, { children: /* @__PURE__ */ z(Gi, { ...e }) }), qi = (e) => {
|
|
1201
1200
|
let { subActions: t, subMenuIcon: n, primary: r, testId: i, tooltip: a } = e, o = /* @__PURE__ */ z(K, {
|
|
1202
|
-
colored: r ? !0 :
|
|
1201
|
+
colored: r ? !0 : wr.MUTED,
|
|
1203
1202
|
basic: !r,
|
|
1204
1203
|
round: !0,
|
|
1205
1204
|
small: !0,
|
|
@@ -1207,8 +1206,8 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1207
1206
|
testId: i,
|
|
1208
1207
|
tooltip: a
|
|
1209
1208
|
});
|
|
1210
|
-
return t.length ? /* @__PURE__ */ z(
|
|
1211
|
-
trigger:
|
|
1209
|
+
return t.length ? /* @__PURE__ */ z(Ki, { menu: {
|
|
1210
|
+
trigger: Cr.COMPONENT,
|
|
1212
1211
|
component: o,
|
|
1213
1212
|
sections: t.map((e) => {
|
|
1214
1213
|
var t;
|
|
@@ -1225,16 +1224,16 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1225
1224
|
};
|
|
1226
1225
|
})
|
|
1227
1226
|
} }) : null;
|
|
1228
|
-
},
|
|
1227
|
+
}, Ji = (t) => {
|
|
1229
1228
|
let n = s(U), { actions: r = [], closeLayer: i } = t;
|
|
1230
1229
|
return /* @__PURE__ */ z("div", {
|
|
1231
|
-
className: g(
|
|
1230
|
+
className: g(_i.actions),
|
|
1232
1231
|
children: r.map((t, r) => {
|
|
1233
1232
|
if (!(t != null && t.hidden || !t || !Object.keys(t).length)) return t.childComponent && e.isValidElement(t.childComponent) ? /* @__PURE__ */ z("div", {
|
|
1234
1233
|
"data-testid": t.testId,
|
|
1235
|
-
className:
|
|
1234
|
+
className: _i.childComponent,
|
|
1236
1235
|
children: t.childComponent
|
|
1237
|
-
}, r) : t.subActions ? /* @__PURE__ */ z(
|
|
1236
|
+
}, r) : t.subActions ? /* @__PURE__ */ z(qi, {
|
|
1238
1237
|
subActions: t.subActions,
|
|
1239
1238
|
primary: t.primary,
|
|
1240
1239
|
subMenuIcon: t.icon,
|
|
@@ -1256,30 +1255,30 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1256
1255
|
}, r);
|
|
1257
1256
|
})
|
|
1258
1257
|
});
|
|
1259
|
-
},
|
|
1258
|
+
}, Yi = {
|
|
1260
1259
|
breadcrumb: "_breadcrumb_2k0cd_1",
|
|
1261
1260
|
small: "_small_2k0cd_4",
|
|
1262
1261
|
labelContainer: "_labelContainer_2k0cd_7",
|
|
1263
1262
|
active: "_active_2k0cd_17",
|
|
1264
1263
|
disabled: "_disabled_2k0cd_22",
|
|
1265
1264
|
separator: "_separator_2k0cd_27"
|
|
1266
|
-
},
|
|
1265
|
+
}, Xi = /* @__PURE__ */ function(e) {
|
|
1267
1266
|
return e.LABEL = "label", e.LINK = "link", e.CUSTOM = "custom", e;
|
|
1268
|
-
}({}),
|
|
1269
|
-
let l = s(U), u = e ===
|
|
1267
|
+
}({}), Zi = ({ type: e = Xi.LABEL, label: t, url: n, onClick: r, active: a, disabled: o, element: c }) => {
|
|
1268
|
+
let l = s(U), u = e === Xi.LINK && n !== void 0, d = e === Xi.CUSTOM && i(c);
|
|
1270
1269
|
return /* @__PURE__ */ z("span", {
|
|
1271
1270
|
onClick: r,
|
|
1272
|
-
className: g(
|
|
1271
|
+
className: g(Yi.labelContainer, a && Yi.active, (o || l) && Yi.disabled),
|
|
1273
1272
|
children: u ? /* @__PURE__ */ z("a", {
|
|
1274
1273
|
href: n,
|
|
1275
1274
|
children: t
|
|
1276
1275
|
}) : d ? c : t
|
|
1277
1276
|
});
|
|
1278
|
-
},
|
|
1279
|
-
className: g(
|
|
1277
|
+
}, Qi = ({ links: e, small: t = !1 }) => /* @__PURE__ */ z("div", {
|
|
1278
|
+
className: g(Yi.breadcrumb, t && Yi.small),
|
|
1280
1279
|
children: e.map((t, n) => {
|
|
1281
1280
|
let r = e.length === n + 1, { type: i, label: a, url: o, onClick: s, active: c, disabled: l, element: u } = t;
|
|
1282
|
-
return /* @__PURE__ */ B("span", { children: [/* @__PURE__ */ z(
|
|
1281
|
+
return /* @__PURE__ */ B("span", { children: [/* @__PURE__ */ z(Zi, {
|
|
1283
1282
|
type: i,
|
|
1284
1283
|
label: a,
|
|
1285
1284
|
url: o,
|
|
@@ -1288,14 +1287,14 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1288
1287
|
disabled: l,
|
|
1289
1288
|
element: u
|
|
1290
1289
|
}), !r && /* @__PURE__ */ z("span", {
|
|
1291
|
-
className:
|
|
1290
|
+
className: Yi.separator,
|
|
1292
1291
|
children: "/"
|
|
1293
1292
|
})] }, n);
|
|
1294
1293
|
})
|
|
1295
|
-
}),
|
|
1294
|
+
}), $i = {
|
|
1296
1295
|
label: "_label_iu2wi_1",
|
|
1297
1296
|
buttonGroup: "_buttonGroup_iu2wi_11"
|
|
1298
|
-
},
|
|
1297
|
+
}, ea = (e) => {
|
|
1299
1298
|
let { basic: t = !1, items: n = [], header: r = "", onSelected: i = () => {}, small: a = !1, value: o = "", testId: c = void 0, disabled: l } = e, u = s(U), d = (e, t, n, r, a) => {
|
|
1300
1299
|
e.preventDefault(), e.stopPropagation(), !(l || a || u) && i(t, n, r);
|
|
1301
1300
|
}, f = (e, t) => t === "string" ? e : t === "object" ? e.label : t === "array" ? e[1] : null, p = (e, t) => {
|
|
@@ -1304,14 +1303,14 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1304
1303
|
}, m = (e, t, n) => t === "object" && "key" in e ? e.key : n, h = (e, t) => t === "object" ? e.hidden : !1, g = (e, t) => t === "object" ? e.icon : void 0, _ = (e, t, n) => e === "object" ? String(t) === String(o) : n === o;
|
|
1305
1304
|
return /* @__PURE__ */ z("div", { children: /* @__PURE__ */ B("div", { children: [(() => {
|
|
1306
1305
|
if (r) return /* @__PURE__ */ z("label", {
|
|
1307
|
-
className:
|
|
1306
|
+
className: $i.label,
|
|
1308
1307
|
children: r
|
|
1309
1308
|
});
|
|
1310
1309
|
})(), /* @__PURE__ */ z("div", {
|
|
1311
|
-
className:
|
|
1310
|
+
className: $i.buttonGroup,
|
|
1312
1311
|
"data-testid": c,
|
|
1313
1312
|
children: n.map((e, r) => {
|
|
1314
|
-
let i =
|
|
1313
|
+
let i = ji(e), o = r === 0 ? V.FIRST : r === n.length - 1 ? V.LAST : V.MIDDLE, s = f(e, i), c = p(e, i), u = m(e, i, c), v = h(e, i), y = g(e, i), b = _(i, u, c), { error: x, maxTooltipWidth: S, testId: C, tooltip: w, warning: T } = e;
|
|
1315
1314
|
return v ? null : /* @__PURE__ */ z(G, {
|
|
1316
1315
|
error: !!x,
|
|
1317
1316
|
warning: !!T,
|
|
@@ -1335,7 +1334,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1335
1334
|
}, r);
|
|
1336
1335
|
})
|
|
1337
1336
|
})] }) });
|
|
1338
|
-
},
|
|
1337
|
+
}, ta = {
|
|
1339
1338
|
card: "_card_ucdeu_1",
|
|
1340
1339
|
bordered: "_bordered_ucdeu_4",
|
|
1341
1340
|
raised: "_raised_ucdeu_10",
|
|
@@ -1343,23 +1342,23 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1343
1342
|
cardContentBorderTop: "_cardContentBorderTop_ucdeu_19",
|
|
1344
1343
|
padding: "_padding_ucdeu_22",
|
|
1345
1344
|
cardContent: "_cardContent_ucdeu_19"
|
|
1346
|
-
},
|
|
1347
|
-
className: g(
|
|
1345
|
+
}, na = ({ bordered: e = !0, heading: t = null, children: n, margin: r = "0", padding: i = !0, raised: a = !1 }) => /* @__PURE__ */ B("div", {
|
|
1346
|
+
className: g(ta.card, e ? ta.bordered : "", a ? ta.raised : ""),
|
|
1348
1347
|
style: { margin: r },
|
|
1349
1348
|
children: [t ? /* @__PURE__ */ z("div", {
|
|
1350
|
-
className: g(
|
|
1349
|
+
className: g(ta.cardHeader),
|
|
1351
1350
|
children: t
|
|
1352
1351
|
}) : null, /* @__PURE__ */ z("div", {
|
|
1353
|
-
className: g(
|
|
1352
|
+
className: g(ta.cardContent, t ? ta.cardContentBorderTop : "", i ? ta.padding : ""),
|
|
1354
1353
|
children: n
|
|
1355
1354
|
})]
|
|
1356
|
-
}),
|
|
1355
|
+
}), ra = {
|
|
1357
1356
|
toggleBox: "_toggleBox_rwod1_1",
|
|
1358
1357
|
enter: "_enter_rwod1_8",
|
|
1359
1358
|
enterActive: "_enterActive_rwod1_12",
|
|
1360
1359
|
fullWidthStyleFix: "_fullWidthStyleFix_rwod1_17",
|
|
1361
1360
|
dismiss: "_dismiss_rwod1_22"
|
|
1362
|
-
},
|
|
1361
|
+
}, ia = ({ children: t, content: n, placement: r = "top-center", closeOnOutsideClick: i = !0, fullWidth: a = !1, showCloseButton: o = !1, testId: l, disabled: u = !1, overflowContainer: d = !1, isOpen: f, onToggle: h }) => {
|
|
1363
1362
|
let _ = s(U), v = p(null), [y, b] = f === void 0 ? m(!1) : [f, h], x = () => {
|
|
1364
1363
|
!u && !_ && b && b(!1);
|
|
1365
1364
|
}, S = () => {
|
|
@@ -1368,7 +1367,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1368
1367
|
c(() => {
|
|
1369
1368
|
(u || _) && x();
|
|
1370
1369
|
}, [u, _]);
|
|
1371
|
-
let { renderLayer: C, arrowProps: w, layerProps: T, triggerProps: E } =
|
|
1370
|
+
let { renderLayer: C, arrowProps: w, layerProps: T, triggerProps: E } = $r({
|
|
1372
1371
|
isOpen: y,
|
|
1373
1372
|
placement: r,
|
|
1374
1373
|
triggerOffset: 6,
|
|
@@ -1385,16 +1384,16 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1385
1384
|
in: y,
|
|
1386
1385
|
timeout: 100,
|
|
1387
1386
|
classNames: {
|
|
1388
|
-
enter:
|
|
1389
|
-
enterActive:
|
|
1387
|
+
enter: ra.enter,
|
|
1388
|
+
enterActive: ra.enterActive
|
|
1390
1389
|
},
|
|
1391
1390
|
unmountOnExit: !0,
|
|
1392
1391
|
children: /* @__PURE__ */ z(R, { children: y && C(/* @__PURE__ */ B("div", {
|
|
1393
|
-
className: a ? g(
|
|
1392
|
+
className: a ? g(ra.toggleBox, ra.fullWidthStyleFix) : g(ra.toggleBox),
|
|
1394
1393
|
...T,
|
|
1395
1394
|
ref: D,
|
|
1396
1395
|
children: [/* @__PURE__ */ B("div", { children: [e.isValidElement(n) ? e.cloneElement(n, { close: x }) : n, o && /* @__PURE__ */ z("div", {
|
|
1397
|
-
className:
|
|
1396
|
+
className: ra.dismiss,
|
|
1398
1397
|
children: /* @__PURE__ */ z(K, {
|
|
1399
1398
|
small: !0,
|
|
1400
1399
|
round: !0,
|
|
@@ -1413,34 +1412,34 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1413
1412
|
})]
|
|
1414
1413
|
})) })
|
|
1415
1414
|
})] });
|
|
1416
|
-
},
|
|
1415
|
+
}, aa = (e) => /* @__PURE__ */ z(Jr, { children: /* @__PURE__ */ z(ia, { ...e }) }), oa = {
|
|
1417
1416
|
colorInput: "_colorInput_1j7vk_1",
|
|
1418
1417
|
trigger: "_trigger_1j7vk_8",
|
|
1419
1418
|
buttonColor: "_buttonColor_1j7vk_12",
|
|
1420
1419
|
options: "_options_1j7vk_17",
|
|
1421
1420
|
option: "_option_1j7vk_17",
|
|
1422
1421
|
adjustColorsInDarkMode: "_adjustColorsInDarkMode_1j7vk_26"
|
|
1423
|
-
},
|
|
1422
|
+
}, sa = ({ columns: e = 9, disabled: t, options: n = [], small: r, value: i, onChange: a, adjustColorsInDarkMode: o = !1 }) => {
|
|
1424
1423
|
var s;
|
|
1425
1424
|
let [c, l] = m(!1), u = (s = n.find((e) => e.value === i)) == null ? void 0 : s.label;
|
|
1426
1425
|
return /* @__PURE__ */ z("div", {
|
|
1427
|
-
className: g(
|
|
1428
|
-
children: /* @__PURE__ */ z(
|
|
1426
|
+
className: g(oa.colorInput, o ? oa.adjustColorsInDarkMode : void 0),
|
|
1427
|
+
children: /* @__PURE__ */ z(aa, {
|
|
1429
1428
|
placement: "bottom-start",
|
|
1430
1429
|
isOpen: c,
|
|
1431
1430
|
onToggle: l,
|
|
1432
1431
|
content: /* @__PURE__ */ z("div", {
|
|
1433
|
-
className: g(
|
|
1432
|
+
className: g(oa.options, o ? oa.adjustColorsInDarkMode : void 0),
|
|
1434
1433
|
style: { gridTemplateColumns: `repeat(${e}, auto)` },
|
|
1435
1434
|
children: n.map((e) => /* @__PURE__ */ z("div", {
|
|
1436
|
-
className:
|
|
1435
|
+
className: oa.option,
|
|
1437
1436
|
children: /* @__PURE__ */ z(K, {
|
|
1438
1437
|
basic: !0,
|
|
1439
1438
|
disabled: t,
|
|
1440
1439
|
width: "var(--size)",
|
|
1441
1440
|
tooltip: e.label,
|
|
1442
1441
|
label: /* @__PURE__ */ z("div", {
|
|
1443
|
-
className:
|
|
1442
|
+
className: oa.buttonColor,
|
|
1444
1443
|
style: { backgroundColor: e.value }
|
|
1445
1444
|
}),
|
|
1446
1445
|
onClick: () => {
|
|
@@ -1456,67 +1455,49 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1456
1455
|
width: r ? "var(--size-sm)" : "var(--size)",
|
|
1457
1456
|
tooltip: u,
|
|
1458
1457
|
label: /* @__PURE__ */ z("div", {
|
|
1459
|
-
className:
|
|
1458
|
+
className: oa.buttonColor,
|
|
1460
1459
|
style: { backgroundColor: i }
|
|
1461
1460
|
})
|
|
1462
1461
|
})
|
|
1463
1462
|
})
|
|
1464
1463
|
});
|
|
1465
|
-
},
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
${(e) => e.$flexbox && "flex-direction: column;"}
|
|
1501
|
-
padding: ${(e) => e.$padding === !0 ? "var(--padding)" : e.$padding};
|
|
1502
|
-
}
|
|
1503
|
-
`, fa = ({ background: e = "transparent", borderLeft: t, borderRight: n, children: r = null, flex: i = !0, flexbox: a = !1, padding: o = !1, scroll: s = !1, showScrollbar: c = !0, spacing: l = "var(--padding)", width: u, widthMobile: d, widthTablet: f, testId: p }) => {
|
|
1504
|
-
let m = (e) => typeof e == "string" ? e : typeof e == "number" ? `${e}px` : void 0;
|
|
1505
|
-
return /* @__PURE__ */ z(da, {
|
|
1506
|
-
$background: e,
|
|
1507
|
-
$borderLeft: t,
|
|
1508
|
-
$borderRight: n,
|
|
1509
|
-
$flex: i,
|
|
1510
|
-
$flexbox: a,
|
|
1511
|
-
$padding: o,
|
|
1512
|
-
$scroll: s,
|
|
1513
|
-
$showScrollbar: c,
|
|
1514
|
-
$spacing: l,
|
|
1515
|
-
$width: m(u),
|
|
1516
|
-
$widthTablet: m(f),
|
|
1517
|
-
$widthMobile: m(d),
|
|
1464
|
+
}, ca = {
|
|
1465
|
+
inputInTable: "_inputInTable_1nvil_1",
|
|
1466
|
+
inputHover: "_inputHover_1nvil_13",
|
|
1467
|
+
inputFocus: "_inputFocus_1nvil_18",
|
|
1468
|
+
inputError: "_inputError_1nvil_25",
|
|
1469
|
+
inputWarning: "_inputWarning_1nvil_26",
|
|
1470
|
+
inputDisabled: "_inputDisabled_1nvil_61",
|
|
1471
|
+
hideScrollbars: "_hideScrollbars_1nvil_67",
|
|
1472
|
+
column: "_column_1nvil_77",
|
|
1473
|
+
noScrollbar: "_noScrollbar_1nvil_101",
|
|
1474
|
+
inner: "_inner_1nvil_111",
|
|
1475
|
+
innerFlexbox: "_innerFlexbox_1nvil_119"
|
|
1476
|
+
}, la = (e) => {
|
|
1477
|
+
if (typeof e == "string") return e;
|
|
1478
|
+
if (typeof e == "number") return `${e}px`;
|
|
1479
|
+
}, ua = (e) => {
|
|
1480
|
+
if (e === !0) return "1px solid var(--color-border)";
|
|
1481
|
+
if (typeof e == "string") return e;
|
|
1482
|
+
}, da = (e) => e === !0 ? "var(--padding)" : e === !1 ? "0" : e, fa = ({ background: e = "transparent", borderLeft: t, borderRight: n, children: r = null, flex: i = !0, flexbox: a = !1, padding: o = !1, scroll: s = !1, showScrollbar: c = !0, spacing: l = "var(--padding)", width: u, widthMobile: d, widthTablet: f, testId: p }) => {
|
|
1483
|
+
let m = la(u), h = la(f), _ = la(d), v = ua(t), y = ua(n), b = da(o), x = {
|
|
1484
|
+
"--column-width": m || "auto",
|
|
1485
|
+
"--column-flex-grow": !m && i ? "1" : "0",
|
|
1486
|
+
"--column-flex-shrink": m || !i ? "0" : "1",
|
|
1487
|
+
"--column-overflow": s ? "auto" : "initial",
|
|
1488
|
+
"--column-background": e,
|
|
1489
|
+
"--column-spacing": l ? `0 calc(${l} / 2)` : "0",
|
|
1490
|
+
"--column-inner-padding": b,
|
|
1491
|
+
...v && { "--column-border-left": v },
|
|
1492
|
+
...y && { "--column-border-right": y },
|
|
1493
|
+
...h && { "--column-width-tablet": h },
|
|
1494
|
+
..._ && { "--column-width-mobile": _ }
|
|
1495
|
+
};
|
|
1496
|
+
return /* @__PURE__ */ z("div", {
|
|
1497
|
+
className: g(ca.column, !c && ca.noScrollbar),
|
|
1498
|
+
style: x,
|
|
1518
1499
|
children: /* @__PURE__ */ z("div", {
|
|
1519
|
-
className:
|
|
1500
|
+
className: g(ca.inner, a && !s && ca.innerFlexbox),
|
|
1520
1501
|
"data-testid": p,
|
|
1521
1502
|
children: r
|
|
1522
1503
|
})
|
|
@@ -1541,11 +1522,11 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1541
1522
|
children: e
|
|
1542
1523
|
}), ga = (e) => {
|
|
1543
1524
|
switch (e) {
|
|
1544
|
-
case
|
|
1545
|
-
case
|
|
1525
|
+
case Tr.LEFT: return pa.alignLeft;
|
|
1526
|
+
case Tr.RIGHT: return pa.alignRight;
|
|
1546
1527
|
default: return "";
|
|
1547
1528
|
}
|
|
1548
|
-
}, _a = ({ children: e, margin: t = "var(--padding)", color: n = "var(--color-border)", align: r =
|
|
1529
|
+
}, _a = ({ children: e, margin: t = "var(--padding)", color: n = "var(--color-border)", align: r = Tr.CENTER }) => /* @__PURE__ */ z("div", {
|
|
1549
1530
|
className: `${pa.divider} ${ga(r)}`,
|
|
1550
1531
|
style: {
|
|
1551
1532
|
marginTop: t,
|
|
@@ -1571,15 +1552,15 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1571
1552
|
children: [e, /* @__PURE__ */ B("div", {
|
|
1572
1553
|
className: va.icons,
|
|
1573
1554
|
children: [
|
|
1574
|
-
a && /* @__PURE__ */ z(
|
|
1555
|
+
a && /* @__PURE__ */ z(oi, {
|
|
1575
1556
|
onClick: i,
|
|
1576
1557
|
icon: a
|
|
1577
1558
|
}),
|
|
1578
|
-
d && /* @__PURE__ */ z(
|
|
1559
|
+
d && /* @__PURE__ */ z(oi, {
|
|
1579
1560
|
text: t,
|
|
1580
1561
|
onClick: r
|
|
1581
1562
|
}),
|
|
1582
|
-
o && /* @__PURE__ */ z(
|
|
1563
|
+
o && /* @__PURE__ */ z(oi, {
|
|
1583
1564
|
text: (u = o == null ? void 0 : o.tooltip) == null ? "" : u,
|
|
1584
1565
|
onClick: o.onClick,
|
|
1585
1566
|
icon: H.LIBRARY
|
|
@@ -1673,7 +1654,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1673
1654
|
disabled: "_disabled_c4h57_224",
|
|
1674
1655
|
tabsContent: "_tabsContent_c4h57_231",
|
|
1675
1656
|
resizeHandle: "_resizeHandle_c4h57_237"
|
|
1676
|
-
}, wa = ({ badge: e, children: t }) => e ? /* @__PURE__ */ z(
|
|
1657
|
+
}, wa = ({ badge: e, children: t }) => e ? /* @__PURE__ */ z(Pi, {
|
|
1677
1658
|
small: !0,
|
|
1678
1659
|
margin: 4,
|
|
1679
1660
|
title: e.toString(),
|
|
@@ -1710,7 +1691,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1710
1691
|
...r,
|
|
1711
1692
|
children: /* @__PURE__ */ z(W, { icon: H.DRAG })
|
|
1712
1693
|
});
|
|
1713
|
-
}), Da =
|
|
1694
|
+
}), Da = vn, Oa = ({ children: e = null, width: t = 400, right: n = !1, onResize: r, setOpen: i, maxOpenWidth: a }) => {
|
|
1714
1695
|
let [o, s] = m(!1), c = a == null ? window.innerWidth / 2 : a;
|
|
1715
1696
|
return r ? /* @__PURE__ */ z(Da, {
|
|
1716
1697
|
width: gn(t),
|
|
@@ -1732,7 +1713,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1732
1713
|
},
|
|
1733
1714
|
children: e
|
|
1734
1715
|
}) : /* @__PURE__ */ z(R, { children: e });
|
|
1735
|
-
}, ka = ({ background: e = "var(--color-background-raised)", fixed: t = !1, open: n = !1, setOpen: r, right: a = !1, width: o = 400, closedWidth: s = 0, shadow: c = !1, top: l = 0, button: u = null, buttonAnimate: d = !0, buttonPosition: f =
|
|
1716
|
+
}, ka = ({ background: e = "var(--color-background-raised)", fixed: t = !1, open: n = !1, setOpen: r, right: a = !1, width: o = 400, closedWidth: s = 0, shadow: c = !1, top: l = 0, button: u = null, buttonAnimate: d = !0, buttonPosition: f = Er.BOTTOM, border: p = !1, children: h = null, tabs: _, defaultTabIndex: v = 0, activeTab: y, setActiveTab: b, testId: x, onResize: S, getActiveTab: C, onClose: w, onOpen: T, maxOpenWidth: E }) => {
|
|
1736
1717
|
let D = u === !0, O = !D && i(u), [k, A] = r ? [n, r] : D || _ ? m(n) : [n, () => {}], [j, M] = m(v), N = r ? n : k, P = r || A, F = b === void 0 ? j : y, ee = b || M, I = Array.isArray(o) ? o[F || 0] : o, te = N ? I : _ ? 35 : s;
|
|
1737
1718
|
return /* @__PURE__ */ z(Oa, {
|
|
1738
1719
|
width: te,
|
|
@@ -1940,7 +1921,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
1940
1921
|
let n = document.querySelector(`#${e}`), [r, i] = m(!1);
|
|
1941
1922
|
return u(() => {
|
|
1942
1923
|
r || i(!0);
|
|
1943
|
-
}, [e]), n ?
|
|
1924
|
+
}, [e]), n ? yn(t, n) : null;
|
|
1944
1925
|
}, Ua = {
|
|
1945
1926
|
wrapper: "_wrapper_1sv3a_1",
|
|
1946
1927
|
enter: "_enter_1sv3a_15",
|
|
@@ -2078,7 +2059,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2078
2059
|
testId: `${g}-file-input`,
|
|
2079
2060
|
accept: "image/*"
|
|
2080
2061
|
}),
|
|
2081
|
-
y && /* @__PURE__ */ B(R, { children: [/* @__PURE__ */ z(Ba, {}), /* @__PURE__ */ z(Ya, { percentage:
|
|
2062
|
+
y && /* @__PURE__ */ B(R, { children: [/* @__PURE__ */ z(Ba, {}), /* @__PURE__ */ z(Ya, { percentage: In(100 * x / Za, 3) })] })
|
|
2082
2063
|
] }), j = /* @__PURE__ */ B(R, { children: [/* @__PURE__ */ z(K, {
|
|
2083
2064
|
label: p || "Upload",
|
|
2084
2065
|
colored: !0,
|
|
@@ -2206,7 +2187,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2206
2187
|
className: g(ao.legendToggle),
|
|
2207
2188
|
onClick: n,
|
|
2208
2189
|
children: t ? "Hide details" : "Show details"
|
|
2209
|
-
}), /* @__PURE__ */ z(
|
|
2190
|
+
}), /* @__PURE__ */ z(Ur, {
|
|
2210
2191
|
expanded: t,
|
|
2211
2192
|
children: /* @__PURE__ */ z("div", {
|
|
2212
2193
|
className: ao.detailsText,
|
|
@@ -2293,7 +2274,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2293
2274
|
children: e
|
|
2294
2275
|
}) }) : null, (() => {
|
|
2295
2276
|
if (!a) return null;
|
|
2296
|
-
let e = /* @__PURE__ */ z(
|
|
2277
|
+
let e = /* @__PURE__ */ z(Ji, { actions: t });
|
|
2297
2278
|
return n ? e : /* @__PURE__ */ z("div", { children: e });
|
|
2298
2279
|
})()]
|
|
2299
2280
|
});
|
|
@@ -2445,7 +2426,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2445
2426
|
}),
|
|
2446
2427
|
!!(s != null && s.length) && /* @__PURE__ */ z("div", {
|
|
2447
2428
|
className: g(wo.actions),
|
|
2448
|
-
children: /* @__PURE__ */ z(
|
|
2429
|
+
children: /* @__PURE__ */ z(Ji, {
|
|
2449
2430
|
actions: s,
|
|
2450
2431
|
closeLayer: c
|
|
2451
2432
|
})
|
|
@@ -2458,8 +2439,8 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2458
2439
|
}), Wo = ({ section: e, selected: t, focused: n, onSelectOption: r, closeLayer: i }) => {
|
|
2459
2440
|
let a = s(U);
|
|
2460
2441
|
switch (e.type) {
|
|
2461
|
-
case
|
|
2462
|
-
case
|
|
2442
|
+
case xi.HEADING: return /* @__PURE__ */ z(Ho, { label: e.label });
|
|
2443
|
+
case xi.OPTION:
|
|
2463
2444
|
default: return /* @__PURE__ */ z(Uo, {
|
|
2464
2445
|
closeLayer: i,
|
|
2465
2446
|
actions: e.actions,
|
|
@@ -2473,7 +2454,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2473
2454
|
testId: e.testId
|
|
2474
2455
|
});
|
|
2475
2456
|
}
|
|
2476
|
-
}, Go = (e, t) => !e || e.type ===
|
|
2457
|
+
}, Go = (e, t) => !e || e.type === xi.HEADING ? !1 : Array.isArray(t) ? t.some((t) => t && t.value == e.value) : e.value == (t == null ? void 0 : t.value), Ko = (e, t) => {
|
|
2477
2458
|
let n = e.findIndex((e) => Go(e, t));
|
|
2478
2459
|
return n === -1 ? null : n;
|
|
2479
2460
|
}, qo = ({ index: e, style: t, closeLayer: n, focusedOptionIndex: r, onSelectOption: i, sections: a, selectedOptions: o }) => /* @__PURE__ */ z("div", {
|
|
@@ -2501,7 +2482,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2501
2482
|
return /* @__PURE__ */ z("div", {
|
|
2502
2483
|
"data-testid": u,
|
|
2503
2484
|
className: g(wo.layer, c && wo.small),
|
|
2504
|
-
children: n.length ? /* @__PURE__ */ z(
|
|
2485
|
+
children: n.length ? /* @__PURE__ */ z(qn, {
|
|
2505
2486
|
listRef: d,
|
|
2506
2487
|
rowComponent: qo,
|
|
2507
2488
|
rowCount: n.length,
|
|
@@ -2687,7 +2668,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2687
2668
|
currentOption: !1,
|
|
2688
2669
|
clearAll: !1
|
|
2689
2670
|
}, es = (e) => e === null ? 0 : e + 1, ts = (e, t) => {
|
|
2690
|
-
let n = ["none", ...e.map((e, t) => e.type ===
|
|
2671
|
+
let n = ["none", ...e.map((e, t) => e.type === xi.HEADING ? null : t).filter((e) => e !== null)], r = es(t);
|
|
2691
2672
|
return {
|
|
2692
2673
|
options: n,
|
|
2693
2674
|
currentIndex: r,
|
|
@@ -2800,7 +2781,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2800
2781
|
options: n
|
|
2801
2782
|
}), r();
|
|
2802
2783
|
}
|
|
2803
|
-
}, T = o(() => d ? d === "auto" ? Bo(n, f, m, h) : d : "100%", [n, m]), E = o((e) => y ? Math.max(Bo(n, f, m, h), e == null ? void 0 : e.width) : e == null ? void 0 : e.width, [n, m]), { renderLayer: D, layerProps: O, triggerProps: k, triggerBounds: A } =
|
|
2784
|
+
}, T = o(() => d ? d === "auto" ? Bo(n, f, m, h) : d : "100%", [n, m]), E = o((e) => y ? Math.max(Bo(n, f, m, h), e == null ? void 0 : e.width) : e == null ? void 0 : e.width, [n, m]), { renderLayer: D, layerProps: O, triggerProps: k, triggerBounds: A } = $r({
|
|
2804
2785
|
isOpen: (b = e == null ? void 0 : e.isLayerOpen) == null ? !1 : b,
|
|
2805
2786
|
matchReferenceWidth: !0,
|
|
2806
2787
|
overflowContainer: !0,
|
|
@@ -2984,20 +2965,20 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
2984
2965
|
})) })
|
|
2985
2966
|
})]
|
|
2986
2967
|
});
|
|
2987
|
-
}, fs = (e) => /* @__PURE__ */ z(
|
|
2968
|
+
}, fs = (e) => /* @__PURE__ */ z(Jr, { children: /* @__PURE__ */ z(ds, { ...e }) }), ps = (e) => e == null || e === "", ms = (e) => /^-?\d+(\.\d+)?$/.test(e.trim()), hs = (e) => e instanceof Array, gs = (e, t) => t && Array.isArray(e) ? e.map((e) => typeof e == "string" || typeof e == "number" ? {
|
|
2988
2969
|
label: e,
|
|
2989
2970
|
value: e
|
|
2990
2971
|
} : e) : e, _s = (e, t) => {
|
|
2991
2972
|
if (typeof t == "object" && t && t.hasOwnProperty("label") && t.hasOwnProperty("value")) return t;
|
|
2992
2973
|
{
|
|
2993
2974
|
let n = typeof t == "object" && t && t.hasOwnProperty("value") ? t.value : t;
|
|
2994
|
-
return (Array.isArray(e) ? e.filter((e) => e.type !==
|
|
2975
|
+
return (Array.isArray(e) ? e.filter((e) => e.type !== xi.HEADING).find((e) => e.value == n) : void 0) || (ps(n) ? void 0 : {
|
|
2995
2976
|
value: n,
|
|
2996
2977
|
label: n
|
|
2997
2978
|
});
|
|
2998
2979
|
}
|
|
2999
2980
|
}, vs = (e, t) => hs(t) ? t.map((t) => _s(e, t)).filter((e) => e !== void 0) : t === null ? void 0 : _s(e, t), ys = (e) => Array.isArray(e) && e.some((e) => typeof e == "string" || typeof e == "number"), bs = (e, t) => {
|
|
3000
|
-
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 !==
|
|
2981
|
+
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 !== xi.HEADING).findIndex((e) => typeof e == "string" || typeof e == "number" ? e == r : e.value == r);
|
|
3001
2982
|
return i === -1 ? null : i;
|
|
3002
2983
|
}, xs = (e, t) => {
|
|
3003
2984
|
let n = hs(t) ? t : ps(t) ? [] : [t];
|
|
@@ -3175,7 +3156,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3175
3156
|
children: /* @__PURE__ */ z("div", { children: n })
|
|
3176
3157
|
}) : null, i || o() ? /* @__PURE__ */ B("div", {
|
|
3177
3158
|
className: _o.section,
|
|
3178
|
-
children: [e && o() ? /* @__PURE__ */ z(As, { pagination: e }) : /* @__PURE__ */ z("div", {}), i && /* @__PURE__ */ z("div", { children: /* @__PURE__ */ z(
|
|
3159
|
+
children: [e && o() ? /* @__PURE__ */ z(As, { pagination: e }) : /* @__PURE__ */ z("div", {}), i && /* @__PURE__ */ z("div", { children: /* @__PURE__ */ z(Ji, { actions: t }) })]
|
|
3179
3160
|
}) : null]
|
|
3180
3161
|
}) : null;
|
|
3181
3162
|
}, Ms = (e) => {
|
|
@@ -3208,10 +3189,10 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3208
3189
|
if (!e) return null;
|
|
3209
3190
|
let { bodyAlignment: r, headerAlignment: i, textAlign: a, isHeader: o } = e;
|
|
3210
3191
|
switch (a || (o && i ? i : r)) {
|
|
3211
|
-
case
|
|
3212
|
-
case
|
|
3213
|
-
case
|
|
3214
|
-
default: return n ?
|
|
3192
|
+
case Tr.LEFT: return n ? Tr.LEFT : t.leftAligned;
|
|
3193
|
+
case Tr.RIGHT: return n ? Tr.RIGHT : t.rightAligned;
|
|
3194
|
+
case Tr.CENTER: return n ? Tr.CENTER : t.centerAligned;
|
|
3195
|
+
default: return n ? Tr.LEFT : t.leftAligned;
|
|
3215
3196
|
}
|
|
3216
3197
|
}, zs = (e, t = !1, n = 0) => {
|
|
3217
3198
|
if (!e || e.length === 0) return [];
|
|
@@ -3266,15 +3247,15 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3266
3247
|
disabled: e.disabled,
|
|
3267
3248
|
isInTable: !0,
|
|
3268
3249
|
maxTooltipWidth: e.maxTooltipWidth,
|
|
3269
|
-
right: t ===
|
|
3250
|
+
right: t === Tr.RIGHT,
|
|
3270
3251
|
selectOnFocus: e.selectOnFocus,
|
|
3271
3252
|
testId: n,
|
|
3272
3253
|
tabIndex: e.disabled ? -1 : 0,
|
|
3273
3254
|
tooltip: e.tooltip,
|
|
3274
3255
|
type: r
|
|
3275
|
-
}), Vs = 14, Hs = (e) => String(
|
|
3256
|
+
}), Vs = 14, Hs = (e) => String(Hn(e)), Us = (e) => jn(e) ? e : Hs(Rn(Vn(e), Vs)), Ws = (e) => e ? typeof e == "string" ? e : tn(e) ? e[0] : e.fieldName : "", Gs = ({ 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 }) => {
|
|
3276
3257
|
let O = (e) => {
|
|
3277
|
-
let n =
|
|
3258
|
+
let n = Wn(e), r = t && ps(e);
|
|
3278
3259
|
return [Infinity, -Infinity].includes(Number(e)) || r ? {
|
|
3279
3260
|
valid: !0,
|
|
3280
3261
|
errors: []
|
|
@@ -3290,7 +3271,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3290
3271
|
}, A = p(null), [j, M] = m(k(Hs(s))), [N, P] = m(!1), F = Ws(e), { valid: ee, errors: I } = O(j), te = I && I.length && !E ? I[0] : null;
|
|
3291
3272
|
c(() => {
|
|
3292
3273
|
let e = k(Hs(s));
|
|
3293
|
-
|
|
3274
|
+
Vn(j) !== Vn(e) && M(e);
|
|
3294
3275
|
}, [
|
|
3295
3276
|
s,
|
|
3296
3277
|
C,
|
|
@@ -3304,12 +3285,12 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3304
3285
|
]);
|
|
3305
3286
|
let ne = (e) => {
|
|
3306
3287
|
var n, r;
|
|
3307
|
-
let i = "key" in e ? j : e == null || (n = e.target) == null ? void 0 : n.value, a =
|
|
3288
|
+
let i = "key" in e ? j : e == null || (n = e.target) == null ? void 0 : n.value, a = Cn(i.replaceAll(" ", "").replaceAll("|", ""));
|
|
3308
3289
|
M(a), ((r = O(a)) != null && r.valid || t && ps(i)) && l({
|
|
3309
3290
|
...e,
|
|
3310
3291
|
target: {
|
|
3311
3292
|
...e.target,
|
|
3312
|
-
value:
|
|
3293
|
+
value: Bn(Hs(a)),
|
|
3313
3294
|
name: F
|
|
3314
3295
|
}
|
|
3315
3296
|
});
|
|
@@ -3328,7 +3309,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3328
3309
|
testId: g,
|
|
3329
3310
|
disabled: n,
|
|
3330
3311
|
placeholder: t,
|
|
3331
|
-
value: w && !N && ee ? T ? Hs(T(j)) : ((e) => x ?
|
|
3312
|
+
value: w && !N && ee ? T ? Hs(T(j)) : ((e) => x ? Ln(e, 2) : Fn(e, 4))(s) : j,
|
|
3332
3313
|
onChange: ne,
|
|
3333
3314
|
onFocus: (e) => {
|
|
3334
3315
|
P(!0), u(e);
|
|
@@ -3367,7 +3348,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3367
3348
|
warning: e.warning,
|
|
3368
3349
|
disabled: e.disabled,
|
|
3369
3350
|
isInTable: !0,
|
|
3370
|
-
left: (r = e.left) == null ? t ===
|
|
3351
|
+
left: (r = e.left) == null ? t === Tr.LEFT : r,
|
|
3371
3352
|
selectOnFocus: e.selectOnFocus,
|
|
3372
3353
|
tabIndex: e.disabled ? -1 : 0,
|
|
3373
3354
|
testId: n,
|
|
@@ -3402,7 +3383,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3402
3383
|
width: "100%",
|
|
3403
3384
|
autoLayerWidth: e.autoLayerWidth,
|
|
3404
3385
|
multi: e.multi,
|
|
3405
|
-
right: t ===
|
|
3386
|
+
right: t === Tr.RIGHT,
|
|
3406
3387
|
testId: n,
|
|
3407
3388
|
tabIndex: e.disabled ? -1 : 0
|
|
3408
3389
|
}), Js = ({ cell: e, columnAlignment: t, testId: n }) => /* @__PURE__ */ z("div", {
|
|
@@ -3452,7 +3433,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3452
3433
|
});
|
|
3453
3434
|
}, Xs = ({ cell: e, testId: t }) => /* @__PURE__ */ z("div", {
|
|
3454
3435
|
className: e.label ? "" : X.standaloneCheckbox,
|
|
3455
|
-
children: /* @__PURE__ */ z(
|
|
3436
|
+
children: /* @__PURE__ */ z(si, {
|
|
3456
3437
|
label: e.label,
|
|
3457
3438
|
checked: e.checked,
|
|
3458
3439
|
isInTable: !0,
|
|
@@ -3470,14 +3451,14 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3470
3451
|
button: "_button_1vgw8_18",
|
|
3471
3452
|
label: "_label_1vgw8_21",
|
|
3472
3453
|
dot: "_dot_1vgw8_32"
|
|
3473
|
-
}, Qs =
|
|
3454
|
+
}, Qs = $n((e) => e.reduce((e, { label: t, tooltip: n, value: r }) => (e[r] = /* @__PURE__ */ z(G, {
|
|
3474
3455
|
text: /* @__PURE__ */ B(R, { children: [
|
|
3475
3456
|
n,
|
|
3476
3457
|
n ? ": " : "",
|
|
3477
3458
|
t == null ? r : t
|
|
3478
3459
|
] }),
|
|
3479
3460
|
children: /* @__PURE__ */ z("div", { className: Zs.dot })
|
|
3480
|
-
}), e), {}),
|
|
3461
|
+
}), e), {}), er), $s = ({ 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: _ = {
|
|
3481
3462
|
enabled: !1,
|
|
3482
3463
|
width: "100px",
|
|
3483
3464
|
height: "400px"
|
|
@@ -3517,7 +3498,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3517
3498
|
} : { width: n },
|
|
3518
3499
|
children: [
|
|
3519
3500
|
u && (_.enabled ? /* @__PURE__ */ z(C, {}) : /* @__PURE__ */ z(S, {})),
|
|
3520
|
-
/* @__PURE__ */ z(
|
|
3501
|
+
/* @__PURE__ */ z(Qn, {
|
|
3521
3502
|
range: m,
|
|
3522
3503
|
allowCross: !1,
|
|
3523
3504
|
className: g((p || y) && Zs.rcSliderDisabled, u && Zs.hasArrows),
|
|
@@ -3577,11 +3558,11 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3577
3558
|
children: /* @__PURE__ */ z(W, { icon: n })
|
|
3578
3559
|
})
|
|
3579
3560
|
});
|
|
3580
|
-
}, nc = ({ cell: e }) => /* @__PURE__ */ z(
|
|
3561
|
+
}, nc = ({ cell: e }) => /* @__PURE__ */ z(Ji, { actions: e.actions }), rc = ({ cell: e }) => {
|
|
3581
3562
|
let { helpIcon: t } = e;
|
|
3582
3563
|
return t ? /* @__PURE__ */ z("div", {
|
|
3583
3564
|
className: X.icon,
|
|
3584
|
-
children: /* @__PURE__ */ z(
|
|
3565
|
+
children: /* @__PURE__ */ z(oi, {
|
|
3585
3566
|
onClick: t.onClick,
|
|
3586
3567
|
text: t.tooltip
|
|
3587
3568
|
})
|
|
@@ -3590,7 +3571,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3590
3571
|
let { libraryIcon: t } = e;
|
|
3591
3572
|
return t ? /* @__PURE__ */ z("div", {
|
|
3592
3573
|
className: X.icon,
|
|
3593
|
-
children: /* @__PURE__ */ z(
|
|
3574
|
+
children: /* @__PURE__ */ z(oi, {
|
|
3594
3575
|
onClick: t.onClick,
|
|
3595
3576
|
text: t.tooltip,
|
|
3596
3577
|
icon: H.LIBRARY
|
|
@@ -3638,7 +3619,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3638
3619
|
});
|
|
3639
3620
|
}, sc = ({ cell: e, testId: t }) => {
|
|
3640
3621
|
let { content: n, fullWidth: r, closeOnOutsideClick: i, disabled: a } = e;
|
|
3641
|
-
return /* @__PURE__ */ z(
|
|
3622
|
+
return /* @__PURE__ */ z(aa, {
|
|
3642
3623
|
content: n,
|
|
3643
3624
|
fullWidth: r,
|
|
3644
3625
|
closeOnOutsideClick: i,
|
|
@@ -3662,7 +3643,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3662
3643
|
disabled: "_disabled_1u1qo_98",
|
|
3663
3644
|
isInTable: "_isInTable_1u1qo_114",
|
|
3664
3645
|
helpIconEnabled: "_helpIconEnabled_1u1qo_119"
|
|
3665
|
-
}, lc = ({ 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 =
|
|
3646
|
+
}, lc = ({ 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 = Dr.CAPITALIZE }) => {
|
|
3666
3647
|
let f = l || u;
|
|
3667
3648
|
return /* @__PURE__ */ B("div", {
|
|
3668
3649
|
className: g(cc.radio, i ? cc.disabled : null, a ? cc.small : null, s ? cc.noMargin : null, t ? null : cc.noLabel),
|
|
@@ -3670,7 +3651,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3670
3651
|
"data-testid": c,
|
|
3671
3652
|
children: [
|
|
3672
3653
|
/* @__PURE__ */ z("input", {
|
|
3673
|
-
type:
|
|
3654
|
+
type: kr.RADIO,
|
|
3674
3655
|
value: n,
|
|
3675
3656
|
checked: r,
|
|
3676
3657
|
onChange: () => {},
|
|
@@ -3685,7 +3666,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3685
3666
|
f && /* @__PURE__ */ z("div", {
|
|
3686
3667
|
className: cc.helpIconEnabled,
|
|
3687
3668
|
onClick: u,
|
|
3688
|
-
children: /* @__PURE__ */ z(
|
|
3669
|
+
children: /* @__PURE__ */ z(oi, { text: l })
|
|
3689
3670
|
})
|
|
3690
3671
|
]
|
|
3691
3672
|
});
|
|
@@ -3732,7 +3713,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3732
3713
|
}
|
|
3733
3714
|
}, fc = /* @__PURE__ */ function(e) {
|
|
3734
3715
|
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;
|
|
3735
|
-
}({}), pc = ({ cell: e, isHeader: t, columnHeaderAlignment: n, columnAlignment: r =
|
|
3716
|
+
}({}), pc = ({ cell: e, isHeader: t, columnHeaderAlignment: n, columnAlignment: r = Tr.LEFT, width: i, testId: a }) => {
|
|
3736
3717
|
var o;
|
|
3737
3718
|
if (!e) return null;
|
|
3738
3719
|
let { style: s, colSpan: c, rowSpan: l, width: u, textAlign: d } = e, f = p(null), m = {
|
|
@@ -3743,7 +3724,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3743
3724
|
}, h = Rs(m, X), _ = Rs(m, X, !0), v = e.type === fc.INPUT || e.type === fc.NUMBER_INPUT || e.type === fc.SELECT || e.type === fc.POPOVER ? X.inputCell : e.type === fc.SLIDER ? X.sliderCell : e.type === fc.CHECKBOX || e.type === fc.RADIO ? X.checkBoxCell : e.type === fc.ACTIONS ? X.actionsCell : X.staticCell, y = g(X.cell, v, e.hasSort ? X.sortingCell : null, h, e.breakWord ? X.breakWord : ""), b = (o = u == null ? i : u) == null ? void 0 : o, x = e.type === fc.STATIC || !e.type, S = {
|
|
3744
3725
|
width: b,
|
|
3745
3726
|
minWidth: b,
|
|
3746
|
-
textTransform: t && x ?
|
|
3727
|
+
textTransform: t && x ? Dr.CAPITALIZE : void 0,
|
|
3747
3728
|
...s
|
|
3748
3729
|
};
|
|
3749
3730
|
return /* @__PURE__ */ z(t ? "th" : "td", {
|
|
@@ -3754,7 +3735,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3754
3735
|
rowSpan: l,
|
|
3755
3736
|
children: /* @__PURE__ */ z(dc, {
|
|
3756
3737
|
cell: e,
|
|
3757
|
-
columnAlignment: _ == null ?
|
|
3738
|
+
columnAlignment: _ == null ? Tr.RIGHT : _,
|
|
3758
3739
|
isHeader: t,
|
|
3759
3740
|
testId: a
|
|
3760
3741
|
})
|
|
@@ -3776,11 +3757,11 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3776
3757
|
actions: e.actions
|
|
3777
3758
|
},
|
|
3778
3759
|
isHeader: n
|
|
3779
|
-
}, r), { attributes: T, listeners: E, setNodeRef: D, transform: O, transition: k, isDragging: A } =
|
|
3760
|
+
}, r), { attributes: T, listeners: E, setNodeRef: D, transform: O, transition: k, isDragging: A } = Yn({
|
|
3780
3761
|
id: t.toString(),
|
|
3781
3762
|
animateLayoutChanges: () => !1
|
|
3782
3763
|
}), j = {
|
|
3783
|
-
transform: u ? void 0 :
|
|
3764
|
+
transform: u ? void 0 : Zn.Translate.toString(O),
|
|
3784
3765
|
height: d,
|
|
3785
3766
|
transition: k,
|
|
3786
3767
|
opacity: A ? 0 : void 0
|
|
@@ -3835,8 +3816,8 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3835
3816
|
}, `${t}_expanded_content`) : null] });
|
|
3836
3817
|
}, hc = (e) => {
|
|
3837
3818
|
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]);
|
|
3838
|
-
return a ? /* @__PURE__ */ B(
|
|
3839
|
-
collisionDetection:
|
|
3819
|
+
return a ? /* @__PURE__ */ B(tr, {
|
|
3820
|
+
collisionDetection: rr,
|
|
3840
3821
|
onDragStart: (e) => {
|
|
3841
3822
|
p(e.active.id);
|
|
3842
3823
|
},
|
|
@@ -3860,11 +3841,11 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3860
3841
|
to: i
|
|
3861
3842
|
}));
|
|
3862
3843
|
},
|
|
3863
|
-
children: [/* @__PURE__ */ z(
|
|
3844
|
+
children: [/* @__PURE__ */ z(Jn, {
|
|
3864
3845
|
items: v,
|
|
3865
|
-
strategy:
|
|
3846
|
+
strategy: Xn,
|
|
3866
3847
|
children: t({ dropDisabled: h })
|
|
3867
|
-
}), !!f &&
|
|
3848
|
+
}), !!f && yn(/* @__PURE__ */ z(nr, {
|
|
3868
3849
|
dropAnimation: null,
|
|
3869
3850
|
children: /* @__PURE__ */ z("table", {
|
|
3870
3851
|
className: g(mo.table, mo.dragOverlay),
|
|
@@ -3890,7 +3871,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
3890
3871
|
}) : t({});
|
|
3891
3872
|
}, gc = ({ table: e, children: t }) => {
|
|
3892
3873
|
var n, r, i;
|
|
3893
|
-
let a = p(null), o =
|
|
3874
|
+
let a = p(null), o = ir({
|
|
3894
3875
|
count: (n = (r = e == null ? void 0 : e.rowCount) == null ? (i = e.rows) == null ? void 0 : i.length : r) == null ? 0 : n,
|
|
3895
3876
|
getScrollElement: () => a.current,
|
|
3896
3877
|
estimateSize: () => 31,
|
|
@@ -4485,7 +4466,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4485
4466
|
throw Error(`${n("jsonParseFailed")} ${e.message}`);
|
|
4486
4467
|
}
|
|
4487
4468
|
}, tl = (e) => e.replace(",", "."), nl = (e) => e.map((e) => e.map((e) => tl(e))), rl = (e, { importLimit: t, ...n }, r) => new Promise((i) => {
|
|
4488
|
-
|
|
4469
|
+
or.parse(e, {
|
|
4489
4470
|
...Kc,
|
|
4490
4471
|
preview: t,
|
|
4491
4472
|
complete: (e) => {
|
|
@@ -4518,7 +4499,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4518
4499
|
t,
|
|
4519
4500
|
...n
|
|
4520
4501
|
].filter(Boolean);
|
|
4521
|
-
return
|
|
4502
|
+
return or.unparse(o, {
|
|
4522
4503
|
quotes: !1,
|
|
4523
4504
|
header: !0,
|
|
4524
4505
|
delimiter: a
|
|
@@ -4563,12 +4544,12 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4563
4544
|
default: return "info";
|
|
4564
4545
|
}
|
|
4565
4546
|
})();
|
|
4566
|
-
return e !== void 0 &&
|
|
4547
|
+
return e !== void 0 && lr.isActive(e) ? lr.update(e, {
|
|
4567
4548
|
render: o,
|
|
4568
4549
|
autoClose: n,
|
|
4569
4550
|
onClose: r,
|
|
4570
4551
|
type: s
|
|
4571
|
-
}) :
|
|
4552
|
+
}) : lr(o, {
|
|
4572
4553
|
toastId: e,
|
|
4573
4554
|
autoClose: n,
|
|
4574
4555
|
onClose: r,
|
|
@@ -4578,11 +4559,11 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4578
4559
|
pauseOnHover: !0,
|
|
4579
4560
|
draggable: !1,
|
|
4580
4561
|
closeButton: a,
|
|
4581
|
-
transition:
|
|
4562
|
+
transition: sr,
|
|
4582
4563
|
type: s
|
|
4583
4564
|
});
|
|
4584
4565
|
}, cl = (e) => {
|
|
4585
|
-
|
|
4566
|
+
lr.dismiss(e);
|
|
4586
4567
|
}, ll = (e, t) => {
|
|
4587
4568
|
t(() => {
|
|
4588
4569
|
sl({ ...e });
|
|
@@ -4593,7 +4574,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4593
4574
|
disabled: "_disabled_18fme_105",
|
|
4594
4575
|
noMargin: "_noMargin_18fme_113",
|
|
4595
4576
|
helpIconEnabled: "_helpIconEnabled_18fme_116"
|
|
4596
|
-
}, dl = ({ 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 =
|
|
4577
|
+
}, dl = ({ 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 = Dr.CAPITALIZE }) => {
|
|
4597
4578
|
let p = s(U), m = u || d, h = r || p;
|
|
4598
4579
|
return /* @__PURE__ */ B("div", {
|
|
4599
4580
|
className: g(ul.toggle, h ? ul.disabled : null, a ? ul.small : null, c ? ul.noMargin : null),
|
|
@@ -4604,7 +4585,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4604
4585
|
"data-testid": l,
|
|
4605
4586
|
children: [
|
|
4606
4587
|
/* @__PURE__ */ z("input", {
|
|
4607
|
-
type:
|
|
4588
|
+
type: kr.CHECKBOX,
|
|
4608
4589
|
name: e,
|
|
4609
4590
|
value: n == null ? void 0 : n.toString(),
|
|
4610
4591
|
disabled: h,
|
|
@@ -4618,7 +4599,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4618
4599
|
m && /* @__PURE__ */ z("div", {
|
|
4619
4600
|
className: ul.helpIconEnabled,
|
|
4620
4601
|
onClick: d,
|
|
4621
|
-
children: /* @__PURE__ */ z(
|
|
4602
|
+
children: /* @__PURE__ */ z(oi, { text: u })
|
|
4622
4603
|
})
|
|
4623
4604
|
]
|
|
4624
4605
|
});
|
|
@@ -4643,7 +4624,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4643
4624
|
let O = o((t) => {
|
|
4644
4625
|
if (t) {
|
|
4645
4626
|
var n, r, i;
|
|
4646
|
-
let t =
|
|
4627
|
+
let t = ar(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 = {
|
|
4647
4628
|
validationRules: s,
|
|
4648
4629
|
importLimit: (r = e.importLimit) == null ? xc : r
|
|
4649
4630
|
}, o = al(N.fields.slice(0, 2), ((i = N.units) == null ? [] : i).slice(0, 2), t, a);
|
|
@@ -4828,7 +4809,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4828
4809
|
onClose: () => r({ name: e }),
|
|
4829
4810
|
...o
|
|
4830
4811
|
}) }, e);
|
|
4831
|
-
}) }) : null, ml = ({ sections: e, iconName: t, testId: n, tooltip: r }) => /* @__PURE__ */ z(
|
|
4812
|
+
}) }) : null, ml = ({ sections: e, iconName: t, testId: n, tooltip: r }) => /* @__PURE__ */ z(Ki, {
|
|
4832
4813
|
loading: !0,
|
|
4833
4814
|
menu: {
|
|
4834
4815
|
component: /* @__PURE__ */ z(K, {
|
|
@@ -4929,7 +4910,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
4929
4910
|
...e,
|
|
4930
4911
|
rows: e == null || (t = e.rows) == null ? void 0 : t.map((e) => e.map((e) => {
|
|
4931
4912
|
let t = String(e == null ? "" : e);
|
|
4932
|
-
return yl.test(t) ?
|
|
4913
|
+
return yl.test(t) ? Cn(t) : t;
|
|
4933
4914
|
}))
|
|
4934
4915
|
};
|
|
4935
4916
|
}, xl = ({ config: e, state: t, setState: n, smartUploadConfig: r, startTransition: i }) => {
|
|
@@ -5090,7 +5071,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5090
5071
|
onClickCopyClipboard: o(async (e) => {
|
|
5091
5072
|
let t = await v();
|
|
5092
5073
|
if (!t) return;
|
|
5093
|
-
let { fields: n = [], units: r = [], rows: a = [] } = t, o = (r == null ? [] : r).map((e) => e != null && e.length ? e : bc).slice(0, n.length), s = (e, t) => t === "comma" ? e.replace(/\./g, ",") : e, c = al(n, o, a.map((t) => t.map((t) =>
|
|
5074
|
+
let { fields: n = [], units: r = [], rows: a = [] } = t, o = (r == null ? [] : r).map((e) => e != null && e.length ? e : bc).slice(0, n.length), s = (e, t) => t === "comma" ? e.replace(/\./g, ",") : e, c = al(n, o, a.map((t) => t.map((t) => ur(t) ? "" : s(t.toString(), e))), { delimiter: " " });
|
|
5094
5075
|
try {
|
|
5095
5076
|
await navigator.clipboard.writeText(c), ll({ message: {
|
|
5096
5077
|
type: "Success",
|
|
@@ -5282,7 +5263,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5282
5263
|
}] : []
|
|
5283
5264
|
];
|
|
5284
5265
|
return /* @__PURE__ */ B("span", { children: [
|
|
5285
|
-
ee && /* @__PURE__ */ z(
|
|
5266
|
+
ee && /* @__PURE__ */ z(mi, {
|
|
5286
5267
|
small: !0,
|
|
5287
5268
|
dark: !0
|
|
5288
5269
|
}),
|
|
@@ -5374,7 +5355,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5374
5355
|
onClick: () => {},
|
|
5375
5356
|
tooltip: "",
|
|
5376
5357
|
testId: void 0
|
|
5377
|
-
}, info: o, libraryIcon: s, labelLeft: c = !1, small: l = !1, textTransform: u =
|
|
5358
|
+
}, info: o, libraryIcon: s, labelLeft: c = !1, small: l = !1, textTransform: u = Dr.CAPITALIZE }) => {
|
|
5378
5359
|
var d;
|
|
5379
5360
|
return /* @__PURE__ */ z("div", {
|
|
5380
5361
|
className: g(kl.label, c ? kl.labelLeft : "", l ? kl.small : ""),
|
|
@@ -5386,22 +5367,22 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5386
5367
|
children: [e, /* @__PURE__ */ B("div", {
|
|
5387
5368
|
className: kl.icons,
|
|
5388
5369
|
children: [
|
|
5389
|
-
(n || i) && /* @__PURE__ */ z(
|
|
5370
|
+
(n || i) && /* @__PURE__ */ z(oi, {
|
|
5390
5371
|
text: n,
|
|
5391
5372
|
onClick: i,
|
|
5392
5373
|
maxWidth: r
|
|
5393
5374
|
}),
|
|
5394
|
-
o && /* @__PURE__ */ z(
|
|
5375
|
+
o && /* @__PURE__ */ z(oi, {
|
|
5395
5376
|
text: o,
|
|
5396
5377
|
icon: H.INFO
|
|
5397
5378
|
}),
|
|
5398
|
-
a && a.visible && a.onClick && /* @__PURE__ */ z(
|
|
5379
|
+
a && a.visible && a.onClick && /* @__PURE__ */ z(oi, {
|
|
5399
5380
|
onClick: a.onClick,
|
|
5400
5381
|
icon: a.active ? H.LOCK : H.UNLOCK,
|
|
5401
5382
|
active: a.active,
|
|
5402
5383
|
testId: a.testId
|
|
5403
5384
|
}),
|
|
5404
|
-
s && /* @__PURE__ */ z(
|
|
5385
|
+
s && /* @__PURE__ */ z(oi, {
|
|
5405
5386
|
text: (d = s == null ? void 0 : s.tooltip) == null ? "" : d,
|
|
5406
5387
|
onClick: s.onClick,
|
|
5407
5388
|
icon: H.LIBRARY
|
|
@@ -5423,7 +5404,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5423
5404
|
onClick: () => {},
|
|
5424
5405
|
tooltip: "",
|
|
5425
5406
|
testId: void 0
|
|
5426
|
-
}, info: c, libraryIcon: l, small: u = !1, testId: d, textTransform: f =
|
|
5407
|
+
}, info: c, libraryIcon: l, small: u = !1, testId: d, textTransform: f = Dr.CAPITALIZE }) => /* @__PURE__ */ B("div", {
|
|
5427
5408
|
className: g(jl.field, t ? jl.labelLeft : ""),
|
|
5428
5409
|
"data-testid": d,
|
|
5429
5410
|
children: [(e || t) && /* @__PURE__ */ z(Al, {
|
|
@@ -5457,29 +5438,21 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5457
5438
|
}), Pl = { formRow: "_formRow_odewu_1" }, Fl = ({ children: e }) => /* @__PURE__ */ z("div", {
|
|
5458
5439
|
className: Pl.formRow,
|
|
5459
5440
|
children: e
|
|
5460
|
-
}), Il = (e) => typeof e == "boolean" ? e ? "
|
|
5461
|
-
|
|
5462
|
-
|
|
5463
|
-
|
|
5464
|
-
|
|
5465
|
-
|
|
5466
|
-
|
|
5467
|
-
|
|
5468
|
-
|
|
5469
|
-
|
|
5470
|
-
|
|
5471
|
-
|
|
5472
|
-
|
|
5473
|
-
|
|
5474
|
-
|
|
5475
|
-
$rows: e,
|
|
5476
|
-
$columns: t,
|
|
5477
|
-
$columnsTablet: n,
|
|
5478
|
-
$columnsMobile: r,
|
|
5479
|
-
$gap: i === !1 ? "0px" : i === !0 ? "var(--padding)" : i,
|
|
5480
|
-
$height: typeof a == "number" ? `${a}px` : a,
|
|
5481
|
-
children: o
|
|
5482
|
-
}), Z = {
|
|
5441
|
+
}), Il = { grid: "_grid_obkz4_1" }, Ll = (e) => typeof e == "boolean" ? e ? "var(--padding)" : "0px" : typeof e == "number" ? `${e}px` : e || "initial", Rl = (e) => typeof e == "number" ? `${e}px` : e || "initial", zl = ({ rows: e = "initial", columns: t = "initial", columnsTablet: n = null, columnsMobile: r = null, gap: i = !1, height: a = "initial", children: o }) => {
|
|
5442
|
+
let s = {
|
|
5443
|
+
"--grid-gap": Ll(i),
|
|
5444
|
+
"--grid-rows": Rl(e),
|
|
5445
|
+
"--grid-columns": Rl(t),
|
|
5446
|
+
"--grid-height": Rl(a),
|
|
5447
|
+
...n != null && { "--grid-columns-tablet": Rl(n) },
|
|
5448
|
+
...r != null && { "--grid-columns-mobile": Rl(r) }
|
|
5449
|
+
};
|
|
5450
|
+
return /* @__PURE__ */ z("div", {
|
|
5451
|
+
className: Il.grid,
|
|
5452
|
+
style: s,
|
|
5453
|
+
children: o
|
|
5454
|
+
});
|
|
5455
|
+
}, Z = {
|
|
5483
5456
|
inputInTable: "_inputInTable_1dcn1_1",
|
|
5484
5457
|
inputHover: "_inputHover_1dcn1_13",
|
|
5485
5458
|
inputFocus: "_inputFocus_1dcn1_18",
|
|
@@ -5546,13 +5519,13 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5546
5519
|
className: Z.right,
|
|
5547
5520
|
children: /* @__PURE__ */ z("div", {
|
|
5548
5521
|
className: Z.actions,
|
|
5549
|
-
children: /* @__PURE__ */ z(
|
|
5522
|
+
children: /* @__PURE__ */ z(Ji, { actions: t })
|
|
5550
5523
|
})
|
|
5551
5524
|
})
|
|
5552
5525
|
]
|
|
5553
5526
|
})), Hl = ({ label: e }) => e ? /* @__PURE__ */ z("span", {
|
|
5554
5527
|
className: Z.label,
|
|
5555
|
-
children: /* @__PURE__ */ z(
|
|
5528
|
+
children: /* @__PURE__ */ z(Pi, {
|
|
5556
5529
|
color: e.color,
|
|
5557
5530
|
title: e.value,
|
|
5558
5531
|
small: e.small
|
|
@@ -5583,7 +5556,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5583
5556
|
icon: n,
|
|
5584
5557
|
testId: o && `${o}-name`
|
|
5585
5558
|
});
|
|
5586
|
-
return a && (s = /* @__PURE__ */ z(
|
|
5559
|
+
return a && (s = /* @__PURE__ */ z(Pi, {
|
|
5587
5560
|
small: !0,
|
|
5588
5561
|
margin: "-2px",
|
|
5589
5562
|
title: "!",
|
|
@@ -5604,10 +5577,10 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5604
5577
|
})
|
|
5605
5578
|
]
|
|
5606
5579
|
});
|
|
5607
|
-
}, Gl = ({ item: e }) => e.metaCount === void 0 ? null : /* @__PURE__ */ z(
|
|
5580
|
+
}, Gl = ({ item: e }) => e.metaCount === void 0 ? null : /* @__PURE__ */ z(Pi, {
|
|
5608
5581
|
color: "rgba(0,0,0,0.25)",
|
|
5609
5582
|
title: e.metaCount
|
|
5610
|
-
}), Kl = ({ item: e, expanding: t }) => /* @__PURE__ */ z(
|
|
5583
|
+
}), Kl = ({ item: e, expanding: t }) => /* @__PURE__ */ z(Ur, {
|
|
5611
5584
|
expanded: !!t && !!e.active && !!e.content,
|
|
5612
5585
|
children: /* @__PURE__ */ z("div", {
|
|
5613
5586
|
className: Z.itemContent,
|
|
@@ -5644,7 +5617,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5644
5617
|
className: Z.right,
|
|
5645
5618
|
children: [/* @__PURE__ */ z(Gl, { item: e }), !(o || i) && a && /* @__PURE__ */ z("div", {
|
|
5646
5619
|
className: Z.actions,
|
|
5647
|
-
children: /* @__PURE__ */ z(
|
|
5620
|
+
children: /* @__PURE__ */ z(Ji, { actions: (r = e.actions) == null ? [] : r })
|
|
5648
5621
|
})]
|
|
5649
5622
|
})
|
|
5650
5623
|
]
|
|
@@ -5692,7 +5665,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5692
5665
|
className: Z.right,
|
|
5693
5666
|
children: [/* @__PURE__ */ z(Gl, { item: t }), !(t.disabled || o) && t.actions && /* @__PURE__ */ z("div", {
|
|
5694
5667
|
className: Z.actions,
|
|
5695
|
-
children: /* @__PURE__ */ z(
|
|
5668
|
+
children: /* @__PURE__ */ z(Ji, { actions: t.actions })
|
|
5696
5669
|
})]
|
|
5697
5670
|
})
|
|
5698
5671
|
]
|
|
@@ -5708,12 +5681,12 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5708
5681
|
item: e,
|
|
5709
5682
|
index: t
|
|
5710
5683
|
}, t) : i ? ((e, t) => {
|
|
5711
|
-
let { attributes: n, listeners: r, setNodeRef: i, transform: a, transition: o, isDragging: s } =
|
|
5684
|
+
let { attributes: n, listeners: r, setNodeRef: i, transform: a, transition: o, isDragging: s } = Yn({
|
|
5712
5685
|
id: e.toString(),
|
|
5713
5686
|
animateLayoutChanges: () => !1
|
|
5714
5687
|
});
|
|
5715
5688
|
return c(e, t, {
|
|
5716
|
-
transform:
|
|
5689
|
+
transform: Zn.Translate.toString(a),
|
|
5717
5690
|
transition: o,
|
|
5718
5691
|
opacity: +!s
|
|
5719
5692
|
}, n, r, i);
|
|
@@ -5729,15 +5702,15 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5729
5702
|
to: Number(o)
|
|
5730
5703
|
});
|
|
5731
5704
|
}, c = d(() => n.items.map((e, t) => t.toString()), [n.items]);
|
|
5732
|
-
return t ? /* @__PURE__ */ B(
|
|
5733
|
-
collisionDetection:
|
|
5705
|
+
return t ? /* @__PURE__ */ B(tr, {
|
|
5706
|
+
collisionDetection: rr,
|
|
5734
5707
|
onDragStart: o,
|
|
5735
5708
|
onDragEnd: s,
|
|
5736
|
-
children: [/* @__PURE__ */ z(
|
|
5709
|
+
children: [/* @__PURE__ */ z(Jn, {
|
|
5737
5710
|
items: c,
|
|
5738
|
-
strategy:
|
|
5711
|
+
strategy: Xn,
|
|
5739
5712
|
children: e
|
|
5740
|
-
}), !!i &&
|
|
5713
|
+
}), !!i && yn(/* @__PURE__ */ z(nr, {
|
|
5741
5714
|
dropAnimation: null,
|
|
5742
5715
|
children: /* @__PURE__ */ z("div", {
|
|
5743
5716
|
className: Z.dragOverlay,
|
|
@@ -5750,7 +5723,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5750
5723
|
}), document.body)]
|
|
5751
5724
|
}) : e;
|
|
5752
5725
|
}, Xl = ({ items: e, scrollDetails: t, children: n }) => {
|
|
5753
|
-
let { scrollable: r, hideScrollbar: i, triggerScrollToActiveItem: a, infiniteScroll: s } = t, l = p(null), u =
|
|
5726
|
+
let { scrollable: r, hideScrollbar: i, triggerScrollToActiveItem: a, infiniteScroll: s } = t, l = p(null), u = ir({
|
|
5754
5727
|
count: e.length,
|
|
5755
5728
|
getScrollElement: () => l.current,
|
|
5756
5729
|
estimateSize: o(() => {
|
|
@@ -5847,8 +5820,8 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5847
5820
|
content: "_content_477i5_44",
|
|
5848
5821
|
text: "_text_477i5_49",
|
|
5849
5822
|
details: "_details_477i5_53"
|
|
5850
|
-
}, eu = ({ width: e, height: t, text: n = "", details: r = "", fullViewPortSize: i = !1, cover: a = !1, children: o = null, theme: s =
|
|
5851
|
-
let l = s ===
|
|
5823
|
+
}, eu = ({ width: e, height: t, text: n = "", details: r = "", fullViewPortSize: i = !1, cover: a = !1, children: o = null, theme: s = Or.DARK, testId: c = null }) => {
|
|
5824
|
+
let l = s === Or.DARK ? Or.WHITE : Or.INHERIT, u = s === "white" ? "var(--color-background-raised)" : s === "light" ? "var(--color-background)" : "black";
|
|
5852
5825
|
return /* @__PURE__ */ z("div", {
|
|
5853
5826
|
className: g($l.loader, a ? $l.cover : "", { [$l.fullViewPortSize]: i }),
|
|
5854
5827
|
style: {
|
|
@@ -5890,7 +5863,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5890
5863
|
let { key: n, label: r, selected: i, testId: a } = e == null ? {} : e;
|
|
5891
5864
|
return /* @__PURE__ */ z("div", {
|
|
5892
5865
|
className: tu.item,
|
|
5893
|
-
children: /* @__PURE__ */ z(
|
|
5866
|
+
children: /* @__PURE__ */ z(si, {
|
|
5894
5867
|
label: r,
|
|
5895
5868
|
noMargin: !0,
|
|
5896
5869
|
checked: i,
|
|
@@ -5954,14 +5927,14 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
5954
5927
|
}, r);
|
|
5955
5928
|
}
|
|
5956
5929
|
})]
|
|
5957
|
-
}), ou = ({ name: e, disabled: t, label: n, options: r, onChange: i, small: a = !1, showHeader: o = !0, maxHeight: s = "40vh", testId: c }) => /* @__PURE__ */ z(
|
|
5930
|
+
}), ou = ({ name: e, disabled: t, label: n, options: r, onChange: i, small: a = !1, showHeader: o = !0, maxHeight: s = "40vh", testId: c }) => /* @__PURE__ */ z(Ki, {
|
|
5958
5931
|
testId: c,
|
|
5959
5932
|
disabled: t,
|
|
5960
5933
|
menu: {
|
|
5961
5934
|
testId: c ? `${c}-menu-layer` : void 0,
|
|
5962
5935
|
small: a,
|
|
5963
5936
|
label: n,
|
|
5964
|
-
trigger:
|
|
5937
|
+
trigger: Cr.DROP_DOWN_BUTTON,
|
|
5965
5938
|
possiblePlacements: ["top-start", "bottom-start"],
|
|
5966
5939
|
sections: /* @__PURE__ */ z(au, {
|
|
5967
5940
|
testId: c,
|
|
@@ -6066,7 +6039,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6066
6039
|
round: !0,
|
|
6067
6040
|
basic: !0,
|
|
6068
6041
|
icon: e.icon,
|
|
6069
|
-
colored:
|
|
6042
|
+
colored: wr.MUTED,
|
|
6070
6043
|
onClick: e.onClick,
|
|
6071
6044
|
active: e.active,
|
|
6072
6045
|
disabled: t
|
|
@@ -6083,11 +6056,11 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6083
6056
|
hideScrollbars: "_hideScrollbars_gb097_67",
|
|
6084
6057
|
richTextInput: "_richTextInput_gb097_77"
|
|
6085
6058
|
}, gu = a(r(({ placeholder: e, onChange: t, value: n, disabled: r, toolbarComponent: i }, a) => {
|
|
6086
|
-
let o = s(U), u = r || o, d =
|
|
6059
|
+
let o = s(U), u = r || o, d = fr({
|
|
6087
6060
|
extensions: [
|
|
6088
|
-
|
|
6089
|
-
|
|
6090
|
-
|
|
6061
|
+
pr,
|
|
6062
|
+
mr.configure({ placeholder: e }),
|
|
6063
|
+
hr
|
|
6091
6064
|
],
|
|
6092
6065
|
content: n == null ? "" : n,
|
|
6093
6066
|
contentType: "markdown",
|
|
@@ -6114,7 +6087,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6114
6087
|
editor: d,
|
|
6115
6088
|
disabled: u,
|
|
6116
6089
|
toolbarComponent: i
|
|
6117
|
-
}), /* @__PURE__ */ z(
|
|
6090
|
+
}), /* @__PURE__ */ z(dr, { editor: d })]
|
|
6118
6091
|
});
|
|
6119
6092
|
})), _u = { row: "_row_n16je_1" }, vu = ({ 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 }) => {
|
|
6120
6093
|
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));
|
|
@@ -6164,7 +6137,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6164
6137
|
display: "block",
|
|
6165
6138
|
children: /* @__PURE__ */ z("span", {
|
|
6166
6139
|
className: yu.icon,
|
|
6167
|
-
children: /* @__PURE__ */ z(
|
|
6140
|
+
children: /* @__PURE__ */ z(Pi, {
|
|
6168
6141
|
small: !0,
|
|
6169
6142
|
title: r ? "!" : void 0,
|
|
6170
6143
|
margin: 4,
|
|
@@ -6174,7 +6147,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6174
6147
|
}), /* @__PURE__ */ z("span", {
|
|
6175
6148
|
className: yu.label,
|
|
6176
6149
|
children: t
|
|
6177
|
-
})] }), (e, t) =>
|
|
6150
|
+
})] }), (e, t) => er(e, t)), xu = ({ isOpen: e, items: t, sectionIndex: n, onClick: r, testId: i }) => /* @__PURE__ */ z("div", {
|
|
6178
6151
|
className: yu.list,
|
|
6179
6152
|
children: t.map((t, a) => {
|
|
6180
6153
|
let o = `${n}_${a}`;
|
|
@@ -6210,7 +6183,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6210
6183
|
top: r,
|
|
6211
6184
|
background: "var(--color-background-sidebar)",
|
|
6212
6185
|
closedWidth: "var(--size-sidebar)",
|
|
6213
|
-
buttonPosition:
|
|
6186
|
+
buttonPosition: Er.BOTTOM,
|
|
6214
6187
|
buttonAnimate: !0,
|
|
6215
6188
|
button: s && /* @__PURE__ */ z(K, {
|
|
6216
6189
|
onClick: (e) => {
|
|
@@ -6235,10 +6208,10 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6235
6208
|
})
|
|
6236
6209
|
})
|
|
6237
6210
|
});
|
|
6238
|
-
}, (e, t) =>
|
|
6211
|
+
}, (e, t) => er(e, t)), wu = {
|
|
6239
6212
|
skeletonContainer: "_skeletonContainer_mcfxp_9",
|
|
6240
6213
|
skeleton: "_skeleton_mcfxp_9"
|
|
6241
|
-
}, Tu = ({ count: e, width: t, height: n }) => /* @__PURE__ */ z(
|
|
6214
|
+
}, Tu = ({ count: e, width: t, height: n }) => /* @__PURE__ */ z(gr, {
|
|
6242
6215
|
baseColor: "var(--color-skeleton-base)",
|
|
6243
6216
|
highlightColor: "var(--color-skeleton-highlight)",
|
|
6244
6217
|
containerClassName: wu.skeletonContainer,
|
|
@@ -6265,13 +6238,13 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6265
6238
|
className: g(Eu.item, i ? Eu.active : "", r ? Eu.disabled : "", n && !i ? Eu.hidden : "", o ? Eu.right : Eu.left),
|
|
6266
6239
|
onClick: a,
|
|
6267
6240
|
"data-testid": l,
|
|
6268
|
-
children: s ? /* @__PURE__ */ z(
|
|
6241
|
+
children: s ? /* @__PURE__ */ z(Pi, {
|
|
6269
6242
|
small: !0,
|
|
6270
6243
|
margin: "-4px",
|
|
6271
6244
|
color: u,
|
|
6272
6245
|
title: "!",
|
|
6273
6246
|
children: e
|
|
6274
|
-
}) : c ? /* @__PURE__ */ z(
|
|
6247
|
+
}) : c ? /* @__PURE__ */ z(Pi, {
|
|
6275
6248
|
small: !0,
|
|
6276
6249
|
margin: "-4px",
|
|
6277
6250
|
title: c == null ? void 0 : c.toString(),
|
|
@@ -6484,10 +6457,10 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6484
6457
|
});
|
|
6485
6458
|
case Iu.MENU: return /* @__PURE__ */ z("div", {
|
|
6486
6459
|
className: g(Q.item, Q.menu),
|
|
6487
|
-
children: /* @__PURE__ */ z(
|
|
6460
|
+
children: /* @__PURE__ */ z(Ki, {
|
|
6488
6461
|
maxHeight: "100%",
|
|
6489
6462
|
menu: {
|
|
6490
|
-
trigger:
|
|
6463
|
+
trigger: Cr.COMPONENT,
|
|
6491
6464
|
fullHeightTrigger: !0,
|
|
6492
6465
|
placement: "bottom-start",
|
|
6493
6466
|
component: /* @__PURE__ */ z(Lu, {
|
|
@@ -6557,7 +6530,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6557
6530
|
testId: `${s}-cancel-button`
|
|
6558
6531
|
})]
|
|
6559
6532
|
})]
|
|
6560
|
-
}), Hu = ({ 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(
|
|
6533
|
+
}), Hu = ({ 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(aa, {
|
|
6561
6534
|
content: /* @__PURE__ */ z(Vu, {
|
|
6562
6535
|
title: i,
|
|
6563
6536
|
okText: s,
|
|
@@ -6610,7 +6583,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6610
6583
|
className: Uu.toggle,
|
|
6611
6584
|
children: /* @__PURE__ */ z(K, {
|
|
6612
6585
|
basic: !0,
|
|
6613
|
-
colored: r ? !0 :
|
|
6586
|
+
colored: r ? !0 : wr.MUTED,
|
|
6614
6587
|
small: !0,
|
|
6615
6588
|
round: !0,
|
|
6616
6589
|
icon: r ? (s == null ? void 0 : s.collapse) || H.COLLAPSE : (s == null ? void 0 : s.expand) || H.EXPAND,
|
|
@@ -6626,7 +6599,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6626
6599
|
className: Z.right,
|
|
6627
6600
|
children: [/* @__PURE__ */ z(Gl, { item: u }), !f && h.length > 0 && /* @__PURE__ */ z("div", {
|
|
6628
6601
|
className: Z.actions,
|
|
6629
|
-
children: /* @__PURE__ */ z(
|
|
6602
|
+
children: /* @__PURE__ */ z(Ji, { actions: h })
|
|
6630
6603
|
})]
|
|
6631
6604
|
})
|
|
6632
6605
|
]
|
|
@@ -6697,11 +6670,11 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6697
6670
|
name: e.name,
|
|
6698
6671
|
actions: e.actions,
|
|
6699
6672
|
stickyHeader: h
|
|
6700
|
-
}), /* @__PURE__ */ z(
|
|
6701
|
-
backend:
|
|
6702
|
-
options:
|
|
6673
|
+
}), /* @__PURE__ */ z(_r, {
|
|
6674
|
+
backend: vr,
|
|
6675
|
+
options: br(),
|
|
6703
6676
|
context: window,
|
|
6704
|
-
children: /* @__PURE__ */ z(
|
|
6677
|
+
children: /* @__PURE__ */ z(yr, {
|
|
6705
6678
|
ref: b,
|
|
6706
6679
|
tree: k,
|
|
6707
6680
|
sort: !1,
|
|
@@ -6796,7 +6769,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6796
6769
|
onMouseDown: (e) => e.stopPropagation(),
|
|
6797
6770
|
children: /* @__PURE__ */ z(K, {
|
|
6798
6771
|
basic: !0,
|
|
6799
|
-
colored: c ? !0 :
|
|
6772
|
+
colored: c ? !0 : wr.MUTED,
|
|
6800
6773
|
disabled: !a,
|
|
6801
6774
|
small: !0,
|
|
6802
6775
|
round: !0,
|
|
@@ -6899,30 +6872,30 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6899
6872
|
let n = t == null ? void 0 : t[e];
|
|
6900
6873
|
if (!n) {
|
|
6901
6874
|
var r;
|
|
6902
|
-
return console.log(`Warning: 'unitTemplate' missing for '${e}'. Using initial unit, preferred unit or value unit.`), (r =
|
|
6875
|
+
return console.log(`Warning: 'unitTemplate' missing for '${e}'. Using initial unit, preferred unit or value unit.`), (r = Un(e)) == null ? "" : r;
|
|
6903
6876
|
}
|
|
6904
6877
|
return n;
|
|
6905
6878
|
}, ed = /* @__PURE__ */ function(e) {
|
|
6906
6879
|
return e.CUSTOM = "custom", e.PREDEFINED = "predefined", e;
|
|
6907
6880
|
}({}), td = (e) => e === "undefined" || e === void 0 || e === "" || e === "null" || e === null || e === "NaN" || isNaN(e), nd = (e) => {
|
|
6908
6881
|
if (!e) return !1;
|
|
6909
|
-
let t =
|
|
6910
|
-
return !
|
|
6882
|
+
let t = Dn(e);
|
|
6883
|
+
return !xn.includes(t);
|
|
6911
6884
|
}, rd = ({ value: e, unitkey: t, toUnit: n }) => {
|
|
6912
6885
|
var r;
|
|
6913
|
-
let i =
|
|
6914
|
-
if (!i || i.length === 0 || !((r =
|
|
6915
|
-
let a =
|
|
6886
|
+
let i = bn[t];
|
|
6887
|
+
if (!i || i.length === 0 || !((r = Wn(e)) != null && r.valid) || !i.includes(n)) return !1;
|
|
6888
|
+
let a = Dn(String(e));
|
|
6916
6889
|
return !(a && !i.includes(a));
|
|
6917
6890
|
}, id = ({ value: e, unitkey: t, toUnit: n, fromUnit: r, doNotConvertValue: i = !1, exactPrecision: a = !1 }) => {
|
|
6918
6891
|
var o;
|
|
6919
|
-
let s =
|
|
6892
|
+
let s = Nn(e) ? kn(e) : e, c = [Infinity, -Infinity].includes(Number(s));
|
|
6920
6893
|
if (i || c) return {
|
|
6921
6894
|
value: s,
|
|
6922
6895
|
error: null
|
|
6923
6896
|
};
|
|
6924
|
-
let l = r || (
|
|
6925
|
-
if (!((o =
|
|
6897
|
+
let l = r || (Nn(e) ? Dn(e) : Un(t));
|
|
6898
|
+
if (!((o = Wn(s)) != null && o.valid)) return {
|
|
6926
6899
|
value: void 0,
|
|
6927
6900
|
error: "Invalid number format"
|
|
6928
6901
|
};
|
|
@@ -6939,16 +6912,16 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6939
6912
|
error: "Value is invalid for conversion"
|
|
6940
6913
|
};
|
|
6941
6914
|
try {
|
|
6942
|
-
let e =
|
|
6915
|
+
let e = Kn(s, l);
|
|
6943
6916
|
return rd({
|
|
6944
6917
|
value: e,
|
|
6945
6918
|
toUnit: n,
|
|
6946
6919
|
unitkey: t
|
|
6947
6920
|
}) ? {
|
|
6948
|
-
value:
|
|
6921
|
+
value: kn(Hs(a ? Tn(e, n) : wn(e, n))),
|
|
6949
6922
|
error: null
|
|
6950
6923
|
} : {
|
|
6951
|
-
value:
|
|
6924
|
+
value: kn(e),
|
|
6952
6925
|
error: null
|
|
6953
6926
|
};
|
|
6954
6927
|
} catch {
|
|
@@ -6958,12 +6931,12 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6958
6931
|
};
|
|
6959
6932
|
}
|
|
6960
6933
|
}, ad = ({ value: e = "", toUnit: t, unitkey: n, defaultFromUnit: r, doNotConvertValue: i }) => {
|
|
6961
|
-
let a =
|
|
6934
|
+
let a = kn(e), o = td(a);
|
|
6962
6935
|
return !rd({
|
|
6963
6936
|
value: e,
|
|
6964
6937
|
unitkey: n,
|
|
6965
6938
|
toUnit: t
|
|
6966
|
-
}) || nd(e) || o ? { value: a } :
|
|
6939
|
+
}) || nd(e) || o ? { value: a } : Nn(e) ? id({
|
|
6967
6940
|
value: e,
|
|
6968
6941
|
unitkey: n,
|
|
6969
6942
|
toUnit: t,
|
|
@@ -6971,12 +6944,12 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6971
6944
|
doNotConvertValue: i,
|
|
6972
6945
|
exactPrecision: !0
|
|
6973
6946
|
}) : { value: e };
|
|
6974
|
-
}, od = (e) => ln(e) && !tn(e) && !on(e) ? en(e, "fieldName", "") : typeof e == "string" ? e : "", sd = (e = "") =>
|
|
6975
|
-
let n =
|
|
6947
|
+
}, od = (e) => ln(e) && !tn(e) && !on(e) ? en(e, "fieldName", "") : typeof e == "string" ? e : "", sd = (e = "") => xn == null ? void 0 : xn.includes(e), cd = (e, t) => {
|
|
6948
|
+
let n = Dn(e || "");
|
|
6976
6949
|
return sd(t) && sd(n);
|
|
6977
6950
|
}, ld = n(null), ud = () => s(ld), dd = !1, fd = (e) => {
|
|
6978
6951
|
dd || (dd = !0, ld = e);
|
|
6979
|
-
}, pd = (e) =>
|
|
6952
|
+
}, pd = (e) => jn(e) ? e : Fn(e), md = {
|
|
6980
6953
|
predefinedMenuActive: "_predefinedMenuActive_ye9w9_1",
|
|
6981
6954
|
inputWrapper: "_inputWrapper_ye9w9_4"
|
|
6982
6955
|
}, hd = ({ 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 = () => ({
|
|
@@ -6985,7 +6958,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
6985
6958
|
}), 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 }) => {
|
|
6986
6959
|
let I = ud(), te = Zu();
|
|
6987
6960
|
typeof l == "number" && (l = `${l}`);
|
|
6988
|
-
let [ne = "", re = ""] = l === void 0 ? [] :
|
|
6961
|
+
let [ne = "", re = ""] = l === void 0 ? [] : zn(l), ie = d(() => $u(u, b || (I == null ? void 0 : I.unitTemplate)), [
|
|
6989
6962
|
u,
|
|
6990
6963
|
b,
|
|
6991
6964
|
I == null ? void 0 : I.unitTemplate
|
|
@@ -7004,12 +6977,12 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7004
6977
|
}), ue = k || (L == null ? void 0 : L.value) === void 0, [de, fe] = m(w ? ed.PREDEFINED : ed.CUSTOM), pe = !!(O || n), me = C && C.find((e) => {
|
|
7005
6978
|
if (!(e != null && e.value)) return;
|
|
7006
6979
|
if (E) return E === e.valueKey;
|
|
7007
|
-
let t =
|
|
6980
|
+
let t = Nn(e.value) ? Dn(e.value) : "", { value: n = l } = id({
|
|
7008
6981
|
value: String(l),
|
|
7009
6982
|
unitkey: u,
|
|
7010
6983
|
toUnit: t
|
|
7011
6984
|
});
|
|
7012
|
-
return
|
|
6985
|
+
return Kn(n, t) === e.value;
|
|
7013
6986
|
}), he = () => {
|
|
7014
6987
|
var e;
|
|
7015
6988
|
let t = (e = l) == null ? "" : e, n = L.unit;
|
|
@@ -7018,21 +6991,21 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7018
6991
|
unitkey: u,
|
|
7019
6992
|
toUnit: n
|
|
7020
6993
|
})) {
|
|
7021
|
-
let e =
|
|
6994
|
+
let e = En(u);
|
|
7022
6995
|
return e == null ? void 0 : e.map((e) => ["", e == null ? void 0 : e.unit]);
|
|
7023
6996
|
} else if (u) try {
|
|
7024
|
-
let e =
|
|
7025
|
-
return
|
|
6997
|
+
let e = Sn(t, u);
|
|
6998
|
+
return kn(t) === "" ? e.map((e) => ["", e[1]]) : e;
|
|
7026
6999
|
} catch {
|
|
7027
7000
|
return null;
|
|
7028
7001
|
}
|
|
7029
7002
|
}, ge = (t) => {
|
|
7030
|
-
let n = od(e), r = t.target, { value: i, selectionStart: a } = r, o =
|
|
7003
|
+
let n = od(e), r = t.target, { value: i, selectionStart: a } = r, o = Kn(i, (L == null ? void 0 : L.unit) || "");
|
|
7031
7004
|
h({ target: {
|
|
7032
|
-
value: A ?
|
|
7005
|
+
value: A ? Kn(wn(o, re), re) : o,
|
|
7033
7006
|
name: n
|
|
7034
7007
|
} });
|
|
7035
|
-
let [s, c] =
|
|
7008
|
+
let [s, c] = zn(o);
|
|
7036
7009
|
le({
|
|
7037
7010
|
value: s,
|
|
7038
7011
|
unit: c
|
|
@@ -7057,7 +7030,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7057
7030
|
doNotConvertValue: p
|
|
7058
7031
|
});
|
|
7059
7032
|
e = n, t = oe;
|
|
7060
|
-
} else if (
|
|
7033
|
+
} else if (Kn(L.value, L.unit) !== l) {
|
|
7061
7034
|
let { value: n } = ad({
|
|
7062
7035
|
value: l,
|
|
7063
7036
|
toUnit: L.unit,
|
|
@@ -7078,8 +7051,8 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7078
7051
|
i,
|
|
7079
7052
|
T
|
|
7080
7053
|
]);
|
|
7081
|
-
let ve = he(), ye =
|
|
7082
|
-
let r = t != null && t.value ? t.value : "", [i = "", a = ""] =
|
|
7054
|
+
let ve = he(), ye = Pn(L.unit) || L.unit || "", be = p || !ve || ve && ve.length === 1, xe = od(e), Se, Ce = (t) => {
|
|
7055
|
+
let r = t != null && t.value ? t.value : "", [i = "", a = ""] = Nn(r) ? zn(r) : [r], o = Gn(r);
|
|
7083
7056
|
if (rd({
|
|
7084
7057
|
value: r,
|
|
7085
7058
|
unitkey: u,
|
|
@@ -7092,13 +7065,13 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7092
7065
|
defaultFromUnit: a,
|
|
7093
7066
|
doNotConvertValue: p
|
|
7094
7067
|
});
|
|
7095
|
-
o =
|
|
7068
|
+
o = Gn(Kn(e, ie));
|
|
7096
7069
|
}
|
|
7097
7070
|
return {
|
|
7098
|
-
type:
|
|
7071
|
+
type: xi.OPTION,
|
|
7099
7072
|
inline: !0,
|
|
7100
7073
|
onClick: () => {
|
|
7101
|
-
|
|
7074
|
+
Wn(i).valid && !n && (fe(ed.PREDEFINED), h({ target: {
|
|
7102
7075
|
value: r,
|
|
7103
7076
|
name: typeof e == "string" ? e : (e == null ? void 0 : e.fieldName) || "",
|
|
7104
7077
|
predefinedSelected: !0,
|
|
@@ -7114,11 +7087,11 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7114
7087
|
};
|
|
7115
7088
|
};
|
|
7116
7089
|
if (Se = [{
|
|
7117
|
-
type:
|
|
7090
|
+
type: xi.OPTION,
|
|
7118
7091
|
inline: !0,
|
|
7119
7092
|
onClick: () => {
|
|
7120
7093
|
de !== ed.CUSTOM && !n && h({ target: {
|
|
7121
|
-
value:
|
|
7094
|
+
value: Kn(L.value, L.unit),
|
|
7122
7095
|
name: typeof e == "string" ? e : (e == null ? void 0 : e.fieldName) || ""
|
|
7123
7096
|
} });
|
|
7124
7097
|
},
|
|
@@ -7129,8 +7102,8 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7129
7102
|
Se = [...Se, ...e];
|
|
7130
7103
|
}
|
|
7131
7104
|
let we = (e) => {
|
|
7132
|
-
if (
|
|
7133
|
-
let t =
|
|
7105
|
+
if (Nn(e)) {
|
|
7106
|
+
let t = Dn(e), { value: n } = ad({
|
|
7134
7107
|
value: e,
|
|
7135
7108
|
toUnit: L.unit,
|
|
7136
7109
|
unitkey: u,
|
|
@@ -7147,7 +7120,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7147
7120
|
small: o,
|
|
7148
7121
|
width: s,
|
|
7149
7122
|
children: [
|
|
7150
|
-
C && /* @__PURE__ */ z(
|
|
7123
|
+
C && /* @__PURE__ */ z(Ki, {
|
|
7151
7124
|
maxHeight: 380,
|
|
7152
7125
|
groupOrder: "first",
|
|
7153
7126
|
testId: x && `${x}-predefined-menu`,
|
|
@@ -7195,7 +7168,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7195
7168
|
groupOrder: Ee,
|
|
7196
7169
|
small: o,
|
|
7197
7170
|
children: ye
|
|
7198
|
-
}) : /* @__PURE__ */ z(
|
|
7171
|
+
}) : /* @__PURE__ */ z(Ki, {
|
|
7199
7172
|
groupOrder: Ee,
|
|
7200
7173
|
maxHeight: 380,
|
|
7201
7174
|
disabled: r,
|
|
@@ -7206,7 +7179,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7206
7179
|
trigger: "DropDownButton",
|
|
7207
7180
|
small: o,
|
|
7208
7181
|
sections: ve.map(([e = "", t = "", n]) => {
|
|
7209
|
-
let r = n || t || "", i =
|
|
7182
|
+
let r = n || t || "", i = Mn(e) ? e : "";
|
|
7210
7183
|
return {
|
|
7211
7184
|
type: "Option",
|
|
7212
7185
|
label: j ? pd(i) : i,
|
|
@@ -7323,8 +7296,8 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7323
7296
|
error: !u && (i == null ? void 0 : i.unitIsMissing) || l,
|
|
7324
7297
|
disabled: c || !u,
|
|
7325
7298
|
searchable: !1,
|
|
7326
|
-
options: (a =
|
|
7327
|
-
label:
|
|
7299
|
+
options: (a = On(s)) == null ? void 0 : a.map((e) => ({
|
|
7300
|
+
label: Pn(e),
|
|
7328
7301
|
value: e
|
|
7329
7302
|
})),
|
|
7330
7303
|
native: e.native,
|
|
@@ -7417,8 +7390,8 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7417
7390
|
children: /* @__PURE__ */ B(Nl, {
|
|
7418
7391
|
gap: "8px",
|
|
7419
7392
|
alignItems: "center",
|
|
7420
|
-
children: [m && /* @__PURE__ */ z(
|
|
7421
|
-
text:
|
|
7393
|
+
children: [m && /* @__PURE__ */ z(oi, {
|
|
7394
|
+
text: Wn(o).valid ? `${d == null ? void 0 : d.companySetting}: ${Nn(o) ? Gn(o) : o}` : d == null ? void 0 : d.companySettingDifferent,
|
|
7422
7395
|
icon: H.INFO
|
|
7423
7396
|
}), /* @__PURE__ */ z(Cs, {
|
|
7424
7397
|
small: !0,
|
|
@@ -7460,7 +7433,7 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7460
7433
|
let u = ({ target: { value: e } }) => {
|
|
7461
7434
|
s(e);
|
|
7462
7435
|
}, { added: d, removed: f } = Od(e, t), p = d + f > 3500;
|
|
7463
|
-
return /* @__PURE__ */ z(R, { children: /* @__PURE__ */ z(
|
|
7436
|
+
return /* @__PURE__ */ z(R, { children: /* @__PURE__ */ z(na, {
|
|
7464
7437
|
bordered: !0,
|
|
7465
7438
|
heading: /* @__PURE__ */ B(Nl, {
|
|
7466
7439
|
gap: !0,
|
|
@@ -7489,11 +7462,11 @@ var Tr = /* @__PURE__ */ function(e) {
|
|
|
7489
7462
|
muted: !0,
|
|
7490
7463
|
children: a == null ? void 0 : a.changesTooLarge
|
|
7491
7464
|
})
|
|
7492
|
-
}) : /* @__PURE__ */ z(
|
|
7465
|
+
}) : /* @__PURE__ */ z(xr, {
|
|
7493
7466
|
oldValue: e,
|
|
7494
7467
|
newValue: t,
|
|
7495
7468
|
splitView: o === kd,
|
|
7496
|
-
compareMethod:
|
|
7469
|
+
compareMethod: Sr.WORDS
|
|
7497
7470
|
})
|
|
7498
7471
|
}) });
|
|
7499
7472
|
};
|
|
@@ -8802,7 +8775,7 @@ var Tf = (e = {}) => wf({
|
|
|
8802
8775
|
}
|
|
8803
8776
|
return n || "";
|
|
8804
8777
|
}, kf = (e) => {
|
|
8805
|
-
let t = (e) =>
|
|
8778
|
+
let t = (e) => Nn(e) ? Gn(e) : String(e);
|
|
8806
8779
|
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);
|
|
8807
8780
|
}, Af = (e) => {
|
|
8808
8781
|
switch (e.length) {
|
|
@@ -8907,7 +8880,7 @@ var Tf = (e = {}) => wf({
|
|
|
8907
8880
|
}, zf = (e, t = e.length - 1) => {
|
|
8908
8881
|
if (t >= e.length) return "Value";
|
|
8909
8882
|
let n = e[t];
|
|
8910
|
-
return !n ||
|
|
8883
|
+
return !n || An(n) ? zf(e, t - 1) : Lf(n);
|
|
8911
8884
|
}, Bf = ({ userName: e, type: t, property: n, before: r, after: i, sectionName: a }) => {
|
|
8912
8885
|
let o = Rf(r), s = Rf(i), c = a ? ` in ${a}` : "";
|
|
8913
8886
|
switch (t) {
|
|
@@ -9049,7 +9022,7 @@ var Tf = (e = {}) => wf({
|
|
|
9049
9022
|
actions: h == null ? void 0 : h(e)
|
|
9050
9023
|
};
|
|
9051
9024
|
});
|
|
9052
|
-
return /* @__PURE__ */ B(R, { children: [/* @__PURE__ */ z(
|
|
9025
|
+
return /* @__PURE__ */ B(R, { children: [/* @__PURE__ */ z(na, {
|
|
9053
9026
|
heading: /* @__PURE__ */ B(Nl, {
|
|
9054
9027
|
gap: !0,
|
|
9055
9028
|
wrap: !0,
|
|
@@ -9067,8 +9040,8 @@ var Tf = (e = {}) => wf({
|
|
|
9067
9040
|
padding: !1,
|
|
9068
9041
|
children: r ? /* @__PURE__ */ z(eu, {
|
|
9069
9042
|
height: "100px",
|
|
9070
|
-
theme:
|
|
9071
|
-
children: /* @__PURE__ */ z(
|
|
9043
|
+
theme: Or.WHITE,
|
|
9044
|
+
children: /* @__PURE__ */ z(mi, { dark: !0 })
|
|
9072
9045
|
}) : /* @__PURE__ */ z(yc, { table: {
|
|
9073
9046
|
headers: S,
|
|
9074
9047
|
testId: "auditlog-table",
|
|
@@ -9129,4 +9102,4 @@ var Tf = (e = {}) => wf({
|
|
|
9129
9102
|
});
|
|
9130
9103
|
};
|
|
9131
9104
|
//#endregion
|
|
9132
|
-
export {
|
|
9105
|
+
export { Kr as Accordion, di as AccordionWithDefaultToggle, Ji as Actions, Tr as Align, Kf as AuditLog, Pi as Badge, Qi as Breadcrumb, Xi as BreadcrumbLinkType, K as Button, ea as ButtonGroup, Er as ButtonPosition, hi as ButtonType, na as Card, si as CheckBox, Br as Chevron, Ur as Collapse, wr as Color, sa as ColorInput, fa as Column, Sa as Dialog, jd as DiffViewer, U as DisabledContext, _a as Divider, ka as Drawer, Iu as ElementType, Ac as Empty, Ml as Field, Ol as FileButton, za as FileInput, Nl as Flex, Fl as FormRow, zl as Grid, V as GroupOrder, ya as Heading, oi as HelpIcon, W as Icon, H as IconType, Pa as Input, Ma as InputGroup, ks as InputGroupAddon, Ia as InputReaderMethods, kr as InputType, Al as Label, Ql as List, Vl as ListHeading, ql as ListSubheading, eu as Loader, Ki as Menu, Si as MenuCarat, xi as MenuType, po as Message, oo as MessageType, Ka as Modal, yo as NativeSelect, Gs as NumberInput, ou as OptionDropdown, cu as Page, As as Pagination, Hu as PopConfirm, aa as Popover, Ha as Portal, uu as PrintHeader, Ya as ProgressBar, du as RadioButton, gu as RichTextInput, vu as Row, Cs as Select, Dd as SettingField, Cu as SideBar, Tu as Skeleton, $s as Slider, eo as SmartUploadModal, Ba as Spacer, mi as Spinner, yc as Table, Dl as TableImportExport, ku as Tabs, ha as Text, Mu as TextArea, Au as TextLink, Dr as TextTransform, Or as Theme, cr as Toaster, dl as Toggle, G as Tooltip, zu as TopBar, Ku as Tree, Xu as TreeTable, Cr as TriggerType, hd as UnitInput, Td as UnitTable, qf as UsageTracker, cl as dismissToast, fd as initializeContext, Yf as initializeGuiLibrary, La as readFile, sl as toast, bo as useFocus, Va as useKeyboardEvent, Co as useWindowWidth };
|