commspliant-html-editor 0.0.10 → 0.0.12
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/README.md +148 -15
- package/dist/commspliant-html-editor.css +1 -1
- package/dist/components/Editor.d.ts +1 -1
- package/dist/components/Editor.d.ts.map +1 -1
- package/dist/components/EditorChrome.d.ts +193 -0
- package/dist/components/EditorChrome.d.ts.map +1 -0
- package/dist/components/EditorShellContext.d.ts +13 -0
- package/dist/components/EditorShellContext.d.ts.map +1 -0
- package/dist/components/EditorWorkspaceFrame.d.ts +13 -0
- package/dist/components/EditorWorkspaceFrame.d.ts.map +1 -0
- package/dist/components/EditorWorkspaceHost.d.ts +109 -0
- package/dist/components/EditorWorkspaceHost.d.ts.map +1 -0
- package/dist/components/HtmlPageTabs.d.ts +8 -0
- package/dist/components/HtmlPageTabs.d.ts.map +1 -0
- package/dist/components/MultiPageVisualSurface.d.ts +22 -1
- package/dist/components/MultiPageVisualSurface.d.ts.map +1 -1
- package/dist/components/RulerVisualFrame.d.ts +42 -0
- package/dist/components/RulerVisualFrame.d.ts.map +1 -0
- package/dist/components/VisualSurface.d.ts +21 -1
- package/dist/components/VisualSurface.d.ts.map +1 -1
- package/dist/components/editorDocumentBridgeTypes.d.ts +11 -0
- package/dist/components/editorDocumentBridgeTypes.d.ts.map +1 -0
- package/dist/components/rulerDocumentHandlers.d.ts +14 -0
- package/dist/components/rulerDocumentHandlers.d.ts.map +1 -0
- package/dist/components/useMultiPageRulerMetrics.d.ts +10 -0
- package/dist/components/useMultiPageRulerMetrics.d.ts.map +1 -0
- package/dist/components/usePageRulerMetrics.d.ts +8 -0
- package/dist/components/usePageRulerMetrics.d.ts.map +1 -0
- package/dist/core/commandTypes.d.ts +24 -6
- package/dist/core/commandTypes.d.ts.map +1 -1
- package/dist/core/commands.d.ts.map +1 -1
- package/dist/core/documentEquality.d.ts +6 -0
- package/dist/core/documentEquality.d.ts.map +1 -0
- package/dist/core/documentStyles.d.ts +6 -0
- package/dist/core/documentStyles.d.ts.map +1 -1
- package/dist/core/fontFamily.d.ts +6 -1
- package/dist/core/fontFamily.d.ts.map +1 -1
- package/dist/core/image.d.ts +8 -2
- package/dist/core/image.d.ts.map +1 -1
- package/dist/core/imageRegistry.d.ts +20 -0
- package/dist/core/imageRegistry.d.ts.map +1 -0
- package/dist/core/imageWebp.d.ts +6 -0
- package/dist/core/imageWebp.d.ts.map +1 -0
- package/dist/core/multiPage.d.ts +12 -0
- package/dist/core/multiPage.d.ts.map +1 -1
- package/dist/core/page.d.ts +14 -2
- package/dist/core/page.d.ts.map +1 -1
- package/dist/core/pageAtRule.d.ts.map +1 -1
- package/dist/core/pageBackgroundImage.d.ts +9 -0
- package/dist/core/pageBackgroundImage.d.ts.map +1 -1
- package/dist/core/pageBreak.d.ts +1 -0
- package/dist/core/pageBreak.d.ts.map +1 -1
- package/dist/core/pageCanvasLayout.d.ts +21 -1
- package/dist/core/pageCanvasLayout.d.ts.map +1 -1
- package/dist/core/pageGeometry.d.ts +18 -0
- package/dist/core/pageGeometry.d.ts.map +1 -0
- package/dist/core/pagePrintBleed.d.ts +7 -0
- package/dist/core/pagePrintBleed.d.ts.map +1 -0
- package/dist/core/pageProperties.d.ts.map +1 -1
- package/dist/core/pageRowHeight.d.ts +16 -0
- package/dist/core/pageRowHeight.d.ts.map +1 -0
- package/dist/core/pageZoom.d.ts +5 -0
- package/dist/core/pageZoom.d.ts.map +1 -1
- package/dist/core/paragraphBackgroundImage.d.ts +4 -0
- package/dist/core/paragraphBackgroundImage.d.ts.map +1 -0
- package/dist/core/paragraphIndent.d.ts +19 -0
- package/dist/core/paragraphIndent.d.ts.map +1 -0
- package/dist/core/printLayout.d.ts +3 -0
- package/dist/core/printLayout.d.ts.map +1 -0
- package/dist/core/rulerUnits.d.ts +35 -0
- package/dist/core/rulerUnits.d.ts.map +1 -0
- package/dist/core/visualBodySync.d.ts +13 -0
- package/dist/core/visualBodySync.d.ts.map +1 -0
- package/dist/hooks/useDialogFocusTrap.d.ts +11 -0
- package/dist/hooks/useDialogFocusTrap.d.ts.map +1 -0
- package/dist/hooks/useEditorDialogState.d.ts +197 -0
- package/dist/hooks/useEditorDialogState.d.ts.map +1 -0
- package/dist/hooks/usePageStore.d.ts +32 -0
- package/dist/hooks/usePageStore.d.ts.map +1 -0
- package/dist/hooks/useViewportAnchoredPosition.d.ts +24 -0
- package/dist/hooks/useViewportAnchoredPosition.d.ts.map +1 -0
- package/dist/hooks/useVirtualPageRange.d.ts +30 -0
- package/dist/hooks/useVirtualPageRange.d.ts.map +1 -0
- package/dist/hooks/useVisualPageBodies.d.ts +3 -0
- package/dist/hooks/useVisualPageBodies.d.ts.map +1 -0
- package/dist/i18n/en.d.ts.map +1 -1
- package/dist/i18n/es.d.ts.map +1 -1
- package/dist/i18n/types.d.ts +144 -0
- package/dist/i18n/types.d.ts.map +1 -1
- package/dist/icons/HelpIcon.d.ts +3 -0
- package/dist/icons/HelpIcon.d.ts.map +1 -0
- package/dist/icons/RulerIcon.d.ts +3 -0
- package/dist/icons/RulerIcon.d.ts.map +1 -0
- package/dist/icons/index.d.ts +2 -0
- package/dist/icons/index.d.ts.map +1 -1
- package/dist/index.cjs +233 -8
- package/dist/index.js +17161 -12732
- package/dist/modules/contextMenu/ContextMenu.d.ts +2 -1
- package/dist/modules/contextMenu/ContextMenu.d.ts.map +1 -1
- package/dist/modules/file/commands.d.ts.map +1 -1
- package/dist/modules/file/fileDialogs.d.ts.map +1 -1
- package/dist/modules/file/printHtml.d.ts +1 -0
- package/dist/modules/file/printHtml.d.ts.map +1 -1
- package/dist/modules/format/ColorField.d.ts.map +1 -1
- package/dist/modules/format/ColorSelect.d.ts.map +1 -1
- package/dist/modules/format/CustomCssDialog.d.ts.map +1 -1
- package/dist/modules/format/CustomParagraphStyleDialog.d.ts.map +1 -1
- package/dist/modules/format/FontFamilySelect.d.ts.map +1 -1
- package/dist/modules/format/FontPropertiesDialog.d.ts.map +1 -1
- package/dist/modules/format/FontSizeCombobox.d.ts.map +1 -1
- package/dist/modules/format/PagePropertiesDialog.d.ts +4 -2
- package/dist/modules/format/PagePropertiesDialog.d.ts.map +1 -1
- package/dist/modules/format/ParagraphPropertiesDialog.d.ts +11 -2
- package/dist/modules/format/ParagraphPropertiesDialog.d.ts.map +1 -1
- package/dist/modules/format/ParagraphStyleSelect.d.ts.map +1 -1
- package/dist/modules/format/paragraphDialog.d.ts.map +1 -1
- package/dist/modules/help/AboutDialog.d.ts +6 -0
- package/dist/modules/help/AboutDialog.d.ts.map +1 -0
- package/dist/modules/help/HelpDialog.d.ts +9 -0
- package/dist/modules/help/HelpDialog.d.ts.map +1 -0
- package/dist/modules/help/articles.d.ts +16 -0
- package/dist/modules/help/articles.d.ts.map +1 -0
- package/dist/modules/help/catalog.d.ts +3 -0
- package/dist/modules/help/catalog.d.ts.map +1 -0
- package/dist/modules/help/commands.d.ts +3 -0
- package/dist/modules/help/commands.d.ts.map +1 -0
- package/dist/modules/help/index.d.ts +5 -0
- package/dist/modules/help/index.d.ts.map +1 -0
- package/dist/modules/help/search.d.ts +10 -0
- package/dist/modules/help/search.d.ts.map +1 -0
- package/dist/modules/help/version.d.ts +3 -0
- package/dist/modules/help/version.d.ts.map +1 -0
- package/dist/modules/history/history.d.ts +4 -0
- package/dist/modules/history/history.d.ts.map +1 -1
- package/dist/modules/history/index.d.ts +4 -2
- package/dist/modules/history/index.d.ts.map +1 -1
- package/dist/modules/history/multiPageHistory.d.ts +38 -0
- package/dist/modules/history/multiPageHistory.d.ts.map +1 -0
- package/dist/modules/insert/AudioDialog.d.ts.map +1 -1
- package/dist/modules/insert/BookmarkDialog.d.ts.map +1 -1
- package/dist/modules/insert/ImageDialog.d.ts.map +1 -1
- package/dist/modules/insert/ImagePropertiesDialog.d.ts.map +1 -1
- package/dist/modules/insert/ImageSizeField.d.ts.map +1 -1
- package/dist/modules/insert/LinkDialog.d.ts.map +1 -1
- package/dist/modules/insert/YoutubeDialog.d.ts.map +1 -1
- package/dist/modules/insert/catalog.d.ts.map +1 -1
- package/dist/modules/insert/commands.d.ts +2 -2
- package/dist/modules/insert/commands.d.ts.map +1 -1
- package/dist/modules/ruler/HorizontalRuler.d.ts +27 -0
- package/dist/modules/ruler/HorizontalRuler.d.ts.map +1 -0
- package/dist/modules/ruler/IndentArrowIcon.d.ts +14 -0
- package/dist/modules/ruler/IndentArrowIcon.d.ts.map +1 -0
- package/dist/modules/ruler/VerticalRuler.d.ts +20 -0
- package/dist/modules/ruler/VerticalRuler.d.ts.map +1 -0
- package/dist/modules/ruler/index.d.ts +5 -0
- package/dist/modules/ruler/index.d.ts.map +1 -0
- package/dist/modules/ruler/rulerTypes.d.ts +26 -0
- package/dist/modules/ruler/rulerTypes.d.ts.map +1 -0
- package/dist/modules/ruler/useRulerPointerDrag.d.ts +17 -0
- package/dist/modules/ruler/useRulerPointerDrag.d.ts.map +1 -0
- package/dist/modules/table/CellPropertiesDialog.d.ts.map +1 -1
- package/dist/modules/table/RowPropertiesDialog.d.ts.map +1 -1
- package/dist/modules/table/TableDialog.d.ts.map +1 -1
- package/dist/modules/table/TablePropertiesDialog.d.ts.map +1 -1
- package/dist/modules/view/DocumentPreviewDialog.d.ts +1 -0
- package/dist/modules/view/DocumentPreviewDialog.d.ts.map +1 -1
- package/dist/modules/view/catalog.d.ts.map +1 -1
- package/dist/modules/view/commands.d.ts +2 -2
- package/dist/modules/view/commands.d.ts.map +1 -1
- package/dist/test/commandContext.d.ts +3 -0
- package/dist/test/commandContext.d.ts.map +1 -0
- package/dist/toolbar/CustomizeToolbarDialog.d.ts.map +1 -1
- package/dist/toolbar/EditorToolbar.d.ts +3 -1
- package/dist/toolbar/EditorToolbar.d.ts.map +1 -1
- package/dist/toolbar/IconNav.d.ts.map +1 -1
- package/dist/toolbar/MenuBar.d.ts.map +1 -1
- package/dist/toolbar/ToolbarQuerySubscription.d.ts +7 -0
- package/dist/toolbar/ToolbarQuerySubscription.d.ts.map +1 -0
- package/dist/toolbar/defaultCatalog.d.ts.map +1 -1
- package/dist/toolbar/defaultLayout.d.ts.map +1 -1
- package/dist/toolbar/multiPageChrome.d.ts +0 -2
- package/dist/toolbar/multiPageChrome.d.ts.map +1 -1
- package/dist/toolbar/toolbarQueryRevisions.d.ts +10 -0
- package/dist/toolbar/toolbarQueryRevisions.d.ts.map +1 -0
- package/dist/toolbar/toolbarShellProps.d.ts +17 -0
- package/dist/toolbar/toolbarShellProps.d.ts.map +1 -0
- package/dist/types.d.ts +15 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,145 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react/jsx-runtime"),c=require("react"),Vs=require("react-dom");function Xg({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"audio",children:[o.jsx("path",{d:"M9 18V5l12-2v13"}),o.jsx("circle",{cx:"6",cy:"18",r:"3"}),o.jsx("circle",{cx:"18",cy:"16",r:"3"})]})}function Si({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"align-center",children:[o.jsx("path",{d:"M4 6h16"}),o.jsx("path",{d:"M7 12h10"}),o.jsx("path",{d:"M4 18h16"})]})}function Od({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"align-justify",children:[o.jsx("path",{d:"M4 6h16"}),o.jsx("path",{d:"M4 12h16"}),o.jsx("path",{d:"M4 18h16"})]})}function ki({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"align-left",children:[o.jsx("path",{d:"M4 6h16"}),o.jsx("path",{d:"M4 12h10"}),o.jsx("path",{d:"M4 18h16"})]})}function Ai({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"align-right",children:[o.jsx("path",{d:"M4 6h16"}),o.jsx("path",{d:"M10 12h10"}),o.jsx("path",{d:"M4 18h16"})]})}function Jg({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"bold",children:[o.jsx("path",{d:"M7 5h6.5a3.5 3.5 0 0 1 0 7H7z"}),o.jsx("path",{d:"M7 12h7.5a3.5 3.5 0 0 1 0 7H7z"}),o.jsx("path",{d:"M7 5v14"})]})}function Qg({className:e}){return o.jsx("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"bookmark",children:o.jsx("path",{d:"M6 4h12a1 1 0 0 1 1 1v16l-7-4-7 4V5a1 1 0 0 1 1-1z"})})}function Kd({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"bullet-list",children:[o.jsx("path",{d:"M9 6h12"}),o.jsx("path",{d:"M9 12h12"}),o.jsx("path",{d:"M9 18h12"}),o.jsx("circle",{cx:"4.5",cy:"6",r:"1.2",fill:"currentColor",stroke:"none"}),o.jsx("circle",{cx:"4.5",cy:"12",r:"1.2",fill:"currentColor",stroke:"none"}),o.jsx("circle",{cx:"4.5",cy:"18",r:"1.2",fill:"currentColor",stroke:"none"})]})}function ep({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"cell-properties",children:[o.jsx("rect",{x:"3",y:"4",width:"18",height:"16",rx:"1"}),o.jsx("path",{d:"M3 12h18"}),o.jsx("path",{d:"M12 4v16"}),o.jsx("rect",{x:"12.5",y:"4.5",width:"8",height:"7",fill:"currentColor",stroke:"none",opacity:"0.25"})]})}function tp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"clear-formatting",children:[o.jsx("path",{d:"M4 5h12"}),o.jsx("path",{d:"M10 5v8"}),o.jsx("path",{d:"m14 15 6 6"}),o.jsx("path",{d:"m20 15-6 6"})]})}function Be({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"close",children:[o.jsx("path",{d:"M18 6L6 18"}),o.jsx("path",{d:"M6 6l12 12"})]})}function xu({className:e}){return o.jsx("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"comment",children:o.jsx("path",{d:"M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z"})})}function np({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"comments-visible",children:[o.jsx("path",{d:"M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z"}),o.jsx("path",{d:"M8 9h8M8 13h5"})]})}function rp({className:e}){return o.jsx("svg",{className:e,viewBox:"0 0 616.23 542.09",width:"45",height:"40","aria-hidden":"true","data-icon":"commspliant-shield",children:o.jsxs("g",{transform:"translate(129.79555,688.75474)",children:[o.jsx("path",{fill:"#334E68",d:"m 92.41768,-326.31771 a 0.3,0.3 0 0 1 0.48,0.05 q 5.04,8.55 15.34,22.7 5.5,7.55 11.93,14.77 11.84,13.3 12.69,14.16 11.29,11.41 26.17,23.51 c 4.66,3.79 9.84,8.83 15.07,12.39 18.71,12.72 34.7,23.08 52.84,31.97 q 15.29,7.5 16.67,8.12 5.77,2.59 8.73,3.54 c 1.66,0.54 2.74,-0.25 4.17,-0.93 q 27.98,-13.14 49.38,-25.74 21.15,-12.47 41.94,-29.56 1.28,-1.05 12.72,-11.11 c 11.11,-9.78 22.59,-22.12 30.48,-31.94 q 10.87,-13.52 16.67,-23.55 c 3.7,-6.41 7.66,-12.73 10.29,-18.63 q 9.41,-21.06 13.67,-35.18 8.51,-28.19 9.46,-61.31 0.96,-33.72 0.31,-64.55 -0.09,-4.4 2.81,-7.26 5.42,-5.33 7.5,-7.38 c 6.37,-6.25 11.24,-13.29 18.07,-19.23 q 7.84,-6.84 14.74,-16.11 0.14,-0.19 0.39,-0.15 0.61,0.1 0.52,0.7 -0.37,2.69 -0.35,4.95 c 0.37,45.85 0.81,76.35 -0.95,110.71 q -0.66,12.89 -2.71,28.52 -2.84,21.57 -7.17,36.03 -2.02,6.75 -5.4,17.5 c -5.64,17.94 -13.55,35.09 -23.13,50.9 q -1.72,2.86 -12.91,19.22 c -10.81,15.81 -22.83,29.61 -35.06,41.83 q -4.06,4.07 -17.47,16.38 -9.77,8.98 -18.52,15.14 -19.27,13.56 -32.8,21.84 c -8.27,5.05 -17.73,9.75 -26.22,14.7 q -3.66,2.13 -10.7,5.47 -27.19,12.89 -34.36,16.16 -3.92,1.79 -7.2,0.44 -3.47,-1.43 -11.46,-4.85 c -9.07,-3.89 -16.98,-8.27 -24.9,-11.89 -8.4,-3.84 -18.78,-9.89 -28.06,-15.14 q -43.25,-24.5 -76.54,-56.22 -11.98,-11.41 -24.94,-26.56 -12.76,-14.92 -26.13,-34.48 a 0.43,0.44 56.8 0 1 0.13,-0.61 c 12.12,-7.82 23.12,-17.82 33.81,-29.32 z"}),o.jsx("path",{fill:"#334E68",d:"m -128.82232,-375.77771 a 0.96,0.96 0 0 1 -0.8,-1.51 l 28.86,-41.82 a 3.24,3.2 6.2 0 1 1.45,-1.15 q 0.69,-0.27 3.64,-0.32 15.37,-0.27 46.58,-0.45 12.44,-0.07 19.69,-1.84 c 26.32,-6.42 44.55,-29.39 47.76,-55.67 q 1.05,-8.54 0.87,-20.92 c -0.55,-39.95 0.23,-77.15 -0.1,-117.57 a 0.94,0.95 85.4 0 1 0.81,-0.94 c 35.7,-5.08 70.26,-12.78 104.11,-23.86 q 9.4,-3.07 22.28,-7.05 8.6,-2.65 22.1,-7.58 18.33,-6.69 43.02,-16.74 23.04,-9.38 35.12,-15.34 1.17,-0.58 3.29,0.39 c 14.96,6.81 34.27,13.39 42.79,16.68 q 14.24,5.5 27.59,10.33 23.24,8.41 27.7,10.07 2.01,0.75 9.42,3.41 5.07,1.82 9.47,3.13 40.54,12.1 57.07,16.58 2.54,0.68 4.26,0.82 a 0.48,0.48 0 0 1 0.32,0.79 l -33.68,37.82 a 0.58,0.58 0 0 1 -0.68,0.13 q -3.43,-1.67 -5.84,-2.43 -8.74,-2.79 -47.37,-15.63 -8.92,-2.96 -17.51,-6.16 c -17.92,-6.67 -32.21,-11.74 -65.83,-24.24 -2.89,-1.08 -8.28,-3.56 -11.57,-2.33 -11.44,4.27 -27.67,11.24 -40.6,15.93 q -8.12,2.94 -26.33,9.89 c -21.86,8.35 -43.57,14.34 -67.25,21.47 q -20.07,6.03 -48.78,11.52 a 0.71,0.7 84.6 0 0 -0.57,0.7 q 0.1,95.52 0.1,95.57 c -0.53,30.1 -14.63,58.57 -36,79.25 -10.83,10.49 -23.5,17.98 -37.57,23.68 -10.14,4.1 -18.76,4.57 -31.18,4.79 q -3.1,0.05 -86.64,0.6 z"}),o.jsx("path",{fill:"#C9A227",d:"m 169.86768,-422.45771 q 0.04,-0.4 0.24,-0.59 c 3.41,-3.3 5.96,-6.99 9.56,-10.8 q 10.13,-10.72 15.25,-16.65 2.05,-2.38 5.38,-4.3 a 0.68,0.69 53.4 0 1 0.84,0.12 l 49.51,50.92 a 1.06,1.06 0 0 0 1.52,0 q 17.38,-17.8 26.4,-27.94 c 6.36,-7.14 15.04,-14.76 20.1,-20.56 q 10.29,-11.81 17.14,-18.67 7.41,-7.41 17.44,-18.41 13.85,-15.18 23.56,-24.67 c 3.68,-3.59 5.5,-6.17 8.54,-10.08 2.38,-3.06 4.42,-4.87 8.16,-8.31 6.16,-5.66 10.48,-11.49 16.47,-17.22 6.29,-6.03 12.87,-14.23 18.87,-20.24 q 5.56,-5.56 13.49,-14.45 c 6.79,-7.6 12.13,-13.02 18.46,-19.66 4.83,-5.06 9.88,-11.22 15.21,-16.21 a 1.91,1.91 0 0 1 1.3,-0.51 h 28.15 a 0.83,0.83 0 0 1 0.83,0.82 q 0.28,14.3 0.03,31.53 c -0.07,4.93 -1.9,6.19 -5.19,9.51 -5.86,5.92 -12.79,12.1 -18.21,18.16 q -6.63,7.4 -16.64,16.86 c -2.68,2.53 -6.31,6.91 -8.5,9.17 -8.76,9.01 -14.72,16.05 -22.55,23.36 q -1.37,1.28 -9.09,9.75 -4.93,5.41 -24.32,25.01 c -9.96,10.07 -19.18,20.45 -27.83,28.95 q -11.52,11.33 -20.29,20.96 c -19.16,21.01 -41.14,42.93 -58.64,61.61 q -10.7,11.42 -22.21,22 a 1.97,1.94 24 0 1 -1.38,0.52 q -1.9,-0.06 -3.83,-2.08 c -19.01,-19.93 -45.74,-44.39 -67.08,-67.5 q -5.05,-5.47 -10.42,-9.75 -0.31,-0.24 -0.27,-0.65 z"}),o.jsx("path",{fill:"#5B7B9C",d:"m 351.58768,-544.71771 a 0.41,0.41 0 0 1 0.17,0.69 q -15.9,15.29 -29.64,31.76 a 1.16,1.19 33.7 0 1 -1.44,0.3 c -5.87,-3 -10.72,-6.65 -16.97,-10.42 -17.2,-10.37 -38.83,-14.16 -59.18,-13.16 -12.15,0.6 -23.67,3.62 -34.54,8.11 -5.15,2.13 -9.08,4.66 -14.86,8.63 q -14.63,10.05 -22.02,17.75 -6.98,7.27 -17.47,22.45 c -5.11,7.4 -9.03,15.18 -13.55,23.27 q -5.09,9.08 -10.38,20.93 c -4.39,9.81 -8.53,17.45 -13.72,27.5 q -6,11.58 -11.58,19.91 c -6.74,10.09 -11.32,17.91 -17.68,26.12 -4.94,6.38 -10.92,12.4 -15.22,17.55 q -3.48,4.18 -9.33,9.51 c -20.66,18.83 -45.19,33.15 -72.9,38.24 q -15.17,2.79 -26.21,3.08 -22.84,0.6 -52.01,0.23 a 0.29,0.29 0 0 1 -0.24,-0.43 c 6.02,-10.58 11.85,-19.61 23.29,-37.61 q 2.27,-3.58 5.02,-6.38 a 3.39,3.4 24.3 0 1 2.63,-1 q 16.4,1.07 32.77,-1.23 c 15.39,-2.16 29.33,-7.66 42.1,-15.59 q 4.42,-2.75 14.17,-10.6 3.58,-2.89 14.27,-14.03 6.08,-6.33 9.69,-12.1 c 3.25,-5.19 7.59,-10.59 11.55,-17.24 q 16.77,-28.19 29.52,-56.84 c 4.49,-10.08 8.7,-16.87 15.5,-28.37 q 5.49,-9.29 14.18,-21.09 5.94,-8.07 12.61,-14.76 12.65,-12.7 13.8,-13.72 5.51,-4.84 19.01,-13.66 49.89,-32.59 109.07,-20.31 7.95,1.65 15.41,4.34 14.58,5.25 20.68,8.05 c 10.41,4.78 21.11,12.36 31.15,19.28 a 2.65,2.62 70.1 0 0 0.78,0.37 z"}),o.jsx("path",{fill:"#5B7B9C",d:"m 143.16768,-394.65771 q 0.46,0.11 0.45,0.6 -0.03,2.2 0.62,4.89 2.72,11.27 9.81,22.88 7.25,11.89 15.4,22.7 c 4.71,6.26 10.61,13.06 17.11,18.9 9.38,8.42 15.79,14.58 25.02,21.29 q 13.29,9.65 15.1,10.72 10.62,6.29 20.67,12.58 1.94,1.22 4,1.86 a 2.56,2.59 42.2 0 0 1.81,-0.1 c 7.1,-3.08 12.92,-6.7 21.76,-11.78 q 6.63,-3.81 11.42,-7.45 c 4.56,-3.47 9.98,-6.63 14.83,-10.52 q 18.45,-14.82 32.58,-32 6.8,-8.28 11.17,-16.16 c 7.76,-14.01 13.11,-25.52 16.26,-40.82 1.49,-7.23 1.56,-11.99 2.41,-21.26 a 3.66,3.67 70 0 1 1.06,-2.26 q 9.34,-9.27 20.72,-20.12 c 6.47,-6.15 12.23,-13.51 18.33,-19.07 a 0.67,0.67 0 0 1 1.11,0.43 q 1.92,19.96 1.77,37.52 -0.18,19.95 -4.43,40.76 -3.4,16.65 -11.34,32.24 -0.55,1.09 -4.75,9.06 -3,5.69 -5.08,8.85 c -9.56,14.55 -19.75,27.73 -31.99,39.39 q -7.6,7.24 -9.98,9.35 -10.58,9.37 -24.17,18.04 c -4.91,3.14 -9.19,7.11 -13.77,9.89 q -24.03,14.58 -42.68,23.19 -3.32,1.53 -8.02,-0.31 -1.97,-0.78 -11.41,-5.19 c -8.92,-4.17 -16.04,-8.65 -24.58,-13.03 q -6.75,-3.47 -13.06,-7.8 -18.87,-12.96 -21.03,-14.68 -15.47,-12.4 -29.21,-26.05 -5.39,-5.35 -13.86,-16.13 -6.45,-8.2 -14.56,-19.38 c -3.42,-4.72 -6.19,-10.2 -9.49,-14.45 a 1.33,1.32 44.2 0 1 -0.03,-1.59 c 5.8,-7.95 10.64,-13.7 15.23,-21.14 q 8.66,-14.03 14.39,-23.68 a 0.38,0.39 23.4 0 1 0.41,-0.17 z"})]})})}function op({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"custom-action",children:[o.jsx("rect",{x:"4",y:"4",width:"16",height:"16",rx:"2"}),o.jsx("path",{d:"M9 8.5c0-1 .7-1.5 1.5-1.5S12 7.5 12 8.5c0 1.2-3 1.2-3 3.2"}),o.jsx("path",{d:"M10.5 14v.5"}),o.jsx("path",{d:"M15 10v4"}),o.jsx("path",{d:"M13 12h4"})]})}function ip({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"custom-css",children:[o.jsx("path",{d:"M8 6h12"}),o.jsx("path",{d:"M8 12h12"}),o.jsx("path",{d:"M8 18h8"}),o.jsx("path",{d:"M4 6h.01"}),o.jsx("path",{d:"M4 12h.01"}),o.jsx("path",{d:"M4 18h.01"})]})}function ap({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"customize-toolbar",children:[o.jsx("rect",{x:"3",y:"4",width:"7",height:"7",rx:"1"}),o.jsx("rect",{x:"14",y:"4",width:"7",height:"7",rx:"1"}),o.jsx("rect",{x:"3",y:"13",width:"7",height:"7",rx:"1"}),o.jsx("rect",{x:"14",y:"13",width:"7",height:"7",rx:"1"})]})}function sp({className:e}){return o.jsx("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"dark-mode",children:o.jsx("path",{d:"M21 14.5A8.5 8.5 0 1 1 9.5 3 7 7 0 0 0 21 14.5z"})})}function $d({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"font-color",children:[o.jsx("path",{d:"M6 18L12 4l6 14"}),o.jsx("path",{d:"M8.5 13h7"})]})}function lp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"font-family",children:[o.jsx("path",{d:"M4 18L9 6l5 12"}),o.jsx("path",{d:"M6.2 13h5.6"}),o.jsx("path",{d:"M16 18V9"}),o.jsx("path",{d:"M16 9h5"})]})}function cp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"font-properties",children:[o.jsx("path",{d:"M4 20h4"}),o.jsx("path",{d:"M6 20V6"}),o.jsx("path",{d:"M4 6h4"}),o.jsx("path",{d:"M12 20V9"}),o.jsx("path",{d:"M12 9h8"}),o.jsx("path",{d:"M16 9v11"})]})}function up({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"font-size",children:[o.jsx("path",{d:"M4 18V8h3"}),o.jsx("path",{d:"M4 8h8"}),o.jsx("path",{d:"M10 8v10"}),o.jsx("path",{d:"M16 18V12h2"}),o.jsx("path",{d:"M16 12h5"}),o.jsx("path",{d:"M19 12v6"})]})}function dp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"format-brush",children:[o.jsx("path",{d:"m9.06 11.9 8.07-8.06a2.85 2.85 0 1 1 4.03 4.03l-8.06 8.08"}),o.jsx("path",{d:"M7.07 14.94c-1.66 0-3 1.34-3 3v2.06h2.06c1.66 0 3-1.34 3-3v-2.06Z"}),o.jsx("path",{d:"M7.07 14.94 4.01 18"})]})}function mp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"fullscreen",children:[o.jsx("path",{d:"M8 3H5a2 2 0 0 0-2 2v3"}),o.jsx("path",{d:"M21 8V5a2 2 0 0 0-2-2h-3"}),o.jsx("path",{d:"M3 16v3a2 2 0 0 0 2 2h3"}),o.jsx("path",{d:"M16 21h3a2 2 0 0 0 2-2v-3"})]})}function Ud({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"highlight-color",children:[o.jsx("path",{d:"M15.5 4.5l4 4-9 9H6.5v-4.5z"}),o.jsx("path",{d:"M13.5 6.5l4 4"}),o.jsx("path",{d:"M4 20h8"})]})}function fp({className:e}){return o.jsx("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"horizontalRule",children:o.jsx("path",{d:"M4 12h16"})})}function gp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"html",children:[o.jsx("path",{d:"M8 8l-4 4 4 4"}),o.jsx("path",{d:"M16 8l4 4-4 4"})]})}function Wd({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"image",children:[o.jsx("rect",{x:"3",y:"5",width:"18",height:"14",rx:"2"}),o.jsx("circle",{cx:"8.5",cy:"10",r:"1.5"}),o.jsx("path",{d:"m21 15-4.5-4.5L7 20"})]})}function pp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"indent",children:[o.jsx("path",{d:"M4 6h16"}),o.jsx("path",{d:"M12 12h8"}),o.jsx("path",{d:"M4 18h16"}),o.jsx("path",{d:"M4 9l4 3-4 3"})]})}function hp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"italic",children:[o.jsx("path",{d:"M10 4h9"}),o.jsx("path",{d:"M5 20h9"}),o.jsx("path",{d:"M14 4L8 20"})]})}function bp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"light-mode",children:[o.jsx("circle",{cx:"12",cy:"12",r:"4"}),o.jsx("path",{d:"M12 2v2"}),o.jsx("path",{d:"M12 20v2"}),o.jsx("path",{d:"M4.93 4.93l1.41 1.41"}),o.jsx("path",{d:"M17.66 17.66l1.41 1.41"}),o.jsx("path",{d:"M2 12h2"}),o.jsx("path",{d:"M20 12h2"}),o.jsx("path",{d:"M4.93 19.07l1.41-1.41"}),o.jsx("path",{d:"M17.66 6.34l1.41-1.41"})]})}function yp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"link",children:[o.jsx("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),o.jsx("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"})]})}function xp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"menu",children:[o.jsx("path",{d:"M4 6h16"}),o.jsx("path",{d:"M4 12h16"}),o.jsx("path",{d:"M4 18h16"})]})}function Cp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"merge-cells",children:[o.jsx("rect",{x:"3",y:"4",width:"18",height:"16",rx:"1"}),o.jsx("path",{d:"M3 12h5"}),o.jsx("path",{d:"M16 12h5"}),o.jsx("path",{d:"M12 4v16"}),o.jsx("path",{d:"M9 9l3 3-3 3"}),o.jsx("path",{d:"M15 9l-3 3 3 3"})]})}function Gd({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"numbered-list",children:[o.jsx("path",{d:"M10 6h11"}),o.jsx("path",{d:"M10 12h11"}),o.jsx("path",{d:"M10 18h11"}),o.jsx("path",{d:"M4 5v3h2"}),o.jsx("path",{d:"M4 11h2l-2 2h2"}),o.jsx("path",{d:"M4 19h2"}),o.jsx("path",{d:"M4 17h2v2"})]})}function wp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"open",children:[o.jsx("path",{d:"M3 7h6l2 2h10v3"}),o.jsx("path",{d:"M3 10l2.2 9h13.6L21 10H3z"})]})}function vp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"outdent",children:[o.jsx("path",{d:"M4 6h16"}),o.jsx("path",{d:"M12 12h8"}),o.jsx("path",{d:"M4 18h16"}),o.jsx("path",{d:"M8 9l-4 3 4 3"})]})}function Sp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"pageBreak",children:[o.jsx("path",{d:"M4 10h16",strokeDasharray:"3 2"}),o.jsx("path",{d:"M14 10v8"}),o.jsx("path",{d:"M18 14h4v4h-4z"})]})}function ni({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"page-properties",children:[o.jsx("path",{d:"M6 3h8l6 6v12H6z"}),o.jsx("path",{d:"M14 3v6h6"})]})}function kp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"paragraph-properties",children:[o.jsx("path",{d:"M13 4H9a4 4 0 0 0 0 8h2"}),o.jsx("path",{d:"M15 4v16"}),o.jsx("path",{d:"M11 4v16"})]})}function Ap({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"preview",children:[o.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),o.jsx("path",{d:"M14 2v6h6"}),o.jsx("path",{d:"M8 13h8"}),o.jsx("path",{d:"M8 17h5"})]})}function Pp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"paragraph-style",children:[o.jsx("path",{d:"M5 6h14"}),o.jsx("path",{d:"M5 10h10"}),o.jsx("path",{d:"M5 14h14"}),o.jsx("path",{d:"M5 18h8"})]})}function Dp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"plus",children:[o.jsx("path",{d:"M12 5v14"}),o.jsx("path",{d:"M5 12h14"})]})}function Ep({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"print",children:[o.jsx("path",{d:"M6 9V3h12v6"}),o.jsx("path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"}),o.jsx("path",{d:"M6 14h12v8H6z"})]})}function jp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"read-aloud",children:[o.jsx("path",{d:"M11 5L6 9H2v6h4l5 4V5z"}),o.jsx("path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"}),o.jsx("path",{d:"M19.07 4.93a10 10 0 0 1 0 14.14"})]})}function Rp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"redo",children:[o.jsx("path",{d:"M21 10H10a5 5 0 0 0 0 10h1"}),o.jsx("path",{d:"M17 6l4 4-4 4"})]})}function Tp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"row-properties",children:[o.jsx("rect",{x:"3",y:"4",width:"18",height:"16",rx:"1"}),o.jsx("path",{d:"M3 10h18"}),o.jsx("path",{d:"M3 16h18"}),o.jsx("rect",{x:"3.5",y:"4.5",width:"17",height:"5",fill:"currentColor",stroke:"none",opacity:"0.25"})]})}function Np({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"save",children:[o.jsx("path",{d:"M5 3h11l5 5v13H5V3z"}),o.jsx("path",{d:"M15 3v6H9V3"}),o.jsx("path",{d:"M8 21v-7h8v7"})]})}function Xa({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"table-column",children:[o.jsx("rect",{x:"3",y:"4",width:"18",height:"16",rx:"1"}),o.jsx("path",{d:"M3 10h18"}),o.jsx("path",{d:"M3 16h18"}),o.jsx("path",{d:"M9 4v16"}),o.jsx("path",{d:"M15 4v16"}),o.jsx("rect",{x:"9.5",y:"5",width:"5",height:"14",fill:"currentColor",stroke:"none",opacity:"0.25"})]})}function Cu({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"table",children:[o.jsx("rect",{x:"3",y:"4",width:"18",height:"16",rx:"1"}),o.jsx("path",{d:"M3 10h18"}),o.jsx("path",{d:"M3 16h18"}),o.jsx("path",{d:"M9 4v16"}),o.jsx("path",{d:"M15 4v16"})]})}function Ja({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"table-row",children:[o.jsx("rect",{x:"3",y:"4",width:"18",height:"16",rx:"1"}),o.jsx("path",{d:"M3 10h18"}),o.jsx("path",{d:"M3 16h18"}),o.jsx("rect",{x:"4",y:"10.5",width:"16",height:"5",fill:"currentColor",stroke:"none",opacity:"0.25"})]})}function Mp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"strikethrough",children:[o.jsx("path",{d:"M6 7.5C6 5.5 8 4 12 4s6 1.5 6 3.5-1.8 2.8-6 3.5"}),o.jsx("path",{d:"M6 16.5C6 18.5 8 20 12 20s6-1.5 6-3.5c0-1-.5-1.8-1.8-2.5"}),o.jsx("path",{d:"M4 12h16"})]})}function _p({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"underline",children:[o.jsx("path",{d:"M7 4v8a5 5 0 0 0 10 0V4"}),o.jsx("path",{d:"M5 20h14"})]})}function Lp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"undo",children:[o.jsx("path",{d:"M3 10h11a5 5 0 0 1 0 10h-1"}),o.jsx("path",{d:"M7 6L3 10l4 4"})]})}function Ip({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"unmerge-cells",children:[o.jsx("rect",{x:"3",y:"4",width:"18",height:"16",rx:"1"}),o.jsx("path",{d:"M12 4v16"}),o.jsx("path",{d:"M3 12h18"}),o.jsx("path",{d:"M9 9l-3 3 3 3"}),o.jsx("path",{d:"M15 9l3 3-3 3"})]})}function Fp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"visual",children:[o.jsx("path",{d:"M2 12s4-7 10-7 10 7 10 7-4 7-10 7S2 12 2 12z"}),o.jsx("circle",{cx:"12",cy:"12",r:"3"})]})}function Bp({className:e}){return o.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"youtube",children:[o.jsx("rect",{x:"2",y:"5",width:"20",height:"14",rx:"3"}),o.jsx("path",{d:"m10 9 6 3-6 3V9Z",fill:"currentColor",stroke:"none"})]})}const me="---";function Xt(e){return e===me}function Jt(e){return typeof e=="object"&&e!==null&&"submenu"in e}const Zs=new Set(["save","open","print","undo","redo","link","bookmark","horizontalRule","pageBreak","insertPageBefore","insertPageAfter","deletePage","visual","html","customizeToolbar","toolbarPositionTop","toolbarPositionLeft","toolbarPositionRight","toolbarPositionBottom","lightMode","darkMode","preview","readAloud","fullscreen","bold","italic","underline","strikethrough","clearFormatting","formatBrush","fontSize","fontFamily","paragraphStyle","fontProperties","customCss","paragraphProperties","pageProperties","imageProperties","fontColor","highlightColor","alignLeft","alignCenter","alignRight","alignJustify","indent","outdent","bulletList","numberedList","table","insertRowBelow","insertRowBefore","deleteRow","insertColumnAfter","insertColumnBefore","deleteColumn","mergeCells","unmergeCells","tableProperties","cellProperties","rowProperties"]),Hp=new Set(["file","edit","insert","table","view","format"]),Vd="custom",Zd="custom";function qd(e){return`custom:${e}`}function zp(e){return e==="menu"||e==="both"}function Op(e){return e==="toolbar"||e==="both"}function Yd(e){return e.map(t=>Jt(t)?{submenu:t.submenu,items:Yd(t.items)}:t)}function Kp(e){return{menus:e.menus.map(t=>({id:t.id,items:Yd(t.items)})),iconGroups:e.iconGroups.map(t=>({id:t.id,items:[...t.items]}))}}function Xd(e){return Xt(e)?!0:Jt(e)?e.items.every(Xd):Zs.has(e)}function Jd(e,t){for(const n of e)if(n===t||Jt(n)&&Jd(n.items,t))return!0;return!1}function $p(e){const t=e.tooltip??e.label;return{id:e.id,command:qd(e.id),icon:e.icon??op,label:e.label,ariaLabel:e.label,tooltip:t}}function Up(e,t,n,r){if(e.menus[n])r&&!e.menus[n].label&&!Hp.has(n)&&(e.menus[n]={...e.menus[n],label:r,ariaLabel:r});else if(n===Vd&&!r)e.menus[n]={id:n,labelKey:"menuCustom",ariaKey:"menuCustomAria"};else{const i=r??n;e.menus[n]={id:n,label:i,ariaLabel:i}}t.menus.some(i=>i.id===n)||t.menus.push({id:n,items:[]})}function Wp(e,t,n){if(e.groups[n]||(n===Zd?e.groups[n]={id:n,labelKey:"toolbarGroupCustom"}:e.groups[n]={id:n,label:n}),!t.iconGroups.some(r=>r.id===n)){const r={id:n,items:[]},i=t.iconGroups.findIndex(a=>a.items.includes("fullscreen"));i===-1?t.iconGroups.push(r):t.iconGroups.splice(i,0,r)}}function Gp(e,t,n){var a,s;const r={menus:{...t.menus},submenus:{...t.submenus},groups:{...t.groups},items:{...t.items}},i=Kp(n);for(const u of e??[])if(!(Zs.has(u.id)||Xt(u.id))){if(r.items[u.id]=$p(u),zp(u.showIn)){const f=((a=u.menu)==null?void 0:a.id)??Vd;Up(r,i,f,(s=u.menu)==null?void 0:s.label);const g=i.menus.find(p=>p.id===f);if(g&&!Jd(g.items,u.id)){const p=g.items[g.items.length-1];p!==void 0&&!Xt(p)&&g.items.every(Xd)&&g.items.push(me),g.items.push(u.id)}}if(Op(u.showIn)){const f=u.toolbarGroup??Zd;Wp(r,i,f);const g=i.iconGroups.find(p=>p.id===f);g&&!g.items.includes(u.id)&&g.items.push(u.id)}}return{catalog:r,layout:i}}function Vp(e,t){const n={};for(const r of e??[])Zs.has(r.id)||Xt(r.id)||(n[qd(r.id)]=()=>r.onAction(t()));return n}function Zp(e){return{cut:async()=>{await e.cut()},copy:async()=>{await e.copy()},deleteSelection:()=>{e.deleteSelection()}}}const qp="_chrome_boy0f_1",Yp={chrome:qp},Qd=c.createContext(!1);function Xp({dark:e,children:t}){return o.jsx(Qd.Provider,{value:e,children:t})}function Jp(){return c.useContext(Qd)}function hs(e){return{className:Yp.chrome,"data-wysiwyg-theme":e?"dark":"light"}}function ue({children:e}){const t=Jp(),n=hs(t);return Vs.createPortal(o.jsx("div",{className:n.className,"data-wysiwyg-theme":n["data-wysiwyg-theme"],children:e}),document.body)}function qs(e,t){const n=e[t];n==null||n()}const Ys={modeVisual:"Visual",modeHtml:"HTML",modeVisualAria:"Switch to visual mode",modeHtmlAria:"Switch to HTML mode",modeFullscreen:"Full screen",modeFullscreenAria:"Toggle full screen",modeLight:"Light mode",modeLightAria:"Switch to light mode",modeDark:"Dark mode",modeDarkAria:"Switch to dark mode",exitFullscreenAria:"Exit full screen",visualEditorAria:"Visual editor",htmlEditorAria:"HTML editor",menuFile:"File",menuFileAria:"File menu",menuEdit:"Edit",menuEditAria:"Edit menu",menuInsert:"Insert",menuInsertAria:"Insert menu",menuView:"View",menuViewAria:"View menu",menuFormat:"Format",menuFormatAria:"Format menu",menuFont:"Fonts",menuFontAria:"Fonts submenu",menuParagraph:"Paragraph",menuParagraphAria:"Paragraph submenu",menuParagraphStyles:"Paragraph styles",menuParagraphStylesAria:"Paragraph styles submenu",menuPage:"Page",menuPageAria:"Page submenu",menuToolbar:"Toolbar",menuToolbarAria:"Toolbar submenu",menuToolbarPosition:"Position",menuToolbarPositionAria:"Toolbar position submenu",toolbarPositionTop:"Top",toolbarPositionTopAria:"Dock toolbar at the top",toolbarPositionLeft:"Left",toolbarPositionLeftAria:"Dock toolbar on the left",toolbarPositionRight:"Right",toolbarPositionRightAria:"Dock toolbar on the right",toolbarPositionBottom:"Bottom",toolbarPositionBottomAria:"Dock toolbar at the bottom",menuImage:"Image",menuImageAria:"Image properties",menuInsertRow:"Row",menuInsertRowAria:"Insert or delete row",menuInsertColumn:"Column",menuInsertColumnAria:"Insert or delete column",menuTable:"Table",menuTableAria:"Table menu",menuCustom:"Custom",menuCustomAria:"Custom menu",menuHamburgerAria:"Open menu",menuCloseAria:"Close menu",menuOverlayAria:"Editor menu",brandMarkAria:"CommsPliant HTML editor",commandSave:"Save",commandSaveAria:"Save as HTML file",commandOpen:"Open",commandOpenAria:"Open HTML file",htmlFileDropOverlay:"Drop HTML file to open",commandPrint:"Print",commandPrintAria:"Print document",commandUndo:"Undo",commandUndoAria:"Undo",commandRedo:"Redo",commandRedoAria:"Redo",commandCut:"Cut",commandCutAria:"Cut",commandCopy:"Copy",commandCopyAria:"Copy",commandDelete:"Delete",commandDeleteAria:"Delete",commandLink:"Link",commandLinkAria:"Link",commandBookmark:"Bookmark",commandBookmarkAria:"Bookmark",commandImage:"Image",commandImageAria:"Insert image",commandAudio:"Audio",commandAudioAria:"Insert audio",commandYoutube:"YouTube video",commandYoutubeAria:"Insert YouTube video",commandImageProperties:"Image properties…",commandImagePropertiesAria:"Image properties",commandTable:"Table",commandTableAria:"Insert table",commandHorizontalRule:"Horizontal line",commandHorizontalRuleAria:"Insert horizontal line",commandPageBreak:"Page break",commandPageBreakAria:"Insert page break",menuInsertPage:"Page",menuInsertPageAria:"Insert page submenu",commandInsertPageBefore:"Page before",commandInsertPageBeforeAria:"Insert page before selected page",commandInsertPageAfter:"Page after",commandInsertPageAfterAria:"Insert page after selected page",commandTableProperties:"Table properties…",commandTablePropertiesAria:"Table properties",commandCellProperties:"Cell properties…",commandCellPropertiesAria:"Cell properties",commandRowProperties:"Row properties…",commandRowPropertiesAria:"Row properties",commandInsertRowBelow:"Add below",commandInsertRowBelowAria:"Add row below",commandInsertRowBefore:"Add before",commandInsertRowBeforeAria:"Add row before",commandDeleteRow:"Delete",commandDeleteRowAria:"Delete row",commandInsertColumnAfter:"Add after",commandInsertColumnAfterAria:"Add column after",commandInsertColumnBefore:"Add before",commandInsertColumnBeforeAria:"Add column before",commandDeleteColumn:"Delete",commandDeleteColumnAria:"Delete column",commandMergeCells:"Merge cells",commandMergeCellsAria:"Merge selected cells",commandUnmergeCells:"Unmerge cells",commandUnmergeCellsAria:"Split merged cells",contextMenuAria:"Editor context menu",commandBold:"Bold",commandBoldAria:"Bold",commandItalic:"Italic",commandItalicAria:"Italic",commandUnderline:"Underline",commandUnderlineAria:"Underline",commandStrikethrough:"Strikethrough",commandStrikethroughAria:"Strikethrough",commandClearFormatting:"Reset formatting",commandClearFormattingAria:"Reset formatting",commandFormatBrush:"Format brush",commandFormatBrushAria:"Copy formatting",commandFontSize:"Font size",commandFontSizeAria:"Font size",commandFontSizeUnitAria:"Font size unit",commandFontFamily:"Font",commandFontFamilyAria:"Font family",commandFontProperties:"Font properties…",commandFontPropertiesAria:"Font properties",commandCustomCss:"Custom CSS",commandCustomCssAria:"Custom CSS",commandParagraphProperties:"Paragraph properties…",commandParagraphPropertiesAria:"Paragraph properties",commandPageProperties:"Page properties…",commandPagePropertiesAria:"Page properties",commandDeletePage:"Delete page",commandDeletePageAria:"Delete selected page",deletePageDialogTitle:"Delete page",deletePageConfirmMessage:"Are you sure you want to delete the selected page?",commandFontColor:"Font color",commandFontColorAria:"Font color",commandHighlightColor:"Highlight color",commandHighlightColorAria:"Highlight color",commandParagraphStyle:"Styles",commandParagraphStyleAria:"Paragraph styles",commandAlignLeft:"Align left",commandAlignLeftAria:"Align left",commandAlignCenter:"Align center",commandAlignCenterAria:"Align center",commandAlignRight:"Align right",commandAlignRightAria:"Align right",commandAlignJustify:"Justify",commandAlignJustifyAria:"Justify",commandIndent:"Increase indent",commandIndentAria:"Increase indent",commandOutdent:"Decrease indent",commandOutdentAria:"Decrease indent",commandBulletList:"Bullet list",commandBulletListAria:"Bullet list",commandNumberedList:"Numbered list",commandNumberedListAria:"Numbered list",commandCustomizeToolbar:"Customize toolbar",commandCustomizeToolbarAria:"Customize toolbar",commandPreview:"Preview",commandPreviewAria:"Preview document",commandReadAloud:"Read aloud",commandReadAloudAria:"Read selection or document aloud",styleParagraph:"Paragraph",styleHeading1:"Heading 1",styleHeading2:"Heading 2",styleHeading3:"Heading 3",styleHeading4:"Heading 4",styleHeading5:"Heading 5",styleHeading6:"Heading 6",styleAddNew:"Add new",styleAddNewAria:"Add new paragraph style",customStyleDialogAddTitle:"Add paragraph style",customStyleDialogEditTitle:"Edit paragraph style",customStyleDialogTabFont:"Font",customStyleDialogTabParagraph:"Paragraph",customStyleDialogName:"Name",customStyleDialogDelete:"Delete",customStyleDialogDeleteConfirm:"Delete this paragraph style?",customStyleDialogCloseAria:"Close",customStyleLoading:"Loading paragraph styles",colorAutomatic:"Automatic",colorNone:"No color",colorCustom:"Custom color",colorHex:"Hex",colorRgbR:"R",colorRgbG:"G",colorRgbB:"B",colorPickFromScreen:"Pick from screen",colorRecent:"Recent colors",fontDialogTitle:"Font properties",fontDialogTabGeneral:"General",fontDialogFamily:"Font",fontFamilyDefault:"Default",fontDialogSize:"Size",fontDialogUnit:"Unit",fontDialogStyle:"Style",fontDialogOk:"OK",fontDialogCancel:"Cancel",linkDialogTitle:"Insert link",linkDialogTabLink:"Link",linkDialogTabBookmark:"Bookmark",linkDialogHref:"URL",linkDialogHoverTitle:"Title",linkDialogTargetBlank:"Open in a new tab",linkDialogTextDecorationNone:"No underline",linkDialogHover:"On hover",linkDialogHoverColor:"Color",linkDialogHoverColorField:"Hover color",linkDialogHoverHtml:"HTML",linkDialogHoverHtmlAria:"Custom hover HTML",linkDialogBookmark:"Bookmark",linkDialogBookmarkEmpty:"No bookmarks in this document.",linkDialogSelect:"Select",bookmarkDialogTitle:"Insert bookmark",bookmarkDialogName:"Bookmark name",bookmarkDialogHelp:"Start with a letter. Use only letters, numbers, hyphens, and underscores. Must be unique in the document.",bookmarkDialogHelpAria:"Bookmark name format",bookmarkDialogCloseAria:"Close",bookmarkDialogErrorEmpty:"Enter a bookmark name.",bookmarkDialogErrorInvalid:"Start with a letter. Use only letters, numbers, hyphens, and underscores.",bookmarkDialogErrorDuplicate:"A bookmark with this name already exists.",customCssDialogTitle:"Custom CSS",customCssDialogField:"CSS",customCssDialogFieldAria:"Custom CSS declarations",customCssDialogCloseAria:"Close",imageDialogTitle:"Insert image",imageDialogSource:"Source",imageDialogFile:"File",imageDialogChooseFile:"Choose file",imageDialogUrl:"Image URL",imageDialogAlt:"Alt text",imageDialogTitleField:"Title",imageDialogCloseAria:"Close",imageDialogErrorEmpty:"Choose a file or enter an image URL.",imageDialogErrorInvalid:"Enter a valid image URL.",imageDialogErrorType:"Use a JPEG, PNG, GIF, WebP, BMP, or AVIF image.",imageDialogErrorTooLarge:"Choose an image smaller than 2 MB.",audioDialogTitle:"Insert audio",audioDialogSource:"Source",audioDialogFile:"File",audioDialogChooseFile:"Choose file",audioDialogUrl:"Audio URL",audioDialogTitleField:"Title",audioDialogCloseAria:"Close",audioDialogErrorEmpty:"Choose a file or enter an audio URL.",audioDialogErrorInvalid:"Enter a valid audio URL.",audioDialogErrorType:"Use an MP3, WAV, OGG, AAC, WebM, or M4A audio file.",audioDialogErrorTooLarge:"Choose an audio file smaller than 5 MB.",youtubeDialogTitle:"Insert YouTube video",youtubeDialogUrl:"YouTube URL",youtubeDialogTitleField:"Title",youtubeDialogCloseAria:"Close",youtubeDialogErrorEmpty:"Enter a YouTube URL.",youtubeDialogErrorInvalid:"Enter a valid YouTube URL.",imagePropertiesDialogTitle:"Image properties",imagePropertiesDialogCloseAria:"Close",imagePropertiesTabAlignment:"Alignment",imagePropertiesTabBorder:"Border & margin",imagePropertiesTabAdvanced:"Advanced",imagePropertiesTabHover:"Hover",imagePropertiesSize:"Size",imagePropertiesSizeMode:"Size mode",imagePropertiesSizeWidth:"Width only",imagePropertiesSizeHeight:"Height only",imagePropertiesSizeLock:"Lock together",imagePropertiesWidth:"Width",imagePropertiesHeight:"Height",imagePropertiesWidthAria:"Image width",imagePropertiesHeightAria:"Image height",imagePropertiesSizeUnitAria:"Image size unit",imagePropertiesFit:"Fit",imagePropertiesFitDefault:"Default",imagePropertiesFitFill:"Fill",imagePropertiesFitContain:"Contain",imagePropertiesFitCover:"Cover",imagePropertiesFitNoneValue:"None",imagePropertiesFitScaleDown:"Scale down",imagePropertiesPosition:"Position",imagePropertiesPositionDefault:"Default",imagePropertiesPositionCenter:"Center",imagePropertiesPositionTop:"Top",imagePropertiesPositionBottom:"Bottom",imagePropertiesPositionLeft:"Left",imagePropertiesPositionRight:"Right",imagePropertiesPositionTopLeft:"Top left",imagePropertiesPositionTopRight:"Top right",imagePropertiesPositionBottomLeft:"Bottom left",imagePropertiesPositionBottomRight:"Bottom right",imagePropertiesRotation:"Rotation",imagePropertiesRotationUnit:"deg",imagePropertiesHoverCss:"Hover CSS",imagePropertiesHoverCssAria:"Custom hover CSS",imagePropertiesHoverHelp:"CSS applied when the pointer is over the image.",imageResizeHandleEastAria:"Resize image width, keep aspect ratio",imageResizeHandleSouthAria:"Resize image height, keep aspect ratio",imageResizeHandleSouthEastAria:"Resize image freely",tableDialogTitle:"Insert table",tableDialogCloseAria:"Close",tableDialogRows:"Rows",tableDialogColumns:"Columns",tableDialogSize:"Size",tableDialogGridAria:"Table size grid",tableDialogInsert:"Insert",tablePropertiesDialogTitle:"Table properties",tablePropertiesDialogCloseAria:"Close",tablePropertiesCollapse:"Border collapse",tablePropertiesCollapseCollapse:"Collapse",tablePropertiesCollapseSeparate:"Separate",tablePropertiesSpacing:"Border spacing",tablePropertiesWidth:"Width",cellPropertiesDialogTitle:"Cell properties",cellPropertiesDialogCloseAria:"Close",cellPropertiesColor:"Text color",cellPropertiesVerticalAlign:"Vertical align",cellPropertiesVerticalAlignDefault:"Default",cellPropertiesVerticalAlignTop:"Top",cellPropertiesVerticalAlignMiddle:"Middle",cellPropertiesVerticalAlignBottom:"Bottom",cellPropertiesVerticalAlignBaseline:"Baseline",cellPropertiesWidth:"Width",cellPropertiesColSpan:"Column span",cellPropertiesRowSpan:"Row span",rowPropertiesDialogTitle:"Row properties",rowPropertiesDialogCloseAria:"Close",rowPropertiesHeight:"Height",paragraphDialogTitle:"Paragraph properties",pageDialogTitle:"Page properties",pageDialogTabBackgroundImage:"Background Image",pageDialogTabPrint:"Print",pageAtRuleSize:"Page size",pageAtRuleSizeAuto:"Auto",pageAtRuleSizeA4:"A4",pageAtRuleSizeLetter:"Letter",pageAtRuleSizeLegal:"Legal",pageAtRuleSizeCustom:"Custom",pageAtRuleWidth:"Width",pageAtRuleHeight:"Height",pageAtRuleOrientation:"Orientation",pageAtRuleOrientationNone:"Default",pageAtRuleOrientationPortrait:"Portrait",pageAtRuleOrientationLandscape:"Landscape",pageAtRuleMargins:"Page margins",pageAtRuleReset:"Reset print settings",pageAtRuleResetAria:"Remove @page print settings from this page",menuZoom:"Zoom",menuZoomAria:"Zoom submenu",pageZoomFitWidth:"Fit width",pageZoomFitWidthAria:"Fit page width to the editor",pageZoomFitPage:"Fit page",pageZoomFitPageAria:"Fit entire page to the editor",pageZoom50:"50%",pageZoom50Aria:"Zoom to 50 percent",pageZoom75:"75%",pageZoom75Aria:"Zoom to 75 percent",pageZoom100:"100%",pageZoom100Aria:"Zoom to 100 percent",pageZoom125:"125%",pageZoom125Aria:"Zoom to 125 percent",pageZoom150:"150%",pageZoom150Aria:"Zoom to 150 percent",pageZoom200:"200%",pageZoom200Aria:"Zoom to 200 percent",pageBackgroundImagePreview:"Preview",pageBackgroundImagePreviewAlt:"Page background image preview",pageBackgroundImageClear:"Remove background image",pageBackgroundImageCurrent:"Image selected",paragraphDialogTabBorder:"Border",paragraphDialogTabBackground:"Background",paragraphDialogAlignment:"Alignment",paragraphDialogLists:"Lists",paragraphDialogSpacing:"Spacing",paragraphDialogMargin:"Margin",paragraphDialogPadding:"Padding",paragraphDialogLineHeight:"Line height",paragraphDialogLineHeightNormal:"Normal",paragraphDialogLineHeightUnitless:"×",paragraphDialogLinkSides:"Same on all sides",paragraphDialogSideTop:"Top",paragraphDialogSideRight:"Right",paragraphDialogSideBottom:"Bottom",paragraphDialogSideLeft:"Left",paragraphDialogBorder:"Border",paragraphDialogBorderStyle:"Style",paragraphDialogBorderWidth:"Width",paragraphDialogBorderColor:"Color",paragraphDialogBorderRadius:"Corner radius",paragraphDialogBoxShadow:"Box shadow",paragraphDialogShadowOffsetX:"Offset X",paragraphDialogShadowOffsetY:"Offset Y",paragraphDialogShadowBlur:"Blur",paragraphDialogShadowSpread:"Spread",paragraphDialogShadowColor:"Color",paragraphDialogShadowInset:"Inset",paragraphDialogLengthUnitAria:"Unit",paragraphDialogBorderStyleNone:"None",paragraphDialogBorderStyleSolid:"Solid",paragraphDialogBorderStyleDotted:"Dotted",paragraphDialogBorderStyleDashed:"Dashed",paragraphDialogBorderStyleDouble:"Double",paragraphDialogBorderStyleGroove:"Groove",paragraphDialogBorderStyleRidge:"Ridge",paragraphDialogBorderStyleInset:"Inset",paragraphDialogBorderStyleOutset:"Outset",paragraphDialogBackgroundColor:"Background color",paragraphDialogOpacity:"Opacity",paragraphDialogPageBreaks:"Page breaks",paragraphDialogBreakInside:"Break inside",paragraphDialogBreakAfter:"Break after",paragraphDialogBreakBefore:"Break before",paragraphDialogBreakAuto:"Auto",paragraphDialogBreakAvoid:"Avoid",paragraphDialogBreakPage:"Page",fontSizeUnitPt:"pt",fontSizeUnitPx:"px",fontSizeUnitEm:"em",fontSizeUnitRem:"rem",fontSizeUnitPercent:"%",fontSizeUnitPc:"pc",toolbarAria:"Formatting toolbar",toolbarGroupFile:"File",toolbarGroupPrint:"Print",toolbarGroupEdit:"Edit",toolbarGroupInsert:"Insert",toolbarGroupTable:"Table",toolbarGroupFont:"Fonts",toolbarGroupAlign:"Align",toolbarGroupParagraph:"Paragraph",toolbarGroupView:"View",toolbarGroupFullscreen:"Full screen",toolbarGroupCustom:"Custom",customizeToolbarDialogTitle:"Customize toolbar",customizeToolbarDialogReset:"Reset",customizeToolbarDialogClose:"Close",customizeToolbarDialogCloseAria:"Close",customizeToolbarDialogLoading:"Loading toolbar settings",customizeToolbarItemVisible:"Show on toolbar",customizeToolbarDragHandle:"Drag to reorder group",customizeToolbarMoveUp:"Move group up",customizeToolbarMoveDown:"Move group down",previewDialogTitle:"Document preview",previewDialogClose:"Close",previewDialogCloseAria:"Close",commandAddComment:"Add comment",commandAddCommentAria:"Add comment on selection",commandInsertComment:"Comment",commandInsertCommentAria:"Insert comment on selection",showComments:"Show comments",hideComments:"Hide comments",toggleCommentsVisibleAria:"Toggle comment visibility",commentPanelTitle:"Comment",commentPlaceholder:"Write a comment…",commentReplyPlaceholder:"Write a reply…",commentPost:"Post",commentEmpty:"No messages yet.",commentPanelCloseAria:"Close comment panel"},Qp={modeVisual:"Visual",modeHtml:"HTML",modeVisualAria:"Cambiar al modo visual",modeHtmlAria:"Cambiar al modo HTML",modeFullscreen:"Pantalla completa",modeFullscreenAria:"Activar o desactivar pantalla completa",modeLight:"Modo claro",modeLightAria:"Cambiar al modo claro",modeDark:"Modo oscuro",modeDarkAria:"Cambiar al modo oscuro",exitFullscreenAria:"Salir de pantalla completa",visualEditorAria:"Editor visual",htmlEditorAria:"Editor HTML",menuFile:"Archivo",menuFileAria:"Menú Archivo",menuEdit:"Editar",menuEditAria:"Menú Editar",menuInsert:"Insertar",menuInsertAria:"Menú Insertar",menuView:"Vista",menuViewAria:"Menú Vista",menuFormat:"Formato",menuFormatAria:"Menú Formato",menuFont:"Fuentes",menuFontAria:"Submenú Fuentes",menuParagraph:"Párrafo",menuParagraphAria:"Submenú Párrafo",menuParagraphStyles:"Estilos de párrafo",menuParagraphStylesAria:"Submenú Estilos de párrafo",menuPage:"Página",menuPageAria:"Submenú Página",menuToolbar:"Barra de herramientas",menuToolbarAria:"Submenú Barra de herramientas",menuToolbarPosition:"Posición",menuToolbarPositionAria:"Submenú Posición de la barra de herramientas",toolbarPositionTop:"Arriba",toolbarPositionTopAria:"Acoplar la barra de herramientas arriba",toolbarPositionLeft:"Izquierda",toolbarPositionLeftAria:"Acoplar la barra de herramientas a la izquierda",toolbarPositionRight:"Derecha",toolbarPositionRightAria:"Acoplar la barra de herramientas a la derecha",toolbarPositionBottom:"Abajo",toolbarPositionBottomAria:"Acoplar la barra de herramientas abajo",menuImage:"Imagen",menuImageAria:"Propiedades de imagen",menuInsertRow:"Fila",menuInsertRowAria:"Insertar o eliminar fila",menuInsertColumn:"Columna",menuInsertColumnAria:"Insertar o eliminar columna",menuTable:"Tabla",menuTableAria:"Menú Tabla",menuCustom:"Personalizado",menuCustomAria:"Menú personalizado",menuHamburgerAria:"Abrir menú",menuCloseAria:"Cerrar menú",menuOverlayAria:"Menú del editor",brandMarkAria:"Editor HTML de CommsPliant",commandSave:"Guardar",commandSaveAria:"Guardar como archivo HTML",commandOpen:"Abrir",commandOpenAria:"Abrir archivo HTML",htmlFileDropOverlay:"Suelte un archivo HTML para abrirlo",commandPrint:"Imprimir",commandPrintAria:"Imprimir documento",commandUndo:"Deshacer",commandUndoAria:"Deshacer",commandRedo:"Rehacer",commandRedoAria:"Rehacer",commandCut:"Cortar",commandCutAria:"Cortar",commandCopy:"Copiar",commandCopyAria:"Copiar",commandDelete:"Eliminar",commandDeleteAria:"Eliminar",commandLink:"Enlace",commandLinkAria:"Enlace",commandBookmark:"Marcador",commandBookmarkAria:"Marcador",commandImage:"Imagen",commandImageAria:"Insertar imagen",commandAudio:"Audio",commandAudioAria:"Insertar audio",commandYoutube:"Vídeo de YouTube",commandYoutubeAria:"Insertar vídeo de YouTube",commandImageProperties:"Propiedades de imagen…",commandImagePropertiesAria:"Propiedades de imagen",commandTable:"Tabla",commandTableAria:"Insertar tabla",commandHorizontalRule:"Línea horizontal",commandHorizontalRuleAria:"Insertar línea horizontal",commandPageBreak:"Salto de página",commandPageBreakAria:"Insertar salto de página",menuInsertPage:"Página",menuInsertPageAria:"Submenú insertar página",commandInsertPageBefore:"Página antes",commandInsertPageBeforeAria:"Insertar página antes de la seleccionada",commandInsertPageAfter:"Página después",commandInsertPageAfterAria:"Insertar página después de la seleccionada",commandTableProperties:"Propiedades de tabla…",commandTablePropertiesAria:"Propiedades de tabla",commandCellProperties:"Propiedades de celda…",commandCellPropertiesAria:"Propiedades de celda",commandRowProperties:"Propiedades de fila…",commandRowPropertiesAria:"Propiedades de fila",commandInsertRowBelow:"Añadir debajo",commandInsertRowBelowAria:"Añadir fila debajo",commandInsertRowBefore:"Añadir antes",commandInsertRowBeforeAria:"Añadir fila antes",commandDeleteRow:"Eliminar",commandDeleteRowAria:"Eliminar fila",commandInsertColumnAfter:"Añadir después",commandInsertColumnAfterAria:"Añadir columna después",commandInsertColumnBefore:"Añadir antes",commandInsertColumnBeforeAria:"Añadir columna antes",commandDeleteColumn:"Eliminar",commandDeleteColumnAria:"Eliminar columna",commandMergeCells:"Combinar celdas",commandMergeCellsAria:"Combinar las celdas seleccionadas",commandUnmergeCells:"Separar celdas",commandUnmergeCellsAria:"Dividir las celdas combinadas",contextMenuAria:"Menú contextual del editor",commandBold:"Negrita",commandBoldAria:"Negrita",commandItalic:"Cursiva",commandItalicAria:"Cursiva",commandUnderline:"Subrayado",commandUnderlineAria:"Subrayado",commandStrikethrough:"Tachado",commandStrikethroughAria:"Tachado",commandClearFormatting:"Restablecer formato",commandClearFormattingAria:"Restablecer formato",commandFormatBrush:"Copiar formato",commandFormatBrushAria:"Copiar formato",commandFontSize:"Tamaño de fuente",commandFontSizeAria:"Tamaño de fuente",commandFontSizeUnitAria:"Unidad de tamaño de fuente",commandFontFamily:"Fuente",commandFontFamilyAria:"Familia tipográfica",commandFontProperties:"Propiedades de fuente…",commandFontPropertiesAria:"Propiedades de fuente",commandCustomCss:"CSS personalizado",commandCustomCssAria:"CSS personalizado",commandParagraphProperties:"Propiedades de párrafo…",commandParagraphPropertiesAria:"Propiedades de párrafo",commandPageProperties:"Propiedades de página…",commandPagePropertiesAria:"Propiedades de página",commandDeletePage:"Eliminar página",commandDeletePageAria:"Eliminar la página seleccionada",deletePageDialogTitle:"Eliminar página",deletePageConfirmMessage:"¿Seguro que quieres eliminar la página seleccionada?",commandFontColor:"Color de fuente",commandFontColorAria:"Color de fuente",commandHighlightColor:"Color de resaltado",commandHighlightColorAria:"Color de resaltado",commandParagraphStyle:"Estilos",commandParagraphStyleAria:"Estilos de párrafo",commandAlignLeft:"Alinear a la izquierda",commandAlignLeftAria:"Alinear a la izquierda",commandAlignCenter:"Alinear al centro",commandAlignCenterAria:"Alinear al centro",commandAlignRight:"Alinear a la derecha",commandAlignRightAria:"Alinear a la derecha",commandAlignJustify:"Justificar",commandAlignJustifyAria:"Justificar",commandIndent:"Aumentar sangría",commandIndentAria:"Aumentar sangría",commandOutdent:"Disminuir sangría",commandOutdentAria:"Disminuir sangría",commandBulletList:"Lista con viñetas",commandBulletListAria:"Lista con viñetas",commandNumberedList:"Lista numerada",commandNumberedListAria:"Lista numerada",commandCustomizeToolbar:"Personalizar barra de herramientas",commandCustomizeToolbarAria:"Personalizar barra de herramientas",commandPreview:"Vista previa",commandPreviewAria:"Vista previa del documento",commandReadAloud:"Leer en voz alta",commandReadAloudAria:"Leer la selección o el documento en voz alta",styleParagraph:"Párrafo",styleHeading1:"Encabezado 1",styleHeading2:"Encabezado 2",styleHeading3:"Encabezado 3",styleHeading4:"Encabezado 4",styleHeading5:"Encabezado 5",styleHeading6:"Encabezado 6",styleAddNew:"Añadir nuevo",styleAddNewAria:"Añadir un estilo de párrafo",customStyleDialogAddTitle:"Añadir estilo de párrafo",customStyleDialogEditTitle:"Editar estilo de párrafo",customStyleDialogTabFont:"Fuente",customStyleDialogTabParagraph:"Párrafo",customStyleDialogName:"Nombre",customStyleDialogDelete:"Eliminar",customStyleDialogDeleteConfirm:"¿Eliminar este estilo de párrafo?",customStyleDialogCloseAria:"Cerrar",customStyleLoading:"Cargando estilos de párrafo",colorAutomatic:"Automático",colorNone:"Sin color",colorCustom:"Color personalizado",colorHex:"Hex",colorRgbR:"R",colorRgbG:"G",colorRgbB:"B",colorPickFromScreen:"Seleccionar de la pantalla",colorRecent:"Colores recientes",fontDialogTitle:"Propiedades de fuente",fontDialogTabGeneral:"General",fontDialogFamily:"Fuente",fontFamilyDefault:"Predeterminada",fontDialogSize:"Tamaño",fontDialogUnit:"Unidad",fontDialogStyle:"Estilo",fontDialogOk:"Aceptar",fontDialogCancel:"Cancelar",linkDialogTitle:"Insertar enlace",linkDialogTabLink:"Enlace",linkDialogTabBookmark:"Marcador",linkDialogHref:"URL",linkDialogHoverTitle:"Título",linkDialogTargetBlank:"Abrir en una pestaña nueva",linkDialogTextDecorationNone:"Sin subrayado",linkDialogHover:"Al pasar el cursor",linkDialogHoverColor:"Color",linkDialogHoverColorField:"Color al pasar el cursor",linkDialogHoverHtml:"HTML",linkDialogHoverHtmlAria:"HTML personalizado al pasar el cursor",linkDialogBookmark:"Marcador",linkDialogBookmarkEmpty:"No hay marcadores en este documento.",linkDialogSelect:"Seleccionar",bookmarkDialogTitle:"Insertar marcador",bookmarkDialogName:"Nombre del marcador",bookmarkDialogHelp:"Empieza por una letra. Usa solo letras, números, guiones y guiones bajos. Debe ser único en el documento.",bookmarkDialogHelpAria:"Formato del nombre del marcador",bookmarkDialogCloseAria:"Cerrar",bookmarkDialogErrorEmpty:"Introduce un nombre de marcador.",bookmarkDialogErrorInvalid:"Empieza por una letra. Usa solo letras, números, guiones y guiones bajos.",bookmarkDialogErrorDuplicate:"Ya existe un marcador con este nombre.",customCssDialogTitle:"CSS personalizado",customCssDialogField:"CSS",customCssDialogFieldAria:"Declaraciones CSS personalizadas",customCssDialogCloseAria:"Cerrar",imageDialogTitle:"Insertar imagen",imageDialogSource:"Origen",imageDialogFile:"Archivo",imageDialogChooseFile:"Elegir archivo",imageDialogUrl:"URL de la imagen",imageDialogAlt:"Texto alternativo",imageDialogTitleField:"Título",imageDialogCloseAria:"Cerrar",imageDialogErrorEmpty:"Elige un archivo o introduce una URL de imagen.",imageDialogErrorInvalid:"Introduce una URL de imagen válida.",imageDialogErrorType:"Usa una imagen JPEG, PNG, GIF, WebP, BMP o AVIF.",imageDialogErrorTooLarge:"Elige una imagen de menos de 2 MB.",audioDialogTitle:"Insertar audio",audioDialogSource:"Origen",audioDialogFile:"Archivo",audioDialogChooseFile:"Elegir archivo",audioDialogUrl:"URL del audio",audioDialogTitleField:"Título",audioDialogCloseAria:"Cerrar",audioDialogErrorEmpty:"Elige un archivo o introduce una URL de audio.",audioDialogErrorInvalid:"Introduce una URL de audio válida.",audioDialogErrorType:"Usa un archivo de audio MP3, WAV, OGG, AAC, WebM o M4A.",audioDialogErrorTooLarge:"Elige un archivo de audio de menos de 5 MB.",youtubeDialogTitle:"Insertar vídeo de YouTube",youtubeDialogUrl:"URL de YouTube",youtubeDialogTitleField:"Título",youtubeDialogCloseAria:"Cerrar",youtubeDialogErrorEmpty:"Introduce una URL de YouTube.",youtubeDialogErrorInvalid:"Introduce una URL de YouTube válida.",imagePropertiesDialogTitle:"Propiedades de imagen",imagePropertiesDialogCloseAria:"Cerrar",imagePropertiesTabAlignment:"Alineación",imagePropertiesTabBorder:"Borde y margen",imagePropertiesTabAdvanced:"Avanzado",imagePropertiesTabHover:"Al pasar el puntero",imagePropertiesSize:"Tamaño",imagePropertiesSizeMode:"Modo de tamaño",imagePropertiesSizeWidth:"Solo ancho",imagePropertiesSizeHeight:"Solo alto",imagePropertiesSizeLock:"Bloquear juntos",imagePropertiesWidth:"Ancho",imagePropertiesHeight:"Alto",imagePropertiesWidthAria:"Ancho de la imagen",imagePropertiesHeightAria:"Alto de la imagen",imagePropertiesSizeUnitAria:"Unidad de tamaño de imagen",imagePropertiesFit:"Ajuste",imagePropertiesFitDefault:"Predeterminado",imagePropertiesFitFill:"Rellenar",imagePropertiesFitContain:"Contener",imagePropertiesFitCover:"Cubrir",imagePropertiesFitNoneValue:"Ninguno",imagePropertiesFitScaleDown:"Reducir",imagePropertiesPosition:"Posición",imagePropertiesPositionDefault:"Predeterminada",imagePropertiesPositionCenter:"Centro",imagePropertiesPositionTop:"Arriba",imagePropertiesPositionBottom:"Abajo",imagePropertiesPositionLeft:"Izquierda",imagePropertiesPositionRight:"Derecha",imagePropertiesPositionTopLeft:"Arriba izquierda",imagePropertiesPositionTopRight:"Arriba derecha",imagePropertiesPositionBottomLeft:"Abajo izquierda",imagePropertiesPositionBottomRight:"Abajo derecha",imagePropertiesRotation:"Rotación",imagePropertiesRotationUnit:"deg",imagePropertiesHoverCss:"CSS al pasar el puntero",imagePropertiesHoverCssAria:"CSS personalizado al pasar el puntero",imagePropertiesHoverHelp:"CSS que se aplica cuando el puntero está sobre la imagen.",imageResizeHandleEastAria:"Redimensionar el ancho de la imagen, mantener la proporción",imageResizeHandleSouthAria:"Redimensionar el alto de la imagen, mantener la proporción",imageResizeHandleSouthEastAria:"Redimensionar la imagen sin mantener la proporción",tableDialogTitle:"Insertar tabla",tableDialogCloseAria:"Cerrar",tableDialogRows:"Filas",tableDialogColumns:"Columnas",tableDialogSize:"Tamaño",tableDialogGridAria:"Cuadrícula de tamaño de tabla",tableDialogInsert:"Insertar",tablePropertiesDialogTitle:"Propiedades de tabla",tablePropertiesDialogCloseAria:"Cerrar",tablePropertiesCollapse:"Contracción de bordes",tablePropertiesCollapseCollapse:"Contraídos",tablePropertiesCollapseSeparate:"Separados",tablePropertiesSpacing:"Espaciado de bordes",tablePropertiesWidth:"Ancho",cellPropertiesDialogTitle:"Propiedades de celda",cellPropertiesDialogCloseAria:"Cerrar",cellPropertiesColor:"Color de texto",cellPropertiesVerticalAlign:"Alineación vertical",cellPropertiesVerticalAlignDefault:"Predeterminada",cellPropertiesVerticalAlignTop:"Arriba",cellPropertiesVerticalAlignMiddle:"Centro",cellPropertiesVerticalAlignBottom:"Abajo",cellPropertiesVerticalAlignBaseline:"Línea base",cellPropertiesWidth:"Ancho",cellPropertiesColSpan:"Columnas",cellPropertiesRowSpan:"Filas",rowPropertiesDialogTitle:"Propiedades de fila",rowPropertiesDialogCloseAria:"Cerrar",rowPropertiesHeight:"Alto",paragraphDialogTitle:"Propiedades de párrafo",pageDialogTitle:"Propiedades de página",pageDialogTabBackgroundImage:"Imagen de fondo",pageDialogTabPrint:"Impresión",pageAtRuleSize:"Tamaño de página",pageAtRuleSizeAuto:"Automático",pageAtRuleSizeA4:"A4",pageAtRuleSizeLetter:"Carta",pageAtRuleSizeLegal:"Legal",pageAtRuleSizeCustom:"Personalizado",pageAtRuleWidth:"Ancho",pageAtRuleHeight:"Alto",pageAtRuleOrientation:"Orientación",pageAtRuleOrientationNone:"Predeterminada",pageAtRuleOrientationPortrait:"Vertical",pageAtRuleOrientationLandscape:"Horizontal",pageAtRuleMargins:"Márgenes de página",pageAtRuleReset:"Restablecer impresión",pageAtRuleResetAria:"Quitar la configuración @page de impresión de esta página",menuZoom:"Zoom",menuZoomAria:"Submenú Zoom",pageZoomFitWidth:"Ajustar ancho",pageZoomFitWidthAria:"Ajustar el ancho de la página al editor",pageZoomFitPage:"Ajustar página",pageZoomFitPageAria:"Ajustar toda la página al editor",pageZoom50:"50 %",pageZoom50Aria:"Zoom al 50 por ciento",pageZoom75:"75 %",pageZoom75Aria:"Zoom al 75 por ciento",pageZoom100:"100 %",pageZoom100Aria:"Zoom al 100 por ciento",pageZoom125:"125 %",pageZoom125Aria:"Zoom al 125 por ciento",pageZoom150:"150 %",pageZoom150Aria:"Zoom al 150 por ciento",pageZoom200:"200 %",pageZoom200Aria:"Zoom al 200 por ciento",pageBackgroundImagePreview:"Vista previa",pageBackgroundImagePreviewAlt:"Vista previa de la imagen de fondo de página",pageBackgroundImageClear:"Quitar imagen de fondo",pageBackgroundImageCurrent:"Imagen seleccionada",paragraphDialogTabBorder:"Borde",paragraphDialogTabBackground:"Fondo",paragraphDialogAlignment:"Alineación",paragraphDialogLists:"Listas",paragraphDialogSpacing:"Espaciado",paragraphDialogMargin:"Margen",paragraphDialogPadding:"Relleno",paragraphDialogLineHeight:"Interlineado",paragraphDialogLineHeightNormal:"Normal",paragraphDialogLineHeightUnitless:"×",paragraphDialogLinkSides:"Igual en todos los lados",paragraphDialogSideTop:"Superior",paragraphDialogSideRight:"Derecho",paragraphDialogSideBottom:"Inferior",paragraphDialogSideLeft:"Izquierdo",paragraphDialogBorder:"Borde",paragraphDialogBorderStyle:"Estilo",paragraphDialogBorderWidth:"Grosor",paragraphDialogBorderColor:"Color",paragraphDialogBorderRadius:"Radio de esquina",paragraphDialogBoxShadow:"Sombra",paragraphDialogShadowOffsetX:"Desplazamiento X",paragraphDialogShadowOffsetY:"Desplazamiento Y",paragraphDialogShadowBlur:"Desenfoque",paragraphDialogShadowSpread:"Extensión",paragraphDialogShadowColor:"Color",paragraphDialogShadowInset:"Interior",paragraphDialogLengthUnitAria:"Unidad",paragraphDialogBorderStyleNone:"Ninguno",paragraphDialogBorderStyleSolid:"Sólido",paragraphDialogBorderStyleDotted:"Punteado",paragraphDialogBorderStyleDashed:"Discontinuo",paragraphDialogBorderStyleDouble:"Doble",paragraphDialogBorderStyleGroove:"Surco",paragraphDialogBorderStyleRidge:"Relieve",paragraphDialogBorderStyleInset:"Hundido",paragraphDialogBorderStyleOutset:"Saliente",paragraphDialogBackgroundColor:"Color de fondo",paragraphDialogOpacity:"Opacidad",paragraphDialogPageBreaks:"Saltos de página",paragraphDialogBreakInside:"Evitar corte interno",paragraphDialogBreakAfter:"Salto después",paragraphDialogBreakBefore:"Salto antes",paragraphDialogBreakAuto:"Automático",paragraphDialogBreakAvoid:"Evitar",paragraphDialogBreakPage:"Página",fontSizeUnitPt:"pt",fontSizeUnitPx:"px",fontSizeUnitEm:"em",fontSizeUnitRem:"rem",fontSizeUnitPercent:"%",fontSizeUnitPc:"pc",toolbarAria:"Barra de herramientas",toolbarGroupFile:"Archivo",toolbarGroupPrint:"Imprimir",toolbarGroupEdit:"Editar",toolbarGroupInsert:"Insertar",toolbarGroupTable:"Tabla",toolbarGroupFont:"Fuentes",toolbarGroupAlign:"Alinear",toolbarGroupParagraph:"Párrafo",toolbarGroupView:"Vista",toolbarGroupFullscreen:"Pantalla completa",toolbarGroupCustom:"Personalizado",customizeToolbarDialogTitle:"Personalizar barra de herramientas",customizeToolbarDialogReset:"Restablecer",customizeToolbarDialogClose:"Cerrar",customizeToolbarDialogCloseAria:"Cerrar",customizeToolbarDialogLoading:"Cargando la configuración de la barra",customizeToolbarItemVisible:"Mostrar en la barra",customizeToolbarDragHandle:"Arrastrar para reordenar el grupo",customizeToolbarMoveUp:"Mover el grupo hacia arriba",customizeToolbarMoveDown:"Mover el grupo hacia abajo",previewDialogTitle:"Vista previa del documento",previewDialogClose:"Cerrar",previewDialogCloseAria:"Cerrar",commandAddComment:"Añadir comentario",commandAddCommentAria:"Añadir comentario en la selección",commandInsertComment:"Comentario",commandInsertCommentAria:"Insertar comentario en la selección",showComments:"Mostrar comentarios",hideComments:"Ocultar comentarios",toggleCommentsVisibleAria:"Alternar visibilidad de comentarios",commentPanelTitle:"Comentario",commentPlaceholder:"Escribe un comentario…",commentReplyPlaceholder:"Escribe una respuesta…",commentPost:"Publicar",commentEmpty:"Aún no hay mensajes.",commentPanelCloseAria:"Cerrar panel de comentarios"},eh={en:Ys,es:Qp},em=c.createContext(e=>Ys[e]);function th({locale:e="en",children:t}){const n=c.useMemo(()=>{const r=eh[e]??Ys;return i=>r[i]},[e]);return o.jsx(em.Provider,{value:n,children:t})}function W(){return c.useContext(em)}const nh="_menu_c1m45_1",rh="_item_c1m45_19",oh="_separator_c1m45_59",Qa={menu:nh,item:rh,separator:oh},Lo=8,ih=[{type:"item",command:"deleteSelection",labelKey:"commandDelete",ariaKey:"commandDeleteAria",enabled:e=>e==="text"||e==="image"},{type:"item",command:"cut",labelKey:"commandCut",ariaKey:"commandCutAria",enabled:e=>e==="text"||e==="image"},{type:"item",command:"copy",labelKey:"commandCopy",ariaKey:"commandCopyAria",enabled:e=>e==="text"||e==="image"},{type:"separator"},{type:"item",command:"openLinkDialog",labelKey:"commandLink",ariaKey:"commandLinkAria",enabled:e=>e!=="image"},{type:"separator"},{type:"item",command:"openFontProperties",labelKey:"commandFontProperties",ariaKey:"commandFontPropertiesAria",enabled:e=>e!=="image"},{type:"item",command:"openParagraphProperties",labelKey:"commandParagraphProperties",ariaKey:"commandParagraphPropertiesAria",enabled:e=>e!=="image"},{type:"item",command:"openPageProperties",labelKey:"commandPageProperties",ariaKey:"commandPagePropertiesAria",enabled:e=>e!=="image"},{type:"item",command:"deletePage",labelKey:"commandDeletePage",ariaKey:"commandDeletePageAria",enabled:(e,t)=>t.canDeletePage},{type:"item",command:"openImageProperties",labelKey:"commandImageProperties",ariaKey:"commandImagePropertiesAria",enabled:e=>e==="image"},{type:"item",command:"openTableProperties",labelKey:"commandTableProperties",ariaKey:"commandTablePropertiesAria",enabled:(e,t)=>t.inTable},{type:"item",command:"openCellProperties",labelKey:"commandCellProperties",ariaKey:"commandCellPropertiesAria",enabled:(e,t)=>t.inTable},{type:"item",command:"openRowProperties",labelKey:"commandRowProperties",ariaKey:"commandRowPropertiesAria",enabled:(e,t)=>t.inTable},{type:"item",command:"mergeCells",labelKey:"commandMergeCells",ariaKey:"commandMergeCellsAria",enabled:(e,t)=>t.canMergeCells},{type:"item",command:"unmergeCells",labelKey:"commandUnmergeCells",ariaKey:"commandUnmergeCellsAria",enabled:(e,t)=>t.canUnmergeCells}];function ah(e,t){const n=[];let r=!1;for(const i of ih){if(i.type==="separator"){n.length>0&&(r=!0);continue}i.enabled(e,t)&&(r&&(n.push({type:"separator"}),r=!1),n.push(i))}return n}function wu(){return'[role="menuitem"]:not(:disabled)'}function sh({open:e,x:t,y:n,kind:r,inTable:i=!1,canMergeCells:a=!1,canUnmergeCells:s=!1,canDeletePage:u=!1,commands:f,onClose:g}){const p=W(),h=c.useId(),x=c.useRef(null);if(c.useLayoutEffect(()=>{var R;if(!e)return;const b=x.current;if(!b)return;const v=b.getBoundingClientRect(),k=Math.max(Lo,Math.min(t,window.innerWidth-v.width-Lo)),A=Math.max(Lo,Math.min(n,window.innerHeight-v.height-Lo));b.style.left=`${k}px`,b.style.top=`${A}px`,(R=b.querySelector(wu()))==null||R.focus()},[e,t,n,r]),c.useEffect(()=>{if(!e)return;const b=R=>{var N;(N=x.current)!=null&&N.contains(R.target)||g()},v=R=>{R.key==="Escape"&&(R.preventDefault(),R.stopPropagation(),g())},k=()=>{g()},A=R=>{var N;if((N=x.current)!=null&&N.contains(R.target)){R.preventDefault();return}R.defaultPrevented||g()};return document.addEventListener("pointerdown",b),document.addEventListener("keydown",v,!0),window.addEventListener("scroll",k,!0),document.addEventListener("contextmenu",A),()=>{document.removeEventListener("pointerdown",b),document.removeEventListener("keydown",v,!0),window.removeEventListener("scroll",k,!0),document.removeEventListener("contextmenu",A)}},[e,g]),!e)return null;const y=ah(r,{inTable:i,canMergeCells:a,canUnmergeCells:s,canDeletePage:u}),C=b=>{var N;if(b.key!=="ArrowDown"&&b.key!=="ArrowUp")return;const v=[...((N=x.current)==null?void 0:N.querySelectorAll(wu()))??[]];if(v.length===0)return;const k=v.indexOf(document.activeElement),A=b.key==="ArrowDown"?1:-1,R=v[(k+A+v.length)%v.length];b.preventDefault(),R==null||R.focus()};return o.jsx(ue,{children:o.jsxs("div",{ref:x,className:Qa.menu,role:"menu","aria-labelledby":h,style:{left:t,top:n},onMouseDown:b=>b.preventDefault(),onKeyDown:C,children:[o.jsx("span",{id:h,hidden:!0,children:p("contextMenuAria")}),y.map((b,v)=>b.type==="separator"?o.jsx("div",{role:"separator",className:Qa.separator},`separator-${v}`):o.jsx("button",{type:"button",role:"menuitem",className:Qa.item,"aria-label":p(b.ariaKey),onClick:()=>{g(),qs(f,b.command)},children:p(b.labelKey)},b.command))]})})}function lh(e){return e==="touch"||e==="pen"}function ch(e,t){return e.button===2||e.ctrlKey?!0:!lh(t)}const Xs=["pt","px","em","rem","%"],hn="pt",uh={pt:[8,9,10,11,12,14,16,18,20,22,24,26,28,36,48,72],px:[8,9,10,11,12,14,16,18,20,22,24,26,28,36,48,72],em:[.5,.75,1,1.25,1.5,2,2.5,3],rem:[.5,.75,1,1.25,1.5,2,2.5,3],"%":[50,75,100,125,150,200,250,300]},dh={pt:{min:1,max:400},px:{min:1,max:400},em:{min:.1,max:20},rem:{min:.1,max:20},"%":{min:1,max:1e3}},mh=new Set(Xs),fh=/^([+-]?(?:\d+(?:\.\d+)?|\.\d+))\s*(pt|px|em|rem|%|pc|cm|mm|in|ex|ch|q|vw|vh|vmin|vmax)$/i;function Pi(e){return mh.has(e)}function _e(e){return Math.round(e*100)/100}function J(e){const t=_e(e);return Number.isInteger(t),String(t)}function Js(e,t){return`${J(e)}${t}`}function Qs(e){const t=e.trim();if(!t)return null;const n=t.match(fh);if(!n)return null;const r=Number(n[1]);if(!Number.isFinite(r))return null;const i=n[2]==="%"?"%":n[2].toLowerCase();return{value:r,unit:i}}function gh(e,t){const n=e.trim();if(!n)return null;const r=Qs(n);if(r)return Pi(r.unit)?bn(r.value,r.unit):null;const i=Number(n.replace(",","."));return Number.isFinite(i)?bn(i,t):null}function bn(e,t){if(!Number.isFinite(e)||e<=0)return null;const{min:n,max:r}=dh[t];return{value:_e(Math.min(r,Math.max(n,e))),unit:t}}function tm(e,t,n,r){const i=n>0?n:16,a=r>0?r:16;switch(t){case"px":return _e(e);case"pt":return _e(e*.75);case"em":return _e(e/i);case"rem":return _e(e/a);case"%":return _e(e/i*100)}}function ph(e,t,n,r){const i=n>0?n:16,a=r>0?r:16;switch(t){case"px":return e;case"pt":return e*(4/3);case"em":return e*i;case"rem":return e*a;case"%":return e/100*i}}function nm(e,t,n,r,i){if(t===n)return _e(e);const a=ph(e,t,r,i);return tm(a,n,r,i)}const el="pt",hh=/^([+-]?(?:\d+(?:\.\d+)?|\.\d+))\s*(pt|px|em|rem|%)$/i,bh=/^[+-]?0(?:\.0+)?$/;function Ce(e){return`${J(e.value)}${e.unit}`}function Ie(e){const t=e.trim();if(!t)return null;if(bh.test(t))return{value:0,unit:"px"};const n=t.match(hh);if(!n)return null;const r=Number(n[1]);if(!Number.isFinite(r))return null;const i=n[2]==="%"?"%":n[2].toLowerCase();return Pi(i)?{value:_e(r),unit:i}:null}function Mr(e,t,n){const r=e.trim();if(!r)return null;const i=Ie(r);if(i)return!n&&i.value<0?{...i,value:0}:i;const a=Number(r.replace(",","."));return Number.isFinite(a)?!n&&a<0?{value:0,unit:t}:{value:_e(a),unit:t}:null}function rn(e){return e.value>=0?e:{value:0,unit:e.unit}}function rt(e,t){return e===t?!0:!e||!t?!1:e.value===t.value&&e.unit===t.unit}const yh=new Set(["span","strong","b","em","i","u","s","strike","del"]);function ce(e,t){return t?e===t||e.contains(t):!1}function St(e){return yh.has(e.tagName.toLowerCase())}function xh(e,t){const n=document.createRange();return n.selectNodeContents(t),e.compareBoundaryPoints(Range.END_TO_START,n)<0&&e.compareBoundaryPoints(Range.START_TO_END,n)>0}function Ue(e){const t=e.commonAncestorContainer;if(t.nodeType===Node.TEXT_NODE)return t.nodeValue?[t]:[];const n=[],r=document.createTreeWalker(t,NodeFilter.SHOW_TEXT);let i;for(;i=r.nextNode();)i.nodeValue&&xh(e,i)&&n.push(i);return n}function vt(e){const t=e.startContainer,n=e.startOffset;if(t.nodeType===Node.TEXT_NODE){const a=t;if(n>0&&n<a.length){const s=a.splitText(n);e.setStart(s,0),e.endContainer===a&&e.setEnd(s,e.endOffset-n)}}const r=e.endContainer,i=e.endOffset;if(r.nodeType===Node.TEXT_NODE){const a=r;i>0&&i<a.length&&(a.splitText(i),e.setEnd(a,a.length))}}function on(e){return e.tagName.toLowerCase()!=="span"||e.style.cssText.trim()?!1:(e.removeAttribute("style"),e.attributes.length===0)}function Xe(e){const t=e.parentNode;if(t){for(;e.firstChild;)t.insertBefore(e.firstChild,e);t.removeChild(e)}}function an(e,t){const n=[...e.childNodes],r=n.indexOf(t);if(r<=-1||n.length===1)return;const i=e.parentNode;if(!i)return;const a=n.slice(0,r),s=n.slice(r+1);if(a.length>0){const u=e.cloneNode(!1);for(const f of a)u.appendChild(f);i.insertBefore(u,e)}if(s.length>0){const u=e.cloneNode(!1);for(const f of s)u.appendChild(f);i.insertBefore(u,e.nextSibling)}}function xn(e){if(e.length===0)return;const t=e[0],n=e[e.length-1],r=document.createRange();r.setStart(t,0),r.setEnd(n,n.data.length);const i=window.getSelection();i==null||i.removeAllRanges(),i==null||i.addRange(r)}function Br(e,t){const n=e.parentElement;if(n&&n.tagName.toLowerCase()==="span"&&n.childNodes.length===1)return t(n),n;const r=document.createElement("span");return t(r),n==null||n.insertBefore(r,e),r.appendChild(e),r}function Io(e){return{text:e.text,collapsed:e.collapsed,start:e.start,end:e.end}}function Ch(e,t){return t?e===t||e.contains(t):!1}function vu(e,t){var a;const n=document.createTreeWalker(e,NodeFilter.SHOW_TEXT);let r=0,i;for(;i=n.nextNode();){if(i===t||t.contains(i)||t.compareDocumentPosition(i)&Node.DOCUMENT_POSITION_FOLLOWING)return r;r+=((a=i.textContent)==null?void 0:a.length)??0}return r}function Su(e,t,n){var a;if(t.nodeType===Node.TEXT_NODE)return vu(e,t)+n;let r=0;const i=t.childNodes;for(let s=0;s<n&&s<i.length;s+=1)r+=((a=i[s].textContent)==null?void 0:a.length)??0;return vu(e,t)+r}function ku(e,t){var s,u;const n=document.createTreeWalker(e,NodeFilter.SHOW_TEXT);let r=Math.max(0,t),i,a=null;for(;i=n.nextNode();){a=i;const f=((s=i.textContent)==null?void 0:s.length)??0;if(r<=f)return{node:i,offset:r};r-=f}return a?{node:a,offset:((u=a.textContent)==null?void 0:u.length)??0}:{node:e,offset:e.childNodes.length}}function tl(e,t,n){const r=document.createRange(),i=ku(e,t),a=ku(e,n);return r.setStart(i.node,i.offset),r.setEnd(a.node,a.offset),r}function rm(e,t){try{const n=e.commonAncestorContainer;return t===n||t.contains(n)}catch{return!1}}function Au(e,t){return!!(e&&e.mode==="visual"&&e.visualRange&&(!t.visualRange||!e.collapsed&&t.collapsed))}function wh(e,t){return t.mode!=="visual"?null:t.visualRange&&rm(t.visualRange,e)?t.visualRange:tl(e,t.start,t.end)}function xt(e){var n;if(e.mode==="html"&&e.htmlEl){const r=e.htmlEl.selectionStart,i=e.htmlEl.selectionEnd;return{mode:"html",text:e.htmlEl.value.slice(r,i),collapsed:r===i,start:r,end:i,visualRange:null}}const t=e.visualEl;if(e.mode==="visual"&&t){const r=window.getSelection();if(r&&r.rangeCount>0){const a=r.getRangeAt(0);if(Ch(t,a.commonAncestorContainer)){const s=Su(t,a.startContainer,a.startOffset),u=Su(t,a.endContainer,a.endOffset);return{mode:"visual",text:a.toString(),collapsed:a.collapsed,start:Math.min(s,u),end:Math.max(s,u),visualRange:a.cloneRange()}}}const i=((n=t.textContent)==null?void 0:n.length)??0;return{mode:"visual",text:"",collapsed:!0,start:i,end:i,visualRange:null}}return{mode:e.mode,text:"",collapsed:!0,start:0,end:0,visualRange:null}}function Pu(e){return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")}function vh(e){if(e.snapshot.mode==="html"){const a=e.getHtml(),s=e.snapshot.start,u=e.snapshot.end,f=e.asHtml?e.content:Pu(e.content);e.setHtml(a.slice(0,s)+f+a.slice(u));const g=e.htmlEl;if(g){const p=s+f.length;g.focus(),g.setSelectionRange(p,p)}return}const t=e.visualEl;if(!t){const a=e.asHtml?e.content:Pu(e.content);e.setHtml(e.getHtml()+a);return}const r=(e.snapshot.visualRange&&rm(e.snapshot.visualRange,t)?e.snapshot.visualRange:null)??tl(t,e.snapshot.start,e.snapshot.end);if(r.deleteContents(),e.content)if(e.asHtml){const a=r.createContextualFragment(e.content),s=a.lastChild;r.insertNode(a),s&&(r.setStartAfter(s),r.collapse(!0))}else{const a=document.createTextNode(e.content);r.insertNode(a),r.setStartAfter(a),r.collapse(!0)}const i=window.getSelection();i==null||i.removeAllRanges(),i==null||i.addRange(r),e.setHtml(t.innerHTML)}const nl=new Set(["p","h1","h2","h3","h4","h5","h6","div","li","blockquote"]),om=new Set(["table","thead","tbody","tr","td","th"]),rl=new Set([...om,"ul","ol","li","pre","hr"]);function he(e){return e.tagName.toLowerCase()}function Hr(e){return e.nodeType===Node.TEXT_NODE?e.parentElement:e instanceof Element?e:e.parentElement}function ol(e){return e instanceof HTMLElement&&(he(e)==="ul"||he(e)==="ol")}function ot(e){return e instanceof HTMLElement&&he(e)==="li"}function kt(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);return ce(e,n.commonAncestorContainer)?n:null}function il(e){const t=e.collapsed?[]:Ue(e).filter(n=>n.data.length>0);return t.length>0?t:[e.startContainer]}function Un(e,t,n){var f,g,p;if(t.nodeType===Node.TEXT_NODE){const h=document.createTreeWalker(e,NodeFilter.SHOW_TEXT);let x=0,y;for(;y=h.nextNode();){if(y===t)return x+n;x+=((f=y.textContent)==null?void 0:f.length)??0}return x}let r=0;const i=t.childNodes;for(let h=0;h<n&&h<i.length;h+=1)r+=((g=i[h].textContent)==null?void 0:g.length)??0;const a=document.createTreeWalker(e,NodeFilter.SHOW_TEXT);let s=0,u;for(;u=a.nextNode();){if(t.contains(u)||t.compareDocumentPosition(u)&Node.DOCUMENT_POSITION_FOLLOWING)return s+r;s+=((p=u.textContent)==null?void 0:p.length)??0}return s+r}function al(e,t,n){const r=tl(e,t,n),i=window.getSelection();i==null||i.removeAllRanges(),i==null||i.addRange(r)}function Jn(e,t){const n=kt(e);if(!n)return!1;const r=Un(e,n.startContainer,n.startOffset),i=Un(e,n.endContainer,n.endOffset),a=Math.min(r,i),s=Math.max(r,i),u=t();return al(e,a,s),u}function sl(e,t){if(he(e)===t)return e;const n=document.createElement(t);for(const r of[...e.attributes])n.setAttribute(r.name,r.value);for(;e.firstChild;)n.appendChild(e.firstChild);return e.replaceWith(n),n}function mt(e){var t;(t=e.getAttribute("style"))!=null&&t.trim()||e.removeAttribute("style")}function Sh(e,t){let n=Hr(t);for(;n&&n!==e;){if(Rm(n,e)||st(n)){n=n.parentElement;continue}const r=he(n);if(nl.has(r)&&n instanceof HTMLElement)return n;if(om.has(r)||r==="pre")return null;n=n.parentElement}return null}function Qn(e){const t=kt(e);if(!t)return[];const n=new Set,r=[];for(const i of il(t)){const a=Sh(e,i);a&&!n.has(a)&&(n.add(a),r.push(a))}return r}function bs(e){if(e.nodeType===Node.TEXT_NODE||e.nodeType===Node.COMMENT_NODE||!(e instanceof Element))return!0;const t=he(e);return nl.has(t)||rl.has(t)?!1:St(e)||t==="br"||t==="a"||t==="img"||t==="span"}function kh(e,t){let n=Hr(t);for(;n&&n!==e;){if(rl.has(he(n)))return!0;n=n.parentElement}return!1}function Ah(e,t){let n=t;for(;n&&n.parentNode!==e;)n=n.parentNode;return n&&n.parentNode===e?n:null}function Ph(e,t){const n=[...e.childNodes],r=n.indexOf(t);if(r<0)return[t];let i=r,a=r;for(;i>0&&bs(n[i-1]);)i-=1;for(;a<n.length-1&&bs(n[a+1]);)a+=1;return n.slice(i,a+1)}function ys(e){for(const t of e.childNodes)if(!(t instanceof HTMLElement&&st(t)))return t;return null}function Dh(e,t,n){if(n.startContainer===e){const r=e.childNodes[Math.min(n.startOffset,Math.max(0,e.childNodes.length-1))]??e.firstChild;return r instanceof HTMLElement&&st(r)?ys(e):r}return n.startContainer===t&&e!==t?ys(e):Ah(e,n.startContainer)}function Eh(e,t){const n=hl(e);if(kh(e,t.startContainer))return null;if(!ys(n)){const s=document.createElement("p");return s.appendChild(document.createElement("br")),n.appendChild(s),s}const r=Dh(n,e,t);if(!r||r instanceof HTMLElement&&st(r)||r instanceof Element&&rl.has(he(r))||r instanceof HTMLElement&&nl.has(he(r))||!bs(r))return null;const i=Ph(n,r),a=document.createElement("p");n.insertBefore(a,i[0]);for(const s of i)a.appendChild(s);return a}function zr(e){const t=Qn(e);if(t.length>0)return t;const n=kt(e);if(!n)return[];const r=Eh(e,n);return r?[r]:[]}function Wn(e){const t=e.parentElement;return t&&ol(t)?t:null}function im(e){if(e.length===0)return[];const t=[[e[0]]];for(let n=1;n<e.length;n+=1){const r=e[n-1],i=e[n];r.parentNode===i.parentNode&&jh(r,i)?t[t.length-1].push(i):t.push([i])}return t}function jh(e,t){var r;let n=e.nextSibling;for(;n;){if(n===t)return!0;if(n.nodeType===Node.TEXT_NODE&&!((r=n.textContent)!=null&&r.trim())){n=n.nextSibling;continue}return!1}return!1}function Rh(e){return e.nodeType===Node.TEXT_NODE?e.parentElement:e instanceof Element?e:e.parentElement}function es(e){const t=e.trim().match(/^rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)(?:\s*,\s*(\d*\.?\d+))?\s*\)$/i);if(!t)return null;const n=Number(t[1]),r=Number(t[2]),i=Number(t[3]),a=t[4]===void 0?1:Number(t[4]);return[n,r,i,a].every(s=>Number.isFinite(s))?{r:n,g:r,b:i,a}:null}function ts(e,t,n){const r=i=>Math.max(0,Math.min(255,Math.round(i))).toString(16).padStart(2,"0");return`#${r(e)}${r(t)}${r(n)}`}function ns(e){const t=e.trim().toLowerCase();return/^#[0-9a-f]{6}$/.test(t)?t:/^#[0-9a-f]{3}$/.test(t)?`#${t[1]}${t[1]}${t[2]}${t[2]}${t[3]}${t[3]}`:null}const Th={black:"#000000",silver:"#c0c0c0",gray:"#808080",grey:"#808080",white:"#ffffff",maroon:"#800000",red:"#ff0000",purple:"#800080",fuchsia:"#ff00ff",magenta:"#ff00ff",green:"#008000",lime:"#00ff00",olive:"#808000",yellow:"#ffff00",navy:"#000080",blue:"#0000ff",teal:"#008080",aqua:"#00ffff",cyan:"#00ffff",orange:"#ffa500"};function Nh(e){const t=e.trim().toLowerCase();return t===""||t==="transparent"||t==="inherit"||t==="initial"||t==="unset"||t==="currentcolor"||t==="currentColor"}function we(e){const t=e.trim();if(!t||Nh(t))return null;const n=ns(t);if(n)return n;const r=es(t);if(r)return r.a===0?null:ts(r.r,r.g,r.b);const i=Th[t.toLowerCase()];if(i)return i;const a=document.createElement("canvas").getContext("2d");if(!a)return null;a.fillStyle="#010203";try{a.fillStyle=t}catch{return null}const s=String(a.fillStyle);if(s==="#010203"){const f=ns(t);if(f==="#010203")return f;const g=es(t);return g&&ts(g.r,g.g,g.b)==="#010203"?"#010203":t.trim().toLowerCase()==="black"?"#000000":null}if(s.startsWith("#"))return ns(s);const u=es(s);return!u||u.a===0?null:ts(u.r,u.g,u.b)}function am(e,t){const n=t==="color"?e.style.color:e.style.backgroundColor;return n?we(n):null}function ri(e,t,n){let r=Rh(t);for(;r&&r!==e&&r instanceof HTMLElement;){const i=am(r,n);if(i)return i;r=r.parentElement}return null}function oi(e,t){return e instanceof HTMLElement?am(e,t)!==null:!1}function ll(e,t){if(t==="color"){e.style.color="",e.style.removeProperty("color");return}e.style.backgroundColor="",e.style.removeProperty("background-color")}function sm(e,t,n){if(t==="color"){e.style.color=n;return}e.style.backgroundColor=n}function Mh(e,t,n){let r=t;for(;r.parentElement&&r.parentElement!==e;){const i=r.parentElement;if(!St(i)||!oi(i,n)){r=i;continue}if(an(i,r),oi(i,n)&&(ll(i,n),on(i))){Xe(i);continue}r=i}}function lm(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);return ce(e,n.commonAncestorContainer)?n:null}function ii(e,t){const n=lm(e);if(!n)return{value:null,mixed:!1};const r=n.collapsed?[]:Ue(n).filter(f=>f.data.length>0),a=(r.length>0?r:[n.startContainer]).map(f=>ri(e,f,t)),s=a[0]??null;return a.every(f=>f===s)?{value:s,mixed:!1}:{value:null,mixed:!0}}function Er(e,t,n){const r=lm(e);if(!r||r.collapsed)return!1;const i=n===null?null:we(n);if(n!==null&&i===null)return!1;vt(r);const a=Ue(r).filter(s=>s.data.length>0);for(const s of a){const u=ri(e,s,t);if(i===null){if(u===null)continue;Mh(e,s,t);continue}u!==i&&Br(s,f=>{sm(f,t,i)})}return xn(a),!0}function Du(e,t,n){if(n.value===null){ll(e,t);return}const r=we(n.value);r&&sm(e,t,r)}function _h(e){return!!(e!=null&&e.color||e!=null&&e.backgroundColor)}function Lh(e){const t=e.startContainer,n=e.startOffset;if(t.nodeType!==Node.TEXT_NODE)return;const r=t;if(n<=0||n>=r.length)return;const i=r.splitText(n);e.setStart(i,0),e.collapse(!0)}function Ih(e){var r,i,a;let t=e.startContainer.nodeType===Node.TEXT_NODE&&e.startOffset===0?e.startContainer:e.startContainer.childNodes[e.startOffset]??e.startContainer.lastChild??e.startContainer;if(e.startContainer.nodeType===Node.TEXT_NODE&&e.startOffset>0){const s=document.createTextNode("");return(r=e.startContainer.parentNode)==null||r.insertBefore(s,e.startContainer.nextSibling),s}if(e.startContainer.nodeType===Node.TEXT_NODE&&e.startOffset===0){const s=document.createTextNode("");return(i=e.startContainer.parentNode)==null||i.insertBefore(s,e.startContainer),s}const n=document.createTextNode("");return t&&t!==e.startContainer?(a=t.parentNode)==null||a.insertBefore(n,t):e.startContainer.appendChild(n),n}function cm(e,t,n){let r=t;for(;r.parentElement&&r.parentElement!==e;){const i=r.parentElement;if(!St(i)||!n.some(a=>oi(i,a))){r=i;continue}an(i,r);for(const a of n)oi(i,a)&&ll(i,a);if(on(i)){Xe(i);continue}r=i.isConnected?i:t}return t}function Fh(e,t,n){Lh(t);const r=Ih(t);return cm(e,r,n)}function Bh(e,t,n){const r=[];return n!=null&&n.color&&n.color.value===null&&ri(e,t,"color")&&r.push("color"),n!=null&&n.backgroundColor&&n.backgroundColor.value===null&&ri(e,t,"backgroundColor")&&r.push("backgroundColor"),r}const um=["auto","avoid"],xs=["auto","avoid","page"];new Set(um);new Set(xs);function dm(e){return e.trim().toLowerCase()}function Eu(e){return dm(e)==="avoid"?"avoid":"auto"}function ai(e){const t=dm(e);return t==="avoid"?"avoid":t==="page"||t==="always"?"page":"auto"}function mm(e){const t=e.style.breakInside;if(t)return Eu(t);const n=e.style.pageBreakInside;return n?Eu(n):"auto"}function fm(e){const t=e.style.breakAfter;if(t)return ai(t);const n=e.style.pageBreakAfter;return n?ai(n):"auto"}function gm(e){const t=e.style.breakBefore;if(t)return ai(t);const n=e.style.pageBreakBefore;return n?ai(n):"auto"}function Hh(e){e.style.removeProperty("break-inside"),e.style.removeProperty("page-break-inside")}function zh(e){e.style.removeProperty("break-after"),e.style.removeProperty("page-break-after")}function Oh(e){e.style.removeProperty("break-before"),e.style.removeProperty("page-break-before")}function Kh(e){return{breakInside:mm(e),breakAfter:fm(e),breakBefore:gm(e)}}function $h(e,t){return mm(e)===t?!1:t==="auto"?(Hh(e),!0):(e.style.breakInside="avoid",e.style.pageBreakInside="avoid",!0)}function Uh(e,t){return fm(e)===t?!1:t==="auto"?(zh(e),!0):t==="avoid"?(e.style.breakAfter="avoid",e.style.pageBreakAfter="avoid",!0):(e.style.breakAfter="page",e.style.pageBreakAfter="always",!0)}function Wh(e,t){return gm(e)===t?!1:t==="auto"?(Oh(e),!0):t==="avoid"?(e.style.breakBefore="avoid",e.style.pageBreakBefore="avoid",!0):(e.style.breakBefore="page",e.style.pageBreakBefore="always",!0)}function Gh(e,t){return e===t}function ju(e,t){return e===t}const Fe=["top","right","bottom","left"],Di=["none","solid","dotted","dashed","double","groove","ridge","inset","outset"],ft={top:null,right:null,bottom:null,left:null},cl={style:"none",width:null,color:null},Vh=new Set(Di),Ru={value:0,unit:"px"};function Zh(){return{margin:{...ft},padding:{...ft},lineHeight:null,border:{...cl},borderRadius:null,boxShadow:null,backgroundColor:null,opacity:null,breakInside:"auto",breakAfter:"auto",breakBefore:"auto"}}function ul(){const e=Zh();return{margin:e.margin,marginMixed:!1,padding:e.padding,paddingMixed:!1,lineHeight:e.lineHeight,lineHeightMixed:!1,border:e.border,borderMixed:!1,borderRadius:e.borderRadius,radiusMixed:!1,boxShadow:e.boxShadow,shadowMixed:!1,backgroundColor:e.backgroundColor,backgroundMixed:!1,opacity:e.opacity,opacityMixed:!1,breakInside:e.breakInside,breakInsideMixed:!1,breakAfter:e.breakAfter,breakAfterMixed:!1,breakBefore:e.breakBefore,breakBeforeMixed:!1}}function It(e,t){return Fe.every(n=>rt(e[n],t[n]))}function pm(e,t){return e===t?!0:!e||!t||e.kind!==t.kind?!1:e.kind==="normal"||t.kind==="normal"?!0:e.kind==="number"&&t.kind==="number"?e.value===t.value:e.kind==="length"&&t.kind==="length"&&e.value===t.value&&e.unit===t.unit}function hm(e,t){return e.style===t.style&&rt(e.width,t.width)&&e.color===t.color}function bm(e,t){return e===t?!0:!e||!t?!1:rt(e.offsetX,t.offsetX)&&rt(e.offsetY,t.offsetY)&&rt(e.blur,t.blur)&&rt(e.spread,t.spread)&&e.color===t.color&&e.inset===t.inset}function qh(e){return e.kind==="normal"?"normal":e.kind==="number"?J(e.value):Ce({value:e.value,unit:e.unit})}function Yh(e){const t=e.trim();if(!t)return null;if(t.endsWith("%")){const r=Number(t.slice(0,-1).trim().replace(",","."));return Number.isFinite(r)?Qt(r/100):null}const n=Number(t.replace(",","."));return Number.isFinite(n)?Qt(n):null}function Qt(e){return _e(Math.min(1,Math.max(0,e)))}function si(e){return _e(Qt(e)*100)}function ym(e){return Qt(e/100)}function xm(e){return J(Qt(e))}function Xh(e){const t=e.trim();if(!t)return null;if(t.toLowerCase()==="normal")return{kind:"normal"};if(/^[+]?(?:\d+(?:\.\d+)?|\.\d+)$/.test(t)){const r=Number(t);return!Number.isFinite(r)||r<0?null:{kind:"number",value:_e(r)}}const n=Ie(t);return!n||n.value<0?null:{kind:"length",value:n.value,unit:n.unit}}function Jh(e,t){const n=[];let r="",i=0;for(const a of e){if(a==="("){i+=1,r+=a;continue}if(a===")"){i=Math.max(0,i-1),r+=a;continue}if(a===t&&i===0){r.trim()&&n.push(r.trim()),r="";continue}r+=a}return r.trim()&&n.push(r.trim()),n}function Qh(e){const t=[];let n="",r=0;for(const i of e){if(i==="("){r+=1,n+=i;continue}if(i===")"){r=Math.max(0,r-1),n+=i;continue}if(/\s/.test(i)&&r===0){n&&t.push(n),n="";continue}n+=i}return n&&t.push(n),t}function eb(e){const t=[Ce(e.offsetX),Ce(e.offsetY),Ce(e.blur),Ce(e.spread)];e.color&&t.push(e.color);const n=t.join(" ");return e.inset?`inset ${n}`:n}function tb(e){const t=e.trim();if(!t||t.toLowerCase()==="none")return null;const n=Jh(t,",")[0];if(!n)return null;const r=Qh(n);let i=!1,a=null;const s=[];for(const u of r){if(u.toLowerCase()==="inset"){i=!0;continue}const f=Ie(u);if(f){s.push(f);continue}const g=we(u);if(g){a=g;continue}return null}return s.length<2||s.length>4?null:{offsetX:s[0],offsetY:s[1],blur:s[2]??Ru,spread:s[3]??Ru,color:a,inset:i}}function Ln(e,t){return Ie(e.style.getPropertyValue(t))}function nb(e,t,n,r){const i=n&&r?rn(n):n,a=i?Ce(i):"";return e.style.getPropertyValue(t)===a?!1:(a?e.style.setProperty(t,a):e.style.removeProperty(t),!0)}function Tu(e,t){return{top:Ln(e,`${t}-top`),right:Ln(e,`${t}-right`),bottom:Ln(e,`${t}-bottom`),left:Ln(e,`${t}-left`)}}function Nu(e,t,n,r){let i=!1;for(const a of Fe)nb(e,`${t}-${a}`,n[a],r)&&(i=!0);return i}function rb(e){const t=e.trim().toLowerCase();return Vh.has(t)?t:"none"}function Cm(e){const t=rb(e.style.borderStyle||e.style.borderTopStyle),n=Ln(e,"border-width")??Ln(e,"border-top-width"),r=e.style.borderColor||e.style.borderTopColor,i=r?we(r):null;return{style:t,width:n,color:i}}function ob(e,t){const n=Cm(e),r=t.style==="none"?{style:"none",width:null,color:null}:{style:t.style,width:t.width?rn(t.width):null,color:t.color};return hm(n,r)?!1:r.style==="none"?(e.style.removeProperty("border"),e.style.removeProperty("border-style"),e.style.removeProperty("border-width"),e.style.removeProperty("border-color"),!0):(e.style.borderStyle=r.style,r.width?e.style.borderWidth=Ce(r.width):e.style.removeProperty("border-width"),r.color?e.style.borderColor=r.color:e.style.removeProperty("border-color"),!0)}function wm(e){const t=e.style.borderRadius.trim();if(!t)return null;const n=t.split(/\s+/)[0];return Ie(n)}function ib(e,t){const n=t?rn(t):null,r=wm(e);return rt(r,n)?!1:(n?e.style.borderRadius=Ce(n):e.style.removeProperty("border-radius"),!0)}function vm(e){return tb(e.style.boxShadow)}function ab(e,t){const n=vm(e),r=t?{...t,blur:rn(t.blur)}:null;return bm(n,r)?!1:(r?e.style.boxShadow=eb(r):e.style.removeProperty("box-shadow"),!0)}function Sm(e){return Xh(e.style.lineHeight)}function sb(e,t){const n=Sm(e);return pm(n,t)?!1:(t?e.style.lineHeight=qh(t):e.style.removeProperty("line-height"),!0)}function km(e){const t=e.style.backgroundColor;return t?we(t):null}function lb(e,t){const n=t?we(t):null;return km(e)===n?!1:(n?e.style.backgroundColor=n:e.style.removeProperty("background-color"),!0)}function Am(e){return Yh(e.style.opacity)}function cb(e,t){const n=Am(e),r=t===null?null:Qt(t);return n===r?!1:(r===null?e.style.removeProperty("opacity"):e.style.opacity=xm(r),!0)}function er(e){const t=Kh(e);return{margin:Tu(e,"margin"),padding:Tu(e,"padding"),lineHeight:Sm(e),border:Cm(e),borderRadius:wm(e),boxShadow:vm(e),backgroundColor:km(e),opacity:Am(e),breakInside:t.breakInside,breakAfter:t.breakAfter,breakBefore:t.breakBefore}}function tr(e,t){let n=!1;return!t.marginMixed&&Nu(e,"margin",t.margin,!1)&&(n=!0),!t.paddingMixed&&Nu(e,"padding",t.padding,!0)&&(n=!0),!t.lineHeightMixed&&sb(e,t.lineHeight)&&(n=!0),!t.borderMixed&&ob(e,t.border)&&(n=!0),!t.radiusMixed&&ib(e,t.borderRadius)&&(n=!0),!t.shadowMixed&&ab(e,t.boxShadow)&&(n=!0),!t.backgroundMixed&&lb(e,t.backgroundColor)&&(n=!0),!t.opacityMixed&&cb(e,t.opacity)&&(n=!0),!t.breakInsideMixed&&$h(e,t.breakInside)&&(n=!0),!t.breakAfterMixed&&Uh(e,t.breakAfter)&&(n=!0),!t.breakBeforeMixed&&Wh(e,t.breakBefore)&&(n=!0),n&&mt(e),n}function ub(e){const t=ul(),n=Qn(e);if(n.length===0)return t;const r=n.map(er),i=r[0];return{margin:i.margin,marginMixed:r.some(a=>!It(a.margin,i.margin)),padding:i.padding,paddingMixed:r.some(a=>!It(a.padding,i.padding)),lineHeight:i.lineHeight,lineHeightMixed:r.some(a=>!pm(a.lineHeight,i.lineHeight)),border:i.border,borderMixed:r.some(a=>!hm(a.border,i.border)),borderRadius:i.borderRadius,radiusMixed:r.some(a=>!rt(a.borderRadius,i.borderRadius)),boxShadow:i.boxShadow,shadowMixed:r.some(a=>!bm(a.boxShadow,i.boxShadow)),backgroundColor:i.backgroundColor,backgroundMixed:r.some(a=>a.backgroundColor!==i.backgroundColor),opacity:i.opacity,opacityMixed:r.some(a=>a.opacity!==i.opacity),breakInside:i.breakInside,breakInsideMixed:r.some(a=>!Gh(a.breakInside,i.breakInside)),breakAfter:i.breakAfter,breakAfterMixed:r.some(a=>!ju(a.breakAfter,i.breakAfter)),breakBefore:i.breakBefore,breakBeforeMixed:r.some(a=>!ju(a.breakBefore,i.breakBefore))}}function db(e,t){return Jn(e,()=>{const n=zr(e);if(n.length===0)return!1;let r=!1;for(const i of n)tr(i,t)&&(r=!0);return r})}const li="data-page-at-rule";function Zt(){return{sizePreset:"auto",customWidth:null,customHeight:null,orientation:null,margin:{...ft},marginMixed:!1}}function dl(e){return new DOMParser().parseFromString(`<body>${e}</body>`,"text/html")}function Pm(e){return e.body.innerHTML}function _r(e){var r;const n=dl(e).querySelector(`style[${li}]`);return((r=n==null?void 0:n.textContent)==null?void 0:r.trim())??null}function Fo(e,t){const n=new RegExp(`margin-${t}\\s*:\\s*([^;]+)`,"i"),r=e.match(n);return r?Ie(r[1].trim()):null}function mb(e){const t=e.match(/(?:^|[\s{;])margin\s*:\s*([^;]+)/i);if(!t)return{...ft};const n=t[1].trim().split(/\s+/).map(u=>Ie(u)),[r,i=r,a=r,s=i]=n;return{top:r??null,right:i??null,bottom:a??null,left:s??null}}function fb(e){const t={sizePreset:"auto",customWidth:null,customHeight:null,orientation:null},n=e.match(/(?:^|[\s{;])size\s*:\s*([^;]+)/i);if(!n)return t;const r=n[1].trim().toLowerCase();if(r==="auto")return t;const i=r.includes("landscape"),a=r.includes("portrait"),s=i?"landscape":a?"portrait":null,u=r.replace(/\b(landscape|portrait)\b/g,"").trim(),f=u.split(/\s+/).filter(Boolean);if(f.length===1){if(f[0]==="a4")return{sizePreset:"A4",customWidth:null,customHeight:null,orientation:s};if(f[0]==="letter")return{sizePreset:"letter",customWidth:null,customHeight:null,orientation:s};if(f[0]==="legal")return{sizePreset:"legal",customWidth:null,customHeight:null,orientation:s}}if(f.length>=2){const g=Ie(f[0]),p=Ie(f[1]);if(g&&p)return{sizePreset:"custom",customWidth:g,customHeight:p,orientation:s}}return!u&&s?{sizePreset:"auto",customWidth:null,customHeight:null,orientation:s}:t}function gb(e){const t=Zt();if(!e)return t;const n=e.match(/@page\s*\{([^}]*)\}/is);if(!n)return t;const r=n[1],i=fb(r),a={top:Fo(r,"top"),right:Fo(r,"right"),bottom:Fo(r,"bottom"),left:Fo(r,"left")},u=Fe.some(f=>a[f]!==null)?a:mb(r);return{...i,margin:u,marginMixed:!1}}function qt(e){return gb(_r(e))}function Ct(e,t){return _r(e)||!_r(t)?e:Dm(e,qt(t))}function pb(e){const t=Fe.map(r=>e[r]);if(t.every(r=>r===null))return null;const n=t.map(r=>r?Ce(r):"0");return n[0]===n[1]&&n[1]===n[2]&&n[2]===n[3]?`margin: ${n[0]};`:Fe.map(r=>e[r]?`margin-${r}: ${Ce(e[r])};`:null).filter(Boolean).join(" ")}function hb(e){if(e.sizePreset==="auto"&&!e.orientation)return null;const t=[];return e.sizePreset==="A4"?t.push("A4"):e.sizePreset==="letter"?t.push("letter"):e.sizePreset==="legal"?t.push("legal"):e.sizePreset==="custom"&&e.customWidth&&e.customHeight&&t.push(Ce(e.customWidth),Ce(e.customHeight)),e.orientation&&t.push(e.orientation),t.length===0?null:`size: ${t.join(" ")};`}function bb(e){const t=hb(e),n=pb(e.margin);return!t&&!n?null:`@page { ${[t,n].filter(Boolean).join(" ")} }`}function Gn(e){const t=dl(e);for(const n of t.querySelectorAll(`style[${li}]`))n.remove();return Pm(t)}function yb(e,t){const n=dl(e);let r=n.querySelector(`style[${li}]`);return r||(r=n.createElement("style"),r.setAttribute(li,""),n.body.insertBefore(r,n.body.firstChild)),r.textContent=t,Pm(n)}function Dm(e,t){const n=bb(t);return n?yb(e,n):Em(e)}function Em(e){return Gn(e)}function xb(e){const t=e.map(n=>_r(n)).filter(n=>!!n);return t.length===0?"":t.join(`
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),l=require("react"),Bc=require("react-dom");function Kb({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"audio",children:[i.jsx("path",{d:"M9 18V5l12-2v13"}),i.jsx("circle",{cx:"6",cy:"18",r:"3"}),i.jsx("circle",{cx:"18",cy:"16",r:"3"})]})}function es({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"align-center",children:[i.jsx("path",{d:"M4 6h16"}),i.jsx("path",{d:"M7 12h10"}),i.jsx("path",{d:"M4 18h16"})]})}function Hf({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"align-justify",children:[i.jsx("path",{d:"M4 6h16"}),i.jsx("path",{d:"M4 12h16"}),i.jsx("path",{d:"M4 18h16"})]})}function ts({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"align-left",children:[i.jsx("path",{d:"M4 6h16"}),i.jsx("path",{d:"M4 12h10"}),i.jsx("path",{d:"M4 18h16"})]})}function ns({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"align-right",children:[i.jsx("path",{d:"M4 6h16"}),i.jsx("path",{d:"M10 12h10"}),i.jsx("path",{d:"M4 18h16"})]})}function $b({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"bold",children:[i.jsx("path",{d:"M7 5h6.5a3.5 3.5 0 0 1 0 7H7z"}),i.jsx("path",{d:"M7 12h7.5a3.5 3.5 0 0 1 0 7H7z"}),i.jsx("path",{d:"M7 5v14"})]})}function Ub({className:e}){return i.jsx("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"bookmark",children:i.jsx("path",{d:"M6 4h12a1 1 0 0 1 1 1v16l-7-4-7 4V5a1 1 0 0 1 1-1z"})})}function zf({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"bullet-list",children:[i.jsx("path",{d:"M9 6h12"}),i.jsx("path",{d:"M9 12h12"}),i.jsx("path",{d:"M9 18h12"}),i.jsx("circle",{cx:"4.5",cy:"6",r:"1.2",fill:"currentColor",stroke:"none"}),i.jsx("circle",{cx:"4.5",cy:"12",r:"1.2",fill:"currentColor",stroke:"none"}),i.jsx("circle",{cx:"4.5",cy:"18",r:"1.2",fill:"currentColor",stroke:"none"})]})}function Vb({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"cell-properties",children:[i.jsx("rect",{x:"3",y:"4",width:"18",height:"16",rx:"1"}),i.jsx("path",{d:"M3 12h18"}),i.jsx("path",{d:"M12 4v16"}),i.jsx("rect",{x:"12.5",y:"4.5",width:"8",height:"7",fill:"currentColor",stroke:"none",opacity:"0.25"})]})}function Wb({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"clear-formatting",children:[i.jsx("path",{d:"M4 5h12"}),i.jsx("path",{d:"M10 5v8"}),i.jsx("path",{d:"m14 15 6 6"}),i.jsx("path",{d:"m20 15-6 6"})]})}function et({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"close",children:[i.jsx("path",{d:"M18 6L6 18"}),i.jsx("path",{d:"M6 6l12 12"})]})}function ym({className:e}){return i.jsx("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"comment",children:i.jsx("path",{d:"M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z"})})}function Gb({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"comments-visible",children:[i.jsx("path",{d:"M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z"}),i.jsx("path",{d:"M8 9h8M8 13h5"})]})}function Zb({className:e}){return i.jsx("svg",{className:e,viewBox:"0 0 616.23 542.09",width:"45",height:"40","aria-hidden":"true","data-icon":"commspliant-shield",children:i.jsxs("g",{transform:"translate(129.79555,688.75474)",children:[i.jsx("path",{fill:"#334E68",d:"m 92.41768,-326.31771 a 0.3,0.3 0 0 1 0.48,0.05 q 5.04,8.55 15.34,22.7 5.5,7.55 11.93,14.77 11.84,13.3 12.69,14.16 11.29,11.41 26.17,23.51 c 4.66,3.79 9.84,8.83 15.07,12.39 18.71,12.72 34.7,23.08 52.84,31.97 q 15.29,7.5 16.67,8.12 5.77,2.59 8.73,3.54 c 1.66,0.54 2.74,-0.25 4.17,-0.93 q 27.98,-13.14 49.38,-25.74 21.15,-12.47 41.94,-29.56 1.28,-1.05 12.72,-11.11 c 11.11,-9.78 22.59,-22.12 30.48,-31.94 q 10.87,-13.52 16.67,-23.55 c 3.7,-6.41 7.66,-12.73 10.29,-18.63 q 9.41,-21.06 13.67,-35.18 8.51,-28.19 9.46,-61.31 0.96,-33.72 0.31,-64.55 -0.09,-4.4 2.81,-7.26 5.42,-5.33 7.5,-7.38 c 6.37,-6.25 11.24,-13.29 18.07,-19.23 q 7.84,-6.84 14.74,-16.11 0.14,-0.19 0.39,-0.15 0.61,0.1 0.52,0.7 -0.37,2.69 -0.35,4.95 c 0.37,45.85 0.81,76.35 -0.95,110.71 q -0.66,12.89 -2.71,28.52 -2.84,21.57 -7.17,36.03 -2.02,6.75 -5.4,17.5 c -5.64,17.94 -13.55,35.09 -23.13,50.9 q -1.72,2.86 -12.91,19.22 c -10.81,15.81 -22.83,29.61 -35.06,41.83 q -4.06,4.07 -17.47,16.38 -9.77,8.98 -18.52,15.14 -19.27,13.56 -32.8,21.84 c -8.27,5.05 -17.73,9.75 -26.22,14.7 q -3.66,2.13 -10.7,5.47 -27.19,12.89 -34.36,16.16 -3.92,1.79 -7.2,0.44 -3.47,-1.43 -11.46,-4.85 c -9.07,-3.89 -16.98,-8.27 -24.9,-11.89 -8.4,-3.84 -18.78,-9.89 -28.06,-15.14 q -43.25,-24.5 -76.54,-56.22 -11.98,-11.41 -24.94,-26.56 -12.76,-14.92 -26.13,-34.48 a 0.43,0.44 56.8 0 1 0.13,-0.61 c 12.12,-7.82 23.12,-17.82 33.81,-29.32 z"}),i.jsx("path",{fill:"#334E68",d:"m -128.82232,-375.77771 a 0.96,0.96 0 0 1 -0.8,-1.51 l 28.86,-41.82 a 3.24,3.2 6.2 0 1 1.45,-1.15 q 0.69,-0.27 3.64,-0.32 15.37,-0.27 46.58,-0.45 12.44,-0.07 19.69,-1.84 c 26.32,-6.42 44.55,-29.39 47.76,-55.67 q 1.05,-8.54 0.87,-20.92 c -0.55,-39.95 0.23,-77.15 -0.1,-117.57 a 0.94,0.95 85.4 0 1 0.81,-0.94 c 35.7,-5.08 70.26,-12.78 104.11,-23.86 q 9.4,-3.07 22.28,-7.05 8.6,-2.65 22.1,-7.58 18.33,-6.69 43.02,-16.74 23.04,-9.38 35.12,-15.34 1.17,-0.58 3.29,0.39 c 14.96,6.81 34.27,13.39 42.79,16.68 q 14.24,5.5 27.59,10.33 23.24,8.41 27.7,10.07 2.01,0.75 9.42,3.41 5.07,1.82 9.47,3.13 40.54,12.1 57.07,16.58 2.54,0.68 4.26,0.82 a 0.48,0.48 0 0 1 0.32,0.79 l -33.68,37.82 a 0.58,0.58 0 0 1 -0.68,0.13 q -3.43,-1.67 -5.84,-2.43 -8.74,-2.79 -47.37,-15.63 -8.92,-2.96 -17.51,-6.16 c -17.92,-6.67 -32.21,-11.74 -65.83,-24.24 -2.89,-1.08 -8.28,-3.56 -11.57,-2.33 -11.44,4.27 -27.67,11.24 -40.6,15.93 q -8.12,2.94 -26.33,9.89 c -21.86,8.35 -43.57,14.34 -67.25,21.47 q -20.07,6.03 -48.78,11.52 a 0.71,0.7 84.6 0 0 -0.57,0.7 q 0.1,95.52 0.1,95.57 c -0.53,30.1 -14.63,58.57 -36,79.25 -10.83,10.49 -23.5,17.98 -37.57,23.68 -10.14,4.1 -18.76,4.57 -31.18,4.79 q -3.1,0.05 -86.64,0.6 z"}),i.jsx("path",{fill:"#C9A227",d:"m 169.86768,-422.45771 q 0.04,-0.4 0.24,-0.59 c 3.41,-3.3 5.96,-6.99 9.56,-10.8 q 10.13,-10.72 15.25,-16.65 2.05,-2.38 5.38,-4.3 a 0.68,0.69 53.4 0 1 0.84,0.12 l 49.51,50.92 a 1.06,1.06 0 0 0 1.52,0 q 17.38,-17.8 26.4,-27.94 c 6.36,-7.14 15.04,-14.76 20.1,-20.56 q 10.29,-11.81 17.14,-18.67 7.41,-7.41 17.44,-18.41 13.85,-15.18 23.56,-24.67 c 3.68,-3.59 5.5,-6.17 8.54,-10.08 2.38,-3.06 4.42,-4.87 8.16,-8.31 6.16,-5.66 10.48,-11.49 16.47,-17.22 6.29,-6.03 12.87,-14.23 18.87,-20.24 q 5.56,-5.56 13.49,-14.45 c 6.79,-7.6 12.13,-13.02 18.46,-19.66 4.83,-5.06 9.88,-11.22 15.21,-16.21 a 1.91,1.91 0 0 1 1.3,-0.51 h 28.15 a 0.83,0.83 0 0 1 0.83,0.82 q 0.28,14.3 0.03,31.53 c -0.07,4.93 -1.9,6.19 -5.19,9.51 -5.86,5.92 -12.79,12.1 -18.21,18.16 q -6.63,7.4 -16.64,16.86 c -2.68,2.53 -6.31,6.91 -8.5,9.17 -8.76,9.01 -14.72,16.05 -22.55,23.36 q -1.37,1.28 -9.09,9.75 -4.93,5.41 -24.32,25.01 c -9.96,10.07 -19.18,20.45 -27.83,28.95 q -11.52,11.33 -20.29,20.96 c -19.16,21.01 -41.14,42.93 -58.64,61.61 q -10.7,11.42 -22.21,22 a 1.97,1.94 24 0 1 -1.38,0.52 q -1.9,-0.06 -3.83,-2.08 c -19.01,-19.93 -45.74,-44.39 -67.08,-67.5 q -5.05,-5.47 -10.42,-9.75 -0.31,-0.24 -0.27,-0.65 z"}),i.jsx("path",{fill:"#5B7B9C",d:"m 351.58768,-544.71771 a 0.41,0.41 0 0 1 0.17,0.69 q -15.9,15.29 -29.64,31.76 a 1.16,1.19 33.7 0 1 -1.44,0.3 c -5.87,-3 -10.72,-6.65 -16.97,-10.42 -17.2,-10.37 -38.83,-14.16 -59.18,-13.16 -12.15,0.6 -23.67,3.62 -34.54,8.11 -5.15,2.13 -9.08,4.66 -14.86,8.63 q -14.63,10.05 -22.02,17.75 -6.98,7.27 -17.47,22.45 c -5.11,7.4 -9.03,15.18 -13.55,23.27 q -5.09,9.08 -10.38,20.93 c -4.39,9.81 -8.53,17.45 -13.72,27.5 q -6,11.58 -11.58,19.91 c -6.74,10.09 -11.32,17.91 -17.68,26.12 -4.94,6.38 -10.92,12.4 -15.22,17.55 q -3.48,4.18 -9.33,9.51 c -20.66,18.83 -45.19,33.15 -72.9,38.24 q -15.17,2.79 -26.21,3.08 -22.84,0.6 -52.01,0.23 a 0.29,0.29 0 0 1 -0.24,-0.43 c 6.02,-10.58 11.85,-19.61 23.29,-37.61 q 2.27,-3.58 5.02,-6.38 a 3.39,3.4 24.3 0 1 2.63,-1 q 16.4,1.07 32.77,-1.23 c 15.39,-2.16 29.33,-7.66 42.1,-15.59 q 4.42,-2.75 14.17,-10.6 3.58,-2.89 14.27,-14.03 6.08,-6.33 9.69,-12.1 c 3.25,-5.19 7.59,-10.59 11.55,-17.24 q 16.77,-28.19 29.52,-56.84 c 4.49,-10.08 8.7,-16.87 15.5,-28.37 q 5.49,-9.29 14.18,-21.09 5.94,-8.07 12.61,-14.76 12.65,-12.7 13.8,-13.72 5.51,-4.84 19.01,-13.66 49.89,-32.59 109.07,-20.31 7.95,1.65 15.41,4.34 14.58,5.25 20.68,8.05 c 10.41,4.78 21.11,12.36 31.15,19.28 a 2.65,2.62 70.1 0 0 0.78,0.37 z"}),i.jsx("path",{fill:"#5B7B9C",d:"m 143.16768,-394.65771 q 0.46,0.11 0.45,0.6 -0.03,2.2 0.62,4.89 2.72,11.27 9.81,22.88 7.25,11.89 15.4,22.7 c 4.71,6.26 10.61,13.06 17.11,18.9 9.38,8.42 15.79,14.58 25.02,21.29 q 13.29,9.65 15.1,10.72 10.62,6.29 20.67,12.58 1.94,1.22 4,1.86 a 2.56,2.59 42.2 0 0 1.81,-0.1 c 7.1,-3.08 12.92,-6.7 21.76,-11.78 q 6.63,-3.81 11.42,-7.45 c 4.56,-3.47 9.98,-6.63 14.83,-10.52 q 18.45,-14.82 32.58,-32 6.8,-8.28 11.17,-16.16 c 7.76,-14.01 13.11,-25.52 16.26,-40.82 1.49,-7.23 1.56,-11.99 2.41,-21.26 a 3.66,3.67 70 0 1 1.06,-2.26 q 9.34,-9.27 20.72,-20.12 c 6.47,-6.15 12.23,-13.51 18.33,-19.07 a 0.67,0.67 0 0 1 1.11,0.43 q 1.92,19.96 1.77,37.52 -0.18,19.95 -4.43,40.76 -3.4,16.65 -11.34,32.24 -0.55,1.09 -4.75,9.06 -3,5.69 -5.08,8.85 c -9.56,14.55 -19.75,27.73 -31.99,39.39 q -7.6,7.24 -9.98,9.35 -10.58,9.37 -24.17,18.04 c -4.91,3.14 -9.19,7.11 -13.77,9.89 q -24.03,14.58 -42.68,23.19 -3.32,1.53 -8.02,-0.31 -1.97,-0.78 -11.41,-5.19 c -8.92,-4.17 -16.04,-8.65 -24.58,-13.03 q -6.75,-3.47 -13.06,-7.8 -18.87,-12.96 -21.03,-14.68 -15.47,-12.4 -29.21,-26.05 -5.39,-5.35 -13.86,-16.13 -6.45,-8.2 -14.56,-19.38 c -3.42,-4.72 -6.19,-10.2 -9.49,-14.45 a 1.33,1.32 44.2 0 1 -0.03,-1.59 c 5.8,-7.95 10.64,-13.7 15.23,-21.14 q 8.66,-14.03 14.39,-23.68 a 0.38,0.39 23.4 0 1 0.41,-0.17 z"})]})})}function qb({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"custom-action",children:[i.jsx("rect",{x:"4",y:"4",width:"16",height:"16",rx:"2"}),i.jsx("path",{d:"M9 8.5c0-1 .7-1.5 1.5-1.5S12 7.5 12 8.5c0 1.2-3 1.2-3 3.2"}),i.jsx("path",{d:"M10.5 14v.5"}),i.jsx("path",{d:"M15 10v4"}),i.jsx("path",{d:"M13 12h4"})]})}function Yb({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"custom-css",children:[i.jsx("path",{d:"M8 6h12"}),i.jsx("path",{d:"M8 12h12"}),i.jsx("path",{d:"M8 18h8"}),i.jsx("path",{d:"M4 6h.01"}),i.jsx("path",{d:"M4 12h.01"}),i.jsx("path",{d:"M4 18h.01"})]})}function Xb({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"customize-toolbar",children:[i.jsx("rect",{x:"3",y:"4",width:"7",height:"7",rx:"1"}),i.jsx("rect",{x:"14",y:"4",width:"7",height:"7",rx:"1"}),i.jsx("rect",{x:"3",y:"13",width:"7",height:"7",rx:"1"}),i.jsx("rect",{x:"14",y:"13",width:"7",height:"7",rx:"1"})]})}function Jb({className:e}){return i.jsx("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"dark-mode",children:i.jsx("path",{d:"M21 14.5A8.5 8.5 0 1 1 9.5 3 7 7 0 0 0 21 14.5z"})})}function Of({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"font-color",children:[i.jsx("path",{d:"M6 18L12 4l6 14"}),i.jsx("path",{d:"M8.5 13h7"})]})}function Qb({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"font-family",children:[i.jsx("path",{d:"M4 18L9 6l5 12"}),i.jsx("path",{d:"M6.2 13h5.6"}),i.jsx("path",{d:"M16 18V9"}),i.jsx("path",{d:"M16 9h5"})]})}function ey({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"font-properties",children:[i.jsx("path",{d:"M4 20h4"}),i.jsx("path",{d:"M6 20V6"}),i.jsx("path",{d:"M4 6h4"}),i.jsx("path",{d:"M12 20V9"}),i.jsx("path",{d:"M12 9h8"}),i.jsx("path",{d:"M16 9v11"})]})}function ty({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"font-size",children:[i.jsx("path",{d:"M4 18V8h3"}),i.jsx("path",{d:"M4 8h8"}),i.jsx("path",{d:"M10 8v10"}),i.jsx("path",{d:"M16 18V12h2"}),i.jsx("path",{d:"M16 12h5"}),i.jsx("path",{d:"M19 12v6"})]})}function ny({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"format-brush",children:[i.jsx("path",{d:"m9.06 11.9 8.07-8.06a2.85 2.85 0 1 1 4.03 4.03l-8.06 8.08"}),i.jsx("path",{d:"M7.07 14.94c-1.66 0-3 1.34-3 3v2.06h2.06c1.66 0 3-1.34 3-3v-2.06Z"}),i.jsx("path",{d:"M7.07 14.94 4.01 18"})]})}function ry({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"fullscreen",children:[i.jsx("path",{d:"M8 3H5a2 2 0 0 0-2 2v3"}),i.jsx("path",{d:"M21 8V5a2 2 0 0 0-2-2h-3"}),i.jsx("path",{d:"M3 16v3a2 2 0 0 0 2 2h3"}),i.jsx("path",{d:"M16 21h3a2 2 0 0 0 2-2v-3"})]})}function Tl({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"help",children:[i.jsx("circle",{cx:"12",cy:"12",r:"10"}),i.jsx("path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}),i.jsx("path",{d:"M12 17h.01"})]})}function Kf({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"highlight-color",children:[i.jsx("path",{d:"M15.5 4.5l4 4-9 9H6.5v-4.5z"}),i.jsx("path",{d:"M13.5 6.5l4 4"}),i.jsx("path",{d:"M4 20h8"})]})}function oy({className:e}){return i.jsx("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"horizontalRule",children:i.jsx("path",{d:"M4 12h16"})})}function iy({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"html",children:[i.jsx("path",{d:"M8 8l-4 4 4 4"}),i.jsx("path",{d:"M16 8l4 4-4 4"})]})}function $f({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"image",children:[i.jsx("rect",{x:"3",y:"5",width:"18",height:"14",rx:"2"}),i.jsx("circle",{cx:"8.5",cy:"10",r:"1.5"}),i.jsx("path",{d:"m21 15-4.5-4.5L7 20"})]})}function ay({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"indent",children:[i.jsx("path",{d:"M4 6h16"}),i.jsx("path",{d:"M12 12h8"}),i.jsx("path",{d:"M4 18h16"}),i.jsx("path",{d:"M4 9l4 3-4 3"})]})}function sy({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"italic",children:[i.jsx("path",{d:"M10 4h9"}),i.jsx("path",{d:"M5 20h9"}),i.jsx("path",{d:"M14 4L8 20"})]})}function ly({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"light-mode",children:[i.jsx("circle",{cx:"12",cy:"12",r:"4"}),i.jsx("path",{d:"M12 2v2"}),i.jsx("path",{d:"M12 20v2"}),i.jsx("path",{d:"M4.93 4.93l1.41 1.41"}),i.jsx("path",{d:"M17.66 17.66l1.41 1.41"}),i.jsx("path",{d:"M2 12h2"}),i.jsx("path",{d:"M20 12h2"}),i.jsx("path",{d:"M4.93 19.07l1.41-1.41"}),i.jsx("path",{d:"M17.66 6.34l1.41-1.41"})]})}function cy({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"link",children:[i.jsx("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),i.jsx("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"})]})}function uy({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"menu",children:[i.jsx("path",{d:"M4 6h16"}),i.jsx("path",{d:"M4 12h16"}),i.jsx("path",{d:"M4 18h16"})]})}function dy({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"merge-cells",children:[i.jsx("rect",{x:"3",y:"4",width:"18",height:"16",rx:"1"}),i.jsx("path",{d:"M3 12h5"}),i.jsx("path",{d:"M16 12h5"}),i.jsx("path",{d:"M12 4v16"}),i.jsx("path",{d:"M9 9l3 3-3 3"}),i.jsx("path",{d:"M15 9l-3 3 3 3"})]})}function Uf({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"numbered-list",children:[i.jsx("path",{d:"M10 6h11"}),i.jsx("path",{d:"M10 12h11"}),i.jsx("path",{d:"M10 18h11"}),i.jsx("path",{d:"M4 5v3h2"}),i.jsx("path",{d:"M4 11h2l-2 2h2"}),i.jsx("path",{d:"M4 19h2"}),i.jsx("path",{d:"M4 17h2v2"})]})}function my({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"open",children:[i.jsx("path",{d:"M3 7h6l2 2h10v3"}),i.jsx("path",{d:"M3 10l2.2 9h13.6L21 10H3z"})]})}function fy({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"outdent",children:[i.jsx("path",{d:"M4 6h16"}),i.jsx("path",{d:"M12 12h8"}),i.jsx("path",{d:"M4 18h16"}),i.jsx("path",{d:"M8 9l-4 3 4 3"})]})}function py({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"pageBreak",children:[i.jsx("path",{d:"M4 10h16",strokeDasharray:"3 2"}),i.jsx("path",{d:"M14 10v8"}),i.jsx("path",{d:"M18 14h4v4h-4z"})]})}function zo({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"page-properties",children:[i.jsx("path",{d:"M6 3h8l6 6v12H6z"}),i.jsx("path",{d:"M14 3v6h6"})]})}function Vf({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"paragraph-properties",children:[i.jsx("path",{d:"M13 4H9a4 4 0 0 0 0 8h2"}),i.jsx("path",{d:"M15 4v16"}),i.jsx("path",{d:"M11 4v16"})]})}function gy({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"preview",children:[i.jsx("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),i.jsx("path",{d:"M14 2v6h6"}),i.jsx("path",{d:"M8 13h8"}),i.jsx("path",{d:"M8 17h5"})]})}function hy({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"paragraph-style",children:[i.jsx("path",{d:"M5 6h14"}),i.jsx("path",{d:"M5 10h10"}),i.jsx("path",{d:"M5 14h14"}),i.jsx("path",{d:"M5 18h8"})]})}function by({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"plus",children:[i.jsx("path",{d:"M12 5v14"}),i.jsx("path",{d:"M5 12h14"})]})}function yy({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"print",children:[i.jsx("path",{d:"M6 9V3h12v6"}),i.jsx("path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"}),i.jsx("path",{d:"M6 14h12v8H6z"})]})}function xy({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"read-aloud",children:[i.jsx("path",{d:"M11 5L6 9H2v6h4l5 4V5z"}),i.jsx("path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"}),i.jsx("path",{d:"M19.07 4.93a10 10 0 0 1 0 14.14"})]})}function Cy({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"redo",children:[i.jsx("path",{d:"M21 10H10a5 5 0 0 0 0 10h1"}),i.jsx("path",{d:"M17 6l4 4-4 4"})]})}function wy({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"row-properties",children:[i.jsx("rect",{x:"3",y:"4",width:"18",height:"16",rx:"1"}),i.jsx("path",{d:"M3 10h18"}),i.jsx("path",{d:"M3 16h18"}),i.jsx("rect",{x:"3.5",y:"4.5",width:"17",height:"5",fill:"currentColor",stroke:"none",opacity:"0.25"})]})}function vy({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"ruler",children:[i.jsx("path",{d:"M4 8h16"}),i.jsx("path",{d:"M4 16h16"}),i.jsx("path",{d:"M6 8v8"}),i.jsx("path",{d:"M10 8v4"}),i.jsx("path",{d:"M14 8v6"}),i.jsx("path",{d:"M18 8v8"})]})}function ky({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"save",children:[i.jsx("path",{d:"M5 3h11l5 5v13H5V3z"}),i.jsx("path",{d:"M15 3v6H9V3"}),i.jsx("path",{d:"M8 21v-7h8v7"})]})}function Rl({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"table-column",children:[i.jsx("rect",{x:"3",y:"4",width:"18",height:"16",rx:"1"}),i.jsx("path",{d:"M3 10h18"}),i.jsx("path",{d:"M3 16h18"}),i.jsx("path",{d:"M9 4v16"}),i.jsx("path",{d:"M15 4v16"}),i.jsx("rect",{x:"9.5",y:"5",width:"5",height:"14",fill:"currentColor",stroke:"none",opacity:"0.25"})]})}function xm({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"table",children:[i.jsx("rect",{x:"3",y:"4",width:"18",height:"16",rx:"1"}),i.jsx("path",{d:"M3 10h18"}),i.jsx("path",{d:"M3 16h18"}),i.jsx("path",{d:"M9 4v16"}),i.jsx("path",{d:"M15 4v16"})]})}function Dl({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"table-row",children:[i.jsx("rect",{x:"3",y:"4",width:"18",height:"16",rx:"1"}),i.jsx("path",{d:"M3 10h18"}),i.jsx("path",{d:"M3 16h18"}),i.jsx("rect",{x:"4",y:"10.5",width:"16",height:"5",fill:"currentColor",stroke:"none",opacity:"0.25"})]})}function Sy({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"strikethrough",children:[i.jsx("path",{d:"M6 7.5C6 5.5 8 4 12 4s6 1.5 6 3.5-1.8 2.8-6 3.5"}),i.jsx("path",{d:"M6 16.5C6 18.5 8 20 12 20s6-1.5 6-3.5c0-1-.5-1.8-1.8-2.5"}),i.jsx("path",{d:"M4 12h16"})]})}function Ay({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"underline",children:[i.jsx("path",{d:"M7 4v8a5 5 0 0 0 10 0V4"}),i.jsx("path",{d:"M5 20h14"})]})}function Py({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"undo",children:[i.jsx("path",{d:"M3 10h11a5 5 0 0 1 0 10h-1"}),i.jsx("path",{d:"M7 6L3 10l4 4"})]})}function Ty({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"unmerge-cells",children:[i.jsx("rect",{x:"3",y:"4",width:"18",height:"16",rx:"1"}),i.jsx("path",{d:"M12 4v16"}),i.jsx("path",{d:"M3 12h18"}),i.jsx("path",{d:"M9 9l-3 3 3 3"}),i.jsx("path",{d:"M15 9l3 3-3 3"})]})}function Ry({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"visual",children:[i.jsx("path",{d:"M2 12s4-7 10-7 10 7 10 7-4 7-10 7S2 12 2 12z"}),i.jsx("circle",{cx:"12",cy:"12",r:"3"})]})}function Dy({className:e}){return i.jsxs("svg",{className:e,viewBox:"0 0 24 24",width:"16",height:"16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true","data-icon":"youtube",children:[i.jsx("rect",{x:"2",y:"5",width:"20",height:"14",rx:"3"}),i.jsx("path",{d:"m10 9 6 3-6 3V9Z",fill:"currentColor",stroke:"none"})]})}const Ce="---";function On(e){return e===Ce}function Kn(e){return typeof e=="object"&&e!==null&&"submenu"in e}const Fc=new Set(["save","open","print","undo","redo","link","bookmark","horizontalRule","pageBreak","insertPageBefore","insertPageAfter","deletePage","visual","html","customizeToolbar","toolbarPositionTop","toolbarPositionLeft","toolbarPositionRight","toolbarPositionBottom","lightMode","darkMode","preview","readAloud","fullscreen","bold","italic","underline","strikethrough","clearFormatting","formatBrush","fontSize","fontFamily","paragraphStyle","fontProperties","customCss","paragraphProperties","pageProperties","imageProperties","fontColor","highlightColor","alignLeft","alignCenter","alignRight","alignJustify","indent","outdent","bulletList","numberedList","table","insertRowBelow","insertRowBefore","deleteRow","insertColumnAfter","insertColumnBefore","deleteColumn","mergeCells","unmergeCells","tableProperties","cellProperties","rowProperties"]),jy=new Set(["file","edit","view","insert","format","table","help"]),Wf="custom",Gf="custom";function Zf(e){return`custom:${e}`}function Iy(e){return e==="menu"||e==="both"}function Ey(e){return e==="toolbar"||e==="both"}function qf(e){return e.map(t=>Kn(t)?{submenu:t.submenu,items:qf(t.items)}:t)}function _y(e){return{menus:e.menus.map(t=>({id:t.id,items:qf(t.items)})),iconGroups:e.iconGroups.map(t=>({id:t.id,items:[...t.items]}))}}function Yf(e){return On(e)?!0:Kn(e)?e.items.every(Yf):Fc.has(e)}function Xf(e,t){for(const n of e)if(n===t||Kn(n)&&Xf(n.items,t))return!0;return!1}function My(e){const t=e.tooltip??e.label;return{id:e.id,command:Zf(e.id),icon:e.icon??qb,label:e.label,ariaLabel:e.label,tooltip:t}}function Ny(e,t,n,r){if(e.menus[n])r&&!e.menus[n].label&&!jy.has(n)&&(e.menus[n]={...e.menus[n],label:r,ariaLabel:r});else if(n===Wf&&!r)e.menus[n]={id:n,labelKey:"menuCustom",ariaKey:"menuCustomAria"};else{const o=r??n;e.menus[n]={id:n,label:o,ariaLabel:o}}t.menus.some(o=>o.id===n)||t.menus.push({id:n,items:[]})}function Ly(e,t,n){if(e.groups[n]||(n===Gf?e.groups[n]={id:n,labelKey:"toolbarGroupCustom"}:e.groups[n]={id:n,label:n}),!t.iconGroups.some(r=>r.id===n)){const r={id:n,items:[]},o=t.iconGroups.findIndex(a=>a.items.includes("fullscreen"));o===-1?t.iconGroups.push(r):t.iconGroups.splice(o,0,r)}}function By(e,t,n){var a,s;const r={menus:{...t.menus},submenus:{...t.submenus},groups:{...t.groups},items:{...t.items}},o=_y(n);for(const u of e??[])if(!(Fc.has(u.id)||On(u.id))){if(r.items[u.id]=My(u),Iy(u.showIn)){const d=((a=u.menu)==null?void 0:a.id)??Wf;Ny(r,o,d,(s=u.menu)==null?void 0:s.label);const f=o.menus.find(g=>g.id===d);if(f&&!Xf(f.items,u.id)){const g=f.items[f.items.length-1];g!==void 0&&!On(g)&&f.items.every(Yf)&&f.items.push(Ce),f.items.push(u.id)}}if(Ey(u.showIn)){const d=u.toolbarGroup??Gf;Ly(r,o,d);const f=o.iconGroups.find(g=>g.id===d);f&&!f.items.includes(u.id)&&f.items.push(u.id)}}return{catalog:r,layout:o}}function Fy(e,t){const n={};for(const r of e??[])Fc.has(r.id)||On(r.id)||(n[Zf(r.id)]=()=>r.onAction(t()));return n}function Hy(e){return{cut:async()=>{await e.cut()},copy:async()=>{await e.copy()},deleteSelection:()=>{e.deleteSelection()}}}const zy="_chrome_boy0f_1",Oy={chrome:zy},Jf=l.createContext(!1);function Ky({dark:e,children:t}){return i.jsx(Jf.Provider,{value:e,children:t})}function $y(){return l.useContext(Jf)}function ec(e){return{className:Oy.chrome,"data-wysiwyg-theme":e?"dark":"light"}}function we({children:e}){const t=$y(),n=ec(t);return Bc.createPortal(i.jsx("div",{className:n.className,"data-wysiwyg-theme":n["data-wysiwyg-theme"],children:e}),document.body)}function Hc(e,t){const n=e[t];n==null||n()}const zc={modeVisual:"Visual",modeHtml:"HTML",modeVisualAria:"Switch to visual mode",modeHtmlAria:"Switch to HTML mode",modeFullscreen:"Full screen",modeFullscreenAria:"Toggle full screen",modeLight:"Light mode",modeLightAria:"Switch to light mode",modeDark:"Dark mode",modeDarkAria:"Switch to dark mode",exitFullscreenAria:"Exit full screen",visualEditorAria:"Visual editor",htmlEditorAria:"HTML editor",htmlModePageTab:"Page {n}",htmlModePageTabsAria:"HTML source pages",htmlModePageTabsScrollLeftAria:"Scroll page tabs left",htmlModePageTabsScrollRightAria:"Scroll page tabs right",menuFile:"File",menuFileAria:"File menu",menuEdit:"Edit",menuEditAria:"Edit menu",menuInsert:"Insert",menuInsertAria:"Insert menu",menuView:"View",menuViewAria:"View menu",menuFormat:"Format",menuFormatAria:"Format menu",menuFont:"Fonts",menuFontAria:"Fonts submenu",menuParagraph:"Paragraph",menuParagraphAria:"Paragraph submenu",menuParagraphStyles:"Paragraph styles",menuParagraphStylesAria:"Paragraph styles submenu",menuPage:"Page",menuPageAria:"Page submenu",menuToolbar:"Toolbar",menuToolbarAria:"Toolbar submenu",menuToolbarPosition:"Position",menuToolbarPositionAria:"Toolbar position submenu",toolbarPositionTop:"Top",toolbarPositionTopAria:"Dock toolbar at the top",toolbarPositionLeft:"Left",toolbarPositionLeftAria:"Dock toolbar on the left",toolbarPositionRight:"Right",toolbarPositionRightAria:"Dock toolbar on the right",toolbarPositionBottom:"Bottom",toolbarPositionBottomAria:"Dock toolbar at the bottom",menuImage:"Image",menuImageAria:"Image properties",menuInsertRow:"Row",menuInsertRowAria:"Insert or delete row",menuInsertColumn:"Column",menuInsertColumnAria:"Insert or delete column",menuTable:"Table",menuTableAria:"Table menu",menuCustom:"Custom",menuCustomAria:"Custom menu",menuHamburgerAria:"Open menu",menuCloseAria:"Close menu",menuOverlayAria:"Editor menu",brandMarkAria:"CommsPliant HTML editor",commandSave:"Save",commandSaveAria:"Save as HTML file",commandOpen:"Open",commandOpenAria:"Open HTML file",htmlFileDropOverlay:"Drop HTML file to open",commandPrint:"Print",commandPrintAria:"Print document",commandUndo:"Undo",commandUndoAria:"Undo",commandRedo:"Redo",commandRedoAria:"Redo",commandCut:"Cut",commandCutAria:"Cut",commandCopy:"Copy",commandCopyAria:"Copy",commandDelete:"Delete",commandDeleteAria:"Delete",commandLink:"Link",commandLinkAria:"Link",commandBookmark:"Bookmark",commandBookmarkAria:"Bookmark",commandImage:"Image",commandImageAria:"Insert image",commandPageBackgroundImage:"Page background image",commandPageBackgroundImageAria:"Insert page background image",commandParagraphBackgroundImage:"Paragraph background image",commandParagraphBackgroundImageAria:"Insert paragraph background image",commandAudio:"Audio",commandAudioAria:"Insert audio",commandYoutube:"YouTube video",commandYoutubeAria:"Insert YouTube video",commandImageProperties:"Image properties…",commandImagePropertiesAria:"Image properties",commandTable:"Table",commandTableAria:"Insert table",commandHorizontalRule:"Horizontal line",commandHorizontalRuleAria:"Insert horizontal line",commandPageBreak:"Page break",commandPageBreakAria:"Insert page break",menuInsertPage:"Page",menuInsertPageAria:"Insert page submenu",commandInsertPageBefore:"Page before",commandInsertPageBeforeAria:"Insert page before selected page",commandInsertPageAfter:"Page after",commandInsertPageAfterAria:"Insert page after selected page",commandTableProperties:"Table properties…",commandTablePropertiesAria:"Table properties",commandCellProperties:"Cell properties…",commandCellPropertiesAria:"Cell properties",commandRowProperties:"Row properties…",commandRowPropertiesAria:"Row properties",commandInsertRowBelow:"Insert row below",commandInsertRowBelowAria:"Insert row below",commandInsertRowBefore:"Insert row above",commandInsertRowBeforeAria:"Insert row above",commandDeleteRow:"Delete row",commandDeleteRowAria:"Delete row",commandInsertColumnAfter:"Insert column right",commandInsertColumnAfterAria:"Insert column right",commandInsertColumnBefore:"Insert column left",commandInsertColumnBeforeAria:"Insert column left",commandDeleteColumn:"Delete column",commandDeleteColumnAria:"Delete column",commandMergeCells:"Merge cells",commandMergeCellsAria:"Merge selected cells",commandUnmergeCells:"Unmerge cells",commandUnmergeCellsAria:"Split merged cells",contextMenuAria:"Editor context menu",commandBold:"Bold",commandBoldAria:"Bold",commandItalic:"Italic",commandItalicAria:"Italic",commandUnderline:"Underline",commandUnderlineAria:"Underline",commandStrikethrough:"Strikethrough",commandStrikethroughAria:"Strikethrough",commandClearFormatting:"Reset formatting",commandClearFormattingAria:"Reset formatting",commandFormatBrush:"Format brush",commandFormatBrushAria:"Copy formatting",commandFontSize:"Font size",commandFontSizeAria:"Font size",commandFontSizeUnitAria:"Font size unit",commandFontFamily:"Font",commandFontFamilyAria:"Font family",commandFontProperties:"Font properties…",commandFontPropertiesAria:"Font properties",commandCustomCss:"Custom CSS",commandCustomCssAria:"Custom CSS",commandParagraphProperties:"Paragraph properties…",commandParagraphPropertiesAria:"Paragraph properties",commandPageProperties:"Page properties…",commandPagePropertiesAria:"Page properties",commandDeletePage:"Delete page",commandDeletePageAria:"Delete selected page",deletePageDialogTitle:"Delete page",deletePageConfirmMessage:"Are you sure you want to delete the selected page?",commandFontColor:"Font color",commandFontColorAria:"Font color",commandHighlightColor:"Highlight color",commandHighlightColorAria:"Highlight color",commandParagraphStyle:"Styles",commandParagraphStyleAria:"Paragraph styles",commandAlignLeft:"Align left",commandAlignLeftAria:"Align left",commandAlignCenter:"Align center",commandAlignCenterAria:"Align center",commandAlignRight:"Align right",commandAlignRightAria:"Align right",commandAlignJustify:"Justify",commandAlignJustifyAria:"Justify",commandIndent:"Increase indent",commandIndentAria:"Increase indent",commandOutdent:"Decrease indent",commandOutdentAria:"Decrease indent",commandBulletList:"Bullet list",commandBulletListAria:"Bullet list",commandNumberedList:"Numbered list",commandNumberedListAria:"Numbered list",commandCustomizeToolbar:"Customize toolbar",commandCustomizeToolbarAria:"Customize toolbar",commandPreview:"Preview",commandPreviewAria:"Preview document",commandReadAloud:"Read aloud",commandReadAloudAria:"Read selection or document aloud",styleParagraph:"Paragraph",styleHeading1:"Heading 1",styleHeading2:"Heading 2",styleHeading3:"Heading 3",styleHeading4:"Heading 4",styleHeading5:"Heading 5",styleHeading6:"Heading 6",styleAddNew:"Add new",styleAddNewAria:"Add new paragraph style",customStyleDialogAddTitle:"Add paragraph style",customStyleDialogEditTitle:"Edit paragraph style",customStyleDialogTabFont:"Font",customStyleDialogTabParagraph:"Paragraph",customStyleDialogName:"Name",customStyleDialogDelete:"Delete",customStyleDialogDeleteConfirm:"Delete this paragraph style?",customStyleDialogCloseAria:"Close",customStyleLoading:"Loading paragraph styles",colorAutomatic:"Automatic",colorNone:"No color",colorCustom:"Custom color",colorHex:"Hex",colorRgbR:"R",colorRgbG:"G",colorRgbB:"B",colorPickFromScreen:"Pick from screen",colorRecent:"Recent colors",fontDialogTitle:"Font properties",fontDialogTabGeneral:"General",fontDialogFamily:"Font",fontFamilyDefault:"Default",fontDialogSize:"Size",fontDialogUnit:"Unit",fontDialogStyle:"Style",fontDialogOk:"OK",fontDialogCancel:"Cancel",linkDialogTitle:"Insert link",linkDialogTabLink:"Link",linkDialogTabBookmark:"Bookmark",linkDialogHref:"URL",linkDialogHoverTitle:"Title",linkDialogTargetBlank:"Open in a new tab",linkDialogTextDecorationNone:"No underline",linkDialogHover:"On hover",linkDialogHoverColor:"Color",linkDialogHoverColorField:"Hover color",linkDialogHoverHtml:"HTML",linkDialogHoverHtmlAria:"Custom hover HTML",linkDialogBookmark:"Bookmark",linkDialogBookmarkEmpty:"No bookmarks in this document.",linkDialogSelect:"Select",bookmarkDialogTitle:"Insert bookmark",bookmarkDialogName:"Bookmark name",bookmarkDialogHelp:"Start with a letter. Use only letters, numbers, hyphens, and underscores. Must be unique in the document.",bookmarkDialogHelpAria:"Bookmark name format",bookmarkDialogCloseAria:"Close",bookmarkDialogErrorEmpty:"Enter a bookmark name.",bookmarkDialogErrorInvalid:"Start with a letter. Use only letters, numbers, hyphens, and underscores.",bookmarkDialogErrorDuplicate:"A bookmark with this name already exists.",customCssDialogTitle:"Custom CSS",customCssDialogField:"CSS",customCssDialogFieldAria:"Custom CSS declarations",customCssDialogCloseAria:"Close",imageDialogTitle:"Insert image",imageDialogSource:"Source",imageDialogFile:"File",imageDialogChooseFile:"Choose file",imageDialogUrl:"Image URL",imageDialogAlt:"Alt text",imageDialogTitleField:"Title",imageDialogCloseAria:"Close",imageDialogErrorEmpty:"Choose a file or enter an image URL.",imageDialogErrorInvalid:"Enter a valid image URL.",imageDialogErrorType:"Use a JPEG, PNG, GIF, WebP, BMP, or AVIF image.",imageDialogErrorTooLarge:"Choose an image smaller than 2 MB.",audioDialogTitle:"Insert audio",audioDialogSource:"Source",audioDialogFile:"File",audioDialogChooseFile:"Choose file",audioDialogUrl:"Audio URL",audioDialogTitleField:"Title",audioDialogCloseAria:"Close",audioDialogErrorEmpty:"Choose a file or enter an audio URL.",audioDialogErrorInvalid:"Enter a valid audio URL.",audioDialogErrorType:"Use an MP3, WAV, OGG, AAC, WebM, or M4A audio file.",audioDialogErrorTooLarge:"Choose an audio file smaller than 5 MB.",youtubeDialogTitle:"Insert YouTube video",youtubeDialogUrl:"YouTube URL",youtubeDialogTitleField:"Title",youtubeDialogCloseAria:"Close",youtubeDialogErrorEmpty:"Enter a YouTube URL.",youtubeDialogErrorInvalid:"Enter a valid YouTube URL.",imagePropertiesDialogTitle:"Image properties",imagePropertiesDialogCloseAria:"Close",imagePropertiesTabAlignment:"Alignment",imagePropertiesTabBorder:"Border & margin",imagePropertiesTabAdvanced:"Advanced",imagePropertiesTabHover:"Hover",imagePropertiesSize:"Size",imagePropertiesSizeMode:"Size mode",imagePropertiesSizeWidth:"Width only",imagePropertiesSizeHeight:"Height only",imagePropertiesSizeLock:"Lock together",imagePropertiesWidth:"Width",imagePropertiesHeight:"Height",imagePropertiesWidthAria:"Image width",imagePropertiesHeightAria:"Image height",imagePropertiesSizeUnitAria:"Image size unit",imagePropertiesFit:"Fit",imagePropertiesFitDefault:"Default",imagePropertiesFitFill:"Fill",imagePropertiesFitContain:"Contain",imagePropertiesFitCover:"Cover",imagePropertiesFitNoneValue:"None",imagePropertiesFitScaleDown:"Scale down",imagePropertiesPosition:"Position",imagePropertiesPositionDefault:"Default",imagePropertiesPositionCenter:"Center",imagePropertiesPositionTop:"Top",imagePropertiesPositionBottom:"Bottom",imagePropertiesPositionLeft:"Left",imagePropertiesPositionRight:"Right",imagePropertiesPositionTopLeft:"Top left",imagePropertiesPositionTopRight:"Top right",imagePropertiesPositionBottomLeft:"Bottom left",imagePropertiesPositionBottomRight:"Bottom right",imagePropertiesRotation:"Rotation",imagePropertiesRotationUnit:"deg",imagePropertiesHoverCss:"Hover CSS",imagePropertiesHoverCssAria:"Custom hover CSS",imagePropertiesHoverHelp:"CSS applied when the pointer is over the image.",imageResizeHandleEastAria:"Resize image width, keep aspect ratio",imageResizeHandleSouthAria:"Resize image height, keep aspect ratio",imageResizeHandleSouthEastAria:"Resize image freely",tableDialogTitle:"Insert table",tableDialogCloseAria:"Close",tableDialogRows:"Rows",tableDialogColumns:"Columns",tableDialogSize:"Size",tableDialogGridAria:"Table size grid",tableDialogInsert:"Insert",tablePropertiesDialogTitle:"Table properties",tablePropertiesDialogCloseAria:"Close",tablePropertiesCollapse:"Border collapse",tablePropertiesCollapseCollapse:"Collapse",tablePropertiesCollapseSeparate:"Separate",tablePropertiesSpacing:"Border spacing",tablePropertiesWidth:"Width",cellPropertiesDialogTitle:"Cell properties",cellPropertiesDialogCloseAria:"Close",cellPropertiesColor:"Text color",cellPropertiesVerticalAlign:"Vertical align",cellPropertiesVerticalAlignDefault:"Default",cellPropertiesVerticalAlignTop:"Top",cellPropertiesVerticalAlignMiddle:"Middle",cellPropertiesVerticalAlignBottom:"Bottom",cellPropertiesVerticalAlignBaseline:"Baseline",cellPropertiesWidth:"Width",cellPropertiesColSpan:"Column span",cellPropertiesRowSpan:"Row span",rowPropertiesDialogTitle:"Row properties",rowPropertiesDialogCloseAria:"Close",rowPropertiesHeight:"Height",paragraphDialogTitle:"Paragraph properties",pageDialogTitle:"Page properties",pageDialogTabBackgroundImage:"Background Image",pageDialogTabPrint:"Print",pageAtRuleSize:"Page size",pageAtRuleSizeAuto:"Auto",pageAtRuleSizeA4:"A4",pageAtRuleSizeLetter:"Letter",pageAtRuleSizeLegal:"Legal",pageAtRuleSizeCustom:"Custom",pageAtRuleWidth:"Width",pageAtRuleHeight:"Height",pageAtRuleOrientation:"Orientation",pageAtRuleOrientationNone:"Default",pageAtRuleOrientationPortrait:"Portrait",pageAtRuleOrientationLandscape:"Landscape",pageAtRuleMargins:"Page margins",pageAtRuleReset:"Reset print settings",pageAtRuleResetAria:"Remove @page print settings from this page",menuZoom:"Zoom",menuZoomAria:"Zoom submenu",pageZoomFitWidth:"Fit width",pageZoomFitWidthAria:"Fit page width to the editor",pageZoomFitPage:"Fit page",pageZoomFitPageAria:"Fit entire page to the editor",pageZoom50:"50%",pageZoom50Aria:"Zoom to 50 percent",pageZoom75:"75%",pageZoom75Aria:"Zoom to 75 percent",pageZoom100:"100%",pageZoom100Aria:"Zoom to 100 percent",pageZoom125:"125%",pageZoom125Aria:"Zoom to 125 percent",pageZoom150:"150%",pageZoom150Aria:"Zoom to 150 percent",pageZoom200:"200%",pageZoom200Aria:"Zoom to 200 percent",pageBackgroundImagePreview:"Preview",pageBackgroundImagePreviewAlt:"Page background image preview",pageBackgroundImageClear:"Remove background image",pageBackgroundImageCurrent:"Image selected",paragraphDialogTabBorder:"Border",paragraphDialogTabBackground:"Background",paragraphDialogAlignment:"Alignment",paragraphDialogLists:"Lists",paragraphDialogSpacing:"Spacing",paragraphDialogMargin:"Margin",paragraphDialogPadding:"Padding",paragraphDialogLineHeight:"Line height",paragraphDialogLineHeightNormal:"Normal",paragraphDialogLineHeightUnitless:"×",paragraphDialogLinkSides:"Same on all sides",paragraphDialogSideTop:"Top",paragraphDialogSideRight:"Right",paragraphDialogSideBottom:"Bottom",paragraphDialogSideLeft:"Left",paragraphDialogBorder:"Border",paragraphDialogBorderStyle:"Style",paragraphDialogBorderWidth:"Width",paragraphDialogBorderColor:"Color",paragraphDialogBorderRadius:"Corner radius",paragraphDialogBoxShadow:"Box shadow",paragraphDialogShadowOffsetX:"Offset X",paragraphDialogShadowOffsetY:"Offset Y",paragraphDialogShadowBlur:"Blur",paragraphDialogShadowSpread:"Spread",paragraphDialogShadowColor:"Color",paragraphDialogShadowInset:"Inset",paragraphDialogLengthUnitAria:"Unit",paragraphDialogBorderStyleNone:"None",paragraphDialogBorderStyleSolid:"Solid",paragraphDialogBorderStyleDotted:"Dotted",paragraphDialogBorderStyleDashed:"Dashed",paragraphDialogBorderStyleDouble:"Double",paragraphDialogBorderStyleGroove:"Groove",paragraphDialogBorderStyleRidge:"Ridge",paragraphDialogBorderStyleInset:"Inset",paragraphDialogBorderStyleOutset:"Outset",paragraphDialogBackgroundColor:"Background color",paragraphDialogOpacity:"Opacity",paragraphDialogPageBreaks:"Page breaks",paragraphDialogBreakInside:"Break inside",paragraphDialogBreakAfter:"Break after",paragraphDialogBreakBefore:"Break before",paragraphDialogBreakAuto:"Auto",paragraphDialogBreakAvoid:"Avoid",paragraphDialogBreakPage:"Page",fontSizeUnitPt:"pt",fontSizeUnitPx:"px",fontSizeUnitEm:"em",fontSizeUnitRem:"rem",fontSizeUnitPercent:"%",fontSizeUnitPc:"pc",toolbarAria:"Formatting toolbar",toolbarGroupFile:"File",toolbarGroupPrint:"Print",toolbarGroupEdit:"Edit",toolbarGroupInsert:"Insert",toolbarGroupTable:"Table",toolbarGroupFont:"Fonts",toolbarGroupAlign:"Align",toolbarGroupParagraph:"Paragraph",toolbarGroupView:"View",toolbarGroupFullscreen:"Full screen",toolbarGroupCustom:"Custom",customizeToolbarDialogTitle:"Customize toolbar",customizeToolbarDialogReset:"Reset",customizeToolbarDialogClose:"Close",customizeToolbarDialogCloseAria:"Close",customizeToolbarDialogLoading:"Loading toolbar settings",customizeToolbarItemVisible:"Show on toolbar",customizeToolbarDragHandle:"Drag to reorder group",customizeToolbarMoveUp:"Move group up",customizeToolbarMoveDown:"Move group down",previewDialogTitle:"Document preview",previewDialogClose:"Close",previewDialogCloseAria:"Close",commandAddComment:"Add comment",commandAddCommentAria:"Add comment on selection",commandInsertComment:"Comment",commandInsertCommentAria:"Insert comment on selection",showComments:"Show comments",hideComments:"Hide comments",toggleCommentsVisibleAria:"Toggle comment visibility",commandRuler:"Ruler",commandRulerAria:"Show or hide rulers",rulerMarginLeft:"Left margin",rulerMarginRight:"Right margin",rulerMarginTop:"Top margin",rulerMarginBottom:"Bottom margin",rulerFirstLineIndent:"First line indent",rulerLeftIndent:"Left indent",rulerRightIndent:"Right indent",commentPanelTitle:"Comment",commentPlaceholder:"Write a comment…",commentReplyPlaceholder:"Write a reply…",commentPost:"Post",commentEmpty:"No messages yet.",commentPanelCloseAria:"Close comment panel",menuHelp:"Help",menuHelpAria:"Help menu",commandEditorHelp:"Editor Help",commandEditorHelpAria:"Open editor help",commandKeyboardShortcuts:"Keyboard shortcuts",commandKeyboardShortcutsAria:"Open keyboard shortcuts help",commandAbout:"About",commandAboutAria:"About this editor",helpDialogTitle:"Help",helpDialogCloseAria:"Close help",helpDialogSearchPlaceholder:"Search help topics…",helpDialogSearchAria:"Search help",helpDialogContentsAria:"Help contents",helpDialogNoResults:"No help topics match your search.",helpDialogRelatedTitle:"Related topics",aboutDialogTitle:"About",aboutDialogCloseAria:"Close about dialog",aboutDialogClose:"Close",aboutDialogVersion:"Version {version}",aboutDialogDescription:"CommsPliant HTML editor is a reusable React WYSIWYG component with Visual and HTML editing modes. Licensed under the MIT License.",aboutDialogWebsiteCta:"See what we're building for regulated communication solutions.",aboutDialogWebsite:"Visit commspliant.com",aboutDialogWebsiteAria:"Visit CommsPliant — regulated communication management",helpCategoryGetStarted:"Get started",helpCategoryFile:"File",helpCategoryEdit:"Edit",helpCategoryInsert:"Insert",helpCategoryFormat:"Format",helpCategoryTable:"Table",helpCategoryView:"View",helpCategoryKeyboard:"Keyboard",helpTopicGetStartedTitle:"How do I use this editor?",helpTopicGetStartedBody:`1. Type in the visual editing area.
|
|
2
|
+
2. Use the menu bar and icon toolbar for formatting and inserts.
|
|
3
|
+
3. Open Help → Editor Help (or press F1) anytime you need guidance.`,helpTopicGetStartedKeywords:"start basics toolbar menu",helpTopicSwitchModesTitle:"How do I switch between Visual and HTML?",helpTopicSwitchModesBody:`1. Open View → Visual for WYSIWYG editing.
|
|
4
|
+
2. Open View → HTML to edit the source directly.
|
|
5
|
+
3. Switch back to Visual when you are done editing HTML.`,helpTopicSwitchModesKeywords:"visual html source code mode",helpTopicSearchHelpTitle:"How do I search Help?",helpTopicSearchHelpBody:`1. Open Help → Editor Help (or press F1).
|
|
6
|
+
2. Type keywords in the search box, such as table, print, or bold.
|
|
7
|
+
3. Click a matching topic in the list to read the article.`,helpTopicSearchHelpKeywords:"find search help topics",helpTopicSaveDocumentTitle:"How do I save my document?",helpTopicSaveDocumentBody:`1. Open File → Save or click Save on the icon toolbar.
|
|
8
|
+
2. Choose where to store the HTML file.
|
|
9
|
+
3. Your host app may replace this with its own save workflow.`,helpTopicSaveDocumentKeywords:"save file download export",helpTopicOpenDocumentTitle:"How do I open a document?",helpTopicOpenDocumentBody:`1. Open File → Open or click Open on the icon toolbar.
|
|
10
|
+
2. Select an HTML file from your device.
|
|
11
|
+
3. You can also drop an HTML file onto the editor when the host allows it.`,helpTopicOpenDocumentKeywords:"open load import file",helpTopicPrintDocumentTitle:"How do I print my document?",helpTopicPrintDocumentBody:`1. Open File → Print or press Ctrl+P (Cmd+P on macOS).
|
|
12
|
+
2. Use your browser print dialog.
|
|
13
|
+
3. Preview the layout with View → Preview first if needed.`,helpTopicPrintDocumentKeywords:"print hard copy",helpTopicUndoRedoTitle:"How do I undo or redo changes?",helpTopicUndoRedoBody:`1. Open Edit → Undo or press Ctrl+Z (Cmd+Z).
|
|
14
|
+
2. Open Edit → Redo or press Ctrl+Y or Ctrl+Shift+Z.
|
|
15
|
+
3. Undo works in both Visual and HTML modes.`,helpTopicUndoRedoKeywords:"undo redo history",helpTopicPagePropertiesTitle:"How do I change page properties?",helpTopicPagePropertiesBody:`1. Open Edit → Page → Page properties.
|
|
16
|
+
2. Adjust font, paragraph, background, or print settings on the tabs.
|
|
17
|
+
3. Click OK to apply.`,helpTopicPagePropertiesKeywords:"page margins background print",helpTopicDeletePageTitle:"How do I delete a page?",helpTopicDeletePageBody:`1. Click the page you want to remove in a multi-page document.
|
|
18
|
+
2. Open Edit → Page → Delete page.
|
|
19
|
+
3. Confirm when prompted.`,helpTopicDeletePageKeywords:"delete remove page multipage",helpTopicInsertTableTitle:"How do I insert a table?",helpTopicInsertTableBody:`1. Place the cursor where you want the table.
|
|
20
|
+
2. Open Insert → Table or Table → Table.
|
|
21
|
+
3. Choose rows and columns, then confirm.`,helpTopicInsertTableKeywords:"table grid insert",helpTopicInsertImageTitle:"How do I insert an image?",helpTopicInsertImageBody:`1. Place the cursor where the image should appear.
|
|
22
|
+
2. Open Insert → Image.
|
|
23
|
+
3. Set the source, size, and alt text, then confirm.`,helpTopicInsertImageKeywords:"image picture photo",helpTopicInsertLinkTitle:"How do I insert a hyperlink?",helpTopicInsertLinkBody:`1. Select the text to link (or place the cursor).
|
|
24
|
+
2. Open Insert → Link.
|
|
25
|
+
3. Enter the URL and options, then confirm.`,helpTopicInsertLinkKeywords:"link url hyperlink anchor",helpTopicInsertBookmarkTitle:"How do I insert a bookmark?",helpTopicInsertBookmarkBody:`1. Place the cursor at the bookmark location.
|
|
26
|
+
2. Open Insert → Bookmark.
|
|
27
|
+
3. Enter a unique name and confirm.`,helpTopicInsertBookmarkKeywords:"bookmark anchor name",helpTopicInsertMediaTitle:"How do I insert audio or a YouTube video?",helpTopicInsertMediaBody:`1. Place the cursor where the media should appear.
|
|
28
|
+
2. Open Insert → Audio or Insert → YouTube video.
|
|
29
|
+
3. Provide the source URL and confirm.`,helpTopicInsertMediaKeywords:"audio youtube video media embed",helpTopicPageBreakTitle:"How do I insert a page break?",helpTopicPageBreakBody:`1. Place the cursor where the new page should start.
|
|
30
|
+
2. Open Insert → Page break or press Ctrl+Enter (Cmd+Enter).
|
|
31
|
+
3. The break appears in print and multi-page view.`,helpTopicPageBreakKeywords:"page break print",helpTopicInsertPageTitle:"How do I add a new page?",helpTopicInsertPageBody:`1. Click the page after which you want a new one.
|
|
32
|
+
2. Open Insert → Insert page → Insert page after (or before).
|
|
33
|
+
3. Start editing on the new page.`,helpTopicInsertPageKeywords:"new page multipage insert",helpTopicInsertCommentTitle:"How do I add a comment?",helpTopicInsertCommentBody:`1. Select the text to comment on.
|
|
34
|
+
2. Open Insert → Comment or use the comment toolbar button.
|
|
35
|
+
3. Type your message in the comment panel.`,helpTopicInsertCommentKeywords:"comment review annotate",helpTopicFormatFontTitle:"How do I change font formatting?",helpTopicFormatFontBody:`1. Select the text to format.
|
|
36
|
+
2. Use Format → Fonts or the Font toolbar group.
|
|
37
|
+
3. Apply bold, italic, underline, size, or family. Shortcuts: Ctrl+B, Ctrl+I, Ctrl+U.`,helpTopicFormatFontKeywords:"bold italic font size family",helpTopicParagraphStylesTitle:"How do I apply a paragraph style?",helpTopicParagraphStylesBody:`1. Place the cursor in the paragraph.
|
|
38
|
+
2. Open Format → Paragraph styles.
|
|
39
|
+
3. Pick a heading or body style from the list.`,helpTopicParagraphStylesKeywords:"heading style paragraph",helpTopicTextColorTitle:"How do I change text or highlight color?",helpTopicTextColorBody:`1. Select the text.
|
|
40
|
+
2. Use the font color or highlight color control on the toolbar or in Format → Fonts.
|
|
41
|
+
3. Pick a color from the palette.`,helpTopicTextColorKeywords:"color highlight font",helpTopicAlignListsTitle:"How do I align text or create lists?",helpTopicAlignListsBody:`1. Place the cursor in the paragraph.
|
|
42
|
+
2. Open Format → Paragraph for alignment, indent, or lists.
|
|
43
|
+
3. Or use the Align and Paragraph toolbar groups.`,helpTopicAlignListsKeywords:"align center list bullet number",helpTopicClearFormattingTitle:"How do I clear formatting?",helpTopicClearFormattingBody:`1. Select the text to reset.
|
|
44
|
+
2. Open Format → Clear formatting.
|
|
45
|
+
3. Inline styles and marks are removed from the selection.`,helpTopicClearFormattingKeywords:"clear remove format",helpTopicCustomCssTitle:"How do I apply custom CSS?",helpTopicCustomCssBody:`1. Select the text or element.
|
|
46
|
+
2. Open Format → Fonts → Custom CSS.
|
|
47
|
+
3. Enter CSS declarations and confirm.`,helpTopicCustomCssKeywords:"custom css style",helpTopicTableRowsColumnsTitle:"How do I add or remove table rows and columns?",helpTopicTableRowsColumnsBody:`1. Click inside the table.
|
|
48
|
+
2. Open Table → Insert row/column or delete commands.
|
|
49
|
+
3. Use Tab and Shift+Tab to move between cells.`,helpTopicTableRowsColumnsKeywords:"table row column tab",helpTopicMergeCellsTitle:"How do I merge or split table cells?",helpTopicMergeCellsBody:`1. Select the cells to merge.
|
|
50
|
+
2. Open Table → Merge cells.
|
|
51
|
+
3. To split, place the cursor in a merged cell and choose Unmerge cells.`,helpTopicMergeCellsKeywords:"merge unmerge cells table",helpTopicCustomizeToolbarTitle:"How do I customize the toolbar?",helpTopicCustomizeToolbarBody:`1. Open View → Toolbar → Customize toolbar.
|
|
52
|
+
2. Show or hide icon groups and drag to reorder.
|
|
53
|
+
3. Click OK to save; Reset restores defaults.`,helpTopicCustomizeToolbarKeywords:"toolbar customize icons",helpTopicZoomTitle:"How do I zoom the page?",helpTopicZoomBody:`1. Open View → Zoom.
|
|
54
|
+
2. Choose Fit width, Fit page, or a percentage.
|
|
55
|
+
3. The setting is remembered for your next visit.`,helpTopicZoomKeywords:"zoom scale magnify",helpTopicDarkModeTitle:"How do I switch light or dark mode?",helpTopicDarkModeBody:`1. Open View → Light mode or Dark mode.
|
|
56
|
+
2. The editor chrome follows your choice.
|
|
57
|
+
3. Your host may control the default theme.`,helpTopicDarkModeKeywords:"dark light theme mode",helpTopicPreviewTitle:"How do I preview my document?",helpTopicPreviewBody:`1. Open View → Preview.
|
|
58
|
+
2. Review the rendered HTML in the preview window.
|
|
59
|
+
3. Close when finished.`,helpTopicPreviewKeywords:"preview read view",helpTopicFullscreenTitle:"How do I use full screen?",helpTopicFullscreenBody:`1. Open View → Full screen or click the full screen toolbar button.
|
|
60
|
+
2. Press Escape to exit.
|
|
61
|
+
3. Menus and toolbars stay available unless hidden by the host.`,helpTopicFullscreenKeywords:"fullscreen expand",helpTopicRulerTitle:"How do I show or hide the ruler?",helpTopicRulerBody:`1. Open View → Ruler.
|
|
62
|
+
2. Drag margin and indent markers when the ruler is visible.
|
|
63
|
+
3. Open View → Ruler again to hide it.`,helpTopicRulerKeywords:"ruler margins indents",helpTopicKeyboardShortcutsTitle:"What keyboard shortcuts can I use?",helpTopicKeyboardShortcutsBody:`Undo: Ctrl+Z (Cmd+Z)
|
|
64
|
+
Redo: Ctrl+Y or Ctrl+Shift+Z
|
|
65
|
+
Bold: Ctrl+B | Italic: Ctrl+I | Underline: Ctrl+U
|
|
66
|
+
Strikethrough: Ctrl+Shift+X
|
|
67
|
+
Print: Ctrl+P | Page break: Ctrl+Enter
|
|
68
|
+
Table navigation: Tab / Shift+Tab
|
|
69
|
+
Exit full screen or close panels: Escape
|
|
70
|
+
Open Help: F1`,helpTopicKeyboardShortcutsKeywords:"shortcuts hotkeys keyboard"},Uy={modeVisual:"Visual",modeHtml:"HTML",modeVisualAria:"Cambiar al modo visual",modeHtmlAria:"Cambiar al modo HTML",modeFullscreen:"Pantalla completa",modeFullscreenAria:"Activar o desactivar pantalla completa",modeLight:"Modo claro",modeLightAria:"Cambiar al modo claro",modeDark:"Modo oscuro",modeDarkAria:"Cambiar al modo oscuro",exitFullscreenAria:"Salir de pantalla completa",visualEditorAria:"Editor visual",htmlEditorAria:"Editor HTML",htmlModePageTab:"Página {n}",htmlModePageTabsAria:"Páginas del código HTML",htmlModePageTabsScrollLeftAria:"Desplazar pestañas de página a la izquierda",htmlModePageTabsScrollRightAria:"Desplazar pestañas de página a la derecha",menuFile:"Archivo",menuFileAria:"Menú Archivo",menuEdit:"Editar",menuEditAria:"Menú Editar",menuInsert:"Insertar",menuInsertAria:"Menú Insertar",menuView:"Vista",menuViewAria:"Menú Vista",menuFormat:"Formato",menuFormatAria:"Menú Formato",menuFont:"Fuentes",menuFontAria:"Submenú Fuentes",menuParagraph:"Párrafo",menuParagraphAria:"Submenú Párrafo",menuParagraphStyles:"Estilos de párrafo",menuParagraphStylesAria:"Submenú Estilos de párrafo",menuPage:"Página",menuPageAria:"Submenú Página",menuToolbar:"Barra de herramientas",menuToolbarAria:"Submenú Barra de herramientas",menuToolbarPosition:"Posición",menuToolbarPositionAria:"Submenú Posición de la barra de herramientas",toolbarPositionTop:"Arriba",toolbarPositionTopAria:"Acoplar la barra de herramientas arriba",toolbarPositionLeft:"Izquierda",toolbarPositionLeftAria:"Acoplar la barra de herramientas a la izquierda",toolbarPositionRight:"Derecha",toolbarPositionRightAria:"Acoplar la barra de herramientas a la derecha",toolbarPositionBottom:"Abajo",toolbarPositionBottomAria:"Acoplar la barra de herramientas abajo",menuImage:"Imagen",menuImageAria:"Propiedades de imagen",menuInsertRow:"Fila",menuInsertRowAria:"Insertar o eliminar fila",menuInsertColumn:"Columna",menuInsertColumnAria:"Insertar o eliminar columna",menuTable:"Tabla",menuTableAria:"Menú Tabla",menuCustom:"Personalizado",menuCustomAria:"Menú personalizado",menuHamburgerAria:"Abrir menú",menuCloseAria:"Cerrar menú",menuOverlayAria:"Menú del editor",brandMarkAria:"Editor HTML de CommsPliant",commandSave:"Guardar",commandSaveAria:"Guardar como archivo HTML",commandOpen:"Abrir",commandOpenAria:"Abrir archivo HTML",htmlFileDropOverlay:"Suelte un archivo HTML para abrirlo",commandPrint:"Imprimir",commandPrintAria:"Imprimir documento",commandUndo:"Deshacer",commandUndoAria:"Deshacer",commandRedo:"Rehacer",commandRedoAria:"Rehacer",commandCut:"Cortar",commandCutAria:"Cortar",commandCopy:"Copiar",commandCopyAria:"Copiar",commandDelete:"Eliminar",commandDeleteAria:"Eliminar",commandLink:"Enlace",commandLinkAria:"Enlace",commandBookmark:"Marcador",commandBookmarkAria:"Marcador",commandImage:"Imagen",commandImageAria:"Insertar imagen",commandPageBackgroundImage:"Imagen de fondo de página",commandPageBackgroundImageAria:"Insertar imagen de fondo de página",commandParagraphBackgroundImage:"Imagen de fondo de párrafo",commandParagraphBackgroundImageAria:"Insertar imagen de fondo de párrafo",commandAudio:"Audio",commandAudioAria:"Insertar audio",commandYoutube:"Vídeo de YouTube",commandYoutubeAria:"Insertar vídeo de YouTube",commandImageProperties:"Propiedades de imagen…",commandImagePropertiesAria:"Propiedades de imagen",commandTable:"Tabla",commandTableAria:"Insertar tabla",commandHorizontalRule:"Línea horizontal",commandHorizontalRuleAria:"Insertar línea horizontal",commandPageBreak:"Salto de página",commandPageBreakAria:"Insertar salto de página",menuInsertPage:"Página",menuInsertPageAria:"Submenú insertar página",commandInsertPageBefore:"Página antes",commandInsertPageBeforeAria:"Insertar página antes de la seleccionada",commandInsertPageAfter:"Página después",commandInsertPageAfterAria:"Insertar página después de la seleccionada",commandTableProperties:"Propiedades de tabla…",commandTablePropertiesAria:"Propiedades de tabla",commandCellProperties:"Propiedades de celda…",commandCellPropertiesAria:"Propiedades de celda",commandRowProperties:"Propiedades de fila…",commandRowPropertiesAria:"Propiedades de fila",commandInsertRowBelow:"Insertar fila debajo",commandInsertRowBelowAria:"Insertar fila debajo",commandInsertRowBefore:"Insertar fila encima",commandInsertRowBeforeAria:"Insertar fila encima",commandDeleteRow:"Eliminar fila",commandDeleteRowAria:"Eliminar fila",commandInsertColumnAfter:"Insertar columna a la derecha",commandInsertColumnAfterAria:"Insertar columna a la derecha",commandInsertColumnBefore:"Insertar columna a la izquierda",commandInsertColumnBeforeAria:"Insertar columna a la izquierda",commandDeleteColumn:"Eliminar columna",commandDeleteColumnAria:"Eliminar columna",commandMergeCells:"Combinar celdas",commandMergeCellsAria:"Combinar las celdas seleccionadas",commandUnmergeCells:"Separar celdas",commandUnmergeCellsAria:"Dividir las celdas combinadas",contextMenuAria:"Menú contextual del editor",commandBold:"Negrita",commandBoldAria:"Negrita",commandItalic:"Cursiva",commandItalicAria:"Cursiva",commandUnderline:"Subrayado",commandUnderlineAria:"Subrayado",commandStrikethrough:"Tachado",commandStrikethroughAria:"Tachado",commandClearFormatting:"Restablecer formato",commandClearFormattingAria:"Restablecer formato",commandFormatBrush:"Copiar formato",commandFormatBrushAria:"Copiar formato",commandFontSize:"Tamaño de fuente",commandFontSizeAria:"Tamaño de fuente",commandFontSizeUnitAria:"Unidad de tamaño de fuente",commandFontFamily:"Fuente",commandFontFamilyAria:"Familia tipográfica",commandFontProperties:"Propiedades de fuente…",commandFontPropertiesAria:"Propiedades de fuente",commandCustomCss:"CSS personalizado",commandCustomCssAria:"CSS personalizado",commandParagraphProperties:"Propiedades de párrafo…",commandParagraphPropertiesAria:"Propiedades de párrafo",commandPageProperties:"Propiedades de página…",commandPagePropertiesAria:"Propiedades de página",commandDeletePage:"Eliminar página",commandDeletePageAria:"Eliminar la página seleccionada",deletePageDialogTitle:"Eliminar página",deletePageConfirmMessage:"¿Seguro que quieres eliminar la página seleccionada?",commandFontColor:"Color de fuente",commandFontColorAria:"Color de fuente",commandHighlightColor:"Color de resaltado",commandHighlightColorAria:"Color de resaltado",commandParagraphStyle:"Estilos",commandParagraphStyleAria:"Estilos de párrafo",commandAlignLeft:"Alinear a la izquierda",commandAlignLeftAria:"Alinear a la izquierda",commandAlignCenter:"Alinear al centro",commandAlignCenterAria:"Alinear al centro",commandAlignRight:"Alinear a la derecha",commandAlignRightAria:"Alinear a la derecha",commandAlignJustify:"Justificar",commandAlignJustifyAria:"Justificar",commandIndent:"Aumentar sangría",commandIndentAria:"Aumentar sangría",commandOutdent:"Disminuir sangría",commandOutdentAria:"Disminuir sangría",commandBulletList:"Lista con viñetas",commandBulletListAria:"Lista con viñetas",commandNumberedList:"Lista numerada",commandNumberedListAria:"Lista numerada",commandCustomizeToolbar:"Personalizar barra de herramientas",commandCustomizeToolbarAria:"Personalizar barra de herramientas",commandPreview:"Vista previa",commandPreviewAria:"Vista previa del documento",commandReadAloud:"Leer en voz alta",commandReadAloudAria:"Leer la selección o el documento en voz alta",styleParagraph:"Párrafo",styleHeading1:"Encabezado 1",styleHeading2:"Encabezado 2",styleHeading3:"Encabezado 3",styleHeading4:"Encabezado 4",styleHeading5:"Encabezado 5",styleHeading6:"Encabezado 6",styleAddNew:"Añadir nuevo",styleAddNewAria:"Añadir un estilo de párrafo",customStyleDialogAddTitle:"Añadir estilo de párrafo",customStyleDialogEditTitle:"Editar estilo de párrafo",customStyleDialogTabFont:"Fuente",customStyleDialogTabParagraph:"Párrafo",customStyleDialogName:"Nombre",customStyleDialogDelete:"Eliminar",customStyleDialogDeleteConfirm:"¿Eliminar este estilo de párrafo?",customStyleDialogCloseAria:"Cerrar",customStyleLoading:"Cargando estilos de párrafo",colorAutomatic:"Automático",colorNone:"Sin color",colorCustom:"Color personalizado",colorHex:"Hex",colorRgbR:"R",colorRgbG:"G",colorRgbB:"B",colorPickFromScreen:"Seleccionar de la pantalla",colorRecent:"Colores recientes",fontDialogTitle:"Propiedades de fuente",fontDialogTabGeneral:"General",fontDialogFamily:"Fuente",fontFamilyDefault:"Predeterminada",fontDialogSize:"Tamaño",fontDialogUnit:"Unidad",fontDialogStyle:"Estilo",fontDialogOk:"Aceptar",fontDialogCancel:"Cancelar",linkDialogTitle:"Insertar enlace",linkDialogTabLink:"Enlace",linkDialogTabBookmark:"Marcador",linkDialogHref:"URL",linkDialogHoverTitle:"Título",linkDialogTargetBlank:"Abrir en una pestaña nueva",linkDialogTextDecorationNone:"Sin subrayado",linkDialogHover:"Al pasar el cursor",linkDialogHoverColor:"Color",linkDialogHoverColorField:"Color al pasar el cursor",linkDialogHoverHtml:"HTML",linkDialogHoverHtmlAria:"HTML personalizado al pasar el cursor",linkDialogBookmark:"Marcador",linkDialogBookmarkEmpty:"No hay marcadores en este documento.",linkDialogSelect:"Seleccionar",bookmarkDialogTitle:"Insertar marcador",bookmarkDialogName:"Nombre del marcador",bookmarkDialogHelp:"Empieza por una letra. Usa solo letras, números, guiones y guiones bajos. Debe ser único en el documento.",bookmarkDialogHelpAria:"Formato del nombre del marcador",bookmarkDialogCloseAria:"Cerrar",bookmarkDialogErrorEmpty:"Introduce un nombre de marcador.",bookmarkDialogErrorInvalid:"Empieza por una letra. Usa solo letras, números, guiones y guiones bajos.",bookmarkDialogErrorDuplicate:"Ya existe un marcador con este nombre.",customCssDialogTitle:"CSS personalizado",customCssDialogField:"CSS",customCssDialogFieldAria:"Declaraciones CSS personalizadas",customCssDialogCloseAria:"Cerrar",imageDialogTitle:"Insertar imagen",imageDialogSource:"Origen",imageDialogFile:"Archivo",imageDialogChooseFile:"Elegir archivo",imageDialogUrl:"URL de la imagen",imageDialogAlt:"Texto alternativo",imageDialogTitleField:"Título",imageDialogCloseAria:"Cerrar",imageDialogErrorEmpty:"Elige un archivo o introduce una URL de imagen.",imageDialogErrorInvalid:"Introduce una URL de imagen válida.",imageDialogErrorType:"Usa una imagen JPEG, PNG, GIF, WebP, BMP o AVIF.",imageDialogErrorTooLarge:"Elige una imagen de menos de 2 MB.",audioDialogTitle:"Insertar audio",audioDialogSource:"Origen",audioDialogFile:"Archivo",audioDialogChooseFile:"Elegir archivo",audioDialogUrl:"URL del audio",audioDialogTitleField:"Título",audioDialogCloseAria:"Cerrar",audioDialogErrorEmpty:"Elige un archivo o introduce una URL de audio.",audioDialogErrorInvalid:"Introduce una URL de audio válida.",audioDialogErrorType:"Usa un archivo de audio MP3, WAV, OGG, AAC, WebM o M4A.",audioDialogErrorTooLarge:"Elige un archivo de audio de menos de 5 MB.",youtubeDialogTitle:"Insertar vídeo de YouTube",youtubeDialogUrl:"URL de YouTube",youtubeDialogTitleField:"Título",youtubeDialogCloseAria:"Cerrar",youtubeDialogErrorEmpty:"Introduce una URL de YouTube.",youtubeDialogErrorInvalid:"Introduce una URL de YouTube válida.",imagePropertiesDialogTitle:"Propiedades de imagen",imagePropertiesDialogCloseAria:"Cerrar",imagePropertiesTabAlignment:"Alineación",imagePropertiesTabBorder:"Borde y margen",imagePropertiesTabAdvanced:"Avanzado",imagePropertiesTabHover:"Al pasar el puntero",imagePropertiesSize:"Tamaño",imagePropertiesSizeMode:"Modo de tamaño",imagePropertiesSizeWidth:"Solo ancho",imagePropertiesSizeHeight:"Solo alto",imagePropertiesSizeLock:"Bloquear juntos",imagePropertiesWidth:"Ancho",imagePropertiesHeight:"Alto",imagePropertiesWidthAria:"Ancho de la imagen",imagePropertiesHeightAria:"Alto de la imagen",imagePropertiesSizeUnitAria:"Unidad de tamaño de imagen",imagePropertiesFit:"Ajuste",imagePropertiesFitDefault:"Predeterminado",imagePropertiesFitFill:"Rellenar",imagePropertiesFitContain:"Contener",imagePropertiesFitCover:"Cubrir",imagePropertiesFitNoneValue:"Ninguno",imagePropertiesFitScaleDown:"Reducir",imagePropertiesPosition:"Posición",imagePropertiesPositionDefault:"Predeterminada",imagePropertiesPositionCenter:"Centro",imagePropertiesPositionTop:"Arriba",imagePropertiesPositionBottom:"Abajo",imagePropertiesPositionLeft:"Izquierda",imagePropertiesPositionRight:"Derecha",imagePropertiesPositionTopLeft:"Arriba izquierda",imagePropertiesPositionTopRight:"Arriba derecha",imagePropertiesPositionBottomLeft:"Abajo izquierda",imagePropertiesPositionBottomRight:"Abajo derecha",imagePropertiesRotation:"Rotación",imagePropertiesRotationUnit:"deg",imagePropertiesHoverCss:"CSS al pasar el puntero",imagePropertiesHoverCssAria:"CSS personalizado al pasar el puntero",imagePropertiesHoverHelp:"CSS que se aplica cuando el puntero está sobre la imagen.",imageResizeHandleEastAria:"Redimensionar el ancho de la imagen, mantener la proporción",imageResizeHandleSouthAria:"Redimensionar el alto de la imagen, mantener la proporción",imageResizeHandleSouthEastAria:"Redimensionar la imagen sin mantener la proporción",tableDialogTitle:"Insertar tabla",tableDialogCloseAria:"Cerrar",tableDialogRows:"Filas",tableDialogColumns:"Columnas",tableDialogSize:"Tamaño",tableDialogGridAria:"Cuadrícula de tamaño de tabla",tableDialogInsert:"Insertar",tablePropertiesDialogTitle:"Propiedades de tabla",tablePropertiesDialogCloseAria:"Cerrar",tablePropertiesCollapse:"Contracción de bordes",tablePropertiesCollapseCollapse:"Contraídos",tablePropertiesCollapseSeparate:"Separados",tablePropertiesSpacing:"Espaciado de bordes",tablePropertiesWidth:"Ancho",cellPropertiesDialogTitle:"Propiedades de celda",cellPropertiesDialogCloseAria:"Cerrar",cellPropertiesColor:"Color de texto",cellPropertiesVerticalAlign:"Alineación vertical",cellPropertiesVerticalAlignDefault:"Predeterminada",cellPropertiesVerticalAlignTop:"Arriba",cellPropertiesVerticalAlignMiddle:"Centro",cellPropertiesVerticalAlignBottom:"Abajo",cellPropertiesVerticalAlignBaseline:"Línea base",cellPropertiesWidth:"Ancho",cellPropertiesColSpan:"Columnas",cellPropertiesRowSpan:"Filas",rowPropertiesDialogTitle:"Propiedades de fila",rowPropertiesDialogCloseAria:"Cerrar",rowPropertiesHeight:"Alto",paragraphDialogTitle:"Propiedades de párrafo",pageDialogTitle:"Propiedades de página",pageDialogTabBackgroundImage:"Imagen de fondo",pageDialogTabPrint:"Impresión",pageAtRuleSize:"Tamaño de página",pageAtRuleSizeAuto:"Automático",pageAtRuleSizeA4:"A4",pageAtRuleSizeLetter:"Carta",pageAtRuleSizeLegal:"Legal",pageAtRuleSizeCustom:"Personalizado",pageAtRuleWidth:"Ancho",pageAtRuleHeight:"Alto",pageAtRuleOrientation:"Orientación",pageAtRuleOrientationNone:"Predeterminada",pageAtRuleOrientationPortrait:"Vertical",pageAtRuleOrientationLandscape:"Horizontal",pageAtRuleMargins:"Márgenes de página",pageAtRuleReset:"Restablecer impresión",pageAtRuleResetAria:"Quitar la configuración @page de impresión de esta página",menuZoom:"Zoom",menuZoomAria:"Submenú Zoom",pageZoomFitWidth:"Ajustar ancho",pageZoomFitWidthAria:"Ajustar el ancho de la página al editor",pageZoomFitPage:"Ajustar página",pageZoomFitPageAria:"Ajustar toda la página al editor",pageZoom50:"50 %",pageZoom50Aria:"Zoom al 50 por ciento",pageZoom75:"75 %",pageZoom75Aria:"Zoom al 75 por ciento",pageZoom100:"100 %",pageZoom100Aria:"Zoom al 100 por ciento",pageZoom125:"125 %",pageZoom125Aria:"Zoom al 125 por ciento",pageZoom150:"150 %",pageZoom150Aria:"Zoom al 150 por ciento",pageZoom200:"200 %",pageZoom200Aria:"Zoom al 200 por ciento",pageBackgroundImagePreview:"Vista previa",pageBackgroundImagePreviewAlt:"Vista previa de la imagen de fondo de página",pageBackgroundImageClear:"Quitar imagen de fondo",pageBackgroundImageCurrent:"Imagen seleccionada",paragraphDialogTabBorder:"Borde",paragraphDialogTabBackground:"Fondo",paragraphDialogAlignment:"Alineación",paragraphDialogLists:"Listas",paragraphDialogSpacing:"Espaciado",paragraphDialogMargin:"Margen",paragraphDialogPadding:"Relleno",paragraphDialogLineHeight:"Interlineado",paragraphDialogLineHeightNormal:"Normal",paragraphDialogLineHeightUnitless:"×",paragraphDialogLinkSides:"Igual en todos los lados",paragraphDialogSideTop:"Superior",paragraphDialogSideRight:"Derecho",paragraphDialogSideBottom:"Inferior",paragraphDialogSideLeft:"Izquierdo",paragraphDialogBorder:"Borde",paragraphDialogBorderStyle:"Estilo",paragraphDialogBorderWidth:"Grosor",paragraphDialogBorderColor:"Color",paragraphDialogBorderRadius:"Radio de esquina",paragraphDialogBoxShadow:"Sombra",paragraphDialogShadowOffsetX:"Desplazamiento X",paragraphDialogShadowOffsetY:"Desplazamiento Y",paragraphDialogShadowBlur:"Desenfoque",paragraphDialogShadowSpread:"Extensión",paragraphDialogShadowColor:"Color",paragraphDialogShadowInset:"Interior",paragraphDialogLengthUnitAria:"Unidad",paragraphDialogBorderStyleNone:"Ninguno",paragraphDialogBorderStyleSolid:"Sólido",paragraphDialogBorderStyleDotted:"Punteado",paragraphDialogBorderStyleDashed:"Discontinuo",paragraphDialogBorderStyleDouble:"Doble",paragraphDialogBorderStyleGroove:"Surco",paragraphDialogBorderStyleRidge:"Relieve",paragraphDialogBorderStyleInset:"Hundido",paragraphDialogBorderStyleOutset:"Saliente",paragraphDialogBackgroundColor:"Color de fondo",paragraphDialogOpacity:"Opacidad",paragraphDialogPageBreaks:"Saltos de página",paragraphDialogBreakInside:"Evitar corte interno",paragraphDialogBreakAfter:"Salto después",paragraphDialogBreakBefore:"Salto antes",paragraphDialogBreakAuto:"Automático",paragraphDialogBreakAvoid:"Evitar",paragraphDialogBreakPage:"Página",fontSizeUnitPt:"pt",fontSizeUnitPx:"px",fontSizeUnitEm:"em",fontSizeUnitRem:"rem",fontSizeUnitPercent:"%",fontSizeUnitPc:"pc",toolbarAria:"Barra de herramientas",toolbarGroupFile:"Archivo",toolbarGroupPrint:"Imprimir",toolbarGroupEdit:"Editar",toolbarGroupInsert:"Insertar",toolbarGroupTable:"Tabla",toolbarGroupFont:"Fuentes",toolbarGroupAlign:"Alinear",toolbarGroupParagraph:"Párrafo",toolbarGroupView:"Vista",toolbarGroupFullscreen:"Pantalla completa",toolbarGroupCustom:"Personalizado",customizeToolbarDialogTitle:"Personalizar barra de herramientas",customizeToolbarDialogReset:"Restablecer",customizeToolbarDialogClose:"Cerrar",customizeToolbarDialogCloseAria:"Cerrar",customizeToolbarDialogLoading:"Cargando la configuración de la barra",customizeToolbarItemVisible:"Mostrar en la barra",customizeToolbarDragHandle:"Arrastrar para reordenar el grupo",customizeToolbarMoveUp:"Mover el grupo hacia arriba",customizeToolbarMoveDown:"Mover el grupo hacia abajo",previewDialogTitle:"Vista previa del documento",previewDialogClose:"Cerrar",previewDialogCloseAria:"Cerrar",commandAddComment:"Añadir comentario",commandAddCommentAria:"Añadir comentario en la selección",commandInsertComment:"Comentario",commandInsertCommentAria:"Insertar comentario en la selección",showComments:"Mostrar comentarios",hideComments:"Ocultar comentarios",toggleCommentsVisibleAria:"Alternar visibilidad de comentarios",commandRuler:"Regla",commandRulerAria:"Mostrar u ocultar reglas",rulerMarginLeft:"Margen izquierdo",rulerMarginRight:"Margen derecho",rulerMarginTop:"Margen superior",rulerMarginBottom:"Margen inferior",rulerFirstLineIndent:"Sangría de primera línea",rulerLeftIndent:"Sangría izquierda",rulerRightIndent:"Sangría derecha",commentPanelTitle:"Comentario",commentPlaceholder:"Escribe un comentario…",commentReplyPlaceholder:"Escribe una respuesta…",commentPost:"Publicar",commentEmpty:"Aún no hay mensajes.",commentPanelCloseAria:"Cerrar panel de comentarios",menuHelp:"Ayuda",menuHelpAria:"Menú Ayuda",commandEditorHelp:"Ayuda del editor",commandEditorHelpAria:"Abrir la ayuda del editor",commandKeyboardShortcuts:"Atajos de teclado",commandKeyboardShortcutsAria:"Abrir ayuda de atajos de teclado",commandAbout:"Acerca de",commandAboutAria:"Acerca de este editor",helpDialogTitle:"Ayuda",helpDialogCloseAria:"Cerrar ayuda",helpDialogSearchPlaceholder:"Buscar temas de ayuda…",helpDialogSearchAria:"Buscar en la ayuda",helpDialogContentsAria:"Contenido de la ayuda",helpDialogNoResults:"Ningún tema coincide con su búsqueda.",helpDialogRelatedTitle:"Temas relacionados",aboutDialogTitle:"Acerca de",aboutDialogCloseAria:"Cerrar cuadro Acerca de",aboutDialogClose:"Cerrar",aboutDialogVersion:"Versión {version}",aboutDialogDescription:"CommsPliant HTML editor es un componente React WYSIWYG reutilizable con modos de edición Visual y HTML. Licencia MIT.",aboutDialogWebsiteCta:"Descubra lo que estamos construyendo para comunicaciones reguladas.",aboutDialogWebsite:"Visitar commspliant.com",aboutDialogWebsiteAria:"Visitar CommsPliant — gestión de comunicaciones reguladas",helpCategoryGetStarted:"Primeros pasos",helpCategoryFile:"Archivo",helpCategoryEdit:"Editar",helpCategoryInsert:"Insertar",helpCategoryFormat:"Formato",helpCategoryTable:"Tabla",helpCategoryView:"Ver",helpCategoryKeyboard:"Teclado",helpTopicGetStartedTitle:"¿Cómo uso este editor?",helpTopicGetStartedBody:`1. Escriba en el área de edición visual.
|
|
71
|
+
2. Use la barra de menús y la barra de iconos para formato e inserciones.
|
|
72
|
+
3. Abra Ayuda → Ayuda del editor (o pulse F1) cuando necesite orientación.`,helpTopicGetStartedKeywords:"inicio básicos barra menú",helpTopicSwitchModesTitle:"¿Cómo cambio entre Visual y HTML?",helpTopicSwitchModesBody:`1. Abra Ver → Visual para editar con formato.
|
|
73
|
+
2. Abra Ver → HTML para editar el código fuente.
|
|
74
|
+
3. Vuelva a Visual cuando termine de editar HTML.`,helpTopicSwitchModesKeywords:"visual html código fuente modo",helpTopicSearchHelpTitle:"¿Cómo busco en la Ayuda?",helpTopicSearchHelpBody:`1. Abra Ayuda → Ayuda del editor (o pulse F1).
|
|
75
|
+
2. Escriba palabras clave en el cuadro de búsqueda, como tabla, imprimir o negrita.
|
|
76
|
+
3. Haga clic en un tema coincidente para leer el artículo.`,helpTopicSearchHelpKeywords:"buscar encontrar ayuda",helpTopicSaveDocumentTitle:"¿Cómo guardo mi documento?",helpTopicSaveDocumentBody:`1. Abra Archivo → Guardar o haga clic en Guardar en la barra de iconos.
|
|
77
|
+
2. Elija dónde almacenar el archivo HTML.
|
|
78
|
+
3. Su aplicación puede reemplazar esto con su propio flujo de guardado.`,helpTopicSaveDocumentKeywords:"guardar archivo exportar",helpTopicOpenDocumentTitle:"¿Cómo abro un documento?",helpTopicOpenDocumentBody:`1. Abra Archivo → Abrir o haga clic en Abrir en la barra de iconos.
|
|
79
|
+
2. Seleccione un archivo HTML de su dispositivo.
|
|
80
|
+
3. También puede soltar un archivo HTML en el editor si la aplicación lo permite.`,helpTopicOpenDocumentKeywords:"abrir cargar importar archivo",helpTopicPrintDocumentTitle:"¿Cómo imprimo mi documento?",helpTopicPrintDocumentBody:`1. Abra Archivo → Imprimir o pulse Ctrl+P (Cmd+P en macOS).
|
|
81
|
+
2. Use el cuadro de impresión del navegador.
|
|
82
|
+
3. Previsualice con Ver → Vista previa si lo necesita.`,helpTopicPrintDocumentKeywords:"imprimir copia",helpTopicUndoRedoTitle:"¿Cómo deshago o rehago cambios?",helpTopicUndoRedoBody:`1. Abra Editar → Deshacer o pulse Ctrl+Z (Cmd+Z).
|
|
83
|
+
2. Abra Editar → Rehacer o pulse Ctrl+Y o Ctrl+Mayús+Z.
|
|
84
|
+
3. Deshacer funciona en modos Visual y HTML.`,helpTopicUndoRedoKeywords:"deshacer rehacer historial",helpTopicPagePropertiesTitle:"¿Cómo cambio las propiedades de página?",helpTopicPagePropertiesBody:`1. Abra Editar → Página → Propiedades de página.
|
|
85
|
+
2. Ajuste fuente, párrafo, fondo o impresión en las pestañas.
|
|
86
|
+
3. Haga clic en Aceptar para aplicar.`,helpTopicPagePropertiesKeywords:"página márgenes fondo imprimir",helpTopicDeletePageTitle:"¿Cómo elimino una página?",helpTopicDeletePageBody:`1. Haga clic en la página que desea quitar en un documento multipágina.
|
|
87
|
+
2. Abra Editar → Página → Eliminar página.
|
|
88
|
+
3. Confirme cuando se le solicite.`,helpTopicDeletePageKeywords:"eliminar quitar página",helpTopicInsertTableTitle:"¿Cómo inserto una tabla?",helpTopicInsertTableBody:`1. Coloque el cursor donde desea la tabla.
|
|
89
|
+
2. Abra Insertar → Tabla o Tabla → Tabla.
|
|
90
|
+
3. Elija filas y columnas y confirme.`,helpTopicInsertTableKeywords:"tabla cuadrícula insertar",helpTopicInsertImageTitle:"¿Cómo inserto una imagen?",helpTopicInsertImageBody:`1. Coloque el cursor donde debe aparecer la imagen.
|
|
91
|
+
2. Abra Insertar → Imagen.
|
|
92
|
+
3. Configure origen, tamaño y texto alternativo y confirme.`,helpTopicInsertImageKeywords:"imagen foto",helpTopicInsertLinkTitle:"¿Cómo inserto un hipervínculo?",helpTopicInsertLinkBody:`1. Seleccione el texto a enlazar (o coloque el cursor).
|
|
93
|
+
2. Abra Insertar → Enlace.
|
|
94
|
+
3. Introduzca la URL y las opciones y confirme.`,helpTopicInsertLinkKeywords:"enlace url hipervínculo",helpTopicInsertBookmarkTitle:"¿Cómo inserto un marcador?",helpTopicInsertBookmarkBody:`1. Coloque el cursor en la ubicación del marcador.
|
|
95
|
+
2. Abra Insertar → Marcador.
|
|
96
|
+
3. Introduzca un nombre único y confirme.`,helpTopicInsertBookmarkKeywords:"marcador ancla nombre",helpTopicInsertMediaTitle:"¿Cómo inserto audio o un vídeo de YouTube?",helpTopicInsertMediaBody:`1. Coloque el cursor donde debe aparecer el medio.
|
|
97
|
+
2. Abra Insertar → Audio o Insertar → Vídeo de YouTube.
|
|
98
|
+
3. Proporcione la URL de origen y confirme.`,helpTopicInsertMediaKeywords:"audio youtube vídeo medio",helpTopicPageBreakTitle:"¿Cómo inserto un salto de página?",helpTopicPageBreakBody:`1. Coloque el cursor donde debe comenzar la nueva página.
|
|
99
|
+
2. Abra Insertar → Salto de página o pulse Ctrl+Intro (Cmd+Intro).
|
|
100
|
+
3. El salto aparece al imprimir y en vista multipágina.`,helpTopicPageBreakKeywords:"salto página imprimir",helpTopicInsertPageTitle:"¿Cómo añado una página nueva?",helpTopicInsertPageBody:`1. Haga clic en la página tras la cual desea una nueva.
|
|
101
|
+
2. Abra Insertar → Insertar página → Insertar página después (o antes).
|
|
102
|
+
3. Comience a editar en la página nueva.`,helpTopicInsertPageKeywords:"nueva página multipágina",helpTopicInsertCommentTitle:"¿Cómo añado un comentario?",helpTopicInsertCommentBody:`1. Seleccione el texto a comentar.
|
|
103
|
+
2. Abra Insertar → Comentario o use el botón de comentarios.
|
|
104
|
+
3. Escriba su mensaje en el panel de comentarios.`,helpTopicInsertCommentKeywords:"comentario revisar",helpTopicFormatFontTitle:"¿Cómo cambio el formato de fuente?",helpTopicFormatFontBody:`1. Seleccione el texto a formatear.
|
|
105
|
+
2. Use Formato → Fuentes o el grupo Fuente de la barra.
|
|
106
|
+
3. Aplique negrita, cursiva, subrayado, tamaño o familia. Atajos: Ctrl+B, Ctrl+I, Ctrl+U.`,helpTopicFormatFontKeywords:"negrita cursiva fuente tamaño",helpTopicParagraphStylesTitle:"¿Cómo aplico un estilo de párrafo?",helpTopicParagraphStylesBody:`1. Coloque el cursor en el párrafo.
|
|
107
|
+
2. Abra Formato → Estilos de párrafo.
|
|
108
|
+
3. Elija un título o estilo de cuerpo de la lista.`,helpTopicParagraphStylesKeywords:"encabezado estilo párrafo",helpTopicTextColorTitle:"¿Cómo cambio el color del texto o el resaltado?",helpTopicTextColorBody:`1. Seleccione el texto.
|
|
109
|
+
2. Use el control de color de fuente o de resaltado en la barra o en Formato → Fuentes.
|
|
110
|
+
3. Elija un color de la paleta.`,helpTopicTextColorKeywords:"color resaltado fuente",helpTopicAlignListsTitle:"¿Cómo alineo texto o creo listas?",helpTopicAlignListsBody:`1. Coloque el cursor en el párrafo.
|
|
111
|
+
2. Abra Formato → Párrafo para alineación, sangría o listas.
|
|
112
|
+
3. O use los grupos Alinear y Párrafo de la barra.`,helpTopicAlignListsKeywords:"alinear centro lista viñeta",helpTopicClearFormattingTitle:"¿Cómo borro el formato?",helpTopicClearFormattingBody:`1. Seleccione el texto a restablecer.
|
|
113
|
+
2. Abra Formato → Borrar formato.
|
|
114
|
+
3. Se eliminan estilos en línea y marcas de la selección.`,helpTopicClearFormattingKeywords:"borrar quitar formato",helpTopicCustomCssTitle:"¿Cómo aplico CSS personalizado?",helpTopicCustomCssBody:`1. Seleccione el texto o elemento.
|
|
115
|
+
2. Abra Formato → Fuentes → CSS personalizado.
|
|
116
|
+
3. Introduzca declaraciones CSS y confirme.`,helpTopicCustomCssKeywords:"css personalizado estilo",helpTopicTableRowsColumnsTitle:"¿Cómo añado o quito filas y columnas de tabla?",helpTopicTableRowsColumnsBody:`1. Haga clic dentro de la tabla.
|
|
117
|
+
2. Abra Tabla → Insertar fila/columna o comandos de eliminar.
|
|
118
|
+
3. Use Tab y Mayús+Tab para moverse entre celdas.`,helpTopicTableRowsColumnsKeywords:"tabla fila columna tab",helpTopicMergeCellsTitle:"¿Cómo combino o divido celdas de tabla?",helpTopicMergeCellsBody:`1. Seleccione las celdas a combinar.
|
|
119
|
+
2. Abra Tabla → Combinar celdas.
|
|
120
|
+
3. Para dividir, coloque el cursor en una celda combinada y elija Separar celdas.`,helpTopicMergeCellsKeywords:"combinar separar celdas tabla",helpTopicCustomizeToolbarTitle:"¿Cómo personalizo la barra de herramientas?",helpTopicCustomizeToolbarBody:`1. Abra Ver → Barra de herramientas → Personalizar barra.
|
|
121
|
+
2. Muestre u oculte grupos de iconos y arrastre para reordenar.
|
|
122
|
+
3. Haga clic en Aceptar para guardar; Restablecer restaura los valores predeterminados.`,helpTopicCustomizeToolbarKeywords:"barra personalizar iconos",helpTopicZoomTitle:"¿Cómo hago zoom en la página?",helpTopicZoomBody:`1. Abra Ver → Zoom.
|
|
123
|
+
2. Elija Ajustar ancho, Ajustar página o un porcentaje.
|
|
124
|
+
3. La configuración se recuerda en su próxima visita.`,helpTopicZoomKeywords:"zoom escala ampliar",helpTopicDarkModeTitle:"¿Cómo cambio entre modo claro y oscuro?",helpTopicDarkModeBody:`1. Abra Ver → Modo claro u Oscuro.
|
|
125
|
+
2. El aspecto del editor sigue su elección.
|
|
126
|
+
3. Su aplicación puede controlar el tema predeterminado.`,helpTopicDarkModeKeywords:"oscuro claro tema modo",helpTopicPreviewTitle:"¿Cómo previsualizo mi documento?",helpTopicPreviewBody:`1. Abra Ver → Vista previa.
|
|
127
|
+
2. Revise el HTML renderizado en la ventana de vista previa.
|
|
128
|
+
3. Cierre cuando termine.`,helpTopicPreviewKeywords:"vista previa leer",helpTopicFullscreenTitle:"¿Cómo uso pantalla completa?",helpTopicFullscreenBody:`1. Abra Ver → Pantalla completa o haga clic en el botón correspondiente.
|
|
129
|
+
2. Pulse Escape para salir.
|
|
130
|
+
3. Los menús y barras permanecen disponibles salvo que la aplicación los oculte.`,helpTopicFullscreenKeywords:"pantalla completa expandir",helpTopicRulerTitle:"¿Cómo muestro u oculto la regla?",helpTopicRulerBody:`1. Abra Ver → Regla.
|
|
131
|
+
2. Arrastre los marcadores de margen y sangría cuando la regla esté visible.
|
|
132
|
+
3. Abra Ver → Regla de nuevo para ocultarla.`,helpTopicRulerKeywords:"regla márgenes sangría",helpTopicKeyboardShortcutsTitle:"¿Qué atajos de teclado puedo usar?",helpTopicKeyboardShortcutsBody:`Deshacer: Ctrl+Z (Cmd+Z)
|
|
133
|
+
Rehacer: Ctrl+Y o Ctrl+Mayús+Z
|
|
134
|
+
Negrita: Ctrl+B | Cursiva: Ctrl+I | Subrayado: Ctrl+U
|
|
135
|
+
Tachado: Ctrl+Mayús+X
|
|
136
|
+
Imprimir: Ctrl+P | Salto de página: Ctrl+Intro
|
|
137
|
+
Tabla: Tab / Mayús+Tab
|
|
138
|
+
Salir de pantalla completa o cerrar paneles: Escape
|
|
139
|
+
Abrir Ayuda: F1`,helpTopicKeyboardShortcutsKeywords:"atajos teclado"},Vy={en:zc,es:Uy},Qf=l.createContext(e=>zc[e]);function Wy({locale:e="en",children:t}){const n=l.useMemo(()=>{const r=Vy[e]??zc;return o=>r[o]},[e]);return i.jsx(Qf.Provider,{value:n,children:t})}function q(){return l.useContext(Qf)}const Gy="_menu_c1m45_1",Zy="_item_c1m45_19",qy="_separator_c1m45_59",jl={menu:Gy,item:Zy,separator:qy},ua=8,Yy=[{type:"item",command:"deleteSelection",labelKey:"commandDelete",ariaKey:"commandDeleteAria",enabled:e=>e==="text"||e==="image"},{type:"item",command:"cut",labelKey:"commandCut",ariaKey:"commandCutAria",enabled:e=>e==="text"||e==="image"},{type:"item",command:"copy",labelKey:"commandCopy",ariaKey:"commandCopyAria",enabled:e=>e==="text"||e==="image"},{type:"separator"},{type:"item",command:"openLinkDialog",labelKey:"commandLink",ariaKey:"commandLinkAria",enabled:e=>e!=="image"},{type:"item",command:"addComment",labelKey:"commandInsertComment",ariaKey:"commandInsertCommentAria",enabled:(e,t)=>t.canAddComment&&(e==="text"||e==="image")},{type:"separator"},{type:"item",command:"openFontProperties",labelKey:"commandFontProperties",ariaKey:"commandFontPropertiesAria",enabled:e=>e!=="image"},{type:"item",command:"openParagraphProperties",labelKey:"commandParagraphProperties",ariaKey:"commandParagraphPropertiesAria",enabled:e=>e!=="image"},{type:"item",command:"openPageProperties",labelKey:"commandPageProperties",ariaKey:"commandPagePropertiesAria",enabled:e=>e!=="image"},{type:"item",command:"deletePage",labelKey:"commandDeletePage",ariaKey:"commandDeletePageAria",enabled:(e,t)=>t.canDeletePage},{type:"item",command:"openImageProperties",labelKey:"commandImageProperties",ariaKey:"commandImagePropertiesAria",enabled:e=>e==="image"},{type:"item",command:"openTableProperties",labelKey:"commandTableProperties",ariaKey:"commandTablePropertiesAria",enabled:(e,t)=>t.inTable},{type:"item",command:"openCellProperties",labelKey:"commandCellProperties",ariaKey:"commandCellPropertiesAria",enabled:(e,t)=>t.inTable},{type:"item",command:"openRowProperties",labelKey:"commandRowProperties",ariaKey:"commandRowPropertiesAria",enabled:(e,t)=>t.inTable},{type:"item",command:"mergeCells",labelKey:"commandMergeCells",ariaKey:"commandMergeCellsAria",enabled:(e,t)=>t.canMergeCells},{type:"item",command:"unmergeCells",labelKey:"commandUnmergeCells",ariaKey:"commandUnmergeCellsAria",enabled:(e,t)=>t.canUnmergeCells}];function Xy(e,t){const n=[];let r=!1;for(const o of Yy){if(o.type==="separator"){n.length>0&&(r=!0);continue}o.enabled(e,t)&&(r&&(n.push({type:"separator"}),r=!1),n.push(o))}return n}function Cm(){return'[role="menuitem"]:not(:disabled)'}function Jy({open:e,x:t,y:n,kind:r,inTable:o=!1,canMergeCells:a=!1,canUnmergeCells:s=!1,canDeletePage:u=!1,canAddComment:d=!1,commands:f,onClose:g}){const h=q(),C=l.useId(),b=l.useRef(null);if(l.useLayoutEffect(()=>{var R;if(!e)return;const v=b.current;if(!v)return;const k=v.getBoundingClientRect(),S=Math.max(ua,Math.min(t,window.innerWidth-k.width-ua)),P=Math.max(ua,Math.min(n,window.innerHeight-k.height-ua));v.style.left=`${S}px`,v.style.top=`${P}px`,(R=v.querySelector(Cm()))==null||R.focus()},[e,t,n,r]),l.useEffect(()=>{if(!e)return;const v=R=>{var D;(D=b.current)!=null&&D.contains(R.target)||g()},k=R=>{R.key==="Escape"&&(R.preventDefault(),R.stopPropagation(),g())},S=()=>{g()},P=R=>{var D;if((D=b.current)!=null&&D.contains(R.target)){R.preventDefault();return}R.defaultPrevented||g()};return document.addEventListener("pointerdown",v),document.addEventListener("keydown",k,!0),window.addEventListener("scroll",S,!0),document.addEventListener("contextmenu",P),()=>{document.removeEventListener("pointerdown",v),document.removeEventListener("keydown",k,!0),window.removeEventListener("scroll",S,!0),document.removeEventListener("contextmenu",P)}},[e,g]),!e)return null;const x=Xy(r,{inTable:o,canMergeCells:a,canUnmergeCells:s,canDeletePage:u,canAddComment:d}),y=v=>{var D;if(v.key!=="ArrowDown"&&v.key!=="ArrowUp")return;const k=[...((D=b.current)==null?void 0:D.querySelectorAll(Cm()))??[]];if(k.length===0)return;const S=k.indexOf(document.activeElement),P=v.key==="ArrowDown"?1:-1,R=k[(S+P+k.length)%k.length];v.preventDefault(),R==null||R.focus()};return i.jsx(we,{children:i.jsxs("div",{ref:b,className:jl.menu,role:"menu","aria-labelledby":C,style:{left:t,top:n},onMouseDown:v=>v.preventDefault(),onKeyDown:y,children:[i.jsx("span",{id:C,hidden:!0,children:h("contextMenuAria")}),x.map((v,k)=>v.type==="separator"?i.jsx("div",{role:"separator",className:jl.separator},`separator-${k}`):i.jsx("button",{type:"button",role:"menuitem",className:jl.item,"aria-label":h(v.ariaKey),onClick:()=>{g(),Hc(f,v.command)},children:h(v.labelKey)},v.command))]})})}function Qy(e){return e==="touch"||e==="pen"}function ex(e,t){return e.button===2||e.ctrlKey?!0:!Qy(t)}const tx=new Set(["span","strong","b","em","i","u","s","strike","del"]);function ke(e,t){return t?e===t||e.contains(t):!1}function mn(e){return tx.has(e.tagName.toLowerCase())}function nx(e,t){const n=document.createRange();return n.selectNodeContents(t),e.compareBoundaryPoints(Range.END_TO_START,n)<0&&e.compareBoundaryPoints(Range.START_TO_END,n)>0}function Pt(e){const t=e.commonAncestorContainer;if(t.nodeType===Node.TEXT_NODE)return t.nodeValue?[t]:[];const n=[],r=document.createTreeWalker(t,NodeFilter.SHOW_TEXT);let o;for(;o=r.nextNode();)o.nodeValue&&nx(e,o)&&n.push(o);return n}function un(e){const t=e.startContainer,n=e.startOffset;if(t.nodeType===Node.TEXT_NODE){const a=t;if(n>0&&n<a.length){const s=a.splitText(n);e.setStart(s,0),e.endContainer===a&&e.setEnd(s,e.endOffset-n)}}const r=e.endContainer,o=e.endOffset;if(r.nodeType===Node.TEXT_NODE){const a=r;o>0&&o<a.length&&(a.splitText(o),e.setEnd(a,a.length))}}function Gn(e){return e.tagName.toLowerCase()!=="span"||e.style.cssText.trim()?!1:(e.removeAttribute("style"),e.attributes.length===0)}function Nt(e){const t=e.parentNode;if(t){for(;e.firstChild;)t.insertBefore(e.firstChild,e);t.removeChild(e)}}function Zn(e,t){const n=[...e.childNodes],r=n.indexOf(t);if(r<=-1||n.length===1)return;const o=e.parentNode;if(!o)return;const a=n.slice(0,r),s=n.slice(r+1);if(a.length>0){const u=e.cloneNode(!1);for(const d of a)u.appendChild(d);o.insertBefore(u,e)}if(s.length>0){const u=e.cloneNode(!1);for(const d of s)u.appendChild(d);o.insertBefore(u,e.nextSibling)}}function yr(e){if(e.length===0)return;const t=e[0],n=e[e.length-1],r=document.createRange();r.setStart(t,0),r.setEnd(n,n.data.length);const o=window.getSelection();o==null||o.removeAllRanges(),o==null||o.addRange(r)}function ti(e,t){const n=e.parentElement;if(n&&n.tagName.toLowerCase()==="span"&&n.childNodes.length===1)return t(n),n;const r=document.createElement("span");return t(r),n==null||n.insertBefore(r,e),r.appendChild(e),r}const rs="data-wysiwyg-font",rx=[{name:"Arial",family:"Arial, Helvetica, sans-serif"},{name:"Arial Black",family:"'Arial Black', Gadget, sans-serif"},{name:"Comic Sans MS",family:"'Comic Sans MS', Textile, cursive"},{name:"Courier New",family:"'Courier New', Courier, monospace"},{name:"Georgia",family:"Georgia, serif"},{name:"Helvetica",family:"Helvetica, Arial, sans-serif"},{name:"Impact",family:"Impact, Charcoal, sans-serif"},{name:"Lucida Console",family:"'Lucida Console', Monaco, monospace"},{name:"Lucida Sans Unicode",family:"'Lucida Sans Unicode', 'Lucida Grande', sans-serif"},{name:"Palatino Linotype",family:"'Palatino Linotype', Palatino, serif"},{name:"Tahoma",family:"Tahoma, Geneva, sans-serif"},{name:"Times New Roman",family:"'Times New Roman', Times, serif"},{name:"Trebuchet MS",family:"'Trebuchet MS', Helvetica, sans-serif"},{name:"Verdana",family:"Verdana, Geneva, sans-serif"}];function gr(e){return e.split(",").map(t=>t.trim().replace(/^["']|["']$/g,"").toLowerCase()).filter(Boolean).join(",")}function ni(e,t){return e===t?!0:!e||!t?!1:gr(e)===gr(t)}function ep(e=[]){var r;const t=[],n=new Set;for(const o of[...rx,...e]){const a=o.family.trim();if(!a)continue;const s=gr(a);if(n.has(s))continue;n.add(s);const u=(r=o.css)==null?void 0:r.trim();t.push({name:o.name.trim()||a,family:a,...u?{css:u}:{}})}return t}function ox(e,t){return e?t.find(n=>ni(n.family,e))??null:null}function ix(e){try{const t=new URL(e);return t.protocol==="http:"||t.protocol==="https:"}catch{return!1}}function ax(e){return e.replace(/&/g,"&").replace(/"/g,""").replace(/</g,"<")}function os(e){const t=new Set,n=[];for(const r of e){const o=r.trim();!o||!ix(o)||t.has(o)||(t.add(o),n.push(o))}return n}function sx(e){return e.replace(/"/g,'"').replace(/</g,"<").replace(/&/g,"&")}const lx=new RegExp(`<link\\b[^>]*\\b${rs}\\b[^>]*>`,"gi");function he(e){if(!e.includes(rs))return{hrefs:[],body:e};const t=[],n=e.replace(lx,r=>{var a,s;const o=((a=r.match(/\bhref\s*=\s*"([^"]*)"/i))==null?void 0:a[1])??((s=r.match(/\bhref\s*=\s*'([^']*)'/i))==null?void 0:s[1]);return o&&t.push(sx(o)),""});return{hrefs:os(t),body:n}}function da(e,t){const n=os(t);return n.length===0?e:`${n.map(o=>`<link rel="stylesheet" href="${ax(o)}" ${rs}="">`).join("")}${e}`}function Oc(e){return e.style.fontFamily.trim()||null}const cx=32,Fo=new Map;function tp(e,t){return`${gr(t)}\0${e}`}function ux(e,t){return Fo.get(tp(e,t))}function Il(e,t,n){const r=tp(e,t);if(Fo.size>=cx){const o=Fo.keys().next().value;o!==void 0&&Fo.delete(o)}Fo.set(r,n)}function np(e,t){const n=e.ownerDocument.createTreeWalker(e,NodeFilter.SHOW_ELEMENT);let r=n.currentNode;for(;r;){if(r instanceof HTMLElement){const o=Oc(r);if(o&&gr(o)===t)return!0}r=n.nextNode()}return!1}function dx(e,t){const n=gr(t);return n?np(e,n):!1}function mx(e,t){const n=gr(t);if(!n)return!1;const r=ux(e,t);if(r!==void 0)return r;const o=e.toLowerCase();if(!o.includes("font-family")&&!o.includes("face="))return Il(e,t,!1),!1;const a=n.split(",")[0].replace(/['"]/g,"").trim().toLowerCase();if(a&&!o.includes(a))return Il(e,t,!1),!1;const s=new DOMParser().parseFromString(e,"text/html"),u=np(s.body,n);return Il(e,t,u),u}function ma(e,t,n=[],r){const o=he(t).hrefs,a=n.filter(s=>s.css?r!=null&&r.liveRoot?dx(r.liveRoot,s.family):mx(e,s.family):!1).map(s=>s.css??"");return os([...o,...a])}function wm(e,t=[]){const n=he(e).hrefs,r=t.map(o=>o.css??"");return os([...n,...r])}function fx(e){return e.nodeType===Node.TEXT_NODE?e.parentElement:e instanceof Element?e:e.parentElement}function Kc(e,t){let n=fx(t);for(;n&&n!==e&&n instanceof HTMLElement;){const r=Oc(n);if(r)return r;n=n.parentElement}return null}function tc(e){return e instanceof HTMLElement&&Oc(e)!==null}function $c(e){e.style.fontFamily="",e.style.removeProperty("font-family")}function px(e,t){let n=t;for(;n.parentElement&&n.parentElement!==e;){const r=n.parentElement;if(!mn(r)||!tc(r)){n=r;continue}if(Zn(r,n),tc(r)&&($c(r),Gn(r))){Nt(r);continue}n=r}}function rp(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);return ke(e,n.commonAncestorContainer)?n:null}function op(e){const t=rp(e);if(!t)return{value:null,mixed:!1};const n=t.collapsed?[]:Pt(t).filter(u=>u.data.length>0),o=(n.length>0?n:[t.startContainer]).map(u=>Kc(e,u)),a=o[0]??null;return o.every(u=>ni(u,a))?{value:a,mixed:!1}:{value:null,mixed:!0}}function nc(e,t){const n=rp(e);if(!n||n.collapsed)return!1;const r=t!=null&&t.trim()?t.trim():null;un(n);const o=Pt(n).filter(a=>a.data.length>0);for(const a of o){const s=Kc(e,a);if(r===null){if(s===null)continue;px(e,a);continue}ni(s,r)||ti(a,u=>{u.style.fontFamily=r})}return yr(o),!0}function gx(e,t){if(t){if(t.value===null){$c(e);return}e.style.fontFamily=t.value}}function hx(e){return e!=null}function bx(e){const t=e.startContainer,n=e.startOffset;if(t.nodeType!==Node.TEXT_NODE)return;const r=t;if(n<=0||n>=r.length)return;const o=r.splitText(n);e.setStart(o,0),e.collapse(!0)}function yx(e){var r,o,a;let t=e.startContainer.nodeType===Node.TEXT_NODE&&e.startOffset===0?e.startContainer:e.startContainer.childNodes[e.startOffset]??e.startContainer.lastChild??e.startContainer;if(e.startContainer.nodeType===Node.TEXT_NODE&&e.startOffset>0){const s=document.createTextNode("");return(r=e.startContainer.parentNode)==null||r.insertBefore(s,e.startContainer.nextSibling),s}if(e.startContainer.nodeType===Node.TEXT_NODE&&e.startOffset===0){const s=document.createTextNode("");return(o=e.startContainer.parentNode)==null||o.insertBefore(s,e.startContainer),s}const n=document.createTextNode("");return t&&t!==e.startContainer?(a=t.parentNode)==null||a.insertBefore(n,t):e.startContainer.appendChild(n),n}function rc(e,t){let n=t;for(;n.parentElement&&n.parentElement!==e;){const r=n.parentElement;if(!mn(r)||!tc(r)){n=r;continue}if(Zn(r,n),$c(r),Gn(r)){Nt(r);continue}n=r.isConnected?r:t}return t}function xx(e,t){bx(t);const n=yx(t);return rc(e,n)}function Cx(e,t,n){return!!(n&&n.value===null&&Kc(e,t))}const Uc=["pt","px","em","rem","%"],Xr="pt",wx={pt:[8,9,10,11,12,14,16,18,20,22,24,26,28,36,48,72],px:[8,9,10,11,12,14,16,18,20,22,24,26,28,36,48,72],em:[.5,.75,1,1.25,1.5,2,2.5,3],rem:[.5,.75,1,1.25,1.5,2,2.5,3],"%":[50,75,100,125,150,200,250,300]},vx={pt:{min:1,max:400},px:{min:1,max:400},em:{min:.1,max:20},rem:{min:.1,max:20},"%":{min:1,max:1e3}},kx=new Set(Uc),Sx=/^([+-]?(?:\d+(?:\.\d+)?|\.\d+))\s*(pt|px|em|rem|%|pc|cm|mm|in|ex|ch|q|vw|vh|vmin|vmax)$/i;function is(e){return kx.has(e)}function rt(e){return Math.round(e*100)/100}function de(e){const t=rt(e);return Number.isInteger(t),String(t)}function Vc(e,t){return`${de(e)}${t}`}function Wc(e){const t=e.trim();if(!t)return null;const n=t.match(Sx);if(!n)return null;const r=Number(n[1]);if(!Number.isFinite(r))return null;const o=n[2]==="%"?"%":n[2].toLowerCase();return{value:r,unit:o}}function Ax(e,t){const n=e.trim();if(!n)return null;const r=Wc(n);if(r)return is(r.unit)?pr(r.value,r.unit):null;const o=Number(n.replace(",","."));return Number.isFinite(o)?pr(o,t):null}function pr(e,t){if(!Number.isFinite(e)||e<=0)return null;const{min:n,max:r}=vx[t];return{value:rt(Math.min(r,Math.max(n,e))),unit:t}}function ip(e,t,n,r){const o=n>0?n:16,a=r>0?r:16;switch(t){case"px":return rt(e);case"pt":return rt(e*.75);case"em":return rt(e/o);case"rem":return rt(e/a);case"%":return rt(e/o*100)}}function Px(e,t,n,r){const o=n>0?n:16,a=r>0?r:16;switch(t){case"px":return e;case"pt":return e*(4/3);case"em":return e*o;case"rem":return e*a;case"%":return e/100*o}}function ap(e,t,n,r,o){if(t===n)return rt(e);const a=Px(e,t,r,o);return ip(a,n,r,o)}const Gc="pt",Tx=/^([+-]?(?:\d+(?:\.\d+)?|\.\d+))\s*(pt|px|em|rem|%)$/i,Rx=/^[+-]?0(?:\.0+)?$/;function Ie(e){return`${de(e.value)}${e.unit}`}function ht(e){const t=e.trim();if(!t)return null;if(Rx.test(t))return{value:0,unit:"px"};const n=t.match(Tx);if(!n)return null;const r=Number(n[1]);if(!Number.isFinite(r))return null;const o=n[2]==="%"?"%":n[2].toLowerCase();return is(o)?{value:rt(r),unit:o}:null}function Wo(e,t,n){const r=e.trim();if(!r)return null;const o=ht(r);if(o)return!n&&o.value<0?{...o,value:0}:o;const a=Number(r.replace(",","."));return Number.isFinite(a)?!n&&a<0?{value:0,unit:t}:{value:rt(a),unit:t}:null}function qn(e){return e.value>=0?e:{value:0,unit:e.unit}}function zt(e,t){return e===t?!0:!e||!t?!1:e.value===t.value&&e.unit===t.unit}function fa(e){return{text:e.text,collapsed:e.collapsed,start:e.start,end:e.end}}function Dx(e,t){return t?e===t||e.contains(t):!1}function vm(e,t){var a;const n=document.createTreeWalker(e,NodeFilter.SHOW_TEXT);let r=0,o;for(;o=n.nextNode();){if(o===t||t.contains(o)||t.compareDocumentPosition(o)&Node.DOCUMENT_POSITION_FOLLOWING)return r;r+=((a=o.textContent)==null?void 0:a.length)??0}return r}function km(e,t,n){var a;if(t.nodeType===Node.TEXT_NODE)return vm(e,t)+n;let r=0;const o=t.childNodes;for(let s=0;s<n&&s<o.length;s+=1)r+=((a=o[s].textContent)==null?void 0:a.length)??0;return vm(e,t)+r}function Sm(e,t){var s,u;const n=document.createTreeWalker(e,NodeFilter.SHOW_TEXT);let r=Math.max(0,t),o,a=null;for(;o=n.nextNode();){a=o;const d=((s=o.textContent)==null?void 0:s.length)??0;if(r<=d)return{node:o,offset:r};r-=d}return a?{node:a,offset:((u=a.textContent)==null?void 0:u.length)??0}:{node:e,offset:e.childNodes.length}}function Zc(e,t,n){const r=document.createRange(),o=Sm(e,t),a=Sm(e,n);return r.setStart(o.node,o.offset),r.setEnd(a.node,a.offset),r}function sp(e,t){try{const n=e.commonAncestorContainer;return t===n||t.contains(n)}catch{return!1}}function Am(e,t){return!!(e&&e.mode==="visual"&&e.visualRange&&(!t.visualRange||!e.collapsed&&t.collapsed))}function jx(e,t){return t.mode!=="visual"?null:t.visualRange&&sp(t.visualRange,e)?t.visualRange:Zc(e,t.start,t.end)}function an(e){var n;if(e.mode==="html"&&e.htmlEl){const r=e.htmlEl.selectionStart,o=e.htmlEl.selectionEnd;return{mode:"html",text:e.htmlEl.value.slice(r,o),collapsed:r===o,start:r,end:o,visualRange:null}}const t=e.visualEl;if(e.mode==="visual"&&t){const r=window.getSelection();if(r&&r.rangeCount>0){const a=r.getRangeAt(0);if(Dx(t,a.commonAncestorContainer)){const s=km(t,a.startContainer,a.startOffset),u=km(t,a.endContainer,a.endOffset);return{mode:"visual",text:a.toString(),collapsed:a.collapsed,start:Math.min(s,u),end:Math.max(s,u),visualRange:a.cloneRange()}}}const o=((n=t.textContent)==null?void 0:n.length)??0;return{mode:"visual",text:"",collapsed:!0,start:o,end:o,visualRange:null}}return{mode:e.mode,text:"",collapsed:!0,start:0,end:0,visualRange:null}}function Pm(e){return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")}function Ix(e){if(e.snapshot.mode==="html"){const a=e.getHtml(),s=e.snapshot.start,u=e.snapshot.end,d=e.asHtml?e.content:Pm(e.content);e.setHtml(a.slice(0,s)+d+a.slice(u));const f=e.htmlEl;if(f){const g=s+d.length;f.focus(),f.setSelectionRange(g,g)}return}const t=e.visualEl;if(!t){const a=e.asHtml?e.content:Pm(e.content);e.setHtml(e.getHtml()+a);return}const r=(e.snapshot.visualRange&&sp(e.snapshot.visualRange,t)?e.snapshot.visualRange:null)??Zc(t,e.snapshot.start,e.snapshot.end);if(r.deleteContents(),e.content)if(e.asHtml){const a=r.createContextualFragment(e.content),s=a.lastChild;r.insertNode(a),s&&(r.setStartAfter(s),r.collapse(!0))}else{const a=document.createTextNode(e.content);r.insertNode(a),r.setStartAfter(a),r.collapse(!0)}const o=window.getSelection();o==null||o.removeAllRanges(),o==null||o.addRange(r),e.setHtml(t.innerHTML)}const qc=new Set(["p","h1","h2","h3","h4","h5","h6","div","li","blockquote"]),lp=new Set(["table","thead","tbody","tr","td","th"]),Yc=new Set([...lp,"ul","ol","li","pre","hr"]);function Me(e){return e.tagName.toLowerCase()}function ri(e){return e.nodeType===Node.TEXT_NODE?e.parentElement:e instanceof Element?e:e.parentElement}function Xc(e){return e instanceof HTMLElement&&(Me(e)==="ul"||Me(e)==="ol")}function Ot(e){return e instanceof HTMLElement&&Me(e)==="li"}function fn(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);return ke(e,n.commonAncestorContainer)?n:null}function Jc(e){const t=e.collapsed?[]:Pt(e).filter(n=>n.data.length>0);return t.length>0?t:[e.startContainer]}function Jr(e,t,n){var d,f,g;if(t.nodeType===Node.TEXT_NODE){const h=document.createTreeWalker(e,NodeFilter.SHOW_TEXT);let C=0,b;for(;b=h.nextNode();){if(b===t)return C+n;C+=((d=b.textContent)==null?void 0:d.length)??0}return C}let r=0;const o=t.childNodes;for(let h=0;h<n&&h<o.length;h+=1)r+=((f=o[h].textContent)==null?void 0:f.length)??0;const a=document.createTreeWalker(e,NodeFilter.SHOW_TEXT);let s=0,u;for(;u=a.nextNode();){if(t.contains(u)||t.compareDocumentPosition(u)&Node.DOCUMENT_POSITION_FOLLOWING)return s+r;s+=((g=u.textContent)==null?void 0:g.length)??0}return s+r}function Qc(e,t,n){const r=Zc(e,t,n),o=window.getSelection();o==null||o.removeAllRanges(),o==null||o.addRange(r)}function Yn(e,t){const n=fn(e);if(!n)return!1;const r=Jr(e,n.startContainer,n.startOffset),o=Jr(e,n.endContainer,n.endOffset),a=Math.min(r,o),s=Math.max(r,o),u=t();return Qc(e,a,s),u}function eu(e,t){if(Me(e)===t)return e;const n=document.createElement(t);for(const r of[...e.attributes])n.setAttribute(r.name,r.value);for(;e.firstChild;)n.appendChild(e.firstChild);return e.replaceWith(n),n}function kt(e){var t;(t=e.getAttribute("style"))!=null&&t.trim()||e.removeAttribute("style")}function Ex(e,t){let n=ri(t);for(;n&&n!==e;){if(Gp(n,e)||Tt(n)){n=n.parentElement;continue}const r=Me(n);if(qc.has(r)&&n instanceof HTMLElement)return n;if(lp.has(r)||r==="pre")return null;n=n.parentElement}return null}function An(e){const t=fn(e);if(!t)return[];const n=new Set,r=[];for(const o of Jc(t)){const a=Ex(e,o);a&&!n.has(a)&&(n.add(a),r.push(a))}return r}function oc(e){if(e.nodeType===Node.TEXT_NODE||e.nodeType===Node.COMMENT_NODE||!(e instanceof Element))return!0;const t=Me(e);return qc.has(t)||Yc.has(t)?!1:mn(e)||t==="br"||t==="a"||t==="img"||t==="span"}function _x(e,t){let n=ri(t);for(;n&&n!==e;){if(Yc.has(Me(n)))return!0;n=n.parentElement}return!1}function Mx(e,t){let n=t;for(;n&&n.parentNode!==e;)n=n.parentNode;return n&&n.parentNode===e?n:null}function Nx(e,t){const n=[...e.childNodes],r=n.indexOf(t);if(r<0)return[t];let o=r,a=r;for(;o>0&&oc(n[o-1]);)o-=1;for(;a<n.length-1&&oc(n[a+1]);)a+=1;return n.slice(o,a+1)}function ic(e){for(const t of e.childNodes)if(!(t instanceof HTMLElement&&Tt(t)))return t;return null}function Lx(e,t,n){if(n.startContainer===e){const r=e.childNodes[Math.min(n.startOffset,Math.max(0,e.childNodes.length-1))]??e.firstChild;return r instanceof HTMLElement&&Tt(r)?ic(e):r}return n.startContainer===t&&e!==t?ic(e):Mx(e,n.startContainer)}function Bx(e,t){const n=uu(e);if(_x(e,t.startContainer))return null;if(!ic(n)){const s=document.createElement("p");return s.appendChild(document.createElement("br")),n.appendChild(s),s}const r=Lx(n,e,t);if(!r||r instanceof HTMLElement&&Tt(r)||r instanceof Element&&Yc.has(Me(r))||r instanceof HTMLElement&&qc.has(Me(r))||!oc(r))return null;const o=Nx(n,r),a=document.createElement("p");n.insertBefore(a,o[0]);for(const s of o)a.appendChild(s);return a}function xr(e){const t=An(e);if(t.length>0)return t;const n=fn(e);if(!n)return[];const r=Bx(e,n);return r?[r]:[]}function Qr(e){const t=e.parentElement;return t&&Xc(t)?t:null}function cp(e){if(e.length===0)return[];const t=[[e[0]]];for(let n=1;n<e.length;n+=1){const r=e[n-1],o=e[n];r.parentNode===o.parentNode&&Fx(r,o)?t[t.length-1].push(o):t.push([o])}return t}function Fx(e,t){var r;let n=e.nextSibling;for(;n;){if(n===t)return!0;if(n.nodeType===Node.TEXT_NODE&&!((r=n.textContent)!=null&&r.trim())){n=n.nextSibling;continue}return!1}return!1}function Hx(e){return e.nodeType===Node.TEXT_NODE?e.parentElement:e instanceof Element?e:e.parentElement}function El(e){const t=e.trim().match(/^rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)(?:\s*,\s*(\d*\.?\d+))?\s*\)$/i);if(!t)return null;const n=Number(t[1]),r=Number(t[2]),o=Number(t[3]),a=t[4]===void 0?1:Number(t[4]);return[n,r,o,a].every(s=>Number.isFinite(s))?{r:n,g:r,b:o,a}:null}function _l(e,t,n){const r=o=>Math.max(0,Math.min(255,Math.round(o))).toString(16).padStart(2,"0");return`#${r(e)}${r(t)}${r(n)}`}function Ml(e){const t=e.trim().toLowerCase();return/^#[0-9a-f]{6}$/.test(t)?t:/^#[0-9a-f]{3}$/.test(t)?`#${t[1]}${t[1]}${t[2]}${t[2]}${t[3]}${t[3]}`:null}const zx={black:"#000000",silver:"#c0c0c0",gray:"#808080",grey:"#808080",white:"#ffffff",maroon:"#800000",red:"#ff0000",purple:"#800080",fuchsia:"#ff00ff",magenta:"#ff00ff",green:"#008000",lime:"#00ff00",olive:"#808000",yellow:"#ffff00",navy:"#000080",blue:"#0000ff",teal:"#008080",aqua:"#00ffff",cyan:"#00ffff",orange:"#ffa500"};function Ox(e){const t=e.trim().toLowerCase();return t===""||t==="transparent"||t==="inherit"||t==="initial"||t==="unset"||t==="currentcolor"||t==="currentColor"}function Ve(e){const t=e.trim();if(!t||Ox(t))return null;const n=Ml(t);if(n)return n;const r=El(t);if(r)return r.a===0?null:_l(r.r,r.g,r.b);const o=zx[t.toLowerCase()];if(o)return o;const a=document.createElement("canvas").getContext("2d");if(!a)return null;a.fillStyle="#010203";try{a.fillStyle=t}catch{return null}const s=String(a.fillStyle);if(s==="#010203"){const d=Ml(t);if(d==="#010203")return d;const f=El(t);return f&&_l(f.r,f.g,f.b)==="#010203"?"#010203":t.trim().toLowerCase()==="black"?"#000000":null}if(s.startsWith("#"))return Ml(s);const u=El(s);return!u||u.a===0?null:_l(u.r,u.g,u.b)}function up(e,t){const n=t==="color"?e.style.color:e.style.backgroundColor;return n?Ve(n):null}function Ta(e,t,n){let r=Hx(t);for(;r&&r!==e&&r instanceof HTMLElement;){const o=up(r,n);if(o)return o;r=r.parentElement}return null}function Ra(e,t){return e instanceof HTMLElement?up(e,t)!==null:!1}function tu(e,t){if(t==="color"){e.style.color="",e.style.removeProperty("color");return}e.style.backgroundColor="",e.style.removeProperty("background-color")}function dp(e,t,n){if(t==="color"){e.style.color=n;return}e.style.backgroundColor=n}function Kx(e,t,n){let r=t;for(;r.parentElement&&r.parentElement!==e;){const o=r.parentElement;if(!mn(o)||!Ra(o,n)){r=o;continue}if(Zn(o,r),Ra(o,n)&&(tu(o,n),Gn(o))){Nt(o);continue}r=o}}function mp(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);return ke(e,n.commonAncestorContainer)?n:null}function Da(e,t){const n=mp(e);if(!n)return{value:null,mixed:!1};const r=n.collapsed?[]:Pt(n).filter(d=>d.data.length>0),a=(r.length>0?r:[n.startContainer]).map(d=>Ta(e,d,t)),s=a[0]??null;return a.every(d=>d===s)?{value:s,mixed:!1}:{value:null,mixed:!0}}function Oo(e,t,n){const r=mp(e);if(!r||r.collapsed)return!1;const o=n===null?null:Ve(n);if(n!==null&&o===null)return!1;un(r);const a=Pt(r).filter(s=>s.data.length>0);for(const s of a){const u=Ta(e,s,t);if(o===null){if(u===null)continue;Kx(e,s,t);continue}u!==o&&ti(s,d=>{dp(d,t,o)})}return yr(a),!0}function Tm(e,t,n){if(n.value===null){tu(e,t);return}const r=Ve(n.value);r&&dp(e,t,r)}function $x(e){return!!(e!=null&&e.color||e!=null&&e.backgroundColor)}function Ux(e){const t=e.startContainer,n=e.startOffset;if(t.nodeType!==Node.TEXT_NODE)return;const r=t;if(n<=0||n>=r.length)return;const o=r.splitText(n);e.setStart(o,0),e.collapse(!0)}function Vx(e){var r,o,a;let t=e.startContainer.nodeType===Node.TEXT_NODE&&e.startOffset===0?e.startContainer:e.startContainer.childNodes[e.startOffset]??e.startContainer.lastChild??e.startContainer;if(e.startContainer.nodeType===Node.TEXT_NODE&&e.startOffset>0){const s=document.createTextNode("");return(r=e.startContainer.parentNode)==null||r.insertBefore(s,e.startContainer.nextSibling),s}if(e.startContainer.nodeType===Node.TEXT_NODE&&e.startOffset===0){const s=document.createTextNode("");return(o=e.startContainer.parentNode)==null||o.insertBefore(s,e.startContainer),s}const n=document.createTextNode("");return t&&t!==e.startContainer?(a=t.parentNode)==null||a.insertBefore(n,t):e.startContainer.appendChild(n),n}function fp(e,t,n){let r=t;for(;r.parentElement&&r.parentElement!==e;){const o=r.parentElement;if(!mn(o)||!n.some(a=>Ra(o,a))){r=o;continue}Zn(o,r);for(const a of n)Ra(o,a)&&tu(o,a);if(Gn(o)){Nt(o);continue}r=o.isConnected?o:t}return t}function Wx(e,t,n){Ux(t);const r=Vx(t);return fp(e,r,n)}function Gx(e,t,n){const r=[];return n!=null&&n.color&&n.color.value===null&&Ta(e,t,"color")&&r.push("color"),n!=null&&n.backgroundColor&&n.backgroundColor.value===null&&Ta(e,t,"backgroundColor")&&r.push("backgroundColor"),r}const pp=["auto","avoid"],ac=["auto","avoid","page"];new Set(pp);new Set(ac);function gp(e){return e.trim().toLowerCase()}function Rm(e){return gp(e)==="avoid"?"avoid":"auto"}function ja(e){const t=gp(e);return t==="avoid"?"avoid":t==="page"||t==="always"?"page":"auto"}function hp(e){const t=e.style.breakInside;if(t)return Rm(t);const n=e.style.pageBreakInside;return n?Rm(n):"auto"}function bp(e){const t=e.style.breakAfter;if(t)return ja(t);const n=e.style.pageBreakAfter;return n?ja(n):"auto"}function yp(e){const t=e.style.breakBefore;if(t)return ja(t);const n=e.style.pageBreakBefore;return n?ja(n):"auto"}function Zx(e){e.style.removeProperty("break-inside"),e.style.removeProperty("page-break-inside")}function qx(e){e.style.removeProperty("break-after"),e.style.removeProperty("page-break-after")}function Yx(e){e.style.removeProperty("break-before"),e.style.removeProperty("page-break-before")}function Xx(e){return{breakInside:hp(e),breakAfter:bp(e),breakBefore:yp(e)}}function Jx(e,t){return hp(e)===t?!1:t==="auto"?(Zx(e),!0):(e.style.breakInside="avoid",e.style.pageBreakInside="avoid",!0)}function Qx(e,t){return bp(e)===t?!1:t==="auto"?(qx(e),!0):t==="avoid"?(e.style.breakAfter="avoid",e.style.pageBreakAfter="avoid",!0):(e.style.breakAfter="page",e.style.pageBreakAfter="always",!0)}function eC(e,t){return yp(e)===t?!1:t==="auto"?(Yx(e),!0):t==="avoid"?(e.style.breakBefore="avoid",e.style.pageBreakBefore="avoid",!0):(e.style.breakBefore="page",e.style.pageBreakBefore="always",!0)}function tC(e,t){return e===t}function Dm(e,t){return e===t}const ot=["top","right","bottom","left"],as=["none","solid","dotted","dashed","double","groove","ridge","inset","outset"],Xt={top:null,right:null,bottom:null,left:null},nu={style:"none",width:null,color:null},nC=new Set(as),jm={value:0,unit:"px"};function rC(){return{margin:{...Xt},padding:{...Xt},lineHeight:null,border:{...nu},borderRadius:null,boxShadow:null,backgroundColor:null,opacity:null,breakInside:"auto",breakAfter:"auto",breakBefore:"auto"}}function ru(){const e=rC();return{margin:e.margin,marginMixed:!1,padding:e.padding,paddingMixed:!1,lineHeight:e.lineHeight,lineHeightMixed:!1,border:e.border,borderMixed:!1,borderRadius:e.borderRadius,radiusMixed:!1,boxShadow:e.boxShadow,shadowMixed:!1,backgroundColor:e.backgroundColor,backgroundMixed:!1,opacity:e.opacity,opacityMixed:!1,breakInside:e.breakInside,breakInsideMixed:!1,breakAfter:e.breakAfter,breakAfterMixed:!1,breakBefore:e.breakBefore,breakBeforeMixed:!1}}function vn(e,t){return ot.every(n=>zt(e[n],t[n]))}function xp(e,t){return e===t?!0:!e||!t||e.kind!==t.kind?!1:e.kind==="normal"||t.kind==="normal"?!0:e.kind==="number"&&t.kind==="number"?e.value===t.value:e.kind==="length"&&t.kind==="length"&&e.value===t.value&&e.unit===t.unit}function Cp(e,t){return e.style===t.style&&zt(e.width,t.width)&&e.color===t.color}function wp(e,t){return e===t?!0:!e||!t?!1:zt(e.offsetX,t.offsetX)&&zt(e.offsetY,t.offsetY)&&zt(e.blur,t.blur)&&zt(e.spread,t.spread)&&e.color===t.color&&e.inset===t.inset}function oC(e){return e.kind==="normal"?"normal":e.kind==="number"?de(e.value):Ie({value:e.value,unit:e.unit})}function iC(e){const t=e.trim();if(!t)return null;if(t.endsWith("%")){const r=Number(t.slice(0,-1).trim().replace(",","."));return Number.isFinite(r)?$n(r/100):null}const n=Number(t.replace(",","."));return Number.isFinite(n)?$n(n):null}function $n(e){return rt(Math.min(1,Math.max(0,e)))}function Ia(e){return rt($n(e)*100)}function vp(e){return $n(e/100)}function kp(e){return de($n(e))}function aC(e){const t=e.trim();if(!t)return null;if(t.toLowerCase()==="normal")return{kind:"normal"};if(/^[+]?(?:\d+(?:\.\d+)?|\.\d+)$/.test(t)){const r=Number(t);return!Number.isFinite(r)||r<0?null:{kind:"number",value:rt(r)}}const n=ht(t);return!n||n.value<0?null:{kind:"length",value:n.value,unit:n.unit}}function sC(e,t){const n=[];let r="",o=0;for(const a of e){if(a==="("){o+=1,r+=a;continue}if(a===")"){o=Math.max(0,o-1),r+=a;continue}if(a===t&&o===0){r.trim()&&n.push(r.trim()),r="";continue}r+=a}return r.trim()&&n.push(r.trim()),n}function lC(e){const t=[];let n="",r=0;for(const o of e){if(o==="("){r+=1,n+=o;continue}if(o===")"){r=Math.max(0,r-1),n+=o;continue}if(/\s/.test(o)&&r===0){n&&t.push(n),n="";continue}n+=o}return n&&t.push(n),t}function cC(e){const t=[Ie(e.offsetX),Ie(e.offsetY),Ie(e.blur),Ie(e.spread)];e.color&&t.push(e.color);const n=t.join(" ");return e.inset?`inset ${n}`:n}function uC(e){const t=e.trim();if(!t||t.toLowerCase()==="none")return null;const n=sC(t,",")[0];if(!n)return null;const r=lC(n);let o=!1,a=null;const s=[];for(const u of r){if(u.toLowerCase()==="inset"){o=!0;continue}const d=ht(u);if(d){s.push(d);continue}const f=Ve(u);if(f){a=f;continue}return null}return s.length<2||s.length>4?null:{offsetX:s[0],offsetY:s[1],blur:s[2]??jm,spread:s[3]??jm,color:a,inset:o}}function Ur(e,t){return ht(e.style.getPropertyValue(t))}function dC(e,t,n,r){const o=n&&r?qn(n):n,a=o?Ie(o):"";return e.style.getPropertyValue(t)===a?!1:(a?e.style.setProperty(t,a):e.style.removeProperty(t),!0)}function Im(e,t){return{top:Ur(e,`${t}-top`),right:Ur(e,`${t}-right`),bottom:Ur(e,`${t}-bottom`),left:Ur(e,`${t}-left`)}}function Em(e,t,n,r){let o=!1;for(const a of ot)dC(e,`${t}-${a}`,n[a],r)&&(o=!0);return o}function mC(e){const t=e.trim().toLowerCase();return nC.has(t)?t:"none"}function Sp(e){const t=mC(e.style.borderStyle||e.style.borderTopStyle),n=Ur(e,"border-width")??Ur(e,"border-top-width"),r=e.style.borderColor||e.style.borderTopColor,o=r?Ve(r):null;return{style:t,width:n,color:o}}function fC(e,t){const n=Sp(e),r=t.style==="none"?{style:"none",width:null,color:null}:{style:t.style,width:t.width?qn(t.width):null,color:t.color};return Cp(n,r)?!1:r.style==="none"?(e.style.removeProperty("border"),e.style.removeProperty("border-style"),e.style.removeProperty("border-width"),e.style.removeProperty("border-color"),!0):(e.style.borderStyle=r.style,r.width?e.style.borderWidth=Ie(r.width):e.style.removeProperty("border-width"),r.color?e.style.borderColor=r.color:e.style.removeProperty("border-color"),!0)}function Ap(e){const t=e.style.borderRadius.trim();if(!t)return null;const n=t.split(/\s+/)[0];return ht(n)}function pC(e,t){const n=t?qn(t):null,r=Ap(e);return zt(r,n)?!1:(n?e.style.borderRadius=Ie(n):e.style.removeProperty("border-radius"),!0)}function Pp(e){return uC(e.style.boxShadow)}function gC(e,t){const n=Pp(e),r=t?{...t,blur:qn(t.blur)}:null;return wp(n,r)?!1:(r?e.style.boxShadow=cC(r):e.style.removeProperty("box-shadow"),!0)}function Tp(e){return aC(e.style.lineHeight)}function hC(e,t){const n=Tp(e);return xp(n,t)?!1:(t?e.style.lineHeight=oC(t):e.style.removeProperty("line-height"),!0)}function Rp(e){const t=e.style.backgroundColor;return t?Ve(t):null}function bC(e,t){const n=t?Ve(t):null;return Rp(e)===n?!1:(n?e.style.backgroundColor=n:e.style.removeProperty("background-color"),!0)}function Dp(e){return iC(e.style.opacity)}function yC(e,t){const n=Dp(e),r=t===null?null:$n(t);return n===r?!1:(r===null?e.style.removeProperty("opacity"):e.style.opacity=kp(r),!0)}function ao(e){const t=Xx(e);return{margin:Im(e,"margin"),padding:Im(e,"padding"),lineHeight:Tp(e),border:Sp(e),borderRadius:Ap(e),boxShadow:Pp(e),backgroundColor:Rp(e),opacity:Dp(e),breakInside:t.breakInside,breakAfter:t.breakAfter,breakBefore:t.breakBefore}}function so(e,t){let n=!1;return!t.marginMixed&&Em(e,"margin",t.margin,!1)&&(n=!0),!t.paddingMixed&&Em(e,"padding",t.padding,!0)&&(n=!0),!t.lineHeightMixed&&hC(e,t.lineHeight)&&(n=!0),!t.borderMixed&&fC(e,t.border)&&(n=!0),!t.radiusMixed&&pC(e,t.borderRadius)&&(n=!0),!t.shadowMixed&&gC(e,t.boxShadow)&&(n=!0),!t.backgroundMixed&&bC(e,t.backgroundColor)&&(n=!0),!t.opacityMixed&&yC(e,t.opacity)&&(n=!0),!t.breakInsideMixed&&Jx(e,t.breakInside)&&(n=!0),!t.breakAfterMixed&&Qx(e,t.breakAfter)&&(n=!0),!t.breakBeforeMixed&&eC(e,t.breakBefore)&&(n=!0),n&&kt(e),n}function xC(e){const t=ru(),n=An(e);if(n.length===0)return t;const r=n.map(ao),o=r[0];return{margin:o.margin,marginMixed:r.some(a=>!vn(a.margin,o.margin)),padding:o.padding,paddingMixed:r.some(a=>!vn(a.padding,o.padding)),lineHeight:o.lineHeight,lineHeightMixed:r.some(a=>!xp(a.lineHeight,o.lineHeight)),border:o.border,borderMixed:r.some(a=>!Cp(a.border,o.border)),borderRadius:o.borderRadius,radiusMixed:r.some(a=>!zt(a.borderRadius,o.borderRadius)),boxShadow:o.boxShadow,shadowMixed:r.some(a=>!wp(a.boxShadow,o.boxShadow)),backgroundColor:o.backgroundColor,backgroundMixed:r.some(a=>a.backgroundColor!==o.backgroundColor),opacity:o.opacity,opacityMixed:r.some(a=>a.opacity!==o.opacity),breakInside:o.breakInside,breakInsideMixed:r.some(a=>!tC(a.breakInside,o.breakInside)),breakAfter:o.breakAfter,breakAfterMixed:r.some(a=>!Dm(a.breakAfter,o.breakAfter)),breakBefore:o.breakBefore,breakBeforeMixed:r.some(a=>!Dm(a.breakBefore,o.breakBefore))}}function CC(e,t){return Yn(e,()=>{const n=xr(e);if(n.length===0)return!1;let r=!1;for(const o of n)so(o,t)&&(r=!0);return r})}const Go=96,wC=25.4,ou=Go/wC,jp=ou*10,Ip=72,vC=/^([+-]?(?:\d+(?:\.\d+)?|\.\d+))\s*(in|cm|mm|pt|px|em|rem|%)$/i;function Ep(e){const t=e.trim();if(!t)return null;if(/^[+-]?0(?:\.0+)?$/.test(t))return{value:0,unit:"px"};const n=t.match(vC);if(!n)return null;const r=Number(n[1]);return Number.isFinite(r)?{value:rt(r),unit:n[2].toLowerCase()}:null}function Zo(e,t){switch(t){case"in":return e/Go;case"cm":return e/jp;case"mm":return e/ou;case"pt":return e/Go*Ip;case"px":default:return e}}function qo(e,t){switch(t){case"in":return e*Go;case"cm":return e*jp;case"mm":return e*ou;case"pt":return e/Ip*Go;case"em":case"rem":return e*16;case"px":default:return e}}function Nn(e,t=0){if(!e)return t;const n=typeof e=="string"?Ep(e):e;return!n||!Number.isFinite(n.value)?t:qo(n.value,n.unit)}function Nl(e,t="in"){const n=Zo(e,t);return{value:Math.round(n*1e3)/1e3,unit:t}}function Ho(e){const t=Zo(e,"pt");return{value:Math.round(t*1e3)/1e3,unit:"pt"}}function _p(e,t="in"){const n=Zo(e,t),r=t==="in"?2:t==="cm"?1:0;return`${n.toFixed(r)} ${t}`}function dr(e,t="in",n=!1,r=0){if(n)return e;const o=e-r,s=qo(t==="in"?.125:t==="cm"?.25:t==="mm"?2.5:10,t);if(s<=0)return e;const u=Math.round(o/s)*s;return r+u}function Mp(e,t,n="in"){const r=[];if(e<=0)return r;const o=n==="in",a=o?.125:.1;if(qo(a,n)<=0)return r;const u=-Zo(t,n),d=Zo(e-t,n),f=Math.floor(u/a),g=Math.ceil(d/a);for(let h=f;h<=g;h++){const C=h*a,b=t+qo(C,n);if(b<0||b>e)continue;const x=Math.round(C),y=Math.abs(C-x)<.001,v=o?Math.abs(C-(Math.floor(C)+.5))<.001:!1,k=o?Math.abs(C-(Math.floor(C)+.25))<.001||Math.abs(C-(Math.floor(C)+.75))<.001:!1;let S=4;y?S=10:v?S=7:k&&(S=5);const P={positionPx:Math.round(b),unitValue:C,major:y,height:S};y&&C>=0&&(P.label=String(Math.abs(x))),r.push(P)}return r}function Np(e){const t=ht(e);if(t)return t;const n=Ep(e);return n&&(n.unit==="in"||n.unit==="cm"||n.unit==="mm")?Ho(qo(n.value,n.unit)):null}const Ea="data-page-at-rule";function Ln(){return{sizePreset:"auto",customWidth:null,customHeight:null,orientation:null,margin:{...Xt},marginMixed:!1}}function iu(e){return new DOMParser().parseFromString(`<body>${e}</body>`,"text/html")}function Lp(e){return e.body.innerHTML.replace(/\s*data-page=""/g," data-page")}function Yo(e){var r;const n=iu(e).querySelector(`style[${Ea}]`);return((r=n==null?void 0:n.textContent)==null?void 0:r.trim())??null}function pa(e,t){const n=new RegExp(`margin-${t}\\s*:\\s*([^;]+)`,"i"),r=e.match(n);return r?Np(r[1].trim()):null}function kC(e){const t=e.match(/(?:^|[\s{;])margin\s*:\s*([^;]+)/i);if(!t)return{...Xt};const n=t[1].trim().split(/\s+/).map(u=>Np(u)),[r,o=r,a=r,s=o]=n;return{top:r??null,right:o??null,bottom:a??null,left:s??null}}function SC(e){const t={sizePreset:"auto",customWidth:null,customHeight:null,orientation:null},n=e.match(/(?:^|[\s{;])size\s*:\s*([^;]+)/i);if(!n)return t;const r=n[1].trim().toLowerCase();if(r==="auto")return t;const o=r.includes("landscape"),a=r.includes("portrait"),s=o?"landscape":a?"portrait":null,u=r.replace(/\b(landscape|portrait)\b/g,"").trim(),d=u.split(/\s+/).filter(Boolean);if(d.length===1){if(d[0]==="a4")return{sizePreset:"A4",customWidth:null,customHeight:null,orientation:s};if(d[0]==="letter")return{sizePreset:"letter",customWidth:null,customHeight:null,orientation:s};if(d[0]==="legal")return{sizePreset:"legal",customWidth:null,customHeight:null,orientation:s}}if(d.length>=2){const f=ht(d[0]),g=ht(d[1]);if(f&&g)return{sizePreset:"custom",customWidth:f,customHeight:g,orientation:s}}return!u&&s?{sizePreset:"auto",customWidth:null,customHeight:null,orientation:s}:t}function AC(e){const t=Ln();if(!e)return t;const n=e.match(/@page\s*\{([^}]*)\}/is);if(!n)return t;const r=n[1],o=SC(r),a={top:pa(r,"top"),right:pa(r,"right"),bottom:pa(r,"bottom"),left:pa(r,"left")},u=ot.some(d=>a[d]!==null)?a:kC(r);return{...o,margin:u,marginMixed:!1}}function st(e){return AC(Yo(e))}function sn(e,t){return Yo(e)||!Yo(t)?e:_a(e,st(t))}function PC(e){const t=ot.map(r=>e[r]);if(t.every(r=>r===null))return null;const n=t.map(r=>r?Ie(r):"0");return n[0]===n[1]&&n[1]===n[2]&&n[2]===n[3]?`margin: ${n[0]};`:ot.map(r=>e[r]?`margin-${r}: ${Ie(e[r])};`:null).filter(Boolean).join(" ")}function TC(e){if(e.sizePreset==="auto"&&!e.orientation)return null;const t=[];return e.sizePreset==="A4"?t.push("A4"):e.sizePreset==="letter"?t.push("letter"):e.sizePreset==="legal"?t.push("legal"):e.sizePreset==="custom"&&e.customWidth&&e.customHeight&&t.push(Ie(e.customWidth),Ie(e.customHeight)),e.orientation&&t.push(e.orientation),t.length===0?null:`size: ${t.join(" ")};`}function RC(e){const t=TC(e),n=PC(e.margin);return!t&&!n?null:`@page { ${[t,n].filter(Boolean).join(" ")} }`}function cn(e){const t=iu(e);for(const n of t.querySelectorAll(`style[${Ea}]`))n.remove();return Lp(t)}function DC(e,t){const n=iu(e);let r=n.querySelector(`style[${Ea}]`);return r||(r=n.createElement("style"),r.setAttribute(Ea,""),n.body.insertBefore(r,n.body.firstChild)),r.textContent=t,Lp(n)}function _a(e,t){const n=RC(t);return n?DC(e,n):Bp(e)}function Bp(e){return cn(e)}function Fp(e){const t=e.map(n=>Yo(n)).filter(n=>!!n);return t.length===0?"":t.join(`
|
|
140
|
+
`)}const au="data-page-sized",sc={top:"--wysiwyg-page-margin-top",right:"--wysiwyg-page-margin-right",bottom:"--wysiwyg-page-margin-bottom",left:"--wysiwyg-page-margin-left"},jC="0.75rem",lc=["top","right","bottom","left"],Ll={A4:{width:"210mm",height:"297mm"},letter:{width:"8.5in",height:"11in"},legal:{width:"8.5in",height:"14in"}};function lo(e,t=!1){let n=null;return e.sizePreset==="A4"||e.sizePreset==="letter"||e.sizePreset==="legal"?n={...Ll[e.sizePreset]}:e.sizePreset==="custom"&&e.customWidth&&e.customHeight?n={width:Ie(e.customWidth),height:Ie(e.customHeight)}:e.orientation?n=t?{...Ll.letter}:null:n=t?{...Ll.letter}:null,n?e.orientation==="landscape"?{width:n.height,height:n.width}:n:null}function Hp(e){return lo(e,!1)!==null}function IC(e){const t=lo(e);if(!t)return null;const n=document.createElement("div");n.style.position="fixed",n.style.left="-10000px",n.style.top="0",n.style.visibility="hidden",n.style.boxSizing="border-box",n.style.width=t.width,n.style.minHeight=t.height;const r=oi(e);for(const a of ot){const s=r[a];s&&n.style.setProperty(`padding-${a}`,s)}document.body.appendChild(n);const o={width:n.offsetWidth,height:n.offsetHeight};return n.remove(),o}function oi(e){return EC(e.margin)}function EC(e){return{top:e.top?Ie(e.top):null,right:e.right?Ie(e.right):null,bottom:e.bottom?Ie(e.bottom):null,left:e.left?Ie(e.left):null}}const _C=["width","min-height","padding-top","padding-right","padding-bottom","padding-left"];function zp(e){for(const t of lc)e.style.removeProperty(sc[t])}function MC(e){const t=e.querySelector("[data-page-bg]");if(!(t instanceof HTMLElement))return!1;const n=t.style.backgroundImage.trim();if(n&&n!=="none")return!0;const r=t.getAttribute("style")??"";return/background-image\s*:\s*(?!none\b)/i.test(r)}function NC(e,t){if(!MC(e)){zp(e);return}const n=st(t);if(lo(n)){const o=oi(n);for(const a of lc){const s=o[a]??"0px";e.style.setProperty(sc[a],s)}return}for(const o of lc)e.style.setProperty(sc[o],jC)}function LC(e){e.removeAttribute(au);for(const t of _C)e.style.removeProperty(t);zp(e)}function Op(e,t){const n=st(e),r={...n.margin};return t.left!==void 0&&(r.left=Ho(t.left)),t.right!==void 0&&(r.right=Ho(t.right)),t.top!==void 0&&(r.top=Ho(t.top)),t.bottom!==void 0&&(r.bottom=Ho(t.bottom)),_a(e,{...n,margin:r})}function BC(e,t,n){co(e,Op(t,n))}function co(e,t){const n=st(t),r=lo(n);if(!r){LC(e);return}e.setAttribute(au,""),e.style.width=r.width,e.style.minHeight=r.height;const o=oi(n);for(const a of ot){const s=`padding-${a}`,u=o[a];u?e.style.setProperty(s,u):e.style.removeProperty(s)}NC(e,t)}const hr="data-page",eo="data-page-bg",Ma="commspliant-background";function Tt(e){return e instanceof HTMLElement&&(e.id===Ma||e.hasAttribute(eo))}function FC(e){return e.hasAttribute(hr)&&e.parentElement?e.parentElement:e}function su(e){const t=FC(e),n=new Set,r=[],o=a=>{a instanceof HTMLElement&&Tt(a)&&!n.has(a)&&(n.add(a),r.push(a))};o(t.querySelector(`#${Ma}`));for(const a of t.querySelectorAll(`[${eo}]`))o(a);return o(t),r}function lu(e){return su(e)[0]??null}function Ko(e){let t=!1;return e.style.width!=="100%"&&(e.style.width="100%",t=!0),e.style.height!=="100%"&&(e.style.height="100%",t=!0),t}function Kp(e,t){if(!e.hasAttribute(au))return Ko(t);let n=!1;return t.style.width!=="100%"&&(t.style.width="100%",n=!0),t.style.height!=="auto"&&(t.style.height="auto",n=!0),n}const HC=new Set(["p","h1","h2","h3","h4","h5","h6","li","blockquote","pre","div"]);function $p(e){return HC.has(e.tagName.toLowerCase())}function ss(e){const t=e.querySelectorAll("p, h1, h2, h3, h4, h5, h6, li");return t[t.length-1]??null}function Up(e){for(const t of e.childNodes)if(!(t instanceof HTMLElement&&Tt(t))&&t instanceof HTMLElement&&$p(t))return t;return null}function Vp(e){const t=Up(e)??ss(e);if(t)return t;const n=e.ownerDocument.createElement("p");return n.appendChild(e.ownerDocument.createElement("br")),e.appendChild(n),n}function ls(e){let t=!1;for(const n of[...e.childNodes]){if(n instanceof HTMLElement&&Tt(n)||n.nodeType!==Node.TEXT_NODE)continue;if(!(n.textContent??"").trim()){n.remove(),t=!0;continue}(ss(e)??Vp(e)).appendChild(n),t=!0}return t}function cs(e){const t=gt(e);if(!t)return!1;let n=!1;for(const r of[...e.childNodes])r!==t&&r instanceof HTMLElement&&Tt(r)&&(t.insertBefore(r,t.firstChild),n=!0);return n}function Xo(e){const t=gt(e);if(!t)return{changed:!1,absorbedBlocks:[]};let n=cs(e);const r=[];for(const o of[...e.childNodes])if(o!==t&&!(o instanceof HTMLElement&&Tt(o))){if(o.nodeType===Node.TEXT_NODE){if(!(o.textContent??"").trim()){o.remove(),n=!0;continue}let s=ss(t);s||(s=document.createElement("p"),t.appendChild(s)),s.appendChild(o),n=!0;continue}o instanceof HTMLElement&&$p(o)&&r.push(o),t.appendChild(o),n=!0}return ls(t)&&(n=!0),{changed:n,absorbedBlocks:r}}function zC(e){const t=document.createRange(),n=e.firstChild;(n==null?void 0:n.nodeType)===Node.TEXT_NODE?t.setStart(n,0):n?t.setStartBefore(n):t.setStart(e,0),t.collapse(!0);const r=window.getSelection();r&&(r.removeAllRanges(),r.addRange(t))}const OC="p, h1, h2, h3, h4, h5, h6, li, blockquote, pre";function Wp(e,t){if(t<=0)return;const n=gt(e);if(!n)return;const r=n.querySelectorAll(OC);if(r.length===0)return;const o=r[r.length-1],a=window.getSelection();if(!a||a.rangeCount===0)return;const s=a.getRangeAt(0).startContainer;o.contains(s)||zC(o)}function Gp(e,t){return e instanceof HTMLElement&&e!==t&&e.parentElement===t&&e.hasAttribute(hr)}function Zp(e){return[...e.children].filter(t=>t instanceof HTMLElement)}function KC(e){return[...e.childNodes].some(t=>t.nodeType===Node.TEXT_NODE&&(t.textContent??"").trim()!=="")}function gt(e){return Zp(e).find(n=>n.hasAttribute(hr))??null}function $C(e){if(KC(e))return null;const t=Zp(e);if(t.length!==1)return null;const n=t[0];return n.tagName.toLowerCase()!=="div"||Tt(n)?null:n}function cu(e){const t=gt(e);if(t)return Ko(t),t;const n=$C(e);if(n)return n.setAttribute(hr,""),Ko(n),n;const r=document.createElement("div");for(r.setAttribute(hr,"");e.firstChild;)r.appendChild(e.firstChild);return e.appendChild(r),Ko(r),r}function uu(e){return gt(e)??e}function UC(e,t,n){const{startContainer:r}=n;return r===t||t.contains(r)?!1:r===e?!0:e.contains(r)}function VC(e,t){const{startContainer:n}=t;return n===e||n.nodeType===Node.TEXT_NODE&&n.parentElement===e}function WC(e){var o;const t=document.createRange(),n=e.lastChild;(n==null?void 0:n.nodeType)===Node.TEXT_NODE?t.setStart(n,((o=n.textContent)==null?void 0:o.length)??0):n?t.setStartAfter(n):t.setStart(e,0),t.collapse(!0);const r=window.getSelection();r&&(r.removeAllRanges(),r.addRange(t))}function _m(e){ls(e);const t=ss(e)??Up(e)??Vp(e);WC(t)}function to(e){const t=gt(e);if(!t)return;ls(t);const n=window.getSelection();if(!n||n.rangeCount===0)return;const r=n.getRangeAt(0);if(VC(t,r)){_m(t);return}UC(e,t,r)&&_m(t)}const GC=["background-image","background-size","background-position","background-repeat","opacity"];function ZC(e,t,n){const r=(t==null?void 0:t.style.getPropertyValue(n).trim())??"";r?e.style.setProperty(n,r):e.style.removeProperty(n)}function us(e){const t=gt(e);ZC(e,t,"background-color");for(const n of GC)e.style.removeProperty(n)}const Na="<!-- wysiwyg-page-separator -->",Jo="data-page-surface";function Fn(e){const t=e.trim();return t?t.includes(Na)?e.split(Na).map(n=>n.trim()):[e]:[""]}function Mt(e){return e.length===0?"":e.length===1?e[0]??"":e.join(`
|
|
141
|
+
${Na}
|
|
142
|
+
`)}function Mn(){return"<p></p>"}function Bn(e){return e.length===0?[Mn()]:e.map(t=>t.trim())}function Bl(e,t){if(e.length===t.length){let a=!1;const s=[],u=[];for(let d=0;d<t.length;d+=1){const f=t[d]??"";e[d]===f?s.push(e[d]):(s.push(f),a=!0,u.push(d))}return a?{pages:s,changed:!0,changedIndices:u}:{pages:e,changed:!1,changedIndices:[]}}const n=[],r=[];for(let a=0;a<t.length;a+=1){const s=t[a]??"";a<e.length&&e[a]===s?n.push(e[a]):(n.push(s),r.push(a))}return r.length>0||e.length!==t.length||!mr(e,n)?{pages:n,changed:!0,changedIndices:r}:{pages:e,changed:!1,changedIndices:[]}}function mr(e,t){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n+=1)if(e[n]!==t[n])return!1;return!0}function cc(e,t,n){if(t<0||t>=e.length)return{pages:[...e],changed:!1};if(e[t]===n)return{pages:e,changed:!1};const r=e.slice();return r[t]=n,{pages:r,changed:!0}}function nt(e,t){const n=e.querySelector(`[${Jo}][data-page-index="${t}"]`);return n||([...e.querySelectorAll(`[${Jo}]`)][t]??null)}function qC(e){const t=e.getAttribute("data-page-index");if(t!==null){const r=Number.parseInt(t,10);if(!Number.isNaN(r))return r}let n=e.parentElement;for(;n;){const o=[...n.querySelectorAll(`[${Jo}]`)].indexOf(e);if(o!==-1)return o;n=n.parentElement}return null}const _t="data-wysiwyg-img-id",uc="data-page-bg",YC=/^data:image\/(?:jpeg|jpg|png|gif|webp|bmp|avif)(?:;charset=[^;,]+)?;base64,/i,dc=/background-image:\s*url\(\s*(["']?)(.+?)\1\s*\)/i;function Mm(e){return new DOMParser().parseFromString(`<body>${e}</body>`,"text/html")}function Nm(e){return e.body.innerHTML}function Fl(e){return YC.test(e.trim())}function Lm(e){return e.includes("<img")||e.includes("IMG")||e.includes(uc)||e.includes(_t)}function XC(e){var r;const t=dc.exec(e);return t&&(((r=t[2])==null?void 0:r.trim())??"")||null}function ga(e,t){const r=`url("${t.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}")`;if(dc.test(e))return e.replace(dc,`background-image: ${r}`);const o=e.trim().replace(/;+$/,"");return o?`${o};background-image: ${r}`:`background-image: ${r}`}function JC(){return typeof crypto<"u"&&typeof crypto.randomUUID=="function"?crypto.randomUUID():`img-${Date.now()}-${Math.random().toString(36).slice(2,10)}`}function QC(){const e=new Map;function t(b,x){const y=e.get(b);if(y){if(y.dataUrl!==x){URL.revokeObjectURL(y.objectUrl);const k=URL.createObjectURL(Bm(x));return e.set(b,{dataUrl:x,objectUrl:k}),k}return y.objectUrl}const v=URL.createObjectURL(Bm(x));return e.set(b,{dataUrl:x,objectUrl:v}),v}function n(b,x){if(!(x!=null&&x.trim())){for(const[v,k]of e)if(k.dataUrl===b)return v}const y=(x==null?void 0:x.trim())||JC();return t(y,b),y}function r(b){var x;return((x=e.get(b))==null?void 0:x.dataUrl)??null}function o(b){var x;return((x=e.get(b))==null?void 0:x.objectUrl)??null}function a(b){return e.has(b)}function s(b){const x=b.trim();if(!x)return null;for(const[y,v]of e)if(v.objectUrl===x)return y;return null}function u(b,x){const y=b.trim();if(!y)return null;if(Fl(y))return y;const v=(x==null?void 0:x.trim())||s(y);return v?r(v):null}function d(b,x){var y,v;for(const k of b.querySelectorAll("img")){const S=(y=k.getAttribute(_t))==null?void 0:y.trim(),P=((v=k.getAttribute("src"))==null?void 0:v.trim())??"";if(x==="hydrate"){const T=u(P,S);if(!T)continue;k.setAttribute("src",T);continue}if(S&&a(S)){const T=o(S);T&&k.setAttribute("src",T);continue}const R=s(P);if(R){k.setAttribute(_t,R);const T=o(R);T&&k.setAttribute("src",T);continue}if(!Fl(P))continue;const D=n(P);k.setAttribute(_t,D);const A=o(D);A&&k.setAttribute("src",A)}}function f(b,x){var y;for(const v of b.querySelectorAll(`[${uc}]`)){if(!(v instanceof HTMLElement))continue;const k=(y=v.getAttribute(_t))==null?void 0:y.trim(),S=v.getAttribute("style")??"",P=XC(S);if(x==="hydrate"){if(!P)continue;const T=u(P,k);if(!T)continue;v.setAttribute("style",ga(S,T));continue}if(!P)continue;if(k&&a(k)){const T=o(k);T&&v.setAttribute("style",ga(S,T));continue}const R=s(P);if(R){v.setAttribute(_t,R);const T=o(R);T&&v.setAttribute("style",ga(S,T));continue}if(!Fl(P))continue;const D=n(P);v.setAttribute(_t,D);const A=o(D);A&&v.setAttribute("style",ga(S,A))}}function g(b){const x=b.trim();if(!x||!Lm(x))return b;const y=Mm(b);return d(y,"externalize"),f(y,"externalize"),Nm(y)}function h(b){const x=b.trim();if(!x||!Lm(x))return b;const y=Mm(b);f(y,"hydrate"),d(y,"hydrate");for(const v of y.querySelectorAll("img"))v.removeAttribute(_t);for(const v of y.querySelectorAll(`[${uc}]`))v.removeAttribute(_t);return Nm(y)}function C(){for(const b of e.values())URL.revokeObjectURL(b.objectUrl);e.clear()}return{register:n,getDataUrl:r,getObjectUrl:o,has:a,externalizeHtml:g,hydrateHtml:h,clear:C}}function Bm(e){const t=e.indexOf(",");if(t<0)return new Blob;const n=e.slice(0,t),r=e.slice(t+1),o=/^data:([^;,]+)/i.exec(n),a=(o==null?void 0:o[1])??"application/octet-stream",s=atob(r),u=new Uint8Array(s.length);for(let d=0;d<s.length;d+=1)u[d]=s.charCodeAt(d);return new Blob([u],{type:a})}const ew=.85,tw=new Set(["image/webp","image/avif","image/gif"]);let Mo=null;function nw(){if(Mo!==null)return Mo;Mo=!1;try{Mo=document.createElement("canvas").toDataURL("image/webp").startsWith("data:image/webp")}catch{}return Mo}function rw(e){const t=e.type.trim().toLowerCase();if(t&&tw.has(t))return!1;const n=aw(e.name);return!(!t&&(n==="webp"||n==="avif"||n==="gif"))}function ow(e,t=ew){return typeof createImageBitmap!="function"?Promise.resolve(null):createImageBitmap(e).then(n=>iw(n,t)).catch(()=>null)}function iw(e,t){const n=document.createElement("canvas");n.width=e.width,n.height=e.height;const r=n.getContext("2d");if(!r)return e.close(),Promise.resolve(null);try{r.drawImage(e,0,0)}finally{e.close()}return new Promise(o=>{n.toBlob(a=>{if(!a){o(null);return}const s=new FileReader;s.onload=()=>{const u=String(s.result??"");o(u.startsWith("data:image/webp")?u:null)},s.onerror=()=>o(null),s.readAsDataURL(a)},"image/webp",t)})}function aw(e){const t=e.lastIndexOf(".");return t<0||t===e.length-1?"":e.slice(t+1).toLowerCase()}const qp=2*1024*1024,sw="image/jpeg,image/png,image/gif,image/webp,image/bmp,image/avif,.jpg,.jpeg,.png,.gif,.webp,.bmp,.avif",lw=new Set(["image/jpeg","image/jpg","image/png","image/gif","image/webp","image/bmp","image/x-ms-bmp","image/avif"]),cw=new Set(["jpg","jpeg","png","gif","webp","bmp","avif"]),Yp=/^data:image\/(?:jpeg|jpg|png|gif|webp|bmp|avif)(?:;charset=[^;,]+)?;base64,/i,uw=/^(javascript|vbscript|file|blob):/i;function dw(e={}){return{src:"",alt:"",title:"",...e}}function dn(e){const t=e.trim();if(!t)return"empty";if(uw.test(t))return"invalid";if(t.toLowerCase().startsWith("data:"))return Yp.test(t)?null:"invalid";if(/^[a-z][a-z0-9+.-]*:/i.test(t)){const n=t.slice(0,t.indexOf(":")).toLowerCase();return n==="http"||n==="https"?null:"invalid"}return null}function mw(e){return e.size>qp?"tooLarge":Cw(e)?null:"type"}function fw(e){const t=mw(e);return t?Promise.reject(new Error(t)):pw(e)}async function pw(e){if(rw(e)&&nw()){const t=await ow(e);if(t&&dn(t)===null&&hw(t)<=qp)return t}return gw(e)}function gw(e){return new Promise((t,n)=>{const r=new FileReader;r.onload=()=>{const o=String(r.result??"");if(dn(o)){n(new Error("invalid"));return}t(o)},r.onerror=()=>n(r.error??new Error("Failed to read file")),r.readAsDataURL(e)})}function hw(e){const t=e.indexOf(",");if(t<0)return e.length;const n=e.slice(t+1),r=n.endsWith("==")?2:n.endsWith("=")?1:0;return Math.floor(n.length*3/4)-r}function bw(e,t,n){const r=Xp(t,n);e.setAttribute("src",r.src.trim()),r.registryId?e.setAttribute(_t,r.registryId):e.removeAttribute(_t);const o=t.alt.trim(),a=t.title.trim();o?e.setAttribute("alt",o):e.removeAttribute("alt"),a?e.setAttribute("title",a):e.removeAttribute("title"),e.style.maxWidth="100%",e.style.height="auto",yw(e,t.css)}function yw(e,t){if(t)for(const n of t.split(";")){const r=n.trim();if(!r)continue;const o=r.indexOf(":");if(o<=0)continue;const a=r.slice(0,o).trim(),s=r.slice(o+1).trim();a&&s&&e.style.setProperty(a,s)}}function Xp(e,t){if(!t)return e;const n=e.src.trim();if(dn(n)||!Yp.test(n))return e;const r=t.register(n),o=t.getObjectUrl(r);return o?{...e,src:o,registryId:r}:e}function xw(e,t,n){const r=dw(t),o=n?Xp(r,n):r;if(o.registryId){const d=n==null?void 0:n.getDataUrl(o.registryId);if(!d||dn(d))return!1}else if(dn(o.src))return!1;const a=window.getSelection();if(!a||a.rangeCount===0)return!1;const s=a.getRangeAt(0);if(!ke(e,s.commonAncestorContainer))return!1;s.collapsed||s.deleteContents();const u=document.createElement("img");return bw(u,o,n),s.insertNode(u),s.setStartAfter(u),s.collapse(!0),a.removeAllRanges(),a.addRange(s),!0}function mc(e,t){let n=t;for(;n&&n!==e;){if(n instanceof HTMLImageElement)return n;n=n.parentNode}return null}function Hl(e,t){if(!ke(e,t)||t===e)return!1;const n=document.createRange();n.selectNode(t);const r=window.getSelection();return r?(r.removeAllRanges(),r.addRange(n),!0):!1}function Cw(e){const t=e.type.trim().toLowerCase();if(t&&lw.has(t))return!0;const n=ww(e.name);return!!(!t&&n&&cw.has(n))}function ww(e){const t=e.lastIndexOf(".");return t<0||t===e.length-1?"":e.slice(t+1).toLowerCase()}const Jp=["%","px","pt","pc","em","rem"],vw="%",kw={"%":[25,50,75,100,125,150,200],px:[50,100,150,200,300,400,600,800],pt:[36,48,72,96,144,192,288],pc:[3,4,6,8,12,16,24],em:[2,4,6,8,12,16,24],rem:[2,4,6,8,12,16,24]},no={"%":{min:1,max:1e3},px:{min:1,max:4e3},pt:{min:1,max:3e3},pc:{min:.1,max:250},em:{min:.1,max:200},rem:{min:.1,max:200}},Sw=new Set(Jp),Aw=/^([+]?(?:\d+(?:\.\d+)?|\.\d+))\s*(pt|px|em|rem|%|pc)$/i;function Pw(e){return Sw.has(e)}function fr(e){return`${de(e.value)}${e.unit}`}function La(e){const t=e.trim();if(!t||t.toLowerCase()==="auto")return null;const n=t.match(Aw);if(!n)return null;const r=Number(n[1]);if(!Number.isFinite(r)||r<=0)return null;const o=n[2]==="%"?"%":n[2].toLowerCase();return Pw(o)?ro(r,o):null}function Fm(e,t){const n=e.trim();if(!n)return null;const r=La(n);if(r)return r;const o=Number(n.replace(",","."));return Number.isFinite(o)?ro(o,t):null}function ro(e,t){if(!Number.isFinite(e)||e<=0)return null;const{min:n,max:r}=no[t];return{value:rt(Math.min(r,Math.max(n,e))),unit:t}}function $o(e,t,n){const r=n>0?n:1;if(e==="width"){const a=ro(t.value/r,t.unit)??t;return{width:t,height:a}}return{width:ro(t.value*r,t.unit)??t,height:t}}const ka="data-hover-css",du=["fill","contain","cover","none","scale-down"],mu=["center","top","bottom","left","right","top left","top right","bottom left","bottom right"],Tw=new Set(du),Rw=new Set(mu),Hm="if(this._hp==null)this._hp=this.getAttribute('style')||'';this.setAttribute('style',(this._hp?this._hp+';':'')+(this.getAttribute('data-hover-css')||''))",Dw="if(this._hp!=null){this.setAttribute('style',this._hp);this._hp=null}",jw=/^-?[a-z][a-z0-9-]*$/i,Iw=/expression\s*\(|javascript:|vbscript:|-moz-binding|\bbehavior\b/i,fc=/rotate\(\s*([+-]?(?:\d+(?:\.\d+)?|\.\d+))\s*deg\s*\)/i;function Qp(e={}){return{sizeMode:"width",width:null,height:null,align:null,margin:{...Xt},border:{...nu},borderRadius:null,boxShadow:null,opacity:null,objectFit:null,objectPosition:null,rotateDeg:null,hoverCss:"",...e}}function Ew(e){const t=e.naturalWidth,n=e.naturalHeight;return t>0&&n>0?t/n:1}function _w(e,t){const n=e.objectFit;if(n!=="cover"&&n!=="contain"&&n!=="fill"||e.width&&e.height||!e.width&&!e.height)return e;if(e.width){const r=$o("width",e.width,t);return{...e,sizeMode:"lock",width:r.width,height:r.height}}if(e.height){const r=$o("height",e.height,t);return{...e,sizeMode:"lock",width:r.width,height:r.height}}return e}function Mw(e){const t=[];for(const n of e.split(";")){const r=n.trim();if(!r)continue;const o=r.indexOf(":");if(o<=0)continue;const a=r.slice(0,o).trim().toLowerCase(),s=r.slice(o+1).trim();!a||!s||jw.test(a)&&(a==="behavior"||a.endsWith("binding")||Iw.test(s)||t.push(`${a}: ${s}`))}return t.join("; ")}function Hn(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);if(!ke(e,n.commonAncestorContainer))return null;if(n.startContainer instanceof HTMLImageElement)return n.startContainer;if(n.startContainer.nodeType===Node.ELEMENT_NODE){const r=n.startContainer.childNodes[n.startOffset];if(r instanceof HTMLImageElement&&ke(e,r))return r}return mc(e,n.commonAncestorContainer)}function Nw(e){const t=Hn(e);return t?eg(t):null}function eg(e){const t=ao(e),n=zw(e),r=n==="center"?{...t.margin,left:null,right:null}:t.margin,o=Bw(e);return Qp({sizeMode:o.sizeMode,width:o.width,height:o.height,align:n,margin:r,border:t.border,borderRadius:t.borderRadius,boxShadow:t.boxShadow,opacity:t.opacity,objectFit:ng(e),objectPosition:Uw(e),rotateDeg:rg(e),hoverCss:e.getAttribute(ka)??""})}function tg(e,t){let n=!1;return Fw(e,t)&&(n=!0),so(e,{margin:t.align==="center"?{...t.margin,left:null,right:null}:t.margin,marginMixed:!1,padding:Xt,paddingMixed:!0,lineHeight:null,lineHeightMixed:!0,border:t.border,borderMixed:!1,borderRadius:t.borderRadius,radiusMixed:!1,boxShadow:t.boxShadow,shadowMixed:!1,backgroundColor:null,backgroundMixed:!0,opacity:t.opacity,opacityMixed:!1})&&(n=!0),Ow(e,t.align)&&(n=!0),Kw(e,t.objectFit)&&(n=!0),$w(e,t.objectPosition)&&(n=!0),Ww(e,t.rotateDeg)&&(n=!0),Gw(e,t.hoverCss)&&(n=!0),n}function Lw(e,t){const n=Hn(e);return n?tg(n,t):!1}function Bw(e){const t=La(e.style.width),n=La(e.style.height);return t&&n?{sizeMode:"lock",width:t,height:n}:n&&!t?{sizeMode:"height",width:null,height:n}:{sizeMode:"width",width:t,height:null}}function Fw(e,t){const n={width:e.style.width,height:e.style.height,maxWidth:e.style.maxWidth},r=Hw(t);return r.width?e.style.width=fr(r.width):e.style.removeProperty("width"),r.height?e.style.height=fr(r.height):e.style.height="auto",r.width||r.height?e.style.removeProperty("max-width"):e.style.maxWidth="100%",n.width!==e.style.width||n.height!==e.style.height||n.maxWidth!==e.style.maxWidth}function Hw(e){return e.sizeMode==="width"?{sizeMode:"width",width:e.width,height:null}:e.sizeMode==="height"?{sizeMode:"height",width:null,height:e.height}:{sizeMode:"lock",width:e.width,height:e.height}}function zw(e){const t=e.style.float.trim().toLowerCase();if(t==="left")return"left";if(t==="right")return"right";const n=e.style.display.trim().toLowerCase(),r=e.style.marginLeft.trim().toLowerCase(),o=e.style.marginRight.trim().toLowerCase();return n==="block"&&r==="auto"&&o==="auto"?"center":null}function Ow(e,t){const n={float:e.style.float,display:e.style.display,marginLeft:e.style.marginLeft,marginRight:e.style.marginRight};return t==="left"?(e.style.float="left",e.style.removeProperty("display"),e.style.marginLeft.trim().toLowerCase()==="auto"&&e.style.removeProperty("margin-left"),e.style.marginRight.trim().toLowerCase()==="auto"&&e.style.removeProperty("margin-right")):t==="right"?(e.style.float="right",e.style.removeProperty("display"),e.style.marginLeft.trim().toLowerCase()==="auto"&&e.style.removeProperty("margin-left"),e.style.marginRight.trim().toLowerCase()==="auto"&&e.style.removeProperty("margin-right")):t==="center"?(e.style.removeProperty("float"),e.style.display="block",e.style.marginLeft="auto",e.style.marginRight="auto"):(e.style.removeProperty("float"),e.style.display.trim().toLowerCase()==="block"&&e.style.removeProperty("display"),e.style.marginLeft.trim().toLowerCase()==="auto"&&e.style.removeProperty("margin-left"),e.style.marginRight.trim().toLowerCase()==="auto"&&e.style.removeProperty("margin-right")),n.float!==e.style.float||n.display!==e.style.display||n.marginLeft!==e.style.marginLeft||n.marginRight!==e.style.marginRight}function ng(e){const t=e.style.objectFit.trim().toLowerCase();return Tw.has(t)?t:null}function Kw(e,t){return ng(e)===t?!1:(t?e.style.objectFit=t:e.style.removeProperty("object-fit"),!0)}function $w(e,t){const n=(t==null?void 0:t.trim().toLowerCase().replace(/\s+/g," "))||"";return e.style.objectPosition.trim().toLowerCase().replace(/\s+/g," ")===n?!1:(n?e.style.objectPosition=n:e.style.removeProperty("object-position"),!0)}function Uw(e){const t=e.style.objectPosition.trim().toLowerCase().replace(/\s+/g," ");return t?(Rw.has(t),t):null}function rg(e){const t=fc.exec(e.style.transform);if(!t)return null;const n=Number(t[1]);return Number.isFinite(n)?rt(n):null}function Vw(e){const t=e.trim();return t?fc.test(t)&&t.replace(fc,"").trim()==="":!0}function Ww(e,t){const n=rg(e),r=t===null||t===0?null:rt(t);return n===r?!1:r===null?Vw(e.style.transform)?(e.style.removeProperty("transform"),!0):!1:(e.style.transform=`rotate(${de(r)}deg)`,!0)}function Gw(e,t){const n=Mw(t),r=e.getAttribute(ka)??"",o=e.getAttribute("onmouseover")??"";return r===n&&(n&&o===Hm||!n&&!o)?!1:n?(e.setAttribute(ka,n),e.setAttribute("onmouseover",Hm),e.setAttribute("onmouseout",Dw),!0):(e.removeAttribute(ka),e.removeAttribute("onmouseover"),e.removeAttribute("onmouseout"),!0)}const qr={value:100,unit:"%"},Zw=new Set(du),qw=new Set(mu),Yw=new Set(["cover","contain","scale-down","none"]),zm={contain:"contain",cover:"cover",auto:"none"},Om={fill:"100% 100%",contain:"contain",cover:"cover",none:"auto","scale-down":"contain"};function kn(){return{src:null,opacity:null,fit:null,position:null,width:{...qr},height:null}}function og(e){return e!=null&&Yw.has(e)}function ig(e){const t=e.style.opacity.trim();if(!t)return null;const n=Number(t);return Number.isFinite(n)?$n(n):null}function Km(e,t){const n=ig(e),r=t===null?null:$n(t);return n===r?!1:(r===null?e.style.removeProperty("opacity"):e.style.opacity=kp(r),!0)}function ag(e){const t=e.style.backgroundImage.trim();if(!t||t==="none")return null;const n=/^url\(\s*["']?(.+?)["']?\s*\)$/i.exec(t);return n&&n[1].trim()||null}function Xw(e){return`url("${e.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}")`}function $m(e,t){const n=ag(e),r=(t==null?void 0:t.trim())??"",o=r&&dn(r)===null?r:null;return n===o?!1:(o?e.style.backgroundImage=Xw(o):e.style.removeProperty("background-image"),!0)}function fu(e){return e.trim().toLowerCase().replace(/\s+/g," ")}function zl(e){return!e||e==="auto"?null:La(e)}function Jw(e){return og(e.fit)&&e.fit?Om[e.fit]:e.fit==="fill"?Om.fill:e.width&&e.height?`${fr(e.width)} ${fr(e.height)}`:e.width?fr(e.width):e.height?`auto ${fr(e.height)}`:null}function Qw(e){const t=fu(e.style.backgroundSize);if(!t)return{fit:null,width:null,height:null};if(t==="100% 100%")return{fit:"fill",width:{...qr},height:{...qr}};if(zm[t])return{fit:zm[t],width:null,height:null};if(Zw.has(t))return{fit:t,width:null,height:null};const n=t.split(" ");return n.length===1?{fit:null,width:zl(n[0]),height:null}:n.length===2?{fit:null,width:zl(n[0]),height:zl(n[1])}:{fit:null,width:null,height:null}}function e1(e,t){const n=fu(e.style.backgroundSize),r=Jw(t);return n===(r??"")?!1:(r?e.style.backgroundSize=r:e.style.removeProperty("background-size"),!0)}function t1(e){const t=e.style.backgroundPosition.trim().toLowerCase().replace(/\s+/g," ");return t?(qw.has(t),t):null}function Um(e,t){const n=(t==null?void 0:t.trim().toLowerCase().replace(/\s+/g," "))||"";return e.style.backgroundPosition.trim().toLowerCase().replace(/\s+/g," ")===n?!1:(n?e.style.backgroundPosition=n:e.style.removeProperty("background-position"),!0)}function Ba(e){let t=!1;return e.id!==Ma&&(e.id=Ma,t=!0),e.hasAttribute(eo)||(e.setAttribute(eo,""),t=!0),e.getAttribute("contenteditable")!=="false"&&(e.setAttribute("contenteditable","false"),t=!0),t}function Fa(e){const t=e.getAttribute("style");e.style.position="absolute",e.style.inset="0",e.style.zIndex="0",e.style.pointerEvents="none",e.style.userSelect="none",e.style.backgroundRepeat="no-repeat",e.style.setProperty("print-color-adjust","exact");const n=e.style.cssText;return n.includes("-webkit-print-color-adjust")||e.setAttribute("style",`${n};-webkit-print-color-adjust:exact`),e.getAttribute("style")!==t}function sg(e){const t=su(e),n=t[0]??null;if(n){let o=Ba(n);for(const a of t.slice(1))a.remove(),o=!0;return(n.parentNode!==e||n!==e.firstChild)&&(e.insertBefore(n,e.firstChild),o=!0),{layer:n,changed:o}}const r=document.createElement("div");return Ba(r),Fa(r),e.insertBefore(r,e.firstChild),{layer:r,changed:!0}}function n1(e){const t=su(e);if(t.length===0)return!1;for(const n of t)n.remove();return!0}function Ha(e){let t=!1;return lu(e)?(e.style.position!=="relative"&&(e.style.position="relative",t=!0),e.style.isolation!=="isolate"&&(e.style.isolation="isolate",t=!0)):(e.style.position==="relative"&&(e.style.removeProperty("position"),t=!0),e.style.isolation==="isolate"&&(e.style.removeProperty("isolation"),t=!0)),t}function pu(e){if(!lu(e))return Ha(e);const n=sg(e);let r=n.changed;return Ba(n.layer)&&(r=!0),Fa(n.layer)&&(r=!0),Ha(e)&&(r=!0),r}function ds(e){const t=gt(e);if(!t)return!1;let n=cs(e);return pu(t)&&(n=!0),n}function r1(e){return e.includes(eo)||e.includes(hr)}function o1(e){const t=new DOMParser().parseFromString(`<body>${e}</body>`,"text/html");cs(t.body);const n=gt(t.body);return n&&(pu(n),ls(n)),t.body.innerHTML}function Vm(e){return r1(e)?o1(e):e}function lg(e){const t=Qw(e);return{src:ag(e),opacity:ig(e),fit:t.fit,position:t1(e),width:t.width,height:t.height}}function cg(e,t){var a;const n=((a=t.src)==null?void 0:a.trim())??"",r=n.length>0&&dn(n)===null;let o=!1;return r?($m(e,n)&&(o=!0),e1(e,t)&&(o=!0),Um(e,t.position)&&(o=!0),Km(e,t.opacity)&&(o=!0),e.style.backgroundRepeat!=="no-repeat"&&(e.style.backgroundRepeat="no-repeat",o=!0),o&&kt(e),o):($m(e,null)&&(o=!0),fu(e.style.backgroundSize)&&(e.style.removeProperty("background-size"),o=!0),Um(e,null)&&(o=!0),Km(e,null)&&(o=!0),e.style.backgroundRepeat&&(e.style.removeProperty("background-repeat"),o=!0),o&&kt(e),o)}function i1(e){const t=lu(e);return t?lg(t):kn()}function a1(e,t){var u;const n=((u=t.src)==null?void 0:u.trim())??"";if(!(n.length>0&&dn(n)===null)){const d=n1(e),f=Ha(e);return(d||f)&&kt(e),d||f}const o=sg(e),a=o.layer;let s=o.changed;return Ba(a)&&(s=!0),Fa(a)&&(s=!0),Ha(e)&&(s=!0),cg(a,t)&&(s=!0),Fa(a)&&(s=!0),s&&(kt(a),kt(e)),s}function s1(e){return new DOMParser().parseFromString(`<body>${e}</body>`,"text/html")}function l1(e){const t=e.style.backgroundImage.trim();if(t&&t!=="none")return!0;const n=e.getAttribute("style")??"";return/background-image\s*:\s*(?!none\b)/i.test(n)}function Wm(e){const t=e.trim().match(/^([\d.]+)pt$/i);return t?Number.parseFloat(t[1]):null}function c1(e,t){if(!t)return e;if(!e)return t;const n=Wm(e),r=Wm(t);return n!==null&&r!==null?`${Math.max(n,r)}pt`:t}function u1(e,t){const n=st(t),r=oi(n);e.style.boxSizing="border-box",e.style.position!=="relative"&&(e.style.position="relative"),e.style.isolation!=="isolate"&&(e.style.isolation="isolate");const o=lo(n);o?(e.style.width=o.width,e.style.minHeight=o.height):(e.style.width||(e.style.width="100%"),e.style.minHeight="100vh"),e.style.height="auto";for(const a of ot){const s=`padding-${a}`,u=r[a],d=e.style.getPropertyValue(s).trim()||null,f=c1(d,u);f&&e.style.setProperty(s,f)}}function gu(e){const t=s1(e);let n=!1;cs(t.body);for(const r of t.querySelectorAll(`[${hr}]`)){if(!(r instanceof HTMLElement))continue;const o=r.querySelector(`[${eo}]`);!(o instanceof HTMLElement)||!l1(o)||(n=!0,u1(r,e),pu(r))}return{html:t.body.innerHTML,hasBleed:n}}const Gm=`
|
|
5
143
|
@page {
|
|
6
144
|
margin: 0;
|
|
7
145
|
}
|
|
@@ -90,7 +228,94 @@ img {
|
|
|
90
228
|
height: auto;
|
|
91
229
|
vertical-align: middle;
|
|
92
230
|
}
|
|
93
|
-
`.trim();function Ss(e,t,n=""){const{hrefs:r,body:i}=Se(t),a=e.createElement("meta");a.setAttribute("charset","utf-8");const s=e.createElement("title");s.textContent=n;const u=e.createElement("style");u.textContent=iy;const f=r.map(g=>{const p=e.createElement("link");return p.rel="stylesheet",p.href=g,p});e.head.replaceChildren(a,s,u,...f),e.title=n,e.body.innerHTML=i}const ay=1e3;function zm(){const e=document.createElement("iframe");e.setAttribute("aria-hidden","true"),e.setAttribute("data-wysiwyg-print",""),e.style.position="fixed",e.style.right="0",e.style.bottom="0",e.style.width="0",e.style.height="0",e.style.border="0",document.body.append(e);const t=e.contentDocument,n=e.contentWindow;return!t||!n?(e.remove(),null):{iframe:e,doc:t,win:n}}function Om(e,t,n,r){Ss(e,r);let i=!1;const a=()=>{i||(i=!0,n.remove())};t.addEventListener("afterprint",a),t.focus(),t.print(),window.setTimeout(a,ay)}function sy(e){const t=zm();t&&Om(t.doc,t.win,t.iframe,e)}function ly(e){const t=zm();if(!t)return;const n=[],r=[];for(const u of e){const f=Se(u);n.push(...f.hrefs),r.push(f.body)}const i=r.map((u,f)=>`<div style="${f<r.length-1?"page-break-after: always;":""}">${u}</div>`).join(""),a=xb(e),s=[a?`<style>${a}</style>`:"",...Array.from(new Set(n)).map(u=>`<link rel="stylesheet" href="${u}" />`),i].filter(Boolean).join("");Om(t.doc,t.win,t.iframe,s)}function cy(e){return{save:async()=>{if(e.onSave){const n=e.isMultiPagesEnabled()?e.getAllPagesHtml():e.getHtml();await e.onSave(n);return}const t=e.isMultiPagesEnabled()?e.getActivePageHtml():e.getHtml();await Ob(t)},open:async()=>{const t=e.onOpen?await e.onOpen():await Kb();if(t!==null){if(Array.isArray(t)){e.setHtml(nt(t));return}if(e.isMultiPagesEnabled()){e.setHtml(nt([t]));return}e.setHtml(t)}},print:()=>{if(e.isMultiPagesEnabled()){ly(e.getAllPagesHtml());return}sy(e.getHtml())}}}function uy(e){return{toggleBold:()=>{e.toggleFontMark("bold")},toggleItalic:()=>{e.toggleFontMark("italic")},toggleUnderline:()=>{e.toggleFontMark("underline")},toggleStrikethrough:()=>{e.toggleFontMark("strikethrough")},clearFormatting:()=>{e.clearFormatting()},toggleFormatBrush:()=>{e.toggleFormatBrush()},setFontSize:(t,n)=>{e.setFontSize(t,n)},setFontSizeUnit:t=>{e.setFontSizeUnit(t)},setFontFamily:t=>{e.setFontFamily(t)},setFontColor:t=>{e.setFontColor(t)},setHighlightColor:t=>{e.setHighlightColor(t)},setParagraphStyle:t=>{e.setParagraphStyle(t)},alignLeft:()=>{e.setTextAlign("left")},alignCenter:()=>{e.setTextAlign("center")},alignRight:()=>{e.setTextAlign("right")},alignJustify:()=>{e.setTextAlign("justify")},indent:()=>{e.indent()},outdent:()=>{e.outdent()},toggleBulletList:()=>{e.toggleList("ul")},toggleNumberedList:()=>{e.toggleList("ol")},openFontProperties:t=>{e.openFontProperties(t??"general")},applyFontProperties:t=>{e.applyFontProperties(t)},openParagraphProperties:t=>{e.openParagraphProperties(t??"general")},applyParagraphProperties:t=>{e.applyParagraphProperties(t)},openPageProperties:t=>{e.openPageProperties(t??"font")},applyPageProperties:t=>{e.applyPageProperties(t)},openCustomParagraphStyleDialog:t=>{e.openCustomParagraphStyleDialog(t)},applyCustomParagraphStyle:t=>{e.applyCustomParagraphStyle(t)},openCustomCss:()=>{e.openCustomCss()},applyCustomCss:t=>{e.applyCustomCss(t)}}}function dy(e){return{isBold:()=>e.isFontMarkActive("bold"),isItalic:()=>e.isFontMarkActive("italic"),isUnderline:()=>e.isFontMarkActive("underline"),isStrikethrough:()=>e.isFontMarkActive("strikethrough"),getFontSize:()=>e.getFontSize(),getFontSizeUnit:()=>e.getFontSizeUnit(),isFontSizeMixed:()=>e.isFontSizeMixed(),getFontFamily:()=>e.getFontFamily(),isFontFamilyMixed:()=>e.isFontFamilyMixed(),getFontFaces:()=>e.getFontFaces(),getFontColor:()=>e.getFontColor(),isFontColorMixed:()=>e.isFontColorMixed(),getHighlightColor:()=>e.getHighlightColor(),isHighlightColorMixed:()=>e.isHighlightColorMixed(),getParagraphStyle:()=>e.getParagraphStyle(),isParagraphStyleMixed:()=>e.isParagraphStyleMixed(),isAlignLeft:()=>e.getTextAlign()==="left"&&!e.isTextAlignMixed(),isAlignCenter:()=>e.getTextAlign()==="center"&&!e.isTextAlignMixed(),isAlignRight:()=>e.getTextAlign()==="right"&&!e.isTextAlignMixed(),isAlignJustify:()=>e.getTextAlign()==="justify"&&!e.isTextAlignMixed(),canOutdent:()=>e.canOutdent(),isBulletList:()=>e.isBulletList(),isNumberedList:()=>e.isNumberedList(),hasTextSelection:()=>e.hasTextSelection(),isFormatBrushActive:()=>e.isFormatBrushActive(),customParagraphStylesEnabled:()=>e.customParagraphStylesEnabled(),getCustomParagraphStyles:()=>e.getCustomParagraphStyles(),isCustomParagraphStylesLoading:()=>e.isCustomParagraphStylesLoading()}}function my(e){return{undo:()=>{e.undo()},redo:()=>{e.redo()}}}function fy(e){return{canUndo:()=>e.canUndo(),canRedo:()=>e.canRedo()}}function gy(e){return{openLinkDialog:t=>{e.openLinkDialog(t)},applyLink:t=>{e.applyLink(t)},openBookmarkDialog:()=>{e.openBookmarkDialog()},applyBookmark:t=>{e.applyBookmark(t)},openImageDialog:()=>{e.openImageDialog()},applyImage:t=>{e.applyImage(t)},openAudioDialog:()=>{e.openAudioDialog()},applyAudio:t=>{e.applyAudio(t)},openYoutubeDialog:()=>{e.openYoutubeDialog()},applyYoutube:t=>{e.applyYoutube(t)},openImageProperties:t=>{e.openImageProperties(t)},applyImageProperties:t=>{e.applyImageProperties(t)},insertHorizontalRule:()=>{e.insertHorizontalRule()},insertPageBreak:()=>{e.insertPageBreak()},insertPageBefore:()=>{e.insertPageBefore()},insertPageAfter:()=>{e.insertPageAfter()},deletePage:()=>{e.deletePage()}}}function py(e){return{isLink:()=>e.isLink(),isImageSelected:()=>e.isImageSelected(),isMultiPagesEnabled:()=>e.isMultiPagesEnabled(),hasSelectedPage:()=>e.hasSelectedPage(),canDeletePage:()=>e.canDeletePage()}}function hy(e){return{openTableDialog:()=>{e.openTableDialog()},applyTable:t=>{e.applyTable(t)},openTableProperties:()=>{e.openTableProperties()},applyTableProperties:t=>{e.applyTableProperties(t)},openCellProperties:()=>{e.openCellProperties()},applyCellProperties:t=>{e.applyCellProperties(t)},openRowProperties:()=>{e.openRowProperties()},applyRowProperties:t=>{e.applyRowProperties(t)},insertRowBelow:()=>{e.insertRowBelow()},insertRowBefore:()=>{e.insertRowBefore()},deleteRow:()=>{e.deleteRow()},insertColumnAfter:()=>{e.insertColumnAfter()},insertColumnBefore:()=>{e.insertColumnBefore()},deleteColumn:()=>{e.deleteColumn()},mergeCells:()=>{e.mergeCells()},unmergeCells:()=>{e.unmergeCells()}}}function by(e){return{isInTable:()=>e.isInTable(),canMergeCells:()=>e.canMergeCells(),canUnmergeCells:()=>e.canUnmergeCells()}}const yy=[50,75,100,125,150,200],xy=.1,Cy=3;function rs(e){return!Number.isFinite(e)||e<=0?1:Math.min(Cy,Math.max(xy,e))}function wy(e,t,n,r,i){if(e==="fitWidth")return r<=0?1:rs(t/r);if(e==="fitPage"){if(r<=0||i<=0)return 1;const a=t/r,s=n/i;return rs(Math.min(a,s))}return rs(e/100)}function vy(e){return e==="fitWidth"||e==="fitPage"}function Wt(e,t){return()=>{e.setPageZoom(t)}}function Gt(e,t){return()=>e.getPageZoom()===t}function Sy(e){return{setVisualMode:()=>{e.setMode("visual")},setHtmlMode:()=>{e.setMode("html")},toggleFullscreen:()=>{e.setFullscreen(!e.getFullscreen())},openCustomizeToolbar:()=>{e.openCustomizeToolbar()},openDocumentPreview:()=>{e.openDocumentPreview()},toggleReadAloud:()=>{e.toggleReadAloud()},setLightMode:()=>{e.setDarkMode(!1)},setDarkMode:()=>{e.setDarkMode(!0)},setPageZoomFitWidth:Wt(e,"fitWidth"),setPageZoomFitPage:Wt(e,"fitPage"),setPageZoom50:Wt(e,50),setPageZoom75:Wt(e,75),setPageZoom100:Wt(e,100),setPageZoom125:Wt(e,125),setPageZoom150:Wt(e,150),setPageZoom200:Wt(e,200),setToolbarPositionTop:()=>{e.setToolbarPosition("top")},setToolbarPositionLeft:()=>{e.setToolbarPosition("left")},setToolbarPositionRight:()=>{e.setToolbarPosition("right")},setToolbarPositionBottom:()=>{e.setToolbarPosition("bottom")}}}function ky(e){return{isVisualMode:()=>e.getMode()==="visual",isHtmlMode:()=>e.getMode()==="html",isFullscreen:()=>e.getFullscreen(),isLightMode:()=>!e.getDarkMode(),isDarkMode:()=>e.getDarkMode(),isPageZoomFitWidth:Gt(e,"fitWidth"),isPageZoomFitPage:Gt(e,"fitPage"),isPageZoom50:Gt(e,50),isPageZoom75:Gt(e,75),isPageZoom100:Gt(e,100),isPageZoom125:Gt(e,125),isPageZoom150:Gt(e,150),isPageZoom200:Gt(e,200),isToolbarPositionTop:()=>e.getToolbarPosition()==="top",isToolbarPositionLeft:()=>e.getToolbarPosition()==="left",isToolbarPositionRight:()=>e.getToolbarPosition()==="right",isToolbarPositionBottom:()=>e.getToolbarPosition()==="bottom",isReadingAloud:()=>e.isReadingAloud(),canReadAloud:()=>e.canReadAloud()}}function Ay(e){return{addComment:()=>e.addComment(),toggleCommentsVisible:()=>e.toggleCommentsVisible()}}function Py(e){return{canAddComment:()=>e.canAddComment(),areCommentsVisible:()=>e.areCommentsVisible(),isCommentsEnabled:()=>e.isCommentsEnabled()}}function Dy(e){return{...cy(e),...my(e),...Zp(e),...gy(e),...hy(e),...Sy(e),...uy(e),...Ay(e)}}function Ey(e){return{...ky(e),...fy(e),...py(e),...by(e),...dy(e),...Py(e)}}function mi(e){return e.nodeType===Node.TEXT_NODE?e.parentElement:e instanceof Element?e:e.parentElement}function jy(e){const t=e.style.fontSize;if(!t)return null;const n=Qs(t);return!n||!Pi(n.unit)?null:{value:n.value,unit:n.unit}}function Km(e,t){let n=mi(t);for(;n&&n!==e&&n instanceof HTMLElement;){const r=jy(n);if(r)return r;n=n.parentElement}return null}function Ry(e,t){const n=mi(e)??t,r=parseFloat(getComputedStyle(n).fontSize);return Number.isFinite(r)&&r>0?r:16}function $m(e,t){var a;let n=mi(t);for(;n&&n!==e;){if(n.style.fontSize){const u=n.parentElement??e,f=parseFloat(getComputedStyle(u).fontSize);return Number.isFinite(f)&&f>0?f:16}n=n.parentElement}const r=((a=mi(t))==null?void 0:a.parentElement)??e,i=parseFloat(getComputedStyle(r).fontSize);return Number.isFinite(i)&&i>0?i:16}function Um(e){const t=parseFloat(getComputedStyle(e).fontSize);return Number.isFinite(t)&&t>0?t:16}function Ty(e,t){return e===t?!0:!e||!t?!1:e.value===t.value&&e.unit===t.unit}function Fu(e=hn){return{value:null,unit:e,mixed:!1}}function Wm(e,t=hn){const n=window.getSelection();if(!n||n.rangeCount===0)return Fu(t);const r=n.getRangeAt(0);if(!ce(e,r.commonAncestorContainer))return Fu(t);const i=r.collapsed?[]:Ue(r).filter(g=>g.data.length>0),a=i.length>0?i:[r.startContainer],s=a.map(g=>Km(e,g)),u=s[0];if(s.every(g=>Ty(g,u))&&u)return{value:u.value,unit:u.unit,mixed:!1};if(s.every(g=>g===null)){const g=a.map(h=>Ry(h,e)),p=g[0];if(g.every(h=>Math.abs(h-p)<.05)){const h=$m(e,a[0]),x=Um(e);return{value:tm(p,t,h,x),unit:t,mixed:!1}}return{value:null,unit:t,mixed:!0}}return{value:null,unit:t,mixed:!0}}function Ny(e,t){return{parentPx:$m(e,t),rootPx:Um(e)}}function My(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);return ce(e,n.commonAncestorContainer)?n:null}function ks(e,t,n){const r=bn(t,n);if(!r)return!1;const i=My(e);if(!i||i.collapsed)return!1;const a=Js(r.value,r.unit);vt(i);const s=Ue(i).filter(u=>u.data.length>0);for(const u of s){const f=Km(e,u);f&&f.value===r.value&&f.unit===r.unit||Br(u,g=>{g.style.fontSize=a})}return xn(s),!0}function _y(e,t){e.style.fontSize=Js(t.value,t.unit)}function Ly(e){return e.nodeType===Node.TEXT_NODE?e.parentElement:e instanceof Element?e:e.parentElement}function Iy(e){return e.trim().toLowerCase()}function As(e){const t={};for(const n of e.split(";")){const r=n.trim();if(!r)continue;const i=r.indexOf(":");if(i<=0)continue;const a=Iy(r.slice(0,i)),s=r.slice(i+1).trim();a&&(t[a]=s)}return t}function Gm(e){return Object.entries(e).filter(([t])=>t.trim()).map(([t,n])=>`${t}: ${n}`).join("; ")}function Fy(e,t){const n={...e};for(const[r,i]of Object.entries(t))i.trim()?n[r]=i:delete n[r];return n}function By(e){const t=e.trim();if(!t)return"";const n=t.split(";").map(r=>r.trim()).filter(Boolean);return n.length===0?"":n.map(r=>`${r};`).join(`
|
|
94
|
-
`)}function Ti(e){const t=As(e);return Gm(t)}function Hy(e,t){let n=Ly(t);for(;n&&n!==e&&n instanceof HTMLElement;){const r=n.style.cssText.trim();if(r)return r;n=n.parentElement}return""}function Vm(e){const t=kt(e);if(!t)return{value:null,mixed:!1};const n=t.collapsed?[]:Ue(t).filter(f=>f.data.length>0),a=(n.length>0?n:[t.startContainer]).map(f=>Hy(e,f)).map(f=>f.trim()),s=a[0]??"";return a.every(f=>f===s)?{value:s||null,mixed:!1}:{value:null,mixed:!0}}function Zm(e,t){const n=As(e.style.cssText),r=As(t),i=Fy(n,r),a=Gm(i);a?e.style.cssText=a:e.removeAttribute("style")}function qm(e,t){const n=Ti(t);if(!n)return!1;const r=kt(e);if(!r||r.collapsed)return!1;vt(r);const i=Ue(r).filter(a=>a.data.length>0);if(i.length===0)return!1;for(const a of i)Br(a,s=>{Zm(s,n),on(s)&&Xe(s)});return xn(i),!0}function zy(e,t){const n=Ti(t);n&&Zm(e,n)}function Oy(e){return!!(e&&Ti(e))}const it=["bold","italic","underline","strikethrough"],Fn={bold:new Set(["strong","b"]),italic:new Set(["em","i"]),underline:new Set(["u"]),strikethrough:new Set(["s","strike","del"])},Ky=new Set(["underline","line-through","overline"]);function Lt(){return{bold:!1,italic:!1,underline:!1,strikethrough:!1}}function $y(e,t){return it.every(n=>e[n]===t[n])}function Uy(e){return it.some(t=>e[t]!==void 0)}function Ym(e,t){const n={...e};if(!t)return n;for(const r of it){const i=t[r];i!==void 0&&(n[r]=i)}return n}function Wy(e,t,n){const r=e[n]??t[n],i={...e,[n]:!r};return i[n]===t[n]&&delete i[n],i}function en(e){return(e.style.textDecorationLine||e.style.textDecoration).split(/\s+/).filter(n=>Ky.has(n))}function Zn(e,t){if(t.length===0){e.style.textDecorationLine="",e.style.removeProperty("text-decoration-line"),e.style.textDecoration&&(e.style.textDecoration="",e.style.removeProperty("text-decoration"));return}e.style.textDecorationLine=t.join(" ")}function Xm(e,t){const n=e,r=e.tagName.toLowerCase();if(t==="bold"){if(Fn.bold.has(r))return!0;const s=n.style.fontWeight;if(!s)return null;if(s==="bold"||s==="bolder")return!0;const u=Number(s);return Number.isNaN(u)?s==="normal"||s==="lighter"?!1:null:u>=700}if(t==="italic"){if(Fn.italic.has(r))return!0;const s=n.style.fontStyle;return s?s==="italic"||s==="oblique"?!0:s==="normal"?!1:null:null}if(t==="underline"){if(Fn.underline.has(r))return!0;const s=n.style.textDecorationLine||n.style.textDecoration;if(!s)return null;if(s==="none")return!1;const u=en(n);return u.includes("underline")?!0:u.length>0?!1:null}if(Fn.strikethrough.has(r))return!0;const i=n.style.textDecorationLine||n.style.textDecoration;if(!i)return null;if(i==="none")return!1;const a=en(n);return a.includes("line-through")?!0:a.length>0?!1:null}function fi(e,t){return Xm(e,t)===!0}function qn(e,t,n){let r=t.nodeType===Node.TEXT_NODE?t.parentElement:t;for(;r&&r!==e&&r instanceof Element;){const i=Xm(r,n);if(i!==null)return i;r=r.parentElement}return!1}function Jm(e,t){if(t==="bold"){e.style.fontWeight="700";return}if(t==="italic"){e.style.fontStyle="italic";return}if(t==="underline"){const r=en(e);r.includes("underline")||r.push("underline"),Zn(e,r);return}const n=en(e);n.includes("line-through")||n.push("line-through"),Zn(e,n)}function Qm(e,t){if(t==="bold"){e.style.fontWeight="",e.style.removeProperty("font-weight");return}if(t==="italic"){e.style.fontStyle="",e.style.removeProperty("font-style");return}if(t==="underline"){Zn(e,en(e).filter(n=>n!=="underline"));return}Zn(e,en(e).filter(n=>n!=="line-through"))}function Gy(e,t){if(t==="bold"){e.style.fontWeight="400";return}if(t==="italic"){e.style.fontStyle="normal";return}if(t==="underline"){const r=en(e).filter(i=>i!=="underline");if(r.length===0){e.style.textDecorationLine="none";return}Zn(e,r);return}const n=en(e).filter(r=>r!=="line-through");if(n.length===0){e.style.textDecorationLine="none";return}Zn(e,n)}function Vy(e,t){Br(e,n=>Jm(n,t))}function Zy(e,t,n){let r=t;for(;r.parentElement&&r.parentElement!==e;){const i=r.parentElement;if(!St(i)||!fi(i,n)){r=i;continue}if(an(i,r),fi(i,n)){if(Fn[n].has(i.tagName.toLowerCase())){Xe(i);continue}if(Qm(i,n),on(i)){Xe(i);continue}}r=i}}function qy(e,t,n){const r=Ue(t).filter(i=>i.data.length>0);return r.length===0?qn(e,t.startContainer,n):r.every(i=>qn(e,i,n))}function Yy(e,t,n,r){vt(t);const i=Ue(t).filter(a=>a.data.length>0);for(const a of i)r?qn(e,a,n)||Vy(a,n):Zy(e,a,n);xn(i)}function Bn(e){const t=window.getSelection();if(!t||t.rangeCount===0)return Lt();const n=t.getRangeAt(0);if(!ce(e,n.commonAncestorContainer))return Lt();if(n.collapsed)return Ps(e,n);const r=Ue(n).filter(a=>a.data.length>0);if(r.length===0)return Ps(e,n);const i=Lt();for(const a of it)i[a]=qn(e,r[0],a);for(let a=1;a<r.length;a+=1)for(const s of it)i[s]=i[s]&&qn(e,r[a],s);return i}function Ps(e,t){const n=Lt();for(const r of it)n[r]=qn(e,t.startContainer,r);return n}function Ds(e,t){const n=window.getSelection();if(!n||n.rangeCount===0)return!1;const r=n.getRangeAt(0);if(!ce(e,r.commonAncestorContainer)||r.collapsed)return!1;const i=qy(e,r,t);return Yy(e,r,t,!i),!0}function Xy(e){const t=e.startContainer,n=e.startOffset;if(t.nodeType!==Node.TEXT_NODE)return;const r=t;if(n<=0||n>=r.length)return;const i=r.splitText(n);e.setStart(i,0),e.collapse(!0)}function Jy(e,t,n){var a,s,u;Xy(t);let r=t.startContainer.nodeType===Node.TEXT_NODE&&t.startOffset===0?t.startContainer:t.startContainer.childNodes[t.startOffset]??t.startContainer.lastChild??t.startContainer;if(t.startContainer.nodeType===Node.TEXT_NODE&&t.startOffset>0){const f=document.createTextNode("");(a=t.startContainer.parentNode)==null||a.insertBefore(f,t.startContainer.nextSibling),r=f}else if(t.startContainer.nodeType===Node.TEXT_NODE&&t.startOffset===0){const f=document.createTextNode("");(s=t.startContainer.parentNode)==null||s.insertBefore(f,t.startContainer),r=f}else{const f=document.createTextNode("");r&&r!==t.startContainer?(u=r.parentNode)==null||u.insertBefore(f,r):t.startContainer.appendChild(f),r=f}let i=r;for(;i.parentElement&&i.parentElement!==e;){const f=i.parentElement;if(!St(f)){i=f;continue}if(!n.some(p=>fi(f,p))){i=f;continue}an(f,i);for(const p of n)if(fi(f,p)){if(Fn[p].has(f.tagName.toLowerCase())){Xe(f);break}if(Qm(f,p),on(f)){Xe(f);break}}i=f.isConnected?f:r}return r}function Qy(e,t,n){for(const r of it)n[r]!==t[r]&&(n[r]?Jm(e,r):Gy(e,r))}function ex(e,t,n,r,i,a,s){var A,R;const u=window.getSelection();if(!u||u.rangeCount===0)return;const f=u.getRangeAt(0);if(!ce(e,f.commonAncestorContainer))return;const g=Ps(e,f),p=Ym(g,n),h=it.filter(N=>g[N]&&!p[N]),x=Bh(e,f.startContainer,i),y=oy(e,f.startContainer,a);let C=null;h.length>0?(C=Jy(e,f,h),x.length>0&&cm(e,C,x),y&&vs(e,C)):x.length>0?(C=Fh(e,f,x),y&&vs(e,C)):y?C=ry(e,f):f.deleteContents();const b=document.createElement("span");Qy(b,g,p),r&&_y(b,r),i!=null&&i.color&&Du(b,"color",i.color),i!=null&&i.backgroundColor&&Du(b,"backgroundColor",i.backgroundColor),a&&Qb(b,a),s&&zy(b,s),b.textContent=t;const v=b.style.cssText.trim()?b:document.createTextNode(t);C?((A=C.parentNode)==null||A.insertBefore(v,C),C.nodeType===Node.TEXT_NODE&&!C.data&&((R=C.parentNode)==null||R.removeChild(C))):f.insertNode(v);const k=document.createRange();k.selectNodeContents(v),k.collapse(!1),u.removeAllRanges(),u.addRange(k)}const gi=["p","h1","h2","h3","h4","h5","h6"],tx=new Set(gi),ef=new Set([...gi,"div"]),Ni=new Set(["li","ul","ol","td","th","tr","thead","tbody","table","blockquote","pre"]),nx=()=>({tag:null,mixed:!1});function tf(e){return tx.has(e)}function rx(e){return tf(e)?e:e==="div"?"p":null}function ox(e){return e instanceof Element&&Ni.has(he(e))}function nf(e){return e instanceof HTMLElement&&!st(e)&&ef.has(he(e))}function Es(e){if(e.nodeType===Node.TEXT_NODE||e.nodeType===Node.COMMENT_NODE||!(e instanceof Element))return!0;const t=he(e);return ef.has(t)||Ni.has(t)?!1:St(e)||t==="br"||t==="a"||t==="img"||t==="span"}function ix(e,t){let n=Hr(t);for(;n&&n!==e;){if(Ni.has(he(n)))return!0;n=n.parentElement}return!1}function rf(e,t){let n=Hr(t);for(;n&&n!==e;){if(Rm(n,e)){n=n.parentElement;continue}if(nf(n))return n;if(Ni.has(he(n)))return null;n=n.parentElement}return null}function ax(e,t){const n=new Set,r=[];for(const i of il(t)){const a=rf(e,i);a&&!n.has(a)&&(n.add(a),r.push(a))}return r}function sx(e,t){let n=t;for(;n&&n.parentNode!==e;)n=n.parentNode;return n&&n.parentNode===e?n:null}function lx(e,t){const n=[...e.childNodes],r=n.indexOf(t);if(r<0)return[t];let i=r,a=r;for(;i>0&&Es(n[i-1]);)i-=1;for(;a<n.length-1&&Es(n[a+1]);)a+=1;return n.slice(i,a+1)}function js(e){for(const t of e.childNodes)if(!(t instanceof HTMLElement&&st(t)))return t;return null}function cx(e,t,n){if(n.startContainer===e){const r=e.childNodes[Math.min(n.startOffset,Math.max(0,e.childNodes.length-1))]??e.firstChild;return r instanceof HTMLElement&&st(r)?js(e):r}return n.startContainer===t&&e!==t?js(e):sx(e,n.startContainer)}function ux(e,t,n){const r=hl(e);if(ix(e,t.startContainer))return!1;if(!js(r)){const u=document.createElement(n);return u.appendChild(document.createElement("br")),r.appendChild(u),!0}const i=cx(r,e,t);if(!i||i instanceof HTMLElement&&st(i)||ox(i)||nf(i)||!Es(i))return!1;const a=lx(r,i),s=document.createElement(n);r.insertBefore(s,a[0]);for(const u of a)s.appendChild(u);return!0}function dx(e){const t=kt(e);if(!t)return nx();const n=il(t).map(i=>{const a=rf(e,i);return a?rx(he(a)):null}),r=n[0];return n.every(i=>i===r)?{tag:r??null,mixed:!1}:{tag:null,mixed:!0}}function mx(e,t){if(!tf(t))return!1;const n=kt(e);if(!n)return!1;const r=Un(e,n.startContainer,n.startOffset),i=Un(e,n.endContainer,n.endOffset),a=Math.min(r,i),s=Math.max(r,i),u=ax(e,n);let f=!1;if(u.length===0)f=ux(e,n,t);else for(const g of u)he(g)!==t&&(sl(g,t),f=!0);return al(e,a,s),f}function Cl(e){if(!ot(e))return null;const t=Wn(e);if(!t)return null;const n=he(t);return n==="ul"||n==="ol"?n:null}function of(e){const t=Qn(e);if(t.length===0)return{type:null,mixed:!1};const n=t.map(Cl),r=n[0];return n.every(i=>i===r)?{type:r,mixed:!1}:{type:null,mixed:!0}}function fx(e,t,n){const r=[...e.children].filter(i=>ol(i));for(const i of r)t.insertBefore(i,n)}function af(e){const t=Wn(e),n=document.createElement("p");for(const g of[...e.attributes])n.setAttribute(g.name,g.value);for(n.style.marginLeft="",mt(n);e.firstChild&&!ol(e.firstChild);)n.appendChild(e.firstChild);const r=[];let i=e.nextElementSibling;for(;i;)r.push(i),i=i.nextElementSibling;const a=(t==null?void 0:t.parentNode)??e.parentNode;if(!t||!a)return e.replaceWith(n),n;const s=ot(a)?a.parentNode??a:a,u=ot(a)?a.nextSibling:t.nextSibling;e.remove();let f=null;if(r.length>0){f=document.createElement(t.tagName);for(const g of r)f.appendChild(g)}return s.insertBefore(n,u),f&&s.insertBefore(f,n.nextSibling),fx(e,s,n.nextSibling),t.childElementCount===0&&t.remove(),n}function gx(e){if(ot(e))return e;const t=sl(e,"li");return t.style.marginLeft="",mt(t),t}function sf(e,t){if(e.length===0)return!1;if(e.every(ot)){const a=Wn(e[0]);if(a&&e.every(s=>s.parentElement===a)&&[...a.children].every(u=>u instanceof HTMLElement&&e.includes(u)))return he(a)===t?!1:(sl(a,t),!0)}const n=e[0],r=n.parentNode;if(!r)return!1;const i=document.createElement(t);r.insertBefore(i,n);for(const a of e){const s=ot(a)?Wn(a):null;i.appendChild(gx(a)),s&&s!==i&&s.childElementCount===0&&s.remove()}return!0}function lf(e){let t=!1;for(const n of[...e].reverse())ot(n)&&(af(n),t=!0);return t}function px(e,t){return Jn(e,()=>{const n=zr(e);if(n.length===0)return!1;if(n.every(a=>Cl(a)===t))return lf(n);let i=!1;for(const a of im(n))sf(a,t)&&(i=!0);return i})}function hx(e,t){return Jn(e,()=>{const n=zr(e);if(n.length===0)return!1;if(t===null)return lf(n);if(n.every(a=>Cl(a)===t))return!1;let i=!1;for(const a of im(n))sf(a,t)&&(i=!0);return i})}const cf=40;function wl(e){const t=e.style.marginLeft;if(!t)return 0;const n=Number.parseFloat(t);return Number.isFinite(n)?n:0}function uf(e,t){if(t<=0){e.style.marginLeft="",mt(e);return}e.style.marginLeft=`${t}px`}function bx(e){let t=e.previousElementSibling;for(;t;){if(ot(t))return t;t=t.previousElementSibling}return null}function yx(e){for(let t=e.children.length-1;t>=0;t-=1){const n=e.children[t];if(n instanceof HTMLElement&&(he(n)==="ul"||he(n)==="ol"))return n}return null}function xx(e){const t=bx(e);if(!t)return!1;const n=Wn(e);if(!n)return!1;const r=he(n)==="ol"?"ol":"ul";let i=yx(t);return(!i||he(i)!==r)&&(i=document.createElement(r),t.appendChild(i)),i.appendChild(e),!0}function Cx(e){const t=Wn(e);if(!t)return!1;const n=t.parentElement;if(n&&ot(n)){const r=n.parentElement;return r?(r.insertBefore(e,n.nextSibling),t.childElementCount===0&&t.remove(),!0):!1}return af(e),!0}function wx(e){return Qn(e).some(n=>ot(n)||wl(n)>0)}function vx(e){return Jn(e,()=>{const t=zr(e);if(t.length===0)return!1;let n=!1;for(const r of t){if(ot(r)){xx(r)&&(n=!0);continue}uf(r,wl(r)+cf),n=!0}return n})}function Sx(e){return Jn(e,()=>{const t=Qn(e);if(t.length===0)return!1;let n=!1;for(const r of[...t].reverse()){if(ot(r)){Cx(r)&&(n=!0);continue}const i=wl(r);i<=0||(uf(r,Math.max(0,i-cf)),n=!0)}return n})}function Mi(e){return{colSpan:Math.max(1,e.colSpan||1),rowSpan:Math.max(1,e.rowSpan||1)}}function yn(e,t,n){const r=Math.max(1,Math.floor(t)),i=Math.max(1,Math.floor(n));r<=1?e.removeAttribute("colspan"):e.colSpan=r,i<=1?e.removeAttribute("rowspan"):e.rowSpan=i}function Je(e){const t=e.rows.length,n=Array.from({length:t},()=>[]),r=[];let i=0;for(let a=0;a<t;a+=1){const s=e.rows[a];let u=0;for(const f of Array.from(s.cells)){for(;n[a][u];)u+=1;const g=Mi(f),p={cell:f,originRow:a,originCol:u,rowSpan:g.rowSpan,colSpan:g.colSpan};r.push(p);for(let h=0;h<g.rowSpan;h+=1){const x=a+h;if(x>=t)break;for(let y=0;y<g.colSpan;y+=1)n[x][u+y]=p}u+=g.colSpan,i=Math.max(i,u)}i=Math.max(i,n[a].length)}return{table:e,slots:n,unique:r,rowCount:t,colCount:i}}function pi(e,t,n){var r;return((r=e.slots[t])==null?void 0:r[n])??null}function gt(e,t){return e.unique.find(n=>n.cell===t)??null}function df(e,t){return e.originRow<t.minRow||e.originCol<t.minCol||e.originRow+e.rowSpan-1>t.maxRow||e.originCol+e.colSpan-1>t.maxCol}function mf(e){if(e.length===0)return null;let t=1/0,n=-1/0,r=1/0,i=-1/0;for(const a of e)t=Math.min(t,a.originRow),n=Math.max(n,a.originRow+a.rowSpan-1),r=Math.min(r,a.originCol),i=Math.max(i,a.originCol+a.colSpan-1);return{minRow:t,maxRow:n,minCol:r,maxCol:i}}function kx(e,t){const n=new Set,r=[];for(let i=t.minRow;i<=t.maxRow;i+=1)for(let a=t.minCol;a<=t.maxCol;a+=1){const s=pi(e,i,a);!s||n.has(s.cell)||(n.add(s.cell),r.push(s.cell))}return r}function ff(e,t){if(t.minRow>t.maxRow||t.minCol>t.maxCol)return null;const n=pi(e,t.minRow,t.minCol);if(!n||n.originRow!==t.minRow||n.originCol!==t.minCol)return null;const r=new Set,i=[];for(let a=t.minRow;a<=t.maxRow;a+=1)for(let s=t.minCol;s<=t.maxCol;s+=1){const u=pi(e,a,s);if(!u||df(u,t))return null;r.has(u.cell)||(r.add(u.cell),i.push(u.cell))}return{origin:n,cells:i,colSpan:t.maxCol-t.minCol+1,rowSpan:t.maxRow-t.minRow+1}}function Ax(e,t,n,r){const i={minRow:t.originRow,maxRow:t.originRow+r-1,minCol:t.originCol,maxCol:t.originCol+n-1};if(i.maxRow>=e.rowCount||i.maxCol>=e.colCount)return!1;for(let a=i.minRow;a<=i.maxRow;a+=1)for(let s=i.minCol;s<=i.maxCol;s+=1){const u=pi(e,a,s);if(!u)return!1;if(u.cell!==t.cell&&df(u,i))return!1}return!0}const Bu=10,Hn=1,zn=50,Px="1px solid #000",Dx="0.25em",Ex=new Set(["td","th"]);function gf(e,t){return Number.isInteger(e)&&Number.isInteger(t)&&e>=Hn&&t>=Hn&&e<=zn&&t<=zn}function $e(e,t){return Sl(e,t,n=>n instanceof HTMLTableElement)}function hi(e,t){return Sl(e,t,n=>Hx(n))}function jx(e,t){return Sl(e,t,n=>n instanceof HTMLTableRowElement)}function vl(e){return $e(e,kl(e))}function At(e){return hi(e,kl(e))}function pf(e){return jx(e,kl(e))}function Rx(e){const t=[];for(const n of Array.from(e.rows))t.push(...Array.from(n.cells));return t}function $r(e){const t=window.getSelection();if(!t||t.rangeCount===0)return[];const n=t.getRangeAt(0);if(!ce(e,n.commonAncestorContainer))return[];const r=hi(e,n.startContainer),i=hi(e,n.endContainer);if(!r)return[];if(!i||r===i)return[r];const a=$e(e,r);if(!a||$e(e,i)!==a)return[r];const s=Je(a),u=gt(s,r),f=gt(s,i);if(!u||!f)return[r];const g=mf([u,f]);if(!g)return[r];const p=kx(s,g);return p.length>0?p:[r]}function Tx(e,t){if(!gf(t.rows,t.cols))return!1;const n=window.getSelection();if(!n||n.rangeCount===0)return!1;const r=n.getRangeAt(0);if(!ce(e,r.commonAncestorContainer))return!1;const i=document.createElement("table");i.style.borderCollapse="collapse",i.style.width="100%";const a=document.createElement("tbody");for(let u=0;u<t.rows;u+=1){const f=document.createElement("tr");for(let g=0;g<t.cols;g+=1)f.appendChild(zx("td"));a.appendChild(f)}i.appendChild(a),r.collapsed||r.deleteContents(),r.insertNode(i),Ux(e,i);const s=i.querySelector("td, th");return s instanceof HTMLTableCellElement&&Ke(s),!0}function Rs(e,t){var h,x,y,C;const n=At(e);if(!n)return!1;const r=$e(e,n);if(!r)return!1;const i=Je(r),a=gt(i,n);if(!a)return!1;const s=t==="before"?a.originRow:a.originRow+a.rowSpan,u=new Set;for(const b of i.unique)if(b.originRow<s&&b.originRow+b.rowSpan>s){yn(b.cell,b.colSpan,b.rowSpan+1);for(let v=b.originCol;v<b.originCol+b.colSpan;v+=1)u.add(v)}const f=document.createElement("tr"),g=Math.min(s,i.rowCount-1);for(let b=0;b<i.colCount;b+=1){if(u.has(b))continue;const v=((x=(h=i.slots[g])==null?void 0:h[b])==null?void 0:x.cell)??n;f.appendChild(Al(v))}if(s>=r.rows.length)(y=r.rows[r.rows.length-1].parentNode)==null||y.appendChild(f);else{const b=r.rows[s];(C=b.parentNode)==null||C.insertBefore(f,b)}const p=Kx(f,i.colCount,u,a.originCol);return Ke(p||n),!0}function Hu(e,t){var g,p,h,x;const n=At(e);if(!n)return!1;const r=$e(e,n);if(!r)return!1;const i=Je(r),a=gt(i,n);if(!a)return!1;const s=t==="before"?a.originCol:a.originCol+a.colSpan,u=new Set;for(const y of i.unique)if(y.originCol<s&&y.originCol+y.colSpan>s){yn(y.cell,y.colSpan+1,y.rowSpan);for(let C=y.originRow;C<y.originRow+y.rowSpan;C+=1)u.add(C)}let f=null;for(let y=0;y<i.rowCount;y+=1){if(u.has(y))continue;const C=((p=(g=i.slots[y])==null?void 0:g[Math.min(s,Math.max(0,i.colCount-1))])==null?void 0:p.cell)??((x=(h=i.slots[y])==null?void 0:h[Math.max(0,s-1)])==null?void 0:x.cell)??n,b=Al(C);Pl(r,y,s,b),y===a.originRow&&(f=b)}return f&&Ke(f),!0}function Nx(e){var x,y;const t=At(e);if(!t)return!1;const n=$e(e,t);if(!n)return!1;const r=Je(n),i=gt(r,t);if(!i)return!1;if(r.rowCount<=1)return Ts(e,n);const a=i.originRow,s=a+1,u=[];for(const C of r.unique)C.originRow<=a&&C.originRow+C.rowSpan>a&&(C.originRow<a?yn(C.cell,C.colSpan,C.rowSpan-1):C.originRow===a&&C.rowSpan>1&&u.push(C));u.sort((C,b)=>C.originCol-b.originCol);for(const C of u)yn(C.cell,C.colSpan,C.rowSpan-1),Pl(n,s,C.originCol,C.cell);const f=i.originCol;n.rows[a].remove();const g=n.rows[Math.min(a,n.rows.length-1)],p=Je(n),h=(y=(x=p.slots[Math.min(a,p.rowCount-1)])==null?void 0:x[Math.min(f,Math.max(0,p.colCount-1))])==null?void 0:y.cell;return h?Ke(h):g!=null&&g.cells[0]?Ke(g.cells[0]):Gx(n),!0}function Mx(e){var g,p,h;const t=At(e);if(!t)return!1;const n=$e(e,t);if(!n)return!1;const r=Je(n),i=gt(r,t);if(!i)return!1;if(r.colCount<=1)return Ts(e,n);const a=i.originCol,s=i.originRow;for(const x of r.unique)a<x.originCol||a>=x.originCol+x.colSpan||(x.colSpan===1?x.cell.remove():yn(x.cell,x.colSpan-1,x.rowSpan));const u=Je(n);if(u.colCount===0||u.unique.length===0)return Ts(e,n);const f=((p=(g=u.slots[Math.min(s,u.rowCount-1)])==null?void 0:g[Math.min(a,u.colCount-1)])==null?void 0:p.cell)??((h=u.unique[0])==null?void 0:h.cell);return f&&Ke(f),!0}function _x(e,t){const n=At(e);if(!n)return!1;const r=$e(e,n);if(!r)return!1;const i=Rx(r),a=i.indexOf(n);if(a<0)return!1;if(t)return a===0?!1:(Ke(i[a-1]),{changed:!1});if(a<i.length-1)return Ke(i[a+1]),{changed:!1};const s=n.parentElement;if(!Rs(e,"below"))return!1;const u=s instanceof HTMLTableRowElement?s.nextElementSibling:null;return u instanceof HTMLTableRowElement&&u.cells[0]&&Ke(u.cells[0]),{changed:!0}}function Lx(e,t){return!ce(e,t)||t===e?!1:(Ke(t),!0)}function zu(e){return hf(e)!==null}function Ou(e){const t=At(e);if(!t)return!1;const n=Mi(t);return n.colSpan>1||n.rowSpan>1}function Ix(e){const t=hf(e);if(!t)return!1;const n=$e(e,t.origin.cell);return n?bf(n,t):!1}function Fx(e){const t=At(e);if(!t)return!1;const n=$e(e,t);return n?yf(n,t):!1}function Bx(e,t,n){const r=At(e);if(!r)return!1;const i=$e(e,r);if(!i)return!1;const a=Je(i),s=gt(a,r);if(!s)return!1;const u=Math.min(a.colCount-s.originCol,Math.max(1,Math.floor(t))),f=Math.min(a.rowCount-s.originRow,Math.max(1,Math.floor(n)));if(u===s.colSpan&&f===s.rowSpan||!Ax(a,s,u,f))return!1;if((s.colSpan>1||s.rowSpan>1)&&yf(i,r),u===1&&f===1)return Ke(r),!0;const g=Je(i),p=ff(g,{minRow:s.originRow,maxRow:s.originRow+f-1,minCol:s.originCol,maxCol:s.originCol+u-1});return p?bf(i,p):!0}function Sl(e,t,n){let r=t;for(;r&&r!==e;){if(r instanceof HTMLElement&&n(r))return r;r=r.parentNode}return null}function Hx(e){return Ex.has(e.tagName.toLowerCase())}function kl(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);return ce(e,n.commonAncestorContainer)?n.startContainer:null}function hf(e){const t=$r(e);if(t.length<2)return null;const n=$e(e,t[0]);if(!n)return null;const r=Je(n),i=[];for(const u of t){const f=gt(r,u);if(!f)return null;i.push(f)}const a=mf(i);if(!a)return null;const s=ff(r,a);return!s||s.cells.length<2?null:s}function bf(e,t){const n=t.origin.cell,r=Je(e),i=t.cells.map(a=>gt(r,a)).filter(a=>a!==null).sort((a,s)=>a.originRow-s.originRow||a.originCol-s.originCol);for(const a of i)a.cell!==n&&$x(n,a.cell);yn(n,t.colSpan,t.rowSpan);for(const a of i)a.cell!==n&&a.cell.remove();return Ke(n),!0}function yf(e,t){const n=Je(e),r=gt(n,t);if(!r||r.colSpan===1&&r.rowSpan===1)return!1;yn(t,1,1);for(let i=r.originRow;i<r.originRow+r.rowSpan;i+=1)for(let a=r.originCol;a<r.originCol+r.colSpan;a+=1)i===r.originRow&&a===r.originCol||Pl(e,i,a,Al(t));return Ke(t),!0}function zx(e){const t=document.createElement(e);return t.style.border=Px,t.style.padding=Dx,t.appendChild(document.createElement("br")),t}function Al(e){const t=e.cloneNode(!1);for(t.removeAttribute("colspan"),t.removeAttribute("rowspan");t.firstChild;)t.removeChild(t.firstChild);return t.appendChild(document.createElement("br")),t}function Ox(e,t,n){t>=e.cells.length?e.appendChild(n):e.insertBefore(n,e.cells[t])}function Pl(e,t,n,r){const i=e.rows[t];if(!i)return;const a=Je(e);let s=0;for(const u of Array.from(i.cells)){if(u===r)continue;const f=gt(a,u);if(!f||f.originCol>=n)break;s+=1}Ox(i,s,r)}function Kx(e,t,n,r){let i=0;for(let a=0;a<t;a+=1)if(!n.has(a)){if(a>=r)return e.cells[i]??null;i+=1}return e.cells[e.cells.length-1]??null}function Ku(e){var t;return e.childNodes.length===0||e.childNodes.length===1&&((t=e.firstChild)==null?void 0:t.nodeName)==="BR"?!0:(e.textContent??"").trim().length===0&&e.querySelector("img, table, ul, ol, hr")===null}function $x(e,t){if(!(e===t||Ku(t)))for(Ku(e)?e.innerHTML="":e.appendChild(document.createTextNode(" "));t.firstChild;)e.appendChild(t.firstChild)}function Ux(e,t){var i;const n=t.parentElement;if(!n||n===e)return;const r=n.tagName.toLowerCase();r==="td"||r==="th"||(r==="p"||/^h[1-6]$/.test(r))&&((i=n.parentNode)==null||i.insertBefore(t,n.nextSibling),Wx(n)&&n.remove())}function Wx(e){var t;return e.childNodes.length===0||e.childNodes.length===1&&((t=e.firstChild)==null?void 0:t.nodeName)==="BR"?!0:(e.textContent??"").trim().length===0&&e.querySelector("img, table, ul, ol")===null}function Ts(e,t){if(!t.parentNode||!ce(e,t))return!1;const r=document.createRange();r.setStartBefore(t),r.collapse(!0),t.remove();const i=window.getSelection();return i&&(i.removeAllRanges(),i.addRange(r)),!0}function Ke(e){const t=document.createRange();t.selectNodeContents(e),t.collapse(!0);const n=window.getSelection();n&&(n.removeAllRanges(),n.addRange(t))}function Gx(e){const t=document.createRange();t.setStartAfter(e),t.collapse(!0);const n=window.getSelection();n&&(n.removeAllRanges(),n.addRange(t))}const xf=["left","center","right","justify"];function Vx(e){const t=e.trim().toLowerCase();return t==="center"?"center":t==="right"||t==="end"?"right":t==="justify"?"justify":"left"}function bi(e){return Vx(e.style.textAlign)}function Ns(e,t){const n=t??"left";return bi(e)===n?t===null&&e.style.textAlign?(e.style.removeProperty("text-align"),!0):!1:(t===null||t==="left"?e.style.removeProperty("text-align"):e.style.textAlign=t,!0)}function $u(e){const t=e[0];return e.every(n=>n===t)?{align:t,mixed:!1}:{align:null,mixed:!0}}function Cf(e){const t=$r(e);if(t.length>0)return $u(t.map(bi));const n=Qn(e);return n.length===0?kt(e)?{align:"left",mixed:!1}:{align:null,mixed:!1}:$u(n.map(bi))}function wf(e,t){return xf.includes(t)?Jn(e,()=>{const n=$r(e);if(n.length>0){let a=!1;for(const s of n)Ns(s,t)&&(a=!0);return a}const r=zr(e);if(r.length===0)return!1;let i=!1;for(const a of r)Ns(a,t)&&(i=!0);return i}):!1}function Rr(){return{...ul(),align:"left",alignMixed:!1,list:null,listMixed:!1}}function Uu(e){const t=ub(e),n=Cf(e),r=of(e);return{...t,align:n.align,alignMixed:n.mixed,list:r.type,listMixed:r.mixed}}function vf(e,t){let n=!1;return!t.alignMixed&&t.align&&wf(e,t.align)&&(n=!0),t.listMixed||hx(e,t.list)&&(n=!0),db(e,t)&&(n=!0),n}function Zx(e,t){return vf(e,Ms(t))}function Sf(e){return{align:e.alignMixed?void 0:e.align??"left",list:e.listMixed?void 0:e.list,margin:e.marginMixed?void 0:e.margin,padding:e.paddingMixed?void 0:e.padding,lineHeight:e.lineHeightMixed?void 0:e.lineHeight,border:e.borderMixed?void 0:e.border,borderRadius:e.radiusMixed?void 0:e.borderRadius,boxShadow:e.shadowMixed?void 0:e.boxShadow,backgroundColor:e.backgroundMixed?void 0:e.backgroundColor,opacity:e.opacityMixed?void 0:e.opacity,breakInside:e.breakInsideMixed?void 0:e.breakInside,breakAfter:e.breakAfterMixed?void 0:e.breakAfter,breakBefore:e.breakBeforeMixed?void 0:e.breakBefore}}function Ms(e){const t=Rr();return e?{align:e.align??t.align,alignMixed:e.align===void 0,list:e.list===void 0?t.list:e.list,listMixed:e.list===void 0,margin:e.margin??t.margin,marginMixed:e.margin===void 0,padding:e.padding??t.padding,paddingMixed:e.padding===void 0,lineHeight:e.lineHeight===void 0?t.lineHeight:e.lineHeight,lineHeightMixed:e.lineHeight===void 0,border:e.border??t.border,borderMixed:e.border===void 0,borderRadius:e.borderRadius===void 0?t.borderRadius:e.borderRadius,radiusMixed:e.borderRadius===void 0,boxShadow:e.boxShadow===void 0?t.boxShadow:e.boxShadow,shadowMixed:e.boxShadow===void 0,backgroundColor:e.backgroundColor===void 0?t.backgroundColor:e.backgroundColor,backgroundMixed:e.backgroundColor===void 0,opacity:e.opacity===void 0?t.opacity:e.opacity,opacityMixed:e.opacity===void 0,breakInside:e.breakInside===void 0?t.breakInside:e.breakInside,breakInsideMixed:e.breakInside===void 0,breakAfter:e.breakAfter===void 0?t.breakAfter:e.breakAfter,breakAfterMixed:e.breakAfter===void 0,breakBefore:e.breakBefore===void 0?t.breakBefore:e.breakBefore,breakBeforeMixed:e.breakBefore===void 0}:{...t,alignMixed:!0,listMixed:!0,marginMixed:!0,paddingMixed:!0,lineHeightMixed:!0,borderMixed:!0,radiusMixed:!0,shadowMixed:!0,backgroundMixed:!0,opacityMixed:!0,breakInsideMixed:!0,breakAfterMixed:!0,breakBeforeMixed:!0}}const qx=2*1024*1024,Yx="image/jpeg,image/png,image/gif,image/webp,image/bmp,image/avif,.jpg,.jpeg,.png,.gif,.webp,.bmp,.avif",Xx=new Set(["image/jpeg","image/jpg","image/png","image/gif","image/webp","image/bmp","image/x-ms-bmp","image/avif"]),Jx=new Set(["jpg","jpeg","png","gif","webp","bmp","avif"]),Qx=/^data:image\/(?:jpeg|jpg|png|gif|webp|bmp|avif)(?:;charset=[^;,]+)?;base64,/i,e1=/^(javascript|vbscript|file|blob):/i;function t1(e={}){return{src:"",alt:"",title:"",...e}}function nr(e){const t=e.trim();if(!t)return"empty";if(e1.test(t))return"invalid";if(t.toLowerCase().startsWith("data:"))return Qx.test(t)?null:"invalid";if(/^[a-z][a-z0-9+.-]*:/i.test(t)){const n=t.slice(0,t.indexOf(":")).toLowerCase();return n==="http"||n==="https"?null:"invalid"}return null}function n1(e){return e.size>qx?"tooLarge":s1(e)?null:"type"}function r1(e){const t=n1(e);return t?Promise.reject(new Error(t)):new Promise((n,r)=>{const i=new FileReader;i.onload=()=>{const a=String(i.result??"");if(nr(a)){r(new Error("invalid"));return}n(a)},i.onerror=()=>r(i.error??new Error("Failed to read file")),i.readAsDataURL(e)})}function o1(e,t){e.setAttribute("src",t.src.trim());const n=t.alt.trim(),r=t.title.trim();n?e.setAttribute("alt",n):e.removeAttribute("alt"),r?e.setAttribute("title",r):e.removeAttribute("title"),e.style.maxWidth="100%",e.style.height="auto",i1(e,t.css)}function i1(e,t){if(t)for(const n of t.split(";")){const r=n.trim();if(!r)continue;const i=r.indexOf(":");if(i<=0)continue;const a=r.slice(0,i).trim(),s=r.slice(i+1).trim();a&&s&&e.style.setProperty(a,s)}}function a1(e,t){const n=t1(t);if(nr(n.src))return!1;const r=window.getSelection();if(!r||r.rangeCount===0)return!1;const i=r.getRangeAt(0);if(!ce(e,i.commonAncestorContainer))return!1;i.collapsed||i.deleteContents();const a=document.createElement("img");return o1(a,n),i.insertNode(a),i.setStartAfter(a),i.collapse(!0),r.removeAllRanges(),r.addRange(i),!0}function _s(e,t){let n=t;for(;n&&n!==e;){if(n instanceof HTMLImageElement)return n;n=n.parentNode}return null}function os(e,t){if(!ce(e,t)||t===e)return!1;const n=document.createRange();n.selectNode(t);const r=window.getSelection();return r?(r.removeAllRanges(),r.addRange(n),!0):!1}function s1(e){const t=e.type.trim().toLowerCase();if(t&&Xx.has(t))return!0;const n=l1(e.name);return!!(!t&&n&&Jx.has(n))}function l1(e){const t=e.lastIndexOf(".");return t<0||t===e.length-1?"":e.slice(t+1).toLowerCase()}const kf=["%","px","pt","pc","em","rem"],c1="%",u1={"%":[25,50,75,100,125,150,200],px:[50,100,150,200,300,400,600,800],pt:[36,48,72,96,144,192,288],pc:[3,4,6,8,12,16,24],em:[2,4,6,8,12,16,24],rem:[2,4,6,8,12,16,24]},Yn={"%":{min:1,max:1e3},px:{min:1,max:4e3},pt:{min:1,max:3e3},pc:{min:.1,max:250},em:{min:.1,max:200},rem:{min:.1,max:200}},d1=new Set(kf),m1=/^([+]?(?:\d+(?:\.\d+)?|\.\d+))\s*(pt|px|em|rem|%|pc)$/i;function f1(e){return d1.has(e)}function On(e){return`${J(e.value)}${e.unit}`}function yi(e){const t=e.trim();if(!t||t.toLowerCase()==="auto")return null;const n=t.match(m1);if(!n)return null;const r=Number(n[1]);if(!Number.isFinite(r)||r<=0)return null;const i=n[2]==="%"?"%":n[2].toLowerCase();return f1(i)?Xn(r,i):null}function Wu(e,t){const n=e.trim();if(!n)return null;const r=yi(n);if(r)return r;const i=Number(n.replace(",","."));return Number.isFinite(i)?Xn(i,t):null}function Xn(e,t){if(!Number.isFinite(e)||e<=0)return null;const{min:n,max:r}=Yn[t];return{value:_e(Math.min(r,Math.max(n,e))),unit:t}}function Tr(e,t,n){const r=n>0?n:1;if(e==="width"){const a=Xn(t.value/r,t.unit)??t;return{width:t,height:a}}return{width:Xn(t.value*r,t.unit)??t,height:t}}const Qo="data-hover-css",Dl=["fill","contain","cover","none","scale-down"],El=["center","top","bottom","left","right","top left","top right","bottom left","bottom right"],g1=new Set(Dl),p1=new Set(El),Gu="if(this._hp==null)this._hp=this.getAttribute('style')||'';this.setAttribute('style',(this._hp?this._hp+';':'')+(this.getAttribute('data-hover-css')||''))",h1="if(this._hp!=null){this.setAttribute('style',this._hp);this._hp=null}",b1=/^-?[a-z][a-z0-9-]*$/i,y1=/expression\s*\(|javascript:|vbscript:|-moz-binding|\bbehavior\b/i,Ls=/rotate\(\s*([+-]?(?:\d+(?:\.\d+)?|\.\d+))\s*deg\s*\)/i;function Af(e={}){return{sizeMode:"width",width:null,height:null,align:null,margin:{...ft},border:{...cl},borderRadius:null,boxShadow:null,opacity:null,objectFit:null,objectPosition:null,rotateDeg:null,hoverCss:"",...e}}function x1(e){const t=e.naturalWidth,n=e.naturalHeight;return t>0&&n>0?t/n:1}function C1(e,t){const n=e.objectFit;if(n!=="cover"&&n!=="contain"&&n!=="fill"||e.width&&e.height||!e.width&&!e.height)return e;if(e.width){const r=Tr("width",e.width,t);return{...e,sizeMode:"lock",width:r.width,height:r.height}}if(e.height){const r=Tr("height",e.height,t);return{...e,sizeMode:"lock",width:r.width,height:r.height}}return e}function w1(e){const t=[];for(const n of e.split(";")){const r=n.trim();if(!r)continue;const i=r.indexOf(":");if(i<=0)continue;const a=r.slice(0,i).trim().toLowerCase(),s=r.slice(i+1).trim();!a||!s||b1.test(a)&&(a==="behavior"||a.endsWith("binding")||y1.test(s)||t.push(`${a}: ${s}`))}return t.join("; ")}function Yt(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);if(!ce(e,n.commonAncestorContainer))return null;if(n.startContainer instanceof HTMLImageElement)return n.startContainer;if(n.startContainer.nodeType===Node.ELEMENT_NODE){const r=n.startContainer.childNodes[n.startOffset];if(r instanceof HTMLImageElement&&ce(e,r))return r}return _s(e,n.commonAncestorContainer)}function v1(e){const t=Yt(e);return t?Pf(t):null}function Pf(e){const t=er(e),n=D1(e),r=n==="center"?{...t.margin,left:null,right:null}:t.margin,i=k1(e);return Af({sizeMode:i.sizeMode,width:i.width,height:i.height,align:n,margin:r,border:t.border,borderRadius:t.borderRadius,boxShadow:t.boxShadow,opacity:t.opacity,objectFit:Ef(e),objectPosition:T1(e),rotateDeg:jf(e),hoverCss:e.getAttribute(Qo)??""})}function Df(e,t){let n=!1;return A1(e,t)&&(n=!0),tr(e,{margin:t.align==="center"?{...t.margin,left:null,right:null}:t.margin,marginMixed:!1,padding:ft,paddingMixed:!0,lineHeight:null,lineHeightMixed:!0,border:t.border,borderMixed:!1,borderRadius:t.borderRadius,radiusMixed:!1,boxShadow:t.boxShadow,shadowMixed:!1,backgroundColor:null,backgroundMixed:!0,opacity:t.opacity,opacityMixed:!1})&&(n=!0),E1(e,t.align)&&(n=!0),j1(e,t.objectFit)&&(n=!0),R1(e,t.objectPosition)&&(n=!0),M1(e,t.rotateDeg)&&(n=!0),_1(e,t.hoverCss)&&(n=!0),n}function S1(e,t){const n=Yt(e);return n?Df(n,t):!1}function k1(e){const t=yi(e.style.width),n=yi(e.style.height);return t&&n?{sizeMode:"lock",width:t,height:n}:n&&!t?{sizeMode:"height",width:null,height:n}:{sizeMode:"width",width:t,height:null}}function A1(e,t){const n={width:e.style.width,height:e.style.height,maxWidth:e.style.maxWidth},r=P1(t);return r.width?e.style.width=On(r.width):e.style.removeProperty("width"),r.height?e.style.height=On(r.height):e.style.height="auto",r.width||r.height?e.style.removeProperty("max-width"):e.style.maxWidth="100%",n.width!==e.style.width||n.height!==e.style.height||n.maxWidth!==e.style.maxWidth}function P1(e){return e.sizeMode==="width"?{sizeMode:"width",width:e.width,height:null}:e.sizeMode==="height"?{sizeMode:"height",width:null,height:e.height}:{sizeMode:"lock",width:e.width,height:e.height}}function D1(e){const t=e.style.float.trim().toLowerCase();if(t==="left")return"left";if(t==="right")return"right";const n=e.style.display.trim().toLowerCase(),r=e.style.marginLeft.trim().toLowerCase(),i=e.style.marginRight.trim().toLowerCase();return n==="block"&&r==="auto"&&i==="auto"?"center":null}function E1(e,t){const n={float:e.style.float,display:e.style.display,marginLeft:e.style.marginLeft,marginRight:e.style.marginRight};return t==="left"?(e.style.float="left",e.style.removeProperty("display"),e.style.marginLeft.trim().toLowerCase()==="auto"&&e.style.removeProperty("margin-left"),e.style.marginRight.trim().toLowerCase()==="auto"&&e.style.removeProperty("margin-right")):t==="right"?(e.style.float="right",e.style.removeProperty("display"),e.style.marginLeft.trim().toLowerCase()==="auto"&&e.style.removeProperty("margin-left"),e.style.marginRight.trim().toLowerCase()==="auto"&&e.style.removeProperty("margin-right")):t==="center"?(e.style.removeProperty("float"),e.style.display="block",e.style.marginLeft="auto",e.style.marginRight="auto"):(e.style.removeProperty("float"),e.style.display.trim().toLowerCase()==="block"&&e.style.removeProperty("display"),e.style.marginLeft.trim().toLowerCase()==="auto"&&e.style.removeProperty("margin-left"),e.style.marginRight.trim().toLowerCase()==="auto"&&e.style.removeProperty("margin-right")),n.float!==e.style.float||n.display!==e.style.display||n.marginLeft!==e.style.marginLeft||n.marginRight!==e.style.marginRight}function Ef(e){const t=e.style.objectFit.trim().toLowerCase();return g1.has(t)?t:null}function j1(e,t){return Ef(e)===t?!1:(t?e.style.objectFit=t:e.style.removeProperty("object-fit"),!0)}function R1(e,t){const n=(t==null?void 0:t.trim().toLowerCase().replace(/\s+/g," "))||"";return e.style.objectPosition.trim().toLowerCase().replace(/\s+/g," ")===n?!1:(n?e.style.objectPosition=n:e.style.removeProperty("object-position"),!0)}function T1(e){const t=e.style.objectPosition.trim().toLowerCase().replace(/\s+/g," ");return t?(p1.has(t),t):null}function jf(e){const t=Ls.exec(e.style.transform);if(!t)return null;const n=Number(t[1]);return Number.isFinite(n)?_e(n):null}function N1(e){const t=e.trim();return t?Ls.test(t)&&t.replace(Ls,"").trim()==="":!0}function M1(e,t){const n=jf(e),r=t===null||t===0?null:_e(t);return n===r?!1:r===null?N1(e.style.transform)?(e.style.removeProperty("transform"),!0):!1:(e.style.transform=`rotate(${J(r)}deg)`,!0)}function _1(e,t){const n=w1(t),r=e.getAttribute(Qo)??"",i=e.getAttribute("onmouseover")??"";return r===n&&(n&&i===Gu||!n&&!i)?!1:n?(e.setAttribute(Qo,n),e.setAttribute("onmouseover",Gu),e.setAttribute("onmouseout",h1),!0):(e.removeAttribute(Qo),e.removeAttribute("onmouseover"),e.removeAttribute("onmouseout"),!0)}const $n={value:100,unit:"%"},L1=new Set(Dl),I1=new Set(El),F1=new Set(["cover","contain","scale-down","none"]),Vu={contain:"contain",cover:"cover",auto:"none"},Zu={fill:"100% 100%",contain:"contain",cover:"cover",none:"auto","scale-down":"contain"};function jl(){return{src:null,opacity:null,fit:null,position:null,width:{...$n},height:null}}function Rf(e){return e!=null&&F1.has(e)}function Tf(e){const t=e.style.opacity.trim();if(!t)return null;const n=Number(t);return Number.isFinite(n)?Qt(n):null}function B1(e,t){const n=Tf(e),r=t===null?null:Qt(t);return n===r?!1:(r===null?e.style.removeProperty("opacity"):e.style.opacity=xm(r),!0)}function Nf(e){const t=e.style.backgroundImage.trim();if(!t||t==="none")return null;const n=/^url\(\s*["']?(.+?)["']?\s*\)$/i.exec(t);return n&&n[1].trim()||null}function H1(e){return`url("${e.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}")`}function z1(e,t){const n=Nf(e),r=(t==null?void 0:t.trim())??"",i=r&&nr(r)===null?r:null;return n===i?!1:(i?e.style.backgroundImage=H1(i):e.style.removeProperty("background-image"),!0)}function Mf(e){return e.trim().toLowerCase().replace(/\s+/g," ")}function is(e){return!e||e==="auto"?null:yi(e)}function O1(e){return Rf(e.fit)&&e.fit?Zu[e.fit]:e.fit==="fill"?Zu.fill:e.width&&e.height?`${On(e.width)} ${On(e.height)}`:e.width?On(e.width):e.height?`auto ${On(e.height)}`:null}function K1(e){const t=Mf(e.style.backgroundSize);if(!t)return{fit:null,width:null,height:null};if(t==="100% 100%")return{fit:"fill",width:{...$n},height:{...$n}};if(Vu[t])return{fit:Vu[t],width:null,height:null};if(L1.has(t))return{fit:t,width:null,height:null};const n=t.split(" ");return n.length===1?{fit:null,width:is(n[0]),height:null}:n.length===2?{fit:null,width:is(n[0]),height:is(n[1])}:{fit:null,width:null,height:null}}function $1(e,t){const n=Mf(e.style.backgroundSize),r=O1(t);return n===(r??"")?!1:(r?e.style.backgroundSize=r:e.style.removeProperty("background-size"),!0)}function U1(e){const t=e.style.backgroundPosition.trim().toLowerCase().replace(/\s+/g," ");return t?(I1.has(t),t):null}function W1(e,t){const n=(t==null?void 0:t.trim().toLowerCase().replace(/\s+/g," "))||"";return e.style.backgroundPosition.trim().toLowerCase().replace(/\s+/g," ")===n?!1:(n?e.style.backgroundPosition=n:e.style.removeProperty("background-position"),!0)}function Is(e){let t=!1;return e.id!==ui&&(e.id=ui,t=!0),e.hasAttribute(ci)||(e.setAttribute(ci,""),t=!0),e.getAttribute("contenteditable")!=="false"&&(e.setAttribute("contenteditable","false"),t=!0),t}function _f(e){const t=e.getAttribute("style");return e.style.position="absolute",e.style.inset="0",e.style.zIndex="-1",e.style.pointerEvents="none",e.style.userSelect="none",e.style.backgroundRepeat="no-repeat",e.getAttribute("style")!==t}function G1(e){const t=gl(e),n=t[0]??null;if(n){let i=Is(n);for(const a of t.slice(1))a.remove(),i=!0;return(n.parentNode!==e||n!==e.firstChild)&&(e.insertBefore(n,e.firstChild),i=!0),{layer:n,changed:i}}const r=document.createElement("div");return Is(r),_f(r),e.insertBefore(r,e.firstChild),{layer:r,changed:!0}}function V1(e){const t=gl(e);if(t.length===0)return!1;for(const n of t)n.remove();return!0}function qu(e){let t=!1;return pl(e)?(e.style.position!=="relative"&&(e.style.position="relative",t=!0),e.style.isolation!=="isolate"&&(e.style.isolation="isolate",t=!0)):(e.style.position==="relative"&&(e.style.removeProperty("position"),t=!0),e.style.isolation==="isolate"&&(e.style.removeProperty("isolation"),t=!0)),t}function Z1(e){const t=pl(e);if(!t)return jl();const n=K1(t);return{src:Nf(t),opacity:Tf(t),fit:n.fit,position:U1(t),width:n.width,height:n.height}}function q1(e,t){var u;const n=((u=t.src)==null?void 0:u.trim())??"";if(!(n.length>0&&nr(n)===null)){const f=V1(e),g=qu(e);return(f||g)&&mt(e),f||g}const i=G1(e),a=i.layer;let s=i.changed;return Is(a)&&(s=!0),_f(a)&&(s=!0),qu(e)&&(s=!0),z1(a,n)&&(s=!0),$1(a,t)&&(s=!0),W1(a,t.position)&&(s=!0),B1(a,t.opacity)&&(s=!0),s&&(mt(a),mt(e)),s}function Y1(){return{size:null,unit:hn,marks:Lt(),fontFamily:null,fontFamilyMixed:!1,fontColor:null,highlightColor:null,fontColorMixed:!1,highlightColorMixed:!1}}function Fs(){return{font:Y1(),box:ul(),backgroundImage:jl(),atRule:Zt()}}function Bs(e,t){return t?{top:t.top!==void 0?t.top:e.top,right:t.right!==void 0?t.right:e.right,bottom:t.bottom!==void 0?t.bottom:e.bottom,left:t.left!==void 0?t.left:e.left}:e}function X1(e,t){if(!t)return e;const{margin:n,padding:r,...i}=t;return{...e,...i,margin:n?Bs(e.margin,n):e.margin,padding:r?Bs(e.padding,r):e.padding}}function J1(e,t){if(!t)return e;const{marks:n,...r}=t;return{...e,...r,marks:n?{...e.marks,...n}:e.marks}}function Q1(e,t){const{margin:n,...r}=t.atRule??{};return{font:J1(e.font,t.font),box:X1(e.box,t.box),backgroundImage:t.backgroundImage?{...e.backgroundImage,...t.backgroundImage}:e.backgroundImage,atRule:t.atRule?{...e.atRule,...r,margin:n?Bs(e.atRule.margin,n):e.atRule.margin}:e.atRule}}function eC(e){return e?!!(e.font||e.box||e.backgroundImage||e.atRule):!1}function Yu(e,t){if(!eC(t))return e;const n=document.createElement("div");n.innerHTML=e;const r=Q1(Lf(n),t);return If(n,r).pageHtml}function tC(e){const t=e.style.fontSize,n=t?Qs(t):null,r=n&&Pi(n.unit)?{value:n.value,unit:n.unit}:null,i=`${e.style.textDecorationLine} ${e.style.textDecoration}`.toLowerCase(),a=e.style.fontWeight.trim().toLowerCase(),s={bold:a==="bold"||Number(a)>=700,italic:e.style.fontStyle.trim().toLowerCase()==="italic",underline:/\bunderline\b/.test(i),strikethrough:/\bline-through\b/.test(i)},u=e.style.color,f=e.style.fontFamily.trim();return{size:(r==null?void 0:r.value)??null,unit:(r==null?void 0:r.unit)??hn,marks:s,fontFamily:f||null,fontFamilyMixed:!1,fontColor:u?we(u):null,highlightColor:null,fontColorMixed:!1,highlightColorMixed:!1}}function nC(e,t){const n=e.style.fontSize,r=t.size===null?null:bn(t.size,t.unit);if(!r)return n?(e.style.removeProperty("font-size"),!0):!1;const i=Js(r.value,r.unit);return n===i?!1:(e.style.fontSize=i,!0)}function rC(e,t){var i;if(t.fontFamilyMixed)return!1;const n=(i=t.fontFamily)!=null&&i.trim()?t.fontFamily.trim():null,r=e.style.fontFamily.trim()||null;return Kr(r,n)?!1:(n?e.style.fontFamily=n:e.style.removeProperty("font-family"),!0)}function oC(e,t){if(t.fontColorMixed)return!1;const n=t.fontColor?we(t.fontColor):null;return(e.style.color?we(e.style.color):null)===n?!1:(n?e.style.color=n:e.style.removeProperty("color"),!0)}function iC(e,t){let n=!1;const r=t.bold?"bold":"";e.style.fontWeight!==r&&(r?e.style.fontWeight=r:e.style.removeProperty("font-weight"),n=!0);const i=t.italic?"italic":"";e.style.fontStyle!==i&&(i?e.style.fontStyle=i:e.style.removeProperty("font-style"),n=!0);const a=[];t.underline&&a.push("underline"),t.strikethrough&&a.push("line-through");const s=a.join(" ");return(e.style.textDecorationLine||e.style.textDecoration).trim()!==s&&(s?e.style.textDecoration=s:(e.style.removeProperty("text-decoration"),e.style.removeProperty("text-decoration-line")),n=!0),n}function aC(e,t){let n=!1;return nC(e,t)&&(n=!0),rC(e,t)&&(n=!0),oC(e,t)&&(n=!0),iC(e,t.marks)&&(n=!0),n&&mt(e),n}function sC(e){const t=e.box;return t.backgroundMixed||t.backgroundColor?t:!e.font.highlightColorMixed&&e.font.highlightColor?{...t,backgroundColor:e.font.highlightColor}:t}function Lf(e){const t=sn(e);if(!t)return Fs();const n=er(t);return{font:tC(t),box:{margin:n.margin,marginMixed:!1,padding:n.padding,paddingMixed:!1,lineHeight:n.lineHeight,lineHeightMixed:!1,border:n.border,borderMixed:!1,borderRadius:n.borderRadius,radiusMixed:!1,boxShadow:n.boxShadow,shadowMixed:!1,backgroundColor:n.backgroundColor,backgroundMixed:!1,opacity:n.opacity,opacityMixed:!1},backgroundImage:Z1(t),atRule:qt(e.innerHTML)}}function If(e,t){const n=kt(e),r=n?Un(e,n.startContainer,n.startOffset):null,i=n?Un(e,n.endContainer,n.endOffset):null,a=sn(e),s=Nm(e);jr(s);const u=aC(s,t.font),f=tr(s,sC(t)),g=q1(s,t.backgroundImage);Ei(e);const p=qt(e.innerHTML),h=Dm(e.innerHTML,t.atRule),x=Gn(h);x!==Gn(e.innerHTML)&&(e.innerHTML=x),Or(e,h);const y=JSON.stringify(p)!==JSON.stringify(t.atRule);return r!==null&&i!==null&&al(e,Math.min(r,i),Math.max(r,i)),{changed:!a||u||f||g||y,pageHtml:h}}function lC(e,t){const n=t??e.innerHTML,r=Em(n);return _r(n)?(e.innerHTML=Gn(r),Ei(e),Or(e,r),{changed:!0,pageHtml:r}):{changed:!1,pageHtml:r}}const cC=/<script\b[^>]*>[\s\S]*?<\/script>/gi,uC=/^\s*javascript\s*:/i;function dC(e){return e.replace(/&(#x[0-9a-f]+|#\d+|amp|lt|gt|quot);/gi,(t,n)=>{const r=n.toLowerCase();if(r==="amp")return"&";if(r==="lt")return"<";if(r==="gt")return">";if(r==="quot")return'"';if(r.startsWith("#x")){const i=Number.parseInt(r.slice(2),16);return Number.isFinite(i)?String.fromCodePoint(i):t}if(r.startsWith("#")){const i=Number.parseInt(r.slice(1),10);return Number.isFinite(i)?String.fromCodePoint(i):t}return t}).replace(/\\([0-7]{1,3})/g,(t,n)=>{const r=Number.parseInt(n,8);return Number.isFinite(r)?String.fromCodePoint(r):t})}function Ff(e){const t=dC(e).replace(/[\u0000-\u001F\u007F\s]+/g,"");return uC.test(t)}function mC(e){return e.split(";").map(t=>t.trim()).filter(t=>{if(!t)return!1;const n=t.indexOf(":");if(n<=0)return!0;const r=t.slice(n+1);return!Ff(r)&&!/url\s*\(\s*["']?\s*javascript:/i.test(r)}).join("; ")}function fC(e){const t=e instanceof Element?[e,...e.querySelectorAll("*")]:[...e.querySelectorAll("*")];for(const n of t)for(const r of[...n.attributes]){if(Ff(r.value)){n.removeAttribute(r.name);continue}if(r.name.toLowerCase()==="style"){const i=mC(r.value);i?i!==r.value&&n.setAttribute(r.name,i):n.removeAttribute(r.name)}}}function gC(e){return new DOMParser().parseFromString(`<body>${e}</body>`,"text/html")}function pC(e){return e.body.innerHTML}function Hs(e){if(!e.trim())return e;const n=e.replace(cC,"");if(!/javascript\s*:/i.test(n))return n;const r=gC(n);return fC(r.body),pC(r)}function ei(e){if(!e.trim())return e;const n=Me(e);return n.length===1?Hs(e):nt(n.map(Hs))}const Rl="data-hover-html",hC="noopener noreferrer",bC="var n=this._hoverBox;if(!n){n=document.createElement('div');n.style.cssText='position:absolute;z-index:2147483646;background:#fff;border:1px solid #c8c8c8;border-radius:4px;padding:0.35rem 0.5rem;color:#222;max-width:18rem';this._hoverBox=n}n.innerHTML=this.getAttribute('data-hover-html')||'';var r=this.getBoundingClientRect();n.style.left=r.left+window.scrollX+'px';n.style.top=r.bottom+4+window.scrollY+'px';document.body.appendChild(n)",yC="this._hoverBox&&this._hoverBox.remove()",xC=/^(#(?:[0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})|rgba?\(\s*\d+\s*,\s*\d+\s*,\s*\d+(?:\s*,\s*(?:0|0?\.\d+|1))?\s*\))$/;function _i(e={}){return{href:"",title:"",targetBlank:!1,textDecorationNone:!1,hoverMode:"color",hoverColor:null,hoverHtml:"",...e}}function CC(e){return e.tagName.toLowerCase()==="a"&&e.hasAttribute("href")}function Fr(e,t){let n=t;for(;n&&n!==e;){if(n instanceof Element&&CC(n))return n;n=n.parentNode}return null}function Bf(e){return xC.test(e)}function wC(e){var i;const t=e.getAttribute("onmouseover")??"",n=/this\.style\.color\s*=\s*'([^']+)'/.exec(t),r=((i=n==null?void 0:n[1])==null?void 0:i.trim())??"";return r&&Bf(r)?r:null}function Hf(e){const t=`${e.style.textDecoration} ${e.style.textDecorationLine}`.toLowerCase();return/\bnone\b/.test(t)}function vC(e){const t=e.getAttribute(Rl)??"",n=wC(e);return{href:e.getAttribute("href")??"",title:e.getAttribute("title")??"",targetBlank:e.getAttribute("target")==="_blank",textDecorationNone:Hf(e),hoverMode:t.trim()?"html":"color",hoverColor:n,hoverHtml:t}}function zf(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);if(!ce(e,n.commonAncestorContainer))return null;const r=Fr(e,n.commonAncestorContainer);return r?vC(r):null}function SC(e){return zf(e)!==null}function kC(e){e.removeAttribute("onmouseover"),e.removeAttribute("onmouseout"),e.removeAttribute(Rl)}function AC(e,t){var r;if(kC(e),t.hoverMode==="html"){const i=t.hoverHtml.trim();if(!i)return;e.setAttribute(Rl,i),e.setAttribute("onmouseover",bC),e.setAttribute("onmouseout",yC);return}const n=((r=t.hoverColor)==null?void 0:r.trim())??"";!n||!Bf(n)||(e.setAttribute("onmouseover",`this.style.color='${n}'`),e.setAttribute("onmouseout","this.style.color=''"))}function Tl(e,t){const n=_i(t);e.setAttribute("href",n.href);const r=n.title.trim();r?e.setAttribute("title",r):e.removeAttribute("title"),n.targetBlank?(e.setAttribute("target","_blank"),e.setAttribute("rel",hC)):(e.removeAttribute("target"),e.removeAttribute("rel")),n.textDecorationNone?e.style.textDecoration="none":Hf(e)&&(e.style.removeProperty("text-decoration"),e.style.removeProperty("text-decoration-line")),AC(e,n)}function PC(e,t){const n=new Set;for(const r of t){const i=Fr(e,r);i&&!n.has(i)&&n.add(i)}for(const r of n)Xe(r)}function DC(e,t,n){vt(t);const r=Ue(t).filter(u=>u.data.length>0);PC(e,r),r.length>0&&xn(r);const i=window.getSelection();if(!i||i.rangeCount===0)return!1;const a=i.getRangeAt(0);vt(a);const s=document.createElement("a");Tl(s,n);try{return a.surroundContents(s),!0}catch{const u=a.extractContents();return u.hasChildNodes()?(s.appendChild(u),a.insertNode(s),!0):!1}}function EC(e,t){const n=document.createElement("a");Tl(n,t),n.textContent=t.href,e.insertNode(n),e.setStartAfter(n),e.collapse(!0);const r=window.getSelection();return r==null||r.removeAllRanges(),r==null||r.addRange(e),!0}function jC(e,t){const n=t.href.trim();if(!n)return!1;const r=_i({...t,href:n}),i=window.getSelection();if(!i||i.rangeCount===0)return!1;const a=i.getRangeAt(0);if(!ce(e,a.commonAncestorContainer))return!1;const s=Fr(e,a.startContainer),u=Fr(e,a.endContainer);return s&&s===u?(Tl(s,r),!0):a.collapsed?EC(a,r):DC(e,a,r)}const RC=/^[A-Za-z][A-Za-z0-9_-]*$/,Of="";function zs(e){var r;const t=hl(e),n=new Set;for(const i of t.querySelectorAll("[id]")){if(i===t)continue;const a=i.id.trim();a&&n.add(a)}for(const i of t.querySelectorAll("a[name]")){const a=(r=i.getAttribute("name"))==null?void 0:r.trim();a&&n.add(a)}return[...n].sort((i,a)=>i.localeCompare(a)).map(i=>({id:i}))}function TC(e){return new Set(zs(e).map(t=>t.id))}function Kf(e,t){const n=e.trim();return n?RC.test(n)?t.has(n)?"duplicate":null:"invalid":"empty"}function Xu(e,t){const n=document.createElement("a");n.id=t,n.appendChild(document.createTextNode(Of)),e.insertNode(n),e.setStartAfter(n),e.collapse(!0);const r=window.getSelection();r==null||r.removeAllRanges(),r==null||r.addRange(e)}function NC(e,t){var r;const n=document.createElement("a");n.id=t,n.appendChild(document.createTextNode(Of)),(r=e.parentNode)==null||r.insertBefore(n,e)}function MC(e,t){const n=t.trim();if(Kf(n,TC(e)))return!1;const r=window.getSelection();if(!r||r.rangeCount===0)return!1;const i=r.getRangeAt(0);if(!ce(e,i.commonAncestorContainer))return!1;const a=Fr(e,i.startContainer);if(a)return NC(a,n),!0;if(i.collapsed)return Xu(i,n),!0;vt(i);const s=document.createElement("span");s.id=n;try{return i.surroundContents(s),!0}catch{return Xu(i,n),!0}}const Le="data-comment-thread",Ju="wysiwyg-comment-anchor";function _C(){return`cmt_${crypto.randomUUID()}`}function LC(){return crypto.randomUUID()}const xi=20;function Qu(e,t){if(!e)return null;const n=e instanceof Element?e:e.parentElement;if(!n)return null;const r=n.closest(`[${Le}]`);return r instanceof HTMLElement&&ce(t,r)?r:null}function ed(e,t,n){var x;const r=document.createTreeWalker(e,NodeFilter.SHOW_TEXT);let i=Math.max(0,t),a=Math.max(t,n),s=null,u=0,f=null,g=0,p;for(;p=r.nextNode();){const y=p,C=((x=y.textContent)==null?void 0:x.length)??0;if(!s&&i<=C&&(s=y,u=i),!f&&a<=C){f=y,g=a;break}i-=C,a-=C}if(!s||!f)return null;const h=document.createRange();return h.setStart(s,u),h.setEnd(f,g),h}function IC(e,t,n){const r=e.textContent??"",i=r.slice(Math.max(0,t-xi),t),a=r.slice(n,n+xi);return{prefix:i,suffix:a}}function FC(e,t){if(t.mode!=="visual")return null;const n=Yt(e);if(n)return{type:"image",elementId:n.id||void 0,src:n.getAttribute("src")??void 0};if(t.collapsed&&!t.text)return null;const{prefix:r,suffix:i}=IC(e,t.start,t.end);return{type:"text",text:t.text,start:t.start,end:t.end,prefix:r,suffix:i}}function td(e,t){if(t.mode!=="visual")return null;const n=Yt(e);if(n!=null&&n.hasAttribute(Le))return n.getAttribute(Le)??null;if(t.visualRange){const r=Qu(t.visualRange.startContainer,e);if(r)return r.getAttribute(Le)??null;const i=Qu(t.visualRange.endContainer,e);if(i)return i.getAttribute(Le)??null}return null}function Os(e,t,n){if(!ce(e,n.commonAncestorContainer))return!1;vt(n);const r=document.createElement("span");r.setAttribute(Le,t);try{return n.surroundContents(r),!0}catch{const i=n.toString();if(!i)return!1;const a=document.createElement("span");return a.setAttribute(Le,t),a.textContent=i,n.deleteContents(),n.insertNode(a),!0}}function $f(e,t){e.setAttribute(Le,t)}function BC(e,t,n){const r=Yt(e);return r?($f(r,t),!0):n.visualRange?Os(e,t,n.visualRange):!1}function HC(e,t){if(t.type!=="image")return null;for(const n of e.querySelectorAll("img"))if(t.elementId&&n.id===t.elementId||t.src&&n.getAttribute("src")===t.src)return n;return null}function zC(e,t,n){if(n.type!=="text")return!1;if(n.start!==void 0&&n.end!==void 0){const s=ed(e,n.start,n.end);if(s&&s.toString()===n.text)return Os(e,t,s)}const r=e.textContent??"",i=n.text;if(!i)return!1;let a=0;for(;a<=r.length;){const s=r.indexOf(i,a);if(s===-1)return!1;const u=s+i.length,f=r.slice(Math.max(0,s-xi),s),g=r.slice(u,u+xi);if(n.prefix!==void 0&&f!==n.prefix){a=s+1;continue}if(n.suffix!==void 0&&g!==n.suffix){a=s+1;continue}const p=ed(e,s,u);return p?Os(e,t,p):!1}return!1}function OC(e,t){for(const n of t)if(!e.querySelector(`[${Le}="${n.id}"]`)){if(n.anchor.type==="image"){const i=HC(e,n.anchor);i&&$f(i,n.id);continue}zC(e,n.id,n.anchor)}}function nd(e,t){for(const n of e.querySelectorAll(`[${Le}]`))n instanceof HTMLElement&&(t?n.classList.add(Ju):n.classList.remove(Ju))}function rd(e,t){if(!t)return null;const n=t instanceof Element?t:t.parentElement;if(!n)return null;const r=n.closest(`[${Le}]`);return r instanceof HTMLElement&&ce(e,r)?r:null}function od(e,t){const n=e.querySelector(`[${Le}="${t}"]`);if(!(n instanceof HTMLElement))return!1;const r=window.getSelection();if(!r)return!1;const i=document.createRange();if(n instanceof HTMLImageElement)i.selectNode(n);else{const s=document.createTreeWalker(n,NodeFilter.SHOW_TEXT).nextNode();s instanceof Text?(i.setStart(s,0),i.collapse(!0)):(i.selectNodeContents(n),i.collapse(!0))}return r.removeAllRanges(),r.addRange(i),!0}function KC(e,t=[]){return{id:_C(),anchor:e,messages:t,createdAt:new Date().toISOString(),resolvedAt:null,resolvedBy:null}}function $C(e,t){return{id:LC(),userId:e.userId,userName:e.userName,message:t.trim(),createdAt:new Date().toISOString()}}function UC(e,t,n){return e.map(r=>r.id===t?{...r,messages:[...r.messages,n]}:r)}function WC(e,t){return e.find(n=>n.id===t)}function Uf(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);return ce(e,n.commonAncestorContainer)?n:null}function GC(e){const t=Uf(e);if(!t||t.collapsed)return null;const n=document.createElement("div");n.appendChild(t.cloneContents());const r=n.innerHTML;if(!r)return null;let i=t.toString();if(!i){const a=n.querySelector("img");i=(a==null?void 0:a.getAttribute("alt"))??(a==null?void 0:a.getAttribute("src"))??""}return{html:r,text:i}}function Wf(e){const t=Uf(e);if(!t||t.collapsed)return!1;t.deleteContents();const n=window.getSelection();return n==null||n.removeAllRanges(),n==null||n.addRange(t),!0}async function VC(e){const t=navigator.clipboard;if(!t)return!1;try{if(typeof ClipboardItem=="function"&&typeof t.write=="function"){const n=new ClipboardItem({"text/plain":new Blob([e.text],{type:"text/plain"}),"text/html":new Blob([e.html],{type:"text/html"})});return await t.write([n]),!0}if(typeof t.writeText=="function")return await t.writeText(e.text),!0}catch{if(typeof t.writeText=="function")try{return await t.writeText(e.text),!0}catch{return!1}return!1}return!1}async function Gf(e){const t=GC(e);return t?VC(t):!1}async function ZC(e){return await Gf(e)?Wf(e):!1}const qC=new Set(["strong","b","em","i","u","s","strike","del"]),YC=["font","font-weight","font-style","font-family","font-size","color","background","background-color","text-decoration","text-decoration-line","text-decoration-color","text-decoration-style","text-decoration-thickness"];function XC(e){for(const t of YC)e.style.removeProperty(t)}function JC(e,t){let n=t;for(;n.parentElement&&n.parentElement!==e;){const r=n.parentElement;if(!St(r)){n=r;continue}if(an(r,n),qC.has(r.tagName.toLowerCase())){Xe(r);continue}if(XC(r),on(r)){Xe(r);continue}n=r.isConnected?r:t}}function QC(e){const t=kt(e);if(!t||t.collapsed)return!1;const n=e.innerHTML;vt(t);const r=Ue(t).filter(i=>i.data.length>0);if(r.length===0)return!1;for(const i of r)JC(e,i);return xn(r),e.innerHTML!==n}function ew(e,t){return e.start===t.start&&e.end===t.end&&e.collapsed===t.collapsed}function tw(e){const t=Bn(e),n=Wm(e),r=Hm(e),i=ii(e,"color"),a=ii(e,"backgroundColor"),s=Vm(e);return{size:n.mixed?null:n.value,unit:n.unit,marks:t,fontFamily:r.mixed?null:r.value,fontFamilyMixed:r.mixed,fontColor:i.mixed?null:i.value,fontColorMixed:i.mixed,highlightColor:a.mixed?null:a.value,highlightColorMixed:a.mixed,customCss:s.mixed?null:s.value,customCssMixed:s.mixed}}function nw(e,t){t.size!==null&&ks(e,t.size,t.unit);const n=Bn(e);for(const r of it)t.marks[r]!==n[r]&&Ds(e,r);return t.fontFamilyMixed||ws(e,t.fontFamily),t.fontColorMixed||Er(e,"color",t.fontColor),t.highlightColorMixed||Er(e,"backgroundColor",t.highlightColor),!t.customCssMixed&&t.customCss&&qm(e,t.customCss),!0}function ti(){return typeof window<"u"&&"speechSynthesis"in window}function rw(e){const t=document.createElement("div");return t.innerHTML=e,(t.innerText??t.textContent??"").trim()}function id(e,t){const n=e.text.trim();return n||rw(t)||null}function ow(e){const t=window.speechSynthesis,n=()=>{e()};return{toggle(r){if(!ti())return;if(t.speaking){t.cancel(),n();return}const i=new SpeechSynthesisUtterance(r);i.onend=n,i.onerror=n,t.speak(i),n()},isSpeaking(){return ti()&&t.speaking},cancel(){ti()&&t.speaking&&(t.cancel(),n())}}}const iw=5*1024*1024,aw="audio/mpeg,audio/mp3,audio/wav,audio/x-wav,audio/ogg,audio/aac,audio/webm,audio/mp4,audio/x-m4a,.mp3,.wav,.ogg,.aac,.webm,.m4a",sw=new Set(["audio/mpeg","audio/mp3","audio/wav","audio/x-wav","audio/ogg","audio/aac","audio/webm","audio/mp4","audio/x-m4a"]),lw=new Set(["mp3","wav","ogg","aac","webm","m4a"]),cw=/^data:audio\/(?:mpeg|mp3|wav|x-wav|ogg|aac|webm|mp4|x-m4a)(?:;charset=[^;,]+)?;base64,/i,uw=/^(javascript|vbscript|file|blob):/i;function dw(e={}){return{src:"",title:"",...e}}function Nl(e){const t=e.trim();if(!t)return"empty";if(uw.test(t))return"invalid";if(t.toLowerCase().startsWith("data:"))return cw.test(t)?null:"invalid";if(/^[a-z][a-z0-9+.-]*:/i.test(t)){const n=t.slice(0,t.indexOf(":")).toLowerCase();return n==="http"||n==="https"?null:"invalid"}return null}function mw(e){return e.size>iw?"tooLarge":bw(e)?null:"type"}function fw(e){const t=mw(e);return t?Promise.reject(new Error(t)):new Promise((n,r)=>{const i=new FileReader;i.onload=()=>{const a=String(i.result??"");if(Nl(a)){r(new Error("invalid"));return}n(a)},i.onerror=()=>r(i.error??new Error("Failed to read file")),i.readAsDataURL(e)})}function gw(e,t){e.setAttribute("controls",""),e.setAttribute("src",t.src.trim());const n=t.title.trim();n?e.setAttribute("title",n):e.removeAttribute("title"),e.style.maxWidth="100%",pw(e,t.css)}function pw(e,t){if(t)for(const n of t.split(";")){const r=n.trim();if(!r)continue;const i=r.indexOf(":");if(i<=0)continue;const a=r.slice(0,i).trim(),s=r.slice(i+1).trim();a&&s&&e.style.setProperty(a,s)}}function hw(e,t){const n=dw(t);if(Nl(n.src))return!1;const r=window.getSelection();if(!r||r.rangeCount===0)return!1;const i=r.getRangeAt(0);if(!ce(e,i.commonAncestorContainer))return!1;i.collapsed||i.deleteContents();const a=document.createElement("audio");return gw(a,n),i.insertNode(a),i.setStartAfter(a),i.collapse(!0),r.removeAllRanges(),r.addRange(i),!0}function bw(e){const t=e.type.trim().toLowerCase();if(t&&sw.has(t))return!0;const n=yw(e.name);return!!(!t&&n&&lw.has(n))}function yw(e){const t=e.lastIndexOf(".");return t<0||t===e.length-1?"":e.slice(t+1).toLowerCase()}const Vf=/^(javascript|vbscript|file|blob):/i,xw=[/(?:youtube\.com\/watch\?(?:[^&]*&)*v=|youtube\.com\/watch\?v=)([\w-]{11})/i,/youtu\.be\/([\w-]{11})/i,/youtube\.com\/embed\/([\w-]{11})/i,/youtube\.com\/shorts\/([\w-]{11})/i];function Cw(e={}){return{url:"",title:"",...e}}function ww(e={}){return{src:"",title:"",...e}}function Li(e){const t=e.trim();if(!t)return null;for(const n of xw){const r=t.match(n);if(r!=null&&r[1])return r[1]}return null}function Zf(e){return`https://www.youtube.com/embed/${e}`}function qf(e){const t=e.trim();return t?Vf.test(t)?"invalid":Li(t)?null:"invalid":"empty"}function vw(e){const t=e.trim();if(!t)return"empty";if(Vf.test(t))return"invalid";if(Li(t))return null;if(t.toLowerCase().startsWith("data:"))return/^data:video\//i.test(t)?null:"invalid";if(/^[a-z][a-z0-9+.-]*:/i.test(t)){const n=t.slice(0,t.indexOf(":")).toLowerCase();return n==="http"||n==="https"?null:"invalid"}return null}function Yf(e,t){if(t)for(const n of t.split(";")){const r=n.trim();if(!r)continue;const i=r.indexOf(":");if(i<=0)continue;const a=r.slice(0,i).trim(),s=r.slice(i+1).trim();a&&s&&e.style.setProperty(a,s)}}function Xf(e,t,n){e.setAttribute("src",t),e.setAttribute("frameborder","0"),e.setAttribute("allow","accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"),e.setAttribute("allowfullscreen","");const r=n.title.trim();r?e.setAttribute("title",r):e.removeAttribute("title"),e.style.maxWidth="100%",e.style.width="560px",e.style.aspectRatio="16 / 9",e.style.border="0",Yf(e,n.css)}function Sw(e,t){e.setAttribute("controls",""),e.setAttribute("src",t.src.trim());const n=t.title.trim();n?e.setAttribute("title",n):e.removeAttribute("title"),e.style.maxWidth="100%",Yf(e,t.css)}function kw(e,t){const n=Cw(t);if(qf(n.url))return!1;const r=Li(n.url);if(!r)return!1;const i=window.getSelection();if(!i||i.rangeCount===0)return!1;const a=i.getRangeAt(0);if(!ce(e,a.commonAncestorContainer))return!1;a.collapsed||a.deleteContents();const s=document.createElement("iframe");return Xf(s,Zf(r),n),a.insertNode(s),a.setStartAfter(s),a.collapse(!0),i.removeAllRanges(),i.addRange(a),!0}function Aw(e,t){const n=ww(t);if(vw(n.src))return!1;const r=window.getSelection();if(!r||r.rangeCount===0)return!1;const i=r.getRangeAt(0);if(!ce(e,i.commonAncestorContainer))return!1;i.collapsed||i.deleteContents();const a=Li(n.src);if(a){const s=document.createElement("iframe");Xf(s,Zf(a),{title:n.title,css:n.css}),i.insertNode(s),i.setStartAfter(s)}else{const s=document.createElement("video");Sw(s,n),i.insertNode(s),i.setStartAfter(s)}return i.collapse(!0),r.removeAllRanges(),r.addRange(i),!0}const Pw=new Set(["p","h1","h2","h3","h4","h5","h6"]),Dw=new Set(["td","th","li","blockquote","pre","table","thead","tbody","tr"]);function Jf(e,t){var a;const n=window.getSelection();if(!n||n.rangeCount===0)return!1;const r=n.getRangeAt(0);if(!ce(e,r.commonAncestorContainer))return!1;r.collapsed||r.deleteContents();const i=Ew(e,r.startContainer);if(i){const s=jw(i,r);return(a=i.parentNode)==null||a.insertBefore(t,s),sd(t),!0}return r.insertNode(t),Rw(e,t),Mw(t),sd(t),!0}function Ew(e,t){let n=Hr(t);for(;n&&n!==e;){const r=he(n);if(Pw.has(r)&&n instanceof HTMLElement)return n;if(Dw.has(r))return null;n=n.parentElement}return null}function jw(e,t){var a;const n=document.createRange();n.setStart(t.startContainer,t.startOffset),n.setEnd(e,e.childNodes.length);const r=n.extractContents(),i=e.cloneNode(!1);return i.appendChild(r),ad(e),ad(i),(a=e.parentNode)==null||a.insertBefore(i,e.nextSibling),i}function Rw(e,t){for(;;){const n=t.parentElement;if(!n||n===e||!Tw(n))return;an(n,t),Xe(n)}}function Tw(e){const t=he(e);return St(e)||t==="a"}function ad(e){Nw(e)&&e.appendChild(document.createElement("br"))}function Nw(e){var t;return e.childNodes.length===0||e.childNodes.length===1&&((t=e.firstChild)==null?void 0:t.nodeName)==="BR"?!0:(e.textContent??"").trim().length===0&&e.querySelector("img, table, ul, ol, hr")===null}function Mw(e){var n;if(e.nextSibling)return;const t=document.createElement("p");t.appendChild(document.createElement("br")),(n=e.parentNode)==null||n.insertBefore(t,e.nextSibling)}function sd(e){const t=e.nextSibling,n=document.createRange();t instanceof HTMLElement||t?(n.setStart(t,0),n.collapse(!0)):(n.setStartAfter(e),n.collapse(!0));const r=window.getSelection();r&&(r.removeAllRanges(),r.addRange(n))}const _w="1em 0",Lw="1px solid #d0d0d0";function Iw(){const e=document.createElement("hr");return e.style.margin=_w,e.style.border="0",e.style.borderTop=Lw,e}function Fw(e){return Jf(e,Iw())}const Bw="1.5em 0",Hw="2px dashed #bbb";function zw(){const e=document.createElement("div");return e.style.breakAfter="page",e.style.pageBreakAfter="always",e.style.margin=Bw,e.style.border="0",e.style.borderTop=Hw,e.style.height="0",e}function Ow(e){return Jf(e,zw())}const Ft=16;function ld(e){return Math.min(Yn.px.max,Math.max(Ft,e))}function Kw(e){return e.width>0&&e.height>0?e.width/e.height:1}function $w(e,t){const n=Math.max(Ft,Ft*t),r=Math.min(Yn.px.max,Yn.px.max*t),i=Math.min(r,Math.max(n,e));return{width:i,height:i/t}}function Uw(e,t){const n=Math.max(Ft,Ft/t),r=Math.min(Yn.px.max,Yn.px.max/t),i=Math.min(r,Math.max(n,e));return{width:i*t,height:i}}function Ww(e,t,n){const r=Kw(t);return e==="e"?$w(t.width+n.x,r):e==="s"?Uw(t.height+n.y,r):{width:ld(t.width+n.x),height:ld(t.height+n.y)}}function Gw(e){const t=e.getBoundingClientRect(),n=e.offsetWidth||t.width,r=e.offsetHeight||t.height;return{width:n>0?n:Ft,height:r>0?r:Ft}}function Vw(e,t,n){const r=Xn(Math.max(Ft,t),"px"),i=Xn(Math.max(Ft,n),"px");return!r||!i?!1:Df(e,{...Pf(e),sizeMode:"lock",width:r,height:i})}function Zw(e={}){return{border:{...cl},borderCollapse:"collapse",borderSpacing:null,borderRadius:null,boxShadow:null,width:{value:100,unit:"%"},...e}}function qw(e){const t=er(e);return{border:t.border,borderCollapse:Qw(e),borderSpacing:Qf(e),borderRadius:t.borderRadius,boxShadow:t.boxShadow,width:Ie(e.style.width)}}function Yw(e,t){let n=tr(e,{margin:{top:null,right:null,bottom:null,left:null},marginMixed:!0,padding:{top:null,right:null,bottom:null,left:null},paddingMixed:!0,lineHeight:null,lineHeightMixed:!0,border:t.border,borderMixed:!1,borderRadius:t.borderRadius,radiusMixed:!1,boxShadow:t.boxShadow,shadowMixed:!1,backgroundColor:null,backgroundMixed:!0,opacity:null,opacityMixed:!0});return e0(e,t.borderCollapse)&&(n=!0),t0(e,t.borderCollapse,t.borderSpacing)&&(n=!0),n0(e,t.width)&&(n=!0),n&&mt(e),n}function Xw(e){const t=vl(e);return t?qw(t):null}function Jw(e,t){const n=vl(e);return n?Yw(n,t):!1}function Qw(e){return e.style.borderCollapse.trim().toLowerCase()==="separate"?"separate":"collapse"}function e0(e,t){return e.style.borderCollapse.trim().toLowerCase()===t?!1:(e.style.borderCollapse=t,!0)}function Qf(e){const t=e.style.borderSpacing.trim();return t?Ie(t.split(/\s+/)[0]??""):null}function t0(e,t,n){if(t!=="separate")return e.style.borderSpacing?(e.style.removeProperty("border-spacing"),!0):!1;const r=n?rn(n):null,i=Qf(e);return rt(i,r)?!1:(r?e.style.borderSpacing=Ce(r):e.style.removeProperty("border-spacing"),!0)}function n0(e,t){const n=t?rn(t):null,r=Ie(e.style.width);return rt(r,n)?!1:(n?e.style.width=Ce(n):e.style.removeProperty("width"),!0)}const Ii=["top","middle","bottom","baseline"],r0=new Set(Ii);function o0(e={}){return{backgroundColor:null,color:null,padding:{...ft},textAlign:null,verticalAlign:null,width:null,colSpan:1,rowSpan:1,...e}}function i0(e){const t=er(e);return{backgroundColor:t.backgroundColor,color:eg(e),padding:t.padding,textAlign:u0(e),verticalAlign:tg(e),width:Ie(e.style.width),...Mi(e)}}function a0(e,t){let n=tr(e,{margin:{...ft},marginMixed:!0,padding:t.padding,paddingMixed:!1,lineHeight:null,lineHeightMixed:!0,border:{style:"none",width:null,color:null},borderMixed:!0,borderRadius:null,radiusMixed:!0,boxShadow:null,shadowMixed:!0,backgroundColor:t.backgroundColor,backgroundMixed:!1,opacity:null,opacityMixed:!0});return c0(e,t.color)&&(n=!0),Ns(e,t.textAlign)&&(n=!0),d0(e,t.verticalAlign)&&(n=!0),m0(e,t.width)&&(n=!0),n&&mt(e),n}function s0(e){const t=At(e);return t?i0(t):null}function l0(e,t){const n=$r(e);if(n.length===0)return!1;let r=!1;for(const a of n)a0(a,t)&&(r=!0);const i=At(e);if(i){const a=Mi(i);(a.colSpan!==t.colSpan||a.rowSpan!==t.rowSpan)&&Bx(e,t.colSpan,t.rowSpan)&&(r=!0)}return r}function eg(e){const t=e.style.color;return t?we(t):null}function c0(e,t){const n=t?we(t):null;return eg(e)===n?!1:(n?e.style.color=n:e.style.removeProperty("color"),!0)}function u0(e){const t=bi(e);return t==="left"?null:t}function tg(e){const t=e.style.verticalAlign.trim().toLowerCase();return r0.has(t)?t:null}function d0(e,t){return tg(e)===t?!1:(t?e.style.verticalAlign=t:e.style.removeProperty("vertical-align"),!0)}function m0(e,t){const n=t?rn(t):null,r=Ie(e.style.width);return rt(r,n)?!1:(n?e.style.width=Ce(n):e.style.removeProperty("width"),!0)}const f0=new Set(Ii);function g0(e={}){return{backgroundColor:null,color:null,padding:{...ft},height:null,verticalAlign:null,...e}}function p0(e){const t=e.cells[0],n=t?er(t).padding:{...ft};return{backgroundColor:ng(e),color:rg(e),padding:n,height:Ie(e.style.height),verticalAlign:og(e)}}function h0(e,t){let n=!1;x0(e,t.backgroundColor)&&(n=!0),C0(e,t.color)&&(n=!0),v0(e,t.height)&&(n=!0),w0(e,t.verticalAlign)&&(n=!0);for(const r of Array.from(e.cells))tr(r,{margin:{...ft},marginMixed:!0,padding:t.padding,paddingMixed:!1,lineHeight:null,lineHeightMixed:!0,border:{style:"none",width:null,color:null},borderMixed:!0,borderRadius:null,radiusMixed:!0,boxShadow:null,shadowMixed:!0,backgroundColor:null,backgroundMixed:!0,opacity:null,opacityMixed:!0})&&(n=!0);return n&&mt(e),n}function b0(e){const t=pf(e);return t?p0(t):null}function y0(e,t){const n=pf(e);return n?h0(n,t):!1}function ng(e){const t=e.style.backgroundColor;return t?we(t):null}function x0(e,t){const n=t?we(t):null;return ng(e)===n?!1:(n?e.style.backgroundColor=n:e.style.removeProperty("background-color"),!0)}function rg(e){const t=e.style.color;return t?we(t):null}function C0(e,t){const n=t?we(t):null;return rg(e)===n?!1:(n?e.style.color=n:e.style.removeProperty("color"),!0)}function og(e){const t=e.style.verticalAlign.trim().toLowerCase();return f0.has(t)?t:null}function w0(e,t){return og(e)===t?!1:(t?e.style.verticalAlign=t:e.style.removeProperty("vertical-align"),!0)}function v0(e,t){const n=t?rn(t):null,r=Ie(e.style.height);return rt(r,n)?!1:(n?e.style.height=Ce(n):e.style.removeProperty("height"),!0)}const S0=1e3;function k0(e,t){try{Promise.resolve(e(t)).catch(()=>{})}catch{}}function A0({onAutoSave:e,getHtml:t}){const n=c.useRef(e);n.current=e;const r=c.useRef(t);r.current=t;const i=c.useRef(null),a=e!=null;c.useEffect(()=>{if(!a){i.current=null;return}i.current=r.current();const s=window.setInterval(()=>{const u=n.current;if(!u)return;const f=r.current();f!==i.current&&(i.current=f,queueMicrotask(()=>k0(u,f)))},S0);return()=>{window.clearInterval(s)}},[a])}function Oo({value:e,defaultValue:t,onChange:n}){const[r,i]=c.useState(t),a=e!==void 0,s=a?e:r,u=c.useCallback(f=>{a||i(f),n==null||n(f)},[a,n]);return[s,u]}const cd=8,ud=["#000000","#434343","#666666","#999999","#b7b7b7","#cccccc","#d9d9d9","#ffffff","#980000","#ff0000","#ff9900","#ffff00","#00ff00","#00ffff","#4a86e8","#9900ff","#e6b8af","#f4cccc","#fce5cd","#fff2cc","#d9ead3","#d0e0e3","#c9daf8","#d9d2e9","#cc4125","#e06666","#f6b26b","#ffd966","#93c47d","#76a5af","#6d9eeb","#8e7cc3","#660000","#990000","#b45f06","#bf9000","#38761d","#134f5c","#1155cc","#351c75"],P0=8;let Ks=[];const $s=new Set;function dd(){return Ks}function D0(e){const t=we(e);t&&(Ks=[t,...Ks.filter(n=>n!==t)].slice(0,P0),$s.forEach(n=>n()))}function E0(e){return $s.add(e),()=>{$s.delete(e)}}function Ko(e){const t=we(e);return t?{r:Number.parseInt(t.slice(1,3),16),g:Number.parseInt(t.slice(3,5),16),b:Number.parseInt(t.slice(5,7),16)}:null}function gn(e,t,n){const r=i=>Math.max(0,Math.min(255,Math.round(i))).toString(16).padStart(2,"0");return`#${r(e)}${r(t)}${r(n)}`}function as({r:e,g:t,b:n}){const r=e/255,i=t/255,a=n/255,s=Math.max(r,i,a),u=Math.min(r,i,a),f=s-u;let g=0;return f!==0&&(s===r?g=(i-a)/f%6:s===i?g=(a-r)/f+2:g=(r-i)/f+4,g*=60,g<0&&(g+=360)),{h:g,s:s===0?0:f/s,v:s}}function ss({h:e,s:t,v:n}){const r=(e%360+360)%360,i=n*t,a=i*(1-Math.abs(r/60%2-1)),s=n-i;let u=0,f=0,g=0;return r<60?(u=i,f=a):r<120?(u=a,f=i):r<180?(f=i,g=a):r<240?(f=a,g=i):r<300?(u=a,g=i):(u=i,g=a),{r:Math.round((u+s)*255),g:Math.round((f+s)*255),b:Math.round((g+s)*255)}}function ig(){return typeof window<"u"&&"EyeDropper"in window}async function j0(){if(!ig())return null;const e=window.EyeDropper;try{const t=await new e().open();return we(t.sRGBHex)}catch{return null}}const R0="_picker_ag1yo_1",T0="_none_ag1yo_12",N0="_customToggle_ag1yo_13",M0="_eyedrop_ag1yo_14",_0="_swatch_ag1yo_48",L0="_field_ag1yo_49",I0="_grid_ag1yo_54",F0="_recents_ag1yo_55",B0="_sectionLabel_ag1yo_84",H0="_custom_ag1yo_13",z0="_sv_ag1yo_95",O0="_svThumb_ag1yo_105",K0="_hue_ag1yo_116",$0="_rgbRow_ag1yo_155",U0="_hexRow_ag1yo_156",Te={picker:R0,none:T0,customToggle:N0,eyedrop:M0,swatch:_0,field:L0,grid:I0,recents:F0,sectionLabel:B0,custom:H0,sv:z0,svThumb:O0,hue:K0,rgbRow:$0,hexRow:U0};function W0(e){if(!/^\d+$/.test(e.trim()))return null;const t=Number(e);return Number.isFinite(t)?Math.max(0,Math.min(255,t)):null}function Ml({value:e,mixed:t=!1,noneLabel:n,ariaLabel:r,disabled:i,menu:a=!1,fallbackCustom:s="#000000",onChange:u,onCommit:f}){const g=W(),p=c.useId(),h=a?"menuitemradio":"option",x=t?null:e,y=Ko(x??s)??{r:0,g:0,b:0},[C,b]=c.useState(!1),[v,k]=c.useState(()=>as(y)),[A,R]=c.useState(()=>({r:String(y.r),g:String(y.g),b:String(y.b)})),[N,T]=c.useState(()=>gn(y.r,y.g,y.b)),[S,P]=c.useState(()=>[...dd()]),_=c.useRef(null),D=c.useRef(gn(y.r,y.g,y.b));c.useEffect(()=>E0(()=>P([...dd()])),[]),c.useEffect(()=>{const L=Ko(x??s);if(!L)return;const Z=as(L);k(Z),R({r:String(L.r),g:String(L.g),b:String(L.b)}),T(gn(L.r,L.g,L.b))},[x,s]);const E=(L,Z,ae)=>{L&&(D.current=L),ae&&L&&D0(L),u(L),Z&&(f==null||f(L))},j=(L,Z,ae)=>{const G=gn(L.r,L.g,L.b);k(as(L)),R({r:String(L.r),g:String(L.g),b:String(L.b)}),T(G),E(G,Z,ae)},F=(L,Z,ae)=>{const G=ss(L),ve=gn(G.r,G.g,G.b);k(L),R({r:String(G.r),g:String(G.g),b:String(G.b)}),T(ve),E(ve,Z,ae)},$=L=>{if(!["ArrowLeft","ArrowRight","ArrowUp","ArrowDown"].includes(L.key))return;const ae=[...L.currentTarget.querySelectorAll("button")],G=ae.findIndex(Ne=>Ne===document.activeElement);if(G<0)return;L.preventDefault();const ve=L.key==="ArrowLeft"?-1:L.key==="ArrowRight"?1:L.key==="ArrowUp"?-cd:cd,He=ae[Math.max(0,Math.min(ae.length-1,G+ve))];He==null||He.focus()},U=(L,Z)=>{const ae=_.current;if(!ae||i)return;const G=ae.getBoundingClientRect(),ve=Math.max(0,Math.min(1,(L.clientX-G.left)/G.width)),He=Math.max(0,Math.min(1,1-(L.clientY-G.top)/G.height));F({h:v.h,s:ve,v:He},Z,Z)},X=L=>{i||(L.currentTarget.setPointerCapture(L.pointerId),U(L,!1))},Q=ss({h:v.h,s:1,v:1}),oe=gn(Q.r,Q.g,Q.b),Y=ss(v),le=gn(Y.r,Y.g,Y.b),ie=new Set(ud),re=S.filter(L=>!ie.has(L));return o.jsxs("div",{className:Te.picker,role:a?void 0:"listbox","aria-label":r,"data-color-picker":"",children:[o.jsx("button",{type:"button",className:Te.none,role:h,"aria-checked":a?x===null&&!t:void 0,"aria-selected":a?void 0:x===null&&!t,disabled:i,onClick:()=>E(null,!0,!1),children:n}),o.jsx("div",{className:Te.grid,role:a?"group":"none",onKeyDown:$,children:ud.map(L=>{const Z=x===L;return o.jsx("button",{type:"button",className:Te.swatch,role:h,"aria-label":L,"aria-checked":a?Z:void 0,"aria-selected":a?void 0:Z,disabled:i,style:{backgroundColor:L},onMouseDown:ae=>ae.preventDefault(),onClick:()=>E(L,!0,!1)},L)})}),re.length>0?o.jsxs(o.Fragment,{children:[o.jsx("p",{className:Te.sectionLabel,children:g("colorRecent")}),o.jsx("div",{className:Te.recents,role:a?"group":"none","aria-label":g("colorRecent"),children:re.map(L=>o.jsx("button",{type:"button",className:Te.swatch,role:h,"aria-label":L,"aria-checked":a?x===L:void 0,"aria-selected":a?void 0:x===L,disabled:i,style:{backgroundColor:L},onMouseDown:Z=>Z.preventDefault(),onClick:()=>E(L,!0,!1)},L))})]}):null,o.jsx("button",{type:"button",className:Te.customToggle,disabled:i,"aria-expanded":C,onClick:()=>b(L=>!L),children:g("colorCustom")}),C?o.jsxs("div",{className:Te.custom,children:[o.jsx("div",{ref:_,className:Te.sv,style:{background:`linear-gradient(to top, #000, transparent), linear-gradient(to right, #fff, ${oe})`},onPointerDown:X,onPointerMove:L=>{L.currentTarget.hasPointerCapture(L.pointerId)&&U(L,!1)},onPointerUp:L=>{U(L,!0)},children:o.jsx("span",{className:Te.svThumb,style:{left:`${v.s*100}%`,top:`${(1-v.v)*100}%`}})}),o.jsx("input",{className:Te.hue,type:"range",min:0,max:360,value:Math.round(v.h),disabled:i,"aria-label":g("colorCustom"),onChange:L=>F({...v,h:Number(L.target.value)},!1,!1),onPointerUp:()=>E(D.current,!0,!0)}),o.jsx("div",{className:Te.rgbRow,children:["r","g","b"].map(L=>o.jsxs("div",{className:Te.field,children:[o.jsx("label",{htmlFor:`${p}-${L}`,children:g(L==="r"?"colorRgbR":L==="g"?"colorRgbG":"colorRgbB")}),o.jsx("input",{id:`${p}-${L}`,inputMode:"numeric",value:A[L],disabled:i,onChange:Z=>{R(ae=>({...ae,[L]:Z.target.value}))},onBlur:()=>{const Z=W0(A[L]);if(Z===null){R({r:String(Y.r),g:String(Y.g),b:String(Y.b)});return}j({...Y,[L]:Z},!0,!0)},onKeyDown:Z=>{Z.key==="Enter"&&Z.currentTarget.blur()}})]},L))}),o.jsx("div",{className:Te.hexRow,children:o.jsxs("div",{className:Te.field,children:[o.jsx("label",{htmlFor:`${p}-hex`,children:g("colorHex")}),o.jsx("input",{id:`${p}-hex`,value:N,disabled:i,onChange:L=>T(L.target.value),onBlur:()=>{const L=we(N);if(!L){T(le);return}const Z=Ko(L);Z&&j(Z,!0,!0)},onKeyDown:L=>{L.key==="Enter"&&L.currentTarget.blur()}})]})}),ig()?o.jsx("button",{type:"button",className:Te.eyedrop,disabled:i,onClick:()=>{j0().then(L=>{if(!L)return;const Z=Ko(L);Z&&j(Z,!0,!0)})},children:g("colorPickFromScreen")}):null]}):null]})}const G0="_wrap_hfz5s_1",V0="_button_hfz5s_8",Z0="_icon_hfz5s_18",q0="_bar_hfz5s_24",Y0="_barEmpty_hfz5s_33",X0="_popover_hfz5s_43",pn={wrap:G0,button:V0,icon:Z0,bar:q0,barEmpty:Y0,popover:X0},J0="_field_1knrr_1",Q0="_label_1knrr_8",ev="_button_1knrr_12",tv="_swatch_1knrr_37",nv="_swatchEmpty_1knrr_44",Ar={field:J0,label:Q0,button:ev,swatch:tv,swatchEmpty:nv},$o=4;function at({label:e,noneLabel:t,value:n,mixed:r=!1,disabled:i,fallbackCustom:a,onChange:s}){const u=c.useId(),f=c.useRef(null),g=c.useRef(null),p=c.useRef(null),[h,x]=c.useState(!1),[y,C]=c.useState({top:0,left:0}),b=c.useCallback(()=>{const A=g.current,R=p.current;if(!A)return;const N=A.getBoundingClientRect(),T=(R==null?void 0:R.offsetHeight)??0,S=(R==null?void 0:R.offsetWidth)??240;let P=N.bottom;P+T>window.innerHeight-$o&&(P=Math.max($o,N.top-T));const _=Math.min(Math.max(N.left,$o),window.innerWidth-S-$o);C({top:P,left:_})},[]);c.useLayoutEffect(()=>{if(!h)return;b();const A=()=>b();return window.addEventListener("scroll",A,!0),window.addEventListener("resize",A),()=>{window.removeEventListener("scroll",A,!0),window.removeEventListener("resize",A)}},[h,b]),c.useEffect(()=>{if(!h)return;const A=N=>{var S,P;const T=N.target;(S=f.current)!=null&&S.contains(T)||(P=p.current)!=null&&P.contains(T)||x(!1)},R=N=>{var T;N.key==="Escape"&&(N.preventDefault(),N.stopPropagation(),x(!1),(T=g.current)==null||T.focus())};return document.addEventListener("pointerdown",A),document.addEventListener("keydown",R,!0),()=>{document.removeEventListener("pointerdown",A),document.removeEventListener("keydown",R,!0)}},[h]);const v=`${Ar.swatch}${!n||r?` ${Ar.swatchEmpty}`:""}`,k=n&&!r?{backgroundColor:n}:void 0;return o.jsxs("div",{className:Ar.field,ref:f,children:[o.jsx("span",{className:Ar.label,children:e}),o.jsx("button",{ref:g,type:"button",className:Ar.button,"aria-label":e,"aria-haspopup":"listbox","aria-expanded":h,"aria-controls":h?u:void 0,disabled:i,onClick:()=>x(A=>!A),children:o.jsx("span",{className:v,style:k})}),h?o.jsx(ue,{children:o.jsx("div",{ref:p,id:u,className:pn.popover,style:{top:y.top,left:y.left,zIndex:1400},children:o.jsx(Ml,{value:n,mixed:r,noneLabel:t,ariaLabel:e,disabled:i,fallbackCustom:a,onChange:s,onCommit:()=>x(!1)})})}):null]})}const ls=[{id:"general",labelKey:"fontDialogTabGeneral",implemented:!0}],rv="_toolbar_1aggm_1",ov="_menuBar_1aggm_35",iv="_menuBarDesktop_1aggm_43",av="_brandMark_1aggm_49",sv="_brandMarkIcon_1aggm_56",lv="_menuBarCompact_1aggm_68",cv="_menuWrap_1aggm_91",uv="_menuButton_1aggm_97",dv="_iconButton_1aggm_98",mv="_menuItem_1aggm_99",fv="_hamburgerButton_1aggm_142",gv="_iconNav_1aggm_149",pv="_iconNavMain_1aggm_160",hv="_iconNavEnd_1aggm_169",bv="_iconGroup_1aggm_185",yv="_tooltipTrigger_1aggm_276",xv="_menu_1aggm_35",Cv="_submenuWrap_1aggm_305",wv="_submenu_1aggm_305",vv="_submenuTrigger_1aggm_315",Sv="_menuOverlay_1aggm_330",kv="_menuOverlayHeader_1aggm_342",Av="_menuOverlayTitle_1aggm_352",Pv="_menuOverlayBody_1aggm_358",Dv="_menuSeparator_1aggm_409",Ev="_icon_1aggm_98",jv="_tooltip_1aggm_276",Rv="_tooltipElevated_1aggm_494",q={toolbar:rv,menuBar:ov,menuBarDesktop:iv,brandMark:av,brandMarkIcon:sv,menuBarCompact:lv,menuWrap:cv,menuButton:uv,iconButton:dv,menuItem:mv,hamburgerButton:fv,iconNav:gv,iconNavMain:pv,iconNavEnd:hv,iconGroup:bv,tooltipTrigger:yv,menu:xv,submenuWrap:Cv,submenu:wv,submenuTrigger:vv,menuOverlay:Sv,menuOverlayHeader:kv,menuOverlayTitle:Av,menuOverlayBody:Pv,menuSeparator:Dv,icon:Ev,tooltip:jv,tooltipElevated:Rv},Tv=400,md=6,cs=4;function tn({label:e,children:t,className:n,elevated:r}){const i=c.useRef(null),a=c.useRef(null),s=c.useRef(null),u=c.useRef(!1),f=c.useRef(!1),[g,p]=c.useState(!1),[h,x]=c.useState({top:0,left:0}),y=c.useCallback(()=>{s.current!==null&&(clearTimeout(s.current),s.current=null)},[]),C=c.useCallback(k=>{if(!(u.current||f.current)){y(),p(!1);return}if(k||f.current){y(),p(!0);return}y(),s.current=setTimeout(()=>{s.current=null,p(!0)},Tv)},[y]),b=c.useCallback(()=>{const k=i.current,A=a.current;if(!k||!A)return;const R=k.getBoundingClientRect(),N=A.offsetWidth,T=A.offsetHeight;let S=R.bottom+md;S+T>window.innerHeight-cs&&(S=R.top-md-T);let P=R.left+R.width/2-N/2;P=Math.min(Math.max(P,cs),window.innerWidth-N-cs),x({top:S,left:P})},[]);c.useEffect(()=>()=>y(),[y]),c.useEffect(()=>{const k=i.current;if(!k)return;const A=()=>{f.current=!0,C(!0)},R=()=>{f.current=!1,C(!1)};return k.addEventListener("focusin",A),k.addEventListener("focusout",R),()=>{k.removeEventListener("focusin",A),k.removeEventListener("focusout",R)}},[C]),c.useLayoutEffect(()=>{if(!g)return;b();const k=()=>b();return window.addEventListener("scroll",k,!0),window.addEventListener("resize",k),()=>{window.removeEventListener("scroll",k,!0),window.removeEventListener("resize",k)}},[g,e,b]);const v=n?`${q.tooltipTrigger} ${n}`:q.tooltipTrigger;return o.jsxs(o.Fragment,{children:[o.jsx("span",{ref:i,className:v,"data-tooltip-trigger":"",onMouseEnter:()=>{u.current=!0,C(!1)},onMouseLeave:()=>{u.current=!1,C(!1)},children:t}),g?o.jsx(ue,{children:o.jsx("span",{ref:a,className:r?`${q.tooltip} ${q.tooltipElevated}`:q.tooltip,"data-toolbar-tooltip":"",style:{top:h.top,left:h.left},"aria-hidden":"true",children:e})}):null]})}const Nv="_wrap_1vjt0_1",Mv="_wrapToolbar_1vjt0_7",_v="_field_1vjt0_12",Lv="_trigger_1vjt0_20",Iv="_chevron_1vjt0_50",Fv="_list_1vjt0_73",Bv="_listInline_1vjt0_88",Hv="_option_1vjt0_96",zv="_separator_1vjt0_125",dt={wrap:Nv,wrapToolbar:Mv,field:_v,trigger:Lv,chevron:Iv,list:Fv,listInline:Bv,option:Hv,separator:zv};function Ov({value:e,mixed:t=!1,fonts:n,disabled:r,listId:i,listRef:a,inline:s,style:u,onSelect:f}){const g=W(),p=!t&&e===null;return o.jsxs("ul",{ref:a,id:i,className:s?`${dt.list} ${dt.listInline}`:dt.list,role:"listbox","aria-label":g("commandFontFamilyAria"),style:u,children:[o.jsx("li",{role:"presentation",children:o.jsx("button",{type:"button",className:dt.option,role:"option","aria-checked":p,disabled:r,onMouseDown:h=>h.preventDefault(),onClick:()=>f(null),children:g("fontFamilyDefault")})}),o.jsx("li",{className:dt.separator,role:"separator"}),n.map(h=>{const x=!t&&Kr(e,h.family);return o.jsx("li",{role:"presentation",children:o.jsx("button",{type:"button",className:dt.option,role:"option","aria-checked":x,disabled:r,style:{fontFamily:h.family},onMouseDown:y=>y.preventDefault(),onClick:()=>f(h.family),children:h.name})},h.family)})]})}function Kv(e,t,n,r){var i;return t?"":e===null?r:((i=Ub(e,n))==null?void 0:i.name)??e}const Uo=4;function ag({family:e,mixed:t=!1,fonts:n,disabled:r,tooltip:i,toolbar:a=!1,triggerId:s,onChange:u}){const f=W(),g=c.useId(),p=c.useRef(null),h=c.useRef(null),x=c.useRef(null),[y,C]=c.useState(!1),[b,v]=c.useState({top:0,left:0,width:0}),k=Kv(e,t,n,f("fontFamilyDefault")),A=c.useCallback(()=>{const N=h.current,T=x.current;if(!N)return;const S=N.getBoundingClientRect(),P=(T==null?void 0:T.offsetHeight)??0,_=Math.max(S.width,(T==null?void 0:T.offsetWidth)??0);let D=S.bottom;D+P>window.innerHeight-Uo&&(D=Math.max(Uo,S.top-P));const E=Math.min(Math.max(S.left,Uo),window.innerWidth-_-Uo);v({top:D,left:E,width:_})},[]);c.useLayoutEffect(()=>{if(!y)return;A();const N=()=>A();return window.addEventListener("scroll",N,!0),window.addEventListener("resize",N),()=>{window.removeEventListener("scroll",N,!0),window.removeEventListener("resize",N)}},[y,A,n.length]),c.useEffect(()=>{if(!y)return;const N=S=>{var _,D;const P=S.target;(_=p.current)!=null&&_.contains(P)||(D=x.current)!=null&&D.contains(P)||C(!1)},T=S=>{S.key==="Escape"&&(S.preventDefault(),S.stopPropagation(),C(!1))};return document.addEventListener("pointerdown",N),document.addEventListener("keydown",T,!0),()=>{document.removeEventListener("pointerdown",N),document.removeEventListener("keydown",T,!0)}},[y]);const R=o.jsxs("div",{className:`${dt.wrap}${a?` ${dt.wrapToolbar}`:""}`,ref:p,children:[o.jsxs("div",{className:dt.field,ref:h,children:[o.jsx("button",{type:"button",id:s,className:dt.trigger,disabled:r,"aria-label":a?f("commandFontFamilyAria"):void 0,"aria-haspopup":"listbox","aria-expanded":y,"aria-controls":y?g:void 0,style:e&&!t?{fontFamily:e}:void 0,onMouseDown:N=>N.preventDefault(),onClick:()=>C(N=>!N),children:k}),o.jsx("span",{className:dt.chevron,"aria-hidden":"true"})]}),y?o.jsx(ue,{children:o.jsx(Ov,{listRef:x,listId:g,value:t?null:e,mixed:t,fonts:n,disabled:r,style:{top:b.top,left:b.left,minWidth:b.width},onSelect:N=>{u(N),C(!1)}})}):null]});return i?o.jsx(tn,{label:i,children:R}):R}function $v({commands:e,queries:t,disabled:n}){const r=W(),i=!!(n||!t.isVisualMode());return o.jsx(ag,{family:t.isFontFamilyMixed()?null:t.getFontFamily(),mixed:t.isFontFamilyMixed(),fonts:t.getFontFaces(),disabled:i,tooltip:r("commandFontFamily"),toolbar:!0,onChange:a=>{e.setFontFamily(a)}})}const Uv="_wrap_58i0x_1",Wv="_wrapToolbar_58i0x_9",Gv="_field_58i0x_14",Vv="_input_58i0x_22",Zv="_toggle_58i0x_41",qv="_chevron_58i0x_42",Yv="_unit_58i0x_80",Xv="_list_58i0x_110",Jv="_option_58i0x_125",ke={wrap:Uv,wrapToolbar:Wv,field:Gv,input:Vv,toggle:Zv,chevron:qv,unit:Yv,list:Xv,option:Jv},Wo=4,Qv={pt:"fontSizeUnitPt",px:"fontSizeUnitPx",em:"fontSizeUnitEm",rem:"fontSizeUnitRem","%":"fontSizeUnitPercent"};function sg({size:e,unit:t,onSizeChange:n,onUnitChange:r,disabled:i,tooltip:a,sizeInputId:s,toolbar:u=!1}){const f=W(),g=c.useId(),p=c.useRef(null),h=c.useRef(null),x=c.useRef(null),[y,C]=c.useState(()=>e===null?"":J(e)),[b,v]=c.useState(!1),[k,A]=c.useState(!1),[R,N]=c.useState({top:0,left:0,width:0});c.useEffect(()=>{b||C(e===null?"":J(e))},[e,b]);const T=c.useCallback(()=>{const E=h.current,j=x.current;if(!E)return;const F=E.getBoundingClientRect(),$=(j==null?void 0:j.offsetHeight)??0;let U=F.bottom;U+$>window.innerHeight-Wo&&(U=Math.max(Wo,F.top-$));const X=Math.min(Math.max(F.left,Wo),window.innerWidth-Math.max(F.width,72)-Wo);N({top:U,left:X,width:F.width})},[]);c.useLayoutEffect(()=>{if(!k)return;T();const E=()=>T();return window.addEventListener("scroll",E,!0),window.addEventListener("resize",E),()=>{window.removeEventListener("scroll",E,!0),window.removeEventListener("resize",E)}},[k,T]),c.useEffect(()=>{if(!k)return;const E=F=>{var U,X;const $=F.target;(U=p.current)!=null&&U.contains($)||(X=x.current)!=null&&X.contains($)||A(!1)},j=F=>{F.key==="Escape"&&(F.preventDefault(),F.stopPropagation(),A(!1))};return document.addEventListener("pointerdown",E),document.addEventListener("keydown",j,!0),()=>{document.removeEventListener("pointerdown",E),document.removeEventListener("keydown",j,!0)}},[k]);const S=E=>{const j=gh(E,t);if(!j){C(e===null?"":J(e));return}n(j.value,j.unit),C(J(j.value))},P=uh[t],_=k?o.jsx(ue,{children:o.jsx("ul",{ref:x,className:ke.list,role:"listbox",id:g,style:{top:R.top,left:R.left,minWidth:R.width},children:P.map(E=>o.jsx("li",{role:"presentation",children:o.jsx("button",{type:"button",className:ke.option,role:"option","aria-selected":e===E,onMouseDown:j=>j.preventDefault(),onClick:()=>{n(E,t),C(J(E)),A(!1)},children:J(E)})},E))})}):null,D=o.jsxs("div",{className:`${ke.wrap}${u?` ${ke.wrapToolbar}`:""}`,ref:p,children:[o.jsxs("div",{className:ke.field,ref:h,children:[o.jsx("input",{id:s,className:ke.input,value:y,disabled:i,"aria-label":f("commandFontSizeAria"),"aria-autocomplete":"list","aria-expanded":k,"aria-controls":g,role:"combobox",inputMode:"decimal",onFocus:()=>v(!0),onBlur:()=>{v(!1),S(y)},onChange:E=>C(E.target.value),onKeyDown:E=>{E.key==="Enter"&&(E.preventDefault(),S(y),A(!1),E.currentTarget.blur()),E.key==="ArrowDown"&&(E.preventDefault(),A(!0))}}),o.jsx("button",{type:"button",className:ke.toggle,tabIndex:-1,disabled:i,"aria-label":f("commandFontSizeAria"),"aria-expanded":k,"aria-controls":g,onMouseDown:E=>E.preventDefault(),onClick:()=>A(E=>!E)})]}),o.jsxs("div",{className:ke.field,children:[o.jsx("select",{className:ke.unit,value:t,disabled:i,"aria-label":f("commandFontSizeUnitAria"),onChange:E=>{r(E.target.value)},children:Xs.map(E=>o.jsx("option",{value:E,children:f(Qv[E])},E))}),o.jsx("span",{className:ke.chevron,"aria-hidden":"true"})]}),_]});return a?o.jsx(tn,{label:a,children:D}):D}const eS="_backdrop_1p9zk_1",tS="_dialog_1p9zk_12",nS="_dialogWide_1p9zk_31",rS="_header_1p9zk_35",oS="_tabs_1p9zk_43",iS="_tab_1p9zk_43",aS="_body_1p9zk_76",sS="_field_1p9zk_86",lS="_label_1p9zk_92",cS="_sizeRow_1p9zk_96",uS="_fileRow_1p9zk_102",dS="_fileName_1p9zk_108",mS="_previewImage_1p9zk_115",fS="_marks_1p9zk_125",gS="_mark_1p9zk_125",pS="_actions_1p9zk_140",hS="_actionsSpread_1p9zk_148",bS="_actionsEnd_1p9zk_152",yS="_headerRow_1p9zk_157",xS="_close_1p9zk_170",CS="_nameSection_1p9zk_187",wS="_nameInput_1p9zk_192",vS="_labelRow_1p9zk_209",SS="_help_1p9zk_215",kS="_textInput_1p9zk_233",AS="_fullSelect_1p9zk_245",PS="_error_1p9zk_249",DS="_emptyHint_1p9zk_254",ES="_action_1p9zk_140",jS="_textarea_1p9zk_265",RS="_actionDanger_1p9zk_279",TS="_confirmBody_1p9zk_285",NS="_nestedPanel_1p9zk_294",MS="_spinnerWrap_1p9zk_309",_S="_spinner_1p9zk_309",LS="_actionPrimary_1p9zk_344",IS="_iconButton_1p9zk_358",FS="_select_1p9zk_359",BS="_lengthInput_1p9zk_360",HS="_lengthUnit_1p9zk_361",zS="_group_1p9zk_369",OS="_nestedGroup_1p9zk_379",KS="_subLabel_1p9zk_389",$S="_iconRow_1p9zk_393",US="_lengthField_1p9zk_425",WS="_sideLabel_1p9zk_431",GS="_lengthRow_1p9zk_435",VS="_sideGrid_1p9zk_463",ZS="_shadowGrid_1p9zk_464",d={backdrop:eS,dialog:tS,dialogWide:nS,header:rS,tabs:oS,tab:iS,body:aS,field:sS,label:lS,sizeRow:cS,fileRow:uS,fileName:dS,previewImage:mS,marks:fS,mark:gS,actions:pS,actionsSpread:hS,actionsEnd:bS,headerRow:yS,close:xS,nameSection:CS,nameInput:wS,labelRow:vS,help:SS,textInput:kS,fullSelect:AS,error:PS,emptyHint:DS,action:ES,textarea:jS,actionDanger:RS,confirmBody:TS,nestedPanel:NS,spinnerWrap:MS,spinner:_S,actionPrimary:LS,iconButton:IS,select:FS,lengthInput:BS,lengthUnit:HS,group:zS,nestedGroup:OS,subLabel:KS,iconRow:$S,lengthField:US,sideLabel:WS,lengthRow:GS,sideGrid:VS,shadowGrid:ZS},qS={bold:{label:"commandBold"},italic:{label:"commandItalic"},underline:{label:"commandUnderline"},strikethrough:{label:"commandStrikethrough"}};function _l({tab:e,value:t,fonts:n,disabled:r,onTabChange:i,onChange:a}){const s=W(),u=c.useId(),f=c.useId(),g=n??Im(),p=ls.find(h=>h.id===e)??ls[0];return o.jsxs(o.Fragment,{children:[o.jsx("div",{className:d.tabs,role:"tablist","aria-label":s("fontDialogTitle"),children:ls.map(h=>o.jsx("button",{type:"button",className:d.tab,role:"tab","aria-selected":h.id===e,disabled:!h.implemented,onClick:()=>i(h.id),children:s(h.labelKey)},h.id))}),o.jsx("div",{className:d.body,role:"tabpanel",children:p.implemented?o.jsxs(o.Fragment,{children:[o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:f,children:s("fontDialogFamily")}),o.jsx(ag,{family:t.fontFamilyMixed?null:t.fontFamily,mixed:t.fontFamilyMixed,fonts:g,disabled:r,triggerId:f,onChange:h=>{a({...t,fontFamily:h,fontFamilyMixed:!1})}})]}),o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:u,children:s("fontDialogSize")}),o.jsx("div",{className:d.sizeRow,children:o.jsx(sg,{size:t.size,unit:t.unit,sizeInputId:u,disabled:r,onSizeChange:(h,x)=>{a({...t,size:h,unit:x})},onUnitChange:h=>{const x=t.size!==null?nm(t.size,t.unit,h,16,16):t.size;a({...t,size:x,unit:h})}})})]}),o.jsx("div",{className:d.field,children:o.jsx(at,{label:s("commandFontColor"),noneLabel:s("colorAutomatic"),value:t.fontColor,mixed:t.fontColorMixed,disabled:r,onChange:h=>{a({...t,fontColor:h,fontColorMixed:!1})}})}),o.jsx("div",{className:d.field,children:o.jsx(at,{label:s("commandHighlightColor"),noneLabel:s("colorNone"),value:t.highlightColor,mixed:t.highlightColorMixed,disabled:r,fallbackCustom:"#ffff00",onChange:h=>{a({...t,highlightColor:h,highlightColorMixed:!1})}})}),o.jsxs("fieldset",{className:d.marks,children:[o.jsx("legend",{className:d.label,children:s("fontDialogStyle")}),it.map(h=>o.jsxs("label",{className:d.mark,children:[o.jsx("input",{type:"checkbox",checked:t.marks[h],disabled:r,onChange:()=>{a({...t,marks:{...t.marks,[h]:!t.marks[h]}})}}),s(qS[h].label)]},h))]})]}):null})]})}const fd='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])';function YS({open:e,tab:t,size:n,unit:r,marks:i,fontFamily:a=null,fontFamilyMixed:s=!1,fontColor:u,fontColorMixed:f=!1,highlightColor:g,highlightColorMixed:p=!1,fonts:h,disabled:x,onTabChange:y,onApply:C,onClose:b}){const v=W(),k=c.useId(),A=c.useRef(null),[R,N]=c.useState({size:n,unit:r,marks:i,fontFamily:a,fontFamilyMixed:s,fontColor:u,highlightColor:g,fontColorMixed:f,highlightColorMixed:p});return c.useEffect(()=>{e&&N({size:n,unit:r,marks:i,fontFamily:a,fontFamilyMixed:s,fontColor:u,highlightColor:g,fontColorMixed:f,highlightColorMixed:p})},[e,n,r,i,a,s,u,f,g,p]),c.useEffect(()=>{if(!e)return;const T=A.current,S=T==null?void 0:T.querySelector(fd);S==null||S.focus();const P=_=>{if(_.key==="Escape"){if(document.querySelector('[role="listbox"], [data-color-picker]'))return;_.preventDefault(),_.stopPropagation(),b();return}if(_.key!=="Tab"||!T)return;const D=[...T.querySelectorAll(fd)];if(D.length===0)return;const E=D[0],j=D[D.length-1];_.shiftKey&&document.activeElement===E?(_.preventDefault(),j.focus()):!_.shiftKey&&document.activeElement===j&&(_.preventDefault(),E.focus())};return document.addEventListener("keydown",P,!0),()=>document.removeEventListener("keydown",P,!0)},[e,b]),e?o.jsx(ue,{children:o.jsx("div",{className:d.backdrop,role:"presentation",onMouseDown:b,children:o.jsxs("div",{ref:A,className:d.dialog,role:"dialog","aria-modal":"true","aria-labelledby":k,onMouseDown:T=>T.stopPropagation(),children:[o.jsx("h2",{className:d.header,id:k,children:v("fontDialogTitle")}),o.jsx(_l,{tab:t,value:R,fonts:h,disabled:x,onTabChange:y,onChange:N}),o.jsxs("div",{className:d.actions,children:[o.jsx("button",{type:"button",className:d.action,onClick:b,children:v("fontDialogCancel")}),o.jsx("button",{type:"button",className:`${d.action} ${d.actionPrimary}`,disabled:x,onClick:()=>C(R),children:v("fontDialogOk")})]})]})})}):null}const XS={pt:"fontSizeUnitPt",px:"fontSizeUnitPx",em:"fontSizeUnitEm",rem:"fontSizeUnitRem","%":"fontSizeUnitPercent"};function De({label:e,value:t,disabled:n,allowNegative:r=!1,unitAria:i,inputId:a,onChange:s}){const u=W(),f=c.useId(),g=a??f,p=(t==null?void 0:t.unit)??el,[h,x]=c.useState(()=>t?J(t.value):""),[y,C]=c.useState(!1);c.useEffect(()=>{y||x(t?J(t.value):"")},[t,y]);const b=v=>{const k=v.trim();if(!k){s(null),x("");return}const A=Mr(k,p,r);if(!A){x(t?J(t.value):"");return}s(A),x(J(A.value))};return o.jsxs("div",{className:d.lengthField,children:[o.jsx("label",{className:d.sideLabel,htmlFor:g,children:e}),o.jsxs("div",{className:d.lengthRow,children:[o.jsx("input",{id:g,className:d.lengthInput,value:h,disabled:n,inputMode:"decimal",onFocus:()=>C(!0),onBlur:()=>{C(!1),b(h)},onChange:v=>x(v.target.value),onKeyDown:v=>{v.key==="Enter"&&(v.preventDefault(),b(h),v.currentTarget.blur())}}),o.jsx("select",{className:d.lengthUnit,value:p,disabled:n,"aria-label":i??u("paragraphDialogLengthUnitAria"),onChange:v=>{const k=v.target.value;if(t){s({value:t.value,unit:k});return}if(h.trim()){const A=Mr(h,k,r);s(A)}},children:Xs.map(v=>o.jsx("option",{value:v,children:u(XS[v])},v))})]})]})}function Ll({shadow:e,disabled:t,onChange:n}){const r=W();return o.jsxs("div",{className:d.shadowGrid,children:[o.jsx(De,{label:r("paragraphDialogShadowOffsetX"),value:e.offsetX,disabled:t,allowNegative:!0,onChange:i=>{n({...e,offsetX:i??{value:0,unit:"px"}})}}),o.jsx(De,{label:r("paragraphDialogShadowOffsetY"),value:e.offsetY,disabled:t,allowNegative:!0,onChange:i=>{n({...e,offsetY:i??{value:0,unit:"px"}})}}),o.jsx(De,{label:r("paragraphDialogShadowBlur"),value:e.blur,disabled:t,onChange:i=>{n({...e,blur:i??{value:0,unit:"px"}})}}),o.jsx(De,{label:r("paragraphDialogShadowSpread"),value:e.spread,disabled:t,allowNegative:!0,onChange:i=>{n({...e,spread:i??{value:0,unit:"px"}})}}),o.jsx(at,{label:r("paragraphDialogShadowColor"),noneLabel:r("colorNone"),value:e.color,disabled:t,onChange:i=>{n({...e,color:i})}}),o.jsxs("label",{className:d.mark,children:[o.jsx("input",{type:"checkbox",checked:e.inset,disabled:t,onChange:()=>{n({...e,inset:!e.inset})}}),r("paragraphDialogShadowInset")]})]})}const lg=[{id:"general",labelKey:"fontDialogTabGeneral",implemented:!0},{id:"spacing",labelKey:"paragraphDialogSpacing",implemented:!0},{id:"border",labelKey:"paragraphDialogTabBorder",implemented:!0},{id:"background",labelKey:"paragraphDialogTabBackground",implemented:!0}],cg=[{id:"spacing",labelKey:"paragraphDialogSpacing",implemented:!0},{id:"border",labelKey:"paragraphDialogTabBorder",implemented:!0},{id:"background",labelKey:"paragraphDialogTabBackground",implemented:!0},{id:"backgroundImage",labelKey:"pageDialogTabBackgroundImage",implemented:!0}],JS={fill:"imagePropertiesFitFill",contain:"imagePropertiesFitContain",cover:"imagePropertiesFitCover",none:"imagePropertiesFitNoneValue","scale-down":"imagePropertiesFitScaleDown"},QS={center:"imagePropertiesPositionCenter",top:"imagePropertiesPositionTop",bottom:"imagePropertiesPositionBottom",left:"imagePropertiesPositionLeft",right:"imagePropertiesPositionRight","top left":"imagePropertiesPositionTopLeft","top right":"imagePropertiesPositionTopRight","bottom left":"imagePropertiesPositionBottomLeft","bottom right":"imagePropertiesPositionBottomRight"};function ug({legendKey:e="imagePropertiesTabAdvanced",value:t,disabled:n,onChange:r}){const i=W(),a=c.useId(),s=c.useId();return o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.label,children:i(e)}),o.jsx(ek,{value:t.opacity,disabled:n,onChange:u=>{r({...t,opacity:u})}}),o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:a,children:i("imagePropertiesFit")}),o.jsxs("select",{id:a,className:d.select,value:t.fit??"",disabled:n,onChange:u=>{const f=u.target.value;r({...t,fit:f||null})},children:[o.jsx("option",{value:"",children:i("imagePropertiesFitDefault")}),Dl.map(u=>o.jsx("option",{value:u,children:i(JS[u])},u))]})]}),o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:s,children:i("imagePropertiesPosition")}),o.jsxs("select",{id:s,className:d.select,value:t.position??"",disabled:n,onChange:u=>{r({...t,position:u.target.value||null})},children:[o.jsx("option",{value:"",children:i("imagePropertiesPositionDefault")}),El.map(u=>o.jsx("option",{value:u,children:i(QS[u])},u))]})]})]})}function ek({value:e,disabled:t,onChange:n}){const r=W(),i=c.useId(),a=e===null?null:si(e),[s,u]=c.useState(()=>a===null?"":J(a)),[f,g]=c.useState(!1);c.useEffect(()=>{f||u(a===null?"":J(a))},[a,f]);const p=h=>{const x=h.trim();if(!x){n(null),u("");return}const y=Number(x.replace(",","."));if(!Number.isFinite(y)){u(a===null?"":J(a));return}const C=ym(y);n(C),u(J(si(C)))};return o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:i,children:r("paragraphDialogOpacity")}),o.jsxs("div",{className:d.lengthRow,children:[o.jsx("input",{id:i,className:d.lengthInput,value:s,disabled:t,inputMode:"decimal",onFocus:()=>g(!0),onChange:h=>u(h.target.value),onBlur:()=>{g(!1),p(s)}}),o.jsx("span",{className:d.lengthUnit,"aria-hidden":"true",children:r("fontSizeUnitPercent")})]})]})}const Go=4,tk={pt:"fontSizeUnitPt",px:"fontSizeUnitPx",em:"fontSizeUnitEm",rem:"fontSizeUnitRem","%":"fontSizeUnitPercent",pc:"fontSizeUnitPc"};function Ci({label:e,inputAria:t,value:n,disabled:r,onChange:i}){const a=W(),s=c.useId(),u=c.useId(),f=c.useRef(null),g=c.useRef(null),p=c.useRef(null),h=(n==null?void 0:n.unit)??c1,[x,y]=c.useState(()=>n?J(n.value):""),[C,b]=c.useState(!1),[v,k]=c.useState(!1),[A,R]=c.useState({top:0,left:0,width:0});c.useEffect(()=>{C||y(n?J(n.value):"")},[n,C]);const N=c.useCallback(()=>{const D=g.current,E=p.current;if(!D)return;const j=D.getBoundingClientRect(),F=(E==null?void 0:E.offsetHeight)??0;let $=j.bottom;$+F>window.innerHeight-Go&&($=Math.max(Go,j.top-F));const U=Math.min(Math.max(j.left,Go),window.innerWidth-Math.max(j.width,72)-Go);R({top:$,left:U,width:j.width})},[]);c.useLayoutEffect(()=>{if(!v)return;N();const D=()=>N();return window.addEventListener("scroll",D,!0),window.addEventListener("resize",D),()=>{window.removeEventListener("scroll",D,!0),window.removeEventListener("resize",D)}},[v,N]),c.useEffect(()=>{if(!v)return;const D=j=>{var $,U;const F=j.target;($=f.current)!=null&&$.contains(F)||(U=p.current)!=null&&U.contains(F)||k(!1)},E=j=>{j.key==="Escape"&&(j.preventDefault(),j.stopPropagation(),k(!1))};return document.addEventListener("pointerdown",D),document.addEventListener("keydown",E,!0),()=>{document.removeEventListener("pointerdown",D),document.removeEventListener("keydown",E,!0)}},[v]);const T=D=>{const E=D.trim();if(!E){i(null),y("");return}const j=Wu(E,h);if(!j){y(n?J(n.value):"");return}i(j),y(J(j.value))},S=u1[h],P=(n==null?void 0:n.value)??null,_=v?o.jsx(ue,{children:o.jsx("ul",{ref:p,className:ke.list,role:"listbox",id:s,style:{top:A.top,left:A.left,minWidth:A.width},children:S.map(D=>o.jsx("li",{role:"presentation",children:o.jsx("button",{type:"button",className:ke.option,role:"option","aria-selected":P===D,onMouseDown:E=>E.preventDefault(),onClick:()=>{i({value:D,unit:h}),y(J(D)),k(!1)},children:J(D)})},D))})}):null;return o.jsxs("div",{className:d.lengthField,children:[o.jsx("label",{className:d.sideLabel,htmlFor:u,children:e}),o.jsxs("div",{className:`${ke.wrap} ${d.lengthRow}`,ref:f,children:[o.jsxs("div",{className:ke.field,ref:g,children:[o.jsx("input",{id:u,className:ke.input,value:x,disabled:r,"aria-label":t,"aria-autocomplete":"list","aria-expanded":v,"aria-controls":s,role:"combobox",inputMode:"decimal",onFocus:()=>b(!0),onBlur:()=>{b(!1),T(x)},onChange:D=>y(D.target.value),onKeyDown:D=>{D.key==="Enter"&&(D.preventDefault(),T(x),k(!1),D.currentTarget.blur()),D.key==="ArrowDown"&&(D.preventDefault(),k(!0))}}),o.jsx("button",{type:"button",className:ke.toggle,tabIndex:-1,disabled:r,"aria-label":t,"aria-expanded":v,"aria-controls":s,onMouseDown:D=>D.preventDefault(),onClick:()=>k(D=>!D)})]}),o.jsxs("div",{className:ke.field,children:[o.jsx("select",{className:ke.unit,value:h,disabled:r,"aria-label":a("imagePropertiesSizeUnitAria"),onChange:D=>{const E=D.target.value;if(n){i({value:n.value,unit:E});return}x.trim()&&i(Wu(x,E))},children:kf.map(D=>o.jsx("option",{value:D,children:a(tk[D])},D))}),o.jsx("span",{className:ke.chevron,"aria-hidden":"true"})]}),_]})]})}const nk={empty:"imageDialogErrorEmpty",invalid:"imageDialogErrorInvalid"},rk={type:"imageDialogErrorType",tooLarge:"imageDialogErrorTooLarge"};function dg({src:e,disabled:t,customImagePicker:n,onSrcChange:r,onCustomPick:i,onSourceChange:a}){const s=W(),u=c.useId(),f=c.useId(),g=c.useRef(null),[p,h]=c.useState(()=>e.startsWith("data:")?"file":e.trim()?"url":"file"),[x,y]=c.useState(()=>e.startsWith("data:")?"":e),[C,b]=c.useState(""),[v,k]=c.useState(null),[A,R]=c.useState(!1);c.useEffect(()=>{a==null||a(p)},[a,p]);const N=p==="file"&&e.startsWith("data:")?e:p==="url"?x:"",T=p==="custom"?null:nr(N),S=p==="custom"?null:p==="file"&&v?rk[v]:T&&(p==="file"||x.trim().length>0)?nk[T]:null,P=()=>{t||!n||i==null||i()},_=D=>{var j;const E=(j=D.target.files)==null?void 0:j[0];E&&(R(!0),k(null),r1(E).then(F=>{b(E.name),h("file"),r(F),R(!1)},F=>{const $=F instanceof Error?F.message:"";b(""),h("file"),k($==="tooLarge"||$==="type"?$:"type"),R(!1),g.current&&(g.current.value="")}))};return o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.subLabel,children:s("imageDialogSource")}),o.jsxs("div",{className:d.sizeRow,role:"radiogroup","aria-label":s("imageDialogSource"),children:[o.jsx("button",{type:"button",className:d.action,role:"radio","aria-checked":p==="file",disabled:t,onClick:()=>h("file"),children:s("imageDialogFile")}),o.jsx("button",{type:"button",className:d.action,role:"radio","aria-checked":p==="url",disabled:t,onClick:()=>h("url"),children:s("imageDialogUrl")}),n?o.jsx("button",{type:"button",className:d.action,role:"radio","aria-checked":p==="custom",disabled:t,onClick:()=>h("custom"),children:n.text}):null]}),p==="file"?o.jsxs("div",{className:d.fileRow,children:[o.jsx("input",{ref:g,type:"file",accept:Yx,hidden:!0,disabled:t,"aria-label":s("imageDialogChooseFile"),onChange:_}),o.jsx("button",{type:"button",className:d.action,disabled:t||A,onClick:()=>{var D;return(D=g.current)==null?void 0:D.click()},children:s("imageDialogChooseFile")}),C?o.jsx("span",{className:d.fileName,children:C}):null,e.startsWith("data:")&&!C?o.jsx("span",{className:d.fileName,children:s("pageBackgroundImageCurrent")}):null]}):null,p==="url"?o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:u,children:s("imageDialogUrl")}),o.jsx("input",{id:u,className:d.textInput,value:x,disabled:t,"aria-invalid":S!==null,"aria-describedby":S?f:void 0,onChange:D=>{const E=D.target.value;y(E),r(E.trim())}})]}):null,p==="custom"&&n?o.jsxs("div",{className:d.field,children:[o.jsx("p",{className:d.emptyHint,children:n.description}),o.jsx("button",{type:"button",className:d.action,disabled:t,onClick:P,children:n.buttonCaption})]}):null,S?o.jsx("p",{id:f,className:d.error,children:s(S)}):null]})}function ok(e){return nr(e.trim())===null}function ik(e){return Rf(e)?{width:null,height:null}:e==="fill"?{width:{...$n},height:{...$n}}:{width:{...$n},height:null}}function ak({value:e,disabled:t,customImagePicker:n,onCustomImagePick:r,onChange:i}){const a=W(),s=e.src??"",u=(f,g)=>{i({...e,fit:null,[f]:g})};return o.jsxs(o.Fragment,{children:[s?o.jsxs("div",{className:d.field,children:[o.jsx("span",{className:d.label,children:a("pageBackgroundImagePreview")}),o.jsx("img",{className:d.previewImage,src:s,alt:a("pageBackgroundImagePreviewAlt")}),o.jsx("button",{type:"button",className:d.action,disabled:t,onClick:()=>{i({...e,src:null})},children:a("pageBackgroundImageClear")})]}):null,o.jsx(dg,{src:s,disabled:t,customImagePicker:n,onCustomPick:r,onSrcChange:f=>{i({...e,src:f.trim()||null})}}),s?o.jsxs(o.Fragment,{children:[o.jsx(Ci,{label:a("imagePropertiesWidth"),inputAria:a("imagePropertiesWidthAria"),value:e.width,disabled:t,onChange:f=>u("width",f)}),o.jsx(Ci,{label:a("imagePropertiesHeight"),inputAria:a("imagePropertiesHeightAria"),value:e.height,disabled:t,onChange:f=>u("height",f)}),o.jsx(ug,{legendKey:"pageDialogTabBackgroundImage",value:{opacity:e.opacity,fit:e.fit,position:e.position},disabled:t,onChange:f=>{const g=f.fit===e.fit?{width:e.width,height:e.height}:ik(f.fit);i({...e,opacity:f.opacity,fit:f.fit,position:f.position,...g})}})]}):null]})}const sk={left:ki,center:Si,right:Ai,justify:Od},lk={left:{aria:"commandAlignLeftAria"},center:{aria:"commandAlignCenterAria"},right:{aria:"commandAlignRightAria"},justify:{aria:"commandAlignJustifyAria"}},ck={top:"paragraphDialogSideTop",right:"paragraphDialogSideRight",bottom:"paragraphDialogSideBottom",left:"paragraphDialogSideLeft"},uk={none:"paragraphDialogBorderStyleNone",solid:"paragraphDialogBorderStyleSolid",dotted:"paragraphDialogBorderStyleDotted",dashed:"paragraphDialogBorderStyleDashed",double:"paragraphDialogBorderStyleDouble",groove:"paragraphDialogBorderStyleGroove",ridge:"paragraphDialogBorderStyleRidge",inset:"paragraphDialogBorderStyleInset",outset:"paragraphDialogBorderStyleOutset"},dk={pt:"fontSizeUnitPt",px:"fontSizeUnitPx",em:"fontSizeUnitEm",rem:"fontSizeUnitRem","%":"fontSizeUnitPercent"},mk={value:1,unit:"pt"},fk={offsetX:{value:0,unit:"px"},offsetY:{value:4,unit:"px"},blur:{value:8,unit:"px"},spread:{value:0,unit:"px"},color:"#000000",inset:!1},gk={auto:"paragraphDialogBreakAuto",avoid:"paragraphDialogBreakAvoid"},gd={auto:"paragraphDialogBreakAuto",avoid:"paragraphDialogBreakAvoid",page:"paragraphDialogBreakPage"};function Pr(e){return{top:e,right:e,bottom:e,left:e}}function pd(e){for(const t of Fe)if(e[t])return e[t];return null}function pk(){const e=[...lg];for(const t of cg)e.some(n=>n.id===t.id)||e.push(t);return e}function Il({tab:e,value:t,disabled:n,tabs:r,tablistLabelKey:i="paragraphDialogTitle",backgroundImage:a,customImagePicker:s,onCustomImagePick:u,onBackgroundImageChange:f,onTabChange:g,onChange:p}){const h=W(),x=r?pk().filter(S=>r.includes(S.id)):lg,y=c.useId(),C=c.useId(),b=c.useId(),v=c.useId(),[k,A]=c.useState(()=>It(t.margin,Pr(t.margin.top))),[R,N]=c.useState(()=>It(t.padding,Pr(t.padding.top))),T=(S,P,_,D)=>{const E=t[S],j=P?Pr(D):{...E,[_]:D};p({...t,[S]:j,[`${S}Mixed`]:!1})};return o.jsxs(o.Fragment,{children:[o.jsx("div",{className:d.tabs,role:"tablist","aria-label":h(i),children:x.map(S=>o.jsx("button",{type:"button",className:d.tab,role:"tab","aria-selected":S.id===e,disabled:!S.implemented,onClick:()=>g(S.id),children:h(S.labelKey)},S.id))}),o.jsxs("div",{className:d.body,role:"tabpanel",children:[e==="general"?o.jsxs(o.Fragment,{children:[o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.label,children:h("paragraphDialogAlignment")}),o.jsx("div",{className:d.iconRow,role:"radiogroup","aria-label":h("paragraphDialogAlignment"),children:xf.map(S=>{const P=sk[S],_=!t.alignMixed&&t.align===S;return o.jsx("button",{type:"button",className:d.iconButton,role:"radio","aria-checked":_,"aria-label":h(lk[S].aria),disabled:n,onClick:()=>{p({...t,align:S,alignMixed:!1})},children:o.jsx(P,{})},S)})})]}),o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.label,children:h("paragraphDialogLists")}),o.jsxs("div",{className:d.iconRow,children:[o.jsx("button",{type:"button",className:d.iconButton,"aria-pressed":!t.listMixed&&t.list==="ul","aria-label":h("commandBulletListAria"),disabled:n,onClick:()=>{const S=!t.listMixed&&t.list==="ul"?null:"ul";p({...t,list:S,listMixed:!1})},children:o.jsx(Kd,{})}),o.jsx("button",{type:"button",className:d.iconButton,"aria-pressed":!t.listMixed&&t.list==="ol","aria-label":h("commandNumberedListAria"),disabled:n,onClick:()=>{const S=!t.listMixed&&t.list==="ol"?null:"ol";p({...t,list:S,listMixed:!1})},children:o.jsx(Gd,{})})]})]})]}):null,e==="spacing"?o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.label,children:h("paragraphDialogSpacing")}),o.jsx(hd,{legend:h("paragraphDialogMargin"),sides:t.margin,linked:k,disabled:n,allowNegative:!0,onLinkedChange:S=>{A(S),S&&p({...t,margin:Pr(pd(t.margin)),marginMixed:!1})},onSideChange:(S,P)=>T("margin",k,S,P)}),o.jsx(hd,{legend:h("paragraphDialogPadding"),sides:t.padding,linked:R,disabled:n,onLinkedChange:S=>{N(S),S&&p({...t,padding:Pr(pd(t.padding)),paddingMixed:!1})},onSideChange:(S,P)=>T("padding",R,S,P)}),o.jsx(bk,{value:t.lineHeight,disabled:n,onChange:S=>{p({...t,lineHeight:S,lineHeightMixed:!1})}}),o.jsxs("fieldset",{className:d.nestedGroup,children:[o.jsx("legend",{className:d.subLabel,children:h("paragraphDialogPageBreaks")}),o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:C,children:h("paragraphDialogBreakInside")}),o.jsx("select",{id:C,className:d.select,value:t.breakInsideMixed?"auto":t.breakInside,disabled:n,onChange:S=>{p({...t,breakInside:S.target.value,breakInsideMixed:!1})},children:um.map(S=>o.jsx("option",{value:S,children:h(gk[S])},S))})]}),o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:b,children:h("paragraphDialogBreakAfter")}),o.jsx("select",{id:b,className:d.select,value:t.breakAfterMixed?"auto":t.breakAfter,disabled:n,onChange:S=>{p({...t,breakAfter:S.target.value,breakAfterMixed:!1})},children:xs.map(S=>o.jsx("option",{value:S,children:h(gd[S])},S))})]}),o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:v,children:h("paragraphDialogBreakBefore")}),o.jsx("select",{id:v,className:d.select,value:t.breakBeforeMixed?"auto":t.breakBefore,disabled:n,onChange:S=>{p({...t,breakBefore:S.target.value,breakBeforeMixed:!1})},children:xs.map(S=>o.jsx("option",{value:S,children:h(gd[S])},S))})]})]})]}):null,e==="border"?o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.label,children:h("paragraphDialogBorder")}),o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:y,children:h("paragraphDialogBorderStyle")}),o.jsx("select",{id:y,className:d.select,value:t.border.style,disabled:n,onChange:S=>{const P=S.target.value;p({...t,border:{style:P,width:P==="none"?null:t.border.width??mk,color:P==="none"?null:t.border.color},borderMixed:!1})},children:Di.map(S=>o.jsx("option",{value:S,children:h(uk[S])},S))})]}),t.border.style!=="none"?o.jsxs(o.Fragment,{children:[o.jsx(De,{label:h("paragraphDialogBorderWidth"),value:t.border.width,disabled:n,onChange:S=>{p({...t,border:{...t.border,width:S},borderMixed:!1})}}),o.jsx(at,{label:h("paragraphDialogBorderColor"),noneLabel:h("colorNone"),value:t.border.color,mixed:t.borderMixed,disabled:n,onChange:S=>{p({...t,border:{...t.border,color:S},borderMixed:!1})}})]}):null,o.jsx(De,{label:h("paragraphDialogBorderRadius"),value:t.borderRadius,disabled:n,onChange:S=>{p({...t,borderRadius:S,radiusMixed:!1})}}),o.jsxs("label",{className:d.mark,children:[o.jsx("input",{type:"checkbox",checked:t.boxShadow!==null,disabled:n,onChange:()=>{p({...t,boxShadow:t.boxShadow?null:fk,shadowMixed:!1})}}),h("paragraphDialogBoxShadow")]}),t.boxShadow?o.jsx(Ll,{shadow:t.boxShadow,disabled:n,onChange:S=>{p({...t,boxShadow:S,shadowMixed:!1})}}):null]}):null,e==="background"?o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.label,children:h("paragraphDialogTabBackground")}),o.jsx(at,{label:h("paragraphDialogBackgroundColor"),noneLabel:h("colorNone"),value:t.backgroundColor,mixed:t.backgroundMixed,disabled:n,onChange:S=>{p({...t,backgroundColor:S,backgroundMixed:!1})}}),o.jsx(hk,{value:t.opacity,disabled:n,onChange:S=>{p({...t,opacity:S,opacityMixed:!1})}})]}):null,e==="backgroundImage"&&a&&f?o.jsx(ak,{value:a,disabled:n,customImagePicker:s,onCustomImagePick:u,onChange:f}):null]})]})}function hk({value:e,disabled:t,onChange:n}){const r=W(),i=c.useId(),a=e===null?null:si(e),[s,u]=c.useState(()=>a===null?"":J(a)),[f,g]=c.useState(!1);c.useEffect(()=>{f||u(a===null?"":J(a))},[a,f]);const p=h=>{const x=h.trim();if(!x){n(null),u("");return}const y=Number(x.replace(",","."));if(!Number.isFinite(y)){u(a===null?"":J(a));return}const C=ym(y);n(C),u(J(si(C)))};return o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:i,children:r("paragraphDialogOpacity")}),o.jsxs("div",{className:d.lengthRow,children:[o.jsx("input",{id:i,className:d.lengthInput,value:s,disabled:t,inputMode:"decimal",onFocus:()=>g(!0),onChange:h=>u(h.target.value),onBlur:()=>{g(!1),p(s)}}),o.jsx("span",{className:d.lengthUnit,"aria-hidden":"true",children:r("fontSizeUnitPercent")})]})]})}function hd({legend:e,sides:t,linked:n,disabled:r,allowNegative:i=!1,onLinkedChange:a,onSideChange:s}){const u=W(),f=n?["top"]:Fe;return o.jsxs("fieldset",{className:d.nestedGroup,children:[o.jsx("legend",{className:d.subLabel,children:e}),o.jsxs("label",{className:d.mark,children:[o.jsx("input",{type:"checkbox",checked:n,disabled:r,onChange:()=>a(!n)}),u("paragraphDialogLinkSides")]}),o.jsx("div",{className:d.sideGrid,children:f.map(g=>o.jsx(De,{label:n?e:u(ck[g]),value:t[g],disabled:r,allowNegative:i,onChange:p=>s(g,p)},g))})]})}function bk({value:e,disabled:t,onChange:n}){const r=W(),i=c.useId(),a=yk(e),s=(e==null?void 0:e.kind)==="number"||(e==null?void 0:e.kind)==="length"?e.value:null,[u,f]=c.useState(()=>s===null?"":J(s)),g=(e==null?void 0:e.kind)==="length"?e.unit:el;return o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:i,children:r("paragraphDialogLineHeight")}),o.jsxs("div",{className:d.lengthRow,children:[o.jsx("input",{id:i,className:d.lengthInput,value:a==="normal"?"":u,disabled:t||a==="normal",inputMode:"decimal",onChange:p=>f(p.target.value),onBlur:()=>{const p=u.trim();if(!p){n(null);return}if(a==="number"||a==="empty"){const x=Number(p.replace(",","."));if(!Number.isFinite(x)||x<0){f(s===null?"":J(s));return}n({kind:"number",value:x}),f(J(x));return}const h=Mr(p,g,!1);if(!h){f(s===null?"":J(s));return}n({kind:"length",value:h.value,unit:h.unit}),f(J(h.value))}}),o.jsxs("select",{className:d.lengthUnit,value:a==="length"?g:a,disabled:t,"aria-label":r("paragraphDialogLengthUnitAria"),onChange:p=>{const h=p.target.value;if(h==="empty"){n(null),f("");return}if(h==="normal"){n({kind:"normal"}),f("");return}if(h==="number"){const b=Number((u||"1.5").replace(",",".")),v=Number.isFinite(b)&&b>=0?b:1.5;n({kind:"number",value:v}),f(J(v));return}const x=h,y=Mr(u||"1",x,!1),C=(y==null?void 0:y.value)??1;n({kind:"length",value:C,unit:x}),f(J(C))},children:[o.jsx("option",{value:"empty"}),o.jsx("option",{value:"normal",children:r("paragraphDialogLineHeightNormal")}),o.jsx("option",{value:"number",children:r("paragraphDialogLineHeightUnitless")}),["pt","px","em","rem","%"].map(p=>o.jsx("option",{value:p,children:r(dk[p])},p))]})]})]})}function yk(e){return e?e.kind==="normal"?"normal":e.kind==="number"?"number":"length":"empty"}const bd='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])';function xk({open:e,tab:t,value:n,disabled:r,onTabChange:i,onApply:a,onClose:s}){const u=W(),f=c.useId(),g=c.useRef(null),[p,h]=c.useState(n);return c.useEffect(()=>{e&&h(n)},[e,n]),c.useEffect(()=>{if(!e)return;const x=g.current,y=x==null?void 0:x.querySelector(bd);y==null||y.focus();const C=b=>{if(b.key==="Escape"){if(document.querySelector('[role="listbox"], [data-color-picker]'))return;b.preventDefault(),b.stopPropagation(),s();return}if(b.key!=="Tab"||!x)return;const v=[...x.querySelectorAll(bd)];if(v.length===0)return;const k=v[0],A=v[v.length-1];b.shiftKey&&document.activeElement===k?(b.preventDefault(),A.focus()):!b.shiftKey&&document.activeElement===A&&(b.preventDefault(),k.focus())};return document.addEventListener("keydown",C,!0),()=>document.removeEventListener("keydown",C,!0)},[e,s]),e?o.jsx(ue,{children:o.jsx("div",{className:d.backdrop,role:"presentation",onMouseDown:s,children:o.jsxs("div",{ref:g,className:`${d.dialog} ${d.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":f,onMouseDown:x=>x.stopPropagation(),children:[o.jsx("h2",{className:d.header,id:f,children:u("paragraphDialogTitle")}),o.jsx(Il,{tab:t,value:p,disabled:r,onTabChange:i,onChange:h}),o.jsxs("div",{className:d.actions,children:[o.jsx("button",{type:"button",className:d.action,onClick:s,children:u("fontDialogCancel")}),o.jsx("button",{type:"button",className:`${d.action} ${d.actionPrimary}`,disabled:r,onClick:()=>a(p),children:u("fontDialogOk")})]})]})})}):null}const Ck=["auto","A4","letter","legal","custom"],wk={auto:"pageAtRuleSizeAuto",A4:"pageAtRuleSizeA4",letter:"pageAtRuleSizeLetter",legal:"pageAtRuleSizeLegal",custom:"pageAtRuleSizeCustom"},vk={top:"paragraphDialogSideTop",right:"paragraphDialogSideRight",bottom:"paragraphDialogSideBottom",left:"paragraphDialogSideLeft"};function yd(e){return e===null?"":J(e.value)}function Sk({value:e,disabled:t,onChange:n,onReset:r}){const i=W(),a=c.useId(),[s,u]=c.useState(!0),f=e??Zt(),g=(p,h)=>{if(s){n({...f,margin:{top:h,right:h,bottom:h,left:h},marginMixed:!1});return}n({...f,margin:{...f.margin,[p]:h},marginMixed:!1})};return o.jsxs("div",{className:d.body,children:[o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:a,children:i("pageAtRuleSize")}),o.jsx("select",{id:a,className:d.select,disabled:t,value:f.sizePreset,onChange:p=>n({...f,sizePreset:p.target.value}),children:Ck.map(p=>o.jsx("option",{value:p,children:i(wk[p])},p))})]}),f.sizePreset==="custom"?o.jsxs("div",{className:d.sideGrid,children:[o.jsx(us,{label:i("pageAtRuleWidth"),value:f.customWidth,disabled:t,onChange:p=>n({...f,customWidth:p})}),o.jsx(us,{label:i("pageAtRuleHeight"),value:f.customHeight,disabled:t,onChange:p=>n({...f,customHeight:p})})]}):null,o.jsxs("div",{className:d.field,children:[o.jsx("span",{className:d.label,children:i("pageAtRuleOrientation")}),o.jsx("div",{className:d.marks,children:[["none","pageAtRuleOrientationNone"],["portrait","pageAtRuleOrientationPortrait"],["landscape","pageAtRuleOrientationLandscape"]].map(([p,h])=>o.jsxs("label",{className:d.mark,children:[o.jsx("input",{type:"radio",name:"page-orientation",checked:(f.orientation??"none")===p,disabled:t,onChange:()=>n({...f,orientation:p==="none"?null:p})}),i(h)]},p))})]}),o.jsxs("fieldset",{className:d.nestedGroup,children:[o.jsx("legend",{className:d.subLabel,children:i("pageAtRuleMargins")}),o.jsxs("label",{className:d.mark,children:[o.jsx("input",{type:"checkbox",checked:s,disabled:t,onChange:()=>u(!s)}),i("paragraphDialogLinkSides")]}),o.jsx("div",{className:d.sideGrid,children:(s?["top"]:Fe).map(p=>o.jsx(us,{label:i(s?"pageAtRuleMargins":vk[p]),value:f.margin[p],disabled:t,onChange:h=>g(p,h)},p))})]}),o.jsx("div",{className:d.actions,children:o.jsx("button",{type:"button",className:d.action,disabled:t,"aria-label":i("pageAtRuleResetAria"),onClick:r,children:i("pageAtRuleReset")})})]})}function us({label:e,value:t,disabled:n,onChange:r}){const i=W(),a=c.useId(),[s,u]=c.useState(()=>yd(t)),f=(t==null?void 0:t.unit)??el;return o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:a,children:e}),o.jsxs("div",{className:d.lengthRow,children:[o.jsx("input",{id:a,className:d.lengthInput,value:s,disabled:n,inputMode:"decimal",onChange:g=>u(g.target.value),onBlur:()=>{const g=s.trim();if(!g){r(null);return}const p=Mr(g,f,!1);if(!p){u(yd(t));return}r(p),u(J(p.value))}}),o.jsxs("select",{className:d.lengthUnit,disabled:n,value:f,"aria-label":i("paragraphDialogLengthUnitAria"),onChange:g=>{const p=g.target.value;t&&r({...t,unit:p})},children:[o.jsx("option",{value:"pt",children:i("fontSizeUnitPt")}),o.jsx("option",{value:"px",children:i("fontSizeUnitPx")}),o.jsx("option",{value:"em",children:i("fontSizeUnitEm")}),o.jsx("option",{value:"rem",children:i("fontSizeUnitRem")}),o.jsx("option",{value:"%",children:i("fontSizeUnitPercent")})]})]})]})}const xd='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])',kk=cg.map(e=>e.id);function Ak(e){return{...Rr(),...e}}function Pk(e){const{align:t,alignMixed:n,list:r,listMixed:i,...a}=e;return a}function Dk({open:e,tab:t,value:n,fonts:r,disabled:i,printTabVisible:a=!1,customImagePicker:s,onCustomImagePick:u,onTabChange:f,onApply:g,onResetAtRule:p,onClose:h}){const x=W(),y=c.useId(),C=c.useRef(null),[b,v]=c.useState("general"),[k,A]=c.useState("spacing"),[R,N]=c.useState(n.font),[T,S]=c.useState(n.box),[P,_]=c.useState(n.backgroundImage),[D,E]=c.useState(n.atRule??Zt());if(c.useEffect(()=>{e&&(v("general"),A("spacing"),N(n.font),S(n.box),_(n.backgroundImage??jl()),E(n.atRule??Zt()),t==="print"&&!a&&f("font"))},[e,n,t,a,f]),c.useEffect(()=>{if(!e)return;const $=C.current,U=$==null?void 0:$.querySelector(xd);U==null||U.focus();const X=Q=>{if(Q.key==="Escape"){if(document.querySelector('[role="listbox"], [data-color-picker]'))return;Q.preventDefault(),Q.stopPropagation(),h();return}if(Q.key!=="Tab"||!$)return;const oe=[...$.querySelectorAll(xd)];if(oe.length===0)return;const Y=oe[0],le=oe[oe.length-1];Q.shiftKey&&document.activeElement===Y?(Q.preventDefault(),le.focus()):!Q.shiftKey&&document.activeElement===le&&(Q.preventDefault(),Y.focus())};return document.addEventListener("keydown",X,!0),()=>document.removeEventListener("keydown",X,!0)},[e,h]),!e)return null;const j=x("pageDialogTitle"),F=t==="print"&&!a?"font":t;return o.jsx(ue,{children:o.jsx("div",{className:d.backdrop,role:"presentation",onMouseDown:h,children:o.jsxs("div",{ref:C,className:`${d.dialog} ${d.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":y,onMouseDown:$=>$.stopPropagation(),children:[o.jsx("h2",{className:d.header,id:y,children:j}),o.jsxs("div",{className:d.tabs,role:"tablist","aria-label":j,children:[o.jsx("button",{type:"button",className:d.tab,role:"tab","aria-selected":F==="font",onClick:()=>f("font"),children:x("customStyleDialogTabFont")}),o.jsx("button",{type:"button",className:d.tab,role:"tab","aria-selected":F==="paragraph",onClick:()=>f("paragraph"),children:x("customStyleDialogTabParagraph")}),a?o.jsx("button",{type:"button",className:d.tab,role:"tab","aria-selected":F==="print",onClick:()=>f("print"),children:x("pageDialogTabPrint")}):null]}),F==="font"?o.jsx("div",{className:d.nestedPanel,children:o.jsx(_l,{tab:b,value:R,fonts:r,disabled:i,onTabChange:v,onChange:N})}):F==="paragraph"?o.jsx("div",{className:d.nestedPanel,children:o.jsx(Il,{tab:k,value:Ak(T),disabled:i,tabs:kk,tablistLabelKey:"pageDialogTitle",backgroundImage:P,customImagePicker:s,onCustomImagePick:u,onBackgroundImageChange:_,onTabChange:$=>{$!=="general"&&A($)},onChange:$=>S(Pk($))})}):o.jsx("div",{className:d.nestedPanel,children:o.jsx(Sk,{value:D,disabled:i,onChange:E,onReset:()=>{E(Zt()),p==null||p()}})}),o.jsxs("div",{className:d.actions,children:[o.jsx("button",{type:"button",className:d.action,onClick:h,children:x("fontDialogCancel")}),o.jsx("button",{type:"button",className:`${d.action} ${d.actionPrimary}`,disabled:i,onClick:()=>g({font:R,box:T,backgroundImage:P,atRule:a?D:n.atRule??Zt()}),children:x("fontDialogOk")})]})]})})})}function Ek({open:e,disabled:t,onClose:n,onConfirm:r}){const i=W(),a=c.useId(),s=c.useRef(null);if(c.useEffect(()=>{if(!e)return;const f=s.current;if(!f)return;const g=f.querySelector('button:not([disabled]):not([tabindex="-1"])');g==null||g.focus();const p=h=>{h.key==="Escape"&&(h.preventDefault(),n())};return document.addEventListener("keydown",p,!0),()=>document.removeEventListener("keydown",p,!0)},[e,n]),!e)return null;const u=!!t;return o.jsx(ue,{children:o.jsx("div",{className:d.backdrop,role:"presentation",onMouseDown:n,children:o.jsxs("div",{ref:s,className:d.dialog,role:"dialog","aria-modal":"true","aria-labelledby":a,onMouseDown:f=>f.stopPropagation(),children:[o.jsxs("div",{className:d.headerRow,children:[o.jsx("h2",{className:d.header,id:a,children:i("deletePageDialogTitle")}),o.jsx("button",{type:"button",className:d.close,"aria-label":i("fontDialogCloseAria"),onClick:n,children:o.jsx(Be,{})})]}),o.jsx("div",{className:d.confirmBody,children:i("deletePageConfirmMessage")}),o.jsxs("div",{className:d.actions,children:[o.jsx("button",{type:"button",className:d.action,disabled:u,onClick:n,children:i("fontDialogCancel")}),o.jsx("button",{type:"button",className:`${d.action} ${d.actionDanger}`,disabled:u,onClick:r,children:i("commandDeletePage")})]})]})})})}const Cd='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])';function jk(){return typeof crypto<"u"&&typeof crypto.randomUUID=="function"?crypto.randomUUID():`style-${Date.now().toString(16)}-${Math.random().toString(16).slice(2)}`}function wd(e){return{size:e.size,unit:e.unit,marks:e.marks,fontFamily:e.fontFamily??null,fontFamilyMixed:!1,fontColor:e.fontColor,highlightColor:e.highlightColor,fontColorMixed:!1,highlightColorMixed:!1}}function Rk(e){return{size:e.size,unit:e.unit,marks:e.marks,fontFamily:e.fontFamilyMixed?null:e.fontFamily,fontColor:e.fontColorMixed?null:e.fontColor,highlightColor:e.highlightColorMixed?null:e.highlightColor}}function Tk({open:e,mode:t,styleId:n,name:r="",font:i,paragraph:a,canDelete:s=!1,busy:u,disabled:f,fonts:g,defaultOuterTab:p="font",onSave:h,onDelete:x,onClose:y}){const C=W(),b=c.useId(),v=c.useId(),k=c.useRef(null),[A,R]=c.useState(r),[N,T]=c.useState(p),[S,P]=c.useState("general"),[_,D]=c.useState("general"),[E,j]=c.useState(()=>wd(i)),[F,$]=c.useState(()=>Ms(a)),[U,X]=c.useState(!1);if(c.useEffect(()=>{e&&(R(r),T(p),P("general"),D("general"),j(wd(i)),$(Ms(a)),X(!1))},[e,r,i,a,p]),c.useEffect(()=>{if(!e)return;const ie=k.current,re=ie==null?void 0:ie.querySelector(Cd);re==null||re.focus();const L=Z=>{if(Z.key==="Escape"){if(document.querySelector('[role="listbox"], [data-color-picker]'))return;if(Z.preventDefault(),Z.stopPropagation(),U){X(!1);return}y();return}if(Z.key!=="Tab"||!ie)return;const ae=[...ie.querySelectorAll(Cd)];if(ae.length===0)return;const G=ae[0],ve=ae[ae.length-1];Z.shiftKey&&document.activeElement===G?(Z.preventDefault(),ve.focus()):!Z.shiftKey&&document.activeElement===ve&&(Z.preventDefault(),G.focus())};return document.addEventListener("keydown",L,!0),()=>document.removeEventListener("keydown",L,!0)},[e,y,U]),!e)return null;const Q=C(t==="create"?"customStyleDialogAddTitle":"customStyleDialogEditTitle"),oe=A.trim().length>0,Y=!!(f||u),le=()=>{const ie=A.trim();ie&&h({id:n??jk(),name:ie,font:Rk(E),paragraph:Sf(F)})};return o.jsx(ue,{children:o.jsx("div",{className:d.backdrop,role:"presentation",onMouseDown:y,children:o.jsxs("div",{ref:k,className:`${d.dialog} ${d.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":b,"aria-busy":u||void 0,onMouseDown:ie=>ie.stopPropagation(),children:[o.jsxs("div",{className:d.headerRow,children:[o.jsx("h2",{className:d.header,id:b,children:Q}),o.jsx("button",{type:"button",className:d.close,"aria-label":C("customStyleDialogCloseAria"),onClick:y,children:o.jsx(Be,{})})]}),U?o.jsxs(o.Fragment,{children:[o.jsx("div",{className:d.confirmBody,children:C("customStyleDialogDeleteConfirm")}),o.jsxs("div",{className:d.actions,children:[o.jsx("button",{type:"button",className:d.action,disabled:Y,onClick:()=>X(!1),children:C("fontDialogCancel")}),o.jsx("button",{type:"button",className:`${d.action} ${d.actionDanger}`,disabled:Y||!n,onClick:()=>{n&&(x==null||x(n))},children:C("customStyleDialogDelete")})]})]}):o.jsxs(o.Fragment,{children:[o.jsx("div",{className:d.nameSection,children:o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:v,children:C("customStyleDialogName")}),o.jsx("input",{id:v,className:d.nameInput,value:A,disabled:Y,onChange:ie=>R(ie.target.value)})]})}),o.jsxs("div",{className:d.tabs,role:"tablist","aria-label":Q,children:[o.jsx("button",{type:"button",className:d.tab,role:"tab","aria-selected":N==="font",onClick:()=>T("font"),children:C("customStyleDialogTabFont")}),o.jsx("button",{type:"button",className:d.tab,role:"tab","aria-selected":N==="paragraph",onClick:()=>T("paragraph"),children:C("customStyleDialogTabParagraph")})]}),N==="font"?o.jsx("div",{className:d.nestedPanel,children:o.jsx(_l,{tab:S,value:E,fonts:g,disabled:Y,onTabChange:P,onChange:j})}):o.jsx("div",{className:d.nestedPanel,children:o.jsx(Il,{tab:_,value:F,disabled:Y,onTabChange:D,onChange:$})}),o.jsxs("div",{className:t==="edit"&&s?`${d.actions} ${d.actionsSpread}`:d.actions,children:[t==="edit"&&s?o.jsx("button",{type:"button",className:`${d.action} ${d.actionDanger}`,disabled:Y,onClick:()=>X(!0),children:C("customStyleDialogDelete")}):null,o.jsxs("div",{className:d.actionsEnd,children:[o.jsx("button",{type:"button",className:d.action,onClick:y,children:C("fontDialogCancel")}),o.jsx("button",{type:"button",className:`${d.action} ${d.actionPrimary}`,disabled:Y||!oe,onClick:le,children:C("fontDialogOk")})]})]})]})]})})})}const Nk='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled]), textarea:not([disabled])';function Mk({open:e,value:t,disabled:n,onApply:r,onClose:i}){const a=W(),s=c.useId(),u=c.useId(),f=c.useRef(null),g=c.useRef(null),[p,h]=c.useState(t);if(c.useEffect(()=>{e&&h(t)},[e,t]),c.useEffect(()=>{var b;if(!e)return;(b=g.current)==null||b.focus();const y=f.current,C=v=>{if(v.key==="Escape"){v.preventDefault(),v.stopPropagation(),i();return}if(v.key!=="Tab"||!y)return;const k=[...y.querySelectorAll(Nk)];if(k.length===0)return;const A=k[0],R=k[k.length-1];v.shiftKey&&document.activeElement===A?(v.preventDefault(),R.focus()):!v.shiftKey&&document.activeElement===R&&(v.preventDefault(),A.focus())};return document.addEventListener("keydown",C,!0),()=>document.removeEventListener("keydown",C,!0)},[e,i]),!e)return null;const x=()=>{n||r(p)};return o.jsx(ue,{children:o.jsx("div",{className:d.backdrop,role:"presentation",onMouseDown:i,children:o.jsxs("div",{ref:f,className:d.dialog,role:"dialog","aria-modal":"true","aria-labelledby":s,onMouseDown:y=>y.stopPropagation(),children:[o.jsxs("div",{className:d.headerRow,children:[o.jsx("h2",{className:d.header,id:s,children:a("customCssDialogTitle")}),o.jsx("button",{type:"button",className:d.close,"aria-label":a("customCssDialogCloseAria"),onClick:i,children:o.jsx(Be,{})})]}),o.jsx("div",{className:d.body,children:o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:u,children:a("customCssDialogField")}),o.jsx("textarea",{ref:g,id:u,className:d.textarea,value:p,disabled:n,spellCheck:!1,"aria-label":a("customCssDialogFieldAria"),rows:8,onChange:y=>h(y.target.value)})]})}),o.jsxs("div",{className:d.actions,children:[o.jsx("button",{type:"button",className:d.action,onClick:i,children:a("fontDialogCancel")}),o.jsx("button",{type:"button",className:`${d.action} ${d.actionPrimary}`,disabled:n,onClick:x,children:a("fontDialogOk")})]})]})})})}const vd='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])',_k={empty:"bookmarkDialogErrorEmpty",invalid:"bookmarkDialogErrorInvalid",duplicate:"bookmarkDialogErrorDuplicate"};function Lk({open:e,existingIds:t,disabled:n,onApply:r,onClose:i}){const a=W(),s=c.useId(),u=c.useId(),f=c.useId(),g=c.useRef(null),[p,h]=c.useState(""),[x,y]=c.useState(!1),C=c.useMemo(()=>new Set(t),[t]),b=Kf(p,C);if(c.useEffect(()=>{e&&(h(""),y(!1))},[e]),c.useEffect(()=>{if(!e)return;const R=g.current,N=R==null?void 0:R.querySelector(vd);N==null||N.focus();const T=S=>{if(S.key==="Escape"){S.preventDefault(),S.stopPropagation(),i();return}if(S.key!=="Tab"||!R)return;const P=[...R.querySelectorAll(vd)];if(P.length===0)return;const _=P[0],D=P[P.length-1];S.shiftKey&&document.activeElement===_?(S.preventDefault(),D.focus()):!S.shiftKey&&document.activeElement===D&&(S.preventDefault(),_.focus())};return document.addEventListener("keydown",T,!0),()=>document.removeEventListener("keydown",T,!0)},[e,i]),!e)return null;const v=x||p.trim().length>0?b:null,k=b===null&&!n,A=()=>{y(!0),!(b||n)&&r(p.trim())};return o.jsx(ue,{children:o.jsx("div",{className:d.backdrop,role:"presentation",onMouseDown:i,children:o.jsxs("div",{ref:g,className:d.dialog,role:"dialog","aria-modal":"true","aria-labelledby":s,onMouseDown:R=>R.stopPropagation(),children:[o.jsxs("div",{className:d.headerRow,children:[o.jsx("h2",{className:d.header,id:s,children:a("bookmarkDialogTitle")}),o.jsx("button",{type:"button",className:d.close,"aria-label":a("bookmarkDialogCloseAria"),onClick:i,children:o.jsx(Be,{})})]}),o.jsx("div",{className:d.body,children:o.jsxs("div",{className:d.field,children:[o.jsxs("div",{className:d.labelRow,children:[o.jsx("label",{className:d.label,htmlFor:u,children:a("bookmarkDialogName")}),o.jsx(tn,{label:a("bookmarkDialogHelp"),elevated:!0,children:o.jsx("button",{type:"button",className:d.help,"aria-label":a("bookmarkDialogHelpAria"),children:"?"})})]}),o.jsx("input",{id:u,className:d.textInput,value:p,disabled:n,"aria-invalid":v!==null,"aria-describedby":v?f:void 0,onChange:R=>h(R.target.value)}),v?o.jsx("p",{id:f,className:d.error,children:a(_k[v])}):null]})}),o.jsxs("div",{className:d.actions,children:[o.jsx("button",{type:"button",className:d.action,onClick:i,children:a("fontDialogCancel")}),o.jsx("button",{type:"button",className:`${d.action} ${d.actionPrimary}`,disabled:!k,onClick:A,children:a("fontDialogOk")})]})]})})})}const Sd='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]):not([hidden]), select:not([disabled]), textarea:not([disabled])',Ik={empty:"audioDialogErrorEmpty",invalid:"audioDialogErrorInvalid"},Fk={type:"audioDialogErrorType",tooLarge:"audioDialogErrorTooLarge"};function Bk({open:e,disabled:t,customAudioPicker:n,onApply:r,onCustomPick:i,onClose:a}){const s=W(),u=c.useId(),f=c.useId(),g=c.useId(),p=c.useId(),h=c.useRef(null),x=c.useRef(null),[y,C]=c.useState("file"),[b,v]=c.useState(""),[k,A]=c.useState(""),[R,N]=c.useState(""),[T,S]=c.useState(""),[P,_]=c.useState(null),[D,E]=c.useState(!1);if(c.useEffect(()=>{e&&(C("file"),v(""),A(""),N(""),S(""),_(null),E(!1),x.current&&(x.current.value=""))},[e]),c.useEffect(()=>{if(!e)return;const Y=h.current,le=Y==null?void 0:Y.querySelector(Sd);le==null||le.focus();const ie=re=>{if(re.key==="Escape"){re.preventDefault(),re.stopPropagation(),a();return}if(re.key!=="Tab"||!Y)return;const L=[...Y.querySelectorAll(Sd)];if(L.length===0)return;const Z=L[0],ae=L[L.length-1];re.shiftKey&&document.activeElement===Z?(re.preventDefault(),ae.focus()):!re.shiftKey&&document.activeElement===ae&&(re.preventDefault(),Z.focus())};return document.addEventListener("keydown",ie,!0),()=>document.removeEventListener("keydown",ie,!0)},[e,a]),!e)return null;const j=y==="file"?k:y==="url"?b:"",F=y==="custom"?null:Nl(j),$=y==="custom"?null:y==="file"&&P?Fk[P]:F&&(y==="file"||b.trim().length>0)?Ik[F]:null,U=y!=="custom"&&F===null&&!(y==="file"&&P)&&!t&&!D,X=()=>{t||!n||i==null||i()},Q=()=>{U&&r({src:j.trim(),title:T.trim()})},oe=Y=>{var ie;const le=(ie=Y.target.files)==null?void 0:ie[0];le&&(E(!0),_(null),fw(le).then(re=>{A(re),N(le.name),C("file"),E(!1)},re=>{const L=re instanceof Error?re.message:"";A(""),N(""),C("file"),_(L==="tooLarge"||L==="type"?L:"type"),E(!1),x.current&&(x.current.value="")}))};return o.jsx(ue,{children:o.jsx("div",{className:d.backdrop,role:"presentation",onMouseDown:a,children:o.jsxs("div",{ref:h,className:d.dialog,role:"dialog","aria-modal":"true","aria-labelledby":u,onMouseDown:Y=>Y.stopPropagation(),children:[o.jsxs("div",{className:d.headerRow,children:[o.jsx("h2",{className:d.header,id:u,children:s("audioDialogTitle")}),o.jsx("button",{type:"button",className:d.close,"aria-label":s("audioDialogCloseAria"),onClick:a,children:o.jsx(Be,{})})]}),o.jsxs("div",{className:d.body,children:[o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.subLabel,children:s("audioDialogSource")}),o.jsxs("div",{className:d.sizeRow,role:"radiogroup","aria-label":s("audioDialogSource"),children:[o.jsx("button",{type:"button",className:d.action,role:"radio","aria-checked":y==="file",disabled:t,onClick:()=>C("file"),children:s("audioDialogFile")}),o.jsx("button",{type:"button",className:d.action,role:"radio","aria-checked":y==="url",disabled:t,onClick:()=>C("url"),children:s("audioDialogUrl")}),n?o.jsx("button",{type:"button",className:d.action,role:"radio","aria-checked":y==="custom",disabled:t,onClick:()=>C("custom"),children:n.text}):null]}),y==="file"?o.jsxs("div",{className:d.fileRow,children:[o.jsx("input",{ref:x,type:"file",accept:aw,hidden:!0,disabled:t,"aria-label":s("audioDialogChooseFile"),onChange:oe}),o.jsx("button",{type:"button",className:d.action,disabled:t||D,onClick:()=>{var Y;return(Y=x.current)==null?void 0:Y.click()},children:s("audioDialogChooseFile")}),R?o.jsx("span",{className:d.fileName,children:R}):null]}):null,y==="url"?o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:f,children:s("audioDialogUrl")}),o.jsx("input",{id:f,className:d.textInput,value:b,disabled:t,"aria-invalid":$!==null,"aria-describedby":$?p:void 0,onChange:Y=>v(Y.target.value)})]}):null,y==="custom"&&n?o.jsxs("div",{className:d.field,children:[o.jsx("p",{className:d.emptyHint,children:n.description}),o.jsx("button",{type:"button",className:d.action,disabled:t,onClick:X,children:n.buttonCaption})]}):null]}),y!=="custom"?o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:g,children:s("audioDialogTitleField")}),o.jsx("input",{id:g,className:d.textInput,value:T,disabled:t,onChange:Y=>S(Y.target.value)})]}):null,$?o.jsx("p",{id:p,className:d.error,children:s($)}):null]}),o.jsxs("div",{className:d.actions,children:[o.jsx("button",{type:"button",className:d.action,onClick:a,children:s("fontDialogCancel")}),y!=="custom"?o.jsx("button",{type:"button",className:`${d.action} ${d.actionPrimary}`,disabled:!U,onClick:Q,children:s("fontDialogOk")}):null]})]})})})}const kd='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]):not([hidden]), select:not([disabled]), textarea:not([disabled])';function Hk({open:e,disabled:t,customImagePicker:n,onApply:r,onCustomPick:i,onClose:a}){const s=W(),u=c.useId(),f=c.useId(),g=c.useId(),p=c.useRef(null),[h,x]=c.useState(""),[y,C]=c.useState(""),[b,v]=c.useState(""),[k,A]=c.useState("file");if(c.useEffect(()=>{e&&(x(""),C(""),v(""),A("file"))},[e]),c.useEffect(()=>{if(!e)return;const T=p.current,S=T==null?void 0:T.querySelector(kd);S==null||S.focus();const P=_=>{if(_.key==="Escape"){_.preventDefault(),_.stopPropagation(),a();return}if(_.key!=="Tab"||!T)return;const D=[...T.querySelectorAll(kd)];if(D.length===0)return;const E=D[0],j=D[D.length-1];_.shiftKey&&document.activeElement===E?(_.preventDefault(),j.focus()):!_.shiftKey&&document.activeElement===j&&(_.preventDefault(),E.focus())};return document.addEventListener("keydown",P,!0),()=>document.removeEventListener("keydown",P,!0)},[e,a]),!e)return null;const R=ok(h)&&!t,N=()=>{R&&r({src:h.trim(),alt:y.trim(),title:b.trim()})};return o.jsx(ue,{children:o.jsx("div",{className:d.backdrop,role:"presentation",onMouseDown:a,children:o.jsxs("div",{ref:p,className:d.dialog,role:"dialog","aria-modal":"true","aria-labelledby":u,onMouseDown:T=>T.stopPropagation(),children:[o.jsxs("div",{className:d.headerRow,children:[o.jsx("h2",{className:d.header,id:u,children:s("imageDialogTitle")}),o.jsx("button",{type:"button",className:d.close,"aria-label":s("imageDialogCloseAria"),onClick:a,children:o.jsx(Be,{})})]}),o.jsxs("div",{className:d.body,children:[o.jsx(dg,{src:h,disabled:t,customImagePicker:n,onCustomPick:i,onSourceChange:A,onSrcChange:x}),k!=="custom"?o.jsxs(o.Fragment,{children:[o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:f,children:s("imageDialogAlt")}),o.jsx("input",{id:f,className:d.textInput,value:y,disabled:t,onChange:T=>C(T.target.value)})]}),o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:g,children:s("imageDialogTitleField")}),o.jsx("input",{id:g,className:d.textInput,value:b,disabled:t,onChange:T=>v(T.target.value)})]})]}):null]}),o.jsxs("div",{className:d.actions,children:[o.jsx("button",{type:"button",className:d.action,onClick:a,children:s("fontDialogCancel")}),k!=="custom"?o.jsx("button",{type:"button",className:`${d.action} ${d.actionPrimary}`,disabled:!R,onClick:N,children:s("fontDialogOk")}):null]})]})})})}const zk=[{id:"general",labelKey:"fontDialogTabGeneral",implemented:!0},{id:"alignment",labelKey:"imagePropertiesTabAlignment",implemented:!0},{id:"border",labelKey:"imagePropertiesTabBorder",implemented:!0},{id:"advanced",labelKey:"imagePropertiesTabAdvanced",implemented:!0},{id:"hover",labelKey:"imagePropertiesTabHover",implemented:!0}],Ok={left:ki,center:Si,right:Ai},Kk=["left","center","right"],$k={left:"commandAlignLeftAria",center:"commandAlignCenterAria",right:"commandAlignRightAria"},Uk=["width","height","lock"],Wk={width:"imagePropertiesSizeWidth",height:"imagePropertiesSizeHeight",lock:"imagePropertiesSizeLock"},Gk={top:"paragraphDialogSideTop",right:"paragraphDialogSideRight",bottom:"paragraphDialogSideBottom",left:"paragraphDialogSideLeft"},Vk={none:"paragraphDialogBorderStyleNone",solid:"paragraphDialogBorderStyleSolid",dotted:"paragraphDialogBorderStyleDotted",dashed:"paragraphDialogBorderStyleDashed",double:"paragraphDialogBorderStyleDouble",groove:"paragraphDialogBorderStyleGroove",ridge:"paragraphDialogBorderStyleRidge",inset:"paragraphDialogBorderStyleInset",outset:"paragraphDialogBorderStyleOutset"},Zk={value:1,unit:"pt"},qk={offsetX:{value:0,unit:"px"},offsetY:{value:4,unit:"px"},blur:{value:8,unit:"px"},spread:{value:0,unit:"px"},color:"#000000",inset:!1};function ds(e){return{top:e,right:e,bottom:e,left:e}}function Yk(e){for(const t of Fe)if(e[t])return e[t];return null}function Xk({tab:e,value:t,aspectRatio:n,disabled:r,onTabChange:i,onChange:a}){const s=W(),u=c.useId(),f=c.useId(),g=c.useId(),[p,h]=c.useState(()=>It(t.margin,ds(t.margin.top))),x=t.align==="center",y=(b,v)=>{if(t.sizeMode==="lock"&&v){const k=Tr(b,v,n);a({...t,width:k.width,height:k.height});return}a({...t,[b]:v})},C=b=>{if(b==="width"){a({...t,sizeMode:b,height:null});return}if(b==="height"){a({...t,sizeMode:b,width:null});return}if(t.width){const v=Tr("width",t.width,n);a({...t,sizeMode:b,width:v.width,height:v.height});return}if(t.height){const v=Tr("height",t.height,n);a({...t,sizeMode:b,width:v.width,height:v.height});return}a({...t,sizeMode:b})};return o.jsxs(o.Fragment,{children:[o.jsx("div",{className:d.tabs,role:"tablist","aria-label":s("imagePropertiesDialogTitle"),children:zk.map(b=>o.jsx("button",{type:"button",className:d.tab,role:"tab","aria-selected":b.id===e,disabled:!b.implemented,onClick:()=>i(b.id),children:s(b.labelKey)},b.id))}),o.jsxs("div",{className:d.body,role:"tabpanel",children:[e==="general"?o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.label,children:s("imagePropertiesSize")}),o.jsx("div",{className:d.iconRow,role:"radiogroup","aria-label":s("imagePropertiesSizeMode"),children:Uk.map(b=>o.jsx("button",{type:"button",className:d.action,role:"radio","aria-checked":t.sizeMode===b,disabled:r,onClick:()=>C(b),children:s(Wk[b])},b))}),o.jsx(Ci,{label:s("imagePropertiesWidth"),inputAria:s("imagePropertiesWidthAria"),value:t.width,disabled:r||t.sizeMode==="height",onChange:b=>y("width",b)}),o.jsx(Ci,{label:s("imagePropertiesHeight"),inputAria:s("imagePropertiesHeightAria"),value:t.height,disabled:r||t.sizeMode==="width",onChange:b=>y("height",b)})]}):null,e==="alignment"?o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.label,children:s("paragraphDialogAlignment")}),o.jsx("div",{className:d.iconRow,role:"radiogroup","aria-label":s("paragraphDialogAlignment"),children:Kk.map(b=>{const v=Ok[b];return o.jsx("button",{type:"button",className:d.iconButton,role:"radio","aria-checked":t.align===b,"aria-label":s($k[b]),disabled:r,onClick:()=>{a({...t,align:t.align===b?null:b})},children:o.jsx(v,{})},b)})})]}):null,e==="border"?o.jsxs(o.Fragment,{children:[o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.label,children:s("paragraphDialogMargin")}),o.jsxs("label",{className:d.mark,children:[o.jsx("input",{type:"checkbox",checked:p,disabled:r||x,onChange:()=>{const b=!p;h(b),b&&a({...t,margin:ds(Yk(t.margin))})}}),s("paragraphDialogLinkSides")]}),o.jsx("div",{className:d.sideGrid,children:(p?["top"]:Fe).map(b=>o.jsx(De,{label:s(p?"paragraphDialogMargin":Gk[b]),value:t.margin[b],disabled:r||x&&(b==="left"||b==="right"),allowNegative:!0,onChange:v=>{const k=p?ds(v):{...t.margin,[b]:v};a({...t,margin:k})}},b))})]}),o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.label,children:s("paragraphDialogBorder")}),o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:u,children:s("paragraphDialogBorderStyle")}),o.jsx("select",{id:u,className:d.select,value:t.border.style,disabled:r,onChange:b=>{const v=b.target.value;a({...t,border:{style:v,width:v==="none"?null:t.border.width??Zk,color:v==="none"?null:t.border.color}})},children:Di.map(b=>o.jsx("option",{value:b,children:s(Vk[b])},b))})]}),t.border.style!=="none"?o.jsxs(o.Fragment,{children:[o.jsx(De,{label:s("paragraphDialogBorderWidth"),value:t.border.width,disabled:r,onChange:b=>{a({...t,border:{...t.border,width:b}})}}),o.jsx(at,{label:s("paragraphDialogBorderColor"),noneLabel:s("colorNone"),value:t.border.color,disabled:r,onChange:b=>{a({...t,border:{...t.border,color:b}})}})]}):null,o.jsx(De,{label:s("paragraphDialogBorderRadius"),value:t.borderRadius,disabled:r,onChange:b=>{a({...t,borderRadius:b})}}),o.jsxs("label",{className:d.mark,children:[o.jsx("input",{type:"checkbox",checked:t.boxShadow!==null,disabled:r,onChange:()=>{a({...t,boxShadow:t.boxShadow?null:qk})}}),s("paragraphDialogBoxShadow")]}),t.boxShadow?o.jsx(Ll,{shadow:t.boxShadow,disabled:r,onChange:b=>{a({...t,boxShadow:b})}}):null]})]}):null,e==="advanced"?o.jsxs(o.Fragment,{children:[o.jsx(ug,{value:{opacity:t.opacity,fit:t.objectFit,position:t.objectPosition},disabled:r,onChange:b=>{a(C1({...t,opacity:b.opacity,objectFit:b.fit,objectPosition:b.position},n))}}),o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.label,children:s("imagePropertiesRotation")}),o.jsx("div",{className:d.field,children:o.jsxs("div",{className:d.lengthRow,children:[o.jsx("input",{id:f,className:d.lengthInput,value:t.rotateDeg===null?"":J(t.rotateDeg),disabled:r,inputMode:"decimal","aria-label":s("imagePropertiesRotation"),onChange:b=>{const v=b.target.value.trim();if(!v){a({...t,rotateDeg:null});return}const k=Number(v.replace(",","."));Number.isFinite(k)&&a({...t,rotateDeg:k})}}),o.jsx("span",{className:d.lengthUnit,"aria-hidden":"true",children:s("imagePropertiesRotationUnit")})]})})]})]}):null,e==="hover"?o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.label,children:s("imagePropertiesTabHover")}),o.jsx("p",{className:d.emptyHint,children:s("imagePropertiesHoverHelp")}),o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:g,children:s("imagePropertiesHoverCss")}),o.jsx("textarea",{id:g,className:d.textarea,value:t.hoverCss,disabled:r,spellCheck:!1,"aria-label":s("imagePropertiesHoverCssAria"),onChange:b=>{a({...t,hoverCss:b.target.value})}})]})]}):null]})]})}const Ad='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled]), textarea:not([disabled])';function Jk({open:e,tab:t,value:n,aspectRatio:r=1,disabled:i,onTabChange:a,onApply:s,onClose:u}){const f=W(),g=c.useId(),p=c.useRef(null),[h,x]=c.useState(n);return c.useEffect(()=>{e&&x(n)},[e,n]),c.useEffect(()=>{if(!e)return;const y=p.current,C=y==null?void 0:y.querySelector(Ad);C==null||C.focus();const b=v=>{if(v.key==="Escape"){if(document.querySelector('[role="listbox"], [data-color-picker]'))return;v.preventDefault(),v.stopPropagation(),u();return}if(v.key!=="Tab"||!y)return;const k=[...y.querySelectorAll(Ad)];if(k.length===0)return;const A=k[0],R=k[k.length-1];v.shiftKey&&document.activeElement===A?(v.preventDefault(),R.focus()):!v.shiftKey&&document.activeElement===R&&(v.preventDefault(),A.focus())};return document.addEventListener("keydown",b,!0),()=>document.removeEventListener("keydown",b,!0)},[e,u]),e?o.jsx(ue,{children:o.jsx("div",{className:d.backdrop,role:"presentation",onMouseDown:u,children:o.jsxs("div",{ref:p,className:`${d.dialog} ${d.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":g,onMouseDown:y=>y.stopPropagation(),children:[o.jsxs("div",{className:d.headerRow,children:[o.jsx("h2",{className:d.header,id:g,children:f("imagePropertiesDialogTitle")}),o.jsx("button",{type:"button",className:d.close,"aria-label":f("imagePropertiesDialogCloseAria"),onClick:u,children:o.jsx(Be,{})})]}),o.jsx(Xk,{tab:t,value:h,aspectRatio:r,disabled:i,onTabChange:a,onChange:x}),o.jsxs("div",{className:d.actions,children:[o.jsx("button",{type:"button",className:d.action,onClick:u,children:f("fontDialogCancel")}),o.jsx("button",{type:"button",className:`${d.action} ${d.actionPrimary}`,disabled:i,onClick:()=>s(h),children:f("fontDialogOk")})]})]})})}):null}const Qk="_frame_bwkh8_1",eA="_handle_bwkh8_9",tA="_handleEast_bwkh8_29",nA="_handleSouth_bwkh8_37",rA="_handleSouthEast_bwkh8_45",Nr={frame:Qk,handle:eA,handleEast:tA,handleSouth:nA,handleSouthEast:rA};function Dr(e){const t=e.getBoundingClientRect();return{left:t.left,top:t.top,width:t.width,height:t.height}}const oA=[{handle:"e",className:Nr.handleEast,cursor:"e-resize",ariaKey:"imageResizeHandleEastAria"},{handle:"s",className:Nr.handleSouth,cursor:"s-resize",ariaKey:"imageResizeHandleSouthAria"},{handle:"se",className:Nr.handleSouthEast,cursor:"se-resize",ariaKey:"imageResizeHandleSouthEastAria"}];function ms(e){return!Number.isFinite(e.clientX)||!Number.isFinite(e.clientY)?null:{x:e.clientX,y:e.clientY}}function iA({img:e,onResize:t,onResizeEnd:n}){const r=W(),i=c.useRef(null),a=c.useRef(e),s=c.useRef(t),u=c.useRef(n),f=c.useRef(null);a.current=e,s.current=t,u.current=n;const g=k=>{const A=i.current;A&&(A.style.left=`${k.left}px`,A.style.top=`${k.top}px`,A.style.width=`${k.width}px`,A.style.height=`${k.height}px`)};c.useLayoutEffect(()=>{g(Dr(e));const k=()=>{e.isConnected&&g(Dr(e))};return window.addEventListener("scroll",k,!0),window.addEventListener("resize",k),()=>{window.removeEventListener("scroll",k,!0),window.removeEventListener("resize",k)}},[e]);const p=(k,A)=>{const R=f.current,N=a.current;if(!R||!N)return;const T=Ww(R.handle,R.start,{x:k-R.originX,y:A-R.originY});s.current(T.width,T.height),N.isConnected&&g(Dr(N))},h=()=>{if(!f.current)return;f.current=null;const k=a.current;u.current(),k!=null&&k.isConnected&&g(Dr(k))};c.useLayoutEffect(()=>{const k=R=>{if(!f.current)return;const N=ms(R);N&&p(N.x,N.y)},A=()=>{h()};return document.addEventListener("pointermove",k),document.addEventListener("pointerup",A),document.addEventListener("pointercancel",A),document.addEventListener("mousemove",k),document.addEventListener("mouseup",A),()=>{document.removeEventListener("pointermove",k),document.removeEventListener("pointerup",A),document.removeEventListener("pointercancel",A),document.removeEventListener("mousemove",k),document.removeEventListener("mouseup",A)}},[]);const x=(k,A)=>{const R=ms(A);R&&(f.current={handle:k,start:Gw(a.current),originX:R.x,originY:R.y})},y=k=>A=>{A.preventDefault(),A.stopPropagation(),x(k,A);try{A.currentTarget.setPointerCapture(A.pointerId)}catch{}},C=k=>A=>{A.preventDefault(),A.stopPropagation(),x(k,A)},b=k=>{const A=ms(k);A&&p(A.x,A.y)};if(!e.isConnected)return null;const v=Dr(e);return Vs.createPortal(o.jsx("div",{ref:i,className:Nr.frame,"data-image-resize-overlay":"",style:{left:v.left,top:v.top,width:v.width,height:v.height},children:oA.map(k=>o.jsx("button",{type:"button",className:`${Nr.handle} ${k.className}`,style:{cursor:k.cursor},"aria-label":r(k.ariaKey),"data-resize-handle":k.handle,onPointerDown:y(k.handle),onPointerMove:b,onPointerUp:h,onPointerCancel:h,onMouseDown:C(k.handle),onMouseMove:b,onMouseUp:h},k.handle))}),document.body)}const Pd='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled]), textarea:not([disabled])';function aA({open:e,tab:t,href:n,title:r,targetBlank:i,textDecorationNone:a,hoverMode:s,hoverColor:u,hoverHtml:f,bookmarks:g,selectedBookmarkId:p,disabled:h,onTabChange:x,onApply:y,onClose:C}){const b=W(),v=c.useId(),k=c.useId(),A=c.useId(),R=c.useId(),N=c.useId(),T=c.useRef(null),[S,P]=c.useState(n),[_,D]=c.useState(r),[E,j]=c.useState(i),[F,$]=c.useState(a),[U,X]=c.useState(s),[Q,oe]=c.useState(u),[Y,le]=c.useState(f),[ie,re]=c.useState(p);if(c.useEffect(()=>{e&&(P(n),D(r),j(i),$(a),X(s),oe(u),le(f),re(p))},[e,n,r,i,a,s,u,f,p]),c.useEffect(()=>{if(!e)return;const G=T.current,ve=G==null?void 0:G.querySelector(Pd);ve==null||ve.focus();const He=Ne=>{if(Ne.key==="Escape"){if(document.querySelector('[role="listbox"], [data-color-picker]'))return;Ne.preventDefault(),Ne.stopPropagation(),C();return}if(Ne.key!=="Tab"||!G)return;const Bt=[...G.querySelectorAll(Pd)];if(Bt.length===0)return;const ln=Bt[0],Ae=Bt[Bt.length-1];Ne.shiftKey&&document.activeElement===ln?(Ne.preventDefault(),Ae.focus()):!Ne.shiftKey&&document.activeElement===Ae&&(Ne.preventDefault(),ln.focus())};return document.addEventListener("keydown",He,!0),()=>document.removeEventListener("keydown",He,!0)},[e,C,t,U]),!e)return null;const L=()=>_i({title:_,targetBlank:E,textDecorationNone:F,hoverMode:U,hoverColor:Q,hoverHtml:Y}),Z=()=>{const G=S.trim();!G||h||y({...L(),href:G})},ae=()=>{!ie||h||y({...L(),href:`#${ie}`})};return o.jsx(ue,{children:o.jsx("div",{className:d.backdrop,role:"presentation",onMouseDown:C,children:o.jsxs("div",{ref:T,className:d.dialog,role:"dialog","aria-modal":"true","aria-labelledby":v,onMouseDown:G=>G.stopPropagation(),children:[o.jsx("h2",{className:d.header,id:v,children:b("linkDialogTitle")}),o.jsxs("div",{className:d.tabs,role:"tablist","aria-label":b("linkDialogTitle"),children:[o.jsx("button",{type:"button",className:d.tab,role:"tab","aria-selected":t==="link",onClick:()=>x("link"),children:b("linkDialogTabLink")}),o.jsx("button",{type:"button",className:d.tab,role:"tab","aria-selected":t==="bookmark",onClick:()=>x("bookmark"),children:b("linkDialogTabBookmark")})]}),o.jsxs("div",{className:d.body,role:"tabpanel",children:[t==="link"?o.jsxs(o.Fragment,{children:[o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:k,children:b("linkDialogHref")}),o.jsx("input",{id:k,className:d.textInput,value:S,disabled:h,onChange:G=>P(G.target.value)})]}),o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:A,children:b("linkDialogHoverTitle")}),o.jsx("input",{id:A,className:d.textInput,value:_,disabled:h,onChange:G=>D(G.target.value)})]}),o.jsxs("label",{className:d.mark,children:[o.jsx("input",{type:"checkbox",checked:E,disabled:h,onChange:G=>j(G.target.checked)}),b("linkDialogTargetBlank")]})]}):g.length===0?o.jsx("p",{className:d.emptyHint,children:b("linkDialogBookmarkEmpty")}):o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:R,children:b("linkDialogBookmark")}),o.jsxs("select",{id:R,className:`${d.select} ${d.fullSelect}`,value:ie,disabled:h,onChange:G=>re(G.target.value),children:[o.jsx("option",{value:""}),g.map(G=>o.jsx("option",{value:G.id,children:G.id},G.id))]})]}),o.jsxs("label",{className:d.mark,children:[o.jsx("input",{type:"checkbox",checked:F,disabled:h,onChange:G=>$(G.target.checked)}),b("linkDialogTextDecorationNone")]}),o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.subLabel,children:b("linkDialogHover")}),o.jsxs("div",{className:d.sizeRow,role:"group","aria-label":b("linkDialogHover"),children:[o.jsx("button",{type:"button",className:d.action,"aria-pressed":U==="color",disabled:h,onClick:()=>X("color"),children:b("linkDialogHoverColor")}),o.jsx("button",{type:"button",className:d.action,"aria-pressed":U==="html",disabled:h,onClick:()=>X("html"),children:b("linkDialogHoverHtml")})]}),U==="color"?o.jsx(at,{label:b("linkDialogHoverColorField"),noneLabel:b("colorNone"),value:Q,disabled:h,onChange:oe}):o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:N,children:b("linkDialogHoverHtmlAria")}),o.jsx("textarea",{id:N,className:d.textarea,value:Y,disabled:h,spellCheck:!1,onChange:G=>le(G.target.value)})]})]})]}),o.jsxs("div",{className:d.actions,children:[o.jsx("button",{type:"button",className:d.action,disabled:h||!ie,onClick:ae,children:b("linkDialogSelect")}),o.jsx("button",{type:"button",className:d.action,onClick:C,children:b("fontDialogCancel")}),o.jsx("button",{type:"button",className:`${d.action} ${d.actionPrimary}`,disabled:h||!S.trim(),onClick:Z,children:b("fontDialogOk")})]})]})})})}const Dd='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]):not([hidden]), select:not([disabled]), textarea:not([disabled])',Ed={empty:"youtubeDialogErrorEmpty",invalid:"youtubeDialogErrorInvalid"};function sA({open:e,disabled:t,customVideoPicker:n,onApply:r,onCustomPick:i,onClose:a}){const s=W(),u=c.useId(),f=c.useId(),g=c.useId(),p=c.useId(),h=c.useRef(null),[x,y]=c.useState("url"),[C,b]=c.useState(""),[v,k]=c.useState("");if(c.useEffect(()=>{e&&(y("url"),b(""),k(""))},[e]),c.useEffect(()=>{if(!e)return;const P=h.current,_=P==null?void 0:P.querySelector(Dd);_==null||_.focus();const D=E=>{if(E.key==="Escape"){E.preventDefault(),E.stopPropagation(),a();return}if(E.key!=="Tab"||!P)return;const j=[...P.querySelectorAll(Dd)];if(j.length===0)return;const F=j[0],$=j[j.length-1];E.shiftKey&&document.activeElement===F?(E.preventDefault(),$.focus()):!E.shiftKey&&document.activeElement===$&&(E.preventDefault(),F.focus())};return document.addEventListener("keydown",D,!0),()=>document.removeEventListener("keydown",D,!0)},[e,a]),!e)return null;const A=x==="custom"?null:qf(C),R=x==="custom"?null:A&&C.trim().length>0?Ed[A]:A==="empty"&&C.trim().length===0?null:A?Ed[A]:null,N=x!=="custom"&&A===null&&!t&&C.trim().length>0,T=()=>{t||!n||i==null||i()},S=()=>{N&&r({url:C.trim(),title:v.trim()})};return o.jsx(ue,{children:o.jsx("div",{className:d.backdrop,role:"presentation",onMouseDown:a,children:o.jsxs("div",{ref:h,className:d.dialog,role:"dialog","aria-modal":"true","aria-labelledby":u,onMouseDown:P=>P.stopPropagation(),children:[o.jsxs("div",{className:d.headerRow,children:[o.jsx("h2",{className:d.header,id:u,children:s("youtubeDialogTitle")}),o.jsx("button",{type:"button",className:d.close,"aria-label":s("youtubeDialogCloseAria"),onClick:a,children:o.jsx(Be,{})})]}),o.jsxs("div",{className:d.body,children:[o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.subLabel,children:s("audioDialogSource")}),o.jsxs("div",{className:d.sizeRow,role:"radiogroup","aria-label":s("audioDialogSource"),children:[o.jsx("button",{type:"button",className:d.action,role:"radio","aria-checked":x==="url",disabled:t,onClick:()=>y("url"),children:s("youtubeDialogUrl")}),n?o.jsx("button",{type:"button",className:d.action,role:"radio","aria-checked":x==="custom",disabled:t,onClick:()=>y("custom"),children:n.text}):null]}),x==="url"?o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:f,children:s("youtubeDialogUrl")}),o.jsx("input",{id:f,className:d.textInput,value:C,disabled:t,"aria-invalid":R!==null,"aria-describedby":R?p:void 0,onChange:P=>b(P.target.value)})]}):null,x==="custom"&&n?o.jsxs("div",{className:d.field,children:[o.jsx("p",{className:d.emptyHint,children:n.description}),o.jsx("button",{type:"button",className:d.action,disabled:t,onClick:T,children:n.buttonCaption})]}):null]}),x!=="custom"?o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:g,children:s("youtubeDialogTitleField")}),o.jsx("input",{id:g,className:d.textInput,value:v,disabled:t,onChange:P=>k(P.target.value)})]}):null,R?o.jsx("p",{id:p,className:d.error,children:s(R)}):null]}),o.jsxs("div",{className:d.actions,children:[o.jsx("button",{type:"button",className:d.action,onClick:a,children:s("fontDialogCancel")}),x!=="custom"?o.jsx("button",{type:"button",className:`${d.action} ${d.actionPrimary}`,disabled:!N,onClick:S,children:s("fontDialogOk")}):null]})]})})})}const lA="_grid_1bpma_1",cA="_cell_1bpma_8",uA="_sizeLabel_1bpma_27",dA="_sizeFields_1bpma_33",mA="_numberInput_1bpma_37",_n={grid:lA,cell:cA,sizeLabel:uA,sizeFields:dA,numberInput:mA},jd='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]):not([hidden]), select:not([disabled])',Vt={rows:3,cols:3};function fA({open:e,disabled:t,onApply:n,onClose:r}){const i=W(),a=c.useId(),s=c.useId(),u=c.useId(),f=c.useRef(null),[g,p]=c.useState(Vt.rows),[h,x]=c.useState(Vt.cols),[y,C]=c.useState(String(Vt.rows)),[b,v]=c.useState(String(Vt.cols)),[k,A]=c.useState(!1);if(c.useEffect(()=>{e&&(p(Vt.rows),x(Vt.cols),C(String(Vt.rows)),v(String(Vt.cols)),A(!1))},[e]),c.useEffect(()=>{if(!e)return;const D=f.current,E=D==null?void 0:D.querySelector(jd);E==null||E.focus();const j=F=>{if(F.key==="Escape"){F.preventDefault(),F.stopPropagation(),r();return}if(F.key!=="Tab"||!D)return;const $=[...D.querySelectorAll(jd)];if($.length===0)return;const U=$[0],X=$[$.length-1];F.shiftKey&&document.activeElement===U?(F.preventDefault(),X.focus()):!F.shiftKey&&document.activeElement===X&&(F.preventDefault(),U.focus())};return document.addEventListener("keydown",j,!0),()=>document.removeEventListener("keydown",j,!0)},[e,r]),!e)return null;const N=gf(g,h)&&!t,T=(D,E)=>{const j=Math.min(zn,Math.max(Hn,D)),F=Math.min(zn,Math.max(Hn,E));p(j),x(F),C(String(j)),v(String(F))},S=(D,E)=>{const j=Number.parseInt(D,10);if(!Number.isFinite(j)){E==="rows"?C(String(g)):v(String(h));return}A(!0),E==="rows"?T(j,h):T(g,j)},P=(D,E)=>{const j=D.replace(/\D/g,"");if(E==="rows"?C(j):v(j),j==="")return;const F=Number.parseInt(j,10);Number.isFinite(F)&&(A(!0),E==="rows"?T(F,h):T(g,F))},_=D=>{(D.key==="e"||D.key==="E"||D.key==="+"||D.key==="-"||D.key===".")&&D.preventDefault()};return o.jsx(ue,{children:o.jsx("div",{className:d.backdrop,role:"presentation",onMouseDown:r,children:o.jsxs("div",{ref:f,className:d.dialog,role:"dialog","aria-modal":"true","aria-labelledby":a,onMouseDown:D=>D.stopPropagation(),children:[o.jsxs("div",{className:d.headerRow,children:[o.jsx("h2",{className:d.header,id:a,children:i("tableDialogTitle")}),o.jsx("button",{type:"button",className:d.close,"aria-label":i("tableDialogCloseAria"),onClick:r,children:o.jsx(Be,{})})]}),o.jsxs("div",{className:d.body,children:[o.jsx("div",{className:_n.grid,role:"grid","aria-label":i("tableDialogGridAria"),onMouseLeave:()=>{},children:Array.from({length:Bu},(D,E)=>Array.from({length:Bu},(j,F)=>{const $=E+1,U=F+1,X=$<=g&&U<=h;return o.jsx("button",{type:"button",className:_n.cell,role:"gridcell","data-active":X?"true":void 0,"aria-label":`${$} × ${U}`,"aria-pressed":X&&$===g&&U===h,disabled:t,onMouseEnter:()=>{k||T($,U)},onClick:()=>{A(!0),T($,U)}},`${$}-${U}`)}))}),o.jsxs("p",{className:_n.sizeLabel,children:[i("tableDialogSize"),": ",g," × ",h]}),o.jsxs("div",{className:`${d.sizeRow} ${_n.sizeFields}`,children:[o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:s,children:i("tableDialogRows")}),o.jsx("input",{id:s,className:_n.numberInput,type:"number",inputMode:"numeric",min:Hn,max:zn,step:1,value:y,disabled:t,onKeyDown:_,onChange:D=>P(D.target.value,"rows"),onBlur:()=>S(y,"rows")})]}),o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:u,children:i("tableDialogColumns")}),o.jsx("input",{id:u,className:_n.numberInput,type:"number",inputMode:"numeric",min:Hn,max:zn,step:1,value:b,disabled:t,onKeyDown:_,onChange:D=>P(D.target.value,"cols"),onBlur:()=>S(b,"cols")})]})]})]}),o.jsxs("div",{className:d.actions,children:[o.jsx("button",{type:"button",className:d.action,onClick:r,children:i("fontDialogCancel")}),o.jsx("button",{type:"button",className:`${d.action} ${d.actionPrimary}`,disabled:!N,onClick:()=>{N&&n({rows:g,cols:h})},children:i("tableDialogInsert")})]})]})})})}const gA={none:"paragraphDialogBorderStyleNone",solid:"paragraphDialogBorderStyleSolid",dotted:"paragraphDialogBorderStyleDotted",dashed:"paragraphDialogBorderStyleDashed",double:"paragraphDialogBorderStyleDouble",groove:"paragraphDialogBorderStyleGroove",ridge:"paragraphDialogBorderStyleRidge",inset:"paragraphDialogBorderStyleInset",outset:"paragraphDialogBorderStyleOutset"},pA={value:1,unit:"pt"},hA={offsetX:{value:0,unit:"px"},offsetY:{value:4,unit:"px"},blur:{value:8,unit:"px"},spread:{value:0,unit:"px"},color:"#000000",inset:!1};function bA({value:e,disabled:t,onChange:n}){const r=W(),i=c.useId(),a=c.useId();return o.jsxs("div",{className:d.body,children:[o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.label,children:r("tablePropertiesWidth")}),o.jsx(De,{label:r("tablePropertiesWidth"),value:e.width,disabled:t,onChange:s=>n({...e,width:s})}),o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:i,children:r("tablePropertiesCollapse")}),o.jsxs("select",{id:i,className:d.select,value:e.borderCollapse,disabled:t,onChange:s=>{const u=s.target.value==="separate"?"separate":"collapse";n({...e,borderCollapse:u,borderSpacing:u==="separate"?e.borderSpacing:null})},children:[o.jsx("option",{value:"collapse",children:r("tablePropertiesCollapseCollapse")}),o.jsx("option",{value:"separate",children:r("tablePropertiesCollapseSeparate")})]})]}),e.borderCollapse==="separate"?o.jsx(De,{label:r("tablePropertiesSpacing"),value:e.borderSpacing,disabled:t,onChange:s=>n({...e,borderSpacing:s})}):null]}),o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.label,children:r("paragraphDialogBorder")}),o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:a,children:r("paragraphDialogBorderStyle")}),o.jsx("select",{id:a,className:d.select,value:e.border.style,disabled:t,onChange:s=>{const u=s.target.value;n({...e,border:{style:u,width:u==="none"?null:e.border.width??pA,color:u==="none"?null:e.border.color}})},children:Di.map(s=>o.jsx("option",{value:s,children:r(gA[s])},s))})]}),e.border.style!=="none"?o.jsxs(o.Fragment,{children:[o.jsx(De,{label:r("paragraphDialogBorderWidth"),value:e.border.width,disabled:t,onChange:s=>n({...e,border:{...e.border,width:s}})}),o.jsx(at,{label:r("paragraphDialogBorderColor"),noneLabel:r("colorNone"),value:e.border.color,disabled:t,onChange:s=>n({...e,border:{...e.border,color:s}})})]}):null,o.jsx(De,{label:r("paragraphDialogBorderRadius"),value:e.borderRadius,disabled:t,onChange:s=>n({...e,borderRadius:s})}),o.jsxs("label",{className:d.mark,children:[o.jsx("input",{type:"checkbox",checked:e.boxShadow!==null,disabled:t,onChange:()=>{n({...e,boxShadow:e.boxShadow?null:hA})}}),r("paragraphDialogBoxShadow")]}),e.boxShadow?o.jsx(Ll,{shadow:e.boxShadow,disabled:t,onChange:s=>n({...e,boxShadow:s})}):null]})]})}const Rd='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled]), textarea:not([disabled])';function yA({open:e,value:t,disabled:n,onApply:r,onClose:i}){const a=W(),s=c.useId(),u=c.useRef(null),[f,g]=c.useState(t);return c.useEffect(()=>{e&&g(t)},[e,t]),c.useEffect(()=>{if(!e)return;const p=u.current,h=p==null?void 0:p.querySelector(Rd);h==null||h.focus();const x=y=>{if(y.key==="Escape"){if(document.querySelector('[role="listbox"], [data-color-picker]'))return;y.preventDefault(),y.stopPropagation(),i();return}if(y.key!=="Tab"||!p)return;const C=[...p.querySelectorAll(Rd)];if(C.length===0)return;const b=C[0],v=C[C.length-1];y.shiftKey&&document.activeElement===b?(y.preventDefault(),v.focus()):!y.shiftKey&&document.activeElement===v&&(y.preventDefault(),b.focus())};return document.addEventListener("keydown",x,!0),()=>document.removeEventListener("keydown",x,!0)},[e,i]),e?o.jsx(ue,{children:o.jsx("div",{className:d.backdrop,role:"presentation",onMouseDown:i,children:o.jsxs("div",{ref:u,className:`${d.dialog} ${d.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":s,onMouseDown:p=>p.stopPropagation(),children:[o.jsxs("div",{className:d.headerRow,children:[o.jsx("h2",{className:d.header,id:s,children:a("tablePropertiesDialogTitle")}),o.jsx("button",{type:"button",className:d.close,"aria-label":a("tablePropertiesDialogCloseAria"),onClick:i,children:o.jsx(Be,{})})]}),o.jsx(bA,{value:f,disabled:n,onChange:g}),o.jsxs("div",{className:d.actions,children:[o.jsx("button",{type:"button",className:d.action,onClick:i,children:a("fontDialogCancel")}),o.jsx("button",{type:"button",className:`${d.action} ${d.actionPrimary}`,disabled:n,onClick:()=>r(f),children:a("fontDialogOk")})]})]})})}):null}const xA=["left","center","right"],CA={left:ki,center:Si,right:Ai},wA={left:"commandAlignLeftAria",center:"commandAlignCenterAria",right:"commandAlignRightAria"},vA={top:"paragraphDialogSideTop",right:"paragraphDialogSideRight",bottom:"paragraphDialogSideBottom",left:"paragraphDialogSideLeft"},SA={top:"cellPropertiesVerticalAlignTop",middle:"cellPropertiesVerticalAlignMiddle",bottom:"cellPropertiesVerticalAlignBottom",baseline:"cellPropertiesVerticalAlignBaseline"};function Vo(e){return{top:e,right:e,bottom:e,left:e}}function fs(e){for(const t of Fe)if(e[t])return e[t];return null}function kA({value:e,disabled:t,onChange:n}){const r=W(),i=c.useId(),a=c.useId(),s=c.useId(),[u,f]=c.useState(()=>It(e.padding,Vo(fs(e.padding))));return c.useEffect(()=>{f(It(e.padding,Vo(fs(e.padding))))},[e.padding]),o.jsxs("div",{className:d.body,children:[o.jsx(at,{label:r("paragraphDialogBackgroundColor"),noneLabel:r("colorNone"),value:e.backgroundColor,disabled:t,onChange:g=>n({...e,backgroundColor:g})}),o.jsx(at,{label:r("cellPropertiesColor"),noneLabel:r("colorNone"),value:e.color,disabled:t,onChange:g=>n({...e,color:g})}),o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.label,children:r("paragraphDialogPadding")}),o.jsxs("label",{className:d.mark,children:[o.jsx("input",{type:"checkbox",checked:u,disabled:t,onChange:()=>{const g=!u;f(g),g&&n({...e,padding:Vo(fs(e.padding))})}}),r("paragraphDialogLinkSides")]}),o.jsx("div",{className:d.sideGrid,children:(u?["top"]:Fe).map(g=>o.jsx(De,{label:r(u?"paragraphDialogPadding":vA[g]),value:e.padding[g],disabled:t,onChange:p=>{const h=u?Vo(p):{...e.padding,[g]:p};n({...e,padding:h})}},g))})]}),o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.label,children:r("paragraphDialogAlignment")}),o.jsx("div",{className:d.iconRow,role:"radiogroup","aria-label":r("paragraphDialogAlignment"),children:xA.map(g=>{const p=CA[g],h=(e.textAlign??"left")===g;return o.jsx("button",{type:"button",className:d.iconButton,role:"radio","aria-checked":h,"aria-label":r(wA[g]),disabled:t,onClick:()=>{n({...e,textAlign:g==="left"?null:g})},children:o.jsx(p,{})},g)})})]}),o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:i,children:r("cellPropertiesVerticalAlign")}),o.jsxs("select",{id:i,className:d.select,value:e.verticalAlign??"",disabled:t,onChange:g=>{const p=g.target.value;n({...e,verticalAlign:p||null})},children:[o.jsx("option",{value:"",children:r("cellPropertiesVerticalAlignDefault")}),Ii.map(g=>o.jsx("option",{value:g,children:r(SA[g])},g))]})]}),o.jsx(De,{label:r("cellPropertiesWidth"),value:e.width,disabled:t,onChange:g=>n({...e,width:g})}),o.jsxs("div",{className:d.sizeRow,children:[o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:a,children:r("cellPropertiesColSpan")}),o.jsx("input",{id:a,className:d.lengthInput,type:"number",inputMode:"numeric",min:1,step:1,value:e.colSpan,disabled:t,onChange:g=>{const p=Number.parseInt(g.target.value,10);n({...e,colSpan:Number.isFinite(p)?Math.max(1,p):1})}})]}),o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:s,children:r("cellPropertiesRowSpan")}),o.jsx("input",{id:s,className:d.lengthInput,type:"number",inputMode:"numeric",min:1,step:1,value:e.rowSpan,disabled:t,onChange:g=>{const p=Number.parseInt(g.target.value,10);n({...e,rowSpan:Number.isFinite(p)?Math.max(1,p):1})}})]})]})]})}const Td='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled]), textarea:not([disabled])';function AA({open:e,value:t,disabled:n,onApply:r,onClose:i}){const a=W(),s=c.useId(),u=c.useRef(null),[f,g]=c.useState(t);return c.useEffect(()=>{e&&g(t)},[e,t]),c.useEffect(()=>{if(!e)return;const p=u.current,h=p==null?void 0:p.querySelector(Td);h==null||h.focus();const x=y=>{if(y.key==="Escape"){if(document.querySelector('[role="listbox"], [data-color-picker]'))return;y.preventDefault(),y.stopPropagation(),i();return}if(y.key!=="Tab"||!p)return;const C=[...p.querySelectorAll(Td)];if(C.length===0)return;const b=C[0],v=C[C.length-1];y.shiftKey&&document.activeElement===b?(y.preventDefault(),v.focus()):!y.shiftKey&&document.activeElement===v&&(y.preventDefault(),b.focus())};return document.addEventListener("keydown",x,!0),()=>document.removeEventListener("keydown",x,!0)},[e,i]),e?o.jsx(ue,{children:o.jsx("div",{className:d.backdrop,role:"presentation",onMouseDown:i,children:o.jsxs("div",{ref:u,className:`${d.dialog} ${d.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":s,onMouseDown:p=>p.stopPropagation(),children:[o.jsxs("div",{className:d.headerRow,children:[o.jsx("h2",{className:d.header,id:s,children:a("cellPropertiesDialogTitle")}),o.jsx("button",{type:"button",className:d.close,"aria-label":a("cellPropertiesDialogCloseAria"),onClick:i,children:o.jsx(Be,{})})]}),o.jsx(kA,{value:f,disabled:n,onChange:g}),o.jsxs("div",{className:d.actions,children:[o.jsx("button",{type:"button",className:d.action,onClick:i,children:a("fontDialogCancel")}),o.jsx("button",{type:"button",className:`${d.action} ${d.actionPrimary}`,disabled:n,onClick:()=>r(f),children:a("fontDialogOk")})]})]})})}):null}const PA={top:"paragraphDialogSideTop",right:"paragraphDialogSideRight",bottom:"paragraphDialogSideBottom",left:"paragraphDialogSideLeft"},DA={top:"cellPropertiesVerticalAlignTop",middle:"cellPropertiesVerticalAlignMiddle",bottom:"cellPropertiesVerticalAlignBottom",baseline:"cellPropertiesVerticalAlignBaseline"};function Zo(e){return{top:e,right:e,bottom:e,left:e}}function gs(e){for(const t of Fe)if(e[t])return e[t];return null}function EA({value:e,disabled:t,onChange:n}){const r=W(),i=c.useId(),[a,s]=c.useState(()=>It(e.padding,Zo(gs(e.padding))));return c.useEffect(()=>{s(It(e.padding,Zo(gs(e.padding))))},[e.padding]),o.jsxs("div",{className:d.body,children:[o.jsx(at,{label:r("paragraphDialogBackgroundColor"),noneLabel:r("colorNone"),value:e.backgroundColor,disabled:t,onChange:u=>n({...e,backgroundColor:u})}),o.jsx(at,{label:r("cellPropertiesColor"),noneLabel:r("colorNone"),value:e.color,disabled:t,onChange:u=>n({...e,color:u})}),o.jsxs("fieldset",{className:d.group,children:[o.jsx("legend",{className:d.label,children:r("paragraphDialogPadding")}),o.jsxs("label",{className:d.mark,children:[o.jsx("input",{type:"checkbox",checked:a,disabled:t,onChange:()=>{const u=!a;s(u),u&&n({...e,padding:Zo(gs(e.padding))})}}),r("paragraphDialogLinkSides")]}),o.jsx("div",{className:d.sideGrid,children:(a?["top"]:Fe).map(u=>o.jsx(De,{label:r(a?"paragraphDialogPadding":PA[u]),value:e.padding[u],disabled:t,onChange:f=>{const g=a?Zo(f):{...e.padding,[u]:f};n({...e,padding:g})}},u))})]}),o.jsxs("div",{className:d.field,children:[o.jsx("label",{className:d.label,htmlFor:i,children:r("cellPropertiesVerticalAlign")}),o.jsxs("select",{id:i,className:d.select,value:e.verticalAlign??"",disabled:t,onChange:u=>{const f=u.target.value;n({...e,verticalAlign:f||null})},children:[o.jsx("option",{value:"",children:r("cellPropertiesVerticalAlignDefault")}),Ii.map(u=>o.jsx("option",{value:u,children:r(DA[u])},u))]})]}),o.jsx(De,{label:r("rowPropertiesHeight"),value:e.height,disabled:t,onChange:u=>n({...e,height:u})})]})}const Nd='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled]), textarea:not([disabled])';function jA({open:e,value:t,disabled:n,onApply:r,onClose:i}){const a=W(),s=c.useId(),u=c.useRef(null),[f,g]=c.useState(t);return c.useEffect(()=>{e&&g(t)},[e,t]),c.useEffect(()=>{if(!e)return;const p=u.current,h=p==null?void 0:p.querySelector(Nd);h==null||h.focus();const x=y=>{if(y.key==="Escape"){if(document.querySelector('[role="listbox"], [data-color-picker]'))return;y.preventDefault(),y.stopPropagation(),i();return}if(y.key!=="Tab"||!p)return;const C=[...p.querySelectorAll(Nd)];if(C.length===0)return;const b=C[0],v=C[C.length-1];y.shiftKey&&document.activeElement===b?(y.preventDefault(),v.focus()):!y.shiftKey&&document.activeElement===v&&(y.preventDefault(),b.focus())};return document.addEventListener("keydown",x,!0),()=>document.removeEventListener("keydown",x,!0)},[e,i]),e?o.jsx(ue,{children:o.jsx("div",{className:d.backdrop,role:"presentation",onMouseDown:i,children:o.jsxs("div",{ref:u,className:`${d.dialog} ${d.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":s,onMouseDown:p=>p.stopPropagation(),children:[o.jsxs("div",{className:d.headerRow,children:[o.jsx("h2",{className:d.header,id:s,children:a("rowPropertiesDialogTitle")}),o.jsx("button",{type:"button",className:d.close,"aria-label":a("rowPropertiesDialogCloseAria"),onClick:i,children:o.jsx(Be,{})})]}),o.jsx(EA,{value:f,disabled:n,onChange:g}),o.jsxs("div",{className:d.actions,children:[o.jsx("button",{type:"button",className:d.action,onClick:i,children:a("fontDialogCancel")}),o.jsx("button",{type:"button",className:`${d.action} ${d.actionPrimary}`,disabled:n,onClick:()=>r(f),children:a("fontDialogOk")})]})]})})}):null}const RA="_backdrop_9d3gw_1",TA="_dialog_9d3gw_12",NA="_headerRow_9d3gw_29",MA="_header_9d3gw_29",_A="_close_9d3gw_44",LA="_body_9d3gw_66",IA="_frame_9d3gw_75",FA="_actions_9d3gw_83",BA="_action_9d3gw_83",Mt={backdrop:RA,dialog:TA,headerRow:NA,header:MA,close:_A,body:LA,frame:IA,actions:FA,action:BA},Md='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])';function HA({open:e,html:t,onClose:n}){const r=W(),i=c.useId(),a=c.useRef(null),s=c.useRef(null);return c.useEffect(()=>{if(!e)return;const u=a.current,f=u==null?void 0:u.querySelector(Md);f==null||f.focus();const g=p=>{if(p.key==="Escape"){p.preventDefault(),p.stopPropagation(),n();return}if(p.key!=="Tab"||!u)return;const h=[...u.querySelectorAll(Md)];if(h.length===0)return;const x=h[0],y=h[h.length-1];p.shiftKey&&document.activeElement===x?(p.preventDefault(),y.focus()):!p.shiftKey&&document.activeElement===y&&(p.preventDefault(),x.focus())};return document.addEventListener("keydown",g,!0),()=>document.removeEventListener("keydown",g,!0)},[e,n]),c.useEffect(()=>{var f;if(!e)return;const u=(f=s.current)==null?void 0:f.contentDocument;u&&Ss(u,t,r("previewDialogTitle"))},[e,t,r]),e?o.jsx(ue,{children:o.jsx("div",{className:Mt.backdrop,role:"presentation",onMouseDown:n,children:o.jsxs("div",{ref:a,className:Mt.dialog,role:"dialog","aria-modal":"true","aria-labelledby":i,onMouseDown:u=>u.stopPropagation(),children:[o.jsxs("div",{className:Mt.headerRow,children:[o.jsx("h2",{className:Mt.header,id:i,children:r("previewDialogTitle")}),o.jsx("button",{type:"button",className:Mt.close,"aria-label":r("previewDialogCloseAria"),onClick:n,children:o.jsx(Be,{})})]}),o.jsx("div",{className:Mt.body,children:o.jsx("iframe",{ref:s,className:Mt.frame,title:r("previewDialogTitle"),sandbox:"allow-same-origin",tabIndex:-1,onLoad:()=>{var f;const u=(f=s.current)==null?void 0:f.contentDocument;u&&Ss(u,t,r("previewDialogTitle"))}})}),o.jsx("div",{className:Mt.actions,children:o.jsx("button",{type:"button",className:Mt.action,onClick:n,children:r("previewDialogClose")})})]})})}):null}const mg="commspliant-html-editor.darkMode";function zA(e){return typeof e=="boolean"?e:null}function _d(){try{const e=localStorage.getItem(mg);return e?zA(JSON.parse(e)):null}catch{return null}}function OA(e){try{localStorage.setItem(mg,JSON.stringify(e))}catch{}}const fg="commspliant-html-editor.pageZoom",KA=new Set(["fitWidth","fitPage"]);function $A(e){return typeof e=="string"&&KA.has(e)||typeof e=="number"&&yy.includes(e)?e:null}function UA(){try{const e=localStorage.getItem(fg);return e?$A(JSON.parse(e)):null}catch{return null}}function WA(e){try{localStorage.setItem(fg,JSON.stringify(e))}catch{}}const gg="commspliant-html-editor.toolbarPosition",GA=["top","left","right","bottom"];function pg(e){return typeof e=="string"&&GA.includes(e)?e:null}function Ld(){try{const e=localStorage.getItem(gg);return e?pg(JSON.parse(e)):null}catch{return null}}function VA(e){try{localStorage.setItem(gg,JSON.stringify(e))}catch{}}const ZA="_panel_6xdnw_1",qA="_header_6xdnw_17",YA="_title_6xdnw_26",XA="_close_6xdnw_32",JA="_messages_6xdnw_48",QA="_empty_6xdnw_57",eP="_message_6xdnw_48",tP="_messageHeader_6xdnw_69",nP="_author_6xdnw_77",rP="_time_6xdnw_81",oP="_body_6xdnw_86",iP="_reply_6xdnw_92",aP="_input_6xdnw_100",sP="_post_6xdnw_111",Oe={panel:ZA,header:qA,title:YA,close:XA,messages:JA,empty:QA,message:eP,messageHeader:tP,author:nP,time:rP,body:oP,reply:iP,input:aP,post:sP};function lP(e,t){const n=new Date(e);return Number.isNaN(n.getTime())?e:new Intl.DateTimeFormat(t,{dateStyle:"medium",timeStyle:"short"}).format(n)}function cP({thread:e,locale:t,disabled:n,commentAuthor:r,panelRef:i,onPost:a,onClose:s}){const u=W(),[f,g]=c.useState(""),p=c.useRef(null);c.useEffect(()=>{var b;(b=p.current)==null||b.focus()},[e==null?void 0:e.id]);const h=!n&&r&&f.trim().length>0,x=c.useMemo(()=>(e==null?void 0:e.messages)??[],[e==null?void 0:e.messages]),y=x.length===0?u("commentPlaceholder"):u("commentReplyPlaceholder");if(!e)return null;const C=()=>{const b=f.trim();!b||!h||(a(b),g(""))};return Vs.createPortal(o.jsxs("div",{ref:i,className:Oe.panel,role:"dialog","aria-label":u("commentPanelTitle"),children:[o.jsxs("div",{className:Oe.header,children:[o.jsx("h2",{className:Oe.title,children:u("commentPanelTitle")}),o.jsx("button",{type:"button",className:Oe.close,onClick:s,"aria-label":u("commentPanelCloseAria"),children:o.jsx(Be,{})})]}),o.jsx("div",{className:Oe.messages,children:x.length===0?o.jsx("p",{className:Oe.empty,children:u("commentEmpty")}):x.map(b=>o.jsxs("article",{className:Oe.message,children:[o.jsxs("header",{className:Oe.messageHeader,children:[o.jsx("span",{className:Oe.author,children:b.userName}),o.jsx("time",{className:Oe.time,dateTime:b.createdAt,children:lP(b.createdAt,t)})]}),o.jsx("p",{className:Oe.body,children:b.message})]},b.id))}),o.jsxs("div",{className:Oe.reply,children:[o.jsx("textarea",{ref:p,className:Oe.input,value:f,onChange:b=>g(b.target.value),placeholder:y,rows:3,disabled:n||!r}),o.jsx("button",{type:"button",className:Oe.post,onClick:C,disabled:!h,children:u("commentPost")})]})]}),document.body)}function uP({enabled:e,onHtml:t}){const[n,r]=c.useState(!1),i=c.useRef(0),a=c.useRef(e),s=c.useRef(t);a.current=e,s.current=t;const u=c.useCallback(()=>{i.current=0,r(!1)},[]);c.useEffect(()=>{e||u()},[e,u]);const f=c.useCallback(x=>{!a.current||!Bo(x.dataTransfer)||(x.preventDefault(),i.current+=1,r(!0))},[]),g=c.useCallback(x=>{!a.current||!Bo(x.dataTransfer)||(x.preventDefault(),x.dataTransfer&&(x.dataTransfer.dropEffect="copy"))},[]),p=c.useCallback(x=>{if(!a.current||!Bo(x.dataTransfer))return;const y=x.relatedTarget;y instanceof Node&&x.currentTarget.contains(y)||(i.current=Math.max(0,i.current-1),i.current===0&&r(!1))},[]),h=c.useCallback(x=>{if(!a.current||!Bo(x.dataTransfer))return;x.preventDefault(),u();const y=Fb(x.dataTransfer);y&&bl(y).then(C=>{a.current&&s.current(C)},()=>{})},[u]);return{dragging:n,onDragEnter:f,onDragOver:g,onDragLeave:p,onDrop:h}}const dP={menus:{edit:{id:"edit",labelKey:"menuEdit",ariaKey:"menuEditAria"}},submenus:{page:{id:"page",labelKey:"menuPage",ariaKey:"menuPageAria"}},groups:{edit:{id:"edit",labelKey:"toolbarGroupEdit"}},items:{undo:{id:"undo",command:"undo",icon:Lp,labelKey:"commandUndo",ariaKey:"commandUndoAria",enabled:"canUndo"},redo:{id:"redo",command:"redo",icon:Rp,labelKey:"commandRedo",ariaKey:"commandRedoAria",enabled:"canRedo"},pageProperties:{id:"pageProperties",command:"openPageProperties",icon:ni,labelKey:"commandPageProperties",ariaKey:"commandPagePropertiesAria",enabled:"isVisualMode"},deletePage:{id:"deletePage",command:"deletePage",icon:ni,labelKey:"commandDeletePage",ariaKey:"commandDeletePageAria",enabled:"canDeletePage"}}},mP=400,Id=100;function fP(e){let t=[],n=e,r=[],i=!1,a=!1,s=0;function u(){t.length<=Id||t.splice(0,t.length-Id)}function f(y){t.push(y),u()}function g(y,C){if(i){n=y,i=!1;return}if(y===n)return;const b=Date.now(),v=(C==null?void 0:C.coalesce)===!0;if(v&&a&&b-s<mP){n=y,s=b;return}f(n),n=y,r=[],s=b,a=v}function p(){return t.length===0?null:(a=!1,r.push(n),n=t.pop(),n)}function h(){return r.length===0?null:(a=!1,f(n),n=r.pop(),n)}function x(y){if(i){n=y,i=!1;return}y!==n&&(f(n),n=y,r=[],a=!1)}return{record:g,undo:p,redo:h,canUndo:()=>t.length>0,canRedo:()=>r.length>0,syncExternal:x,markApplying:()=>{i=!0}}}function nn(e,t){return t?t.label?t.label:t.labelKey?e(t.labelKey):"":""}function wi(e,t){return t?t.ariaLabel?t.ariaLabel:t.ariaKey?e(t.ariaKey):nn(e,t):""}const wt="fullscreen",Us="commspliant-html-editor.toolbarCustomization";function Ws(e){const t=e.filter(n=>n!==wt);return e.includes(wt)?[...t,wt]:t}function Fl(e,t){if(!t||t.length===0)return Ws(e);const n=new Set(e),r=t.filter(s=>n.has(s)),i=new Set(r),a=[...r];for(let s=0;s<e.length;s++){const u=e[s];if(i.has(u))continue;let f=0;for(let g=s-1;g>=0;g--){const p=e[g],h=a.indexOf(p);if(h>=0){f=h+1;break}}a.splice(f,0,u),i.add(u)}return Ws(a)}function gP(e,t){const n=new Map(e.map(s=>[s.id,s])),r=Fl(e.map(s=>s.id),t==null?void 0:t.groupOrder),i=new Set((t==null?void 0:t.hiddenItemIds)??[]),a=[];for(const s of r){const u=n.get(s);if(!u)continue;const f=u.items.filter(g=>!i.has(g));f.length!==0&&a.push({id:s,items:f})}return a}function pP(e){if(e==null||typeof e!="object")return null;const t=e,n=Array.isArray(t.groupOrder)?t.groupOrder.filter(i=>typeof i=="string"):[],r=Array.isArray(t.hiddenItemIds)?[...new Set(t.hiddenItemIds.filter(i=>typeof i=="string"))]:[];return n.length===0&&r.length===0?null:{groupOrder:n,hiddenItemIds:r}}function hP(){try{const e=localStorage.getItem(Us);return e?pP(JSON.parse(e)):null}catch{return null}}function bP(e){try{if(!e){localStorage.removeItem(Us);return}localStorage.setItem(Us,JSON.stringify(e))}catch{}}function Bl(e,t){return Fl(t.map(n=>n.id),e==null?void 0:e.groupOrder)}function yP(e,t,n,r){const i=new Set((e==null?void 0:e.hiddenItemIds)??[]);return r?i.delete(n):i.add(n),{groupOrder:Bl(e,t),hiddenItemIds:[...i]}}function hg(e,t,n,r){const i=Bl(e,t),a=[...(e==null?void 0:e.hiddenItemIds)??[]];if(n===wt||r===wt)return{groupOrder:i,hiddenItemIds:a};const s=i.indexOf(n),u=i.indexOf(r);if(s<0||u<0||s===u)return{groupOrder:i,hiddenItemIds:a};const f=[...i],[g]=f.splice(s,1);return f.splice(u,0,g),{groupOrder:Ws(f),hiddenItemIds:a}}function Fd(e,t,n,r){const i=Bl(e,t),a=i.filter(f=>f!==wt),s=a.indexOf(n),u=s+r;return s<0||u<0||u>=a.length?{groupOrder:i,hiddenItemIds:[...(e==null?void 0:e.hiddenItemIds)??[]]}:hg(e,t,n,a[u])}const xP="_backdrop_11w4e_1",CP="_dialog_11w4e_12",wP="_header_11w4e_31",vP="_body_11w4e_39",SP="_group_11w4e_49",kP="_groupDragging_11w4e_55",AP="_groupDropTarget_11w4e_59",PP="_groupHeader_11w4e_64",DP="_groupTitle_11w4e_72",EP="_dragHandle_11w4e_77",jP="_moveButton_11w4e_78",RP="_items_11w4e_119",TP="_item_11w4e_119",NP="_itemIcon_11w4e_135",MP="_itemTitle_11w4e_144",_P="_itemCheckbox_11w4e_151",LP="_actions_11w4e_155",IP="_action_11w4e_155",FP="_spinnerWrap_11w4e_191",BP="_spinner_11w4e_191",ye={backdrop:xP,dialog:CP,header:wP,body:vP,group:SP,groupDragging:kP,groupDropTarget:AP,groupHeader:PP,groupTitle:DP,dragHandle:EP,moveButton:jP,items:RP,item:TP,itemIcon:NP,itemTitle:MP,itemCheckbox:_P,actions:LP,action:IP,spinnerWrap:FP,spinner:BP},Bd='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])';function HP(){return o.jsxs("svg",{viewBox:"0 0 16 16",width:"14",height:"14","aria-hidden":"true",fill:"currentColor",children:[o.jsx("circle",{cx:"5",cy:"4",r:"1.2"}),o.jsx("circle",{cx:"11",cy:"4",r:"1.2"}),o.jsx("circle",{cx:"5",cy:"8",r:"1.2"}),o.jsx("circle",{cx:"11",cy:"8",r:"1.2"}),o.jsx("circle",{cx:"5",cy:"12",r:"1.2"}),o.jsx("circle",{cx:"11",cy:"12",r:"1.2"})]})}function zP({open:e,catalog:t,groups:n,settings:r,loading:i=!1,busy:a=!1,disabled:s,onChange:u,onReset:f,onClose:g}){const p=W(),h=c.useId(),x=c.useRef(null),[y,C]=c.useState(null),[b,v]=c.useState(null),k=Fl(n.map(j=>j.id),r==null?void 0:r.groupOrder),A=new Set((r==null?void 0:r.hiddenItemIds)??[]),R=new Map(n.map(j=>[j.id,j])),N=k.map(j=>R.get(j)).filter(j=>!!j),T=s||a||i;if(c.useEffect(()=>{e||(C(null),v(null))},[e]),c.useEffect(()=>{if(!e)return;const j=x.current,F=j==null?void 0:j.querySelector(Bd);F==null||F.focus();const $=U=>{if(U.key==="Escape"){U.preventDefault(),U.stopPropagation(),g();return}if(U.key!=="Tab"||!j)return;const X=[...j.querySelectorAll(Bd)];if(X.length===0)return;const Q=X[0],oe=X[X.length-1];U.shiftKey&&document.activeElement===Q?(U.preventDefault(),oe.focus()):!U.shiftKey&&document.activeElement===oe&&(U.preventDefault(),Q.focus())};return document.addEventListener("keydown",$,!0),()=>document.removeEventListener("keydown",$,!0)},[e,g]),!e)return null;const S=N.map(j=>j.id).filter(j=>j!==wt),P=(j,F)=>{if(T||F===wt){j.preventDefault();return}j.dataTransfer.setData("text/plain",F),j.dataTransfer.effectAllowed="move",C(F)},_=(j,F)=>{T||F===wt||!y||y===F||(j.preventDefault(),j.dataTransfer&&(j.dataTransfer.dropEffect="move"),v(F))},D=(j,F)=>{var U;j.preventDefault();const $=((U=j.dataTransfer)==null?void 0:U.getData("text/plain"))||y;C(null),v(null),!(!$||$===F||T)&&u(hg(r,n,$,F))},E=()=>{C(null),v(null)};return o.jsx(ue,{children:o.jsx("div",{className:ye.backdrop,role:"presentation",onMouseDown:g,children:o.jsxs("div",{ref:x,className:ye.dialog,role:"dialog","aria-modal":"true","aria-labelledby":h,"aria-busy":i||a?!0:void 0,onMouseDown:j=>j.stopPropagation(),children:[o.jsx("h2",{className:ye.header,id:h,children:p("customizeToolbarDialogTitle")}),o.jsx("div",{className:ye.body,children:i?o.jsx("div",{className:ye.spinnerWrap,role:"status","aria-live":"polite","aria-label":p("customizeToolbarDialogLoading"),children:o.jsx("span",{className:ye.spinner,"aria-hidden":"true"})}):N.map(j=>{const F=t.groups[j.id],$=F?nn(p,F):j.id,U=j.id===wt,X=S.indexOf(j.id);return o.jsxs("section",{className:[ye.group,y===j.id?ye.groupDragging:"",b===j.id?ye.groupDropTarget:""].filter(Boolean).join(" "),"data-toolbar-customize-group":j.id,"aria-label":$,onDragOver:Q=>_(Q,j.id),onDrop:Q=>D(Q,j.id),onDragLeave:()=>{b===j.id&&v(null)},children:[o.jsxs("div",{className:ye.groupHeader,children:[o.jsx("button",{type:"button",className:ye.dragHandle,draggable:!T&&!U,disabled:T||U,"aria-label":p("customizeToolbarDragHandle"),onDragStart:Q=>P(Q,j.id),onDragEnd:E,children:o.jsx(HP,{})}),o.jsx("span",{className:ye.groupTitle,children:$}),o.jsx("button",{type:"button",className:ye.moveButton,disabled:T||U||X<=0,"aria-label":p("customizeToolbarMoveUp"),onClick:()=>u(Fd(r,n,j.id,-1)),children:"↑"}),o.jsx("button",{type:"button",className:ye.moveButton,disabled:T||U||X<0||X>=S.length-1,"aria-label":p("customizeToolbarMoveDown"),onClick:()=>u(Fd(r,n,j.id,1)),children:"↓"})]}),o.jsx("div",{className:ye.items,children:j.items.map(Q=>{const oe=t.items[Q];if(!oe)return null;const Y=oe.icon,le=nn(p,oe),ie=`${h}-${j.id}-${Q}`,re=!A.has(Q);return o.jsxs("label",{className:ye.item,htmlFor:ie,children:[o.jsx("span",{className:ye.itemIcon,"aria-hidden":"true",children:Y?o.jsx(Y,{}):le.slice(0,2)}),o.jsx("span",{className:ye.itemTitle,children:le}),o.jsx("input",{id:ie,className:ye.itemCheckbox,type:"checkbox",checked:re,disabled:T,"aria-label":`${le}: ${p("customizeToolbarItemVisible")}`,onChange:L=>u(yP(r,n,Q,L.target.checked))})]},Q)})})]},j.id)})}),o.jsxs("div",{className:ye.actions,children:[o.jsx("button",{type:"button",className:ye.action,disabled:T,onClick:f,children:p("customizeToolbarDialogReset")}),o.jsx("button",{type:"button",className:ye.action,"aria-label":p("customizeToolbarDialogCloseAria"),onClick:g,children:p("customizeToolbarDialogClose")})]})]})})})}function OP(e,t){if(!t)return e;const n=t.menus,r=t.toolbar;if(n===void 0&&r===void 0)return e;const i=n===void 0?e.menus:e.menus.filter(s=>n.includes(s.id)),a=r===void 0?e.iconGroups:e.iconGroups.map(s=>({id:s.id,items:s.items.filter(u=>r.includes(u))})).filter(s=>s.items.length>0);return{menus:i,iconGroups:a}}const KP={menus:{file:{id:"file",labelKey:"menuFile",ariaKey:"menuFileAria"}},groups:{file:{id:"file",labelKey:"toolbarGroupFile"},print:{id:"print",labelKey:"toolbarGroupPrint"}},items:{save:{id:"save",command:"save",icon:Np,labelKey:"commandSave",ariaKey:"commandSaveAria"},open:{id:"open",command:"open",icon:wp,labelKey:"commandOpen",ariaKey:"commandOpenAria"},print:{id:"print",command:"print",icon:Ep,labelKey:"commandPrint",ariaKey:"commandPrintAria"}}},qo=4;function bg({icon:e,value:t,mixed:n,noneKey:r,labelKey:i,ariaKey:a,fallbackCustom:s,disabled:u,onChange:f}){const g=W(),p=c.useId(),h=c.useRef(null),x=c.useRef(null),y=c.useRef(null),[C,b]=c.useState(!1),[v,k]=c.useState({top:0,left:0}),A=c.useCallback(()=>{const P=x.current,_=y.current;if(!P)return;const D=P.getBoundingClientRect(),E=(_==null?void 0:_.offsetHeight)??0,j=(_==null?void 0:_.offsetWidth)??200;let F=D.bottom;F+E>window.innerHeight-qo&&(F=Math.max(qo,D.top-E));const $=Math.min(Math.max(D.left,qo),window.innerWidth-j-qo);k({top:F,left:$})},[]);c.useLayoutEffect(()=>{if(!C)return;A();const P=()=>A();return window.addEventListener("scroll",P,!0),window.addEventListener("resize",P),()=>{window.removeEventListener("scroll",P,!0),window.removeEventListener("resize",P)}},[C,A]),c.useEffect(()=>{if(!C)return;const P=D=>{var j,F;const E=D.target;(j=h.current)!=null&&j.contains(E)||(F=y.current)!=null&&F.contains(E)||b(!1)},_=D=>{var E;D.key==="Escape"&&(D.preventDefault(),D.stopPropagation(),b(!1),(E=x.current)==null||E.focus())};return document.addEventListener("pointerdown",P),document.addEventListener("keydown",_,!0),()=>{document.removeEventListener("pointerdown",P),document.removeEventListener("keydown",_,!0)}},[C]);const R=P=>{f(P)},N=`${pn.bar}${!t||n?` ${pn.barEmpty}`:""}`,T=t&&!n?{backgroundColor:t}:void 0,S=o.jsxs("div",{className:pn.wrap,ref:h,children:[o.jsxs("button",{ref:x,type:"button",className:`${q.iconButton} ${pn.button}`,"aria-label":g(a),"aria-expanded":C,"aria-haspopup":"listbox","aria-controls":C?p:void 0,disabled:u,onMouseDown:P=>P.preventDefault(),onClick:()=>b(P=>!P),children:[o.jsx(e,{className:`${q.icon} ${pn.icon}`}),o.jsx("span",{className:N,style:T})]}),C?o.jsx(ue,{children:o.jsx("div",{ref:y,id:p,className:pn.popover,style:{top:v.top,left:v.left},children:o.jsx(Ml,{value:t,mixed:n,noneLabel:g(r),ariaLabel:g(a),disabled:u,fallbackCustom:s,onChange:R,onCommit:()=>b(!1)})})}):null]});return o.jsx(tn,{label:g(i),children:S})}function $P({commands:e,queries:t,disabled:n}){return o.jsx(bg,{icon:$d,value:t.getFontColor(),mixed:t.isFontColorMixed(),noneKey:"colorAutomatic",labelKey:"commandFontColor",ariaKey:"commandFontColorAria",disabled:!!(n||!t.isVisualMode()),onChange:r=>e.setFontColor(r)})}function UP({commands:e,queries:t,disabled:n}){const r=W(),i=!!(n||!t.isVisualMode());return o.jsx(sg,{size:t.getFontSize(),unit:t.getFontSizeUnit(),disabled:i,tooltip:r("commandFontSize"),toolbar:!0,onSizeChange:(a,s)=>{e.setFontSize(a,s)},onUnitChange:a=>{e.setFontSizeUnit(a)}})}function WP({commands:e,queries:t,disabled:n}){return o.jsx(bg,{icon:Ud,value:t.getHighlightColor(),mixed:t.isHighlightColorMixed(),noneKey:"colorNone",labelKey:"commandHighlightColor",ariaKey:"commandHighlightColorAria",fallbackCustom:"#ffff00",disabled:!!(n||!t.isVisualMode()),onChange:r=>e.setHighlightColor(r)})}function GP({commands:e,queries:t,disabled:n,onMenuClose:r}){const i=W(),a=!!(n||!t.isVisualMode());return o.jsx(Ml,{value:t.getHighlightColor(),mixed:t.isHighlightColorMixed(),noneLabel:i("colorNone"),ariaLabel:i("commandHighlightColorAria"),disabled:a,menu:!0,fallbackCustom:"#ffff00",onChange:s=>e.setHighlightColor(s),onCommit:()=>r==null?void 0:r()})}const VP="_wrap_1gtdc_1",ZP="_wrapToolbar_1gtdc_7",qP="_field_1gtdc_12",YP="_trigger_1gtdc_20",XP="_chevron_1gtdc_46",JP="_list_1gtdc_69",QP="_option_1gtdc_84",eD="_separator_1gtdc_113",_t={wrap:VP,wrapToolbar:ZP,field:qP,trigger:YP,chevron:XP,list:JP,option:QP,separator:eD},Gs={p:"styleParagraph",h1:"styleHeading1",h2:"styleHeading2",h3:"styleHeading3",h4:"styleHeading4",h5:"styleHeading5",h6:"styleHeading6"},tD={p:{fontSize:"1rem",fontWeight:"400"},h1:{fontSize:"1.75rem",fontWeight:"600"},h2:{fontSize:"1.5rem",fontWeight:"600"},h3:{fontSize:"1.25rem",fontWeight:"600"},h4:{fontSize:"1.125rem",fontWeight:"600"},h5:{fontSize:"1rem",fontWeight:"600"},h6:{fontSize:"0.875rem",fontWeight:"600"}};function Hd(){const e=W();return o.jsx("div",{className:d.spinnerWrap,role:"status","aria-live":"polite","aria-label":e("customStyleLoading"),children:o.jsx("span",{className:d.spinner,"aria-hidden":"true"})})}function yg({value:e,mixed:t=!1,disabled:n,menu:r=!1,listId:i,listRef:a,style:s,customStylesEnabled:u=!1,customStyles:f=[],customStylesLoading:g=!1,onSelect:p,onSelectCustom:h,onAddNew:x}){const y=W(),C=t?null:e,b=u,v=!!(r&&u&&x);return r?o.jsxs(o.Fragment,{children:[gi.map(k=>o.jsx("button",{type:"button",className:q.menuItem,role:"menuitemradio","aria-checked":C===k,disabled:n,onMouseDown:A=>A.preventDefault(),onClick:()=>p(k),children:y(Gs[k])},k)),b?o.jsx("div",{role:"separator",className:q.menuSeparator}):null,b&&g?o.jsx(Hd,{}):null,b&&!g?f.map(k=>o.jsx("button",{type:"button",className:q.menuItem,role:"menuitem",disabled:n,onMouseDown:A=>A.preventDefault(),onClick:()=>h==null?void 0:h(k.id),children:k.name},k.id)):null,v?o.jsxs(o.Fragment,{children:[b&&(g||f.length>0)?o.jsx("div",{role:"separator",className:q.menuSeparator}):null,o.jsxs("button",{type:"button",className:q.menuItem,role:"menuitem","aria-label":y("styleAddNewAria"),disabled:n,onMouseDown:k=>k.preventDefault(),onClick:()=>x==null?void 0:x(),children:[o.jsx(Dp,{className:q.icon}),y("styleAddNew")]})]}):null]}):o.jsxs("ul",{ref:a,className:_t.list,role:"listbox",id:i,style:s,"aria-label":y("commandParagraphStyleAria"),"aria-busy":b&&g?!0:void 0,children:[gi.map(k=>o.jsx("li",{role:"presentation",children:o.jsx("button",{type:"button",className:_t.option,role:"option","aria-selected":C===k,disabled:n,style:tD[k],onMouseDown:A=>A.preventDefault(),onClick:()=>p(k),children:y(Gs[k])})},k)),b&&(g||f.length>0)?o.jsx("li",{role:"separator",className:_t.separator}):null,b&&g?o.jsx("li",{role:"presentation",children:o.jsx(Hd,{})}):null,b&&!g?f.map(k=>o.jsx("li",{role:"presentation",children:o.jsx("button",{type:"button",className:_t.option,role:"option","aria-selected":!1,disabled:n,onMouseDown:A=>A.preventDefault(),onClick:()=>h==null?void 0:h(k.id),children:k.name})},k.id)):null]})}const Yo=4;function nD({commands:e,queries:t,disabled:n}){const r=W(),i=c.useId(),a=c.useRef(null),s=c.useRef(null),u=c.useRef(null),[f,g]=c.useState(!1),[p,h]=c.useState({top:0,left:0,width:0}),x=!!(n||!t.isVisualMode()),y=t.isParagraphStyleMixed(),C=y?null:t.getParagraphStyle(),b=C?r(Gs[C]):"",v=t.customParagraphStylesEnabled(),k=v?t.getCustomParagraphStyles():[],A=v&&t.isCustomParagraphStylesLoading(),R=c.useCallback(()=>{const T=s.current,S=u.current;if(!T)return;const P=T.getBoundingClientRect(),_=(S==null?void 0:S.offsetHeight)??0,D=Math.max(P.width,(S==null?void 0:S.offsetWidth)??0);let E=P.bottom;E+_>window.innerHeight-Yo&&(E=Math.max(Yo,P.top-_));const j=Math.min(Math.max(P.left,Yo),window.innerWidth-D-Yo);h({top:E,left:j,width:D})},[]);c.useLayoutEffect(()=>{if(!f)return;R();const T=()=>R();return window.addEventListener("scroll",T,!0),window.addEventListener("resize",T),()=>{window.removeEventListener("scroll",T,!0),window.removeEventListener("resize",T)}},[f,R,k.length,A]),c.useEffect(()=>{if(!f)return;const T=P=>{var D,E;const _=P.target;(D=a.current)!=null&&D.contains(_)||(E=u.current)!=null&&E.contains(_)||g(!1)},S=P=>{P.key==="Escape"&&(P.preventDefault(),P.stopPropagation(),g(!1))};return document.addEventListener("pointerdown",T),document.addEventListener("keydown",S,!0),()=>{document.removeEventListener("pointerdown",T),document.removeEventListener("keydown",S,!0)}},[f]);const N=o.jsxs("div",{className:`${_t.wrap} ${_t.wrapToolbar}`,ref:a,children:[o.jsxs("div",{className:_t.field,ref:s,children:[o.jsx("button",{type:"button",className:_t.trigger,disabled:x,"aria-label":r("commandParagraphStyleAria"),"aria-haspopup":"listbox","aria-expanded":f,"aria-controls":f?i:void 0,onMouseDown:T=>T.preventDefault(),onClick:()=>g(T=>!T),children:b}),o.jsx("span",{className:_t.chevron,"aria-hidden":"true"})]}),f?o.jsx(ue,{children:o.jsx(yg,{listRef:u,listId:i,value:C,mixed:y,disabled:x,customStylesEnabled:v,customStyles:k,customStylesLoading:A,style:{top:p.top,left:p.left,minWidth:p.width},onSelect:T=>{e.setParagraphStyle(T),g(!1)},onSelectCustom:T=>{e.applyCustomParagraphStyle(T),g(!1)}})}):null]});return o.jsx(tn,{label:r("commandParagraphStyle"),children:N})}function rD({commands:e,queries:t,disabled:n,onMenuClose:r}){const i=!!(n||!t.isVisualMode()),a=t.isParagraphStyleMixed(),s=a?null:t.getParagraphStyle(),u=t.customParagraphStylesEnabled(),f=u?t.getCustomParagraphStyles():[],g=u&&t.isCustomParagraphStylesLoading();return o.jsx(yg,{menu:!0,value:s,mixed:a,disabled:i,customStylesEnabled:u,customStyles:f,customStylesLoading:g,onSelect:p=>{e.setParagraphStyle(p),r==null||r()},onSelectCustom:p=>{e.openCustomParagraphStyleDialog(p),r==null||r()},onAddNew:()=>{e.openCustomParagraphStyleDialog(),r==null||r()}})}const oD={menus:{format:{id:"format",labelKey:"menuFormat",ariaKey:"menuFormatAria"}},submenus:{paragraphStyles:{id:"paragraphStyles",labelKey:"menuParagraphStyles",ariaKey:"menuParagraphStylesAria",panel:rD,enabled:"isVisualMode"},font:{id:"font",labelKey:"menuFont",ariaKey:"menuFontAria"},highlightColor:{id:"highlightColor",labelKey:"commandHighlightColor",ariaKey:"commandHighlightColorAria",panel:GP,enabled:"isVisualMode"},paragraph:{id:"paragraph",labelKey:"menuParagraph",ariaKey:"menuParagraphAria"}},groups:{font:{id:"font",labelKey:"toolbarGroupFont"},align:{id:"align",labelKey:"toolbarGroupAlign"},paragraph:{id:"paragraph",labelKey:"toolbarGroupParagraph"}},items:{fontFamily:{id:"fontFamily",widget:$v,icon:lp,labelKey:"commandFontFamily",ariaKey:"commandFontFamilyAria",enabled:"isVisualMode"},paragraphStyle:{id:"paragraphStyle",widget:nD,icon:Pp,labelKey:"commandParagraphStyle",ariaKey:"commandParagraphStyleAria",enabled:"isVisualMode"},fontSize:{id:"fontSize",widget:UP,icon:up,labelKey:"commandFontSize",ariaKey:"commandFontSizeAria",enabled:"isVisualMode"},fontProperties:{id:"fontProperties",command:"openFontProperties",icon:cp,labelKey:"commandFontProperties",ariaKey:"commandFontPropertiesAria",enabled:"isVisualMode"},customCss:{id:"customCss",command:"openCustomCss",icon:ip,labelKey:"commandCustomCss",ariaKey:"commandCustomCssAria",enabled:"isVisualMode"},paragraphProperties:{id:"paragraphProperties",command:"openParagraphProperties",icon:kp,labelKey:"commandParagraphProperties",ariaKey:"commandParagraphPropertiesAria",enabled:"isVisualMode"},imageProperties:{id:"imageProperties",command:"openImageProperties",icon:Wd,labelKey:"menuImage",ariaKey:"menuImageAria",enabled:"isImageSelected"},fontColor:{id:"fontColor",widget:$P,icon:$d,labelKey:"commandFontColor",ariaKey:"commandFontColorAria",enabled:"isVisualMode"},highlightColor:{id:"highlightColor",widget:WP,icon:Ud,labelKey:"commandHighlightColor",ariaKey:"commandHighlightColorAria",enabled:"isVisualMode"},bold:{id:"bold",command:"toggleBold",icon:Jg,labelKey:"commandBold",ariaKey:"commandBoldAria",active:"isBold",enabled:"isVisualMode",toggle:!0},italic:{id:"italic",command:"toggleItalic",icon:hp,labelKey:"commandItalic",ariaKey:"commandItalicAria",active:"isItalic",enabled:"isVisualMode",toggle:!0},underline:{id:"underline",command:"toggleUnderline",icon:_p,labelKey:"commandUnderline",ariaKey:"commandUnderlineAria",active:"isUnderline",enabled:"isVisualMode",toggle:!0},strikethrough:{id:"strikethrough",command:"toggleStrikethrough",icon:Mp,labelKey:"commandStrikethrough",ariaKey:"commandStrikethroughAria",active:"isStrikethrough",enabled:"isVisualMode",toggle:!0},clearFormatting:{id:"clearFormatting",command:"clearFormatting",icon:tp,labelKey:"commandClearFormatting",ariaKey:"commandClearFormattingAria",enabled:"hasTextSelection"},formatBrush:{id:"formatBrush",command:"toggleFormatBrush",icon:dp,labelKey:"commandFormatBrush",ariaKey:"commandFormatBrushAria",active:"isFormatBrushActive",enabled:"isVisualMode",toggle:!0},alignLeft:{id:"alignLeft",command:"alignLeft",icon:ki,labelKey:"commandAlignLeft",ariaKey:"commandAlignLeftAria",active:"isAlignLeft",enabled:"isVisualMode"},alignCenter:{id:"alignCenter",command:"alignCenter",icon:Si,labelKey:"commandAlignCenter",ariaKey:"commandAlignCenterAria",active:"isAlignCenter",enabled:"isVisualMode"},alignRight:{id:"alignRight",command:"alignRight",icon:Ai,labelKey:"commandAlignRight",ariaKey:"commandAlignRightAria",active:"isAlignRight",enabled:"isVisualMode"},alignJustify:{id:"alignJustify",command:"alignJustify",icon:Od,labelKey:"commandAlignJustify",ariaKey:"commandAlignJustifyAria",active:"isAlignJustify",enabled:"isVisualMode"},indent:{id:"indent",command:"indent",icon:pp,labelKey:"commandIndent",ariaKey:"commandIndentAria",enabled:"isVisualMode"},outdent:{id:"outdent",command:"outdent",icon:vp,labelKey:"commandOutdent",ariaKey:"commandOutdentAria",enabled:"canOutdent"},bulletList:{id:"bulletList",command:"toggleBulletList",icon:Kd,labelKey:"commandBulletList",ariaKey:"commandBulletListAria",active:"isBulletList",enabled:"isVisualMode",toggle:!0},numberedList:{id:"numberedList",command:"toggleNumberedList",icon:Gd,labelKey:"commandNumberedList",ariaKey:"commandNumberedListAria",active:"isNumberedList",enabled:"isVisualMode",toggle:!0}}},iD={menus:{insert:{id:"insert",labelKey:"menuInsert",ariaKey:"menuInsertAria"}},submenus:{insertPage:{id:"insertPage",labelKey:"menuInsertPage",ariaKey:"menuInsertPageAria",enabled:"hasSelectedPage"}},groups:{insert:{id:"insert",labelKey:"toolbarGroupInsert"}},items:{link:{id:"link",command:"openLinkDialog",icon:yp,labelKey:"commandLink",ariaKey:"commandLinkAria",enabled:"isVisualMode",active:"isLink",toggle:!0},bookmark:{id:"bookmark",command:"openBookmarkDialog",icon:Qg,labelKey:"commandBookmark",ariaKey:"commandBookmarkAria",enabled:"isVisualMode"},image:{id:"image",command:"openImageDialog",icon:Wd,labelKey:"commandImage",ariaKey:"commandImageAria",enabled:"isVisualMode"},audio:{id:"audio",command:"openAudioDialog",icon:Xg,labelKey:"commandAudio",ariaKey:"commandAudioAria",enabled:"isVisualMode"},youtube:{id:"youtube",command:"openYoutubeDialog",icon:Bp,labelKey:"commandYoutube",ariaKey:"commandYoutubeAria",enabled:"isVisualMode"},horizontalRule:{id:"horizontalRule",command:"insertHorizontalRule",icon:fp,labelKey:"commandHorizontalRule",ariaKey:"commandHorizontalRuleAria",enabled:"isVisualMode"},pageBreak:{id:"pageBreak",command:"insertPageBreak",icon:Sp,labelKey:"commandPageBreak",ariaKey:"commandPageBreakAria",enabled:"isVisualMode"},insertPageBefore:{id:"insertPageBefore",command:"insertPageBefore",icon:ni,labelKey:"commandInsertPageBefore",ariaKey:"commandInsertPageBeforeAria",enabled:"hasSelectedPage"},insertPageAfter:{id:"insertPageAfter",command:"insertPageAfter",icon:ni,labelKey:"commandInsertPageAfter",ariaKey:"commandInsertPageAfterAria",enabled:"hasSelectedPage"}}},aD={menus:{table:{id:"table",labelKey:"menuTable",ariaKey:"menuTableAria"}},submenus:{insertRow:{id:"insertRow",labelKey:"menuInsertRow",ariaKey:"menuInsertRowAria",enabled:"isInTable"},insertColumn:{id:"insertColumn",labelKey:"menuInsertColumn",ariaKey:"menuInsertColumnAria",enabled:"isInTable"}},groups:{table:{id:"table",labelKey:"toolbarGroupTable"}},items:{table:{id:"table",command:"openTableDialog",icon:Cu,labelKey:"commandTable",ariaKey:"commandTableAria",enabled:"isVisualMode"},insertRowBelow:{id:"insertRowBelow",command:"insertRowBelow",icon:Ja,labelKey:"commandInsertRowBelow",ariaKey:"commandInsertRowBelowAria",enabled:"isInTable"},insertRowBefore:{id:"insertRowBefore",command:"insertRowBefore",icon:Ja,labelKey:"commandInsertRowBefore",ariaKey:"commandInsertRowBeforeAria",enabled:"isInTable"},deleteRow:{id:"deleteRow",command:"deleteRow",icon:Ja,labelKey:"commandDeleteRow",ariaKey:"commandDeleteRowAria",enabled:"isInTable"},insertColumnAfter:{id:"insertColumnAfter",command:"insertColumnAfter",icon:Xa,labelKey:"commandInsertColumnAfter",ariaKey:"commandInsertColumnAfterAria",enabled:"isInTable"},insertColumnBefore:{id:"insertColumnBefore",command:"insertColumnBefore",icon:Xa,labelKey:"commandInsertColumnBefore",ariaKey:"commandInsertColumnBeforeAria",enabled:"isInTable"},deleteColumn:{id:"deleteColumn",command:"deleteColumn",icon:Xa,labelKey:"commandDeleteColumn",ariaKey:"commandDeleteColumnAria",enabled:"isInTable"},mergeCells:{id:"mergeCells",command:"mergeCells",icon:Cp,labelKey:"commandMergeCells",ariaKey:"commandMergeCellsAria",enabled:"canMergeCells"},unmergeCells:{id:"unmergeCells",command:"unmergeCells",icon:Ip,labelKey:"commandUnmergeCells",ariaKey:"commandUnmergeCellsAria",enabled:"canUnmergeCells"},tableProperties:{id:"tableProperties",command:"openTableProperties",icon:Cu,labelKey:"commandTableProperties",ariaKey:"commandTablePropertiesAria",enabled:"isInTable"},cellProperties:{id:"cellProperties",command:"openCellProperties",icon:ep,labelKey:"commandCellProperties",ariaKey:"commandCellPropertiesAria",enabled:"isInTable"},rowProperties:{id:"rowProperties",command:"openRowProperties",icon:Tp,labelKey:"commandRowProperties",ariaKey:"commandRowPropertiesAria",enabled:"isInTable"}}},sD={menus:{view:{id:"view",labelKey:"menuView",ariaKey:"menuViewAria"}},submenus:{toolbar:{id:"toolbar",labelKey:"menuToolbar",ariaKey:"menuToolbarAria"},toolbarPosition:{id:"toolbarPosition",labelKey:"menuToolbarPosition",ariaKey:"menuToolbarPositionAria"},zoom:{id:"zoom",labelKey:"menuZoom",ariaKey:"menuZoomAria"}},groups:{view:{id:"view",labelKey:"toolbarGroupView"},fullscreen:{id:"fullscreen",labelKey:"toolbarGroupFullscreen"}},items:{visual:{id:"visual",command:"setVisualMode",icon:Fp,labelKey:"modeVisual",ariaKey:"modeVisualAria",active:"isVisualMode"},html:{id:"html",command:"setHtmlMode",icon:gp,labelKey:"modeHtml",ariaKey:"modeHtmlAria",active:"isHtmlMode"},customizeToolbar:{id:"customizeToolbar",command:"openCustomizeToolbar",icon:ap,labelKey:"commandCustomizeToolbar",ariaKey:"commandCustomizeToolbarAria"},toolbarPositionTop:{id:"toolbarPositionTop",command:"setToolbarPositionTop",labelKey:"toolbarPositionTop",ariaKey:"toolbarPositionTopAria",active:"isToolbarPositionTop"},toolbarPositionLeft:{id:"toolbarPositionLeft",command:"setToolbarPositionLeft",labelKey:"toolbarPositionLeft",ariaKey:"toolbarPositionLeftAria",active:"isToolbarPositionLeft"},toolbarPositionRight:{id:"toolbarPositionRight",command:"setToolbarPositionRight",labelKey:"toolbarPositionRight",ariaKey:"toolbarPositionRightAria",active:"isToolbarPositionRight"},toolbarPositionBottom:{id:"toolbarPositionBottom",command:"setToolbarPositionBottom",labelKey:"toolbarPositionBottom",ariaKey:"toolbarPositionBottomAria",active:"isToolbarPositionBottom"},lightMode:{id:"lightMode",command:"setLightMode",icon:bp,labelKey:"modeLight",ariaKey:"modeLightAria",active:"isLightMode"},darkMode:{id:"darkMode",command:"setDarkMode",icon:sp,labelKey:"modeDark",ariaKey:"modeDarkAria",active:"isDarkMode"},pageZoomFitWidth:{id:"pageZoomFitWidth",command:"setPageZoomFitWidth",labelKey:"pageZoomFitWidth",ariaKey:"pageZoomFitWidthAria",active:"isPageZoomFitWidth"},pageZoomFitPage:{id:"pageZoomFitPage",command:"setPageZoomFitPage",labelKey:"pageZoomFitPage",ariaKey:"pageZoomFitPageAria",active:"isPageZoomFitPage"},pageZoom50:{id:"pageZoom50",command:"setPageZoom50",labelKey:"pageZoom50",ariaKey:"pageZoom50Aria",active:"isPageZoom50"},pageZoom75:{id:"pageZoom75",command:"setPageZoom75",labelKey:"pageZoom75",ariaKey:"pageZoom75Aria",active:"isPageZoom75"},pageZoom100:{id:"pageZoom100",command:"setPageZoom100",labelKey:"pageZoom100",ariaKey:"pageZoom100Aria",active:"isPageZoom100"},pageZoom125:{id:"pageZoom125",command:"setPageZoom125",labelKey:"pageZoom125",ariaKey:"pageZoom125Aria",active:"isPageZoom125"},pageZoom150:{id:"pageZoom150",command:"setPageZoom150",labelKey:"pageZoom150",ariaKey:"pageZoom150Aria",active:"isPageZoom150"},pageZoom200:{id:"pageZoom200",command:"setPageZoom200",labelKey:"pageZoom200",ariaKey:"pageZoom200Aria",active:"isPageZoom200"},preview:{id:"preview",command:"openDocumentPreview",icon:Ap,labelKey:"commandPreview",ariaKey:"commandPreviewAria"},readAloud:{id:"readAloud",command:"toggleReadAloud",icon:jp,labelKey:"commandReadAloud",ariaKey:"commandReadAloudAria",active:"isReadingAloud",toggle:!0,enabled:"canReadAloud"},fullscreen:{id:"fullscreen",command:"toggleFullscreen",icon:mp,labelKey:"modeFullscreen",ariaKey:"modeFullscreenAria",active:"isFullscreen",toggle:!0}}};function lD(...e){return{menus:Object.assign({},...e.map(t=>t.menus)),submenus:Object.assign({},...e.map(t=>t.submenus??{})),groups:Object.assign({},...e.map(t=>t.groups)),items:Object.assign({},...e.map(t=>t.items))}}const cD=lD(KP,dP,iD,aD,sD,oD),uD={menus:[{id:"file",items:["save","open",me,"print"]},{id:"edit",items:["undo","redo",me,{submenu:"page",items:["pageProperties",me,"deletePage"]}]},{id:"insert",items:["link","bookmark",me,"image","audio","youtube","table","horizontalRule","pageBreak","insertComment",{submenu:"insertPage",items:["insertPageBefore","insertPageAfter"]}]},{id:"table",items:["table",me,{submenu:"insertRow",items:["insertRowBelow","insertRowBefore","deleteRow"]},{submenu:"insertColumn",items:["insertColumnAfter","insertColumnBefore","deleteColumn"]},me,"mergeCells","unmergeCells",me,"tableProperties","cellProperties","rowProperties"]},{id:"view",items:["visual","html",me,{submenu:"toolbar",items:["customizeToolbar",me,{submenu:"toolbarPosition",items:["toolbarPositionTop","toolbarPositionLeft","toolbarPositionRight","toolbarPositionBottom"]}]},me,{submenu:"zoom",items:["pageZoomFitWidth","pageZoomFitPage",me,"pageZoom50","pageZoom75","pageZoom100","pageZoom125","pageZoom150","pageZoom200"]},me,"lightMode","darkMode",me,"toggleCommentsVisible","preview","readAloud","fullscreen"]},{id:"format",items:[{submenu:"paragraphStyles",items:[]},me,{submenu:"font",items:["fontProperties","customCss",me,{submenu:"highlightColor",items:[]},me,"bold","italic","underline","strikethrough"]},me,"clearFormatting",me,{submenu:"paragraph",items:["paragraphProperties",me,"alignLeft","alignCenter","alignRight","alignJustify",me,"indent","outdent",me,"bulletList","numberedList"]},me,"imageProperties"]}],iconGroups:[{id:"file",items:["save","open"]},{id:"print",items:["print"]},{id:"edit",items:["undo","redo"]},{id:"insert",items:["link","bookmark","image","table","horizontalRule","addComment"]},{id:"table",items:["mergeCells","unmergeCells"]},{id:"font",items:["fontFamily","paragraphStyle","fontSize","fontColor","highlightColor","customCss","formatBrush","bold","italic","underline","strikethrough","clearFormatting"]},{id:"align",items:["alignLeft","alignCenter","alignRight","alignJustify"]},{id:"paragraph",items:["indent","outdent","bulletList","numberedList"]},{id:"view",items:["visual","html","preview","readAloud","toggleCommentsVisible"]},{id:"fullscreen",items:["fullscreen"]}]},zd={items:{addComment:{id:"addComment",command:"addComment",icon:xu,labelKey:"commandAddComment",ariaKey:"commandAddCommentAria",enabled:"canAddComment"},insertComment:{id:"insertComment",command:"addComment",icon:xu,labelKey:"commandInsertComment",ariaKey:"commandInsertCommentAria",enabled:"canAddComment"},toggleCommentsVisible:{id:"toggleCommentsVisible",command:"toggleCommentsVisible",icon:np,labelKey:"showComments",ariaKey:"toggleCommentsVisibleAria",toggle:!0,active:"areCommentsVisible"}}},dD=["addComment","insertComment","toggleCommentsVisible"],mD=new Set(["insert","view"]);function xg(e,t){return t.disabled?!0:t.readOnly?t.enableComments?!dD.includes(e):!0:!1}function fD(e,t){return t.disabled?!0:t.readOnly?t.enableComments?!mD.has(e):!0:!1}function gD(e,t){const n=t?"hideComments":"showComments",r=zd.items.toggleCommentsVisible;return{...e,items:{...e.items,...zd.items,toggleCommentsVisible:r&&{...r,labelKey:n}}}}function pD(e){return{...e,menus:e.menus.map(t=>{if(t.id==="insert"){const n=[...t.items],r=n.findIndex(a=>Jt(a)&&a.submenu==="insertPage"),i=r===-1?n.length:r;return n.includes("insertComment")||n.splice(i,0,"insertComment"),{...t,items:n}}if(t.id==="view"){const n=[...t.items],r=n.indexOf("preview"),i=r===-1?n.length:r;return n.includes("toggleCommentsVisible")||n.splice(i,0,"toggleCommentsVisible"),{...t,items:n}}return t}),iconGroups:e.iconGroups.map(t=>t.id==="insert"&&!t.items.includes("addComment")?{...t,items:[...t.items,"addComment"]}:t.id==="view"&&!t.items.includes("toggleCommentsVisible")?{...t,items:[...t.items,"toggleCommentsVisible"]}:t)}}const Xo="fullscreen";function hD(e){const t=[];let n=null;for(const r of e){const i=r.items.filter(a=>a!==Xo);i.length>0&&t.push({id:r.id,items:i}),r.items.includes(Xo)&&(n={id:Xo,items:[Xo]})}return{main:t,trailing:n}}function bD({groups:e,catalog:t,commands:n,queries:r,disabled:i,chromeLock:a}){const s=W(),{main:u,trailing:f}=hD(e),g=p=>{const h=t.groups[p.id];return o.jsx("div",{className:q.iconGroup,role:"group","aria-label":h?nn(s,h):void 0,"data-toolbar-group":p.id,children:p.items.map(x=>{const y=t.items[x];if(!y)return null;const C=y.enabled?!r[y.enabled]():!1;if(y.widget){const A=y.widget;return o.jsx(A,{commands:n,queries:r,disabled:i||C},x)}if(!y.icon||!y.command)return null;const b=y.icon,v=y.command,k=y.active?r[y.active]():void 0;return o.jsx(tn,{label:y.tooltip??nn(s,y),children:o.jsx("button",{type:"button",className:q.iconButton,"aria-label":wi(s,y),"aria-pressed":k,disabled:i||(a?xg(x,a):!1)||C,onPointerDown:A=>A.preventDefault(),onMouseDown:A=>A.preventDefault(),onClick:()=>{qs(n,v)},children:o.jsx(b,{className:q.icon})})},x)})},p.id)};return o.jsxs("div",{className:q.iconNav,role:"toolbar","aria-label":s("toolbarAria"),children:[u.length>0?o.jsx("div",{className:q.iconNavMain,children:u.map(g)}):null,f?o.jsx("div",{className:q.iconNavEnd,children:g(f)}):null]})}const yD=["--wysiwyg-menu-color","--wysiwyg-menu-background","--wysiwyg-menu-font-size","--wysiwyg-menu-font-family"];function xD(e){const t={};for(const n of yD){const r=getComputedStyle(e).getPropertyValue(n).trim();if(r){t[n]=r;continue}let i=e;for(;i;){const a=i.style.getPropertyValue(n).trim();if(a){t[n]=a;break}i=i.parentElement}}return t}function CD({menus:e,catalog:t,commands:n,queries:r,disabled:i,chromeLock:a,compact:s,openMenuId:u,onOpenMenuIdChange:f}){const g=W(),[p,h]=c.useState(!1),[x,y]=c.useState({}),C=c.useRef(null),b=c.useRef(null),v=c.useRef(null),k=c.useRef(null),A=c.useCallback(()=>{h(!1),f(null)},[f]);c.useLayoutEffect(()=>{!p||!C.current||y(xD(C.current))},[p]),c.useEffect(()=>{var N;p&&((N=v.current)==null||N.focus())},[p]),c.useEffect(()=>{if(!p)return;const N=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=N}},[p]),c.useEffect(()=>{if(!p)return;const N=S=>{var P;if(S.key==="Escape"){if(S.preventDefault(),S.stopPropagation(),u){f(null);return}A(),(P=b.current)==null||P.focus()}},T=S=>{var P;k.current&&!k.current.contains(S.target)&&(A(),(P=b.current)==null||P.focus())};return document.addEventListener("keydown",N,!0),document.addEventListener("pointerdown",T),()=>{document.removeEventListener("keydown",N,!0),document.removeEventListener("pointerdown",T)}},[p,u,f,A]);const R=N=>e.map(T=>{const S=t.menus[T.id];return S?o.jsx(vD,{def:S,itemIds:T.items,catalog:t,commands:n,queries:r,disabled:i,chromeLock:a,variant:N,open:(N==="overlay"||!p)&&u===T.id,onOpenChange:P=>f(P?T.id:null),onItemRun:N==="overlay"?()=>{var P;A(),(P=b.current)==null||P.focus()}:void 0},`${N}-${T.id}`):null});return o.jsxs("div",{className:q.menuBar,ref:C,children:[o.jsx(tn,{label:g("brandMarkAria"),children:o.jsx("span",{className:q.brandMark,role:"img","aria-label":g("brandMarkAria"),children:o.jsx(rp,{className:q.brandMarkIcon})})}),o.jsx("div",{className:q.menuBarCompact,hidden:s===void 0?void 0:!s,children:o.jsx(tn,{label:g("menuHamburgerAria"),children:o.jsx("button",{ref:b,type:"button",className:`${q.menuButton} ${q.hamburgerButton}`,"aria-haspopup":"dialog","aria-expanded":p,"aria-label":g("menuHamburgerAria"),disabled:i||(a==null?void 0:a.readOnly)&&!(a!=null&&a.enableComments),onClick:()=>{if(p){A();return}f(null),h(!0)},children:o.jsx(xp,{className:q.icon})})})}),o.jsx("div",{className:q.menuBarDesktop,hidden:s===void 0?void 0:s,children:R("dropdown")}),p?o.jsx(ue,{children:o.jsx("div",{className:q.toolbar,"data-menu-overlay-portal":"",style:x,children:o.jsxs("div",{ref:k,className:q.menuOverlay,role:"dialog","aria-modal":"true","aria-label":g("menuOverlayAria"),children:[o.jsxs("div",{className:q.menuOverlayHeader,children:[o.jsx("span",{className:q.menuOverlayTitle,children:g("menuOverlayAria")}),o.jsx("button",{ref:v,type:"button",className:q.iconButton,"aria-label":g("menuCloseAria"),onClick:()=>{var N;A(),(N=b.current)==null||N.focus()},children:o.jsx(Be,{className:q.icon})})]}),o.jsx("div",{className:q.menuOverlayBody,children:R("overlay")})]})})}):null]})}function vi(e,t){var n,r;if(Xt(e))return!1;if(Jt(e)){const i=(n=t.submenus)==null?void 0:n[e.submenu];return i?i.panel?!0:e.items.some(a=>vi(a,t)):!1}return!!((r=t.items[e])!=null&&r.command)}function wD(e,t,n){if(!Xt(e[t])||!e.slice(t+1).some(a=>vi(a,n)))return!1;let i=!1;for(let a=t-1;a>=0;a--){const s=e[a];if(Xt(s)){i=!0;continue}if(vi(s,n))return!i}return!1}function vD({def:e,itemIds:t,catalog:n,commands:r,queries:i,disabled:a,chromeLock:s,variant:u,open:f,onOpenChange:g,onItemRun:p}){const h=W(),x=c.useRef(null),y=u==="overlay"?`overlay-${e.id}-menu`:`${e.id}-menu`,[C,b]=c.useState(null);c.useEffect(()=>{f||b(null)},[f]),c.useEffect(()=>{if(!f||u==="overlay")return;const k=R=>{x.current&&!x.current.contains(R.target)&&g(!1)},A=R=>{if(R.key==="Escape"){if(R.preventDefault(),R.stopPropagation(),C){b(null);return}g(!1)}};return document.addEventListener("pointerdown",k),document.addEventListener("keydown",A,!0),()=>{document.removeEventListener("pointerdown",k),document.removeEventListener("keydown",A,!0)}},[f,C,g,u]);const v=()=>{g(!1),p==null||p()};return o.jsxs("div",{className:q.menuWrap,ref:x,children:[o.jsx("button",{type:"button",className:q.menuButton,"aria-haspopup":"menu","aria-expanded":f,"aria-controls":y,"aria-label":wi(h,e),disabled:a||(s?fD(e.id,s):!1),onClick:()=>g(!f),children:nn(h,e)}),f?o.jsx("div",{className:q.menu,role:"menu",id:y,onMouseDown:k=>k.preventDefault(),children:o.jsx(Cg,{entries:t,catalog:n,commands:r,queries:i,disabled:a,chromeLock:s,variant:u,onClose:v,openSubmenuId:C,onOpenSubmenuIdChange:b})}):null]})}function Cg({entries:e,catalog:t,commands:n,queries:r,disabled:i,chromeLock:a,variant:s,onClose:u,openSubmenuId:f,onOpenSubmenuIdChange:g}){return o.jsx(o.Fragment,{children:e.map((p,h)=>{if(Xt(p))return wD(e,h,t)?o.jsx("div",{role:"separator",className:q.menuSeparator},`separator-${h}`):null;if(Jt(p))return o.jsx(kD,{entry:p,catalog:t,commands:n,queries:r,disabled:i,chromeLock:a,variant:s,onClose:u,open:f===p.submenu,onOpenChange:y=>g==null?void 0:g(y?p.submenu:null)},`submenu-${p.submenu}-${h}`);const x=t.items[p];return!x||!x.command?null:o.jsx(SD,{item:x,commands:n,queries:r,disabled:i,chromeLock:a,onClose:u},p)})})}function SD({item:e,commands:t,queries:n,disabled:r,chromeLock:i,onClose:a}){const s=W();if(!e.command)return null;const u=e.icon,f=e.command,g=e.active?n[e.active]():void 0,p=e.enabled?!n[e.enabled]():!1,h=e.toggle?"menuitemcheckbox":e.active?"menuitemradio":"menuitem";return o.jsxs("button",{type:"button",role:h,className:q.menuItem,"aria-checked":g,disabled:r||(i?xg(e.id,i):!1)||p,onClick:()=>{a(),qs(t,f)},children:[u?o.jsx(u,{className:q.icon}):null,nn(s,e)]})}function kD({entry:e,catalog:t,commands:n,queries:r,disabled:i,chromeLock:a,variant:s,onClose:u,open:f,onOpenChange:g}){var S;const p=W(),h=c.useRef(null),x=c.useRef(null),[y,C]=c.useState(null),b=(S=t.submenus)==null?void 0:S[e.submenu],v=s==="overlay"?`overlay-${e.submenu}-submenu`:`${e.submenu}-submenu`,k=b==null?void 0:b.panel,A=b!=null&&b.enabled?!r[b.enabled]():!1,R=s==="overlay";if(c.useEffect(()=>{f||C(null)},[f]),!b||!k&&!e.items.some(P=>vi(P,t)))return null;const N=P=>{(P.key==="ArrowRight"||P.key==="Enter"||P.key===" ")&&(P.preventDefault(),P.stopPropagation(),g(!0),requestAnimationFrame(()=>{var D;const _=(D=x.current)==null?void 0:D.querySelector('[role="menuitem"], [role="menuitemcheckbox"], [role="menuitemradio"], [role="option"]');_==null||_.focus()}))},T=P=>{var _;P.key==="ArrowLeft"&&(P.preventDefault(),P.stopPropagation(),g(!1),(_=h.current)==null||_.focus())};return o.jsxs("div",{className:q.submenuWrap,onMouseEnter:R?void 0:()=>g(!0),onMouseLeave:R?void 0:()=>g(!1),children:[o.jsx("button",{ref:h,type:"button",role:"menuitem",className:`${q.menuItem} ${q.submenuTrigger}`,"aria-haspopup":"menu","aria-expanded":f,"aria-controls":v,"aria-label":wi(p,b),disabled:i||A||(a==null?void 0:a.readOnly)&&!(a!=null&&a.enableComments),onClick:()=>g(R?!f:!0),onKeyDown:N,children:nn(p,b)}),f?o.jsx("div",{ref:x,className:`${q.menu} ${q.submenu}`,role:"menu",id:v,"aria-label":wi(p,b),onMouseDown:P=>P.preventDefault(),onKeyDown:T,children:k?o.jsx(k,{commands:n,queries:r,disabled:i||A,onMenuClose:u}):o.jsx(Cg,{entries:e.items,catalog:t,commands:n,queries:r,disabled:i,chromeLock:a,variant:s,onClose:u,openSubmenuId:y,onOpenSubmenuIdChange:C})}):null]})}function ps({catalog:e,layout:t,commands:n,queries:r,disabled:i,chromeLock:a,menuVisible:s=!0,toolbarVisible:u=!0,compact:f,position:g="top"}){const[p,h]=c.useState(null);return!s&&!u?null:o.jsxs("div",{className:q.toolbar,"data-compact":f?"":void 0,"data-toolbar-position":g,children:[s?o.jsx(CD,{menus:t.menus,catalog:e,commands:n,queries:r,disabled:i,chromeLock:a,compact:f,openMenuId:p,onOpenMenuIdChange:h}):null,u?o.jsx(bD,{groups:t.iconGroups,catalog:e,commands:n,queries:r,disabled:i,chromeLock:a}):null]})}function AD(e,t){return t?e:{...e,menus:e.menus.map(n=>n.id==="insert"?{...n,items:n.items.filter(r=>!(Jt(r)&&r.submenu==="insertPage"))}:n.id==="edit"?{...n,items:n.items.map(r=>{if(!Jt(r)||r.submenu!=="page")return r;let i=r.items.filter(a=>a!=="deletePage");return i.at(-1)===me&&(i=i.slice(0,-1)),{...r,items:i}})}:n)}}const PD="_root_6d8ko_1",DD="_fullscreen_6d8ko_36",ED="_exitFullscreen_6d8ko_48",jD="_exitFullscreenIcon_6d8ko_79",RD="_menuChrome_6d8ko_94",TD="_body_6d8ko_105",ND="_iconChrome_6d8ko_135",MD="_workspace_6d8ko_179",_D="_workspacePageSized_6d8ko_191",LD="_pageCanvasViewport_6d8ko_195",ID="_multiPageContainer_6d8ko_208",FD="_htmlFileDropOverlay_6d8ko_212",BD="_surface_6d8ko_226",HD="_visual_6d8ko_233",zD="_pageBlock_6d8ko_273",OD="_pageGap_6d8ko_280",KD="_pageSurface_6d8ko_286",$D="_html_6d8ko_212",xe={root:PD,fullscreen:DD,exitFullscreen:ED,exitFullscreenIcon:jD,menuChrome:RD,body:TD,iconChrome:ND,workspace:MD,workspacePageSized:_D,pageCanvasViewport:LD,multiPageContainer:ID,htmlFileDropOverlay:FD,surface:BD,visual:HD,pageBlock:zD,pageGap:OD,pageSurface:KD,html:$D},UD=c.forwardRef(function({html:t,onChange:n,placeholder:r,disabled:i},a){const s=W();return o.jsx("textarea",{ref:a,className:`${xe.surface} ${xe.html}`,value:t,onChange:u=>n(u.target.value),placeholder:r,disabled:i,"aria-label":s("htmlEditorAria"),spellCheck:!1})}),WD=c.forwardRef(function({html:t,onChange:n,placeholder:r,disabled:i,onBeforeInput:a,onPointerDown:s,onMouseUp:u,onContextMenu:f},g){const p=W(),h=c.useRef(null),x=c.useRef(a);x.current=a;const y=C=>{h.current=C,typeof g=="function"?g(C):g&&(g.current=C)};return c.useLayoutEffect(()=>{const C=h.current;if(!C)return;const b=Gn(t);C.innerHTML!==b&&(C.innerHTML=b),Ei(C),Or(C,t)},[t]),c.useLayoutEffect(()=>{const C=h.current;if(!C)return;const b=v=>{var k;(k=x.current)==null||k.call(x,v)};return C.addEventListener("beforeinput",b),()=>C.removeEventListener("beforeinput",b)},[]),o.jsx("div",{ref:y,className:`${xe.surface} ${xe.visual}`,contentEditable:!i,suppressContentEditableWarning:!0,role:"textbox","aria-multiline":"true","aria-label":p("visualEditorAria"),"aria-disabled":i||void 0,"data-placeholder":r,onPointerDown:s,onMouseUp:u,onContextMenu:f,onInput:C=>{n(C.currentTarget.innerHTML)}})}),GD=c.forwardRef(function({pages:t,activePageIndex:n,onActivePageIndexChange:r,onPageSelected:i,onPageChange:a,placeholder:s,disabled:u,onBeforeInput:f,onPointerDown:g,onMouseUp:p,onContextMenu:h},x){const y=W(),C=c.useRef(null),b=c.useRef(n);b.current=n;const v=c.useRef(f);v.current=f;const k=c.useRef(t);k.current=t;const A=c.useRef(i);A.current=i;const R=c.useCallback(S=>{var D;b.current=S,S!==n&&r(S),(D=A.current)==null||D.call(A,S);const P=C.current;if(!P)return;const _=In(P,S);_&&requestAnimationFrame(()=>Kn(_))},[n,r]);c.useImperativeHandle(x,()=>({getContainer:()=>C.current,getActivePageRoot:()=>{const S=C.current;return S?In(S,b.current):null},getActivePageIndex:()=>b.current,flushPageHtml:S=>{var _;const P=C.current;return P?((_=In(P,S))==null?void 0:_.innerHTML)??null:null}}));const N=c.useCallback((S,P)=>{const _=Gn(Se(P).body);!(S===document.activeElement)&&S.innerHTML!==_&&(S.innerHTML=_),Nm(S),Mu(S),Ei(S),Or(S,P);const E=sn(S);E&&Db(S,E)},[]);c.useLayoutEffect(()=>{const S=C.current;if(S)for(let P=0;P<t.length;P+=1){const _=In(S,P);_&&N(_,t[P]??"")}},[t,N]),c.useLayoutEffect(()=>{const S=C.current;if(!S)return;const P=_=>{var j;const D=_,E=_.target;E instanceof HTMLElement&&E.hasAttribute(Vn)&&(D.inputType==="insertParagraph"||D.inputType==="insertLineBreak")&&Kn(E),(j=v.current)==null||j.call(v,D)};return S.addEventListener("beforeinput",P),()=>S.removeEventListener("beforeinput",P)},[]);const T=c.useCallback((S,P)=>{R(S),g==null||g(P)},[R,g]);return o.jsx("div",{ref:C,className:xe.multiPageContainer,children:t.map((S,P)=>o.jsxs("div",{className:xe.pageBlock,children:[P>0?o.jsx("div",{className:xe.pageGap,"aria-hidden":"true"}):null,o.jsx("div",{className:`${xe.surface} ${xe.visual} ${xe.pageSurface}`,[Vn]:"","data-page-index":P,contentEditable:!u,suppressContentEditableWarning:!0,role:"textbox","aria-multiline":"true","aria-label":y("visualEditorAria"),"aria-disabled":u||void 0,"data-placeholder":P===0?s:void 0,onFocus:()=>R(P),onPointerDown:_=>T(P,_),onMouseUp:p,onContextMenu:h,onInput:_=>{const D=_.currentTarget;Mu(D)&&Kn(D),a(P,D.innerHTML)}})]},P))})}),VD=.001;function ZD({value:e,defaultValue:t="",onChange:n,onAutoSave:r,onSave:i,onOpen:a,mode:s,defaultMode:u="visual",onModeChange:f,fullscreen:g,defaultFullscreen:p=!1,onFullscreenChange:h,placeholder:x,disabled:y,readOnly:C=!1,className:b,locale:v="en",toolbarBackground:k,menuColor:A,menuBackground:R,menuFontSize:N,menuFontFamily:T,border:S,menuVisible:P=!0,toolbarVisible:_=!0,allowedChrome:D,customActions:E,customFonts:j,transformHtml:F,sanitizeHtml:$=!0,loadCustomParagraphStyles:U,onSaveCustomParagraphStyle:X,onDeleteCustomParagraphStyle:Q,customImagePicker:oe,disableBuiltinImageInsert:Y,customAudioPicker:le,disableBuiltinAudioInsert:ie,customVideoPicker:re,disableBuiltinVideoInsert:L,disableHtmlFileDrop:Z=!1,toolbarCustomization:ae,darkMode:G=!1,darkModePersistence:ve,toolbarPosition:He="top",toolbarPositionPersistence:Ne,enablePageProperties:Bt=!1,defaultPageProperties:ln,enableMultiPages:Ae=!1,pages:Fi,defaultPages:wg,onPagesChange:Hl,enableComments:ze=!1,defaultCommentsVisible:vg=!0,commentAuthor:Ur,comments:Sg,defaultComments:kg=[],onCommentsChange:Ag}){const te=!!(y||C),rr=!!y,Pg=Ae?Fi!==void 0:e!==void 0,zl=Iu(wg??(t.trim()?[t]:[Jo()])),Ol=!Pg&&ln?zl.map(l=>Yu(l,ln)):zl,Kl=Ae?nt(Ol):Ol[0]??"",Dg=$?ei(Kl):Kl,Wr=Ae&&Fi!==void 0?nt(Iu(Fi)):e,Eg=c.useMemo(()=>{if(Wr!==void 0)return $?ei(Wr):Wr},[Wr,$]),[Ee,$l]=Oo({value:Eg,defaultValue:Dg,onChange:Ae?void 0:n}),[fe,Ul]=Oo({value:s,defaultValue:u,onChange:f}),[Pt,or]=Oo({value:g,defaultValue:p,onChange:h}),[pt,jg]=c.useState(vg),[ht,Dt]=c.useState(null),[Cn,ir]=Oo({value:Sg,defaultValue:kg,onChange:Ag}),B=c.useRef(null),Bi=c.useRef(null),Gr=c.useRef(null),cn=c.useRef(null),We=c.useRef(null),be=c.useRef(Ae);be.current=Ae;const Hi=c.useRef(ln);Hi.current=ln;const un=c.useRef(ze);un.current=ze;const Wl=c.useRef(C);Wl.current=C;const Gl=c.useRef(te);Gl.current=te;const Vr=c.useRef(pt);Vr.current=pt;const Zr=c.useRef(Cn);Zr.current=Cn;const qr=c.useRef(Hl);qr.current=Hl;const[Ht,zi]=c.useState(0),Ge=c.useRef(Ht);Ge.current=Ht;const[Oi,ar]=c.useState(!1),Et=c.useRef(Oi);Et.current=Oi;const Ki=c.useRef(null);Ki.current===null&&(Ki.current=fP(Ee));const Qe=Ki.current,ne=c.useRef(Ee);ne.current=Ee;const Yr=c.useRef(!0),$i=c.useRef(""),wn=c.useRef(null),I=c.useRef(fe);I.current=fe;const Vl=c.useRef(Pt);Vl.current=Pt;const Pe=c.useRef(null),[,Rg]=c.useState(0),sr=c.useRef(null);sr.current===null&&(sr.current=ow(()=>{Rg(l=>l+1)}));const Xr=c.useRef(F);Xr.current=F;const Zl=c.useRef($);Zl.current=$;const et=c.useRef({}),Ve=c.useRef(null),tt=c.useRef(null),lt=c.useRef(null),ct=c.useRef(null),zt=c.useRef(null),Ze=c.useRef(null),[Jr,Ui]=c.useState(Lt),Wi=c.useRef(Jr);Wi.current=Jr;const jt=c.useRef(hn),[lr,Qr]=c.useState({value:null,unit:hn,mixed:!1}),Ot=c.useRef(lr);Ot.current=lr;const[cr,Gi]=c.useState({value:null,mixed:!1}),ur=c.useRef(cr);ur.current=cr;const[dr,Vi]=c.useState({value:null,mixed:!1}),mr=c.useRef(dr);mr.current=dr;const[fr,Zi]=c.useState({value:null,mixed:!1}),gr=c.useRef(fr);gr.current=fr;const[qi,Yi]=c.useState({tag:null,mixed:!1}),Xi=c.useRef(qi);Xi.current=qi;const[ql,Ji]=c.useState({align:"left",mixed:!1}),Qi=c.useRef(ql);Qi.current=ql;const[Yl,ea]=c.useState({type:null,mixed:!1}),pr=c.useRef(Yl);pr.current=Yl;const[Xl,ta]=c.useState(!1),Jl=c.useRef(Xl);Jl.current=Xl;const[na,ra]=c.useState(!1),oa=c.useRef(na);oa.current=na;const[ia,Ql]=c.useState(!1),eo=c.useRef(ia);eo.current=ia;const to=c.useRef(null),no=c.useRef(null),[ec,tc]=c.useState(!1),nc=c.useRef(ec);nc.current=ec;const[hr,ro]=c.useState({open:!1,tab:"general"}),[aa,rc]=c.useState(!1),[br,oc]=c.useState({open:!1,html:""}),[sa,oo]=c.useState(null),[Tg,la]=c.useState(!1),[Ng,ca]=c.useState(!1),[vn,io]=c.useState(()=>ve?G:_d()??G),[ut,ao]=c.useState(()=>Ne?He:Ld()??He),[Sn,Mg]=c.useState(()=>UA()??"fitWidth"),[yr,_g]=c.useState(1),[dn,so]=c.useState({open:!1,tab:"general",value:Rr()}),[lo,ua]=c.useState({open:!1,value:""}),[mn,kn]=c.useState({open:!1,tab:"font",value:Fs()}),[da,ma]=c.useState(!1),[fa,ic]=c.useState([]),[ga,pa]=c.useState(!1),[Lg,co]=c.useState(!1),[je,xr]=c.useState({open:!1}),[qe,uo]=c.useState({open:!1,tab:"link",href:"",title:"",targetBlank:!1,textDecorationNone:!1,hoverMode:"color",hoverColor:null,hoverHtml:"",bookmarks:[],selectedBookmarkId:""}),[ha,ba]=c.useState({open:!1,existingIds:[]}),[Ig,mo]=c.useState({open:!1}),[Fg,fo]=c.useState({open:!1}),[Bg,Cr]=c.useState({open:!1}),[go,po]=c.useState({open:!1,tab:"general",value:Af(),aspectRatio:1}),[ya,xa]=c.useState({open:!1}),[ho,Ca]=c.useState({open:!1,value:Zw()}),[bo,wa]=c.useState({open:!1,value:o0()}),[yo,va]=c.useState({open:!1,value:g0()}),[Kt,Sa]=c.useState({open:!1,x:0,y:0,kind:"caret",inTable:!1,canMergeCells:!1,canUnmergeCells:!1,canDeletePage:!1}),[Re,An]=c.useState(null),ka=c.useRef(Re);ka.current=Re;const[Aa,ac]=c.useState(!1),sc=c.useRef(Aa);sc.current=Aa;const[Pa,lc]=c.useState(!1),cc=c.useRef(Pa);cc.current=Pa;const[Da,uc]=c.useState(!1),dc=c.useRef(Da);dc.current=Da;const mc=c.useRef(void 0),xo=c.useRef(fa);xo.current=fa;const fc=c.useRef(ga);fc.current=ga;const Ea=!!(U&&X),ja=c.useRef(Ea);ja.current=Ea;const gc=c.useRef(U);gc.current=U;const pc=c.useRef(X);pc.current=X;const hc=c.useRef(Q);hc.current=Q;const bc=c.useRef(i);bc.current=i;const yc=c.useRef(a);yc.current=a;const xc=c.useRef(oe);xc.current=oe;const Cc=c.useRef(le);Cc.current=le;const wc=c.useRef(re);wc.current=re;const vc=c.useRef(ae);vc.current=ae;const Sc=c.useRef(ve);Sc.current=ve;const kc=c.useRef(Ne);kc.current=Ne;const Ac=c.useRef(vn);Ac.current=vn;const Pc=c.useRef(ut);Pc.current=ut;const Co=c.useRef(Sn);Co.current=Sn;const wo=c.useRef(yr);wo.current=yr;const Dc=c.useRef(Y);Dc.current=Y;const Ec=c.useRef(ie);Ec.current=ie;const jc=c.useRef(L);jc.current=L;const Ra=c.useRef(0),wr=c.useRef(0),Rc=c.useRef(0),vo=c.useRef(0),Tc=c.useRef(0),So=c.useRef(0),Nc=c.useRef(0),$t=c.useMemo(()=>Im(j),[j]),Pn=c.useRef($t);Pn.current=$t;const Ta=c.useMemo(()=>Yb(Ee,$t).join(`
|
|
95
|
-
|
|
96
|
-
`):[]).map(w=>{const M=document.createElement("link");return M.rel="stylesheet",M.href=w,M.setAttribute(ji,""),document.head.append(M),M});return()=>{for(const w of m)w.remove()}},[Ta]);const Po=c.useCallback(async()=>{const l=gc.current;if(!l)return;const m=++Ra.current;pa(!0);try{const w=await l();if(m!==Ra.current)return;ic(w)}catch{}finally{m===Ra.current&&pa(!1)}},[]);c.useEffect(()=>{if(!U||!X){ic([]),pa(!1);return}Po()},[U,X,Po]);const Lc=c.useCallback(async l=>{oo(l);const m=vc.current;if(m!=null&&m.load&&m.save){const w=++Rc.current;ca(!0);try{await m.save(l)}catch{}finally{w===Rc.current&&ca(!1)}return}bP(l)},[]);c.useEffect(()=>{const l=ae;if(!(l!=null&&l.load)||!l.save){oo(hP()),la(!1),ca(!1);return}const m=++wr.current;return la(!0),(async()=>{try{const w=await l.load();if(m!==wr.current)return;oo(w)}catch{if(m!==wr.current)return;oo(null)}finally{m===wr.current&&la(!1)}})(),()=>{wr.current+=1}},[ae]);const Ic=c.useCallback(async l=>{io(l);const m=Sc.current;if(m!=null&&m.load&&m.save){const w=++Tc.current;try{await m.save(l)}catch{}finally{if(w!==Tc.current)return}return}OA(l)},[]),Fc=c.useCallback(l=>{Co.current=l,Mg(l),WA(l);const m=Gr.current;m&&(m.scrollTop=0,m.scrollLeft=0),Ao.current()},[]);c.useEffect(()=>{const l=ve;if(!(l!=null&&l.load)||!l.save){io(_d()??G);return}const m=++vo.current;return(async()=>{try{const w=await l.load();if(m!==vo.current)return;io(typeof w=="boolean"?w:G)}catch{if(m!==vo.current)return;io(G)}})(),()=>{vo.current+=1}},[ve,G]),c.useLayoutEffect(()=>{if(Ao.current(),fe!=="visual")return;const l=Gr.current;if(!l||typeof ResizeObserver>"u")return;const m=new ResizeObserver(()=>Ao.current());return m.observe(l),()=>m.disconnect()},[fe,Ee,Ht,Dn,Sn,En,Ae]);const Bc=c.useCallback(async l=>{ao(l);const m=kc.current;if(m!=null&&m.load&&m.save){const w=++Nc.current;try{await m.save(l)}catch{}finally{if(w!==Nc.current)return}return}VA(l)},[]);c.useEffect(()=>{const l=Ne;if(!(l!=null&&l.load)||!l.save){ao(Ld()??He);return}const m=++So.current;return(async()=>{try{const w=await l.load();if(m!==So.current)return;ao(pg(w)??He)}catch{if(m!==So.current)return;ao(He)}})(),()=>{So.current+=1}},[Ne,He]);const jn=c.useCallback(l=>{var M,z;const m=Zl.current?ei(l):l,w=((M=Xr.current)==null?void 0:M.call(Xr,m))??m;return w!==ne.current&&(Yr.current=!0),$l(w),be.current&&((z=qr.current)==null||z.call(qr,Me(w),Ge.current)),w},[$l]),ge=c.useCallback((l,m)=>{const w=jn(l);return Qe.record(w,{coalesce:m}),w},[jn,Qe]),zg=c.useCallback(l=>{if(be.current){const m=Me(ne.current),w=Ge.current,M=[...m];M[w]=l,ge(nt(M),!1);return}ge(l,!1)},[ge]),vr=uP({enabled:!te&&!Z,onHtml:zg}),se=c.useCallback((l,m)=>ge(Ho(l,zo(l,ne.current,Pn.current)),m),[ge]),Og=c.useCallback((l,m)=>se(Ct(l,ne.current),m),[se]),Do=c.useCallback((l,m)=>Ho(l,zo(l,m,Pn.current)),[]),Ye=c.useCallback(()=>{const l=cn.current;return(l==null?void 0:l.getContainer())?Me(ne.current).map((M,z)=>{const V=l==null?void 0:l.flushPageHtml(z);if(V===null)return M;const pe=Ct(V,Se(M).body);return Do(pe,M)}):Me(ne.current)},[Do]),Sr=c.useCallback((l,m,w)=>{const M=Me(ne.current),z=[...M];z[l]=Do(m,M[l]??""),ge(nt(z),w)},[ge,Do]),kr=c.useCallback((l,m)=>{const w=Se(l).body;be.current?Sr(Ge.current,w,m):se(w,m)},[Sr,se]),ee=c.useCallback((l,m)=>{var M;if(!be.current){se(Ct(l.innerHTML,ne.current),m);return}const w=(M=cn.current)==null?void 0:M.getContainer();if(!w){se(Ct(l.innerHTML,ne.current),m);return}for(let z=0;z<Me(ne.current).length;z+=1)if(In(w,z)===l){const V=Me(ne.current)[z]??"";Sr(z,Ct(l.innerHTML,Se(V).body),m);return}se(Ct(l.innerHTML,ne.current),m)},[Sr,se]),Hc=c.useCallback((l,m)=>{Wl.current||ee(l,m)},[ee]),zc=c.useCallback(()=>{const l=be.current?Ye():Me(ne.current);return l[Ge.current]??l[0]??""},[Ye]),Rn=c.useCallback(()=>be.current?Ye():[ne.current],[Ye]),Eo=c.useCallback(l=>{if(!be.current||I.current!=="visual"||!Et.current)return;const m=Ye(),w=Math.max(0,Math.min(l,m.length)),M=[...m],z=Hi.current?Yu(Jo(),Hi.current):Jo();M.splice(w,0,z),ge(nt(M),!1),Ge.current=w,zi(w),ar(!0)},[Ye,ge]),Tn=c.useCallback(()=>{var w;const l=B.current;if(l!=null&&l.hasAttribute(Vn)){const M=_b(l);if(M!==null)return M}const m=(w=cn.current)==null?void 0:w.getActivePageIndex();return typeof m=="number"?m:Ge.current},[]),Oc=c.useCallback(()=>{const l=Tn();l===null||!Et.current||Eo(l)},[Eo,Tn]),Kc=c.useCallback(()=>{const l=Tn();l===null||!Et.current||Eo(l+1)},[Eo,Tn]),$c=c.useCallback(()=>{if(!be.current||I.current!=="visual"||!Et.current)return;const l=Ye();if(l.length<=1)return;const m=Tn();if(m===null)return;const w=l.filter((z,V)=>V!==m);ge(nt(w),!1);const M=Math.min(m,w.length-1);Ge.current=M,zi(M),ar(!0)},[Ye,ge,Tn]);c.useEffect(()=>{Ae||ar(!1)},[Ae]);const jo=c.useCallback(()=>{const l=Qe.undo();l!==null&&(Qe.markApplying(),jn(l))},[jn,Qe]),Ro=c.useCallback(()=>{const l=Qe.redo();l!==null&&(Qe.markApplying(),jn(l))},[jn,Qe]);c.useEffect(()=>{Qe.syncExternal(Ee)},[Ee,Qe]);const H=c.useCallback(()=>{Pe.current=xt({mode:I.current,visualEl:B.current,htmlEl:We.current})},[]),bt=c.useCallback(l=>{if(!l||I.current!=="visual"){ac(!1),lc(!1),uc(!1);return}ac(vl(l)!==null),lc(zu(l)),uc(Ou(l))},[]),Ma=c.useCallback(()=>{const l=xt({mode:I.current,visualEl:B.current,htmlEl:We.current}),m=Pe.current;Au(m,l)||(Pe.current=l)},[]),_a=c.useCallback(()=>{const l=B.current;if(I.current!=="visual"||!l){Qr({value:null,unit:jt.current,mixed:!1});return}const m=Wm(l,jt.current);Ve.current&&(m.value=Ve.current.value,m.unit=Ve.current.unit,m.mixed=!1),jt.current=m.unit,Qr(w=>w.value===m.value&&w.unit===m.unit&&w.mixed===m.mixed?w:m)},[]),La=c.useCallback(()=>{const l=B.current;if(I.current!=="visual"||!l){Gi({value:null,mixed:!1});return}const m=Hm(l);tt.current&&(m.value=tt.current.value,m.mixed=!1),Gi(w=>w.value===m.value&&w.mixed===m.mixed?w:m)},[]),Ia=c.useCallback(()=>{const l=B.current;if(I.current!=="visual"||!l){Vi({value:null,mixed:!1}),Zi({value:null,mixed:!1});return}const m=ii(l,"color");lt.current&&(m.value=lt.current.value,m.mixed=!1);const w=ii(l,"backgroundColor");ct.current&&(w.value=ct.current.value,w.mixed=!1),Vi(M=>M.value===m.value&&M.mixed===m.mixed?M:m),Zi(M=>M.value===w.value&&M.mixed===w.mixed?M:w)},[]),Fa=c.useCallback(()=>{const l=B.current;if(I.current!=="visual"||!l){Yi({tag:null,mixed:!1});return}const m=dx(l);Yi(w=>w.tag===m.tag&&w.mixed===m.mixed?w:m)},[]),Ba=c.useCallback(()=>{const l=B.current;if(I.current!=="visual"||!l){Ji({align:null,mixed:!1}),ea({type:null,mixed:!1}),ta(!1),tc(!1);return}const m=Cf(l);Ji(V=>V.align===m.align&&V.mixed===m.mixed?V:m);const w=of(l);ea(V=>V.type===w.type&&V.mixed===w.mixed?V:w);const M=wx(l);ta(V=>V===M?V:M);const z=SC(l);tc(V=>V===z?V:z)},[]),O=c.useCallback(()=>{const l=B.current;if(I.current!=="visual"||!l){Ui(Lt()),ra(!1),_a(),La(),Ia(),Fa(),Ba();return}const m=Pe.current,w=!!(m&&!m.collapsed);ra(z=>z===w?z:w);const M=Ym(Bn(l),et.current);Ui(z=>$y(z,M)?z:M),_a(),La(),Ia(),Fa(),Ba()},[_a,La,Ia,Fa,Ba]),Uc=c.useCallback(()=>{const l=Pe.current,m=Ze.current;!m||!l||l.collapsed&&l.start===m.start&&l.end===m.end||(et.current={},Ve.current=null,tt.current=null,lt.current=null,ct.current=null,zt.current=null,Ze.current=null)},[]);c.useEffect(()=>{Yr.current=!0},[Ee]),c.useEffect(()=>{if(fe==="visual"){O();return}et.current={},Ve.current=null,tt.current=null,lt.current=null,ct.current=null,zt.current=null,Ze.current=null,Ui(Lt()),Qr({value:null,unit:jt.current,mixed:!1}),Gi({value:null,mixed:!1}),Vi({value:null,mixed:!1}),Zi({value:null,mixed:!1}),Yi({tag:null,mixed:!1}),Ji({align:null,mixed:!1}),ea({type:null,mixed:!1}),ta(!1),ra(!1)},[fe,O]);const Nn=c.useCallback((l,m,w)=>{vh({snapshot:l,visualEl:B.current,htmlEl:We.current,getHtml:()=>I.current==="visual"&&B.current?B.current.innerHTML:ne.current,setHtml:M=>{if(I.current==="visual"){const z=be.current?Me(ne.current)[Ge.current]??"":ne.current;kr(Ct(Se(M).body,Se(z).body),!1);return}ge(M,!1)},content:m,asHtml:w})},[ge,kr]),Wc=c.useCallback(l=>{if(I.current==="visual"&&l==="html"){if(be.current){const m=nt(Ye());m!==ne.current&&ge(m,!0)}else if(B.current){const m=Ct(B.current.innerHTML,Se(ne.current).body),w=Ho(m,zo(m,ne.current,Pn.current));w!==ne.current&&ge(w,!0)}}Ul(l),l!=="visual"&&ar(!1)},[ge,Ul,Ye]);c.useEffect(()=>{if(!Pt)return;const l=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=l}},[Pt]),c.useEffect(()=>{if(!Pt)return;const l=m=>{m.key==="Escape"&&(m.defaultPrevented||hr.open||lo.open||dn.open||mn.open||da||ya.open||ho.open||bo.open||yo.open||aa||br.open||(m.preventDefault(),or(!1)))};return document.addEventListener("keydown",l),()=>document.removeEventListener("keydown",l)},[Pt,or,hr.open,lo.open,dn.open,mn.open,da,ya.open,ho.open,bo.open,yo.open,aa,br.open]),c.useEffect(()=>{const l=()=>{if(I.current!=="visual"||!B.current)return;const m=window.getSelection();if(!m||m.rangeCount===0)return;const w=m.anchorNode;!w||!B.current.contains(w)&&B.current!==w||wn.current===null&&(wn.current=window.requestAnimationFrame(()=>{var z;wn.current=null;const M=B.current;if(!(!M||I.current!=="visual")&&(H(),Uc(),O(),An(Yt(M)),bt(M),un.current&&Vr.current&&!((z=Bi.current)!=null&&z.contains(document.activeElement)))){const V=Pe.current;V&&Dt(td(M,V))}}))};return document.addEventListener("selectionchange",l),()=>{document.removeEventListener("selectionchange",l),wn.current!==null&&(window.cancelAnimationFrame(wn.current),wn.current=null)}},[H,Uc,O,bt]),c.useEffect(()=>{(!ze||fe!=="visual"||!pt)&&Dt(null)},[ze,fe,pt]),c.useEffect(()=>{if(!ht)return;const l=m=>{var z;const w=m.target;if((z=Bi.current)!=null&&z.contains(w))return;const M=B.current;M&&rd(M,w)||Dt(null)};return document.addEventListener("pointerdown",l),()=>document.removeEventListener("pointerdown",l)},[ht]),c.useEffect(()=>{if(fe!=="html")return;const l=We.current;if(!l)return;const m=()=>H();return l.addEventListener("select",m),l.addEventListener("keyup",m),l.addEventListener("mouseup",m),()=>{l.removeEventListener("select",m),l.removeEventListener("keyup",m),l.removeEventListener("mouseup",m)}},[fe,H]),c.useLayoutEffect(()=>{if(fe!=="visual"||te){An(null);return}const l=B.current;if(!l)return;const m=Yt(l);An(w=>m||(w&&w.isConnected&&l.contains(w)?w:null))},[Ee,fe,te]);const K=c.useCallback(l=>{const m=xt({mode:"visual",visualEl:l,htmlEl:We.current}),w=Pe.current,M=Au(w,m)?w:m.visualRange?m:w??m;Pe.current=M,l.focus();const z=wh(l,M);if(z){const V=window.getSelection();try{V==null||V.removeAllRanges(),V==null||V.addRange(z),Pe.current={...M,visualRange:z}}catch{}}return Pe.current??M},[]),Rt=c.useCallback(()=>{to.current=null,no.current=null,Ql(!1)},[]),Gc=c.useCallback(()=>{if(!eo.current||!to.current||!no.current||I.current!=="visual")return;const l=B.current;if(!l)return;H();const m=Pe.current;!m||m.collapsed||ew(m,no.current)||(K(l),nw(l,to.current),ee(l,!1),H(),O(),Rt())},[H,K,se,O,Rt]),Vc=c.useCallback(()=>{if(I.current!=="visual"){Rt();return}if(eo.current){Rt();return}const l=B.current;if(!l){Rt();return}const m=K(l);if(m.collapsed){Rt();return}to.current=tw(l),no.current={...m},Ql(!0),H()},[Rt,K,H]),Zc=c.useCallback(()=>{Gc()},[Gc]);c.useEffect(()=>{(fe!=="visual"||te)&&Rt()},[fe,te,Rt]);const Ha=c.useCallback((l,m)=>{if(I.current!=="visual")return;const w=B.current;if(!w)return;const M=m??jt.current,z=bn(l,M);if(!z)return;jt.current=z.unit;const V=K(w);if(V.collapsed){Ve.current=z,Ze.current={start:V.start,end:V.end},O();return}Ve.current=null,ks(w,z.value,z.unit)&&(ee(w,!1),H(),O())},[K,se,H,O]),qc=c.useCallback(l=>{if(I.current!=="visual")return;const m=B.current;if(!m)return;const w=K(m);if(w.collapsed){tt.current={value:l},Ze.current={start:w.start,end:w.end},O();return}tt.current=null,ws(m,l)&&(ee(m,!1),H(),O())},[K,se,H,O]),za=c.useCallback((l,m)=>{if(I.current!=="visual")return;const w=B.current;if(!w)return;const M=K(w),z=l==="color"?lt:ct;if(M.collapsed){z.current={value:m},Ze.current={start:M.start,end:M.end},O();return}z.current=null,Er(w,l,m)&&(ee(w,!1),H(),O())},[K,se,H,O]),Oa=c.useCallback(l=>{if(I.current!=="visual")return;const m=B.current;if(!m)return;const w=K(m);if(ro({open:!1,tab:"general"}),w.collapsed){if(l.size!==null){const pe=bn(l.size,l.unit);pe&&(Ve.current=pe,jt.current=pe.unit)}const z=Bn(m),V={};for(const pe of it)l.marks[pe]!==z[pe]&&(V[pe]=l.marks[pe]);et.current=V,l.fontColorMixed||(lt.current={value:l.fontColor}),l.highlightColorMixed||(ct.current={value:l.highlightColor}),l.fontFamilyMixed||(tt.current={value:l.fontFamily}),Ze.current={start:w.start,end:w.end},O();return}if(et.current={},Ve.current=null,tt.current=null,lt.current=null,ct.current=null,Ze.current=null,l.size!==null){const z=bn(l.size,l.unit);z&&(jt.current=z.unit,ks(m,z.value,z.unit))}const M=Bn(m);for(const z of it)l.marks[z]!==M[z]&&Ds(m,z);l.fontFamilyMixed||ws(m,l.fontFamily),l.fontColorMixed||Er(m,"color",l.fontColor),l.highlightColorMixed||Er(m,"backgroundColor",l.highlightColor),ee(m,!1),H(),O()},[K,se,H,O]),Yc=c.useCallback(l=>{if(I.current!=="visual")return;const m=B.current;if(m){if(K(m),so(w=>({...w,open:!1})),!vf(m,l)){H(),O();return}ee(m,!1),H(),O()}},[K,se,H,O]),Xc=c.useCallback(l=>{if(I.current!=="visual")return;const m=B.current;if(!m)return;const w=K(m);if(ua(M=>({...M,open:!1})),!Ti(l)){H(),O();return}if(w.collapsed){zt.current=l,Ze.current={start:w.start,end:w.end},O();return}if(zt.current=null,!qm(m,l)){H(),O();return}ee(m,!1),H(),O()},[K,se,H,O]),Jc=c.useCallback(l=>{if(I.current!=="visual")return;const m=fn();if(!m)return;K(m),kn(V=>({...V,open:!1}));const w=be.current?Me(ne.current)[Ge.current]??"":ne.current,M=JSON.stringify(l.atRule)!==JSON.stringify(qt(Se(w).body)),z=If(m,l);if(M&&Or(m,z.pageHtml),!z.changed&&!M){H(),O();return}kr(z.pageHtml,!1),H(),O()},[K,kr,H,O,fn]),Qc=c.useCallback(l=>{if(I.current!=="visual")return;const m=B.current;if(m){if(K(m),uo(w=>({...w,open:!1})),!jC(m,l)){H(),O();return}ee(m,!1),H(),O()}},[K,se,H,O]),eu=c.useCallback(l=>{if(I.current!=="visual")return;const m=B.current;if(m){if(K(m),ba(w=>({...w,open:!1})),!MC(m,l)){H(),O();return}ee(m,!1),H(),O()}},[K,se,H,O]),To=c.useCallback(l=>{if(I.current!=="visual")return;const m=B.current;if(m){if(K(m),mo({open:!1}),!a1(m,l)){H(),O();return}ee(m,!1),H(),O()}},[K,se,H,O]),No=c.useCallback(l=>{if(I.current!=="visual")return;const m=B.current;if(m){if(K(m),fo({open:!1}),!hw(m,l)){H(),O();return}ee(m,!1),H(),O()}},[K,se,H,O]),tu=c.useCallback(l=>{if(I.current!=="visual")return;const m=B.current;if(m){if(K(m),Cr({open:!1}),!kw(m,l)){H(),O();return}ee(m,!1),H(),O()}},[K,se,H,O]),nu=c.useCallback(l=>{if(I.current!=="visual")return;const m=B.current;if(m){if(K(m),xa({open:!1}),!Tx(m,l)){H(),O();return}ee(m,!1),H(),O(),bt(m)}},[K,se,H,O,bt]),ru=c.useCallback(l=>{if(I.current!=="visual")return;const m=B.current;if(m){if(K(m),Ca(w=>({...w,open:!1})),!Jw(m,l)){H(),O();return}ee(m,!1),H(),O()}},[K,se,H,O]),ou=c.useCallback(l=>{if(I.current!=="visual")return;const m=B.current;if(m){if(K(m),wa(w=>({...w,open:!1})),!l0(m,l)){H(),O();return}ee(m,!1),H(),O(),bt(m)}},[K,se,H,O,bt]),iu=c.useCallback(l=>{if(I.current!=="visual")return;const m=B.current;if(m){if(K(m),va(w=>({...w,open:!1})),!y0(m,l)){H(),O();return}ee(m,!1),H(),O()}},[K,se,H,O]),Tt=c.useCallback(l=>{if(I.current!=="visual")return;const m=B.current;if(m){if(K(m),!l(m)){H(),O();return}ee(m,!1),H(),O(),bt(m)}},[K,se,H,O,bt]),Ka=c.useCallback(l=>{To({src:l.src,alt:l.alt??"",title:l.title??"",css:l.css})},[To]),$a=c.useCallback(l=>{No({src:l.src,title:l.title??"",css:l.css})},[No]),Ua=c.useCallback(l=>{if(I.current!=="visual")return;const m=B.current;if(m){if(K(m),Cr({open:!1}),!Aw(m,{src:l.src,title:l.title??"",css:l.css})){H(),O();return}ee(m,!1),H(),O()}},[K,se,H,O]),au=c.useCallback(l=>{if(I.current!=="visual")return;const m=B.current;if(m){if(K(m),po(w=>({...w,open:!1})),!S1(m,l)){H(),O();return}ee(m,!1),H(),O()}},[K,se,H,O]),Kg=c.useCallback((l,m)=>{Re!=null&&Re.isConnected&&Vw(Re,l,m)},[Re]),$g=c.useCallback(()=>{const l=B.current;!l||!(Re!=null&&Re.isConnected)||(ee(l,!1),os(l,Re),H(),O())},[Re,se,H,O]),Ut=c.useCallback(()=>{if(be.current){if(I.current==="visual"){const l=Ye(),m=nt(l);if(m!==ne.current)return ge(m,!0)}return ne.current}if(I.current==="visual"&&B.current){const l=Ct(B.current.innerHTML,Se(ne.current).body),m=Ho(l,zo(l,ne.current,Pn.current));if(m!==ne.current)return ge(m,!0)}return ne.current},[ge]),Wa=c.useCallback(()=>{if(!Yr.current&&$i.current)return $i.current;const l=JSON.stringify(Rn());return $i.current=l,Yr.current=!1,l},[Rn]),Ug=c.useCallback(()=>be.current?Wa():Ut(),[Ut,Wa]);A0({onAutoSave:r?()=>{const l=be.current?JSON.parse(Wa()):Ut();return r(l)}:void 0,getHtml:Ug}),c.useEffect(()=>()=>{var l;(l=sr.current)==null||l.cancel()},[]);const de=c.useMemo(()=>({getHtml:Ut,setHtml:l=>{ge(l,!1)},getMode:()=>I.current,setMode:Wc,getFullscreen:()=>Vl.current,setFullscreen:or,getDarkMode:()=>Ac.current,setDarkMode:l=>{Ic(l)},getPageZoom:()=>Co.current,setPageZoom:Fc,getToolbarPosition:()=>Pc.current,setToolbarPosition:l=>{Bc(l)},openCustomizeToolbar:()=>{rc(!0)},openDocumentPreview:()=>{oc({open:!0,html:Ut()})},toggleReadAloud:()=>{const l=sr.current;if(!l)return;const m=Pe.current??xt({mode:I.current,visualEl:B.current,htmlEl:We.current}),w=id(Io(m),Ut());w&&l.toggle(w)},isReadingAloud:()=>{var l;return((l=sr.current)==null?void 0:l.isSpeaking())??!1},canReadAloud:()=>{if(!ti())return!1;const l=Pe.current??xt({mode:I.current,visualEl:B.current,htmlEl:We.current});return id(Io(l),Ut())!==null},undo:jo,redo:Ro,canUndo:()=>Qe.canUndo(),canRedo:()=>Qe.canRedo(),getSelection:()=>{const l=Pe.current??xt({mode:I.current,visualEl:B.current,htmlEl:We.current});return Io(l)},insertText:l=>{const m=Pe.current??xt({mode:I.current,visualEl:B.current,htmlEl:We.current});Nn(m,l,!1)},insertHtml:(l,m)=>{const w=Pe.current??xt({mode:I.current,visualEl:B.current,htmlEl:We.current}),M=m===void 0;Nn(w,M?l:m,M)},toggleFontMark:l=>{if(I.current!=="visual")return;const m=B.current;if(!m)return;const w=K(m);if(w.collapsed){const M=Bn(m);et.current=Wy(et.current,M,l),Ze.current={start:w.start,end:w.end},O();return}et.current={},Ze.current=null,Ds(m,l)&&(ee(m,!1),H(),O())},clearFormatting:()=>{if(I.current!=="visual")return;const l=B.current;!l||K(l).collapsed||(et.current={},Ve.current=null,tt.current=null,lt.current=null,ct.current=null,zt.current=null,Ze.current=null,QC(l)&&(ee(l,!1),H(),O()))},toggleFormatBrush:Vc,isFormatBrushActive:()=>eo.current,isFontMarkActive:l=>Wi.current[l],hasTextSelection:()=>I.current==="visual"&&oa.current,setFontSize:(l,m)=>{Ha(l,m)},setFontSizeUnit:l=>{var pe;const m=B.current,w=Ot.current;if(I.current!=="visual"||!m||w.value===null||w.mixed){jt.current=l,Qr(Nt=>({...Nt,unit:l}));return}const M=K(m),z=Ny(m,((pe=M.visualRange)==null?void 0:pe.startContainer)??m),V=nm(w.value,w.unit,l,z.parentPx,z.rootPx);Ha(V,l)},getFontSize:()=>Ot.current.value,getFontSizeUnit:()=>Ot.current.unit,isFontSizeMixed:()=>Ot.current.mixed,setFontFamily:l=>{qc(l)},getFontFamily:()=>ur.current.value,isFontFamilyMixed:()=>ur.current.mixed,getFontFaces:()=>Pn.current,setFontColor:l=>{za("color",l)},setHighlightColor:l=>{za("backgroundColor",l)},getFontColor:()=>mr.current.value,isFontColorMixed:()=>mr.current.mixed,getHighlightColor:()=>gr.current.value,isHighlightColorMixed:()=>gr.current.mixed,setParagraphStyle:l=>{if(I.current!=="visual")return;const m=B.current;m&&(K(m),mx(m,l)&&(ee(m,!1),H(),O()))},getParagraphStyle:()=>Xi.current.tag,isParagraphStyleMixed:()=>Xi.current.mixed,setTextAlign:l=>{if(I.current!=="visual")return;const m=B.current;m&&(K(m),wf(m,l)&&(ee(m,!1),H(),O()))},getTextAlign:()=>Qi.current.align,isTextAlignMixed:()=>Qi.current.mixed,indent:()=>{if(I.current!=="visual")return;const l=B.current;l&&(K(l),vx(l)&&(ee(l,!1),H(),O()))},outdent:()=>{if(I.current!=="visual")return;const l=B.current;l&&(K(l),Sx(l)&&(ee(l,!1),H(),O()))},canOutdent:()=>I.current==="visual"&&Jl.current,toggleList:l=>{if(I.current!=="visual")return;const m=B.current;m&&(K(m),px(m,l)&&(ee(m,!1),H(),O()))},isBulletList:()=>pr.current.type==="ul"&&!pr.current.mixed,isNumberedList:()=>pr.current.type==="ol"&&!pr.current.mixed,openFontProperties:l=>{I.current==="visual"&&ro({open:!0,tab:l??"general"})},applyFontProperties:l=>{Oa(l)},openCustomCss:()=>{if(I.current!=="visual")return;const l=B.current;l&&K(l);const m=l?Vm(l):{value:null,mixed:!1},w=m.mixed||!m.value?"":By(m.value);ua({open:!0,value:w})},applyCustomCss:l=>{Xc(l)},openParagraphProperties:l=>{if(I.current!=="visual")return;const m=B.current;m&&K(m),so({open:!0,tab:l??"general",value:m?Uu(m):Rr()})},applyParagraphProperties:l=>{Yc(l)},openPageProperties:l=>{if(I.current!=="visual")return;const m=B.current;m&&K(m);const w=be.current?Me(ne.current)[Ge.current]??"":ne.current,M=m?Lf(m):Fs();kn({open:!0,tab:l==="print"&&!Bt?"font":l??"font",value:{...M,atRule:qt(Se(w).body)}})},applyPageProperties:l=>{Jc(l)},openCustomParagraphStyleDialog:l=>{if(I.current!=="visual"||!ja.current)return;if(l){const w=xo.current.find(M=>M.id===l);if(!w)return;xr({open:!0,mode:"edit",style:w});return}const m=B.current;m&&K(m),xr({open:!0,mode:"create",font:{size:Ot.current.mixed?null:Ot.current.value,unit:Ot.current.unit,marks:{...Wi.current},fontFamily:ur.current.mixed?null:ur.current.value,fontColor:mr.current.mixed?null:mr.current.value,highlightColor:gr.current.mixed?null:gr.current.value},paragraph:Sf(m?Uu(m):Rr())})},applyCustomParagraphStyle:l=>{const m=xo.current.find(M=>M.id===l);if(!m||(Oa({size:m.font.size,unit:m.font.unit,marks:m.font.marks,fontFamily:m.font.fontFamily??null,fontFamilyMixed:!1,fontColor:m.font.fontColor,highlightColor:m.font.highlightColor,fontColorMixed:!1,highlightColorMixed:!1}),!m.paragraph))return;const w=B.current;!w||I.current!=="visual"||(K(w),Zx(w,m.paragraph)&&(ee(w,!1),H(),O()))},customParagraphStylesEnabled:()=>ja.current,getCustomParagraphStyles:()=>xo.current,isCustomParagraphStylesLoading:()=>fc.current,openLinkDialog:l=>{if(I.current!=="visual")return;const m=B.current;m&&K(m);const w=m?zf(m):_i(),M=m?zs(m):[],z=(w==null?void 0:w.href)??"",V=z.startsWith("#")?z.slice(1):"",pe=M.some(Nt=>Nt.id===V)?V:"";uo({open:!0,tab:l??"link",href:z,title:(w==null?void 0:w.title)??"",targetBlank:(w==null?void 0:w.targetBlank)??!1,textDecorationNone:(w==null?void 0:w.textDecorationNone)??!1,hoverMode:(w==null?void 0:w.hoverMode)??"color",hoverColor:(w==null?void 0:w.hoverColor)??null,hoverHtml:(w==null?void 0:w.hoverHtml)??"",bookmarks:M,selectedBookmarkId:pe})},applyLink:l=>{Qc(l)},openBookmarkDialog:()=>{if(I.current!=="visual")return;const l=B.current;l&&K(l),ba({open:!0,existingIds:l?zs(l).map(m=>m.id):[]})},applyBookmark:l=>{eu(l)},openImageDialog:()=>{if(I.current!=="visual")return;const l=B.current;l&&K(l);const m=xc.current;if(Dc.current&&m){m.onPick(Ka);return}mo({open:!0})},applyImage:l=>{To(l)},openAudioDialog:()=>{if(I.current!=="visual")return;const l=B.current;l&&K(l);const m=Cc.current;if(Ec.current&&m){m.onPick($a);return}fo({open:!0})},applyAudio:l=>{No(l)},openYoutubeDialog:()=>{if(I.current!=="visual")return;const l=B.current;l&&K(l);const m=wc.current;if(jc.current&&m){m.onPick(Ua);return}Cr({open:!0})},applyYoutube:l=>{tu(l)},openImageProperties:l=>{if(I.current!=="visual")return;const m=B.current;if(!m)return;K(m);const w=Yt(m),M=v1(m);!w||!M||po({open:!0,tab:l??"general",value:M,aspectRatio:x1(w)})},applyImageProperties:l=>{au(l)},insertHorizontalRule:()=>{if(I.current!=="visual")return;const l=B.current;l&&(K(l),Fw(l)&&(ee(l,!1),H(),O()))},insertPageBreak:()=>{if(I.current!=="visual")return;const l=B.current;l&&(K(l),Ow(l)&&(ee(l,!1),H(),O()))},insertPageBefore:()=>{Oc()},insertPageAfter:()=>{Kc()},deletePage:()=>{!be.current||I.current!=="visual"||Et.current&&(Rn().length<=1||ma(!0))},isMultiPagesEnabled:()=>be.current,hasSelectedPage:()=>be.current&&I.current==="visual"&&Et.current,canDeletePage:()=>be.current&&I.current==="visual"&&Et.current&&Rn().length>1,getActivePageHtml:()=>zc(),getAllPagesHtml:()=>Rn(),openTableDialog:()=>{if(I.current!=="visual")return;const l=B.current;l&&K(l),xa({open:!0})},applyTable:l=>{nu(l)},openTableProperties:()=>{if(I.current!=="visual")return;const l=B.current;if(!l)return;K(l);const m=Xw(l);m&&Ca({open:!0,value:m})},applyTableProperties:l=>{ru(l)},openCellProperties:()=>{if(I.current!=="visual")return;const l=B.current;if(!l)return;K(l);const m=s0(l);m&&wa({open:!0,value:m})},applyCellProperties:l=>{ou(l)},openRowProperties:()=>{if(I.current!=="visual")return;const l=B.current;if(!l)return;K(l);const m=b0(l);m&&va({open:!0,value:m})},applyRowProperties:l=>{iu(l)},insertRowBelow:()=>{Tt(l=>Rs(l,"below"))},insertRowBefore:()=>{Tt(l=>Rs(l,"before"))},deleteRow:()=>{Tt(l=>Nx(l))},insertColumnAfter:()=>{Tt(l=>Hu(l,"after"))},insertColumnBefore:()=>{Tt(l=>Hu(l,"before"))},deleteColumn:()=>{Tt(l=>Mx(l))},mergeCells:()=>{Tt(l=>Ix(l))},unmergeCells:()=>{Tt(l=>Fx(l))},cut:async()=>{if(I.current!=="visual")return;const l=B.current;l&&(K(l),await ZC(l)&&(ee(l,!1),H(),O()))},copy:async()=>{if(I.current!=="visual")return;const l=B.current;l&&(K(l),await Gf(l))},deleteSelection:()=>{if(I.current!=="visual")return;const l=B.current;l&&(K(l),Wf(l)&&(ee(l,!1),H(),O()))},addComment:()=>{if(!un.current||y||I.current!=="visual")return;const l=B.current;if(!l)return;const m=K(l),w=td(l,m);if(w){Dt(w);return}const M=FC(l,m);if(!M)return;const z=KC(M);BC(l,z.id,m)&&(od(l,z.id),H(),Hc(l,!1),ir([...Zr.current,z]),Dt(z.id))},toggleCommentsVisible:()=>{jg(l=>{const m=!l,w=B.current;return w&&nd(w,m),m})},areCommentsVisible:()=>Vr.current,canAddComment:()=>!un.current||y||I.current!=="visual"?!1:oa.current||ka.current!==null,isCommentsEnabled:()=>un.current,getCommentThreads:()=>Zr.current,setCommentThreads:l=>ir(l),openCommentThread:l=>{const m=B.current;!m||I.current!=="visual"||od(m,l)&&(H(),Dt(l))},isContentLocked:()=>Gl.current,isLink:()=>nc.current,isImageSelected:()=>I.current==="visual"&&ka.current!==null,isInTable:()=>I.current==="visual"&&sc.current,canMergeCells:()=>I.current==="visual"&&cc.current,canUnmergeCells:()=>I.current==="visual"&&dc.current,...i!=null?{onSave:l=>bc.current(l)}:{},...a!=null?{onOpen:()=>yc.current()}:{}}),[ge,se,ee,Hc,Wc,or,Ic,Fc,Bc,Nn,jo,Ro,H,O,K,Ha,qc,za,Oa,Xc,Yc,Jc,Qc,eu,To,No,tu,au,nu,ru,ou,iu,Tt,Ka,$a,Ua,Ut,zc,Rn,Oc,Kc,$c,Vc,i,a,y,ir,Bt]),su=c.useCallback(()=>{const l=Pe.current??xt({mode:I.current,visualEl:B.current,htmlEl:We.current});return{mode:l.mode,selection:Io(l),getHtml:de.getHtml,setHtml:m=>{ge(m,!1)},insertText:m=>Nn(l,m,!1),insertHtml:(m,w)=>{const M=w===void 0;Nn(l,M?m:w,M)}}},[Nn,de.getHtml,ge]),{catalog:Mo,layout:lu}=c.useMemo(()=>Gp(E,cD,uD),[E]),_o=c.useMemo(()=>OP(lu,D),[lu,D]),cu=c.useMemo(()=>({..._o,iconGroups:gP(_o.iconGroups,sa)}),[_o,sa]),uu=Ae&&fe==="visual",Ga=c.useMemo(()=>AD(cu,uu),[cu,uu]),Va=c.useMemo(()=>ze?gD(Mo,pt):Mo,[Mo,ze,pt]),Za=c.useMemo(()=>ze?pD(Ga):Ga,[Ga,ze]),qa=c.useMemo(()=>({disabled:rr,readOnly:C,enableComments:ze}),[rr,C,ze]),du=c.useMemo(()=>ht?WC(Cn,ht):null,[ht,Cn]),Wg=c.useCallback(l=>{if(!ht||!Ur||y)return;const m=$C(Ur,l);ir(UC(Zr.current,ht,m))},[ht,Ur,y,ir]),Mn=c.useMemo(()=>({...Dy(de),...Vp(E,su)}),[de,E,su]),Ya=c.useMemo(()=>Ey(de),[de,Jr,lr,cr,dr,fr,qi,fa,ga,Ea,$t,Re,Aa,Pa,Da,na,ia,vn,ut,Sn,Oi]),mu=c.useCallback(l=>{if(te||l.inputType!=="insertText"&&l.inputType!=="insertReplacementText"||!l.data||!Uy(et.current)&&!Ve.current&&!ey(tt.current)&&!_h({color:lt.current,backgroundColor:ct.current})&&!Oy(zt.current))return;const m=B.current;m&&(l.preventDefault(),ex(m,l.data,et.current,Ve.current,{color:lt.current,backgroundColor:ct.current},tt.current,zt.current),et.current={},Ve.current=null,tt.current=null,lt.current=null,ct.current=null,zt.current=null,Ze.current=null,ee(m,!0),H(),O())},[te,se,H,O]),fu=c.useCallback(l=>{if(te||!ch(l,mc.current))return;l.preventDefault(),l.stopPropagation();const m=B.current;if(!m)return;K(m);const w=_s(m,l.target),M=hi(m,l.target);M&&!$r(m).includes(M)&&Lx(m,M);const z={inTable:$e(m,l.target)!==null,canMergeCells:zu(m),canUnmergeCells:Ou(m)},V={canDeletePage:be.current&&Et.current&&Ye().length>1};if(w){os(m,w),H(),An(w),Sa({open:!0,x:l.clientX,y:l.clientY,kind:"image",...z,...V,inTable:$e(m,w)!==null});return}const pe=xt({mode:"visual",visualEl:m,htmlEl:We.current});Pe.current=pe,Sa({open:!0,x:l.clientX,y:l.clientY,kind:pe.collapsed?"caret":"text",...z,...V})},[te,H,K,Ye]),gu=c.useCallback(l=>{if(mc.current=l.pointerType,y)return;const m=B.current;if(!m)return;if(un.current&&Vr.current){const M=rd(m,l.target);if(M){const z=M.getAttribute("data-comment-thread");z&&Dt(z);return}}if(te&&!un.current)return;const w=_s(m,l.target);if(!w){An(null);return}l.preventDefault(),os(m,w),H(),An(w)},[y,te,H]);c.useEffect(()=>{if(!ze||fe!=="visual")return;const l=B.current;l&&(OC(l,Cn),nd(l,pt))},[ze,fe,Cn,pt,Ee]);const pu=c.useCallback(l=>{if(te)return;if(l.key==="Tab"&&!l.ctrlKey&&!l.metaKey&&!l.altKey){if(I.current!=="visual")return;const w=B.current;if(!w)return;const M=l.target;if(!(M instanceof Node)||!w.contains(M))return;K(w);const z=_x(w,l.shiftKey);if(!z)return;l.preventDefault(),typeof z=="object"&&z.changed&&ee(w,!1),H(),O(),bt(w);return}if(!(l.ctrlKey||l.metaKey))return;if(l.key==="Enter"&&!l.shiftKey){l.preventDefault(),de.insertPageBreak();return}const m=l.key.toLowerCase();if(m==="z"&&!l.shiftKey){l.preventDefault(),jo();return}if(m==="z"&&l.shiftKey||m==="y"){l.preventDefault(),Ro();return}if(m==="b"&&!l.shiftKey){l.preventDefault(),de.toggleFontMark("bold");return}if(m==="i"&&!l.shiftKey){l.preventDefault(),de.toggleFontMark("italic");return}if(m==="u"&&!l.shiftKey){l.preventDefault(),de.toggleFontMark("underline");return}if(m==="x"&&l.shiftKey){l.preventDefault(),de.toggleFontMark("strikethrough");return}m==="p"&&!l.shiftKey&&(l.preventDefault(),Mn.print())},[te,jo,Ro,de,Mn,K,se,H,O,bt]),Gg=c.useCallback(l=>{if(l.key==="Escape"&&ht){l.preventDefault(),Dt(null);return}pu(l)},[ht,pu]),Vg=[xe.root,hs(vn).className,Pt?xe.fullscreen:"",b].filter(Boolean).join(" "),Zg=qD({toolbarBackground:k,menuColor:A,menuBackground:R,menuFontSize:N,menuFontFamily:T,border:S}),qg=hs(vn)["data-wysiwyg-theme"],Yg=c.useMemo(()=>{if(fe==="visual"&&!(yr===1&&!vy(Sn)))return{zoom:yr}},[fe,Sn,yr]),hu=fe==="visual"?Ae?o.jsx(GD,{ref:cn,pages:Dn,activePageIndex:Ht,onActivePageIndexChange:l=>{var M;Ge.current=l,zi(l);const m=(M=cn.current)==null?void 0:M.getContainer(),w=m?In(m,l):null;w instanceof HTMLDivElement&&(B.current=w)},onPageSelected:()=>{ar(!0)},onPageChange:(l,m)=>{const w=Me(ne.current)[l]??"";Sr(l,Ct(m,Se(w).body),!0)},onBeforeInput:mu,onPointerDown:l=>{if(l.currentTarget instanceof HTMLDivElement&&(B.current=l.currentTarget),gu(l),l.currentTarget instanceof HTMLDivElement){const m=l.currentTarget;requestAnimationFrame(()=>Kn(m))}},onMouseUp:Zc,onContextMenu:fu,placeholder:x,disabled:te}):o.jsx(WD,{ref:B,html:Se(Ee).body,onChange:l=>Og(l,!0),onBeforeInput:mu,onPointerDown:l=>{if(gu(l),l.currentTarget instanceof HTMLDivElement){const m=l.currentTarget;requestAnimationFrame(()=>Kn(m))}},onMouseUp:Zc,onContextMenu:fu,placeholder:x,disabled:te}):o.jsx(UD,{ref:We,html:Ee,onChange:l=>ge(l,!0),placeholder:x,disabled:te});return o.jsx(th,{locale:v,children:o.jsx(Xp,{dark:vn,children:o.jsxs("div",{className:Vg,style:Zg,"data-fullscreen":Pt?"":void 0,"data-wysiwyg-theme":qg,"data-toolbar-position":ut,"data-comments-visible":ze&&pt?"":void 0,onKeyDown:Gg,children:[P?o.jsx("div",{className:xe.menuChrome,onPointerDownCapture:Ma,children:o.jsx(ps,{catalog:Va,layout:Za,commands:Mn,queries:Ya,disabled:rr,chromeLock:qa,menuVisible:!0,toolbarVisible:!1})}):null,o.jsxs("div",{className:xe.body,"data-icon-dock":_?ut:void 0,children:[_&&(ut==="top"||ut==="left")?o.jsx("div",{className:xe.iconChrome,onPointerDownCapture:Ma,children:o.jsx(ps,{catalog:Va,layout:Za,commands:Mn,queries:Ya,disabled:rr,chromeLock:qa,menuVisible:!1,toolbarVisible:!0,position:ut})}):null,o.jsxs("div",{ref:Gr,className:`${xe.workspace} ${En?xe.workspacePageSized:""}`,onDragEnter:vr.onDragEnter,onDragOver:vr.onDragOver,onDragLeave:vr.onDragLeave,onDrop:vr.onDrop,children:[fe==="visual"?o.jsx("div",{className:xe.pageCanvasViewport,style:Yg,"data-page-canvas-sized":En?"":void 0,children:hu}):hu,vr.dragging?o.jsx(XD,{}):null]}),_&&(ut==="bottom"||ut==="right")?o.jsx("div",{className:xe.iconChrome,onPointerDownCapture:Ma,children:o.jsx(ps,{catalog:Va,layout:Za,commands:Mn,queries:Ya,disabled:rr,chromeLock:qa,menuVisible:!1,toolbarVisible:!0,position:ut})}):null]}),Pt?o.jsx(YD,{onClick:()=>or(!1)}):null,o.jsx(zP,{open:aa,catalog:Mo,groups:_o.iconGroups,settings:sa,loading:Tg,busy:Ng,disabled:te,onChange:l=>{Lc(l)},onReset:()=>{Lc(null)},onClose:()=>rc(!1)}),o.jsx(HA,{open:br.open,html:br.html,onClose:()=>oc({open:!1,html:br.html})}),o.jsx(YS,{open:hr.open,tab:hr.tab,size:lr.value,unit:lr.unit,marks:Jr,fontFamily:cr.value,fontFamilyMixed:cr.mixed,fontColor:dr.value,fontColorMixed:dr.mixed,highlightColor:fr.value,highlightColorMixed:fr.mixed,fonts:$t,disabled:te,onTabChange:l=>ro({open:!0,tab:l}),onApply:l=>de.applyFontProperties(l),onClose:()=>ro({open:!1,tab:hr.tab})}),o.jsx(xk,{open:dn.open,tab:dn.tab,value:dn.value,disabled:te,onTabChange:l=>so({...dn,open:!0,tab:l}),onApply:l=>de.applyParagraphProperties(l),onClose:()=>so({...dn,open:!1})}),o.jsx(Mk,{open:lo.open,value:lo.value,disabled:te,onApply:l=>de.applyCustomCss(l),onClose:()=>ua(l=>({...l,open:!1}))}),o.jsx(Dk,{open:mn.open,tab:mn.tab,value:mn.value,fonts:$t,disabled:te,printTabVisible:Bt,customImagePicker:oe,onCustomImagePick:()=>{oe==null||oe.onPick(l=>{kn(m=>({...m,tab:"paragraph",value:{...m.value,backgroundImage:{...m.value.backgroundImage,src:l.src}}}))})},onTabChange:l=>kn({...mn,open:!0,tab:l}),onApply:l=>de.applyPageProperties(l),onResetAtRule:()=>{const l=fn();if(!l||I.current!=="visual")return;const m=be.current?Me(ne.current)[Ge.current]??"":Se(ne.current).body,w=lC(l,m);w.changed&&(kr(w.pageHtml,!1),kn(M=>({...M,value:{...M.value,atRule:Zt()}})))},onClose:()=>kn({...mn,open:!1})}),o.jsx(Ek,{open:da,disabled:te,onClose:()=>ma(!1),onConfirm:()=>{$c(),ma(!1)}}),o.jsx(Tk,{open:je.open,mode:je.open?je.mode:"create",styleId:je.open&&je.mode==="edit"?je.style.id:void 0,name:je.open&&je.mode==="edit"?je.style.name:"",font:je.open?je.mode==="edit"?je.style.font:je.font:{size:null,unit:hn,marks:Lt(),fontFamily:null,fontColor:null,highlightColor:null},paragraph:je.open?je.mode==="edit"?je.style.paragraph:je.paragraph:void 0,canDelete:!!Q,fonts:$t,busy:Lg,disabled:te,onSave:async l=>{const m=pc.current;if(m){co(!0);try{await m(l),xr({open:!1}),await Po()}finally{co(!1)}}},onDelete:async l=>{const m=hc.current;if(m){co(!0);try{await m(l),xr({open:!1}),await Po()}finally{co(!1)}}},onClose:()=>xr({open:!1})}),o.jsx(aA,{open:qe.open,tab:qe.tab,href:qe.href,title:qe.title,targetBlank:qe.targetBlank,textDecorationNone:qe.textDecorationNone,hoverMode:qe.hoverMode,hoverColor:qe.hoverColor,hoverHtml:qe.hoverHtml,bookmarks:qe.bookmarks,selectedBookmarkId:qe.selectedBookmarkId,disabled:te,onTabChange:l=>uo({...qe,open:!0,tab:l}),onApply:l=>de.applyLink(l),onClose:()=>uo({...qe,open:!1})}),o.jsx(Lk,{open:ha.open,existingIds:ha.existingIds,disabled:te,onApply:l=>de.applyBookmark(l),onClose:()=>ba({...ha,open:!1})}),o.jsx(Hk,{open:Ig.open,disabled:te,customImagePicker:oe,onApply:l=>de.applyImage(l),onCustomPick:()=>{mo({open:!1}),oe==null||oe.onPick(Ka)},onClose:()=>mo({open:!1})}),o.jsx(Bk,{open:Fg.open,disabled:te,customAudioPicker:le,onApply:l=>de.applyAudio(l),onCustomPick:()=>{fo({open:!1}),le==null||le.onPick($a)},onClose:()=>fo({open:!1})}),o.jsx(sA,{open:Bg.open,disabled:te,customVideoPicker:re,onApply:l=>de.applyYoutube(l),onCustomPick:()=>{Cr({open:!1}),re==null||re.onPick(Ua)},onClose:()=>Cr({open:!1})}),o.jsx(Jk,{open:go.open,tab:go.tab,value:go.value,aspectRatio:go.aspectRatio,disabled:te,onTabChange:l=>po(m=>({...m,tab:l})),onApply:l=>de.applyImageProperties(l),onClose:()=>po(l=>({...l,open:!1}))}),o.jsx(fA,{open:ya.open,disabled:te,onApply:l=>de.applyTable(l),onClose:()=>xa({open:!1})}),o.jsx(yA,{open:ho.open,value:ho.value,disabled:te,onApply:l=>de.applyTableProperties(l),onClose:()=>Ca(l=>({...l,open:!1}))}),o.jsx(AA,{open:bo.open,value:bo.value,disabled:te,onApply:l=>de.applyCellProperties(l),onClose:()=>wa(l=>({...l,open:!1}))}),o.jsx(jA,{open:yo.open,value:yo.value,disabled:te,onApply:l=>de.applyRowProperties(l),onClose:()=>va(l=>({...l,open:!1}))}),fe==="visual"&&!te&&(Re!=null&&Re.isConnected)?o.jsx(iA,{img:Re,onResize:Kg,onResizeEnd:$g}):null,ze&&pt&&du?o.jsx(cP,{panelRef:Bi,thread:du,locale:v,disabled:y,commentAuthor:Ur,onPost:Wg,onClose:()=>Dt(null)}):null,o.jsx(sh,{open:Kt.open,x:Kt.x,y:Kt.y,kind:Kt.kind,inTable:Kt.inTable,canMergeCells:Kt.canMergeCells,canUnmergeCells:Kt.canUnmergeCells,canDeletePage:Kt.canDeletePage,commands:Mn,onClose:()=>Sa(l=>({...l,open:!1}))})]})})})}function qD({toolbarBackground:e,menuColor:t,menuBackground:n,menuFontSize:r,menuFontFamily:i,border:a}){const s={};return e&&(s["--wysiwyg-toolbar-background"]=e),t&&(s["--wysiwyg-menu-color"]=t),n&&(s["--wysiwyg-menu-background"]=n),r&&(s["--wysiwyg-menu-font-size"]=r),i&&(s["--wysiwyg-menu-font-family"]=i),a==="none"?(s["--wysiwyg-border-width"]="0",s["--wysiwyg-border-radius"]="0",s["--wysiwyg-border-shadow"]="none"):a&&(a.width&&(s["--wysiwyg-border-width"]=a.width),a.color&&(s["--wysiwyg-border-color"]=a.color),a.radius&&(s["--wysiwyg-border-radius"]=a.radius),a.shadow&&(s["--wysiwyg-border-shadow"]=a.shadow)),Object.keys(s).length?s:void 0}function YD({onClick:e}){const t=W();return o.jsx("button",{type:"button",className:xe.exitFullscreen,"aria-label":t("exitFullscreenAria"),onClick:e,children:o.jsx(Be,{className:xe.exitFullscreenIcon})})}function XD(){const e=W();return o.jsx("div",{className:xe.htmlFileDropOverlay,"aria-hidden":"true",children:e("htmlFileDropOverlay")})}function JD(e){var n;if(e.tagName.toLowerCase()!=="span")return!1;const t=[...e.attributes];return t.length===0||t.length===1&&((n=t[0])==null?void 0:n.name)===Le?!0:t.length===2&&t.some(r=>r.name===Le)&&t.some(r=>r.name==="class"&&r.value.includes("wysiwyg-comment-anchor"))?!e.hasAttribute("style"):!1}function QD(e){for(const t of[...e.querySelectorAll(`[${Le}]`)])t.removeAttribute(Le),t instanceof HTMLElement&&t.classList.remove("wysiwyg-comment-anchor");for(const t of[...e.querySelectorAll("span")]){if(!JD(t))continue;const n=t.parentNode;if(n){for(;t.firstChild;)n.insertBefore(t.firstChild,t);n.removeChild(t)}}}function eE(e){const t=e.trim();if(!t)return e;const n=new DOMParser().parseFromString(t,"text/html");return QD(n.body),n.body.innerHTML}exports.Editor=ZD;exports.PAGE_SEPARATOR=di;exports.joinPagesToHtml=nt;exports.sanitizeDocumentHtml=ei;exports.sanitizePageHtml=Hs;exports.splitPagesFromHtml=Me;exports.stripCommentAnchors=eE;
|
|
231
|
+
[data-wysiwyg-page-break] {
|
|
232
|
+
display: block;
|
|
233
|
+
clear: both;
|
|
234
|
+
break-after: page;
|
|
235
|
+
page-break-after: always;
|
|
236
|
+
height: 0;
|
|
237
|
+
margin: 1.5em 0;
|
|
238
|
+
border: 0;
|
|
239
|
+
border-top: 2px dashed #bbb;
|
|
240
|
+
}
|
|
241
|
+
.wysiwyg-preview-page + .wysiwyg-preview-page {
|
|
242
|
+
margin-top: 1.5rem;
|
|
243
|
+
padding-top: 1.5rem;
|
|
244
|
+
border-top: 2px dashed #ccc;
|
|
245
|
+
}
|
|
246
|
+
.wysiwyg-preview-page:not(:last-child) {
|
|
247
|
+
margin-bottom: 1.5rem;
|
|
248
|
+
padding-bottom: 1.5rem;
|
|
249
|
+
}
|
|
250
|
+
[data-page] :not([data-page-bg]) {
|
|
251
|
+
position: relative;
|
|
252
|
+
z-index: 1;
|
|
253
|
+
}
|
|
254
|
+
body:has(> [data-page-bg]) > [data-page] {
|
|
255
|
+
position: relative;
|
|
256
|
+
z-index: 1;
|
|
257
|
+
isolation: isolate;
|
|
258
|
+
}
|
|
259
|
+
[data-page]:has([data-page-bg]) {
|
|
260
|
+
position: relative;
|
|
261
|
+
isolation: isolate;
|
|
262
|
+
}
|
|
263
|
+
[data-page-bg] {
|
|
264
|
+
position: absolute;
|
|
265
|
+
inset: 0;
|
|
266
|
+
z-index: 0;
|
|
267
|
+
pointer-events: none;
|
|
268
|
+
user-select: none;
|
|
269
|
+
}
|
|
270
|
+
[data-page],
|
|
271
|
+
[data-page-bg] {
|
|
272
|
+
-webkit-print-color-adjust: exact;
|
|
273
|
+
print-color-adjust: exact;
|
|
274
|
+
}
|
|
275
|
+
@media print {
|
|
276
|
+
[data-wysiwyg-page-break] {
|
|
277
|
+
display: block !important;
|
|
278
|
+
clear: both !important;
|
|
279
|
+
break-after: page !important;
|
|
280
|
+
page-break-after: always !important;
|
|
281
|
+
height: 0 !important;
|
|
282
|
+
margin: 0 !important;
|
|
283
|
+
border: 0 !important;
|
|
284
|
+
visibility: hidden !important;
|
|
285
|
+
}
|
|
286
|
+
.wysiwyg-preview-page + .wysiwyg-preview-page {
|
|
287
|
+
margin-top: 0 !important;
|
|
288
|
+
padding-top: 0 !important;
|
|
289
|
+
border-top: 0 !important;
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
`.trim(),d1=`
|
|
293
|
+
body:has([data-page-bg]) {
|
|
294
|
+
padding: 0;
|
|
295
|
+
}
|
|
296
|
+
[data-page] {
|
|
297
|
+
box-sizing: border-box;
|
|
298
|
+
min-height: 100%;
|
|
299
|
+
}
|
|
300
|
+
[data-wysiwyg-print-page] {
|
|
301
|
+
min-height: 100vh;
|
|
302
|
+
position: relative;
|
|
303
|
+
}
|
|
304
|
+
@media print {
|
|
305
|
+
@page {
|
|
306
|
+
margin: 0 !important;
|
|
307
|
+
}
|
|
308
|
+
[data-page]:has([data-page-bg]) {
|
|
309
|
+
height: auto;
|
|
310
|
+
box-sizing: border-box;
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
`.trim();function ug(e){return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""")}function m1(e){return ug(e).replace(/'/g,"'")}function dg(e){const t=e.trim();if(!/^<!DOCTYPE/i.test(t)&&!/^<html[\s>]/i.test(t))return e;const n=new DOMParser().parseFromString(t,"text/html"),r=[];for(const o of n.body.childNodes)if(o.nodeType===Node.ELEMENT_NODE)r.push(o.outerHTML);else if(o.nodeType===Node.TEXT_NODE){const a=o.textContent??"";a.trim()&&r.push(a)}return r.join("")||n.body.innerHTML}function f1(e,t="Document"){const n=Fn(e),r=n.map(b=>gu(b)),o=r.some(b=>b.hasBleed),a=[],s=[];for(const b of r){const x=he(b.html);a.push(...x.hrefs),s.push(x.body)}const u=s.length<=1?s[0]??"":s.map((b,x)=>`<div data-wysiwyg-print-page="" style="${x===s.length-1?"display: block; break-inside: avoid; page-break-inside: avoid;":"display: block; break-after: page; page-break-after: always; break-inside: avoid; page-break-inside: avoid;"}">${b}</div>`).join(""),d=Fp(n),f=o?"@page { margin: 0 !important; }":"",g=mg(o),h=[d,f,g].filter(Boolean).join(`
|
|
314
|
+
`),C=Array.from(new Set(a)).map(b=>`<link rel="stylesheet" href="${m1(b)}" />`).join(`
|
|
315
|
+
`);return["<!DOCTYPE html>",'<html lang="en">',"<head>",'<meta charset="utf-8">',`<title>${ug(t)}</title>`,`<style>${h}</style>`,C,"</head>","<body>",u,"</body>","</html>"].filter(Boolean).join(`
|
|
316
|
+
`)}function mg(e){return e?`${Gm}
|
|
317
|
+
${d1}`:Gm}function pc(e,t,n=""){const r=gu(t),{hrefs:o,body:a}=he(r.html),s=e.createElement("meta");s.setAttribute("charset","utf-8");const u=e.createElement("title");u.textContent=n;const d=e.createElement("style");d.textContent=mg(r.hasBleed);const f=o.map(g=>{const h=e.createElement("link");return h.rel="stylesheet",h.href=g,h});e.head.replaceChildren(s,u,d,...f),e.title=n,e.body.innerHTML=a}function hu(e){return typeof e.text=="function"?e.text():new Promise((t,n)=>{const r=new FileReader;r.onload=()=>t(String(r.result??"")),r.onerror=()=>n(r.error??new Error("Failed to read file")),r.readAsText(e)})}function p1(e){const t=e.name.toLowerCase();return e.type==="text/html"||t.endsWith(".html")||t.endsWith(".htm")}function ha(e){var r;if(!e)return!1;if(Array.from(e.types??[]).includes("Files")||e.files&&e.files.length>0)return!0;const n=e.items;if(n){for(let o=0;o<n.length;o++)if(((r=n[o])==null?void 0:r.kind)==="file")return!0}return!1}function g1(e){var r;const t=[],n=e.files;if(n)for(let o=0;o<n.length;o++){const a=((r=n.item)==null?void 0:r.call(n,o))??n[o];a&&t.push(a)}if(t.length===0&&e.items)for(let o=0;o<e.items.length;o++){const a=e.items[o];if((a==null?void 0:a.kind)!=="file")continue;const s=a.getAsFile();s&&t.push(s)}return t}function h1(e){return e?g1(e).find(p1)??null:null}const fg={description:"HTML",accept:{"text/html":[".html",".htm"]}},b1="document.html";function pg(){return window}function gg(e){return e instanceof DOMException&&e.name==="AbortError"}function y1(e,t){const n=new Blob([e],{type:"text/html;charset=utf-8"}),r=URL.createObjectURL(n),o=document.createElement("a");o.href=r,o.download=t,o.rel="noopener",document.body.append(o),o.click(),o.remove(),URL.revokeObjectURL(r)}function x1(){return new Promise(e=>{const t=document.createElement("input");t.type="file",t.accept=".html,.htm,text/html",t.hidden=!0;const n=r=>{t.remove(),e(r)};t.addEventListener("change",()=>{var o;const r=(o=t.files)==null?void 0:o[0];if(!r){n(null);return}hu(r).then(a=>n(dg(a)),()=>n(null))}),t.addEventListener("cancel",()=>n(null)),document.body.append(t),t.click()})}async function C1(e,t=b1){const n=pg().showSaveFilePicker;if(typeof n=="function"){try{const o=await(await n({suggestedName:t,types:[fg]})).createWritable();await o.write(e),await o.close()}catch(r){if(gg(r))return;throw r}return}y1(e,t)}async function w1(){const e=pg().showOpenFilePicker;if(typeof e=="function")try{const[t]=await e({multiple:!1,types:[fg]}),n=await t.getFile();return dg(await hu(n))}catch(t){if(gg(t))return null;throw t}return x1()}const v1=1e3;function k1(e){var t;return e.complete&&e.naturalWidth>0?Promise.resolve((t=e.decode)==null?void 0:t.call(e)).catch(()=>{}):new Promise(n=>{const r=()=>{var o;Promise.resolve((o=e.decode)==null?void 0:o.call(e)).catch(()=>{}).then(()=>n())};e.addEventListener("load",r,{once:!0}),e.addEventListener("error",r,{once:!0})})}function S1(e){const t=[...e.images];return t.length===0?Promise.resolve():Promise.all(t.map(k1)).then(()=>{})}function hg(){const e=document.createElement("iframe");e.setAttribute("aria-hidden","true"),e.setAttribute("data-wysiwyg-print",""),e.style.position="fixed",e.style.left="-9999px",e.style.top="0",e.style.width="1px",e.style.height="1px",e.style.border="0",document.body.append(e);const t=e.contentDocument,n=e.contentWindow;return!t||!n?(e.remove(),null):{iframe:e,doc:t,win:n}}async function bg(e,t,n,r){pc(e,r);let o=!1;const a=()=>{o||(o=!0,n.remove())};t.addEventListener("afterprint",a),await S1(e),t.focus(),t.print(),window.setTimeout(a,v1)}function A1(e){const t=hg();t&&bg(t.doc,t.win,t.iframe,e)}function P1(e){const t=hg();if(!t)return;const n=e.map(gu),r=n.some(g=>g.hasBleed),o=[],a=[];for(const g of n){const h=he(g.html);o.push(...h.hrefs),a.push(h.body)}const s=a.map((g,h)=>`<div data-wysiwyg-print-page="" style="${h===a.length-1?"display: block; break-inside: avoid; page-break-inside: avoid;":"display: block; break-after: page; page-break-after: always; break-inside: avoid; page-break-inside: avoid;"}">${g}</div>`).join(""),u=Fp(e),d=r?"@page { margin: 0 !important; }":"",f=[u?`<style>${u}</style>`:"",d?`<style>${d}</style>`:"",...Array.from(new Set(o)).map(g=>`<link rel="stylesheet" href="${g}" />`),s].filter(Boolean).join("");bg(t.doc,t.win,t.iframe,f)}function T1(e){return{save:async()=>{if(e.onSave){const t=e.isMultiPagesEnabled()?e.getAllPagesHtml():e.getHtml();await e.onSave(t);return}await C1(f1(e.getHtml()))},open:async()=>{const t=e.onOpen?await e.onOpen():await w1();if(t!==null){if(Array.isArray(t)){e.setHtml(Mt(t));return}if(e.isMultiPagesEnabled()){e.setHtml(Mt([t]));return}e.setHtml(t)}},print:()=>{if(e.isMultiPagesEnabled()){P1(Fn(e.getHtml()));return}A1(e.getHtml())}}}function R1(e){return{toggleBold:()=>{e.toggleFontMark("bold")},toggleItalic:()=>{e.toggleFontMark("italic")},toggleUnderline:()=>{e.toggleFontMark("underline")},toggleStrikethrough:()=>{e.toggleFontMark("strikethrough")},clearFormatting:()=>{e.clearFormatting()},toggleFormatBrush:()=>{e.toggleFormatBrush()},setFontSize:(t,n)=>{e.setFontSize(t,n)},setFontSizeUnit:t=>{e.setFontSizeUnit(t)},setFontFamily:t=>{e.setFontFamily(t)},setFontColor:t=>{e.setFontColor(t)},setHighlightColor:t=>{e.setHighlightColor(t)},setParagraphStyle:t=>{e.setParagraphStyle(t)},alignLeft:()=>{e.setTextAlign("left")},alignCenter:()=>{e.setTextAlign("center")},alignRight:()=>{e.setTextAlign("right")},alignJustify:()=>{e.setTextAlign("justify")},indent:()=>{e.indent()},outdent:()=>{e.outdent()},toggleBulletList:()=>{e.toggleList("ul")},toggleNumberedList:()=>{e.toggleList("ol")},openFontProperties:t=>{e.openFontProperties(t??"general")},applyFontProperties:t=>{e.applyFontProperties(t)},openParagraphProperties:t=>{e.openParagraphProperties(t??"general")},applyParagraphProperties:t=>{e.applyParagraphProperties(t)},openPageProperties:t=>{e.openPageProperties(t??"font")},applyPageProperties:t=>{e.applyPageProperties(t)},openCustomParagraphStyleDialog:t=>{e.openCustomParagraphStyleDialog(t)},applyCustomParagraphStyle:t=>{e.applyCustomParagraphStyle(t)},openCustomCss:()=>{e.openCustomCss()},applyCustomCss:t=>{e.applyCustomCss(t)}}}function D1(e){return{isBold:()=>e.isFontMarkActive("bold"),isItalic:()=>e.isFontMarkActive("italic"),isUnderline:()=>e.isFontMarkActive("underline"),isStrikethrough:()=>e.isFontMarkActive("strikethrough"),getFontSize:()=>e.getFontSize(),getFontSizeUnit:()=>e.getFontSizeUnit(),isFontSizeMixed:()=>e.isFontSizeMixed(),getFontFamily:()=>e.getFontFamily(),isFontFamilyMixed:()=>e.isFontFamilyMixed(),getFontFaces:()=>e.getFontFaces(),getFontColor:()=>e.getFontColor(),isFontColorMixed:()=>e.isFontColorMixed(),getHighlightColor:()=>e.getHighlightColor(),isHighlightColorMixed:()=>e.isHighlightColorMixed(),getParagraphStyle:()=>e.getParagraphStyle(),isParagraphStyleMixed:()=>e.isParagraphStyleMixed(),isAlignLeft:()=>e.getTextAlign()==="left"&&!e.isTextAlignMixed(),isAlignCenter:()=>e.getTextAlign()==="center"&&!e.isTextAlignMixed(),isAlignRight:()=>e.getTextAlign()==="right"&&!e.isTextAlignMixed(),isAlignJustify:()=>e.getTextAlign()==="justify"&&!e.isTextAlignMixed(),canOutdent:()=>e.canOutdent(),isBulletList:()=>e.isBulletList(),isNumberedList:()=>e.isNumberedList(),hasTextSelection:()=>e.hasTextSelection(),isFormatBrushActive:()=>e.isFormatBrushActive(),customParagraphStylesEnabled:()=>e.customParagraphStylesEnabled(),getCustomParagraphStyles:()=>e.getCustomParagraphStyles(),isCustomParagraphStylesLoading:()=>e.isCustomParagraphStylesLoading()}}function j1(e){return{undo:()=>{e.undo()},redo:()=>{e.redo()}}}function I1(e){return{canUndo:()=>e.canUndo(),canRedo:()=>e.canRedo()}}function E1(e){return{openLinkDialog:t=>{e.openLinkDialog(t)},applyLink:t=>{e.applyLink(t)},openBookmarkDialog:()=>{e.openBookmarkDialog()},applyBookmark:t=>{e.applyBookmark(t)},openImageDialog:()=>{e.openImageDialog()},openPageBackgroundImage:()=>{e.openPageBackgroundImage()},openParagraphBackgroundImage:()=>{e.openParagraphBackgroundImage()},applyImage:t=>{e.applyImage(t)},openAudioDialog:()=>{e.openAudioDialog()},applyAudio:t=>{e.applyAudio(t)},openYoutubeDialog:()=>{e.openYoutubeDialog()},applyYoutube:t=>{e.applyYoutube(t)},openImageProperties:t=>{e.openImageProperties(t)},applyImageProperties:t=>{e.applyImageProperties(t)},insertHorizontalRule:()=>{e.insertHorizontalRule()},insertPageBreak:()=>{e.insertPageBreak()},insertPageBefore:()=>{e.insertPageBefore()},insertPageAfter:()=>{e.insertPageAfter()},deletePage:()=>{e.deletePage()}}}function _1(e){return{isLink:()=>e.isLink(),isImageSelected:()=>e.isImageSelected(),isMultiPagesEnabled:()=>e.isMultiPagesEnabled(),hasSelectedPage:()=>e.hasSelectedPage(),canDeletePage:()=>e.canDeletePage(),canInsertPageBackgroundImage:()=>e.canInsertPageBackgroundImage(),canInsertParagraphBackgroundImage:()=>e.canInsertParagraphBackgroundImage()}}function M1(e){return{openTableDialog:()=>{e.openTableDialog()},applyTable:t=>{e.applyTable(t)},openTableProperties:()=>{e.openTableProperties()},applyTableProperties:t=>{e.applyTableProperties(t)},openCellProperties:()=>{e.openCellProperties()},applyCellProperties:t=>{e.applyCellProperties(t)},openRowProperties:()=>{e.openRowProperties()},applyRowProperties:t=>{e.applyRowProperties(t)},insertRowBelow:()=>{e.insertRowBelow()},insertRowBefore:()=>{e.insertRowBefore()},deleteRow:()=>{e.deleteRow()},insertColumnAfter:()=>{e.insertColumnAfter()},insertColumnBefore:()=>{e.insertColumnBefore()},deleteColumn:()=>{e.deleteColumn()},mergeCells:()=>{e.mergeCells()},unmergeCells:()=>{e.unmergeCells()}}}function N1(e){return{isInTable:()=>e.isInTable(),canMergeCells:()=>e.canMergeCells(),canUnmergeCells:()=>e.canUnmergeCells()}}function L1(e){return{openHelp:()=>{e.openHelp()},openKeyboardShortcuts:()=>{e.openKeyboardShortcuts()},openAbout:()=>{e.openAbout()}}}const B1=[50,75,100,125,150,200],F1=.1,H1=3;function Ol(e){return!Number.isFinite(e)||e<=0?1:Math.min(H1,Math.max(F1,e))}function z1(e,t,n,r,o){if(e==="fitWidth")return r<=0?1:Ol(t/r);if(e==="fitPage"){if(r<=0||o<=0)return 1;const a=t/r,s=n/o;return Ol(Math.min(a,s))}return Ol(e/100)}function O1(e){let t=null;return{schedule(){t===null&&(t=window.requestAnimationFrame(()=>{t=null,e()}))},cancel(){t!==null&&(window.cancelAnimationFrame(t),t=null)}}}function In(e,t){return()=>{e.setPageZoom(t)}}function En(e,t){return()=>e.getPageZoom()===t}function K1(e){return{setVisualMode:()=>{e.setMode("visual")},setHtmlMode:()=>{e.setMode("html")},toggleFullscreen:()=>{e.setFullscreen(!e.getFullscreen())},openCustomizeToolbar:()=>{e.openCustomizeToolbar()},openDocumentPreview:()=>{e.openDocumentPreview()},toggleReadAloud:()=>{e.toggleReadAloud()},toggleRuler:()=>{e.toggleRuler()},setLightMode:()=>{e.setDarkMode(!1)},setDarkMode:()=>{e.setDarkMode(!0)},setPageZoomFitWidth:In(e,"fitWidth"),setPageZoomFitPage:In(e,"fitPage"),setPageZoom50:In(e,50),setPageZoom75:In(e,75),setPageZoom100:In(e,100),setPageZoom125:In(e,125),setPageZoom150:In(e,150),setPageZoom200:In(e,200),setToolbarPositionTop:()=>{e.setToolbarPosition("top")},setToolbarPositionLeft:()=>{e.setToolbarPosition("left")},setToolbarPositionRight:()=>{e.setToolbarPosition("right")},setToolbarPositionBottom:()=>{e.setToolbarPosition("bottom")}}}function $1(e){return{isVisualMode:()=>e.getMode()==="visual",isHtmlMode:()=>e.getMode()==="html",isFullscreen:()=>e.getFullscreen(),isLightMode:()=>!e.getDarkMode(),isDarkMode:()=>e.getDarkMode(),isPageZoomFitWidth:En(e,"fitWidth"),isPageZoomFitPage:En(e,"fitPage"),isPageZoom50:En(e,50),isPageZoom75:En(e,75),isPageZoom100:En(e,100),isPageZoom125:En(e,125),isPageZoom150:En(e,150),isPageZoom200:En(e,200),isToolbarPositionTop:()=>e.getToolbarPosition()==="top",isToolbarPositionLeft:()=>e.getToolbarPosition()==="left",isToolbarPositionRight:()=>e.getToolbarPosition()==="right",isToolbarPositionBottom:()=>e.getToolbarPosition()==="bottom",isReadingAloud:()=>e.isReadingAloud(),isRulerVisible:()=>e.isRulerVisible(),canReadAloud:()=>e.canReadAloud()}}function U1(e){return{addComment:()=>e.addComment(),toggleCommentsVisible:()=>e.toggleCommentsVisible()}}function V1(e){return{canAddComment:()=>e.canAddComment(),areCommentsVisible:()=>e.areCommentsVisible(),isCommentsEnabled:()=>e.isCommentsEnabled()}}function W1(e){return{...T1(e),...j1(e),...Hy(e),...E1(e),...M1(e),...K1(e),...R1(e),...U1(e),...L1(e)}}function G1(e){return{...$1(e),...I1(e),..._1(e),...N1(e),...D1(e),...V1(e)}}function za(e){return e.nodeType===Node.TEXT_NODE?e.parentElement:e instanceof Element?e:e.parentElement}function Z1(e){const t=e.style.fontSize;if(!t)return null;const n=Wc(t);return!n||!is(n.unit)?null:{value:n.value,unit:n.unit}}function yg(e,t){let n=za(t);for(;n&&n!==e&&n instanceof HTMLElement;){const r=Z1(n);if(r)return r;n=n.parentElement}return null}function q1(e,t){const n=za(e)??t,r=parseFloat(getComputedStyle(n).fontSize);return Number.isFinite(r)&&r>0?r:16}function xg(e,t){var a;let n=za(t);for(;n&&n!==e;){if(n.style.fontSize){const u=n.parentElement??e,d=parseFloat(getComputedStyle(u).fontSize);return Number.isFinite(d)&&d>0?d:16}n=n.parentElement}const r=((a=za(t))==null?void 0:a.parentElement)??e,o=parseFloat(getComputedStyle(r).fontSize);return Number.isFinite(o)&&o>0?o:16}function Cg(e){const t=parseFloat(getComputedStyle(e).fontSize);return Number.isFinite(t)&&t>0?t:16}function Y1(e,t){return e===t?!0:!e||!t?!1:e.value===t.value&&e.unit===t.unit}function Zm(e=Xr){return{value:null,unit:e,mixed:!1}}function wg(e,t=Xr){const n=window.getSelection();if(!n||n.rangeCount===0)return Zm(t);const r=n.getRangeAt(0);if(!ke(e,r.commonAncestorContainer))return Zm(t);const o=r.collapsed?[]:Pt(r).filter(f=>f.data.length>0),a=o.length>0?o:[r.startContainer],s=a.map(f=>yg(e,f)),u=s[0];if(s.every(f=>Y1(f,u))&&u)return{value:u.value,unit:u.unit,mixed:!1};if(s.every(f=>f===null)){const f=a.map(h=>q1(h,e)),g=f[0];if(f.every(h=>Math.abs(h-g)<.05)){const h=xg(e,a[0]),C=Cg(e);return{value:ip(g,t,h,C),unit:t,mixed:!1}}return{value:null,unit:t,mixed:!0}}return{value:null,unit:t,mixed:!0}}function X1(e,t){return{parentPx:xg(e,t),rootPx:Cg(e)}}function J1(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);return ke(e,n.commonAncestorContainer)?n:null}function gc(e,t,n){const r=pr(t,n);if(!r)return!1;const o=J1(e);if(!o||o.collapsed)return!1;const a=Vc(r.value,r.unit);un(o);const s=Pt(o).filter(u=>u.data.length>0);for(const u of s){const d=yg(e,u);d&&d.value===r.value&&d.unit===r.unit||ti(u,f=>{f.style.fontSize=a})}return yr(s),!0}function Q1(e,t){e.style.fontSize=Vc(t.value,t.unit)}function ev(e){return e.nodeType===Node.TEXT_NODE?e.parentElement:e instanceof Element?e:e.parentElement}function tv(e){return e.trim().toLowerCase()}function hc(e){const t={};for(const n of e.split(";")){const r=n.trim();if(!r)continue;const o=r.indexOf(":");if(o<=0)continue;const a=tv(r.slice(0,o)),s=r.slice(o+1).trim();a&&(t[a]=s)}return t}function vg(e){return Object.entries(e).filter(([t])=>t.trim()).map(([t,n])=>`${t}: ${n}`).join("; ")}function nv(e,t){const n={...e};for(const[r,o]of Object.entries(t))o.trim()?n[r]=o:delete n[r];return n}function rv(e){const t=e.trim();if(!t)return"";const n=t.split(";").map(r=>r.trim()).filter(Boolean);return n.length===0?"":n.map(r=>`${r};`).join(`
|
|
318
|
+
`)}function ms(e){const t=hc(e);return vg(t)}function ov(e,t){let n=ev(t);for(;n&&n!==e&&n instanceof HTMLElement;){const r=n.style.cssText.trim();if(r)return r;n=n.parentElement}return""}function kg(e){const t=fn(e);if(!t)return{value:null,mixed:!1};const n=t.collapsed?[]:Pt(t).filter(d=>d.data.length>0),a=(n.length>0?n:[t.startContainer]).map(d=>ov(e,d)).map(d=>d.trim()),s=a[0]??"";return a.every(d=>d===s)?{value:s||null,mixed:!1}:{value:null,mixed:!0}}function Sg(e,t){const n=hc(e.style.cssText),r=hc(t),o=nv(n,r),a=vg(o);a?e.style.cssText=a:e.removeAttribute("style")}function Ag(e,t){const n=ms(t);if(!n)return!1;const r=fn(e);if(!r||r.collapsed)return!1;un(r);const o=Pt(r).filter(a=>a.data.length>0);if(o.length===0)return!1;for(const a of o)ti(a,s=>{Sg(s,n),Gn(s)&&Nt(s)});return yr(o),!0}function iv(e,t){const n=ms(t);n&&Sg(e,n)}function av(e){return!!(e&&ms(e))}const Kt=["bold","italic","underline","strikethrough"],Vr={bold:new Set(["strong","b"]),italic:new Set(["em","i"]),underline:new Set(["u"]),strikethrough:new Set(["s","strike","del"])},sv=new Set(["underline","line-through","overline"]);function zn(){return{bold:!1,italic:!1,underline:!1,strikethrough:!1}}function lv(e,t){return Kt.every(n=>e[n]===t[n])}function cv(e){return Kt.some(t=>e[t]!==void 0)}function Pg(e,t){const n={...e};if(!t)return n;for(const r of Kt){const o=t[r];o!==void 0&&(n[r]=o)}return n}function uv(e,t,n){const r=e[n]??t[n],o={...e,[n]:!r};return o[n]===t[n]&&delete o[n],o}function Un(e){return(e.style.textDecorationLine||e.style.textDecoration).split(/\s+/).filter(n=>sv.has(n))}function oo(e,t){if(t.length===0){e.style.textDecorationLine="",e.style.removeProperty("text-decoration-line"),e.style.textDecoration&&(e.style.textDecoration="",e.style.removeProperty("text-decoration"));return}e.style.textDecorationLine=t.join(" ")}function Tg(e,t){const n=e,r=e.tagName.toLowerCase();if(t==="bold"){if(Vr.bold.has(r))return!0;const s=n.style.fontWeight;if(!s)return null;if(s==="bold"||s==="bolder")return!0;const u=Number(s);return Number.isNaN(u)?s==="normal"||s==="lighter"?!1:null:u>=700}if(t==="italic"){if(Vr.italic.has(r))return!0;const s=n.style.fontStyle;return s?s==="italic"||s==="oblique"?!0:s==="normal"?!1:null:null}if(t==="underline"){if(Vr.underline.has(r))return!0;const s=n.style.textDecorationLine||n.style.textDecoration;if(!s)return null;if(s==="none")return!1;const u=Un(n);return u.includes("underline")?!0:u.length>0?!1:null}if(Vr.strikethrough.has(r))return!0;const o=n.style.textDecorationLine||n.style.textDecoration;if(!o)return null;if(o==="none")return!1;const a=Un(n);return a.includes("line-through")?!0:a.length>0?!1:null}function Oa(e,t){return Tg(e,t)===!0}function io(e,t,n){let r=t.nodeType===Node.TEXT_NODE?t.parentElement:t;for(;r&&r!==e&&r instanceof Element;){const o=Tg(r,n);if(o!==null)return o;r=r.parentElement}return!1}function Rg(e,t){if(t==="bold"){e.style.fontWeight="700";return}if(t==="italic"){e.style.fontStyle="italic";return}if(t==="underline"){const r=Un(e);r.includes("underline")||r.push("underline"),oo(e,r);return}const n=Un(e);n.includes("line-through")||n.push("line-through"),oo(e,n)}function Dg(e,t){if(t==="bold"){e.style.fontWeight="",e.style.removeProperty("font-weight");return}if(t==="italic"){e.style.fontStyle="",e.style.removeProperty("font-style");return}if(t==="underline"){oo(e,Un(e).filter(n=>n!=="underline"));return}oo(e,Un(e).filter(n=>n!=="line-through"))}function dv(e,t){if(t==="bold"){e.style.fontWeight="400";return}if(t==="italic"){e.style.fontStyle="normal";return}if(t==="underline"){const r=Un(e).filter(o=>o!=="underline");if(r.length===0){e.style.textDecorationLine="none";return}oo(e,r);return}const n=Un(e).filter(r=>r!=="line-through");if(n.length===0){e.style.textDecorationLine="none";return}oo(e,n)}function mv(e,t){ti(e,n=>Rg(n,t))}function fv(e,t,n){let r=t;for(;r.parentElement&&r.parentElement!==e;){const o=r.parentElement;if(!mn(o)||!Oa(o,n)){r=o;continue}if(Zn(o,r),Oa(o,n)){if(Vr[n].has(o.tagName.toLowerCase())){Nt(o);continue}if(Dg(o,n),Gn(o)){Nt(o);continue}}r=o}}function pv(e,t,n){const r=Pt(t).filter(o=>o.data.length>0);return r.length===0?io(e,t.startContainer,n):r.every(o=>io(e,o,n))}function gv(e,t,n,r){un(t);const o=Pt(t).filter(a=>a.data.length>0);for(const a of o)r?io(e,a,n)||mv(a,n):fv(e,a,n);yr(o)}function Wr(e){const t=window.getSelection();if(!t||t.rangeCount===0)return zn();const n=t.getRangeAt(0);if(!ke(e,n.commonAncestorContainer))return zn();if(n.collapsed)return bc(e,n);const r=Pt(n).filter(a=>a.data.length>0);if(r.length===0)return bc(e,n);const o=zn();for(const a of Kt)o[a]=io(e,r[0],a);for(let a=1;a<r.length;a+=1)for(const s of Kt)o[s]=o[s]&&io(e,r[a],s);return o}function bc(e,t){const n=zn();for(const r of Kt)n[r]=io(e,t.startContainer,r);return n}function yc(e,t){const n=window.getSelection();if(!n||n.rangeCount===0)return!1;const r=n.getRangeAt(0);if(!ke(e,r.commonAncestorContainer)||r.collapsed)return!1;const o=pv(e,r,t);return gv(e,r,t,!o),!0}function hv(e){const t=e.startContainer,n=e.startOffset;if(t.nodeType!==Node.TEXT_NODE)return;const r=t;if(n<=0||n>=r.length)return;const o=r.splitText(n);e.setStart(o,0),e.collapse(!0)}function bv(e,t,n){var a,s,u;hv(t);let r=t.startContainer.nodeType===Node.TEXT_NODE&&t.startOffset===0?t.startContainer:t.startContainer.childNodes[t.startOffset]??t.startContainer.lastChild??t.startContainer;if(t.startContainer.nodeType===Node.TEXT_NODE&&t.startOffset>0){const d=document.createTextNode("");(a=t.startContainer.parentNode)==null||a.insertBefore(d,t.startContainer.nextSibling),r=d}else if(t.startContainer.nodeType===Node.TEXT_NODE&&t.startOffset===0){const d=document.createTextNode("");(s=t.startContainer.parentNode)==null||s.insertBefore(d,t.startContainer),r=d}else{const d=document.createTextNode("");r&&r!==t.startContainer?(u=r.parentNode)==null||u.insertBefore(d,r):t.startContainer.appendChild(d),r=d}let o=r;for(;o.parentElement&&o.parentElement!==e;){const d=o.parentElement;if(!mn(d)){o=d;continue}if(!n.some(g=>Oa(d,g))){o=d;continue}Zn(d,o);for(const g of n)if(Oa(d,g)){if(Vr[g].has(d.tagName.toLowerCase())){Nt(d);break}if(Dg(d,g),Gn(d)){Nt(d);break}}o=d.isConnected?d:r}return r}function yv(e,t,n){for(const r of Kt)n[r]!==t[r]&&(n[r]?Rg(e,r):dv(e,r))}function xv(e,t,n,r,o,a,s){var S,P;const u=window.getSelection();if(!u||u.rangeCount===0)return;const d=u.getRangeAt(0);if(!ke(e,d.commonAncestorContainer))return;const f=bc(e,d),g=Pg(f,n),h=Kt.filter(R=>f[R]&&!g[R]),C=Gx(e,d.startContainer,o),b=Cx(e,d.startContainer,a);let x=null;h.length>0?(x=bv(e,d,h),C.length>0&&fp(e,x,C),b&&rc(e,x)):C.length>0?(x=Wx(e,d,C),b&&rc(e,x)):b?x=xx(e,d):d.deleteContents();const y=document.createElement("span");yv(y,f,g),r&&Q1(y,r),o!=null&&o.color&&Tm(y,"color",o.color),o!=null&&o.backgroundColor&&Tm(y,"backgroundColor",o.backgroundColor),a&&gx(y,a),s&&iv(y,s),y.textContent=t;const v=y.style.cssText.trim()?y:document.createTextNode(t);x?((S=x.parentNode)==null||S.insertBefore(v,x),x.nodeType===Node.TEXT_NODE&&!x.data&&((P=x.parentNode)==null||P.removeChild(x))):d.insertNode(v);const k=document.createRange();k.selectNodeContents(v),k.collapse(!1),u.removeAllRanges(),u.addRange(k)}const Ka=["p","h1","h2","h3","h4","h5","h6"],Cv=new Set(Ka),jg=new Set([...Ka,"div"]),fs=new Set(["li","ul","ol","td","th","tr","thead","tbody","table","blockquote","pre"]),wv=()=>({tag:null,mixed:!1});function Ig(e){return Cv.has(e)}function vv(e){return Ig(e)?e:e==="div"?"p":null}function kv(e){return e instanceof Element&&fs.has(Me(e))}function Eg(e){return e instanceof HTMLElement&&!Tt(e)&&jg.has(Me(e))}function xc(e){if(e.nodeType===Node.TEXT_NODE||e.nodeType===Node.COMMENT_NODE||!(e instanceof Element))return!0;const t=Me(e);return jg.has(t)||fs.has(t)?!1:mn(e)||t==="br"||t==="a"||t==="img"||t==="span"}function Sv(e,t){let n=ri(t);for(;n&&n!==e;){if(fs.has(Me(n)))return!0;n=n.parentElement}return!1}function _g(e,t){let n=ri(t);for(;n&&n!==e;){if(Gp(n,e)){n=n.parentElement;continue}if(Eg(n))return n;if(fs.has(Me(n)))return null;n=n.parentElement}return null}function Av(e,t){const n=new Set,r=[];for(const o of Jc(t)){const a=_g(e,o);a&&!n.has(a)&&(n.add(a),r.push(a))}return r}function Pv(e,t){let n=t;for(;n&&n.parentNode!==e;)n=n.parentNode;return n&&n.parentNode===e?n:null}function Tv(e,t){const n=[...e.childNodes],r=n.indexOf(t);if(r<0)return[t];let o=r,a=r;for(;o>0&&xc(n[o-1]);)o-=1;for(;a<n.length-1&&xc(n[a+1]);)a+=1;return n.slice(o,a+1)}function Cc(e){for(const t of e.childNodes)if(!(t instanceof HTMLElement&&Tt(t)))return t;return null}function Rv(e,t,n){if(n.startContainer===e){const r=e.childNodes[Math.min(n.startOffset,Math.max(0,e.childNodes.length-1))]??e.firstChild;return r instanceof HTMLElement&&Tt(r)?Cc(e):r}return n.startContainer===t&&e!==t?Cc(e):Pv(e,n.startContainer)}function Dv(e,t,n){const r=uu(e);if(Sv(e,t.startContainer))return!1;if(!Cc(r)){const u=document.createElement(n);return u.appendChild(document.createElement("br")),r.appendChild(u),!0}const o=Rv(r,e,t);if(!o||o instanceof HTMLElement&&Tt(o)||kv(o)||Eg(o)||!xc(o))return!1;const a=Tv(r,o),s=document.createElement(n);r.insertBefore(s,a[0]);for(const u of a)s.appendChild(u);return!0}function jv(e){const t=fn(e);if(!t)return wv();const n=Jc(t).map(o=>{const a=_g(e,o);return a?vv(Me(a)):null}),r=n[0];return n.every(o=>o===r)?{tag:r??null,mixed:!1}:{tag:null,mixed:!0}}function Iv(e,t){if(!Ig(t))return!1;const n=fn(e);if(!n)return!1;const r=Jr(e,n.startContainer,n.startOffset),o=Jr(e,n.endContainer,n.endOffset),a=Math.min(r,o),s=Math.max(r,o),u=Av(e,n);let d=!1;if(u.length===0)d=Dv(e,n,t);else for(const f of u)Me(f)!==t&&(eu(f,t),d=!0);return Qc(e,a,s),d}function bu(e){if(!Ot(e))return null;const t=Qr(e);if(!t)return null;const n=Me(t);return n==="ul"||n==="ol"?n:null}function Mg(e){const t=An(e);if(t.length===0)return{type:null,mixed:!1};const n=t.map(bu),r=n[0];return n.every(o=>o===r)?{type:r,mixed:!1}:{type:null,mixed:!0}}function Ev(e,t,n){const r=[...e.children].filter(o=>Xc(o));for(const o of r)t.insertBefore(o,n)}function Ng(e){const t=Qr(e),n=document.createElement("p");for(const f of[...e.attributes])n.setAttribute(f.name,f.value);for(n.style.marginLeft="",kt(n);e.firstChild&&!Xc(e.firstChild);)n.appendChild(e.firstChild);const r=[];let o=e.nextElementSibling;for(;o;)r.push(o),o=o.nextElementSibling;const a=(t==null?void 0:t.parentNode)??e.parentNode;if(!t||!a)return e.replaceWith(n),n;const s=Ot(a)?a.parentNode??a:a,u=Ot(a)?a.nextSibling:t.nextSibling;e.remove();let d=null;if(r.length>0){d=document.createElement(t.tagName);for(const f of r)d.appendChild(f)}return s.insertBefore(n,u),d&&s.insertBefore(d,n.nextSibling),Ev(e,s,n.nextSibling),t.childElementCount===0&&t.remove(),n}function _v(e){if(Ot(e))return e;const t=eu(e,"li");return t.style.marginLeft="",kt(t),t}function Lg(e,t){if(e.length===0)return!1;if(e.every(Ot)){const a=Qr(e[0]);if(a&&e.every(s=>s.parentElement===a)&&[...a.children].every(u=>u instanceof HTMLElement&&e.includes(u)))return Me(a)===t?!1:(eu(a,t),!0)}const n=e[0],r=n.parentNode;if(!r)return!1;const o=document.createElement(t);r.insertBefore(o,n);for(const a of e){const s=Ot(a)?Qr(a):null;o.appendChild(_v(a)),s&&s!==o&&s.childElementCount===0&&s.remove()}return!0}function Bg(e){let t=!1;for(const n of[...e].reverse())Ot(n)&&(Ng(n),t=!0);return t}function Mv(e,t){return Yn(e,()=>{const n=xr(e);if(n.length===0)return!1;if(n.every(a=>bu(a)===t))return Bg(n);let o=!1;for(const a of cp(n))Lg(a,t)&&(o=!0);return o})}function Nv(e,t){return Yn(e,()=>{const n=xr(e);if(n.length===0)return!1;if(t===null)return Bg(n);if(n.every(a=>bu(a)===t))return!1;let o=!1;for(const a of cp(n))Lg(a,t)&&(o=!0);return o})}const Fg=40;function yu(e){const t=e.style.marginLeft;if(!t)return 0;const n=Number.parseFloat(t);return Number.isFinite(n)?n:0}function Hg(e,t){if(t<=0){e.style.marginLeft="",kt(e);return}e.style.marginLeft=`${t}px`}function Lv(e){let t=e.previousElementSibling;for(;t;){if(Ot(t))return t;t=t.previousElementSibling}return null}function Bv(e){for(let t=e.children.length-1;t>=0;t-=1){const n=e.children[t];if(n instanceof HTMLElement&&(Me(n)==="ul"||Me(n)==="ol"))return n}return null}function Fv(e){const t=Lv(e);if(!t)return!1;const n=Qr(e);if(!n)return!1;const r=Me(n)==="ol"?"ol":"ul";let o=Bv(t);return(!o||Me(o)!==r)&&(o=document.createElement(r),t.appendChild(o)),o.appendChild(e),!0}function Hv(e){const t=Qr(e);if(!t)return!1;const n=t.parentElement;if(n&&Ot(n)){const r=n.parentElement;return r?(r.insertBefore(e,n.nextSibling),t.childElementCount===0&&t.remove(),!0):!1}return Ng(e),!0}function zv(e){return An(e).some(n=>Ot(n)||yu(n)>0)}function Ov(e){return Yn(e,()=>{const t=xr(e);if(t.length===0)return!1;let n=!1;for(const r of t){if(Ot(r)){Fv(r)&&(n=!0);continue}Hg(r,yu(r)+Fg),n=!0}return n})}function Kv(e){return Yn(e,()=>{const t=An(e);if(t.length===0)return!1;let n=!1;for(const r of[...t].reverse()){if(Ot(r)){Hv(r)&&(n=!0);continue}const o=yu(r);o<=0||(Hg(r,Math.max(0,o-Fg)),n=!0)}return n})}function ps(e){return{colSpan:Math.max(1,e.colSpan||1),rowSpan:Math.max(1,e.rowSpan||1)}}function br(e,t,n){const r=Math.max(1,Math.floor(t)),o=Math.max(1,Math.floor(n));r<=1?e.removeAttribute("colspan"):e.colSpan=r,o<=1?e.removeAttribute("rowspan"):e.rowSpan=o}function Lt(e){const t=e.rows.length,n=Array.from({length:t},()=>[]),r=[];let o=0;for(let a=0;a<t;a+=1){const s=e.rows[a];let u=0;for(const d of Array.from(s.cells)){for(;n[a][u];)u+=1;const f=ps(d),g={cell:d,originRow:a,originCol:u,rowSpan:f.rowSpan,colSpan:f.colSpan};r.push(g);for(let h=0;h<f.rowSpan;h+=1){const C=a+h;if(C>=t)break;for(let b=0;b<f.colSpan;b+=1)n[C][u+b]=g}u+=f.colSpan,o=Math.max(o,u)}o=Math.max(o,n[a].length)}return{table:e,slots:n,unique:r,rowCount:t,colCount:o}}function $a(e,t,n){var r;return((r=e.slots[t])==null?void 0:r[n])??null}function Jt(e,t){return e.unique.find(n=>n.cell===t)??null}function zg(e,t){return e.originRow<t.minRow||e.originCol<t.minCol||e.originRow+e.rowSpan-1>t.maxRow||e.originCol+e.colSpan-1>t.maxCol}function Og(e){if(e.length===0)return null;let t=1/0,n=-1/0,r=1/0,o=-1/0;for(const a of e)t=Math.min(t,a.originRow),n=Math.max(n,a.originRow+a.rowSpan-1),r=Math.min(r,a.originCol),o=Math.max(o,a.originCol+a.colSpan-1);return{minRow:t,maxRow:n,minCol:r,maxCol:o}}function $v(e,t){const n=new Set,r=[];for(let o=t.minRow;o<=t.maxRow;o+=1)for(let a=t.minCol;a<=t.maxCol;a+=1){const s=$a(e,o,a);!s||n.has(s.cell)||(n.add(s.cell),r.push(s.cell))}return r}function Kg(e,t){if(t.minRow>t.maxRow||t.minCol>t.maxCol)return null;const n=$a(e,t.minRow,t.minCol);if(!n||n.originRow!==t.minRow||n.originCol!==t.minCol)return null;const r=new Set,o=[];for(let a=t.minRow;a<=t.maxRow;a+=1)for(let s=t.minCol;s<=t.maxCol;s+=1){const u=$a(e,a,s);if(!u||zg(u,t))return null;r.has(u.cell)||(r.add(u.cell),o.push(u.cell))}return{origin:n,cells:o,colSpan:t.maxCol-t.minCol+1,rowSpan:t.maxRow-t.minRow+1}}function Uv(e,t,n,r){const o={minRow:t.originRow,maxRow:t.originRow+r-1,minCol:t.originCol,maxCol:t.originCol+n-1};if(o.maxRow>=e.rowCount||o.maxCol>=e.colCount)return!1;for(let a=o.minRow;a<=o.maxRow;a+=1)for(let s=o.minCol;s<=o.maxCol;s+=1){const u=$a(e,a,s);if(!u)return!1;if(u.cell!==t.cell&&zg(u,o))return!1}return!0}const qm=10,Gr=1,Zr=50,Vv="1px solid #000",Wv="0.25em",Gv=new Set(["td","th"]);function $g(e,t){return Number.isInteger(e)&&Number.isInteger(t)&&e>=Gr&&t>=Gr&&e<=Zr&&t<=Zr}function At(e,t){return Cu(e,t,n=>n instanceof HTMLTableElement)}function Ua(e,t){return Cu(e,t,n=>ok(n))}function Zv(e,t){return Cu(e,t,n=>n instanceof HTMLTableRowElement)}function xu(e){return At(e,wu(e))}function pn(e){return Ua(e,wu(e))}function Ug(e){return Zv(e,wu(e))}function qv(e){const t=[];for(const n of Array.from(e.rows))t.push(...Array.from(n.cells));return t}function ii(e){const t=window.getSelection();if(!t||t.rangeCount===0)return[];const n=t.getRangeAt(0);if(!ke(e,n.commonAncestorContainer))return[];const r=Ua(e,n.startContainer),o=Ua(e,n.endContainer);if(!r)return[];if(!o||r===o)return[r];const a=At(e,r);if(!a||At(e,o)!==a)return[r];const s=Lt(a),u=Jt(s,r),d=Jt(s,o);if(!u||!d)return[r];const f=Og([u,d]);if(!f)return[r];const g=$v(s,f);return g.length>0?g:[r]}function Yv(e,t){if(!$g(t.rows,t.cols))return!1;const n=window.getSelection();if(!n||n.rangeCount===0)return!1;const r=n.getRangeAt(0);if(!ke(e,r.commonAncestorContainer))return!1;const o=document.createElement("table");o.style.borderCollapse="collapse",o.style.width="100%";const a=document.createElement("tbody");for(let u=0;u<t.rows;u+=1){const d=document.createElement("tr");for(let f=0;f<t.cols;f+=1)d.appendChild(ik("td"));a.appendChild(d)}o.appendChild(a),r.collapsed||r.deleteContents(),r.insertNode(o),ck(e,o);const s=o.querySelector("td, th");return s instanceof HTMLTableCellElement&&St(s),!0}function wc(e,t){var h,C,b,x;const n=pn(e);if(!n)return!1;const r=At(e,n);if(!r)return!1;const o=Lt(r),a=Jt(o,n);if(!a)return!1;const s=t==="before"?a.originRow:a.originRow+a.rowSpan,u=new Set;for(const y of o.unique)if(y.originRow<s&&y.originRow+y.rowSpan>s){br(y.cell,y.colSpan,y.rowSpan+1);for(let v=y.originCol;v<y.originCol+y.colSpan;v+=1)u.add(v)}const d=document.createElement("tr"),f=Math.min(s,o.rowCount-1);for(let y=0;y<o.colCount;y+=1){if(u.has(y))continue;const v=((C=(h=o.slots[f])==null?void 0:h[y])==null?void 0:C.cell)??n;d.appendChild(vu(v))}if(s>=r.rows.length)(b=r.rows[r.rows.length-1].parentNode)==null||b.appendChild(d);else{const y=r.rows[s];(x=y.parentNode)==null||x.insertBefore(d,y)}const g=sk(d,o.colCount,u,a.originCol);return St(g||n),!0}function Ym(e,t){var f,g,h,C;const n=pn(e);if(!n)return!1;const r=At(e,n);if(!r)return!1;const o=Lt(r),a=Jt(o,n);if(!a)return!1;const s=t==="before"?a.originCol:a.originCol+a.colSpan,u=new Set;for(const b of o.unique)if(b.originCol<s&&b.originCol+b.colSpan>s){br(b.cell,b.colSpan+1,b.rowSpan);for(let x=b.originRow;x<b.originRow+b.rowSpan;x+=1)u.add(x)}let d=null;for(let b=0;b<o.rowCount;b+=1){if(u.has(b))continue;const x=((g=(f=o.slots[b])==null?void 0:f[Math.min(s,Math.max(0,o.colCount-1))])==null?void 0:g.cell)??((C=(h=o.slots[b])==null?void 0:h[Math.max(0,s-1)])==null?void 0:C.cell)??n,y=vu(x);ku(r,b,s,y),b===a.originRow&&(d=y)}return d&&St(d),!0}function Xv(e){var C,b;const t=pn(e);if(!t)return!1;const n=At(e,t);if(!n)return!1;const r=Lt(n),o=Jt(r,t);if(!o)return!1;if(r.rowCount<=1)return vc(e,n);const a=o.originRow,s=a+1,u=[];for(const x of r.unique)x.originRow<=a&&x.originRow+x.rowSpan>a&&(x.originRow<a?br(x.cell,x.colSpan,x.rowSpan-1):x.originRow===a&&x.rowSpan>1&&u.push(x));u.sort((x,y)=>x.originCol-y.originCol);for(const x of u)br(x.cell,x.colSpan,x.rowSpan-1),ku(n,s,x.originCol,x.cell);const d=o.originCol;n.rows[a].remove();const f=n.rows[Math.min(a,n.rows.length-1)],g=Lt(n),h=(b=(C=g.slots[Math.min(a,g.rowCount-1)])==null?void 0:C[Math.min(d,Math.max(0,g.colCount-1))])==null?void 0:b.cell;return h?St(h):f!=null&&f.cells[0]?St(f.cells[0]):dk(n),!0}function Jv(e){var f,g,h;const t=pn(e);if(!t)return!1;const n=At(e,t);if(!n)return!1;const r=Lt(n),o=Jt(r,t);if(!o)return!1;if(r.colCount<=1)return vc(e,n);const a=o.originCol,s=o.originRow;for(const C of r.unique)a<C.originCol||a>=C.originCol+C.colSpan||(C.colSpan===1?C.cell.remove():br(C.cell,C.colSpan-1,C.rowSpan));const u=Lt(n);if(u.colCount===0||u.unique.length===0)return vc(e,n);const d=((g=(f=u.slots[Math.min(s,u.rowCount-1)])==null?void 0:f[Math.min(a,u.colCount-1)])==null?void 0:g.cell)??((h=u.unique[0])==null?void 0:h.cell);return d&&St(d),!0}function Qv(e,t){const n=pn(e);if(!n)return!1;const r=At(e,n);if(!r)return!1;const o=qv(r),a=o.indexOf(n);if(a<0)return!1;if(t)return a===0?!1:(St(o[a-1]),{changed:!1});if(a<o.length-1)return St(o[a+1]),{changed:!1};const s=n.parentElement;if(!wc(e,"below"))return!1;const u=s instanceof HTMLTableRowElement?s.nextElementSibling:null;return u instanceof HTMLTableRowElement&&u.cells[0]&&St(u.cells[0]),{changed:!0}}function ek(e,t){return!ke(e,t)||t===e?!1:(St(t),!0)}function Xm(e){return Vg(e)!==null}function Jm(e){const t=pn(e);if(!t)return!1;const n=ps(t);return n.colSpan>1||n.rowSpan>1}function tk(e){const t=Vg(e);if(!t)return!1;const n=At(e,t.origin.cell);return n?Wg(n,t):!1}function nk(e){const t=pn(e);if(!t)return!1;const n=At(e,t);return n?Gg(n,t):!1}function rk(e,t,n){const r=pn(e);if(!r)return!1;const o=At(e,r);if(!o)return!1;const a=Lt(o),s=Jt(a,r);if(!s)return!1;const u=Math.min(a.colCount-s.originCol,Math.max(1,Math.floor(t))),d=Math.min(a.rowCount-s.originRow,Math.max(1,Math.floor(n)));if(u===s.colSpan&&d===s.rowSpan||!Uv(a,s,u,d))return!1;if((s.colSpan>1||s.rowSpan>1)&&Gg(o,r),u===1&&d===1)return St(r),!0;const f=Lt(o),g=Kg(f,{minRow:s.originRow,maxRow:s.originRow+d-1,minCol:s.originCol,maxCol:s.originCol+u-1});return g?Wg(o,g):!0}function Cu(e,t,n){let r=t;for(;r&&r!==e;){if(r instanceof HTMLElement&&n(r))return r;r=r.parentNode}return null}function ok(e){return Gv.has(e.tagName.toLowerCase())}function wu(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);return ke(e,n.commonAncestorContainer)?n.startContainer:null}function Vg(e){const t=ii(e);if(t.length<2)return null;const n=At(e,t[0]);if(!n)return null;const r=Lt(n),o=[];for(const u of t){const d=Jt(r,u);if(!d)return null;o.push(d)}const a=Og(o);if(!a)return null;const s=Kg(r,a);return!s||s.cells.length<2?null:s}function Wg(e,t){const n=t.origin.cell,r=Lt(e),o=t.cells.map(a=>Jt(r,a)).filter(a=>a!==null).sort((a,s)=>a.originRow-s.originRow||a.originCol-s.originCol);for(const a of o)a.cell!==n&&lk(n,a.cell);br(n,t.colSpan,t.rowSpan);for(const a of o)a.cell!==n&&a.cell.remove();return St(n),!0}function Gg(e,t){const n=Lt(e),r=Jt(n,t);if(!r||r.colSpan===1&&r.rowSpan===1)return!1;br(t,1,1);for(let o=r.originRow;o<r.originRow+r.rowSpan;o+=1)for(let a=r.originCol;a<r.originCol+r.colSpan;a+=1)o===r.originRow&&a===r.originCol||ku(e,o,a,vu(t));return St(t),!0}function ik(e){const t=document.createElement(e);return t.style.border=Vv,t.style.padding=Wv,t.appendChild(document.createElement("br")),t}function vu(e){const t=e.cloneNode(!1);for(t.removeAttribute("colspan"),t.removeAttribute("rowspan");t.firstChild;)t.removeChild(t.firstChild);return t.appendChild(document.createElement("br")),t}function ak(e,t,n){t>=e.cells.length?e.appendChild(n):e.insertBefore(n,e.cells[t])}function ku(e,t,n,r){const o=e.rows[t];if(!o)return;const a=Lt(e);let s=0;for(const u of Array.from(o.cells)){if(u===r)continue;const d=Jt(a,u);if(!d||d.originCol>=n)break;s+=1}ak(o,s,r)}function sk(e,t,n,r){let o=0;for(let a=0;a<t;a+=1)if(!n.has(a)){if(a>=r)return e.cells[o]??null;o+=1}return e.cells[e.cells.length-1]??null}function Qm(e){var t;return e.childNodes.length===0||e.childNodes.length===1&&((t=e.firstChild)==null?void 0:t.nodeName)==="BR"?!0:(e.textContent??"").trim().length===0&&e.querySelector("img, table, ul, ol, hr")===null}function lk(e,t){if(!(e===t||Qm(t)))for(Qm(e)?e.innerHTML="":e.appendChild(document.createTextNode(" "));t.firstChild;)e.appendChild(t.firstChild)}function ck(e,t){var o;const n=t.parentElement;if(!n||n===e)return;const r=n.tagName.toLowerCase();r==="td"||r==="th"||(r==="p"||/^h[1-6]$/.test(r))&&((o=n.parentNode)==null||o.insertBefore(t,n.nextSibling),uk(n)&&n.remove())}function uk(e){var t;return e.childNodes.length===0||e.childNodes.length===1&&((t=e.firstChild)==null?void 0:t.nodeName)==="BR"?!0:(e.textContent??"").trim().length===0&&e.querySelector("img, table, ul, ol")===null}function vc(e,t){if(!t.parentNode||!ke(e,t))return!1;const r=document.createRange();r.setStartBefore(t),r.collapse(!0),t.remove();const o=window.getSelection();return o&&(o.removeAllRanges(),o.addRange(r)),!0}function St(e){const t=document.createRange();t.selectNodeContents(e),t.collapse(!0);const n=window.getSelection();n&&(n.removeAllRanges(),n.addRange(t))}function dk(e){const t=document.createRange();t.setStartAfter(e),t.collapse(!0);const n=window.getSelection();n&&(n.removeAllRanges(),n.addRange(t))}const Zg=["left","center","right","justify"];function mk(e){const t=e.trim().toLowerCase();return t==="center"?"center":t==="right"||t==="end"?"right":t==="justify"?"justify":"left"}function Va(e){return mk(e.style.textAlign)}function kc(e,t){const n=t??"left";return Va(e)===n?t===null&&e.style.textAlign?(e.style.removeProperty("text-align"),!0):!1:(t===null||t==="left"?e.style.removeProperty("text-align"):e.style.textAlign=t,!0)}function ef(e){const t=e[0];return e.every(n=>n===t)?{align:t,mixed:!1}:{align:null,mixed:!0}}function qg(e){const t=ii(e);if(t.length>0)return ef(t.map(Va));const n=An(e);return n.length===0?fn(e)?{align:"left",mixed:!1}:{align:null,mixed:!1}:ef(n.map(Va))}function Yg(e,t){return Zg.includes(t)?Yn(e,()=>{const n=ii(e);if(n.length>0){let a=!1;for(const s of n)kc(s,t)&&(a=!0);return a}const r=xr(e);if(r.length===0)return!1;let o=!1;for(const a of r)kc(a,t)&&(o=!0);return o}):!1}function Yr(){return{...ru(),align:"left",alignMixed:!1,list:null,listMixed:!1}}function Kl(e){const t=xC(e),n=qg(e),r=Mg(e);return{...t,align:n.align,alignMixed:n.mixed,list:r.type,listMixed:r.mixed}}function Xg(e,t){let n=!1;return!t.alignMixed&&t.align&&Yg(e,t.align)&&(n=!0),t.listMixed||Nv(e,t.list)&&(n=!0),CC(e,t)&&(n=!0),n}function fk(e,t){return Xg(e,Sc(t))}function Jg(e){return{align:e.alignMixed?void 0:e.align??"left",list:e.listMixed?void 0:e.list,margin:e.marginMixed?void 0:e.margin,padding:e.paddingMixed?void 0:e.padding,lineHeight:e.lineHeightMixed?void 0:e.lineHeight,border:e.borderMixed?void 0:e.border,borderRadius:e.radiusMixed?void 0:e.borderRadius,boxShadow:e.shadowMixed?void 0:e.boxShadow,backgroundColor:e.backgroundMixed?void 0:e.backgroundColor,opacity:e.opacityMixed?void 0:e.opacity,breakInside:e.breakInsideMixed?void 0:e.breakInside,breakAfter:e.breakAfterMixed?void 0:e.breakAfter,breakBefore:e.breakBeforeMixed?void 0:e.breakBefore}}function Sc(e){const t=Yr();return e?{align:e.align??t.align,alignMixed:e.align===void 0,list:e.list===void 0?t.list:e.list,listMixed:e.list===void 0,margin:e.margin??t.margin,marginMixed:e.margin===void 0,padding:e.padding??t.padding,paddingMixed:e.padding===void 0,lineHeight:e.lineHeight===void 0?t.lineHeight:e.lineHeight,lineHeightMixed:e.lineHeight===void 0,border:e.border??t.border,borderMixed:e.border===void 0,borderRadius:e.borderRadius===void 0?t.borderRadius:e.borderRadius,radiusMixed:e.borderRadius===void 0,boxShadow:e.boxShadow===void 0?t.boxShadow:e.boxShadow,shadowMixed:e.boxShadow===void 0,backgroundColor:e.backgroundColor===void 0?t.backgroundColor:e.backgroundColor,backgroundMixed:e.backgroundColor===void 0,opacity:e.opacity===void 0?t.opacity:e.opacity,opacityMixed:e.opacity===void 0,breakInside:e.breakInside===void 0?t.breakInside:e.breakInside,breakInsideMixed:e.breakInside===void 0,breakAfter:e.breakAfter===void 0?t.breakAfter:e.breakAfter,breakAfterMixed:e.breakAfter===void 0,breakBefore:e.breakBefore===void 0?t.breakBefore:e.breakBefore,breakBeforeMixed:e.breakBefore===void 0}:{...t,alignMixed:!0,listMixed:!0,marginMixed:!0,paddingMixed:!0,lineHeightMixed:!0,borderMixed:!0,radiusMixed:!0,shadowMixed:!0,backgroundMixed:!0,opacityMixed:!0,breakInsideMixed:!0,breakAfterMixed:!0,breakBeforeMixed:!0}}function ba(e){return e?fr(e):""}function pk(e,t){return e.src===t.src&&e.opacity===t.opacity&&e.fit===t.fit&&e.position===t.position&&ba(e.width)===ba(t.width)&&ba(e.height)===ba(t.height)}function tf(e){const t=An(e);if(t.length===0)return kn();const n=t.map(lg),r=n[0];return n.some(o=>!pk(o,r))?kn():r}function gk(e,t){return Yn(e,()=>{const n=xr(e);if(n.length===0)return!1;let r=!1;for(const o of n)cg(o,t)&&(r=!0);return r})}function hk(){return{size:null,unit:Xr,marks:zn(),fontFamily:null,fontFamilyMixed:!1,fontColor:null,highlightColor:null,fontColorMixed:!1,highlightColorMixed:!1}}function Wa(){return{font:hk(),box:ru(),backgroundImage:kn(),atRule:Ln()}}function Ac(e,t){return t?{top:t.top!==void 0?t.top:e.top,right:t.right!==void 0?t.right:e.right,bottom:t.bottom!==void 0?t.bottom:e.bottom,left:t.left!==void 0?t.left:e.left}:e}function bk(e,t){if(!t)return e;const{margin:n,padding:r,...o}=t;return{...e,...o,margin:n?Ac(e.margin,n):e.margin,padding:r?Ac(e.padding,r):e.padding}}function yk(e,t){if(!t)return e;const{marks:n,...r}=t;return{...e,...r,marks:n?{...e.marks,...n}:e.marks}}function xk(e,t){const{margin:n,...r}=t.atRule??{};return{font:yk(e.font,t.font),box:bk(e.box,t.box),backgroundImage:t.backgroundImage?{...e.backgroundImage,...t.backgroundImage}:e.backgroundImage,atRule:t.atRule?{...e.atRule,...r,margin:n?Ac(e.atRule.margin,n):e.atRule.margin}:e.atRule}}function Ck(e){return e?!!(e.font||e.box||e.backgroundImage||e.atRule):!1}function nf(e,t){if(!Ck(t))return e;const n=document.createElement("div");n.innerHTML=e;const r=xk(Sa(n),t);return Pc(n,r).pageHtml}function wk(e){const t=e.style.fontSize,n=t?Wc(t):null,r=n&&is(n.unit)?{value:n.value,unit:n.unit}:null,o=`${e.style.textDecorationLine} ${e.style.textDecoration}`.toLowerCase(),a=e.style.fontWeight.trim().toLowerCase(),s={bold:a==="bold"||Number(a)>=700,italic:e.style.fontStyle.trim().toLowerCase()==="italic",underline:/\bunderline\b/.test(o),strikethrough:/\bline-through\b/.test(o)},u=e.style.color,d=e.style.fontFamily.trim();return{size:(r==null?void 0:r.value)??null,unit:(r==null?void 0:r.unit)??Xr,marks:s,fontFamily:d||null,fontFamilyMixed:!1,fontColor:u?Ve(u):null,highlightColor:null,fontColorMixed:!1,highlightColorMixed:!1}}function vk(e,t){const n=e.style.fontSize,r=t.size===null?null:pr(t.size,t.unit);if(!r)return n?(e.style.removeProperty("font-size"),!0):!1;const o=Vc(r.value,r.unit);return n===o?!1:(e.style.fontSize=o,!0)}function kk(e,t){var o;if(t.fontFamilyMixed)return!1;const n=(o=t.fontFamily)!=null&&o.trim()?t.fontFamily.trim():null,r=e.style.fontFamily.trim()||null;return ni(r,n)?!1:(n?e.style.fontFamily=n:e.style.removeProperty("font-family"),!0)}function Sk(e,t){if(t.fontColorMixed)return!1;const n=t.fontColor?Ve(t.fontColor):null;return(e.style.color?Ve(e.style.color):null)===n?!1:(n?e.style.color=n:e.style.removeProperty("color"),!0)}function Ak(e,t){let n=!1;const r=t.bold?"bold":"";e.style.fontWeight!==r&&(r?e.style.fontWeight=r:e.style.removeProperty("font-weight"),n=!0);const o=t.italic?"italic":"";e.style.fontStyle!==o&&(o?e.style.fontStyle=o:e.style.removeProperty("font-style"),n=!0);const a=[];t.underline&&a.push("underline"),t.strikethrough&&a.push("line-through");const s=a.join(" ");return(e.style.textDecorationLine||e.style.textDecoration).trim()!==s&&(s?e.style.textDecoration=s:(e.style.removeProperty("text-decoration"),e.style.removeProperty("text-decoration-line")),n=!0),n}function Pk(e,t){let n=!1;return vk(e,t)&&(n=!0),kk(e,t)&&(n=!0),Sk(e,t)&&(n=!0),Ak(e,t.marks)&&(n=!0),n&&kt(e),n}function Tk(e){const t=e.box;return t.backgroundMixed||t.backgroundColor?t:!e.font.highlightColorMixed&&e.font.highlightColor?{...t,backgroundColor:e.font.highlightColor}:t}function Sa(e){const t=gt(e);if(!t)return Wa();const n=ao(t);return{font:wk(t),box:{margin:n.margin,marginMixed:!1,padding:n.padding,paddingMixed:!1,lineHeight:n.lineHeight,lineHeightMixed:!1,border:n.border,borderMixed:!1,borderRadius:n.borderRadius,radiusMixed:!1,boxShadow:n.boxShadow,shadowMixed:!1,backgroundColor:n.backgroundColor,backgroundMixed:!1,opacity:n.opacity,opacityMixed:!1},backgroundImage:i1(t),atRule:st(e.innerHTML)}}function Pc(e,t){const n=fn(e),r=n?Jr(e,n.startContainer,n.startOffset):null,o=n?Jr(e,n.endContainer,n.endOffset):null,a=gt(e),s=cu(e);Ko(s);const u=Pk(s,t.font),d=so(s,Tk(t)),f=a1(s,t.backgroundImage);us(e);const g=st(e.innerHTML),h=_a(e.innerHTML,t.atRule),C=cn(h);C!==cn(e.innerHTML)&&(e.innerHTML=C),co(e,h);const b=JSON.stringify(g)!==JSON.stringify(t.atRule);r!==null&&o!==null&&Qc(e,Math.min(r,o),Math.max(r,o)),ds(e);const x=_a(e.innerHTML,t.atRule);return{changed:!a||u||d||f||b,pageHtml:x}}function Rk(e,t){const n=t??e.innerHTML,r=Bp(n);return Yo(n)?(e.innerHTML=cn(r),us(e),co(e,r),{changed:!0,pageHtml:r}):{changed:!1,pageHtml:r}}const Dk=/<script\b[^>]*>[\s\S]*?<\/script>/gi,jk=/^\s*javascript\s*:/i;function Ik(e){return e.replace(/&(#x[0-9a-f]+|#\d+|amp|lt|gt|quot);/gi,(t,n)=>{const r=n.toLowerCase();if(r==="amp")return"&";if(r==="lt")return"<";if(r==="gt")return">";if(r==="quot")return'"';if(r.startsWith("#x")){const o=Number.parseInt(r.slice(2),16);return Number.isFinite(o)?String.fromCodePoint(o):t}if(r.startsWith("#")){const o=Number.parseInt(r.slice(1),10);return Number.isFinite(o)?String.fromCodePoint(o):t}return t}).replace(/\\([0-7]{1,3})/g,(t,n)=>{const r=Number.parseInt(n,8);return Number.isFinite(r)?String.fromCodePoint(r):t})}function Qg(e){const t=Ik(e).replace(/[\u0000-\u001F\u007F\s]+/g,"");return jk.test(t)}function Ek(e){return e.split(";").map(t=>t.trim()).filter(t=>{if(!t)return!1;const n=t.indexOf(":");if(n<=0)return!0;const r=t.slice(n+1);return!Qg(r)&&!/url\s*\(\s*["']?\s*javascript:/i.test(r)}).join("; ")}function _k(e){const t=e instanceof Element?[e,...e.querySelectorAll("*")]:[...e.querySelectorAll("*")];for(const n of t)for(const r of[...n.attributes]){if(Qg(r.value)){n.removeAttribute(r.name);continue}if(r.name.toLowerCase()==="style"){const o=Ek(r.value);o?o!==r.value&&n.setAttribute(r.name,o):n.removeAttribute(r.name)}}}function Mk(e){return new DOMParser().parseFromString(`<body>${e}</body>`,"text/html")}function Nk(e){return e.body.innerHTML}function Tc(e){if(!e.trim())return e;const n=e.replace(Dk,"");if(!/javascript\s*:/i.test(n))return n;const r=Mk(n);return _k(r.body),Nk(r)}function $r(e){if(!e.trim())return e;const n=Fn(e);return n.length===1?Tc(e):Mt(n.map(Tc))}const Su="data-hover-html",Lk="noopener noreferrer",Bk="var n=this._hoverBox;if(!n){n=document.createElement('div');n.style.cssText='position:absolute;z-index:2147483646;background:#fff;border:1px solid #c8c8c8;border-radius:4px;padding:0.35rem 0.5rem;color:#222;max-width:18rem';this._hoverBox=n}n.innerHTML=this.getAttribute('data-hover-html')||'';var r=this.getBoundingClientRect();n.style.left=r.left+window.scrollX+'px';n.style.top=r.bottom+4+window.scrollY+'px';document.body.appendChild(n)",Fk="this._hoverBox&&this._hoverBox.remove()",Hk=/^(#(?:[0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})|rgba?\(\s*\d+\s*,\s*\d+\s*,\s*\d+(?:\s*,\s*(?:0|0?\.\d+|1))?\s*\))$/;function gs(e={}){return{href:"",title:"",targetBlank:!1,textDecorationNone:!1,hoverMode:"color",hoverColor:null,hoverHtml:"",...e}}function zk(e){return e.tagName.toLowerCase()==="a"&&e.hasAttribute("href")}function Qo(e,t){let n=t;for(;n&&n!==e;){if(n instanceof Element&&zk(n))return n;n=n.parentNode}return null}function eh(e){return Hk.test(e)}function Ok(e){var o;const t=e.getAttribute("onmouseover")??"",n=/this\.style\.color\s*=\s*'([^']+)'/.exec(t),r=((o=n==null?void 0:n[1])==null?void 0:o.trim())??"";return r&&eh(r)?r:null}function th(e){const t=`${e.style.textDecoration} ${e.style.textDecorationLine}`.toLowerCase();return/\bnone\b/.test(t)}function Kk(e){const t=e.getAttribute(Su)??"",n=Ok(e);return{href:e.getAttribute("href")??"",title:e.getAttribute("title")??"",targetBlank:e.getAttribute("target")==="_blank",textDecorationNone:th(e),hoverMode:t.trim()?"html":"color",hoverColor:n,hoverHtml:t}}function nh(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);if(!ke(e,n.commonAncestorContainer))return null;const r=Qo(e,n.commonAncestorContainer);return r?Kk(r):null}function $k(e){return nh(e)!==null}function Uk(e){e.removeAttribute("onmouseover"),e.removeAttribute("onmouseout"),e.removeAttribute(Su)}function Vk(e,t){var r;if(Uk(e),t.hoverMode==="html"){const o=t.hoverHtml.trim();if(!o)return;e.setAttribute(Su,o),e.setAttribute("onmouseover",Bk),e.setAttribute("onmouseout",Fk);return}const n=((r=t.hoverColor)==null?void 0:r.trim())??"";!n||!eh(n)||(e.setAttribute("onmouseover",`this.style.color='${n}'`),e.setAttribute("onmouseout","this.style.color=''"))}function Au(e,t){const n=gs(t);e.setAttribute("href",n.href);const r=n.title.trim();r?e.setAttribute("title",r):e.removeAttribute("title"),n.targetBlank?(e.setAttribute("target","_blank"),e.setAttribute("rel",Lk)):(e.removeAttribute("target"),e.removeAttribute("rel")),n.textDecorationNone?e.style.textDecoration="none":th(e)&&(e.style.removeProperty("text-decoration"),e.style.removeProperty("text-decoration-line")),Vk(e,n)}function Wk(e,t){const n=new Set;for(const r of t){const o=Qo(e,r);o&&!n.has(o)&&n.add(o)}for(const r of n)Nt(r)}function Gk(e,t,n){un(t);const r=Pt(t).filter(u=>u.data.length>0);Wk(e,r),r.length>0&&yr(r);const o=window.getSelection();if(!o||o.rangeCount===0)return!1;const a=o.getRangeAt(0);un(a);const s=document.createElement("a");Au(s,n);try{return a.surroundContents(s),!0}catch{const u=a.extractContents();return u.hasChildNodes()?(s.appendChild(u),a.insertNode(s),!0):!1}}function Zk(e,t){const n=document.createElement("a");Au(n,t),n.textContent=t.href,e.insertNode(n),e.setStartAfter(n),e.collapse(!0);const r=window.getSelection();return r==null||r.removeAllRanges(),r==null||r.addRange(e),!0}function qk(e,t){const n=t.href.trim();if(!n)return!1;const r=gs({...t,href:n}),o=window.getSelection();if(!o||o.rangeCount===0)return!1;const a=o.getRangeAt(0);if(!ke(e,a.commonAncestorContainer))return!1;const s=Qo(e,a.startContainer),u=Qo(e,a.endContainer);return s&&s===u?(Au(s,r),!0):a.collapsed?Zk(a,r):Gk(e,a,r)}const Yk=/^[A-Za-z][A-Za-z0-9_-]*$/,rh="";function Rc(e){var r;const t=uu(e),n=new Set;for(const o of t.querySelectorAll("[id]")){if(o===t)continue;const a=o.id.trim();a&&n.add(a)}for(const o of t.querySelectorAll("a[name]")){const a=(r=o.getAttribute("name"))==null?void 0:r.trim();a&&n.add(a)}return[...n].sort((o,a)=>o.localeCompare(a)).map(o=>({id:o}))}function Xk(e){return new Set(Rc(e).map(t=>t.id))}function oh(e,t){const n=e.trim();return n?Yk.test(n)?t.has(n)?"duplicate":null:"invalid":"empty"}function rf(e,t){const n=document.createElement("a");n.id=t,n.appendChild(document.createTextNode(rh)),e.insertNode(n),e.setStartAfter(n),e.collapse(!0);const r=window.getSelection();r==null||r.removeAllRanges(),r==null||r.addRange(e)}function Jk(e,t){var r;const n=document.createElement("a");n.id=t,n.appendChild(document.createTextNode(rh)),(r=e.parentNode)==null||r.insertBefore(n,e)}function Qk(e,t){const n=t.trim();if(oh(n,Xk(e)))return!1;const r=window.getSelection();if(!r||r.rangeCount===0)return!1;const o=r.getRangeAt(0);if(!ke(e,o.commonAncestorContainer))return!1;const a=Qo(e,o.startContainer);if(a)return Jk(a,n),!0;if(o.collapsed)return rf(o,n),!0;un(o);const s=document.createElement("span");s.id=n;try{return o.surroundContents(s),!0}catch{return rf(o,n),!0}}const lt="data-comment-thread",of="wysiwyg-comment-anchor";function eS(){return`cmt_${crypto.randomUUID()}`}function tS(){return crypto.randomUUID()}const Ga=20;function af(e,t){if(!e)return null;const n=e instanceof Element?e:e.parentElement;if(!n)return null;const r=n.closest(`[${lt}]`);return r instanceof HTMLElement&&ke(t,r)?r:null}function sf(e,t,n){var C;const r=document.createTreeWalker(e,NodeFilter.SHOW_TEXT);let o=Math.max(0,t),a=Math.max(t,n),s=null,u=0,d=null,f=0,g;for(;g=r.nextNode();){const b=g,x=((C=b.textContent)==null?void 0:C.length)??0;if(!s&&o<=x&&(s=b,u=o),!d&&a<=x){d=b,f=a;break}o-=x,a-=x}if(!s||!d)return null;const h=document.createRange();return h.setStart(s,u),h.setEnd(d,f),h}function nS(e,t,n){const r=e.textContent??"",o=r.slice(Math.max(0,t-Ga),t),a=r.slice(n,n+Ga);return{prefix:o,suffix:a}}function rS(e,t){if(t.mode!=="visual")return null;const n=Hn(e);if(n)return{type:"image",elementId:n.id||void 0,src:n.getAttribute("src")??void 0};if(t.collapsed&&!t.text)return null;const{prefix:r,suffix:o}=nS(e,t.start,t.end);return{type:"text",text:t.text,start:t.start,end:t.end,prefix:r,suffix:o}}function lf(e,t){if(t.mode!=="visual")return null;const n=Hn(e);if(n!=null&&n.hasAttribute(lt))return n.getAttribute(lt)??null;if(t.visualRange){const r=af(t.visualRange.startContainer,e);if(r)return r.getAttribute(lt)??null;const o=af(t.visualRange.endContainer,e);if(o)return o.getAttribute(lt)??null}return null}function Dc(e,t,n){if(!ke(e,n.commonAncestorContainer))return!1;un(n);const r=document.createElement("span");r.setAttribute(lt,t);try{return n.surroundContents(r),!0}catch{const o=n.toString();if(!o)return!1;const a=document.createElement("span");return a.setAttribute(lt,t),a.textContent=o,n.deleteContents(),n.insertNode(a),!0}}function ih(e,t){e.setAttribute(lt,t)}function oS(e,t,n){const r=Hn(e);return r?(ih(r,t),!0):n.visualRange?Dc(e,t,n.visualRange):!1}function iS(e,t){if(t.type!=="image")return null;for(const n of e.querySelectorAll("img"))if(t.elementId&&n.id===t.elementId||t.src&&n.getAttribute("src")===t.src)return n;return null}function aS(e,t,n){if(n.type!=="text")return!1;if(n.start!==void 0&&n.end!==void 0){const s=sf(e,n.start,n.end);if(s&&s.toString()===n.text)return Dc(e,t,s)}const r=e.textContent??"",o=n.text;if(!o)return!1;let a=0;for(;a<=r.length;){const s=r.indexOf(o,a);if(s===-1)return!1;const u=s+o.length,d=r.slice(Math.max(0,s-Ga),s),f=r.slice(u,u+Ga);if(n.prefix!==void 0&&d!==n.prefix){a=s+1;continue}if(n.suffix!==void 0&&f!==n.suffix){a=s+1;continue}const g=sf(e,s,u);return g?Dc(e,t,g):!1}return!1}function sS(e,t){for(const n of t)if(!e.querySelector(`[${lt}="${n.id}"]`)){if(n.anchor.type==="image"){const o=iS(e,n.anchor);o&&ih(o,n.id);continue}aS(e,n.id,n.anchor)}}function ah(e,t){for(const n of e.querySelectorAll(`[${lt}]`))n instanceof HTMLElement&&(t?n.classList.add(of):n.classList.remove(of))}function sh(e,t){if(!t)return null;const n=t instanceof Element?t:t.parentElement;if(!n)return null;const r=n.closest(`[${lt}]`);return r instanceof HTMLElement&&ke(e,r)?r:null}function cf(e,t){const n=e.querySelector(`[${lt}="${t}"]`);if(!(n instanceof HTMLElement))return!1;const r=window.getSelection();if(!r)return!1;const o=document.createRange();if(n instanceof HTMLImageElement)o.selectNode(n);else{const s=document.createTreeWalker(n,NodeFilter.SHOW_TEXT).nextNode();s instanceof Text?(o.setStart(s,0),o.collapse(!0)):(o.selectNodeContents(n),o.collapse(!0))}return r.removeAllRanges(),r.addRange(o),!0}function lS(e,t=[]){return{id:eS(),anchor:e,messages:t,createdAt:new Date().toISOString(),resolvedAt:null,resolvedBy:null}}function cS(e,t){return{id:tS(),userId:e.userId,userName:e.userName,message:t.trim(),createdAt:new Date().toISOString()}}function uS(e,t,n){return e.map(r=>r.id===t?{...r,messages:[...r.messages,n]}:r)}function dS(e,t){return e.find(n=>n.id===t)}function lh(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);return ke(e,n.commonAncestorContainer)?n:null}function mS(e){const t=lh(e);if(!t||t.collapsed)return null;const n=document.createElement("div");n.appendChild(t.cloneContents());const r=n.innerHTML;if(!r)return null;let o=t.toString();if(!o){const a=n.querySelector("img");o=(a==null?void 0:a.getAttribute("alt"))??(a==null?void 0:a.getAttribute("src"))??""}return{html:r,text:o}}function ch(e){const t=lh(e);if(!t||t.collapsed)return!1;t.deleteContents();const n=window.getSelection();return n==null||n.removeAllRanges(),n==null||n.addRange(t),!0}async function fS(e){const t=navigator.clipboard;if(!t)return!1;try{if(typeof ClipboardItem=="function"&&typeof t.write=="function"){const n=new ClipboardItem({"text/plain":new Blob([e.text],{type:"text/plain"}),"text/html":new Blob([e.html],{type:"text/html"})});return await t.write([n]),!0}if(typeof t.writeText=="function")return await t.writeText(e.text),!0}catch{if(typeof t.writeText=="function")try{return await t.writeText(e.text),!0}catch{return!1}return!1}return!1}async function uh(e){const t=mS(e);return t?fS(t):!1}async function pS(e){return await uh(e)?ch(e):!1}const gS=new Set(["strong","b","em","i","u","s","strike","del"]),hS=["font","font-weight","font-style","font-family","font-size","color","background","background-color","text-decoration","text-decoration-line","text-decoration-color","text-decoration-style","text-decoration-thickness"];function bS(e){for(const t of hS)e.style.removeProperty(t)}function yS(e,t){let n=t;for(;n.parentElement&&n.parentElement!==e;){const r=n.parentElement;if(!mn(r)){n=r;continue}if(Zn(r,n),gS.has(r.tagName.toLowerCase())){Nt(r);continue}if(bS(r),Gn(r)){Nt(r);continue}n=r.isConnected?r:t}}function xS(e){const t=fn(e);if(!t||t.collapsed)return!1;const n=e.innerHTML;un(t);const r=Pt(t).filter(o=>o.data.length>0);if(r.length===0)return!1;for(const o of r)yS(e,o);return yr(r),e.innerHTML!==n}function CS(e,t){return e.start===t.start&&e.end===t.end&&e.collapsed===t.collapsed}function wS(e){const t=Wr(e),n=wg(e),r=op(e),o=Da(e,"color"),a=Da(e,"backgroundColor"),s=kg(e);return{size:n.mixed?null:n.value,unit:n.unit,marks:t,fontFamily:r.mixed?null:r.value,fontFamilyMixed:r.mixed,fontColor:o.mixed?null:o.value,fontColorMixed:o.mixed,highlightColor:a.mixed?null:a.value,highlightColorMixed:a.mixed,customCss:s.mixed?null:s.value,customCssMixed:s.mixed}}function vS(e,t){t.size!==null&&gc(e,t.size,t.unit);const n=Wr(e);for(const r of Kt)t.marks[r]!==n[r]&&yc(e,r);return t.fontFamilyMixed||nc(e,t.fontFamily),t.fontColorMixed||Oo(e,"color",t.fontColor),t.highlightColorMixed||Oo(e,"backgroundColor",t.highlightColor),!t.customCssMixed&&t.customCss&&Ag(e,t.customCss),!0}function Aa(){return typeof window<"u"&&"speechSynthesis"in window}function kS(e){const t=document.createElement("div");return t.innerHTML=e,(t.innerText??t.textContent??"").trim()}function uf(e,t){const n=e.text.trim();return n||kS(t)||null}function SS(e){const t=window.speechSynthesis,n=()=>{e()};return{toggle(r){if(!Aa())return;if(t.speaking){t.cancel(),n();return}const o=new SpeechSynthesisUtterance(r);o.onend=n,o.onerror=n,t.speak(o),n()},isSpeaking(){return Aa()&&t.speaking},cancel(){Aa()&&t.speaking&&(t.cancel(),n())}}}const AS=5*1024*1024,PS="audio/mpeg,audio/mp3,audio/wav,audio/x-wav,audio/ogg,audio/aac,audio/webm,audio/mp4,audio/x-m4a,.mp3,.wav,.ogg,.aac,.webm,.m4a",TS=new Set(["audio/mpeg","audio/mp3","audio/wav","audio/x-wav","audio/ogg","audio/aac","audio/webm","audio/mp4","audio/x-m4a"]),RS=new Set(["mp3","wav","ogg","aac","webm","m4a"]),DS=/^data:audio\/(?:mpeg|mp3|wav|x-wav|ogg|aac|webm|mp4|x-m4a)(?:;charset=[^;,]+)?;base64,/i,jS=/^(javascript|vbscript|file|blob):/i;function IS(e={}){return{src:"",title:"",...e}}function Pu(e){const t=e.trim();if(!t)return"empty";if(jS.test(t))return"invalid";if(t.toLowerCase().startsWith("data:"))return DS.test(t)?null:"invalid";if(/^[a-z][a-z0-9+.-]*:/i.test(t)){const n=t.slice(0,t.indexOf(":")).toLowerCase();return n==="http"||n==="https"?null:"invalid"}return null}function ES(e){return e.size>AS?"tooLarge":BS(e)?null:"type"}function _S(e){const t=ES(e);return t?Promise.reject(new Error(t)):new Promise((n,r)=>{const o=new FileReader;o.onload=()=>{const a=String(o.result??"");if(Pu(a)){r(new Error("invalid"));return}n(a)},o.onerror=()=>r(o.error??new Error("Failed to read file")),o.readAsDataURL(e)})}function MS(e,t){e.setAttribute("controls",""),e.setAttribute("src",t.src.trim());const n=t.title.trim();n?e.setAttribute("title",n):e.removeAttribute("title"),e.style.maxWidth="100%",NS(e,t.css)}function NS(e,t){if(t)for(const n of t.split(";")){const r=n.trim();if(!r)continue;const o=r.indexOf(":");if(o<=0)continue;const a=r.slice(0,o).trim(),s=r.slice(o+1).trim();a&&s&&e.style.setProperty(a,s)}}function LS(e,t){const n=IS(t);if(Pu(n.src))return!1;const r=window.getSelection();if(!r||r.rangeCount===0)return!1;const o=r.getRangeAt(0);if(!ke(e,o.commonAncestorContainer))return!1;o.collapsed||o.deleteContents();const a=document.createElement("audio");return MS(a,n),o.insertNode(a),o.setStartAfter(a),o.collapse(!0),r.removeAllRanges(),r.addRange(o),!0}function BS(e){const t=e.type.trim().toLowerCase();if(t&&TS.has(t))return!0;const n=FS(e.name);return!!(!t&&n&&RS.has(n))}function FS(e){const t=e.lastIndexOf(".");return t<0||t===e.length-1?"":e.slice(t+1).toLowerCase()}function df(e,t){const r=(t?t(e):e).trim();if(!r)return"";if(!r.includes("<"))return r;const o=new DOMParser().parseFromString(`<body>${r}</body>`,"text/html");for(const a of o.querySelectorAll("img"))a.removeAttribute(_t);return o.body.innerHTML}function dh(e,t,n){return df(e,n)===df(t,n)}const HS=/^data:image\/(?:jpeg|jpg|png|gif|webp|bmp|avif)(?:;charset=[^;,]+)?;base64,/i;function mf(e,t){var o,a;const n=(o=e.getAttribute(_t))==null?void 0:o.trim();if(n&&t){const s=t(n);if(s)return`embedded:${s}`}const r=((a=e.getAttribute("src"))==null?void 0:a.trim())??"";return HS.test(r)?`embedded:${r}`:r.startsWith("blob:")&&n?`registry:${n}`:r?`url:${r}`:"empty"}function zS(e){return new DOMParser().parseFromString(`<body>${e}</body>`,"text/html").body}function OS(e,t){for(const n of[...e.attributes])t.hasAttribute(n.name)||e.removeAttribute(n.name);for(const n of[...t.attributes])e.setAttribute(n.name,n.value)}function KS(e,t){e.querySelectorAll("img").forEach((n,r)=>{const o=document.createElement("span");o.setAttribute(t,String(r)),n.replaceWith(o)})}function ff(e,t){const n=e.cloneNode(!0);return KS(n,t),n.innerHTML}function $S(e,t,n){const r=zS(t),o=[...e.querySelectorAll("img")],a=[...r.querySelectorAll("img")];if(o.length===0||o.length!==a.length)return!1;const s=o.map(h=>mf(h,n)),u=a.map(h=>mf(h,n));if(!s.every((h,C)=>h===u[C]))return!1;const d="data-wysiwyg-img-marker",f=ff(e,d),g=ff(r,d);if(f!==g)return!1;for(let h=0;h<o.length;h+=1)OS(o[h],a[h]);return!0}function Za(e,t,n={}){const{resolveDataUrl:r,hydrateEmbeddedImages:o}=n;return dh(e.innerHTML,t,o)?{changed:!1}:e.innerHTML===t?{changed:!1}:$S(e,t,r)?{changed:!0}:(e.innerHTML=t,{changed:!0})}const mh=/^(javascript|vbscript|file|blob):/i,US=[/(?:youtube\.com\/watch\?(?:[^&]*&)*v=|youtube\.com\/watch\?v=)([\w-]{11})/i,/youtu\.be\/([\w-]{11})/i,/youtube\.com\/embed\/([\w-]{11})/i,/youtube\.com\/shorts\/([\w-]{11})/i];function VS(e={}){return{url:"",title:"",...e}}function WS(e={}){return{src:"",title:"",...e}}function hs(e){const t=e.trim();if(!t)return null;for(const n of US){const r=t.match(n);if(r!=null&&r[1])return r[1]}return null}function fh(e){return`https://www.youtube.com/embed/${e}`}function ph(e){const t=e.trim();return t?mh.test(t)?"invalid":hs(t)?null:"invalid":"empty"}function GS(e){const t=e.trim();if(!t)return"empty";if(mh.test(t))return"invalid";if(hs(t))return null;if(t.toLowerCase().startsWith("data:"))return/^data:video\//i.test(t)?null:"invalid";if(/^[a-z][a-z0-9+.-]*:/i.test(t)){const n=t.slice(0,t.indexOf(":")).toLowerCase();return n==="http"||n==="https"?null:"invalid"}return null}function gh(e,t){if(t)for(const n of t.split(";")){const r=n.trim();if(!r)continue;const o=r.indexOf(":");if(o<=0)continue;const a=r.slice(0,o).trim(),s=r.slice(o+1).trim();a&&s&&e.style.setProperty(a,s)}}function hh(e,t,n){e.setAttribute("src",t),e.setAttribute("frameborder","0"),e.setAttribute("allow","accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"),e.setAttribute("allowfullscreen","");const r=n.title.trim();r?e.setAttribute("title",r):e.removeAttribute("title"),e.style.maxWidth="100%",e.style.width="560px",e.style.aspectRatio="16 / 9",e.style.border="0",gh(e,n.css)}function ZS(e,t){e.setAttribute("controls",""),e.setAttribute("src",t.src.trim());const n=t.title.trim();n?e.setAttribute("title",n):e.removeAttribute("title"),e.style.maxWidth="100%",gh(e,t.css)}function qS(e,t){const n=VS(t);if(ph(n.url))return!1;const r=hs(n.url);if(!r)return!1;const o=window.getSelection();if(!o||o.rangeCount===0)return!1;const a=o.getRangeAt(0);if(!ke(e,a.commonAncestorContainer))return!1;a.collapsed||a.deleteContents();const s=document.createElement("iframe");return hh(s,fh(r),n),a.insertNode(s),a.setStartAfter(s),a.collapse(!0),o.removeAllRanges(),o.addRange(a),!0}function YS(e,t){const n=WS(t);if(GS(n.src))return!1;const r=window.getSelection();if(!r||r.rangeCount===0)return!1;const o=r.getRangeAt(0);if(!ke(e,o.commonAncestorContainer))return!1;o.collapsed||o.deleteContents();const a=hs(n.src);if(a){const s=document.createElement("iframe");hh(s,fh(a),{title:n.title,css:n.css}),o.insertNode(s),o.setStartAfter(s)}else{const s=document.createElement("video");ZS(s,n),o.insertNode(s),o.setStartAfter(s)}return o.collapse(!0),r.removeAllRanges(),r.addRange(o),!0}const XS=new Set(["p","h1","h2","h3","h4","h5","h6"]),JS=new Set(["td","th","li","blockquote","pre","table","thead","tbody","tr"]);function bh(e,t){var a;const n=window.getSelection();if(!n||n.rangeCount===0)return!1;const r=n.getRangeAt(0);if(!ke(e,r.commonAncestorContainer))return!1;r.collapsed||r.deleteContents();const o=QS(e,r.startContainer);if(o){const s=e0(o,r);return(a=o.parentNode)==null||a.insertBefore(t,s),gf(t),!0}return r.insertNode(t),t0(e,t),o0(t),gf(t),!0}function QS(e,t){let n=ri(t);for(;n&&n!==e;){const r=Me(n);if(XS.has(r)&&n instanceof HTMLElement)return n;if(JS.has(r))return null;n=n.parentElement}return null}function e0(e,t){var a;const n=document.createRange();n.setStart(t.startContainer,t.startOffset),n.setEnd(e,e.childNodes.length);const r=n.extractContents(),o=e.cloneNode(!1);return o.appendChild(r),pf(e),pf(o),(a=e.parentNode)==null||a.insertBefore(o,e.nextSibling),o}function t0(e,t){for(;;){const n=t.parentElement;if(!n||n===e||!n0(n))return;Zn(n,t),Nt(n)}}function n0(e){const t=Me(e);return mn(e)||t==="a"}function pf(e){r0(e)&&e.appendChild(document.createElement("br"))}function r0(e){var t;return e.childNodes.length===0||e.childNodes.length===1&&((t=e.firstChild)==null?void 0:t.nodeName)==="BR"?!0:(e.textContent??"").trim().length===0&&e.querySelector("img, table, ul, ol, hr")===null}function o0(e){var n;if(e.nextSibling)return;const t=document.createElement("p");t.appendChild(document.createElement("br")),(n=e.parentNode)==null||n.insertBefore(t,e.nextSibling)}function gf(e){const t=e.nextSibling,n=document.createRange();t instanceof HTMLElement||t?(n.setStart(t,0),n.collapse(!0)):(n.setStartAfter(e),n.collapse(!0));const r=window.getSelection();r&&(r.removeAllRanges(),r.addRange(n))}const i0="1em 0",a0="1px solid #d0d0d0";function s0(){const e=document.createElement("hr");return e.style.margin=i0,e.style.border="0",e.style.borderTop=a0,e}function l0(e){return bh(e,s0())}const c0="1.5em 0",u0="2px dashed #bbb",d0="data-wysiwyg-page-break";function m0(){const e=document.createElement("div");return e.setAttribute(d0,""),e.style.display="block",e.style.clear="both",e.style.breakAfter="page",e.style.pageBreakAfter="always",e.style.margin=c0,e.style.border="0",e.style.borderTop=u0,e.style.height="0",e}function f0(e){return bh(e,m0())}const Sn=16;function hf(e){return Math.min(no.px.max,Math.max(Sn,e))}function p0(e){return e.width>0&&e.height>0?e.width/e.height:1}function g0(e,t){const n=Math.max(Sn,Sn*t),r=Math.min(no.px.max,no.px.max*t),o=Math.min(r,Math.max(n,e));return{width:o,height:o/t}}function h0(e,t){const n=Math.max(Sn,Sn/t),r=Math.min(no.px.max,no.px.max/t),o=Math.min(r,Math.max(n,e));return{width:o*t,height:o}}function b0(e,t,n){const r=p0(t);return e==="e"?g0(t.width+n.x,r):e==="s"?h0(t.height+n.y,r):{width:hf(t.width+n.x),height:hf(t.height+n.y)}}function y0(e){const t=e.getBoundingClientRect(),n=e.offsetWidth||t.width,r=e.offsetHeight||t.height;return{width:n>0?n:Sn,height:r>0?r:Sn}}function x0(e,t,n){const r=ro(Math.max(Sn,t),"px"),o=ro(Math.max(Sn,n),"px");return!r||!o?!1:tg(e,{...eg(e),sizeMode:"lock",width:r,height:o})}function C0(e={}){return{border:{...nu},borderCollapse:"collapse",borderSpacing:null,borderRadius:null,boxShadow:null,width:{value:100,unit:"%"},...e}}function w0(e){const t=ao(e);return{border:t.border,borderCollapse:A0(e),borderSpacing:yh(e),borderRadius:t.borderRadius,boxShadow:t.boxShadow,width:ht(e.style.width)}}function v0(e,t){let n=so(e,{margin:{top:null,right:null,bottom:null,left:null},marginMixed:!0,padding:{top:null,right:null,bottom:null,left:null},paddingMixed:!0,lineHeight:null,lineHeightMixed:!0,border:t.border,borderMixed:!1,borderRadius:t.borderRadius,radiusMixed:!1,boxShadow:t.boxShadow,shadowMixed:!1,backgroundColor:null,backgroundMixed:!0,opacity:null,opacityMixed:!0});return P0(e,t.borderCollapse)&&(n=!0),T0(e,t.borderCollapse,t.borderSpacing)&&(n=!0),R0(e,t.width)&&(n=!0),n&&kt(e),n}function k0(e){const t=xu(e);return t?w0(t):null}function S0(e,t){const n=xu(e);return n?v0(n,t):!1}function A0(e){return e.style.borderCollapse.trim().toLowerCase()==="separate"?"separate":"collapse"}function P0(e,t){return e.style.borderCollapse.trim().toLowerCase()===t?!1:(e.style.borderCollapse=t,!0)}function yh(e){const t=e.style.borderSpacing.trim();return t?ht(t.split(/\s+/)[0]??""):null}function T0(e,t,n){if(t!=="separate")return e.style.borderSpacing?(e.style.removeProperty("border-spacing"),!0):!1;const r=n?qn(n):null,o=yh(e);return zt(o,r)?!1:(r?e.style.borderSpacing=Ie(r):e.style.removeProperty("border-spacing"),!0)}function R0(e,t){const n=t?qn(t):null,r=ht(e.style.width);return zt(r,n)?!1:(n?e.style.width=Ie(n):e.style.removeProperty("width"),!0)}const bs=["top","middle","bottom","baseline"],D0=new Set(bs);function j0(e={}){return{backgroundColor:null,color:null,padding:{...Xt},textAlign:null,verticalAlign:null,width:null,colSpan:1,rowSpan:1,...e}}function I0(e){const t=ao(e);return{backgroundColor:t.backgroundColor,color:xh(e),padding:t.padding,textAlign:L0(e),verticalAlign:Ch(e),width:ht(e.style.width),...ps(e)}}function E0(e,t){let n=so(e,{margin:{...Xt},marginMixed:!0,padding:t.padding,paddingMixed:!1,lineHeight:null,lineHeightMixed:!0,border:{style:"none",width:null,color:null},borderMixed:!0,borderRadius:null,radiusMixed:!0,boxShadow:null,shadowMixed:!0,backgroundColor:t.backgroundColor,backgroundMixed:!1,opacity:null,opacityMixed:!0});return N0(e,t.color)&&(n=!0),kc(e,t.textAlign)&&(n=!0),B0(e,t.verticalAlign)&&(n=!0),F0(e,t.width)&&(n=!0),n&&kt(e),n}function _0(e){const t=pn(e);return t?I0(t):null}function M0(e,t){const n=ii(e);if(n.length===0)return!1;let r=!1;for(const a of n)E0(a,t)&&(r=!0);const o=pn(e);if(o){const a=ps(o);(a.colSpan!==t.colSpan||a.rowSpan!==t.rowSpan)&&rk(e,t.colSpan,t.rowSpan)&&(r=!0)}return r}function xh(e){const t=e.style.color;return t?Ve(t):null}function N0(e,t){const n=t?Ve(t):null;return xh(e)===n?!1:(n?e.style.color=n:e.style.removeProperty("color"),!0)}function L0(e){const t=Va(e);return t==="left"?null:t}function Ch(e){const t=e.style.verticalAlign.trim().toLowerCase();return D0.has(t)?t:null}function B0(e,t){return Ch(e)===t?!1:(t?e.style.verticalAlign=t:e.style.removeProperty("vertical-align"),!0)}function F0(e,t){const n=t?qn(t):null,r=ht(e.style.width);return zt(r,n)?!1:(n?e.style.width=Ie(n):e.style.removeProperty("width"),!0)}const H0=new Set(bs);function z0(e={}){return{backgroundColor:null,color:null,padding:{...Xt},height:null,verticalAlign:null,...e}}function O0(e){const t=e.cells[0],n=t?ao(t).padding:{...Xt};return{backgroundColor:wh(e),color:vh(e),padding:n,height:ht(e.style.height),verticalAlign:kh(e)}}function K0(e,t){let n=!1;V0(e,t.backgroundColor)&&(n=!0),W0(e,t.color)&&(n=!0),Z0(e,t.height)&&(n=!0),G0(e,t.verticalAlign)&&(n=!0);for(const r of Array.from(e.cells))so(r,{margin:{...Xt},marginMixed:!0,padding:t.padding,paddingMixed:!1,lineHeight:null,lineHeightMixed:!0,border:{style:"none",width:null,color:null},borderMixed:!0,borderRadius:null,radiusMixed:!0,boxShadow:null,shadowMixed:!0,backgroundColor:null,backgroundMixed:!0,opacity:null,opacityMixed:!0})&&(n=!0);return n&&kt(e),n}function $0(e){const t=Ug(e);return t?O0(t):null}function U0(e,t){const n=Ug(e);return n?K0(n,t):!1}function wh(e){const t=e.style.backgroundColor;return t?Ve(t):null}function V0(e,t){const n=t?Ve(t):null;return wh(e)===n?!1:(n?e.style.backgroundColor=n:e.style.removeProperty("background-color"),!0)}function vh(e){const t=e.style.color;return t?Ve(t):null}function W0(e,t){const n=t?Ve(t):null;return vh(e)===n?!1:(n?e.style.color=n:e.style.removeProperty("color"),!0)}function kh(e){const t=e.style.verticalAlign.trim().toLowerCase();return H0.has(t)?t:null}function G0(e,t){return kh(e)===t?!1:(t?e.style.verticalAlign=t:e.style.removeProperty("vertical-align"),!0)}function Z0(e,t){const n=t?qn(t):null,r=ht(e.style.height);return zt(r,n)?!1:(n?e.style.height=Ie(n):e.style.removeProperty("height"),!0)}const q0=1e3;function Y0(e,t){try{Promise.resolve(e(t)).catch(()=>{})}catch{}}function X0({onAutoSave:e,getHtml:t}){const n=l.useRef(e);n.current=e;const r=l.useRef(t);r.current=t;const o=l.useRef(null),a=e!=null;l.useEffect(()=>{if(!a){o.current=null;return}o.current=r.current();const s=window.setInterval(()=>{const u=n.current;if(!u)return;const d=r.current();d!==o.current&&(o.current=d,queueMicrotask(()=>Y0(u,d)))},q0);return()=>{window.clearInterval(s)}},[a])}function J0(){const[e,t]=l.useState({open:!1,tab:"general"}),[n,r]=l.useState(!1),[o,a]=l.useState({open:!1,html:""}),[s,u]=l.useState(null),[d,f]=l.useState(!1),[g,h]=l.useState(!1),[C,b]=l.useState({open:!1,tab:"general",value:Yr(),backgroundImage:kn()}),[x,y]=l.useState({open:!1,value:""}),[v,k]=l.useState({open:!1,tab:"font",paragraphTab:"spacing",value:Wa()}),[S,P]=l.useState(!1),[R,D]=l.useState({open:!1}),[A,T]=l.useState({open:!1,tab:"link",href:"",title:"",targetBlank:!1,textDecorationNone:!1,hoverMode:"color",hoverColor:null,hoverHtml:"",bookmarks:[],selectedBookmarkId:""}),[_,M]=l.useState({open:!1,existingIds:[]}),[z,E]=l.useState({open:!1}),[N,O]=l.useState({open:!1}),[G,Y]=l.useState({open:!1}),[re,Z]=l.useState({open:!1,tab:"general",value:Qp(),aspectRatio:1}),[J,ne]=l.useState({open:!1}),[ce,X]=l.useState({open:!1,value:C0()}),[I,se]=l.useState({open:!1,value:j0()}),[fe,L]=l.useState({open:!1,value:z0()}),[Le,Ee]=l.useState({open:!1,topicId:"getStarted"}),[ze,bt]=l.useState(!1);return{fontDialog:e,setFontDialog:t,customizeToolbarOpen:n,setCustomizeToolbarOpen:r,documentPreview:o,setDocumentPreview:a,toolbarSettings:s,setToolbarSettings:u,toolbarSettingsLoading:d,setToolbarSettingsLoading:f,toolbarSettingsBusy:g,setToolbarSettingsBusy:h,paragraphDialog:C,setParagraphDialog:b,customCssDialog:x,setCustomCssDialog:y,pageDialog:v,setPageDialog:k,deletePageConfirmOpen:S,setDeletePageConfirmOpen:P,customStyleDialog:R,setCustomStyleDialog:D,linkDialog:A,setLinkDialog:T,bookmarkDialog:_,setBookmarkDialog:M,imageDialog:z,setImageDialog:E,audioDialog:N,setAudioDialog:O,youtubeDialog:G,setYoutubeDialog:Y,imageProperties:re,setImageProperties:Z,tableDialog:J,setTableDialog:ne,tableProperties:ce,setTableProperties:X,cellProperties:I,setCellProperties:se,rowProperties:fe,setRowProperties:L,helpDialog:Le,setHelpDialog:Ee,aboutDialogOpen:ze,setAboutDialogOpen:bt}}const bf={changed:!1,pages:[],joined:"",changedIndices:[]};function yf(e){return{changed:e.changed,pages:e.pages,joined:Mt(e.pages),changedIndices:e.changedIndices}}function Q0({enabled:e,pagesProp:t,defaultPages:n}){const r=e&&t!==void 0,o=l.useMemo(()=>t!==void 0?Bn(t):void 0,[t]),[a,s]=l.useState(()=>({pages:Bn(n),revision:0})),u=l.useRef(o??Bn(n)),d=l.useRef(new Set),f=l.useRef(t);l.useEffect(()=>{if(!e||!r||o===void 0||f.current===t&&mr(u.current,o))return;f.current=t;const k=Bl(u.current,o);if(u.current=k.pages,!!k.changed){for(const S of k.changedIndices)d.current.add(S);s(S=>({pages:k.pages,revision:S.revision+1}))}},[e,r,o,t]);const g=l.useMemo(()=>{if(!e)return[];if(r&&o!==void 0){const k=Bl(u.current,o);return u.current=k.pages,k.pages}return a.pages},[e,r,o,a.pages,a.revision]),h=l.useCallback((k,S)=>{if(!e)return bf;const P=r?u.current:a.pages,R=Bl(P,k);if(!R.changed)return yf(R);for(const D of R.changedIndices)d.current.add(D);return S!==void 0&&d.current.add(S),r?u.current=R.pages:s(D=>({pages:R.pages,revision:D.revision+1})),yf(R)},[e,a.pages,r]),C=l.useCallback((k,S)=>h(k,S==null?void 0:S.editedIndex),[h]),b=l.useCallback((k,S,P)=>{if(!e)return bf;const R=r?u.current:a.pages,D=cc(R,k,S);return D.changed?h(D.pages,(P==null?void 0:P.editedIndex)??k):{changed:!1,pages:R,joined:Mt(R),changedIndices:[]}},[h,e,a.pages,r]),x=l.useCallback(k=>h(Bn(k)),[h]),y=l.useCallback(k=>{if(k===void 0){d.current.clear();return}for(const S of k)d.current.delete(S)},[]),v=l.useCallback(()=>Mt(g),[g]);return l.useMemo(()=>({pages:g,revision:a.revision,dirtyPagesRef:d,setPages:C,updatePage:b,replacePages:x,markPagesClean:y,getJoinedHtml:v}),[g,a.revision,C,b,x,y,v])}function Pa({value:e,defaultValue:t,onChange:n}){const[r,o]=l.useState(t),a=e!==void 0,s=a?e:r,u=l.useCallback(d=>{a||o(d),n==null||n(d)},[a,n]);return[s,u]}const Sh="commspliant-html-editor.darkMode";function eA(e){return typeof e=="boolean"?e:null}function xf(){try{const e=localStorage.getItem(Sh);return e?eA(JSON.parse(e)):null}catch{return null}}function tA(e){try{localStorage.setItem(Sh,JSON.stringify(e))}catch{}}const Ah="commspliant-html-editor.pageZoom",nA=new Set(["fitWidth","fitPage"]);function rA(e){return typeof e=="string"&&nA.has(e)||typeof e=="number"&&B1.includes(e)?e:null}function oA(){try{const e=localStorage.getItem(Ah);return e?rA(JSON.parse(e)):null}catch{return null}}function iA(e){try{localStorage.setItem(Ah,JSON.stringify(e))}catch{}}const Ph="commspliant-html-editor.toolbarPosition",aA=["top","left","right","bottom"];function Th(e){return typeof e=="string"&&aA.includes(e)?e:null}function Cf(){try{const e=localStorage.getItem(Ph);return e?Th(JSON.parse(e)):null}catch{return null}}function sA(e){try{localStorage.setItem(Ph,JSON.stringify(e))}catch{}}function lA({enabled:e,onHtml:t}){const[n,r]=l.useState(!1),o=l.useRef(0),a=l.useRef(e),s=l.useRef(t);a.current=e,s.current=t;const u=l.useCallback(()=>{o.current=0,r(!1)},[]);l.useEffect(()=>{e||u()},[e,u]);const d=l.useCallback(C=>{!a.current||!ha(C.dataTransfer)||(C.preventDefault(),o.current+=1,r(!0))},[]),f=l.useCallback(C=>{!a.current||!ha(C.dataTransfer)||(C.preventDefault(),C.dataTransfer&&(C.dataTransfer.dropEffect="copy"))},[]),g=l.useCallback(C=>{if(!a.current||!ha(C.dataTransfer))return;const b=C.relatedTarget;b instanceof Node&&C.currentTarget.contains(b)||(o.current=Math.max(0,o.current-1),o.current===0&&r(!1))},[]),h=l.useCallback(C=>{if(!a.current||!ha(C.dataTransfer))return;C.preventDefault(),u();const b=h1(C.dataTransfer);b&&hu(b).then(x=>{a.current&&s.current(x)},()=>{})},[u]);return{dragging:n,onDragEnter:d,onDragOver:f,onDragLeave:g,onDrop:h}}const cA={menus:{edit:{id:"edit",labelKey:"menuEdit",ariaKey:"menuEditAria"}},submenus:{page:{id:"page",labelKey:"menuPage",ariaKey:"menuPageAria"}},groups:{edit:{id:"edit",labelKey:"toolbarGroupEdit"}},items:{undo:{id:"undo",command:"undo",icon:Py,labelKey:"commandUndo",ariaKey:"commandUndoAria",enabled:"canUndo"},redo:{id:"redo",command:"redo",icon:Cy,labelKey:"commandRedo",ariaKey:"commandRedoAria",enabled:"canRedo"},pageProperties:{id:"pageProperties",command:"openPageProperties",icon:zo,labelKey:"commandPageProperties",ariaKey:"commandPagePropertiesAria",enabled:"isVisualMode"},deletePage:{id:"deletePage",command:"deletePage",icon:zo,labelKey:"commandDeletePage",ariaKey:"commandDeletePageAria",enabled:"canDeletePage"}}},Rh=400,qa=100,Dh=2e7;function uA(e){let t=[],n=0,r=e,o=[],a=0,s=!1,u=!1,d=0;function f(){if(t.length>qa){const v=t.splice(0,t.length-qa);for(const k of v)n-=k.length}for(;t.length>1&&n+a>Dh;){const v=t.shift();v&&(n-=v.length)}}function g(v){t.push(v),n+=v.length,f()}function h(){o=[],a=0}function C(v,k){if(s){r=v,s=!1;return}if(v===r)return;const S=Date.now(),P=(k==null?void 0:k.coalesce)===!0;if(P&&u&&S-d<Rh){r=v,d=S,o.length>0&&h();return}g(r),r=v,h(),d=S,u=P}function b(){if(t.length===0)return null;u=!1,o.push(r),a+=r.length;const v=t.pop();return n-=v.length,r=v,f(),r}function x(){if(o.length===0)return null;u=!1,g(r);const v=o.pop();return a-=v.length,r=v,r}function y(v){if(s){r=v,s=!1;return}v!==r&&(g(r),r=v,h(),u=!1)}return{record:C,undo:b,redo:x,canUndo:()=>t.length>0,canRedo:()=>o.length>0,syncExternal:y,markApplying:()=>{s=!0},finishApplying:()=>{s=!1}}}function Je(e){return e.map(t=>t)}function lr(e){switch(e.type){case"pageEdit":return e.before.length;case"insertPage":return e.page.length;case"deletePage":return e.page.length;case"replaceAll":return e.beforePages.reduce((t,n)=>t+n.length,0)}}function dA(e){let t=[],n=0,r=Je(e),o=[],a=0,s=!1,u=!1,d=null,f=0;function g(){if(t.length>qa){const A=t.splice(0,t.length-qa);for(const T of A)n-=lr(T)}for(;t.length>1&&n+a>Dh;){const A=t.shift();A&&(n-=lr(A))}}function h(A){t.push(A),n+=lr(A),g()}function C(A){o.push(A),a+=lr(A)}function b(){for(const A of o)a-=lr(A);o=[],a=0}function x(){u=!1,d=null}function y(A,T,_){if(s){const O=Je(r);O[A]=T,r=O,s=!1;return}if(r[A]===T)return;const M=Date.now(),z=(_==null?void 0:_.coalesce)===!0,E=z&&u&&d===A&&M-f<Rh,N=Je(r);if(N[A]=T,E){r=N,f=M;return}h({type:"pageEdit",pageIndex:A,before:r[A]??""}),r=N,b(),f=M,u=z,d=A}function v(A,T){if(s){r=Je(T),s=!1;return}mr(r,T)||(h({type:"insertPage",index:A,page:T[A]??""}),r=Je(T),b(),x())}function k(A,T,_){if(s){r=Je(_),s=!1;return}mr(r,_)||(h({type:"deletePage",index:A,page:T}),r=Je(_),b(),x())}function S(A){if(s){r=Je(A),s=!1;return}mr(r,A)||(h({type:"replaceAll",beforePages:Je(r)}),r=Je(A),b(),x())}function P(A){if(s){r=Je(A),s=!1;return}mr(r,A)||(r=Je(A))}function R(){if(t.length===0)return null;x();const A=t.pop();switch(n-=lr(A),A.type){case"pageEdit":{const T=r[A.pageIndex]??"";C({type:"pageEdit",pageIndex:A.pageIndex,before:T}),r[A.pageIndex]=A.before;break}case"insertPage":{const T=r[A.index]??"";C({type:"insertPage",index:A.index,page:T}),r.splice(A.index,1);break}case"deletePage":{C({type:"deletePage",index:A.index,page:A.page}),r.splice(A.index,0,A.page);break}case"replaceAll":{C({type:"replaceAll",beforePages:Je(r)}),r=Je(A.beforePages);break}}return g(),Je(r)}function D(){if(o.length===0)return null;x();const A=o.pop();switch(a-=lr(A),A.type){case"pageEdit":{const T=r[A.pageIndex]??"";h({type:"pageEdit",pageIndex:A.pageIndex,before:T}),r[A.pageIndex]=A.before;break}case"insertPage":{h({type:"insertPage",index:A.index,page:A.page}),r.splice(A.index,0,A.page);break}case"deletePage":{const T=r[A.index]??"";h({type:"deletePage",index:A.index,page:T}),r.splice(A.index,1);break}case"replaceAll":{h({type:"replaceAll",beforePages:Je(r)}),r=Je(A.beforePages);break}}return Je(r)}return{getPresent:()=>r,recordPageEdit:y,recordInsertPage:v,recordDeletePage:k,recordReplaceAll:S,undo:R,redo:D,canUndo:()=>t.length>0,canRedo:()=>o.length>0,syncPages:A=>S(A),applyPresent:P,markApplying:()=>{s=!0}}}function Ht(e){return typeof e=="object"&&e!==null&&"recordPageEdit"in e&&typeof e.recordPageEdit=="function"}const mA='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]):not([hidden]), select:not([disabled]), textarea:not([disabled])',fA='[role="listbox"], [data-color-picker]';function qe(e,{open:t,onClose:n,focusableSelector:r=mA,escapeIgnoreSelectors:o=fA}){l.useEffect(()=>{if(!t)return;const a=e.current,s=a==null?void 0:a.querySelector(r);s==null||s.focus();const u=d=>{if(d.key==="Escape"){if(o&&document.querySelector(o))return;d.preventDefault(),d.stopPropagation(),n();return}if(d.key!=="Tab"||!a)return;const f=[...a.querySelectorAll(r)];if(f.length===0)return;const g=f[0],h=f[f.length-1];d.shiftKey&&document.activeElement===g?(d.preventDefault(),h.focus()):!d.shiftKey&&document.activeElement===h&&(d.preventDefault(),g.focus())};return document.addEventListener("keydown",u,!0),()=>document.removeEventListener("keydown",u,!0)},[e,o,r,n,t])}function Vn(e,t){return t?t.label?t.label:t.labelKey?e(t.labelKey):"":""}function Ya(e,t){return t?t.ariaLabel?t.ariaLabel:t.ariaKey?e(t.ariaKey):Vn(e,t):""}const ln="fullscreen",jc="commspliant-html-editor.toolbarCustomization";function Ic(e){const t=e.filter(n=>n!==ln);return e.includes(ln)?[...t,ln]:t}function Tu(e,t){if(!t||t.length===0)return Ic(e);const n=new Set(e),r=t.filter(s=>n.has(s)),o=new Set(r),a=[...r];for(let s=0;s<e.length;s++){const u=e[s];if(o.has(u))continue;let d=0;for(let f=s-1;f>=0;f--){const g=e[f],h=a.indexOf(g);if(h>=0){d=h+1;break}}a.splice(d,0,u),o.add(u)}return Ic(a)}function pA(e,t){const n=new Map(e.map(s=>[s.id,s])),r=Tu(e.map(s=>s.id),t==null?void 0:t.groupOrder),o=new Set((t==null?void 0:t.hiddenItemIds)??[]),a=[];for(const s of r){const u=n.get(s);if(!u)continue;const d=u.items.filter(f=>!o.has(f));d.length!==0&&a.push({id:s,items:d})}return a}function gA(e){if(e==null||typeof e!="object")return null;const t=e,n=Array.isArray(t.groupOrder)?t.groupOrder.filter(o=>typeof o=="string"):[],r=Array.isArray(t.hiddenItemIds)?[...new Set(t.hiddenItemIds.filter(o=>typeof o=="string"))]:[];return n.length===0&&r.length===0?null:{groupOrder:n,hiddenItemIds:r}}function hA(){try{const e=localStorage.getItem(jc);return e?gA(JSON.parse(e)):null}catch{return null}}function bA(e){try{if(!e){localStorage.removeItem(jc);return}localStorage.setItem(jc,JSON.stringify(e))}catch{}}function Ru(e,t){return Tu(t.map(n=>n.id),e==null?void 0:e.groupOrder)}function yA(e,t,n,r){const o=new Set((e==null?void 0:e.hiddenItemIds)??[]);return r?o.delete(n):o.add(n),{groupOrder:Ru(e,t),hiddenItemIds:[...o]}}function jh(e,t,n,r){const o=Ru(e,t),a=[...(e==null?void 0:e.hiddenItemIds)??[]];if(n===ln||r===ln)return{groupOrder:o,hiddenItemIds:a};const s=o.indexOf(n),u=o.indexOf(r);if(s<0||u<0||s===u)return{groupOrder:o,hiddenItemIds:a};const d=[...o],[f]=d.splice(s,1);return d.splice(u,0,f),{groupOrder:Ic(d),hiddenItemIds:a}}function wf(e,t,n,r){const o=Ru(e,t),a=o.filter(d=>d!==ln),s=a.indexOf(n),u=s+r;return s<0||u<0||u>=a.length?{groupOrder:o,hiddenItemIds:[...(e==null?void 0:e.hiddenItemIds)??[]]}:jh(e,t,n,a[u])}const xA="_backdrop_11w4e_1",CA="_dialog_11w4e_12",wA="_header_11w4e_31",vA="_body_11w4e_39",kA="_group_11w4e_49",SA="_groupDragging_11w4e_55",AA="_groupDropTarget_11w4e_59",PA="_groupHeader_11w4e_64",TA="_groupTitle_11w4e_72",RA="_dragHandle_11w4e_77",DA="_moveButton_11w4e_78",jA="_items_11w4e_119",IA="_item_11w4e_119",EA="_itemIcon_11w4e_135",_A="_itemTitle_11w4e_144",MA="_itemCheckbox_11w4e_151",NA="_actions_11w4e_155",LA="_action_11w4e_155",BA="_spinnerWrap_11w4e_191",FA="_spinner_11w4e_191",Fe={backdrop:xA,dialog:CA,header:wA,body:vA,group:kA,groupDragging:SA,groupDropTarget:AA,groupHeader:PA,groupTitle:TA,dragHandle:RA,moveButton:DA,items:jA,item:IA,itemIcon:EA,itemTitle:_A,itemCheckbox:MA,actions:NA,action:LA,spinnerWrap:BA,spinner:FA};function HA(){return i.jsxs("svg",{viewBox:"0 0 16 16",width:"14",height:"14","aria-hidden":"true",fill:"currentColor",children:[i.jsx("circle",{cx:"5",cy:"4",r:"1.2"}),i.jsx("circle",{cx:"11",cy:"4",r:"1.2"}),i.jsx("circle",{cx:"5",cy:"8",r:"1.2"}),i.jsx("circle",{cx:"11",cy:"8",r:"1.2"}),i.jsx("circle",{cx:"5",cy:"12",r:"1.2"}),i.jsx("circle",{cx:"11",cy:"12",r:"1.2"})]})}function zA({open:e,catalog:t,groups:n,settings:r,loading:o=!1,busy:a=!1,disabled:s,onChange:u,onReset:d,onClose:f}){const g=q(),h=l.useId(),C=l.useRef(null),[b,x]=l.useState(null),[y,v]=l.useState(null),k=Tu(n.map(E=>E.id),r==null?void 0:r.groupOrder),S=new Set((r==null?void 0:r.hiddenItemIds)??[]),P=new Map(n.map(E=>[E.id,E])),R=k.map(E=>P.get(E)).filter(E=>!!E),D=s||a||o;if(l.useEffect(()=>{e||(x(null),v(null))},[e]),qe(C,{open:e,onClose:f,escapeIgnoreSelectors:!1,focusableSelector:'button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])'}),!e)return null;const A=R.map(E=>E.id).filter(E=>E!==ln),T=(E,N)=>{if(D||N===ln){E.preventDefault();return}E.dataTransfer.setData("text/plain",N),E.dataTransfer.effectAllowed="move",x(N)},_=(E,N)=>{D||N===ln||!b||b===N||(E.preventDefault(),E.dataTransfer&&(E.dataTransfer.dropEffect="move"),v(N))},M=(E,N)=>{var G;E.preventDefault();const O=((G=E.dataTransfer)==null?void 0:G.getData("text/plain"))||b;x(null),v(null),!(!O||O===N||D)&&u(jh(r,n,O,N))},z=()=>{x(null),v(null)};return i.jsx(we,{children:i.jsx("div",{className:Fe.backdrop,role:"presentation",onMouseDown:f,children:i.jsxs("div",{ref:C,className:Fe.dialog,role:"dialog","aria-modal":"true","aria-labelledby":h,"aria-busy":o||a?!0:void 0,onMouseDown:E=>E.stopPropagation(),children:[i.jsx("h2",{className:Fe.header,id:h,children:g("customizeToolbarDialogTitle")}),i.jsx("div",{className:Fe.body,children:o?i.jsx("div",{className:Fe.spinnerWrap,role:"status","aria-live":"polite","aria-label":g("customizeToolbarDialogLoading"),children:i.jsx("span",{className:Fe.spinner,"aria-hidden":"true"})}):R.map(E=>{const N=t.groups[E.id],O=N?Vn(g,N):E.id,G=E.id===ln,Y=A.indexOf(E.id);return i.jsxs("section",{className:[Fe.group,b===E.id?Fe.groupDragging:"",y===E.id?Fe.groupDropTarget:""].filter(Boolean).join(" "),"data-toolbar-customize-group":E.id,"aria-label":O,onDragOver:re=>_(re,E.id),onDrop:re=>M(re,E.id),onDragLeave:()=>{y===E.id&&v(null)},children:[i.jsxs("div",{className:Fe.groupHeader,children:[i.jsx("button",{type:"button",className:Fe.dragHandle,draggable:!D&&!G,disabled:D||G,"aria-label":g("customizeToolbarDragHandle"),onDragStart:re=>T(re,E.id),onDragEnd:z,children:i.jsx(HA,{})}),i.jsx("span",{className:Fe.groupTitle,children:O}),i.jsx("button",{type:"button",className:Fe.moveButton,disabled:D||G||Y<=0,"aria-label":g("customizeToolbarMoveUp"),onClick:()=>u(wf(r,n,E.id,-1)),children:"↑"}),i.jsx("button",{type:"button",className:Fe.moveButton,disabled:D||G||Y<0||Y>=A.length-1,"aria-label":g("customizeToolbarMoveDown"),onClick:()=>u(wf(r,n,E.id,1)),children:"↓"})]}),i.jsx("div",{className:Fe.items,children:E.items.map(re=>{const Z=t.items[re];if(!Z)return null;const J=Z.icon,ne=Vn(g,Z),ce=`${h}-${E.id}-${re}`,X=!S.has(re);return i.jsxs("label",{className:Fe.item,htmlFor:ce,children:[i.jsx("span",{className:Fe.itemIcon,"aria-hidden":"true",children:J?i.jsx(J,{}):ne.slice(0,2)}),i.jsx("span",{className:Fe.itemTitle,children:ne}),i.jsx("input",{id:ce,className:Fe.itemCheckbox,type:"checkbox",checked:X,disabled:D,"aria-label":`${ne}: ${g("customizeToolbarItemVisible")}`,onChange:I=>u(yA(r,n,re,I.target.checked))})]},re)})})]},E.id)})}),i.jsxs("div",{className:Fe.actions,children:[i.jsx("button",{type:"button",className:Fe.action,disabled:D,onClick:d,children:g("customizeToolbarDialogReset")}),i.jsx("button",{type:"button",className:Fe.action,"aria-label":g("customizeToolbarDialogCloseAria"),onClick:f,children:g("customizeToolbarDialogClose")})]})]})})})}function OA(e,t){if(!t)return e;const n=t.menus,r=t.toolbar;if(n===void 0&&r===void 0)return e;const o=n===void 0?e.menus:e.menus.filter(s=>n.includes(s.id)),a=r===void 0?e.iconGroups:e.iconGroups.map(s=>({id:s.id,items:s.items.filter(u=>r.includes(u))})).filter(s=>s.items.length>0);return{menus:o,iconGroups:a}}const KA={menus:{file:{id:"file",labelKey:"menuFile",ariaKey:"menuFileAria"}},groups:{file:{id:"file",labelKey:"toolbarGroupFile"},print:{id:"print",labelKey:"toolbarGroupPrint"}},items:{save:{id:"save",command:"save",icon:ky,labelKey:"commandSave",ariaKey:"commandSaveAria"},open:{id:"open",command:"open",icon:my,labelKey:"commandOpen",ariaKey:"commandOpenAria"},print:{id:"print",command:"print",icon:yy,labelKey:"commandPrint",ariaKey:"commandPrintAria"}}},Ih=4;function $A({anchorRect:e,floatingWidth:t,floatingHeight:n,pad:r=Ih,minWidth:o=0,matchAnchorWidth:a=!1}){const s=a?Math.max(e.width,t,o):t;let u=e.bottom;u+n>window.innerHeight-r&&(u=Math.max(r,e.top-n));const d=Math.min(Math.max(e.left,r),window.innerWidth-s-r);return a?{top:u,left:d,width:s}:{top:u,left:d}}function uo(e,t,n,{pad:r=Ih,minWidth:o=0,matchAnchorWidth:a=!1,deps:s=[]}={}){const[u,d]=l.useState({top:0,left:0}),f=l.useCallback(()=>{const g=t.current,h=n.current;if(!g)return;const C=g.getBoundingClientRect(),b=Math.max(a?C.width:0,(h==null?void 0:h.offsetWidth)??0,o),x=(h==null?void 0:h.offsetHeight)??0;d($A({anchorRect:C,floatingWidth:b,floatingHeight:x,pad:r,minWidth:o,matchAnchorWidth:a}))},[t,n,a,o,r]);return l.useLayoutEffect(()=>{if(!e)return;f();const g=()=>f();return window.addEventListener("scroll",g,!0),window.addEventListener("resize",g),()=>{window.removeEventListener("scroll",g,!0),window.removeEventListener("resize",g)}},[e,f,...s]),u}const UA="_toolbar_1aggm_1",VA="_menuBar_1aggm_35",WA="_menuBarDesktop_1aggm_43",GA="_brandMark_1aggm_49",ZA="_brandMarkIcon_1aggm_56",qA="_menuBarCompact_1aggm_68",YA="_menuWrap_1aggm_91",XA="_menuButton_1aggm_97",JA="_iconButton_1aggm_98",QA="_menuItem_1aggm_99",eP="_hamburgerButton_1aggm_142",tP="_iconNav_1aggm_149",nP="_iconNavMain_1aggm_160",rP="_iconNavEnd_1aggm_169",oP="_iconGroup_1aggm_185",iP="_tooltipTrigger_1aggm_276",aP="_menu_1aggm_35",sP="_submenuWrap_1aggm_305",lP="_submenu_1aggm_305",cP="_submenuTrigger_1aggm_315",uP="_menuOverlay_1aggm_330",dP="_menuOverlayHeader_1aggm_342",mP="_menuOverlayTitle_1aggm_352",fP="_menuOverlayBody_1aggm_358",pP="_menuSeparator_1aggm_409",gP="_icon_1aggm_98",hP="_tooltip_1aggm_276",bP="_tooltipElevated_1aggm_494",ae={toolbar:UA,menuBar:VA,menuBarDesktop:WA,brandMark:GA,brandMarkIcon:ZA,menuBarCompact:qA,menuWrap:YA,menuButton:XA,iconButton:JA,menuItem:QA,hamburgerButton:eP,iconNav:tP,iconNavMain:nP,iconNavEnd:rP,iconGroup:oP,tooltipTrigger:iP,menu:aP,submenuWrap:sP,submenu:lP,submenuTrigger:cP,menuOverlay:uP,menuOverlayHeader:dP,menuOverlayTitle:mP,menuOverlayBody:fP,menuSeparator:pP,icon:gP,tooltip:hP,tooltipElevated:bP},yP=400,vf=6,$l=4;function Wn({label:e,children:t,className:n,elevated:r}){const o=l.useRef(null),a=l.useRef(null),s=l.useRef(null),u=l.useRef(!1),d=l.useRef(!1),[f,g]=l.useState(!1),[h,C]=l.useState({top:0,left:0}),b=l.useCallback(()=>{s.current!==null&&(clearTimeout(s.current),s.current=null)},[]),x=l.useCallback(k=>{if(!(u.current||d.current)){b(),g(!1);return}if(k||d.current){b(),g(!0);return}b(),s.current=setTimeout(()=>{s.current=null,g(!0)},yP)},[b]),y=l.useCallback(()=>{const k=o.current,S=a.current;if(!k||!S)return;const P=k.getBoundingClientRect(),R=S.offsetWidth,D=S.offsetHeight;let A=P.bottom+vf;A+D>window.innerHeight-$l&&(A=P.top-vf-D);let T=P.left+P.width/2-R/2;T=Math.min(Math.max(T,$l),window.innerWidth-R-$l),C({top:A,left:T})},[]);l.useEffect(()=>()=>b(),[b]),l.useEffect(()=>{const k=o.current;if(!k)return;const S=()=>{d.current=!0,x(!0)},P=()=>{d.current=!1,x(!1)};return k.addEventListener("focusin",S),k.addEventListener("focusout",P),()=>{k.removeEventListener("focusin",S),k.removeEventListener("focusout",P)}},[x]),l.useLayoutEffect(()=>{if(!f)return;y();const k=()=>y();return window.addEventListener("scroll",k,!0),window.addEventListener("resize",k),()=>{window.removeEventListener("scroll",k,!0),window.removeEventListener("resize",k)}},[f,e,y]);const v=n?`${ae.tooltipTrigger} ${n}`:ae.tooltipTrigger;return i.jsxs(i.Fragment,{children:[i.jsx("span",{ref:o,className:v,"data-tooltip-trigger":"",onMouseEnter:()=>{u.current=!0,x(!1)},onMouseLeave:()=>{u.current=!1,x(!1)},children:t}),f?i.jsx(we,{children:i.jsx("span",{ref:a,className:r?`${ae.tooltip} ${ae.tooltipElevated}`:ae.tooltip,"data-toolbar-tooltip":"",style:{top:h.top,left:h.left},"aria-hidden":"true",children:e})}):null]})}const kf=8,Sf=["#000000","#434343","#666666","#999999","#b7b7b7","#cccccc","#d9d9d9","#ffffff","#980000","#ff0000","#ff9900","#ffff00","#00ff00","#00ffff","#4a86e8","#9900ff","#e6b8af","#f4cccc","#fce5cd","#fff2cc","#d9ead3","#d0e0e3","#c9daf8","#d9d2e9","#cc4125","#e06666","#f6b26b","#ffd966","#93c47d","#76a5af","#6d9eeb","#8e7cc3","#660000","#990000","#b45f06","#bf9000","#38761d","#134f5c","#1155cc","#351c75"],xP=8;let Ec=[];const _c=new Set;function Af(){return Ec}function CP(e){const t=Ve(e);t&&(Ec=[t,...Ec.filter(n=>n!==t)].slice(0,xP),_c.forEach(n=>n()))}function wP(e){return _c.add(e),()=>{_c.delete(e)}}function ya(e){const t=Ve(e);return t?{r:Number.parseInt(t.slice(1,3),16),g:Number.parseInt(t.slice(3,5),16),b:Number.parseInt(t.slice(5,7),16)}:null}function cr(e,t,n){const r=o=>Math.max(0,Math.min(255,Math.round(o))).toString(16).padStart(2,"0");return`#${r(e)}${r(t)}${r(n)}`}function Ul({r:e,g:t,b:n}){const r=e/255,o=t/255,a=n/255,s=Math.max(r,o,a),u=Math.min(r,o,a),d=s-u;let f=0;return d!==0&&(s===r?f=(o-a)/d%6:s===o?f=(a-r)/d+2:f=(r-o)/d+4,f*=60,f<0&&(f+=360)),{h:f,s:s===0?0:d/s,v:s}}function Vl({h:e,s:t,v:n}){const r=(e%360+360)%360,o=n*t,a=o*(1-Math.abs(r/60%2-1)),s=n-o;let u=0,d=0,f=0;return r<60?(u=o,d=a):r<120?(u=a,d=o):r<180?(d=o,f=a):r<240?(d=a,f=o):r<300?(u=a,f=o):(u=o,f=a),{r:Math.round((u+s)*255),g:Math.round((d+s)*255),b:Math.round((f+s)*255)}}function Eh(){return typeof window<"u"&&"EyeDropper"in window}async function vP(){if(!Eh())return null;const e=window.EyeDropper;try{const t=await new e().open();return Ve(t.sRGBHex)}catch{return null}}const kP="_picker_ag1yo_1",SP="_none_ag1yo_12",AP="_customToggle_ag1yo_13",PP="_eyedrop_ag1yo_14",TP="_swatch_ag1yo_48",RP="_field_ag1yo_49",DP="_grid_ag1yo_54",jP="_recents_ag1yo_55",IP="_sectionLabel_ag1yo_84",EP="_custom_ag1yo_13",_P="_sv_ag1yo_95",MP="_svThumb_ag1yo_105",NP="_hue_ag1yo_116",LP="_rgbRow_ag1yo_155",BP="_hexRow_ag1yo_156",tt={picker:kP,none:SP,customToggle:AP,eyedrop:PP,swatch:TP,field:RP,grid:DP,recents:jP,sectionLabel:IP,custom:EP,sv:_P,svThumb:MP,hue:NP,rgbRow:LP,hexRow:BP};function FP(e){if(!/^\d+$/.test(e.trim()))return null;const t=Number(e);return Number.isFinite(t)?Math.max(0,Math.min(255,t)):null}function Du({value:e,mixed:t=!1,noneLabel:n,ariaLabel:r,disabled:o,menu:a=!1,fallbackCustom:s="#000000",onChange:u,onCommit:d}){const f=q(),g=l.useId(),h=a?"menuitemradio":"option",C=t?null:e,b=ya(C??s)??{r:0,g:0,b:0},[x,y]=l.useState(!1),[v,k]=l.useState(()=>Ul(b)),[S,P]=l.useState(()=>({r:String(b.r),g:String(b.g),b:String(b.b)})),[R,D]=l.useState(()=>cr(b.r,b.g,b.b)),[A,T]=l.useState(()=>[...Af()]),_=l.useRef(null),M=l.useRef(cr(b.r,b.g,b.b));l.useEffect(()=>wP(()=>T([...Af()])),[]),l.useEffect(()=>{const I=ya(C??s);if(!I)return;const se=Ul(I);k(se),P({r:String(I.r),g:String(I.g),b:String(I.b)}),D(cr(I.r,I.g,I.b))},[C,s]);const z=(I,se,fe)=>{I&&(M.current=I),fe&&I&&CP(I),u(I),se&&(d==null||d(I))},E=(I,se,fe)=>{const L=cr(I.r,I.g,I.b);k(Ul(I)),P({r:String(I.r),g:String(I.g),b:String(I.b)}),D(L),z(L,se,fe)},N=(I,se,fe)=>{const L=Vl(I),Le=cr(L.r,L.g,L.b);k(I),P({r:String(L.r),g:String(L.g),b:String(L.b)}),D(Le),z(Le,se,fe)},O=I=>{if(!["ArrowLeft","ArrowRight","ArrowUp","ArrowDown"].includes(I.key))return;const fe=[...I.currentTarget.querySelectorAll("button")],L=fe.findIndex(ze=>ze===document.activeElement);if(L<0)return;I.preventDefault();const Le=I.key==="ArrowLeft"?-1:I.key==="ArrowRight"?1:I.key==="ArrowUp"?-kf:kf,Ee=fe[Math.max(0,Math.min(fe.length-1,L+Le))];Ee==null||Ee.focus()},G=(I,se)=>{const fe=_.current;if(!fe||o)return;const L=fe.getBoundingClientRect(),Le=Math.max(0,Math.min(1,(I.clientX-L.left)/L.width)),Ee=Math.max(0,Math.min(1,1-(I.clientY-L.top)/L.height));N({h:v.h,s:Le,v:Ee},se,se)},Y=I=>{o||(I.currentTarget.setPointerCapture(I.pointerId),G(I,!1))},re=Vl({h:v.h,s:1,v:1}),Z=cr(re.r,re.g,re.b),J=Vl(v),ne=cr(J.r,J.g,J.b),ce=new Set(Sf),X=A.filter(I=>!ce.has(I));return i.jsxs("div",{className:tt.picker,role:a?void 0:"listbox","aria-label":r,"data-color-picker":"",children:[i.jsx("button",{type:"button",className:tt.none,role:h,"aria-checked":a?C===null&&!t:void 0,"aria-selected":a?void 0:C===null&&!t,disabled:o,onClick:()=>z(null,!0,!1),children:n}),i.jsx("div",{className:tt.grid,role:a?"group":"none",onKeyDown:O,children:Sf.map(I=>{const se=C===I;return i.jsx("button",{type:"button",className:tt.swatch,role:h,"aria-label":I,"aria-checked":a?se:void 0,"aria-selected":a?void 0:se,disabled:o,style:{backgroundColor:I},onMouseDown:fe=>fe.preventDefault(),onClick:()=>z(I,!0,!1)},I)})}),X.length>0?i.jsxs(i.Fragment,{children:[i.jsx("p",{className:tt.sectionLabel,children:f("colorRecent")}),i.jsx("div",{className:tt.recents,role:a?"group":"none","aria-label":f("colorRecent"),children:X.map(I=>i.jsx("button",{type:"button",className:tt.swatch,role:h,"aria-label":I,"aria-checked":a?C===I:void 0,"aria-selected":a?void 0:C===I,disabled:o,style:{backgroundColor:I},onMouseDown:se=>se.preventDefault(),onClick:()=>z(I,!0,!1)},I))})]}):null,i.jsx("button",{type:"button",className:tt.customToggle,disabled:o,"aria-expanded":x,onClick:()=>y(I=>!I),children:f("colorCustom")}),x?i.jsxs("div",{className:tt.custom,children:[i.jsx("div",{ref:_,className:tt.sv,style:{background:`linear-gradient(to top, #000, transparent), linear-gradient(to right, #fff, ${Z})`},onPointerDown:Y,onPointerMove:I=>{I.currentTarget.hasPointerCapture(I.pointerId)&&G(I,!1)},onPointerUp:I=>{G(I,!0)},children:i.jsx("span",{className:tt.svThumb,style:{left:`${v.s*100}%`,top:`${(1-v.v)*100}%`}})}),i.jsx("input",{className:tt.hue,type:"range",min:0,max:360,value:Math.round(v.h),disabled:o,"aria-label":f("colorCustom"),onChange:I=>N({...v,h:Number(I.target.value)},!1,!1),onPointerUp:()=>z(M.current,!0,!0)}),i.jsx("div",{className:tt.rgbRow,children:["r","g","b"].map(I=>i.jsxs("div",{className:tt.field,children:[i.jsx("label",{htmlFor:`${g}-${I}`,children:f(I==="r"?"colorRgbR":I==="g"?"colorRgbG":"colorRgbB")}),i.jsx("input",{id:`${g}-${I}`,inputMode:"numeric",value:S[I],disabled:o,onChange:se=>{P(fe=>({...fe,[I]:se.target.value}))},onBlur:()=>{const se=FP(S[I]);if(se===null){P({r:String(J.r),g:String(J.g),b:String(J.b)});return}E({...J,[I]:se},!0,!0)},onKeyDown:se=>{se.key==="Enter"&&se.currentTarget.blur()}})]},I))}),i.jsx("div",{className:tt.hexRow,children:i.jsxs("div",{className:tt.field,children:[i.jsx("label",{htmlFor:`${g}-hex`,children:f("colorHex")}),i.jsx("input",{id:`${g}-hex`,value:R,disabled:o,onChange:I=>D(I.target.value),onBlur:()=>{const I=Ve(R);if(!I){D(ne);return}const se=ya(I);se&&E(se,!0,!0)},onKeyDown:I=>{I.key==="Enter"&&I.currentTarget.blur()}})]})}),Eh()?i.jsx("button",{type:"button",className:tt.eyedrop,disabled:o,onClick:()=>{vP().then(I=>{if(!I)return;const se=ya(I);se&&E(se,!0,!0)})},children:f("colorPickFromScreen")}):null]}):null]})}const HP="_wrap_hfz5s_1",zP="_button_hfz5s_8",OP="_icon_hfz5s_18",KP="_bar_hfz5s_24",$P="_barEmpty_hfz5s_33",UP="_popover_hfz5s_43",ur={wrap:HP,button:zP,icon:OP,bar:KP,barEmpty:$P,popover:UP};function _h({icon:e,value:t,mixed:n,noneKey:r,labelKey:o,ariaKey:a,fallbackCustom:s,disabled:u,onChange:d}){const f=q(),g=l.useId(),h=l.useRef(null),C=l.useRef(null),b=l.useRef(null),[x,y]=l.useState(!1),v=uo(x,C,b);l.useEffect(()=>{if(!x)return;const D=T=>{var M,z;const _=T.target;(M=h.current)!=null&&M.contains(_)||(z=b.current)!=null&&z.contains(_)||y(!1)},A=T=>{var _;T.key==="Escape"&&(T.preventDefault(),T.stopPropagation(),y(!1),(_=C.current)==null||_.focus())};return document.addEventListener("pointerdown",D),document.addEventListener("keydown",A,!0),()=>{document.removeEventListener("pointerdown",D),document.removeEventListener("keydown",A,!0)}},[x]);const k=D=>{d(D)},S=`${ur.bar}${!t||n?` ${ur.barEmpty}`:""}`,P=t&&!n?{backgroundColor:t}:void 0,R=i.jsxs("div",{className:ur.wrap,ref:h,children:[i.jsxs("button",{ref:C,type:"button",className:`${ae.iconButton} ${ur.button}`,"aria-label":f(a),"aria-expanded":x,"aria-haspopup":"listbox","aria-controls":x?g:void 0,disabled:u,onMouseDown:D=>D.preventDefault(),onClick:()=>y(D=>!D),children:[i.jsx(e,{className:`${ae.icon} ${ur.icon}`}),i.jsx("span",{className:S,style:P})]}),x?i.jsx(we,{children:i.jsx("div",{ref:b,id:g,className:ur.popover,style:{top:v.top,left:v.left},children:i.jsx(Du,{value:t,mixed:n,noneLabel:f(r),ariaLabel:f(a),disabled:u,fallbackCustom:s,onChange:k,onCommit:()=>y(!1)})})}):null]});return i.jsx(Wn,{label:f(o),children:R})}function VP({commands:e,queries:t,disabled:n}){return i.jsx(_h,{icon:Of,value:t.getFontColor(),mixed:t.isFontColorMixed(),noneKey:"colorAutomatic",labelKey:"commandFontColor",ariaKey:"commandFontColorAria",disabled:!!(n||!t.isVisualMode()),onChange:r=>e.setFontColor(r)})}const WP="_wrap_1vjt0_1",GP="_wrapToolbar_1vjt0_7",ZP="_field_1vjt0_12",qP="_trigger_1vjt0_20",YP="_chevron_1vjt0_50",XP="_list_1vjt0_73",JP="_listInline_1vjt0_88",QP="_option_1vjt0_96",eT="_separator_1vjt0_125",Yt={wrap:WP,wrapToolbar:GP,field:ZP,trigger:qP,chevron:YP,list:XP,listInline:JP,option:QP,separator:eT};function tT({value:e,mixed:t=!1,fonts:n,disabled:r,listId:o,listRef:a,inline:s,style:u,onSelect:d}){const f=q(),g=!t&&e===null;return i.jsxs("ul",{ref:a,id:o,className:s?`${Yt.list} ${Yt.listInline}`:Yt.list,role:"listbox","aria-label":f("commandFontFamilyAria"),style:u,children:[i.jsx("li",{role:"presentation",children:i.jsx("button",{type:"button",className:Yt.option,role:"option","aria-checked":g,disabled:r,onMouseDown:h=>h.preventDefault(),onClick:()=>d(null),children:f("fontFamilyDefault")})}),i.jsx("li",{className:Yt.separator,role:"separator"}),n.map(h=>{const C=!t&&ni(e,h.family);return i.jsx("li",{role:"presentation",children:i.jsx("button",{type:"button",className:Yt.option,role:"option","aria-checked":C,disabled:r,style:{fontFamily:h.family},onMouseDown:b=>b.preventDefault(),onClick:()=>d(h.family),children:h.name})},h.family)})]})}function nT(e,t,n,r){var o;return t?"":e===null?r:((o=ox(e,n))==null?void 0:o.name)??e}function Mh({family:e,mixed:t=!1,fonts:n,disabled:r,tooltip:o,toolbar:a=!1,triggerId:s,onChange:u}){const d=q(),f=l.useId(),g=l.useRef(null),h=l.useRef(null),C=l.useRef(null),[b,x]=l.useState(!1),y=nT(e,t,n,d("fontFamilyDefault")),v=uo(b,h,C,{matchAnchorWidth:!0,deps:[n.length]});l.useEffect(()=>{if(!b)return;const S=R=>{var A,T;const D=R.target;(A=g.current)!=null&&A.contains(D)||(T=C.current)!=null&&T.contains(D)||x(!1)},P=R=>{R.key==="Escape"&&(R.preventDefault(),R.stopPropagation(),x(!1))};return document.addEventListener("pointerdown",S),document.addEventListener("keydown",P,!0),()=>{document.removeEventListener("pointerdown",S),document.removeEventListener("keydown",P,!0)}},[b]);const k=i.jsxs("div",{className:`${Yt.wrap}${a?` ${Yt.wrapToolbar}`:""}`,ref:g,children:[i.jsxs("div",{className:Yt.field,ref:h,children:[i.jsx("button",{type:"button",id:s,className:Yt.trigger,disabled:r,"aria-label":a?d("commandFontFamilyAria"):void 0,"aria-haspopup":"listbox","aria-expanded":b,"aria-controls":b?f:void 0,style:e&&!t?{fontFamily:e}:void 0,onMouseDown:S=>S.preventDefault(),onClick:()=>x(S=>!S),children:y}),i.jsx("span",{className:Yt.chevron,"aria-hidden":"true"})]}),b?i.jsx(we,{children:i.jsx(tT,{listRef:C,listId:f,value:t?null:e,mixed:t,fonts:n,disabled:r,style:{top:v.top,left:v.left,minWidth:v.width},onSelect:S=>{u(S),x(!1)}})}):null]});return o?i.jsx(Wn,{label:o,children:k}):k}function rT({commands:e,queries:t,disabled:n}){const r=q(),o=!!(n||!t.isVisualMode());return i.jsx(Mh,{family:t.isFontFamilyMixed()?null:t.getFontFamily(),mixed:t.isFontFamilyMixed(),fonts:t.getFontFaces(),disabled:o,tooltip:r("commandFontFamily"),toolbar:!0,onChange:a=>{e.setFontFamily(a)}})}const oT="_wrap_58i0x_1",iT="_wrapToolbar_58i0x_9",aT="_field_58i0x_14",sT="_input_58i0x_22",lT="_toggle_58i0x_41",cT="_chevron_58i0x_42",uT="_unit_58i0x_80",dT="_list_58i0x_110",mT="_option_58i0x_125",Ze={wrap:oT,wrapToolbar:iT,field:aT,input:sT,toggle:lT,chevron:cT,unit:uT,list:dT,option:mT},fT={pt:"fontSizeUnitPt",px:"fontSizeUnitPx",em:"fontSizeUnitEm",rem:"fontSizeUnitRem","%":"fontSizeUnitPercent"};function Nh({size:e,unit:t,onSizeChange:n,onUnitChange:r,disabled:o,tooltip:a,sizeInputId:s,toolbar:u=!1}){const d=q(),f=l.useId(),g=l.useRef(null),h=l.useRef(null),C=l.useRef(null),[b,x]=l.useState(()=>e===null?"":de(e)),[y,v]=l.useState(!1),[k,S]=l.useState(!1),P=uo(k,h,C,{matchAnchorWidth:!0,minWidth:72});l.useEffect(()=>{y||x(e===null?"":de(e))},[e,y]),l.useEffect(()=>{if(!k)return;const _=z=>{var N,O;const E=z.target;(N=g.current)!=null&&N.contains(E)||(O=C.current)!=null&&O.contains(E)||S(!1)},M=z=>{z.key==="Escape"&&(z.preventDefault(),z.stopPropagation(),S(!1))};return document.addEventListener("pointerdown",_),document.addEventListener("keydown",M,!0),()=>{document.removeEventListener("pointerdown",_),document.removeEventListener("keydown",M,!0)}},[k]);const R=_=>{const M=Ax(_,t);if(!M){x(e===null?"":de(e));return}n(M.value,M.unit),x(de(M.value))},D=wx[t],A=k?i.jsx(we,{children:i.jsx("ul",{ref:C,className:Ze.list,role:"listbox",id:f,style:{top:P.top,left:P.left,minWidth:P.width},children:D.map(_=>i.jsx("li",{role:"presentation",children:i.jsx("button",{type:"button",className:Ze.option,role:"option","aria-selected":e===_,onMouseDown:M=>M.preventDefault(),onClick:()=>{n(_,t),x(de(_)),S(!1)},children:de(_)})},_))})}):null,T=i.jsxs("div",{className:`${Ze.wrap}${u?` ${Ze.wrapToolbar}`:""}`,ref:g,children:[i.jsxs("div",{className:Ze.field,ref:h,children:[i.jsx("input",{id:s,className:Ze.input,value:b,disabled:o,"aria-label":d("commandFontSizeAria"),"aria-autocomplete":"list","aria-expanded":k,"aria-controls":f,role:"combobox",inputMode:"decimal",onFocus:()=>v(!0),onBlur:()=>{v(!1),R(b)},onChange:_=>x(_.target.value),onKeyDown:_=>{_.key==="Enter"&&(_.preventDefault(),R(b),S(!1),_.currentTarget.blur()),_.key==="ArrowDown"&&(_.preventDefault(),S(!0))}}),i.jsx("button",{type:"button",className:Ze.toggle,tabIndex:-1,disabled:o,"aria-label":d("commandFontSizeAria"),"aria-expanded":k,"aria-controls":f,onMouseDown:_=>_.preventDefault(),onClick:()=>S(_=>!_)})]}),i.jsxs("div",{className:Ze.field,children:[i.jsx("select",{className:Ze.unit,value:t,disabled:o,"aria-label":d("commandFontSizeUnitAria"),onChange:_=>{r(_.target.value)},children:Uc.map(_=>i.jsx("option",{value:_,children:d(fT[_])},_))}),i.jsx("span",{className:Ze.chevron,"aria-hidden":"true"})]}),A]});return a?i.jsx(Wn,{label:a,children:T}):T}function pT({commands:e,queries:t,disabled:n}){const r=q(),o=!!(n||!t.isVisualMode());return i.jsx(Nh,{size:t.getFontSize(),unit:t.getFontSizeUnit(),disabled:o,tooltip:r("commandFontSize"),toolbar:!0,onSizeChange:(a,s)=>{e.setFontSize(a,s)},onUnitChange:a=>{e.setFontSizeUnit(a)}})}function gT({commands:e,queries:t,disabled:n}){return i.jsx(_h,{icon:Kf,value:t.getHighlightColor(),mixed:t.isHighlightColorMixed(),noneKey:"colorNone",labelKey:"commandHighlightColor",ariaKey:"commandHighlightColorAria",fallbackCustom:"#ffff00",disabled:!!(n||!t.isVisualMode()),onChange:r=>e.setHighlightColor(r)})}function hT({commands:e,queries:t,disabled:n,onMenuClose:r}){const o=q(),a=!!(n||!t.isVisualMode());return i.jsx(Du,{value:t.getHighlightColor(),mixed:t.isHighlightColorMixed(),noneLabel:o("colorNone"),ariaLabel:o("commandHighlightColorAria"),disabled:a,menu:!0,fallbackCustom:"#ffff00",onChange:s=>e.setHighlightColor(s),onCommit:()=>r==null?void 0:r()})}const bT="_wrap_1gtdc_1",yT="_wrapToolbar_1gtdc_7",xT="_field_1gtdc_12",CT="_trigger_1gtdc_20",wT="_chevron_1gtdc_46",vT="_list_1gtdc_69",kT="_option_1gtdc_84",ST="_separator_1gtdc_113",wn={wrap:bT,wrapToolbar:yT,field:xT,trigger:CT,chevron:wT,list:vT,option:kT,separator:ST},AT="_backdrop_1p9zk_1",PT="_dialog_1p9zk_12",TT="_dialogWide_1p9zk_31",RT="_header_1p9zk_35",DT="_tabs_1p9zk_43",jT="_tab_1p9zk_43",IT="_body_1p9zk_76",ET="_field_1p9zk_86",_T="_label_1p9zk_92",MT="_sizeRow_1p9zk_96",NT="_fileRow_1p9zk_102",LT="_fileName_1p9zk_108",BT="_previewImage_1p9zk_115",FT="_marks_1p9zk_125",HT="_mark_1p9zk_125",zT="_actions_1p9zk_140",OT="_actionsSpread_1p9zk_148",KT="_actionsEnd_1p9zk_152",$T="_headerRow_1p9zk_157",UT="_close_1p9zk_170",VT="_nameSection_1p9zk_187",WT="_nameInput_1p9zk_192",GT="_labelRow_1p9zk_209",ZT="_help_1p9zk_215",qT="_textInput_1p9zk_233",YT="_fullSelect_1p9zk_245",XT="_error_1p9zk_249",JT="_emptyHint_1p9zk_254",QT="_action_1p9zk_140",eR="_textarea_1p9zk_265",tR="_actionDanger_1p9zk_279",nR="_confirmBody_1p9zk_285",rR="_nestedPanel_1p9zk_294",oR="_spinnerWrap_1p9zk_309",iR="_spinner_1p9zk_309",aR="_actionPrimary_1p9zk_344",sR="_iconButton_1p9zk_358",lR="_select_1p9zk_359",cR="_lengthInput_1p9zk_360",uR="_lengthUnit_1p9zk_361",dR="_group_1p9zk_369",mR="_nestedGroup_1p9zk_379",fR="_subLabel_1p9zk_389",pR="_iconRow_1p9zk_393",gR="_lengthField_1p9zk_425",hR="_sideLabel_1p9zk_431",bR="_lengthRow_1p9zk_435",yR="_sideGrid_1p9zk_463",xR="_shadowGrid_1p9zk_464",p={backdrop:AT,dialog:PT,dialogWide:TT,header:RT,tabs:DT,tab:jT,body:IT,field:ET,label:_T,sizeRow:MT,fileRow:NT,fileName:LT,previewImage:BT,marks:FT,mark:HT,actions:zT,actionsSpread:OT,actionsEnd:KT,headerRow:$T,close:UT,nameSection:VT,nameInput:WT,labelRow:GT,help:ZT,textInput:qT,fullSelect:YT,error:XT,emptyHint:JT,action:QT,textarea:eR,actionDanger:tR,confirmBody:nR,nestedPanel:rR,spinnerWrap:oR,spinner:iR,actionPrimary:aR,iconButton:sR,select:lR,lengthInput:cR,lengthUnit:uR,group:dR,nestedGroup:mR,subLabel:fR,iconRow:pR,lengthField:gR,sideLabel:hR,lengthRow:bR,sideGrid:yR,shadowGrid:xR},Mc={p:"styleParagraph",h1:"styleHeading1",h2:"styleHeading2",h3:"styleHeading3",h4:"styleHeading4",h5:"styleHeading5",h6:"styleHeading6"},CR={p:{fontSize:"1rem",fontWeight:"400"},h1:{fontSize:"1.75rem",fontWeight:"600"},h2:{fontSize:"1.5rem",fontWeight:"600"},h3:{fontSize:"1.25rem",fontWeight:"600"},h4:{fontSize:"1.125rem",fontWeight:"600"},h5:{fontSize:"1rem",fontWeight:"600"},h6:{fontSize:"0.875rem",fontWeight:"600"}};function Pf(){const e=q();return i.jsx("div",{className:p.spinnerWrap,role:"status","aria-live":"polite","aria-label":e("customStyleLoading"),children:i.jsx("span",{className:p.spinner,"aria-hidden":"true"})})}function Lh({value:e,mixed:t=!1,disabled:n,menu:r=!1,listId:o,listRef:a,style:s,customStylesEnabled:u=!1,customStyles:d=[],customStylesLoading:f=!1,onSelect:g,onSelectCustom:h,onAddNew:C}){const b=q(),x=t?null:e,y=u,v=!!(r&&u&&C);return r?i.jsxs(i.Fragment,{children:[Ka.map(k=>i.jsx("button",{type:"button",className:ae.menuItem,role:"menuitemradio","aria-checked":x===k,disabled:n,onMouseDown:S=>S.preventDefault(),onClick:()=>g(k),children:b(Mc[k])},k)),y?i.jsx("div",{role:"separator",className:ae.menuSeparator}):null,y&&f?i.jsx(Pf,{}):null,y&&!f?d.map(k=>i.jsx("button",{type:"button",className:ae.menuItem,role:"menuitem",disabled:n,onMouseDown:S=>S.preventDefault(),onClick:()=>h==null?void 0:h(k.id),children:k.name},k.id)):null,v?i.jsxs(i.Fragment,{children:[y&&(f||d.length>0)?i.jsx("div",{role:"separator",className:ae.menuSeparator}):null,i.jsxs("button",{type:"button",className:ae.menuItem,role:"menuitem","aria-label":b("styleAddNewAria"),disabled:n,onMouseDown:k=>k.preventDefault(),onClick:()=>C==null?void 0:C(),children:[i.jsx(by,{className:ae.icon}),b("styleAddNew")]})]}):null]}):i.jsxs("ul",{ref:a,className:wn.list,role:"listbox",id:o,style:s,"aria-label":b("commandParagraphStyleAria"),"aria-busy":y&&f?!0:void 0,children:[Ka.map(k=>i.jsx("li",{role:"presentation",children:i.jsx("button",{type:"button",className:wn.option,role:"option","aria-selected":x===k,disabled:n,style:CR[k],onMouseDown:S=>S.preventDefault(),onClick:()=>g(k),children:b(Mc[k])})},k)),y&&(f||d.length>0)?i.jsx("li",{role:"separator",className:wn.separator}):null,y&&f?i.jsx("li",{role:"presentation",children:i.jsx(Pf,{})}):null,y&&!f?d.map(k=>i.jsx("li",{role:"presentation",children:i.jsx("button",{type:"button",className:wn.option,role:"option","aria-selected":!1,disabled:n,onMouseDown:S=>S.preventDefault(),onClick:()=>h==null?void 0:h(k.id),children:k.name})},k.id)):null]})}function wR({commands:e,queries:t,disabled:n}){const r=q(),o=l.useId(),a=l.useRef(null),s=l.useRef(null),u=l.useRef(null),[d,f]=l.useState(!1),g=!!(n||!t.isVisualMode()),h=t.isParagraphStyleMixed(),C=h?null:t.getParagraphStyle(),b=C?r(Mc[C]):"",x=t.customParagraphStylesEnabled(),y=x?t.getCustomParagraphStyles():[],v=x&&t.isCustomParagraphStylesLoading(),k=uo(d,s,u,{matchAnchorWidth:!0,deps:[y.length,v]});l.useEffect(()=>{if(!d)return;const P=D=>{var T,_;const A=D.target;(T=a.current)!=null&&T.contains(A)||(_=u.current)!=null&&_.contains(A)||f(!1)},R=D=>{D.key==="Escape"&&(D.preventDefault(),D.stopPropagation(),f(!1))};return document.addEventListener("pointerdown",P),document.addEventListener("keydown",R,!0),()=>{document.removeEventListener("pointerdown",P),document.removeEventListener("keydown",R,!0)}},[d]);const S=i.jsxs("div",{className:`${wn.wrap} ${wn.wrapToolbar}`,ref:a,children:[i.jsxs("div",{className:wn.field,ref:s,children:[i.jsx("button",{type:"button",className:wn.trigger,disabled:g,"aria-label":r("commandParagraphStyleAria"),"aria-haspopup":"listbox","aria-expanded":d,"aria-controls":d?o:void 0,onMouseDown:P=>P.preventDefault(),onClick:()=>f(P=>!P),children:b}),i.jsx("span",{className:wn.chevron,"aria-hidden":"true"})]}),d?i.jsx(we,{children:i.jsx(Lh,{listRef:u,listId:o,value:C,mixed:h,disabled:g,customStylesEnabled:x,customStyles:y,customStylesLoading:v,style:{top:k.top,left:k.left,minWidth:k.width},onSelect:P=>{e.setParagraphStyle(P),f(!1)},onSelectCustom:P=>{e.applyCustomParagraphStyle(P),f(!1)}})}):null]});return i.jsx(Wn,{label:r("commandParagraphStyle"),children:S})}function vR({commands:e,queries:t,disabled:n,onMenuClose:r}){const o=!!(n||!t.isVisualMode()),a=t.isParagraphStyleMixed(),s=a?null:t.getParagraphStyle(),u=t.customParagraphStylesEnabled(),d=u?t.getCustomParagraphStyles():[],f=u&&t.isCustomParagraphStylesLoading();return i.jsx(Lh,{menu:!0,value:s,mixed:a,disabled:o,customStylesEnabled:u,customStyles:d,customStylesLoading:f,onSelect:g=>{e.setParagraphStyle(g),r==null||r()},onSelectCustom:g=>{e.openCustomParagraphStyleDialog(g),r==null||r()},onAddNew:()=>{e.openCustomParagraphStyleDialog(),r==null||r()}})}const kR={menus:{format:{id:"format",labelKey:"menuFormat",ariaKey:"menuFormatAria"}},submenus:{paragraphStyles:{id:"paragraphStyles",labelKey:"menuParagraphStyles",ariaKey:"menuParagraphStylesAria",panel:vR,enabled:"isVisualMode"},font:{id:"font",labelKey:"menuFont",ariaKey:"menuFontAria"},highlightColor:{id:"highlightColor",labelKey:"commandHighlightColor",ariaKey:"commandHighlightColorAria",panel:hT,enabled:"isVisualMode"},paragraph:{id:"paragraph",labelKey:"menuParagraph",ariaKey:"menuParagraphAria"}},groups:{font:{id:"font",labelKey:"toolbarGroupFont"},align:{id:"align",labelKey:"toolbarGroupAlign"},paragraph:{id:"paragraph",labelKey:"toolbarGroupParagraph"}},items:{fontFamily:{id:"fontFamily",widget:rT,icon:Qb,labelKey:"commandFontFamily",ariaKey:"commandFontFamilyAria",enabled:"isVisualMode"},paragraphStyle:{id:"paragraphStyle",widget:wR,icon:hy,labelKey:"commandParagraphStyle",ariaKey:"commandParagraphStyleAria",enabled:"isVisualMode"},fontSize:{id:"fontSize",widget:pT,icon:ty,labelKey:"commandFontSize",ariaKey:"commandFontSizeAria",enabled:"isVisualMode"},fontProperties:{id:"fontProperties",command:"openFontProperties",icon:ey,labelKey:"commandFontProperties",ariaKey:"commandFontPropertiesAria",enabled:"isVisualMode"},customCss:{id:"customCss",command:"openCustomCss",icon:Yb,labelKey:"commandCustomCss",ariaKey:"commandCustomCssAria",enabled:"isVisualMode"},paragraphProperties:{id:"paragraphProperties",command:"openParagraphProperties",icon:Vf,labelKey:"commandParagraphProperties",ariaKey:"commandParagraphPropertiesAria",enabled:"isVisualMode"},imageProperties:{id:"imageProperties",command:"openImageProperties",icon:$f,labelKey:"menuImage",ariaKey:"menuImageAria",enabled:"isImageSelected"},fontColor:{id:"fontColor",widget:VP,icon:Of,labelKey:"commandFontColor",ariaKey:"commandFontColorAria",enabled:"isVisualMode"},highlightColor:{id:"highlightColor",widget:gT,icon:Kf,labelKey:"commandHighlightColor",ariaKey:"commandHighlightColorAria",enabled:"isVisualMode"},bold:{id:"bold",command:"toggleBold",icon:$b,labelKey:"commandBold",ariaKey:"commandBoldAria",active:"isBold",enabled:"isVisualMode",toggle:!0},italic:{id:"italic",command:"toggleItalic",icon:sy,labelKey:"commandItalic",ariaKey:"commandItalicAria",active:"isItalic",enabled:"isVisualMode",toggle:!0},underline:{id:"underline",command:"toggleUnderline",icon:Ay,labelKey:"commandUnderline",ariaKey:"commandUnderlineAria",active:"isUnderline",enabled:"isVisualMode",toggle:!0},strikethrough:{id:"strikethrough",command:"toggleStrikethrough",icon:Sy,labelKey:"commandStrikethrough",ariaKey:"commandStrikethroughAria",active:"isStrikethrough",enabled:"isVisualMode",toggle:!0},clearFormatting:{id:"clearFormatting",command:"clearFormatting",icon:Wb,labelKey:"commandClearFormatting",ariaKey:"commandClearFormattingAria",enabled:"hasTextSelection"},formatBrush:{id:"formatBrush",command:"toggleFormatBrush",icon:ny,labelKey:"commandFormatBrush",ariaKey:"commandFormatBrushAria",active:"isFormatBrushActive",enabled:"isVisualMode",toggle:!0},alignLeft:{id:"alignLeft",command:"alignLeft",icon:ts,labelKey:"commandAlignLeft",ariaKey:"commandAlignLeftAria",active:"isAlignLeft",enabled:"isVisualMode"},alignCenter:{id:"alignCenter",command:"alignCenter",icon:es,labelKey:"commandAlignCenter",ariaKey:"commandAlignCenterAria",active:"isAlignCenter",enabled:"isVisualMode"},alignRight:{id:"alignRight",command:"alignRight",icon:ns,labelKey:"commandAlignRight",ariaKey:"commandAlignRightAria",active:"isAlignRight",enabled:"isVisualMode"},alignJustify:{id:"alignJustify",command:"alignJustify",icon:Hf,labelKey:"commandAlignJustify",ariaKey:"commandAlignJustifyAria",active:"isAlignJustify",enabled:"isVisualMode"},indent:{id:"indent",command:"indent",icon:ay,labelKey:"commandIndent",ariaKey:"commandIndentAria",enabled:"isVisualMode"},outdent:{id:"outdent",command:"outdent",icon:fy,labelKey:"commandOutdent",ariaKey:"commandOutdentAria",enabled:"canOutdent"},bulletList:{id:"bulletList",command:"toggleBulletList",icon:zf,labelKey:"commandBulletList",ariaKey:"commandBulletListAria",active:"isBulletList",enabled:"isVisualMode",toggle:!0},numberedList:{id:"numberedList",command:"toggleNumberedList",icon:Uf,labelKey:"commandNumberedList",ariaKey:"commandNumberedListAria",active:"isNumberedList",enabled:"isVisualMode",toggle:!0}}},SR={menus:{insert:{id:"insert",labelKey:"menuInsert",ariaKey:"menuInsertAria"}},submenus:{insertPage:{id:"insertPage",labelKey:"menuInsertPage",ariaKey:"menuInsertPageAria",enabled:"hasSelectedPage"}},groups:{insert:{id:"insert",labelKey:"toolbarGroupInsert"}},items:{link:{id:"link",command:"openLinkDialog",icon:cy,labelKey:"commandLink",ariaKey:"commandLinkAria",enabled:"isVisualMode",active:"isLink",toggle:!0},bookmark:{id:"bookmark",command:"openBookmarkDialog",icon:Ub,labelKey:"commandBookmark",ariaKey:"commandBookmarkAria",enabled:"isVisualMode"},image:{id:"image",command:"openImageDialog",icon:$f,labelKey:"commandImage",ariaKey:"commandImageAria",enabled:"isVisualMode"},pageBackgroundImage:{id:"pageBackgroundImage",command:"openPageBackgroundImage",icon:zo,labelKey:"commandPageBackgroundImage",ariaKey:"commandPageBackgroundImageAria",enabled:"canInsertPageBackgroundImage"},paragraphBackgroundImage:{id:"paragraphBackgroundImage",command:"openParagraphBackgroundImage",icon:Vf,labelKey:"commandParagraphBackgroundImage",ariaKey:"commandParagraphBackgroundImageAria",enabled:"canInsertParagraphBackgroundImage"},audio:{id:"audio",command:"openAudioDialog",icon:Kb,labelKey:"commandAudio",ariaKey:"commandAudioAria",enabled:"isVisualMode"},youtube:{id:"youtube",command:"openYoutubeDialog",icon:Dy,labelKey:"commandYoutube",ariaKey:"commandYoutubeAria",enabled:"isVisualMode"},horizontalRule:{id:"horizontalRule",command:"insertHorizontalRule",icon:oy,labelKey:"commandHorizontalRule",ariaKey:"commandHorizontalRuleAria",enabled:"isVisualMode"},pageBreak:{id:"pageBreak",command:"insertPageBreak",icon:py,labelKey:"commandPageBreak",ariaKey:"commandPageBreakAria",enabled:"isVisualMode"},insertPageBefore:{id:"insertPageBefore",command:"insertPageBefore",icon:zo,labelKey:"commandInsertPageBefore",ariaKey:"commandInsertPageBeforeAria",enabled:"hasSelectedPage"},insertPageAfter:{id:"insertPageAfter",command:"insertPageAfter",icon:zo,labelKey:"commandInsertPageAfter",ariaKey:"commandInsertPageAfterAria",enabled:"hasSelectedPage"}}},AR={menus:{table:{id:"table",labelKey:"menuTable",ariaKey:"menuTableAria"}},submenus:{insertRow:{id:"insertRow",labelKey:"menuInsertRow",ariaKey:"menuInsertRowAria",enabled:"isInTable"},insertColumn:{id:"insertColumn",labelKey:"menuInsertColumn",ariaKey:"menuInsertColumnAria",enabled:"isInTable"}},groups:{table:{id:"table",labelKey:"toolbarGroupTable"}},items:{table:{id:"table",command:"openTableDialog",icon:xm,labelKey:"commandTable",ariaKey:"commandTableAria",enabled:"isVisualMode"},insertRowBelow:{id:"insertRowBelow",command:"insertRowBelow",icon:Dl,labelKey:"commandInsertRowBelow",ariaKey:"commandInsertRowBelowAria",enabled:"isInTable"},insertRowBefore:{id:"insertRowBefore",command:"insertRowBefore",icon:Dl,labelKey:"commandInsertRowBefore",ariaKey:"commandInsertRowBeforeAria",enabled:"isInTable"},deleteRow:{id:"deleteRow",command:"deleteRow",icon:Dl,labelKey:"commandDeleteRow",ariaKey:"commandDeleteRowAria",enabled:"isInTable"},insertColumnAfter:{id:"insertColumnAfter",command:"insertColumnAfter",icon:Rl,labelKey:"commandInsertColumnAfter",ariaKey:"commandInsertColumnAfterAria",enabled:"isInTable"},insertColumnBefore:{id:"insertColumnBefore",command:"insertColumnBefore",icon:Rl,labelKey:"commandInsertColumnBefore",ariaKey:"commandInsertColumnBeforeAria",enabled:"isInTable"},deleteColumn:{id:"deleteColumn",command:"deleteColumn",icon:Rl,labelKey:"commandDeleteColumn",ariaKey:"commandDeleteColumnAria",enabled:"isInTable"},mergeCells:{id:"mergeCells",command:"mergeCells",icon:dy,labelKey:"commandMergeCells",ariaKey:"commandMergeCellsAria",enabled:"canMergeCells"},unmergeCells:{id:"unmergeCells",command:"unmergeCells",icon:Ty,labelKey:"commandUnmergeCells",ariaKey:"commandUnmergeCellsAria",enabled:"canUnmergeCells"},tableProperties:{id:"tableProperties",command:"openTableProperties",icon:xm,labelKey:"commandTableProperties",ariaKey:"commandTablePropertiesAria",enabled:"isInTable"},cellProperties:{id:"cellProperties",command:"openCellProperties",icon:Vb,labelKey:"commandCellProperties",ariaKey:"commandCellPropertiesAria",enabled:"isInTable"},rowProperties:{id:"rowProperties",command:"openRowProperties",icon:wy,labelKey:"commandRowProperties",ariaKey:"commandRowPropertiesAria",enabled:"isInTable"}}},PR={menus:{help:{id:"help",labelKey:"menuHelp",ariaKey:"menuHelpAria"}},groups:{},items:{editorHelp:{id:"editorHelp",command:"openHelp",icon:Tl,labelKey:"commandEditorHelp",ariaKey:"commandEditorHelpAria"},keyboardShortcuts:{id:"keyboardShortcuts",command:"openKeyboardShortcuts",icon:Tl,labelKey:"commandKeyboardShortcuts",ariaKey:"commandKeyboardShortcutsAria"},about:{id:"about",command:"openAbout",icon:Tl,labelKey:"commandAbout",ariaKey:"commandAboutAria"}}},TR=["getStarted","file","edit","insert","format","table","view","keyboard"],Nc=[{id:"getStarted",category:"getStarted",titleKey:"helpTopicGetStartedTitle",bodyKey:"helpTopicGetStartedBody",keywordsKey:"helpTopicGetStartedKeywords",related:["switchModes","searchHelp","keyboardShortcuts"]},{id:"switchModes",category:"getStarted",titleKey:"helpTopicSwitchModesTitle",bodyKey:"helpTopicSwitchModesBody",keywordsKey:"helpTopicSwitchModesKeywords",related:["getStarted","preview"]},{id:"searchHelp",category:"getStarted",titleKey:"helpTopicSearchHelpTitle",bodyKey:"helpTopicSearchHelpBody",keywordsKey:"helpTopicSearchHelpKeywords",related:["getStarted","keyboardShortcuts"]},{id:"saveDocument",category:"file",titleKey:"helpTopicSaveDocumentTitle",bodyKey:"helpTopicSaveDocumentBody",keywordsKey:"helpTopicSaveDocumentKeywords",related:["openDocument","printDocument"]},{id:"openDocument",category:"file",titleKey:"helpTopicOpenDocumentTitle",bodyKey:"helpTopicOpenDocumentBody",keywordsKey:"helpTopicOpenDocumentKeywords",related:["saveDocument","printDocument"]},{id:"printDocument",category:"file",titleKey:"helpTopicPrintDocumentTitle",bodyKey:"helpTopicPrintDocumentBody",keywordsKey:"helpTopicPrintDocumentKeywords",related:["saveDocument","preview"]},{id:"undoRedo",category:"edit",titleKey:"helpTopicUndoRedoTitle",bodyKey:"helpTopicUndoRedoBody",keywordsKey:"helpTopicUndoRedoKeywords",related:["keyboardShortcuts","clearFormatting"]},{id:"pageProperties",category:"edit",titleKey:"helpTopicPagePropertiesTitle",bodyKey:"helpTopicPagePropertiesBody",keywordsKey:"helpTopicPagePropertiesKeywords",related:["insertPage","deletePage"]},{id:"deletePage",category:"edit",titleKey:"helpTopicDeletePageTitle",bodyKey:"helpTopicDeletePageBody",keywordsKey:"helpTopicDeletePageKeywords",related:["insertPage","pageProperties"]},{id:"insertTable",category:"insert",titleKey:"helpTopicInsertTableTitle",bodyKey:"helpTopicInsertTableBody",keywordsKey:"helpTopicInsertTableKeywords",related:["tableRowsColumns","mergeCells"]},{id:"insertImage",category:"insert",titleKey:"helpTopicInsertImageTitle",bodyKey:"helpTopicInsertImageBody",keywordsKey:"helpTopicInsertImageKeywords",related:["insertLink","pageProperties"]},{id:"insertLink",category:"insert",titleKey:"helpTopicInsertLinkTitle",bodyKey:"helpTopicInsertLinkBody",keywordsKey:"helpTopicInsertLinkKeywords",related:["insertBookmark","insertImage"]},{id:"insertBookmark",category:"insert",titleKey:"helpTopicInsertBookmarkTitle",bodyKey:"helpTopicInsertBookmarkBody",keywordsKey:"helpTopicInsertBookmarkKeywords",related:["insertLink"]},{id:"insertMedia",category:"insert",titleKey:"helpTopicInsertMediaTitle",bodyKey:"helpTopicInsertMediaBody",keywordsKey:"helpTopicInsertMediaKeywords",related:["insertImage","insertLink"]},{id:"pageBreak",category:"insert",titleKey:"helpTopicPageBreakTitle",bodyKey:"helpTopicPageBreakBody",keywordsKey:"helpTopicPageBreakKeywords",related:["insertPage","printDocument"]},{id:"insertPage",category:"insert",titleKey:"helpTopicInsertPageTitle",bodyKey:"helpTopicInsertPageBody",keywordsKey:"helpTopicInsertPageKeywords",related:["pageBreak","deletePage"]},{id:"insertComment",category:"insert",titleKey:"helpTopicInsertCommentTitle",bodyKey:"helpTopicInsertCommentBody",keywordsKey:"helpTopicInsertCommentKeywords",related:["preview"]},{id:"formatFont",category:"format",titleKey:"helpTopicFormatFontTitle",bodyKey:"helpTopicFormatFontBody",keywordsKey:"helpTopicFormatFontKeywords",related:["paragraphStyles","textColor","keyboardShortcuts"]},{id:"paragraphStyles",category:"format",titleKey:"helpTopicParagraphStylesTitle",bodyKey:"helpTopicParagraphStylesBody",keywordsKey:"helpTopicParagraphStylesKeywords",related:["formatFont","alignLists"]},{id:"textColor",category:"format",titleKey:"helpTopicTextColorTitle",bodyKey:"helpTopicTextColorBody",keywordsKey:"helpTopicTextColorKeywords",related:["formatFont","clearFormatting"]},{id:"alignLists",category:"format",titleKey:"helpTopicAlignListsTitle",bodyKey:"helpTopicAlignListsBody",keywordsKey:"helpTopicAlignListsKeywords",related:["paragraphStyles","formatFont"]},{id:"clearFormatting",category:"format",titleKey:"helpTopicClearFormattingTitle",bodyKey:"helpTopicClearFormattingBody",keywordsKey:"helpTopicClearFormattingKeywords",related:["formatFont","customCss"]},{id:"customCss",category:"format",titleKey:"helpTopicCustomCssTitle",bodyKey:"helpTopicCustomCssBody",keywordsKey:"helpTopicCustomCssKeywords",related:["formatFont","clearFormatting"]},{id:"tableRowsColumns",category:"table",titleKey:"helpTopicTableRowsColumnsTitle",bodyKey:"helpTopicTableRowsColumnsBody",keywordsKey:"helpTopicTableRowsColumnsKeywords",related:["insertTable","mergeCells","keyboardShortcuts"]},{id:"mergeCells",category:"table",titleKey:"helpTopicMergeCellsTitle",bodyKey:"helpTopicMergeCellsBody",keywordsKey:"helpTopicMergeCellsKeywords",related:["insertTable","tableRowsColumns"]},{id:"customizeToolbar",category:"view",titleKey:"helpTopicCustomizeToolbarTitle",bodyKey:"helpTopicCustomizeToolbarBody",keywordsKey:"helpTopicCustomizeToolbarKeywords",related:["zoom","fullscreen"]},{id:"zoom",category:"view",titleKey:"helpTopicZoomTitle",bodyKey:"helpTopicZoomBody",keywordsKey:"helpTopicZoomKeywords",related:["preview","fullscreen"]},{id:"darkMode",category:"view",titleKey:"helpTopicDarkModeTitle",bodyKey:"helpTopicDarkModeBody",keywordsKey:"helpTopicDarkModeKeywords",related:["customizeToolbar"]},{id:"preview",category:"view",titleKey:"helpTopicPreviewTitle",bodyKey:"helpTopicPreviewBody",keywordsKey:"helpTopicPreviewKeywords",related:["printDocument","switchModes"]},{id:"fullscreen",category:"view",titleKey:"helpTopicFullscreenTitle",bodyKey:"helpTopicFullscreenBody",keywordsKey:"helpTopicFullscreenKeywords",related:["zoom","keyboardShortcuts"]},{id:"ruler",category:"view",titleKey:"helpTopicRulerTitle",bodyKey:"helpTopicRulerBody",keywordsKey:"helpTopicRulerKeywords",related:["pageProperties","alignLists"]},{id:"keyboardShortcuts",category:"keyboard",titleKey:"helpTopicKeyboardShortcutsTitle",bodyKey:"helpTopicKeyboardShortcutsBody",keywordsKey:"helpTopicKeyboardShortcutsKeywords",related:["getStarted","undoRedo","formatFont"]}],Tf=Object.fromEntries(Nc.map(e=>[e.id,e]));function Bh(e){return e.trim().toLowerCase().split(/\s+/).filter(Boolean)}function RR(e,t){const n=Bh(t);if(n.length===0)return 1;const r=e.title.toLowerCase(),o=e.body.toLowerCase(),a=e.keywords.toLowerCase(),s=`${r} ${o} ${a}`;let u=0;for(const d of n)r.includes(d)&&(u+=30),a.includes(d)&&(u+=20),o.includes(d)&&(u+=10),s.includes(d)&&(u+=5);return u}function DR(e,t){return Bh(t).length===0?e:e.map(r=>({entry:r,score:RR(r,t)})).filter(({score:r})=>r>0).sort((r,o)=>o.score-r.score||r.entry.title.localeCompare(o.entry.title)).map(({entry:r})=>r)}const jR={menus:{view:{id:"view",labelKey:"menuView",ariaKey:"menuViewAria"}},submenus:{toolbar:{id:"toolbar",labelKey:"menuToolbar",ariaKey:"menuToolbarAria"},toolbarPosition:{id:"toolbarPosition",labelKey:"menuToolbarPosition",ariaKey:"menuToolbarPositionAria"},zoom:{id:"zoom",labelKey:"menuZoom",ariaKey:"menuZoomAria"}},groups:{view:{id:"view",labelKey:"toolbarGroupView"},fullscreen:{id:"fullscreen",labelKey:"toolbarGroupFullscreen"}},items:{visual:{id:"visual",command:"setVisualMode",icon:Ry,labelKey:"modeVisual",ariaKey:"modeVisualAria",active:"isVisualMode"},html:{id:"html",command:"setHtmlMode",icon:iy,labelKey:"modeHtml",ariaKey:"modeHtmlAria",active:"isHtmlMode"},customizeToolbar:{id:"customizeToolbar",command:"openCustomizeToolbar",icon:Xb,labelKey:"commandCustomizeToolbar",ariaKey:"commandCustomizeToolbarAria"},toolbarPositionTop:{id:"toolbarPositionTop",command:"setToolbarPositionTop",labelKey:"toolbarPositionTop",ariaKey:"toolbarPositionTopAria",active:"isToolbarPositionTop"},toolbarPositionLeft:{id:"toolbarPositionLeft",command:"setToolbarPositionLeft",labelKey:"toolbarPositionLeft",ariaKey:"toolbarPositionLeftAria",active:"isToolbarPositionLeft"},toolbarPositionRight:{id:"toolbarPositionRight",command:"setToolbarPositionRight",labelKey:"toolbarPositionRight",ariaKey:"toolbarPositionRightAria",active:"isToolbarPositionRight"},toolbarPositionBottom:{id:"toolbarPositionBottom",command:"setToolbarPositionBottom",labelKey:"toolbarPositionBottom",ariaKey:"toolbarPositionBottomAria",active:"isToolbarPositionBottom"},lightMode:{id:"lightMode",command:"setLightMode",icon:ly,labelKey:"modeLight",ariaKey:"modeLightAria",active:"isLightMode"},darkMode:{id:"darkMode",command:"setDarkMode",icon:Jb,labelKey:"modeDark",ariaKey:"modeDarkAria",active:"isDarkMode"},pageZoomFitWidth:{id:"pageZoomFitWidth",command:"setPageZoomFitWidth",labelKey:"pageZoomFitWidth",ariaKey:"pageZoomFitWidthAria",active:"isPageZoomFitWidth"},pageZoomFitPage:{id:"pageZoomFitPage",command:"setPageZoomFitPage",labelKey:"pageZoomFitPage",ariaKey:"pageZoomFitPageAria",active:"isPageZoomFitPage"},pageZoom50:{id:"pageZoom50",command:"setPageZoom50",labelKey:"pageZoom50",ariaKey:"pageZoom50Aria",active:"isPageZoom50"},pageZoom75:{id:"pageZoom75",command:"setPageZoom75",labelKey:"pageZoom75",ariaKey:"pageZoom75Aria",active:"isPageZoom75"},pageZoom100:{id:"pageZoom100",command:"setPageZoom100",labelKey:"pageZoom100",ariaKey:"pageZoom100Aria",active:"isPageZoom100"},pageZoom125:{id:"pageZoom125",command:"setPageZoom125",labelKey:"pageZoom125",ariaKey:"pageZoom125Aria",active:"isPageZoom125"},pageZoom150:{id:"pageZoom150",command:"setPageZoom150",labelKey:"pageZoom150",ariaKey:"pageZoom150Aria",active:"isPageZoom150"},pageZoom200:{id:"pageZoom200",command:"setPageZoom200",labelKey:"pageZoom200",ariaKey:"pageZoom200Aria",active:"isPageZoom200"},preview:{id:"preview",command:"openDocumentPreview",icon:gy,labelKey:"commandPreview",ariaKey:"commandPreviewAria"},ruler:{id:"ruler",command:"toggleRuler",icon:vy,labelKey:"commandRuler",ariaKey:"commandRulerAria",active:"isRulerVisible",toggle:!0},readAloud:{id:"readAloud",command:"toggleReadAloud",icon:xy,labelKey:"commandReadAloud",ariaKey:"commandReadAloudAria",active:"isReadingAloud",toggle:!0,enabled:"canReadAloud"},fullscreen:{id:"fullscreen",command:"toggleFullscreen",icon:ry,labelKey:"modeFullscreen",ariaKey:"modeFullscreenAria",active:"isFullscreen",toggle:!0}}};function IR(...e){return{menus:Object.assign({},...e.map(t=>t.menus)),submenus:Object.assign({},...e.map(t=>t.submenus??{})),groups:Object.assign({},...e.map(t=>t.groups)),items:Object.assign({},...e.map(t=>t.items))}}const ER=IR(KA,cA,SR,AR,jR,kR,PR),_R={menus:[{id:"file",items:["save","open",Ce,"print"]},{id:"edit",items:["undo","redo",Ce,{submenu:"page",items:["pageProperties",Ce,"deletePage"]}]},{id:"view",items:["visual","html",Ce,{submenu:"toolbar",items:["customizeToolbar",Ce,{submenu:"toolbarPosition",items:["toolbarPositionTop","toolbarPositionLeft","toolbarPositionRight","toolbarPositionBottom"]}]},Ce,{submenu:"zoom",items:["pageZoomFitWidth","pageZoomFitPage",Ce,"pageZoom50","pageZoom75","pageZoom100","pageZoom125","pageZoom150","pageZoom200"]},Ce,"lightMode","darkMode",Ce,"toggleCommentsVisible","ruler","preview","readAloud","fullscreen"]},{id:"insert",items:["pageBreak",{submenu:"insertPage",items:["insertPageBefore","insertPageAfter"]},Ce,"table",Ce,"image","pageBackgroundImage","paragraphBackgroundImage","audio","youtube","horizontalRule",Ce,"link","bookmark",Ce,"insertComment"]},{id:"format",items:[{submenu:"paragraphStyles",items:[]},Ce,{submenu:"font",items:["fontProperties","customCss",Ce,{submenu:"highlightColor",items:[]},Ce,"bold","italic","underline","strikethrough"]},Ce,"clearFormatting",Ce,{submenu:"paragraph",items:["paragraphProperties",Ce,"alignLeft","alignCenter","alignRight","alignJustify",Ce,"indent","outdent",Ce,"bulletList","numberedList"]},Ce,"imageProperties"]},{id:"table",items:["table",Ce,{submenu:"insertRow",items:["insertRowBefore","insertRowBelow","deleteRow"]},{submenu:"insertColumn",items:["insertColumnBefore","insertColumnAfter","deleteColumn"]},Ce,"mergeCells","unmergeCells",Ce,"tableProperties","rowProperties","cellProperties"]},{id:"help",items:["editorHelp","keyboardShortcuts",Ce,"about"]}],iconGroups:[{id:"file",items:["save","open"]},{id:"print",items:["print"]},{id:"edit",items:["undo","redo"]},{id:"insert",items:["link","bookmark","image","table","horizontalRule","addComment"]},{id:"table",items:["mergeCells","unmergeCells"]},{id:"font",items:["fontFamily","paragraphStyle","fontSize","fontColor","highlightColor","customCss","formatBrush","bold","italic","underline","strikethrough","clearFormatting"]},{id:"align",items:["alignLeft","alignCenter","alignRight","alignJustify"]},{id:"paragraph",items:["indent","outdent","bulletList","numberedList"]},{id:"view",items:["visual","html","preview","readAloud","toggleCommentsVisible"]},{id:"fullscreen",items:["fullscreen"]}]},Rf={items:{addComment:{id:"addComment",command:"addComment",icon:ym,labelKey:"commandAddComment",ariaKey:"commandAddCommentAria",enabled:"canAddComment"},insertComment:{id:"insertComment",command:"addComment",icon:ym,labelKey:"commandInsertComment",ariaKey:"commandInsertCommentAria",enabled:"canAddComment"},toggleCommentsVisible:{id:"toggleCommentsVisible",command:"toggleCommentsVisible",icon:Gb,labelKey:"showComments",ariaKey:"toggleCommentsVisibleAria",toggle:!0,active:"areCommentsVisible"}}},MR=["addComment","insertComment","toggleCommentsVisible"],NR=new Set(["insert","view"]);function Fh(e,t){return t.disabled?!0:t.readOnly?t.enableComments?!MR.includes(e):!0:!1}function LR(e,t){return t.disabled?!0:t.readOnly?t.enableComments?!NR.has(e):!0:!1}function BR(e,t){const n=t?"hideComments":"showComments",r=Rf.items.toggleCommentsVisible;return{...e,items:{...e.items,...Rf.items,toggleCommentsVisible:r&&{...r,labelKey:n}}}}function FR(e){return{...e,menus:e.menus.map(t=>{if(t.id==="insert"){const n=[...t.items],r=n.findIndex(a=>Kn(a)&&a.submenu==="insertPage"),o=r===-1?n.length:r;return n.includes("insertComment")||n.splice(o,0,"insertComment"),{...t,items:n}}if(t.id==="view"){const n=[...t.items],r=n.indexOf("preview"),o=r===-1?n.length:r;return n.includes("toggleCommentsVisible")||n.splice(o,0,"toggleCommentsVisible"),{...t,items:n}}return t}),iconGroups:e.iconGroups.map(t=>t.id==="insert"&&!t.items.includes("addComment")?{...t,items:[...t.items,"addComment"]}:t.id==="view"&&!t.items.includes("toggleCommentsVisible")?{...t,items:[...t.items,"toggleCommentsVisible"]}:t)}}const Df={canUndo:"history",canRedo:"history",isBold:"marks",isItalic:"marks",isUnderline:"marks",isStrikethrough:"marks",getFontSize:"marks",getFontSizeUnit:"marks",isFontSizeMixed:"marks",getFontFamily:"marks",isFontFamilyMixed:"marks",getFontColor:"marks",isFontColorMixed:"marks",getHighlightColor:"marks",isHighlightColorMixed:"marks",getParagraphStyle:"marks",isParagraphStyleMixed:"marks",isAlignLeft:"marks",isAlignCenter:"marks",isAlignRight:"marks",isAlignJustify:"marks",canOutdent:"marks",isBulletList:"marks",isNumberedList:"marks",isFormatBrushActive:"marks",isInTable:"table",canMergeCells:"table",canUnmergeCells:"table",hasTextSelection:"selection",isImageSelected:"selection",isLink:"selection",canReadAloud:"selection",isReadingAloud:"selection"};function HR(){const e={history:0,marks:0,table:0,selection:0,chrome:0},t=new Map;function n(r,o){let a=t.get(r);return a||(a=new Set,t.set(r,a)),a.add(o),()=>{a==null||a.delete(o)}}return{subscribe:n,getSnapshot:r=>e[r],bump(r){e[r]+=1;const o=t.get(r);if(o)for(const a of o)a()}}}function Hh(e){const t=new Set;return e.active&&t.add(Df[e.active]??"chrome"),e.enabled&&t.add(Df[e.enabled]??"chrome"),t.size===0&&t.add("chrome"),[...t]}const zh=l.createContext(null);function zR({value:e,children:t}){return i.jsx(zh.Provider,{value:e,children:t})}function Oh(e){const t=l.useContext(zh),n=l.useMemo(()=>e.join("\0"),[e]),r=l.useMemo(()=>e,[n,e]);l.useSyncExternalStore(o=>{if(!t)return()=>{};const a=r.map(s=>t.subscribe(s,o));return()=>{for(const s of a)s()}},()=>{if(!t)return 0;let o=0;for(const a of r)o+=t.getSnapshot(a);return o},()=>{if(!t)return 0;let o=0;for(const a of r)o+=t.getSnapshot(a);return o})}const xa="fullscreen";function OR(e){const t=[];let n=null;for(const r of e){const o=r.items.filter(a=>a!==xa);o.length>0&&t.push({id:r.id,items:o}),r.items.includes(xa)&&(n={id:xa,items:[xa]})}return{main:t,trailing:n}}const KR=l.memo(function({item:t,itemId:n,commands:r,queries:o,disabled:a,chromeLock:s}){const u=q(),d=l.useMemo(()=>Hh(t),[t]);if(Oh(d),!t.icon||!t.command)return null;const f=t.icon,g=t.command,h=t.enabled?!o[t.enabled]():!1,C=t.active?o[t.active]():void 0;return i.jsx(Wn,{label:t.tooltip??Vn(u,t),children:i.jsx("button",{type:"button",className:ae.iconButton,"aria-label":Ya(u,t),"aria-pressed":C,disabled:a||(s?Fh(n,s):!1)||h,onPointerDown:b=>b.preventDefault(),onMouseDown:b=>b.preventDefault(),onClick:()=>{Hc(r,g)},children:i.jsx(f,{className:ae.icon})})})});function $R({groups:e,catalog:t,commands:n,queries:r,disabled:o,chromeLock:a}){const s=q(),{main:u,trailing:d}=OR(e),f=g=>{const h=t.groups[g.id];return i.jsx("div",{className:ae.iconGroup,role:"group","aria-label":h?Vn(s,h):void 0,"data-toolbar-group":g.id,children:g.items.map(C=>{const b=t.items[C];if(!b)return null;const x=b.enabled?!r[b.enabled]():!1;if(b.widget){const y=b.widget;return i.jsx(y,{commands:n,queries:r,disabled:o||x},C)}return!b.icon||!b.command?null:i.jsx(KR,{itemId:C,item:b,commands:n,queries:r,disabled:o,chromeLock:a},C)})},g.id)};return i.jsxs("div",{className:ae.iconNav,role:"toolbar","aria-label":s("toolbarAria"),children:[u.length>0?i.jsx("div",{className:ae.iconNavMain,children:u.map(f)}):null,d?i.jsx("div",{className:ae.iconNavEnd,children:f(d)}):null]})}const UR=["--wysiwyg-menu-color","--wysiwyg-menu-background","--wysiwyg-menu-font-size","--wysiwyg-menu-font-family"];function VR(e){const t={};for(const n of UR){const r=getComputedStyle(e).getPropertyValue(n).trim();if(r){t[n]=r;continue}let o=e;for(;o;){const a=o.style.getPropertyValue(n).trim();if(a){t[n]=a;break}o=o.parentElement}}return t}function WR({menus:e,catalog:t,commands:n,queries:r,disabled:o,chromeLock:a,compact:s,openMenuId:u,onOpenMenuIdChange:d}){const f=q(),[g,h]=l.useState(!1),[C,b]=l.useState({}),x=l.useRef(null),y=l.useRef(null),v=l.useRef(null),k=l.useRef(null),S=l.useCallback(()=>{h(!1),d(null)},[d]);l.useLayoutEffect(()=>{!g||!x.current||b(VR(x.current))},[g]),l.useEffect(()=>{var R;g&&((R=v.current)==null||R.focus())},[g]),l.useEffect(()=>{if(!g)return;const R=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=R}},[g]),l.useEffect(()=>{if(!g)return;const R=A=>{var T;if(A.key==="Escape"){if(A.preventDefault(),A.stopPropagation(),u){d(null);return}S(),(T=y.current)==null||T.focus()}},D=A=>{var T;k.current&&!k.current.contains(A.target)&&(S(),(T=y.current)==null||T.focus())};return document.addEventListener("keydown",R,!0),document.addEventListener("pointerdown",D),()=>{document.removeEventListener("keydown",R,!0),document.removeEventListener("pointerdown",D)}},[g,u,d,S]);const P=R=>e.map(D=>{const A=t.menus[D.id];return A?i.jsx(ZR,{def:A,itemIds:D.items,catalog:t,commands:n,queries:r,disabled:o,chromeLock:a,variant:R,open:(R==="overlay"||!g)&&u===D.id,onOpenChange:T=>d(T?D.id:null),onItemRun:R==="overlay"?()=>{var T;S(),(T=y.current)==null||T.focus()}:void 0},`${R}-${D.id}`):null});return i.jsxs("div",{className:ae.menuBar,ref:x,children:[i.jsx(Wn,{label:f("brandMarkAria"),children:i.jsx("span",{className:ae.brandMark,role:"img","aria-label":f("brandMarkAria"),children:i.jsx(Zb,{className:ae.brandMarkIcon})})}),i.jsx("div",{className:ae.menuBarCompact,hidden:s===void 0?void 0:!s,children:i.jsx(Wn,{label:f("menuHamburgerAria"),children:i.jsx("button",{ref:y,type:"button",className:`${ae.menuButton} ${ae.hamburgerButton}`,"aria-haspopup":"dialog","aria-expanded":g,"aria-label":f("menuHamburgerAria"),disabled:o||(a==null?void 0:a.readOnly)&&!(a!=null&&a.enableComments),onClick:()=>{if(g){S();return}d(null),h(!0)},children:i.jsx(uy,{className:ae.icon})})})}),i.jsx("div",{className:ae.menuBarDesktop,hidden:s===void 0?void 0:s,children:P("dropdown")}),g?i.jsx(we,{children:i.jsx("div",{className:ae.toolbar,"data-menu-overlay-portal":"",style:C,children:i.jsxs("div",{ref:k,className:ae.menuOverlay,role:"dialog","aria-modal":"true","aria-label":f("menuOverlayAria"),children:[i.jsxs("div",{className:ae.menuOverlayHeader,children:[i.jsx("span",{className:ae.menuOverlayTitle,children:f("menuOverlayAria")}),i.jsx("button",{ref:v,type:"button",className:ae.iconButton,"aria-label":f("menuCloseAria"),onClick:()=>{var R;S(),(R=y.current)==null||R.focus()},children:i.jsx(et,{className:ae.icon})})]}),i.jsx("div",{className:ae.menuOverlayBody,children:P("overlay")})]})})}):null]})}function Xa(e,t){var n,r;if(On(e))return!1;if(Kn(e)){const o=(n=t.submenus)==null?void 0:n[e.submenu];return o?o.panel?!0:e.items.some(a=>Xa(a,t)):!1}return!!((r=t.items[e])!=null&&r.command)}function GR(e,t,n){if(!On(e[t])||!e.slice(t+1).some(a=>Xa(a,n)))return!1;let o=!1;for(let a=t-1;a>=0;a--){const s=e[a];if(On(s)){o=!0;continue}if(Xa(s,n))return!o}return!1}function ZR({def:e,itemIds:t,catalog:n,commands:r,queries:o,disabled:a,chromeLock:s,variant:u,open:d,onOpenChange:f,onItemRun:g}){const h=q(),C=l.useRef(null),b=u==="overlay"?`overlay-${e.id}-menu`:`${e.id}-menu`,[x,y]=l.useState(null);l.useEffect(()=>{d||y(null)},[d]),l.useEffect(()=>{if(!d||u==="overlay")return;const k=P=>{C.current&&!C.current.contains(P.target)&&f(!1)},S=P=>{if(P.key==="Escape"){if(P.preventDefault(),P.stopPropagation(),x){y(null);return}f(!1)}};return document.addEventListener("pointerdown",k),document.addEventListener("keydown",S,!0),()=>{document.removeEventListener("pointerdown",k),document.removeEventListener("keydown",S,!0)}},[d,x,f,u]);const v=()=>{f(!1),g==null||g()};return i.jsxs("div",{className:ae.menuWrap,ref:C,children:[i.jsx("button",{type:"button",className:ae.menuButton,"aria-haspopup":"menu","aria-expanded":d,"aria-controls":b,"aria-label":Ya(h,e),disabled:a||(s?LR(e.id,s):!1),onClick:()=>f(!d),children:Vn(h,e)}),d?i.jsx("div",{className:ae.menu,role:"menu",id:b,onMouseDown:k=>k.preventDefault(),children:i.jsx(Kh,{entries:t,catalog:n,commands:r,queries:o,disabled:a,chromeLock:s,variant:u,onClose:v,openSubmenuId:x,onOpenSubmenuIdChange:y})}):null]})}function Kh({entries:e,catalog:t,commands:n,queries:r,disabled:o,chromeLock:a,variant:s,onClose:u,openSubmenuId:d,onOpenSubmenuIdChange:f}){return i.jsx(i.Fragment,{children:e.map((g,h)=>{if(On(g))return GR(e,h,t)?i.jsx("div",{role:"separator",className:ae.menuSeparator},`separator-${h}`):null;if(Kn(g))return i.jsx(YR,{entry:g,catalog:t,commands:n,queries:r,disabled:o,chromeLock:a,variant:s,onClose:u,open:d===g.submenu,onOpenChange:b=>f==null?void 0:f(b?g.submenu:null)},`submenu-${g.submenu}-${h}`);const C=t.items[g];return!C||!C.command?null:i.jsx(qR,{item:C,commands:n,queries:r,disabled:o,chromeLock:a,onClose:u},g)})})}function qR({item:e,commands:t,queries:n,disabled:r,chromeLock:o,onClose:a}){const s=q(),u=l.useMemo(()=>Hh(e),[e]);if(Oh(u),!e.command)return null;const d=e.icon,f=e.command,g=e.active?n[e.active]():void 0,h=e.enabled?!n[e.enabled]():!1,C=e.toggle?"menuitemcheckbox":e.active?"menuitemradio":"menuitem";return i.jsxs("button",{type:"button",role:C,className:ae.menuItem,"aria-checked":g,disabled:r||(o?Fh(e.id,o):!1)||h,onClick:()=>{a(),Hc(t,f)},children:[d?i.jsx(d,{className:ae.icon}):null,Vn(s,e)]})}function YR({entry:e,catalog:t,commands:n,queries:r,disabled:o,chromeLock:a,variant:s,onClose:u,open:d,onOpenChange:f}){var A;const g=q(),h=l.useRef(null),C=l.useRef(null),[b,x]=l.useState(null),y=(A=t.submenus)==null?void 0:A[e.submenu],v=s==="overlay"?`overlay-${e.submenu}-submenu`:`${e.submenu}-submenu`,k=y==null?void 0:y.panel,S=y!=null&&y.enabled?!r[y.enabled]():!1,P=s==="overlay";if(l.useEffect(()=>{d||x(null)},[d]),!y||!k&&!e.items.some(T=>Xa(T,t)))return null;const R=T=>{(T.key==="ArrowRight"||T.key==="Enter"||T.key===" ")&&(T.preventDefault(),T.stopPropagation(),f(!0),requestAnimationFrame(()=>{var M;const _=(M=C.current)==null?void 0:M.querySelector('[role="menuitem"], [role="menuitemcheckbox"], [role="menuitemradio"], [role="option"]');_==null||_.focus()}))},D=T=>{var _;T.key==="ArrowLeft"&&(T.preventDefault(),T.stopPropagation(),f(!1),(_=h.current)==null||_.focus())};return i.jsxs("div",{className:ae.submenuWrap,onMouseEnter:P?void 0:()=>f(!0),onMouseLeave:P?void 0:()=>f(!1),children:[i.jsx("button",{ref:h,type:"button",role:"menuitem",className:`${ae.menuItem} ${ae.submenuTrigger}`,"aria-haspopup":"menu","aria-expanded":d,"aria-controls":v,"aria-label":Ya(g,y),disabled:o||S||(a==null?void 0:a.readOnly)&&!(a!=null&&a.enableComments),onClick:()=>f(P?!d:!0),onKeyDown:R,children:Vn(g,y)}),d?i.jsx("div",{ref:C,className:`${ae.menu} ${ae.submenu}`,role:"menu",id:v,"aria-label":Ya(g,y),onMouseDown:T=>T.preventDefault(),onKeyDown:D,children:k?i.jsx(k,{commands:n,queries:r,disabled:o||S,onMenuClose:u}):i.jsx(Kh,{entries:e.items,catalog:t,commands:n,queries:r,disabled:o,chromeLock:a,variant:s,onClose:u,openSubmenuId:b,onOpenSubmenuIdChange:x})}):null]})}const Lc=l.memo(function({catalog:t,layout:n,commands:r,queries:o,queryRevisions:a,disabled:s,chromeLock:u,menuVisible:d=!0,toolbarVisible:f=!0,compact:g,position:h="top"}){const[C,b]=l.useState(null);if(!d&&!f)return null;const x=i.jsxs("div",{className:ae.toolbar,"data-compact":g?"":void 0,"data-toolbar-position":h,children:[d?i.jsx(WR,{menus:n.menus,catalog:t,commands:r,queries:o,disabled:s,chromeLock:u,compact:g,openMenuId:C,onOpenMenuIdChange:b}):null,f?i.jsx($R,{groups:n.iconGroups,catalog:t,commands:r,queries:o,disabled:s,chromeLock:u}):null]});return a?i.jsx(zR,{value:a,children:x}):x});function XR(e,t){return t?e:{...e,menus:e.menus.map(n=>n.id==="insert"?{...n,items:n.items.filter(r=>!(Kn(r)&&r.submenu==="insertPage"))}:n.id==="edit"?{...n,items:n.items.map(r=>{if(!Kn(r)||r.submenu!=="page")return r;let o=r.items.filter(a=>a!=="deletePage");return o.at(-1)===Ce&&(o=o.slice(0,-1)),{...r,items:o}})}:n)}}function ei(e){return Hp(st(e))}const JR=1.5,Wl=384;function QR(e,t=16){return e>0?JR*t:0}function $h(e,t,n=16){const r=QR(t,n);if(!ei(e))return Wl+r;const o=st(e),a=lo(o,!1);return a?Nn(a.height,Wl)+r:Wl+r}function Ca(e,t){const n=[0];for(let r=0;r<e;r+=1)n.push(n[r]+t(r));return n}function eD(){const e=new Map;return{get(t,n){return e.get(t)??$h(n,t)},set(t,n){n>0&&e.set(t,n)},clear(){e.clear()},invalidateFrom(t){for(const n of[...e.keys()])n>=t&&e.delete(n)}}}const tD=2;function nD(e,t,n){if(n<=0)return 0;let r=0,o=n-1,a=0;for(;r<=o;){const s=r+o>>1;(t[s+1]??0)>e?(a=s,o=s-1):r=s+1}return a}function rD(e,t,n){if(n<=0)return-1;let r=0,o=n-1,a=n-1;for(;r<=o;){const s=r+o>>1;(t[s]??0)<e?(a=s,r=s+1):o=s-1}return a}function jf(e,t,n,r,o,a,s){if(r<=0)return{startIndex:0,endIndex:-1,topSpacerHeight:0,bottomSpacerHeight:0};const u=n[r]??0;if(u<=t)return{startIndex:0,endIndex:r-1,topSpacerHeight:0,bottomSpacerHeight:0};const d=e+t,f=nD(e,n,r),g=rD(d,n,r);let h=Math.max(0,f-o),C=Math.min(r-1,g+o);s&&(h=Math.min(h,a),C=Math.max(C,a));const b=n[h]??0,x=u-(n[C+1]??u);return{startIndex:h,endIndex:C,topSpacerHeight:b,bottomSpacerHeight:x}}function oD({scrollElementRef:e,pageCount:t,getRowHeight:n,overscan:r=tD,activePageIndex:o,pinActivePage:a=!0}){const s=l.useRef(n);s.current=n;const u=l.useRef(new Map),[d,f]=l.useState(0);l.useLayoutEffect(()=>{u.current.clear()},[t]);const g=l.useCallback(S=>{const P=u.current.get(S),R=s.current(S);return P!==void 0?Math.max(P,R):R},[d]),h=l.useMemo(()=>Ca(t,g),[t,g]),[C,b]=l.useState(()=>{const S=Ca(t,P=>s.current(P));return jf(0,300,S,t,r,o,a)}),x=l.useCallback(()=>{const S=e.current;if(!S||t<=0)return;const P=S.clientHeight>0?S.clientHeight:300,R=Ca(t,g);b(jf(S.scrollTop,P,R,t,r,o,a))},[o,r,t,a,g,e]);l.useLayoutEffect(()=>{x()},[x,h,o,t]),l.useLayoutEffect(()=>{const S=e.current;if(!S)return;const P=()=>x();S.addEventListener("scroll",P,{passive:!0});let R;return typeof ResizeObserver<"u"&&(R=new ResizeObserver(()=>x()),R.observe(S)),x(),()=>{S.removeEventListener("scroll",P),R==null||R.disconnect()}},[e,x]);const y=l.useCallback((S,P)=>{if(P<=0)return;const R=u.current.get(S);R!==void 0&&Math.abs(R-P)<1||(u.current.set(S,P),f(D=>D+1))},[]),v=l.useCallback(S=>{const P=e.current;if(!P||S<0||S>=t)return;const R=Ca(t,g);P.scrollTop=R[S]??0,x()},[t,g,e,x]),k=l.useMemo(()=>{if(C.endIndex<C.startIndex)return[];const S=[];for(let P=C.startIndex;P<=C.endIndex;P+=1)S.push(P);return S},[C.endIndex,C.startIndex]);return{...C,visibleIndices:k,scrollToIndex:v,notifyRowMeasured:y}}function ju(){return{firstLineIndentPx:0,leftIndentPx:0,rightIndentPx:0,mixed:!1}}function Ja(e){const t=An(e);if(t.length===0)return ju();let n=null,r=null,o=null,a=!1;for(const s of t){const u=s.style.textIndent,d=s.style.marginLeft,f=s.style.marginRight,g=u?Nn(u,0):0,h=d?Nn(d,0):0,C=f?Nn(f,0):0;n===null?(n=g,r=h,o=C):(Math.abs(n-g)>1||Math.abs((r??0)-h)>1||Math.abs((o??0)-C)>1)&&(a=!0)}return{firstLineIndentPx:n??0,leftIndentPx:r??0,rightIndentPx:o??0,mixed:a}}function iD(e){var r;const t=(r=window.getSelection())==null?void 0:r.getRangeAt(0);if(!t)return null;let n=t.startContainer;for(n.nodeType===Node.TEXT_NODE&&(n=n.parentNode);n&&n!==e&&n!==document.body;){if(n instanceof HTMLElement){const o=n.tagName.toLowerCase();if(["p","h1","h2","h3","h4","h5","h6","li","blockquote","div"].includes(o))return n}n=n.parentNode}return null}function aD(e,t){return Yn(e,()=>{let n=xr(e);if(n.length===0){const a=iD(e);a&&(n=[a])}if(n.length===0)return!1;const r=t.unit??"in";let o=!1;for(const a of n){if(t.firstLineIndentPx!==void 0)if(Math.abs(t.firstLineIndentPx)<.5)a.style.textIndent&&(a.style.removeProperty("text-indent"),o=!0);else{const s=Ie(Nl(t.firstLineIndentPx,r));a.style.textIndent!==s&&(a.style.textIndent=s,o=!0)}if(t.leftIndentPx!==void 0)if(t.leftIndentPx<=.5)a.style.marginLeft&&(a.style.removeProperty("margin-left"),o=!0);else{const s=Ie(Nl(t.leftIndentPx,r));a.style.marginLeft!==s&&(a.style.marginLeft=s,o=!0)}if(t.rightIndentPx!==void 0)if(t.rightIndentPx<=.5)a.style.marginRight&&(a.style.removeProperty("margin-right"),o=!0);else{const s=Ie(Nl(t.rightIndentPx,r));a.style.marginRight!==s&&(a.style.marginRight=s,o=!0)}kt(a)}return o})}const Uh=24,Uo=48;function Vh(e,t){const n=oi(st(t));return{pageWidthPx:e.offsetWidth,pageHeightPx:e.offsetHeight,marginsPx:{top:Nn(n.top,0),right:Nn(n.right,0),bottom:Nn(n.bottom,0),left:Nn(n.left,0)}}}function sD(e,t){const n=Object.keys(t);return Object.keys(e).length!==n.length?!1:n.every(r=>{const o=e[Number(r)],a=t[Number(r)];return(o==null?void 0:o.pageWidthPx)===a.pageWidthPx&&(o==null?void 0:o.pageHeightPx)===a.pageHeightPx&&(o==null?void 0:o.marginsPx.top)===a.marginsPx.top&&(o==null?void 0:o.marginsPx.right)===a.marginsPx.right&&(o==null?void 0:o.marginsPx.bottom)===a.marginsPx.bottom&&(o==null?void 0:o.marginsPx.left)===a.marginsPx.left})}function lD(e,t,n,r,o=!0,a=1){const[s,u]=l.useState({}),[d,f]=l.useState(ju()),g=l.useCallback(C=>s[C]??null,[s]),h=l.useCallback(()=>{const C=e.current;if(!o||!C)return;const b={};for(const y of n){const v=nt(C,y);if(!v)continue;const k=t[y]??t[0]??"";b[y]=Vh(v,k)}u(y=>{const v={...y,...b};return sD(y,v)?y:v});const x=nt(C,r());x&&f(Ja(x))},[e,o,r,n,t]);return l.useLayoutEffect(()=>{if(!o)return;const C=requestAnimationFrame(h);return()=>cancelAnimationFrame(C)},[o,r,n,t,a,h]),l.useLayoutEffect(()=>{if(!o||typeof ResizeObserver>"u")return;const C=e.current;if(!C)return;const b=new ResizeObserver(()=>h());for(const x of n){const y=nt(C,x);y&&b.observe(y)}return()=>b.disconnect()},[e,o,n,h]),l.useLayoutEffect(()=>{if(!o)return;const C=()=>{const b=e.current;if(!b)return;const x=nt(b,r());x&&f(Ja(x))};return document.addEventListener("selectionchange",C),()=>document.removeEventListener("selectionchange",C)},[e,o,r]),{pageGeometries:s,geometryForPage:g,indentState:d,refresh:h}}const cD="_rulerRoot_j57vt_5",uD="_horizontalRulerGroup_j57vt_22",dD="_horizontalRulerTrack_j57vt_28",mD="_horizontalRulerShelf_j57vt_42",fD="_horizontalInner_j57vt_51",pD="_dragEdgeLeft_j57vt_63",gD="_dragEdgeRight_j57vt_73",hD="_dragEdgeActive_j57vt_85",bD="_verticalRuler_j57vt_92",yD="_verticalInner_j57vt_102",xD="_dragEdgeTop_j57vt_114",CD="_dragEdgeBottom_j57vt_124",wD="_dragEdgeActiveV_j57vt_136",vD="_tickH_j57vt_143",kD="_tickV_j57vt_152",SD="_tickLabelH_j57vt_161",AD="_tickLabelV_j57vt_175",PD="_arrowIconWrapper_j57vt_192",TD="_arrowDown_j57vt_203",RD="_arrowGlyph_j57vt_211",DD="_arrowActive_j57vt_220",jD="_arrowUp_j57vt_225",ID="_rulerTooltip_j57vt_249",Ae={rulerRoot:cD,horizontalRulerGroup:uD,horizontalRulerTrack:dD,horizontalRulerShelf:mD,horizontalInner:fD,dragEdgeLeft:pD,dragEdgeRight:gD,dragEdgeActive:hD,verticalRuler:bD,verticalInner:yD,dragEdgeTop:xD,dragEdgeBottom:CD,dragEdgeActiveV:wD,tickH:vD,tickV:kD,tickLabelH:SD,tickLabelV:AD,arrowIconWrapper:PD,arrowDown:TD,arrowGlyph:RD,arrowActive:DD,arrowUp:jD,rulerTooltip:ID},Gl=({type:e,active:t=!1,className:n="",style:r,title:o,"aria-label":a,onPointerDown:s,"data-testid":u})=>{const d=e==="down"?Ae.arrowDown:Ae.arrowUp;return i.jsx("div",{className:`${Ae.arrowIconWrapper} ${d} ${t?Ae.arrowActive:""} ${n}`,style:r,title:o,"aria-label":a||o,onPointerDown:s,"data-testid":u,children:i.jsx("div",{className:Ae.arrowGlyph})})};function Wh(){const[e,t]=l.useState(null),[n,r]=l.useState(null),o=l.useCallback((a,s,u)=>{s.preventDefault(),s.stopPropagation(),t(a);const d=Number.isFinite(s.clientX)?s.clientX:0,f=Number.isFinite(s.clientY)?s.clientY:0,g=s.altKey,h=b=>{var k;const x=Number.isFinite(b.clientX)?b.clientX:d,y=Number.isFinite(b.clientY)?b.clientY:f,v=u.updateDragState(x,y,b.altKey);r(v),(k=u.onPreview)==null||k.call(u,v)},C=b=>{const x=Number.isFinite(b.clientX)?b.clientX:d,y=Number.isFinite(b.clientY)?b.clientY:f,v=u.updateDragState(x,y,b.altKey);window.removeEventListener("pointermove",h),window.removeEventListener("pointerup",C),window.removeEventListener("pointercancel",C),t(null),r(null),u.onCommit(v)};r(u.updateDragState(d,f,g)),window.addEventListener("pointermove",h),window.addEventListener("pointerup",C),window.addEventListener("pointercancel",C)},[]);return{activeTarget:e,dragPreview:n,startPointerDrag:o}}const ED=({geometry:e,indentState:t,unit:n="in",zoomScale:r=1,onMarginChange:o,onMarginPreview:a,onIndentChange:s})=>{const u=q(),{activeTarget:d,dragPreview:f,startPointerDrag:g}=Wh(),h=(e==null?void 0:e.pageWidthPx)??816,C=(e==null?void 0:e.marginsPx.left)??96,b=(e==null?void 0:e.marginsPx.right)??96,x=r>0?r:1,y=(f==null?void 0:f.marginLeft)??C,v=(f==null?void 0:f.marginRight)??b,k=(f==null?void 0:f.firstLineIndentPx)??t.firstLineIndentPx,S=(f==null?void 0:f.leftIndentPx)??t.leftIndentPx,P=(f==null?void 0:f.rightIndentPx)??t.rightIndentPx,R=Math.max(0,h-y-v),D=!t.mixed,A=l.useMemo(()=>Mp(h,y,n),[h,y,n]),T=l.useCallback((N,O)=>{const G=Number.isFinite(O.clientX)?O.clientX:0;Number.isFinite(O.clientY)&&O.clientY,g(N.type,O,{updateDragState:(Y,re,Z)=>{const J=(Y-G)/x;let ne=0;const ce={target:N.type,marginLeft:C,marginRight:b,firstLineIndentPx:t.firstLineIndentPx,leftIndentPx:t.leftIndentPx,rightIndentPx:t.rightIndentPx,measurementPx:0,clientX:Y,clientY:re};if(N.type==="margin-left"){const X=Math.max(0,Math.min(h-b-Uo,N.startMarginPx+J)),I=dr(X,n,Z,0);ce.marginLeft=I,ne=I}else if(N.type==="margin-right"){const X=Math.max(0,Math.min(h-C-Uo,N.startMarginPx-J)),I=dr(X,n,Z,0);ce.marginRight=I,ne=I}else if(N.type==="first-line-indent"){const X=-N.startLeftIndentPx,I=h-C-b-N.startLeftIndentPx-Uo,se=Math.max(X,Math.min(I,N.startFirstLinePx+J)),fe=dr(se,n,Z,0);ce.firstLineIndentPx=fe,ne=fe}else if(N.type==="left-indent"){const X=Math.max(0,N.startLeftIndentPx+J),I=dr(X,n,Z,0);ce.leftIndentPx=I,ce.firstLineIndentPx=N.startFirstLinePx,ne=I}else if(N.type==="right-indent"){const X=Math.max(0,N.startRightIndentPx-J),I=dr(X,n,Z,0);ce.rightIndentPx=I,ne=I}return ce.measurementPx=ne,ce},onPreview:Y=>{N.type==="margin-left"?a==null||a({left:Y.marginLeft}):N.type==="margin-right"&&(a==null||a({right:Y.marginRight}))},onCommit:Y=>{N.type==="margin-left"?o==null||o({left:Y.marginLeft}):N.type==="margin-right"?o==null||o({right:Y.marginRight}):N.type==="first-line-indent"?s==null||s({firstLineIndentPx:Y.firstLineIndentPx}):N.type==="left-indent"?s==null||s({leftIndentPx:Y.leftIndentPx}):N.type==="right-indent"&&(s==null||s({rightIndentPx:Y.rightIndentPx}))}})},[C,b,h,n,x,t,o,a,s,g]),_=y+S,M=_+k,z=h-v-P,E=h*x;return i.jsxs("div",{className:`${Ae.rulerRoot} ${Ae.horizontalRulerGroup}`,style:{width:`${E}px`},"data-testid":"horizontal-ruler",children:[i.jsxs("div",{className:Ae.horizontalRulerTrack,children:[i.jsxs("div",{className:Ae.horizontalInner,style:{left:`${y*x}px`,width:`${R*x}px`},"data-testid":"ruler-printable-area",children:[i.jsx("div",{className:`${Ae.dragEdgeLeft} ${d==="margin-left"?Ae.dragEdgeActive:""}`,title:u("rulerMarginLeft"),"aria-label":u("rulerMarginLeft"),"data-testid":"ruler-margin-splitter-left",onPointerDown:N=>T({type:"margin-left",startMarginPx:C},N)}),i.jsx("div",{className:`${Ae.dragEdgeRight} ${d==="margin-right"?Ae.dragEdgeActive:""}`,title:u("rulerMarginRight"),"aria-label":u("rulerMarginRight"),"data-testid":"ruler-margin-splitter-right",onPointerDown:N=>T({type:"margin-right",startMarginPx:b},N)})]}),A.map((N,O)=>i.jsxs(l.Fragment,{children:[i.jsx("div",{className:Ae.tickH,style:{left:`${N.positionPx*x}px`,height:`${N.height}px`}}),N.label?i.jsx("span",{className:Ae.tickLabelH,style:{left:`${N.positionPx*x}px`},children:N.label}):null]},O)),D?i.jsxs(i.Fragment,{children:[i.jsx(Gl,{type:"down",style:{left:`${M*x}px`},active:d==="first-line-indent",title:u("rulerFirstLineIndent"),"aria-label":u("rulerFirstLineIndent"),"data-testid":"ruler-first-line-indent",onPointerDown:N=>T({type:"first-line-indent",startFirstLinePx:t.firstLineIndentPx,startLeftIndentPx:t.leftIndentPx},N)}),i.jsx(Gl,{type:"up",style:{left:`${_*x}px`},active:d==="left-indent",title:u("rulerLeftIndent"),"aria-label":u("rulerLeftIndent"),"data-testid":"ruler-left-indent",onPointerDown:N=>T({type:"left-indent",startLeftIndentPx:t.leftIndentPx,startFirstLinePx:t.firstLineIndentPx},N)}),i.jsx(Gl,{type:"up",style:{left:`${z*x}px`},active:d==="right-indent",title:u("rulerRightIndent"),"aria-label":u("rulerRightIndent"),"data-testid":"ruler-right-indent",onPointerDown:N=>T({type:"right-indent",startRightIndentPx:t.rightIndentPx},N)})]}):null]}),i.jsx("div",{className:Ae.horizontalRulerShelf,"aria-hidden":!0}),f?i.jsx("div",{className:Ae.rulerTooltip,style:{left:f.clientX,top:f.clientY},"data-testid":"ruler-drag-tooltip",children:_p(f.measurementPx,n)}):null]})},_D=({geometry:e,unit:t="in",zoomScale:n=1,onMarginChange:r,onMarginPreview:o})=>{const a=q(),{activeTarget:s,dragPreview:u,startPointerDrag:d}=Wh(),f=(e==null?void 0:e.pageHeightPx)??1056,g=(e==null?void 0:e.marginsPx.top)??96,h=(e==null?void 0:e.marginsPx.bottom)??96,C=n>0?n:1,b=(u==null?void 0:u.marginTop)??g,x=(u==null?void 0:u.marginBottom)??h,y=Math.max(0,f-b-x),v=l.useMemo(()=>Mp(f,b,t),[f,b,t]),k=l.useCallback((S,P)=>{Number.isFinite(P.clientX)&&P.clientX;const R=Number.isFinite(P.clientY)?P.clientY:0;d(S.type,P,{updateDragState:(D,A,T)=>{const _=(A-R)/C,M={target:S.type,marginTop:g,marginBottom:h,measurementPx:0,clientX:D,clientY:A};if(S.type==="margin-top"){const z=Math.max(0,Math.min(f-h-Uo,S.startMarginPx+_)),E=dr(z,t,T,0);M.marginTop=E,M.measurementPx=E}else if(S.type==="margin-bottom"){const z=Math.max(0,Math.min(f-g-Uo,S.startMarginPx-_)),E=dr(z,t,T,0);M.marginBottom=E,M.measurementPx=E}return M},onPreview:D=>{S.type==="margin-top"?o==null||o({top:D.marginTop}):S.type==="margin-bottom"&&(o==null||o({bottom:D.marginBottom}))},onCommit:D=>{S.type==="margin-top"?r==null||r({top:D.marginTop}):S.type==="margin-bottom"&&(r==null||r({bottom:D.marginBottom}))}})},[g,h,f,t,C,r,o,d]);return i.jsxs("div",{className:`${Ae.rulerRoot} ${Ae.verticalRuler}`,style:{height:`${f}px`},"data-testid":"vertical-ruler",children:[i.jsxs("div",{className:Ae.verticalInner,style:{top:`${b}px`,height:`${y}px`},"data-testid":"ruler-printable-area-vertical",children:[i.jsx("div",{className:`${Ae.dragEdgeTop} ${s==="margin-top"?Ae.dragEdgeActiveV:""}`,title:a("rulerMarginTop"),"aria-label":a("rulerMarginTop"),"data-testid":"ruler-margin-splitter-top",onPointerDown:S=>k({type:"margin-top",startMarginPx:g},S)}),i.jsx("div",{className:`${Ae.dragEdgeBottom} ${s==="margin-bottom"?Ae.dragEdgeActiveV:""}`,title:a("rulerMarginBottom"),"aria-label":a("rulerMarginBottom"),"data-testid":"ruler-margin-splitter-bottom",onPointerDown:S=>k({type:"margin-bottom",startMarginPx:h},S)})]}),v.map((S,P)=>i.jsxs(l.Fragment,{children:[i.jsx("div",{className:Ae.tickV,style:{top:`${S.positionPx}px`,width:`${S.height}px`}}),S.label?i.jsx("span",{className:Ae.tickLabelV,style:{top:`${S.positionPx}px`},children:S.label}):null]},P)),u?i.jsx("div",{className:Ae.rulerTooltip,style:{left:u.clientX,top:u.clientY},"data-testid":"ruler-drag-tooltip",children:_p(u.measurementPx,t)}):null]})},MD="_root_ofshu_1",ND="_fullscreen_ofshu_36",LD="_exitFullscreen_ofshu_48",BD="_exitFullscreenIcon_ofshu_79",FD="_menuChrome_ofshu_94",HD="_body_ofshu_106",zD="_iconChrome_ofshu_136",OD="_workspace_ofshu_181",KD="_workspacePageSized_ofshu_193",$D="_workspaceWithRuler_ofshu_197",UD="_pageCanvasViewport_ofshu_201",VD="_multiPageRulerLayer_ofshu_211",WD="_multiPageContainer_ofshu_234",GD="_pageZoomContent_ofshu_244",ZD="_htmlFileDropOverlay_ofshu_262",qD="_surface_ofshu_276",YD="_visual_ofshu_283",XD="_pageBlock_ofshu_341",JD="_pageBlockFluid_ofshu_348",QD="_pageSurfaceRulerGutter_ofshu_357",ej="_pageSurface_ofshu_357",tj="_htmlModeShell_ofshu_378",nj="_html_ofshu_262",xe={root:MD,fullscreen:ND,exitFullscreen:LD,exitFullscreenIcon:BD,menuChrome:FD,body:HD,iconChrome:zD,workspace:OD,workspacePageSized:KD,workspaceWithRuler:$D,pageCanvasViewport:UD,multiPageRulerLayer:VD,multiPageContainer:WD,pageZoomContent:GD,htmlFileDropOverlay:ZD,surface:qD,visual:YD,pageBlock:XD,pageBlockFluid:JD,pageSurfaceRulerGutter:QD,pageSurface:ej,htmlModeShell:tj,html:nj};function Gh(e){if(e!==1)return{zoom:e,"--page-zoom":String(e)}}function Zh({showRulers:e,geometry:t,indentState:n,rulerUnit:r,zoomScale:o,onMarginChange:a,onMarginPreview:s,onIndentChange:u}){if(!e)return null;const d=Uh;return i.jsx("div",{className:xe.multiPageRulerLayer,children:i.jsxs("div",{className:xe.pageBlock,children:[i.jsx("div",{className:xe.pageSurfaceRulerGutter,style:{width:`${d}px`,flex:`0 0 ${d}px`},"aria-hidden":!0}),i.jsx(ED,{geometry:t,indentState:n,unit:r,zoomScale:o,onMarginChange:a,onMarginPreview:s,onIndentChange:u})]})})}function qh({showVerticalRuler:e=!1,pageSized:t=!1,geometry:n,rulerUnit:r,zoomScale:o,onMarginChange:a,onMarginPreview:s,children:u,pageBlockStyle:d,pageBlockRef:f}){const g=o>0?o:1,h=e?Uh/g:0;return i.jsxs("div",{ref:f,className:`${xe.pageBlock} ${t?"":xe.pageBlockFluid}`,style:d,children:[i.jsx("div",{className:xe.pageSurfaceRulerGutter,style:{width:`${h}px`,flex:`0 0 ${h}px`},children:e?i.jsx(_D,{geometry:n,unit:r,zoomScale:o,onMarginChange:a,onMarginPreview:s}):null}),u]})}function rj({showRulers:e,geometry:t,indentState:n,rulerUnit:r,zoomScale:o,onMarginChange:a,onMarginPreview:s,onIndentChange:u,children:d}){return i.jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:e?"center":"stretch",width:"100%",height:"100%",minHeight:"100%",position:"relative"},children:[i.jsx(Zh,{showRulers:e,geometry:t,indentState:n,rulerUnit:r,zoomScale:o,onMarginChange:a,onMarginPreview:s,onIndentChange:u}),i.jsx("div",{className:xe.pageZoomContent,style:Gh(o),children:i.jsx(qh,{showVerticalRuler:e,pageSized:e,geometry:t,rulerUnit:r,zoomScale:o,onMarginChange:a,onMarginPreview:s,children:d})})]})}const oj=l.memo(function({index:t,pageHtml:n,showVerticalRuler:r,pageSized:o,geometry:a,rulerUnit:s,zoomScale:u,placeholder:d,disabled:f,visualEditorAria:g,onActivate:h,onPointerDown:C,onPageChange:b,onPageFlush:x,suppressPageFlushRef:y,onMeasured:v,onMarginChange:k,onMarginPreview:S,onMouseUp:P,onContextMenu:R,onRulerRefresh:D}){const A=l.useRef(null),T=l.useRef(null),_=l.useRef(""),M=l.useRef(!1),z=l.useRef(x);z.current=x;const E=l.useRef(v);E.current=v,l.useLayoutEffect(()=>{const O=T.current;if(!O||!E.current)return;const G=()=>{var re;return(re=E.current)==null?void 0:re.call(E,t,O.offsetHeight)};if(G(),typeof ResizeObserver>"u")return;const Y=new ResizeObserver(G);return Y.observe(O),()=>Y.disconnect()},[t,n,o,r]);const N=l.useCallback(O=>{A.current=O,O&&(_.current=O.innerHTML)},[]);return l.useLayoutEffect(()=>()=>{y!=null&&y.current||!M.current||!z.current||z.current(t,_.current)},[t,y]),i.jsx(qh,{pageBlockRef:T,showVerticalRuler:r,pageSized:o,geometry:a,rulerUnit:s,zoomScale:u,pageBlockStyle:{marginTop:t>0?"1.5rem":"0"},onMarginChange:O=>{k==null||k(t,O)},onMarginPreview:O=>{S==null||S(t,O)},children:i.jsx("div",{ref:N,className:`${xe.surface} ${xe.visual} ${o?xe.pageSurface:""}`,[Jo]:"","data-page-index":t,contentEditable:!f,suppressContentEditableWarning:!0,role:"textbox","aria-multiline":"true","aria-label":g,"aria-disabled":f||void 0,"data-placeholder":t===0?d:void 0,onFocus:O=>{const G=O.currentTarget;Xo(G),to(G),h(t)},onPointerDown:O=>C(t,O),onMouseUp:P,onContextMenu:R,onInput:O=>{const G=O.currentTarget;M.current=!0,_.current=G.innerHTML;const{absorbedBlocks:Y}=Xo(G);if(_.current=G.innerHTML,b(t,G.innerHTML),Y.length>0){const re=Y.length;requestAnimationFrame(()=>Wp(G,re))}D()}})})},ij);function ij(e,t){return e.index===t.index&&e.pageHtml===t.pageHtml&&e.showVerticalRuler===t.showVerticalRuler&&e.pageSized===t.pageSized&&e.geometry===t.geometry&&e.rulerUnit===t.rulerUnit&&e.zoomScale===t.zoomScale&&e.placeholder===t.placeholder&&e.disabled===t.disabled&&e.visualEditorAria===t.visualEditorAria}const aj=l.forwardRef(function({pages:t,activePageIndex:n,hasSelectedPage:r=!1,scrollRootRef:o,onActivePageIndexChange:a,onPageSelected:s,onPageChange:u,onPageFlush:d,suppressPageFlushRef:f,placeholder:g,disabled:h,rulerVisible:C=!0,rulerUnit:b="in",zoomScale:x=1,onMarginChange:y,onMarginPreview:v,onIndentChange:k,onBeforeInput:S,resolveEmbeddedImageDataUrl:P,hydrateEmbeddedImages:R,onPointerDown:D,onMouseUp:A,onContextMenu:T},_){const M=q(),z=l.useRef(null),E=l.useRef(n);E.current=n;const N=l.useRef(S);N.current=S;const O=l.useRef(u);O.current=u;const G=l.useRef(d);G.current=d;const Y=l.useRef(s);Y.current=s;const re=l.useRef(D);re.current=D;const Z=l.useRef(y);Z.current=y;const J=l.useRef(v);J.current=v;const ne=l.useRef(null),ce=l.useRef([]),X=l.useRef(eD()),I=f,se=l.useCallback(()=>E.current,[]),fe=l.useCallback(V=>X.current.get(V,t[V]??""),[t]),{visibleIndices:L,topSpacerHeight:Le,bottomSpacerHeight:Ee,scrollToIndex:ze,notifyRowMeasured:bt}=oD({scrollElementRef:o??z,pageCount:t.length,getRowHeight:fe,activePageIndex:n,pinActivePage:r}),{geometryForPage:Ye,indentState:Oe,refresh:pe}=lD(z,t,L,se,!0,x),De=r?n:0,oe=t[De]??"",ve=l.useCallback(V=>ei(t[V]??""),[t]),je=C&&ei(oe),Ne=l.useCallback(V=>{ze(V),requestAnimationFrame(()=>{const ee=z.current;if(!ee)return;const me=nt(ee,V);me&&to(me)})},[ze]),We=l.useRef(ze);We.current=ze,l.useLayoutEffect(()=>{We.current(n)},[n,t.length]);const Ut=l.useCallback(V=>{var Ke;if(E.current=V,V!==n&&a(V),(Ke=Y.current)==null||Ke.call(Y,V),!L.includes(V)){Ne(V);return}pe();const ee=z.current;if(!ee)return;const me=nt(ee,V);me&&requestAnimationFrame(()=>to(me))},[n,a,pe,Ne,L]);l.useImperativeHandle(_,()=>({getContainer:()=>z.current,getActivePageRoot:()=>{const V=z.current;return V?nt(V,E.current):null},getActivePageIndex:()=>E.current,flushPageHtml:V=>{var me;const ee=z.current;return ee?((me=nt(ee,V))==null?void 0:me.innerHTML)??null:null},ensurePageMounted:V=>{Ne(V)}}));const Ue=l.useCallback((V,ee,me,Ke)=>{const Vt=cn(he(me).body),Jn=ee===document.activeElement;(Ke!=null&&Ke.forceBodySync||!Jn)&&Za(ee,Vt,{resolveDataUrl:P,hydrateEmbeddedImages:R}),cu(ee),Xo(ee);const ct=ds(ee);us(ee),co(ee,me);const $e=gt(ee);if($e&&Kp(ee,$e),ct){const Se=cn(he(me).body);ee.innerHTML!==Se&&O.current(V,ee.innerHTML)}},[R,P]);l.useLayoutEffect(()=>{X.current.clear()},[t.length]),l.useLayoutEffect(()=>{const V=z.current;if(!V)return;const ee=ne.current,me=ee===null||ee.length!==t.length;me&&We.current(n);const Ke=new Set(ce.current),Vt=new Set(L);me&&Vt.add(n);for(const ct of Vt){const $e=!Ke.has(ct),Se=t[ct]!==(ee==null?void 0:ee[ct]);if(!me&&!$e&&!Se)continue;const Ge=nt(V,ct);Ge&&Ue(ct,Ge,t[ct]??"",{forceBodySync:me})}ne.current=t,ce.current=L,me&&(I!=null&&I.current)&&(I.current=!1);const Jn=requestAnimationFrame(pe);return()=>cancelAnimationFrame(Jn)},[n,t,I,Ue,pe,L]),l.useLayoutEffect(()=>{const V=z.current;if(!V)return;const ee=me=>{var Ke;(Ke=N.current)==null||Ke.call(N,me)};return V.addEventListener("beforeinput",ee),()=>V.removeEventListener("beforeinput",ee)},[]);const Cr=l.useCallback((V,ee)=>{var me;Ut(V),(me=re.current)==null||me.call(re,ee)},[Ut]),wr=l.useCallback((V,ee)=>{O.current(V,ee)},[]),vr=l.useCallback((V,ee)=>{var me;(me=G.current)==null||me.call(G,V,ee)},[]),Be=l.useCallback((V,ee)=>{const me=$h(t[V]??"",V),Ke=Math.max(ee,me);X.current.set(V,Ke),bt(V,Ke)},[bt,t]),Qt=l.useCallback((V,ee)=>{var me;(me=Z.current)==null||me.call(Z,V,ee)},[]),it=l.useCallback((V,ee)=>{var me;(me=J.current)==null||me.call(J,V,ee)},[]),Xn=M("visualEditorAria"),kr=l.useMemo(()=>L.map(V=>i.jsx(oj,{index:V,pageHtml:t[V]??"",showVerticalRuler:je&&ve(V),pageSized:ve(V),geometry:Ye(V),rulerUnit:b,zoomScale:x,placeholder:g,disabled:h,visualEditorAria:Xn,onActivate:Ut,onPointerDown:Cr,onPageChange:wr,onPageFlush:vr,suppressPageFlushRef:I,onMeasured:Be,onMarginChange:Qt,onMarginPreview:it,onMouseUp:A,onContextMenu:T,onRulerRefresh:pe},V)),[Ut,h,Ye,Qt,it,wr,vr,Cr,Be,T,A,ve,t,g,pe,b,je,L,Xn,x]);return i.jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:je?"center":"stretch",width:"100%",height:"100%",minHeight:"100%",position:"relative"},children:[i.jsx(Zh,{showRulers:je,geometry:Ye(De),indentState:Oe,rulerUnit:b,zoomScale:x,onMarginChange:V=>{y==null||y(De,V)},onMarginPreview:V=>{v==null||v(De,V)},onIndentChange:V=>{k==null||k(V)}}),i.jsx("div",{className:xe.pageZoomContent,style:Gh(x),children:i.jsxs("div",{ref:z,className:xe.multiPageContainer,style:{display:"flex",flexDirection:"column",alignItems:je?"center":"stretch",width:"100%",minHeight:je?void 0:"100%",position:"relative"},children:[Le>0?i.jsx("div",{"aria-hidden":!0,style:{height:Le,flexShrink:0}}):null,kr,Ee>0?i.jsx("div",{"aria-hidden":!0,style:{height:Ee,flexShrink:0}}):null]})})]})});function sj(e,t,n){return r=>{const o=e();o&&n(o,t(),r)}}function lj(e,t,n,r){return o=>{const a=e();if(!a)return;const s=n(a,t(),o);r(s.pageHtml)}}function cj(e,t,n){return(r,o)=>{const a=e(r);a&&n(a,t(r),o)}}function uj(e,t,n,r){return(o,a)=>{const s=e(o);if(!s)return;const u=n(s,t(o),a);r(o,u.pageHtml)}}function If(e,t,n){return r=>{const o=e();o&&aD(o,{...r,unit:t})&&n(o)}}const dj="_field_1knrr_1",mj="_label_1knrr_8",fj="_button_1knrr_12",pj="_swatch_1knrr_37",gj="_swatchEmpty_1knrr_44",No={field:dj,label:mj,button:fj,swatch:pj,swatchEmpty:gj};function $t({label:e,noneLabel:t,value:n,mixed:r=!1,disabled:o,fallbackCustom:a,onChange:s}){const u=l.useId(),d=l.useRef(null),f=l.useRef(null),g=l.useRef(null),[h,C]=l.useState(!1),b=uo(h,f,g);l.useEffect(()=>{if(!h)return;const v=S=>{var R,D;const P=S.target;(R=d.current)!=null&&R.contains(P)||(D=g.current)!=null&&D.contains(P)||C(!1)},k=S=>{var P;S.key==="Escape"&&(S.preventDefault(),S.stopPropagation(),C(!1),(P=f.current)==null||P.focus())};return document.addEventListener("pointerdown",v),document.addEventListener("keydown",k,!0),()=>{document.removeEventListener("pointerdown",v),document.removeEventListener("keydown",k,!0)}},[h]);const x=`${No.swatch}${!n||r?` ${No.swatchEmpty}`:""}`,y=n&&!r?{backgroundColor:n}:void 0;return i.jsxs("div",{className:No.field,ref:d,children:[i.jsx("span",{className:No.label,children:e}),i.jsx("button",{ref:f,type:"button",className:No.button,"aria-label":e,"aria-haspopup":"listbox","aria-expanded":h,"aria-controls":h?u:void 0,disabled:o,onClick:()=>C(v=>!v),children:i.jsx("span",{className:x,style:y})}),h?i.jsx(we,{children:i.jsx("div",{ref:g,id:u,className:ur.popover,style:{top:b.top,left:b.left,zIndex:1400},children:i.jsx(Du,{value:n,mixed:r,noneLabel:t,ariaLabel:e,disabled:o,fallbackCustom:a,onChange:s,onCommit:()=>C(!1)})})}):null]})}const Zl=[{id:"general",labelKey:"fontDialogTabGeneral",implemented:!0}],hj={bold:{label:"commandBold"},italic:{label:"commandItalic"},underline:{label:"commandUnderline"},strikethrough:{label:"commandStrikethrough"}};function Iu({tab:e,value:t,fonts:n,disabled:r,onTabChange:o,onChange:a}){const s=q(),u=l.useId(),d=l.useId(),f=n??ep(),g=Zl.find(h=>h.id===e)??Zl[0];return i.jsxs(i.Fragment,{children:[i.jsx("div",{className:p.tabs,role:"tablist","aria-label":s("fontDialogTitle"),children:Zl.map(h=>i.jsx("button",{type:"button",className:p.tab,role:"tab","aria-selected":h.id===e,disabled:!h.implemented,onClick:()=>o(h.id),children:s(h.labelKey)},h.id))}),i.jsx("div",{className:p.body,role:"tabpanel",children:g.implemented?i.jsxs(i.Fragment,{children:[i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:d,children:s("fontDialogFamily")}),i.jsx(Mh,{family:t.fontFamilyMixed?null:t.fontFamily,mixed:t.fontFamilyMixed,fonts:f,disabled:r,triggerId:d,onChange:h=>{a({...t,fontFamily:h,fontFamilyMixed:!1})}})]}),i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:u,children:s("fontDialogSize")}),i.jsx("div",{className:p.sizeRow,children:i.jsx(Nh,{size:t.size,unit:t.unit,sizeInputId:u,disabled:r,onSizeChange:(h,C)=>{a({...t,size:h,unit:C})},onUnitChange:h=>{const C=t.size!==null?ap(t.size,t.unit,h,16,16):t.size;a({...t,size:C,unit:h})}})})]}),i.jsx("div",{className:p.field,children:i.jsx($t,{label:s("commandFontColor"),noneLabel:s("colorAutomatic"),value:t.fontColor,mixed:t.fontColorMixed,disabled:r,onChange:h=>{a({...t,fontColor:h,fontColorMixed:!1})}})}),i.jsx("div",{className:p.field,children:i.jsx($t,{label:s("commandHighlightColor"),noneLabel:s("colorNone"),value:t.highlightColor,mixed:t.highlightColorMixed,disabled:r,fallbackCustom:"#ffff00",onChange:h=>{a({...t,highlightColor:h,highlightColorMixed:!1})}})}),i.jsxs("fieldset",{className:p.marks,children:[i.jsx("legend",{className:p.label,children:s("fontDialogStyle")}),Kt.map(h=>i.jsxs("label",{className:p.mark,children:[i.jsx("input",{type:"checkbox",checked:t.marks[h],disabled:r,onChange:()=>{a({...t,marks:{...t.marks,[h]:!t.marks[h]}})}}),s(hj[h].label)]},h))]})]}):null})]})}function bj({open:e,tab:t,size:n,unit:r,marks:o,fontFamily:a=null,fontFamilyMixed:s=!1,fontColor:u,fontColorMixed:d=!1,highlightColor:f,highlightColorMixed:g=!1,fonts:h,disabled:C,onTabChange:b,onApply:x,onClose:y}){const v=q(),k=l.useId(),S=l.useRef(null),[P,R]=l.useState({size:n,unit:r,marks:o,fontFamily:a,fontFamilyMixed:s,fontColor:u,highlightColor:f,fontColorMixed:d,highlightColorMixed:g});return l.useEffect(()=>{e&&R({size:n,unit:r,marks:o,fontFamily:a,fontFamilyMixed:s,fontColor:u,highlightColor:f,fontColorMixed:d,highlightColorMixed:g})},[e,n,r,o,a,s,u,d,f,g]),qe(S,{open:e,onClose:y}),e?i.jsx(we,{children:i.jsx("div",{className:p.backdrop,role:"presentation",onMouseDown:y,children:i.jsxs("div",{ref:S,className:p.dialog,role:"dialog","aria-modal":"true","aria-labelledby":k,onMouseDown:D=>D.stopPropagation(),children:[i.jsx("h2",{className:p.header,id:k,children:v("fontDialogTitle")}),i.jsx(Iu,{tab:t,value:P,fonts:h,disabled:C,onTabChange:b,onChange:R}),i.jsxs("div",{className:p.actions,children:[i.jsx("button",{type:"button",className:p.action,onClick:y,children:v("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${p.action} ${p.actionPrimary}`,disabled:C,onClick:()=>x(P),children:v("fontDialogOk")})]})]})})}):null}const yj={pt:"fontSizeUnitPt",px:"fontSizeUnitPx",em:"fontSizeUnitEm",rem:"fontSizeUnitRem","%":"fontSizeUnitPercent"};function Qe({label:e,value:t,disabled:n,allowNegative:r=!1,unitAria:o,inputId:a,onChange:s}){const u=q(),d=l.useId(),f=a??d,g=(t==null?void 0:t.unit)??Gc,[h,C]=l.useState(()=>t?de(t.value):""),[b,x]=l.useState(!1);l.useEffect(()=>{b||C(t?de(t.value):"")},[t,b]);const y=v=>{const k=v.trim();if(!k){s(null),C("");return}const S=Wo(k,g,r);if(!S){C(t?de(t.value):"");return}s(S),C(de(S.value))};return i.jsxs("div",{className:p.lengthField,children:[i.jsx("label",{className:p.sideLabel,htmlFor:f,children:e}),i.jsxs("div",{className:p.lengthRow,children:[i.jsx("input",{id:f,className:p.lengthInput,value:h,disabled:n,inputMode:"decimal",onFocus:()=>x(!0),onBlur:()=>{x(!1),y(h)},onChange:v=>C(v.target.value),onKeyDown:v=>{v.key==="Enter"&&(v.preventDefault(),y(h),v.currentTarget.blur())}}),i.jsx("select",{className:p.lengthUnit,value:g,disabled:n,"aria-label":o??u("paragraphDialogLengthUnitAria"),onChange:v=>{const k=v.target.value;if(t){s({value:t.value,unit:k});return}if(h.trim()){const S=Wo(h,k,r);s(S)}},children:Uc.map(v=>i.jsx("option",{value:v,children:u(yj[v])},v))})]})]})}function Eu({shadow:e,disabled:t,onChange:n}){const r=q();return i.jsxs("div",{className:p.shadowGrid,children:[i.jsx(Qe,{label:r("paragraphDialogShadowOffsetX"),value:e.offsetX,disabled:t,allowNegative:!0,onChange:o=>{n({...e,offsetX:o??{value:0,unit:"px"}})}}),i.jsx(Qe,{label:r("paragraphDialogShadowOffsetY"),value:e.offsetY,disabled:t,allowNegative:!0,onChange:o=>{n({...e,offsetY:o??{value:0,unit:"px"}})}}),i.jsx(Qe,{label:r("paragraphDialogShadowBlur"),value:e.blur,disabled:t,onChange:o=>{n({...e,blur:o??{value:0,unit:"px"}})}}),i.jsx(Qe,{label:r("paragraphDialogShadowSpread"),value:e.spread,disabled:t,allowNegative:!0,onChange:o=>{n({...e,spread:o??{value:0,unit:"px"}})}}),i.jsx($t,{label:r("paragraphDialogShadowColor"),noneLabel:r("colorNone"),value:e.color,disabled:t,onChange:o=>{n({...e,color:o})}}),i.jsxs("label",{className:p.mark,children:[i.jsx("input",{type:"checkbox",checked:e.inset,disabled:t,onChange:()=>{n({...e,inset:!e.inset})}}),r("paragraphDialogShadowInset")]})]})}const Yh=[{id:"general",labelKey:"fontDialogTabGeneral",implemented:!0},{id:"spacing",labelKey:"paragraphDialogSpacing",implemented:!0},{id:"border",labelKey:"paragraphDialogTabBorder",implemented:!0},{id:"background",labelKey:"paragraphDialogTabBackground",implemented:!0},{id:"backgroundImage",labelKey:"pageDialogTabBackgroundImage",implemented:!0}],Xh=[{id:"spacing",labelKey:"paragraphDialogSpacing",implemented:!0},{id:"border",labelKey:"paragraphDialogTabBorder",implemented:!0},{id:"background",labelKey:"paragraphDialogTabBackground",implemented:!0},{id:"backgroundImage",labelKey:"pageDialogTabBackgroundImage",implemented:!0}],xj={fill:"imagePropertiesFitFill",contain:"imagePropertiesFitContain",cover:"imagePropertiesFitCover",none:"imagePropertiesFitNoneValue","scale-down":"imagePropertiesFitScaleDown"},Cj={center:"imagePropertiesPositionCenter",top:"imagePropertiesPositionTop",bottom:"imagePropertiesPositionBottom",left:"imagePropertiesPositionLeft",right:"imagePropertiesPositionRight","top left":"imagePropertiesPositionTopLeft","top right":"imagePropertiesPositionTopRight","bottom left":"imagePropertiesPositionBottomLeft","bottom right":"imagePropertiesPositionBottomRight"};function Jh({legendKey:e="imagePropertiesTabAdvanced",value:t,disabled:n,onChange:r}){const o=q(),a=l.useId(),s=l.useId();return i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.label,children:o(e)}),i.jsx(wj,{value:t.opacity,disabled:n,onChange:u=>{r({...t,opacity:u})}}),i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:a,children:o("imagePropertiesFit")}),i.jsxs("select",{id:a,className:p.select,value:t.fit??"",disabled:n,onChange:u=>{const d=u.target.value;r({...t,fit:d||null})},children:[i.jsx("option",{value:"",children:o("imagePropertiesFitDefault")}),du.map(u=>i.jsx("option",{value:u,children:o(xj[u])},u))]})]}),i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:s,children:o("imagePropertiesPosition")}),i.jsxs("select",{id:s,className:p.select,value:t.position??"",disabled:n,onChange:u=>{r({...t,position:u.target.value||null})},children:[i.jsx("option",{value:"",children:o("imagePropertiesPositionDefault")}),mu.map(u=>i.jsx("option",{value:u,children:o(Cj[u])},u))]})]})]})}function wj({value:e,disabled:t,onChange:n}){const r=q(),o=l.useId(),a=e===null?null:Ia(e),[s,u]=l.useState(()=>a===null?"":de(a)),[d,f]=l.useState(!1);l.useEffect(()=>{d||u(a===null?"":de(a))},[a,d]);const g=h=>{const C=h.trim();if(!C){n(null),u("");return}const b=Number(C.replace(",","."));if(!Number.isFinite(b)){u(a===null?"":de(a));return}const x=vp(b);n(x),u(de(Ia(x)))};return i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:o,children:r("paragraphDialogOpacity")}),i.jsxs("div",{className:p.lengthRow,children:[i.jsx("input",{id:o,className:p.lengthInput,value:s,disabled:t,inputMode:"decimal",onFocus:()=>f(!0),onChange:h=>u(h.target.value),onBlur:()=>{f(!1),g(s)}}),i.jsx("span",{className:p.lengthUnit,"aria-hidden":"true",children:r("fontSizeUnitPercent")})]})]})}const vj={pt:"fontSizeUnitPt",px:"fontSizeUnitPx",em:"fontSizeUnitEm",rem:"fontSizeUnitRem","%":"fontSizeUnitPercent",pc:"fontSizeUnitPc"};function Qa({label:e,inputAria:t,value:n,disabled:r,onChange:o}){const a=q(),s=l.useId(),u=l.useId(),d=l.useRef(null),f=l.useRef(null),g=l.useRef(null),h=(n==null?void 0:n.unit)??vw,[C,b]=l.useState(()=>n?de(n.value):""),[x,y]=l.useState(!1),[v,k]=l.useState(!1),S=uo(v,f,g,{matchAnchorWidth:!0,minWidth:72});l.useEffect(()=>{x||b(n?de(n.value):"")},[n,x]),l.useEffect(()=>{if(!v)return;const T=M=>{var E,N;const z=M.target;(E=d.current)!=null&&E.contains(z)||(N=g.current)!=null&&N.contains(z)||k(!1)},_=M=>{M.key==="Escape"&&(M.preventDefault(),M.stopPropagation(),k(!1))};return document.addEventListener("pointerdown",T),document.addEventListener("keydown",_,!0),()=>{document.removeEventListener("pointerdown",T),document.removeEventListener("keydown",_,!0)}},[v]);const P=T=>{const _=T.trim();if(!_){o(null),b("");return}const M=Fm(_,h);if(!M){b(n?de(n.value):"");return}o(M),b(de(M.value))},R=kw[h],D=(n==null?void 0:n.value)??null,A=v?i.jsx(we,{children:i.jsx("ul",{ref:g,className:Ze.list,role:"listbox",id:s,style:{top:S.top,left:S.left,minWidth:S.width},children:R.map(T=>i.jsx("li",{role:"presentation",children:i.jsx("button",{type:"button",className:Ze.option,role:"option","aria-selected":D===T,onMouseDown:_=>_.preventDefault(),onClick:()=>{o({value:T,unit:h}),b(de(T)),k(!1)},children:de(T)})},T))})}):null;return i.jsxs("div",{className:p.lengthField,children:[i.jsx("label",{className:p.sideLabel,htmlFor:u,children:e}),i.jsxs("div",{className:`${Ze.wrap} ${p.lengthRow}`,ref:d,children:[i.jsxs("div",{className:Ze.field,ref:f,children:[i.jsx("input",{id:u,className:Ze.input,value:C,disabled:r,"aria-label":t,"aria-autocomplete":"list","aria-expanded":v,"aria-controls":s,role:"combobox",inputMode:"decimal",onFocus:()=>y(!0),onBlur:()=>{y(!1),P(C)},onChange:T=>b(T.target.value),onKeyDown:T=>{T.key==="Enter"&&(T.preventDefault(),P(C),k(!1),T.currentTarget.blur()),T.key==="ArrowDown"&&(T.preventDefault(),k(!0))}}),i.jsx("button",{type:"button",className:Ze.toggle,tabIndex:-1,disabled:r,"aria-label":t,"aria-expanded":v,"aria-controls":s,onMouseDown:T=>T.preventDefault(),onClick:()=>k(T=>!T)})]}),i.jsxs("div",{className:Ze.field,children:[i.jsx("select",{className:Ze.unit,value:h,disabled:r,"aria-label":a("imagePropertiesSizeUnitAria"),onChange:T=>{const _=T.target.value;if(n){o({value:n.value,unit:_});return}C.trim()&&o(Fm(C,_))},children:Jp.map(T=>i.jsx("option",{value:T,children:a(vj[T])},T))}),i.jsx("span",{className:Ze.chevron,"aria-hidden":"true"})]}),A]})]})}const kj={empty:"imageDialogErrorEmpty",invalid:"imageDialogErrorInvalid"},Sj={type:"imageDialogErrorType",tooLarge:"imageDialogErrorTooLarge"};function Qh({src:e,disabled:t,customImagePicker:n,onSrcChange:r,onCustomPick:o,onSourceChange:a}){const s=q(),u=l.useId(),d=l.useId(),f=l.useRef(null),[g,h]=l.useState(()=>e.startsWith("data:")?"file":e.trim()?"url":"file"),[C,b]=l.useState(()=>e.startsWith("data:")?"":e),[x,y]=l.useState(""),[v,k]=l.useState(null),[S,P]=l.useState(!1);l.useEffect(()=>{a==null||a(g)},[a,g]);const R=g==="file"&&e.startsWith("data:")?e:g==="url"?C:"",D=g==="custom"?null:dn(R),A=g==="custom"?null:g==="file"&&v?Sj[v]:D&&(g==="file"||C.trim().length>0)?kj[D]:null,T=()=>{t||!n||o==null||o()},_=M=>{var E;const z=(E=M.target.files)==null?void 0:E[0];z&&(P(!0),k(null),fw(z).then(N=>{y(z.name),h("file"),r(N),P(!1)},N=>{const O=N instanceof Error?N.message:"";y(""),h("file"),k(O==="tooLarge"||O==="type"?O:"type"),P(!1),f.current&&(f.current.value="")}))};return i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.subLabel,children:s("imageDialogSource")}),i.jsxs("div",{className:p.sizeRow,role:"radiogroup","aria-label":s("imageDialogSource"),children:[i.jsx("button",{type:"button",className:p.action,role:"radio","aria-checked":g==="file",disabled:t,onClick:()=>h("file"),children:s("imageDialogFile")}),i.jsx("button",{type:"button",className:p.action,role:"radio","aria-checked":g==="url",disabled:t,onClick:()=>h("url"),children:s("imageDialogUrl")}),n?i.jsx("button",{type:"button",className:p.action,role:"radio","aria-checked":g==="custom",disabled:t,onClick:()=>h("custom"),children:n.text}):null]}),g==="file"?i.jsxs("div",{className:p.fileRow,children:[i.jsx("input",{ref:f,type:"file",accept:sw,hidden:!0,disabled:t,"aria-label":s("imageDialogChooseFile"),onChange:_}),i.jsx("button",{type:"button",className:p.action,disabled:t||S,onClick:()=>{var M;return(M=f.current)==null?void 0:M.click()},children:s("imageDialogChooseFile")}),x?i.jsx("span",{className:p.fileName,children:x}):null,e.startsWith("data:")&&!x?i.jsx("span",{className:p.fileName,children:s("pageBackgroundImageCurrent")}):null]}):null,g==="url"?i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:u,children:s("imageDialogUrl")}),i.jsx("input",{id:u,className:p.textInput,value:C,disabled:t,"aria-invalid":A!==null,"aria-describedby":A?d:void 0,onChange:M=>{const z=M.target.value;b(z),r(z.trim())}})]}):null,g==="custom"&&n?i.jsxs("div",{className:p.field,children:[i.jsx("p",{className:p.emptyHint,children:n.description}),i.jsx("button",{type:"button",className:p.action,disabled:t,onClick:T,children:n.buttonCaption})]}):null,A?i.jsx("p",{id:d,className:p.error,children:s(A)}):null]})}function Aj(e){return dn(e.trim())===null}function Pj(e){return og(e)?{width:null,height:null}:e==="fill"?{width:{...qr},height:{...qr}}:{width:{...qr},height:null}}function Tj({value:e,disabled:t,customImagePicker:n,onCustomImagePick:r,onChange:o}){const a=q(),s=e.src??"",u=(d,f)=>{o({...e,fit:null,[d]:f})};return i.jsxs(i.Fragment,{children:[s?i.jsxs("div",{className:p.field,children:[i.jsx("span",{className:p.label,children:a("pageBackgroundImagePreview")}),i.jsx("img",{className:p.previewImage,src:s,alt:a("pageBackgroundImagePreviewAlt")}),i.jsx("button",{type:"button",className:p.action,disabled:t,onClick:()=>{o({...e,src:null})},children:a("pageBackgroundImageClear")})]}):null,i.jsx(Qh,{src:s,disabled:t,customImagePicker:n,onCustomPick:r,onSrcChange:d=>{o({...e,src:d.trim()||null})}}),s?i.jsxs(i.Fragment,{children:[i.jsx(Qa,{label:a("imagePropertiesWidth"),inputAria:a("imagePropertiesWidthAria"),value:e.width,disabled:t,onChange:d=>u("width",d)}),i.jsx(Qa,{label:a("imagePropertiesHeight"),inputAria:a("imagePropertiesHeightAria"),value:e.height,disabled:t,onChange:d=>u("height",d)}),i.jsx(Jh,{legendKey:"pageDialogTabBackgroundImage",value:{opacity:e.opacity,fit:e.fit,position:e.position},disabled:t,onChange:d=>{const f=d.fit===e.fit?{width:e.width,height:e.height}:Pj(d.fit);o({...e,opacity:d.opacity,fit:d.fit,position:d.position,...f})}})]}):null]})}const Rj={left:ts,center:es,right:ns,justify:Hf},Dj={left:{aria:"commandAlignLeftAria"},center:{aria:"commandAlignCenterAria"},right:{aria:"commandAlignRightAria"},justify:{aria:"commandAlignJustifyAria"}},jj={top:"paragraphDialogSideTop",right:"paragraphDialogSideRight",bottom:"paragraphDialogSideBottom",left:"paragraphDialogSideLeft"},Ij={none:"paragraphDialogBorderStyleNone",solid:"paragraphDialogBorderStyleSolid",dotted:"paragraphDialogBorderStyleDotted",dashed:"paragraphDialogBorderStyleDashed",double:"paragraphDialogBorderStyleDouble",groove:"paragraphDialogBorderStyleGroove",ridge:"paragraphDialogBorderStyleRidge",inset:"paragraphDialogBorderStyleInset",outset:"paragraphDialogBorderStyleOutset"},Ej={pt:"fontSizeUnitPt",px:"fontSizeUnitPx",em:"fontSizeUnitEm",rem:"fontSizeUnitRem","%":"fontSizeUnitPercent"},_j={value:1,unit:"pt"},Mj={offsetX:{value:0,unit:"px"},offsetY:{value:4,unit:"px"},blur:{value:8,unit:"px"},spread:{value:0,unit:"px"},color:"#000000",inset:!1},Nj={auto:"paragraphDialogBreakAuto",avoid:"paragraphDialogBreakAvoid"},Ef={auto:"paragraphDialogBreakAuto",avoid:"paragraphDialogBreakAvoid",page:"paragraphDialogBreakPage"};function Lo(e){return{top:e,right:e,bottom:e,left:e}}function _f(e){for(const t of ot)if(e[t])return e[t];return null}function Lj(){const e=[...Yh];for(const t of Xh)e.some(n=>n.id===t.id)||e.push(t);return e}function _u({tab:e,value:t,disabled:n,tabs:r,tablistLabelKey:o="paragraphDialogTitle",backgroundImage:a,customImagePicker:s,onCustomImagePick:u,onBackgroundImageChange:d,onTabChange:f,onChange:g}){const h=q(),C=r?Lj().filter(A=>r.includes(A.id)):Yh,b=l.useId(),x=l.useId(),y=l.useId(),v=l.useId(),[k,S]=l.useState(()=>vn(t.margin,Lo(t.margin.top))),[P,R]=l.useState(()=>vn(t.padding,Lo(t.padding.top))),D=(A,T,_,M)=>{const z=t[A],E=T?Lo(M):{...z,[_]:M};g({...t,[A]:E,[`${A}Mixed`]:!1})};return i.jsxs(i.Fragment,{children:[i.jsx("div",{className:p.tabs,role:"tablist","aria-label":h(o),children:C.map(A=>i.jsx("button",{type:"button",className:p.tab,role:"tab","aria-selected":A.id===e,disabled:!A.implemented,onClick:()=>f(A.id),children:h(A.labelKey)},A.id))}),i.jsxs("div",{className:p.body,role:"tabpanel",children:[e==="general"?i.jsxs(i.Fragment,{children:[i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.label,children:h("paragraphDialogAlignment")}),i.jsx("div",{className:p.iconRow,role:"radiogroup","aria-label":h("paragraphDialogAlignment"),children:Zg.map(A=>{const T=Rj[A],_=!t.alignMixed&&t.align===A;return i.jsx("button",{type:"button",className:p.iconButton,role:"radio","aria-checked":_,"aria-label":h(Dj[A].aria),disabled:n,onClick:()=>{g({...t,align:A,alignMixed:!1})},children:i.jsx(T,{})},A)})})]}),i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.label,children:h("paragraphDialogLists")}),i.jsxs("div",{className:p.iconRow,children:[i.jsx("button",{type:"button",className:p.iconButton,"aria-pressed":!t.listMixed&&t.list==="ul","aria-label":h("commandBulletListAria"),disabled:n,onClick:()=>{const A=!t.listMixed&&t.list==="ul"?null:"ul";g({...t,list:A,listMixed:!1})},children:i.jsx(zf,{})}),i.jsx("button",{type:"button",className:p.iconButton,"aria-pressed":!t.listMixed&&t.list==="ol","aria-label":h("commandNumberedListAria"),disabled:n,onClick:()=>{const A=!t.listMixed&&t.list==="ol"?null:"ol";g({...t,list:A,listMixed:!1})},children:i.jsx(Uf,{})})]})]})]}):null,e==="spacing"?i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.label,children:h("paragraphDialogSpacing")}),i.jsx(Mf,{legend:h("paragraphDialogMargin"),sides:t.margin,linked:k,disabled:n,allowNegative:!0,onLinkedChange:A=>{S(A),A&&g({...t,margin:Lo(_f(t.margin)),marginMixed:!1})},onSideChange:(A,T)=>D("margin",k,A,T)}),i.jsx(Mf,{legend:h("paragraphDialogPadding"),sides:t.padding,linked:P,disabled:n,onLinkedChange:A=>{R(A),A&&g({...t,padding:Lo(_f(t.padding)),paddingMixed:!1})},onSideChange:(A,T)=>D("padding",P,A,T)}),i.jsx(Fj,{value:t.lineHeight,disabled:n,onChange:A=>{g({...t,lineHeight:A,lineHeightMixed:!1})}}),i.jsxs("fieldset",{className:p.nestedGroup,children:[i.jsx("legend",{className:p.subLabel,children:h("paragraphDialogPageBreaks")}),i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:x,children:h("paragraphDialogBreakInside")}),i.jsx("select",{id:x,className:p.select,value:t.breakInsideMixed?"auto":t.breakInside,disabled:n,onChange:A=>{g({...t,breakInside:A.target.value,breakInsideMixed:!1})},children:pp.map(A=>i.jsx("option",{value:A,children:h(Nj[A])},A))})]}),i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:y,children:h("paragraphDialogBreakAfter")}),i.jsx("select",{id:y,className:p.select,value:t.breakAfterMixed?"auto":t.breakAfter,disabled:n,onChange:A=>{g({...t,breakAfter:A.target.value,breakAfterMixed:!1})},children:ac.map(A=>i.jsx("option",{value:A,children:h(Ef[A])},A))})]}),i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:v,children:h("paragraphDialogBreakBefore")}),i.jsx("select",{id:v,className:p.select,value:t.breakBeforeMixed?"auto":t.breakBefore,disabled:n,onChange:A=>{g({...t,breakBefore:A.target.value,breakBeforeMixed:!1})},children:ac.map(A=>i.jsx("option",{value:A,children:h(Ef[A])},A))})]})]})]}):null,e==="border"?i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.label,children:h("paragraphDialogBorder")}),i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:b,children:h("paragraphDialogBorderStyle")}),i.jsx("select",{id:b,className:p.select,value:t.border.style,disabled:n,onChange:A=>{const T=A.target.value;g({...t,border:{style:T,width:T==="none"?null:t.border.width??_j,color:T==="none"?null:t.border.color},borderMixed:!1})},children:as.map(A=>i.jsx("option",{value:A,children:h(Ij[A])},A))})]}),t.border.style!=="none"?i.jsxs(i.Fragment,{children:[i.jsx(Qe,{label:h("paragraphDialogBorderWidth"),value:t.border.width,disabled:n,onChange:A=>{g({...t,border:{...t.border,width:A},borderMixed:!1})}}),i.jsx($t,{label:h("paragraphDialogBorderColor"),noneLabel:h("colorNone"),value:t.border.color,mixed:t.borderMixed,disabled:n,onChange:A=>{g({...t,border:{...t.border,color:A},borderMixed:!1})}})]}):null,i.jsx(Qe,{label:h("paragraphDialogBorderRadius"),value:t.borderRadius,disabled:n,onChange:A=>{g({...t,borderRadius:A,radiusMixed:!1})}}),i.jsxs("label",{className:p.mark,children:[i.jsx("input",{type:"checkbox",checked:t.boxShadow!==null,disabled:n,onChange:()=>{g({...t,boxShadow:t.boxShadow?null:Mj,shadowMixed:!1})}}),h("paragraphDialogBoxShadow")]}),t.boxShadow?i.jsx(Eu,{shadow:t.boxShadow,disabled:n,onChange:A=>{g({...t,boxShadow:A,shadowMixed:!1})}}):null]}):null,e==="background"?i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.label,children:h("paragraphDialogTabBackground")}),i.jsx($t,{label:h("paragraphDialogBackgroundColor"),noneLabel:h("colorNone"),value:t.backgroundColor,mixed:t.backgroundMixed,disabled:n,onChange:A=>{g({...t,backgroundColor:A,backgroundMixed:!1})}}),i.jsx(Bj,{value:t.opacity,disabled:n,onChange:A=>{g({...t,opacity:A,opacityMixed:!1})}})]}):null,e==="backgroundImage"&&a&&d?i.jsx(Tj,{value:a,disabled:n,customImagePicker:s,onCustomImagePick:u,onChange:d}):null]})]})}function Bj({value:e,disabled:t,onChange:n}){const r=q(),o=l.useId(),a=e===null?null:Ia(e),[s,u]=l.useState(()=>a===null?"":de(a)),[d,f]=l.useState(!1);l.useEffect(()=>{d||u(a===null?"":de(a))},[a,d]);const g=h=>{const C=h.trim();if(!C){n(null),u("");return}const b=Number(C.replace(",","."));if(!Number.isFinite(b)){u(a===null?"":de(a));return}const x=vp(b);n(x),u(de(Ia(x)))};return i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:o,children:r("paragraphDialogOpacity")}),i.jsxs("div",{className:p.lengthRow,children:[i.jsx("input",{id:o,className:p.lengthInput,value:s,disabled:t,inputMode:"decimal",onFocus:()=>f(!0),onChange:h=>u(h.target.value),onBlur:()=>{f(!1),g(s)}}),i.jsx("span",{className:p.lengthUnit,"aria-hidden":"true",children:r("fontSizeUnitPercent")})]})]})}function Mf({legend:e,sides:t,linked:n,disabled:r,allowNegative:o=!1,onLinkedChange:a,onSideChange:s}){const u=q(),d=n?["top"]:ot;return i.jsxs("fieldset",{className:p.nestedGroup,children:[i.jsx("legend",{className:p.subLabel,children:e}),i.jsxs("label",{className:p.mark,children:[i.jsx("input",{type:"checkbox",checked:n,disabled:r,onChange:()=>a(!n)}),u("paragraphDialogLinkSides")]}),i.jsx("div",{className:p.sideGrid,children:d.map(f=>i.jsx(Qe,{label:n?e:u(jj[f]),value:t[f],disabled:r,allowNegative:o,onChange:g=>s(f,g)},f))})]})}function Fj({value:e,disabled:t,onChange:n}){const r=q(),o=l.useId(),a=Hj(e),s=(e==null?void 0:e.kind)==="number"||(e==null?void 0:e.kind)==="length"?e.value:null,[u,d]=l.useState(()=>s===null?"":de(s)),f=(e==null?void 0:e.kind)==="length"?e.unit:Gc;return i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:o,children:r("paragraphDialogLineHeight")}),i.jsxs("div",{className:p.lengthRow,children:[i.jsx("input",{id:o,className:p.lengthInput,value:a==="normal"?"":u,disabled:t||a==="normal",inputMode:"decimal",onChange:g=>d(g.target.value),onBlur:()=>{const g=u.trim();if(!g){n(null);return}if(a==="number"||a==="empty"){const C=Number(g.replace(",","."));if(!Number.isFinite(C)||C<0){d(s===null?"":de(s));return}n({kind:"number",value:C}),d(de(C));return}const h=Wo(g,f,!1);if(!h){d(s===null?"":de(s));return}n({kind:"length",value:h.value,unit:h.unit}),d(de(h.value))}}),i.jsxs("select",{className:p.lengthUnit,value:a==="length"?f:a,disabled:t,"aria-label":r("paragraphDialogLengthUnitAria"),onChange:g=>{const h=g.target.value;if(h==="empty"){n(null),d("");return}if(h==="normal"){n({kind:"normal"}),d("");return}if(h==="number"){const y=Number((u||"1.5").replace(",",".")),v=Number.isFinite(y)&&y>=0?y:1.5;n({kind:"number",value:v}),d(de(v));return}const C=h,b=Wo(u||"1",C,!1),x=(b==null?void 0:b.value)??1;n({kind:"length",value:x,unit:C}),d(de(x))},children:[i.jsx("option",{value:"empty"}),i.jsx("option",{value:"normal",children:r("paragraphDialogLineHeightNormal")}),i.jsx("option",{value:"number",children:r("paragraphDialogLineHeightUnitless")}),["pt","px","em","rem","%"].map(g=>i.jsx("option",{value:g,children:r(Ej[g])},g))]})]})]})}function Hj(e){return e?e.kind==="normal"?"normal":e.kind==="number"?"number":"length":"empty"}function zj({open:e,tab:t,value:n,backgroundImage:r,disabled:o,customImagePicker:a,onCustomImagePick:s,onTabChange:u,onApply:d,onClose:f}){const g=q(),h=l.useId(),C=l.useRef(null),[b,x]=l.useState(n),[y,v]=l.useState(r);return l.useEffect(()=>{e&&(x(n),v(r??kn()))},[e,n,r]),qe(C,{open:e,onClose:f,focusableSelector:'button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])'}),e?i.jsx(we,{children:i.jsx("div",{className:p.backdrop,role:"presentation",onMouseDown:f,children:i.jsxs("div",{ref:C,className:`${p.dialog} ${p.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":h,onMouseDown:k=>k.stopPropagation(),children:[i.jsx("h2",{className:p.header,id:h,children:g("paragraphDialogTitle")}),i.jsx(_u,{tab:t,value:b,disabled:o,backgroundImage:y,customImagePicker:a,onCustomImagePick:s,onBackgroundImageChange:v,onTabChange:u,onChange:x}),i.jsxs("div",{className:p.actions,children:[i.jsx("button",{type:"button",className:p.action,onClick:f,children:g("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${p.action} ${p.actionPrimary}`,disabled:o,onClick:()=>d({value:b,backgroundImage:y}),children:g("fontDialogOk")})]})]})})}):null}const Oj=["auto","A4","letter","legal","custom"],Kj={auto:"pageAtRuleSizeAuto",A4:"pageAtRuleSizeA4",letter:"pageAtRuleSizeLetter",legal:"pageAtRuleSizeLegal",custom:"pageAtRuleSizeCustom"},$j={top:"paragraphDialogSideTop",right:"paragraphDialogSideRight",bottom:"paragraphDialogSideBottom",left:"paragraphDialogSideLeft"};function Nf(e){return e===null?"":de(e.value)}function Uj({value:e,disabled:t,onChange:n,onReset:r}){const o=q(),a=l.useId(),[s,u]=l.useState(!0),d=e??Ln(),f=(g,h)=>{if(s){n({...d,margin:{top:h,right:h,bottom:h,left:h},marginMixed:!1});return}n({...d,margin:{...d.margin,[g]:h},marginMixed:!1})};return i.jsxs("div",{className:p.body,children:[i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:a,children:o("pageAtRuleSize")}),i.jsx("select",{id:a,className:p.select,disabled:t,value:d.sizePreset,onChange:g=>n({...d,sizePreset:g.target.value}),children:Oj.map(g=>i.jsx("option",{value:g,children:o(Kj[g])},g))})]}),d.sizePreset==="custom"?i.jsxs("div",{className:p.sideGrid,children:[i.jsx(ql,{label:o("pageAtRuleWidth"),value:d.customWidth,disabled:t,onChange:g=>n({...d,customWidth:g})}),i.jsx(ql,{label:o("pageAtRuleHeight"),value:d.customHeight,disabled:t,onChange:g=>n({...d,customHeight:g})})]}):null,i.jsxs("div",{className:p.field,children:[i.jsx("span",{className:p.label,children:o("pageAtRuleOrientation")}),i.jsx("div",{className:p.marks,children:[["none","pageAtRuleOrientationNone"],["portrait","pageAtRuleOrientationPortrait"],["landscape","pageAtRuleOrientationLandscape"]].map(([g,h])=>i.jsxs("label",{className:p.mark,children:[i.jsx("input",{type:"radio",name:"page-orientation",checked:(d.orientation??"none")===g,disabled:t,onChange:()=>n({...d,orientation:g==="none"?null:g})}),o(h)]},g))})]}),i.jsxs("fieldset",{className:p.nestedGroup,children:[i.jsx("legend",{className:p.subLabel,children:o("pageAtRuleMargins")}),i.jsxs("label",{className:p.mark,children:[i.jsx("input",{type:"checkbox",checked:s,disabled:t,onChange:()=>u(!s)}),o("paragraphDialogLinkSides")]}),i.jsx("div",{className:p.sideGrid,children:(s?["top"]:ot).map(g=>i.jsx(ql,{label:o(s?"pageAtRuleMargins":$j[g]),value:d.margin[g],disabled:t,onChange:h=>f(g,h)},g))})]}),i.jsx("div",{className:p.actions,children:i.jsx("button",{type:"button",className:p.action,disabled:t,"aria-label":o("pageAtRuleResetAria"),onClick:r,children:o("pageAtRuleReset")})})]})}function ql({label:e,value:t,disabled:n,onChange:r}){const o=q(),a=l.useId(),[s,u]=l.useState(()=>Nf(t)),d=(t==null?void 0:t.unit)??Gc;return i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:a,children:e}),i.jsxs("div",{className:p.lengthRow,children:[i.jsx("input",{id:a,className:p.lengthInput,value:s,disabled:n,inputMode:"decimal",onChange:f=>u(f.target.value),onBlur:()=>{const f=s.trim();if(!f){r(null);return}const g=Wo(f,d,!1);if(!g){u(Nf(t));return}r(g),u(de(g.value))}}),i.jsxs("select",{className:p.lengthUnit,disabled:n,value:d,"aria-label":o("paragraphDialogLengthUnitAria"),onChange:f=>{const g=f.target.value;t&&r({...t,unit:g})},children:[i.jsx("option",{value:"pt",children:o("fontSizeUnitPt")}),i.jsx("option",{value:"px",children:o("fontSizeUnitPx")}),i.jsx("option",{value:"em",children:o("fontSizeUnitEm")}),i.jsx("option",{value:"rem",children:o("fontSizeUnitRem")}),i.jsx("option",{value:"%",children:o("fontSizeUnitPercent")})]})]})]})}const Vj=Xh.map(e=>e.id);function Wj(e){return{...Yr(),...e}}function Gj(e){const{align:t,alignMixed:n,list:r,listMixed:o,...a}=e;return a}function Zj({open:e,tab:t,value:n,fonts:r,disabled:o,printTabVisible:a=!1,initialParagraphTab:s="spacing",customImagePicker:u,onCustomImagePick:d,onTabChange:f,onApply:g,onResetAtRule:h,onClose:C}){const b=q(),x=l.useId(),y=l.useRef(null),[v,k]=l.useState("general"),[S,P]=l.useState("spacing"),[R,D]=l.useState(n.font),[A,T]=l.useState(n.box),[_,M]=l.useState(n.backgroundImage),[z,E]=l.useState(n.atRule??Ln());if(l.useEffect(()=>{e&&(k("general"),P(s==="general"?"spacing":s),D(n.font),T(n.box),M(n.backgroundImage??kn()),E(n.atRule??Ln()),t==="print"&&!a&&f("font"))},[e,n,t,a,s,f]),qe(y,{open:e,onClose:C,focusableSelector:'button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])'}),!e)return null;const N=b("pageDialogTitle"),O=t==="print"&&!a?"font":t;return i.jsx(we,{children:i.jsx("div",{className:p.backdrop,role:"presentation",onMouseDown:C,children:i.jsxs("div",{ref:y,className:`${p.dialog} ${p.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":x,onMouseDown:G=>G.stopPropagation(),children:[i.jsx("h2",{className:p.header,id:x,children:N}),i.jsxs("div",{className:p.tabs,role:"tablist","aria-label":N,children:[i.jsx("button",{type:"button",className:p.tab,role:"tab","aria-selected":O==="font",onClick:()=>f("font"),children:b("customStyleDialogTabFont")}),i.jsx("button",{type:"button",className:p.tab,role:"tab","aria-selected":O==="paragraph",onClick:()=>f("paragraph"),children:b("customStyleDialogTabParagraph")}),a?i.jsx("button",{type:"button",className:p.tab,role:"tab","aria-selected":O==="print",onClick:()=>f("print"),children:b("pageDialogTabPrint")}):null]}),O==="font"?i.jsx("div",{className:p.nestedPanel,children:i.jsx(Iu,{tab:v,value:R,fonts:r,disabled:o,onTabChange:k,onChange:D})}):O==="paragraph"?i.jsx("div",{className:p.nestedPanel,children:i.jsx(_u,{tab:S,value:Wj(A),disabled:o,tabs:Vj,tablistLabelKey:"pageDialogTitle",backgroundImage:_,customImagePicker:u,onCustomImagePick:d,onBackgroundImageChange:M,onTabChange:G=>{G!=="general"&&P(G)},onChange:G=>T(Gj(G))})}):i.jsx("div",{className:p.nestedPanel,children:i.jsx(Uj,{value:z,disabled:o,onChange:E,onReset:()=>{E(Ln()),h==null||h()}})}),i.jsxs("div",{className:p.actions,children:[i.jsx("button",{type:"button",className:p.action,onClick:C,children:b("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${p.action} ${p.actionPrimary}`,disabled:o,onClick:()=>g({font:R,box:A,backgroundImage:_,atRule:a?z:n.atRule??Ln()}),children:b("fontDialogOk")})]})]})})})}function qj({open:e,disabled:t,onClose:n,onConfirm:r}){const o=q(),a=l.useId(),s=l.useRef(null);if(l.useEffect(()=>{if(!e)return;const d=s.current;if(!d)return;const f=d.querySelector('button:not([disabled]):not([tabindex="-1"])');f==null||f.focus();const g=h=>{h.key==="Escape"&&(h.preventDefault(),n())};return document.addEventListener("keydown",g,!0),()=>document.removeEventListener("keydown",g,!0)},[e,n]),!e)return null;const u=!!t;return i.jsx(we,{children:i.jsx("div",{className:p.backdrop,role:"presentation",onMouseDown:n,children:i.jsxs("div",{ref:s,className:p.dialog,role:"dialog","aria-modal":"true","aria-labelledby":a,onMouseDown:d=>d.stopPropagation(),children:[i.jsxs("div",{className:p.headerRow,children:[i.jsx("h2",{className:p.header,id:a,children:o("deletePageDialogTitle")}),i.jsx("button",{type:"button",className:p.close,"aria-label":o("fontDialogCloseAria"),onClick:n,children:i.jsx(et,{})})]}),i.jsx("div",{className:p.confirmBody,children:o("deletePageConfirmMessage")}),i.jsxs("div",{className:p.actions,children:[i.jsx("button",{type:"button",className:p.action,disabled:u,onClick:n,children:o("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${p.action} ${p.actionDanger}`,disabled:u,onClick:r,children:o("commandDeletePage")})]})]})})})}function Yj(){return typeof crypto<"u"&&typeof crypto.randomUUID=="function"?crypto.randomUUID():`style-${Date.now().toString(16)}-${Math.random().toString(16).slice(2)}`}function Lf(e){return{size:e.size,unit:e.unit,marks:e.marks,fontFamily:e.fontFamily??null,fontFamilyMixed:!1,fontColor:e.fontColor,highlightColor:e.highlightColor,fontColorMixed:!1,highlightColorMixed:!1}}function Xj(e){return{size:e.size,unit:e.unit,marks:e.marks,fontFamily:e.fontFamilyMixed?null:e.fontFamily,fontColor:e.fontColorMixed?null:e.fontColor,highlightColor:e.highlightColorMixed?null:e.highlightColor}}function Jj({open:e,mode:t,styleId:n,name:r="",font:o,paragraph:a,canDelete:s=!1,busy:u,disabled:d,fonts:f,defaultOuterTab:g="font",onSave:h,onDelete:C,onClose:b}){const x=q(),y=l.useId(),v=l.useId(),k=l.useRef(null),[S,P]=l.useState(r),[R,D]=l.useState(g),[A,T]=l.useState("general"),[_,M]=l.useState("general"),[z,E]=l.useState(()=>Lf(o)),[N,O]=l.useState(()=>Sc(a)),[G,Y]=l.useState(!1);l.useEffect(()=>{e&&(P(r),D(g),T("general"),M("general"),E(Lf(o)),O(Sc(a)),Y(!1))},[e,r,o,a,g]);const re=l.useCallback(()=>{if(G){Y(!1);return}b()},[G,b]);if(qe(k,{open:e,onClose:re,focusableSelector:'button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])'}),!e)return null;const Z=x(t==="create"?"customStyleDialogAddTitle":"customStyleDialogEditTitle"),J=S.trim().length>0,ne=!!(d||u),ce=()=>{const X=S.trim();X&&h({id:n??Yj(),name:X,font:Xj(z),paragraph:Jg(N)})};return i.jsx(we,{children:i.jsx("div",{className:p.backdrop,role:"presentation",onMouseDown:b,children:i.jsxs("div",{ref:k,className:`${p.dialog} ${p.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":y,"aria-busy":u||void 0,onMouseDown:X=>X.stopPropagation(),children:[i.jsxs("div",{className:p.headerRow,children:[i.jsx("h2",{className:p.header,id:y,children:Z}),i.jsx("button",{type:"button",className:p.close,"aria-label":x("customStyleDialogCloseAria"),onClick:b,children:i.jsx(et,{})})]}),G?i.jsxs(i.Fragment,{children:[i.jsx("div",{className:p.confirmBody,children:x("customStyleDialogDeleteConfirm")}),i.jsxs("div",{className:p.actions,children:[i.jsx("button",{type:"button",className:p.action,disabled:ne,onClick:()=>Y(!1),children:x("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${p.action} ${p.actionDanger}`,disabled:ne||!n,onClick:()=>{n&&(C==null||C(n))},children:x("customStyleDialogDelete")})]})]}):i.jsxs(i.Fragment,{children:[i.jsx("div",{className:p.nameSection,children:i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:v,children:x("customStyleDialogName")}),i.jsx("input",{id:v,className:p.nameInput,value:S,disabled:ne,onChange:X=>P(X.target.value)})]})}),i.jsxs("div",{className:p.tabs,role:"tablist","aria-label":Z,children:[i.jsx("button",{type:"button",className:p.tab,role:"tab","aria-selected":R==="font",onClick:()=>D("font"),children:x("customStyleDialogTabFont")}),i.jsx("button",{type:"button",className:p.tab,role:"tab","aria-selected":R==="paragraph",onClick:()=>D("paragraph"),children:x("customStyleDialogTabParagraph")})]}),R==="font"?i.jsx("div",{className:p.nestedPanel,children:i.jsx(Iu,{tab:A,value:z,fonts:f,disabled:ne,onTabChange:T,onChange:E})}):i.jsx("div",{className:p.nestedPanel,children:i.jsx(_u,{tab:_,value:N,disabled:ne,onTabChange:M,onChange:O})}),i.jsxs("div",{className:t==="edit"&&s?`${p.actions} ${p.actionsSpread}`:p.actions,children:[t==="edit"&&s?i.jsx("button",{type:"button",className:`${p.action} ${p.actionDanger}`,disabled:ne,onClick:()=>Y(!0),children:x("customStyleDialogDelete")}):null,i.jsxs("div",{className:p.actionsEnd,children:[i.jsx("button",{type:"button",className:p.action,onClick:b,children:x("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${p.action} ${p.actionPrimary}`,disabled:ne||!J,onClick:ce,children:x("fontDialogOk")})]})]})]})]})})})}function Qj({open:e,value:t,disabled:n,onApply:r,onClose:o}){const a=q(),s=l.useId(),u=l.useId(),d=l.useRef(null),f=l.useRef(null),[g,h]=l.useState(t);if(l.useEffect(()=>{e&&h(t)},[e,t]),qe(d,{open:e,onClose:o,escapeIgnoreSelectors:!1,focusableSelector:'button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled]), textarea:not([disabled])'}),l.useEffect(()=>{var b;e&&((b=f.current)==null||b.focus())},[e]),!e)return null;const C=()=>{n||r(g)};return i.jsx(we,{children:i.jsx("div",{className:p.backdrop,role:"presentation",onMouseDown:o,children:i.jsxs("div",{ref:d,className:p.dialog,role:"dialog","aria-modal":"true","aria-labelledby":s,onMouseDown:b=>b.stopPropagation(),children:[i.jsxs("div",{className:p.headerRow,children:[i.jsx("h2",{className:p.header,id:s,children:a("customCssDialogTitle")}),i.jsx("button",{type:"button",className:p.close,"aria-label":a("customCssDialogCloseAria"),onClick:o,children:i.jsx(et,{})})]}),i.jsx("div",{className:p.body,children:i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:u,children:a("customCssDialogField")}),i.jsx("textarea",{ref:f,id:u,className:p.textarea,value:g,disabled:n,spellCheck:!1,"aria-label":a("customCssDialogFieldAria"),rows:8,onChange:b=>h(b.target.value)})]})}),i.jsxs("div",{className:p.actions,children:[i.jsx("button",{type:"button",className:p.action,onClick:o,children:a("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${p.action} ${p.actionPrimary}`,disabled:n,onClick:C,children:a("fontDialogOk")})]})]})})})}const eI={empty:"bookmarkDialogErrorEmpty",invalid:"bookmarkDialogErrorInvalid",duplicate:"bookmarkDialogErrorDuplicate"};function tI({open:e,existingIds:t,disabled:n,onApply:r,onClose:o}){const a=q(),s=l.useId(),u=l.useId(),d=l.useId(),f=l.useRef(null),[g,h]=l.useState(""),[C,b]=l.useState(!1),x=l.useMemo(()=>new Set(t),[t]),y=oh(g,x);if(l.useEffect(()=>{e&&(h(""),b(!1))},[e]),qe(f,{open:e,onClose:o,escapeIgnoreSelectors:!1,focusableSelector:'button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])'}),!e)return null;const v=C||g.trim().length>0?y:null,k=y===null&&!n,S=()=>{b(!0),!(y||n)&&r(g.trim())};return i.jsx(we,{children:i.jsx("div",{className:p.backdrop,role:"presentation",onMouseDown:o,children:i.jsxs("div",{ref:f,className:p.dialog,role:"dialog","aria-modal":"true","aria-labelledby":s,onMouseDown:P=>P.stopPropagation(),children:[i.jsxs("div",{className:p.headerRow,children:[i.jsx("h2",{className:p.header,id:s,children:a("bookmarkDialogTitle")}),i.jsx("button",{type:"button",className:p.close,"aria-label":a("bookmarkDialogCloseAria"),onClick:o,children:i.jsx(et,{})})]}),i.jsx("div",{className:p.body,children:i.jsxs("div",{className:p.field,children:[i.jsxs("div",{className:p.labelRow,children:[i.jsx("label",{className:p.label,htmlFor:u,children:a("bookmarkDialogName")}),i.jsx(Wn,{label:a("bookmarkDialogHelp"),elevated:!0,children:i.jsx("button",{type:"button",className:p.help,"aria-label":a("bookmarkDialogHelpAria"),children:"?"})})]}),i.jsx("input",{id:u,className:p.textInput,value:g,disabled:n,"aria-invalid":v!==null,"aria-describedby":v?d:void 0,onChange:P=>h(P.target.value)}),v?i.jsx("p",{id:d,className:p.error,children:a(eI[v])}):null]})}),i.jsxs("div",{className:p.actions,children:[i.jsx("button",{type:"button",className:p.action,onClick:o,children:a("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${p.action} ${p.actionPrimary}`,disabled:!k,onClick:S,children:a("fontDialogOk")})]})]})})})}const nI={empty:"audioDialogErrorEmpty",invalid:"audioDialogErrorInvalid"},rI={type:"audioDialogErrorType",tooLarge:"audioDialogErrorTooLarge"};function oI({open:e,disabled:t,customAudioPicker:n,onApply:r,onCustomPick:o,onClose:a}){const s=q(),u=l.useId(),d=l.useId(),f=l.useId(),g=l.useId(),h=l.useRef(null),C=l.useRef(null),[b,x]=l.useState("file"),[y,v]=l.useState(""),[k,S]=l.useState(""),[P,R]=l.useState(""),[D,A]=l.useState(""),[T,_]=l.useState(null),[M,z]=l.useState(!1);if(l.useEffect(()=>{e&&(x("file"),v(""),S(""),R(""),A(""),_(null),z(!1),C.current&&(C.current.value=""))},[e]),qe(h,{open:e,onClose:a,escapeIgnoreSelectors:!1}),!e)return null;const E=b==="file"?k:b==="url"?y:"",N=b==="custom"?null:Pu(E),O=b==="custom"?null:b==="file"&&T?rI[T]:N&&(b==="file"||y.trim().length>0)?nI[N]:null,G=b!=="custom"&&N===null&&!(b==="file"&&T)&&!t&&!M,Y=()=>{t||!n||o==null||o()},re=()=>{G&&r({src:E.trim(),title:D.trim()})},Z=J=>{var ce;const ne=(ce=J.target.files)==null?void 0:ce[0];ne&&(z(!0),_(null),_S(ne).then(X=>{S(X),R(ne.name),x("file"),z(!1)},X=>{const I=X instanceof Error?X.message:"";S(""),R(""),x("file"),_(I==="tooLarge"||I==="type"?I:"type"),z(!1),C.current&&(C.current.value="")}))};return i.jsx(we,{children:i.jsx("div",{className:p.backdrop,role:"presentation",onMouseDown:a,children:i.jsxs("div",{ref:h,className:p.dialog,role:"dialog","aria-modal":"true","aria-labelledby":u,onMouseDown:J=>J.stopPropagation(),children:[i.jsxs("div",{className:p.headerRow,children:[i.jsx("h2",{className:p.header,id:u,children:s("audioDialogTitle")}),i.jsx("button",{type:"button",className:p.close,"aria-label":s("audioDialogCloseAria"),onClick:a,children:i.jsx(et,{})})]}),i.jsxs("div",{className:p.body,children:[i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.subLabel,children:s("audioDialogSource")}),i.jsxs("div",{className:p.sizeRow,role:"radiogroup","aria-label":s("audioDialogSource"),children:[i.jsx("button",{type:"button",className:p.action,role:"radio","aria-checked":b==="file",disabled:t,onClick:()=>x("file"),children:s("audioDialogFile")}),i.jsx("button",{type:"button",className:p.action,role:"radio","aria-checked":b==="url",disabled:t,onClick:()=>x("url"),children:s("audioDialogUrl")}),n?i.jsx("button",{type:"button",className:p.action,role:"radio","aria-checked":b==="custom",disabled:t,onClick:()=>x("custom"),children:n.text}):null]}),b==="file"?i.jsxs("div",{className:p.fileRow,children:[i.jsx("input",{ref:C,type:"file",accept:PS,hidden:!0,disabled:t,"aria-label":s("audioDialogChooseFile"),onChange:Z}),i.jsx("button",{type:"button",className:p.action,disabled:t||M,onClick:()=>{var J;return(J=C.current)==null?void 0:J.click()},children:s("audioDialogChooseFile")}),P?i.jsx("span",{className:p.fileName,children:P}):null]}):null,b==="url"?i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:d,children:s("audioDialogUrl")}),i.jsx("input",{id:d,className:p.textInput,value:y,disabled:t,"aria-invalid":O!==null,"aria-describedby":O?g:void 0,onChange:J=>v(J.target.value)})]}):null,b==="custom"&&n?i.jsxs("div",{className:p.field,children:[i.jsx("p",{className:p.emptyHint,children:n.description}),i.jsx("button",{type:"button",className:p.action,disabled:t,onClick:Y,children:n.buttonCaption})]}):null]}),b!=="custom"?i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:f,children:s("audioDialogTitleField")}),i.jsx("input",{id:f,className:p.textInput,value:D,disabled:t,onChange:J=>A(J.target.value)})]}):null,O?i.jsx("p",{id:g,className:p.error,children:s(O)}):null]}),i.jsxs("div",{className:p.actions,children:[i.jsx("button",{type:"button",className:p.action,onClick:a,children:s("fontDialogCancel")}),b!=="custom"?i.jsx("button",{type:"button",className:`${p.action} ${p.actionPrimary}`,disabled:!G,onClick:re,children:s("fontDialogOk")}):null]})]})})})}function iI({open:e,disabled:t,customImagePicker:n,onApply:r,onCustomPick:o,onClose:a}){const s=q(),u=l.useId(),d=l.useId(),f=l.useId(),g=l.useRef(null),[h,C]=l.useState(""),[b,x]=l.useState(""),[y,v]=l.useState(""),[k,S]=l.useState("file");if(l.useEffect(()=>{e&&(C(""),x(""),v(""),S("file"))},[e]),qe(g,{open:e,onClose:a,escapeIgnoreSelectors:!1}),!e)return null;const P=Aj(h)&&!t,R=()=>{P&&r({src:h.trim(),alt:b.trim(),title:y.trim()})};return i.jsx(we,{children:i.jsx("div",{className:p.backdrop,role:"presentation",onMouseDown:a,children:i.jsxs("div",{ref:g,className:p.dialog,role:"dialog","aria-modal":"true","aria-labelledby":u,onMouseDown:D=>D.stopPropagation(),children:[i.jsxs("div",{className:p.headerRow,children:[i.jsx("h2",{className:p.header,id:u,children:s("imageDialogTitle")}),i.jsx("button",{type:"button",className:p.close,"aria-label":s("imageDialogCloseAria"),onClick:a,children:i.jsx(et,{})})]}),i.jsxs("div",{className:p.body,children:[i.jsx(Qh,{src:h,disabled:t,customImagePicker:n,onCustomPick:o,onSourceChange:S,onSrcChange:C}),k!=="custom"?i.jsxs(i.Fragment,{children:[i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:d,children:s("imageDialogAlt")}),i.jsx("input",{id:d,className:p.textInput,value:b,disabled:t,onChange:D=>x(D.target.value)})]}),i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:f,children:s("imageDialogTitleField")}),i.jsx("input",{id:f,className:p.textInput,value:y,disabled:t,onChange:D=>v(D.target.value)})]})]}):null]}),i.jsxs("div",{className:p.actions,children:[i.jsx("button",{type:"button",className:p.action,onClick:a,children:s("fontDialogCancel")}),k!=="custom"?i.jsx("button",{type:"button",className:`${p.action} ${p.actionPrimary}`,disabled:!P,onClick:R,children:s("fontDialogOk")}):null]})]})})})}const aI=[{id:"general",labelKey:"fontDialogTabGeneral",implemented:!0},{id:"alignment",labelKey:"imagePropertiesTabAlignment",implemented:!0},{id:"border",labelKey:"imagePropertiesTabBorder",implemented:!0},{id:"advanced",labelKey:"imagePropertiesTabAdvanced",implemented:!0},{id:"hover",labelKey:"imagePropertiesTabHover",implemented:!0}],sI={left:ts,center:es,right:ns},lI=["left","center","right"],cI={left:"commandAlignLeftAria",center:"commandAlignCenterAria",right:"commandAlignRightAria"},uI=["width","height","lock"],dI={width:"imagePropertiesSizeWidth",height:"imagePropertiesSizeHeight",lock:"imagePropertiesSizeLock"},mI={top:"paragraphDialogSideTop",right:"paragraphDialogSideRight",bottom:"paragraphDialogSideBottom",left:"paragraphDialogSideLeft"},fI={none:"paragraphDialogBorderStyleNone",solid:"paragraphDialogBorderStyleSolid",dotted:"paragraphDialogBorderStyleDotted",dashed:"paragraphDialogBorderStyleDashed",double:"paragraphDialogBorderStyleDouble",groove:"paragraphDialogBorderStyleGroove",ridge:"paragraphDialogBorderStyleRidge",inset:"paragraphDialogBorderStyleInset",outset:"paragraphDialogBorderStyleOutset"},pI={value:1,unit:"pt"},gI={offsetX:{value:0,unit:"px"},offsetY:{value:4,unit:"px"},blur:{value:8,unit:"px"},spread:{value:0,unit:"px"},color:"#000000",inset:!1};function Yl(e){return{top:e,right:e,bottom:e,left:e}}function hI(e){for(const t of ot)if(e[t])return e[t];return null}function bI({tab:e,value:t,aspectRatio:n,disabled:r,onTabChange:o,onChange:a}){const s=q(),u=l.useId(),d=l.useId(),f=l.useId(),[g,h]=l.useState(()=>vn(t.margin,Yl(t.margin.top))),C=t.align==="center",b=(y,v)=>{if(t.sizeMode==="lock"&&v){const k=$o(y,v,n);a({...t,width:k.width,height:k.height});return}a({...t,[y]:v})},x=y=>{if(y==="width"){a({...t,sizeMode:y,height:null});return}if(y==="height"){a({...t,sizeMode:y,width:null});return}if(t.width){const v=$o("width",t.width,n);a({...t,sizeMode:y,width:v.width,height:v.height});return}if(t.height){const v=$o("height",t.height,n);a({...t,sizeMode:y,width:v.width,height:v.height});return}a({...t,sizeMode:y})};return i.jsxs(i.Fragment,{children:[i.jsx("div",{className:p.tabs,role:"tablist","aria-label":s("imagePropertiesDialogTitle"),children:aI.map(y=>i.jsx("button",{type:"button",className:p.tab,role:"tab","aria-selected":y.id===e,disabled:!y.implemented,onClick:()=>o(y.id),children:s(y.labelKey)},y.id))}),i.jsxs("div",{className:p.body,role:"tabpanel",children:[e==="general"?i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.label,children:s("imagePropertiesSize")}),i.jsx("div",{className:p.iconRow,role:"radiogroup","aria-label":s("imagePropertiesSizeMode"),children:uI.map(y=>i.jsx("button",{type:"button",className:p.action,role:"radio","aria-checked":t.sizeMode===y,disabled:r,onClick:()=>x(y),children:s(dI[y])},y))}),i.jsx(Qa,{label:s("imagePropertiesWidth"),inputAria:s("imagePropertiesWidthAria"),value:t.width,disabled:r||t.sizeMode==="height",onChange:y=>b("width",y)}),i.jsx(Qa,{label:s("imagePropertiesHeight"),inputAria:s("imagePropertiesHeightAria"),value:t.height,disabled:r||t.sizeMode==="width",onChange:y=>b("height",y)})]}):null,e==="alignment"?i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.label,children:s("paragraphDialogAlignment")}),i.jsx("div",{className:p.iconRow,role:"radiogroup","aria-label":s("paragraphDialogAlignment"),children:lI.map(y=>{const v=sI[y];return i.jsx("button",{type:"button",className:p.iconButton,role:"radio","aria-checked":t.align===y,"aria-label":s(cI[y]),disabled:r,onClick:()=>{a({...t,align:t.align===y?null:y})},children:i.jsx(v,{})},y)})})]}):null,e==="border"?i.jsxs(i.Fragment,{children:[i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.label,children:s("paragraphDialogMargin")}),i.jsxs("label",{className:p.mark,children:[i.jsx("input",{type:"checkbox",checked:g,disabled:r||C,onChange:()=>{const y=!g;h(y),y&&a({...t,margin:Yl(hI(t.margin))})}}),s("paragraphDialogLinkSides")]}),i.jsx("div",{className:p.sideGrid,children:(g?["top"]:ot).map(y=>i.jsx(Qe,{label:s(g?"paragraphDialogMargin":mI[y]),value:t.margin[y],disabled:r||C&&(y==="left"||y==="right"),allowNegative:!0,onChange:v=>{const k=g?Yl(v):{...t.margin,[y]:v};a({...t,margin:k})}},y))})]}),i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.label,children:s("paragraphDialogBorder")}),i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:u,children:s("paragraphDialogBorderStyle")}),i.jsx("select",{id:u,className:p.select,value:t.border.style,disabled:r,onChange:y=>{const v=y.target.value;a({...t,border:{style:v,width:v==="none"?null:t.border.width??pI,color:v==="none"?null:t.border.color}})},children:as.map(y=>i.jsx("option",{value:y,children:s(fI[y])},y))})]}),t.border.style!=="none"?i.jsxs(i.Fragment,{children:[i.jsx(Qe,{label:s("paragraphDialogBorderWidth"),value:t.border.width,disabled:r,onChange:y=>{a({...t,border:{...t.border,width:y}})}}),i.jsx($t,{label:s("paragraphDialogBorderColor"),noneLabel:s("colorNone"),value:t.border.color,disabled:r,onChange:y=>{a({...t,border:{...t.border,color:y}})}})]}):null,i.jsx(Qe,{label:s("paragraphDialogBorderRadius"),value:t.borderRadius,disabled:r,onChange:y=>{a({...t,borderRadius:y})}}),i.jsxs("label",{className:p.mark,children:[i.jsx("input",{type:"checkbox",checked:t.boxShadow!==null,disabled:r,onChange:()=>{a({...t,boxShadow:t.boxShadow?null:gI})}}),s("paragraphDialogBoxShadow")]}),t.boxShadow?i.jsx(Eu,{shadow:t.boxShadow,disabled:r,onChange:y=>{a({...t,boxShadow:y})}}):null]})]}):null,e==="advanced"?i.jsxs(i.Fragment,{children:[i.jsx(Jh,{value:{opacity:t.opacity,fit:t.objectFit,position:t.objectPosition},disabled:r,onChange:y=>{a(_w({...t,opacity:y.opacity,objectFit:y.fit,objectPosition:y.position},n))}}),i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.label,children:s("imagePropertiesRotation")}),i.jsx("div",{className:p.field,children:i.jsxs("div",{className:p.lengthRow,children:[i.jsx("input",{id:d,className:p.lengthInput,value:t.rotateDeg===null?"":de(t.rotateDeg),disabled:r,inputMode:"decimal","aria-label":s("imagePropertiesRotation"),onChange:y=>{const v=y.target.value.trim();if(!v){a({...t,rotateDeg:null});return}const k=Number(v.replace(",","."));Number.isFinite(k)&&a({...t,rotateDeg:k})}}),i.jsx("span",{className:p.lengthUnit,"aria-hidden":"true",children:s("imagePropertiesRotationUnit")})]})})]})]}):null,e==="hover"?i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.label,children:s("imagePropertiesTabHover")}),i.jsx("p",{className:p.emptyHint,children:s("imagePropertiesHoverHelp")}),i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:f,children:s("imagePropertiesHoverCss")}),i.jsx("textarea",{id:f,className:p.textarea,value:t.hoverCss,disabled:r,spellCheck:!1,"aria-label":s("imagePropertiesHoverCssAria"),onChange:y=>{a({...t,hoverCss:y.target.value})}})]})]}):null]})]})}function yI({open:e,tab:t,value:n,aspectRatio:r=1,disabled:o,onTabChange:a,onApply:s,onClose:u}){const d=q(),f=l.useId(),g=l.useRef(null),[h,C]=l.useState(n);return l.useEffect(()=>{e&&C(n)},[e,n]),qe(g,{open:e,onClose:u,focusableSelector:'button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled]), textarea:not([disabled])'}),e?i.jsx(we,{children:i.jsx("div",{className:p.backdrop,role:"presentation",onMouseDown:u,children:i.jsxs("div",{ref:g,className:`${p.dialog} ${p.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":f,onMouseDown:b=>b.stopPropagation(),children:[i.jsxs("div",{className:p.headerRow,children:[i.jsx("h2",{className:p.header,id:f,children:d("imagePropertiesDialogTitle")}),i.jsx("button",{type:"button",className:p.close,"aria-label":d("imagePropertiesDialogCloseAria"),onClick:u,children:i.jsx(et,{})})]}),i.jsx(bI,{tab:t,value:h,aspectRatio:r,disabled:o,onTabChange:a,onChange:C}),i.jsxs("div",{className:p.actions,children:[i.jsx("button",{type:"button",className:p.action,onClick:u,children:d("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${p.action} ${p.actionPrimary}`,disabled:o,onClick:()=>s(h),children:d("fontDialogOk")})]})]})})}):null}function xI({open:e,tab:t,href:n,title:r,targetBlank:o,textDecorationNone:a,hoverMode:s,hoverColor:u,hoverHtml:d,bookmarks:f,selectedBookmarkId:g,disabled:h,onTabChange:C,onApply:b,onClose:x}){const y=q(),v=l.useId(),k=l.useId(),S=l.useId(),P=l.useId(),R=l.useId(),D=l.useRef(null),[A,T]=l.useState(n),[_,M]=l.useState(r),[z,E]=l.useState(o),[N,O]=l.useState(a),[G,Y]=l.useState(s),[re,Z]=l.useState(u),[J,ne]=l.useState(d),[ce,X]=l.useState(g);if(l.useEffect(()=>{e&&(T(n),M(r),E(o),O(a),Y(s),Z(u),ne(d),X(g))},[e,n,r,o,a,s,u,d,g]),qe(D,{open:e,onClose:x,focusableSelector:'button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled]), textarea:not([disabled])'}),!e)return null;const I=()=>gs({title:_,targetBlank:z,textDecorationNone:N,hoverMode:G,hoverColor:re,hoverHtml:J}),se=()=>{const L=A.trim();!L||h||b({...I(),href:L})},fe=()=>{!ce||h||b({...I(),href:`#${ce}`})};return i.jsx(we,{children:i.jsx("div",{className:p.backdrop,role:"presentation",onMouseDown:x,children:i.jsxs("div",{ref:D,className:p.dialog,role:"dialog","aria-modal":"true","aria-labelledby":v,onMouseDown:L=>L.stopPropagation(),children:[i.jsx("h2",{className:p.header,id:v,children:y("linkDialogTitle")}),i.jsxs("div",{className:p.tabs,role:"tablist","aria-label":y("linkDialogTitle"),children:[i.jsx("button",{type:"button",className:p.tab,role:"tab","aria-selected":t==="link",onClick:()=>C("link"),children:y("linkDialogTabLink")}),i.jsx("button",{type:"button",className:p.tab,role:"tab","aria-selected":t==="bookmark",onClick:()=>C("bookmark"),children:y("linkDialogTabBookmark")})]}),i.jsxs("div",{className:p.body,role:"tabpanel",children:[t==="link"?i.jsxs(i.Fragment,{children:[i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:k,children:y("linkDialogHref")}),i.jsx("input",{id:k,className:p.textInput,value:A,disabled:h,onChange:L=>T(L.target.value)})]}),i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:S,children:y("linkDialogHoverTitle")}),i.jsx("input",{id:S,className:p.textInput,value:_,disabled:h,onChange:L=>M(L.target.value)})]}),i.jsxs("label",{className:p.mark,children:[i.jsx("input",{type:"checkbox",checked:z,disabled:h,onChange:L=>E(L.target.checked)}),y("linkDialogTargetBlank")]})]}):f.length===0?i.jsx("p",{className:p.emptyHint,children:y("linkDialogBookmarkEmpty")}):i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:P,children:y("linkDialogBookmark")}),i.jsxs("select",{id:P,className:`${p.select} ${p.fullSelect}`,value:ce,disabled:h,onChange:L=>X(L.target.value),children:[i.jsx("option",{value:""}),f.map(L=>i.jsx("option",{value:L.id,children:L.id},L.id))]})]}),i.jsxs("label",{className:p.mark,children:[i.jsx("input",{type:"checkbox",checked:N,disabled:h,onChange:L=>O(L.target.checked)}),y("linkDialogTextDecorationNone")]}),i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.subLabel,children:y("linkDialogHover")}),i.jsxs("div",{className:p.sizeRow,role:"group","aria-label":y("linkDialogHover"),children:[i.jsx("button",{type:"button",className:p.action,"aria-pressed":G==="color",disabled:h,onClick:()=>Y("color"),children:y("linkDialogHoverColor")}),i.jsx("button",{type:"button",className:p.action,"aria-pressed":G==="html",disabled:h,onClick:()=>Y("html"),children:y("linkDialogHoverHtml")})]}),G==="color"?i.jsx($t,{label:y("linkDialogHoverColorField"),noneLabel:y("colorNone"),value:re,disabled:h,onChange:Z}):i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:R,children:y("linkDialogHoverHtmlAria")}),i.jsx("textarea",{id:R,className:p.textarea,value:J,disabled:h,spellCheck:!1,onChange:L=>ne(L.target.value)})]})]})]}),i.jsxs("div",{className:p.actions,children:[i.jsx("button",{type:"button",className:p.action,disabled:h||!ce,onClick:fe,children:y("linkDialogSelect")}),i.jsx("button",{type:"button",className:p.action,onClick:x,children:y("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${p.action} ${p.actionPrimary}`,disabled:h||!A.trim(),onClick:se,children:y("fontDialogOk")})]})]})})})}const Bf={empty:"youtubeDialogErrorEmpty",invalid:"youtubeDialogErrorInvalid"};function CI({open:e,disabled:t,customVideoPicker:n,onApply:r,onCustomPick:o,onClose:a}){const s=q(),u=l.useId(),d=l.useId(),f=l.useId(),g=l.useId(),h=l.useRef(null),[C,b]=l.useState("url"),[x,y]=l.useState(""),[v,k]=l.useState("");if(l.useEffect(()=>{e&&(b("url"),y(""),k(""))},[e]),qe(h,{open:e,onClose:a,escapeIgnoreSelectors:!1}),!e)return null;const S=C==="custom"?null:ph(x),P=C==="custom"?null:S&&x.trim().length>0?Bf[S]:S==="empty"&&x.trim().length===0?null:S?Bf[S]:null,R=C!=="custom"&&S===null&&!t&&x.trim().length>0,D=()=>{t||!n||o==null||o()},A=()=>{R&&r({url:x.trim(),title:v.trim()})};return i.jsx(we,{children:i.jsx("div",{className:p.backdrop,role:"presentation",onMouseDown:a,children:i.jsxs("div",{ref:h,className:p.dialog,role:"dialog","aria-modal":"true","aria-labelledby":u,onMouseDown:T=>T.stopPropagation(),children:[i.jsxs("div",{className:p.headerRow,children:[i.jsx("h2",{className:p.header,id:u,children:s("youtubeDialogTitle")}),i.jsx("button",{type:"button",className:p.close,"aria-label":s("youtubeDialogCloseAria"),onClick:a,children:i.jsx(et,{})})]}),i.jsxs("div",{className:p.body,children:[i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.subLabel,children:s("audioDialogSource")}),i.jsxs("div",{className:p.sizeRow,role:"radiogroup","aria-label":s("audioDialogSource"),children:[i.jsx("button",{type:"button",className:p.action,role:"radio","aria-checked":C==="url",disabled:t,onClick:()=>b("url"),children:s("youtubeDialogUrl")}),n?i.jsx("button",{type:"button",className:p.action,role:"radio","aria-checked":C==="custom",disabled:t,onClick:()=>b("custom"),children:n.text}):null]}),C==="url"?i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:d,children:s("youtubeDialogUrl")}),i.jsx("input",{id:d,className:p.textInput,value:x,disabled:t,"aria-invalid":P!==null,"aria-describedby":P?g:void 0,onChange:T=>y(T.target.value)})]}):null,C==="custom"&&n?i.jsxs("div",{className:p.field,children:[i.jsx("p",{className:p.emptyHint,children:n.description}),i.jsx("button",{type:"button",className:p.action,disabled:t,onClick:D,children:n.buttonCaption})]}):null]}),C!=="custom"?i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:f,children:s("youtubeDialogTitleField")}),i.jsx("input",{id:f,className:p.textInput,value:v,disabled:t,onChange:T=>k(T.target.value)})]}):null,P?i.jsx("p",{id:g,className:p.error,children:s(P)}):null]}),i.jsxs("div",{className:p.actions,children:[i.jsx("button",{type:"button",className:p.action,onClick:a,children:s("fontDialogCancel")}),C!=="custom"?i.jsx("button",{type:"button",className:`${p.action} ${p.actionPrimary}`,disabled:!R,onClick:A,children:s("fontDialogOk")}):null]})]})})})}const wI="_grid_1bpma_1",vI="_cell_1bpma_8",kI="_sizeLabel_1bpma_27",SI="_sizeFields_1bpma_33",AI="_numberInput_1bpma_37",Or={grid:wI,cell:vI,sizeLabel:kI,sizeFields:SI,numberInput:AI},_n={rows:3,cols:3};function PI({open:e,disabled:t,onApply:n,onClose:r}){const o=q(),a=l.useId(),s=l.useId(),u=l.useId(),d=l.useRef(null),[f,g]=l.useState(_n.rows),[h,C]=l.useState(_n.cols),[b,x]=l.useState(String(_n.rows)),[y,v]=l.useState(String(_n.cols)),[k,S]=l.useState(!1);if(l.useEffect(()=>{e&&(g(_n.rows),C(_n.cols),x(String(_n.rows)),v(String(_n.cols)),S(!1))},[e]),qe(d,{open:e,onClose:r,escapeIgnoreSelectors:!1,focusableSelector:'button:not([disabled]):not([tabindex="-1"]), input:not([disabled]):not([hidden]), select:not([disabled])'}),!e)return null;const R=$g(f,h)&&!t,D=(M,z)=>{const E=Math.min(Zr,Math.max(Gr,M)),N=Math.min(Zr,Math.max(Gr,z));g(E),C(N),x(String(E)),v(String(N))},A=(M,z)=>{const E=Number.parseInt(M,10);if(!Number.isFinite(E)){z==="rows"?x(String(f)):v(String(h));return}S(!0),z==="rows"?D(E,h):D(f,E)},T=(M,z)=>{const E=M.replace(/\D/g,"");if(z==="rows"?x(E):v(E),E==="")return;const N=Number.parseInt(E,10);Number.isFinite(N)&&(S(!0),z==="rows"?D(N,h):D(f,N))},_=M=>{(M.key==="e"||M.key==="E"||M.key==="+"||M.key==="-"||M.key===".")&&M.preventDefault()};return i.jsx(we,{children:i.jsx("div",{className:p.backdrop,role:"presentation",onMouseDown:r,children:i.jsxs("div",{ref:d,className:p.dialog,role:"dialog","aria-modal":"true","aria-labelledby":a,onMouseDown:M=>M.stopPropagation(),children:[i.jsxs("div",{className:p.headerRow,children:[i.jsx("h2",{className:p.header,id:a,children:o("tableDialogTitle")}),i.jsx("button",{type:"button",className:p.close,"aria-label":o("tableDialogCloseAria"),onClick:r,children:i.jsx(et,{})})]}),i.jsxs("div",{className:p.body,children:[i.jsx("div",{className:Or.grid,role:"grid","aria-label":o("tableDialogGridAria"),onMouseLeave:()=>{},children:Array.from({length:qm},(M,z)=>Array.from({length:qm},(E,N)=>{const O=z+1,G=N+1,Y=O<=f&&G<=h;return i.jsx("button",{type:"button",className:Or.cell,role:"gridcell","data-active":Y?"true":void 0,"aria-label":`${O} × ${G}`,"aria-pressed":Y&&O===f&&G===h,disabled:t,onMouseEnter:()=>{k||D(O,G)},onClick:()=>{S(!0),D(O,G)}},`${O}-${G}`)}))}),i.jsxs("p",{className:Or.sizeLabel,children:[o("tableDialogSize"),": ",f," × ",h]}),i.jsxs("div",{className:`${p.sizeRow} ${Or.sizeFields}`,children:[i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:s,children:o("tableDialogRows")}),i.jsx("input",{id:s,className:Or.numberInput,type:"number",inputMode:"numeric",min:Gr,max:Zr,step:1,value:b,disabled:t,onKeyDown:_,onChange:M=>T(M.target.value,"rows"),onBlur:()=>A(b,"rows")})]}),i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:u,children:o("tableDialogColumns")}),i.jsx("input",{id:u,className:Or.numberInput,type:"number",inputMode:"numeric",min:Gr,max:Zr,step:1,value:y,disabled:t,onKeyDown:_,onChange:M=>T(M.target.value,"cols"),onBlur:()=>A(y,"cols")})]})]})]}),i.jsxs("div",{className:p.actions,children:[i.jsx("button",{type:"button",className:p.action,onClick:r,children:o("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${p.action} ${p.actionPrimary}`,disabled:!R,onClick:()=>{R&&n({rows:f,cols:h})},children:o("tableDialogInsert")})]})]})})})}const TI={none:"paragraphDialogBorderStyleNone",solid:"paragraphDialogBorderStyleSolid",dotted:"paragraphDialogBorderStyleDotted",dashed:"paragraphDialogBorderStyleDashed",double:"paragraphDialogBorderStyleDouble",groove:"paragraphDialogBorderStyleGroove",ridge:"paragraphDialogBorderStyleRidge",inset:"paragraphDialogBorderStyleInset",outset:"paragraphDialogBorderStyleOutset"},RI={value:1,unit:"pt"},DI={offsetX:{value:0,unit:"px"},offsetY:{value:4,unit:"px"},blur:{value:8,unit:"px"},spread:{value:0,unit:"px"},color:"#000000",inset:!1};function jI({value:e,disabled:t,onChange:n}){const r=q(),o=l.useId(),a=l.useId();return i.jsxs("div",{className:p.body,children:[i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.label,children:r("tablePropertiesWidth")}),i.jsx(Qe,{label:r("tablePropertiesWidth"),value:e.width,disabled:t,onChange:s=>n({...e,width:s})}),i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:o,children:r("tablePropertiesCollapse")}),i.jsxs("select",{id:o,className:p.select,value:e.borderCollapse,disabled:t,onChange:s=>{const u=s.target.value==="separate"?"separate":"collapse";n({...e,borderCollapse:u,borderSpacing:u==="separate"?e.borderSpacing:null})},children:[i.jsx("option",{value:"collapse",children:r("tablePropertiesCollapseCollapse")}),i.jsx("option",{value:"separate",children:r("tablePropertiesCollapseSeparate")})]})]}),e.borderCollapse==="separate"?i.jsx(Qe,{label:r("tablePropertiesSpacing"),value:e.borderSpacing,disabled:t,onChange:s=>n({...e,borderSpacing:s})}):null]}),i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.label,children:r("paragraphDialogBorder")}),i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:a,children:r("paragraphDialogBorderStyle")}),i.jsx("select",{id:a,className:p.select,value:e.border.style,disabled:t,onChange:s=>{const u=s.target.value;n({...e,border:{style:u,width:u==="none"?null:e.border.width??RI,color:u==="none"?null:e.border.color}})},children:as.map(s=>i.jsx("option",{value:s,children:r(TI[s])},s))})]}),e.border.style!=="none"?i.jsxs(i.Fragment,{children:[i.jsx(Qe,{label:r("paragraphDialogBorderWidth"),value:e.border.width,disabled:t,onChange:s=>n({...e,border:{...e.border,width:s}})}),i.jsx($t,{label:r("paragraphDialogBorderColor"),noneLabel:r("colorNone"),value:e.border.color,disabled:t,onChange:s=>n({...e,border:{...e.border,color:s}})})]}):null,i.jsx(Qe,{label:r("paragraphDialogBorderRadius"),value:e.borderRadius,disabled:t,onChange:s=>n({...e,borderRadius:s})}),i.jsxs("label",{className:p.mark,children:[i.jsx("input",{type:"checkbox",checked:e.boxShadow!==null,disabled:t,onChange:()=>{n({...e,boxShadow:e.boxShadow?null:DI})}}),r("paragraphDialogBoxShadow")]}),e.boxShadow?i.jsx(Eu,{shadow:e.boxShadow,disabled:t,onChange:s=>n({...e,boxShadow:s})}):null]})]})}function II({open:e,value:t,disabled:n,onApply:r,onClose:o}){const a=q(),s=l.useId(),u=l.useRef(null),[d,f]=l.useState(t);return l.useEffect(()=>{e&&f(t)},[e,t]),qe(u,{open:e,onClose:o,focusableSelector:'button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled]), textarea:not([disabled])'}),e?i.jsx(we,{children:i.jsx("div",{className:p.backdrop,role:"presentation",onMouseDown:o,children:i.jsxs("div",{ref:u,className:`${p.dialog} ${p.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":s,onMouseDown:g=>g.stopPropagation(),children:[i.jsxs("div",{className:p.headerRow,children:[i.jsx("h2",{className:p.header,id:s,children:a("tablePropertiesDialogTitle")}),i.jsx("button",{type:"button",className:p.close,"aria-label":a("tablePropertiesDialogCloseAria"),onClick:o,children:i.jsx(et,{})})]}),i.jsx(jI,{value:d,disabled:n,onChange:f}),i.jsxs("div",{className:p.actions,children:[i.jsx("button",{type:"button",className:p.action,onClick:o,children:a("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${p.action} ${p.actionPrimary}`,disabled:n,onClick:()=>r(d),children:a("fontDialogOk")})]})]})})}):null}const EI=["left","center","right"],_I={left:ts,center:es,right:ns},MI={left:"commandAlignLeftAria",center:"commandAlignCenterAria",right:"commandAlignRightAria"},NI={top:"paragraphDialogSideTop",right:"paragraphDialogSideRight",bottom:"paragraphDialogSideBottom",left:"paragraphDialogSideLeft"},LI={top:"cellPropertiesVerticalAlignTop",middle:"cellPropertiesVerticalAlignMiddle",bottom:"cellPropertiesVerticalAlignBottom",baseline:"cellPropertiesVerticalAlignBaseline"};function wa(e){return{top:e,right:e,bottom:e,left:e}}function Xl(e){for(const t of ot)if(e[t])return e[t];return null}function BI({value:e,disabled:t,onChange:n}){const r=q(),o=l.useId(),a=l.useId(),s=l.useId(),[u,d]=l.useState(()=>vn(e.padding,wa(Xl(e.padding))));return l.useEffect(()=>{d(vn(e.padding,wa(Xl(e.padding))))},[e.padding]),i.jsxs("div",{className:p.body,children:[i.jsx($t,{label:r("paragraphDialogBackgroundColor"),noneLabel:r("colorNone"),value:e.backgroundColor,disabled:t,onChange:f=>n({...e,backgroundColor:f})}),i.jsx($t,{label:r("cellPropertiesColor"),noneLabel:r("colorNone"),value:e.color,disabled:t,onChange:f=>n({...e,color:f})}),i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.label,children:r("paragraphDialogPadding")}),i.jsxs("label",{className:p.mark,children:[i.jsx("input",{type:"checkbox",checked:u,disabled:t,onChange:()=>{const f=!u;d(f),f&&n({...e,padding:wa(Xl(e.padding))})}}),r("paragraphDialogLinkSides")]}),i.jsx("div",{className:p.sideGrid,children:(u?["top"]:ot).map(f=>i.jsx(Qe,{label:r(u?"paragraphDialogPadding":NI[f]),value:e.padding[f],disabled:t,onChange:g=>{const h=u?wa(g):{...e.padding,[f]:g};n({...e,padding:h})}},f))})]}),i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.label,children:r("paragraphDialogAlignment")}),i.jsx("div",{className:p.iconRow,role:"radiogroup","aria-label":r("paragraphDialogAlignment"),children:EI.map(f=>{const g=_I[f],h=(e.textAlign??"left")===f;return i.jsx("button",{type:"button",className:p.iconButton,role:"radio","aria-checked":h,"aria-label":r(MI[f]),disabled:t,onClick:()=>{n({...e,textAlign:f==="left"?null:f})},children:i.jsx(g,{})},f)})})]}),i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:o,children:r("cellPropertiesVerticalAlign")}),i.jsxs("select",{id:o,className:p.select,value:e.verticalAlign??"",disabled:t,onChange:f=>{const g=f.target.value;n({...e,verticalAlign:g||null})},children:[i.jsx("option",{value:"",children:r("cellPropertiesVerticalAlignDefault")}),bs.map(f=>i.jsx("option",{value:f,children:r(LI[f])},f))]})]}),i.jsx(Qe,{label:r("cellPropertiesWidth"),value:e.width,disabled:t,onChange:f=>n({...e,width:f})}),i.jsxs("div",{className:p.sizeRow,children:[i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:a,children:r("cellPropertiesColSpan")}),i.jsx("input",{id:a,className:p.lengthInput,type:"number",inputMode:"numeric",min:1,step:1,value:e.colSpan,disabled:t,onChange:f=>{const g=Number.parseInt(f.target.value,10);n({...e,colSpan:Number.isFinite(g)?Math.max(1,g):1})}})]}),i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:s,children:r("cellPropertiesRowSpan")}),i.jsx("input",{id:s,className:p.lengthInput,type:"number",inputMode:"numeric",min:1,step:1,value:e.rowSpan,disabled:t,onChange:f=>{const g=Number.parseInt(f.target.value,10);n({...e,rowSpan:Number.isFinite(g)?Math.max(1,g):1})}})]})]})]})}function FI({open:e,value:t,disabled:n,onApply:r,onClose:o}){const a=q(),s=l.useId(),u=l.useRef(null),[d,f]=l.useState(t);return l.useEffect(()=>{e&&f(t)},[e,t]),qe(u,{open:e,onClose:o,focusableSelector:'button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled]), textarea:not([disabled])'}),e?i.jsx(we,{children:i.jsx("div",{className:p.backdrop,role:"presentation",onMouseDown:o,children:i.jsxs("div",{ref:u,className:`${p.dialog} ${p.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":s,onMouseDown:g=>g.stopPropagation(),children:[i.jsxs("div",{className:p.headerRow,children:[i.jsx("h2",{className:p.header,id:s,children:a("cellPropertiesDialogTitle")}),i.jsx("button",{type:"button",className:p.close,"aria-label":a("cellPropertiesDialogCloseAria"),onClick:o,children:i.jsx(et,{})})]}),i.jsx(BI,{value:d,disabled:n,onChange:f}),i.jsxs("div",{className:p.actions,children:[i.jsx("button",{type:"button",className:p.action,onClick:o,children:a("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${p.action} ${p.actionPrimary}`,disabled:n,onClick:()=>r(d),children:a("fontDialogOk")})]})]})})}):null}const HI={top:"paragraphDialogSideTop",right:"paragraphDialogSideRight",bottom:"paragraphDialogSideBottom",left:"paragraphDialogSideLeft"},zI={top:"cellPropertiesVerticalAlignTop",middle:"cellPropertiesVerticalAlignMiddle",bottom:"cellPropertiesVerticalAlignBottom",baseline:"cellPropertiesVerticalAlignBaseline"};function va(e){return{top:e,right:e,bottom:e,left:e}}function Jl(e){for(const t of ot)if(e[t])return e[t];return null}function OI({value:e,disabled:t,onChange:n}){const r=q(),o=l.useId(),[a,s]=l.useState(()=>vn(e.padding,va(Jl(e.padding))));return l.useEffect(()=>{s(vn(e.padding,va(Jl(e.padding))))},[e.padding]),i.jsxs("div",{className:p.body,children:[i.jsx($t,{label:r("paragraphDialogBackgroundColor"),noneLabel:r("colorNone"),value:e.backgroundColor,disabled:t,onChange:u=>n({...e,backgroundColor:u})}),i.jsx($t,{label:r("cellPropertiesColor"),noneLabel:r("colorNone"),value:e.color,disabled:t,onChange:u=>n({...e,color:u})}),i.jsxs("fieldset",{className:p.group,children:[i.jsx("legend",{className:p.label,children:r("paragraphDialogPadding")}),i.jsxs("label",{className:p.mark,children:[i.jsx("input",{type:"checkbox",checked:a,disabled:t,onChange:()=>{const u=!a;s(u),u&&n({...e,padding:va(Jl(e.padding))})}}),r("paragraphDialogLinkSides")]}),i.jsx("div",{className:p.sideGrid,children:(a?["top"]:ot).map(u=>i.jsx(Qe,{label:r(a?"paragraphDialogPadding":HI[u]),value:e.padding[u],disabled:t,onChange:d=>{const f=a?va(d):{...e.padding,[u]:d};n({...e,padding:f})}},u))})]}),i.jsxs("div",{className:p.field,children:[i.jsx("label",{className:p.label,htmlFor:o,children:r("cellPropertiesVerticalAlign")}),i.jsxs("select",{id:o,className:p.select,value:e.verticalAlign??"",disabled:t,onChange:u=>{const d=u.target.value;n({...e,verticalAlign:d||null})},children:[i.jsx("option",{value:"",children:r("cellPropertiesVerticalAlignDefault")}),bs.map(u=>i.jsx("option",{value:u,children:r(zI[u])},u))]})]}),i.jsx(Qe,{label:r("rowPropertiesHeight"),value:e.height,disabled:t,onChange:u=>n({...e,height:u})})]})}function KI({open:e,value:t,disabled:n,onApply:r,onClose:o}){const a=q(),s=l.useId(),u=l.useRef(null),[d,f]=l.useState(t);return l.useEffect(()=>{e&&f(t)},[e,t]),qe(u,{open:e,onClose:o,focusableSelector:'button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled]), textarea:not([disabled])'}),e?i.jsx(we,{children:i.jsx("div",{className:p.backdrop,role:"presentation",onMouseDown:o,children:i.jsxs("div",{ref:u,className:`${p.dialog} ${p.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":s,onMouseDown:g=>g.stopPropagation(),children:[i.jsxs("div",{className:p.headerRow,children:[i.jsx("h2",{className:p.header,id:s,children:a("rowPropertiesDialogTitle")}),i.jsx("button",{type:"button",className:p.close,"aria-label":a("rowPropertiesDialogCloseAria"),onClick:o,children:i.jsx(et,{})})]}),i.jsx(OI,{value:d,disabled:n,onChange:f}),i.jsxs("div",{className:p.actions,children:[i.jsx("button",{type:"button",className:p.action,onClick:o,children:a("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${p.action} ${p.actionPrimary}`,disabled:n,onClick:()=>r(d),children:a("fontDialogOk")})]})]})})}):null}const $I="_backdrop_9d3gw_1",UI="_dialog_9d3gw_12",VI="_headerRow_9d3gw_29",WI="_header_9d3gw_29",GI="_close_9d3gw_44",ZI="_body_9d3gw_66",qI="_frame_9d3gw_75",YI="_actions_9d3gw_83",XI="_action_9d3gw_83",Cn={backdrop:$I,dialog:UI,headerRow:VI,header:WI,close:GI,body:ZI,frame:qI,actions:YI,action:XI};function JI(e){const t=Fn(e);if(t.length<=1)return e;const n=[],r=[];for(const a of t){const s=he(a);n.push(...s.hrefs),r.push(s.body)}const o=r.map((a,s)=>`<div class="wysiwyg-preview-page" style="${s===r.length-1?"display: block; break-inside: avoid; page-break-inside: avoid;":"display: block; break-after: page; page-break-after: always; break-inside: avoid; page-break-inside: avoid;"}">${a}</div>`).join("");return[...Array.from(new Set(n)).map(a=>`<link rel="stylesheet" href="${a}" />`),o].filter(Boolean).join("")}function QI({open:e,html:t,onClose:n}){const r=q(),o=l.useId(),a=l.useRef(null),s=l.useRef(null),u=l.useMemo(()=>JI(t),[t]);return qe(a,{open:e,onClose:n,escapeIgnoreSelectors:!1,focusableSelector:'button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])'}),l.useEffect(()=>{var f;if(!e)return;const d=(f=s.current)==null?void 0:f.contentDocument;d&&pc(d,u,r("previewDialogTitle"))},[e,u,r]),e?i.jsx(we,{children:i.jsx("div",{className:Cn.backdrop,role:"presentation",onMouseDown:n,children:i.jsxs("div",{ref:a,className:Cn.dialog,role:"dialog","aria-modal":"true","aria-labelledby":o,onMouseDown:d=>d.stopPropagation(),children:[i.jsxs("div",{className:Cn.headerRow,children:[i.jsx("h2",{className:Cn.header,id:o,children:r("previewDialogTitle")}),i.jsx("button",{type:"button",className:Cn.close,"aria-label":r("previewDialogCloseAria"),onClick:n,children:i.jsx(et,{})})]}),i.jsx("div",{className:Cn.body,children:i.jsx("iframe",{ref:s,className:Cn.frame,title:r("previewDialogTitle"),sandbox:"allow-same-origin",tabIndex:-1,onLoad:()=>{var f;const d=(f=s.current)==null?void 0:f.contentDocument;d&&pc(d,u,r("previewDialogTitle"))}})}),i.jsx("div",{className:Cn.actions,children:i.jsx("button",{type:"button",className:Cn.action,onClick:n,children:r("previewDialogClose")})})]})})}):null}const eE="0.0.11",tE="_backdrop_72ox3_1",nE="_dialog_72ox3_12",rE="_headerRow_72ox3_30",oE="_header_72ox3_30",iE="_close_72ox3_46",aE="_body_72ox3_68",sE="_product_72ox3_76",lE="_meta_72ox3_82",cE="_description_72ox3_87",uE="_website_72ox3_92",dE="_cta_72ox3_97",mE="_link_72ox3_102",fE="_actions_72ox3_118",pE="_action_72ox3_118",wt={backdrop:tE,dialog:nE,headerRow:rE,header:oE,close:iE,body:aE,product:sE,meta:lE,description:cE,website:uE,cta:dE,link:mE,actions:fE,action:pE};function gE({open:e,onClose:t}){const n=q(),r=l.useId(),o=l.useRef(null);return qe(o,{open:e,onClose:t,escapeIgnoreSelectors:!1,focusableSelector:'a[href], button:not([disabled]):not([tabindex="-1"])'}),e?i.jsx(we,{children:i.jsx("div",{className:wt.backdrop,role:"presentation",onMouseDown:t,children:i.jsxs("div",{ref:o,className:wt.dialog,role:"dialog","aria-modal":"true","aria-labelledby":r,onMouseDown:a=>a.stopPropagation(),children:[i.jsxs("div",{className:wt.headerRow,children:[i.jsx("h2",{id:r,className:wt.header,children:n("aboutDialogTitle")}),i.jsx("button",{type:"button",className:wt.close,onClick:t,"aria-label":n("aboutDialogCloseAria"),children:i.jsx(et,{})})]}),i.jsxs("div",{className:wt.body,children:[i.jsx("p",{className:wt.product,children:n("brandMarkAria")}),i.jsx("p",{className:wt.meta,children:n("aboutDialogVersion").replace("{version}",eE)}),i.jsx("p",{className:wt.description,children:n("aboutDialogDescription")}),i.jsxs("div",{className:wt.website,children:[i.jsx("p",{className:wt.cta,children:n("aboutDialogWebsiteCta")}),i.jsx("a",{className:wt.link,href:"https://commspliant.com/",target:"_blank",rel:"noopener noreferrer","aria-label":n("aboutDialogWebsiteAria"),children:n("aboutDialogWebsite")})]})]}),i.jsx("div",{className:wt.actions,children:i.jsx("button",{type:"button",className:wt.action,onClick:t,children:n("aboutDialogClose")})})]})})}):null}const hE="_backdrop_12fkg_1",bE="_dialog_12fkg_12",yE="_headerRow_12fkg_31",xE="_header_12fkg_31",CE="_close_12fkg_47",wE="_searchRow_12fkg_69",vE="_search_12fkg_69",kE="_body_12fkg_91",SE="_sidebar_12fkg_99",AE="_category_12fkg_111",PE="_topicList_12fkg_121",TE="_topicButton_12fkg_127",RE="_topicButtonActive_12fkg_147",DE="_main_12fkg_157",jE="_articleTitle_12fkg_164",IE="_articleBody_12fkg_171",EE="_noResults_12fkg_176",_E="_related_12fkg_181",ME="_relatedTitle_12fkg_187",NE="_relatedList_12fkg_194",LE="_relatedButton_12fkg_200",BE="_relatedItem_12fkg_223",He={backdrop:hE,dialog:bE,headerRow:yE,header:xE,close:CE,searchRow:wE,search:vE,body:kE,sidebar:SE,category:AE,topicList:PE,topicButton:TE,topicButtonActive:RE,main:DE,articleTitle:jE,articleBody:IE,noResults:EE,related:_E,relatedTitle:ME,relatedList:NE,relatedButton:LE,relatedItem:BE};function FE(e){return{getStarted:"helpCategoryGetStarted",file:"helpCategoryFile",edit:"helpCategoryEdit",insert:"helpCategoryInsert",format:"helpCategoryFormat",table:"helpCategoryTable",view:"helpCategoryView",keyboard:"helpCategoryKeyboard"}[e]}function HE({open:e,topicId:t,onTopicChange:n,onClose:r}){const o=q(),a=l.useId(),s=l.useRef(null),[u,d]=l.useState("");qe(s,{open:e,onClose:r,escapeIgnoreSelectors:!1,focusableSelector:'button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])'}),l.useEffect(()=>{e||d("")},[e]);const f=l.useMemo(()=>Nc.map(b=>({id:b.id,title:o(b.titleKey),body:o(b.bodyKey),keywords:o(b.keywordsKey)})),[o]),g=l.useMemo(()=>{const b=DR(f,u);return new Set(b.map(x=>x.id))},[u,f]),h=Tf[t],C=u.trim().length>0&&g.size===0;return e?i.jsx(we,{children:i.jsx("div",{className:He.backdrop,role:"presentation",onMouseDown:r,children:i.jsxs("div",{ref:s,className:He.dialog,role:"dialog","aria-modal":"true","aria-labelledby":a,onMouseDown:b=>b.stopPropagation(),children:[i.jsxs("div",{className:He.headerRow,children:[i.jsx("h2",{id:a,className:He.header,children:o("helpDialogTitle")}),i.jsx("button",{type:"button",className:He.close,onClick:r,"aria-label":o("helpDialogCloseAria"),children:i.jsx(et,{})})]}),i.jsx("div",{className:He.searchRow,children:i.jsx("input",{type:"search",className:He.search,value:u,onChange:b=>d(b.target.value),placeholder:o("helpDialogSearchPlaceholder"),"aria-label":o("helpDialogSearchAria")})}),i.jsxs("div",{className:He.body,children:[i.jsx("aside",{className:He.sidebar,"aria-label":o("helpDialogContentsAria"),children:TR.map(b=>{const x=Nc.filter(y=>y.category===b&&g.has(y.id));return x.length===0?null:i.jsxs("div",{children:[i.jsx("h3",{className:He.category,children:o(FE(b))}),i.jsx("ul",{className:He.topicList,children:x.map(y=>i.jsx("li",{children:i.jsx("button",{type:"button",className:`${He.topicButton}${y.id===t?` ${He.topicButtonActive}`:""}`,onClick:()=>n(y.id),children:o(y.titleKey)})},y.id))})]},b)})}),i.jsx("div",{className:He.main,children:C?i.jsx("p",{className:He.noResults,children:o("helpDialogNoResults")}):i.jsxs(i.Fragment,{children:[i.jsx("h3",{className:He.articleTitle,children:o(h.titleKey)}),i.jsx("p",{className:He.articleBody,children:o(h.bodyKey)}),h.related.length>0?i.jsxs("div",{className:He.related,children:[i.jsx("h4",{className:He.relatedTitle,children:o("helpDialogRelatedTitle")}),i.jsx("ul",{className:He.relatedList,children:h.related.map(b=>{const x=Tf[b];return!x||!g.has(b)?null:i.jsx("li",{className:He.relatedItem,children:i.jsx("button",{type:"button",className:He.relatedButton,onClick:()=>n(b),children:o(x.titleKey)})},b)})})]}):null]})})]})]})})}):null}function eb(e){return{catalog:e.catalog,layout:e.layout,commands:e.commands,queries:e.queries,queryRevisions:e.queryRevisions,disabled:e.disabled,chromeLock:e.chromeLock}}function zE(e,t){for(const n of Object.keys(e)){const r=e[n],o=t[n];if(!(typeof r=="function"&&typeof o=="function")&&r!==o)return!1}return!0}const OE=l.memo(function({menuVisible:t,captureChromeSelection:n,displayCatalog:r,displayLayout:o,commands:a,queries:s,queryRevisions:u,chromeDisabled:d,chromeLock:f,contentLocked:g,customizeToolbarOpen:h,baseCatalog:C,allowedLayout:b,toolbarSettings:x,toolbarSettingsLoading:y,toolbarSettingsBusy:v,onCustomizeToolbarClose:k,onToolbarSettingsChange:S,onToolbarSettingsReset:P,documentPreview:R,onDocumentPreviewClose:D,helpDialog:A,onHelpDialogClose:T,onHelpTopicChange:_,aboutDialogOpen:M,onAboutDialogClose:z,fontDialog:E,fontSizeState:N,markState:O,fontFamilyState:G,fontColorState:Y,highlightColorState:re,fontFaces:Z,onFontDialogTabChange:J,onFontDialogClose:ne,onApplyFontProperties:ce,paragraphDialog:X,customImagePicker:I,onParagraphCustomImagePick:se,onParagraphDialogTabChange:fe,onParagraphDialogClose:L,onApplyParagraphProperties:Le,customCssDialog:Ee,onCustomCssDialogClose:ze,onApplyCustomCss:bt,pageDialog:Ye,enablePageProperties:Oe,onPageCustomImagePick:pe,onPageDialogTabChange:De,onPageDialogClose:oe,onApplyPageProperties:ve,onPageDialogResetAtRule:je,deletePageConfirmOpen:Ne,onDeletePageConfirmClose:We,onDeletePageConfirm:Ut,customStyleDialog:Ue,canDeleteCustomParagraphStyle:Cr,customStyleBusy:wr,onCustomStyleDialogClose:vr,onCustomStyleSave:Be,onCustomStyleDelete:Qt,linkDialog:it,onLinkDialogTabChange:Xn,onLinkDialogClose:kr,onApplyLink:V,bookmarkDialog:ee,onBookmarkDialogClose:me,onApplyBookmark:Ke,imageDialogOpen:Vt,customAudioPicker:Jn,customVideoPicker:ct,onImageDialogClose:$e,onApplyImage:Se,onImageDialogCustomPick:Ge,audioDialogOpen:en,onAudioDialogClose:ys,onApplyAudio:ai,onAudioDialogCustomPick:xs,youtubeDialogOpen:at,onYoutubeDialogClose:si,onApplyYoutube:Rt,onYoutubeDialogCustomPick:Qn,imageProperties:Wt,onImagePropertiesTabChange:Cs,onImagePropertiesClose:mo,onApplyImageProperties:ws,tableDialogOpen:li,onTableDialogClose:Pn,onApplyTable:gn,tableProperties:Sr,onTablePropertiesClose:er,onApplyTableProperties:H,cellProperties:Dt,onCellPropertiesClose:ci,onApplyCellProperties:Ar,rowProperties:yt,onRowPropertiesClose:tr,onApplyRowProperties:ut}){const be=eb({catalog:r,layout:o,commands:a,queries:s,queryRevisions:u,disabled:d,chromeLock:f});return i.jsxs(i.Fragment,{children:[t?i.jsx("div",{className:xe.menuChrome,onPointerDownCapture:n,children:i.jsx(Lc,{...be,menuVisible:!0,toolbarVisible:!1})}):null,h?i.jsx(zA,{open:!0,catalog:C,groups:b.iconGroups,settings:x,loading:y,busy:v,disabled:g,onChange:S,onReset:P,onClose:k}):null,R.open?i.jsx(QI,{open:!0,html:R.html,onClose:D}):null,A.open?i.jsx(HE,{open:!0,topicId:A.topicId,onTopicChange:_,onClose:T}):null,M?i.jsx(gE,{open:!0,onClose:z}):null,E.open?i.jsx(bj,{open:!0,tab:E.tab,size:N.value,unit:N.unit,marks:O,fontFamily:G.value,fontFamilyMixed:G.mixed,fontColor:Y.value,fontColorMixed:Y.mixed,highlightColor:re.value,highlightColorMixed:re.mixed,fonts:Z,disabled:g,onTabChange:J,onApply:ce,onClose:ne}):null,X.open?i.jsx(zj,{open:!0,tab:X.tab,value:X.value,backgroundImage:X.backgroundImage,disabled:g,customImagePicker:I,onCustomImagePick:se,onTabChange:fe,onApply:Le,onClose:L}):null,Ee.open?i.jsx(Qj,{open:!0,value:Ee.value,disabled:g,onApply:bt,onClose:ze}):null,Ye.open?i.jsx(Zj,{open:!0,tab:Ye.tab,initialParagraphTab:Ye.paragraphTab,value:Ye.value,fonts:Z,disabled:g,printTabVisible:Oe,customImagePicker:I,onCustomImagePick:pe,onTabChange:De,onApply:ve,onResetAtRule:je,onClose:oe}):null,Ne?i.jsx(qj,{open:!0,disabled:g,onClose:We,onConfirm:Ut}):null,Ue.open?i.jsx(Jj,{open:!0,mode:Ue.mode,styleId:Ue.mode==="edit"?Ue.style.id:void 0,name:Ue.mode==="edit"?Ue.style.name:"",font:Ue.mode==="edit"?Ue.style.font:Ue.font,paragraph:Ue.mode==="edit"?Ue.style.paragraph:Ue.paragraph,canDelete:Cr,fonts:Z,busy:wr,disabled:g,onSave:Be,onDelete:Qt,onClose:vr}):null,it.open?i.jsx(xI,{open:!0,tab:it.tab,href:it.href,title:it.title,targetBlank:it.targetBlank,textDecorationNone:it.textDecorationNone,hoverMode:it.hoverMode,hoverColor:it.hoverColor,hoverHtml:it.hoverHtml,bookmarks:it.bookmarks,selectedBookmarkId:it.selectedBookmarkId,disabled:g,onTabChange:Xn,onApply:V,onClose:kr}):null,ee.open?i.jsx(tI,{open:!0,existingIds:ee.existingIds,disabled:g,onApply:Ke,onClose:me}):null,Vt?i.jsx(iI,{open:!0,disabled:g,customImagePicker:I,onApply:Se,onCustomPick:Ge,onClose:$e}):null,en?i.jsx(oI,{open:!0,disabled:g,customAudioPicker:Jn,onApply:ai,onCustomPick:xs,onClose:ys}):null,at?i.jsx(CI,{open:!0,disabled:g,customVideoPicker:ct,onApply:Rt,onCustomPick:Qn,onClose:si}):null,Wt.open?i.jsx(yI,{open:!0,tab:Wt.tab,value:Wt.value,aspectRatio:Wt.aspectRatio,disabled:g,onTabChange:Cs,onApply:ws,onClose:mo}):null,li?i.jsx(PI,{open:!0,disabled:g,onApply:gn,onClose:Pn}):null,Sr.open?i.jsx(II,{open:!0,value:Sr.value,disabled:g,onApply:H,onClose:er}):null,Dt.open?i.jsx(FI,{open:!0,value:Dt.value,disabled:g,onApply:Ar,onClose:ci}):null,yt.open?i.jsx(KI,{open:!0,value:yt.value,disabled:g,onApply:ut,onClose:tr}):null]})},zE);function KE({toolbarVisible:e,toolbarPos:t,captureChromeSelection:n,toolbarShellProps:r,children:o}){return i.jsxs("div",{className:xe.body,"data-icon-dock":e?t:void 0,children:[e&&(t==="top"||t==="left")?i.jsx("div",{className:xe.iconChrome,onPointerDownCapture:n,children:i.jsx(Lc,{...r,menuVisible:!1,toolbarVisible:!0,position:t})}):null,o,e&&(t==="bottom"||t==="right")?i.jsx("div",{className:xe.iconChrome,onPointerDownCapture:n,children:i.jsx(Lc,{...r,menuVisible:!1,toolbarVisible:!0,position:t})}):null]})}const tb=l.createContext(null);function $E({value:e,children:t}){return i.jsx(tb.Provider,{value:e,children:t})}function UE(){const e=l.useContext(tb);if(!e)throw new Error("useEditorShellContext must be used within EditorShellProvider");return e}function VE(e,t){const n=l.useRef([]),r=l.useRef([]);return l.useMemo(()=>{const o=n.current,a=r.current,s=[];for(let u=0;u<e.length;u+=1){const d=e[u]??"";o[u]===d&&a[u]!==void 0?s.push(a[u]):s.push(he(d).body)}return n.current=e,r.current=s,s},[e,t,e.length])}const WE="_panel_6xdnw_1",GE="_header_6xdnw_17",ZE="_title_6xdnw_26",qE="_close_6xdnw_32",YE="_messages_6xdnw_48",XE="_empty_6xdnw_57",JE="_message_6xdnw_48",QE="_messageHeader_6xdnw_69",e_="_author_6xdnw_77",t_="_time_6xdnw_81",n_="_body_6xdnw_86",r_="_reply_6xdnw_92",o_="_input_6xdnw_100",i_="_post_6xdnw_111",vt={panel:WE,header:GE,title:ZE,close:qE,messages:YE,empty:XE,message:JE,messageHeader:QE,author:e_,time:t_,body:n_,reply:r_,input:o_,post:i_};function a_(e,t){const n=new Date(e);return Number.isNaN(n.getTime())?e:new Intl.DateTimeFormat(t,{dateStyle:"medium",timeStyle:"short"}).format(n)}function s_({thread:e,locale:t,disabled:n,commentAuthor:r,panelRef:o,onPost:a,onClose:s}){const u=q(),[d,f]=l.useState(""),g=l.useRef(null);l.useEffect(()=>{var y;(y=g.current)==null||y.focus()},[e==null?void 0:e.id]);const h=!n&&r&&d.trim().length>0,C=l.useMemo(()=>(e==null?void 0:e.messages)??[],[e==null?void 0:e.messages]),b=C.length===0?u("commentPlaceholder"):u("commentReplyPlaceholder");if(!e)return null;const x=()=>{const y=d.trim();!y||!h||(a(y),f(""))};return Bc.createPortal(i.jsxs("div",{ref:o,className:vt.panel,role:"dialog","aria-label":u("commentPanelTitle"),children:[i.jsxs("div",{className:vt.header,children:[i.jsx("h2",{className:vt.title,children:u("commentPanelTitle")}),i.jsx("button",{type:"button",className:vt.close,onClick:s,"aria-label":u("commentPanelCloseAria"),children:i.jsx(et,{})})]}),i.jsx("div",{className:vt.messages,children:C.length===0?i.jsx("p",{className:vt.empty,children:u("commentEmpty")}):C.map(y=>i.jsxs("article",{className:vt.message,children:[i.jsxs("header",{className:vt.messageHeader,children:[i.jsx("span",{className:vt.author,children:y.userName}),i.jsx("time",{className:vt.time,dateTime:y.createdAt,children:a_(y.createdAt,t)})]}),i.jsx("p",{className:vt.body,children:y.message})]},y.id))}),i.jsxs("div",{className:vt.reply,children:[i.jsx("textarea",{ref:g,className:vt.input,value:d,onChange:y=>f(y.target.value),placeholder:b,rows:3,disabled:n||!r}),i.jsx("button",{type:"button",className:vt.post,onClick:x,disabled:!h,children:u("commentPost")})]})]}),document.body)}const l_=l.forwardRef(function({html:t,onChange:n,placeholder:r,disabled:o},a){const s=q();return i.jsx("textarea",{ref:a,className:`${xe.surface} ${xe.html}`,value:t,onChange:u=>n(u.target.value),placeholder:r,disabled:o,"aria-label":s("htmlEditorAria"),spellCheck:!1})}),c_="_shell_yvznc_1",u_="_scrollButton_yvznc_10",d_="_tabList_yvznc_48",m_="_tab_yvznc_48",f_="_tabActive_yvznc_86",Kr={shell:c_,scrollButton:u_,tabList:d_,tab:m_,tabActive:f_},p_=5,Ff=120;function g_({pageCount:e,activeIndex:t,onSelect:n}){const r=q(),o=l.useRef(null),[a,s]=l.useState(!1),[u,d]=l.useState(!1),f=e>=p_,g=l.useCallback(()=>{const b=o.current;if(!b)return;const{scrollLeft:x,scrollWidth:y,clientWidth:v}=b;s(x>1),d(x+v<y-1)},[]);l.useEffect(()=>{g()},[e,t,g]),l.useEffect(()=>{var y;const b=o.current;if(!b)return;const x=b.querySelector(`[data-page-tab="${t}"]`);(y=x==null?void 0:x.scrollIntoView)==null||y.call(x,{block:"nearest",inline:"nearest"}),g()},[t,g]),l.useEffect(()=>{const b=o.current;if(!b)return;const x=()=>g();if(b.addEventListener("scroll",x,{passive:!0}),typeof ResizeObserver>"u")return()=>{b.removeEventListener("scroll",x)};const y=new ResizeObserver(()=>g());return y.observe(b),()=>{b.removeEventListener("scroll",x),y.disconnect()}},[g]);const h=b=>{var x;(x=o.current)==null||x.scrollBy({left:b,behavior:"smooth"})},C=b=>r("htmlModePageTab").replace("{n}",String(b+1));return i.jsxs("div",{className:Kr.shell,children:[f?i.jsx("button",{type:"button",className:Kr.scrollButton,"aria-label":r("htmlModePageTabsScrollLeftAria"),disabled:!a,onClick:()=>h(-Ff),children:"‹"}):null,i.jsx("div",{ref:o,className:Kr.tabList,role:"tablist","aria-label":r("htmlModePageTabsAria"),children:Array.from({length:e},(b,x)=>i.jsx("button",{type:"button",role:"tab","data-page-tab":x,className:`${Kr.tab} ${x===t?Kr.tabActive:""}`,"aria-selected":x===t,tabIndex:x===t?0:-1,onClick:()=>n(x),children:C(x)},x))}),f?i.jsx("button",{type:"button",className:Kr.scrollButton,"aria-label":r("htmlModePageTabsScrollRightAria"),disabled:!u,onClick:()=>h(Ff),children:"›"}):null]})}function h_(e,t,n=!0){const[r,o]=l.useState(null),[a,s]=l.useState(ju()),u=l.useCallback(()=>{!n||!e||(o(Vh(e,t)),s(Ja(e)))},[n,e,t]);return l.useLayoutEffect(()=>{if(!n)return;const d=requestAnimationFrame(u);return()=>cancelAnimationFrame(d)},[n,u]),l.useLayoutEffect(()=>{if(!n||!e||typeof ResizeObserver>"u")return;const d=new ResizeObserver(()=>u());return d.observe(e),()=>d.disconnect()},[n,e,u]),l.useLayoutEffect(()=>{if(!n||!e)return;const d=()=>{s(Ja(e))};return document.addEventListener("selectionchange",d),()=>document.removeEventListener("selectionchange",d)},[n,e]),{geometry:r,indentState:a,refresh:u}}const b_=l.forwardRef(function({html:t,pageHtml:n,onChange:r,placeholder:o,disabled:a,rulerVisible:s=!0,rulerUnit:u="in",zoomScale:d=1,onMarginChange:f,onMarginPreview:g,onIndentChange:h,onBeforeInput:C,propSyncGuardRef:b,resolveEmbeddedImageDataUrl:x,hydrateEmbeddedImages:y,onPointerDown:v,onMouseUp:k,onContextMenu:S},P){const R=q(),D=l.useRef(null),A=l.useRef(!1),[T,_]=l.useState(null),M=l.useRef(C);M.current=C;const z=n??t,E=s&&ei(z),{geometry:N,indentState:O,refresh:G}=h_(T,z,E),Y=Z=>{D.current=Z,_(Z),typeof P=="function"?P(Z):P&&(P.current=Z)};l.useLayoutEffect(()=>{const Z=D.current;if(!Z)return;const J=cn(t),ce=Z===document.activeElement&&A.current;if(A.current=!1,ce||Za(Z,J,{resolveDataUrl:x,hydrateEmbeddedImages:y}),gt(Z)||ei(z)){cu(Z),Xo(Z),ds(Z);const X=gt(Z);X&&Kp(Z,X)}us(Z),co(Z,z)},[t,z,x,y]),l.useLayoutEffect(()=>{if(b)return b.current=()=>{A.current=!0},()=>{b.current=null}},[b]),l.useLayoutEffect(()=>{const Z=D.current;if(!Z)return;const J=ne=>{var ce;(ce=M.current)==null||ce.call(M,ne)};return Z.addEventListener("beforeinput",J),()=>Z.removeEventListener("beforeinput",J)},[]);const re=i.jsx("div",{ref:Y,className:`${xe.surface} ${xe.visual} ${E?xe.pageSurface:""}`,contentEditable:!a,suppressContentEditableWarning:!0,role:"textbox","aria-multiline":"true","aria-label":R("visualEditorAria"),"aria-disabled":a||void 0,"data-placeholder":o,onPointerDown:v,onMouseUp:k,onContextMenu:S,onInput:Z=>{const J=Z.currentTarget;if(A.current=!0,gt(J)){const{absorbedBlocks:ne}=Xo(J);if(r(J.innerHTML),ne.length>0){const ce=ne.length;requestAnimationFrame(()=>Wp(J,ce))}}else r(J.innerHTML);E&&G()}});return i.jsx(rj,{showRulers:E,geometry:N,indentState:O,rulerUnit:u,zoomScale:d,onMarginChange:f,onMarginPreview:g,onIndentChange:h,children:re})}),y_="_frame_bwkh8_1",x_="_handle_bwkh8_9",C_="_handleEast_bwkh8_29",w_="_handleSouth_bwkh8_37",v_="_handleSouthEast_bwkh8_45",Vo={frame:y_,handle:x_,handleEast:C_,handleSouth:w_,handleSouthEast:v_};function Bo(e){const t=e.getBoundingClientRect();return{left:t.left,top:t.top,width:t.width,height:t.height}}const k_=[{handle:"e",className:Vo.handleEast,cursor:"e-resize",ariaKey:"imageResizeHandleEastAria"},{handle:"s",className:Vo.handleSouth,cursor:"s-resize",ariaKey:"imageResizeHandleSouthAria"},{handle:"se",className:Vo.handleSouthEast,cursor:"se-resize",ariaKey:"imageResizeHandleSouthEastAria"}];function Ql(e){return!Number.isFinite(e.clientX)||!Number.isFinite(e.clientY)?null:{x:e.clientX,y:e.clientY}}function S_({img:e,onResize:t,onResizeEnd:n}){const r=q(),o=l.useRef(null),a=l.useRef(e),s=l.useRef(t),u=l.useRef(n),d=l.useRef(null);a.current=e,s.current=t,u.current=n;const f=k=>{const S=o.current;S&&(S.style.left=`${k.left}px`,S.style.top=`${k.top}px`,S.style.width=`${k.width}px`,S.style.height=`${k.height}px`)};l.useLayoutEffect(()=>{f(Bo(e));const k=()=>{e.isConnected&&f(Bo(e))};return window.addEventListener("scroll",k,!0),window.addEventListener("resize",k),()=>{window.removeEventListener("scroll",k,!0),window.removeEventListener("resize",k)}},[e]);const g=(k,S)=>{const P=d.current,R=a.current;if(!P||!R)return;const D=b0(P.handle,P.start,{x:k-P.originX,y:S-P.originY});s.current(D.width,D.height),R.isConnected&&f(Bo(R))},h=()=>{if(!d.current)return;d.current=null;const k=a.current;u.current(),k!=null&&k.isConnected&&f(Bo(k))};l.useLayoutEffect(()=>{const k=P=>{if(!d.current)return;const R=Ql(P);R&&g(R.x,R.y)},S=()=>{h()};return document.addEventListener("pointermove",k),document.addEventListener("pointerup",S),document.addEventListener("pointercancel",S),document.addEventListener("mousemove",k),document.addEventListener("mouseup",S),()=>{document.removeEventListener("pointermove",k),document.removeEventListener("pointerup",S),document.removeEventListener("pointercancel",S),document.removeEventListener("mousemove",k),document.removeEventListener("mouseup",S)}},[]);const C=(k,S)=>{const P=Ql(S);P&&(d.current={handle:k,start:y0(a.current),originX:P.x,originY:P.y})},b=k=>S=>{S.preventDefault(),S.stopPropagation(),C(k,S);try{S.currentTarget.setPointerCapture(S.pointerId)}catch{}},x=k=>S=>{S.preventDefault(),S.stopPropagation(),C(k,S)},y=k=>{const S=Ql(k);S&&g(S.x,S.y)};if(!e.isConnected)return null;const v=Bo(e);return Bc.createPortal(i.jsx("div",{ref:o,className:Vo.frame,"data-image-resize-overlay":"",style:{left:v.left,top:v.top,width:v.width,height:v.height},children:k_.map(k=>i.jsx("button",{type:"button",className:`${Vo.handle} ${k.className}`,style:{cursor:k.cursor},"aria-label":r(k.ariaKey),"data-resize-handle":k.handle,onPointerDown:b(k.handle),onPointerMove:y,onPointerUp:h,onPointerCancel:h,onMouseDown:x(k.handle),onMouseMove:y,onMouseUp:h},k.handle))}),document.body)}function A_(e,t){for(const n of Object.keys(e)){const r=e[n],o=t[n];if(!(typeof r=="function"&&typeof o=="function")&&r!==o)return!1}return!0}function P_(){const e=q();return i.jsx("div",{className:xe.htmlFileDropOverlay,"aria-hidden":"true",children:e("htmlFileDropOverlay")})}function T_({propsRef:e,pageStore:t,mode:n,enableMultiPages:r,contentLocked:o,activePageIndex:a,hasSelectedPage:s,pageZoomScale:u,rulerVisible:d,rulerUnit:f,optimizeEmbeddedImages:g,placeholder:h,controlledHtml:C,initialHtml:b,initialStorageHtml:x,defaultPages:y,ingestedPagesProp:v,onChange:k,fontFaces:S,enableComments:P,commentsVisible:R,disabled:D,locale:A,commentAuthor:T,activeThreadId:_,contextMenu:M,commentThreads:z,commands:E,htmlFileDropDragging:N,selectedImage:O}){const{htmlRef:G,pagesRef:Y,documentBridgeRef:re}=UE(),[Z,J]=l.useState(x),[ne,ce]=Pa({value:g?void 0:C,defaultValue:b,onChange:r||g?void 0:k}),X=g?Z:ne,[I,se]=l.useState(()=>r?y[0]??"":""),fe=l.useRef(I);fe.current=I;const L=e.current;g?r||(G.current=Z):G.current=ne,r&&(Y.current=t.pages);const Le=l.useCallback(()=>r?t.getJoinedHtml():g?Z:ne,[r,ne,g,t,Z]);l.useLayoutEffect(()=>{const oe={pageStore:t,setHtml:ce,setStorageHtml:J,getEditorHtml:Le,replacePagesFromHistory:ve=>t.replacePages([...ve])};return re.current=oe,()=>{re.current===oe&&(re.current=null)}},[re,Le,t,ce,J]);const Ee=l.useMemo(()=>{if(r){const oe=t.pages[a]??t.pages[0]??"";return wm(oe,S).join(`
|
|
319
|
+
`)}return wm(X,S).join(`
|
|
320
|
+
`)},[r,t.pages,t.revision,a,X,S]),ze=VE(r?t.pages:[],r?t.revision:0);l.useLayoutEffect(()=>{var ve;if(!r)return;const oe=(ve=e.current.multiPageVisualRef.current)==null?void 0:ve.getActivePageRoot();oe instanceof HTMLDivElement&&(e.current.visualRootRef.current=oe)},[r,a,ze.length,e]);const bt=l.useMemo(()=>r?ze[s?a:0]??"":he(X).body,[r,ze,a,s,X]),Ye=l.useMemo(()=>Hp(st(bt)),[bt]);L.activePageHtmlRef.current=bt,L.pageCanvasSizedRef.current=Ye,l.useEffect(()=>{const ve=(Ee?Ee.split(`
|
|
321
|
+
`):[]).map(je=>{const Ne=document.createElement("link");return Ne.rel="stylesheet",Ne.href=je,Ne.setAttribute(rs,""),document.head.append(Ne),Ne});return()=>{for(const je of ve)je.remove()}},[Ee]),l.useEffect(()=>{(!P||n!=="visual"||!R)&&e.current.setActiveThreadId(null)},[P,n,R,e]),l.useEffect(()=>{if(!_)return;const oe=ve=>{var Ut;const je=e.current,Ne=ve.target;if((Ut=je.commentPanelRef.current)!=null&&Ut.contains(Ne))return;const We=je.visualRootRef.current;We&&sh(We,Ne)||je.setActiveThreadId(null)};return document.addEventListener("pointerdown",oe),()=>document.removeEventListener("pointerdown",oe)},[_,e]),l.useEffect(()=>{if(!r||n!=="html")return;const oe=t.pages[a]??"";oe!==fe.current&&(fe.current=oe,se(oe))},[r,n,t.pages,t.revision,a]),l.useEffect(()=>{if(!P||n!=="visual")return;const oe=e.current.visualRootRef.current;oe&&(sS(oe,z),ah(oe,R))},[P,n,z,R,X,e]),L.htmlModePageHtmlRef.current=fe.current;const Oe=n==="visual"&&d&&Ye,pe=l.useMemo(()=>_?dS(z,_):null,[_,z]),De=n==="visual"?r?i.jsx(aj,{ref:L.multiPageVisualRef,pages:ze,activePageIndex:a,hasSelectedPage:s,scrollRootRef:L.workspaceRef,suppressPageFlushRef:L.suppressPageFlushRef,onActivePageIndexChange:oe=>{var Ne;L.activePageIndexRef.current=oe,L.setActivePageIndex(oe);const ve=(Ne=L.multiPageVisualRef.current)==null?void 0:Ne.getContainer(),je=ve?nt(ve,oe):null;je instanceof HTMLDivElement&&(L.visualRootRef.current=je)},onPageSelected:()=>{L.setHasSelectedPage(!0)},onPageChange:(oe,ve)=>{const je=Y.current[oe]??"";L.recordPageVisualHtml(oe,sn(ve,he(je).body),!0)},onPageFlush:(oe,ve)=>{const je=Y.current[oe]??"";L.recordPageVisualHtml(oe,sn(ve,he(je).body),!1)},onBeforeInput:L.handleVisualBeforeInput,onPointerDown:oe=>{if(oe.currentTarget instanceof HTMLDivElement&&(L.visualRootRef.current=oe.currentTarget),L.handleVisualPointerDown(oe),oe.currentTarget instanceof HTMLDivElement){const ve=oe.currentTarget;requestAnimationFrame(()=>to(ve))}},onMouseUp:L.handleVisualMouseUp,onContextMenu:L.handleVisualContextMenu,placeholder:h,disabled:o,rulerVisible:d,rulerUnit:f,zoomScale:u,onMarginPreview:L.multiPageRulerMarginPreview,onMarginChange:L.multiPageRulerMarginChange,onIndentChange:L.multiPageRulerIndentChange,resolveEmbeddedImageDataUrl:g?L.resolveEmbeddedImageDataUrl:void 0,hydrateEmbeddedImages:g?L.hydrateExportHtml:void 0}):i.jsx(b_,{ref:L.visualRootRef,html:he(X).body,pageHtml:X,rulerVisible:d,rulerUnit:f,zoomScale:u,propSyncGuardRef:L.visualPropSyncGuardRef,resolveEmbeddedImageDataUrl:g?L.resolveEmbeddedImageDataUrl:void 0,hydrateEmbeddedImages:g?L.hydrateExportHtml:void 0,onMarginPreview:L.singlePageRulerMarginPreview,onMarginChange:L.singlePageRulerMarginChange,onIndentChange:L.singlePageRulerIndentChange,onChange:oe=>L.recordVisualInputHtml(oe,!0),onBeforeInput:L.handleVisualBeforeInput,onPointerDown:oe=>{if(L.handleVisualPointerDown(oe),oe.currentTarget instanceof HTMLDivElement){const ve=oe.currentTarget;requestAnimationFrame(()=>to(ve))}},onMouseUp:L.handleVisualMouseUp,onContextMenu:L.handleVisualContextMenu,placeholder:h,disabled:o}):i.jsxs("div",{className:xe.htmlModeShell,children:[r&&t.pages.length>1?i.jsx(g_,{pageCount:t.pages.length,activeIndex:a,onSelect:L.handleHtmlPageTabSelect}):null,i.jsx(l_,{ref:L.htmlAreaRef,html:r?I:X,onChange:L.handleHtmlSurfaceChange,placeholder:h,disabled:o})]});return i.jsxs(i.Fragment,{children:[i.jsxs("div",{ref:L.workspaceRef,className:`${xe.workspace} ${Ye?xe.workspacePageSized:""} ${Oe?xe.workspaceWithRuler:""}`,onDragEnter:L.htmlFileDrop.onDragEnter,onDragOver:L.htmlFileDrop.onDragOver,onDragLeave:L.htmlFileDrop.onDragLeave,onDrop:L.htmlFileDrop.onDrop,children:[n==="visual"?i.jsx("div",{className:xe.pageCanvasViewport,"data-page-canvas-sized":Ye?"":void 0,children:De}):De,L.htmlFileDrop.dragging?i.jsx(P_,{}):null]}),n==="visual"&&!o&&(O!=null&&O.isConnected)?i.jsx(S_,{img:O,onResize:L.handleImageResize,onResizeEnd:L.handleImageResizeEnd}):null,P&&R&&pe?i.jsx(s_,{panelRef:L.commentPanelRef,thread:pe,locale:A,disabled:D,commentAuthor:T,onPost:L.postCommentMessage,onClose:()=>L.setActiveThreadId(null)}):null,i.jsx(Jy,{open:M.open,x:M.x,y:M.y,kind:M.kind,inTable:M.inTable,canMergeCells:M.canMergeCells,canUnmergeCells:M.canUnmergeCells,canDeletePage:M.canDeletePage,canAddComment:M.canAddComment,commands:E,onClose:()=>L.setContextMenu(oe=>({...oe,open:!1}))})]})}const R_=l.memo(T_,A_),D_=.005;function j_({value:e,defaultValue:t="",onChange:n,onAutoSave:r,onSave:o,onOpen:a,mode:s,defaultMode:u="visual",onModeChange:d,fullscreen:f,defaultFullscreen:g=!1,onFullscreenChange:h,placeholder:C,disabled:b,readOnly:x=!1,className:y,locale:v="en",toolbarBackground:k,menuColor:S,menuBackground:P,menuFontSize:R,menuFontFamily:D,border:A,menuVisible:T=!0,toolbarVisible:_=!0,allowedChrome:M,customActions:z,customFonts:E,transformHtml:N,sanitizeHtml:O=!0,loadCustomParagraphStyles:G,onSaveCustomParagraphStyle:Y,onDeleteCustomParagraphStyle:re,customImagePicker:Z,disableBuiltinImageInsert:J,customAudioPicker:ne,disableBuiltinAudioInsert:ce,customVideoPicker:X,disableBuiltinVideoInsert:I,disableHtmlFileDrop:se=!1,toolbarCustomization:fe,darkMode:L=!1,darkModePersistence:Le,toolbarPosition:Ee="top",toolbarPositionPersistence:ze,enablePageProperties:bt=!1,defaultPageProperties:Ye,optimizeEmbeddedImages:Oe=!1,enableMultiPages:pe=!1,pages:De,defaultPages:oe,onPagesChange:ve,defaultRulerVisible:je=!0,rulerUnit:Ne="in",enableComments:We=!1,defaultCommentsVisible:Ut=!0,commentAuthor:Ue,comments:Cr,defaultComments:wr=[],onCommentsChange:vr}){var mm;const Be=!!(b||x),Qt=!!b,it=pe?De!==void 0:e!==void 0,Xn=Bn(oe??(t.trim()?[t]:[Mn()])),kr=!it&&Ye?Xn.map(c=>nf(c,Ye)):Xn,V=l.useRef(null);Oe&&V.current===null&&(V.current=QC());const ee=l.useRef(null);ee.current===null&&(ee.current=Oe&&V.current?kr.map(c=>V.current.externalizeHtml(c)):[...kr]);const me=pe?Mt(ee.current):ee.current[0]??"",Ke=O?$r(me):me,Vt=pe&&De!==void 0?Mt(Bn(De)):e,Jn=l.useMemo(()=>{if(Vt!==void 0)return O?$r(Vt):Vt},[Vt,O]),ct=l.useRef(n);ct.current=n;const $e=l.useRef(Oe);$e.current=Oe;const Se=l.useCallback(c=>!$e.current||!V.current?c:V.current.externalizeHtml(c),[]),Ge=l.useCallback(c=>!$e.current||!V.current?c:V.current.hydrateHtml(c),[]),en=l.useCallback(c=>c.map(m=>Ge(m)),[Ge]),ys=l.useCallback(c=>{var m;return((m=V.current)==null?void 0:m.getDataUrl(c))??null},[]),ai=l.useCallback(c=>{var m;(m=ct.current)==null||m.call(ct,Ge(c))},[Ge]),[xs]=l.useState(()=>{if(Oe&&e!==void 0&&!pe){const c=O?$r(e):e;return V.current?V.current.externalizeHtml(c):c}return Ke}),[at,si]=Pa({value:s,defaultValue:u,onChange:d}),[Rt,Qn]=Pa({value:f,defaultValue:g,onChange:h}),[Wt,Cs]=l.useState(Ut),[mo,ws]=l.useState(je),li=l.useRef(mo);li.current=mo;const[Pn,gn]=l.useState(null),[Sr,er]=Pa({value:Cr,defaultValue:wr,onChange:vr}),H=l.useRef(null),Dt=l.useRef(null),ci=l.useRef(null),Ar=l.useRef(null),yt=l.useRef(null),tr=l.useRef(!1),ut=l.useRef(null),be=l.useRef(pe);be.current=pe;const vs=l.useRef(Ye);vs.current=Ye;const Tn=l.useRef(We);Tn.current=We;const Mu=l.useRef(x);Mu.current=x;const Nu=l.useRef(Be);Nu.current=Be;const ui=l.useRef(Wt);ui.current=Wt;const di=l.useRef(Sr);di.current=Sr;const mi=l.useRef(ve);mi.current=ve;const fi=l.useRef(null),pi=l.useRef(!1),gi=l.useCallback(()=>{var m;pi.current=!1;const c=fi.current;fi.current=null,c&&((m=mi.current)==null||m.call(mi,c.pages,c.activePageIndex))},[]),Pr=l.useCallback((c,m)=>{fi.current={pages:[...c],activePageIndex:m},!pi.current&&(pi.current=!0,queueMicrotask(gi))},[gi]),ks=l.useRef(De);ks.current=De;const Lu=l.useMemo(()=>!Oe||De===void 0?De:Bn(De).map(c=>{var w;const m=O?$r(c):c;return((w=V.current)==null?void 0:w.externalizeHtml(m))??m}),[Oe,De,O]),dt=Q0({enabled:pe,pagesProp:Lu,defaultPages:ee.current??[Mn()]}),Tr=l.useRef(null),Bu=l.useRef(null),[Rr,fo]=l.useState(0),ye=l.useRef(Rr);ye.current=Rr;const hn=l.useRef(pe?((mm=ee.current)==null?void 0:mm[0])??"":""),[po,go]=l.useState(!1),tn=l.useRef(po);tn.current=po;const[Fu,nb]=l.useState(0),Hu=l.useRef(!1),zu=l.useRef(!1),jt=l.useMemo(()=>HR(),[]),Ss=l.useRef(null);Ss.current===null&&(Ss.current=pe?dA(ee.current??[Mn()]):uA(Se(Ke)));const te=Ss.current,nn=l.useCallback(()=>{const c=te.canUndo(),m=te.canRedo();c===Hu.current&&m===zu.current||(Hu.current=c,zu.current=m,nb(w=>w+1))},[te]),ie=l.useRef(Ke),Pe=l.useRef(ee.current??[Mn()]);pe&&(Pe.current=dt.pages);const Ou=l.useRef(""),Ku=l.useRef(!1),Gt=l.useRef(!0),Dr=l.useRef(""),jr=l.useRef(null),F=l.useRef(at);F.current=at;const $u=l.useRef(Rt);$u.current=Rt;const Xe=l.useRef(null),[,rb]=l.useState(0),ho=l.useRef(null);ho.current===null&&(ho.current=SS(()=>{rb(c=>c+1)}));const hi=l.useRef(N);hi.current=N;const Uu=l.useRef(O);Uu.current=O;const Bt=l.useRef({}),It=l.useRef(null),Ft=l.useRef(null),Zt=l.useRef(null),qt=l.useRef(null),Rn=l.useRef(null),Et=l.useRef(null),[bo,As]=l.useState(zn),Ps=l.useRef(bo);Ps.current=bo;const bn=l.useRef(Xr),[yo,bi]=l.useState({value:null,unit:Xr,mixed:!1}),Dn=l.useRef(yo);Dn.current=yo;const[xo,Ts]=l.useState({value:null,mixed:!1}),Co=l.useRef(xo);Co.current=xo;const[wo,Rs]=l.useState({value:null,mixed:!1}),vo=l.useRef(wo);vo.current=wo;const[ko,Ds]=l.useState({value:null,mixed:!1}),So=l.useRef(ko);So.current=ko;const[yi,js]=l.useState({tag:null,mixed:!1}),Is=l.useRef(yi);Is.current=yi;const[Vu,Es]=l.useState({align:"left",mixed:!1}),_s=l.useRef(Vu);_s.current=Vu;const[Wu,Ms]=l.useState({type:null,mixed:!1}),Ao=l.useRef(Wu);Ao.current=Wu;const[Gu,Ns]=l.useState(!1),Zu=l.useRef(Gu);Zu.current=Gu;const[xi,Ls]=l.useState(!1),Bs=l.useRef(xi);Bs.current=xi;const[Ci,qu]=l.useState(!1),wi=l.useRef(Ci);wi.current=Ci;const vi=l.useRef(null),ki=l.useRef(null),[Yu,Xu]=l.useState(!1),Ju=l.useRef(Yu);Ju.current=Yu;const{fontDialog:Si,setFontDialog:Ai,customizeToolbarOpen:Fs,setCustomizeToolbarOpen:Qu,documentPreview:Pi,setDocumentPreview:ed,toolbarSettings:Hs,setToolbarSettings:Ti,toolbarSettingsLoading:ob,setToolbarSettingsLoading:zs,toolbarSettingsBusy:ib,setToolbarSettingsBusy:Os,paragraphDialog:Po,setParagraphDialog:Ir,customCssDialog:Ks,setCustomCssDialog:$s,pageDialog:To,setPageDialog:nr,deletePageConfirmOpen:Us,setDeletePageConfirmOpen:Vs,customStyleDialog:ab,setCustomStyleDialog:Ro,linkDialog:Ws,setLinkDialog:Ri,bookmarkDialog:td,setBookmarkDialog:Gs,imageDialog:sb,setImageDialog:Di,audioDialog:lb,setAudioDialog:ji,youtubeDialog:cb,setYoutubeDialog:Do,imageProperties:ub,setImageProperties:Ii,tableDialog:Zs,setTableDialog:qs,tableProperties:Ys,setTableProperties:Xs,cellProperties:Js,setCellProperties:Qs,rowProperties:el,setRowProperties:tl,helpDialog:nl,setHelpDialog:jo,aboutDialogOpen:rl,setAboutDialogOpen:nd}=J0(),[rr,Ei]=l.useState(()=>Le?L:xf()??L),[Er,_i]=l.useState(()=>ze?Ee:Cf()??Ee),[Io,db]=l.useState(()=>oA()??"fitWidth"),[ol,mb]=l.useState(1),[Mi,rd]=l.useState([]),[Ni,il]=l.useState(!1),[fb,Li]=l.useState(!1),[pb,al]=l.useState({open:!1,x:0,y:0,kind:"caret",inTable:!1,canMergeCells:!1,canUnmergeCells:!1,canDeletePage:!1,canAddComment:!1}),[mt,_r]=l.useState(null),sl=l.useRef(mt);sl.current=mt;const[Bi,od]=l.useState(!1),id=l.useRef(Bi);id.current=Bi;const[Fi,ad]=l.useState(!1),sd=l.useRef(Fi);sd.current=Fi;const[Hi,ld]=l.useState(!1),cd=l.useRef(Hi);cd.current=Hi;const ud=l.useRef(void 0),zi=l.useRef(Mi);zi.current=Mi;const dd=l.useRef(Ni);dd.current=Ni;const Oi=!!(G&&Y),ll=l.useRef(Oi);ll.current=Oi;const md=l.useRef(G);md.current=G;const fd=l.useRef(Y);fd.current=Y;const pd=l.useRef(re);pd.current=re;const gd=l.useRef(o);gd.current=o;const hd=l.useRef(a);hd.current=a;const bd=l.useRef(Z);bd.current=Z;const yd=l.useRef(ne);yd.current=ne;const xd=l.useRef(X);xd.current=X;const Cd=l.useRef(fe);Cd.current=fe;const wd=l.useRef(Le);wd.current=Le;const vd=l.useRef(ze);vd.current=ze;const kd=l.useRef(rr);kd.current=rr;const Sd=l.useRef(Er);Sd.current=Er;const Ki=l.useRef(Io);Ki.current=Io;const $i=l.useRef(ol);$i.current=ol;const Ad=l.useRef(J);Ad.current=J;const Pd=l.useRef(ce);Pd.current=ce;const Td=l.useRef(I);Td.current=I;const cl=l.useRef(0),Eo=l.useRef(0),Rd=l.useRef(0),Ui=l.useRef(0),Dd=l.useRef(0),Vi=l.useRef(0),jd=l.useRef(0),Mr=l.useMemo(()=>ep(E),[E]),Nr=l.useRef(Mr);Nr.current=Mr;const Wi=l.useCallback(()=>{var c;if(be.current){const m=(c=yt.current)==null?void 0:c.getActivePageRoot();if(m instanceof HTMLElement)return m}return H.current},[]),_o=l.useCallback(()=>{if(be.current){const c=yt.current;if(!c)return null;c.ensurePageMounted(ye.current);const m=c.getContainer(),w=m?nt(m,ye.current):null;return w instanceof HTMLDivElement?(H.current=w,w):null}return H.current},[]);l.useLayoutEffect(()=>{var m;if(!pe)return;const c=(m=yt.current)==null?void 0:m.getActivePageRoot();c instanceof HTMLDivElement&&(H.current=c)},[pe,Rr]);const Gi=l.useRef(()=>{}),ul=l.useRef(!1),gb=l.useCallback(()=>{if(ul.current||F.current!=="visual")return;const c=Ar.current;if(c){ul.current=!0;try{const m=getComputedStyle(c),w=parseFloat(m.paddingLeft)+parseFloat(m.paddingRight),j=parseFloat(m.paddingTop)+parseFloat(m.paddingBottom),B=Math.max(0,c.clientWidth-w),U=Math.max(0,c.clientHeight-j);let Q=0,ue=0;if(Ku.current){const Re=IC(st(Ou.current));Re&&(Q=Re.width,ue=Re.height)}else{const Re=Wi(),ft=$i.current>0?$i.current:1;Q=((Re==null?void 0:Re.offsetWidth)??0)/ft,ue=((Re==null?void 0:Re.offsetHeight)??0)/ft}Q<=0&&(Q=B),ue<=0&&(ue=U);const _e=z1(Ki.current,B,U,Q,ue);Math.abs(_e-$i.current)>=D_&&mb(_e)}finally{ul.current=!1}}},[Wi]);Gi.current=gb,l.useLayoutEffect(()=>{if(at!=="visual")return;const c=Wi();!c||c!==document.activeElement||to(c)},[at,Rr,Wi]);const Zi=l.useCallback(async()=>{const c=md.current;if(!c)return;const m=++cl.current;il(!0);try{const w=await c();if(m!==cl.current)return;rd(w)}catch{}finally{m===cl.current&&il(!1)}},[]);l.useEffect(()=>{if(!G||!Y){rd([]),il(!1);return}Zi()},[G,Y,Zi]);const Id=l.useCallback(async c=>{Ti(c);const m=Cd.current;if(m!=null&&m.load&&m.save){const w=++Rd.current;Os(!0);try{await m.save(c)}catch{}finally{w===Rd.current&&Os(!1)}return}bA(c)},[]);l.useEffect(()=>{const c=fe;if(!(c!=null&&c.load)||!c.save){Ti(hA()),zs(!1),Os(!1);return}const m=++Eo.current;return zs(!0),(async()=>{try{const w=await c.load();if(m!==Eo.current)return;Ti(w)}catch{if(m!==Eo.current)return;Ti(null)}finally{m===Eo.current&&zs(!1)}})(),()=>{Eo.current+=1}},[fe]);const Ed=l.useCallback(async c=>{Ei(c);const m=wd.current;if(m!=null&&m.load&&m.save){const w=++Dd.current;try{await m.save(c)}catch{}finally{if(w!==Dd.current)return}return}tA(c)},[]),_d=l.useCallback(c=>{Ki.current=c,db(c),iA(c);const m=Ar.current;m&&(m.scrollTop=0,m.scrollLeft=0),Gi.current()},[]);l.useEffect(()=>{const c=Le;if(!(c!=null&&c.load)||!c.save){Ei(xf()??L);return}const m=++Ui.current;return(async()=>{try{const w=await c.load();if(m!==Ui.current)return;Ei(typeof w=="boolean"?w:L)}catch{if(m!==Ui.current)return;Ei(L)}})(),()=>{Ui.current+=1}},[Le,L]),l.useLayoutEffect(()=>{if(Gi.current(),at!=="visual")return;const c=Ar.current;if(!c||typeof ResizeObserver>"u")return;const m=O1(()=>{Gi.current()}),w=new ResizeObserver(()=>{m.schedule()});return w.observe(c),()=>{w.disconnect(),m.cancel()}},[at,Rr,Io,pe]);const Md=l.useCallback(async c=>{_i(c);const m=vd.current;if(m!=null&&m.load&&m.save){const w=++jd.current;try{await m.save(c)}catch{}finally{if(w!==jd.current)return}return}sA(c)},[]);l.useEffect(()=>{const c=ze;if(!(c!=null&&c.load)||!c.save){_i(Cf()??Ee);return}const m=++Vi.current;return(async()=>{try{const w=await c.load();if(m!==Vi.current)return;_i(Th(w)??Ee)}catch{if(m!==Vi.current)return;_i(Ee)}})(),()=>{Vi.current+=1}},[ze,Ee]);const Lr=l.useCallback((c,m)=>{var ue,_e;const w=Uu.current?$r(c):c,j=((ue=hi.current)==null?void 0:ue.call(hi,w))??w,B=dh(ie.current,j,Ge);m!=null&&m.fullReplace&&!B&&$e.current&&((_e=V.current)==null||_e.clear());const U=Se(j);if(B)return ie.current=U,{stored:U,stateUpdated:!1};U!==ie.current&&(Gt.current=!0);const Q=Tr.current;if(be.current){const Re=dt;if(!Re)return ie.current=U,{stored:U,stateUpdated:!1};const ft=Re.replacePages(Fn(U));return ie.current=ft.joined,Pe.current=ft.pages,F.current==="html"&&!$e.current&&(Q==null||Q.setHtml(U)),Pr(en(ft.pages),ye.current),{stored:U,stateUpdated:!0}}return $e.current?(ie.current=U,Q==null||Q.setStorageHtml(U),ai(U),{stored:U,stateUpdated:!0}):(ie.current=U,Q==null||Q.setHtml(U),{stored:U,stateUpdated:!0})},[Se,Ge,en,ai,Pr]),rn=l.useCallback((c,m,w,j)=>{var ue;const B=c.map(_e=>Se(_e)),U=dt;if(!U)return Mt(B);const Q=U.setPages(B,{editedIndex:w});if(!Q.changed)return Q.joined;if(Pe.current=Q.pages,Gt.current=!0,ie.current=Q.joined,ks.current===void 0&&F.current==="html"&&!$e.current&&((ue=Tr.current)==null||ue.setHtml(Q.joined)),Pr(en(Q.pages),ye.current),!(j!=null&&j.skipHistory)&&Ht(te)){const{changedIndices:_e,pages:Re}=Q;if(_e.length===1){const ft=w??_e[0];te.recordPageEdit(ft,Re[ft]??"",{coalesce:m})}else _e.length>1?te.recordReplaceAll(Re):w!==void 0?te.recordPageEdit(w,Re[w]??"",{coalesce:m}):te.recordReplaceAll(Re)}return nn(),Q.joined},[nn,Se,en,te,dt,Pr]),jn=l.useCallback(c=>{var U,Q;if(F.current!=="visual")return;const m=$e.current?ue=>{var _e;return((_e=V.current)==null?void 0:_e.getDataUrl(ue))??null}:void 0,w=$e.current?Ge:void 0;if((U=Dt.current)==null||U.call(Dt),be.current){const ue=(Q=yt.current)==null?void 0:Q.getContainer();if(!ue)return;const _e=Fn(c);for(let Re=0;Re<_e.length;Re+=1){const ft=nt(ue,Re);if(!ft)continue;const pt=cn(he(_e[Re]??"").body);Za(ft,pt,{resolveDataUrl:m,hydrateEmbeddedImages:w})}return}const j=H.current;if(!j)return;const B=cn(he(c).body);Za(j,B,{resolveDataUrl:m,hydrateEmbeddedImages:w})},[Ge]),xt=l.useCallback((c,m)=>{const{stored:w,stateUpdated:j}=Lr(c,{fullReplace:!m});return!m&&j&&jn(w),Ht(te)?te.recordReplaceAll(Fn(w)):te.record(w,{coalesce:m}),nn(),w},[nn,Lr,te,jn]),hb=l.useCallback(c=>{if(be.current){const m=ye.current,j=Pe.current.slice();j[m]=c,rn(j,!1,m);return}xt(c,!1)},[rn,xt]),Nd=lA({enabled:!Be&&!se,onHtml:hb}),ge=l.useCallback((c,m)=>{var w;return(w=Dt.current)==null||w.call(Dt),xt(da(c,ma(c,ie.current,Nr.current,{liveRoot:H.current??void 0})),m)},[xt]),bb=l.useCallback((c,m)=>ge(sn(c,ie.current),m),[ge]),qi=l.useCallback((c,m,w)=>{BC(c,m,w)},[]),Yi=l.useCallback((c,m,w)=>{const j={...Sa(c),atRule:st(Op(m,w))};return Pc(c,j)},[]),or=l.useCallback((c,m,w)=>da(c,ma(c,m,Nr.current,{liveRoot:w})),[]),Ct=l.useCallback(c=>{const m=yt.current,w=m==null?void 0:m.getContainer(),j=dt.pages.length>0?dt.pages:Pe.current;if(!w)return[...j];const B=dt;if(!B)return[...j];const U=B.dirtyPagesRef.current,Q=(c==null?void 0:c.allPages)===!0,ue=ye.current;let _e=!1;const Re=j.map((pt,zr)=>{if(!(Q||U.has(zr)||zr===ue))return pt;const la=nt(w,zr);let ca=null;if(la?(ds(la),ca=la.innerHTML):ca=m.flushPageHtml(zr),ca===null){const gm=cn(he(pt).body),hm=Vm(gm);if(hm===gm)return pt;const bm=or(sn(hm,he(pt).body),pt);return bm!==pt&&(_e=!0),bm}const Ob=sn(ca,he(pt).body),pm=or(Ob,pt,la??void 0);return pm!==pt&&(_e=!0),pm});if(_e){const pt=$e.current?Re.map(fm=>Se(fm)):Re,zr=B.setPages(pt);ie.current=zr.joined}B.markPagesClean();const ft=_e?B.pages:j;return $e.current?ft.map(pt=>Se(pt)):[...ft]},[Se,dt,or]),ir=l.useCallback((c,m,w)=>{const j=or(m,Pe.current[c]??""),B=cc(Pe.current,c,j);B.changed&&rn(B.pages,w,c)},[rn,or]),ar=l.useCallback((c,m,w)=>{const j=Pe.current[c]??"",B=he(m).body,U=Vm(B),Q=U===B?m:or(sn(U,he(j).body),j),ue=cc(Pe.current,c,Q);ue.changed&&rn(ue.pages,w,c)},[rn,or]),Ld=l.useCallback((c,m)=>{const w=he(c).body;be.current?ir(ye.current,w,m):ge(w,m)},[ir,ge]),le=l.useCallback((c,m,w)=>{var Q;const j=w?he(w).body:c.innerHTML,B=ue=>w?j:sn(j,he(ue).body);if(!be.current){ge(B(ie.current),m);return}const U=(Q=yt.current)==null?void 0:Q.getContainer();if(!U){ge(B(ie.current),m);return}for(let ue=0;ue<Pe.current.length;ue+=1)if(nt(U,ue)===c){ir(ue,B(Pe.current[ue]??""),m);return}ge(B(ie.current),m)},[ir,ge]),Bd=l.useCallback((c,m)=>{Mu.current||le(c,m)},[le]),yb=l.useMemo(()=>sj(()=>H.current,()=>ie.current,qi),[qi]),xb=l.useMemo(()=>lj(()=>H.current,()=>ie.current,Yi,c=>ge(he(c).body,!1)),[Yi,ge]),Cb=l.useMemo(()=>If(()=>H.current,Ne??"in",c=>le(c,!1)),[Ne,le]),wb=l.useMemo(()=>cj(c=>{var w;const m=(w=yt.current)==null?void 0:w.getContainer();return m?nt(m,c):null},c=>Pe.current[c]??"",qi),[qi]),vb=l.useMemo(()=>uj(c=>{var w;const m=(w=yt.current)==null?void 0:w.getContainer();return m?nt(m,c):null},c=>Pe.current[c]??"",Yi,(c,m)=>ir(c,he(m).body,!1)),[Yi,ir]),kb=l.useMemo(()=>If(()=>{var m;const c=(m=yt.current)==null?void 0:m.getContainer();return c?nt(c,ye.current):null},Ne??"in",c=>le(c,!1)),[Ne,le]),Fd=l.useCallback(()=>{const c=be.current?Ct():[ie.current];return c[ye.current]??c[0]??""},[Ct]),sr=l.useCallback(()=>{if(!be.current)return[ie.current];if(F.current==="html"){const c=Pe.current.slice();return c[ye.current]=hn.current,c}return Ct({allPages:!0})},[Ct]),Xi=l.useCallback(c=>{if(!be.current||F.current!=="visual"||!tn.current)return;tr.current=!0;const m=Ct(),w=Math.max(0,Math.min(c,m.length)),j=[...m],B=vs.current?nf(Mn(),vs.current):Mn();j.splice(w,0,B);const U=j.map(Q=>Se(Q));rn(j,!1,void 0,{skipHistory:!0}),Ht(te)&&te.recordInsertPage(w,U),ye.current=w,fo(w),go(!0)},[Ct,rn,te,Se]),Br=l.useCallback(()=>{var w;const c=H.current;if(c!=null&&c.hasAttribute(Jo)){const j=qC(c);if(j!==null)return j}const m=(w=yt.current)==null?void 0:w.getActivePageIndex();return typeof m=="number"?m:ye.current},[]),Hd=l.useCallback(()=>{const c=Br();c===null||!tn.current||Xi(c)},[Xi,Br]),zd=l.useCallback(()=>{const c=Br();c===null||!tn.current||Xi(c+1)},[Xi,Br]),Od=l.useCallback(()=>{if(!be.current||F.current!=="visual"||!tn.current)return;tr.current=!0;const c=Ct();if(c.length<=1){tr.current=!1;return}const m=Br();if(m===null){tr.current=!1;return}const w=c[m]??"",j=c.filter((ue,_e)=>_e!==m),B=Se(w),U=j.map(ue=>Se(ue));rn(j,!1,void 0,{skipHistory:!0}),Ht(te)&&te.recordDeletePage(m,B,U);const Q=Math.min(m,j.length-1);ye.current=Q,fo(Q),go(!0)},[Ct,rn,te,Br,Se]);l.useEffect(()=>{pe||go(!1)},[pe]),l.useEffect(()=>()=>{fi.current&&(pi.current=!1,gi())},[gi]);const Ji=l.useCallback(c=>{var j,B;const m=dt.replacePages([...c]);ie.current=m.joined,Pe.current=m.pages,Gt.current=!0,Pr(en(m.pages),ye.current);const w=Math.max(0,Math.min(ye.current,m.pages.length-1));w!==ye.current&&(ye.current=w,fo(w)),ks.current===void 0&&F.current==="html"&&!$e.current&&((j=Tr.current)==null||j.setHtml(m.joined)),(B=Dt.current)==null||B.call(Dt),jn(m.joined),Ht(te)&&te.applyPresent(m.pages)},[en,te,dt,Pr,jn]),Qi=l.useCallback(()=>{if(F.current!=="visual"||Be){_r(null);return}const c=H.current;if(!c)return;const m=Hn(c);_r(w=>m||(w&&w.isConnected&&c.contains(w)?w:null))},[Be]),ea=l.useCallback(()=>{if(Ht(te)){const m=te.undo();if(m===null)return;te.markApplying(),Ji(m),nn();return}const c=te.undo();c!==null&&(te.markApplying(),Lr(c,{fullReplace:!0}),jn(c),te.finishApplying(),Qi(),nn())},[Ji,nn,Lr,te,Qi,jn]),ta=l.useCallback(()=>{if(Ht(te)){const m=te.redo();if(m===null)return;te.markApplying(),Ji(m),nn();return}const c=te.redo();c!==null&&(te.markApplying(),Lr(c,{fullReplace:!0}),jn(c),te.finishApplying(),Qi(),nn())},[Ji,nn,Lr,te,Qi,jn]);l.useEffect(()=>{if(pe){Ht(te)&&(De!==void 0&&!Oe?te.syncPages(Pe.current):te.applyPresent(Pe.current));return}Ht(te)||te.syncExternal(ie.current)},[pe,Oe,te,De]);const K=l.useCallback(()=>{Xe.current=an({mode:F.current,visualEl:H.current,htmlEl:ut.current})},[]),on=l.useCallback(c=>{if(!c||F.current!=="visual"){od(!1),ad(!1),ld(!1);return}od(xu(c)!==null),ad(Xm(c)),ld(Jm(c))},[]),Kd=l.useCallback(()=>{const c=an({mode:F.current,visualEl:H.current,htmlEl:ut.current}),m=Xe.current;Am(m,c)||(Xe.current=c)},[]),dl=l.useCallback(()=>{const c=H.current;if(F.current!=="visual"||!c){bi({value:null,unit:bn.current,mixed:!1});return}const m=wg(c,bn.current);It.current&&(m.value=It.current.value,m.unit=It.current.unit,m.mixed=!1),bn.current=m.unit,bi(w=>w.value===m.value&&w.unit===m.unit&&w.mixed===m.mixed?w:m)},[]),ml=l.useCallback(()=>{const c=H.current;if(F.current!=="visual"||!c){Ts({value:null,mixed:!1});return}const m=op(c);Ft.current&&(m.value=Ft.current.value,m.mixed=!1),Ts(w=>w.value===m.value&&w.mixed===m.mixed?w:m)},[]),fl=l.useCallback(()=>{const c=H.current;if(F.current!=="visual"||!c){Rs({value:null,mixed:!1}),Ds({value:null,mixed:!1});return}const m=Da(c,"color");Zt.current&&(m.value=Zt.current.value,m.mixed=!1);const w=Da(c,"backgroundColor");qt.current&&(w.value=qt.current.value,w.mixed=!1),Rs(j=>j.value===m.value&&j.mixed===m.mixed?j:m),Ds(j=>j.value===w.value&&j.mixed===w.mixed?j:w)},[]),pl=l.useCallback(()=>{const c=H.current;if(F.current!=="visual"||!c){js({tag:null,mixed:!1});return}const m=jv(c);js(w=>w.tag===m.tag&&w.mixed===m.mixed?w:m)},[]),gl=l.useCallback(()=>{const c=H.current;if(F.current!=="visual"||!c){Es({align:null,mixed:!1}),Ms({type:null,mixed:!1}),Ns(!1),Xu(!1);return}const m=qg(c);Es(U=>U.align===m.align&&U.mixed===m.mixed?U:m);const w=Mg(c);Ms(U=>U.type===w.type&&U.mixed===w.mixed?U:w);const j=zv(c);Ns(U=>U===j?U:j);const B=$k(c);Xu(U=>U===B?U:B)},[]),$=l.useCallback(()=>{const c=H.current;if(F.current!=="visual"||!c){As(zn()),Ls(!1),dl(),ml(),fl(),pl(),gl();return}const m=Xe.current,w=!!(m&&!m.collapsed);Ls(B=>B===w?B:w);const j=Pg(Wr(c),Bt.current);As(B=>lv(B,j)?B:j),dl(),ml(),fl(),pl(),gl()},[dl,ml,fl,pl,gl]),$d=l.useCallback(()=>{const c=Xe.current,m=Et.current;!m||!c||c.collapsed&&c.start===m.start&&c.end===m.end||(Bt.current={},It.current=null,Ft.current=null,Zt.current=null,qt.current=null,Rn.current=null,Et.current=null)},[]);l.useEffect(()=>{if(at==="visual"){$();return}Bt.current={},It.current=null,Ft.current=null,Zt.current=null,qt.current=null,Rn.current=null,Et.current=null,As(zn()),bi({value:null,unit:bn.current,mixed:!1}),Ts({value:null,mixed:!1}),Rs({value:null,mixed:!1}),Ds({value:null,mixed:!1}),js({tag:null,mixed:!1}),Es({align:null,mixed:!1}),Ms({type:null,mixed:!1}),Ns(!1),Ls(!1)},[at,$]);const Fr=l.useCallback((c,m,w)=>{Ix({snapshot:c,visualEl:H.current,htmlEl:ut.current,getHtml:()=>F.current==="visual"&&H.current?H.current.innerHTML:ie.current,setHtml:j=>{if(F.current==="visual"){const B=be.current?Pe.current[ye.current]??"":ie.current;Ld(sn(he(j).body,he(B).body),!1);return}xt(j,!1)},content:m,asHtml:w})},[xt,Ld]),Sb=l.useCallback(c=>{if(!be.current||c===ye.current)return;ar(ye.current,hn.current,!0),ye.current=c,fo(c);const m=Pe.current[c]??"";hn.current=m},[ar]),Ab=l.useCallback(c=>{if(be.current){if($e.current){const m=Se(c);hn.current=m,ar(ye.current,m,!0)}else hn.current=c,ar(ye.current,c,!0);return}xt(c,!0)},[Se,xt,ar]),Ud=l.useCallback(c=>{var m;if(F.current==="visual"&&c==="html"){if(be.current){const w=Ct({allPages:!0}),j=ye.current,B=w[j]??w[0]??"";hn.current=B,ie.current=Mt(w)}else if(H.current){const w=sn(H.current.innerHTML,he(ie.current).body),j=da(w,ma(w,ie.current,Nr.current,{liveRoot:H.current??void 0}));if($e.current){const B=Se(j),U=ie.current;(m=Tr.current)==null||m.setStorageHtml(B),ie.current=B,B!==U&&(Gt.current=!0,Ht(te)||te.record(B,{coalesce:!0}))}else j!==ie.current&&xt(j,!0)}}F.current==="html"&&c==="visual"&&be.current&&ar(ye.current,hn.current,!0),si(c),c!=="visual"&&go(!1)},[Se,te,xt,ar,si,Ct]);l.useEffect(()=>{if(!Rt)return;const c=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=c}},[Rt]),l.useEffect(()=>{if(!Rt)return;const c=m=>{m.key==="Escape"&&(m.defaultPrevented||Si.open||Ks.open||Po.open||To.open||Us||Zs.open||Ys.open||Js.open||el.open||Fs||Pi.open||nl.open||rl||(m.preventDefault(),Qn(!1)))};return document.addEventListener("keydown",c),()=>document.removeEventListener("keydown",c)},[Rt,Qn,Si.open,Ks.open,Po.open,To.open,Us,Zs.open,Ys.open,Js.open,el.open,Fs,Pi.open,nl.open,rl]),l.useEffect(()=>{const c=()=>{if(F.current!=="visual"||!H.current)return;const m=window.getSelection();if(!m||m.rangeCount===0)return;const w=m.anchorNode;!w||!H.current.contains(w)&&H.current!==w||jr.current===null&&(jr.current=window.requestAnimationFrame(()=>{var B;jr.current=null;const j=H.current;if(!(!j||F.current!=="visual")&&(K(),$d(),$(),_r(Hn(j)),on(j),Tn.current&&ui.current&&!((B=ci.current)!=null&&B.contains(document.activeElement)))){const U=Xe.current;U&&gn(lf(j,U))}}))};return document.addEventListener("selectionchange",c),()=>{document.removeEventListener("selectionchange",c),jr.current!==null&&(window.cancelAnimationFrame(jr.current),jr.current=null)}},[K,$d,$,on]),l.useEffect(()=>{if(at!=="html")return;const c=ut.current;if(!c)return;const m=()=>K();return c.addEventListener("select",m),c.addEventListener("keyup",m),c.addEventListener("mouseup",m),()=>{c.removeEventListener("select",m),c.removeEventListener("keyup",m),c.removeEventListener("mouseup",m)}},[at,K]);const W=l.useCallback(c=>{const m=an({mode:"visual",visualEl:c,htmlEl:ut.current}),w=Xe.current,j=Am(w,m)?w:m.visualRange?m:w??m;Xe.current=j,c.focus();const B=jx(c,j);if(B){const U=window.getSelection();try{U==null||U.removeAllRanges(),U==null||U.addRange(B),Xe.current={...j,visualRange:B}}catch{}}return Xe.current??j},[]),yn=l.useCallback(()=>{vi.current=null,ki.current=null,qu(!1)},[]),Vd=l.useCallback(()=>{if(!wi.current||!vi.current||!ki.current||F.current!=="visual")return;const c=H.current;if(!c)return;K();const m=Xe.current;!m||m.collapsed||CS(m,ki.current)||(W(c),vS(c,vi.current),le(c,!1),K(),$(),yn())},[K,W,ge,$,yn]),Wd=l.useCallback(()=>{if(F.current!=="visual"){yn();return}if(wi.current){yn();return}const c=H.current;if(!c){yn();return}const m=W(c);if(m.collapsed){yn();return}vi.current=wS(c),ki.current={...m},qu(!0),K()},[yn,W,K]),Pb=l.useCallback(()=>{Vd()},[Vd]);l.useEffect(()=>{(at!=="visual"||Be)&&yn()},[at,Be,yn]);const hl=l.useCallback((c,m)=>{if(F.current!=="visual")return;const w=H.current;if(!w)return;const j=m??bn.current,B=pr(c,j);if(!B)return;bn.current=B.unit;const U=W(w);if(U.collapsed){It.current=B,Et.current={start:U.start,end:U.end},$();return}It.current=null,gc(w,B.value,B.unit)&&(le(w,!1),K(),$())},[W,ge,K,$]),Gd=l.useCallback(c=>{if(F.current!=="visual")return;const m=H.current;if(!m)return;const w=W(m);if(w.collapsed){Ft.current={value:c},Et.current={start:w.start,end:w.end},$();return}Ft.current=null,nc(m,c)&&(le(m,!1),K(),$())},[W,ge,K,$]),bl=l.useCallback((c,m)=>{if(F.current!=="visual")return;const w=H.current;if(!w)return;const j=W(w),B=c==="color"?Zt:qt;if(j.collapsed){B.current={value:m},Et.current={start:j.start,end:j.end},$();return}B.current=null,Oo(w,c,m)&&(le(w,!1),K(),$())},[W,ge,K,$]),yl=l.useCallback(c=>{if(F.current!=="visual")return;const m=H.current;if(!m)return;const w=W(m);if(Ai({open:!1,tab:"general"}),w.collapsed){if(c.size!==null){const Q=pr(c.size,c.unit);Q&&(It.current=Q,bn.current=Q.unit)}const B=Wr(m),U={};for(const Q of Kt)c.marks[Q]!==B[Q]&&(U[Q]=c.marks[Q]);Bt.current=U,c.fontColorMixed||(Zt.current={value:c.fontColor}),c.highlightColorMixed||(qt.current={value:c.highlightColor}),c.fontFamilyMixed||(Ft.current={value:c.fontFamily}),Et.current={start:w.start,end:w.end},$();return}if(Bt.current={},It.current=null,Ft.current=null,Zt.current=null,qt.current=null,Et.current=null,c.size!==null){const B=pr(c.size,c.unit);B&&(bn.current=B.unit,gc(m,B.value,B.unit))}const j=Wr(m);for(const B of Kt)c.marks[B]!==j[B]&&yc(m,B);c.fontFamilyMixed||nc(m,c.fontFamily),c.fontColorMixed||Oo(m,"color",c.fontColor),c.highlightColorMixed||Oo(m,"backgroundColor",c.highlightColor),le(m,!1),K(),$()},[W,ge,K,$]),Zd=l.useCallback((c,m)=>{if(F.current!=="visual")return;const w=H.current;if(!w)return;W(w),Ir(B=>({...B,open:!1}));let j=Xg(w,c);if(m&&gk(w,m)&&(j=!0),!j){K(),$();return}le(w,!1),K(),$()},[W,ge,K,$]),qd=l.useCallback(c=>{if(F.current!=="visual")return;const m=H.current;if(!m)return;const w=W(m);if($s(j=>({...j,open:!1})),!ms(c)){K(),$();return}if(w.collapsed){Rn.current=c,Et.current={start:w.start,end:w.end},$();return}if(Rn.current=null,!Ag(m,c)){K(),$();return}le(m,!1),K(),$()},[W,ge,K,$]),Yd=l.useCallback(c=>{if(F.current!=="visual")return;const m=_o();if(!m)return;W(m),nr(U=>({...U,open:!1}));const w=be.current?Pe.current[ye.current]??"":ie.current,j=JSON.stringify(c.atRule)!==JSON.stringify(st(he(w).body)),B=Pc(m,c);if(j&&co(m,B.pageHtml),!B.changed&&!j){K(),$();return}le(m,!1,B.pageHtml),K(),$()},[W,le,K,$,_o]),Xd=l.useCallback(c=>{if(F.current!=="visual")return;const m=H.current;if(m){if(W(m),Ri(w=>({...w,open:!1})),!qk(m,c)){K(),$();return}le(m,!1),K(),$()}},[W,ge,K,$]),Jd=l.useCallback(c=>{if(F.current!=="visual")return;const m=H.current;if(m){if(W(m),Gs(w=>({...w,open:!1})),!Qk(m,c)){K(),$();return}le(m,!1),K(),$()}},[W,ge,K,$]),na=l.useCallback(c=>{if(F.current!=="visual")return;const m=H.current;if(m){if(W(m),Di({open:!1}),!xw(m,c,V.current)){K(),$();return}le(m,!1),K(),$()}},[W,ge,K,$]),ra=l.useCallback(c=>{if(F.current!=="visual")return;const m=H.current;if(m){if(W(m),ji({open:!1}),!LS(m,c)){K(),$();return}le(m,!1),K(),$()}},[W,ge,K,$]),Qd=l.useCallback(c=>{if(F.current!=="visual")return;const m=H.current;if(m){if(W(m),Do({open:!1}),!qS(m,c)){K(),$();return}le(m,!1),K(),$()}},[W,ge,K,$]),em=l.useCallback(c=>{if(F.current!=="visual")return;const m=H.current;if(m){if(W(m),qs({open:!1}),!Yv(m,c)){K(),$();return}le(m,!1),K(),$(),on(m)}},[W,ge,K,$,on]),tm=l.useCallback(c=>{if(F.current!=="visual")return;const m=H.current;if(m){if(W(m),Xs(w=>({...w,open:!1})),!S0(m,c)){K(),$();return}le(m,!1),K(),$()}},[W,ge,K,$]),nm=l.useCallback(c=>{if(F.current!=="visual")return;const m=H.current;if(m){if(W(m),Qs(w=>({...w,open:!1})),!M0(m,c)){K(),$();return}le(m,!1),K(),$(),on(m)}},[W,ge,K,$,on]),rm=l.useCallback(c=>{if(F.current!=="visual")return;const m=H.current;if(m){if(W(m),tl(w=>({...w,open:!1})),!U0(m,c)){K(),$();return}le(m,!1),K(),$()}},[W,ge,K,$]),xn=l.useCallback(c=>{if(F.current!=="visual")return;const m=H.current;if(m){if(W(m),!c(m)){K(),$();return}le(m,!1),K(),$(),on(m)}},[W,ge,K,$,on]),xl=l.useCallback(c=>{na({src:c.src,alt:c.alt??"",title:c.title??"",css:c.css})},[na]),Cl=l.useCallback(c=>{ra({src:c.src,title:c.title??"",css:c.css})},[ra]),wl=l.useCallback(c=>{if(F.current!=="visual")return;const m=H.current;if(m){if(W(m),Do({open:!1}),!YS(m,{src:c.src,title:c.title??"",css:c.css})){K(),$();return}le(m,!1),K(),$()}},[W,ge,K,$]),om=l.useCallback(c=>{if(F.current!=="visual")return;const m=H.current;if(m){if(W(m),Ii(w=>({...w,open:!1})),!Lw(m,c)){K(),$();return}le(m,!1),K(),$()}},[W,ge,K,$]),Tb=l.useCallback((c,m)=>{mt!=null&&mt.isConnected&&x0(mt,c,m)},[mt]),Rb=l.useCallback(()=>{const c=H.current;!c||!(mt!=null&&mt.isConnected)||(le(c,!1),Hl(c,mt),K(),$())},[mt,ge,K,$]),oa=l.useCallback(()=>{if(F.current!=="visual"||!H.current)return ie.current;const c=sn(H.current.innerHTML,he(ie.current).body);return da(c,ma(c,ie.current,Nr.current,{liveRoot:H.current}))},[]),ia=l.useCallback(()=>{if(be.current){const c=Mt(sr());return ie.current=c,Ge(c)}if(Gt.current){const c=F.current==="visual"?oa():ie.current;c!==ie.current&&(ie.current=c)}return Ge(ie.current)},[sr,Ge,oa]),Db=l.useRef(-1),im=l.useCallback(()=>{if(!Gt.current&&Dr.current)return Dr.current;const c=Gt.current&&F.current==="visual"?oa():ie.current;return c!==ie.current&&(ie.current=c),Dr.current=c,Gt.current=!1,c},[oa]),am=l.useCallback(()=>{if(!Gt.current&&Dr.current)return Dr.current;const c=Ct(),m=JSON.stringify(c);return Dr.current=m,Db.current=dt.revision,Gt.current=!1,m},[Ct,dt.revision]),jb=l.useCallback(()=>be.current?am():im(),[am,im]);X0({onAutoSave:r?async c=>{Gt.current=!1;const m=be.current?en(JSON.parse(c)):Ge(c);return r(m)}:void 0,getHtml:jb}),l.useEffect(()=>()=>{var c;(c=V.current)==null||c.clear()},[]),l.useEffect(()=>{var m;if(!Oe||e===void 0||pe)return;const c=Se(e);(m=Tr.current)==null||m.setStorageHtml(c),ie.current=c,Ht(te)||te.syncExternal(c)},[pe,Se,te,Oe,e]),l.useEffect(()=>{if(!Oe||!pe||De===void 0)return;const c=Bn(De).map(w=>Se(w));if(mr(c,Pe.current))return;const m=dt.replacePages(c);if(ie.current=m.joined,Pe.current=m.pages,Ht(te)&&te.syncPages(m.pages),F.current==="html"){const w=m.pages[ye.current]??"";hn.current=w}},[pe,Se,te,Oe,dt,De]),l.useEffect(()=>()=>{var c;(c=ho.current)==null||c.cancel()},[]);const Te=l.useMemo(()=>({getHtml:ia,setHtml:c=>{xt(c,!1)},getMode:()=>F.current,setMode:Ud,getFullscreen:()=>$u.current,setFullscreen:Qn,getDarkMode:()=>kd.current,setDarkMode:c=>{Ed(c)},getPageZoom:()=>Ki.current,setPageZoom:_d,getToolbarPosition:()=>Sd.current,setToolbarPosition:c=>{Md(c)},openCustomizeToolbar:()=>{Qu(!0)},openDocumentPreview:()=>{ed({open:!0,html:Ge(Mt(sr()))})},openHelp:()=>{jo({open:!0,topicId:"getStarted"})},openKeyboardShortcuts:()=>{jo({open:!0,topicId:"keyboardShortcuts"})},openAbout:()=>{nd(!0)},toggleReadAloud:()=>{const c=ho.current;if(!c)return;const m=Xe.current??an({mode:F.current,visualEl:H.current,htmlEl:ut.current}),w=uf(fa(m),ia());w&&c.toggle(w)},toggleRuler:()=>{ws(c=>!c)},isReadingAloud:()=>{var c;return((c=ho.current)==null?void 0:c.isSpeaking())??!1},isRulerVisible:()=>li.current,canReadAloud:()=>{if(!Aa())return!1;const c=Xe.current??an({mode:F.current,visualEl:H.current,htmlEl:ut.current});return uf(fa(c),ia())!==null},undo:ea,redo:ta,canUndo:()=>te.canUndo(),canRedo:()=>te.canRedo(),getSelection:()=>{const c=Xe.current??an({mode:F.current,visualEl:H.current,htmlEl:ut.current});return fa(c)},insertText:c=>{const m=Xe.current??an({mode:F.current,visualEl:H.current,htmlEl:ut.current});Fr(m,c,!1)},insertHtml:(c,m)=>{const w=Xe.current??an({mode:F.current,visualEl:H.current,htmlEl:ut.current}),j=m===void 0;Fr(w,j?c:m,j)},toggleFontMark:c=>{if(F.current!=="visual")return;const m=H.current;if(!m)return;const w=W(m);if(w.collapsed){const j=Wr(m);Bt.current=uv(Bt.current,j,c),Et.current={start:w.start,end:w.end},$();return}Bt.current={},Et.current=null,yc(m,c)&&(le(m,!1),K(),$())},clearFormatting:()=>{if(F.current!=="visual")return;const c=H.current;!c||W(c).collapsed||(Bt.current={},It.current=null,Ft.current=null,Zt.current=null,qt.current=null,Rn.current=null,Et.current=null,xS(c)&&(le(c,!1),K(),$()))},toggleFormatBrush:Wd,isFormatBrushActive:()=>wi.current,isFontMarkActive:c=>Ps.current[c],hasTextSelection:()=>F.current==="visual"&&Bs.current,setFontSize:(c,m)=>{hl(c,m)},setFontSizeUnit:c=>{var Q;const m=H.current,w=Dn.current;if(F.current!=="visual"||!m||w.value===null||w.mixed){bn.current=c,bi(ue=>({...ue,unit:c}));return}const j=W(m),B=X1(m,((Q=j.visualRange)==null?void 0:Q.startContainer)??m),U=ap(w.value,w.unit,c,B.parentPx,B.rootPx);hl(U,c)},getFontSize:()=>Dn.current.value,getFontSizeUnit:()=>Dn.current.unit,isFontSizeMixed:()=>Dn.current.mixed,setFontFamily:c=>{Gd(c)},getFontFamily:()=>Co.current.value,isFontFamilyMixed:()=>Co.current.mixed,getFontFaces:()=>Nr.current,setFontColor:c=>{bl("color",c)},setHighlightColor:c=>{bl("backgroundColor",c)},getFontColor:()=>vo.current.value,isFontColorMixed:()=>vo.current.mixed,getHighlightColor:()=>So.current.value,isHighlightColorMixed:()=>So.current.mixed,setParagraphStyle:c=>{if(F.current!=="visual")return;const m=H.current;m&&(W(m),Iv(m,c)&&(le(m,!1),K(),$()))},getParagraphStyle:()=>Is.current.tag,isParagraphStyleMixed:()=>Is.current.mixed,setTextAlign:c=>{if(F.current!=="visual")return;const m=H.current;m&&(W(m),Yg(m,c)&&(le(m,!1),K(),$()))},getTextAlign:()=>_s.current.align,isTextAlignMixed:()=>_s.current.mixed,indent:()=>{if(F.current!=="visual")return;const c=H.current;c&&(W(c),Ov(c)&&(le(c,!1),K(),$()))},outdent:()=>{if(F.current!=="visual")return;const c=H.current;c&&(W(c),Kv(c)&&(le(c,!1),K(),$()))},canOutdent:()=>F.current==="visual"&&Zu.current,toggleList:c=>{if(F.current!=="visual")return;const m=H.current;m&&(W(m),Mv(m,c)&&(le(m,!1),K(),$()))},isBulletList:()=>Ao.current.type==="ul"&&!Ao.current.mixed,isNumberedList:()=>Ao.current.type==="ol"&&!Ao.current.mixed,openFontProperties:c=>{F.current==="visual"&&Ai({open:!0,tab:c??"general"})},applyFontProperties:c=>{yl(c)},openCustomCss:()=>{if(F.current!=="visual")return;const c=H.current;c&&W(c);const m=c?kg(c):{value:null,mixed:!1},w=m.mixed||!m.value?"":rv(m.value);$s({open:!0,value:w})},applyCustomCss:c=>{qd(c)},openParagraphProperties:c=>{if(F.current!=="visual")return;const m=H.current;m&&W(m),Ir({open:!0,tab:c??"general",value:m?Kl(m):Yr(),backgroundImage:m?tf(m):kn()})},applyParagraphProperties:(c,m)=>{Zd(c,m)},openPageProperties:(c,m)=>{if(F.current!=="visual")return;const w=_o();w&&W(w);const j=be.current?Pe.current[ye.current]??"":ie.current,B=w?Sa(w):Wa();nr({open:!0,tab:c==="print"&&!bt?"font":c??"font",paragraphTab:m??"spacing",value:{...B,atRule:st(he(j).body)}})},applyPageProperties:c=>{Yd(c)},openPageBackgroundImage:()=>{if(F.current!=="visual")return;const c=_o();c&&W(c);const m=be.current?Pe.current[ye.current]??"":ie.current,w=c?Sa(c):Wa();nr({open:!0,tab:"paragraph",paragraphTab:"backgroundImage",value:{...w,atRule:st(he(m).body)}})},openParagraphBackgroundImage:()=>{if(F.current!=="visual")return;const c=H.current;c&&W(c),Ir({open:!0,tab:"backgroundImage",value:c?Kl(c):Yr(),backgroundImage:c?tf(c):kn()})},openCustomParagraphStyleDialog:c=>{if(F.current!=="visual"||!ll.current)return;if(c){const w=zi.current.find(j=>j.id===c);if(!w)return;Ro({open:!0,mode:"edit",style:w});return}const m=H.current;m&&W(m),Ro({open:!0,mode:"create",font:{size:Dn.current.mixed?null:Dn.current.value,unit:Dn.current.unit,marks:{...Ps.current},fontFamily:Co.current.mixed?null:Co.current.value,fontColor:vo.current.mixed?null:vo.current.value,highlightColor:So.current.mixed?null:So.current.value},paragraph:Jg(m?Kl(m):Yr())})},applyCustomParagraphStyle:c=>{const m=zi.current.find(j=>j.id===c);if(!m||(yl({size:m.font.size,unit:m.font.unit,marks:m.font.marks,fontFamily:m.font.fontFamily??null,fontFamilyMixed:!1,fontColor:m.font.fontColor,highlightColor:m.font.highlightColor,fontColorMixed:!1,highlightColorMixed:!1}),!m.paragraph))return;const w=H.current;!w||F.current!=="visual"||(W(w),fk(w,m.paragraph)&&(le(w,!1),K(),$()))},customParagraphStylesEnabled:()=>ll.current,getCustomParagraphStyles:()=>zi.current,isCustomParagraphStylesLoading:()=>dd.current,openLinkDialog:c=>{if(F.current!=="visual")return;const m=H.current;m&&W(m);const w=m?nh(m):gs(),j=m?Rc(m):[],B=(w==null?void 0:w.href)??"",U=B.startsWith("#")?B.slice(1):"",Q=j.some(ue=>ue.id===U)?U:"";Ri({open:!0,tab:c??"link",href:B,title:(w==null?void 0:w.title)??"",targetBlank:(w==null?void 0:w.targetBlank)??!1,textDecorationNone:(w==null?void 0:w.textDecorationNone)??!1,hoverMode:(w==null?void 0:w.hoverMode)??"color",hoverColor:(w==null?void 0:w.hoverColor)??null,hoverHtml:(w==null?void 0:w.hoverHtml)??"",bookmarks:j,selectedBookmarkId:Q})},applyLink:c=>{Xd(c)},openBookmarkDialog:()=>{if(F.current!=="visual")return;const c=H.current;c&&W(c),Gs({open:!0,existingIds:c?Rc(c).map(m=>m.id):[]})},applyBookmark:c=>{Jd(c)},openImageDialog:()=>{if(F.current!=="visual")return;const c=H.current;c&&W(c);const m=bd.current;if(Ad.current&&m){m.onPick(xl);return}Di({open:!0})},applyImage:c=>{na(c)},openAudioDialog:()=>{if(F.current!=="visual")return;const c=H.current;c&&W(c);const m=yd.current;if(Pd.current&&m){m.onPick(Cl);return}ji({open:!0})},applyAudio:c=>{ra(c)},openYoutubeDialog:()=>{if(F.current!=="visual")return;const c=H.current;c&&W(c);const m=xd.current;if(Td.current&&m){m.onPick(wl);return}Do({open:!0})},applyYoutube:c=>{Qd(c)},openImageProperties:c=>{if(F.current!=="visual")return;const m=H.current;if(!m)return;W(m);const w=Hn(m),j=Nw(m);!w||!j||Ii({open:!0,tab:c??"general",value:j,aspectRatio:Ew(w)})},applyImageProperties:c=>{om(c)},insertHorizontalRule:()=>{if(F.current!=="visual")return;const c=H.current;c&&(W(c),l0(c)&&(le(c,!1),K(),$()))},insertPageBreak:()=>{if(F.current!=="visual")return;const c=H.current;c&&(W(c),f0(c)&&(le(c,!1),K(),$()))},insertPageBefore:()=>{Hd()},insertPageAfter:()=>{zd()},deletePage:()=>{!be.current||F.current!=="visual"||tn.current&&(sr().length<=1||Vs(!0))},isMultiPagesEnabled:()=>be.current,hasSelectedPage:()=>be.current&&F.current==="visual"&&tn.current,canDeletePage:()=>be.current&&F.current==="visual"&&tn.current&&sr().length>1,canInsertPageBackgroundImage:()=>!(F.current!=="visual"||be.current&&!tn.current),canInsertParagraphBackgroundImage:()=>{if(F.current!=="visual")return!1;const c=H.current;return c?An(c).length>0:!1},getActivePageHtml:()=>Fd(),getAllPagesHtml:()=>en(sr()),openTableDialog:()=>{if(F.current!=="visual")return;const c=H.current;c&&W(c),qs({open:!0})},applyTable:c=>{em(c)},openTableProperties:()=>{if(F.current!=="visual")return;const c=H.current;if(!c)return;W(c);const m=k0(c);m&&Xs({open:!0,value:m})},applyTableProperties:c=>{tm(c)},openCellProperties:()=>{if(F.current!=="visual")return;const c=H.current;if(!c)return;W(c);const m=_0(c);m&&Qs({open:!0,value:m})},applyCellProperties:c=>{nm(c)},openRowProperties:()=>{if(F.current!=="visual")return;const c=H.current;if(!c)return;W(c);const m=$0(c);m&&tl({open:!0,value:m})},applyRowProperties:c=>{rm(c)},insertRowBelow:()=>{xn(c=>wc(c,"below"))},insertRowBefore:()=>{xn(c=>wc(c,"before"))},deleteRow:()=>{xn(c=>Xv(c))},insertColumnAfter:()=>{xn(c=>Ym(c,"after"))},insertColumnBefore:()=>{xn(c=>Ym(c,"before"))},deleteColumn:()=>{xn(c=>Jv(c))},mergeCells:()=>{xn(c=>tk(c))},unmergeCells:()=>{xn(c=>nk(c))},cut:async()=>{if(F.current!=="visual")return;const c=H.current;c&&(W(c),await pS(c)&&(le(c,!1),K(),$()))},copy:async()=>{if(F.current!=="visual")return;const c=H.current;c&&(W(c),await uh(c))},deleteSelection:()=>{if(F.current!=="visual")return;const c=H.current;c&&(W(c),ch(c)&&(le(c,!1),K(),$()))},addComment:()=>{if(!Tn.current||b||F.current!=="visual")return;const c=H.current;if(!c)return;const m=W(c),w=lf(c,m);if(w){gn(w);return}const j=rS(c,m);if(!j)return;const B=lS(j);oS(c,B.id,m)&&(cf(c,B.id),K(),Bd(c,!1),er([...di.current,B]),gn(B.id))},toggleCommentsVisible:()=>{Cs(c=>{const m=!c,w=H.current;return w&&ah(w,m),m})},areCommentsVisible:()=>ui.current,canAddComment:()=>!Tn.current||b||F.current!=="visual"?!1:Bs.current||sl.current!==null,isCommentsEnabled:()=>Tn.current,getCommentThreads:()=>di.current,setCommentThreads:c=>er(c),openCommentThread:c=>{const m=H.current;!m||F.current!=="visual"||cf(m,c)&&(K(),gn(c))},isContentLocked:()=>Nu.current,isLink:()=>Ju.current,isImageSelected:()=>F.current==="visual"&&sl.current!==null,isInTable:()=>F.current==="visual"&&id.current,canMergeCells:()=>F.current==="visual"&&sd.current,canUnmergeCells:()=>F.current==="visual"&&cd.current,...o!=null?{onSave:c=>gd.current(c)}:{},...a!=null?{onOpen:()=>hd.current()}:{}}),[xt,ge,le,Bd,Ud,Qn,Ed,_d,Md,Fr,ea,ta,K,$,W,hl,Gd,bl,yl,qd,Zd,Yd,Xd,Jd,na,ra,Qd,om,em,tm,nm,rm,xn,xl,Cl,wl,ia,Fd,sr,Hd,zd,Od,Wd,o,a,b,er,bt]),sm=l.useCallback(()=>{const c=Xe.current??an({mode:F.current,visualEl:H.current,htmlEl:ut.current});return{mode:c.mode,selection:fa(c),getHtml:Te.getHtml,setHtml:m=>{xt(m,!1)},insertText:m=>Fr(c,m,!1),insertHtml:(m,w)=>{const j=w===void 0;Fr(c,j?m:w,j)}}},[Fr,Te.getHtml,xt]),{catalog:aa,layout:lm}=l.useMemo(()=>By(z,ER,_R),[z]),sa=l.useMemo(()=>OA(lm,M),[lm,M]),cm=l.useMemo(()=>({...sa,iconGroups:pA(sa.iconGroups,Hs)}),[sa,Hs]),um=pe&&at==="visual",vl=l.useMemo(()=>XR(cm,um),[cm,um]),kl=l.useMemo(()=>We?BR(aa,Wt):aa,[aa,We,Wt]),Sl=l.useMemo(()=>We?FR(vl):vl,[vl,We]),Al=l.useMemo(()=>({disabled:Qt,readOnly:x,enableComments:We}),[Qt,x,We]),Ib=l.useCallback(c=>{if(!Pn||!Ue||b)return;const m=cS(Ue,c);er(uS(di.current,Pn,m))},[Pn,Ue,b,er]),Hr=l.useMemo(()=>({...W1(Te),...Fy(z,sm)}),[Te,z,sm]),Pl=l.useMemo(()=>G1(Te),[Te,bo,yo,xo,wo,ko,yi,Mi,Ni,Oi,Mr,mt,Bi,Fi,Hi,xi,Ci,rr,Er,Io,po,Fu,Rt]);l.useLayoutEffect(()=>{jt.bump("history")},[Fu,jt]),l.useLayoutEffect(()=>{jt.bump("marks")},[bo,yo,xo,wo,ko,yi,Ci,jt]),l.useLayoutEffect(()=>{jt.bump("table")},[Bi,Fi,Hi,jt]),l.useLayoutEffect(()=>{jt.bump("selection")},[xi,mt,jt]),l.useLayoutEffect(()=>{jt.bump("chrome")},[rr,Er,Io,po,Rt,Mi,Ni,Oi,Mr,jt]);const Eb=l.useCallback(c=>{if(Be||c.inputType!=="insertText"&&c.inputType!=="insertReplacementText"||!c.data||!cv(Bt.current)&&!It.current&&!hx(Ft.current)&&!$x({color:Zt.current,backgroundColor:qt.current})&&!av(Rn.current))return;const m=H.current;m&&(c.preventDefault(),xv(m,c.data,Bt.current,It.current,{color:Zt.current,backgroundColor:qt.current},Ft.current,Rn.current),Bt.current={},It.current=null,Ft.current=null,Zt.current=null,qt.current=null,Rn.current=null,Et.current=null,le(m,!0),K(),$())},[Be,ge,K,$]),_b=l.useCallback(c=>{if(Be||!ex(c,ud.current))return;c.preventDefault(),c.stopPropagation();const m=H.current;if(!m)return;W(m);const w=mc(m,c.target),j=Ua(m,c.target);j&&!ii(m).includes(j)&&ek(m,j);const B={inTable:At(m,c.target)!==null,canMergeCells:Xm(m),canUnmergeCells:Jm(m)},U={canDeletePage:be.current&&tn.current&&Ct().length>1},Q={canAddComment:Tn.current&&!b};if(w){Hl(m,w),K(),_r(w),al({open:!0,x:c.clientX,y:c.clientY,kind:"image",...B,...U,...Q,inTable:At(m,w)!==null});return}const ue=an({mode:"visual",visualEl:m,htmlEl:ut.current});Xe.current=ue,al({open:!0,x:c.clientX,y:c.clientY,kind:ue.collapsed?"caret":"text",...B,...U,canAddComment:Q.canAddComment&&!ue.collapsed})},[Be,K,W,Ct,b]),Mb=l.useCallback(c=>{if(ud.current=c.pointerType,b)return;const m=H.current;if(!m)return;if(Tn.current&&ui.current){const j=sh(m,c.target);if(j){const B=j.getAttribute("data-comment-thread");B&&gn(B);return}}if(Be&&!Tn.current)return;const w=mc(m,c.target);if(!w){_r(null);return}c.preventDefault(),Hl(m,w),K(),_r(w)},[b,Be,K]),dm=l.useCallback(c=>{if(Be)return;if(c.key==="Tab"&&!c.ctrlKey&&!c.metaKey&&!c.altKey){if(F.current!=="visual")return;const w=H.current;if(!w)return;const j=c.target;if(!(j instanceof Node)||!w.contains(j))return;W(w);const B=Qv(w,c.shiftKey);if(!B)return;c.preventDefault(),typeof B=="object"&&B.changed&&le(w,!1),K(),$(),on(w);return}if(!(c.ctrlKey||c.metaKey))return;if(c.key==="Enter"&&!c.shiftKey){c.preventDefault(),Te.insertPageBreak();return}const m=c.key.toLowerCase();if(m==="z"&&!c.shiftKey){c.preventDefault(),ea();return}if(m==="z"&&c.shiftKey||m==="y"){c.preventDefault(),ta();return}if(m==="b"&&!c.shiftKey){c.preventDefault(),Te.toggleFontMark("bold");return}if(m==="i"&&!c.shiftKey){c.preventDefault(),Te.toggleFontMark("italic");return}if(m==="u"&&!c.shiftKey){c.preventDefault(),Te.toggleFontMark("underline");return}if(m==="x"&&c.shiftKey){c.preventDefault(),Te.toggleFontMark("strikethrough");return}m==="p"&&!c.shiftKey&&(c.preventDefault(),Hr.print())},[Be,ea,ta,Te,Hr,W,ge,K,$,on]),Nb=l.useCallback(c=>{if(c.key==="F1"){c.preventDefault(),jo({open:!0,topicId:"getStarted"});return}if(c.key==="Escape"&&Pn){c.preventDefault(),gn(null);return}dm(c)},[Pn,dm]),Lb=[xe.root,ec(rr).className,Rt?xe.fullscreen:"",y].filter(Boolean).join(" "),Bb=I_({toolbarBackground:k,menuColor:S,menuBackground:P,menuFontSize:R,menuFontFamily:D,border:A}),Fb=ec(rr)["data-wysiwyg-theme"];Bu.current={multiPageVisualRef:yt,workspaceRef:Ar,suppressPageFlushRef:tr,visualRootRef:H,visualPropSyncGuardRef:Dt,htmlAreaRef:ut,commentPanelRef:ci,activePageIndexRef:ye,htmlModePageHtmlRef:hn,activePageHtmlRef:Ou,pageCanvasSizedRef:Ku,setActivePageIndex:fo,setHasSelectedPage:go,setActiveThreadId:gn,setContextMenu:al,recordVisualInputHtml:bb,recordPageVisualHtml:ir,handleVisualBeforeInput:Eb,handleVisualPointerDown:Mb,handleVisualMouseUp:Pb,handleVisualContextMenu:_b,handleHtmlPageTabSelect:Sb,handleHtmlSurfaceChange:Ab,handleImageResize:Tb,handleImageResizeEnd:Rb,multiPageRulerMarginPreview:wb,multiPageRulerMarginChange:vb,multiPageRulerIndentChange:kb,singlePageRulerMarginPreview:yb,singlePageRulerMarginChange:xb,singlePageRulerIndentChange:Cb,resolveEmbeddedImageDataUrl:Oe?ys:void 0,hydrateExportHtml:Ge,postCommentMessage:Ib,htmlFileDrop:Nd};const Hb=l.useMemo(()=>eb({catalog:kl,layout:Sl,commands:Hr,queries:Pl,queryRevisions:jt,disabled:Qt,chromeLock:Al}),[Qt,Al,Hr,kl,Sl,Pl,jt]),zb=l.useMemo(()=>({documentBridgeRef:Tr,htmlRef:ie,pagesRef:Pe}),[]);return i.jsx(Wy,{locale:v,children:i.jsx(Ky,{dark:rr,children:i.jsx($E,{value:zb,children:i.jsxs("div",{className:Lb,style:Bb,"data-fullscreen":Rt?"":void 0,"data-wysiwyg-theme":Fb,"data-toolbar-position":Er,"data-comments-visible":We&&Wt?"":void 0,onKeyDown:Nb,children:[i.jsx(OE,{menuVisible:T,captureChromeSelection:Kd,displayCatalog:kl,displayLayout:Sl,commands:Hr,queries:Pl,queryRevisions:jt,chromeDisabled:Qt,chromeLock:Al,contentLocked:Be,customizeToolbarOpen:Fs,baseCatalog:aa,allowedLayout:sa,toolbarSettings:Hs,toolbarSettingsLoading:ob,toolbarSettingsBusy:ib,onCustomizeToolbarClose:()=>Qu(!1),onToolbarSettingsChange:c=>{Id(c)},onToolbarSettingsReset:()=>{Id(null)},documentPreview:Pi,onDocumentPreviewClose:()=>ed({open:!1,html:Pi.html}),helpDialog:nl,onHelpDialogClose:()=>jo(c=>({...c,open:!1})),onHelpTopicChange:c=>jo(m=>({...m,open:!0,topicId:c})),aboutDialogOpen:rl,onAboutDialogClose:()=>nd(!1),fontDialog:Si,fontSizeState:yo,markState:bo,fontFamilyState:xo,fontColorState:wo,highlightColorState:ko,fontFaces:Mr,onFontDialogTabChange:c=>Ai({open:!0,tab:c}),onFontDialogClose:()=>Ai({open:!1,tab:Si.tab}),onApplyFontProperties:c=>Te.applyFontProperties(c),paragraphDialog:Po,customImagePicker:Z,onParagraphCustomImagePick:()=>{Z==null||Z.onPick(c=>{Ir(m=>({...m,tab:"backgroundImage",backgroundImage:{...m.backgroundImage,src:c.src}}))})},onParagraphDialogTabChange:c=>Ir({...Po,open:!0,tab:c}),onParagraphDialogClose:()=>Ir({...Po,open:!1}),onApplyParagraphProperties:({value:c,backgroundImage:m})=>Te.applyParagraphProperties(c,m),customCssDialog:Ks,onCustomCssDialogClose:()=>$s(c=>({...c,open:!1})),onApplyCustomCss:c=>Te.applyCustomCss(c),pageDialog:To,enablePageProperties:bt,onPageCustomImagePick:()=>{Z==null||Z.onPick(c=>{nr(m=>({...m,tab:"paragraph",paragraphTab:"backgroundImage",value:{...m.value,backgroundImage:{...m.value.backgroundImage,src:c.src}}}))})},onPageDialogTabChange:c=>nr({...To,open:!0,tab:c}),onPageDialogClose:()=>nr({...To,open:!1}),onApplyPageProperties:c=>Te.applyPageProperties(c),onPageDialogResetAtRule:()=>{const c=_o();if(!c||F.current!=="visual")return;const m=be.current?Pe.current[ye.current]??"":he(ie.current).body,w=Rk(c,m);w.changed&&(le(c,!1,w.pageHtml),nr(j=>({...j,value:{...j.value,atRule:Ln()}})))},deletePageConfirmOpen:Us,onDeletePageConfirmClose:()=>Vs(!1),onDeletePageConfirm:()=>{Od(),Vs(!1)},customStyleDialog:ab,canDeleteCustomParagraphStyle:!!re,customStyleBusy:fb,onCustomStyleDialogClose:()=>Ro({open:!1}),onCustomStyleSave:async c=>{const m=fd.current;if(m){Li(!0);try{await m(c),Ro({open:!1}),await Zi()}finally{Li(!1)}}},onCustomStyleDelete:async c=>{const m=pd.current;if(m){Li(!0);try{await m(c),Ro({open:!1}),await Zi()}finally{Li(!1)}}},linkDialog:Ws,onLinkDialogTabChange:c=>Ri({...Ws,open:!0,tab:c}),onLinkDialogClose:()=>Ri({...Ws,open:!1}),onApplyLink:c=>Te.applyLink(c),bookmarkDialog:td,onBookmarkDialogClose:()=>Gs({...td,open:!1}),onApplyBookmark:c=>Te.applyBookmark(c),imageDialogOpen:sb.open,customAudioPicker:ne,customVideoPicker:X,onImageDialogClose:()=>Di({open:!1}),onApplyImage:c=>Te.applyImage(c),onImageDialogCustomPick:()=>{Di({open:!1}),Z==null||Z.onPick(xl)},audioDialogOpen:lb.open,onAudioDialogClose:()=>ji({open:!1}),onApplyAudio:c=>Te.applyAudio(c),onAudioDialogCustomPick:()=>{ji({open:!1}),ne==null||ne.onPick(Cl)},youtubeDialogOpen:cb.open,onYoutubeDialogClose:()=>Do({open:!1}),onApplyYoutube:c=>Te.applyYoutube(c),onYoutubeDialogCustomPick:()=>{Do({open:!1}),X==null||X.onPick(wl)},imageProperties:ub,onImagePropertiesTabChange:c=>Ii(m=>({...m,tab:c})),onImagePropertiesClose:()=>Ii(c=>({...c,open:!1})),onApplyImageProperties:c=>Te.applyImageProperties(c),tableDialogOpen:Zs.open,onTableDialogClose:()=>qs({open:!1}),onApplyTable:c=>Te.applyTable(c),tableProperties:Ys,onTablePropertiesClose:()=>Xs(c=>({...c,open:!1})),onApplyTableProperties:c=>Te.applyTableProperties(c),cellProperties:Js,onCellPropertiesClose:()=>Qs(c=>({...c,open:!1})),onApplyCellProperties:c=>Te.applyCellProperties(c),rowProperties:el,onRowPropertiesClose:()=>tl(c=>({...c,open:!1})),onApplyRowProperties:c=>Te.applyRowProperties(c)}),i.jsx(KE,{toolbarVisible:_,toolbarPos:Er,captureChromeSelection:Kd,toolbarShellProps:Hb,children:i.jsx(R_,{propsRef:Bu,pageStore:dt,mode:at,enableMultiPages:pe,contentLocked:Be,activePageIndex:Rr,hasSelectedPage:po,pageZoomScale:ol,rulerVisible:mo,rulerUnit:Ne,optimizeEmbeddedImages:Oe,placeholder:C,value:e,pagesProp:De,controlledHtml:Jn,initialHtml:Ke,initialStorageHtml:xs,defaultPages:ee.current??[Mn()],ingestedPagesProp:Lu,onChange:n,fontFaces:Mr,enableComments:We,commentsVisible:Wt,disabled:b,locale:v,commentAuthor:Ue,activeThreadId:Pn,contextMenu:pb,commentThreads:Sr,commands:Hr,htmlFileDropDragging:Nd.dragging,selectedImage:mt})}),Rt?i.jsx(E_,{onClick:()=>Qn(!1)}):null]})})})})}function I_({toolbarBackground:e,menuColor:t,menuBackground:n,menuFontSize:r,menuFontFamily:o,border:a}){const s={};return e&&(s["--wysiwyg-toolbar-background"]=e),t&&(s["--wysiwyg-menu-color"]=t),n&&(s["--wysiwyg-menu-background"]=n),r&&(s["--wysiwyg-menu-font-size"]=r),o&&(s["--wysiwyg-menu-font-family"]=o),a==="none"?(s["--wysiwyg-border-width"]="0",s["--wysiwyg-border-radius"]="0",s["--wysiwyg-border-shadow"]="none"):a&&(a.width&&(s["--wysiwyg-border-width"]=a.width),a.color&&(s["--wysiwyg-border-color"]=a.color),a.radius&&(s["--wysiwyg-border-radius"]=a.radius),a.shadow&&(s["--wysiwyg-border-shadow"]=a.shadow)),Object.keys(s).length?s:void 0}function E_({onClick:e}){const t=q();return i.jsx("button",{type:"button",className:xe.exitFullscreen,"aria-label":t("exitFullscreenAria"),onClick:e,children:i.jsx(et,{className:xe.exitFullscreenIcon})})}function __(e){var n;if(e.tagName.toLowerCase()!=="span")return!1;const t=[...e.attributes];return t.length===0||t.length===1&&((n=t[0])==null?void 0:n.name)===lt?!0:t.length===2&&t.some(r=>r.name===lt)&&t.some(r=>r.name==="class"&&r.value.includes("wysiwyg-comment-anchor"))?!e.hasAttribute("style"):!1}function M_(e){for(const t of[...e.querySelectorAll(`[${lt}]`)])t.removeAttribute(lt),t instanceof HTMLElement&&t.classList.remove("wysiwyg-comment-anchor");for(const t of[...e.querySelectorAll("span")]){if(!__(t))continue;const n=t.parentNode;if(n){for(;t.firstChild;)n.insertBefore(t.firstChild,t);n.removeChild(t)}}}function N_(e){const t=e.trim();if(!t)return e;const n=new DOMParser().parseFromString(t,"text/html");return M_(n.body),n.body.innerHTML}exports.Editor=j_;exports.PAGE_SEPARATOR=Na;exports.joinPagesToHtml=Mt;exports.sanitizeDocumentHtml=$r;exports.sanitizePageHtml=Tc;exports.splitPagesFromHtml=Fn;exports.stripCommentAnchors=N_;
|