@hiai-gg/docsmint 0.3.6 → 0.3.7
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/backend/index.js +1 -1
- package/dist/frontend/CategoryDialog--rIE7FrH.js +580 -0
- package/dist/frontend/ConfirmDialog-Cpzyb55f.js +212 -0
- package/dist/frontend/CreateSnapshotDialog-CmkV-n2A.js +216 -0
- package/dist/frontend/DatePicker-Byynca7V.js +257 -0
- package/dist/frontend/DeleteDialog-ap6nOywZ.js +174 -0
- package/dist/frontend/FolderDialog-DmN_trV0.js +247 -0
- package/dist/frontend/FolderNode-C4B8a2fd.js +317 -0
- package/dist/frontend/FolderTreeSelector-D6ijiZTA.js +100 -0
- package/dist/frontend/Icon-DtNo0N1U.js +64 -0
- package/dist/frontend/SettingsDialog-2kTaTXAs.js +992 -0
- package/dist/frontend/ShareDialog-BBDGNF5n.js +165 -0
- package/dist/frontend/TagCreateDialog-DiLZnJo4.js +258 -0
- package/dist/frontend/api/attachments.d.ts +6 -0
- package/dist/frontend/api/attachments.js +2 -0
- package/dist/frontend/api/categories.js +1 -1
- package/dist/frontend/api/documents.js +1 -1
- package/dist/frontend/api/folders.js +1 -1
- package/dist/frontend/api/settings.js +1 -1
- package/dist/frontend/api/share.d.ts +5 -0
- package/dist/frontend/api/share.js +2 -0
- package/dist/frontend/api/tags.js +1 -1
- package/dist/frontend/api-keys-CpkrA8rD.js +35 -0
- package/dist/frontend/attachments-BuILSs56.js +50 -0
- package/dist/frontend/{settings-PCrOtied.js → auth-client-Cygmp1I2.js} +205 -265
- package/dist/frontend/awareness-snQ3RD9f.js +3714 -0
- package/dist/frontend/bundle-mjs-CP6Owz-8.js +1723 -0
- package/dist/frontend/camera-B7dAOd4s.js +28 -0
- package/dist/frontend/{categories-BE6ZpZl8.js → categories-izQovv2w.js} +1 -1
- package/dist/frontend/check-CDwRlG9T.js +24 -0
- package/dist/frontend/chevron-down-B7ZrjUmT.js +24 -0
- package/dist/frontend/circle-check-CDqeMB2d.js +28 -0
- package/dist/frontend/{client-C6QQGb0e.js → client-Bc5Fzx40.js} +833 -814
- package/dist/frontend/{client-B9hzI0W8.js → client-GbtOH90i.js} +1 -1
- package/dist/frontend/clipboard-Cgzxc0_R.js +16 -0
- package/dist/frontend/clock-Ck5Sn-Zl.js +28 -0
- package/dist/frontend/clsx-nmtDPO_P.js +16 -0
- package/dist/frontend/collaboration.d.ts +6 -0
- package/dist/frontend/collaboration.js +182 -0
- package/dist/frontend/components/category-dialog.d.ts +2 -0
- package/dist/frontend/components/category-dialog.js +2 -0
- package/dist/frontend/components/create-snapshot-dialog.d.ts +2 -0
- package/dist/frontend/components/create-snapshot-dialog.js +2 -0
- package/dist/frontend/components/delete-dialog.d.ts +2 -0
- package/dist/frontend/components/delete-dialog.js +2 -0
- package/dist/frontend/components/editor/document-editor.d.ts +3 -0
- package/dist/frontend/components/editor/document-editor.js +3021 -0
- package/dist/frontend/components/editor/document-title.d.ts +2 -0
- package/dist/frontend/components/editor/document-title.js +31 -0
- package/dist/frontend/components/editor/docx-serializer.d.ts +2 -0
- package/dist/frontend/components/editor/docx-serializer.js +14600 -0
- package/dist/frontend/components/editor/extensions.d.ts +2 -0
- package/dist/frontend/components/editor/extensions.js +2 -0
- package/dist/frontend/components/editor/markdown-toggle.d.ts +2 -0
- package/dist/frontend/components/editor/markdown-toggle.js +72 -0
- package/dist/frontend/components/editor/markdown.d.ts +1 -0
- package/dist/frontend/components/editor/markdown.js +2 -0
- package/dist/frontend/components/folder-node.d.ts +3 -0
- package/dist/frontend/components/folder-node.js +2 -0
- package/dist/frontend/components/folder-tree-selector.d.ts +2 -0
- package/dist/frontend/components/folder-tree-selector.js +2 -0
- package/dist/frontend/components/save-as-dialog.d.ts +2 -0
- package/dist/frontend/components/save-as-dialog.js +254 -0
- package/dist/frontend/components/settings.js +1 -1
- package/dist/frontend/components/share-dialog.d.ts +2 -0
- package/dist/frontend/components/share-dialog.js +2 -0
- package/dist/frontend/components/sidebar.js +1206 -3762
- package/dist/frontend/components/tag-create-dialog.d.ts +2 -0
- package/dist/frontend/components/tag-create-dialog.js +2 -0
- package/dist/frontend/components/version-history.d.ts +2 -0
- package/dist/frontend/components/version-history.js +293 -0
- package/dist/frontend/{context-DbnW5yib.js → context-BMD6XTPe.js} +0 -3
- package/dist/frontend/copy-CMAA6GP0.js +31 -0
- package/dist/frontend/dashboard.js +1148 -1224
- package/dist/frontend/{SettingsDialog-D4pgFD0D.js → db-ByrlYfaI.js} +923 -2002
- package/dist/frontend/dialog-BDkiG42a.js +213 -0
- package/dist/frontend/disclose-version-5I57E3LD.js +3 -0
- package/dist/frontend/dndzone-BzsOINtP.js +1199 -0
- package/dist/frontend/doc-tabs.d.ts +7 -0
- package/dist/frontend/doc-tabs.js +14 -0
- package/dist/frontend/document-drop-coordinator-C4xHMjwC.js +68 -0
- package/dist/frontend/document-drop-coordinator.d.ts +2 -0
- package/dist/frontend/document-drop-coordinator.js +2 -0
- package/dist/frontend/{documents-DFVS9SsL.js → documents-BsDkvzCm.js} +1 -1
- package/dist/frontend/editorExtensions-BMHvUbdk.js +27021 -0
- package/dist/frontend/ellipsis-vertical-BBuPldbW.js +519 -0
- package/dist/frontend/extension.js +6 -5
- package/dist/frontend/floating-layer-anchor-C51M4l6v.js +4513 -0
- package/dist/frontend/folder-TQjKY4yn.js +44 -0
- package/dist/frontend/folder-refresh.d.ts +8 -0
- package/dist/frontend/folder-refresh.js +2 -0
- package/dist/frontend/{folders-CGe9diAG.js → folders-CTuV_JtU.js} +1 -1
- package/dist/frontend/frontend.css +1 -1
- package/dist/frontend/i18n.js +1 -1
- package/dist/frontend/identity-DyWeNzu_.js +69 -0
- package/dist/frontend/index-client-jobkrWVL.js +86 -0
- package/dist/frontend/input-CBI6p4Xl.js +23 -0
- package/dist/frontend/keyboard.d.ts +14 -0
- package/dist/frontend/keyboard.js +2 -0
- package/dist/frontend/keyboard.svelte-D7H8DihC.js +133 -0
- package/dist/frontend/label-C-GkhEp4.js +30 -0
- package/dist/frontend/loader-circle-Bk-WFz9g.js +267 -0
- package/dist/frontend/markdown-BwnyjITU.js +11 -0
- package/dist/frontend/messages-BpYaLbzE.js +1091 -0
- package/dist/frontend/offline/identity.d.ts +6 -0
- package/dist/frontend/offline/identity.js +2 -0
- package/dist/frontend/resolve-BG4HgzpN.js +19 -0
- package/dist/frontend/rolldown-runtime-CWhphoD1.js +23 -0
- package/dist/frontend/rotate-ccw-CleZtJ5D.js +24 -0
- package/dist/frontend/search.js +637 -628
- package/dist/frontend/select-value-CvrWRkXW.js +1436 -0
- package/dist/frontend/settings-blyobazp.js +62 -0
- package/dist/frontend/share-Cu7SSJuJ.js +28 -0
- package/dist/frontend/shared-document.js +41 -40
- package/dist/frontend/subfolders-refresh-store.svelte-BsheoQma.js +65 -0
- package/dist/frontend/{tag-C5xrg-bb.js → tag-Dx3SmucJ.js} +7 -7
- package/dist/frontend/tag-store.svelte-CIaF4sdZ.js +29 -0
- package/dist/frontend/{tags-DVXTut0p.js → tags-CtCV0Djo.js} +1 -1
- package/dist/frontend/textarea-Dfp78XlL.js +23 -0
- package/dist/frontend/theme.js +1 -1
- package/dist/frontend/{theme.svelte-ei0QxXa8.js → theme.svelte-CROg1Hi5.js} +7 -7
- package/dist/frontend/types.d.ts +6 -0
- package/dist/frontend/types.js +0 -0
- package/dist/frontend/utils/clipboard.d.ts +1 -0
- package/dist/frontend/utils/clipboard.js +2 -0
- package/dist/frontend/utils/dndzone.d.ts +4 -0
- package/dist/frontend/utils/dndzone.js +2 -0
- package/dist/frontend/utils-C0OW2678.js +20 -0
- package/dist/frontend/utils-D8kmM3ub.js +8 -0
- package/dist/frontend/utils.d.ts +4 -0
- package/dist/frontend/utils.js +2 -0
- package/dist/frontend/x-DaTdeDXv.js +24 -0
- package/package.json +109 -1
- package/packages/cli/src/index.ts +1 -1
- package/packages/mcp-server/src/index.ts +1 -1
- package/dist/frontend/DatePicker-BcMD49PV.js +0 -275
- package/dist/frontend/ShareDialog-Dzh7rV7J.js +0 -1317
- package/dist/frontend/input-ieWIt8I7.js +0 -257
- package/dist/frontend/messages-CTGAsqFu.js +0 -1106
- package/dist/frontend/resolve-Bl6xmJl_.js +0 -2068
- package/dist/frontend/tag-store.svelte-B3839FYq.js +0 -6152
|
@@ -0,0 +1,519 @@
|
|
|
1
|
+
import "./disclose-version-5I57E3LD.js";
|
|
2
|
+
import { $ as e, A as t, E as n, M as r, O as i, P as a, Q as o, S as s, V as c, _t as l, ct as u, dt as d, ft as f, i as p, j as m, l as h, n as g, r as _, t as v, vt as y, x as b } from "./client-Bc5Fzx40.js";
|
|
3
|
+
import { t as x } from "./utils-D8kmM3ub.js";
|
|
4
|
+
import { $ as S, Z as C, a as w, c as T, d as E, f as D, i as O, n as k, o as A, p as j, r as M, s as N, t as P, u as F, v as I } from "./floating-layer-anchor-C51M4l6v.js";
|
|
5
|
+
import { t as L } from "./Icon-DtNo0N1U.js";
|
|
6
|
+
//#region ../node_modules/.bun/bits-ui@2.18.1+203cd734255b50e4/node_modules/bits-ui/dist/bits/menu/components/menu.svelte
|
|
7
|
+
function R(n, r) {
|
|
8
|
+
f(r, !0);
|
|
9
|
+
let a = g(r, "open", 15, !1), o = g(r, "dir", 3, "ltr"), s = g(r, "onOpenChange", 3, I), c = g(r, "onOpenChangeComplete", 3, I), l = g(r, "_internal_variant", 3, "dropdown-menu"), u = g(r, "_internal_should_skip_exit_animation", 3, void 0), p = D.create({
|
|
10
|
+
variant: S(() => l()),
|
|
11
|
+
dir: S(() => o()),
|
|
12
|
+
onClose: () => {
|
|
13
|
+
a(!1), s()(!1);
|
|
14
|
+
},
|
|
15
|
+
shouldSkipExitAnimation: () => u()?.() ?? !1
|
|
16
|
+
});
|
|
17
|
+
E.create({
|
|
18
|
+
open: S(() => a(), (e) => {
|
|
19
|
+
a(e), s()(e);
|
|
20
|
+
}),
|
|
21
|
+
onOpenChangeComplete: S(() => c())
|
|
22
|
+
}, p), w(n, {
|
|
23
|
+
children: (n, a) => {
|
|
24
|
+
var o = m();
|
|
25
|
+
i(e(o), () => r.children ?? y), t(n, o);
|
|
26
|
+
},
|
|
27
|
+
$$slots: { default: !0 }
|
|
28
|
+
}), d();
|
|
29
|
+
}
|
|
30
|
+
//#endregion
|
|
31
|
+
//#region ../node_modules/.bun/bits-ui@2.18.1+203cd734255b50e4/node_modules/bits-ui/dist/bits/menu/components/menu-item.svelte
|
|
32
|
+
var z = /* @__PURE__ */ new Set([
|
|
33
|
+
"$$slots",
|
|
34
|
+
"$$events",
|
|
35
|
+
"$$legacy",
|
|
36
|
+
"child",
|
|
37
|
+
"children",
|
|
38
|
+
"ref",
|
|
39
|
+
"id",
|
|
40
|
+
"disabled",
|
|
41
|
+
"onSelect",
|
|
42
|
+
"closeOnSelect"
|
|
43
|
+
]), B = r("<div><!></div>");
|
|
44
|
+
function V(r, s) {
|
|
45
|
+
let p = a();
|
|
46
|
+
f(s, !0);
|
|
47
|
+
let v = g(s, "ref", 15, null), b = g(s, "id", 19, () => O(p)), x = g(s, "disabled", 3, !1), w = g(s, "onSelect", 3, I), T = g(s, "closeOnSelect", 3, !0), E = _(s, z), D = F.create({
|
|
48
|
+
id: S(() => b()),
|
|
49
|
+
disabled: S(() => x()),
|
|
50
|
+
onSelect: S(() => w()),
|
|
51
|
+
ref: S(() => v(), (e) => v(e)),
|
|
52
|
+
closeOnSelect: S(() => T())
|
|
53
|
+
}), k = u(() => C(E, D.props));
|
|
54
|
+
var A = m(), j = e(A), M = (n) => {
|
|
55
|
+
var r = m();
|
|
56
|
+
i(e(r), () => s.child, () => ({ props: c(k) })), t(n, r);
|
|
57
|
+
}, N = (e) => {
|
|
58
|
+
var n = B();
|
|
59
|
+
h(n, () => ({ ...c(k) })), i(o(n), () => s.children ?? y), l(n), t(e, n);
|
|
60
|
+
};
|
|
61
|
+
n(j, (e) => {
|
|
62
|
+
s.child ? e(M) : e(N, -1);
|
|
63
|
+
}), t(r, A), d();
|
|
64
|
+
}
|
|
65
|
+
r("<div><!></div>");
|
|
66
|
+
//#endregion
|
|
67
|
+
//#region ../node_modules/.bun/bits-ui@2.18.1+203cd734255b50e4/node_modules/bits-ui/dist/bits/menu/components/menu-group.svelte
|
|
68
|
+
var H = /* @__PURE__ */ new Set([
|
|
69
|
+
"$$slots",
|
|
70
|
+
"$$events",
|
|
71
|
+
"$$legacy",
|
|
72
|
+
"id",
|
|
73
|
+
"child",
|
|
74
|
+
"children",
|
|
75
|
+
"ref",
|
|
76
|
+
"loop",
|
|
77
|
+
"onInteractOutside",
|
|
78
|
+
"onEscapeKeydown",
|
|
79
|
+
"onCloseAutoFocus",
|
|
80
|
+
"forceMount",
|
|
81
|
+
"trapFocus",
|
|
82
|
+
"style"
|
|
83
|
+
]), U = r("<div><div><!></div></div>");
|
|
84
|
+
function W(r, s) {
|
|
85
|
+
let v = a();
|
|
86
|
+
f(s, !0);
|
|
87
|
+
let b = g(s, "id", 19, () => O(v)), x = g(s, "ref", 15, null), w = g(s, "loop", 3, !0), E = g(s, "onInteractOutside", 3, I), D = g(s, "onEscapeKeydown", 3, I), j = g(s, "onCloseAutoFocus", 3, I), N = g(s, "forceMount", 3, !1), P = g(s, "trapFocus", 3, !1), F = _(s, H), L = T.create({
|
|
88
|
+
id: S(() => b()),
|
|
89
|
+
loop: S(() => w()),
|
|
90
|
+
ref: S(() => x(), (e) => x(e)),
|
|
91
|
+
onCloseAutoFocus: S(() => j())
|
|
92
|
+
}), R = u(() => C(F, L.props));
|
|
93
|
+
function z(e) {
|
|
94
|
+
if (L.handleInteractOutside(e), !e.defaultPrevented && (E()(e), !e.defaultPrevented)) {
|
|
95
|
+
if (e.target && e.target instanceof Element) {
|
|
96
|
+
let t = `[${L.parentMenu.root.getBitsAttr("sub-content")}]`;
|
|
97
|
+
if (e.target.closest(t)) return;
|
|
98
|
+
}
|
|
99
|
+
L.parentMenu.onClose();
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
function B(e) {
|
|
103
|
+
D()(e), !e.defaultPrevented && L.parentMenu.onClose();
|
|
104
|
+
}
|
|
105
|
+
var V = m(), W = e(V), G = (r) => {
|
|
106
|
+
k(r, p(() => c(R), () => L.popperProps, {
|
|
107
|
+
get ref() {
|
|
108
|
+
return L.opts.ref;
|
|
109
|
+
},
|
|
110
|
+
get enabled() {
|
|
111
|
+
return L.parentMenu.opts.open.current;
|
|
112
|
+
},
|
|
113
|
+
onInteractOutside: z,
|
|
114
|
+
onEscapeKeydown: B,
|
|
115
|
+
get trapFocus() {
|
|
116
|
+
return P();
|
|
117
|
+
},
|
|
118
|
+
get loop() {
|
|
119
|
+
return w();
|
|
120
|
+
},
|
|
121
|
+
forceMount: !0,
|
|
122
|
+
get id() {
|
|
123
|
+
return b();
|
|
124
|
+
},
|
|
125
|
+
get shouldRender() {
|
|
126
|
+
return L.shouldRender;
|
|
127
|
+
},
|
|
128
|
+
popper: (r, a) => {
|
|
129
|
+
let d = () => (a?.()).props, f = () => (a?.()).wrapperProps, p = u(() => C(d(), { style: A("dropdown-menu") }, { style: s.style }));
|
|
130
|
+
var g = m(), _ = e(g), v = (n) => {
|
|
131
|
+
var r = m(), a = e(r);
|
|
132
|
+
{
|
|
133
|
+
let e = u(() => ({
|
|
134
|
+
props: c(p),
|
|
135
|
+
wrapperProps: f(),
|
|
136
|
+
...L.snippetProps
|
|
137
|
+
}));
|
|
138
|
+
i(a, () => s.child, () => c(e));
|
|
139
|
+
}
|
|
140
|
+
t(n, r);
|
|
141
|
+
}, b = (e) => {
|
|
142
|
+
var n = U();
|
|
143
|
+
h(n, () => ({ ...f() }));
|
|
144
|
+
var r = o(n);
|
|
145
|
+
h(r, () => ({ ...c(p) })), i(o(r), () => s.children ?? y), l(r), l(n), t(e, n);
|
|
146
|
+
};
|
|
147
|
+
n(_, (e) => {
|
|
148
|
+
s.child ? e(v) : e(b, -1);
|
|
149
|
+
}), t(r, g);
|
|
150
|
+
},
|
|
151
|
+
$$slots: { popper: !0 }
|
|
152
|
+
}));
|
|
153
|
+
}, K = (r) => {
|
|
154
|
+
M(r, p(() => c(R), () => L.popperProps, {
|
|
155
|
+
get ref() {
|
|
156
|
+
return L.opts.ref;
|
|
157
|
+
},
|
|
158
|
+
get open() {
|
|
159
|
+
return L.parentMenu.opts.open.current;
|
|
160
|
+
},
|
|
161
|
+
onInteractOutside: z,
|
|
162
|
+
onEscapeKeydown: B,
|
|
163
|
+
get trapFocus() {
|
|
164
|
+
return P();
|
|
165
|
+
},
|
|
166
|
+
get loop() {
|
|
167
|
+
return w();
|
|
168
|
+
},
|
|
169
|
+
forceMount: !1,
|
|
170
|
+
get id() {
|
|
171
|
+
return b();
|
|
172
|
+
},
|
|
173
|
+
get shouldRender() {
|
|
174
|
+
return L.shouldRender;
|
|
175
|
+
},
|
|
176
|
+
popper: (r, a) => {
|
|
177
|
+
let d = () => (a?.()).props, f = () => (a?.()).wrapperProps, p = u(() => C(d(), { style: A("dropdown-menu") }, { style: s.style }));
|
|
178
|
+
var g = m(), _ = e(g), v = (n) => {
|
|
179
|
+
var r = m(), a = e(r);
|
|
180
|
+
{
|
|
181
|
+
let e = u(() => ({
|
|
182
|
+
props: c(p),
|
|
183
|
+
wrapperProps: f(),
|
|
184
|
+
...L.snippetProps
|
|
185
|
+
}));
|
|
186
|
+
i(a, () => s.child, () => c(e));
|
|
187
|
+
}
|
|
188
|
+
t(n, r);
|
|
189
|
+
}, b = (e) => {
|
|
190
|
+
var n = U();
|
|
191
|
+
h(n, () => ({ ...f() }));
|
|
192
|
+
var r = o(n);
|
|
193
|
+
h(r, () => ({ ...c(p) })), i(o(r), () => s.children ?? y), l(r), l(n), t(e, n);
|
|
194
|
+
};
|
|
195
|
+
n(_, (e) => {
|
|
196
|
+
s.child ? e(v) : e(b, -1);
|
|
197
|
+
}), t(r, g);
|
|
198
|
+
},
|
|
199
|
+
$$slots: { popper: !0 }
|
|
200
|
+
}));
|
|
201
|
+
};
|
|
202
|
+
n(W, (e) => {
|
|
203
|
+
N() ? e(G) : N() || e(K, 1);
|
|
204
|
+
}), t(r, V), d();
|
|
205
|
+
}
|
|
206
|
+
//#endregion
|
|
207
|
+
//#region ../node_modules/.bun/bits-ui@2.18.1+203cd734255b50e4/node_modules/bits-ui/dist/bits/menu/components/menu-trigger.svelte
|
|
208
|
+
var G = /* @__PURE__ */ new Set([
|
|
209
|
+
"$$slots",
|
|
210
|
+
"$$events",
|
|
211
|
+
"$$legacy",
|
|
212
|
+
"id",
|
|
213
|
+
"ref",
|
|
214
|
+
"child",
|
|
215
|
+
"children",
|
|
216
|
+
"disabled",
|
|
217
|
+
"type"
|
|
218
|
+
]), K = r("<button><!></button>");
|
|
219
|
+
function q(r, s) {
|
|
220
|
+
let p = a();
|
|
221
|
+
f(s, !0);
|
|
222
|
+
let v = g(s, "id", 19, () => O(p)), b = g(s, "ref", 15, null), x = g(s, "disabled", 3, !1), w = g(s, "type", 3, "button"), T = _(s, G), E = N.create({
|
|
223
|
+
id: S(() => v()),
|
|
224
|
+
disabled: S(() => x() ?? !1),
|
|
225
|
+
ref: S(() => b(), (e) => b(e))
|
|
226
|
+
}), D = u(() => C(T, E.props, { type: w() }));
|
|
227
|
+
P(r, {
|
|
228
|
+
get id() {
|
|
229
|
+
return v();
|
|
230
|
+
},
|
|
231
|
+
get ref() {
|
|
232
|
+
return E.opts.ref;
|
|
233
|
+
},
|
|
234
|
+
children: (r, a) => {
|
|
235
|
+
var u = m(), d = e(u), f = (n) => {
|
|
236
|
+
var r = m();
|
|
237
|
+
i(e(r), () => s.child, () => ({ props: c(D) })), t(n, r);
|
|
238
|
+
}, p = (e) => {
|
|
239
|
+
var n = K();
|
|
240
|
+
h(n, () => ({ ...c(D) })), i(o(n), () => s.children ?? y), l(n), t(e, n);
|
|
241
|
+
};
|
|
242
|
+
n(d, (e) => {
|
|
243
|
+
s.child ? e(f) : e(p, -1);
|
|
244
|
+
}), t(r, u);
|
|
245
|
+
},
|
|
246
|
+
$$slots: { default: !0 }
|
|
247
|
+
}), d();
|
|
248
|
+
}
|
|
249
|
+
//#endregion
|
|
250
|
+
//#region ../node_modules/.bun/bits-ui@2.18.1+203cd734255b50e4/node_modules/bits-ui/dist/bits/menu/components/menu-separator.svelte
|
|
251
|
+
var J = /* @__PURE__ */ new Set([
|
|
252
|
+
"$$slots",
|
|
253
|
+
"$$events",
|
|
254
|
+
"$$legacy",
|
|
255
|
+
"ref",
|
|
256
|
+
"id",
|
|
257
|
+
"child",
|
|
258
|
+
"children"
|
|
259
|
+
]), Y = r("<div><!></div>");
|
|
260
|
+
function X(r, s) {
|
|
261
|
+
let p = a();
|
|
262
|
+
f(s, !0);
|
|
263
|
+
let v = g(s, "ref", 15, null), b = g(s, "id", 19, () => O(p)), x = _(s, J), w = j.create({
|
|
264
|
+
id: S(() => b()),
|
|
265
|
+
ref: S(() => v(), (e) => v(e))
|
|
266
|
+
}), T = u(() => C(x, w.props));
|
|
267
|
+
var E = m(), D = e(E), k = (n) => {
|
|
268
|
+
var r = m();
|
|
269
|
+
i(e(r), () => s.child, () => ({ props: c(T) })), t(n, r);
|
|
270
|
+
}, A = (e) => {
|
|
271
|
+
var n = Y();
|
|
272
|
+
h(n, () => ({ ...c(T) })), i(o(n), () => s.children ?? y), l(n), t(e, n);
|
|
273
|
+
};
|
|
274
|
+
n(D, (e) => {
|
|
275
|
+
s.child ? e(k) : e(A, -1);
|
|
276
|
+
}), t(r, E), d();
|
|
277
|
+
}
|
|
278
|
+
//#endregion
|
|
279
|
+
//#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.0.8+3149ccaa93f654b8/node_modules/@hiai-gg/hiai-ui/dist/components/ui/dropdown-menu/dropdown-menu.svelte
|
|
280
|
+
var Z = /* @__PURE__ */ new Set([
|
|
281
|
+
"$$slots",
|
|
282
|
+
"$$events",
|
|
283
|
+
"$$legacy",
|
|
284
|
+
"children"
|
|
285
|
+
]);
|
|
286
|
+
function Q(r, a) {
|
|
287
|
+
let o = _(a, Z);
|
|
288
|
+
var s = m();
|
|
289
|
+
b(e(s), () => R, (r, s) => {
|
|
290
|
+
s(r, p(() => o, {
|
|
291
|
+
children: (r, o) => {
|
|
292
|
+
var s = m(), c = e(s), l = (n) => {
|
|
293
|
+
var r = m();
|
|
294
|
+
i(e(r), () => a.children), t(n, r);
|
|
295
|
+
};
|
|
296
|
+
n(c, (e) => {
|
|
297
|
+
a.children && e(l);
|
|
298
|
+
}), t(r, s);
|
|
299
|
+
},
|
|
300
|
+
$$slots: { default: !0 }
|
|
301
|
+
}));
|
|
302
|
+
}), t(r, s);
|
|
303
|
+
}
|
|
304
|
+
//#endregion
|
|
305
|
+
//#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.0.8+3149ccaa93f654b8/node_modules/@hiai-gg/hiai-ui/dist/components/ui/dropdown-menu/dropdown-menu-content.svelte
|
|
306
|
+
var $ = /* @__PURE__ */ new Set([
|
|
307
|
+
"$$slots",
|
|
308
|
+
"$$events",
|
|
309
|
+
"$$legacy",
|
|
310
|
+
"ref",
|
|
311
|
+
"class",
|
|
312
|
+
"sideOffset",
|
|
313
|
+
"children"
|
|
314
|
+
]);
|
|
315
|
+
function ee(r, a) {
|
|
316
|
+
f(a, !0);
|
|
317
|
+
let o = g(a, "ref", 15, null), s = g(a, "sideOffset", 3, 4), l = _(a, $);
|
|
318
|
+
var h = m(), v = e(h);
|
|
319
|
+
{
|
|
320
|
+
let r = u(() => x("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md", a.class));
|
|
321
|
+
b(v, () => W, (u, d) => {
|
|
322
|
+
d(u, p({
|
|
323
|
+
get sideOffset() {
|
|
324
|
+
return s();
|
|
325
|
+
},
|
|
326
|
+
get class() {
|
|
327
|
+
return c(r);
|
|
328
|
+
}
|
|
329
|
+
}, () => l, {
|
|
330
|
+
get ref() {
|
|
331
|
+
return o();
|
|
332
|
+
},
|
|
333
|
+
set ref(e) {
|
|
334
|
+
o(e);
|
|
335
|
+
},
|
|
336
|
+
children: (r, o) => {
|
|
337
|
+
var s = m(), c = e(s), l = (n) => {
|
|
338
|
+
var r = m();
|
|
339
|
+
i(e(r), () => a.children), t(n, r);
|
|
340
|
+
};
|
|
341
|
+
n(c, (e) => {
|
|
342
|
+
a.children && e(l);
|
|
343
|
+
}), t(r, s);
|
|
344
|
+
},
|
|
345
|
+
$$slots: { default: !0 }
|
|
346
|
+
}));
|
|
347
|
+
});
|
|
348
|
+
}
|
|
349
|
+
t(r, h), d();
|
|
350
|
+
}
|
|
351
|
+
//#endregion
|
|
352
|
+
//#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.0.8+3149ccaa93f654b8/node_modules/@hiai-gg/hiai-ui/dist/components/ui/dropdown-menu/dropdown-menu-item.svelte
|
|
353
|
+
var te = /* @__PURE__ */ new Set([
|
|
354
|
+
"$$slots",
|
|
355
|
+
"$$events",
|
|
356
|
+
"$$legacy",
|
|
357
|
+
"ref",
|
|
358
|
+
"class",
|
|
359
|
+
"inset",
|
|
360
|
+
"children"
|
|
361
|
+
]);
|
|
362
|
+
function ne(r, a) {
|
|
363
|
+
f(a, !0);
|
|
364
|
+
let o = g(a, "ref", 15, null), s = _(a, te);
|
|
365
|
+
var l = m(), h = e(l);
|
|
366
|
+
{
|
|
367
|
+
let r = u(() => x("relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&>svg]:size-4 [&>svg]:shrink-0", a.inset && "pl-8", a.class));
|
|
368
|
+
b(h, () => V, (l, u) => {
|
|
369
|
+
u(l, p({ get class() {
|
|
370
|
+
return c(r);
|
|
371
|
+
} }, () => s, {
|
|
372
|
+
get ref() {
|
|
373
|
+
return o();
|
|
374
|
+
},
|
|
375
|
+
set ref(e) {
|
|
376
|
+
o(e);
|
|
377
|
+
},
|
|
378
|
+
children: (r, o) => {
|
|
379
|
+
var s = m(), c = e(s), l = (n) => {
|
|
380
|
+
var r = m();
|
|
381
|
+
i(e(r), () => a.children), t(n, r);
|
|
382
|
+
};
|
|
383
|
+
n(c, (e) => {
|
|
384
|
+
a.children && e(l);
|
|
385
|
+
}), t(r, s);
|
|
386
|
+
},
|
|
387
|
+
$$slots: { default: !0 }
|
|
388
|
+
}));
|
|
389
|
+
});
|
|
390
|
+
}
|
|
391
|
+
t(r, l), d();
|
|
392
|
+
}
|
|
393
|
+
//#endregion
|
|
394
|
+
//#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.0.8+3149ccaa93f654b8/node_modules/@hiai-gg/hiai-ui/dist/components/ui/dropdown-menu/dropdown-menu-separator.svelte
|
|
395
|
+
var re = /* @__PURE__ */ new Set([
|
|
396
|
+
"$$slots",
|
|
397
|
+
"$$events",
|
|
398
|
+
"$$legacy",
|
|
399
|
+
"ref",
|
|
400
|
+
"class"
|
|
401
|
+
]);
|
|
402
|
+
function ie(n, r) {
|
|
403
|
+
f(r, !0);
|
|
404
|
+
let i = g(r, "ref", 15, null), a = _(r, re);
|
|
405
|
+
var o = m(), s = e(o);
|
|
406
|
+
{
|
|
407
|
+
let e = u(() => x("-mx-1 my-1 h-px bg-muted", r.class));
|
|
408
|
+
b(s, () => X, (t, n) => {
|
|
409
|
+
n(t, p({ get class() {
|
|
410
|
+
return c(e);
|
|
411
|
+
} }, () => a, {
|
|
412
|
+
get ref() {
|
|
413
|
+
return i();
|
|
414
|
+
},
|
|
415
|
+
set ref(e) {
|
|
416
|
+
i(e);
|
|
417
|
+
}
|
|
418
|
+
}));
|
|
419
|
+
});
|
|
420
|
+
}
|
|
421
|
+
t(n, o), d();
|
|
422
|
+
}
|
|
423
|
+
//#endregion
|
|
424
|
+
//#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.0.8+3149ccaa93f654b8/node_modules/@hiai-gg/hiai-ui/dist/components/ui/dropdown-menu/dropdown-menu-trigger.svelte
|
|
425
|
+
var ae = /* @__PURE__ */ new Set([
|
|
426
|
+
"$$slots",
|
|
427
|
+
"$$events",
|
|
428
|
+
"$$legacy",
|
|
429
|
+
"ref",
|
|
430
|
+
"child",
|
|
431
|
+
"children"
|
|
432
|
+
]);
|
|
433
|
+
function oe(r, a) {
|
|
434
|
+
f(a, !0);
|
|
435
|
+
let o = g(a, "ref", 15, null), s = _(a, ae);
|
|
436
|
+
var c = m(), l = e(c), u = (n) => {
|
|
437
|
+
let r = (n, r = y) => {
|
|
438
|
+
var o = m();
|
|
439
|
+
i(e(o), () => a.child ?? y, r), t(n, o);
|
|
440
|
+
};
|
|
441
|
+
var c = m();
|
|
442
|
+
b(e(c), () => q, (e, t) => {
|
|
443
|
+
t(e, p(() => s, {
|
|
444
|
+
get child() {
|
|
445
|
+
return r;
|
|
446
|
+
},
|
|
447
|
+
get ref() {
|
|
448
|
+
return o();
|
|
449
|
+
},
|
|
450
|
+
set ref(e) {
|
|
451
|
+
o(e);
|
|
452
|
+
}
|
|
453
|
+
}));
|
|
454
|
+
}), t(n, c);
|
|
455
|
+
}, h = (r) => {
|
|
456
|
+
var c = m();
|
|
457
|
+
b(e(c), () => q, (r, c) => {
|
|
458
|
+
c(r, p(() => s, {
|
|
459
|
+
get ref() {
|
|
460
|
+
return o();
|
|
461
|
+
},
|
|
462
|
+
set ref(e) {
|
|
463
|
+
o(e);
|
|
464
|
+
},
|
|
465
|
+
children: (r, o) => {
|
|
466
|
+
var s = m(), c = e(s), l = (n) => {
|
|
467
|
+
var r = m();
|
|
468
|
+
i(e(r), () => a.children), t(n, r);
|
|
469
|
+
};
|
|
470
|
+
n(c, (e) => {
|
|
471
|
+
a.children && e(l);
|
|
472
|
+
}), t(r, s);
|
|
473
|
+
},
|
|
474
|
+
$$slots: { default: !0 }
|
|
475
|
+
}));
|
|
476
|
+
}), t(r, c);
|
|
477
|
+
};
|
|
478
|
+
n(l, (e) => {
|
|
479
|
+
a.child ? e(u) : e(h, -1);
|
|
480
|
+
}), t(r, c), d();
|
|
481
|
+
}
|
|
482
|
+
//#endregion
|
|
483
|
+
//#region ../node_modules/.bun/lucide-svelte@1.0.1+ff5f301bb2db9a0d/node_modules/lucide-svelte/dist/icons/ellipsis-vertical.svelte
|
|
484
|
+
function se(n, r) {
|
|
485
|
+
let i = v(r, [
|
|
486
|
+
"children",
|
|
487
|
+
"$$slots",
|
|
488
|
+
"$$events",
|
|
489
|
+
"$$legacy"
|
|
490
|
+
]), a = [
|
|
491
|
+
["circle", {
|
|
492
|
+
cx: "12",
|
|
493
|
+
cy: "12",
|
|
494
|
+
r: "1"
|
|
495
|
+
}],
|
|
496
|
+
["circle", {
|
|
497
|
+
cx: "12",
|
|
498
|
+
cy: "5",
|
|
499
|
+
r: "1"
|
|
500
|
+
}],
|
|
501
|
+
["circle", {
|
|
502
|
+
cx: "12",
|
|
503
|
+
cy: "19",
|
|
504
|
+
r: "1"
|
|
505
|
+
}]
|
|
506
|
+
];
|
|
507
|
+
L(n, p({ name: "ellipsis-vertical" }, () => i, {
|
|
508
|
+
get iconNode() {
|
|
509
|
+
return a;
|
|
510
|
+
},
|
|
511
|
+
children: (n, i) => {
|
|
512
|
+
var a = m();
|
|
513
|
+
s(e(a), r, "default", {}, null), t(n, a);
|
|
514
|
+
},
|
|
515
|
+
$$slots: { default: !0 }
|
|
516
|
+
}));
|
|
517
|
+
}
|
|
518
|
+
//#endregion
|
|
519
|
+
export { ee as a, ne as i, oe as n, Q as o, ie as r, se as t };
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import "./disclose-version-5I57E3LD.js";
|
|
2
|
+
import { $ as e, A as t, O as n, dt as r, ft as i, j as a, n as o } from "./client-Bc5Fzx40.js";
|
|
3
|
+
import { n as s } from "./context-BMD6XTPe.js";
|
|
3
4
|
//#region src/lib/hosts/HiaiDocsExtensionProvider.svelte
|
|
4
5
|
function c(c, l) {
|
|
5
|
-
i(l, !0),
|
|
6
|
-
var u =
|
|
7
|
-
|
|
6
|
+
i(l, !0), s(o(l, "extensions", 19, () => ({}))());
|
|
7
|
+
var u = a();
|
|
8
|
+
n(e(u), () => l.children), t(c, u), r();
|
|
8
9
|
}
|
|
9
10
|
//#endregion
|
|
10
11
|
export { c as DocsmintExtensionProvider };
|