@markweave/react 0.2.5 → 0.3.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/LICENSE +21 -21
- package/README.md +19 -19
- package/dist/index.js +1005 -853
- package/dist/types/MarkweaveEditor.d.ts +3 -1
- package/dist/types/MarkweaveEditor.d.ts.map +1 -1
- package/dist/types/create-editor-extensions.d.ts +6 -1
- package/dist/types/create-editor-extensions.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/media/image-node.d.ts +2 -0
- package/dist/types/media/image-node.d.ts.map +1 -1
- package/dist/types/media/video-node.d.ts +2 -0
- package/dist/types/media/video-node.d.ts.map +1 -1
- package/dist/types/ui/codeblock/CodeBlockControls.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,63 +1,67 @@
|
|
|
1
1
|
import { createMarkweaveEditorExtensions as e } from "markweave/internal/editor-core/create-editor-extensions";
|
|
2
2
|
import { getLocalizedSlashCommandSpecs as t, getMarkweaveMessages as n, normalizeMarkweaveLang as r } from "markweave/internal/i18n";
|
|
3
3
|
import { EditorContent as i, NodeViewWrapper as a, ReactNodeViewRenderer as o, useEditor as s } from "@tiptap/react";
|
|
4
|
-
import { AlertTriangle as c, AlignCenter as l, AlignJustify as u, AlignLeft as d, AlignRight as f, Bold as p, Braces as m, Captions as h, Check as g, CheckCircle2 as _, ChevronDown as v, ChevronUp as y, CircleX as b, Code2 as x, Copy as S, CornerDownLeft as C, Download as w, ExternalLink as T, Eye as E, Heading1 as D, Heading2 as O, Heading3 as k, Image as A, ImageUp as j, IndentDecrease as M, IndentIncrease as
|
|
5
|
-
import { useCallback as H, useEffect as U, useLayoutEffect as
|
|
6
|
-
import { detectUploadSource as
|
|
7
|
-
import { MarkweaveCoreImage as
|
|
8
|
-
import { getMarkweaveEditorModeState as
|
|
9
|
-
import { openMarkweaveImagePreview as
|
|
4
|
+
import { AlertTriangle as c, AlignCenter as l, AlignJustify as u, AlignLeft as d, AlignRight as f, Bold as p, Braces as m, Captions as h, Check as g, CheckCircle2 as _, ChevronDown as v, ChevronUp as y, CircleX as b, Code2 as x, Copy as S, CornerDownLeft as C, Download as w, ExternalLink as T, Eye as E, Heading1 as D, Heading2 as O, Heading3 as k, Image as A, ImageUp as j, IndentDecrease as M, IndentIncrease as ee, Info as N, Italic as P, Lightbulb as F, Link2 as te, List as I, ListChecks as L, ListOrdered as ne, Minus as re, MoreVertical as R, Paperclip as ie, Pencil as ae, Quote as z, Replace as oe, Sigma as se, SmilePlus as ce, Sparkles as le, Strikethrough as ue, Subscript as de, Superscript as fe, Table2 as B, Text as V, Trash2 as pe, Type as me, Underline as he, Upload as ge, Video as _e } from "lucide-react";
|
|
5
|
+
import { useCallback as H, useEffect as U, useLayoutEffect as ve, useMemo as W, useRef as G, useState as K, useSyncExternalStore as ye } from "react";
|
|
6
|
+
import { detectUploadSource as be, getDirectUploadResult as xe, resolveMarkweaveUploadResult as Se } from "markweave/internal/plugins/slash-command/upload";
|
|
7
|
+
import { MarkweaveCoreImage as Ce, MarkweaveCoreVideo as we, attrsFromMarkweaveImageUploadResult as Te, attrsFromMarkweaveVideoUploadResult as Ee, attrsFromMarkweaveVideoUrl as De, clampMarkweaveImageWidth as Oe, createMarkweaveImageUploadRequest as ke, createMarkweaveVideoUploadRequest as Ae, downloadMarkweaveImage as q, markweaveVideoIframeAllow as je, normalizeMarkweaveCoreImageAlign as Me, normalizeMarkweaveVideoEmbedUrl as Ne, numberAttribute as Pe, stringAttribute as J } from "markweave/internal/plugins/media/core-media-nodes";
|
|
8
|
+
import { getMarkweaveEditorModeState as Fe, isMarkweaveEditorLiveEditable as Ie, normalizeMarkweaveEditorMode as Le, setMarkweaveEditorModeState as Re, subscribeToMarkweaveEditorMode as ze } from "markweave/internal/core/editor-mode-state";
|
|
9
|
+
import { openMarkweaveImagePreview as Be } from "markweave/internal/plugins/media/image-preview";
|
|
10
|
+
import { createMarkweaveLightweightImageNodeViewRenderer as Y } from "markweave/internal/plugins/media/lightweight-image-node-view";
|
|
11
|
+
import { resolveMarkweaveMediaSource as Ve } from "markweave/internal/plugins/media/media-source";
|
|
10
12
|
import { Fragment as X, jsx as Z, jsxs as Q } from "react/jsx-runtime";
|
|
11
|
-
import { createMarkweaveAdapterMediaExtensions as
|
|
12
|
-
import { normalizeMarkweaveLinkCardAttrs as
|
|
13
|
-
import { openMarkweaveLinkCardComposer as
|
|
14
|
-
import { MarkweaveLinkCard as
|
|
15
|
-
import { isEditorComposing as
|
|
16
|
-
import { createMarkweaveEditorUpdatePayload as
|
|
17
|
-
import { openMarkweaveReadonlyLinkFromEvent as
|
|
18
|
-
import { createMarkweaveEditorRuntimeSnapshot as
|
|
19
|
-
import { advanceFloatingToolbarMotionState as
|
|
20
|
-
import { codeBlockCollapsePluginKey as
|
|
21
|
-
import { isMermaidInlinePreviewTransaction as
|
|
22
|
-
import { getMermaidPreviewState as
|
|
23
|
-
import { applyMarkweaveMathLatex as
|
|
24
|
-
import { filterSlashCommands as
|
|
25
|
-
import { getSlashCommandKeyboardAction as
|
|
26
|
-
import { executeSlashCommand as
|
|
27
|
-
import { initialSlashCommandState as
|
|
28
|
-
import { getFirstTableDebugSnapshot as
|
|
29
|
-
import { focusFirstTableBodyCell as
|
|
30
|
-
import { getTableFocusState as
|
|
31
|
-
import { getTableSelectionOverlayState as
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
13
|
+
import { createMarkweaveAdapterMediaExtensions as He } from "markweave/internal/plugins/media/media-extension-factory";
|
|
14
|
+
import { normalizeMarkweaveLinkCardAttrs as Ue, normalizeMarkweaveLinkCardHref as We, replaceMarkweaveLinkCardWithLink as Ge } from "markweave/internal/plugins/link-card/link-card";
|
|
15
|
+
import { openMarkweaveLinkCardComposer as Ke } from "markweave/internal/plugins/link-card/link-card-composer";
|
|
16
|
+
import { MarkweaveLinkCard as qe } from "markweave/internal/plugins/link-card/link-card-node";
|
|
17
|
+
import { isEditorComposing as Je } from "markweave/internal/editor-core/composition-guard";
|
|
18
|
+
import { createMarkweaveEditorUpdatePayload as Ye, getMarkweaveContentType as Xe, isEditorContentCurrent as Ze, isMarkweaveControlledContentEchoCurrent as Qe, normalizeMarkweaveContentFormat as $e } from "markweave/internal/editor-core/editor-content";
|
|
19
|
+
import { openMarkweaveReadonlyLinkFromEvent as et } from "markweave/internal/editor-core/readonly-link";
|
|
20
|
+
import { createMarkweaveEditorRuntimeSnapshot as tt } from "markweave/internal/editor-core/runtime-snapshot";
|
|
21
|
+
import { advanceFloatingToolbarMotionState as nt, areEditorSelectionSnapshotsEquivalent as rt, calculateFloatingToolbarFrameShift as it, calculateFloatingToolbarPopoverPlacement as at, calculateFloatingToolbarTopBoundary as ot, createSelectionSnapshot as st, getFloatingToolbarFloatingOptions as ct, getFloatingToolbarState as lt, markweaveRuntimeProjectionDelayMs as ut, shouldShowFloatingToolbar as dt, transitionFloatingToolbarState as ft } from "markweave/internal/editor-core/selection-state";
|
|
22
|
+
import { codeBlockCollapsePluginKey as pt, copyActiveCodeBlock as mt, getActiveCodeBlockState as ht, getCodeBlockCopyFeedbackSnapshot as gt, markweaveCodeBlockBehavior as _t, setCodeBlockCollapsedAtPosition as vt, setCodeBlockLanguageAtPosition as yt, setCodeBlockMermaidPreviewModeAtPosition as bt } from "markweave/internal/plugins/codeblock/codeblock-behavior";
|
|
23
|
+
import { isMermaidInlinePreviewTransaction as xt, setMarkweaveMermaidTheme as St, setMermaidInlinePreviewEditorMode as Ct, setReadonlyMermaidPreviewMode as wt } from "markweave/internal/plugins/mermaid/mermaid-inline-preview";
|
|
24
|
+
import { getMermaidPreviewState as Tt } from "markweave/internal/plugins/mermaid/mermaid-renderer";
|
|
25
|
+
import { applyMarkweaveMathLatex as Et, calculateMarkweaveMathPopoverPosition as Dt, getMarkweaveMathAnchorRect as Ot, getMarkweaveMathBlockIndex as kt, getMarkweaveMathRenderedHtml as At, getMarkweaveMathTargetAtPos as jt, getMarkweaveMathTargetFromDomEvent as Mt, getMarkweaveMathTargetFromSelection as Nt, renderMarkweaveMathPreview as Pt, setMarkweaveMathEditingDomState as Ft, setMarkweaveMathEditingDomStateInView as It, setMarkweaveMathSelectionInView as Lt } from "markweave/internal/plugins/math/math-ui-model";
|
|
26
|
+
import { filterSlashCommands as Rt, isExecutableSlashCommand as zt } from "markweave/internal/plugins/slash-command/command-spec";
|
|
27
|
+
import { getSlashCommandKeyboardAction as Bt, isSlashCommandMenuState as Vt } from "markweave/internal/plugins/slash-command/slash-keyboard";
|
|
28
|
+
import { executeSlashCommand as Ht, getNextSlashCommandState as Ut, getSlashCommandAnchoredMenuPosition as Wt, getSlashCommandContext as Gt } from "markweave/internal/plugins/slash-command/slash-runtime";
|
|
29
|
+
import { initialSlashCommandState as Kt, reduceSlashCommandState as qt } from "markweave/internal/plugins/slash-command/slash-state";
|
|
30
|
+
import { getFirstTableDebugSnapshot as Jt } from "markweave/internal/plugins/table/table-debug-snapshot";
|
|
31
|
+
import { focusFirstTableBodyCell as Yt } from "markweave/internal/plugins/table/table-focus-position";
|
|
32
|
+
import { getTableFocusState as Xt } from "markweave/internal/plugins/table/table-focus-state";
|
|
33
|
+
import { getTableSelectionOverlayState as Zt, initialTableInteractionState as Qt, tableInteractionPluginKey as $t } from "markweave/internal/plugins/table/table-interaction-layer";
|
|
34
|
+
import { saveMarkweaveBrowserFile as en } from "markweave/internal/core/browser-file-save";
|
|
35
|
+
import { calculateCodeBlockLanguageMenuPosition as tn, clampFullscreenScale as nn, codeBlockCopyFeedbackTimeoutMs as rn, copyCodeBlockText as an, createCodeBlockLanguageMenuDomId as on, createCodeBlockOverlayPosition as sn, createMermaidFullscreenViewerState as cn, createMermaidTabPosition as ln, focusCodeBlockTarget as un, formatCodeBlockLanguageLabel as dn, formatFullscreenZoom as fn, getActiveCodeBlockElement as pn, getAnchoredRect as mn, getCodeBlockLanguageItems as hn, getCodeBlockLanguageOptionDomId as gn, getCodeBlockPositionFromEventTarget as _n, getCodeBlockStateAtPosition as vn, getFrameElement as yn, getInitialCodeBlockLanguageItemIndex as bn, getMermaidCodeBlockTargets as xn, getMermaidSvgMarkup as Sn, isCodeBlockTargetCollapsed as Cn, mergeStableMermaidTabPositions as wn, mermaidFullscreenZoomStep as Tn, moveCodeBlockLanguageItemIndex as En, moveMermaidFullscreenViewer as Dn, scrollCodeBlockLanguageItemIntoView as On } from "markweave/internal/plugins/codeblock/codeblock-ui-model";
|
|
36
|
+
import { BubbleMenu as kn } from "@tiptap/react/menus";
|
|
37
|
+
import { createMarkweaveFrameScheduler as An } from "markweave/internal/editor-core/frame-scheduler";
|
|
38
|
+
import { applyFloatingToolbarLink as jn, createFloatingToolbarAssistantRequest as Mn, getFloatingToolbarButtonModels as Nn, getFloatingToolbarHighlightColorOptions as Pn, getFloatingToolbarLinkHref as Fn, getFloatingToolbarMessageSet as In, getFloatingToolbarMoreActions as Ln, getFloatingToolbarTextColorOptions as Rn, getFloatingToolbarTooltipModel as zn, getFloatingToolbarTurnIntoOptions as Bn, isFloatingToolbarMoreActionActive as Vn, isFloatingToolbarTurnIntoActive as Hn, openFloatingToolbarLinkHref as Un, preventFloatingToolbarPointerFocusLoss as Wn, removeFloatingToolbarLink as Gn, runFloatingToolbarMoreAction as Kn, setFloatingToolbarHighlightColor as qn, setFloatingToolbarTextColor as Jn, setFloatingToolbarTurnInto as Yn } from "markweave/internal/editor-core/floating-toolbar-model";
|
|
39
|
+
import { normalizeMarkdownLinkHref as Xn } from "markweave/internal/plugins/markdown/markdown-input";
|
|
40
|
+
import { setMarkweaveTableMenuAxisTarget as Zn } from "markweave/internal/plugins/table/table-clipboard";
|
|
41
|
+
import { calculateAnchoredTableMenuPosition as Qn, calculateTableEdgeHandlePosition as $n, canRunTableCommand as er, executeTableMenuCommand as tr, formatTableCopyFeedback as nr, getActiveTableElement as rr, getAvailableCellMenuCommandSpecs as ir, getTableAxisTargetRect as ar, getTableControlAxisSelectionModel as or, getTableEditWithAiRequest as sr, getTableMenuItemGroup as cr, getTableMenuItemLabel as lr, getTableMenuItems as ur, getTableSelectionTargetRect as dr, measureTableSelectionOverlay as fr, selectTableAxisFromCell as pr, tableCopyFeedbackTimeoutMs as mr, tableMenuLabel as hr } from "markweave/internal/plugins/table/table-ui-model";
|
|
42
|
+
import { createMarkweaveTocState as gr, emptyMarkweaveTocState as _r, getActiveMarkweaveTocId as vr, getMarkweaveTocItemsFromState as yr, getValidMarkweaveTocActiveId as br, normalizeMarkweaveInnerTocPlacement as xr, observeMarkweaveInnerTocContainerPosition as Sr, scrollToMarkweaveTocItem as Cr } from "markweave/internal/core/toc-state";
|
|
43
|
+
import { normalizeMarkweaveCanvasColor as wr, normalizeMarkweaveTheme as Tr } from "markweave/internal/core/theme";
|
|
44
|
+
import { splitMarkweaveLargeMarkdown as Er } from "markweave/internal/core/large-document";
|
|
45
|
+
import { createMarkweaveSearchController as Dr } from "markweave/internal/plugins/search/search-controller";
|
|
42
46
|
//#region src/editor-mode-state.ts
|
|
43
|
-
var
|
|
47
|
+
var Or = {
|
|
44
48
|
mode: "live",
|
|
45
49
|
editable: !0
|
|
46
50
|
};
|
|
47
|
-
function
|
|
48
|
-
return
|
|
51
|
+
function kr(e) {
|
|
52
|
+
return ye((t) => ze(e, t), () => Fe(e), () => Or);
|
|
49
53
|
}
|
|
50
54
|
//#endregion
|
|
51
55
|
//#region src/media/image-node.tsx
|
|
52
|
-
var
|
|
53
|
-
function
|
|
56
|
+
var Ar = Me;
|
|
57
|
+
function jr(e) {
|
|
54
58
|
return e instanceof Element && !!e.closest("[data-markweave-image-ui=\"true\"]");
|
|
55
59
|
}
|
|
56
|
-
function
|
|
57
|
-
let { deleteNode: t, editor: r, getPos: i, node: o, selected: s, updateAttributes: c } = e, l = e.extension.options, u = l.messages ?? n("zh"), d = u.image, f =
|
|
58
|
-
|
|
59
|
-
src:
|
|
60
|
-
alt:
|
|
60
|
+
function Mr(e) {
|
|
61
|
+
let { deleteNode: t, editor: r, getPos: i, node: o, selected: s, updateAttributes: c } = e, l = e.extension.options, u = l.messages ?? n("zh"), d = u.image, f = Ie(kr(r)), p = J(o.attrs.src), m = Ar(o.attrs.align), h = Pe(o.attrs.width), g = J(o.attrs.caption), _ = G(null), v = Rr(p, l.resolveMediaSource, _, s), y = v?.src ?? (l.resolveMediaSource ? null : p), b = G(null), [x, S] = K(!1), [C, w] = K(!1), [T, D] = K(!1), [O, k] = K(""), [A, j] = K(null), [M, ee] = K(!1), [N, P] = K(!!g), [F, te] = K(g ?? ""), I = f && (!p || C), L = () => {
|
|
62
|
+
y && Be({
|
|
63
|
+
src: y,
|
|
64
|
+
alt: J(o.attrs.alt) ?? "",
|
|
61
65
|
messages: {
|
|
62
66
|
dialogAriaLabel: d.previewDialogAriaLabel,
|
|
63
67
|
zoomOut: d.previewZoomOut,
|
|
@@ -68,62 +72,62 @@ function Cr(e) {
|
|
|
68
72
|
});
|
|
69
73
|
};
|
|
70
74
|
U(() => {
|
|
71
|
-
|
|
72
|
-
}, [g,
|
|
73
|
-
let
|
|
75
|
+
N || te(g ?? "");
|
|
76
|
+
}, [g, N]);
|
|
77
|
+
let ne = () => {
|
|
74
78
|
if (!f) return;
|
|
75
79
|
let e = i();
|
|
76
80
|
typeof e == "number" && r.chain().focus().setNodeSelection(e).run();
|
|
77
|
-
},
|
|
81
|
+
}, re = () => {
|
|
78
82
|
if (f) {
|
|
79
|
-
if (
|
|
80
|
-
|
|
83
|
+
if (k(""), j(null), D(!1), p) {
|
|
84
|
+
w(!1);
|
|
81
85
|
return;
|
|
82
86
|
}
|
|
83
87
|
t();
|
|
84
88
|
}
|
|
85
89
|
}, R = async (e) => {
|
|
86
90
|
if (f) {
|
|
87
|
-
|
|
91
|
+
j(null), ee(!0);
|
|
88
92
|
try {
|
|
89
|
-
let t = await
|
|
90
|
-
c(
|
|
93
|
+
let t = await Se(ke(e, p && C ? "image-replace" : "image-insert"), l.onUpload);
|
|
94
|
+
c(Te(o.attrs, t)), w(!1), k("");
|
|
91
95
|
} catch (e) {
|
|
92
|
-
|
|
96
|
+
j(e instanceof Error ? e.message : d.uploadFailedError);
|
|
93
97
|
} finally {
|
|
94
|
-
|
|
98
|
+
ee(!1), D(!1);
|
|
95
99
|
}
|
|
96
100
|
}
|
|
97
|
-
},
|
|
101
|
+
}, ie = () => {
|
|
98
102
|
if (f) {
|
|
99
|
-
if (!
|
|
100
|
-
|
|
103
|
+
if (!O.trim()) {
|
|
104
|
+
j(d.uploadRequiredError);
|
|
101
105
|
return;
|
|
102
106
|
}
|
|
103
|
-
R(
|
|
107
|
+
R(be(O));
|
|
104
108
|
}
|
|
105
|
-
},
|
|
109
|
+
}, ae = (e) => {
|
|
106
110
|
!f || !e || R({
|
|
107
111
|
type: "file",
|
|
108
112
|
file: e,
|
|
109
113
|
mimeType: e.type
|
|
110
114
|
});
|
|
111
|
-
},
|
|
112
|
-
|
|
113
|
-
},
|
|
114
|
-
e.preventDefault(), e.stopPropagation(), f &&
|
|
115
|
-
},
|
|
116
|
-
f && (
|
|
117
|
-
},
|
|
118
|
-
f && (
|
|
119
|
-
},
|
|
115
|
+
}, z = (e) => {
|
|
116
|
+
ae(e.currentTarget.files?.[0] ?? null), e.currentTarget.value = "";
|
|
117
|
+
}, oe = (e) => {
|
|
118
|
+
e.preventDefault(), e.stopPropagation(), f && ae(e.dataTransfer.files?.[0] ?? null);
|
|
119
|
+
}, se = () => {
|
|
120
|
+
f && (P((e) => !e), N || te(g ?? ""));
|
|
121
|
+
}, ce = (e) => {
|
|
122
|
+
f && (te(e), c({ caption: e.trim() ? e : null }));
|
|
123
|
+
}, le = (e, t) => {
|
|
120
124
|
if (t.preventDefault(), t.stopPropagation(), !f) return;
|
|
121
|
-
|
|
125
|
+
ne();
|
|
122
126
|
let n = _.current;
|
|
123
127
|
if (!n) return;
|
|
124
128
|
let r = t.clientX, i = n.getBoundingClientRect().width || h || 320, a = n.closest(".markweave-editor-surface")?.getBoundingClientRect().width ?? n.parentElement?.getBoundingClientRect().width ?? i, o = (t) => {
|
|
125
129
|
let n = e === "right" ? t.clientX - r : r - t.clientX;
|
|
126
|
-
c({ width:
|
|
130
|
+
c({ width: Oe(i + n, a) });
|
|
127
131
|
}, s = () => {
|
|
128
132
|
window.removeEventListener("pointermove", o), window.removeEventListener("pointerup", s);
|
|
129
133
|
};
|
|
@@ -135,59 +139,66 @@ function Cr(e) {
|
|
|
135
139
|
"data-testid": "markweave-image-node",
|
|
136
140
|
"data-align": m,
|
|
137
141
|
"data-selected": f && s ? "true" : "false",
|
|
138
|
-
"data-hovered":
|
|
139
|
-
"data-empty":
|
|
140
|
-
onPointerEnter: () =>
|
|
141
|
-
onPointerLeave: () =>
|
|
142
|
+
"data-hovered": x ? "true" : "false",
|
|
143
|
+
"data-empty": I ? "true" : "false",
|
|
144
|
+
onPointerEnter: () => S(!0),
|
|
145
|
+
onPointerLeave: () => S(!1),
|
|
142
146
|
onMouseDown: (e) => {
|
|
143
|
-
f && !
|
|
147
|
+
f && !jr(e.target) && ne();
|
|
144
148
|
},
|
|
145
|
-
children:
|
|
146
|
-
dragActive:
|
|
147
|
-
error:
|
|
148
|
-
inputValue:
|
|
149
|
-
isSubmitting:
|
|
150
|
-
fileInputRef:
|
|
149
|
+
children: I ? /* @__PURE__ */ Z(Nr, {
|
|
150
|
+
dragActive: T,
|
|
151
|
+
error: A,
|
|
152
|
+
inputValue: O,
|
|
153
|
+
isSubmitting: M,
|
|
154
|
+
fileInputRef: b,
|
|
151
155
|
messages: u,
|
|
152
|
-
onCancel:
|
|
153
|
-
onDrop:
|
|
154
|
-
onDragActiveChange:
|
|
155
|
-
onFileChange:
|
|
156
|
-
onInputChange:
|
|
157
|
-
onSubmit:
|
|
156
|
+
onCancel: re,
|
|
157
|
+
onDrop: oe,
|
|
158
|
+
onDragActiveChange: D,
|
|
159
|
+
onFileChange: z,
|
|
160
|
+
onInputChange: k,
|
|
161
|
+
onSubmit: ie
|
|
158
162
|
}) : /* @__PURE__ */ Q(X, { children: [
|
|
159
|
-
f ? /* @__PURE__ */ Z(
|
|
163
|
+
f ? /* @__PURE__ */ Z(Pr, {
|
|
160
164
|
align: m,
|
|
161
|
-
captionActive:
|
|
165
|
+
captionActive: N || !!g,
|
|
162
166
|
messages: u,
|
|
163
167
|
onAlign: (e) => c({ align: e }),
|
|
164
|
-
onCaption:
|
|
168
|
+
onCaption: se,
|
|
165
169
|
onDelete: t,
|
|
166
170
|
onDownload: () => {
|
|
167
|
-
|
|
171
|
+
y && q(y);
|
|
168
172
|
},
|
|
169
|
-
onPreview:
|
|
173
|
+
onPreview: L,
|
|
170
174
|
onReplace: () => {
|
|
171
|
-
|
|
175
|
+
k(""), j(null), w(!0);
|
|
172
176
|
}
|
|
173
177
|
}) : null,
|
|
174
178
|
/* @__PURE__ */ Q("div", {
|
|
175
179
|
className: "markweave-image-box",
|
|
176
180
|
ref: _,
|
|
177
|
-
style:
|
|
181
|
+
style: {
|
|
182
|
+
...h ? { width: `${h}px` } : null,
|
|
183
|
+
...v?.width && v.height ? { aspectRatio: `${v.width} / ${v.height}` } : null
|
|
184
|
+
},
|
|
178
185
|
children: [
|
|
179
|
-
|
|
186
|
+
y ? /* @__PURE__ */ Z("img", {
|
|
180
187
|
className: "markweave-image",
|
|
181
|
-
src:
|
|
182
|
-
alt:
|
|
183
|
-
title:
|
|
184
|
-
draggable: !1
|
|
188
|
+
src: y,
|
|
189
|
+
alt: J(o.attrs.alt) ?? "",
|
|
190
|
+
title: J(o.attrs.title) ?? void 0,
|
|
191
|
+
draggable: !1,
|
|
192
|
+
loading: "lazy",
|
|
193
|
+
decoding: "async",
|
|
194
|
+
width: v?.width,
|
|
195
|
+
height: v?.height
|
|
185
196
|
}) : /* @__PURE__ */ Z("div", {
|
|
186
197
|
className: "markweave-image-readonly-empty",
|
|
187
198
|
"data-testid": "markweave-image-readonly-empty",
|
|
188
199
|
"aria-hidden": "true"
|
|
189
200
|
}),
|
|
190
|
-
!f &&
|
|
201
|
+
!f && y ? /* @__PURE__ */ Q("button", {
|
|
191
202
|
type: "button",
|
|
192
203
|
className: "markweave-image-preview-trigger",
|
|
193
204
|
"data-testid": "markweave-image-preview",
|
|
@@ -195,7 +206,7 @@ function Cr(e) {
|
|
|
195
206
|
"aria-label": d.preview,
|
|
196
207
|
title: d.preview,
|
|
197
208
|
onMouseDown: (e) => e.preventDefault(),
|
|
198
|
-
onClick:
|
|
209
|
+
onClick: L,
|
|
199
210
|
children: [/* @__PURE__ */ Z(E, {
|
|
200
211
|
size: 16,
|
|
201
212
|
strokeWidth: 1.8
|
|
@@ -205,28 +216,28 @@ function Cr(e) {
|
|
|
205
216
|
children: d.preview
|
|
206
217
|
})]
|
|
207
218
|
}) : null,
|
|
208
|
-
f ? /* @__PURE__ */ Z(
|
|
219
|
+
f ? /* @__PURE__ */ Z(Ir, {
|
|
209
220
|
side: "left",
|
|
210
221
|
messages: u,
|
|
211
|
-
onPointerDown:
|
|
222
|
+
onPointerDown: le
|
|
212
223
|
}) : null,
|
|
213
|
-
f ? /* @__PURE__ */ Z(
|
|
224
|
+
f ? /* @__PURE__ */ Z(Ir, {
|
|
214
225
|
side: "right",
|
|
215
226
|
messages: u,
|
|
216
|
-
onPointerDown:
|
|
227
|
+
onPointerDown: le
|
|
217
228
|
}) : null
|
|
218
229
|
]
|
|
219
230
|
}),
|
|
220
|
-
f && (
|
|
231
|
+
f && (N || g) ? /* @__PURE__ */ Z("input", {
|
|
221
232
|
className: "markweave-image-caption-input",
|
|
222
233
|
"data-markweave-image-ui": "true",
|
|
223
234
|
"data-testid": "markweave-image-caption-input",
|
|
224
|
-
value:
|
|
235
|
+
value: F,
|
|
225
236
|
placeholder: d.captionPlaceholder,
|
|
226
237
|
"aria-label": d.captionAriaLabel,
|
|
227
|
-
onChange: (e) =>
|
|
238
|
+
onChange: (e) => ce(e.currentTarget.value),
|
|
228
239
|
onKeyDown: (e) => {
|
|
229
|
-
e.key === "Escape" && (e.preventDefault(),
|
|
240
|
+
e.key === "Escape" && (e.preventDefault(), P(!1));
|
|
230
241
|
}
|
|
231
242
|
}) : g ? /* @__PURE__ */ Z("figcaption", {
|
|
232
243
|
className: "markweave-image-caption",
|
|
@@ -236,7 +247,7 @@ function Cr(e) {
|
|
|
236
247
|
] })
|
|
237
248
|
});
|
|
238
249
|
}
|
|
239
|
-
function
|
|
250
|
+
function Nr({ dragActive: e, error: t, fileInputRef: n, inputValue: r, isSubmitting: i, messages: a, onCancel: o, onDragActiveChange: s, onDrop: c, onFileChange: l, onInputChange: u, onSubmit: d }) {
|
|
240
251
|
let f = a.image;
|
|
241
252
|
return /* @__PURE__ */ Q("section", {
|
|
242
253
|
className: "markweave-image-upload-placeholder",
|
|
@@ -318,7 +329,7 @@ function wr({ dragActive: e, error: t, fileInputRef: n, inputValue: r, isSubmitt
|
|
|
318
329
|
]
|
|
319
330
|
});
|
|
320
331
|
}
|
|
321
|
-
function
|
|
332
|
+
function Pr({ align: e, captionActive: t, messages: n, onAlign: r, onCaption: i, onDelete: a, onDownload: o, onPreview: s, onReplace: c }) {
|
|
322
333
|
let u = n.image;
|
|
323
334
|
return /* @__PURE__ */ Q("div", {
|
|
324
335
|
className: "markweave-image-toolbar",
|
|
@@ -326,21 +337,21 @@ function Tr({ align: e, captionActive: t, messages: n, onAlign: r, onCaption: i,
|
|
|
326
337
|
"data-markweave-image-ui": "true",
|
|
327
338
|
"aria-label": u.toolsAriaLabel,
|
|
328
339
|
children: [
|
|
329
|
-
/* @__PURE__ */ Z(
|
|
340
|
+
/* @__PURE__ */ Z(Fr, {
|
|
330
341
|
testId: "markweave-image-align-left",
|
|
331
342
|
label: u.alignLeft,
|
|
332
343
|
icon: d,
|
|
333
344
|
active: e === "left",
|
|
334
345
|
onClick: () => r("left")
|
|
335
346
|
}),
|
|
336
|
-
/* @__PURE__ */ Z(
|
|
347
|
+
/* @__PURE__ */ Z(Fr, {
|
|
337
348
|
testId: "markweave-image-align-center",
|
|
338
349
|
label: u.alignCenter,
|
|
339
350
|
icon: l,
|
|
340
351
|
active: e === "center",
|
|
341
352
|
onClick: () => r("center")
|
|
342
353
|
}),
|
|
343
|
-
/* @__PURE__ */ Z(
|
|
354
|
+
/* @__PURE__ */ Z(Fr, {
|
|
344
355
|
testId: "markweave-image-align-right",
|
|
345
356
|
label: u.alignRight,
|
|
346
357
|
icon: f,
|
|
@@ -351,36 +362,36 @@ function Tr({ align: e, captionActive: t, messages: n, onAlign: r, onCaption: i,
|
|
|
351
362
|
className: "markweave-image-toolbar-divider",
|
|
352
363
|
"aria-hidden": "true"
|
|
353
364
|
}),
|
|
354
|
-
/* @__PURE__ */ Z(
|
|
365
|
+
/* @__PURE__ */ Z(Fr, {
|
|
355
366
|
testId: "markweave-image-caption",
|
|
356
367
|
label: u.caption,
|
|
357
368
|
icon: h,
|
|
358
369
|
active: t,
|
|
359
370
|
onClick: i
|
|
360
371
|
}),
|
|
361
|
-
/* @__PURE__ */ Z(
|
|
372
|
+
/* @__PURE__ */ Z(Fr, {
|
|
362
373
|
testId: "markweave-image-preview",
|
|
363
374
|
label: u.preview,
|
|
364
375
|
icon: E,
|
|
365
376
|
onClick: s
|
|
366
377
|
}),
|
|
367
|
-
/* @__PURE__ */ Z(
|
|
378
|
+
/* @__PURE__ */ Z(Fr, {
|
|
368
379
|
testId: "markweave-image-download",
|
|
369
380
|
label: u.download,
|
|
370
381
|
icon: w,
|
|
371
382
|
onClick: o
|
|
372
383
|
}),
|
|
373
|
-
/* @__PURE__ */ Z(
|
|
384
|
+
/* @__PURE__ */ Z(Fr, {
|
|
374
385
|
testId: "markweave-image-replace",
|
|
375
386
|
label: u.replace,
|
|
376
|
-
icon:
|
|
387
|
+
icon: oe,
|
|
377
388
|
onClick: c
|
|
378
389
|
}),
|
|
379
390
|
/* @__PURE__ */ Z("span", {
|
|
380
391
|
className: "markweave-image-toolbar-divider",
|
|
381
392
|
"aria-hidden": "true"
|
|
382
393
|
}),
|
|
383
|
-
/* @__PURE__ */ Z(
|
|
394
|
+
/* @__PURE__ */ Z(Fr, {
|
|
384
395
|
testId: "markweave-image-delete",
|
|
385
396
|
label: u.delete,
|
|
386
397
|
icon: pe,
|
|
@@ -389,7 +400,7 @@ function Tr({ align: e, captionActive: t, messages: n, onAlign: r, onCaption: i,
|
|
|
389
400
|
]
|
|
390
401
|
});
|
|
391
402
|
}
|
|
392
|
-
function
|
|
403
|
+
function Fr({ active: e = !1, icon: t, label: n, onClick: r, testId: i }) {
|
|
393
404
|
return /* @__PURE__ */ Q("button", {
|
|
394
405
|
type: "button",
|
|
395
406
|
"aria-label": n,
|
|
@@ -408,7 +419,7 @@ function Er({ active: e = !1, icon: t, label: n, onClick: r, testId: i }) {
|
|
|
408
419
|
})]
|
|
409
420
|
});
|
|
410
421
|
}
|
|
411
|
-
function
|
|
422
|
+
function Ir({ messages: e, onPointerDown: t, side: n }) {
|
|
412
423
|
return /* @__PURE__ */ Z("button", {
|
|
413
424
|
type: "button",
|
|
414
425
|
className: "markweave-image-resize-handle",
|
|
@@ -419,42 +430,95 @@ function Dr({ messages: e, onPointerDown: t, side: n }) {
|
|
|
419
430
|
onPointerDown: (e) => t(n, e)
|
|
420
431
|
});
|
|
421
432
|
}
|
|
422
|
-
var
|
|
433
|
+
var Lr = Ce.extend({
|
|
423
434
|
addOptions() {
|
|
424
435
|
return {
|
|
425
436
|
...this.parent?.(),
|
|
426
437
|
messages: n("zh"),
|
|
427
|
-
onUpload: void 0
|
|
438
|
+
onUpload: void 0,
|
|
439
|
+
resolveMediaSource: void 0
|
|
428
440
|
};
|
|
429
441
|
},
|
|
430
442
|
addNodeView() {
|
|
431
|
-
|
|
443
|
+
if (typeof document > "u") return null;
|
|
444
|
+
let e = o(Mr, { stopEvent: ({ event: e }) => jr(e.target) }), t = this.options.resolveMediaSource;
|
|
445
|
+
if (!t) return e;
|
|
446
|
+
let r = Y({
|
|
447
|
+
messages: this.options.messages ?? n("zh"),
|
|
448
|
+
onUpload: this.options.onUpload,
|
|
449
|
+
resolveMediaSource: t
|
|
450
|
+
});
|
|
451
|
+
return (t) => J(t.node.attrs.src) ? r(t) : e(t);
|
|
432
452
|
}
|
|
433
453
|
});
|
|
454
|
+
function Rr(e, t, n, r) {
|
|
455
|
+
let [i, a] = K(t ? "background" : "visible"), [o, s] = K(() => !t && e ? { src: e } : null);
|
|
456
|
+
return U(() => {
|
|
457
|
+
s(!t && e ? { src: e } : null), a(t ? "background" : "visible");
|
|
458
|
+
}, [t, e]), U(() => {
|
|
459
|
+
if (!t || !e) return;
|
|
460
|
+
if (r) {
|
|
461
|
+
a("visible");
|
|
462
|
+
return;
|
|
463
|
+
}
|
|
464
|
+
let i = n.current;
|
|
465
|
+
if (!i || typeof IntersectionObserver > "u") {
|
|
466
|
+
a("visible");
|
|
467
|
+
return;
|
|
468
|
+
}
|
|
469
|
+
let o = new IntersectionObserver((e) => {
|
|
470
|
+
let t = e[0];
|
|
471
|
+
if (!t?.isIntersecting) return;
|
|
472
|
+
let n = t.boundingClientRect, r = n.bottom >= 0 && n.top <= window.innerHeight;
|
|
473
|
+
a(r ? "visible" : "nearby");
|
|
474
|
+
}, { rootMargin: "300% 0px" });
|
|
475
|
+
return o.observe(i), () => o.disconnect();
|
|
476
|
+
}, [
|
|
477
|
+
n,
|
|
478
|
+
t,
|
|
479
|
+
r,
|
|
480
|
+
e
|
|
481
|
+
]), U(() => {
|
|
482
|
+
if (!t || !e || i === "background") return;
|
|
483
|
+
let n = new AbortController();
|
|
484
|
+
return Ve(t, {
|
|
485
|
+
kind: "image",
|
|
486
|
+
priority: i,
|
|
487
|
+
signal: n.signal,
|
|
488
|
+
src: e
|
|
489
|
+
}).then((e) => {
|
|
490
|
+
n.signal.aborted || s(e);
|
|
491
|
+
}), () => n.abort();
|
|
492
|
+
}, [
|
|
493
|
+
i,
|
|
494
|
+
t,
|
|
495
|
+
e
|
|
496
|
+
]), o;
|
|
497
|
+
}
|
|
434
498
|
//#endregion
|
|
435
499
|
//#region src/media/video-node.tsx
|
|
436
|
-
function
|
|
500
|
+
function zr(e) {
|
|
437
501
|
return e instanceof Element && !!e.closest("[data-markweave-video-ui=\"true\"], iframe[data-markweave-video-embed], video[data-markweave-video]");
|
|
438
502
|
}
|
|
439
|
-
function
|
|
440
|
-
let { deleteNode: t, editor: r, getPos: i, node: o, selected: s, updateAttributes: c } = e, l = e.extension.options, u = l.messages ?? n("zh"), d = u.video, f =
|
|
503
|
+
function Br(e) {
|
|
504
|
+
let { deleteNode: t, editor: r, getPos: i, node: o, selected: s, updateAttributes: c } = e, l = e.extension.options, u = l.messages ?? n("zh"), d = u.video, f = Ie(kr(r)), p = J(o.attrs.src), m = J(o.attrs.embedUrl), h = J(o.attrs.provider), g = m ? Ne(m, h) : null, _ = J(o.attrs.mimeType), v = J(o.attrs.title), y = G(null), [b, x] = K(!1), [S, C] = K(""), [w, T] = K(null), [E, D] = K(!1), O = f && !p, k = () => {
|
|
441
505
|
if (!f) return;
|
|
442
506
|
let e = i();
|
|
443
507
|
typeof e == "number" && r.chain().focus().setNodeSelection(e).run();
|
|
444
508
|
}, A = (e) => {
|
|
445
|
-
f && (
|
|
509
|
+
f && (zr(e.target) || (e.preventDefault(), k()));
|
|
446
510
|
}, j = (e) => {
|
|
447
511
|
f && (e.key === "Delete" || e.key === "Backspace") && s && (e.preventDefault(), t());
|
|
448
512
|
}, M = async (e) => {
|
|
449
513
|
if (!(!f || !e)) {
|
|
450
514
|
T(null), D(!0);
|
|
451
515
|
try {
|
|
452
|
-
let t = await
|
|
516
|
+
let t = await Se(Ae({
|
|
453
517
|
type: "file",
|
|
454
518
|
file: e,
|
|
455
519
|
mimeType: e.type
|
|
456
520
|
}), l.onUpload);
|
|
457
|
-
c(
|
|
521
|
+
c(Ee(t)), C("");
|
|
458
522
|
} catch (e) {
|
|
459
523
|
T(e instanceof Error ? e.message : d.uploadFailedError);
|
|
460
524
|
} finally {
|
|
@@ -468,7 +532,7 @@ function Ar(e) {
|
|
|
468
532
|
"data-testid": "markweave-video-node",
|
|
469
533
|
"data-empty": "true",
|
|
470
534
|
"data-selected": "false",
|
|
471
|
-
children: /* @__PURE__ */ Z(
|
|
535
|
+
children: /* @__PURE__ */ Z(Vr, {
|
|
472
536
|
dragActive: b,
|
|
473
537
|
error: w,
|
|
474
538
|
fileInputRef: y,
|
|
@@ -486,7 +550,7 @@ function Ar(e) {
|
|
|
486
550
|
onInputChange: C,
|
|
487
551
|
onSubmit: () => {
|
|
488
552
|
if (!f) return;
|
|
489
|
-
let e =
|
|
553
|
+
let e = De(S);
|
|
490
554
|
if (!e) {
|
|
491
555
|
T(d.unsupportedUrlError);
|
|
492
556
|
return;
|
|
@@ -549,7 +613,7 @@ function Ar(e) {
|
|
|
549
613
|
})
|
|
550
614
|
});
|
|
551
615
|
}
|
|
552
|
-
function
|
|
616
|
+
function Vr({ dragActive: e, error: t, fileInputRef: n, inputValue: r, isSubmitting: i, messages: a, onCancel: o, onDragActiveChange: s, onDrop: c, onFileChange: l, onInputChange: u, onSubmit: d }) {
|
|
553
617
|
let f = a.video;
|
|
554
618
|
return /* @__PURE__ */ Q("section", {
|
|
555
619
|
className: "markweave-video-upload-placeholder",
|
|
@@ -631,44 +695,45 @@ function jr({ dragActive: e, error: t, fileInputRef: n, inputValue: r, isSubmitt
|
|
|
631
695
|
]
|
|
632
696
|
});
|
|
633
697
|
}
|
|
634
|
-
var
|
|
698
|
+
var Hr = we.extend({
|
|
635
699
|
addOptions() {
|
|
636
700
|
return {
|
|
637
701
|
...this.parent?.(),
|
|
638
702
|
messages: n("zh"),
|
|
639
|
-
onUpload: void 0
|
|
703
|
+
onUpload: void 0,
|
|
704
|
+
resolveMediaSource: void 0
|
|
640
705
|
};
|
|
641
706
|
},
|
|
642
707
|
addNodeView() {
|
|
643
|
-
return typeof document > "u" ? null : o(
|
|
708
|
+
return typeof document > "u" ? null : o(Br, { stopEvent: ({ event: e }) => zr(e.target) });
|
|
644
709
|
}
|
|
645
710
|
});
|
|
646
711
|
//#endregion
|
|
647
712
|
//#region src/link-card-node.tsx
|
|
648
|
-
function
|
|
713
|
+
function Ur(e) {
|
|
649
714
|
return e instanceof Element && !!e.closest("[data-markweave-link-card-ui=\"true\"]");
|
|
650
715
|
}
|
|
651
|
-
function
|
|
716
|
+
function Wr(e) {
|
|
652
717
|
return typeof navigator < "u" && navigator.clipboard?.writeText ? navigator.clipboard.writeText(e).catch(() => void 0) : Promise.resolve();
|
|
653
718
|
}
|
|
654
|
-
function
|
|
719
|
+
function Gr(e) {
|
|
655
720
|
!e || typeof window > "u" || window.open(e, "_blank", "noopener,noreferrer");
|
|
656
721
|
}
|
|
657
|
-
function
|
|
722
|
+
function Kr(e) {
|
|
658
723
|
try {
|
|
659
724
|
return new URL(e).host;
|
|
660
725
|
} catch {
|
|
661
726
|
return e;
|
|
662
727
|
}
|
|
663
728
|
}
|
|
664
|
-
function
|
|
665
|
-
let { deleteNode: t, editor: r, getPos: i, node: o, updateAttributes: s } = e, c = e.extension.options, l = c.messages ?? n("zh"), u = l.linkCard, d =
|
|
729
|
+
function qr(e) {
|
|
730
|
+
let { deleteNode: t, editor: r, getPos: i, node: o, updateAttributes: s } = e, c = e.extension.options, l = c.messages ?? n("zh"), u = l.linkCard, d = Ie(kr(r)), f = Ue(o.attrs), [p, m] = K(!1), [h, g] = K(!1), [_, v] = K(!1), [y, b] = K(f?.title ?? ""), [x, C] = K(f?.href ?? ""), w = G(null);
|
|
666
731
|
if (U(() => () => w.current?.abort(), []), U(() => {
|
|
667
732
|
b(f?.title ?? ""), C(f?.href ?? ""), v(!1);
|
|
668
733
|
}, [f?.href, f?.title]), !f) return null;
|
|
669
734
|
let T = async (e) => {
|
|
670
735
|
e.preventDefault();
|
|
671
|
-
let t =
|
|
736
|
+
let t = Ue({
|
|
672
737
|
...f,
|
|
673
738
|
href: x,
|
|
674
739
|
title: y
|
|
@@ -683,15 +748,15 @@ function Lr(e) {
|
|
|
683
748
|
title: t.title,
|
|
684
749
|
signal: n.signal
|
|
685
750
|
});
|
|
686
|
-
!n.signal.aborted && e && s(
|
|
751
|
+
!n.signal.aborted && e && s(Ue({
|
|
687
752
|
...t,
|
|
688
753
|
...e
|
|
689
754
|
}) ?? t);
|
|
690
755
|
} catch {}
|
|
691
756
|
}, E = () => {
|
|
692
757
|
let e = i();
|
|
693
|
-
typeof e == "number" &&
|
|
694
|
-
}, D = _ ? null : f.imageUrl, O =
|
|
758
|
+
typeof e == "number" && Ge(r, e);
|
|
759
|
+
}, D = _ ? null : f.imageUrl, O = Kr(f.href);
|
|
695
760
|
return /* @__PURE__ */ Q(a, {
|
|
696
761
|
as: "article",
|
|
697
762
|
className: "markweave-link-card",
|
|
@@ -702,10 +767,10 @@ function Lr(e) {
|
|
|
702
767
|
onMouseEnter: () => m(!0),
|
|
703
768
|
onMouseLeave: () => m(!1),
|
|
704
769
|
onMouseDown: (e) => {
|
|
705
|
-
|
|
770
|
+
Ur(e.target) || e.preventDefault();
|
|
706
771
|
},
|
|
707
772
|
onClick: (e) => {
|
|
708
|
-
|
|
773
|
+
Ur(e.target) || (e.preventDefault(), Gr(f.href));
|
|
709
774
|
},
|
|
710
775
|
children: [
|
|
711
776
|
/* @__PURE__ */ Q("a", {
|
|
@@ -743,24 +808,24 @@ function Lr(e) {
|
|
|
743
808
|
"data-markweave-link-card-ui": "true",
|
|
744
809
|
"aria-label": u.toolsAriaLabel,
|
|
745
810
|
children: [
|
|
746
|
-
/* @__PURE__ */ Z(
|
|
811
|
+
/* @__PURE__ */ Z(Jr, {
|
|
747
812
|
label: u.convertToLink,
|
|
748
|
-
icon:
|
|
813
|
+
icon: te,
|
|
749
814
|
onClick: E,
|
|
750
815
|
testId: "markweave-link-card-convert"
|
|
751
816
|
}),
|
|
752
|
-
/* @__PURE__ */ Z(
|
|
817
|
+
/* @__PURE__ */ Z(Jr, {
|
|
753
818
|
label: u.copyAddress,
|
|
754
819
|
icon: S,
|
|
755
|
-
onClick: () => void
|
|
820
|
+
onClick: () => void Wr(f.href),
|
|
756
821
|
testId: "markweave-link-card-copy"
|
|
757
822
|
}),
|
|
758
|
-
/* @__PURE__ */ Z(
|
|
823
|
+
/* @__PURE__ */ Z(Jr, {
|
|
759
824
|
label: u.edit,
|
|
760
|
-
icon:
|
|
825
|
+
icon: ae,
|
|
761
826
|
onClick: (e) => {
|
|
762
827
|
let t = i();
|
|
763
|
-
typeof t == "number" &&
|
|
828
|
+
typeof t == "number" && Ke({
|
|
764
829
|
anchor: e.currentTarget,
|
|
765
830
|
editor: r,
|
|
766
831
|
messages: l,
|
|
@@ -773,7 +838,7 @@ function Lr(e) {
|
|
|
773
838
|
},
|
|
774
839
|
testId: "markweave-link-card-edit"
|
|
775
840
|
}),
|
|
776
|
-
/* @__PURE__ */ Z(
|
|
841
|
+
/* @__PURE__ */ Z(Jr, {
|
|
777
842
|
label: u.delete,
|
|
778
843
|
icon: pe,
|
|
779
844
|
onClick: t,
|
|
@@ -802,15 +867,15 @@ function Lr(e) {
|
|
|
802
867
|
/* @__PURE__ */ Z("button", {
|
|
803
868
|
type: "submit",
|
|
804
869
|
"aria-label": u.edit,
|
|
805
|
-
disabled: !
|
|
806
|
-
children: /* @__PURE__ */ Z(
|
|
870
|
+
disabled: !We(x),
|
|
871
|
+
children: /* @__PURE__ */ Z(te, { size: 16 })
|
|
807
872
|
})
|
|
808
873
|
]
|
|
809
874
|
}) : null
|
|
810
875
|
]
|
|
811
876
|
});
|
|
812
877
|
}
|
|
813
|
-
function
|
|
878
|
+
function Jr({ icon: e, label: t, onClick: n, testId: r }) {
|
|
814
879
|
return /* @__PURE__ */ Q("button", {
|
|
815
880
|
type: "button",
|
|
816
881
|
"aria-label": t,
|
|
@@ -827,7 +892,7 @@ function Rr({ icon: e, label: t, onClick: n, testId: r }) {
|
|
|
827
892
|
})]
|
|
828
893
|
});
|
|
829
894
|
}
|
|
830
|
-
var
|
|
895
|
+
var Yr = qe.extend({
|
|
831
896
|
addOptions() {
|
|
832
897
|
return {
|
|
833
898
|
...this.parent?.(),
|
|
@@ -836,32 +901,33 @@ var zr = Ge.extend({
|
|
|
836
901
|
};
|
|
837
902
|
},
|
|
838
903
|
addNodeView() {
|
|
839
|
-
return typeof document > "u" ? null : o(
|
|
904
|
+
return typeof document > "u" ? null : o(qr, { stopEvent: ({ event: e }) => Ur(e.target) });
|
|
840
905
|
}
|
|
841
906
|
});
|
|
842
907
|
//#endregion
|
|
843
908
|
//#region src/create-editor-extensions.ts
|
|
844
|
-
function
|
|
909
|
+
function Xr(t = {}) {
|
|
845
910
|
return e({
|
|
846
911
|
lang: t.lang,
|
|
847
912
|
onImageUpload: t.onImageUpload,
|
|
848
|
-
linkCardExtension:
|
|
913
|
+
linkCardExtension: Yr.configure({
|
|
849
914
|
lang: t.lang,
|
|
850
915
|
messages: n(t.lang),
|
|
851
916
|
resolver: t.linkCardResolver
|
|
852
917
|
}),
|
|
853
|
-
mediaExtensions:
|
|
854
|
-
image:
|
|
855
|
-
video:
|
|
918
|
+
mediaExtensions: He({
|
|
919
|
+
image: Lr,
|
|
920
|
+
video: Hr,
|
|
856
921
|
lang: t.lang,
|
|
857
922
|
onImageUpload: t.onImageUpload,
|
|
858
|
-
onVideoUpload: t.onVideoUpload
|
|
923
|
+
onVideoUpload: t.onVideoUpload,
|
|
924
|
+
resolveMediaSource: t.resolveMediaSource
|
|
859
925
|
})
|
|
860
926
|
});
|
|
861
927
|
}
|
|
862
928
|
//#endregion
|
|
863
929
|
//#region src/ui/codeblock/CodeBlockControls.tsx
|
|
864
|
-
function
|
|
930
|
+
function Zr(e) {
|
|
865
931
|
return e === "clipboard" ? /* @__PURE__ */ Q(X, { children: [/* @__PURE__ */ Z("path", { d: "M9 4.5h6a1.5 1.5 0 0 1 1.5 1.5v11A1.5 1.5 0 0 1 15 18.5H7A1.5 1.5 0 0 1 5.5 17V6A1.5 1.5 0 0 1 7 4.5h2" }), /* @__PURE__ */ Z("path", { d: "M8.5 5.5v-1A1.5 1.5 0 0 1 10 3h2a1.5 1.5 0 0 1 1.5 1.5v1h-5Z" })] }) : e === "search" ? /* @__PURE__ */ Q(X, { children: [/* @__PURE__ */ Z("circle", {
|
|
866
932
|
cx: "10",
|
|
867
933
|
cy: "10",
|
|
@@ -898,7 +964,7 @@ function Vr(e) {
|
|
|
898
964
|
/* @__PURE__ */ Z("path", { d: "m14 14 4 4" })
|
|
899
965
|
] }) : e === "reset" ? /* @__PURE__ */ Q(X, { children: [/* @__PURE__ */ Z("path", { d: "M6.5 8.5A6 6 0 1 1 6 15" }), /* @__PURE__ */ Z("path", { d: "M6.5 8.5H3.5v-3" })] }) : /* @__PURE__ */ Z("path", { d: "m6 9 6 6 6-6" });
|
|
900
966
|
}
|
|
901
|
-
function
|
|
967
|
+
function Qr({ icon: e }) {
|
|
902
968
|
return /* @__PURE__ */ Z("svg", {
|
|
903
969
|
viewBox: "0 0 24 24",
|
|
904
970
|
"aria-hidden": "true",
|
|
@@ -909,40 +975,40 @@ function Hr({ icon: e }) {
|
|
|
909
975
|
strokeLinecap: "round",
|
|
910
976
|
strokeLinejoin: "round",
|
|
911
977
|
strokeWidth: "1.8",
|
|
912
|
-
children:
|
|
978
|
+
children: Zr(e)
|
|
913
979
|
})
|
|
914
980
|
});
|
|
915
981
|
}
|
|
916
|
-
function
|
|
917
|
-
let a =
|
|
982
|
+
function $r({ active: e, editor: t, mermaidMode: n, onMermaidModeChange: r, readOnly: i = !1 }) {
|
|
983
|
+
let a = G(null), o = G(null), s = G(null), c = G(null), l = G(null), u = G({
|
|
918
984
|
active: !1,
|
|
919
985
|
lastX: 0,
|
|
920
986
|
lastY: 0
|
|
921
|
-
}), [
|
|
922
|
-
...
|
|
923
|
-
pos:
|
|
987
|
+
}), [d, f] = K(null), [p, m] = K(null), [h, g] = K([]), [_, v] = K(null), [y, b] = K(!1), [x, S] = K(""), [C, w] = K(-1), [T, E] = K(null), [D, O] = K(!1), [k, A] = K(null), [j, M] = K(null), [ee, N] = K(!1), [P, F] = K(0), [te, I] = K(0), L = ht(t), ne = vn(t, d), re = !i && e && L.active && L.pos !== null ? {
|
|
988
|
+
...L,
|
|
989
|
+
pos: L.pos,
|
|
924
990
|
active: !0
|
|
925
|
-
} : null,
|
|
991
|
+
} : null, R = ne ?? re, ie = R !== null, ae = R?.language === "mermaid", z = Cn(t, R), oe = ie && R !== null && !z, se = !i, ce = dn(R ? R.language : "text"), le = T?.status ?? "idle", ue = R?.mermaidPreviewMode ?? n, de = ae && ue === "preview", fe = xn(t), B = `${te}|${fe.map((e) => `${e.pos}:${e.mermaidPreviewMode}:${e.text.length}`).join("|")}`, V = W(() => hn(x.trim().toLowerCase()), [x]);
|
|
926
992
|
if (U(() => {
|
|
927
|
-
i && (
|
|
993
|
+
i && (b(!1), S(""), w(-1));
|
|
928
994
|
}, [i]), U(() => {
|
|
929
|
-
if (!
|
|
995
|
+
if (!T) return;
|
|
930
996
|
let e = window.setTimeout(() => {
|
|
931
|
-
|
|
932
|
-
},
|
|
997
|
+
E(null);
|
|
998
|
+
}, rn);
|
|
933
999
|
return () => {
|
|
934
1000
|
window.clearTimeout(e);
|
|
935
1001
|
};
|
|
936
|
-
}, [
|
|
937
|
-
|
|
1002
|
+
}, [T]), U(() => {
|
|
1003
|
+
E(null), b(!1), S(""), w(-1), A(null), M(null), N(!1);
|
|
938
1004
|
}, [
|
|
939
1005
|
e,
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
1006
|
+
R?.language,
|
|
1007
|
+
R?.pos,
|
|
1008
|
+
R?.text
|
|
943
1009
|
]), U(() => {
|
|
944
1010
|
let e = ({ transaction: e }) => {
|
|
945
|
-
e.getMeta(
|
|
1011
|
+
e.getMeta(pt) && F((e) => e + 1);
|
|
946
1012
|
};
|
|
947
1013
|
return t.on("transaction", e), () => {
|
|
948
1014
|
t.off("transaction", e);
|
|
@@ -951,21 +1017,29 @@ function Ur({ active: e, editor: t, mermaidMode: n, onMermaidModeChange: r, read
|
|
|
951
1017
|
let e = t.view.dom.closest(".markweave-editor-frame");
|
|
952
1018
|
if (!e) return;
|
|
953
1019
|
let n = (e) => {
|
|
954
|
-
if (e.target instanceof Node && a.current?.contains(e.target) ||
|
|
955
|
-
let n =
|
|
956
|
-
|
|
1020
|
+
if (e.target instanceof Node && a.current?.contains(e.target) || y) return;
|
|
1021
|
+
let n = vn(t, _n(t, e.target)), r = n && !Cn(t, n) ? n.pos : null;
|
|
1022
|
+
f((e) => e === r ? e : r);
|
|
957
1023
|
}, r = () => {
|
|
958
|
-
|
|
1024
|
+
y || f(null);
|
|
959
1025
|
};
|
|
960
1026
|
return e.addEventListener("mousemove", n), e.addEventListener("mouseleave", r), () => {
|
|
961
1027
|
e.removeEventListener("mousemove", n), e.removeEventListener("mouseleave", r);
|
|
962
1028
|
};
|
|
963
|
-
}, [t,
|
|
964
|
-
|
|
965
|
-
}, [
|
|
966
|
-
if (!
|
|
1029
|
+
}, [t, y]), U(() => {
|
|
1030
|
+
y && s.current?.focus({ preventScroll: !0 });
|
|
1031
|
+
}, [y]), ve(() => {
|
|
1032
|
+
if (!y || C < 0) return;
|
|
1033
|
+
let e = c.current, t = e?.querySelector(`[data-language-index="${C}"]`);
|
|
1034
|
+
e && t && On(e, t);
|
|
1035
|
+
}, [
|
|
1036
|
+
C,
|
|
1037
|
+
V,
|
|
1038
|
+
y
|
|
1039
|
+
]), U(() => {
|
|
1040
|
+
if (!k) return;
|
|
967
1041
|
let e = (e) => {
|
|
968
|
-
e.key === "Escape" && (
|
|
1042
|
+
e.key === "Escape" && (A(null), M(null), N(!1), u.current = {
|
|
969
1043
|
active: !1,
|
|
970
1044
|
lastX: 0,
|
|
971
1045
|
lastY: 0
|
|
@@ -974,33 +1048,33 @@ function Ur({ active: e, editor: t, mermaidMode: n, onMermaidModeChange: r, read
|
|
|
974
1048
|
return document.addEventListener("keydown", e), () => {
|
|
975
1049
|
document.removeEventListener("keydown", e);
|
|
976
1050
|
};
|
|
977
|
-
}, [t,
|
|
978
|
-
if (!
|
|
1051
|
+
}, [t, k]), U(() => {
|
|
1052
|
+
if (!ie || !y) return;
|
|
979
1053
|
let e = (e) => {
|
|
980
|
-
e.key === "Escape" && (
|
|
1054
|
+
e.key === "Escape" && (b(!1), w(-1), t.view.focus());
|
|
981
1055
|
}, n = (e) => {
|
|
982
|
-
e.target instanceof Node && a.current?.contains(e.target) ||
|
|
1056
|
+
e.target instanceof Node && a.current?.contains(e.target) || (b(!1), w(-1));
|
|
983
1057
|
};
|
|
984
1058
|
return document.addEventListener("keydown", e), document.addEventListener("mousedown", n), () => {
|
|
985
1059
|
document.removeEventListener("keydown", e), document.removeEventListener("mousedown", n);
|
|
986
1060
|
};
|
|
987
1061
|
}, [
|
|
988
|
-
|
|
1062
|
+
ie,
|
|
989
1063
|
t,
|
|
990
|
-
|
|
991
|
-
]),
|
|
1064
|
+
y
|
|
1065
|
+
]), ve(() => {
|
|
992
1066
|
let e = () => {
|
|
993
1067
|
let e = a.current;
|
|
994
1068
|
if (!e) return;
|
|
995
|
-
if (!
|
|
996
|
-
|
|
1069
|
+
if (!yn(e) || fe.length === 0) {
|
|
1070
|
+
g([]);
|
|
997
1071
|
return;
|
|
998
1072
|
}
|
|
999
|
-
let n = e.getBoundingClientRect(), r =
|
|
1000
|
-
let r =
|
|
1001
|
-
return r ? [
|
|
1073
|
+
let n = e.getBoundingClientRect(), r = fe.flatMap((e) => {
|
|
1074
|
+
let r = mn(pn(t, e.pos, e.mermaidPreviewMode), n);
|
|
1075
|
+
return r ? [ln(e, r, n)] : [];
|
|
1002
1076
|
});
|
|
1003
|
-
|
|
1077
|
+
g((e) => wn(e, r, fe.map((e) => e.pos)));
|
|
1004
1078
|
};
|
|
1005
1079
|
e();
|
|
1006
1080
|
let n = window.requestAnimationFrame(e);
|
|
@@ -1008,26 +1082,26 @@ function Ur({ active: e, editor: t, mermaidMode: n, onMermaidModeChange: r, read
|
|
|
1008
1082
|
window.cancelAnimationFrame(n), window.removeEventListener("resize", e), window.removeEventListener("scroll", e, !0);
|
|
1009
1083
|
};
|
|
1010
1084
|
}, [
|
|
1011
|
-
|
|
1085
|
+
P,
|
|
1012
1086
|
t,
|
|
1013
|
-
|
|
1014
|
-
]),
|
|
1015
|
-
if (!
|
|
1016
|
-
|
|
1087
|
+
B
|
|
1088
|
+
]), ve(() => {
|
|
1089
|
+
if (!oe || !R) {
|
|
1090
|
+
m(null), v(null);
|
|
1017
1091
|
return;
|
|
1018
1092
|
}
|
|
1019
1093
|
let e = () => {
|
|
1020
1094
|
let e = a.current;
|
|
1021
1095
|
if (!e) return;
|
|
1022
|
-
let n =
|
|
1096
|
+
let n = pn(t, R.pos, ue), r = e.getBoundingClientRect(), i = mn(n, r);
|
|
1023
1097
|
if (!i) {
|
|
1024
|
-
|
|
1098
|
+
m((e) => e?.pos === R.pos ? e : null), v((e) => y ? e : null);
|
|
1025
1099
|
return;
|
|
1026
1100
|
}
|
|
1027
|
-
let s =
|
|
1028
|
-
if (
|
|
1101
|
+
let s = sn(R.pos, i, r);
|
|
1102
|
+
if (m(s), y && o.current) {
|
|
1029
1103
|
let e = o.current.getBoundingClientRect();
|
|
1030
|
-
|
|
1104
|
+
v(tn({
|
|
1031
1105
|
overlayRect: r,
|
|
1032
1106
|
buttonRect: e,
|
|
1033
1107
|
windowWidth: window.innerWidth,
|
|
@@ -1039,93 +1113,115 @@ function Ur({ active: e, editor: t, mermaidMode: n, onMermaidModeChange: r, read
|
|
|
1039
1113
|
window.removeEventListener("resize", e), window.removeEventListener("scroll", e, !0);
|
|
1040
1114
|
};
|
|
1041
1115
|
}, [
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1116
|
+
oe,
|
|
1117
|
+
P,
|
|
1118
|
+
R?.pos,
|
|
1045
1119
|
t,
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
]), !
|
|
1049
|
-
let
|
|
1050
|
-
top:
|
|
1051
|
-
right:
|
|
1052
|
-
} : void 0,
|
|
1120
|
+
y,
|
|
1121
|
+
ue
|
|
1122
|
+
]), !oe && fe.length === 0 && !k) return null;
|
|
1123
|
+
let pe = p ? {
|
|
1124
|
+
top: p.top,
|
|
1125
|
+
right: p.right
|
|
1126
|
+
} : void 0, me = async () => {
|
|
1053
1127
|
if (i) {
|
|
1054
|
-
if (!
|
|
1055
|
-
let e = await
|
|
1056
|
-
|
|
1128
|
+
if (!R) return;
|
|
1129
|
+
let e = await an(R.text);
|
|
1130
|
+
E(gt(R, e ? "copied" : "failed"));
|
|
1057
1131
|
return;
|
|
1058
1132
|
}
|
|
1059
|
-
if (!
|
|
1060
|
-
let e = await
|
|
1061
|
-
|
|
1062
|
-
},
|
|
1133
|
+
if (!un(t, R)) return;
|
|
1134
|
+
let e = await mt(t);
|
|
1135
|
+
E(gt(ht(t), e ? "copied" : "failed")), t.view.focus();
|
|
1136
|
+
}, he = (e, n) => {
|
|
1063
1137
|
if (i) {
|
|
1064
|
-
|
|
1138
|
+
wt(t, e.pos, n) && I((e) => e + 1);
|
|
1065
1139
|
return;
|
|
1066
1140
|
}
|
|
1067
|
-
let a =
|
|
1068
|
-
|
|
1069
|
-
},
|
|
1070
|
-
if (i || !
|
|
1071
|
-
let n =
|
|
1072
|
-
|
|
1073
|
-
},
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
let
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1141
|
+
let a = L.active && L.pos === e.pos;
|
|
1142
|
+
bt(t, e.pos, n) && (r(n), I((e) => e + 1), a && t.view.focus());
|
|
1143
|
+
}, ge = (e) => {
|
|
1144
|
+
if (i || !R) return;
|
|
1145
|
+
let n = L.active && L.pos === R.pos;
|
|
1146
|
+
yt(t, R.pos, e) && (e === "mermaid" && bt(t, R.pos, "preview") && r("preview"), b(!1), S(""), w(-1), I((e) => e + 1), n && t.view.focus());
|
|
1147
|
+
}, _e = () => {
|
|
1148
|
+
let e = !y;
|
|
1149
|
+
e && l.current === null && (l.current = on()), w(e ? bn(V, R?.language ?? null) : -1), b(e);
|
|
1150
|
+
}, H = (e) => {
|
|
1151
|
+
let t = hn(e);
|
|
1152
|
+
S(e), w(bn(t, e.trim() ? null : R?.language ?? null));
|
|
1153
|
+
}, ye = (e) => {
|
|
1154
|
+
if (!e.nativeEvent.isComposing) {
|
|
1155
|
+
if (e.key === "ArrowDown" || e.key === "ArrowUp") {
|
|
1156
|
+
e.preventDefault(), w((t) => En(t, V.length, e.key === "ArrowUp" ? "previous" : "next"));
|
|
1157
|
+
return;
|
|
1158
|
+
}
|
|
1159
|
+
if (e.key === "Enter") {
|
|
1160
|
+
let t = V[C];
|
|
1161
|
+
t && (e.preventDefault(), ge(t.language));
|
|
1162
|
+
return;
|
|
1163
|
+
}
|
|
1164
|
+
e.key === "Escape" && (e.preventDefault(), b(!1), w(-1), t.view.focus());
|
|
1165
|
+
}
|
|
1166
|
+
}, be = V[C], xe = l.current && be ? gn(l.current, be.language) : void 0, Se = () => {
|
|
1167
|
+
i || !R || vt(t, R.pos, !z) && (F((e) => e + 1), f(null));
|
|
1168
|
+
}, Ce = () => {
|
|
1169
|
+
if (!R) return;
|
|
1170
|
+
let e = Sn(t, R.pos);
|
|
1171
|
+
e && en({
|
|
1172
|
+
data: new Blob([e], { type: "image/svg+xml" }),
|
|
1173
|
+
fileName: "markweave-mermaid.svg",
|
|
1174
|
+
onSettled: () => t.view.focus(),
|
|
1175
|
+
ownerDocument: document
|
|
1176
|
+
});
|
|
1177
|
+
}, we = () => {
|
|
1178
|
+
if (!R) return;
|
|
1179
|
+
let e = Sn(t, R.pos);
|
|
1180
|
+
e && (A(cn(e)), M(null), N(!1), u.current = {
|
|
1085
1181
|
active: !1,
|
|
1086
1182
|
lastX: 0,
|
|
1087
1183
|
lastY: 0
|
|
1088
1184
|
});
|
|
1089
|
-
},
|
|
1090
|
-
|
|
1185
|
+
}, Te = () => {
|
|
1186
|
+
A(null), M(null), N(!1), u.current = {
|
|
1091
1187
|
active: !1,
|
|
1092
1188
|
lastX: 0,
|
|
1093
1189
|
lastY: 0
|
|
1094
1190
|
}, t.view.focus();
|
|
1095
|
-
},
|
|
1096
|
-
|
|
1191
|
+
}, Ee = (e) => {
|
|
1192
|
+
A((t) => t && {
|
|
1097
1193
|
...t,
|
|
1098
|
-
scale:
|
|
1194
|
+
scale: nn(t.scale + e)
|
|
1099
1195
|
});
|
|
1100
|
-
},
|
|
1101
|
-
|
|
1196
|
+
}, De = () => {
|
|
1197
|
+
A((e) => e && cn(e.svg)), u.current = {
|
|
1102
1198
|
active: !1,
|
|
1103
1199
|
lastX: 0,
|
|
1104
1200
|
lastY: 0
|
|
1105
|
-
},
|
|
1106
|
-
},
|
|
1107
|
-
e.preventDefault(),
|
|
1108
|
-
},
|
|
1109
|
-
e.button === 0 && (e.preventDefault(),
|
|
1201
|
+
}, N(!1);
|
|
1202
|
+
}, Oe = (e) => {
|
|
1203
|
+
e.preventDefault(), Ee(e.deltaY < 0 ? Tn : -Tn);
|
|
1204
|
+
}, ke = (e) => {
|
|
1205
|
+
e.button === 0 && (e.preventDefault(), u.current = {
|
|
1110
1206
|
active: !0,
|
|
1111
1207
|
lastX: e.clientX,
|
|
1112
1208
|
lastY: e.clientY
|
|
1113
|
-
},
|
|
1114
|
-
},
|
|
1115
|
-
let t =
|
|
1209
|
+
}, N(!0));
|
|
1210
|
+
}, Ae = (e) => {
|
|
1211
|
+
let t = u.current;
|
|
1116
1212
|
if (!t.active) return;
|
|
1117
1213
|
let n = e.clientX - t.lastX, r = e.clientY - t.lastY;
|
|
1118
|
-
|
|
1214
|
+
u.current = {
|
|
1119
1215
|
active: !0,
|
|
1120
1216
|
lastX: e.clientX,
|
|
1121
1217
|
lastY: e.clientY
|
|
1122
|
-
},
|
|
1123
|
-
},
|
|
1124
|
-
|
|
1218
|
+
}, A((e) => Dn(e, n, r));
|
|
1219
|
+
}, q = () => {
|
|
1220
|
+
u.current = {
|
|
1125
1221
|
active: !1,
|
|
1126
1222
|
lastX: 0,
|
|
1127
1223
|
lastY: 0
|
|
1128
|
-
},
|
|
1224
|
+
}, N(!1);
|
|
1129
1225
|
};
|
|
1130
1226
|
return /* @__PURE__ */ Q("div", {
|
|
1131
1227
|
ref: a,
|
|
@@ -1133,8 +1229,8 @@ function Ur({ active: e, editor: t, mermaidMode: n, onMermaidModeChange: r, read
|
|
|
1133
1229
|
"data-testid": "markweave-codeblock-overlay",
|
|
1134
1230
|
"data-read-only": i ? "true" : "false",
|
|
1135
1231
|
children: [
|
|
1136
|
-
|
|
1137
|
-
let t =
|
|
1232
|
+
fe.map((e) => {
|
|
1233
|
+
let t = h.find((t) => t.pos === e.pos);
|
|
1138
1234
|
return /* @__PURE__ */ Z("div", {
|
|
1139
1235
|
className: "markweave-mermaid-tabs",
|
|
1140
1236
|
"data-testid": "markweave-mermaid-tabs",
|
|
@@ -1149,38 +1245,38 @@ function Ur({ active: e, editor: t, mermaidMode: n, onMermaidModeChange: r, read
|
|
|
1149
1245
|
"data-testid": `markweave-mermaid-mode-${t}`,
|
|
1150
1246
|
"data-active": e.mermaidPreviewMode === t,
|
|
1151
1247
|
onMouseDown: (e) => e.preventDefault(),
|
|
1152
|
-
onClick: () =>
|
|
1248
|
+
onClick: () => he(e, t),
|
|
1153
1249
|
children: t === "code" ? "Code" : "Preview"
|
|
1154
1250
|
}, t))
|
|
1155
1251
|
}, e.pos);
|
|
1156
1252
|
}),
|
|
1157
|
-
|
|
1253
|
+
oe ? /* @__PURE__ */ Q("div", {
|
|
1158
1254
|
className: "markweave-codeblock-controls",
|
|
1159
1255
|
"data-testid": "markweave-codeblock-controls",
|
|
1160
|
-
"data-positioned":
|
|
1256
|
+
"data-positioned": p ? "true" : "false",
|
|
1161
1257
|
"data-collapsed": z ? "true" : "false",
|
|
1162
1258
|
"data-read-only": i ? "true" : "false",
|
|
1163
1259
|
"aria-label": "Code block controls",
|
|
1164
|
-
style:
|
|
1260
|
+
style: pe,
|
|
1165
1261
|
children: [
|
|
1166
1262
|
i ? /* @__PURE__ */ Z("span", {
|
|
1167
1263
|
className: "markweave-codeblock-language-button markweave-codeblock-language-label",
|
|
1168
1264
|
"aria-label": "Code block language",
|
|
1169
1265
|
"data-testid": "markweave-codeblock-language",
|
|
1170
|
-
children: /* @__PURE__ */ Z("span", { children:
|
|
1266
|
+
children: /* @__PURE__ */ Z("span", { children: ce })
|
|
1171
1267
|
}) : /* @__PURE__ */ Q("button", {
|
|
1172
1268
|
ref: o,
|
|
1173
1269
|
type: "button",
|
|
1174
1270
|
className: "markweave-codeblock-language-button",
|
|
1175
1271
|
"aria-label": "Code block language",
|
|
1176
|
-
"aria-expanded":
|
|
1272
|
+
"aria-expanded": y,
|
|
1177
1273
|
"aria-haspopup": "listbox",
|
|
1178
1274
|
"data-testid": "markweave-codeblock-language",
|
|
1179
1275
|
onMouseDown: (e) => e.preventDefault(),
|
|
1180
|
-
onClick:
|
|
1181
|
-
children: [/* @__PURE__ */ Z("span", { children:
|
|
1276
|
+
onClick: _e,
|
|
1277
|
+
children: [/* @__PURE__ */ Z("span", { children: ce }), /* @__PURE__ */ Z(Qr, { icon: "chevron" })]
|
|
1182
1278
|
}),
|
|
1183
|
-
|
|
1279
|
+
se ? /* @__PURE__ */ Z("button", {
|
|
1184
1280
|
type: "button",
|
|
1185
1281
|
className: "markweave-codeblock-icon-button markweave-codeblock-collapse-button",
|
|
1186
1282
|
"aria-label": z ? "Expand code block" : "Collapse code block",
|
|
@@ -1188,8 +1284,8 @@ function Ur({ active: e, editor: t, mermaidMode: n, onMermaidModeChange: r, read
|
|
|
1188
1284
|
"data-testid": "markweave-codeblock-collapse",
|
|
1189
1285
|
"data-collapsed": z ? "true" : "false",
|
|
1190
1286
|
onMouseDown: (e) => e.preventDefault(),
|
|
1191
|
-
onClick:
|
|
1192
|
-
children: /* @__PURE__ */ Z(
|
|
1287
|
+
onClick: Se,
|
|
1288
|
+
children: /* @__PURE__ */ Z(Qr, { icon: "chevron" })
|
|
1193
1289
|
}) : null,
|
|
1194
1290
|
/* @__PURE__ */ Q("span", {
|
|
1195
1291
|
className: "markweave-codeblock-copy-wrap",
|
|
@@ -1198,22 +1294,22 @@ function Ur({ active: e, editor: t, mermaidMode: n, onMermaidModeChange: r, read
|
|
|
1198
1294
|
className: "markweave-codeblock-icon-button",
|
|
1199
1295
|
"aria-label": "Copy to clipboard",
|
|
1200
1296
|
"data-testid": "markweave-codeblock-copy",
|
|
1201
|
-
"data-copy-state":
|
|
1297
|
+
"data-copy-state": le,
|
|
1202
1298
|
onMouseDown: (e) => e.preventDefault(),
|
|
1203
|
-
onMouseEnter: () =>
|
|
1204
|
-
onMouseLeave: () =>
|
|
1205
|
-
onFocus: () =>
|
|
1206
|
-
onBlur: () =>
|
|
1207
|
-
onClick:
|
|
1208
|
-
children: /* @__PURE__ */ Z(
|
|
1209
|
-
}),
|
|
1299
|
+
onMouseEnter: () => O(!0),
|
|
1300
|
+
onMouseLeave: () => O(!1),
|
|
1301
|
+
onFocus: () => O(!0),
|
|
1302
|
+
onBlur: () => O(!1),
|
|
1303
|
+
onClick: me,
|
|
1304
|
+
children: /* @__PURE__ */ Z(Qr, { icon: le === "copied" ? "check" : "clipboard" })
|
|
1305
|
+
}), D ? /* @__PURE__ */ Z("span", {
|
|
1210
1306
|
className: "markweave-codeblock-tooltip",
|
|
1211
1307
|
role: "tooltip",
|
|
1212
1308
|
"data-testid": "markweave-codeblock-copy-tooltip",
|
|
1213
1309
|
children: "Copy to clipboard"
|
|
1214
1310
|
}) : null]
|
|
1215
1311
|
}),
|
|
1216
|
-
|
|
1312
|
+
ae && ue === "preview" ? /* @__PURE__ */ Q("div", {
|
|
1217
1313
|
className: "markweave-mermaid-preview-actions",
|
|
1218
1314
|
"data-testid": "markweave-mermaid-preview-actions",
|
|
1219
1315
|
children: [/* @__PURE__ */ Z("button", {
|
|
@@ -1221,63 +1317,73 @@ function Ur({ active: e, editor: t, mermaidMode: n, onMermaidModeChange: r, read
|
|
|
1221
1317
|
className: "markweave-codeblock-icon-button",
|
|
1222
1318
|
"aria-label": "Fullscreen Mermaid preview",
|
|
1223
1319
|
"data-testid": "markweave-mermaid-fullscreen",
|
|
1224
|
-
disabled: !
|
|
1320
|
+
disabled: !de,
|
|
1225
1321
|
onMouseDown: (e) => e.preventDefault(),
|
|
1226
|
-
onClick:
|
|
1227
|
-
children: /* @__PURE__ */ Z(
|
|
1322
|
+
onClick: we,
|
|
1323
|
+
children: /* @__PURE__ */ Z(Qr, { icon: "expand" })
|
|
1228
1324
|
}), /* @__PURE__ */ Z("button", {
|
|
1229
1325
|
type: "button",
|
|
1230
1326
|
className: "markweave-codeblock-icon-button",
|
|
1231
1327
|
"aria-label": "Download Mermaid SVG",
|
|
1232
1328
|
"data-testid": "markweave-mermaid-download",
|
|
1233
|
-
disabled: !
|
|
1329
|
+
disabled: !de,
|
|
1234
1330
|
onMouseDown: (e) => e.preventDefault(),
|
|
1235
|
-
onClick:
|
|
1236
|
-
children: /* @__PURE__ */ Z(
|
|
1331
|
+
onClick: Ce,
|
|
1332
|
+
children: /* @__PURE__ */ Z(Qr, { icon: "download" })
|
|
1237
1333
|
})]
|
|
1238
1334
|
}) : null
|
|
1239
1335
|
]
|
|
1240
1336
|
}) : null,
|
|
1241
|
-
|
|
1337
|
+
se && oe && y ? /* @__PURE__ */ Q("div", {
|
|
1242
1338
|
className: "markweave-codeblock-language-menu",
|
|
1243
|
-
role: "listbox",
|
|
1244
|
-
"aria-label": "Code block languages",
|
|
1245
1339
|
"data-testid": "markweave-codeblock-language-menu",
|
|
1246
|
-
"data-positioned":
|
|
1247
|
-
style:
|
|
1248
|
-
left:
|
|
1249
|
-
top:
|
|
1340
|
+
"data-positioned": _ ? "true" : "false",
|
|
1341
|
+
style: _ ? {
|
|
1342
|
+
left: _.left,
|
|
1343
|
+
top: _.top
|
|
1250
1344
|
} : void 0,
|
|
1251
1345
|
children: [/* @__PURE__ */ Q("label", {
|
|
1252
1346
|
className: "markweave-codeblock-language-search",
|
|
1253
1347
|
children: [/* @__PURE__ */ Z("input", {
|
|
1254
1348
|
ref: s,
|
|
1255
|
-
|
|
1349
|
+
role: "combobox",
|
|
1350
|
+
"aria-autocomplete": "list",
|
|
1351
|
+
"aria-controls": l.current ?? void 0,
|
|
1352
|
+
"aria-expanded": "true",
|
|
1353
|
+
"aria-activedescendant": xe,
|
|
1354
|
+
"aria-label": "Search code block languages",
|
|
1355
|
+
value: x,
|
|
1256
1356
|
placeholder: "Search...",
|
|
1257
1357
|
"data-testid": "markweave-codeblock-language-search",
|
|
1258
|
-
onChange: (e) =>
|
|
1259
|
-
onKeyDown:
|
|
1260
|
-
|
|
1261
|
-
}
|
|
1262
|
-
}), /* @__PURE__ */ Z(Hr, { icon: "search" })]
|
|
1358
|
+
onChange: (e) => H(e.target.value),
|
|
1359
|
+
onKeyDown: ye
|
|
1360
|
+
}), /* @__PURE__ */ Z(Qr, { icon: "search" })]
|
|
1263
1361
|
}), /* @__PURE__ */ Z("div", {
|
|
1362
|
+
ref: c,
|
|
1363
|
+
id: l.current ?? void 0,
|
|
1264
1364
|
className: "markweave-codeblock-language-list",
|
|
1265
|
-
|
|
1266
|
-
|
|
1365
|
+
role: "listbox",
|
|
1366
|
+
"aria-label": "Code block languages",
|
|
1367
|
+
children: V.map((e, t) => {
|
|
1368
|
+
let n = e.language === R.language, r = t === C;
|
|
1267
1369
|
return /* @__PURE__ */ Q("button", {
|
|
1370
|
+
id: l.current ? gn(l.current, e.language) : void 0,
|
|
1268
1371
|
type: "button",
|
|
1269
1372
|
role: "option",
|
|
1270
|
-
"aria-selected":
|
|
1373
|
+
"aria-selected": n,
|
|
1271
1374
|
"data-testid": `markweave-codeblock-language-option-${e.language}`,
|
|
1272
|
-
"data-active":
|
|
1375
|
+
"data-active": n ? "true" : "false",
|
|
1376
|
+
"data-highlighted": r ? "true" : "false",
|
|
1377
|
+
"data-language-index": t,
|
|
1273
1378
|
onMouseDown: (e) => e.preventDefault(),
|
|
1274
|
-
|
|
1275
|
-
|
|
1379
|
+
onMouseEnter: () => w(t),
|
|
1380
|
+
onClick: () => ge(e.language),
|
|
1381
|
+
children: [/* @__PURE__ */ Z("span", { children: e.label }), n ? /* @__PURE__ */ Z(Qr, { icon: "check" }) : null]
|
|
1276
1382
|
}, e.language);
|
|
1277
1383
|
})
|
|
1278
1384
|
})]
|
|
1279
1385
|
}) : null,
|
|
1280
|
-
|
|
1386
|
+
k ? /* @__PURE__ */ Q("div", {
|
|
1281
1387
|
className: "markweave-mermaid-fullscreen-layer",
|
|
1282
1388
|
role: "dialog",
|
|
1283
1389
|
"aria-modal": "true",
|
|
@@ -1293,47 +1399,47 @@ function Ur({ active: e, editor: t, mermaidMode: n, onMermaidModeChange: r, read
|
|
|
1293
1399
|
className: "markweave-mermaid-fullscreen-control",
|
|
1294
1400
|
"aria-label": "Zoom out",
|
|
1295
1401
|
"data-testid": "markweave-mermaid-fullscreen-zoom-out",
|
|
1296
|
-
onMouseEnter: () =>
|
|
1297
|
-
onMouseLeave: () =>
|
|
1298
|
-
onFocus: () =>
|
|
1299
|
-
onBlur: () =>
|
|
1300
|
-
onClick: () =>
|
|
1301
|
-
children: /* @__PURE__ */ Z(
|
|
1402
|
+
onMouseEnter: () => M("zoom-out"),
|
|
1403
|
+
onMouseLeave: () => M(null),
|
|
1404
|
+
onFocus: () => M("zoom-out"),
|
|
1405
|
+
onBlur: () => M(null),
|
|
1406
|
+
onClick: () => Ee(-Tn),
|
|
1407
|
+
children: /* @__PURE__ */ Z(Qr, { icon: "zoomOut" })
|
|
1302
1408
|
}),
|
|
1303
1409
|
/* @__PURE__ */ Z("span", {
|
|
1304
1410
|
className: "markweave-mermaid-fullscreen-zoom-label",
|
|
1305
1411
|
"data-testid": "markweave-mermaid-fullscreen-zoom-label",
|
|
1306
|
-
children:
|
|
1412
|
+
children: fn(k.scale)
|
|
1307
1413
|
}),
|
|
1308
1414
|
/* @__PURE__ */ Z("button", {
|
|
1309
1415
|
type: "button",
|
|
1310
1416
|
className: "markweave-mermaid-fullscreen-control",
|
|
1311
1417
|
"aria-label": "Zoom in",
|
|
1312
1418
|
"data-testid": "markweave-mermaid-fullscreen-zoom-in",
|
|
1313
|
-
onMouseEnter: () =>
|
|
1314
|
-
onMouseLeave: () =>
|
|
1315
|
-
onFocus: () =>
|
|
1316
|
-
onBlur: () =>
|
|
1317
|
-
onClick: () =>
|
|
1318
|
-
children: /* @__PURE__ */ Z(
|
|
1419
|
+
onMouseEnter: () => M("zoom-in"),
|
|
1420
|
+
onMouseLeave: () => M(null),
|
|
1421
|
+
onFocus: () => M("zoom-in"),
|
|
1422
|
+
onBlur: () => M(null),
|
|
1423
|
+
onClick: () => Ee(Tn),
|
|
1424
|
+
children: /* @__PURE__ */ Z(Qr, { icon: "zoomIn" })
|
|
1319
1425
|
}),
|
|
1320
1426
|
/* @__PURE__ */ Z("button", {
|
|
1321
1427
|
type: "button",
|
|
1322
1428
|
className: "markweave-mermaid-fullscreen-control",
|
|
1323
1429
|
"aria-label": "Reset zoom",
|
|
1324
1430
|
"data-testid": "markweave-mermaid-fullscreen-reset",
|
|
1325
|
-
onMouseEnter: () =>
|
|
1326
|
-
onMouseLeave: () =>
|
|
1327
|
-
onFocus: () =>
|
|
1328
|
-
onBlur: () =>
|
|
1329
|
-
onClick:
|
|
1330
|
-
children: /* @__PURE__ */ Z(
|
|
1431
|
+
onMouseEnter: () => M("reset"),
|
|
1432
|
+
onMouseLeave: () => M(null),
|
|
1433
|
+
onFocus: () => M("reset"),
|
|
1434
|
+
onBlur: () => M(null),
|
|
1435
|
+
onClick: De,
|
|
1436
|
+
children: /* @__PURE__ */ Z(Qr, { icon: "reset" })
|
|
1331
1437
|
}),
|
|
1332
|
-
|
|
1438
|
+
j ? /* @__PURE__ */ Z("span", {
|
|
1333
1439
|
className: "markweave-mermaid-fullscreen-tooltip",
|
|
1334
1440
|
role: "tooltip",
|
|
1335
1441
|
"data-testid": "markweave-mermaid-fullscreen-tooltip",
|
|
1336
|
-
children:
|
|
1442
|
+
children: j === "zoom-out" ? "Zoom out" : j === "zoom-in" ? "Zoom in" : "Reset"
|
|
1337
1443
|
}) : null
|
|
1338
1444
|
]
|
|
1339
1445
|
}),
|
|
@@ -1342,29 +1448,29 @@ function Ur({ active: e, editor: t, mermaidMode: n, onMermaidModeChange: r, read
|
|
|
1342
1448
|
className: "markweave-mermaid-fullscreen-close",
|
|
1343
1449
|
"aria-label": "Close fullscreen Mermaid preview",
|
|
1344
1450
|
"data-testid": "markweave-mermaid-fullscreen-close",
|
|
1345
|
-
onClick:
|
|
1346
|
-
children: /* @__PURE__ */ Z(
|
|
1451
|
+
onClick: Te,
|
|
1452
|
+
children: /* @__PURE__ */ Z(Qr, { icon: "close" })
|
|
1347
1453
|
}),
|
|
1348
1454
|
/* @__PURE__ */ Z("div", {
|
|
1349
1455
|
className: "markweave-mermaid-fullscreen-viewport",
|
|
1350
1456
|
"data-testid": "markweave-mermaid-fullscreen-viewport",
|
|
1351
|
-
"data-dragging":
|
|
1352
|
-
onWheel:
|
|
1353
|
-
onMouseDown:
|
|
1354
|
-
onMouseMove:
|
|
1355
|
-
onMouseUp:
|
|
1356
|
-
onMouseLeave:
|
|
1457
|
+
"data-dragging": ee ? "true" : "false",
|
|
1458
|
+
onWheel: Oe,
|
|
1459
|
+
onMouseDown: ke,
|
|
1460
|
+
onMouseMove: Ae,
|
|
1461
|
+
onMouseUp: q,
|
|
1462
|
+
onMouseLeave: q,
|
|
1357
1463
|
children: /* @__PURE__ */ Z("div", {
|
|
1358
1464
|
className: "markweave-mermaid-fullscreen-content",
|
|
1359
1465
|
"data-testid": "markweave-mermaid-fullscreen-content",
|
|
1360
|
-
"data-scale-percent": Math.round(
|
|
1361
|
-
"data-translate": `${Math.round(
|
|
1466
|
+
"data-scale-percent": Math.round(k.scale * 100),
|
|
1467
|
+
"data-translate": `${Math.round(k.translateX)},${Math.round(k.translateY)}`,
|
|
1362
1468
|
style: {
|
|
1363
|
-
width: `${
|
|
1364
|
-
height: `${
|
|
1365
|
-
transform: `translate(${
|
|
1469
|
+
width: `${k.width}px`,
|
|
1470
|
+
height: `${k.height}px`,
|
|
1471
|
+
transform: `translate(${k.translateX}px, ${k.translateY}px) scale(${k.scale})`
|
|
1366
1472
|
},
|
|
1367
|
-
dangerouslySetInnerHTML: { __html:
|
|
1473
|
+
dangerouslySetInnerHTML: { __html: k.svg }
|
|
1368
1474
|
})
|
|
1369
1475
|
})
|
|
1370
1476
|
]
|
|
@@ -1374,25 +1480,25 @@ function Ur({ active: e, editor: t, mermaidMode: n, onMermaidModeChange: r, read
|
|
|
1374
1480
|
}
|
|
1375
1481
|
//#endregion
|
|
1376
1482
|
//#region src/ui/floating-toolbar/FloatingToolbar.tsx
|
|
1377
|
-
var
|
|
1378
|
-
function
|
|
1483
|
+
var ei = n("zh");
|
|
1484
|
+
function ti() {
|
|
1379
1485
|
return typeof performance > "u" ? Date.now() : performance.now();
|
|
1380
1486
|
}
|
|
1381
|
-
function
|
|
1487
|
+
function ni(e, t) {
|
|
1382
1488
|
return {
|
|
1383
1489
|
"--markweave-toolbar-motion-duration": `${e.motionDurationMs}ms`,
|
|
1384
1490
|
"--markweave-toolbar-motion-easing": e.motionEasing,
|
|
1385
1491
|
marginLeft: t === 0 ? void 0 : `${t}px`
|
|
1386
1492
|
};
|
|
1387
1493
|
}
|
|
1388
|
-
function
|
|
1494
|
+
function ri(e, t) {
|
|
1389
1495
|
let n = e?.getBoundingClientRect().height ?? 0, r = t?.getBoundingClientRect().height ?? 0;
|
|
1390
1496
|
return Math.max(n, r, 44);
|
|
1391
1497
|
}
|
|
1392
|
-
function
|
|
1498
|
+
function ii(e) {
|
|
1393
1499
|
if (e !== null) return { "--markweave-floating-toolbar-tooltip-left": `${e}px` };
|
|
1394
1500
|
}
|
|
1395
|
-
function
|
|
1501
|
+
function ai(e, t, n, r) {
|
|
1396
1502
|
let i = {
|
|
1397
1503
|
bottom: t + r,
|
|
1398
1504
|
height: r,
|
|
@@ -1408,26 +1514,26 @@ function Yr(e, t, n, r) {
|
|
|
1408
1514
|
toJSON: () => i
|
|
1409
1515
|
};
|
|
1410
1516
|
}
|
|
1411
|
-
function
|
|
1517
|
+
function oi(e) {
|
|
1412
1518
|
return e.width > 0 && e.height > 0;
|
|
1413
1519
|
}
|
|
1414
|
-
function
|
|
1520
|
+
function si(e) {
|
|
1415
1521
|
let t = Math.min(...e.map((e) => e.left)), n = Math.min(...e.map((e) => e.top)), r = Math.max(...e.map((e) => e.right)), i = Math.max(...e.map((e) => e.bottom));
|
|
1416
|
-
return
|
|
1522
|
+
return ai(t, n, r - t, i - n);
|
|
1417
1523
|
}
|
|
1418
|
-
function
|
|
1524
|
+
function ci(e, t) {
|
|
1419
1525
|
let n = e.view.dom.ownerDocument.defaultView?.Node.ELEMENT_NODE ?? 1, r = (t) => t ? e.view.dom.contains(t.nodeType === n ? t : t.parentNode) : !1;
|
|
1420
1526
|
return r(t.anchorNode) && r(t.focusNode);
|
|
1421
1527
|
}
|
|
1422
|
-
function
|
|
1528
|
+
function li(e) {
|
|
1423
1529
|
if (typeof e.getClientRects != "function") return null;
|
|
1424
|
-
let t = Array.from(e.getClientRects()).filter(
|
|
1530
|
+
let t = Array.from(e.getClientRects()).filter(oi).map((e) => ai(e.left, e.top, e.width, e.height));
|
|
1425
1531
|
if (t.length > 0) return t;
|
|
1426
1532
|
if (typeof e.getBoundingClientRect != "function") return null;
|
|
1427
1533
|
let n = e.getBoundingClientRect();
|
|
1428
|
-
return
|
|
1534
|
+
return oi(n) ? [ai(n.left, n.top, n.width, n.height)] : null;
|
|
1429
1535
|
}
|
|
1430
|
-
function
|
|
1536
|
+
function ui(e, t) {
|
|
1431
1537
|
if (t.rangeCount === 0) return null;
|
|
1432
1538
|
let n = t.getRangeAt(0);
|
|
1433
1539
|
try {
|
|
@@ -1440,8 +1546,8 @@ function ei(e, t) {
|
|
|
1440
1546
|
return null;
|
|
1441
1547
|
}
|
|
1442
1548
|
}
|
|
1443
|
-
function
|
|
1444
|
-
let n =
|
|
1549
|
+
function di(e, t) {
|
|
1550
|
+
let n = ui(e, t);
|
|
1445
1551
|
if (!n) return !1;
|
|
1446
1552
|
let { selection: r } = e.state, i = {
|
|
1447
1553
|
from: Math.min(r.from, r.to),
|
|
@@ -1449,51 +1555,51 @@ function ti(e, t) {
|
|
|
1449
1555
|
};
|
|
1450
1556
|
return n.from === i.from && n.to === i.to;
|
|
1451
1557
|
}
|
|
1452
|
-
function
|
|
1558
|
+
function fi(e) {
|
|
1453
1559
|
let t = e.view.dom.ownerDocument.getSelection();
|
|
1454
|
-
return !t || t.rangeCount === 0 || t.isCollapsed || !
|
|
1560
|
+
return !t || t.rangeCount === 0 || t.isCollapsed || !ci(e, t) || !di(e, t) ? null : li(t.getRangeAt(0));
|
|
1455
1561
|
}
|
|
1456
|
-
function
|
|
1562
|
+
function pi(e) {
|
|
1457
1563
|
let { selection: t } = e.state;
|
|
1458
1564
|
if (t.empty) return null;
|
|
1459
1565
|
let n = Math.min(t.from, t.to), r = Math.max(t.from, t.to);
|
|
1460
1566
|
try {
|
|
1461
1567
|
let t = e.view.domAtPos(n), i = e.view.domAtPos(r), a = e.view.dom.ownerDocument.createRange();
|
|
1462
|
-
return a.setStart(t.node, t.offset), a.setEnd(i.node, i.offset),
|
|
1568
|
+
return a.setStart(t.node, t.offset), a.setEnd(i.node, i.offset), li(a);
|
|
1463
1569
|
} catch {
|
|
1464
1570
|
return null;
|
|
1465
1571
|
}
|
|
1466
1572
|
}
|
|
1467
|
-
function
|
|
1573
|
+
function mi(e) {
|
|
1468
1574
|
let { selection: t } = e.state;
|
|
1469
1575
|
if (t.empty) return null;
|
|
1470
|
-
let n = Math.min(t.from, t.to), r = Math.max(t.from, t.to), i = e.view.coordsAtPos(n), a = e.view.coordsAtPos(r, -1), o = Math.min(i.top, a.top), s = Math.max(i.bottom, a.bottom), c = Math.min(i.left, a.left), l =
|
|
1471
|
-
return
|
|
1576
|
+
let n = Math.min(t.from, t.to), r = Math.max(t.from, t.to), i = e.view.coordsAtPos(n), a = e.view.coordsAtPos(r, -1), o = Math.min(i.top, a.top), s = Math.max(i.bottom, a.bottom), c = Math.min(i.left, a.left), l = ai(c, o, Math.max(i.right, a.right) - c, s - o);
|
|
1577
|
+
return oi(l) ? [l] : null;
|
|
1472
1578
|
}
|
|
1473
|
-
function
|
|
1474
|
-
return
|
|
1579
|
+
function hi(e) {
|
|
1580
|
+
return fi(e) ?? pi(e) ?? mi(e);
|
|
1475
1581
|
}
|
|
1476
|
-
function
|
|
1477
|
-
let t =
|
|
1478
|
-
return t && t.length > 0 ?
|
|
1582
|
+
function gi(e) {
|
|
1583
|
+
let t = hi(e);
|
|
1584
|
+
return t && t.length > 0 ? si(t) : null;
|
|
1479
1585
|
}
|
|
1480
|
-
function
|
|
1586
|
+
function _i(e) {
|
|
1481
1587
|
return {
|
|
1482
|
-
getBoundingClientRect: () =>
|
|
1483
|
-
getClientRects: () =>
|
|
1588
|
+
getBoundingClientRect: () => gi(e) ?? ai(0, 0, 0, 0),
|
|
1589
|
+
getClientRects: () => hi(e) ?? []
|
|
1484
1590
|
};
|
|
1485
1591
|
}
|
|
1486
|
-
function
|
|
1592
|
+
function vi(e) {
|
|
1487
1593
|
return e === "block-type" || e === "link" || e === "color" || e === "more";
|
|
1488
1594
|
}
|
|
1489
|
-
function
|
|
1490
|
-
n?.(
|
|
1595
|
+
function yi(e, t, n) {
|
|
1596
|
+
n?.(Mn(e, t)), e.commands.focus();
|
|
1491
1597
|
}
|
|
1492
|
-
function
|
|
1493
|
-
let i =
|
|
1598
|
+
function bi({ editor: e, messages: t = ei, selectionSnapshot: n, onRewriteSelection: r }) {
|
|
1599
|
+
let i = W(() => Ln(t), [t]), a = lt(n, { editable: e.isEditable }), [o, s] = K(a), [c, l] = K(null), [u, d] = K(null), [f, p] = K(null), [m, h] = K(""), [g, _] = K(""), [v, y] = K(null), [b, x] = K(0), [S, C] = K(a.boundaryPadding), [w, T] = K("bottom"), E = G(0), D = G(null), O = G(null), k = G(null), A = G(null), j = Nn(e, o.variant, t), M = zn(j.find((e) => e.id === c) ?? null), ee = Xn(m), N = H(() => {
|
|
1494
1600
|
let t = D.current, n = e.view.dom.closest(".markweave-editor-frame");
|
|
1495
1601
|
if (!t || !(n instanceof HTMLElement)) return;
|
|
1496
|
-
let r = t.getBoundingClientRect(), i = n.getBoundingClientRect(), a =
|
|
1602
|
+
let r = t.getBoundingClientRect(), i = n.getBoundingClientRect(), a = ri(t, O.current), s = E.current, c = it({
|
|
1497
1603
|
toolbarRect: {
|
|
1498
1604
|
left: r.left - s,
|
|
1499
1605
|
top: r.top,
|
|
@@ -1507,7 +1613,7 @@ function ui({ editor: e, messages: t = Wr, selectionSnapshot: n, onRewriteSelect
|
|
|
1507
1613
|
height: i.height
|
|
1508
1614
|
},
|
|
1509
1615
|
boundaryPadding: o.boundaryPadding
|
|
1510
|
-
}), l =
|
|
1616
|
+
}), l = ot({
|
|
1511
1617
|
frameRect: {
|
|
1512
1618
|
left: i.left,
|
|
1513
1619
|
top: i.top,
|
|
@@ -1526,16 +1632,16 @@ function ui({ editor: e, messages: t = Wr, selectionSnapshot: n, onRewriteSelect
|
|
|
1526
1632
|
e.view.dom,
|
|
1527
1633
|
o.boundaryPadding,
|
|
1528
1634
|
o.offset
|
|
1529
|
-
]),
|
|
1635
|
+
]), P = H(() => {
|
|
1530
1636
|
D.current && (D.current.style.visibility = "hidden", D.current.style.opacity = "0");
|
|
1531
|
-
}, []),
|
|
1532
|
-
|
|
1533
|
-
}, [
|
|
1637
|
+
}, []), F = H(() => {
|
|
1638
|
+
N();
|
|
1639
|
+
}, [N]), te = H(() => _i(e), [e]), I = H((e) => {
|
|
1534
1640
|
k.current = e;
|
|
1535
|
-
}, []),
|
|
1641
|
+
}, []), L = H(() => {
|
|
1536
1642
|
let t = D.current, n = k.current, r = e.view.dom.closest(".markweave-editor-frame");
|
|
1537
1643
|
if (!f || !t || !n) return;
|
|
1538
|
-
let i = t.getBoundingClientRect(), a = n.getBoundingClientRect(), s = r?.getBoundingClientRect() ?? null, c =
|
|
1644
|
+
let i = t.getBoundingClientRect(), a = n.getBoundingClientRect(), s = r?.getBoundingClientRect() ?? null, c = at({
|
|
1539
1645
|
toolbarRect: i,
|
|
1540
1646
|
popoverSize: a,
|
|
1541
1647
|
viewport: {
|
|
@@ -1551,19 +1657,19 @@ function ui({ editor: e, messages: t = Wr, selectionSnapshot: n, onRewriteSelect
|
|
|
1551
1657
|
e.view.dom,
|
|
1552
1658
|
f,
|
|
1553
1659
|
o.boundaryPadding
|
|
1554
|
-
]),
|
|
1555
|
-
...
|
|
1556
|
-
onShow:
|
|
1557
|
-
onUpdate:
|
|
1660
|
+
]), ne = W(() => ({
|
|
1661
|
+
...ct(o, { topBoundaryPadding: S }),
|
|
1662
|
+
onShow: P,
|
|
1663
|
+
onUpdate: F
|
|
1558
1664
|
}), [
|
|
1665
|
+
P,
|
|
1559
1666
|
F,
|
|
1560
|
-
ee,
|
|
1561
1667
|
o,
|
|
1562
1668
|
S
|
|
1563
1669
|
]);
|
|
1564
1670
|
U(() => {
|
|
1565
|
-
let e =
|
|
1566
|
-
s((t) =>
|
|
1671
|
+
let e = ti();
|
|
1672
|
+
s((t) => ft(t, a, e));
|
|
1567
1673
|
}, [
|
|
1568
1674
|
a.hiddenReason,
|
|
1569
1675
|
a.motionDurationMs,
|
|
@@ -1577,8 +1683,8 @@ function ui({ editor: e, messages: t = Wr, selectionSnapshot: n, onRewriteSelect
|
|
|
1577
1683
|
a.visibility
|
|
1578
1684
|
]), U(() => {
|
|
1579
1685
|
if (o.motionStartedAtMs === null || o.motionDurationMs <= 0) return;
|
|
1580
|
-
let e = Math.max(0, o.motionStartedAtMs + o.motionDurationMs -
|
|
1581
|
-
s((e) =>
|
|
1686
|
+
let e = Math.max(0, o.motionStartedAtMs + o.motionDurationMs - ti()), t = window.setTimeout(() => {
|
|
1687
|
+
s((e) => nt(e, ti()));
|
|
1582
1688
|
}, e);
|
|
1583
1689
|
return () => {
|
|
1584
1690
|
window.clearTimeout(t);
|
|
@@ -1587,17 +1693,17 @@ function ui({ editor: e, messages: t = Wr, selectionSnapshot: n, onRewriteSelect
|
|
|
1587
1693
|
o.motionDurationMs,
|
|
1588
1694
|
o.motionPhase,
|
|
1589
1695
|
o.motionStartedAtMs
|
|
1590
|
-
]),
|
|
1696
|
+
]), ve(() => {
|
|
1591
1697
|
if (o.visibility !== "visible") {
|
|
1592
1698
|
E.current = 0, D.current && (D.current.style.marginLeft = "", D.current.style.visibility = "hidden", D.current.style.opacity = "0"), x(0), C(o.boundaryPadding);
|
|
1593
1699
|
return;
|
|
1594
1700
|
}
|
|
1595
|
-
let e =
|
|
1701
|
+
let e = An(N);
|
|
1596
1702
|
return e.schedule(), window.addEventListener("resize", e.schedule), window.addEventListener("scroll", e.schedule, !0), () => {
|
|
1597
1703
|
e.cancel(), window.removeEventListener("resize", e.schedule), window.removeEventListener("scroll", e.schedule, !0);
|
|
1598
1704
|
};
|
|
1599
1705
|
}, [
|
|
1600
|
-
|
|
1706
|
+
N,
|
|
1601
1707
|
e.view.dom,
|
|
1602
1708
|
f,
|
|
1603
1709
|
n?.from,
|
|
@@ -1605,13 +1711,13 @@ function ui({ editor: e, messages: t = Wr, selectionSnapshot: n, onRewriteSelect
|
|
|
1605
1711
|
o.variant,
|
|
1606
1712
|
o.visibility,
|
|
1607
1713
|
j.length
|
|
1608
|
-
]),
|
|
1714
|
+
]), ve(() => {
|
|
1609
1715
|
if (!f) return;
|
|
1610
|
-
let e =
|
|
1716
|
+
let e = An(L);
|
|
1611
1717
|
return e.schedule(), window.addEventListener("resize", e.schedule), window.addEventListener("scroll", e.schedule, !0), () => {
|
|
1612
1718
|
e.cancel(), window.removeEventListener("resize", e.schedule), window.removeEventListener("scroll", e.schedule, !0);
|
|
1613
1719
|
};
|
|
1614
|
-
}, [f,
|
|
1720
|
+
}, [f, L]), U(() => {
|
|
1615
1721
|
f === "more" && i.some((e) => e.id === c) || j.some((e) => e.id === c) || (l(null), d(null));
|
|
1616
1722
|
}, [
|
|
1617
1723
|
i,
|
|
@@ -1635,11 +1741,11 @@ function ui({ editor: e, messages: t = Wr, selectionSnapshot: n, onRewriteSelect
|
|
|
1635
1741
|
});
|
|
1636
1742
|
return () => window.cancelAnimationFrame(e);
|
|
1637
1743
|
}, [f]);
|
|
1638
|
-
let
|
|
1639
|
-
if (
|
|
1744
|
+
let re = (t) => {
|
|
1745
|
+
if (vi(t.id)) {
|
|
1640
1746
|
let n = t.id;
|
|
1641
1747
|
if (n === "link") {
|
|
1642
|
-
let t =
|
|
1748
|
+
let t = Fn(e);
|
|
1643
1749
|
h(t), _(t), y({
|
|
1644
1750
|
from: Math.min(e.state.selection.from, e.state.selection.to),
|
|
1645
1751
|
to: Math.max(e.state.selection.from, e.state.selection.to)
|
|
@@ -1649,23 +1755,23 @@ function ui({ editor: e, messages: t = Wr, selectionSnapshot: n, onRewriteSelect
|
|
|
1649
1755
|
return;
|
|
1650
1756
|
}
|
|
1651
1757
|
if (p(null), t.id === "improve") {
|
|
1652
|
-
|
|
1758
|
+
yi(e, "rewrite-selection", r);
|
|
1653
1759
|
return;
|
|
1654
1760
|
}
|
|
1655
1761
|
t.run(), e.commands.focus();
|
|
1656
|
-
},
|
|
1762
|
+
}, R = () => {
|
|
1657
1763
|
p(null), e.commands.focus();
|
|
1658
|
-
}, re = () => {
|
|
1659
|
-
v && e.commands.setTextSelection(v);
|
|
1660
1764
|
}, ie = () => {
|
|
1661
|
-
|
|
1765
|
+
v && e.commands.setTextSelection(v);
|
|
1662
1766
|
}, ae = () => {
|
|
1663
|
-
|
|
1664
|
-
|
|
1767
|
+
ie(), jn(e, m) && R();
|
|
1768
|
+
}, z = () => {
|
|
1769
|
+
if (ie(), Gn(e)) {
|
|
1770
|
+
h(""), _(""), R();
|
|
1665
1771
|
return;
|
|
1666
1772
|
}
|
|
1667
1773
|
m.trim() && h("");
|
|
1668
|
-
},
|
|
1774
|
+
}, oe = (e, t) => {
|
|
1669
1775
|
if (l(e), !e || !t || !O.current) {
|
|
1670
1776
|
d(null);
|
|
1671
1777
|
return;
|
|
@@ -1673,64 +1779,64 @@ function ui({ editor: e, messages: t = Wr, selectionSnapshot: n, onRewriteSelect
|
|
|
1673
1779
|
let n = t.getBoundingClientRect(), r = O.current.getBoundingClientRect();
|
|
1674
1780
|
d(n.left + n.width / 2 - r.left);
|
|
1675
1781
|
};
|
|
1676
|
-
return /* @__PURE__ */ Z(
|
|
1782
|
+
return /* @__PURE__ */ Z(kn, {
|
|
1677
1783
|
ref: D,
|
|
1678
1784
|
editor: e,
|
|
1679
1785
|
className: `markweave-floating-toolbar markweave-floating-toolbar--${o.variant} markweave-floating-toolbar--motion-${o.motionPhase}`,
|
|
1680
1786
|
"data-motion": o.motionPhase,
|
|
1681
|
-
"data-position-strategy":
|
|
1787
|
+
"data-position-strategy": ne.strategy,
|
|
1682
1788
|
"data-boundary-padding": o.boundaryPadding,
|
|
1683
1789
|
"data-popover-placement": f ? w : void 0,
|
|
1684
1790
|
"data-testid": "markweave-floating-toolbar",
|
|
1685
|
-
style:
|
|
1791
|
+
style: ni(o, b),
|
|
1686
1792
|
updateDelay: 0,
|
|
1687
|
-
getReferencedVirtualElement:
|
|
1688
|
-
options:
|
|
1689
|
-
shouldShow: ({ editor: e }) => e.isEditable &&
|
|
1793
|
+
getReferencedVirtualElement: te,
|
|
1794
|
+
options: ne,
|
|
1795
|
+
shouldShow: ({ editor: e }) => e.isEditable && dt(st(e)),
|
|
1690
1796
|
children: /* @__PURE__ */ Q("div", {
|
|
1691
1797
|
ref: O,
|
|
1692
1798
|
className: "markweave-floating-toolbar-content",
|
|
1693
1799
|
"data-menu": f ?? "none",
|
|
1694
1800
|
children: [
|
|
1695
|
-
j.map((e, t) => /* @__PURE__ */ Z(
|
|
1801
|
+
j.map((e, t) => /* @__PURE__ */ Z(Si, {
|
|
1696
1802
|
button: e,
|
|
1697
1803
|
expanded: f === e.id,
|
|
1698
1804
|
showDivider: t > 0 && j[t - 1].group !== e.group,
|
|
1699
1805
|
tooltipActive: c === e.id,
|
|
1700
|
-
onPointerDown:
|
|
1701
|
-
onTooltipChange:
|
|
1702
|
-
onRun:
|
|
1806
|
+
onPointerDown: Wn,
|
|
1807
|
+
onTooltipChange: oe,
|
|
1808
|
+
onRun: re
|
|
1703
1809
|
}, e.id)),
|
|
1704
|
-
f === "block-type" ? /* @__PURE__ */ Z(
|
|
1810
|
+
f === "block-type" ? /* @__PURE__ */ Z(wi, {
|
|
1705
1811
|
editor: e,
|
|
1706
1812
|
messages: t,
|
|
1707
|
-
onPopoverRef:
|
|
1813
|
+
onPopoverRef: I,
|
|
1708
1814
|
onClose: () => p(null)
|
|
1709
1815
|
}) : null,
|
|
1710
|
-
f === "link" ? /* @__PURE__ */ Z(
|
|
1816
|
+
f === "link" ? /* @__PURE__ */ Z(xi, {
|
|
1711
1817
|
inputRef: A,
|
|
1712
1818
|
messages: t,
|
|
1713
1819
|
value: m,
|
|
1714
|
-
canApply: !!
|
|
1715
|
-
canOpen: !!
|
|
1820
|
+
canApply: !!ee,
|
|
1821
|
+
canOpen: !!ee,
|
|
1716
1822
|
canRemove: !!(g || m.trim()),
|
|
1717
1823
|
onValueChange: h,
|
|
1718
|
-
onApply:
|
|
1719
|
-
onOpen: () =>
|
|
1720
|
-
onRemove:
|
|
1721
|
-
onPopoverRef:
|
|
1824
|
+
onApply: ae,
|
|
1825
|
+
onOpen: () => Un(m),
|
|
1826
|
+
onRemove: z,
|
|
1827
|
+
onPopoverRef: I
|
|
1722
1828
|
}) : null,
|
|
1723
|
-
f === "color" ? /* @__PURE__ */ Z(
|
|
1829
|
+
f === "color" ? /* @__PURE__ */ Z(Ei, {
|
|
1724
1830
|
editor: e,
|
|
1725
1831
|
messages: t,
|
|
1726
|
-
onPopoverRef:
|
|
1832
|
+
onPopoverRef: I,
|
|
1727
1833
|
onClose: () => p(null)
|
|
1728
1834
|
}) : null,
|
|
1729
|
-
f === "more" ? /* @__PURE__ */ Z(
|
|
1835
|
+
f === "more" ? /* @__PURE__ */ Z(Oi, {
|
|
1730
1836
|
editor: e,
|
|
1731
1837
|
messages: t,
|
|
1732
1838
|
activeTooltipId: c,
|
|
1733
|
-
onPopoverRef:
|
|
1839
|
+
onPopoverRef: I,
|
|
1734
1840
|
onTooltipChange: l,
|
|
1735
1841
|
onClose: () => p(null)
|
|
1736
1842
|
}) : null,
|
|
@@ -1740,15 +1846,15 @@ function ui({ editor: e, messages: t = Wr, selectionSnapshot: n, onRewriteSelect
|
|
|
1740
1846
|
"data-testid": "markweave-floating-toolbar-tooltip",
|
|
1741
1847
|
"data-button-id": M.buttonId,
|
|
1742
1848
|
"data-active": M.active,
|
|
1743
|
-
style:
|
|
1849
|
+
style: ii(u),
|
|
1744
1850
|
children: M.label
|
|
1745
1851
|
}) : null
|
|
1746
1852
|
]
|
|
1747
1853
|
})
|
|
1748
1854
|
});
|
|
1749
1855
|
}
|
|
1750
|
-
function
|
|
1751
|
-
let d =
|
|
1856
|
+
function xi({ inputRef: e, messages: t, value: n, canApply: r, canOpen: i, canRemove: a, onValueChange: o, onApply: s, onOpen: c, onRemove: l, onPopoverRef: u }) {
|
|
1857
|
+
let d = In(t);
|
|
1752
1858
|
return /* @__PURE__ */ Q("form", {
|
|
1753
1859
|
ref: u,
|
|
1754
1860
|
className: "markweave-floating-toolbar-popover markweave-floating-toolbar-link-popover",
|
|
@@ -1771,7 +1877,7 @@ function di({ inputRef: e, messages: t, value: n, canApply: r, canOpen: i, canRe
|
|
|
1771
1877
|
"aria-label": d.applyLink,
|
|
1772
1878
|
"data-testid": "markweave-floating-toolbar-link-apply",
|
|
1773
1879
|
disabled: !r,
|
|
1774
|
-
onMouseDown:
|
|
1880
|
+
onMouseDown: Wn,
|
|
1775
1881
|
children: /* @__PURE__ */ Z($, { name: "corner-down-left" })
|
|
1776
1882
|
}),
|
|
1777
1883
|
/* @__PURE__ */ Z("span", {
|
|
@@ -1783,7 +1889,7 @@ function di({ inputRef: e, messages: t, value: n, canApply: r, canOpen: i, canRe
|
|
|
1783
1889
|
"aria-label": d.openLink,
|
|
1784
1890
|
"data-testid": "markweave-floating-toolbar-link-open",
|
|
1785
1891
|
disabled: !i,
|
|
1786
|
-
onMouseDown:
|
|
1892
|
+
onMouseDown: Wn,
|
|
1787
1893
|
onClick: c,
|
|
1788
1894
|
children: /* @__PURE__ */ Z($, { name: "external-link" })
|
|
1789
1895
|
}),
|
|
@@ -1792,7 +1898,7 @@ function di({ inputRef: e, messages: t, value: n, canApply: r, canOpen: i, canRe
|
|
|
1792
1898
|
"aria-label": d.removeLink,
|
|
1793
1899
|
"data-testid": "markweave-floating-toolbar-link-remove",
|
|
1794
1900
|
disabled: !a,
|
|
1795
|
-
onMouseDown:
|
|
1901
|
+
onMouseDown: Wn,
|
|
1796
1902
|
onClick: l,
|
|
1797
1903
|
children: /* @__PURE__ */ Z($, { name: "trash" })
|
|
1798
1904
|
})
|
|
@@ -1800,7 +1906,7 @@ function di({ inputRef: e, messages: t, value: n, canApply: r, canOpen: i, canRe
|
|
|
1800
1906
|
})]
|
|
1801
1907
|
});
|
|
1802
1908
|
}
|
|
1803
|
-
function
|
|
1909
|
+
function Si({ button: e, expanded: t, showDivider: n, tooltipActive: r, onPointerDown: i, onTooltipChange: a, onRun: o }) {
|
|
1804
1910
|
return /* @__PURE__ */ Q(X, { children: [n ? /* @__PURE__ */ Z("span", {
|
|
1805
1911
|
className: "markweave-floating-toolbar-divider",
|
|
1806
1912
|
"aria-hidden": "true"
|
|
@@ -1808,7 +1914,7 @@ function fi({ button: e, expanded: t, showDivider: n, tooltipActive: r, onPointe
|
|
|
1808
1914
|
type: "button",
|
|
1809
1915
|
className: `markweave-floating-toolbar-button markweave-floating-toolbar-button--${e.id}`,
|
|
1810
1916
|
"aria-label": e.label,
|
|
1811
|
-
"aria-expanded":
|
|
1917
|
+
"aria-expanded": vi(e.id) ? t : void 0,
|
|
1812
1918
|
"data-active": e.active || t,
|
|
1813
1919
|
"data-tooltip-active": r ? "true" : "false",
|
|
1814
1920
|
"data-testid": `markweave-floating-toolbar-button-${e.id}`,
|
|
@@ -1818,13 +1924,13 @@ function fi({ button: e, expanded: t, showDivider: n, tooltipActive: r, onPointe
|
|
|
1818
1924
|
onMouseEnter: (t) => a(e.id, t.currentTarget),
|
|
1819
1925
|
onMouseLeave: () => a(null),
|
|
1820
1926
|
onClick: () => o(e),
|
|
1821
|
-
children: /* @__PURE__ */ Z(
|
|
1927
|
+
children: /* @__PURE__ */ Z(Ci, {
|
|
1822
1928
|
button: e,
|
|
1823
1929
|
expanded: t
|
|
1824
1930
|
})
|
|
1825
1931
|
})] });
|
|
1826
1932
|
}
|
|
1827
|
-
function
|
|
1933
|
+
function Ci({ button: e, expanded: t }) {
|
|
1828
1934
|
return e.id === "improve" ? /* @__PURE__ */ Q("span", {
|
|
1829
1935
|
className: "markweave-floating-toolbar-button-inner",
|
|
1830
1936
|
children: [/* @__PURE__ */ Z($, { name: "sparkles" }), /* @__PURE__ */ Z("span", { children: e.glyph })]
|
|
@@ -1842,8 +1948,8 @@ function pi({ button: e, expanded: t }) {
|
|
|
1842
1948
|
}), /* @__PURE__ */ Z($, { name: t ? "chevron-up" : "chevron-down" })]
|
|
1843
1949
|
}) : /* @__PURE__ */ Z($, { name: "more" });
|
|
1844
1950
|
}
|
|
1845
|
-
function
|
|
1846
|
-
let i =
|
|
1951
|
+
function wi({ editor: e, messages: t, onPopoverRef: n, onClose: r }) {
|
|
1952
|
+
let i = In(t), a = Bn(t);
|
|
1847
1953
|
return /* @__PURE__ */ Q("div", {
|
|
1848
1954
|
ref: n,
|
|
1849
1955
|
className: "markweave-floating-toolbar-popover markweave-floating-toolbar-turn-menu",
|
|
@@ -1853,48 +1959,48 @@ function mi({ editor: e, messages: t, onPopoverRef: n, onClose: r }) {
|
|
|
1853
1959
|
children: i.turnIntoTitle
|
|
1854
1960
|
}), a.map((t) => /* @__PURE__ */ Q("button", {
|
|
1855
1961
|
type: "button",
|
|
1856
|
-
"data-active":
|
|
1962
|
+
"data-active": Hn(e, t.id),
|
|
1857
1963
|
"data-testid": `markweave-floating-toolbar-turn-${t.id}`,
|
|
1858
|
-
onMouseDown:
|
|
1964
|
+
onMouseDown: Wn,
|
|
1859
1965
|
onClick: () => {
|
|
1860
|
-
|
|
1966
|
+
Yn(e, t.id), r();
|
|
1861
1967
|
},
|
|
1862
1968
|
children: [/* @__PURE__ */ Z("span", {
|
|
1863
1969
|
className: "markweave-floating-toolbar-menu-icon",
|
|
1864
|
-
children: /* @__PURE__ */ Z(
|
|
1970
|
+
children: /* @__PURE__ */ Z(Ti, { option: t })
|
|
1865
1971
|
}), /* @__PURE__ */ Z("span", { children: t.label })]
|
|
1866
1972
|
}, t.id))]
|
|
1867
1973
|
});
|
|
1868
1974
|
}
|
|
1869
|
-
function
|
|
1975
|
+
function Ti({ option: e }) {
|
|
1870
1976
|
return e.id === "paragraph" ? /* @__PURE__ */ Z($, { name: "text" }) : e.glyph === "bullet-list" || e.glyph === "numbered-list" || e.glyph === "todo-list" || e.glyph === "quote" || e.glyph === "code-block" ? /* @__PURE__ */ Z($, { name: e.glyph }) : /* @__PURE__ */ Z("span", { children: e.glyph });
|
|
1871
1977
|
}
|
|
1872
|
-
function
|
|
1873
|
-
let i =
|
|
1978
|
+
function Ei({ editor: e, messages: t, onPopoverRef: n, onClose: r }) {
|
|
1979
|
+
let i = In(t), a = e.getAttributes("textStyle").color, o = e.getAttributes("highlight").color;
|
|
1874
1980
|
return /* @__PURE__ */ Q("div", {
|
|
1875
1981
|
ref: n,
|
|
1876
1982
|
className: "markweave-floating-toolbar-popover markweave-floating-toolbar-color-popover",
|
|
1877
1983
|
"data-testid": "markweave-floating-toolbar-color-menu",
|
|
1878
|
-
children: [/* @__PURE__ */ Z(
|
|
1984
|
+
children: [/* @__PURE__ */ Z(Di, {
|
|
1879
1985
|
title: i.textColorTitle,
|
|
1880
1986
|
mode: "text",
|
|
1881
1987
|
activeColor: a ?? null,
|
|
1882
|
-
options:
|
|
1988
|
+
options: Rn(t),
|
|
1883
1989
|
onSelect: (t) => {
|
|
1884
|
-
|
|
1990
|
+
Jn(e, t), r();
|
|
1885
1991
|
}
|
|
1886
|
-
}), /* @__PURE__ */ Z(
|
|
1992
|
+
}), /* @__PURE__ */ Z(Di, {
|
|
1887
1993
|
title: i.highlightColorTitle,
|
|
1888
1994
|
mode: "highlight",
|
|
1889
1995
|
activeColor: o ?? null,
|
|
1890
|
-
options:
|
|
1996
|
+
options: Pn(t),
|
|
1891
1997
|
onSelect: (t) => {
|
|
1892
|
-
|
|
1998
|
+
qn(e, t), r();
|
|
1893
1999
|
}
|
|
1894
2000
|
})]
|
|
1895
2001
|
});
|
|
1896
2002
|
}
|
|
1897
|
-
function
|
|
2003
|
+
function Di({ title: e, mode: t, activeColor: n, options: r, onSelect: i }) {
|
|
1898
2004
|
return /* @__PURE__ */ Q("section", {
|
|
1899
2005
|
className: "markweave-floating-toolbar-color-section",
|
|
1900
2006
|
"aria-label": e,
|
|
@@ -1908,7 +2014,7 @@ function _i({ title: e, mode: t, activeColor: n, options: r, onSelect: i }) {
|
|
|
1908
2014
|
"aria-label": e.label,
|
|
1909
2015
|
"data-active": e.value === n || e.value === null && !n,
|
|
1910
2016
|
"data-testid": `markweave-floating-toolbar-${t}-${e.id}`,
|
|
1911
|
-
onMouseDown:
|
|
2017
|
+
onMouseDown: Wn,
|
|
1912
2018
|
onClick: () => i(e.value),
|
|
1913
2019
|
children: t === "text" ? /* @__PURE__ */ Z("span", {
|
|
1914
2020
|
className: "markweave-floating-toolbar-text-swatch",
|
|
@@ -1923,25 +2029,25 @@ function _i({ title: e, mode: t, activeColor: n, options: r, onSelect: i }) {
|
|
|
1923
2029
|
})]
|
|
1924
2030
|
});
|
|
1925
2031
|
}
|
|
1926
|
-
function
|
|
1927
|
-
let o =
|
|
2032
|
+
function Oi({ editor: e, messages: t, activeTooltipId: n, onPopoverRef: r, onTooltipChange: i, onClose: a }) {
|
|
2033
|
+
let o = Ln(t);
|
|
1928
2034
|
return /* @__PURE__ */ Z("div", {
|
|
1929
2035
|
ref: r,
|
|
1930
2036
|
className: "markweave-floating-toolbar-popover markweave-floating-toolbar-more-menu",
|
|
1931
2037
|
"data-testid": "markweave-floating-toolbar-more-menu",
|
|
1932
|
-
children: o.map((t, r) => /* @__PURE__ */ Z(
|
|
2038
|
+
children: o.map((t, r) => /* @__PURE__ */ Z(ki, {
|
|
1933
2039
|
action: t,
|
|
1934
|
-
active:
|
|
2040
|
+
active: Vn(e, t.id),
|
|
1935
2041
|
tooltipActive: n === t.id,
|
|
1936
2042
|
showDivider: r > 0 && o[r - 1].group !== t.group,
|
|
1937
2043
|
onTooltipChange: i,
|
|
1938
2044
|
onRun: () => {
|
|
1939
|
-
|
|
2045
|
+
Kn(e, t.id), a();
|
|
1940
2046
|
}
|
|
1941
2047
|
}, t.id))
|
|
1942
2048
|
});
|
|
1943
2049
|
}
|
|
1944
|
-
function
|
|
2050
|
+
function ki({ action: e, active: t, tooltipActive: n, showDivider: r, onTooltipChange: i, onRun: a }) {
|
|
1945
2051
|
return /* @__PURE__ */ Q(X, { children: [r ? /* @__PURE__ */ Z("span", {
|
|
1946
2052
|
className: "markweave-floating-toolbar-divider",
|
|
1947
2053
|
"aria-hidden": "true"
|
|
@@ -1953,11 +2059,11 @@ function yi({ action: e, active: t, tooltipActive: n, showDivider: r, onTooltipC
|
|
|
1953
2059
|
"data-active": t,
|
|
1954
2060
|
"data-tooltip-active": n ? "true" : "false",
|
|
1955
2061
|
"data-testid": `markweave-floating-toolbar-more-${e.id}`,
|
|
1956
|
-
onMouseDown:
|
|
2062
|
+
onMouseDown: Wn,
|
|
1957
2063
|
onMouseEnter: () => i(e.id),
|
|
1958
2064
|
onMouseLeave: () => i(null),
|
|
1959
2065
|
onClick: a,
|
|
1960
|
-
children: /* @__PURE__ */ Z(
|
|
2066
|
+
children: /* @__PURE__ */ Z(Ai, { id: e.id })
|
|
1961
2067
|
}), n ? /* @__PURE__ */ Z("div", {
|
|
1962
2068
|
className: "markweave-floating-toolbar-tooltip markweave-floating-toolbar-tooltip--more",
|
|
1963
2069
|
role: "tooltip",
|
|
@@ -1965,41 +2071,41 @@ function yi({ action: e, active: t, tooltipActive: n, showDivider: r, onTooltipC
|
|
|
1965
2071
|
}) : null]
|
|
1966
2072
|
})] });
|
|
1967
2073
|
}
|
|
1968
|
-
function
|
|
2074
|
+
function Ai({ id: e }) {
|
|
1969
2075
|
return e === "superscript" ? /* @__PURE__ */ Z($, { name: "superscript" }) : e === "subscript" ? /* @__PURE__ */ Z($, { name: "subscript" }) : e === "inline-math" ? /* @__PURE__ */ Z($, { name: "math" }) : Z($, { name: e });
|
|
1970
2076
|
}
|
|
1971
|
-
var
|
|
1972
|
-
sparkles:
|
|
2077
|
+
var ji = {
|
|
2078
|
+
sparkles: le,
|
|
1973
2079
|
"chevron-down": v,
|
|
1974
2080
|
"chevron-up": y,
|
|
1975
2081
|
"corner-down-left": C,
|
|
1976
2082
|
"external-link": T,
|
|
1977
2083
|
bold: p,
|
|
1978
|
-
italic:
|
|
2084
|
+
italic: P,
|
|
1979
2085
|
underline: he,
|
|
1980
|
-
strike:
|
|
2086
|
+
strike: ue,
|
|
1981
2087
|
"inline-code": x,
|
|
1982
|
-
link:
|
|
1983
|
-
more:
|
|
2088
|
+
link: te,
|
|
2089
|
+
more: R,
|
|
1984
2090
|
text: me,
|
|
1985
|
-
"bullet-list":
|
|
1986
|
-
"numbered-list":
|
|
1987
|
-
"todo-list":
|
|
1988
|
-
quote:
|
|
2091
|
+
"bullet-list": I,
|
|
2092
|
+
"numbered-list": ne,
|
|
2093
|
+
"todo-list": L,
|
|
2094
|
+
quote: z,
|
|
1989
2095
|
"code-block": m,
|
|
1990
|
-
superscript:
|
|
1991
|
-
subscript:
|
|
1992
|
-
math:
|
|
2096
|
+
superscript: fe,
|
|
2097
|
+
subscript: de,
|
|
2098
|
+
math: se,
|
|
1993
2099
|
"align-left": d,
|
|
1994
2100
|
"align-center": l,
|
|
1995
2101
|
"align-right": f,
|
|
1996
2102
|
"align-justify": u,
|
|
1997
2103
|
"decrease-indent": M,
|
|
1998
|
-
"increase-indent":
|
|
2104
|
+
"increase-indent": ee,
|
|
1999
2105
|
trash: pe
|
|
2000
2106
|
};
|
|
2001
2107
|
function $({ name: e }) {
|
|
2002
|
-
let t =
|
|
2108
|
+
let t = ji[e];
|
|
2003
2109
|
return /* @__PURE__ */ Z(t, {
|
|
2004
2110
|
"aria-hidden": "true",
|
|
2005
2111
|
absoluteStrokeWidth: !0,
|
|
@@ -2009,11 +2115,11 @@ function $({ name: e }) {
|
|
|
2009
2115
|
}
|
|
2010
2116
|
//#endregion
|
|
2011
2117
|
//#region src/ui/math/MathEditorPopover.tsx
|
|
2012
|
-
function
|
|
2013
|
-
let i =
|
|
2118
|
+
function Mi({ editor: e, messages: t, onClose: n, target: r }) {
|
|
2119
|
+
let i = G(null), a = G(null), [o, s] = K(r.latex), [c, l] = K(null), u = t.math, d = W(() => kt(e, r) ?? 1, [e, r]), f = W(() => At(e, r), [e, r]), p = W(() => o === r.latex && f ? {
|
|
2014
2120
|
html: f,
|
|
2015
2121
|
error: !1
|
|
2016
|
-
} :
|
|
2122
|
+
} : Pt(o, r.kind, e), [
|
|
2017
2123
|
e,
|
|
2018
2124
|
f,
|
|
2019
2125
|
r.kind,
|
|
@@ -2021,12 +2127,12 @@ function Si({ editor: e, messages: t, onClose: n, target: r }) {
|
|
|
2021
2127
|
o
|
|
2022
2128
|
]), m = o.trim().length > 0, h = H(() => {
|
|
2023
2129
|
if (typeof window > "u") return;
|
|
2024
|
-
let t =
|
|
2130
|
+
let t = Ot(e, r), i = e.view.dom.closest(".markweave-editor-frame")?.getBoundingClientRect();
|
|
2025
2131
|
if (!t || !i) {
|
|
2026
2132
|
n();
|
|
2027
2133
|
return;
|
|
2028
2134
|
}
|
|
2029
|
-
l(
|
|
2135
|
+
l(Dt({
|
|
2030
2136
|
anchorRect: t,
|
|
2031
2137
|
frameRect: i,
|
|
2032
2138
|
kind: r.kind,
|
|
@@ -2043,12 +2149,12 @@ function Si({ editor: e, messages: t, onClose: n, target: r }) {
|
|
|
2043
2149
|
U(() => {
|
|
2044
2150
|
s(r.latex);
|
|
2045
2151
|
}, [r.latex, r.pos]), U(() => {
|
|
2046
|
-
|
|
2152
|
+
Ft(e, r, !0), h();
|
|
2047
2153
|
let t = window.requestAnimationFrame(() => {
|
|
2048
2154
|
a.current?.focus({ preventScroll: !0 }), a.current?.select(), h();
|
|
2049
2155
|
});
|
|
2050
2156
|
return window.addEventListener("resize", h), window.addEventListener("scroll", h, !0), () => {
|
|
2051
|
-
window.cancelAnimationFrame(t), window.removeEventListener("resize", h), window.removeEventListener("scroll", h, !0),
|
|
2157
|
+
window.cancelAnimationFrame(t), window.removeEventListener("resize", h), window.removeEventListener("scroll", h, !0), Ft(e, r, !1);
|
|
2052
2158
|
};
|
|
2053
2159
|
}, [
|
|
2054
2160
|
e,
|
|
@@ -2063,7 +2169,7 @@ function Si({ editor: e, messages: t, onClose: n, target: r }) {
|
|
|
2063
2169
|
return document.addEventListener("mousedown", e), () => document.removeEventListener("mousedown", e);
|
|
2064
2170
|
}, [n]);
|
|
2065
2171
|
let _ = H(() => {
|
|
2066
|
-
m &&
|
|
2172
|
+
m && Et(e, r, o) && n();
|
|
2067
2173
|
}, [
|
|
2068
2174
|
m,
|
|
2069
2175
|
e,
|
|
@@ -2194,31 +2300,31 @@ function Si({ editor: e, messages: t, onClose: n, target: r }) {
|
|
|
2194
2300
|
}
|
|
2195
2301
|
//#endregion
|
|
2196
2302
|
//#region src/ui/slash-command/SlashCommandMenu.tsx
|
|
2197
|
-
var
|
|
2198
|
-
type:
|
|
2303
|
+
var Ni = n("zh"), Pi = {
|
|
2304
|
+
type: V,
|
|
2199
2305
|
"heading-1": D,
|
|
2200
2306
|
"heading-2": O,
|
|
2201
2307
|
"heading-3": k,
|
|
2202
|
-
"bullet-list":
|
|
2203
|
-
"ordered-list":
|
|
2204
|
-
"task-list":
|
|
2205
|
-
blockquote:
|
|
2308
|
+
"bullet-list": I,
|
|
2309
|
+
"ordered-list": ne,
|
|
2310
|
+
"task-list": L,
|
|
2311
|
+
blockquote: z,
|
|
2206
2312
|
"code-block": m,
|
|
2207
|
-
info:
|
|
2208
|
-
tip:
|
|
2313
|
+
info: N,
|
|
2314
|
+
tip: F,
|
|
2209
2315
|
warning: c,
|
|
2210
2316
|
error: b,
|
|
2211
2317
|
success: _,
|
|
2212
|
-
emoji:
|
|
2213
|
-
math:
|
|
2214
|
-
table:
|
|
2215
|
-
separator:
|
|
2318
|
+
emoji: ce,
|
|
2319
|
+
math: se,
|
|
2320
|
+
table: B,
|
|
2321
|
+
separator: re,
|
|
2216
2322
|
image: A,
|
|
2217
2323
|
video: _e,
|
|
2218
|
-
attachment:
|
|
2324
|
+
attachment: ie
|
|
2219
2325
|
};
|
|
2220
|
-
function
|
|
2221
|
-
let t =
|
|
2326
|
+
function Fi({ name: e }) {
|
|
2327
|
+
let t = Pi[e];
|
|
2222
2328
|
return /* @__PURE__ */ Z(t, {
|
|
2223
2329
|
"aria-hidden": "true",
|
|
2224
2330
|
absoluteStrokeWidth: !0,
|
|
@@ -2226,8 +2332,8 @@ function Ti({ name: e }) {
|
|
|
2226
2332
|
strokeWidth: 1.6
|
|
2227
2333
|
});
|
|
2228
2334
|
}
|
|
2229
|
-
function
|
|
2230
|
-
return !
|
|
2335
|
+
function Ii(e, t, n) {
|
|
2336
|
+
return !Vt(e) || !n ? {
|
|
2231
2337
|
visible: !1,
|
|
2232
2338
|
empty: !1,
|
|
2233
2339
|
activeIndex: -1
|
|
@@ -2241,17 +2347,17 @@ function Ei(e, t, n) {
|
|
|
2241
2347
|
activeIndex: Math.min(t.length - 1, Math.max(0, e.activeIndex))
|
|
2242
2348
|
};
|
|
2243
2349
|
}
|
|
2244
|
-
function
|
|
2350
|
+
function Li(e, t) {
|
|
2245
2351
|
return Object.values(t.slash.groups).map((t) => ({
|
|
2246
2352
|
group: t,
|
|
2247
2353
|
commands: e.filter((e) => e.group === t)
|
|
2248
2354
|
})).filter((e) => e.commands.length > 0);
|
|
2249
2355
|
}
|
|
2250
|
-
function
|
|
2356
|
+
function Ri(e, t) {
|
|
2251
2357
|
return t.slash.uploadKindLabels[e] ?? t.slash.uploadKindLabels.upload;
|
|
2252
2358
|
}
|
|
2253
|
-
function
|
|
2254
|
-
let [i, a] =
|
|
2359
|
+
function zi({ command: e, messages: t, onBack: n, onSelect: r }) {
|
|
2360
|
+
let [i, a] = K(""), [o, s] = K(0), c = W(() => {
|
|
2255
2361
|
let e = i.trim().toLowerCase();
|
|
2256
2362
|
return (e ? t.slash.emojiItems.filter((t) => [
|
|
2257
2363
|
t.emoji,
|
|
@@ -2317,9 +2423,9 @@ function ki({ command: e, messages: t, onBack: n, onSelect: r }) {
|
|
|
2317
2423
|
]
|
|
2318
2424
|
});
|
|
2319
2425
|
}
|
|
2320
|
-
function
|
|
2321
|
-
let a = e.uploadKind ?? "attachment", [o, s] =
|
|
2322
|
-
r(e, { uploadResult: await
|
|
2426
|
+
function Bi({ command: e, messages: t, onBack: n, onSelect: r, onUpload: i }) {
|
|
2427
|
+
let a = e.uploadKind ?? "attachment", [o, s] = K(""), [c, l] = K(null), [u, d] = K(null), [f, p] = K(!1), m = async (t) => {
|
|
2428
|
+
r(e, { uploadResult: await Se({
|
|
2323
2429
|
kind: a,
|
|
2324
2430
|
source: t,
|
|
2325
2431
|
trigger: "slash-command"
|
|
@@ -2339,7 +2445,7 @@ function Ai({ command: e, messages: t, onBack: n, onSelect: r, onUpload: i }) {
|
|
|
2339
2445
|
d(t.slash.uploadRequiredError);
|
|
2340
2446
|
return;
|
|
2341
2447
|
}
|
|
2342
|
-
await m(
|
|
2448
|
+
await m(be(o));
|
|
2343
2449
|
} catch (e) {
|
|
2344
2450
|
d(e instanceof Error ? e.message : t.slash.uploadFailedError);
|
|
2345
2451
|
} finally {
|
|
@@ -2357,7 +2463,7 @@ function Ai({ command: e, messages: t, onBack: n, onSelect: r, onUpload: i }) {
|
|
|
2357
2463
|
onMouseDown: (e) => e.preventDefault(),
|
|
2358
2464
|
onClick: n,
|
|
2359
2465
|
children: t.common.back
|
|
2360
|
-
}), /* @__PURE__ */ Z("span", { children:
|
|
2466
|
+
}), /* @__PURE__ */ Z("span", { children: Ri(a, t) })]
|
|
2361
2467
|
}),
|
|
2362
2468
|
/* @__PURE__ */ Q("label", {
|
|
2363
2469
|
className: "markweave-slash-upload-field",
|
|
@@ -2405,10 +2511,10 @@ function Ai({ command: e, messages: t, onBack: n, onSelect: r, onUpload: i }) {
|
|
|
2405
2511
|
]
|
|
2406
2512
|
});
|
|
2407
2513
|
}
|
|
2408
|
-
function
|
|
2409
|
-
let l =
|
|
2514
|
+
function Vi({ commands: e, messages: t = Ni, state: n, position: r, inputCommand: i, onActiveIndexChange: a, onInputCommandChange: o, onSelect: s, onUpload: c }) {
|
|
2515
|
+
let l = Ii(n, e, r);
|
|
2410
2516
|
if (!l.visible || !r) return null;
|
|
2411
|
-
let u =
|
|
2517
|
+
let u = Li(e, t), d = {
|
|
2412
2518
|
left: r.left,
|
|
2413
2519
|
top: r.top,
|
|
2414
2520
|
maxHeight: r.maxHeight,
|
|
@@ -2430,12 +2536,12 @@ function ji({ commands: e, messages: t = Ci, state: n, position: r, inputCommand
|
|
|
2430
2536
|
"aria-label": t.slash.ariaLabel,
|
|
2431
2537
|
"data-placement": r.placement,
|
|
2432
2538
|
"data-testid": "markweave-slash-menu",
|
|
2433
|
-
children: i?.inputKind === "emoji" ? /* @__PURE__ */ Z(
|
|
2539
|
+
children: i?.inputKind === "emoji" ? /* @__PURE__ */ Z(zi, {
|
|
2434
2540
|
command: i,
|
|
2435
2541
|
messages: t,
|
|
2436
2542
|
onBack: m,
|
|
2437
2543
|
onSelect: s
|
|
2438
|
-
}) : i?.inputKind === "upload" ? /* @__PURE__ */ Z(
|
|
2544
|
+
}) : i?.inputKind === "upload" ? /* @__PURE__ */ Z(Bi, {
|
|
2439
2545
|
command: i,
|
|
2440
2546
|
messages: t,
|
|
2441
2547
|
onBack: m,
|
|
@@ -2455,7 +2561,7 @@ function ji({ commands: e, messages: t = Ci, state: n, position: r, inputCommand
|
|
|
2455
2561
|
className: "markweave-slash-group-title",
|
|
2456
2562
|
children: t.group
|
|
2457
2563
|
}), t.commands.map((t) => {
|
|
2458
|
-
let n = e.indexOf(t), r = n === l.activeIndex, i =
|
|
2564
|
+
let n = e.indexOf(t), r = n === l.activeIndex, i = zt(t), o = !!t.disabled;
|
|
2459
2565
|
return /* @__PURE__ */ Q("button", {
|
|
2460
2566
|
type: "button",
|
|
2461
2567
|
role: "option",
|
|
@@ -2479,7 +2585,7 @@ function ji({ commands: e, messages: t = Ci, state: n, position: r, inputCommand
|
|
|
2479
2585
|
}
|
|
2480
2586
|
},
|
|
2481
2587
|
children: [
|
|
2482
|
-
/* @__PURE__ */ Z(
|
|
2588
|
+
/* @__PURE__ */ Z(Fi, { name: t.icon }),
|
|
2483
2589
|
/* @__PURE__ */ Z("span", { children: t.label }),
|
|
2484
2590
|
o && t.disabledReason ? /* @__PURE__ */ Z("small", { children: t.disabledReason }) : null
|
|
2485
2591
|
]
|
|
@@ -2491,38 +2597,38 @@ function ji({ commands: e, messages: t = Ci, state: n, position: r, inputCommand
|
|
|
2491
2597
|
}
|
|
2492
2598
|
//#endregion
|
|
2493
2599
|
//#region src/ui/table/TableControls.tsx
|
|
2494
|
-
var
|
|
2495
|
-
function
|
|
2496
|
-
let [s, c] =
|
|
2600
|
+
var Hi = n("zh");
|
|
2601
|
+
function Ui({ active: e, editor: t, interactionState: n = Qt, messages: r = Hi, onCopyPayload: i, onCommandResult: a, onEditWithAi: o }) {
|
|
2602
|
+
let [s, c] = K(null), [l, u] = K("row-edge"), [d, f] = K(null), [p, m] = K(null), [h, g] = K(null), [_, v] = K(null), [y, b] = K(null), x = G(null), S = G(null), C = G(null), w = G(null), T = G(null), E = e ? Xt(t.state) : null;
|
|
2497
2603
|
if (U(() => {
|
|
2498
2604
|
if (!y) return;
|
|
2499
2605
|
let e = window.setTimeout(() => {
|
|
2500
2606
|
b(null);
|
|
2501
|
-
},
|
|
2607
|
+
}, mr);
|
|
2502
2608
|
return () => {
|
|
2503
2609
|
window.clearTimeout(e);
|
|
2504
2610
|
};
|
|
2505
|
-
}, [y]),
|
|
2611
|
+
}, [y]), ve(() => {
|
|
2506
2612
|
if (!e) {
|
|
2507
2613
|
m(null), g(null), v(null), b(null);
|
|
2508
2614
|
return;
|
|
2509
2615
|
}
|
|
2510
2616
|
let r = () => {
|
|
2511
|
-
let e = t.view.dom.closest(".markweave-editor-frame") ?? t.view.dom.parentElement, r =
|
|
2617
|
+
let e = t.view.dom.closest(".markweave-editor-frame") ?? t.view.dom.parentElement, r = or(t, n, "row", E?.activeCellPos ?? null), i = or(t, n, "column", E?.activeCellPos ?? null), a = r ? ar(t, r) : null, o = i ? ar(t, i) : null, c = ir(t).length > 0 ? dr(t) : null;
|
|
2512
2618
|
if (!e) {
|
|
2513
2619
|
m(null), g(null), v(null);
|
|
2514
2620
|
return;
|
|
2515
2621
|
}
|
|
2516
2622
|
let u = e.getBoundingClientRect();
|
|
2517
|
-
a ? m(
|
|
2623
|
+
a ? m($n({
|
|
2518
2624
|
targetRect: a,
|
|
2519
2625
|
frameRect: u,
|
|
2520
2626
|
kind: "row"
|
|
2521
|
-
})) : s === "row" && l === "row-edge" || m(null), o ? g(
|
|
2627
|
+
})) : s === "row" && l === "row-edge" || m(null), o ? g($n({
|
|
2522
2628
|
targetRect: o,
|
|
2523
2629
|
frameRect: u,
|
|
2524
2630
|
kind: "column"
|
|
2525
|
-
})) : s === "column" && l === "column-edge" || g(null), c ? v(
|
|
2631
|
+
})) : s === "column" && l === "column-edge" || g(null), c ? v($n({
|
|
2526
2632
|
targetRect: c,
|
|
2527
2633
|
frameRect: u,
|
|
2528
2634
|
kind: "selection"
|
|
@@ -2542,7 +2648,7 @@ function Ni({ active: e, editor: t, interactionState: n = Xt, messages: r = Mi,
|
|
|
2542
2648
|
n.hoverVisualRowIndex,
|
|
2543
2649
|
l,
|
|
2544
2650
|
s
|
|
2545
|
-
]),
|
|
2651
|
+
]), ve(() => {
|
|
2546
2652
|
if (!e || !s) {
|
|
2547
2653
|
f(null);
|
|
2548
2654
|
return;
|
|
@@ -2553,12 +2659,12 @@ function Ni({ active: e, editor: t, interactionState: n = Xt, messages: r = Mi,
|
|
|
2553
2659
|
f(null);
|
|
2554
2660
|
return;
|
|
2555
2661
|
}
|
|
2556
|
-
let i = n.getBoundingClientRect(), a = s === "row" ?
|
|
2662
|
+
let i = n.getBoundingClientRect(), a = s === "row" ? rr(t)?.getBoundingClientRect() : null, o = a ? {
|
|
2557
2663
|
left: i.left,
|
|
2558
2664
|
top: a.top,
|
|
2559
2665
|
width: i.width,
|
|
2560
2666
|
height: i.height
|
|
2561
|
-
} : i, c = e.getBoundingClientRect(), u = r.getBoundingClientRect(), d =
|
|
2667
|
+
} : i, c = e.getBoundingClientRect(), u = r.getBoundingClientRect(), d = Qn({
|
|
2562
2668
|
anchorRect: o,
|
|
2563
2669
|
frameRect: c,
|
|
2564
2670
|
menuSize: {
|
|
@@ -2599,22 +2705,22 @@ function Ni({ active: e, editor: t, interactionState: n = Xt, messages: r = Mi,
|
|
|
2599
2705
|
let n = s === e && l === t;
|
|
2600
2706
|
u(t), c(n ? null : e);
|
|
2601
2707
|
}, O = () => {
|
|
2602
|
-
t.view.dispatch(
|
|
2708
|
+
t.view.dispatch(Zn(t.state.tr, null));
|
|
2603
2709
|
}, k = (e, r) => {
|
|
2604
2710
|
let i = n.hoverCellPos ?? E?.activeCellPos ?? null, a = n.hoverCellPos === null ? null : e === "row" ? n.hoverVisualRowIndex : n.hoverVisualColumnIndex;
|
|
2605
|
-
i !== null &&
|
|
2711
|
+
i !== null && pr(t, i, e, { visualIndex: a }), D(e, r);
|
|
2606
2712
|
}, A = () => {
|
|
2607
2713
|
O(), D("selection", "selection-edge");
|
|
2608
|
-
}, j =
|
|
2609
|
-
let o = await
|
|
2714
|
+
}, j = or(t, n, "row", E?.activeCellPos ?? null), M = or(t, n, "column", E?.activeCellPos ?? null), ee = ir(t).length > 0, N = s ? ur(t, s) : [], P = async (e, n) => {
|
|
2715
|
+
let o = await tr({
|
|
2610
2716
|
editor: t,
|
|
2611
2717
|
commandId: e,
|
|
2612
2718
|
menu: n ?? s ?? "selection",
|
|
2613
2719
|
messages: r
|
|
2614
2720
|
});
|
|
2615
2721
|
return o.copyFeedback ? (b(o.copyFeedback), o.copyPayload && i?.(o.copyPayload)) : b(null), a?.(o.commandResult), o.success;
|
|
2616
|
-
},
|
|
2617
|
-
let n =
|
|
2722
|
+
}, F = (e) => {
|
|
2723
|
+
let n = sr(t, e);
|
|
2618
2724
|
n && o?.(n), c(null), t.view.focus();
|
|
2619
2725
|
};
|
|
2620
2726
|
return /* @__PURE__ */ Q("div", {
|
|
@@ -2633,7 +2739,7 @@ function Ni({ active: e, editor: t, interactionState: n = Xt, messages: r = Mi,
|
|
|
2633
2739
|
"data-copy-kind": y.kind,
|
|
2634
2740
|
"data-text-length": y.textLength,
|
|
2635
2741
|
"data-html-length": y.htmlLength,
|
|
2636
|
-
children:
|
|
2742
|
+
children: nr(y)
|
|
2637
2743
|
}) : null,
|
|
2638
2744
|
p ? /* @__PURE__ */ Z("button", {
|
|
2639
2745
|
type: "button",
|
|
@@ -2687,7 +2793,7 @@ function Ni({ active: e, editor: t, interactionState: n = Xt, messages: r = Mi,
|
|
|
2687
2793
|
children: "..."
|
|
2688
2794
|
})
|
|
2689
2795
|
}) : null,
|
|
2690
|
-
|
|
2796
|
+
ee && _ ? /* @__PURE__ */ Z("button", {
|
|
2691
2797
|
type: "button",
|
|
2692
2798
|
ref: T,
|
|
2693
2799
|
className: "markweave-table-edge-handle markweave-table-edge-handle--selection",
|
|
@@ -2711,15 +2817,15 @@ function Ni({ active: e, editor: t, interactionState: n = Xt, messages: r = Mi,
|
|
|
2711
2817
|
ref: S,
|
|
2712
2818
|
className: "markweave-table-menu",
|
|
2713
2819
|
role: "menu",
|
|
2714
|
-
"aria-label":
|
|
2820
|
+
"aria-label": hr(s, r),
|
|
2715
2821
|
"data-testid": "markweave-table-menu",
|
|
2716
2822
|
"data-positioned": d ? "true" : "false",
|
|
2717
2823
|
style: d ? {
|
|
2718
2824
|
left: d.left,
|
|
2719
2825
|
top: d.top
|
|
2720
2826
|
} : void 0,
|
|
2721
|
-
children:
|
|
2722
|
-
let i =
|
|
2827
|
+
children: N.map((e, n) => {
|
|
2828
|
+
let i = cr(e), a = n === 0 ? i : cr(N[n - 1]), l = n > 0 && a !== i, u = e.commandId === null ? !!o : er(t, e.commandId), d = lr(e, r);
|
|
2723
2829
|
return /* @__PURE__ */ Z("button", {
|
|
2724
2830
|
type: "button",
|
|
2725
2831
|
role: "menuitem",
|
|
@@ -2734,10 +2840,10 @@ function Ni({ active: e, editor: t, interactionState: n = Xt, messages: r = Mi,
|
|
|
2734
2840
|
onClick: () => {
|
|
2735
2841
|
if (u) {
|
|
2736
2842
|
if (e.commandId === null) {
|
|
2737
|
-
|
|
2843
|
+
F(s === "row" || s === "column" ? s : "selection");
|
|
2738
2844
|
return;
|
|
2739
2845
|
}
|
|
2740
|
-
|
|
2846
|
+
P(e.commandId).finally(() => c(null));
|
|
2741
2847
|
}
|
|
2742
2848
|
},
|
|
2743
2849
|
children: d
|
|
@@ -2749,15 +2855,15 @@ function Ni({ active: e, editor: t, interactionState: n = Xt, messages: r = Mi,
|
|
|
2749
2855
|
}
|
|
2750
2856
|
//#endregion
|
|
2751
2857
|
//#region src/ui/table/TableSelectionOverlay.tsx
|
|
2752
|
-
function
|
|
2753
|
-
let [n, r] =
|
|
2754
|
-
return
|
|
2858
|
+
function Wi({ editor: e, focusState: t }) {
|
|
2859
|
+
let [n, r] = K(null);
|
|
2860
|
+
return ve(() => {
|
|
2755
2861
|
if (t.mode !== "cell-selection") {
|
|
2756
2862
|
r(null);
|
|
2757
2863
|
return;
|
|
2758
2864
|
}
|
|
2759
2865
|
let n = () => {
|
|
2760
|
-
r(
|
|
2866
|
+
r(fr(e, Zt(e.state)));
|
|
2761
2867
|
};
|
|
2762
2868
|
return n(), window.addEventListener("resize", n), window.addEventListener("scroll", n, !0), () => {
|
|
2763
2869
|
window.removeEventListener("resize", n), window.removeEventListener("scroll", n, !0);
|
|
@@ -2792,16 +2898,16 @@ function Pi({ editor: e, focusState: t }) {
|
|
|
2792
2898
|
}
|
|
2793
2899
|
//#endregion
|
|
2794
2900
|
//#region src/ui/toc/MarkweaveInnerToc.tsx
|
|
2795
|
-
function
|
|
2901
|
+
function Gi(e, t) {
|
|
2796
2902
|
return `${e.toc.itemAriaLabel}: ${t.text}`;
|
|
2797
2903
|
}
|
|
2798
|
-
function
|
|
2799
|
-
let a =
|
|
2904
|
+
function Ki({ editor: e, state: t, messages: n, editable: r, placement: i }) {
|
|
2905
|
+
let a = G(null);
|
|
2800
2906
|
if (U(() => {
|
|
2801
|
-
if (!(i !== "container" || !a.current)) return
|
|
2907
|
+
if (!(i !== "container" || !a.current)) return Sr(a.current);
|
|
2802
2908
|
}, [i]), !t.items.length) return null;
|
|
2803
2909
|
let o = (t) => {
|
|
2804
|
-
|
|
2910
|
+
Cr(e, t, {
|
|
2805
2911
|
behavior: "smooth",
|
|
2806
2912
|
focus: r
|
|
2807
2913
|
});
|
|
@@ -2828,7 +2934,7 @@ function Ii({ editor: e, state: t, messages: n, editable: r, placement: i }) {
|
|
|
2828
2934
|
"data-level": e.level,
|
|
2829
2935
|
"data-active": e.active ? "true" : "false",
|
|
2830
2936
|
"aria-current": e.active ? "location" : void 0,
|
|
2831
|
-
"aria-label":
|
|
2937
|
+
"aria-label": Gi(n, e),
|
|
2832
2938
|
title: e.text,
|
|
2833
2939
|
onClick: () => o(e),
|
|
2834
2940
|
children: e.text
|
|
@@ -2839,7 +2945,7 @@ function Ii({ editor: e, state: t, messages: n, editable: r, placement: i }) {
|
|
|
2839
2945
|
}
|
|
2840
2946
|
//#endregion
|
|
2841
2947
|
//#region src/MarkweaveEditor.tsx
|
|
2842
|
-
var
|
|
2948
|
+
var qi = {
|
|
2843
2949
|
active: !1,
|
|
2844
2950
|
mode: "outside",
|
|
2845
2951
|
activeCellPos: null,
|
|
@@ -2847,21 +2953,21 @@ var Li = {
|
|
|
2847
2953
|
selectedCellCount: 0,
|
|
2848
2954
|
selectionFrom: 0,
|
|
2849
2955
|
selectionTo: 0
|
|
2850
|
-
},
|
|
2956
|
+
}, Ji = {
|
|
2851
2957
|
active: !1,
|
|
2852
|
-
language:
|
|
2958
|
+
language: _t.defaultLanguage,
|
|
2853
2959
|
mermaidPreviewMode: "code",
|
|
2854
2960
|
pos: null,
|
|
2855
2961
|
text: ""
|
|
2856
|
-
},
|
|
2962
|
+
}, Yi = Tt({
|
|
2857
2963
|
active: !1,
|
|
2858
2964
|
mode: "code",
|
|
2859
2965
|
source: ""
|
|
2860
2966
|
});
|
|
2861
|
-
function
|
|
2862
|
-
return
|
|
2967
|
+
function Xi(e) {
|
|
2968
|
+
return $t.getState(e.state) ?? Qt;
|
|
2863
2969
|
}
|
|
2864
|
-
function
|
|
2970
|
+
function Zi(e) {
|
|
2865
2971
|
if (!e || typeof window > "u") return null;
|
|
2866
2972
|
let t = e.parentElement;
|
|
2867
2973
|
for (; t;) {
|
|
@@ -2871,133 +2977,136 @@ function Vi(e) {
|
|
|
2871
2977
|
}
|
|
2872
2978
|
return null;
|
|
2873
2979
|
}
|
|
2874
|
-
function
|
|
2980
|
+
function Qi(e) {
|
|
2875
2981
|
return typeof window > "u" || typeof window.requestAnimationFrame != "function" ? globalThis.setTimeout(() => e(0), 0) : window.requestAnimationFrame(e);
|
|
2876
2982
|
}
|
|
2877
|
-
function
|
|
2983
|
+
function $i(e) {
|
|
2878
2984
|
if (typeof window < "u" && typeof window.cancelAnimationFrame == "function") {
|
|
2879
2985
|
window.cancelAnimationFrame(e);
|
|
2880
2986
|
return;
|
|
2881
2987
|
}
|
|
2882
2988
|
globalThis.clearTimeout(e);
|
|
2883
2989
|
}
|
|
2884
|
-
function
|
|
2885
|
-
let
|
|
2886
|
-
editorMode:
|
|
2990
|
+
function ea({ ariaLabel: e, autoFocusFirstTableBodyCell: i = !1, autofocus: a = !1, content: o, contentFormat: c, defaultContent: l = "", defaultContentFormat: u, editable: d = !0, innerToc: f = !0, innerTocPlacement: p, lang: m, mode: h = "live", theme: g, canvasColor: _, onEditWithAi: v, onExtractToNote: y, onRewriteSelection: b, onRuntimeStateChange: x, onSearchControllerChange: S, onSlashCommandUpload: C, onTableCommandResult: w, onTableCopyPayload: T, onTocChange: E, onUpdate: D, linkCardResolver: O, resolveMediaSource: k } = {}) {
|
|
2991
|
+
let A = Le(h), j = Tr(g), M = wr(_), ee = xr(p), N = A === "live" && d !== !1, P = $e(o === void 0 ? u : c), F = o ?? l, te = typeof F == "string" && F.length >= 2e5, I = o === void 0 && P === "markdown" && te && typeof F == "string", L = G(I ? F : null), [ne, re] = K(I), R = G({
|
|
2992
|
+
editorMode: A,
|
|
2887
2993
|
effectiveEditable: N
|
|
2888
2994
|
});
|
|
2889
|
-
|
|
2890
|
-
editorMode:
|
|
2995
|
+
R.current = {
|
|
2996
|
+
editorMode: A,
|
|
2891
2997
|
effectiveEditable: N
|
|
2892
2998
|
};
|
|
2893
|
-
let
|
|
2894
|
-
|
|
2895
|
-
let
|
|
2896
|
-
|
|
2897
|
-
let
|
|
2898
|
-
|
|
2899
|
-
let
|
|
2900
|
-
|
|
2901
|
-
let
|
|
2902
|
-
lang:
|
|
2999
|
+
let ie = G(null);
|
|
3000
|
+
ie.current === null && (ie.current = r(m));
|
|
3001
|
+
let ae = ie.current, z = W(() => n(ae), [ae]), oe = W(() => t(ae), [ae]), se = G(C);
|
|
3002
|
+
se.current = C;
|
|
3003
|
+
let ce = G(S);
|
|
3004
|
+
ce.current = S;
|
|
3005
|
+
let le = G(O);
|
|
3006
|
+
le.current = O;
|
|
3007
|
+
let ue = W(() => Xr({
|
|
3008
|
+
lang: ae,
|
|
2903
3009
|
onImageUpload: (e) => {
|
|
2904
|
-
if (
|
|
2905
|
-
let t =
|
|
3010
|
+
if (se.current) return se.current(e);
|
|
3011
|
+
let t = xe(e);
|
|
2906
3012
|
if (!t) throw Error("File upload requires an upload handler.");
|
|
2907
3013
|
return t;
|
|
2908
3014
|
},
|
|
2909
3015
|
onVideoUpload: (e) => {
|
|
2910
|
-
if (
|
|
2911
|
-
let t =
|
|
3016
|
+
if (se.current) return se.current(e);
|
|
3017
|
+
let t = xe(e);
|
|
2912
3018
|
if (!t) throw Error("File upload requires an upload handler.");
|
|
2913
3019
|
return t;
|
|
2914
3020
|
},
|
|
2915
|
-
linkCardResolver: (e) =>
|
|
2916
|
-
|
|
3021
|
+
linkCardResolver: (e) => le.current?.(e) ?? Promise.resolve(null),
|
|
3022
|
+
resolveMediaSource: k
|
|
3023
|
+
}), [k, ae]), [de, fe] = K(null), [B, V] = K(Kt), [pe, me] = K(null), [he, ge] = K(null), [_e, ve] = K("code"), [ye, be] = K(null), [Se, Ce] = K(Qt), [we, Te] = K(null), [Ee, De] = K(0), Oe = G(!1), ke = G({
|
|
2917
3024
|
content: o,
|
|
2918
3025
|
format: P
|
|
2919
|
-
}),
|
|
2920
|
-
|
|
3026
|
+
}), Ae = G(null), q = G(null), je = G({ onUpdate: D }), Me = W(() => Rt(B.query, oe), [oe, B.query]);
|
|
3027
|
+
je.current = { onUpdate: D }, ke.current = {
|
|
2921
3028
|
content: o,
|
|
2922
3029
|
format: P
|
|
2923
3030
|
};
|
|
2924
|
-
let
|
|
2925
|
-
|
|
2926
|
-
}, []),
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
},
|
|
3031
|
+
let Ne = H(() => {
|
|
3032
|
+
q.current !== null && (window.clearTimeout(q.current), q.current = null), De((e) => e + 1);
|
|
3033
|
+
}, []), Pe = H(() => {
|
|
3034
|
+
q.current !== null && window.clearTimeout(q.current), q.current = window.setTimeout(() => {
|
|
3035
|
+
q.current = null, De((e) => e + 1);
|
|
3036
|
+
}, ut);
|
|
2930
3037
|
}, []);
|
|
2931
3038
|
U(() => () => {
|
|
2932
|
-
|
|
3039
|
+
q.current !== null && window.clearTimeout(q.current);
|
|
2933
3040
|
}, []);
|
|
2934
|
-
let
|
|
2935
|
-
|
|
2936
|
-
}, []),
|
|
2937
|
-
let t =
|
|
3041
|
+
let J = H(() => {
|
|
3042
|
+
me(null), ge(null), V(Kt);
|
|
3043
|
+
}, []), Fe = H((e) => {
|
|
3044
|
+
let t = Gt(e.state);
|
|
2938
3045
|
if (!t) {
|
|
2939
|
-
V((e) => e.name === "idle" ? e :
|
|
3046
|
+
V((e) => e.name === "idle" ? e : Kt), me(null), ge(null);
|
|
2940
3047
|
return;
|
|
2941
3048
|
}
|
|
2942
3049
|
let n = e.coordsAtPos(t.cursor), r = e.coordsAtPos(t.triggerFrom), i = e.dom.closest(".markweave-editor-frame")?.getBoundingClientRect();
|
|
2943
|
-
|
|
3050
|
+
me(Wt(n, {
|
|
2944
3051
|
frameRect: i,
|
|
2945
3052
|
triggerRect: r
|
|
2946
|
-
})), V((e) =>
|
|
2947
|
-
}, []),
|
|
2948
|
-
let t =
|
|
2949
|
-
|
|
2950
|
-
let n =
|
|
2951
|
-
n && (
|
|
2952
|
-
let r =
|
|
2953
|
-
r.active && r.language === "mermaid" &&
|
|
2954
|
-
}, []),
|
|
2955
|
-
|
|
2956
|
-
}, []),
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
3053
|
+
})), V((e) => Ut(e, t));
|
|
3054
|
+
}, []), Ie = H((e) => Fe(e.view), [Fe]), ze = H((e) => {
|
|
3055
|
+
let t = st(e);
|
|
3056
|
+
fe((e) => rt(e, t) ? e : t);
|
|
3057
|
+
let n = Nt(e);
|
|
3058
|
+
n && (Ft(e, n, !0), be(n));
|
|
3059
|
+
let r = ht(e);
|
|
3060
|
+
r.active && r.language === "mermaid" && ve(r.mermaidPreviewMode);
|
|
3061
|
+
}, []), Be = H((e) => {
|
|
3062
|
+
Ce(Xi(e));
|
|
3063
|
+
}, []), Y = s({
|
|
3064
|
+
shouldRerenderOnTransaction: !1,
|
|
3065
|
+
extensions: ue,
|
|
3066
|
+
content: I ? "" : F,
|
|
3067
|
+
contentType: Xe(P),
|
|
2960
3068
|
editable: N,
|
|
2961
3069
|
autofocus: a,
|
|
2962
3070
|
editorProps: {
|
|
2963
3071
|
attributes: {
|
|
2964
3072
|
class: "markweave-editor-surface",
|
|
2965
3073
|
"data-testid": "markweave-editor-surface",
|
|
3074
|
+
"data-markweave-large-document": te ? "true" : "false",
|
|
2966
3075
|
autocapitalize: "off",
|
|
2967
3076
|
autocorrect: "off",
|
|
2968
3077
|
spellcheck: "false",
|
|
2969
3078
|
translate: "no"
|
|
2970
3079
|
},
|
|
2971
|
-
handleClick: (e, t, n) =>
|
|
3080
|
+
handleClick: (e, t, n) => R.current.effectiveEditable ? !1 : et(n),
|
|
2972
3081
|
handleDOMEvents: {
|
|
2973
|
-
compositionstart: () =>
|
|
2974
|
-
compositionend: (e) => (
|
|
3082
|
+
compositionstart: () => R.current.effectiveEditable ? (V((e) => qt(e, { type: "composition-start" })), me(null), !1) : !1,
|
|
3083
|
+
compositionend: (e) => (R.current.effectiveEditable && window.setTimeout(() => Fe(e), 0), !1),
|
|
2975
3084
|
click: (e, t) => {
|
|
2976
|
-
if (
|
|
2977
|
-
let n =
|
|
2978
|
-
return n ? (t.preventDefault(), t.stopPropagation(),
|
|
3085
|
+
if (R.current.effectiveEditable) {
|
|
3086
|
+
let n = Mt(e, t);
|
|
3087
|
+
return n ? (t.preventDefault(), t.stopPropagation(), J(), It(e, n, !0), Lt(e, n), be(n), !0) : (be(null), !1);
|
|
2979
3088
|
}
|
|
2980
|
-
return
|
|
3089
|
+
return et(t);
|
|
2981
3090
|
}
|
|
2982
3091
|
}
|
|
2983
3092
|
},
|
|
2984
3093
|
onSelectionUpdate: ({ editor: e }) => {
|
|
2985
|
-
|
|
3094
|
+
ze(e);
|
|
2986
3095
|
},
|
|
2987
3096
|
onCreate: ({ editor: e }) => {
|
|
2988
|
-
i &&
|
|
3097
|
+
i && R.current.effectiveEditable && Yt(e), Be(e), ze(e), Ne();
|
|
2989
3098
|
},
|
|
2990
3099
|
onTransaction: ({ editor: e, transaction: t }) => {
|
|
2991
|
-
|
|
3100
|
+
Be(e), (t.docChanged || xt(t)) && Pe(), t.docChanged && be((t) => {
|
|
2992
3101
|
if (!t) return null;
|
|
2993
|
-
let n =
|
|
3102
|
+
let n = jt(e, t.pos);
|
|
2994
3103
|
return n?.kind === t.kind ? n : null;
|
|
2995
3104
|
});
|
|
2996
3105
|
},
|
|
2997
3106
|
onUpdate: ({ editor: e }) => {
|
|
2998
|
-
|
|
2999
|
-
let r =
|
|
3000
|
-
r.content !== void 0 && t === r.format && (
|
|
3107
|
+
ze(e), R.current.effectiveEditable && Ie(e), Oe.current || je.current.onUpdate?.(Ye(e, { onContentRead: (t, n) => {
|
|
3108
|
+
let r = ke.current;
|
|
3109
|
+
r.content !== void 0 && t === r.format && (Ae.current = {
|
|
3001
3110
|
content: n,
|
|
3002
3111
|
format: t,
|
|
3003
3112
|
doc: e.state.doc
|
|
@@ -3006,317 +3115,360 @@ function Wi({ ariaLabel: e, autoFocusFirstTableBodyCell: i = !1, autofocus: a =
|
|
|
3006
3115
|
}
|
|
3007
3116
|
});
|
|
3008
3117
|
U(() => {
|
|
3009
|
-
|
|
3010
|
-
|
|
3118
|
+
let e = L.current;
|
|
3119
|
+
if (!Y || !e) return;
|
|
3120
|
+
let t = !1;
|
|
3121
|
+
return (async () => {
|
|
3122
|
+
Oe.current = !0;
|
|
3123
|
+
try {
|
|
3124
|
+
let n = !0;
|
|
3125
|
+
for (let r of Er(e)) {
|
|
3126
|
+
if (await new Promise((e) => window.setTimeout(e, 0)), t) return;
|
|
3127
|
+
let e = Y.markdown?.parse(r);
|
|
3128
|
+
if (!e) throw Error("Markdown parser is unavailable.");
|
|
3129
|
+
let i = Y.schema.nodeFromJSON(e).content, a = n ? Y.state.tr.replaceWith(0, Y.state.doc.content.size, i) : Y.state.tr.insert(Y.state.doc.content.size, i);
|
|
3130
|
+
Y.view.dispatch(a.setMeta("addToHistory", !1)), n = !1;
|
|
3131
|
+
}
|
|
3132
|
+
if (t) return;
|
|
3133
|
+
ze(Y), Be(Y), Ne(), L.current = null, re(!1);
|
|
3134
|
+
} finally {
|
|
3135
|
+
Oe.current = !1;
|
|
3136
|
+
}
|
|
3137
|
+
})().catch(() => {
|
|
3138
|
+
t || (Y.commands.setContent(e, {
|
|
3139
|
+
contentType: "markdown",
|
|
3140
|
+
emitUpdate: !1
|
|
3141
|
+
}), L.current = null, re(!1));
|
|
3142
|
+
}), () => {
|
|
3143
|
+
t = !0;
|
|
3011
3144
|
};
|
|
3012
|
-
}, [J]), U(() => {
|
|
3013
|
-
J && (J.setEditable(N), Le(J, {
|
|
3014
|
-
mode: k,
|
|
3015
|
-
editable: N
|
|
3016
|
-
}), xt(J, N ? "live" : "view"), Ee(), N || Oe());
|
|
3017
3145
|
}, [
|
|
3018
|
-
|
|
3146
|
+
Y,
|
|
3147
|
+
Ne,
|
|
3148
|
+
ze,
|
|
3149
|
+
Be
|
|
3150
|
+
]), U(() => {
|
|
3151
|
+
if (Y) return ce.current?.(Dr(Y)), () => {
|
|
3152
|
+
ce.current?.(null);
|
|
3153
|
+
};
|
|
3154
|
+
}, [Y]), U(() => {
|
|
3155
|
+
if (!Y) return;
|
|
3156
|
+
let e = N && !ne;
|
|
3157
|
+
Y.setEditable(e), Re(Y, {
|
|
3158
|
+
mode: A,
|
|
3159
|
+
editable: e
|
|
3160
|
+
}), Ct(Y, e ? "live" : "view"), Ne(), N || J();
|
|
3161
|
+
}, [
|
|
3019
3162
|
J,
|
|
3020
|
-
|
|
3163
|
+
Y,
|
|
3164
|
+
A,
|
|
3021
3165
|
N,
|
|
3022
|
-
|
|
3166
|
+
Ne,
|
|
3167
|
+
ne
|
|
3023
3168
|
]), U(() => {
|
|
3024
|
-
|
|
3025
|
-
}, [
|
|
3026
|
-
let e =
|
|
3027
|
-
if (!(!
|
|
3028
|
-
if (
|
|
3029
|
-
|
|
3169
|
+
Y && St(Y, j);
|
|
3170
|
+
}, [Y, j]), U(() => {
|
|
3171
|
+
let e = $e(c);
|
|
3172
|
+
if (!(!Y || o === void 0)) {
|
|
3173
|
+
if (Qe(Y, Ae.current, o, e)) {
|
|
3174
|
+
Ae.current = null;
|
|
3030
3175
|
return;
|
|
3031
3176
|
}
|
|
3032
|
-
|
|
3033
|
-
contentType:
|
|
3177
|
+
Ae.current = null, !Ze(Y, o, e) && (Oe.current = !0, Y.commands.setContent(o, {
|
|
3178
|
+
contentType: Xe(e),
|
|
3034
3179
|
emitUpdate: !1
|
|
3035
|
-
}),
|
|
3180
|
+
}), Oe.current = !1, ze(Y), N && Ie(Y), Be(Y), Ne());
|
|
3036
3181
|
}
|
|
3037
3182
|
}, [
|
|
3038
3183
|
o,
|
|
3039
3184
|
c,
|
|
3040
3185
|
N,
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3186
|
+
Y,
|
|
3187
|
+
Ne,
|
|
3188
|
+
ze,
|
|
3189
|
+
Ie,
|
|
3190
|
+
Be
|
|
3046
3191
|
]), U(() => {
|
|
3047
|
-
if (!
|
|
3192
|
+
if (!pe) return;
|
|
3048
3193
|
let e = (e) => {
|
|
3049
3194
|
let t = e.target;
|
|
3050
|
-
t instanceof Element && (t.closest(".markweave-slash-menu") || t.closest(".markweave-slash-trigger") ||
|
|
3195
|
+
t instanceof Element && (t.closest(".markweave-slash-menu") || t.closest(".markweave-slash-trigger") || J());
|
|
3051
3196
|
};
|
|
3052
3197
|
return document.addEventListener("pointerdown", e, !0), () => document.removeEventListener("pointerdown", e, !0);
|
|
3053
|
-
}, [
|
|
3054
|
-
let
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
]),
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
]),
|
|
3064
|
-
active:
|
|
3065
|
-
mode:
|
|
3066
|
-
source:
|
|
3067
|
-
}) :
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
]),
|
|
3073
|
-
|
|
3074
|
-
|
|
3198
|
+
}, [J, pe]);
|
|
3199
|
+
let Ve = W(() => Y ? ht(Y) : Ji, [
|
|
3200
|
+
Y,
|
|
3201
|
+
Ee,
|
|
3202
|
+
de
|
|
3203
|
+
]), X = W(() => Y ? Xt(Y.state) : qi, [
|
|
3204
|
+
Y,
|
|
3205
|
+
Ee,
|
|
3206
|
+
de,
|
|
3207
|
+
Se
|
|
3208
|
+
]), Z = de?.currentNode === "codeBlock", Q = Z && Ve.language === "mermaid", He = W(() => Y ? Tt({
|
|
3209
|
+
active: Q,
|
|
3210
|
+
mode: _e,
|
|
3211
|
+
source: Ve.text
|
|
3212
|
+
}) : Yi, [
|
|
3213
|
+
Ve.text,
|
|
3214
|
+
Y,
|
|
3215
|
+
Q,
|
|
3216
|
+
_e
|
|
3217
|
+
]), Ue = W(() => Y && x ? Jt(Y.state) : null, [
|
|
3218
|
+
Y,
|
|
3219
|
+
x,
|
|
3220
|
+
Ee
|
|
3221
|
+
]), We = W(() => Y ? yr(Y.state) : _r.items, [Y, Ee]), Ge = W(() => br(We, we), [we, We]), Ke = W(() => gr(We, Ge), [Ge, We]), qe = H(() => {
|
|
3222
|
+
if (!Y || !We.length) {
|
|
3223
|
+
Te(null);
|
|
3075
3224
|
return;
|
|
3076
3225
|
}
|
|
3077
|
-
let e =
|
|
3078
|
-
|
|
3079
|
-
}, [
|
|
3226
|
+
let e = vr(Y, We);
|
|
3227
|
+
Te((t) => t === e ? t : e);
|
|
3228
|
+
}, [Y, We]);
|
|
3080
3229
|
U(() => {
|
|
3081
|
-
|
|
3082
|
-
let t =
|
|
3230
|
+
Te((e) => {
|
|
3231
|
+
let t = br(We, e);
|
|
3083
3232
|
return e === t ? e : t;
|
|
3084
3233
|
});
|
|
3085
|
-
}, [
|
|
3086
|
-
if (!
|
|
3234
|
+
}, [We]), U(() => {
|
|
3235
|
+
if (!Y || !We.length || typeof window > "u") return;
|
|
3087
3236
|
let e = null, t = () => {
|
|
3088
|
-
e !== null &&
|
|
3089
|
-
e = null,
|
|
3237
|
+
e !== null && $i(e), e = Qi(() => {
|
|
3238
|
+
e = null, qe();
|
|
3090
3239
|
});
|
|
3091
|
-
}, n =
|
|
3240
|
+
}, n = Zi(Y.view.dom);
|
|
3092
3241
|
return window.addEventListener("scroll", t, { passive: !0 }), window.addEventListener("resize", t), n?.addEventListener("scroll", t, { passive: !0 }), t(), () => {
|
|
3093
|
-
window.removeEventListener("scroll", t), window.removeEventListener("resize", t), n?.removeEventListener("scroll", t), e !== null &&
|
|
3242
|
+
window.removeEventListener("scroll", t), window.removeEventListener("resize", t), n?.removeEventListener("scroll", t), e !== null && $i(e);
|
|
3094
3243
|
};
|
|
3095
3244
|
}, [
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3245
|
+
Y,
|
|
3246
|
+
We.length,
|
|
3247
|
+
qe
|
|
3099
3248
|
]);
|
|
3100
|
-
let
|
|
3101
|
-
revision:
|
|
3102
|
-
mode:
|
|
3249
|
+
let nt = W(() => tt({
|
|
3250
|
+
revision: Ee,
|
|
3251
|
+
mode: A,
|
|
3103
3252
|
editable: N,
|
|
3104
|
-
toc:
|
|
3105
|
-
selection:
|
|
3253
|
+
toc: Ke,
|
|
3254
|
+
selection: de,
|
|
3106
3255
|
slash: B,
|
|
3107
|
-
table:
|
|
3108
|
-
tableInteraction:
|
|
3109
|
-
codeBlock:
|
|
3110
|
-
mermaid:
|
|
3111
|
-
tableDebugSnapshot:
|
|
3256
|
+
table: X,
|
|
3257
|
+
tableInteraction: Se,
|
|
3258
|
+
codeBlock: Ve,
|
|
3259
|
+
mermaid: He,
|
|
3260
|
+
tableDebugSnapshot: Ue
|
|
3112
3261
|
}), [
|
|
3113
|
-
|
|
3114
|
-
|
|
3262
|
+
Ve,
|
|
3263
|
+
A,
|
|
3115
3264
|
N,
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3265
|
+
He,
|
|
3266
|
+
Ee,
|
|
3267
|
+
de,
|
|
3119
3268
|
B,
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3269
|
+
Ue,
|
|
3270
|
+
X,
|
|
3271
|
+
Se,
|
|
3272
|
+
Ke
|
|
3124
3273
|
]);
|
|
3125
3274
|
U(() => {
|
|
3126
|
-
x?.(
|
|
3127
|
-
}, [x,
|
|
3128
|
-
E?.(
|
|
3129
|
-
}, [E,
|
|
3130
|
-
let
|
|
3131
|
-
if (!(!
|
|
3275
|
+
x?.(nt);
|
|
3276
|
+
}, [x, nt]), U(() => {
|
|
3277
|
+
E?.(Ke);
|
|
3278
|
+
}, [E, Ke]);
|
|
3279
|
+
let it = H((e, t) => {
|
|
3280
|
+
if (!(!Y || !N) && zt(e)) {
|
|
3132
3281
|
if (e.inputKind && !t?.emoji && !t?.uploadResult) {
|
|
3133
|
-
|
|
3282
|
+
ge(e);
|
|
3134
3283
|
return;
|
|
3135
3284
|
}
|
|
3136
|
-
|
|
3285
|
+
Ht(Y, B, e, t), V((e) => qt(e, { type: "execute" })), J();
|
|
3137
3286
|
}
|
|
3138
3287
|
}, [
|
|
3139
|
-
Oe,
|
|
3140
|
-
N,
|
|
3141
3288
|
J,
|
|
3289
|
+
N,
|
|
3290
|
+
Y,
|
|
3142
3291
|
B
|
|
3143
|
-
]),
|
|
3144
|
-
V((t) =>
|
|
3292
|
+
]), at = H((e) => {
|
|
3293
|
+
V((t) => qt(t, {
|
|
3145
3294
|
type: "set-active",
|
|
3146
3295
|
index: e,
|
|
3147
|
-
optionCount:
|
|
3296
|
+
optionCount: Me.length
|
|
3148
3297
|
}));
|
|
3149
|
-
}, [
|
|
3150
|
-
if (!
|
|
3151
|
-
let t =
|
|
3298
|
+
}, [Me.length]), ot = H((e) => {
|
|
3299
|
+
if (!Y || he || !N) return;
|
|
3300
|
+
let t = Bt(B, Me, e.key, { isComposing: e.nativeEvent.isComposing || Je(Y.state) });
|
|
3152
3301
|
if (t.type !== "ignore") {
|
|
3153
3302
|
if (t.type === "close") {
|
|
3154
|
-
e.preventDefault(), V((e) =>
|
|
3303
|
+
e.preventDefault(), V((e) => qt(e, { type: "escape" })), J();
|
|
3155
3304
|
return;
|
|
3156
3305
|
}
|
|
3157
3306
|
if (t.type === "move-active") {
|
|
3158
|
-
e.preventDefault(), V((e) =>
|
|
3307
|
+
e.preventDefault(), V((e) => qt(e, {
|
|
3159
3308
|
type: "move-active",
|
|
3160
3309
|
delta: t.delta,
|
|
3161
3310
|
optionCount: t.optionCount
|
|
3162
3311
|
}));
|
|
3163
3312
|
return;
|
|
3164
3313
|
}
|
|
3165
|
-
t.type === "execute-active" && (e.preventDefault(),
|
|
3314
|
+
t.type === "execute-active" && (e.preventDefault(), it(t.command));
|
|
3166
3315
|
}
|
|
3167
3316
|
}, [
|
|
3168
|
-
Oe,
|
|
3169
|
-
N,
|
|
3170
3317
|
J,
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3318
|
+
N,
|
|
3319
|
+
Y,
|
|
3320
|
+
Me,
|
|
3321
|
+
it,
|
|
3322
|
+
he,
|
|
3174
3323
|
B
|
|
3175
|
-
]),
|
|
3176
|
-
closeSlashMenu:
|
|
3177
|
-
focusFirstTableBodyCell: () =>
|
|
3324
|
+
]), ct = W(() => ({
|
|
3325
|
+
closeSlashMenu: J,
|
|
3326
|
+
focusFirstTableBodyCell: () => Y ? Yt(Y) : !1,
|
|
3178
3327
|
setContent: (e, t = {}) => {
|
|
3179
|
-
if (!
|
|
3180
|
-
let n =
|
|
3181
|
-
return
|
|
3182
|
-
contentType:
|
|
3328
|
+
if (!Y) return !1;
|
|
3329
|
+
let n = $e(t.format);
|
|
3330
|
+
return Y.commands.setContent(e, {
|
|
3331
|
+
contentType: Xe(n),
|
|
3183
3332
|
emitUpdate: t.emitUpdate ?? !1
|
|
3184
|
-
}), t.focusFirstTableBodyCell &&
|
|
3333
|
+
}), t.focusFirstTableBodyCell && Yt(Y), ze(Y), N && Ie(Y), Be(Y), Ne(), !0;
|
|
3185
3334
|
}
|
|
3186
3335
|
}), [
|
|
3187
|
-
Oe,
|
|
3188
|
-
N,
|
|
3189
3336
|
J,
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3337
|
+
N,
|
|
3338
|
+
Y,
|
|
3339
|
+
Ne,
|
|
3340
|
+
ze,
|
|
3341
|
+
Ie,
|
|
3342
|
+
Be
|
|
3194
3343
|
]);
|
|
3195
3344
|
return {
|
|
3196
|
-
editor:
|
|
3197
|
-
frameProps:
|
|
3345
|
+
editor: Y,
|
|
3346
|
+
frameProps: W(() => ({
|
|
3198
3347
|
className: "markweave-editor-frame",
|
|
3199
|
-
"aria-label": e ??
|
|
3348
|
+
"aria-label": e ?? z.common.editorAriaLabel,
|
|
3200
3349
|
"data-testid": "markweave-editor-frame",
|
|
3201
|
-
"data-markweave-mode":
|
|
3202
|
-
"
|
|
3203
|
-
|
|
3350
|
+
"data-markweave-mode": A,
|
|
3351
|
+
"aria-busy": ne,
|
|
3352
|
+
"data-markweave-large-document-loading": ne ? "true" : "false",
|
|
3353
|
+
"data-markweave-theme": j,
|
|
3354
|
+
style: M ? { "--markweave-canvas": M } : void 0,
|
|
3204
3355
|
"data-markweave-inner-toc": f ? "true" : "false",
|
|
3205
|
-
"data-markweave-inner-toc-placement":
|
|
3206
|
-
"data-mermaid-mode":
|
|
3207
|
-
"data-table-focus-mode":
|
|
3208
|
-
onKeyDownCapture:
|
|
3356
|
+
"data-markweave-inner-toc-placement": ee,
|
|
3357
|
+
"data-mermaid-mode": He.mode,
|
|
3358
|
+
"data-table-focus-mode": X.mode,
|
|
3359
|
+
onKeyDownCapture: ot
|
|
3209
3360
|
}), [
|
|
3210
3361
|
e,
|
|
3211
|
-
|
|
3212
|
-
|
|
3362
|
+
A,
|
|
3363
|
+
ot,
|
|
3213
3364
|
f,
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3365
|
+
ne,
|
|
3366
|
+
He.mode,
|
|
3367
|
+
z.common.editorAriaLabel,
|
|
3217
3368
|
M,
|
|
3218
|
-
|
|
3219
|
-
|
|
3369
|
+
ee,
|
|
3370
|
+
j,
|
|
3371
|
+
X.mode
|
|
3220
3372
|
]),
|
|
3221
|
-
overlayProps:
|
|
3222
|
-
floatingToolbar:
|
|
3223
|
-
editor:
|
|
3224
|
-
messages:
|
|
3225
|
-
selectionSnapshot:
|
|
3373
|
+
overlayProps: W(() => ({
|
|
3374
|
+
floatingToolbar: Y && N ? {
|
|
3375
|
+
editor: Y,
|
|
3376
|
+
messages: z,
|
|
3377
|
+
selectionSnapshot: de,
|
|
3226
3378
|
onRewriteSelection: b,
|
|
3227
3379
|
onExtractToNote: y
|
|
3228
3380
|
} : null,
|
|
3229
|
-
slashCommandMenu:
|
|
3230
|
-
commands:
|
|
3381
|
+
slashCommandMenu: Y && N ? {
|
|
3382
|
+
commands: Me,
|
|
3231
3383
|
state: B,
|
|
3232
|
-
position:
|
|
3233
|
-
inputCommand:
|
|
3234
|
-
messages:
|
|
3235
|
-
onActiveIndexChange:
|
|
3236
|
-
onInputCommandChange:
|
|
3237
|
-
onSelect:
|
|
3384
|
+
position: pe,
|
|
3385
|
+
inputCommand: he,
|
|
3386
|
+
messages: z,
|
|
3387
|
+
onActiveIndexChange: at,
|
|
3388
|
+
onInputCommandChange: ge,
|
|
3389
|
+
onSelect: it,
|
|
3238
3390
|
onUpload: C
|
|
3239
3391
|
} : null,
|
|
3240
|
-
tableControls:
|
|
3241
|
-
editor:
|
|
3242
|
-
active:
|
|
3243
|
-
interactionState:
|
|
3244
|
-
messages:
|
|
3392
|
+
tableControls: Y && N ? {
|
|
3393
|
+
editor: Y,
|
|
3394
|
+
active: X.active,
|
|
3395
|
+
interactionState: Se,
|
|
3396
|
+
messages: z,
|
|
3245
3397
|
onCopyPayload: T,
|
|
3246
3398
|
onCommandResult: w,
|
|
3247
3399
|
onEditWithAi: v
|
|
3248
3400
|
} : null,
|
|
3249
|
-
tableSelectionOverlay:
|
|
3250
|
-
editor:
|
|
3251
|
-
focusState:
|
|
3401
|
+
tableSelectionOverlay: Y && N ? {
|
|
3402
|
+
editor: Y,
|
|
3403
|
+
focusState: X
|
|
3252
3404
|
} : null,
|
|
3253
|
-
codeBlockControls:
|
|
3254
|
-
editor:
|
|
3255
|
-
active: N &&
|
|
3256
|
-
mermaidMode:
|
|
3257
|
-
onMermaidModeChange:
|
|
3405
|
+
codeBlockControls: Y ? {
|
|
3406
|
+
editor: Y,
|
|
3407
|
+
active: N && Z,
|
|
3408
|
+
mermaidMode: _e,
|
|
3409
|
+
onMermaidModeChange: ve,
|
|
3258
3410
|
readOnly: !N
|
|
3259
3411
|
} : null,
|
|
3260
|
-
innerToc:
|
|
3261
|
-
editor:
|
|
3412
|
+
innerToc: Y && f && Ke.items.length ? {
|
|
3413
|
+
editor: Y,
|
|
3262
3414
|
editable: N,
|
|
3263
|
-
messages:
|
|
3264
|
-
placement:
|
|
3265
|
-
state:
|
|
3415
|
+
messages: z,
|
|
3416
|
+
placement: ee,
|
|
3417
|
+
state: Ke
|
|
3266
3418
|
} : null,
|
|
3267
|
-
mathEditorPopover:
|
|
3268
|
-
editor:
|
|
3269
|
-
messages:
|
|
3270
|
-
target:
|
|
3271
|
-
onClose: () =>
|
|
3419
|
+
mathEditorPopover: Y && N && ye ? {
|
|
3420
|
+
editor: Y,
|
|
3421
|
+
messages: z,
|
|
3422
|
+
target: ye,
|
|
3423
|
+
onClose: () => be(null)
|
|
3272
3424
|
} : null
|
|
3273
3425
|
}), [
|
|
3274
3426
|
N,
|
|
3275
|
-
|
|
3276
|
-
|
|
3427
|
+
Y,
|
|
3428
|
+
Me,
|
|
3277
3429
|
f,
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3430
|
+
Z,
|
|
3431
|
+
_e,
|
|
3432
|
+
z,
|
|
3433
|
+
ye,
|
|
3282
3434
|
v,
|
|
3283
3435
|
y,
|
|
3284
3436
|
b,
|
|
3285
3437
|
C,
|
|
3286
3438
|
w,
|
|
3287
3439
|
T,
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3440
|
+
it,
|
|
3441
|
+
de,
|
|
3442
|
+
at,
|
|
3443
|
+
he,
|
|
3444
|
+
pe,
|
|
3293
3445
|
B,
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3446
|
+
X,
|
|
3447
|
+
Se,
|
|
3448
|
+
Ke
|
|
3297
3449
|
]),
|
|
3298
|
-
runtimeSnapshot:
|
|
3299
|
-
actions:
|
|
3450
|
+
runtimeSnapshot: nt,
|
|
3451
|
+
actions: ct
|
|
3300
3452
|
};
|
|
3301
3453
|
}
|
|
3302
|
-
function
|
|
3303
|
-
let n =
|
|
3454
|
+
function ta({ className: e, ...t }) {
|
|
3455
|
+
let n = ea(t);
|
|
3304
3456
|
if (!n.editor) return null;
|
|
3305
3457
|
let r = [n.frameProps.className, e].filter(Boolean).join(" ");
|
|
3306
3458
|
return /* @__PURE__ */ Q("section", {
|
|
3307
3459
|
...n.frameProps,
|
|
3308
3460
|
className: r,
|
|
3309
3461
|
children: [
|
|
3310
|
-
n.overlayProps.floatingToolbar ? /* @__PURE__ */ Z(
|
|
3311
|
-
n.overlayProps.slashCommandMenu ? /* @__PURE__ */ Z(
|
|
3312
|
-
n.overlayProps.tableControls ? /* @__PURE__ */ Z(
|
|
3313
|
-
n.overlayProps.tableSelectionOverlay ? /* @__PURE__ */ Z(
|
|
3314
|
-
n.overlayProps.codeBlockControls ? /* @__PURE__ */ Z(
|
|
3315
|
-
n.overlayProps.innerToc ? /* @__PURE__ */ Z(
|
|
3316
|
-
n.overlayProps.mathEditorPopover ? /* @__PURE__ */ Z(
|
|
3462
|
+
n.overlayProps.floatingToolbar ? /* @__PURE__ */ Z(bi, { ...n.overlayProps.floatingToolbar }) : null,
|
|
3463
|
+
n.overlayProps.slashCommandMenu ? /* @__PURE__ */ Z(Vi, { ...n.overlayProps.slashCommandMenu }) : null,
|
|
3464
|
+
n.overlayProps.tableControls ? /* @__PURE__ */ Z(Ui, { ...n.overlayProps.tableControls }) : null,
|
|
3465
|
+
n.overlayProps.tableSelectionOverlay ? /* @__PURE__ */ Z(Wi, { ...n.overlayProps.tableSelectionOverlay }) : null,
|
|
3466
|
+
n.overlayProps.codeBlockControls ? /* @__PURE__ */ Z($r, { ...n.overlayProps.codeBlockControls }) : null,
|
|
3467
|
+
n.overlayProps.innerToc ? /* @__PURE__ */ Z(Ki, { ...n.overlayProps.innerToc }) : null,
|
|
3468
|
+
n.overlayProps.mathEditorPopover ? /* @__PURE__ */ Z(Mi, { ...n.overlayProps.mathEditorPopover }) : null,
|
|
3317
3469
|
/* @__PURE__ */ Z(i, { editor: n.editor })
|
|
3318
3470
|
]
|
|
3319
3471
|
});
|
|
3320
3472
|
}
|
|
3321
3473
|
//#endregion
|
|
3322
|
-
export {
|
|
3474
|
+
export { ta as MarkweaveEditor, Xr as createMarkweaveEditorExtensions, Xr as createMarkweaveReactEditorExtensions, ea as useMarkweaveEditorController };
|