@epam/ai-dial-ui-kit 0.5.0-rc.41 → 0.5.0-rc.42
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/dial-ui-kit.cjs.js +3 -3
- package/dist/dial-ui-kit.es.js +164 -155
- package/dist/src/components/AutocompleteInput/AutocompleteInput.d.ts +10 -10
- package/dist/src/components/AutocompleteInput/AutocompleteInputValue.d.ts +6 -6
- package/dist/src/components/Checkbox/Checkbox.d.ts +2 -2
- package/dist/src/components/CollapsibleSidebar/CollapsibleSidebar.d.ts +6 -6
- package/dist/src/components/ConfirmationPopup/ConfirmationPopup.d.ts +3 -3
- package/dist/src/components/ConfirmationPopup/constants.d.ts +3 -3
- package/dist/src/components/Dropdown/Dropdown.d.ts +2 -2
- package/dist/src/components/Dropdown/constants.d.ts +6 -6
- package/dist/src/components/EllipsisTooltip/EllipsisTooltip.d.ts +4 -4
- package/dist/src/components/EllipsisTooltip/constants.d.ts +1 -1
- package/dist/src/components/FileIcon/FileIcon.d.ts +2 -2
- package/dist/src/components/FileManager/FileManager.d.ts +3 -3
- package/dist/src/components/FileManager/FileManagerContext.d.ts +1 -1
- package/dist/src/components/FileManager/components/FileManagerItemIcon/FileManagerItemIcon.d.ts +1 -1
- package/dist/src/components/FileManager/components/FileManagerItemNameInput/FileManagerItemNameInput.d.ts +2 -2
- package/dist/src/components/FileManager/components/FileManagerNavigationPanel/FileManagerNavigationPanel.d.ts +10 -10
- package/dist/src/components/FileManager/components/FileManagerNavigationPanel/constants.d.ts +3 -3
- package/dist/src/components/FileManager/constants.d.ts +7 -7
- package/dist/src/components/FileName/FileName.d.ts +2 -2
- package/dist/src/components/FolderName/FolderName.d.ts +2 -2
- package/dist/src/components/FormItem/FormItem.d.ts +9 -9
- package/dist/src/components/FormItem/constants.d.ts +1 -1
- package/dist/src/components/FormPopup/FormPopup.d.ts +1 -1
- package/dist/src/components/FormPopup/constants.d.ts +1 -1
- package/dist/src/components/Grid/Grid.d.ts +3 -3
- package/dist/src/components/Grid/constants.d.ts +1 -1
- package/dist/src/components/Grid/renderers/DateCellRenderer.d.ts +2 -2
- package/dist/src/components/Grid/renderers/constants.d.ts +1 -1
- package/dist/src/components/Input/Input.d.ts +4 -4
- package/dist/src/components/InputField/InputField.d.ts +3 -3
- package/dist/src/components/InputPopup/InputPopup.d.ts +6 -6
- package/dist/src/components/PasswordInput/PasswordInputField.d.ts +1 -1
- package/dist/src/components/Popup/Popup.d.ts +6 -6
- package/dist/src/components/Popup/constants.d.ts +3 -3
- package/dist/src/components/RadioButton/RadioButton.d.ts +6 -6
- package/dist/src/components/RadioGroup/RadioGroup.d.ts +20 -20
- package/dist/src/components/RadioGroup/constants.d.ts +3 -3
- package/dist/src/components/RadioGroupPopupField/RadioGroupPopupField.d.ts +2 -2
- package/dist/src/components/Search/Search.d.ts +4 -4
- package/dist/src/components/Search/constants.d.ts +4 -4
- package/dist/src/components/Select/Select.d.ts +2 -2
- package/dist/src/components/Select/constants.d.ts +6 -6
- package/dist/src/components/SelectField/SelectField.d.ts +6 -6
- package/dist/src/components/SharedEntityIndicator/SharedEntityIndicator.d.ts +2 -2
- package/dist/src/components/Tag/Tag.d.ts +2 -2
- package/dist/src/components/TextAreaField/TextAreaField.d.ts +3 -3
- package/dist/src/components/Textarea/Textarea.d.ts +4 -4
- package/package.json +1 -1
package/dist/dial-ui-kit.es.js
CHANGED
|
@@ -3019,7 +3019,7 @@ const Av = {
|
|
|
3019
3019
|
stroke: 2
|
|
3020
3020
|
}, Vv = "text-primary", Yt = ({
|
|
3021
3021
|
text: e,
|
|
3022
|
-
|
|
3022
|
+
className: t,
|
|
3023
3023
|
contentClassName: s,
|
|
3024
3024
|
hideTooltip: o,
|
|
3025
3025
|
...i
|
|
@@ -3089,7 +3089,7 @@ const Av = {
|
|
|
3089
3089
|
disabled: i,
|
|
3090
3090
|
ariaLabel: n,
|
|
3091
3091
|
onChange: r,
|
|
3092
|
-
|
|
3092
|
+
className: a
|
|
3093
3093
|
}) => {
|
|
3094
3094
|
const l = k(
|
|
3095
3095
|
(h) => {
|
|
@@ -3107,7 +3107,7 @@ const Av = {
|
|
|
3107
3107
|
);
|
|
3108
3108
|
return /* @__PURE__ */ z("label", { className: c, htmlFor: t, children: [
|
|
3109
3109
|
o ? /* @__PURE__ */ v(cC, { className: d, ...re }) : s ? /* @__PURE__ */ v(dh, { className: d, ...re }) : null,
|
|
3110
|
-
e && (typeof e == "string" ? /* @__PURE__ */ v(Yt, { text: e,
|
|
3110
|
+
e && (typeof e == "string" ? /* @__PURE__ */ v(Yt, { text: e, className: "text-primary" }) : e),
|
|
3111
3111
|
/* @__PURE__ */ v(
|
|
3112
3112
|
"input",
|
|
3113
3113
|
{
|
|
@@ -3212,11 +3212,11 @@ const Bv = (e, t) => {
|
|
|
3212
3212
|
description: o,
|
|
3213
3213
|
checked: i = !1,
|
|
3214
3214
|
inputId: n,
|
|
3215
|
-
|
|
3216
|
-
|
|
3215
|
+
className: r,
|
|
3216
|
+
labelClassName: a,
|
|
3217
3217
|
disabled: l,
|
|
3218
3218
|
onChange: c,
|
|
3219
|
-
|
|
3219
|
+
descriptionClassName: d
|
|
3220
3220
|
}) => {
|
|
3221
3221
|
const u = `${n}-desc`, h = Y(
|
|
3222
3222
|
"dial-small cursor-pointer",
|
|
@@ -3226,7 +3226,10 @@ const Bv = (e, t) => {
|
|
|
3226
3226
|
"cursor-pointer dial-input-radio",
|
|
3227
3227
|
s && "mr-2",
|
|
3228
3228
|
r
|
|
3229
|
-
), p = Y(
|
|
3229
|
+
), p = Y(
|
|
3230
|
+
"flex flex-col",
|
|
3231
|
+
!!o && "mb-2"
|
|
3232
|
+
), f = Y(
|
|
3230
3233
|
"dial-tiny mt-2 ml-[26px] text-secondary",
|
|
3231
3234
|
d
|
|
3232
3235
|
);
|
|
@@ -3266,10 +3269,10 @@ const Uv = "w-full flex", $v = {
|
|
|
3266
3269
|
error: n,
|
|
3267
3270
|
orientation: r = Vn.Vertical,
|
|
3268
3271
|
labelVisuallyHidden: a = !1,
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3272
|
+
className: l,
|
|
3273
|
+
labelClassName: c,
|
|
3274
|
+
errorClassName: d,
|
|
3275
|
+
childrenClassName: u,
|
|
3273
3276
|
captionDescription: h,
|
|
3274
3277
|
readonly: g,
|
|
3275
3278
|
value: p,
|
|
@@ -3353,16 +3356,16 @@ const jv = "flex", Kv = "pb-1 mt-2", qv = {
|
|
|
3353
3356
|
[Bn.Row]: "flex-row gap-x-6"
|
|
3354
3357
|
}, Yv = ({
|
|
3355
3358
|
fieldTitle: e,
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3359
|
+
radioClassName: t,
|
|
3360
|
+
containerClassName: s,
|
|
3361
|
+
selectedItemClassName: o,
|
|
3362
|
+
selectedLabelClassName: i,
|
|
3363
|
+
radioGroupClassName: n,
|
|
3364
|
+
inputContainerClassName: r,
|
|
3365
|
+
selectedInputContainerClassName: a,
|
|
3366
|
+
groupLabelClassName: l,
|
|
3367
|
+
formItemChildrenClassName: c,
|
|
3368
|
+
labelClassName: d,
|
|
3366
3369
|
disabled: u,
|
|
3367
3370
|
elementId: h,
|
|
3368
3371
|
radioButtons: g,
|
|
@@ -3374,9 +3377,9 @@ const jv = "flex", Kv = "pb-1 mt-2", qv = {
|
|
|
3374
3377
|
{
|
|
3375
3378
|
elementId: h,
|
|
3376
3379
|
label: e,
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
+
labelClassName: l || d,
|
|
3381
|
+
className: s,
|
|
3382
|
+
childrenClassName: c,
|
|
3380
3383
|
children: /* @__PURE__ */ v(
|
|
3381
3384
|
"div",
|
|
3382
3385
|
{
|
|
@@ -3404,8 +3407,8 @@ const jv = "flex", Kv = "pb-1 mt-2", qv = {
|
|
|
3404
3407
|
value: C.id,
|
|
3405
3408
|
inputId: C.id,
|
|
3406
3409
|
disabled: u,
|
|
3407
|
-
|
|
3408
|
-
|
|
3410
|
+
className: t,
|
|
3411
|
+
labelClassName: be(
|
|
3409
3412
|
d,
|
|
3410
3413
|
C.id === p && i
|
|
3411
3414
|
),
|
|
@@ -3464,13 +3467,13 @@ const jv = "flex", Kv = "pb-1 mt-2", qv = {
|
|
|
3464
3467
|
]
|
|
3465
3468
|
}
|
|
3466
3469
|
), $r = 48, Zv = ({
|
|
3467
|
-
|
|
3470
|
+
containerClassName: e,
|
|
3468
3471
|
children: t,
|
|
3469
3472
|
width: s = 280,
|
|
3470
3473
|
title: o,
|
|
3471
3474
|
iconSize: i = 24,
|
|
3472
3475
|
iconStroke: n = 1.5,
|
|
3473
|
-
|
|
3476
|
+
titleClassName: r,
|
|
3474
3477
|
additionalButtons: a,
|
|
3475
3478
|
isOpened: l,
|
|
3476
3479
|
onToggle: c
|
|
@@ -3558,7 +3561,7 @@ const Qv = {
|
|
|
3558
3561
|
// TODO: Add other variants here once they are finalized with the UI/UX team
|
|
3559
3562
|
}, Zl = ({
|
|
3560
3563
|
tag: e,
|
|
3561
|
-
|
|
3564
|
+
className: t,
|
|
3562
3565
|
remove: s,
|
|
3563
3566
|
variant: o = Yl.Default,
|
|
3564
3567
|
iconBefore: i,
|
|
@@ -5415,7 +5418,7 @@ const fd = "column", X1 = "flex items-center", J1 = "mr-3 cursor-move text-secon
|
|
|
5415
5418
|
extension: e,
|
|
5416
5419
|
size: t = re.size,
|
|
5417
5420
|
stroke: s = re.stroke,
|
|
5418
|
-
|
|
5421
|
+
className: o,
|
|
5419
5422
|
decorative: i = !1,
|
|
5420
5423
|
label: n,
|
|
5421
5424
|
indicator: r
|
|
@@ -5441,7 +5444,7 @@ const fd = "column", X1 = "flex items-center", J1 = "mr-3 cursor-move text-secon
|
|
|
5441
5444
|
}, zn = ({
|
|
5442
5445
|
label: e = "Shared entity",
|
|
5443
5446
|
size: t = 10,
|
|
5444
|
-
|
|
5447
|
+
className: s,
|
|
5445
5448
|
stroke: o = 2
|
|
5446
5449
|
}) => /* @__PURE__ */ v(
|
|
5447
5450
|
Ne,
|
|
@@ -5460,7 +5463,7 @@ const fd = "column", X1 = "flex items-center", J1 = "mr-3 cursor-move text-secon
|
|
|
5460
5463
|
}
|
|
5461
5464
|
), Uh = ({
|
|
5462
5465
|
name: e,
|
|
5463
|
-
|
|
5466
|
+
className: t,
|
|
5464
5467
|
shared: s = !1,
|
|
5465
5468
|
iconSize: o = os
|
|
5466
5469
|
}) => {
|
|
@@ -5471,7 +5474,7 @@ const fd = "column", X1 = "flex items-center", J1 = "mr-3 cursor-move text-secon
|
|
|
5471
5474
|
{
|
|
5472
5475
|
extension: i,
|
|
5473
5476
|
size: o,
|
|
5474
|
-
|
|
5477
|
+
className: "text-secondary",
|
|
5475
5478
|
indicator: s ? /* @__PURE__ */ v(zn, {}) : null,
|
|
5476
5479
|
label: "File type icon"
|
|
5477
5480
|
}
|
|
@@ -5479,14 +5482,14 @@ const fd = "column", X1 = "flex items-center", J1 = "mr-3 cursor-move text-secon
|
|
|
5479
5482
|
/* @__PURE__ */ v(
|
|
5480
5483
|
Yt,
|
|
5481
5484
|
{
|
|
5482
|
-
|
|
5485
|
+
className: "text-primary dial-small flex-1 min-w-0",
|
|
5483
5486
|
text: e
|
|
5484
5487
|
}
|
|
5485
5488
|
)
|
|
5486
5489
|
] });
|
|
5487
5490
|
}, $h = ({
|
|
5488
5491
|
name: e,
|
|
5489
|
-
|
|
5492
|
+
className: t,
|
|
5490
5493
|
shared: s = !1,
|
|
5491
5494
|
loading: o = !1,
|
|
5492
5495
|
iconSize: i = os
|
|
@@ -5506,7 +5509,7 @@ const fd = "column", X1 = "flex items-center", J1 = "mr-3 cursor-move text-secon
|
|
|
5506
5509
|
/* @__PURE__ */ v(
|
|
5507
5510
|
Yt,
|
|
5508
5511
|
{
|
|
5509
|
-
|
|
5512
|
+
className: "text-primary dial-small flex-1 min-w-0",
|
|
5510
5513
|
text: e
|
|
5511
5514
|
}
|
|
5512
5515
|
)
|
|
@@ -5543,14 +5546,14 @@ const db = ({
|
|
|
5543
5546
|
locale: t = ab,
|
|
5544
5547
|
options: s = lb,
|
|
5545
5548
|
emptyPlaceholder: o = "—",
|
|
5546
|
-
|
|
5549
|
+
className: i
|
|
5547
5550
|
}) => {
|
|
5548
5551
|
const n = jh(e), r = B(() => n ? new Intl.DateTimeFormat(t, s).format(n) : o, [n, o, t, s]), a = n ? n.toISOString() : void 0;
|
|
5549
5552
|
return /* @__PURE__ */ v(
|
|
5550
5553
|
Yt,
|
|
5551
5554
|
{
|
|
5552
5555
|
text: a ? /* @__PURE__ */ v("time", { dateTime: a, children: r }) : /* @__PURE__ */ v("span", { children: r }),
|
|
5553
|
-
|
|
5556
|
+
className: Y(cb, i),
|
|
5554
5557
|
hideTooltip: !1
|
|
5555
5558
|
}
|
|
5556
5559
|
);
|
|
@@ -5592,7 +5595,7 @@ const hb = Y(
|
|
|
5592
5595
|
onOpenChange: l,
|
|
5593
5596
|
closable: c = !1,
|
|
5594
5597
|
onClose: d,
|
|
5595
|
-
|
|
5598
|
+
className: u,
|
|
5596
5599
|
listClassName: h,
|
|
5597
5600
|
outsidePressIgnoreRef: g,
|
|
5598
5601
|
outsideClosable: p = !0,
|
|
@@ -5851,7 +5854,7 @@ const hb = Y(
|
|
|
5851
5854
|
{
|
|
5852
5855
|
text: e.label,
|
|
5853
5856
|
contentClassName: "max-w-[200px]",
|
|
5854
|
-
|
|
5857
|
+
className: "max-w-[200px]"
|
|
5855
5858
|
}
|
|
5856
5859
|
),
|
|
5857
5860
|
(s || e.invalid) && /* @__PURE__ */ v("div", { className: "text-error pl-1", children: /* @__PURE__ */ v(Bl, { ...re }) })
|
|
@@ -6035,7 +6038,7 @@ const vd = () => typeof window < "u" && window.innerWidth < 640, wd = () => {
|
|
|
6035
6038
|
bd,
|
|
6036
6039
|
Fb,
|
|
6037
6040
|
o ? "pointer-events-none opacity-75" : ""
|
|
6038
|
-
), h = typeof e == "string" ? /* @__PURE__ */ v(Yt, {
|
|
6041
|
+
), h = typeof e == "string" ? /* @__PURE__ */ v(Yt, { className: l, text: e }) : /* @__PURE__ */ v(
|
|
6039
6042
|
"span",
|
|
6040
6043
|
{
|
|
6041
6044
|
className: be(
|
|
@@ -6175,8 +6178,8 @@ const vd = () => typeof window < "u" && window.innerWidth < 640, wd = () => {
|
|
|
6175
6178
|
value: e,
|
|
6176
6179
|
textareaId: t,
|
|
6177
6180
|
placeholder: s,
|
|
6178
|
-
|
|
6179
|
-
|
|
6181
|
+
className: o = "",
|
|
6182
|
+
containerClassName: i = "",
|
|
6180
6183
|
disabled: n,
|
|
6181
6184
|
invalid: r,
|
|
6182
6185
|
readonly: a,
|
|
@@ -6245,8 +6248,8 @@ const vd = () => typeof window < "u" && window.innerWidth < 640, wd = () => {
|
|
|
6245
6248
|
value: o,
|
|
6246
6249
|
elementId: i,
|
|
6247
6250
|
placeholder: n = "",
|
|
6248
|
-
|
|
6249
|
-
|
|
6251
|
+
className: r = "",
|
|
6252
|
+
containerClassName: a,
|
|
6250
6253
|
tooltipTriggerClassName: l,
|
|
6251
6254
|
type: c = "text",
|
|
6252
6255
|
disabled: d,
|
|
@@ -6305,8 +6308,8 @@ const vd = () => typeof window < "u" && window.innerWidth < 640, wd = () => {
|
|
|
6305
6308
|
No,
|
|
6306
6309
|
{
|
|
6307
6310
|
hideBorder: !0,
|
|
6308
|
-
|
|
6309
|
-
|
|
6311
|
+
containerClassName: "rounded-r-none border-r-0",
|
|
6312
|
+
className: "overflow-hidden overflow-ellipsis dial-small",
|
|
6310
6313
|
value: w,
|
|
6311
6314
|
disabled: !0,
|
|
6312
6315
|
elementId: w + "textBefore"
|
|
@@ -6367,7 +6370,7 @@ const vd = () => typeof window < "u" && window.innerWidth < 640, wd = () => {
|
|
|
6367
6370
|
No,
|
|
6368
6371
|
{
|
|
6369
6372
|
hideBorder: !0,
|
|
6370
|
-
|
|
6373
|
+
containerClassName: "rounded-l-none border-l-0",
|
|
6371
6374
|
value: b,
|
|
6372
6375
|
disabled: !0,
|
|
6373
6376
|
elementId: b + "textAfter"
|
|
@@ -6390,9 +6393,9 @@ const vd = () => typeof window < "u" && window.innerWidth < 640, wd = () => {
|
|
|
6390
6393
|
elementId: l,
|
|
6391
6394
|
fieldTitle: c,
|
|
6392
6395
|
errorText: d,
|
|
6393
|
-
|
|
6394
|
-
|
|
6395
|
-
|
|
6396
|
+
elementClassName: u,
|
|
6397
|
+
elementContainerClassName: h,
|
|
6398
|
+
containerClassName: g,
|
|
6396
6399
|
defaultEmptyText: p,
|
|
6397
6400
|
...f
|
|
6398
6401
|
}) => /* @__PURE__ */ v(
|
|
@@ -6407,15 +6410,15 @@ const vd = () => typeof window < "u" && window.innerWidth < 640, wd = () => {
|
|
|
6407
6410
|
readonly: r,
|
|
6408
6411
|
orientation: a,
|
|
6409
6412
|
elementId: l,
|
|
6410
|
-
|
|
6413
|
+
className: g,
|
|
6411
6414
|
defaultEmptyText: p,
|
|
6412
6415
|
value: f.value,
|
|
6413
6416
|
children: /* @__PURE__ */ v(
|
|
6414
6417
|
No,
|
|
6415
6418
|
{
|
|
6416
6419
|
elementId: l,
|
|
6417
|
-
|
|
6418
|
-
|
|
6420
|
+
className: u,
|
|
6421
|
+
containerClassName: h,
|
|
6419
6422
|
invalid: d != null,
|
|
6420
6423
|
...f
|
|
6421
6424
|
}
|
|
@@ -6448,9 +6451,9 @@ const vd = () => typeof window < "u" && window.innerWidth < 640, wd = () => {
|
|
|
6448
6451
|
fieldTitle: e,
|
|
6449
6452
|
optional: t,
|
|
6450
6453
|
elementId: s,
|
|
6451
|
-
|
|
6452
|
-
|
|
6453
|
-
|
|
6454
|
+
elementClassName: o,
|
|
6455
|
+
containerClassName: i,
|
|
6456
|
+
elementContainerClassName: n,
|
|
6454
6457
|
errorText: r,
|
|
6455
6458
|
...a
|
|
6456
6459
|
}) => /* @__PURE__ */ z("div", { className: be("flex flex-col", i), children: [
|
|
@@ -6466,8 +6469,8 @@ const vd = () => typeof window < "u" && window.innerWidth < 640, wd = () => {
|
|
|
6466
6469
|
Tb,
|
|
6467
6470
|
{
|
|
6468
6471
|
textareaId: s,
|
|
6469
|
-
|
|
6470
|
-
|
|
6472
|
+
className: o,
|
|
6473
|
+
containerClassName: n,
|
|
6471
6474
|
...a
|
|
6472
6475
|
}
|
|
6473
6476
|
),
|
|
@@ -6523,9 +6526,9 @@ const Lb = "z-[52] flex items-center justify-center bg-blackout md:p-4", Ob = "d
|
|
|
6523
6526
|
open: e = !1,
|
|
6524
6527
|
title: t,
|
|
6525
6528
|
portalId: s,
|
|
6526
|
-
|
|
6527
|
-
|
|
6528
|
-
|
|
6529
|
+
className: o,
|
|
6530
|
+
overlayClassName: i,
|
|
6531
|
+
headingClassName: n,
|
|
6529
6532
|
dividers: r = !0,
|
|
6530
6533
|
children: a,
|
|
6531
6534
|
footer: l,
|
|
@@ -6550,36 +6553,42 @@ const Lb = "z-[52] flex items-center justify-center bg-blackout md:p-4", Ob = "d
|
|
|
6550
6553
|
children: /* @__PURE__ */ v(Ts, { tooltip: w, children: w })
|
|
6551
6554
|
}
|
|
6552
6555
|
) : w : /* @__PURE__ */ v("span", {});
|
|
6553
|
-
return /* @__PURE__ */ v(Nl, { id: s, children: /* @__PURE__ */ v(
|
|
6554
|
-
|
|
6556
|
+
return /* @__PURE__ */ v(Nl, { id: s, children: /* @__PURE__ */ v(
|
|
6557
|
+
sC,
|
|
6555
6558
|
{
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
|
|
6559
|
-
|
|
6560
|
-
|
|
6561
|
-
|
|
6562
|
-
|
|
6563
|
-
|
|
6564
|
-
|
|
6565
|
-
|
|
6566
|
-
|
|
6567
|
-
|
|
6568
|
-
|
|
6569
|
-
|
|
6570
|
-
|
|
6571
|
-
|
|
6572
|
-
{
|
|
6573
|
-
|
|
6574
|
-
|
|
6575
|
-
|
|
6576
|
-
|
|
6577
|
-
|
|
6578
|
-
|
|
6579
|
-
|
|
6580
|
-
|
|
6559
|
+
className: Y(Lb, i),
|
|
6560
|
+
children: /* @__PURE__ */ v(lh, { context: h, children: /* @__PURE__ */ z(
|
|
6561
|
+
"div",
|
|
6562
|
+
{
|
|
6563
|
+
ref: u.setFloating,
|
|
6564
|
+
...f(),
|
|
6565
|
+
role: "dialog",
|
|
6566
|
+
"aria-modal": "true",
|
|
6567
|
+
"aria-labelledby": m,
|
|
6568
|
+
className: Y(
|
|
6569
|
+
"dial-popup",
|
|
6570
|
+
Hb[d],
|
|
6571
|
+
r && Ob,
|
|
6572
|
+
o
|
|
6573
|
+
),
|
|
6574
|
+
children: [
|
|
6575
|
+
/* @__PURE__ */ z("div", { className: Nb, children: [
|
|
6576
|
+
C(t),
|
|
6577
|
+
/* @__PURE__ */ v(
|
|
6578
|
+
qh,
|
|
6579
|
+
{
|
|
6580
|
+
ariaLabel: "Close dialog",
|
|
6581
|
+
onClose: (w) => c?.(w)
|
|
6582
|
+
}
|
|
6583
|
+
)
|
|
6584
|
+
] }),
|
|
6585
|
+
/* @__PURE__ */ v("div", { className: "flex-grow overflow-auto", children: a }),
|
|
6586
|
+
l
|
|
6587
|
+
]
|
|
6588
|
+
}
|
|
6589
|
+
) })
|
|
6581
6590
|
}
|
|
6582
|
-
) })
|
|
6591
|
+
) });
|
|
6583
6592
|
};
|
|
6584
6593
|
var Fi = /* @__PURE__ */ ((e) => (e.Info = "info", e.Danger = "danger", e))(Fi || {});
|
|
6585
6594
|
const Gb = "flex justify-end gap-2 px-6 py-4", Vb = "text-secondary dial-small-150 px-6 py-4", Bb = "Cancel", zb = "Ok", Sd = {
|
|
@@ -6595,13 +6604,13 @@ const Gb = "flex justify-end gap-2 px-6 py-4", Vb = "text-secondary dial-small-1
|
|
|
6595
6604
|
}, Wb = ({
|
|
6596
6605
|
title: e,
|
|
6597
6606
|
description: t,
|
|
6598
|
-
|
|
6607
|
+
descriptionClassName: s,
|
|
6599
6608
|
open: o = !1,
|
|
6600
6609
|
confirmLabel: i = zb,
|
|
6601
6610
|
cancelLabel: n = Bb,
|
|
6602
6611
|
isLoading: r = !1,
|
|
6603
6612
|
disableConfirmButton: a = !1,
|
|
6604
|
-
|
|
6613
|
+
className: l,
|
|
6605
6614
|
confirmClassName: c,
|
|
6606
6615
|
onClose: d,
|
|
6607
6616
|
onConfirm: u,
|
|
@@ -6643,7 +6652,7 @@ const Gb = "flex justify-end gap-2 px-6 py-4", Vb = "text-secondary dial-small-1
|
|
|
6643
6652
|
{
|
|
6644
6653
|
open: o,
|
|
6645
6654
|
title: e,
|
|
6646
|
-
|
|
6655
|
+
className: Y(Sd[f].container, l),
|
|
6647
6656
|
dividers: p,
|
|
6648
6657
|
onClose: () => d?.(),
|
|
6649
6658
|
footer: C ?? w,
|
|
@@ -6651,7 +6660,7 @@ const Gb = "flex justify-end gap-2 px-6 py-4", Vb = "text-secondary dial-small-1
|
|
|
6651
6660
|
children: b()
|
|
6652
6661
|
}
|
|
6653
6662
|
);
|
|
6654
|
-
}, eg = ({ selectedItems: e,
|
|
6663
|
+
}, eg = ({ selectedItems: e, listClassName: t, listElementClassName: s, placeholder: o }) => e?.length ? /* @__PURE__ */ v(
|
|
6655
6664
|
"ul",
|
|
6656
6665
|
{
|
|
6657
6666
|
className: Y(
|
|
@@ -6663,7 +6672,7 @@ const Gb = "flex justify-end gap-2 px-6 py-4", Vb = "text-secondary dial-small-1
|
|
|
6663
6672
|
Zl,
|
|
6664
6673
|
{
|
|
6665
6674
|
tag: i,
|
|
6666
|
-
|
|
6675
|
+
className: Y([s])
|
|
6667
6676
|
}
|
|
6668
6677
|
) }) }, i))
|
|
6669
6678
|
}
|
|
@@ -6672,8 +6681,8 @@ const Gb = "flex justify-end gap-2 px-6 py-4", Vb = "text-secondary dial-small-1
|
|
|
6672
6681
|
open: t,
|
|
6673
6682
|
disabled: s = !1,
|
|
6674
6683
|
selectedValue: o,
|
|
6675
|
-
|
|
6676
|
-
|
|
6684
|
+
valueClassNames: i,
|
|
6685
|
+
inputClassNames: n,
|
|
6677
6686
|
onOpen: r,
|
|
6678
6687
|
elementId: a,
|
|
6679
6688
|
errorText: l,
|
|
@@ -6762,8 +6771,8 @@ const Gb = "flex justify-end gap-2 px-6 py-4", Vb = "text-secondary dial-small-1
|
|
|
6762
6771
|
selectedValue: o,
|
|
6763
6772
|
radioButtons: i,
|
|
6764
6773
|
customInputValue: n,
|
|
6765
|
-
|
|
6766
|
-
|
|
6774
|
+
valueClassNames: r,
|
|
6775
|
+
inputClassNames: a,
|
|
6767
6776
|
emptyValueText: l,
|
|
6768
6777
|
onClose: c,
|
|
6769
6778
|
title: d,
|
|
@@ -6792,8 +6801,8 @@ const Gb = "flex justify-end gap-2 px-6 py-4", Vb = "text-secondary dial-small-1
|
|
|
6792
6801
|
disabled: s,
|
|
6793
6802
|
open: S,
|
|
6794
6803
|
selectedValue: n ?? i.find((P) => P.id === o)?.name,
|
|
6795
|
-
|
|
6796
|
-
|
|
6804
|
+
valueClassNames: r,
|
|
6805
|
+
inputClassNames: Y(a, "py-2", "px-3"),
|
|
6797
6806
|
emptyValueText: l,
|
|
6798
6807
|
onOpen: x,
|
|
6799
6808
|
children: /* @__PURE__ */ v(
|
|
@@ -6827,7 +6836,7 @@ const Gb = "flex justify-end gap-2 px-6 py-4", Vb = "text-secondary dial-small-1
|
|
|
6827
6836
|
Yv,
|
|
6828
6837
|
{
|
|
6829
6838
|
radioButtons: i,
|
|
6830
|
-
|
|
6839
|
+
labelClassName: "dial-small",
|
|
6831
6840
|
activeRadioButton: m,
|
|
6832
6841
|
onChange: C,
|
|
6833
6842
|
elementId: w,
|
|
@@ -6846,7 +6855,7 @@ const Gb = "flex justify-end gap-2 px-6 py-4", Vb = "text-secondary dial-small-1
|
|
|
6846
6855
|
cancelLabel: o = $b,
|
|
6847
6856
|
isLoading: i = !1,
|
|
6848
6857
|
disableSubmitButton: n = !1,
|
|
6849
|
-
|
|
6858
|
+
className: r,
|
|
6850
6859
|
submitClassName: a,
|
|
6851
6860
|
onClose: l,
|
|
6852
6861
|
onSubmit: c,
|
|
@@ -6881,7 +6890,7 @@ const Gb = "flex justify-end gap-2 px-6 py-4", Vb = "text-secondary dial-small-1
|
|
|
6881
6890
|
{
|
|
6882
6891
|
open: t,
|
|
6883
6892
|
title: e,
|
|
6884
|
-
|
|
6893
|
+
className: r,
|
|
6885
6894
|
dividers: h,
|
|
6886
6895
|
onClose: () => l?.(),
|
|
6887
6896
|
footer: p ?? f,
|
|
@@ -6923,7 +6932,7 @@ const Gb = "flex justify-end gap-2 px-6 py-4", Vb = "text-secondary dial-small-1
|
|
|
6923
6932
|
}, V8 = ({
|
|
6924
6933
|
fieldTitle: e,
|
|
6925
6934
|
optional: t,
|
|
6926
|
-
|
|
6935
|
+
elementClassName: s,
|
|
6927
6936
|
elementId: o,
|
|
6928
6937
|
errorText: i,
|
|
6929
6938
|
...n
|
|
@@ -6939,7 +6948,7 @@ const Gb = "flex justify-end gap-2 px-6 py-4", Vb = "text-secondary dial-small-1
|
|
|
6939
6948
|
/* @__PURE__ */ v(
|
|
6940
6949
|
Yb,
|
|
6941
6950
|
{
|
|
6942
|
-
|
|
6951
|
+
className: s,
|
|
6943
6952
|
elementId: o,
|
|
6944
6953
|
invalid: !!i,
|
|
6945
6954
|
...n
|
|
@@ -6950,14 +6959,14 @@ const Gb = "flex justify-end gap-2 px-6 py-4", Vb = "text-secondary dial-small-1
|
|
|
6950
6959
|
var _n = /* @__PURE__ */ ((e) => (e.Small = "small", e.Base = "base", e))(_n || {});
|
|
6951
6960
|
const Zb = {
|
|
6952
6961
|
[_n.Small]: {
|
|
6953
|
-
|
|
6954
|
-
|
|
6962
|
+
textClassName: "text-xs px-1",
|
|
6963
|
+
containerClassName: "px-[6px] py-1 h-[22px]",
|
|
6955
6964
|
iconSize: 10,
|
|
6956
6965
|
iconStroke: 1
|
|
6957
6966
|
},
|
|
6958
6967
|
[_n.Base]: {
|
|
6959
|
-
|
|
6960
|
-
|
|
6968
|
+
textClassName: "text-sm px-2",
|
|
6969
|
+
containerClassName: "px-3 py-2 h-[38px]",
|
|
6961
6970
|
iconSize: 18,
|
|
6962
6971
|
iconStroke: 1.5
|
|
6963
6972
|
}
|
|
@@ -6968,8 +6977,8 @@ const Zb = {
|
|
|
6968
6977
|
disabled: o,
|
|
6969
6978
|
readonly: i,
|
|
6970
6979
|
invalid: n,
|
|
6971
|
-
|
|
6972
|
-
|
|
6980
|
+
className: r,
|
|
6981
|
+
containerClassName: a,
|
|
6973
6982
|
onChange: l,
|
|
6974
6983
|
size: c = _n.Base,
|
|
6975
6984
|
allowClear: d = !0
|
|
@@ -6994,7 +7003,7 @@ const Zb = {
|
|
|
6994
7003
|
n && "dial-input-error",
|
|
6995
7004
|
o && "dial-input-disable",
|
|
6996
7005
|
i && "dial-input-readonly",
|
|
6997
|
-
p.
|
|
7006
|
+
p.containerClassName,
|
|
6998
7007
|
a
|
|
6999
7008
|
),
|
|
7000
7009
|
children: [
|
|
@@ -7024,7 +7033,7 @@ const Zb = {
|
|
|
7024
7033
|
className: Y(
|
|
7025
7034
|
"border-0 bg-transparent w-full",
|
|
7026
7035
|
r,
|
|
7027
|
-
p.
|
|
7036
|
+
p.textClassName
|
|
7028
7037
|
),
|
|
7029
7038
|
onChange: (m) => !i && g(m.currentTarget.value)
|
|
7030
7039
|
}
|
|
@@ -7052,10 +7061,10 @@ const Zb = {
|
|
|
7052
7061
|
placeholder: e = "",
|
|
7053
7062
|
selectedItems: t = [],
|
|
7054
7063
|
updateSelected: s,
|
|
7055
|
-
|
|
7056
|
-
|
|
7057
|
-
|
|
7058
|
-
|
|
7064
|
+
listClassName: o,
|
|
7065
|
+
listElementClassName: i,
|
|
7066
|
+
containerClassName: n,
|
|
7067
|
+
inputClassName: r
|
|
7059
7068
|
}) => {
|
|
7060
7069
|
const [a, l] = I(""), c = k(
|
|
7061
7070
|
(u) => {
|
|
@@ -7080,8 +7089,8 @@ const Zb = {
|
|
|
7080
7089
|
eg,
|
|
7081
7090
|
{
|
|
7082
7091
|
selectedItems: t,
|
|
7083
|
-
|
|
7084
|
-
|
|
7092
|
+
listClassName: o,
|
|
7093
|
+
listElementClassName: i
|
|
7085
7094
|
}
|
|
7086
7095
|
),
|
|
7087
7096
|
/* @__PURE__ */ v(
|
|
@@ -7196,7 +7205,7 @@ const Zb = {
|
|
|
7196
7205
|
tag: i,
|
|
7197
7206
|
remove: (r) => s?.(r, o),
|
|
7198
7207
|
iconBefore: n ? /* @__PURE__ */ v(Ne, { icon: n }) : null,
|
|
7199
|
-
|
|
7208
|
+
className: "max-w-full"
|
|
7200
7209
|
},
|
|
7201
7210
|
o
|
|
7202
7211
|
);
|
|
@@ -7221,7 +7230,7 @@ const o0 = ({
|
|
|
7221
7230
|
emptyStateDescription: f,
|
|
7222
7231
|
emptyStateIcon: m,
|
|
7223
7232
|
disabled: C = !1,
|
|
7224
|
-
|
|
7233
|
+
className: w,
|
|
7225
7234
|
closable: b = !1,
|
|
7226
7235
|
header: S,
|
|
7227
7236
|
footer: y,
|
|
@@ -7520,8 +7529,8 @@ const o0 = ({
|
|
|
7520
7529
|
fieldTitle: e,
|
|
7521
7530
|
optional: t,
|
|
7522
7531
|
captionDescription: s,
|
|
7523
|
-
|
|
7524
|
-
|
|
7532
|
+
containerClassName: o,
|
|
7533
|
+
selectClassName: i,
|
|
7525
7534
|
error: n,
|
|
7526
7535
|
elementId: r,
|
|
7527
7536
|
description: a,
|
|
@@ -7557,14 +7566,14 @@ const o0 = ({
|
|
|
7557
7566
|
description: a,
|
|
7558
7567
|
error: n,
|
|
7559
7568
|
captionDescription: s,
|
|
7560
|
-
|
|
7569
|
+
className: o,
|
|
7561
7570
|
readonly: l,
|
|
7562
7571
|
value: h(),
|
|
7563
7572
|
defaultEmptyText: d,
|
|
7564
7573
|
children: /* @__PURE__ */ v(
|
|
7565
7574
|
o0,
|
|
7566
7575
|
{
|
|
7567
|
-
|
|
7576
|
+
className: i,
|
|
7568
7577
|
value: c,
|
|
7569
7578
|
elementId: r,
|
|
7570
7579
|
...u
|
|
@@ -8240,7 +8249,7 @@ const C0 = function(t, s, o) {
|
|
|
8240
8249
|
] });
|
|
8241
8250
|
}, w0 = ({
|
|
8242
8251
|
iconBefore: e,
|
|
8243
|
-
|
|
8252
|
+
className: t,
|
|
8244
8253
|
errorText: s,
|
|
8245
8254
|
...o
|
|
8246
8255
|
}) => {
|
|
@@ -8251,7 +8260,7 @@ const C0 = function(t, s, o) {
|
|
|
8251
8260
|
...o,
|
|
8252
8261
|
iconBefore: /* @__PURE__ */ v("div", { className: "mr-2", children: i ? /* @__PURE__ */ v(Bl, { ...re, className: "text-error" }) : e }),
|
|
8253
8262
|
tooltipTriggerClassName: "flex-1 min-w-0",
|
|
8254
|
-
|
|
8263
|
+
className: Y(i ? "text-error" : "", t),
|
|
8255
8264
|
tooltipText: i && s ? s : void 0,
|
|
8256
8265
|
hideBorder: !0
|
|
8257
8266
|
}
|
|
@@ -8440,7 +8449,7 @@ const H0 = ({
|
|
|
8440
8449
|
{
|
|
8441
8450
|
...i,
|
|
8442
8451
|
extension: r ?? "",
|
|
8443
|
-
|
|
8452
|
+
className: "text-secondary",
|
|
8444
8453
|
indicator: s ? /* @__PURE__ */ v(zn, {}) : null,
|
|
8445
8454
|
label: "File type icon"
|
|
8446
8455
|
}
|
|
@@ -8453,7 +8462,7 @@ const H0 = ({
|
|
|
8453
8462
|
icon: /* @__PURE__ */ v(
|
|
8454
8463
|
zl,
|
|
8455
8464
|
{
|
|
8456
|
-
className: i.
|
|
8465
|
+
className: i.className,
|
|
8457
8466
|
size: i.size ?? re.size,
|
|
8458
8467
|
stroke: i.stroke ?? re.stroke
|
|
8459
8468
|
}
|
|
@@ -8468,7 +8477,7 @@ const H0 = ({
|
|
|
8468
8477
|
elementId: s,
|
|
8469
8478
|
loading: o = !1,
|
|
8470
8479
|
shared: i = !1,
|
|
8471
|
-
|
|
8480
|
+
iconClassName: n,
|
|
8472
8481
|
iconIndicator: r,
|
|
8473
8482
|
iconLabel: a,
|
|
8474
8483
|
iconSize: l,
|
|
@@ -8485,7 +8494,7 @@ const H0 = ({
|
|
|
8485
8494
|
name: e,
|
|
8486
8495
|
type: t,
|
|
8487
8496
|
label: a,
|
|
8488
|
-
|
|
8497
|
+
className: n,
|
|
8489
8498
|
indicator: r,
|
|
8490
8499
|
size: l,
|
|
8491
8500
|
stroke: c,
|
|
@@ -8496,7 +8505,7 @@ const H0 = ({
|
|
|
8496
8505
|
/* @__PURE__ */ v(
|
|
8497
8506
|
No,
|
|
8498
8507
|
{
|
|
8499
|
-
|
|
8508
|
+
containerClassName: "!h-6 py-[1px] pl-[7px] pr-[7px]",
|
|
8500
8509
|
elementId: s,
|
|
8501
8510
|
defaultValue: e,
|
|
8502
8511
|
onChange: p,
|
|
@@ -8604,7 +8613,7 @@ const dg = ({
|
|
|
8604
8613
|
loading: i,
|
|
8605
8614
|
shared: n,
|
|
8606
8615
|
iconSize: r,
|
|
8607
|
-
|
|
8616
|
+
className: "max-w-[428px] truncate"
|
|
8608
8617
|
}
|
|
8609
8618
|
) : /* @__PURE__ */ v(
|
|
8610
8619
|
Uh,
|
|
@@ -8612,7 +8621,7 @@ const dg = ({
|
|
|
8612
8621
|
name: e,
|
|
8613
8622
|
shared: n,
|
|
8614
8623
|
iconSize: r,
|
|
8615
|
-
|
|
8624
|
+
className: "max-w-[428px]"
|
|
8616
8625
|
}
|
|
8617
8626
|
);
|
|
8618
8627
|
}, ug = (e) => {
|
|
@@ -8690,7 +8699,7 @@ const dg = ({
|
|
|
8690
8699
|
Nt,
|
|
8691
8700
|
{
|
|
8692
8701
|
trigger: [At.ContextMenu],
|
|
8693
|
-
|
|
8702
|
+
className: "w-full",
|
|
8694
8703
|
anchorToMouse: !0,
|
|
8695
8704
|
menu: { items: ae },
|
|
8696
8705
|
children: /* @__PURE__ */ z(
|
|
@@ -8749,7 +8758,7 @@ const dg = ({
|
|
|
8749
8758
|
placement: "bottom-start",
|
|
8750
8759
|
allowedPlacements: ["top-start", "top-end"],
|
|
8751
8760
|
menu: { items: ae },
|
|
8752
|
-
|
|
8761
|
+
className: "sticky right-0",
|
|
8753
8762
|
children: /* @__PURE__ */ v(
|
|
8754
8763
|
Ne,
|
|
8755
8764
|
{
|
|
@@ -8783,8 +8792,8 @@ const dg = ({
|
|
|
8783
8792
|
makeHref: i,
|
|
8784
8793
|
rootItemPath: n,
|
|
8785
8794
|
rootItemLabel: r,
|
|
8786
|
-
|
|
8787
|
-
|
|
8795
|
+
className: a,
|
|
8796
|
+
breadcrumbClassName: l,
|
|
8788
8797
|
searchable: c = !0,
|
|
8789
8798
|
value: d,
|
|
8790
8799
|
elementId: u = "fm-search",
|
|
@@ -8792,8 +8801,8 @@ const dg = ({
|
|
|
8792
8801
|
readonly: g,
|
|
8793
8802
|
invalid: p,
|
|
8794
8803
|
onSearchChange: f,
|
|
8795
|
-
|
|
8796
|
-
|
|
8804
|
+
searchClassName: m,
|
|
8805
|
+
searchContainerClassName: C
|
|
8797
8806
|
}) => {
|
|
8798
8807
|
const w = B(() => {
|
|
8799
8808
|
if (!o) return;
|
|
@@ -8854,8 +8863,8 @@ const dg = ({
|
|
|
8854
8863
|
disabled: h,
|
|
8855
8864
|
readonly: g,
|
|
8856
8865
|
invalid: p,
|
|
8857
|
-
|
|
8858
|
-
|
|
8866
|
+
className: m,
|
|
8867
|
+
containerClassName: C
|
|
8859
8868
|
}
|
|
8860
8869
|
)
|
|
8861
8870
|
}
|
|
@@ -47516,7 +47525,7 @@ const qA = ({
|
|
|
47516
47525
|
rowData: t,
|
|
47517
47526
|
additionalGridOptions: s,
|
|
47518
47527
|
getContextMenuItems: o,
|
|
47519
|
-
|
|
47528
|
+
className: i,
|
|
47520
47529
|
ariaLabel: n = "Data grid",
|
|
47521
47530
|
withSelectionColumn: r = !0,
|
|
47522
47531
|
wrapCustomCellRenderers: a = !0,
|
|
@@ -47569,7 +47578,7 @@ const qA = ({
|
|
|
47569
47578
|
ariaLabel: "Select all rows",
|
|
47570
47579
|
checked: F === "checked",
|
|
47571
47580
|
indeterminate: F === "indeterminate",
|
|
47572
|
-
|
|
47581
|
+
className: `dial-header-select ${F}`,
|
|
47573
47582
|
onChange: M
|
|
47574
47583
|
}
|
|
47575
47584
|
) }), [F, M]), ie = k(
|
|
@@ -47583,12 +47592,12 @@ const qA = ({
|
|
|
47583
47592
|
menu: { items: ce },
|
|
47584
47593
|
anchorToMouse: !0,
|
|
47585
47594
|
matchReferenceWidth: !0,
|
|
47586
|
-
|
|
47595
|
+
className: "w-full",
|
|
47587
47596
|
children: /* @__PURE__ */ v("span", { className: "block min-w-0 h-full max-w-full", children: /* @__PURE__ */ v(
|
|
47588
47597
|
Yt,
|
|
47589
47598
|
{
|
|
47590
47599
|
text: V,
|
|
47591
|
-
|
|
47600
|
+
className: "max-w-full h-full"
|
|
47592
47601
|
}
|
|
47593
47602
|
) })
|
|
47594
47603
|
}
|
|
@@ -47606,7 +47615,7 @@ const qA = ({
|
|
|
47606
47615
|
id: Se,
|
|
47607
47616
|
ariaLabel: "Select row",
|
|
47608
47617
|
checked: V,
|
|
47609
|
-
|
|
47618
|
+
className: "dial-row-select",
|
|
47610
47619
|
onChange: (xe) => {
|
|
47611
47620
|
oe.data && T(oe.data, !!xe);
|
|
47612
47621
|
}
|
|
@@ -47633,7 +47642,7 @@ const qA = ({
|
|
|
47633
47642
|
menu: { items: he },
|
|
47634
47643
|
anchorToMouse: !0,
|
|
47635
47644
|
matchReferenceWidth: !0,
|
|
47636
|
-
|
|
47645
|
+
className: "w-full h-full",
|
|
47637
47646
|
children: /* @__PURE__ */ v("span", { className: "block min-w-0 max-w-full flex-1", children: ke })
|
|
47638
47647
|
}
|
|
47639
47648
|
);
|
|
@@ -48484,7 +48493,7 @@ const u8 = ({
|
|
|
48484
48493
|
return e >= s ? `${(e / s).toFixed(1)} MB` : e >= t ? `${(e / t).toFixed(0)} KB` : `${e} bytes`;
|
|
48485
48494
|
}, m8 = ({
|
|
48486
48495
|
children: e,
|
|
48487
|
-
|
|
48496
|
+
className: t,
|
|
48488
48497
|
items: s = [],
|
|
48489
48498
|
rootItem: o,
|
|
48490
48499
|
path: i,
|
|
@@ -48706,7 +48715,7 @@ const u8 = ({
|
|
|
48706
48715
|
expandedPaths: l?.expandedPaths,
|
|
48707
48716
|
onExpandedPathsChange: l?.onExpandedPathsChange
|
|
48708
48717
|
}), $m = {
|
|
48709
|
-
|
|
48718
|
+
className: t,
|
|
48710
48719
|
items: s,
|
|
48711
48720
|
rootItem: o,
|
|
48712
48721
|
filesLoading: n,
|
|
@@ -49086,7 +49095,7 @@ const u8 = ({
|
|
|
49086
49095
|
r
|
|
49087
49096
|
]), y8 = (e) => /* @__PURE__ */ v(m8, { ...e, children: /* @__PURE__ */ v(R8, {}) }), R8 = () => {
|
|
49088
49097
|
const {
|
|
49089
|
-
|
|
49098
|
+
className: e,
|
|
49090
49099
|
items: t,
|
|
49091
49100
|
rootItem: s,
|
|
49092
49101
|
filesLoading: o,
|
|
@@ -49150,7 +49159,7 @@ const u8 = ({
|
|
|
49150
49159
|
} = C8(), {
|
|
49151
49160
|
width: Bt = P0,
|
|
49152
49161
|
title: Xt = T0,
|
|
49153
|
-
|
|
49162
|
+
containerClassName: co = E0,
|
|
49154
49163
|
additionalButtons: Me,
|
|
49155
49164
|
...tt
|
|
49156
49165
|
} = i ?? {}, {
|
|
@@ -49384,7 +49393,7 @@ const u8 = ({
|
|
|
49384
49393
|
{
|
|
49385
49394
|
width: Bt,
|
|
49386
49395
|
title: Xt,
|
|
49387
|
-
|
|
49396
|
+
containerClassName: co,
|
|
49388
49397
|
additionalButtons: Me,
|
|
49389
49398
|
isOpened: g,
|
|
49390
49399
|
onToggle: p,
|
|
@@ -49439,7 +49448,7 @@ const u8 = ({
|
|
|
49439
49448
|
getRowId: (de) => de.path,
|
|
49440
49449
|
loading: o,
|
|
49441
49450
|
getContextMenuItems: sn,
|
|
49442
|
-
|
|
49451
|
+
className: Y(
|
|
49443
49452
|
he ? "border border-dashed border-accent-primary" : "",
|
|
49444
49453
|
ke && !he ? "border border-dashed border-primary" : ""
|
|
49445
49454
|
),
|