reactjs-tiptap-editor 0.4.2 → 1.0.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/lib/ActionMenuButton-BKOg7hkq.js +38 -0
- package/lib/ActionMenuButton-DLQyd_gx.cjs +1 -0
- package/lib/Attachment.cjs +2 -2
- package/lib/Attachment.d.cts +32 -44
- package/lib/Attachment.d.ts +32 -44
- package/lib/Attachment.js +129 -99
- package/lib/Blockquote.cjs +3 -3
- package/lib/Blockquote.d.cts +32 -44
- package/lib/Blockquote.d.ts +32 -44
- package/lib/Blockquote.js +50 -22
- package/lib/Bold.cjs +1 -1
- package/lib/Bold.d.cts +32 -44
- package/lib/Bold.d.ts +32 -44
- package/lib/Bold.js +48 -20
- package/lib/BulletList.cjs +1 -1
- package/lib/BulletList.d.cts +32 -44
- package/lib/BulletList.d.ts +32 -44
- package/lib/BulletList.js +38 -9
- package/lib/Clear.cjs +1 -1
- package/lib/Clear.d.cts +32 -44
- package/lib/Clear.d.ts +32 -44
- package/lib/Clear.js +32 -6
- package/lib/Code.cjs +1 -1
- package/lib/Code.d.cts +32 -44
- package/lib/Code.d.ts +32 -44
- package/lib/Code.js +53 -25
- package/lib/CodeBlock.cjs +35 -35
- package/lib/CodeBlock.d.cts +32 -44
- package/lib/CodeBlock.d.ts +32 -44
- package/lib/CodeBlock.js +605 -590
- package/lib/CodeView.cjs +1 -1
- package/lib/CodeView.d.cts +33 -45
- package/lib/CodeView.d.ts +33 -45
- package/lib/CodeView.js +49 -21
- package/lib/Color.cjs +1 -1
- package/lib/Color.d.cts +36 -44
- package/lib/Color.d.ts +36 -44
- package/lib/Color.js +123 -79
- package/lib/Column.cjs +1 -0
- package/lib/{Document.d.cts → Column.d.cts} +38 -47
- package/lib/{Document.d.ts → Column.d.ts} +38 -47
- package/lib/Column.js +217 -0
- package/lib/{Drawer-CaAfmqNo.js → Drawer-DZ5jvmrX.js} +404 -394
- package/lib/Drawer-SRhwOc6T.cjs +1 -0
- package/lib/Drawer.cjs +1 -1
- package/lib/Drawer.d.cts +32 -44
- package/lib/Drawer.d.ts +32 -44
- package/lib/Drawer.js +6 -5
- package/lib/Emoji.cjs +1 -1
- package/lib/Emoji.d.cts +32 -49
- package/lib/Emoji.d.ts +32 -49
- package/lib/Emoji.js +377 -392
- package/lib/Excalidraw-DwBRXEtC.js +345 -0
- package/lib/Excalidraw-ZN3DQvDC.cjs +1 -0
- package/lib/Excalidraw.cjs +1 -1
- package/lib/Excalidraw.d.cts +32 -44
- package/lib/Excalidraw.d.ts +32 -44
- package/lib/Excalidraw.js +6 -4
- package/lib/ExportPdf.cjs +5 -5
- package/lib/ExportPdf.d.cts +32 -44
- package/lib/ExportPdf.d.ts +32 -44
- package/lib/ExportPdf.js +60 -32
- package/lib/ExportWord.cjs +1 -1
- package/lib/ExportWord.d.cts +33 -45
- package/lib/ExportWord.d.ts +33 -45
- package/lib/ExportWord.js +84 -21
- package/lib/FontFamily.cjs +1 -1
- package/lib/FontFamily.d.cts +46 -47
- package/lib/FontFamily.d.ts +46 -47
- package/lib/FontFamily.js +72 -74
- package/lib/FontSize.cjs +1 -1
- package/lib/FontSize.d.cts +43 -47
- package/lib/FontSize.d.ts +43 -47
- package/lib/FontSize.js +72 -64
- package/lib/Heading.cjs +1 -1
- package/lib/Heading.d.cts +46 -44
- package/lib/Heading.d.ts +46 -44
- package/lib/Heading.js +91 -73
- package/lib/Highlight.cjs +1 -1
- package/lib/Highlight.d.cts +36 -44
- package/lib/Highlight.d.ts +36 -44
- package/lib/Highlight.js +152 -21
- package/lib/History.cjs +1 -1
- package/lib/History.d.cts +34 -44
- package/lib/History.d.ts +34 -44
- package/lib/History.js +976 -53
- package/lib/HorizontalRule.cjs +1 -1
- package/lib/HorizontalRule.d.cts +32 -44
- package/lib/HorizontalRule.d.ts +32 -44
- package/lib/HorizontalRule.js +97 -17
- package/lib/Icon-DUpv2cI6.cjs +1 -0
- package/lib/Icon-jKs8Hr6p.js +11 -0
- package/lib/Iframe-CmXkEqOd.js +431 -0
- package/lib/Iframe-Cvca2G7X.cjs +1 -0
- package/lib/Iframe.cjs +1 -1
- package/lib/Iframe.d.cts +31 -50
- package/lib/Iframe.d.ts +31 -50
- package/lib/Iframe.js +6 -4
- package/lib/Image.cjs +1 -1
- package/lib/Image.d.cts +32 -45
- package/lib/Image.d.ts +32 -45
- package/lib/Image.js +848 -5
- package/lib/ImageGif.cjs +1 -1
- package/lib/ImageGif.d.cts +33 -47
- package/lib/ImageGif.d.ts +33 -47
- package/lib/ImageGif.js +424 -5
- package/lib/ImportWord.cjs +48 -48
- package/lib/ImportWord.d.cts +33 -45
- package/lib/ImportWord.d.ts +33 -45
- package/lib/ImportWord.js +2596 -2588
- package/lib/Indent.cjs +1 -1
- package/lib/Indent.d.cts +32 -44
- package/lib/Indent.d.ts +32 -44
- package/lib/Indent.js +97 -27
- package/lib/Italic.cjs +1 -1
- package/lib/Italic.d.cts +32 -44
- package/lib/Italic.d.ts +32 -44
- package/lib/Italic.js +47 -19
- package/lib/Katex-DsYXsjSS.js +2740 -0
- package/lib/Katex-XfrNne6U.cjs +4 -0
- package/lib/Katex.cjs +1 -1
- package/lib/Katex.d.cts +32 -44
- package/lib/Katex.d.ts +32 -44
- package/lib/Katex.js +5 -196
- package/lib/LineHeight.cjs +1 -1
- package/lib/LineHeight.d.cts +34 -50
- package/lib/LineHeight.d.ts +34 -50
- package/lib/LineHeight.js +71 -112
- package/lib/Link.cjs +1 -1
- package/lib/Link.d.cts +33 -47
- package/lib/Link.d.ts +33 -47
- package/lib/Link.js +3 -3
- package/lib/LinkEditBlock-BZenZq-Z.cjs +5 -0
- package/lib/LinkEditBlock-CB8yIffE.js +1241 -0
- package/lib/Mention.cjs +1 -1
- package/lib/Mention.d.cts +29 -44
- package/lib/Mention.d.ts +29 -44
- package/lib/Mention.js +112 -124
- package/lib/Mermaid.cjs +2 -2
- package/lib/Mermaid.d.cts +32 -44
- package/lib/Mermaid.d.ts +32 -44
- package/lib/Mermaid.js +177 -165
- package/lib/MoreMark.cjs +1 -1
- package/lib/MoreMark.d.cts +47 -46
- package/lib/MoreMark.d.ts +47 -46
- package/lib/MoreMark.js +125 -55
- package/lib/OrderedList.cjs +1 -1
- package/lib/OrderedList.d.cts +32 -44
- package/lib/OrderedList.d.ts +32 -44
- package/lib/OrderedList.js +37 -9
- package/lib/SearchAndReplace.cjs +1 -1
- package/lib/SearchAndReplace.d.cts +32 -47
- package/lib/SearchAndReplace.d.ts +32 -47
- package/lib/SearchAndReplace.js +221 -197
- package/lib/SlashCommand.cjs +1 -1
- package/lib/SlashCommand.d.cts +44 -51
- package/lib/SlashCommand.d.ts +44 -51
- package/lib/SlashCommand.js +235 -249
- package/lib/Strike.cjs +1 -1
- package/lib/Strike.d.cts +32 -44
- package/lib/Strike.d.ts +32 -44
- package/lib/Strike.js +39 -11
- package/lib/Table-B1j1Ebmh.cjs +9 -0
- package/lib/Table-Db8TcQX8.js +1984 -0
- package/lib/Table.cjs +1 -9
- package/lib/Table.d.cts +33 -47
- package/lib/Table.d.ts +33 -47
- package/lib/Table.js +3 -558
- package/lib/TaskList.cjs +1 -1
- package/lib/TaskList.d.cts +32 -44
- package/lib/TaskList.d.ts +32 -44
- package/lib/TaskList.js +38 -10
- package/lib/TextAlign.cjs +1 -1
- package/lib/TextAlign.d.cts +45 -44
- package/lib/TextAlign.d.ts +45 -44
- package/lib/TextAlign.js +108 -101
- package/lib/TextDirection.cjs +1 -1
- package/lib/TextDirection.d.cts +61 -44
- package/lib/TextDirection.d.ts +61 -44
- package/lib/TextDirection.js +105 -112
- package/lib/TextUnderline.cjs +1 -1
- package/lib/TextUnderline.d.cts +32 -44
- package/lib/TextUnderline.d.ts +32 -44
- package/lib/TextUnderline.js +46 -18
- package/lib/{Twitter-BFULyqdR.js → Twitter-CXmmjz9R.js} +536 -498
- package/lib/Twitter-CtVTIWJW.cjs +1 -0
- package/lib/Twitter.cjs +1 -1
- package/lib/Twitter.d.cts +32 -44
- package/lib/Twitter.d.ts +32 -44
- package/lib/Twitter.js +5 -4
- package/lib/Video.cjs +1 -1
- package/lib/Video.d.cts +32 -44
- package/lib/Video.d.ts +32 -44
- package/lib/Video.js +261 -4
- package/lib/_commonjsHelpers-BItOPCY9.js +28 -0
- package/lib/_commonjsHelpers-BTDuMlIz.cjs +1 -0
- package/lib/bubble.cjs +2 -0
- package/lib/{bubble-extra.d.cts → bubble.d.cts} +58 -59
- package/lib/{bubble-extra.d.ts → bubble.d.ts} +58 -59
- package/lib/bubble.js +1925 -0
- package/lib/button-B12K7BJ4.cjs +1 -0
- package/lib/button-DXMsXUEn.js +43 -0
- package/lib/clsx-C11secjj.cjs +1 -0
- package/lib/clsx-OuTLNxxd.js +16 -0
- package/lib/delete-node-CosiBes5.cjs +1 -0
- package/lib/delete-node-IyVmiRbI.js +22 -0
- package/lib/dialog-CaCS-W5S.cjs +1 -0
- package/lib/dialog-PtQivpHS.js +100 -0
- package/lib/dom-dataset-BqoJhJXt.cjs +1 -0
- package/lib/dom-dataset-CIEeltF6.js +47 -0
- package/lib/dropdown-menu-BPp2Z_U-.js +136 -0
- package/lib/dropdown-menu-CdSm4emp.cjs +1 -0
- package/lib/file-BLas99n7.js +43 -0
- package/lib/file-i7e4nQY2.cjs +1 -0
- package/lib/floating-ui.dom-U1vPFQ5f.js +1151 -0
- package/lib/floating-ui.dom-VCrc58uF.cjs +1 -0
- package/lib/icons-Cllpys39.js +362 -0
- package/lib/icons-CqHjeW5T.cjs +1 -0
- package/lib/index-BH4bc3jN.cjs +33 -0
- package/lib/index-BPfVXs5_.js +2380 -0
- package/lib/index-Bnmd0WvY.js +1631 -0
- package/lib/{index-Ch6dBBad.js → index-CBce_TWY.js} +40 -42
- package/lib/{index-5iBZLua9.cjs → index-D-5U8dY8.cjs} +8 -8
- package/lib/{index-ByurDDMv.js → index-D2TUfKkC.js} +2 -2
- package/lib/index-DV5kbgRU.cjs +1 -0
- package/lib/{index-LmrOdnen.js → index-DYkucCoF.js} +396 -495
- package/lib/index-Dfmm6FTT.cjs +1 -0
- package/lib/index-DnWWK9F_.js +6374 -0
- package/lib/index-DzcKxutn.js +632 -0
- package/lib/index-DzvuNTxo.cjs +4 -0
- package/lib/{index-BeCTd5v2.cjs → index-N--9MohJ.cjs} +1 -1
- package/lib/index-RfTlOzIr.cjs +22 -0
- package/lib/index.cjs +132 -1
- package/lib/index.d.cts +34 -285
- package/lib/index.d.ts +34 -285
- package/lib/index.js +243 -2
- package/lib/input-_ECRfn3Y.cjs +1 -0
- package/lib/input-wJ9PDEzZ.js +21 -0
- package/lib/isNumber-ClPupm7P.cjs +1 -0
- package/lib/isNumber-fpLGS0AZ.js +15 -0
- package/lib/label-BkgAe7IY.cjs +1 -0
- package/lib/label-CGdLYWv7.js +19 -0
- package/lib/locale-bundle.cjs +1 -1
- package/lib/locale-bundle.d.cts +5410 -62
- package/lib/locale-bundle.d.ts +5410 -62
- package/lib/locale-bundle.js +9 -7
- package/lib/popover-BgmUNMHj.cjs +1 -0
- package/lib/popover-CAuEW0Mr.js +23 -0
- package/lib/separator-CuBW_w98.js +328 -0
- package/lib/separator-DRIrVZ2N.cjs +1 -0
- package/lib/store-DX599H5W.js +10 -0
- package/lib/store-WStcMOiW.cjs +1 -0
- package/lib/style.css +1 -1
- package/lib/switch-CnLJ7Y-b.cjs +1 -0
- package/lib/switch-Coix_FA1.js +27 -0
- package/lib/tabs-B5mVSN1I.js +46 -0
- package/lib/tabs-BoLCMcCI.cjs +1 -0
- package/lib/textarea-B-6zTKQz.cjs +1 -0
- package/lib/{textarea-aPtytkDx.js → textarea-DUUM1jZd.js} +1 -1
- package/lib/theme-B7aAsK_T.js +15 -0
- package/lib/theme-D8_cxGqB.cjs +1 -0
- package/lib/throttle-CdwDrFpn.js +249 -0
- package/lib/throttle-qX7Yjtsg.cjs +1 -0
- package/lib/toggle-Cdp4IT2U.js +85 -0
- package/lib/toggle-D41PzQLJ.cjs +1 -0
- package/lib/tooltip-BuEiE96N.cjs +1 -0
- package/lib/tooltip-CopwsU8q.js +23 -0
- package/lib/updatePosition-8Sdem5jb.cjs +1 -0
- package/lib/updatePosition-BPmcE0YD.js +215 -0
- package/lib/use-toast-Bz3QCOtE.cjs +1 -0
- package/lib/use-toast-Crf7-q5H.js +98 -0
- package/lib/useButtonProps-BsEd4zYM.js +141 -0
- package/lib/useButtonProps-C6Vpn190.cjs +1 -0
- package/package.json +22 -105
- package/lib/ActionMenuButton-CYdM1xx5.cjs +0 -1
- package/lib/ActionMenuButton-DKRF6oa0.js +0 -33
- package/lib/BaseKit.cjs +0 -3
- package/lib/BaseKit.d.cts +0 -481
- package/lib/BaseKit.d.ts +0 -481
- package/lib/BaseKit.js +0 -132
- package/lib/Document.cjs +0 -1
- package/lib/Document.js +0 -9
- package/lib/Drawer-CdvCMSzN.cjs +0 -1
- package/lib/Excalidraw-BbMQhNvs.cjs +0 -1
- package/lib/Excalidraw-CVWz2Vyn.js +0 -290
- package/lib/FormatPainter.cjs +0 -1
- package/lib/FormatPainter.d.cts +0 -372
- package/lib/FormatPainter.d.ts +0 -372
- package/lib/FormatPainter.js +0 -76
- package/lib/ListItem.cjs +0 -1
- package/lib/ListItem.d.cts +0 -290
- package/lib/ListItem.d.ts +0 -290
- package/lib/ListItem.js +0 -7
- package/lib/MultiColumn.cjs +0 -1
- package/lib/MultiColumn.d.cts +0 -294
- package/lib/MultiColumn.d.ts +0 -294
- package/lib/MultiColumn.js +0 -8
- package/lib/RichTextEditor-CxvwGvQG.cjs +0 -142
- package/lib/RichTextEditor-DGcKEUGr.js +0 -22166
- package/lib/Selection.cjs +0 -1
- package/lib/Selection.d.cts +0 -289
- package/lib/Selection.d.ts +0 -289
- package/lib/Selection.js +0 -25
- package/lib/SubAndSuperScript.cjs +0 -1
- package/lib/SubAndSuperScript.d.cts +0 -377
- package/lib/SubAndSuperScript.d.ts +0 -377
- package/lib/SubAndSuperScript.js +0 -43
- package/lib/TableOfContent.cjs +0 -1
- package/lib/TableOfContent.d.cts +0 -291
- package/lib/TableOfContent.d.ts +0 -291
- package/lib/TableOfContent.js +0 -185
- package/lib/TextBubble.cjs +0 -1
- package/lib/TextBubble.d.cts +0 -362
- package/lib/TextBubble.d.ts +0 -362
- package/lib/TextBubble.js +0 -133
- package/lib/TrailingNode.cjs +0 -1
- package/lib/TrailingNode.d.cts +0 -297
- package/lib/TrailingNode.d.ts +0 -297
- package/lib/TrailingNode.js +0 -41
- package/lib/Twitter-Cutpkh3h.cjs +0 -1
- package/lib/bubble-extra.cjs +0 -2
- package/lib/bubble-extra.js +0 -631
- package/lib/dom-dataset-_6-diIRQ.cjs +0 -33
- package/lib/dom-dataset-lYeH6gfI.js +0 -2361
- package/lib/index-6D1J-A-o.cjs +0 -1
- package/lib/index-B96Cclrj.cjs +0 -3
- package/lib/index-BBz7Nmv9.js +0 -55
- package/lib/index-CUogRI7j.cjs +0 -1
- package/lib/index-DF2Lp4HZ.cjs +0 -100
- package/lib/index-D_L6n8O8.js +0 -76
- package/lib/index-Dbvi-Bvh.cjs +0 -1
- package/lib/index-DpCrt7xs.cjs +0 -1
- package/lib/index-DsAX1Vq8.cjs +0 -1
- package/lib/index-Dy4DlW9o.js +0 -12
- package/lib/index-J3jHHZ4d.js +0 -200
- package/lib/index-VvXaaKe3.js +0 -898
- package/lib/index-kbO3iWqL.js +0 -13432
- package/lib/textarea-DFo_aXnj.cjs +0 -1
package/lib/Mention.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./index-RfTlOzIr.cjs"),v=require("@tiptap/pm/model"),g=require("./updatePosition-8Sdem5jb.cjs"),w=require("@tiptap/pm/state"),M=require("./index-BH4bc3jN.cjs"),m=require("react/jsx-runtime"),h=require("react"),x=require("./clsx-C11secjj.cjs"),T=require("scroll-into-view-if-needed"),p=require("./dom-dataset-BqoJhJXt.cjs");function L({editor:e,overrideSuggestionOptions:t,extensionName:r,char:n="@"}){const i=new w.PluginKey;return{editor:e,char:n,pluginKey:i,command:({editor:s,range:a,props:l})=>{var d,o,u;const f=s.view.state.selection.$to.nodeAfter;((d=f==null?void 0:f.text)==null?void 0:d.startsWith(" "))&&(a.to+=1),s.chain().focus().insertContentAt(a,[{type:r,attrs:{...l,mentionSuggestionChar:n}},{type:"text",text:" "}]).run(),(u=(o=s.view.dom.ownerDocument.defaultView)==null?void 0:o.getSelection())==null||u.collapseToEnd()},allow:({state:s,range:a})=>{const l=s.doc.resolve(a.from),d=s.schema.nodes[r];return!!l.parent.type.contentMatch.matchType(d)},...t}}function y(e){return(e.options.suggestions.length?e.options.suggestions:[e.options.suggestion]).map(t=>L({editor:e.editor,overrideSuggestionOptions:t,extensionName:e.name,char:t.char}))}function b(e,t){const r=y(e),n=r.find(i=>i.char===t);return n||(r.length?r[0]:null)}var S=c.Node3.create({name:"mention",priority:101,addOptions(){return{HTMLAttributes:{},renderText({node:e,suggestion:t}){var r,n;return`${(r=t==null?void 0:t.char)!=null?r:"@"}${(n=e.attrs.label)!=null?n:e.attrs.id}`},deleteTriggerWithBackspace:!1,renderHTML({options:e,node:t,suggestion:r}){var n,i;return["span",c.mergeAttributes(this.HTMLAttributes,e.HTMLAttributes),`${(n=r==null?void 0:r.char)!=null?n:"@"}${(i=t.attrs.label)!=null?i:t.attrs.id}`]},suggestions:[],suggestion:{}}},group:"inline",inline:!0,selectable:!1,atom:!0,addAttributes(){return{id:{default:null,parseHTML:e=>e.getAttribute("data-id"),renderHTML:e=>e.id?{"data-id":e.id}:{}},label:{default:null,parseHTML:e=>e.getAttribute("data-label"),renderHTML:e=>e.label?{"data-label":e.label}:{}},mentionSuggestionChar:{default:"@",parseHTML:e=>e.getAttribute("data-mention-suggestion-char"),renderHTML:e=>({"data-mention-suggestion-char":e.mentionSuggestionChar})}}},parseHTML(){return[{tag:`span[data-type="${this.name}"]`}]},renderHTML({node:e,HTMLAttributes:t}){const r=b(this,e.attrs.mentionSuggestionChar);if(this.options.renderLabel!==void 0)return console.warn("renderLabel is deprecated use renderText and renderHTML instead"),["span",c.mergeAttributes({"data-type":this.name},this.options.HTMLAttributes,t),this.options.renderLabel({options:this.options,node:e,suggestion:r})];const n={...this.options};n.HTMLAttributes=c.mergeAttributes({"data-type":this.name},this.options.HTMLAttributes,t);const i=this.options.renderHTML({options:n,node:e,suggestion:r});return typeof i=="string"?["span",c.mergeAttributes({"data-type":this.name},this.options.HTMLAttributes,t),i]:i},...c.createInlineMarkdownSpec({nodeName:"mention",name:"@",selfClosing:!0,allowedAttributes:["id","label",{name:"mentionSuggestionChar",skipIfDefault:"@"}],parseAttributes:e=>{const t={},r=/(\w+)=(?:"([^"]*)"|'([^']*)')/g;let n=r.exec(e);for(;n!==null;){const[,i,s,a]=n,l=s??a;t[i==="char"?"mentionSuggestionChar":i]=l,n=r.exec(e)}return t},serializeAttributes:e=>Object.entries(e).filter(([,t])=>t!=null).map(([t,r])=>`${t==="mentionSuggestionChar"?"char":t}="${r}"`).join(" ")}),renderText({node:e}){const t={options:this.options,node:e,suggestion:b(this,e.attrs.mentionSuggestionChar)};return this.options.renderLabel!==void 0?(console.warn("renderLabel is deprecated use renderText and renderHTML instead"),this.options.renderLabel(t)):this.options.renderText(t)},addKeyboardShortcuts(){return{Backspace:()=>this.editor.commands.command(({tr:e,state:t})=>{let r=!1;const{selection:n}=t,{empty:i,anchor:s}=n;if(!i)return!1;let a=new v.Node,l=0;return t.doc.nodesBetween(s-1,s,(d,o)=>{if(d.type.name===this.name)return r=!0,a=d,l=o,!1}),r&&e.insertText(this.options.deleteTriggerWithBackspace?"":a.attrs.mentionSuggestionChar,l,l+a.nodeSize),r})}},addProseMirrorPlugins(){return y(this).map(g.Suggestion)}}),A=S;const H=h.forwardRef((e,t)=>{const r=h.useRef(null),[n,i]=h.useState(0),s=o=>{const u=e.items[o];u&&e.command({id:u,label:u})},a=()=>{i((n+e.items.length-1)%e.items.length)},l=()=>{i((n+1)%e.items.length)},d=()=>{s(n)};return h.useEffect(()=>i(0),[e.items]),h.useEffect(()=>{if(Number.isNaN(n+1))return;const o=r.current.querySelector(`span:nth-of-type(${n+1})`);o&&T(o,{behavior:"smooth",scrollMode:"if-needed"})},[n]),h.useImperativeHandle(t,()=>({onKeyDown:({event:o})=>o.key==="ArrowUp"?(a(),!0):o.key==="ArrowDown"?(l(),!0):o.key==="Enter"?(d(),!0):!1})),m.jsx("div",{className:" !richtext-max-h-[320px] !richtext-w-[160px] richtext-overflow-y-auto richtext-overflow-x-hidden richtext-rounded-md !richtext-border !richtext-border-solid !richtext-border-[hsl(var(--richtext-border))] richtext-bg-popover richtext-p-1 richtext-text-popover-foreground richtext-shadow-md richtext-outline-none",children:m.jsx("div",{ref:r,children:e.items.length>0?e.items.map((o,u)=>m.jsx("span",{className:x.clsx("richtext-flex richtext-w-full richtext-items-center richtext-gap-3 richtext-rounded-sm !richtext-border-none !richtext-bg-transparent richtext-px-2 richtext-py-1.5 richtext-text-left richtext-text-sm !richtext-text-neutral-800 !richtext-outline-none richtext-transition-colors hover:!richtext-bg-accent dark:!richtext-text-neutral-200",{"bg-item-active":u===n}),onClick:()=>s(u),children:o},u)):m.jsx("div",{className:x.clsx("itemUserEmpty"),children:"Empty"})})})}),C=[{id:"1",name:"John Doe"},{id:"2",name:"Jane Doe"},{id:"3",name:"Alice"},{id:"4",name:"Bob"}],$=A.extend({addAttributes(){return{id:{default:"",parseHTML:p.getDatasetAttribute("id")},label:{default:"",parseHTML:p.getDatasetAttribute("label")}}}}).configure({HTMLAttributes:{class:"mention"},suggestion:{items:async({query:e})=>C.map(r=>r.name).filter(r=>r.toLowerCase().startsWith(e.toLowerCase())),render:()=>{let e;return{onStart:t=>{t.clientRect&&(e=new M.ReactRenderer(H,{props:t,editor:t.editor}),e.element.style.position="absolute",document.body.appendChild(e.element),g.updatePosition(t.editor,e.element))},onUpdate(t){e.updateProps(t),t.clientRect&&g.updatePosition(t.editor,e.element)},onKeyDown(t){var r;return t.event.key==="Escape"?(e.destroy(),e.element.remove(),!0):(r=e.ref)==null?void 0:r.onKeyDown(t)},onExit(){e.destroy(),e.element.remove()}}}}});exports.Mention=$;
|
package/lib/Mention.d.cts
CHANGED
|
@@ -37,11 +37,22 @@ declare module '@tiptap/core' {
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
declare module '@tiptap/core' {
|
|
41
|
+
interface Storage {
|
|
42
|
+
color: ColorStorage;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
|
|
40
47
|
declare module '@tiptap/core' {
|
|
41
48
|
interface Commands<ReturnType> {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
49
|
+
columns: {
|
|
50
|
+
insertColumns: (attrs?: {
|
|
51
|
+
cols: number;
|
|
52
|
+
}) => ReturnType;
|
|
53
|
+
addColBefore: () => ReturnType;
|
|
54
|
+
addColAfter: () => ReturnType;
|
|
55
|
+
deleteCol: () => ReturnType;
|
|
45
56
|
};
|
|
46
57
|
}
|
|
47
58
|
}
|
|
@@ -49,8 +60,9 @@ declare module '@tiptap/core' {
|
|
|
49
60
|
|
|
50
61
|
declare module '@tiptap/core' {
|
|
51
62
|
interface Commands<ReturnType> {
|
|
52
|
-
|
|
53
|
-
|
|
63
|
+
drawer: {
|
|
64
|
+
setDrawer: (options: any, replace?: any) => ReturnType;
|
|
65
|
+
setAlignImageDrawer: (align: 'left' | 'center' | 'right') => ReturnType;
|
|
54
66
|
};
|
|
55
67
|
}
|
|
56
68
|
}
|
|
@@ -68,7 +80,16 @@ declare module '@tiptap/core' {
|
|
|
68
80
|
declare module '@tiptap/core' {
|
|
69
81
|
interface Commands<ReturnType> {
|
|
70
82
|
exportWord: {
|
|
71
|
-
exportToWord: () => ReturnType;
|
|
83
|
+
exportToWord: (docState: any) => ReturnType;
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
declare module '@tiptap/core' {
|
|
90
|
+
interface Commands<ReturnType> {
|
|
91
|
+
excalidraw: {
|
|
92
|
+
setExcalidraw: (attrs?: IExcalidrawAttrs) => ReturnType;
|
|
72
93
|
};
|
|
73
94
|
}
|
|
74
95
|
}
|
|
@@ -93,10 +114,8 @@ declare module '@tiptap/core' {
|
|
|
93
114
|
|
|
94
115
|
|
|
95
116
|
declare module '@tiptap/core' {
|
|
96
|
-
interface
|
|
97
|
-
|
|
98
|
-
setPainter: (marks: Mark[]) => ReturnType;
|
|
99
|
-
};
|
|
117
|
+
interface Storage {
|
|
118
|
+
highlight: HighlightStorage;
|
|
100
119
|
}
|
|
101
120
|
}
|
|
102
121
|
|
|
@@ -181,16 +200,6 @@ declare module '@tiptap/core' {
|
|
|
181
200
|
}
|
|
182
201
|
|
|
183
202
|
|
|
184
|
-
declare module '@tiptap/core' {
|
|
185
|
-
interface Commands<ReturnType> {
|
|
186
|
-
lineHeight: {
|
|
187
|
-
setLineHeight: (lineHeight: string) => ReturnType;
|
|
188
|
-
unsetLineHeight: () => ReturnType;
|
|
189
|
-
};
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
|
|
194
203
|
declare module '@tiptap/core' {
|
|
195
204
|
interface Commands<ReturnType> {
|
|
196
205
|
mermaid: {
|
|
@@ -201,20 +210,6 @@ declare module '@tiptap/core' {
|
|
|
201
210
|
}
|
|
202
211
|
|
|
203
212
|
|
|
204
|
-
declare module '@tiptap/core' {
|
|
205
|
-
interface Commands<ReturnType> {
|
|
206
|
-
columns: {
|
|
207
|
-
insertColumns: (attrs?: {
|
|
208
|
-
cols: number;
|
|
209
|
-
}) => ReturnType;
|
|
210
|
-
addColBefore: () => ReturnType;
|
|
211
|
-
addColAfter: () => ReturnType;
|
|
212
|
-
deleteCol: () => ReturnType;
|
|
213
|
-
};
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
|
|
218
213
|
declare module '@tiptap/core' {
|
|
219
214
|
interface Commands<ReturnType> {
|
|
220
215
|
search: {
|
|
@@ -238,16 +233,6 @@ declare module '@tiptap/core' {
|
|
|
238
233
|
}
|
|
239
234
|
|
|
240
235
|
|
|
241
|
-
declare module '@tiptap/core' {
|
|
242
|
-
interface Commands<ReturnType> {
|
|
243
|
-
tableOfContents: {
|
|
244
|
-
setTableOfContents: () => ReturnType;
|
|
245
|
-
removeTableOfContents: () => ReturnType;
|
|
246
|
-
};
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
|
|
251
236
|
declare module '@tiptap/core' {
|
|
252
237
|
interface Commands<ReturnType> {
|
|
253
238
|
twitter: {
|
package/lib/Mention.d.ts
CHANGED
|
@@ -37,11 +37,22 @@ declare module '@tiptap/core' {
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
|
|
40
|
+
declare module '@tiptap/core' {
|
|
41
|
+
interface Storage {
|
|
42
|
+
color: ColorStorage;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
|
|
40
47
|
declare module '@tiptap/core' {
|
|
41
48
|
interface Commands<ReturnType> {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
49
|
+
columns: {
|
|
50
|
+
insertColumns: (attrs?: {
|
|
51
|
+
cols: number;
|
|
52
|
+
}) => ReturnType;
|
|
53
|
+
addColBefore: () => ReturnType;
|
|
54
|
+
addColAfter: () => ReturnType;
|
|
55
|
+
deleteCol: () => ReturnType;
|
|
45
56
|
};
|
|
46
57
|
}
|
|
47
58
|
}
|
|
@@ -49,8 +60,9 @@ declare module '@tiptap/core' {
|
|
|
49
60
|
|
|
50
61
|
declare module '@tiptap/core' {
|
|
51
62
|
interface Commands<ReturnType> {
|
|
52
|
-
|
|
53
|
-
|
|
63
|
+
drawer: {
|
|
64
|
+
setDrawer: (options: any, replace?: any) => ReturnType;
|
|
65
|
+
setAlignImageDrawer: (align: 'left' | 'center' | 'right') => ReturnType;
|
|
54
66
|
};
|
|
55
67
|
}
|
|
56
68
|
}
|
|
@@ -68,7 +80,16 @@ declare module '@tiptap/core' {
|
|
|
68
80
|
declare module '@tiptap/core' {
|
|
69
81
|
interface Commands<ReturnType> {
|
|
70
82
|
exportWord: {
|
|
71
|
-
exportToWord: () => ReturnType;
|
|
83
|
+
exportToWord: (docState: any) => ReturnType;
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
declare module '@tiptap/core' {
|
|
90
|
+
interface Commands<ReturnType> {
|
|
91
|
+
excalidraw: {
|
|
92
|
+
setExcalidraw: (attrs?: IExcalidrawAttrs) => ReturnType;
|
|
72
93
|
};
|
|
73
94
|
}
|
|
74
95
|
}
|
|
@@ -93,10 +114,8 @@ declare module '@tiptap/core' {
|
|
|
93
114
|
|
|
94
115
|
|
|
95
116
|
declare module '@tiptap/core' {
|
|
96
|
-
interface
|
|
97
|
-
|
|
98
|
-
setPainter: (marks: Mark[]) => ReturnType;
|
|
99
|
-
};
|
|
117
|
+
interface Storage {
|
|
118
|
+
highlight: HighlightStorage;
|
|
100
119
|
}
|
|
101
120
|
}
|
|
102
121
|
|
|
@@ -181,16 +200,6 @@ declare module '@tiptap/core' {
|
|
|
181
200
|
}
|
|
182
201
|
|
|
183
202
|
|
|
184
|
-
declare module '@tiptap/core' {
|
|
185
|
-
interface Commands<ReturnType> {
|
|
186
|
-
lineHeight: {
|
|
187
|
-
setLineHeight: (lineHeight: string) => ReturnType;
|
|
188
|
-
unsetLineHeight: () => ReturnType;
|
|
189
|
-
};
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
|
|
194
203
|
declare module '@tiptap/core' {
|
|
195
204
|
interface Commands<ReturnType> {
|
|
196
205
|
mermaid: {
|
|
@@ -201,20 +210,6 @@ declare module '@tiptap/core' {
|
|
|
201
210
|
}
|
|
202
211
|
|
|
203
212
|
|
|
204
|
-
declare module '@tiptap/core' {
|
|
205
|
-
interface Commands<ReturnType> {
|
|
206
|
-
columns: {
|
|
207
|
-
insertColumns: (attrs?: {
|
|
208
|
-
cols: number;
|
|
209
|
-
}) => ReturnType;
|
|
210
|
-
addColBefore: () => ReturnType;
|
|
211
|
-
addColAfter: () => ReturnType;
|
|
212
|
-
deleteCol: () => ReturnType;
|
|
213
|
-
};
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
|
|
218
213
|
declare module '@tiptap/core' {
|
|
219
214
|
interface Commands<ReturnType> {
|
|
220
215
|
search: {
|
|
@@ -238,16 +233,6 @@ declare module '@tiptap/core' {
|
|
|
238
233
|
}
|
|
239
234
|
|
|
240
235
|
|
|
241
|
-
declare module '@tiptap/core' {
|
|
242
|
-
interface Commands<ReturnType> {
|
|
243
|
-
tableOfContents: {
|
|
244
|
-
setTableOfContents: () => ReturnType;
|
|
245
|
-
removeTableOfContents: () => ReturnType;
|
|
246
|
-
};
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
|
|
251
236
|
declare module '@tiptap/core' {
|
|
252
237
|
interface Commands<ReturnType> {
|
|
253
238
|
twitter: {
|
package/lib/Mention.js
CHANGED
|
@@ -1,73 +1,77 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { S as
|
|
1
|
+
import { N as w, y as v, m as c } from "./index-DnWWK9F_.js";
|
|
2
|
+
import { Node as T } from "@tiptap/pm/model";
|
|
3
|
+
import { S as L, u as g } from "./updatePosition-BPmcE0YD.js";
|
|
4
|
+
import { PluginKey as M } from "@tiptap/pm/state";
|
|
5
|
+
import { a as S } from "./index-DzcKxutn.js";
|
|
4
6
|
import { jsx as m } from "react/jsx-runtime";
|
|
5
|
-
import { forwardRef as
|
|
7
|
+
import { forwardRef as H, useRef as A, useState as C, useEffect as f, useImperativeHandle as N } from "react";
|
|
8
|
+
import { c as p } from "./clsx-OuTLNxxd.js";
|
|
6
9
|
import $ from "scroll-into-view-if-needed";
|
|
10
|
+
import { g as x } from "./dom-dataset-CIEeltF6.js";
|
|
7
11
|
function k({
|
|
8
12
|
editor: e,
|
|
9
|
-
overrideSuggestionOptions:
|
|
10
|
-
extensionName:
|
|
11
|
-
char:
|
|
13
|
+
overrideSuggestionOptions: t,
|
|
14
|
+
extensionName: r,
|
|
15
|
+
char: n = "@"
|
|
12
16
|
}) {
|
|
13
17
|
const i = new M();
|
|
14
18
|
return {
|
|
15
19
|
editor: e,
|
|
16
|
-
char:
|
|
20
|
+
char: n,
|
|
17
21
|
pluginKey: i,
|
|
18
|
-
command: ({ editor:
|
|
19
|
-
var
|
|
20
|
-
const h =
|
|
21
|
-
((
|
|
22
|
+
command: ({ editor: s, range: a, props: l }) => {
|
|
23
|
+
var u, o, d;
|
|
24
|
+
const h = s.view.state.selection.$to.nodeAfter;
|
|
25
|
+
((u = h == null ? void 0 : h.text) == null ? void 0 : u.startsWith(" ")) && (a.to += 1), s.chain().focus().insertContentAt(a, [
|
|
22
26
|
{
|
|
23
|
-
type:
|
|
24
|
-
attrs: { ...
|
|
27
|
+
type: r,
|
|
28
|
+
attrs: { ...l, mentionSuggestionChar: n }
|
|
25
29
|
},
|
|
26
30
|
{
|
|
27
31
|
type: "text",
|
|
28
32
|
text: " "
|
|
29
33
|
}
|
|
30
|
-
]).run(), (
|
|
34
|
+
]).run(), (d = (o = s.view.dom.ownerDocument.defaultView) == null ? void 0 : o.getSelection()) == null || d.collapseToEnd();
|
|
31
35
|
},
|
|
32
|
-
allow: ({ state:
|
|
33
|
-
const
|
|
34
|
-
return !!
|
|
36
|
+
allow: ({ state: s, range: a }) => {
|
|
37
|
+
const l = s.doc.resolve(a.from), u = s.schema.nodes[r];
|
|
38
|
+
return !!l.parent.type.contentMatch.matchType(u);
|
|
35
39
|
},
|
|
36
|
-
...
|
|
40
|
+
...t
|
|
37
41
|
};
|
|
38
42
|
}
|
|
39
|
-
function
|
|
43
|
+
function y(e) {
|
|
40
44
|
return (e.options.suggestions.length ? e.options.suggestions : [e.options.suggestion]).map(
|
|
41
|
-
(
|
|
45
|
+
(t) => k({
|
|
42
46
|
// @ts-ignore `editor` can be `undefined` when converting the document to HTML with the HTML utility
|
|
43
47
|
editor: e.editor,
|
|
44
|
-
overrideSuggestionOptions:
|
|
48
|
+
overrideSuggestionOptions: t,
|
|
45
49
|
extensionName: e.name,
|
|
46
|
-
char:
|
|
50
|
+
char: t.char
|
|
47
51
|
})
|
|
48
52
|
);
|
|
49
53
|
}
|
|
50
|
-
function
|
|
51
|
-
const
|
|
52
|
-
return
|
|
54
|
+
function b(e, t) {
|
|
55
|
+
const r = y(e), n = r.find((i) => i.char === t);
|
|
56
|
+
return n || (r.length ? r[0] : null);
|
|
53
57
|
}
|
|
54
|
-
var
|
|
58
|
+
var D = w.create({
|
|
55
59
|
name: "mention",
|
|
56
60
|
priority: 101,
|
|
57
61
|
addOptions() {
|
|
58
62
|
return {
|
|
59
63
|
HTMLAttributes: {},
|
|
60
|
-
renderText({ node: e, suggestion:
|
|
61
|
-
var
|
|
62
|
-
return `${(
|
|
64
|
+
renderText({ node: e, suggestion: t }) {
|
|
65
|
+
var r, n;
|
|
66
|
+
return `${(r = t == null ? void 0 : t.char) != null ? r : "@"}${(n = e.attrs.label) != null ? n : e.attrs.id}`;
|
|
63
67
|
},
|
|
64
68
|
deleteTriggerWithBackspace: !1,
|
|
65
|
-
renderHTML({ options: e, node:
|
|
66
|
-
var
|
|
69
|
+
renderHTML({ options: e, node: t, suggestion: r }) {
|
|
70
|
+
var n, i;
|
|
67
71
|
return [
|
|
68
72
|
"span",
|
|
69
|
-
|
|
70
|
-
`${(
|
|
73
|
+
c(this.HTMLAttributes, e.HTMLAttributes),
|
|
74
|
+
`${(n = r == null ? void 0 : r.char) != null ? n : "@"}${(i = t.attrs.label) != null ? i : t.attrs.id}`
|
|
71
75
|
];
|
|
72
76
|
},
|
|
73
77
|
suggestions: [],
|
|
@@ -111,96 +115,106 @@ var E = w.create({
|
|
|
111
115
|
}
|
|
112
116
|
];
|
|
113
117
|
},
|
|
114
|
-
renderHTML({ node: e, HTMLAttributes:
|
|
115
|
-
const
|
|
118
|
+
renderHTML({ node: e, HTMLAttributes: t }) {
|
|
119
|
+
const r = b(this, e.attrs.mentionSuggestionChar);
|
|
116
120
|
if (this.options.renderLabel !== void 0)
|
|
117
121
|
return console.warn("renderLabel is deprecated use renderText and renderHTML instead"), [
|
|
118
122
|
"span",
|
|
119
|
-
|
|
123
|
+
c({ "data-type": this.name }, this.options.HTMLAttributes, t),
|
|
120
124
|
this.options.renderLabel({
|
|
121
125
|
options: this.options,
|
|
122
126
|
node: e,
|
|
123
|
-
suggestion:
|
|
127
|
+
suggestion: r
|
|
124
128
|
})
|
|
125
129
|
];
|
|
126
|
-
const
|
|
127
|
-
|
|
130
|
+
const n = { ...this.options };
|
|
131
|
+
n.HTMLAttributes = c(
|
|
128
132
|
{ "data-type": this.name },
|
|
129
133
|
this.options.HTMLAttributes,
|
|
130
|
-
|
|
134
|
+
t
|
|
131
135
|
);
|
|
132
136
|
const i = this.options.renderHTML({
|
|
133
|
-
options:
|
|
137
|
+
options: n,
|
|
134
138
|
node: e,
|
|
135
|
-
suggestion:
|
|
139
|
+
suggestion: r
|
|
136
140
|
});
|
|
137
|
-
return typeof i == "string" ? ["span",
|
|
141
|
+
return typeof i == "string" ? ["span", c({ "data-type": this.name }, this.options.HTMLAttributes, t), i] : i;
|
|
138
142
|
},
|
|
139
|
-
...
|
|
143
|
+
...v({
|
|
140
144
|
nodeName: "mention",
|
|
141
145
|
name: "@",
|
|
142
146
|
selfClosing: !0,
|
|
143
|
-
allowedAttributes: ["id", "label"]
|
|
147
|
+
allowedAttributes: ["id", "label", { name: "mentionSuggestionChar", skipIfDefault: "@" }],
|
|
148
|
+
parseAttributes: (e) => {
|
|
149
|
+
const t = {}, r = /(\w+)=(?:"([^"]*)"|'([^']*)')/g;
|
|
150
|
+
let n = r.exec(e);
|
|
151
|
+
for (; n !== null; ) {
|
|
152
|
+
const [, i, s, a] = n, l = s ?? a;
|
|
153
|
+
t[i === "char" ? "mentionSuggestionChar" : i] = l, n = r.exec(e);
|
|
154
|
+
}
|
|
155
|
+
return t;
|
|
156
|
+
},
|
|
157
|
+
serializeAttributes: (e) => Object.entries(e).filter(([, t]) => t != null).map(([t, r]) => `${t === "mentionSuggestionChar" ? "char" : t}="${r}"`).join(" ")
|
|
144
158
|
}),
|
|
145
159
|
renderText({ node: e }) {
|
|
146
|
-
const
|
|
160
|
+
const t = {
|
|
147
161
|
options: this.options,
|
|
148
162
|
node: e,
|
|
149
|
-
suggestion:
|
|
163
|
+
suggestion: b(this, e.attrs.mentionSuggestionChar)
|
|
150
164
|
};
|
|
151
|
-
return this.options.renderLabel !== void 0 ? (console.warn("renderLabel is deprecated use renderText and renderHTML instead"), this.options.renderLabel(
|
|
165
|
+
return this.options.renderLabel !== void 0 ? (console.warn("renderLabel is deprecated use renderText and renderHTML instead"), this.options.renderLabel(t)) : this.options.renderText(t);
|
|
152
166
|
},
|
|
153
167
|
addKeyboardShortcuts() {
|
|
154
168
|
return {
|
|
155
|
-
Backspace: () => this.editor.commands.command(({ tr: e, state:
|
|
156
|
-
let
|
|
157
|
-
const { selection:
|
|
169
|
+
Backspace: () => this.editor.commands.command(({ tr: e, state: t }) => {
|
|
170
|
+
let r = !1;
|
|
171
|
+
const { selection: n } = t, { empty: i, anchor: s } = n;
|
|
158
172
|
if (!i)
|
|
159
173
|
return !1;
|
|
160
|
-
let a = new
|
|
161
|
-
return
|
|
162
|
-
if (
|
|
163
|
-
return
|
|
164
|
-
}),
|
|
174
|
+
let a = new T(), l = 0;
|
|
175
|
+
return t.doc.nodesBetween(s - 1, s, (u, o) => {
|
|
176
|
+
if (u.type.name === this.name)
|
|
177
|
+
return r = !0, a = u, l = o, !1;
|
|
178
|
+
}), r && e.insertText(
|
|
165
179
|
this.options.deleteTriggerWithBackspace ? "" : a.attrs.mentionSuggestionChar,
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
),
|
|
180
|
+
l,
|
|
181
|
+
l + a.nodeSize
|
|
182
|
+
), r;
|
|
169
183
|
})
|
|
170
184
|
};
|
|
171
185
|
},
|
|
172
186
|
addProseMirrorPlugins() {
|
|
173
|
-
return
|
|
187
|
+
return y(this).map(L);
|
|
174
188
|
}
|
|
175
|
-
}),
|
|
176
|
-
const
|
|
177
|
-
const
|
|
178
|
-
const
|
|
179
|
-
|
|
189
|
+
}), K = D;
|
|
190
|
+
const _ = H((e, t) => {
|
|
191
|
+
const r = A(null), [n, i] = C(0), s = (o) => {
|
|
192
|
+
const d = e.items[o];
|
|
193
|
+
d && e.command({ id: d, label: d });
|
|
180
194
|
}, a = () => {
|
|
181
|
-
i((
|
|
182
|
-
},
|
|
183
|
-
i((
|
|
184
|
-
},
|
|
185
|
-
|
|
195
|
+
i((n + e.items.length - 1) % e.items.length);
|
|
196
|
+
}, l = () => {
|
|
197
|
+
i((n + 1) % e.items.length);
|
|
198
|
+
}, u = () => {
|
|
199
|
+
s(n);
|
|
186
200
|
};
|
|
187
|
-
return
|
|
188
|
-
if (Number.isNaN(
|
|
201
|
+
return f(() => i(0), [e.items]), f(() => {
|
|
202
|
+
if (Number.isNaN(n + 1))
|
|
189
203
|
return;
|
|
190
|
-
const
|
|
191
|
-
|
|
192
|
-
}, [
|
|
193
|
-
onKeyDown: ({ event:
|
|
194
|
-
})), /* @__PURE__ */ m("div", { className: " !richtext-max-h-[320px] !richtext-w-[160px] richtext-overflow-y-auto richtext-overflow-x-hidden richtext-rounded-md !richtext-border !richtext-border-[hsl(var(--richtext-border))] richtext-bg-popover richtext-p-1 richtext-text-popover-foreground richtext-shadow-md richtext-outline-none", children: /* @__PURE__ */ m("div", { ref:
|
|
204
|
+
const o = r.current.querySelector(`span:nth-of-type(${n + 1})`);
|
|
205
|
+
o && $(o, { behavior: "smooth", scrollMode: "if-needed" });
|
|
206
|
+
}, [n]), N(t, () => ({
|
|
207
|
+
onKeyDown: ({ event: o }) => o.key === "ArrowUp" ? (a(), !0) : o.key === "ArrowDown" ? (l(), !0) : o.key === "Enter" ? (u(), !0) : !1
|
|
208
|
+
})), /* @__PURE__ */ m("div", { className: " !richtext-max-h-[320px] !richtext-w-[160px] richtext-overflow-y-auto richtext-overflow-x-hidden richtext-rounded-md !richtext-border !richtext-border-solid !richtext-border-[hsl(var(--richtext-border))] richtext-bg-popover richtext-p-1 richtext-text-popover-foreground richtext-shadow-md richtext-outline-none", children: /* @__PURE__ */ m("div", { ref: r, children: e.items.length > 0 ? e.items.map((o, d) => /* @__PURE__ */ m(
|
|
195
209
|
"span",
|
|
196
210
|
{
|
|
197
|
-
className:
|
|
198
|
-
onClick: () =>
|
|
199
|
-
children:
|
|
211
|
+
className: p("richtext-flex richtext-w-full richtext-items-center richtext-gap-3 richtext-rounded-sm !richtext-border-none !richtext-bg-transparent richtext-px-2 richtext-py-1.5 richtext-text-left richtext-text-sm !richtext-text-neutral-800 !richtext-outline-none richtext-transition-colors hover:!richtext-bg-accent dark:!richtext-text-neutral-200", { "bg-item-active": d === n }),
|
|
212
|
+
onClick: () => s(d),
|
|
213
|
+
children: o
|
|
200
214
|
},
|
|
201
|
-
|
|
202
|
-
)) : /* @__PURE__ */ m("div", { className:
|
|
203
|
-
}),
|
|
215
|
+
d
|
|
216
|
+
)) : /* @__PURE__ */ m("div", { className: p("itemUserEmpty"), children: "Empty" }) }) });
|
|
217
|
+
}), E = [
|
|
204
218
|
{
|
|
205
219
|
id: "1",
|
|
206
220
|
name: "John Doe"
|
|
@@ -217,16 +231,16 @@ const D = S((e, r) => {
|
|
|
217
231
|
id: "4",
|
|
218
232
|
name: "Bob"
|
|
219
233
|
}
|
|
220
|
-
],
|
|
234
|
+
], Q = /* @__PURE__ */ K.extend({
|
|
221
235
|
addAttributes() {
|
|
222
236
|
return {
|
|
223
237
|
id: {
|
|
224
238
|
default: "",
|
|
225
|
-
parseHTML:
|
|
239
|
+
parseHTML: x("id")
|
|
226
240
|
},
|
|
227
241
|
label: {
|
|
228
242
|
default: "",
|
|
229
|
-
parseHTML:
|
|
243
|
+
parseHTML: x("label")
|
|
230
244
|
}
|
|
231
245
|
};
|
|
232
246
|
}
|
|
@@ -235,56 +249,30 @@ const D = S((e, r) => {
|
|
|
235
249
|
class: "mention"
|
|
236
250
|
},
|
|
237
251
|
suggestion: {
|
|
238
|
-
items: async ({ query: e }) =>
|
|
252
|
+
items: async ({ query: e }) => E.map((r) => r.name).filter((r) => r.toLowerCase().startsWith(e.toLowerCase())),
|
|
239
253
|
render: () => {
|
|
240
254
|
let e;
|
|
241
|
-
function r(t) {
|
|
242
|
-
if (!e || !e.element)
|
|
243
|
-
return;
|
|
244
|
-
v({
|
|
245
|
-
getBoundingClientRect() {
|
|
246
|
-
return t;
|
|
247
|
-
}
|
|
248
|
-
}, e.element, {
|
|
249
|
-
placement: "bottom-start"
|
|
250
|
-
}).then((o) => {
|
|
251
|
-
Object.assign(e.element.style, {
|
|
252
|
-
left: `${o.x}px`,
|
|
253
|
-
top: `${o.y}px`,
|
|
254
|
-
position: o.strategy === "fixed" ? "fixed" : "absolute"
|
|
255
|
-
});
|
|
256
|
-
});
|
|
257
|
-
}
|
|
258
|
-
const n = () => {
|
|
259
|
-
e && (document.body.contains(e.element) && document.body.removeChild(e.element), e.destroy());
|
|
260
|
-
};
|
|
261
255
|
return {
|
|
262
256
|
onStart: (t) => {
|
|
263
|
-
|
|
264
|
-
props:
|
|
265
|
-
...t,
|
|
266
|
-
onClose: n
|
|
267
|
-
},
|
|
257
|
+
t.clientRect && (e = new S(_, {
|
|
258
|
+
props: t,
|
|
268
259
|
editor: t.editor
|
|
269
|
-
}), document.body.appendChild(e.element),
|
|
260
|
+
}), e.element.style.position = "absolute", document.body.appendChild(e.element), g(t.editor, e.element));
|
|
270
261
|
},
|
|
271
262
|
onUpdate(t) {
|
|
272
|
-
e.updateProps(t),
|
|
263
|
+
e.updateProps(t), t.clientRect && g(t.editor, e.element);
|
|
273
264
|
},
|
|
274
265
|
onKeyDown(t) {
|
|
275
|
-
var
|
|
276
|
-
return t.event.key === "Escape" ? (
|
|
266
|
+
var r;
|
|
267
|
+
return t.event.key === "Escape" ? (e.destroy(), e.element.remove(), !0) : (r = e.ref) == null ? void 0 : r.onKeyDown(t);
|
|
268
|
+
},
|
|
269
|
+
onExit() {
|
|
270
|
+
e.destroy(), e.element.remove();
|
|
277
271
|
}
|
|
278
|
-
// onExit() {
|
|
279
|
-
// if (document.body.contains(component.element)) {
|
|
280
|
-
// document.body.removeChild(component.element);
|
|
281
|
-
// }
|
|
282
|
-
// component.destroy();
|
|
283
|
-
// },
|
|
284
272
|
};
|
|
285
273
|
}
|
|
286
274
|
}
|
|
287
275
|
});
|
|
288
276
|
export {
|
|
289
|
-
|
|
277
|
+
Q as Mention
|
|
290
278
|
};
|