commspliant-html-editor 0.0.11 → 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.
Files changed (146) hide show
  1. package/README.md +141 -14
  2. package/dist/commspliant-html-editor.css +1 -1
  3. package/dist/components/Editor.d.ts +1 -1
  4. package/dist/components/Editor.d.ts.map +1 -1
  5. package/dist/components/EditorChrome.d.ts +193 -0
  6. package/dist/components/EditorChrome.d.ts.map +1 -0
  7. package/dist/components/EditorShellContext.d.ts +13 -0
  8. package/dist/components/EditorShellContext.d.ts.map +1 -0
  9. package/dist/components/EditorWorkspaceFrame.d.ts +13 -0
  10. package/dist/components/EditorWorkspaceFrame.d.ts.map +1 -0
  11. package/dist/components/EditorWorkspaceHost.d.ts +109 -0
  12. package/dist/components/EditorWorkspaceHost.d.ts.map +1 -0
  13. package/dist/components/HtmlPageTabs.d.ts +8 -0
  14. package/dist/components/HtmlPageTabs.d.ts.map +1 -0
  15. package/dist/components/MultiPageVisualSurface.d.ts +8 -1
  16. package/dist/components/MultiPageVisualSurface.d.ts.map +1 -1
  17. package/dist/components/RulerVisualFrame.d.ts +3 -2
  18. package/dist/components/RulerVisualFrame.d.ts.map +1 -1
  19. package/dist/components/VisualSurface.d.ts +6 -1
  20. package/dist/components/VisualSurface.d.ts.map +1 -1
  21. package/dist/components/editorDocumentBridgeTypes.d.ts +11 -0
  22. package/dist/components/editorDocumentBridgeTypes.d.ts.map +1 -0
  23. package/dist/components/useMultiPageRulerMetrics.d.ts +1 -1
  24. package/dist/components/useMultiPageRulerMetrics.d.ts.map +1 -1
  25. package/dist/core/commandTypes.d.ts +7 -1
  26. package/dist/core/commandTypes.d.ts.map +1 -1
  27. package/dist/core/commands.d.ts.map +1 -1
  28. package/dist/core/documentEquality.d.ts +6 -0
  29. package/dist/core/documentEquality.d.ts.map +1 -0
  30. package/dist/core/documentStyles.d.ts +6 -0
  31. package/dist/core/documentStyles.d.ts.map +1 -1
  32. package/dist/core/fontFamily.d.ts +6 -1
  33. package/dist/core/fontFamily.d.ts.map +1 -1
  34. package/dist/core/image.d.ts +8 -2
  35. package/dist/core/image.d.ts.map +1 -1
  36. package/dist/core/imageRegistry.d.ts +20 -0
  37. package/dist/core/imageRegistry.d.ts.map +1 -0
  38. package/dist/core/multiPage.d.ts +12 -0
  39. package/dist/core/multiPage.d.ts.map +1 -1
  40. package/dist/core/page.d.ts +14 -2
  41. package/dist/core/page.d.ts.map +1 -1
  42. package/dist/core/pageBackgroundImage.d.ts +7 -0
  43. package/dist/core/pageBackgroundImage.d.ts.map +1 -1
  44. package/dist/core/pageCanvasLayout.d.ts +10 -0
  45. package/dist/core/pageCanvasLayout.d.ts.map +1 -1
  46. package/dist/core/pagePrintBleed.d.ts +7 -0
  47. package/dist/core/pagePrintBleed.d.ts.map +1 -0
  48. package/dist/core/pageProperties.d.ts.map +1 -1
  49. package/dist/core/pageRowHeight.d.ts +16 -0
  50. package/dist/core/pageRowHeight.d.ts.map +1 -0
  51. package/dist/core/pageZoom.d.ts +5 -0
  52. package/dist/core/pageZoom.d.ts.map +1 -1
  53. package/dist/core/visualBodySync.d.ts +13 -0
  54. package/dist/core/visualBodySync.d.ts.map +1 -0
  55. package/dist/hooks/useDialogFocusTrap.d.ts +11 -0
  56. package/dist/hooks/useDialogFocusTrap.d.ts.map +1 -0
  57. package/dist/hooks/useEditorDialogState.d.ts +197 -0
  58. package/dist/hooks/useEditorDialogState.d.ts.map +1 -0
  59. package/dist/hooks/usePageStore.d.ts +32 -0
  60. package/dist/hooks/usePageStore.d.ts.map +1 -0
  61. package/dist/hooks/useViewportAnchoredPosition.d.ts +24 -0
  62. package/dist/hooks/useViewportAnchoredPosition.d.ts.map +1 -0
  63. package/dist/hooks/useVirtualPageRange.d.ts +30 -0
  64. package/dist/hooks/useVirtualPageRange.d.ts.map +1 -0
  65. package/dist/hooks/useVisualPageBodies.d.ts +3 -0
  66. package/dist/hooks/useVisualPageBodies.d.ts.map +1 -0
  67. package/dist/i18n/en.d.ts.map +1 -1
  68. package/dist/i18n/es.d.ts.map +1 -1
  69. package/dist/i18n/types.d.ts +131 -0
  70. package/dist/i18n/types.d.ts.map +1 -1
  71. package/dist/icons/HelpIcon.d.ts +3 -0
  72. package/dist/icons/HelpIcon.d.ts.map +1 -0
  73. package/dist/icons/index.d.ts +1 -0
  74. package/dist/icons/index.d.ts.map +1 -1
  75. package/dist/index.cjs +201 -8
  76. package/dist/index.js +18671 -15607
  77. package/dist/modules/contextMenu/ContextMenu.d.ts +2 -1
  78. package/dist/modules/contextMenu/ContextMenu.d.ts.map +1 -1
  79. package/dist/modules/file/commands.d.ts.map +1 -1
  80. package/dist/modules/file/fileDialogs.d.ts.map +1 -1
  81. package/dist/modules/file/printHtml.d.ts +1 -0
  82. package/dist/modules/file/printHtml.d.ts.map +1 -1
  83. package/dist/modules/format/ColorField.d.ts.map +1 -1
  84. package/dist/modules/format/ColorSelect.d.ts.map +1 -1
  85. package/dist/modules/format/CustomCssDialog.d.ts.map +1 -1
  86. package/dist/modules/format/CustomParagraphStyleDialog.d.ts.map +1 -1
  87. package/dist/modules/format/FontFamilySelect.d.ts.map +1 -1
  88. package/dist/modules/format/FontPropertiesDialog.d.ts.map +1 -1
  89. package/dist/modules/format/FontSizeCombobox.d.ts.map +1 -1
  90. package/dist/modules/format/PagePropertiesDialog.d.ts.map +1 -1
  91. package/dist/modules/format/ParagraphPropertiesDialog.d.ts.map +1 -1
  92. package/dist/modules/format/ParagraphStyleSelect.d.ts.map +1 -1
  93. package/dist/modules/help/AboutDialog.d.ts +6 -0
  94. package/dist/modules/help/AboutDialog.d.ts.map +1 -0
  95. package/dist/modules/help/HelpDialog.d.ts +9 -0
  96. package/dist/modules/help/HelpDialog.d.ts.map +1 -0
  97. package/dist/modules/help/articles.d.ts +16 -0
  98. package/dist/modules/help/articles.d.ts.map +1 -0
  99. package/dist/modules/help/catalog.d.ts +3 -0
  100. package/dist/modules/help/catalog.d.ts.map +1 -0
  101. package/dist/modules/help/commands.d.ts +3 -0
  102. package/dist/modules/help/commands.d.ts.map +1 -0
  103. package/dist/modules/help/index.d.ts +5 -0
  104. package/dist/modules/help/index.d.ts.map +1 -0
  105. package/dist/modules/help/search.d.ts +10 -0
  106. package/dist/modules/help/search.d.ts.map +1 -0
  107. package/dist/modules/help/version.d.ts +3 -0
  108. package/dist/modules/help/version.d.ts.map +1 -0
  109. package/dist/modules/history/history.d.ts +2 -0
  110. package/dist/modules/history/history.d.ts.map +1 -1
  111. package/dist/modules/history/index.d.ts +4 -2
  112. package/dist/modules/history/index.d.ts.map +1 -1
  113. package/dist/modules/history/multiPageHistory.d.ts +38 -0
  114. package/dist/modules/history/multiPageHistory.d.ts.map +1 -0
  115. package/dist/modules/insert/AudioDialog.d.ts.map +1 -1
  116. package/dist/modules/insert/BookmarkDialog.d.ts.map +1 -1
  117. package/dist/modules/insert/ImageDialog.d.ts.map +1 -1
  118. package/dist/modules/insert/ImagePropertiesDialog.d.ts.map +1 -1
  119. package/dist/modules/insert/ImageSizeField.d.ts.map +1 -1
  120. package/dist/modules/insert/LinkDialog.d.ts.map +1 -1
  121. package/dist/modules/insert/YoutubeDialog.d.ts.map +1 -1
  122. package/dist/modules/table/CellPropertiesDialog.d.ts.map +1 -1
  123. package/dist/modules/table/RowPropertiesDialog.d.ts.map +1 -1
  124. package/dist/modules/table/TableDialog.d.ts.map +1 -1
  125. package/dist/modules/table/TablePropertiesDialog.d.ts.map +1 -1
  126. package/dist/modules/view/DocumentPreviewDialog.d.ts.map +1 -1
  127. package/dist/test/commandContext.d.ts +3 -0
  128. package/dist/test/commandContext.d.ts.map +1 -0
  129. package/dist/toolbar/CustomizeToolbarDialog.d.ts.map +1 -1
  130. package/dist/toolbar/EditorToolbar.d.ts +3 -1
  131. package/dist/toolbar/EditorToolbar.d.ts.map +1 -1
  132. package/dist/toolbar/IconNav.d.ts.map +1 -1
  133. package/dist/toolbar/MenuBar.d.ts.map +1 -1
  134. package/dist/toolbar/ToolbarQuerySubscription.d.ts +7 -0
  135. package/dist/toolbar/ToolbarQuerySubscription.d.ts.map +1 -0
  136. package/dist/toolbar/defaultCatalog.d.ts.map +1 -1
  137. package/dist/toolbar/defaultLayout.d.ts.map +1 -1
  138. package/dist/toolbar/multiPageChrome.d.ts +0 -2
  139. package/dist/toolbar/multiPageChrome.d.ts.map +1 -1
  140. package/dist/toolbar/toolbarQueryRevisions.d.ts +10 -0
  141. package/dist/toolbar/toolbarQueryRevisions.d.ts.map +1 -0
  142. package/dist/toolbar/toolbarShellProps.d.ts +17 -0
  143. package/dist/toolbar/toolbarShellProps.d.ts.map +1 -0
  144. package/dist/types.d.ts +7 -0
  145. package/dist/types.d.ts.map +1 -1
  146. 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 i=require("react/jsx-runtime"),c=require("react"),hl=require("react-dom");function Yp({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 $i({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 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":"align-justify",children:[i.jsx("path",{d:"M4 6h16"}),i.jsx("path",{d:"M4 12h16"}),i.jsx("path",{d:"M4 18h16"})]})}function Ki({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 Ui({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 Xp({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 Jp({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 wm({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 Qp({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 eh({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 Be({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 Gu({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 th({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 nh({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 rh({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 oh({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 ih({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 ah({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 Cm({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 sh({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 lh({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 ch({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 uh({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 dh({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 vm({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 mh({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 fh({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 km({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 gh({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 ph({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 hh({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 bh({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 yh({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 xh({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 Sm({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 wh({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 Ch({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 vh({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 zr({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 Pm({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 kh({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 Sh({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 Ph({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 Ah({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 Dh({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 Rh({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 Eh({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 jh({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 Th({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 ps({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 qu({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 hs({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 Nh({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 Ih({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 Mh({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 _h({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 Lh({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 Fh({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 ue="---";function on(e){return e===ue}function an(e){return typeof e=="object"&&e!==null&&"submenu"in e}const bl=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"]),Bh=new Set(["file","edit","view","insert","format","table"]),Am="custom",Dm="custom";function Rm(e){return`custom:${e}`}function Hh(e){return e==="menu"||e==="both"}function zh(e){return e==="toolbar"||e==="both"}function Em(e){return e.map(t=>an(t)?{submenu:t.submenu,items:Em(t.items)}:t)}function Oh(e){return{menus:e.menus.map(t=>({id:t.id,items:Em(t.items)})),iconGroups:e.iconGroups.map(t=>({id:t.id,items:[...t.items]}))}}function jm(e){return on(e)?!0:an(e)?e.items.every(jm):bl.has(e)}function Tm(e,t){for(const n of e)if(n===t||an(n)&&Tm(n.items,t))return!0;return!1}function $h(e){const t=e.tooltip??e.label;return{id:e.id,command:Rm(e.id),icon:e.icon??rh,label:e.label,ariaLabel:e.label,tooltip:t}}function Kh(e,t,n,r){if(e.menus[n])r&&!e.menus[n].label&&!Bh.has(n)&&(e.menus[n]={...e.menus[n],label:r,ariaLabel:r});else if(n===Am&&!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 Uh(e,t,n){if(e.groups[n]||(n===Dm?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 Wh(e,t,n){var a,s;const r={menus:{...t.menus},submenus:{...t.submenus},groups:{...t.groups},items:{...t.items}},o=Oh(n);for(const u of e??[])if(!(bl.has(u.id)||on(u.id))){if(r.items[u.id]=$h(u),Hh(u.showIn)){const d=((a=u.menu)==null?void 0:a.id)??Am;Kh(r,o,d,(s=u.menu)==null?void 0:s.label);const g=o.menus.find(p=>p.id===d);if(g&&!Tm(g.items,u.id)){const p=g.items[g.items.length-1];p!==void 0&&!on(p)&&g.items.every(jm)&&g.items.push(ue),g.items.push(u.id)}}if(zh(u.showIn)){const d=u.toolbarGroup??Dm;Uh(r,o,d);const g=o.iconGroups.find(p=>p.id===d);g&&!g.items.includes(u.id)&&g.items.push(u.id)}}return{catalog:r,layout:o}}function Vh(e,t){const n={};for(const r of e??[])bl.has(r.id)||on(r.id)||(n[Rm(r.id)]=()=>r.onAction(t()));return n}function Gh(e){return{cut:async()=>{await e.cut()},copy:async()=>{await e.copy()},deleteSelection:()=>{e.deleteSelection()}}}const qh="_chrome_boy0f_1",Zh={chrome:qh},Nm=c.createContext(!1);function Yh({dark:e,children:t}){return i.jsx(Nm.Provider,{value:e,children:t})}function Xh(){return c.useContext(Nm)}function Bs(e){return{className:Zh.chrome,"data-wysiwyg-theme":e?"dark":"light"}}function fe({children:e}){const t=Xh(),n=Bs(t);return hl.createPortal(i.jsx("div",{className:n.className,"data-wysiwyg-theme":n["data-wysiwyg-theme"],children:e}),document.body)}function yl(e,t){const n=e[t];n==null||n()}const xl={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",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"},Jh={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",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"},Qh={en:xl,es:Jh},Im=c.createContext(e=>xl[e]);function eb({locale:e="en",children:t}){const n=c.useMemo(()=>{const r=Qh[e]??xl;return o=>r[o]},[e]);return i.jsx(Im.Provider,{value:n,children:t})}function q(){return c.useContext(Im)}const tb="_menu_c1m45_1",nb="_item_c1m45_19",rb="_separator_c1m45_59",bs={menu:tb,item:nb,separator:rb},Xo=8,ob=[{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 ib(e,t){const n=[];let r=!1;for(const o of ob){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 Zu(){return'[role="menuitem"]:not(:disabled)'}function ab({open:e,x:t,y:n,kind:r,inTable:o=!1,canMergeCells:a=!1,canUnmergeCells:s=!1,canDeletePage:u=!1,commands:d,onClose:g}){const p=q(),h=c.useId(),x=c.useRef(null);if(c.useLayoutEffect(()=>{var D;if(!e)return;const y=x.current;if(!y)return;const v=y.getBoundingClientRect(),k=Math.max(Xo,Math.min(t,window.innerWidth-v.width-Xo)),S=Math.max(Xo,Math.min(n,window.innerHeight-v.height-Xo));y.style.left=`${k}px`,y.style.top=`${S}px`,(D=y.querySelector(Zu()))==null||D.focus()},[e,t,n,r]),c.useEffect(()=>{if(!e)return;const y=D=>{var I;(I=x.current)!=null&&I.contains(D.target)||g()},v=D=>{D.key==="Escape"&&(D.preventDefault(),D.stopPropagation(),g())},k=()=>{g()},S=D=>{var I;if((I=x.current)!=null&&I.contains(D.target)){D.preventDefault();return}D.defaultPrevented||g()};return document.addEventListener("pointerdown",y),document.addEventListener("keydown",v,!0),window.addEventListener("scroll",k,!0),document.addEventListener("contextmenu",S),()=>{document.removeEventListener("pointerdown",y),document.removeEventListener("keydown",v,!0),window.removeEventListener("scroll",k,!0),document.removeEventListener("contextmenu",S)}},[e,g]),!e)return null;const b=ib(r,{inTable:o,canMergeCells:a,canUnmergeCells:s,canDeletePage:u}),w=y=>{var I;if(y.key!=="ArrowDown"&&y.key!=="ArrowUp")return;const v=[...((I=x.current)==null?void 0:I.querySelectorAll(Zu()))??[]];if(v.length===0)return;const k=v.indexOf(document.activeElement),S=y.key==="ArrowDown"?1:-1,D=v[(k+S+v.length)%v.length];y.preventDefault(),D==null||D.focus()};return i.jsx(fe,{children:i.jsxs("div",{ref:x,className:bs.menu,role:"menu","aria-labelledby":h,style:{left:t,top:n},onMouseDown:y=>y.preventDefault(),onKeyDown:w,children:[i.jsx("span",{id:h,hidden:!0,children:p("contextMenuAria")}),b.map((y,v)=>y.type==="separator"?i.jsx("div",{role:"separator",className:bs.separator},`separator-${v}`):i.jsx("button",{type:"button",role:"menuitem",className:bs.item,"aria-label":p(y.ariaKey),onClick:()=>{g(),yl(d,y.command)},children:p(y.labelKey)},y.command))]})})}function sb(e){return e==="touch"||e==="pen"}function lb(e,t){return e.button===2||e.ctrlKey?!0:!sb(t)}const wl=["pt","px","em","rem","%"],Rn="pt",cb={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]},ub={pt:{min:1,max:400},px:{min:1,max:400},em:{min:.1,max:20},rem:{min:.1,max:20},"%":{min:1,max:1e3}},db=new Set(wl),mb=/^([+-]?(?:\d+(?:\.\d+)?|\.\d+))\s*(pt|px|em|rem|%|pc|cm|mm|in|ex|ch|q|vw|vh|vmin|vmax)$/i;function Wi(e){return db.has(e)}function Me(e){return Math.round(e*100)/100}function ie(e){const t=Me(e);return Number.isInteger(t),String(t)}function Cl(e,t){return`${ie(e)}${t}`}function vl(e){const t=e.trim();if(!t)return null;const n=t.match(mb);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 fb(e,t){const n=e.trim();if(!n)return null;const r=vl(n);if(r)return Wi(r.unit)?En(r.value,r.unit):null;const o=Number(n.replace(",","."));return Number.isFinite(o)?En(o,t):null}function En(e,t){if(!Number.isFinite(e)||e<=0)return null;const{min:n,max:r}=ub[t];return{value:Me(Math.min(r,Math.max(n,e))),unit:t}}function Mm(e,t,n,r){const o=n>0?n:16,a=r>0?r:16;switch(t){case"px":return Me(e);case"pt":return Me(e*.75);case"em":return Me(e/o);case"rem":return Me(e/a);case"%":return Me(e/o*100)}}function gb(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 _m(e,t,n,r,o){if(t===n)return Me(e);const a=gb(e,t,r,o);return Mm(a,n,r,o)}const kl="pt",pb=/^([+-]?(?:\d+(?:\.\d+)?|\.\d+))\s*(pt|px|em|rem|%)$/i,hb=/^[+-]?0(?:\.0+)?$/;function he(e){return`${ie(e.value)}${e.unit}`}function Oe(e){const t=e.trim();if(!t)return null;if(hb.test(t))return{value:0,unit:"px"};const n=t.match(pb);if(!n)return null;const r=Number(n[1]);if(!Number.isFinite(r))return null;const o=n[2]==="%"?"%":n[2].toLowerCase();return Wi(o)?{value:Me(r),unit:o}:null}function Vr(e,t,n){const r=e.trim();if(!r)return null;const o=Oe(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:Me(a),unit:t}:null}function dn(e){return e.value>=0?e:{value:0,unit:e.unit}}function st(e,t){return e===t?!0:!e||!t?!1:e.value===t.value&&e.unit===t.unit}const bb=new Set(["span","strong","b","em","i","u","s","strike","del"]);function de(e,t){return t?e===t||e.contains(t):!1}function Rt(e){return bb.has(e.tagName.toLowerCase())}function yb(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 qe(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&&yb(e,o)&&n.push(o);return n}function Dt(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 mn(e){return e.tagName.toLowerCase()!=="span"||e.style.cssText.trim()?!1:(e.removeAttribute("style"),e.attributes.length===0)}function tt(e){const t=e.parentNode;if(t){for(;e.firstChild;)t.insertBefore(e.firstChild,e);t.removeChild(e)}}function fn(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 Tn(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 eo(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 Jo(e){return{text:e.text,collapsed:e.collapsed,start:e.start,end:e.end}}function xb(e,t){return t?e===t||e.contains(t):!1}function Yu(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 Xu(e,t,n){var a;if(t.nodeType===Node.TEXT_NODE)return Yu(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 Yu(e,t)+r}function Ju(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 Sl(e,t,n){const r=document.createRange(),o=Ju(e,t),a=Ju(e,n);return r.setStart(o.node,o.offset),r.setEnd(a.node,a.offset),r}function Lm(e,t){try{const n=e.commonAncestorContainer;return t===n||t.contains(n)}catch{return!1}}function Qu(e,t){return!!(e&&e.mode==="visual"&&e.visualRange&&(!t.visualRange||!e.collapsed&&t.collapsed))}function wb(e,t){return t.mode!=="visual"?null:t.visualRange&&Lm(t.visualRange,e)?t.visualRange:Sl(e,t.start,t.end)}function St(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(xb(t,a.commonAncestorContainer)){const s=Xu(t,a.startContainer,a.startOffset),u=Xu(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 ed(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function Cb(e){if(e.snapshot.mode==="html"){const a=e.getHtml(),s=e.snapshot.start,u=e.snapshot.end,d=e.asHtml?e.content:ed(e.content);e.setHtml(a.slice(0,s)+d+a.slice(u));const g=e.htmlEl;if(g){const p=s+d.length;g.focus(),g.setSelectionRange(p,p)}return}const t=e.visualEl;if(!t){const a=e.asHtml?e.content:ed(e.content);e.setHtml(e.getHtml()+a);return}const r=(e.snapshot.visualRange&&Lm(e.snapshot.visualRange,t)?e.snapshot.visualRange:null)??Sl(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 Pl=new Set(["p","h1","h2","h3","h4","h5","h6","div","li","blockquote"]),Fm=new Set(["table","thead","tbody","tr","td","th"]),Al=new Set([...Fm,"ul","ol","li","pre","hr"]);function xe(e){return e.tagName.toLowerCase()}function to(e){return e.nodeType===Node.TEXT_NODE?e.parentElement:e instanceof Element?e:e.parentElement}function Dl(e){return e instanceof HTMLElement&&(xe(e)==="ul"||xe(e)==="ol")}function lt(e){return e instanceof HTMLElement&&xe(e)==="li"}function Et(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);return de(e,n.commonAncestorContainer)?n:null}function Rl(e){const t=e.collapsed?[]:qe(e).filter(n=>n.data.length>0);return t.length>0?t:[e.startContainer]}function nr(e,t,n){var d,g,p;if(t.nodeType===Node.TEXT_NODE){const h=document.createTreeWalker(e,NodeFilter.SHOW_TEXT);let x=0,b;for(;b=h.nextNode();){if(b===t)return x+n;x+=((d=b.textContent)==null?void 0:d.length)??0}return x}let r=0;const o=t.childNodes;for(let h=0;h<n&&h<o.length;h+=1)r+=((g=o[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 El(e,t,n){const r=Sl(e,t,n),o=window.getSelection();o==null||o.removeAllRanges(),o==null||o.addRange(r)}function gn(e,t){const n=Et(e);if(!n)return!1;const r=nr(e,n.startContainer,n.startOffset),o=nr(e,n.endContainer,n.endOffset),a=Math.min(r,o),s=Math.max(r,o),u=t();return El(e,a,s),u}function jl(e,t){if(xe(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 We(e){var t;(t=e.getAttribute("style"))!=null&&t.trim()||e.removeAttribute("style")}function vb(e,t){let n=to(t);for(;n&&n!==e;){if(hf(n,e)||dt(n)){n=n.parentElement;continue}const r=xe(n);if(Pl.has(r)&&n instanceof HTMLElement)return n;if(Fm.has(r)||r==="pre")return null;n=n.parentElement}return null}function Kt(e){const t=Et(e);if(!t)return[];const n=new Set,r=[];for(const o of Rl(t)){const a=vb(e,o);a&&!n.has(a)&&(n.add(a),r.push(a))}return r}function Hs(e){if(e.nodeType===Node.TEXT_NODE||e.nodeType===Node.COMMENT_NODE||!(e instanceof Element))return!0;const t=xe(e);return Pl.has(t)||Al.has(t)?!1:Rt(e)||t==="br"||t==="a"||t==="img"||t==="span"}function kb(e,t){let n=to(t);for(;n&&n!==e;){if(Al.has(xe(n)))return!0;n=n.parentElement}return!1}function Sb(e,t){let n=t;for(;n&&n.parentNode!==e;)n=n.parentNode;return n&&n.parentNode===e?n:null}function Pb(e,t){const n=[...e.childNodes],r=n.indexOf(t);if(r<0)return[t];let o=r,a=r;for(;o>0&&Hs(n[o-1]);)o-=1;for(;a<n.length-1&&Hs(n[a+1]);)a+=1;return n.slice(o,a+1)}function zs(e){for(const t of e.childNodes)if(!(t instanceof HTMLElement&&dt(t)))return t;return null}function Ab(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&&dt(r)?zs(e):r}return n.startContainer===t&&e!==t?zs(e):Sb(e,n.startContainer)}function Db(e,t){const n=$l(e);if(kb(e,t.startContainer))return null;if(!zs(n)){const s=document.createElement("p");return s.appendChild(document.createElement("br")),n.appendChild(s),s}const r=Ab(n,e,t);if(!r||r instanceof HTMLElement&&dt(r)||r instanceof Element&&Al.has(xe(r))||r instanceof HTMLElement&&Pl.has(xe(r))||!Hs(r))return null;const o=Pb(n,r),a=document.createElement("p");n.insertBefore(a,o[0]);for(const s of o)a.appendChild(s);return a}function Nn(e){const t=Kt(e);if(t.length>0)return t;const n=Et(e);if(!n)return[];const r=Db(e,n);return r?[r]:[]}function rr(e){const t=e.parentElement;return t&&Dl(t)?t:null}function Bm(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&&Rb(r,o)?t[t.length-1].push(o):t.push([o])}return t}function Rb(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 Eb(e){return e.nodeType===Node.TEXT_NODE?e.parentElement:e instanceof Element?e:e.parentElement}function ys(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 xs(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 ws(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 jb={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 Tb(e){const t=e.trim().toLowerCase();return t===""||t==="transparent"||t==="inherit"||t==="initial"||t==="unset"||t==="currentcolor"||t==="currentColor"}function Pe(e){const t=e.trim();if(!t||Tb(t))return null;const n=ws(t);if(n)return n;const r=ys(t);if(r)return r.a===0?null:xs(r.r,r.g,r.b);const o=jb[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=ws(t);if(d==="#010203")return d;const g=ys(t);return g&&xs(g.r,g.g,g.b)==="#010203"?"#010203":t.trim().toLowerCase()==="black"?"#000000":null}if(s.startsWith("#"))return ws(s);const u=ys(s);return!u||u.a===0?null:xs(u.r,u.g,u.b)}function Hm(e,t){const n=t==="color"?e.style.color:e.style.backgroundColor;return n?Pe(n):null}function Ci(e,t,n){let r=Eb(t);for(;r&&r!==e&&r instanceof HTMLElement;){const o=Hm(r,n);if(o)return o;r=r.parentElement}return null}function vi(e,t){return e instanceof HTMLElement?Hm(e,t)!==null:!1}function Tl(e,t){if(t==="color"){e.style.color="",e.style.removeProperty("color");return}e.style.backgroundColor="",e.style.removeProperty("background-color")}function zm(e,t,n){if(t==="color"){e.style.color=n;return}e.style.backgroundColor=n}function Nb(e,t,n){let r=t;for(;r.parentElement&&r.parentElement!==e;){const o=r.parentElement;if(!Rt(o)||!vi(o,n)){r=o;continue}if(fn(o,r),vi(o,n)&&(Tl(o,n),mn(o))){tt(o);continue}r=o}}function Om(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);return de(e,n.commonAncestorContainer)?n:null}function ki(e,t){const n=Om(e);if(!n)return{value:null,mixed:!1};const r=n.collapsed?[]:qe(n).filter(d=>d.data.length>0),a=(r.length>0?r:[n.startContainer]).map(d=>Ci(e,d,t)),s=a[0]??null;return a.every(d=>d===s)?{value:s,mixed:!1}:{value:null,mixed:!0}}function Or(e,t,n){const r=Om(e);if(!r||r.collapsed)return!1;const o=n===null?null:Pe(n);if(n!==null&&o===null)return!1;Dt(r);const a=qe(r).filter(s=>s.data.length>0);for(const s of a){const u=Ci(e,s,t);if(o===null){if(u===null)continue;Nb(e,s,t);continue}u!==o&&eo(s,d=>{zm(d,t,o)})}return Tn(a),!0}function td(e,t,n){if(n.value===null){Tl(e,t);return}const r=Pe(n.value);r&&zm(e,t,r)}function Ib(e){return!!(e!=null&&e.color||e!=null&&e.backgroundColor)}function Mb(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 _b(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 $m(e,t,n){let r=t;for(;r.parentElement&&r.parentElement!==e;){const o=r.parentElement;if(!Rt(o)||!n.some(a=>vi(o,a))){r=o;continue}fn(o,r);for(const a of n)vi(o,a)&&Tl(o,a);if(mn(o)){tt(o);continue}r=o.isConnected?o:t}return t}function Lb(e,t,n){Mb(t);const r=_b(t);return $m(e,r,n)}function Fb(e,t,n){const r=[];return n!=null&&n.color&&n.color.value===null&&Ci(e,t,"color")&&r.push("color"),n!=null&&n.backgroundColor&&n.backgroundColor.value===null&&Ci(e,t,"backgroundColor")&&r.push("backgroundColor"),r}const Km=["auto","avoid"],Os=["auto","avoid","page"];new Set(Km);new Set(Os);function Um(e){return e.trim().toLowerCase()}function nd(e){return Um(e)==="avoid"?"avoid":"auto"}function Si(e){const t=Um(e);return t==="avoid"?"avoid":t==="page"||t==="always"?"page":"auto"}function Wm(e){const t=e.style.breakInside;if(t)return nd(t);const n=e.style.pageBreakInside;return n?nd(n):"auto"}function Vm(e){const t=e.style.breakAfter;if(t)return Si(t);const n=e.style.pageBreakAfter;return n?Si(n):"auto"}function Gm(e){const t=e.style.breakBefore;if(t)return Si(t);const n=e.style.pageBreakBefore;return n?Si(n):"auto"}function Bb(e){e.style.removeProperty("break-inside"),e.style.removeProperty("page-break-inside")}function Hb(e){e.style.removeProperty("break-after"),e.style.removeProperty("page-break-after")}function zb(e){e.style.removeProperty("break-before"),e.style.removeProperty("page-break-before")}function Ob(e){return{breakInside:Wm(e),breakAfter:Vm(e),breakBefore:Gm(e)}}function $b(e,t){return Wm(e)===t?!1:t==="auto"?(Bb(e),!0):(e.style.breakInside="avoid",e.style.pageBreakInside="avoid",!0)}function Kb(e,t){return Vm(e)===t?!1:t==="auto"?(Hb(e),!0):t==="avoid"?(e.style.breakAfter="avoid",e.style.pageBreakAfter="avoid",!0):(e.style.breakAfter="page",e.style.pageBreakAfter="always",!0)}function Ub(e,t){return Gm(e)===t?!1:t==="auto"?(zb(e),!0):t==="avoid"?(e.style.breakBefore="avoid",e.style.pageBreakBefore="avoid",!0):(e.style.breakBefore="page",e.style.pageBreakBefore="always",!0)}function Wb(e,t){return e===t}function rd(e,t){return e===t}const Fe=["top","right","bottom","left"],Vi=["none","solid","dotted","dashed","double","groove","ridge","inset","outset"],ht={top:null,right:null,bottom:null,left:null},Nl={style:"none",width:null,color:null},Vb=new Set(Vi),od={value:0,unit:"px"};function Gb(){return{margin:{...ht},padding:{...ht},lineHeight:null,border:{...Nl},borderRadius:null,boxShadow:null,backgroundColor:null,opacity:null,breakInside:"auto",breakAfter:"auto",breakBefore:"auto"}}function Il(){const e=Gb();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 Ot(e,t){return Fe.every(n=>st(e[n],t[n]))}function qm(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 Zm(e,t){return e.style===t.style&&st(e.width,t.width)&&e.color===t.color}function Ym(e,t){return e===t?!0:!e||!t?!1:st(e.offsetX,t.offsetX)&&st(e.offsetY,t.offsetY)&&st(e.blur,t.blur)&&st(e.spread,t.spread)&&e.color===t.color&&e.inset===t.inset}function qb(e){return e.kind==="normal"?"normal":e.kind==="number"?ie(e.value):he({value:e.value,unit:e.unit})}function Zb(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)?sn(r/100):null}const n=Number(t.replace(",","."));return Number.isFinite(n)?sn(n):null}function sn(e){return Me(Math.min(1,Math.max(0,e)))}function Pi(e){return Me(sn(e)*100)}function Xm(e){return sn(e/100)}function Jm(e){return ie(sn(e))}function Yb(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:Me(r)}}const n=Oe(t);return!n||n.value<0?null:{kind:"length",value:n.value,unit:n.unit}}function Xb(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 Jb(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 Qb(e){const t=[he(e.offsetX),he(e.offsetY),he(e.blur),he(e.spread)];e.color&&t.push(e.color);const n=t.join(" ");return e.inset?`inset ${n}`:n}function ey(e){const t=e.trim();if(!t||t.toLowerCase()==="none")return null;const n=Xb(t,",")[0];if(!n)return null;const r=Jb(n);let o=!1,a=null;const s=[];for(const u of r){if(u.toLowerCase()==="inset"){o=!0;continue}const d=Oe(u);if(d){s.push(d);continue}const g=Pe(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]??od,spread:s[3]??od,color:a,inset:o}}function qn(e,t){return Oe(e.style.getPropertyValue(t))}function ty(e,t,n,r){const o=n&&r?dn(n):n,a=o?he(o):"";return e.style.getPropertyValue(t)===a?!1:(a?e.style.setProperty(t,a):e.style.removeProperty(t),!0)}function id(e,t){return{top:qn(e,`${t}-top`),right:qn(e,`${t}-right`),bottom:qn(e,`${t}-bottom`),left:qn(e,`${t}-left`)}}function ad(e,t,n,r){let o=!1;for(const a of Fe)ty(e,`${t}-${a}`,n[a],r)&&(o=!0);return o}function ny(e){const t=e.trim().toLowerCase();return Vb.has(t)?t:"none"}function Qm(e){const t=ny(e.style.borderStyle||e.style.borderTopStyle),n=qn(e,"border-width")??qn(e,"border-top-width"),r=e.style.borderColor||e.style.borderTopColor,o=r?Pe(r):null;return{style:t,width:n,color:o}}function ry(e,t){const n=Qm(e),r=t.style==="none"?{style:"none",width:null,color:null}:{style:t.style,width:t.width?dn(t.width):null,color:t.color};return Zm(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=he(r.width):e.style.removeProperty("border-width"),r.color?e.style.borderColor=r.color:e.style.removeProperty("border-color"),!0)}function ef(e){const t=e.style.borderRadius.trim();if(!t)return null;const n=t.split(/\s+/)[0];return Oe(n)}function oy(e,t){const n=t?dn(t):null,r=ef(e);return st(r,n)?!1:(n?e.style.borderRadius=he(n):e.style.removeProperty("border-radius"),!0)}function tf(e){return ey(e.style.boxShadow)}function iy(e,t){const n=tf(e),r=t?{...t,blur:dn(t.blur)}:null;return Ym(n,r)?!1:(r?e.style.boxShadow=Qb(r):e.style.removeProperty("box-shadow"),!0)}function nf(e){return Yb(e.style.lineHeight)}function ay(e,t){const n=nf(e);return qm(n,t)?!1:(t?e.style.lineHeight=qb(t):e.style.removeProperty("line-height"),!0)}function rf(e){const t=e.style.backgroundColor;return t?Pe(t):null}function sy(e,t){const n=t?Pe(t):null;return rf(e)===n?!1:(n?e.style.backgroundColor=n:e.style.removeProperty("background-color"),!0)}function of(e){return Zb(e.style.opacity)}function ly(e,t){const n=of(e),r=t===null?null:sn(t);return n===r?!1:(r===null?e.style.removeProperty("opacity"):e.style.opacity=Jm(r),!0)}function ur(e){const t=Ob(e);return{margin:id(e,"margin"),padding:id(e,"padding"),lineHeight:nf(e),border:Qm(e),borderRadius:ef(e),boxShadow:tf(e),backgroundColor:rf(e),opacity:of(e),breakInside:t.breakInside,breakAfter:t.breakAfter,breakBefore:t.breakBefore}}function dr(e,t){let n=!1;return!t.marginMixed&&ad(e,"margin",t.margin,!1)&&(n=!0),!t.paddingMixed&&ad(e,"padding",t.padding,!0)&&(n=!0),!t.lineHeightMixed&&ay(e,t.lineHeight)&&(n=!0),!t.borderMixed&&ry(e,t.border)&&(n=!0),!t.radiusMixed&&oy(e,t.borderRadius)&&(n=!0),!t.shadowMixed&&iy(e,t.boxShadow)&&(n=!0),!t.backgroundMixed&&sy(e,t.backgroundColor)&&(n=!0),!t.opacityMixed&&ly(e,t.opacity)&&(n=!0),!t.breakInsideMixed&&$b(e,t.breakInside)&&(n=!0),!t.breakAfterMixed&&Kb(e,t.breakAfter)&&(n=!0),!t.breakBeforeMixed&&Ub(e,t.breakBefore)&&(n=!0),n&&We(e),n}function cy(e){const t=Il(),n=Kt(e);if(n.length===0)return t;const r=n.map(ur),o=r[0];return{margin:o.margin,marginMixed:r.some(a=>!Ot(a.margin,o.margin)),padding:o.padding,paddingMixed:r.some(a=>!Ot(a.padding,o.padding)),lineHeight:o.lineHeight,lineHeightMixed:r.some(a=>!qm(a.lineHeight,o.lineHeight)),border:o.border,borderMixed:r.some(a=>!Zm(a.border,o.border)),borderRadius:o.borderRadius,radiusMixed:r.some(a=>!st(a.borderRadius,o.borderRadius)),boxShadow:o.boxShadow,shadowMixed:r.some(a=>!Ym(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=>!Wb(a.breakInside,o.breakInside)),breakAfter:o.breakAfter,breakAfterMixed:r.some(a=>!rd(a.breakAfter,o.breakAfter)),breakBefore:o.breakBefore,breakBeforeMixed:r.some(a=>!rd(a.breakBefore,o.breakBefore))}}function uy(e,t){return gn(e,()=>{const n=Nn(e);if(n.length===0)return!1;let r=!1;for(const o of n)dr(o,t)&&(r=!0);return r})}const Gr=96,dy=25.4,Ml=Gr/dy,af=Ml*10,sf=72,my=/^([+-]?(?:\d+(?:\.\d+)?|\.\d+))\s*(in|cm|mm|pt|px|em|rem|%)$/i;function lf(e){const t=e.trim();if(!t)return null;if(/^[+-]?0(?:\.0+)?$/.test(t))return{value:0,unit:"px"};const n=t.match(my);if(!n)return null;const r=Number(n[1]);return Number.isFinite(r)?{value:Me(r),unit:n[2].toLowerCase()}:null}function qr(e,t){switch(t){case"in":return e/Gr;case"cm":return e/af;case"mm":return e/Ml;case"pt":return e/Gr*sf;case"px":default:return e}}function Zr(e,t){switch(t){case"in":return e*Gr;case"cm":return e*af;case"mm":return e*Ml;case"pt":return e/sf*Gr;case"em":case"rem":return e*16;case"px":default:return e}}function An(e,t=0){if(!e)return t;const n=typeof e=="string"?lf(e):e;return!n||!Number.isFinite(n.value)?t:Zr(n.value,n.unit)}function Cs(e,t="in"){const n=qr(e,t);return{value:Math.round(n*1e3)/1e3,unit:t}}function Hr(e){const t=qr(e,"pt");return{value:Math.round(t*1e3)/1e3,unit:"pt"}}function cf(e,t="in"){const n=qr(e,t),r=t==="in"?2:t==="cm"?1:0;return`${n.toFixed(r)} ${t}`}function Pn(e,t="in",n=!1,r=0){if(n)return e;const o=e-r,s=Zr(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 uf(e,t,n="in"){const r=[];if(e<=0)return r;const o=n==="in",a=o?.125:.1;if(Zr(a,n)<=0)return r;const u=-qr(t,n),d=qr(e-t,n),g=Math.floor(u/a),p=Math.ceil(d/a);for(let h=g;h<=p;h++){const x=h*a,b=t+Zr(x,n);if(b<0||b>e)continue;const w=Math.round(x),y=Math.abs(x-w)<.001,v=o?Math.abs(x-(Math.floor(x)+.5))<.001:!1,k=o?Math.abs(x-(Math.floor(x)+.25))<.001||Math.abs(x-(Math.floor(x)+.75))<.001:!1;let S=4;y?S=10:v?S=7:k&&(S=5);const D={positionPx:Math.round(b),unitValue:x,major:y,height:S};y&&x>=0&&(D.label=String(Math.abs(w))),r.push(D)}return r}function df(e){const t=Oe(e);if(t)return t;const n=lf(e);return n&&(n.unit==="in"||n.unit==="cm"||n.unit==="mm")?Hr(Zr(n.value,n.unit)):null}const Ai="data-page-at-rule";function nn(){return{sizePreset:"auto",customWidth:null,customHeight:null,orientation:null,margin:{...ht},marginMixed:!1}}function _l(e){return new DOMParser().parseFromString(`<body>${e}</body>`,"text/html")}function mf(e){return e.body.innerHTML.replace(/\s*data-page=""/g," data-page")}function Yr(e){var r;const n=_l(e).querySelector(`style[${Ai}]`);return((r=n==null?void 0:n.textContent)==null?void 0:r.trim())??null}function Qo(e,t){const n=new RegExp(`margin-${t}\\s*:\\s*([^;]+)`,"i"),r=e.match(n);return r?df(r[1].trim()):null}function fy(e){const t=e.match(/(?:^|[\s{;])margin\s*:\s*([^;]+)/i);if(!t)return{...ht};const n=t[1].trim().split(/\s+/).map(u=>df(u)),[r,o=r,a=r,s=o]=n;return{top:r??null,right:o??null,bottom:a??null,left:s??null}}function gy(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 g=Oe(d[0]),p=Oe(d[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 py(e){const t=nn();if(!e)return t;const n=e.match(/@page\s*\{([^}]*)\}/is);if(!n)return t;const r=n[1],o=gy(r),a={top:Qo(r,"top"),right:Qo(r,"right"),bottom:Qo(r,"bottom"),left:Qo(r,"left")},u=Fe.some(d=>a[d]!==null)?a:fy(r);return{...o,margin:u,marginMixed:!1}}function Qe(e){return py(Yr(e))}function Pt(e,t){return Yr(e)||!Yr(t)?e:Ll(e,Qe(t))}function hy(e){const t=Fe.map(r=>e[r]);if(t.every(r=>r===null))return null;const n=t.map(r=>r?he(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}: ${he(e[r])};`:null).filter(Boolean).join(" ")}function by(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(he(e.customWidth),he(e.customHeight)),e.orientation&&t.push(e.orientation),t.length===0?null:`size: ${t.join(" ")};`}function yy(e){const t=by(e),n=hy(e.margin);return!t&&!n?null:`@page { ${[t,n].filter(Boolean).join(" ")} }`}function or(e){const t=_l(e);for(const n of t.querySelectorAll(`style[${Ai}]`))n.remove();return mf(t)}function xy(e,t){const n=_l(e);let r=n.querySelector(`style[${Ai}]`);return r||(r=n.createElement("style"),r.setAttribute(Ai,""),n.body.insertBefore(r,n.body.firstChild)),r.textContent=t,mf(n)}function Ll(e,t){const n=yy(t);return n?xy(e,n):ff(e)}function ff(e){return or(e)}function wy(e){const t=e.map(n=>Yr(n)).filter(n=>!!n);return t.length===0?"":t.join(`
2
- `)}const Fl="data-page-sized",vs={A4:{width:"210mm",height:"297mm"},letter:{width:"8.5in",height:"11in"},legal:{width:"8.5in",height:"14in"}};function Bl(e,t=!1){let n=null;return e.sizePreset==="A4"||e.sizePreset==="letter"||e.sizePreset==="legal"?n={...vs[e.sizePreset]}:e.sizePreset==="custom"&&e.customWidth&&e.customHeight?n={width:he(e.customWidth),height:he(e.customHeight)}:e.orientation?n=t?{...vs.letter}:null:n=t?{...vs.letter}:null,n?e.orientation==="landscape"?{width:n.height,height:n.width}:n:null}function gf(e){return Bl(e,!1)!==null}function Cy(e){const t=Bl(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=Hl(e);for(const a of Fe){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 Hl(e){return vy(e.margin)}function vy(e){return{top:e.top?he(e.top):null,right:e.right?he(e.right):null,bottom:e.bottom?he(e.bottom):null,left:e.left?he(e.left):null}}const ky=["width","min-height","padding-top","padding-right","padding-bottom","padding-left"];function Sy(e){e.removeAttribute(Fl);for(const t of ky)e.style.removeProperty(t)}function pf(e,t){const n=Qe(e),r={...n.margin};return t.left!==void 0&&(r.left=Hr(t.left)),t.right!==void 0&&(r.right=Hr(t.right)),t.top!==void 0&&(r.top=Hr(t.top)),t.bottom!==void 0&&(r.bottom=Hr(t.bottom)),Ll(e,{...n,margin:r})}function Py(e,t,n){mr(e,pf(t,n))}function mr(e,t){const n=Qe(t),r=Bl(n);if(!r){Sy(e);return}e.setAttribute(Fl,""),e.style.width=r.width,e.style.minHeight=r.height;const o=Hl(n);for(const a of Fe){const s=`padding-${a}`,u=o[a];u?e.style.setProperty(s,u):e.style.removeProperty(s)}}const Xr="data-page",Di="data-page-bg",Ri="commspliant-background";function dt(e){return e instanceof HTMLElement&&(e.id===Ri||e.hasAttribute(Di))}function Ay(e){return e.hasAttribute(Xr)&&e.parentElement?e.parentElement:e}function zl(e){const t=Ay(e),n=new Set,r=[],o=a=>{a instanceof HTMLElement&&dt(a)&&!n.has(a)&&(n.add(a),r.push(a))};o(t.querySelector(`#${Ri}`));for(const a of t.querySelectorAll(`[${Di}]`))o(a);return o(t),r}function Ol(e){return zl(e)[0]??null}function $r(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 Dy(e,t){if(!e.hasAttribute(Fl))return $r(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),t.style.minHeight!=="100%"&&(t.style.minHeight="100%",n=!0),n}function Ry(e){const t=e.querySelectorAll("p, h1, h2, h3, h4, h5, h6, li");return t[t.length-1]??null}function sd(e){const t=pn(e);if(!t)return!1;let n=!1;for(const r of[...e.childNodes])if(r!==t&&!(r instanceof HTMLElement&&dt(r))){if(r.nodeType===Node.TEXT_NODE){if(!(r.textContent??"").trim()){r.remove(),n=!0;continue}let a=Ry(t);a||(a=document.createElement("p"),t.appendChild(a)),a.appendChild(r),n=!0;continue}t.appendChild(r),n=!0}return n}function hf(e,t){return e instanceof HTMLElement&&e!==t&&e.parentElement===t&&e.hasAttribute(Xr)}function bf(e){return[...e.children].filter(t=>t instanceof HTMLElement)}function Ey(e){return[...e.childNodes].some(t=>t.nodeType===Node.TEXT_NODE&&(t.textContent??"").trim()!=="")}function pn(e){return bf(e).find(n=>n.hasAttribute(Xr))??null}function jy(e){if(Ey(e))return null;const t=bf(e);if(t.length!==1)return null;const n=t[0];return n.tagName.toLowerCase()!=="div"||dt(n)?null:n}function yf(e){const t=pn(e);if(t)return $r(t),t;const n=jy(e);if(n)return n.setAttribute(Xr,""),$r(n),n;const r=document.createElement("div");for(r.setAttribute(Xr,"");e.firstChild;)r.appendChild(e.firstChild);return e.appendChild(r),$r(r),r}function $l(e){return pn(e)??e}function Ty(e){for(const t of e.childNodes)if(!(t instanceof HTMLElement&&dt(t)))return t;return null}function Ny(e,t,n){const{startContainer:r}=n;return r===t||t.contains(r)?!1:r===e?!0:e.contains(r)}function Iy(e){var o,a;const t=document.createRange(),n=Ty(e);if(n instanceof HTMLElement){const s=n.firstChild;(s==null?void 0:s.nodeType)===Node.TEXT_NODE?t.setStart(s,((o=s.textContent)==null?void 0:o.length)??0):n.firstChild?t.setStartBefore(n.firstChild):t.setStart(n,0)}else if((n==null?void 0:n.nodeType)===Node.TEXT_NODE)t.setStart(n,((a=n.textContent)==null?void 0:a.length)??0);else{const s=document.createElement("p");s.appendChild(document.createElement("br")),e.appendChild(s),t.setStart(s,0)}t.collapse(!0);const r=window.getSelection();r&&(r.removeAllRanges(),r.addRange(t))}function er(e){const t=pn(e);if(!t)return;const n=window.getSelection();if(!n||n.rangeCount===0)return;const r=n.getRangeAt(0);Ny(e,t,r)&&Iy(t)}const ld=["background-color","background-image","background-size","background-position","background-repeat","opacity"];function cd(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 Gi(e){const t=pn(e),n=t?Ol(t):null;if(cd(e,t,"background-color"),n)for(const r of ld)r!=="background-color"&&cd(e,n,r);else for(const r of ld)r!=="background-color"&&e.style.removeProperty(r)}const Ei="<!-- wysiwyg-page-separator -->",ir="data-page-surface";function Se(e){const t=e.trim();return t?t.includes(Ei)?e.split(Ei).map(n=>n.trim()):[e]:[""]}function at(e){return e.length===0?"":e.length===1?e[0]??"":e.join(`
3
- ${Ei}
4
- `)}function pi(){return"<p></p>"}function ud(e){return e.length===0?[pi()]:e.map(t=>t.trim())}function et(e,t){const n=e.querySelector(`[${ir}][data-page-index="${t}"]`);return n||([...e.querySelectorAll(`[${ir}]`)][t]??null)}function My(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(`[${ir}]`)].indexOf(e);if(o!==-1)return o;n=n.parentElement}return null}function Kl(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 _y(e){const t=e.name.toLowerCase();return e.type==="text/html"||t.endsWith(".html")||t.endsWith(".htm")}function ei(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 Ly(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 Fy(e){return e?Ly(e).find(_y)??null:null}const xf={description:"HTML",accept:{"text/html":[".html",".htm"]}},By="document.html";function wf(){return window}function Cf(e){return e instanceof DOMException&&e.name==="AbortError"}function Hy(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 zy(){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}Kl(r).then(a=>n(a),()=>n(null))}),t.addEventListener("cancel",()=>n(null)),document.body.append(t),t.click()})}async function Oy(e,t=By){const n=wf().showSaveFilePicker;if(typeof n=="function"){try{const o=await(await n({suggestedName:t,types:[xf]})).createWritable();await o.write(e),await o.close()}catch(r){if(Cf(r))return;throw r}return}Hy(e,t)}async function $y(){const e=wf().showOpenFilePicker;if(typeof e=="function")try{const[t]=await e({multiple:!1,types:[xf]}),n=await t.getFile();return await Kl(n)}catch(t){if(Cf(t))return null;throw t}return zy()}const qi="data-wysiwyg-font",Ky=[{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 Jr(e){return e.split(",").map(t=>t.trim().replace(/^["']|["']$/g,"").toLowerCase()).filter(Boolean).join(",")}function no(e,t){return e===t?!0:!e||!t?!1:Jr(e)===Jr(t)}function vf(e=[]){var r;const t=[],n=new Set;for(const o of[...Ky,...e]){const a=o.family.trim();if(!a)continue;const s=Jr(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 Uy(e,t){return e?t.find(n=>no(n.family,e))??null:null}function Wy(e){try{const t=new URL(e);return t.protocol==="http:"||t.protocol==="https:"}catch{return!1}}function Vy(e){return e.replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/</g,"&lt;")}function Zi(e){const t=new Set,n=[];for(const r of e){const o=r.trim();!o||!Wy(o)||t.has(o)||(t.add(o),n.push(o))}return n}function Gy(e){return e.replace(/&quot;/g,'"').replace(/&lt;/g,"<").replace(/&amp;/g,"&")}const qy=new RegExp(`<link\\b[^>]*\\b${qi}\\b[^>]*>`,"gi");function Ce(e){if(!e.includes(qi))return{hrefs:[],body:e};const t=[],n=e.replace(qy,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(Gy(o)),""});return{hrefs:Zi(t),body:n}}function ti(e,t){const n=Zi(t);return n.length===0?e:`${n.map(o=>`<link rel="stylesheet" href="${Vy(o)}" ${qi}="">`).join("")}${e}`}function Zy(e,t){const n=Jr(t);if(!n)return!1;const r=e.toLowerCase();if(!r.includes("font-family")&&!r.includes("face="))return!1;const o=n.split(",")[0].replace(/['"]/g,"").trim().toLowerCase();if(o&&!r.includes(o))return!1;const a=new DOMParser().parseFromString(e,"text/html"),s=a.createTreeWalker(a.body,NodeFilter.SHOW_ELEMENT);let u=s.currentNode;for(;u;){if(u instanceof HTMLElement){const d=u.style.fontFamily;if(d&&Jr(d)===n)return!0}u=s.nextNode()}return!1}function ni(e,t,n=[]){const r=Ce(t).hrefs,o=n.filter(a=>a.css&&Zy(e,a.family)).map(a=>a.css??"");return Zi([...r,...o])}function Yy(e,t=[]){const n=Ce(e).hrefs,r=t.map(o=>o.css??"");return Zi([...n,...r])}function Xy(e){return e.nodeType===Node.TEXT_NODE?e.parentElement:e instanceof Element?e:e.parentElement}function kf(e){return e.style.fontFamily.trim()||null}function Ul(e,t){let n=Xy(t);for(;n&&n!==e&&n instanceof HTMLElement;){const r=kf(n);if(r)return r;n=n.parentElement}return null}function $s(e){return e instanceof HTMLElement&&kf(e)!==null}function Wl(e){e.style.fontFamily="",e.style.removeProperty("font-family")}function Jy(e,t){let n=t;for(;n.parentElement&&n.parentElement!==e;){const r=n.parentElement;if(!Rt(r)||!$s(r)){n=r;continue}if(fn(r,n),$s(r)&&(Wl(r),mn(r))){tt(r);continue}n=r}}function Sf(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);return de(e,n.commonAncestorContainer)?n:null}function Pf(e){const t=Sf(e);if(!t)return{value:null,mixed:!1};const n=t.collapsed?[]:qe(t).filter(u=>u.data.length>0),o=(n.length>0?n:[t.startContainer]).map(u=>Ul(e,u)),a=o[0]??null;return o.every(u=>no(u,a))?{value:a,mixed:!1}:{value:null,mixed:!0}}function Ks(e,t){const n=Sf(e);if(!n||n.collapsed)return!1;const r=t!=null&&t.trim()?t.trim():null;Dt(n);const o=qe(n).filter(a=>a.data.length>0);for(const a of o){const s=Ul(e,a);if(r===null){if(s===null)continue;Jy(e,a);continue}no(s,r)||eo(a,u=>{u.style.fontFamily=r})}return Tn(o),!0}function Qy(e,t){if(t){if(t.value===null){Wl(e);return}e.style.fontFamily=t.value}}function ex(e){return e!=null}function tx(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 nx(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 Us(e,t){let n=t;for(;n.parentElement&&n.parentElement!==e;){const r=n.parentElement;if(!Rt(r)||!$s(r)){n=r;continue}if(fn(r,n),Wl(r),mn(r)){tt(r);continue}n=r.isConnected?r:t}return t}function rx(e,t){tx(t);const n=nx(t);return Us(e,n)}function ox(e,t,n){return!!(n&&n.value===null&&Ul(e,t))}const ix=`
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,"&amp;").replace(/"/g,"&quot;").replace(/</g,"&lt;")}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(/&quot;/g,'"').replace(/&lt;/g,"<").replace(/&amp;/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,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}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
  }
@@ -105,6 +243,35 @@ img {
105
243
  padding-top: 1.5rem;
106
244
  border-top: 2px dashed #ccc;
107
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
+ }
108
275
  @media print {
109
276
  [data-wysiwyg-page-break] {
110
277
  display: block !important;
@@ -122,7 +289,33 @@ img {
122
289
  border-top: 0 !important;
123
290
  }
124
291
  }
125
- `.trim();function Ws(e,t,n="​"){const{hrefs:r,body:o}=Ce(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=ix;const d=r.map(g=>{const p=e.createElement("link");return p.rel="stylesheet",p.href=g,p});e.head.replaceChildren(a,s,u,...d),e.title=n,e.body.innerHTML=o}const ax=1e3;function Af(){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 Df(e,t,n,r){Ws(e,r);let o=!1;const a=()=>{o||(o=!0,n.remove())};t.addEventListener("afterprint",a),t.focus(),t.print(),window.setTimeout(a,ax)}function sx(e){const t=Af();t&&Df(t.doc,t.win,t.iframe,e)}function lx(e){const t=Af();if(!t)return;const n=[],r=[];for(const u of e){const d=Ce(u);n.push(...d.hrefs),r.push(d.body)}const o=r.map((u,d)=>`<div data-wysiwyg-print-page="" style="${d===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;"}">${u}</div>`).join(""),a=wy(e),s=[a?`<style>${a}</style>`:"",...Array.from(new Set(n)).map(u=>`<link rel="stylesheet" href="${u}" />`),o].filter(Boolean).join("");Df(t.doc,t.win,t.iframe,s)}function cx(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 Oy(t)},open:async()=>{const t=e.onOpen?await e.onOpen():await $y();if(t!==null){if(Array.isArray(t)){e.setHtml(at(t));return}if(e.isMultiPagesEnabled()){e.setHtml(at([t]));return}e.setHtml(t)}},print:()=>{if(e.isMultiPagesEnabled()){lx(e.getAllPagesHtml());return}sx(e.getHtml())}}}function ux(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 dx(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 mx(e){return{undo:()=>{e.undo()},redo:()=>{e.redo()}}}function fx(e){return{canUndo:()=>e.canUndo(),canRedo:()=>e.canRedo()}}function gx(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 px(e){return{isLink:()=>e.isLink(),isImageSelected:()=>e.isImageSelected(),isMultiPagesEnabled:()=>e.isMultiPagesEnabled(),hasSelectedPage:()=>e.hasSelectedPage(),canDeletePage:()=>e.canDeletePage(),canInsertPageBackgroundImage:()=>e.canInsertPageBackgroundImage(),canInsertParagraphBackgroundImage:()=>e.canInsertParagraphBackgroundImage()}}function hx(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 bx(e){return{isInTable:()=>e.isInTable(),canMergeCells:()=>e.canMergeCells(),canUnmergeCells:()=>e.canUnmergeCells()}}const yx=[50,75,100,125,150,200],xx=.1,wx=3;function ks(e){return!Number.isFinite(e)||e<=0?1:Math.min(wx,Math.max(xx,e))}function Cx(e,t,n,r,o){if(e==="fitWidth")return r<=0?1:ks(t/r);if(e==="fitPage"){if(r<=0||o<=0)return 1;const a=t/r,s=n/o;return ks(Math.min(a,s))}return ks(e/100)}function Qt(e,t){return()=>{e.setPageZoom(t)}}function en(e,t){return()=>e.getPageZoom()===t}function vx(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:Qt(e,"fitWidth"),setPageZoomFitPage:Qt(e,"fitPage"),setPageZoom50:Qt(e,50),setPageZoom75:Qt(e,75),setPageZoom100:Qt(e,100),setPageZoom125:Qt(e,125),setPageZoom150:Qt(e,150),setPageZoom200:Qt(e,200),setToolbarPositionTop:()=>{e.setToolbarPosition("top")},setToolbarPositionLeft:()=>{e.setToolbarPosition("left")},setToolbarPositionRight:()=>{e.setToolbarPosition("right")},setToolbarPositionBottom:()=>{e.setToolbarPosition("bottom")}}}function kx(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 Sx(e){return{addComment:()=>e.addComment(),toggleCommentsVisible:()=>e.toggleCommentsVisible()}}function Px(e){return{canAddComment:()=>e.canAddComment(),areCommentsVisible:()=>e.areCommentsVisible(),isCommentsEnabled:()=>e.isCommentsEnabled()}}function Ax(e){return{...cx(e),...mx(e),...Gh(e),...gx(e),...hx(e),...vx(e),...ux(e),...Sx(e)}}function Dx(e){return{...kx(e),...fx(e),...px(e),...bx(e),...dx(e),...Px(e)}}function ji(e){return e.nodeType===Node.TEXT_NODE?e.parentElement:e instanceof Element?e:e.parentElement}function Rx(e){const t=e.style.fontSize;if(!t)return null;const n=vl(t);return!n||!Wi(n.unit)?null:{value:n.value,unit:n.unit}}function Rf(e,t){let n=ji(t);for(;n&&n!==e&&n instanceof HTMLElement;){const r=Rx(n);if(r)return r;n=n.parentElement}return null}function Ex(e,t){const n=ji(e)??t,r=parseFloat(getComputedStyle(n).fontSize);return Number.isFinite(r)&&r>0?r:16}function Ef(e,t){var a;let n=ji(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=ji(t))==null?void 0:a.parentElement)??e,o=parseFloat(getComputedStyle(r).fontSize);return Number.isFinite(o)&&o>0?o:16}function jf(e){const t=parseFloat(getComputedStyle(e).fontSize);return Number.isFinite(t)&&t>0?t:16}function jx(e,t){return e===t?!0:!e||!t?!1:e.value===t.value&&e.unit===t.unit}function dd(e=Rn){return{value:null,unit:e,mixed:!1}}function Tf(e,t=Rn){const n=window.getSelection();if(!n||n.rangeCount===0)return dd(t);const r=n.getRangeAt(0);if(!de(e,r.commonAncestorContainer))return dd(t);const o=r.collapsed?[]:qe(r).filter(g=>g.data.length>0),a=o.length>0?o:[r.startContainer],s=a.map(g=>Rf(e,g)),u=s[0];if(s.every(g=>jx(g,u))&&u)return{value:u.value,unit:u.unit,mixed:!1};if(s.every(g=>g===null)){const g=a.map(h=>Ex(h,e)),p=g[0];if(g.every(h=>Math.abs(h-p)<.05)){const h=Ef(e,a[0]),x=jf(e);return{value:Mm(p,t,h,x),unit:t,mixed:!1}}return{value:null,unit:t,mixed:!0}}return{value:null,unit:t,mixed:!0}}function Tx(e,t){return{parentPx:Ef(e,t),rootPx:jf(e)}}function Nx(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);return de(e,n.commonAncestorContainer)?n:null}function Vs(e,t,n){const r=En(t,n);if(!r)return!1;const o=Nx(e);if(!o||o.collapsed)return!1;const a=Cl(r.value,r.unit);Dt(o);const s=qe(o).filter(u=>u.data.length>0);for(const u of s){const d=Rf(e,u);d&&d.value===r.value&&d.unit===r.unit||eo(u,g=>{g.style.fontSize=a})}return Tn(s),!0}function Ix(e,t){e.style.fontSize=Cl(t.value,t.unit)}function Mx(e){return e.nodeType===Node.TEXT_NODE?e.parentElement:e instanceof Element?e:e.parentElement}function _x(e){return e.trim().toLowerCase()}function Gs(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=_x(r.slice(0,o)),s=r.slice(o+1).trim();a&&(t[a]=s)}return t}function Nf(e){return Object.entries(e).filter(([t])=>t.trim()).map(([t,n])=>`${t}: ${n}`).join("; ")}function Lx(e,t){const n={...e};for(const[r,o]of Object.entries(t))o.trim()?n[r]=o:delete n[r];return n}function Fx(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(`
126
- `)}function Yi(e){const t=Gs(e);return Nf(t)}function Bx(e,t){let n=Mx(t);for(;n&&n!==e&&n instanceof HTMLElement;){const r=n.style.cssText.trim();if(r)return r;n=n.parentElement}return""}function If(e){const t=Et(e);if(!t)return{value:null,mixed:!1};const n=t.collapsed?[]:qe(t).filter(d=>d.data.length>0),a=(n.length>0?n:[t.startContainer]).map(d=>Bx(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 Mf(e,t){const n=Gs(e.style.cssText),r=Gs(t),o=Lx(n,r),a=Nf(o);a?e.style.cssText=a:e.removeAttribute("style")}function _f(e,t){const n=Yi(t);if(!n)return!1;const r=Et(e);if(!r||r.collapsed)return!1;Dt(r);const o=qe(r).filter(a=>a.data.length>0);if(o.length===0)return!1;for(const a of o)eo(a,s=>{Mf(s,n),mn(s)&&tt(s)});return Tn(o),!0}function Hx(e,t){const n=Yi(t);n&&Mf(e,n)}function zx(e){return!!(e&&Yi(e))}const ct=["bold","italic","underline","strikethrough"],Zn={bold:new Set(["strong","b"]),italic:new Set(["em","i"]),underline:new Set(["u"]),strikethrough:new Set(["s","strike","del"])},Ox=new Set(["underline","line-through","overline"]);function Ht(){return{bold:!1,italic:!1,underline:!1,strikethrough:!1}}function $x(e,t){return ct.every(n=>e[n]===t[n])}function Kx(e){return ct.some(t=>e[t]!==void 0)}function Lf(e,t){const n={...e};if(!t)return n;for(const r of ct){const o=t[r];o!==void 0&&(n[r]=o)}return n}function Ux(e,t,n){const r=e[n]??t[n],o={...e,[n]:!r};return o[n]===t[n]&&delete o[n],o}function ln(e){return(e.style.textDecorationLine||e.style.textDecoration).split(/\s+/).filter(n=>Ox.has(n))}function ar(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 Ff(e,t){const n=e,r=e.tagName.toLowerCase();if(t==="bold"){if(Zn.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(Zn.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(Zn.underline.has(r))return!0;const s=n.style.textDecorationLine||n.style.textDecoration;if(!s)return null;if(s==="none")return!1;const u=ln(n);return u.includes("underline")?!0:u.length>0?!1:null}if(Zn.strikethrough.has(r))return!0;const o=n.style.textDecorationLine||n.style.textDecoration;if(!o)return null;if(o==="none")return!1;const a=ln(n);return a.includes("line-through")?!0:a.length>0?!1:null}function Ti(e,t){return Ff(e,t)===!0}function sr(e,t,n){let r=t.nodeType===Node.TEXT_NODE?t.parentElement:t;for(;r&&r!==e&&r instanceof Element;){const o=Ff(r,n);if(o!==null)return o;r=r.parentElement}return!1}function Bf(e,t){if(t==="bold"){e.style.fontWeight="700";return}if(t==="italic"){e.style.fontStyle="italic";return}if(t==="underline"){const r=ln(e);r.includes("underline")||r.push("underline"),ar(e,r);return}const n=ln(e);n.includes("line-through")||n.push("line-through"),ar(e,n)}function Hf(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"){ar(e,ln(e).filter(n=>n!=="underline"));return}ar(e,ln(e).filter(n=>n!=="line-through"))}function Wx(e,t){if(t==="bold"){e.style.fontWeight="400";return}if(t==="italic"){e.style.fontStyle="normal";return}if(t==="underline"){const r=ln(e).filter(o=>o!=="underline");if(r.length===0){e.style.textDecorationLine="none";return}ar(e,r);return}const n=ln(e).filter(r=>r!=="line-through");if(n.length===0){e.style.textDecorationLine="none";return}ar(e,n)}function Vx(e,t){eo(e,n=>Bf(n,t))}function Gx(e,t,n){let r=t;for(;r.parentElement&&r.parentElement!==e;){const o=r.parentElement;if(!Rt(o)||!Ti(o,n)){r=o;continue}if(fn(o,r),Ti(o,n)){if(Zn[n].has(o.tagName.toLowerCase())){tt(o);continue}if(Hf(o,n),mn(o)){tt(o);continue}}r=o}}function qx(e,t,n){const r=qe(t).filter(o=>o.data.length>0);return r.length===0?sr(e,t.startContainer,n):r.every(o=>sr(e,o,n))}function Zx(e,t,n,r){Dt(t);const o=qe(t).filter(a=>a.data.length>0);for(const a of o)r?sr(e,a,n)||Vx(a,n):Gx(e,a,n);Tn(o)}function Yn(e){const t=window.getSelection();if(!t||t.rangeCount===0)return Ht();const n=t.getRangeAt(0);if(!de(e,n.commonAncestorContainer))return Ht();if(n.collapsed)return qs(e,n);const r=qe(n).filter(a=>a.data.length>0);if(r.length===0)return qs(e,n);const o=Ht();for(const a of ct)o[a]=sr(e,r[0],a);for(let a=1;a<r.length;a+=1)for(const s of ct)o[s]=o[s]&&sr(e,r[a],s);return o}function qs(e,t){const n=Ht();for(const r of ct)n[r]=sr(e,t.startContainer,r);return n}function Zs(e,t){const n=window.getSelection();if(!n||n.rangeCount===0)return!1;const r=n.getRangeAt(0);if(!de(e,r.commonAncestorContainer)||r.collapsed)return!1;const o=qx(e,r,t);return Zx(e,r,t,!o),!0}function Yx(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 Xx(e,t,n){var a,s,u;Yx(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(!Rt(d)){o=d;continue}if(!n.some(p=>Ti(d,p))){o=d;continue}fn(d,o);for(const p of n)if(Ti(d,p)){if(Zn[p].has(d.tagName.toLowerCase())){tt(d);break}if(Hf(d,p),mn(d)){tt(d);break}}o=d.isConnected?d:r}return r}function Jx(e,t,n){for(const r of ct)n[r]!==t[r]&&(n[r]?Bf(e,r):Wx(e,r))}function Qx(e,t,n,r,o,a,s){var S,D;const u=window.getSelection();if(!u||u.rangeCount===0)return;const d=u.getRangeAt(0);if(!de(e,d.commonAncestorContainer))return;const g=qs(e,d),p=Lf(g,n),h=ct.filter(I=>g[I]&&!p[I]),x=Fb(e,d.startContainer,o),b=ox(e,d.startContainer,a);let w=null;h.length>0?(w=Xx(e,d,h),x.length>0&&$m(e,w,x),b&&Us(e,w)):x.length>0?(w=Lb(e,d,x),b&&Us(e,w)):b?w=rx(e,d):d.deleteContents();const y=document.createElement("span");Jx(y,g,p),r&&Ix(y,r),o!=null&&o.color&&td(y,"color",o.color),o!=null&&o.backgroundColor&&td(y,"backgroundColor",o.backgroundColor),a&&Qy(y,a),s&&Hx(y,s),y.textContent=t;const v=y.style.cssText.trim()?y:document.createTextNode(t);w?((S=w.parentNode)==null||S.insertBefore(v,w),w.nodeType===Node.TEXT_NODE&&!w.data&&((D=w.parentNode)==null||D.removeChild(w))):d.insertNode(v);const k=document.createRange();k.selectNodeContents(v),k.collapse(!1),u.removeAllRanges(),u.addRange(k)}const Ni=["p","h1","h2","h3","h4","h5","h6"],e1=new Set(Ni),zf=new Set([...Ni,"div"]),Xi=new Set(["li","ul","ol","td","th","tr","thead","tbody","table","blockquote","pre"]),t1=()=>({tag:null,mixed:!1});function Of(e){return e1.has(e)}function n1(e){return Of(e)?e:e==="div"?"p":null}function r1(e){return e instanceof Element&&Xi.has(xe(e))}function $f(e){return e instanceof HTMLElement&&!dt(e)&&zf.has(xe(e))}function Ys(e){if(e.nodeType===Node.TEXT_NODE||e.nodeType===Node.COMMENT_NODE||!(e instanceof Element))return!0;const t=xe(e);return zf.has(t)||Xi.has(t)?!1:Rt(e)||t==="br"||t==="a"||t==="img"||t==="span"}function o1(e,t){let n=to(t);for(;n&&n!==e;){if(Xi.has(xe(n)))return!0;n=n.parentElement}return!1}function Kf(e,t){let n=to(t);for(;n&&n!==e;){if(hf(n,e)){n=n.parentElement;continue}if($f(n))return n;if(Xi.has(xe(n)))return null;n=n.parentElement}return null}function i1(e,t){const n=new Set,r=[];for(const o of Rl(t)){const a=Kf(e,o);a&&!n.has(a)&&(n.add(a),r.push(a))}return r}function a1(e,t){let n=t;for(;n&&n.parentNode!==e;)n=n.parentNode;return n&&n.parentNode===e?n:null}function s1(e,t){const n=[...e.childNodes],r=n.indexOf(t);if(r<0)return[t];let o=r,a=r;for(;o>0&&Ys(n[o-1]);)o-=1;for(;a<n.length-1&&Ys(n[a+1]);)a+=1;return n.slice(o,a+1)}function Xs(e){for(const t of e.childNodes)if(!(t instanceof HTMLElement&&dt(t)))return t;return null}function l1(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&&dt(r)?Xs(e):r}return n.startContainer===t&&e!==t?Xs(e):a1(e,n.startContainer)}function c1(e,t,n){const r=$l(e);if(o1(e,t.startContainer))return!1;if(!Xs(r)){const u=document.createElement(n);return u.appendChild(document.createElement("br")),r.appendChild(u),!0}const o=l1(r,e,t);if(!o||o instanceof HTMLElement&&dt(o)||r1(o)||$f(o)||!Ys(o))return!1;const a=s1(r,o),s=document.createElement(n);r.insertBefore(s,a[0]);for(const u of a)s.appendChild(u);return!0}function u1(e){const t=Et(e);if(!t)return t1();const n=Rl(t).map(o=>{const a=Kf(e,o);return a?n1(xe(a)):null}),r=n[0];return n.every(o=>o===r)?{tag:r??null,mixed:!1}:{tag:null,mixed:!0}}function d1(e,t){if(!Of(t))return!1;const n=Et(e);if(!n)return!1;const r=nr(e,n.startContainer,n.startOffset),o=nr(e,n.endContainer,n.endOffset),a=Math.min(r,o),s=Math.max(r,o),u=i1(e,n);let d=!1;if(u.length===0)d=c1(e,n,t);else for(const g of u)xe(g)!==t&&(jl(g,t),d=!0);return El(e,a,s),d}function Vl(e){if(!lt(e))return null;const t=rr(e);if(!t)return null;const n=xe(t);return n==="ul"||n==="ol"?n:null}function Uf(e){const t=Kt(e);if(t.length===0)return{type:null,mixed:!1};const n=t.map(Vl),r=n[0];return n.every(o=>o===r)?{type:r,mixed:!1}:{type:null,mixed:!0}}function m1(e,t,n){const r=[...e.children].filter(o=>Dl(o));for(const o of r)t.insertBefore(o,n)}function Wf(e){const t=rr(e),n=document.createElement("p");for(const g of[...e.attributes])n.setAttribute(g.name,g.value);for(n.style.marginLeft="",We(n);e.firstChild&&!Dl(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=lt(a)?a.parentNode??a:a,u=lt(a)?a.nextSibling:t.nextSibling;e.remove();let d=null;if(r.length>0){d=document.createElement(t.tagName);for(const g of r)d.appendChild(g)}return s.insertBefore(n,u),d&&s.insertBefore(d,n.nextSibling),m1(e,s,n.nextSibling),t.childElementCount===0&&t.remove(),n}function f1(e){if(lt(e))return e;const t=jl(e,"li");return t.style.marginLeft="",We(t),t}function Vf(e,t){if(e.length===0)return!1;if(e.every(lt)){const a=rr(e[0]);if(a&&e.every(s=>s.parentElement===a)&&[...a.children].every(u=>u instanceof HTMLElement&&e.includes(u)))return xe(a)===t?!1:(jl(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=lt(a)?rr(a):null;o.appendChild(f1(a)),s&&s!==o&&s.childElementCount===0&&s.remove()}return!0}function Gf(e){let t=!1;for(const n of[...e].reverse())lt(n)&&(Wf(n),t=!0);return t}function g1(e,t){return gn(e,()=>{const n=Nn(e);if(n.length===0)return!1;if(n.every(a=>Vl(a)===t))return Gf(n);let o=!1;for(const a of Bm(n))Vf(a,t)&&(o=!0);return o})}function p1(e,t){return gn(e,()=>{const n=Nn(e);if(n.length===0)return!1;if(t===null)return Gf(n);if(n.every(a=>Vl(a)===t))return!1;let o=!1;for(const a of Bm(n))Vf(a,t)&&(o=!0);return o})}const qf=40;function Gl(e){const t=e.style.marginLeft;if(!t)return 0;const n=Number.parseFloat(t);return Number.isFinite(n)?n:0}function Zf(e,t){if(t<=0){e.style.marginLeft="",We(e);return}e.style.marginLeft=`${t}px`}function h1(e){let t=e.previousElementSibling;for(;t;){if(lt(t))return t;t=t.previousElementSibling}return null}function b1(e){for(let t=e.children.length-1;t>=0;t-=1){const n=e.children[t];if(n instanceof HTMLElement&&(xe(n)==="ul"||xe(n)==="ol"))return n}return null}function y1(e){const t=h1(e);if(!t)return!1;const n=rr(e);if(!n)return!1;const r=xe(n)==="ol"?"ol":"ul";let o=b1(t);return(!o||xe(o)!==r)&&(o=document.createElement(r),t.appendChild(o)),o.appendChild(e),!0}function x1(e){const t=rr(e);if(!t)return!1;const n=t.parentElement;if(n&&lt(n)){const r=n.parentElement;return r?(r.insertBefore(e,n.nextSibling),t.childElementCount===0&&t.remove(),!0):!1}return Wf(e),!0}function w1(e){return Kt(e).some(n=>lt(n)||Gl(n)>0)}function C1(e){return gn(e,()=>{const t=Nn(e);if(t.length===0)return!1;let n=!1;for(const r of t){if(lt(r)){y1(r)&&(n=!0);continue}Zf(r,Gl(r)+qf),n=!0}return n})}function v1(e){return gn(e,()=>{const t=Kt(e);if(t.length===0)return!1;let n=!1;for(const r of[...t].reverse()){if(lt(r)){x1(r)&&(n=!0);continue}const o=Gl(r);o<=0||(Zf(r,Math.max(0,o-qf)),n=!0)}return n})}function Ji(e){return{colSpan:Math.max(1,e.colSpan||1),rowSpan:Math.max(1,e.rowSpan||1)}}function jn(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 nt(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 g=Ji(d),p={cell:d,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 b=0;b<g.colSpan;b+=1)n[x][u+b]=p}u+=g.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 Ii(e,t,n){var r;return((r=e.slots[t])==null?void 0:r[n])??null}function bt(e,t){return e.unique.find(n=>n.cell===t)??null}function Yf(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 Xf(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 k1(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=Ii(e,o,a);!s||n.has(s.cell)||(n.add(s.cell),r.push(s.cell))}return r}function Jf(e,t){if(t.minRow>t.maxRow||t.minCol>t.maxCol)return null;const n=Ii(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=Ii(e,a,s);if(!u||Yf(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 S1(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=Ii(e,a,s);if(!u)return!1;if(u.cell!==t.cell&&Yf(u,o))return!1}return!0}const md=10,Xn=1,Jn=50,P1="1px solid #000",A1="0.25em",D1=new Set(["td","th"]);function Qf(e,t){return Number.isInteger(e)&&Number.isInteger(t)&&e>=Xn&&t>=Xn&&e<=Jn&&t<=Jn}function Ge(e,t){return Zl(e,t,n=>n instanceof HTMLTableElement)}function Mi(e,t){return Zl(e,t,n=>B1(n))}function R1(e,t){return Zl(e,t,n=>n instanceof HTMLTableRowElement)}function ql(e){return Ge(e,Yl(e))}function jt(e){return Mi(e,Yl(e))}function eg(e){return R1(e,Yl(e))}function E1(e){const t=[];for(const n of Array.from(e.rows))t.push(...Array.from(n.cells));return t}function ro(e){const t=window.getSelection();if(!t||t.rangeCount===0)return[];const n=t.getRangeAt(0);if(!de(e,n.commonAncestorContainer))return[];const r=Mi(e,n.startContainer),o=Mi(e,n.endContainer);if(!r)return[];if(!o||r===o)return[r];const a=Ge(e,r);if(!a||Ge(e,o)!==a)return[r];const s=nt(a),u=bt(s,r),d=bt(s,o);if(!u||!d)return[r];const g=Xf([u,d]);if(!g)return[r];const p=k1(s,g);return p.length>0?p:[r]}function j1(e,t){if(!Qf(t.rows,t.cols))return!1;const n=window.getSelection();if(!n||n.rangeCount===0)return!1;const r=n.getRangeAt(0);if(!de(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 g=0;g<t.cols;g+=1)d.appendChild(H1("td"));a.appendChild(d)}o.appendChild(a),r.collapsed||r.deleteContents(),r.insertNode(o),K1(e,o);const s=o.querySelector("td, th");return s instanceof HTMLTableCellElement&&Ve(s),!0}function Js(e,t){var h,x,b,w;const n=jt(e);if(!n)return!1;const r=Ge(e,n);if(!r)return!1;const o=nt(r),a=bt(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){jn(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"),g=Math.min(s,o.rowCount-1);for(let y=0;y<o.colCount;y+=1){if(u.has(y))continue;const v=((x=(h=o.slots[g])==null?void 0:h[y])==null?void 0:x.cell)??n;d.appendChild(Xl(v))}if(s>=r.rows.length)(b=r.rows[r.rows.length-1].parentNode)==null||b.appendChild(d);else{const y=r.rows[s];(w=y.parentNode)==null||w.insertBefore(d,y)}const p=O1(d,o.colCount,u,a.originCol);return Ve(p||n),!0}function fd(e,t){var g,p,h,x;const n=jt(e);if(!n)return!1;const r=Ge(e,n);if(!r)return!1;const o=nt(r),a=bt(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){jn(b.cell,b.colSpan+1,b.rowSpan);for(let w=b.originRow;w<b.originRow+b.rowSpan;w+=1)u.add(w)}let d=null;for(let b=0;b<o.rowCount;b+=1){if(u.has(b))continue;const w=((p=(g=o.slots[b])==null?void 0:g[Math.min(s,Math.max(0,o.colCount-1))])==null?void 0:p.cell)??((x=(h=o.slots[b])==null?void 0:h[Math.max(0,s-1)])==null?void 0:x.cell)??n,y=Xl(w);Jl(r,b,s,y),b===a.originRow&&(d=y)}return d&&Ve(d),!0}function T1(e){var x,b;const t=jt(e);if(!t)return!1;const n=Ge(e,t);if(!n)return!1;const r=nt(n),o=bt(r,t);if(!o)return!1;if(r.rowCount<=1)return Qs(e,n);const a=o.originRow,s=a+1,u=[];for(const w of r.unique)w.originRow<=a&&w.originRow+w.rowSpan>a&&(w.originRow<a?jn(w.cell,w.colSpan,w.rowSpan-1):w.originRow===a&&w.rowSpan>1&&u.push(w));u.sort((w,y)=>w.originCol-y.originCol);for(const w of u)jn(w.cell,w.colSpan,w.rowSpan-1),Jl(n,s,w.originCol,w.cell);const d=o.originCol;n.rows[a].remove();const g=n.rows[Math.min(a,n.rows.length-1)],p=nt(n),h=(b=(x=p.slots[Math.min(a,p.rowCount-1)])==null?void 0:x[Math.min(d,Math.max(0,p.colCount-1))])==null?void 0:b.cell;return h?Ve(h):g!=null&&g.cells[0]?Ve(g.cells[0]):W1(n),!0}function N1(e){var g,p,h;const t=jt(e);if(!t)return!1;const n=Ge(e,t);if(!n)return!1;const r=nt(n),o=bt(r,t);if(!o)return!1;if(r.colCount<=1)return Qs(e,n);const a=o.originCol,s=o.originRow;for(const x of r.unique)a<x.originCol||a>=x.originCol+x.colSpan||(x.colSpan===1?x.cell.remove():jn(x.cell,x.colSpan-1,x.rowSpan));const u=nt(n);if(u.colCount===0||u.unique.length===0)return Qs(e,n);const d=((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 d&&Ve(d),!0}function I1(e,t){const n=jt(e);if(!n)return!1;const r=Ge(e,n);if(!r)return!1;const o=E1(r),a=o.indexOf(n);if(a<0)return!1;if(t)return a===0?!1:(Ve(o[a-1]),{changed:!1});if(a<o.length-1)return Ve(o[a+1]),{changed:!1};const s=n.parentElement;if(!Js(e,"below"))return!1;const u=s instanceof HTMLTableRowElement?s.nextElementSibling:null;return u instanceof HTMLTableRowElement&&u.cells[0]&&Ve(u.cells[0]),{changed:!0}}function M1(e,t){return!de(e,t)||t===e?!1:(Ve(t),!0)}function gd(e){return tg(e)!==null}function pd(e){const t=jt(e);if(!t)return!1;const n=Ji(t);return n.colSpan>1||n.rowSpan>1}function _1(e){const t=tg(e);if(!t)return!1;const n=Ge(e,t.origin.cell);return n?ng(n,t):!1}function L1(e){const t=jt(e);if(!t)return!1;const n=Ge(e,t);return n?rg(n,t):!1}function F1(e,t,n){const r=jt(e);if(!r)return!1;const o=Ge(e,r);if(!o)return!1;const a=nt(o),s=bt(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||!S1(a,s,u,d))return!1;if((s.colSpan>1||s.rowSpan>1)&&rg(o,r),u===1&&d===1)return Ve(r),!0;const g=nt(o),p=Jf(g,{minRow:s.originRow,maxRow:s.originRow+d-1,minCol:s.originCol,maxCol:s.originCol+u-1});return p?ng(o,p):!0}function Zl(e,t,n){let r=t;for(;r&&r!==e;){if(r instanceof HTMLElement&&n(r))return r;r=r.parentNode}return null}function B1(e){return D1.has(e.tagName.toLowerCase())}function Yl(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);return de(e,n.commonAncestorContainer)?n.startContainer:null}function tg(e){const t=ro(e);if(t.length<2)return null;const n=Ge(e,t[0]);if(!n)return null;const r=nt(n),o=[];for(const u of t){const d=bt(r,u);if(!d)return null;o.push(d)}const a=Xf(o);if(!a)return null;const s=Jf(r,a);return!s||s.cells.length<2?null:s}function ng(e,t){const n=t.origin.cell,r=nt(e),o=t.cells.map(a=>bt(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&&$1(n,a.cell);jn(n,t.colSpan,t.rowSpan);for(const a of o)a.cell!==n&&a.cell.remove();return Ve(n),!0}function rg(e,t){const n=nt(e),r=bt(n,t);if(!r||r.colSpan===1&&r.rowSpan===1)return!1;jn(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||Jl(e,o,a,Xl(t));return Ve(t),!0}function H1(e){const t=document.createElement(e);return t.style.border=P1,t.style.padding=A1,t.appendChild(document.createElement("br")),t}function Xl(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 z1(e,t,n){t>=e.cells.length?e.appendChild(n):e.insertBefore(n,e.cells[t])}function Jl(e,t,n,r){const o=e.rows[t];if(!o)return;const a=nt(e);let s=0;for(const u of Array.from(o.cells)){if(u===r)continue;const d=bt(a,u);if(!d||d.originCol>=n)break;s+=1}z1(o,s,r)}function O1(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 hd(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 $1(e,t){if(!(e===t||hd(t)))for(hd(e)?e.innerHTML="":e.appendChild(document.createTextNode(" "));t.firstChild;)e.appendChild(t.firstChild)}function K1(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),U1(n)&&n.remove())}function U1(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 Qs(e,t){if(!t.parentNode||!de(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 Ve(e){const t=document.createRange();t.selectNodeContents(e),t.collapse(!0);const n=window.getSelection();n&&(n.removeAllRanges(),n.addRange(t))}function W1(e){const t=document.createRange();t.setStartAfter(e),t.collapse(!0);const n=window.getSelection();n&&(n.removeAllRanges(),n.addRange(t))}const og=["left","center","right","justify"];function V1(e){const t=e.trim().toLowerCase();return t==="center"?"center":t==="right"||t==="end"?"right":t==="justify"?"justify":"left"}function _i(e){return V1(e.style.textAlign)}function el(e,t){const n=t??"left";return _i(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 bd(e){const t=e[0];return e.every(n=>n===t)?{align:t,mixed:!1}:{align:null,mixed:!0}}function ig(e){const t=ro(e);if(t.length>0)return bd(t.map(_i));const n=Kt(e);return n.length===0?Et(e)?{align:"left",mixed:!1}:{align:null,mixed:!1}:bd(n.map(_i))}function ag(e,t){return og.includes(t)?gn(e,()=>{const n=ro(e);if(n.length>0){let a=!1;for(const s of n)el(s,t)&&(a=!0);return a}const r=Nn(e);if(r.length===0)return!1;let o=!1;for(const a of r)el(a,t)&&(o=!0);return o}):!1}function Qn(){return{...Il(),align:"left",alignMixed:!1,list:null,listMixed:!1}}function Ss(e){const t=cy(e),n=ig(e),r=Uf(e);return{...t,align:n.align,alignMixed:n.mixed,list:r.type,listMixed:r.mixed}}function sg(e,t){let n=!1;return!t.alignMixed&&t.align&&ag(e,t.align)&&(n=!0),t.listMixed||p1(e,t.list)&&(n=!0),uy(e,t)&&(n=!0),n}function G1(e,t){return sg(e,tl(t))}function lg(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 tl(e){const t=Qn();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 cg=["%","px","pt","pc","em","rem"],q1="%",Z1={"%":[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]},lr={"%":{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}},Y1=new Set(cg),X1=/^([+]?(?:\d+(?:\.\d+)?|\.\d+))\s*(pt|px|em|rem|%|pc)$/i;function J1(e){return Y1.has(e)}function Dn(e){return`${ie(e.value)}${e.unit}`}function Li(e){const t=e.trim();if(!t||t.toLowerCase()==="auto")return null;const n=t.match(X1);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 J1(o)?cr(r,o):null}function yd(e,t){const n=e.trim();if(!n)return null;const r=Li(n);if(r)return r;const o=Number(n.replace(",","."));return Number.isFinite(o)?cr(o,t):null}function cr(e,t){if(!Number.isFinite(e)||e<=0)return null;const{min:n,max:r}=lr[t];return{value:Me(Math.min(r,Math.max(n,e))),unit:t}}function Kr(e,t,n){const r=n>0?n:1;if(e==="width"){const a=cr(t.value/r,t.unit)??t;return{width:t,height:a}}return{width:cr(t.value*r,t.unit)??t,height:t}}const Q1=.85,ew=new Set(["image/webp","image/avif","image/gif"]);let _r=null;function tw(){if(_r!==null)return _r;_r=!1;try{_r=document.createElement("canvas").toDataURL("image/webp").startsWith("data:image/webp")}catch{}return _r}function nw(e){const t=e.type.trim().toLowerCase();if(t&&ew.has(t))return!1;const n=iw(e.name);return!(!t&&(n==="webp"||n==="avif"||n==="gif"))}function rw(e,t=Q1){return typeof createImageBitmap!="function"?Promise.resolve(null):createImageBitmap(e).then(n=>ow(n,t)).catch(()=>null)}function ow(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 iw(e){const t=e.lastIndexOf(".");return t<0||t===e.length-1?"":e.slice(t+1).toLowerCase()}const ug=2*1024*1024,aw="image/jpeg,image/png,image/gif,image/webp,image/bmp,image/avif,.jpg,.jpeg,.png,.gif,.webp,.bmp,.avif",sw=new Set(["image/jpeg","image/jpg","image/png","image/gif","image/webp","image/bmp","image/x-ms-bmp","image/avif"]),lw=new Set(["jpg","jpeg","png","gif","webp","bmp","avif"]),cw=/^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 hn(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>ug?"tooLarge":ww(e)?null:"type"}function fw(e){const t=mw(e);return t?Promise.reject(new Error(t)):gw(e)}async function gw(e){if(nw(e)&&tw()){const t=await rw(e);if(t&&hn(t)===null&&hw(t)<=ug)return t}return pw(e)}function pw(e){return new Promise((t,n)=>{const r=new FileReader;r.onload=()=>{const o=String(r.result??"");if(hn(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){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",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 xw(e,t){const n=dw(t);if(hn(n.src))return!1;const r=window.getSelection();if(!r||r.rangeCount===0)return!1;const o=r.getRangeAt(0);if(!de(e,o.commonAncestorContainer))return!1;o.collapsed||o.deleteContents();const a=document.createElement("img");return bw(a,n),o.insertNode(a),o.setStartAfter(a),o.collapse(!0),r.removeAllRanges(),r.addRange(o),!0}function nl(e,t){let n=t;for(;n&&n!==e;){if(n instanceof HTMLImageElement)return n;n=n.parentNode}return null}function Ps(e,t){if(!de(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 ww(e){const t=e.type.trim().toLowerCase();if(t&&sw.has(t))return!0;const n=Cw(e.name);return!!(!t&&n&&lw.has(n))}function Cw(e){const t=e.lastIndexOf(".");return t<0||t===e.length-1?"":e.slice(t+1).toLowerCase()}const hi="data-hover-css",Ql=["fill","contain","cover","none","scale-down"],ec=["center","top","bottom","left","right","top left","top right","bottom left","bottom right"],vw=new Set(Ql),kw=new Set(ec),xd="if(this._hp==null)this._hp=this.getAttribute('style')||'';this.setAttribute('style',(this._hp?this._hp+';':'')+(this.getAttribute('data-hover-css')||''))",Sw="if(this._hp!=null){this.setAttribute('style',this._hp);this._hp=null}",Pw=/^-?[a-z][a-z0-9-]*$/i,Aw=/expression\s*\(|javascript:|vbscript:|-moz-binding|\bbehavior\b/i,rl=/rotate\(\s*([+-]?(?:\d+(?:\.\d+)?|\.\d+))\s*deg\s*\)/i;function dg(e={}){return{sizeMode:"width",width:null,height:null,align:null,margin:{...ht},border:{...Nl},borderRadius:null,boxShadow:null,opacity:null,objectFit:null,objectPosition:null,rotateDeg:null,hoverCss:"",...e}}function Dw(e){const t=e.naturalWidth,n=e.naturalHeight;return t>0&&n>0?t/n:1}function Rw(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=Kr("width",e.width,t);return{...e,sizeMode:"lock",width:r.width,height:r.height}}if(e.height){const r=Kr("height",e.height,t);return{...e,sizeMode:"lock",width:r.width,height:r.height}}return e}function Ew(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||Pw.test(a)&&(a==="behavior"||a.endsWith("binding")||Aw.test(s)||t.push(`${a}: ${s}`))}return t.join("; ")}function rn(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);if(!de(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&&de(e,r))return r}return nl(e,n.commonAncestorContainer)}function jw(e){const t=rn(e);return t?mg(t):null}function mg(e){const t=ur(e),n=_w(e),r=n==="center"?{...t.margin,left:null,right:null}:t.margin,o=Nw(e);return dg({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:gg(e),objectPosition:Hw(e),rotateDeg:pg(e),hoverCss:e.getAttribute(hi)??""})}function fg(e,t){let n=!1;return Iw(e,t)&&(n=!0),dr(e,{margin:t.align==="center"?{...t.margin,left:null,right:null}:t.margin,marginMixed:!1,padding:ht,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),Lw(e,t.align)&&(n=!0),Fw(e,t.objectFit)&&(n=!0),Bw(e,t.objectPosition)&&(n=!0),Ow(e,t.rotateDeg)&&(n=!0),$w(e,t.hoverCss)&&(n=!0),n}function Tw(e,t){const n=rn(e);return n?fg(n,t):!1}function Nw(e){const t=Li(e.style.width),n=Li(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 Iw(e,t){const n={width:e.style.width,height:e.style.height,maxWidth:e.style.maxWidth},r=Mw(t);return r.width?e.style.width=Dn(r.width):e.style.removeProperty("width"),r.height?e.style.height=Dn(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 Mw(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 _w(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 Lw(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 gg(e){const t=e.style.objectFit.trim().toLowerCase();return vw.has(t)?t:null}function Fw(e,t){return gg(e)===t?!1:(t?e.style.objectFit=t:e.style.removeProperty("object-fit"),!0)}function Bw(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 Hw(e){const t=e.style.objectPosition.trim().toLowerCase().replace(/\s+/g," ");return t?(kw.has(t),t):null}function pg(e){const t=rl.exec(e.style.transform);if(!t)return null;const n=Number(t[1]);return Number.isFinite(n)?Me(n):null}function zw(e){const t=e.trim();return t?rl.test(t)&&t.replace(rl,"").trim()==="":!0}function Ow(e,t){const n=pg(e),r=t===null||t===0?null:Me(t);return n===r?!1:r===null?zw(e.style.transform)?(e.style.removeProperty("transform"),!0):!1:(e.style.transform=`rotate(${ie(r)}deg)`,!0)}function $w(e,t){const n=Ew(t),r=e.getAttribute(hi)??"",o=e.getAttribute("onmouseover")??"";return r===n&&(n&&o===xd||!n&&!o)?!1:n?(e.setAttribute(hi,n),e.setAttribute("onmouseover",xd),e.setAttribute("onmouseout",Sw),!0):(e.removeAttribute(hi),e.removeAttribute("onmouseover"),e.removeAttribute("onmouseout"),!0)}const tr={value:100,unit:"%"},Kw=new Set(Ql),Uw=new Set(ec),Ww=new Set(["cover","contain","scale-down","none"]),wd={contain:"contain",cover:"cover",auto:"none"},Cd={fill:"100% 100%",contain:"contain",cover:"cover",none:"auto","scale-down":"contain"};function zt(){return{src:null,opacity:null,fit:null,position:null,width:{...tr},height:null}}function hg(e){return e!=null&&Ww.has(e)}function bg(e){const t=e.style.opacity.trim();if(!t)return null;const n=Number(t);return Number.isFinite(n)?sn(n):null}function vd(e,t){const n=bg(e),r=t===null?null:sn(t);return n===r?!1:(r===null?e.style.removeProperty("opacity"):e.style.opacity=Jm(r),!0)}function yg(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 Vw(e){return`url("${e.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}")`}function kd(e,t){const n=yg(e),r=(t==null?void 0:t.trim())??"",o=r&&hn(r)===null?r:null;return n===o?!1:(o?e.style.backgroundImage=Vw(o):e.style.removeProperty("background-image"),!0)}function tc(e){return e.trim().toLowerCase().replace(/\s+/g," ")}function As(e){return!e||e==="auto"?null:Li(e)}function Gw(e){return hg(e.fit)&&e.fit?Cd[e.fit]:e.fit==="fill"?Cd.fill:e.width&&e.height?`${Dn(e.width)} ${Dn(e.height)}`:e.width?Dn(e.width):e.height?`auto ${Dn(e.height)}`:null}function qw(e){const t=tc(e.style.backgroundSize);if(!t)return{fit:null,width:null,height:null};if(t==="100% 100%")return{fit:"fill",width:{...tr},height:{...tr}};if(wd[t])return{fit:wd[t],width:null,height:null};if(Kw.has(t))return{fit:t,width:null,height:null};const n=t.split(" ");return n.length===1?{fit:null,width:As(n[0]),height:null}:n.length===2?{fit:null,width:As(n[0]),height:As(n[1])}:{fit:null,width:null,height:null}}function Zw(e,t){const n=tc(e.style.backgroundSize),r=Gw(t);return n===(r??"")?!1:(r?e.style.backgroundSize=r:e.style.removeProperty("background-size"),!0)}function Yw(e){const t=e.style.backgroundPosition.trim().toLowerCase().replace(/\s+/g," ");return t?(Uw.has(t),t):null}function Sd(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 ol(e){let t=!1;return e.id!==Ri&&(e.id=Ri,t=!0),e.hasAttribute(Di)||(e.setAttribute(Di,""),t=!0),e.getAttribute("contenteditable")!=="false"&&(e.setAttribute("contenteditable","false"),t=!0),t}function xg(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 Xw(e){const t=zl(e),n=t[0]??null;if(n){let o=ol(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 ol(r),xg(r),e.insertBefore(r,e.firstChild),{layer:r,changed:!0}}function Jw(e){const t=zl(e);if(t.length===0)return!1;for(const n of t)n.remove();return!0}function Pd(e){let t=!1;return Ol(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 wg(e){const t=qw(e);return{src:yg(e),opacity:bg(e),fit:t.fit,position:Yw(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&&hn(n)===null;let o=!1;return r?(kd(e,n)&&(o=!0),Zw(e,t)&&(o=!0),Sd(e,t.position)&&(o=!0),vd(e,t.opacity)&&(o=!0),e.style.backgroundRepeat!=="no-repeat"&&(e.style.backgroundRepeat="no-repeat",o=!0),o&&We(e),o):(kd(e,null)&&(o=!0),tc(e.style.backgroundSize)&&(e.style.removeProperty("background-size"),o=!0),Sd(e,null)&&(o=!0),vd(e,null)&&(o=!0),e.style.backgroundRepeat&&(e.style.removeProperty("background-repeat"),o=!0),o&&We(e),o)}function Qw(e){const t=Ol(e);return t?wg(t):zt()}function eC(e,t){var u;const n=((u=t.src)==null?void 0:u.trim())??"";if(!(n.length>0&&hn(n)===null)){const d=Jw(e),g=Pd(e);return(d||g)&&We(e),d||g}const o=Xw(e),a=o.layer;let s=o.changed;return ol(a)&&(s=!0),xg(a)&&(s=!0),Pd(e)&&(s=!0),Cg(a,t)&&(s=!0),s&&(We(a),We(e)),s}function ri(e){return e?Dn(e):""}function tC(e,t){return e.src===t.src&&e.opacity===t.opacity&&e.fit===t.fit&&e.position===t.position&&ri(e.width)===ri(t.width)&&ri(e.height)===ri(t.height)}function Ad(e){const t=Kt(e);if(t.length===0)return zt();const n=t.map(wg),r=n[0];return n.some(o=>!tC(o,r))?zt():r}function nC(e,t){return gn(e,()=>{const n=Nn(e);if(n.length===0)return!1;let r=!1;for(const o of n)Cg(o,t)&&(r=!0);return r})}function rC(){return{size:null,unit:Rn,marks:Ht(),fontFamily:null,fontFamilyMixed:!1,fontColor:null,highlightColor:null,fontColorMixed:!1,highlightColorMixed:!1}}function bi(){return{font:rC(),box:Il(),backgroundImage:zt(),atRule:nn()}}function il(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 oC(e,t){if(!t)return e;const{margin:n,padding:r,...o}=t;return{...e,...o,margin:n?il(e.margin,n):e.margin,padding:r?il(e.padding,r):e.padding}}function iC(e,t){if(!t)return e;const{marks:n,...r}=t;return{...e,...r,marks:n?{...e.marks,...n}:e.marks}}function aC(e,t){const{margin:n,...r}=t.atRule??{};return{font:iC(e.font,t.font),box:oC(e.box,t.box),backgroundImage:t.backgroundImage?{...e.backgroundImage,...t.backgroundImage}:e.backgroundImage,atRule:t.atRule?{...e.atRule,...r,margin:n?il(e.atRule.margin,n):e.atRule.margin}:e.atRule}}function sC(e){return e?!!(e.font||e.box||e.backgroundImage||e.atRule):!1}function Dd(e,t){if(!sC(t))return e;const n=document.createElement("div");n.innerHTML=e;const r=aC(yi(n),t);return al(n,r).pageHtml}function lC(e){const t=e.style.fontSize,n=t?vl(t):null,r=n&&Wi(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)??Rn,marks:s,fontFamily:d||null,fontFamilyMixed:!1,fontColor:u?Pe(u):null,highlightColor:null,fontColorMixed:!1,highlightColorMixed:!1}}function cC(e,t){const n=e.style.fontSize,r=t.size===null?null:En(t.size,t.unit);if(!r)return n?(e.style.removeProperty("font-size"),!0):!1;const o=Cl(r.value,r.unit);return n===o?!1:(e.style.fontSize=o,!0)}function uC(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 no(r,n)?!1:(n?e.style.fontFamily=n:e.style.removeProperty("font-family"),!0)}function dC(e,t){if(t.fontColorMixed)return!1;const n=t.fontColor?Pe(t.fontColor):null;return(e.style.color?Pe(e.style.color):null)===n?!1:(n?e.style.color=n:e.style.removeProperty("color"),!0)}function mC(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 fC(e,t){let n=!1;return cC(e,t)&&(n=!0),uC(e,t)&&(n=!0),dC(e,t)&&(n=!0),mC(e,t.marks)&&(n=!0),n&&We(e),n}function gC(e){const t=e.box;return t.backgroundMixed||t.backgroundColor?t:!e.font.highlightColorMixed&&e.font.highlightColor?{...t,backgroundColor:e.font.highlightColor}:t}function yi(e){const t=pn(e);if(!t)return bi();const n=ur(t);return{font:lC(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:Qw(t),atRule:Qe(e.innerHTML)}}function al(e,t){const n=Et(e),r=n?nr(e,n.startContainer,n.startOffset):null,o=n?nr(e,n.endContainer,n.endOffset):null,a=pn(e),s=yf(e);$r(s);const u=fC(s,t.font),d=dr(s,gC(t)),g=eC(s,t.backgroundImage);Gi(e);const p=Qe(e.innerHTML),h=Ll(e.innerHTML,t.atRule),x=or(h);x!==or(e.innerHTML)&&(e.innerHTML=x),mr(e,h);const b=JSON.stringify(p)!==JSON.stringify(t.atRule);return r!==null&&o!==null&&El(e,Math.min(r,o),Math.max(r,o)),{changed:!a||u||d||g||b,pageHtml:h}}function pC(e,t){const n=t??e.innerHTML,r=ff(n);return Yr(n)?(e.innerHTML=or(r),Gi(e),mr(e,r),{changed:!0,pageHtml:r}):{changed:!1,pageHtml:r}}const hC=/<script\b[^>]*>[\s\S]*?<\/script>/gi,bC=/^\s*javascript\s*:/i;function yC(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 vg(e){const t=yC(e).replace(/[\u0000-\u001F\u007F\s]+/g,"");return bC.test(t)}function xC(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!vg(r)&&!/url\s*\(\s*["']?\s*javascript:/i.test(r)}).join("; ")}function wC(e){const t=e instanceof Element?[e,...e.querySelectorAll("*")]:[...e.querySelectorAll("*")];for(const n of t)for(const r of[...n.attributes]){if(vg(r.value)){n.removeAttribute(r.name);continue}if(r.name.toLowerCase()==="style"){const o=xC(r.value);o?o!==r.value&&n.setAttribute(r.name,o):n.removeAttribute(r.name)}}}function CC(e){return new DOMParser().parseFromString(`<body>${e}</body>`,"text/html")}function vC(e){return e.body.innerHTML}function sl(e){if(!e.trim())return e;const n=e.replace(hC,"");if(!/javascript\s*:/i.test(n))return n;const r=CC(n);return wC(r.body),vC(r)}function xi(e){if(!e.trim())return e;const n=Se(e);return n.length===1?sl(e):at(n.map(sl))}const nc="data-hover-html",kC="noopener noreferrer",SC="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)",PC="this._hoverBox&&this._hoverBox.remove()",AC=/^(#(?:[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 Qi(e={}){return{href:"",title:"",targetBlank:!1,textDecorationNone:!1,hoverMode:"color",hoverColor:null,hoverHtml:"",...e}}function DC(e){return e.tagName.toLowerCase()==="a"&&e.hasAttribute("href")}function Qr(e,t){let n=t;for(;n&&n!==e;){if(n instanceof Element&&DC(n))return n;n=n.parentNode}return null}function kg(e){return AC.test(e)}function RC(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&&kg(r)?r:null}function Sg(e){const t=`${e.style.textDecoration} ${e.style.textDecorationLine}`.toLowerCase();return/\bnone\b/.test(t)}function EC(e){const t=e.getAttribute(nc)??"",n=RC(e);return{href:e.getAttribute("href")??"",title:e.getAttribute("title")??"",targetBlank:e.getAttribute("target")==="_blank",textDecorationNone:Sg(e),hoverMode:t.trim()?"html":"color",hoverColor:n,hoverHtml:t}}function Pg(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);if(!de(e,n.commonAncestorContainer))return null;const r=Qr(e,n.commonAncestorContainer);return r?EC(r):null}function jC(e){return Pg(e)!==null}function TC(e){e.removeAttribute("onmouseover"),e.removeAttribute("onmouseout"),e.removeAttribute(nc)}function NC(e,t){var r;if(TC(e),t.hoverMode==="html"){const o=t.hoverHtml.trim();if(!o)return;e.setAttribute(nc,o),e.setAttribute("onmouseover",SC),e.setAttribute("onmouseout",PC);return}const n=((r=t.hoverColor)==null?void 0:r.trim())??"";!n||!kg(n)||(e.setAttribute("onmouseover",`this.style.color='${n}'`),e.setAttribute("onmouseout","this.style.color=''"))}function rc(e,t){const n=Qi(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",kC)):(e.removeAttribute("target"),e.removeAttribute("rel")),n.textDecorationNone?e.style.textDecoration="none":Sg(e)&&(e.style.removeProperty("text-decoration"),e.style.removeProperty("text-decoration-line")),NC(e,n)}function IC(e,t){const n=new Set;for(const r of t){const o=Qr(e,r);o&&!n.has(o)&&n.add(o)}for(const r of n)tt(r)}function MC(e,t,n){Dt(t);const r=qe(t).filter(u=>u.data.length>0);IC(e,r),r.length>0&&Tn(r);const o=window.getSelection();if(!o||o.rangeCount===0)return!1;const a=o.getRangeAt(0);Dt(a);const s=document.createElement("a");rc(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 _C(e,t){const n=document.createElement("a");rc(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 LC(e,t){const n=t.href.trim();if(!n)return!1;const r=Qi({...t,href:n}),o=window.getSelection();if(!o||o.rangeCount===0)return!1;const a=o.getRangeAt(0);if(!de(e,a.commonAncestorContainer))return!1;const s=Qr(e,a.startContainer),u=Qr(e,a.endContainer);return s&&s===u?(rc(s,r),!0):a.collapsed?_C(a,r):MC(e,a,r)}const FC=/^[A-Za-z][A-Za-z0-9_-]*$/,Ag="​";function ll(e){var r;const t=$l(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 BC(e){return new Set(ll(e).map(t=>t.id))}function Dg(e,t){const n=e.trim();return n?FC.test(n)?t.has(n)?"duplicate":null:"invalid":"empty"}function Rd(e,t){const n=document.createElement("a");n.id=t,n.appendChild(document.createTextNode(Ag)),e.insertNode(n),e.setStartAfter(n),e.collapse(!0);const r=window.getSelection();r==null||r.removeAllRanges(),r==null||r.addRange(e)}function HC(e,t){var r;const n=document.createElement("a");n.id=t,n.appendChild(document.createTextNode(Ag)),(r=e.parentNode)==null||r.insertBefore(n,e)}function zC(e,t){const n=t.trim();if(Dg(n,BC(e)))return!1;const r=window.getSelection();if(!r||r.rangeCount===0)return!1;const o=r.getRangeAt(0);if(!de(e,o.commonAncestorContainer))return!1;const a=Qr(e,o.startContainer);if(a)return HC(a,n),!0;if(o.collapsed)return Rd(o,n),!0;Dt(o);const s=document.createElement("span");s.id=n;try{return o.surroundContents(s),!0}catch{return Rd(o,n),!0}}const Le="data-comment-thread",Ed="wysiwyg-comment-anchor";function OC(){return`cmt_${crypto.randomUUID()}`}function $C(){return crypto.randomUUID()}const Fi=20;function jd(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&&de(t,r)?r:null}function Td(e,t,n){var x;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,g=0,p;for(;p=r.nextNode();){const b=p,w=((x=b.textContent)==null?void 0:x.length)??0;if(!s&&o<=w&&(s=b,u=o),!d&&a<=w){d=b,g=a;break}o-=w,a-=w}if(!s||!d)return null;const h=document.createRange();return h.setStart(s,u),h.setEnd(d,g),h}function KC(e,t,n){const r=e.textContent??"",o=r.slice(Math.max(0,t-Fi),t),a=r.slice(n,n+Fi);return{prefix:o,suffix:a}}function UC(e,t){if(t.mode!=="visual")return null;const n=rn(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}=KC(e,t.start,t.end);return{type:"text",text:t.text,start:t.start,end:t.end,prefix:r,suffix:o}}function Nd(e,t){if(t.mode!=="visual")return null;const n=rn(e);if(n!=null&&n.hasAttribute(Le))return n.getAttribute(Le)??null;if(t.visualRange){const r=jd(t.visualRange.startContainer,e);if(r)return r.getAttribute(Le)??null;const o=jd(t.visualRange.endContainer,e);if(o)return o.getAttribute(Le)??null}return null}function cl(e,t,n){if(!de(e,n.commonAncestorContainer))return!1;Dt(n);const r=document.createElement("span");r.setAttribute(Le,t);try{return n.surroundContents(r),!0}catch{const o=n.toString();if(!o)return!1;const a=document.createElement("span");return a.setAttribute(Le,t),a.textContent=o,n.deleteContents(),n.insertNode(a),!0}}function Rg(e,t){e.setAttribute(Le,t)}function WC(e,t,n){const r=rn(e);return r?(Rg(r,t),!0):n.visualRange?cl(e,t,n.visualRange):!1}function VC(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 GC(e,t,n){if(n.type!=="text")return!1;if(n.start!==void 0&&n.end!==void 0){const s=Td(e,n.start,n.end);if(s&&s.toString()===n.text)return cl(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-Fi),s),g=r.slice(u,u+Fi);if(n.prefix!==void 0&&d!==n.prefix){a=s+1;continue}if(n.suffix!==void 0&&g!==n.suffix){a=s+1;continue}const p=Td(e,s,u);return p?cl(e,t,p):!1}return!1}function qC(e,t){for(const n of t)if(!e.querySelector(`[${Le}="${n.id}"]`)){if(n.anchor.type==="image"){const o=VC(e,n.anchor);o&&Rg(o,n.id);continue}GC(e,n.id,n.anchor)}}function Id(e,t){for(const n of e.querySelectorAll(`[${Le}]`))n instanceof HTMLElement&&(t?n.classList.add(Ed):n.classList.remove(Ed))}function Md(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&&de(e,r)?r:null}function _d(e,t){const n=e.querySelector(`[${Le}="${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 ZC(e,t=[]){return{id:OC(),anchor:e,messages:t,createdAt:new Date().toISOString(),resolvedAt:null,resolvedBy:null}}function YC(e,t){return{id:$C(),userId:e.userId,userName:e.userName,message:t.trim(),createdAt:new Date().toISOString()}}function XC(e,t,n){return e.map(r=>r.id===t?{...r,messages:[...r.messages,n]}:r)}function JC(e,t){return e.find(n=>n.id===t)}function Eg(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const n=t.getRangeAt(0);return de(e,n.commonAncestorContainer)?n:null}function QC(e){const t=Eg(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 jg(e){const t=Eg(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 e0(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 Tg(e){const t=QC(e);return t?e0(t):!1}async function t0(e){return await Tg(e)?jg(e):!1}const n0=new Set(["strong","b","em","i","u","s","strike","del"]),r0=["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 o0(e){for(const t of r0)e.style.removeProperty(t)}function i0(e,t){let n=t;for(;n.parentElement&&n.parentElement!==e;){const r=n.parentElement;if(!Rt(r)){n=r;continue}if(fn(r,n),n0.has(r.tagName.toLowerCase())){tt(r);continue}if(o0(r),mn(r)){tt(r);continue}n=r.isConnected?r:t}}function a0(e){const t=Et(e);if(!t||t.collapsed)return!1;const n=e.innerHTML;Dt(t);const r=qe(t).filter(o=>o.data.length>0);if(r.length===0)return!1;for(const o of r)i0(e,o);return Tn(r),e.innerHTML!==n}function s0(e,t){return e.start===t.start&&e.end===t.end&&e.collapsed===t.collapsed}function l0(e){const t=Yn(e),n=Tf(e),r=Pf(e),o=ki(e,"color"),a=ki(e,"backgroundColor"),s=If(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 c0(e,t){t.size!==null&&Vs(e,t.size,t.unit);const n=Yn(e);for(const r of ct)t.marks[r]!==n[r]&&Zs(e,r);return t.fontFamilyMixed||Ks(e,t.fontFamily),t.fontColorMixed||Or(e,"color",t.fontColor),t.highlightColorMixed||Or(e,"backgroundColor",t.highlightColor),!t.customCssMixed&&t.customCss&&_f(e,t.customCss),!0}function wi(){return typeof window<"u"&&"speechSynthesis"in window}function u0(e){const t=document.createElement("div");return t.innerHTML=e,(t.innerText??t.textContent??"").trim()}function Ld(e,t){const n=e.text.trim();return n||u0(t)||null}function d0(e){const t=window.speechSynthesis,n=()=>{e()};return{toggle(r){if(!wi())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 wi()&&t.speaking},cancel(){wi()&&t.speaking&&(t.cancel(),n())}}}const m0=5*1024*1024,f0="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",g0=new Set(["audio/mpeg","audio/mp3","audio/wav","audio/x-wav","audio/ogg","audio/aac","audio/webm","audio/mp4","audio/x-m4a"]),p0=new Set(["mp3","wav","ogg","aac","webm","m4a"]),h0=/^data:audio\/(?:mpeg|mp3|wav|x-wav|ogg|aac|webm|mp4|x-m4a)(?:;charset=[^;,]+)?;base64,/i,b0=/^(javascript|vbscript|file|blob):/i;function y0(e={}){return{src:"",title:"",...e}}function oc(e){const t=e.trim();if(!t)return"empty";if(b0.test(t))return"invalid";if(t.toLowerCase().startsWith("data:"))return h0.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 x0(e){return e.size>m0?"tooLarge":S0(e)?null:"type"}function w0(e){const t=x0(e);return t?Promise.reject(new Error(t)):new Promise((n,r)=>{const o=new FileReader;o.onload=()=>{const a=String(o.result??"");if(oc(a)){r(new Error("invalid"));return}n(a)},o.onerror=()=>r(o.error??new Error("Failed to read file")),o.readAsDataURL(e)})}function C0(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%",v0(e,t.css)}function v0(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 k0(e,t){const n=y0(t);if(oc(n.src))return!1;const r=window.getSelection();if(!r||r.rangeCount===0)return!1;const o=r.getRangeAt(0);if(!de(e,o.commonAncestorContainer))return!1;o.collapsed||o.deleteContents();const a=document.createElement("audio");return C0(a,n),o.insertNode(a),o.setStartAfter(a),o.collapse(!0),r.removeAllRanges(),r.addRange(o),!0}function S0(e){const t=e.type.trim().toLowerCase();if(t&&g0.has(t))return!0;const n=P0(e.name);return!!(!t&&n&&p0.has(n))}function P0(e){const t=e.lastIndexOf(".");return t<0||t===e.length-1?"":e.slice(t+1).toLowerCase()}const Ng=/^(javascript|vbscript|file|blob):/i,A0=[/(?: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 D0(e={}){return{url:"",title:"",...e}}function R0(e={}){return{src:"",title:"",...e}}function ea(e){const t=e.trim();if(!t)return null;for(const n of A0){const r=t.match(n);if(r!=null&&r[1])return r[1]}return null}function Ig(e){return`https://www.youtube.com/embed/${e}`}function Mg(e){const t=e.trim();return t?Ng.test(t)?"invalid":ea(t)?null:"invalid":"empty"}function E0(e){const t=e.trim();if(!t)return"empty";if(Ng.test(t))return"invalid";if(ea(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 _g(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 Lg(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",_g(e,n.css)}function j0(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%",_g(e,t.css)}function T0(e,t){const n=D0(t);if(Mg(n.url))return!1;const r=ea(n.url);if(!r)return!1;const o=window.getSelection();if(!o||o.rangeCount===0)return!1;const a=o.getRangeAt(0);if(!de(e,a.commonAncestorContainer))return!1;a.collapsed||a.deleteContents();const s=document.createElement("iframe");return Lg(s,Ig(r),n),a.insertNode(s),a.setStartAfter(s),a.collapse(!0),o.removeAllRanges(),o.addRange(a),!0}function N0(e,t){const n=R0(t);if(E0(n.src))return!1;const r=window.getSelection();if(!r||r.rangeCount===0)return!1;const o=r.getRangeAt(0);if(!de(e,o.commonAncestorContainer))return!1;o.collapsed||o.deleteContents();const a=ea(n.src);if(a){const s=document.createElement("iframe");Lg(s,Ig(a),{title:n.title,css:n.css}),o.insertNode(s),o.setStartAfter(s)}else{const s=document.createElement("video");j0(s,n),o.insertNode(s),o.setStartAfter(s)}return o.collapse(!0),r.removeAllRanges(),r.addRange(o),!0}const I0=new Set(["p","h1","h2","h3","h4","h5","h6"]),M0=new Set(["td","th","li","blockquote","pre","table","thead","tbody","tr"]);function Fg(e,t){var a;const n=window.getSelection();if(!n||n.rangeCount===0)return!1;const r=n.getRangeAt(0);if(!de(e,r.commonAncestorContainer))return!1;r.collapsed||r.deleteContents();const o=_0(e,r.startContainer);if(o){const s=L0(o,r);return(a=o.parentNode)==null||a.insertBefore(t,s),Bd(t),!0}return r.insertNode(t),F0(e,t),z0(t),Bd(t),!0}function _0(e,t){let n=to(t);for(;n&&n!==e;){const r=xe(n);if(I0.has(r)&&n instanceof HTMLElement)return n;if(M0.has(r))return null;n=n.parentElement}return null}function L0(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),Fd(e),Fd(o),(a=e.parentNode)==null||a.insertBefore(o,e.nextSibling),o}function F0(e,t){for(;;){const n=t.parentElement;if(!n||n===e||!B0(n))return;fn(n,t),tt(n)}}function B0(e){const t=xe(e);return Rt(e)||t==="a"}function Fd(e){H0(e)&&e.appendChild(document.createElement("br"))}function H0(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 z0(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 Bd(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 O0="1em 0",$0="1px solid #d0d0d0";function K0(){const e=document.createElement("hr");return e.style.margin=O0,e.style.border="0",e.style.borderTop=$0,e}function U0(e){return Fg(e,K0())}const W0="1.5em 0",V0="2px dashed #bbb",G0="data-wysiwyg-page-break";function q0(){const e=document.createElement("div");return e.setAttribute(G0,""),e.style.display="block",e.style.clear="both",e.style.breakAfter="page",e.style.pageBreakAfter="always",e.style.margin=W0,e.style.border="0",e.style.borderTop=V0,e.style.height="0",e}function Z0(e){return Fg(e,q0())}const $t=16;function Hd(e){return Math.min(lr.px.max,Math.max($t,e))}function Y0(e){return e.width>0&&e.height>0?e.width/e.height:1}function X0(e,t){const n=Math.max($t,$t*t),r=Math.min(lr.px.max,lr.px.max*t),o=Math.min(r,Math.max(n,e));return{width:o,height:o/t}}function J0(e,t){const n=Math.max($t,$t/t),r=Math.min(lr.px.max,lr.px.max/t),o=Math.min(r,Math.max(n,e));return{width:o*t,height:o}}function Q0(e,t,n){const r=Y0(t);return e==="e"?X0(t.width+n.x,r):e==="s"?J0(t.height+n.y,r):{width:Hd(t.width+n.x),height:Hd(t.height+n.y)}}function ev(e){const t=e.getBoundingClientRect(),n=e.offsetWidth||t.width,r=e.offsetHeight||t.height;return{width:n>0?n:$t,height:r>0?r:$t}}function tv(e,t,n){const r=cr(Math.max($t,t),"px"),o=cr(Math.max($t,n),"px");return!r||!o?!1:fg(e,{...mg(e),sizeMode:"lock",width:r,height:o})}function nv(e={}){return{border:{...Nl},borderCollapse:"collapse",borderSpacing:null,borderRadius:null,boxShadow:null,width:{value:100,unit:"%"},...e}}function rv(e){const t=ur(e);return{border:t.border,borderCollapse:sv(e),borderSpacing:Bg(e),borderRadius:t.borderRadius,boxShadow:t.boxShadow,width:Oe(e.style.width)}}function ov(e,t){let n=dr(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 lv(e,t.borderCollapse)&&(n=!0),cv(e,t.borderCollapse,t.borderSpacing)&&(n=!0),uv(e,t.width)&&(n=!0),n&&We(e),n}function iv(e){const t=ql(e);return t?rv(t):null}function av(e,t){const n=ql(e);return n?ov(n,t):!1}function sv(e){return e.style.borderCollapse.trim().toLowerCase()==="separate"?"separate":"collapse"}function lv(e,t){return e.style.borderCollapse.trim().toLowerCase()===t?!1:(e.style.borderCollapse=t,!0)}function Bg(e){const t=e.style.borderSpacing.trim();return t?Oe(t.split(/\s+/)[0]??""):null}function cv(e,t,n){if(t!=="separate")return e.style.borderSpacing?(e.style.removeProperty("border-spacing"),!0):!1;const r=n?dn(n):null,o=Bg(e);return st(o,r)?!1:(r?e.style.borderSpacing=he(r):e.style.removeProperty("border-spacing"),!0)}function uv(e,t){const n=t?dn(t):null,r=Oe(e.style.width);return st(r,n)?!1:(n?e.style.width=he(n):e.style.removeProperty("width"),!0)}const ta=["top","middle","bottom","baseline"],dv=new Set(ta);function mv(e={}){return{backgroundColor:null,color:null,padding:{...ht},textAlign:null,verticalAlign:null,width:null,colSpan:1,rowSpan:1,...e}}function fv(e){const t=ur(e);return{backgroundColor:t.backgroundColor,color:Hg(e),padding:t.padding,textAlign:yv(e),verticalAlign:zg(e),width:Oe(e.style.width),...Ji(e)}}function gv(e,t){let n=dr(e,{margin:{...ht},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 bv(e,t.color)&&(n=!0),el(e,t.textAlign)&&(n=!0),xv(e,t.verticalAlign)&&(n=!0),wv(e,t.width)&&(n=!0),n&&We(e),n}function pv(e){const t=jt(e);return t?fv(t):null}function hv(e,t){const n=ro(e);if(n.length===0)return!1;let r=!1;for(const a of n)gv(a,t)&&(r=!0);const o=jt(e);if(o){const a=Ji(o);(a.colSpan!==t.colSpan||a.rowSpan!==t.rowSpan)&&F1(e,t.colSpan,t.rowSpan)&&(r=!0)}return r}function Hg(e){const t=e.style.color;return t?Pe(t):null}function bv(e,t){const n=t?Pe(t):null;return Hg(e)===n?!1:(n?e.style.color=n:e.style.removeProperty("color"),!0)}function yv(e){const t=_i(e);return t==="left"?null:t}function zg(e){const t=e.style.verticalAlign.trim().toLowerCase();return dv.has(t)?t:null}function xv(e,t){return zg(e)===t?!1:(t?e.style.verticalAlign=t:e.style.removeProperty("vertical-align"),!0)}function wv(e,t){const n=t?dn(t):null,r=Oe(e.style.width);return st(r,n)?!1:(n?e.style.width=he(n):e.style.removeProperty("width"),!0)}const Cv=new Set(ta);function vv(e={}){return{backgroundColor:null,color:null,padding:{...ht},height:null,verticalAlign:null,...e}}function kv(e){const t=e.cells[0],n=t?ur(t).padding:{...ht};return{backgroundColor:Og(e),color:$g(e),padding:n,height:Oe(e.style.height),verticalAlign:Kg(e)}}function Sv(e,t){let n=!1;Dv(e,t.backgroundColor)&&(n=!0),Rv(e,t.color)&&(n=!0),jv(e,t.height)&&(n=!0),Ev(e,t.verticalAlign)&&(n=!0);for(const r of Array.from(e.cells))dr(r,{margin:{...ht},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&&We(e),n}function Pv(e){const t=eg(e);return t?kv(t):null}function Av(e,t){const n=eg(e);return n?Sv(n,t):!1}function Og(e){const t=e.style.backgroundColor;return t?Pe(t):null}function Dv(e,t){const n=t?Pe(t):null;return Og(e)===n?!1:(n?e.style.backgroundColor=n:e.style.removeProperty("background-color"),!0)}function $g(e){const t=e.style.color;return t?Pe(t):null}function Rv(e,t){const n=t?Pe(t):null;return $g(e)===n?!1:(n?e.style.color=n:e.style.removeProperty("color"),!0)}function Kg(e){const t=e.style.verticalAlign.trim().toLowerCase();return Cv.has(t)?t:null}function Ev(e,t){return Kg(e)===t?!1:(t?e.style.verticalAlign=t:e.style.removeProperty("vertical-align"),!0)}function jv(e,t){const n=t?dn(t):null,r=Oe(e.style.height);return st(r,n)?!1:(n?e.style.height=he(n):e.style.removeProperty("height"),!0)}const Tv=1e3;function Nv(e,t){try{Promise.resolve(e(t)).catch(()=>{})}catch{}}function Iv({onAutoSave:e,getHtml:t}){const n=c.useRef(e);n.current=e;const r=c.useRef(t);r.current=t;const o=c.useRef(null),a=e!=null;c.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(()=>Nv(u,d)))},Tv);return()=>{window.clearInterval(s)}},[a])}function oi({value:e,defaultValue:t,onChange:n}){const[r,o]=c.useState(t),a=e!==void 0,s=a?e:r,u=c.useCallback(d=>{a||o(d),n==null||n(d)},[a,n]);return[s,u]}const zd=8,Od=["#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"],Mv=8;let ul=[];const dl=new Set;function $d(){return ul}function _v(e){const t=Pe(e);t&&(ul=[t,...ul.filter(n=>n!==t)].slice(0,Mv),dl.forEach(n=>n()))}function Lv(e){return dl.add(e),()=>{dl.delete(e)}}function ii(e){const t=Pe(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 kn(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 Ds({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 g=0;return d!==0&&(s===r?g=(o-a)/d%6:s===o?g=(a-r)/d+2:g=(r-o)/d+4,g*=60,g<0&&(g+=360)),{h:g,s:s===0?0:d/s,v:s}}function Rs({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,g=0;return r<60?(u=o,d=a):r<120?(u=a,d=o):r<180?(d=o,g=a):r<240?(d=a,g=o):r<300?(u=a,g=o):(u=o,g=a),{r:Math.round((u+s)*255),g:Math.round((d+s)*255),b:Math.round((g+s)*255)}}function Ug(){return typeof window<"u"&&"EyeDropper"in window}async function Fv(){if(!Ug())return null;const e=window.EyeDropper;try{const t=await new e().open();return Pe(t.sRGBHex)}catch{return null}}const Bv="_picker_ag1yo_1",Hv="_none_ag1yo_12",zv="_customToggle_ag1yo_13",Ov="_eyedrop_ag1yo_14",$v="_swatch_ag1yo_48",Kv="_field_ag1yo_49",Uv="_grid_ag1yo_54",Wv="_recents_ag1yo_55",Vv="_sectionLabel_ag1yo_84",Gv="_custom_ag1yo_13",qv="_sv_ag1yo_95",Zv="_svThumb_ag1yo_105",Yv="_hue_ag1yo_116",Xv="_rgbRow_ag1yo_155",Jv="_hexRow_ag1yo_156",Ie={picker:Bv,none:Hv,customToggle:zv,eyedrop:Ov,swatch:$v,field:Kv,grid:Uv,recents:Wv,sectionLabel:Vv,custom:Gv,sv:qv,svThumb:Zv,hue:Yv,rgbRow:Xv,hexRow:Jv};function Qv(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 ic({value:e,mixed:t=!1,noneLabel:n,ariaLabel:r,disabled:o,menu:a=!1,fallbackCustom:s="#000000",onChange:u,onCommit:d}){const g=q(),p=c.useId(),h=a?"menuitemradio":"option",x=t?null:e,b=ii(x??s)??{r:0,g:0,b:0},[w,y]=c.useState(!1),[v,k]=c.useState(()=>Ds(b)),[S,D]=c.useState(()=>({r:String(b.r),g:String(b.g),b:String(b.b)})),[I,A]=c.useState(()=>kn(b.r,b.g,b.b)),[P,R]=c.useState(()=>[...$d()]),L=c.useRef(null),E=c.useRef(kn(b.r,b.g,b.b));c.useEffect(()=>Lv(()=>R([...$d()])),[]),c.useEffect(()=>{const T=ii(x??s);if(!T)return;const V=Ds(T);k(V),D({r:String(T.r),g:String(T.g),b:String(T.b)}),A(kn(T.r,T.g,T.b))},[x,s]);const N=(T,V,Q)=>{T&&(E.current=T),Q&&T&&_v(T),u(T),V&&(d==null||d(T))},j=(T,V,Q)=>{const G=kn(T.r,T.g,T.b);k(Ds(T)),D({r:String(T.r),g:String(T.g),b:String(T.b)}),A(G),N(G,V,Q)},M=(T,V,Q)=>{const G=Rs(T),ve=kn(G.r,G.g,G.b);k(T),D({r:String(G.r),g:String(G.g),b:String(G.b)}),A(ve),N(ve,V,Q)},F=T=>{if(!["ArrowLeft","ArrowRight","ArrowUp","ArrowDown"].includes(T.key))return;const Q=[...T.currentTarget.querySelectorAll("button")],G=Q.findIndex(_e=>_e===document.activeElement);if(G<0)return;T.preventDefault();const ve=T.key==="ArrowLeft"?-1:T.key==="ArrowRight"?1:T.key==="ArrowUp"?-zd:zd,He=Q[Math.max(0,Math.min(Q.length-1,G+ve))];He==null||He.focus()},$=(T,V)=>{const Q=L.current;if(!Q||o)return;const G=Q.getBoundingClientRect(),ve=Math.max(0,Math.min(1,(T.clientX-G.left)/G.width)),He=Math.max(0,Math.min(1,1-(T.clientY-G.top)/G.height));M({h:v.h,s:ve,v:He},V,V)},Z=T=>{o||(T.currentTarget.setPointerCapture(T.pointerId),$(T,!1))},ne=Rs({h:v.h,s:1,v:1}),X=kn(ne.r,ne.g,ne.b),Y=Rs(v),ae=kn(Y.r,Y.g,Y.b),te=new Set(Od),U=P.filter(T=>!te.has(T));return i.jsxs("div",{className:Ie.picker,role:a?void 0:"listbox","aria-label":r,"data-color-picker":"",children:[i.jsx("button",{type:"button",className:Ie.none,role:h,"aria-checked":a?x===null&&!t:void 0,"aria-selected":a?void 0:x===null&&!t,disabled:o,onClick:()=>N(null,!0,!1),children:n}),i.jsx("div",{className:Ie.grid,role:a?"group":"none",onKeyDown:F,children:Od.map(T=>{const V=x===T;return i.jsx("button",{type:"button",className:Ie.swatch,role:h,"aria-label":T,"aria-checked":a?V:void 0,"aria-selected":a?void 0:V,disabled:o,style:{backgroundColor:T},onMouseDown:Q=>Q.preventDefault(),onClick:()=>N(T,!0,!1)},T)})}),U.length>0?i.jsxs(i.Fragment,{children:[i.jsx("p",{className:Ie.sectionLabel,children:g("colorRecent")}),i.jsx("div",{className:Ie.recents,role:a?"group":"none","aria-label":g("colorRecent"),children:U.map(T=>i.jsx("button",{type:"button",className:Ie.swatch,role:h,"aria-label":T,"aria-checked":a?x===T:void 0,"aria-selected":a?void 0:x===T,disabled:o,style:{backgroundColor:T},onMouseDown:V=>V.preventDefault(),onClick:()=>N(T,!0,!1)},T))})]}):null,i.jsx("button",{type:"button",className:Ie.customToggle,disabled:o,"aria-expanded":w,onClick:()=>y(T=>!T),children:g("colorCustom")}),w?i.jsxs("div",{className:Ie.custom,children:[i.jsx("div",{ref:L,className:Ie.sv,style:{background:`linear-gradient(to top, #000, transparent), linear-gradient(to right, #fff, ${X})`},onPointerDown:Z,onPointerMove:T=>{T.currentTarget.hasPointerCapture(T.pointerId)&&$(T,!1)},onPointerUp:T=>{$(T,!0)},children:i.jsx("span",{className:Ie.svThumb,style:{left:`${v.s*100}%`,top:`${(1-v.v)*100}%`}})}),i.jsx("input",{className:Ie.hue,type:"range",min:0,max:360,value:Math.round(v.h),disabled:o,"aria-label":g("colorCustom"),onChange:T=>M({...v,h:Number(T.target.value)},!1,!1),onPointerUp:()=>N(E.current,!0,!0)}),i.jsx("div",{className:Ie.rgbRow,children:["r","g","b"].map(T=>i.jsxs("div",{className:Ie.field,children:[i.jsx("label",{htmlFor:`${p}-${T}`,children:g(T==="r"?"colorRgbR":T==="g"?"colorRgbG":"colorRgbB")}),i.jsx("input",{id:`${p}-${T}`,inputMode:"numeric",value:S[T],disabled:o,onChange:V=>{D(Q=>({...Q,[T]:V.target.value}))},onBlur:()=>{const V=Qv(S[T]);if(V===null){D({r:String(Y.r),g:String(Y.g),b:String(Y.b)});return}j({...Y,[T]:V},!0,!0)},onKeyDown:V=>{V.key==="Enter"&&V.currentTarget.blur()}})]},T))}),i.jsx("div",{className:Ie.hexRow,children:i.jsxs("div",{className:Ie.field,children:[i.jsx("label",{htmlFor:`${p}-hex`,children:g("colorHex")}),i.jsx("input",{id:`${p}-hex`,value:I,disabled:o,onChange:T=>A(T.target.value),onBlur:()=>{const T=Pe(I);if(!T){A(ae);return}const V=ii(T);V&&j(V,!0,!0)},onKeyDown:T=>{T.key==="Enter"&&T.currentTarget.blur()}})]})}),Ug()?i.jsx("button",{type:"button",className:Ie.eyedrop,disabled:o,onClick:()=>{Fv().then(T=>{if(!T)return;const V=ii(T);V&&j(V,!0,!0)})},children:g("colorPickFromScreen")}):null]}):null]})}const ek="_wrap_hfz5s_1",tk="_button_hfz5s_8",nk="_icon_hfz5s_18",rk="_bar_hfz5s_24",ok="_barEmpty_hfz5s_33",ik="_popover_hfz5s_43",Sn={wrap:ek,button:tk,icon:nk,bar:rk,barEmpty:ok,popover:ik},ak="_field_1knrr_1",sk="_label_1knrr_8",lk="_button_1knrr_12",ck="_swatch_1knrr_37",uk="_swatchEmpty_1knrr_44",Lr={field:ak,label:sk,button:lk,swatch:ck,swatchEmpty:uk},ai=4;function ut({label:e,noneLabel:t,value:n,mixed:r=!1,disabled:o,fallbackCustom:a,onChange:s}){const u=c.useId(),d=c.useRef(null),g=c.useRef(null),p=c.useRef(null),[h,x]=c.useState(!1),[b,w]=c.useState({top:0,left:0}),y=c.useCallback(()=>{const S=g.current,D=p.current;if(!S)return;const I=S.getBoundingClientRect(),A=(D==null?void 0:D.offsetHeight)??0,P=(D==null?void 0:D.offsetWidth)??240;let R=I.bottom;R+A>window.innerHeight-ai&&(R=Math.max(ai,I.top-A));const L=Math.min(Math.max(I.left,ai),window.innerWidth-P-ai);w({top:R,left:L})},[]);c.useLayoutEffect(()=>{if(!h)return;y();const S=()=>y();return window.addEventListener("scroll",S,!0),window.addEventListener("resize",S),()=>{window.removeEventListener("scroll",S,!0),window.removeEventListener("resize",S)}},[h,y]),c.useEffect(()=>{if(!h)return;const S=I=>{var P,R;const A=I.target;(P=d.current)!=null&&P.contains(A)||(R=p.current)!=null&&R.contains(A)||x(!1)},D=I=>{var A;I.key==="Escape"&&(I.preventDefault(),I.stopPropagation(),x(!1),(A=g.current)==null||A.focus())};return document.addEventListener("pointerdown",S),document.addEventListener("keydown",D,!0),()=>{document.removeEventListener("pointerdown",S),document.removeEventListener("keydown",D,!0)}},[h]);const v=`${Lr.swatch}${!n||r?` ${Lr.swatchEmpty}`:""}`,k=n&&!r?{backgroundColor:n}:void 0;return i.jsxs("div",{className:Lr.field,ref:d,children:[i.jsx("span",{className:Lr.label,children:e}),i.jsx("button",{ref:g,type:"button",className:Lr.button,"aria-label":e,"aria-haspopup":"listbox","aria-expanded":h,"aria-controls":h?u:void 0,disabled:o,onClick:()=>x(S=>!S),children:i.jsx("span",{className:v,style:k})}),h?i.jsx(fe,{children:i.jsx("div",{ref:p,id:u,className:Sn.popover,style:{top:b.top,left:b.left,zIndex:1400},children:i.jsx(ic,{value:n,mixed:r,noneLabel:t,ariaLabel:e,disabled:o,fallbackCustom:a,onChange:s,onCommit:()=>x(!1)})})}):null]})}const Es=[{id:"general",labelKey:"fontDialogTabGeneral",implemented:!0}],dk="_toolbar_1aggm_1",mk="_menuBar_1aggm_35",fk="_menuBarDesktop_1aggm_43",gk="_brandMark_1aggm_49",pk="_brandMarkIcon_1aggm_56",hk="_menuBarCompact_1aggm_68",bk="_menuWrap_1aggm_91",yk="_menuButton_1aggm_97",xk="_iconButton_1aggm_98",wk="_menuItem_1aggm_99",Ck="_hamburgerButton_1aggm_142",vk="_iconNav_1aggm_149",kk="_iconNavMain_1aggm_160",Sk="_iconNavEnd_1aggm_169",Pk="_iconGroup_1aggm_185",Ak="_tooltipTrigger_1aggm_276",Dk="_menu_1aggm_35",Rk="_submenuWrap_1aggm_305",Ek="_submenu_1aggm_305",jk="_submenuTrigger_1aggm_315",Tk="_menuOverlay_1aggm_330",Nk="_menuOverlayHeader_1aggm_342",Ik="_menuOverlayTitle_1aggm_352",Mk="_menuOverlayBody_1aggm_358",_k="_menuSeparator_1aggm_409",Lk="_icon_1aggm_98",Fk="_tooltip_1aggm_276",Bk="_tooltipElevated_1aggm_494",ee={toolbar:dk,menuBar:mk,menuBarDesktop:fk,brandMark:gk,brandMarkIcon:pk,menuBarCompact:hk,menuWrap:bk,menuButton:yk,iconButton:xk,menuItem:wk,hamburgerButton:Ck,iconNav:vk,iconNavMain:kk,iconNavEnd:Sk,iconGroup:Pk,tooltipTrigger:Ak,menu:Dk,submenuWrap:Rk,submenu:Ek,submenuTrigger:jk,menuOverlay:Tk,menuOverlayHeader:Nk,menuOverlayTitle:Ik,menuOverlayBody:Mk,menuSeparator:_k,icon:Lk,tooltip:Fk,tooltipElevated:Bk},Hk=400,Kd=6,js=4;function cn({label:e,children:t,className:n,elevated:r}){const o=c.useRef(null),a=c.useRef(null),s=c.useRef(null),u=c.useRef(!1),d=c.useRef(!1),[g,p]=c.useState(!1),[h,x]=c.useState({top:0,left:0}),b=c.useCallback(()=>{s.current!==null&&(clearTimeout(s.current),s.current=null)},[]),w=c.useCallback(k=>{if(!(u.current||d.current)){b(),p(!1);return}if(k||d.current){b(),p(!0);return}b(),s.current=setTimeout(()=>{s.current=null,p(!0)},Hk)},[b]),y=c.useCallback(()=>{const k=o.current,S=a.current;if(!k||!S)return;const D=k.getBoundingClientRect(),I=S.offsetWidth,A=S.offsetHeight;let P=D.bottom+Kd;P+A>window.innerHeight-js&&(P=D.top-Kd-A);let R=D.left+D.width/2-I/2;R=Math.min(Math.max(R,js),window.innerWidth-I-js),x({top:P,left:R})},[]);c.useEffect(()=>()=>b(),[b]),c.useEffect(()=>{const k=o.current;if(!k)return;const S=()=>{d.current=!0,w(!0)},D=()=>{d.current=!1,w(!1)};return k.addEventListener("focusin",S),k.addEventListener("focusout",D),()=>{k.removeEventListener("focusin",S),k.removeEventListener("focusout",D)}},[w]),c.useLayoutEffect(()=>{if(!g)return;y();const k=()=>y();return window.addEventListener("scroll",k,!0),window.addEventListener("resize",k),()=>{window.removeEventListener("scroll",k,!0),window.removeEventListener("resize",k)}},[g,e,y]);const v=n?`${ee.tooltipTrigger} ${n}`:ee.tooltipTrigger;return i.jsxs(i.Fragment,{children:[i.jsx("span",{ref:o,className:v,"data-tooltip-trigger":"",onMouseEnter:()=>{u.current=!0,w(!1)},onMouseLeave:()=>{u.current=!1,w(!1)},children:t}),g?i.jsx(fe,{children:i.jsx("span",{ref:a,className:r?`${ee.tooltip} ${ee.tooltipElevated}`:ee.tooltip,"data-toolbar-tooltip":"",style:{top:h.top,left:h.left},"aria-hidden":"true",children:e})}):null]})}const zk="_wrap_1vjt0_1",Ok="_wrapToolbar_1vjt0_7",$k="_field_1vjt0_12",Kk="_trigger_1vjt0_20",Uk="_chevron_1vjt0_50",Wk="_list_1vjt0_73",Vk="_listInline_1vjt0_88",Gk="_option_1vjt0_96",qk="_separator_1vjt0_125",pt={wrap:zk,wrapToolbar:Ok,field:$k,trigger:Kk,chevron:Uk,list:Wk,listInline:Vk,option:Gk,separator:qk};function Zk({value:e,mixed:t=!1,fonts:n,disabled:r,listId:o,listRef:a,inline:s,style:u,onSelect:d}){const g=q(),p=!t&&e===null;return i.jsxs("ul",{ref:a,id:o,className:s?`${pt.list} ${pt.listInline}`:pt.list,role:"listbox","aria-label":g("commandFontFamilyAria"),style:u,children:[i.jsx("li",{role:"presentation",children:i.jsx("button",{type:"button",className:pt.option,role:"option","aria-checked":p,disabled:r,onMouseDown:h=>h.preventDefault(),onClick:()=>d(null),children:g("fontFamilyDefault")})}),i.jsx("li",{className:pt.separator,role:"separator"}),n.map(h=>{const x=!t&&no(e,h.family);return i.jsx("li",{role:"presentation",children:i.jsx("button",{type:"button",className:pt.option,role:"option","aria-checked":x,disabled:r,style:{fontFamily:h.family},onMouseDown:b=>b.preventDefault(),onClick:()=>d(h.family),children:h.name})},h.family)})]})}function Yk(e,t,n,r){var o;return t?"":e===null?r:((o=Uy(e,n))==null?void 0:o.name)??e}const si=4;function Wg({family:e,mixed:t=!1,fonts:n,disabled:r,tooltip:o,toolbar:a=!1,triggerId:s,onChange:u}){const d=q(),g=c.useId(),p=c.useRef(null),h=c.useRef(null),x=c.useRef(null),[b,w]=c.useState(!1),[y,v]=c.useState({top:0,left:0,width:0}),k=Yk(e,t,n,d("fontFamilyDefault")),S=c.useCallback(()=>{const I=h.current,A=x.current;if(!I)return;const P=I.getBoundingClientRect(),R=(A==null?void 0:A.offsetHeight)??0,L=Math.max(P.width,(A==null?void 0:A.offsetWidth)??0);let E=P.bottom;E+R>window.innerHeight-si&&(E=Math.max(si,P.top-R));const N=Math.min(Math.max(P.left,si),window.innerWidth-L-si);v({top:E,left:N,width:L})},[]);c.useLayoutEffect(()=>{if(!b)return;S();const I=()=>S();return window.addEventListener("scroll",I,!0),window.addEventListener("resize",I),()=>{window.removeEventListener("scroll",I,!0),window.removeEventListener("resize",I)}},[b,S,n.length]),c.useEffect(()=>{if(!b)return;const I=P=>{var L,E;const R=P.target;(L=p.current)!=null&&L.contains(R)||(E=x.current)!=null&&E.contains(R)||w(!1)},A=P=>{P.key==="Escape"&&(P.preventDefault(),P.stopPropagation(),w(!1))};return document.addEventListener("pointerdown",I),document.addEventListener("keydown",A,!0),()=>{document.removeEventListener("pointerdown",I),document.removeEventListener("keydown",A,!0)}},[b]);const D=i.jsxs("div",{className:`${pt.wrap}${a?` ${pt.wrapToolbar}`:""}`,ref:p,children:[i.jsxs("div",{className:pt.field,ref:h,children:[i.jsx("button",{type:"button",id:s,className:pt.trigger,disabled:r,"aria-label":a?d("commandFontFamilyAria"):void 0,"aria-haspopup":"listbox","aria-expanded":b,"aria-controls":b?g:void 0,style:e&&!t?{fontFamily:e}:void 0,onMouseDown:I=>I.preventDefault(),onClick:()=>w(I=>!I),children:k}),i.jsx("span",{className:pt.chevron,"aria-hidden":"true"})]}),b?i.jsx(fe,{children:i.jsx(Zk,{listRef:x,listId:g,value:t?null:e,mixed:t,fonts:n,disabled:r,style:{top:y.top,left:y.left,minWidth:y.width},onSelect:I=>{u(I),w(!1)}})}):null]});return o?i.jsx(cn,{label:o,children:D}):D}function Xk({commands:e,queries:t,disabled:n}){const r=q(),o=!!(n||!t.isVisualMode());return i.jsx(Wg,{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 Jk="_wrap_58i0x_1",Qk="_wrapToolbar_58i0x_9",eS="_field_58i0x_14",tS="_input_58i0x_22",nS="_toggle_58i0x_41",rS="_chevron_58i0x_42",oS="_unit_58i0x_80",iS="_list_58i0x_110",aS="_option_58i0x_125",Ae={wrap:Jk,wrapToolbar:Qk,field:eS,input:tS,toggle:nS,chevron:rS,unit:oS,list:iS,option:aS},li=4,sS={pt:"fontSizeUnitPt",px:"fontSizeUnitPx",em:"fontSizeUnitEm",rem:"fontSizeUnitRem","%":"fontSizeUnitPercent"};function Vg({size:e,unit:t,onSizeChange:n,onUnitChange:r,disabled:o,tooltip:a,sizeInputId:s,toolbar:u=!1}){const d=q(),g=c.useId(),p=c.useRef(null),h=c.useRef(null),x=c.useRef(null),[b,w]=c.useState(()=>e===null?"":ie(e)),[y,v]=c.useState(!1),[k,S]=c.useState(!1),[D,I]=c.useState({top:0,left:0,width:0});c.useEffect(()=>{y||w(e===null?"":ie(e))},[e,y]);const A=c.useCallback(()=>{const N=h.current,j=x.current;if(!N)return;const M=N.getBoundingClientRect(),F=(j==null?void 0:j.offsetHeight)??0;let $=M.bottom;$+F>window.innerHeight-li&&($=Math.max(li,M.top-F));const Z=Math.min(Math.max(M.left,li),window.innerWidth-Math.max(M.width,72)-li);I({top:$,left:Z,width:M.width})},[]);c.useLayoutEffect(()=>{if(!k)return;A();const N=()=>A();return window.addEventListener("scroll",N,!0),window.addEventListener("resize",N),()=>{window.removeEventListener("scroll",N,!0),window.removeEventListener("resize",N)}},[k,A]),c.useEffect(()=>{if(!k)return;const N=M=>{var $,Z;const F=M.target;($=p.current)!=null&&$.contains(F)||(Z=x.current)!=null&&Z.contains(F)||S(!1)},j=M=>{M.key==="Escape"&&(M.preventDefault(),M.stopPropagation(),S(!1))};return document.addEventListener("pointerdown",N),document.addEventListener("keydown",j,!0),()=>{document.removeEventListener("pointerdown",N),document.removeEventListener("keydown",j,!0)}},[k]);const P=N=>{const j=fb(N,t);if(!j){w(e===null?"":ie(e));return}n(j.value,j.unit),w(ie(j.value))},R=cb[t],L=k?i.jsx(fe,{children:i.jsx("ul",{ref:x,className:Ae.list,role:"listbox",id:g,style:{top:D.top,left:D.left,minWidth:D.width},children:R.map(N=>i.jsx("li",{role:"presentation",children:i.jsx("button",{type:"button",className:Ae.option,role:"option","aria-selected":e===N,onMouseDown:j=>j.preventDefault(),onClick:()=>{n(N,t),w(ie(N)),S(!1)},children:ie(N)})},N))})}):null,E=i.jsxs("div",{className:`${Ae.wrap}${u?` ${Ae.wrapToolbar}`:""}`,ref:p,children:[i.jsxs("div",{className:Ae.field,ref:h,children:[i.jsx("input",{id:s,className:Ae.input,value:b,disabled:o,"aria-label":d("commandFontSizeAria"),"aria-autocomplete":"list","aria-expanded":k,"aria-controls":g,role:"combobox",inputMode:"decimal",onFocus:()=>v(!0),onBlur:()=>{v(!1),P(b)},onChange:N=>w(N.target.value),onKeyDown:N=>{N.key==="Enter"&&(N.preventDefault(),P(b),S(!1),N.currentTarget.blur()),N.key==="ArrowDown"&&(N.preventDefault(),S(!0))}}),i.jsx("button",{type:"button",className:Ae.toggle,tabIndex:-1,disabled:o,"aria-label":d("commandFontSizeAria"),"aria-expanded":k,"aria-controls":g,onMouseDown:N=>N.preventDefault(),onClick:()=>S(N=>!N)})]}),i.jsxs("div",{className:Ae.field,children:[i.jsx("select",{className:Ae.unit,value:t,disabled:o,"aria-label":d("commandFontSizeUnitAria"),onChange:N=>{r(N.target.value)},children:wl.map(N=>i.jsx("option",{value:N,children:d(sS[N])},N))}),i.jsx("span",{className:Ae.chevron,"aria-hidden":"true"})]}),L]});return a?i.jsx(cn,{label:a,children:E}):E}const lS="_backdrop_1p9zk_1",cS="_dialog_1p9zk_12",uS="_dialogWide_1p9zk_31",dS="_header_1p9zk_35",mS="_tabs_1p9zk_43",fS="_tab_1p9zk_43",gS="_body_1p9zk_76",pS="_field_1p9zk_86",hS="_label_1p9zk_92",bS="_sizeRow_1p9zk_96",yS="_fileRow_1p9zk_102",xS="_fileName_1p9zk_108",wS="_previewImage_1p9zk_115",CS="_marks_1p9zk_125",vS="_mark_1p9zk_125",kS="_actions_1p9zk_140",SS="_actionsSpread_1p9zk_148",PS="_actionsEnd_1p9zk_152",AS="_headerRow_1p9zk_157",DS="_close_1p9zk_170",RS="_nameSection_1p9zk_187",ES="_nameInput_1p9zk_192",jS="_labelRow_1p9zk_209",TS="_help_1p9zk_215",NS="_textInput_1p9zk_233",IS="_fullSelect_1p9zk_245",MS="_error_1p9zk_249",_S="_emptyHint_1p9zk_254",LS="_action_1p9zk_140",FS="_textarea_1p9zk_265",BS="_actionDanger_1p9zk_279",HS="_confirmBody_1p9zk_285",zS="_nestedPanel_1p9zk_294",OS="_spinnerWrap_1p9zk_309",$S="_spinner_1p9zk_309",KS="_actionPrimary_1p9zk_344",US="_iconButton_1p9zk_358",WS="_select_1p9zk_359",VS="_lengthInput_1p9zk_360",GS="_lengthUnit_1p9zk_361",qS="_group_1p9zk_369",ZS="_nestedGroup_1p9zk_379",YS="_subLabel_1p9zk_389",XS="_iconRow_1p9zk_393",JS="_lengthField_1p9zk_425",QS="_sideLabel_1p9zk_431",eP="_lengthRow_1p9zk_435",tP="_sideGrid_1p9zk_463",nP="_shadowGrid_1p9zk_464",f={backdrop:lS,dialog:cS,dialogWide:uS,header:dS,tabs:mS,tab:fS,body:gS,field:pS,label:hS,sizeRow:bS,fileRow:yS,fileName:xS,previewImage:wS,marks:CS,mark:vS,actions:kS,actionsSpread:SS,actionsEnd:PS,headerRow:AS,close:DS,nameSection:RS,nameInput:ES,labelRow:jS,help:TS,textInput:NS,fullSelect:IS,error:MS,emptyHint:_S,action:LS,textarea:FS,actionDanger:BS,confirmBody:HS,nestedPanel:zS,spinnerWrap:OS,spinner:$S,actionPrimary:KS,iconButton:US,select:WS,lengthInput:VS,lengthUnit:GS,group:qS,nestedGroup:ZS,subLabel:YS,iconRow:XS,lengthField:JS,sideLabel:QS,lengthRow:eP,sideGrid:tP,shadowGrid:nP},rP={bold:{label:"commandBold"},italic:{label:"commandItalic"},underline:{label:"commandUnderline"},strikethrough:{label:"commandStrikethrough"}};function ac({tab:e,value:t,fonts:n,disabled:r,onTabChange:o,onChange:a}){const s=q(),u=c.useId(),d=c.useId(),g=n??vf(),p=Es.find(h=>h.id===e)??Es[0];return i.jsxs(i.Fragment,{children:[i.jsx("div",{className:f.tabs,role:"tablist","aria-label":s("fontDialogTitle"),children:Es.map(h=>i.jsx("button",{type:"button",className:f.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:f.body,role:"tabpanel",children:p.implemented?i.jsxs(i.Fragment,{children:[i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:d,children:s("fontDialogFamily")}),i.jsx(Wg,{family:t.fontFamilyMixed?null:t.fontFamily,mixed:t.fontFamilyMixed,fonts:g,disabled:r,triggerId:d,onChange:h=>{a({...t,fontFamily:h,fontFamilyMixed:!1})}})]}),i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:u,children:s("fontDialogSize")}),i.jsx("div",{className:f.sizeRow,children:i.jsx(Vg,{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?_m(t.size,t.unit,h,16,16):t.size;a({...t,size:x,unit:h})}})})]}),i.jsx("div",{className:f.field,children:i.jsx(ut,{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:f.field,children:i.jsx(ut,{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:f.marks,children:[i.jsx("legend",{className:f.label,children:s("fontDialogStyle")}),ct.map(h=>i.jsxs("label",{className:f.mark,children:[i.jsx("input",{type:"checkbox",checked:t.marks[h],disabled:r,onChange:()=>{a({...t,marks:{...t.marks,[h]:!t.marks[h]}})}}),s(rP[h].label)]},h))]})]}):null})]})}const Ud='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])';function oP({open:e,tab:t,size:n,unit:r,marks:o,fontFamily:a=null,fontFamilyMixed:s=!1,fontColor:u,fontColorMixed:d=!1,highlightColor:g,highlightColorMixed:p=!1,fonts:h,disabled:x,onTabChange:b,onApply:w,onClose:y}){const v=q(),k=c.useId(),S=c.useRef(null),[D,I]=c.useState({size:n,unit:r,marks:o,fontFamily:a,fontFamilyMixed:s,fontColor:u,highlightColor:g,fontColorMixed:d,highlightColorMixed:p});return c.useEffect(()=>{e&&I({size:n,unit:r,marks:o,fontFamily:a,fontFamilyMixed:s,fontColor:u,highlightColor:g,fontColorMixed:d,highlightColorMixed:p})},[e,n,r,o,a,s,u,d,g,p]),c.useEffect(()=>{if(!e)return;const A=S.current,P=A==null?void 0:A.querySelector(Ud);P==null||P.focus();const R=L=>{if(L.key==="Escape"){if(document.querySelector('[role="listbox"], [data-color-picker]'))return;L.preventDefault(),L.stopPropagation(),y();return}if(L.key!=="Tab"||!A)return;const E=[...A.querySelectorAll(Ud)];if(E.length===0)return;const N=E[0],j=E[E.length-1];L.shiftKey&&document.activeElement===N?(L.preventDefault(),j.focus()):!L.shiftKey&&document.activeElement===j&&(L.preventDefault(),N.focus())};return document.addEventListener("keydown",R,!0),()=>document.removeEventListener("keydown",R,!0)},[e,y]),e?i.jsx(fe,{children:i.jsx("div",{className:f.backdrop,role:"presentation",onMouseDown:y,children:i.jsxs("div",{ref:S,className:f.dialog,role:"dialog","aria-modal":"true","aria-labelledby":k,onMouseDown:A=>A.stopPropagation(),children:[i.jsx("h2",{className:f.header,id:k,children:v("fontDialogTitle")}),i.jsx(ac,{tab:t,value:D,fonts:h,disabled:x,onTabChange:b,onChange:I}),i.jsxs("div",{className:f.actions,children:[i.jsx("button",{type:"button",className:f.action,onClick:y,children:v("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${f.action} ${f.actionPrimary}`,disabled:x,onClick:()=>w(D),children:v("fontDialogOk")})]})]})})}):null}const iP={pt:"fontSizeUnitPt",px:"fontSizeUnitPx",em:"fontSizeUnitEm",rem:"fontSizeUnitRem","%":"fontSizeUnitPercent"};function je({label:e,value:t,disabled:n,allowNegative:r=!1,unitAria:o,inputId:a,onChange:s}){const u=q(),d=c.useId(),g=a??d,p=(t==null?void 0:t.unit)??kl,[h,x]=c.useState(()=>t?ie(t.value):""),[b,w]=c.useState(!1);c.useEffect(()=>{b||x(t?ie(t.value):"")},[t,b]);const y=v=>{const k=v.trim();if(!k){s(null),x("");return}const S=Vr(k,p,r);if(!S){x(t?ie(t.value):"");return}s(S),x(ie(S.value))};return i.jsxs("div",{className:f.lengthField,children:[i.jsx("label",{className:f.sideLabel,htmlFor:g,children:e}),i.jsxs("div",{className:f.lengthRow,children:[i.jsx("input",{id:g,className:f.lengthInput,value:h,disabled:n,inputMode:"decimal",onFocus:()=>w(!0),onBlur:()=>{w(!1),y(h)},onChange:v=>x(v.target.value),onKeyDown:v=>{v.key==="Enter"&&(v.preventDefault(),y(h),v.currentTarget.blur())}}),i.jsx("select",{className:f.lengthUnit,value:p,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=Vr(h,k,r);s(S)}},children:wl.map(v=>i.jsx("option",{value:v,children:u(iP[v])},v))})]})]})}function sc({shadow:e,disabled:t,onChange:n}){const r=q();return i.jsxs("div",{className:f.shadowGrid,children:[i.jsx(je,{label:r("paragraphDialogShadowOffsetX"),value:e.offsetX,disabled:t,allowNegative:!0,onChange:o=>{n({...e,offsetX:o??{value:0,unit:"px"}})}}),i.jsx(je,{label:r("paragraphDialogShadowOffsetY"),value:e.offsetY,disabled:t,allowNegative:!0,onChange:o=>{n({...e,offsetY:o??{value:0,unit:"px"}})}}),i.jsx(je,{label:r("paragraphDialogShadowBlur"),value:e.blur,disabled:t,onChange:o=>{n({...e,blur:o??{value:0,unit:"px"}})}}),i.jsx(je,{label:r("paragraphDialogShadowSpread"),value:e.spread,disabled:t,allowNegative:!0,onChange:o=>{n({...e,spread:o??{value:0,unit:"px"}})}}),i.jsx(ut,{label:r("paragraphDialogShadowColor"),noneLabel:r("colorNone"),value:e.color,disabled:t,onChange:o=>{n({...e,color:o})}}),i.jsxs("label",{className:f.mark,children:[i.jsx("input",{type:"checkbox",checked:e.inset,disabled:t,onChange:()=>{n({...e,inset:!e.inset})}}),r("paragraphDialogShadowInset")]})]})}const Gg=[{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}],qg=[{id:"spacing",labelKey:"paragraphDialogSpacing",implemented:!0},{id:"border",labelKey:"paragraphDialogTabBorder",implemented:!0},{id:"background",labelKey:"paragraphDialogTabBackground",implemented:!0},{id:"backgroundImage",labelKey:"pageDialogTabBackgroundImage",implemented:!0}],aP={fill:"imagePropertiesFitFill",contain:"imagePropertiesFitContain",cover:"imagePropertiesFitCover",none:"imagePropertiesFitNoneValue","scale-down":"imagePropertiesFitScaleDown"},sP={center:"imagePropertiesPositionCenter",top:"imagePropertiesPositionTop",bottom:"imagePropertiesPositionBottom",left:"imagePropertiesPositionLeft",right:"imagePropertiesPositionRight","top left":"imagePropertiesPositionTopLeft","top right":"imagePropertiesPositionTopRight","bottom left":"imagePropertiesPositionBottomLeft","bottom right":"imagePropertiesPositionBottomRight"};function Zg({legendKey:e="imagePropertiesTabAdvanced",value:t,disabled:n,onChange:r}){const o=q(),a=c.useId(),s=c.useId();return i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.label,children:o(e)}),i.jsx(lP,{value:t.opacity,disabled:n,onChange:u=>{r({...t,opacity:u})}}),i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:a,children:o("imagePropertiesFit")}),i.jsxs("select",{id:a,className:f.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")}),Ql.map(u=>i.jsx("option",{value:u,children:o(aP[u])},u))]})]}),i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:s,children:o("imagePropertiesPosition")}),i.jsxs("select",{id:s,className:f.select,value:t.position??"",disabled:n,onChange:u=>{r({...t,position:u.target.value||null})},children:[i.jsx("option",{value:"",children:o("imagePropertiesPositionDefault")}),ec.map(u=>i.jsx("option",{value:u,children:o(sP[u])},u))]})]})]})}function lP({value:e,disabled:t,onChange:n}){const r=q(),o=c.useId(),a=e===null?null:Pi(e),[s,u]=c.useState(()=>a===null?"":ie(a)),[d,g]=c.useState(!1);c.useEffect(()=>{d||u(a===null?"":ie(a))},[a,d]);const p=h=>{const x=h.trim();if(!x){n(null),u("");return}const b=Number(x.replace(",","."));if(!Number.isFinite(b)){u(a===null?"":ie(a));return}const w=Xm(b);n(w),u(ie(Pi(w)))};return i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:o,children:r("paragraphDialogOpacity")}),i.jsxs("div",{className:f.lengthRow,children:[i.jsx("input",{id:o,className:f.lengthInput,value:s,disabled:t,inputMode:"decimal",onFocus:()=>g(!0),onChange:h=>u(h.target.value),onBlur:()=>{g(!1),p(s)}}),i.jsx("span",{className:f.lengthUnit,"aria-hidden":"true",children:r("fontSizeUnitPercent")})]})]})}const ci=4,cP={pt:"fontSizeUnitPt",px:"fontSizeUnitPx",em:"fontSizeUnitEm",rem:"fontSizeUnitRem","%":"fontSizeUnitPercent",pc:"fontSizeUnitPc"};function Bi({label:e,inputAria:t,value:n,disabled:r,onChange:o}){const a=q(),s=c.useId(),u=c.useId(),d=c.useRef(null),g=c.useRef(null),p=c.useRef(null),h=(n==null?void 0:n.unit)??q1,[x,b]=c.useState(()=>n?ie(n.value):""),[w,y]=c.useState(!1),[v,k]=c.useState(!1),[S,D]=c.useState({top:0,left:0,width:0});c.useEffect(()=>{w||b(n?ie(n.value):"")},[n,w]);const I=c.useCallback(()=>{const E=g.current,N=p.current;if(!E)return;const j=E.getBoundingClientRect(),M=(N==null?void 0:N.offsetHeight)??0;let F=j.bottom;F+M>window.innerHeight-ci&&(F=Math.max(ci,j.top-M));const $=Math.min(Math.max(j.left,ci),window.innerWidth-Math.max(j.width,72)-ci);D({top:F,left:$,width:j.width})},[]);c.useLayoutEffect(()=>{if(!v)return;I();const E=()=>I();return window.addEventListener("scroll",E,!0),window.addEventListener("resize",E),()=>{window.removeEventListener("scroll",E,!0),window.removeEventListener("resize",E)}},[v,I]),c.useEffect(()=>{if(!v)return;const E=j=>{var F,$;const M=j.target;(F=d.current)!=null&&F.contains(M)||($=p.current)!=null&&$.contains(M)||k(!1)},N=j=>{j.key==="Escape"&&(j.preventDefault(),j.stopPropagation(),k(!1))};return document.addEventListener("pointerdown",E),document.addEventListener("keydown",N,!0),()=>{document.removeEventListener("pointerdown",E),document.removeEventListener("keydown",N,!0)}},[v]);const A=E=>{const N=E.trim();if(!N){o(null),b("");return}const j=yd(N,h);if(!j){b(n?ie(n.value):"");return}o(j),b(ie(j.value))},P=Z1[h],R=(n==null?void 0:n.value)??null,L=v?i.jsx(fe,{children:i.jsx("ul",{ref:p,className:Ae.list,role:"listbox",id:s,style:{top:S.top,left:S.left,minWidth:S.width},children:P.map(E=>i.jsx("li",{role:"presentation",children:i.jsx("button",{type:"button",className:Ae.option,role:"option","aria-selected":R===E,onMouseDown:N=>N.preventDefault(),onClick:()=>{o({value:E,unit:h}),b(ie(E)),k(!1)},children:ie(E)})},E))})}):null;return i.jsxs("div",{className:f.lengthField,children:[i.jsx("label",{className:f.sideLabel,htmlFor:u,children:e}),i.jsxs("div",{className:`${Ae.wrap} ${f.lengthRow}`,ref:d,children:[i.jsxs("div",{className:Ae.field,ref:g,children:[i.jsx("input",{id:u,className:Ae.input,value:x,disabled:r,"aria-label":t,"aria-autocomplete":"list","aria-expanded":v,"aria-controls":s,role:"combobox",inputMode:"decimal",onFocus:()=>y(!0),onBlur:()=>{y(!1),A(x)},onChange:E=>b(E.target.value),onKeyDown:E=>{E.key==="Enter"&&(E.preventDefault(),A(x),k(!1),E.currentTarget.blur()),E.key==="ArrowDown"&&(E.preventDefault(),k(!0))}}),i.jsx("button",{type:"button",className:Ae.toggle,tabIndex:-1,disabled:r,"aria-label":t,"aria-expanded":v,"aria-controls":s,onMouseDown:E=>E.preventDefault(),onClick:()=>k(E=>!E)})]}),i.jsxs("div",{className:Ae.field,children:[i.jsx("select",{className:Ae.unit,value:h,disabled:r,"aria-label":a("imagePropertiesSizeUnitAria"),onChange:E=>{const N=E.target.value;if(n){o({value:n.value,unit:N});return}x.trim()&&o(yd(x,N))},children:cg.map(E=>i.jsx("option",{value:E,children:a(cP[E])},E))}),i.jsx("span",{className:Ae.chevron,"aria-hidden":"true"})]}),L]})]})}const uP={empty:"imageDialogErrorEmpty",invalid:"imageDialogErrorInvalid"},dP={type:"imageDialogErrorType",tooLarge:"imageDialogErrorTooLarge"};function Yg({src:e,disabled:t,customImagePicker:n,onSrcChange:r,onCustomPick:o,onSourceChange:a}){const s=q(),u=c.useId(),d=c.useId(),g=c.useRef(null),[p,h]=c.useState(()=>e.startsWith("data:")?"file":e.trim()?"url":"file"),[x,b]=c.useState(()=>e.startsWith("data:")?"":e),[w,y]=c.useState(""),[v,k]=c.useState(null),[S,D]=c.useState(!1);c.useEffect(()=>{a==null||a(p)},[a,p]);const I=p==="file"&&e.startsWith("data:")?e:p==="url"?x:"",A=p==="custom"?null:hn(I),P=p==="custom"?null:p==="file"&&v?dP[v]:A&&(p==="file"||x.trim().length>0)?uP[A]:null,R=()=>{t||!n||o==null||o()},L=E=>{var j;const N=(j=E.target.files)==null?void 0:j[0];N&&(D(!0),k(null),fw(N).then(M=>{y(N.name),h("file"),r(M),D(!1)},M=>{const F=M instanceof Error?M.message:"";y(""),h("file"),k(F==="tooLarge"||F==="type"?F:"type"),D(!1),g.current&&(g.current.value="")}))};return i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.subLabel,children:s("imageDialogSource")}),i.jsxs("div",{className:f.sizeRow,role:"radiogroup","aria-label":s("imageDialogSource"),children:[i.jsx("button",{type:"button",className:f.action,role:"radio","aria-checked":p==="file",disabled:t,onClick:()=>h("file"),children:s("imageDialogFile")}),i.jsx("button",{type:"button",className:f.action,role:"radio","aria-checked":p==="url",disabled:t,onClick:()=>h("url"),children:s("imageDialogUrl")}),n?i.jsx("button",{type:"button",className:f.action,role:"radio","aria-checked":p==="custom",disabled:t,onClick:()=>h("custom"),children:n.text}):null]}),p==="file"?i.jsxs("div",{className:f.fileRow,children:[i.jsx("input",{ref:g,type:"file",accept:aw,hidden:!0,disabled:t,"aria-label":s("imageDialogChooseFile"),onChange:L}),i.jsx("button",{type:"button",className:f.action,disabled:t||S,onClick:()=>{var E;return(E=g.current)==null?void 0:E.click()},children:s("imageDialogChooseFile")}),w?i.jsx("span",{className:f.fileName,children:w}):null,e.startsWith("data:")&&!w?i.jsx("span",{className:f.fileName,children:s("pageBackgroundImageCurrent")}):null]}):null,p==="url"?i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:u,children:s("imageDialogUrl")}),i.jsx("input",{id:u,className:f.textInput,value:x,disabled:t,"aria-invalid":P!==null,"aria-describedby":P?d:void 0,onChange:E=>{const N=E.target.value;b(N),r(N.trim())}})]}):null,p==="custom"&&n?i.jsxs("div",{className:f.field,children:[i.jsx("p",{className:f.emptyHint,children:n.description}),i.jsx("button",{type:"button",className:f.action,disabled:t,onClick:R,children:n.buttonCaption})]}):null,P?i.jsx("p",{id:d,className:f.error,children:s(P)}):null]})}function mP(e){return hn(e.trim())===null}function fP(e){return hg(e)?{width:null,height:null}:e==="fill"?{width:{...tr},height:{...tr}}:{width:{...tr},height:null}}function gP({value:e,disabled:t,customImagePicker:n,onCustomImagePick:r,onChange:o}){const a=q(),s=e.src??"",u=(d,g)=>{o({...e,fit:null,[d]:g})};return i.jsxs(i.Fragment,{children:[s?i.jsxs("div",{className:f.field,children:[i.jsx("span",{className:f.label,children:a("pageBackgroundImagePreview")}),i.jsx("img",{className:f.previewImage,src:s,alt:a("pageBackgroundImagePreviewAlt")}),i.jsx("button",{type:"button",className:f.action,disabled:t,onClick:()=>{o({...e,src:null})},children:a("pageBackgroundImageClear")})]}):null,i.jsx(Yg,{src:s,disabled:t,customImagePicker:n,onCustomPick:r,onSrcChange:d=>{o({...e,src:d.trim()||null})}}),s?i.jsxs(i.Fragment,{children:[i.jsx(Bi,{label:a("imagePropertiesWidth"),inputAria:a("imagePropertiesWidthAria"),value:e.width,disabled:t,onChange:d=>u("width",d)}),i.jsx(Bi,{label:a("imagePropertiesHeight"),inputAria:a("imagePropertiesHeightAria"),value:e.height,disabled:t,onChange:d=>u("height",d)}),i.jsx(Zg,{legendKey:"pageDialogTabBackgroundImage",value:{opacity:e.opacity,fit:e.fit,position:e.position},disabled:t,onChange:d=>{const g=d.fit===e.fit?{width:e.width,height:e.height}:fP(d.fit);o({...e,opacity:d.opacity,fit:d.fit,position:d.position,...g})}})]}):null]})}const pP={left:Ki,center:$i,right:Ui,justify:xm},hP={left:{aria:"commandAlignLeftAria"},center:{aria:"commandAlignCenterAria"},right:{aria:"commandAlignRightAria"},justify:{aria:"commandAlignJustifyAria"}},bP={top:"paragraphDialogSideTop",right:"paragraphDialogSideRight",bottom:"paragraphDialogSideBottom",left:"paragraphDialogSideLeft"},yP={none:"paragraphDialogBorderStyleNone",solid:"paragraphDialogBorderStyleSolid",dotted:"paragraphDialogBorderStyleDotted",dashed:"paragraphDialogBorderStyleDashed",double:"paragraphDialogBorderStyleDouble",groove:"paragraphDialogBorderStyleGroove",ridge:"paragraphDialogBorderStyleRidge",inset:"paragraphDialogBorderStyleInset",outset:"paragraphDialogBorderStyleOutset"},xP={pt:"fontSizeUnitPt",px:"fontSizeUnitPx",em:"fontSizeUnitEm",rem:"fontSizeUnitRem","%":"fontSizeUnitPercent"},wP={value:1,unit:"pt"},CP={offsetX:{value:0,unit:"px"},offsetY:{value:4,unit:"px"},blur:{value:8,unit:"px"},spread:{value:0,unit:"px"},color:"#000000",inset:!1},vP={auto:"paragraphDialogBreakAuto",avoid:"paragraphDialogBreakAvoid"},Wd={auto:"paragraphDialogBreakAuto",avoid:"paragraphDialogBreakAvoid",page:"paragraphDialogBreakPage"};function Fr(e){return{top:e,right:e,bottom:e,left:e}}function Vd(e){for(const t of Fe)if(e[t])return e[t];return null}function kP(){const e=[...Gg];for(const t of qg)e.some(n=>n.id===t.id)||e.push(t);return e}function lc({tab:e,value:t,disabled:n,tabs:r,tablistLabelKey:o="paragraphDialogTitle",backgroundImage:a,customImagePicker:s,onCustomImagePick:u,onBackgroundImageChange:d,onTabChange:g,onChange:p}){const h=q(),x=r?kP().filter(P=>r.includes(P.id)):Gg,b=c.useId(),w=c.useId(),y=c.useId(),v=c.useId(),[k,S]=c.useState(()=>Ot(t.margin,Fr(t.margin.top))),[D,I]=c.useState(()=>Ot(t.padding,Fr(t.padding.top))),A=(P,R,L,E)=>{const N=t[P],j=R?Fr(E):{...N,[L]:E};p({...t,[P]:j,[`${P}Mixed`]:!1})};return i.jsxs(i.Fragment,{children:[i.jsx("div",{className:f.tabs,role:"tablist","aria-label":h(o),children:x.map(P=>i.jsx("button",{type:"button",className:f.tab,role:"tab","aria-selected":P.id===e,disabled:!P.implemented,onClick:()=>g(P.id),children:h(P.labelKey)},P.id))}),i.jsxs("div",{className:f.body,role:"tabpanel",children:[e==="general"?i.jsxs(i.Fragment,{children:[i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.label,children:h("paragraphDialogAlignment")}),i.jsx("div",{className:f.iconRow,role:"radiogroup","aria-label":h("paragraphDialogAlignment"),children:og.map(P=>{const R=pP[P],L=!t.alignMixed&&t.align===P;return i.jsx("button",{type:"button",className:f.iconButton,role:"radio","aria-checked":L,"aria-label":h(hP[P].aria),disabled:n,onClick:()=>{p({...t,align:P,alignMixed:!1})},children:i.jsx(R,{})},P)})})]}),i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.label,children:h("paragraphDialogLists")}),i.jsxs("div",{className:f.iconRow,children:[i.jsx("button",{type:"button",className:f.iconButton,"aria-pressed":!t.listMixed&&t.list==="ul","aria-label":h("commandBulletListAria"),disabled:n,onClick:()=>{const P=!t.listMixed&&t.list==="ul"?null:"ul";p({...t,list:P,listMixed:!1})},children:i.jsx(wm,{})}),i.jsx("button",{type:"button",className:f.iconButton,"aria-pressed":!t.listMixed&&t.list==="ol","aria-label":h("commandNumberedListAria"),disabled:n,onClick:()=>{const P=!t.listMixed&&t.list==="ol"?null:"ol";p({...t,list:P,listMixed:!1})},children:i.jsx(Sm,{})})]})]})]}):null,e==="spacing"?i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.label,children:h("paragraphDialogSpacing")}),i.jsx(Gd,{legend:h("paragraphDialogMargin"),sides:t.margin,linked:k,disabled:n,allowNegative:!0,onLinkedChange:P=>{S(P),P&&p({...t,margin:Fr(Vd(t.margin)),marginMixed:!1})},onSideChange:(P,R)=>A("margin",k,P,R)}),i.jsx(Gd,{legend:h("paragraphDialogPadding"),sides:t.padding,linked:D,disabled:n,onLinkedChange:P=>{I(P),P&&p({...t,padding:Fr(Vd(t.padding)),paddingMixed:!1})},onSideChange:(P,R)=>A("padding",D,P,R)}),i.jsx(PP,{value:t.lineHeight,disabled:n,onChange:P=>{p({...t,lineHeight:P,lineHeightMixed:!1})}}),i.jsxs("fieldset",{className:f.nestedGroup,children:[i.jsx("legend",{className:f.subLabel,children:h("paragraphDialogPageBreaks")}),i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:w,children:h("paragraphDialogBreakInside")}),i.jsx("select",{id:w,className:f.select,value:t.breakInsideMixed?"auto":t.breakInside,disabled:n,onChange:P=>{p({...t,breakInside:P.target.value,breakInsideMixed:!1})},children:Km.map(P=>i.jsx("option",{value:P,children:h(vP[P])},P))})]}),i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:y,children:h("paragraphDialogBreakAfter")}),i.jsx("select",{id:y,className:f.select,value:t.breakAfterMixed?"auto":t.breakAfter,disabled:n,onChange:P=>{p({...t,breakAfter:P.target.value,breakAfterMixed:!1})},children:Os.map(P=>i.jsx("option",{value:P,children:h(Wd[P])},P))})]}),i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:v,children:h("paragraphDialogBreakBefore")}),i.jsx("select",{id:v,className:f.select,value:t.breakBeforeMixed?"auto":t.breakBefore,disabled:n,onChange:P=>{p({...t,breakBefore:P.target.value,breakBeforeMixed:!1})},children:Os.map(P=>i.jsx("option",{value:P,children:h(Wd[P])},P))})]})]})]}):null,e==="border"?i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.label,children:h("paragraphDialogBorder")}),i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:b,children:h("paragraphDialogBorderStyle")}),i.jsx("select",{id:b,className:f.select,value:t.border.style,disabled:n,onChange:P=>{const R=P.target.value;p({...t,border:{style:R,width:R==="none"?null:t.border.width??wP,color:R==="none"?null:t.border.color},borderMixed:!1})},children:Vi.map(P=>i.jsx("option",{value:P,children:h(yP[P])},P))})]}),t.border.style!=="none"?i.jsxs(i.Fragment,{children:[i.jsx(je,{label:h("paragraphDialogBorderWidth"),value:t.border.width,disabled:n,onChange:P=>{p({...t,border:{...t.border,width:P},borderMixed:!1})}}),i.jsx(ut,{label:h("paragraphDialogBorderColor"),noneLabel:h("colorNone"),value:t.border.color,mixed:t.borderMixed,disabled:n,onChange:P=>{p({...t,border:{...t.border,color:P},borderMixed:!1})}})]}):null,i.jsx(je,{label:h("paragraphDialogBorderRadius"),value:t.borderRadius,disabled:n,onChange:P=>{p({...t,borderRadius:P,radiusMixed:!1})}}),i.jsxs("label",{className:f.mark,children:[i.jsx("input",{type:"checkbox",checked:t.boxShadow!==null,disabled:n,onChange:()=>{p({...t,boxShadow:t.boxShadow?null:CP,shadowMixed:!1})}}),h("paragraphDialogBoxShadow")]}),t.boxShadow?i.jsx(sc,{shadow:t.boxShadow,disabled:n,onChange:P=>{p({...t,boxShadow:P,shadowMixed:!1})}}):null]}):null,e==="background"?i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.label,children:h("paragraphDialogTabBackground")}),i.jsx(ut,{label:h("paragraphDialogBackgroundColor"),noneLabel:h("colorNone"),value:t.backgroundColor,mixed:t.backgroundMixed,disabled:n,onChange:P=>{p({...t,backgroundColor:P,backgroundMixed:!1})}}),i.jsx(SP,{value:t.opacity,disabled:n,onChange:P=>{p({...t,opacity:P,opacityMixed:!1})}})]}):null,e==="backgroundImage"&&a&&d?i.jsx(gP,{value:a,disabled:n,customImagePicker:s,onCustomImagePick:u,onChange:d}):null]})]})}function SP({value:e,disabled:t,onChange:n}){const r=q(),o=c.useId(),a=e===null?null:Pi(e),[s,u]=c.useState(()=>a===null?"":ie(a)),[d,g]=c.useState(!1);c.useEffect(()=>{d||u(a===null?"":ie(a))},[a,d]);const p=h=>{const x=h.trim();if(!x){n(null),u("");return}const b=Number(x.replace(",","."));if(!Number.isFinite(b)){u(a===null?"":ie(a));return}const w=Xm(b);n(w),u(ie(Pi(w)))};return i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:o,children:r("paragraphDialogOpacity")}),i.jsxs("div",{className:f.lengthRow,children:[i.jsx("input",{id:o,className:f.lengthInput,value:s,disabled:t,inputMode:"decimal",onFocus:()=>g(!0),onChange:h=>u(h.target.value),onBlur:()=>{g(!1),p(s)}}),i.jsx("span",{className:f.lengthUnit,"aria-hidden":"true",children:r("fontSizeUnitPercent")})]})]})}function Gd({legend:e,sides:t,linked:n,disabled:r,allowNegative:o=!1,onLinkedChange:a,onSideChange:s}){const u=q(),d=n?["top"]:Fe;return i.jsxs("fieldset",{className:f.nestedGroup,children:[i.jsx("legend",{className:f.subLabel,children:e}),i.jsxs("label",{className:f.mark,children:[i.jsx("input",{type:"checkbox",checked:n,disabled:r,onChange:()=>a(!n)}),u("paragraphDialogLinkSides")]}),i.jsx("div",{className:f.sideGrid,children:d.map(g=>i.jsx(je,{label:n?e:u(bP[g]),value:t[g],disabled:r,allowNegative:o,onChange:p=>s(g,p)},g))})]})}function PP({value:e,disabled:t,onChange:n}){const r=q(),o=c.useId(),a=AP(e),s=(e==null?void 0:e.kind)==="number"||(e==null?void 0:e.kind)==="length"?e.value:null,[u,d]=c.useState(()=>s===null?"":ie(s)),g=(e==null?void 0:e.kind)==="length"?e.unit:kl;return i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:o,children:r("paragraphDialogLineHeight")}),i.jsxs("div",{className:f.lengthRow,children:[i.jsx("input",{id:o,className:f.lengthInput,value:a==="normal"?"":u,disabled:t||a==="normal",inputMode:"decimal",onChange:p=>d(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){d(s===null?"":ie(s));return}n({kind:"number",value:x}),d(ie(x));return}const h=Vr(p,g,!1);if(!h){d(s===null?"":ie(s));return}n({kind:"length",value:h.value,unit:h.unit}),d(ie(h.value))}}),i.jsxs("select",{className:f.lengthUnit,value:a==="length"?g:a,disabled:t,"aria-label":r("paragraphDialogLengthUnitAria"),onChange:p=>{const h=p.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(ie(v));return}const x=h,b=Vr(u||"1",x,!1),w=(b==null?void 0:b.value)??1;n({kind:"length",value:w,unit:x}),d(ie(w))},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(p=>i.jsx("option",{value:p,children:r(xP[p])},p))]})]})]})}function AP(e){return e?e.kind==="normal"?"normal":e.kind==="number"?"number":"length":"empty"}const qd='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])';function DP({open:e,tab:t,value:n,backgroundImage:r,disabled:o,customImagePicker:a,onCustomImagePick:s,onTabChange:u,onApply:d,onClose:g}){const p=q(),h=c.useId(),x=c.useRef(null),[b,w]=c.useState(n),[y,v]=c.useState(r);return c.useEffect(()=>{e&&(w(n),v(r??zt()))},[e,n,r]),c.useEffect(()=>{if(!e)return;const k=x.current,S=k==null?void 0:k.querySelector(qd);S==null||S.focus();const D=I=>{if(I.key==="Escape"){if(document.querySelector('[role="listbox"], [data-color-picker]'))return;I.preventDefault(),I.stopPropagation(),g();return}if(I.key!=="Tab"||!k)return;const A=[...k.querySelectorAll(qd)];if(A.length===0)return;const P=A[0],R=A[A.length-1];I.shiftKey&&document.activeElement===P?(I.preventDefault(),R.focus()):!I.shiftKey&&document.activeElement===R&&(I.preventDefault(),P.focus())};return document.addEventListener("keydown",D,!0),()=>document.removeEventListener("keydown",D,!0)},[e,g]),e?i.jsx(fe,{children:i.jsx("div",{className:f.backdrop,role:"presentation",onMouseDown:g,children:i.jsxs("div",{ref:x,className:`${f.dialog} ${f.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":h,onMouseDown:k=>k.stopPropagation(),children:[i.jsx("h2",{className:f.header,id:h,children:p("paragraphDialogTitle")}),i.jsx(lc,{tab:t,value:b,disabled:o,backgroundImage:y,customImagePicker:a,onCustomImagePick:s,onBackgroundImageChange:v,onTabChange:u,onChange:w}),i.jsxs("div",{className:f.actions,children:[i.jsx("button",{type:"button",className:f.action,onClick:g,children:p("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${f.action} ${f.actionPrimary}`,disabled:o,onClick:()=>d({value:b,backgroundImage:y}),children:p("fontDialogOk")})]})]})})}):null}const RP=["auto","A4","letter","legal","custom"],EP={auto:"pageAtRuleSizeAuto",A4:"pageAtRuleSizeA4",letter:"pageAtRuleSizeLetter",legal:"pageAtRuleSizeLegal",custom:"pageAtRuleSizeCustom"},jP={top:"paragraphDialogSideTop",right:"paragraphDialogSideRight",bottom:"paragraphDialogSideBottom",left:"paragraphDialogSideLeft"};function Zd(e){return e===null?"":ie(e.value)}function TP({value:e,disabled:t,onChange:n,onReset:r}){const o=q(),a=c.useId(),[s,u]=c.useState(!0),d=e??nn(),g=(p,h)=>{if(s){n({...d,margin:{top:h,right:h,bottom:h,left:h},marginMixed:!1});return}n({...d,margin:{...d.margin,[p]:h},marginMixed:!1})};return i.jsxs("div",{className:f.body,children:[i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:a,children:o("pageAtRuleSize")}),i.jsx("select",{id:a,className:f.select,disabled:t,value:d.sizePreset,onChange:p=>n({...d,sizePreset:p.target.value}),children:RP.map(p=>i.jsx("option",{value:p,children:o(EP[p])},p))})]}),d.sizePreset==="custom"?i.jsxs("div",{className:f.sideGrid,children:[i.jsx(Ts,{label:o("pageAtRuleWidth"),value:d.customWidth,disabled:t,onChange:p=>n({...d,customWidth:p})}),i.jsx(Ts,{label:o("pageAtRuleHeight"),value:d.customHeight,disabled:t,onChange:p=>n({...d,customHeight:p})})]}):null,i.jsxs("div",{className:f.field,children:[i.jsx("span",{className:f.label,children:o("pageAtRuleOrientation")}),i.jsx("div",{className:f.marks,children:[["none","pageAtRuleOrientationNone"],["portrait","pageAtRuleOrientationPortrait"],["landscape","pageAtRuleOrientationLandscape"]].map(([p,h])=>i.jsxs("label",{className:f.mark,children:[i.jsx("input",{type:"radio",name:"page-orientation",checked:(d.orientation??"none")===p,disabled:t,onChange:()=>n({...d,orientation:p==="none"?null:p})}),o(h)]},p))})]}),i.jsxs("fieldset",{className:f.nestedGroup,children:[i.jsx("legend",{className:f.subLabel,children:o("pageAtRuleMargins")}),i.jsxs("label",{className:f.mark,children:[i.jsx("input",{type:"checkbox",checked:s,disabled:t,onChange:()=>u(!s)}),o("paragraphDialogLinkSides")]}),i.jsx("div",{className:f.sideGrid,children:(s?["top"]:Fe).map(p=>i.jsx(Ts,{label:o(s?"pageAtRuleMargins":jP[p]),value:d.margin[p],disabled:t,onChange:h=>g(p,h)},p))})]}),i.jsx("div",{className:f.actions,children:i.jsx("button",{type:"button",className:f.action,disabled:t,"aria-label":o("pageAtRuleResetAria"),onClick:r,children:o("pageAtRuleReset")})})]})}function Ts({label:e,value:t,disabled:n,onChange:r}){const o=q(),a=c.useId(),[s,u]=c.useState(()=>Zd(t)),d=(t==null?void 0:t.unit)??kl;return i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:a,children:e}),i.jsxs("div",{className:f.lengthRow,children:[i.jsx("input",{id:a,className:f.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=Vr(g,d,!1);if(!p){u(Zd(t));return}r(p),u(ie(p.value))}}),i.jsxs("select",{className:f.lengthUnit,disabled:n,value:d,"aria-label":o("paragraphDialogLengthUnitAria"),onChange:g=>{const p=g.target.value;t&&r({...t,unit:p})},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 Yd='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])',NP=qg.map(e=>e.id);function IP(e){return{...Qn(),...e}}function MP(e){const{align:t,alignMixed:n,list:r,listMixed:o,...a}=e;return a}function _P({open:e,tab:t,value:n,fonts:r,disabled:o,printTabVisible:a=!1,initialParagraphTab:s="spacing",customImagePicker:u,onCustomImagePick:d,onTabChange:g,onApply:p,onResetAtRule:h,onClose:x}){const b=q(),w=c.useId(),y=c.useRef(null),[v,k]=c.useState("general"),[S,D]=c.useState("spacing"),[I,A]=c.useState(n.font),[P,R]=c.useState(n.box),[L,E]=c.useState(n.backgroundImage),[N,j]=c.useState(n.atRule??nn());if(c.useEffect(()=>{e&&(k("general"),D(s==="general"?"spacing":s),A(n.font),R(n.box),E(n.backgroundImage??zt()),j(n.atRule??nn()),t==="print"&&!a&&g("font"))},[e,n,t,a,s,g]),c.useEffect(()=>{if(!e)return;const $=y.current,Z=$==null?void 0:$.querySelector(Yd);Z==null||Z.focus();const ne=X=>{if(X.key==="Escape"){if(document.querySelector('[role="listbox"], [data-color-picker]'))return;X.preventDefault(),X.stopPropagation(),x();return}if(X.key!=="Tab"||!$)return;const Y=[...$.querySelectorAll(Yd)];if(Y.length===0)return;const ae=Y[0],te=Y[Y.length-1];X.shiftKey&&document.activeElement===ae?(X.preventDefault(),te.focus()):!X.shiftKey&&document.activeElement===te&&(X.preventDefault(),ae.focus())};return document.addEventListener("keydown",ne,!0),()=>document.removeEventListener("keydown",ne,!0)},[e,x]),!e)return null;const M=b("pageDialogTitle"),F=t==="print"&&!a?"font":t;return i.jsx(fe,{children:i.jsx("div",{className:f.backdrop,role:"presentation",onMouseDown:x,children:i.jsxs("div",{ref:y,className:`${f.dialog} ${f.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":w,onMouseDown:$=>$.stopPropagation(),children:[i.jsx("h2",{className:f.header,id:w,children:M}),i.jsxs("div",{className:f.tabs,role:"tablist","aria-label":M,children:[i.jsx("button",{type:"button",className:f.tab,role:"tab","aria-selected":F==="font",onClick:()=>g("font"),children:b("customStyleDialogTabFont")}),i.jsx("button",{type:"button",className:f.tab,role:"tab","aria-selected":F==="paragraph",onClick:()=>g("paragraph"),children:b("customStyleDialogTabParagraph")}),a?i.jsx("button",{type:"button",className:f.tab,role:"tab","aria-selected":F==="print",onClick:()=>g("print"),children:b("pageDialogTabPrint")}):null]}),F==="font"?i.jsx("div",{className:f.nestedPanel,children:i.jsx(ac,{tab:v,value:I,fonts:r,disabled:o,onTabChange:k,onChange:A})}):F==="paragraph"?i.jsx("div",{className:f.nestedPanel,children:i.jsx(lc,{tab:S,value:IP(P),disabled:o,tabs:NP,tablistLabelKey:"pageDialogTitle",backgroundImage:L,customImagePicker:u,onCustomImagePick:d,onBackgroundImageChange:E,onTabChange:$=>{$!=="general"&&D($)},onChange:$=>R(MP($))})}):i.jsx("div",{className:f.nestedPanel,children:i.jsx(TP,{value:N,disabled:o,onChange:j,onReset:()=>{j(nn()),h==null||h()}})}),i.jsxs("div",{className:f.actions,children:[i.jsx("button",{type:"button",className:f.action,onClick:x,children:b("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${f.action} ${f.actionPrimary}`,disabled:o,onClick:()=>p({font:I,box:P,backgroundImage:L,atRule:a?N:n.atRule??nn()}),children:b("fontDialogOk")})]})]})})})}function LP({open:e,disabled:t,onClose:n,onConfirm:r}){const o=q(),a=c.useId(),s=c.useRef(null);if(c.useEffect(()=>{if(!e)return;const d=s.current;if(!d)return;const g=d.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 i.jsx(fe,{children:i.jsx("div",{className:f.backdrop,role:"presentation",onMouseDown:n,children:i.jsxs("div",{ref:s,className:f.dialog,role:"dialog","aria-modal":"true","aria-labelledby":a,onMouseDown:d=>d.stopPropagation(),children:[i.jsxs("div",{className:f.headerRow,children:[i.jsx("h2",{className:f.header,id:a,children:o("deletePageDialogTitle")}),i.jsx("button",{type:"button",className:f.close,"aria-label":o("fontDialogCloseAria"),onClick:n,children:i.jsx(Be,{})})]}),i.jsx("div",{className:f.confirmBody,children:o("deletePageConfirmMessage")}),i.jsxs("div",{className:f.actions,children:[i.jsx("button",{type:"button",className:f.action,disabled:u,onClick:n,children:o("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${f.action} ${f.actionDanger}`,disabled:u,onClick:r,children:o("commandDeletePage")})]})]})})})}const Xd='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])';function FP(){return typeof crypto<"u"&&typeof crypto.randomUUID=="function"?crypto.randomUUID():`style-${Date.now().toString(16)}-${Math.random().toString(16).slice(2)}`}function Jd(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 BP(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 HP({open:e,mode:t,styleId:n,name:r="",font:o,paragraph:a,canDelete:s=!1,busy:u,disabled:d,fonts:g,defaultOuterTab:p="font",onSave:h,onDelete:x,onClose:b}){const w=q(),y=c.useId(),v=c.useId(),k=c.useRef(null),[S,D]=c.useState(r),[I,A]=c.useState(p),[P,R]=c.useState("general"),[L,E]=c.useState("general"),[N,j]=c.useState(()=>Jd(o)),[M,F]=c.useState(()=>tl(a)),[$,Z]=c.useState(!1);if(c.useEffect(()=>{e&&(D(r),A(p),R("general"),E("general"),j(Jd(o)),F(tl(a)),Z(!1))},[e,r,o,a,p]),c.useEffect(()=>{if(!e)return;const te=k.current,U=te==null?void 0:te.querySelector(Xd);U==null||U.focus();const T=V=>{if(V.key==="Escape"){if(document.querySelector('[role="listbox"], [data-color-picker]'))return;if(V.preventDefault(),V.stopPropagation(),$){Z(!1);return}b();return}if(V.key!=="Tab"||!te)return;const Q=[...te.querySelectorAll(Xd)];if(Q.length===0)return;const G=Q[0],ve=Q[Q.length-1];V.shiftKey&&document.activeElement===G?(V.preventDefault(),ve.focus()):!V.shiftKey&&document.activeElement===ve&&(V.preventDefault(),G.focus())};return document.addEventListener("keydown",T,!0),()=>document.removeEventListener("keydown",T,!0)},[e,b,$]),!e)return null;const ne=w(t==="create"?"customStyleDialogAddTitle":"customStyleDialogEditTitle"),X=S.trim().length>0,Y=!!(d||u),ae=()=>{const te=S.trim();te&&h({id:n??FP(),name:te,font:BP(N),paragraph:lg(M)})};return i.jsx(fe,{children:i.jsx("div",{className:f.backdrop,role:"presentation",onMouseDown:b,children:i.jsxs("div",{ref:k,className:`${f.dialog} ${f.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":y,"aria-busy":u||void 0,onMouseDown:te=>te.stopPropagation(),children:[i.jsxs("div",{className:f.headerRow,children:[i.jsx("h2",{className:f.header,id:y,children:ne}),i.jsx("button",{type:"button",className:f.close,"aria-label":w("customStyleDialogCloseAria"),onClick:b,children:i.jsx(Be,{})})]}),$?i.jsxs(i.Fragment,{children:[i.jsx("div",{className:f.confirmBody,children:w("customStyleDialogDeleteConfirm")}),i.jsxs("div",{className:f.actions,children:[i.jsx("button",{type:"button",className:f.action,disabled:Y,onClick:()=>Z(!1),children:w("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${f.action} ${f.actionDanger}`,disabled:Y||!n,onClick:()=>{n&&(x==null||x(n))},children:w("customStyleDialogDelete")})]})]}):i.jsxs(i.Fragment,{children:[i.jsx("div",{className:f.nameSection,children:i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:v,children:w("customStyleDialogName")}),i.jsx("input",{id:v,className:f.nameInput,value:S,disabled:Y,onChange:te=>D(te.target.value)})]})}),i.jsxs("div",{className:f.tabs,role:"tablist","aria-label":ne,children:[i.jsx("button",{type:"button",className:f.tab,role:"tab","aria-selected":I==="font",onClick:()=>A("font"),children:w("customStyleDialogTabFont")}),i.jsx("button",{type:"button",className:f.tab,role:"tab","aria-selected":I==="paragraph",onClick:()=>A("paragraph"),children:w("customStyleDialogTabParagraph")})]}),I==="font"?i.jsx("div",{className:f.nestedPanel,children:i.jsx(ac,{tab:P,value:N,fonts:g,disabled:Y,onTabChange:R,onChange:j})}):i.jsx("div",{className:f.nestedPanel,children:i.jsx(lc,{tab:L,value:M,disabled:Y,onTabChange:E,onChange:F})}),i.jsxs("div",{className:t==="edit"&&s?`${f.actions} ${f.actionsSpread}`:f.actions,children:[t==="edit"&&s?i.jsx("button",{type:"button",className:`${f.action} ${f.actionDanger}`,disabled:Y,onClick:()=>Z(!0),children:w("customStyleDialogDelete")}):null,i.jsxs("div",{className:f.actionsEnd,children:[i.jsx("button",{type:"button",className:f.action,onClick:b,children:w("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${f.action} ${f.actionPrimary}`,disabled:Y||!X,onClick:ae,children:w("fontDialogOk")})]})]})]})]})})})}const zP='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled]), textarea:not([disabled])';function OP({open:e,value:t,disabled:n,onApply:r,onClose:o}){const a=q(),s=c.useId(),u=c.useId(),d=c.useRef(null),g=c.useRef(null),[p,h]=c.useState(t);if(c.useEffect(()=>{e&&h(t)},[e,t]),c.useEffect(()=>{var y;if(!e)return;(y=g.current)==null||y.focus();const b=d.current,w=v=>{if(v.key==="Escape"){v.preventDefault(),v.stopPropagation(),o();return}if(v.key!=="Tab"||!b)return;const k=[...b.querySelectorAll(zP)];if(k.length===0)return;const S=k[0],D=k[k.length-1];v.shiftKey&&document.activeElement===S?(v.preventDefault(),D.focus()):!v.shiftKey&&document.activeElement===D&&(v.preventDefault(),S.focus())};return document.addEventListener("keydown",w,!0),()=>document.removeEventListener("keydown",w,!0)},[e,o]),!e)return null;const x=()=>{n||r(p)};return i.jsx(fe,{children:i.jsx("div",{className:f.backdrop,role:"presentation",onMouseDown:o,children:i.jsxs("div",{ref:d,className:f.dialog,role:"dialog","aria-modal":"true","aria-labelledby":s,onMouseDown:b=>b.stopPropagation(),children:[i.jsxs("div",{className:f.headerRow,children:[i.jsx("h2",{className:f.header,id:s,children:a("customCssDialogTitle")}),i.jsx("button",{type:"button",className:f.close,"aria-label":a("customCssDialogCloseAria"),onClick:o,children:i.jsx(Be,{})})]}),i.jsx("div",{className:f.body,children:i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:u,children:a("customCssDialogField")}),i.jsx("textarea",{ref:g,id:u,className:f.textarea,value:p,disabled:n,spellCheck:!1,"aria-label":a("customCssDialogFieldAria"),rows:8,onChange:b=>h(b.target.value)})]})}),i.jsxs("div",{className:f.actions,children:[i.jsx("button",{type:"button",className:f.action,onClick:o,children:a("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${f.action} ${f.actionPrimary}`,disabled:n,onClick:x,children:a("fontDialogOk")})]})]})})})}const Qd='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])',$P={empty:"bookmarkDialogErrorEmpty",invalid:"bookmarkDialogErrorInvalid",duplicate:"bookmarkDialogErrorDuplicate"};function KP({open:e,existingIds:t,disabled:n,onApply:r,onClose:o}){const a=q(),s=c.useId(),u=c.useId(),d=c.useId(),g=c.useRef(null),[p,h]=c.useState(""),[x,b]=c.useState(!1),w=c.useMemo(()=>new Set(t),[t]),y=Dg(p,w);if(c.useEffect(()=>{e&&(h(""),b(!1))},[e]),c.useEffect(()=>{if(!e)return;const D=g.current,I=D==null?void 0:D.querySelector(Qd);I==null||I.focus();const A=P=>{if(P.key==="Escape"){P.preventDefault(),P.stopPropagation(),o();return}if(P.key!=="Tab"||!D)return;const R=[...D.querySelectorAll(Qd)];if(R.length===0)return;const L=R[0],E=R[R.length-1];P.shiftKey&&document.activeElement===L?(P.preventDefault(),E.focus()):!P.shiftKey&&document.activeElement===E&&(P.preventDefault(),L.focus())};return document.addEventListener("keydown",A,!0),()=>document.removeEventListener("keydown",A,!0)},[e,o]),!e)return null;const v=x||p.trim().length>0?y:null,k=y===null&&!n,S=()=>{b(!0),!(y||n)&&r(p.trim())};return i.jsx(fe,{children:i.jsx("div",{className:f.backdrop,role:"presentation",onMouseDown:o,children:i.jsxs("div",{ref:g,className:f.dialog,role:"dialog","aria-modal":"true","aria-labelledby":s,onMouseDown:D=>D.stopPropagation(),children:[i.jsxs("div",{className:f.headerRow,children:[i.jsx("h2",{className:f.header,id:s,children:a("bookmarkDialogTitle")}),i.jsx("button",{type:"button",className:f.close,"aria-label":a("bookmarkDialogCloseAria"),onClick:o,children:i.jsx(Be,{})})]}),i.jsx("div",{className:f.body,children:i.jsxs("div",{className:f.field,children:[i.jsxs("div",{className:f.labelRow,children:[i.jsx("label",{className:f.label,htmlFor:u,children:a("bookmarkDialogName")}),i.jsx(cn,{label:a("bookmarkDialogHelp"),elevated:!0,children:i.jsx("button",{type:"button",className:f.help,"aria-label":a("bookmarkDialogHelpAria"),children:"?"})})]}),i.jsx("input",{id:u,className:f.textInput,value:p,disabled:n,"aria-invalid":v!==null,"aria-describedby":v?d:void 0,onChange:D=>h(D.target.value)}),v?i.jsx("p",{id:d,className:f.error,children:a($P[v])}):null]})}),i.jsxs("div",{className:f.actions,children:[i.jsx("button",{type:"button",className:f.action,onClick:o,children:a("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${f.action} ${f.actionPrimary}`,disabled:!k,onClick:S,children:a("fontDialogOk")})]})]})})})}const em='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]):not([hidden]), select:not([disabled]), textarea:not([disabled])',UP={empty:"audioDialogErrorEmpty",invalid:"audioDialogErrorInvalid"},WP={type:"audioDialogErrorType",tooLarge:"audioDialogErrorTooLarge"};function VP({open:e,disabled:t,customAudioPicker:n,onApply:r,onCustomPick:o,onClose:a}){const s=q(),u=c.useId(),d=c.useId(),g=c.useId(),p=c.useId(),h=c.useRef(null),x=c.useRef(null),[b,w]=c.useState("file"),[y,v]=c.useState(""),[k,S]=c.useState(""),[D,I]=c.useState(""),[A,P]=c.useState(""),[R,L]=c.useState(null),[E,N]=c.useState(!1);if(c.useEffect(()=>{e&&(w("file"),v(""),S(""),I(""),P(""),L(null),N(!1),x.current&&(x.current.value=""))},[e]),c.useEffect(()=>{if(!e)return;const Y=h.current,ae=Y==null?void 0:Y.querySelector(em);ae==null||ae.focus();const te=U=>{if(U.key==="Escape"){U.preventDefault(),U.stopPropagation(),a();return}if(U.key!=="Tab"||!Y)return;const T=[...Y.querySelectorAll(em)];if(T.length===0)return;const V=T[0],Q=T[T.length-1];U.shiftKey&&document.activeElement===V?(U.preventDefault(),Q.focus()):!U.shiftKey&&document.activeElement===Q&&(U.preventDefault(),V.focus())};return document.addEventListener("keydown",te,!0),()=>document.removeEventListener("keydown",te,!0)},[e,a]),!e)return null;const j=b==="file"?k:b==="url"?y:"",M=b==="custom"?null:oc(j),F=b==="custom"?null:b==="file"&&R?WP[R]:M&&(b==="file"||y.trim().length>0)?UP[M]:null,$=b!=="custom"&&M===null&&!(b==="file"&&R)&&!t&&!E,Z=()=>{t||!n||o==null||o()},ne=()=>{$&&r({src:j.trim(),title:A.trim()})},X=Y=>{var te;const ae=(te=Y.target.files)==null?void 0:te[0];ae&&(N(!0),L(null),w0(ae).then(U=>{S(U),I(ae.name),w("file"),N(!1)},U=>{const T=U instanceof Error?U.message:"";S(""),I(""),w("file"),L(T==="tooLarge"||T==="type"?T:"type"),N(!1),x.current&&(x.current.value="")}))};return i.jsx(fe,{children:i.jsx("div",{className:f.backdrop,role:"presentation",onMouseDown:a,children:i.jsxs("div",{ref:h,className:f.dialog,role:"dialog","aria-modal":"true","aria-labelledby":u,onMouseDown:Y=>Y.stopPropagation(),children:[i.jsxs("div",{className:f.headerRow,children:[i.jsx("h2",{className:f.header,id:u,children:s("audioDialogTitle")}),i.jsx("button",{type:"button",className:f.close,"aria-label":s("audioDialogCloseAria"),onClick:a,children:i.jsx(Be,{})})]}),i.jsxs("div",{className:f.body,children:[i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.subLabel,children:s("audioDialogSource")}),i.jsxs("div",{className:f.sizeRow,role:"radiogroup","aria-label":s("audioDialogSource"),children:[i.jsx("button",{type:"button",className:f.action,role:"radio","aria-checked":b==="file",disabled:t,onClick:()=>w("file"),children:s("audioDialogFile")}),i.jsx("button",{type:"button",className:f.action,role:"radio","aria-checked":b==="url",disabled:t,onClick:()=>w("url"),children:s("audioDialogUrl")}),n?i.jsx("button",{type:"button",className:f.action,role:"radio","aria-checked":b==="custom",disabled:t,onClick:()=>w("custom"),children:n.text}):null]}),b==="file"?i.jsxs("div",{className:f.fileRow,children:[i.jsx("input",{ref:x,type:"file",accept:f0,hidden:!0,disabled:t,"aria-label":s("audioDialogChooseFile"),onChange:X}),i.jsx("button",{type:"button",className:f.action,disabled:t||E,onClick:()=>{var Y;return(Y=x.current)==null?void 0:Y.click()},children:s("audioDialogChooseFile")}),D?i.jsx("span",{className:f.fileName,children:D}):null]}):null,b==="url"?i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:d,children:s("audioDialogUrl")}),i.jsx("input",{id:d,className:f.textInput,value:y,disabled:t,"aria-invalid":F!==null,"aria-describedby":F?p:void 0,onChange:Y=>v(Y.target.value)})]}):null,b==="custom"&&n?i.jsxs("div",{className:f.field,children:[i.jsx("p",{className:f.emptyHint,children:n.description}),i.jsx("button",{type:"button",className:f.action,disabled:t,onClick:Z,children:n.buttonCaption})]}):null]}),b!=="custom"?i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:g,children:s("audioDialogTitleField")}),i.jsx("input",{id:g,className:f.textInput,value:A,disabled:t,onChange:Y=>P(Y.target.value)})]}):null,F?i.jsx("p",{id:p,className:f.error,children:s(F)}):null]}),i.jsxs("div",{className:f.actions,children:[i.jsx("button",{type:"button",className:f.action,onClick:a,children:s("fontDialogCancel")}),b!=="custom"?i.jsx("button",{type:"button",className:`${f.action} ${f.actionPrimary}`,disabled:!$,onClick:ne,children:s("fontDialogOk")}):null]})]})})})}const tm='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]):not([hidden]), select:not([disabled]), textarea:not([disabled])';function GP({open:e,disabled:t,customImagePicker:n,onApply:r,onCustomPick:o,onClose:a}){const s=q(),u=c.useId(),d=c.useId(),g=c.useId(),p=c.useRef(null),[h,x]=c.useState(""),[b,w]=c.useState(""),[y,v]=c.useState(""),[k,S]=c.useState("file");if(c.useEffect(()=>{e&&(x(""),w(""),v(""),S("file"))},[e]),c.useEffect(()=>{if(!e)return;const A=p.current,P=A==null?void 0:A.querySelector(tm);P==null||P.focus();const R=L=>{if(L.key==="Escape"){L.preventDefault(),L.stopPropagation(),a();return}if(L.key!=="Tab"||!A)return;const E=[...A.querySelectorAll(tm)];if(E.length===0)return;const N=E[0],j=E[E.length-1];L.shiftKey&&document.activeElement===N?(L.preventDefault(),j.focus()):!L.shiftKey&&document.activeElement===j&&(L.preventDefault(),N.focus())};return document.addEventListener("keydown",R,!0),()=>document.removeEventListener("keydown",R,!0)},[e,a]),!e)return null;const D=mP(h)&&!t,I=()=>{D&&r({src:h.trim(),alt:b.trim(),title:y.trim()})};return i.jsx(fe,{children:i.jsx("div",{className:f.backdrop,role:"presentation",onMouseDown:a,children:i.jsxs("div",{ref:p,className:f.dialog,role:"dialog","aria-modal":"true","aria-labelledby":u,onMouseDown:A=>A.stopPropagation(),children:[i.jsxs("div",{className:f.headerRow,children:[i.jsx("h2",{className:f.header,id:u,children:s("imageDialogTitle")}),i.jsx("button",{type:"button",className:f.close,"aria-label":s("imageDialogCloseAria"),onClick:a,children:i.jsx(Be,{})})]}),i.jsxs("div",{className:f.body,children:[i.jsx(Yg,{src:h,disabled:t,customImagePicker:n,onCustomPick:o,onSourceChange:S,onSrcChange:x}),k!=="custom"?i.jsxs(i.Fragment,{children:[i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:d,children:s("imageDialogAlt")}),i.jsx("input",{id:d,className:f.textInput,value:b,disabled:t,onChange:A=>w(A.target.value)})]}),i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:g,children:s("imageDialogTitleField")}),i.jsx("input",{id:g,className:f.textInput,value:y,disabled:t,onChange:A=>v(A.target.value)})]})]}):null]}),i.jsxs("div",{className:f.actions,children:[i.jsx("button",{type:"button",className:f.action,onClick:a,children:s("fontDialogCancel")}),k!=="custom"?i.jsx("button",{type:"button",className:`${f.action} ${f.actionPrimary}`,disabled:!D,onClick:I,children:s("fontDialogOk")}):null]})]})})})}const qP=[{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}],ZP={left:Ki,center:$i,right:Ui},YP=["left","center","right"],XP={left:"commandAlignLeftAria",center:"commandAlignCenterAria",right:"commandAlignRightAria"},JP=["width","height","lock"],QP={width:"imagePropertiesSizeWidth",height:"imagePropertiesSizeHeight",lock:"imagePropertiesSizeLock"},eA={top:"paragraphDialogSideTop",right:"paragraphDialogSideRight",bottom:"paragraphDialogSideBottom",left:"paragraphDialogSideLeft"},tA={none:"paragraphDialogBorderStyleNone",solid:"paragraphDialogBorderStyleSolid",dotted:"paragraphDialogBorderStyleDotted",dashed:"paragraphDialogBorderStyleDashed",double:"paragraphDialogBorderStyleDouble",groove:"paragraphDialogBorderStyleGroove",ridge:"paragraphDialogBorderStyleRidge",inset:"paragraphDialogBorderStyleInset",outset:"paragraphDialogBorderStyleOutset"},nA={value:1,unit:"pt"},rA={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 Ns(e){return{top:e,right:e,bottom:e,left:e}}function oA(e){for(const t of Fe)if(e[t])return e[t];return null}function iA({tab:e,value:t,aspectRatio:n,disabled:r,onTabChange:o,onChange:a}){const s=q(),u=c.useId(),d=c.useId(),g=c.useId(),[p,h]=c.useState(()=>Ot(t.margin,Ns(t.margin.top))),x=t.align==="center",b=(y,v)=>{if(t.sizeMode==="lock"&&v){const k=Kr(y,v,n);a({...t,width:k.width,height:k.height});return}a({...t,[y]:v})},w=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=Kr("width",t.width,n);a({...t,sizeMode:y,width:v.width,height:v.height});return}if(t.height){const v=Kr("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:f.tabs,role:"tablist","aria-label":s("imagePropertiesDialogTitle"),children:qP.map(y=>i.jsx("button",{type:"button",className:f.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:f.body,role:"tabpanel",children:[e==="general"?i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.label,children:s("imagePropertiesSize")}),i.jsx("div",{className:f.iconRow,role:"radiogroup","aria-label":s("imagePropertiesSizeMode"),children:JP.map(y=>i.jsx("button",{type:"button",className:f.action,role:"radio","aria-checked":t.sizeMode===y,disabled:r,onClick:()=>w(y),children:s(QP[y])},y))}),i.jsx(Bi,{label:s("imagePropertiesWidth"),inputAria:s("imagePropertiesWidthAria"),value:t.width,disabled:r||t.sizeMode==="height",onChange:y=>b("width",y)}),i.jsx(Bi,{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:f.group,children:[i.jsx("legend",{className:f.label,children:s("paragraphDialogAlignment")}),i.jsx("div",{className:f.iconRow,role:"radiogroup","aria-label":s("paragraphDialogAlignment"),children:YP.map(y=>{const v=ZP[y];return i.jsx("button",{type:"button",className:f.iconButton,role:"radio","aria-checked":t.align===y,"aria-label":s(XP[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:f.group,children:[i.jsx("legend",{className:f.label,children:s("paragraphDialogMargin")}),i.jsxs("label",{className:f.mark,children:[i.jsx("input",{type:"checkbox",checked:p,disabled:r||x,onChange:()=>{const y=!p;h(y),y&&a({...t,margin:Ns(oA(t.margin))})}}),s("paragraphDialogLinkSides")]}),i.jsx("div",{className:f.sideGrid,children:(p?["top"]:Fe).map(y=>i.jsx(je,{label:s(p?"paragraphDialogMargin":eA[y]),value:t.margin[y],disabled:r||x&&(y==="left"||y==="right"),allowNegative:!0,onChange:v=>{const k=p?Ns(v):{...t.margin,[y]:v};a({...t,margin:k})}},y))})]}),i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.label,children:s("paragraphDialogBorder")}),i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:u,children:s("paragraphDialogBorderStyle")}),i.jsx("select",{id:u,className:f.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??nA,color:v==="none"?null:t.border.color}})},children:Vi.map(y=>i.jsx("option",{value:y,children:s(tA[y])},y))})]}),t.border.style!=="none"?i.jsxs(i.Fragment,{children:[i.jsx(je,{label:s("paragraphDialogBorderWidth"),value:t.border.width,disabled:r,onChange:y=>{a({...t,border:{...t.border,width:y}})}}),i.jsx(ut,{label:s("paragraphDialogBorderColor"),noneLabel:s("colorNone"),value:t.border.color,disabled:r,onChange:y=>{a({...t,border:{...t.border,color:y}})}})]}):null,i.jsx(je,{label:s("paragraphDialogBorderRadius"),value:t.borderRadius,disabled:r,onChange:y=>{a({...t,borderRadius:y})}}),i.jsxs("label",{className:f.mark,children:[i.jsx("input",{type:"checkbox",checked:t.boxShadow!==null,disabled:r,onChange:()=>{a({...t,boxShadow:t.boxShadow?null:rA})}}),s("paragraphDialogBoxShadow")]}),t.boxShadow?i.jsx(sc,{shadow:t.boxShadow,disabled:r,onChange:y=>{a({...t,boxShadow:y})}}):null]})]}):null,e==="advanced"?i.jsxs(i.Fragment,{children:[i.jsx(Zg,{value:{opacity:t.opacity,fit:t.objectFit,position:t.objectPosition},disabled:r,onChange:y=>{a(Rw({...t,opacity:y.opacity,objectFit:y.fit,objectPosition:y.position},n))}}),i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.label,children:s("imagePropertiesRotation")}),i.jsx("div",{className:f.field,children:i.jsxs("div",{className:f.lengthRow,children:[i.jsx("input",{id:d,className:f.lengthInput,value:t.rotateDeg===null?"":ie(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:f.lengthUnit,"aria-hidden":"true",children:s("imagePropertiesRotationUnit")})]})})]})]}):null,e==="hover"?i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.label,children:s("imagePropertiesTabHover")}),i.jsx("p",{className:f.emptyHint,children:s("imagePropertiesHoverHelp")}),i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:g,children:s("imagePropertiesHoverCss")}),i.jsx("textarea",{id:g,className:f.textarea,value:t.hoverCss,disabled:r,spellCheck:!1,"aria-label":s("imagePropertiesHoverCssAria"),onChange:y=>{a({...t,hoverCss:y.target.value})}})]})]}):null]})]})}const nm='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled]), textarea:not([disabled])';function aA({open:e,tab:t,value:n,aspectRatio:r=1,disabled:o,onTabChange:a,onApply:s,onClose:u}){const d=q(),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 b=p.current,w=b==null?void 0:b.querySelector(nm);w==null||w.focus();const y=v=>{if(v.key==="Escape"){if(document.querySelector('[role="listbox"], [data-color-picker]'))return;v.preventDefault(),v.stopPropagation(),u();return}if(v.key!=="Tab"||!b)return;const k=[...b.querySelectorAll(nm)];if(k.length===0)return;const S=k[0],D=k[k.length-1];v.shiftKey&&document.activeElement===S?(v.preventDefault(),D.focus()):!v.shiftKey&&document.activeElement===D&&(v.preventDefault(),S.focus())};return document.addEventListener("keydown",y,!0),()=>document.removeEventListener("keydown",y,!0)},[e,u]),e?i.jsx(fe,{children:i.jsx("div",{className:f.backdrop,role:"presentation",onMouseDown:u,children:i.jsxs("div",{ref:p,className:`${f.dialog} ${f.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":g,onMouseDown:b=>b.stopPropagation(),children:[i.jsxs("div",{className:f.headerRow,children:[i.jsx("h2",{className:f.header,id:g,children:d("imagePropertiesDialogTitle")}),i.jsx("button",{type:"button",className:f.close,"aria-label":d("imagePropertiesDialogCloseAria"),onClick:u,children:i.jsx(Be,{})})]}),i.jsx(iA,{tab:t,value:h,aspectRatio:r,disabled:o,onTabChange:a,onChange:x}),i.jsxs("div",{className:f.actions,children:[i.jsx("button",{type:"button",className:f.action,onClick:u,children:d("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${f.action} ${f.actionPrimary}`,disabled:o,onClick:()=>s(h),children:d("fontDialogOk")})]})]})})}):null}const sA="_frame_bwkh8_1",lA="_handle_bwkh8_9",cA="_handleEast_bwkh8_29",uA="_handleSouth_bwkh8_37",dA="_handleSouthEast_bwkh8_45",Ur={frame:sA,handle:lA,handleEast:cA,handleSouth:uA,handleSouthEast:dA};function Br(e){const t=e.getBoundingClientRect();return{left:t.left,top:t.top,width:t.width,height:t.height}}const mA=[{handle:"e",className:Ur.handleEast,cursor:"e-resize",ariaKey:"imageResizeHandleEastAria"},{handle:"s",className:Ur.handleSouth,cursor:"s-resize",ariaKey:"imageResizeHandleSouthAria"},{handle:"se",className:Ur.handleSouthEast,cursor:"se-resize",ariaKey:"imageResizeHandleSouthEastAria"}];function Is(e){return!Number.isFinite(e.clientX)||!Number.isFinite(e.clientY)?null:{x:e.clientX,y:e.clientY}}function fA({img:e,onResize:t,onResizeEnd:n}){const r=q(),o=c.useRef(null),a=c.useRef(e),s=c.useRef(t),u=c.useRef(n),d=c.useRef(null);a.current=e,s.current=t,u.current=n;const g=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`)};c.useLayoutEffect(()=>{g(Br(e));const k=()=>{e.isConnected&&g(Br(e))};return window.addEventListener("scroll",k,!0),window.addEventListener("resize",k),()=>{window.removeEventListener("scroll",k,!0),window.removeEventListener("resize",k)}},[e]);const p=(k,S)=>{const D=d.current,I=a.current;if(!D||!I)return;const A=Q0(D.handle,D.start,{x:k-D.originX,y:S-D.originY});s.current(A.width,A.height),I.isConnected&&g(Br(I))},h=()=>{if(!d.current)return;d.current=null;const k=a.current;u.current(),k!=null&&k.isConnected&&g(Br(k))};c.useLayoutEffect(()=>{const k=D=>{if(!d.current)return;const I=Is(D);I&&p(I.x,I.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 x=(k,S)=>{const D=Is(S);D&&(d.current={handle:k,start:ev(a.current),originX:D.x,originY:D.y})},b=k=>S=>{S.preventDefault(),S.stopPropagation(),x(k,S);try{S.currentTarget.setPointerCapture(S.pointerId)}catch{}},w=k=>S=>{S.preventDefault(),S.stopPropagation(),x(k,S)},y=k=>{const S=Is(k);S&&p(S.x,S.y)};if(!e.isConnected)return null;const v=Br(e);return hl.createPortal(i.jsx("div",{ref:o,className:Ur.frame,"data-image-resize-overlay":"",style:{left:v.left,top:v.top,width:v.width,height:v.height},children:mA.map(k=>i.jsx("button",{type:"button",className:`${Ur.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:w(k.handle),onMouseMove:y,onMouseUp:h},k.handle))}),document.body)}const rm='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled]), textarea:not([disabled])';function gA({open:e,tab:t,href:n,title:r,targetBlank:o,textDecorationNone:a,hoverMode:s,hoverColor:u,hoverHtml:d,bookmarks:g,selectedBookmarkId:p,disabled:h,onTabChange:x,onApply:b,onClose:w}){const y=q(),v=c.useId(),k=c.useId(),S=c.useId(),D=c.useId(),I=c.useId(),A=c.useRef(null),[P,R]=c.useState(n),[L,E]=c.useState(r),[N,j]=c.useState(o),[M,F]=c.useState(a),[$,Z]=c.useState(s),[ne,X]=c.useState(u),[Y,ae]=c.useState(d),[te,U]=c.useState(p);if(c.useEffect(()=>{e&&(R(n),E(r),j(o),F(a),Z(s),X(u),ae(d),U(p))},[e,n,r,o,a,s,u,d,p]),c.useEffect(()=>{if(!e)return;const G=A.current,ve=G==null?void 0:G.querySelector(rm);ve==null||ve.focus();const He=_e=>{if(_e.key==="Escape"){if(document.querySelector('[role="listbox"], [data-color-picker]'))return;_e.preventDefault(),_e.stopPropagation(),w();return}if(_e.key!=="Tab"||!G)return;const Ut=[...G.querySelectorAll(rm)];if(Ut.length===0)return;const bn=Ut[0],De=Ut[Ut.length-1];_e.shiftKey&&document.activeElement===bn?(_e.preventDefault(),De.focus()):!_e.shiftKey&&document.activeElement===De&&(_e.preventDefault(),bn.focus())};return document.addEventListener("keydown",He,!0),()=>document.removeEventListener("keydown",He,!0)},[e,w,t,$]),!e)return null;const T=()=>Qi({title:L,targetBlank:N,textDecorationNone:M,hoverMode:$,hoverColor:ne,hoverHtml:Y}),V=()=>{const G=P.trim();!G||h||b({...T(),href:G})},Q=()=>{!te||h||b({...T(),href:`#${te}`})};return i.jsx(fe,{children:i.jsx("div",{className:f.backdrop,role:"presentation",onMouseDown:w,children:i.jsxs("div",{ref:A,className:f.dialog,role:"dialog","aria-modal":"true","aria-labelledby":v,onMouseDown:G=>G.stopPropagation(),children:[i.jsx("h2",{className:f.header,id:v,children:y("linkDialogTitle")}),i.jsxs("div",{className:f.tabs,role:"tablist","aria-label":y("linkDialogTitle"),children:[i.jsx("button",{type:"button",className:f.tab,role:"tab","aria-selected":t==="link",onClick:()=>x("link"),children:y("linkDialogTabLink")}),i.jsx("button",{type:"button",className:f.tab,role:"tab","aria-selected":t==="bookmark",onClick:()=>x("bookmark"),children:y("linkDialogTabBookmark")})]}),i.jsxs("div",{className:f.body,role:"tabpanel",children:[t==="link"?i.jsxs(i.Fragment,{children:[i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:k,children:y("linkDialogHref")}),i.jsx("input",{id:k,className:f.textInput,value:P,disabled:h,onChange:G=>R(G.target.value)})]}),i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:S,children:y("linkDialogHoverTitle")}),i.jsx("input",{id:S,className:f.textInput,value:L,disabled:h,onChange:G=>E(G.target.value)})]}),i.jsxs("label",{className:f.mark,children:[i.jsx("input",{type:"checkbox",checked:N,disabled:h,onChange:G=>j(G.target.checked)}),y("linkDialogTargetBlank")]})]}):g.length===0?i.jsx("p",{className:f.emptyHint,children:y("linkDialogBookmarkEmpty")}):i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:D,children:y("linkDialogBookmark")}),i.jsxs("select",{id:D,className:`${f.select} ${f.fullSelect}`,value:te,disabled:h,onChange:G=>U(G.target.value),children:[i.jsx("option",{value:""}),g.map(G=>i.jsx("option",{value:G.id,children:G.id},G.id))]})]}),i.jsxs("label",{className:f.mark,children:[i.jsx("input",{type:"checkbox",checked:M,disabled:h,onChange:G=>F(G.target.checked)}),y("linkDialogTextDecorationNone")]}),i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.subLabel,children:y("linkDialogHover")}),i.jsxs("div",{className:f.sizeRow,role:"group","aria-label":y("linkDialogHover"),children:[i.jsx("button",{type:"button",className:f.action,"aria-pressed":$==="color",disabled:h,onClick:()=>Z("color"),children:y("linkDialogHoverColor")}),i.jsx("button",{type:"button",className:f.action,"aria-pressed":$==="html",disabled:h,onClick:()=>Z("html"),children:y("linkDialogHoverHtml")})]}),$==="color"?i.jsx(ut,{label:y("linkDialogHoverColorField"),noneLabel:y("colorNone"),value:ne,disabled:h,onChange:X}):i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:I,children:y("linkDialogHoverHtmlAria")}),i.jsx("textarea",{id:I,className:f.textarea,value:Y,disabled:h,spellCheck:!1,onChange:G=>ae(G.target.value)})]})]})]}),i.jsxs("div",{className:f.actions,children:[i.jsx("button",{type:"button",className:f.action,disabled:h||!te,onClick:Q,children:y("linkDialogSelect")}),i.jsx("button",{type:"button",className:f.action,onClick:w,children:y("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${f.action} ${f.actionPrimary}`,disabled:h||!P.trim(),onClick:V,children:y("fontDialogOk")})]})]})})})}const om='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]):not([hidden]), select:not([disabled]), textarea:not([disabled])',im={empty:"youtubeDialogErrorEmpty",invalid:"youtubeDialogErrorInvalid"};function pA({open:e,disabled:t,customVideoPicker:n,onApply:r,onCustomPick:o,onClose:a}){const s=q(),u=c.useId(),d=c.useId(),g=c.useId(),p=c.useId(),h=c.useRef(null),[x,b]=c.useState("url"),[w,y]=c.useState(""),[v,k]=c.useState("");if(c.useEffect(()=>{e&&(b("url"),y(""),k(""))},[e]),c.useEffect(()=>{if(!e)return;const R=h.current,L=R==null?void 0:R.querySelector(om);L==null||L.focus();const E=N=>{if(N.key==="Escape"){N.preventDefault(),N.stopPropagation(),a();return}if(N.key!=="Tab"||!R)return;const j=[...R.querySelectorAll(om)];if(j.length===0)return;const M=j[0],F=j[j.length-1];N.shiftKey&&document.activeElement===M?(N.preventDefault(),F.focus()):!N.shiftKey&&document.activeElement===F&&(N.preventDefault(),M.focus())};return document.addEventListener("keydown",E,!0),()=>document.removeEventListener("keydown",E,!0)},[e,a]),!e)return null;const S=x==="custom"?null:Mg(w),D=x==="custom"?null:S&&w.trim().length>0?im[S]:S==="empty"&&w.trim().length===0?null:S?im[S]:null,I=x!=="custom"&&S===null&&!t&&w.trim().length>0,A=()=>{t||!n||o==null||o()},P=()=>{I&&r({url:w.trim(),title:v.trim()})};return i.jsx(fe,{children:i.jsx("div",{className:f.backdrop,role:"presentation",onMouseDown:a,children:i.jsxs("div",{ref:h,className:f.dialog,role:"dialog","aria-modal":"true","aria-labelledby":u,onMouseDown:R=>R.stopPropagation(),children:[i.jsxs("div",{className:f.headerRow,children:[i.jsx("h2",{className:f.header,id:u,children:s("youtubeDialogTitle")}),i.jsx("button",{type:"button",className:f.close,"aria-label":s("youtubeDialogCloseAria"),onClick:a,children:i.jsx(Be,{})})]}),i.jsxs("div",{className:f.body,children:[i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.subLabel,children:s("audioDialogSource")}),i.jsxs("div",{className:f.sizeRow,role:"radiogroup","aria-label":s("audioDialogSource"),children:[i.jsx("button",{type:"button",className:f.action,role:"radio","aria-checked":x==="url",disabled:t,onClick:()=>b("url"),children:s("youtubeDialogUrl")}),n?i.jsx("button",{type:"button",className:f.action,role:"radio","aria-checked":x==="custom",disabled:t,onClick:()=>b("custom"),children:n.text}):null]}),x==="url"?i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:d,children:s("youtubeDialogUrl")}),i.jsx("input",{id:d,className:f.textInput,value:w,disabled:t,"aria-invalid":D!==null,"aria-describedby":D?p:void 0,onChange:R=>y(R.target.value)})]}):null,x==="custom"&&n?i.jsxs("div",{className:f.field,children:[i.jsx("p",{className:f.emptyHint,children:n.description}),i.jsx("button",{type:"button",className:f.action,disabled:t,onClick:A,children:n.buttonCaption})]}):null]}),x!=="custom"?i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:g,children:s("youtubeDialogTitleField")}),i.jsx("input",{id:g,className:f.textInput,value:v,disabled:t,onChange:R=>k(R.target.value)})]}):null,D?i.jsx("p",{id:p,className:f.error,children:s(D)}):null]}),i.jsxs("div",{className:f.actions,children:[i.jsx("button",{type:"button",className:f.action,onClick:a,children:s("fontDialogCancel")}),x!=="custom"?i.jsx("button",{type:"button",className:`${f.action} ${f.actionPrimary}`,disabled:!I,onClick:P,children:s("fontDialogOk")}):null]})]})})})}const hA="_grid_1bpma_1",bA="_cell_1bpma_8",yA="_sizeLabel_1bpma_27",xA="_sizeFields_1bpma_33",wA="_numberInput_1bpma_37",Gn={grid:hA,cell:bA,sizeLabel:yA,sizeFields:xA,numberInput:wA},am='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]):not([hidden]), select:not([disabled])',tn={rows:3,cols:3};function CA({open:e,disabled:t,onApply:n,onClose:r}){const o=q(),a=c.useId(),s=c.useId(),u=c.useId(),d=c.useRef(null),[g,p]=c.useState(tn.rows),[h,x]=c.useState(tn.cols),[b,w]=c.useState(String(tn.rows)),[y,v]=c.useState(String(tn.cols)),[k,S]=c.useState(!1);if(c.useEffect(()=>{e&&(p(tn.rows),x(tn.cols),w(String(tn.rows)),v(String(tn.cols)),S(!1))},[e]),c.useEffect(()=>{if(!e)return;const E=d.current,N=E==null?void 0:E.querySelector(am);N==null||N.focus();const j=M=>{if(M.key==="Escape"){M.preventDefault(),M.stopPropagation(),r();return}if(M.key!=="Tab"||!E)return;const F=[...E.querySelectorAll(am)];if(F.length===0)return;const $=F[0],Z=F[F.length-1];M.shiftKey&&document.activeElement===$?(M.preventDefault(),Z.focus()):!M.shiftKey&&document.activeElement===Z&&(M.preventDefault(),$.focus())};return document.addEventListener("keydown",j,!0),()=>document.removeEventListener("keydown",j,!0)},[e,r]),!e)return null;const I=Qf(g,h)&&!t,A=(E,N)=>{const j=Math.min(Jn,Math.max(Xn,E)),M=Math.min(Jn,Math.max(Xn,N));p(j),x(M),w(String(j)),v(String(M))},P=(E,N)=>{const j=Number.parseInt(E,10);if(!Number.isFinite(j)){N==="rows"?w(String(g)):v(String(h));return}S(!0),N==="rows"?A(j,h):A(g,j)},R=(E,N)=>{const j=E.replace(/\D/g,"");if(N==="rows"?w(j):v(j),j==="")return;const M=Number.parseInt(j,10);Number.isFinite(M)&&(S(!0),N==="rows"?A(M,h):A(g,M))},L=E=>{(E.key==="e"||E.key==="E"||E.key==="+"||E.key==="-"||E.key===".")&&E.preventDefault()};return i.jsx(fe,{children:i.jsx("div",{className:f.backdrop,role:"presentation",onMouseDown:r,children:i.jsxs("div",{ref:d,className:f.dialog,role:"dialog","aria-modal":"true","aria-labelledby":a,onMouseDown:E=>E.stopPropagation(),children:[i.jsxs("div",{className:f.headerRow,children:[i.jsx("h2",{className:f.header,id:a,children:o("tableDialogTitle")}),i.jsx("button",{type:"button",className:f.close,"aria-label":o("tableDialogCloseAria"),onClick:r,children:i.jsx(Be,{})})]}),i.jsxs("div",{className:f.body,children:[i.jsx("div",{className:Gn.grid,role:"grid","aria-label":o("tableDialogGridAria"),onMouseLeave:()=>{},children:Array.from({length:md},(E,N)=>Array.from({length:md},(j,M)=>{const F=N+1,$=M+1,Z=F<=g&&$<=h;return i.jsx("button",{type:"button",className:Gn.cell,role:"gridcell","data-active":Z?"true":void 0,"aria-label":`${F} × ${$}`,"aria-pressed":Z&&F===g&&$===h,disabled:t,onMouseEnter:()=>{k||A(F,$)},onClick:()=>{S(!0),A(F,$)}},`${F}-${$}`)}))}),i.jsxs("p",{className:Gn.sizeLabel,children:[o("tableDialogSize"),": ",g," × ",h]}),i.jsxs("div",{className:`${f.sizeRow} ${Gn.sizeFields}`,children:[i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:s,children:o("tableDialogRows")}),i.jsx("input",{id:s,className:Gn.numberInput,type:"number",inputMode:"numeric",min:Xn,max:Jn,step:1,value:b,disabled:t,onKeyDown:L,onChange:E=>R(E.target.value,"rows"),onBlur:()=>P(b,"rows")})]}),i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:u,children:o("tableDialogColumns")}),i.jsx("input",{id:u,className:Gn.numberInput,type:"number",inputMode:"numeric",min:Xn,max:Jn,step:1,value:y,disabled:t,onKeyDown:L,onChange:E=>R(E.target.value,"cols"),onBlur:()=>P(y,"cols")})]})]})]}),i.jsxs("div",{className:f.actions,children:[i.jsx("button",{type:"button",className:f.action,onClick:r,children:o("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${f.action} ${f.actionPrimary}`,disabled:!I,onClick:()=>{I&&n({rows:g,cols:h})},children:o("tableDialogInsert")})]})]})})})}const vA={none:"paragraphDialogBorderStyleNone",solid:"paragraphDialogBorderStyleSolid",dotted:"paragraphDialogBorderStyleDotted",dashed:"paragraphDialogBorderStyleDashed",double:"paragraphDialogBorderStyleDouble",groove:"paragraphDialogBorderStyleGroove",ridge:"paragraphDialogBorderStyleRidge",inset:"paragraphDialogBorderStyleInset",outset:"paragraphDialogBorderStyleOutset"},kA={value:1,unit:"pt"},SA={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 PA({value:e,disabled:t,onChange:n}){const r=q(),o=c.useId(),a=c.useId();return i.jsxs("div",{className:f.body,children:[i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.label,children:r("tablePropertiesWidth")}),i.jsx(je,{label:r("tablePropertiesWidth"),value:e.width,disabled:t,onChange:s=>n({...e,width:s})}),i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:o,children:r("tablePropertiesCollapse")}),i.jsxs("select",{id:o,className:f.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(je,{label:r("tablePropertiesSpacing"),value:e.borderSpacing,disabled:t,onChange:s=>n({...e,borderSpacing:s})}):null]}),i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.label,children:r("paragraphDialogBorder")}),i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:a,children:r("paragraphDialogBorderStyle")}),i.jsx("select",{id:a,className:f.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??kA,color:u==="none"?null:e.border.color}})},children:Vi.map(s=>i.jsx("option",{value:s,children:r(vA[s])},s))})]}),e.border.style!=="none"?i.jsxs(i.Fragment,{children:[i.jsx(je,{label:r("paragraphDialogBorderWidth"),value:e.border.width,disabled:t,onChange:s=>n({...e,border:{...e.border,width:s}})}),i.jsx(ut,{label:r("paragraphDialogBorderColor"),noneLabel:r("colorNone"),value:e.border.color,disabled:t,onChange:s=>n({...e,border:{...e.border,color:s}})})]}):null,i.jsx(je,{label:r("paragraphDialogBorderRadius"),value:e.borderRadius,disabled:t,onChange:s=>n({...e,borderRadius:s})}),i.jsxs("label",{className:f.mark,children:[i.jsx("input",{type:"checkbox",checked:e.boxShadow!==null,disabled:t,onChange:()=>{n({...e,boxShadow:e.boxShadow?null:SA})}}),r("paragraphDialogBoxShadow")]}),e.boxShadow?i.jsx(sc,{shadow:e.boxShadow,disabled:t,onChange:s=>n({...e,boxShadow:s})}):null]})]})}const sm='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:o}){const a=q(),s=c.useId(),u=c.useRef(null),[d,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(sm);h==null||h.focus();const x=b=>{if(b.key==="Escape"){if(document.querySelector('[role="listbox"], [data-color-picker]'))return;b.preventDefault(),b.stopPropagation(),o();return}if(b.key!=="Tab"||!p)return;const w=[...p.querySelectorAll(sm)];if(w.length===0)return;const y=w[0],v=w[w.length-1];b.shiftKey&&document.activeElement===y?(b.preventDefault(),v.focus()):!b.shiftKey&&document.activeElement===v&&(b.preventDefault(),y.focus())};return document.addEventListener("keydown",x,!0),()=>document.removeEventListener("keydown",x,!0)},[e,o]),e?i.jsx(fe,{children:i.jsx("div",{className:f.backdrop,role:"presentation",onMouseDown:o,children:i.jsxs("div",{ref:u,className:`${f.dialog} ${f.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":s,onMouseDown:p=>p.stopPropagation(),children:[i.jsxs("div",{className:f.headerRow,children:[i.jsx("h2",{className:f.header,id:s,children:a("tablePropertiesDialogTitle")}),i.jsx("button",{type:"button",className:f.close,"aria-label":a("tablePropertiesDialogCloseAria"),onClick:o,children:i.jsx(Be,{})})]}),i.jsx(PA,{value:d,disabled:n,onChange:g}),i.jsxs("div",{className:f.actions,children:[i.jsx("button",{type:"button",className:f.action,onClick:o,children:a("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${f.action} ${f.actionPrimary}`,disabled:n,onClick:()=>r(d),children:a("fontDialogOk")})]})]})})}):null}const DA=["left","center","right"],RA={left:Ki,center:$i,right:Ui},EA={left:"commandAlignLeftAria",center:"commandAlignCenterAria",right:"commandAlignRightAria"},jA={top:"paragraphDialogSideTop",right:"paragraphDialogSideRight",bottom:"paragraphDialogSideBottom",left:"paragraphDialogSideLeft"},TA={top:"cellPropertiesVerticalAlignTop",middle:"cellPropertiesVerticalAlignMiddle",bottom:"cellPropertiesVerticalAlignBottom",baseline:"cellPropertiesVerticalAlignBaseline"};function ui(e){return{top:e,right:e,bottom:e,left:e}}function Ms(e){for(const t of Fe)if(e[t])return e[t];return null}function NA({value:e,disabled:t,onChange:n}){const r=q(),o=c.useId(),a=c.useId(),s=c.useId(),[u,d]=c.useState(()=>Ot(e.padding,ui(Ms(e.padding))));return c.useEffect(()=>{d(Ot(e.padding,ui(Ms(e.padding))))},[e.padding]),i.jsxs("div",{className:f.body,children:[i.jsx(ut,{label:r("paragraphDialogBackgroundColor"),noneLabel:r("colorNone"),value:e.backgroundColor,disabled:t,onChange:g=>n({...e,backgroundColor:g})}),i.jsx(ut,{label:r("cellPropertiesColor"),noneLabel:r("colorNone"),value:e.color,disabled:t,onChange:g=>n({...e,color:g})}),i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.label,children:r("paragraphDialogPadding")}),i.jsxs("label",{className:f.mark,children:[i.jsx("input",{type:"checkbox",checked:u,disabled:t,onChange:()=>{const g=!u;d(g),g&&n({...e,padding:ui(Ms(e.padding))})}}),r("paragraphDialogLinkSides")]}),i.jsx("div",{className:f.sideGrid,children:(u?["top"]:Fe).map(g=>i.jsx(je,{label:r(u?"paragraphDialogPadding":jA[g]),value:e.padding[g],disabled:t,onChange:p=>{const h=u?ui(p):{...e.padding,[g]:p};n({...e,padding:h})}},g))})]}),i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.label,children:r("paragraphDialogAlignment")}),i.jsx("div",{className:f.iconRow,role:"radiogroup","aria-label":r("paragraphDialogAlignment"),children:DA.map(g=>{const p=RA[g],h=(e.textAlign??"left")===g;return i.jsx("button",{type:"button",className:f.iconButton,role:"radio","aria-checked":h,"aria-label":r(EA[g]),disabled:t,onClick:()=>{n({...e,textAlign:g==="left"?null:g})},children:i.jsx(p,{})},g)})})]}),i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:o,children:r("cellPropertiesVerticalAlign")}),i.jsxs("select",{id:o,className:f.select,value:e.verticalAlign??"",disabled:t,onChange:g=>{const p=g.target.value;n({...e,verticalAlign:p||null})},children:[i.jsx("option",{value:"",children:r("cellPropertiesVerticalAlignDefault")}),ta.map(g=>i.jsx("option",{value:g,children:r(TA[g])},g))]})]}),i.jsx(je,{label:r("cellPropertiesWidth"),value:e.width,disabled:t,onChange:g=>n({...e,width:g})}),i.jsxs("div",{className:f.sizeRow,children:[i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:a,children:r("cellPropertiesColSpan")}),i.jsx("input",{id:a,className:f.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})}})]}),i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:s,children:r("cellPropertiesRowSpan")}),i.jsx("input",{id:s,className:f.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 lm='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled]), textarea:not([disabled])';function IA({open:e,value:t,disabled:n,onApply:r,onClose:o}){const a=q(),s=c.useId(),u=c.useRef(null),[d,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(lm);h==null||h.focus();const x=b=>{if(b.key==="Escape"){if(document.querySelector('[role="listbox"], [data-color-picker]'))return;b.preventDefault(),b.stopPropagation(),o();return}if(b.key!=="Tab"||!p)return;const w=[...p.querySelectorAll(lm)];if(w.length===0)return;const y=w[0],v=w[w.length-1];b.shiftKey&&document.activeElement===y?(b.preventDefault(),v.focus()):!b.shiftKey&&document.activeElement===v&&(b.preventDefault(),y.focus())};return document.addEventListener("keydown",x,!0),()=>document.removeEventListener("keydown",x,!0)},[e,o]),e?i.jsx(fe,{children:i.jsx("div",{className:f.backdrop,role:"presentation",onMouseDown:o,children:i.jsxs("div",{ref:u,className:`${f.dialog} ${f.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":s,onMouseDown:p=>p.stopPropagation(),children:[i.jsxs("div",{className:f.headerRow,children:[i.jsx("h2",{className:f.header,id:s,children:a("cellPropertiesDialogTitle")}),i.jsx("button",{type:"button",className:f.close,"aria-label":a("cellPropertiesDialogCloseAria"),onClick:o,children:i.jsx(Be,{})})]}),i.jsx(NA,{value:d,disabled:n,onChange:g}),i.jsxs("div",{className:f.actions,children:[i.jsx("button",{type:"button",className:f.action,onClick:o,children:a("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${f.action} ${f.actionPrimary}`,disabled:n,onClick:()=>r(d),children:a("fontDialogOk")})]})]})})}):null}const MA={top:"paragraphDialogSideTop",right:"paragraphDialogSideRight",bottom:"paragraphDialogSideBottom",left:"paragraphDialogSideLeft"},_A={top:"cellPropertiesVerticalAlignTop",middle:"cellPropertiesVerticalAlignMiddle",bottom:"cellPropertiesVerticalAlignBottom",baseline:"cellPropertiesVerticalAlignBaseline"};function di(e){return{top:e,right:e,bottom:e,left:e}}function _s(e){for(const t of Fe)if(e[t])return e[t];return null}function LA({value:e,disabled:t,onChange:n}){const r=q(),o=c.useId(),[a,s]=c.useState(()=>Ot(e.padding,di(_s(e.padding))));return c.useEffect(()=>{s(Ot(e.padding,di(_s(e.padding))))},[e.padding]),i.jsxs("div",{className:f.body,children:[i.jsx(ut,{label:r("paragraphDialogBackgroundColor"),noneLabel:r("colorNone"),value:e.backgroundColor,disabled:t,onChange:u=>n({...e,backgroundColor:u})}),i.jsx(ut,{label:r("cellPropertiesColor"),noneLabel:r("colorNone"),value:e.color,disabled:t,onChange:u=>n({...e,color:u})}),i.jsxs("fieldset",{className:f.group,children:[i.jsx("legend",{className:f.label,children:r("paragraphDialogPadding")}),i.jsxs("label",{className:f.mark,children:[i.jsx("input",{type:"checkbox",checked:a,disabled:t,onChange:()=>{const u=!a;s(u),u&&n({...e,padding:di(_s(e.padding))})}}),r("paragraphDialogLinkSides")]}),i.jsx("div",{className:f.sideGrid,children:(a?["top"]:Fe).map(u=>i.jsx(je,{label:r(a?"paragraphDialogPadding":MA[u]),value:e.padding[u],disabled:t,onChange:d=>{const g=a?di(d):{...e.padding,[u]:d};n({...e,padding:g})}},u))})]}),i.jsxs("div",{className:f.field,children:[i.jsx("label",{className:f.label,htmlFor:o,children:r("cellPropertiesVerticalAlign")}),i.jsxs("select",{id:o,className:f.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")}),ta.map(u=>i.jsx("option",{value:u,children:r(_A[u])},u))]})]}),i.jsx(je,{label:r("rowPropertiesHeight"),value:e.height,disabled:t,onChange:u=>n({...e,height:u})})]})}const cm='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled]), textarea:not([disabled])';function FA({open:e,value:t,disabled:n,onApply:r,onClose:o}){const a=q(),s=c.useId(),u=c.useRef(null),[d,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(cm);h==null||h.focus();const x=b=>{if(b.key==="Escape"){if(document.querySelector('[role="listbox"], [data-color-picker]'))return;b.preventDefault(),b.stopPropagation(),o();return}if(b.key!=="Tab"||!p)return;const w=[...p.querySelectorAll(cm)];if(w.length===0)return;const y=w[0],v=w[w.length-1];b.shiftKey&&document.activeElement===y?(b.preventDefault(),v.focus()):!b.shiftKey&&document.activeElement===v&&(b.preventDefault(),y.focus())};return document.addEventListener("keydown",x,!0),()=>document.removeEventListener("keydown",x,!0)},[e,o]),e?i.jsx(fe,{children:i.jsx("div",{className:f.backdrop,role:"presentation",onMouseDown:o,children:i.jsxs("div",{ref:u,className:`${f.dialog} ${f.dialogWide}`,role:"dialog","aria-modal":"true","aria-labelledby":s,onMouseDown:p=>p.stopPropagation(),children:[i.jsxs("div",{className:f.headerRow,children:[i.jsx("h2",{className:f.header,id:s,children:a("rowPropertiesDialogTitle")}),i.jsx("button",{type:"button",className:f.close,"aria-label":a("rowPropertiesDialogCloseAria"),onClick:o,children:i.jsx(Be,{})})]}),i.jsx(LA,{value:d,disabled:n,onChange:g}),i.jsxs("div",{className:f.actions,children:[i.jsx("button",{type:"button",className:f.action,onClick:o,children:a("fontDialogCancel")}),i.jsx("button",{type:"button",className:`${f.action} ${f.actionPrimary}`,disabled:n,onClick:()=>r(d),children:a("fontDialogOk")})]})]})})}):null}const BA="_backdrop_9d3gw_1",HA="_dialog_9d3gw_12",zA="_headerRow_9d3gw_29",OA="_header_9d3gw_29",$A="_close_9d3gw_44",KA="_body_9d3gw_66",UA="_frame_9d3gw_75",WA="_actions_9d3gw_83",VA="_action_9d3gw_83",Ft={backdrop:BA,dialog:HA,headerRow:zA,header:OA,close:$A,body:KA,frame:UA,actions:WA,action:VA},um='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])';function GA(e){const t=Se(e);if(t.length<=1)return e;const n=[],r=[];for(const a of t){const s=Ce(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 qA({open:e,html:t,onClose:n}){const r=q(),o=c.useId(),a=c.useRef(null),s=c.useRef(null),u=c.useMemo(()=>GA(t),[t]);return c.useEffect(()=>{if(!e)return;const d=a.current,g=d==null?void 0:d.querySelector(um);g==null||g.focus();const p=h=>{if(h.key==="Escape"){h.preventDefault(),h.stopPropagation(),n();return}if(h.key!=="Tab"||!d)return;const x=[...d.querySelectorAll(um)];if(x.length===0)return;const b=x[0],w=x[x.length-1];h.shiftKey&&document.activeElement===b?(h.preventDefault(),w.focus()):!h.shiftKey&&document.activeElement===w&&(h.preventDefault(),b.focus())};return document.addEventListener("keydown",p,!0),()=>document.removeEventListener("keydown",p,!0)},[e,n]),c.useEffect(()=>{var g;if(!e)return;const d=(g=s.current)==null?void 0:g.contentDocument;d&&Ws(d,u,r("previewDialogTitle"))},[e,u,r]),e?i.jsx(fe,{children:i.jsx("div",{className:Ft.backdrop,role:"presentation",onMouseDown:n,children:i.jsxs("div",{ref:a,className:Ft.dialog,role:"dialog","aria-modal":"true","aria-labelledby":o,onMouseDown:d=>d.stopPropagation(),children:[i.jsxs("div",{className:Ft.headerRow,children:[i.jsx("h2",{className:Ft.header,id:o,children:r("previewDialogTitle")}),i.jsx("button",{type:"button",className:Ft.close,"aria-label":r("previewDialogCloseAria"),onClick:n,children:i.jsx(Be,{})})]}),i.jsx("div",{className:Ft.body,children:i.jsx("iframe",{ref:s,className:Ft.frame,title:r("previewDialogTitle"),sandbox:"allow-same-origin",tabIndex:-1,onLoad:()=>{var g;const d=(g=s.current)==null?void 0:g.contentDocument;d&&Ws(d,u,r("previewDialogTitle"))}})}),i.jsx("div",{className:Ft.actions,children:i.jsx("button",{type:"button",className:Ft.action,onClick:n,children:r("previewDialogClose")})})]})})}):null}const Xg="commspliant-html-editor.darkMode";function ZA(e){return typeof e=="boolean"?e:null}function dm(){try{const e=localStorage.getItem(Xg);return e?ZA(JSON.parse(e)):null}catch{return null}}function YA(e){try{localStorage.setItem(Xg,JSON.stringify(e))}catch{}}const Jg="commspliant-html-editor.pageZoom",XA=new Set(["fitWidth","fitPage"]);function JA(e){return typeof e=="string"&&XA.has(e)||typeof e=="number"&&yx.includes(e)?e:null}function QA(){try{const e=localStorage.getItem(Jg);return e?JA(JSON.parse(e)):null}catch{return null}}function eD(e){try{localStorage.setItem(Jg,JSON.stringify(e))}catch{}}const Qg="commspliant-html-editor.toolbarPosition",tD=["top","left","right","bottom"];function ep(e){return typeof e=="string"&&tD.includes(e)?e:null}function mm(){try{const e=localStorage.getItem(Qg);return e?ep(JSON.parse(e)):null}catch{return null}}function nD(e){try{localStorage.setItem(Qg,JSON.stringify(e))}catch{}}const rD="_panel_6xdnw_1",oD="_header_6xdnw_17",iD="_title_6xdnw_26",aD="_close_6xdnw_32",sD="_messages_6xdnw_48",lD="_empty_6xdnw_57",cD="_message_6xdnw_48",uD="_messageHeader_6xdnw_69",dD="_author_6xdnw_77",mD="_time_6xdnw_81",fD="_body_6xdnw_86",gD="_reply_6xdnw_92",pD="_input_6xdnw_100",hD="_post_6xdnw_111",Ue={panel:rD,header:oD,title:iD,close:aD,messages:sD,empty:lD,message:cD,messageHeader:uD,author:dD,time:mD,body:fD,reply:gD,input:pD,post:hD};function bD(e,t){const n=new Date(e);return Number.isNaN(n.getTime())?e:new Intl.DateTimeFormat(t,{dateStyle:"medium",timeStyle:"short"}).format(n)}function yD({thread:e,locale:t,disabled:n,commentAuthor:r,panelRef:o,onPost:a,onClose:s}){const u=q(),[d,g]=c.useState(""),p=c.useRef(null);c.useEffect(()=>{var y;(y=p.current)==null||y.focus()},[e==null?void 0:e.id]);const h=!n&&r&&d.trim().length>0,x=c.useMemo(()=>(e==null?void 0:e.messages)??[],[e==null?void 0:e.messages]),b=x.length===0?u("commentPlaceholder"):u("commentReplyPlaceholder");if(!e)return null;const w=()=>{const y=d.trim();!y||!h||(a(y),g(""))};return hl.createPortal(i.jsxs("div",{ref:o,className:Ue.panel,role:"dialog","aria-label":u("commentPanelTitle"),children:[i.jsxs("div",{className:Ue.header,children:[i.jsx("h2",{className:Ue.title,children:u("commentPanelTitle")}),i.jsx("button",{type:"button",className:Ue.close,onClick:s,"aria-label":u("commentPanelCloseAria"),children:i.jsx(Be,{})})]}),i.jsx("div",{className:Ue.messages,children:x.length===0?i.jsx("p",{className:Ue.empty,children:u("commentEmpty")}):x.map(y=>i.jsxs("article",{className:Ue.message,children:[i.jsxs("header",{className:Ue.messageHeader,children:[i.jsx("span",{className:Ue.author,children:y.userName}),i.jsx("time",{className:Ue.time,dateTime:y.createdAt,children:bD(y.createdAt,t)})]}),i.jsx("p",{className:Ue.body,children:y.message})]},y.id))}),i.jsxs("div",{className:Ue.reply,children:[i.jsx("textarea",{ref:p,className:Ue.input,value:d,onChange:y=>g(y.target.value),placeholder:b,rows:3,disabled:n||!r}),i.jsx("button",{type:"button",className:Ue.post,onClick:w,disabled:!h,children:u("commentPost")})]})]}),document.body)}function xD({enabled:e,onHtml:t}){const[n,r]=c.useState(!1),o=c.useRef(0),a=c.useRef(e),s=c.useRef(t);a.current=e,s.current=t;const u=c.useCallback(()=>{o.current=0,r(!1)},[]);c.useEffect(()=>{e||u()},[e,u]);const d=c.useCallback(x=>{!a.current||!ei(x.dataTransfer)||(x.preventDefault(),o.current+=1,r(!0))},[]),g=c.useCallback(x=>{!a.current||!ei(x.dataTransfer)||(x.preventDefault(),x.dataTransfer&&(x.dataTransfer.dropEffect="copy"))},[]),p=c.useCallback(x=>{if(!a.current||!ei(x.dataTransfer))return;const b=x.relatedTarget;b instanceof Node&&x.currentTarget.contains(b)||(o.current=Math.max(0,o.current-1),o.current===0&&r(!1))},[]),h=c.useCallback(x=>{if(!a.current||!ei(x.dataTransfer))return;x.preventDefault(),u();const b=Fy(x.dataTransfer);b&&Kl(b).then(w=>{a.current&&s.current(w)},()=>{})},[u]);return{dragging:n,onDragEnter:d,onDragOver:g,onDragLeave:p,onDrop:h}}const wD={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:Mh,labelKey:"commandUndo",ariaKey:"commandUndoAria",enabled:"canUndo"},redo:{id:"redo",command:"redo",icon:Rh,labelKey:"commandRedo",ariaKey:"commandRedoAria",enabled:"canRedo"},pageProperties:{id:"pageProperties",command:"openPageProperties",icon:zr,labelKey:"commandPageProperties",ariaKey:"commandPagePropertiesAria",enabled:"isVisualMode"},deletePage:{id:"deletePage",command:"deletePage",icon:zr,labelKey:"commandDeletePage",ariaKey:"commandDeletePageAria",enabled:"canDeletePage"}}},CD=400,fm=100,vD=2e7;function kD(e){let t=[],n=0,r=e,o=[],a=0,s=!1,u=!1,d=0;function g(){if(t.length>fm){const v=t.splice(0,t.length-fm);for(const k of v)n-=k.length}for(;t.length>1&&n+a>vD;){const v=t.shift();v&&(n-=v.length)}}function p(v){t.push(v),n+=v.length,g()}function h(){o=[],a=0}function x(v,k){if(s){r=v,s=!1;return}if(v===r)return;const S=Date.now(),D=(k==null?void 0:k.coalesce)===!0;if(D&&u&&S-d<CD){r=v,d=S;return}p(r),r=v,h(),d=S,u=D}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,g(),r}function w(){if(o.length===0)return null;u=!1,p(r);const v=o.pop();return a-=v.length,r=v,r}function y(v){if(s){r=v,s=!1;return}v!==r&&(p(r),r=v,h(),u=!1)}return{record:x,undo:b,redo:w,canUndo:()=>t.length>0,canRedo:()=>o.length>0,syncExternal:y,markApplying:()=>{s=!0}}}function un(e,t){return t?t.label?t.label:t.labelKey?e(t.labelKey):"":""}function Hi(e,t){return t?t.ariaLabel?t.ariaLabel:t.ariaKey?e(t.ariaKey):un(e,t):""}const At="fullscreen",ml="commspliant-html-editor.toolbarCustomization";function fl(e){const t=e.filter(n=>n!==At);return e.includes(At)?[...t,At]:t}function cc(e,t){if(!t||t.length===0)return fl(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 g=s-1;g>=0;g--){const p=e[g],h=a.indexOf(p);if(h>=0){d=h+1;break}}a.splice(d,0,u),o.add(u)}return fl(a)}function SD(e,t){const n=new Map(e.map(s=>[s.id,s])),r=cc(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(g=>!o.has(g));d.length!==0&&a.push({id:s,items:d})}return a}function PD(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 AD(){try{const e=localStorage.getItem(ml);return e?PD(JSON.parse(e)):null}catch{return null}}function DD(e){try{if(!e){localStorage.removeItem(ml);return}localStorage.setItem(ml,JSON.stringify(e))}catch{}}function uc(e,t){return cc(t.map(n=>n.id),e==null?void 0:e.groupOrder)}function RD(e,t,n,r){const o=new Set((e==null?void 0:e.hiddenItemIds)??[]);return r?o.delete(n):o.add(n),{groupOrder:uc(e,t),hiddenItemIds:[...o]}}function tp(e,t,n,r){const o=uc(e,t),a=[...(e==null?void 0:e.hiddenItemIds)??[]];if(n===At||r===At)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],[g]=d.splice(s,1);return d.splice(u,0,g),{groupOrder:fl(d),hiddenItemIds:a}}function gm(e,t,n,r){const o=uc(e,t),a=o.filter(d=>d!==At),s=a.indexOf(n),u=s+r;return s<0||u<0||u>=a.length?{groupOrder:o,hiddenItemIds:[...(e==null?void 0:e.hiddenItemIds)??[]]}:tp(e,t,n,a[u])}const ED="_backdrop_11w4e_1",jD="_dialog_11w4e_12",TD="_header_11w4e_31",ND="_body_11w4e_39",ID="_group_11w4e_49",MD="_groupDragging_11w4e_55",_D="_groupDropTarget_11w4e_59",LD="_groupHeader_11w4e_64",FD="_groupTitle_11w4e_72",BD="_dragHandle_11w4e_77",HD="_moveButton_11w4e_78",zD="_items_11w4e_119",OD="_item_11w4e_119",$D="_itemIcon_11w4e_135",KD="_itemTitle_11w4e_144",UD="_itemCheckbox_11w4e_151",WD="_actions_11w4e_155",VD="_action_11w4e_155",GD="_spinnerWrap_11w4e_191",qD="_spinner_11w4e_191",ke={backdrop:ED,dialog:jD,header:TD,body:ND,group:ID,groupDragging:MD,groupDropTarget:_D,groupHeader:LD,groupTitle:FD,dragHandle:BD,moveButton:HD,items:zD,item:OD,itemIcon:$D,itemTitle:KD,itemCheckbox:UD,actions:WD,action:VD,spinnerWrap:GD,spinner:qD},pm='button:not([disabled]):not([tabindex="-1"]), input:not([disabled]), select:not([disabled])';function ZD(){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 YD({open:e,catalog:t,groups:n,settings:r,loading:o=!1,busy:a=!1,disabled:s,onChange:u,onReset:d,onClose:g}){const p=q(),h=c.useId(),x=c.useRef(null),[b,w]=c.useState(null),[y,v]=c.useState(null),k=cc(n.map(j=>j.id),r==null?void 0:r.groupOrder),S=new Set((r==null?void 0:r.hiddenItemIds)??[]),D=new Map(n.map(j=>[j.id,j])),I=k.map(j=>D.get(j)).filter(j=>!!j),A=s||a||o;if(c.useEffect(()=>{e||(w(null),v(null))},[e]),c.useEffect(()=>{if(!e)return;const j=x.current,M=j==null?void 0:j.querySelector(pm);M==null||M.focus();const F=$=>{if($.key==="Escape"){$.preventDefault(),$.stopPropagation(),g();return}if($.key!=="Tab"||!j)return;const Z=[...j.querySelectorAll(pm)];if(Z.length===0)return;const ne=Z[0],X=Z[Z.length-1];$.shiftKey&&document.activeElement===ne?($.preventDefault(),X.focus()):!$.shiftKey&&document.activeElement===X&&($.preventDefault(),ne.focus())};return document.addEventListener("keydown",F,!0),()=>document.removeEventListener("keydown",F,!0)},[e,g]),!e)return null;const P=I.map(j=>j.id).filter(j=>j!==At),R=(j,M)=>{if(A||M===At){j.preventDefault();return}j.dataTransfer.setData("text/plain",M),j.dataTransfer.effectAllowed="move",w(M)},L=(j,M)=>{A||M===At||!b||b===M||(j.preventDefault(),j.dataTransfer&&(j.dataTransfer.dropEffect="move"),v(M))},E=(j,M)=>{var $;j.preventDefault();const F=(($=j.dataTransfer)==null?void 0:$.getData("text/plain"))||b;w(null),v(null),!(!F||F===M||A)&&u(tp(r,n,F,M))},N=()=>{w(null),v(null)};return i.jsx(fe,{children:i.jsx("div",{className:ke.backdrop,role:"presentation",onMouseDown:g,children:i.jsxs("div",{ref:x,className:ke.dialog,role:"dialog","aria-modal":"true","aria-labelledby":h,"aria-busy":o||a?!0:void 0,onMouseDown:j=>j.stopPropagation(),children:[i.jsx("h2",{className:ke.header,id:h,children:p("customizeToolbarDialogTitle")}),i.jsx("div",{className:ke.body,children:o?i.jsx("div",{className:ke.spinnerWrap,role:"status","aria-live":"polite","aria-label":p("customizeToolbarDialogLoading"),children:i.jsx("span",{className:ke.spinner,"aria-hidden":"true"})}):I.map(j=>{const M=t.groups[j.id],F=M?un(p,M):j.id,$=j.id===At,Z=P.indexOf(j.id);return i.jsxs("section",{className:[ke.group,b===j.id?ke.groupDragging:"",y===j.id?ke.groupDropTarget:""].filter(Boolean).join(" "),"data-toolbar-customize-group":j.id,"aria-label":F,onDragOver:ne=>L(ne,j.id),onDrop:ne=>E(ne,j.id),onDragLeave:()=>{y===j.id&&v(null)},children:[i.jsxs("div",{className:ke.groupHeader,children:[i.jsx("button",{type:"button",className:ke.dragHandle,draggable:!A&&!$,disabled:A||$,"aria-label":p("customizeToolbarDragHandle"),onDragStart:ne=>R(ne,j.id),onDragEnd:N,children:i.jsx(ZD,{})}),i.jsx("span",{className:ke.groupTitle,children:F}),i.jsx("button",{type:"button",className:ke.moveButton,disabled:A||$||Z<=0,"aria-label":p("customizeToolbarMoveUp"),onClick:()=>u(gm(r,n,j.id,-1)),children:"↑"}),i.jsx("button",{type:"button",className:ke.moveButton,disabled:A||$||Z<0||Z>=P.length-1,"aria-label":p("customizeToolbarMoveDown"),onClick:()=>u(gm(r,n,j.id,1)),children:"↓"})]}),i.jsx("div",{className:ke.items,children:j.items.map(ne=>{const X=t.items[ne];if(!X)return null;const Y=X.icon,ae=un(p,X),te=`${h}-${j.id}-${ne}`,U=!S.has(ne);return i.jsxs("label",{className:ke.item,htmlFor:te,children:[i.jsx("span",{className:ke.itemIcon,"aria-hidden":"true",children:Y?i.jsx(Y,{}):ae.slice(0,2)}),i.jsx("span",{className:ke.itemTitle,children:ae}),i.jsx("input",{id:te,className:ke.itemCheckbox,type:"checkbox",checked:U,disabled:A,"aria-label":`${ae}: ${p("customizeToolbarItemVisible")}`,onChange:T=>u(RD(r,n,ne,T.target.checked))})]},ne)})})]},j.id)})}),i.jsxs("div",{className:ke.actions,children:[i.jsx("button",{type:"button",className:ke.action,disabled:A,onClick:d,children:p("customizeToolbarDialogReset")}),i.jsx("button",{type:"button",className:ke.action,"aria-label":p("customizeToolbarDialogCloseAria"),onClick:g,children:p("customizeToolbarDialogClose")})]})]})})})}function XD(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 JD={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:Th,labelKey:"commandSave",ariaKey:"commandSaveAria"},open:{id:"open",command:"open",icon:wh,labelKey:"commandOpen",ariaKey:"commandOpenAria"},print:{id:"print",command:"print",icon:Ah,labelKey:"commandPrint",ariaKey:"commandPrintAria"}}},mi=4;function np({icon:e,value:t,mixed:n,noneKey:r,labelKey:o,ariaKey:a,fallbackCustom:s,disabled:u,onChange:d}){const g=q(),p=c.useId(),h=c.useRef(null),x=c.useRef(null),b=c.useRef(null),[w,y]=c.useState(!1),[v,k]=c.useState({top:0,left:0}),S=c.useCallback(()=>{const R=x.current,L=b.current;if(!R)return;const E=R.getBoundingClientRect(),N=(L==null?void 0:L.offsetHeight)??0,j=(L==null?void 0:L.offsetWidth)??200;let M=E.bottom;M+N>window.innerHeight-mi&&(M=Math.max(mi,E.top-N));const F=Math.min(Math.max(E.left,mi),window.innerWidth-j-mi);k({top:M,left:F})},[]);c.useLayoutEffect(()=>{if(!w)return;S();const R=()=>S();return window.addEventListener("scroll",R,!0),window.addEventListener("resize",R),()=>{window.removeEventListener("scroll",R,!0),window.removeEventListener("resize",R)}},[w,S]),c.useEffect(()=>{if(!w)return;const R=E=>{var j,M;const N=E.target;(j=h.current)!=null&&j.contains(N)||(M=b.current)!=null&&M.contains(N)||y(!1)},L=E=>{var N;E.key==="Escape"&&(E.preventDefault(),E.stopPropagation(),y(!1),(N=x.current)==null||N.focus())};return document.addEventListener("pointerdown",R),document.addEventListener("keydown",L,!0),()=>{document.removeEventListener("pointerdown",R),document.removeEventListener("keydown",L,!0)}},[w]);const D=R=>{d(R)},I=`${Sn.bar}${!t||n?` ${Sn.barEmpty}`:""}`,A=t&&!n?{backgroundColor:t}:void 0,P=i.jsxs("div",{className:Sn.wrap,ref:h,children:[i.jsxs("button",{ref:x,type:"button",className:`${ee.iconButton} ${Sn.button}`,"aria-label":g(a),"aria-expanded":w,"aria-haspopup":"listbox","aria-controls":w?p:void 0,disabled:u,onMouseDown:R=>R.preventDefault(),onClick:()=>y(R=>!R),children:[i.jsx(e,{className:`${ee.icon} ${Sn.icon}`}),i.jsx("span",{className:I,style:A})]}),w?i.jsx(fe,{children:i.jsx("div",{ref:b,id:p,className:Sn.popover,style:{top:v.top,left:v.left},children:i.jsx(ic,{value:t,mixed:n,noneLabel:g(r),ariaLabel:g(a),disabled:u,fallbackCustom:s,onChange:D,onCommit:()=>y(!1)})})}):null]});return i.jsx(cn,{label:g(o),children:P})}function QD({commands:e,queries:t,disabled:n}){return i.jsx(np,{icon:Cm,value:t.getFontColor(),mixed:t.isFontColorMixed(),noneKey:"colorAutomatic",labelKey:"commandFontColor",ariaKey:"commandFontColorAria",disabled:!!(n||!t.isVisualMode()),onChange:r=>e.setFontColor(r)})}function eR({commands:e,queries:t,disabled:n}){const r=q(),o=!!(n||!t.isVisualMode());return i.jsx(Vg,{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 tR({commands:e,queries:t,disabled:n}){return i.jsx(np,{icon:vm,value:t.getHighlightColor(),mixed:t.isHighlightColorMixed(),noneKey:"colorNone",labelKey:"commandHighlightColor",ariaKey:"commandHighlightColorAria",fallbackCustom:"#ffff00",disabled:!!(n||!t.isVisualMode()),onChange:r=>e.setHighlightColor(r)})}function nR({commands:e,queries:t,disabled:n,onMenuClose:r}){const o=q(),a=!!(n||!t.isVisualMode());return i.jsx(ic,{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 rR="_wrap_1gtdc_1",oR="_wrapToolbar_1gtdc_7",iR="_field_1gtdc_12",aR="_trigger_1gtdc_20",sR="_chevron_1gtdc_46",lR="_list_1gtdc_69",cR="_option_1gtdc_84",uR="_separator_1gtdc_113",Bt={wrap:rR,wrapToolbar:oR,field:iR,trigger:aR,chevron:sR,list:lR,option:cR,separator:uR},gl={p:"styleParagraph",h1:"styleHeading1",h2:"styleHeading2",h3:"styleHeading3",h4:"styleHeading4",h5:"styleHeading5",h6:"styleHeading6"},dR={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 hm(){const e=q();return i.jsx("div",{className:f.spinnerWrap,role:"status","aria-live":"polite","aria-label":e("customStyleLoading"),children:i.jsx("span",{className:f.spinner,"aria-hidden":"true"})})}function rp({value:e,mixed:t=!1,disabled:n,menu:r=!1,listId:o,listRef:a,style:s,customStylesEnabled:u=!1,customStyles:d=[],customStylesLoading:g=!1,onSelect:p,onSelectCustom:h,onAddNew:x}){const b=q(),w=t?null:e,y=u,v=!!(r&&u&&x);return r?i.jsxs(i.Fragment,{children:[Ni.map(k=>i.jsx("button",{type:"button",className:ee.menuItem,role:"menuitemradio","aria-checked":w===k,disabled:n,onMouseDown:S=>S.preventDefault(),onClick:()=>p(k),children:b(gl[k])},k)),y?i.jsx("div",{role:"separator",className:ee.menuSeparator}):null,y&&g?i.jsx(hm,{}):null,y&&!g?d.map(k=>i.jsx("button",{type:"button",className:ee.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&&(g||d.length>0)?i.jsx("div",{role:"separator",className:ee.menuSeparator}):null,i.jsxs("button",{type:"button",className:ee.menuItem,role:"menuitem","aria-label":b("styleAddNewAria"),disabled:n,onMouseDown:k=>k.preventDefault(),onClick:()=>x==null?void 0:x(),children:[i.jsx(Ph,{className:ee.icon}),b("styleAddNew")]})]}):null]}):i.jsxs("ul",{ref:a,className:Bt.list,role:"listbox",id:o,style:s,"aria-label":b("commandParagraphStyleAria"),"aria-busy":y&&g?!0:void 0,children:[Ni.map(k=>i.jsx("li",{role:"presentation",children:i.jsx("button",{type:"button",className:Bt.option,role:"option","aria-selected":w===k,disabled:n,style:dR[k],onMouseDown:S=>S.preventDefault(),onClick:()=>p(k),children:b(gl[k])})},k)),y&&(g||d.length>0)?i.jsx("li",{role:"separator",className:Bt.separator}):null,y&&g?i.jsx("li",{role:"presentation",children:i.jsx(hm,{})}):null,y&&!g?d.map(k=>i.jsx("li",{role:"presentation",children:i.jsx("button",{type:"button",className:Bt.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]})}const fi=4;function mR({commands:e,queries:t,disabled:n}){const r=q(),o=c.useId(),a=c.useRef(null),s=c.useRef(null),u=c.useRef(null),[d,g]=c.useState(!1),[p,h]=c.useState({top:0,left:0,width:0}),x=!!(n||!t.isVisualMode()),b=t.isParagraphStyleMixed(),w=b?null:t.getParagraphStyle(),y=w?r(gl[w]):"",v=t.customParagraphStylesEnabled(),k=v?t.getCustomParagraphStyles():[],S=v&&t.isCustomParagraphStylesLoading(),D=c.useCallback(()=>{const A=s.current,P=u.current;if(!A)return;const R=A.getBoundingClientRect(),L=(P==null?void 0:P.offsetHeight)??0,E=Math.max(R.width,(P==null?void 0:P.offsetWidth)??0);let N=R.bottom;N+L>window.innerHeight-fi&&(N=Math.max(fi,R.top-L));const j=Math.min(Math.max(R.left,fi),window.innerWidth-E-fi);h({top:N,left:j,width:E})},[]);c.useLayoutEffect(()=>{if(!d)return;D();const A=()=>D();return window.addEventListener("scroll",A,!0),window.addEventListener("resize",A),()=>{window.removeEventListener("scroll",A,!0),window.removeEventListener("resize",A)}},[d,D,k.length,S]),c.useEffect(()=>{if(!d)return;const A=R=>{var E,N;const L=R.target;(E=a.current)!=null&&E.contains(L)||(N=u.current)!=null&&N.contains(L)||g(!1)},P=R=>{R.key==="Escape"&&(R.preventDefault(),R.stopPropagation(),g(!1))};return document.addEventListener("pointerdown",A),document.addEventListener("keydown",P,!0),()=>{document.removeEventListener("pointerdown",A),document.removeEventListener("keydown",P,!0)}},[d]);const I=i.jsxs("div",{className:`${Bt.wrap} ${Bt.wrapToolbar}`,ref:a,children:[i.jsxs("div",{className:Bt.field,ref:s,children:[i.jsx("button",{type:"button",className:Bt.trigger,disabled:x,"aria-label":r("commandParagraphStyleAria"),"aria-haspopup":"listbox","aria-expanded":d,"aria-controls":d?o:void 0,onMouseDown:A=>A.preventDefault(),onClick:()=>g(A=>!A),children:y}),i.jsx("span",{className:Bt.chevron,"aria-hidden":"true"})]}),d?i.jsx(fe,{children:i.jsx(rp,{listRef:u,listId:o,value:w,mixed:b,disabled:x,customStylesEnabled:v,customStyles:k,customStylesLoading:S,style:{top:p.top,left:p.left,minWidth:p.width},onSelect:A=>{e.setParagraphStyle(A),g(!1)},onSelectCustom:A=>{e.applyCustomParagraphStyle(A),g(!1)}})}):null]});return i.jsx(cn,{label:r("commandParagraphStyle"),children:I})}function fR({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():[],g=u&&t.isCustomParagraphStylesLoading();return i.jsx(rp,{menu:!0,value:s,mixed:a,disabled:o,customStylesEnabled:u,customStyles:d,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 gR={menus:{format:{id:"format",labelKey:"menuFormat",ariaKey:"menuFormatAria"}},submenus:{paragraphStyles:{id:"paragraphStyles",labelKey:"menuParagraphStyles",ariaKey:"menuParagraphStylesAria",panel:fR,enabled:"isVisualMode"},font:{id:"font",labelKey:"menuFont",ariaKey:"menuFontAria"},highlightColor:{id:"highlightColor",labelKey:"commandHighlightColor",ariaKey:"commandHighlightColorAria",panel:nR,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:Xk,icon:sh,labelKey:"commandFontFamily",ariaKey:"commandFontFamilyAria",enabled:"isVisualMode"},paragraphStyle:{id:"paragraphStyle",widget:mR,icon:Sh,labelKey:"commandParagraphStyle",ariaKey:"commandParagraphStyleAria",enabled:"isVisualMode"},fontSize:{id:"fontSize",widget:eR,icon:ch,labelKey:"commandFontSize",ariaKey:"commandFontSizeAria",enabled:"isVisualMode"},fontProperties:{id:"fontProperties",command:"openFontProperties",icon:lh,labelKey:"commandFontProperties",ariaKey:"commandFontPropertiesAria",enabled:"isVisualMode"},customCss:{id:"customCss",command:"openCustomCss",icon:oh,labelKey:"commandCustomCss",ariaKey:"commandCustomCssAria",enabled:"isVisualMode"},paragraphProperties:{id:"paragraphProperties",command:"openParagraphProperties",icon:Pm,labelKey:"commandParagraphProperties",ariaKey:"commandParagraphPropertiesAria",enabled:"isVisualMode"},imageProperties:{id:"imageProperties",command:"openImageProperties",icon:km,labelKey:"menuImage",ariaKey:"menuImageAria",enabled:"isImageSelected"},fontColor:{id:"fontColor",widget:QD,icon:Cm,labelKey:"commandFontColor",ariaKey:"commandFontColorAria",enabled:"isVisualMode"},highlightColor:{id:"highlightColor",widget:tR,icon:vm,labelKey:"commandHighlightColor",ariaKey:"commandHighlightColorAria",enabled:"isVisualMode"},bold:{id:"bold",command:"toggleBold",icon:Xp,labelKey:"commandBold",ariaKey:"commandBoldAria",active:"isBold",enabled:"isVisualMode",toggle:!0},italic:{id:"italic",command:"toggleItalic",icon:ph,labelKey:"commandItalic",ariaKey:"commandItalicAria",active:"isItalic",enabled:"isVisualMode",toggle:!0},underline:{id:"underline",command:"toggleUnderline",icon:Ih,labelKey:"commandUnderline",ariaKey:"commandUnderlineAria",active:"isUnderline",enabled:"isVisualMode",toggle:!0},strikethrough:{id:"strikethrough",command:"toggleStrikethrough",icon:Nh,labelKey:"commandStrikethrough",ariaKey:"commandStrikethroughAria",active:"isStrikethrough",enabled:"isVisualMode",toggle:!0},clearFormatting:{id:"clearFormatting",command:"clearFormatting",icon:eh,labelKey:"commandClearFormatting",ariaKey:"commandClearFormattingAria",enabled:"hasTextSelection"},formatBrush:{id:"formatBrush",command:"toggleFormatBrush",icon:uh,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:$i,labelKey:"commandAlignCenter",ariaKey:"commandAlignCenterAria",active:"isAlignCenter",enabled:"isVisualMode"},alignRight:{id:"alignRight",command:"alignRight",icon:Ui,labelKey:"commandAlignRight",ariaKey:"commandAlignRightAria",active:"isAlignRight",enabled:"isVisualMode"},alignJustify:{id:"alignJustify",command:"alignJustify",icon:xm,labelKey:"commandAlignJustify",ariaKey:"commandAlignJustifyAria",active:"isAlignJustify",enabled:"isVisualMode"},indent:{id:"indent",command:"indent",icon:gh,labelKey:"commandIndent",ariaKey:"commandIndentAria",enabled:"isVisualMode"},outdent:{id:"outdent",command:"outdent",icon:Ch,labelKey:"commandOutdent",ariaKey:"commandOutdentAria",enabled:"canOutdent"},bulletList:{id:"bulletList",command:"toggleBulletList",icon:wm,labelKey:"commandBulletList",ariaKey:"commandBulletListAria",active:"isBulletList",enabled:"isVisualMode",toggle:!0},numberedList:{id:"numberedList",command:"toggleNumberedList",icon:Sm,labelKey:"commandNumberedList",ariaKey:"commandNumberedListAria",active:"isNumberedList",enabled:"isVisualMode",toggle:!0}}},pR={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:bh,labelKey:"commandLink",ariaKey:"commandLinkAria",enabled:"isVisualMode",active:"isLink",toggle:!0},bookmark:{id:"bookmark",command:"openBookmarkDialog",icon:Jp,labelKey:"commandBookmark",ariaKey:"commandBookmarkAria",enabled:"isVisualMode"},image:{id:"image",command:"openImageDialog",icon:km,labelKey:"commandImage",ariaKey:"commandImageAria",enabled:"isVisualMode"},pageBackgroundImage:{id:"pageBackgroundImage",command:"openPageBackgroundImage",icon:zr,labelKey:"commandPageBackgroundImage",ariaKey:"commandPageBackgroundImageAria",enabled:"canInsertPageBackgroundImage"},paragraphBackgroundImage:{id:"paragraphBackgroundImage",command:"openParagraphBackgroundImage",icon:Pm,labelKey:"commandParagraphBackgroundImage",ariaKey:"commandParagraphBackgroundImageAria",enabled:"canInsertParagraphBackgroundImage"},audio:{id:"audio",command:"openAudioDialog",icon:Yp,labelKey:"commandAudio",ariaKey:"commandAudioAria",enabled:"isVisualMode"},youtube:{id:"youtube",command:"openYoutubeDialog",icon:Fh,labelKey:"commandYoutube",ariaKey:"commandYoutubeAria",enabled:"isVisualMode"},horizontalRule:{id:"horizontalRule",command:"insertHorizontalRule",icon:mh,labelKey:"commandHorizontalRule",ariaKey:"commandHorizontalRuleAria",enabled:"isVisualMode"},pageBreak:{id:"pageBreak",command:"insertPageBreak",icon:vh,labelKey:"commandPageBreak",ariaKey:"commandPageBreakAria",enabled:"isVisualMode"},insertPageBefore:{id:"insertPageBefore",command:"insertPageBefore",icon:zr,labelKey:"commandInsertPageBefore",ariaKey:"commandInsertPageBeforeAria",enabled:"hasSelectedPage"},insertPageAfter:{id:"insertPageAfter",command:"insertPageAfter",icon:zr,labelKey:"commandInsertPageAfter",ariaKey:"commandInsertPageAfterAria",enabled:"hasSelectedPage"}}},hR={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:qu,labelKey:"commandTable",ariaKey:"commandTableAria",enabled:"isVisualMode"},insertRowBelow:{id:"insertRowBelow",command:"insertRowBelow",icon:hs,labelKey:"commandInsertRowBelow",ariaKey:"commandInsertRowBelowAria",enabled:"isInTable"},insertRowBefore:{id:"insertRowBefore",command:"insertRowBefore",icon:hs,labelKey:"commandInsertRowBefore",ariaKey:"commandInsertRowBeforeAria",enabled:"isInTable"},deleteRow:{id:"deleteRow",command:"deleteRow",icon:hs,labelKey:"commandDeleteRow",ariaKey:"commandDeleteRowAria",enabled:"isInTable"},insertColumnAfter:{id:"insertColumnAfter",command:"insertColumnAfter",icon:ps,labelKey:"commandInsertColumnAfter",ariaKey:"commandInsertColumnAfterAria",enabled:"isInTable"},insertColumnBefore:{id:"insertColumnBefore",command:"insertColumnBefore",icon:ps,labelKey:"commandInsertColumnBefore",ariaKey:"commandInsertColumnBeforeAria",enabled:"isInTable"},deleteColumn:{id:"deleteColumn",command:"deleteColumn",icon:ps,labelKey:"commandDeleteColumn",ariaKey:"commandDeleteColumnAria",enabled:"isInTable"},mergeCells:{id:"mergeCells",command:"mergeCells",icon:xh,labelKey:"commandMergeCells",ariaKey:"commandMergeCellsAria",enabled:"canMergeCells"},unmergeCells:{id:"unmergeCells",command:"unmergeCells",icon:_h,labelKey:"commandUnmergeCells",ariaKey:"commandUnmergeCellsAria",enabled:"canUnmergeCells"},tableProperties:{id:"tableProperties",command:"openTableProperties",icon:qu,labelKey:"commandTableProperties",ariaKey:"commandTablePropertiesAria",enabled:"isInTable"},cellProperties:{id:"cellProperties",command:"openCellProperties",icon:Qp,labelKey:"commandCellProperties",ariaKey:"commandCellPropertiesAria",enabled:"isInTable"},rowProperties:{id:"rowProperties",command:"openRowProperties",icon:Eh,labelKey:"commandRowProperties",ariaKey:"commandRowPropertiesAria",enabled:"isInTable"}}},bR={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:Lh,labelKey:"modeVisual",ariaKey:"modeVisualAria",active:"isVisualMode"},html:{id:"html",command:"setHtmlMode",icon:fh,labelKey:"modeHtml",ariaKey:"modeHtmlAria",active:"isHtmlMode"},customizeToolbar:{id:"customizeToolbar",command:"openCustomizeToolbar",icon:ih,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:hh,labelKey:"modeLight",ariaKey:"modeLightAria",active:"isLightMode"},darkMode:{id:"darkMode",command:"setDarkMode",icon:ah,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:kh,labelKey:"commandPreview",ariaKey:"commandPreviewAria"},ruler:{id:"ruler",command:"toggleRuler",icon:jh,labelKey:"commandRuler",ariaKey:"commandRulerAria",active:"isRulerVisible",toggle:!0},readAloud:{id:"readAloud",command:"toggleReadAloud",icon:Dh,labelKey:"commandReadAloud",ariaKey:"commandReadAloudAria",active:"isReadingAloud",toggle:!0,enabled:"canReadAloud"},fullscreen:{id:"fullscreen",command:"toggleFullscreen",icon:dh,labelKey:"modeFullscreen",ariaKey:"modeFullscreenAria",active:"isFullscreen",toggle:!0}}};function yR(...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 xR=yR(JD,wD,pR,hR,bR,gR),wR={menus:[{id:"file",items:["save","open",ue,"print"]},{id:"edit",items:["undo","redo",ue,{submenu:"page",items:["pageProperties",ue,"deletePage"]}]},{id:"view",items:["visual","html",ue,{submenu:"toolbar",items:["customizeToolbar",ue,{submenu:"toolbarPosition",items:["toolbarPositionTop","toolbarPositionLeft","toolbarPositionRight","toolbarPositionBottom"]}]},ue,{submenu:"zoom",items:["pageZoomFitWidth","pageZoomFitPage",ue,"pageZoom50","pageZoom75","pageZoom100","pageZoom125","pageZoom150","pageZoom200"]},ue,"lightMode","darkMode",ue,"toggleCommentsVisible","ruler","preview","readAloud","fullscreen"]},{id:"insert",items:["pageBreak",{submenu:"insertPage",items:["insertPageBefore","insertPageAfter"]},ue,"table",ue,"image","pageBackgroundImage","paragraphBackgroundImage","audio","youtube","horizontalRule",ue,"link","bookmark",ue,"insertComment"]},{id:"format",items:[{submenu:"paragraphStyles",items:[]},ue,{submenu:"font",items:["fontProperties","customCss",ue,{submenu:"highlightColor",items:[]},ue,"bold","italic","underline","strikethrough"]},ue,"clearFormatting",ue,{submenu:"paragraph",items:["paragraphProperties",ue,"alignLeft","alignCenter","alignRight","alignJustify",ue,"indent","outdent",ue,"bulletList","numberedList"]},ue,"imageProperties"]},{id:"table",items:["table",ue,{submenu:"insertRow",items:["insertRowBefore","insertRowBelow","deleteRow"]},{submenu:"insertColumn",items:["insertColumnBefore","insertColumnAfter","deleteColumn"]},ue,"mergeCells","unmergeCells",ue,"tableProperties","rowProperties","cellProperties"]}],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"]}]},bm={items:{addComment:{id:"addComment",command:"addComment",icon:Gu,labelKey:"commandAddComment",ariaKey:"commandAddCommentAria",enabled:"canAddComment"},insertComment:{id:"insertComment",command:"addComment",icon:Gu,labelKey:"commandInsertComment",ariaKey:"commandInsertCommentAria",enabled:"canAddComment"},toggleCommentsVisible:{id:"toggleCommentsVisible",command:"toggleCommentsVisible",icon:th,labelKey:"showComments",ariaKey:"toggleCommentsVisibleAria",toggle:!0,active:"areCommentsVisible"}}},CR=["addComment","insertComment","toggleCommentsVisible"],vR=new Set(["insert","view"]);function op(e,t){return t.disabled?!0:t.readOnly?t.enableComments?!CR.includes(e):!0:!1}function kR(e,t){return t.disabled?!0:t.readOnly?t.enableComments?!vR.has(e):!0:!1}function SR(e,t){const n=t?"hideComments":"showComments",r=bm.items.toggleCommentsVisible;return{...e,items:{...e.items,...bm.items,toggleCommentsVisible:r&&{...r,labelKey:n}}}}function PR(e){return{...e,menus:e.menus.map(t=>{if(t.id==="insert"){const n=[...t.items],r=n.findIndex(a=>an(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 gi="fullscreen";function AR(e){const t=[];let n=null;for(const r of e){const o=r.items.filter(a=>a!==gi);o.length>0&&t.push({id:r.id,items:o}),r.items.includes(gi)&&(n={id:gi,items:[gi]})}return{main:t,trailing:n}}function DR({groups:e,catalog:t,commands:n,queries:r,disabled:o,chromeLock:a}){const s=q(),{main:u,trailing:d}=AR(e),g=p=>{const h=t.groups[p.id];return i.jsx("div",{className:ee.iconGroup,role:"group","aria-label":h?un(s,h):void 0,"data-toolbar-group":p.id,children:p.items.map(x=>{const b=t.items[x];if(!b)return null;const w=b.enabled?!r[b.enabled]():!1;if(b.widget){const S=b.widget;return i.jsx(S,{commands:n,queries:r,disabled:o||w},x)}if(!b.icon||!b.command)return null;const y=b.icon,v=b.command,k=b.active?r[b.active]():void 0;return i.jsx(cn,{label:b.tooltip??un(s,b),children:i.jsx("button",{type:"button",className:ee.iconButton,"aria-label":Hi(s,b),"aria-pressed":k,disabled:o||(a?op(x,a):!1)||w,onPointerDown:S=>S.preventDefault(),onMouseDown:S=>S.preventDefault(),onClick:()=>{yl(n,v)},children:i.jsx(y,{className:ee.icon})})},x)})},p.id)};return i.jsxs("div",{className:ee.iconNav,role:"toolbar","aria-label":s("toolbarAria"),children:[u.length>0?i.jsx("div",{className:ee.iconNavMain,children:u.map(g)}):null,d?i.jsx("div",{className:ee.iconNavEnd,children:g(d)}):null]})}const RR=["--wysiwyg-menu-color","--wysiwyg-menu-background","--wysiwyg-menu-font-size","--wysiwyg-menu-font-family"];function ER(e){const t={};for(const n of RR){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 jR({menus:e,catalog:t,commands:n,queries:r,disabled:o,chromeLock:a,compact:s,openMenuId:u,onOpenMenuIdChange:d}){const g=q(),[p,h]=c.useState(!1),[x,b]=c.useState({}),w=c.useRef(null),y=c.useRef(null),v=c.useRef(null),k=c.useRef(null),S=c.useCallback(()=>{h(!1),d(null)},[d]);c.useLayoutEffect(()=>{!p||!w.current||b(ER(w.current))},[p]),c.useEffect(()=>{var I;p&&((I=v.current)==null||I.focus())},[p]),c.useEffect(()=>{if(!p)return;const I=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=I}},[p]),c.useEffect(()=>{if(!p)return;const I=P=>{var R;if(P.key==="Escape"){if(P.preventDefault(),P.stopPropagation(),u){d(null);return}S(),(R=y.current)==null||R.focus()}},A=P=>{var R;k.current&&!k.current.contains(P.target)&&(S(),(R=y.current)==null||R.focus())};return document.addEventListener("keydown",I,!0),document.addEventListener("pointerdown",A),()=>{document.removeEventListener("keydown",I,!0),document.removeEventListener("pointerdown",A)}},[p,u,d,S]);const D=I=>e.map(A=>{const P=t.menus[A.id];return P?i.jsx(NR,{def:P,itemIds:A.items,catalog:t,commands:n,queries:r,disabled:o,chromeLock:a,variant:I,open:(I==="overlay"||!p)&&u===A.id,onOpenChange:R=>d(R?A.id:null),onItemRun:I==="overlay"?()=>{var R;S(),(R=y.current)==null||R.focus()}:void 0},`${I}-${A.id}`):null});return i.jsxs("div",{className:ee.menuBar,ref:w,children:[i.jsx(cn,{label:g("brandMarkAria"),children:i.jsx("span",{className:ee.brandMark,role:"img","aria-label":g("brandMarkAria"),children:i.jsx(nh,{className:ee.brandMarkIcon})})}),i.jsx("div",{className:ee.menuBarCompact,hidden:s===void 0?void 0:!s,children:i.jsx(cn,{label:g("menuHamburgerAria"),children:i.jsx("button",{ref:y,type:"button",className:`${ee.menuButton} ${ee.hamburgerButton}`,"aria-haspopup":"dialog","aria-expanded":p,"aria-label":g("menuHamburgerAria"),disabled:o||(a==null?void 0:a.readOnly)&&!(a!=null&&a.enableComments),onClick:()=>{if(p){S();return}d(null),h(!0)},children:i.jsx(yh,{className:ee.icon})})})}),i.jsx("div",{className:ee.menuBarDesktop,hidden:s===void 0?void 0:s,children:D("dropdown")}),p?i.jsx(fe,{children:i.jsx("div",{className:ee.toolbar,"data-menu-overlay-portal":"",style:x,children:i.jsxs("div",{ref:k,className:ee.menuOverlay,role:"dialog","aria-modal":"true","aria-label":g("menuOverlayAria"),children:[i.jsxs("div",{className:ee.menuOverlayHeader,children:[i.jsx("span",{className:ee.menuOverlayTitle,children:g("menuOverlayAria")}),i.jsx("button",{ref:v,type:"button",className:ee.iconButton,"aria-label":g("menuCloseAria"),onClick:()=>{var I;S(),(I=y.current)==null||I.focus()},children:i.jsx(Be,{className:ee.icon})})]}),i.jsx("div",{className:ee.menuOverlayBody,children:D("overlay")})]})})}):null]})}function zi(e,t){var n,r;if(on(e))return!1;if(an(e)){const o=(n=t.submenus)==null?void 0:n[e.submenu];return o?o.panel?!0:e.items.some(a=>zi(a,t)):!1}return!!((r=t.items[e])!=null&&r.command)}function TR(e,t,n){if(!on(e[t])||!e.slice(t+1).some(a=>zi(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(zi(s,n))return!o}return!1}function NR({def:e,itemIds:t,catalog:n,commands:r,queries:o,disabled:a,chromeLock:s,variant:u,open:d,onOpenChange:g,onItemRun:p}){const h=q(),x=c.useRef(null),b=u==="overlay"?`overlay-${e.id}-menu`:`${e.id}-menu`,[w,y]=c.useState(null);c.useEffect(()=>{d||y(null)},[d]),c.useEffect(()=>{if(!d||u==="overlay")return;const k=D=>{x.current&&!x.current.contains(D.target)&&g(!1)},S=D=>{if(D.key==="Escape"){if(D.preventDefault(),D.stopPropagation(),w){y(null);return}g(!1)}};return document.addEventListener("pointerdown",k),document.addEventListener("keydown",S,!0),()=>{document.removeEventListener("pointerdown",k),document.removeEventListener("keydown",S,!0)}},[d,w,g,u]);const v=()=>{g(!1),p==null||p()};return i.jsxs("div",{className:ee.menuWrap,ref:x,children:[i.jsx("button",{type:"button",className:ee.menuButton,"aria-haspopup":"menu","aria-expanded":d,"aria-controls":b,"aria-label":Hi(h,e),disabled:a||(s?kR(e.id,s):!1),onClick:()=>g(!d),children:un(h,e)}),d?i.jsx("div",{className:ee.menu,role:"menu",id:b,onMouseDown:k=>k.preventDefault(),children:i.jsx(ip,{entries:t,catalog:n,commands:r,queries:o,disabled:a,chromeLock:s,variant:u,onClose:v,openSubmenuId:w,onOpenSubmenuIdChange:y})}):null]})}function ip({entries:e,catalog:t,commands:n,queries:r,disabled:o,chromeLock:a,variant:s,onClose:u,openSubmenuId:d,onOpenSubmenuIdChange:g}){return i.jsx(i.Fragment,{children:e.map((p,h)=>{if(on(p))return TR(e,h,t)?i.jsx("div",{role:"separator",className:ee.menuSeparator},`separator-${h}`):null;if(an(p))return i.jsx(MR,{entry:p,catalog:t,commands:n,queries:r,disabled:o,chromeLock:a,variant:s,onClose:u,open:d===p.submenu,onOpenChange:b=>g==null?void 0:g(b?p.submenu:null)},`submenu-${p.submenu}-${h}`);const x=t.items[p];return!x||!x.command?null:i.jsx(IR,{item:x,commands:n,queries:r,disabled:o,chromeLock:a,onClose:u},p)})})}function IR({item:e,commands:t,queries:n,disabled:r,chromeLock:o,onClose:a}){const s=q();if(!e.command)return null;const u=e.icon,d=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 i.jsxs("button",{type:"button",role:h,className:ee.menuItem,"aria-checked":g,disabled:r||(o?op(e.id,o):!1)||p,onClick:()=>{a(),yl(t,d)},children:[u?i.jsx(u,{className:ee.icon}):null,un(s,e)]})}function MR({entry:e,catalog:t,commands:n,queries:r,disabled:o,chromeLock:a,variant:s,onClose:u,open:d,onOpenChange:g}){var P;const p=q(),h=c.useRef(null),x=c.useRef(null),[b,w]=c.useState(null),y=(P=t.submenus)==null?void 0:P[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,D=s==="overlay";if(c.useEffect(()=>{d||w(null)},[d]),!y||!k&&!e.items.some(R=>zi(R,t)))return null;const I=R=>{(R.key==="ArrowRight"||R.key==="Enter"||R.key===" ")&&(R.preventDefault(),R.stopPropagation(),g(!0),requestAnimationFrame(()=>{var E;const L=(E=x.current)==null?void 0:E.querySelector('[role="menuitem"], [role="menuitemcheckbox"], [role="menuitemradio"], [role="option"]');L==null||L.focus()}))},A=R=>{var L;R.key==="ArrowLeft"&&(R.preventDefault(),R.stopPropagation(),g(!1),(L=h.current)==null||L.focus())};return i.jsxs("div",{className:ee.submenuWrap,onMouseEnter:D?void 0:()=>g(!0),onMouseLeave:D?void 0:()=>g(!1),children:[i.jsx("button",{ref:h,type:"button",role:"menuitem",className:`${ee.menuItem} ${ee.submenuTrigger}`,"aria-haspopup":"menu","aria-expanded":d,"aria-controls":v,"aria-label":Hi(p,y),disabled:o||S||(a==null?void 0:a.readOnly)&&!(a!=null&&a.enableComments),onClick:()=>g(D?!d:!0),onKeyDown:I,children:un(p,y)}),d?i.jsx("div",{ref:x,className:`${ee.menu} ${ee.submenu}`,role:"menu",id:v,"aria-label":Hi(p,y),onMouseDown:R=>R.preventDefault(),onKeyDown:A,children:k?i.jsx(k,{commands:n,queries:r,disabled:o||S,onMenuClose:u}):i.jsx(ip,{entries:e.items,catalog:t,commands:n,queries:r,disabled:o,chromeLock:a,variant:s,onClose:u,openSubmenuId:b,onOpenSubmenuIdChange:w})}):null]})}function Ls({catalog:e,layout:t,commands:n,queries:r,disabled:o,chromeLock:a,menuVisible:s=!0,toolbarVisible:u=!0,compact:d,position:g="top"}){const[p,h]=c.useState(null);return!s&&!u?null:i.jsxs("div",{className:ee.toolbar,"data-compact":d?"":void 0,"data-toolbar-position":g,children:[s?i.jsx(jR,{menus:t.menus,catalog:e,commands:n,queries:r,disabled:o,chromeLock:a,compact:d,openMenuId:p,onOpenMenuIdChange:h}):null,u?i.jsx(DR,{groups:t.iconGroups,catalog:e,commands:n,queries:r,disabled:o,chromeLock:a}):null]})}function _R(e,t){return t?e:{...e,menus:e.menus.map(n=>n.id==="insert"?{...n,items:n.items.filter(r=>!(an(r)&&r.submenu==="insertPage"))}:n.id==="edit"?{...n,items:n.items.map(r=>{if(!an(r)||r.submenu!=="page")return r;let o=r.items.filter(a=>a!=="deletePage");return o.at(-1)===ue&&(o=o.slice(0,-1)),{...r,items:o}})}:n)}}const LR="_root_1febl_1",FR="_fullscreen_1febl_36",BR="_exitFullscreen_1febl_48",HR="_exitFullscreenIcon_1febl_79",zR="_menuChrome_1febl_94",OR="_body_1febl_106",$R="_iconChrome_1febl_136",KR="_workspace_1febl_181",UR="_workspacePageSized_1febl_193",WR="_workspaceWithRuler_1febl_197",VR="_pageCanvasViewport_1febl_201",GR="_multiPageRulerLayer_1febl_211",qR="_multiPageContainer_1febl_234",ZR="_pageZoomContent_1febl_244",YR="_htmlFileDropOverlay_1febl_262",XR="_surface_1febl_276",JR="_visual_1febl_283",QR="_pageBlock_1febl_331",eE="_pageBlockFluid_1febl_338",tE="_pageSurfaceRulerGutter_1febl_347",nE="_pageSurface_1febl_347",rE="_html_1febl_262",ce={root:LR,fullscreen:FR,exitFullscreen:BR,exitFullscreenIcon:HR,menuChrome:zR,body:OR,iconChrome:$R,workspace:KR,workspacePageSized:UR,workspaceWithRuler:WR,pageCanvasViewport:VR,multiPageRulerLayer:GR,multiPageContainer:qR,pageZoomContent:ZR,htmlFileDropOverlay:YR,surface:XR,visual:JR,pageBlock:QR,pageBlockFluid:eE,pageSurfaceRulerGutter:tE,pageSurface:nE,html:rE},oE=c.forwardRef(function({html:t,onChange:n,placeholder:r,disabled:o},a){const s=q();return i.jsx("textarea",{ref:a,className:`${ce.surface} ${ce.html}`,value:t,onChange:u=>n(u.target.value),placeholder:r,disabled:o,"aria-label":s("htmlEditorAria"),spellCheck:!1})});function pl(e){return gf(Qe(e))}const ap=24,Wr=48;function sp(e,t){const n=Hl(Qe(t));return{pageWidthPx:e.offsetWidth,pageHeightPx:e.offsetHeight,marginsPx:{top:An(n.top,0),right:An(n.right,0),bottom:An(n.bottom,0),left:An(n.left,0)}}}const iE="_rulerRoot_j57vt_5",aE="_horizontalRulerGroup_j57vt_22",sE="_horizontalRulerTrack_j57vt_28",lE="_horizontalRulerShelf_j57vt_42",cE="_horizontalInner_j57vt_51",uE="_dragEdgeLeft_j57vt_63",dE="_dragEdgeRight_j57vt_73",mE="_dragEdgeActive_j57vt_85",fE="_verticalRuler_j57vt_92",gE="_verticalInner_j57vt_102",pE="_dragEdgeTop_j57vt_114",hE="_dragEdgeBottom_j57vt_124",bE="_dragEdgeActiveV_j57vt_136",yE="_tickH_j57vt_143",xE="_tickV_j57vt_152",wE="_tickLabelH_j57vt_161",CE="_tickLabelV_j57vt_175",vE="_arrowIconWrapper_j57vt_192",kE="_arrowDown_j57vt_203",SE="_arrowGlyph_j57vt_211",PE="_arrowActive_j57vt_220",AE="_arrowUp_j57vt_225",DE="_rulerTooltip_j57vt_249",me={rulerRoot:iE,horizontalRulerGroup:aE,horizontalRulerTrack:sE,horizontalRulerShelf:lE,horizontalInner:cE,dragEdgeLeft:uE,dragEdgeRight:dE,dragEdgeActive:mE,verticalRuler:fE,verticalInner:gE,dragEdgeTop:pE,dragEdgeBottom:hE,dragEdgeActiveV:bE,tickH:yE,tickV:xE,tickLabelH:wE,tickLabelV:CE,arrowIconWrapper:vE,arrowDown:kE,arrowGlyph:SE,arrowActive:PE,arrowUp:AE,rulerTooltip:DE},Fs=({type:e,active:t=!1,className:n="",style:r,title:o,"aria-label":a,onPointerDown:s,"data-testid":u})=>{const d=e==="down"?me.arrowDown:me.arrowUp;return i.jsx("div",{className:`${me.arrowIconWrapper} ${d} ${t?me.arrowActive:""} ${n}`,style:r,title:o,"aria-label":a||o,onPointerDown:s,"data-testid":u,children:i.jsx("div",{className:me.arrowGlyph})})};function lp(){const[e,t]=c.useState(null),[n,r]=c.useState(null),o=c.useCallback((a,s,u)=>{s.preventDefault(),s.stopPropagation(),t(a);const d=Number.isFinite(s.clientX)?s.clientX:0,g=Number.isFinite(s.clientY)?s.clientY:0,p=s.altKey,h=b=>{var k;const w=Number.isFinite(b.clientX)?b.clientX:d,y=Number.isFinite(b.clientY)?b.clientY:g,v=u.updateDragState(w,y,b.altKey);r(v),(k=u.onPreview)==null||k.call(u,v)},x=b=>{const w=Number.isFinite(b.clientX)?b.clientX:d,y=Number.isFinite(b.clientY)?b.clientY:g,v=u.updateDragState(w,y,b.altKey);window.removeEventListener("pointermove",h),window.removeEventListener("pointerup",x),window.removeEventListener("pointercancel",x),t(null),r(null),u.onCommit(v)};r(u.updateDragState(d,g,p)),window.addEventListener("pointermove",h),window.addEventListener("pointerup",x),window.addEventListener("pointercancel",x)},[]);return{activeTarget:e,dragPreview:n,startPointerDrag:o}}const RE=({geometry:e,indentState:t,unit:n="in",zoomScale:r=1,onMarginChange:o,onMarginPreview:a,onIndentChange:s})=>{const u=q(),{activeTarget:d,dragPreview:g,startPointerDrag:p}=lp(),h=(e==null?void 0:e.pageWidthPx)??816,x=(e==null?void 0:e.marginsPx.left)??96,b=(e==null?void 0:e.marginsPx.right)??96,w=r>0?r:1,y=(g==null?void 0:g.marginLeft)??x,v=(g==null?void 0:g.marginRight)??b,k=(g==null?void 0:g.firstLineIndentPx)??t.firstLineIndentPx,S=(g==null?void 0:g.leftIndentPx)??t.leftIndentPx,D=(g==null?void 0:g.rightIndentPx)??t.rightIndentPx,I=Math.max(0,h-y-v),A=!t.mixed,P=c.useMemo(()=>uf(h,y,n),[h,y,n]),R=c.useCallback((M,F)=>{const $=Number.isFinite(F.clientX)?F.clientX:0;Number.isFinite(F.clientY)&&F.clientY,p(M.type,F,{updateDragState:(Z,ne,X)=>{const Y=(Z-$)/w;let ae=0;const te={target:M.type,marginLeft:x,marginRight:b,firstLineIndentPx:t.firstLineIndentPx,leftIndentPx:t.leftIndentPx,rightIndentPx:t.rightIndentPx,measurementPx:0,clientX:Z,clientY:ne};if(M.type==="margin-left"){const U=Math.max(0,Math.min(h-b-Wr,M.startMarginPx+Y)),T=Pn(U,n,X,0);te.marginLeft=T,ae=T}else if(M.type==="margin-right"){const U=Math.max(0,Math.min(h-x-Wr,M.startMarginPx-Y)),T=Pn(U,n,X,0);te.marginRight=T,ae=T}else if(M.type==="first-line-indent"){const U=-M.startLeftIndentPx,T=h-x-b-M.startLeftIndentPx-Wr,V=Math.max(U,Math.min(T,M.startFirstLinePx+Y)),Q=Pn(V,n,X,0);te.firstLineIndentPx=Q,ae=Q}else if(M.type==="left-indent"){const U=Math.max(0,M.startLeftIndentPx+Y),T=Pn(U,n,X,0);te.leftIndentPx=T,te.firstLineIndentPx=M.startFirstLinePx,ae=T}else if(M.type==="right-indent"){const U=Math.max(0,M.startRightIndentPx-Y),T=Pn(U,n,X,0);te.rightIndentPx=T,ae=T}return te.measurementPx=ae,te},onPreview:Z=>{M.type==="margin-left"?a==null||a({left:Z.marginLeft}):M.type==="margin-right"&&(a==null||a({right:Z.marginRight}))},onCommit:Z=>{M.type==="margin-left"?o==null||o({left:Z.marginLeft}):M.type==="margin-right"?o==null||o({right:Z.marginRight}):M.type==="first-line-indent"?s==null||s({firstLineIndentPx:Z.firstLineIndentPx}):M.type==="left-indent"?s==null||s({leftIndentPx:Z.leftIndentPx}):M.type==="right-indent"&&(s==null||s({rightIndentPx:Z.rightIndentPx}))}})},[x,b,h,n,w,t,o,a,s,p]),L=y+S,E=L+k,N=h-v-D,j=h*w;return i.jsxs("div",{className:`${me.rulerRoot} ${me.horizontalRulerGroup}`,style:{width:`${j}px`},"data-testid":"horizontal-ruler",children:[i.jsxs("div",{className:me.horizontalRulerTrack,children:[i.jsxs("div",{className:me.horizontalInner,style:{left:`${y*w}px`,width:`${I*w}px`},"data-testid":"ruler-printable-area",children:[i.jsx("div",{className:`${me.dragEdgeLeft} ${d==="margin-left"?me.dragEdgeActive:""}`,title:u("rulerMarginLeft"),"aria-label":u("rulerMarginLeft"),"data-testid":"ruler-margin-splitter-left",onPointerDown:M=>R({type:"margin-left",startMarginPx:x},M)}),i.jsx("div",{className:`${me.dragEdgeRight} ${d==="margin-right"?me.dragEdgeActive:""}`,title:u("rulerMarginRight"),"aria-label":u("rulerMarginRight"),"data-testid":"ruler-margin-splitter-right",onPointerDown:M=>R({type:"margin-right",startMarginPx:b},M)})]}),P.map((M,F)=>i.jsxs(c.Fragment,{children:[i.jsx("div",{className:me.tickH,style:{left:`${M.positionPx*w}px`,height:`${M.height}px`}}),M.label?i.jsx("span",{className:me.tickLabelH,style:{left:`${M.positionPx*w}px`},children:M.label}):null]},F)),A?i.jsxs(i.Fragment,{children:[i.jsx(Fs,{type:"down",style:{left:`${E*w}px`},active:d==="first-line-indent",title:u("rulerFirstLineIndent"),"aria-label":u("rulerFirstLineIndent"),"data-testid":"ruler-first-line-indent",onPointerDown:M=>R({type:"first-line-indent",startFirstLinePx:t.firstLineIndentPx,startLeftIndentPx:t.leftIndentPx},M)}),i.jsx(Fs,{type:"up",style:{left:`${L*w}px`},active:d==="left-indent",title:u("rulerLeftIndent"),"aria-label":u("rulerLeftIndent"),"data-testid":"ruler-left-indent",onPointerDown:M=>R({type:"left-indent",startLeftIndentPx:t.leftIndentPx,startFirstLinePx:t.firstLineIndentPx},M)}),i.jsx(Fs,{type:"up",style:{left:`${N*w}px`},active:d==="right-indent",title:u("rulerRightIndent"),"aria-label":u("rulerRightIndent"),"data-testid":"ruler-right-indent",onPointerDown:M=>R({type:"right-indent",startRightIndentPx:t.rightIndentPx},M)})]}):null]}),i.jsx("div",{className:me.horizontalRulerShelf,"aria-hidden":!0}),g?i.jsx("div",{className:me.rulerTooltip,style:{left:g.clientX,top:g.clientY},"data-testid":"ruler-drag-tooltip",children:cf(g.measurementPx,n)}):null]})},EE=({geometry:e,unit:t="in",zoomScale:n=1,onMarginChange:r,onMarginPreview:o})=>{const a=q(),{activeTarget:s,dragPreview:u,startPointerDrag:d}=lp(),g=(e==null?void 0:e.pageHeightPx)??1056,p=(e==null?void 0:e.marginsPx.top)??96,h=(e==null?void 0:e.marginsPx.bottom)??96,x=n>0?n:1,b=(u==null?void 0:u.marginTop)??p,w=(u==null?void 0:u.marginBottom)??h,y=Math.max(0,g-b-w),v=c.useMemo(()=>uf(g,b,t),[g,b,t]),k=c.useCallback((S,D)=>{Number.isFinite(D.clientX)&&D.clientX;const I=Number.isFinite(D.clientY)?D.clientY:0;d(S.type,D,{updateDragState:(A,P,R)=>{const L=(P-I)/x,E={target:S.type,marginTop:p,marginBottom:h,measurementPx:0,clientX:A,clientY:P};if(S.type==="margin-top"){const N=Math.max(0,Math.min(g-h-Wr,S.startMarginPx+L)),j=Pn(N,t,R,0);E.marginTop=j,E.measurementPx=j}else if(S.type==="margin-bottom"){const N=Math.max(0,Math.min(g-p-Wr,S.startMarginPx-L)),j=Pn(N,t,R,0);E.marginBottom=j,E.measurementPx=j}return E},onPreview:A=>{S.type==="margin-top"?o==null||o({top:A.marginTop}):S.type==="margin-bottom"&&(o==null||o({bottom:A.marginBottom}))},onCommit:A=>{S.type==="margin-top"?r==null||r({top:A.marginTop}):S.type==="margin-bottom"&&(r==null||r({bottom:A.marginBottom}))}})},[p,h,g,t,x,r,o,d]);return i.jsxs("div",{className:`${me.rulerRoot} ${me.verticalRuler}`,style:{height:`${g}px`},"data-testid":"vertical-ruler",children:[i.jsxs("div",{className:me.verticalInner,style:{top:`${b}px`,height:`${y}px`},"data-testid":"ruler-printable-area-vertical",children:[i.jsx("div",{className:`${me.dragEdgeTop} ${s==="margin-top"?me.dragEdgeActiveV:""}`,title:a("rulerMarginTop"),"aria-label":a("rulerMarginTop"),"data-testid":"ruler-margin-splitter-top",onPointerDown:S=>k({type:"margin-top",startMarginPx:p},S)}),i.jsx("div",{className:`${me.dragEdgeBottom} ${s==="margin-bottom"?me.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,D)=>i.jsxs(c.Fragment,{children:[i.jsx("div",{className:me.tickV,style:{top:`${S.positionPx}px`,width:`${S.height}px`}}),S.label?i.jsx("span",{className:me.tickLabelV,style:{top:`${S.positionPx}px`},children:S.label}):null]},D)),u?i.jsx("div",{className:me.rulerTooltip,style:{left:u.clientX,top:u.clientY},"data-testid":"ruler-drag-tooltip",children:cf(u.measurementPx,t)}):null]})};function cp(e){if(e!==1)return{zoom:e,"--page-zoom":String(e)}}function up({showRulers:e,geometry:t,indentState:n,rulerUnit:r,zoomScale:o,onMarginChange:a,onMarginPreview:s,onIndentChange:u}){if(!e)return null;const d=ap;return i.jsx("div",{className:ce.multiPageRulerLayer,children:i.jsxs("div",{className:ce.pageBlock,children:[i.jsx("div",{className:ce.pageSurfaceRulerGutter,style:{width:`${d}px`,flex:`0 0 ${d}px`},"aria-hidden":!0}),i.jsx(RE,{geometry:t,indentState:n,unit:r,zoomScale:o,onMarginChange:a,onMarginPreview:s,onIndentChange:u})]})})}function dp({showVerticalRuler:e=!1,pageSized:t=!1,geometry:n,rulerUnit:r,zoomScale:o,onMarginChange:a,onMarginPreview:s,children:u,pageBlockStyle:d}){const g=o>0?o:1,p=e?ap/g:0;return i.jsxs("div",{className:`${ce.pageBlock} ${t?"":ce.pageBlockFluid}`,style:d,children:[i.jsx("div",{className:ce.pageSurfaceRulerGutter,style:{width:`${p}px`,flex:`0 0 ${p}px`},children:e?i.jsx(EE,{geometry:n,unit:r,zoomScale:o,onMarginChange:a,onMarginPreview:s}):null}),u]})}function jE({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(up,{showRulers:e,geometry:t,indentState:n,rulerUnit:r,zoomScale:o,onMarginChange:a,onMarginPreview:s,onIndentChange:u}),i.jsx("div",{className:ce.pageZoomContent,style:cp(o),children:i.jsx(dp,{showVerticalRuler:e,pageSized:e,geometry:t,rulerUnit:r,zoomScale:o,onMarginChange:a,onMarginPreview:s,children:d})})]})}function dc(){return{firstLineIndentPx:0,leftIndentPx:0,rightIndentPx:0,mixed:!1}}function Oi(e){const t=Kt(e);if(t.length===0)return dc();let n=null,r=null,o=null,a=!1;for(const s of t){const u=s.style.textIndent,d=s.style.marginLeft,g=s.style.marginRight,p=u?An(u,0):0,h=d?An(d,0):0,x=g?An(g,0):0;n===null?(n=p,r=h,o=x):(Math.abs(n-p)>1||Math.abs((r??0)-h)>1||Math.abs((o??0)-x)>1)&&(a=!0)}return{firstLineIndentPx:n??0,leftIndentPx:r??0,rightIndentPx:o??0,mixed:a}}function TE(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 NE(e,t){return gn(e,()=>{let n=Nn(e);if(n.length===0){const a=TE(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=he(Cs(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=he(Cs(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=he(Cs(t.rightIndentPx,r));a.style.marginRight!==s&&(a.style.marginRight=s,o=!0)}We(a)}return o})}function IE(e,t,n=!0){const[r,o]=c.useState(null),[a,s]=c.useState(dc()),u=c.useCallback(()=>{!n||!e||(o(sp(e,t)),s(Oi(e)))},[n,e,t]);return c.useLayoutEffect(()=>{if(!n)return;const d=requestAnimationFrame(u);return()=>cancelAnimationFrame(d)},[n,u]),c.useLayoutEffect(()=>{if(!n||!e||typeof ResizeObserver>"u")return;const d=new ResizeObserver(()=>u());return d.observe(e),()=>d.disconnect()},[n,e,u]),c.useLayoutEffect(()=>{if(!n||!e)return;const d=()=>{s(Oi(e))};return document.addEventListener("selectionchange",d),()=>document.removeEventListener("selectionchange",d)},[n,e]),{geometry:r,indentState:a,refresh:u}}const ME=c.forwardRef(function({html:t,pageHtml:n,onChange:r,placeholder:o,disabled:a,rulerVisible:s=!0,rulerUnit:u="in",zoomScale:d=1,onMarginChange:g,onMarginPreview:p,onIndentChange:h,onBeforeInput:x,onPointerDown:b,onMouseUp:w,onContextMenu:y},v){const k=q(),S=c.useRef(null),[D,I]=c.useState(null),A=c.useRef(x);A.current=x;const P=n??t,R=s&&pl(P),{geometry:L,indentState:E,refresh:N}=IE(D,P,R),j=F=>{S.current=F,I(F),typeof v=="function"?v(F):v&&(v.current=F)};c.useLayoutEffect(()=>{const F=S.current;if(!F)return;const $=or(t);F.innerHTML!==$&&(F.innerHTML=$),Gi(F),mr(F,P)},[t,P]),c.useLayoutEffect(()=>{const F=S.current;if(!F)return;const $=Z=>{var ne;(ne=A.current)==null||ne.call(A,Z)};return F.addEventListener("beforeinput",$),()=>F.removeEventListener("beforeinput",$)},[]);const M=i.jsx("div",{ref:j,className:`${ce.surface} ${ce.visual} ${R?ce.pageSurface:""}`,contentEditable:!a,suppressContentEditableWarning:!0,role:"textbox","aria-multiline":"true","aria-label":k("visualEditorAria"),"aria-disabled":a||void 0,"data-placeholder":o,onPointerDown:b,onMouseUp:w,onContextMenu:y,onInput:F=>{r(F.currentTarget.innerHTML),R&&N()}});return i.jsx(jE,{showRulers:R,geometry:L,indentState:E,rulerUnit:u,zoomScale:d,onMarginChange:g,onMarginPreview:p,onIndentChange:h,children:M})});function _E(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 LE(e,t,n,r=!0,o=1){const[a,s]=c.useState({}),[u,d]=c.useState(dc()),g=c.useCallback(h=>a[h]??null,[a]),p=c.useCallback(()=>{const h=e.current;if(!r||!h)return;const x={};for(let w=0;w<t.length;w+=1){const y=et(h,w);if(!y)continue;const v=t[w]??t[0]??"";x[w]=sp(y,v)}s(w=>_E(w,x)?w:x);const b=et(h,n());b&&d(Oi(b))},[r,e,t,n]);return c.useLayoutEffect(()=>{if(!r)return;const h=requestAnimationFrame(p);return()=>cancelAnimationFrame(h)},[r,n,t,o,p]),c.useLayoutEffect(()=>{if(!r||typeof ResizeObserver>"u")return;const h=e.current;if(!h)return;const x=new ResizeObserver(()=>p());for(let b=0;b<t.length;b+=1){const w=et(h,b);w&&x.observe(w)}return()=>x.disconnect()},[r,e,t.length,p]),c.useLayoutEffect(()=>{if(!r)return;const h=()=>{const x=e.current;if(!x)return;const b=et(x,n());b&&d(Oi(b))};return document.addEventListener("selectionchange",h),()=>document.removeEventListener("selectionchange",h)},[r,e,n]),{pageGeometries:a,geometryForPage:g,indentState:u,refresh:p}}const FE=c.forwardRef(function({pages:t,activePageIndex:n,hasSelectedPage:r=!1,onActivePageIndexChange:o,onPageSelected:a,onPageChange:s,placeholder:u,disabled:d,rulerVisible:g=!0,rulerUnit:p="in",zoomScale:h=1,onMarginChange:x,onMarginPreview:b,onIndentChange:w,onBeforeInput:y,onPointerDown:v,onMouseUp:k,onContextMenu:S},D){const I=q(),A=c.useRef(null),P=c.useRef(n);P.current=n;const R=c.useRef(y);R.current=y;const L=c.useRef(t);L.current=t;const E=c.useRef(a);E.current=a;const N=c.useCallback(()=>P.current,[]),{geometryForPage:j,indentState:M,refresh:F}=LE(A,t,N,!0,h),$=r?n:0,Z=t[$]??"",ne=U=>pl(t[U]??""),X=g&&pl(Z),Y=c.useCallback(U=>{var Q;P.current=U,U!==n&&o(U),(Q=E.current)==null||Q.call(E,U),F();const T=A.current;if(!T)return;const V=et(T,U);V&&requestAnimationFrame(()=>er(V))},[n,o,F]);c.useImperativeHandle(D,()=>({getContainer:()=>A.current,getActivePageRoot:()=>{const U=A.current;return U?et(U,P.current):null},getActivePageIndex:()=>P.current,flushPageHtml:U=>{var V;const T=A.current;return T?((V=et(T,U))==null?void 0:V.innerHTML)??null:null}}));const ae=c.useCallback((U,T)=>{const V=or(Ce(T).body);!(U===document.activeElement)&&U.innerHTML!==V&&(U.innerHTML=V),yf(U),sd(U),Gi(U),mr(U,T);const G=pn(U);G&&Dy(U,G)},[]);c.useLayoutEffect(()=>{const U=A.current;if(!U)return;for(let V=0;V<t.length;V+=1){const Q=et(U,V);Q&&ae(Q,t[V]??"")}const T=requestAnimationFrame(F);return()=>cancelAnimationFrame(T)},[t,ae,F]),c.useLayoutEffect(()=>{const U=A.current;if(!U)return;const T=V=>{var ve;const Q=V,G=V.target;G instanceof HTMLElement&&G.hasAttribute(ir)&&(Q.inputType==="insertParagraph"||Q.inputType==="insertLineBreak")&&er(G),(ve=R.current)==null||ve.call(R,Q)};return U.addEventListener("beforeinput",T),()=>U.removeEventListener("beforeinput",T)},[]);const te=c.useCallback((U,T)=>{Y(U),v==null||v(T)},[Y,v]);return i.jsxs("div",{style:{display:"flex",flexDirection:"column",alignItems:X?"center":"stretch",width:"100%",height:"100%",minHeight:"100%",position:"relative"},children:[i.jsx(up,{showRulers:X,geometry:j($),indentState:M,rulerUnit:p,zoomScale:h,onMarginChange:U=>{x==null||x($,U)},onMarginPreview:U=>{b==null||b($,U)},onIndentChange:U=>{w==null||w(U)}}),i.jsx("div",{className:ce.pageZoomContent,style:cp(h),children:i.jsx("div",{ref:A,className:ce.multiPageContainer,style:{display:"flex",flexDirection:"column",alignItems:X?"center":"stretch",width:"100%",minHeight:X?void 0:"100%",position:"relative"},children:t.map((U,T)=>i.jsx(dp,{showVerticalRuler:X&&ne(T),pageSized:ne(T),geometry:j(T),rulerUnit:p,zoomScale:h,pageBlockStyle:{marginTop:T>0?"1.5rem":"0"},onMarginChange:V=>{x==null||x(T,V)},onMarginPreview:V=>{b==null||b(T,V)},children:i.jsx("div",{className:`${ce.surface} ${ce.visual} ${ne(T)?ce.pageSurface:""}`,[ir]:"","data-page-index":T,contentEditable:!d,suppressContentEditableWarning:!0,role:"textbox","aria-multiline":"true","aria-label":I("visualEditorAria"),"aria-disabled":d||void 0,"data-placeholder":T===0?u:void 0,onFocus:()=>Y(T),onPointerDown:V=>te(T,V),onMouseUp:k,onContextMenu:S,onInput:V=>{const Q=V.currentTarget;sd(Q)&&er(Q),s(T,Q.innerHTML),F()}})},T))})})]})});function BE(e,t,n){return r=>{const o=e();o&&n(o,t(),r)}}function HE(e,t,n,r){return o=>{const a=e();if(!a)return;const s=n(a,t(),o);r(s.pageHtml)}}function zE(e,t,n){return(r,o)=>{const a=e(r);a&&n(a,t(r),o)}}function OE(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 ym(e,t,n){return r=>{const o=e();o&&NE(o,{...r,unit:t})&&n(o)}}const $E=.005;function KE({value:e,defaultValue:t="",onChange:n,onAutoSave:r,onSave:o,onOpen:a,mode:s,defaultMode:u="visual",onModeChange:d,fullscreen:g,defaultFullscreen:p=!1,onFullscreenChange:h,placeholder:x,disabled:b,readOnly:w=!1,className:y,locale:v="en",toolbarBackground:k,menuColor:S,menuBackground:D,menuFontSize:I,menuFontFamily:A,border:P,menuVisible:R=!0,toolbarVisible:L=!0,allowedChrome:E,customActions:N,customFonts:j,transformHtml:M,sanitizeHtml:F=!0,loadCustomParagraphStyles:$,onSaveCustomParagraphStyle:Z,onDeleteCustomParagraphStyle:ne,customImagePicker:X,disableBuiltinImageInsert:Y,customAudioPicker:ae,disableBuiltinAudioInsert:te,customVideoPicker:U,disableBuiltinVideoInsert:T,disableHtmlFileDrop:V=!1,toolbarCustomization:Q,darkMode:G=!1,darkModePersistence:ve,toolbarPosition:He="top",toolbarPositionPersistence:_e,enablePageProperties:Ut=!1,defaultPageProperties:bn,enableMultiPages:De=!1,pages:na,defaultPages:mp,onPagesChange:mc,defaultRulerVisible:fp=!0,rulerUnit:In="in",enableComments:$e=!1,defaultCommentsVisible:gp=!0,commentAuthor:oo,comments:pp,defaultComments:hp=[],onCommentsChange:bp}){const se=!!(b||w),fr=!!b,yp=De?na!==void 0:e!==void 0,fc=ud(mp??(t.trim()?[t]:[pi()])),gc=!yp&&bn?fc.map(l=>Dd(l,bn)):fc,pc=De?at(gc):gc[0]??"",xp=F?xi(pc):pc,io=De&&na!==void 0?at(ud(na)):e,wp=c.useMemo(()=>{if(io!==void 0)return F?xi(io):io},[io,F]),[Re,hc]=oi({value:wp,defaultValue:xp,onChange:De?void 0:n}),[we,bc]=oi({value:s,defaultValue:u,onChange:d}),[Tt,gr]=oi({value:g,defaultValue:p,onChange:h}),[yt,Cp]=c.useState(gp),[pr,vp]=c.useState(fp),yc=c.useRef(pr);yc.current=pr;const[xt,Nt]=c.useState(null),[Mn,hr]=oi({value:pp,defaultValue:hp,onChange:bp}),B=c.useRef(null),ra=c.useRef(null),ao=c.useRef(null),wt=c.useRef(null),Ze=c.useRef(null),pe=c.useRef(De);pe.current=De;const oa=c.useRef(bn);oa.current=bn;const yn=c.useRef($e);yn.current=$e;const xc=c.useRef(w);xc.current=w;const wc=c.useRef(se);wc.current=se;const so=c.useRef(yt);so.current=yt;const lo=c.useRef(Mn);lo.current=Mn;const co=c.useRef(mc);co.current=mc;const[Wt,ia]=c.useState(0),ze=c.useRef(Wt);ze.current=Wt;const[_n,br]=c.useState(!1),Ct=c.useRef(_n);Ct.current=_n;const aa=c.useRef(null);aa.current===null&&(aa.current=kD(Re));const rt=aa.current,re=c.useRef(Re);re.current=Re;const yr=c.useRef(!0),sa=c.useRef(""),Ln=c.useRef(null),H=c.useRef(we);H.current=we;const Cc=c.useRef(Tt);Cc.current=Tt;const Ee=c.useRef(null),[,kp]=c.useState(0),xr=c.useRef(null);xr.current===null&&(xr.current=d0(()=>{kp(l=>l+1)}));const uo=c.useRef(M);uo.current=M;const vc=c.useRef(F);vc.current=F;const ot=c.useRef({}),Ye=c.useRef(null),it=c.useRef(null),mt=c.useRef(null),ft=c.useRef(null),Vt=c.useRef(null),Xe=c.useRef(null),[mo,la]=c.useState(Ht),ca=c.useRef(mo);ca.current=mo;const It=c.useRef(Rn),[wr,fo]=c.useState({value:null,unit:Rn,mixed:!1}),Gt=c.useRef(wr);Gt.current=wr;const[Cr,ua]=c.useState({value:null,mixed:!1}),vr=c.useRef(Cr);vr.current=Cr;const[kr,da]=c.useState({value:null,mixed:!1}),Sr=c.useRef(kr);Sr.current=kr;const[Pr,ma]=c.useState({value:null,mixed:!1}),Ar=c.useRef(Pr);Ar.current=Pr;const[fa,ga]=c.useState({tag:null,mixed:!1}),pa=c.useRef(fa);pa.current=fa;const[kc,ha]=c.useState({align:"left",mixed:!1}),ba=c.useRef(kc);ba.current=kc;const[Sc,ya]=c.useState({type:null,mixed:!1}),Dr=c.useRef(Sc);Dr.current=Sc;const[Pc,xa]=c.useState(!1),Ac=c.useRef(Pc);Ac.current=Pc;const[wa,Ca]=c.useState(!1),va=c.useRef(wa);va.current=wa;const[ka,Dc]=c.useState(!1),go=c.useRef(ka);go.current=ka;const po=c.useRef(null),ho=c.useRef(null),[Rc,Ec]=c.useState(!1),jc=c.useRef(Rc);jc.current=Rc;const[Rr,bo]=c.useState({open:!1,tab:"general"}),[Sa,Tc]=c.useState(!1),[Er,Nc]=c.useState({open:!1,html:""}),[Pa,yo]=c.useState(null),[Sp,Aa]=c.useState(!1),[Pp,Da]=c.useState(!1),[Fn,xo]=c.useState(()=>ve?G:dm()??G),[gt,wo]=c.useState(()=>_e?He:mm()??He),[Co,Ap]=c.useState(()=>QA()??"fitWidth"),[vo,Dp]=c.useState(1),[qt,Bn]=c.useState({open:!1,tab:"general",value:Qn(),backgroundImage:zt()}),[ko,Ra]=c.useState({open:!1,value:""}),[Zt,xn]=c.useState({open:!1,tab:"font",paragraphTab:"spacing",value:bi()}),[Ea,ja]=c.useState(!1),[Ta,Ic]=c.useState([]),[Na,Ia]=c.useState(!1),[Rp,So]=c.useState(!1),[Te,jr]=c.useState({open:!1}),[Je,Po]=c.useState({open:!1,tab:"link",href:"",title:"",targetBlank:!1,textDecorationNone:!1,hoverMode:"color",hoverColor:null,hoverHtml:"",bookmarks:[],selectedBookmarkId:""}),[Ma,_a]=c.useState({open:!1,existingIds:[]}),[Ep,Ao]=c.useState({open:!1}),[jp,Do]=c.useState({open:!1}),[Tp,Tr]=c.useState({open:!1}),[Ro,Eo]=c.useState({open:!1,tab:"general",value:dg(),aspectRatio:1}),[La,Fa]=c.useState({open:!1}),[jo,Ba]=c.useState({open:!1,value:nv()}),[To,Ha]=c.useState({open:!1,value:mv()}),[No,za]=c.useState({open:!1,value:vv()}),[Yt,Oa]=c.useState({open:!1,x:0,y:0,kind:"caret",inTable:!1,canMergeCells:!1,canUnmergeCells:!1,canDeletePage:!1}),[Ne,Hn]=c.useState(null),$a=c.useRef(Ne);$a.current=Ne;const[Ka,Mc]=c.useState(!1),_c=c.useRef(Ka);_c.current=Ka;const[Ua,Lc]=c.useState(!1),Fc=c.useRef(Ua);Fc.current=Ua;const[Wa,Bc]=c.useState(!1),Hc=c.useRef(Wa);Hc.current=Wa;const zc=c.useRef(void 0),Io=c.useRef(Ta);Io.current=Ta;const Oc=c.useRef(Na);Oc.current=Na;const Va=!!($&&Z),Ga=c.useRef(Va);Ga.current=Va;const $c=c.useRef($);$c.current=$;const Kc=c.useRef(Z);Kc.current=Z;const Uc=c.useRef(ne);Uc.current=ne;const Wc=c.useRef(o);Wc.current=o;const Vc=c.useRef(a);Vc.current=a;const Gc=c.useRef(X);Gc.current=X;const qc=c.useRef(ae);qc.current=ae;const Zc=c.useRef(U);Zc.current=U;const Yc=c.useRef(Q);Yc.current=Q;const Xc=c.useRef(ve);Xc.current=ve;const Jc=c.useRef(_e);Jc.current=_e;const Qc=c.useRef(Fn);Qc.current=Fn;const eu=c.useRef(gt);eu.current=gt;const Mo=c.useRef(Co);Mo.current=Co;const _o=c.useRef(vo);_o.current=vo;const tu=c.useRef(Y);tu.current=Y;const nu=c.useRef(te);nu.current=te;const ru=c.useRef(T);ru.current=T;const qa=c.useRef(0),Nr=c.useRef(0),ou=c.useRef(0),Lo=c.useRef(0),iu=c.useRef(0),Fo=c.useRef(0),au=c.useRef(0),Xt=c.useMemo(()=>vf(j),[j]),zn=c.useRef(Xt);zn.current=Xt;const Za=c.useMemo(()=>Yy(Re,Xt).join(`
127
- `),[Re,Xt]),On=c.useMemo(()=>Se(Re).map(l=>Ce(l).body),[Re]),wn=c.useCallback(()=>{var l;if(pe.current){const m=(l=wt.current)==null?void 0:l.getActivePageRoot();if(m instanceof HTMLElement)return m}return B.current},[]);c.useLayoutEffect(()=>{var m;if(!De)return;const l=(m=wt.current)==null?void 0:m.getActivePageRoot();l instanceof HTMLDivElement&&(B.current=l)},[De,Wt,On.length]);const Bo=c.useMemo(()=>De?On[_n?Wt:0]??"":Ce(Re).body,[De,On,Wt,_n,Re]),Cn=c.useMemo(()=>gf(Qe(Bo)),[Bo]),su=c.useRef(Bo);su.current=Bo;const lu=c.useRef(Cn);lu.current=Cn;const Ho=c.useRef(()=>{}),Ya=c.useRef(!1),Np=c.useCallback(()=>{if(Ya.current||H.current!=="visual")return;const l=ao.current;if(l){Ya.current=!0;try{const m=getComputedStyle(l),C=parseFloat(m.paddingLeft)+parseFloat(m.paddingRight),_=parseFloat(m.paddingTop)+parseFloat(m.paddingBottom),z=Math.max(0,l.clientWidth-C),J=Math.max(0,l.clientHeight-_);let ye=0,Lt=0;if(lu.current){const kt=Cy(Qe(su.current));kt&&(ye=kt.width,Lt=kt.height)}else{const kt=wn(),Vu=_o.current>0?_o.current:1;ye=((kt==null?void 0:kt.offsetWidth)??0)/Vu,Lt=((kt==null?void 0:kt.offsetHeight)??0)/Vu}ye<=0&&(ye=z),Lt<=0&&(Lt=J);const Wu=Cx(Mo.current,z,J,ye,Lt);Math.abs(Wu-_o.current)>=$E&&Dp(Wu)}finally{Ya.current=!1}}},[wn]);Ho.current=Np,c.useLayoutEffect(()=>{if(we!=="visual")return;const l=wn();!l||l!==document.activeElement||er(l)},[we,Cn,Wt,On,wn]),c.useEffect(()=>{const m=(Za?Za.split(`
128
- `):[]).map(C=>{const _=document.createElement("link");return _.rel="stylesheet",_.href=C,_.setAttribute(qi,""),document.head.append(_),_});return()=>{for(const C of m)C.remove()}},[Za]);const zo=c.useCallback(async()=>{const l=$c.current;if(!l)return;const m=++qa.current;Ia(!0);try{const C=await l();if(m!==qa.current)return;Ic(C)}catch{}finally{m===qa.current&&Ia(!1)}},[]);c.useEffect(()=>{if(!$||!Z){Ic([]),Ia(!1);return}zo()},[$,Z,zo]);const cu=c.useCallback(async l=>{yo(l);const m=Yc.current;if(m!=null&&m.load&&m.save){const C=++ou.current;Da(!0);try{await m.save(l)}catch{}finally{C===ou.current&&Da(!1)}return}DD(l)},[]);c.useEffect(()=>{const l=Q;if(!(l!=null&&l.load)||!l.save){yo(AD()),Aa(!1),Da(!1);return}const m=++Nr.current;return Aa(!0),(async()=>{try{const C=await l.load();if(m!==Nr.current)return;yo(C)}catch{if(m!==Nr.current)return;yo(null)}finally{m===Nr.current&&Aa(!1)}})(),()=>{Nr.current+=1}},[Q]);const uu=c.useCallback(async l=>{xo(l);const m=Xc.current;if(m!=null&&m.load&&m.save){const C=++iu.current;try{await m.save(l)}catch{}finally{if(C!==iu.current)return}return}YA(l)},[]),du=c.useCallback(l=>{Mo.current=l,Ap(l),eD(l);const m=ao.current;m&&(m.scrollTop=0,m.scrollLeft=0),Ho.current()},[]);c.useEffect(()=>{const l=ve;if(!(l!=null&&l.load)||!l.save){xo(dm()??G);return}const m=++Lo.current;return(async()=>{try{const C=await l.load();if(m!==Lo.current)return;xo(typeof C=="boolean"?C:G)}catch{if(m!==Lo.current)return;xo(G)}})(),()=>{Lo.current+=1}},[ve,G]),c.useLayoutEffect(()=>{if(Ho.current(),we!=="visual")return;const l=ao.current;if(!l||typeof ResizeObserver>"u")return;let m=null;const C=new ResizeObserver(()=>{m===null&&(m=window.requestAnimationFrame(()=>{m=null,Ho.current()}))});return C.observe(l),()=>{C.disconnect(),m!==null&&(window.cancelAnimationFrame(m),m=null)}},[we,Re,Wt,On,Co,Cn,De]);const mu=c.useCallback(async l=>{wo(l);const m=Jc.current;if(m!=null&&m.load&&m.save){const C=++au.current;try{await m.save(l)}catch{}finally{if(C!==au.current)return}return}nD(l)},[]);c.useEffect(()=>{const l=_e;if(!(l!=null&&l.load)||!l.save){wo(mm()??He);return}const m=++Fo.current;return(async()=>{try{const C=await l.load();if(m!==Fo.current)return;wo(ep(C)??He)}catch{if(m!==Fo.current)return;wo(He)}})(),()=>{Fo.current+=1}},[_e,He]);const $n=c.useCallback(l=>{var _,z;const m=vc.current?xi(l):l,C=((_=uo.current)==null?void 0:_.call(uo,m))??m;return C!==re.current&&(yr.current=!0),hc(C),pe.current&&((z=co.current)==null||z.call(co,Se(C),ze.current)),C},[hc]),be=c.useCallback((l,m)=>{const C=$n(l);return rt.record(C,{coalesce:m}),C},[$n,rt]),Ip=c.useCallback(l=>{if(pe.current){const m=Se(re.current),C=ze.current,_=[...m];_[C]=l,be(at(_),!1);return}be(l,!1)},[be]),Ir=xD({enabled:!se&&!V,onHtml:Ip}),le=c.useCallback((l,m)=>be(ti(l,ni(l,re.current,zn.current)),m),[be]),Mp=c.useCallback((l,m)=>le(Pt(l,re.current),m),[le]),Oo=c.useCallback((l,m,C)=>{Py(l,m,C)},[]),$o=c.useCallback((l,m,C)=>{const _={...yi(l),atRule:Qe(pf(m,C))};return al(l,_)},[]),Ko=c.useCallback((l,m)=>ti(l,ni(l,m,zn.current)),[]),Ke=c.useCallback(()=>{const l=wt.current;return(l==null?void 0:l.getContainer())?Se(re.current).map((_,z)=>{const J=l==null?void 0:l.flushPageHtml(z);if(J===null)return _;const ye=Pt(J,Ce(_).body);return Ko(ye,_)}):Se(re.current)},[Ko]),vn=c.useCallback((l,m,C)=>{const _=Se(re.current),z=[..._];z[l]=Ko(m,_[l]??""),be(at(z),C)},[be,Ko]),Mr=c.useCallback((l,m)=>{const C=Ce(l).body;pe.current?vn(ze.current,C,m):le(C,m)},[vn,le]),oe=c.useCallback((l,m)=>{var _;if(!pe.current){le(Pt(l.innerHTML,re.current),m);return}const C=(_=wt.current)==null?void 0:_.getContainer();if(!C){le(Pt(l.innerHTML,re.current),m);return}for(let z=0;z<Se(re.current).length;z+=1)if(et(C,z)===l){const J=Se(re.current)[z]??"";vn(z,Pt(l.innerHTML,Ce(J).body),m);return}le(Pt(l.innerHTML,re.current),m)},[vn,le]),fu=c.useCallback((l,m)=>{xc.current||oe(l,m)},[oe]),_p=c.useMemo(()=>BE(()=>B.current,()=>re.current,Oo),[Oo]),Lp=c.useMemo(()=>HE(()=>B.current,()=>re.current,$o,l=>le(Ce(l).body,!1)),[$o,le]),Fp=c.useMemo(()=>ym(()=>B.current,In??"in",l=>oe(l,!1)),[In,oe]),Bp=c.useMemo(()=>zE(l=>{var C;const m=(C=wt.current)==null?void 0:C.getContainer();return m?et(m,l):null},l=>Se(re.current)[l]??"",Oo),[Oo]),Hp=c.useMemo(()=>OE(l=>{var C;const m=(C=wt.current)==null?void 0:C.getContainer();return m?et(m,l):null},l=>Se(re.current)[l]??"",$o,(l,m)=>vn(l,Ce(m).body,!1)),[$o,vn]),zp=c.useMemo(()=>ym(()=>{var m;const l=(m=wt.current)==null?void 0:m.getContainer();return l?et(l,ze.current):null},In??"in",l=>oe(l,!1)),[In,oe]),gu=c.useCallback(()=>{const l=pe.current?Ke():Se(re.current);return l[ze.current]??l[0]??""},[Ke]),Kn=c.useCallback(()=>pe.current?Ke():[re.current],[Ke]),Uo=c.useCallback(l=>{if(!pe.current||H.current!=="visual"||!Ct.current)return;const m=Ke(),C=Math.max(0,Math.min(l,m.length)),_=[...m],z=oa.current?Dd(pi(),oa.current):pi();_.splice(C,0,z),be(at(_),!1),ze.current=C,ia(C),br(!0)},[Ke,be]),Un=c.useCallback(()=>{var C;const l=B.current;if(l!=null&&l.hasAttribute(ir)){const _=My(l);if(_!==null)return _}const m=(C=wt.current)==null?void 0:C.getActivePageIndex();return typeof m=="number"?m:ze.current},[]),pu=c.useCallback(()=>{const l=Un();l===null||!Ct.current||Uo(l)},[Uo,Un]),hu=c.useCallback(()=>{const l=Un();l===null||!Ct.current||Uo(l+1)},[Uo,Un]),bu=c.useCallback(()=>{if(!pe.current||H.current!=="visual"||!Ct.current)return;const l=Ke();if(l.length<=1)return;const m=Un();if(m===null)return;const C=l.filter((z,J)=>J!==m);be(at(C),!1);const _=Math.min(m,C.length-1);ze.current=_,ia(_),br(!0)},[Ke,be,Un]);c.useEffect(()=>{De||br(!1)},[De]);const Wo=c.useCallback(()=>{const l=rt.undo();l!==null&&(rt.markApplying(),$n(l))},[$n,rt]),Vo=c.useCallback(()=>{const l=rt.redo();l!==null&&(rt.markApplying(),$n(l))},[$n,rt]);c.useEffect(()=>{rt.syncExternal(Re)},[Re,rt]);const O=c.useCallback(()=>{Ee.current=St({mode:H.current,visualEl:B.current,htmlEl:Ze.current})},[]),vt=c.useCallback(l=>{if(!l||H.current!=="visual"){Mc(!1),Lc(!1),Bc(!1);return}Mc(ql(l)!==null),Lc(gd(l)),Bc(pd(l))},[]),Xa=c.useCallback(()=>{const l=St({mode:H.current,visualEl:B.current,htmlEl:Ze.current}),m=Ee.current;Qu(m,l)||(Ee.current=l)},[]),Ja=c.useCallback(()=>{const l=B.current;if(H.current!=="visual"||!l){fo({value:null,unit:It.current,mixed:!1});return}const m=Tf(l,It.current);Ye.current&&(m.value=Ye.current.value,m.unit=Ye.current.unit,m.mixed=!1),It.current=m.unit,fo(C=>C.value===m.value&&C.unit===m.unit&&C.mixed===m.mixed?C:m)},[]),Qa=c.useCallback(()=>{const l=B.current;if(H.current!=="visual"||!l){ua({value:null,mixed:!1});return}const m=Pf(l);it.current&&(m.value=it.current.value,m.mixed=!1),ua(C=>C.value===m.value&&C.mixed===m.mixed?C:m)},[]),es=c.useCallback(()=>{const l=B.current;if(H.current!=="visual"||!l){da({value:null,mixed:!1}),ma({value:null,mixed:!1});return}const m=ki(l,"color");mt.current&&(m.value=mt.current.value,m.mixed=!1);const C=ki(l,"backgroundColor");ft.current&&(C.value=ft.current.value,C.mixed=!1),da(_=>_.value===m.value&&_.mixed===m.mixed?_:m),ma(_=>_.value===C.value&&_.mixed===C.mixed?_:C)},[]),ts=c.useCallback(()=>{const l=B.current;if(H.current!=="visual"||!l){ga({tag:null,mixed:!1});return}const m=u1(l);ga(C=>C.tag===m.tag&&C.mixed===m.mixed?C:m)},[]),ns=c.useCallback(()=>{const l=B.current;if(H.current!=="visual"||!l){ha({align:null,mixed:!1}),ya({type:null,mixed:!1}),xa(!1),Ec(!1);return}const m=ig(l);ha(J=>J.align===m.align&&J.mixed===m.mixed?J:m);const C=Uf(l);ya(J=>J.type===C.type&&J.mixed===C.mixed?J:C);const _=w1(l);xa(J=>J===_?J:_);const z=jC(l);Ec(J=>J===z?J:z)},[]),K=c.useCallback(()=>{const l=B.current;if(H.current!=="visual"||!l){la(Ht()),Ca(!1),Ja(),Qa(),es(),ts(),ns();return}const m=Ee.current,C=!!(m&&!m.collapsed);Ca(z=>z===C?z:C);const _=Lf(Yn(l),ot.current);la(z=>$x(z,_)?z:_),Ja(),Qa(),es(),ts(),ns()},[Ja,Qa,es,ts,ns]),yu=c.useCallback(()=>{const l=Ee.current,m=Xe.current;!m||!l||l.collapsed&&l.start===m.start&&l.end===m.end||(ot.current={},Ye.current=null,it.current=null,mt.current=null,ft.current=null,Vt.current=null,Xe.current=null)},[]);c.useEffect(()=>{yr.current=!0},[Re]),c.useEffect(()=>{if(we==="visual"){K();return}ot.current={},Ye.current=null,it.current=null,mt.current=null,ft.current=null,Vt.current=null,Xe.current=null,la(Ht()),fo({value:null,unit:It.current,mixed:!1}),ua({value:null,mixed:!1}),da({value:null,mixed:!1}),ma({value:null,mixed:!1}),ga({tag:null,mixed:!1}),ha({align:null,mixed:!1}),ya({type:null,mixed:!1}),xa(!1),Ca(!1)},[we,K]);const Wn=c.useCallback((l,m,C)=>{Cb({snapshot:l,visualEl:B.current,htmlEl:Ze.current,getHtml:()=>H.current==="visual"&&B.current?B.current.innerHTML:re.current,setHtml:_=>{if(H.current==="visual"){const z=pe.current?Se(re.current)[ze.current]??"":re.current;Mr(Pt(Ce(_).body,Ce(z).body),!1);return}be(_,!1)},content:m,asHtml:C})},[be,Mr]),xu=c.useCallback(l=>{if(H.current==="visual"&&l==="html"){if(pe.current){const m=at(Ke());m!==re.current&&be(m,!0)}else if(B.current){const m=Pt(B.current.innerHTML,Ce(re.current).body),C=ti(m,ni(m,re.current,zn.current));C!==re.current&&be(C,!0)}}bc(l),l!=="visual"&&br(!1)},[be,bc,Ke]);c.useEffect(()=>{if(!Tt)return;const l=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=l}},[Tt]),c.useEffect(()=>{if(!Tt)return;const l=m=>{m.key==="Escape"&&(m.defaultPrevented||Rr.open||ko.open||qt.open||Zt.open||Ea||La.open||jo.open||To.open||No.open||Sa||Er.open||(m.preventDefault(),gr(!1)))};return document.addEventListener("keydown",l),()=>document.removeEventListener("keydown",l)},[Tt,gr,Rr.open,ko.open,qt.open,Zt.open,Ea,La.open,jo.open,To.open,No.open,Sa,Er.open]),c.useEffect(()=>{const l=()=>{if(H.current!=="visual"||!B.current)return;const m=window.getSelection();if(!m||m.rangeCount===0)return;const C=m.anchorNode;!C||!B.current.contains(C)&&B.current!==C||Ln.current===null&&(Ln.current=window.requestAnimationFrame(()=>{var z;Ln.current=null;const _=B.current;if(!(!_||H.current!=="visual")&&(O(),yu(),K(),Hn(rn(_)),vt(_),yn.current&&so.current&&!((z=ra.current)!=null&&z.contains(document.activeElement)))){const J=Ee.current;J&&Nt(Nd(_,J))}}))};return document.addEventListener("selectionchange",l),()=>{document.removeEventListener("selectionchange",l),Ln.current!==null&&(window.cancelAnimationFrame(Ln.current),Ln.current=null)}},[O,yu,K,vt]),c.useEffect(()=>{(!$e||we!=="visual"||!yt)&&Nt(null)},[$e,we,yt]),c.useEffect(()=>{if(!xt)return;const l=m=>{var z;const C=m.target;if((z=ra.current)!=null&&z.contains(C))return;const _=B.current;_&&Md(_,C)||Nt(null)};return document.addEventListener("pointerdown",l),()=>document.removeEventListener("pointerdown",l)},[xt]),c.useEffect(()=>{if(we!=="html")return;const l=Ze.current;if(!l)return;const m=()=>O();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)}},[we,O]),c.useLayoutEffect(()=>{if(we!=="visual"||se){Hn(null);return}const l=B.current;if(!l)return;const m=rn(l);Hn(C=>m||(C&&C.isConnected&&l.contains(C)?C:null))},[Re,we,se]);const W=c.useCallback(l=>{const m=St({mode:"visual",visualEl:l,htmlEl:Ze.current}),C=Ee.current,_=Qu(C,m)?C:m.visualRange?m:C??m;Ee.current=_,l.focus();const z=wb(l,_);if(z){const J=window.getSelection();try{J==null||J.removeAllRanges(),J==null||J.addRange(z),Ee.current={..._,visualRange:z}}catch{}}return Ee.current??_},[]),Mt=c.useCallback(()=>{po.current=null,ho.current=null,Dc(!1)},[]),wu=c.useCallback(()=>{if(!go.current||!po.current||!ho.current||H.current!=="visual")return;const l=B.current;if(!l)return;O();const m=Ee.current;!m||m.collapsed||s0(m,ho.current)||(W(l),c0(l,po.current),oe(l,!1),O(),K(),Mt())},[O,W,le,K,Mt]),Cu=c.useCallback(()=>{if(H.current!=="visual"){Mt();return}if(go.current){Mt();return}const l=B.current;if(!l){Mt();return}const m=W(l);if(m.collapsed){Mt();return}po.current=l0(l),ho.current={...m},Dc(!0),O()},[Mt,W,O]),vu=c.useCallback(()=>{wu()},[wu]);c.useEffect(()=>{(we!=="visual"||se)&&Mt()},[we,se,Mt]);const rs=c.useCallback((l,m)=>{if(H.current!=="visual")return;const C=B.current;if(!C)return;const _=m??It.current,z=En(l,_);if(!z)return;It.current=z.unit;const J=W(C);if(J.collapsed){Ye.current=z,Xe.current={start:J.start,end:J.end},K();return}Ye.current=null,Vs(C,z.value,z.unit)&&(oe(C,!1),O(),K())},[W,le,O,K]),ku=c.useCallback(l=>{if(H.current!=="visual")return;const m=B.current;if(!m)return;const C=W(m);if(C.collapsed){it.current={value:l},Xe.current={start:C.start,end:C.end},K();return}it.current=null,Ks(m,l)&&(oe(m,!1),O(),K())},[W,le,O,K]),os=c.useCallback((l,m)=>{if(H.current!=="visual")return;const C=B.current;if(!C)return;const _=W(C),z=l==="color"?mt:ft;if(_.collapsed){z.current={value:m},Xe.current={start:_.start,end:_.end},K();return}z.current=null,Or(C,l,m)&&(oe(C,!1),O(),K())},[W,le,O,K]),is=c.useCallback(l=>{if(H.current!=="visual")return;const m=B.current;if(!m)return;const C=W(m);if(bo({open:!1,tab:"general"}),C.collapsed){if(l.size!==null){const ye=En(l.size,l.unit);ye&&(Ye.current=ye,It.current=ye.unit)}const z=Yn(m),J={};for(const ye of ct)l.marks[ye]!==z[ye]&&(J[ye]=l.marks[ye]);ot.current=J,l.fontColorMixed||(mt.current={value:l.fontColor}),l.highlightColorMixed||(ft.current={value:l.highlightColor}),l.fontFamilyMixed||(it.current={value:l.fontFamily}),Xe.current={start:C.start,end:C.end},K();return}if(ot.current={},Ye.current=null,it.current=null,mt.current=null,ft.current=null,Xe.current=null,l.size!==null){const z=En(l.size,l.unit);z&&(It.current=z.unit,Vs(m,z.value,z.unit))}const _=Yn(m);for(const z of ct)l.marks[z]!==_[z]&&Zs(m,z);l.fontFamilyMixed||Ks(m,l.fontFamily),l.fontColorMixed||Or(m,"color",l.fontColor),l.highlightColorMixed||Or(m,"backgroundColor",l.highlightColor),oe(m,!1),O(),K()},[W,le,O,K]),Su=c.useCallback((l,m)=>{if(H.current!=="visual")return;const C=B.current;if(!C)return;W(C),Bn(z=>({...z,open:!1}));let _=sg(C,l);if(m&&nC(C,m)&&(_=!0),!_){O(),K();return}oe(C,!1),O(),K()},[W,le,O,K]),Pu=c.useCallback(l=>{if(H.current!=="visual")return;const m=B.current;if(!m)return;const C=W(m);if(Ra(_=>({..._,open:!1})),!Yi(l)){O(),K();return}if(C.collapsed){Vt.current=l,Xe.current={start:C.start,end:C.end},K();return}if(Vt.current=null,!_f(m,l)){O(),K();return}oe(m,!1),O(),K()},[W,le,O,K]),Au=c.useCallback(l=>{if(H.current!=="visual")return;const m=wn();if(!m)return;W(m),xn(J=>({...J,open:!1}));const C=pe.current?Se(re.current)[ze.current]??"":re.current,_=JSON.stringify(l.atRule)!==JSON.stringify(Qe(Ce(C).body)),z=al(m,l);if(_&&mr(m,z.pageHtml),!z.changed&&!_){O(),K();return}Mr(z.pageHtml,!1),O(),K()},[W,Mr,O,K,wn]),Du=c.useCallback(l=>{if(H.current!=="visual")return;const m=B.current;if(m){if(W(m),Po(C=>({...C,open:!1})),!LC(m,l)){O(),K();return}oe(m,!1),O(),K()}},[W,le,O,K]),Ru=c.useCallback(l=>{if(H.current!=="visual")return;const m=B.current;if(m){if(W(m),_a(C=>({...C,open:!1})),!zC(m,l)){O(),K();return}oe(m,!1),O(),K()}},[W,le,O,K]),Go=c.useCallback(l=>{if(H.current!=="visual")return;const m=B.current;if(m){if(W(m),Ao({open:!1}),!xw(m,l)){O(),K();return}oe(m,!1),O(),K()}},[W,le,O,K]),qo=c.useCallback(l=>{if(H.current!=="visual")return;const m=B.current;if(m){if(W(m),Do({open:!1}),!k0(m,l)){O(),K();return}oe(m,!1),O(),K()}},[W,le,O,K]),Eu=c.useCallback(l=>{if(H.current!=="visual")return;const m=B.current;if(m){if(W(m),Tr({open:!1}),!T0(m,l)){O(),K();return}oe(m,!1),O(),K()}},[W,le,O,K]),ju=c.useCallback(l=>{if(H.current!=="visual")return;const m=B.current;if(m){if(W(m),Fa({open:!1}),!j1(m,l)){O(),K();return}oe(m,!1),O(),K(),vt(m)}},[W,le,O,K,vt]),Tu=c.useCallback(l=>{if(H.current!=="visual")return;const m=B.current;if(m){if(W(m),Ba(C=>({...C,open:!1})),!av(m,l)){O(),K();return}oe(m,!1),O(),K()}},[W,le,O,K]),Nu=c.useCallback(l=>{if(H.current!=="visual")return;const m=B.current;if(m){if(W(m),Ha(C=>({...C,open:!1})),!hv(m,l)){O(),K();return}oe(m,!1),O(),K(),vt(m)}},[W,le,O,K,vt]),Iu=c.useCallback(l=>{if(H.current!=="visual")return;const m=B.current;if(m){if(W(m),za(C=>({...C,open:!1})),!Av(m,l)){O(),K();return}oe(m,!1),O(),K()}},[W,le,O,K]),_t=c.useCallback(l=>{if(H.current!=="visual")return;const m=B.current;if(m){if(W(m),!l(m)){O(),K();return}oe(m,!1),O(),K(),vt(m)}},[W,le,O,K,vt]),as=c.useCallback(l=>{Go({src:l.src,alt:l.alt??"",title:l.title??"",css:l.css})},[Go]),ss=c.useCallback(l=>{qo({src:l.src,title:l.title??"",css:l.css})},[qo]),ls=c.useCallback(l=>{if(H.current!=="visual")return;const m=B.current;if(m){if(W(m),Tr({open:!1}),!N0(m,{src:l.src,title:l.title??"",css:l.css})){O(),K();return}oe(m,!1),O(),K()}},[W,le,O,K]),Mu=c.useCallback(l=>{if(H.current!=="visual")return;const m=B.current;if(m){if(W(m),Eo(C=>({...C,open:!1})),!Tw(m,l)){O(),K();return}oe(m,!1),O(),K()}},[W,le,O,K]),Op=c.useCallback((l,m)=>{Ne!=null&&Ne.isConnected&&tv(Ne,l,m)},[Ne]),$p=c.useCallback(()=>{const l=B.current;!l||!(Ne!=null&&Ne.isConnected)||(oe(l,!1),Ps(l,Ne),O(),K())},[Ne,le,O,K]),Jt=c.useCallback(()=>{if(!yr.current)return re.current;if(pe.current){if(H.current==="visual"){const l=Ke(),m=at(l);if(m!==re.current)return be(m,!0)}return re.current}if(H.current==="visual"&&B.current){const l=Pt(B.current.innerHTML,Ce(re.current).body),m=ti(l,ni(l,re.current,zn.current));if(m!==re.current)return be(m,!0)}return re.current},[be,Ke]),cs=c.useCallback(()=>{if(!yr.current&&sa.current)return sa.current;const l=JSON.stringify(Kn());return sa.current=l,l},[Kn]),Kp=c.useCallback(()=>pe.current?cs():Jt(),[Jt,cs]);Iv({onAutoSave:r?async()=>{const l=pe.current?JSON.parse(cs()):Jt();return yr.current=!1,r(l)}:void 0,getHtml:Kp}),c.useEffect(()=>()=>{var l;(l=xr.current)==null||l.cancel()},[]);const ge=c.useMemo(()=>({getHtml:Jt,setHtml:l=>{be(l,!1)},getMode:()=>H.current,setMode:xu,getFullscreen:()=>Cc.current,setFullscreen:gr,getDarkMode:()=>Qc.current,setDarkMode:l=>{uu(l)},getPageZoom:()=>Mo.current,setPageZoom:du,getToolbarPosition:()=>eu.current,setToolbarPosition:l=>{mu(l)},openCustomizeToolbar:()=>{Tc(!0)},openDocumentPreview:()=>{Nc({open:!0,html:Jt()})},toggleReadAloud:()=>{const l=xr.current;if(!l)return;const m=Ee.current??St({mode:H.current,visualEl:B.current,htmlEl:Ze.current}),C=Ld(Jo(m),Jt());C&&l.toggle(C)},toggleRuler:()=>{vp(l=>!l)},isReadingAloud:()=>{var l;return((l=xr.current)==null?void 0:l.isSpeaking())??!1},isRulerVisible:()=>yc.current,canReadAloud:()=>{if(!wi())return!1;const l=Ee.current??St({mode:H.current,visualEl:B.current,htmlEl:Ze.current});return Ld(Jo(l),Jt())!==null},undo:Wo,redo:Vo,canUndo:()=>rt.canUndo(),canRedo:()=>rt.canRedo(),getSelection:()=>{const l=Ee.current??St({mode:H.current,visualEl:B.current,htmlEl:Ze.current});return Jo(l)},insertText:l=>{const m=Ee.current??St({mode:H.current,visualEl:B.current,htmlEl:Ze.current});Wn(m,l,!1)},insertHtml:(l,m)=>{const C=Ee.current??St({mode:H.current,visualEl:B.current,htmlEl:Ze.current}),_=m===void 0;Wn(C,_?l:m,_)},toggleFontMark:l=>{if(H.current!=="visual")return;const m=B.current;if(!m)return;const C=W(m);if(C.collapsed){const _=Yn(m);ot.current=Ux(ot.current,_,l),Xe.current={start:C.start,end:C.end},K();return}ot.current={},Xe.current=null,Zs(m,l)&&(oe(m,!1),O(),K())},clearFormatting:()=>{if(H.current!=="visual")return;const l=B.current;!l||W(l).collapsed||(ot.current={},Ye.current=null,it.current=null,mt.current=null,ft.current=null,Vt.current=null,Xe.current=null,a0(l)&&(oe(l,!1),O(),K()))},toggleFormatBrush:Cu,isFormatBrushActive:()=>go.current,isFontMarkActive:l=>ca.current[l],hasTextSelection:()=>H.current==="visual"&&va.current,setFontSize:(l,m)=>{rs(l,m)},setFontSizeUnit:l=>{var ye;const m=B.current,C=Gt.current;if(H.current!=="visual"||!m||C.value===null||C.mixed){It.current=l,fo(Lt=>({...Lt,unit:l}));return}const _=W(m),z=Tx(m,((ye=_.visualRange)==null?void 0:ye.startContainer)??m),J=_m(C.value,C.unit,l,z.parentPx,z.rootPx);rs(J,l)},getFontSize:()=>Gt.current.value,getFontSizeUnit:()=>Gt.current.unit,isFontSizeMixed:()=>Gt.current.mixed,setFontFamily:l=>{ku(l)},getFontFamily:()=>vr.current.value,isFontFamilyMixed:()=>vr.current.mixed,getFontFaces:()=>zn.current,setFontColor:l=>{os("color",l)},setHighlightColor:l=>{os("backgroundColor",l)},getFontColor:()=>Sr.current.value,isFontColorMixed:()=>Sr.current.mixed,getHighlightColor:()=>Ar.current.value,isHighlightColorMixed:()=>Ar.current.mixed,setParagraphStyle:l=>{if(H.current!=="visual")return;const m=B.current;m&&(W(m),d1(m,l)&&(oe(m,!1),O(),K()))},getParagraphStyle:()=>pa.current.tag,isParagraphStyleMixed:()=>pa.current.mixed,setTextAlign:l=>{if(H.current!=="visual")return;const m=B.current;m&&(W(m),ag(m,l)&&(oe(m,!1),O(),K()))},getTextAlign:()=>ba.current.align,isTextAlignMixed:()=>ba.current.mixed,indent:()=>{if(H.current!=="visual")return;const l=B.current;l&&(W(l),C1(l)&&(oe(l,!1),O(),K()))},outdent:()=>{if(H.current!=="visual")return;const l=B.current;l&&(W(l),v1(l)&&(oe(l,!1),O(),K()))},canOutdent:()=>H.current==="visual"&&Ac.current,toggleList:l=>{if(H.current!=="visual")return;const m=B.current;m&&(W(m),g1(m,l)&&(oe(m,!1),O(),K()))},isBulletList:()=>Dr.current.type==="ul"&&!Dr.current.mixed,isNumberedList:()=>Dr.current.type==="ol"&&!Dr.current.mixed,openFontProperties:l=>{H.current==="visual"&&bo({open:!0,tab:l??"general"})},applyFontProperties:l=>{is(l)},openCustomCss:()=>{if(H.current!=="visual")return;const l=B.current;l&&W(l);const m=l?If(l):{value:null,mixed:!1},C=m.mixed||!m.value?"":Fx(m.value);Ra({open:!0,value:C})},applyCustomCss:l=>{Pu(l)},openParagraphProperties:l=>{if(H.current!=="visual")return;const m=B.current;m&&W(m),Bn({open:!0,tab:l??"general",value:m?Ss(m):Qn(),backgroundImage:m?Ad(m):zt()})},applyParagraphProperties:(l,m)=>{Su(l,m)},openPageProperties:(l,m)=>{if(H.current!=="visual")return;const C=B.current;C&&W(C);const _=pe.current?Se(re.current)[ze.current]??"":re.current,z=C?yi(C):bi();xn({open:!0,tab:l==="print"&&!Ut?"font":l??"font",paragraphTab:m??"spacing",value:{...z,atRule:Qe(Ce(_).body)}})},applyPageProperties:l=>{Au(l)},openPageBackgroundImage:()=>{if(H.current!=="visual")return;const l=B.current;l&&W(l);const m=pe.current?Se(re.current)[ze.current]??"":re.current,C=l?yi(l):bi();xn({open:!0,tab:"paragraph",paragraphTab:"backgroundImage",value:{...C,atRule:Qe(Ce(m).body)}})},openParagraphBackgroundImage:()=>{if(H.current!=="visual")return;const l=B.current;l&&W(l),Bn({open:!0,tab:"backgroundImage",value:l?Ss(l):Qn(),backgroundImage:l?Ad(l):zt()})},openCustomParagraphStyleDialog:l=>{if(H.current!=="visual"||!Ga.current)return;if(l){const C=Io.current.find(_=>_.id===l);if(!C)return;jr({open:!0,mode:"edit",style:C});return}const m=B.current;m&&W(m),jr({open:!0,mode:"create",font:{size:Gt.current.mixed?null:Gt.current.value,unit:Gt.current.unit,marks:{...ca.current},fontFamily:vr.current.mixed?null:vr.current.value,fontColor:Sr.current.mixed?null:Sr.current.value,highlightColor:Ar.current.mixed?null:Ar.current.value},paragraph:lg(m?Ss(m):Qn())})},applyCustomParagraphStyle:l=>{const m=Io.current.find(_=>_.id===l);if(!m||(is({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 C=B.current;!C||H.current!=="visual"||(W(C),G1(C,m.paragraph)&&(oe(C,!1),O(),K()))},customParagraphStylesEnabled:()=>Ga.current,getCustomParagraphStyles:()=>Io.current,isCustomParagraphStylesLoading:()=>Oc.current,openLinkDialog:l=>{if(H.current!=="visual")return;const m=B.current;m&&W(m);const C=m?Pg(m):Qi(),_=m?ll(m):[],z=(C==null?void 0:C.href)??"",J=z.startsWith("#")?z.slice(1):"",ye=_.some(Lt=>Lt.id===J)?J:"";Po({open:!0,tab:l??"link",href:z,title:(C==null?void 0:C.title)??"",targetBlank:(C==null?void 0:C.targetBlank)??!1,textDecorationNone:(C==null?void 0:C.textDecorationNone)??!1,hoverMode:(C==null?void 0:C.hoverMode)??"color",hoverColor:(C==null?void 0:C.hoverColor)??null,hoverHtml:(C==null?void 0:C.hoverHtml)??"",bookmarks:_,selectedBookmarkId:ye})},applyLink:l=>{Du(l)},openBookmarkDialog:()=>{if(H.current!=="visual")return;const l=B.current;l&&W(l),_a({open:!0,existingIds:l?ll(l).map(m=>m.id):[]})},applyBookmark:l=>{Ru(l)},openImageDialog:()=>{if(H.current!=="visual")return;const l=B.current;l&&W(l);const m=Gc.current;if(tu.current&&m){m.onPick(as);return}Ao({open:!0})},applyImage:l=>{Go(l)},openAudioDialog:()=>{if(H.current!=="visual")return;const l=B.current;l&&W(l);const m=qc.current;if(nu.current&&m){m.onPick(ss);return}Do({open:!0})},applyAudio:l=>{qo(l)},openYoutubeDialog:()=>{if(H.current!=="visual")return;const l=B.current;l&&W(l);const m=Zc.current;if(ru.current&&m){m.onPick(ls);return}Tr({open:!0})},applyYoutube:l=>{Eu(l)},openImageProperties:l=>{if(H.current!=="visual")return;const m=B.current;if(!m)return;W(m);const C=rn(m),_=jw(m);!C||!_||Eo({open:!0,tab:l??"general",value:_,aspectRatio:Dw(C)})},applyImageProperties:l=>{Mu(l)},insertHorizontalRule:()=>{if(H.current!=="visual")return;const l=B.current;l&&(W(l),U0(l)&&(oe(l,!1),O(),K()))},insertPageBreak:()=>{if(H.current!=="visual")return;const l=B.current;l&&(W(l),Z0(l)&&(oe(l,!1),O(),K()))},insertPageBefore:()=>{pu()},insertPageAfter:()=>{hu()},deletePage:()=>{!pe.current||H.current!=="visual"||Ct.current&&(Kn().length<=1||ja(!0))},isMultiPagesEnabled:()=>pe.current,hasSelectedPage:()=>pe.current&&H.current==="visual"&&Ct.current,canDeletePage:()=>pe.current&&H.current==="visual"&&Ct.current&&Kn().length>1,canInsertPageBackgroundImage:()=>!(H.current!=="visual"||pe.current&&!Ct.current),canInsertParagraphBackgroundImage:()=>{if(H.current!=="visual")return!1;const l=B.current;return l?Kt(l).length>0:!1},getActivePageHtml:()=>gu(),getAllPagesHtml:()=>Kn(),openTableDialog:()=>{if(H.current!=="visual")return;const l=B.current;l&&W(l),Fa({open:!0})},applyTable:l=>{ju(l)},openTableProperties:()=>{if(H.current!=="visual")return;const l=B.current;if(!l)return;W(l);const m=iv(l);m&&Ba({open:!0,value:m})},applyTableProperties:l=>{Tu(l)},openCellProperties:()=>{if(H.current!=="visual")return;const l=B.current;if(!l)return;W(l);const m=pv(l);m&&Ha({open:!0,value:m})},applyCellProperties:l=>{Nu(l)},openRowProperties:()=>{if(H.current!=="visual")return;const l=B.current;if(!l)return;W(l);const m=Pv(l);m&&za({open:!0,value:m})},applyRowProperties:l=>{Iu(l)},insertRowBelow:()=>{_t(l=>Js(l,"below"))},insertRowBefore:()=>{_t(l=>Js(l,"before"))},deleteRow:()=>{_t(l=>T1(l))},insertColumnAfter:()=>{_t(l=>fd(l,"after"))},insertColumnBefore:()=>{_t(l=>fd(l,"before"))},deleteColumn:()=>{_t(l=>N1(l))},mergeCells:()=>{_t(l=>_1(l))},unmergeCells:()=>{_t(l=>L1(l))},cut:async()=>{if(H.current!=="visual")return;const l=B.current;l&&(W(l),await t0(l)&&(oe(l,!1),O(),K()))},copy:async()=>{if(H.current!=="visual")return;const l=B.current;l&&(W(l),await Tg(l))},deleteSelection:()=>{if(H.current!=="visual")return;const l=B.current;l&&(W(l),jg(l)&&(oe(l,!1),O(),K()))},addComment:()=>{if(!yn.current||b||H.current!=="visual")return;const l=B.current;if(!l)return;const m=W(l),C=Nd(l,m);if(C){Nt(C);return}const _=UC(l,m);if(!_)return;const z=ZC(_);WC(l,z.id,m)&&(_d(l,z.id),O(),fu(l,!1),hr([...lo.current,z]),Nt(z.id))},toggleCommentsVisible:()=>{Cp(l=>{const m=!l,C=B.current;return C&&Id(C,m),m})},areCommentsVisible:()=>so.current,canAddComment:()=>!yn.current||b||H.current!=="visual"?!1:va.current||$a.current!==null,isCommentsEnabled:()=>yn.current,getCommentThreads:()=>lo.current,setCommentThreads:l=>hr(l),openCommentThread:l=>{const m=B.current;!m||H.current!=="visual"||_d(m,l)&&(O(),Nt(l))},isContentLocked:()=>wc.current,isLink:()=>jc.current,isImageSelected:()=>H.current==="visual"&&$a.current!==null,isInTable:()=>H.current==="visual"&&_c.current,canMergeCells:()=>H.current==="visual"&&Fc.current,canUnmergeCells:()=>H.current==="visual"&&Hc.current,...o!=null?{onSave:l=>Wc.current(l)}:{},...a!=null?{onOpen:()=>Vc.current()}:{}}),[be,le,oe,fu,xu,gr,uu,du,mu,Wn,Wo,Vo,O,K,W,rs,ku,os,is,Pu,Su,Au,Du,Ru,Go,qo,Eu,Mu,ju,Tu,Nu,Iu,_t,as,ss,ls,Jt,gu,Kn,pu,hu,bu,Cu,o,a,b,hr,Ut]),_u=c.useCallback(()=>{const l=Ee.current??St({mode:H.current,visualEl:B.current,htmlEl:Ze.current});return{mode:l.mode,selection:Jo(l),getHtml:ge.getHtml,setHtml:m=>{be(m,!1)},insertText:m=>Wn(l,m,!1),insertHtml:(m,C)=>{const _=C===void 0;Wn(l,_?m:C,_)}}},[Wn,ge.getHtml,be]),{catalog:Zo,layout:Lu}=c.useMemo(()=>Wh(N,xR,wR),[N]),Yo=c.useMemo(()=>XD(Lu,E),[Lu,E]),Fu=c.useMemo(()=>({...Yo,iconGroups:SD(Yo.iconGroups,Pa)}),[Yo,Pa]),Bu=De&&we==="visual",us=c.useMemo(()=>_R(Fu,Bu),[Fu,Bu]),ds=c.useMemo(()=>$e?SR(Zo,yt):Zo,[Zo,$e,yt]),ms=c.useMemo(()=>$e?PR(us):us,[us,$e]),fs=c.useMemo(()=>({disabled:fr,readOnly:w,enableComments:$e}),[fr,w,$e]),Hu=c.useMemo(()=>xt?JC(Mn,xt):null,[xt,Mn]),Up=c.useCallback(l=>{if(!xt||!oo||b)return;const m=YC(oo,l);hr(XC(lo.current,xt,m))},[xt,oo,b,hr]),Vn=c.useMemo(()=>({...Ax(ge),...Vh(N,_u)}),[ge,N,_u]),gs=c.useMemo(()=>Dx(ge),[ge,mo,wr,Cr,kr,Pr,fa,Ta,Na,Va,Xt,Ne,Ka,Ua,Wa,wa,ka,Fn,gt,Co,_n]),zu=c.useCallback(l=>{if(se||l.inputType!=="insertText"&&l.inputType!=="insertReplacementText"||!l.data||!Kx(ot.current)&&!Ye.current&&!ex(it.current)&&!Ib({color:mt.current,backgroundColor:ft.current})&&!zx(Vt.current))return;const m=B.current;m&&(l.preventDefault(),Qx(m,l.data,ot.current,Ye.current,{color:mt.current,backgroundColor:ft.current},it.current,Vt.current),ot.current={},Ye.current=null,it.current=null,mt.current=null,ft.current=null,Vt.current=null,Xe.current=null,oe(m,!0),O(),K())},[se,le,O,K]),Ou=c.useCallback(l=>{if(se||!lb(l,zc.current))return;l.preventDefault(),l.stopPropagation();const m=B.current;if(!m)return;W(m);const C=nl(m,l.target),_=Mi(m,l.target);_&&!ro(m).includes(_)&&M1(m,_);const z={inTable:Ge(m,l.target)!==null,canMergeCells:gd(m),canUnmergeCells:pd(m)},J={canDeletePage:pe.current&&Ct.current&&Ke().length>1};if(C){Ps(m,C),O(),Hn(C),Oa({open:!0,x:l.clientX,y:l.clientY,kind:"image",...z,...J,inTable:Ge(m,C)!==null});return}const ye=St({mode:"visual",visualEl:m,htmlEl:Ze.current});Ee.current=ye,Oa({open:!0,x:l.clientX,y:l.clientY,kind:ye.collapsed?"caret":"text",...z,...J})},[se,O,W,Ke]),$u=c.useCallback(l=>{if(zc.current=l.pointerType,b)return;const m=B.current;if(!m)return;if(yn.current&&so.current){const _=Md(m,l.target);if(_){const z=_.getAttribute("data-comment-thread");z&&Nt(z);return}}if(se&&!yn.current)return;const C=nl(m,l.target);if(!C){Hn(null);return}l.preventDefault(),Ps(m,C),O(),Hn(C)},[b,se,O]);c.useEffect(()=>{if(!$e||we!=="visual")return;const l=B.current;l&&(qC(l,Mn),Id(l,yt))},[$e,we,Mn,yt,Re]);const Ku=c.useCallback(l=>{if(se)return;if(l.key==="Tab"&&!l.ctrlKey&&!l.metaKey&&!l.altKey){if(H.current!=="visual")return;const C=B.current;if(!C)return;const _=l.target;if(!(_ instanceof Node)||!C.contains(_))return;W(C);const z=I1(C,l.shiftKey);if(!z)return;l.preventDefault(),typeof z=="object"&&z.changed&&oe(C,!1),O(),K(),vt(C);return}if(!(l.ctrlKey||l.metaKey))return;if(l.key==="Enter"&&!l.shiftKey){l.preventDefault(),ge.insertPageBreak();return}const m=l.key.toLowerCase();if(m==="z"&&!l.shiftKey){l.preventDefault(),Wo();return}if(m==="z"&&l.shiftKey||m==="y"){l.preventDefault(),Vo();return}if(m==="b"&&!l.shiftKey){l.preventDefault(),ge.toggleFontMark("bold");return}if(m==="i"&&!l.shiftKey){l.preventDefault(),ge.toggleFontMark("italic");return}if(m==="u"&&!l.shiftKey){l.preventDefault(),ge.toggleFontMark("underline");return}if(m==="x"&&l.shiftKey){l.preventDefault(),ge.toggleFontMark("strikethrough");return}m==="p"&&!l.shiftKey&&(l.preventDefault(),Vn.print())},[se,Wo,Vo,ge,Vn,W,le,O,K,vt]),Wp=c.useCallback(l=>{if(l.key==="Escape"&&xt){l.preventDefault(),Nt(null);return}Ku(l)},[xt,Ku]),Vp=[ce.root,Bs(Fn).className,Tt?ce.fullscreen:"",y].filter(Boolean).join(" "),Gp=UE({toolbarBackground:k,menuColor:S,menuBackground:D,menuFontSize:I,menuFontFamily:A,border:P}),qp=Bs(Fn)["data-wysiwyg-theme"],Zp=we==="visual"&&pr&&Cn,Uu=we==="visual"?De?i.jsx(FE,{ref:wt,pages:On,activePageIndex:Wt,hasSelectedPage:_n,onActivePageIndexChange:l=>{var _;ze.current=l,ia(l);const m=(_=wt.current)==null?void 0:_.getContainer(),C=m?et(m,l):null;C instanceof HTMLDivElement&&(B.current=C)},onPageSelected:()=>{br(!0)},onPageChange:(l,m)=>{const C=Se(re.current)[l]??"";vn(l,Pt(m,Ce(C).body),!0)},onBeforeInput:zu,onPointerDown:l=>{if(l.currentTarget instanceof HTMLDivElement&&(B.current=l.currentTarget),$u(l),l.currentTarget instanceof HTMLDivElement){const m=l.currentTarget;requestAnimationFrame(()=>er(m))}},onMouseUp:vu,onContextMenu:Ou,placeholder:x,disabled:se,rulerVisible:pr,rulerUnit:In,zoomScale:vo,onMarginPreview:Bp,onMarginChange:Hp,onIndentChange:zp}):i.jsx(ME,{ref:B,html:Ce(Re).body,pageHtml:Re,rulerVisible:pr,rulerUnit:In,zoomScale:vo,onMarginPreview:_p,onMarginChange:Lp,onIndentChange:Fp,onChange:l=>Mp(l,!0),onBeforeInput:zu,onPointerDown:l=>{if($u(l),l.currentTarget instanceof HTMLDivElement){const m=l.currentTarget;requestAnimationFrame(()=>er(m))}},onMouseUp:vu,onContextMenu:Ou,placeholder:x,disabled:se}):i.jsx(oE,{ref:Ze,html:Re,onChange:l=>be(l,!0),placeholder:x,disabled:se});return i.jsx(eb,{locale:v,children:i.jsx(Yh,{dark:Fn,children:i.jsxs("div",{className:Vp,style:Gp,"data-fullscreen":Tt?"":void 0,"data-wysiwyg-theme":qp,"data-toolbar-position":gt,"data-comments-visible":$e&&yt?"":void 0,onKeyDown:Wp,children:[R?i.jsx("div",{className:ce.menuChrome,onPointerDownCapture:Xa,children:i.jsx(Ls,{catalog:ds,layout:ms,commands:Vn,queries:gs,disabled:fr,chromeLock:fs,menuVisible:!0,toolbarVisible:!1})}):null,i.jsxs("div",{className:ce.body,"data-icon-dock":L?gt:void 0,children:[L&&(gt==="top"||gt==="left")?i.jsx("div",{className:ce.iconChrome,onPointerDownCapture:Xa,children:i.jsx(Ls,{catalog:ds,layout:ms,commands:Vn,queries:gs,disabled:fr,chromeLock:fs,menuVisible:!1,toolbarVisible:!0,position:gt})}):null,i.jsxs("div",{ref:ao,className:`${ce.workspace} ${Cn?ce.workspacePageSized:""} ${Zp?ce.workspaceWithRuler:""}`,onDragEnter:Ir.onDragEnter,onDragOver:Ir.onDragOver,onDragLeave:Ir.onDragLeave,onDrop:Ir.onDrop,children:[we==="visual"?i.jsx("div",{className:ce.pageCanvasViewport,"data-page-canvas-sized":Cn?"":void 0,children:Uu}):Uu,Ir.dragging?i.jsx(VE,{}):null]}),L&&(gt==="bottom"||gt==="right")?i.jsx("div",{className:ce.iconChrome,onPointerDownCapture:Xa,children:i.jsx(Ls,{catalog:ds,layout:ms,commands:Vn,queries:gs,disabled:fr,chromeLock:fs,menuVisible:!1,toolbarVisible:!0,position:gt})}):null]}),Tt?i.jsx(WE,{onClick:()=>gr(!1)}):null,i.jsx(YD,{open:Sa,catalog:Zo,groups:Yo.iconGroups,settings:Pa,loading:Sp,busy:Pp,disabled:se,onChange:l=>{cu(l)},onReset:()=>{cu(null)},onClose:()=>Tc(!1)}),i.jsx(qA,{open:Er.open,html:Er.html,onClose:()=>Nc({open:!1,html:Er.html})}),i.jsx(oP,{open:Rr.open,tab:Rr.tab,size:wr.value,unit:wr.unit,marks:mo,fontFamily:Cr.value,fontFamilyMixed:Cr.mixed,fontColor:kr.value,fontColorMixed:kr.mixed,highlightColor:Pr.value,highlightColorMixed:Pr.mixed,fonts:Xt,disabled:se,onTabChange:l=>bo({open:!0,tab:l}),onApply:l=>ge.applyFontProperties(l),onClose:()=>bo({open:!1,tab:Rr.tab})}),i.jsx(DP,{open:qt.open,tab:qt.tab,value:qt.value,backgroundImage:qt.backgroundImage,disabled:se,customImagePicker:X,onCustomImagePick:()=>{X==null||X.onPick(l=>{Bn(m=>({...m,tab:"backgroundImage",backgroundImage:{...m.backgroundImage,src:l.src}}))})},onTabChange:l=>Bn({...qt,open:!0,tab:l}),onApply:({value:l,backgroundImage:m})=>ge.applyParagraphProperties(l,m),onClose:()=>Bn({...qt,open:!1})}),i.jsx(OP,{open:ko.open,value:ko.value,disabled:se,onApply:l=>ge.applyCustomCss(l),onClose:()=>Ra(l=>({...l,open:!1}))}),i.jsx(_P,{open:Zt.open,tab:Zt.tab,initialParagraphTab:Zt.paragraphTab,value:Zt.value,fonts:Xt,disabled:se,printTabVisible:Ut,customImagePicker:X,onCustomImagePick:()=>{X==null||X.onPick(l=>{xn(m=>({...m,tab:"paragraph",paragraphTab:"backgroundImage",value:{...m.value,backgroundImage:{...m.value.backgroundImage,src:l.src}}}))})},onTabChange:l=>xn({...Zt,open:!0,tab:l}),onApply:l=>ge.applyPageProperties(l),onResetAtRule:()=>{const l=wn();if(!l||H.current!=="visual")return;const m=pe.current?Se(re.current)[ze.current]??"":Ce(re.current).body,C=pC(l,m);C.changed&&(Mr(C.pageHtml,!1),xn(_=>({..._,value:{..._.value,atRule:nn()}})))},onClose:()=>xn({...Zt,open:!1})}),i.jsx(LP,{open:Ea,disabled:se,onClose:()=>ja(!1),onConfirm:()=>{bu(),ja(!1)}}),i.jsx(HP,{open:Te.open,mode:Te.open?Te.mode:"create",styleId:Te.open&&Te.mode==="edit"?Te.style.id:void 0,name:Te.open&&Te.mode==="edit"?Te.style.name:"",font:Te.open?Te.mode==="edit"?Te.style.font:Te.font:{size:null,unit:Rn,marks:Ht(),fontFamily:null,fontColor:null,highlightColor:null},paragraph:Te.open?Te.mode==="edit"?Te.style.paragraph:Te.paragraph:void 0,canDelete:!!ne,fonts:Xt,busy:Rp,disabled:se,onSave:async l=>{const m=Kc.current;if(m){So(!0);try{await m(l),jr({open:!1}),await zo()}finally{So(!1)}}},onDelete:async l=>{const m=Uc.current;if(m){So(!0);try{await m(l),jr({open:!1}),await zo()}finally{So(!1)}}},onClose:()=>jr({open:!1})}),i.jsx(gA,{open:Je.open,tab:Je.tab,href:Je.href,title:Je.title,targetBlank:Je.targetBlank,textDecorationNone:Je.textDecorationNone,hoverMode:Je.hoverMode,hoverColor:Je.hoverColor,hoverHtml:Je.hoverHtml,bookmarks:Je.bookmarks,selectedBookmarkId:Je.selectedBookmarkId,disabled:se,onTabChange:l=>Po({...Je,open:!0,tab:l}),onApply:l=>ge.applyLink(l),onClose:()=>Po({...Je,open:!1})}),i.jsx(KP,{open:Ma.open,existingIds:Ma.existingIds,disabled:se,onApply:l=>ge.applyBookmark(l),onClose:()=>_a({...Ma,open:!1})}),i.jsx(GP,{open:Ep.open,disabled:se,customImagePicker:X,onApply:l=>ge.applyImage(l),onCustomPick:()=>{Ao({open:!1}),X==null||X.onPick(as)},onClose:()=>Ao({open:!1})}),i.jsx(VP,{open:jp.open,disabled:se,customAudioPicker:ae,onApply:l=>ge.applyAudio(l),onCustomPick:()=>{Do({open:!1}),ae==null||ae.onPick(ss)},onClose:()=>Do({open:!1})}),i.jsx(pA,{open:Tp.open,disabled:se,customVideoPicker:U,onApply:l=>ge.applyYoutube(l),onCustomPick:()=>{Tr({open:!1}),U==null||U.onPick(ls)},onClose:()=>Tr({open:!1})}),i.jsx(aA,{open:Ro.open,tab:Ro.tab,value:Ro.value,aspectRatio:Ro.aspectRatio,disabled:se,onTabChange:l=>Eo(m=>({...m,tab:l})),onApply:l=>ge.applyImageProperties(l),onClose:()=>Eo(l=>({...l,open:!1}))}),i.jsx(CA,{open:La.open,disabled:se,onApply:l=>ge.applyTable(l),onClose:()=>Fa({open:!1})}),i.jsx(AA,{open:jo.open,value:jo.value,disabled:se,onApply:l=>ge.applyTableProperties(l),onClose:()=>Ba(l=>({...l,open:!1}))}),i.jsx(IA,{open:To.open,value:To.value,disabled:se,onApply:l=>ge.applyCellProperties(l),onClose:()=>Ha(l=>({...l,open:!1}))}),i.jsx(FA,{open:No.open,value:No.value,disabled:se,onApply:l=>ge.applyRowProperties(l),onClose:()=>za(l=>({...l,open:!1}))}),we==="visual"&&!se&&(Ne!=null&&Ne.isConnected)?i.jsx(fA,{img:Ne,onResize:Op,onResizeEnd:$p}):null,$e&&yt&&Hu?i.jsx(yD,{panelRef:ra,thread:Hu,locale:v,disabled:b,commentAuthor:oo,onPost:Up,onClose:()=>Nt(null)}):null,i.jsx(ab,{open:Yt.open,x:Yt.x,y:Yt.y,kind:Yt.kind,inTable:Yt.inTable,canMergeCells:Yt.canMergeCells,canUnmergeCells:Yt.canUnmergeCells,canDeletePage:Yt.canDeletePage,commands:Vn,onClose:()=>Oa(l=>({...l,open:!1}))})]})})})}function UE({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 WE({onClick:e}){const t=q();return i.jsx("button",{type:"button",className:ce.exitFullscreen,"aria-label":t("exitFullscreenAria"),onClick:e,children:i.jsx(Be,{className:ce.exitFullscreenIcon})})}function VE(){const e=q();return i.jsx("div",{className:ce.htmlFileDropOverlay,"aria-hidden":"true",children:e("htmlFileDropOverlay")})}function GE(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 qE(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(!GE(t))continue;const n=t.parentNode;if(n){for(;t.firstChild;)n.insertBefore(t.firstChild,t);n.removeChild(t)}}}function ZE(e){const t=e.trim();if(!t)return e;const n=new DOMParser().parseFromString(t,"text/html");return qE(n.body),n.body.innerHTML}exports.Editor=KE;exports.PAGE_SEPARATOR=Ei;exports.joinPagesToHtml=at;exports.sanitizeDocumentHtml=xi;exports.sanitizePageHtml=sl;exports.splitPagesFromHtml=Se;exports.stripCommentAnchors=ZE;
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,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function m1(e){return ug(e).replace(/'/g,"&#39;")}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_;