@pstdio/ui 0.21.0 → 0.22.0
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/{MermaidComponent-BVMyKttu.js → MermaidComponent-D92GMhht.js} +3 -3
- package/dist/{MermaidComponent-BVMyKttu.js.map → MermaidComponent-D92GMhht.js.map} +1 -1
- package/dist/chat-ui.d.ts +2 -0
- package/dist/chat-ui.js +2 -2
- package/dist/components/data-table/build-columns.d.ts +1 -0
- package/dist/components/data-table/data-table-column-menu.d.ts +2 -0
- package/dist/components/data-table/data-table-row-display.d.ts +11 -0
- package/dist/components/data-table/data-table-table-parts.d.ts +1 -0
- package/dist/components/data-table/edit-mode-data-table-body.d.ts +1 -0
- package/dist/components/data-table/edit-mode-data-table-cell.d.ts +1 -0
- package/dist/components/data-table/edit-mode-data-table-header.d.ts +1 -0
- package/dist/components/diff-viewer/code-editor.d.ts +8 -2
- package/dist/components/kanban-renderer/collection-badge.d.ts +7 -0
- package/dist/components/kanban-renderer/index.d.ts +1 -1
- package/dist/components/kanban-renderer/kanban-renderer-helpers.d.ts +2 -1
- package/dist/components/kanban-renderer/types.d.ts +20 -1
- package/dist/components/list-row/list-row-content.d.ts +1 -0
- package/dist/components/param-editor/param-editor-presentation.d.ts +1 -1
- package/dist/components/param-editor/param-editor.types.d.ts +5 -193
- package/dist/components/rich-text/shared/markdown-ast.d.ts +1 -0
- package/dist/components/rich-text/shared/markdown-source-document.d.ts +7 -0
- package/dist/components/rich-text/shared/markdown-source-links.d.ts +11 -0
- package/dist/components/rich-text/shared/markdown-source-map.d.ts +10 -0
- package/dist/components/rich-text/utils/inferResourceType.d.ts +1 -1
- package/dist/components/tag-editor/tag-editor-row.d.ts +1 -1
- package/dist/components/tag-editor/tag-editor.types.d.ts +12 -0
- package/dist/components/tag-editor/tag-settings-panel.d.ts +1 -1
- package/dist/components/tree-list/tree-list-drag-provider.d.ts +13 -0
- package/dist/components/tree-list/tree-list-order.store.d.ts +4 -1
- package/dist/components/tree-list/tree-list-reorder.d.ts +14 -3
- package/dist/components/tree-list/tree-list-sortable.d.ts +2 -0
- package/dist/components/tree-list/tree-list-visibility-filter.d.ts +2 -2
- package/dist/components/tree-list/tree-list.d.ts +3 -0
- package/dist/components/tree-list/tree-list.types.d.ts +4 -0
- package/dist/data-table.d.ts +2 -0
- package/dist/data-table.js +806 -793
- package/dist/data-table.js.map +1 -1
- package/dist/diff.d.ts +2 -0
- package/dist/diff.js +529 -533
- package/dist/diff.js.map +1 -1
- package/dist/edit-mode-data-table-DGgRuSW3.js +846 -0
- package/dist/edit-mode-data-table-DGgRuSW3.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1516 -1413
- package/dist/index.js.map +1 -1
- package/dist/{kanban-renderer-toolbar-CpegGbwq.js → kanban-renderer-toolbar-Bl8xXdwU.js} +527 -469
- package/dist/kanban-renderer-toolbar-Bl8xXdwU.js.map +1 -0
- package/dist/kanban-renderer.d.ts +2 -0
- package/dist/kanban-renderer.js +21 -21
- package/dist/kanban-renderer.js.map +1 -1
- package/dist/lazy-markdown-editor-CCOchoJX.js +235 -0
- package/dist/lazy-markdown-editor-CCOchoJX.js.map +1 -0
- package/dist/list-row-DCgdza1i.js +812 -0
- package/dist/list-row-DCgdza1i.js.map +1 -0
- package/dist/markdown-CASvn1Z2.js +1643 -0
- package/dist/markdown-CASvn1Z2.js.map +1 -0
- package/dist/markdown-editor-C4GCyebp.js +1019 -0
- package/dist/markdown-editor-C4GCyebp.js.map +1 -0
- package/dist/{mermaid-renderer-H3IhLqnQ.js → mermaid-renderer-CVnuKs-A.js} +2 -2
- package/dist/{mermaid-renderer-H3IhLqnQ.js.map → mermaid-renderer-CVnuKs-A.js.map} +1 -1
- package/dist/mermaid.d.ts +2 -0
- package/dist/mermaid.js +1 -1
- package/dist/monaco-browser-CgvlArN7.js +21 -0
- package/dist/monaco-browser-CgvlArN7.js.map +1 -0
- package/dist/{param-editor-B8Ff9Nm8.js → param-editor-CkDq623X.js} +2 -2
- package/dist/{param-editor-B8Ff9Nm8.js.map → param-editor-CkDq623X.js.map} +1 -1
- package/dist/param-editor-field-DRgbnL7-.js +2809 -0
- package/dist/param-editor-field-DRgbnL7-.js.map +1 -0
- package/dist/rich-message-DARuDVOX.js +628 -0
- package/dist/{rich-message-DdFYRzTo.js.map → rich-message-DARuDVOX.js.map} +1 -1
- package/dist/rich-text.d.ts +2 -0
- package/dist/rich-text.js +48 -47
- package/dist/rich-text.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/terminal.d.ts +2 -0
- package/dist/theme/primitives/sizes.d.ts +9 -0
- package/dist/{theme-BH4fSst9.js → theme-B-l5_a6F.js} +69 -50
- package/dist/theme-B-l5_a6F.js.map +1 -0
- package/dist/theme-preference-Bpobguh4.js +114 -0
- package/dist/theme-preference-Bpobguh4.js.map +1 -0
- package/dist/theme.d.ts +2 -0
- package/dist/theme.js +1 -1
- package/dist/tree-list-AlO5ZmxQ.js +1262 -0
- package/dist/tree-list-AlO5ZmxQ.js.map +1 -0
- package/dist/utils/theme-preference.d.ts +4 -1
- package/dist/workspace-badge-BR_GgsAG.js +175 -0
- package/dist/workspace-badge-BR_GgsAG.js.map +1 -0
- package/package.json +5 -42
- package/dist/dialog-accept-shortcut-DAEBsoWW.js +0 -7
- package/dist/dialog-accept-shortcut-DAEBsoWW.js.map +0 -1
- package/dist/edit-mode-data-table-D6NeiDJx.js +0 -775
- package/dist/edit-mode-data-table-D6NeiDJx.js.map +0 -1
- package/dist/editor-config-D9OksZ93.js +0 -2416
- package/dist/editor-config-D9OksZ93.js.map +0 -1
- package/dist/kanban-renderer-toolbar-CpegGbwq.js.map +0 -1
- package/dist/lazy-markdown-editor-B7uP2ALS.js +0 -26
- package/dist/lazy-markdown-editor-B7uP2ALS.js.map +0 -1
- package/dist/list-row-9oxy-F0v.js +0 -796
- package/dist/list-row-9oxy-F0v.js.map +0 -1
- package/dist/monaco-browser-CO0NxK_Z.js +0 -19
- package/dist/monaco-browser-CO0NxK_Z.js.map +0 -1
- package/dist/number-input-WUfejtNx.js +0 -343
- package/dist/number-input-WUfejtNx.js.map +0 -1
- package/dist/param-editor-field-Cu4pto_a.js +0 -2845
- package/dist/param-editor-field-Cu4pto_a.js.map +0 -1
- package/dist/rich-message-DdFYRzTo.js +0 -658
- package/dist/theme-BH4fSst9.js.map +0 -1
- package/dist/theme-preference-DyymrYpR.js +0 -123
- package/dist/theme-preference-DyymrYpR.js.map +0 -1
- package/dist/tree-list-uV4UFj0x.js +0 -1116
- package/dist/tree-list-uV4UFj0x.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { Avatar as
|
|
2
|
-
import { ChakraProvider as
|
|
3
|
-
import { jsx as s, jsxs as
|
|
4
|
-
import { c as
|
|
5
|
-
import * as
|
|
6
|
-
import { Children as
|
|
7
|
-
import { Paperclip as
|
|
8
|
-
import { T as Ue, S as tt, c as
|
|
1
|
+
import { Avatar as st, Box as G, Text as F, Stack as Q, HStack as ae, chakra as Pe, Textarea as on, Spacer as Bt, IconButton as Fe, Icon as ce, Timeline as Ie, Dialog as Z, CloseButton as Wt, Input as Ft, InputGroup as Ht, Kbd as rn, Collapsible as qe, Flex as de, Badge as Te, Button as ue, Skeleton as ft, Portal as Je, Breadcrumb as me, AbsoluteCenter as ln, Center as sn, Popover as Ye, Grid as ht, defineSlotRecipe as an, createSlotRecipeContext as cn, createToaster as dn, Toaster as un, Toast as Ne, Spinner as Mt, Editable as We, Menu as pe } from "@chakra-ui/react";
|
|
2
|
+
import { ChakraProvider as Li } from "@chakra-ui/react";
|
|
3
|
+
import { jsx as s, jsxs as S, Fragment as He } from "react/jsx-runtime";
|
|
4
|
+
import { c as $ } from "react/compiler-runtime";
|
|
5
|
+
import * as mt from "react";
|
|
6
|
+
import { Children as fn, useState as fe, useEffect as ge, useRef as je, Fragment as pt, forwardRef as Vt, Component as hn, createContext as mn, useContext as pn } from "react";
|
|
7
|
+
import { Paperclip as gn, ArrowUp as bn, Check as et, ArrowRight as Sn, ArrowLeft as xn, Option as gt, Command as Ke, ChevronRight as vn, Bell as yn, X as Cn, Search as Gt, SquareArrowOutUpRight as wn, Minus as In, FileText as Tn, FolderOpen as Pn, Folder as jt, Home as An, ChevronUp as Rn, ChevronDown as Ut, GripVertical as En, Trash2 as kn, Plus as $n } from "lucide-react";
|
|
8
|
+
import { T as Ue, S as tt, c as Me } from "./browser-storage-DPtOQJx0.js";
|
|
9
9
|
import { useVirtualizer as Dn } from "@tanstack/react-virtual";
|
|
10
|
-
import { L as
|
|
11
|
-
import { c as
|
|
12
|
-
import { T as
|
|
13
|
-
import { R as
|
|
14
|
-
import { A as
|
|
15
|
-
import { R as
|
|
16
|
-
import { g as
|
|
17
|
-
import {
|
|
18
|
-
import { h as
|
|
19
|
-
import { P as
|
|
20
|
-
import { g as
|
|
21
|
-
import { C as
|
|
22
|
-
import { E as
|
|
23
|
-
import { useStore as
|
|
24
|
-
import { persist as
|
|
10
|
+
import { L as Qe, H as On, R as Qt } from "./list-row-DCgdza1i.js";
|
|
11
|
+
import { c as zi, b as Ni } from "./list-row-DCgdza1i.js";
|
|
12
|
+
import { T as Ln } from "./tree-list-AlO5ZmxQ.js";
|
|
13
|
+
import { R as Wi, a as Fi } from "./tree-list-AlO5ZmxQ.js";
|
|
14
|
+
import { A as dt } from "./radio-cLMEBBZk.js";
|
|
15
|
+
import { R as Mi, a as Vi } from "./radio-cLMEBBZk.js";
|
|
16
|
+
import { g as _n, o as zn, b as Nn } from "./param-editor-field-DRgbnL7-.js";
|
|
17
|
+
import { c as ji, d as Ui, e as Qi, A as Xi, B as qi, C as Yi, f as Ki, D as Zi, F as Ji, H as es, M as ts, N as ns, h as os, P as rs, j as ls, k as is, j as ss, l as as, m as cs, R as ds, n as us, p as fs, S as hs, T as ms, V as ps, q as gs, r as bs, a as Ss } from "./param-editor-field-DRgbnL7-.js";
|
|
18
|
+
import { S as vs, W as ys, h as Cs, r as ws, a as Is, s as Ts } from "./workspace-badge-BR_GgsAG.js";
|
|
19
|
+
import { P as As, a as Rs, b as Es } from "./param-editor-CkDq623X.js";
|
|
20
|
+
import { g as Bn } from "./lazy-markdown-editor-CCOchoJX.js";
|
|
21
|
+
import { C as $s, R as Ds, S as Os, i as Ls } from "./lazy-markdown-editor-CCOchoJX.js";
|
|
22
|
+
import { E as zs } from "./empty-state-Bo4HVrgr.js";
|
|
23
|
+
import { useStore as nt } from "zustand";
|
|
24
|
+
import { persist as ot, createJSONStorage as rt } from "zustand/middleware";
|
|
25
25
|
import { createStore as lt } from "zustand/vanilla";
|
|
26
|
-
import { useSensors as
|
|
27
|
-
import { useSortable as
|
|
28
|
-
import { CSS as
|
|
26
|
+
import { useSensors as Wn, useSensor as Fn, PointerSensor as Hn, DndContext as Mn, closestCenter as Vn } from "@dnd-kit/core";
|
|
27
|
+
import { useSortable as Gn, SortableContext as jn, verticalListSortingStrategy as Un, arrayMove as Qn } from "@dnd-kit/sortable";
|
|
28
|
+
import { CSS as Xn } from "@dnd-kit/utilities";
|
|
29
29
|
import "@fontsource/inter/400.css";
|
|
30
30
|
import "@fontsource/inter/500.css";
|
|
31
31
|
import "@fontsource/playfair-display/400.css";
|
|
@@ -34,61 +34,60 @@ import "@fontsource/playfair-display/700.css";
|
|
|
34
34
|
import "@fontsource/onest/400.css";
|
|
35
35
|
import "@fontsource/onest/500.css";
|
|
36
36
|
import "@fontsource/onest/700.css";
|
|
37
|
-
import { c as
|
|
38
|
-
import { T as
|
|
39
|
-
|
|
40
|
-
const
|
|
41
|
-
const e = R(14), {
|
|
37
|
+
import { c as Bs, a as Ws, t as Fs } from "./theme-B-l5_a6F.js";
|
|
38
|
+
import { T as Ms, a as Vs, d as Gs, b as js, c as Us, e as Qs, g as Xs, i as qs, u as Ys } from "./theme-preference-Bpobguh4.js";
|
|
39
|
+
const it = (o) => {
|
|
40
|
+
const e = $(14), {
|
|
42
41
|
actor: t,
|
|
43
42
|
icon: n,
|
|
44
43
|
color: r,
|
|
45
44
|
background: i
|
|
46
|
-
} = o, l = r === void 0 ? "fg.muted" : r,
|
|
45
|
+
} = o, l = r === void 0 ? "fg.muted" : r, c = i === void 0 ? "bg.muted" : i;
|
|
47
46
|
if (n) {
|
|
48
|
-
let
|
|
49
|
-
return e[0] !==
|
|
47
|
+
let p;
|
|
48
|
+
return e[0] !== c || e[1] !== l || e[2] !== n ? (p = /* @__PURE__ */ s(G, { boxSize: "18px", borderRadius: "full", display: "inline-flex", alignItems: "center", justifyContent: "center", flexShrink: 0, color: l, background: c, children: n }), e[0] = c, e[1] = l, e[2] = n, e[3] = p) : p = e[3], p;
|
|
50
49
|
}
|
|
51
|
-
const
|
|
50
|
+
const a = t?.avatarSrc, d = t?.avatarAlt ?? t?.name;
|
|
52
51
|
let u;
|
|
53
|
-
e[4] !==
|
|
52
|
+
e[4] !== a || e[5] !== d ? (u = /* @__PURE__ */ s(st.Image, { src: a, alt: d }), e[4] = a, e[5] = d, e[6] = u) : u = e[6];
|
|
54
53
|
const f = t?.name;
|
|
55
54
|
let h;
|
|
56
|
-
e[7] !==
|
|
57
|
-
let
|
|
58
|
-
return e[11] !== u || e[12] !== h ? (
|
|
55
|
+
e[7] !== c || e[8] !== l || e[9] !== f ? (h = /* @__PURE__ */ s(st.Fallback, { name: f, background: c, color: l }), e[7] = c, e[8] = l, e[9] = f, e[10] = h) : h = e[10];
|
|
56
|
+
let m;
|
|
57
|
+
return e[11] !== u || e[12] !== h ? (m = /* @__PURE__ */ S(st.Root, { size: "2xs", flexShrink: 0, children: [
|
|
59
58
|
u,
|
|
60
59
|
h
|
|
61
|
-
] }), e[11] = u, e[12] = h, e[13] =
|
|
62
|
-
},
|
|
63
|
-
const o =
|
|
60
|
+
] }), e[11] = u, e[12] = h, e[13] = m) : m = e[13], m;
|
|
61
|
+
}, qn = () => {
|
|
62
|
+
const o = $(1);
|
|
64
63
|
let e;
|
|
65
|
-
return o[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (e = /* @__PURE__ */ s(
|
|
66
|
-
},
|
|
67
|
-
const e =
|
|
64
|
+
return o[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (e = /* @__PURE__ */ s(G, { as: "span", boxSize: "3px", borderRadius: "full", background: "fg.subtle", flexShrink: 0 }), o[0] = e) : e = o[0], e;
|
|
65
|
+
}, Xt = (o) => {
|
|
66
|
+
const e = $(13), {
|
|
68
67
|
actor: t,
|
|
69
68
|
timestamp: n,
|
|
70
69
|
actions: r
|
|
71
70
|
} = o;
|
|
72
71
|
let i;
|
|
73
|
-
e[0] !== t ? (i = /* @__PURE__ */ s(
|
|
72
|
+
e[0] !== t ? (i = /* @__PURE__ */ s(it, { actor: t }), e[0] = t, e[1] = i) : i = e[1];
|
|
74
73
|
let l;
|
|
75
|
-
e[2] !== t.name ? (l = /* @__PURE__ */ s(
|
|
76
|
-
let a;
|
|
77
|
-
e[4] !== n ? (a = n ? /* @__PURE__ */ x(Fe, { children: [
|
|
78
|
-
/* @__PURE__ */ s(Kn, {}),
|
|
79
|
-
/* @__PURE__ */ s(W, { textStyle: "label/S/regular", color: "fg.muted", flexShrink: 0, children: n })
|
|
80
|
-
] }) : null, e[4] = n, e[5] = a) : a = e[5];
|
|
74
|
+
e[2] !== t.name ? (l = /* @__PURE__ */ s(F, { textStyle: "label/S/medium", color: "fg", truncate: !0, children: t.name }), e[2] = t.name, e[3] = l) : l = e[3];
|
|
81
75
|
let c;
|
|
82
|
-
e[
|
|
76
|
+
e[4] !== n ? (c = n ? /* @__PURE__ */ S(He, { children: [
|
|
77
|
+
/* @__PURE__ */ s(qn, {}),
|
|
78
|
+
/* @__PURE__ */ s(F, { textStyle: "label/S/regular", color: "fg.muted", flexShrink: 0, children: n })
|
|
79
|
+
] }) : null, e[4] = n, e[5] = c) : c = e[5];
|
|
80
|
+
let a;
|
|
81
|
+
e[6] !== r ? (a = /* @__PURE__ */ s(G, { marginLeft: "auto", flexShrink: 0, children: r }), e[6] = r, e[7] = a) : a = e[7];
|
|
83
82
|
let d;
|
|
84
|
-
return e[8] !== i || e[9] !== l || e[10] !==
|
|
83
|
+
return e[8] !== i || e[9] !== l || e[10] !== c || e[11] !== a ? (d = /* @__PURE__ */ S(ae, { gap: "xs", alignItems: "center", minW: "0", children: [
|
|
85
84
|
i,
|
|
86
85
|
l,
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
] }), e[8] = i, e[9] = l, e[10] =
|
|
90
|
-
},
|
|
91
|
-
const e =
|
|
86
|
+
c,
|
|
87
|
+
a
|
|
88
|
+
] }), e[8] = i, e[9] = l, e[10] = c, e[11] = a, e[12] = d) : d = e[12], d;
|
|
89
|
+
}, Yn = (o) => {
|
|
90
|
+
const e = $(18);
|
|
92
91
|
let t, n, r, i, l;
|
|
93
92
|
e[0] !== o ? ({
|
|
94
93
|
actor: n,
|
|
@@ -97,50 +96,50 @@ const st = (o) => {
|
|
|
97
96
|
children: r,
|
|
98
97
|
...i
|
|
99
98
|
} = o, e[0] = o, e[1] = t, e[2] = n, e[3] = r, e[4] = i, e[5] = l) : (t = e[1], n = e[2], r = e[3], i = e[4], l = e[5]);
|
|
100
|
-
let a;
|
|
101
|
-
e[6] !== t || e[7] !== n || e[8] !== l ? (a = /* @__PURE__ */ s(qt, { actor: n, timestamp: l, actions: t }), e[6] = t, e[7] = n, e[8] = l, e[9] = a) : a = e[9];
|
|
102
99
|
let c;
|
|
103
|
-
e[
|
|
100
|
+
e[6] !== t || e[7] !== n || e[8] !== l ? (c = /* @__PURE__ */ s(Xt, { actor: n, timestamp: l, actions: t }), e[6] = t, e[7] = n, e[8] = l, e[9] = c) : c = e[9];
|
|
101
|
+
let a;
|
|
102
|
+
e[10] !== r ? (a = /* @__PURE__ */ s(G, { paddingLeft: "32px", children: /* @__PURE__ */ s(F, { as: "div", textStyle: "label/S/regular", color: "fg", overflowWrap: "anywhere", children: r }) }), e[10] = r, e[11] = a) : a = e[11];
|
|
104
103
|
let d;
|
|
105
|
-
e[12] !==
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
] }), e[12] =
|
|
104
|
+
e[12] !== c || e[13] !== a ? (d = /* @__PURE__ */ S(Q, { gap: "xs", children: [
|
|
105
|
+
c,
|
|
106
|
+
a
|
|
107
|
+
] }), e[12] = c, e[13] = a, e[14] = d) : d = e[14];
|
|
109
108
|
let u;
|
|
110
|
-
return e[15] !== i || e[16] !== d ? (u = /* @__PURE__ */ s(
|
|
111
|
-
},
|
|
112
|
-
const e =
|
|
113
|
-
let t, n, r, i, l,
|
|
109
|
+
return e[15] !== i || e[16] !== d ? (u = /* @__PURE__ */ s(G, { paddingX: "md", paddingY: "sm", ...i, children: d }), e[15] = i, e[16] = d, e[17] = u) : u = e[17], u;
|
|
110
|
+
}, Kn = (o) => {
|
|
111
|
+
const e = $(27);
|
|
112
|
+
let t, n, r, i, l, c, a;
|
|
114
113
|
e[0] !== o ? ({
|
|
115
114
|
actor: n,
|
|
116
|
-
timestamp:
|
|
115
|
+
timestamp: a,
|
|
117
116
|
actions: t,
|
|
118
117
|
replies: l,
|
|
119
118
|
composer: i,
|
|
120
119
|
children: r,
|
|
121
|
-
...
|
|
122
|
-
} = o, e[0] = o, e[1] = t, e[2] = n, e[3] = r, e[4] = i, e[5] = l, e[6] =
|
|
123
|
-
const d =
|
|
120
|
+
...c
|
|
121
|
+
} = o, e[0] = o, e[1] = t, e[2] = n, e[3] = r, e[4] = i, e[5] = l, e[6] = c, e[7] = a) : (t = e[1], n = e[2], r = e[3], i = e[4], l = e[5], c = e[6], a = e[7]);
|
|
122
|
+
const d = fn.count(l) > 0;
|
|
124
123
|
let u;
|
|
125
|
-
e[8] !== t || e[9] !== n || e[10] !==
|
|
124
|
+
e[8] !== t || e[9] !== n || e[10] !== a ? (u = /* @__PURE__ */ s(Xt, { actor: n, timestamp: a, actions: t }), e[8] = t, e[9] = n, e[10] = a, e[11] = u) : u = e[11];
|
|
126
125
|
let f;
|
|
127
|
-
e[12] !== r ? (f = /* @__PURE__ */ s(
|
|
126
|
+
e[12] !== r ? (f = /* @__PURE__ */ s(F, { as: "div", textStyle: "label/S/regular", color: "fg", overflowWrap: "anywhere", whiteSpace: "pre-wrap", children: r }), e[12] = r, e[13] = f) : f = e[13];
|
|
128
127
|
let h;
|
|
129
|
-
e[14] !== u || e[15] !== f ? (h = /* @__PURE__ */
|
|
128
|
+
e[14] !== u || e[15] !== f ? (h = /* @__PURE__ */ S(Q, { gap: "sm", padding: "md", children: [
|
|
130
129
|
u,
|
|
131
130
|
f
|
|
132
131
|
] }), e[14] = u, e[15] = f, e[16] = h) : h = e[16];
|
|
133
|
-
let p;
|
|
134
|
-
e[17] !== d || e[18] !== l ? (p = d ? /* @__PURE__ */ s(M, { borderTopWidth: "1px", borderColor: "border.subtle", children: l }) : null, e[17] = d, e[18] = l, e[19] = p) : p = e[19];
|
|
135
132
|
let m;
|
|
136
|
-
e[
|
|
133
|
+
e[17] !== d || e[18] !== l ? (m = d ? /* @__PURE__ */ s(G, { borderTopWidth: "1px", borderColor: "border.subtle", children: l }) : null, e[17] = d, e[18] = l, e[19] = m) : m = e[19];
|
|
134
|
+
let p;
|
|
135
|
+
e[20] !== i ? (p = i ? /* @__PURE__ */ s(G, { borderTopWidth: "1px", borderColor: "border.subtle", children: i }) : null, e[20] = i, e[21] = p) : p = e[21];
|
|
137
136
|
let g;
|
|
138
|
-
return e[22] !==
|
|
137
|
+
return e[22] !== c || e[23] !== h || e[24] !== m || e[25] !== p ? (g = /* @__PURE__ */ S(G, { as: "article", width: "full", borderWidth: "1px", borderColor: "border.subtle", borderRadius: "xs", background: "bg", overflow: "hidden", ...c, children: [
|
|
139
138
|
h,
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
] }), e[22] =
|
|
143
|
-
},
|
|
139
|
+
m,
|
|
140
|
+
p
|
|
141
|
+
] }), e[22] = c, e[23] = h, e[24] = m, e[25] = p, e[26] = g) : g = e[26], g;
|
|
142
|
+
}, Zn = (o) => {
|
|
144
143
|
const {
|
|
145
144
|
actor: e,
|
|
146
145
|
value: t,
|
|
@@ -148,91 +147,91 @@ const st = (o) => {
|
|
|
148
147
|
placeholder: r = "Leave a comment...",
|
|
149
148
|
variant: i = "standalone",
|
|
150
149
|
minRows: l = i === "standalone" ? 3 : 1,
|
|
151
|
-
attachLabel:
|
|
152
|
-
submitLabel:
|
|
150
|
+
attachLabel: c = "Attach file",
|
|
151
|
+
submitLabel: a = "Submit comment",
|
|
153
152
|
actions: d,
|
|
154
153
|
onAttach: u,
|
|
155
154
|
onChange: f,
|
|
156
155
|
onSubmit: h,
|
|
157
|
-
...
|
|
158
|
-
} = o, [
|
|
156
|
+
...m
|
|
157
|
+
} = o, [p, g] = fe(n), x = t ?? p, b = i === "inline", E = x.trim().length > 0, P = (v) => {
|
|
159
158
|
t === void 0 && g(v), f?.(v);
|
|
160
159
|
}, k = (v) => {
|
|
161
|
-
v.preventDefault(),
|
|
160
|
+
v.preventDefault(), E && (h?.(x.trim()), t === void 0 && g(""));
|
|
162
161
|
};
|
|
163
|
-
return /* @__PURE__ */ s(
|
|
162
|
+
return /* @__PURE__ */ s(Pe.form, { width: "full", background: "bg", borderWidth: b ? "0" : "1px", borderColor: "border", borderRadius: b ? "0" : "sm", transition: "border-color 0.12s ease", _hover: b ? void 0 : {
|
|
164
163
|
borderColor: "border"
|
|
165
|
-
}, _focusWithin:
|
|
164
|
+
}, _focusWithin: b ? void 0 : {
|
|
166
165
|
borderColor: "border.accent"
|
|
167
|
-
}, onSubmit: k, ...
|
|
168
|
-
e ? /* @__PURE__ */ s(
|
|
169
|
-
/* @__PURE__ */
|
|
170
|
-
/* @__PURE__ */ s(
|
|
166
|
+
}, onSubmit: k, ...m, children: /* @__PURE__ */ S(ae, { alignItems: "flex-start", gap: "xs", padding: b ? "sm" : "md", children: [
|
|
167
|
+
e ? /* @__PURE__ */ s(it, { actor: e }) : null,
|
|
168
|
+
/* @__PURE__ */ S(G, { flex: "1", minW: "0", children: [
|
|
169
|
+
/* @__PURE__ */ s(on, { value: x, rows: l, resize: "none", border: "0", padding: "0", minH: b ? "1.5rem" : "4rem", background: "transparent", color: "fg", textStyle: "label/S/regular", placeholder: r, _placeholder: {
|
|
171
170
|
color: "fg.subtle"
|
|
172
|
-
}, onChange: (v) =>
|
|
173
|
-
/* @__PURE__ */
|
|
171
|
+
}, onChange: (v) => P(v.currentTarget.value) }),
|
|
172
|
+
/* @__PURE__ */ S(ae, { gap: "2xs", marginTop: b ? "0" : "sm", children: [
|
|
174
173
|
d,
|
|
175
|
-
/* @__PURE__ */ s(
|
|
176
|
-
/* @__PURE__ */ s(Ue, { content:
|
|
177
|
-
/* @__PURE__ */ s(Ue, { content:
|
|
174
|
+
/* @__PURE__ */ s(Bt, {}),
|
|
175
|
+
/* @__PURE__ */ s(Ue, { content: c, children: /* @__PURE__ */ s(Fe, { size: "2xs", variant: "ghost", "aria-label": c, type: "button", onClick: u, children: /* @__PURE__ */ s(ce, { as: gn, boxSize: "14px" }) }) }),
|
|
176
|
+
/* @__PURE__ */ s(Ue, { content: a, children: /* @__PURE__ */ s(Fe, { size: "2xs", variant: "subtle", "aria-label": a, type: "submit", disabled: !E, children: /* @__PURE__ */ s(ce, { as: bn, boxSize: "14px" }) }) })
|
|
178
177
|
] })
|
|
179
178
|
] })
|
|
180
179
|
] }) });
|
|
181
|
-
},
|
|
182
|
-
const o =
|
|
180
|
+
}, Jn = () => {
|
|
181
|
+
const o = $(1);
|
|
183
182
|
let e;
|
|
184
|
-
return o[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (e = /* @__PURE__ */ s(
|
|
185
|
-
},
|
|
186
|
-
const e =
|
|
187
|
-
let t, n, r, i, l,
|
|
183
|
+
return o[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (e = /* @__PURE__ */ s(G, { as: "span", boxSize: "3px", borderRadius: "full", background: "fg.subtle", flexShrink: 0 }), o[0] = e) : e = o[0], e;
|
|
184
|
+
}, eo = (o) => {
|
|
185
|
+
const e = $(28);
|
|
186
|
+
let t, n, r, i, l, c, a;
|
|
188
187
|
e[0] !== o ? ({
|
|
189
188
|
actor: t,
|
|
190
189
|
icon: r,
|
|
191
190
|
iconColor: l,
|
|
192
|
-
iconBackground:
|
|
193
|
-
timestamp:
|
|
191
|
+
iconBackground: c,
|
|
192
|
+
timestamp: a,
|
|
194
193
|
children: n,
|
|
195
194
|
...i
|
|
196
|
-
} = o, e[0] = o, e[1] = t, e[2] = n, e[3] = r, e[4] = i, e[5] = l, e[6] =
|
|
197
|
-
const d = l === void 0 ? "fg" : l, u =
|
|
195
|
+
} = o, e[0] = o, e[1] = t, e[2] = n, e[3] = r, e[4] = i, e[5] = l, e[6] = c, e[7] = a) : (t = e[1], n = e[2], r = e[3], i = e[4], l = e[5], c = e[6], a = e[7]);
|
|
196
|
+
const d = l === void 0 ? "fg" : l, u = c === void 0 ? "transparent" : c;
|
|
198
197
|
let f;
|
|
199
|
-
e[8] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (f = /* @__PURE__ */ s(
|
|
198
|
+
e[8] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (f = /* @__PURE__ */ s(Ie.Separator, { borderColor: "border" }), e[8] = f) : f = e[8];
|
|
200
199
|
let h;
|
|
201
|
-
e[9] !== t || e[10] !== r || e[11] !== u || e[12] !== d ? (h = /* @__PURE__ */
|
|
200
|
+
e[9] !== t || e[10] !== r || e[11] !== u || e[12] !== d ? (h = /* @__PURE__ */ S(Ie.Connector, { children: [
|
|
202
201
|
f,
|
|
203
|
-
/* @__PURE__ */ s(
|
|
202
|
+
/* @__PURE__ */ s(Ie.Indicator, { outline: "none", border: "none", background: "bg", children: /* @__PURE__ */ s(it, { actor: t, icon: r, color: d, background: u }) })
|
|
204
203
|
] }), e[9] = t, e[10] = r, e[11] = u, e[12] = d, e[13] = h) : h = e[13];
|
|
205
|
-
let p;
|
|
206
|
-
e[14] !== t ? (p = t ? /* @__PURE__ */ s(W, { as: "span", color: "fg", fontWeight: "500", flexShrink: 0, children: t.name }) : null, e[14] = t, e[15] = p) : p = e[15];
|
|
207
204
|
let m;
|
|
208
|
-
e[
|
|
205
|
+
e[14] !== t ? (m = t ? /* @__PURE__ */ s(F, { as: "span", color: "fg", fontWeight: "500", flexShrink: 0, children: t.name }) : null, e[14] = t, e[15] = m) : m = e[15];
|
|
206
|
+
let p;
|
|
207
|
+
e[16] !== n ? (p = /* @__PURE__ */ s(G, { as: "span", display: "inline-flex", alignItems: "center", gap: "2xs", minW: "0", flexWrap: "wrap", children: n }), e[16] = n, e[17] = p) : p = e[17];
|
|
209
208
|
let g;
|
|
210
|
-
e[18] !==
|
|
211
|
-
/* @__PURE__ */ s(
|
|
212
|
-
/* @__PURE__ */ s(
|
|
213
|
-
] }) : null, e[18] =
|
|
214
|
-
let
|
|
215
|
-
e[20] !==
|
|
216
|
-
p,
|
|
209
|
+
e[18] !== a ? (g = a ? /* @__PURE__ */ S(He, { children: [
|
|
210
|
+
/* @__PURE__ */ s(Jn, {}),
|
|
211
|
+
/* @__PURE__ */ s(F, { as: "span", color: "fg.muted", flexShrink: 0, children: a })
|
|
212
|
+
] }) : null, e[18] = a, e[19] = g) : g = e[19];
|
|
213
|
+
let x;
|
|
214
|
+
e[20] !== m || e[21] !== p || e[22] !== g ? (x = /* @__PURE__ */ s(Ie.Content, { gap: "0", minW: "0", children: /* @__PURE__ */ S(Ie.Title, { marginTop: "0", gap: "xs", minW: "0", fontWeight: "normal", textStyle: "label/S/regular", color: "fg.muted", children: [
|
|
217
215
|
m,
|
|
216
|
+
p,
|
|
218
217
|
g
|
|
219
|
-
] }) }), e[20] =
|
|
220
|
-
let
|
|
221
|
-
return e[24] !== i || e[25] !== h || e[26] !==
|
|
218
|
+
] }) }), e[20] = m, e[21] = p, e[22] = g, e[23] = x) : x = e[23];
|
|
219
|
+
let b;
|
|
220
|
+
return e[24] !== i || e[25] !== h || e[26] !== x ? (b = /* @__PURE__ */ S(Ie.Item, { gap: "xs", minH: "24px", paddingX: "md", ...i, children: [
|
|
222
221
|
h,
|
|
223
|
-
|
|
224
|
-
] }), e[24] = i, e[25] = h, e[26] =
|
|
225
|
-
},
|
|
226
|
-
const e =
|
|
222
|
+
x
|
|
223
|
+
] }), e[24] = i, e[25] = h, e[26] = x, e[27] = b) : b = e[27], b;
|
|
224
|
+
}, to = (o) => {
|
|
225
|
+
const e = $(6);
|
|
227
226
|
let t, n;
|
|
228
227
|
e[0] !== o ? ({
|
|
229
228
|
children: t,
|
|
230
229
|
...n
|
|
231
230
|
} = o, e[0] = o, e[1] = t, e[2] = n) : (t = e[1], n = e[2]);
|
|
232
231
|
let r;
|
|
233
|
-
return e[3] !== t || e[4] !== n ? (r = /* @__PURE__ */ s(
|
|
234
|
-
},
|
|
235
|
-
const e =
|
|
232
|
+
return e[3] !== t || e[4] !== n ? (r = /* @__PURE__ */ s(Q, { width: "full", gap: "md", ...n, children: t }), e[3] = t, e[4] = n, e[5] = r) : r = e[5], r;
|
|
233
|
+
}, no = (o) => {
|
|
234
|
+
const e = $(12);
|
|
236
235
|
let t, n, r;
|
|
237
236
|
e[0] !== o ? ({
|
|
238
237
|
title: r,
|
|
@@ -241,25 +240,25 @@ const st = (o) => {
|
|
|
241
240
|
} = o, e[0] = o, e[1] = t, e[2] = n, e[3] = r) : (t = e[1], n = e[2], r = e[3]);
|
|
242
241
|
const i = r === void 0 ? "Activity" : r;
|
|
243
242
|
let l;
|
|
244
|
-
e[4] !== i ? (l = /* @__PURE__ */ s(
|
|
245
|
-
let a;
|
|
246
|
-
e[6] !== t ? (a = t ? /* @__PURE__ */ s(ae, { gap: "xs", children: t }) : null, e[6] = t, e[7] = a) : a = e[7];
|
|
243
|
+
e[4] !== i ? (l = /* @__PURE__ */ s(F, { textStyle: "label/M/medium", color: "fg", children: i }), e[4] = i, e[5] = l) : l = e[5];
|
|
247
244
|
let c;
|
|
248
|
-
|
|
245
|
+
e[6] !== t ? (c = t ? /* @__PURE__ */ s(ae, { gap: "xs", children: t }) : null, e[6] = t, e[7] = c) : c = e[7];
|
|
246
|
+
let a;
|
|
247
|
+
return e[8] !== n || e[9] !== l || e[10] !== c ? (a = /* @__PURE__ */ S(ae, { alignItems: "center", justifyContent: "space-between", gap: "md", ...n, children: [
|
|
249
248
|
l,
|
|
250
|
-
|
|
251
|
-
] }), e[8] = n, e[9] = l, e[10] =
|
|
252
|
-
},
|
|
253
|
-
const e =
|
|
249
|
+
c
|
|
250
|
+
] }), e[8] = n, e[9] = l, e[10] = c, e[11] = a) : a = e[11], a;
|
|
251
|
+
}, oo = (o) => {
|
|
252
|
+
const e = $(6);
|
|
254
253
|
let t, n;
|
|
255
254
|
e[0] !== o ? ({
|
|
256
255
|
children: t,
|
|
257
256
|
...n
|
|
258
257
|
} = o, e[0] = o, e[1] = t, e[2] = n) : (t = e[1], n = e[2]);
|
|
259
258
|
let r;
|
|
260
|
-
return e[3] !== t || e[4] !== n ? (r = /* @__PURE__ */ s(
|
|
261
|
-
},
|
|
262
|
-
const e =
|
|
259
|
+
return e[3] !== t || e[4] !== n ? (r = /* @__PURE__ */ s(Q, { gap: "md", width: "full", ...n, children: t }), e[3] = t, e[4] = n, e[5] = r) : r = e[5], r;
|
|
260
|
+
}, ro = (o) => {
|
|
261
|
+
const e = $(7);
|
|
263
262
|
let t, n;
|
|
264
263
|
e[0] !== o ? ({
|
|
265
264
|
children: t,
|
|
@@ -270,24 +269,24 @@ const st = (o) => {
|
|
|
270
269
|
"--timeline-indicator-size": "18px"
|
|
271
270
|
}, e[3] = r) : r = e[3];
|
|
272
271
|
let i;
|
|
273
|
-
return e[4] !== t || e[5] !== n ? (i = /* @__PURE__ */ s(
|
|
274
|
-
},
|
|
275
|
-
Root:
|
|
276
|
-
Header:
|
|
277
|
-
Feed:
|
|
278
|
-
Timeline:
|
|
279
|
-
Event:
|
|
280
|
-
Comment:
|
|
281
|
-
Reply:
|
|
282
|
-
Composer:
|
|
283
|
-
Avatar:
|
|
284
|
-
},
|
|
272
|
+
return e[4] !== t || e[5] !== n ? (i = /* @__PURE__ */ s(Ie.Root, { size: "sm", variant: "plain", width: "full", css: r, ...n, children: t }), e[4] = t, e[5] = n, e[6] = i) : i = e[6], i;
|
|
273
|
+
}, Zl = {
|
|
274
|
+
Root: to,
|
|
275
|
+
Header: no,
|
|
276
|
+
Feed: oo,
|
|
277
|
+
Timeline: ro,
|
|
278
|
+
Event: eo,
|
|
279
|
+
Comment: Kn,
|
|
280
|
+
Reply: Yn,
|
|
281
|
+
Composer: Zn,
|
|
282
|
+
Avatar: it
|
|
283
|
+
}, Jl = 48, lo = (o) => {
|
|
285
284
|
const e = typeof o.label == "string" ? o.label : "", t = typeof o.secondaryLabel == "string" ? o.secondaryLabel : "";
|
|
286
285
|
return `${e} ${o.searchText ?? ""} ${t}`;
|
|
287
|
-
},
|
|
288
|
-
const n = e.find((r) => r.id === t && r.inputPrefix &&
|
|
286
|
+
}, qt = (o, e) => o.trimStart().startsWith(e), io = (o, e = [], t) => e.find((r) => r.inputPrefix && qt(o, r.inputPrefix))?.id ?? t ?? e.find((r) => !r.inputPrefix)?.id ?? e[0]?.id, so = (o, e = [], t) => {
|
|
287
|
+
const n = e.find((r) => r.id === t && r.inputPrefix && qt(o, r.inputPrefix));
|
|
289
288
|
return n?.inputPrefix ? o.trimStart().slice(n.inputPrefix.length).trim() : o.trim();
|
|
290
|
-
},
|
|
289
|
+
}, ao = (o, e) => {
|
|
291
290
|
const t = {};
|
|
292
291
|
return o.filter((n) => {
|
|
293
292
|
const r = n.assetType;
|
|
@@ -295,20 +294,20 @@ const st = (o) => {
|
|
|
295
294
|
const i = t[r] ?? 0;
|
|
296
295
|
return i >= e ? !1 : (t[r] = i + 1, !0);
|
|
297
296
|
});
|
|
298
|
-
},
|
|
299
|
-
const t = (e.getEffectiveQuery?.(e.query) ?? e.query.trim()).toLowerCase(), n = o.filter((r) => e.mode && r.mode !== e.mode ? !1 : t ?
|
|
300
|
-
return t || e.defaultAssetLimit === void 0 ? n :
|
|
301
|
-
},
|
|
297
|
+
}, co = (o, e) => {
|
|
298
|
+
const t = (e.getEffectiveQuery?.(e.query) ?? e.query.trim()).toLowerCase(), n = o.filter((r) => e.mode && r.mode !== e.mode ? !1 : t ? lo(r).toLowerCase().includes(t) : !0);
|
|
299
|
+
return t || e.defaultAssetLimit === void 0 ? n : ao(n, e.defaultAssetLimit);
|
|
300
|
+
}, uo = 24, fo = 40, ho = 384, mo = (o) => ({
|
|
302
301
|
id: o.id,
|
|
303
302
|
label: o.label,
|
|
304
303
|
description: o.description ?? o.secondaryLabel,
|
|
305
304
|
icon: o.icon,
|
|
306
|
-
endContent: o.endContent ?? (o.shortcut || o.isSelected ? /* @__PURE__ */
|
|
305
|
+
endContent: o.endContent ?? (o.shortcut || o.isSelected ? /* @__PURE__ */ S(ae, { gap: "2", children: [
|
|
307
306
|
o.shortcut,
|
|
308
307
|
o.isSelected ? /* @__PURE__ */ s(ce, { as: et, boxSize: "14px", color: "fg.muted" }) : null
|
|
309
308
|
] }) : void 0),
|
|
310
309
|
onActivate: o.onActivate
|
|
311
|
-
}),
|
|
310
|
+
}), po = (o) => {
|
|
312
311
|
const e = [];
|
|
313
312
|
return o.forEach((t, n) => {
|
|
314
313
|
const r = o[n - 1];
|
|
@@ -323,250 +322,250 @@ const st = (o) => {
|
|
|
323
322
|
entryIndex: n
|
|
324
323
|
});
|
|
325
324
|
}), e;
|
|
326
|
-
},
|
|
325
|
+
}, go = (o, e) => o.findIndex((t) => t.type === "entry" && t.entryIndex === e), bo = (o) => {
|
|
327
326
|
const {
|
|
328
327
|
entries: e,
|
|
329
328
|
activeIndex: t,
|
|
330
329
|
emptyLabel: n,
|
|
331
330
|
onHover: r,
|
|
332
331
|
scrollRef: i
|
|
333
|
-
} = o, l =
|
|
332
|
+
} = o, l = po(e), c = go(l, t), a = Dn({
|
|
334
333
|
count: l.length,
|
|
335
334
|
getScrollElement: () => i.current,
|
|
336
|
-
estimateSize: (d) => l[d]?.type === "group" ?
|
|
335
|
+
estimateSize: (d) => l[d]?.type === "group" ? uo : fo,
|
|
337
336
|
getItemKey: (d) => l[d]?.id ?? d,
|
|
338
337
|
initialRect: {
|
|
339
338
|
width: 0,
|
|
340
|
-
height:
|
|
339
|
+
height: ho
|
|
341
340
|
},
|
|
342
341
|
overscan: 6
|
|
343
342
|
});
|
|
344
|
-
return
|
|
345
|
-
|
|
343
|
+
return ge(() => {
|
|
344
|
+
c < 0 || a.scrollToIndex(c, {
|
|
346
345
|
align: "auto",
|
|
347
346
|
behavior: "auto"
|
|
348
347
|
});
|
|
349
|
-
}, [
|
|
350
|
-
height:
|
|
351
|
-
}, children:
|
|
348
|
+
}, [c, a]), e.length === 0 ? /* @__PURE__ */ s(F, { textStyle: "paragraph/S/regular", color: "fg.muted", px: "sm", py: "md", children: n }) : /* @__PURE__ */ s(G, { role: "listbox", position: "relative", width: "100%", style: {
|
|
349
|
+
height: a.getTotalSize()
|
|
350
|
+
}, children: a.getVirtualItems().map((d) => {
|
|
352
351
|
const u = l[d.index];
|
|
353
|
-
return u ? /* @__PURE__ */ s(
|
|
352
|
+
return u ? /* @__PURE__ */ s(G, { "data-index": d.index, ref: a.measureElement, position: "absolute", left: "0", width: "100%", style: {
|
|
354
353
|
top: d.start
|
|
355
|
-
}, children: u.type === "group" ? /* @__PURE__ */ s(
|
|
354
|
+
}, children: u.type === "group" ? /* @__PURE__ */ s(F, { textStyle: "label/XS/medium", color: "fg.muted", px: "sm", pt: "xs", pb: "2xs", children: u.label }) : /* @__PURE__ */ s(Qe, { variant: "full-width", ...mo(u.entry), isSelected: u.entryIndex === t, tabIndex: -1, onPointerMove: () => r(u.entryIndex) }) }, d.key) : null;
|
|
356
355
|
}) });
|
|
357
|
-
},
|
|
358
|
-
const e =
|
|
356
|
+
}, bt = (o) => o != null, So = (o, e) => o && e ? "space-between" : e ? "flex-end" : "flex-start", Yt = (o) => {
|
|
357
|
+
const e = $(49), {
|
|
359
358
|
children: t,
|
|
360
359
|
searchValue: n,
|
|
361
360
|
searchPlaceholder: r,
|
|
362
361
|
searchAriaLabel: i,
|
|
363
362
|
searchIcon: l,
|
|
364
|
-
searchInputRef:
|
|
365
|
-
searchAutoFocus:
|
|
363
|
+
searchInputRef: c,
|
|
364
|
+
searchAutoFocus: a,
|
|
366
365
|
showCloseButton: d,
|
|
367
366
|
closeButtonLabel: u,
|
|
368
367
|
bodyBefore: f,
|
|
369
368
|
footerStart: h,
|
|
370
|
-
footerEnd:
|
|
371
|
-
scrollAreaProps:
|
|
369
|
+
footerEnd: m,
|
|
370
|
+
scrollAreaProps: p,
|
|
372
371
|
onSearchChange: g,
|
|
373
|
-
onSearchKeyDown:
|
|
374
|
-
} = o,
|
|
372
|
+
onSearchKeyDown: x
|
|
373
|
+
} = o, b = i === void 0 ? r : i, E = d === void 0 ? !1 : d, P = u === void 0 ? "Close" : u;
|
|
375
374
|
let k;
|
|
376
|
-
if (e[0] !== f || e[1] !== t || e[2] !==
|
|
377
|
-
const v =
|
|
378
|
-
let
|
|
379
|
-
e[16] !==
|
|
380
|
-
let
|
|
381
|
-
e[18] !==
|
|
382
|
-
maxH:
|
|
383
|
-
showHorizontalScrollbar:
|
|
384
|
-
...
|
|
385
|
-
} =
|
|
386
|
-
const
|
|
387
|
-
let
|
|
388
|
-
e[22] !== g ? (
|
|
389
|
-
let
|
|
390
|
-
e[24] !==
|
|
391
|
-
let
|
|
392
|
-
e[32] !== l || e[33] !==
|
|
393
|
-
let
|
|
394
|
-
e[35] !==
|
|
395
|
-
let
|
|
396
|
-
e[38] !==
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
] }), e[38] =
|
|
400
|
-
let
|
|
401
|
-
e[41] !== t || e[42] !==
|
|
402
|
-
let
|
|
403
|
-
e[46] !== f || e[47] !==
|
|
375
|
+
if (e[0] !== f || e[1] !== t || e[2] !== P || e[3] !== m || e[4] !== h || e[5] !== g || e[6] !== x || e[7] !== p || e[8] !== b || e[9] !== a || e[10] !== l || e[11] !== c || e[12] !== r || e[13] !== n || e[14] !== E) {
|
|
376
|
+
const v = bt(h), O = bt(m);
|
|
377
|
+
let T;
|
|
378
|
+
e[16] !== p ? (T = p ?? {}, e[16] = p, e[17] = T) : T = e[17];
|
|
379
|
+
let A, w, y;
|
|
380
|
+
e[18] !== T ? ({
|
|
381
|
+
maxH: w,
|
|
382
|
+
showHorizontalScrollbar: y,
|
|
383
|
+
...A
|
|
384
|
+
} = T, e[18] = T, e[19] = A, e[20] = w, e[21] = y) : (A = e[19], w = e[20], y = e[21]);
|
|
385
|
+
const L = w === void 0 ? "24rem" : w, z = y === void 0 ? !1 : y;
|
|
386
|
+
let I;
|
|
387
|
+
e[22] !== g ? (I = (B) => g(B.target.value), e[22] = g, e[23] = I) : I = e[23];
|
|
388
|
+
let _;
|
|
389
|
+
e[24] !== x || e[25] !== b || e[26] !== a || e[27] !== c || e[28] !== r || e[29] !== n || e[30] !== I ? (_ = /* @__PURE__ */ s(Ft, { ref: c, value: n, placeholder: r, "aria-label": b, autoComplete: "off", autoFocus: a, mx: "xs", h: "3rem", variant: "borderless", onChange: I, onKeyDown: x }), e[24] = x, e[25] = b, e[26] = a, e[27] = c, e[28] = r, e[29] = n, e[30] = I, e[31] = _) : _ = e[31];
|
|
390
|
+
let R;
|
|
391
|
+
e[32] !== l || e[33] !== _ ? (R = /* @__PURE__ */ s(Ht, { startElement: l, width: "full", children: _ }), e[32] = l, e[33] = _, e[34] = R) : R = e[34];
|
|
392
|
+
let C;
|
|
393
|
+
e[35] !== P || e[36] !== E ? (C = E ? /* @__PURE__ */ s(Z.CloseTrigger, { asChild: !0, children: /* @__PURE__ */ s(Wt, { "aria-label": P, size: "sm", mr: "2" }) }) : null, e[35] = P, e[36] = E, e[37] = C) : C = e[37];
|
|
394
|
+
let N;
|
|
395
|
+
e[38] !== C || e[39] !== R ? (N = /* @__PURE__ */ S(Z.Header, { px: "0", py: "0", borderBottomWidth: "1px", borderBottomColor: "border.subtle", children: [
|
|
396
|
+
R,
|
|
397
|
+
C
|
|
398
|
+
] }), e[38] = C, e[39] = R, e[40] = N) : N = e[40];
|
|
399
|
+
let H;
|
|
400
|
+
e[41] !== t || e[42] !== L || e[43] !== A || e[44] !== z ? (H = /* @__PURE__ */ s(tt, { maxH: L, showHorizontalScrollbar: z, ...A, children: t }), e[41] = t, e[42] = L, e[43] = A, e[44] = z, e[45] = H) : H = e[45];
|
|
401
|
+
let q;
|
|
402
|
+
e[46] !== f || e[47] !== H ? (q = /* @__PURE__ */ S(Z.Body, { p: "0", children: [
|
|
404
403
|
f,
|
|
405
|
-
|
|
406
|
-
] }), e[46] = f, e[47] =
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
v ||
|
|
410
|
-
v ? /* @__PURE__ */ s(
|
|
411
|
-
|
|
404
|
+
H
|
|
405
|
+
] }), e[46] = f, e[47] = H, e[48] = q) : q = e[48], k = /* @__PURE__ */ S(He, { children: [
|
|
406
|
+
N,
|
|
407
|
+
q,
|
|
408
|
+
v || O ? /* @__PURE__ */ S(Z.Footer, { justifyContent: So(v, O), px: "sm", py: "xs", borderTopWidth: "1px", borderTopColor: "border.subtle", children: [
|
|
409
|
+
v ? /* @__PURE__ */ s(G, { minW: "0", children: h }) : null,
|
|
410
|
+
O ? /* @__PURE__ */ s(G, { flexShrink: 0, children: m }) : null
|
|
412
411
|
] }) : null
|
|
413
|
-
] }), e[0] = f, e[1] = t, e[2] =
|
|
412
|
+
] }), e[0] = f, e[1] = t, e[2] = P, e[3] = m, e[4] = h, e[5] = g, e[6] = x, e[7] = p, e[8] = b, e[9] = a, e[10] = l, e[11] = c, e[12] = r, e[13] = n, e[14] = E, e[15] = k;
|
|
414
413
|
} else
|
|
415
414
|
k = e[15];
|
|
416
415
|
return k;
|
|
417
|
-
},
|
|
418
|
-
const e =
|
|
416
|
+
}, St = (o, e, t) => typeof o == "function" ? o(e) : o ?? t, ei = (o) => {
|
|
417
|
+
const e = $(71), {
|
|
419
418
|
open: t,
|
|
420
419
|
entries: n,
|
|
421
420
|
initialQuery: r,
|
|
422
421
|
initialActiveIndex: i,
|
|
423
422
|
mode: l,
|
|
424
|
-
modes:
|
|
425
|
-
resetKey:
|
|
423
|
+
modes: c,
|
|
424
|
+
resetKey: a,
|
|
426
425
|
inputIcon: d,
|
|
427
426
|
placeholder: u,
|
|
428
427
|
emptyLabel: f,
|
|
429
428
|
footerStart: h,
|
|
430
|
-
footerEnd:
|
|
431
|
-
filterEntries:
|
|
429
|
+
footerEnd: m,
|
|
430
|
+
filterEntries: p,
|
|
432
431
|
onActiveEntryChange: g,
|
|
433
|
-
onQueryChange:
|
|
434
|
-
onClose:
|
|
435
|
-
onEscape:
|
|
436
|
-
} = o,
|
|
437
|
-
let
|
|
438
|
-
e[0] !== v ? (
|
|
432
|
+
onQueryChange: x,
|
|
433
|
+
onClose: b,
|
|
434
|
+
onEscape: E
|
|
435
|
+
} = o, P = r === void 0 ? "" : r, k = i === void 0 ? 0 : i, v = a === void 0 ? "default" : a, O = f === void 0 ? "No results." : f, [T, A] = fe(P), [w, y] = fe(k), L = je(null), z = je(null);
|
|
436
|
+
let I;
|
|
437
|
+
e[0] !== v ? (I = {
|
|
439
438
|
open: !1,
|
|
440
439
|
resetKey: v
|
|
441
|
-
}, e[0] = v, e[1] =
|
|
442
|
-
const
|
|
443
|
-
let
|
|
444
|
-
if (e[2] !==
|
|
445
|
-
const
|
|
446
|
-
|
|
447
|
-
query:
|
|
448
|
-
mode:
|
|
449
|
-
getEffectiveQuery: (
|
|
450
|
-
}),
|
|
451
|
-
query:
|
|
452
|
-
mode:
|
|
453
|
-
activeIndex:
|
|
454
|
-
entries:
|
|
455
|
-
},
|
|
440
|
+
}, e[0] = v, e[1] = I) : I = e[1];
|
|
441
|
+
const _ = je(I);
|
|
442
|
+
let R, C, N, H, q;
|
|
443
|
+
if (e[2] !== w || e[3] !== n || e[4] !== p || e[5] !== d || e[6] !== l || e[7] !== c || e[8] !== u || e[9] !== T) {
|
|
444
|
+
const M = l ?? io(T, c);
|
|
445
|
+
C = p ? p(n, T, M) : co(n, {
|
|
446
|
+
query: T,
|
|
447
|
+
mode: M,
|
|
448
|
+
getEffectiveQuery: (be) => so(be, c, M)
|
|
449
|
+
}), R = C[w] ?? null, H = {
|
|
450
|
+
query: T,
|
|
451
|
+
mode: M,
|
|
452
|
+
activeIndex: w,
|
|
453
|
+
entries: C
|
|
454
|
+
}, N = St(d, H, null), q = St(u, H, "Search"), e[2] = w, e[3] = n, e[4] = p, e[5] = d, e[6] = l, e[7] = c, e[8] = u, e[9] = T, e[10] = R, e[11] = C, e[12] = N, e[13] = H, e[14] = q;
|
|
456
455
|
} else
|
|
457
|
-
|
|
458
|
-
const
|
|
459
|
-
let
|
|
460
|
-
e[15] !==
|
|
461
|
-
|
|
462
|
-
}, e[15] =
|
|
463
|
-
const
|
|
464
|
-
let
|
|
465
|
-
e[17] !==
|
|
466
|
-
|
|
467
|
-
}, e[17] =
|
|
468
|
-
const
|
|
469
|
-
let
|
|
470
|
-
e[19] !==
|
|
471
|
-
|
|
472
|
-
}, e[19] =
|
|
473
|
-
const
|
|
474
|
-
let
|
|
475
|
-
e[21] !== k || e[22] !==
|
|
476
|
-
const
|
|
477
|
-
if (
|
|
456
|
+
R = e[10], C = e[11], N = e[12], H = e[13], q = e[14];
|
|
457
|
+
const B = q;
|
|
458
|
+
let W;
|
|
459
|
+
e[15] !== x ? (W = (M) => {
|
|
460
|
+
A(M), x?.(M);
|
|
461
|
+
}, e[15] = x, e[16] = W) : W = e[16];
|
|
462
|
+
const D = W;
|
|
463
|
+
let X;
|
|
464
|
+
e[17] !== R ? (X = () => {
|
|
465
|
+
R?.onActivate();
|
|
466
|
+
}, e[17] = R, e[18] = X) : X = e[18];
|
|
467
|
+
const j = X;
|
|
468
|
+
let V;
|
|
469
|
+
e[19] !== b ? (V = () => {
|
|
470
|
+
b();
|
|
471
|
+
}, e[19] = b, e[20] = V) : V = e[20];
|
|
472
|
+
const U = V;
|
|
473
|
+
let Y, se;
|
|
474
|
+
e[21] !== k || e[22] !== P || e[23] !== t || e[24] !== v ? (se = () => {
|
|
475
|
+
const M = _.current;
|
|
476
|
+
if (_.current = {
|
|
478
477
|
open: t,
|
|
479
478
|
resetKey: v
|
|
480
|
-
}, !t || !(!
|
|
479
|
+
}, !t || !(!M.open || M.resetKey !== v))
|
|
481
480
|
return;
|
|
482
|
-
|
|
483
|
-
const
|
|
484
|
-
const
|
|
485
|
-
if (!
|
|
481
|
+
A(P), y(k);
|
|
482
|
+
const Ce = setTimeout(() => {
|
|
483
|
+
const we = L.current;
|
|
484
|
+
if (!we)
|
|
486
485
|
return;
|
|
487
|
-
|
|
488
|
-
const
|
|
489
|
-
|
|
486
|
+
we.focus();
|
|
487
|
+
const Se = we.value.length;
|
|
488
|
+
we.setSelectionRange(Se, Se);
|
|
490
489
|
}, 0);
|
|
491
|
-
return () => clearTimeout(
|
|
492
|
-
},
|
|
493
|
-
let
|
|
494
|
-
e[27] !==
|
|
495
|
-
|
|
496
|
-
},
|
|
497
|
-
let
|
|
498
|
-
e[30] !==
|
|
499
|
-
g?.(
|
|
500
|
-
},
|
|
501
|
-
let
|
|
502
|
-
e[35] !==
|
|
503
|
-
if (!
|
|
504
|
-
...
|
|
505
|
-
activeEntry:
|
|
506
|
-
entryCount:
|
|
507
|
-
setQuery:
|
|
508
|
-
setActiveIndex:
|
|
509
|
-
runActiveEntry:
|
|
510
|
-
closePalette:
|
|
490
|
+
return () => clearTimeout(Ce);
|
|
491
|
+
}, Y = [k, P, t, v], e[21] = k, e[22] = P, e[23] = t, e[24] = v, e[25] = Y, e[26] = se) : (Y = e[25], se = e[26]), ge(se, Y);
|
|
492
|
+
let J, ee;
|
|
493
|
+
e[27] !== C.length ? (J = () => {
|
|
494
|
+
y((M) => Math.min(M, Math.max(C.length - 1, 0)));
|
|
495
|
+
}, ee = [C.length], e[27] = C.length, e[28] = J, e[29] = ee) : (J = e[28], ee = e[29]), ge(J, ee);
|
|
496
|
+
let re, te;
|
|
497
|
+
e[30] !== R || e[31] !== w || e[32] !== g ? (re = () => {
|
|
498
|
+
g?.(R, w);
|
|
499
|
+
}, te = [R, w, g], e[30] = R, e[31] = w, e[32] = g, e[33] = re, e[34] = te) : (re = e[33], te = e[34]), ge(re, te);
|
|
500
|
+
let le;
|
|
501
|
+
e[35] !== R || e[36] !== U || e[37] !== C.length || e[38] !== E || e[39] !== T || e[40] !== j || e[41] !== D || e[42] !== H ? (le = () => {
|
|
502
|
+
if (!E?.({
|
|
503
|
+
...H,
|
|
504
|
+
activeEntry: R,
|
|
505
|
+
entryCount: C.length,
|
|
506
|
+
setQuery: D,
|
|
507
|
+
setActiveIndex: y,
|
|
508
|
+
runActiveEntry: j,
|
|
509
|
+
closePalette: U
|
|
511
510
|
})) {
|
|
512
|
-
if (
|
|
513
|
-
|
|
511
|
+
if (T.length > 0) {
|
|
512
|
+
D(""), y(0);
|
|
514
513
|
return;
|
|
515
514
|
}
|
|
516
|
-
|
|
515
|
+
U();
|
|
517
516
|
}
|
|
518
|
-
}, e[35] =
|
|
519
|
-
const
|
|
520
|
-
let
|
|
521
|
-
e[44] !==
|
|
522
|
-
if (
|
|
523
|
-
|
|
517
|
+
}, e[35] = R, e[36] = U, e[37] = C.length, e[38] = E, e[39] = T, e[40] = j, e[41] = D, e[42] = H, e[43] = le) : le = e[43];
|
|
518
|
+
const ne = le;
|
|
519
|
+
let K;
|
|
520
|
+
e[44] !== C.length || e[45] !== ne || e[46] !== j ? (K = (M) => {
|
|
521
|
+
if (M.key === "ArrowDown") {
|
|
522
|
+
M.preventDefault(), y((be) => Math.min(be + 1, Math.max(C.length - 1, 0)));
|
|
524
523
|
return;
|
|
525
524
|
}
|
|
526
|
-
if (
|
|
527
|
-
|
|
525
|
+
if (M.key === "ArrowUp") {
|
|
526
|
+
M.preventDefault(), y(xo);
|
|
528
527
|
return;
|
|
529
528
|
}
|
|
530
|
-
if (
|
|
531
|
-
|
|
529
|
+
if (M.key === "Enter") {
|
|
530
|
+
M.preventDefault(), j();
|
|
532
531
|
return;
|
|
533
532
|
}
|
|
534
|
-
|
|
535
|
-
}, e[44] =
|
|
536
|
-
const
|
|
537
|
-
let
|
|
538
|
-
e[48] !==
|
|
539
|
-
let
|
|
540
|
-
e[50] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (
|
|
541
|
-
let
|
|
542
|
-
e[51] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (
|
|
533
|
+
M.key === "Escape" && (M.preventDefault(), M.stopPropagation(), ne());
|
|
534
|
+
}, e[44] = C.length, e[45] = ne, e[46] = j, e[47] = K) : K = e[47];
|
|
535
|
+
const ie = K;
|
|
536
|
+
let oe;
|
|
537
|
+
e[48] !== U ? (oe = (M) => !M.open && U(), e[48] = U, e[49] = oe) : oe = e[49];
|
|
538
|
+
let he;
|
|
539
|
+
e[50] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (he = /* @__PURE__ */ s(Z.Backdrop, {}), e[50] = he) : he = e[50];
|
|
540
|
+
let Ae;
|
|
541
|
+
e[51] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (Ae = {
|
|
543
542
|
maxH: "24rem",
|
|
544
543
|
showHorizontalScrollbar: !1,
|
|
545
|
-
viewportRef:
|
|
544
|
+
viewportRef: z,
|
|
546
545
|
viewportProps: {
|
|
547
546
|
style: {
|
|
548
547
|
overflowAnchor: "none"
|
|
549
548
|
}
|
|
550
549
|
}
|
|
551
|
-
}, e[51] =
|
|
550
|
+
}, e[51] = Ae) : Ae = e[51];
|
|
552
551
|
let xe;
|
|
553
|
-
e[52] !==
|
|
554
|
-
|
|
555
|
-
}, e[52] =
|
|
556
|
-
let Se;
|
|
557
|
-
e[54] !== I || e[55] !== $ || e[56] !== y ? (Se = /* @__PURE__ */ s(So, { entries: y, activeIndex: I, emptyLabel: $, onHover: P, scrollRef: N }), e[54] = I, e[55] = $, e[56] = y, e[57] = Se) : Se = e[57];
|
|
552
|
+
e[52] !== D ? (xe = (M) => {
|
|
553
|
+
D(M), y(0);
|
|
554
|
+
}, e[52] = D, e[53] = xe) : xe = e[53];
|
|
558
555
|
let ve;
|
|
559
|
-
e[
|
|
560
|
-
let
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
556
|
+
e[54] !== w || e[55] !== O || e[56] !== C ? (ve = /* @__PURE__ */ s(bo, { entries: C, activeIndex: w, emptyLabel: O, onHover: y, scrollRef: z }), e[54] = w, e[55] = O, e[56] = C, e[57] = ve) : ve = e[57];
|
|
557
|
+
let ye;
|
|
558
|
+
e[58] !== m || e[59] !== h || e[60] !== ie || e[61] !== T || e[62] !== N || e[63] !== B || e[64] !== xe || e[65] !== ve ? (ye = /* @__PURE__ */ s(Z.Positioner, { alignItems: "center", justifyContent: "center", p: "md", children: /* @__PURE__ */ s(Z.Content, { maxW: "44rem", w: "full", p: "0", overflow: "hidden", borderWidth: "1px", borderColor: "border.subtle", children: /* @__PURE__ */ s(Yt, { searchValue: T, searchPlaceholder: B, searchIcon: N, searchInputRef: L, showCloseButton: !0, footerStart: h, footerEnd: m, scrollAreaProps: Ae, onSearchChange: xe, onSearchKeyDown: ie, children: ve }) }) }), e[58] = m, e[59] = h, e[60] = ie, e[61] = T, e[62] = N, e[63] = B, e[64] = xe, e[65] = ve, e[66] = ye) : ye = e[66];
|
|
559
|
+
let Re;
|
|
560
|
+
return e[67] !== t || e[68] !== oe || e[69] !== ye ? (Re = /* @__PURE__ */ S(Z.Root, { open: t, onOpenChange: oe, children: [
|
|
561
|
+
he,
|
|
562
|
+
ye
|
|
563
|
+
] }), e[67] = t, e[68] = oe, e[69] = ye, e[70] = Re) : Re = e[70], Re;
|
|
565
564
|
};
|
|
566
|
-
function
|
|
565
|
+
function xo(o) {
|
|
567
566
|
return Math.max(o - 1, 0);
|
|
568
567
|
}
|
|
569
|
-
const
|
|
568
|
+
const vo = {
|
|
570
569
|
alt: {
|
|
571
570
|
label: "Alt"
|
|
572
571
|
},
|
|
@@ -582,133 +581,133 @@ const Co = {
|
|
|
582
581
|
shift: {
|
|
583
582
|
label: "Shift"
|
|
584
583
|
}
|
|
585
|
-
},
|
|
584
|
+
}, yo = {
|
|
586
585
|
alt: {
|
|
587
586
|
label: "Option",
|
|
588
|
-
Icon:
|
|
587
|
+
Icon: gt
|
|
589
588
|
},
|
|
590
589
|
cmd: {
|
|
591
590
|
label: "Command",
|
|
592
|
-
Icon:
|
|
591
|
+
Icon: Ke
|
|
593
592
|
},
|
|
594
593
|
command: {
|
|
595
594
|
label: "Command",
|
|
596
|
-
Icon:
|
|
595
|
+
Icon: Ke
|
|
597
596
|
},
|
|
598
597
|
meta: {
|
|
599
598
|
label: "Command",
|
|
600
|
-
Icon:
|
|
599
|
+
Icon: Ke
|
|
601
600
|
},
|
|
602
601
|
mod: {
|
|
603
602
|
label: "Command",
|
|
604
|
-
Icon:
|
|
603
|
+
Icon: Ke
|
|
605
604
|
},
|
|
606
605
|
option: {
|
|
607
606
|
label: "Option",
|
|
608
|
-
Icon:
|
|
607
|
+
Icon: gt
|
|
609
608
|
},
|
|
610
609
|
shift: {
|
|
611
610
|
label: "Shift"
|
|
612
611
|
}
|
|
613
|
-
},
|
|
612
|
+
}, Co = {
|
|
614
613
|
arrowleft: {
|
|
615
614
|
label: "Arrow Left",
|
|
616
|
-
Icon:
|
|
615
|
+
Icon: xn
|
|
617
616
|
},
|
|
618
617
|
arrowright: {
|
|
619
618
|
label: "Arrow Right",
|
|
620
619
|
Icon: Sn
|
|
621
620
|
}
|
|
622
|
-
},
|
|
621
|
+
}, wo = () => {
|
|
623
622
|
if (typeof navigator > "u") return "linux";
|
|
624
623
|
const o = navigator.platform?.toLowerCase() ?? "";
|
|
625
624
|
return o.includes("mac") ? "mac" : o.includes("win") ? "win" : "linux";
|
|
626
|
-
},
|
|
627
|
-
const t = o.toLowerCase(), n = e === "mac" ?
|
|
628
|
-
return
|
|
625
|
+
}, Io = (o, e = wo()) => {
|
|
626
|
+
const t = o.toLowerCase(), n = e === "mac" ? yo : vo;
|
|
627
|
+
return Co[t] ?? n[t] ?? {
|
|
629
628
|
label: o
|
|
630
629
|
};
|
|
631
|
-
},
|
|
632
|
-
const e =
|
|
630
|
+
}, xt = (o) => o.split("+").map((e) => e.trim()).filter(Boolean), To = (o) => (Array.isArray(o) ? o.map(xt) : [xt(o)]).map((t) => t.map((n) => Io(n))), ti = (o) => {
|
|
631
|
+
const e = $(4), {
|
|
633
632
|
binding: t
|
|
634
633
|
} = o;
|
|
635
634
|
let n;
|
|
636
635
|
if (e[0] !== t) {
|
|
637
|
-
const i =
|
|
638
|
-
n = i.map((l,
|
|
639
|
-
l.map((
|
|
640
|
-
/* @__PURE__ */ s(
|
|
636
|
+
const i = To(t);
|
|
637
|
+
n = i.map((l, c) => /* @__PURE__ */ S(pt, { children: [
|
|
638
|
+
l.map((a, d) => /* @__PURE__ */ S(pt, { children: [
|
|
639
|
+
/* @__PURE__ */ s(rn, { fontSize: "xs", borderRadius: "0", display: "inline-flex", alignItems: "center", justifyContent: "center", "aria-label": a.label, children: a.Icon ? /* @__PURE__ */ s(a.Icon, { size: 12, "aria-hidden": "true" }) : a.label }),
|
|
641
640
|
d < l.length - 1 ? " " : null
|
|
642
|
-
] }, `${
|
|
643
|
-
|
|
644
|
-
] }, `${l.map(
|
|
641
|
+
] }, `${a.label}-${d}`)),
|
|
642
|
+
c < i.length - 1 ? " then " : null
|
|
643
|
+
] }, `${l.map(Po).join("+")}-${c}`)), e[0] = t, e[1] = n;
|
|
645
644
|
} else
|
|
646
645
|
n = e[1];
|
|
647
646
|
let r;
|
|
648
|
-
return e[2] !== n ? (r = /* @__PURE__ */ s(
|
|
647
|
+
return e[2] !== n ? (r = /* @__PURE__ */ s(He, { children: n }), e[2] = n, e[3] = r) : r = e[3], r;
|
|
649
648
|
};
|
|
650
|
-
function
|
|
649
|
+
function Po(o) {
|
|
651
650
|
return o.label;
|
|
652
651
|
}
|
|
653
|
-
function
|
|
654
|
-
const e =
|
|
655
|
-
let t, n, r, i, l,
|
|
652
|
+
function ni(o) {
|
|
653
|
+
const e = $(14);
|
|
654
|
+
let t, n, r, i, l, c;
|
|
656
655
|
e[0] !== o ? ({
|
|
657
656
|
children: t,
|
|
658
657
|
h: r,
|
|
659
658
|
px: i,
|
|
660
659
|
py: l,
|
|
661
|
-
borderBottomWidth:
|
|
660
|
+
borderBottomWidth: c,
|
|
662
661
|
...n
|
|
663
|
-
} = o, e[0] = o, e[1] = t, e[2] = n, e[3] = r, e[4] = i, e[5] = l, e[6] =
|
|
664
|
-
const
|
|
662
|
+
} = o, e[0] = o, e[1] = t, e[2] = n, e[3] = r, e[4] = i, e[5] = l, e[6] = c) : (t = e[1], n = e[2], r = e[3], i = e[4], l = e[5], c = e[6]);
|
|
663
|
+
const a = r === void 0 ? "41px" : r, d = i === void 0 ? "xs" : i, u = l === void 0 ? "xs" : l, f = c === void 0 ? "1px" : c;
|
|
665
664
|
let h;
|
|
666
|
-
return e[7] !== f || e[8] !== t || e[9] !==
|
|
665
|
+
return e[7] !== f || e[8] !== t || e[9] !== a || e[10] !== d || e[11] !== u || e[12] !== n ? (h = /* @__PURE__ */ s(ae, { ...n, h: a, justify: "space-between", align: "center", borderBottomWidth: f, borderColor: "border.subtle", px: d, py: u, children: t }), e[7] = f, e[8] = t, e[9] = a, e[10] = d, e[11] = u, e[12] = n, e[13] = h) : h = e[13], h;
|
|
667
666
|
}
|
|
668
|
-
const
|
|
669
|
-
const e =
|
|
667
|
+
const oi = (o) => {
|
|
668
|
+
const e = $(17), {
|
|
670
669
|
children: t,
|
|
671
670
|
title: n,
|
|
672
671
|
defaultOpen: r,
|
|
673
672
|
action: i
|
|
674
673
|
} = o, l = r === void 0 ? !0 : r;
|
|
675
|
-
let a;
|
|
676
|
-
e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (a = {
|
|
677
|
-
background: "bg.hover"
|
|
678
|
-
}, e[0] = a) : a = e[0];
|
|
679
674
|
let c;
|
|
680
|
-
e[
|
|
675
|
+
e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (c = {
|
|
676
|
+
background: "bg.hover"
|
|
677
|
+
}, e[0] = c) : c = e[0];
|
|
678
|
+
let a;
|
|
679
|
+
e[1] !== n ? (a = n && /* @__PURE__ */ s(F, { fontWeight: "600", textStyle: "label/S/medium", children: n }), e[1] = n, e[2] = a) : a = e[2];
|
|
681
680
|
let d;
|
|
682
|
-
e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (d = /* @__PURE__ */ s(
|
|
681
|
+
e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (d = /* @__PURE__ */ s(qe.Indicator, { transition: "transform 0.2s", _open: {
|
|
683
682
|
transform: "rotate(90deg)"
|
|
684
|
-
}, children: /* @__PURE__ */ s(
|
|
683
|
+
}, children: /* @__PURE__ */ s(vn, { size: 16 }) }), e[3] = d) : d = e[3];
|
|
685
684
|
let u;
|
|
686
|
-
e[4] !==
|
|
687
|
-
|
|
685
|
+
e[4] !== a ? (u = /* @__PURE__ */ S(qe.Trigger, { _hover: c, padding: "sm", height: "2rem", display: "flex", width: "full", gap: "2", alignItems: "center", cursor: "pointer", justifyContent: "space-between", children: [
|
|
686
|
+
a,
|
|
688
687
|
d
|
|
689
|
-
] }), e[4] =
|
|
688
|
+
] }), e[4] = a, e[5] = u) : u = e[5];
|
|
690
689
|
let f;
|
|
691
|
-
e[6] !== i ? (f = i && /* @__PURE__ */ s(
|
|
690
|
+
e[6] !== i ? (f = i && /* @__PURE__ */ s(G, { marginLeft: "auto", onClick: Ao, children: i }), e[6] = i, e[7] = f) : f = e[7];
|
|
692
691
|
let h;
|
|
693
|
-
e[8] !== u || e[9] !== f ? (h = /* @__PURE__ */
|
|
692
|
+
e[8] !== u || e[9] !== f ? (h = /* @__PURE__ */ S(de, { children: [
|
|
694
693
|
u,
|
|
695
694
|
f
|
|
696
695
|
] }), e[8] = u, e[9] = f, e[10] = h) : h = e[10];
|
|
697
|
-
let p;
|
|
698
|
-
e[11] !== t ? (p = /* @__PURE__ */ s(Xe.Content, { children: t }), e[11] = t, e[12] = p) : p = e[12];
|
|
699
696
|
let m;
|
|
700
|
-
|
|
697
|
+
e[11] !== t ? (m = /* @__PURE__ */ s(qe.Content, { children: t }), e[11] = t, e[12] = m) : m = e[12];
|
|
698
|
+
let p;
|
|
699
|
+
return e[13] !== l || e[14] !== h || e[15] !== m ? (p = /* @__PURE__ */ S(qe.Root, { defaultOpen: l, width: "full", children: [
|
|
701
700
|
h,
|
|
702
|
-
|
|
703
|
-
] }), e[13] = l, e[14] = h, e[15] =
|
|
701
|
+
m
|
|
702
|
+
] }), e[13] = l, e[14] = h, e[15] = m, e[16] = p) : p = e[16], p;
|
|
704
703
|
};
|
|
705
|
-
function
|
|
704
|
+
function Ao(o) {
|
|
706
705
|
return o.stopPropagation();
|
|
707
706
|
}
|
|
708
|
-
const
|
|
707
|
+
const Ro = "2.5rem", vt = "2xs", ri = "sm", Kt = (o) => o === "urgent" ? "red" : o === "high" ? "orange" : o === "low" ? "gray" : "blue", Eo = (o) => o !== "normal", ko = (o) => [o.title, o.body, o.kind, o.priority, o.status, o.sourceLabel, o.targetLabel, o.searchText, ...(o.actions ?? []).map((e) => e.label)].filter(Boolean).join(" ").toLowerCase(), $o = (o, e) => {
|
|
709
708
|
const t = e.trim().toLowerCase();
|
|
710
|
-
return t ? o.filter((n) =>
|
|
711
|
-
},
|
|
709
|
+
return t ? o.filter((n) => ko(n).includes(t)) : o;
|
|
710
|
+
}, Zt = (o) => {
|
|
712
711
|
const e = o.filter((r) => r.kind === "blocked"), t = o.filter((r) => r.kind !== "blocked" && (r.priority === "urgent" || r.priority === "high")), n = o.filter((r) => r.kind !== "blocked" && (r.priority === "normal" || r.priority === "low"));
|
|
713
712
|
return [{
|
|
714
713
|
id: "needs-input",
|
|
@@ -723,248 +722,248 @@ const ko = "2.5rem", Ct = "2xs", el = "sm", Zt = (o) => o === "urgent" ? "red" :
|
|
|
723
722
|
label: "Other",
|
|
724
723
|
items: n
|
|
725
724
|
}].filter((r) => r.items.length > 0);
|
|
726
|
-
}, Do = (o) =>
|
|
725
|
+
}, Do = (o) => Zt(o).flatMap((e) => e.items), Oo = (o) => [o.body, o.targetLabel, o.sourceLabel, o.timeLabel].filter(Boolean).join(" · "), Lo = (o, e) => {
|
|
727
726
|
const t = [];
|
|
728
727
|
return e.onDismiss && t.push({
|
|
729
728
|
id: "dismiss",
|
|
730
729
|
label: "Dismiss",
|
|
731
|
-
icon: /* @__PURE__ */ s(
|
|
730
|
+
icon: /* @__PURE__ */ s(Cn, { size: 14 }),
|
|
732
731
|
tooltip: "Dismiss",
|
|
733
732
|
onAction: () => e.onDismiss?.(o)
|
|
734
733
|
}), t;
|
|
735
|
-
},
|
|
736
|
-
const e =
|
|
734
|
+
}, _o = (o) => {
|
|
735
|
+
const e = $(15), {
|
|
737
736
|
actions: t,
|
|
738
737
|
item: n,
|
|
739
738
|
onRunAction: r
|
|
740
739
|
} = o;
|
|
741
740
|
let i;
|
|
742
|
-
e[0] !== n.priority ? (i =
|
|
741
|
+
e[0] !== n.priority ? (i = Eo(n.priority) ? /* @__PURE__ */ s(Te, { size: "sm", colorPalette: Kt(n.priority), textTransform: "capitalize", flexShrink: 0, children: n.priority }) : null, e[0] = n.priority, e[1] = i) : i = e[1];
|
|
743
742
|
let l;
|
|
744
|
-
e[2] !== n.status ? (l = n.status === "open" ? /* @__PURE__ */ s(
|
|
745
|
-
let
|
|
743
|
+
e[2] !== n.status ? (l = n.status === "open" ? /* @__PURE__ */ s(Te, { size: "sm", colorPalette: "blue", variant: "solid", flexShrink: 0, children: "New" }) : null, e[2] = n.status, e[3] = l) : l = e[3];
|
|
744
|
+
let c;
|
|
746
745
|
if (e[4] !== t || e[5] !== n || e[6] !== r) {
|
|
747
746
|
let d;
|
|
748
|
-
e[8] !== n || e[9] !== r ? (d = (u) => /* @__PURE__ */ s(
|
|
747
|
+
e[8] !== n || e[9] !== r ? (d = (u) => /* @__PURE__ */ s(ue, { size: "2xs", variant: "outline", colorPalette: u.destructive ? "red" : "gray", maxW: "9rem", onClick: (f) => {
|
|
749
748
|
f.stopPropagation(), r?.(n, u);
|
|
750
|
-
}, children: /* @__PURE__ */ s(
|
|
749
|
+
}, children: /* @__PURE__ */ s(F, { truncate: !0, children: u.label }) }, u.id), e[8] = n, e[9] = r, e[10] = d) : d = e[10], c = t.map(d), e[4] = t, e[5] = n, e[6] = r, e[7] = c;
|
|
751
750
|
} else
|
|
752
|
-
|
|
753
|
-
let
|
|
754
|
-
return e[11] !== i || e[12] !== l || e[13] !==
|
|
751
|
+
c = e[7];
|
|
752
|
+
let a;
|
|
753
|
+
return e[11] !== i || e[12] !== l || e[13] !== c ? (a = /* @__PURE__ */ S(ae, { gap: "2", minW: "0", flexWrap: "wrap", justify: "flex-end", children: [
|
|
755
754
|
i,
|
|
756
755
|
l,
|
|
757
|
-
|
|
758
|
-
] }), e[11] = i, e[12] = l, e[13] =
|
|
759
|
-
},
|
|
756
|
+
c
|
|
757
|
+
] }), e[11] = i, e[12] = l, e[13] = c, e[14] = a) : a = e[14], a;
|
|
758
|
+
}, zo = (o) => {
|
|
760
759
|
const {
|
|
761
760
|
activeIndex: e,
|
|
762
761
|
items: t,
|
|
763
762
|
onActivateItem: n,
|
|
764
763
|
onActiveIndexChange: r,
|
|
765
764
|
onRunAction: i
|
|
766
|
-
} = o, l =
|
|
767
|
-
let
|
|
768
|
-
return /* @__PURE__ */ s(
|
|
769
|
-
/* @__PURE__ */ s(
|
|
770
|
-
|
|
771
|
-
const u =
|
|
772
|
-
return
|
|
765
|
+
} = o, l = Zt(t);
|
|
766
|
+
let c = 0;
|
|
767
|
+
return /* @__PURE__ */ s(Q, { gap: "2xs", py: "xs", children: l.map((a) => /* @__PURE__ */ S(Q, { gap: "2xs", children: [
|
|
768
|
+
/* @__PURE__ */ s(F, { textStyle: "label/XS/medium", color: "fg.muted", px: "sm", pt: "xs", children: a.label }),
|
|
769
|
+
a.items.map((d) => {
|
|
770
|
+
const u = c;
|
|
771
|
+
return c += 1, /* @__PURE__ */ s(Qe, { id: d.id, label: d.title, description: Oo(d), icon: /* @__PURE__ */ s(ce, { as: yn, boxSize: "14px" }), iconColor: `${Kt(d.priority)}.500`, variant: "compact", isSelected: u === e, endContent: /* @__PURE__ */ s(_o, { item: d, actions: d.actions ?? [], onRunAction: i }), actions: Lo(d, o), tabIndex: -1, onActivate: () => n?.(d), onPointerMove: () => r(u) }, d.id);
|
|
773
772
|
})
|
|
774
|
-
] },
|
|
775
|
-
},
|
|
776
|
-
const o =
|
|
773
|
+
] }, a.id)) });
|
|
774
|
+
}, No = () => {
|
|
775
|
+
const o = $(1);
|
|
777
776
|
let e;
|
|
778
|
-
return o[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (e = /* @__PURE__ */ s(
|
|
779
|
-
},
|
|
780
|
-
const e =
|
|
777
|
+
return o[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (e = /* @__PURE__ */ s(Q, { gap: "2", p: "sm", children: [0, 1, 2, 3].map(Bo) }), o[0] = e) : e = o[0], e;
|
|
778
|
+
}, li = (o) => {
|
|
779
|
+
const e = $(37), {
|
|
781
780
|
autoFocus: t,
|
|
782
781
|
emptyLabel: n,
|
|
783
782
|
error: r,
|
|
784
783
|
footerEnd: i,
|
|
785
784
|
footerStart: l,
|
|
786
|
-
items:
|
|
787
|
-
loading:
|
|
785
|
+
items: c,
|
|
786
|
+
loading: a,
|
|
788
787
|
onActivateItem: d,
|
|
789
788
|
onEscape: u,
|
|
790
789
|
onQueryChange: f,
|
|
791
790
|
query: h
|
|
792
|
-
} = o,
|
|
793
|
-
let
|
|
794
|
-
e[0] !== v || e[1] !==
|
|
795
|
-
const
|
|
796
|
-
let
|
|
797
|
-
e[4] !==
|
|
798
|
-
if (!
|
|
791
|
+
} = o, m = t === void 0 ? !1 : t, p = n === void 0 ? "No notifications." : n, g = a === void 0 ? !1 : a, [x, b] = fe(""), [E, P] = fe(0), k = je(null), v = h ?? x;
|
|
792
|
+
let O, T;
|
|
793
|
+
e[0] !== v || e[1] !== c ? (O = $o(c, v), T = Do(O), e[0] = v, e[1] = c, e[2] = O, e[3] = T) : (O = e[2], T = e[3]);
|
|
794
|
+
const A = T, w = A[E] ?? null;
|
|
795
|
+
let y, L;
|
|
796
|
+
e[4] !== m ? (y = () => {
|
|
797
|
+
if (!m)
|
|
799
798
|
return;
|
|
800
|
-
const
|
|
801
|
-
return () => clearTimeout(
|
|
802
|
-
},
|
|
803
|
-
let
|
|
804
|
-
e[7] !==
|
|
805
|
-
|
|
806
|
-
},
|
|
807
|
-
let
|
|
808
|
-
e[10] !== f || e[11] !== h ? (
|
|
809
|
-
h === void 0 &&
|
|
810
|
-
}, e[10] = f, e[11] = h, e[12] =
|
|
811
|
-
const
|
|
812
|
-
let
|
|
813
|
-
e[13] !==
|
|
814
|
-
if (
|
|
815
|
-
|
|
799
|
+
const D = setTimeout(() => k.current?.focus(), 0);
|
|
800
|
+
return () => clearTimeout(D);
|
|
801
|
+
}, L = [m], e[4] = m, e[5] = y, e[6] = L) : (y = e[5], L = e[6]), ge(y, L);
|
|
802
|
+
let z, I;
|
|
803
|
+
e[7] !== A.length ? (z = () => {
|
|
804
|
+
P((D) => Math.min(D, Math.max(A.length - 1, 0)));
|
|
805
|
+
}, I = [A.length], e[7] = A.length, e[8] = z, e[9] = I) : (z = e[8], I = e[9]), ge(z, I);
|
|
806
|
+
let _;
|
|
807
|
+
e[10] !== f || e[11] !== h ? (_ = (D) => {
|
|
808
|
+
h === void 0 && b(D), f?.(D), P(0);
|
|
809
|
+
}, e[10] = f, e[11] = h, e[12] = _) : _ = e[12];
|
|
810
|
+
const R = _;
|
|
811
|
+
let C;
|
|
812
|
+
e[13] !== w || e[14] !== v || e[15] !== A.length || e[16] !== d || e[17] !== u || e[18] !== R ? (C = (D) => {
|
|
813
|
+
if (D.key === "ArrowDown") {
|
|
814
|
+
D.preventDefault(), P((X) => Math.min(X + 1, Math.max(A.length - 1, 0)));
|
|
816
815
|
return;
|
|
817
816
|
}
|
|
818
|
-
if (
|
|
819
|
-
|
|
817
|
+
if (D.key === "ArrowUp") {
|
|
818
|
+
D.preventDefault(), P(Wo);
|
|
820
819
|
return;
|
|
821
820
|
}
|
|
822
|
-
if (
|
|
823
|
-
|
|
821
|
+
if (D.key === "Enter") {
|
|
822
|
+
D.preventDefault(), w && d?.(w);
|
|
824
823
|
return;
|
|
825
824
|
}
|
|
826
|
-
if (
|
|
827
|
-
if (
|
|
828
|
-
|
|
825
|
+
if (D.key === "Escape") {
|
|
826
|
+
if (D.preventDefault(), v.length > 0) {
|
|
827
|
+
R("");
|
|
829
828
|
return;
|
|
830
829
|
}
|
|
831
830
|
u?.();
|
|
832
831
|
}
|
|
833
|
-
}, e[13] =
|
|
834
|
-
const
|
|
835
|
-
let
|
|
836
|
-
e[20] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (
|
|
837
|
-
let
|
|
838
|
-
e[21] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (
|
|
832
|
+
}, e[13] = w, e[14] = v, e[15] = A.length, e[16] = d, e[17] = u, e[18] = R, e[19] = C) : C = e[19];
|
|
833
|
+
const N = C;
|
|
834
|
+
let H;
|
|
835
|
+
e[20] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (H = /* @__PURE__ */ s(Gt, { size: 14 }), e[20] = H) : H = e[20];
|
|
836
|
+
let q;
|
|
837
|
+
e[21] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (q = {
|
|
839
838
|
maxH: "24rem",
|
|
840
839
|
showHorizontalScrollbar: !1
|
|
841
|
-
}, e[21] =
|
|
842
|
-
let
|
|
843
|
-
e[22] !==
|
|
844
|
-
let
|
|
845
|
-
return e[29] !== v || e[30] !==
|
|
840
|
+
}, e[21] = q) : q = e[21];
|
|
841
|
+
let B;
|
|
842
|
+
e[22] !== E || e[23] !== p || e[24] !== r || e[25] !== O || e[26] !== g || e[27] !== o ? (B = r ? /* @__PURE__ */ s(G, { p: "sm", children: /* @__PURE__ */ s(dt, { status: "error", colorPalette: "red", title: "Notifications unavailable", size: "sm", children: r }) }) : g ? /* @__PURE__ */ s(No, {}) : O.length === 0 ? /* @__PURE__ */ s(F, { textStyle: "paragraph/S/regular", color: "fg.muted", px: "sm", py: "md", children: p }) : /* @__PURE__ */ s(zo, { ...o, items: O, activeIndex: E, onActiveIndexChange: P }), e[22] = E, e[23] = p, e[24] = r, e[25] = O, e[26] = g, e[27] = o, e[28] = B) : B = e[28];
|
|
843
|
+
let W;
|
|
844
|
+
return e[29] !== v || e[30] !== m || e[31] !== i || e[32] !== l || e[33] !== N || e[34] !== B || e[35] !== R ? (W = /* @__PURE__ */ s(Yt, { searchValue: v, searchPlaceholder: "Search notifications", searchIcon: H, searchInputRef: k, searchAutoFocus: m, footerStart: l, footerEnd: i, scrollAreaProps: q, onSearchChange: R, onSearchKeyDown: N, children: B }), e[29] = v, e[30] = m, e[31] = i, e[32] = l, e[33] = N, e[34] = B, e[35] = R, e[36] = W) : W = e[36], W;
|
|
846
845
|
};
|
|
847
|
-
function
|
|
848
|
-
return /* @__PURE__ */
|
|
849
|
-
/* @__PURE__ */ s(
|
|
850
|
-
/* @__PURE__ */ s(
|
|
846
|
+
function Bo(o) {
|
|
847
|
+
return /* @__PURE__ */ S(Q, { gap: "2xs", children: [
|
|
848
|
+
/* @__PURE__ */ s(ft, { h: "4", w: o % 2 === 0 ? "68%" : "52%", borderRadius: "xs" }),
|
|
849
|
+
/* @__PURE__ */ s(ft, { h: "3", w: "88%", borderRadius: "xs" })
|
|
851
850
|
] }, o);
|
|
852
851
|
}
|
|
853
|
-
function
|
|
852
|
+
function Wo(o) {
|
|
854
853
|
return Math.max(o - 1, 0);
|
|
855
854
|
}
|
|
856
|
-
const
|
|
857
|
-
const e =
|
|
855
|
+
const ii = (o) => {
|
|
856
|
+
const e = $(6);
|
|
858
857
|
let t, n;
|
|
859
858
|
e[0] !== o ? ({
|
|
860
859
|
children: t,
|
|
861
860
|
...n
|
|
862
861
|
} = o, e[0] = o, e[1] = t, e[2] = n) : (t = e[1], n = e[2]);
|
|
863
862
|
let r;
|
|
864
|
-
return e[3] !== t || e[4] !== n ? (r = /* @__PURE__ */ s(
|
|
865
|
-
},
|
|
866
|
-
const e =
|
|
867
|
-
let t, n, r, i, l,
|
|
863
|
+
return e[3] !== t || e[4] !== n ? (r = /* @__PURE__ */ s(de, { as: "aside", direction: "column", h: "full", minH: "0", minW: "0", w: "full", overflow: "hidden", bg: "bg", ...n, children: t }), e[3] = t, e[4] = n, e[5] = r) : r = e[5], r;
|
|
864
|
+
}, Fo = "20rem", si = (o) => {
|
|
865
|
+
const e = $(15);
|
|
866
|
+
let t, n, r, i, l, c;
|
|
868
867
|
e[0] !== o ? ({
|
|
869
868
|
children: t,
|
|
870
869
|
header: n,
|
|
871
870
|
width: l,
|
|
872
871
|
minWidth: r,
|
|
873
|
-
resizable:
|
|
872
|
+
resizable: c,
|
|
874
873
|
...i
|
|
875
|
-
} = o, e[0] = o, e[1] = t, e[2] = n, e[3] = r, e[4] = i, e[5] = l, e[6] =
|
|
876
|
-
const
|
|
874
|
+
} = o, e[0] = o, e[1] = t, e[2] = n, e[3] = r, e[4] = i, e[5] = l, e[6] = c) : (t = e[1], n = e[2], r = e[3], i = e[4], l = e[5], c = e[6]);
|
|
875
|
+
const a = l === void 0 ? "28rem" : l, d = c === void 0 ? !1 : c, u = r ?? (d ? Fo : a), f = d ? "full" : a;
|
|
877
876
|
let h;
|
|
878
|
-
e[7] !== t ? (h = /* @__PURE__ */ s(
|
|
879
|
-
let
|
|
880
|
-
return e[9] !== n || e[10] !== u || e[11] !== f || e[12] !== i || e[13] !== h ? (
|
|
877
|
+
e[7] !== t ? (h = /* @__PURE__ */ s(de, { flex: "1", minH: 0, direction: "column", children: t }), e[7] = t, e[8] = h) : h = e[8];
|
|
878
|
+
let m;
|
|
879
|
+
return e[9] !== n || e[10] !== u || e[11] !== f || e[12] !== i || e[13] !== h ? (m = /* @__PURE__ */ S(de, { direction: "column", position: "relative", flexShrink: 0, w: f, minW: u, h: "100%", borderLeftWidth: "1px", bg: "bg", overflow: "hidden", ...i, children: [
|
|
881
880
|
n,
|
|
882
881
|
h
|
|
883
|
-
] }), e[9] = n, e[10] = u, e[11] = f, e[12] = i, e[13] = h, e[14] =
|
|
884
|
-
},
|
|
885
|
-
const n =
|
|
886
|
-
let r, i, l,
|
|
882
|
+
] }), e[9] = n, e[10] = u, e[11] = f, e[12] = i, e[13] = h, e[14] = m) : m = e[14], m;
|
|
883
|
+
}, ai = Vt(function(e, t) {
|
|
884
|
+
const n = $(19);
|
|
885
|
+
let r, i, l, c, a;
|
|
887
886
|
n[0] !== e ? ({
|
|
888
887
|
children: r,
|
|
889
888
|
containerProps: i,
|
|
890
|
-
isOpen:
|
|
891
|
-
tooltip:
|
|
889
|
+
isOpen: c,
|
|
890
|
+
tooltip: a,
|
|
892
891
|
...l
|
|
893
|
-
} = e, n[0] = e, n[1] = r, n[2] = i, n[3] = l, n[4] =
|
|
894
|
-
const u = (
|
|
892
|
+
} = e, n[0] = e, n[1] = r, n[2] = i, n[3] = l, n[4] = c, n[5] = a) : (r = n[1], i = n[2], l = n[3], c = n[4], a = n[5]);
|
|
893
|
+
const u = (c === void 0 ? !1 : c) ? "border.accent" : "border";
|
|
895
894
|
let f, h;
|
|
896
895
|
n[6] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (f = {
|
|
897
896
|
borderColor: "border.accent"
|
|
898
897
|
}, h = {
|
|
899
898
|
borderColor: "border.accent"
|
|
900
899
|
}, n[6] = f, n[7] = h) : (f = n[6], h = n[7]);
|
|
901
|
-
let
|
|
902
|
-
n[8] !== r || n[9] !== t || n[10] !== l || n[11] !== u ? (
|
|
903
|
-
const
|
|
900
|
+
let m;
|
|
901
|
+
n[8] !== r || n[9] !== t || n[10] !== l || n[11] !== u ? (m = /* @__PURE__ */ s(Fe, { ref: t, rounded: "full", size: "lg", borderWidth: "1px", borderColor: u, transition: "border-color 0.2s ease-in-out", _hover: f, _active: h, ...l, children: r }), n[8] = r, n[9] = t, n[10] = l, n[11] = u, n[12] = m) : m = n[12];
|
|
902
|
+
const p = m;
|
|
904
903
|
let g;
|
|
905
|
-
n[13] !==
|
|
906
|
-
let
|
|
907
|
-
return n[16] !== i || n[17] !== g ? (
|
|
908
|
-
}),
|
|
909
|
-
const n =
|
|
904
|
+
n[13] !== p || n[14] !== a ? (g = a ? /* @__PURE__ */ s(Ue, { content: a, children: p }) : p, n[13] = p, n[14] = a, n[15] = g) : g = n[15];
|
|
905
|
+
let x;
|
|
906
|
+
return n[16] !== i || n[17] !== g ? (x = /* @__PURE__ */ s(Pe.div, { position: "fixed", bottom: "6", right: "6", zIndex: "docked", ...i, children: g }), n[16] = i, n[17] = g, n[18] = x) : x = n[18], x;
|
|
907
|
+
}), ci = Vt(function(e, t) {
|
|
908
|
+
const n = $(28), {
|
|
910
909
|
isOpen: r,
|
|
911
910
|
title: i,
|
|
912
911
|
menu: l,
|
|
913
|
-
onClose:
|
|
914
|
-
closeLabel:
|
|
912
|
+
onClose: c,
|
|
913
|
+
closeLabel: a,
|
|
915
914
|
onPopOut: d,
|
|
916
915
|
popOutLabel: u,
|
|
917
916
|
width: f,
|
|
918
917
|
height: h,
|
|
919
|
-
containerProps:
|
|
920
|
-
testId:
|
|
918
|
+
containerProps: m,
|
|
919
|
+
testId: p,
|
|
921
920
|
"aria-label": g,
|
|
922
|
-
children:
|
|
923
|
-
} = e,
|
|
924
|
-
if (!
|
|
921
|
+
children: x
|
|
922
|
+
} = e, b = r === void 0 ? !1 : r, E = f === void 0 ? "28rem" : f, P = h === void 0 ? "38rem" : h;
|
|
923
|
+
if (!b)
|
|
925
924
|
return null;
|
|
926
925
|
const k = g ?? i;
|
|
927
926
|
let v;
|
|
928
927
|
n[0] !== l ? (v = /* @__PURE__ */ s(ae, { gap: "1", minW: "0", children: l }), n[0] = l, n[1] = v) : v = n[1];
|
|
929
|
-
let
|
|
930
|
-
n[2] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (
|
|
931
|
-
let A;
|
|
932
|
-
n[3] !== d || n[4] !== u ? (A = d ? /* @__PURE__ */ s(Ue, { content: u, children: /* @__PURE__ */ s(We, { size: Ct, variant: "ghost", "aria-label": u, onClick: d, children: /* @__PURE__ */ s(In, { size: 16 }) }) }) : null, n[3] = d, n[4] = u, n[5] = A) : A = n[5];
|
|
928
|
+
let O;
|
|
929
|
+
n[2] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (O = /* @__PURE__ */ s(Bt, {}), n[2] = O) : O = n[2];
|
|
933
930
|
let T;
|
|
934
|
-
n[
|
|
935
|
-
let
|
|
936
|
-
n[
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
n[
|
|
931
|
+
n[3] !== d || n[4] !== u ? (T = d ? /* @__PURE__ */ s(Ue, { content: u, children: /* @__PURE__ */ s(Fe, { size: vt, variant: "ghost", "aria-label": u, onClick: d, children: /* @__PURE__ */ s(wn, { size: 16 }) }) }) : null, n[3] = d, n[4] = u, n[5] = T) : T = n[5];
|
|
932
|
+
let A;
|
|
933
|
+
n[6] !== a || n[7] !== c ? (A = c ? /* @__PURE__ */ s(Ue, { content: a, children: /* @__PURE__ */ s(Fe, { size: vt, variant: "ghost", "aria-label": a, onClick: c, children: /* @__PURE__ */ s(In, { size: 16 }) }) }) : null, n[6] = a, n[7] = c, n[8] = A) : A = n[8];
|
|
934
|
+
let w;
|
|
935
|
+
n[9] !== T || n[10] !== A ? (w = /* @__PURE__ */ S(ae, { gap: "1", children: [
|
|
936
|
+
T,
|
|
937
|
+
A
|
|
938
|
+
] }), n[9] = T, n[10] = A, n[11] = w) : w = n[11];
|
|
939
|
+
let y;
|
|
940
|
+
n[12] !== v || n[13] !== w ? (y = /* @__PURE__ */ S(On, { variant: "main", gap: "sm", flexShrink: 0, children: [
|
|
942
941
|
v,
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
] }), n[12] = v, n[13] =
|
|
946
|
-
let
|
|
947
|
-
n[15] !==
|
|
948
|
-
let
|
|
949
|
-
n[17] !==
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
] }), n[17] =
|
|
953
|
-
let
|
|
954
|
-
return n[20] !==
|
|
955
|
-
}),
|
|
956
|
-
const [e, t] =
|
|
942
|
+
O,
|
|
943
|
+
w
|
|
944
|
+
] }), n[12] = v, n[13] = w, n[14] = y) : y = n[14];
|
|
945
|
+
let L;
|
|
946
|
+
n[15] !== x ? (L = /* @__PURE__ */ s(G, { flex: "1", minH: 0, display: "flex", flexDirection: "column", gap: "sm", children: x }), n[15] = x, n[16] = L) : L = n[16];
|
|
947
|
+
let z;
|
|
948
|
+
n[17] !== L || n[18] !== y ? (z = /* @__PURE__ */ S(de, { direction: "column", h: "full", children: [
|
|
949
|
+
y,
|
|
950
|
+
L
|
|
951
|
+
] }), n[17] = L, n[18] = y, n[19] = z) : z = n[19];
|
|
952
|
+
let I;
|
|
953
|
+
return n[20] !== m || n[21] !== P || n[22] !== t || n[23] !== z || n[24] !== k || n[25] !== p || n[26] !== E ? (I = /* @__PURE__ */ s(Je, { children: /* @__PURE__ */ s(Pe.section, { ref: t, role: "dialog", "data-testid": p, "aria-label": k, position: "fixed", bottom: "3", right: "3", w: E, maxW: "calc(100vw - 2rem)", h: P, maxH: "calc(100vh - 2rem)", borderRadius: "xs", borderWidth: "1px", borderColor: "border.subtle", bg: "bg", overflow: "hidden", zIndex: "dropdown", ...m, children: z }) }), n[20] = m, n[21] = P, n[22] = t, n[23] = z, n[24] = k, n[25] = p, n[26] = E, n[27] = I) : I = n[27], I;
|
|
954
|
+
}), Ho = (o) => {
|
|
955
|
+
const [e, t] = fe(!1), {
|
|
957
956
|
headline: n,
|
|
958
957
|
buttonText: r,
|
|
959
958
|
notificationText: i,
|
|
960
959
|
onDelete: l,
|
|
961
|
-
open:
|
|
962
|
-
onClose:
|
|
960
|
+
open: c,
|
|
961
|
+
onClose: a,
|
|
963
962
|
children: d
|
|
964
963
|
} = o, u = async () => {
|
|
965
964
|
t(!0);
|
|
966
965
|
try {
|
|
967
|
-
await l(),
|
|
966
|
+
await l(), a();
|
|
968
967
|
} catch {
|
|
969
968
|
} finally {
|
|
970
969
|
t(!1);
|
|
@@ -974,31 +973,31 @@ const nl = (o) => {
|
|
|
974
973
|
// Destructive confirmations dismiss only through their explicit controls —
|
|
975
974
|
// outside interactions must never cancel them, and when nested inside another
|
|
976
975
|
// overlay (e.g. the settings dialog) a portal keeps the layers cooperating.
|
|
977
|
-
/* @__PURE__ */ s(
|
|
978
|
-
f.open ||
|
|
979
|
-
}, closeOnInteractOutside: !1, children: /* @__PURE__ */
|
|
980
|
-
/* @__PURE__ */ s(
|
|
981
|
-
/* @__PURE__ */ s(
|
|
982
|
-
/* @__PURE__ */
|
|
983
|
-
/* @__PURE__ */ s(
|
|
984
|
-
/* @__PURE__ */ s(
|
|
976
|
+
/* @__PURE__ */ s(Z.Root, { open: c, onOpenChange: (f) => {
|
|
977
|
+
f.open || a();
|
|
978
|
+
}, closeOnInteractOutside: !1, children: /* @__PURE__ */ S(Je, { children: [
|
|
979
|
+
/* @__PURE__ */ s(Z.Backdrop, {}),
|
|
980
|
+
/* @__PURE__ */ s(Z.Positioner, { children: /* @__PURE__ */ S(Z.Content, { children: [
|
|
981
|
+
/* @__PURE__ */ S(Z.Header, { children: [
|
|
982
|
+
/* @__PURE__ */ s(F, { textStyle: "heading/M", children: n }),
|
|
983
|
+
/* @__PURE__ */ s(Z.CloseTrigger, { asChild: !0, children: /* @__PURE__ */ s(Wt, { size: "sm" }) })
|
|
985
984
|
] }),
|
|
986
|
-
/* @__PURE__ */ s(
|
|
987
|
-
i ? /* @__PURE__ */ s(
|
|
985
|
+
/* @__PURE__ */ s(Z.Body, { children: /* @__PURE__ */ S(Q, { gap: "3", children: [
|
|
986
|
+
i ? /* @__PURE__ */ s(F, { children: i }) : null,
|
|
988
987
|
d
|
|
989
988
|
] }) }),
|
|
990
|
-
/* @__PURE__ */ s(
|
|
991
|
-
/* @__PURE__ */ s(
|
|
992
|
-
/* @__PURE__ */ s(
|
|
989
|
+
/* @__PURE__ */ s(Z.Footer, { children: /* @__PURE__ */ S(Q, { direction: "row", gap: "1", children: [
|
|
990
|
+
/* @__PURE__ */ s(ue, { onClick: a, children: "Close" }),
|
|
991
|
+
/* @__PURE__ */ s(ue, { loading: e, variant: "destructive", onClick: u, children: r })
|
|
993
992
|
] }) })
|
|
994
993
|
] }) })
|
|
995
994
|
] }) })
|
|
996
995
|
);
|
|
997
|
-
},
|
|
996
|
+
}, Mo = (o) => o.isDirectory ? o.isGitRepo ? Pn : jt : Tn, Vo = (o, e) => {
|
|
998
997
|
const t = e.trim().toLowerCase();
|
|
999
998
|
return t ? o.filter((n) => `${n.name} ${n.path}`.toLowerCase().includes(t)) : o;
|
|
1000
|
-
},
|
|
1001
|
-
const e =
|
|
999
|
+
}, Go = (o) => {
|
|
1000
|
+
const e = $(22), {
|
|
1002
1001
|
entry: t,
|
|
1003
1002
|
selectedPath: n,
|
|
1004
1003
|
selectedPathSet: r,
|
|
@@ -1006,21 +1005,21 @@ const nl = (o) => {
|
|
|
1006
1005
|
} = o;
|
|
1007
1006
|
let l;
|
|
1008
1007
|
e[0] !== t.isGitRepo || e[1] !== t.path || e[2] !== r ? (l = t.isGitRepo && r.has(t.path), e[0] = t.isGitRepo, e[1] = t.path, e[2] = r, e[3] = l) : l = e[3];
|
|
1009
|
-
const
|
|
1008
|
+
const c = l, a = !t.isDirectory || c;
|
|
1010
1009
|
let d;
|
|
1011
|
-
e[4] !== t || e[5] !==
|
|
1012
|
-
|
|
1013
|
-
}, e[4] = t, e[5] =
|
|
1014
|
-
const u = d, f = n === t.path, h = t.path,
|
|
1015
|
-
let
|
|
1016
|
-
e[8] !== t ? (
|
|
1010
|
+
e[4] !== t || e[5] !== c || e[6] !== i ? (d = () => {
|
|
1011
|
+
c || i(t);
|
|
1012
|
+
}, e[4] = t, e[5] = c, e[6] = i, e[7] = d) : d = e[7];
|
|
1013
|
+
const u = d, f = n === t.path, h = t.path, m = t.name;
|
|
1014
|
+
let p;
|
|
1015
|
+
e[8] !== t ? (p = Mo(t), e[8] = t, e[9] = p) : p = e[9];
|
|
1017
1016
|
let g;
|
|
1018
|
-
e[10] !==
|
|
1017
|
+
e[10] !== p ? (g = /* @__PURE__ */ s(ce, { as: p, boxSize: "16px" }), e[10] = p, e[11] = g) : g = e[11];
|
|
1018
|
+
let x;
|
|
1019
|
+
e[12] !== t.isGitRepo ? (x = t.isGitRepo ? /* @__PURE__ */ s(Te, { textStyle: "label/XS/medium", px: "xs", py: "2px", colorPalette: "green", variant: "subtle", pointerEvents: "none", children: "Git repo" }) : void 0, e[12] = t.isGitRepo, e[13] = x) : x = e[13];
|
|
1019
1020
|
let b;
|
|
1020
|
-
e[
|
|
1021
|
-
|
|
1022
|
-
return e[14] !== t.name || e[15] !== t.path || e[16] !== u || e[17] !== c || e[18] !== f || e[19] !== g || e[20] !== b ? (C = /* @__PURE__ */ s(nt, { variant: "compact", isSelected: f, id: h, label: p, icon: g, endContent: b, disabled: c, onActivate: u }), e[14] = t.name, e[15] = t.path, e[16] = u, e[17] = c, e[18] = f, e[19] = g, e[20] = b, e[21] = C) : C = e[21], C;
|
|
1023
|
-
}, Qo = (o) => {
|
|
1021
|
+
return e[14] !== t.name || e[15] !== t.path || e[16] !== u || e[17] !== a || e[18] !== f || e[19] !== g || e[20] !== x ? (b = /* @__PURE__ */ s(Qe, { variant: "compact", isSelected: f, id: h, label: m, icon: g, endContent: x, disabled: a, onActivate: u }), e[14] = t.name, e[15] = t.path, e[16] = u, e[17] = a, e[18] = f, e[19] = g, e[20] = x, e[21] = b) : b = e[21], b;
|
|
1022
|
+
}, jo = (o) => {
|
|
1024
1023
|
if (!["ArrowDown", "ArrowUp", "Home", "End"].includes(o.key))
|
|
1025
1024
|
return;
|
|
1026
1025
|
const e = Array.from(o.currentTarget.querySelectorAll('button[role="option"]:not(:disabled)'));
|
|
@@ -1028,111 +1027,111 @@ const nl = (o) => {
|
|
|
1028
1027
|
return;
|
|
1029
1028
|
const t = e.indexOf(document.activeElement), n = o.key === "Home" ? 0 : o.key === "End" ? e.length - 1 : o.key === "ArrowUp" ? t <= 0 ? e.length - 1 : t - 1 : t < 0 || t === e.length - 1 ? 0 : t + 1;
|
|
1030
1029
|
o.preventDefault(), e[n]?.focus();
|
|
1031
|
-
},
|
|
1032
|
-
const e =
|
|
1030
|
+
}, di = (o) => {
|
|
1031
|
+
const e = $(68), {
|
|
1033
1032
|
open: t,
|
|
1034
1033
|
title: n,
|
|
1035
1034
|
description: r,
|
|
1036
1035
|
currentPath: i,
|
|
1037
1036
|
entries: l,
|
|
1038
|
-
selectedPath:
|
|
1039
|
-
selectedPaths:
|
|
1037
|
+
selectedPath: c,
|
|
1038
|
+
selectedPaths: a,
|
|
1040
1039
|
isLoading: d,
|
|
1041
1040
|
error: u,
|
|
1042
1041
|
isSelectDisabled: f,
|
|
1043
1042
|
onClose: h,
|
|
1044
|
-
onSelect:
|
|
1045
|
-
onSelectHomeDirectory:
|
|
1043
|
+
onSelect: m,
|
|
1044
|
+
onSelectHomeDirectory: p,
|
|
1046
1045
|
onSelectParentDirectory: g,
|
|
1047
|
-
onEntryClick:
|
|
1048
|
-
} = o,
|
|
1046
|
+
onEntryClick: x
|
|
1047
|
+
} = o, b = n === void 0 ? "Select folder" : n, E = i === void 0 ? "" : i, P = c === void 0 ? null : c;
|
|
1049
1048
|
let k;
|
|
1050
|
-
e[0] !==
|
|
1051
|
-
const v = k,
|
|
1052
|
-
let _;
|
|
1053
|
-
e[2] !== v ? (_ = new Set(v), e[2] = v, e[3] = _) : _ = e[3];
|
|
1054
|
-
const N = _, D = jo(l, I), z = O || "Home";
|
|
1055
|
-
let S, y;
|
|
1056
|
-
e[4] !== t || e[5] !== z ? (y = () => {
|
|
1057
|
-
!t || !z || P("");
|
|
1058
|
-
}, S = [t, z], e[4] = t, e[5] = z, e[6] = S, e[7] = y) : (S = e[6], y = e[7]), he(y, S);
|
|
1059
|
-
const w = X, B = !0, V = !0, H = !1;
|
|
1060
|
-
let G;
|
|
1061
|
-
e[8] !== h ? (G = (De) => !De.open && h(), e[8] = h, e[9] = G) : G = e[9];
|
|
1049
|
+
e[0] !== a ? (k = a === void 0 ? [] : a, e[0] = a, e[1] = k) : k = e[1];
|
|
1050
|
+
const v = k, O = d === void 0 ? !1 : d, T = u === void 0 ? "" : u, A = f === void 0 ? !1 : f, [w, y] = fe("");
|
|
1062
1051
|
let L;
|
|
1063
|
-
e[
|
|
1064
|
-
const
|
|
1065
|
-
let
|
|
1066
|
-
e[
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
]
|
|
1074
|
-
const
|
|
1075
|
-
let
|
|
1076
|
-
e[
|
|
1077
|
-
let
|
|
1078
|
-
e[
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1052
|
+
e[2] !== v ? (L = new Set(v), e[2] = v, e[3] = L) : L = e[3];
|
|
1053
|
+
const z = L, I = Vo(l, w), _ = E || "Home";
|
|
1054
|
+
let R, C;
|
|
1055
|
+
e[4] !== t || e[5] !== _ ? (C = () => {
|
|
1056
|
+
!t || !_ || y("");
|
|
1057
|
+
}, R = [t, _], e[4] = t, e[5] = _, e[6] = R, e[7] = C) : (R = e[6], C = e[7]), ge(C, R);
|
|
1058
|
+
const N = Z, H = !0, q = !0, B = !1;
|
|
1059
|
+
let W;
|
|
1060
|
+
e[8] !== h ? (W = (ze) => !ze.open && h(), e[8] = h, e[9] = W) : W = e[9];
|
|
1061
|
+
let D;
|
|
1062
|
+
e[10] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (D = /* @__PURE__ */ s(Z.Backdrop, {}), e[10] = D) : D = e[10];
|
|
1063
|
+
const X = Z, j = Z;
|
|
1064
|
+
let V;
|
|
1065
|
+
e[11] !== b ? (V = /* @__PURE__ */ s(F, { textStyle: "heading/M", children: b }), e[11] = b, e[12] = V) : V = e[12];
|
|
1066
|
+
let U;
|
|
1067
|
+
e[13] !== r ? (U = r ? /* @__PURE__ */ s(F, { textStyle: "paragraph/S/regular", color: "fg.muted", children: r }) : null, e[13] = r, e[14] = U) : U = e[14];
|
|
1068
|
+
let Y;
|
|
1069
|
+
e[15] !== V || e[16] !== U ? (Y = /* @__PURE__ */ s(Z.Header, { children: /* @__PURE__ */ S(Q, { gap: "xs", children: [
|
|
1070
|
+
V,
|
|
1071
|
+
U
|
|
1072
|
+
] }) }), e[15] = V, e[16] = U, e[17] = Y) : Y = e[17];
|
|
1073
|
+
const se = Z, J = Q, ee = "md";
|
|
1084
1074
|
let re;
|
|
1085
|
-
e[
|
|
1075
|
+
e[18] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (re = /* @__PURE__ */ s(An, { size: 16 }), e[18] = re) : re = e[18];
|
|
1076
|
+
let te;
|
|
1077
|
+
e[19] !== p ? (te = /* @__PURE__ */ s(ue, { "aria-label": "Go to home directory", variant: "outline", size: "sm", onClick: p, children: re }), e[19] = p, e[20] = te) : te = e[20];
|
|
1078
|
+
const le = !E || E === "/";
|
|
1079
|
+
let ne;
|
|
1080
|
+
e[21] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (ne = /* @__PURE__ */ s(Rn, { size: 16 }), e[21] = ne) : ne = e[21];
|
|
1081
|
+
let K;
|
|
1082
|
+
e[22] !== g || e[23] !== le ? (K = /* @__PURE__ */ s(ue, { "aria-label": "Go to parent directory", variant: "outline", size: "sm", onClick: g, disabled: le, children: ne }), e[22] = g, e[23] = le, e[24] = K) : K = e[24];
|
|
1086
1083
|
let ie;
|
|
1087
|
-
e[
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
let
|
|
1096
|
-
e[
|
|
1097
|
-
let
|
|
1098
|
-
e[
|
|
1099
|
-
|
|
1084
|
+
e[25] !== _ ? (ie = /* @__PURE__ */ s(F, { "data-testid": "folder-picker-path", textStyle: "paragraph/S/regular", color: "fg.muted", flex: "1", lineClamp: 1, children: _ }), e[25] = _, e[26] = ie) : ie = e[26];
|
|
1085
|
+
let oe;
|
|
1086
|
+
e[27] !== te || e[28] !== K || e[29] !== ie ? (oe = /* @__PURE__ */ S(Q, { direction: "row", gap: "sm", align: "center", children: [
|
|
1087
|
+
te,
|
|
1088
|
+
K,
|
|
1089
|
+
ie
|
|
1090
|
+
] }), e[27] = te, e[28] = K, e[29] = ie, e[30] = oe) : oe = e[30];
|
|
1091
|
+
const he = Q, Ae = "0", xe = "1px", ve = "md", ye = "border.subtle", Re = "hidden";
|
|
1092
|
+
let M;
|
|
1093
|
+
e[31] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (M = /* @__PURE__ */ s(Gt, { size: 14 }), e[31] = M) : M = e[31];
|
|
1094
|
+
let be;
|
|
1095
|
+
e[32] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (be = (ze) => y(ze.target.value), e[32] = be) : be = e[32];
|
|
1096
|
+
let Ce;
|
|
1097
|
+
e[33] !== w ? (Ce = /* @__PURE__ */ s(Ht, { startElement: M, width: "full", borderBottomWidth: "1px", borderColor: "border.subtle", children: /* @__PURE__ */ s(Ft, { mx: "xs", value: w, placeholder: "Search repositories", "aria-label": "Search repositories", autoComplete: "off", onChange: be }) }), e[33] = w, e[34] = Ce) : Ce = e[34];
|
|
1098
|
+
const we = O ? /* @__PURE__ */ s(F, { textStyle: "paragraph/S/regular", color: "fg.muted", p: "sm", children: "Loading..." }) : T ? /* @__PURE__ */ s(F, { textStyle: "paragraph/S/regular", color: "red.500", p: "sm", children: T }) : I.length === 0 ? /* @__PURE__ */ s(F, { textStyle: "paragraph/S/regular", color: "fg.muted", p: "sm", children: "No entries found." }) : /* @__PURE__ */ s(tt, { maxHeight: "320px", contentProps: {
|
|
1100
1099
|
padding: "sm"
|
|
1101
|
-
}, children: /* @__PURE__ */ s(
|
|
1102
|
-
let
|
|
1103
|
-
e[35] !==
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
] }), e[35] =
|
|
1107
|
-
let Ae;
|
|
1108
|
-
e[39] !== te || e[40] !== ie || e[41] !== pe ? (Ae = /* @__PURE__ */ x(te, { gap: se, children: [
|
|
1109
|
-
ie,
|
|
1110
|
-
pe
|
|
1111
|
-
] }), e[39] = te, e[40] = ie, e[41] = pe, e[42] = Ae) : Ae = e[42];
|
|
1112
|
-
let Re;
|
|
1113
|
-
e[43] !== le.Body || e[44] !== Ae ? (Re = /* @__PURE__ */ s(le.Body, { children: Ae }), e[43] = le.Body, e[44] = Ae, e[45] = Re) : Re = e[45];
|
|
1100
|
+
}, children: /* @__PURE__ */ s(Q, { gap: "xs", role: "listbox", "aria-label": "Repository folders", onKeyDown: jo, children: I.map((ze) => /* @__PURE__ */ s(Go, { entry: ze, selectedPath: P, selectedPathSet: z, onEntryClick: x }, ze.path)) }) });
|
|
1101
|
+
let Se;
|
|
1102
|
+
e[35] !== he || e[36] !== Ce || e[37] !== we ? (Se = /* @__PURE__ */ S(he, { gap: Ae, borderWidth: xe, borderRadius: ve, borderColor: ye, overflow: Re, children: [
|
|
1103
|
+
Ce,
|
|
1104
|
+
we
|
|
1105
|
+
] }), e[35] = he, e[36] = Ce, e[37] = we, e[38] = Se) : Se = e[38];
|
|
1114
1106
|
let Ee;
|
|
1115
|
-
e[
|
|
1107
|
+
e[39] !== J || e[40] !== oe || e[41] !== Se ? (Ee = /* @__PURE__ */ S(J, { gap: ee, children: [
|
|
1108
|
+
oe,
|
|
1109
|
+
Se
|
|
1110
|
+
] }), e[39] = J, e[40] = oe, e[41] = Se, e[42] = Ee) : Ee = e[42];
|
|
1116
1111
|
let ke;
|
|
1117
|
-
e[
|
|
1118
|
-
let
|
|
1119
|
-
e[
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
] }) }), e[51] = Ee, e[52] = ke, e[53] = _e) : _e = e[53];
|
|
1112
|
+
e[43] !== se.Body || e[44] !== Ee ? (ke = /* @__PURE__ */ s(se.Body, { children: Ee }), e[43] = se.Body, e[44] = Ee, e[45] = ke) : ke = e[45];
|
|
1113
|
+
let $e;
|
|
1114
|
+
e[46] !== h ? ($e = /* @__PURE__ */ s(ue, { variant: "outline", onClick: h, children: "Cancel" }), e[46] = h, e[47] = $e) : $e = e[47];
|
|
1115
|
+
let De;
|
|
1116
|
+
e[48] !== A || e[49] !== m ? (De = /* @__PURE__ */ s(ue, { onClick: m, disabled: A, children: "Select repository" }), e[48] = A, e[49] = m, e[50] = De) : De = e[50];
|
|
1123
1117
|
let Oe;
|
|
1124
|
-
e[
|
|
1125
|
-
|
|
1126
|
-
|
|
1118
|
+
e[51] !== $e || e[52] !== De ? (Oe = /* @__PURE__ */ s(Z.Footer, { children: /* @__PURE__ */ S(Q, { direction: "row", gap: "sm", children: [
|
|
1119
|
+
$e,
|
|
1120
|
+
De
|
|
1121
|
+
] }) }), e[51] = $e, e[52] = De, e[53] = Oe) : Oe = e[53];
|
|
1122
|
+
let Le;
|
|
1123
|
+
e[54] !== j.Content || e[55] !== Y || e[56] !== ke || e[57] !== Oe ? (Le = /* @__PURE__ */ S(j.Content, { children: [
|
|
1124
|
+
Y,
|
|
1125
|
+
ke,
|
|
1126
|
+
Oe
|
|
1127
|
+
] }), e[54] = j.Content, e[55] = Y, e[56] = ke, e[57] = Oe, e[58] = Le) : Le = e[58];
|
|
1128
|
+
let _e;
|
|
1129
|
+
e[59] !== X.Positioner || e[60] !== Le ? (_e = /* @__PURE__ */ s(X.Positioner, { children: Le }), e[59] = X.Positioner, e[60] = Le, e[61] = _e) : _e = e[61];
|
|
1130
|
+
let Xe;
|
|
1131
|
+
return e[62] !== t || e[63] !== N.Root || e[64] !== W || e[65] !== D || e[66] !== _e ? (Xe = /* @__PURE__ */ S(N.Root, { lazyMount: H, unmountOnExit: q, closeOnInteractOutside: B, open: t, onOpenChange: W, children: [
|
|
1132
|
+
D,
|
|
1127
1133
|
_e
|
|
1128
|
-
] }), e[
|
|
1129
|
-
let $e;
|
|
1130
|
-
e[59] !== Y.Positioner || e[60] !== Oe ? ($e = /* @__PURE__ */ s(Y.Positioner, { children: Oe }), e[59] = Y.Positioner, e[60] = Oe, e[61] = $e) : $e = e[61];
|
|
1131
|
-
let Qe;
|
|
1132
|
-
return e[62] !== t || e[63] !== w.Root || e[64] !== G || e[65] !== L || e[66] !== $e ? (Qe = /* @__PURE__ */ x(w.Root, { lazyMount: B, unmountOnExit: V, closeOnInteractOutside: H, open: t, onOpenChange: G, children: [
|
|
1133
|
-
L,
|
|
1134
|
-
$e
|
|
1135
|
-
] }), e[62] = t, e[63] = w.Root, e[64] = G, e[65] = L, e[66] = $e, e[67] = Qe) : Qe = e[67], Qe;
|
|
1134
|
+
] }), e[62] = t, e[63] = N.Root, e[64] = W, e[65] = D, e[66] = _e, e[67] = Xe) : Xe = e[67], Xe;
|
|
1136
1135
|
}, Ze = {
|
|
1137
1136
|
alignItems: "center",
|
|
1138
1137
|
display: "inline-flex",
|
|
@@ -1152,7 +1151,7 @@ const nl = (o) => {
|
|
|
1152
1151
|
_focusVisible: {
|
|
1153
1152
|
outline: "none"
|
|
1154
1153
|
}
|
|
1155
|
-
},
|
|
1154
|
+
}, yt = {
|
|
1156
1155
|
...Ze,
|
|
1157
1156
|
color: "fg",
|
|
1158
1157
|
cursor: "default",
|
|
@@ -1160,36 +1159,36 @@ const nl = (o) => {
|
|
|
1160
1159
|
_hover: {
|
|
1161
1160
|
textDecoration: "none"
|
|
1162
1161
|
}
|
|
1163
|
-
},
|
|
1164
|
-
const e =
|
|
1162
|
+
}, Uo = (o) => !!(o.url || o.onClick), Qo = (o) => {
|
|
1163
|
+
const e = $(14), {
|
|
1165
1164
|
item: t,
|
|
1166
1165
|
isCurrent: n,
|
|
1167
1166
|
linkComponent: r
|
|
1168
1167
|
} = o;
|
|
1169
|
-
if (n && !
|
|
1168
|
+
if (n && !Uo(t)) {
|
|
1170
1169
|
let l;
|
|
1171
|
-
return e[0] !== t.title ? (l = /* @__PURE__ */ s(
|
|
1170
|
+
return e[0] !== t.title ? (l = /* @__PURE__ */ s(me.CurrentLink, { ...yt, children: t.title }), e[0] = t.title, e[1] = l) : l = e[1], l;
|
|
1172
1171
|
}
|
|
1173
1172
|
if (t.url && r) {
|
|
1174
1173
|
let l;
|
|
1175
|
-
return e[2] !== r || e[3] !== t.title || e[4] !== t.url ? (l = /* @__PURE__ */ s(
|
|
1174
|
+
return e[2] !== r || e[3] !== t.title || e[4] !== t.url ? (l = /* @__PURE__ */ s(me.Link, { asChild: !0, ...Ze, children: /* @__PURE__ */ s(r, { to: t.url, children: t.title }) }), e[2] = r, e[3] = t.title, e[4] = t.url, e[5] = l) : l = e[5], l;
|
|
1176
1175
|
}
|
|
1177
1176
|
if (t.url) {
|
|
1178
1177
|
let l;
|
|
1179
|
-
return e[6] !== t.title || e[7] !== t.url ? (l = /* @__PURE__ */ s(
|
|
1178
|
+
return e[6] !== t.title || e[7] !== t.url ? (l = /* @__PURE__ */ s(me.Link, { href: t.url, ...Ze, children: t.title }), e[6] = t.title, e[7] = t.url, e[8] = l) : l = e[8], l;
|
|
1180
1179
|
}
|
|
1181
1180
|
if (t.onClick) {
|
|
1182
1181
|
let l;
|
|
1183
|
-
return e[9] !== t.onClick || e[10] !== t.title ? (l = /* @__PURE__ */ s(
|
|
1182
|
+
return e[9] !== t.onClick || e[10] !== t.title ? (l = /* @__PURE__ */ s(me.Link, { as: "button", type: "button", onClick: t.onClick, ...Ze, children: t.title }), e[9] = t.onClick, e[10] = t.title, e[11] = l) : l = e[11], l;
|
|
1184
1183
|
}
|
|
1185
1184
|
let i;
|
|
1186
|
-
return e[12] !== t.title ? (i = /* @__PURE__ */ s(
|
|
1187
|
-
},
|
|
1188
|
-
const e =
|
|
1185
|
+
return e[12] !== t.title ? (i = /* @__PURE__ */ s(me.Link, { as: "span", ...yt, children: t.title }), e[12] = t.title, e[13] = i) : i = e[13], i;
|
|
1186
|
+
}, Xo = (o) => {
|
|
1187
|
+
const e = $(6), {
|
|
1189
1188
|
item: t
|
|
1190
1189
|
} = o;
|
|
1191
1190
|
let n;
|
|
1192
|
-
e[0] !== o ? (n = /* @__PURE__ */ s(
|
|
1191
|
+
e[0] !== o ? (n = /* @__PURE__ */ s(Qo, { ...o }), e[0] = o, e[1] = n) : n = e[1];
|
|
1193
1192
|
const r = n;
|
|
1194
1193
|
if (!t.contextMenuActions?.length)
|
|
1195
1194
|
return r;
|
|
@@ -1198,60 +1197,60 @@ const nl = (o) => {
|
|
|
1198
1197
|
placement: "bottom-start"
|
|
1199
1198
|
}, e[2] = i) : i = e[2];
|
|
1200
1199
|
let l;
|
|
1201
|
-
return e[3] !== r || e[4] !== t.contextMenuActions ? (l = /* @__PURE__ */ s(
|
|
1202
|
-
},
|
|
1203
|
-
const e =
|
|
1200
|
+
return e[3] !== r || e[4] !== t.contextMenuActions ? (l = /* @__PURE__ */ s(Qt, { actions: t.contextMenuActions, positioning: i, children: r }), e[3] = r, e[4] = t.contextMenuActions, e[5] = l) : l = e[5], l;
|
|
1201
|
+
}, qo = (o) => {
|
|
1202
|
+
const e = $(3), {
|
|
1204
1203
|
separator: t
|
|
1205
1204
|
} = o;
|
|
1206
1205
|
if (t === void 0) {
|
|
1207
1206
|
let r;
|
|
1208
|
-
return e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (r = /* @__PURE__ */ s(
|
|
1207
|
+
return e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (r = /* @__PURE__ */ s(me.Separator, { flexShrink: 0 }), e[0] = r) : r = e[0], r;
|
|
1209
1208
|
}
|
|
1210
1209
|
let n;
|
|
1211
|
-
return e[1] !== t ? (n = /* @__PURE__ */ s(
|
|
1212
|
-
},
|
|
1213
|
-
const n =
|
|
1214
|
-
let r, i, l,
|
|
1210
|
+
return e[1] !== t ? (n = /* @__PURE__ */ s(me.Separator, { flexShrink: 0, children: t }), e[1] = t, e[2] = n) : n = e[2], n;
|
|
1211
|
+
}, ui = mt.forwardRef(function(e, t) {
|
|
1212
|
+
const n = $(21);
|
|
1213
|
+
let r, i, l, c, a;
|
|
1215
1214
|
n[0] !== e ? ({
|
|
1216
|
-
separator:
|
|
1217
|
-
separatorGap:
|
|
1215
|
+
separator: c,
|
|
1216
|
+
separatorGap: a,
|
|
1218
1217
|
items: i,
|
|
1219
1218
|
linkComponent: r,
|
|
1220
1219
|
...l
|
|
1221
|
-
} = e, n[0] = e, n[1] = r, n[2] = i, n[3] = l, n[4] =
|
|
1220
|
+
} = e, n[0] = e, n[1] = r, n[2] = i, n[3] = l, n[4] = c, n[5] = a) : (r = n[1], i = n[2], l = n[3], c = n[4], a = n[5]);
|
|
1222
1221
|
let d;
|
|
1223
|
-
if (n[6] !== r || n[7] !== i || n[8] !==
|
|
1222
|
+
if (n[6] !== r || n[7] !== i || n[8] !== c) {
|
|
1224
1223
|
let h;
|
|
1225
|
-
n[10] !== r || n[11] !== i.length || n[12] !==
|
|
1226
|
-
const g =
|
|
1227
|
-
return /* @__PURE__ */
|
|
1228
|
-
/* @__PURE__ */ s(
|
|
1229
|
-
g ? null : /* @__PURE__ */ s(
|
|
1230
|
-
] },
|
|
1231
|
-
}, n[10] = r, n[11] = i.length, n[12] =
|
|
1224
|
+
n[10] !== r || n[11] !== i.length || n[12] !== c ? (h = (m, p) => {
|
|
1225
|
+
const g = p === i.length - 1;
|
|
1226
|
+
return /* @__PURE__ */ S(mt.Fragment, { children: [
|
|
1227
|
+
/* @__PURE__ */ s(me.Item, { minW: "0", flexShrink: g ? 1 : 0, overflow: "hidden", children: /* @__PURE__ */ s(Xo, { item: m, isCurrent: g, linkComponent: r }) }),
|
|
1228
|
+
g ? null : /* @__PURE__ */ s(qo, { separator: c })
|
|
1229
|
+
] }, p);
|
|
1230
|
+
}, n[10] = r, n[11] = i.length, n[12] = c, n[13] = h) : h = n[13], d = i.map(h), n[6] = r, n[7] = i, n[8] = c, n[9] = d;
|
|
1232
1231
|
} else
|
|
1233
1232
|
d = n[9];
|
|
1234
1233
|
let u;
|
|
1235
|
-
n[14] !==
|
|
1234
|
+
n[14] !== a || n[15] !== d ? (u = /* @__PURE__ */ s(me.List, { gap: a, flexWrap: "nowrap", minW: "0", maxW: "100%", overflow: "hidden", children: d }), n[14] = a, n[15] = d, n[16] = u) : u = n[16];
|
|
1236
1235
|
let f;
|
|
1237
|
-
return n[17] !== t || n[18] !== l || n[19] !== u ? (f = /* @__PURE__ */ s(
|
|
1238
|
-
}),
|
|
1239
|
-
const e =
|
|
1236
|
+
return n[17] !== t || n[18] !== l || n[19] !== u ? (f = /* @__PURE__ */ s(me.Root, { ref: t, ...l, children: u }), n[17] = t, n[18] = l, n[19] = u, n[20] = f) : f = n[20], f;
|
|
1237
|
+
}), Yo = `url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.2' fillRule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E")`, Ko = (o) => {
|
|
1238
|
+
const e = $(3);
|
|
1240
1239
|
let t;
|
|
1241
1240
|
e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (t = {
|
|
1242
1241
|
backgroundClip: "padding-box",
|
|
1243
|
-
backgroundImage:
|
|
1242
|
+
backgroundImage: Yo,
|
|
1244
1243
|
display: "flex",
|
|
1245
1244
|
width: "100%"
|
|
1246
1245
|
}, e[0] = t) : t = e[0];
|
|
1247
1246
|
let n;
|
|
1248
|
-
return e[1] !== o ? (n = /* @__PURE__ */ s(
|
|
1249
|
-
},
|
|
1250
|
-
const e =
|
|
1247
|
+
return e[1] !== o ? (n = /* @__PURE__ */ s(G, { ...o, css: t }), e[1] = o, e[2] = n) : n = e[2], n;
|
|
1248
|
+
}, fi = (o) => {
|
|
1249
|
+
const e = $(2);
|
|
1251
1250
|
let t;
|
|
1252
|
-
return e[0] !== o ? (t = /* @__PURE__ */ s(
|
|
1251
|
+
return e[0] !== o ? (t = /* @__PURE__ */ s(G, { p: "2", children: /* @__PURE__ */ s(F, { color: "fg.muted", fontWeight: "medium", textStyle: "sm", whiteSpace: "nowrap", ...o }) }), e[0] = o, e[1] = t) : t = e[1], t;
|
|
1253
1252
|
};
|
|
1254
|
-
class
|
|
1253
|
+
class hi extends hn {
|
|
1255
1254
|
state = {
|
|
1256
1255
|
error: null
|
|
1257
1256
|
};
|
|
@@ -1276,31 +1275,31 @@ class cl extends mn {
|
|
|
1276
1275
|
} = this.props, {
|
|
1277
1276
|
error: r
|
|
1278
1277
|
} = this.state;
|
|
1279
|
-
return r ? t || /* @__PURE__ */ s(
|
|
1278
|
+
return r ? t || /* @__PURE__ */ s(Zo, { error: r, label: n, onReset: this.handleReset }) : e;
|
|
1280
1279
|
}
|
|
1281
1280
|
}
|
|
1282
|
-
const
|
|
1283
|
-
const e =
|
|
1281
|
+
const Zo = (o) => {
|
|
1282
|
+
const e = $(12), {
|
|
1284
1283
|
error: t,
|
|
1285
1284
|
label: n,
|
|
1286
1285
|
onReset: r
|
|
1287
1286
|
} = o, i = n ?? "Something went wrong";
|
|
1288
1287
|
let l;
|
|
1289
|
-
e[0] !== i ? (l = /* @__PURE__ */ s(
|
|
1290
|
-
const
|
|
1291
|
-
let
|
|
1292
|
-
e[2] !==
|
|
1288
|
+
e[0] !== i ? (l = /* @__PURE__ */ s(F, { textStyle: "paragraph/M/medium", children: i }), e[0] = i, e[1] = l) : l = e[1];
|
|
1289
|
+
const c = t.message || "An unexpected error occurred while rendering this section.";
|
|
1290
|
+
let a;
|
|
1291
|
+
e[2] !== c ? (a = /* @__PURE__ */ s(F, { textStyle: "paragraph/S/regular", children: c }), e[2] = c, e[3] = a) : a = e[3];
|
|
1293
1292
|
let d;
|
|
1294
|
-
e[4] !== r ? (d = r ? /* @__PURE__ */ s(
|
|
1293
|
+
e[4] !== r ? (d = r ? /* @__PURE__ */ s(ue, { size: "sm", variant: "primary", onClick: r, children: "Try again" }) : null, e[4] = r, e[5] = d) : d = e[5];
|
|
1295
1294
|
let u;
|
|
1296
|
-
e[6] !==
|
|
1297
|
-
|
|
1295
|
+
e[6] !== a || e[7] !== d ? (u = /* @__PURE__ */ S(Q, { gap: "sm", children: [
|
|
1296
|
+
a,
|
|
1298
1297
|
d
|
|
1299
|
-
] }), e[6] =
|
|
1298
|
+
] }), e[6] = a, e[7] = d, e[8] = u) : u = e[8];
|
|
1300
1299
|
let f;
|
|
1301
|
-
return e[9] !== l || e[10] !== u ? (f = /* @__PURE__ */ s(
|
|
1302
|
-
},
|
|
1303
|
-
const e =
|
|
1300
|
+
return e[9] !== l || e[10] !== u ? (f = /* @__PURE__ */ s(Ko, { height: "100%", width: "100%", children: /* @__PURE__ */ s(ln, { children: /* @__PURE__ */ s(dt, { status: "error", title: l, children: u }) }) }), e[9] = l, e[10] = u, e[11] = f) : f = e[11], f;
|
|
1301
|
+
}, Jo = (o) => !!o && o !== "circle", er = (o) => {
|
|
1302
|
+
const e = $(18);
|
|
1304
1303
|
let t, n, r, i, l;
|
|
1305
1304
|
e[0] !== o ? ({
|
|
1306
1305
|
color: t,
|
|
@@ -1309,15 +1308,15 @@ const er = (o) => {
|
|
|
1309
1308
|
showIcon: l,
|
|
1310
1309
|
...i
|
|
1311
1310
|
} = o, e[0] = o, e[1] = t, e[2] = n, e[3] = r, e[4] = i, e[5] = l) : (t = e[1], n = e[2], r = e[3], i = e[4], l = e[5]);
|
|
1312
|
-
const
|
|
1313
|
-
let
|
|
1314
|
-
e[6] !== n || e[7] !== r ? (
|
|
1315
|
-
const d =
|
|
1311
|
+
const c = l === void 0 ? !0 : l;
|
|
1312
|
+
let a;
|
|
1313
|
+
e[6] !== n || e[7] !== r ? (a = _n(n, r), e[6] = n, e[7] = r, e[8] = a) : a = e[8];
|
|
1314
|
+
const d = a, u = `${t}.500/15`;
|
|
1316
1315
|
let f;
|
|
1317
|
-
e[9] !== d || e[10] !== t || e[11] !== n || e[12] !==
|
|
1316
|
+
e[9] !== d || e[10] !== t || e[11] !== n || e[12] !== c ? (f = c && Jo(n) ? /* @__PURE__ */ s(ce, { as: d, boxSize: "icon-xs", color: `${t}.500` }) : /* @__PURE__ */ s(G, { boxSize: "tag-swatch-dot", borderRadius: "full", bg: `${t}.500` }), e[9] = d, e[10] = t, e[11] = n, e[12] = c, e[13] = f) : f = e[13];
|
|
1318
1317
|
let h;
|
|
1319
|
-
return e[14] !== i || e[15] !== u || e[16] !== f ? (h = /* @__PURE__ */ s(
|
|
1320
|
-
},
|
|
1318
|
+
return e[14] !== i || e[15] !== u || e[16] !== f ? (h = /* @__PURE__ */ s(sn, { boxSize: "tag-swatch", flexShrink: 0, borderRadius: "compact", bg: u, ...i, children: f }), e[14] = i, e[15] = u, e[16] = f, e[17] = h) : h = e[17], h;
|
|
1319
|
+
}, tr = Pe("button", {
|
|
1321
1320
|
base: {
|
|
1322
1321
|
display: "inline-flex",
|
|
1323
1322
|
borderRadius: "compact",
|
|
@@ -1328,7 +1327,7 @@ const er = (o) => {
|
|
|
1328
1327
|
opacity: 0.5
|
|
1329
1328
|
}
|
|
1330
1329
|
}
|
|
1331
|
-
}),
|
|
1330
|
+
}), nr = Pe("button", {
|
|
1332
1331
|
base: {
|
|
1333
1332
|
boxSize: "tag-color-dot",
|
|
1334
1333
|
borderRadius: "full",
|
|
@@ -1341,7 +1340,7 @@ const er = (o) => {
|
|
|
1341
1340
|
outlineColor: "fg"
|
|
1342
1341
|
}
|
|
1343
1342
|
}
|
|
1344
|
-
}),
|
|
1343
|
+
}), or = Pe("button", {
|
|
1345
1344
|
base: {
|
|
1346
1345
|
display: "inline-flex",
|
|
1347
1346
|
alignItems: "center",
|
|
@@ -1354,135 +1353,135 @@ const er = (o) => {
|
|
|
1354
1353
|
bg: "bg.hover"
|
|
1355
1354
|
}
|
|
1356
1355
|
}
|
|
1357
|
-
}),
|
|
1358
|
-
const e =
|
|
1356
|
+
}), rr = (o) => {
|
|
1357
|
+
const e = $(39), {
|
|
1359
1358
|
color: t,
|
|
1360
1359
|
colorOptions: n,
|
|
1361
1360
|
icon: r,
|
|
1362
1361
|
iconOptions: i,
|
|
1363
1362
|
onColorChange: l,
|
|
1364
|
-
onIconChange:
|
|
1365
|
-
disabled:
|
|
1363
|
+
onIconChange: c,
|
|
1364
|
+
disabled: a,
|
|
1366
1365
|
showIcons: d,
|
|
1367
1366
|
colorLabel: u,
|
|
1368
1367
|
iconLabel: f,
|
|
1369
1368
|
"aria-label": h
|
|
1370
|
-
} = o,
|
|
1369
|
+
} = o, m = n === void 0 ? Nn : n, p = i === void 0 ? zn : i, g = d === void 0 ? !0 : d, x = u === void 0 ? "Color" : u, b = f === void 0 ? "Icon" : f, E = h === void 0 ? "Pick color and icon" : h, P = r === "circle" ? null : r ?? null;
|
|
1371
1370
|
let k;
|
|
1372
1371
|
e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (k = {
|
|
1373
1372
|
placement: "bottom-start"
|
|
1374
1373
|
}, e[0] = k) : k = e[0];
|
|
1375
1374
|
let v;
|
|
1376
|
-
e[1] !== t || e[2] !== r || e[3] !==
|
|
1377
|
-
let
|
|
1378
|
-
e[6] !==
|
|
1379
|
-
const
|
|
1380
|
-
let
|
|
1381
|
-
e[10] !==
|
|
1382
|
-
const
|
|
1383
|
-
let
|
|
1384
|
-
if (e[12] !== t || e[13] !==
|
|
1385
|
-
let
|
|
1386
|
-
e[16] !== t || e[17] !== l ? (
|
|
1375
|
+
e[1] !== t || e[2] !== r || e[3] !== p || e[4] !== g ? (v = /* @__PURE__ */ s(er, { color: t, icon: r, iconOptions: p, showIcon: g }), e[1] = t, e[2] = r, e[3] = p, e[4] = g, e[5] = v) : v = e[5];
|
|
1376
|
+
let O;
|
|
1377
|
+
e[6] !== E || e[7] !== a || e[8] !== v ? (O = /* @__PURE__ */ s(Ye.Trigger, { asChild: !0, children: /* @__PURE__ */ s(tr, { type: "button", disabled: a, "aria-label": E, children: v }) }), e[6] = E, e[7] = a, e[8] = v, e[9] = O) : O = e[9];
|
|
1378
|
+
const T = g ? "tag-picker" : "tag-picker-color-only";
|
|
1379
|
+
let A;
|
|
1380
|
+
e[10] !== x ? (A = /* @__PURE__ */ s(F, { textStyle: "label/S/medium", color: "fg.muted", children: x }), e[10] = x, e[11] = A) : A = e[11];
|
|
1381
|
+
const w = `repeat(${g ? 10 : 5}, 1fr)`;
|
|
1382
|
+
let y;
|
|
1383
|
+
if (e[12] !== t || e[13] !== m || e[14] !== l) {
|
|
1384
|
+
let C;
|
|
1385
|
+
e[16] !== t || e[17] !== l ? (C = (N) => /* @__PURE__ */ s(nr, { type: "button", bg: `${N}.500`, "aria-label": N, "aria-pressed": N === t, "data-selected": N === t ? "" : void 0, onClick: () => l(N) }, N), e[16] = t, e[17] = l, e[18] = C) : C = e[18], y = m.map(C), e[12] = t, e[13] = m, e[14] = l, e[15] = y;
|
|
1387
1386
|
} else
|
|
1388
|
-
|
|
1389
|
-
let
|
|
1390
|
-
e[19] !==
|
|
1391
|
-
let
|
|
1392
|
-
e[22] !== t || e[23] !==
|
|
1393
|
-
/* @__PURE__ */ s(
|
|
1394
|
-
/* @__PURE__ */ s(
|
|
1395
|
-
/* @__PURE__ */ s(
|
|
1396
|
-
const
|
|
1397
|
-
return /* @__PURE__ */ s(
|
|
1387
|
+
y = e[15];
|
|
1388
|
+
let L;
|
|
1389
|
+
e[19] !== w || e[20] !== y ? (L = /* @__PURE__ */ s(ht, { templateColumns: w, gap: "2xs", justifyItems: "center", children: y }), e[19] = w, e[20] = y, e[21] = L) : L = e[21];
|
|
1390
|
+
let z;
|
|
1391
|
+
e[22] !== t || e[23] !== b || e[24] !== p || e[25] !== c || e[26] !== P || e[27] !== g ? (z = g ? /* @__PURE__ */ S(He, { children: [
|
|
1392
|
+
/* @__PURE__ */ s(G, { borderTop: "subtle" }),
|
|
1393
|
+
/* @__PURE__ */ s(F, { textStyle: "label/S/medium", color: "fg.muted", children: b }),
|
|
1394
|
+
/* @__PURE__ */ s(ht, { templateColumns: "repeat(8, 1fr)", gap: "3xs", justifyItems: "center", children: p.map((C) => {
|
|
1395
|
+
const N = C.value === P;
|
|
1396
|
+
return /* @__PURE__ */ s(or, { type: "button", color: N ? `${t}.500` : void 0, bg: N ? `${t}.500/15` : void 0, _hover: N ? {
|
|
1398
1397
|
bg: `${t}.500/15`
|
|
1399
|
-
} : void 0, "aria-label":
|
|
1398
|
+
} : void 0, "aria-label": C.label, "aria-pressed": N, onClick: () => c?.(C.value), children: /* @__PURE__ */ s(ce, { as: C.icon, boxSize: "icon-xs" }) }, C.value ?? "none");
|
|
1400
1399
|
}) })
|
|
1401
|
-
] }) : null, e[22] = t, e[23] =
|
|
1402
|
-
let
|
|
1403
|
-
e[29] !==
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
N
|
|
1407
|
-
] }), e[29] = T, e[30] = _, e[31] = N, e[32] = D) : D = e[32];
|
|
1408
|
-
let z;
|
|
1409
|
-
e[33] !== D || e[34] !== A ? (z = /* @__PURE__ */ s(Je, { children: /* @__PURE__ */ s(qe.Positioner, { children: /* @__PURE__ */ s(qe.Content, { width: A, bg: "bg.elevated", children: D }) }) }), e[33] = D, e[34] = A, e[35] = z) : z = e[35];
|
|
1410
|
-
let S;
|
|
1411
|
-
return e[36] !== z || e[37] !== $ ? (S = /* @__PURE__ */ x(qe.Root, { positioning: k, children: [
|
|
1412
|
-
$,
|
|
1400
|
+
] }) : null, e[22] = t, e[23] = b, e[24] = p, e[25] = c, e[26] = P, e[27] = g, e[28] = z) : z = e[28];
|
|
1401
|
+
let I;
|
|
1402
|
+
e[29] !== A || e[30] !== L || e[31] !== z ? (I = /* @__PURE__ */ S(Q, { gap: "compact", p: "sm", children: [
|
|
1403
|
+
A,
|
|
1404
|
+
L,
|
|
1413
1405
|
z
|
|
1414
|
-
] }), e[
|
|
1415
|
-
|
|
1416
|
-
|
|
1406
|
+
] }), e[29] = A, e[30] = L, e[31] = z, e[32] = I) : I = e[32];
|
|
1407
|
+
let _;
|
|
1408
|
+
e[33] !== I || e[34] !== T ? (_ = /* @__PURE__ */ s(Je, { children: /* @__PURE__ */ s(Ye.Positioner, { children: /* @__PURE__ */ s(Ye.Content, { width: T, bg: "bg.elevated", children: I }) }) }), e[33] = I, e[34] = T, e[35] = _) : _ = e[35];
|
|
1409
|
+
let R;
|
|
1410
|
+
return e[36] !== _ || e[37] !== O ? (R = /* @__PURE__ */ S(Ye.Root, { positioning: k, children: [
|
|
1411
|
+
O,
|
|
1412
|
+
_
|
|
1413
|
+
] }), e[36] = _, e[37] = O, e[38] = R) : R = e[38], R;
|
|
1414
|
+
}, lr = (o) => {
|
|
1415
|
+
const e = $(6);
|
|
1417
1416
|
let t, n;
|
|
1418
1417
|
e[0] !== o ? ({
|
|
1419
1418
|
children: t,
|
|
1420
1419
|
...n
|
|
1421
1420
|
} = o, e[0] = o, e[1] = t, e[2] = n) : (t = e[1], n = e[2]);
|
|
1422
1421
|
let r;
|
|
1423
|
-
return e[3] !== t || e[4] !== n ? (r = /* @__PURE__ */ s(
|
|
1424
|
-
},
|
|
1425
|
-
const e =
|
|
1422
|
+
return e[3] !== t || e[4] !== n ? (r = /* @__PURE__ */ s(G, { borderWidth: "1px", borderColor: "border.subtle", borderRadius: "xs", bg: "bg", ...n, children: t }), e[3] = t, e[4] = n, e[5] = r) : r = e[5], r;
|
|
1423
|
+
}, ir = (o) => {
|
|
1424
|
+
const e = $(6);
|
|
1426
1425
|
let t, n;
|
|
1427
1426
|
e[0] !== o ? ({
|
|
1428
1427
|
children: t,
|
|
1429
1428
|
...n
|
|
1430
1429
|
} = o, e[0] = o, e[1] = t, e[2] = n) : (t = e[1], n = e[2]);
|
|
1431
1430
|
let r;
|
|
1432
|
-
return e[3] !== t || e[4] !== n ? (r = /* @__PURE__ */ s(
|
|
1433
|
-
},
|
|
1434
|
-
const e =
|
|
1431
|
+
return e[3] !== t || e[4] !== n ? (r = /* @__PURE__ */ s(G, { p: "md", ...n, children: t }), e[3] = t, e[4] = n, e[5] = r) : r = e[5], r;
|
|
1432
|
+
}, mi = (o) => {
|
|
1433
|
+
const e = $(30), {
|
|
1435
1434
|
icon: t,
|
|
1436
1435
|
name: n,
|
|
1437
1436
|
description: r,
|
|
1438
1437
|
id: i,
|
|
1439
1438
|
version: l,
|
|
1440
|
-
category:
|
|
1441
|
-
active:
|
|
1439
|
+
category: c,
|
|
1440
|
+
active: a,
|
|
1442
1441
|
actionLabel: d
|
|
1443
|
-
} = o, u =
|
|
1442
|
+
} = o, u = a === void 0 ? !1 : a;
|
|
1444
1443
|
let f;
|
|
1445
1444
|
e[0] !== t ? (f = /* @__PURE__ */ s(ce, { boxSize: "1em", fontSize: "2xl", flexShrink: "0", color: "fg.muted", children: t }), e[0] = t, e[1] = f) : f = e[1];
|
|
1446
1445
|
let h;
|
|
1447
|
-
e[2] !== n ? (h = /* @__PURE__ */ s(
|
|
1448
|
-
let p;
|
|
1449
|
-
e[4] !== i ? (p = /* @__PURE__ */ s(Ne, { size: "sm", variant: "outline", children: i }), e[4] = i, e[5] = p) : p = e[5];
|
|
1446
|
+
e[2] !== n ? (h = /* @__PURE__ */ s(F, { textStyle: "sm", fontWeight: "semibold", children: n }), e[2] = n, e[3] = h) : h = e[3];
|
|
1450
1447
|
let m;
|
|
1451
|
-
e[
|
|
1448
|
+
e[4] !== i ? (m = /* @__PURE__ */ s(Te, { size: "sm", variant: "outline", children: i }), e[4] = i, e[5] = m) : m = e[5];
|
|
1449
|
+
let p;
|
|
1450
|
+
e[6] !== l ? (p = l && /* @__PURE__ */ S(Te, { size: "sm", variant: "outline", children: [
|
|
1452
1451
|
"v",
|
|
1453
1452
|
l
|
|
1454
|
-
] }), e[6] = l, e[7] =
|
|
1453
|
+
] }), e[6] = l, e[7] = p) : p = e[7];
|
|
1455
1454
|
let g;
|
|
1456
|
-
e[8] !==
|
|
1457
|
-
let
|
|
1458
|
-
e[10] !== h || e[11] !==
|
|
1455
|
+
e[8] !== c ? (g = c && /* @__PURE__ */ s(Te, { size: "sm", variant: "outline", children: c }), e[8] = c, e[9] = g) : g = e[9];
|
|
1456
|
+
let x;
|
|
1457
|
+
e[10] !== h || e[11] !== m || e[12] !== p || e[13] !== g ? (x = /* @__PURE__ */ S(ae, { gap: "2", flexWrap: "wrap", children: [
|
|
1459
1458
|
h,
|
|
1460
|
-
p,
|
|
1461
1459
|
m,
|
|
1460
|
+
p,
|
|
1462
1461
|
g
|
|
1463
|
-
] }), e[10] = h, e[11] =
|
|
1464
|
-
let
|
|
1465
|
-
e[15] !== r ? (
|
|
1466
|
-
let O;
|
|
1467
|
-
e[17] !== b || e[18] !== C ? (O = /* @__PURE__ */ s(M, { flex: "1", minW: "0", children: /* @__PURE__ */ x(U, { gap: "1", children: [
|
|
1468
|
-
b,
|
|
1469
|
-
C
|
|
1470
|
-
] }) }), e[17] = b, e[18] = C, e[19] = O) : O = e[19];
|
|
1462
|
+
] }), e[10] = h, e[11] = m, e[12] = p, e[13] = g, e[14] = x) : x = e[14];
|
|
1463
|
+
let b;
|
|
1464
|
+
e[15] !== r ? (b = /* @__PURE__ */ s(F, { color: "fg.muted", children: r }), e[15] = r, e[16] = b) : b = e[16];
|
|
1471
1465
|
let E;
|
|
1472
|
-
e[
|
|
1466
|
+
e[17] !== x || e[18] !== b ? (E = /* @__PURE__ */ s(G, { flex: "1", minW: "0", children: /* @__PURE__ */ S(Q, { gap: "1", children: [
|
|
1467
|
+
x,
|
|
1468
|
+
b
|
|
1469
|
+
] }) }), e[17] = x, e[18] = b, e[19] = E) : E = e[19];
|
|
1470
|
+
let P;
|
|
1471
|
+
e[20] !== u ? (P = u && /* @__PURE__ */ s(ce, { color: "fg.success", children: /* @__PURE__ */ s(et, {}) }), e[20] = u, e[21] = P) : P = e[21];
|
|
1473
1472
|
const k = d ?? (u ? "Active" : "Connect");
|
|
1474
1473
|
let v;
|
|
1475
|
-
e[22] !== u || e[23] !== k || e[24] !==
|
|
1476
|
-
|
|
1474
|
+
e[22] !== u || e[23] !== k || e[24] !== P ? (v = /* @__PURE__ */ S(ue, { type: "button", disabled: u, size: "sm", variant: "outline", colorPalette: "gray", bg: "bg", flexShrink: "0", children: [
|
|
1475
|
+
P,
|
|
1477
1476
|
k
|
|
1478
|
-
] }), e[22] = u, e[23] = k, e[24] =
|
|
1479
|
-
let
|
|
1480
|
-
return e[26] !== f || e[27] !== v || e[28] !==
|
|
1477
|
+
] }), e[22] = u, e[23] = k, e[24] = P, e[25] = v) : v = e[25];
|
|
1478
|
+
let O;
|
|
1479
|
+
return e[26] !== f || e[27] !== v || e[28] !== E ? (O = /* @__PURE__ */ s(lr, { children: /* @__PURE__ */ s(ir, { children: /* @__PURE__ */ S(ae, { gap: "4", alignItems: "flex-start", children: [
|
|
1481
1480
|
f,
|
|
1482
|
-
|
|
1481
|
+
E,
|
|
1483
1482
|
v
|
|
1484
|
-
] }) }) }), e[26] = f, e[27] = v, e[28] =
|
|
1485
|
-
},
|
|
1483
|
+
] }) }) }), e[26] = f, e[27] = v, e[28] = E, e[29] = O) : O = e[29], O;
|
|
1484
|
+
}, sr = an({
|
|
1486
1485
|
className: "ps-segmented-control",
|
|
1487
1486
|
slots: ["root", "item"],
|
|
1488
1487
|
base: {
|
|
@@ -1551,86 +1550,86 @@ const er = (o) => {
|
|
|
1551
1550
|
size: "sm"
|
|
1552
1551
|
}
|
|
1553
1552
|
}), {
|
|
1554
|
-
withProvider:
|
|
1555
|
-
withContext:
|
|
1556
|
-
} =
|
|
1557
|
-
recipe:
|
|
1558
|
-
}),
|
|
1559
|
-
const e =
|
|
1560
|
-
let t, n, r, i, l,
|
|
1553
|
+
withProvider: ar,
|
|
1554
|
+
withContext: cr
|
|
1555
|
+
} = cn({
|
|
1556
|
+
recipe: sr
|
|
1557
|
+
}), dr = ar("div", "root"), ur = cr("button", "item"), pi = (o) => {
|
|
1558
|
+
const e = $(20);
|
|
1559
|
+
let t, n, r, i, l, c;
|
|
1561
1560
|
e[0] !== o ? ({
|
|
1562
1561
|
options: i,
|
|
1563
|
-
value:
|
|
1562
|
+
value: c,
|
|
1564
1563
|
onValueChange: r,
|
|
1565
1564
|
disabled: n,
|
|
1566
1565
|
"aria-label": t,
|
|
1567
1566
|
...l
|
|
1568
|
-
} = o, e[0] = o, e[1] = t, e[2] = n, e[3] = r, e[4] = i, e[5] = l, e[6] =
|
|
1569
|
-
let
|
|
1570
|
-
if (e[7] !== n || e[8] !== r || e[9] !== i || e[10] !==
|
|
1567
|
+
} = o, e[0] = o, e[1] = t, e[2] = n, e[3] = r, e[4] = i, e[5] = l, e[6] = c) : (t = e[1], n = e[2], r = e[3], i = e[4], l = e[5], c = e[6]);
|
|
1568
|
+
let a;
|
|
1569
|
+
if (e[7] !== n || e[8] !== r || e[9] !== i || e[10] !== c) {
|
|
1571
1570
|
let u;
|
|
1572
|
-
e[12] !== n || e[13] !== r || e[14] !==
|
|
1573
|
-
const h = f.value ===
|
|
1574
|
-
return /* @__PURE__ */ s(
|
|
1575
|
-
}, e[12] = n, e[13] = r, e[14] =
|
|
1571
|
+
e[12] !== n || e[13] !== r || e[14] !== c ? (u = (f) => {
|
|
1572
|
+
const h = f.value === c;
|
|
1573
|
+
return /* @__PURE__ */ s(ur, { type: "button", "aria-pressed": h, "data-selected": h ? "" : void 0, disabled: n, onClick: () => r(f.value), children: f.label }, f.value);
|
|
1574
|
+
}, e[12] = n, e[13] = r, e[14] = c, e[15] = u) : u = e[15], a = i.map(u), e[7] = n, e[8] = r, e[9] = i, e[10] = c, e[11] = a;
|
|
1576
1575
|
} else
|
|
1577
|
-
|
|
1576
|
+
a = e[11];
|
|
1578
1577
|
let d;
|
|
1579
|
-
return e[16] !== t || e[17] !== l || e[18] !==
|
|
1580
|
-
},
|
|
1578
|
+
return e[16] !== t || e[17] !== l || e[18] !== a ? (d = /* @__PURE__ */ s(dr, { role: "group", "aria-label": t, ...l, children: a }), e[16] = t, e[17] = l, e[18] = a, e[19] = d) : d = e[19], d;
|
|
1579
|
+
}, fr = dn({
|
|
1581
1580
|
placement: "top",
|
|
1582
1581
|
pauseOnPageIdle: !0,
|
|
1583
1582
|
duration: 1e4
|
|
1584
|
-
}),
|
|
1585
|
-
const o =
|
|
1583
|
+
}), gi = () => {
|
|
1584
|
+
const o = $(1);
|
|
1586
1585
|
let e;
|
|
1587
|
-
return o[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (e = /* @__PURE__ */ s(Je, { children: /* @__PURE__ */ s(
|
|
1586
|
+
return o[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (e = /* @__PURE__ */ s(Je, { children: /* @__PURE__ */ s(un, { toaster: fr, insetInline: {
|
|
1588
1587
|
mdDown: "4"
|
|
1589
|
-
}, children:
|
|
1588
|
+
}, children: hr }) }), o[0] = e) : e = o[0], e;
|
|
1590
1589
|
};
|
|
1591
|
-
function
|
|
1592
|
-
return /* @__PURE__ */
|
|
1590
|
+
function hr(o) {
|
|
1591
|
+
return /* @__PURE__ */ S(Ne.Root, { width: {
|
|
1593
1592
|
md: "sm"
|
|
1594
1593
|
}, alignItems: "start", borderRadius: "xs", gap: "xs", px: "sm", py: "xs", minH: "auto", children: [
|
|
1595
|
-
o.type === "loading" ? /* @__PURE__ */ s(
|
|
1596
|
-
/* @__PURE__ */
|
|
1597
|
-
o.title && /* @__PURE__ */ s(
|
|
1594
|
+
o.type === "loading" ? /* @__PURE__ */ s(Mt, { size: "sm", color: "blue.solid" }) : /* @__PURE__ */ s(Ne.Indicator, {}),
|
|
1595
|
+
/* @__PURE__ */ S(Q, { gap: "0", flex: "1", minWidth: "0", maxWidth: "100%", children: [
|
|
1596
|
+
o.title && /* @__PURE__ */ s(Ne.Title, { textStyle: "label/S/medium", children: o.title }),
|
|
1598
1597
|
o.description && /* @__PURE__ */ s(tt, { maxHeight: "12rem", contentProps: {
|
|
1599
1598
|
paddingEnd: "1"
|
|
1600
|
-
}, children: /* @__PURE__ */ s(
|
|
1599
|
+
}, children: /* @__PURE__ */ s(Ne.Description, { textStyle: "paragraph/S/regular", whiteSpace: "pre-wrap", wordBreak: "break-word", children: o.description }) })
|
|
1601
1600
|
] }),
|
|
1602
|
-
o.action && /* @__PURE__ */ s(
|
|
1603
|
-
/* @__PURE__ */ s(
|
|
1601
|
+
o.action && /* @__PURE__ */ s(Ne.ActionTrigger, { children: o.action.label }),
|
|
1602
|
+
/* @__PURE__ */ s(Ne.CloseTrigger, {})
|
|
1604
1603
|
] });
|
|
1605
1604
|
}
|
|
1606
|
-
const
|
|
1607
|
-
const e =
|
|
1605
|
+
const bi = (o) => {
|
|
1606
|
+
const e = $(6);
|
|
1608
1607
|
let t, n;
|
|
1609
1608
|
e[0] !== o ? ({
|
|
1610
1609
|
children: t,
|
|
1611
1610
|
...n
|
|
1612
1611
|
} = o, e[0] = o, e[1] = t, e[2] = n) : (t = e[1], n = e[2]);
|
|
1613
1612
|
let r;
|
|
1614
|
-
return e[3] !== t || e[4] !== n ? (r = /* @__PURE__ */ s(
|
|
1615
|
-
},
|
|
1613
|
+
return e[3] !== t || e[4] !== n ? (r = /* @__PURE__ */ s(Q, { gap: "sm", minW: "0", ...n, children: t }), e[3] = t, e[4] = n, e[5] = r) : r = e[5], r;
|
|
1614
|
+
}, Ct = {
|
|
1616
1615
|
open: !0,
|
|
1617
1616
|
expandedSections: [],
|
|
1618
1617
|
expandedNodes: [],
|
|
1619
1618
|
width: null
|
|
1620
|
-
},
|
|
1619
|
+
}, mr = "pstdio/ui/sidenav", pr = (o) => `${mr}/${o}`, wt = (o, e) => o.includes(e) ? o.filter((t) => t !== e) : [...o, e], It = (o, e, t) => t ? o.includes(e) ? o : [...o, e] : o.filter((n) => n !== e), gr = (o) => ({
|
|
1621
1620
|
open: o.open,
|
|
1622
1621
|
expandedSections: o.expandedSections,
|
|
1623
1622
|
expandedNodes: o.expandedNodes,
|
|
1624
1623
|
width: o.width
|
|
1625
|
-
}),
|
|
1624
|
+
}), br = (o) => {
|
|
1626
1625
|
const {
|
|
1627
1626
|
storageKey: e,
|
|
1628
1627
|
initialState: t
|
|
1629
1628
|
} = o, n = {
|
|
1630
|
-
...
|
|
1629
|
+
...Ct,
|
|
1631
1630
|
...t
|
|
1632
1631
|
};
|
|
1633
|
-
return lt()(
|
|
1632
|
+
return lt()(ot((r) => ({
|
|
1634
1633
|
...n,
|
|
1635
1634
|
openSidenav: () => r((i) => ({
|
|
1636
1635
|
...i,
|
|
@@ -1646,121 +1645,121 @@ const hl = (o) => {
|
|
|
1646
1645
|
})),
|
|
1647
1646
|
toggleSection: (i) => r((l) => ({
|
|
1648
1647
|
...l,
|
|
1649
|
-
expandedSections:
|
|
1648
|
+
expandedSections: wt(l.expandedSections, i)
|
|
1650
1649
|
})),
|
|
1651
1650
|
toggleNode: (i) => r((l) => ({
|
|
1652
1651
|
...l,
|
|
1653
|
-
expandedNodes:
|
|
1652
|
+
expandedNodes: wt(l.expandedNodes, i)
|
|
1654
1653
|
})),
|
|
1655
|
-
setSectionExpanded: (i, l) => r((
|
|
1656
|
-
...
|
|
1657
|
-
expandedSections:
|
|
1654
|
+
setSectionExpanded: (i, l) => r((c) => ({
|
|
1655
|
+
...c,
|
|
1656
|
+
expandedSections: It(c.expandedSections, i, l)
|
|
1658
1657
|
})),
|
|
1659
|
-
setNodeExpanded: (i, l) => r((
|
|
1660
|
-
...
|
|
1661
|
-
expandedNodes:
|
|
1658
|
+
setNodeExpanded: (i, l) => r((c) => ({
|
|
1659
|
+
...c,
|
|
1660
|
+
expandedNodes: It(c.expandedNodes, i, l)
|
|
1662
1661
|
})),
|
|
1663
1662
|
setWidth: (i) => r((l) => ({
|
|
1664
1663
|
...l,
|
|
1665
1664
|
width: i
|
|
1666
1665
|
})),
|
|
1667
|
-
reset: () => r(
|
|
1666
|
+
reset: () => r(Ct)
|
|
1668
1667
|
}), {
|
|
1669
|
-
name:
|
|
1670
|
-
storage:
|
|
1671
|
-
partialize:
|
|
1668
|
+
name: pr(e),
|
|
1669
|
+
storage: rt(Me),
|
|
1670
|
+
partialize: gr
|
|
1672
1671
|
}));
|
|
1673
|
-
},
|
|
1674
|
-
const t =
|
|
1672
|
+
}, Tt = /* @__PURE__ */ new Map(), Sr = (o, e) => {
|
|
1673
|
+
const t = Tt.get(o);
|
|
1675
1674
|
if (t)
|
|
1676
1675
|
return t;
|
|
1677
|
-
const n =
|
|
1676
|
+
const n = br({
|
|
1678
1677
|
storageKey: o,
|
|
1679
1678
|
initialState: e
|
|
1680
1679
|
});
|
|
1681
|
-
return
|
|
1682
|
-
},
|
|
1683
|
-
const n =
|
|
1680
|
+
return Tt.set(o, n), n;
|
|
1681
|
+
}, Be = (o, e, t) => {
|
|
1682
|
+
const n = $(3);
|
|
1684
1683
|
let r;
|
|
1685
|
-
return n[0] !== t || n[1] !== o ? (r =
|
|
1686
|
-
},
|
|
1687
|
-
const e =
|
|
1684
|
+
return n[0] !== t || n[1] !== o ? (r = Sr(o, t), n[0] = t, n[1] = o, n[2] = r) : r = n[2], nt(r, e);
|
|
1685
|
+
}, xr = (o) => {
|
|
1686
|
+
const e = $(2), {
|
|
1688
1687
|
children: t
|
|
1689
1688
|
} = o;
|
|
1690
1689
|
if (!t)
|
|
1691
1690
|
return null;
|
|
1692
1691
|
let n;
|
|
1693
|
-
return e[0] !== t ? (n = /* @__PURE__ */ s(
|
|
1694
|
-
},
|
|
1695
|
-
const e =
|
|
1692
|
+
return e[0] !== t ? (n = /* @__PURE__ */ s(G, { bg: "bg", position: "sticky", bottom: "0", overflow: "hidden", children: t }), e[0] = t, e[1] = n) : n = e[1], n;
|
|
1693
|
+
}, vr = (o) => {
|
|
1694
|
+
const e = $(2), {
|
|
1696
1695
|
children: t
|
|
1697
1696
|
} = o;
|
|
1698
1697
|
let n;
|
|
1699
|
-
return e[0] !== t ? (n = /* @__PURE__ */ s(ae, { "data-testid": "sidenav-header", justify: "space-between", align: "center", minH:
|
|
1700
|
-
},
|
|
1698
|
+
return e[0] !== t ? (n = /* @__PURE__ */ s(ae, { "data-testid": "sidenav-header", justify: "space-between", align: "center", minH: Ro, bg: "bg", position: "sticky", top: "0", zIndex: "1", gap: "0", children: /* @__PURE__ */ s(ae, { minW: "0", flex: "1", children: t }) }), e[0] = t, e[1] = n) : n = e[1], n;
|
|
1699
|
+
}, yr = 240, Cr = 200, wr = 480, Ir = (o, e, t) => Math.min(Math.max(o, e), t), Tr = (o, e = yr) => {
|
|
1701
1700
|
if (typeof o == "number") return o;
|
|
1702
1701
|
if (typeof o == "string") {
|
|
1703
1702
|
const t = parseInt(o, 10);
|
|
1704
1703
|
if (!Number.isNaN(t)) return t;
|
|
1705
1704
|
}
|
|
1706
1705
|
return e;
|
|
1707
|
-
},
|
|
1708
|
-
const e =
|
|
1706
|
+
}, Si = (o) => {
|
|
1707
|
+
const e = $(43), {
|
|
1709
1708
|
storageKey: t,
|
|
1710
1709
|
sections: n,
|
|
1711
1710
|
activeNodeId: r,
|
|
1712
1711
|
contextActions: i,
|
|
1713
1712
|
header: l,
|
|
1714
|
-
footer:
|
|
1715
|
-
width:
|
|
1713
|
+
footer: c,
|
|
1714
|
+
width: a,
|
|
1716
1715
|
closable: d,
|
|
1717
1716
|
emptyLabel: u,
|
|
1718
1717
|
defaultExpandedSections: f,
|
|
1719
1718
|
linkComponent: h,
|
|
1720
|
-
onNavigate:
|
|
1721
|
-
onOpenChange:
|
|
1719
|
+
onNavigate: m,
|
|
1720
|
+
onOpenChange: p,
|
|
1722
1721
|
resizable: g,
|
|
1723
|
-
defaultWidth:
|
|
1724
|
-
minWidth:
|
|
1725
|
-
maxWidth:
|
|
1726
|
-
virtualize:
|
|
1722
|
+
defaultWidth: x,
|
|
1723
|
+
minWidth: b,
|
|
1724
|
+
maxWidth: E,
|
|
1725
|
+
virtualize: P
|
|
1727
1726
|
} = o;
|
|
1728
1727
|
let k;
|
|
1729
1728
|
e[0] !== i ? (k = i === void 0 ? [] : i, e[0] = i, e[1] = k) : k = e[1];
|
|
1730
|
-
const v = k,
|
|
1731
|
-
let
|
|
1732
|
-
e[2] !==
|
|
1733
|
-
const
|
|
1734
|
-
let
|
|
1735
|
-
e[5] !== f ? (
|
|
1729
|
+
const v = k, O = d === void 0 ? !0 : d, T = u === void 0 ? "No items available." : u, A = g === void 0 ? !0 : g, w = b === void 0 ? Cr : b, y = E === void 0 ? wr : E, L = P === void 0 ? !1 : P, z = je(null);
|
|
1730
|
+
let I;
|
|
1731
|
+
e[2] !== x || e[3] !== a ? (I = Tr(a, x), e[2] = x, e[3] = a, e[4] = I) : I = e[4];
|
|
1732
|
+
const _ = I;
|
|
1733
|
+
let R;
|
|
1734
|
+
e[5] !== f ? (R = f ? {
|
|
1736
1735
|
expandedSections: f
|
|
1737
|
-
} : {}, e[5] = f, e[6] =
|
|
1738
|
-
let
|
|
1739
|
-
e[7] !==
|
|
1740
|
-
...
|
|
1741
|
-
width:
|
|
1742
|
-
}, e[7] =
|
|
1743
|
-
const
|
|
1744
|
-
let
|
|
1745
|
-
e[10] !==
|
|
1746
|
-
|
|
1747
|
-
},
|
|
1748
|
-
const
|
|
1749
|
-
let
|
|
1750
|
-
e[14] !==
|
|
1751
|
-
const
|
|
1752
|
-
if (!
|
|
1736
|
+
} : {}, e[5] = f, e[6] = R) : R = e[6];
|
|
1737
|
+
let C;
|
|
1738
|
+
e[7] !== _ || e[8] !== R ? (C = {
|
|
1739
|
+
...R,
|
|
1740
|
+
width: _
|
|
1741
|
+
}, e[7] = _, e[8] = R, e[9] = C) : C = e[9];
|
|
1742
|
+
const N = C, H = Be(t, Pr, N), q = Be(t, Ar, N), B = Be(t, Rr, N), W = Be(t, Er, N), D = Be(t, kr, N), X = Be(t, $r, N);
|
|
1743
|
+
let j, V;
|
|
1744
|
+
e[10] !== p || e[11] !== H ? (j = () => {
|
|
1745
|
+
p?.(H);
|
|
1746
|
+
}, V = [p, H], e[10] = p, e[11] = H, e[12] = j, e[13] = V) : (j = e[12], V = e[13]), ge(j, V);
|
|
1747
|
+
const U = q ?? _;
|
|
1748
|
+
let Y;
|
|
1749
|
+
e[14] !== y || e[15] !== w || e[16] !== U ? (Y = Ir(U, w, y), e[14] = y, e[15] = w, e[16] = U, e[17] = Y) : Y = e[17];
|
|
1750
|
+
const se = Y;
|
|
1751
|
+
if (!H && O)
|
|
1753
1752
|
return null;
|
|
1754
|
-
const
|
|
1755
|
-
let
|
|
1756
|
-
e[18] !== l ? (
|
|
1757
|
-
let
|
|
1758
|
-
e[20] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (
|
|
1753
|
+
const J = A ? `${se}px` : a ?? `${_}px`;
|
|
1754
|
+
let ee;
|
|
1755
|
+
e[18] !== l ? (ee = /* @__PURE__ */ s(vr, { children: l }), e[18] = l, e[19] = ee) : ee = e[19];
|
|
1756
|
+
let re, te;
|
|
1757
|
+
e[20] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (re = {
|
|
1759
1758
|
display: "block",
|
|
1760
1759
|
style: {
|
|
1761
1760
|
overflowX: "hidden"
|
|
1762
1761
|
}
|
|
1763
|
-
},
|
|
1762
|
+
}, te = {
|
|
1764
1763
|
style: {
|
|
1765
1764
|
minWidth: "100%",
|
|
1766
1765
|
width: "100%",
|
|
@@ -1768,42 +1767,42 @@ const hl = (o) => {
|
|
|
1768
1767
|
display: "flex",
|
|
1769
1768
|
flexDirection: "column"
|
|
1770
1769
|
}
|
|
1771
|
-
}, e[20] =
|
|
1772
|
-
let
|
|
1773
|
-
e[22] !== r || e[23] !==
|
|
1774
|
-
let
|
|
1775
|
-
e[33] !==
|
|
1770
|
+
}, e[20] = re, e[21] = te) : (re = e[20], te = e[21]);
|
|
1771
|
+
let le;
|
|
1772
|
+
e[22] !== r || e[23] !== T || e[24] !== W || e[25] !== B || e[26] !== h || e[27] !== m || e[28] !== n || e[29] !== X || e[30] !== D || e[31] !== L ? (le = /* @__PURE__ */ s(tt, { flex: "1", mt: "lg", viewportRef: z, viewportProps: re, contentProps: te, children: /* @__PURE__ */ s(G, { w: "full", minW: "0", flex: "1 0 auto", display: "flex", flexDirection: "column", children: n.length === 0 ? /* @__PURE__ */ s(F, { textStyle: "paragraph/S/regular", color: "fg.muted", p: "3", children: T }) : /* @__PURE__ */ s(Ln, { sections: n, expandedSectionIds: B, expandedNodeIds: W, activeNodeId: r, rowVariant: "compact", sectionGap: "md", nodeGap: "1px", linkComponent: h, onNavigate: m, onToggleSection: D, onToggleNode: X, virtualize: L, scrollRef: z }) }) }), e[22] = r, e[23] = T, e[24] = W, e[25] = B, e[26] = h, e[27] = m, e[28] = n, e[29] = X, e[30] = D, e[31] = L, e[32] = le) : le = e[32];
|
|
1773
|
+
let ne;
|
|
1774
|
+
e[33] !== c ? (ne = /* @__PURE__ */ s(xr, { children: c }), e[33] = c, e[34] = ne) : ne = e[34];
|
|
1775
|
+
let K;
|
|
1776
|
+
e[35] !== ee || e[36] !== le || e[37] !== ne || e[38] !== J ? (K = /* @__PURE__ */ S(de, { as: "aside", "data-testid": "sidenav", direction: "column", position: "relative", h: "100%", w: J, minW: J, maxW: J, flexShrink: 0, borderRightWidth: "1px", borderRightColor: "border.subtle", bg: "bg", children: [
|
|
1777
|
+
ee,
|
|
1778
|
+
le,
|
|
1779
|
+
ne
|
|
1780
|
+
] }), e[35] = ee, e[36] = le, e[37] = ne, e[38] = J, e[39] = K) : K = e[39];
|
|
1781
|
+
const ie = K;
|
|
1776
1782
|
let oe;
|
|
1777
|
-
|
|
1778
|
-
se,
|
|
1779
|
-
q,
|
|
1780
|
-
ee
|
|
1781
|
-
] }), e[35] = se, e[36] = q, e[37] = ee, e[38] = te, e[39] = oe) : oe = e[39];
|
|
1782
|
-
const re = oe;
|
|
1783
|
-
let ie;
|
|
1784
|
-
return e[40] !== re || e[41] !== v ? (ie = /* @__PURE__ */ s(Xt, { actions: v, closeOnSelect: !1, children: re }), e[40] = re, e[41] = v, e[42] = ie) : ie = e[42], ie;
|
|
1783
|
+
return e[40] !== ie || e[41] !== v ? (oe = /* @__PURE__ */ s(Qt, { actions: v, closeOnSelect: !1, children: ie }), e[40] = ie, e[41] = v, e[42] = oe) : oe = e[42], oe;
|
|
1785
1784
|
};
|
|
1786
|
-
function
|
|
1785
|
+
function Pr(o) {
|
|
1787
1786
|
return o.open;
|
|
1788
1787
|
}
|
|
1789
|
-
function
|
|
1788
|
+
function Ar(o) {
|
|
1790
1789
|
return o.width;
|
|
1791
1790
|
}
|
|
1792
|
-
function
|
|
1791
|
+
function Rr(o) {
|
|
1793
1792
|
return o.expandedSections;
|
|
1794
1793
|
}
|
|
1795
|
-
function
|
|
1794
|
+
function Er(o) {
|
|
1796
1795
|
return o.expandedNodes;
|
|
1797
1796
|
}
|
|
1798
|
-
function
|
|
1797
|
+
function kr(o) {
|
|
1799
1798
|
return o.toggleSection;
|
|
1800
1799
|
}
|
|
1801
1800
|
function $r(o) {
|
|
1802
1801
|
return o.toggleNode;
|
|
1803
1802
|
}
|
|
1804
|
-
const
|
|
1803
|
+
const Pt = {
|
|
1805
1804
|
tabOverrides: {}
|
|
1806
|
-
}, Dr = "pstdio/ui/tab-visibility",
|
|
1805
|
+
}, Dr = "pstdio/ui/tab-visibility", Or = (o) => `${Dr}/${o}`, Lr = (o, e) => o ?? (e ? "hidden" : "shown"), at = (o, e, t) => {
|
|
1807
1806
|
if (t === void 0) {
|
|
1808
1807
|
if (!(e in o)) return o;
|
|
1809
1808
|
const {
|
|
@@ -1816,51 +1815,51 @@ const Rt = {
|
|
|
1816
1815
|
...o,
|
|
1817
1816
|
[e]: t
|
|
1818
1817
|
};
|
|
1819
|
-
},
|
|
1820
|
-
const n =
|
|
1821
|
-
return
|
|
1822
|
-
},
|
|
1818
|
+
}, _r = (o, e, t) => {
|
|
1819
|
+
const n = Lr(o[e], t);
|
|
1820
|
+
return at(o, e, n === "hidden" ? "shown" : "hidden");
|
|
1821
|
+
}, zr = (o) => ({
|
|
1823
1822
|
tabOverrides: o.tabOverrides
|
|
1824
|
-
}),
|
|
1825
|
-
...
|
|
1823
|
+
}), Nr = (o) => lt()(ot((e) => ({
|
|
1824
|
+
...Pt,
|
|
1826
1825
|
setTab: (t, n) => e((r) => ({
|
|
1827
1826
|
...r,
|
|
1828
|
-
tabOverrides:
|
|
1827
|
+
tabOverrides: at(r.tabOverrides, t, n)
|
|
1829
1828
|
})),
|
|
1830
1829
|
toggleTab: (t, n) => e((r) => ({
|
|
1831
1830
|
...r,
|
|
1832
|
-
tabOverrides:
|
|
1831
|
+
tabOverrides: _r(r.tabOverrides, t, n)
|
|
1833
1832
|
})),
|
|
1834
1833
|
clearTab: (t) => e((n) => ({
|
|
1835
1834
|
...n,
|
|
1836
|
-
tabOverrides:
|
|
1835
|
+
tabOverrides: at(n.tabOverrides, t, void 0)
|
|
1837
1836
|
})),
|
|
1838
|
-
reset: () => e(
|
|
1837
|
+
reset: () => e(Pt)
|
|
1839
1838
|
}), {
|
|
1840
|
-
name:
|
|
1841
|
-
storage:
|
|
1842
|
-
partialize:
|
|
1843
|
-
})),
|
|
1844
|
-
const e =
|
|
1839
|
+
name: Or(o.storageKey),
|
|
1840
|
+
storage: rt(Me),
|
|
1841
|
+
partialize: zr
|
|
1842
|
+
})), At = /* @__PURE__ */ new Map(), Br = (o) => {
|
|
1843
|
+
const e = At.get(o);
|
|
1845
1844
|
if (e) return e;
|
|
1846
|
-
const t =
|
|
1845
|
+
const t = Nr({
|
|
1847
1846
|
storageKey: o
|
|
1848
1847
|
});
|
|
1849
|
-
return
|
|
1850
|
-
},
|
|
1851
|
-
const t =
|
|
1848
|
+
return At.set(o, t), t;
|
|
1849
|
+
}, xi = (o, e) => {
|
|
1850
|
+
const t = $(2);
|
|
1852
1851
|
let n;
|
|
1853
|
-
return t[0] !== o ? (n =
|
|
1854
|
-
},
|
|
1852
|
+
return t[0] !== o ? (n = Br(o), t[0] = o, t[1] = n) : n = t[1], nt(n, e);
|
|
1853
|
+
}, Wr = (o, e) => typeof o == "string" ? o : e, Ve = (o, e) => o ?? (e ? "hidden" : "shown"), Rt = (o) => o.canHide === !0 || o.hiddenByDefault === !0, Fr = (o, e) => Ve(e[o.id], o.hiddenByDefault) === "shown", ut = (o, e) => {
|
|
1855
1854
|
let t = !1;
|
|
1856
1855
|
const n = [];
|
|
1857
1856
|
for (const r of o) {
|
|
1858
|
-
if (!
|
|
1857
|
+
if (!Fr(r, e)) {
|
|
1859
1858
|
t = !0;
|
|
1860
1859
|
continue;
|
|
1861
1860
|
}
|
|
1862
1861
|
if (r.children && r.children.length > 0) {
|
|
1863
|
-
const i =
|
|
1862
|
+
const i = ut(r.children, e);
|
|
1864
1863
|
if (i !== r.children) {
|
|
1865
1864
|
t = !0, n.push({
|
|
1866
1865
|
...r,
|
|
@@ -1872,15 +1871,19 @@ const Rt = {
|
|
|
1872
1871
|
n.push(r);
|
|
1873
1872
|
}
|
|
1874
1873
|
return t ? n : o;
|
|
1875
|
-
},
|
|
1874
|
+
}, vi = (o, e) => ut(o, e), yi = (o, e, t) => {
|
|
1876
1875
|
let n = !1;
|
|
1877
1876
|
const r = [];
|
|
1878
1877
|
for (const i of o) {
|
|
1879
|
-
if (
|
|
1878
|
+
if (Ve(e[i.id], i.hiddenByDefault) === "hidden") {
|
|
1879
|
+
n = !0;
|
|
1880
|
+
continue;
|
|
1881
|
+
}
|
|
1882
|
+
const l = ut(i.nodes, t);
|
|
1883
|
+
if (l.length === 0 && !i.emptyState) {
|
|
1880
1884
|
n = !0;
|
|
1881
1885
|
continue;
|
|
1882
1886
|
}
|
|
1883
|
-
const l = ht(i.nodes, t);
|
|
1884
1887
|
if (l !== i.nodes) {
|
|
1885
1888
|
n = !0, r.push({
|
|
1886
1889
|
...i,
|
|
@@ -1891,225 +1894,239 @@ const Rt = {
|
|
|
1891
1894
|
r.push(i);
|
|
1892
1895
|
}
|
|
1893
1896
|
return n ? r : o;
|
|
1894
|
-
},
|
|
1895
|
-
const r = o.hiddenByDefault === !0, i =
|
|
1897
|
+
}, Jt = (o, e) => o === "shown" ? e.visibleIcon : e.hiddenIcon, Hr = (o, e, t, n) => {
|
|
1898
|
+
const r = o.hiddenByDefault === !0, i = Ve(e[o.id], r);
|
|
1896
1899
|
return {
|
|
1897
1900
|
key: `section:${o.id}`,
|
|
1898
1901
|
label: o.label ?? o.id,
|
|
1899
1902
|
onClick: () => t.onToggleSection(o.id, r),
|
|
1900
|
-
endContent:
|
|
1903
|
+
endContent: Jt(i, n)
|
|
1901
1904
|
};
|
|
1902
|
-
},
|
|
1903
|
-
const r = o.hiddenByDefault === !0, i =
|
|
1905
|
+
}, Mr = (o, e, t, n) => {
|
|
1906
|
+
const r = o.hiddenByDefault === !0, i = Ve(e[o.id], r);
|
|
1904
1907
|
return {
|
|
1905
1908
|
key: `node:${o.id}`,
|
|
1906
|
-
label:
|
|
1909
|
+
label: Wr(o.label, o.id),
|
|
1907
1910
|
icon: o.icon,
|
|
1908
1911
|
onClick: () => t.onToggleNode(o.id, r),
|
|
1909
|
-
endContent:
|
|
1912
|
+
endContent: Jt(i, n)
|
|
1910
1913
|
};
|
|
1911
|
-
},
|
|
1912
|
-
const i = [], l = (
|
|
1913
|
-
|
|
1914
|
-
...
|
|
1914
|
+
}, Ci = (o, e, t, n, r) => {
|
|
1915
|
+
const i = [], l = (a) => {
|
|
1916
|
+
a.length !== 0 && (i.length > 0 && (a[0] = {
|
|
1917
|
+
...a[0],
|
|
1915
1918
|
separatorBefore: !0
|
|
1916
|
-
}), i.push(...
|
|
1919
|
+
}), i.push(...a));
|
|
1920
|
+
}, c = (a) => {
|
|
1921
|
+
const d = [];
|
|
1922
|
+
for (const u of a) {
|
|
1923
|
+
Rt(u) && d.push(Hr(u, e, n, r));
|
|
1924
|
+
for (const f of u.nodes)
|
|
1925
|
+
Rt(f) && d.push(Mr(f, t, n, r));
|
|
1926
|
+
}
|
|
1927
|
+
return d;
|
|
1917
1928
|
};
|
|
1918
|
-
l((o.
|
|
1919
|
-
const a = [];
|
|
1920
|
-
for (const c of o.sections) {
|
|
1921
|
-
Ke(c) && a.push(Vr(c, e, n, r));
|
|
1922
|
-
for (const d of c.nodes)
|
|
1923
|
-
Ke(d) && a.push(ct(d, t, n, r));
|
|
1924
|
-
}
|
|
1925
|
-
return l(a), l((o.footerNodes ?? []).filter(Ke).map((c) => ct(c, t, n, r))), i.length === 0 || i.push({
|
|
1929
|
+
return l(c(o.headerSections ?? [])), l(c(o.sections)), l(c(o.footerSections ?? [])), i.length === 0 || i.push({
|
|
1926
1930
|
key: "__reset-visibility",
|
|
1927
1931
|
label: "Reset to default",
|
|
1928
1932
|
icon: r.resetIcon,
|
|
1929
1933
|
separatorBefore: !0,
|
|
1930
1934
|
onClick: n.onResetAll
|
|
1931
1935
|
}), i;
|
|
1932
|
-
},
|
|
1936
|
+
}, wi = (o, e, t) => {
|
|
1933
1937
|
let n = !1;
|
|
1934
1938
|
const r = [];
|
|
1935
1939
|
for (const i of o) {
|
|
1936
|
-
if (i.pinned === !0 && i.hiddenByDefault === !0) {
|
|
1937
|
-
n = !0;
|
|
1938
|
-
continue;
|
|
1939
|
-
}
|
|
1940
1940
|
if (i.closable === !0) {
|
|
1941
1941
|
r.push(i);
|
|
1942
1942
|
continue;
|
|
1943
1943
|
}
|
|
1944
|
-
if (
|
|
1944
|
+
if (i.pinned === !0 && i.hiddenByDefault === !0) {
|
|
1945
|
+
n = !0;
|
|
1946
|
+
continue;
|
|
1947
|
+
}
|
|
1948
|
+
if (Ve(e[t(i)], i.hiddenByDefault) === "hidden") {
|
|
1945
1949
|
n = !0;
|
|
1946
1950
|
continue;
|
|
1947
1951
|
}
|
|
1948
1952
|
r.push(i);
|
|
1949
1953
|
}
|
|
1950
1954
|
return n ? r : o;
|
|
1951
|
-
},
|
|
1955
|
+
}, Ii = (o, e, t, n, r, i) => {
|
|
1952
1956
|
const l = [];
|
|
1953
|
-
let
|
|
1954
|
-
for (const
|
|
1955
|
-
if (
|
|
1956
|
-
|
|
1957
|
-
const d = n(
|
|
1957
|
+
let c = 0;
|
|
1958
|
+
for (const a of o) {
|
|
1959
|
+
if (a.pinned === !0 || a.closable === !0) continue;
|
|
1960
|
+
c += 1;
|
|
1961
|
+
const d = n(a), u = a.hiddenByDefault === !0, f = Ve(e[d], u);
|
|
1958
1962
|
l.push({
|
|
1959
1963
|
key: `tab:${d}`,
|
|
1960
|
-
label:
|
|
1961
|
-
icon: i?.(
|
|
1964
|
+
label: a.title ?? a.contributionId,
|
|
1965
|
+
icon: i?.(a),
|
|
1962
1966
|
onClick: () => t.onToggleTab(d, u),
|
|
1963
1967
|
endContent: f === "shown" ? r.visibleIcon : r.hiddenIcon
|
|
1964
1968
|
});
|
|
1965
1969
|
}
|
|
1966
|
-
return
|
|
1970
|
+
return c === 0 || l.push({
|
|
1967
1971
|
key: "__reset-tabs",
|
|
1968
1972
|
label: "Reset to default",
|
|
1969
1973
|
icon: r.resetIcon,
|
|
1970
1974
|
separatorBefore: !0,
|
|
1971
1975
|
onClick: t.onResetAll
|
|
1972
1976
|
}), l;
|
|
1973
|
-
},
|
|
1974
|
-
const e =
|
|
1977
|
+
}, Vr = (o) => {
|
|
1978
|
+
const e = $(7), {
|
|
1975
1979
|
children: t,
|
|
1976
1980
|
hasChanges: n
|
|
1977
1981
|
} = o;
|
|
1978
1982
|
let r;
|
|
1979
|
-
e[0] !== t ? (r = /* @__PURE__ */ s(
|
|
1983
|
+
e[0] !== t ? (r = /* @__PURE__ */ s(F, { textStyle: "label/L/medium", truncate: !0, children: t }), e[0] = t, e[1] = r) : r = e[1];
|
|
1980
1984
|
let i;
|
|
1981
|
-
e[2] !== n ? (i = n ? /* @__PURE__ */ s(
|
|
1985
|
+
e[2] !== n ? (i = n ? /* @__PURE__ */ s(F, { textStyle: "label/L/medium", color: "fg.muted", "aria-label": "Unsaved changes", children: "*" }) : null, e[2] = n, e[3] = i) : i = e[3];
|
|
1982
1986
|
let l;
|
|
1983
|
-
return e[4] !== r || e[5] !== i ? (l = /* @__PURE__ */
|
|
1987
|
+
return e[4] !== r || e[5] !== i ? (l = /* @__PURE__ */ S(ae, { gap: "3xs", minWidth: "0", children: [
|
|
1984
1988
|
r,
|
|
1985
1989
|
i
|
|
1986
1990
|
] }), e[4] = r, e[5] = i, e[6] = l) : l = e[6], l;
|
|
1987
|
-
}, jr = (o) => {
|
|
1988
|
-
const e =
|
|
1991
|
+
}, Gr = (o) => o.length === 0 ? "None" : o.length === 1 ? o[0].label : `${o[0].label} +${o.length - 1}`, jr = (o) => {
|
|
1992
|
+
const e = $(54), {
|
|
1989
1993
|
actions: t,
|
|
1990
1994
|
disabled: n,
|
|
1991
|
-
|
|
1992
|
-
|
|
1995
|
+
label: r,
|
|
1996
|
+
options: i,
|
|
1997
|
+
optionName: l,
|
|
1998
|
+
onChange: c
|
|
1993
1999
|
} = o;
|
|
1994
|
-
let
|
|
1995
|
-
e[0] !== t || e[1] !==
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
t.length,
|
|
2004
|
-
" action",
|
|
2005
|
-
c,
|
|
2006
|
-
d
|
|
2007
|
-
] }) }), e[4] = t.length, e[5] = n, e[6] = c, e[7] = u) : u = e[7];
|
|
2008
|
-
let f;
|
|
2009
|
-
if (e[8] !== t || e[9] !== r || e[10] !== a) {
|
|
2010
|
-
let m;
|
|
2011
|
-
e[12] !== t || e[13] !== a ? (m = (g) => /* @__PURE__ */ s(Ve.Item, { value: g.value, asChild: !0, children: /* @__PURE__ */ s(nt, { asChild: !0, variant: "full-width", id: g.value, label: g.label, isSelected: t.includes(g.value), endContent: t.includes(g.value) ? /* @__PURE__ */ s(ce, { as: et, boxSize: "icon-xs" }) : void 0, onActivate: () => a(g.value) }) }, g.value), e[12] = t, e[13] = a, e[14] = m) : m = e[14], f = r.map(m), e[8] = t, e[9] = r, e[10] = a, e[11] = f;
|
|
2000
|
+
let a, d, u, f, h, m, p, g, x, b, E, P, k, v;
|
|
2001
|
+
if (e[0] !== t || e[1] !== n || e[2] !== r || e[3] !== c || e[4] !== l || e[5] !== i) {
|
|
2002
|
+
let z;
|
|
2003
|
+
e[20] !== t ? (z = (R) => t.includes(R.value), e[20] = t, e[21] = z) : z = e[21];
|
|
2004
|
+
const I = i.filter(z);
|
|
2005
|
+
let _;
|
|
2006
|
+
e[22] !== t || e[23] !== c ? (_ = (R) => {
|
|
2007
|
+
c(t.includes(R) ? t.filter((C) => C !== R) : [...t, R]);
|
|
2008
|
+
}, e[22] = t, e[23] = c, e[24] = _) : _ = e[24], v = _, u = pe.Root, k = !1, d = pe.Trigger, P = !0, a = ue, f = "2xs", h = "ghost", m = "xs", p = I.length === 0 ? "fg.subtle" : "fg", g = n, x = `${r} for ${l}`, b = I[0]?.icon, E = Gr(I), e[0] = t, e[1] = n, e[2] = r, e[3] = c, e[4] = l, e[5] = i, e[6] = a, e[7] = d, e[8] = u, e[9] = f, e[10] = h, e[11] = m, e[12] = p, e[13] = g, e[14] = x, e[15] = b, e[16] = E, e[17] = P, e[18] = k, e[19] = v;
|
|
2012
2009
|
} else
|
|
2013
|
-
f = e[11];
|
|
2014
|
-
let
|
|
2015
|
-
e[
|
|
2016
|
-
let
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2010
|
+
a = e[6], d = e[7], u = e[8], f = e[9], h = e[10], m = e[11], p = e[12], g = e[13], x = e[14], b = e[15], E = e[16], P = e[17], k = e[18], v = e[19];
|
|
2011
|
+
let O;
|
|
2012
|
+
e[25] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (O = /* @__PURE__ */ s(ce, { as: Ut, boxSize: "icon-2xs" }), e[25] = O) : O = e[25];
|
|
2013
|
+
let T;
|
|
2014
|
+
e[26] !== a || e[27] !== f || e[28] !== h || e[29] !== m || e[30] !== p || e[31] !== g || e[32] !== x || e[33] !== b || e[34] !== E ? (T = /* @__PURE__ */ S(a, { size: f, variant: h, gap: m, color: p, disabled: g, "aria-label": x, children: [
|
|
2015
|
+
b,
|
|
2016
|
+
E,
|
|
2017
|
+
O
|
|
2018
|
+
] }), e[26] = a, e[27] = f, e[28] = h, e[29] = m, e[30] = p, e[31] = g, e[32] = x, e[33] = b, e[34] = E, e[35] = T) : T = e[35];
|
|
2019
|
+
let A;
|
|
2020
|
+
e[36] !== d || e[37] !== T || e[38] !== P ? (A = /* @__PURE__ */ s(d, { asChild: P, children: T }), e[36] = d, e[37] = T, e[38] = P, e[39] = A) : A = e[39];
|
|
2021
|
+
let w;
|
|
2022
|
+
if (e[40] !== t || e[41] !== i || e[42] !== v) {
|
|
2023
|
+
let z;
|
|
2024
|
+
e[44] !== t || e[45] !== v ? (z = (I) => /* @__PURE__ */ s(pe.Item, { value: I.value, asChild: !0, children: /* @__PURE__ */ s(Qe, { asChild: !0, variant: "full-width", id: I.value, label: I.label, icon: I.icon, isSelected: t.includes(I.value), endContent: t.includes(I.value) ? /* @__PURE__ */ s(ce, { as: et, boxSize: "icon-xs" }) : void 0, onActivate: () => v(I.value) }) }, I.value), e[44] = t, e[45] = v, e[46] = z) : z = e[46], w = i.map(z), e[40] = t, e[41] = i, e[42] = v, e[43] = w;
|
|
2025
|
+
} else
|
|
2026
|
+
w = e[43];
|
|
2027
|
+
let y;
|
|
2028
|
+
e[47] !== w ? (y = /* @__PURE__ */ s(pe.Positioner, { children: /* @__PURE__ */ s(pe.Content, { minW: "tag-action-menu", bg: "bg", children: w }) }), e[47] = w, e[48] = y) : y = e[48];
|
|
2029
|
+
let L;
|
|
2030
|
+
return e[49] !== u || e[50] !== A || e[51] !== y || e[52] !== k ? (L = /* @__PURE__ */ S(u, { closeOnSelect: k, children: [
|
|
2031
|
+
A,
|
|
2032
|
+
y
|
|
2033
|
+
] }), e[49] = u, e[50] = A, e[51] = y, e[52] = k, e[53] = L) : L = e[53], L;
|
|
2021
2034
|
}, Ur = (o) => {
|
|
2022
|
-
const e =
|
|
2035
|
+
const e = $(69), {
|
|
2023
2036
|
actionOptions: t,
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2037
|
+
actionsLabel: n,
|
|
2038
|
+
colorOptions: r,
|
|
2039
|
+
iconOptions: i,
|
|
2040
|
+
value: l,
|
|
2041
|
+
isSaving: c,
|
|
2028
2042
|
readOnly: a,
|
|
2029
|
-
showDefault:
|
|
2030
|
-
showIcons:
|
|
2031
|
-
onActionsChange:
|
|
2032
|
-
onColorChange:
|
|
2033
|
-
onDelete:
|
|
2043
|
+
showDefault: d,
|
|
2044
|
+
showIcons: u,
|
|
2045
|
+
onActionsChange: f,
|
|
2046
|
+
onColorChange: h,
|
|
2047
|
+
onDelete: m,
|
|
2034
2048
|
onIconChange: p,
|
|
2035
|
-
onNameChange:
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
id: i.id,
|
|
2049
|
+
onNameChange: g
|
|
2050
|
+
} = o, x = n === void 0 ? "Actions" : n, b = c || a;
|
|
2051
|
+
let E;
|
|
2052
|
+
e[0] !== b || e[1] !== l.id ? (E = {
|
|
2053
|
+
id: l.id,
|
|
2041
2054
|
disabled: b
|
|
2042
|
-
}, e[0] = b, e[1] =
|
|
2055
|
+
}, e[0] = b, e[1] = l.id, e[2] = E) : E = e[2];
|
|
2043
2056
|
const {
|
|
2044
|
-
attributes:
|
|
2045
|
-
listeners:
|
|
2046
|
-
setNodeRef:
|
|
2047
|
-
transform:
|
|
2048
|
-
transition:
|
|
2057
|
+
attributes: P,
|
|
2058
|
+
listeners: k,
|
|
2059
|
+
setNodeRef: v,
|
|
2060
|
+
transform: O,
|
|
2061
|
+
transition: T,
|
|
2049
2062
|
isDragging: A
|
|
2050
|
-
} =
|
|
2051
|
-
let T;
|
|
2052
|
-
e[3] !== v ? (T = Yn.Transform.toString(v), e[3] = v, e[4] = T) : T = e[4];
|
|
2053
|
-
let I;
|
|
2054
|
-
e[5] !== T || e[6] !== $ ? (I = {
|
|
2055
|
-
transform: T,
|
|
2056
|
-
transition: $
|
|
2057
|
-
}, e[5] = T, e[6] = $, e[7] = I) : I = e[7];
|
|
2058
|
-
const P = A ? "bg.elevated" : "transparent", _ = A ? "compact" : "none", N = A ? "1px" : void 0, D = A ? "lg" : void 0, z = A ? "bg.elevated" : "bg.muted";
|
|
2059
|
-
let S;
|
|
2060
|
-
e[8] !== z ? (S = {
|
|
2061
|
-
bg: z
|
|
2062
|
-
}, e[8] = z, e[9] = S) : S = e[9];
|
|
2063
|
-
const y = a ? "default" : "grab";
|
|
2063
|
+
} = Gn(E);
|
|
2064
2064
|
let w;
|
|
2065
|
-
e[
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
e[
|
|
2065
|
+
e[3] !== O ? (w = Xn.Transform.toString(O), e[3] = O, e[4] = w) : w = e[4];
|
|
2066
|
+
let y;
|
|
2067
|
+
e[5] !== w || e[6] !== T ? (y = {
|
|
2068
|
+
transform: w,
|
|
2069
|
+
transition: T
|
|
2070
|
+
}, e[5] = w, e[6] = T, e[7] = y) : y = e[7];
|
|
2071
|
+
const L = A ? "bg.elevated" : "transparent", z = A ? "compact" : "none", I = A ? "1px" : void 0, _ = A ? "lg" : void 0, R = A ? "bg.elevated" : "bg.muted";
|
|
2072
|
+
let C;
|
|
2073
|
+
e[8] !== R ? (C = {
|
|
2074
|
+
bg: R
|
|
2075
|
+
}, e[8] = R, e[9] = C) : C = e[9];
|
|
2076
|
+
const N = a ? "default" : "grab";
|
|
2071
2077
|
let H;
|
|
2072
|
-
e[
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
let
|
|
2077
|
-
e[
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
let
|
|
2082
|
-
e[
|
|
2078
|
+
e[10] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (H = {
|
|
2079
|
+
color: "fg.muted"
|
|
2080
|
+
}, e[10] = H) : H = e[10];
|
|
2081
|
+
const q = `Reorder ${l.name}`;
|
|
2082
|
+
let B;
|
|
2083
|
+
e[11] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (B = /* @__PURE__ */ s(ce, { as: En, boxSize: "icon-xs" }), e[11] = B) : B = e[11];
|
|
2084
|
+
let W;
|
|
2085
|
+
e[12] !== P || e[13] !== k || e[14] !== N || e[15] !== q ? (W = /* @__PURE__ */ s(de, { cursor: N, color: "fg.subtle", _groupHover: H, "aria-label": q, ...P, ...k, children: B }), e[12] = P, e[13] = k, e[14] = N, e[15] = q, e[16] = W) : W = e[16];
|
|
2086
|
+
const D = `Change ${l.name} appearance`;
|
|
2087
|
+
let X;
|
|
2088
|
+
e[17] !== r || e[18] !== b || e[19] !== i || e[20] !== h || e[21] !== p || e[22] !== u || e[23] !== D || e[24] !== l.color || e[25] !== l.icon ? (X = /* @__PURE__ */ s(rr, { color: l.color, colorOptions: r, icon: l.icon, iconOptions: i, showIcons: u, onColorChange: h, onIconChange: p, disabled: b, "aria-label": D }), e[17] = r, e[18] = b, e[19] = i, e[20] = h, e[21] = p, e[22] = u, e[23] = D, e[24] = l.color, e[25] = l.icon, e[26] = X) : X = e[26];
|
|
2083
2089
|
let j;
|
|
2084
|
-
e[
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
let
|
|
2089
|
-
e[
|
|
2090
|
-
let
|
|
2091
|
-
e[
|
|
2092
|
-
|
|
2093
|
-
|
|
2090
|
+
e[27] !== g || e[28] !== l.name ? (j = (oe) => {
|
|
2091
|
+
const he = oe.value.trim();
|
|
2092
|
+
he && he !== l.name && g(he);
|
|
2093
|
+
}, e[27] = g, e[28] = l.name, e[29] = j) : j = e[29];
|
|
2094
|
+
let V, U;
|
|
2095
|
+
e[30] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (V = /* @__PURE__ */ s(We.Preview, { textStyle: "paragraph/S/regular" }), U = /* @__PURE__ */ s(We.Input, { textStyle: "paragraph/S/regular" }), e[30] = V, e[31] = U) : (V = e[30], U = e[31]);
|
|
2096
|
+
let Y;
|
|
2097
|
+
e[32] !== b || e[33] !== j || e[34] !== l.isNew || e[35] !== l.name ? (Y = /* @__PURE__ */ S(We.Root, { minWidth: "0", defaultValue: l.name, defaultEdit: l.isNew, selectOnFocus: !0, disabled: b, onValueCommit: j, children: [
|
|
2098
|
+
V,
|
|
2099
|
+
U
|
|
2100
|
+
] }, l.name), e[32] = b, e[33] = j, e[34] = l.isNew, e[35] = l.name, e[36] = Y) : Y = e[36];
|
|
2101
|
+
let se;
|
|
2102
|
+
e[37] !== d || e[38] !== l.isDefault ? (se = d && l.isDefault ? /* @__PURE__ */ s(Te, { size: "sm", variant: "subtle", colorPalette: "blue", children: "Default" }) : null, e[37] = d, e[38] = l.isDefault, e[39] = se) : se = e[39];
|
|
2103
|
+
let J;
|
|
2104
|
+
e[40] !== Y || e[41] !== se ? (J = /* @__PURE__ */ S(de, { flex: "1", minWidth: "0", alignItems: "center", gap: "xs", children: [
|
|
2105
|
+
Y,
|
|
2106
|
+
se
|
|
2107
|
+
] }), e[40] = Y, e[41] = se, e[42] = J) : J = e[42];
|
|
2108
|
+
let ee;
|
|
2109
|
+
e[43] !== t || e[44] !== x || e[45] !== b || e[46] !== f || e[47] !== l.actions || e[48] !== l.name ? (ee = t ? /* @__PURE__ */ s(de, { width: "tag-editor-commands", justifyContent: "flex-end", children: /* @__PURE__ */ s(jr, { actions: l.actions ?? [], disabled: b, label: x, optionName: l.name, options: t, onChange: f }) }) : null, e[43] = t, e[44] = x, e[45] = b, e[46] = f, e[47] = l.actions, e[48] = l.name, e[49] = ee) : ee = e[49];
|
|
2110
|
+
let re;
|
|
2111
|
+
e[50] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (re = {
|
|
2094
2112
|
color: "fg.error",
|
|
2095
2113
|
bg: "bg.error"
|
|
2096
|
-
}, e[
|
|
2097
|
-
const
|
|
2098
|
-
let
|
|
2099
|
-
e[
|
|
2100
|
-
let
|
|
2101
|
-
e[
|
|
2102
|
-
let
|
|
2103
|
-
return e[
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
] }), e[54] = k, e[55] = H, e[56] = L, e[57] = j, e[58] = I, e[59] = Q, e[60] = le, e[61] = q, e[62] = P, e[63] = _, e[64] = N, e[65] = D, e[66] = S, e[67] = ee) : ee = e[67], ee;
|
|
2114
|
+
}, e[50] = re) : re = e[50];
|
|
2115
|
+
const te = b || l.isDefault, le = `Delete ${l.name}`;
|
|
2116
|
+
let ne;
|
|
2117
|
+
e[51] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (ne = /* @__PURE__ */ s(ce, { as: kn, boxSize: "icon-xs" }), e[51] = ne) : ne = e[51];
|
|
2118
|
+
let K;
|
|
2119
|
+
e[52] !== m || e[53] !== te || e[54] !== le ? (K = /* @__PURE__ */ s(Fe, { size: "xs", variant: "ghost", color: "fg.subtle", _groupHover: re, onClick: m, disabled: te, "aria-label": le, children: ne }), e[52] = m, e[53] = te, e[54] = le, e[55] = K) : K = e[55];
|
|
2120
|
+
let ie;
|
|
2121
|
+
return e[56] !== v || e[57] !== W || e[58] !== X || e[59] !== J || e[60] !== ee || e[61] !== K || e[62] !== y || e[63] !== L || e[64] !== z || e[65] !== I || e[66] !== _ || e[67] !== C ? (ie = /* @__PURE__ */ S(de, { ref: v, style: y, className: "group", height: "tag-editor-row", alignItems: "center", gap: "compact", px: "xs", borderBottomWidth: "1px", borderColor: "border.subtle", bg: L, borderRadius: z, borderWidth: I, boxShadow: _, _hover: C, children: [
|
|
2122
|
+
W,
|
|
2123
|
+
X,
|
|
2124
|
+
J,
|
|
2125
|
+
ee,
|
|
2126
|
+
K
|
|
2127
|
+
] }), e[56] = v, e[57] = W, e[58] = X, e[59] = J, e[60] = ee, e[61] = K, e[62] = y, e[63] = L, e[64] = z, e[65] = I, e[66] = _, e[67] = C, e[68] = ie) : ie = e[68], ie;
|
|
2111
2128
|
}, Qr = (o) => o.length > 0 ? Math.max(...o.map((e) => e.sortOrder)) + 1 : 0, Xr = (o) => {
|
|
2112
|
-
const e =
|
|
2129
|
+
const e = $(12), {
|
|
2113
2130
|
title: t,
|
|
2114
2131
|
hasChanges: n,
|
|
2115
2132
|
isSaving: r,
|
|
@@ -2117,21 +2134,21 @@ const Rt = {
|
|
|
2117
2134
|
} = o;
|
|
2118
2135
|
if (!i) {
|
|
2119
2136
|
let u;
|
|
2120
|
-
return e[0] !== n || e[1] !== t ? (u = /* @__PURE__ */ s(
|
|
2137
|
+
return e[0] !== n || e[1] !== t ? (u = /* @__PURE__ */ s(Vr, { hasChanges: n, children: t }), e[0] = n, e[1] = t, e[2] = u) : u = e[2], u;
|
|
2121
2138
|
}
|
|
2122
2139
|
let l;
|
|
2123
2140
|
e[3] !== i || e[4] !== t ? (l = (u) => {
|
|
2124
2141
|
const f = u.value.trim();
|
|
2125
2142
|
f && f !== t && i(f);
|
|
2126
2143
|
}, e[3] = i, e[4] = t, e[5] = l) : l = e[5];
|
|
2127
|
-
let
|
|
2128
|
-
e[6] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (
|
|
2144
|
+
let c, a;
|
|
2145
|
+
e[6] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (c = /* @__PURE__ */ s(We.Preview, { textStyle: "label/L/medium" }), a = /* @__PURE__ */ s(We.Input, { textStyle: "label/L/medium" }), e[6] = c, e[7] = a) : (c = e[6], a = e[7]);
|
|
2129
2146
|
let d;
|
|
2130
|
-
return e[8] !== r || e[9] !== l || e[10] !== t ? (d = /* @__PURE__ */
|
|
2131
|
-
|
|
2132
|
-
|
|
2147
|
+
return e[8] !== r || e[9] !== l || e[10] !== t ? (d = /* @__PURE__ */ S(We.Root, { defaultValue: t, disabled: r, selectOnFocus: !0, onValueCommit: l, children: [
|
|
2148
|
+
c,
|
|
2149
|
+
a
|
|
2133
2150
|
] }, t), e[8] = r, e[9] = l, e[10] = t, e[11] = d) : d = e[11], d;
|
|
2134
|
-
}, qr =
|
|
2151
|
+
}, qr = Pe("button", {
|
|
2135
2152
|
base: {
|
|
2136
2153
|
display: "flex",
|
|
2137
2154
|
alignItems: "center",
|
|
@@ -2155,6 +2172,64 @@ const Rt = {
|
|
|
2155
2172
|
}
|
|
2156
2173
|
}
|
|
2157
2174
|
}), Yr = (o) => {
|
|
2175
|
+
const e = $(9), {
|
|
2176
|
+
valueLabel: t,
|
|
2177
|
+
actionsLabel: n
|
|
2178
|
+
} = o;
|
|
2179
|
+
let r;
|
|
2180
|
+
e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (r = /* @__PURE__ */ s(de, { width: "tag-editor-lead", flexShrink: "0" }), e[0] = r) : r = e[0];
|
|
2181
|
+
let i;
|
|
2182
|
+
e[1] !== t ? (i = /* @__PURE__ */ s(F, { flex: "1", minWidth: "0", textStyle: "label/XS/caps", color: "fg.subtle", children: t }), e[1] = t, e[2] = i) : i = e[2];
|
|
2183
|
+
let l;
|
|
2184
|
+
e[3] !== n ? (l = n ? /* @__PURE__ */ s(F, { width: "tag-editor-commands", textAlign: "right", textStyle: "label/XS/caps", color: "fg.subtle", children: n }) : null, e[3] = n, e[4] = l) : l = e[4];
|
|
2185
|
+
let c;
|
|
2186
|
+
e[5] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (c = /* @__PURE__ */ s(de, { width: "tag-editor-trailing", flexShrink: "0" }), e[5] = c) : c = e[5];
|
|
2187
|
+
let a;
|
|
2188
|
+
return e[6] !== i || e[7] !== l ? (a = /* @__PURE__ */ S(de, { alignItems: "center", gap: "compact", paddingInline: "xs", height: "tag-editor-add-row", bg: "bg.subtle", borderBottomWidth: "1px", borderColor: "border.subtle", children: [
|
|
2189
|
+
r,
|
|
2190
|
+
i,
|
|
2191
|
+
l,
|
|
2192
|
+
c
|
|
2193
|
+
] }), e[6] = i, e[7] = l, e[8] = a) : a = e[8], a;
|
|
2194
|
+
}, Kr = (o) => {
|
|
2195
|
+
const e = $(22), {
|
|
2196
|
+
label: t,
|
|
2197
|
+
values: n,
|
|
2198
|
+
disabled: r,
|
|
2199
|
+
onSelect: i
|
|
2200
|
+
} = o;
|
|
2201
|
+
let l;
|
|
2202
|
+
e[0] !== n ? (l = n.find(Jr), e[0] = n, e[1] = l) : l = e[1];
|
|
2203
|
+
const c = l;
|
|
2204
|
+
let a;
|
|
2205
|
+
e[2] !== t ? (a = /* @__PURE__ */ s(F, { textStyle: "paragraph/S/regular", color: "fg.muted", children: t }), e[2] = t, e[3] = a) : a = e[3];
|
|
2206
|
+
const d = c?.name ?? "None";
|
|
2207
|
+
let u;
|
|
2208
|
+
e[4] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (u = /* @__PURE__ */ s(ce, { as: Ut, boxSize: "icon-2xs" }), e[4] = u) : u = e[4];
|
|
2209
|
+
let f;
|
|
2210
|
+
e[5] !== r || e[6] !== t || e[7] !== d ? (f = /* @__PURE__ */ s(pe.Trigger, { asChild: !0, children: /* @__PURE__ */ S(ue, { size: "2xs", variant: "ghost", gap: "xs", disabled: r, "aria-label": t, children: [
|
|
2211
|
+
d,
|
|
2212
|
+
u
|
|
2213
|
+
] }) }), e[5] = r, e[6] = t, e[7] = d, e[8] = f) : f = e[8];
|
|
2214
|
+
let h;
|
|
2215
|
+
if (e[9] !== i || e[10] !== n) {
|
|
2216
|
+
let x;
|
|
2217
|
+
e[12] !== i ? (x = (b) => /* @__PURE__ */ s(pe.Item, { value: b.id, asChild: !0, children: /* @__PURE__ */ s(Qe, { asChild: !0, variant: "full-width", id: b.id, label: b.name, isSelected: b.isDefault, endContent: b.isDefault ? /* @__PURE__ */ s(ce, { as: et, boxSize: "icon-xs" }) : void 0, onActivate: () => i(b) }) }, b.id), e[12] = i, e[13] = x) : x = e[13], h = n.map(x), e[9] = i, e[10] = n, e[11] = h;
|
|
2218
|
+
} else
|
|
2219
|
+
h = e[11];
|
|
2220
|
+
let m;
|
|
2221
|
+
e[14] !== h ? (m = /* @__PURE__ */ s(pe.Positioner, { children: /* @__PURE__ */ s(pe.Content, { minW: "tag-action-menu", bg: "bg", children: h }) }), e[14] = h, e[15] = m) : m = e[15];
|
|
2222
|
+
let p;
|
|
2223
|
+
e[16] !== f || e[17] !== m ? (p = /* @__PURE__ */ S(pe.Root, { children: [
|
|
2224
|
+
f,
|
|
2225
|
+
m
|
|
2226
|
+
] }), e[16] = f, e[17] = m, e[18] = p) : p = e[18];
|
|
2227
|
+
let g;
|
|
2228
|
+
return e[19] !== a || e[20] !== p ? (g = /* @__PURE__ */ S(de, { alignItems: "center", gap: "sm", paddingInline: "xs", paddingBlock: "xs", bg: "bg.subtle", borderTopWidth: "1px", borderColor: "border.subtle", children: [
|
|
2229
|
+
a,
|
|
2230
|
+
p
|
|
2231
|
+
] }), e[19] = a, e[20] = p, e[21] = g) : g = e[21], g;
|
|
2232
|
+
}, Zr = (o) => {
|
|
2158
2233
|
const {
|
|
2159
2234
|
title: e,
|
|
2160
2235
|
description: t,
|
|
@@ -2162,107 +2237,118 @@ const Rt = {
|
|
|
2162
2237
|
values: r,
|
|
2163
2238
|
onValuesChange: i,
|
|
2164
2239
|
onDeleteValue: l,
|
|
2165
|
-
onSetDefault:
|
|
2166
|
-
onTitleChange:
|
|
2240
|
+
onSetDefault: c,
|
|
2241
|
+
onTitleChange: a,
|
|
2167
2242
|
hasChanges: d,
|
|
2168
2243
|
isSaving: u,
|
|
2169
2244
|
readOnly: f,
|
|
2170
2245
|
addLabel: h = "Add option",
|
|
2171
|
-
addName:
|
|
2172
|
-
actionOptions:
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2246
|
+
addName: m = "New option",
|
|
2247
|
+
actionOptions: p,
|
|
2248
|
+
actionsLabel: g,
|
|
2249
|
+
defaultValueLabel: x = "Default value",
|
|
2250
|
+
colorOptions: b,
|
|
2251
|
+
defaultAddColor: E = "blue",
|
|
2252
|
+
defaultAddIcon: P = null,
|
|
2253
|
+
deleteButtonText: k = "Delete tag",
|
|
2254
|
+
deleteHeadline: v = "Delete tag?",
|
|
2255
|
+
deleteNotificationText: O = (B) => `This will delete "${B.name}".`,
|
|
2256
|
+
iconOptions: T,
|
|
2257
|
+
showDefault: A,
|
|
2258
|
+
showIcons: w = !0,
|
|
2259
|
+
framed: y,
|
|
2260
|
+
showColumnHeaders: L,
|
|
2261
|
+
valueColumnLabel: z = "Name"
|
|
2262
|
+
} = o, [I, _] = fe(null), R = Wn(Fn(Hn, {
|
|
2183
2263
|
activationConstraint: {
|
|
2184
2264
|
distance: 5
|
|
2185
2265
|
}
|
|
2186
|
-
})),
|
|
2187
|
-
const
|
|
2188
|
-
|
|
2189
|
-
...
|
|
2190
|
-
...
|
|
2191
|
-
}, i(
|
|
2266
|
+
})), C = (B, W) => {
|
|
2267
|
+
const D = [...r];
|
|
2268
|
+
D[B] = {
|
|
2269
|
+
...D[B],
|
|
2270
|
+
...W
|
|
2271
|
+
}, i(D);
|
|
2192
2272
|
}, N = () => {
|
|
2193
2273
|
i([...r, {
|
|
2194
2274
|
id: `new-${crypto.randomUUID()}`,
|
|
2195
|
-
name:
|
|
2196
|
-
color:
|
|
2197
|
-
icon:
|
|
2275
|
+
name: m,
|
|
2276
|
+
color: E,
|
|
2277
|
+
icon: P,
|
|
2198
2278
|
sortOrder: Qr(r),
|
|
2199
2279
|
isNew: !0
|
|
2200
2280
|
}]);
|
|
2201
|
-
},
|
|
2202
|
-
|
|
2281
|
+
}, H = () => {
|
|
2282
|
+
I && (l ? l(I) : i(r.filter((B) => B.id !== I.id)), _(null));
|
|
2203
2283
|
};
|
|
2204
|
-
return /* @__PURE__ */
|
|
2205
|
-
/* @__PURE__ */
|
|
2206
|
-
e || n ? /* @__PURE__ */
|
|
2207
|
-
/* @__PURE__ */
|
|
2208
|
-
e ? /* @__PURE__ */ s(Xr, { title: e, hasChanges: d, isSaving: u, onTitleChange:
|
|
2209
|
-
t ? /* @__PURE__ */ s(
|
|
2284
|
+
return /* @__PURE__ */ S(He, { children: [
|
|
2285
|
+
/* @__PURE__ */ S(Q, { gap: "2xs", children: [
|
|
2286
|
+
e || n ? /* @__PURE__ */ S(de, { minHeight: "tag-editor-row", alignItems: "center", justifyContent: "space-between", gap: "xs", children: [
|
|
2287
|
+
/* @__PURE__ */ S(Q, { gap: "3xs", minWidth: "0", children: [
|
|
2288
|
+
e ? /* @__PURE__ */ s(Xr, { title: e, hasChanges: d, isSaving: u, onTitleChange: a }) : null,
|
|
2289
|
+
t ? /* @__PURE__ */ s(F, { textStyle: "paragraph/S/regular", color: "fg.muted", children: t }) : null
|
|
2210
2290
|
] }),
|
|
2211
2291
|
n
|
|
2212
2292
|
] }) : null,
|
|
2213
|
-
/* @__PURE__ */
|
|
2214
|
-
/* @__PURE__ */ s(
|
|
2293
|
+
/* @__PURE__ */ S(Q, { gap: "none", borderWidth: y ? "1px" : void 0, borderColor: y ? "border.subtle" : void 0, borderRadius: y ? "md" : void 0, overflow: y ? "hidden" : void 0, children: [
|
|
2294
|
+
L ? /* @__PURE__ */ s(Yr, { valueLabel: z, actionsLabel: p ? g : void 0 }) : null,
|
|
2295
|
+
/* @__PURE__ */ s(Mn, { sensors: R, collisionDetection: Vn, onDragEnd: f ? void 0 : (B) => {
|
|
2215
2296
|
const {
|
|
2216
|
-
active:
|
|
2217
|
-
over:
|
|
2218
|
-
} =
|
|
2219
|
-
if (!
|
|
2220
|
-
const
|
|
2221
|
-
|
|
2222
|
-
...
|
|
2223
|
-
sortOrder:
|
|
2297
|
+
active: W,
|
|
2298
|
+
over: D
|
|
2299
|
+
} = B;
|
|
2300
|
+
if (!D || W.id === D.id) return;
|
|
2301
|
+
const X = r.findIndex((V) => V.id === W.id), j = r.findIndex((V) => V.id === D.id);
|
|
2302
|
+
X < 0 || j < 0 || i(Qn(r, X, j).map((V, U) => ({
|
|
2303
|
+
...V,
|
|
2304
|
+
sortOrder: U
|
|
2224
2305
|
})));
|
|
2225
|
-
}, children: /* @__PURE__ */ s(
|
|
2226
|
-
name:
|
|
2227
|
-
}), onColorChange: (
|
|
2228
|
-
color:
|
|
2229
|
-
}), onIconChange: (
|
|
2230
|
-
icon:
|
|
2231
|
-
}), onActionsChange: (
|
|
2232
|
-
actions:
|
|
2233
|
-
}),
|
|
2234
|
-
f ? null : /* @__PURE__ */
|
|
2306
|
+
}, children: /* @__PURE__ */ s(jn, { items: r.map((B) => B.id), strategy: Un, children: r.map((B, W) => /* @__PURE__ */ s(Ur, { value: B, isSaving: u, readOnly: f, showDefault: A, showIcons: w, actionOptions: p, actionsLabel: g, colorOptions: b, iconOptions: T, onNameChange: (D) => C(W, {
|
|
2307
|
+
name: D
|
|
2308
|
+
}), onColorChange: (D) => C(W, {
|
|
2309
|
+
color: D
|
|
2310
|
+
}), onIconChange: (D) => C(W, {
|
|
2311
|
+
icon: D
|
|
2312
|
+
}), onActionsChange: (D) => C(W, {
|
|
2313
|
+
actions: D
|
|
2314
|
+
}), onDelete: () => _(B) }, B.id)) }) }),
|
|
2315
|
+
f ? null : /* @__PURE__ */ S(qr, { type: "button", disabled: u, onClick: N, children: [
|
|
2235
2316
|
/* @__PURE__ */ s(ce, { as: $n, boxSize: "icon-xs" }),
|
|
2236
|
-
/* @__PURE__ */ s(
|
|
2237
|
-
] })
|
|
2317
|
+
/* @__PURE__ */ s(F, { textStyle: "paragraph/S/regular", children: h })
|
|
2318
|
+
] }),
|
|
2319
|
+
A && r.length > 0 ? /* @__PURE__ */ s(Kr, { label: x, values: r, disabled: u || f, onSelect: (B) => c?.(B) }) : null
|
|
2238
2320
|
] })
|
|
2239
2321
|
] }),
|
|
2240
|
-
/* @__PURE__ */ s(
|
|
2322
|
+
/* @__PURE__ */ s(Ho, { open: !!I, onClose: () => _(null), onDelete: H, headline: v, notificationText: I ? O(I) : "", buttonText: k })
|
|
2241
2323
|
] });
|
|
2242
|
-
}
|
|
2243
|
-
|
|
2324
|
+
};
|
|
2325
|
+
function Jr(o) {
|
|
2326
|
+
return o.isDefault;
|
|
2327
|
+
}
|
|
2328
|
+
const el = (o) => {
|
|
2329
|
+
const e = $(13), {
|
|
2244
2330
|
onSave: t,
|
|
2245
2331
|
onReset: n,
|
|
2246
2332
|
hasChanges: r,
|
|
2247
2333
|
isSaving: i,
|
|
2248
2334
|
resetLabel: l,
|
|
2249
|
-
saveLabel:
|
|
2250
|
-
} = o,
|
|
2335
|
+
saveLabel: c
|
|
2336
|
+
} = o, a = l === void 0 ? "Reset" : l, d = c === void 0 ? "Save" : c;
|
|
2251
2337
|
let u;
|
|
2252
|
-
e[0] !== r || e[1] !== i || e[2] !== n || e[3] !==
|
|
2338
|
+
e[0] !== r || e[1] !== i || e[2] !== n || e[3] !== a ? (u = r ? /* @__PURE__ */ s(ue, { size: "sm", variant: "ghost", onClick: n, disabled: i, children: a }) : null, e[0] = r, e[1] = i, e[2] = n, e[3] = a, e[4] = u) : u = e[4];
|
|
2253
2339
|
const f = !r;
|
|
2254
2340
|
let h;
|
|
2255
|
-
e[5] !== i || e[6] !== t || e[7] !== d || e[8] !== f ? (h = /* @__PURE__ */ s(
|
|
2256
|
-
let
|
|
2257
|
-
return e[10] !== u || e[11] !== h ? (
|
|
2341
|
+
e[5] !== i || e[6] !== t || e[7] !== d || e[8] !== f ? (h = /* @__PURE__ */ s(ue, { size: "sm", variant: "primary", onClick: t, loading: i, disabled: f, children: d }), e[5] = i, e[6] = t, e[7] = d, e[8] = f, e[9] = h) : h = e[9];
|
|
2342
|
+
let m;
|
|
2343
|
+
return e[10] !== u || e[11] !== h ? (m = /* @__PURE__ */ S(ae, { gap: "xs", children: [
|
|
2258
2344
|
u,
|
|
2259
2345
|
h
|
|
2260
|
-
] }), e[10] = u, e[11] = h, e[12] =
|
|
2261
|
-
},
|
|
2346
|
+
] }), e[10] = u, e[11] = h, e[12] = m) : m = e[12], m;
|
|
2347
|
+
}, tl = (o, e) => o.sortOrder - e.sortOrder || o.name.localeCompare(e.name), Et = (o, e) => o.map(e).sort(tl), nl = (o, e) => o.find((t) => t.id === e.id), ol = (o, e, t, n) => t.size > 0 ? !0 : e.some((r) => {
|
|
2262
2348
|
if (r.isNew) return !0;
|
|
2263
|
-
const i =
|
|
2349
|
+
const i = nl(o, r);
|
|
2264
2350
|
return i ? n(i, r) || r.sortOrder !== i.sortOrder : !0;
|
|
2265
|
-
}),
|
|
2351
|
+
}), kt = (o) => o instanceof Error ? o.message : o ? String(o) : null, Ti = (o) => {
|
|
2266
2352
|
const {
|
|
2267
2353
|
errorTitle: e,
|
|
2268
2354
|
loadingText: t = "Loading...",
|
|
@@ -2270,67 +2356,76 @@ const Rt = {
|
|
|
2270
2356
|
saveLabel: r,
|
|
2271
2357
|
values: i,
|
|
2272
2358
|
loadError: l,
|
|
2273
|
-
onSave:
|
|
2274
|
-
readOnly:
|
|
2359
|
+
onSave: c,
|
|
2360
|
+
readOnly: a,
|
|
2275
2361
|
toEditorValue: d,
|
|
2276
2362
|
valueNeedsUpdate: u,
|
|
2277
2363
|
...f
|
|
2278
|
-
} = o, [h,
|
|
2279
|
-
|
|
2280
|
-
i &&
|
|
2364
|
+
} = o, [h, m] = fe([]), [p, g] = fe(/* @__PURE__ */ new Set()), [x, b] = fe(!1), [E, P] = fe(null), k = i ?? [];
|
|
2365
|
+
ge(() => {
|
|
2366
|
+
i && m(Et(i, d));
|
|
2281
2367
|
}, [i, d]);
|
|
2282
2368
|
const v = async () => {
|
|
2283
|
-
|
|
2369
|
+
b(!0), P(null);
|
|
2284
2370
|
try {
|
|
2285
|
-
await
|
|
2286
|
-
deletedIds:
|
|
2371
|
+
await c({
|
|
2372
|
+
deletedIds: p,
|
|
2287
2373
|
drafts: h,
|
|
2288
2374
|
values: k
|
|
2289
2375
|
}), g(/* @__PURE__ */ new Set());
|
|
2290
|
-
} catch (
|
|
2291
|
-
|
|
2376
|
+
} catch (y) {
|
|
2377
|
+
P(y);
|
|
2292
2378
|
} finally {
|
|
2293
|
-
|
|
2379
|
+
b(!1);
|
|
2294
2380
|
}
|
|
2295
|
-
},
|
|
2296
|
-
|
|
2297
|
-
},
|
|
2298
|
-
|
|
2381
|
+
}, O = ol(k, h, p, u), T = kt(l) ?? kt(E), A = (y) => {
|
|
2382
|
+
y.isNew || g(/* @__PURE__ */ new Set([...p, y.id])), m(h.filter((L) => L.id !== y.id));
|
|
2383
|
+
}, w = () => {
|
|
2384
|
+
m(Et(k, d)), g(/* @__PURE__ */ new Set()), P(null);
|
|
2299
2385
|
};
|
|
2300
|
-
return /* @__PURE__ */
|
|
2301
|
-
|
|
2302
|
-
i === void 0 ? /* @__PURE__ */
|
|
2303
|
-
/* @__PURE__ */ s(
|
|
2304
|
-
/* @__PURE__ */ s(
|
|
2305
|
-
] }) : /* @__PURE__ */ s(
|
|
2306
|
-
...
|
|
2307
|
-
isDefault:
|
|
2308
|
-
}))) : f.onSetDefault, hasChanges:
|
|
2386
|
+
return /* @__PURE__ */ S(Q, { boxSizing: "border-box", minH: "100%", p: "lg", gap: "lg", bg: "bg", color: "fg", children: [
|
|
2387
|
+
T ? /* @__PURE__ */ s(dt, { status: "error", colorPalette: "red", title: e, size: "sm", children: T }) : null,
|
|
2388
|
+
i === void 0 ? /* @__PURE__ */ S(ae, { gap: "sm", color: "fg.muted", children: [
|
|
2389
|
+
/* @__PURE__ */ s(Mt, { size: "sm" }),
|
|
2390
|
+
/* @__PURE__ */ s(F, { textStyle: "paragraph/S/regular", children: t })
|
|
2391
|
+
] }) : /* @__PURE__ */ s(Zr, { ...f, readOnly: a, values: h, onValuesChange: m, onDeleteValue: A, onSetDefault: f.showDefault ? (y) => m(h.map((L) => ({
|
|
2392
|
+
...L,
|
|
2393
|
+
isDefault: L.id === y.id
|
|
2394
|
+
}))) : f.onSetDefault, hasChanges: O, isSaving: x, headerActions: a ? void 0 : /* @__PURE__ */ s(el, { hasChanges: O, isSaving: x, resetLabel: n, saveLabel: r, onSave: () => {
|
|
2309
2395
|
v();
|
|
2310
|
-
}, onReset:
|
|
2396
|
+
}, onReset: w }) })
|
|
2311
2397
|
] });
|
|
2312
|
-
},
|
|
2398
|
+
}, $t = {
|
|
2313
2399
|
sectionOrder: [],
|
|
2314
|
-
nodeOrderBySection: {}
|
|
2315
|
-
|
|
2400
|
+
nodeOrderBySection: {},
|
|
2401
|
+
sectionSlotById: {}
|
|
2402
|
+
}, rl = "pstdio/ui/tree-list-order", ll = (o) => `${rl}/${o}`, Dt = (o) => {
|
|
2316
2403
|
const e = /* @__PURE__ */ new Set(), t = [];
|
|
2317
2404
|
for (const n of o)
|
|
2318
2405
|
e.has(n) || (e.add(n), t.push(n));
|
|
2319
2406
|
return t;
|
|
2320
|
-
},
|
|
2407
|
+
}, il = (o) => ({
|
|
2321
2408
|
sectionOrder: o.sectionOrder,
|
|
2322
|
-
nodeOrderBySection: o.nodeOrderBySection
|
|
2323
|
-
|
|
2324
|
-
|
|
2409
|
+
nodeOrderBySection: o.nodeOrderBySection,
|
|
2410
|
+
sectionSlotById: o.sectionSlotById
|
|
2411
|
+
}), sl = (o) => lt()(ot((e) => ({
|
|
2412
|
+
...$t,
|
|
2325
2413
|
setSectionOrder: (t) => e((n) => ({
|
|
2326
2414
|
...n,
|
|
2327
|
-
sectionOrder:
|
|
2415
|
+
sectionOrder: Dt(t)
|
|
2328
2416
|
})),
|
|
2329
2417
|
setNodeOrder: (t, n) => e((r) => ({
|
|
2330
2418
|
...r,
|
|
2331
2419
|
nodeOrderBySection: {
|
|
2332
2420
|
...r.nodeOrderBySection,
|
|
2333
|
-
[t]:
|
|
2421
|
+
[t]: Dt(n)
|
|
2422
|
+
}
|
|
2423
|
+
})),
|
|
2424
|
+
setSectionSlot: (t, n) => e((r) => ({
|
|
2425
|
+
...r,
|
|
2426
|
+
sectionSlotById: {
|
|
2427
|
+
...r.sectionSlotById,
|
|
2428
|
+
[t]: n
|
|
2334
2429
|
}
|
|
2335
2430
|
})),
|
|
2336
2431
|
resetSectionOrder: () => e((t) => ({
|
|
@@ -2348,28 +2443,28 @@ const Rt = {
|
|
|
2348
2443
|
nodeOrderBySection: i
|
|
2349
2444
|
};
|
|
2350
2445
|
}),
|
|
2351
|
-
reset: () => e(
|
|
2446
|
+
reset: () => e($t)
|
|
2352
2447
|
}), {
|
|
2353
|
-
name:
|
|
2354
|
-
storage:
|
|
2355
|
-
partialize:
|
|
2356
|
-
})),
|
|
2357
|
-
const e =
|
|
2448
|
+
name: ll(o.storageKey),
|
|
2449
|
+
storage: rt(Me),
|
|
2450
|
+
partialize: il
|
|
2451
|
+
})), Ot = /* @__PURE__ */ new Map(), al = (o) => {
|
|
2452
|
+
const e = Ot.get(o);
|
|
2358
2453
|
if (e) return e;
|
|
2359
|
-
const t =
|
|
2454
|
+
const t = sl({
|
|
2360
2455
|
storageKey: o
|
|
2361
2456
|
});
|
|
2362
|
-
return
|
|
2363
|
-
},
|
|
2364
|
-
const t =
|
|
2457
|
+
return Ot.set(o, t), t;
|
|
2458
|
+
}, Pi = (o, e) => {
|
|
2459
|
+
const t = $(2);
|
|
2365
2460
|
let n;
|
|
2366
|
-
return t[0] !== o ? (n =
|
|
2367
|
-
},
|
|
2461
|
+
return t[0] !== o ? (n = al(o), t[0] = o, t[1] = n) : n = t[1], nt(n, e);
|
|
2462
|
+
}, cl = (o, e) => {
|
|
2368
2463
|
if (e.length === 0) return o;
|
|
2369
|
-
const t = new Map(o.map((l,
|
|
2464
|
+
const t = new Map(o.map((l, c) => [l.id, c])), n = /* @__PURE__ */ new Set(), r = [];
|
|
2370
2465
|
for (const l of e) {
|
|
2371
|
-
const
|
|
2372
|
-
|
|
2466
|
+
const c = t.get(l);
|
|
2467
|
+
c === void 0 || n.has(c) || (n.add(c), r.push(o[c]));
|
|
2373
2468
|
}
|
|
2374
2469
|
let i = r.length > 0 && r.length !== o.length;
|
|
2375
2470
|
for (let l = 0; l < o.length; l += 1)
|
|
@@ -2382,28 +2477,35 @@ const Rt = {
|
|
|
2382
2477
|
}
|
|
2383
2478
|
}
|
|
2384
2479
|
return i ? r : o;
|
|
2385
|
-
},
|
|
2480
|
+
}, Ai = (o, e, t) => {
|
|
2386
2481
|
let n = !1;
|
|
2387
|
-
const r =
|
|
2482
|
+
const r = cl(o, e);
|
|
2388
2483
|
r !== o && (n = !0);
|
|
2389
|
-
const i = [];
|
|
2390
|
-
for (const
|
|
2391
|
-
const
|
|
2392
|
-
if (!a
|
|
2393
|
-
|
|
2484
|
+
const i = new Map(o.flatMap((a) => a.nodes.map((d) => [d.id, d]))), l = new Set(Object.entries(t).filter(([a]) => o.some((d) => d.id === a)).flatMap(([, a]) => a.filter((d) => i.has(d)))), c = [];
|
|
2485
|
+
for (const a of r) {
|
|
2486
|
+
const d = t[a.id];
|
|
2487
|
+
if (!(a.id in t)) {
|
|
2488
|
+
const m = a.nodes.filter((p) => !l.has(p.id));
|
|
2489
|
+
m.length === a.nodes.length ? c.push(a) : (n = !0, c.push({
|
|
2490
|
+
...a,
|
|
2491
|
+
nodes: m
|
|
2492
|
+
}));
|
|
2394
2493
|
continue;
|
|
2395
2494
|
}
|
|
2396
|
-
const
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2495
|
+
const u = (d ?? []).flatMap((m) => {
|
|
2496
|
+
const p = i.get(m);
|
|
2497
|
+
return p ? [p] : [];
|
|
2498
|
+
}), f = a.nodes.filter((m) => !l.has(m.id)), h = [...u, ...f];
|
|
2499
|
+
h.length !== a.nodes.length || h.some((m, p) => m !== a.nodes[p]) ? (n = !0, c.push({
|
|
2500
|
+
...a,
|
|
2501
|
+
nodes: h
|
|
2502
|
+
})) : c.push(a);
|
|
2401
2503
|
}
|
|
2402
|
-
return n ?
|
|
2403
|
-
},
|
|
2504
|
+
return n ? c : o;
|
|
2505
|
+
}, Lt = {
|
|
2404
2506
|
sectionOverrides: {},
|
|
2405
2507
|
nodeOverrides: {}
|
|
2406
|
-
},
|
|
2508
|
+
}, dl = "pstdio/ui/tree-list-visibility", ul = (o) => `${dl}/${o}`, fl = (o, e) => o ?? (e ? "hidden" : "shown"), hl = (o) => o === "hidden" ? "shown" : "hidden", Ge = (o, e, t) => {
|
|
2407
2509
|
if (t === void 0) {
|
|
2408
2510
|
if (!(e in o)) return o;
|
|
2409
2511
|
const {
|
|
@@ -2416,14 +2518,14 @@ const Rt = {
|
|
|
2416
2518
|
...o,
|
|
2417
2519
|
[e]: t
|
|
2418
2520
|
};
|
|
2419
|
-
},
|
|
2420
|
-
const n =
|
|
2521
|
+
}, _t = (o, e, t) => {
|
|
2522
|
+
const n = hl(fl(o[e], t));
|
|
2421
2523
|
return Ge(o, e, n);
|
|
2422
|
-
},
|
|
2524
|
+
}, ml = (o) => ({
|
|
2423
2525
|
sectionOverrides: o.sectionOverrides,
|
|
2424
2526
|
nodeOverrides: o.nodeOverrides
|
|
2425
|
-
}),
|
|
2426
|
-
...
|
|
2527
|
+
}), pl = (o) => lt()(ot((e) => ({
|
|
2528
|
+
...Lt,
|
|
2427
2529
|
setSection: (t, n) => e((r) => ({
|
|
2428
2530
|
...r,
|
|
2429
2531
|
sectionOverrides: Ge(r.sectionOverrides, t, n)
|
|
@@ -2434,11 +2536,11 @@ const Rt = {
|
|
|
2434
2536
|
})),
|
|
2435
2537
|
toggleSection: (t, n) => e((r) => ({
|
|
2436
2538
|
...r,
|
|
2437
|
-
sectionOverrides:
|
|
2539
|
+
sectionOverrides: _t(r.sectionOverrides, t, n)
|
|
2438
2540
|
})),
|
|
2439
2541
|
toggleNode: (t, n) => e((r) => ({
|
|
2440
2542
|
...r,
|
|
2441
|
-
nodeOverrides:
|
|
2543
|
+
nodeOverrides: _t(r.nodeOverrides, t, n)
|
|
2442
2544
|
})),
|
|
2443
2545
|
clearSection: (t) => e((n) => ({
|
|
2444
2546
|
...n,
|
|
@@ -2448,94 +2550,94 @@ const Rt = {
|
|
|
2448
2550
|
...n,
|
|
2449
2551
|
nodeOverrides: Ge(n.nodeOverrides, t, void 0)
|
|
2450
2552
|
})),
|
|
2451
|
-
reset: () => e(
|
|
2553
|
+
reset: () => e(Lt)
|
|
2452
2554
|
}), {
|
|
2453
|
-
name:
|
|
2454
|
-
storage:
|
|
2455
|
-
partialize:
|
|
2456
|
-
})),
|
|
2457
|
-
const e =
|
|
2555
|
+
name: ul(o.storageKey),
|
|
2556
|
+
storage: rt(Me),
|
|
2557
|
+
partialize: ml
|
|
2558
|
+
})), zt = /* @__PURE__ */ new Map(), gl = (o) => {
|
|
2559
|
+
const e = zt.get(o);
|
|
2458
2560
|
if (e) return e;
|
|
2459
|
-
const t =
|
|
2561
|
+
const t = pl({
|
|
2460
2562
|
storageKey: o
|
|
2461
2563
|
});
|
|
2462
|
-
return
|
|
2463
|
-
},
|
|
2464
|
-
const t =
|
|
2564
|
+
return zt.set(o, t), t;
|
|
2565
|
+
}, Ri = (o, e) => {
|
|
2566
|
+
const t = $(2);
|
|
2465
2567
|
let n;
|
|
2466
|
-
return t[0] !== o ? (n =
|
|
2467
|
-
},
|
|
2568
|
+
return t[0] !== o ? (n = gl(o), t[0] = o, t[1] = n) : n = t[1], nt(n, e);
|
|
2569
|
+
}, bl = [], en = (o, e) => typeof o == "string" && e.some((t) => t.id === o), Sl = (o) => {
|
|
2468
2570
|
const e = o.toLowerCase().split("."), t = [];
|
|
2469
2571
|
for (let n = 1; n < e.length; n += 1) t.push(e.slice(n).join("."));
|
|
2470
2572
|
return t;
|
|
2471
|
-
},
|
|
2573
|
+
}, xl = (o, e, t) => {
|
|
2472
2574
|
if (t) return o.defaults.folder;
|
|
2473
2575
|
const n = o.fileNames[e.toLowerCase()];
|
|
2474
2576
|
if (n) return n;
|
|
2475
|
-
for (const r of
|
|
2577
|
+
for (const r of Sl(e)) {
|
|
2476
2578
|
const i = o.fileExtensions[r];
|
|
2477
2579
|
if (i) return i;
|
|
2478
2580
|
}
|
|
2479
2581
|
return o.defaults.file;
|
|
2480
|
-
},
|
|
2582
|
+
}, vl = (o, e) => {
|
|
2481
2583
|
if (e.fontId) {
|
|
2482
2584
|
const t = o.fonts.find((n) => n.fontFamily === `${o.id}-${e.fontId}`);
|
|
2483
2585
|
if (t) return t.fontFamily;
|
|
2484
2586
|
}
|
|
2485
2587
|
return o.fonts[0]?.fontFamily;
|
|
2486
|
-
},
|
|
2588
|
+
}, yl = (o) => {
|
|
2487
2589
|
const e = /^\\([0-9a-fA-F]+)$/.exec(o);
|
|
2488
2590
|
return e ? String.fromCodePoint(Number.parseInt(e[1], 16)) : o;
|
|
2489
|
-
},
|
|
2591
|
+
}, Cl = (o, e, t = !1) => {
|
|
2490
2592
|
if (!o) return;
|
|
2491
|
-
const n =
|
|
2593
|
+
const n = xl(o, e, t);
|
|
2492
2594
|
if (!n) return;
|
|
2493
2595
|
const r = o.definitions[n];
|
|
2494
2596
|
if (!r?.fontCharacter) return;
|
|
2495
|
-
const i =
|
|
2597
|
+
const i = vl(o, r);
|
|
2496
2598
|
if (i)
|
|
2497
2599
|
return {
|
|
2498
2600
|
fontFamily: i,
|
|
2499
|
-
fontCharacter:
|
|
2601
|
+
fontCharacter: yl(r.fontCharacter),
|
|
2500
2602
|
fontColor: r.fontColor
|
|
2501
2603
|
};
|
|
2502
|
-
},
|
|
2604
|
+
}, Nt = "data-pstdio-file-icon-fonts", wl = (o) => {
|
|
2503
2605
|
const e = o.src.map((t) => `url("${t.url}")${t.format ? ` format("${t.format}")` : ""}`).join(", ");
|
|
2504
2606
|
return ["@font-face {", ` font-family: "${o.fontFamily}";`, ` src: ${e};`, ` font-weight: ${o.weight ?? "normal"};`, ` font-style: ${o.style ?? "normal"};`, "}"].join(`
|
|
2505
2607
|
`);
|
|
2506
|
-
},
|
|
2608
|
+
}, Il = (o, e) => {
|
|
2507
2609
|
if (typeof document > "u") return;
|
|
2508
|
-
let t = document.querySelector(`style[${
|
|
2509
|
-
t || (t = document.createElement("style"), t.setAttribute(
|
|
2610
|
+
let t = document.querySelector(`style[${Nt}]`);
|
|
2611
|
+
t || (t = document.createElement("style"), t.setAttribute(Nt, ""), document.head.appendChild(t));
|
|
2510
2612
|
const n = e.find((r) => r.id === o);
|
|
2511
|
-
t.textContent = (n?.fonts ?? []).map(
|
|
2613
|
+
t.textContent = (n?.fonts ?? []).map(wl).join(`
|
|
2512
2614
|
|
|
2513
2615
|
`);
|
|
2514
|
-
},
|
|
2515
|
-
if (typeof window > "u") return
|
|
2516
|
-
const e =
|
|
2517
|
-
return
|
|
2518
|
-
},
|
|
2519
|
-
const e =
|
|
2616
|
+
}, tn = "file-icon-theme-preference", ct = (o) => o.find((e) => e.id.endsWith(".seti"))?.id ?? o[0]?.id ?? null, nn = mn(null), Tl = (o) => {
|
|
2617
|
+
if (typeof window > "u") return ct(o);
|
|
2618
|
+
const e = Me().getItem(tn);
|
|
2619
|
+
return en(e, o) ? e : ct(o);
|
|
2620
|
+
}, Ei = (o) => {
|
|
2621
|
+
const e = $(18), {
|
|
2520
2622
|
children: t,
|
|
2521
2623
|
themePreferences: n
|
|
2522
|
-
} = o, r = n === void 0 ?
|
|
2624
|
+
} = o, r = n === void 0 ? bl : n;
|
|
2523
2625
|
let i;
|
|
2524
|
-
e[0] !== r ? (i = () =>
|
|
2525
|
-
const [l,
|
|
2526
|
-
let
|
|
2527
|
-
e[2] !== l || e[3] !== r ? (
|
|
2528
|
-
const
|
|
2529
|
-
if (
|
|
2530
|
-
|
|
2626
|
+
e[0] !== r ? (i = () => Tl(r), e[0] = r, e[1] = i) : i = e[1];
|
|
2627
|
+
const [l, c] = fe(i);
|
|
2628
|
+
let a, d;
|
|
2629
|
+
e[2] !== l || e[3] !== r ? (a = () => {
|
|
2630
|
+
const p = en(l, r) ? l : ct(r);
|
|
2631
|
+
if (p !== l) {
|
|
2632
|
+
c(p);
|
|
2531
2633
|
return;
|
|
2532
2634
|
}
|
|
2533
|
-
|
|
2534
|
-
}, d = [l, r], e[2] = l, e[3] = r, e[4] =
|
|
2635
|
+
Il(p, r), typeof window < "u" && p && Me().setItem(tn, p);
|
|
2636
|
+
}, d = [l, r], e[2] = l, e[3] = r, e[4] = a, e[5] = d) : (a = e[4], d = e[5]), ge(a, d);
|
|
2535
2637
|
let u;
|
|
2536
2638
|
if (e[6] !== l || e[7] !== r) {
|
|
2537
|
-
let
|
|
2538
|
-
e[9] !== l ? (
|
|
2639
|
+
let p;
|
|
2640
|
+
e[9] !== l ? (p = (g) => g.id === l, e[9] = l, e[10] = p) : p = e[10], u = r.find(p), e[6] = l, e[7] = r, e[8] = u;
|
|
2539
2641
|
} else
|
|
2540
2642
|
u = e[8];
|
|
2541
2643
|
const f = u;
|
|
@@ -2544,172 +2646,173 @@ const Rt = {
|
|
|
2544
2646
|
fileIconThemePreference: l,
|
|
2545
2647
|
fileIconThemePreferences: r,
|
|
2546
2648
|
activeFileIconTheme: f,
|
|
2547
|
-
setFileIconThemePreference:
|
|
2649
|
+
setFileIconThemePreference: c
|
|
2548
2650
|
}, e[11] = f, e[12] = l, e[13] = r, e[14] = h) : h = e[14];
|
|
2549
|
-
let
|
|
2550
|
-
return e[15] !== t || e[16] !== h ? (
|
|
2551
|
-
},
|
|
2552
|
-
const o =
|
|
2651
|
+
let m;
|
|
2652
|
+
return e[15] !== t || e[16] !== h ? (m = /* @__PURE__ */ s(nn, { value: h, children: t }), e[15] = t, e[16] = h, e[17] = m) : m = e[17], m;
|
|
2653
|
+
}, ki = () => {
|
|
2654
|
+
const o = pn(nn);
|
|
2553
2655
|
if (!o)
|
|
2554
2656
|
throw new Error("useFileIconThemePreference must be used within a FileIconThemePreferenceProvider");
|
|
2555
2657
|
return o;
|
|
2556
|
-
},
|
|
2658
|
+
}, $i = (o, e = {}) => {
|
|
2557
2659
|
const {
|
|
2558
2660
|
isDirectory: t = !1,
|
|
2559
2661
|
theme: n,
|
|
2560
2662
|
size: r = 16
|
|
2561
|
-
} = e, i =
|
|
2663
|
+
} = e, i = Cl(n, o, t);
|
|
2562
2664
|
if (i) {
|
|
2563
|
-
const
|
|
2665
|
+
const c = {
|
|
2564
2666
|
fontFamily: `"${i.fontFamily}"`,
|
|
2565
2667
|
color: i.fontColor,
|
|
2566
2668
|
fontSize: r,
|
|
2567
2669
|
lineHeight: 1,
|
|
2568
2670
|
display: "inline-flex"
|
|
2569
2671
|
};
|
|
2570
|
-
return /* @__PURE__ */ s("span", { "aria-hidden": "true", style:
|
|
2672
|
+
return /* @__PURE__ */ s("span", { "aria-hidden": "true", style: c, children: i.fontCharacter });
|
|
2571
2673
|
}
|
|
2572
|
-
if (t) return /* @__PURE__ */ s(
|
|
2573
|
-
const l =
|
|
2674
|
+
if (t) return /* @__PURE__ */ s(jt, { size: r });
|
|
2675
|
+
const l = Bn(o);
|
|
2574
2676
|
return /* @__PURE__ */ s(l, { size: r });
|
|
2575
2677
|
};
|
|
2576
2678
|
export {
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2679
|
+
ji as ANCHOR_GRID_VALUES,
|
|
2680
|
+
Ui as ActionInput,
|
|
2681
|
+
Zl as Activity,
|
|
2682
|
+
it as ActivityAvatar,
|
|
2683
|
+
Kn as ActivityComment,
|
|
2684
|
+
Zn as ActivityComposer,
|
|
2685
|
+
eo as ActivityEvent,
|
|
2686
|
+
oo as ActivityFeed,
|
|
2687
|
+
no as ActivityHeader,
|
|
2688
|
+
Yn as ActivityReply,
|
|
2689
|
+
to as ActivityRoot,
|
|
2690
|
+
ro as ActivityTimeline,
|
|
2691
|
+
dt as AlertMessage,
|
|
2692
|
+
Qi as AnchorGridInput,
|
|
2693
|
+
ii as AttachedMenu,
|
|
2694
|
+
si as AttachedPanel,
|
|
2695
|
+
Xi as AttachmentChip,
|
|
2696
|
+
qi as BooleanInput,
|
|
2697
|
+
ui as Breadcrumb,
|
|
2698
|
+
ai as BubbleButton,
|
|
2699
|
+
ci as BubblePanel,
|
|
2700
|
+
Li as ChakraProvider,
|
|
2701
|
+
$s as Checkbox,
|
|
2702
|
+
Yi as Chip,
|
|
2703
|
+
Ki as ColorInput,
|
|
2704
|
+
Ko as ContentPlaceholder,
|
|
2705
|
+
fi as ContentPlaceholderLabel,
|
|
2706
|
+
Jl as DEFAULT_PALETTE_ASSET_LIMIT,
|
|
2707
|
+
Zi as DateInput,
|
|
2708
|
+
Ho as DeleteConfirmationModal,
|
|
2709
|
+
zs as EmptyState,
|
|
2710
|
+
hi as ErrorBoundary,
|
|
2711
|
+
Ei as FileIconThemePreferenceProvider,
|
|
2712
|
+
Ji as FileUploadInput,
|
|
2713
|
+
On as Header,
|
|
2714
|
+
ni as HorizontalMenuStack,
|
|
2715
|
+
es as HorizontalTextInput,
|
|
2716
|
+
rr as IconColorPicker,
|
|
2717
|
+
mi as IntegrationCard,
|
|
2718
|
+
oi as ItemSection,
|
|
2719
|
+
Qe as ListRow,
|
|
2720
|
+
ts as MarkdownInput,
|
|
2721
|
+
li as NotificationCenter,
|
|
2722
|
+
ns as NumberInput,
|
|
2723
|
+
vt as PANEL_HEADER_CONTROL_SIZE,
|
|
2724
|
+
Ro as PANEL_HEADER_HEIGHT,
|
|
2725
|
+
ri as PANEL_HEADER_TAB_SIZE,
|
|
2726
|
+
ei as Palette,
|
|
2727
|
+
ti as PaletteShortcut,
|
|
2728
|
+
As as ParamEditor,
|
|
2729
|
+
os as ParamEditorControlItem,
|
|
2730
|
+
bi as ParamEditorControlList,
|
|
2731
|
+
rs as ParamEditorField,
|
|
2732
|
+
ls as ParamEditorFieldLabel,
|
|
2733
|
+
is as ParamEditorInlineGroup,
|
|
2734
|
+
ss as ParamEditorLabel,
|
|
2735
|
+
as as ParamEditorReadOnlyField,
|
|
2736
|
+
cs as ParamEditorReadOnlyValue,
|
|
2737
|
+
Rs as ParamEditorRow,
|
|
2738
|
+
Es as ParamEditorSection,
|
|
2739
|
+
Mi as Radio,
|
|
2740
|
+
Vi as RadioGroup,
|
|
2741
|
+
ds as RangeInput,
|
|
2742
|
+
di as RepoPickerDialog,
|
|
2743
|
+
Wi as ResizableSplitLayout,
|
|
2744
|
+
zi as ResourceActionMenu,
|
|
2745
|
+
Ds as ResourceBadge,
|
|
2746
|
+
Qt as ResourceContextMenu,
|
|
2747
|
+
us as ResourceInput,
|
|
2646
2748
|
tt as ScrollArea,
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2749
|
+
Yt as SearchModalContent,
|
|
2750
|
+
Ni as SearchableMenu,
|
|
2751
|
+
pi as SegmentedControl,
|
|
2752
|
+
fs as SegmentedInput,
|
|
2753
|
+
hs as SelectionInput,
|
|
2754
|
+
vs as SessionIndicator,
|
|
2755
|
+
Si as Sidenav,
|
|
2756
|
+
lr as SimpleCard,
|
|
2757
|
+
ir as SimpleCardBody,
|
|
2758
|
+
Os as Switch,
|
|
2759
|
+
Zr as TagEditor,
|
|
2760
|
+
Vr as TagEditorHeading,
|
|
2761
|
+
el as TagEditorSaveBar,
|
|
2762
|
+
Ti as TagSettingsPanel,
|
|
2763
|
+
er as TagSwatch,
|
|
2764
|
+
ms as TextInput,
|
|
2765
|
+
Ms as ThemePreferenceProvider,
|
|
2766
|
+
gi as Toaster,
|
|
2665
2767
|
Ue as Tooltip,
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2768
|
+
Ln as TreeList,
|
|
2769
|
+
Fi as TreeListDragProvider,
|
|
2770
|
+
ps as VectorInput,
|
|
2771
|
+
ys as WorkspaceBadge,
|
|
2772
|
+
Il as applyFileIconThemePreference,
|
|
2773
|
+
Vs as applyThemePreference,
|
|
2774
|
+
Ai as applyTreeListOrder,
|
|
2775
|
+
Ii as buildTabVisibilityMenuActions,
|
|
2776
|
+
Ci as buildTreeVisibilityMenuActions,
|
|
2777
|
+
gs as createGlyphIcon,
|
|
2778
|
+
Bs as createMonacoThemeFromVsCodeTheme,
|
|
2779
|
+
Ws as createThemePreferenceFromVsCodeTheme,
|
|
2780
|
+
bl as defaultFileIconThemePreferences,
|
|
2781
|
+
Gs as defaultThemePreferences,
|
|
2782
|
+
co as filterPaletteEntries,
|
|
2783
|
+
vi as filterVisibleNodes,
|
|
2784
|
+
yi as filterVisibleSections,
|
|
2785
|
+
wi as filterVisibleTabs,
|
|
2786
|
+
Bn as getFileTypeIcon,
|
|
2787
|
+
_n as getIconComponent,
|
|
2788
|
+
js as getInitialThemePreference,
|
|
2789
|
+
Br as getTabVisibilityStore,
|
|
2790
|
+
Us as getThemePreferenceClassName,
|
|
2791
|
+
Qs as getThemePreferenceClassNames,
|
|
2792
|
+
Xs as getThemePreferenceMode,
|
|
2793
|
+
al as getTreeListOrderStore,
|
|
2794
|
+
gl as getTreeListVisibilityStore,
|
|
2795
|
+
Cs as handleDialogAcceptShortcut,
|
|
2796
|
+
Ls as installPrismGlobal,
|
|
2797
|
+
bs as isAnchorGridValue,
|
|
2798
|
+
en as isFileIconThemePreference,
|
|
2799
|
+
Ss as isParamEditorRichControl,
|
|
2800
|
+
qs as isThemePreference,
|
|
2801
|
+
Nn as optionColors,
|
|
2802
|
+
zn as optionIcons,
|
|
2803
|
+
Fs as psTheme,
|
|
2804
|
+
$i as resolveFileIconElement,
|
|
2805
|
+
Cl as resolveFileIconGlyph,
|
|
2806
|
+
ws as resolveSessionIndicatorColor,
|
|
2807
|
+
Is as resolveSessionIndicatorIcon,
|
|
2808
|
+
Ve as resolveVisibility,
|
|
2809
|
+
Ts as sessionCompletionStatuses,
|
|
2810
|
+
fr as toaster,
|
|
2811
|
+
ki as useFileIconThemePreference,
|
|
2812
|
+
Be as useSidenavStore,
|
|
2813
|
+
xi as useTabVisibilityStore,
|
|
2814
|
+
Ys as useThemePreference,
|
|
2815
|
+
Pi as useTreeListOrderStore,
|
|
2816
|
+
Ri as useTreeListVisibilityStore
|
|
2714
2817
|
};
|
|
2715
2818
|
//# sourceMappingURL=index.js.map
|