@epam/ai-dial-ui-kit 0.13.0-dev.19 → 0.13.0-dev.20
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/{JsonEditor-Dx8Nqoi0.js → JsonEditor-Cj7iZBZc.js} +1 -1
- package/dist/{JsonEditor-CA7NiwCF.cjs → JsonEditor-YI7-ZfhY.cjs} +1 -1
- package/dist/{MarkdownEditor-CGYu0816.cjs → MarkdownEditor-B8-eZ1Ii.cjs} +1 -1
- package/dist/{MarkdownEditor-ChL36jsG.js → MarkdownEditor-D9NNkira.js} +1 -1
- package/dist/components-manifest.json +142 -2
- package/dist/dial-ui-kit.cjs.js +1 -1
- package/dist/dial-ui-kit.es.js +151 -141
- package/dist/{index-Oyo4CYlW.js → index-CABQ5KGr.js} +300 -290
- package/dist/{index-nXM5jxpr.cjs → index-CC8FUZdJ.cjs} +29 -29
- package/dist/src/index.d.ts +17 -2
- package/package.json +1 -1
|
@@ -49959,6 +49959,43 @@ const Sx = ({
|
|
|
49959
49959
|
}
|
|
49960
49960
|
);
|
|
49961
49961
|
};
|
|
49962
|
+
function jg(e) {
|
|
49963
|
+
if (!e) return null;
|
|
49964
|
+
if (e instanceof Date)
|
|
49965
|
+
return isFinite(e.getTime()) ? e : null;
|
|
49966
|
+
if (typeof e == "number") {
|
|
49967
|
+
const t = new Date(e);
|
|
49968
|
+
return isFinite(t.getTime()) ? t : null;
|
|
49969
|
+
}
|
|
49970
|
+
if (typeof e == "string") {
|
|
49971
|
+
const t = e.trim();
|
|
49972
|
+
if (/^-?\d+$/.test(t)) {
|
|
49973
|
+
const s = Number(t);
|
|
49974
|
+
return jg(s);
|
|
49975
|
+
}
|
|
49976
|
+
const i = new Date(t);
|
|
49977
|
+
return isFinite(i.getTime()) ? i : null;
|
|
49978
|
+
}
|
|
49979
|
+
return null;
|
|
49980
|
+
}
|
|
49981
|
+
const Rx = ({
|
|
49982
|
+
value: e,
|
|
49983
|
+
locale: t = bx,
|
|
49984
|
+
options: i = xx,
|
|
49985
|
+
emptyPlaceholder: s,
|
|
49986
|
+
className: n,
|
|
49987
|
+
hideTooltip: o = !1
|
|
49988
|
+
}) => {
|
|
49989
|
+
const r = jg(e), a = j(() => r ? new Intl.DateTimeFormat(t, i).format(r) : s, [r, s, t, i]), l = r ? r.toISOString() : void 0;
|
|
49990
|
+
return /* @__PURE__ */ p.jsx(
|
|
49991
|
+
bt,
|
|
49992
|
+
{
|
|
49993
|
+
text: l ? /* @__PURE__ */ p.jsx("time", { dateTime: l, children: a }) : /* @__PURE__ */ p.jsx("span", { children: a }),
|
|
49994
|
+
className: ce(CG, n),
|
|
49995
|
+
hideTooltip: o
|
|
49996
|
+
}
|
|
49997
|
+
);
|
|
49998
|
+
};
|
|
49962
49999
|
var Jh = /* @__PURE__ */ ((e) => (e.Horizontal = "horizontal", e.Vertical = "vertical", e))(Jh || {}), Io = /* @__PURE__ */ ((e) => (e.Default = "default", e.Inline = "inline", e))(Io || {}), Mc = /* @__PURE__ */ ((e) => (e.Mobile = "mobile", e.Tablet = "tablet", e))(Mc || {});
|
|
49963
50000
|
const Tr = ({
|
|
49964
50001
|
tab: e,
|
|
@@ -50217,18 +50254,18 @@ const Tr = ({
|
|
|
50217
50254
|
}
|
|
50218
50255
|
)
|
|
50219
50256
|
);
|
|
50220
|
-
}, EG = "w-full overflow-hidden", DG = "flex flex-nowrap items-center gap-2 min-w-0 px-0 py-0 whitespace-nowrap",
|
|
50257
|
+
}, EG = "w-full overflow-hidden", DG = "flex flex-nowrap items-center gap-2 min-w-0 px-0 py-0 whitespace-nowrap", Fx = "flex items-center gap-2 dial-small-text", Wu = {
|
|
50221
50258
|
first: "shrink-0",
|
|
50222
50259
|
middle: "shrink min-w-0 max-w-[30%]",
|
|
50223
50260
|
last: "shrink min-w-0 max-w-[51%]"
|
|
50224
|
-
}, Iv = "flex flex-1 items-center gap-1 min-w-0 transition-colors", PG = "text-secondary hover:text-accent-primary", TG = "text-primary cursor-default",
|
|
50261
|
+
}, Iv = "flex flex-1 items-center gap-1 min-w-0 transition-colors", PG = "text-secondary hover:text-accent-primary", TG = "text-primary cursor-default", Ex = "flex-none inline-flex items-center leading-none text-secondary", IG = "items-center gap-1 min-w-0 transition-colors text-secondary hover:text-accent-primary", Dx = /* @__PURE__ */ p.jsx(Zs, { size: Xe.SM, "aria-hidden": "true" }), Dl = ({
|
|
50225
50262
|
label: e,
|
|
50226
50263
|
href: t,
|
|
50227
50264
|
onClick: i,
|
|
50228
50265
|
disabled: s,
|
|
50229
50266
|
isLast: n,
|
|
50230
50267
|
isFirst: o,
|
|
50231
|
-
separator: r =
|
|
50268
|
+
separator: r = Dx,
|
|
50232
50269
|
className: a,
|
|
50233
50270
|
iconBefore: l,
|
|
50234
50271
|
labelClassName: c,
|
|
@@ -50242,7 +50279,7 @@ const Tr = ({
|
|
|
50242
50279
|
}
|
|
50243
50280
|
i && i(w);
|
|
50244
50281
|
}, g = n ? Wu.last : o ? Wu.first : Wu.middle, f = W(
|
|
50245
|
-
|
|
50282
|
+
Fx,
|
|
50246
50283
|
g,
|
|
50247
50284
|
a
|
|
50248
50285
|
), m = (!!t || !!i) && !n && !s, v = m ? W(
|
|
@@ -50292,13 +50329,13 @@ const Tr = ({
|
|
|
50292
50329
|
]
|
|
50293
50330
|
}
|
|
50294
50331
|
),
|
|
50295
|
-
!n && /* @__PURE__ */ p.jsx("span", { className:
|
|
50332
|
+
!n && /* @__PURE__ */ p.jsx("span", { className: Ex, "aria-label": "separator", children: r })
|
|
50296
50333
|
]
|
|
50297
50334
|
}
|
|
50298
50335
|
);
|
|
50299
|
-
},
|
|
50336
|
+
}, Px = ({
|
|
50300
50337
|
pathItems: e,
|
|
50301
|
-
separator: t =
|
|
50338
|
+
separator: t = Dx,
|
|
50302
50339
|
ariaLabel: i = "Breadcrumb",
|
|
50303
50340
|
className: s,
|
|
50304
50341
|
children: n,
|
|
@@ -50352,7 +50389,7 @@ const Tr = ({
|
|
|
50352
50389
|
onBeforeNavigate: r
|
|
50353
50390
|
}
|
|
50354
50391
|
),
|
|
50355
|
-
/* @__PURE__ */ p.jsxs("li", { className: W(
|
|
50392
|
+
/* @__PURE__ */ p.jsxs("li", { className: W(Fx, "shrink-0"), children: [
|
|
50356
50393
|
/* @__PURE__ */ p.jsx(
|
|
50357
50394
|
Ut,
|
|
50358
50395
|
{
|
|
@@ -50371,7 +50408,7 @@ const Tr = ({
|
|
|
50371
50408
|
)
|
|
50372
50409
|
}
|
|
50373
50410
|
),
|
|
50374
|
-
/* @__PURE__ */ p.jsx("span", { className:
|
|
50411
|
+
/* @__PURE__ */ p.jsx("span", { className: Ex, children: t })
|
|
50375
50412
|
] }),
|
|
50376
50413
|
/* @__PURE__ */ Lr(
|
|
50377
50414
|
Dl,
|
|
@@ -50410,33 +50447,33 @@ const Tr = ({
|
|
|
50410
50447
|
children: /* @__PURE__ */ p.jsx("ol", { className: DG, children: c })
|
|
50411
50448
|
}
|
|
50412
50449
|
);
|
|
50413
|
-
},
|
|
50450
|
+
}, Wg = (e, t) => ({ appearance: s, ...n }) => /* @__PURE__ */ p.jsx(
|
|
50414
50451
|
Zi,
|
|
50415
50452
|
{
|
|
50416
50453
|
...n,
|
|
50417
50454
|
variant: e,
|
|
50418
50455
|
appearance: s || t
|
|
50419
50456
|
}
|
|
50420
|
-
),
|
|
50457
|
+
), Tx = (e, t) => ({ variant: s, ...n }) => /* @__PURE__ */ p.jsx(
|
|
50421
50458
|
Zi,
|
|
50422
50459
|
{
|
|
50423
50460
|
...n,
|
|
50424
50461
|
variant: s || t,
|
|
50425
50462
|
appearance: e
|
|
50426
50463
|
}
|
|
50427
|
-
), ds =
|
|
50464
|
+
), ds = Wg(
|
|
50428
50465
|
tt.Primary,
|
|
50429
50466
|
He.Solid
|
|
50430
|
-
), fs =
|
|
50467
|
+
), fs = Wg(
|
|
50431
50468
|
tt.Neutral,
|
|
50432
50469
|
He.Outlined
|
|
50433
|
-
), MG =
|
|
50470
|
+
), MG = Wg(
|
|
50434
50471
|
tt.Danger,
|
|
50435
50472
|
He.Outlined
|
|
50436
|
-
), fj =
|
|
50473
|
+
), fj = Tx(
|
|
50437
50474
|
He.Link,
|
|
50438
50475
|
tt.Primary
|
|
50439
|
-
),
|
|
50476
|
+
), Ix = Tx(
|
|
50440
50477
|
He.Ghost,
|
|
50441
50478
|
tt.Primary
|
|
50442
50479
|
), mj = ({
|
|
@@ -50453,7 +50490,7 @@ const Tr = ({
|
|
|
50453
50490
|
t
|
|
50454
50491
|
)
|
|
50455
50492
|
}
|
|
50456
|
-
),
|
|
50493
|
+
), _g = ({
|
|
50457
50494
|
iconClassName: e,
|
|
50458
50495
|
label: t,
|
|
50459
50496
|
...i
|
|
@@ -50527,7 +50564,7 @@ const Tr = ({
|
|
|
50527
50564
|
/* @__PURE__ */ p.jsx(Xt, { text: s }),
|
|
50528
50565
|
!s && /* @__PURE__ */ p.jsx(qc, { text: a })
|
|
50529
50566
|
] });
|
|
50530
|
-
},
|
|
50567
|
+
}, Ug = ({
|
|
50531
50568
|
label: e,
|
|
50532
50569
|
switchId: t,
|
|
50533
50570
|
isOn: i = !1,
|
|
@@ -51375,7 +51412,7 @@ const VG = "flex justify-end gap-2 px-6 py-4 border-t border-tertiary", zG = "te
|
|
|
51375
51412
|
"Home",
|
|
51376
51413
|
"End",
|
|
51377
51414
|
"Insert"
|
|
51378
|
-
],
|
|
51415
|
+
], Mx = (e, t, i, s) => {
|
|
51379
51416
|
if ((t === "number" || i !== void 0 || s !== void 0) && !eB.includes(e.key) && !(e.ctrlKey || e.metaKey) && !(e.key === "-" && (e.currentTarget.selectionStart ?? 0) === 0 && !e.currentTarget.value.includes("-")) && !(e.key === "." && t === "number" && !e.currentTarget.value.includes("."))) {
|
|
51380
51417
|
if (!/^[0-9]$/.test(e.key)) {
|
|
51381
51418
|
e.preventDefault();
|
|
@@ -51404,10 +51441,10 @@ const VG = "flex justify-end gap-2 px-6 py-4 border-t border-tertiary", zG = "te
|
|
|
51404
51441
|
...o
|
|
51405
51442
|
}) => /* @__PURE__ */ p.jsxs("div", { className: W("flex flex-col gap-y-3", n), children: [
|
|
51406
51443
|
e && /* @__PURE__ */ p.jsx(_i, { ...e, htmlFor: s }),
|
|
51407
|
-
/* @__PURE__ */ p.jsx(
|
|
51444
|
+
/* @__PURE__ */ p.jsx(kx, { id: s, ...o }),
|
|
51408
51445
|
/* @__PURE__ */ p.jsx(Xt, { text: t }),
|
|
51409
51446
|
!t && /* @__PURE__ */ p.jsx(qc, { text: i })
|
|
51410
|
-
] }),
|
|
51447
|
+
] }), kx = ({
|
|
51411
51448
|
invalid: e,
|
|
51412
51449
|
disabled: t,
|
|
51413
51450
|
prefix: i,
|
|
@@ -51438,7 +51475,7 @@ const VG = "flex justify-end gap-2 px-6 py-4 border-t border-tertiary", zG = "te
|
|
|
51438
51475
|
};
|
|
51439
51476
|
}, [t, b, l]);
|
|
51440
51477
|
const x = (F) => {
|
|
51441
|
-
|
|
51478
|
+
Mx(F, l, h, f);
|
|
51442
51479
|
}, y = (F) => {
|
|
51443
51480
|
const R = F.currentTarget.value;
|
|
51444
51481
|
if (b && R !== "") {
|
|
@@ -51461,7 +51498,7 @@ const VG = "flex justify-end gap-2 px-6 py-4 border-t border-tertiary", zG = "te
|
|
|
51461
51498
|
"aria-label": "input-container",
|
|
51462
51499
|
children: [
|
|
51463
51500
|
i && /* @__PURE__ */ p.jsx("div", { className: "border-r border-tertiary", children: /* @__PURE__ */ p.jsx(
|
|
51464
|
-
|
|
51501
|
+
kx,
|
|
51465
51502
|
{
|
|
51466
51503
|
wrapperClassName: "!rounded-r-none",
|
|
51467
51504
|
className: "truncate",
|
|
@@ -51515,7 +51552,7 @@ const VG = "flex justify-end gap-2 px-6 py-4 border-t border-tertiary", zG = "te
|
|
|
51515
51552
|
d.preventDefault();
|
|
51516
51553
|
return;
|
|
51517
51554
|
}
|
|
51518
|
-
|
|
51555
|
+
Mx(d, "number", i, s);
|
|
51519
51556
|
}, c = (d) => {
|
|
51520
51557
|
const u = d.clipboardData.getData("text"), h = u.replace(/\D/g, "");
|
|
51521
51558
|
if (h !== u && (d.preventDefault(), h)) {
|
|
@@ -51565,7 +51602,7 @@ const VG = "flex justify-end gap-2 px-6 py-4 border-t border-tertiary", zG = "te
|
|
|
51565
51602
|
iconAfter: e.disabled ? null : t ? /* @__PURE__ */ p.jsx(sB, { onClick: () => s(!1) }) : /* @__PURE__ */ p.jsx(nB, { onClick: () => s(!0) })
|
|
51566
51603
|
}
|
|
51567
51604
|
);
|
|
51568
|
-
},
|
|
51605
|
+
}, Ax = {
|
|
51569
51606
|
[it.Small]: {
|
|
51570
51607
|
className: "dial-tiny-text",
|
|
51571
51608
|
wrapperClassName: "pl-2 py-0",
|
|
@@ -51580,7 +51617,7 @@ const VG = "flex justify-end gap-2 px-6 py-4 border-t border-tertiary", zG = "te
|
|
|
51580
51617
|
iconSize: 20,
|
|
51581
51618
|
iconStroke: 1.5
|
|
51582
51619
|
}
|
|
51583
|
-
},
|
|
51620
|
+
}, Lx = ({
|
|
51584
51621
|
size: e = it.Standard,
|
|
51585
51622
|
placeholder: t = "Search...",
|
|
51586
51623
|
value: i,
|
|
@@ -51597,7 +51634,7 @@ const VG = "flex justify-end gap-2 px-6 py-4 border-t border-tertiary", zG = "te
|
|
|
51597
51634
|
a(h || ""), s?.(h || "");
|
|
51598
51635
|
},
|
|
51599
51636
|
[s]
|
|
51600
|
-
), c =
|
|
51637
|
+
), c = Ax[e], d = P(() => {
|
|
51601
51638
|
l("");
|
|
51602
51639
|
}, [l]), u = j(() => {
|
|
51603
51640
|
if (r)
|
|
@@ -51632,7 +51669,7 @@ const VG = "flex justify-end gap-2 px-6 py-4 border-t border-tertiary", zG = "te
|
|
|
51632
51669
|
...o
|
|
51633
51670
|
}
|
|
51634
51671
|
);
|
|
51635
|
-
},
|
|
51672
|
+
}, Nx = ({
|
|
51636
51673
|
options: e,
|
|
51637
51674
|
selectedValues: t,
|
|
51638
51675
|
handleRemoveTag: i
|
|
@@ -51874,7 +51911,7 @@ const rB = "dial-input flex w-full items-center justify-between gap-2 dial-small
|
|
|
51874
51911
|
X,
|
|
51875
51912
|
Ee
|
|
51876
51913
|
) || /* @__PURE__ */ p.jsx(
|
|
51877
|
-
|
|
51914
|
+
Nx,
|
|
51878
51915
|
{
|
|
51879
51916
|
options: e,
|
|
51880
51917
|
selectedValues: X,
|
|
@@ -51937,7 +51974,7 @@ const rB = "dial-input flex w-full items-center justify-between gap-2 dial-small
|
|
|
51937
51974
|
F && /* @__PURE__ */ p.jsx(p.Fragment, { children: typeof F == "function" ? F() : F }),
|
|
51938
51975
|
(d || S) && e.length > 8 && /* @__PURE__ */ p.jsxs("div", { className: "flex items-center gap-2 px-2 pt-2", children: [
|
|
51939
51976
|
d && /* @__PURE__ */ p.jsx(
|
|
51940
|
-
|
|
51977
|
+
Lx,
|
|
51941
51978
|
{
|
|
51942
51979
|
size: u,
|
|
51943
51980
|
placeholder: h,
|
|
@@ -51945,7 +51982,7 @@ const rB = "dial-input flex w-full items-center justify-between gap-2 dial-small
|
|
|
51945
51982
|
value: ne,
|
|
51946
51983
|
id: `search-${i || G}`,
|
|
51947
51984
|
containerClassName: W(
|
|
51948
|
-
|
|
51985
|
+
Ax[u].containerClassName,
|
|
51949
51986
|
"w-full"
|
|
51950
51987
|
)
|
|
51951
51988
|
}
|
|
@@ -52159,7 +52196,7 @@ const rB = "dial-input flex w-full items-center justify-between gap-2 dial-small
|
|
|
52159
52196
|
return d ?? "None";
|
|
52160
52197
|
if (Array.isArray(c))
|
|
52161
52198
|
return /* @__PURE__ */ p.jsx(
|
|
52162
|
-
|
|
52199
|
+
Nx,
|
|
52163
52200
|
{
|
|
52164
52201
|
options: u.options,
|
|
52165
52202
|
selectedValues: c
|
|
@@ -52198,7 +52235,7 @@ const rB = "dial-input flex w-full items-center justify-between gap-2 dial-small
|
|
|
52198
52235
|
}
|
|
52199
52236
|
);
|
|
52200
52237
|
};
|
|
52201
|
-
function
|
|
52238
|
+
function Ox(e) {
|
|
52202
52239
|
let t = null;
|
|
52203
52240
|
return () => (t == null && (t = e()), t);
|
|
52204
52241
|
}
|
|
@@ -52273,12 +52310,12 @@ class mB {
|
|
|
52273
52310
|
this.config = t, this.item = {}, this.initializeExposedProperties();
|
|
52274
52311
|
}
|
|
52275
52312
|
}
|
|
52276
|
-
const Cd = "__NATIVE_FILE__",
|
|
52313
|
+
const Cd = "__NATIVE_FILE__", Hx = "__NATIVE_URL__", Gx = "__NATIVE_TEXT__", Bx = "__NATIVE_HTML__", Av = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
52277
52314
|
__proto__: null,
|
|
52278
52315
|
FILE: Cd,
|
|
52279
|
-
HTML:
|
|
52280
|
-
TEXT:
|
|
52281
|
-
URL:
|
|
52316
|
+
HTML: Bx,
|
|
52317
|
+
TEXT: Gx,
|
|
52318
|
+
URL: Hx
|
|
52282
52319
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
52283
52320
|
function qu(e, t, i) {
|
|
52284
52321
|
const s = t.reduce(
|
|
@@ -52298,7 +52335,7 @@ const sp = {
|
|
|
52298
52335
|
"Files"
|
|
52299
52336
|
]
|
|
52300
52337
|
},
|
|
52301
|
-
[
|
|
52338
|
+
[Bx]: {
|
|
52302
52339
|
exposeProperties: {
|
|
52303
52340
|
html: (e, t) => qu(e, t, ""),
|
|
52304
52341
|
dataTransfer: (e) => e
|
|
@@ -52308,7 +52345,7 @@ const sp = {
|
|
|
52308
52345
|
"text/html"
|
|
52309
52346
|
]
|
|
52310
52347
|
},
|
|
52311
|
-
[
|
|
52348
|
+
[Hx]: {
|
|
52312
52349
|
exposeProperties: {
|
|
52313
52350
|
urls: (e, t) => qu(e, t, "").split(`
|
|
52314
52351
|
`),
|
|
@@ -52319,7 +52356,7 @@ const sp = {
|
|
|
52319
52356
|
"text/uri-list"
|
|
52320
52357
|
]
|
|
52321
52358
|
},
|
|
52322
|
-
[
|
|
52359
|
+
[Gx]: {
|
|
52323
52360
|
exposeProperties: {
|
|
52324
52361
|
text: (e, t) => qu(e, t, ""),
|
|
52325
52362
|
dataTransfer: (e) => e
|
|
@@ -52348,9 +52385,9 @@ function Ku(e) {
|
|
|
52348
52385
|
) : !1;
|
|
52349
52386
|
})[0] || null;
|
|
52350
52387
|
}
|
|
52351
|
-
const CB =
|
|
52388
|
+
const CB = Ox(
|
|
52352
52389
|
() => /firefox/i.test(navigator.userAgent)
|
|
52353
|
-
),
|
|
52390
|
+
), Vx = Ox(
|
|
52354
52391
|
() => !!window.safari
|
|
52355
52392
|
);
|
|
52356
52393
|
class Lv {
|
|
@@ -52410,7 +52447,7 @@ class Lv {
|
|
|
52410
52447
|
}
|
|
52411
52448
|
}
|
|
52412
52449
|
const wB = 1;
|
|
52413
|
-
function
|
|
52450
|
+
function zx(e) {
|
|
52414
52451
|
const t = e.nodeType === wB ? e : e.parentElement;
|
|
52415
52452
|
if (!t)
|
|
52416
52453
|
return null;
|
|
@@ -52432,13 +52469,13 @@ function bB(e) {
|
|
|
52432
52469
|
}
|
|
52433
52470
|
function xB(e, t, i, s) {
|
|
52434
52471
|
let n = e ? t.width : i, o = e ? t.height : s;
|
|
52435
|
-
return
|
|
52472
|
+
return Vx() && e && (o /= window.devicePixelRatio, n /= window.devicePixelRatio), {
|
|
52436
52473
|
dragPreviewWidth: n,
|
|
52437
52474
|
dragPreviewHeight: o
|
|
52438
52475
|
};
|
|
52439
52476
|
}
|
|
52440
52477
|
function yB(e, t, i, s, n) {
|
|
52441
|
-
const o = bB(t), a =
|
|
52478
|
+
const o = bB(t), a = zx(o ? e : t), l = {
|
|
52442
52479
|
x: i.x - a.x,
|
|
52443
52480
|
y: i.y - a.y
|
|
52444
52481
|
}, { offsetWidth: c, offsetHeight: d } = e, { anchorX: u, anchorY: h } = s, { dragPreviewWidth: g, dragPreviewHeight: f } = xB(o, t, c, d), m = () => {
|
|
@@ -52454,7 +52491,7 @@ function yB(e, t, i, s, n) {
|
|
|
52454
52491
|
// Dock to the bottom
|
|
52455
52492
|
l.y + f - d
|
|
52456
52493
|
]).interpolate(h);
|
|
52457
|
-
return
|
|
52494
|
+
return Vx() && o && (S += (window.devicePixelRatio - 1) * f), S;
|
|
52458
52495
|
}, v = () => new Lv([
|
|
52459
52496
|
0,
|
|
52460
52497
|
0.5,
|
|
@@ -52640,7 +52677,7 @@ class FB {
|
|
|
52640
52677
|
constructor(t, i, s) {
|
|
52641
52678
|
this.sourcePreviewNodes = /* @__PURE__ */ new Map(), this.sourcePreviewNodeOptions = /* @__PURE__ */ new Map(), this.sourceNodes = /* @__PURE__ */ new Map(), this.sourceNodeOptions = /* @__PURE__ */ new Map(), this.dragStartSourceIds = null, this.dropTargetIds = [], this.dragEnterTargetIds = [], this.currentNativeSource = null, this.currentNativeHandle = null, this.currentDragSourceNode = null, this.altKeyPressed = !1, this.mouseMoveTimeoutTimer = null, this.asyncEndDragFrameId = null, this.dragOverTargetIds = null, this.lastClientOffset = null, this.hoverRafId = null, this.getSourceClientOffset = (n) => {
|
|
52642
52679
|
const o = this.sourceNodes.get(n);
|
|
52643
|
-
return o &&
|
|
52680
|
+
return o && zx(o) || null;
|
|
52644
52681
|
}, this.endDragNativeItem = () => {
|
|
52645
52682
|
this.isDraggingNativeItem() && (this.actions.endDrag(), this.currentNativeHandle && this.registry.removeSource(this.currentNativeHandle), this.currentNativeHandle = null, this.currentNativeSource = null);
|
|
52646
52683
|
}, this.isNodeInDocument = (n) => !!(n && this.document && this.document.body && this.document.body.contains(n)), this.endDragIfSourceWasRemovedFromDOM = () => {
|
|
@@ -52987,7 +53024,7 @@ const EB = function(t, i, s) {
|
|
|
52987
53024
|
[n, t]
|
|
52988
53025
|
), f = P(
|
|
52989
53026
|
(v) => /* @__PURE__ */ p.jsx(
|
|
52990
|
-
|
|
53027
|
+
_g,
|
|
52991
53028
|
{
|
|
52992
53029
|
"aria-label": a,
|
|
52993
53030
|
onClick: (C) => g(C, v)
|
|
@@ -53242,7 +53279,7 @@ const EB = function(t, i, s) {
|
|
|
53242
53279
|
)
|
|
53243
53280
|
}
|
|
53244
53281
|
);
|
|
53245
|
-
},
|
|
53282
|
+
}, jx = (e) => /* @__PURE__ */ Pe.createElement("svg", { width: 18, height: 18, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ Pe.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.1812 1.2002H2.80615C2.43319 1.2002 2.07551 1.34835 1.81178 1.61208C1.54806 1.8758 1.3999 2.23348 1.3999 2.60645V5.48145C1.3999 5.85441 1.54806 6.21209 1.81178 6.47581C2.07551 6.73954 2.43319 6.8877 2.80615 6.8877H15.1812C15.5541 6.8877 15.9118 6.73954 16.1755 6.47581C16.4392 6.21209 16.5874 5.85441 16.5874 5.48145V2.60645C16.5874 2.23348 16.4392 1.8758 16.1755 1.61208C15.9118 1.34835 15.5541 1.2002 15.1812 1.2002ZM14.8999 5.2002H3.0874V2.8877H14.8999V5.2002ZM12 7.80017C12.3107 7.80017 12.5625 8.05201 12.5625 8.36267V11.7377H15.9375C16.2482 11.7377 16.5 11.9895 16.5 12.3002C16.5 12.6108 16.2482 12.8627 15.9375 12.8627H12.5625V16.2377C12.5625 16.5483 12.3107 16.8002 12 16.8002C11.6893 16.8002 11.4375 16.5483 11.4375 16.2377V12.8627H8.0625C7.75184 12.8627 7.5 12.6108 7.5 12.3002C7.5 11.9895 7.75184 11.7377 8.0625 11.7377H11.4375V8.36267C11.4375 8.05201 11.6893 7.80017 12 7.80017ZM2.41188 12.5883C2.14816 12.3246 2 11.9669 2 11.5939V9.00018H3.6875V11.3127H6.1001V13.0002H3.40625C3.03329 13.0002 2.6756 12.852 2.41188 12.5883Z", fill: "currentColor" })), Wx = (e) => /* @__PURE__ */ Pe.createElement("svg", { width: 18, height: 18, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ Pe.createElement("path", { d: "M9.00049 7.7998C9.3108 7.80007 9.56279 8.05198 9.56299 8.3623V11.7373H12.938C13.2483 11.7376 13.5003 11.9895 13.5005 12.2998C13.5005 12.6103 13.2484 12.862 12.938 12.8623H9.56299V16.2373C9.56299 16.5478 9.31092 16.7995 9.00049 16.7998C8.68983 16.7998 8.43799 16.548 8.43799 16.2373V12.8623H5.06299C4.75233 12.8623 4.50049 12.6105 4.50049 12.2998C4.50069 11.9893 4.75245 11.7373 5.06299 11.7373H8.43799V8.3623C8.43819 8.05181 8.68995 7.7998 9.00049 7.7998ZM15.1812 1.2002C15.5541 1.2002 15.9116 1.34858 16.1753 1.6123C16.439 1.87603 16.5874 2.23348 16.5874 2.60645V5.48145C16.5874 5.85441 16.439 6.21186 16.1753 6.47559C15.9116 6.73931 15.5541 6.8877 15.1812 6.8877H2.80615C2.43319 6.8877 2.07573 6.73931 1.81201 6.47559C1.54829 6.21186 1.3999 5.85441 1.3999 5.48145V2.60645C1.3999 2.23348 1.54829 1.87603 1.81201 1.6123C2.07573 1.34858 2.43319 1.2002 2.80615 1.2002H15.1812ZM3.0874 2.8877V5.2002H14.8999V2.8877H3.0874Z", fill: "currentColor" })), $g = (e) => /* @__PURE__ */ Pe.createElement("svg", { width: 18, height: 18, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ Pe.createElement("path", { d: "M3.009 12.5527C2.77901 12.4216 2.5877 12.2321 2.45443 12.0034C2.32116 11.7746 2.25064 11.5147 2.25 11.25V3.75C2.25 2.925 2.925 2.25 3.75 2.25H11.25C11.8125 2.25 12.1185 2.53875 12.375 3M10.5 15.75H7.25025C6.98757 15.75 6.72747 15.6983 6.48479 15.5977C6.24211 15.4972 6.0216 15.3499 5.83586 15.1641C5.65012 14.9784 5.50278 14.7579 5.40226 14.5152C5.30174 14.2725 5.25 14.0124 5.25 13.7498V7.25025C5.25 6.71975 5.46074 6.21098 5.83586 5.83586C6.21098 5.46074 6.71975 5.25 7.25025 5.25H13.7498C14.0124 5.25 14.2725 5.30174 14.5152 5.40226C14.7579 5.50278 14.9784 5.65012 15.1641 5.83586C15.3499 6.0216 15.4972 6.24211 15.5977 6.48479C15.6983 6.72747 15.75 6.98757 15.75 7.25025V10.5M12.75 16.5L16.5 12.75M16.5 12.75V16.125M16.5 12.75H13.125", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), qg = (e) => /* @__PURE__ */ Pe.createElement("svg", { width: 18, height: 18, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ Pe.createElement("path", { d: "M9.75 14.25H3.75C3.35218 14.25 2.97064 14.092 2.68934 13.8107C2.40804 13.5294 2.25 13.1478 2.25 12.75V4.5C2.25 4.10218 2.40804 3.72064 2.68934 3.43934C2.97064 3.15804 3.35218 3 3.75 3H6.75L9 5.25H14.25C14.6478 5.25 15.0294 5.40804 15.3107 5.68934C15.592 5.97064 15.75 6.35218 15.75 6.75V9.75M12 16.5L15.75 12.75M15.75 12.75V16.125M15.75 12.75H12.375", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), Kg = (e) => /* @__PURE__ */ Pe.createElement("svg", { width: 18, height: 18, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ Pe.createElement("path", { d: "M4.5 15.75V14.25C4.5 13.4544 4.81607 12.6913 5.37868 12.1287C5.94129 11.5661 6.70435 11.25 7.5 11.25H9.75M15.75 12.75L12 16.5M12 16.5V13.125M12 16.5H15.375M6 5.25C6 6.04565 6.31607 6.80871 6.87868 7.37132C7.44129 7.93393 8.20435 8.25 9 8.25C9.79565 8.25 10.5587 7.93393 11.1213 7.37132C11.6839 6.80871 12 6.04565 12 5.25C12 4.45435 11.6839 3.69129 11.1213 3.12868C10.5587 2.56607 9.79565 2.25 9 2.25C8.20435 2.25 7.44129 2.56607 6.87868 3.12868C6.31607 3.69129 6 4.45435 6 5.25Z", stroke: "#7F8792", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }));
|
|
53246
53283
|
var Gr = /* @__PURE__ */ ((e) => (e.MyFiles = "my_files", e.Shared = "shared", e.Organization = "organization", e.Review = "review", e))(Gr || {}), ee = /* @__PURE__ */ ((e) => (e.AddSibling = "addSibling", e.AddChild = "addChild", e.Duplicate = "duplicate", e.Copy = "copy", e.Move = "move", e.Download = "download", e.Delete = "delete", e.Rename = "rename", e.Info = "info", e.Unshare = "unshare", e.RemoveAccess = "removeAccess", e.ManagePermissions = "managePermissions", e.Preview = "preview", e.OpenInNewTab = "openInNewTab", e))(ee || {}), St = /* @__PURE__ */ ((e) => (e.Replace = "replace", e.Duplicate = "duplicate", e.Cancel = "cancel", e))(St || {}), si = /* @__PURE__ */ ((e) => (e.ReplaceAll = "replaceAll", e.DuplicateAll = "duplicateAll", e.DecideForEach = "decideForEach", e))(si || {}), Rt = /* @__PURE__ */ ((e) => (e.Copy = "copy", e.Move = "move", e))(Rt || {}), Mo = /* @__PURE__ */ ((e) => (e.Tree = "tree", e.Grid = "grid", e))(Mo || {}), vn = /* @__PURE__ */ ((e) => (e.Tree = "tree", e.Grid = "grid", e))(vn || {}), Ei = /* @__PURE__ */ ((e) => (e.Folder = "folder", e.Child = "child", e.Sibling = "sibling", e))(Ei || {}), Pt = /* @__PURE__ */ ((e) => (e.Name = "name", e.UpdatedAt = "updatedAt", e.Size = "size", e.Author = "author", e.Owner = "owner", e.Path = "path", e.Actions = "__actions", e.Version = "version", e))(Pt || {});
|
|
53247
53284
|
const AB = "w-full h-full grid grid-rows-[auto_1fr] gap-5 p-6 overflow-hidden min-w-0 bg-layer-1", Hv = "w-full text-secondary flex items-center gap-2", LB = "flex min-h-0 min-w-0 h-full gap-4 overflow-hidden", NB = "flex flex-col flex-1 min-h-0 min-w-0 h-full gap-4", OB = "h-full rounded bg-layer-3 text-secondary min-w-0", HB = "flex-1 w-full rounded text-secondary overflow-auto min-h-0 min-w-0", GB = "opacity-0 pointer-events-none group-hover/grid-row:opacity-100 group-hover/grid-row:pointer-events-auto", BB = 280, VB = "Files", Bs = 20, zB = "Files", Yu = ".dial_folder", Gv = "New folder", jB = 280, WB = 460, Bv = 44, _B = 800, UB = [
|
|
53248
53285
|
Pt.Name,
|
|
@@ -53251,7 +53288,7 @@ const AB = "w-full h-full grid grid-rows-[auto_1fr] gap-5 p-6 overflow-hidden mi
|
|
|
53251
53288
|
Pt.Author,
|
|
53252
53289
|
Pt.Actions
|
|
53253
53290
|
];
|
|
53254
|
-
var ye = /* @__PURE__ */ ((e) => (e.ITEM = "item", e.FOLDER = "folder", e))(ye || {}),
|
|
53291
|
+
var ye = /* @__PURE__ */ ((e) => (e.ITEM = "item", e.FOLDER = "folder", e))(ye || {}), _x = /* @__PURE__ */ ((e) => (e.FILE = "FILE", e.PROMPT = "PROMPT", e.CONVERSATION = "CONVERSATION", e.APPLICATION = "APPLICATION", e.TOOLSET = "TOOL_SET", e))(_x || {}), er = /* @__PURE__ */ ((e) => (e.READ = "READ", e.WRITE = "WRITE", e.SHARE = "SHARE", e))(er || {});
|
|
53255
53292
|
const Vv = ({
|
|
53256
53293
|
open: e,
|
|
53257
53294
|
onClose: t,
|
|
@@ -56264,7 +56301,7 @@ const us = (e, t) => {
|
|
|
56264
56301
|
t.push(o), o.nodeType === ye.FOLDER && i(o);
|
|
56265
56302
|
};
|
|
56266
56303
|
return i(e), t;
|
|
56267
|
-
},
|
|
56304
|
+
}, Ux = (e) => (e.name ?? e.path.split("/").pop() ?? "").startsWith("."), ua = (e) => {
|
|
56268
56305
|
if (!e) return "0 bytes";
|
|
56269
56306
|
const t = 1024, i = t * 1024;
|
|
56270
56307
|
return e >= i ? `${(e / i).toFixed(1)} MB` : e >= t ? `${(e / t).toFixed(0)} KB` : `${e} bytes`;
|
|
@@ -56280,7 +56317,7 @@ const us = (e, t) => {
|
|
|
56280
56317
|
return e;
|
|
56281
56318
|
}
|
|
56282
56319
|
};
|
|
56283
|
-
function
|
|
56320
|
+
function Yg(e, t, i) {
|
|
56284
56321
|
if (!e || e.includes("*/*"))
|
|
56285
56322
|
return !0;
|
|
56286
56323
|
const s = t.toLowerCase(), n = i && i.includes(".") ? `.${i.split(".").at(-1).toLowerCase()}` : void 0;
|
|
@@ -56306,7 +56343,7 @@ const oV = (e) => e?.map((t) => t.endsWith("/*") ? t.replace("/*", "s") : rV(t).
|
|
|
56306
56343
|
const t = e.flags.replace(/[gy]/g, "");
|
|
56307
56344
|
return new RegExp(e.source, t);
|
|
56308
56345
|
};
|
|
56309
|
-
function
|
|
56346
|
+
function Zg(e, t, i) {
|
|
56310
56347
|
if (t && wd(t)?.test(e.name))
|
|
56311
56348
|
return i ?? `This ${e.isFolder ? "folder" : "file"} contains forbidden characters in its name. Please rename it.`;
|
|
56312
56349
|
}
|
|
@@ -56317,12 +56354,12 @@ const aV = (e) => {
|
|
|
56317
56354
|
name: e.slice(t + 1)
|
|
56318
56355
|
} : { parent: "", name: e };
|
|
56319
56356
|
}, lV = (e, t, i) => {
|
|
56320
|
-
const s = !e.contentLength || i == null || e.contentLength <= i, n = !e.contentType ||
|
|
56357
|
+
const s = !e.contentLength || i == null || e.contentLength <= i, n = !e.contentType || Yg(t, e.contentType, e.name);
|
|
56321
56358
|
return s && n;
|
|
56322
56359
|
}, cV = (e, t, i, s, n) => {
|
|
56323
56360
|
if (e.nodeType === ye.FOLDER) return;
|
|
56324
56361
|
const o = !e.contentLength || i == null || e.contentLength <= i;
|
|
56325
|
-
if (!(!e.contentType ||
|
|
56362
|
+
if (!(!e.contentType || Yg(t, e.contentType, e.name)))
|
|
56326
56363
|
return s ?? (t?.length ? `Unsupported file type. Supported types: ${oV(t)}.` : "Unsupported file type.");
|
|
56327
56364
|
if (!o)
|
|
56328
56365
|
return n ?? `File is too large. Maximum size: ${ua(i)}.`;
|
|
@@ -56380,7 +56417,7 @@ const aV = (e) => {
|
|
|
56380
56417
|
const o = s(e, n);
|
|
56381
56418
|
if (!t.has(o)) return o;
|
|
56382
56419
|
}
|
|
56383
|
-
}, Ju = (e) => e.name,
|
|
56420
|
+
}, Ju = (e) => e.name, $x = ({
|
|
56384
56421
|
getDestinationFiles: e,
|
|
56385
56422
|
onResolve: t
|
|
56386
56423
|
}) => {
|
|
@@ -56542,7 +56579,7 @@ const aV = (e) => {
|
|
|
56542
56579
|
handleDuplicateAll: I,
|
|
56543
56580
|
handleCancelAll: M,
|
|
56544
56581
|
handleDecideForEach: H
|
|
56545
|
-
} =
|
|
56582
|
+
} = $x({
|
|
56546
56583
|
getDestinationFiles: e,
|
|
56547
56584
|
onResolve: (le, ve) => {
|
|
56548
56585
|
le?.length && (w?.type === Rt.Copy ? (t?.(le, ve), s?.()) : w?.type === Rt.Move && w.sourceFolder && (i?.(
|
|
@@ -56749,7 +56786,7 @@ const aV = (e) => {
|
|
|
56749
56786
|
} = {}) => {
|
|
56750
56787
|
const [c, d] = A(!1), [u, h] = A(!1), [g, f] = A(), m = V(null), v = V(""), C = V([]), w = j(() => !!l?.permissions?.includes(er.WRITE), [l]), [b, x] = A(/* @__PURE__ */ new Map()), [y, S] = A(null), F = P(
|
|
56751
56788
|
(q) => !s || s.includes("*/*") ? q : q.filter(
|
|
56752
|
-
({ fileContent: be, name: Ee }) =>
|
|
56789
|
+
({ fileContent: be, name: Ee }) => Yg(s, be.type, Ee)
|
|
56753
56790
|
),
|
|
56754
56791
|
[s]
|
|
56755
56792
|
), R = P(() => {
|
|
@@ -56765,7 +56802,7 @@ const aV = (e) => {
|
|
|
56765
56802
|
handleDuplicateAll: z,
|
|
56766
56803
|
handleCancelAll: _,
|
|
56767
56804
|
handleDecideForEach: G
|
|
56768
|
-
} =
|
|
56805
|
+
} = $x({
|
|
56769
56806
|
getDestinationFiles: () => C.current,
|
|
56770
56807
|
onResolve: (q, be) => {
|
|
56771
56808
|
if (!a || !w) {
|
|
@@ -57074,15 +57111,15 @@ const aV = (e) => {
|
|
|
57074
57111
|
handleUploadConflictCancel: ne,
|
|
57075
57112
|
handleUploadConflictDecideForEach: Se
|
|
57076
57113
|
};
|
|
57077
|
-
},
|
|
57114
|
+
}, qx = ha(void 0), Kx = {
|
|
57078
57115
|
hiddenItemWarning: `${st.Warning}__A dot at the start of the name will make the item hidden`
|
|
57079
|
-
},
|
|
57116
|
+
}, Yx = {
|
|
57080
57117
|
consecutiveDotsError: "Name cannot contain consecutive dots"
|
|
57081
57118
|
}, wV = {
|
|
57082
57119
|
emptyName: "Name cannot be empty",
|
|
57083
57120
|
duplicateName: "An item with this name already exists",
|
|
57084
|
-
hiddenItemWarning:
|
|
57085
|
-
consecutiveDotsError:
|
|
57121
|
+
hiddenItemWarning: Kx.hiddenItemWarning,
|
|
57122
|
+
consecutiveDotsError: Yx.consecutiveDotsError
|
|
57086
57123
|
};
|
|
57087
57124
|
function bV(e) {
|
|
57088
57125
|
let t = e.length;
|
|
@@ -57194,7 +57231,7 @@ const SV = ({
|
|
|
57194
57231
|
renameValidateHandler: u,
|
|
57195
57232
|
getDisplayName: h
|
|
57196
57233
|
};
|
|
57197
|
-
},
|
|
57234
|
+
}, Zx = (e) => {
|
|
57198
57235
|
const [t, i] = A(e?.expandedPaths ?? /* @__PURE__ */ new Set()), s = j(
|
|
57199
57236
|
() => !!e?.onExpandedPathsChange,
|
|
57200
57237
|
[e?.onExpandedPathsChange]
|
|
@@ -57301,8 +57338,8 @@ const SV = ({
|
|
|
57301
57338
|
}, FV = {
|
|
57302
57339
|
emptyName: "Folder name cannot be empty",
|
|
57303
57340
|
duplicateName: "A folder with this name already exists",
|
|
57304
|
-
hiddenItemWarning:
|
|
57305
|
-
consecutiveDotsError:
|
|
57341
|
+
hiddenItemWarning: Kx.hiddenItemWarning,
|
|
57342
|
+
consecutiveDotsError: Yx.consecutiveDotsError
|
|
57306
57343
|
}, EV = ({
|
|
57307
57344
|
currentFolder: e,
|
|
57308
57345
|
onCreateFolder: t,
|
|
@@ -57592,11 +57629,11 @@ function MV({
|
|
|
57592
57629
|
isControlled: s
|
|
57593
57630
|
};
|
|
57594
57631
|
}
|
|
57595
|
-
const kV = ':;,=/{}%&\\"',
|
|
57632
|
+
const kV = ':;,=/{}%&\\"', Qx = `(\r
|
|
57596
57633
|
|
|
|
57597
57634
|
|\r| )|[\0-]`, AV = `[${kV.replace(/\\/g, "\\\\")}]`, LV = new RegExp(
|
|
57598
|
-
`${AV}|${
|
|
57599
|
-
), Fj = new RegExp(
|
|
57635
|
+
`${AV}|${Qx}`
|
|
57636
|
+
), Fj = new RegExp(Qx), NV = ({
|
|
57600
57637
|
managerLabel: e,
|
|
57601
57638
|
children: t,
|
|
57602
57639
|
className: i,
|
|
@@ -57987,7 +58024,7 @@ const kV = ':;,=/{}%&\\"', Zx = `(\r
|
|
|
57987
58024
|
let Je = ge ? sV(ot) : _e;
|
|
57988
58025
|
rr || (Je = Je.filter((je) => je.nodeType !== ye.ITEM)), xs || (Je = Je.filter(
|
|
57989
58026
|
(je) => je.nodeType !== ye.FOLDER
|
|
57990
|
-
)), rn || (Je = Je.filter((je) => ge ? !je.path.split("/").filter(Boolean).some((rt) => rt.startsWith(".")) : !
|
|
58027
|
+
)), rn || (Je = Je.filter((je) => ge ? !je.path.split("/").filter(Boolean).some((rt) => rt.startsWith(".")) : !Ux(je)));
|
|
57991
58028
|
const is = Je.map((je) => ({
|
|
57992
58029
|
...je,
|
|
57993
58030
|
id: je.id ?? je.path,
|
|
@@ -58073,7 +58110,7 @@ const kV = ':;,=/{}%&\\"', Zx = `(\r
|
|
|
58073
58110
|
ge.nodeType === ye.FOLDER ? ts(ge.path) : F?.(ge);
|
|
58074
58111
|
},
|
|
58075
58112
|
[ts, F]
|
|
58076
|
-
), { expandedPaths: io, setExpandedPaths: Cr, collapseAll: S0 } =
|
|
58113
|
+
), { expandedPaths: io, setExpandedPaths: Cr, collapseAll: S0 } = Zx({
|
|
58077
58114
|
expandedPaths: g?.expandedPaths,
|
|
58078
58115
|
onExpandedPathsChange: g?.onExpandedPathsChange
|
|
58079
58116
|
}), { additionalButtons: R0 } = DV({
|
|
@@ -58324,7 +58361,7 @@ const kV = ':;,=/{}%&\\"', Zx = `(\r
|
|
|
58324
58361
|
maxNewFolderDepth: Et,
|
|
58325
58362
|
onNewFolderDepthExceeded: nr
|
|
58326
58363
|
};
|
|
58327
|
-
return /* @__PURE__ */ p.jsx(
|
|
58364
|
+
return /* @__PURE__ */ p.jsx(qx.Provider, { value: L0, children: t });
|
|
58328
58365
|
}, OV = ({
|
|
58329
58366
|
disabledGridRowIds: e,
|
|
58330
58367
|
gridRows: t,
|
|
@@ -58515,7 +58552,7 @@ const kV = ':;,=/{}%&\\"', Zx = `(\r
|
|
|
58515
58552
|
),
|
|
58516
58553
|
u && d && /* @__PURE__ */ p.jsx("div", { className: "w-px h-[26px] bg-controls-disable-accent my-2" }),
|
|
58517
58554
|
d && /* @__PURE__ */ p.jsx(p.Fragment, { children: /* @__PURE__ */ p.jsx("div", { className: "inline-flex items-center cursor-pointer", children: /* @__PURE__ */ p.jsx(
|
|
58518
|
-
|
|
58555
|
+
Ug,
|
|
58519
58556
|
{
|
|
58520
58557
|
label: c,
|
|
58521
58558
|
isOn: F,
|
|
@@ -58876,7 +58913,7 @@ const zV = ({ getSelectionLabel: e, onClearSelection: t, actions: i, selectedCou
|
|
|
58876
58913
|
}
|
|
58877
58914
|
}
|
|
58878
58915
|
) : /* @__PURE__ */ p.jsx("div", { className: _V, children: /* @__PURE__ */ p.jsx(
|
|
58879
|
-
|
|
58916
|
+
Px,
|
|
58880
58917
|
{
|
|
58881
58918
|
pathItems: b,
|
|
58882
58919
|
ariaLabel: e,
|
|
@@ -58916,7 +58953,7 @@ const zV = ({ getSelectionLabel: e, onClearSelection: t, actions: i, selectedCou
|
|
|
58916
58953
|
"aria-label": "Search",
|
|
58917
58954
|
onClick: S,
|
|
58918
58955
|
children: /* @__PURE__ */ p.jsx(
|
|
58919
|
-
|
|
58956
|
+
Lx,
|
|
58920
58957
|
{
|
|
58921
58958
|
id: h,
|
|
58922
58959
|
value: u ?? "",
|
|
@@ -58976,7 +59013,7 @@ const zV = ({ getSelectionLabel: e, onClearSelection: t, actions: i, selectedCou
|
|
|
58976
59013
|
) : null, w = () => /* @__PURE__ */ p.jsxs(p.Fragment, { children: [
|
|
58977
59014
|
g && /* @__PURE__ */ p.jsxs(p.Fragment, { children: [
|
|
58978
59015
|
/* @__PURE__ */ p.jsx(
|
|
58979
|
-
|
|
59016
|
+
Ug,
|
|
58980
59017
|
{
|
|
58981
59018
|
switchId: "hidden-files-switch",
|
|
58982
59019
|
label: d,
|
|
@@ -59204,8 +59241,8 @@ const JV = ({
|
|
|
59204
59241
|
}
|
|
59205
59242
|
)
|
|
59206
59243
|
) : null;
|
|
59207
|
-
},
|
|
59208
|
-
[
|
|
59244
|
+
}, Xx = "data-editable-container", ez = {
|
|
59245
|
+
[Xx]: ""
|
|
59209
59246
|
};
|
|
59210
59247
|
function tz({
|
|
59211
59248
|
value: e,
|
|
@@ -59273,7 +59310,7 @@ function tz({
|
|
|
59273
59310
|
if (!t && !i || s) return;
|
|
59274
59311
|
const E = v.current;
|
|
59275
59312
|
if (!E) return;
|
|
59276
|
-
const T = (M) => M ? (E.closest(`[${
|
|
59313
|
+
const T = (M) => M ? (E.closest(`[${Xx}]`) ?? E).contains(M) : !1, D = (M) => {
|
|
59277
59314
|
T(M.target) || R();
|
|
59278
59315
|
}, I = (M) => {
|
|
59279
59316
|
T(M.relatedTarget) || R();
|
|
@@ -59398,7 +59435,7 @@ const iz = ({
|
|
|
59398
59435
|
onCreateFolderSave: g
|
|
59399
59436
|
});
|
|
59400
59437
|
if (!s && !o) {
|
|
59401
|
-
const T =
|
|
59438
|
+
const T = Zg(
|
|
59402
59439
|
{
|
|
59403
59440
|
name: e,
|
|
59404
59441
|
isFolder: t === yi.Folder
|
|
@@ -59479,7 +59516,7 @@ const iz = ({
|
|
|
59479
59516
|
forbiddenSymbolsTooltip: R,
|
|
59480
59517
|
newFolderDefaultName: E
|
|
59481
59518
|
}) => {
|
|
59482
|
-
const { expandedPaths: T, togglePath: D } =
|
|
59519
|
+
const { expandedPaths: T, togglePath: D } = Zx({
|
|
59483
59520
|
expandedPaths: i ?? /* @__PURE__ */ new Set(),
|
|
59484
59521
|
onExpandedPathsChange: x
|
|
59485
59522
|
}), I = (H) => {
|
|
@@ -59499,9 +59536,9 @@ const iz = ({
|
|
|
59499
59536
|
...H
|
|
59500
59537
|
]), _.map((G) => {
|
|
59501
59538
|
const { path: Y, nodeType: N, name: L, items: U } = G, Z = N === ye.FOLDER;
|
|
59502
|
-
if (!d &&
|
|
59539
|
+
if (!d && Ux(G)) return null;
|
|
59503
59540
|
if (!Z && !t) return;
|
|
59504
|
-
const ne = Array.isArray(U) && U.length > 0 && U.some((be) => be.nodeType === ye.FOLDER || t), Se = T.has(Y), ie = r === Y, me = s.has(Y), Le = u === Y || Y === `${h}/${Ar}`, le = n.has(Y), ve = o.has(Y), B = f && g && Y === f && Z, X = b && ((be) => b(be, G)), Re = ie ? "bg-accent-primary-alpha border-l-2 border-l-accent-primary rounded" : "border-l-2 border-l-transparent", Te = B ? [] : v?.(G) ?? [], q = F ?
|
|
59541
|
+
const ne = Array.isArray(U) && U.length > 0 && U.some((be) => be.nodeType === ye.FOLDER || t), Se = T.has(Y), ie = r === Y, me = s.has(Y), Le = u === Y || Y === `${h}/${Ar}`, le = n.has(Y), ve = o.has(Y), B = f && g && Y === f && Z, X = b && ((be) => b(be, G)), Re = ie ? "bg-accent-primary-alpha border-l-2 border-l-accent-primary rounded" : "border-l-2 border-l-transparent", Te = B ? [] : v?.(G) ?? [], q = F ? Zg(
|
|
59505
59542
|
{ name: G.name, isFolder: Z },
|
|
59506
59543
|
F,
|
|
59507
59544
|
R
|
|
@@ -59650,7 +59687,7 @@ const iz = ({
|
|
|
59650
59687
|
label: t[ee.Move],
|
|
59651
59688
|
title: t[ee.Move],
|
|
59652
59689
|
icon: /* @__PURE__ */ p.jsx(
|
|
59653
|
-
|
|
59690
|
+
qg,
|
|
59654
59691
|
{
|
|
59655
59692
|
width: ae.size,
|
|
59656
59693
|
height: ae.size,
|
|
@@ -59663,7 +59700,7 @@ const iz = ({
|
|
|
59663
59700
|
label: t[ee.Copy],
|
|
59664
59701
|
title: t[ee.Copy],
|
|
59665
59702
|
icon: /* @__PURE__ */ p.jsx(
|
|
59666
|
-
|
|
59703
|
+
$g,
|
|
59667
59704
|
{
|
|
59668
59705
|
width: ae.size,
|
|
59669
59706
|
height: ae.size,
|
|
@@ -59711,7 +59748,7 @@ const iz = ({
|
|
|
59711
59748
|
disabled: w,
|
|
59712
59749
|
tooltip: w ? "Selected items contain item which can not be unshared" : void 0,
|
|
59713
59750
|
icon: /* @__PURE__ */ p.jsx(
|
|
59714
|
-
|
|
59751
|
+
Kg,
|
|
59715
59752
|
{
|
|
59716
59753
|
width: ae.size,
|
|
59717
59754
|
height: ae.size,
|
|
@@ -59739,44 +59776,7 @@ const iz = ({
|
|
|
59739
59776
|
h,
|
|
59740
59777
|
u,
|
|
59741
59778
|
g
|
|
59742
|
-
])
|
|
59743
|
-
function Zg(e) {
|
|
59744
|
-
if (!e) return null;
|
|
59745
|
-
if (e instanceof Date)
|
|
59746
|
-
return isFinite(e.getTime()) ? e : null;
|
|
59747
|
-
if (typeof e == "number") {
|
|
59748
|
-
const t = new Date(e);
|
|
59749
|
-
return isFinite(t.getTime()) ? t : null;
|
|
59750
|
-
}
|
|
59751
|
-
if (typeof e == "string") {
|
|
59752
|
-
const t = e.trim();
|
|
59753
|
-
if (/^-?\d+$/.test(t)) {
|
|
59754
|
-
const s = Number(t);
|
|
59755
|
-
return Zg(s);
|
|
59756
|
-
}
|
|
59757
|
-
const i = new Date(t);
|
|
59758
|
-
return isFinite(i.getTime()) ? i : null;
|
|
59759
|
-
}
|
|
59760
|
-
return null;
|
|
59761
|
-
}
|
|
59762
|
-
const Xx = ({
|
|
59763
|
-
value: e,
|
|
59764
|
-
locale: t = bx,
|
|
59765
|
-
options: i = xx,
|
|
59766
|
-
emptyPlaceholder: s,
|
|
59767
|
-
className: n,
|
|
59768
|
-
hideTooltip: o = !1
|
|
59769
|
-
}) => {
|
|
59770
|
-
const r = Zg(e), a = j(() => r ? new Intl.DateTimeFormat(t, i).format(r) : s, [r, s, t, i]), l = r ? r.toISOString() : void 0;
|
|
59771
|
-
return /* @__PURE__ */ p.jsx(
|
|
59772
|
-
bt,
|
|
59773
|
-
{
|
|
59774
|
-
text: l ? /* @__PURE__ */ p.jsx("time", { dateTime: l, children: a }) : /* @__PURE__ */ p.jsx("span", { children: a }),
|
|
59775
|
-
className: ce(CG, n),
|
|
59776
|
-
hideTooltip: o
|
|
59777
|
-
}
|
|
59778
|
-
);
|
|
59779
|
-
}, oz = ({
|
|
59779
|
+
]), oz = ({
|
|
59780
59780
|
id: e,
|
|
59781
59781
|
name: t,
|
|
59782
59782
|
nodeType: i,
|
|
@@ -59805,7 +59805,7 @@ const Xx = ({
|
|
|
59805
59805
|
/* @__PURE__ */ p.jsx("span", { children: i === ye.ITEM ? ua(s) : "" }),
|
|
59806
59806
|
n && s && /* @__PURE__ */ p.jsx(Ml, { size: 2, className: "text-secondary" }),
|
|
59807
59807
|
n ? /* @__PURE__ */ p.jsx("span", { children: /* @__PURE__ */ p.jsx(
|
|
59808
|
-
|
|
59808
|
+
Rx,
|
|
59809
59809
|
{
|
|
59810
59810
|
value: n,
|
|
59811
59811
|
locale: o?.toString(),
|
|
@@ -59911,7 +59911,7 @@ const Xx = ({
|
|
|
59911
59911
|
forbiddenSymbolsTooltip: n.context.forbiddenSymbolsTooltip
|
|
59912
59912
|
}
|
|
59913
59913
|
);
|
|
59914
|
-
const T =
|
|
59914
|
+
const T = Zg(
|
|
59915
59915
|
{
|
|
59916
59916
|
name: n.data.name,
|
|
59917
59917
|
isFolder: o === ye.FOLDER
|
|
@@ -59951,14 +59951,14 @@ const Xx = ({
|
|
|
59951
59951
|
suppressSizeToFit: !0,
|
|
59952
59952
|
cellRenderer: (s) => {
|
|
59953
59953
|
const n = s.context?.disabledRowIds?.has(s.data?.path) ?? !1;
|
|
59954
|
-
return /* @__PURE__ */ p.jsx(
|
|
59954
|
+
return /* @__PURE__ */ p.jsx(Rx, { ...s, hideTooltip: n });
|
|
59955
59955
|
},
|
|
59956
59956
|
cellRendererParams: {
|
|
59957
59957
|
locale: t,
|
|
59958
59958
|
options: i
|
|
59959
59959
|
},
|
|
59960
59960
|
filterValueGetter: (s) => {
|
|
59961
|
-
const n = s.data[s.colDef.field || ""], o =
|
|
59961
|
+
const n = s.data[s.colDef.field || ""], o = jg(n);
|
|
59962
59962
|
return o ? new Intl.DateTimeFormat(
|
|
59963
59963
|
t || bx,
|
|
59964
59964
|
i || xx
|
|
@@ -60071,7 +60071,7 @@ function dz({
|
|
|
60071
60071
|
]) };
|
|
60072
60072
|
}
|
|
60073
60073
|
const uz = () => {
|
|
60074
|
-
const e = gt(
|
|
60074
|
+
const e = gt(qx);
|
|
60075
60075
|
if (!e)
|
|
60076
60076
|
throw new Error(
|
|
60077
60077
|
"useFileManagerContext must be used within <FileManagerProvider>"
|
|
@@ -60110,7 +60110,7 @@ const uz = () => {
|
|
|
60110
60110
|
key: "addSibling",
|
|
60111
60111
|
label: e[ee.AddSibling],
|
|
60112
60112
|
icon: /* @__PURE__ */ p.jsx(
|
|
60113
|
-
|
|
60113
|
+
Wx,
|
|
60114
60114
|
{
|
|
60115
60115
|
width: ae.size,
|
|
60116
60116
|
height: ae.size,
|
|
@@ -60123,7 +60123,7 @@ const uz = () => {
|
|
|
60123
60123
|
key: "addChild",
|
|
60124
60124
|
label: e[ee.AddChild],
|
|
60125
60125
|
icon: /* @__PURE__ */ p.jsx(
|
|
60126
|
-
|
|
60126
|
+
jx,
|
|
60127
60127
|
{
|
|
60128
60128
|
width: ae.size,
|
|
60129
60129
|
height: ae.size,
|
|
@@ -60152,7 +60152,7 @@ const uz = () => {
|
|
|
60152
60152
|
key: ee.Copy,
|
|
60153
60153
|
label: e[ee.Copy],
|
|
60154
60154
|
icon: /* @__PURE__ */ p.jsx(
|
|
60155
|
-
|
|
60155
|
+
$g,
|
|
60156
60156
|
{
|
|
60157
60157
|
width: ae.size,
|
|
60158
60158
|
height: ae.size,
|
|
@@ -60164,7 +60164,7 @@ const uz = () => {
|
|
|
60164
60164
|
key: ee.Move,
|
|
60165
60165
|
label: e[ee.Move],
|
|
60166
60166
|
icon: /* @__PURE__ */ p.jsx(
|
|
60167
|
-
|
|
60167
|
+
qg,
|
|
60168
60168
|
{
|
|
60169
60169
|
width: ae.size,
|
|
60170
60170
|
height: ae.size,
|
|
@@ -60212,7 +60212,7 @@ const uz = () => {
|
|
|
60212
60212
|
key: ee.Unshare,
|
|
60213
60213
|
label: e[ee.Unshare],
|
|
60214
60214
|
icon: /* @__PURE__ */ p.jsx(
|
|
60215
|
-
|
|
60215
|
+
Kg,
|
|
60216
60216
|
{
|
|
60217
60217
|
width: ae.size,
|
|
60218
60218
|
height: ae.size,
|
|
@@ -60474,7 +60474,7 @@ const uz = () => {
|
|
|
60474
60474
|
key: "addSibling",
|
|
60475
60475
|
label: o.actionLabels[ee.AddSibling],
|
|
60476
60476
|
icon: /* @__PURE__ */ p.jsx(
|
|
60477
|
-
|
|
60477
|
+
Wx,
|
|
60478
60478
|
{
|
|
60479
60479
|
width: ae.size,
|
|
60480
60480
|
height: ae.size,
|
|
@@ -60486,7 +60486,7 @@ const uz = () => {
|
|
|
60486
60486
|
key: "addChild",
|
|
60487
60487
|
label: o.actionLabels[ee.AddChild],
|
|
60488
60488
|
icon: /* @__PURE__ */ p.jsx(
|
|
60489
|
-
|
|
60489
|
+
jx,
|
|
60490
60490
|
{
|
|
60491
60491
|
width: ae.size,
|
|
60492
60492
|
height: ae.size,
|
|
@@ -60503,7 +60503,7 @@ const uz = () => {
|
|
|
60503
60503
|
key: Rt.Copy,
|
|
60504
60504
|
label: o.actionLabels[ee.Copy],
|
|
60505
60505
|
icon: /* @__PURE__ */ p.jsx(
|
|
60506
|
-
|
|
60506
|
+
$g,
|
|
60507
60507
|
{
|
|
60508
60508
|
width: ae.size,
|
|
60509
60509
|
height: ae.size,
|
|
@@ -60517,7 +60517,7 @@ const uz = () => {
|
|
|
60517
60517
|
key: Rt.Move,
|
|
60518
60518
|
label: o.actionLabels[ee.Move],
|
|
60519
60519
|
icon: /* @__PURE__ */ p.jsx(
|
|
60520
|
-
|
|
60520
|
+
qg,
|
|
60521
60521
|
{
|
|
60522
60522
|
width: ae.size,
|
|
60523
60523
|
height: ae.size,
|
|
@@ -60563,7 +60563,7 @@ const uz = () => {
|
|
|
60563
60563
|
key: "unshare",
|
|
60564
60564
|
label: o.actionLabels[ee.Unshare],
|
|
60565
60565
|
icon: /* @__PURE__ */ p.jsx(
|
|
60566
|
-
|
|
60566
|
+
Kg,
|
|
60567
60567
|
{
|
|
60568
60568
|
width: ae.size,
|
|
60569
60569
|
height: ae.size,
|
|
@@ -61205,7 +61205,7 @@ function wz(e) {
|
|
|
61205
61205
|
if (!e)
|
|
61206
61206
|
return;
|
|
61207
61207
|
const t = e.toUpperCase();
|
|
61208
|
-
return Object.values(
|
|
61208
|
+
return Object.values(_x).find((s) => s.toUpperCase() === t);
|
|
61209
61209
|
}
|
|
61210
61210
|
function bz(e) {
|
|
61211
61211
|
const t = e.split(".");
|
|
@@ -61516,7 +61516,7 @@ const Oc = ({
|
|
|
61516
61516
|
}
|
|
61517
61517
|
),
|
|
61518
61518
|
r && /* @__PURE__ */ p.jsx(
|
|
61519
|
-
|
|
61519
|
+
_g,
|
|
61520
61520
|
{
|
|
61521
61521
|
size: it.Small,
|
|
61522
61522
|
onClick: (m) => {
|
|
@@ -61720,7 +61720,7 @@ const Oc = ({
|
|
|
61720
61720
|
}
|
|
61721
61721
|
) }),
|
|
61722
61722
|
/* @__PURE__ */ p.jsx(
|
|
61723
|
-
|
|
61723
|
+
Ix,
|
|
61724
61724
|
{
|
|
61725
61725
|
label: r.addItem,
|
|
61726
61726
|
iconBefore: /* @__PURE__ */ p.jsx(Vc, { size: 16, stroke: 2 }),
|
|
@@ -62063,7 +62063,7 @@ const Oc = ({
|
|
|
62063
62063
|
switch (e.type) {
|
|
62064
62064
|
case Ye.Boolean:
|
|
62065
62065
|
return /* @__PURE__ */ p.jsx(
|
|
62066
|
-
|
|
62066
|
+
Ug,
|
|
62067
62067
|
{
|
|
62068
62068
|
switchId: n,
|
|
62069
62069
|
isOn: !!t,
|
|
@@ -62159,7 +62159,7 @@ const Oc = ({
|
|
|
62159
62159
|
}
|
|
62160
62160
|
) }),
|
|
62161
62161
|
!l && /* @__PURE__ */ p.jsx(
|
|
62162
|
-
|
|
62162
|
+
_g,
|
|
62163
62163
|
{
|
|
62164
62164
|
size: it.Small,
|
|
62165
62165
|
onClick: o,
|
|
@@ -62218,7 +62218,7 @@ const Oc = ({
|
|
|
62218
62218
|
f.id
|
|
62219
62219
|
)),
|
|
62220
62220
|
!n && /* @__PURE__ */ p.jsx("div", { className: "pt-1", children: /* @__PURE__ */ p.jsx(
|
|
62221
|
-
|
|
62221
|
+
Ix,
|
|
62222
62222
|
{
|
|
62223
62223
|
label: s.addField,
|
|
62224
62224
|
iconBefore: /* @__PURE__ */ p.jsx(Vc, { size: 16, stroke: 2 }),
|
|
@@ -62233,7 +62233,7 @@ const o0 = ({ value: e, onChange: t, theme: i = n0.dark, height: s = 240 }) => {
|
|
|
62233
62233
|
() => JSON.stringify(e, null, 2)
|
|
62234
62234
|
);
|
|
62235
62235
|
Ce(() => {
|
|
62236
|
-
typeof window < "u" && import("./JsonEditor-
|
|
62236
|
+
typeof window < "u" && import("./JsonEditor-Cj7iZBZc.js").then((d) => {
|
|
62237
62237
|
r(() => d.DialJsonEditor);
|
|
62238
62238
|
});
|
|
62239
62239
|
}, []);
|
|
@@ -63037,7 +63037,7 @@ const Lz = "en-GB", Nz = {
|
|
|
63037
63037
|
...a === 0 ? { iconBefore: n } : {}
|
|
63038
63038
|
}));
|
|
63039
63039
|
return /* @__PURE__ */ p.jsx(
|
|
63040
|
-
|
|
63040
|
+
Px,
|
|
63041
63041
|
{
|
|
63042
63042
|
className: s,
|
|
63043
63043
|
separator: /* @__PURE__ */ p.jsx(
|
|
@@ -63061,161 +63061,171 @@ const Lz = "en-GB", Nz = {
|
|
|
63061
63061
|
)
|
|
63062
63062
|
}
|
|
63063
63063
|
);
|
|
63064
|
-
}, Wj = () => import("./JsonEditor-
|
|
63064
|
+
}, Wj = () => import("./JsonEditor-Cj7iZBZc.js"), _j = () => import("./MarkdownEditor-D9NNkira.js");
|
|
63065
63065
|
export {
|
|
63066
|
-
|
|
63066
|
+
wp as $,
|
|
63067
63067
|
Jl as A,
|
|
63068
63068
|
ae as B,
|
|
63069
63069
|
zj as C,
|
|
63070
63070
|
LC as D,
|
|
63071
63071
|
n0 as E,
|
|
63072
|
-
|
|
63073
|
-
|
|
63074
|
-
|
|
63075
|
-
|
|
63076
|
-
|
|
63077
|
-
|
|
63078
|
-
|
|
63079
|
-
|
|
63080
|
-
|
|
63081
|
-
|
|
63082
|
-
|
|
63083
|
-
|
|
63084
|
-
|
|
63085
|
-
|
|
63086
|
-
|
|
63087
|
-
|
|
63088
|
-
|
|
63089
|
-
|
|
63090
|
-
|
|
63091
|
-
|
|
63092
|
-
|
|
63093
|
-
|
|
63072
|
+
T3 as F,
|
|
63073
|
+
_G as G,
|
|
63074
|
+
MG as H,
|
|
63075
|
+
WS as I,
|
|
63076
|
+
Rx as J,
|
|
63077
|
+
HV as K,
|
|
63078
|
+
hj as L,
|
|
63079
|
+
Ut as M,
|
|
63080
|
+
Rj as N,
|
|
63081
|
+
bt as O,
|
|
63082
|
+
Xt as P,
|
|
63083
|
+
vj as Q,
|
|
63084
|
+
YC as R,
|
|
63085
|
+
gz as S,
|
|
63086
|
+
ee as T,
|
|
63087
|
+
Gr as U,
|
|
63088
|
+
Dp as V,
|
|
63089
|
+
ye as W,
|
|
63090
|
+
er as X,
|
|
63091
|
+
_x as Y,
|
|
63092
|
+
Pp as Z,
|
|
63093
|
+
sz as _,
|
|
63094
63094
|
pi as a,
|
|
63095
|
-
|
|
63096
|
-
|
|
63097
|
-
|
|
63098
|
-
|
|
63099
|
-
|
|
63100
|
-
|
|
63101
|
-
|
|
63102
|
-
|
|
63103
|
-
|
|
63104
|
-
|
|
63105
|
-
|
|
63106
|
-
|
|
63107
|
-
|
|
63108
|
-
|
|
63109
|
-
|
|
63110
|
-
|
|
63111
|
-
|
|
63112
|
-
|
|
63113
|
-
|
|
63114
|
-
|
|
63115
|
-
|
|
63116
|
-
|
|
63117
|
-
|
|
63118
|
-
|
|
63119
|
-
|
|
63120
|
-
|
|
63121
|
-
|
|
63122
|
-
|
|
63123
|
-
|
|
63124
|
-
|
|
63125
|
-
|
|
63126
|
-
|
|
63127
|
-
|
|
63128
|
-
|
|
63129
|
-
|
|
63130
|
-
|
|
63131
|
-
|
|
63132
|
-
|
|
63133
|
-
|
|
63134
|
-
|
|
63135
|
-
|
|
63136
|
-
|
|
63137
|
-
|
|
63138
|
-
|
|
63139
|
-
|
|
63140
|
-
|
|
63141
|
-
|
|
63142
|
-
|
|
63143
|
-
|
|
63144
|
-
|
|
63145
|
-
|
|
63146
|
-
|
|
63147
|
-
|
|
63148
|
-
|
|
63149
|
-
|
|
63150
|
-
|
|
63151
|
-
|
|
63152
|
-
|
|
63153
|
-
|
|
63154
|
-
|
|
63155
|
-
|
|
63156
|
-
|
|
63157
|
-
|
|
63158
|
-
|
|
63095
|
+
Oj as a$,
|
|
63096
|
+
xj as a0,
|
|
63097
|
+
Ix as a1,
|
|
63098
|
+
No as a2,
|
|
63099
|
+
Sx as a3,
|
|
63100
|
+
Ge as a4,
|
|
63101
|
+
js as a5,
|
|
63102
|
+
Ks as a6,
|
|
63103
|
+
KG as a7,
|
|
63104
|
+
yi as a8,
|
|
63105
|
+
_i as a9,
|
|
63106
|
+
wj as aA,
|
|
63107
|
+
Bn as aB,
|
|
63108
|
+
yj as aC,
|
|
63109
|
+
tc as aD,
|
|
63110
|
+
Rr as aE,
|
|
63111
|
+
dh as aF,
|
|
63112
|
+
Ll as aG,
|
|
63113
|
+
Ti as aH,
|
|
63114
|
+
dj as aI,
|
|
63115
|
+
HC as aJ,
|
|
63116
|
+
cj as aK,
|
|
63117
|
+
rj as aL,
|
|
63118
|
+
Ug as aM,
|
|
63119
|
+
FG as aN,
|
|
63120
|
+
ho as aO,
|
|
63121
|
+
$G as aP,
|
|
63122
|
+
oj as aQ,
|
|
63123
|
+
Cj as aR,
|
|
63124
|
+
It as aS,
|
|
63125
|
+
mp as aT,
|
|
63126
|
+
vp as aU,
|
|
63127
|
+
Cp as aV,
|
|
63128
|
+
ca as aW,
|
|
63129
|
+
vi as aX,
|
|
63130
|
+
cG as aY,
|
|
63131
|
+
Xx as aZ,
|
|
63132
|
+
it as a_,
|
|
63133
|
+
uj as aa,
|
|
63134
|
+
fj as ab,
|
|
63135
|
+
IB as ac,
|
|
63136
|
+
Sj as ad,
|
|
63137
|
+
Xs as ae,
|
|
63138
|
+
fs as af,
|
|
63139
|
+
sj as ag,
|
|
63140
|
+
Kc as ah,
|
|
63141
|
+
qS as ai,
|
|
63142
|
+
kv as aj,
|
|
63143
|
+
lj as ak,
|
|
63144
|
+
oB as al,
|
|
63145
|
+
Jo as am,
|
|
63146
|
+
ds as an,
|
|
63147
|
+
ij as ao,
|
|
63148
|
+
aj as ap,
|
|
63149
|
+
KS as aq,
|
|
63150
|
+
Co as ar,
|
|
63151
|
+
oh as as,
|
|
63152
|
+
bj as at,
|
|
63153
|
+
_g as au,
|
|
63154
|
+
P3 as av,
|
|
63155
|
+
mj as aw,
|
|
63156
|
+
Pj as ax,
|
|
63157
|
+
Lx as ay,
|
|
63158
|
+
nj as az,
|
|
63159
63159
|
He as b,
|
|
63160
|
-
|
|
63161
|
-
|
|
63162
|
-
|
|
63163
|
-
|
|
63164
|
-
|
|
63165
|
-
|
|
63166
|
-
|
|
63167
|
-
|
|
63168
|
-
|
|
63169
|
-
|
|
63170
|
-
|
|
63171
|
-
|
|
63172
|
-
|
|
63173
|
-
|
|
63174
|
-
|
|
63175
|
-
|
|
63176
|
-
|
|
63177
|
-
|
|
63178
|
-
|
|
63179
|
-
|
|
63180
|
-
|
|
63181
|
-
|
|
63182
|
-
|
|
63183
|
-
|
|
63184
|
-
|
|
63185
|
-
|
|
63186
|
-
|
|
63187
|
-
|
|
63188
|
-
|
|
63189
|
-
|
|
63190
|
-
|
|
63191
|
-
|
|
63192
|
-
|
|
63193
|
-
|
|
63194
|
-
|
|
63195
|
-
|
|
63196
|
-
|
|
63160
|
+
Mj as b0,
|
|
63161
|
+
Pt as b1,
|
|
63162
|
+
NV as b2,
|
|
63163
|
+
vo as b3,
|
|
63164
|
+
jj as b4,
|
|
63165
|
+
ec as b5,
|
|
63166
|
+
Yl as b6,
|
|
63167
|
+
Tj as b7,
|
|
63168
|
+
Hj as b8,
|
|
63169
|
+
kj as b9,
|
|
63170
|
+
Jh as bA,
|
|
63171
|
+
Io as bB,
|
|
63172
|
+
az as bC,
|
|
63173
|
+
Bj as bD,
|
|
63174
|
+
Lj as bE,
|
|
63175
|
+
jg as bF,
|
|
63176
|
+
ez as bG,
|
|
63177
|
+
Ej as bH,
|
|
63178
|
+
tz as bI,
|
|
63179
|
+
uz as bJ,
|
|
63180
|
+
Dj as bK,
|
|
63181
|
+
Ye as ba,
|
|
63182
|
+
Wj as bb,
|
|
63183
|
+
_j as bc,
|
|
63184
|
+
Vj as bd,
|
|
63185
|
+
Nj as be,
|
|
63186
|
+
rz as bf,
|
|
63187
|
+
Qx as bg,
|
|
63188
|
+
Fj as bh,
|
|
63189
|
+
kV as bi,
|
|
63190
|
+
LV as bj,
|
|
63191
|
+
r0 as bk,
|
|
63192
|
+
Jt as bl,
|
|
63193
|
+
st as bm,
|
|
63194
|
+
xi as bn,
|
|
63195
|
+
Oo as bo,
|
|
63196
|
+
ic as bp,
|
|
63197
|
+
lz as bq,
|
|
63198
|
+
Lc as br,
|
|
63199
|
+
Qg as bs,
|
|
63200
|
+
Br as bt,
|
|
63201
|
+
Mc as bu,
|
|
63202
|
+
ep as bv,
|
|
63203
|
+
tp as bw,
|
|
63204
|
+
Ci as bx,
|
|
63205
|
+
Gj as by,
|
|
63206
|
+
Aj as bz,
|
|
63197
63207
|
tt as c,
|
|
63198
63208
|
hi as d,
|
|
63199
63209
|
Ij as e,
|
|
63200
63210
|
da as f,
|
|
63201
|
-
|
|
63202
|
-
|
|
63203
|
-
|
|
63211
|
+
xx as g,
|
|
63212
|
+
bx as h,
|
|
63213
|
+
Xe as i,
|
|
63204
63214
|
p as j,
|
|
63205
|
-
|
|
63206
|
-
|
|
63215
|
+
HS as k,
|
|
63216
|
+
Qd as l,
|
|
63207
63217
|
W as m,
|
|
63208
|
-
|
|
63209
|
-
|
|
63210
|
-
|
|
63211
|
-
|
|
63212
|
-
|
|
63213
|
-
|
|
63214
|
-
|
|
63215
|
-
|
|
63216
|
-
|
|
63217
|
-
|
|
63218
|
-
|
|
63219
|
-
|
|
63220
|
-
|
|
63218
|
+
ej as n,
|
|
63219
|
+
Jz as o,
|
|
63220
|
+
AC as p,
|
|
63221
|
+
tj as q,
|
|
63222
|
+
qG as r,
|
|
63223
|
+
Px as s,
|
|
63224
|
+
Dl as t,
|
|
63225
|
+
Zi as u,
|
|
63226
|
+
Ov as v,
|
|
63227
|
+
qc as w,
|
|
63228
|
+
yf as x,
|
|
63229
|
+
vx as y,
|
|
63230
|
+
l2 as z
|
|
63221
63231
|
};
|