@payloadcms/richtext-lexical 3.79.0 → 3.79.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/exports/client/bundled.css +1 -1
- package/dist/exports/client/index.js +22 -22
- package/dist/exports/client/index.js.map +4 -4
- package/dist/features/converters/lexicalToHtml/async/converters/heading.d.ts.map +1 -1
- package/dist/features/converters/lexicalToHtml/async/converters/heading.js +3 -1
- package/dist/features/converters/lexicalToHtml/async/converters/heading.js.map +1 -1
- package/dist/features/converters/lexicalToHtml/async/converters/link.d.ts.map +1 -1
- package/dist/features/converters/lexicalToHtml/async/converters/link.js +7 -2
- package/dist/features/converters/lexicalToHtml/async/converters/link.js.map +1 -1
- package/dist/features/converters/lexicalToHtml/async/converters/list.d.ts.map +1 -1
- package/dist/features/converters/lexicalToHtml/async/converters/list.js +5 -1
- package/dist/features/converters/lexicalToHtml/async/converters/list.js.map +1 -1
- package/dist/features/converters/lexicalToHtml/async/converters/table.d.ts.map +1 -1
- package/dist/features/converters/lexicalToHtml/async/converters/table.js +2 -1
- package/dist/features/converters/lexicalToHtml/async/converters/table.js.map +1 -1
- package/dist/features/converters/lexicalToHtml/async/converters/text.d.ts.map +1 -1
- package/dist/features/converters/lexicalToHtml/async/converters/text.js +2 -1
- package/dist/features/converters/lexicalToHtml/async/converters/text.js.map +1 -1
- package/dist/features/converters/lexicalToHtml/async/converters/upload.d.ts.map +1 -1
- package/dist/features/converters/lexicalToHtml/async/converters/upload.js +11 -10
- package/dist/features/converters/lexicalToHtml/async/converters/upload.js.map +1 -1
- package/dist/features/converters/lexicalToHtml/shared/cssColors.d.ts +5 -0
- package/dist/features/converters/lexicalToHtml/shared/cssColors.d.ts.map +1 -0
- package/dist/features/converters/lexicalToHtml/shared/cssColors.js +8 -0
- package/dist/features/converters/lexicalToHtml/shared/cssColors.js.map +1 -0
- package/dist/features/converters/lexicalToHtml/sync/converters/heading.d.ts.map +1 -1
- package/dist/features/converters/lexicalToHtml/sync/converters/heading.js +3 -1
- package/dist/features/converters/lexicalToHtml/sync/converters/heading.js.map +1 -1
- package/dist/features/converters/lexicalToHtml/sync/converters/link.d.ts.map +1 -1
- package/dist/features/converters/lexicalToHtml/sync/converters/link.js +7 -2
- package/dist/features/converters/lexicalToHtml/sync/converters/link.js.map +1 -1
- package/dist/features/converters/lexicalToHtml/sync/converters/list.d.ts.map +1 -1
- package/dist/features/converters/lexicalToHtml/sync/converters/list.js +5 -1
- package/dist/features/converters/lexicalToHtml/sync/converters/list.js.map +1 -1
- package/dist/features/converters/lexicalToHtml/sync/converters/table.d.ts.map +1 -1
- package/dist/features/converters/lexicalToHtml/sync/converters/table.js +2 -1
- package/dist/features/converters/lexicalToHtml/sync/converters/table.js.map +1 -1
- package/dist/features/converters/lexicalToHtml/sync/converters/text.d.ts.map +1 -1
- package/dist/features/converters/lexicalToHtml/sync/converters/text.js +2 -1
- package/dist/features/converters/lexicalToHtml/sync/converters/text.js.map +1 -1
- package/dist/features/converters/lexicalToHtml/sync/converters/upload.d.ts.map +1 -1
- package/dist/features/converters/lexicalToHtml/sync/converters/upload.js +11 -10
- package/dist/features/converters/lexicalToHtml/sync/converters/upload.js.map +1 -1
- package/dist/features/toolbars/fixed/client/Toolbar/index.d.ts.map +1 -1
- package/dist/features/toolbars/fixed/client/Toolbar/index.js +84 -141
- package/dist/features/toolbars/fixed/client/Toolbar/index.js.map +1 -1
- package/dist/features/toolbars/inline/client/Toolbar/index.d.ts.map +1 -1
- package/dist/features/toolbars/inline/client/Toolbar/index.js +46 -101
- package/dist/features/toolbars/inline/client/Toolbar/index.js.map +1 -1
- package/dist/features/toolbars/shared/ToolbarButton/index.d.ts +3 -1
- package/dist/features/toolbars/shared/ToolbarButton/index.d.ts.map +1 -1
- package/dist/features/toolbars/shared/ToolbarButton/index.js +38 -111
- package/dist/features/toolbars/shared/ToolbarButton/index.js.map +1 -1
- package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts +4 -10
- package/dist/features/toolbars/shared/ToolbarDropdown/index.d.ts.map +1 -1
- package/dist/features/toolbars/shared/ToolbarDropdown/index.js +10 -79
- package/dist/features/toolbars/shared/ToolbarDropdown/index.js.map +1 -1
- package/dist/features/toolbars/shared/useToolbarStates.d.ts +22 -0
- package/dist/features/toolbars/shared/useToolbarStates.d.ts.map +1 -0
- package/dist/features/toolbars/shared/useToolbarStates.js +127 -0
- package/dist/features/toolbars/shared/useToolbarStates.js.map +1 -0
- package/dist/field/Diff/converters/link.d.ts.map +1 -1
- package/dist/field/Diff/converters/link.js +7 -2
- package/dist/field/Diff/converters/link.js.map +1 -1
- package/dist/field/bundled.css +1 -1
- package/package.json +6 -6
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
"use client";import{a as
|
|
1
|
+
"use client";import{a as ge,c as mt,d as pt,e as ft}from"./chunk-2S5Q7QYO.js";import{a as Ke}from"./chunk-DBWINSQN.js";import{a as ht,b as Je}from"./chunk-QJ5EETIB.js";import{a as he}from"./chunk-INBEEENE.js";import{a as xc}from"./chunk-F26IQ5RE.js";import{b as Vt,c as Kt,d as ne,e as ln,f as Cc,g as bc,i as kc,k as _c,l as Tc}from"./chunk-EZX4YW7S.js";import{a as gc,b as U}from"./chunk-BZZVLW4U.js";function z(t){return{items:t,key:"basic",label:({i18n:e})=>e.t("lexical:general:slashMenuBasicGroupLabel")}}import{c as Lc}from"react/compiler-runtime";import{useLexicalComposerContext as yc}from"@lexical/react/LexicalComposerContext";import{$isDecoratorBlockNode as xe}from"@lexical/react/LexicalDecoratorBlockNode";import{$findMatchingParent as Rc}from"@lexical/utils";import{$getSelection as Ic,$isElementNode as ae,$isNodeSelection as vc,$isRangeSelection as gt,COMMAND_PRIORITY_LOW as Mc,FORMAT_ELEMENT_COMMAND as xt}from"lexical";import{useEffect as Dc}from"react";import{jsx as Fo,jsxs as wc}from"react/jsx-runtime";import"react";var sn=()=>wc("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Fo("path",{d:"M2.5 5H17.5",stroke:"currentColor",strokeWidth:"1.5"}),Fo("path",{d:"M2.5 10H17.5",stroke:"currentColor",strokeWidth:"1.5"}),Fo("path",{d:"M5 15H15",stroke:"currentColor",strokeWidth:"1.5"})]});import{jsx as Po,jsxs as Sc}from"react/jsx-runtime";import"react";var an=()=>Sc("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Po("path",{d:"M2.5 5H17.5",stroke:"currentColor",strokeWidth:"1.5"}),Po("path",{d:"M2.5 10H17.5",stroke:"currentColor",strokeWidth:"1.5"}),Po("path",{d:"M2.5 15H17.5",stroke:"currentColor",strokeWidth:"1.5"})]});import{jsx as Bo,jsxs as Ec}from"react/jsx-runtime";import"react";var Jt=()=>Ec("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Bo("path",{d:"M2.5 5H17.5",stroke:"currentColor",strokeWidth:"1.5"}),Bo("path",{d:"M2.5 10H17.5",stroke:"currentColor",strokeWidth:"1.5"}),Bo("path",{d:"M2.5 15H12.5",stroke:"currentColor",strokeWidth:"1.5"})]});import{jsx as jo,jsxs as Nc}from"react/jsx-runtime";import"react";var cn=()=>Nc("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[jo("path",{d:"M2.5 5H17.5",stroke:"currentColor",strokeWidth:"1.5"}),jo("path",{d:"M2.5 10H17.5",stroke:"currentColor",strokeWidth:"1.5"}),jo("path",{d:"M7.5 15H17.5",stroke:"currentColor",strokeWidth:"1.5"})]});var M=t=>o=>{let r={clientFeatureProps:o};if(typeof t=="function")r.feature=({config:n,featureClientImportMap:l,featureClientSchemaMap:s,featureProviderMap:i,field:d,resolvedFeatures:c,schemaPath:u,unSanitizedEditorConfig:a})=>{let m=t({config:n,featureClientImportMap:l,featureClientSchemaMap:s,featureProviderMap:i,field:d,props:o,resolvedFeatures:c,schemaPath:u,unSanitizedEditorConfig:a});return m.sanitizedClientFeatureProps===null&&(m.sanitizedClientFeatureProps=o),m};else{let n={...t};n.sanitizedClientFeatureProps=o,r.feature=n}return r};var un=t=>({type:"dropdown",ChildComponent:Jt,items:t,key:"align",order:30});var Ie=t=>ae(t)?t.getFormatType():t.__format,dn=[un([{ChildComponent:Jt,isActive:({selection:t})=>{if(!gt(t))return!1;for(let e of t.getNodes()){if((ae(e)||xe(e))&&Ie(e)==="left")continue;let o=e.getParent();if(!((ae(o)||xe(o))&&Ie(o)==="left"))return!1}return!0},key:"alignLeft",label:({i18n:t})=>t.t("lexical:align:alignLeftLabel"),onSelect:({editor:t})=>{t.dispatchCommand(xt,"left")},order:1},{ChildComponent:sn,isActive:({selection:t})=>{if(!gt(t))return!1;for(let e of t.getNodes()){if((ae(e)||xe(e))&&Ie(e)==="center")continue;let o=e.getParent();if(!((ae(o)||xe(o))&&Ie(o)==="center"))return!1}return!0},key:"alignCenter",label:({i18n:t})=>t.t("lexical:align:alignCenterLabel"),onSelect:({editor:t})=>{t.dispatchCommand(xt,"center")},order:2},{ChildComponent:cn,isActive:({selection:t})=>{if(!gt(t))return!1;for(let e of t.getNodes()){if((ae(e)||xe(e))&&Ie(e)==="right")continue;let o=e.getParent();if(!((ae(o)||xe(o))&&Ie(o)==="right"))return!1}return!0},key:"alignRight",label:({i18n:t})=>t.t("lexical:align:alignRightLabel"),onSelect:({editor:t})=>{t.dispatchCommand(xt,"right")},order:3},{ChildComponent:an,isActive:({selection:t})=>{if(!gt(t))return!1;for(let e of t.getNodes()){if((ae(e)||xe(e))&&Ie(e)==="justify")continue;let o=e.getParent();if(!((ae(o)||xe(o))&&Ie(o)==="justify"))return!1}return!0},key:"alignJustify",label:({i18n:t})=>t.t("lexical:align:alignJustifyLabel"),onSelect:({editor:t})=>{t.dispatchCommand(xt,"justify")},order:4}])],$c=()=>{let t=Lc(3),[e]=yc(),o,r;return t[0]!==e?(o=()=>e.registerCommand(xt,Fc,Mc),r=[e],t[0]=e,t[1]=o,t[2]=r):(o=t[1],r=t[2]),Dc(o,r),null},Oc=M({plugins:[{Component:$c,position:"normal"}],toolbarFixed:{groups:dn},toolbarInline:{groups:dn}});function Ac(t){return(ae(t)||xe(t))&&!t.isInline()}function Fc(t){let e=Ic();if(!gt(e)&&!vc(e))return!1;let o=e.getNodes();for(let r of o){let n=Rc(r,Ac);n!==null&&n.setFormat(t)}return!0}import{$createQuoteNode as Cn,$isQuoteNode as gn,QuoteNode as jc}from"@lexical/rich-text";import{$setBlocksType as bn}from"@lexical/selection";import{$getSelection as kn,$isRangeSelection as Hc}from"lexical";import{jsx as mn}from"react/jsx-runtime";import"react";var Ho=()=>mn("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:mn("path",{d:"M13.5353 10.5725C13.5353 9.47709 11.0456 9.99991 11.0456 7.85883C11.0456 6.46464 12.1162 5.61816 13.361 5.61816C14.805 5.61816 16 6.86298 16 8.92937C16 11.2945 14.4564 13.7841 11.1203 14.3816L10.8216 13.1368C12.888 12.4895 13.5353 11.4937 13.5353 10.5725ZM6.71369 10.5725C6.71369 9.47709 4.22407 9.99991 4.22407 7.85883C4.22407 6.46464 5.29461 5.61816 6.53942 5.61816C7.9834 5.61816 9.17842 6.86298 9.17842 8.92937C9.17842 11.2945 7.63485 13.7841 4.29876 14.3816L4 13.1368C6.06639 12.4895 6.71369 11.4937 6.71369 10.5725Z",fill:"currentColor"})});import{jsx as pn}from"react/jsx-runtime";import"react";var Ct=()=>pn("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:pn("path",{d:"M11.708 14.5H7.79785V13.9414H8.01367C9.00391 13.9414 9.15625 13.9033 9.15625 13.6113V6.70508H8.07715C6.82031 6.70508 6.73145 7.08594 6.28711 8.67285H5.80469L5.91895 6.12109H13.5869L13.7012 8.67285H13.2188C12.7744 7.08594 12.6855 6.70508 11.4287 6.70508H10.3496V13.6113C10.3496 13.9033 10.502 13.9414 11.4922 13.9414H11.708V14.5Z",fill:"currentColor"})});var ee=t=>({type:"dropdown",ChildComponent:Ct,items:t,key:"text",order:25});import{$createQuoteNode as Pc,$isQuoteNode as fn,QuoteNode as Bc}from"@lexical/rich-text";var hn={type:"element",dependencies:[Bc],export:(t,e)=>{if(!fn(t))return null;let o=e(t).split(`
|
|
2
2
|
`),r=[];for(let n of o)r.push("> "+n);return r.join(`
|
|
3
|
-
`)},regExp:/^>\s/,replace:(t,e,o,r)=>{if(r){let l=t.getPreviousSibling();if(
|
|
4
|
-
`&&(i=i.slice(0,-1)),
|
|
5
|
-
`&&(i=i.slice(0,-1)),
|
|
3
|
+
`)},regExp:/^>\s/,replace:(t,e,o,r)=>{if(r){let l=t.getPreviousSibling();if(fn(l)){l.splice(l.getChildrenSize(),0,[...e]),l.select(0,0),t.remove();return}}let n=Pc();n.append(...e),t.replace(n),n.select(0,0)}};var xn=[ee([{ChildComponent:Ho,isActive:({selection:t})=>{if(!Hc(t))return!1;for(let e of t.getNodes())if(!gn(e)&&!gn(e.getParent()))return!1;return!0},key:"blockquote",label:({i18n:t})=>t.t("lexical:blockquote:label"),onSelect:({editor:t})=>{t.update(()=>{let e=kn();bn(e,()=>Cn())})},order:20}])],Uc=M({markdownTransformers:[hn],nodes:[jc],slashMenu:{groups:[z([{Icon:Ho,key:"blockquote",keywords:["quote","blockquote"],label:({i18n:t})=>t.t("lexical:blockquote:label"),onSelect:({editor:t})=>{t.update(()=>{let e=kn();bn(e,()=>Cn())})}}])]},toolbarFixed:{groups:xn},toolbarInline:{groups:xn}});import{getTranslation as ro}from"@payloadcms/translations";import{jsx as Uo,jsxs as Wc}from"react/jsx-runtime";import"react";var zt=()=>Wc("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Uo("rect",{height:"4",rx:"0.5",stroke:"currentColor",width:"4",x:"8",y:"5"}),Uo("rect",{height:"4",rx:"0.5",stroke:"currentColor",width:"4",x:"5",y:"11"}),Uo("rect",{height:"4",rx:"0.5",stroke:"currentColor",width:"4",x:"11",y:"11"})]});import{jsx as _n}from"react/jsx-runtime";import"react";var Xt=()=>_n("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:_n("path",{clipRule:"evenodd",d:"M5.33333 6.5C5.11232 6.5 4.90036 6.5878 4.74408 6.74408C4.5878 6.90036 4.5 7.11232 4.5 7.33333V12.1667C4.5 12.3877 4.5878 12.5996 4.74408 12.7559C4.90036 12.9122 5.11232 13 5.33333 13H14.6667C14.8877 13 15.0996 12.9122 15.2559 12.7559C15.4122 12.5996 15.5 12.3877 15.5 12.1667V11.6667C15.5 11.3905 15.7239 11.1667 16 11.1667C16.2761 11.1667 16.5 11.3905 16.5 11.6667V12.1667C16.5 12.6529 16.3068 13.1192 15.963 13.463C15.6192 13.8068 15.1529 14 14.6667 14H5.33333C4.8471 14 4.38079 13.8068 4.03697 13.463C3.69315 13.1192 3.5 12.6529 3.5 12.1667V7.33333C3.5 6.8471 3.69315 6.38079 4.03697 6.03697C4.38079 5.69315 4.8471 5.5 5.33333 5.5H10.3333C10.6095 5.5 10.8333 5.72386 10.8333 6C10.8333 6.27614 10.6095 6.5 10.3333 6.5H5.33333ZM13 6.5C12.7239 6.5 12.5 6.27614 12.5 6C12.5 5.72386 12.7239 5.5 13 5.5H16C16.2761 5.5 16.5 5.72386 16.5 6V9C16.5 9.27614 16.2761 9.5 16 9.5C15.7239 9.5 15.5 9.27614 15.5 9V7.20711L13.3536 9.35355C13.1583 9.54882 12.8417 9.54882 12.6464 9.35355C12.4512 9.15829 12.4512 8.84171 12.6464 8.64645L14.7929 6.5H13ZM6.16699 8.33325C6.16699 8.05711 6.39085 7.83325 6.66699 7.83325H11.0003C11.2765 7.83325 11.5003 8.05711 11.5003 8.33325C11.5003 8.60939 11.2765 8.83325 11.0003 8.83325H6.66699C6.39085 8.83325 6.16699 8.60939 6.16699 8.33325ZM6.16699 10.9999C6.16699 10.7238 6.39085 10.4999 6.66699 10.4999H13.3337C13.6098 10.4999 13.8337 10.7238 13.8337 10.9999C13.8337 11.2761 13.6098 11.4999 13.3337 11.4999H6.66699C6.39085 11.4999 6.16699 11.2761 6.16699 10.9999Z",fill:"currentColor",fillRule:"evenodd"})});import{jsx as Gc}from"react/jsx-runtime";import"react";function Zt(t,e){let{admin:o,imageAltText:r,imageURL:n}=t,l=o?.images,s,i;if(l?.icon?(s=typeof l.icon=="string"?l.icon:l.icon.url,i=typeof l.icon=="string"?void 0:l.icon.alt):l?.thumbnail?(s=typeof l.thumbnail=="string"?l.thumbnail:l.thumbnail.url,i=typeof l.thumbnail=="string"?void 0:l.thumbnail.alt):(s=n,i=r),!s)return e;let d=i??"Block Image";return()=>Gc("img",{alt:d,className:"lexical-block-custom-image",src:s,style:{maxHeight:20,maxWidth:20}})}import{$parseSerializedNode as Mn}from"lexical";import{JSOX as Wo}from"jsox";function Yt({propsString:t}){let e={},o="",r=!0;for(let n=0;n<t.length;n++){let l=t[n];if(r)l==="="||l===" "?o&&(l===" "?(e[o]=!0,o=""):r=!1):o+=l;else{let s=Vc(t,n);e[o]=s.value,n=s.newIndex,o="",r=!0}}return o&&(e[o]=!0),e}function Vc(t,e){let o=t[e];return o==='"'?Tn(t,e):o==="'"?Tn(t,e,!0):o==="{"?Jc(t,e):o==="["?Kc(t,e):Xc(t,e)}function Kc(t,e){let o=1,r="",n=e+1;for(;n<t.length&&o>0;)t[n]==="["?o++:t[n]==="]"&&o--,o>0&&(r+=t[n]),n++;return{newIndex:n,value:Wo.parse(`[${r}]`)}}function Tn(t,e,o=!1){let r="",n=e+1;for(;n<t.length&&(t[n]!==(o?"'":'"')||t[n-1]==="\\");)r+=t[n],n++;return{newIndex:n,value:r}}function Jc(t,e){let o=1,r="",n=e+1;for(;n<t.length&&o>0;)t[n]==="{"?o++:t[n]==="}"&&o--,o>0&&(r+=t[n]),n++;return{newIndex:n,value:zc(r)}}function zc(t){return t[0]!=="{"?Wo.parse(t):Wo.parse(t.replace(/(\w+):/g,'"$1":'))}function Xc(t,e){let o="",r=e;for(;r<t.length&&t[r]!==" ";)o+=t[r],r++;return{newIndex:r-1,value:o}}function bt({props:t}){let e=[];for(let[o,r]of Object.entries(t))typeof r=="string"?e.push(`${o}="${Zc(r)}"`):typeof r=="number"?e.push(`${o}={${r}}`):typeof r=="boolean"?r&&e.push(`${o}`):r!==null&&typeof r=="object"&&(Array.isArray(r)?e.push(`${o}={[${r.map(n=>JSON.stringify(n,wn)).join(", ")}]}`):e.push(`${o}={${JSON.stringify(r,wn)}}`));return e.join(" ")}function Zc(t){return t.replace(/"/g,""")}function wn(t,e){return typeof e=="string"?e.replace(/'/g,"\\'"):e}function qt({isEndOptional:t,lines:e,regexpEndRegex:o,startLineIndex:r,startMatch:n,trimChildren:l}){let s="",i="",d=e.slice(r),c=!1,u=0,a=0,m=null,p=!1,h=0,f=d[0].slice(0,n.index),x=0,_=r;e:for(let[y,k]of d.entries()){let C=l?k.trim():k,g=0;if(l)for(let w=0;w<k.length&&k[w]===" ";w++)g++;let b=0;for(y===0&&(b=(n.index??0)+n[0].length-g);b<C.length;){let w=C[b],R=C[b+1];if(c){if(w==="`"&&h++,h%2===0)if(w==="<"&&R==="/"){if(u--,u<0){i[i.length-1]===`
|
|
4
|
+
`&&(i=i.slice(0,-1)),_=y;for(let I=b;I<C.length;I++)if(C[I]===">"){x=I+1;break}break e}}else if(w==="/"&&R===">"){if(u--,u<0){i[i.length-1]===`
|
|
5
|
+
`&&(i=i.slice(0,-1)),_=y,x=b+2;break e}}else w==="<"&&R!=="/"&&u++;i+=w}else{if(w==="{"&&!m?a++:w==="}"&&!m?a--:(w==='"'||w==="'")&&!m?m=w:w===m&&(m=null),w==="/"&&R===">"&&a===0&&!m){p=!0,_=y,x=b+2;break e}else if(w===">"&&a===0&&!m){c=!0,b++;continue}s+=w}b++}if(c?i?.length>0&&y>0&&(i+=`
|
|
6
6
|
`):s+=`
|
|
7
|
-
`,o&&u<0){let
|
|
7
|
+
`,o&&u<0){let w=C.match(o);if(w?.index!==void 0){_=y,x=w.index+w[0].length-1;break}}if(y===d.length-1&&!t&&!p)throw new Error("End match not found for lines "+e.join(`
|
|
8
8
|
`)+`
|
|
9
9
|
|
|
10
|
-
. Start match: `+JSON.stringify(n))}return{afterEndLine:d[T].trim().slice(x),beforeStartLine:f,content:i,endLineIndex:r+T,endlineLastCharIndex:x,propsString:s}}import{jsx as Iu}from"react/jsx-runtime";import vu from"bson-objectid";import{$applyNodeReplacement as Mu}from"lexical";import"react";import{DecoratorBlockNode as qc}from"@lexical/react/LexicalDecoratorBlockNode.js";import{addClassNamesToElement as Qc}from"@lexical/utils";import eu from"bson-objectid";import{$applyNodeReplacement as tu}from"lexical";var Tt=class extends qc{__cacheBuster;__fields;constructor({cacheBuster:e,fields:o,format:r,key:n}){super(r,n),this.__fields=o,this.__cacheBuster=e||0}static clone(e){return new this({cacheBuster:e.__cacheBuster,fields:e.__fields,format:e.__format,key:e.__key})}static getType(){return"block"}static importDOM(){return{}}static importJSON(e){e.version===1&&(e={...e,fields:{...e.fields.data},version:2});let o=ou(e.fields);return o.setFormat(e.format),o}static isInline(){return!1}createDOM(e){let o=document.createElement("div");return Qc(o,e?.theme?.block),o}decorate(e,o){return null}exportDOM(){let e=document.createElement("div"),o=document.createTextNode(this.getTextContent());return e.append(o),{element:e}}exportJSON(){return{...super.exportJSON(),type:"block",fields:this.getFields(),version:2}}getCacheBuster(){return this.getLatest().__cacheBuster}getFields(){return this.getLatest().__fields}getTextContent(){return"Block Field"}setFields(e,o){let r=this.getWritable();r.__fields=e,o||r.__cacheBuster++}};function ou(t){return tu(new Tt({fields:{...t,id:t?.id||new eu.default().toHexString()}}))}import{jsx as K,jsxs as wt,Fragment as Nn}from"react/jsx-runtime";import{useLexicalComposerContext as uu}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as du}from"@lexical/react/useLexicalEditable";import{getTranslation as mu}from"@payloadcms/translations";import{Button as Ln,Collapsible as pu,Drawer as fu,EditDepthProvider as hu,ErrorPill as gu,Form as xu,formatDrawerSlug as Cu,FormSubmit as bu,Pill as ku,RenderFields as _u,SectionTitle as Tu,useConfig as wu,useDocumentForm as Eu,useDocumentInfo as yn,useEditDepth as Su,useFormSubmitted as Nu,useServerFunctions as Lu,useTranslation as yu}from"@payloadcms/ui";import{abortAndIgnore as Vo}from"@payloadcms/ui/shared";import{$getNodeByKey as oo}from"lexical";import{deepCopyObjectSimpleWithoutReactComponents as ro,reduceFieldsToValues as Rn}from"payload/shared";import Et,{useCallback as Ko,useEffect as Jo,useMemo as St,useRef as zo}from"react";import{v4 as Ru}from"uuid";import{c as ru}from"react/compiler-runtime";import{jsx as to,jsxs as nu}from"react/jsx-runtime";import{useLexicalEditable as lu}from"@lexical/react/useLexicalEditable";import{RenderFields as iu,useFormSubmitted as su}from"@payloadcms/ui";import au,{createContext as cu}from"react";var wn=cu({baseClass:"LexicalEditorTheme__block",BlockCollapsible:()=>null,BlockDrawer:()=>null,CustomBlock:null,EditButton:()=>null,errorCount:0,formSchema:[],initialState:!1,nodeKey:"",RemoveButton:()=>null}),be=()=>au.use(wn),En=t=>{let e=ru(4),{Collapsible:o,...r}=t,{BlockDrawer:n,CustomBlock:l,errorCount:s,formSchema:i}=r,c=su()&&s>0,u=lu(),a;e[0]!==o||e[1]!==s||e[2]!==c?(a=p=>{let{children:h,...f}=p;return to(o,{errorCount:s,fieldHasErrors:c,...f,children:h})},e[0]=o,e[1]=s,e[2]=c,e[3]=a):a=e[3];let m=a;return l?nu(wn,{value:{...r,BlockCollapsible:m},children:[l,to(n,{})]}):to(m,{children:to(iu,{fields:i,forceRender:!0,parentIndexPath:"",parentPath:"",parentSchemaPath:"",permissions:!0,readOnly:!u})})};function Sn({fields:t}){for(let e in t){let o=t[e];Array.isArray(o?.rows)&&"value"in o&&(o.disableFormData=!0)}return t}var In=t=>{let{cacheBuster:e,className:o,formData:r,nodeKey:n}=t,l=Nu(),{id:s,collectionSlug:i,globalSlug:d}=yn(),{fieldProps:{featureClientSchemaMap:c,field:u,initialLexicalFormState:a,schemaPath:m},uuid:p}=U(),{fields:h}=Eu(),f=zo(new AbortController),x=Su(),[T,E]=Et.useState(0),{config:S}=wu(),_=Cu({slug:`lexical-blocks-create-${p}-${r.id}`,depth:x}),{toggleDrawer:b}=ge(_),{getDocPreferences:g,setDocFieldPreferences:C}=yn(),[k]=uu(),y=du(),I=r.blockType,{getFormState:v}=Lu(),N=`${m}.lexical_internal_feature.blocks.lexical_blocks.${I}.fields`,[w,R]=Et.useState(()=>{let H=a?.[r.id]?.formState;if(!H)return!1;let Q=Object.fromEntries(Object.entries(H).map(([G,V])=>[G,G in r?{...V,initialValue:r[G],value:r[G]}:V]));return Q.blockName={initialValue:r.blockName,passesCondition:!0,valid:!0,value:r.blockName},Q}),L=zo(!1),M=zo(e);Jo(()=>{L.current?(M.current!==e&&R(!1),M.current=e):L.current=!0},[e]);let[$,A]=Et.useState(w?._components?.customComponents?.BlockLabel??void 0),[F,P]=Et.useState(w?._components?.customComponents?.Block??void 0);Jo(()=>{let H=new AbortController;return r&&!w&&(async()=>{let{state:G}=await v({id:s,collectionSlug:i,data:r,docPermissions:{fields:!0},docPreferences:await g(),documentFormState:ro(h,{excludeFiles:!0}),globalSlug:d,initialBlockData:r,operation:"update",readOnly:!y,renderAllFields:!0,schemaPath:N,signal:H.signal});if(G){G.blockName={initialValue:r.blockName,passesCondition:!0,valid:!0,value:r.blockName};let V=Rn(ro(G,{excludeFiles:!0}),!0);k.update(()=>{let q=oo(n);if(q&&Ae(q)){let re=V;re.blockType=I,q.setFields(re,!0)}}),R(G),A(G._components?.customComponents?.BlockLabel??void 0),P(G._components?.customComponents?.Block??void 0)}})(),()=>{Vo(H)}},[v,N,y,s,r,k,n,w,i,d,g,h,I]);let[Z,Y]=Et.useState(a?.[r.id]?.collapsed??!1),mt=`${m}.lexical_internal_feature.blocks.lexical_blocks.${I}`,fe=c.blocks?.[mt]?.[0],W=fe.blockReferences?typeof fe?.blockReferences?.[0]=="string"?S.blocksMap[fe?.blockReferences?.[0]]:fe?.blockReferences?.[0]:fe?.blocks?.[0],{i18n:le,t:he}=yu(),pt=Ko(async({formState:H,submit:Q})=>{Vo(f.current);let G=new AbortController;f.current=G;let{state:V}=await v({id:s,collectionSlug:i,docPermissions:{fields:!0},docPreferences:await g(),documentFormState:ro(h,{excludeFiles:!0}),formState:H,globalSlug:d,initialBlockFormState:H,operation:"update",readOnly:!y,renderAllFields:!!Q,schemaPath:N,signal:G.signal});if(!V)return H;H.blockName&&(V.blockName=H.blockName);let q=Rn(Sn({fields:ro(V,{excludeFiles:!0})}),!0);if(setTimeout(()=>{k.update(()=>{let re=oo(n);if(re&&Ae(re)){let Je=q;Je.blockType=I,re.setFields(Je,!0)}})},0),Q){A(V._components?.customComponents?.BlockLabel??void 0),P(V._components?.customComponents?.Block??void 0);let re=0;for(let Je of Object.values(V))Je?.valid===!1&&re++;E(re)}return V},[v,s,i,g,d,N,I,h,y,k,n]);Jo(()=>()=>{Vo(f.current)},[]);let Re=Ko(()=>{k.update(()=>{oo(n)?.remove()})},[k,n]),Ie=W?.labels?.singular?mu(W.labels.singular,le):W?.slug,Vt=Ko(H=>{g().then(Q=>{let V=Q?.fields?.[u.name]?.collapsed,q=V&&V?.length?V:[];H?q.includes(r.id)||q.push(r.id):q.includes(r.id)&&q.splice(q.indexOf(r.id),1),C(u.name,{collapsed:q,hello:"hi"})})},[g,u.name,C,r.id]),Ve=St(()=>()=>K(Ln,{buttonStyle:"icon-label",className:`${o}__editButton`,disabled:!y,el:"button",icon:"edit",onClick:H=>(H.preventDefault(),H.stopPropagation(),b(),!1),onMouseDown:H=>{H.preventDefault()},round:!0,size:"small",tooltip:he("lexical:blocks:inlineBlocks:edit",{label:Ie})}),[o,y,he,Ie,b]),Ke=St(()=>()=>K(Ln,{buttonStyle:"icon-label",className:`${o}__removeButton`,disabled:!y,icon:"x",onClick:H=>{H.preventDefault(),Re()},round:!0,tooltip:"Remove Block"}),[o,y,Re]),Oo=St(()=>({Actions:H,children:Q,className:G,collapsibleProps:V,disableBlockName:q,editButton:re,errorCount:Je,fieldHasErrors:Fo,Label:on,Pill:rn,removeButton:gc})=>K("div",{className:`${o}__container ${o}-${I}`,children:K(pu,{className:[`${o}__row`,Fo?`${o}__row--has-errors`:`${o}__row--no-errors`,G].filter(Boolean).join(" "),collapsibleStyle:Fo?"error":"default",header:wt("div",{className:`${o}__block-header`,children:[typeof on<"u"?on:typeof $<"u"?$:wt("div",{className:`${o}__block-label`,children:[typeof rn<"u"?rn:K(ku,{className:`${o}__block-pill ${o}__block-pill-${I}`,pillStyle:"white",size:"small",children:Ie??I}),!q&&!W?.admin?.disableBlockName&&K(Tu,{path:"blockName",readOnly:!y}),Fo&&K(gu,{count:Je??0,i18n:le,withMessage:!0})]}),K("div",{className:`${o}__block-actions`,children:typeof H<"u"?H:wt(Nn,{children:[F&&re!==!1||!F&&re?K(Ve,{}):null,gc!==!1&&y?K(Ke,{}):null]})})]}),isCollapsed:Z,onToggle:nn=>{Vt(nn),Y(nn)},...V||{},children:Q},0)}),[F,$,Ve,Ke,Ie,o,W?.admin?.disableBlockName,I,le,Z,Vt,y]),en=r?.id,tn=St(()=>()=>K(hu,{children:K(fu,{className:"",slug:_,title:he(`lexical:blocks:inlineBlocks:${en?"edit":"create"}`,{label:Ie??he("lexical:blocks:inlineBlocks:label")}),children:w?wt(Nn,{children:[K(_u,{fields:W?.fields??[],forceRender:!0,parentIndexPath:"",parentPath:"",parentSchemaPath:N,permissions:!0,readOnly:!y}),K(bu,{programmaticSubmit:!0,children:he("fields:saveChanges")})]}):null})}),[w,_,en,Ie,he,y,W?.fields,N]),hc=St(()=>w?K(xu,{beforeSubmit:[async({formState:H})=>await pt({formState:H,submit:!0})],el:"div",fields:W?.fields??[],initialState:w,onChange:[pt],onSubmit:(H,Q)=>{Q.blockType=I,k.update(()=>{let G=oo(n);G&&Ae(G)&&G.setFields(Q,!0)}),b()},submitted:l,uuid:Ru(),children:K(En,{baseClass:o,BlockDrawer:tn,Collapsible:Oo,CustomBlock:F,EditButton:Ve,errorCount:T,formSchema:W?.fields??[],initialState:w,nodeKey:n,RemoveButton:Ke})}):null,[Oo,tn,F,I,Ke,Ve,o,k,T,b,W?.fields,w,n,pt,l]);return W?hc:K(Oo,{disableBlockName:!0,fieldHasErrors:!0,children:wt("div",{className:`${o}-not-found`,children:["Error: Block '",I,"' not found in the config but exists in the lexical data"]})})};var ie=class extends Tt{static clone(e){return super.clone(e)}static getType(){return super.getType()}static importJSON(e){e.version===1&&(e={...e,fields:{...e.fields.data},version:2});let o=Oe(e.fields);return o.setFormat(e.format),o}decorate(e,o){return Iu(In,{cacheBuster:this.getCacheBuster(),className:o.theme.block??"LexicalEditorTheme__block",formData:this.getFields(),nodeKey:this.getKey()})}exportJSON(){return super.exportJSON()}};function Oe(t){return Mu(new ie({fields:{...t,id:t?.id||new vu.default().toHexString()}}))}function Ae(t){return t instanceof ie}import{createHeadlessEditor as Du}from"@lexical/headless";function Xo(t,e){return({editorState:r})=>{let n=Du({nodes:t});try{n.setEditorState(n.parseEditorState(r))}catch(s){console.error("getLexicalToMarkdown: ERROR parsing editor state",s)}let l="";return n.getEditorState().read(()=>{l=Jt(e)}),l}}import{createHeadlessEditor as $u}from"@lexical/headless";function no(t,e){return({markdown:r})=>{let n=$u({nodes:t});return n.update(()=>{Kt(r,e)},{discrete:!0}),n.getEditorState().toJSON()}}function Au(t){let e=t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return{regExpEnd:new RegExp(`</(${e})\\s*>|<${e}[^>]*?/>`,"i"),regExpStart:new RegExp(`<(${e})([^>]*?)\\s*(/?)>`,"i")}}var Dn=({blocks:t,inlineBlocks:e})=>{if(!t?.length&&!e?.length)return[];let o=[];if(t?.length)for(let r of t){let n=Mn(r,!1);n&&(o=o.concat(n))}if(e?.length)for(let r of e){let n=Mn(r,!0);n&&(o=o.concat(n))}return o};function Mn(t,e){if(!t.jsx)return null;let o=Au(t.slug),r=[];return e?(r.push(({allNodes:n,allTransformers:l})=>({type:"text-match",dependencies:[ft],export:s=>{if(!gt(s)||s.getFields()?.blockType?.toLowerCase()!==t.slug.toLowerCase())return null;let i=s.getFields(),d=Xo(n,l),c=t.jsx.export({fields:i,lexicalToMarkdown:d});if(c===!1)return null;if(typeof c=="string")return c;let u=c.props&&Object.keys(c.props)?.length>0,a=c.props??{};return c?.children?.length?`<${i.blockType}${u?" "+_t({props:a}):""}>${c.children}</${i.blockType}>`:`<${i.blockType}${u?" "+_t({props:a}):""}/>`},getEndIndex:(s,i)=>{let{endlineLastCharIndex:d}=eo({isEndOptional:!1,lines:[s.getTextContent()],regexpEndRegex:o.regExpEnd,startLineIndex:0,startMatch:i,trimChildren:!1});return d},importRegExp:t.jsx?.customStartRegex??o.regExpStart,regExp:/___ignoreignoreignore___/g,replace(s,i){let{content:d,propsString:c}=eo({isEndOptional:!1,lines:[s.getTextContent()],regexpEndRegex:o.regExpEnd,startLineIndex:0,startMatch:{...i,index:0},trimChildren:!1});if(!t?.jsx?.import)return;let u=no(n,l),a=t.jsx.import({children:d,closeMatch:null,htmlToLexical:null,markdownToLexical:u,openMatch:i,props:c?Qt({propsString:c}):{}});if(a===!1)return;let m=ht({blockType:t.slug,...a});s.replace(m)}})),r):(r.push(({allNodes:n,allTransformers:l})=>({dependencies:[ie],export:s=>{if(!Ae(s)||s.getFields()?.blockType?.toLowerCase()!==t.slug.toLowerCase())return null;let i=s.getFields(),d=Xo(n,l),c=t.jsx.export({fields:i,lexicalToMarkdown:d});if(c===!1)return null;if(typeof c=="string")return c;let u=c.props&&Object.keys(c.props)?.length>0,a=c.props??{};if(c?.children?.length){let m=c.children,p="";if(m.includes(`
|
|
10
|
+
. Start match: `+JSON.stringify(n))}return{afterEndLine:d[_].trim().slice(x),beforeStartLine:f,content:i,endLineIndex:r+_,endlineLastCharIndex:x,propsString:s}}import{jsx as Ru}from"react/jsx-runtime";import Iu from"bson-objectid";import{$applyNodeReplacement as vu}from"lexical";import"react";import{DecoratorBlockNode as Yc}from"@lexical/react/LexicalDecoratorBlockNode.js";import{addClassNamesToElement as qc}from"@lexical/utils";import Qc from"bson-objectid";import{$applyNodeReplacement as eu}from"lexical";var kt=class extends Yc{__cacheBuster;__fields;constructor({cacheBuster:e,fields:o,format:r,key:n}){super(r,n),this.__fields=o,this.__cacheBuster=e||0}static clone(e){return new this({cacheBuster:e.__cacheBuster,fields:e.__fields,format:e.__format,key:e.__key})}static getType(){return"block"}static importDOM(){return{}}static importJSON(e){e.version===1&&(e={...e,fields:{...e.fields.data},version:2});let o=tu(e.fields);return o.setFormat(e.format),o}static isInline(){return!1}createDOM(e){let o=document.createElement("div");return qc(o,e?.theme?.block),o}decorate(e,o){return null}exportDOM(){let e=document.createElement("div"),o=document.createTextNode(this.getTextContent());return e.append(o),{element:e}}exportJSON(){return{...super.exportJSON(),type:"block",fields:this.getFields(),version:2}}getCacheBuster(){return this.getLatest().__cacheBuster}getFields(){return this.getLatest().__fields}getTextContent(){return"Block Field"}setFields(e,o){let r=this.getWritable();r.__fields=e,o||r.__cacheBuster++}};function tu(t){return eu(new kt({fields:{...t,id:t?.id||new Qc.default().toHexString()}}))}import{jsx as K,jsxs as _t,Fragment as Ln}from"react/jsx-runtime";import{useLexicalComposerContext as cu}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as uu}from"@lexical/react/useLexicalEditable";import{getTranslation as du}from"@payloadcms/translations";import{Button as yn,Collapsible as mu,Drawer as pu,EditDepthProvider as fu,ErrorPill as hu,Form as gu,formatDrawerSlug as xu,FormSubmit as Cu,Pill as bu,RenderFields as ku,SectionTitle as _u,useConfig as Tu,useDocumentForm as wu,useDocumentInfo as Rn,useEditDepth as Su,useFormSubmitted as Eu,useServerFunctions as Nu,useTranslation as Lu}from"@payloadcms/ui";import{abortAndIgnore as Go}from"@payloadcms/ui/shared";import{$getNodeByKey as eo}from"lexical";import{deepCopyObjectSimpleWithoutReactComponents as to,reduceFieldsToValues as In}from"payload/shared";import Tt,{useCallback as Vo,useEffect as Ko,useMemo as wt,useRef as Jo}from"react";import{v4 as yu}from"uuid";import{c as ou}from"react/compiler-runtime";import{jsx as Qt,jsxs as ru}from"react/jsx-runtime";import{useLexicalEditable as nu}from"@lexical/react/useLexicalEditable";import{RenderFields as lu,useFormSubmitted as iu}from"@payloadcms/ui";import su,{createContext as au}from"react";var Sn=au({baseClass:"LexicalEditorTheme__block",BlockCollapsible:()=>null,BlockDrawer:()=>null,CustomBlock:null,EditButton:()=>null,errorCount:0,formSchema:[],initialState:!1,nodeKey:"",RemoveButton:()=>null}),Ce=()=>su.use(Sn),En=t=>{let e=ou(4),{Collapsible:o,...r}=t,{BlockDrawer:n,CustomBlock:l,errorCount:s,formSchema:i}=r,c=iu()&&s>0,u=nu(),a;e[0]!==o||e[1]!==s||e[2]!==c?(a=p=>{let{children:h,...f}=p;return Qt(o,{errorCount:s,fieldHasErrors:c,...f,children:h})},e[0]=o,e[1]=s,e[2]=c,e[3]=a):a=e[3];let m=a;return l?ru(Sn,{value:{...r,BlockCollapsible:m},children:[l,Qt(n,{})]}):Qt(m,{children:Qt(lu,{fields:i,forceRender:!0,parentIndexPath:"",parentPath:"",parentSchemaPath:"",permissions:!0,readOnly:!u})})};function Nn({fields:t}){for(let e in t){let o=t[e];Array.isArray(o?.rows)&&"value"in o&&(o.disableFormData=!0)}return t}var vn=t=>{let{cacheBuster:e,className:o,formData:r,nodeKey:n}=t,l=Eu(),{id:s,collectionSlug:i,globalSlug:d}=Rn(),{fieldProps:{featureClientSchemaMap:c,field:u,initialLexicalFormState:a,schemaPath:m},uuid:p}=U(),{fields:h}=wu(),f=Jo(new AbortController),x=Su(),[_,S]=Tt.useState(0),{config:y}=Tu(),k=xu({slug:`lexical-blocks-create-${p}-${r.id}`,depth:x}),{toggleDrawer:C}=he(k),{getDocPreferences:g,setDocFieldPreferences:b}=Rn(),[w]=cu(),R=uu(),I=r.blockType,{getFormState:D}=Nu(),E=`${m}.lexical_internal_feature.blocks.lexical_blocks.${I}.fields`,[T,L]=Tt.useState(()=>{let H=a?.[r.id]?.formState;if(!H)return!1;let Q=Object.fromEntries(Object.entries(H).map(([G,V])=>[G,G in r?{...V,initialValue:r[G],value:r[G]}:V]));return Q.blockName={initialValue:r.blockName,passesCondition:!0,valid:!0,value:r.blockName},Q}),N=Jo(!1),v=Jo(e);Ko(()=>{N.current?(v.current!==e&&L(!1),v.current=e):N.current=!0},[e]);let[$,O]=Tt.useState(T?._components?.customComponents?.BlockLabel??void 0),[F,P]=Tt.useState(T?._components?.customComponents?.Block??void 0);Ko(()=>{let H=new AbortController;return r&&!T&&(async()=>{let{state:G}=await D({id:s,collectionSlug:i,data:r,docPermissions:{fields:!0},docPreferences:await g(),documentFormState:to(h,{excludeFiles:!0}),globalSlug:d,initialBlockData:r,operation:"update",readOnly:!R,renderAllFields:!0,schemaPath:E,signal:H.signal});if(G){G.blockName={initialValue:r.blockName,passesCondition:!0,valid:!0,value:r.blockName};let V=In(to(G,{excludeFiles:!0}),!0);w.update(()=>{let q=eo(n);if(q&&$e(q)){let re=V;re.blockType=I,q.setFields(re,!0)}}),L(G),O(G._components?.customComponents?.BlockLabel??void 0),P(G._components?.customComponents?.Block??void 0)}})(),()=>{Go(H)}},[D,E,R,s,r,w,n,T,i,d,g,h,I]);let[Z,Y]=Tt.useState(a?.[r.id]?.collapsed??!1),ut=`${m}.lexical_internal_feature.blocks.lexical_blocks.${I}`,pe=c.blocks?.[ut]?.[0],W=pe.blockReferences?typeof pe?.blockReferences?.[0]=="string"?y.blocksMap[pe?.blockReferences?.[0]]:pe?.blockReferences?.[0]:pe?.blocks?.[0],{i18n:le,t:fe}=Lu(),dt=Vo(async({formState:H,submit:Q})=>{Go(f.current);let G=new AbortController;f.current=G;let{state:V}=await D({id:s,collectionSlug:i,docPermissions:{fields:!0},docPreferences:await g(),documentFormState:to(h,{excludeFiles:!0}),formState:H,globalSlug:d,initialBlockFormState:H,operation:"update",readOnly:!R,renderAllFields:!!Q,schemaPath:E,signal:G.signal});if(!V)return H;H.blockName&&(V.blockName=H.blockName);let q=In(Nn({fields:to(V,{excludeFiles:!0})}),!0);if(setTimeout(()=>{w.update(()=>{let re=eo(n);if(re&&$e(re)){let Ve=q;Ve.blockType=I,re.setFields(Ve,!0)}})},0),Q){O(V._components?.customComponents?.BlockLabel??void 0),P(V._components?.customComponents?.Block??void 0);let re=0;for(let Ve of Object.values(V))Ve?.valid===!1&&re++;S(re)}return V},[D,s,i,g,d,E,I,h,R,w,n]);Ko(()=>()=>{Go(f.current)},[]);let ye=Vo(()=>{w.update(()=>{eo(n)?.remove()})},[w,n]),Re=W?.labels?.singular?du(W.labels.singular,le):W?.slug,Gt=Vo(H=>{g().then(Q=>{let V=Q?.fields?.[u.name]?.collapsed,q=V&&V?.length?V:[];H?q.includes(r.id)||q.push(r.id):q.includes(r.id)&&q.splice(q.indexOf(r.id),1),b(u.name,{collapsed:q,hello:"hi"})})},[g,u.name,b,r.id]),We=wt(()=>()=>K(yn,{buttonStyle:"icon-label",className:`${o}__editButton`,disabled:!R,el:"button",icon:"edit",onClick:H=>(H.preventDefault(),H.stopPropagation(),C(),!1),onMouseDown:H=>{H.preventDefault()},round:!0,size:"small",tooltip:fe("lexical:blocks:inlineBlocks:edit",{label:Re})}),[o,R,fe,Re,C]),Ge=wt(()=>()=>K(yn,{buttonStyle:"icon-label",className:`${o}__removeButton`,disabled:!R,icon:"x",onClick:H=>{H.preventDefault(),ye()},round:!0,tooltip:"Remove Block"}),[o,R,ye]),Oo=wt(()=>({Actions:H,children:Q,className:G,collapsibleProps:V,disableBlockName:q,editButton:re,errorCount:Ve,fieldHasErrors:Ao,Label:on,Pill:rn,removeButton:hc})=>K("div",{className:`${o}__container ${o}-${I}`,children:K(mu,{className:[`${o}__row`,Ao?`${o}__row--has-errors`:`${o}__row--no-errors`,G].filter(Boolean).join(" "),collapsibleStyle:Ao?"error":"default",header:_t("div",{className:`${o}__block-header`,children:[typeof on<"u"?on:typeof $<"u"?$:_t("div",{className:`${o}__block-label`,children:[typeof rn<"u"?rn:K(bu,{className:`${o}__block-pill ${o}__block-pill-${I}`,pillStyle:"white",size:"small",children:Re??I}),!q&&!W?.admin?.disableBlockName&&K(_u,{path:"blockName",readOnly:!R}),Ao&&K(hu,{count:Ve??0,i18n:le,withMessage:!0})]}),K("div",{className:`${o}__block-actions`,children:typeof H<"u"?H:_t(Ln,{children:[F&&re!==!1||!F&&re?K(We,{}):null,hc!==!1&&R?K(Ge,{}):null]})})]}),isCollapsed:Z,onToggle:nn=>{Gt(nn),Y(nn)},...V||{},children:Q},0)}),[F,$,We,Ge,Re,o,W?.admin?.disableBlockName,I,le,Z,Gt,R]),en=r?.id,tn=wt(()=>()=>K(fu,{children:K(pu,{className:"",slug:k,title:fe(`lexical:blocks:inlineBlocks:${en?"edit":"create"}`,{label:Re??fe("lexical:blocks:inlineBlocks:label")}),children:T?_t(Ln,{children:[K(ku,{fields:W?.fields??[],forceRender:!0,parentIndexPath:"",parentPath:"",parentSchemaPath:E,permissions:!0,readOnly:!R}),K(Cu,{programmaticSubmit:!0,children:fe("fields:saveChanges")})]}):null})}),[T,k,en,Re,fe,R,W?.fields,E]),fc=wt(()=>T?K(gu,{beforeSubmit:[async({formState:H})=>await dt({formState:H,submit:!0})],el:"div",fields:W?.fields??[],initialState:T,onChange:[dt],onSubmit:(H,Q)=>{Q.blockType=I,w.update(()=>{let G=eo(n);G&&$e(G)&&G.setFields(Q,!0)}),C()},submitted:l,uuid:yu(),children:K(En,{baseClass:o,BlockDrawer:tn,Collapsible:Oo,CustomBlock:F,EditButton:We,errorCount:_,formSchema:W?.fields??[],initialState:T,nodeKey:n,RemoveButton:Ge})}):null,[Oo,tn,F,I,Ge,We,o,w,_,C,W?.fields,T,n,dt,l]);return W?fc:K(Oo,{disableBlockName:!0,fieldHasErrors:!0,children:_t("div",{className:`${o}-not-found`,children:["Error: Block '",I,"' not found in the config but exists in the lexical data"]})})};var ie=class extends kt{static clone(e){return super.clone(e)}static getType(){return super.getType()}static importJSON(e){e.version===1&&(e={...e,fields:{...e.fields.data},version:2});let o=Oe(e.fields);return o.setFormat(e.format),o}decorate(e,o){return Ru(vn,{cacheBuster:this.getCacheBuster(),className:o.theme.block??"LexicalEditorTheme__block",formData:this.getFields(),nodeKey:this.getKey()})}exportJSON(){return super.exportJSON()}};function Oe(t){return vu(new ie({fields:{...t,id:t?.id||new Iu.default().toHexString()}}))}function $e(t){return t instanceof ie}import{createHeadlessEditor as Mu}from"@lexical/headless";function zo(t,e){return({editorState:r})=>{let n=Mu({nodes:t});try{n.setEditorState(n.parseEditorState(r))}catch(s){console.error("getLexicalToMarkdown: ERROR parsing editor state",s)}let l="";return n.getEditorState().read(()=>{l=Kt(e)}),l}}import{createHeadlessEditor as Du}from"@lexical/headless";function oo(t,e){return({markdown:r})=>{let n=Du({nodes:t});return n.update(()=>{Vt(r,e)},{discrete:!0}),n.getEditorState().toJSON()}}function $u(t){let e=t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return{regExpEnd:new RegExp(`</(${e})\\s*>|<${e}[^>]*?/>`,"i"),regExpStart:new RegExp(`<(${e})([^>]*?)\\s*(/?)>`,"i")}}var $n=({blocks:t,inlineBlocks:e})=>{if(!t?.length&&!e?.length)return[];let o=[];if(t?.length)for(let r of t){let n=Dn(r,!1);n&&(o=o.concat(n))}if(e?.length)for(let r of e){let n=Dn(r,!0);n&&(o=o.concat(n))}return o};function Dn(t,e){if(!t.jsx)return null;let o=$u(t.slug),r=[];return e?(r.push(({allNodes:n,allTransformers:l})=>({type:"text-match",dependencies:[mt],export:s=>{if(!ft(s)||s.getFields()?.blockType?.toLowerCase()!==t.slug.toLowerCase())return null;let i=s.getFields(),d=zo(n,l),c=t.jsx.export({fields:i,lexicalToMarkdown:d});if(c===!1)return null;if(typeof c=="string")return c;let u=c.props&&Object.keys(c.props)?.length>0,a=c.props??{};return c?.children?.length?`<${i.blockType}${u?" "+bt({props:a}):""}>${c.children}</${i.blockType}>`:`<${i.blockType}${u?" "+bt({props:a}):""}/>`},getEndIndex:(s,i)=>{let{endlineLastCharIndex:d}=qt({isEndOptional:!1,lines:[s.getTextContent()],regexpEndRegex:o.regExpEnd,startLineIndex:0,startMatch:i,trimChildren:!1});return d},importRegExp:t.jsx?.customStartRegex??o.regExpStart,regExp:/___ignoreignoreignore___/g,replace(s,i){let{content:d,propsString:c}=qt({isEndOptional:!1,lines:[s.getTextContent()],regexpEndRegex:o.regExpEnd,startLineIndex:0,startMatch:{...i,index:0},trimChildren:!1});if(!t?.jsx?.import)return;let u=oo(n,l),a=t.jsx.import({children:d,closeMatch:null,htmlToLexical:null,markdownToLexical:u,openMatch:i,props:c?Yt({propsString:c}):{}});if(a===!1)return;let m=pt({blockType:t.slug,...a});s.replace(m)}})),r):(r.push(({allNodes:n,allTransformers:l})=>({dependencies:[ie],export:s=>{if(!$e(s)||s.getFields()?.blockType?.toLowerCase()!==t.slug.toLowerCase())return null;let i=s.getFields(),d=zo(n,l),c=t.jsx.export({fields:i,lexicalToMarkdown:d});if(c===!1)return null;if(typeof c=="string")return c;let u=c.props&&Object.keys(c.props)?.length>0,a=c.props??{};if(c?.children?.length){let m=c.children,p="";if(m.includes(`
|
|
11
11
|
`))for(let h of m.split(`
|
|
12
12
|
`)){let f="";!t?.jsx?.doNotTrimChildren&&h!==""&&(f=" "),f+=h+`
|
|
13
13
|
`,p+=f}else p=(t?.jsx?.doNotTrimChildren?"":" ")+m+`
|
|
14
|
-
`;return`<${i.blockType}${u?" "+
|
|
15
|
-
${p}</${i.blockType}>`}return`<${i.blockType}${u?" "+
|
|
14
|
+
`;return`<${i.blockType}${u?" "+bt({props:a}):""}>
|
|
15
|
+
${p}</${i.blockType}>`}return`<${i.blockType}${u?" "+bt({props:a}):""}/>`},handleImportAfterStartMatch:t.jsx?.customEndRegex?void 0:({lines:s,rootNode:i,startLineIndex:d,startMatch:c,transformer:u})=>{let a=typeof u.regExpEnd=="object"&&"regExp"in u.regExpEnd?u.regExpEnd.regExp:u.regExpEnd,m=u.regExpEnd&&typeof u.regExpEnd=="object"&&"optional"in u.regExpEnd?u.regExpEnd.optional:!u.regExpEnd,{afterEndLine:p,beforeStartLine:h,content:f,endLineIndex:x,propsString:_}=qt({isEndOptional:m,lines:s,regexpEndRegex:a,startLineIndex:d,startMatch:c,trimChildren:!1}),S="";if(t?.jsx?.doNotTrimChildren)S=f.endsWith(`
|
|
16
16
|
`)?f.slice(0,-1):f;else if(f.includes(`
|
|
17
17
|
`)){let g=f.split(`
|
|
18
|
-
`),
|
|
19
|
-
`)?f.slice(0,-1):f;break}
|
|
20
|
-
`}}else
|
|
21
|
-
`;if(!t?.jsx?.import)return[!1,d];let
|
|
18
|
+
`),b=0;for(let w of g){if(b++,w.startsWith(" "))S+=w.slice(2);else if(w==="")S+=w;else{S=f.endsWith(`
|
|
19
|
+
`)?f.slice(0,-1):f;break}S+=b===g.length?"":`
|
|
20
|
+
`}}else S=(f.startsWith(" ")?f.slice(2):f)+`
|
|
21
|
+
`;if(!t?.jsx?.import)return[!1,d];let y=oo(n,l),k=t.jsx.import({children:S,closeMatch:null,htmlToLexical:null,markdownToLexical:y,openMatch:c,props:_?Yt({propsString:_}):{}});if(k===!1)return[!1,d];let C=Oe({blockType:t.slug,...k});if(C){let g=null,b=null;if(h?.length){g=y({markdown:h})?.root?.children??[];let w=g?.[0];w&&i.append(Mn(w))}if(i.append(C),p?.length){b=y({markdown:p})?.root?.children;let w=i.getChildren()[i.getChildren().length-1],R=Mn(b[0])?.getChildren();if(R?.length)for(let I of R)w.append(I)}}return[!0,x]},regExpEnd:t.jsx?.customEndRegex??o.regExpEnd,regExpStart:t.jsx?.customStartRegex??o.regExpStart,type:"multiline-element",replace:(s,i,d,c,u)=>{if(t?.jsx?.import){if(!u){let x="";if(i)for(let _ of i)x+=_.getTextContent();u=[x]}let a="";t?.jsx?.doNotTrimChildren?a=u.join(`
|
|
22
22
|
`):a=u.join(`
|
|
23
|
-
`).trim();let m=d[1]?.trim(),p=
|
|
23
|
+
`).trim();let m=d[1]?.trim(),p=oo(n,l),h=t.jsx.import({children:a,closeMatch:c,htmlToLexical:null,markdownToLexical:p,openMatch:d,props:m?Yt({propsString:m}):{}});if(h===!1)return!1;let f=Oe({blockType:t.slug,...h});f&&s.append(f);return}return!1}})),r)}import{createCommand as On}from"lexical";var ze=On("INSERT_BLOCK_COMMAND"),Xe=On("INSERT_INLINE_BLOCK_COMMAND");import{c as Ou}from"react/compiler-runtime";import{useLexicalComposerContext as Au}from"@lexical/react/LexicalComposerContext.js";import{$insertNodeToNearestRoot as Fu,$wrapNodeInElement as Pu,mergeRegister as Bu}from"@lexical/utils";import{formatDrawerSlug as ju,useEditDepth as Hu}from"@payloadcms/ui";import{$createParagraphNode as Uu,$getNodeByKey as Wu,$getPreviousSelection as Gu,$getSelection as Vu,$insertNodes as Ku,$isParagraphNode as Ju,$isRangeSelection as zu,$isRootOrShadowRoot as Xu,COMMAND_PRIORITY_EDITOR as An}from"lexical";import{useEffect as Zu,useState as Yu}from"react";var Fn=()=>{let t=Ou(12),[e]=Au(),[o,r]=Yu(null),{setCreatedInlineBlock:n,uuid:l}=U(),s=Hu(),i="lexical-inlineBlocks-create-"+l,d;t[0]!==s||t[1]!==i?(d=ju({slug:i,depth:s}),t[0]=s,t[1]=i,t[2]=d):d=t[2];let c=d,{toggleDrawer:u}=he(c,!0),a;t[3]!==e||t[4]!==n||t[5]!==o?(a=()=>{if(!e.hasNodes([ie]))throw new Error("BlocksPlugin: BlocksNode not registered on editor");return Bu(e.registerCommand(ze,p=>(e.update(()=>{let h=Vu()||Gu();if(zu(h)){let f=Oe(p),{focus:x}=h,_=x.getNode();Fu(f),Ju(_)&&!_.__first&&_.remove()}}),!0),An),e.registerCommand(Xe,p=>{if(o){let f=Wu(o);return!f||!ft(f)?!1:(f.setFields(p),r(null),!0)}let h=pt(p);return n?.(h),Ku([h]),Xu(h.getParentOrThrow())&&Pu(h,Uu).selectEnd(),!0},An))},t[3]=e,t[4]=n,t[5]=o,t[6]=a):a=t[6];let m;return t[7]!==e||t[8]!==n||t[9]!==o||t[10]!==u?(m=[e,n,o,u],t[7]=e,t[8]=n,t[9]=o,t[10]=u,t[11]=m):m=t[11],Zu(a,m),null};var qu=M(({config:t,featureClientSchemaMap:e,props:o,schemaPath:r})=>{let n=`${r}.lexical_internal_feature.blocks.lexical_blocks`,l=`${r}.lexical_internal_feature.blocks.lexical_inline_blocks`,s=e.blocks;if(!s)return{};let i=Object.entries(s).filter(([a])=>a.startsWith(n+".")&&!a.replace(n+".","").includes(".")).map(([,a])=>a[0]),d=Object.entries(s).filter(([a])=>a.startsWith(l+".")&&!a.replace(l+".","").includes(".")).map(([,a])=>a[0]),c=i.map(a=>a.blockReferences?typeof a.blockReferences[0]=="string"?t.blocksMap[a.blockReferences[0]]:a.blockReferences[0]:a.blocks[0]).filter(a=>a!==void 0),u=d.map(a=>a.blockReferences?typeof a.blockReferences[0]=="string"?t.blocksMap[a.blockReferences[0]]:a.blockReferences[0]:a.blocks[0]).filter(a=>a!==void 0);return{markdownTransformers:$n({blocks:c,inlineBlocks:u}),nodes:[ie,mt],plugins:[{Component:Fn,position:"normal"}],sanitizedClientFeatureProps:o,slashMenu:{groups:[c?.length?{items:c.map(a=>({Icon:Zt(a,zt),key:"block-"+a.slug,keywords:["block","blocks",a.slug],label:({i18n:m})=>a?.labels?.singular?ro(a.labels.singular,m):a?.slug,onSelect:({editor:m})=>{m.dispatchCommand(ze,{blockName:"",blockType:a.slug})}})),key:"blocks",label:({i18n:a})=>a.t("lexical:blocks:label")}:null,u?.length?{items:u.map(a=>({Icon:Xt,key:"inlineBlocks-"+a.slug,keywords:["inlineBlock","inline block",a.slug],label:({i18n:m})=>a?.labels?.singular?ro(a.labels.singular,m):a?.slug,onSelect:({editor:m})=>{m.dispatchCommand(Xe,{blockName:"",blockType:a.slug})}})),key:"inlineBlocks",label:({i18n:a})=>a.t("lexical:blocks:inlineBlocks:label")}:null].filter(Boolean)},toolbarFixed:{groups:[c.length?{type:"dropdown",ChildComponent:zt,items:c.map((a,m)=>({ChildComponent:Zt(a,zt),isActive:void 0,key:"block-"+a.slug,label:({i18n:p})=>a?.labels?.singular?ro(a.labels.singular,p):a?.slug,onSelect:({editor:p})=>{p.dispatchCommand(ze,{blockName:"",blockType:a.slug})},order:m})),key:"blocks",order:20}:null,u?.length?{type:"dropdown",ChildComponent:Xt,items:u.map((a,m)=>({ChildComponent:Zt(a,Xt),isActive:void 0,key:"inlineBlock-"+a.slug,label:({i18n:p})=>a?.labels?.singular?ro(a.labels.singular,p):a?.slug,onSelect:({editor:p})=>{p.dispatchCommand(Xe,{blockName:"",blockType:a.slug})},order:m})),key:"inlineBlocks",order:25}:null].filter(Boolean)}}});import{c as td}from"react/compiler-runtime";import{jsx as Fe,jsxs as qo}from"react/jsx-runtime";import{useLexicalComposerContext as od}from"@lexical/react/LexicalComposerContext.js";import{$createParagraphNode as rd,$createTextNode as nd,$getRoot as ld,getDOMSelection as Xo}from"lexical";import*as Un from"react";import{useCallback as Ae,useEffect as Zo,useLayoutEffect as Bn,useRef as Yo,useState as no}from"react";var Qu=ne&&"documentMode"in document?document.documentMode:null,Pn=ne&&/Mac|iPod|iPhone|iPad/.test(navigator.platform),J5=ne&&/^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent),z5=ne&&"InputEvent"in window&&!Qu?"getTargetRanges"in new window.InputEvent("input"):!1,X5=ne&&/Version\/[\d.].*Safari/.test(navigator.userAgent),Z5=ne&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,Y5=ne&&/Android/.test(navigator.userAgent),q5=ne&&/Win/.test(navigator.platform),ed=ne&&/^(?=.*Chrome).*/i.test(navigator.userAgent),Q5=ne&&/AppleWebKit\/[\d.]+/.test(navigator.userAgent)&&!ed;var id=t=>{let e=document.createElement("textarea");e.value=t||"",e.style.position="absolute",e.style.opacity="0",document.body?.appendChild(e),e.focus(),e.select();try{let o=document.execCommand("copy");console.log(o)}catch(o){console.error(o)}document.body?.removeChild(e)},sd=(t,e)=>{let o=document.createElement("a");o.setAttribute("href","data:text/plain;charset=utf-8,"+encodeURIComponent(e||"")),o.setAttribute("download",t),o.style.display="none",document.body?.appendChild(o),o.click(),document.body?.removeChild(o)},ad=t=>{let o=((r,n)=>{switch(r){case"click":return` await page.mouse.click(${n.x}, ${n.y});`;case"keydown":return` await page.keyboard.keydown('${n}');`;case"keyup":return` await page.keyboard.keyup('${n}');`;case"press":return` await page.keyboard.press('${n}');`;case"selectAll":return" await selectAll(page);";case"snapshot":return` await assertHTMLSnapshot(page);
|
|
24
24
|
await assertSelection(page, {
|
|
25
25
|
anchorPath: [${n.anchorPath.toString()}],
|
|
26
26
|
anchorOffset: ${n.anchorOffset},
|
|
@@ -30,7 +30,7 @@ ${p}</${i.blockType}>`}return`<${i.blockType}${u?" "+_t({props:a}):""}/>`},handl
|
|
|
30
30
|
`;case"type":return` await page.keyboard.type('${n}');`;default:return""}})(t.name,t.value);switch(t.count){case 1:return o;case 2:return[o,o].join(`
|
|
31
31
|
`);default:return` await repeat(${t.count}, async () => {
|
|
32
32
|
${o}
|
|
33
|
-
);`}};function
|
|
33
|
+
);`}};function cd(t){return t.key.toLowerCase()==="a"&&(Pn?t.metaKey:t.ctrlKey)}function ud(t){let{anchorNode:e,focusNode:o}=t,{anchorOffset:r,focusOffset:n}=t;return r!==0&&r--,n!==0&&n--,{anchorNode:e,anchorOffset:r,focusNode:o,focusOffset:n}}function jn(t,e){let o=t,r=[];for(;o!==e;)o!=null&&r.unshift(Array.from(o?.parentNode?.childNodes??[]).indexOf(o)),o=o?.parentNode;return r}var Hn=new Set(["ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Backspace","Delete","Enter","Escape"]);function dd(t){let[e,o]=no([]),[r,n]=no(!1),[,l]=no(""),[s,i]=no(""),d=Yo(null),c=Yo(!1),u=Yo(null),a=Ae(()=>t,[t]),m=Ae(()=>{let k=t.getRootElement(),C=Xo(t._window);return k==null||C==null||C.anchorNode==null||C.focusNode==null||!k.contains(C.anchorNode)||!k.contains(C.focusNode)?null:`
|
|
34
34
|
import {
|
|
35
35
|
initializeE2E,
|
|
36
36
|
assertHTMLSnapshot,
|
|
@@ -47,20 +47,20 @@ describe('Test case', () => {
|
|
|
47
47
|
const {page} = e2e;
|
|
48
48
|
|
|
49
49
|
await page.focus('div[contenteditable="true"]');
|
|
50
|
-
${e.map(
|
|
50
|
+
${e.map(ad).join(`
|
|
51
51
|
`)}
|
|
52
52
|
});
|
|
53
53
|
});
|
|
54
|
-
`},[t,e]),p=Fe((_,b)=>{o(g=>{let C=e.length-1,k=e[C];if(k&&k.name===_){if(_==="type")return[...e.slice(0,C),{...k,value:k.value+b}];if(k.value===b)return[...e.slice(0,C),{...k,count:k.count+1}]}return[...g,{name:_,count:1,value:b}]})},[e,o]);Pn(()=>{let _=g=>{if(!r)return;let C=g.key;ud(g)?p("selectAll",""):jn.has(C)?p("press",g.key):[...C].length>1?p("keydown",g.key):p("type",g.key)},b=g=>{if(!r)return;let C=g.key;!jn.has(C)&&[...C].length>1&&p("keyup",g.key)};return t.registerRootListener((g,C)=>{C!==null&&(C.removeEventListener("keydown",_),C.removeEventListener("keyup",b)),g!==null&&(g.addEventListener("keydown",_),g.addEventListener("keyup",b))})},[t,r,p]),Pn(()=>{u.current&&u.current.scrollTo(0,u.current.scrollHeight)},[m]),Yo(()=>{if(e){let _=m();_!==null&&i(_),u.current&&u.current.scrollTo(0,u.current.scrollHeight)}},[m,e]),Yo(()=>t.registerUpdateListener(({dirtyElements:b,dirtyLeaves:g,editorState:C})=>{if(!r)return;let k=C._selection,y=d.current,I=c.current;if(y!==k){if(g.size===0&&b.size===0&&!I){let N=Zo(t._window);if(N&&(N.anchorNode==null||N.focusNode==null))return}d.current=k}c.current=!1;let v=m();v!==null&&i(v)}),[t,m,r,p]),Yo(()=>r?t.registerUpdateListener(()=>{let b=t.getRootElement();b!==null&&l(b?.innerHTML)}):void 0,[t,r]);let h=Fe(_=>{r||(_.update(()=>{let b=id();b.clear();let g=ld();b.append(nd().append(g)),g.select()}),o([])),n(b=>!b)},[r]),f=Fe(()=>{if(!r)return;let _=Zo(t._window);if(_===null||_.anchorNode==null||_.focusNode==null)return;let{anchorNode:b,anchorOffset:g,focusNode:C,focusOffset:k}=dd(_),y=a().getRootElement(),I;b!==null&&(I=Bn(b,y));let v;C!==null&&(v=Bn(C,y)),p("snapshot",{anchorNode:b,anchorOffset:g,anchorPath:I,focusNode:C,focusOffset:k,focusPath:v})},[p,r,a]),x=Fe(()=>{sd(m())},[m]),T=Fe(()=>{ad("test.js",m())},[m]);return[Pe("button",{className:`editor-dev-button ${r?"active":""}`,id:"test-recorder-button",onClick:_=>{h(a()),_.preventDefault()},title:r?"Disable test recorder":"Enable test recorder",type:"button",children:r?"Disable test recorder":"Enable test recorder"}),r?Qo("div",{className:"test-recorder-output",children:[Qo("div",{className:"test-recorder-toolbar",children:[Pe("button",{className:"test-recorder-button",id:"test-recorder-button-snapshot",onClick:_=>{f(),_.preventDefault()},title:"Insert snapshot",type:"button",children:"Insert Snapshot"}),Pe("button",{className:"test-recorder-button",id:"test-recorder-button-copy",onClick:_=>{x(),_.preventDefault()},title:"Copy to clipboard",type:"button",children:"Copy"}),Pe("button",{className:"test-recorder-button",id:"test-recorder-button-download",onClick:_=>{T(),_.preventDefault()},title:"Download as a file",type:"button",children:"Download"})]}),Pe("pre",{id:"test-recorder",ref:u,children:s})]}):null]}var Un=()=>{let t=od(3),[e]=rd(),[o,r]=md(e),n;return t[0]!==o||t[1]!==r?(n=Qo(Hn.Fragment,{children:[Pe("p",{children:"HI"}),o,r,Pe("p",{children:"DONE"})]}),t[0]=o,t[1]=r,t[2]=n):n=t[2],n};var pd=D({plugins:[{Component:Un,position:"bottom"}]});import{c as fd}from"react/compiler-runtime";import{jsx as hd}from"react/jsx-runtime";import{useLexicalComposerContext as gd}from"@lexical/react/LexicalComposerContext.js";import{TreeView as xd}from"@lexical/react/LexicalTreeView.js";import"react";var Wn=()=>{let t=fd(2),[e]=gd(),o;return t[0]!==e?(o=hd(xd,{editor:e,timeTravelButtonClassName:"debug-timetravel-button",timeTravelPanelButtonClassName:"debug-timetravel-panel-button",timeTravelPanelClassName:"debug-timetravel-panel",timeTravelPanelSliderClassName:"debug-timetravel-panel-slider",treeTypeButtonClassName:"debug-treetype-button",viewClassName:"tree-view-output"}),t[0]=e,t[1]=o):o=t[1],o};var Cd=D({plugins:[{Component:Wn,position:"bottom"}]});import{$isTableSelection as bd}from"@lexical/table";import{$isRangeSelection as kd,FORMAT_TEXT_COMMAND as _d}from"lexical";import{jsx as Gn}from"react/jsx-runtime";import"react";var Vn=()=>Gn("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Gn("path",{d:"M10.6772 15H6.27017V5.718H10.4172C12.6792 5.718 13.8492 6.602 13.8492 8.292C13.8492 9.098 13.1992 9.982 12.4712 10.216C13.3812 10.476 14.1742 11.256 14.1742 12.322C14.1742 14.09 12.9002 15 10.6772 15ZM8.46717 9.501H10.3262C11.3012 9.501 11.7042 9.046 11.7042 8.409C11.7042 7.72 11.2362 7.317 10.3392 7.317H8.46717V9.501ZM8.46717 11.061V13.401H10.4822C11.4702 13.401 11.9642 12.959 11.9642 12.218C11.9642 11.49 11.4702 11.061 10.4822 11.061H8.46717Z",fill:"currentColor"})});var X=t=>({type:"buttons",items:t,key:"format",order:40});var Kn={type:"text-format",format:["bold","italic"],tag:"***"},Jn={type:"text-format",format:["bold","italic"],intraword:!1,tag:"___"},zn={type:"text-format",format:["bold"],tag:"**"},Xn={type:"text-format",format:["bold"],intraword:!1,tag:"__"};var Zn=[X([{ChildComponent:Vn,isActive:({selection:t})=>kd(t)||bd(t)?t.hasFormat("bold"):!1,key:"bold",onSelect:({editor:t})=>{t.dispatchCommand(_d,"bold")},order:1}])],Td=D(({featureProviderMap:t})=>{let e=[zn,Xn];return t.get("italic")&&e.push(Jn,Kn),{enableFormats:["bold"],markdownTransformers:e,toolbarFixed:{groups:Zn},toolbarInline:{groups:Zn}}});import{$isTableSelection as Ed}from"@lexical/table";import{$isRangeSelection as Sd,FORMAT_TEXT_COMMAND as Nd}from"lexical";import{jsx as Yn,jsxs as wd}from"react/jsx-runtime";import"react";var qn=()=>wd("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Yn("path",{d:"M7.76465 6L3.76465 10L7.76465 14",stroke:"currentColor"}),Yn("path",{d:"M12.2354 6L16.2354 10L12.2354 14",stroke:"currentColor"})]});var Qn={type:"text-format",format:["code"],tag:"`"};var el=[X([{ChildComponent:qn,isActive:({selection:t})=>Sd(t)||Ed(t)?t.hasFormat("code"):!1,key:"inlineCode",onSelect:({editor:t})=>{t.dispatchCommand(Nd,"code")},order:7}])],Ld=D({enableFormats:["code"],markdownTransformers:[Qn],toolbarFixed:{groups:el},toolbarInline:{groups:el}});import{$isTableSelection as yd}from"@lexical/table";import{$isRangeSelection as Rd,FORMAT_TEXT_COMMAND as Id}from"lexical";import{jsx as tl}from"react/jsx-runtime";import"react";var ol=()=>tl("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:tl("path",{d:"M11.311 14.2969L11.0327 15H6.18408L6.4624 14.2969C7.54639 14.2969 7.70752 14.209 7.83936 13.8721L10.8423 6.45996C10.8716 6.38672 10.8862 6.32812 10.8862 6.26953C10.8862 6.09375 10.6519 6.03516 9.80225 6.03516L10.0952 5.33203H14.9438L14.6509 6.03516C13.5669 6.03516 13.4204 6.12305 13.2886 6.45996L10.2856 13.8721C10.2563 13.9453 10.2271 14.0039 10.2271 14.0625C10.2271 14.2383 10.4614 14.2969 11.311 14.2969Z",fill:"currentColor"})});var rl={type:"text-format",format:["italic"],tag:"*"},nl={type:"text-format",format:["italic"],intraword:!1,tag:"_"};var ll=[X([{ChildComponent:ol,isActive:({selection:t})=>Rd(t)||yd(t)?t.hasFormat("italic"):!1,key:"italic",onSelect:({editor:t})=>{t.dispatchCommand(Id,"italic")},order:2}])],vd=D({enableFormats:["italic"],markdownTransformers:[rl,nl],toolbarFixed:{groups:ll},toolbarInline:{groups:ll}});import{$isTableSelection as Dd}from"@lexical/table";import{$isRangeSelection as $d,FORMAT_TEXT_COMMAND as Ad}from"lexical";import{jsx as il,jsxs as Md}from"react/jsx-runtime";import"react";var sl=()=>Md("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[il("path",{d:"M5.50756 12.76H7.42756C7.56256 14.215 8.82256 14.71 10.1576 14.71C11.4326 14.71 12.4226 14.14 12.4226 13.06C12.4226 12.28 11.9576 11.845 10.6676 11.605L8.70256 11.245C7.12756 10.96 5.85256 10.21 5.85256 8.335C5.85256 6.43 7.53256 5.11 9.87256 5.11C12.4226 5.11 13.9526 6.22 14.1626 8.23H12.2876C12.1526 7.18 11.2226 6.595 9.88756 6.595C8.59756 6.595 7.78756 7.27 7.78756 8.215C7.78756 9.1 8.34256 9.385 9.49756 9.61L11.5676 10.015C13.3226 10.345 14.3726 11.215 14.3726 12.94C14.3726 14.89 12.5876 16.18 10.2176 16.18C7.66756 16.18 5.70256 15.115 5.50756 12.76Z",fill:"currentColor"}),il("path",{d:"M4.99756 11.44H15.0026V12.19H4.99756V11.44Z",fill:"currentColor"})]});var al={type:"text-format",format:["strikethrough"],tag:"~~"};var cl=[X([{ChildComponent:sl,isActive:({selection:t})=>$d(t)||Dd(t)?t.hasFormat("strikethrough"):!1,key:"strikethrough",onSelect:({editor:t})=>{t.dispatchCommand(Ad,"strikethrough")},order:4}])],Od=D({enableFormats:["strikethrough"],markdownTransformers:[al],toolbarFixed:{groups:cl},toolbarInline:{groups:cl}});import{$isTableSelection as Fd}from"@lexical/table";import{$isRangeSelection as Pd,FORMAT_TEXT_COMMAND as Bd}from"lexical";import{jsx as ul}from"react/jsx-runtime";import"react";var dl=()=>ul("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:ul("path",{d:"M10.167 15L7.45002 11.36L4.73302 15H2.91302L6.55302 10.177L3.23802 5.718H5.20102L7.54102 8.89L9.89402 5.718H11.714L8.43802 10.06L12.13 15H10.167ZM16.7768 13.258C16.7768 14.155 16.1398 14.532 15.2038 15C14.5538 15.325 14.2808 15.546 14.2418 15.78H16.7898V16.82H12.7208V16.339C12.7208 15.286 13.5918 14.675 14.3588 14.233C15.0868 13.83 15.4378 13.635 15.4378 13.232C15.4378 12.894 15.2038 12.686 14.8268 12.686C14.3848 12.686 14.1248 13.024 14.1118 13.427H12.7468C12.8248 12.426 13.5528 11.633 14.8398 11.633C15.9448 11.633 16.7768 12.257 16.7768 13.258Z",fill:"currentColor"})});var ml=[X([{ChildComponent:dl,isActive:({selection:t})=>Pd(t)||Fd(t)?t.hasFormat("subscript"):!1,key:"subscript",onSelect:({editor:t})=>{t.dispatchCommand(Bd,"subscript")},order:5}])],jd=D({enableFormats:["subscript"],toolbarFixed:{groups:ml},toolbarInline:{groups:ml}});import{$isTableSelection as Hd}from"@lexical/table";import{$isRangeSelection as Ud,FORMAT_TEXT_COMMAND as Wd}from"lexical";import{jsx as pl}from"react/jsx-runtime";import"react";var fl=()=>pl("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:pl("path",{d:"M10.167 15L7.45002 11.36L4.73302 15H2.91302L6.55302 10.177L3.23802 5.718H5.20102L7.54102 8.89L9.89402 5.718H11.714L8.43802 10.06L12.13 15H10.167ZM16.7768 7.252C16.7768 8.149 16.1398 8.526 15.2038 8.994C14.5538 9.319 14.2808 9.54 14.2418 9.774H16.7898V10.814H12.7208V10.333C12.7208 9.28 13.5918 8.669 14.3588 8.227C15.0868 7.824 15.4378 7.629 15.4378 7.226C15.4378 6.888 15.2038 6.68 14.8268 6.68C14.3848 6.68 14.1248 7.018 14.1118 7.421H12.7468C12.8248 6.42 13.5528 5.627 14.8398 5.627C15.9448 5.627 16.7768 6.251 16.7768 7.252Z",fill:"currentColor"})});var hl=[X([{ChildComponent:fl,isActive:({selection:t})=>Ud(t)||Hd(t)?t.hasFormat("superscript"):!1,key:"superscript",onSelect:({editor:t})=>{t.dispatchCommand(Wd,"superscript")},order:6}])],Gd=D({enableFormats:["superscript"],toolbarFixed:{groups:hl},toolbarInline:{groups:hl}});import{$isTableSelection as Kd}from"@lexical/table";import{$isRangeSelection as Jd,FORMAT_TEXT_COMMAND as zd}from"lexical";import{jsx as gl,jsxs as Vd}from"react/jsx-runtime";import"react";var xl=()=>Vd("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[gl("path",{d:"M13.9656 11.256C13.9656 13.791 12.5096 15.156 10.0006 15.156C7.50461 15.156 6.03561 13.791 6.03561 11.23V5.718H7.76461V11.243C7.76461 12.868 8.50561 13.778 10.0006 13.778C11.4956 13.778 12.2496 12.868 12.2496 11.243V5.718H13.9656V11.256Z",fill:"currentColor"}),gl("path",{d:"M5.09961 16.3H14.9016V16.95H5.09961V16.3Z",fill:"currentColor"})]});var Cl=[X([{ChildComponent:xl,isActive:({selection:t})=>Jd(t)||Kd(t)?t.hasFormat("underline"):!1,key:"underline",onSelect:({editor:t})=>{t.dispatchCommand(zd,"underline")},order:3}])],Xd=D({enableFormats:["underline"],toolbarFixed:{groups:Cl},toolbarInline:{groups:Cl}});import{jsx as tr}from"react/jsx-runtime";import{jsx as Zd}from"react/jsx-runtime";function Yd(t){return t.replace(/-([a-z])/g,(e,o)=>o.toUpperCase())}var so=({css:t})=>{let e=t?Object.fromEntries(Object.entries(t).map(([o,r])=>[Yd(o),r])):{};return Zd("span",{style:{...e,alignItems:"center",borderRadius:"4px",display:"flex",fontSize:"16px",height:"20px",justifyContent:"center",width:"20px"},children:"A"})};import{useLexicalComposerContext as qd}from"@lexical/react/LexicalComposerContext";import{$forEachSelectedTextNode as Qd}from"@lexical/selection";import{$getNodeByKey as em,$getState as tm,$setState as om,createState as rm,TextNode as nm}from"lexical";import{useEffect as lm}from"react";function bl(t){let e=new Map;for(let o in t){let r=t[o],n=rm(o,{parse:l=>typeof l=="string"&&Object.keys(r).includes(l)?l:void 0});e.set(o,{stateConfig:n,stateValues:r})}return e}function er(t,e,o,r){t.update(()=>{Qd(n=>{let l=e.get(o);if(!l)throw new Error(`State config for ${o} not found`);om(n,l.stateConfig,r)})})}function kl({stateMap:t}){let[e]=qd();return lm(()=>e.registerMutationListener(nm,o=>{e.getEditorState().read(()=>{for(let[r,n]of o){if(n==="destroyed")continue;let l=em(r),s=e.getElementByKey(r);if(!l||!s)continue;let i=Object.create(null);t.forEach((d,c)=>{let u=tm(l,d.stateConfig);if(!u){delete s.dataset[c];return}s.dataset[c]=u;let a=d.stateValues[u]?.css;a&&Object.assign(i,a)}),s.style.cssText="",Object.assign(s.style,i)}})}),[e]),null}var _l=(t,e)=>{let o=[];for(let n in t.state){let l=t.state[n];for(let s in l){let i=l[s];o.push({ChildComponent:()=>tr(so,{css:i.css}),key:s,label:i.label,onSelect:({editor:d})=>{er(d,e,n,s)}})}}return[{type:"dropdown",ChildComponent:()=>tr(so,{css:{color:"var(--theme-elevation-600)"}}),items:[...[{ChildComponent:()=>tr(so,{}),key:"clear-style",label:({i18n:n})=>n.t("lexical:textState:defaultStyle"),onSelect:({editor:n})=>{for(let l in t.state)er(n,e,l,void 0)},order:1}],...o],key:"textState",order:30}]},im=D(({props:t})=>{let e=bl(t.state);return{plugins:[{Component:()=>kl({stateMap:e}),position:"normal"}],toolbarFixed:{groups:_l(t,e)},toolbarInline:{groups:_l(t,e)}}});import{c as um}from"react/compiler-runtime";import{useLexicalComposerContext as dm}from"@lexical/react/LexicalComposerContext";import{$createHeadingNode as mm,$isHeadingNode as Al,HeadingNode as Pl}from"@lexical/rich-text";import{$setBlocksType as pm}from"@lexical/selection";import{$getSelection as fm,$isRangeSelection as hm}from"lexical";import{useEffect as gm}from"react";import{jsx as Tl}from"react/jsx-runtime";import"react";var wl=()=>Tl("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Tl("path",{d:"M4.639 13.5V7.074H6.196V9.648H9.076V7.074H10.642V13.5H9.076V10.836H6.196V13.5H4.639ZM11.5656 9.045V8.019C12.6636 8.019 13.1316 7.731 13.2846 7.065H14.4006V13.5H12.8436V9.045H11.5656Z",fill:"currentColor"})});import{jsx as El}from"react/jsx-runtime";import"react";var Sl=()=>El("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:El("path",{d:"M4.139 13.5V7.074H5.696V9.648H8.576V7.074H10.142V13.5H8.576V10.836H5.696V13.5H4.139ZM15.9796 8.973C15.9796 10.116 15.1696 10.656 14.0356 11.232C13.2256 11.646 12.8206 11.943 12.7846 12.294H15.9886V13.5H11.0566V12.951C11.0566 11.601 12.1636 10.845 13.1176 10.287C14.0356 9.756 14.5126 9.486 14.5126 8.946C14.5126 8.46 14.2156 8.145 13.6306 8.145C13.0186 8.145 12.6586 8.613 12.6226 9.198H11.1196C11.2186 7.947 12.1006 6.966 13.6396 6.966C15.0346 6.966 15.9796 7.785 15.9796 8.973Z",fill:"currentColor"})});import{jsx as Nl}from"react/jsx-runtime";import"react";var Ll=()=>Nl("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Nl("path",{d:"M4.139 13.5V7.074H5.696V9.648H8.576V7.074H10.142V13.5H8.576V10.836H5.696V13.5H4.139ZM16.1146 11.745C16.1146 12.744 15.2236 13.608 13.6126 13.608C12.0736 13.608 11.0926 12.762 10.9846 11.547H12.4696C12.5146 12.114 13.0006 12.456 13.6126 12.456C14.2876 12.456 14.6746 12.132 14.6746 11.619C14.6746 11.061 14.2426 10.836 13.6216 10.836H12.9826V9.738H13.6036C14.1526 9.738 14.5486 9.486 14.5486 8.937C14.5486 8.46 14.2156 8.127 13.6486 8.127C13.0366 8.127 12.6586 8.514 12.6226 9.045H11.1916C11.2726 7.929 12.1276 6.966 13.6666 6.966C15.1876 6.966 15.9706 7.848 15.9706 8.865C15.9706 9.603 15.5026 10.143 14.8186 10.269C15.6196 10.404 16.1146 10.971 16.1146 11.745Z",fill:"currentColor"})});import{jsx as yl}from"react/jsx-runtime";import"react";var Rl=()=>yl("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:yl("path",{d:"M3.639 13.5V7.074H5.196V9.648H8.076V7.074H9.642V13.5H8.076V10.836H5.196V13.5H3.639ZM15.1736 7.074V10.854H16.3706V12.033H15.1736V13.5H13.6796V12.033H10.5116V10.845L13.4996 7.074H15.1736ZM13.6796 8.46L11.8256 10.854H13.6796V8.46Z",fill:"currentColor"})});import{jsx as Il}from"react/jsx-runtime";import"react";var vl=()=>Il("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Il("path",{d:"M3.639 13.5V7.074H5.196V9.648H8.076V7.074H9.642V13.5H8.076V10.836H5.196V13.5H3.639ZM13.1576 10.269C12.6896 10.269 12.3746 10.494 12.2216 10.737H10.8176L11.1956 7.074H15.2546V8.28H12.3206L12.1856 9.549C12.4016 9.351 12.8516 9.126 13.4636 9.126C14.7866 9.126 15.6596 10.053 15.6596 11.358C15.6596 12.609 14.7326 13.608 13.1756 13.608C11.5826 13.608 10.6556 12.753 10.5566 11.511H12.1136C12.1586 12.06 12.5456 12.465 13.1576 12.465C13.8236 12.465 14.1746 11.97 14.1746 11.376C14.1746 10.764 13.8416 10.269 13.1576 10.269Z",fill:"currentColor"})});import{jsx as Ml}from"react/jsx-runtime";import"react";var Dl=()=>Ml("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Ml("path",{d:"M3.639 13.5V7.074H5.196V9.648H8.076V7.074H9.642V13.5H8.076V10.836H5.196V13.5H3.639ZM13.3646 8.127C12.5456 8.127 12.0416 8.937 12.0416 9.999C12.3296 9.54 12.8246 9.207 13.5536 9.207C14.8586 9.207 15.8036 10.134 15.8036 11.376C15.8036 12.645 14.8226 13.608 13.3196 13.608C11.7266 13.608 10.6196 12.393 10.6196 10.395C10.6196 8.316 11.7716 6.966 13.4186 6.966C14.7056 6.966 15.5786 7.749 15.7316 8.829H14.3186C14.2016 8.415 13.9226 8.127 13.3646 8.127ZM13.3106 12.51C13.9586 12.51 14.3816 12.042 14.3816 11.385C14.3816 10.737 13.9586 10.278 13.3106 10.278C12.6536 10.278 12.2126 10.737 12.2126 11.385C12.2126 12.042 12.6536 12.51 13.3106 12.51Z",fill:"currentColor"})});import{$createHeadingNode as sm,$isHeadingNode as am,HeadingNode as cm}from"@lexical/rich-text";var or=t=>(e,o,r)=>{let n=t(r);n&&(n.append(...o),e.replace(n),n.select(0,0))};var $l=t=>{let o=`^(${t.map(n=>Number(n.slice(1))).map(n=>`#{${n}}`).join("|")})\\s`,r=new RegExp(o);return{type:"element",dependencies:[cm],export:(n,l)=>{if(!am(n))return null;let s=Number(n.getTag().slice(1));return"#".repeat(s)+" "+l(n)},regExp:r,replace:or(n=>{let l="h"+n[1]?.length;return sm(l)})}};var Ol=t=>{let e=fm();pm(e,()=>mm(t))},Fl={h1:wl,h2:Sl,h3:Ll,h4:Rl,h5:vl,h6:Dl},xm=D(({props:t})=>{let{enabledHeadingSizes:e=["h1","h2","h3","h4","h5","h6"]}=t,o=[ee(e.map((r,n)=>({ChildComponent:Fl[r],isActive:({selection:l})=>{if(!hm(l))return!1;for(let s of l.getNodes()){if(Al(s)&&s.getTag()===r)continue;let i=s.getParent();if(!(Al(i)&&i.getTag()===r))return!1}return!0},key:r,label:({i18n:l})=>l.t("lexical:heading:label",{headingLevel:r.charAt(1)}),onSelect:({editor:l})=>{l.update(()=>{Ol(r)})},order:n+2})))];return{markdownTransformers:[$l(e)],nodes:[Pl],plugins:[{Component:Cm,position:"normal"}],sanitizedClientFeatureProps:t,slashMenu:{groups:e?.length?[z(e.map(r=>({Icon:Fl[r],key:`heading-${r.charAt(1)}`,keywords:["heading",r],label:({i18n:n})=>n.t("lexical:heading:label",{headingLevel:r.charAt(1)}),onSelect:({editor:n})=>{n.update(()=>{Ol(r)})}})))]:[]},toolbarFixed:{groups:e?.length?o:[]},toolbarInline:{groups:e?.length?o:[]}}}),Cm=t=>{let e=um(9),{clientProps:o}=t,{enabledHeadingSizes:r}=o,n;e[0]!==r?(n=r===void 0?["h1","h2","h3","h4","h5","h6"]:r,e[0]=r,e[1]=n):n=e[1];let l=n,s;e[2]!==l?(s=l.at(-1),e[2]=l,e[3]=s):s=e[3];let i=s,[d]=dm(),c,u;return e[4]!==d||e[5]!==l||e[6]!==i?(c=()=>{if(!(!i||l.length===6))return d.registerNodeTransform(Pl,a=>{l.includes(a.getTag())||a.setTag(i)})},u=[d,l,i],e[4]=d,e[5]=l,e[6]=i,e[7]=c,e[8]=u):(c=e[7],u=e[8]),gm(c,u),null};import{$isNodeSelection as $m}from"lexical";import{jsx as Bl}from"react/jsx-runtime";import"react";var rr=()=>Bl("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Bl("rect",{fill:"currentColor",height:"1",width:"12",x:"4",y:"9.5"})});import{jsx as jl,jsxs as bm}from"react/jsx-runtime";import"react";var Hl=()=>bm("svg",{fill:"none",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[jl("path",{d:"M5 10h10",stroke:"currentColor"}),jl("path",{d:"M10 15V5",stroke:"currentColor"})]});var ke=t=>({type:"dropdown",ChildComponent:Hl,items:t,key:"add",order:10});import{addClassNamesToElement as km}from"@lexical/utils";import{$applyNodeReplacement as _m,createCommand as Tm,DecoratorNode as wm}from"lexical";var Lt=Tm("INSERT_HORIZONTAL_RULE_COMMAND"),Nt=class extends wm{static clone(e){return new this(e.__key)}static getType(){return"horizontalrule"}static importDOM(){return{hr:()=>({conversion:Em,priority:0})}}static importJSON(e){return Ul()}createDOM(e){let o=document.createElement("hr");return km(o,e.theme.hr),o}decorate(){return null}exportDOM(){return{element:document.createElement("hr")}}exportJSON(){return{type:"horizontalrule",version:1}}getTextContent(){return`
|
|
55
|
-
`}isInline(){return!1}updateDOM(){return!1}};function Em(){return{node:Ul()}}function Ul(){return _m(new Nt)}import{$applyNodeReplacement as Sm}from"lexical";import"react";var _e=class extends Nt{static clone(e){return super.clone(e)}static getType(){return super.getType()}static importJSON(e){return qe()}decorate(){return null}exportJSON(){return super.exportJSON()}};function qe(){return Sm(new _e)}function yt(t){return t instanceof _e}var Wl={type:"element",dependencies:[_e],export:(t,e)=>yt(t)?"---":null,regExp:/^---\s*$/,replace:t=>{let e=qe();e&&t.replace(e)}};import{c as Nm}from"react/compiler-runtime";import{useLexicalComposerContext as Lm}from"@lexical/react/LexicalComposerContext.js";import{$insertNodeToNearestRoot as ym}from"@lexical/utils";import{$getSelection as Rm,$isRangeSelection as Im,COMMAND_PRIORITY_EDITOR as vm}from"lexical";import{useEffect as Mm}from"react";var Gl=()=>{let t=Nm(3),[e]=Lm(),o,r;return t[0]!==e?(o=()=>e.registerCommand(Lt,Dm,vm),r=[e],t[0]=e,t[1]=o,t[2]=r):(o=t[1],r=t[2]),Mm(o,r),null};function Dm(t){let e=Rm();if(!Im(e))return!1;if(e.focus.getNode()!==null){let r=qe();ym(r)}return!0}var Am=D({markdownTransformers:[Wl],nodes:[_e],plugins:[{Component:Gl,position:"normal"}],slashMenu:{groups:[z([{Icon:rr,key:"horizontalRule",keywords:["hr","horizontal rule","line","separator"],label:({i18n:t})=>t.t("lexical:horizontalRule:label"),onSelect:({editor:t})=>{t.dispatchCommand(Lt,void 0)}}])]},toolbarFixed:{groups:[ke([{ChildComponent:rr,isActive:({selection:t})=>{if(!$m(t)||!t.getNodes().length)return!1;let e=t.getNodes()[0];return yt(e)},key:"horizontalRule",label:({i18n:t})=>t.t("lexical:horizontalRule:label"),onSelect:({editor:t})=>{t.dispatchCommand(Lt,void 0)}}])]}});import{$findMatchingParent as ei}from"@lexical/utils";import{$isElementNode as zm,INDENT_CONTENT_COMMAND as Xm,OUTDENT_CONTENT_COMMAND as Zm}from"lexical";import{jsx as ao,jsxs as Om}from"react/jsx-runtime";import"react";var Vl=()=>Om("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[ao("path",{d:"M2.5 5H10.5",stroke:"currentColor",strokeWidth:"1.5"}),ao("path",{d:"M2.5 10H10.5",stroke:"currentColor",strokeWidth:"1.5"}),ao("path",{d:"M2.5 15H17.5",stroke:"currentColor",strokeWidth:"1.5"}),ao("path",{d:"M12.25 7.25L17.25 3.75V10.75L12.25 7.25Z",fill:"currentColor"})]});import{jsx as co,jsxs as Fm}from"react/jsx-runtime";import"react";var Kl=()=>Fm("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[co("path",{d:"M17.5 5H9.5",stroke:"currentColor",strokeWidth:"1.5"}),co("path",{d:"M17.5 10H9.5",stroke:"currentColor",strokeWidth:"1.5"}),co("path",{d:"M17.5 15H2.5",stroke:"currentColor",strokeWidth:"1.5"}),co("path",{d:"M7.75 7.25L2.75 3.75V10.75L7.75 7.25Z",fill:"currentColor"})]});import{jsx as Pm}from"react/jsx-runtime";import{useLexicalComposerContext as Bm}from"@lexical/react/LexicalComposerContext";import{TabIndentationPlugin as jm}from"@lexical/react/LexicalTabIndentationPlugin";import{$findMatchingParent as Hm,mergeRegister as Jl}from"@lexical/utils";import{$getSelection as Um,$isElementNode as Yl,$isRangeSelection as Wm,COMMAND_PRIORITY_LOW as zl,INDENT_CONTENT_COMMAND as Xl,KEY_TAB_COMMAND as Gm,OUTDENT_CONTENT_COMMAND as Vm,TabNode as Km}from"lexical";import{useEffect as Zl}from"react";var ql=({clientProps:t})=>{let[e]=Bm(),{disabledNodes:o,disableTabNode:r}=t;return Zl(()=>{if(!(!e||!o?.length))return Jl(e.registerCommand(Xl,()=>Jm(n=>{if(!o.includes(n.getType())){let l=n.getIndent();n.setIndent(l+1)}}),zl),e.registerUpdateListener(({dirtyElements:n,editorState:l})=>{e.update(()=>{for(let[s]of n){let i=l._nodeMap.get(s);Yl(i)&&o.includes(i.getType())&&i.getIndent()>0&&i.setIndent(0)}})}))},[e,o]),Zl(()=>{if(!(!e||!r))return Jl(e.registerCommand(Gm,n=>(n.preventDefault(),e.dispatchCommand(n.shiftKey?Vm:Xl,void 0)),zl),e.registerNodeTransform(Km,n=>{n.remove()}))},[e,r]),Pm(jm,{})};function Jm(t){let e=Um();if(!Wm(e))return!1;let o=new Set,r=e.getNodes();for(let n=0;n<r.length;n++){let l=r[n],s=l.getKey();if(o.has(s))continue;let i=Hm(l,c=>Yl(c)&&!c.isInline());if(i===null)continue;let d=i.getKey();i.canIndent()&&!o.has(d)&&(o.add(d),t(i))}return o.size>0}var Ql=t=>({type:"buttons",items:t,key:"indent",order:35});var ti=({disabledNodes:t})=>[Ql([{ChildComponent:Vl,isActive:()=>!1,isEnabled:({selection:e})=>{let o=e?.getNodes()??[],r=n=>oi(n)&&n.getIndent()>0;return o.some(n=>r(n)||!!ei(n,r))},key:"indentDecrease",label:({i18n:e})=>e.t("lexical:indent:decreaseLabel"),onSelect:({editor:e})=>{e.dispatchCommand(Zm,void 0)},order:1},{ChildComponent:Kl,isActive:()=>!1,isEnabled:({selection:e})=>{let o=e?.getNodes()??[],r=n=>oi(n)&&!(t??[]).includes(n.getType());return o.some(n=>r(n)||!!ei(n,r))},key:"indentIncrease",label:({i18n:e})=>e.t("lexical:indent:increaseLabel"),onSelect:({editor:e})=>{e.dispatchCommand(Xm,void 0)},order:2}])],Ym=D(({props:t})=>{let e=t.disabledNodes??[];return{plugins:[{Component:ql,position:"normal"}],sanitizedClientFeatureProps:t,toolbarFixed:{groups:ti({disabledNodes:e})},toolbarInline:{groups:ti({disabledNodes:e})}}}),oi=t=>zm(t)&&t.canIndent();import{$findMatchingParent as mf}from"@lexical/utils";import{$getSelection as mr,$isRangeSelection as $i}from"lexical";import{jsx as ri}from"react/jsx-runtime";import"react";var ni=()=>ri("svg",{"aria-hidden":"true",className:"icon",fill:"none",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:ri("path",{d:"M8.5 11.5L11.5 8.5M8.5 7L9.625 5.875C10.868 4.633 12.882 4.633 14.125 5.875C15.368 7.118 15.368 9.133 14.125 10.375L13 11.5M7 8.5L5.746 9.754C4.56 10.94 4.519 12.85 5.652 14.087C6.814 15.354 8.78 15.449 10.058 14.298L11.5 13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})});import{$isAtNodeEnd as li}from"@lexical/selection";function Qe(t){let{anchor:e}=t,{focus:o}=t,r=t.anchor.getNode(),n=t.focus.getNode();return r===n?r:t.isBackward()?li(o)?r:n:li(e)?r:n}var nr=t=>({type:"buttons",items:t,key:"features",order:50});import{$createTextNode as ap}from"lexical";import{addClassNamesToElement as qm,isHTMLAnchorElement as Qm}from"@lexical/utils";import sr from"bson-objectid";import{$applyNodeReplacement as ep,$createTextNode as ii,$getSelection as tp,$isElementNode as si,$isRangeSelection as ir,createCommand as op,ElementNode as rp}from"lexical";var np=new Set(["http:","https:","mailto:","sms:","tel:"]),te=class extends rp{__fields;__id;constructor({id:e,fields:o={linkType:"custom",newTab:!1},key:r}){super(r),this.__fields=o,this.__id=e}static clone(e){return new this({id:e.__id,fields:e.__fields,key:e.__key})}static getType(){return"link"}static importDOM(){return{a:e=>({conversion:lp,priority:1})}}static importJSON(e){let o=Te({}).updateFromJSON(e);return e.version===1&&typeof e.fields?.doc?.value=="object"&&e.fields?.doc?.value?.id&&(e.fields.doc.value=e.fields.doc.value.id,e.version=2),e.version===2&&!e.id&&(e.id=new sr.default().toHexString(),e.version=3),o}canBeEmpty(){return!1}canInsertTextAfter(){return!1}canInsertTextBefore(){return!1}createDOM(e){let o=document.createElement("a");return this.__fields?.linkType==="custom"&&(o.href=this.sanitizeUrl(this.__fields.url??"")),(this.__fields?.newTab??!1)&&(o.target="_blank"),this.__fields?.newTab===!0&&this.__fields?.linkType==="custom"&&(o.rel=lr(o.rel,"add","noopener")),qm(o,e.theme.link),o}exportJSON(){let e=this.getFields();e?.linkType==="internal"?delete e.url:e?.linkType==="custom"&&delete e.doc;let o={...super.exportJSON(),type:"link",fields:e,version:3},r=this.getID();return r&&(o.id=r),o}extractWithChild(e,o,r){if(!ir(o))return!1;let n=o.anchor.getNode(),l=o.focus.getNode();return this.isParentOf(n)&&this.isParentOf(l)&&o.getTextContent().length>0}getFields(){return this.getLatest().__fields}getID(){return this.getLatest().__id}insertNewAfter(e,o=!0){let r=this.getParentOrThrow().insertNewAfter(e,o);if(si(r)){let n=Te({fields:this.__fields});return r.append(n),n}return null}isInline(){return!0}sanitizeUrl(e){try{let o=new URL(e);if(!np.has(o.protocol))return"about:blank"}catch{return"https://"}return e}setFields(e){let o=this.getWritable();return o.__fields=e,o}setID(e){let o=this.getWritable();return o.__id=e,o}updateDOM(e,o,r){let n=this.__fields?.url,l=this.__fields?.newTab;return n!=null&&n!==e.__fields?.url&&this.__fields?.linkType==="custom"&&(o.href=n),this.__fields?.linkType==="internal"&&e.__fields?.linkType==="custom"&&o.removeAttribute("href"),o.rel==null&&(o.rel=""),l!==e.__fields?.newTab&&(l??!1?(o.target="_blank",this.__fields?.linkType==="custom"&&(o.rel=lr(o.rel,"add","noopener"))):(o.removeAttribute("target"),o.rel=lr(o.rel,"remove","noopener"))),!1}updateFromJSON(e){return super.updateFromJSON(e).setFields(e.fields).setID(e.id)}};function lp(t){let e=null;if(Qm(t)){let o=t.textContent;o!==null&&o!==""&&(e=Te({id:new sr.default().toHexString(),fields:{doc:null,linkType:"custom",newTab:t.getAttribute("target")==="_blank",url:t.getAttribute("href")??""}}))}return{node:e}}function Te({id:t,fields:e}){return ep(new te({id:t??new sr.default().toHexString(),fields:e}))}function J(t){return t instanceof te}var ue=op("TOGGLE_LINK_COMMAND");function ar(t){let e=tp();if(!ir(e)&&(t===null||!t.selectedNodes?.length))return;let o=ir(e)?e.extract():t===null?[]:t.selectedNodes;if(t===null){o?.forEach(l=>{let s=l.getParent();J(s)&&(s.getChildren().forEach(d=>{s.insertBefore(d)}),s.remove())});return}if(o?.length===1){let l=o[0],s=J(l)?l:ip(l);if(s!==null){s.setFields(t.fields),t.text!=null&&t.text!==s.getTextContent()&&(s.append(ii(t.text)),s.getChildren().forEach(i=>{i!==s.getLastChild()&&i.remove()}));return}}let r=null,n=null;o?.forEach(l=>{let s=l.getParent();if(!(s===n||s===null||si(l)&&!l.isInline())){if(J(s)){n=s,s.setFields(t.fields),t.text!=null&&t.text!==s.getTextContent()&&(s.append(ii(t.text)),s.getChildren().forEach(i=>{i!==s.getLastChild()&&i.remove()}));return}if(s.is(r)||(r=s,n=Te({fields:t.fields}),J(s)?l.getPreviousSibling()===null?s.insertBefore(n):s.insertAfter(n):l.insertBefore(n)),J(l)){if(l.is(n))return;if(n!==null){let i=l.getChildren();n.append(...i)}l.remove();return}n!==null&&n.append(l)}})}function ip(t){return sp(t,e=>J(e))}function sp(t,e){let o=t;for(;o!==null&&(o=o.getParent(),!(o===null||e(o))););return o}function lr(t,e,o){let r,n=`${t}`;if(e==="add"){if(n.includes(o)){let l=new RegExp(o,"g");n=n.replace(l,"").trim()}n=n.trim(),r=n.length===0?`${o}`:`${n} ${o}`}else{let l=new RegExp(o,"g");r=n.replace(l,"").trim()}return r}var ai={type:"text-match",dependencies:[te],export:(t,e)=>{if(!J(t))return null;let o=t,{url:r}=o.getFields();return`[${e(o)}](${r})`},importRegExp:/(?<!!)\[([^[]+)\]\(([^()\s]+)(?:\s"((?:[^"]*\\")*[^"]*)"\s*)?\)/,regExp:/(?<!!)\[([^[]+)\]\(([^()\s]+)(?:\s"((?:[^"]*\\")*[^"]*)"\s*)?\)$/,replace:(t,e)=>{let[,o,r]=e,n=Te({fields:{doc:null,linkType:"custom",newTab:!1,url:r}}),l=ap(o);return l.setFormat(t.getFormat()),n.append(l),t.replace(n),l},trigger:")"};import{$applyNodeReplacement as cp,$isElementNode as up}from"lexical";var we=class extends te{static clone(e){return new this({id:"",fields:e.__fields,key:e.__key})}static getType(){return"autolink"}static importDOM(){return null}static importJSON(e){let o=Rt({}).updateFromJSON(e);return e.version===1&&typeof e.fields?.doc?.value=="object"&&e.fields?.doc?.value?.id&&(e.fields.doc.value=e.fields.doc.value.id,e.version=2),o}exportJSON(){let e=super.exportJSON();return{type:"autolink",children:e.children,direction:e.direction,fields:e.fields,format:e.format,indent:e.indent,version:2}}insertNewAfter(e,o=!0){let r=this.getParentOrThrow().insertNewAfter(e,o);if(up(r)){let n=Rt({fields:this.__fields});return r.append(n),n}return null}updateFromJSON(e){return super.updateFromJSON(e).setFields(e.fields)}};function Rt({fields:t}){return cp(new we({id:"",fields:t}))}function Ee(t){return t instanceof we}import{c as dp}from"react/compiler-runtime";import{useLexicalComposerContext as mp}from"@lexical/react/LexicalComposerContext.js";import{mergeRegister as pp}from"@lexical/utils";import{$createTextNode as ci,$getSelection as fp,$isElementNode as di,$isLineBreakNode as mi,$isNodeSelection as hp,$isRangeSelection as gp,$isTextNode as It,TextNode as xp}from"lexical";import{useEffect as Cp}from"react";function ui(t,e=o=>o){return o=>{let r=t.exec(o);return r===null?null:{index:r.index,length:r[0].length,text:r[0],url:e(r[0])}}}function pi(t,e){for(let o of e){let r=o(t);if(r!=null)return r}return null}var bp=/[.,;\s]/;function mo(t){return t!==void 0&&bp.test(t)}function fi(t){return mo(t[t.length-1])}function ur(t){return mo(t[0])}function kp(t,e){return e?/^\.[a-z]{2,}/i.test(t):/^\.[a-z0-9]+/i.test(t)}function hi(t){let e=t.getPreviousSibling();return di(e)&&(e=e.getLastDescendant()),e===null||mi(e)||It(e)&&fi(e.getTextContent())}function gi(t){let e=t.getNextSibling();return di(e)&&(e=e.getFirstDescendant()),e===null||mi(e)||It(e)&&ur(e.getTextContent())}function _p(t,e,o,r){return(t>0?mo(o[t-1]):hi(r[0]))?e<o.length?mo(o[e]):gi(r[r.length-1]):!1}function Tp(t,e,o){let r=[],n=[],l=[],s=0,i=0,d=[...t];for(;d.length>0;){let c=d[0],a=c.getTextContent().length,m=i;i+a<=e?(r.push(c),s+=a):m>=o?l.push(c):n.push(c),i+=a,d.shift()}return[s,r,n,l]}function wp(t,e,o,r){let n={linkType:"custom",url:r.url,...r.fields},l=Rt({fields:n});if(t.length===1){let s=t[0],i;if(e===0?[i]=s.splitText(o):[,i]=s.splitText(e,o),i){let d=ci(r.text);d.setFormat(i.getFormat()),d.setDetail(i.getDetail()),d.setStyle(i.getStyle()),l.append(d),i.replace(l)}return s}else if(t.length>1){let s=t[0],i=s.getTextContent().length,d;e===0?d=s:[,d]=s.splitText(e);let c=[],u;if(t.forEach(a=>{let p=a.getTextContent().length,h=i,f=i+p;if(h<o)if(f<=o)c.push(a);else{let[x,T]=a.splitText(o-h);x&&c.push(x),u=T}i+=p}),d){let a=fp(),m=a?a.getNodes().find(It):void 0,p=ci(d.getTextContent());return p.setFormat(d.getFormat()),p.setDetail(d.getDetail()),p.setStyle(d.getStyle()),l.append(p,...c),m&&m===d&&(gp(a)?p.select(a.anchor.offset,a.focus.offset):hp(a)&&p.select(0,p.getTextContent().length)),d.replace(l),u}}}function Ep(t,e,o){let r=[...t],n=r.map(d=>d.getTextContent()).join(""),l=n,s,i=0;for(;(s=pi(l,e))!=null&&s!==null;){let d=s.index,c=s.length,u=d+c;if(_p(i+d,i+u,n,r)){let[m,,p,h]=Tp(r,i+d,i+u),f=i+d-m,x=i+u-m,T=wp(p,f,x,s);r=T?[T,...h]:h,o(s.url,null),i=0}else i+=u;l=l.substring(u)}}function cr(t,e,o){let r=t.getChildren(),n=r.length;for(let d=0;d<n;d++){let c=r[d];if(!It(c)||!c.isSimpleText()){uo(t),o(null,t.getFields()?.url??null);return}}let l=t.getTextContent(),s=pi(l,e);if(s===null||s.text!==l){uo(t),o(null,t.getFields()?.url??null);return}if(!hi(t)||!gi(t)){uo(t),o(null,t.getFields()?.url??null);return}let i=t.getFields()?.url;if(i!==s?.url){let d=t.getFields();d.url=s?.url,t.setFields(d),o(s.url,i??null)}}function Sp(t,e,o){let r=t.getPreviousSibling(),n=t.getNextSibling(),l=t.getTextContent();if(Ee(r)){let s=r.getFields()?.url?r.getFields()?.url?.startsWith("mailto:")??!1:!1;(!ur(l)||kp(l,s))&&(r.append(t),cr(r,e,o),o(null,r.getFields()?.url??null))}Ee(n)&&!fi(l)&&(uo(n),cr(n,e,o),o(null,n.getFields()?.url??null))}function uo(t){let e=t.getChildren(),o=e.length;for(let r=o-1;r>=0;r--)t.insertAfter(e[r]);return t.remove(),e.map(r=>r.getLatest())}function Np(t){let e=[t],o=t.getNextSibling();for(;o!==null&&It(o)&&o.isSimpleText()&&(e.push(o),!/\s/.test(o.getTextContent()));)o=o.getNextSibling();return e}function Lp(t,e,o){let r=dp(5),n,l;r[0]!==t||r[1]!==e||r[2]!==o?(n=()=>{if(!t.hasNodes([we]))throw new Error("LexicalAutoLinkPlugin: AutoLinkNode not registered on editor");let s=(i,d)=>{o?.(i,d)};return pp(t.registerNodeTransform(xp,i=>{let d=i.getParentOrThrow(),c=i.getPreviousSibling();if(Ee(d))cr(d,e,s);else if(!J(d)){if(i.isSimpleText()&&(ur(i.getTextContent())||!Ee(c))){let u=Np(i);Ep(u,e,s)}Sp(i,e,s)}}))},l=[t,e,o],r[0]=t,r[1]=e,r[2]=o,r[3]=n,r[4]=l):(n=r[3],l=r[4]),Cp(n,l)}var yp=/((https?:\/\/(www\.)?)|(www\.))[-\w@:%.+~#=]{1,256}\.[a-zA-Z\d()]{1,6}\b([-\w()@:%+.~#?&/=]*)(?<![-.+():%])/,Rp=/(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\])|(([a-z\-\d]+\.)+[a-z]{2,}))/i,Ip=[ui(yp,t=>t.startsWith("http")?t:`https://${t}`),ui(Rp,t=>`mailto:${t}`)],xi=()=>{let[t]=mp();return Lp(t,Ip),null};import{jsx as vp}from"react/jsx-runtime";import{ClickableLinkPlugin as Mp}from"@lexical/react/LexicalClickableLinkPlugin.js";import"react";var Ci=()=>vp(Mp,{});import{jsx as qp}from"react/jsx-runtime";import"react";import{createPortal as Qp}from"react-dom";import{jsx as Se,jsxs as vt,Fragment as $p}from"react/jsx-runtime";import{useLexicalComposerContext as Ap}from"@lexical/react/LexicalComposerContext.js";import{useLexicalEditable as Op}from"@lexical/react/useLexicalEditable";import{$findMatchingParent as bi,mergeRegister as ki}from"@lexical/utils";import{getTranslation as dr}from"@payloadcms/translations";import{CloseMenuIcon as Fp,EditIcon as Pp,ExternalLinkIcon as _i,formatDrawerSlug as Bp,useConfig as jp,useEditDepth as Hp,useLocale as Up,useTranslation as Wp}from"@payloadcms/ui";import{requests as Gp}from"@payloadcms/ui/shared";import{$getSelection as Ti,$isLineBreakNode as Vp,$isRangeSelection as wi,COMMAND_PRIORITY_HIGH as Kp,COMMAND_PRIORITY_LOW as Ei,getDOMSelection as Jp,KEY_ESCAPE_COMMAND as zp,SELECTION_CHANGE_COMMAND as Xp}from"lexical";import{formatAdminURL as Zp}from"payload/shared";import Si,{useCallback as Ni,useEffect as ho,useLayoutEffect as Yp,useRef as Li,useState as Be}from"react";function po(t,e,o,r=10,n=5){let l=o.parentElement;if(t===null||l==null){e.style.opacity="0",e.style.transform="translate(-10000px, -10000px)";return}let s=o.getBoundingClientRect(),i=l.getBoundingClientRect(),d=t.top-r,c=t.left-n;e.style.width="max-content",e.style.maxWidth="none";let u=e.scrollWidth,a=i.right-c,m=c-i.left,p;if(u<=a)p=e.getBoundingClientRect();else{let h=m+t.width,f=m>a,T=Math.min(u,f?h:a);T<u&&(e.style.width=`${T}px`,e.style.maxWidth=`${T}px`,e.offsetHeight),f&&(c=t.right-T),p=e.getBoundingClientRect()}d<i.top&&(d+=p.height+t.height+r*2),c+p.width>i.right&&(c=i.right-p.width-n),d-=s.top,c-=s.left,e.style.opacity="1",e.style.transform=`translate(${c}px, ${d}px)`}import{createCommand as Dp}from"lexical";var fo=Dp("TOGGLE_LINK_WITH_MODAL_COMMAND");function yi(t){t.preventDefault()}function Ri({anchorElem:t}){let[e]=Ap(),[o,r]=Be(),n=Li(null),l=Li(null),[s,i]=Be(null),[d,c]=Be(null),{fieldProps:{schemaPath:u},uuid:a}=U(),m=Op(),{config:p,getEntityConfig:h}=jp(),{i18n:f,t:x}=Wp(),[T,E]=Be(),S=Hp(),[_,b]=Be(!1),[g,C]=Be([]),k=Up(),[y,I]=Be(!1),v=Bp({slug:"lexical-rich-text-link-"+a,depth:S}),{toggleDrawer:N}=ge(v),w=Ni(()=>{b(!1),n&&n.current&&(n.current.style.opacity="0",n.current.style.transform="translate(-10000px, -10000px)"),I(!1),i(null),c(null),C([]),E(void 0)},[b,i,c,C]),R=Ni(()=>{let L=Ti(),M;if(!wi(L)||!L){w();return}let $=Qe(L);M=e.getElementByKey($.getKey())?.getBoundingClientRect();let A=bi($,J),F=L.getNodes().filter(W=>!Vp(W)).find(W=>{let le=bi(W,J);return A&&!A.is(le)||le&&!le.is(A)});if(A==null||F){w();return}r(A);let P=A.getFields(),Z={...P,id:A.getID(),text:A.getTextContent()};if(P?.linkType==="custom")i(P?.url??null),c(null);else{i(`${p.routes.admin==="/"?"":p.routes.admin}/collections/${P?.doc?.relationTo}/${P?.doc?.value}`);let W=P?.doc?.relationTo?h({collectionSlug:P?.doc?.relationTo}):void 0;if(!W)c(P?.label?String(P?.label):null),i(P?.url?String(P?.url):null);else{let le=typeof P.doc?.value=="object"?P.doc.value.id:P.doc?.value,he=P.doc?.relationTo;if(!le||!he)throw new Error("Focus link parent is missing doc.value or doc.relationTo");let pt=x("fields:linkedTo",{label:`${dr(W.labels.singular,f)} - ${x("lexical:link:loadingWithEllipsis",f)}`}).replace(/<[^>]*>?/g,"");c(pt),Gp.get(Zp({apiRoute:p.routes.api,path:`/${he}/${le}`,serverURL:p.serverURL}),{headers:{"Accept-Language":f.language},params:{depth:0,locale:k?.code}}).then(async Re=>{if(!Re.ok)throw new Error(`HTTP error! Status: ${Re.status}`);let Ie=await Re.json(),Vt=W?.admin?.useAsTitle||"id",Ve=Ie[Vt],Ke=x("fields:linkedTo",{label:`${dr(W.labels.singular,f)} - ${Ve}`}).replace(/<[^>]*>?/g,"");c(Ke)}).catch(()=>{let Re=x("fields:linkedTo",{label:`${dr(W.labels.singular,f)} - ${x("general:untitled",f)} - ID: ${le}`}).replace(/<[^>]*>?/g,"");c(Re)})}}E(Z),b(!0),C(L?L?.getNodes():[]),Ee(A)?I(!0):I(!1);let Y=n.current,mt=Jp(e._window),{activeElement:Ao}=document;if(Y===null)return;let fe=e.getRootElement();return mt!==null&&fe!==null&&fe.contains(mt.anchorNode)?(M||(M=mt.getRangeAt(0).getBoundingClientRect()),M!=null&&(M.y+=40,l.current=M)):(Ao==null||Ao.className!=="link-input")&&(fe!==null&&po(null,Y,t),i(null),c(null)),!0},[e,w,p.routes.admin,p.routes.api,p.serverURL,h,x,f,k?.code,t]);return ho(()=>ki(e.registerCommand(fo,L=>(e.dispatchCommand(ue,L),R(),N(),!0),Ei)),[e,R,N,v]),ho(()=>{let L=t.parentElement,M=()=>{e.getEditorState().read(()=>{R()})};return window.addEventListener("resize",M),L?.addEventListener("scroll",M),()=>{window.removeEventListener("resize",M),L?.removeEventListener("scroll",M)}},[t.parentElement,e,R]),ho(()=>ki(e.registerUpdateListener(({editorState:L})=>{L.read(()=>{R()})}),e.registerCommand(Xp,()=>(R(),!0),Ei),e.registerCommand(zp,()=>_?(w(),!0):!1,Kp)),[e,R,_,w]),ho(()=>{e.getEditorState().read(()=>{R()})},[e,R]),Yp(()=>{!_||!n.current||!t||!l.current||po(l.current,n.current,t)},[s,d,_,t,o]),vt(Si.Fragment,{children:[Se("div",{className:"link-editor",ref:n,children:vt("div",{className:"link-input",children:[s&&s.length>0?vt("a",{href:s,rel:"noopener noreferrer",target:"_blank",children:[o?.__fields.newTab?Se(_i,{}):null,d!=null&&d.length>0?d:s]}):d!=null&&d.length>0?vt($p,{children:[o?.__fields.newTab?Se(_i,{}):null,Se("span",{className:"link-input__label-pure",children:d})]}):null,m&&vt(Si.Fragment,{children:[Se("button",{"aria-label":"Edit link",className:"link-edit",onClick:L=>{L.preventDefault(),N()},onMouseDown:yi,tabIndex:0,type:"button",children:Se(Pp,{})}),!y&&Se("button",{"aria-label":"Remove link",className:"link-trash",onClick:()=>{e.dispatchCommand(ue,null)},onMouseDown:yi,tabIndex:0,type:"button",children:Se(Fp,{})})]})]})}),Se(xt,{className:"lexical-link-edit-drawer",data:T,drawerSlug:v,drawerTitle:x("fields:editLink"),featureKey:"link",handleDrawerSubmit:(L,M)=>{let $=M,A={...$};delete A.text,e.update(()=>{let F=Ti(),P=null;if(wi(F)?P=Qe(F).getParent():g.length&&(P=g[0]?.getParent()??null),P&&Ee(P)){let Z=Te({fields:A});P.replace(Z,!0)}}),e.dispatchCommand(ue,{fields:A,selectedNodes:g,text:$.text})},schemaPath:u,schemaPathSuffix:"fields"})]})}var Ii=t=>{let{anchorElem:e=document.body}=t;return Qp(qp(Ri,{anchorElem:e}),e)};import{c as of}from"react/compiler-runtime";import{useLexicalComposerContext as rf}from"@lexical/react/LexicalComposerContext.js";import{mergeRegister as nf}from"@lexical/utils";import{$getSelection as lf,$isElementNode as sf,$isRangeSelection as af,COMMAND_PRIORITY_LOW as Mi,PASTE_COMMAND as cf}from"lexical";import{useEffect as uf}from"react";var ef=/^(?:[a-zA-Z][a-zA-Z\d+.-]*:(?:\/\/)?(?:[-;:&=+$,\w]+@)?[A-Za-z\d]+(?:\.[A-Za-z\d]+)+|www\.[A-Za-z\d]+(?:\.[A-Za-z\d]+)+|(?:tel|mailto):[\w+.-]+)(?:\/[+~%/\w-]*)?(?:\?[-;&=%\w]*)?(?:#\w+)?$/,tf=/^(?:\/[\w\-./]*(?:\?[-;&=%\w]*)?(?:#[\w-]+)?|#[\w\-]+)$/;function vi(t){if(!t||t.includes(" ")||/^[a-z][a-z\d+.-]*:\/[^/]/i.test(t))return!1;if(t==="https://"||ef.test(t)||tf.test(t))return!0;try{let e=new URL(t);return!(["ftp:","http:","https:"].includes(e.protocol)&&!e.hostname.includes("."))}catch{}return!1}var Di=t=>{let e=of(5),{clientProps:o}=t,[r]=rf(),n,l;return e[0]!==o.defaultLinkType||e[1]!==o.defaultLinkURL||e[2]!==r?(n=()=>{if(!r.hasNodes([te]))throw new Error("LinkPlugin: LinkNode not registered on editor");return nf(r.registerCommand(ue,s=>s===null?(ar(null),!0):(s.fields?.linkType||(s.fields.linkType=o.defaultLinkType),s.fields?.url||(s.fields.url=o.defaultLinkURL),ar(s),!0),Mi),r.registerCommand(cf,s=>{let i=lf();if(!af(i)||i.isCollapsed()||!(s instanceof ClipboardEvent)||s.clipboardData==null)return!1;let d=s.clipboardData.getData("text");if(!vi(d))return!1;if(!i.getNodes().some(df)){let c={doc:null,linkType:"custom",newTab:!1,url:d};return r.dispatchCommand(ue,{fields:c,text:null}),s.preventDefault(),!0}return!1},Mi))},l=[o.defaultLinkType,o.defaultLinkURL,r],e[0]=o.defaultLinkType,e[1]=o.defaultLinkURL,e[2]=r,e[3]=n,e[4]=l):(n=e[3],l=e[4]),uf(n,l),null};function df(t){return sf(t)}var Ai=[nr([{ChildComponent:ni,isActive:({selection:t})=>{if($i(t)){let e=Qe(t);return mf(e,J)!=null}return!1},isEnabled:({selection:t})=>!!($i(t)&&mr()?.getTextContent()?.length),key:"link",label:({i18n:t})=>t.t("lexical:link:label"),onSelect:({editor:t,isActive:e})=>{if(e)t.dispatchCommand(ue,null);else{let o,r=[];if(t.getEditorState().read(()=>{o=mr()?.getTextContent(),r=mr()?.getNodes()??[]}),!o?.length)return;let n={doc:null};t.dispatchCommand(fo,{fields:n,selectedNodes:r,text:o})}},order:1}])],pf=D(({props:t})=>({markdownTransformers:[ai],nodes:[te,t?.disableAutoLinks===!0?null:we].filter(Boolean),plugins:[{Component:Di,position:"normal"},t?.disableAutoLinks===!0||t?.disableAutoLinks==="creationOnly"?null:{Component:xi,position:"normal"},{Component:Ci,position:"normal"},{Component:Ii,position:"floatingAnchorElem"}].filter(Boolean),sanitizedClientFeatureProps:t,toolbarFixed:{groups:Ai},toolbarInline:{groups:Ai}}));import{$isListNode as hr,INSERT_CHECK_LIST_COMMAND as Hi,ListItemNode as Sf,ListNode as Nf}from"@lexical/list";import{$isRangeSelection as Lf}from"lexical";import{jsx as Oi,jsxs as ff}from"react/jsx-runtime";import"react";var pr=()=>ff("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Oi("rect",{height:"13",rx:"1.5",stroke:"currentColor",width:"13",x:"3.5",y:"3.5"}),Oi("path",{d:"M7 10L9 12.5L13 7.5",stroke:"currentColor",strokeWidth:"1.5"})]});import{jsx as hf}from"react/jsx-runtime";import{ListPlugin as gf}from"@lexical/react/LexicalListPlugin.js";import"react";var et=()=>hf(gf,{});function go(t,e){return t==="ordered"?!e.has("unorderedList"):t==="checklist"?!e.has("unorderedList")&&!e.has("orderedList"):!1}function tt(t){return{items:t,key:"lists",label:({i18n:e})=>e.t("lexical:general:slashMenuListGroupLabel")}}import{$isListNode as kf,ListItemNode as _f,ListNode as Tf}from"@lexical/list";import{$createListItemNode as xf,$createListNode as Cf,$isListItemNode as bf,$isListNode as fr}from"@lexical/list";var Fi=4,ot=t=>(e,o,r)=>{let n=e.getPreviousSibling(),l=e.getNextSibling(),s=xf(t==="check"?r[3]==="x":void 0);if(fr(l)&&l.getListType()===t){let d=l.getFirstChild();d!==null?d.insertBefore(s):l.append(s),e.remove()}else if(fr(n)&&n.getListType()===t)n.append(s),e.remove();else{let d=Cf(t,t==="number"?Number(r[2]):void 0);d.append(s),e.replace(d)}s.append(...o),s.select(0,0);let i=Math.floor(r[1].length/Fi);i&&s.setIndent(i)},je=(t,e,o)=>{let r=[],n=t.getChildren(),l=0;for(let s of n)if(bf(s)){if(s.getChildrenSize()===1){let u=s.getFirstChild();if(fr(u)){r.push(je(u,e,o+1));continue}}let i=" ".repeat(o*Fi),d=t.getListType(),c=d==="number"?`${t.getStart()+l}. `:d==="check"?`- [${s.getChecked()?"x":" "}] `:"- ";r.push(i+c+e(s)),l++}return r.join(`
|
|
56
|
-
`)};var Pi={type:"element",dependencies:[Tf,_f],export:(t,e)=>kf(t)?je(t,e,0):null,regExp:/^(\s*)(?:-\s)?\s?(\[(\s|x)?\])\s/i,replace:ot("check")};import{jsx as wf}from"react/jsx-runtime";import{CheckListPlugin as Ef}from"@lexical/react/LexicalCheckListPlugin.js";import"react";var Bi=()=>wf(Ef,{});var ji=[ee([{ChildComponent:pr,isActive:({selection:t})=>{if(!Lf(t))return!1;for(let e of t.getNodes()){if(hr(e)&&e.getListType()==="check")continue;let o=e.getParent();if(hr(o)&&o.getListType()==="check")continue;let r=o?.getParent();if(!(hr(r)&&r.getListType()==="check"))return!1}return!0},key:"checklist",label:({i18n:t})=>t.t("lexical:checklist:label"),onSelect:({editor:t})=>{t.dispatchCommand(Hi,void 0)},order:12}])],yf=D(({featureProviderMap:t})=>{let e=[{Component:Bi,position:"normal"}],o=go("checklist",t);return o&&e.push({Component:et,position:"normal"}),{markdownTransformers:[Pi],nodes:o?[Nf,Sf]:[],plugins:e,slashMenu:{groups:[tt([{Icon:pr,key:"checklist",keywords:["check list","check","checklist","cl"],label:({i18n:r})=>r.t("lexical:checklist:label"),onSelect:({editor:r})=>{r.dispatchCommand(Hi,void 0)}}])]},toolbarFixed:{groups:ji},toolbarInline:{groups:ji}}});import{$isListNode as xr,INSERT_ORDERED_LIST_COMMAND as Gi,ListItemNode as Df,ListNode as $f}from"@lexical/list";import{$isRangeSelection as Af}from"lexical";import{jsx as Mt,jsxs as Rf}from"react/jsx-runtime";import"react";var gr=()=>Rf("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Mt("path",{d:"M5.89284 12.479C5.89284 13.368 5.26284 13.788 4.38084 14.236C3.75084 14.558 3.43584 14.789 3.40784 15.062H5.89984V16H2.06384V15.573C2.06384 14.523 2.92484 13.935 3.66684 13.501C4.38084 13.088 4.75184 12.878 4.75184 12.458C4.75184 12.08 4.52084 11.835 4.06584 11.835C3.58984 11.835 3.30984 12.199 3.28184 12.654H2.11284C2.18984 11.681 2.87584 10.918 4.07284 10.918C5.15784 10.918 5.89284 11.555 5.89284 12.479Z",fill:"currentColor"}),Mt("path",{d:"M2.68608 4.535V3.737C3.54008 3.737 3.90408 3.513 4.02308 2.995H4.89108V8H3.68008L3.68008 4.535H2.68608Z",fill:"currentColor"}),Mt("path",{d:"M8 15L17 15",stroke:"currentColor",strokeWidth:"1.5"}),Mt("path",{d:"M8 10L17 10",stroke:"currentColor",strokeWidth:"1.5"}),Mt("path",{d:"M8 5L17 5",stroke:"currentColor",strokeWidth:"1.5"})]});import{$isListNode as If,ListItemNode as vf,ListNode as Mf}from"@lexical/list";var Ui={type:"element",dependencies:[Mf,vf],export:(t,e)=>If(t)?je(t,e,0):null,regExp:/^(\s*)(\d+)\.\s/,replace:ot("number")};var Wi=[ee([{ChildComponent:gr,isActive:({selection:t})=>{if(!Af(t))return!1;for(let e of t.getNodes()){if(xr(e)&&e.getListType()==="number")continue;let o=e.getParent();if(xr(o)&&o.getListType()==="number")continue;let r=o?.getParent();if(!(xr(r)&&r.getListType()==="number"))return!1}return!0},key:"orderedList",label:({i18n:t})=>t.t("lexical:orderedList:label"),onSelect:({editor:t})=>{t.dispatchCommand(Gi,void 0)},order:10}])],Of=D(({featureProviderMap:t})=>{let e=go("ordered",t);return{markdownTransformers:[Ui],nodes:e?[$f,Df]:[],plugins:e?[{Component:et,position:"normal"}]:[],slashMenu:{groups:[tt([{Icon:gr,key:"orderedList",keywords:["ordered list","ol"],label:({i18n:o})=>o.t("lexical:orderedList:label"),onSelect:({editor:o})=>{o.dispatchCommand(Gi,void 0)}}])]},toolbarFixed:{groups:Wi},toolbarInline:{groups:Wi}}});import{$isListNode as br,INSERT_UNORDERED_LIST_COMMAND as Ji,ListItemNode as Hf,ListNode as Uf}from"@lexical/list";import{$isRangeSelection as Wf}from"lexical";import{jsx as rt,jsxs as Ff}from"react/jsx-runtime";import"react";var Cr=()=>Ff("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[rt("circle",{cx:"4",cy:"5",fill:"currentColor",r:"1.15",stroke:"currentColor",strokeWidth:"0.3"}),rt("circle",{cx:"4",cy:"10",fill:"currentColor",r:"1.15",stroke:"currentColor",strokeWidth:"0.3"}),rt("circle",{cx:"4",cy:"15",fill:"currentColor",r:"1.15",stroke:"currentColor",strokeWidth:"0.3"}),rt("path",{d:"M17 5H7",stroke:"currentColor",strokeWidth:"1.5"}),rt("path",{d:"M17 10H7",stroke:"currentColor",strokeWidth:"1.5"}),rt("path",{d:"M17 15H7",stroke:"currentColor",strokeWidth:"1.5"})]});import{$isListNode as Pf,ListItemNode as Bf,ListNode as jf}from"@lexical/list";var Vi={type:"element",dependencies:[jf,Bf],export:(t,e)=>Pf(t)?je(t,e,0):null,regExp:/^(\s*)[-*+]\s/,replace:ot("bullet")};var Ki=[ee([{ChildComponent:Cr,isActive:({selection:t})=>{if(!Wf(t))return!1;for(let e of t.getNodes()){if(br(e)&&e.getListType()==="bullet")continue;let o=e.getParent();if(br(o)&&o.getListType()==="bullet")continue;let r=o?.getParent();if(!(br(r)&&r.getListType()==="bullet"))return!1}return!0},key:"unorderedList",label:({i18n:t})=>t.t("lexical:unorderedList:label"),onSelect:({editor:t})=>{t.dispatchCommand(Ji,void 0)},order:11}])],Gf=D({markdownTransformers:[Vi],nodes:[Uf,Hf],plugins:[{Component:et,position:"normal"}],slashMenu:{groups:[tt([{Icon:Cr,key:"unorderedList",keywords:["unordered list","ul"],label:({i18n:t})=>t.t("lexical:unorderedList:label"),onSelect:({editor:t})=>{t.dispatchCommand(Ji,void 0)}}])]},toolbarFixed:{groups:Ki},toolbarInline:{groups:Ki}});import{jsx as Vf}from"react/jsx-runtime";import{addClassNamesToElement as Kf}from"@lexical/utils";import{$applyNodeReplacement as Jf,DecoratorNode as zf}from"lexical";import*as zi from"react";var Xf=zi.lazy(()=>import("./Component-MBLHTKDK.js").then(t=>({default:t.UnknownConvertedNodeComponent}))),Dt=class extends zf{__data;constructor({data:e,key:o}){super(o),this.__data=e}static clone(e){return new this({data:e.__data,key:e.__key})}static getType(){return"unknownConverted"}static importJSON(e){return Zf({data:e.data})}canInsertTextAfter(){return!0}canInsertTextBefore(){return!0}createDOM(e){let o=document.createElement("span");return Kf(o,"unknownConverted"),o}decorate(){return Vf(Xf,{data:this.__data})}exportJSON(){return{type:this.getType(),data:this.__data,version:1}}isInline(){return!0}updateDOM(e,o){return!1}};function Zf({data:t}){return Jf(new Dt({data:t}))}var Yf=D(()=>({nodes:[Dt]}));import{jsx as qf}from"react/jsx-runtime";import{addClassNamesToElement as Qf}from"@lexical/utils";import{$applyNodeReplacement as e0,DecoratorNode as t0}from"lexical";import*as Xi from"react";var o0=Xi.lazy(()=>import("./Component-DOSSWC76.js").then(t=>({default:t.UnknownConvertedNodeComponent}))),$t=class extends t0{__data;constructor({data:e,key:o}){super(o),this.__data=e}static clone(e){return new this({data:e.__data,key:e.__key})}static getType(){return"unknownConverted"}static importJSON(e){return r0({data:e.data})}canInsertTextAfter(){return!0}canInsertTextBefore(){return!0}createDOM(e){let o=document.createElement("span");return Qf(o,"unknownConverted"),o}decorate(){return qf(o0,{data:this.__data})}exportJSON(){return{type:this.getType(),data:this.__data,version:1}}isInline(){return!0}updateDOM(e,o){return!1}};function r0({data:t}){return e0(new $t({data:t}))}var n0=D(()=>({nodes:[$t]}));import{$setBlocksType as qi}from"@lexical/selection";import{$createParagraphNode as Qi,$getSelection as es,$isParagraphNode as Zi,$isRangeSelection as l0}from"lexical";var Yi=[ee([{ChildComponent:kt,isActive:({selection:t})=>{if(!l0(t))return!1;for(let e of t.getNodes())if(!Zi(e)&&!Zi(e.getParent()))return!1;return!0},key:"paragraph",label:({i18n:t})=>t.t("lexical:paragraph:label2"),onSelect:({editor:t})=>{t.update(()=>{let e=es();qi(e,()=>Qi())})},order:1}])],i0=D({slashMenu:{groups:[z([{Icon:kt,key:"paragraph",keywords:["normal","paragraph","p","text"],label:({i18n:t})=>t.t("lexical:paragraph:label"),onSelect:({editor:t})=>{t.update(()=>{let e=es();qi(e,()=>Qi())})}}])]},toolbarFixed:{groups:Yi},toolbarInline:{groups:Yi}});import{c as L0}from"react/compiler-runtime";import{jsx as ks}from"react/jsx-runtime";import{useLexicalComposerContext as y0}from"@lexical/react/LexicalComposerContext";import{useEffect as R0,useState as I0}from"react";import{jsx as bs,Fragment as N0}from"react/jsx-runtime";import"react";import{jsx as s0}from"react/jsx-runtime";var ts={quote:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children});return s0("blockquote",{children:o})}};import{jsx as a0}from"react/jsx-runtime";var os={heading:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children}),r=t.tag;return a0(r,{children:o})}};import{jsx as c0}from"react/jsx-runtime";var rs={horizontalrule:c0("hr",{})};import{jsx as u0}from"react/jsx-runtime";var ns={linebreak:u0("br",{})};import{jsx as ls}from"react/jsx-runtime";var is=({internalDocToHref:t})=>({autolink:({node:e,nodesToJSX:o})=>{let r=o({nodes:e.children}),n=e.fields.newTab?"noopener noreferrer":void 0,l=e.fields.newTab?"_blank":void 0;return ls("a",{href:e.fields.url,rel:n,target:l,children:r})},link:({node:e,nodesToJSX:o})=>{let r=o({nodes:e.children}),n=e.fields.newTab?"noopener noreferrer":void 0,l=e.fields.newTab?"_blank":void 0,s=e.fields.url??"";return e.fields.linkType==="internal"&&(t?s=t({linkNode:e}):(console.error("Lexical => JSX converter: Link converter: found internal link, but internalDocToHref is not provided"),s="#")),ls("a",{href:s,rel:n,target:l,children:r})}});import{jsx as nt,jsxs as d0,Fragment as m0}from"react/jsx-runtime";import{v4 as p0}from"uuid";var ss={list:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children}),r=t.tag;return nt(r,{className:`list-${t?.listType}`,children:o})},listitem:({node:t,nodesToJSX:e,parent:o})=>{let r=t.children.some(l=>l.type==="list"),n=e({nodes:t.children});if("listType"in o&&o?.listType==="check"){let l=p0();return nt("li",{"aria-checked":t.checked?"true":"false",className:`list-item-checkbox${t.checked?" list-item-checkbox-checked":" list-item-checkbox-unchecked"}${r?" nestedListItem":""}`,role:"checkbox",style:{listStyleType:"none"},tabIndex:-1,value:t?.value,children:r?n:d0(m0,{children:[nt("input",{checked:t.checked,id:l,readOnly:!0,type:"checkbox"}),nt("label",{htmlFor:l,children:n}),nt("br",{})]})})}else return nt("li",{className:`${r?"nestedListItem":""}`,style:r?{listStyleType:"none"}:void 0,value:t?.value,children:n})}};import{jsx as kr}from"react/jsx-runtime";var as={paragraph:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children});return o?.length?kr("p",{children:o}):kr("p",{children:kr("br",{})})}};var cs={tab:" "};import{jsx as At}from"react/jsx-runtime";var us={table:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children});return At("div",{className:"lexical-table-container",children:At("table",{className:"lexical-table",style:{borderCollapse:"collapse"},children:At("tbody",{children:o})})})},tablecell:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children}),r=t.headerState>0?"th":"td",n=`lexical-table-cell-header-${t.headerState}`,l={backgroundColor:t.backgroundColor||void 0,border:"1px solid #ccc",padding:"8px"},s=t.colSpan&&t.colSpan>1?t.colSpan:void 0,i=t.rowSpan&&t.rowSpan>1?t.rowSpan:void 0;return At(r,{className:`lexical-table-cell ${n}`,colSpan:s,rowSpan:i,style:l,children:o})},tablerow:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children});return At("tr",{className:"lexical-table-row",children:o})}};import{jsx as He}from"react/jsx-runtime";import"react";var O={DOM_ELEMENT_TYPE:1,DOM_TEXT_TYPE:3,NO_DIRTY_NODES:0,HAS_DIRTY_NODES:1,FULL_RECONCILE:2,IS_NORMAL:0,IS_TOKEN:1,IS_SEGMENTED:2,IS_INERT:3,IS_BOLD:1,IS_ITALIC:2,IS_STRIKETHROUGH:4,IS_UNDERLINE:8,IS_CODE:16,IS_SUBSCRIPT:32,IS_SUPERSCRIPT:64,IS_HIGHLIGHT:128,IS_DIRECTIONLESS:1,IS_UNMERGEABLE:2,IS_ALIGN_LEFT:1,IS_ALIGN_CENTER:2,IS_ALIGN_RIGHT:3,IS_ALIGN_JUSTIFY:4,IS_ALIGN_START:5,IS_ALIGN_END:6},f0=O.IS_BOLD|O.IS_ITALIC|O.IS_STRIKETHROUGH|O.IS_UNDERLINE|O.IS_CODE|O.IS_SUBSCRIPT|O.IS_SUPERSCRIPT|O.IS_HIGHLIGHT,h0="\xA0",g0=`
|
|
54
|
+
`},[t,e]),p=Ae((k,C)=>{o(g=>{let b=e.length-1,w=e[b];if(w&&w.name===k){if(k==="type")return[...e.slice(0,b),{...w,value:w.value+C}];if(w.value===C)return[...e.slice(0,b),{...w,count:w.count+1}]}return[...g,{name:k,count:1,value:C}]})},[e,o]);Bn(()=>{let k=g=>{if(!r)return;let b=g.key;cd(g)?p("selectAll",""):Hn.has(b)?p("press",g.key):[...b].length>1?p("keydown",g.key):p("type",g.key)},C=g=>{if(!r)return;let b=g.key;!Hn.has(b)&&[...b].length>1&&p("keyup",g.key)};return t.registerRootListener((g,b)=>{b!==null&&(b.removeEventListener("keydown",k),b.removeEventListener("keyup",C)),g!==null&&(g.addEventListener("keydown",k),g.addEventListener("keyup",C))})},[t,r,p]),Bn(()=>{u.current&&u.current.scrollTo(0,u.current.scrollHeight)},[m]),Zo(()=>{if(e){let k=m();k!==null&&i(k),u.current&&u.current.scrollTo(0,u.current.scrollHeight)}},[m,e]),Zo(()=>t.registerUpdateListener(({dirtyElements:C,dirtyLeaves:g,editorState:b})=>{if(!r)return;let w=b._selection,R=d.current,I=c.current;if(R!==w){if(g.size===0&&C.size===0&&!I){let E=Xo(t._window);if(E&&(E.anchorNode==null||E.focusNode==null))return}d.current=w}c.current=!1;let D=m();D!==null&&i(D)}),[t,m,r,p]),Zo(()=>r?t.registerUpdateListener(()=>{let C=t.getRootElement();C!==null&&l(C?.innerHTML)}):void 0,[t,r]);let h=Ae(k=>{r||(k.update(()=>{let C=ld();C.clear();let g=nd();C.append(rd().append(g)),g.select()}),o([])),n(C=>!C)},[r]),f=Ae(()=>{if(!r)return;let k=Xo(t._window);if(k===null||k.anchorNode==null||k.focusNode==null)return;let{anchorNode:C,anchorOffset:g,focusNode:b,focusOffset:w}=ud(k),R=a().getRootElement(),I;C!==null&&(I=jn(C,R));let D;b!==null&&(D=jn(b,R)),p("snapshot",{anchorNode:C,anchorOffset:g,anchorPath:I,focusNode:b,focusOffset:w,focusPath:D})},[p,r,a]),x=Ae(()=>{id(m())},[m]),_=Ae(()=>{sd("test.js",m())},[m]);return[Fe("button",{className:`editor-dev-button ${r?"active":""}`,id:"test-recorder-button",onClick:k=>{h(a()),k.preventDefault()},title:r?"Disable test recorder":"Enable test recorder",type:"button",children:r?"Disable test recorder":"Enable test recorder"}),r?qo("div",{className:"test-recorder-output",children:[qo("div",{className:"test-recorder-toolbar",children:[Fe("button",{className:"test-recorder-button",id:"test-recorder-button-snapshot",onClick:k=>{f(),k.preventDefault()},title:"Insert snapshot",type:"button",children:"Insert Snapshot"}),Fe("button",{className:"test-recorder-button",id:"test-recorder-button-copy",onClick:k=>{x(),k.preventDefault()},title:"Copy to clipboard",type:"button",children:"Copy"}),Fe("button",{className:"test-recorder-button",id:"test-recorder-button-download",onClick:k=>{_(),k.preventDefault()},title:"Download as a file",type:"button",children:"Download"})]}),Fe("pre",{id:"test-recorder",ref:u,children:s})]}):null]}var Wn=()=>{let t=td(3),[e]=od(),[o,r]=dd(e),n;return t[0]!==o||t[1]!==r?(n=qo(Un.Fragment,{children:[Fe("p",{children:"HI"}),o,r,Fe("p",{children:"DONE"})]}),t[0]=o,t[1]=r,t[2]=n):n=t[2],n};var md=M({plugins:[{Component:Wn,position:"bottom"}]});import{c as pd}from"react/compiler-runtime";import{jsx as fd}from"react/jsx-runtime";import{useLexicalComposerContext as hd}from"@lexical/react/LexicalComposerContext.js";import{TreeView as gd}from"@lexical/react/LexicalTreeView.js";import"react";var Gn=()=>{let t=pd(2),[e]=hd(),o;return t[0]!==e?(o=fd(gd,{editor:e,timeTravelButtonClassName:"debug-timetravel-button",timeTravelPanelButtonClassName:"debug-timetravel-panel-button",timeTravelPanelClassName:"debug-timetravel-panel",timeTravelPanelSliderClassName:"debug-timetravel-panel-slider",treeTypeButtonClassName:"debug-treetype-button",viewClassName:"tree-view-output"}),t[0]=e,t[1]=o):o=t[1],o};var xd=M({plugins:[{Component:Gn,position:"bottom"}]});import{$isTableSelection as Cd}from"@lexical/table";import{$isRangeSelection as bd,FORMAT_TEXT_COMMAND as kd}from"lexical";import{jsx as Vn}from"react/jsx-runtime";import"react";var Kn=()=>Vn("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Vn("path",{d:"M10.6772 15H6.27017V5.718H10.4172C12.6792 5.718 13.8492 6.602 13.8492 8.292C13.8492 9.098 13.1992 9.982 12.4712 10.216C13.3812 10.476 14.1742 11.256 14.1742 12.322C14.1742 14.09 12.9002 15 10.6772 15ZM8.46717 9.501H10.3262C11.3012 9.501 11.7042 9.046 11.7042 8.409C11.7042 7.72 11.2362 7.317 10.3392 7.317H8.46717V9.501ZM8.46717 11.061V13.401H10.4822C11.4702 13.401 11.9642 12.959 11.9642 12.218C11.9642 11.49 11.4702 11.061 10.4822 11.061H8.46717Z",fill:"currentColor"})});var X=t=>({type:"buttons",items:t,key:"format",order:40});var Jn={type:"text-format",format:["bold","italic"],tag:"***"},zn={type:"text-format",format:["bold","italic"],intraword:!1,tag:"___"},Xn={type:"text-format",format:["bold"],tag:"**"},Zn={type:"text-format",format:["bold"],intraword:!1,tag:"__"};var Yn=[X([{ChildComponent:Kn,isActive:({selection:t})=>bd(t)||Cd(t)?t.hasFormat("bold"):!1,key:"bold",onSelect:({editor:t})=>{t.dispatchCommand(kd,"bold")},order:1}])],_d=M(({featureProviderMap:t})=>{let e=[Xn,Zn];return t.get("italic")&&e.push(zn,Jn),{enableFormats:["bold"],markdownTransformers:e,toolbarFixed:{groups:Yn},toolbarInline:{groups:Yn}}});import{$isTableSelection as wd}from"@lexical/table";import{$isRangeSelection as Sd,FORMAT_TEXT_COMMAND as Ed}from"lexical";import{jsx as qn,jsxs as Td}from"react/jsx-runtime";import"react";var Qn=()=>Td("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[qn("path",{d:"M7.76465 6L3.76465 10L7.76465 14",stroke:"currentColor"}),qn("path",{d:"M12.2354 6L16.2354 10L12.2354 14",stroke:"currentColor"})]});var el={type:"text-format",format:["code"],tag:"`"};var tl=[X([{ChildComponent:Qn,isActive:({selection:t})=>Sd(t)||wd(t)?t.hasFormat("code"):!1,key:"inlineCode",onSelect:({editor:t})=>{t.dispatchCommand(Ed,"code")},order:7}])],Nd=M({enableFormats:["code"],markdownTransformers:[el],toolbarFixed:{groups:tl},toolbarInline:{groups:tl}});import{$isTableSelection as Ld}from"@lexical/table";import{$isRangeSelection as yd,FORMAT_TEXT_COMMAND as Rd}from"lexical";import{jsx as ol}from"react/jsx-runtime";import"react";var rl=()=>ol("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:ol("path",{d:"M11.311 14.2969L11.0327 15H6.18408L6.4624 14.2969C7.54639 14.2969 7.70752 14.209 7.83936 13.8721L10.8423 6.45996C10.8716 6.38672 10.8862 6.32812 10.8862 6.26953C10.8862 6.09375 10.6519 6.03516 9.80225 6.03516L10.0952 5.33203H14.9438L14.6509 6.03516C13.5669 6.03516 13.4204 6.12305 13.2886 6.45996L10.2856 13.8721C10.2563 13.9453 10.2271 14.0039 10.2271 14.0625C10.2271 14.2383 10.4614 14.2969 11.311 14.2969Z",fill:"currentColor"})});var nl={type:"text-format",format:["italic"],tag:"*"},ll={type:"text-format",format:["italic"],intraword:!1,tag:"_"};var il=[X([{ChildComponent:rl,isActive:({selection:t})=>yd(t)||Ld(t)?t.hasFormat("italic"):!1,key:"italic",onSelect:({editor:t})=>{t.dispatchCommand(Rd,"italic")},order:2}])],Id=M({enableFormats:["italic"],markdownTransformers:[nl,ll],toolbarFixed:{groups:il},toolbarInline:{groups:il}});import{$isTableSelection as Md}from"@lexical/table";import{$isRangeSelection as Dd,FORMAT_TEXT_COMMAND as $d}from"lexical";import{jsx as sl,jsxs as vd}from"react/jsx-runtime";import"react";var al=()=>vd("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[sl("path",{d:"M5.50756 12.76H7.42756C7.56256 14.215 8.82256 14.71 10.1576 14.71C11.4326 14.71 12.4226 14.14 12.4226 13.06C12.4226 12.28 11.9576 11.845 10.6676 11.605L8.70256 11.245C7.12756 10.96 5.85256 10.21 5.85256 8.335C5.85256 6.43 7.53256 5.11 9.87256 5.11C12.4226 5.11 13.9526 6.22 14.1626 8.23H12.2876C12.1526 7.18 11.2226 6.595 9.88756 6.595C8.59756 6.595 7.78756 7.27 7.78756 8.215C7.78756 9.1 8.34256 9.385 9.49756 9.61L11.5676 10.015C13.3226 10.345 14.3726 11.215 14.3726 12.94C14.3726 14.89 12.5876 16.18 10.2176 16.18C7.66756 16.18 5.70256 15.115 5.50756 12.76Z",fill:"currentColor"}),sl("path",{d:"M4.99756 11.44H15.0026V12.19H4.99756V11.44Z",fill:"currentColor"})]});var cl={type:"text-format",format:["strikethrough"],tag:"~~"};var ul=[X([{ChildComponent:al,isActive:({selection:t})=>Dd(t)||Md(t)?t.hasFormat("strikethrough"):!1,key:"strikethrough",onSelect:({editor:t})=>{t.dispatchCommand($d,"strikethrough")},order:4}])],Od=M({enableFormats:["strikethrough"],markdownTransformers:[cl],toolbarFixed:{groups:ul},toolbarInline:{groups:ul}});import{$isTableSelection as Ad}from"@lexical/table";import{$isRangeSelection as Fd,FORMAT_TEXT_COMMAND as Pd}from"lexical";import{jsx as dl}from"react/jsx-runtime";import"react";var ml=()=>dl("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:dl("path",{d:"M10.167 15L7.45002 11.36L4.73302 15H2.91302L6.55302 10.177L3.23802 5.718H5.20102L7.54102 8.89L9.89402 5.718H11.714L8.43802 10.06L12.13 15H10.167ZM16.7768 13.258C16.7768 14.155 16.1398 14.532 15.2038 15C14.5538 15.325 14.2808 15.546 14.2418 15.78H16.7898V16.82H12.7208V16.339C12.7208 15.286 13.5918 14.675 14.3588 14.233C15.0868 13.83 15.4378 13.635 15.4378 13.232C15.4378 12.894 15.2038 12.686 14.8268 12.686C14.3848 12.686 14.1248 13.024 14.1118 13.427H12.7468C12.8248 12.426 13.5528 11.633 14.8398 11.633C15.9448 11.633 16.7768 12.257 16.7768 13.258Z",fill:"currentColor"})});var pl=[X([{ChildComponent:ml,isActive:({selection:t})=>Fd(t)||Ad(t)?t.hasFormat("subscript"):!1,key:"subscript",onSelect:({editor:t})=>{t.dispatchCommand(Pd,"subscript")},order:5}])],Bd=M({enableFormats:["subscript"],toolbarFixed:{groups:pl},toolbarInline:{groups:pl}});import{$isTableSelection as jd}from"@lexical/table";import{$isRangeSelection as Hd,FORMAT_TEXT_COMMAND as Ud}from"lexical";import{jsx as fl}from"react/jsx-runtime";import"react";var hl=()=>fl("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:fl("path",{d:"M10.167 15L7.45002 11.36L4.73302 15H2.91302L6.55302 10.177L3.23802 5.718H5.20102L7.54102 8.89L9.89402 5.718H11.714L8.43802 10.06L12.13 15H10.167ZM16.7768 7.252C16.7768 8.149 16.1398 8.526 15.2038 8.994C14.5538 9.319 14.2808 9.54 14.2418 9.774H16.7898V10.814H12.7208V10.333C12.7208 9.28 13.5918 8.669 14.3588 8.227C15.0868 7.824 15.4378 7.629 15.4378 7.226C15.4378 6.888 15.2038 6.68 14.8268 6.68C14.3848 6.68 14.1248 7.018 14.1118 7.421H12.7468C12.8248 6.42 13.5528 5.627 14.8398 5.627C15.9448 5.627 16.7768 6.251 16.7768 7.252Z",fill:"currentColor"})});var gl=[X([{ChildComponent:hl,isActive:({selection:t})=>Hd(t)||jd(t)?t.hasFormat("superscript"):!1,key:"superscript",onSelect:({editor:t})=>{t.dispatchCommand(Ud,"superscript")},order:6}])],Wd=M({enableFormats:["superscript"],toolbarFixed:{groups:gl},toolbarInline:{groups:gl}});import{$isTableSelection as Vd}from"@lexical/table";import{$isRangeSelection as Kd,FORMAT_TEXT_COMMAND as Jd}from"lexical";import{jsx as xl,jsxs as Gd}from"react/jsx-runtime";import"react";var Cl=()=>Gd("svg",{"aria-hidden":"true",className:"icon",fill:"currentColor",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[xl("path",{d:"M13.9656 11.256C13.9656 13.791 12.5096 15.156 10.0006 15.156C7.50461 15.156 6.03561 13.791 6.03561 11.23V5.718H7.76461V11.243C7.76461 12.868 8.50561 13.778 10.0006 13.778C11.4956 13.778 12.2496 12.868 12.2496 11.243V5.718H13.9656V11.256Z",fill:"currentColor"}),xl("path",{d:"M5.09961 16.3H14.9016V16.95H5.09961V16.3Z",fill:"currentColor"})]});var bl=[X([{ChildComponent:Cl,isActive:({selection:t})=>Kd(t)||Vd(t)?t.hasFormat("underline"):!1,key:"underline",onSelect:({editor:t})=>{t.dispatchCommand(Jd,"underline")},order:3}])],zd=M({enableFormats:["underline"],toolbarFixed:{groups:bl},toolbarInline:{groups:bl}});import{jsx as er}from"react/jsx-runtime";import{jsx as Xd}from"react/jsx-runtime";function Zd(t){return t.replace(/-([a-z])/g,(e,o)=>o.toUpperCase())}var lo=({css:t})=>{let e=t?Object.fromEntries(Object.entries(t).map(([o,r])=>[Zd(o),r])):{};return Xd("span",{style:{...e,alignItems:"center",borderRadius:"4px",display:"flex",fontSize:"16px",height:"20px",justifyContent:"center",width:"20px"},children:"A"})};import{useLexicalComposerContext as Yd}from"@lexical/react/LexicalComposerContext";import{$forEachSelectedTextNode as qd}from"@lexical/selection";import{$getNodeByKey as Qd,$getState as em,$setState as tm,createState as om,TextNode as rm}from"lexical";import{useEffect as nm}from"react";function kl(t){let e=new Map;for(let o in t){let r=t[o],n=om(o,{parse:l=>typeof l=="string"&&Object.keys(r).includes(l)?l:void 0});e.set(o,{stateConfig:n,stateValues:r})}return e}function Qo(t,e,o,r){t.update(()=>{qd(n=>{let l=e.get(o);if(!l)throw new Error(`State config for ${o} not found`);tm(n,l.stateConfig,r)})})}function _l({stateMap:t}){let[e]=Yd();return nm(()=>e.registerMutationListener(rm,o=>{e.getEditorState().read(()=>{for(let[r,n]of o){if(n==="destroyed")continue;let l=Qd(r),s=e.getElementByKey(r);if(!l||!s)continue;let i=Object.create(null);t.forEach((d,c)=>{let u=em(l,d.stateConfig);if(!u){delete s.dataset[c];return}s.dataset[c]=u;let a=d.stateValues[u]?.css;a&&Object.assign(i,a)}),s.style.cssText="",Object.assign(s.style,i)}})}),[e]),null}var Tl=(t,e)=>{let o=[];for(let n in t.state){let l=t.state[n];for(let s in l){let i=l[s];o.push({ChildComponent:()=>er(lo,{css:i.css}),key:s,label:i.label,onSelect:({editor:d})=>{Qo(d,e,n,s)}})}}return[{type:"dropdown",ChildComponent:()=>er(lo,{css:{color:"var(--theme-elevation-600)"}}),items:[...[{ChildComponent:()=>er(lo,{}),key:"clear-style",label:({i18n:n})=>n.t("lexical:textState:defaultStyle"),onSelect:({editor:n})=>{for(let l in t.state)Qo(n,e,l,void 0)},order:1}],...o],key:"textState",order:30}]},lm=M(({props:t})=>{let e=kl(t.state);return{plugins:[{Component:()=>_l({stateMap:e}),position:"normal"}],toolbarFixed:{groups:Tl(t,e)},toolbarInline:{groups:Tl(t,e)}}});import{c as cm}from"react/compiler-runtime";import{useLexicalComposerContext as um}from"@lexical/react/LexicalComposerContext";import{$createHeadingNode as dm,$isHeadingNode as Al,HeadingNode as Bl}from"@lexical/rich-text";import{$setBlocksType as mm}from"@lexical/selection";import{$getSelection as pm,$isRangeSelection as fm}from"lexical";import{useEffect as hm}from"react";import{jsx as wl}from"react/jsx-runtime";import"react";var Sl=()=>wl("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:wl("path",{d:"M4.639 13.5V7.074H6.196V9.648H9.076V7.074H10.642V13.5H9.076V10.836H6.196V13.5H4.639ZM11.5656 9.045V8.019C12.6636 8.019 13.1316 7.731 13.2846 7.065H14.4006V13.5H12.8436V9.045H11.5656Z",fill:"currentColor"})});import{jsx as El}from"react/jsx-runtime";import"react";var Nl=()=>El("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:El("path",{d:"M4.139 13.5V7.074H5.696V9.648H8.576V7.074H10.142V13.5H8.576V10.836H5.696V13.5H4.139ZM15.9796 8.973C15.9796 10.116 15.1696 10.656 14.0356 11.232C13.2256 11.646 12.8206 11.943 12.7846 12.294H15.9886V13.5H11.0566V12.951C11.0566 11.601 12.1636 10.845 13.1176 10.287C14.0356 9.756 14.5126 9.486 14.5126 8.946C14.5126 8.46 14.2156 8.145 13.6306 8.145C13.0186 8.145 12.6586 8.613 12.6226 9.198H11.1196C11.2186 7.947 12.1006 6.966 13.6396 6.966C15.0346 6.966 15.9796 7.785 15.9796 8.973Z",fill:"currentColor"})});import{jsx as Ll}from"react/jsx-runtime";import"react";var yl=()=>Ll("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Ll("path",{d:"M4.139 13.5V7.074H5.696V9.648H8.576V7.074H10.142V13.5H8.576V10.836H5.696V13.5H4.139ZM16.1146 11.745C16.1146 12.744 15.2236 13.608 13.6126 13.608C12.0736 13.608 11.0926 12.762 10.9846 11.547H12.4696C12.5146 12.114 13.0006 12.456 13.6126 12.456C14.2876 12.456 14.6746 12.132 14.6746 11.619C14.6746 11.061 14.2426 10.836 13.6216 10.836H12.9826V9.738H13.6036C14.1526 9.738 14.5486 9.486 14.5486 8.937C14.5486 8.46 14.2156 8.127 13.6486 8.127C13.0366 8.127 12.6586 8.514 12.6226 9.045H11.1916C11.2726 7.929 12.1276 6.966 13.6666 6.966C15.1876 6.966 15.9706 7.848 15.9706 8.865C15.9706 9.603 15.5026 10.143 14.8186 10.269C15.6196 10.404 16.1146 10.971 16.1146 11.745Z",fill:"currentColor"})});import{jsx as Rl}from"react/jsx-runtime";import"react";var Il=()=>Rl("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Rl("path",{d:"M3.639 13.5V7.074H5.196V9.648H8.076V7.074H9.642V13.5H8.076V10.836H5.196V13.5H3.639ZM15.1736 7.074V10.854H16.3706V12.033H15.1736V13.5H13.6796V12.033H10.5116V10.845L13.4996 7.074H15.1736ZM13.6796 8.46L11.8256 10.854H13.6796V8.46Z",fill:"currentColor"})});import{jsx as vl}from"react/jsx-runtime";import"react";var Ml=()=>vl("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:vl("path",{d:"M3.639 13.5V7.074H5.196V9.648H8.076V7.074H9.642V13.5H8.076V10.836H5.196V13.5H3.639ZM13.1576 10.269C12.6896 10.269 12.3746 10.494 12.2216 10.737H10.8176L11.1956 7.074H15.2546V8.28H12.3206L12.1856 9.549C12.4016 9.351 12.8516 9.126 13.4636 9.126C14.7866 9.126 15.6596 10.053 15.6596 11.358C15.6596 12.609 14.7326 13.608 13.1756 13.608C11.5826 13.608 10.6556 12.753 10.5566 11.511H12.1136C12.1586 12.06 12.5456 12.465 13.1576 12.465C13.8236 12.465 14.1746 11.97 14.1746 11.376C14.1746 10.764 13.8416 10.269 13.1576 10.269Z",fill:"currentColor"})});import{jsx as Dl}from"react/jsx-runtime";import"react";var $l=()=>Dl("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Dl("path",{d:"M3.639 13.5V7.074H5.196V9.648H8.076V7.074H9.642V13.5H8.076V10.836H5.196V13.5H3.639ZM13.3646 8.127C12.5456 8.127 12.0416 8.937 12.0416 9.999C12.3296 9.54 12.8246 9.207 13.5536 9.207C14.8586 9.207 15.8036 10.134 15.8036 11.376C15.8036 12.645 14.8226 13.608 13.3196 13.608C11.7266 13.608 10.6196 12.393 10.6196 10.395C10.6196 8.316 11.7716 6.966 13.4186 6.966C14.7056 6.966 15.5786 7.749 15.7316 8.829H14.3186C14.2016 8.415 13.9226 8.127 13.3646 8.127ZM13.3106 12.51C13.9586 12.51 14.3816 12.042 14.3816 11.385C14.3816 10.737 13.9586 10.278 13.3106 10.278C12.6536 10.278 12.2126 10.737 12.2126 11.385C12.2126 12.042 12.6536 12.51 13.3106 12.51Z",fill:"currentColor"})});import{$createHeadingNode as im,$isHeadingNode as sm,HeadingNode as am}from"@lexical/rich-text";var tr=t=>(e,o,r)=>{let n=t(r);n&&(n.append(...o),e.replace(n),n.select(0,0))};var Ol=t=>{let o=`^(${t.map(n=>Number(n.slice(1))).map(n=>`#{${n}}`).join("|")})\\s`,r=new RegExp(o);return{type:"element",dependencies:[am],export:(n,l)=>{if(!sm(n))return null;let s=Number(n.getTag().slice(1));return"#".repeat(s)+" "+l(n)},regExp:r,replace:tr(n=>{let l="h"+n[1]?.length;return im(l)})}};var Fl=t=>{let e=pm();mm(e,()=>dm(t))},Pl={h1:Sl,h2:Nl,h3:yl,h4:Il,h5:Ml,h6:$l},gm=M(({props:t})=>{let{enabledHeadingSizes:e=["h1","h2","h3","h4","h5","h6"]}=t,o=[ee(e.map((r,n)=>({ChildComponent:Pl[r],isActive:({selection:l})=>{if(!fm(l))return!1;for(let s of l.getNodes()){if(Al(s)&&s.getTag()===r)continue;let i=s.getParent();if(!(Al(i)&&i.getTag()===r))return!1}return!0},key:r,label:({i18n:l})=>l.t("lexical:heading:label",{headingLevel:r.charAt(1)}),onSelect:({editor:l})=>{l.update(()=>{Fl(r)})},order:n+2})))];return{markdownTransformers:[Ol(e)],nodes:[Bl],plugins:[{Component:xm,position:"normal"}],sanitizedClientFeatureProps:t,slashMenu:{groups:e?.length?[z(e.map(r=>({Icon:Pl[r],key:`heading-${r.charAt(1)}`,keywords:["heading",r],label:({i18n:n})=>n.t("lexical:heading:label",{headingLevel:r.charAt(1)}),onSelect:({editor:n})=>{n.update(()=>{Fl(r)})}})))]:[]},toolbarFixed:{groups:e?.length?o:[]},toolbarInline:{groups:e?.length?o:[]}}}),xm=t=>{let e=cm(9),{clientProps:o}=t,{enabledHeadingSizes:r}=o,n;e[0]!==r?(n=r===void 0?["h1","h2","h3","h4","h5","h6"]:r,e[0]=r,e[1]=n):n=e[1];let l=n,s;e[2]!==l?(s=l.at(-1),e[2]=l,e[3]=s):s=e[3];let i=s,[d]=um(),c,u;return e[4]!==d||e[5]!==l||e[6]!==i?(c=()=>{if(!(!i||l.length===6))return d.registerNodeTransform(Bl,a=>{l.includes(a.getTag())||a.setTag(i)})},u=[d,l,i],e[4]=d,e[5]=l,e[6]=i,e[7]=c,e[8]=u):(c=e[7],u=e[8]),hm(c,u),null};import{$isNodeSelection as Dm}from"lexical";import{jsx as jl}from"react/jsx-runtime";import"react";var or=()=>jl("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:jl("rect",{fill:"currentColor",height:"1",width:"12",x:"4",y:"9.5"})});import{jsx as Hl,jsxs as Cm}from"react/jsx-runtime";import"react";var Ul=()=>Cm("svg",{fill:"none",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Hl("path",{d:"M5 10h10",stroke:"currentColor"}),Hl("path",{d:"M10 15V5",stroke:"currentColor"})]});var be=t=>({type:"dropdown",ChildComponent:Ul,items:t,key:"add",order:10});import{addClassNamesToElement as bm}from"@lexical/utils";import{$applyNodeReplacement as km,createCommand as _m,DecoratorNode as Tm}from"lexical";var Et=_m("INSERT_HORIZONTAL_RULE_COMMAND"),St=class extends Tm{static clone(e){return new this(e.__key)}static getType(){return"horizontalrule"}static importDOM(){return{hr:()=>({conversion:wm,priority:0})}}static importJSON(e){return Wl()}createDOM(e){let o=document.createElement("hr");return bm(o,e.theme.hr),o}decorate(){return null}exportDOM(){return{element:document.createElement("hr")}}exportJSON(){return{type:"horizontalrule",version:1}}getTextContent(){return`
|
|
55
|
+
`}isInline(){return!1}updateDOM(){return!1}};function wm(){return{node:Wl()}}function Wl(){return km(new St)}import{$applyNodeReplacement as Sm}from"lexical";import"react";var ke=class extends St{static clone(e){return super.clone(e)}static getType(){return super.getType()}static importJSON(e){return Ze()}decorate(){return null}exportJSON(){return super.exportJSON()}};function Ze(){return Sm(new ke)}function Nt(t){return t instanceof ke}var Gl={type:"element",dependencies:[ke],export:(t,e)=>Nt(t)?"---":null,regExp:/^---\s*$/,replace:t=>{let e=Ze();e&&t.replace(e)}};import{c as Em}from"react/compiler-runtime";import{useLexicalComposerContext as Nm}from"@lexical/react/LexicalComposerContext.js";import{$insertNodeToNearestRoot as Lm}from"@lexical/utils";import{$getSelection as ym,$isRangeSelection as Rm,COMMAND_PRIORITY_EDITOR as Im}from"lexical";import{useEffect as vm}from"react";var Vl=()=>{let t=Em(3),[e]=Nm(),o,r;return t[0]!==e?(o=()=>e.registerCommand(Et,Mm,Im),r=[e],t[0]=e,t[1]=o,t[2]=r):(o=t[1],r=t[2]),vm(o,r),null};function Mm(t){let e=ym();if(!Rm(e))return!1;if(e.focus.getNode()!==null){let r=Ze();Lm(r)}return!0}var $m=M({markdownTransformers:[Gl],nodes:[ke],plugins:[{Component:Vl,position:"normal"}],slashMenu:{groups:[z([{Icon:or,key:"horizontalRule",keywords:["hr","horizontal rule","line","separator"],label:({i18n:t})=>t.t("lexical:horizontalRule:label"),onSelect:({editor:t})=>{t.dispatchCommand(Et,void 0)}}])]},toolbarFixed:{groups:[be([{ChildComponent:or,isActive:({selection:t})=>{if(!Dm(t)||!t.getNodes().length)return!1;let e=t.getNodes()[0];return Nt(e)},key:"horizontalRule",label:({i18n:t})=>t.t("lexical:horizontalRule:label"),onSelect:({editor:t})=>{t.dispatchCommand(Et,void 0)}}])]}});import{$findMatchingParent as ti}from"@lexical/utils";import{$isElementNode as Jm,INDENT_CONTENT_COMMAND as zm,OUTDENT_CONTENT_COMMAND as Xm}from"lexical";import{jsx as io,jsxs as Om}from"react/jsx-runtime";import"react";var Kl=()=>Om("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[io("path",{d:"M2.5 5H10.5",stroke:"currentColor",strokeWidth:"1.5"}),io("path",{d:"M2.5 10H10.5",stroke:"currentColor",strokeWidth:"1.5"}),io("path",{d:"M2.5 15H17.5",stroke:"currentColor",strokeWidth:"1.5"}),io("path",{d:"M12.25 7.25L17.25 3.75V10.75L12.25 7.25Z",fill:"currentColor"})]});import{jsx as so,jsxs as Am}from"react/jsx-runtime";import"react";var Jl=()=>Am("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[so("path",{d:"M17.5 5H9.5",stroke:"currentColor",strokeWidth:"1.5"}),so("path",{d:"M17.5 10H9.5",stroke:"currentColor",strokeWidth:"1.5"}),so("path",{d:"M17.5 15H2.5",stroke:"currentColor",strokeWidth:"1.5"}),so("path",{d:"M7.75 7.25L2.75 3.75V10.75L7.75 7.25Z",fill:"currentColor"})]});import{jsx as Fm}from"react/jsx-runtime";import{useLexicalComposerContext as Pm}from"@lexical/react/LexicalComposerContext";import{TabIndentationPlugin as Bm}from"@lexical/react/LexicalTabIndentationPlugin";import{$findMatchingParent as jm,mergeRegister as zl}from"@lexical/utils";import{$getSelection as Hm,$isElementNode as ql,$isRangeSelection as Um,COMMAND_PRIORITY_LOW as Xl,INDENT_CONTENT_COMMAND as Zl,KEY_TAB_COMMAND as Wm,OUTDENT_CONTENT_COMMAND as Gm,TabNode as Vm}from"lexical";import{useEffect as Yl}from"react";var Ql=({clientProps:t})=>{let[e]=Pm(),{disabledNodes:o,disableTabNode:r}=t;return Yl(()=>{if(!(!e||!o?.length))return zl(e.registerCommand(Zl,()=>Km(n=>{if(!o.includes(n.getType())){let l=n.getIndent();n.setIndent(l+1)}}),Xl),e.registerUpdateListener(({dirtyElements:n,editorState:l})=>{e.update(()=>{for(let[s]of n){let i=l._nodeMap.get(s);ql(i)&&o.includes(i.getType())&&i.getIndent()>0&&i.setIndent(0)}})}))},[e,o]),Yl(()=>{if(!(!e||!r))return zl(e.registerCommand(Wm,n=>(n.preventDefault(),e.dispatchCommand(n.shiftKey?Gm:Zl,void 0)),Xl),e.registerNodeTransform(Vm,n=>{n.remove()}))},[e,r]),Fm(Bm,{})};function Km(t){let e=Hm();if(!Um(e))return!1;let o=new Set,r=e.getNodes();for(let n=0;n<r.length;n++){let l=r[n],s=l.getKey();if(o.has(s))continue;let i=jm(l,c=>ql(c)&&!c.isInline());if(i===null)continue;let d=i.getKey();i.canIndent()&&!o.has(d)&&(o.add(d),t(i))}return o.size>0}var ei=t=>({type:"buttons",items:t,key:"indent",order:35});var oi=({disabledNodes:t})=>[ei([{ChildComponent:Kl,isActive:()=>!1,isEnabled:({selection:e})=>{let o=e?.getNodes()??[],r=n=>ri(n)&&n.getIndent()>0;return o.some(n=>r(n)||!!ti(n,r))},key:"indentDecrease",label:({i18n:e})=>e.t("lexical:indent:decreaseLabel"),onSelect:({editor:e})=>{e.dispatchCommand(Xm,void 0)},order:1},{ChildComponent:Jl,isActive:()=>!1,isEnabled:({selection:e})=>{let o=e?.getNodes()??[],r=n=>ri(n)&&!(t??[]).includes(n.getType());return o.some(n=>r(n)||!!ti(n,r))},key:"indentIncrease",label:({i18n:e})=>e.t("lexical:indent:increaseLabel"),onSelect:({editor:e})=>{e.dispatchCommand(zm,void 0)},order:2}])],Zm=M(({props:t})=>{let e=t.disabledNodes??[];return{plugins:[{Component:Ql,position:"normal"}],sanitizedClientFeatureProps:t,toolbarFixed:{groups:oi({disabledNodes:e})},toolbarInline:{groups:oi({disabledNodes:e})}}}),ri=t=>Jm(t)&&t.canIndent();import{$findMatchingParent as df}from"@lexical/utils";import{$getSelection as dr,$isRangeSelection as Oi}from"lexical";import{jsx as ni}from"react/jsx-runtime";import"react";var li=()=>ni("svg",{"aria-hidden":"true",className:"icon",fill:"none",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:ni("path",{d:"M8.5 11.5L11.5 8.5M8.5 7L9.625 5.875C10.868 4.633 12.882 4.633 14.125 5.875C15.368 7.118 15.368 9.133 14.125 10.375L13 11.5M7 8.5L5.746 9.754C4.56 10.94 4.519 12.85 5.652 14.087C6.814 15.354 8.78 15.449 10.058 14.298L11.5 13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})});import{$isAtNodeEnd as ii}from"@lexical/selection";function Ye(t){let{anchor:e}=t,{focus:o}=t,r=t.anchor.getNode(),n=t.focus.getNode();return r===n?r:t.isBackward()?ii(o)?r:n:ii(e)?r:n}var rr=t=>({type:"buttons",items:t,key:"features",order:50});import{$createTextNode as sp}from"lexical";import{addClassNamesToElement as Ym,isHTMLAnchorElement as qm}from"@lexical/utils";import ir from"bson-objectid";import{$applyNodeReplacement as Qm,$createTextNode as si,$getSelection as ep,$isElementNode as ai,$isRangeSelection as lr,createCommand as tp,ElementNode as op}from"lexical";var rp=new Set(["http:","https:","mailto:","sms:","tel:"]),te=class extends op{__fields;__id;constructor({id:e,fields:o={linkType:"custom",newTab:!1},key:r}){super(r),this.__fields=o,this.__id=e}static clone(e){return new this({id:e.__id,fields:e.__fields,key:e.__key})}static getType(){return"link"}static importDOM(){return{a:e=>({conversion:np,priority:1})}}static importJSON(e){let o=_e({}).updateFromJSON(e);return e.version===1&&typeof e.fields?.doc?.value=="object"&&e.fields?.doc?.value?.id&&(e.fields.doc.value=e.fields.doc.value.id,e.version=2),e.version===2&&!e.id&&(e.id=new ir.default().toHexString(),e.version=3),o}canBeEmpty(){return!1}canInsertTextAfter(){return!1}canInsertTextBefore(){return!1}createDOM(e){let o=document.createElement("a");return this.__fields?.linkType==="custom"&&(o.href=this.sanitizeUrl(this.__fields.url??"")),(this.__fields?.newTab??!1)&&(o.target="_blank"),this.__fields?.newTab===!0&&this.__fields?.linkType==="custom"&&(o.rel=nr(o.rel,"add","noopener")),Ym(o,e.theme.link),o}exportJSON(){let e=this.getFields();e?.linkType==="internal"?delete e.url:e?.linkType==="custom"&&delete e.doc;let o={...super.exportJSON(),type:"link",fields:e,version:3},r=this.getID();return r&&(o.id=r),o}extractWithChild(e,o,r){if(!lr(o))return!1;let n=o.anchor.getNode(),l=o.focus.getNode();return this.isParentOf(n)&&this.isParentOf(l)&&o.getTextContent().length>0}getFields(){return this.getLatest().__fields}getID(){return this.getLatest().__id}insertNewAfter(e,o=!0){let r=this.getParentOrThrow().insertNewAfter(e,o);if(ai(r)){let n=_e({fields:this.__fields});return r.append(n),n}return null}isInline(){return!0}sanitizeUrl(e){try{let o=new URL(e);if(!rp.has(o.protocol))return"about:blank"}catch{return"https://"}return e}setFields(e){let o=this.getWritable();return o.__fields=e,o}setID(e){let o=this.getWritable();return o.__id=e,o}updateDOM(e,o,r){let n=this.__fields?.url,l=this.__fields?.newTab;return n!=null&&n!==e.__fields?.url&&this.__fields?.linkType==="custom"&&(o.href=n),this.__fields?.linkType==="internal"&&e.__fields?.linkType==="custom"&&o.removeAttribute("href"),o.rel==null&&(o.rel=""),l!==e.__fields?.newTab&&(l??!1?(o.target="_blank",this.__fields?.linkType==="custom"&&(o.rel=nr(o.rel,"add","noopener"))):(o.removeAttribute("target"),o.rel=nr(o.rel,"remove","noopener"))),!1}updateFromJSON(e){return super.updateFromJSON(e).setFields(e.fields).setID(e.id)}};function np(t){let e=null;if(qm(t)){let o=t.textContent;o!==null&&o!==""&&(e=_e({id:new ir.default().toHexString(),fields:{doc:null,linkType:"custom",newTab:t.getAttribute("target")==="_blank",url:t.getAttribute("href")??""}}))}return{node:e}}function _e({id:t,fields:e}){return Qm(new te({id:t??new ir.default().toHexString(),fields:e}))}function J(t){return t instanceof te}var ce=tp("TOGGLE_LINK_COMMAND");function sr(t){let e=ep();if(!lr(e)&&(t===null||!t.selectedNodes?.length))return;let o=lr(e)?e.extract():t===null?[]:t.selectedNodes;if(t===null){o?.forEach(l=>{let s=l.getParent();J(s)&&(s.getChildren().forEach(d=>{s.insertBefore(d)}),s.remove())});return}if(o?.length===1){let l=o[0],s=J(l)?l:lp(l);if(s!==null){s.setFields(t.fields),t.text!=null&&t.text!==s.getTextContent()&&(s.append(si(t.text)),s.getChildren().forEach(i=>{i!==s.getLastChild()&&i.remove()}));return}}let r=null,n=null;o?.forEach(l=>{let s=l.getParent();if(!(s===n||s===null||ai(l)&&!l.isInline())){if(J(s)){n=s,s.setFields(t.fields),t.text!=null&&t.text!==s.getTextContent()&&(s.append(si(t.text)),s.getChildren().forEach(i=>{i!==s.getLastChild()&&i.remove()}));return}if(s.is(r)||(r=s,n=_e({fields:t.fields}),J(s)?l.getPreviousSibling()===null?s.insertBefore(n):s.insertAfter(n):l.insertBefore(n)),J(l)){if(l.is(n))return;if(n!==null){let i=l.getChildren();n.append(...i)}l.remove();return}n!==null&&n.append(l)}})}function lp(t){return ip(t,e=>J(e))}function ip(t,e){let o=t;for(;o!==null&&(o=o.getParent(),!(o===null||e(o))););return o}function nr(t,e,o){let r,n=`${t}`;if(e==="add"){if(n.includes(o)){let l=new RegExp(o,"g");n=n.replace(l,"").trim()}n=n.trim(),r=n.length===0?`${o}`:`${n} ${o}`}else{let l=new RegExp(o,"g");r=n.replace(l,"").trim()}return r}var ci={type:"text-match",dependencies:[te],export:(t,e)=>{if(!J(t))return null;let o=t,{url:r}=o.getFields();return`[${e(o)}](${r})`},importRegExp:/(?<!!)\[([^[]+)\]\(([^()\s]+)(?:\s"((?:[^"]*\\")*[^"]*)"\s*)?\)/,regExp:/(?<!!)\[([^[]+)\]\(([^()\s]+)(?:\s"((?:[^"]*\\")*[^"]*)"\s*)?\)$/,replace:(t,e)=>{let[,o,r]=e,n=_e({fields:{doc:null,linkType:"custom",newTab:!1,url:r}}),l=sp(o);return l.setFormat(t.getFormat()),n.append(l),t.replace(n),l},trigger:")"};import{$applyNodeReplacement as ap,$isElementNode as cp}from"lexical";var Te=class extends te{static clone(e){return new this({id:"",fields:e.__fields,key:e.__key})}static getType(){return"autolink"}static importDOM(){return null}static importJSON(e){let o=Lt({}).updateFromJSON(e);return e.version===1&&typeof e.fields?.doc?.value=="object"&&e.fields?.doc?.value?.id&&(e.fields.doc.value=e.fields.doc.value.id,e.version=2),o}exportJSON(){let e=super.exportJSON();return{type:"autolink",children:e.children,direction:e.direction,fields:e.fields,format:e.format,indent:e.indent,version:2}}insertNewAfter(e,o=!0){let r=this.getParentOrThrow().insertNewAfter(e,o);if(cp(r)){let n=Lt({fields:this.__fields});return r.append(n),n}return null}updateFromJSON(e){return super.updateFromJSON(e).setFields(e.fields)}};function Lt({fields:t}){return ap(new Te({id:"",fields:t}))}function we(t){return t instanceof Te}import{c as up}from"react/compiler-runtime";import{useLexicalComposerContext as dp}from"@lexical/react/LexicalComposerContext.js";import{mergeRegister as mp}from"@lexical/utils";import{$createTextNode as ui,$getSelection as pp,$isElementNode as mi,$isLineBreakNode as pi,$isNodeSelection as fp,$isRangeSelection as hp,$isTextNode as yt,TextNode as gp}from"lexical";import{useEffect as xp}from"react";function di(t,e=o=>o){return o=>{let r=t.exec(o);return r===null?null:{index:r.index,length:r[0].length,text:r[0],url:e(r[0])}}}function fi(t,e){for(let o of e){let r=o(t);if(r!=null)return r}return null}var Cp=/[.,;\s]/;function co(t){return t!==void 0&&Cp.test(t)}function hi(t){return co(t[t.length-1])}function cr(t){return co(t[0])}function bp(t,e){return e?/^\.[a-z]{2,}/i.test(t):/^\.[a-z0-9]+/i.test(t)}function gi(t){let e=t.getPreviousSibling();return mi(e)&&(e=e.getLastDescendant()),e===null||pi(e)||yt(e)&&hi(e.getTextContent())}function xi(t){let e=t.getNextSibling();return mi(e)&&(e=e.getFirstDescendant()),e===null||pi(e)||yt(e)&&cr(e.getTextContent())}function kp(t,e,o,r){return(t>0?co(o[t-1]):gi(r[0]))?e<o.length?co(o[e]):xi(r[r.length-1]):!1}function _p(t,e,o){let r=[],n=[],l=[],s=0,i=0,d=[...t];for(;d.length>0;){let c=d[0],a=c.getTextContent().length,m=i;i+a<=e?(r.push(c),s+=a):m>=o?l.push(c):n.push(c),i+=a,d.shift()}return[s,r,n,l]}function Tp(t,e,o,r){let n={linkType:"custom",url:r.url,...r.fields},l=Lt({fields:n});if(t.length===1){let s=t[0],i;if(e===0?[i]=s.splitText(o):[,i]=s.splitText(e,o),i){let d=ui(r.text);d.setFormat(i.getFormat()),d.setDetail(i.getDetail()),d.setStyle(i.getStyle()),l.append(d),i.replace(l)}return s}else if(t.length>1){let s=t[0],i=s.getTextContent().length,d;e===0?d=s:[,d]=s.splitText(e);let c=[],u;if(t.forEach(a=>{let p=a.getTextContent().length,h=i,f=i+p;if(h<o)if(f<=o)c.push(a);else{let[x,_]=a.splitText(o-h);x&&c.push(x),u=_}i+=p}),d){let a=pp(),m=a?a.getNodes().find(yt):void 0,p=ui(d.getTextContent());return p.setFormat(d.getFormat()),p.setDetail(d.getDetail()),p.setStyle(d.getStyle()),l.append(p,...c),m&&m===d&&(hp(a)?p.select(a.anchor.offset,a.focus.offset):fp(a)&&p.select(0,p.getTextContent().length)),d.replace(l),u}}}function wp(t,e,o){let r=[...t],n=r.map(d=>d.getTextContent()).join(""),l=n,s,i=0;for(;(s=fi(l,e))!=null&&s!==null;){let d=s.index,c=s.length,u=d+c;if(kp(i+d,i+u,n,r)){let[m,,p,h]=_p(r,i+d,i+u),f=i+d-m,x=i+u-m,_=Tp(p,f,x,s);r=_?[_,...h]:h,o(s.url,null),i=0}else i+=u;l=l.substring(u)}}function ar(t,e,o){let r=t.getChildren(),n=r.length;for(let d=0;d<n;d++){let c=r[d];if(!yt(c)||!c.isSimpleText()){ao(t),o(null,t.getFields()?.url??null);return}}let l=t.getTextContent(),s=fi(l,e);if(s===null||s.text!==l){ao(t),o(null,t.getFields()?.url??null);return}if(!gi(t)||!xi(t)){ao(t),o(null,t.getFields()?.url??null);return}let i=t.getFields()?.url;if(i!==s?.url){let d=t.getFields();d.url=s?.url,t.setFields(d),o(s.url,i??null)}}function Sp(t,e,o){let r=t.getPreviousSibling(),n=t.getNextSibling(),l=t.getTextContent();if(we(r)){let s=r.getFields()?.url?r.getFields()?.url?.startsWith("mailto:")??!1:!1;(!cr(l)||bp(l,s))&&(r.append(t),ar(r,e,o),o(null,r.getFields()?.url??null))}we(n)&&!hi(l)&&(ao(n),ar(n,e,o),o(null,n.getFields()?.url??null))}function ao(t){let e=t.getChildren(),o=e.length;for(let r=o-1;r>=0;r--)t.insertAfter(e[r]);return t.remove(),e.map(r=>r.getLatest())}function Ep(t){let e=[t],o=t.getNextSibling();for(;o!==null&&yt(o)&&o.isSimpleText()&&(e.push(o),!/\s/.test(o.getTextContent()));)o=o.getNextSibling();return e}function Np(t,e,o){let r=up(5),n,l;r[0]!==t||r[1]!==e||r[2]!==o?(n=()=>{if(!t.hasNodes([Te]))throw new Error("LexicalAutoLinkPlugin: AutoLinkNode not registered on editor");let s=(i,d)=>{o?.(i,d)};return mp(t.registerNodeTransform(gp,i=>{let d=i.getParentOrThrow(),c=i.getPreviousSibling();if(we(d))ar(d,e,s);else if(!J(d)){if(i.isSimpleText()&&(cr(i.getTextContent())||!we(c))){let u=Ep(i);wp(u,e,s)}Sp(i,e,s)}}))},l=[t,e,o],r[0]=t,r[1]=e,r[2]=o,r[3]=n,r[4]=l):(n=r[3],l=r[4]),xp(n,l)}var Lp=/((https?:\/\/(www\.)?)|(www\.))[-\w@:%.+~#=]{1,256}\.[a-zA-Z\d()]{1,6}\b([-\w()@:%+.~#?&/=]*)(?<![-.+():%])/,yp=/(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\])|(([a-z\-\d]+\.)+[a-z]{2,}))/i,Rp=[di(Lp,t=>t.startsWith("http")?t:`https://${t}`),di(yp,t=>`mailto:${t}`)],Ci=()=>{let[t]=dp();return Np(t,Rp),null};import{jsx as Ip}from"react/jsx-runtime";import{ClickableLinkPlugin as vp}from"@lexical/react/LexicalClickableLinkPlugin.js";import"react";var bi=()=>Ip(vp,{});import{jsx as Yp}from"react/jsx-runtime";import"react";import{createPortal as qp}from"react-dom";import{jsx as Se,jsxs as Rt,Fragment as Dp}from"react/jsx-runtime";import{useLexicalComposerContext as $p}from"@lexical/react/LexicalComposerContext.js";import{useLexicalEditable as Op}from"@lexical/react/useLexicalEditable";import{$findMatchingParent as ki,mergeRegister as _i}from"@lexical/utils";import{getTranslation as ur}from"@payloadcms/translations";import{CloseMenuIcon as Ap,EditIcon as Fp,ExternalLinkIcon as Ti,formatDrawerSlug as Pp,useConfig as Bp,useEditDepth as jp,useLocale as Hp,useTranslation as Up}from"@payloadcms/ui";import{requests as Wp}from"@payloadcms/ui/shared";import{$getSelection as wi,$isLineBreakNode as Gp,$isRangeSelection as Si,COMMAND_PRIORITY_HIGH as Vp,COMMAND_PRIORITY_LOW as Ei,getDOMSelection as Kp,KEY_ESCAPE_COMMAND as Jp,SELECTION_CHANGE_COMMAND as zp}from"lexical";import{formatAdminURL as Xp}from"payload/shared";import Ni,{useCallback as Li,useEffect as po,useLayoutEffect as Zp,useRef as yi,useState as Pe}from"react";function uo(t,e,o,r=10,n=5){let l=o.parentElement;if(t===null||l==null){e.style.opacity="0",e.style.transform="translate(-10000px, -10000px)";return}let s=o.getBoundingClientRect(),i=l.getBoundingClientRect(),d=t.top-r,c=t.left-n;e.style.width="max-content",e.style.maxWidth="none";let u=e.scrollWidth,a=i.right-c,m=c-i.left,p;if(u<=a)p=e.getBoundingClientRect();else{let h=m+t.width,f=m>a,_=Math.min(u,f?h:a);_<u&&(e.style.width=`${_}px`,e.style.maxWidth=`${_}px`,e.offsetHeight),f&&(c=t.right-_),p=e.getBoundingClientRect()}d<i.top&&(d+=p.height+t.height+r*2),c+p.width>i.right&&(c=i.right-p.width-n),d-=s.top,c-=s.left,e.style.opacity="1",e.style.transform=`translate(${c}px, ${d}px)`}import{createCommand as Mp}from"lexical";var mo=Mp("TOGGLE_LINK_WITH_MODAL_COMMAND");function Ri(t){t.preventDefault()}function Ii({anchorElem:t}){let[e]=$p(),[o,r]=Pe(),n=yi(null),l=yi(null),[s,i]=Pe(null),[d,c]=Pe(null),{fieldProps:{schemaPath:u},uuid:a}=U(),m=Op(),{config:p,getEntityConfig:h}=Bp(),{i18n:f,t:x}=Up(),[_,S]=Pe(),y=jp(),[k,C]=Pe(!1),[g,b]=Pe([]),w=Hp(),[R,I]=Pe(!1),D=Pp({slug:"lexical-rich-text-link-"+a,depth:y}),{toggleDrawer:E}=he(D),T=Li(()=>{C(!1),n&&n.current&&(n.current.style.opacity="0",n.current.style.transform="translate(-10000px, -10000px)"),I(!1),i(null),c(null),b([]),S(void 0)},[C,i,c,b]),L=Li(()=>{let N=wi(),v;if(!Si(N)||!N){T();return}let $=Ye(N);v=e.getElementByKey($.getKey())?.getBoundingClientRect();let O=ki($,J),F=N.getNodes().filter(W=>!Gp(W)).find(W=>{let le=ki(W,J);return O&&!O.is(le)||le&&!le.is(O)});if(O==null||F){T();return}r(O);let P=O.getFields(),Z={...P,id:O.getID(),text:O.getTextContent()};if(P?.linkType==="custom")i(P?.url??null),c(null);else{i(`${p.routes.admin==="/"?"":p.routes.admin}/collections/${P?.doc?.relationTo}/${P?.doc?.value}`);let W=P?.doc?.relationTo?h({collectionSlug:P?.doc?.relationTo}):void 0;if(!W)c(P?.label?String(P?.label):null),i(P?.url?String(P?.url):null);else{let le=typeof P.doc?.value=="object"?P.doc.value.id:P.doc?.value,fe=P.doc?.relationTo;if(!le||!fe)throw new Error("Focus link parent is missing doc.value or doc.relationTo");let dt=x("fields:linkedTo",{label:`${ur(W.labels.singular,f)} - ${x("lexical:link:loadingWithEllipsis",f)}`}).replace(/<[^>]*>?/g,"");c(dt),Wp.get(Xp({apiRoute:p.routes.api,path:`/${fe}/${le}`,serverURL:p.serverURL}),{headers:{"Accept-Language":f.language},params:{depth:0,locale:w?.code}}).then(async ye=>{if(!ye.ok)throw new Error(`HTTP error! Status: ${ye.status}`);let Re=await ye.json(),Gt=W?.admin?.useAsTitle||"id",We=Re[Gt],Ge=x("fields:linkedTo",{label:`${ur(W.labels.singular,f)} - ${We}`}).replace(/<[^>]*>?/g,"");c(Ge)}).catch(()=>{let ye=x("fields:linkedTo",{label:`${ur(W.labels.singular,f)} - ${x("general:untitled",f)} - ID: ${le}`}).replace(/<[^>]*>?/g,"");c(ye)})}}S(Z),C(!0),b(N?N?.getNodes():[]),we(O)?I(!0):I(!1);let Y=n.current,ut=Kp(e._window),{activeElement:$o}=document;if(Y===null)return;let pe=e.getRootElement();return ut!==null&&pe!==null&&pe.contains(ut.anchorNode)?(v||(v=ut.getRangeAt(0).getBoundingClientRect()),v!=null&&(v.y+=40,l.current=v)):($o==null||$o.className!=="link-input")&&(pe!==null&&uo(null,Y,t),i(null),c(null)),!0},[e,T,p.routes.admin,p.routes.api,p.serverURL,h,x,f,w?.code,t]);return po(()=>_i(e.registerCommand(mo,N=>(e.dispatchCommand(ce,N),L(),E(),!0),Ei)),[e,L,E,D]),po(()=>{let N=t.parentElement,v=()=>{e.getEditorState().read(()=>{L()})};return window.addEventListener("resize",v),N?.addEventListener("scroll",v),()=>{window.removeEventListener("resize",v),N?.removeEventListener("scroll",v)}},[t.parentElement,e,L]),po(()=>_i(e.registerUpdateListener(({editorState:N})=>{N.read(()=>{L()})}),e.registerCommand(zp,()=>(L(),!0),Ei),e.registerCommand(Jp,()=>k?(T(),!0):!1,Vp)),[e,L,k,T]),po(()=>{e.getEditorState().read(()=>{L()})},[e,L]),Zp(()=>{!k||!n.current||!t||!l.current||uo(l.current,n.current,t)},[s,d,k,t,o]),Rt(Ni.Fragment,{children:[Se("div",{className:"link-editor",ref:n,children:Rt("div",{className:"link-input",children:[s&&s.length>0?Rt("a",{href:s,rel:"noopener noreferrer",target:"_blank",children:[o?.__fields.newTab?Se(Ti,{}):null,d!=null&&d.length>0?d:s]}):d!=null&&d.length>0?Rt(Dp,{children:[o?.__fields.newTab?Se(Ti,{}):null,Se("span",{className:"link-input__label-pure",children:d})]}):null,m&&Rt(Ni.Fragment,{children:[Se("button",{"aria-label":"Edit link",className:"link-edit",onClick:N=>{N.preventDefault(),E()},onMouseDown:Ri,tabIndex:0,type:"button",children:Se(Fp,{})}),!R&&Se("button",{"aria-label":"Remove link",className:"link-trash",onClick:()=>{e.dispatchCommand(ce,null)},onMouseDown:Ri,tabIndex:0,type:"button",children:Se(Ap,{})})]})]})}),Se(ht,{className:"lexical-link-edit-drawer",data:_,drawerSlug:D,drawerTitle:x("fields:editLink"),featureKey:"link",handleDrawerSubmit:(N,v)=>{let $=v,O={...$};delete O.text,e.update(()=>{let F=wi(),P=null;if(Si(F)?P=Ye(F).getParent():g.length&&(P=g[0]?.getParent()??null),P&&we(P)){let Z=_e({fields:O});P.replace(Z,!0)}}),e.dispatchCommand(ce,{fields:O,selectedNodes:g,text:$.text})},schemaPath:u,schemaPathSuffix:"fields"})]})}var vi=t=>{let{anchorElem:e=document.body}=t;return qp(Yp(Ii,{anchorElem:e}),e)};import{c as tf}from"react/compiler-runtime";import{useLexicalComposerContext as of}from"@lexical/react/LexicalComposerContext.js";import{mergeRegister as rf}from"@lexical/utils";import{$getSelection as nf,$isElementNode as lf,$isRangeSelection as sf,COMMAND_PRIORITY_LOW as Di,PASTE_COMMAND as af}from"lexical";import{useEffect as cf}from"react";var Qp=/^(?:[a-zA-Z][a-zA-Z\d+.-]*:(?:\/\/)?(?:[-;:&=+$,\w]+@)?[A-Za-z\d]+(?:\.[A-Za-z\d]+)+|www\.[A-Za-z\d]+(?:\.[A-Za-z\d]+)+|(?:tel|mailto):[\w+.-]+)(?:\/[+~%/\w-]*)?(?:\?[-;&=%\w]*)?(?:#\w+)?$/,ef=/^(?:\/[\w\-./]*(?:\?[-;&=%\w]*)?(?:#[\w-]+)?|#[\w\-]+)$/;function Mi(t){if(!t||t.includes(" ")||/^[a-z][a-z\d+.-]*:\/[^/]/i.test(t))return!1;if(t==="https://"||Qp.test(t)||ef.test(t))return!0;try{let e=new URL(t);return!(["ftp:","http:","https:"].includes(e.protocol)&&!e.hostname.includes("."))}catch{}return!1}var $i=t=>{let e=tf(5),{clientProps:o}=t,[r]=of(),n,l;return e[0]!==o.defaultLinkType||e[1]!==o.defaultLinkURL||e[2]!==r?(n=()=>{if(!r.hasNodes([te]))throw new Error("LinkPlugin: LinkNode not registered on editor");return rf(r.registerCommand(ce,s=>s===null?(sr(null),!0):(s.fields?.linkType||(s.fields.linkType=o.defaultLinkType),s.fields?.url||(s.fields.url=o.defaultLinkURL),sr(s),!0),Di),r.registerCommand(af,s=>{let i=nf();if(!sf(i)||i.isCollapsed()||!(s instanceof ClipboardEvent)||s.clipboardData==null)return!1;let d=s.clipboardData.getData("text");if(!Mi(d))return!1;if(!i.getNodes().some(uf)){let c={doc:null,linkType:"custom",newTab:!1,url:d};return r.dispatchCommand(ce,{fields:c,text:null}),s.preventDefault(),!0}return!1},Di))},l=[o.defaultLinkType,o.defaultLinkURL,r],e[0]=o.defaultLinkType,e[1]=o.defaultLinkURL,e[2]=r,e[3]=n,e[4]=l):(n=e[3],l=e[4]),cf(n,l),null};function uf(t){return lf(t)}var Ai=[rr([{ChildComponent:li,isActive:({selection:t})=>{if(Oi(t)){let e=Ye(t);return df(e,J)!=null}return!1},isEnabled:({selection:t})=>!!(Oi(t)&&dr()?.getTextContent()?.length),key:"link",label:({i18n:t})=>t.t("lexical:link:label"),onSelect:({editor:t,isActive:e})=>{if(e)t.dispatchCommand(ce,null);else{let o,r=[];if(t.getEditorState().read(()=>{o=dr()?.getTextContent(),r=dr()?.getNodes()??[]}),!o?.length)return;let n={doc:null};t.dispatchCommand(mo,{fields:n,selectedNodes:r,text:o})}},order:1}])],mf=M(({props:t})=>({markdownTransformers:[ci],nodes:[te,t?.disableAutoLinks===!0?null:Te].filter(Boolean),plugins:[{Component:$i,position:"normal"},t?.disableAutoLinks===!0||t?.disableAutoLinks==="creationOnly"?null:{Component:Ci,position:"normal"},{Component:bi,position:"normal"},{Component:vi,position:"floatingAnchorElem"}].filter(Boolean),sanitizedClientFeatureProps:t,toolbarFixed:{groups:Ai},toolbarInline:{groups:Ai}}));import{$isListNode as fr,INSERT_CHECK_LIST_COMMAND as Ui,ListItemNode as Sf,ListNode as Ef}from"@lexical/list";import{$isRangeSelection as Nf}from"lexical";import{jsx as Fi,jsxs as pf}from"react/jsx-runtime";import"react";var mr=()=>pf("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Fi("rect",{height:"13",rx:"1.5",stroke:"currentColor",width:"13",x:"3.5",y:"3.5"}),Fi("path",{d:"M7 10L9 12.5L13 7.5",stroke:"currentColor",strokeWidth:"1.5"})]});import{jsx as ff}from"react/jsx-runtime";import{ListPlugin as hf}from"@lexical/react/LexicalListPlugin.js";import"react";var qe=()=>ff(hf,{});function fo(t,e){return t==="ordered"?!e.has("unorderedList"):t==="checklist"?!e.has("unorderedList")&&!e.has("orderedList"):!1}function Qe(t){return{items:t,key:"lists",label:({i18n:e})=>e.t("lexical:general:slashMenuListGroupLabel")}}import{$isListNode as bf,ListItemNode as kf,ListNode as _f}from"@lexical/list";import{$createListItemNode as gf,$createListNode as xf,$isListItemNode as Cf,$isListNode as pr}from"@lexical/list";var Pi=4,et=t=>(e,o,r)=>{let n=e.getPreviousSibling(),l=e.getNextSibling(),s=gf(t==="check"?r[3]==="x":void 0);if(pr(l)&&l.getListType()===t){let d=l.getFirstChild();d!==null?d.insertBefore(s):l.append(s),e.remove()}else if(pr(n)&&n.getListType()===t)n.append(s),e.remove();else{let d=xf(t,t==="number"?Number(r[2]):void 0);d.append(s),e.replace(d)}s.append(...o),s.select(0,0);let i=Math.floor(r[1].length/Pi);i&&s.setIndent(i)},Be=(t,e,o)=>{let r=[],n=t.getChildren(),l=0;for(let s of n)if(Cf(s)){if(s.getChildrenSize()===1){let u=s.getFirstChild();if(pr(u)){r.push(Be(u,e,o+1));continue}}let i=" ".repeat(o*Pi),d=t.getListType(),c=d==="number"?`${t.getStart()+l}. `:d==="check"?`- [${s.getChecked()?"x":" "}] `:"- ";r.push(i+c+e(s)),l++}return r.join(`
|
|
56
|
+
`)};var Bi={type:"element",dependencies:[_f,kf],export:(t,e)=>bf(t)?Be(t,e,0):null,regExp:/^(\s*)(?:-\s)?\s?(\[(\s|x)?\])\s/i,replace:et("check")};import{jsx as Tf}from"react/jsx-runtime";import{CheckListPlugin as wf}from"@lexical/react/LexicalCheckListPlugin.js";import"react";var ji=()=>Tf(wf,{});var Hi=[ee([{ChildComponent:mr,isActive:({selection:t})=>{if(!Nf(t))return!1;for(let e of t.getNodes()){if(fr(e)&&e.getListType()==="check")continue;let o=e.getParent();if(fr(o)&&o.getListType()==="check")continue;let r=o?.getParent();if(!(fr(r)&&r.getListType()==="check"))return!1}return!0},key:"checklist",label:({i18n:t})=>t.t("lexical:checklist:label"),onSelect:({editor:t})=>{t.dispatchCommand(Ui,void 0)},order:12}])],Lf=M(({featureProviderMap:t})=>{let e=[{Component:ji,position:"normal"}],o=fo("checklist",t);return o&&e.push({Component:qe,position:"normal"}),{markdownTransformers:[Bi],nodes:o?[Ef,Sf]:[],plugins:e,slashMenu:{groups:[Qe([{Icon:mr,key:"checklist",keywords:["check list","check","checklist","cl"],label:({i18n:r})=>r.t("lexical:checklist:label"),onSelect:({editor:r})=>{r.dispatchCommand(Ui,void 0)}}])]},toolbarFixed:{groups:Hi},toolbarInline:{groups:Hi}}});import{$isListNode as gr,INSERT_ORDERED_LIST_COMMAND as Vi,ListItemNode as Mf,ListNode as Df}from"@lexical/list";import{$isRangeSelection as $f}from"lexical";import{jsx as It,jsxs as yf}from"react/jsx-runtime";import"react";var hr=()=>yf("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[It("path",{d:"M5.89284 12.479C5.89284 13.368 5.26284 13.788 4.38084 14.236C3.75084 14.558 3.43584 14.789 3.40784 15.062H5.89984V16H2.06384V15.573C2.06384 14.523 2.92484 13.935 3.66684 13.501C4.38084 13.088 4.75184 12.878 4.75184 12.458C4.75184 12.08 4.52084 11.835 4.06584 11.835C3.58984 11.835 3.30984 12.199 3.28184 12.654H2.11284C2.18984 11.681 2.87584 10.918 4.07284 10.918C5.15784 10.918 5.89284 11.555 5.89284 12.479Z",fill:"currentColor"}),It("path",{d:"M2.68608 4.535V3.737C3.54008 3.737 3.90408 3.513 4.02308 2.995H4.89108V8H3.68008L3.68008 4.535H2.68608Z",fill:"currentColor"}),It("path",{d:"M8 15L17 15",stroke:"currentColor",strokeWidth:"1.5"}),It("path",{d:"M8 10L17 10",stroke:"currentColor",strokeWidth:"1.5"}),It("path",{d:"M8 5L17 5",stroke:"currentColor",strokeWidth:"1.5"})]});import{$isListNode as Rf,ListItemNode as If,ListNode as vf}from"@lexical/list";var Wi={type:"element",dependencies:[vf,If],export:(t,e)=>Rf(t)?Be(t,e,0):null,regExp:/^(\s*)(\d+)\.\s/,replace:et("number")};var Gi=[ee([{ChildComponent:hr,isActive:({selection:t})=>{if(!$f(t))return!1;for(let e of t.getNodes()){if(gr(e)&&e.getListType()==="number")continue;let o=e.getParent();if(gr(o)&&o.getListType()==="number")continue;let r=o?.getParent();if(!(gr(r)&&r.getListType()==="number"))return!1}return!0},key:"orderedList",label:({i18n:t})=>t.t("lexical:orderedList:label"),onSelect:({editor:t})=>{t.dispatchCommand(Vi,void 0)},order:10}])],Of=M(({featureProviderMap:t})=>{let e=fo("ordered",t);return{markdownTransformers:[Wi],nodes:e?[Df,Mf]:[],plugins:e?[{Component:qe,position:"normal"}]:[],slashMenu:{groups:[Qe([{Icon:hr,key:"orderedList",keywords:["ordered list","ol"],label:({i18n:o})=>o.t("lexical:orderedList:label"),onSelect:({editor:o})=>{o.dispatchCommand(Vi,void 0)}}])]},toolbarFixed:{groups:Gi},toolbarInline:{groups:Gi}}});import{$isListNode as Cr,INSERT_UNORDERED_LIST_COMMAND as zi,ListItemNode as jf,ListNode as Hf}from"@lexical/list";import{$isRangeSelection as Uf}from"lexical";import{jsx as tt,jsxs as Af}from"react/jsx-runtime";import"react";var xr=()=>Af("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[tt("circle",{cx:"4",cy:"5",fill:"currentColor",r:"1.15",stroke:"currentColor",strokeWidth:"0.3"}),tt("circle",{cx:"4",cy:"10",fill:"currentColor",r:"1.15",stroke:"currentColor",strokeWidth:"0.3"}),tt("circle",{cx:"4",cy:"15",fill:"currentColor",r:"1.15",stroke:"currentColor",strokeWidth:"0.3"}),tt("path",{d:"M17 5H7",stroke:"currentColor",strokeWidth:"1.5"}),tt("path",{d:"M17 10H7",stroke:"currentColor",strokeWidth:"1.5"}),tt("path",{d:"M17 15H7",stroke:"currentColor",strokeWidth:"1.5"})]});import{$isListNode as Ff,ListItemNode as Pf,ListNode as Bf}from"@lexical/list";var Ki={type:"element",dependencies:[Bf,Pf],export:(t,e)=>Ff(t)?Be(t,e,0):null,regExp:/^(\s*)[-*+]\s/,replace:et("bullet")};var Ji=[ee([{ChildComponent:xr,isActive:({selection:t})=>{if(!Uf(t))return!1;for(let e of t.getNodes()){if(Cr(e)&&e.getListType()==="bullet")continue;let o=e.getParent();if(Cr(o)&&o.getListType()==="bullet")continue;let r=o?.getParent();if(!(Cr(r)&&r.getListType()==="bullet"))return!1}return!0},key:"unorderedList",label:({i18n:t})=>t.t("lexical:unorderedList:label"),onSelect:({editor:t})=>{t.dispatchCommand(zi,void 0)},order:11}])],Wf=M({markdownTransformers:[Ki],nodes:[Hf,jf],plugins:[{Component:qe,position:"normal"}],slashMenu:{groups:[Qe([{Icon:xr,key:"unorderedList",keywords:["unordered list","ul"],label:({i18n:t})=>t.t("lexical:unorderedList:label"),onSelect:({editor:t})=>{t.dispatchCommand(zi,void 0)}}])]},toolbarFixed:{groups:Ji},toolbarInline:{groups:Ji}});import{jsx as Gf}from"react/jsx-runtime";import{addClassNamesToElement as Vf}from"@lexical/utils";import{$applyNodeReplacement as Kf,DecoratorNode as Jf}from"lexical";import*as Xi from"react";var zf=Xi.lazy(()=>import("./Component-MBLHTKDK.js").then(t=>({default:t.UnknownConvertedNodeComponent}))),vt=class extends Jf{__data;constructor({data:e,key:o}){super(o),this.__data=e}static clone(e){return new this({data:e.__data,key:e.__key})}static getType(){return"unknownConverted"}static importJSON(e){return Xf({data:e.data})}canInsertTextAfter(){return!0}canInsertTextBefore(){return!0}createDOM(e){let o=document.createElement("span");return Vf(o,"unknownConverted"),o}decorate(){return Gf(zf,{data:this.__data})}exportJSON(){return{type:this.getType(),data:this.__data,version:1}}isInline(){return!0}updateDOM(e,o){return!1}};function Xf({data:t}){return Kf(new vt({data:t}))}var Zf=M(()=>({nodes:[vt]}));import{jsx as Yf}from"react/jsx-runtime";import{addClassNamesToElement as qf}from"@lexical/utils";import{$applyNodeReplacement as Qf,DecoratorNode as e0}from"lexical";import*as Zi from"react";var t0=Zi.lazy(()=>import("./Component-DOSSWC76.js").then(t=>({default:t.UnknownConvertedNodeComponent}))),Mt=class extends e0{__data;constructor({data:e,key:o}){super(o),this.__data=e}static clone(e){return new this({data:e.__data,key:e.__key})}static getType(){return"unknownConverted"}static importJSON(e){return o0({data:e.data})}canInsertTextAfter(){return!0}canInsertTextBefore(){return!0}createDOM(e){let o=document.createElement("span");return qf(o,"unknownConverted"),o}decorate(){return Yf(t0,{data:this.__data})}exportJSON(){return{type:this.getType(),data:this.__data,version:1}}isInline(){return!0}updateDOM(e,o){return!1}};function o0({data:t}){return Qf(new Mt({data:t}))}var r0=M(()=>({nodes:[Mt]}));import{$setBlocksType as Qi}from"@lexical/selection";import{$createParagraphNode as es,$getSelection as ts,$isParagraphNode as Yi,$isRangeSelection as n0}from"lexical";var qi=[ee([{ChildComponent:Ct,isActive:({selection:t})=>{if(!n0(t))return!1;for(let e of t.getNodes())if(!Yi(e)&&!Yi(e.getParent()))return!1;return!0},key:"paragraph",label:({i18n:t})=>t.t("lexical:paragraph:label2"),onSelect:({editor:t})=>{t.update(()=>{let e=ts();Qi(e,()=>es())})},order:1}])],l0=M({slashMenu:{groups:[z([{Icon:Ct,key:"paragraph",keywords:["normal","paragraph","p","text"],label:({i18n:t})=>t.t("lexical:paragraph:label"),onSelect:({editor:t})=>{t.update(()=>{let e=ts();Qi(e,()=>es())})}}])]},toolbarFixed:{groups:qi},toolbarInline:{groups:qi}});import{c as N0}from"react/compiler-runtime";import{jsx as _s}from"react/jsx-runtime";import{useLexicalComposerContext as L0}from"@lexical/react/LexicalComposerContext";import{useEffect as y0,useState as R0}from"react";import{jsx as ks,Fragment as E0}from"react/jsx-runtime";import"react";import{jsx as i0}from"react/jsx-runtime";var os={quote:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children});return i0("blockquote",{children:o})}};import{jsx as s0}from"react/jsx-runtime";var rs={heading:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children}),r=t.tag;return s0(r,{children:o})}};import{jsx as a0}from"react/jsx-runtime";var ns={horizontalrule:a0("hr",{})};import{jsx as c0}from"react/jsx-runtime";var ls={linebreak:c0("br",{})};import{jsx as is}from"react/jsx-runtime";var ss=({internalDocToHref:t})=>({autolink:({node:e,nodesToJSX:o})=>{let r=o({nodes:e.children}),n=e.fields.newTab?"noopener noreferrer":void 0,l=e.fields.newTab?"_blank":void 0;return is("a",{href:e.fields.url,rel:n,target:l,children:r})},link:({node:e,nodesToJSX:o})=>{let r=o({nodes:e.children}),n=e.fields.newTab?"noopener noreferrer":void 0,l=e.fields.newTab?"_blank":void 0,s=e.fields.url??"";return e.fields.linkType==="internal"&&(t?s=t({linkNode:e}):(console.error("Lexical => JSX converter: Link converter: found internal link, but internalDocToHref is not provided"),s="#")),is("a",{href:s,rel:n,target:l,children:r})}});import{jsx as ot,jsxs as u0,Fragment as d0}from"react/jsx-runtime";import{v4 as m0}from"uuid";var as={list:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children}),r=t.tag;return ot(r,{className:`list-${t?.listType}`,children:o})},listitem:({node:t,nodesToJSX:e,parent:o})=>{let r=t.children.some(l=>l.type==="list"),n=e({nodes:t.children});if("listType"in o&&o?.listType==="check"){let l=m0();return ot("li",{"aria-checked":t.checked?"true":"false",className:`list-item-checkbox${t.checked?" list-item-checkbox-checked":" list-item-checkbox-unchecked"}${r?" nestedListItem":""}`,role:"checkbox",style:{listStyleType:"none"},tabIndex:-1,value:t?.value,children:r?n:u0(d0,{children:[ot("input",{checked:t.checked,id:l,readOnly:!0,type:"checkbox"}),ot("label",{htmlFor:l,children:n}),ot("br",{})]})})}else return ot("li",{className:`${r?"nestedListItem":""}`,style:r?{listStyleType:"none"}:void 0,value:t?.value,children:n})}};import{jsx as br}from"react/jsx-runtime";var cs={paragraph:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children});return o?.length?br("p",{children:o}):br("p",{children:br("br",{})})}};var us={tab:" "};import{jsx as Dt}from"react/jsx-runtime";var ds={table:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children});return Dt("div",{className:"lexical-table-container",children:Dt("table",{className:"lexical-table",style:{borderCollapse:"collapse"},children:Dt("tbody",{children:o})})})},tablecell:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children}),r=t.headerState>0?"th":"td",n=`lexical-table-cell-header-${t.headerState}`,l={backgroundColor:t.backgroundColor||void 0,border:"1px solid #ccc",padding:"8px"},s=t.colSpan&&t.colSpan>1?t.colSpan:void 0,i=t.rowSpan&&t.rowSpan>1?t.rowSpan:void 0;return Dt(r,{className:`lexical-table-cell ${n}`,colSpan:s,rowSpan:i,style:l,children:o})},tablerow:({node:t,nodesToJSX:e})=>{let o=e({nodes:t.children});return Dt("tr",{className:"lexical-table-row",children:o})}};import{jsx as je}from"react/jsx-runtime";import"react";var A={DOM_ELEMENT_TYPE:1,DOM_TEXT_TYPE:3,NO_DIRTY_NODES:0,HAS_DIRTY_NODES:1,FULL_RECONCILE:2,IS_NORMAL:0,IS_TOKEN:1,IS_SEGMENTED:2,IS_INERT:3,IS_BOLD:1,IS_ITALIC:2,IS_STRIKETHROUGH:4,IS_UNDERLINE:8,IS_CODE:16,IS_SUBSCRIPT:32,IS_SUPERSCRIPT:64,IS_HIGHLIGHT:128,IS_DIRECTIONLESS:1,IS_UNMERGEABLE:2,IS_ALIGN_LEFT:1,IS_ALIGN_CENTER:2,IS_ALIGN_RIGHT:3,IS_ALIGN_JUSTIFY:4,IS_ALIGN_START:5,IS_ALIGN_END:6},p0=A.IS_BOLD|A.IS_ITALIC|A.IS_STRIKETHROUGH|A.IS_UNDERLINE|A.IS_CODE|A.IS_SUBSCRIPT|A.IS_SUPERSCRIPT|A.IS_HIGHLIGHT,f0="\xA0",h0=`
|
|
57
57
|
|
|
58
|
-
`,ds="\u0591-\u07FF\uFB1D-\uFDFD\uFE70-\uFEFC",ms="A-Za-z\xC0-\xD6\xD8-\xF6\xF8-\u02B8\u0300-\u0590\u0800-\u1FFF\u200E\u2C00-\uFB1C\uFE00-\uFE6F\uFEFD-\uFFFF",x0=new RegExp("^[^"+ms+"]*["+ds+"]"),C0=new RegExp("^[^"+ds+"]*["+ms+"]"),b0={bold:O.IS_BOLD,code:O.IS_CODE,highlight:O.IS_HIGHLIGHT,italic:O.IS_ITALIC,strikethrough:O.IS_STRIKETHROUGH,subscript:O.IS_SUBSCRIPT,superscript:O.IS_SUPERSCRIPT,underline:O.IS_UNDERLINE},k0={directionless:O.IS_DIRECTIONLESS,unmergeable:O.IS_UNMERGEABLE},_0={center:O.IS_ALIGN_CENTER,end:O.IS_ALIGN_END,justify:O.IS_ALIGN_JUSTIFY,left:O.IS_ALIGN_LEFT,right:O.IS_ALIGN_RIGHT,start:O.IS_ALIGN_START},T0={[O.IS_ALIGN_CENTER]:"center",[O.IS_ALIGN_END]:"end",[O.IS_ALIGN_JUSTIFY]:"justify",[O.IS_ALIGN_LEFT]:"left",[O.IS_ALIGN_RIGHT]:"right",[O.IS_ALIGN_START]:"start"},w0={normal:O.IS_NORMAL,segmented:O.IS_SEGMENTED,token:O.IS_TOKEN},E0={[O.IS_NORMAL]:"normal",[O.IS_SEGMENTED]:"segmented",[O.IS_TOKEN]:"token"};var ps={text:({node:t})=>{let e=t.text;return t.format&O.IS_BOLD&&(e=He("strong",{children:e})),t.format&O.IS_ITALIC&&(e=He("em",{children:e})),t.format&O.IS_STRIKETHROUGH&&(e=He("span",{style:{textDecoration:"line-through"},children:e})),t.format&O.IS_UNDERLINE&&(e=He("span",{style:{textDecoration:"underline"},children:e})),t.format&O.IS_CODE&&(e=He("code",{children:e})),t.format&O.IS_SUBSCRIPT&&(e=He("sub",{children:e})),t.format&O.IS_SUPERSCRIPT&&(e=He("sup",{children:e})),e}};import{jsx as Ot}from"react/jsx-runtime";var fs={upload:({node:t})=>{let e=t;if(typeof e.value!="object")return null;let o=e.value,r=e.fields?.alt||o?.alt||"",n=o.url;if(!o.mimeType.startsWith("image"))return Ot("a",{href:n,rel:"noopener noreferrer",children:o.filename});if(!o.sizes||!Object.keys(o.sizes).length)return Ot("img",{alt:r,height:o.height,src:n,width:o.width});let l=[];for(let s in o.sizes){let i=o.sizes[s];if(!i||!i.width||!i.height||!i.mimeType||!i.filesize||!i.filename||!i.url)continue;let d=i?.url;l.push(Ot("source",{media:`(max-width: ${i.width}px)`,srcSet:d,type:i.mimeType},s))}return l.push(Ot("img",{alt:r,height:o?.height,src:n,width:o?.width},"image")),Ot("picture",{children:l})}};var lt={...as,...ps,...ns,...ts,...us,...os,...rs,...ss,...is({}),...fs,...cs};import{jsx as gs,Fragment as S0}from"react/jsx-runtime";import _r from"react";function hs(t){let e=!!t?.root?.children?.length,o=!1;if(t?.root?.children?.length===1&&t?.root?.children[0]?.type==="paragraph"){let r=t?.root?.children[0];if(!r?.children||r?.children?.length===0)o=!0;else if(r?.children?.length===1){let n=r?.children[0];n?.type==="text"&&(n?.text?.length||(o=!0))}}return!(!e||o)}function xs({converters:t,data:e,disableIndent:o,disableTextAlign:r}){return hs(e)?Cs({converters:t,disableIndent:o,disableTextAlign:r,nodes:e?.root?.children,parent:e?.root}):gs(S0,{})}function Cs({converters:t,disableIndent:e,disableTextAlign:o,nodes:r,parent:n}){let l=t.unknown;return r.map((i,d)=>{let c;i.type==="block"?(c=t?.blocks?.[i?.fields?.blockType],!c&&!l&&console.error(`Lexical => JSX converter: Blocks converter: found ${i?.fields?.blockType} block, but no converter is provided`)):i.type==="inlineBlock"?(c=t?.inlineBlocks?.[i?.fields?.blockType],!c&&!l&&console.error(`Lexical => JSX converter: Inline Blocks converter: found ${i?.fields?.blockType} inline block, but no converter is provided`)):c=t[i.type];try{!c&&l&&(c=l);let u;c?u=typeof c=="function"?c({childIndex:d,converters:t,node:i,nodesToJSX:p=>Cs({converters:p.converters??t,disableIndent:p.disableIndent??e,disableTextAlign:p.disableTextAlign??o,nodes:p.nodes,parent:p.parent??{...i,parent:n}}),parent:n}):c:u=gs("span",{children:"unknown node"},d);let a={};if(!o&&(!Array.isArray(o)||!o?.includes(i.type))&&"format"in i&&i.format)switch(i.format){case"center":a.textAlign="center";break;case"end":a.textAlign="right";break;case"justify":a.textAlign="justify";break;case"left":break;case"right":a.textAlign="right";break;case"start":a.textAlign="left";break}if(!e&&(!Array.isArray(e)||!e?.includes(i.type))&&"indent"in i&&i.indent&&i.type!=="listitem"&&(a.paddingInlineStart=`${Number(i.indent)*40}px`),_r.isValidElement(u)){if(a.textAlign||a.paddingInlineStart){let m={...a,...u?.props?.style??{}};return _r.cloneElement(u,{key:d,style:m})}return _r.cloneElement(u,{key:d})}return u}catch(u){return console.error("Error converting lexical node to JSX:",u,"node:",i),null}}).filter(Boolean)}var Tr=({className:t,converters:e,data:o,disableContainer:r,disableIndent:n,disableTextAlign:l})=>{if(!o)return null;let s={};e?typeof e=="function"?s=e({defaultConverters:lt}):s=e:s=lt;let i=o&&!Array.isArray(o)&&typeof o=="object"&&"root"in o&&xs({converters:s,data:o,disableIndent:n,disableTextAlign:l});return r?bs(N0,{children:i}):bs("div",{className:t??"payload-richtext",children:i})};function _s(){let t=L0(7),[e]=y0(),o;t[0]!==e?(o=e.getEditorState().toJSON(),t[0]=e,t[1]=o):o=t[1];let[r,n]=I0(o),l,s;t[2]!==e?(l=()=>e.registerUpdateListener(d=>{let{editorState:c}=d;n(c.toJSON())}),s=[e],t[2]=e,t[3]=l,t[4]=s):(l=t[3],s=t[4]),R0(l,s);let i;return t[5]!==r?(i=ks("div",{className:"debug-jsx-converter",children:ks(Tr,{converters:lt,data:r})}),t[5]=r,t[6]=i):i=t[6],i}var v0=D({plugins:[{Component:_s,position:"bottom"}]});var j={amber:{50:"oklch(0.987 0.022 95.277)",100:"oklch(0.962 0.059 95.617)",200:"oklch(0.924 0.12 95.746)",300:"oklch(0.879 0.169 91.605)",400:"oklch(0.828 0.189 84.429)",500:"oklch(0.769 0.188 70.08)",600:"oklch(0.666 0.179 58.318)",700:"oklch(0.555 0.163 48.998)",800:"oklch(0.473 0.137 46.201)",900:"oklch(0.414 0.112 45.904)",950:"oklch(0.279 0.077 45.635)"},black:"#000",blue:{50:"oklch(0.97 0.014 254.604)",100:"oklch(0.932 0.032 255.585)",200:"oklch(0.882 0.059 254.128)",300:"oklch(0.809 0.105 251.813)",400:"oklch(0.707 0.165 254.624)",500:"oklch(0.623 0.214 259.815)",600:"oklch(0.546 0.245 262.881)",700:"oklch(0.488 0.243 264.376)",800:"oklch(0.424 0.199 265.638)",900:"oklch(0.379 0.146 265.522)",950:"oklch(0.282 0.091 267.935)"},current:"currentColor",cyan:{50:"oklch(0.984 0.019 200.873)",100:"oklch(0.956 0.045 203.388)",200:"oklch(0.917 0.08 205.041)",300:"oklch(0.865 0.127 207.078)",400:"oklch(0.789 0.154 211.53)",500:"oklch(0.715 0.143 215.221)",600:"oklch(0.609 0.126 221.723)",700:"oklch(0.52 0.105 223.128)",800:"oklch(0.45 0.085 224.283)",900:"oklch(0.398 0.07 227.392)",950:"oklch(0.302 0.056 229.695)"},emerald:{50:"oklch(0.979 0.021 166.113)",100:"oklch(0.95 0.052 163.051)",200:"oklch(0.905 0.093 164.15)",300:"oklch(0.845 0.143 164.978)",400:"oklch(0.765 0.177 163.223)",500:"oklch(0.696 0.17 162.48)",600:"oklch(0.596 0.145 163.225)",700:"oklch(0.508 0.118 165.612)",800:"oklch(0.432 0.095 166.913)",900:"oklch(0.378 0.077 168.94)",950:"oklch(0.262 0.051 172.552)"},fuchsia:{50:"oklch(0.977 0.017 320.058)",100:"oklch(0.952 0.037 318.852)",200:"oklch(0.903 0.076 319.62)",300:"oklch(0.833 0.145 321.434)",400:"oklch(0.74 0.238 322.16)",500:"oklch(0.667 0.295 322.15)",600:"oklch(0.591 0.293 322.896)",700:"oklch(0.518 0.253 323.949)",800:"oklch(0.452 0.211 324.591)",900:"oklch(0.401 0.17 325.612)",950:"oklch(0.293 0.136 325.661)"},gray:{50:"oklch(0.985 0.002 247.839)",100:"oklch(0.967 0.003 264.542)",200:"oklch(0.928 0.006 264.531)",300:"oklch(0.872 0.01 258.338)",400:"oklch(0.707 0.022 261.325)",500:"oklch(0.551 0.027 264.364)",600:"oklch(0.446 0.03 256.802)",700:"oklch(0.373 0.034 259.733)",800:"oklch(0.278 0.033 256.848)",900:"oklch(0.21 0.034 264.665)",950:"oklch(0.13 0.028 261.692)"},green:{50:"oklch(0.982 0.018 155.826)",100:"oklch(0.962 0.044 156.743)",200:"oklch(0.925 0.084 155.995)",300:"oklch(0.871 0.15 154.449)",400:"oklch(0.792 0.209 151.711)",500:"oklch(0.723 0.219 149.579)",600:"oklch(0.627 0.194 149.214)",700:"oklch(0.527 0.154 150.069)",800:"oklch(0.448 0.119 151.328)",900:"oklch(0.393 0.095 152.535)",950:"oklch(0.266 0.065 152.934)"},indigo:{50:"oklch(0.962 0.018 272.314)",100:"oklch(0.93 0.034 272.788)",200:"oklch(0.87 0.065 274.039)",300:"oklch(0.785 0.115 274.713)",400:"oklch(0.673 0.182 276.935)",500:"oklch(0.585 0.233 277.117)",600:"oklch(0.511 0.262 276.966)",700:"oklch(0.457 0.24 277.023)",800:"oklch(0.398 0.195 277.366)",900:"oklch(0.359 0.144 278.697)",950:"oklch(0.257 0.09 281.288)"},inherit:"inherit",lime:{50:"oklch(0.986 0.031 120.757)",100:"oklch(0.967 0.067 122.328)",200:"oklch(0.938 0.127 124.321)",300:"oklch(0.897 0.196 126.665)",400:"oklch(0.841 0.238 128.85)",500:"oklch(0.768 0.233 130.85)",600:"oklch(0.648 0.2 131.684)",700:"oklch(0.532 0.157 131.589)",800:"oklch(0.453 0.124 130.933)",900:"oklch(0.405 0.101 131.063)",950:"oklch(0.274 0.072 132.109)"},neutral:{50:"oklch(0.985 0 0)",100:"oklch(0.97 0 0)",200:"oklch(0.922 0 0)",300:"oklch(0.87 0 0)",400:"oklch(0.708 0 0)",500:"oklch(0.556 0 0)",600:"oklch(0.439 0 0)",700:"oklch(0.371 0 0)",800:"oklch(0.269 0 0)",900:"oklch(0.205 0 0)",950:"oklch(0.145 0 0)"},orange:{50:"oklch(0.98 0.016 73.684)",100:"oklch(0.954 0.038 75.164)",200:"oklch(0.901 0.076 70.697)",300:"oklch(0.837 0.128 66.29)",400:"oklch(0.75 0.183 55.934)",500:"oklch(0.705 0.213 47.604)",600:"oklch(0.646 0.222 41.116)",700:"oklch(0.553 0.195 38.402)",800:"oklch(0.47 0.157 37.304)",900:"oklch(0.408 0.123 38.172)",950:"oklch(0.266 0.079 36.259)"},pink:{50:"oklch(0.971 0.014 343.198)",100:"oklch(0.948 0.028 342.258)",200:"oklch(0.899 0.061 343.231)",300:"oklch(0.823 0.12 346.018)",400:"oklch(0.718 0.202 349.761)",500:"oklch(0.656 0.241 354.308)",600:"oklch(0.592 0.249 0.584)",700:"oklch(0.525 0.223 3.958)",800:"oklch(0.459 0.187 3.815)",900:"oklch(0.408 0.153 2.432)",950:"oklch(0.284 0.109 3.907)"},purple:{50:"oklch(0.977 0.014 308.299)",100:"oklch(0.946 0.033 307.174)",200:"oklch(0.902 0.063 306.703)",300:"oklch(0.827 0.119 306.383)",400:"oklch(0.714 0.203 305.504)",500:"oklch(0.627 0.265 303.9)",600:"oklch(0.558 0.288 302.321)",700:"oklch(0.496 0.265 301.924)",800:"oklch(0.438 0.218 303.724)",900:"oklch(0.381 0.176 304.987)",950:"oklch(0.291 0.149 302.717)"},red:{50:"oklch(0.971 0.013 17.38)",100:"oklch(0.936 0.032 17.717)",200:"oklch(0.885 0.062 18.334)",300:"oklch(0.808 0.114 19.571)",400:"oklch(0.704 0.191 22.216)",500:"oklch(0.637 0.237 25.331)",600:"oklch(0.577 0.245 27.325)",700:"oklch(0.505 0.213 27.518)",800:"oklch(0.444 0.177 26.899)",900:"oklch(0.396 0.141 25.723)",950:"oklch(0.258 0.092 26.042)"},rose:{50:"oklch(0.969 0.015 12.422)",100:"oklch(0.941 0.03 12.58)",200:"oklch(0.892 0.058 10.001)",300:"oklch(0.81 0.117 11.638)",400:"oklch(0.712 0.194 13.428)",500:"oklch(0.645 0.246 16.439)",600:"oklch(0.586 0.253 17.585)",700:"oklch(0.514 0.222 16.935)",800:"oklch(0.455 0.188 13.697)",900:"oklch(0.41 0.159 10.272)",950:"oklch(0.271 0.105 12.094)"},sky:{50:"oklch(0.977 0.013 236.62)",100:"oklch(0.951 0.026 236.824)",200:"oklch(0.901 0.058 230.902)",300:"oklch(0.828 0.111 230.318)",400:"oklch(0.746 0.16 232.661)",500:"oklch(0.685 0.169 237.323)",600:"oklch(0.588 0.158 241.966)",700:"oklch(0.5 0.134 242.749)",800:"oklch(0.443 0.11 240.79)",900:"oklch(0.391 0.09 240.876)",950:"oklch(0.293 0.066 243.157)"},slate:{50:"oklch(0.984 0.003 247.858)",100:"oklch(0.968 0.007 247.896)",200:"oklch(0.929 0.013 255.508)",300:"oklch(0.869 0.022 252.894)",400:"oklch(0.704 0.04 256.788)",500:"oklch(0.554 0.046 257.417)",600:"oklch(0.446 0.043 257.281)",700:"oklch(0.372 0.044 257.287)",800:"oklch(0.279 0.041 260.031)",900:"oklch(0.208 0.042 265.755)",950:"oklch(0.129 0.042 264.695)"},stone:{50:"oklch(0.985 0.001 106.423)",100:"oklch(0.97 0.001 106.424)",200:"oklch(0.923 0.003 48.717)",300:"oklch(0.869 0.005 56.366)",400:"oklch(0.709 0.01 56.259)",500:"oklch(0.553 0.013 58.071)",600:"oklch(0.444 0.011 73.639)",700:"oklch(0.374 0.01 67.558)",800:"oklch(0.268 0.007 34.298)",900:"oklch(0.216 0.006 56.043)",950:"oklch(0.147 0.004 49.25)"},teal:{50:"oklch(0.984 0.014 180.72)",100:"oklch(0.953 0.051 180.801)",200:"oklch(0.91 0.096 180.426)",300:"oklch(0.855 0.138 181.071)",400:"oklch(0.777 0.152 181.912)",500:"oklch(0.704 0.14 182.503)",600:"oklch(0.6 0.118 184.704)",700:"oklch(0.511 0.096 186.391)",800:"oklch(0.437 0.078 188.216)",900:"oklch(0.386 0.063 188.416)",950:"oklch(0.277 0.046 192.524)"},transparent:"transparent",violet:{50:"oklch(0.969 0.016 293.756)",100:"oklch(0.943 0.029 294.588)",200:"oklch(0.894 0.057 293.283)",300:"oklch(0.811 0.111 293.571)",400:"oklch(0.702 0.183 293.541)",500:"oklch(0.606 0.25 292.717)",600:"oklch(0.541 0.281 293.009)",700:"oklch(0.491 0.27 292.581)",800:"oklch(0.432 0.232 292.759)",900:"oklch(0.38 0.189 293.745)",950:"oklch(0.283 0.141 291.089)"},white:"#fff",yellow:{50:"oklch(0.987 0.026 102.212)",100:"oklch(0.973 0.071 103.193)",200:"oklch(0.945 0.129 101.54)",300:"oklch(0.905 0.182 98.111)",400:"oklch(0.852 0.199 91.936)",500:"oklch(0.795 0.184 86.047)",600:"oklch(0.681 0.162 75.834)",700:"oklch(0.554 0.135 66.442)",800:"oklch(0.476 0.114 61.907)",900:"oklch(0.421 0.095 57.708)",950:"oklch(0.286 0.066 53.813)"},zinc:{50:"oklch(0.985 0 0)",100:"oklch(0.967 0.001 286.375)",200:"oklch(0.92 0.004 286.32)",300:"oklch(0.871 0.006 286.286)",400:"oklch(0.705 0.015 286.067)",500:"oklch(0.552 0.016 285.938)",600:"oklch(0.442 0.017 285.786)",700:"oklch(0.37 0.013 285.805)",800:"oklch(0.274 0.006 286.033)",900:"oklch(0.21 0.006 285.885)",950:"oklch(0.141 0.005 285.823)"}},M0={text:{"text-red":{css:{color:`light-dark(${j.red[600]}, ${j.red[400]})`},label:"Red"},"text-orange":{css:{color:`light-dark(${j.orange[600]}, ${j.orange[400]})`},label:"Orange"},"text-yellow":{css:{color:`light-dark(${j.yellow[700]}, ${j.yellow[300]})`},label:"Yellow"},"text-green":{css:{color:`light-dark(${j.green[700]}, ${j.green[400]})`},label:"Green"},"text-blue":{css:{color:`light-dark(${j.blue[600]}, ${j.blue[400]})`},label:"Blue"},"text-purple":{css:{color:`light-dark(${j.purple[600]}, ${j.purple[400]})`},label:"Purple"},"text-pink":{css:{color:`light-dark(${j.pink[600]}, ${j.pink[400]})`},label:"Pink"}},background:{"bg-red":{css:{"background-color":`light-dark(${j.red[400]}, ${j.red[600]})`},label:"Red"},"bg-orange":{css:{"background-color":`light-dark(${j.orange[400]}, ${j.orange[600]})`},label:"Orange"},"bg-yellow":{css:{"background-color":`light-dark(${j.yellow[300]}, ${j.yellow[700]})`},label:"Yellow"},"bg-green":{css:{"background-color":`light-dark(${j.green[400]}, ${j.green[700]})`},label:"Green"},"bg-blue":{css:{"background-color":`light-dark(${j.blue[400]}, ${j.blue[600]})`},label:"Blue"},"bg-purple":{css:{"background-color":`light-dark(${j.purple[400]}, ${j.purple[600]})`},label:"Purple"},"bg-pink":{css:{"background-color":`light-dark(${j.pink[400]}, ${j.pink[600]})`},label:"Pink"}}};import{$isNodeSelection as k1}from"lexical";import{jsx as Ft,jsxs as D0}from"react/jsx-runtime";import"react";var wr=()=>D0("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Ft("g",{clipPath:"url(#clip0_4397_10817)",children:Ft("path",{d:"M7.75 12.25L15.25 4.75M15.25 4.75H11.5M15.25 4.75V8.5M13 11.5V13.75C13 14.5784 12.3284 15.25 11.5 15.25H6.25C5.42157 15.25 4.75 14.5784 4.75 13.75V8.5C4.75 7.67157 5.42157 7 6.25 7H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}),Ft("defs",{children:Ft("clipPath",{id:"clip0_4397_10817",children:Ft("rect",{fill:"currentColor",height:"12",transform:"translate(4 4)",width:"12"})})})]});import{jsx as P0}from"react/jsx-runtime";import{$applyNodeReplacement as B0}from"lexical";import*as ws from"react";import{DecoratorBlockNode as $0}from"@lexical/react/LexicalDecoratorBlockNode.js";import{addClassNamesToElement as A0}from"@lexical/utils";import{$applyNodeReplacement as O0}from"lexical";function F0(t){let e=t.getAttribute("data-lexical-relationship-id"),o=t.getAttribute("data-lexical-relationship-relationTo");return e!=null&&o!=null?{node:Ts({relationTo:o,value:e})}:null}var Pt=class extends $0{__data;constructor({data:e,format:o,key:r}){super(o,r),this.__data=e}static clone(e){return new this({data:e.__data,format:e.__format,key:e.__key})}static getType(){return"relationship"}static importDOM(){return{div:e=>!e.hasAttribute("data-lexical-relationship-relationTo")||!e.hasAttribute("data-lexical-relationship-id")?null:{conversion:F0,priority:2}}}static importJSON(e){e.version===1&&e?.value?.id&&(e.value=e.value.id);let o={relationTo:e.relationTo,value:e.value},r=Ts(o);return r.setFormat(e.format),r}static isInline(){return!1}createDOM(e){let o=document.createElement("div");return A0(o,e?.theme?.relationship),o}decorate(e,o){return null}exportDOM(){let e=document.createElement("div");e.setAttribute("data-lexical-relationship-id",String(typeof this.__data?.value=="object"?this.__data?.value?.id:this.__data?.value)),e.setAttribute("data-lexical-relationship-relationTo",this.__data?.relationTo);let o=document.createTextNode(this.getTextContent());return e.append(o),{element:e}}exportJSON(){return{...super.exportJSON(),...this.getData(),type:"relationship",version:2}}getData(){return this.getLatest().__data}getTextContent(){return`${this.__data?.relationTo} relation to ${typeof this.__data?.value=="object"?this.__data?.value?.id:this.__data?.value}`}setData(e){let o=this.getWritable();o.__data=e}};function Ts(t){return O0(new Pt({data:t}))}var j0=ws.lazy(()=>import("./RelationshipComponent-BG3DPV3T.js").then(t=>({default:t.RelationshipComponent})));function H0(t){let e=t.getAttribute("data-lexical-relationship-id"),o=t.getAttribute("data-lexical-relationship-relationTo");return e!=null&&o!=null?{node:Ue({relationTo:o,value:e})}:null}var Ne=class extends Pt{static clone(e){return super.clone(e)}static getType(){return super.getType()}static importDOM(){return{div:e=>!e.hasAttribute("data-lexical-relationship-relationTo")||!e.hasAttribute("data-lexical-relationship-id")?null:{conversion:H0,priority:2}}}static importJSON(e){e.version===1&&e?.value?.id&&(e.value=e.value.id);let o={relationTo:e.relationTo,value:e.value},r=Ue(o);return r.setFormat(e.format),r}decorate(e,o){return P0(j0,{className:o.theme.relationship??"LexicalEditorTheme__relationship",data:this.__data,format:this.__format,nodeKey:this.getKey()})}exportJSON(){return super.exportJSON()}};function Ue(t){return B0(new Ne({data:t}))}function Er(t){return t instanceof Ne}import{c as a1}from"react/compiler-runtime";import{jsx as c1}from"react/jsx-runtime";import{useLexicalComposerContext as u1}from"@lexical/react/LexicalComposerContext.js";import{$insertNodeToNearestRoot as d1}from"@lexical/utils";import{$getPreviousSelection as m1,$getSelection as p1,$isParagraphNode as f1,$isRangeSelection as h1,COMMAND_PRIORITY_EDITOR as g1,createCommand as x1}from"lexical";import{useEffect as C1}from"react";import{c as Ns}from"react/compiler-runtime";import{jsx as Sr}from"react/jsx-runtime";import{useLexicalComposerContext as Ls}from"@lexical/react/LexicalComposerContext.js";import{toast as Q0}from"@payloadcms/ui";import{$getNodeByKey as e1,COMMAND_PRIORITY_EDITOR as ys}from"lexical";import{useEffect as Rs,useState as t1}from"react";import{c as U0}from"react/compiler-runtime";import{jsx as W0}from"react/jsx-runtime";import{useLexicalComposerContext as G0}from"@lexical/react/LexicalComposerContext";import{useListDrawer as V0,useModal as K0}from"@payloadcms/ui";import{$getNodeByKey as Es,$getPreviousSelection as J0,$getRoot as z0,$getSelection as X0,$isRangeSelection as Z0,$setSelection as Y0}from"lexical";import{useEffect as q0,useState as Ss}from"react";var Bt=t=>{let e=U0(23),[o]=G0(),[r,n]=Ss(null),[l,s]=Ss(!1),[i,d,c]=V0(t),{closeDrawer:u,drawerSlug:a,isDrawerOpen:m,openDrawer:p}=c,{modalState:h}=K0(),f;e[0]===Symbol.for("react.memo_cache_sentinel")?(f=()=>{let I=X0()??J0();n(I)},e[0]=f):f=e[0];let x=f,T;e[1]!==o||e[2]!==r?(T=()=>{r&&o.update(()=>{if(Z0(r)){let{anchor:I,focus:v}=r;Es(I.key)&&Es(v.key)&&Y0(r.clone())}else z0().selectEnd()},{discrete:!0,skipTransforms:!0})},e[1]=o,e[2]=r,e[3]=T):T=e[3];let E=T,S;e[4]!==u?(S=()=>{u()},e[4]=u,e[5]=S):S=e[5];let _=S,b,g;e[6]!==a||e[7]!==h||e[8]!==E||e[9]!==l?(b=()=>{if(!l)return;let I=h[a];I&&!I?.isOpen&&(s(!1),setTimeout(()=>{E()},1))},g=[h,a,E,l],e[6]=a,e[7]=h,e[8]=E,e[9]=l,e[10]=b,e[11]=g):(b=e[10],g=e[11]),q0(b,g);let C;e[12]!==d?(C=I=>W0(d,{...I,onClick:()=>{x()}}),e[12]=d,e[13]=C):C=e[13];let k;e[14]!==p?(k=()=>{x(),p(),s(!0)},e[14]=p,e[15]=k):k=e[15];let y;return e[16]!==i||e[17]!==_||e[18]!==m||e[19]!==a||e[20]!==C||e[21]!==k?(y={closeListDrawer:_,isListDrawerOpen:m,ListDrawer:i,listDrawerSlug:a,ListDrawerToggler:C,openListDrawer:k},e[16]=i,e[17]=_,e[18]=m,e[19]=a,e[20]=C,e[21]=k,e[22]=y):y=e[22],y};var o1=({editor:t,relationTo:e,replaceNodeKey:o,value:r})=>{o?t.update(()=>{let n=e1(o);n&&n.replace(Ue({relationTo:e,value:r}))}):t.dispatchCommand(Nr,{relationTo:e,value:r})},r1=t=>{let e=Ns(14),{enabledCollectionSlugs:o}=t,[r]=Ls(),[n,l]=t1(null),s=o?.[0],i;e[0]!==o||e[1]!==s?(i={collectionSlugs:o,selectedCollection:s},e[0]=o,e[1]=s,e[2]=i):i=e[2];let{closeListDrawer:d,ListDrawer:c,openListDrawer:u}=Bt(i),a,m;e[3]!==r||e[4]!==u?(a=()=>r.registerCommand(ze,x=>(l(x?.replace?x?.replace.nodeKey:null),u(),!0),ys),m=[r,u],e[3]=r,e[4]=u,e[5]=a,e[6]=m):(a=e[5],m=e[6]),Rs(a,m);let p;e[7]!==d||e[8]!==r||e[9]!==n?(p=x=>{let{collectionSlug:T,doc:E}=x;o1({editor:r,relationTo:T,replaceNodeKey:n,value:E.id}),d()},e[7]=d,e[8]=r,e[9]=n,e[10]=p):p=e[10];let h=p,f;return e[11]!==c||e[12]!==h?(f=Sr(c,{onSelect:h}),e[11]=c,e[12]=h,e[13]=f):f=e[13],f},n1=()=>{let t=Ns(3),[e]=Ls(),o,r;return t[0]!==e?(o=()=>e.registerCommand(ze,l1,ys),r=[e],t[0]=e,t[1]=o,t[2]=r):(o=t[1],r=t[2]),Rs(o,r),null},Is=({enabledCollectionSlugs:t})=>t?.length?Sr(r1,{enabledCollectionSlugs:t}):Sr(n1,{});function l1(){return Q0.error("No relationship collections enabled"),!0}import{useConfig as i1,useEntityVisibility as s1}from"@payloadcms/ui";import*as vs from"react";var xo=t=>{let{collectionSlugsBlacklist:e,collectionSlugsWhitelist:o,uploads:r=!1}=t||{},{config:{collections:n}}=i1(),{visibleEntities:l}=s1();return vs.useMemo(()=>{let i=[],d=[],c=o?new Set(o):null,u=e?new Set(e):null;for(let a of n){let{slug:m,admin:{enableRichTextRelationship:p},upload:h}=a;if(l?.collections.includes(m)){if(r){if(!p||!h)continue}else if(h||!p)continue;c&&!c.has(m)||u&&u.has(m)||(i.push(m),d.push(a))}}return{enabledCollections:d,enabledCollectionSlugs:i}},[n,l,r,o,e])};var Nr=x1("INSERT_RELATIONSHIP_COMMAND"),Ms=t=>{let e=a1(8),{clientProps:o}=t,[r]=u1(),n=o?.disabledCollections,l=o?.enabledCollections,s;e[0]!==n||e[1]!==l?(s={collectionSlugsBlacklist:n,collectionSlugsWhitelist:l},e[0]=n,e[1]=l,e[2]=s):s=e[2];let{enabledCollectionSlugs:i}=xo(s),d,c;e[3]!==r?(d=()=>{if(!r.hasNodes([Ne]))throw new Error("RelationshipPlugin: RelationshipNode not registered on editor");return r.registerCommand(Nr,b1,g1)},c=[r],e[3]=r,e[4]=d,e[5]=c):(d=e[4],c=e[5]),C1(d,c);let u;return e[6]!==i?(u=c1(Is,{enabledCollectionSlugs:i}),e[6]=i,e[7]=u):u=e[7],u};function b1(t){let e=p1()||m1();if(h1(e)){let o=Ue(t),{focus:r}=e,n=r.getNode();d1(o),f1(n)&&!n.__first&&n.remove()}return!0}var _1=D({nodes:[Ne],plugins:[{Component:Ms,position:"normal"}],slashMenu:{groups:[z([{Icon:wr,key:"relationship",keywords:["relationship","relation","rel"],label:({i18n:t})=>t.t("lexical:relationship:label"),onSelect:({editor:t})=>{t.dispatchCommand(ze,{replace:!1})}}])]},toolbarFixed:{groups:[ke([{ChildComponent:wr,isActive:({selection:t})=>{if(!k1(t)||!t.getNodes().length)return!1;let e=t.getNodes()[0];return Er(e)},key:"relationship",label:({i18n:t})=>t.t("lexical:relationship:label"),onSelect:({editor:t})=>{t.dispatchCommand(ze,{replace:!1})}}])]}});import{c as Hs}from"react/compiler-runtime";import{jsx as se,jsxs as z1}from"react/jsx-runtime";import{useLexicalComposerContext as X1}from"@lexical/react/LexicalComposerContext.js";import{useLexicalEditable as Us}from"@lexical/react/useLexicalEditable";import{useScrollInfo as Z1,useThrottledEffect as Y1,useTranslation as q1}from"@payloadcms/ui";import*as Le from"react";import{useMemo as Q1}from"react";import{c as T1}from"react/compiler-runtime";import{jsx as w1}from"react/jsx-runtime";import{mergeRegister as E1}from"@lexical/utils";import{$addUpdateTag as S1,$getSelection as N1}from"lexical";import{useDeferredValue as L1,useEffect as y1,useState as R1}from"react";var Ds="toolbar-popup__button",jt=t=>{let e=T1(23),{children:o,editor:r,item:n}=t,l;e[0]===Symbol.for("react.memo_cache_sentinel")?(l={active:!1,enabled:!0},e[0]=l):l=e[0];let[s,i]=R1(l),d=L1(s),c=U(),u=d.enabled?"":"disabled",a=d.active?"active":"",m=n.key?`${Ds}-${n.key}`:"",p;e[1]!==u||e[2]!==a||e[3]!==m?(p=[Ds,u,a,m].filter(Boolean),e[1]=u,e[2]=a,e[3]=m,e[4]=p):p=e[4];let h=p.join(" "),f;e[5]!==r||e[6]!==c||e[7]!==n?(f=()=>{r.getEditorState().read(()=>{let k=N1();if(!k)return;let y=n.isActive?n.isActive({editor:r,editorConfigContext:c,selection:k}):!1,I=n.isEnabled?n.isEnabled({editor:r,editorConfigContext:c,selection:k}):!0;i(v=>v.active===y&&v.enabled===I?v:{active:y,enabled:I})})},e[5]=r,e[6]=c,e[7]=n,e[8]=f):f=e[8];let x=f,T=zt(),E,S;e[9]!==r||e[10]!==T||e[11]!==x?(E=()=>{T(x);let k=()=>T(x),y=E1(r.registerUpdateListener(k));return document.addEventListener("mouseup",k),()=>{y(),document.removeEventListener("mouseup",k)}},S=[r,T,x],e[9]=r,e[10]=T,e[11]=x,e[12]=E,e[13]=S):(E=e[12],S=e[13]),y1(E,S);let _;e[14]!==s||e[15]!==r||e[16]!==n?(_=()=>{s.enabled&&r.focus(()=>{r.update(I1),n.onSelect?.({editor:r,isActive:s.active})})},e[14]=s,e[15]=r,e[16]=n,e[17]=_):_=e[17];let b=_,g=v1,C;return e[18]!==o||e[19]!==h||e[20]!==b||e[21]!==n.key?(C=w1("button",{className:h,"data-button-key":n.key,onClick:b,onMouseDown:g,type:"button",children:o}),e[18]=o,e[19]=h,e[20]=b,e[21]=n.key,e[22]=C):C=e[22],C};function I1(){S1("toolbar")}function v1(t){t.preventDefault()}import{c as P1}from"react/compiler-runtime";import{jsx as it}from"react/jsx-runtime";import js,{useCallback as B1,useDeferredValue as j1,useEffect as H1,useMemo as U1}from"react";import{mergeRegister as W1}from"@lexical/utils";import{useTranslation as G1}from"@payloadcms/ui";import{$getSelection as V1}from"lexical";import{jsx as Me,jsxs as $s}from"react/jsx-runtime";import{Button as M1}from"@payloadcms/ui";import{$addUpdateTag as D1,isDOMNode as $1}from"lexical";import Co,{useCallback as A1,useEffect as bo,useMemo as Os,useRef as Lr,useState as yr}from"react";import{createPortal as O1}from"react-dom";var As="toolbar-popup__dropdown-item",Fs=Co.createContext(null);function Ps({active:t,children:e,editor:o,enabled:r,Icon:n,item:l,itemKey:s,tooltip:i}){let d=Os(()=>[As,r===!1?"disabled":"",t?"active":"",l?.key?`${As}-${l.key}`:""].filter(Boolean).join(" "),[r,t,l.key]),c=Lr(null),u=Co.use(Fs);if(u===null)throw new Error("DropDownItem must be used within a DropDown");let{registerItem:a}=u;return bo(()=>{c?.current!=null&&a(c)},[c,a]),Me(M1,{"aria-label":i,buttonStyle:"none",className:d,disabled:r===!1,extraButtonProps:{"data-item-key":s},icon:n,iconPosition:"left",iconStyle:"none",onClick:()=>{r!==!1&&o.focus(()=>{o.update(()=>{D1("toolbar")}),l.onSelect?.({editor:o,isActive:t})})},onMouseDown:m=>{m.preventDefault()},ref:c,tooltip:i,type:"button",children:e})}function F1({children:t,dropDownRef:e,itemsContainerClassNames:o,onClose:r}){let[n,l]=yr(),[s,i]=yr(),d=A1(a=>{l(m=>m!=null?[...m,a]:[a])},[l]),c=a=>{if(n==null)return;let{key:m}=a;["ArrowDown","ArrowUp","Escape","Tab"].includes(m)&&a.preventDefault(),m==="Escape"||m==="Tab"?r():m==="ArrowUp"?i(p=>{if(p==null)return n[0];let h=n.indexOf(p)-1;return n[h===-1?n.length-1:h]}):m==="ArrowDown"&&i(p=>p==null?n[0]:n[n.indexOf(p)+1])},u=Os(()=>({registerItem:d}),[d]);return bo(()=>{n!=null&&s==null&&i(n[0]),s!=null&&s?.current!=null&&s.current.focus()},[n,s]),Me(Fs,{value:u,children:Me("div",{className:(o??["toolbar-popup__dropdown-items"]).join(" "),onKeyDown:c,ref:e,children:t})})}function Bs({buttonAriaLabel:t,buttonClassName:e,children:o,disabled:r=!1,dropdownKey:n,Icon:l,itemsContainerClassNames:s,label:i,stopCloseOnClickSelf:d}){let c=Lr(null),u=Lr(null),[a,m]=yr(!1),p=()=>{m(!1),u?.current!=null&&u.current.focus()};bo(()=>{let f=u.current,x=c.current;if(a&&f!==null&&x!==null){let{left:T,top:E}=f.getBoundingClientRect(),S=window.scrollY||document.documentElement.scrollTop;x.style.top=`${E+S+f.offsetHeight+5}px`,x.style.left=`${Math.min(T-5,window.innerWidth-x.offsetWidth-20)}px`}},[c,u,a]),bo(()=>{let f=u.current;if(f!==null&&a){let x=T=>{let E=T.target;$1(E)&&(d&&c.current&&c.current.contains(E)||f.contains(E)||m(!1))};return document.addEventListener("click",x),()=>{document.removeEventListener("click",x)}}},[c,u,a,d]);let h=O1(Me(F1,{dropDownRef:c,itemsContainerClassNames:s,onClose:p,children:o}),document.body);return $s(Co.Fragment,{children:[$s("button",{"aria-label":t,className:e+(a?" active":""),"data-dropdown-key":n,disabled:r,onClick:f=>{f.preventDefault(),m(!a)},onMouseDown:f=>{f.preventDefault()},ref:u,type:"button",children:[l&&Me(l,{}),i&&Me("span",{className:"toolbar-popup__dropdown-label",children:i}),Me("i",{className:"toolbar-popup__dropdown-caret"})]}),a&&Me(Co.Fragment,{children:h})]})}var Rr="toolbar-popup__dropdown",K1=t=>{let e=P1(14),{active:o,anchorElem:r,editor:n,enabled:l,item:s}=t,{i18n:i}=G1(),{fieldProps:d}=U(),{featureClientSchemaMap:c,schemaPath:u}=d;if(s.Component){let m;return e[0]!==o||e[1]!==r||e[2]!==n||e[3]!==l||e[4]!==s?(m=s?.Component&&it(s.Component,{active:o,anchorElem:r,editor:n,enabled:l,item:s},s.key),e[0]=o,e[1]=r,e[2]=n,e[3]=l,e[4]=s,e[5]=m):m=e[5],m}let a;if(e[6]!==o||e[7]!==n||e[8]!==l||e[9]!==c||e[10]!==i||e[11]!==s||e[12]!==u){let m=s.key,p;s.label&&(m=typeof s.label=="function"?s.label({featureClientSchemaMap:c,i18n:i,schemaPath:u}):s.label),m.length>25?p=m.substring(0,25)+"...":p=m,a=it(Ps,{active:o,editor:n,enabled:l,Icon:s?.ChildComponent?it(s.ChildComponent,{}):void 0,item:s,itemKey:s.key,tooltip:m,children:it("span",{className:"text",children:p})},s.key),e[6]=o,e[7]=n,e[8]=l,e[9]=c,e[10]=i,e[11]=s,e[12]=u,e[13]=a}else a=e[13];return a},J1=js.memo(K1),We=({anchorElem:t,classNames:e,editor:o,group:r,Icon:n,itemsContainerClassNames:l,label:s,maxActiveItems:i,onActiveChange:d})=>{let[c,u]=js.useState({activeItemKeys:[],enabledGroup:!0,enabledItemKeys:[]}),a=j1(c),m=U(),{items:p,key:h}=r,f=zt(),x=B1(()=>{o.getEditorState().read(()=>{let E=V1();if(!E)return;let S=[],_=[],b=[];for(let g of p)g.isActive&&(!i||S.length<i)&&g.isActive({editor:o,editorConfigContext:m,selection:E})&&(S.push(g.key),_.push(g)),g.isEnabled?g.isEnabled({editor:o,editorConfigContext:m,selection:E})&&b.push(g.key):b.push(g.key);u({activeItemKeys:S,enabledGroup:r.isEnabled?r.isEnabled({editor:o,editorConfigContext:m,selection:E}):!0,enabledItemKeys:b}),d&&d({activeItems:_})})},[o,m,r,p,i,d]);H1(()=>(f(x),W1(o.registerUpdateListener(async()=>{await f(x)}))),[o,f,x]);let T=U1(()=>p?.length?p.map(E=>it(J1,{active:a.activeItemKeys.includes(E.key),anchorElem:t,editor:o,enabled:a.enabledItemKeys.includes(E.key),item:E},E.key)):null,[p,a,t,o]);return it(Bs,{buttonAriaLabel:`${h} dropdown`,buttonClassName:[Rr,`${Rr}-${h}`,...e||[]].filter(Boolean).join(" "),disabled:!a.enabledGroup,dropdownKey:h,Icon:n,itemsContainerClassNames:[`${Rr}-items`,...l||[]],label:s,children:T},h)};function eh({anchorElem:t,editor:e,item:o}){return o.Component?o?.Component&&se(o.Component,{anchorElem:t,editor:e,item:o},o.key):o.ChildComponent?se(jt,{editor:e,item:o,children:se(o.ChildComponent,{})},o.key):null}function th(t){let e=Hs(23),{anchorElem:o,editor:r,editorConfig:n,group:l,index:s}=t,{i18n:i}=q1(),{fieldProps:d}=U(),{featureClientSchemaMap:c,schemaPath:u}=d,[a,m]=Le.useState(void 0),[p,h]=Le.useState(void 0),f;e[0]!==l.ChildComponent||e[1]!==l.items||e[2]!==l.type?(f=()=>{l?.type==="dropdown"&&l.items.length&&l.ChildComponent?h(()=>l.ChildComponent):h(void 0)},e[0]=l.ChildComponent,e[1]=l.items,e[2]=l.type,e[3]=f):f=e[3];let x;e[4]!==l?(x=[l],e[4]=l,e[5]=x):x=e[5],Le.useEffect(f,x);let T;e[6]!==c||e[7]!==l.ChildComponent||e[8]!==l.items||e[9]!==l.type||e[10]!==i||e[11]!==u?(T=b=>{let{activeItems:g}=b;if(!g.length){l?.type==="dropdown"&&l.items.length&&l.ChildComponent?(h(()=>l.ChildComponent),m(void 0)):(h(void 0),m(void 0));return}let C=g[0],k=C.key;C.label&&(k=typeof C.label=="function"?C.label({featureClientSchemaMap:c,i18n:i,schemaPath:u}):C.label),k.length>25&&(k=k.substring(0,25)+"..."),g.length===1?(m(k),h(()=>C.ChildComponent)):(m(i.t("lexical:general:toolbarItemsActive",{count:g.length})),l?.type==="dropdown"&&l.items.length&&l.ChildComponent?h(()=>l.ChildComponent):h(void 0))},e[6]=c,e[7]=l.ChildComponent,e[8]=l.items,e[9]=l.type,e[10]=i,e[11]=u,e[12]=T):T=e[12];let E=T,S=`fixed-toolbar__group fixed-toolbar__group-${l.key}`,_;return e[13]!==p||e[14]!==o||e[15]!==a||e[16]!==r||e[17]!==n.features.toolbarFixed?.groups.length||e[18]!==l||e[19]!==s||e[20]!==E||e[21]!==S?(_=z1("div",{className:S,"data-toolbar-group-key":l.key,children:[l.type==="dropdown"&&l.items.length?p?se(We,{anchorElem:o,editor:r,group:l,Icon:p,itemsContainerClassNames:["fixed-toolbar__dropdown-items"],label:a,maxActiveItems:l.maxActiveItems??1,onActiveChange:E}):se(We,{anchorElem:o,editor:r,group:l,itemsContainerClassNames:["fixed-toolbar__dropdown-items"],label:a,maxActiveItems:l.maxActiveItems??1,onActiveChange:E}):null,l.type==="buttons"&&l.items.length?l.items.map(b=>se(eh,{anchorElem:o,editor:r,item:b},b.key)):null,s<n.features.toolbarFixed?.groups.length-1&&se("div",{className:"divider"})]},l.key),e[13]=p,e[14]=o,e[15]=a,e[16]=r,e[17]=n.features.toolbarFixed?.groups.length,e[18]=l,e[19]=s,e[20]=E,e[21]=S,e[22]=_):_=e[22],_}function oh({anchorElem:t,clientProps:e,editor:o,editorConfig:r,parentWithFixedToolbar:n}){let l=Le.useRef(null),s=Us(),{y:i}=Z1(),d=Q1(()=>{if(!n||e?.disableIfParentHasFixedToolbar)return null;let u=n.editorContainerRef.current.previousElementSibling;for(;u;){if(u.classList.contains("fixed-toolbar"))return u;u=u.previousElementSibling}return null},[e?.disableIfParentHasFixedToolbar,n]);return Y1(()=>{if(!d)return;let c=l.current;if(!c)return;let u=c.getBoundingClientRect(),a=d.getBoundingClientRect();if(!(u.bottom<a.top||u.top>a.bottom))c.classList.remove("fixed-toolbar"),c.classList.add("fixed-toolbar","fixed-toolbar--overlapping"),d.classList.remove("fixed-toolbar"),d.classList.add("fixed-toolbar","fixed-toolbar--hide");else{if(!c.classList.contains("fixed-toolbar--overlapping"))return;c.classList.remove("fixed-toolbar--overlapping"),c.classList.add("fixed-toolbar"),d.classList.remove("fixed-toolbar--hide"),d.classList.add("fixed-toolbar")}},50,[l,d,i]),se("div",{className:"fixed-toolbar",onFocus:c=>{c.stopPropagation()},ref:l,children:s&&se(Le.Fragment,{children:r?.features&&r.features?.toolbarFixed?.groups.map((c,u)=>se(th,{anchorElem:t,editor:o,editorConfig:r,group:c,index:u},c.key))})})}var Ws=t=>{if(t.parentEditor?.editorConfig){if(t.parentEditor?.editorConfig.resolvedFeatureMap.has("toolbarFixed"))return t.parentEditor;if(t.parentEditor)return Ws(t.parentEditor)}return!1},Gs=t=>{let e=Hs(6),{clientProps:o}=t,[r]=X1(),n=U();if(!Us())return null;let{editorConfig:s}=n,i=o.applyToFocusedEditor&&n.focusedEditor?.editor||r,d=o.applyToFocusedEditor&&n.focusedEditor?.editorConfig||s,c,u;if(e[0]!==o.disableIfParentHasFixedToolbar||e[1]!==i||e[2]!==d||e[3]!==n){u=Symbol.for("react.early_return_sentinel");e:{let a=Ws(n);if(o?.disableIfParentHasFixedToolbar&&a){u=null;break e}if(!d?.features?.toolbarFixed?.groups?.length){u=null;break e}c=se(oh,{anchorElem:document.body,editor:i,editorConfig:d,parentWithFixedToolbar:a})}e[0]=o.disableIfParentHasFixedToolbar,e[1]=i,e[2]=d,e[3]=n,e[4]=c,e[5]=u}else c=e[4],u=e[5];return u!==Symbol.for("react.early_return_sentinel")?u:c};var rh=D({plugins:[{Component:Gs,position:"aboveContainer"}]});import{c as Js}from"react/compiler-runtime";import{jsx as de,jsxs as zs}from"react/jsx-runtime";import{useLexicalComposerContext as nh}from"@lexical/react/LexicalComposerContext.js";import{useLexicalEditable as lh}from"@lexical/react/useLexicalEditable";import{mergeRegister as Xs}from"@lexical/utils";import{$getSelection as Zs,$isRangeSelection as Vs,$isTextNode as ih,COMMAND_PRIORITY_LOW as sh,getDOMSelection as Ys,SELECTION_CHANGE_COMMAND as ah}from"lexical";import{useCallback as _o,useEffect as Ht,useRef as Ks,useState as ch}from"react";import*as To from"react";import{createPortal as uh}from"react-dom";function Ir(t,e){let o=t.getRangeAt(0),r;if(t.anchorNode===e){let n=e;for(;n.firstElementChild!=null;)n=n.firstElementChild;r=n.getBoundingClientRect()}else r=o.getBoundingClientRect();return r}function ko(t){let{alwaysDisplayOnTop:e=!1,anchorElem:o,anchorFlippedOffset:r=0,floatingElem:n,horizontalOffset:l=32,horizontalPosition:s="left",specialHandlingForCaret:i=!1,targetRect:d,verticalGap:c=10}=t,u=o.parentElement;if(d===null||u==null){n.style.opacity="0",n.style.transform="translate(-10000px, -10000px)";return}let a=n.getBoundingClientRect(),m=o.getBoundingClientRect(),p=u.getBoundingClientRect(),h=d.top-a.height-c,f=d.left-l;s==="center"&&(f=d.left+d.width/2-a.width/2);let x=0;return!e&&h<p.top&&!i&&(x=a.height+d.height+c*2,h+=x),s==="center"?f+a.width>p.right?f=p.right-a.width-l:f<p.left&&(f=p.left+l):f+a.width>p.right&&(f=p.right-a.width-l),f-=m.left,n.style.opacity="1",i&&r!==0?(h-=m.bottom-r+a.height-3,n.style.transform=`translate(${f}px, ${h}px) rotate(180deg)`):(h-=m.top,n.style.transform=`translate(${f}px, ${h}px)`),x}function dh({anchorElem:t,editor:e,item:o}){return o.Component?o?.Component&&de(o.Component,{anchorElem:t,editor:e,item:o},o.key):o.ChildComponent?de(jt,{editor:e,item:o,children:de(o.ChildComponent,{})},o.key):null}function mh(t){let e=Js(19),{anchorElem:o,editor:r,group:n,index:l}=t,{editorConfig:s}=U(),[i,d]=To.useState(),c;e[0]!==n.ChildComponent||e[1]!==n.items||e[2]!==n.type?(c=()=>{n?.type==="dropdown"&&n.items.length&&n.ChildComponent?d(()=>n.ChildComponent):d(void 0)},e[0]=n.ChildComponent,e[1]=n.items,e[2]=n.type,e[3]=c):c=e[3];let u;e[4]!==n?(u=[n],e[4]=n,e[5]=u):u=e[5],To.useEffect(c,u);let a;e[6]!==n.ChildComponent||e[7]!==n.items||e[8]!==n.type?(a=f=>{let{activeItems:x}=f;if(!x.length){n?.type==="dropdown"&&n.items.length&&n.ChildComponent?d(()=>n.ChildComponent):d(void 0);return}let T=x[0];d(()=>T?.ChildComponent)},e[6]=n.ChildComponent,e[7]=n.items,e[8]=n.type,e[9]=a):a=e[9];let m=a,p=`inline-toolbar-popup__group inline-toolbar-popup__group-${n.key}`,h;return e[10]!==i||e[11]!==o||e[12]!==r||e[13]!==s.features.toolbarInline?.groups.length||e[14]!==n||e[15]!==l||e[16]!==m||e[17]!==p?(h=zs("div",{className:p,"data-toolbar-group-key":n.key,children:[n.type==="dropdown"&&n.items.length?i?de(We,{anchorElem:o,editor:r,group:n,Icon:i,maxActiveItems:n.maxActiveItems??1,onActiveChange:m}):de(We,{anchorElem:o,editor:r,group:n,maxActiveItems:n.maxActiveItems??1,onActiveChange:m}):null,n.type==="buttons"&&n.items.length?n.items.map(f=>de(dh,{anchorElem:o,editor:r,item:f},f.key)):null,l<s.features.toolbarInline?.groups.length-1&&de("div",{className:"divider"})]},n.key),e[10]=i,e[11]=o,e[12]=r,e[13]=s.features.toolbarInline?.groups.length,e[14]=n,e[15]=l,e[16]=m,e[17]=p,e[18]=h):h=e[18],h}function ph({anchorElem:t,editor:e}){let o=Ks(null),r=Ks(null),{editorConfig:n}=U(),l=_o(()=>{if(o?.current){let c=o.current.style.opacity==="0",u=o.current.style.pointerEvents==="none";c||(o.current.style.opacity="0"),u||(o.current.style.pointerEvents="none")}},[o]),s=_o(c=>{if(o?.current&&(c.buttons===1||c.buttons===3)){let u=o.current.style.opacity==="0",a=o.current.style.pointerEvents==="none";if(!u||!a){let m=c.clientX,p=c.clientY,h=document.elementFromPoint(m,p);o.current.contains(h)||l()}}},[l]),i=_o(()=>{o?.current&&(o.current.style.opacity!=="1"&&(o.current.style.opacity="1"),o.current.style.pointerEvents!=="auto"&&(o.current.style.pointerEvents="auto"))},[]);Ht(()=>(document.addEventListener("mousemove",s),document.addEventListener("mouseup",i),()=>{document.removeEventListener("mousemove",s),document.removeEventListener("mouseup",i)}),[o,s,i]);let d=_o(()=>{let c=Zs(),u=Ys(e._window);if(o.current===null)return;let a=t.querySelector(":scope > .link-editor"),m=a!==null&&"style"in a&&a?.style?.opacity==="1",p=e.getRootElement();if(c!==null&&u!==null&&!u.isCollapsed&&p!==null&&p.contains(u.anchorNode)){let h=Ir(u,p),f=ko({alwaysDisplayOnTop:m,anchorElem:t,floatingElem:o.current,horizontalPosition:"center",targetRect:h});r.current&&ko({anchorElem:o.current,anchorFlippedOffset:f,floatingElem:r.current,horizontalOffset:5,horizontalPosition:"center",specialHandlingForCaret:!0,targetRect:h,verticalGap:8})}else l()},[e,l,t]);return Ht(()=>{let c=t.parentElement,u=()=>{e.getEditorState().read(()=>{d()})};return window.addEventListener("resize",u),c&&c.addEventListener("scroll",u),()=>{window.removeEventListener("resize",u),c&&c.removeEventListener("scroll",u)}},[e,d,t]),Ht(()=>(e.getEditorState().read(()=>{d()}),Xs(e.registerUpdateListener(({editorState:c})=>{c.read(()=>{d()})}),e.registerCommand(ah,()=>(d(),!1),sh))),[e,d]),zs("div",{className:"inline-toolbar-popup",ref:o,children:[de("div",{className:"caret",ref:r}),n?.features&&n.features?.toolbarInline?.groups.map((c,u)=>de(mh,{anchorElem:t,editor:e,group:c,index:u},c.key))]})}function fh(t,e){let o=Js(12),[r,n]=ch(!1),l=lh(),s;o[0]!==t?(s=()=>{t.getEditorState().read(()=>{if(t.isComposing())return;let p=Zs(),h=Ys(t._window),f=t.getRootElement();if(h!==null&&(!Vs(p)||f===null||!f.contains(h.anchorNode))){n(!1);return}if(!Vs(p))return;if(p.getTextContent()!==""){let T=p.getNodes(),E=!1;for(let S of T)if(ih(S)){n(!0),E=!0;break}E||n(!1)}else n(!1);let x=p.getTextContent().replace(/\n/g,"");if(!p.isCollapsed()&&x===""){n(!1);return}})},o[0]=t,o[1]=s):s=o[1];let i=s,d,c;o[2]!==i?(d=()=>(document.addEventListener("selectionchange",i),document.addEventListener("mouseup",i),()=>{document.removeEventListener("selectionchange",i),document.removeEventListener("mouseup",i)}),c=[i],o[2]=i,o[3]=d,o[4]=c):(d=o[3],c=o[4]),Ht(d,c);let u,a;if(o[5]!==t||o[6]!==i?(u=()=>Xs(t.registerUpdateListener(()=>{i()}),t.registerRootListener(()=>{t.getRootElement()===null&&n(!1)})),a=[t,i],o[5]=t,o[6]=i,o[7]=u,o[8]=a):(u=o[7],a=o[8]),Ht(u,a),!r||!l)return null;let m;return o[9]!==e||o[10]!==t?(m=uh(de(ph,{anchorElem:e,editor:t}),e),o[9]=e,o[10]=t,o[11]=m):m=o[11],m}var qs=t=>{let{anchorElem:e}=t,[o]=nh();return fh(o,e)};var hh=D({plugins:[{Component:qs,position:"floatingAnchorElem"}]});import{TableCellNode as nx,TableNode as lx,TableRowNode as ix}from"@lexical/table";import{jsx as Qs}from"react/jsx-runtime";import"react";var vr=()=>Qs("svg",{className:"icon",fill:"none",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:Qs("path",{clipRule:"evenodd",d:"M5.33333 4.5C4.8731 4.5 4.5 4.8731 4.5 5.33333V7.5H9.5V4.5H5.33333ZM5.33333 3.5C4.32081 3.5 3.5 4.32081 3.5 5.33333V14.6667C3.5 15.6792 4.32081 16.5 5.33333 16.5H14.6667C15.6792 16.5 16.5 15.6792 16.5 14.6667V5.33333C16.5 4.32081 15.6792 3.5 14.6667 3.5H5.33333ZM10.5 4.5V7.5H15.5V5.33333C15.5 4.8731 15.1269 4.5 14.6667 4.5H10.5ZM15.5 8.5H10.5V11.5H15.5V8.5ZM15.5 12.5H10.5V15.5H14.6667C15.1269 15.5 15.5 15.1269 15.5 14.6667V12.5ZM9.5 15.5V12.5H4.5V14.6667C4.5 15.1269 4.8731 15.5 5.33333 15.5H9.5ZM4.5 11.5H9.5V8.5H4.5V11.5Z",fill:"currentColor",fillRule:"evenodd"})});import{$createTableCellNode as gh,$createTableNode as xh,$createTableRowNode as Ch,$isTableCellNode as ea,$isTableNode as Mr,$isTableRowNode as Dr,TableCellHeaderStates as wo,TableCellNode as bh,TableNode as kh,TableRowNode as _h}from"@lexical/table";import{$isParagraphNode as Th,$isTextNode as wh}from"lexical";var oa=/^\|(.+)\|\s?$/,Eh=/^(\| ?:?-*:? ?)+\|\s?$/,ra=({allTransformers:t})=>({type:"element",dependencies:[kh,_h,bh],export:e=>{if(!Mr(e))return null;let o=[];for(let r of e.getChildren()){let n=[];if(!Dr(r))continue;let l=!1;for(let s of r.getChildren())ea(s)&&(n.push(Jt(t,s).replace(/\n/g,"\\n").trim()),s.__headerState===wo.ROW&&(l=!0));o.push(`| ${n.join(" | ")} |`),l&&o.push(`| ${n.map(s=>"---").join(" | ")} |`)}return o.join(`
|
|
59
|
-
`)},regExp:
|
|
60
|
-
`);let o=gh(wo.NO_STATUS);return Kt(t,e,o),o},ta=(t,e)=>{let o=t.match(oa);return!o||!o[1]?null:o[1].split("|").map(r=>na(r,e))};import{c as Lh}from"react/compiler-runtime";import{jsx as B,jsxs as ye}from"react/jsx-runtime";import{useLexicalComposerContext as ca}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as yh}from"@lexical/react/useLexicalEditable";import{$computeTableMapSkipCellCheck as ia,$deleteTableColumnAtSelection as Rh,$deleteTableRowAtSelection as Ih,$getNodeTriplet as vh,$getTableCellNodeFromLexicalNode as sa,$getTableColumnIndexFromTableCellNode as Mh,$getTableNodeFromLexicalNodeOrThrow as $e,$getTableRowIndexFromTableCellNode as Dh,$insertTableColumnAtSelection as $h,$insertTableRowAtSelection as Ah,$isTableCellNode as ua,$isTableSelection as Ut,$mergeCells as Oh,$unmergeCell as Fh,getTableElement as Ar,getTableObserverFromTableElement as Or,TableCellHeaderStates as De,TableCellNode as Ph}from"@lexical/table";import{mergeRegister as Bh}from"@lexical/utils";import{useScrollInfo as jh}from"@payloadcms/ui";import{$getSelection as So,$isElementNode as Hh,$isRangeSelection as Fr,$isTextNode as Uh,$setSelection as Wh,COMMAND_PRIORITY_CRITICAL as Gh,getDOMSelection as Vh,isDOMNode as Kh,SELECTION_CHANGE_COMMAND as Jh}from"lexical";import*as Pr from"react";import{useCallback as ae,useEffect as st,useRef as Eo,useState as at}from"react";import{createPortal as da}from"react-dom";import{jsx as $r,jsxs as Nh}from"react/jsx-runtime";import"react";var la=()=>Nh("svg",{fill:"none",height:"18",viewBox:"0 0 20 20",width:"18",xmlns:"http://www.w3.org/2000/svg",children:[$r("path",{d:"M5 11C5.55228 11 6 10.5523 6 10C6 9.44772 5.55228 9 5 9C4.44772 9 4 9.44772 4 10C4 10.5523 4.44772 11 5 11Z",fill:"currentColor"}),$r("path",{d:"M10 11C10.5523 11 11 10.5523 11 10C11 9.44772 10.5523 9 10 9C9.44772 9 9 9.44772 9 10C9 10.5523 9.44772 11 10 11Z",fill:"currentColor"}),$r("path",{d:"M15 11C15.5523 11 16 10.5523 16 10C16 9.44772 15.5523 9 15 9C14.4477 9 14 9.44772 14 10C14 10.5523 14.4477 11 15 11Z",fill:"currentColor"})]});function aa(t){let e=t.getShape();return{columns:e.toX-e.fromX+1,rows:e.toY-e.fromY+1}}function zh(){let t=So();if(Fr(t)&&!t.isCollapsed()||Ut(t)&&!t.anchor.is(t.focus)||!Fr(t)&&!Ut(t))return!1;let[e]=vh(t.anchor);return e.__colSpan>1||e.__rowSpan>1}function Xh(t){let e=t.getLastDescendant();Uh(e)?e.select():Hh(e)?e.selectEnd():e!==null&&e.selectNext()}function Zh({cellMerge:t,contextRef:e,onClose:o,setIsMenuOpen:r,tableCellNode:n}){let[l]=ca(),s=Eo(null),[i,d]=at(n),[c,u]=at({columns:1,rows:1}),[a,m]=at(!1),[p,h]=at(!1),{y:f}=jh();st(()=>l.registerMutationListener(Ph,w=>{w.get(i.getKey())==="updated"&&l.getEditorState().read(()=>{d(i.getLatest())})},{skipInitialization:!0}),[l,i]),st(()=>{l.getEditorState().read(()=>{let w=So();if(Ut(w)){let R=aa(w);u(aa(w)),m(R.columns>1||R.rows>1)}h(zh())})},[l]),st(()=>{let w=e.current,R=s.current,L=l.getRootElement();if(w!=null&&R!=null&&L!=null){let M=L.getBoundingClientRect(),$=w.getBoundingClientRect();R.style.opacity="1";let A=R.getBoundingClientRect(),F=5,P=$.right+F;if(P+A.width>window.innerWidth||P+A.width>M.right){let Y=$.left-A.width-F;P=(Y<0?F:Y)+window.pageXOffset}R.style.left=`${P+window.pageXOffset}px`;let Z=$.top;if(Z+A.height>window.innerHeight){let Y=$.bottom-A.height;Z=Y<0?F:Y}R.style.top=`${Z}px`}},[e,s,l,f]),st(()=>{function w(R){s.current!=null&&e.current!=null&&Kh(R.target)&&!s.current.contains(R.target)&&!e.current.contains(R.target)&&r(!1)}return window.addEventListener("click",w),()=>window.removeEventListener("click",w)},[r,e]);let x=ae(()=>{l.update(()=>{if(i.isAttached()){let w=$e(i),R=Ar(w,l.getElementByKey(w.getKey()));if(R===null)throw new Error("Expected to find tableElement in DOM");let L=Or(R);L!==null&&L.$clearHighlight(),w.markDirty(),d(i.getLatest())}Wh(null)})},[l,i]),T=()=>{l.update(()=>{let w=So();if(!Ut(w))return;let L=w.getNodes().filter(ua),M=Oh(L);M&&(Xh(M),o())})},E=()=>{l.update(()=>{Fh()})},S=ae(w=>{l.update(()=>{for(let R=0;R<c.rows;R++)Ah(w);o()})},[l,o,c.rows]),_=ae(w=>{l.update(()=>{for(let R=0;R<c.columns;R++)$h(w);o()})},[l,o,c.columns]),b=ae(()=>{l.update(()=>{Ih(),o()})},[l,o]),g=ae(()=>{l.update(()=>{$e(i).remove(),x(),o()})},[l,i,x,o]),C=ae(()=>{l.update(()=>{Rh(),o()})},[l,o]),k=ae(()=>{l.update(()=>{let w=$e(i),R=Dh(i),[L]=ia(w,null,null),M=new Set,$=i.getHeaderStyles()^De.ROW;if(L[R])for(let A=0;A<L[R].length;A++){let F=L[R][A];F?.cell&&(M.has(F.cell)||(M.add(F.cell),F.cell.setHeaderStyles($,De.ROW)))}x(),o()})},[l,i,x,o]),y=ae(()=>{l.update(()=>{let w=$e(i),R=Mh(i),[L]=ia(w,null,null),M=new Set,$=i.getHeaderStyles()^De.COLUMN;if(L)for(let A=0;A<L.length;A++){let F=L?.[A]?.[R];F?.cell&&(M.has(F.cell)||(M.add(F.cell),F.cell.setHeaderStyles($,De.COLUMN)))}x(),o()})},[l,i,x,o]),I=ae(()=>{l.update(()=>{if(i.isAttached()){let w=$e(i);w&&w.setRowStriping(!w.getRowStriping())}x(),o()})},[l,i,x,o]),v=ae(()=>{l.update(()=>{if(i.isAttached()){let w=$e(i);w&&w.setFrozenColumns(w.getFrozenColumns()===0?1:0)}x(),o()})},[l,i,x,o]),N=null;return t&&(a?N=B("button",{className:"item","data-test-id":"table-merge-cells",onClick:()=>T(),type:"button",children:B("span",{className:"text",children:"Merge cells"})}):p&&(N=B("button",{className:"item","data-test-id":"table-unmerge-cells",onClick:()=>E(),type:"button",children:B("span",{className:"text",children:"Unmerge cells"})}))),da(ye("div",{className:"table-action-menu-dropdown",onClick:w=>{w.stopPropagation()},ref:s,children:[N?ye(Pr.Fragment,{children:[N,B("hr",{})]}):null,B("button",{className:"item","data-test-id":"table-row-striping",onClick:()=>I(),type:"button",children:B("span",{className:"text",children:"Toggle Row Striping"})}),B("button",{className:"item","data-test-id":"table-freeze-first-column",onClick:()=>v(),type:"button",children:B("span",{className:"text",children:"Toggle First Column Freeze"})}),B("button",{className:"item","data-test-id":"table-insert-row-above",onClick:()=>S(!1),type:"button",children:ye("span",{className:"text",children:["Insert ",c.rows===1?"row":`${c.rows} rows`," above"]})}),B("button",{className:"item","data-test-id":"table-insert-row-below",onClick:()=>S(!0),type:"button",children:ye("span",{className:"text",children:["Insert ",c.rows===1?"row":`${c.rows} rows`," below"]})}),B("hr",{}),B("button",{className:"item","data-test-id":"table-insert-column-before",onClick:()=>_(!1),type:"button",children:ye("span",{className:"text",children:["Insert ",c.columns===1?"column":`${c.columns} columns`," ","left"]})}),B("button",{className:"item","data-test-id":"table-insert-column-after",onClick:()=>_(!0),type:"button",children:ye("span",{className:"text",children:["Insert ",c.columns===1?"column":`${c.columns} columns`," ","right"]})}),B("hr",{}),B("button",{className:"item","data-test-id":"table-delete-columns",onClick:()=>C(),type:"button",children:B("span",{className:"text",children:"Delete column"})}),B("button",{className:"item","data-test-id":"table-delete-rows",onClick:()=>b(),type:"button",children:B("span",{className:"text",children:"Delete row"})}),B("button",{className:"item","data-test-id":"table-delete",onClick:()=>g(),type:"button",children:B("span",{className:"text",children:"Delete table"})}),B("hr",{}),B("button",{className:"item","data-test-id":"table-row-header",onClick:()=>k(),type:"button",children:ye("span",{className:"text",children:[(i.__headerState&De.ROW)===De.ROW?"Remove":"Add"," ","row header"]})}),B("button",{className:"item","data-test-id":"table-column-header",onClick:()=>y(),type:"button",children:ye("span",{className:"text",children:[(i.__headerState&De.COLUMN)===De.COLUMN?"Remove":"Add"," ","column header"]})})]}),document.body)}function Yh({anchorElem:t,cellMerge:e}){let[o]=ca(),r=Eo(null),n=Eo(null),[l,s]=at(!1),[i,d]=at(null),c=ae(()=>{let a=r.current,m=So(),p=Vh(o._window),h=document.activeElement;function f(){a&&(a.classList.remove("table-cell-action-button-container--active"),a.classList.add("table-cell-action-button-container--inactive")),d(null)}if(m==null||a==null)return f();let x=o.getRootElement(),T=null,E=null;if(Fr(m)&&x!==null&&p!==null&&x.contains(p.anchorNode)){let _=sa(m.anchor.getNode());if(_==null||(E=o.getElementByKey(_.getKey()),E==null||!_.isAttached()))return f();let b=$e(_),g=Ar(b,o.getElementByKey(b.getKey()));if(g===null)throw new Error("TableActionMenu: Expected to find tableElement in DOM");T=Or(g),d(_)}else if(Ut(m)){let _=sa(m.anchor.getNode());if(!ua(_))throw new Error("TableSelection anchorNode must be a TableCellNode");let b=$e(_),g=Ar(b,o.getElementByKey(b.getKey()));if(g===null)throw new Error("TableActionMenu: Expected to find tableElement in DOM");T=Or(g),E=o.getElementByKey(_.getKey())}else if(!h)return f();if(T===null||E===null)return f();let S=!T||!T.isSelecting;if(a.classList.toggle("table-cell-action-button-container--active",S),a.classList.toggle("table-cell-action-button-container--inactive",!S),S){let _=E.getBoundingClientRect(),b=t.getBoundingClientRect(),g=_.top-b.top,C=_.right-b.left;a.style.transform=`translate(${C}px, ${g}px)`}},[o,t]);st(()=>{let a,m=()=>{a=void 0,o.getEditorState().read(c)},p=()=>(a===void 0&&(a=setTimeout(m,0)),!1);return Bh(o.registerUpdateListener(p),o.registerCommand(Jh,p,Gh),o.registerRootListener((h,f)=>{f&&f.removeEventListener("pointerup",p),h&&(h.addEventListener("pointerup",p),p())}),()=>clearTimeout(a))});let u=Eo(i);return st(()=>{u.current!==i&&s(!1),u.current=i},[u,i]),B("div",{className:"table-cell-action-button-container",ref:r,children:i!=null&&ye(Pr.Fragment,{children:[B("button",{className:"table-cell-action-button",onClick:a=>{a.stopPropagation(),s(!l)},ref:n,type:"button",children:B(la,{})}),l&&B(Zh,{cellMerge:e,contextRef:n,onClose:()=>s(!1),setIsMenuOpen:s,tableCellNode:i})]})})}var ma=t=>{let e=Lh(3),{anchorElem:o}=t,r=yh(),n;return e[0]!==o||e[1]!==r?(n=da(r?B(Yh,{anchorElem:o??document.body,cellMerge:!0}):null,o??document.body),e[0]=o,e[1]=r,e[2]=n):n=e[2],n};import{c as qh}from"react/compiler-runtime";import{jsx as Lo,jsxs as Qh}from"react/jsx-runtime";import{useLexicalComposerContext as eg}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as tg}from"@lexical/react/useLexicalEditable";import{$computeTableMapSkipCellCheck as og,$getTableNodeFromLexicalNodeOrThrow as Br,$getTableRowIndexFromTableCellNode as rg,$isTableCellNode as pa,$isTableRowNode as ng,getDOMCellFromTarget as lg,getTableElement as ig,TableNode as fa}from"@lexical/table";import{calculateZoomLevel as ha,mergeRegister as sg}from"@lexical/utils";import{$getNearestNodeFromDOMNode as jr,isHTMLElement as ag,SKIP_SCROLL_INTO_VIEW_TAG as ga}from"lexical";import*as Ca from"react";import{useCallback as Wt,useEffect as Hr,useRef as No,useState as ct}from"react";import{createPortal as cg}from"react-dom";var ug=33,xa=92;function dg({editor:t}){let e=No(null),o=No(null),r=No(null),[n,l]=ct(!1),s=U(),i=No(null),[d,c]=ct(null),[u,a]=ct(null),[m,p]=ct(!1),[h,f]=ct(null),x=Wt(()=>{a(null),e.current=null,f(null),i.current=null,r.current=null},[]),T=v=>(v.buttons&1)===1;Hr(()=>{let v=new Set;return sg(t.registerMutationListener(fa,N=>{for(let[w,R]of N)R==="destroyed"?v.delete(w):v.add(w);l(v.size>0)}),t.registerNodeTransform(fa,N=>{if(N.getColWidths())return N;let w=N.getColumnCount(),R=xa;return N.setColWidths(Array(w).fill(R)),N}))},[t]),Hr(()=>{if(!n)return;let v=L=>{let M=L.target;if(ag(M)){if(h){c({x:L.clientX,y:L.clientY});return}if(p(T(L)),!(o.current&&o.current.contains(M))&&e.current!==M){e.current=M;let $=lg(M);$&&u!==$?t.getEditorState().read(()=>{let A=jr($.elem);if(!A)throw new Error("TableCellResizer: Table cell node not found.");let F=Br(A),P=ig(F,t.getElementByKey(F.getKey()));if(!P)throw new Error("TableCellResizer: Table element not found.");e.current=M,r.current=P.getBoundingClientRect(),a($)},{editor:t}):$==null&&x()}}},N=L=>{p(!0)},w=L=>{p(!1)},R=t.registerRootListener((L,M)=>{M?.removeEventListener("mousemove",v),M?.removeEventListener("mousedown",N),M?.removeEventListener("mouseup",w),L?.addEventListener("mousemove",v),L?.addEventListener("mousedown",N),L?.addEventListener("mouseup",w)});return()=>{R()}},[u,h,t,n,x]);let E=v=>v==="bottom",S=Wt(v=>{if(!u)throw new Error("TableCellResizer: Expected active cell.");t.update(()=>{let N=jr(u.elem);if(!pa(N))throw new Error("TableCellResizer: Table cell node not found.");let w=Br(N),R=rg(N),L=w.getChildren(),$=N.getColSpan()===w.getColumnCount()?R:R+N.getRowSpan()-1;if($>=L.length||$<0)throw new Error("Expected table cell to be inside of table row.");let A=L[$];if(!ng(A))throw new Error("Expected table row");let F=A.getHeight();if(F===void 0){let Z=A.getChildren();F=Math.min(...Z.map(Y=>_(Y,t)??1/0))}let P=Math.max(F+v,ug);A.setHeight(P)},{tag:ga})},[u,t]),_=(v,N)=>N.getElementByKey(v.getKey())?.clientHeight,b=(v,N)=>{let w;return N.forEach(R=>{R.forEach((L,M)=>{L.cell===v&&(w=M)})}),w},g=Wt(v=>{if(!u)throw new Error("TableCellResizer: Expected active cell.");t.update(()=>{let N=jr(u.elem);if(!pa(N))throw new Error("TableCellResizer: Table cell node not found.");let w=Br(N),[R]=og(w,null,null),L=b(N,R);if(L===void 0)throw new Error("TableCellResizer: Table column not found.");let M=w.getColWidths();if(!M)return;let $=M[L];if($===void 0)return;let A=[...M],F=Math.max($+v,xa);A[L]=F,w.setColWidths(A)},{tag:ga})},[u,t]),C=Wt(v=>{let N=w=>{if(w.preventDefault(),w.stopPropagation(),!u)throw new Error("TableCellResizer: Expected active cell.");if(i.current){let{x:R,y:L}=i.current;if(u===null)return;let M=ha(w.target);if(E(v)){let $=(w.clientY-L)/M;S($)}else{let $=(w.clientX-R)/M;g($)}x(),document.removeEventListener("mouseup",N)}};return N},[u,x,g,S]),k=Wt(v=>N=>{if(N.preventDefault(),N.stopPropagation(),!u)throw new Error("TableCellResizer: Expected active cell.");i.current={x:N.clientX,y:N.clientY},c(i.current),f(v),document.addEventListener("mouseup",C(v))},[u,C]),[y,I]=ct({bottom:null,left:null,right:null,top:null});return Hr(()=>{if(u){let{height:v,left:N,top:w,width:R}=u.elem.getBoundingClientRect(),L=ha(u.elem),M=10,$={bottom:{backgroundColor:"none",cursor:"row-resize",height:`${M}px`,left:`${window.scrollX+N}px`,top:`${window.scrollY+w+v-M/2}px`,width:`${R}px`},right:{backgroundColor:"none",cursor:"col-resize",height:`${v}px`,left:`${window.scrollX+N+R-M/2}px`,top:`${window.scrollY+w}px`,width:`${M}px`}},A=r.current;h&&d&&A&&(E(h)?($[h].left=`${window.scrollX+A.left}px`,$[h].top=`${window.scrollY+d.y/L}px`,$[h].height="3px",$[h].width=`${A.width}px`):($[h].top=`${window.scrollY+A.top}px`,$[h].left=`${window.scrollX+d.x/L}px`,$[h].width="3px",$[h].height=`${A.height}px`),$[h].backgroundColor="#adf"),I($)}else I({bottom:null,left:null,right:null,top:null})},[u,h,d]),Lo("div",{ref:o,children:u!=null&&!m&&Qh(Ca.Fragment,{children:[Lo("div",{className:`${s.editorConfig.lexical.theme.tableCellResizer} TableCellResizer__ui`,onMouseDown:k("right"),style:y.right||void 0}),Lo("div",{className:`${s.editorConfig.lexical.theme.tableCellResizer} TableCellResizer__ui`,onMouseDown:k("bottom"),style:y.bottom||void 0})]})})}var ba=()=>{let t=qh(3),[e]=eg(),o=tg(),r;return t[0]!==e||t[1]!==o?(r=o?cg(Lo(dg,{editor:e}),document.body):null,t[0]=e,t[1]=o,t[2]=r):r=t[2],r};import{c as bg}from"react/compiler-runtime";import{jsx as Ur,jsxs as kg,Fragment as _g}from"react/jsx-runtime";import{useLexicalComposerContext as Tg}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as La}from"@lexical/react/useLexicalEditable";import{$getTableAndElementByKey as wg,$getTableColumnIndexFromTableCellNode as Eg,$getTableRowIndexFromTableCellNode as Sg,$insertTableColumnAtSelection as Ng,$insertTableRowAtSelection as Lg,$isTableCellNode as yg,$isTableNode as Ta,getTableElement as Rg,TableNode as Ig}from"@lexical/table";import{$findMatchingParent as vg,mergeRegister as Mg}from"@lexical/utils";import{$getNearestNodeFromDOMNode as wa,isHTMLElement as Dg}from"lexical";import{useEffect as Ea,useMemo as $g,useRef as Sa,useState as yo}from"react";import"react";import{createPortal as Ag}from"react-dom";import{c as gg}from"react/compiler-runtime";import{useEffect as xg,useRef as Cg}from"react";var mg="Expected a function",pg=Math.max,fg=Math.min;function hg(t,e,o){let r,n,l=0,s,i=!1,d=!1,c,u,a,m=!0;if(typeof t!="function")throw new TypeError(mg);e=e||0,typeof o=="object"&&(i=!!o.leading,d="maxWait"in o,c=d?pg(o.maxWait||0,e):c,m="trailing"in o?!!o.trailing:m);function p(g){let C=r,k=s;return r=s=void 0,l=g,u=t.apply(k,C),u}function h(g){return l=g,a=setTimeout(T,e),i?p(g):u}function f(g){let C=g-n,k=g-l,y=e-C;return d?fg(y,c-k):y}function x(g){let C=g-n,k=g-l;return n===void 0||C>=e||C<0||d&&k>=c}function T(){let g=Date.now();if(x(g))return E(g);a=setTimeout(T,f(g))}function E(g){return a=void 0,m&&r?p(g):(r=s=void 0,u)}function S(){a!==void 0&&clearTimeout(a),l=0,r=n=s=a=void 0}function _(){return a===void 0?u:E(Date.now())}function b(){let g=Date.now(),C=x(g);if(r=arguments,s=this,n=g,C){if(a===void 0)return h(n);if(d)return clearTimeout(a),a=setTimeout(T,e),p(n)}return a===void 0&&(a=setTimeout(T,e)),u}return b.cancel=S,b.flush=_,b}var ka=hg;function _a(t,e,o){let r=gg(6),n=Cg(null),l,s;r[0]!==t||r[1]!==o||r[2]!==e?(l=()=>(n.current=ka(t,e,{maxWait:o}),()=>{n.current?.cancel()}),s=[t,e,o],r[0]=t,r[1]=o,r[2]=e,r[3]=l,r[4]=s):(l=r[3],s=r[4]),xg(l,s);let i;return r[5]===Symbol.for("react.memo_cache_sentinel")?(i=(...c)=>{let u=c;n.current&&n.current(...u)},r[5]=i):i=r[5],i}var Na=20;function Og({anchorElem:t}){let[e]=Tg(),o=La(),r=U(),[n,l]=yo(!1),[s,i]=yo(!1),[d,c]=yo(!1),[u,a]=yo({}),m=Sa(new Set),p=Sa(null),h=_a(T=>{let{isOutside:E,tableDOMNode:S}=Fg(T,r.editorConfig?.lexical);if(E){l(!1),i(!1);return}if(!S)return;p.current=S;let _=null,b=null,g=null;if(e.getEditorState().read(()=>{let $=wa(S);if(yg($)){let A=vg($,F=>Ta(F));if(!Ta(A))return;if(g=Rg(A,e.getElementByKey(A.getKey())),g){let F=A.getChildrenSize(),P=A.getChildAtIndex(0)?.getChildrenSize(),Z=Sg($),Y=Eg($);Z===F-1?_=$:Y===P-1&&(b=$)}}},{editor:e}),!g)return;let C=g.parentElement;if(!C)return;let{bottom:k,height:y,left:I,right:v,width:N,y:w}=g.getBoundingClientRect(),R=!1;C&&C.classList.contains("LexicalEditorTheme__tableScrollableWrapper")&&(R=C.scrollWidth>C.clientWidth);let{left:L,y:M}=t.getBoundingClientRect();_?(i(!1),l(!0),a({height:Na,left:R&&C?C.offsetLeft:I-L,top:k-M+5,width:R&&C?C.offsetWidth:N})):b&&(i(!0),l(!1),a({height:y,left:v-L+5,top:w-M,width:Na}))},50,250),f=$g(()=>new ResizeObserver(()=>{l(!1),i(!1)}),[]);Ea(()=>{if(d)return document.addEventListener("mousemove",h),()=>{l(!1),i(!1),document.removeEventListener("mousemove",h)}},[d,h]),Ea(()=>Mg(e.registerMutationListener(Ig,T=>{e.getEditorState().read(()=>{let E=!1;for(let[S,_]of T)switch(_){case"created":{m.current.add(S),E=!0;break}case"destroyed":{m.current.delete(S),E=!0;break}default:break}if(E){f.disconnect();for(let S of m.current){let{tableElement:_}=wg(S);f.observe(_)}c(m.current.size>0)}},{editor:e})},{skipInitialization:!1})),[e,f]);let x=T=>{e.update(()=>{p.current&&(wa(p.current)?.selectEnd(),T?(Lg(),l(!1)):(Ng(),i(!1)))})};return o?kg(_g,{children:[n&&Ur("button",{"aria-label":"Add Row",className:r.editorConfig.lexical.theme.tableAddRows,onClick:()=>x(!0),style:{...u},type:"button"}),s&&Ur("button",{"aria-label":"Add Column",className:r.editorConfig.lexical.theme.tableAddColumns,onClick:()=>x(!1),style:{...u},type:"button"})]}):null}function Fg(t,e){let o=t.target;if(Dg(o)){let r=o.closest(`td.${e.theme.tableCell}, th.${e.theme.tableCell}`);return{isOutside:!(r||o.closest(`button.${e.theme.tableAddRows}`)||o.closest(`button.${e.theme.tableAddColumns}`)||o.closest(`div.${e.theme.tableCellResizer}`)),tableDOMNode:r}}else return{isOutside:!0,tableDOMNode:null}}function ya(t){let e=bg(2),{anchorElem:o}=t,r=o===void 0?document.body:o;if(!La())return null;let l;return e[0]!==r?(l=Ag(Ur(Og,{anchorElem:r}),r),e[0]=r,e[1]=l):l=e[1],l}import{c as Pg}from"react/compiler-runtime";import{jsx as Wr,jsxs as Bg}from"react/jsx-runtime";import{useLexicalComposerContext as jg}from"@lexical/react/LexicalComposerContext";import{TablePlugin as Hg}from"@lexical/react/LexicalTablePlugin";import{INSERT_TABLE_COMMAND as Ug,TableCellNode as Wg,TableNode as Gg,TableRowNode as Vg}from"@lexical/table";import{mergeRegister as Kg}from"@lexical/utils";import{formatDrawerSlug as Jg,useEditDepth as zg}from"@payloadcms/ui";import{$getSelection as Xg,$isRangeSelection as Zg,COMMAND_PRIORITY_EDITOR as Yg,createCommand as qg}from"lexical";import{createContext as Qg,use as ex,useEffect as tx,useMemo as ox,useState as rx}from"react";import*as Ra from"react";var Ro=qg("OPEN_EMBED_DRAWER_COMMAND"),Ia=Qg({cellEditorConfig:null,cellEditorPlugins:null,set:()=>{}});function va({children:t}){let[e,o]=rx({cellEditorConfig:null,cellEditorPlugins:null});return Wr(Ia,{value:ox(()=>({cellEditorConfig:e.cellEditorConfig,cellEditorPlugins:e.cellEditorPlugins,set:(r,n)=>{o({cellEditorConfig:r,cellEditorPlugins:n})}}),[e.cellEditorConfig,e.cellEditorPlugins]),children:t})}var Ma=()=>{let t=Pg(16),[e]=jg(),o=ex(Ia),r=zg(),{fieldProps:n,uuid:l}=U(),{schemaPath:s}=n,i="lexical-table-create-"+l,d;t[0]!==r||t[1]!==i?(d=Jg({slug:i,depth:r}),t[0]=r,t[1]=i,t[2]=d):d=t[2];let c=d,{toggleDrawer:u}=ge(c,!0),a;t[3]!==e||t[4]!==u?(a=()=>{if(!e.hasNodes([Gg,Vg,Wg]))throw new Error("TablePlugin: TableNode, TableRowNode, or TableCellNode is not registered on editor");return Kg(e.registerCommand(Ro,()=>{let f=null;return e.getEditorState().read(()=>{let x=Xg();Zg(x)&&(f=x)}),f&&u(),!0},Yg))},t[3]=e,t[4]=u,t[5]=a):a=t[5];let m;t[6]!==o||t[7]!==e||t[8]!==u?(m=[o,e,u],t[6]=o,t[7]=e,t[8]=u,t[9]=m):m=t[9],tx(a,m);let p;t[10]!==e?(p=(f,x)=>{!x.columns||!x.rows||e.dispatchCommand(Ug,{columns:String(x.columns),rows:String(x.rows)})},t[10]=e,t[11]=p):p=t[11];let h;return t[12]!==c||t[13]!==s||t[14]!==p?(h=Bg(Ra.Fragment,{children:[Wr(xt,{drawerSlug:c,drawerTitle:"Create Table",featureKey:"experimental_table",handleDrawerSubmit:p,schemaPath:s,schemaPathSuffix:"fields"}),Wr(Hg,{hasCellBackgroundColor:!1,hasCellMerge:!0,hasHorizontalScroll:!0})]}),t[12]=c,t[13]=s,t[14]=p,t[15]=h):h=t[15],h};var sx=D({markdownTransformers:[ra],nodes:[lx,nx,ix],plugins:[{Component:Ma,position:"normal"},{Component:ba,position:"normal"},{Component:ma,position:"floatingAnchorElem"},{Component:ya,position:"floatingAnchorElem"}],providers:[va],slashMenu:{groups:[z([{Icon:vr,key:"table",keywords:["table"],label:"Table",onSelect:({editor:t})=>{t.dispatchCommand(Ro,{})}}])]},toolbarFixed:{groups:[ke([{ChildComponent:vr,key:"table",label:"Table",onSelect:({editor:t})=>{t.dispatchCommand(Ro,{})}}])]}});import{$isNodeSelection as Wx}from"lexical";import{jsx as Gr,jsxs as ax}from"react/jsx-runtime";import"react";var Vr=()=>ax("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Gr("path",{d:"M14.6667 4H5.33333C4.59695 4 4 4.59695 4 5.33333V14.6667C4 15.403 4.59695 16 5.33333 16H14.6667C15.403 16 16 15.403 16 14.6667V5.33333C16 4.59695 15.403 4 14.6667 4Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),Gr("path",{d:"M7.99984 9.33366C8.73622 9.33366 9.33317 8.73671 9.33317 8.00033C9.33317 7.26395 8.73622 6.66699 7.99984 6.66699C7.26346 6.66699 6.6665 7.26395 6.6665 8.00033C6.6665 8.73671 7.26346 9.33366 7.99984 9.33366Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),Gr("path",{d:"M16 11.9995L13.9427 9.94214C13.6926 9.69218 13.3536 9.55176 13 9.55176C12.6464 9.55176 12.3074 9.69218 12.0573 9.94214L6 15.9995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as Fa}from"react/jsx-runtime";import Pa from"bson-objectid";import{$applyNodeReplacement as fx}from"lexical";import*as Ba from"react";import cx from"bson-objectid";function Io(t,e){if(t.hasAttribute("data-lexical-pending-upload-form-id")){let r=t.getAttribute("data-lexical-pending-upload-form-id");if(r!=null)return{node:e({data:{pending:{formID:r,src:t.getAttribute("src")||""}}})}}if(t.hasAttribute("data-lexical-upload-relation-to")&&t.hasAttribute("data-lexical-upload-id")){let r=t.getAttribute("data-lexical-upload-id"),n=t.getAttribute("data-lexical-upload-relation-to");if(r!=null&&n!=null)return{node:e({data:{fields:{},relationTo:n,value:r}})}}return{node:e({data:{pending:{formID:new cx.default().toHexString(),src:t.getAttribute("src")||""}}})}}import{DecoratorBlockNode as ux}from"@lexical/react/LexicalDecoratorBlockNode.js";import{addClassNamesToElement as dx}from"@lexical/utils";import $a from"bson-objectid";import{$applyNodeReplacement as mx}from"lexical";var Gt=class extends ux{__data;constructor({data:e,format:o,key:r}){super(o,r),this.__data=e}static clone(e){return new this({data:e.__data,format:e.__format,key:e.__key})}static getType(){return"upload"}static importDOM(){return{img:e=>({conversion:o=>Io(o,Da),priority:0})}}static importJSON(e){e.version===1&&e?.value?.id&&(e.value=e.value.id),e.version===2&&!e?.id&&(e.id=new $a.default().toHexString(),e.version=3);let o={id:e.id,fields:e.fields,pending:e.pending,relationTo:e.relationTo,value:e.value},r=Da({data:o});return r.setFormat(e.format),r}static isInline(){return!1}createDOM(e){let o=document.createElement("div");return dx(o,e?.theme?.upload),o}decorate(){return null}exportDOM(){let e=document.createElement("img"),o=this.__data;return o.pending?(e.setAttribute("data-lexical-pending-upload-form-id",String(o?.pending?.formID)),e.setAttribute("src",o?.pending?.src||"")):(e.setAttribute("data-lexical-upload-id",String(o?.value)),e.setAttribute("data-lexical-upload-relation-to",o?.relationTo)),{element:e}}exportJSON(){return{...super.exportJSON(),...this.getData(),type:"upload",version:3}}getData(){return this.getLatest().__data}setData(e){let o=this.getWritable();o.__data=e}updateDOM(){return!1}};function Da({data:t}){return t?.id||(t.id=new $a.default().toHexString()),mx(new Gt({data:t}))}import{jsx as Aa}from"react/jsx-runtime";import{ShimmerEffect as px}from"@payloadcms/ui";var Oa=()=>Aa("div",{className:"lexical-upload",children:Aa(px,{height:"95px",width:"203px"})});var hx=Ba.lazy(()=>import("./component-XIHC3W6W.js").then(t=>({default:t.UploadComponent}))),me=class extends Gt{static clone(e){return super.clone(e)}static getType(){return super.getType()}static importDOM(){return{img:e=>({conversion:o=>Io(o,pe),priority:0})}}static importJSON(e){e.version===1&&e?.value?.id&&(e.value=e.value.id),e.version===2&&!e?.id&&(e.id=new Pa.default().toHexString(),e.version=3);let o={id:e.id,fields:e.fields,pending:e.pending,relationTo:e.relationTo,value:e.value},r=pe({data:o});return r.setFormat(e.format),r}decorate(e,o){return this.__data.pending?Fa(Oa,{}):Fa(hx,{className:o?.theme?.upload??"LexicalEditorTheme__upload",data:this.__data,format:this.__format,nodeKey:this.getKey()})}exportJSON(){return super.exportJSON()}};function pe({data:t}){return t?.id||(t.id=new Pa.default().toHexString()),fx(new me({data:t}))}function ut(t){return t instanceof me}import{c as wx}from"react/compiler-runtime";import{jsx as Ex}from"react/jsx-runtime";import{useLexicalComposerContext as Sx}from"@lexical/react/LexicalComposerContext.js";import{$dfsIterator as Za,$insertNodeToNearestRoot as zr,mergeRegister as Nx}from"@lexical/utils";import{useBulkUpload as Lx,useEffectEvent as yx,useModal as Rx}from"@payloadcms/ui";import Xr from"bson-objectid";import{$createRangeSelection as Ix,$getPreviousSelection as Va,$getSelection as Ka,$isParagraphNode as Zr,$isRangeSelection as Ja,$setSelection as vx,COMMAND_PRIORITY_EDITOR as Mx,COMMAND_PRIORITY_LOW as za,createCommand as Dx,DROP_COMMAND as $x,getDOMSelectionFromTarget as Ax,isHTMLElement as Xa,PASTE_COMMAND as Ox}from"lexical";import{useEffect as Fx}from"react";import{c as ja}from"react/compiler-runtime";import{jsx as Kr}from"react/jsx-runtime";import{useLexicalComposerContext as Ha}from"@lexical/react/LexicalComposerContext.js";import{toast as gx}from"@payloadcms/ui";import{$getNodeByKey as xx,COMMAND_PRIORITY_EDITOR as Ua}from"lexical";import{useEffect as Wa,useState as Cx}from"react";var bx=({editor:t,relationTo:e,replaceNodeKey:o,value:r})=>{o?t.update(()=>{let n=xx(o);n&&n.replace(pe({data:{fields:null,relationTo:e,value:r}}))}):t.dispatchCommand(Jr,{fields:null,relationTo:e,value:r})},kx=t=>{let e=ja(13),{enabledCollectionSlugs:o}=t,[r]=Ha(),[n,l]=Cx(null),s;e[0]!==o?(s={collectionSlugs:o,uploads:!0},e[0]=o,e[1]=s):s=e[1];let{closeListDrawer:i,ListDrawer:d,openListDrawer:c}=Bt(s),u,a;e[2]!==r||e[3]!==c?(u=()=>r.registerCommand(Xe,f=>(l(f?.replace?f?.replace.nodeKey:null),c(),!0),Ua),a=[r,c],e[2]=r,e[3]=c,e[4]=u,e[5]=a):(u=e[4],a=e[5]),Wa(u,a);let m;e[6]!==i||e[7]!==r||e[8]!==n?(m=f=>{let{collectionSlug:x,doc:T}=f;i(),bx({editor:r,relationTo:x,replaceNodeKey:n,value:T.id})},e[6]=i,e[7]=r,e[8]=n,e[9]=m):m=e[9];let p=m,h;return e[10]!==d||e[11]!==p?(h=Kr(d,{onSelect:p}),e[10]=d,e[11]=p,e[12]=h):h=e[12],h},_x=()=>{let t=ja(3),[e]=Ha(),o,r;return t[0]!==e?(o=()=>e.registerCommand(Xe,Tx,Ua),r=[e],t[0]=e,t[1]=o,t[2]=r):(o=t[1],r=t[2]),Wa(o,r),null},Ga=({enabledCollectionSlugs:t})=>t?.length?Kr(kx,{enabledCollectionSlugs:t}):Kr(_x,{});function Tx(){return gx.error("No upload collections enabled"),!0}function Px(t){let e=t.target;return!!(Xa(e)&&!e.closest("code, span.editor-image")&&Xa(e.parentElement)&&e.parentElement.closest("div.ContentEditable__root"))}function Bx(t){let e,o=Ax(t.target);if(document.caretRangeFromPoint)e=document.caretRangeFromPoint(t.clientX,t.clientY);else if(t.rangeParent&&o!==null)o.collapse(t.rangeParent,t.rangeOffset||0),e=o.getRangeAt(0);else throw Error("Cannot get the selection when dragging");return e}var Jr=Dx("INSERT_UPLOAD_COMMAND"),Ya=t=>{let e=wx(21),{clientProps:o}=t,[r]=Sx(),n=o?.disabledCollections,l=o?.enabledCollections,s;e[0]!==n||e[1]!==l?(s={collectionSlugsBlacklist:n,collectionSlugsWhitelist:l,uploads:!0},e[0]=n,e[1]=l,e[2]=s):s=e[2];let{enabledCollectionSlugs:i}=xo(s),{drawerSlug:d,setCollectionSlug:c,setInitialForms:u,setOnCancel:a,setOnSuccess:m,setSelectableCollections:p}=Lx(),{isModalOpen:h,openModal:f}=Rx(),x;e[3]!==d||e[4]!==r||e[5]!==i||e[6]!==h||e[7]!==f||e[8]!==c||e[9]!==u||e[10]!==a||e[11]!==m||e[12]!==p?(x=b=>{let{files:g}=b;if(g?.length!==0&&(u(C=>[...C??[],...g.map(jx)]),!h(d))){if(!i.length||!i[0])return;c(i[0]),p(i),a(()=>{r.update(Hx)}),m(C=>{let k=new Map(C.map(Ux));r.update(()=>{for(let y of Za()){let I=y.node;if(ut(I)){let v=I.getData();if(v?.pending){let N=k.get(v.pending?.formID);N&&I.replace(pe({data:{id:new Xr.default().toHexString(),fields:{},relationTo:N.collectionSlug,value:N.doc.id}}))}}}})}),f(d)}},e[3]=d,e[4]=r,e[5]=i,e[6]=h,e[7]=f,e[8]=c,e[9]=u,e[10]=a,e[11]=m,e[12]=p,e[13]=x):x=e[13];let T=yx(x),E;e[14]!==r||e[15]!==T?(E=()=>{if(!r.hasNodes([me]))throw new Error("UploadPlugin: UploadNode not registered on editor");return Nx(r.registerNodeTransform(me,b=>{let g=b.getData();if(!g?.pending)return;(async function(){let y=null,I=g?.pending?.src,v=g?.pending?.formID;if(I?.startsWith("data:")){let N=I.match(/data:(image\/[a-zA-Z]+);base64,/),w=N?N[1]:"image/png",R=I.replace(/^data:image\/[a-zA-Z]+;base64,/,""),L=atob(R),M=new Array(L.length);for(let F=0;F<L.length;F++)M[F]=L.charCodeAt(F);let $=new Uint8Array(M);y={alt:void 0,file:new File([$],"pasted-image."+w?.split("/",2)[1],{type:w}),formID:v}}else if(I?.startsWith("http")||I?.startsWith("https")){let w=await(await fetch(I)).blob(),R=I.split("/").pop()||"pasted-image"+w.type.split("/",2)[1];y={alt:void 0,file:new File([w],R,{type:w.type}),formID:v}}y&&T({files:[y]})})()}),r.registerCommand(Jr,b=>(r.update(()=>{let g=Ka()||Va();if(Ja(g)){let C=pe({data:{id:b.id,fields:b.fields,relationTo:b.relationTo,value:b.value}}),{focus:k}=g,y=k.getNode();zr(C),Zr(y)&&!y.__first&&y.remove()}}),!0),Mx),r.registerCommand(Ox,b=>{if(!(b instanceof ClipboardEvent))return!1;let g=b.clipboardData;if(!g?.types?.length||g?.types?.includes("text/html"))return!1;let C=[];return g?.files?.length&&Array.from(g.files).forEach(k=>{C.push({alt:"",file:k,formID:new Xr.default().toHexString()})}),C.length?(r.update(()=>{let k=Ka()||Va();if(Ja(k))for(let y of C){let I=pe({data:{pending:{formID:y.formID,src:URL.createObjectURL(y.file)}}}),{focus:v}=k,N=v.getNode();zr(I),Zr(N)&&!N.__first&&N.remove()}}),T({files:C}),!0):!1},za),r.registerCommand($x,b=>{if(!(b instanceof DragEvent))return!1;let g=b.dataTransfer;if(!g?.types?.length)return!1;let C=[];return g?.files?.length&&Array.from(g.files).forEach(k=>{C.push({alt:"",file:k,formID:new Xr.default().toHexString()})}),C.length?(b.preventDefault(),b.stopPropagation(),r.update(()=>{if(Px(b)){let k=Bx(b),y=Ix();k!=null&&y.applyDOMRange(k),vx(y);for(let I of C){let v=pe({data:{pending:{formID:I.formID,src:URL.createObjectURL(I.file)}}}),{focus:N}=y,w=N.getNode();zr(v),Zr(w)&&!w.__first&&w.remove()}}}),T({files:C}),!0):!1},za))},e[14]=r,e[15]=T,e[16]=E):E=e[16];let S;e[17]!==r?(S=[r],e[17]=r,e[18]=S):S=e[18],Fx(E,S);let _;return e[19]!==i?(_=Ex(Ga,{enabledCollectionSlugs:i}),e[19]=i,e[20]=_):_=e[20],_};function jx(t){return{file:t.file,formID:t.formID}}function Hx(){for(let t of Za()){let e=t.node;ut(e)&&e.getData()?.pending&&e.remove()}}function Ux(t){return[t.formID,t]}var Gx=D({nodes:[me],plugins:[{Component:Ya,position:"normal"}],slashMenu:{groups:[z([{Icon:Vr,key:"upload",keywords:["upload","image","file","img","picture","photo","media"],label:({i18n:t})=>t.t("lexical:upload:label"),onSelect:({editor:t})=>{t.dispatchCommand(Xe,{replace:!1})}}])]},toolbarFixed:{groups:[ke([{ChildComponent:Vr,isActive:({selection:t})=>{if(!Wx(t)||!t.getNodes().length)return!1;let e=t.getNodes()[0];return ut(e)},key:"upload",label:({i18n:t})=>t.t("lexical:upload:label"),onSelect:({editor:t})=>{t.dispatchCommand(Xe,{replace:!1})}}])]}});import{c as Kx}from"react/compiler-runtime";import{jsx as Qr}from"react/jsx-runtime";import{ShimmerEffect as Jx,useConfig as zx}from"@payloadcms/ui";import{lazy as Xx,Suspense as Zx,useEffect as Yx,useState as qx}from"react";var qa={block:"LexicalEditorTheme__block",blockCursor:"LexicalEditorTheme__blockCursor",characterLimit:"LexicalEditorTheme__characterLimit",code:"LexicalEditorTheme__code",inlineBlock:"LexicalEditorTheme__inlineBlock",heading:{h1:"LexicalEditorTheme__h1",h2:"LexicalEditorTheme__h2",h3:"LexicalEditorTheme__h3",h4:"LexicalEditorTheme__h4",h5:"LexicalEditorTheme__h5",h6:"LexicalEditorTheme__h6"},hr:"LexicalEditorTheme__hr",hrSelected:"LexicalEditorTheme__hrSelected",indent:"LexicalEditorTheme__indent",link:"LexicalEditorTheme__link",list:{checklist:"LexicalEditorTheme__checklist",listitem:"LexicalEditorTheme__listItem",listitemChecked:"LexicalEditorTheme__listItemChecked",listitemUnchecked:"LexicalEditorTheme__listItemUnchecked",nested:{listitem:"LexicalEditorTheme__nestedListItem"},olDepth:["LexicalEditorTheme__ol1","LexicalEditorTheme__ol2","LexicalEditorTheme__ol3","LexicalEditorTheme__ol4","LexicalEditorTheme__ol5"],ul:"LexicalEditorTheme__ul"},ltr:"LexicalEditorTheme__ltr",mark:"LexicalEditorTheme__mark",markOverlap:"LexicalEditorTheme__markOverlap",paragraph:"LexicalEditorTheme__paragraph",placeholder:"LexicalEditorTheme__placeholder",quote:"LexicalEditorTheme__quote",relationship:"LexicalEditorTheme__relationship",rtl:"LexicalEditorTheme__rtl",tab:"LexicalEditorTheme__tabNode",table:"LexicalEditorTheme__table",tableAddColumns:"LexicalEditorTheme__tableAddColumns",tableAddRows:"LexicalEditorTheme__tableAddRows",tableAlignment:{center:"LexicalEditorTheme__tableAlignmentCenter",right:"LexicalEditorTheme__tableAlignmentRight"},tableCell:"LexicalEditorTheme__tableCell",tableCellActionButton:"LexicalEditorTheme__tableCellActionButton",tableCellActionButtonContainer:"LexicalEditorTheme__tableCellActionButtonContainer",tableCellHeader:"LexicalEditorTheme__tableCellHeader",tableCellResizer:"LexicalEditorTheme__tableCellResizer",tableCellSelected:"LexicalEditorTheme__tableCellSelected",tableFrozenColumn:"LexicalEditorTheme__tableFrozenColumn",tableRowStriping:"LexicalEditorTheme__tableRowStriping",tableScrollableWrapper:"LexicalEditorTheme__tableScrollableWrapper",tableSelected:"LexicalEditorTheme__tableSelected",tableSelection:"LexicalEditorTheme__tableSelection",text:{bold:"LexicalEditorTheme__textBold",code:"LexicalEditorTheme__textCode",italic:"LexicalEditorTheme__textItalic",strikethrough:"LexicalEditorTheme__textStrikethrough",subscript:"LexicalEditorTheme__textSubscript",superscript:"LexicalEditorTheme__textSuperscript",underline:"LexicalEditorTheme__textUnderline",underlineStrikethrough:"LexicalEditorTheme__textUnderlineStrikethrough"},upload:"LexicalEditorTheme__upload"};var Yr={namespace:"lexical",theme:qa};function Qa({config:t,featureClientImportMap:e,featureClientSchemaMap:o,field:r,schemaPath:n,unSanitizedEditorConfig:l}){let s=new Map;for(let c of l.features){if(!c?.clientFeatureProps?.featureKey||c?.clientFeatureProps?.order===void 0||c?.clientFeatureProps?.order===null)throw new Error("A Feature you have installed does not return the client props as clientFeatureProps. Please make sure to always return those props, even if they are null, as other important props like order and featureKey are later on injected.");s.set(c.clientFeatureProps.featureKey,c)}l.features=l.features.sort((c,u)=>c.clientFeatureProps.order-u.clientFeatureProps.order);let i=new Map,d=0;for(let c of l.features){let u=typeof c.feature=="function"?c.feature({config:t,featureClientImportMap:e,featureClientSchemaMap:o,featureProviderMap:s,field:r,resolvedFeatures:i,schemaPath:n,unSanitizedEditorConfig:l}):c.feature;u.key=c.clientFeatureProps.featureKey,u.order=d,i.set(c.clientFeatureProps.featureKey,u),d++}return i}import{deepMerge as Vx}from"payload/shared";var ec=t=>{let e={enabledFeatures:[],enabledFormats:[],markdownTransformers:[],nodes:[],plugins:[],providers:[],slashMenu:{dynamicGroups:[],groups:[]},toolbarFixed:{groups:[]},toolbarInline:{groups:[]}},o={};if(t.forEach(r=>{r.key==="toolbarFixed"&&r.sanitizedClientFeatureProps?.customGroups&&(o={...o,...r.sanitizedClientFeatureProps.customGroups})}),!t?.size)return e;t.forEach(r=>{if(r.providers?.length&&(e.providers=e.providers.concat(r.providers)),r.enableFormats?.length&&e.enabledFormats.push(...r.enableFormats),r.nodes?.length)for(let n of r.nodes)e.nodes.push(n);if(r.plugins?.length&&r.plugins.forEach((n,l)=>{e.plugins?.push({clientProps:r.sanitizedClientFeatureProps,Component:n.Component,key:r.key+l,position:n.position})}),r.toolbarInline?.groups?.length)for(let n of r.toolbarInline.groups){let l=e.toolbarInline.groups.find(s=>s.key===n.key);l?e.toolbarInline.groups=e.toolbarInline.groups.filter(s=>s.key!==n.key):l={...n,items:[]},n?.items?.length&&(l.items=l.items.concat(n.items)),e.toolbarInline?.groups.push(l)}if(r.toolbarFixed?.groups?.length)for(let n of r.toolbarFixed.groups){let l=e.toolbarFixed.groups.find(s=>s.key===n.key);l?e.toolbarFixed.groups=e.toolbarFixed.groups.filter(s=>s.key!==n.key):l={...n,items:[]},n?.items?.length&&(l.items=l.items.concat(n.items)),e.toolbarFixed?.groups.push(l)}if(r.slashMenu?.groups){r.slashMenu.dynamicGroups?.length&&(e.slashMenu.dynamicGroups=e.slashMenu.dynamicGroups.concat(r.slashMenu.dynamicGroups));for(let n of r.slashMenu.groups){let l=e.slashMenu.groups.find(s=>s.key===n.key);l?e.slashMenu.groups=e.slashMenu.groups.filter(s=>s.key!==n.key):l={...n,items:[]},n?.items?.length&&(l.items=l.items.concat(n.items)),e.slashMenu.groups.push(l)}}if(r.markdownTransformers?.length)for(let n of r.markdownTransformers)typeof n=="function"?e.markdownTransformers.push(n({allNodes:e.nodes,allTransformers:e.markdownTransformers})):e.markdownTransformers.push(n);e.enabledFeatures.push(r.key)}),Object.keys(o).length>0&&(e.toolbarFixed.groups=e.toolbarFixed.groups.map(r=>{let n=o[r.key];return n?Vx(r,n):r})),e.toolbarInline.groups.sort((r,n)=>r.order&&n.order?r.order-n.order:r.order?-1:n.order?1:0),e.toolbarFixed.groups.sort((r,n)=>r.order&&n.order?r.order-n.order:r.order?-1:n.order?1:0);for(let r of e.toolbarInline.groups)r.items.sort((n,l)=>n.order&&l.order?n.order-l.order:n.order?-1:l.order?1:0);for(let r of e.toolbarFixed.groups)r.items.sort((n,l)=>n.order&&l.order?n.order-l.order:n.order?-1:l.order?1:0);return e};function qr(t,e,o){return{admin:o,features:ec(t),lexical:e,resolvedFeatureMap:t}}var Qx=Xx(()=>import("./Field-HJGV32KA.js").then(t=>({default:t.RichText}))),eC=t=>{let e=Kx(18),{admin:o,clientFeatures:r,featureClientImportMap:n,featureClientSchemaMap:l,field:s,lexicalEditorConfig:i,schemaPath:d}=t,c;e[0]!==o?(c=o===void 0?{}:o,e[0]=o,e[1]=c):c=e[1];let u=c,a;e[2]!==n?(a=n===void 0?{}:n,e[2]=n,e[3]=a):a=e[3];let m=a,p=i===void 0?Yr:i,{config:h}=zx(),[f,x]=qx(null),T,E;e[4]!==u||e[5]!==r||e[6]!==h||e[7]!==m||e[8]!==l||e[9]!==s||e[10]!==f||e[11]!==p||e[12]!==d?(T=()=>{if(f)return;let _=[];for(let g of Object.values(r))g.clientFeatureProvider&&_.push(g.clientFeatureProvider(g.clientFeatureProps));let b=Qa({config:h,featureClientImportMap:m,featureClientSchemaMap:l,field:s,schemaPath:d??s.name,unSanitizedEditorConfig:{features:_,lexical:p}});x(qr(b,p,u))},E=[u,r,h,m,l,s,f,p,d],e[4]=u,e[5]=r,e[6]=h,e[7]=m,e[8]=l,e[9]=s,e[10]=f,e[11]=p,e[12]=d,e[13]=T,e[14]=E):(T=e[13],E=e[14]),Yx(T,E);let S;return e[15]!==f||e[16]!==t?(S=Qr(Zx,{fallback:Qr(Jx,{height:"35vh"}),children:f&&Qr(Qx,{...t,editorConfig:f})}),e[15]=f,e[16]=t,e[17]=S):S=e[17],S};function tC(t){return t instanceof HTMLElement}function oC(...t){return t.filter(Boolean).join(" ")}var vo=new WeakMap;function tc(t){let e=t.changedTouches[0];return e===void 0?null:[e.clientX,e.clientY]}function Mo(t,e){let o=vo.get(t);if(o===void 0){let r=new Set,n=s=>{o!==void 0&&(o.start=tc(s))},l=s=>{if(o===void 0)return;let{start:i}=o;if(i===null)return;let d=tc(s);for(let c of r)d!==null&&c([d[0]-i[0],d[1]-i[1]],s)};t.addEventListener("touchstart",n),t.addEventListener("touchend",l),o={handleTouchend:l,handleTouchstart:n,listeners:r,start:null},vo.set(t,o)}return o.listeners.add(e),()=>{rC(t,e)}}function rC(t,e){let o=vo.get(t);if(o===void 0)return;let{listeners:r}=o;r.delete(e),r.size===0&&(vo.delete(t),t.removeEventListener("touchstart",o.handleTouchstart),t.removeEventListener("touchend",o.handleTouchend))}function nC(t,e){return Mo(t,(o,r)=>{let[n,l]=o;n<0&&-n>Math.abs(l)&&e(n,r)})}function lC(t,e){return Mo(t,(o,r)=>{let[n,l]=o;n>0&&n>Math.abs(l)&&e(n,r)})}function iC(t,e){return Mo(t,(o,r)=>{let[n,l]=o;l<0&&-l>Math.abs(n)&&e(n,r)})}function sC(t,e){return Mo(t,(o,r)=>{let[n,l]=o;l>0&&l>Math.abs(n)&&e(n,r)})}import{c as aC}from"react/compiler-runtime";import{jsx as cC}from"react/jsx-runtime";import"react";var uC=()=>{let t=aC(2),{EditButton:e}=xe(),o;return t[0]!==e?(o=e?cC(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{c as dC}from"react/compiler-runtime";import{jsx as mC}from"react/jsx-runtime";import"react";var pC=()=>{let t=dC(2),{RemoveButton:e}=xe(),o;return t[0]!==e?(o=e?mC(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{c as fC}from"react/compiler-runtime";import{jsx as hC}from"react/jsx-runtime";import"react";var gC=()=>{let t=fC(2),{Label:e}=xe(),o;return t[0]!==e?(o=e?hC(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{c as xC}from"react/compiler-runtime";import{jsx as CC}from"react/jsx-runtime";import"react";var bC=t=>{let e=xC(3),{children:o}=t,{InlineBlockContainer:r}=xe(),n;return e[0]!==r||e[1]!==o?(n=r?CC(r,{children:o}):null,e[0]=r,e[1]=o,e[2]=n):n=e[2],n};import{jsx as kC}from"react/jsx-runtime";import"react";var _C=t=>{let{children:e,...o}=t,{BlockCollapsible:r}=be();return r?kC(r,{...o,children:e}):null};import{c as TC}from"react/compiler-runtime";import{jsx as wC}from"react/jsx-runtime";import"react";var EC=()=>{let t=TC(2),{EditButton:e}=be(),o;return t[0]!==e?(o=e?wC(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{c as SC}from"react/compiler-runtime";import{jsx as NC}from"react/jsx-runtime";import"react";var LC=()=>{let t=SC(2),{RemoveButton:e}=be(),o;return t[0]!==e?(o=e?NC(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{stringify as yC}from"qs-esm";var RC=({apiURL:t,depth:e,draft:o,locale:r})=>async({id:l,collectionSlug:s,select:i})=>{let d=yC({depth:e??0,draft:o??!1,locale:r,select:i},{addQueryPrefix:!0});return await fetch(`${t}/${s}/${l}${d}`,{credentials:"include",headers:{Accept:"application/json","Content-Type":"application/json"},method:"GET"}).then(u=>u.json())};var oc={customEndRegex:{optional:!0,regExp:/[ \t]*```$/},customStartRegex:/^[ \t]*```(\w+)?/,doNotTrimChildren:!0,export:({fields:t})=>!t.code.includes(`
|
|
58
|
+
`,ms="\u0591-\u07FF\uFB1D-\uFDFD\uFE70-\uFEFC",ps="A-Za-z\xC0-\xD6\xD8-\xF6\xF8-\u02B8\u0300-\u0590\u0800-\u1FFF\u200E\u2C00-\uFB1C\uFE00-\uFE6F\uFEFD-\uFFFF",g0=new RegExp("^[^"+ps+"]*["+ms+"]"),x0=new RegExp("^[^"+ms+"]*["+ps+"]"),C0={bold:A.IS_BOLD,code:A.IS_CODE,highlight:A.IS_HIGHLIGHT,italic:A.IS_ITALIC,strikethrough:A.IS_STRIKETHROUGH,subscript:A.IS_SUBSCRIPT,superscript:A.IS_SUPERSCRIPT,underline:A.IS_UNDERLINE},b0={directionless:A.IS_DIRECTIONLESS,unmergeable:A.IS_UNMERGEABLE},k0={center:A.IS_ALIGN_CENTER,end:A.IS_ALIGN_END,justify:A.IS_ALIGN_JUSTIFY,left:A.IS_ALIGN_LEFT,right:A.IS_ALIGN_RIGHT,start:A.IS_ALIGN_START},_0={[A.IS_ALIGN_CENTER]:"center",[A.IS_ALIGN_END]:"end",[A.IS_ALIGN_JUSTIFY]:"justify",[A.IS_ALIGN_LEFT]:"left",[A.IS_ALIGN_RIGHT]:"right",[A.IS_ALIGN_START]:"start"},T0={normal:A.IS_NORMAL,segmented:A.IS_SEGMENTED,token:A.IS_TOKEN},w0={[A.IS_NORMAL]:"normal",[A.IS_SEGMENTED]:"segmented",[A.IS_TOKEN]:"token"};var fs={text:({node:t})=>{let e=t.text;return t.format&A.IS_BOLD&&(e=je("strong",{children:e})),t.format&A.IS_ITALIC&&(e=je("em",{children:e})),t.format&A.IS_STRIKETHROUGH&&(e=je("span",{style:{textDecoration:"line-through"},children:e})),t.format&A.IS_UNDERLINE&&(e=je("span",{style:{textDecoration:"underline"},children:e})),t.format&A.IS_CODE&&(e=je("code",{children:e})),t.format&A.IS_SUBSCRIPT&&(e=je("sub",{children:e})),t.format&A.IS_SUPERSCRIPT&&(e=je("sup",{children:e})),e}};import{jsx as $t}from"react/jsx-runtime";var hs={upload:({node:t})=>{let e=t;if(typeof e.value!="object")return null;let o=e.value,r=e.fields?.alt||o?.alt||"",n=o.url;if(!o.mimeType.startsWith("image"))return $t("a",{href:n,rel:"noopener noreferrer",children:o.filename});if(!o.sizes||!Object.keys(o.sizes).length)return $t("img",{alt:r,height:o.height,src:n,width:o.width});let l=[];for(let s in o.sizes){let i=o.sizes[s];if(!i||!i.width||!i.height||!i.mimeType||!i.filesize||!i.filename||!i.url)continue;let d=i?.url;l.push($t("source",{media:`(max-width: ${i.width}px)`,srcSet:d,type:i.mimeType},s))}return l.push($t("img",{alt:r,height:o?.height,src:n,width:o?.width},"image")),$t("picture",{children:l})}};var rt={...cs,...fs,...ls,...os,...ds,...rs,...ns,...as,...ss({}),...hs,...us};import{jsx as xs,Fragment as S0}from"react/jsx-runtime";import kr from"react";function gs(t){let e=!!t?.root?.children?.length,o=!1;if(t?.root?.children?.length===1&&t?.root?.children[0]?.type==="paragraph"){let r=t?.root?.children[0];if(!r?.children||r?.children?.length===0)o=!0;else if(r?.children?.length===1){let n=r?.children[0];n?.type==="text"&&(n?.text?.length||(o=!0))}}return!(!e||o)}function Cs({converters:t,data:e,disableIndent:o,disableTextAlign:r}){return gs(e)?bs({converters:t,disableIndent:o,disableTextAlign:r,nodes:e?.root?.children,parent:e?.root}):xs(S0,{})}function bs({converters:t,disableIndent:e,disableTextAlign:o,nodes:r,parent:n}){let l=t.unknown;return r.map((i,d)=>{let c;i.type==="block"?(c=t?.blocks?.[i?.fields?.blockType],!c&&!l&&console.error(`Lexical => JSX converter: Blocks converter: found ${i?.fields?.blockType} block, but no converter is provided`)):i.type==="inlineBlock"?(c=t?.inlineBlocks?.[i?.fields?.blockType],!c&&!l&&console.error(`Lexical => JSX converter: Inline Blocks converter: found ${i?.fields?.blockType} inline block, but no converter is provided`)):c=t[i.type];try{!c&&l&&(c=l);let u;c?u=typeof c=="function"?c({childIndex:d,converters:t,node:i,nodesToJSX:p=>bs({converters:p.converters??t,disableIndent:p.disableIndent??e,disableTextAlign:p.disableTextAlign??o,nodes:p.nodes,parent:p.parent??{...i,parent:n}}),parent:n}):c:u=xs("span",{children:"unknown node"},d);let a={};if(!o&&(!Array.isArray(o)||!o?.includes(i.type))&&"format"in i&&i.format)switch(i.format){case"center":a.textAlign="center";break;case"end":a.textAlign="right";break;case"justify":a.textAlign="justify";break;case"left":break;case"right":a.textAlign="right";break;case"start":a.textAlign="left";break}if(!e&&(!Array.isArray(e)||!e?.includes(i.type))&&"indent"in i&&i.indent&&i.type!=="listitem"&&(a.paddingInlineStart=`${Number(i.indent)*40}px`),kr.isValidElement(u)){if(a.textAlign||a.paddingInlineStart){let m={...a,...u?.props?.style??{}};return kr.cloneElement(u,{key:d,style:m})}return kr.cloneElement(u,{key:d})}return u}catch(u){return console.error("Error converting lexical node to JSX:",u,"node:",i),null}}).filter(Boolean)}var _r=({className:t,converters:e,data:o,disableContainer:r,disableIndent:n,disableTextAlign:l})=>{if(!o)return null;let s={};e?typeof e=="function"?s=e({defaultConverters:rt}):s=e:s=rt;let i=o&&!Array.isArray(o)&&typeof o=="object"&&"root"in o&&Cs({converters:s,data:o,disableIndent:n,disableTextAlign:l});return r?ks(E0,{children:i}):ks("div",{className:t??"payload-richtext",children:i})};function Ts(){let t=N0(7),[e]=L0(),o;t[0]!==e?(o=e.getEditorState().toJSON(),t[0]=e,t[1]=o):o=t[1];let[r,n]=R0(o),l,s;t[2]!==e?(l=()=>e.registerUpdateListener(d=>{let{editorState:c}=d;n(c.toJSON())}),s=[e],t[2]=e,t[3]=l,t[4]=s):(l=t[3],s=t[4]),y0(l,s);let i;return t[5]!==r?(i=_s("div",{className:"debug-jsx-converter",children:_s(_r,{converters:rt,data:r})}),t[5]=r,t[6]=i):i=t[6],i}var I0=M({plugins:[{Component:Ts,position:"bottom"}]});var j={amber:{50:"oklch(0.987 0.022 95.277)",100:"oklch(0.962 0.059 95.617)",200:"oklch(0.924 0.12 95.746)",300:"oklch(0.879 0.169 91.605)",400:"oklch(0.828 0.189 84.429)",500:"oklch(0.769 0.188 70.08)",600:"oklch(0.666 0.179 58.318)",700:"oklch(0.555 0.163 48.998)",800:"oklch(0.473 0.137 46.201)",900:"oklch(0.414 0.112 45.904)",950:"oklch(0.279 0.077 45.635)"},black:"#000",blue:{50:"oklch(0.97 0.014 254.604)",100:"oklch(0.932 0.032 255.585)",200:"oklch(0.882 0.059 254.128)",300:"oklch(0.809 0.105 251.813)",400:"oklch(0.707 0.165 254.624)",500:"oklch(0.623 0.214 259.815)",600:"oklch(0.546 0.245 262.881)",700:"oklch(0.488 0.243 264.376)",800:"oklch(0.424 0.199 265.638)",900:"oklch(0.379 0.146 265.522)",950:"oklch(0.282 0.091 267.935)"},current:"currentColor",cyan:{50:"oklch(0.984 0.019 200.873)",100:"oklch(0.956 0.045 203.388)",200:"oklch(0.917 0.08 205.041)",300:"oklch(0.865 0.127 207.078)",400:"oklch(0.789 0.154 211.53)",500:"oklch(0.715 0.143 215.221)",600:"oklch(0.609 0.126 221.723)",700:"oklch(0.52 0.105 223.128)",800:"oklch(0.45 0.085 224.283)",900:"oklch(0.398 0.07 227.392)",950:"oklch(0.302 0.056 229.695)"},emerald:{50:"oklch(0.979 0.021 166.113)",100:"oklch(0.95 0.052 163.051)",200:"oklch(0.905 0.093 164.15)",300:"oklch(0.845 0.143 164.978)",400:"oklch(0.765 0.177 163.223)",500:"oklch(0.696 0.17 162.48)",600:"oklch(0.596 0.145 163.225)",700:"oklch(0.508 0.118 165.612)",800:"oklch(0.432 0.095 166.913)",900:"oklch(0.378 0.077 168.94)",950:"oklch(0.262 0.051 172.552)"},fuchsia:{50:"oklch(0.977 0.017 320.058)",100:"oklch(0.952 0.037 318.852)",200:"oklch(0.903 0.076 319.62)",300:"oklch(0.833 0.145 321.434)",400:"oklch(0.74 0.238 322.16)",500:"oklch(0.667 0.295 322.15)",600:"oklch(0.591 0.293 322.896)",700:"oklch(0.518 0.253 323.949)",800:"oklch(0.452 0.211 324.591)",900:"oklch(0.401 0.17 325.612)",950:"oklch(0.293 0.136 325.661)"},gray:{50:"oklch(0.985 0.002 247.839)",100:"oklch(0.967 0.003 264.542)",200:"oklch(0.928 0.006 264.531)",300:"oklch(0.872 0.01 258.338)",400:"oklch(0.707 0.022 261.325)",500:"oklch(0.551 0.027 264.364)",600:"oklch(0.446 0.03 256.802)",700:"oklch(0.373 0.034 259.733)",800:"oklch(0.278 0.033 256.848)",900:"oklch(0.21 0.034 264.665)",950:"oklch(0.13 0.028 261.692)"},green:{50:"oklch(0.982 0.018 155.826)",100:"oklch(0.962 0.044 156.743)",200:"oklch(0.925 0.084 155.995)",300:"oklch(0.871 0.15 154.449)",400:"oklch(0.792 0.209 151.711)",500:"oklch(0.723 0.219 149.579)",600:"oklch(0.627 0.194 149.214)",700:"oklch(0.527 0.154 150.069)",800:"oklch(0.448 0.119 151.328)",900:"oklch(0.393 0.095 152.535)",950:"oklch(0.266 0.065 152.934)"},indigo:{50:"oklch(0.962 0.018 272.314)",100:"oklch(0.93 0.034 272.788)",200:"oklch(0.87 0.065 274.039)",300:"oklch(0.785 0.115 274.713)",400:"oklch(0.673 0.182 276.935)",500:"oklch(0.585 0.233 277.117)",600:"oklch(0.511 0.262 276.966)",700:"oklch(0.457 0.24 277.023)",800:"oklch(0.398 0.195 277.366)",900:"oklch(0.359 0.144 278.697)",950:"oklch(0.257 0.09 281.288)"},inherit:"inherit",lime:{50:"oklch(0.986 0.031 120.757)",100:"oklch(0.967 0.067 122.328)",200:"oklch(0.938 0.127 124.321)",300:"oklch(0.897 0.196 126.665)",400:"oklch(0.841 0.238 128.85)",500:"oklch(0.768 0.233 130.85)",600:"oklch(0.648 0.2 131.684)",700:"oklch(0.532 0.157 131.589)",800:"oklch(0.453 0.124 130.933)",900:"oklch(0.405 0.101 131.063)",950:"oklch(0.274 0.072 132.109)"},neutral:{50:"oklch(0.985 0 0)",100:"oklch(0.97 0 0)",200:"oklch(0.922 0 0)",300:"oklch(0.87 0 0)",400:"oklch(0.708 0 0)",500:"oklch(0.556 0 0)",600:"oklch(0.439 0 0)",700:"oklch(0.371 0 0)",800:"oklch(0.269 0 0)",900:"oklch(0.205 0 0)",950:"oklch(0.145 0 0)"},orange:{50:"oklch(0.98 0.016 73.684)",100:"oklch(0.954 0.038 75.164)",200:"oklch(0.901 0.076 70.697)",300:"oklch(0.837 0.128 66.29)",400:"oklch(0.75 0.183 55.934)",500:"oklch(0.705 0.213 47.604)",600:"oklch(0.646 0.222 41.116)",700:"oklch(0.553 0.195 38.402)",800:"oklch(0.47 0.157 37.304)",900:"oklch(0.408 0.123 38.172)",950:"oklch(0.266 0.079 36.259)"},pink:{50:"oklch(0.971 0.014 343.198)",100:"oklch(0.948 0.028 342.258)",200:"oklch(0.899 0.061 343.231)",300:"oklch(0.823 0.12 346.018)",400:"oklch(0.718 0.202 349.761)",500:"oklch(0.656 0.241 354.308)",600:"oklch(0.592 0.249 0.584)",700:"oklch(0.525 0.223 3.958)",800:"oklch(0.459 0.187 3.815)",900:"oklch(0.408 0.153 2.432)",950:"oklch(0.284 0.109 3.907)"},purple:{50:"oklch(0.977 0.014 308.299)",100:"oklch(0.946 0.033 307.174)",200:"oklch(0.902 0.063 306.703)",300:"oklch(0.827 0.119 306.383)",400:"oklch(0.714 0.203 305.504)",500:"oklch(0.627 0.265 303.9)",600:"oklch(0.558 0.288 302.321)",700:"oklch(0.496 0.265 301.924)",800:"oklch(0.438 0.218 303.724)",900:"oklch(0.381 0.176 304.987)",950:"oklch(0.291 0.149 302.717)"},red:{50:"oklch(0.971 0.013 17.38)",100:"oklch(0.936 0.032 17.717)",200:"oklch(0.885 0.062 18.334)",300:"oklch(0.808 0.114 19.571)",400:"oklch(0.704 0.191 22.216)",500:"oklch(0.637 0.237 25.331)",600:"oklch(0.577 0.245 27.325)",700:"oklch(0.505 0.213 27.518)",800:"oklch(0.444 0.177 26.899)",900:"oklch(0.396 0.141 25.723)",950:"oklch(0.258 0.092 26.042)"},rose:{50:"oklch(0.969 0.015 12.422)",100:"oklch(0.941 0.03 12.58)",200:"oklch(0.892 0.058 10.001)",300:"oklch(0.81 0.117 11.638)",400:"oklch(0.712 0.194 13.428)",500:"oklch(0.645 0.246 16.439)",600:"oklch(0.586 0.253 17.585)",700:"oklch(0.514 0.222 16.935)",800:"oklch(0.455 0.188 13.697)",900:"oklch(0.41 0.159 10.272)",950:"oklch(0.271 0.105 12.094)"},sky:{50:"oklch(0.977 0.013 236.62)",100:"oklch(0.951 0.026 236.824)",200:"oklch(0.901 0.058 230.902)",300:"oklch(0.828 0.111 230.318)",400:"oklch(0.746 0.16 232.661)",500:"oklch(0.685 0.169 237.323)",600:"oklch(0.588 0.158 241.966)",700:"oklch(0.5 0.134 242.749)",800:"oklch(0.443 0.11 240.79)",900:"oklch(0.391 0.09 240.876)",950:"oklch(0.293 0.066 243.157)"},slate:{50:"oklch(0.984 0.003 247.858)",100:"oklch(0.968 0.007 247.896)",200:"oklch(0.929 0.013 255.508)",300:"oklch(0.869 0.022 252.894)",400:"oklch(0.704 0.04 256.788)",500:"oklch(0.554 0.046 257.417)",600:"oklch(0.446 0.043 257.281)",700:"oklch(0.372 0.044 257.287)",800:"oklch(0.279 0.041 260.031)",900:"oklch(0.208 0.042 265.755)",950:"oklch(0.129 0.042 264.695)"},stone:{50:"oklch(0.985 0.001 106.423)",100:"oklch(0.97 0.001 106.424)",200:"oklch(0.923 0.003 48.717)",300:"oklch(0.869 0.005 56.366)",400:"oklch(0.709 0.01 56.259)",500:"oklch(0.553 0.013 58.071)",600:"oklch(0.444 0.011 73.639)",700:"oklch(0.374 0.01 67.558)",800:"oklch(0.268 0.007 34.298)",900:"oklch(0.216 0.006 56.043)",950:"oklch(0.147 0.004 49.25)"},teal:{50:"oklch(0.984 0.014 180.72)",100:"oklch(0.953 0.051 180.801)",200:"oklch(0.91 0.096 180.426)",300:"oklch(0.855 0.138 181.071)",400:"oklch(0.777 0.152 181.912)",500:"oklch(0.704 0.14 182.503)",600:"oklch(0.6 0.118 184.704)",700:"oklch(0.511 0.096 186.391)",800:"oklch(0.437 0.078 188.216)",900:"oklch(0.386 0.063 188.416)",950:"oklch(0.277 0.046 192.524)"},transparent:"transparent",violet:{50:"oklch(0.969 0.016 293.756)",100:"oklch(0.943 0.029 294.588)",200:"oklch(0.894 0.057 293.283)",300:"oklch(0.811 0.111 293.571)",400:"oklch(0.702 0.183 293.541)",500:"oklch(0.606 0.25 292.717)",600:"oklch(0.541 0.281 293.009)",700:"oklch(0.491 0.27 292.581)",800:"oklch(0.432 0.232 292.759)",900:"oklch(0.38 0.189 293.745)",950:"oklch(0.283 0.141 291.089)"},white:"#fff",yellow:{50:"oklch(0.987 0.026 102.212)",100:"oklch(0.973 0.071 103.193)",200:"oklch(0.945 0.129 101.54)",300:"oklch(0.905 0.182 98.111)",400:"oklch(0.852 0.199 91.936)",500:"oklch(0.795 0.184 86.047)",600:"oklch(0.681 0.162 75.834)",700:"oklch(0.554 0.135 66.442)",800:"oklch(0.476 0.114 61.907)",900:"oklch(0.421 0.095 57.708)",950:"oklch(0.286 0.066 53.813)"},zinc:{50:"oklch(0.985 0 0)",100:"oklch(0.967 0.001 286.375)",200:"oklch(0.92 0.004 286.32)",300:"oklch(0.871 0.006 286.286)",400:"oklch(0.705 0.015 286.067)",500:"oklch(0.552 0.016 285.938)",600:"oklch(0.442 0.017 285.786)",700:"oklch(0.37 0.013 285.805)",800:"oklch(0.274 0.006 286.033)",900:"oklch(0.21 0.006 285.885)",950:"oklch(0.141 0.005 285.823)"}},v0={text:{"text-red":{css:{color:`light-dark(${j.red[600]}, ${j.red[400]})`},label:"Red"},"text-orange":{css:{color:`light-dark(${j.orange[600]}, ${j.orange[400]})`},label:"Orange"},"text-yellow":{css:{color:`light-dark(${j.yellow[700]}, ${j.yellow[300]})`},label:"Yellow"},"text-green":{css:{color:`light-dark(${j.green[700]}, ${j.green[400]})`},label:"Green"},"text-blue":{css:{color:`light-dark(${j.blue[600]}, ${j.blue[400]})`},label:"Blue"},"text-purple":{css:{color:`light-dark(${j.purple[600]}, ${j.purple[400]})`},label:"Purple"},"text-pink":{css:{color:`light-dark(${j.pink[600]}, ${j.pink[400]})`},label:"Pink"}},background:{"bg-red":{css:{"background-color":`light-dark(${j.red[400]}, ${j.red[600]})`},label:"Red"},"bg-orange":{css:{"background-color":`light-dark(${j.orange[400]}, ${j.orange[600]})`},label:"Orange"},"bg-yellow":{css:{"background-color":`light-dark(${j.yellow[300]}, ${j.yellow[700]})`},label:"Yellow"},"bg-green":{css:{"background-color":`light-dark(${j.green[400]}, ${j.green[700]})`},label:"Green"},"bg-blue":{css:{"background-color":`light-dark(${j.blue[400]}, ${j.blue[600]})`},label:"Blue"},"bg-purple":{css:{"background-color":`light-dark(${j.purple[400]}, ${j.purple[600]})`},label:"Purple"},"bg-pink":{css:{"background-color":`light-dark(${j.pink[400]}, ${j.pink[600]})`},label:"Pink"}}};import{$isNodeSelection as b1}from"lexical";import{jsx as Ot,jsxs as M0}from"react/jsx-runtime";import"react";var Tr=()=>M0("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Ot("g",{clipPath:"url(#clip0_4397_10817)",children:Ot("path",{d:"M7.75 12.25L15.25 4.75M15.25 4.75H11.5M15.25 4.75V8.5M13 11.5V13.75C13 14.5784 12.3284 15.25 11.5 15.25H6.25C5.42157 15.25 4.75 14.5784 4.75 13.75V8.5C4.75 7.67157 5.42157 7 6.25 7H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})}),Ot("defs",{children:Ot("clipPath",{id:"clip0_4397_10817",children:Ot("rect",{fill:"currentColor",height:"12",transform:"translate(4 4)",width:"12"})})})]});import{jsx as F0}from"react/jsx-runtime";import{$applyNodeReplacement as P0}from"lexical";import*as Ss from"react";import{DecoratorBlockNode as D0}from"@lexical/react/LexicalDecoratorBlockNode.js";import{addClassNamesToElement as $0}from"@lexical/utils";import{$applyNodeReplacement as O0}from"lexical";function A0(t){let e=t.getAttribute("data-lexical-relationship-id"),o=t.getAttribute("data-lexical-relationship-relationTo");return e!=null&&o!=null?{node:ws({relationTo:o,value:e})}:null}var At=class extends D0{__data;constructor({data:e,format:o,key:r}){super(o,r),this.__data=e}static clone(e){return new this({data:e.__data,format:e.__format,key:e.__key})}static getType(){return"relationship"}static importDOM(){return{div:e=>!e.hasAttribute("data-lexical-relationship-relationTo")||!e.hasAttribute("data-lexical-relationship-id")?null:{conversion:A0,priority:2}}}static importJSON(e){e.version===1&&e?.value?.id&&(e.value=e.value.id);let o={relationTo:e.relationTo,value:e.value},r=ws(o);return r.setFormat(e.format),r}static isInline(){return!1}createDOM(e){let o=document.createElement("div");return $0(o,e?.theme?.relationship),o}decorate(e,o){return null}exportDOM(){let e=document.createElement("div");e.setAttribute("data-lexical-relationship-id",String(typeof this.__data?.value=="object"?this.__data?.value?.id:this.__data?.value)),e.setAttribute("data-lexical-relationship-relationTo",this.__data?.relationTo);let o=document.createTextNode(this.getTextContent());return e.append(o),{element:e}}exportJSON(){return{...super.exportJSON(),...this.getData(),type:"relationship",version:2}}getData(){return this.getLatest().__data}getTextContent(){return`${this.__data?.relationTo} relation to ${typeof this.__data?.value=="object"?this.__data?.value?.id:this.__data?.value}`}setData(e){let o=this.getWritable();o.__data=e}};function ws(t){return O0(new At({data:t}))}var B0=Ss.lazy(()=>import("./RelationshipComponent-BG3DPV3T.js").then(t=>({default:t.RelationshipComponent})));function j0(t){let e=t.getAttribute("data-lexical-relationship-id"),o=t.getAttribute("data-lexical-relationship-relationTo");return e!=null&&o!=null?{node:He({relationTo:o,value:e})}:null}var Ee=class extends At{static clone(e){return super.clone(e)}static getType(){return super.getType()}static importDOM(){return{div:e=>!e.hasAttribute("data-lexical-relationship-relationTo")||!e.hasAttribute("data-lexical-relationship-id")?null:{conversion:j0,priority:2}}}static importJSON(e){e.version===1&&e?.value?.id&&(e.value=e.value.id);let o={relationTo:e.relationTo,value:e.value},r=He(o);return r.setFormat(e.format),r}decorate(e,o){return F0(B0,{className:o.theme.relationship??"LexicalEditorTheme__relationship",data:this.__data,format:this.__format,nodeKey:this.getKey()})}exportJSON(){return super.exportJSON()}};function He(t){return P0(new Ee({data:t}))}function wr(t){return t instanceof Ee}import{c as s1}from"react/compiler-runtime";import{jsx as a1}from"react/jsx-runtime";import{useLexicalComposerContext as c1}from"@lexical/react/LexicalComposerContext.js";import{$insertNodeToNearestRoot as u1}from"@lexical/utils";import{$getPreviousSelection as d1,$getSelection as m1,$isParagraphNode as p1,$isRangeSelection as f1,COMMAND_PRIORITY_EDITOR as h1,createCommand as g1}from"lexical";import{useEffect as x1}from"react";import{c as Ls}from"react/compiler-runtime";import{jsx as Sr}from"react/jsx-runtime";import{useLexicalComposerContext as ys}from"@lexical/react/LexicalComposerContext.js";import{toast as q0}from"@payloadcms/ui";import{$getNodeByKey as Q0,COMMAND_PRIORITY_EDITOR as Rs}from"lexical";import{useEffect as Is,useState as e1}from"react";import{c as H0}from"react/compiler-runtime";import{jsx as U0}from"react/jsx-runtime";import{useLexicalComposerContext as W0}from"@lexical/react/LexicalComposerContext";import{useListDrawer as G0,useModal as V0}from"@payloadcms/ui";import{$getNodeByKey as Es,$getPreviousSelection as K0,$getRoot as J0,$getSelection as z0,$isRangeSelection as X0,$setSelection as Z0}from"lexical";import{useEffect as Y0,useState as Ns}from"react";var Ft=t=>{let e=H0(23),[o]=W0(),[r,n]=Ns(null),[l,s]=Ns(!1),[i,d,c]=G0(t),{closeDrawer:u,drawerSlug:a,isDrawerOpen:m,openDrawer:p}=c,{modalState:h}=V0(),f;e[0]===Symbol.for("react.memo_cache_sentinel")?(f=()=>{let I=z0()??K0();n(I)},e[0]=f):f=e[0];let x=f,_;e[1]!==o||e[2]!==r?(_=()=>{r&&o.update(()=>{if(X0(r)){let{anchor:I,focus:D}=r;Es(I.key)&&Es(D.key)&&Z0(r.clone())}else J0().selectEnd()},{discrete:!0,skipTransforms:!0})},e[1]=o,e[2]=r,e[3]=_):_=e[3];let S=_,y;e[4]!==u?(y=()=>{u()},e[4]=u,e[5]=y):y=e[5];let k=y,C,g;e[6]!==a||e[7]!==h||e[8]!==S||e[9]!==l?(C=()=>{if(!l)return;let I=h[a];I&&!I?.isOpen&&(s(!1),setTimeout(()=>{S()},1))},g=[h,a,S,l],e[6]=a,e[7]=h,e[8]=S,e[9]=l,e[10]=C,e[11]=g):(C=e[10],g=e[11]),Y0(C,g);let b;e[12]!==d?(b=I=>U0(d,{...I,onClick:()=>{x()}}),e[12]=d,e[13]=b):b=e[13];let w;e[14]!==p?(w=()=>{x(),p(),s(!0)},e[14]=p,e[15]=w):w=e[15];let R;return e[16]!==i||e[17]!==k||e[18]!==m||e[19]!==a||e[20]!==b||e[21]!==w?(R={closeListDrawer:k,isListDrawerOpen:m,ListDrawer:i,listDrawerSlug:a,ListDrawerToggler:b,openListDrawer:w},e[16]=i,e[17]=k,e[18]=m,e[19]=a,e[20]=b,e[21]=w,e[22]=R):R=e[22],R};var t1=({editor:t,relationTo:e,replaceNodeKey:o,value:r})=>{o?t.update(()=>{let n=Q0(o);n&&n.replace(He({relationTo:e,value:r}))}):t.dispatchCommand(Er,{relationTo:e,value:r})},o1=t=>{let e=Ls(14),{enabledCollectionSlugs:o}=t,[r]=ys(),[n,l]=e1(null),s=o?.[0],i;e[0]!==o||e[1]!==s?(i={collectionSlugs:o,selectedCollection:s},e[0]=o,e[1]=s,e[2]=i):i=e[2];let{closeListDrawer:d,ListDrawer:c,openListDrawer:u}=Ft(i),a,m;e[3]!==r||e[4]!==u?(a=()=>r.registerCommand(Ke,x=>(l(x?.replace?x?.replace.nodeKey:null),u(),!0),Rs),m=[r,u],e[3]=r,e[4]=u,e[5]=a,e[6]=m):(a=e[5],m=e[6]),Is(a,m);let p;e[7]!==d||e[8]!==r||e[9]!==n?(p=x=>{let{collectionSlug:_,doc:S}=x;t1({editor:r,relationTo:_,replaceNodeKey:n,value:S.id}),d()},e[7]=d,e[8]=r,e[9]=n,e[10]=p):p=e[10];let h=p,f;return e[11]!==c||e[12]!==h?(f=Sr(c,{onSelect:h}),e[11]=c,e[12]=h,e[13]=f):f=e[13],f},r1=()=>{let t=Ls(3),[e]=ys(),o,r;return t[0]!==e?(o=()=>e.registerCommand(Ke,n1,Rs),r=[e],t[0]=e,t[1]=o,t[2]=r):(o=t[1],r=t[2]),Is(o,r),null},vs=({enabledCollectionSlugs:t})=>t?.length?Sr(o1,{enabledCollectionSlugs:t}):Sr(r1,{});function n1(){return q0.error("No relationship collections enabled"),!0}import{useConfig as l1,useEntityVisibility as i1}from"@payloadcms/ui";import*as Ms from"react";var ho=t=>{let{collectionSlugsBlacklist:e,collectionSlugsWhitelist:o,uploads:r=!1}=t||{},{config:{collections:n}}=l1(),{visibleEntities:l}=i1();return Ms.useMemo(()=>{let i=[],d=[],c=o?new Set(o):null,u=e?new Set(e):null;for(let a of n){let{slug:m,admin:{enableRichTextRelationship:p},upload:h}=a;if(l?.collections.includes(m)){if(r){if(!p||!h)continue}else if(h||!p)continue;c&&!c.has(m)||u&&u.has(m)||(i.push(m),d.push(a))}}return{enabledCollections:d,enabledCollectionSlugs:i}},[n,l,r,o,e])};var Er=g1("INSERT_RELATIONSHIP_COMMAND"),Ds=t=>{let e=s1(8),{clientProps:o}=t,[r]=c1(),n=o?.disabledCollections,l=o?.enabledCollections,s;e[0]!==n||e[1]!==l?(s={collectionSlugsBlacklist:n,collectionSlugsWhitelist:l},e[0]=n,e[1]=l,e[2]=s):s=e[2];let{enabledCollectionSlugs:i}=ho(s),d,c;e[3]!==r?(d=()=>{if(!r.hasNodes([Ee]))throw new Error("RelationshipPlugin: RelationshipNode not registered on editor");return r.registerCommand(Er,C1,h1)},c=[r],e[3]=r,e[4]=d,e[5]=c):(d=e[4],c=e[5]),x1(d,c);let u;return e[6]!==i?(u=a1(vs,{enabledCollectionSlugs:i}),e[6]=i,e[7]=u):u=e[7],u};function C1(t){let e=m1()||d1();if(f1(e)){let o=He(t),{focus:r}=e,n=r.getNode();u1(o),p1(n)&&!n.__first&&n.remove()}return!0}var k1=M({nodes:[Ee],plugins:[{Component:Ds,position:"normal"}],slashMenu:{groups:[z([{Icon:Tr,key:"relationship",keywords:["relationship","relation","rel"],label:({i18n:t})=>t.t("lexical:relationship:label"),onSelect:({editor:t})=>{t.dispatchCommand(Ke,{replace:!1})}}])]},toolbarFixed:{groups:[be([{ChildComponent:Tr,isActive:({selection:t})=>{if(!b1(t)||!t.getNodes().length)return!1;let e=t.getNodes()[0];return wr(e)},key:"relationship",label:({i18n:t})=>t.t("lexical:relationship:label"),onSelect:({editor:t})=>{t.dispatchCommand(Ke,{replace:!1})}}])]}});import{c as V1}from"react/compiler-runtime";import{jsx as ue,jsxs as K1}from"react/jsx-runtime";import{useLexicalComposerContext as J1}from"@lexical/react/LexicalComposerContext.js";import{useLexicalEditable as Us}from"@lexical/react/useLexicalEditable";import{useScrollInfo as z1,useThrottledEffect as X1,useTranslation as Z1}from"@payloadcms/ui";import*as bo from"react";import{useMemo as Rr}from"react";import{c as _1}from"react/compiler-runtime";import{jsx as T1}from"react/jsx-runtime";import{$addUpdateTag as w1}from"lexical";import"react";var $s="toolbar-popup__button",Pt=t=>{let e=_1(14),{active:o,children:r,editor:n,enabled:l,item:s}=t,i=o===void 0?!1:o,d=l===void 0?!0:l,c=d?"":"disabled",u=i?"active":"",a=s.key?`${$s}-${s.key}`:"",m;e[0]!==c||e[1]!==u||e[2]!==a?(m=[$s,c,u,a].filter(Boolean),e[0]=c,e[1]=u,e[2]=a,e[3]=m):m=e[3];let p=m.join(" "),h;e[4]!==i||e[5]!==n||e[6]!==d||e[7]!==s?(h=()=>{d&&n.focus(()=>{n.update(S1),s.onSelect?.({editor:n,isActive:i})})},e[4]=i,e[5]=n,e[6]=d,e[7]=s,e[8]=h):h=e[8];let f=h,x=E1,_;return e[9]!==r||e[10]!==p||e[11]!==f||e[12]!==s.key?(_=T1("button",{className:p,"data-button-key":s.key,onClick:f,onMouseDown:x,type:"button",children:r}),e[9]=r,e[10]=p,e[11]=f,e[12]=s.key,e[13]=_):_=e[13],_};function S1(){w1("toolbar")}function E1(t){t.preventDefault()}import{c as M1}from"react/compiler-runtime";import{jsx as nt}from"react/jsx-runtime";import D1,{useMemo as $1}from"react";import{useTranslation as O1}from"@payloadcms/ui";import{jsx as ve,jsxs as Os}from"react/jsx-runtime";import{Button as N1}from"@payloadcms/ui";import{$addUpdateTag as L1,isDOMNode as y1}from"lexical";import go,{useCallback as R1,useEffect as xo,useMemo as Fs,useRef as Nr,useState as Lr}from"react";import{createPortal as I1}from"react-dom";var As="toolbar-popup__dropdown-item",Ps=go.createContext(null);function Bs({active:t,children:e,editor:o,enabled:r,Icon:n,item:l,itemKey:s,tooltip:i}){let d=Fs(()=>[As,r===!1?"disabled":"",t?"active":"",l?.key?`${As}-${l.key}`:""].filter(Boolean).join(" "),[r,t,l.key]),c=Nr(null),u=go.use(Ps);if(u===null)throw new Error("DropDownItem must be used within a DropDown");let{registerItem:a}=u;return xo(()=>{c?.current!=null&&a(c)},[c,a]),ve(N1,{"aria-label":i,buttonStyle:"none",className:d,disabled:r===!1,extraButtonProps:{"data-item-key":s},icon:n,iconPosition:"left",iconStyle:"none",onClick:()=>{r!==!1&&o.focus(()=>{o.update(()=>{L1("toolbar")}),l.onSelect?.({editor:o,isActive:t})})},onMouseDown:m=>{m.preventDefault()},ref:c,tooltip:i,type:"button",children:e})}function v1({children:t,dropDownRef:e,itemsContainerClassNames:o,onClose:r}){let[n,l]=Lr(),[s,i]=Lr(),d=R1(a=>{l(m=>m!=null?[...m,a]:[a])},[l]),c=a=>{if(n==null)return;let{key:m}=a;["ArrowDown","ArrowUp","Escape","Tab"].includes(m)&&a.preventDefault(),m==="Escape"||m==="Tab"?r():m==="ArrowUp"?i(p=>{if(p==null)return n[0];let h=n.indexOf(p)-1;return n[h===-1?n.length-1:h]}):m==="ArrowDown"&&i(p=>p==null?n[0]:n[n.indexOf(p)+1])},u=Fs(()=>({registerItem:d}),[d]);return xo(()=>{n!=null&&s==null&&i(n[0]),s!=null&&s?.current!=null&&s.current.focus()},[n,s]),ve(Ps,{value:u,children:ve("div",{className:(o??["toolbar-popup__dropdown-items"]).join(" "),onKeyDown:c,ref:e,children:t})})}function js({buttonAriaLabel:t,buttonClassName:e,children:o,disabled:r=!1,dropdownKey:n,Icon:l,itemsContainerClassNames:s,label:i,stopCloseOnClickSelf:d}){let c=Nr(null),u=Nr(null),[a,m]=Lr(!1),p=()=>{m(!1),u?.current!=null&&u.current.focus()};xo(()=>{let f=u.current,x=c.current;if(a&&f!==null&&x!==null){let{left:_,top:S}=f.getBoundingClientRect(),y=window.scrollY||document.documentElement.scrollTop;x.style.top=`${S+y+f.offsetHeight+5}px`,x.style.left=`${Math.min(_-5,window.innerWidth-x.offsetWidth-20)}px`}},[c,u,a]),xo(()=>{let f=u.current;if(f!==null&&a){let x=_=>{let S=_.target;y1(S)&&(d&&c.current&&c.current.contains(S)||f.contains(S)||m(!1))};return document.addEventListener("click",x),()=>{document.removeEventListener("click",x)}}},[c,u,a,d]);let h=I1(ve(v1,{dropDownRef:c,itemsContainerClassNames:s,onClose:p,children:o}),document.body);return Os(go.Fragment,{children:[Os("button",{"aria-label":t,className:e+(a?" active":""),"data-dropdown-key":n,disabled:r,onClick:f=>{f.preventDefault(),m(!a)},onMouseDown:f=>{f.preventDefault()},ref:u,type:"button",children:[l&&ve(l,{}),i&&ve("span",{className:"toolbar-popup__dropdown-label",children:i}),ve("i",{className:"toolbar-popup__dropdown-caret"})]}),a&&ve(go.Fragment,{children:h})]})}var yr="toolbar-popup__dropdown",A1=t=>{let e=M1(14),{active:o,anchorElem:r,editor:n,enabled:l,item:s}=t,{i18n:i}=O1(),{fieldProps:d}=U(),{featureClientSchemaMap:c,schemaPath:u}=d;if(s.Component){let m;return e[0]!==o||e[1]!==r||e[2]!==n||e[3]!==l||e[4]!==s?(m=s?.Component&&nt(s.Component,{active:o,anchorElem:r,editor:n,enabled:l,item:s},s.key),e[0]=o,e[1]=r,e[2]=n,e[3]=l,e[4]=s,e[5]=m):m=e[5],m}let a;if(e[6]!==o||e[7]!==n||e[8]!==l||e[9]!==c||e[10]!==i||e[11]!==s||e[12]!==u){let m=s.key,p;s.label&&(m=typeof s.label=="function"?s.label({featureClientSchemaMap:c,i18n:i,schemaPath:u}):s.label),m.length>25?p=m.substring(0,25)+"...":p=m,a=nt(Bs,{active:o,editor:n,enabled:l,Icon:s?.ChildComponent?nt(s.ChildComponent,{}):void 0,item:s,itemKey:s.key,tooltip:m,children:nt("span",{className:"text",children:p})},s.key),e[6]=o,e[7]=n,e[8]=l,e[9]=c,e[10]=i,e[11]=s,e[12]=u,e[13]=a}else a=e[13];return a},F1=D1.memo(A1),Bt=({anchorElem:t,classNames:e,editor:o,group:r,groupState:n,Icon:l,itemsContainerClassNames:s,label:i})=>{let{items:d,key:c}=r,u=$1(()=>d?.length?d.map(a=>nt(F1,{active:n.activeItemKeys.includes(a.key),anchorElem:t,editor:o,enabled:n.enabledItemKeys.includes(a.key),item:a},a.key)):null,[d,n.activeItemKeys,n.enabledItemKeys,t,o]);return nt(js,{buttonAriaLabel:`${c} dropdown`,buttonClassName:[yr,`${yr}-${c}`,...e||[]].filter(Boolean).join(" "),disabled:!n.enabledGroup,dropdownKey:c,Icon:l,itemsContainerClassNames:[`${yr}-items`,...s||[]],label:i,children:u},c)};import{mergeRegister as P1}from"@lexical/utils";import{$getSelection as B1}from"lexical";import{useCallback as j1,useDeferredValue as H1,useEffect as U1,useRef as Hs,useState as W1}from"react";function G1(t){let e=new Map,o=new Map;if(!t?.length)return{groupStates:o,itemStates:e};for(let r of t){let n=[];for(let l of r.items)e.set(l.key,{active:!1,enabled:!0}),n.push(l.key);o.set(r.key,{activeItemKeys:[],activeItems:[],enabledGroup:!0,enabledItemKeys:n})}return{groupStates:o,itemStates:e}}function Co(t,e){let[o,r]=W1(()=>G1(e)),n=H1(o),l=U(),s=Hs(l);s.current=l;let i=Hs(e);i.current=e;let d=ln(),c=j1(()=>{t.getEditorState().read(()=>{let u=B1();if(!u)return;let a=i.current;if(!a?.length)return;let m=s.current,p=new Map,h=new Map;for(let f of a){let x=[],_=[],S=[],y=f.type==="dropdown"?f.maxActiveItems??1:void 0;for(let C of f.items){let g=C.isActive?(!y||x.length<y)&&C.isActive({editor:t,editorConfigContext:m,selection:u}):!1,b=C.isEnabled?C.isEnabled({editor:t,editorConfigContext:m,selection:u}):!0;g&&(x.push(C.key),_.push(C)),b&&S.push(C.key),p.set(C.key,{active:g,enabled:b})}let k=f.type==="dropdown"&&f.isEnabled?f.isEnabled({editor:t,editorConfigContext:m,selection:u}):!0;h.set(f.key,{activeItemKeys:x,activeItems:_,enabledGroup:k,enabledItemKeys:S})}r({groupStates:h,itemStates:p})})},[t]);return U1(()=>{d(c);let u=()=>d(c),a=P1(t.registerUpdateListener(u));return document.addEventListener("mouseup",u),()=>{a(),document.removeEventListener("mouseup",u)}},[t,d,c]),n}function Y1({active:t,anchorElem:e,editor:o,enabled:r,item:n}){return n.Component?n?.Component&&ue(n.Component,{anchorElem:e,editor:o,item:n},n.key):n.ChildComponent?ue(Pt,{active:t,editor:o,enabled:r,item:n,children:ue(n.ChildComponent,{})},n.key):null}function q1({anchorElem:t,editor:e,editorConfig:o,group:r,index:n,toolbarStates:l}){let{i18n:s}=Z1(),{fieldProps:{featureClientSchemaMap:i,schemaPath:d}}=U(),c=l.groupStates.get(r.key),u=Rr(()=>{if(r.type!=="dropdown")return;let m=c?.activeItems?.[0];return m?m.ChildComponent:r.ChildComponent},[r,c?.activeItems]),a=Rr(()=>{if(r.type!=="dropdown")return;let m=c?.activeItems;if(!m?.length)return;if(m.length>1)return s.t("lexical:general:toolbarItemsActive",{count:m.length});let p=m[0],h=p.key;return p.label&&(h=typeof p.label=="function"?p.label({featureClientSchemaMap:i,i18n:s,schemaPath:d}):p.label),h.length>25&&(h=h.substring(0,25)+"..."),h},[r,c?.activeItems,s,i,d]);return K1("div",{className:`fixed-toolbar__group fixed-toolbar__group-${r.key}`,"data-toolbar-group-key":r.key,children:[r.type==="dropdown"&&r.items.length&&c?ue(Bt,{anchorElem:t,editor:e,group:r,groupState:c,Icon:u,itemsContainerClassNames:["fixed-toolbar__dropdown-items"],label:a}):null,r.type==="buttons"&&r.items.length?r.items.map(m=>{let p=l.itemStates.get(m.key);return ue(Y1,{active:p?.active??!1,anchorElem:t,editor:e,enabled:p?.enabled??!0,item:m},m.key)}):null,n<o.features.toolbarFixed?.groups.length-1&&ue("div",{className:"divider"})]},r.key)}function Q1({anchorElem:t,clientProps:e,editor:o,editorConfig:r,parentWithFixedToolbar:n}){let l=bo.useRef(null),s=Us(),{y:i}=z1(),d=Co(o,r?.features?.toolbarFixed?.groups),c=Rr(()=>{if(!n||e?.disableIfParentHasFixedToolbar)return null;let a=n.editorContainerRef.current.previousElementSibling;for(;a;){if(a.classList.contains("fixed-toolbar"))return a;a=a.previousElementSibling}return null},[e?.disableIfParentHasFixedToolbar,n]);return X1(()=>{if(!c)return;let u=l.current;if(!u)return;let a=u.getBoundingClientRect(),m=c.getBoundingClientRect();if(!(a.bottom<m.top||a.top>m.bottom))u.classList.remove("fixed-toolbar"),u.classList.add("fixed-toolbar","fixed-toolbar--overlapping"),c.classList.remove("fixed-toolbar"),c.classList.add("fixed-toolbar","fixed-toolbar--hide");else{if(!u.classList.contains("fixed-toolbar--overlapping"))return;u.classList.remove("fixed-toolbar--overlapping"),u.classList.add("fixed-toolbar"),c.classList.remove("fixed-toolbar--hide"),c.classList.add("fixed-toolbar")}},50,[l,c,i]),ue("div",{className:"fixed-toolbar",onFocus:u=>{u.stopPropagation()},ref:l,children:s&&ue(bo.Fragment,{children:r?.features&&r.features?.toolbarFixed?.groups.map((u,a)=>ue(q1,{anchorElem:t,editor:o,editorConfig:r,group:u,index:a,toolbarStates:d},u.key))})})}var Ws=t=>{if(t.parentEditor?.editorConfig){if(t.parentEditor?.editorConfig.resolvedFeatureMap.has("toolbarFixed"))return t.parentEditor;if(t.parentEditor)return Ws(t.parentEditor)}return!1},Gs=t=>{let e=V1(6),{clientProps:o}=t,[r]=J1(),n=U();if(!Us())return null;let{editorConfig:s}=n,i=o.applyToFocusedEditor&&n.focusedEditor?.editor||r,d=o.applyToFocusedEditor&&n.focusedEditor?.editorConfig||s,c,u;if(e[0]!==o||e[1]!==i||e[2]!==d||e[3]!==n){u=Symbol.for("react.early_return_sentinel");e:{let a=Ws(n);if(o?.disableIfParentHasFixedToolbar&&a){u=null;break e}if(!d?.features?.toolbarFixed?.groups?.length){u=null;break e}c=ue(Q1,{anchorElem:document.body,clientProps:o,editor:i,editorConfig:d,parentWithFixedToolbar:a})}e[0]=o,e[1]=i,e[2]=d,e[3]=n,e[4]=c,e[5]=u}else c=e[4],u=e[5];return u!==Symbol.for("react.early_return_sentinel")?u:c};var eh=M({plugins:[{Component:Gs,position:"aboveContainer"}]});import{c as th}from"react/compiler-runtime";import{jsx as Ne,jsxs as Js}from"react/jsx-runtime";import{useLexicalComposerContext as oh}from"@lexical/react/LexicalComposerContext.js";import{useLexicalEditable as rh}from"@lexical/react/useLexicalEditable";import{mergeRegister as zs}from"@lexical/utils";import{$getSelection as Xs,$isRangeSelection as Vs,$isTextNode as nh,COMMAND_PRIORITY_LOW as lh,getDOMSelection as Zs,SELECTION_CHANGE_COMMAND as ih}from"lexical";import{useCallback as _o,useEffect as jt,useMemo as sh,useRef as Ks,useState as ah}from"react";import"react";import{createPortal as ch}from"react-dom";function Ir(t,e){let o=t.getRangeAt(0),r;if(t.anchorNode===e){let n=e;for(;n.firstElementChild!=null;)n=n.firstElementChild;r=n.getBoundingClientRect()}else r=o.getBoundingClientRect();return r}function ko(t){let{alwaysDisplayOnTop:e=!1,anchorElem:o,anchorFlippedOffset:r=0,floatingElem:n,horizontalOffset:l=32,horizontalPosition:s="left",specialHandlingForCaret:i=!1,targetRect:d,verticalGap:c=10}=t,u=o.parentElement;if(d===null||u==null){n.style.opacity="0",n.style.transform="translate(-10000px, -10000px)";return}let a=n.getBoundingClientRect(),m=o.getBoundingClientRect(),p=u.getBoundingClientRect(),h=d.top-a.height-c,f=d.left-l;s==="center"&&(f=d.left+d.width/2-a.width/2);let x=0;return!e&&h<p.top&&!i&&(x=a.height+d.height+c*2,h+=x),s==="center"?f+a.width>p.right?f=p.right-a.width-l:f<p.left&&(f=p.left+l):f+a.width>p.right&&(f=p.right-a.width-l),f-=m.left,n.style.opacity="1",i&&r!==0?(h-=m.bottom-r+a.height-3,n.style.transform=`translate(${f}px, ${h}px) rotate(180deg)`):(h-=m.top,n.style.transform=`translate(${f}px, ${h}px)`),x}function uh({active:t,anchorElem:e,editor:o,enabled:r,item:n}){return n.Component?n?.Component&&Ne(n.Component,{anchorElem:e,editor:o,item:n},n.key):n.ChildComponent?Ne(Pt,{active:t,editor:o,enabled:r,item:n,children:Ne(n.ChildComponent,{})},n.key):null}function dh({anchorElem:t,editor:e,group:o,index:r,toolbarStates:n}){let{editorConfig:l}=U(),s=n.groupStates.get(o.key),i=sh(()=>o.type!=="dropdown"?void 0:s?.activeItems?.[0]?.ChildComponent??o.ChildComponent,[o,s?.activeItems]);return Js("div",{className:`inline-toolbar-popup__group inline-toolbar-popup__group-${o.key}`,"data-toolbar-group-key":o.key,children:[o.type==="dropdown"&&o.items.length&&s?Ne(Bt,{anchorElem:t,editor:e,group:o,groupState:s,Icon:i}):null,o.type==="buttons"&&o.items.length?o.items.map(d=>{let c=n.itemStates.get(d.key);return Ne(uh,{active:c?.active??!1,anchorElem:t,editor:e,enabled:c?.enabled??!0,item:d},d.key)}):null,r<l.features.toolbarInline?.groups.length-1&&Ne("div",{className:"divider"})]},o.key)}function mh({anchorElem:t,editor:e}){let o=Ks(null),r=Ks(null),{editorConfig:n}=U(),l=Co(e,n?.features?.toolbarInline?.groups),s=_o(()=>{if(o?.current){let u=o.current.style.opacity==="0",a=o.current.style.pointerEvents==="none";u||(o.current.style.opacity="0"),a||(o.current.style.pointerEvents="none")}},[o]),i=_o(u=>{if(o?.current&&(u.buttons===1||u.buttons===3)){let a=o.current.style.opacity==="0",m=o.current.style.pointerEvents==="none";if(!a||!m){let p=u.clientX,h=u.clientY,f=document.elementFromPoint(p,h);o.current.contains(f)||s()}}},[s]),d=_o(()=>{o?.current&&(o.current.style.opacity!=="1"&&(o.current.style.opacity="1"),o.current.style.pointerEvents!=="auto"&&(o.current.style.pointerEvents="auto"))},[]);jt(()=>(document.addEventListener("mousemove",i),document.addEventListener("mouseup",d),()=>{document.removeEventListener("mousemove",i),document.removeEventListener("mouseup",d)}),[o,i,d]);let c=_o(()=>{let u=Xs(),a=Zs(e._window);if(o.current===null)return;let m=t.querySelector(":scope > .link-editor"),p=m!==null&&"style"in m&&m?.style?.opacity==="1",h=e.getRootElement();if(u!==null&&a!==null&&!a.isCollapsed&&h!==null&&h.contains(a.anchorNode)){let f=Ir(a,h),x=ko({alwaysDisplayOnTop:p,anchorElem:t,floatingElem:o.current,horizontalPosition:"center",targetRect:f});r.current&&ko({anchorElem:o.current,anchorFlippedOffset:x,floatingElem:r.current,horizontalOffset:5,horizontalPosition:"center",specialHandlingForCaret:!0,targetRect:f,verticalGap:8})}else s()},[e,s,t]);return jt(()=>{let u=t.parentElement,a=()=>{e.getEditorState().read(()=>{c()})};return window.addEventListener("resize",a),u&&u.addEventListener("scroll",a),()=>{window.removeEventListener("resize",a),u&&u.removeEventListener("scroll",a)}},[e,c,t]),jt(()=>(e.getEditorState().read(()=>{c()}),zs(e.registerUpdateListener(({editorState:u})=>{u.read(()=>{c()})}),e.registerCommand(ih,()=>(c(),!1),lh))),[e,c]),Js("div",{className:"inline-toolbar-popup",ref:o,children:[Ne("div",{className:"caret",ref:r}),n?.features&&n.features?.toolbarInline?.groups.map((u,a)=>Ne(dh,{anchorElem:t,editor:e,group:u,index:a,toolbarStates:l},u.key))]})}function ph(t,e){let o=th(12),[r,n]=ah(!1),l=rh(),s;o[0]!==t?(s=()=>{t.getEditorState().read(()=>{if(t.isComposing())return;let p=Xs(),h=Zs(t._window),f=t.getRootElement();if(h!==null&&(!Vs(p)||f===null||!f.contains(h.anchorNode))){n(!1);return}if(!Vs(p))return;if(p.getTextContent()!==""){let _=p.getNodes(),S=!1;for(let y of _)if(nh(y)){n(!0),S=!0;break}S||n(!1)}else n(!1);let x=p.getTextContent().replace(/\n/g,"");if(!p.isCollapsed()&&x===""){n(!1);return}})},o[0]=t,o[1]=s):s=o[1];let i=s,d,c;o[2]!==i?(d=()=>(document.addEventListener("selectionchange",i),document.addEventListener("mouseup",i),()=>{document.removeEventListener("selectionchange",i),document.removeEventListener("mouseup",i)}),c=[i],o[2]=i,o[3]=d,o[4]=c):(d=o[3],c=o[4]),jt(d,c);let u,a;if(o[5]!==t||o[6]!==i?(u=()=>zs(t.registerUpdateListener(()=>{i()}),t.registerRootListener(()=>{t.getRootElement()===null&&n(!1)})),a=[t,i],o[5]=t,o[6]=i,o[7]=u,o[8]=a):(u=o[7],a=o[8]),jt(u,a),!r||!l)return null;let m;return o[9]!==e||o[10]!==t?(m=ch(Ne(mh,{anchorElem:e,editor:t}),e),o[9]=e,o[10]=t,o[11]=m):m=o[11],m}var Ys=t=>{let{anchorElem:e}=t,[o]=oh();return ph(o,e)};var fh=M({plugins:[{Component:Ys,position:"floatingAnchorElem"}]});import{TableCellNode as rx,TableNode as nx,TableRowNode as lx}from"@lexical/table";import{jsx as qs}from"react/jsx-runtime";import"react";var vr=()=>qs("svg",{className:"icon",fill:"none",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:qs("path",{clipRule:"evenodd",d:"M5.33333 4.5C4.8731 4.5 4.5 4.8731 4.5 5.33333V7.5H9.5V4.5H5.33333ZM5.33333 3.5C4.32081 3.5 3.5 4.32081 3.5 5.33333V14.6667C3.5 15.6792 4.32081 16.5 5.33333 16.5H14.6667C15.6792 16.5 16.5 15.6792 16.5 14.6667V5.33333C16.5 4.32081 15.6792 3.5 14.6667 3.5H5.33333ZM10.5 4.5V7.5H15.5V5.33333C15.5 4.8731 15.1269 4.5 14.6667 4.5H10.5ZM15.5 8.5H10.5V11.5H15.5V8.5ZM15.5 12.5H10.5V15.5H14.6667C15.1269 15.5 15.5 15.1269 15.5 14.6667V12.5ZM9.5 15.5V12.5H4.5V14.6667C4.5 15.1269 4.8731 15.5 5.33333 15.5H9.5ZM4.5 11.5H9.5V8.5H4.5V11.5Z",fill:"currentColor",fillRule:"evenodd"})});import{$createTableCellNode as hh,$createTableNode as gh,$createTableRowNode as xh,$isTableCellNode as Qs,$isTableNode as Mr,$isTableRowNode as Dr,TableCellHeaderStates as To,TableCellNode as Ch,TableNode as bh,TableRowNode as kh}from"@lexical/table";import{$isParagraphNode as _h,$isTextNode as Th}from"lexical";var ta=/^\|(.+)\|\s?$/,wh=/^(\| ?:?-*:? ?)+\|\s?$/,oa=({allTransformers:t})=>({type:"element",dependencies:[bh,kh,Ch],export:e=>{if(!Mr(e))return null;let o=[];for(let r of e.getChildren()){let n=[];if(!Dr(r))continue;let l=!1;for(let s of r.getChildren())Qs(s)&&(n.push(Kt(t,s).replace(/\n/g,"\\n").trim()),s.__headerState===To.ROW&&(l=!0));o.push(`| ${n.join(" | ")} |`),l&&o.push(`| ${n.map(s=>"---").join(" | ")} |`)}return o.join(`
|
|
59
|
+
`)},regExp:ta,replace:(e,o,r)=>{let n=r[0];if(!n)return;if(wh.test(n)){let a=e.getPreviousSibling();if(!a||!Mr(a))return;let m=a.getChildren(),p=m[m.length-1];if(!p||!Dr(p))return;p.getChildren().forEach(h=>{Qs(h)&&h.setHeaderStyles(To.ROW,To.ROW)}),e.remove();return}let l=ea(n,t);if(l==null)return;let s=[l],i=e.getPreviousSibling(),d=l.length;for(;i&&!(!_h(i)||i.getChildrenSize()!==1);){let a=i.getFirstChild();if(!Th(a))break;let m=ea(a.getTextContent(),t);if(m==null)break;d=Math.max(d,m.length),s.unshift(m);let p=i.getPreviousSibling();i.remove(),i=p}let c=gh();for(let a of s){let m=xh();c.append(m);for(let p=0;p<d;p++)m.append(p<a.length?a[p]:ra("",t))}let u=e.getPreviousSibling();Mr(u)&&Sh(u)===d?(u.append(...c.getChildren()),e.remove()):e.replace(c),c.selectEnd()}});function Sh(t){let e=t.getFirstChild();return Dr(e)?e.getChildrenSize():0}var ra=(t,e)=>{t=t.replace(/\\n/g,`
|
|
60
|
+
`);let o=hh(To.NO_STATUS);return Vt(t,e,o),o},ea=(t,e)=>{let o=t.match(ta);return!o||!o[1]?null:o[1].split("|").map(r=>ra(r,e))};import{c as Nh}from"react/compiler-runtime";import{jsx as B,jsxs as Le}from"react/jsx-runtime";import{useLexicalComposerContext as aa}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as Lh}from"@lexical/react/useLexicalEditable";import{$computeTableMapSkipCellCheck as la,$deleteTableColumnAtSelection as yh,$deleteTableRowAtSelection as Rh,$getNodeTriplet as Ih,$getTableCellNodeFromLexicalNode as ia,$getTableColumnIndexFromTableCellNode as vh,$getTableNodeFromLexicalNodeOrThrow as De,$getTableRowIndexFromTableCellNode as Mh,$insertTableColumnAtSelection as Dh,$insertTableRowAtSelection as $h,$isTableCellNode as ca,$isTableSelection as Ht,$mergeCells as Oh,$unmergeCell as Ah,getTableElement as Or,getTableObserverFromTableElement as Ar,TableCellHeaderStates as Me,TableCellNode as Fh}from"@lexical/table";import{mergeRegister as Ph}from"@lexical/utils";import{useScrollInfo as Bh}from"@payloadcms/ui";import{$getSelection as So,$isElementNode as jh,$isRangeSelection as Fr,$isTextNode as Hh,$setSelection as Uh,COMMAND_PRIORITY_CRITICAL as Wh,getDOMSelection as Gh,isDOMNode as Vh,SELECTION_CHANGE_COMMAND as Kh}from"lexical";import*as Pr from"react";import{useCallback as se,useEffect as lt,useRef as wo,useState as it}from"react";import{createPortal as ua}from"react-dom";import{jsx as $r,jsxs as Eh}from"react/jsx-runtime";import"react";var na=()=>Eh("svg",{fill:"none",height:"18",viewBox:"0 0 20 20",width:"18",xmlns:"http://www.w3.org/2000/svg",children:[$r("path",{d:"M5 11C5.55228 11 6 10.5523 6 10C6 9.44772 5.55228 9 5 9C4.44772 9 4 9.44772 4 10C4 10.5523 4.44772 11 5 11Z",fill:"currentColor"}),$r("path",{d:"M10 11C10.5523 11 11 10.5523 11 10C11 9.44772 10.5523 9 10 9C9.44772 9 9 9.44772 9 10C9 10.5523 9.44772 11 10 11Z",fill:"currentColor"}),$r("path",{d:"M15 11C15.5523 11 16 10.5523 16 10C16 9.44772 15.5523 9 15 9C14.4477 9 14 9.44772 14 10C14 10.5523 14.4477 11 15 11Z",fill:"currentColor"})]});function sa(t){let e=t.getShape();return{columns:e.toX-e.fromX+1,rows:e.toY-e.fromY+1}}function Jh(){let t=So();if(Fr(t)&&!t.isCollapsed()||Ht(t)&&!t.anchor.is(t.focus)||!Fr(t)&&!Ht(t))return!1;let[e]=Ih(t.anchor);return e.__colSpan>1||e.__rowSpan>1}function zh(t){let e=t.getLastDescendant();Hh(e)?e.select():jh(e)?e.selectEnd():e!==null&&e.selectNext()}function Xh({cellMerge:t,contextRef:e,onClose:o,setIsMenuOpen:r,tableCellNode:n}){let[l]=aa(),s=wo(null),[i,d]=it(n),[c,u]=it({columns:1,rows:1}),[a,m]=it(!1),[p,h]=it(!1),{y:f}=Bh();lt(()=>l.registerMutationListener(Fh,T=>{T.get(i.getKey())==="updated"&&l.getEditorState().read(()=>{d(i.getLatest())})},{skipInitialization:!0}),[l,i]),lt(()=>{l.getEditorState().read(()=>{let T=So();if(Ht(T)){let L=sa(T);u(sa(T)),m(L.columns>1||L.rows>1)}h(Jh())})},[l]),lt(()=>{let T=e.current,L=s.current,N=l.getRootElement();if(T!=null&&L!=null&&N!=null){let v=N.getBoundingClientRect(),$=T.getBoundingClientRect();L.style.opacity="1";let O=L.getBoundingClientRect(),F=5,P=$.right+F;if(P+O.width>window.innerWidth||P+O.width>v.right){let Y=$.left-O.width-F;P=(Y<0?F:Y)+window.pageXOffset}L.style.left=`${P+window.pageXOffset}px`;let Z=$.top;if(Z+O.height>window.innerHeight){let Y=$.bottom-O.height;Z=Y<0?F:Y}L.style.top=`${Z}px`}},[e,s,l,f]),lt(()=>{function T(L){s.current!=null&&e.current!=null&&Vh(L.target)&&!s.current.contains(L.target)&&!e.current.contains(L.target)&&r(!1)}return window.addEventListener("click",T),()=>window.removeEventListener("click",T)},[r,e]);let x=se(()=>{l.update(()=>{if(i.isAttached()){let T=De(i),L=Or(T,l.getElementByKey(T.getKey()));if(L===null)throw new Error("Expected to find tableElement in DOM");let N=Ar(L);N!==null&&N.$clearHighlight(),T.markDirty(),d(i.getLatest())}Uh(null)})},[l,i]),_=()=>{l.update(()=>{let T=So();if(!Ht(T))return;let N=T.getNodes().filter(ca),v=Oh(N);v&&(zh(v),o())})},S=()=>{l.update(()=>{Ah()})},y=se(T=>{l.update(()=>{for(let L=0;L<c.rows;L++)$h(T);o()})},[l,o,c.rows]),k=se(T=>{l.update(()=>{for(let L=0;L<c.columns;L++)Dh(T);o()})},[l,o,c.columns]),C=se(()=>{l.update(()=>{Rh(),o()})},[l,o]),g=se(()=>{l.update(()=>{De(i).remove(),x(),o()})},[l,i,x,o]),b=se(()=>{l.update(()=>{yh(),o()})},[l,o]),w=se(()=>{l.update(()=>{let T=De(i),L=Mh(i),[N]=la(T,null,null),v=new Set,$=i.getHeaderStyles()^Me.ROW;if(N[L])for(let O=0;O<N[L].length;O++){let F=N[L][O];F?.cell&&(v.has(F.cell)||(v.add(F.cell),F.cell.setHeaderStyles($,Me.ROW)))}x(),o()})},[l,i,x,o]),R=se(()=>{l.update(()=>{let T=De(i),L=vh(i),[N]=la(T,null,null),v=new Set,$=i.getHeaderStyles()^Me.COLUMN;if(N)for(let O=0;O<N.length;O++){let F=N?.[O]?.[L];F?.cell&&(v.has(F.cell)||(v.add(F.cell),F.cell.setHeaderStyles($,Me.COLUMN)))}x(),o()})},[l,i,x,o]),I=se(()=>{l.update(()=>{if(i.isAttached()){let T=De(i);T&&T.setRowStriping(!T.getRowStriping())}x(),o()})},[l,i,x,o]),D=se(()=>{l.update(()=>{if(i.isAttached()){let T=De(i);T&&T.setFrozenColumns(T.getFrozenColumns()===0?1:0)}x(),o()})},[l,i,x,o]),E=null;return t&&(a?E=B("button",{className:"item","data-test-id":"table-merge-cells",onClick:()=>_(),type:"button",children:B("span",{className:"text",children:"Merge cells"})}):p&&(E=B("button",{className:"item","data-test-id":"table-unmerge-cells",onClick:()=>S(),type:"button",children:B("span",{className:"text",children:"Unmerge cells"})}))),ua(Le("div",{className:"table-action-menu-dropdown",onClick:T=>{T.stopPropagation()},ref:s,children:[E?Le(Pr.Fragment,{children:[E,B("hr",{})]}):null,B("button",{className:"item","data-test-id":"table-row-striping",onClick:()=>I(),type:"button",children:B("span",{className:"text",children:"Toggle Row Striping"})}),B("button",{className:"item","data-test-id":"table-freeze-first-column",onClick:()=>D(),type:"button",children:B("span",{className:"text",children:"Toggle First Column Freeze"})}),B("button",{className:"item","data-test-id":"table-insert-row-above",onClick:()=>y(!1),type:"button",children:Le("span",{className:"text",children:["Insert ",c.rows===1?"row":`${c.rows} rows`," above"]})}),B("button",{className:"item","data-test-id":"table-insert-row-below",onClick:()=>y(!0),type:"button",children:Le("span",{className:"text",children:["Insert ",c.rows===1?"row":`${c.rows} rows`," below"]})}),B("hr",{}),B("button",{className:"item","data-test-id":"table-insert-column-before",onClick:()=>k(!1),type:"button",children:Le("span",{className:"text",children:["Insert ",c.columns===1?"column":`${c.columns} columns`," ","left"]})}),B("button",{className:"item","data-test-id":"table-insert-column-after",onClick:()=>k(!0),type:"button",children:Le("span",{className:"text",children:["Insert ",c.columns===1?"column":`${c.columns} columns`," ","right"]})}),B("hr",{}),B("button",{className:"item","data-test-id":"table-delete-columns",onClick:()=>b(),type:"button",children:B("span",{className:"text",children:"Delete column"})}),B("button",{className:"item","data-test-id":"table-delete-rows",onClick:()=>C(),type:"button",children:B("span",{className:"text",children:"Delete row"})}),B("button",{className:"item","data-test-id":"table-delete",onClick:()=>g(),type:"button",children:B("span",{className:"text",children:"Delete table"})}),B("hr",{}),B("button",{className:"item","data-test-id":"table-row-header",onClick:()=>w(),type:"button",children:Le("span",{className:"text",children:[(i.__headerState&Me.ROW)===Me.ROW?"Remove":"Add"," ","row header"]})}),B("button",{className:"item","data-test-id":"table-column-header",onClick:()=>R(),type:"button",children:Le("span",{className:"text",children:[(i.__headerState&Me.COLUMN)===Me.COLUMN?"Remove":"Add"," ","column header"]})})]}),document.body)}function Zh({anchorElem:t,cellMerge:e}){let[o]=aa(),r=wo(null),n=wo(null),[l,s]=it(!1),[i,d]=it(null),c=se(()=>{let a=r.current,m=So(),p=Gh(o._window),h=document.activeElement;function f(){a&&(a.classList.remove("table-cell-action-button-container--active"),a.classList.add("table-cell-action-button-container--inactive")),d(null)}if(m==null||a==null)return f();let x=o.getRootElement(),_=null,S=null;if(Fr(m)&&x!==null&&p!==null&&x.contains(p.anchorNode)){let k=ia(m.anchor.getNode());if(k==null||(S=o.getElementByKey(k.getKey()),S==null||!k.isAttached()))return f();let C=De(k),g=Or(C,o.getElementByKey(C.getKey()));if(g===null)throw new Error("TableActionMenu: Expected to find tableElement in DOM");_=Ar(g),d(k)}else if(Ht(m)){let k=ia(m.anchor.getNode());if(!ca(k))throw new Error("TableSelection anchorNode must be a TableCellNode");let C=De(k),g=Or(C,o.getElementByKey(C.getKey()));if(g===null)throw new Error("TableActionMenu: Expected to find tableElement in DOM");_=Ar(g),S=o.getElementByKey(k.getKey())}else if(!h)return f();if(_===null||S===null)return f();let y=!_||!_.isSelecting;if(a.classList.toggle("table-cell-action-button-container--active",y),a.classList.toggle("table-cell-action-button-container--inactive",!y),y){let k=S.getBoundingClientRect(),C=t.getBoundingClientRect(),g=k.top-C.top,b=k.right-C.left;a.style.transform=`translate(${b}px, ${g}px)`}},[o,t]);lt(()=>{let a,m=()=>{a=void 0,o.getEditorState().read(c)},p=()=>(a===void 0&&(a=setTimeout(m,0)),!1);return Ph(o.registerUpdateListener(p),o.registerCommand(Kh,p,Wh),o.registerRootListener((h,f)=>{f&&f.removeEventListener("pointerup",p),h&&(h.addEventListener("pointerup",p),p())}),()=>clearTimeout(a))});let u=wo(i);return lt(()=>{u.current!==i&&s(!1),u.current=i},[u,i]),B("div",{className:"table-cell-action-button-container",ref:r,children:i!=null&&Le(Pr.Fragment,{children:[B("button",{className:"table-cell-action-button",onClick:a=>{a.stopPropagation(),s(!l)},ref:n,type:"button",children:B(na,{})}),l&&B(Xh,{cellMerge:e,contextRef:n,onClose:()=>s(!1),setIsMenuOpen:s,tableCellNode:i})]})})}var da=t=>{let e=Nh(3),{anchorElem:o}=t,r=Lh(),n;return e[0]!==o||e[1]!==r?(n=ua(r?B(Zh,{anchorElem:o??document.body,cellMerge:!0}):null,o??document.body),e[0]=o,e[1]=r,e[2]=n):n=e[2],n};import{c as Yh}from"react/compiler-runtime";import{jsx as No,jsxs as qh}from"react/jsx-runtime";import{useLexicalComposerContext as Qh}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as eg}from"@lexical/react/useLexicalEditable";import{$computeTableMapSkipCellCheck as tg,$getTableNodeFromLexicalNodeOrThrow as Br,$getTableRowIndexFromTableCellNode as og,$isTableCellNode as ma,$isTableRowNode as rg,getDOMCellFromTarget as ng,getTableElement as lg,TableNode as pa}from"@lexical/table";import{calculateZoomLevel as fa,mergeRegister as ig}from"@lexical/utils";import{$getNearestNodeFromDOMNode as jr,isHTMLElement as sg,SKIP_SCROLL_INTO_VIEW_TAG as ha}from"lexical";import*as xa from"react";import{useCallback as Ut,useEffect as Hr,useRef as Eo,useState as st}from"react";import{createPortal as ag}from"react-dom";var cg=33,ga=92;function ug({editor:t}){let e=Eo(null),o=Eo(null),r=Eo(null),[n,l]=st(!1),s=U(),i=Eo(null),[d,c]=st(null),[u,a]=st(null),[m,p]=st(!1),[h,f]=st(null),x=Ut(()=>{a(null),e.current=null,f(null),i.current=null,r.current=null},[]),_=D=>(D.buttons&1)===1;Hr(()=>{let D=new Set;return ig(t.registerMutationListener(pa,E=>{for(let[T,L]of E)L==="destroyed"?D.delete(T):D.add(T);l(D.size>0)}),t.registerNodeTransform(pa,E=>{if(E.getColWidths())return E;let T=E.getColumnCount(),L=ga;return E.setColWidths(Array(T).fill(L)),E}))},[t]),Hr(()=>{if(!n)return;let D=N=>{let v=N.target;if(sg(v)){if(h){c({x:N.clientX,y:N.clientY});return}if(p(_(N)),!(o.current&&o.current.contains(v))&&e.current!==v){e.current=v;let $=ng(v);$&&u!==$?t.getEditorState().read(()=>{let O=jr($.elem);if(!O)throw new Error("TableCellResizer: Table cell node not found.");let F=Br(O),P=lg(F,t.getElementByKey(F.getKey()));if(!P)throw new Error("TableCellResizer: Table element not found.");e.current=v,r.current=P.getBoundingClientRect(),a($)},{editor:t}):$==null&&x()}}},E=N=>{p(!0)},T=N=>{p(!1)},L=t.registerRootListener((N,v)=>{v?.removeEventListener("mousemove",D),v?.removeEventListener("mousedown",E),v?.removeEventListener("mouseup",T),N?.addEventListener("mousemove",D),N?.addEventListener("mousedown",E),N?.addEventListener("mouseup",T)});return()=>{L()}},[u,h,t,n,x]);let S=D=>D==="bottom",y=Ut(D=>{if(!u)throw new Error("TableCellResizer: Expected active cell.");t.update(()=>{let E=jr(u.elem);if(!ma(E))throw new Error("TableCellResizer: Table cell node not found.");let T=Br(E),L=og(E),N=T.getChildren(),$=E.getColSpan()===T.getColumnCount()?L:L+E.getRowSpan()-1;if($>=N.length||$<0)throw new Error("Expected table cell to be inside of table row.");let O=N[$];if(!rg(O))throw new Error("Expected table row");let F=O.getHeight();if(F===void 0){let Z=O.getChildren();F=Math.min(...Z.map(Y=>k(Y,t)??1/0))}let P=Math.max(F+D,cg);O.setHeight(P)},{tag:ha})},[u,t]),k=(D,E)=>E.getElementByKey(D.getKey())?.clientHeight,C=(D,E)=>{let T;return E.forEach(L=>{L.forEach((N,v)=>{N.cell===D&&(T=v)})}),T},g=Ut(D=>{if(!u)throw new Error("TableCellResizer: Expected active cell.");t.update(()=>{let E=jr(u.elem);if(!ma(E))throw new Error("TableCellResizer: Table cell node not found.");let T=Br(E),[L]=tg(T,null,null),N=C(E,L);if(N===void 0)throw new Error("TableCellResizer: Table column not found.");let v=T.getColWidths();if(!v)return;let $=v[N];if($===void 0)return;let O=[...v],F=Math.max($+D,ga);O[N]=F,T.setColWidths(O)},{tag:ha})},[u,t]),b=Ut(D=>{let E=T=>{if(T.preventDefault(),T.stopPropagation(),!u)throw new Error("TableCellResizer: Expected active cell.");if(i.current){let{x:L,y:N}=i.current;if(u===null)return;let v=fa(T.target);if(S(D)){let $=(T.clientY-N)/v;y($)}else{let $=(T.clientX-L)/v;g($)}x(),document.removeEventListener("mouseup",E)}};return E},[u,x,g,y]),w=Ut(D=>E=>{if(E.preventDefault(),E.stopPropagation(),!u)throw new Error("TableCellResizer: Expected active cell.");i.current={x:E.clientX,y:E.clientY},c(i.current),f(D),document.addEventListener("mouseup",b(D))},[u,b]),[R,I]=st({bottom:null,left:null,right:null,top:null});return Hr(()=>{if(u){let{height:D,left:E,top:T,width:L}=u.elem.getBoundingClientRect(),N=fa(u.elem),v=10,$={bottom:{backgroundColor:"none",cursor:"row-resize",height:`${v}px`,left:`${window.scrollX+E}px`,top:`${window.scrollY+T+D-v/2}px`,width:`${L}px`},right:{backgroundColor:"none",cursor:"col-resize",height:`${D}px`,left:`${window.scrollX+E+L-v/2}px`,top:`${window.scrollY+T}px`,width:`${v}px`}},O=r.current;h&&d&&O&&(S(h)?($[h].left=`${window.scrollX+O.left}px`,$[h].top=`${window.scrollY+d.y/N}px`,$[h].height="3px",$[h].width=`${O.width}px`):($[h].top=`${window.scrollY+O.top}px`,$[h].left=`${window.scrollX+d.x/N}px`,$[h].width="3px",$[h].height=`${O.height}px`),$[h].backgroundColor="#adf"),I($)}else I({bottom:null,left:null,right:null,top:null})},[u,h,d]),No("div",{ref:o,children:u!=null&&!m&&qh(xa.Fragment,{children:[No("div",{className:`${s.editorConfig.lexical.theme.tableCellResizer} TableCellResizer__ui`,onMouseDown:w("right"),style:R.right||void 0}),No("div",{className:`${s.editorConfig.lexical.theme.tableCellResizer} TableCellResizer__ui`,onMouseDown:w("bottom"),style:R.bottom||void 0})]})})}var Ca=()=>{let t=Yh(3),[e]=Qh(),o=eg(),r;return t[0]!==e||t[1]!==o?(r=o?ag(No(ug,{editor:e}),document.body):null,t[0]=e,t[1]=o,t[2]=r):r=t[2],r};import{c as Cg}from"react/compiler-runtime";import{jsx as Ur,jsxs as bg,Fragment as kg}from"react/jsx-runtime";import{useLexicalComposerContext as _g}from"@lexical/react/LexicalComposerContext";import{useLexicalEditable as Na}from"@lexical/react/useLexicalEditable";import{$getTableAndElementByKey as Tg,$getTableColumnIndexFromTableCellNode as wg,$getTableRowIndexFromTableCellNode as Sg,$insertTableColumnAtSelection as Eg,$insertTableRowAtSelection as Ng,$isTableCellNode as Lg,$isTableNode as _a,getTableElement as yg,TableNode as Rg}from"@lexical/table";import{$findMatchingParent as Ig,mergeRegister as vg}from"@lexical/utils";import{$getNearestNodeFromDOMNode as Ta,isHTMLElement as Mg}from"lexical";import{useEffect as wa,useMemo as Dg,useRef as Sa,useState as Lo}from"react";import"react";import{createPortal as $g}from"react-dom";import{c as hg}from"react/compiler-runtime";import{useEffect as gg,useRef as xg}from"react";var dg="Expected a function",mg=Math.max,pg=Math.min;function fg(t,e,o){let r,n,l=0,s,i=!1,d=!1,c,u,a,m=!0;if(typeof t!="function")throw new TypeError(dg);e=e||0,typeof o=="object"&&(i=!!o.leading,d="maxWait"in o,c=d?mg(o.maxWait||0,e):c,m="trailing"in o?!!o.trailing:m);function p(g){let b=r,w=s;return r=s=void 0,l=g,u=t.apply(w,b),u}function h(g){return l=g,a=setTimeout(_,e),i?p(g):u}function f(g){let b=g-n,w=g-l,R=e-b;return d?pg(R,c-w):R}function x(g){let b=g-n,w=g-l;return n===void 0||b>=e||b<0||d&&w>=c}function _(){let g=Date.now();if(x(g))return S(g);a=setTimeout(_,f(g))}function S(g){return a=void 0,m&&r?p(g):(r=s=void 0,u)}function y(){a!==void 0&&clearTimeout(a),l=0,r=n=s=a=void 0}function k(){return a===void 0?u:S(Date.now())}function C(){let g=Date.now(),b=x(g);if(r=arguments,s=this,n=g,b){if(a===void 0)return h(n);if(d)return clearTimeout(a),a=setTimeout(_,e),p(n)}return a===void 0&&(a=setTimeout(_,e)),u}return C.cancel=y,C.flush=k,C}var ba=fg;function ka(t,e,o){let r=hg(6),n=xg(null),l,s;r[0]!==t||r[1]!==o||r[2]!==e?(l=()=>(n.current=ba(t,e,{maxWait:o}),()=>{n.current?.cancel()}),s=[t,e,o],r[0]=t,r[1]=o,r[2]=e,r[3]=l,r[4]=s):(l=r[3],s=r[4]),gg(l,s);let i;return r[5]===Symbol.for("react.memo_cache_sentinel")?(i=(...c)=>{let u=c;n.current&&n.current(...u)},r[5]=i):i=r[5],i}var Ea=20;function Og({anchorElem:t}){let[e]=_g(),o=Na(),r=U(),[n,l]=Lo(!1),[s,i]=Lo(!1),[d,c]=Lo(!1),[u,a]=Lo({}),m=Sa(new Set),p=Sa(null),h=ka(_=>{let{isOutside:S,tableDOMNode:y}=Ag(_,r.editorConfig?.lexical);if(S){l(!1),i(!1);return}if(!y)return;p.current=y;let k=null,C=null,g=null;if(e.getEditorState().read(()=>{let $=Ta(y);if(Lg($)){let O=Ig($,F=>_a(F));if(!_a(O))return;if(g=yg(O,e.getElementByKey(O.getKey())),g){let F=O.getChildrenSize(),P=O.getChildAtIndex(0)?.getChildrenSize(),Z=Sg($),Y=wg($);Z===F-1?k=$:Y===P-1&&(C=$)}}},{editor:e}),!g)return;let b=g.parentElement;if(!b)return;let{bottom:w,height:R,left:I,right:D,width:E,y:T}=g.getBoundingClientRect(),L=!1;b&&b.classList.contains("LexicalEditorTheme__tableScrollableWrapper")&&(L=b.scrollWidth>b.clientWidth);let{left:N,y:v}=t.getBoundingClientRect();k?(i(!1),l(!0),a({height:Ea,left:L&&b?b.offsetLeft:I-N,top:w-v+5,width:L&&b?b.offsetWidth:E})):C&&(i(!0),l(!1),a({height:R,left:D-N+5,top:T-v,width:Ea}))},50,250),f=Dg(()=>new ResizeObserver(()=>{l(!1),i(!1)}),[]);wa(()=>{if(d)return document.addEventListener("mousemove",h),()=>{l(!1),i(!1),document.removeEventListener("mousemove",h)}},[d,h]),wa(()=>vg(e.registerMutationListener(Rg,_=>{e.getEditorState().read(()=>{let S=!1;for(let[y,k]of _)switch(k){case"created":{m.current.add(y),S=!0;break}case"destroyed":{m.current.delete(y),S=!0;break}default:break}if(S){f.disconnect();for(let y of m.current){let{tableElement:k}=Tg(y);f.observe(k)}c(m.current.size>0)}},{editor:e})},{skipInitialization:!1})),[e,f]);let x=_=>{e.update(()=>{p.current&&(Ta(p.current)?.selectEnd(),_?(Ng(),l(!1)):(Eg(),i(!1)))})};return o?bg(kg,{children:[n&&Ur("button",{"aria-label":"Add Row",className:r.editorConfig.lexical.theme.tableAddRows,onClick:()=>x(!0),style:{...u},type:"button"}),s&&Ur("button",{"aria-label":"Add Column",className:r.editorConfig.lexical.theme.tableAddColumns,onClick:()=>x(!1),style:{...u},type:"button"})]}):null}function Ag(t,e){let o=t.target;if(Mg(o)){let r=o.closest(`td.${e.theme.tableCell}, th.${e.theme.tableCell}`);return{isOutside:!(r||o.closest(`button.${e.theme.tableAddRows}`)||o.closest(`button.${e.theme.tableAddColumns}`)||o.closest(`div.${e.theme.tableCellResizer}`)),tableDOMNode:r}}else return{isOutside:!0,tableDOMNode:null}}function La(t){let e=Cg(2),{anchorElem:o}=t,r=o===void 0?document.body:o;if(!Na())return null;let l;return e[0]!==r?(l=$g(Ur(Og,{anchorElem:r}),r),e[0]=r,e[1]=l):l=e[1],l}import{c as Fg}from"react/compiler-runtime";import{jsx as Wr,jsxs as Pg}from"react/jsx-runtime";import{useLexicalComposerContext as Bg}from"@lexical/react/LexicalComposerContext";import{TablePlugin as jg}from"@lexical/react/LexicalTablePlugin";import{INSERT_TABLE_COMMAND as Hg,TableCellNode as Ug,TableNode as Wg,TableRowNode as Gg}from"@lexical/table";import{mergeRegister as Vg}from"@lexical/utils";import{formatDrawerSlug as Kg,useEditDepth as Jg}from"@payloadcms/ui";import{$getSelection as zg,$isRangeSelection as Xg,COMMAND_PRIORITY_EDITOR as Zg,createCommand as Yg}from"lexical";import{createContext as qg,use as Qg,useEffect as ex,useMemo as tx,useState as ox}from"react";import*as ya from"react";var yo=Yg("OPEN_EMBED_DRAWER_COMMAND"),Ra=qg({cellEditorConfig:null,cellEditorPlugins:null,set:()=>{}});function Ia({children:t}){let[e,o]=ox({cellEditorConfig:null,cellEditorPlugins:null});return Wr(Ra,{value:tx(()=>({cellEditorConfig:e.cellEditorConfig,cellEditorPlugins:e.cellEditorPlugins,set:(r,n)=>{o({cellEditorConfig:r,cellEditorPlugins:n})}}),[e.cellEditorConfig,e.cellEditorPlugins]),children:t})}var va=()=>{let t=Fg(16),[e]=Bg(),o=Qg(Ra),r=Jg(),{fieldProps:n,uuid:l}=U(),{schemaPath:s}=n,i="lexical-table-create-"+l,d;t[0]!==r||t[1]!==i?(d=Kg({slug:i,depth:r}),t[0]=r,t[1]=i,t[2]=d):d=t[2];let c=d,{toggleDrawer:u}=he(c,!0),a;t[3]!==e||t[4]!==u?(a=()=>{if(!e.hasNodes([Wg,Gg,Ug]))throw new Error("TablePlugin: TableNode, TableRowNode, or TableCellNode is not registered on editor");return Vg(e.registerCommand(yo,()=>{let f=null;return e.getEditorState().read(()=>{let x=zg();Xg(x)&&(f=x)}),f&&u(),!0},Zg))},t[3]=e,t[4]=u,t[5]=a):a=t[5];let m;t[6]!==o||t[7]!==e||t[8]!==u?(m=[o,e,u],t[6]=o,t[7]=e,t[8]=u,t[9]=m):m=t[9],ex(a,m);let p;t[10]!==e?(p=(f,x)=>{!x.columns||!x.rows||e.dispatchCommand(Hg,{columns:String(x.columns),rows:String(x.rows)})},t[10]=e,t[11]=p):p=t[11];let h;return t[12]!==c||t[13]!==s||t[14]!==p?(h=Pg(ya.Fragment,{children:[Wr(ht,{drawerSlug:c,drawerTitle:"Create Table",featureKey:"experimental_table",handleDrawerSubmit:p,schemaPath:s,schemaPathSuffix:"fields"}),Wr(jg,{hasCellBackgroundColor:!1,hasCellMerge:!0,hasHorizontalScroll:!0})]}),t[12]=c,t[13]=s,t[14]=p,t[15]=h):h=t[15],h};var ix=M({markdownTransformers:[oa],nodes:[nx,rx,lx],plugins:[{Component:va,position:"normal"},{Component:Ca,position:"normal"},{Component:da,position:"floatingAnchorElem"},{Component:La,position:"floatingAnchorElem"}],providers:[Ia],slashMenu:{groups:[z([{Icon:vr,key:"table",keywords:["table"],label:"Table",onSelect:({editor:t})=>{t.dispatchCommand(yo,{})}}])]},toolbarFixed:{groups:[be([{ChildComponent:vr,key:"table",label:"Table",onSelect:({editor:t})=>{t.dispatchCommand(yo,{})}}])]}});import{$isNodeSelection as Ux}from"lexical";import{jsx as Gr,jsxs as sx}from"react/jsx-runtime";import"react";var Vr=()=>sx("svg",{"aria-hidden":"true",className:"icon",fill:"none",focusable:"false",height:"20",viewBox:"0 0 20 20",width:"20",xmlns:"http://www.w3.org/2000/svg",children:[Gr("path",{d:"M14.6667 4H5.33333C4.59695 4 4 4.59695 4 5.33333V14.6667C4 15.403 4.59695 16 5.33333 16H14.6667C15.403 16 16 15.403 16 14.6667V5.33333C16 4.59695 15.403 4 14.6667 4Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),Gr("path",{d:"M7.99984 9.33366C8.73622 9.33366 9.33317 8.73671 9.33317 8.00033C9.33317 7.26395 8.73622 6.66699 7.99984 6.66699C7.26346 6.66699 6.6665 7.26395 6.6665 8.00033C6.6665 8.73671 7.26346 9.33366 7.99984 9.33366Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),Gr("path",{d:"M16 11.9995L13.9427 9.94214C13.6926 9.69218 13.3536 9.55176 13 9.55176C12.6464 9.55176 12.3074 9.69218 12.0573 9.94214L6 15.9995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]});import{jsx as Aa}from"react/jsx-runtime";import Fa from"bson-objectid";import{$applyNodeReplacement as px}from"lexical";import*as Pa from"react";import ax from"bson-objectid";function Ro(t,e){if(t.hasAttribute("data-lexical-pending-upload-form-id")){let r=t.getAttribute("data-lexical-pending-upload-form-id");if(r!=null)return{node:e({data:{pending:{formID:r,src:t.getAttribute("src")||""}}})}}if(t.hasAttribute("data-lexical-upload-relation-to")&&t.hasAttribute("data-lexical-upload-id")){let r=t.getAttribute("data-lexical-upload-id"),n=t.getAttribute("data-lexical-upload-relation-to");if(r!=null&&n!=null)return{node:e({data:{fields:{},relationTo:n,value:r}})}}return{node:e({data:{pending:{formID:new ax.default().toHexString(),src:t.getAttribute("src")||""}}})}}import{DecoratorBlockNode as cx}from"@lexical/react/LexicalDecoratorBlockNode.js";import{addClassNamesToElement as ux}from"@lexical/utils";import Da from"bson-objectid";import{$applyNodeReplacement as dx}from"lexical";var Wt=class extends cx{__data;constructor({data:e,format:o,key:r}){super(o,r),this.__data=e}static clone(e){return new this({data:e.__data,format:e.__format,key:e.__key})}static getType(){return"upload"}static importDOM(){return{img:e=>({conversion:o=>Ro(o,Ma),priority:0})}}static importJSON(e){e.version===1&&e?.value?.id&&(e.value=e.value.id),e.version===2&&!e?.id&&(e.id=new Da.default().toHexString(),e.version=3);let o={id:e.id,fields:e.fields,pending:e.pending,relationTo:e.relationTo,value:e.value},r=Ma({data:o});return r.setFormat(e.format),r}static isInline(){return!1}createDOM(e){let o=document.createElement("div");return ux(o,e?.theme?.upload),o}decorate(){return null}exportDOM(){let e=document.createElement("img"),o=this.__data;return o.pending?(e.setAttribute("data-lexical-pending-upload-form-id",String(o?.pending?.formID)),e.setAttribute("src",o?.pending?.src||"")):(e.setAttribute("data-lexical-upload-id",String(o?.value)),e.setAttribute("data-lexical-upload-relation-to",o?.relationTo)),{element:e}}exportJSON(){return{...super.exportJSON(),...this.getData(),type:"upload",version:3}}getData(){return this.getLatest().__data}setData(e){let o=this.getWritable();o.__data=e}updateDOM(){return!1}};function Ma({data:t}){return t?.id||(t.id=new Da.default().toHexString()),dx(new Wt({data:t}))}import{jsx as $a}from"react/jsx-runtime";import{ShimmerEffect as mx}from"@payloadcms/ui";var Oa=()=>$a("div",{className:"lexical-upload",children:$a(mx,{height:"95px",width:"203px"})});var fx=Pa.lazy(()=>import("./component-XIHC3W6W.js").then(t=>({default:t.UploadComponent}))),de=class extends Wt{static clone(e){return super.clone(e)}static getType(){return super.getType()}static importDOM(){return{img:e=>({conversion:o=>Ro(o,me),priority:0})}}static importJSON(e){e.version===1&&e?.value?.id&&(e.value=e.value.id),e.version===2&&!e?.id&&(e.id=new Fa.default().toHexString(),e.version=3);let o={id:e.id,fields:e.fields,pending:e.pending,relationTo:e.relationTo,value:e.value},r=me({data:o});return r.setFormat(e.format),r}decorate(e,o){return this.__data.pending?Aa(Oa,{}):Aa(fx,{className:o?.theme?.upload??"LexicalEditorTheme__upload",data:this.__data,format:this.__format,nodeKey:this.getKey()})}exportJSON(){return super.exportJSON()}};function me({data:t}){return t?.id||(t.id=new Fa.default().toHexString()),px(new de({data:t}))}function at(t){return t instanceof de}import{c as Tx}from"react/compiler-runtime";import{jsx as wx}from"react/jsx-runtime";import{useLexicalComposerContext as Sx}from"@lexical/react/LexicalComposerContext.js";import{$dfsIterator as Xa,$insertNodeToNearestRoot as zr,mergeRegister as Ex}from"@lexical/utils";import{useBulkUpload as Nx,useEffectEvent as Lx,useModal as yx}from"@payloadcms/ui";import Xr from"bson-objectid";import{$createRangeSelection as Rx,$getPreviousSelection as Ga,$getSelection as Va,$isParagraphNode as Zr,$isRangeSelection as Ka,$setSelection as Ix,COMMAND_PRIORITY_EDITOR as vx,COMMAND_PRIORITY_LOW as Ja,createCommand as Mx,DROP_COMMAND as Dx,getDOMSelectionFromTarget as $x,isHTMLElement as za,PASTE_COMMAND as Ox}from"lexical";import{useEffect as Ax}from"react";import{c as Ba}from"react/compiler-runtime";import{jsx as Kr}from"react/jsx-runtime";import{useLexicalComposerContext as ja}from"@lexical/react/LexicalComposerContext.js";import{toast as hx}from"@payloadcms/ui";import{$getNodeByKey as gx,COMMAND_PRIORITY_EDITOR as Ha}from"lexical";import{useEffect as Ua,useState as xx}from"react";var Cx=({editor:t,relationTo:e,replaceNodeKey:o,value:r})=>{o?t.update(()=>{let n=gx(o);n&&n.replace(me({data:{fields:null,relationTo:e,value:r}}))}):t.dispatchCommand(Jr,{fields:null,relationTo:e,value:r})},bx=t=>{let e=Ba(13),{enabledCollectionSlugs:o}=t,[r]=ja(),[n,l]=xx(null),s;e[0]!==o?(s={collectionSlugs:o,uploads:!0},e[0]=o,e[1]=s):s=e[1];let{closeListDrawer:i,ListDrawer:d,openListDrawer:c}=Ft(s),u,a;e[2]!==r||e[3]!==c?(u=()=>r.registerCommand(Je,f=>(l(f?.replace?f?.replace.nodeKey:null),c(),!0),Ha),a=[r,c],e[2]=r,e[3]=c,e[4]=u,e[5]=a):(u=e[4],a=e[5]),Ua(u,a);let m;e[6]!==i||e[7]!==r||e[8]!==n?(m=f=>{let{collectionSlug:x,doc:_}=f;i(),Cx({editor:r,relationTo:x,replaceNodeKey:n,value:_.id})},e[6]=i,e[7]=r,e[8]=n,e[9]=m):m=e[9];let p=m,h;return e[10]!==d||e[11]!==p?(h=Kr(d,{onSelect:p}),e[10]=d,e[11]=p,e[12]=h):h=e[12],h},kx=()=>{let t=Ba(3),[e]=ja(),o,r;return t[0]!==e?(o=()=>e.registerCommand(Je,_x,Ha),r=[e],t[0]=e,t[1]=o,t[2]=r):(o=t[1],r=t[2]),Ua(o,r),null},Wa=({enabledCollectionSlugs:t})=>t?.length?Kr(bx,{enabledCollectionSlugs:t}):Kr(kx,{});function _x(){return hx.error("No upload collections enabled"),!0}function Fx(t){let e=t.target;return!!(za(e)&&!e.closest("code, span.editor-image")&&za(e.parentElement)&&e.parentElement.closest("div.ContentEditable__root"))}function Px(t){let e,o=$x(t.target);if(document.caretRangeFromPoint)e=document.caretRangeFromPoint(t.clientX,t.clientY);else if(t.rangeParent&&o!==null)o.collapse(t.rangeParent,t.rangeOffset||0),e=o.getRangeAt(0);else throw Error("Cannot get the selection when dragging");return e}var Jr=Mx("INSERT_UPLOAD_COMMAND"),Za=t=>{let e=Tx(21),{clientProps:o}=t,[r]=Sx(),n=o?.disabledCollections,l=o?.enabledCollections,s;e[0]!==n||e[1]!==l?(s={collectionSlugsBlacklist:n,collectionSlugsWhitelist:l,uploads:!0},e[0]=n,e[1]=l,e[2]=s):s=e[2];let{enabledCollectionSlugs:i}=ho(s),{drawerSlug:d,setCollectionSlug:c,setInitialForms:u,setOnCancel:a,setOnSuccess:m,setSelectableCollections:p}=Nx(),{isModalOpen:h,openModal:f}=yx(),x;e[3]!==d||e[4]!==r||e[5]!==i||e[6]!==h||e[7]!==f||e[8]!==c||e[9]!==u||e[10]!==a||e[11]!==m||e[12]!==p?(x=C=>{let{files:g}=C;if(g?.length!==0&&(u(b=>[...b??[],...g.map(Bx)]),!h(d))){if(!i.length||!i[0])return;c(i[0]),p(i),a(()=>{r.update(jx)}),m(b=>{let w=new Map(b.map(Hx));r.update(()=>{for(let R of Xa()){let I=R.node;if(at(I)){let D=I.getData();if(D?.pending){let E=w.get(D.pending?.formID);E&&I.replace(me({data:{id:new Xr.default().toHexString(),fields:{},relationTo:E.collectionSlug,value:E.doc.id}}))}}}})}),f(d)}},e[3]=d,e[4]=r,e[5]=i,e[6]=h,e[7]=f,e[8]=c,e[9]=u,e[10]=a,e[11]=m,e[12]=p,e[13]=x):x=e[13];let _=Lx(x),S;e[14]!==r||e[15]!==_?(S=()=>{if(!r.hasNodes([de]))throw new Error("UploadPlugin: UploadNode not registered on editor");return Ex(r.registerNodeTransform(de,C=>{let g=C.getData();if(!g?.pending)return;(async function(){let R=null,I=g?.pending?.src,D=g?.pending?.formID;if(I?.startsWith("data:")){let E=I.match(/data:(image\/[a-zA-Z]+);base64,/),T=E?E[1]:"image/png",L=I.replace(/^data:image\/[a-zA-Z]+;base64,/,""),N=atob(L),v=new Array(N.length);for(let F=0;F<N.length;F++)v[F]=N.charCodeAt(F);let $=new Uint8Array(v);R={alt:void 0,file:new File([$],"pasted-image."+T?.split("/",2)[1],{type:T}),formID:D}}else if(I?.startsWith("http")||I?.startsWith("https")){let T=await(await fetch(I)).blob(),L=I.split("/").pop()||"pasted-image"+T.type.split("/",2)[1];R={alt:void 0,file:new File([T],L,{type:T.type}),formID:D}}R&&_({files:[R]})})()}),r.registerCommand(Jr,C=>(r.update(()=>{let g=Va()||Ga();if(Ka(g)){let b=me({data:{id:C.id,fields:C.fields,relationTo:C.relationTo,value:C.value}}),{focus:w}=g,R=w.getNode();zr(b),Zr(R)&&!R.__first&&R.remove()}}),!0),vx),r.registerCommand(Ox,C=>{if(!(C instanceof ClipboardEvent))return!1;let g=C.clipboardData;if(!g?.types?.length||g?.types?.includes("text/html"))return!1;let b=[];return g?.files?.length&&Array.from(g.files).forEach(w=>{b.push({alt:"",file:w,formID:new Xr.default().toHexString()})}),b.length?(r.update(()=>{let w=Va()||Ga();if(Ka(w))for(let R of b){let I=me({data:{pending:{formID:R.formID,src:URL.createObjectURL(R.file)}}}),{focus:D}=w,E=D.getNode();zr(I),Zr(E)&&!E.__first&&E.remove()}}),_({files:b}),!0):!1},Ja),r.registerCommand(Dx,C=>{if(!(C instanceof DragEvent))return!1;let g=C.dataTransfer;if(!g?.types?.length)return!1;let b=[];return g?.files?.length&&Array.from(g.files).forEach(w=>{b.push({alt:"",file:w,formID:new Xr.default().toHexString()})}),b.length?(C.preventDefault(),C.stopPropagation(),r.update(()=>{if(Fx(C)){let w=Px(C),R=Rx();w!=null&&R.applyDOMRange(w),Ix(R);for(let I of b){let D=me({data:{pending:{formID:I.formID,src:URL.createObjectURL(I.file)}}}),{focus:E}=R,T=E.getNode();zr(D),Zr(T)&&!T.__first&&T.remove()}}}),_({files:b}),!0):!1},Ja))},e[14]=r,e[15]=_,e[16]=S):S=e[16];let y;e[17]!==r?(y=[r],e[17]=r,e[18]=y):y=e[18],Ax(S,y);let k;return e[19]!==i?(k=wx(Wa,{enabledCollectionSlugs:i}),e[19]=i,e[20]=k):k=e[20],k};function Bx(t){return{file:t.file,formID:t.formID}}function jx(){for(let t of Xa()){let e=t.node;at(e)&&e.getData()?.pending&&e.remove()}}function Hx(t){return[t.formID,t]}var Wx=M({nodes:[de],plugins:[{Component:Za,position:"normal"}],slashMenu:{groups:[z([{Icon:Vr,key:"upload",keywords:["upload","image","file","img","picture","photo","media"],label:({i18n:t})=>t.t("lexical:upload:label"),onSelect:({editor:t})=>{t.dispatchCommand(Je,{replace:!1})}}])]},toolbarFixed:{groups:[be([{ChildComponent:Vr,isActive:({selection:t})=>{if(!Ux(t)||!t.getNodes().length)return!1;let e=t.getNodes()[0];return at(e)},key:"upload",label:({i18n:t})=>t.t("lexical:upload:label"),onSelect:({editor:t})=>{t.dispatchCommand(Je,{replace:!1})}}])]}});import{c as Vx}from"react/compiler-runtime";import{jsx as Qr}from"react/jsx-runtime";import{ShimmerEffect as Kx,useConfig as Jx}from"@payloadcms/ui";import{lazy as zx,Suspense as Xx,useEffect as Zx,useState as Yx}from"react";var Ya={block:"LexicalEditorTheme__block",blockCursor:"LexicalEditorTheme__blockCursor",characterLimit:"LexicalEditorTheme__characterLimit",code:"LexicalEditorTheme__code",inlineBlock:"LexicalEditorTheme__inlineBlock",heading:{h1:"LexicalEditorTheme__h1",h2:"LexicalEditorTheme__h2",h3:"LexicalEditorTheme__h3",h4:"LexicalEditorTheme__h4",h5:"LexicalEditorTheme__h5",h6:"LexicalEditorTheme__h6"},hr:"LexicalEditorTheme__hr",hrSelected:"LexicalEditorTheme__hrSelected",indent:"LexicalEditorTheme__indent",link:"LexicalEditorTheme__link",list:{checklist:"LexicalEditorTheme__checklist",listitem:"LexicalEditorTheme__listItem",listitemChecked:"LexicalEditorTheme__listItemChecked",listitemUnchecked:"LexicalEditorTheme__listItemUnchecked",nested:{listitem:"LexicalEditorTheme__nestedListItem"},olDepth:["LexicalEditorTheme__ol1","LexicalEditorTheme__ol2","LexicalEditorTheme__ol3","LexicalEditorTheme__ol4","LexicalEditorTheme__ol5"],ul:"LexicalEditorTheme__ul"},ltr:"LexicalEditorTheme__ltr",mark:"LexicalEditorTheme__mark",markOverlap:"LexicalEditorTheme__markOverlap",paragraph:"LexicalEditorTheme__paragraph",placeholder:"LexicalEditorTheme__placeholder",quote:"LexicalEditorTheme__quote",relationship:"LexicalEditorTheme__relationship",rtl:"LexicalEditorTheme__rtl",tab:"LexicalEditorTheme__tabNode",table:"LexicalEditorTheme__table",tableAddColumns:"LexicalEditorTheme__tableAddColumns",tableAddRows:"LexicalEditorTheme__tableAddRows",tableAlignment:{center:"LexicalEditorTheme__tableAlignmentCenter",right:"LexicalEditorTheme__tableAlignmentRight"},tableCell:"LexicalEditorTheme__tableCell",tableCellActionButton:"LexicalEditorTheme__tableCellActionButton",tableCellActionButtonContainer:"LexicalEditorTheme__tableCellActionButtonContainer",tableCellHeader:"LexicalEditorTheme__tableCellHeader",tableCellResizer:"LexicalEditorTheme__tableCellResizer",tableCellSelected:"LexicalEditorTheme__tableCellSelected",tableFrozenColumn:"LexicalEditorTheme__tableFrozenColumn",tableRowStriping:"LexicalEditorTheme__tableRowStriping",tableScrollableWrapper:"LexicalEditorTheme__tableScrollableWrapper",tableSelected:"LexicalEditorTheme__tableSelected",tableSelection:"LexicalEditorTheme__tableSelection",text:{bold:"LexicalEditorTheme__textBold",code:"LexicalEditorTheme__textCode",italic:"LexicalEditorTheme__textItalic",strikethrough:"LexicalEditorTheme__textStrikethrough",subscript:"LexicalEditorTheme__textSubscript",superscript:"LexicalEditorTheme__textSuperscript",underline:"LexicalEditorTheme__textUnderline",underlineStrikethrough:"LexicalEditorTheme__textUnderlineStrikethrough"},upload:"LexicalEditorTheme__upload"};var Yr={namespace:"lexical",theme:Ya};function qa({config:t,featureClientImportMap:e,featureClientSchemaMap:o,field:r,schemaPath:n,unSanitizedEditorConfig:l}){let s=new Map;for(let c of l.features){if(!c?.clientFeatureProps?.featureKey||c?.clientFeatureProps?.order===void 0||c?.clientFeatureProps?.order===null)throw new Error("A Feature you have installed does not return the client props as clientFeatureProps. Please make sure to always return those props, even if they are null, as other important props like order and featureKey are later on injected.");s.set(c.clientFeatureProps.featureKey,c)}l.features=l.features.sort((c,u)=>c.clientFeatureProps.order-u.clientFeatureProps.order);let i=new Map,d=0;for(let c of l.features){let u=typeof c.feature=="function"?c.feature({config:t,featureClientImportMap:e,featureClientSchemaMap:o,featureProviderMap:s,field:r,resolvedFeatures:i,schemaPath:n,unSanitizedEditorConfig:l}):c.feature;u.key=c.clientFeatureProps.featureKey,u.order=d,i.set(c.clientFeatureProps.featureKey,u),d++}return i}import{deepMerge as Gx}from"payload/shared";var Qa=t=>{let e={enabledFeatures:[],enabledFormats:[],markdownTransformers:[],nodes:[],plugins:[],providers:[],slashMenu:{dynamicGroups:[],groups:[]},toolbarFixed:{groups:[]},toolbarInline:{groups:[]}},o={};if(t.forEach(r=>{r.key==="toolbarFixed"&&r.sanitizedClientFeatureProps?.customGroups&&(o={...o,...r.sanitizedClientFeatureProps.customGroups})}),!t?.size)return e;t.forEach(r=>{if(r.providers?.length&&(e.providers=e.providers.concat(r.providers)),r.enableFormats?.length&&e.enabledFormats.push(...r.enableFormats),r.nodes?.length)for(let n of r.nodes)e.nodes.push(n);if(r.plugins?.length&&r.plugins.forEach((n,l)=>{e.plugins?.push({clientProps:r.sanitizedClientFeatureProps,Component:n.Component,key:r.key+l,position:n.position})}),r.toolbarInline?.groups?.length)for(let n of r.toolbarInline.groups){let l=e.toolbarInline.groups.find(s=>s.key===n.key);l?e.toolbarInline.groups=e.toolbarInline.groups.filter(s=>s.key!==n.key):l={...n,items:[]},n?.items?.length&&(l.items=l.items.concat(n.items)),e.toolbarInline?.groups.push(l)}if(r.toolbarFixed?.groups?.length)for(let n of r.toolbarFixed.groups){let l=e.toolbarFixed.groups.find(s=>s.key===n.key);l?e.toolbarFixed.groups=e.toolbarFixed.groups.filter(s=>s.key!==n.key):l={...n,items:[]},n?.items?.length&&(l.items=l.items.concat(n.items)),e.toolbarFixed?.groups.push(l)}if(r.slashMenu?.groups){r.slashMenu.dynamicGroups?.length&&(e.slashMenu.dynamicGroups=e.slashMenu.dynamicGroups.concat(r.slashMenu.dynamicGroups));for(let n of r.slashMenu.groups){let l=e.slashMenu.groups.find(s=>s.key===n.key);l?e.slashMenu.groups=e.slashMenu.groups.filter(s=>s.key!==n.key):l={...n,items:[]},n?.items?.length&&(l.items=l.items.concat(n.items)),e.slashMenu.groups.push(l)}}if(r.markdownTransformers?.length)for(let n of r.markdownTransformers)typeof n=="function"?e.markdownTransformers.push(n({allNodes:e.nodes,allTransformers:e.markdownTransformers})):e.markdownTransformers.push(n);e.enabledFeatures.push(r.key)}),Object.keys(o).length>0&&(e.toolbarFixed.groups=e.toolbarFixed.groups.map(r=>{let n=o[r.key];return n?Gx(r,n):r})),e.toolbarInline.groups.sort((r,n)=>r.order&&n.order?r.order-n.order:r.order?-1:n.order?1:0),e.toolbarFixed.groups.sort((r,n)=>r.order&&n.order?r.order-n.order:r.order?-1:n.order?1:0);for(let r of e.toolbarInline.groups)r.items.sort((n,l)=>n.order&&l.order?n.order-l.order:n.order?-1:l.order?1:0);for(let r of e.toolbarFixed.groups)r.items.sort((n,l)=>n.order&&l.order?n.order-l.order:n.order?-1:l.order?1:0);return e};function qr(t,e,o){return{admin:o,features:Qa(t),lexical:e,resolvedFeatureMap:t}}var qx=zx(()=>import("./Field-HJGV32KA.js").then(t=>({default:t.RichText}))),Qx=t=>{let e=Vx(18),{admin:o,clientFeatures:r,featureClientImportMap:n,featureClientSchemaMap:l,field:s,lexicalEditorConfig:i,schemaPath:d}=t,c;e[0]!==o?(c=o===void 0?{}:o,e[0]=o,e[1]=c):c=e[1];let u=c,a;e[2]!==n?(a=n===void 0?{}:n,e[2]=n,e[3]=a):a=e[3];let m=a,p=i===void 0?Yr:i,{config:h}=Jx(),[f,x]=Yx(null),_,S;e[4]!==u||e[5]!==r||e[6]!==h||e[7]!==m||e[8]!==l||e[9]!==s||e[10]!==f||e[11]!==p||e[12]!==d?(_=()=>{if(f)return;let k=[];for(let g of Object.values(r))g.clientFeatureProvider&&k.push(g.clientFeatureProvider(g.clientFeatureProps));let C=qa({config:h,featureClientImportMap:m,featureClientSchemaMap:l,field:s,schemaPath:d??s.name,unSanitizedEditorConfig:{features:k,lexical:p}});x(qr(C,p,u))},S=[u,r,h,m,l,s,f,p,d],e[4]=u,e[5]=r,e[6]=h,e[7]=m,e[8]=l,e[9]=s,e[10]=f,e[11]=p,e[12]=d,e[13]=_,e[14]=S):(_=e[13],S=e[14]),Zx(_,S);let y;return e[15]!==f||e[16]!==t?(y=Qr(Xx,{fallback:Qr(Kx,{height:"35vh"}),children:f&&Qr(qx,{...t,editorConfig:f})}),e[15]=f,e[16]=t,e[17]=y):y=e[17],y};function eC(t){return t instanceof HTMLElement}function tC(...t){return t.filter(Boolean).join(" ")}var Io=new WeakMap;function ec(t){let e=t.changedTouches[0];return e===void 0?null:[e.clientX,e.clientY]}function vo(t,e){let o=Io.get(t);if(o===void 0){let r=new Set,n=s=>{o!==void 0&&(o.start=ec(s))},l=s=>{if(o===void 0)return;let{start:i}=o;if(i===null)return;let d=ec(s);for(let c of r)d!==null&&c([d[0]-i[0],d[1]-i[1]],s)};t.addEventListener("touchstart",n),t.addEventListener("touchend",l),o={handleTouchend:l,handleTouchstart:n,listeners:r,start:null},Io.set(t,o)}return o.listeners.add(e),()=>{oC(t,e)}}function oC(t,e){let o=Io.get(t);if(o===void 0)return;let{listeners:r}=o;r.delete(e),r.size===0&&(Io.delete(t),t.removeEventListener("touchstart",o.handleTouchstart),t.removeEventListener("touchend",o.handleTouchend))}function rC(t,e){return vo(t,(o,r)=>{let[n,l]=o;n<0&&-n>Math.abs(l)&&e(n,r)})}function nC(t,e){return vo(t,(o,r)=>{let[n,l]=o;n>0&&n>Math.abs(l)&&e(n,r)})}function lC(t,e){return vo(t,(o,r)=>{let[n,l]=o;l<0&&-l>Math.abs(n)&&e(n,r)})}function iC(t,e){return vo(t,(o,r)=>{let[n,l]=o;l>0&&l>Math.abs(n)&&e(n,r)})}import{c as sC}from"react/compiler-runtime";import{jsx as aC}from"react/jsx-runtime";import"react";var cC=()=>{let t=sC(2),{EditButton:e}=ge(),o;return t[0]!==e?(o=e?aC(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{c as uC}from"react/compiler-runtime";import{jsx as dC}from"react/jsx-runtime";import"react";var mC=()=>{let t=uC(2),{RemoveButton:e}=ge(),o;return t[0]!==e?(o=e?dC(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{c as pC}from"react/compiler-runtime";import{jsx as fC}from"react/jsx-runtime";import"react";var hC=()=>{let t=pC(2),{Label:e}=ge(),o;return t[0]!==e?(o=e?fC(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{c as gC}from"react/compiler-runtime";import{jsx as xC}from"react/jsx-runtime";import"react";var CC=t=>{let e=gC(3),{children:o}=t,{InlineBlockContainer:r}=ge(),n;return e[0]!==r||e[1]!==o?(n=r?xC(r,{children:o}):null,e[0]=r,e[1]=o,e[2]=n):n=e[2],n};import{jsx as bC}from"react/jsx-runtime";import"react";var kC=t=>{let{children:e,...o}=t,{BlockCollapsible:r}=Ce();return r?bC(r,{...o,children:e}):null};import{c as _C}from"react/compiler-runtime";import{jsx as TC}from"react/jsx-runtime";import"react";var wC=()=>{let t=_C(2),{EditButton:e}=Ce(),o;return t[0]!==e?(o=e?TC(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{c as SC}from"react/compiler-runtime";import{jsx as EC}from"react/jsx-runtime";import"react";var NC=()=>{let t=SC(2),{RemoveButton:e}=Ce(),o;return t[0]!==e?(o=e?EC(e,{}):null,t[0]=e,t[1]=o):o=t[1],o};import{stringify as LC}from"qs-esm";var yC=({apiURL:t,depth:e,draft:o,locale:r})=>async({id:l,collectionSlug:s,select:i})=>{let d=LC({depth:e??0,draft:o??!1,locale:r,select:i},{addQueryPrefix:!0});return await fetch(`${t}/${s}/${l}${d}`,{credentials:"include",headers:{Accept:"application/json","Content-Type":"application/json"},method:"GET"}).then(u=>u.json())};var tc={customEndRegex:{optional:!0,regExp:/[ \t]*```$/},customStartRegex:/^[ \t]*```(\w+)?/,doNotTrimChildren:!0,export:({fields:t})=>!t.code.includes(`
|
|
61
61
|
`)&&!t.language?.length?"```"+t.code+"```":"```"+(t.language||"")+(t.code?`
|
|
62
62
|
`+t.code:"")+"\n```",import:({children:t,closeMatch:e,openMatch:o})=>{let r=o?.[1];return t.startsWith(`
|
|
63
63
|
`)&&(t=t.slice(1)),t.endsWith(`
|
|
64
64
|
`)&&(t=t.slice(0,-1)),!!e&&!t.includes(`
|
|
65
|
-
`)&&o?.input?.trim()!=="```"+r?{code:r+(t?.length?t:""),language:""}:{code:t,language:r}}};import{jsx as IC}from"react/jsx-runtime";import{CodeField as vC,useFormFields as MC}from"@payloadcms/ui";import{useId as DC,useMemo as $C}from"react";var Do={abap:"ABAP",apex:"Apex",azcli:"Azure CLI",bat:"Batch",bicep:"Bicep",cameligo:"CameLIGO",clojure:"Clojure",coffee:"CoffeeScript",cpp:"C++",csharp:"C#",csp:"CSP",css:"CSS",cypher:"Cypher",dart:"Dart",dockerfile:"Dockerfile",ecl:"ECL",elixir:"Elixir",flow9:"Flow9",freemarker2:"FreeMarker 2",fsharp:"F#",go:"Go",graphql:"GraphQL",handlebars:"Handlebars",hcl:"HCL",html:"HTML",ini:"INI",java:"Java",javascript:"JavaScript",julia:"Julia",kotlin:"Kotlin",less:"Less",lexon:"Lexon",liquid:"Liquid",lua:"Lua",m3:"M3",markdown:"Markdown",mdx:"MDX",mips:"MIPS",msdax:"DAX",mysql:"MySQL","objective-c":"Objective-C",pascal:"Pascal",pascaligo:"PascaLIGO",perl:"Perl",pgsql:"PostgreSQL",php:"PHP",pla:"PLA",plaintext:"Plain Text",postiats:"Postiats",powerquery:"Power Query",powershell:"PowerShell",protobuf:"Protobuf",pug:"Pug",python:"Python",qsharp:"Q#",r:"R",razor:"Razor",redis:"Redis",redshift:"Amazon Redshift",restructuredtext:"reStructuredText",ruby:"Ruby",rust:"Rust",sb:"Small Basic",scala:"Scala",scheme:"Scheme",scss:"SCSS",shell:"Shell",solidity:"Solidity",sophia:"Sophia",sparql:"SPARQL",sql:"SQL",st:"Structured Text",swift:"Swift",systemverilog:"SystemVerilog",tcl:"Tcl",twig:"Twig",typescript:"TypeScript",typespec:"TypeSpec",vb:"Visual Basic",wgsl:"WGSL",xml:"XML",yaml:"YAML"};var AC=({autoComplete:t,field:e,forceRender:o,languages:r=Do,path:n,permissions:l,readOnly:s,renderedBlocks:i,schemaPath:d,typescript:c,validate:u})=>{let a=MC(([T])=>T.language),m=a?.value||a?.initialValue||"typescript",p=DC(),h=r[m],f=$C(()=>({...e,type:"code",admin:{...e.admin,editorOptions:{},editorProps:{defaultPath:m==="ts"?`file-${e.name}-${p}.tsx`:void 0},language:m}}),[e,m,p]),x=`${e.name}-${m}-${h}`;return f&&IC(vC,{autoComplete:t,field:f,forceRender:o,onMount:(T,E)=>{E.editor.defineTheme("vs-dark",{base:"vs-dark",colors:{"editor.background":"#222222"},inherit:!0,rules:[]}),E.editor.defineTheme("vs",{base:"vs",colors:{"editor.background":"#f5f5f5"},inherit:!0,rules:[]}),E.languages.typescript.typescriptDefaults.setCompilerOptions({allowNonTsExtensions:!0,allowJs:!0,allowSyntheticDefaultImports:!0,esModuleInterop:!0,jsx:E.languages.typescript.JsxEmit.React,moduleResolution:E.languages.typescript.ModuleResolutionKind.NodeJs,noEmit:!0,paths:c?.paths,reactNamespace:"React",target:E.languages.typescript.ScriptTarget[c?.target??"ESNext"],typeRoots:c?.typeRoots??["node_modules/@types"]}),E.languages.typescript.typescriptDefaults.setDiagnosticsOptions({noSemanticValidation:!c?.enableSemanticValidation,noSyntaxValidation:!1}),(async()=>c?.fetchTypes&&Array.isArray(c.fetchTypes)&&c.fetchTypes.length>0&&await Promise.all(c.fetchTypes.map(async _=>{let g=await(await fetch(_.url)).text();E.languages.typescript.typescriptDefaults.addExtraLib(g,_.filePath)})))()},path:n,permissions:l,readOnly:s,renderedBlocks:i,schemaPath:d,validate:u},x)};import{jsx as oe,jsxs as uc}from"react/jsx-runtime";import{useLexicalEditable as UC}from"@lexical/react/useLexicalEditable";import{ChevronIcon as WC,Combobox as GC,CopyToClipboard as VC,PopupList as KC,RenderFields as JC,useForm as zC,useFormFields as dc,useTranslation as XC}from"@payloadcms/ui";import ZC from"react";import{jsx as rc}from"react/jsx-runtime";import"react";var nc=()=>rc("svg",{fill:"none",height:"12",viewBox:"0 0 15 12",width:"15",xmlns:"http://www.w3.org/2000/svg",children:rc("path",{d:"M11.3738 8.62598L14.0404 5.95931L11.3738 3.29264M3.37376 3.29264L0.707092 5.95931L3.37376 8.62598M9.04043 0.625977L5.70709 11.2926",stroke:"currentColor",strokeLinecap:"square"})});import{jsx as ic}from"react/jsx-runtime";import"react";import{useCollapsible as FC}from"@payloadcms/ui";import{jsx as lc}from"react/jsx-runtime";import"react";var $o=()=>lc("svg",{fill:"none",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg",children:lc("path",{d:"M7.16667 13.8333V9.83333M7.16667 9.83333L9.16667 11.8333M7.16667 9.83333L5.16667 11.8333M7.16667 4.5V0.5M7.16667 4.5L9.16667 2.5M7.16667 4.5L5.16667 2.5M1.83333 7.16667H0.5M5.83333 7.16667H4.5M9.83333 7.16667H8.5M13.8333 7.16667H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})});var OC="code-block-collapse-button",sc=()=>{let{toggle:t}=FC();return ic("button",{className:OC,onClick:t,type:"button",children:ic($o,{})})};import{jsx as ac,jsxs as PC}from"react/jsx-runtime";import"react";import{useCollapsible as jC,useTranslation as HC}from"@payloadcms/ui";var BC="code-block-floating-collapse-button",cc=()=>{let{isCollapsed:t,toggle:e}=jC(),{t:o}=HC();return t?PC("button",{className:BC,onClick:e,type:"button",children:[ac("span",{children:o("general:collapse")}),ac($o,{})]}):null};var Ge="payload-richtext-code-block",YC=t=>{let{languages:e}=t,o=e||Do,{BlockCollapsible:r,formSchema:n,RemoveButton:l}=be(),{setModified:s}=zC(),{t:i}=XC(),{codeField:d}=dc(([h])=>({codeField:h?.code})),{selectedLanguageField:c,setSelectedLanguage:u}=dc(([h,f])=>({selectedLanguageField:h?.language,setSelectedLanguage:x=>{f({type:"UPDATE",path:"language",value:x}),s(!0)}})),a=o[c?.value],m=UC(),p=ZC.useMemo(()=>Object.entries(o).map(([h,f])=>({name:`${h} ${f}`,Component:oe(KC.Button,{active:!1,disabled:!1,onClick:()=>{u(h)},children:oe("span",{className:`${Ge}__language-code`,"data-language":h,children:f})})})),[o,u]);return oe(r,{Actions:uc("div",{className:`${Ge}__actions`,children:[oe(GC,{button:uc("div",{className:`${Ge}__language-selector-button`,"data-selected-language":c?.value,children:[oe("span",{children:a}),oe(WC,{className:`${Ge}__chevron`})]}),buttonType:"custom",className:`${Ge}__language-selector`,disabled:!m,entries:p,horizontalAlign:"right",minEntriesForSearch:8,searchPlaceholder:i("fields:searchForLanguage"),showScrollbar:!0,size:"large"}),oe(VC,{value:d?.value??""}),oe(sc,{}),m&&oe(l,{})]}),className:Ge,collapsibleProps:{AfterCollapsible:oe(cc,{}),disableHeaderToggle:!0,disableToggleIndicator:!0},Pill:oe("div",{className:`${Ge}__pill`,children:oe(nc,{})}),children:oe(JC,{fields:n,forceRender:!0,parentIndexPath:"",parentPath:"",parentSchemaPath:"",permissions:!0,readOnly:!m})})};import{c as qC}from"react/compiler-runtime";import{jsx as dt}from"react/jsx-runtime";import{FieldContext as QC,FieldPathContext as mc,ServerFunctionsContext as pc,ShimmerEffect as e2,useServerFunctions as t2}from"@payloadcms/ui";import o2,{useEffect as r2,useRef as n2}from"react";var l2=t=>{let e=qC(9),{field:o,initialValue:r,Loading:n,path:l,schemaPath:s,setValue:i,value:d}=t,[c,u]=o2.useState(null),a=t2(),{_internal_renderField:m}=a,[p,h]=s.split(".",2),f=l??(o&&"name"in o?o?.name:"")??"",x;e[0]!==m||e[1]!==o||e[2]!==r||e[3]!==l||e[4]!==s?(x=()=>{(async function(){let{Field:y}=await m({field:{...o||{},type:"richText",admin:{...o?.admin||{},hidden:!1}},initialValue:r??void 0,path:l,schemaPath:s});u(y)})()},e[0]=m,e[1]=o,e[2]=r,e[3]=l,e[4]=s,e[5]=x):x=e[5];let T=x,E=n2(!1),S,_;if(e[6]!==T?(S=()=>{E.current||(E.current=!0,T())},_=[T],e[6]=T,e[7]=S,e[8]=_):(S=e[7],_=e[8]),r2(S,_),!c)return typeof n<"u"?n:dt(e2,{});let b={...a,getFormState:async C=>a.getFormState({...C,collectionSlug:p==="collection"?h:void 0,globalSlug:p==="global"?h:void 0})};if(typeof d>"u"&&!i)return dt(pc,{value:{...b},children:dt(mc,{value:f,children:c},f)});let g={disabled:!1,formInitializing:!1,formProcessing:!1,formSubmitted:!1,initialValue:d,path:f,setValue:i??i2,showError:!1,value:d};return dt(pc,{value:{...b},children:dt(mc,{value:f,children:dt(QC,{value:g,children:c})},f)})};function i2(){}function fc({nodes:t,text:e}){let o={root:{type:"root",children:[],direction:"ltr",format:"",indent:0,version:1}};return e&&o.root.children.push({type:"paragraph",children:[{type:"text",detail:0,format:0,mode:"normal",style:"",text:e,version:1}],direction:"ltr",format:"",indent:0,textFormat:0,textStyle:"",version:1}),t?.length&&o.root.children.push(...t),o}var s2=fc;export{Rt as $createAutoLinkNode,Oe as $createBlockNode,qe as $createHorizontalRuleNode,ht as $createInlineBlockNode,Te as $createLinkNode,Ue as $createRelationshipNode,pe as $createUploadNode,Ee as $isAutoLinkNode,Ae as $isBlockNode,yt as $isHorizontalRuleNode,gt as $isInlineBlockNode,J as $isLinkNode,Er as $isRelationshipNode,ut as $isUploadNode,Oc as AlignFeatureClient,we as AutoLinkNode,_C as BlockCollapsible,EC as BlockEditButton,ie as BlockNode,LC as BlockRemoveButton,Wc as BlockquoteFeatureClient,Qu as BlocksFeatureClient,Td as BoldFeatureClient,ne as CAN_USE_DOM,yf as ChecklistFeatureClient,YC as CodeBlockBlockComponent,AC as CodeComponent,k0 as DETAIL_TYPE_TO_DETAIL,g0 as DOUBLE_LINE_BREAK,v0 as DebugJsxConverterFeatureClient,T0 as ELEMENT_FORMAT_TO_TYPE,_0 as ELEMENT_TYPE_TO_FORMAT,_c as ENABLE_SLASH_MENU_COMMAND,xc as EditorConfigProvider,xt as FieldsDrawer,rh as FixedToolbarFeatureClient,xm as HeadingFeatureClient,Am as HorizontalRuleFeatureClient,_e as HorizontalRuleNode,Ze as INSERT_BLOCK_COMMAND,Ye as INSERT_INLINE_BLOCK_COMMAND,f0 as IS_ALL_FORMATTING,Ym as IndentFeatureClient,bC as InlineBlockContainer,uC as InlineBlockEditButton,gC as InlineBlockLabel,ft as InlineBlockNode,pC as InlineBlockRemoveButton,Ld as InlineCodeFeatureClient,hh as InlineToolbarFeatureClient,vd as ItalicFeatureClient,C0 as LTR_REGEX,Yf as LexicalPluginToLexicalFeatureClient,pf as LinkFeatureClient,te as LinkNode,h0 as NON_BREAKING_SPACE,O as NodeFormat,Of as OrderedListFeatureClient,i0 as ParagraphFeatureClient,bc as Point,x0 as RTL_REGEX,Tc as Rect,_1 as RelationshipFeatureClient,Ne as RelationshipNode,l2 as RenderLexical,eC as RichTextField,n0 as SlateToLexicalFeatureClient,Od as StrikethroughFeatureClient,jd as SubscriptFeatureClient,Gd as SuperscriptFeatureClient,w0 as TEXT_MODE_TO_TYPE,b0 as TEXT_TYPE_TO_FORMAT,E0 as TEXT_TYPE_TO_MODE,ue as TOGGLE_LINK_COMMAND,sx as TableFeatureClient,pd as TestRecorderFeatureClient,im as TextStateFeatureClient,jt as ToolbarButton,We as ToolbarDropdown,Cd as TreeViewFeatureClient,Xd as UnderlineFeatureClient,Gf as UnorderedListFeatureClient,Gx as UploadFeatureClient,me as UploadNode,sC as addSwipeDownListener,nC as addSwipeLeftListener,lC as addSwipeRightListener,iC as addSwipeUpListener,s2 as buildDefaultEditorState,fc as buildEditorState,oc as codeConverterClient,or as createBlockNode,D as createClientFeature,M0 as defaultColors,Yr as defaultEditorLexicalConfig,Ir as getDOMRangeRect,wc as getEnabledNodes,RC as getRestPopulateFn,Qe as getSelectedNode,tC as isHTMLElement,kc as isPoint,oC as joinClasses,qr as sanitizeClientEditorConfig,ec as sanitizeClientFeatures,ko as setFloatingElemPosition,po as setFloatingElemPositionForLinkEditor,z as slashMenuBasicGroupWithItems,ke as toolbarAddDropdownGroupWithItems,nr as toolbarFeatureButtonsGroupWithItems,X as toolbarFormatGroupWithItems,ee as toolbarTextDropdownGroupWithItems,be as useBlockComponentContext,U as useEditorConfigContext,xe as useInlineBlockComponentContext,Cc as useLexicalDocumentDrawer,ge as useLexicalDrawer,Bt as useLexicalListDrawer};
|
|
65
|
+
`)&&o?.input?.trim()!=="```"+r?{code:r+(t?.length?t:""),language:""}:{code:t,language:r}}};import{jsx as RC}from"react/jsx-runtime";import{CodeField as IC,useFormFields as vC}from"@payloadcms/ui";import{useId as MC,useMemo as DC}from"react";var Mo={abap:"ABAP",apex:"Apex",azcli:"Azure CLI",bat:"Batch",bicep:"Bicep",cameligo:"CameLIGO",clojure:"Clojure",coffee:"CoffeeScript",cpp:"C++",csharp:"C#",csp:"CSP",css:"CSS",cypher:"Cypher",dart:"Dart",dockerfile:"Dockerfile",ecl:"ECL",elixir:"Elixir",flow9:"Flow9",freemarker2:"FreeMarker 2",fsharp:"F#",go:"Go",graphql:"GraphQL",handlebars:"Handlebars",hcl:"HCL",html:"HTML",ini:"INI",java:"Java",javascript:"JavaScript",julia:"Julia",kotlin:"Kotlin",less:"Less",lexon:"Lexon",liquid:"Liquid",lua:"Lua",m3:"M3",markdown:"Markdown",mdx:"MDX",mips:"MIPS",msdax:"DAX",mysql:"MySQL","objective-c":"Objective-C",pascal:"Pascal",pascaligo:"PascaLIGO",perl:"Perl",pgsql:"PostgreSQL",php:"PHP",pla:"PLA",plaintext:"Plain Text",postiats:"Postiats",powerquery:"Power Query",powershell:"PowerShell",protobuf:"Protobuf",pug:"Pug",python:"Python",qsharp:"Q#",r:"R",razor:"Razor",redis:"Redis",redshift:"Amazon Redshift",restructuredtext:"reStructuredText",ruby:"Ruby",rust:"Rust",sb:"Small Basic",scala:"Scala",scheme:"Scheme",scss:"SCSS",shell:"Shell",solidity:"Solidity",sophia:"Sophia",sparql:"SPARQL",sql:"SQL",st:"Structured Text",swift:"Swift",systemverilog:"SystemVerilog",tcl:"Tcl",twig:"Twig",typescript:"TypeScript",typespec:"TypeSpec",vb:"Visual Basic",wgsl:"WGSL",xml:"XML",yaml:"YAML"};var $C=({autoComplete:t,field:e,forceRender:o,languages:r=Mo,path:n,permissions:l,readOnly:s,renderedBlocks:i,schemaPath:d,typescript:c,validate:u})=>{let a=vC(([_])=>_.language),m=a?.value||a?.initialValue||"typescript",p=MC(),h=r[m],f=DC(()=>({...e,type:"code",admin:{...e.admin,editorOptions:{},editorProps:{defaultPath:m==="ts"?`file-${e.name}-${p}.tsx`:void 0},language:m}}),[e,m,p]),x=`${e.name}-${m}-${h}`;return f&&RC(IC,{autoComplete:t,field:f,forceRender:o,onMount:(_,S)=>{S.editor.defineTheme("vs-dark",{base:"vs-dark",colors:{"editor.background":"#222222"},inherit:!0,rules:[]}),S.editor.defineTheme("vs",{base:"vs",colors:{"editor.background":"#f5f5f5"},inherit:!0,rules:[]}),S.languages.typescript.typescriptDefaults.setCompilerOptions({allowNonTsExtensions:!0,allowJs:!0,allowSyntheticDefaultImports:!0,esModuleInterop:!0,jsx:S.languages.typescript.JsxEmit.React,moduleResolution:S.languages.typescript.ModuleResolutionKind.NodeJs,noEmit:!0,paths:c?.paths,reactNamespace:"React",target:S.languages.typescript.ScriptTarget[c?.target??"ESNext"],typeRoots:c?.typeRoots??["node_modules/@types"]}),S.languages.typescript.typescriptDefaults.setDiagnosticsOptions({noSemanticValidation:!c?.enableSemanticValidation,noSyntaxValidation:!1}),(async()=>c?.fetchTypes&&Array.isArray(c.fetchTypes)&&c.fetchTypes.length>0&&await Promise.all(c.fetchTypes.map(async k=>{let g=await(await fetch(k.url)).text();S.languages.typescript.typescriptDefaults.addExtraLib(g,k.filePath)})))()},path:n,permissions:l,readOnly:s,renderedBlocks:i,schemaPath:d,validate:u},x)};import{jsx as oe,jsxs as cc}from"react/jsx-runtime";import{useLexicalEditable as HC}from"@lexical/react/useLexicalEditable";import{ChevronIcon as UC,Combobox as WC,CopyToClipboard as GC,PopupList as VC,RenderFields as KC,useForm as JC,useFormFields as uc,useTranslation as zC}from"@payloadcms/ui";import XC from"react";import{jsx as oc}from"react/jsx-runtime";import"react";var rc=()=>oc("svg",{fill:"none",height:"12",viewBox:"0 0 15 12",width:"15",xmlns:"http://www.w3.org/2000/svg",children:oc("path",{d:"M11.3738 8.62598L14.0404 5.95931L11.3738 3.29264M3.37376 3.29264L0.707092 5.95931L3.37376 8.62598M9.04043 0.625977L5.70709 11.2926",stroke:"currentColor",strokeLinecap:"square"})});import{jsx as lc}from"react/jsx-runtime";import"react";import{useCollapsible as AC}from"@payloadcms/ui";import{jsx as nc}from"react/jsx-runtime";import"react";var Do=()=>nc("svg",{fill:"none",height:"15",viewBox:"0 0 15 15",width:"15",xmlns:"http://www.w3.org/2000/svg",children:nc("path",{d:"M7.16667 13.8333V9.83333M7.16667 9.83333L9.16667 11.8333M7.16667 9.83333L5.16667 11.8333M7.16667 4.5V0.5M7.16667 4.5L9.16667 2.5M7.16667 4.5L5.16667 2.5M1.83333 7.16667H0.5M5.83333 7.16667H4.5M9.83333 7.16667H8.5M13.8333 7.16667H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})});var OC="code-block-collapse-button",ic=()=>{let{toggle:t}=AC();return lc("button",{className:OC,onClick:t,type:"button",children:lc(Do,{})})};import{jsx as sc,jsxs as FC}from"react/jsx-runtime";import"react";import{useCollapsible as BC,useTranslation as jC}from"@payloadcms/ui";var PC="code-block-floating-collapse-button",ac=()=>{let{isCollapsed:t,toggle:e}=BC(),{t:o}=jC();return t?FC("button",{className:PC,onClick:e,type:"button",children:[sc("span",{children:o("general:collapse")}),sc(Do,{})]}):null};var Ue="payload-richtext-code-block",ZC=t=>{let{languages:e}=t,o=e||Mo,{BlockCollapsible:r,formSchema:n,RemoveButton:l}=Ce(),{setModified:s}=JC(),{t:i}=zC(),{codeField:d}=uc(([h])=>({codeField:h?.code})),{selectedLanguageField:c,setSelectedLanguage:u}=uc(([h,f])=>({selectedLanguageField:h?.language,setSelectedLanguage:x=>{f({type:"UPDATE",path:"language",value:x}),s(!0)}})),a=o[c?.value],m=HC(),p=XC.useMemo(()=>Object.entries(o).map(([h,f])=>({name:`${h} ${f}`,Component:oe(VC.Button,{active:!1,disabled:!1,onClick:()=>{u(h)},children:oe("span",{className:`${Ue}__language-code`,"data-language":h,children:f})})})),[o,u]);return oe(r,{Actions:cc("div",{className:`${Ue}__actions`,children:[oe(WC,{button:cc("div",{className:`${Ue}__language-selector-button`,"data-selected-language":c?.value,children:[oe("span",{children:a}),oe(UC,{className:`${Ue}__chevron`})]}),buttonType:"custom",className:`${Ue}__language-selector`,disabled:!m,entries:p,horizontalAlign:"right",minEntriesForSearch:8,searchPlaceholder:i("fields:searchForLanguage"),showScrollbar:!0,size:"large"}),oe(GC,{value:d?.value??""}),oe(ic,{}),m&&oe(l,{})]}),className:Ue,collapsibleProps:{AfterCollapsible:oe(ac,{}),disableHeaderToggle:!0,disableToggleIndicator:!0},Pill:oe("div",{className:`${Ue}__pill`,children:oe(rc,{})}),children:oe(KC,{fields:n,forceRender:!0,parentIndexPath:"",parentPath:"",parentSchemaPath:"",permissions:!0,readOnly:!m})})};import{c as YC}from"react/compiler-runtime";import{jsx as ct}from"react/jsx-runtime";import{FieldContext as qC,FieldPathContext as dc,ServerFunctionsContext as mc,ShimmerEffect as QC,useServerFunctions as e2}from"@payloadcms/ui";import t2,{useEffect as o2,useRef as r2}from"react";var n2=t=>{let e=YC(9),{field:o,initialValue:r,Loading:n,path:l,schemaPath:s,setValue:i,value:d}=t,[c,u]=t2.useState(null),a=e2(),{_internal_renderField:m}=a,[p,h]=s.split(".",2),f=l??(o&&"name"in o?o?.name:"")??"",x;e[0]!==m||e[1]!==o||e[2]!==r||e[3]!==l||e[4]!==s?(x=()=>{(async function(){let{Field:R}=await m({field:{...o||{},type:"richText",admin:{...o?.admin||{},hidden:!1}},initialValue:r??void 0,path:l,schemaPath:s});u(R)})()},e[0]=m,e[1]=o,e[2]=r,e[3]=l,e[4]=s,e[5]=x):x=e[5];let _=x,S=r2(!1),y,k;if(e[6]!==_?(y=()=>{S.current||(S.current=!0,_())},k=[_],e[6]=_,e[7]=y,e[8]=k):(y=e[7],k=e[8]),o2(y,k),!c)return typeof n<"u"?n:ct(QC,{});let C={...a,getFormState:async b=>a.getFormState({...b,collectionSlug:p==="collection"?h:void 0,globalSlug:p==="global"?h:void 0})};if(typeof d>"u"&&!i)return ct(mc,{value:{...C},children:ct(dc,{value:f,children:c},f)});let g={disabled:!1,formInitializing:!1,formProcessing:!1,formSubmitted:!1,initialValue:d,path:f,setValue:i??l2,showError:!1,value:d};return ct(mc,{value:{...C},children:ct(dc,{value:f,children:ct(qC,{value:g,children:c})},f)})};function l2(){}function pc({nodes:t,text:e}){let o={root:{type:"root",children:[],direction:"ltr",format:"",indent:0,version:1}};return e&&o.root.children.push({type:"paragraph",children:[{type:"text",detail:0,format:0,mode:"normal",style:"",text:e,version:1}],direction:"ltr",format:"",indent:0,textFormat:0,textStyle:"",version:1}),t?.length&&o.root.children.push(...t),o}var i2=pc;export{Lt as $createAutoLinkNode,Oe as $createBlockNode,Ze as $createHorizontalRuleNode,pt as $createInlineBlockNode,_e as $createLinkNode,He as $createRelationshipNode,me as $createUploadNode,we as $isAutoLinkNode,$e as $isBlockNode,Nt as $isHorizontalRuleNode,ft as $isInlineBlockNode,J as $isLinkNode,wr as $isRelationshipNode,at as $isUploadNode,Oc as AlignFeatureClient,Te as AutoLinkNode,kC as BlockCollapsible,wC as BlockEditButton,ie as BlockNode,NC as BlockRemoveButton,Uc as BlockquoteFeatureClient,qu as BlocksFeatureClient,_d as BoldFeatureClient,ne as CAN_USE_DOM,Lf as ChecklistFeatureClient,ZC as CodeBlockBlockComponent,$C as CodeComponent,b0 as DETAIL_TYPE_TO_DETAIL,h0 as DOUBLE_LINE_BREAK,I0 as DebugJsxConverterFeatureClient,_0 as ELEMENT_FORMAT_TO_TYPE,k0 as ELEMENT_TYPE_TO_FORMAT,kc as ENABLE_SLASH_MENU_COMMAND,gc as EditorConfigProvider,ht as FieldsDrawer,eh as FixedToolbarFeatureClient,gm as HeadingFeatureClient,$m as HorizontalRuleFeatureClient,ke as HorizontalRuleNode,ze as INSERT_BLOCK_COMMAND,Xe as INSERT_INLINE_BLOCK_COMMAND,p0 as IS_ALL_FORMATTING,Zm as IndentFeatureClient,CC as InlineBlockContainer,cC as InlineBlockEditButton,hC as InlineBlockLabel,mt as InlineBlockNode,mC as InlineBlockRemoveButton,Nd as InlineCodeFeatureClient,fh as InlineToolbarFeatureClient,Id as ItalicFeatureClient,x0 as LTR_REGEX,Zf as LexicalPluginToLexicalFeatureClient,mf as LinkFeatureClient,te as LinkNode,f0 as NON_BREAKING_SPACE,A as NodeFormat,Of as OrderedListFeatureClient,l0 as ParagraphFeatureClient,Cc as Point,g0 as RTL_REGEX,_c as Rect,k1 as RelationshipFeatureClient,Ee as RelationshipNode,n2 as RenderLexical,Qx as RichTextField,r0 as SlateToLexicalFeatureClient,Od as StrikethroughFeatureClient,Bd as SubscriptFeatureClient,Wd as SuperscriptFeatureClient,T0 as TEXT_MODE_TO_TYPE,C0 as TEXT_TYPE_TO_FORMAT,w0 as TEXT_TYPE_TO_MODE,ce as TOGGLE_LINK_COMMAND,ix as TableFeatureClient,md as TestRecorderFeatureClient,lm as TextStateFeatureClient,Pt as ToolbarButton,Bt as ToolbarDropdown,xd as TreeViewFeatureClient,zd as UnderlineFeatureClient,Wf as UnorderedListFeatureClient,Wx as UploadFeatureClient,de as UploadNode,iC as addSwipeDownListener,rC as addSwipeLeftListener,nC as addSwipeRightListener,lC as addSwipeUpListener,i2 as buildDefaultEditorState,pc as buildEditorState,tc as codeConverterClient,tr as createBlockNode,M as createClientFeature,v0 as defaultColors,Yr as defaultEditorLexicalConfig,Ir as getDOMRangeRect,Tc as getEnabledNodes,yC as getRestPopulateFn,Ye as getSelectedNode,eC as isHTMLElement,bc as isPoint,tC as joinClasses,qr as sanitizeClientEditorConfig,Qa as sanitizeClientFeatures,ko as setFloatingElemPosition,uo as setFloatingElemPositionForLinkEditor,z as slashMenuBasicGroupWithItems,be as toolbarAddDropdownGroupWithItems,rr as toolbarFeatureButtonsGroupWithItems,X as toolbarFormatGroupWithItems,ee as toolbarTextDropdownGroupWithItems,Ce as useBlockComponentContext,U as useEditorConfigContext,ge as useInlineBlockComponentContext,xc as useLexicalDocumentDrawer,he as useLexicalDrawer,Ft as useLexicalListDrawer};
|
|
66
66
|
//# sourceMappingURL=index.js.map
|