@ckeditor/ckeditor5-track-changes 37.1.0 → 38.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/bg.js +1 -1
  4. package/build/translations/bn.js +1 -1
  5. package/build/translations/ca.js +1 -1
  6. package/build/translations/cs.js +1 -1
  7. package/build/translations/da.js +1 -1
  8. package/build/translations/de.js +1 -1
  9. package/build/translations/el.js +1 -1
  10. package/build/translations/en-au.js +1 -1
  11. package/build/translations/es.js +1 -1
  12. package/build/translations/et.js +1 -1
  13. package/build/translations/fi.js +1 -1
  14. package/build/translations/fr.js +1 -1
  15. package/build/translations/he.js +1 -1
  16. package/build/translations/hi.js +1 -1
  17. package/build/translations/hr.js +1 -1
  18. package/build/translations/hu.js +1 -1
  19. package/build/translations/id.js +1 -1
  20. package/build/translations/it.js +1 -1
  21. package/build/translations/ja.js +1 -1
  22. package/build/translations/ko.js +1 -1
  23. package/build/translations/lt.js +1 -1
  24. package/build/translations/lv.js +1 -1
  25. package/build/translations/ms.js +1 -1
  26. package/build/translations/nl.js +1 -1
  27. package/build/translations/no.js +1 -1
  28. package/build/translations/pl.js +1 -1
  29. package/build/translations/pt-br.js +1 -1
  30. package/build/translations/pt.js +1 -1
  31. package/build/translations/ro.js +1 -1
  32. package/build/translations/ru.js +1 -1
  33. package/build/translations/sk.js +1 -1
  34. package/build/translations/sr-latn.js +1 -1
  35. package/build/translations/sr.js +1 -1
  36. package/build/translations/sv.js +1 -1
  37. package/build/translations/th.js +1 -1
  38. package/build/translations/tr.js +1 -1
  39. package/build/translations/uk.js +1 -1
  40. package/build/translations/vi.js +1 -1
  41. package/build/translations/zh-cn.js +1 -1
  42. package/build/translations/zh.js +1 -1
  43. package/lang/translations/ar.po +7 -7
  44. package/lang/translations/bg.po +3 -3
  45. package/lang/translations/bn.po +3 -3
  46. package/lang/translations/ca.po +3 -3
  47. package/lang/translations/cs.po +5 -5
  48. package/lang/translations/da.po +3 -3
  49. package/lang/translations/de.po +3 -3
  50. package/lang/translations/el.po +3 -3
  51. package/lang/translations/en-au.po +23 -23
  52. package/lang/translations/es.po +4 -4
  53. package/lang/translations/et.po +3 -3
  54. package/lang/translations/fi.po +3 -3
  55. package/lang/translations/fr.po +4 -4
  56. package/lang/translations/he.po +5 -5
  57. package/lang/translations/hi.po +3 -3
  58. package/lang/translations/hr.po +26 -26
  59. package/lang/translations/hu.po +3 -3
  60. package/lang/translations/id.po +2 -2
  61. package/lang/translations/it.po +4 -4
  62. package/lang/translations/ja.po +2 -2
  63. package/lang/translations/ko.po +2 -2
  64. package/lang/translations/lt.po +5 -5
  65. package/lang/translations/lv.po +4 -4
  66. package/lang/translations/ms.po +2 -2
  67. package/lang/translations/nl.po +3 -3
  68. package/lang/translations/no.po +3 -3
  69. package/lang/translations/pl.po +5 -5
  70. package/lang/translations/pt-br.po +4 -4
  71. package/lang/translations/pt.po +4 -4
  72. package/lang/translations/ro.po +4 -4
  73. package/lang/translations/ru.po +5 -5
  74. package/lang/translations/sk.po +5 -5
  75. package/lang/translations/sr-latn.po +4 -4
  76. package/lang/translations/sr.po +4 -4
  77. package/lang/translations/sv.po +3 -3
  78. package/lang/translations/th.po +2 -2
  79. package/lang/translations/tr.po +3 -3
  80. package/lang/translations/uk.po +5 -5
  81. package/lang/translations/vi.po +2 -2
  82. package/lang/translations/zh-cn.po +2 -2
  83. package/lang/translations/zh.po +2 -2
  84. package/package.json +3 -3
  85. package/src/commands/acceptsuggestioncommand.js +1 -1
  86. package/src/commands/discardsuggestioncommand.js +1 -1
  87. package/src/commands/executeonallsuggestionscommand.js +1 -1
  88. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  89. package/src/commands/trackchangescommand.js +1 -1
  90. package/src/integrations/alignment.js +1 -1
  91. package/src/integrations/basicstyles.js +1 -1
  92. package/src/integrations/blockquote.js +1 -1
  93. package/src/integrations/ckbox.js +1 -1
  94. package/src/integrations/codeblock.js +1 -1
  95. package/src/integrations/comments.js +1 -1
  96. package/src/integrations/deletecommand.js +1 -1
  97. package/src/integrations/documentlist.js +1 -1
  98. package/src/integrations/documentlistproperties.js +1 -1
  99. package/src/integrations/entercommand.js +1 -1
  100. package/src/integrations/findandreplace.js +1 -1
  101. package/src/integrations/font.js +1 -1
  102. package/src/integrations/formatpainter.js +1 -1
  103. package/src/integrations/heading.js +1 -1
  104. package/src/integrations/highlight.js +1 -1
  105. package/src/integrations/horizontalline.js +1 -1
  106. package/src/integrations/htmlembed.js +1 -1
  107. package/src/integrations/image.js +1 -1
  108. package/src/integrations/imagereplace.js +1 -1
  109. package/src/integrations/importword.js +1 -1
  110. package/src/integrations/indent.js +1 -1
  111. package/src/integrations/inputcommand.js +1 -1
  112. package/src/integrations/link.js +1 -1
  113. package/src/integrations/list.js +1 -1
  114. package/src/integrations/listproperties.js +1 -1
  115. package/src/integrations/mediaembed.js +1 -1
  116. package/src/integrations/mention.js +1 -1
  117. package/src/integrations/pagebreak.js +1 -1
  118. package/src/integrations/paragraph.js +1 -1
  119. package/src/integrations/removeformat.js +1 -1
  120. package/src/integrations/restrictededitingmode.js +1 -1
  121. package/src/integrations/shiftentercommand.js +1 -1
  122. package/src/integrations/standardeditingmode.js +1 -1
  123. package/src/integrations/style.js +1 -1
  124. package/src/integrations/table.js +1 -1
  125. package/src/integrations/tablecaption.js +1 -1
  126. package/src/integrations/tableclipboard.js +1 -1
  127. package/src/integrations/tablecolumnresize.js +1 -1
  128. package/src/integrations/tableheadings.js +1 -1
  129. package/src/integrations/tablemergesplit.js +1 -1
  130. package/src/integrations/tableofcontents.js +1 -1
  131. package/src/integrations/tableproperties.js +1 -1
  132. package/src/integrations/template.js +1 -1
  133. package/src/integrations/title.js +1 -1
  134. package/src/integrations/undo.js +1 -1
  135. package/src/integrations/utils.js +1 -1
  136. package/src/suggestion.js +1 -1
  137. package/src/suggestiondescriptionfactory.js +1 -1
  138. package/src/trackchanges.d.ts +23 -5
  139. package/src/trackchanges.js +1 -1
  140. package/src/trackchangesconfig.d.ts +23 -5
  141. package/src/trackchangesdata.js +1 -1
  142. package/src/trackchangesediting.js +1 -1
  143. package/src/trackchangesui.js +1 -1
  144. package/src/ui/suggestioncontroller.js +1 -1
  145. package/src/ui/view/basesuggestionthreadview.js +1 -1
  146. package/src/ui/view/suggestionthreadview.js +1 -1
  147. package/src/utils/common-translations.js +1 -1
  148. package/src/utils/utils.js +1 -1
@@ -1,5 +1,5 @@
1
- !function(t){const e=t.en=t.en||{};e.dictionary=Object.assign(e.dictionary||{},{"*Change %0 content*":"*Change %0 content*","*Change to:* %0":"*Change to:* %0","*Check item*":"*Check item*","*Format:* %0":"*Format:* %0","*Format:* change table cell properties":"*Format:* change table cell properties","*Format:* change table properties":"*Format:* change table properties","*Format:* insert into %0":"*Format:* insert into %0","*Format:* remove from %0":"*Format:* remove from %0","*Format:* replace image URL":"*Format:* replace image URL","*Format:* resize table":"*Format:* resize table","*Format:* set order to regular":"*Format:* set order to regular","*Format:* set order to reversed":"*Format:* set order to reversed","*Format:* set start index to %0":"*Format:* set start index to %0","*Indent:* %0":"*Indent:* %0","*Insert:* %0":"*Insert:* %0","*Merge cells*":"*Merge cells*","*Merge:* %0":"*Merge:* %0","*Outdent:* %0":"*Outdent:* %0","*Remove all formatting*":"*Remove all formatting*","*Remove format:* %0":"*Remove format:* %0","*Remove highlight*":"*Remove highlight*","*Remove image text alternative*":"*Remove image text alternative*","*Remove link*":"*Remove link*","*Remove:* %0":"*Remove:* %0","*Replace table cells*":"*Replace table cells*","*Reset font background color*":"*Reset font background color*","*Reset font color*":"*Reset font color*","*Reset font family*":"*Reset font family*","*Reset font size*":"*Reset font size*","*Reset image width*":"*Reset image width*","*Set font background color:* %0":"*Set font background color:* %0","*Set font color:* %0":"*Set font color:* %0","*Set font family:* %0":"*Set font family:* %0","*Set font size:* %0":"*Set font size:* %0","*Set format to:* %0":"*Set format to:* %0","*Set highlight:* %0":"*Set highlight:* %0","*Set image text alternative:* %0":"*Set image text alternative:* %0","*Set image width:* %0":"*Set image width:* %0","*Set link:* %0":"*Set link:* %0","*Split cell:* horizontally":"*Split cell:* horizontally","*Split cell:* vertically":"*Split cell:* vertically","*Split:* %0":"*Split:* %0","*Uncheck item*":"*Uncheck item*","Accept all selected suggestions":"Accept all selected suggestions","Accept all suggestions":"Accept all suggestions","Accept suggestion":"Accept suggestion","Discard all selected suggestions":"Discard all selected suggestions","Discard all suggestions":"Discard all suggestions","Discard suggestion":"Discard suggestion",ELEMENT_BLOCK_QUOTE:"block quote",ELEMENT_BULLETED_LIST:"bulleted list",ELEMENT_BULLETED_LIST_CIRCLE:"bulleted list (circle)",ELEMENT_BULLETED_LIST_DISC:"bulleted list (disc)",ELEMENT_BULLETED_LIST_SQUARE:"bulleted list (square)",ELEMENT_CAPTION:"caption",ELEMENT_CODE_BLOCK:["code block","%0 code blocks"],ELEMENT_HEADING:["heading (level %1)","%0 headings (level %1)"],ELEMENT_HEADING_CUSTOM:["heading (%1)","%0 headings (%1)"],ELEMENT_HORIZONTAL_LINE:["horizontal line","%0 horizontal lines"],ELEMENT_HTML_EMBED:["HTML embed","%0 HTML embeds"],ELEMENT_IMAGE:["image","%0 images"],ELEMENT_INLINE_IMAGE:["image","%0 images"],ELEMENT_LINE_BREAK:["line break","%0 line breaks"],ELEMENT_LIST_ITEM:["list item","%0 list items"],ELEMENT_MEDIA:["media item","%0 media items"],ELEMENT_NUMBERED_LIST:"numbered list",ELEMENT_NUMBERED_LIST_DECIMAL:"numbered list (decimal)",ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO:"numbered list (decimal with leading zero)",ELEMENT_NUMBERED_LIST_LOWER_LATIN:"numbered list (lower-latin)",ELEMENT_NUMBERED_LIST_LOWER_ROMAN:"numbered list (lower-roman)",ELEMENT_NUMBERED_LIST_UPPER_LATIN:"numbered list (upper-latin)",ELEMENT_NUMBERED_LIST_UPPER_ROMAN:"numbered list (upper-roman)",ELEMENT_PAGE_BREAK:["page break","%0 page breaks"],ELEMENT_PARAGRAPH:["paragraph","%0 paragraphs"],ELEMENT_SPACE:["space","%0 spaces"],ELEMENT_TABLE:["table","%0 tables"],ELEMENT_TABLE_COLUMN:["table column","%0 table columns"],ELEMENT_TABLE_COLUMN_WITH_TEXT:["table column *with text* %1","%0 table columns *with text* %1"],ELEMENT_TABLE_OF_CONTENTS:["table of contents","%0 tables of contents"],ELEMENT_TABLE_ROW:["table row","%0 table rows"],ELEMENT_TABLE_ROW_WITH_TEXT:["table row *with text* %1","%0 table rows *with text* %1"],ELEMENT_TABLE_WITH_TEXT:"table *with text* %0",ELEMENT_TITLE:"title",ELEMENT_TODO_LIST:"to-do list",EXTERNAL_IMPORT_WORD_SUGGESTION:"This suggestion comes from an imported Word file.",EXTERNAL_SUGGESTION:"This suggestion comes from an external source.",FORMAT_ALIGN_TO_CENTER:"align to center",FORMAT_ALIGN_TO_LEFT:"align to left",FORMAT_ALIGN_TO_RIGHT:"align to right",FORMAT_BOLD:"bold",FORMAT_CODE:"code",FORMAT_HEADER_COLUMN:"header column",FORMAT_HEADER_ROW:"header row",FORMAT_HIGHLIGHT:"highlight",FORMAT_ITALIC:"italic",FORMAT_JUSTIFY_TEXT:"justify",FORMAT_REGULAR_COLUMN:"regular column",FORMAT_REGULAR_ROW:"regular row",FORMAT_RESTRICTED_DISABLED:"*Disable in restricted editing mode*",FORMAT_RESTRICTED_ENABLED:"*Enable in restricted editing mode*",FORMAT_SIDE_IMAGE:"side image",FORMAT_STRIKETHROUGH:"strikethrough",FORMAT_SUBSCRIPT:"subscript",FORMAT_SUPERSCRIPT:"superscript",FORMAT_UNDERLINE:"underline",PENDING_ACTION_SUGGESTION:"Unsaved change in suggestion.",REPLACE_TEXT:"*Replace:* %0 *with* %1","Track changes":"Track changes"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
1
+ !function(e){const t=e.en=e.en||{};t.dictionary=Object.assign(t.dictionary||{},{"*Change %0 content*":"*Change %0 content*","*Change to:* %0":"*Change to:* %0","*Check item*":"*Check item*","*Format:* %0":"*Format:* %0","*Format:* change table cell properties":"*Format:* change table cell properties","*Format:* change table properties":"*Format:* change table properties","*Format:* insert into %0":"*Format:* insert into %0","*Format:* remove from %0":"*Format:* remove from %0","*Format:* replace image URL":"*Format:* replace image URL","*Format:* resize table":"*Format:* resize table","*Format:* set order to regular":"*Format:* set order to regular","*Format:* set order to reversed":"*Format:* set order to reversed","*Format:* set start index to %0":"*Format:* set start index to %0","*Indent:* %0":"*Indent:* %0","*Insert:* %0":"*Insert:* %0","*Merge cells*":"*Merge cells*","*Merge:* %0":"*Merge:* %0","*Outdent:* %0":"*Outdent:* %0","*Remove all formatting*":"*Remove all formatting*","*Remove format:* %0":"*Remove format:* %0","*Remove highlight*":"*Remove highlight*","*Remove image text alternative*":"*Remove image text alternative*","*Remove link*":"*Remove link*","*Remove:* %0":"*Remove:* %0","*Replace table cells*":"*Replace table cells*","*Reset font background color*":"*Reset font background color*","*Reset font color*":"*Reset font color*","*Reset font family*":"*Reset font family*","*Reset font size*":"*Reset font size*","*Reset image width*":"*Reset image width*","*Set font background color:* %0":"*Set font background color:* %0","*Set font color:* %0":"*Set font color:* %0","*Set font family:* %0":"*Set font family:* %0","*Set font size:* %0":"*Set font size:* %0","*Set format to:* %0":"*Set format to:* %0","*Set highlight:* %0":"*Set highlight:* %0","*Set image text alternative:* %0":"*Set image text alternative:* %0","*Set image width:* %0":"*Set image width:* %0","*Set link:* %0":"*Set link:* %0","*Split cell:* horizontally":"*Split cell:* horizontally","*Split cell:* vertically":"*Split cell:* vertically","*Split:* %0":"*Split:* %0","*Uncheck item*":"*Uncheck item*","Accept all selected suggestions":"Accept all selected suggestions","Accept all suggestions":"Accept all suggestions","Accept suggestion":"Accept suggestion","Discard all selected suggestions":"Discard all selected suggestions","Discard all suggestions":"Discard all suggestions","Discard suggestion":"Discard suggestion",ELEMENT_BLOCK_QUOTE:"block quote",ELEMENT_BULLETED_LIST:"bulleted list",ELEMENT_BULLETED_LIST_CIRCLE:"bulleted list (circle)",ELEMENT_BULLETED_LIST_DISC:"bulleted list (disc)",ELEMENT_BULLETED_LIST_SQUARE:"bulleted list (square)",ELEMENT_CAPTION:"caption",ELEMENT_CODE_BLOCK:["code block","%0 code blocks"],ELEMENT_HEADING:["heading (level %1)","%0 headings (level %1)"],ELEMENT_HEADING_CUSTOM:["heading (%1)","%0 headings (%1)"],ELEMENT_HORIZONTAL_LINE:["horizontal line","%0 horizontal lines"],ELEMENT_HTML_EMBED:["HTML embed","%0 HTML embeds"],ELEMENT_IMAGE:["image","%0 images"],ELEMENT_INLINE_IMAGE:["image","%0 images"],ELEMENT_LINE_BREAK:["line break","%0 line breaks"],ELEMENT_LIST_ITEM:["list item","%0 list items"],ELEMENT_MEDIA:["media item","%0 media items"],ELEMENT_NUMBERED_LIST:"numbered list",ELEMENT_NUMBERED_LIST_DECIMAL:"numbered list (decimal)",ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO:"numbered list (decimal with leading zero)",ELEMENT_NUMBERED_LIST_LOWER_LATIN:"numbered list (lower-latin)",ELEMENT_NUMBERED_LIST_LOWER_ROMAN:"numbered list (lower-roman)",ELEMENT_NUMBERED_LIST_UPPER_LATIN:"numbered list (upper-latin)",ELEMENT_NUMBERED_LIST_UPPER_ROMAN:"numbered list (upper-roman)",ELEMENT_PAGE_BREAK:["page break","%0 page breaks"],ELEMENT_PARAGRAPH:["paragraph","%0 paragraphs"],ELEMENT_SPACE:["space","%0 spaces"],ELEMENT_TABLE:["table","%0 tables"],ELEMENT_TABLE_COLUMN:["table column","%0 table columns"],ELEMENT_TABLE_COLUMN_WITH_TEXT:["table column *with text* %1","%0 table columns *with text* %1"],ELEMENT_TABLE_OF_CONTENTS:["table of contents","%0 tables of contents"],ELEMENT_TABLE_ROW:["table row","%0 table rows"],ELEMENT_TABLE_ROW_WITH_TEXT:["table row *with text* %1","%0 table rows *with text* %1"],ELEMENT_TABLE_WITH_TEXT:"table *with text* %0",ELEMENT_TITLE:"title",ELEMENT_TODO_LIST:"to-do list",EXTERNAL_IMPORT_WORD_SUGGESTION:"This suggestion comes from an imported Word file.",EXTERNAL_SUGGESTION:"This suggestion comes from an external source.",FORMAT_ALIGN_TO_CENTER:"align to center",FORMAT_ALIGN_TO_LEFT:"align to left",FORMAT_ALIGN_TO_RIGHT:"align to right",FORMAT_BOLD:"bold",FORMAT_CODE:"code",FORMAT_HEADER_COLUMN:"header column",FORMAT_HEADER_ROW:"header row",FORMAT_HIGHLIGHT:"highlight",FORMAT_ITALIC:"italic",FORMAT_JUSTIFY_TEXT:"justify",FORMAT_REGULAR_COLUMN:"regular column",FORMAT_REGULAR_ROW:"regular row",FORMAT_RESTRICTED_DISABLED:"*Disable in restricted editing mode*",FORMAT_RESTRICTED_ENABLED:"*Enable in restricted editing mode*",FORMAT_SIDE_IMAGE:"side image",FORMAT_STRIKETHROUGH:"strikethrough",FORMAT_SUBSCRIPT:"subscript",FORMAT_SUPERSCRIPT:"superscript",FORMAT_UNDERLINE:"underline",PENDING_ACTION_SUGGESTION:"Unsaved change in suggestion.",REPLACE_TEXT:"*Replace:* %0 *with* %1","Track changes":"Track changes"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={})),
2
2
  /*!
3
3
  * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
4
4
  * For licensing, see LICENSE.md.
5
- */(()=>{var t={417:(t,e,n)=>{t.exports=n(720)("./src/collaboration-core.js")},704:(t,e,n)=>{t.exports=n(79)("./src/core.js")},492:(t,e,n)=>{t.exports=n(79)("./src/engine.js")},331:(t,e,n)=>{t.exports=n(79)("./src/enter.js")},181:(t,e,n)=>{t.exports=n(79)("./src/typing.js")},273:(t,e,n)=>{t.exports=n(79)("./src/ui.js")},209:(t,e,n)=>{t.exports=n(79)("./src/utils.js")},995:(t,e,n)=>{t.exports=n(79)("./src/widget.js")},720:t=>{"use strict";t.exports=CKEditor5.collaborationDll},79:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(o){var s=e[o];if(void 0!==s)return s.exports;var r=e[o]={exports:{}};return t[o](r,r.exports,n),r.exports}n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{"use strict";n.r(o),n.d(o,{BaseSuggestionThreadView:()=>ac,TrackChanges:()=>Ac,TrackChangesData:()=>wc,TrackChangesEditing:()=>za});var t=n(704),e=n(209),s=n(273),r=n(417),i=n(492),x=n(995);const a=["execute","editor","_enableCommands","_disableUnsupportedCommands","affectsData","refresh","forceDisabled","_enabledCommands","TrackChangesCommand","commands","clearForceDisabled","has","value"];var c,l;c=a,l=226,function(t){for(;--t;)c.push(c.shift())}(++l);const u=function(t,e){return a[t-=0]};class d extends t.Command{constructor(t,e){super(t),this[u("0x2")]=e,this[u("0x7")]=!1,this[u("0x0")]()}[u("0x0")](){this.isEnabled=!0}[u("0x8")](){this[u("0x7")]=!this[u("0x7")],this[u("0x7")]?this[u("0xb")]():this[u("0xa")]()}_disableUnsupportedCommands(){for(const t of this[u("0x9")][u("0x4")].commands())t[u("0xc")]&&!this[u("0x2")][u("0x6")](t)&&t[u("0x1")](u("0x3"))}[u("0xa")](){for(const t of this.editor[u("0x4")][u("0x4")]())t[u("0xc")]&&!this[u("0x2")][u("0x6")](t)&&t[u("0x5")](u("0x3"))}}const g=["refresh","track-changes-accept-suggestion-not-found","editor","plugins","_suggestions","execute","get"];var m,f;m=g,f=141,function(t){for(;--t;)m.push(m.shift())}(++f);const h=function(t,e){return g[t-=0]};class p extends t.Command{constructor(t,e){super(t),this[h("0x3")]=e,this[h("0x6")]()}refresh(){this.isEnabled=!0}[h("0x4")](t){const n=this._suggestions[h("0x5")](t);if(!n)throw new e.CKEditorError(h("0x0"),this);this[h("0x1")][h("0x2")].get("TrackChangesEditing").acceptSuggestion(n)}}const b=["refresh","_suggestions","editor","isEnabled","discardSuggestion","plugins","get","TrackChangesEditing","track-changes-discard-suggestion-not-found"];var E,_;E=b,_=455,function(t){for(;--t;)E.push(E.shift())}(++_);const T=function(t,e){return b[t-=0]};class C extends t.Command{constructor(t,e){super(t),this[T("0x5")]=e,this[T("0x4")]()}refresh(){this[T("0x7")]=!0}execute(t){const n=this._suggestions[T("0x1")](t);if(!n)throw new e.CKEditorError(T("0x3"),this);this[T("0x6")][T("0x0")].get(T("0x2"))[T("0x8")](n)}}const y=["getRange","schema","from","change","next","replace","push","length","splice","map","getMarkers","isMultiRange","value","isArray","type","end","execute","sort","isTouching","color","createPositionAt","isInContent","isCollapsed","createRange","createPositionAfter","createPositionBefore","deletion"," [color ","getRanges","join","add"];var k,A;k=y,A=440,function(t){for(;--t;)k.push(k.shift())}(++A);const v=function(t,e){return y[t-=0]};function R(t){return t[v("0xb")](((t,e)=>v("0x14")==t.type&&v("0x14")!=e[v("0x8")]?-1:v("0x14")!=t[v("0x8")]&&v("0x14")==e.type?1:0))}function S(t,e){let n,o=0;const s=[],r=e[v("0x1a")];for(;o<t[v("0x1")];){const i=t[o],x=t[o+1];n||(n=e[v("0x13")](i)),I(e,i,x)||(s[v("0x0")](e[v("0x11")](n,r.isObject(i)?e[v("0x12")](i):e[v("0xe")](i,v("0x9")))),n=null),o++}return s}function I(t,e,n){if(!n)return!1;const o=t[v("0x12")](e),s=t[v("0x13")](n);return o[v("0xc")](s)}function L(t,e,n){for(;n[v("0x1")];){const o=n[v("0x2")](0,100);t[v("0x1c")]((()=>{for(const t of o)t.isInContent&&e[v("0xa")](t.id)}))}}const N=["refresh","some","isEnabled","execute","values","from","isInContent","_suggestions","_command"];var w,M;w=N,M=147,function(t){for(;--t;)w.push(w.shift())}(++M);const O=function(t,e){return N[t-=0]};class F extends t.Command{constructor(t,e,n){super(t),this[O("0x5")]=e,this[O("0x4")]=n,this[O("0x6")]()}[O("0x6")](){const t=Array[O("0x2")](this[O("0x4")].values())[O("0x7")]((t=>t[O("0x3")]));this[O("0x8")]=this[O("0x5")].isEnabled&&t}[O("0x0")](){const t=R(Array[O("0x2")](this[O("0x4")][O("0x1")]()));L(this.editor.model,this[O("0x5")],t)}}const P=["size","document","execute","from","editor","values","_command","model","selection","_suggestions","isEnabled","_selectedSuggestions"];var D,B;D=P,B=189,function(t){for(;--t;)D.push(D.shift())}(++B);const j=function(t,e){return P[t-=0]};class U extends t.Command{constructor(t,e,n){super(t),this._command=e,this[j("0x0")]=n,this._selectedSuggestions=new Set,this.refresh()}refresh(){const t=this[j("0x7")][j("0xa")][j("0x4")][j("0xb")],e=Array[j("0x6")](this[j("0x0")][j("0x8")]());this._selectedSuggestions=function(t,e){const n=Array[v("0x1b")](t[v("0x16")]()),o=new Set;for(const s of e)if(s[v("0xf")])for(const e of n)for(const n of s[v("0x4")]()){const r=n[v("0x19")]();(e.isIntersecting(r)||t[v("0x10")]&&!s[v("0x5")]&&s[v("0x1d")]&&r[v("0x9")][v("0xc")](e.start))&&o[v("0x18")](s)}return o}(t,e),this.isEnabled=this._command[j("0x1")]&&!!this._selectedSuggestions[j("0x3")]}[j("0x5")](){const t=R(Array[j("0x6")](this[j("0x2")]));L(this[j("0x7")][j("0xa")],this[j("0x9")],t)}}const G=function(){this.__data__=[],this.size=0};const H=function(t,e){return t===e||t!=t&&e!=e};const W=function(t,e){for(var n=t.length;n--;)if(H(t[n][0],e))return n;return-1};var z=Array.prototype.splice;const V=function(t){var e=this.__data__,n=W(e,t);return!(n<0)&&(n==e.length-1?e.pop():z.call(e,n,1),--this.size,!0)};const K=function(t){var e=this.__data__,n=W(e,t);return n<0?void 0:e[n][1]};const X=function(t){return W(this.__data__,t)>-1};const q=function(t,e){var n=this.__data__,o=W(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function $(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}$.prototype.clear=G,$.prototype.delete=V,$.prototype.get=K,$.prototype.has=X,$.prototype.set=q;const J=$;const Q=function(){this.__data__=new J,this.size=0};const Z=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const Y=function(t){return this.__data__.get(t)};const tt=function(t){return this.__data__.has(t)};const et="object"==typeof global&&global&&global.Object===Object&&global;var nt="object"==typeof self&&self&&self.Object===Object&&self;const ot=et||nt||Function("return this")();const st=ot.Symbol;var rt=Object.prototype,it=rt.hasOwnProperty,xt=rt.toString,at=st?st.toStringTag:void 0;const ct=function(t){var e=it.call(t,at),n=t[at];try{t[at]=void 0;var o=!0}catch(t){}var s=xt.call(t);return o&&(e?t[at]=n:delete t[at]),s};var lt=Object.prototype.toString;const ut=function(t){return lt.call(t)};var dt=st?st.toStringTag:void 0;const gt=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":dt&&dt in Object(t)?ct(t):ut(t)};const mt=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ft=function(t){if(!mt(t))return!1;var e=gt(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ht=ot["__core-js_shared__"];var pt,bt=(pt=/[^.]+$/.exec(ht&&ht.keys&&ht.keys.IE_PROTO||""))?"Symbol(src)_1."+pt:"";const Et=function(t){return!!bt&&bt in t};var _t=Function.prototype.toString;const Tt=function(t){if(null!=t){try{return _t.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var Ct=/^\[object .+?Constructor\]$/,yt=Function.prototype,kt=Object.prototype,At=yt.toString,vt=kt.hasOwnProperty,Rt=RegExp("^"+At.call(vt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const St=function(t){return!(!mt(t)||Et(t))&&(ft(t)?Rt:Ct).test(Tt(t))};const It=function(t,e){return null==t?void 0:t[e]};const Lt=function(t,e){var n=It(t,e);return St(n)?n:void 0};const Nt=Lt(ot,"Map");const wt=Lt(Object,"create");const Mt=function(){this.__data__=wt?wt(null):{},this.size=0};const Ot=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Ft=Object.prototype.hasOwnProperty;const Pt=function(t){var e=this.__data__;if(wt){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Ft.call(e,t)?e[t]:void 0};var Dt=Object.prototype.hasOwnProperty;const Bt=function(t){var e=this.__data__;return wt?void 0!==e[t]:Dt.call(e,t)};const jt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=wt&&void 0===e?"__lodash_hash_undefined__":e,this};function Ut(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}Ut.prototype.clear=Mt,Ut.prototype.delete=Ot,Ut.prototype.get=Pt,Ut.prototype.has=Bt,Ut.prototype.set=jt;const Gt=Ut;const Ht=function(){this.size=0,this.__data__={hash:new Gt,map:new(Nt||J),string:new Gt}};const Wt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const zt=function(t,e){var n=t.__data__;return Wt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Vt=function(t){var e=zt(this,t).delete(t);return this.size-=e?1:0,e};const Kt=function(t){return zt(this,t).get(t)};const Xt=function(t){return zt(this,t).has(t)};const qt=function(t,e){var n=zt(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function $t(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}$t.prototype.clear=Ht,$t.prototype.delete=Vt,$t.prototype.get=Kt,$t.prototype.has=Xt,$t.prototype.set=qt;const Jt=$t;const Qt=function(t,e){var n=this.__data__;if(n instanceof J){var o=n.__data__;if(!Nt||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new Jt(o)}return n.set(t,e),this.size=n.size,this};function Zt(t){var e=this.__data__=new J(t);this.size=e.size}Zt.prototype.clear=Q,Zt.prototype.delete=Z,Zt.prototype.get=Y,Zt.prototype.has=tt,Zt.prototype.set=Qt;const Yt=Zt;const te=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o&&!1!==e(t[n],n,t););return t};const ee=function(){try{var t=Lt(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const ne=function(t,e,n){"__proto__"==e&&ee?ee(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var oe=Object.prototype.hasOwnProperty;const se=function(t,e,n){var o=t[e];oe.call(t,e)&&H(o,n)&&(void 0!==n||e in t)||ne(t,e,n)};const re=function(t,e,n,o){var s=!n;n||(n={});for(var r=-1,i=e.length;++r<i;){var x=e[r],a=o?o(n[x],t[x],x,n,t):void 0;void 0===a&&(a=t[x]),s?ne(n,x,a):se(n,x,a)}return n};const ie=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const xe=function(t){return null!=t&&"object"==typeof t};const ae=function(t){return xe(t)&&"[object Arguments]"==gt(t)};var ce=Object.prototype,le=ce.hasOwnProperty,ue=ce.propertyIsEnumerable;const de=ae(function(){return arguments}())?ae:function(t){return xe(t)&&le.call(t,"callee")&&!ue.call(t,"callee")};const ge=Array.isArray;const me=function(){return!1};var fe="object"==typeof exports&&exports&&!exports.nodeType&&exports,he=fe&&"object"==typeof module&&module&&!module.nodeType&&module,pe=he&&he.exports===fe?ot.Buffer:void 0;const be=(pe?pe.isBuffer:void 0)||me;var Ee=/^(?:0|[1-9]\d*)$/;const _e=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Ee.test(t))&&t>-1&&t%1==0&&t<e};const Te=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var Ce={};Ce["[object Float32Array]"]=Ce["[object Float64Array]"]=Ce["[object Int8Array]"]=Ce["[object Int16Array]"]=Ce["[object Int32Array]"]=Ce["[object Uint8Array]"]=Ce["[object Uint8ClampedArray]"]=Ce["[object Uint16Array]"]=Ce["[object Uint32Array]"]=!0,Ce["[object Arguments]"]=Ce["[object Array]"]=Ce["[object ArrayBuffer]"]=Ce["[object Boolean]"]=Ce["[object DataView]"]=Ce["[object Date]"]=Ce["[object Error]"]=Ce["[object Function]"]=Ce["[object Map]"]=Ce["[object Number]"]=Ce["[object Object]"]=Ce["[object RegExp]"]=Ce["[object Set]"]=Ce["[object String]"]=Ce["[object WeakMap]"]=!1;const ye=function(t){return xe(t)&&Te(t.length)&&!!Ce[gt(t)]};const ke=function(t){return function(e){return t(e)}};var Ae="object"==typeof exports&&exports&&!exports.nodeType&&exports,ve=Ae&&"object"==typeof module&&module&&!module.nodeType&&module,Re=ve&&ve.exports===Ae&&et.process;const Se=function(){try{var t=ve&&ve.require&&ve.require("util").types;return t||Re&&Re.binding&&Re.binding("util")}catch(t){}}();var Ie=Se&&Se.isTypedArray;const Le=Ie?ke(Ie):ye;var Ne=Object.prototype.hasOwnProperty;const we=function(t,e){var n=ge(t),o=!n&&de(t),s=!n&&!o&&be(t),r=!n&&!o&&!s&&Le(t),i=n||o||s||r,x=i?ie(t.length,String):[],a=x.length;for(var c in t)!e&&!Ne.call(t,c)||i&&("length"==c||s&&("offset"==c||"parent"==c)||r&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||_e(c,a))||x.push(c);return x};var Me=Object.prototype;const Oe=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Me)};const Fe=function(t,e){return function(n){return t(e(n))}};const Pe=Fe(Object.keys,Object);var De=Object.prototype.hasOwnProperty;const Be=function(t){if(!Oe(t))return Pe(t);var e=[];for(var n in Object(t))De.call(t,n)&&"constructor"!=n&&e.push(n);return e};const je=function(t){return null!=t&&Te(t.length)&&!ft(t)};const Ue=function(t){return je(t)?we(t):Be(t)};const Ge=function(t,e){return t&&re(e,Ue(e),t)};const He=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var We=Object.prototype.hasOwnProperty;const ze=function(t){if(!mt(t))return He(t);var e=Oe(t),n=[];for(var o in t)("constructor"!=o||!e&&We.call(t,o))&&n.push(o);return n};const Ve=function(t){return je(t)?we(t,!0):ze(t)};const Ke=function(t,e){return t&&re(e,Ve(e),t)};var Xe="object"==typeof exports&&exports&&!exports.nodeType&&exports,qe=Xe&&"object"==typeof module&&module&&!module.nodeType&&module,$e=qe&&qe.exports===Xe?ot.Buffer:void 0,Je=$e?$e.allocUnsafe:void 0;const Qe=function(t,e){if(e)return t.slice();var n=t.length,o=Je?Je(n):new t.constructor(n);return t.copy(o),o};const Ze=function(t,e){var n=-1,o=t.length;for(e||(e=Array(o));++n<o;)e[n]=t[n];return e};const Ye=function(t,e){for(var n=-1,o=null==t?0:t.length,s=0,r=[];++n<o;){var i=t[n];e(i,n,t)&&(r[s++]=i)}return r};const tn=function(){return[]};var en=Object.prototype.propertyIsEnumerable,nn=Object.getOwnPropertySymbols;const on=nn?function(t){return null==t?[]:(t=Object(t),Ye(nn(t),(function(e){return en.call(t,e)})))}:tn;const sn=function(t,e){return re(t,on(t),e)};const rn=function(t,e){for(var n=-1,o=e.length,s=t.length;++n<o;)t[s+n]=e[n];return t};const xn=Fe(Object.getPrototypeOf,Object);const an=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)rn(e,on(t)),t=xn(t);return e}:tn;const cn=function(t,e){return re(t,an(t),e)};const ln=function(t,e,n){var o=e(t);return ge(t)?o:rn(o,n(t))};const un=function(t){return ln(t,Ue,on)};const dn=function(t){return ln(t,Ve,an)};const gn=Lt(ot,"DataView");const mn=Lt(ot,"Promise");const fn=Lt(ot,"Set");const hn=Lt(ot,"WeakMap");var pn="[object Map]",bn="[object Promise]",En="[object Set]",_n="[object WeakMap]",Tn="[object DataView]",Cn=Tt(gn),yn=Tt(Nt),kn=Tt(mn),An=Tt(fn),vn=Tt(hn),Rn=gt;(gn&&Rn(new gn(new ArrayBuffer(1)))!=Tn||Nt&&Rn(new Nt)!=pn||mn&&Rn(mn.resolve())!=bn||fn&&Rn(new fn)!=En||hn&&Rn(new hn)!=_n)&&(Rn=function(t){var e=gt(t),n="[object Object]"==e?t.constructor:void 0,o=n?Tt(n):"";if(o)switch(o){case Cn:return Tn;case yn:return pn;case kn:return bn;case An:return En;case vn:return _n}return e});const Sn=Rn;var In=Object.prototype.hasOwnProperty;const Ln=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&In.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const Nn=ot.Uint8Array;const wn=function(t){var e=new t.constructor(t.byteLength);return new Nn(e).set(new Nn(t)),e};const Mn=function(t,e){var n=e?wn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var On=/\w*$/;const Fn=function(t){var e=new t.constructor(t.source,On.exec(t));return e.lastIndex=t.lastIndex,e};var Pn=st?st.prototype:void 0,Dn=Pn?Pn.valueOf:void 0;const Bn=function(t){return Dn?Object(Dn.call(t)):{}};const jn=function(t,e){var n=e?wn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const Un=function(t,e,n){var o=t.constructor;switch(e){case"[object ArrayBuffer]":return wn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return Mn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return jn(t,n);case"[object Map]":case"[object Set]":return new o;case"[object Number]":case"[object String]":return new o(t);case"[object RegExp]":return Fn(t);case"[object Symbol]":return Bn(t)}};var Gn=Object.create;const Hn=function(){function t(){}return function(e){if(!mt(e))return{};if(Gn)return Gn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Wn=function(t){return"function"!=typeof t.constructor||Oe(t)?{}:Hn(xn(t))};const zn=function(t){return xe(t)&&"[object Map]"==Sn(t)};var Vn=Se&&Se.isMap;const Kn=Vn?ke(Vn):zn;const Xn=function(t){return xe(t)&&"[object Set]"==Sn(t)};var qn=Se&&Se.isSet;const $n=qn?ke(qn):Xn;var Jn="[object Arguments]",Qn="[object Function]",Zn="[object Object]",Yn={};Yn[Jn]=Yn["[object Array]"]=Yn["[object ArrayBuffer]"]=Yn["[object DataView]"]=Yn["[object Boolean]"]=Yn["[object Date]"]=Yn["[object Float32Array]"]=Yn["[object Float64Array]"]=Yn["[object Int8Array]"]=Yn["[object Int16Array]"]=Yn["[object Int32Array]"]=Yn["[object Map]"]=Yn["[object Number]"]=Yn[Zn]=Yn["[object RegExp]"]=Yn["[object Set]"]=Yn["[object String]"]=Yn["[object Symbol]"]=Yn["[object Uint8Array]"]=Yn["[object Uint8ClampedArray]"]=Yn["[object Uint16Array]"]=Yn["[object Uint32Array]"]=!0,Yn["[object Error]"]=Yn[Qn]=Yn["[object WeakMap]"]=!1;const to=function t(e,n,o,s,r,i){var x,a=1&n,c=2&n,l=4&n;if(o&&(x=r?o(e,s,r,i):o(e)),void 0!==x)return x;if(!mt(e))return e;var u=ge(e);if(u){if(x=Ln(e),!a)return Ze(e,x)}else{var d=Sn(e),g=d==Qn||"[object GeneratorFunction]"==d;if(be(e))return Qe(e,a);if(d==Zn||d==Jn||g&&!r){if(x=c||g?{}:Wn(e),!a)return c?cn(e,Ke(x,e)):sn(e,Ge(x,e))}else{if(!Yn[d])return r?e:{};x=Un(e,d,a)}}i||(i=new Yt);var m=i.get(e);if(m)return m;i.set(e,x),$n(e)?e.forEach((function(s){x.add(t(s,n,o,s,e,i))})):Kn(e)&&e.forEach((function(s,r){x.set(r,t(s,n,o,r,e,i))}));var f=u?void 0:(l?c?dn:un:c?Ve:Ue)(e);return te(f||e,(function(s,r){f&&(s=e[r=s]),se(x,r,t(s,n,o,r,e,i))})),x};const eo=function(t){return to(t,5)};const no=function(t){return"symbol"==typeof t||xe(t)&&"[object Symbol]"==gt(t)};var oo=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,so=/^\w*$/;const ro=function(t,e){if(ge(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!no(t))||(so.test(t)||!oo.test(t)||null!=e&&t in Object(e))};function io(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var o=arguments,s=e?e.apply(this,o):o[0],r=n.cache;if(r.has(s))return r.get(s);var i=t.apply(this,o);return n.cache=r.set(s,i)||r,i};return n.cache=new(io.Cache||Jt),n}io.Cache=Jt;const xo=io;var ao=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,co=/\\(\\)?/g;const lo=function(t){var e=xo(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(ao,(function(t,n,o,s){e.push(o?s.replace(co,"$1"):n||t)})),e}));const uo=function(t,e){for(var n=-1,o=null==t?0:t.length,s=Array(o);++n<o;)s[n]=e(t[n],n,t);return s};var go=st?st.prototype:void 0,mo=go?go.toString:void 0;const fo=function t(e){if("string"==typeof e)return e;if(ge(e))return uo(e,t)+"";if(no(e))return mo?mo.call(e):"";var n=e+"";return"0"==n&&1/e==-Infinity?"-0":n};const ho=function(t){return null==t?"":fo(t)};const po=function(t,e){return ge(t)?t:ro(t,e)?[t]:lo(ho(t))};const bo=function(t){if("string"==typeof t||no(t))return t;var e=t+"";return"0"==e&&1/t==-Infinity?"-0":e};const Eo=function(t,e,n,o){if(!mt(t))return t;for(var s=-1,r=(e=po(e,t)).length,i=r-1,x=t;null!=x&&++s<r;){var a=bo(e[s]),c=n;if("__proto__"===a||"constructor"===a||"prototype"===a)return t;if(s!=i){var l=x[a];void 0===(c=o?o(l,a,x):void 0)&&(c=mt(l)?l:_e(e[s+1])?[]:{})}se(x,a,c),x=x[a]}return t};const _o=function(t,e,n){return null==t?t:Eo(t,e,n)};const To=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const Co=function(t){return this.__data__.has(t)};function yo(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Jt;++e<n;)this.add(t[e])}yo.prototype.add=yo.prototype.push=To,yo.prototype.has=Co;const ko=yo;const Ao=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o;)if(e(t[n],n,t))return!0;return!1};const vo=function(t,e){return t.has(e)};const Ro=function(t,e,n,o,s,r){var i=1&n,x=t.length,a=e.length;if(x!=a&&!(i&&a>x))return!1;var c=r.get(t),l=r.get(e);if(c&&l)return c==e&&l==t;var u=-1,d=!0,g=2&n?new ko:void 0;for(r.set(t,e),r.set(e,t);++u<x;){var m=t[u],f=e[u];if(o)var h=i?o(f,m,u,e,t,r):o(m,f,u,t,e,r);if(void 0!==h){if(h)continue;d=!1;break}if(g){if(!Ao(e,(function(t,e){if(!vo(g,e)&&(m===t||s(m,t,n,o,r)))return g.push(e)}))){d=!1;break}}else if(m!==f&&!s(m,f,n,o,r)){d=!1;break}}return r.delete(t),r.delete(e),d};const So=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,o){n[++e]=[o,t]})),n};const Io=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var Lo=st?st.prototype:void 0,No=Lo?Lo.valueOf:void 0;const wo=function(t,e,n,o,s,r,i){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!r(new Nn(t),new Nn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return H(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var x=So;case"[object Set]":var a=1&o;if(x||(x=Io),t.size!=e.size&&!a)return!1;var c=i.get(t);if(c)return c==e;o|=2,i.set(t,e);var l=Ro(x(t),x(e),o,s,r,i);return i.delete(t),l;case"[object Symbol]":if(No)return No.call(t)==No.call(e)}return!1};var Mo=Object.prototype.hasOwnProperty;const Oo=function(t,e,n,o,s,r){var i=1&n,x=un(t),a=x.length;if(a!=un(e).length&&!i)return!1;for(var c=a;c--;){var l=x[c];if(!(i?l in e:Mo.call(e,l)))return!1}var u=r.get(t),d=r.get(e);if(u&&d)return u==e&&d==t;var g=!0;r.set(t,e),r.set(e,t);for(var m=i;++c<a;){var f=t[l=x[c]],h=e[l];if(o)var p=i?o(h,f,l,e,t,r):o(f,h,l,t,e,r);if(!(void 0===p?f===h||s(f,h,n,o,r):p)){g=!1;break}m||(m="constructor"==l)}if(g&&!m){var b=t.constructor,E=e.constructor;b==E||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof E&&E instanceof E||(g=!1)}return r.delete(t),r.delete(e),g};var Fo="[object Arguments]",Po="[object Array]",Do="[object Object]",Bo=Object.prototype.hasOwnProperty;const jo=function(t,e,n,o,s,r){var i=ge(t),x=ge(e),a=i?Po:Sn(t),c=x?Po:Sn(e),l=(a=a==Fo?Do:a)==Do,u=(c=c==Fo?Do:c)==Do,d=a==c;if(d&&be(t)){if(!be(e))return!1;i=!0,l=!1}if(d&&!l)return r||(r=new Yt),i||Le(t)?Ro(t,e,n,o,s,r):wo(t,e,a,n,o,s,r);if(!(1&n)){var g=l&&Bo.call(t,"__wrapped__"),m=u&&Bo.call(e,"__wrapped__");if(g||m){var f=g?t.value():t,h=m?e.value():e;return r||(r=new Yt),s(f,h,n,o,r)}}return!!d&&(r||(r=new Yt),Oo(t,e,n,o,s,r))};const Uo=function t(e,n,o,s,r){return e===n||(null==e||null==n||!xe(e)&&!xe(n)?e!=e&&n!=n:jo(e,n,o,s,t,r))};const Go=function(t,e){return Uo(t,e)};const Ho=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Wo=function(t,e){for(var n=0,o=(e=po(e,t)).length;null!=t&&n<o;)t=t[bo(e[n++])];return n&&n==o?t:void 0};const zo=function(t,e,n){var o=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var r=Array(s);++o<s;)r[o]=t[o+e];return r};const Vo=function(t,e){return e.length<2?t:Wo(t,zo(e,0,-1))};const Ko=function(t,e){return e=po(e,t),null==(t=Vo(t,e))||delete t[bo(Ho(e))]};const Xo=function(t,e){return null==t||Ko(t,e)},qo=["isInContent","removeMarker","delete","addRange","head","get","onDiscard","removeAttribute","createdAt","_onAttributesChange","commentThread","reduce","markers","toJSON","substr","_markerNames","onAccept","@external","authoredAt","decorate","onAttributesChange","getMarkerNames","set","suggestion:","author","creator","getRanges","getMarkers","getItems","attributes","discard","setAttribute","nodeAfter","map","getAllAdjacentSuggestions","isExternal","getContainedElement","length","getFirstRange","getFirstMarker","data","push","start","isIntersectingWithRange","getRange","removeMarkers","nodeBefore","accept","add","subType","_model","clear","type","addMarkerName","from","hasComments","_onDiscard","previous","isMultiRange","size","getMultiRangeId","_onAccept"];var $o,Jo;$o=qo,Jo=437,function(t){for(;--t;)$o.push($o.shift())}(++Jo);const Qo=function(t,e){return qo[t-=0]};class Zo extends((0,e.ObservableMixin)()){constructor(t,e){super(),this.id=e.id,this[Qo("0x31")]=e[Qo("0x31")],this[Qo("0x2e")]=e[Qo("0x2e")]||null,this.author=e[Qo("0x15")],this[Qo("0x16")]=e[Qo("0x16")]||e[Qo("0x15")],this[Qo("0x20")]=Boolean(e[Qo("0x1a")]&&e[Qo("0x1a")][Qo("0xe")]),this.data=null,this[Qo("0x2f")]=t,this[Qo("0x3a")]=e[Qo("0xd")],this[Qo("0x35")]=e[Qo("0x3")],this[Qo("0x6")]=e[Qo("0x11")],this[Qo("0xc")]=new Set,this[Qo("0x5")]=null,this[Qo("0x13")](Qo("0xf"),null),this[Qo("0x13")](Qo("0x1a"),e[Qo("0x1a")]||{}),this[Qo("0x13")](Qo("0x36"),null),this.set("next",null),this[Qo("0x13")](Qo("0x7"),null),this[Qo("0x13")]("_saved",!1),this[Qo("0x10")](Qo("0x2c")),this[Qo("0x10")](Qo("0x1b"))}get[Qo("0x1")](){let t=this;for(;t[Qo("0x36")];)t=t[Qo("0x36")];return t}get[Qo("0x34")](){return!!this[Qo("0x7")]&&this[Qo("0x7")][Qo("0x22")]>0}get[Qo("0x37")](){return 0!=this._markerNames[Qo("0x38")]&&6==Array.from(this[Qo("0xc")])[0].split(":")[Qo("0x22")]}get[Qo("0x3b")](){return null!==this[Qo("0x24")]()}[Qo("0x32")](t){this[Qo("0xc")][Qo("0x2d")](t)}[Qo("0x12")](){return Array[Qo("0x33")](this[Qo("0xc")])}[Qo("0x18")](){return this[Qo("0x12")]().map((t=>this[Qo("0x2f")][Qo("0x9")][Qo("0x2")](t))).filter((t=>t))}[Qo("0x24")](){return this.getMarkers()[0]||null}[Qo("0x2a")](){this[Qo("0x2f")].change((t=>{for(const e of this[Qo("0x18")]())t[Qo("0x3c")](e)})),this[Qo("0xc")][Qo("0x30")]()}removeMarker(t){this[Qo("0x2f")].change((e=>{e[Qo("0x3c")](t)})),this._markerNames[Qo("0x3d")](t)}[Qo("0x0")](t){const e=Qo("0x14")+this.type+":"+this[Qo("0x2e")]+":"+this.id+":"+this.creator.id+":"+Zo[Qo("0x39")]();this[Qo("0x32")](e),this[Qo("0x2f")].change((n=>{n.addMarker(e,{range:t,usingOperation:!0,affectsData:!0})}))}[Qo("0x28")](t){for(const e of this[Qo("0x17")]())if(e.isIntersecting(t))return!0;return!1}[Qo("0x17")](){return this[Qo("0x18")]()[Qo("0x1e")]((t=>t.getRange()))}[Qo("0x19")](){return this[Qo("0x17")]()[Qo("0x8")](((t,e)=>[...t,...e[Qo("0x19")]()]),[])}[Qo("0x23")](){var t;return(null===(t=this.getFirstMarker())||void 0===t?void 0:t[Qo("0x29")]())||null}[Qo("0x21")](){const t=this[Qo("0x17")]();if(1!=t[Qo("0x22")])return null;const e=t[0],n=e[Qo("0x27")][Qo("0x1d")],o=e.end[Qo("0x2b")];return n instanceof i.Element?n!=o?null:n:null}[Qo("0x2c")](){this[Qo("0x3a")](this[Qo("0x17")](),this[Qo("0x25")],this[Qo("0x1a")]),this[Qo("0x2a")]()}discard(){this[Qo("0x35")](this.getRanges(),this[Qo("0x25")],this[Qo("0x1a")]),this[Qo("0x2a")]()}[Qo("0x1f")](){const t=[];let e=this[Qo("0x1")];for(;e;)t[Qo("0x26")](e),e=e.next;return t}[Qo("0x1c")](t,e){const n=eo(this[Qo("0x1a")]);_o(n,t,e),Go(n,this.attributes)||(this.attributes=n,this._onAttributesChange(n))}[Qo("0x4")](t){const e=eo(this[Qo("0x1a")]);Xo(e,t),Go(e,this.attributes)||(this.attributes=e,this._onAttributesChange(this[Qo("0x1a")]))}[Qo("0xa")](){return{id:this.id,type:this[Qo("0x2e")]?this[Qo("0x31")]+":"+this.subType:this[Qo("0x31")],authorId:this[Qo("0x16")].id,createdAt:this[Qo("0x5")],hasComments:this[Qo("0x34")],data:this.data,attributes:this[Qo("0x1a")]}}static getMultiRangeId(){return(0,e.uid)()[Qo("0xb")](1,5)}}function Yo(t,e,n){const o=t.t;switch(e){case"Track changes":return o("Track changes");case"Accept suggestion":return o("Accept suggestion");case"Discard suggestion":return o("Discard suggestion");case"Accept all suggestions":return o("Accept all suggestions");case"Accept all selected suggestions":return o("Accept all selected suggestions");case"Discard all suggestions":return o("Discard all suggestions");case"Discard all selected suggestions":return o("Discard all selected suggestions");case"*Reset font size*":return o("*Reset font size*");case"*Reset font family*":return o("*Reset font family*");case"*Reset font color*":return o("*Reset font color*");case"*Reset font background color*":return o("*Reset font background color*");case"*Remove image text alternative*":return o("*Remove image text alternative*");case"*Reset image width*":return o("*Reset image width*");case"*Remove link*":return o("*Remove link*");case"*Check item*":return o("*Check item*");case"*Uncheck item*":return o("*Uncheck item*");case"*Remove all formatting*":return o("*Remove all formatting*");case"*Replace table cells*":return o("*Replace table cells*");case"*Merge cells*":return o("*Merge cells*");case"*Split cell:* vertically":return o("*Split cell:* vertically");case"*Split cell:* horizontally":return o("*Split cell:* horizontally");case"*Indent:* %0":return o("*Indent:* %0",n);case"*Outdent:* %0":return o("*Outdent:* %0",n);case"*Change to:* %0":return o("*Change to:* %0",n);case"*Insert:* %0":return o("*Insert:* %0",n);case"*Format:* %0":return o("*Format:* %0",n);case"*Format:* change table properties":return o("*Format:* change table properties");case"*Format:* change table cell properties":return o("*Format:* change table cell properties");case"*Format:* insert into %0":return o("*Format:* insert into %0",n);case"*Format:* remove from %0":return o("*Format:* remove from %0",n);case"*Format:* replace image URL":return o("*Format:* replace image URL");case"*Format:* resize table":return o("*Format:* resize table");case"*Format:* set order to reversed":return o("*Format:* set order to reversed");case"*Format:* set order to regular":return o("*Format:* set order to regular");case"*Format:* set start index to %0":return o("*Format:* set start index to %0",n);case"*Change %0 content*":return o("*Change %0 content*",n);case"*Remove:* %0":return o("*Remove:* %0",n);case"*Merge:* %0":return o("*Merge:* %0",n);case"*Split:* %0":return o("*Split:* %0",n);case"*Remove format:* %0":return o("*Remove format:* %0",n);case"*Set font size:* %0":return o("*Set font size:* %0",n);case"*Set font family:* %0":return o("*Set font family:* %0",n);case"*Set format to:* %0":return o("*Set format to:* %0",n);case"*Set font color:* %0":return o("*Set font color:* %0",n);case"*Set font background color:* %0":return o("*Set font background color:* %0",n);case"*Set image text alternative:* %0":return o("*Set image text alternative:* %0",n);case"*Set image width:* %0":return o("*Set image width:* %0",n);case"*Set link:* %0":return o("*Set link:* %0",n);case"*Set highlight:* %0":return o("*Set highlight:* %0",n);case"*Remove highlight*":return o("*Remove highlight*");case"FORMAT_HIGHLIGHT":return o({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return o({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return o({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return o({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return o({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return o({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return o({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return o({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return o({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return o({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return o({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return o({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return o({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return o({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return o({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return o({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_BULLETED_LIST":return o({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_CIRCLE":return o({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return o({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return o({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST":return o({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return o({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return o({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return o({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return o({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return o({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return o({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return o({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"REPLACE_TEXT":return o({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return o({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGN_TO_LEFT":return o({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return o({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return o({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return o({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return o({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return o({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return o({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return o({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return o({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return o({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return o({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return o({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return o({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return o({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return o({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return o({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return o({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"PENDING_ACTION_SUGGESTION":return o({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return o({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return o({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return o({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return o({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return o({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return o({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return o({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return o({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return o({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return o({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);default:return e}}const ts=["start","ELEMENT_SPACE","$text","isInContent","_customCallbacks","push","isObject","deletion","registerElementLabel","Object","quantity","getItemLabel","$1 $2","element","type","softBreak","pop","*Insert:* %0","elementEnd","insertion","elementStart","addEmptyContainer","*Merge:* %0","nextSibling","set","addObject","_schema","end","_addDescriptionItems","getDescriptions","text","function","name","Container","length","_locale","removeEmptyContainer","removeObject","add","indexOf","remove","data","item","*Remove:* %0","replace","*Split:* %0","isEmpty","_itemLabels","getFirstRange","getWalker","REPLACE_TEXT","match","previousSibling","_resolveDescriptionItems","get","_itemLabelsCallbacks"];var es,ns;es=ts,ns=320,function(t){for(;--t;)es.push(es.shift())}(++ns);const os=function(t,e){return ts[t-=0]};class ss{constructor(t,e){this[os("0x14")]=[],this._itemLabels=new Map,this[os("0xf")]=[],this[os("0x2a")]=t,this[os("0x33")]=e}[os("0x2d")](t){const e=[];for(let n=0;n<t[os("0x32")];n++){const o=t[n];if(!o[os("0x13")])continue;let s=!1;for(const t of this[os("0x14")]){const n=t(o);if(n){os("0x1e")in n&&e[os("0x15")](n),s=!0;break}}if(!s){this._addDescriptionItems(e,o);const s=t[n+1];if(s&&!o[os("0x8")]()[os("0x2b")].isEqual(s[os("0x8")]()[os("0x10")])){const t=e[e[os("0x32")]-1],n=os("0x23")==o[os("0x1e")]?os("0x36"):os("0x0");t&&os("0x2e")==t[os("0x1e")]&&(t[n]+="\n")}}}return this[os("0xd")](e)}registerDescriptionCallback(t){this._customCallbacks.push(t)}[os("0x18")](t,n,o=e.priorities.normal){os("0x2f")==typeof t?(0,e.insertToPriorityArray)(this._itemLabelsCallbacks,{matchingCallback:t,label:n,priority:o}):this[os("0x7")][os("0x28")](t,n)}[os("0x1b")](t,e=1){let n;for(const e of this[os("0xf")])if(e.matchingCallback(t)){n=e.label;break}return n||(n=this._itemLabels[os("0xe")](t[os("0x30")])),n?n(e):1!==e?e+" "+t[os("0x30")]+"s":""+t[os("0x30")]}[os("0x2c")](t,e){const n=e[os("0x8")]()[os("0x9")](),o=os("0x23")==e[os("0x1e")]?os("0x36"):os("0x0");for(const e of n){const s=e[os("0x2")],r=t[t[os("0x32")]-1];if(s.is("$textProxy"))r&&r.type[os("0x37")]("Container")>-1&&t[os("0x20")](),r&&os("0x2e")==r[os("0x1e")]?r[o]+=s[os("0x1")]:t[os("0x15")]({type:"text",add:os("0x36")==o?s[os("0x1")]:"",remove:os("0x0")==o?s[os("0x1")]:""});else if(this[os("0x2a")][os("0x16")](s)){const i=s;if(r&&r[os("0x1e")].indexOf(os("0x31"))>-1&&t[os("0x20")](),os("0x22")==e[os("0x1e")])continue;r&&r[os("0x1e")]==o+os("0x19")&&r[os("0x1d")][os("0x30")]==i[os("0x30")]?r[os("0x1a")]++:t.push({type:o+os("0x19"),element:i,quantity:1}),n.skip((t=>!("elementEnd"==t[os("0x1e")]&&t[os("0x2")]==s)))}else if(this._schema.checkChild(s,os("0x12"))||s.is(os("0x1d"),os("0x1f"))){const n=s;if("add"==o&&os("0x24")==e[os("0x1e")]||os("0x0")==o&&os("0x22")==e.type)continue;if(r&&-1==r[os("0x1e")][os("0x37")]("Container")){os("0x2e")==r[os("0x1e")]&&(r[o]+="\n");continue}let i;if(i=os("0x36")==o?n[os("0x27")]&&!this[os("0x2a")][os("0x16")](n[os("0x27")])?n.nextSibling:null:n.previousSibling&&!this._schema.isObject(n.previousSibling)?n[os("0xc")]:null,n[os("0x6")]||i&&i[os("0x6")]){const e=i&&i[os("0x6")]?i:n;r&&r[os("0x1e")]==o+"EmptyContainer"&&r[os("0x1d")][os("0x30")]==e[os("0x30")]?r[os("0x1a")]++:t[os("0x15")]({type:o+"EmptyContainer",element:e,quantity:1})}else t[os("0x15")]({type:o+os("0x31"),element:n})}}}[os("0xd")](t){const e=this[os("0x33")],n=[];for(const o of t){switch(o[os("0x1e")]){case os("0x2e"):if(o[os("0x36")]=o[os("0x36")][os("0x4")](/(\S)\u000A+(\S)/g,os("0x1c"))[os("0x4")](/\u000A/g,""),o[os("0x0")]=o[os("0x0")][os("0x4")](/(\S)\u000A+(\S)/g,os("0x1c"))[os("0x4")](/\u000A/g,""),""!=o[os("0x36")]&&""!=o.remove){n.push({type:os("0x4"),content:Yo(e,os("0xa"),['"'+o[os("0x0")]+'"','"'+o.add+'"'])});continue}if(null!=o.add[os("0xb")](/^ +$/)){n.push({type:os("0x23"),content:Yo(e,os("0x21"),Yo(e,os("0x11"),o[os("0x36")].length))});continue}if(null!=o[os("0x0")][os("0xb")](/^ +$/)){n[os("0x15")]({type:os("0x17"),content:Yo(e,os("0x3"),Yo(e,os("0x11"),o[os("0x0")][os("0x32")]))});continue}if(""!=o[os("0x36")]){n[os("0x15")]({type:"insertion",content:Yo(e,os("0x21"),'"'+o.add+'"')});continue}n[os("0x15")]({type:os("0x17"),content:Yo(e,os("0x3"),'"'+o[os("0x0")]+'"')});continue;case os("0x25"):case os("0x29"):n[os("0x15")]({type:os("0x23"),content:Yo(e,os("0x21"),this.getItemLabel(o[os("0x1d")],o.quantity))});continue;case os("0x34"):case os("0x35"):n.push({type:os("0x17"),content:Yo(e,os("0x3"),this[os("0x1b")](o[os("0x1d")],o[os("0x1a")]))});continue;case"addContainer":n.push({type:"insertion",content:Yo(e,os("0x5"),this[os("0x1b")](o[os("0x1d")],o[os("0x1a")]))});continue;case"removeContainer":n[os("0x15")]({type:os("0x17"),content:Yo(e,os("0x26"),this[os("0x1b")](o[os("0x1d")],o.quantity))});continue}n[os("0x15")](o)}return n}}const rs=["value","locale","FORMAT_ALIGN_TO_RIGHT","_descriptionFactory","center","commandName","format","checkAttribute","ltr","left","TrackChangesEditing","contentLanguageDirection","model","*Format:* %0","right","editor","getAttribute","FORMAT_JUSTIFY_TEXT","selection","AlignmentEditing","commandParams","afterInit","schema","change","getSelectedBlocks","FORMAT_ALIGN_TO_CENTER","filter","enableCommand","plugins","FORMAT_ALIGN_TO_LEFT","alignment"];var is,xs;is=rs,xs=155,function(t){for(;--t;)is.push(is.shift())}(++xs);const as=function(t,e){return rs[t-=0]};class cs extends t.Plugin{[as("0x15")](){const t=this[as("0xf")],e=t[as("0x1")];if(!t[as("0x1c")].has(as("0x13")))return;const n=t[as("0x1c")].get(as("0xa"));n[as("0x1b")]("alignment",((e,o={})=>{let s=o.value;o[as("0x0")]||(s=as("0x8")===t.locale[as("0xb")]?"left":as("0xe"));const r=Array.from(this[as("0xf")].model.document[as("0x12")][as("0x18")]())[as("0x1a")]((t=>function(t,e,n){const o=t[as("0x10")](as("0x1e"))||null;return e[as("0x7")](t,as("0x1e"))&&n!=o}(t,this.editor[as("0xc")][as("0x16")],s)));t[as("0xc")][as("0x17")]((()=>{for(const t of r)n.markBlockFormat(t,{commandName:as("0x1e"),commandParams:[{value:s}]})}))})),n[as("0x3")].registerDescriptionCallback((t=>{const{data:n}=t;if(n&&as("0x1e")==n[as("0x5")]){const t=n[as("0x14")][0][as("0x0")];return{type:as("0x6"),content:Yo(e,as("0xd"),function(t){switch(t){case as("0x9"):return Yo(e,as("0x1d"));case as("0xe"):return Yo(e,as("0x2"));case as("0x4"):return Yo(e,as("0x19"));case"justify":return Yo(e,as("0x11"))}}(t))}}}))}}const ls=["name","createUIElement","push","schema","previousPosition","type","getItems","addClass","model","nextSibling","isLimit","ck-suggestion-marker--active","get","test","toViewElement","bindElementToMarker","consumable","ck-suggestion-marker-","plugins","TrackChangesEditing","includes","activeMarkers","markerRange","isContent","isAtEnd","item","getCustomProperty","element","toViewPosition","isBlock","getWalker","start","mapper","insert","writer","listItem","elementEnd","span"];var us,ds;us=ls,ds=475,function(t){for(;--t;)us.push(us.shift())}(++ds);const gs=function(t,e){return ls[t-=0]};function ms(t,e,n){const o=[];for(const s of e[gs("0x19")]())s.hasAttribute(t)&&o[gs("0x15")](n.createRangeOn(s));return o}function fs(t){const e=[];if(t.is(gs("0x8"),gs("0x10"))){let n=t[gs("0x1c")];for(;n&&n.is(gs("0x8"),gs("0x10"))&&n.getAttribute("listIndent")>0;)e[gs("0x15")](n),n=n[gs("0x1c")]}return e}function hs(t,e,{showActiveMarker:n=!0}={}){const o=t[gs("0x25")][gs("0x1f")](gs("0x0"));return(s,r,i)=>{if(!i[gs("0x23")][gs("0x20")](r[gs("0x3")],s[gs("0x13")]))return;const x=r[gs("0x3")][gs("0xb")](),a=r[gs("0x3")][gs("0xc")],c=t[gs("0x1b")][gs("0x16")];let l=null,u=null,d=!1,g=!1;for(const t of x){const e=t[gs("0x6")];d=d||c[gs("0x4")](e);const n=i[gs("0xd")][gs("0x21")](e);if(n&&n[gs("0x7")]("addHighlight"))return;gs("0x11")==t[gs("0x18")]&&c[gs("0xa")](e)&&!c[gs("0x1d")](e)&&(e.nextSibling||a[gs("0x5")]?l&&l.parent==e||(l=e,m(t[gs("0x17")]),g=!0):u=u||t[gs("0x17")])}function m(t){const s=i[gs("0xf")][gs("0x14")](gs("0x12"),{class:gs("0x24")+e}),x=i[gs("0xd")][gs("0x9")](t);n&&o[gs("0x2")][gs("0x1")](r.markerName)&&i.writer[gs("0x1a")](gs("0x1e"),s),i.writer[gs("0xe")](x,s),i[gs("0xd")][gs("0x22")](s,r.markerName)}d||g||!u||m(u)}}const ps=["enableCommand","strikethrough","code","toLowerCase","SuperscriptEditing","StrikethroughEditing","editor","from","underline","FORMAT_BOLD","subscript","markInlineFormat","FORMAT_CODE","selection","_descriptionFactory","FORMAT_SUPERSCRIPT","*Remove format:* %0","bold","FORMAT_ITALIC","afterInit","change","commandParams","TrackChangesEditing","get","ItalicEditing","BoldEditing","plugins","has","value","commandName","isCollapsed","forceValue","format","getRanges","registerDescriptionCallback","SubscriptEditing","locale","FORMAT_STRIKETHROUGH"];var bs,Es;bs=ps,Es=318,function(t){for(;--t;)bs.push(bs.shift())}(++Es);const _s=function(t,e){return ps[t-=0]},Ts=[_s("0xb"),_s("0xa"),"UnderlineEditing","CodeEditing",_s("0x1d"),_s("0x15"),_s("0x1c")];class Cs extends t.Plugin{[_s("0x5")](){const t=this[_s("0x1e")],e=t.model,n=t[_s("0xc")][_s("0x9")](_s("0x8")),o=t[_s("0x16")];for(const o of Ts){if(!t[_s("0xc")][_s("0xd")](o))continue;const s=o.slice(0,-7)[_s("0x1b")](),r=t.commands[_s("0x9")](s);n[_s("0x18")](s,((t,o={})=>{const i=e.document[_s("0x25")];if(i[_s("0x10")])return void t(o);const x=void 0!==o[_s("0x11")]?o[_s("0x11")]:!r[_s("0xe")];e[_s("0x6")]((()=>{const t=Array[_s("0x1f")](i[_s("0x13")]());for(const o of t){const t=x?[o]:ms(s,o,e);for(const e of t)n[_s("0x23")](e,{commandName:s,commandParams:[{forceValue:x}]})}}))}))}function s(t,e){n[_s("0x0")][_s("0x14")]((n=>{const{data:s}=n;if(s&&s[_s("0xf")]===t)return s[_s("0x7")][0][_s("0x11")]?{type:"format",content:Yo(o,"*Format:* %0",e)}:{type:_s("0x12"),content:Yo(o,_s("0x2"),e)}}))}s(_s("0x3"),Yo(o,_s("0x21"))),s("italic",Yo(o,_s("0x4"))),s(_s("0x20"),Yo(o,"FORMAT_UNDERLINE")),s(_s("0x1a"),Yo(o,_s("0x24"))),s(_s("0x19"),Yo(o,_s("0x17"))),s(_s("0x22"),Yo(o,"FORMAT_SUBSCRIPT")),s("superscript",Yo(o,_s("0x1")))}}const ys=["selection","plugins","format","afterInit","editor","parent","$root","commands","blockQuote","forceValue","commandParams","schema","BlockQuoteEditing","model","locale","registerDescriptionCallback","_descriptionFactory","from","getSelectedBlocks","has","TrackChangesEditing","commandName","ELEMENT_BLOCK_QUOTE","*Format:* %0","*Remove format:* %0","get","enableCommand","value"];var ks,As;ks=ys,As=484,function(t){for(;--t;)ks.push(ks.shift())}(++As);const vs=function(t,e){return ys[t-=0]};class Rs extends t.Plugin{[vs("0x17")](){const t=this[vs("0x18")],e=t[vs("0x6")];if(!t.plugins[vs("0xb")](vs("0x4")))return;const n=t[vs("0x15")][vs("0x11")](vs("0xc")),o=this.editor[vs("0x1b")].get(vs("0x0"));n[vs("0x12")](vs("0x0"),((e,s={})=>{const r=this[vs("0x18")].model.document[vs("0x14")],i=s&&void 0!==s[vs("0x1")]?s[vs("0x1")]:!o[vs("0x13")];let x=[];if(i){const e=Array[vs("0x9")](r[vs("0xa")]()).filter((t=>Ss(t)||function(t,e){const n=e.checkChild(t.parent,"blockQuote"),o=e.checkChild([vs("0x1a"),vs("0x0")],t);return n&&o}(t,this.editor[vs("0x5")][vs("0x3")])));x=S(e,t[vs("0x5")])}else{const e=Array[vs("0x9")](r[vs("0xa")]()).filter((t=>Ss(t)));x=S(e,t[vs("0x5")])}t[vs("0x5")].change((()=>{for(const t of x)n.markBlockFormat(t,{commandName:vs("0x0"),commandParams:[{forceValue:i}]})}))})),n[vs("0x8")][vs("0x7")]((t=>{const{data:n}=t;if(n&&"blockQuote"==n[vs("0xd")]){const t=Yo(e,vs("0xe"));return n[vs("0x2")][0][vs("0x1")]?{type:"format",content:Yo(e,vs("0xf"),t)}:{type:vs("0x16"),content:Yo(e,vs("0x10"),t)}}}))}}function Ss(t){return vs("0x0")==t[vs("0x19")].name}const Is=["afterInit","commands","TrackChangesEditing","ckbox","get","enableCommand","editor"];var Ls,Ns;Ls=Is,Ns=461,function(t){for(;--t;)Ls.push(Ls.shift())}(++Ns);const ws=function(t,e){return Is[t-=0]};class Ms extends t.Plugin{[ws("0x1")](){const t=this[ws("0x0")];t[ws("0x2")][ws("0x5")](ws("0x4"))&&t.plugins[ws("0x5")](ws("0x3"))[ws("0x6")](ws("0x4"))}}const Os=["value","codeBlock","document","commandParams","find","from","isLimit","change","formatBlock","registerElementLabel","schema","commands","getSelectedBlocks","plugins","_descriptionFactory","filter","enableCommand","selection","format","config","forceValue","rootElement","*Remove format:* %0","afterInit","ELEMENT_CODE_BLOCK","parent","get","model","name","CodeBlock","registerDescriptionCallback","commandName","TrackChangesEditing","locale","has","language","label","editor"];var Fs,Ps;Fs=Os,Ps=328,function(t){for(;--t;)Fs.push(Fs.shift())}(++Ps);const Ds=function(t,e){return Os[t-=0]};class Bs extends t.Plugin{[Ds("0x25")](){const t=this[Ds("0xd")];if(!t[Ds("0x1b")][Ds("0xa")](Ds("0x5")))return;const e=t[Ds("0x1b")].get(Ds("0x8")),n=t[Ds("0x9")],o=t[Ds("0x21")][Ds("0x2")](Ds("0xf")).languages,s=t[Ds("0x19")].get(Ds("0xf"));e.enableCommand("indentCodeBlock"),e.enableCommand("outdentCodeBlock"),e[Ds("0x1e")]("codeBlock",((n,r={})=>{const i=t.model,x=t[Ds("0x3")][Ds("0x10")][Ds("0x1f")],a=r&&void 0!==r.forceValue?r[Ds("0x22")]:!s[Ds("0xe")];let c;r[Ds("0xb")]||(r.language=o[0][Ds("0xb")]),c=a?Array[Ds("0x13")](x[Ds("0x1a")]())[Ds("0x1d")]((t=>{return js(t)||(e=t,n=i[Ds("0x18")],!e.is(Ds("0x23"))&&!n[Ds("0x14")](e)&&n.checkChild(e[Ds("0x1")],Ds("0xf")));var e,n})):Array.from(x[Ds("0x1a")]()).filter((t=>js(t)));const l=S(c,i);i[Ds("0x15")]((()=>{for(const t of l)e.markBlockFormat(t,{commandName:Ds("0xf"),commandParams:[{...r,forceValue:a}],formatGroupId:"blockName"})}))})),e[Ds("0x1c")][Ds("0x17")](Ds("0xf"),(t=>Yo(n,Ds("0x0"),t))),e._descriptionFactory[Ds("0x6")]((t=>{const e=n.t,{type:s,data:r}=t;if(Ds("0x16")==s&&r&&Ds("0xf")==r[Ds("0x7")]){const t=r[Ds("0x11")][0][Ds("0xb")],s=e(o[Ds("0x12")]((e=>e[Ds("0xb")]===t))[Ds("0xc")]);return r[Ds("0x11")][0][Ds("0x22")]?{type:Ds("0x20"),content:Yo(n,"*Format:* %0",Yo(n,Ds("0x0"),1)+" ("+s+")")}:{type:Ds("0x20"),content:Yo(n,Ds("0x24"),Yo(n,Ds("0x0"),1))}}}))}}function js(t){return Ds("0xf")==t[Ds("0x4")]}const Us=["get","plugins","addCommentThread","enableCommand","editor","afterInit"];var Gs,Hs;Gs=Us,Hs=412,function(t){for(;--t;)Gs.push(Gs.shift())}(++Hs);const Ws=function(t,e){return Us[t-=0]};class zs extends t.Plugin{[Ws("0x1")](){const t=this[Ws("0x0")];t[Ws("0x3")].has("CommentsEditing")&&t[Ws("0x3")][Ws("0x2")]("TrackChangesEditing")[Ws("0x5")](Ws("0x4"))}}var Vs=n(181);const Ks=["markerName","showSuggestionHighlights","createRange","high","isCollapsed","fromRange","detach","enableCommand","deleteForward","end","TrackChangesEditing","lock","addMarker:suggestion:deletion","setSelection","batch","model","selection","options","get","markerNameToElements","unit","unlock","getFirstRange","$graveyard","merge","rootName","mapper","delete","remove","downcastDispatcher","root","modifySelection","enqueueChange","commands","buffer","removeMarker:suggestion:deletion","start","requires"];var Xs,qs;Xs=Ks,qs=326,function(t){for(;--t;)Xs.push(Xs.shift())}(++qs);const $s=function(t,e){return Ks[t-=0]};class Js extends t.Plugin{static get[$s("0xf")](){return[Vs.Delete]}init(){const t=this.editor,e=t.plugins[$s("0x22")]($s("0x1a"));e[$s("0x17")]($s("0x5"));const n=t[$s("0xb")][$s("0x22")]("deleteForward");e[$s("0x17")]($s("0x18"),((e,o={})=>{const s=t.model.createSelection(t[$s("0x1f")].document[$s("0x20")]);s[$s("0x14")]&&t[$s("0x1f")][$s("0x9")](s,{direction:"forward",unit:o[$s("0x24")]});const r=s[$s("0x0")](),x=i.LiveRange[$s("0x15")](r);let a;e(o),a=$s("0x1")==x[$s("0x8")][$s("0x3")]?t[$s("0x1f")][$s("0x12")](r[$s("0xe")]):t[$s("0x1f")][$s("0x12")](x[$s("0xe")],x[$s("0x19")]),x[$s("0x16")](),t[$s("0x1f")][$s("0xa")](n[$s("0xc")][$s("0x1e")],(t=>{n[$s("0xc")][$s("0x1b")](),t[$s("0x1d")](t.createRange(a[$s("0x19")])),n.buffer[$s("0x25")]()}))})),t.editing[$s("0x7")].on($s("0x1c"),hs(t,"merge"),{priority:$s("0x13")}),t.data.downcastDispatcher.on("addMarker:suggestion:deletion",((e,n,o)=>{o[$s("0x21")][$s("0x11")]&&hs(t,$s("0x2"),{showActiveMarker:!1}).bind(this)(e,n,o)}),{priority:$s("0x13")}),t.editing[$s("0x7")].on($s("0xd"),((t,e,n)=>{const o=n[$s("0x4")][$s("0x23")](e[$s("0x10")]);if(o)for(const t of o)t.is("uiElement")&&(n[$s("0x4")].unbindElementFromMarkerName(t,e[$s("0x10")]),n.writer[$s("0x6")](t))}),{priority:$s("0x13")})}}const Qs=["listItemId","value","DocumentListEditing","markBlockFormat","commands","start","setSelection","getSelectedBlocks","enableCommand","bulletedList","nextSibling","model","add","getFirstRange","after","_LIST","listIndent","commandName","outdentList","editor","documentList","splitListItemAfter","push","mergeListItemBackward","ELEMENT_NUMBERED_LIST","slice","document","format","isObject","locale","getAttribute","containsItem","splitListItemBefore","*Format:* insert into %0","from","DocumentListUtils","createRange","plugins","*Format:* remove from %0","listType","nodeAfter","getRanges","registerElementLabel","*Outdent:* %0","*Change to:* %0","createPositionAt","selection","indentList","before","deletion","_descriptionFactory","mergeListItemForward","*Merge:* %0","markMultiRangeBlockFormat","hasAttribute","previousSibling","commandParams","ELEMENT_LIST_ITEM","get","expandListBlocksToCompleteList","refresh","end","formatBlock","change","numberedList","map","has","detach","schema"];var Zs,Ys;Zs=Qs,Ys=393,function(t){for(;--t;)Zs.push(Zs.shift())}(++Ys);const tr=function(t,e){return Qs[t-=0]};class er extends t.Plugin{afterInit(){const t=this[tr("0x28")];if(!t[tr("0x3a")][tr("0x12")](tr("0x17")))return;const e=t[tr("0x32")],n=t.plugins[tr("0xa")]("TrackChangesEditing"),o=t.plugins[tr("0xa")](tr("0x38"));function s(e){return()=>{const s=t[tr("0x19")].get(e);let r=Array.from(t[tr("0x20")][tr("0x2f")].selection[tr("0x1c")]());if(a(e)){r=o[tr("0xb")](r);const t=[];for(const e of r)o.isFirstBlockOfListItem(e)&&t[tr("0x2b")](e);r=t}t[tr("0x20")].change((()=>{n[tr("0x5")](r,{commandName:e,commandParams:[{forceValue:!s[tr("0x16")]}],formatGroupId:tr("0x3c")},[],tr("0x29"))}))}}function r(e){return()=>{const o=function(t){let e=Array[tr("0x37")](t);const n=e.findIndex((t=>!t[tr("0x6")](tr("0x15"))));return n>-1&&(e=e[tr("0x2e")](0,n)),e}(t[tr("0x20")].document[tr("0x43")][tr("0x1c")]()),s=o[o.length-1],r=t[tr("0x20")][tr("0x14")][tr("0x31")](s)?tr("0x23"):tr("0xd"),i=t[tr("0x20")].createRange(t[tr("0x20")][tr("0x42")](o[0],tr("0x0")),t[tr("0x20")].createPositionAt(s,r));t[tr("0x20")].change((()=>{n[tr("0x18")](i,{commandName:e,commandParams:[],formatGroupId:"listType"},function(t){const e=new Set;for(const n of t){let t=n[tr("0x1f")];for(;t&&t.getAttribute("listIndent")>n[tr("0x33")](tr("0x25"));)e[tr("0x21")](t),t=t[tr("0x1f")]}return Array[tr("0x37")](e)}(o))}))}}function x(e){return()=>{const o=t.model[tr("0x2f")].selection[tr("0x1c")]().next().value,s=t[tr("0x20")][tr("0x42")](o,tr("0x0")),r=t[tr("0x20")][tr("0x42")](o,0),i=t[tr("0x20")][tr("0x39")](s,r);t[tr("0x20")][tr("0xf")]((()=>{n[tr("0x18")](i,{commandName:e,commandParams:[],formatGroupId:tr("0x3c")})}))}}function a(e){const n=t[tr("0x19")].get("bulletedList")[tr("0x16")],o=t.commands[tr("0xa")](tr("0x10")).value;return tr("0x10")===e?n:o}n.enableCommand(tr("0x10"),s(tr("0x10"))),n[tr("0x1d")](tr("0x1e"),s(tr("0x1e"))),n.enableCommand("indentList",r("indentList")),n[tr("0x1d")](tr("0x27"),r("outdentList")),n[tr("0x1d")]("splitListItemAfter",x(tr("0x2a"))),n.enableCommand(tr("0x35"),x(tr("0x35"))),n[tr("0x2")][tr("0x3f")]((function(e){const n=!t.model[tr("0x14")][tr("0x31")](e),o=e[tr("0x7")],s=e[tr("0x1f")],r=e[tr("0x33")](tr("0x15")),i=!o||o[tr("0x33")](tr("0x15"))!==r,x=!s||s[tr("0x33")]("listItemId")!==r;return n&&Boolean(r)&&i&&x}),(t=>Yo(e,"ELEMENT_LIST_ITEM",t))),n[tr("0x2")].registerDescriptionCallback((function(t){const{data:n}=t;if(!n)return;let o,s,r,i;switch(n[tr("0x26")]){case tr("0x1e"):r=n[tr("0x8")][0].forceValue,i=a(n[tr("0x26")]),o=r?tr("0x36"):"*Format:* remove from %0",i&&(o=tr("0x41")),s={type:tr("0x30"),content:Yo(e,o,Yo(e,"ELEMENT_BULLETED_LIST"))};break;case tr("0x10"):r=n[tr("0x8")][0].forceValue,i=a(n[tr("0x26")]),o=r?"*Format:* insert into %0":tr("0x3b"),i&&(o="*Change to:* %0"),s={type:tr("0x30"),content:Yo(e,o,Yo(e,tr("0x2d")))};break;case tr("0x44"):o="*Indent:* %0",s={type:tr("0x30"),content:Yo(e,o,Yo(e,tr("0x9")))};break;case"outdentList":o=function(t){const e=t[tr("0x22")]();let n=e[tr("0x1a")].nodeAfter;for(;n&&e[tr("0x34")](n);){if(n.getAttribute("listIndent")>0)return!1;n=n[tr("0x1f")]}return!0}(t)?Yo(e,tr("0x3b"),Yo(e,"ELEMENT_"+t[tr("0x22")]()[tr("0x1a")].nodeAfter.getAttribute(tr("0x3c")).toUpperCase()+tr("0x24"))):Yo(e,tr("0x40"),Yo(e,tr("0x9"))),s={type:tr("0x30"),content:o};break;case tr("0x2c"):case tr("0x3"):!1===n.multipleBlocks&&(o=tr("0x4"),s={type:tr("0x1"),content:Yo(e,o,Yo(e,tr("0x9")))})}return s})),n._suggestionFactory.registerCustomCallback(tr("0xe"),tr("0x29"),"accept",(function(e,n){const o=[];for(let n of e)n[tr("0x1a")][tr("0x3d")]===n[tr("0xd")].parent&&(n=t[tr("0x20")][tr("0x39")](t[tr("0x20")][tr("0x42")](n[tr("0x1a")][tr("0x3d")],0))),o[tr("0x2b")](n);t[tr("0x20")][tr("0xf")]((e=>{const s=t.model[tr("0x2f")][tr("0x43")],r=Array[tr("0x37")](s[tr("0x3e")]())[tr("0x11")]((t=>i.LiveRange.fromRange(t)));e.setSelection(o),t[tr("0x19")][tr("0xa")](n[tr("0x26")])[tr("0xc")](),n[tr("0x8")][tr("0x2b")]({forceDefaultExecution:!0}),t.execute(n[tr("0x26")],...n[tr("0x8")]),e[tr("0x1b")](r);for(const t of r)t[tr("0x13")]()}))}))}}var nr=n(331);const or=["downcastDispatcher","hasClass","get","removeMarker:suggestion:insertion","change","model","enter","enableCommand","showSuggestionHighlights","document","high","bind","markInsertion","addMarker:suggestion:insertion","requires","TrackChangesEditing","unbindElementFromMarkerName","commands","getFirstPosition","remove","init","data","afterExecute","createRange","plugins","fromRange","setSelection","editor","nextSibling","enterBlock","options","split","detach","ck-suggestion-marker-split","markerName","editing"];var sr,rr;sr=or,rr=277,function(t){for(;--t;)sr.push(sr.shift())}(++rr);const ir=function(t,e){return or[t-=0]};class xr extends t.Plugin{static get[ir("0x19")](){return[nr.Enter]}[ir("0x1f")](){const t=this[ir("0x2")],e=t[ir("0x23")][ir("0xd")](ir("0x1a")),n=t[ir("0x1c")][ir("0xd")](ir("0x11"));e[ir("0x12")]("enter",(()=>{t.model[ir("0xf")]((o=>{const s=t[ir("0x10")][ir("0x14")].selection,r=s[ir("0x1d")](),x=i.LiveRange[ir("0x0")](s.getFirstRange());if(n[ir("0x4")](o)){const n=t[ir("0x10")].createPositionAt(r.parent[ir("0x3")],0),s=o[ir("0x22")](r,n);e[ir("0x17")](s)}else o[ir("0x1")](o[ir("0x22")](x.end));x[ir("0x7")](),n.fire(ir("0x21"),{writer:o})}))})),t[ir("0xa")].downcastDispatcher.on(ir("0x18"),hs(t,ir("0x6")),{priority:ir("0x15")}),t.editing[ir("0xb")].on(ir("0xe"),((t,e,n)=>{const o=n.mapper.markerNameToElements(e[ir("0x9")]);if(o)for(const t of o)t[ir("0xc")](ir("0x8"))&&(n.mapper[ir("0x1b")](t,e[ir("0x9")]),n.writer[ir("0x1e")](t))}),{priority:ir("0x15")}),t[ir("0x20")][ir("0xb")].on(ir("0x18"),((e,n,o)=>{o[ir("0x5")][ir("0x13")]&&hs(t,ir("0x6"),{showActiveMarker:!1})[ir("0x16")](this)(e,n,o)}),{priority:ir("0x15")})}}const ar=["TrackChangesEditing","findPrevious","afterInit","getMarkersGroup","find","suggestion:deletion","_isInDeletionRange","createPositionAt","handleFindCommand","get","getRange","replaceAll","item","FindAndReplaceEditing","getIntersection","end","model","editor","start","enableCommand","has","replace","findNext","plugins"];var cr,lr;cr=ar,lr=335,function(t){for(;--t;)cr.push(cr.shift())}(++lr);const ur=function(t,e){return ar[t-=0]};class dr extends t.Plugin{[ur("0x3")](){if(!this.editor[ur("0x0")][ur("0x15")](ur("0xe")))return;const t=this[ur("0x12")][ur("0x0")][ur("0xa")](ur("0x1"));t[ur("0x14")](ur("0x5"),this[ur("0x9")].bind(this)),t[ur("0x14")](ur("0x17")),t.enableCommand(ur("0x2")),t[ur("0x14")](ur("0x16")),t.enableCommand(ur("0xc"))}[ur("0x9")](t,e,n={}){const o=this[ur("0x12")][ur("0x0")].get("FindAndReplaceUtils");void 0!==n&&t((t=>("string"==typeof e?o.findByTextCallback(e,n):e)(t).filter((e=>!1===this[ur("0x7")](e,t[ur("0xd")])))),n)}_isInDeletionRange(t,e){const n=this[ur("0x12")].model.createRange(this[ur("0x12")][ur("0x11")][ur("0x8")](e,t[ur("0x13")]),this[ur("0x12")].model[ur("0x8")](e,t[ur("0x10")]));for(const t of this.editor[ur("0x11")].markers[ur("0x4")](ur("0x6")))if(null!==n[ur("0xf")](t[ur("0xb")]()))return!0;return!1}}const gr=["get","value","locale","*Reset font family*","fontBackgroundColor","change","*Reset font size*","FontSize","selection","trim","fontSize.options","label","find","TrackChangesEditing","markInlineFormat","model","commandParams","fontBackgroundColor.colors","commandName","getRanges","fontColor","afterInit","*Set font family:* %0","document","config","has","*Set font size:* %0","isCollapsed","registerDescriptionCallback","fontFamily","toLowerCase","fontSize","title","FontFamilyEditing","*Set font background color:* %0","*Set font color:* %0","enableCommand","editor","format","plugins","*Reset font background color*","_enableCommand"];var mr,fr;mr=gr,fr=230,function(t){for(;--t;)mr.push(mr.shift())}(++fr);const hr=function(t,e){return gr[t-=0]},pr=[{pluginName:"FontSizeEditing",commandName:hr("0xb")},{pluginName:hr("0xd"),commandName:hr("0x9")},{pluginName:"FontColorEditing",commandName:hr("0x0")},{pluginName:"FontBackgroundColorEditing",commandName:"fontBackgroundColor"}];class br extends t.Plugin{[hr("0x1")](){const t=this.editor[hr("0x18")];for(const{pluginName:t,commandName:e}of pr)this[hr("0x11")][hr("0x13")][hr("0x5")](t)&&this._enableCommand(e);this.editor[hr("0x13")].get(hr("0x23"))._descriptionFactory[hr("0x8")]((e=>{const n=t.t,{data:o}=e;if(null!=o){if(hr("0xb")==o[hr("0x28")]){const e=o[hr("0x26")][0][hr("0x17")];if(e){const o=n(this.editor[hr("0x13")][hr("0x16")](hr("0x1d")).normalizeSizeOptions(this[hr("0x11")][hr("0x4")].get(hr("0x20")))[hr("0x22")]((t=>t[hr("0x25")]==e))[hr("0xc")]).toLowerCase();return{type:hr("0x12"),content:Yo(t,hr("0x6"),o)}}return{type:hr("0x12"),content:Yo(t,hr("0x1c"))}}if("fontFamily"==o[hr("0x28")]){const e=o[hr("0x26")][0].value;return e?{type:hr("0x12"),content:Yo(t,hr("0x2"),e)}:{type:hr("0x12"),content:Yo(t,hr("0x19"))}}if("fontColor"==o[hr("0x28")]){const e=o.commandParams[0][hr("0x17")];if(e){const o=(0,s.normalizeColorOptions)(this[hr("0x11")][hr("0x4")][hr("0x16")]("fontColor.colors"))[hr("0x22")]((t=>t[hr("0x25")]==e));let r=e,i="";return o&&(r=o.label,i=n(r)[hr("0xa")]()),{type:hr("0x12"),content:Yo(t,hr("0xf"),i).trim(),color:{value:e,title:i||r}}}return{type:"format",content:Yo(t,"*Reset font color*")}}if(hr("0x1a")==o[hr("0x28")]){const e=o[hr("0x26")][0].value;if(e){const o=(0,s.normalizeColorOptions)(this[hr("0x11")].config[hr("0x16")](hr("0x27")))[hr("0x22")]((t=>t[hr("0x25")]==e));let r=e,i="";return o&&(r=o[hr("0x21")],i=n(r)[hr("0xa")]()),{type:"format",content:Yo(t,hr("0xe"),i)[hr("0x1f")](),color:{value:e,title:i||r}}}return{type:hr("0x12"),content:Yo(t,hr("0x14"))}}}}))}[hr("0x15")](t){const e=this[hr("0x11")];e.plugins[hr("0x16")](hr("0x23"))[hr("0x10")](t,((n,o={})=>{const s=e[hr("0x25")][hr("0x3")][hr("0x1e")],r=o[hr("0x17")];s[hr("0x7")]?n(o):e.model[hr("0x1b")]((()=>{const n=Array.from(s[hr("0x29")]());for(const o of n){const n=r?[o]:ms(t,o,e[hr("0x25")]);for(const o of n)e[hr("0x13")][hr("0x16")](hr("0x23"))[hr("0x24")](o,{commandName:t,commandParams:[{value:r}]})}}))}))}}const Er=["copyFormat","join","format","length","isEnabled","change","createRange","commandParams","document","selection","markInlineFormat","afterInit","createSelection","TrackChangesEditing","pasteFormat","modifySelection","*Set format to:* %0","_descriptionFactory","getFirstPosition","*Remove all formatting*","locale","entries","registerDescriptionCallback","toUpperCase","fontBackgroundColor","fontColor.colors","title","plugins","editor","commands","config","removeFormat","enableCommand","charAt","split","word","fontSize","push","fontSize.options","get","toLowerCase","boolean","model","from","forward"];var _r,Tr;_r=Er,Tr=275,function(t){for(;--t;)_r.push(_r.shift())}(++Tr);const Cr=function(t,e){return Er[t-=0]};class yr extends t.Plugin{[Cr("0x6")](){const t=this[Cr("0x17")],e=t[Cr("0x25")],n=e[Cr("0x3")][Cr("0x4")],o=t[Cr("0x16")][Cr("0x22")](Cr("0x8")),s=t[Cr("0xf")],r=t[Cr("0x18")][Cr("0x22")](Cr("0x28")),i=t[Cr("0x18")][Cr("0x22")](Cr("0x9")),x=t[Cr("0x18")][Cr("0x22")](Cr("0x1a"));r&&i&&(o[Cr("0x1b")](Cr("0x9"),((t,s={})=>{const r=s;e[Cr("0x0")]((()=>{const t=Array[Cr("0x26")](n.getRanges()),s=n.isCollapsed?[kr(e,n)]:t;if(x&&x[Cr("0x2c")]||0!==Object.keys(r)[Cr("0x2b")])for(const t of s)o[Cr("0x5")](t,{commandName:Cr("0x9"),commandParams:[r]})}))})),o[Cr("0xc")][Cr("0x11")]((e=>{const{data:n}=e;if(n&&"pasteFormat"===n.commandName){const e=[],o=n[Cr("0x2")][0];for(const[n,s]of Object[Cr("0x10")](o))e[Cr("0x20")](Ar(t,n,s));return e[Cr("0x2b")]?{type:Cr("0x2a"),content:Yo(s,Cr("0xb"),e[Cr("0x29")](", "))}:{type:"format",content:Yo(s,Cr("0xe"))}}})),t.plugins[Cr("0x22")](Cr("0x8")).enableCommand("copyFormat"))}}function kr(t,e){const n=t[Cr("0x7")](e);t[Cr("0xa")](n,{unit:Cr("0x1e"),direction:"backward"});const o=n[Cr("0xd")]();t[Cr("0xa")](n,{unit:Cr("0x1e"),direction:Cr("0x27")});const s=n.getLastPosition();return t[Cr("0x1")](o,s)}function Ar(t,e,n){const o=t[Cr("0xf")].t,r=e[Cr("0x1d")](/(?=[A-Z])/)[Cr("0x29")](" "),i=o(r[Cr("0x1c")](0)[Cr("0x12")]()+r.slice(1))[Cr("0x23")]();if(Cr("0x24")==typeof n)return i;if("fontColor"===e||Cr("0x13")===e){const e=(0,s.normalizeColorOptions)(t.config.get(Cr("0x14"))).find((t=>t[Cr("0x25")]==n));return i+" ("+(e?o(e.label)[Cr("0x23")]():n)+")"}if(Cr("0x1f")===e&&isNaN(parseFloat(n))){const e=t[Cr("0x16")][Cr("0x22")]("FontSize").normalizeSizeOptions(t[Cr("0x19")][Cr("0x22")](Cr("0x21"))).find((t=>t[Cr("0x25")]==n));return i+" ("+(e?o(e[Cr("0x15")])[Cr("0x23")]():n)+")"}return i+" ("+n+")"}const vr=["TrackChangesEditing","document","commandName","value","HeadingEditing","selection","registerDescriptionCallback","_descriptionFactory","from","heading.options","parent","markBlockFormat","filter","match","editor","plugins","formatBlock","config","ELEMENT_HEADING","find","getSelectedBlocks","format","get","afterInit","title","heading","*Change to:* %0","enableCommand","change","name","locale","paragraph","model","has","blockName"];var Rr,Sr;Rr=vr,Sr=133,function(t){for(;--t;)Rr.push(Rr.shift())}(++Sr);const Ir=function(t,e){return vr[t-=0]};class Lr extends t.Plugin{[Ir("0x1e")](){const t=this[Ir("0x15")],e=t[Ir("0x2")],n=t[Ir("0x18")][Ir("0x1d")](Ir("0x10"));if(!t[Ir("0x16")][Ir("0x5")](Ir("0xb")))return;const o=t[Ir("0x16")][Ir("0x1d")](Ir("0x7"));o[Ir("0x22")](Ir("0x20"),((e,n)=>{const s=n[Ir("0xa")],r=Array[Ir("0xf")](this[Ir("0x15")][Ir("0x4")][Ir("0x8")][Ir("0xc")][Ir("0x1b")]())[Ir("0x13")]((t=>{return e=t,n=s,(o=this[Ir("0x15")][Ir("0x4")].schema).checkChild(e[Ir("0x11")],n)&&!o.isObject(e)&&e[Ir("0x1")]!=n;var e,n,o}));t[Ir("0x4")][Ir("0x0")]((()=>{for(const t of r)o[Ir("0x12")](t,{commandName:"heading",commandParams:[n],formatGroupId:Ir("0x6")},fs(t))}))}));for(const t of n)Ir("0x3")!=t[Ir("0x4")]&&o[Ir("0xe")].registerElementLabel(t[Ir("0x4")],(e=>{const n=Nr(t[Ir("0x4")]);return null!==n?s(e,n):r(e,t[Ir("0x1f")])}));function s(t,n){return Yo(e,Ir("0x19"),[t,n])}function r(t,n){return Yo(e,"ELEMENT_HEADING_CUSTOM",[t,n])}o._descriptionFactory[Ir("0xd")]((t=>{const{type:o,data:i}=t;if(Ir("0x17")==o&&i&&Ir("0x20")==i[Ir("0x9")]){const t=i.commandParams[0][Ir("0xa")],o=Nr(t);if(null!==o)return{type:Ir("0x1c"),content:Yo(e,Ir("0x21"),s(1,o))};const x=n[Ir("0x1a")]((e=>e[Ir("0x4")]===t))[Ir("0x1f")];return{type:Ir("0x1c"),content:Yo(e,Ir("0x21"),r(1,x))}}}))}}function Nr(t){const e=t[Ir("0x14")](/^heading(\d+)$/);return e?e[1]:null}const wr=["selection","enableCommand","formatInline","afterInit","title","getAttribute","value","model","*Set highlight:* %0","find","isCollapsed","createRange","TrackChangesEditing","toLowerCase","registerDescriptionCallback","getFirstPosition","push","_descriptionFactory","*Remove highlight*","highlight","plugins","backward","commandParams","change","getRanges","format","has","item","editor","HighlightEditing","get"];var Mr,Or;Mr=wr,Or=375,function(t){for(;--t;)Mr.push(Mr.shift())}(++Or);const Fr=function(t,e){return wr[t-=0]};class Pr extends t.Plugin{[Fr("0x0")](){const t=this[Fr("0x19")];if(!t[Fr("0x11")][Fr("0x17")](Fr("0x1a")))return;const e=t[Fr("0x11")][Fr("0x1b")](Fr("0x9"));e[Fr("0x1d")]("highlight",((n,o={})=>{const s=t[Fr("0x4")].document[Fr("0x1c")],r=s[Fr("0x2")]("highlight");let i=o[Fr("0x3")],x=[];if(s[Fr("0x7")]){const e=s[Fr("0xc")]();if(!s.hasAttribute(Fr("0x10")))return void n(o);{const n=t=>t[Fr("0x18")][Fr("0x2")](Fr("0x10"))===r,o=e.getLastMatchingPosition(n,{direction:Fr("0x12")}),s=e.getLastMatchingPosition(n);x=[t[Fr("0x4")][Fr("0x8")](o,s)],i==r&&(i=null)}}else for(const e of s[Fr("0x15")]())i?x[Fr("0xd")](e):x[Fr("0xd")](...ms("highlight",e,t[Fr("0x4")]));t.model[Fr("0x14")]((()=>{for(const t of x)e.markInlineFormat(t,{commandName:Fr("0x10"),commandParams:[{value:i}]})}))}));const n=t.locale;e[Fr("0xe")][Fr("0xb")]((e=>{const{type:o,data:s}=e;if(Fr("0x1e")==o&&s&&Fr("0x10")==s.commandName){const e=n.t,o=s[Fr("0x13")][0][Fr("0x3")];if(o){const s=t.config.get("highlight.options")[Fr("0x6")]((t=>t[Fr("0x4")]==o)),r=e(s[Fr("0x1")])[Fr("0xa")]();return{type:"format",content:Yo(n,Fr("0x5"),r),color:{value:s.color,title:s.title}}}return{type:Fr("0x16"),content:Yo(n,Fr("0xf"),Yo(n,"FORMAT_HIGHLIGHT"))}}}))}}const Dr=["TrackChangesEditing","afterInit","ck-horizontal-line","ELEMENT_HORIZONTAL_LINE","locale","has","for","createContainerElement","elementToStructure","enableCommand","plugins","horizontalLine","showSuggestionHighlights","dataDowncast","_descriptionFactory","HorizontalLineEditing","get","insert","high","createEmptyElement","createPositionAt"];var Br,jr;Br=Dr,jr=447,function(t){for(;--t;)Br.push(Br.shift())}(++jr);const Ur=function(t,e){return Dr[t-=0]};class Gr extends t.Plugin{[Ur("0x10")](){const t=this.editor;if(!t[Ur("0x4")][Ur("0x14")](Ur("0x9")))return;t[Ur("0x4")][Ur("0xa")](Ur("0xf"))[Ur("0x3")](Ur("0x5"));const e=t[Ur("0x4")][Ur("0xa")](Ur("0xf")),n=t[Ur("0x13")];e[Ur("0x8")].registerElementLabel(Ur("0x5"),(t=>Yo(n,Ur("0x12"),t))),t.conversion[Ur("0x0")](Ur("0x7"))[Ur("0x2")]({model:Ur("0x5"),view:(t,{writer:e,options:n})=>{if(!n[Ur("0x6")])return null;const o=e[Ur("0x1")]("div"),s=e[Ur("0xd")]("hr");return e.addClass(Ur("0x11"),o),e[Ur("0xb")](e[Ur("0xe")](o,0),s),o},converterPriority:Ur("0xc")})}}const Hr=["getCustomProperty","has","locale","get","value","registerElementLabel","htmlEmbed","model","editing","selection","rawHtmlApi","plugins","markBlockFormat","document","rawHtml","getAttribute","change","ELEMENT_HTML_EMBED","registerDescriptionCallback","TrackChangesEditing","view","commandName","_descriptionFactory","enableCommand","afterInit","element","getSelectedElement"];var Wr,zr;Wr=Hr,zr=205,function(t){for(;--t;)Wr.push(Wr.shift())}(++zr);const Vr=function(t,e){return Hr[t-=0]};class Kr extends t.Plugin{[Vr("0x8")](){const t=this.editor;if(!t.plugins[Vr("0xc")]("HtmlEmbed"))return;const e=t[Vr("0x16")][Vr("0xe")](Vr("0x3")),n=t[Vr("0xd")],o=t[Vr("0x13")][Vr("0x4")].document[Vr("0x14")];e[Vr("0x6")][Vr("0x10")](Vr("0x19"),(t=>Yo(n,Vr("0x1"),t))),t[Vr("0x16")][Vr("0xe")](Vr("0x3"))[Vr("0x7")](Vr("0x11"),((n,s)=>{const r=t[Vr("0x12")],i=r[Vr("0x18")][Vr("0x14")];r[Vr("0x0")]((()=>{const t=function(t){const e=t.getSelectedElement();return e&&e.is(Vr("0x9"),Vr("0x19"))?t[Vr("0xa")]():null}(i);if(!t)return void n(null);const r=t[Vr("0x1a")](Vr("0xf"))||"";void 0!==s&&s!==r&&(e[Vr("0x17")](t,{commandName:Vr("0x11"),commandParams:[s]}),o[Vr("0xa")]()[Vr("0xb")](Vr("0x15")).cancel())}))})),e[Vr("0x6")][Vr("0x2")]((t=>{const{data:e}=t;if(e&&"htmlEmbed"==e[Vr("0x5")]){const t=Yo(n,Vr("0x1"));return{type:"format",content:Yo(n,"*Change %0 content*",t)}}}))}}const Xr=["toLowerCase","differ","title","type","value","hasAttribute","resizeImage","detach","deletion","ImageStyleEditing","getAttribute","backward","newRange","ImageInlineEditing","commandName","caption","accept","chain","length","createRangeOn","ImageResize","alt","get","markInsertion","registerDescriptionCallback","commandParams","TrackChangesEditing","locale","commands","imageCaption","getSuggestions","end","imageStylePreApply","isInlineImage","Users","refresh","imageTypeInline","getCaptionFromImageModelElement","fromPosition","isBefore","getSuggestion","start","getSuggestionCallback","getClosestSelectedImageElement","markBlockFormat","width","discard","schema","filter","isOwn","uploadImage","imageStylePostApply","markInlineFormat","ImageEditing","Inline image to block image","_descriptionFactory","selection","insertImage","suggestion","imageBlock","imageStyle","ImageUploadEditing","isInContent","convertInlineImageToBlock","_suggestionFactory","toPrevious","imageTextAlternative","has","subType","head","isEqual","change","format","document","_findSuggestions","getChangedMarkers","model","side","shouldConvertImageType","author","editor","*Remove image text alternative*","hasSuggestion","previous","_splitMarkerName","findIndex","getNearestSelectionRange","ImageBlockEditing","removeObject","next","discardSuggestion","from","enableCommand","formatInline","createRange","normalizedStyles","ELEMENT_IMAGE","registerCustomCallback","formatBlock","join","*Reset image width*","isBlockImage","newValue","toggleImageCaption","getFirstRange","registerElementLabel","convertBlockImageToInline","isCollapsed","insertion","plugins","forEach","element","*Format:* %0","imageInline","getContainedElement"];var qr,$r;qr=Xr,$r=227,function(t){for(;--t;)qr.push(qr.shift())}(++$r);const Jr=function(t,e){return Xr[t-=0]};class Qr extends t.Plugin{afterInit(){const t=this[Jr("0x53")];if(!t[Jr("0x70")][Jr("0x46")](Jr("0x38")))return;const n=t[Jr("0x70")][Jr("0x19")](Jr("0x1d")),o=t.plugins[Jr("0x19")]("ImageUtils"),s={},r=t[Jr("0x1e")];if(n.enableCommand(Jr("0x3c")),n[Jr("0x3a")][Jr("0x6c")](Jr("0x3e"),(t=>Yo(r,Jr("0x63"),t))),n._descriptionFactory[Jr("0x6c")](Jr("0x1"),(t=>Yo(r,"ELEMENT_INLINE_IMAGE",t))),n[Jr("0x3a")][Jr("0x6c")]("caption",(()=>Yo(r,"ELEMENT_CAPTION"))),t[Jr("0x70")][Jr("0x46")](Jr("0x40"))&&n[Jr("0x5f")](Jr("0x35")),t[Jr("0x70")][Jr("0x46")](Jr("0x5a"))&&t[Jr("0x70")][Jr("0x46")](Jr("0x10"))&&(n[Jr("0x5f")]("imageTypeInline",((e,s)=>{const r=o[Jr("0x2e")](t[Jr("0x4f")][Jr("0x4c")][Jr("0x3b")]);t[Jr("0x4f")].change((()=>{n[Jr("0x2f")](r,{commandName:Jr("0x27"),commandParams:[s]},[],Jr("0x6d"))}))})),n[Jr("0x5f")]("imageTypeBlock",((e,s)=>{t[Jr("0x4f")][Jr("0x4a")]((r=>{let x=o[Jr("0x2e")](t[Jr("0x4f")][Jr("0x4c")].selection),a=r[Jr("0x16")](x);const c=i.LivePosition.fromPosition(a[Jr("0x2c")],Jr("0x44")),l=i.LivePosition[Jr("0x29")](a[Jr("0x22")],"toNext");n.forceDefaultExecution((()=>e(s))),x=o[Jr("0x2e")](t[Jr("0x4f")][Jr("0x4c")][Jr("0x3b")]),a=r[Jr("0x16")](x);const u=r[Jr("0x61")](c,l);c[Jr("0xa")](),l[Jr("0xa")](),n[Jr("0x2f")](x,{commandName:Jr("0x27"),commandParams:[]},[],"convertInlineImageToBlock"),u[Jr("0x2c")].isBefore(a[Jr("0x2c")])&&n.markInsertion(r.createRange(u[Jr("0x2c")],a[Jr("0x2c")]),"convertInlineImageToBlock"),a.end[Jr("0x2a")](u.end)&&n.markInsertion(r[Jr("0x61")](a[Jr("0x22")],u[Jr("0x22")]),"convertInlineImageToBlock")}))})),n[Jr("0x43")][Jr("0x64")]("formatBlock","convertInlineImageToBlock","join",(()=>{})),n[Jr("0x43")][Jr("0x64")](Jr("0x65"),Jr("0x42"),Jr("0x13"),(()=>{})),n[Jr("0x43")][Jr("0x64")](Jr("0x65"),"convertInlineImageToBlock","discard",n._suggestionFactory.getSuggestionCallback(Jr("0x65"),"",Jr("0x13"))),n[Jr("0x43")][Jr("0x64")](Jr("0x6f"),Jr("0x42"),Jr("0x66"),(()=>{})),n[Jr("0x43")][Jr("0x64")](Jr("0x6f"),Jr("0x42"),Jr("0x31"),(([e])=>{const o=n[Jr("0x43")][Jr("0x2d")]("insertion","",Jr("0x31"));let s=e.start,r=e[Jr("0x22")];const i=t.model[Jr("0x32")].getNearestSelectionRange(s,Jr("0xe")),x=t[Jr("0x4f")].schema[Jr("0x59")](r,"forward");i[Jr("0x6e")]&&(s=i.start),x[Jr("0x6e")]&&(r=x[Jr("0x22")]),o([t.model.createRange(s,r)])})),n[Jr("0x43")][Jr("0x64")]("formatBlock","convertInlineImageToBlock",Jr("0x14"),c),n[Jr("0x43")].registerCustomCallback(Jr("0x6f"),Jr("0x42"),Jr("0x14"),c)),t[Jr("0x70")][Jr("0x46")]("ImageCaptionEditing")&&(n[Jr("0x5f")](Jr("0x6a"),((e,s)=>{const r=t[Jr("0x70")][Jr("0x19")]("ImageCaptionUtils");let i=o[Jr("0x2e")](t[Jr("0x4f")][Jr("0x4c")].selection),x=r[Jr("0x28")](i);t[Jr("0x4f")][Jr("0x4a")]((()=>{if(x)return void n.markDeletion(t[Jr("0x4f")].createRangeOn(x));const a=o[Jr("0x68")](i);e(s),i=o[Jr("0x2e")](t[Jr("0x4f")].document[Jr("0x3b")]),x=r[Jr("0x28")](i),n[Jr("0x1a")](t[Jr("0x4f")][Jr("0x16")](x),a?null:Jr("0x20"))}))})),n._suggestionFactory[Jr("0x64")](Jr("0x6f"),"imageCaption",Jr("0x14"),c)),t[Jr("0x70")].has("ImageStyleEditing")){n[Jr("0x5f")]("imageStyle",((s,r)=>{const i=t.plugins[Jr("0x19")](Jr("0x25")).me,x=t[Jr("0x1f")].get(Jr("0x3f"));let a=o.getClosestSelectedImageElement(t[Jr("0x4f")][Jr("0x4c")][Jr("0x3b")]),c=t[Jr("0x4f")].createRangeOn(a),l=x[Jr("0x7")];if(l==r.value)return;const u={commandName:"imageStyle",commandParams:[r],formatGroupId:(0,e.uid)()};t[Jr("0x4f")][Jr("0x4a")]((()=>{if(n[Jr("0x21")]()[Jr("0x33")]((t=>t[Jr("0x41")]&&i==t[Jr("0x52")]&&(Jr("0x65")==t[Jr("0x6")]||Jr("0x60")==t[Jr("0x6")])&&("imageStylePreApply"==t[Jr("0x47")]||Jr("0x36")==t.subType)&&t[Jr("0x6b")]()[Jr("0x49")](c)))[Jr("0x71")]((t=>n[Jr("0x5d")](t[Jr("0x48")]))),a=o[Jr("0x2e")](t.model[Jr("0x4c")][Jr("0x3b")]),c=t[Jr("0x4f")][Jr("0x16")](a),x[Jr("0x26")](),t[Jr("0x1f")][Jr("0x19")](Jr("0x27")).refresh(),t.commands[Jr("0x19")]("imageTypeBlock")[Jr("0x26")](),l=x[Jr("0x7")],l!=r.value)return o[Jr("0x24")](a)&&x[Jr("0x51")](r[Jr("0x7")],a)?(s(r),a=o[Jr("0x2e")](t.model[Jr("0x4c")][Jr("0x3b")]),void n.markBlockFormat(a,{...u,commandReversedParams:[{value:l||null}]},[],Jr("0x23"))):void(o[Jr("0x68")](a)?n[Jr("0x2f")](a,u,[],"imageStylePostApply"):n[Jr("0x37")](c,u,Jr("0x36")))}))}));for(const e of t[Jr("0x70")].get(Jr("0xc"))[Jr("0x62")])s[e.name]=e[Jr("0x5")][Jr("0x3")]();n[Jr("0x43")][Jr("0x64")](Jr("0x65"),Jr("0x23"),"join",(()=>{})),n[Jr("0x43")][Jr("0x64")]("formatBlock",Jr("0x36"),Jr("0x66"),(()=>{})),n[Jr("0x43")].registerCustomCallback(Jr("0x60"),Jr("0x36"),Jr("0x66"),(()=>{})),n[Jr("0x43")][Jr("0x64")](Jr("0x65"),Jr("0x23"),"accept",(()=>{})),n._suggestionFactory[Jr("0x64")](Jr("0x65"),Jr("0x23"),"discard",((t,e)=>{n[Jr("0x43")][Jr("0x2d")]("formatBlock","","accept")(t,{commandName:e[Jr("0x11")],commandParams:e.commandReversedParams})})),n[Jr("0x43")].registerCustomCallback(Jr("0x65"),"imageStylePreApply",Jr("0x14"),c)}const x=[{type:Jr("0x65"),subType:Jr("0x23")},{type:Jr("0x6f"),subType:Jr("0x20")},{type:"formatBlock",subType:Jr("0x42")},{type:"insertion",subType:Jr("0x42")}];function a(t,e){const s=x[Jr("0x58")]((({type:e,subType:n})=>t[Jr("0x6")]==e&&t.subType==n)),r=x[Jr("0x58")]((({type:t,subType:n})=>e[Jr("0x6")]==t&&e[Jr("0x47")]==n));if(s<0||r<0)return!1;const i=t.getFirstRange(),a=e[Jr("0x6b")]();if((0==s||1==s)&&2==r&&i.isIntersecting(a))return!0;if(2==s&&3==r){const t=n[Jr("0x4d")](i,Jr("0x6f")).filter((({suggestion:t,meta:e})=>e[Jr("0x34")]&&Jr("0x42")==t[Jr("0x47")]));if(t[Jr("0x15")]>1&&a.end[Jr("0x49")](i.start))return!0;if(1==t[Jr("0x15")]&&(i[Jr("0x2c")][Jr("0x49")](a[Jr("0x22")])||i[Jr("0x22")][Jr("0x49")](a[Jr("0x2c")])))return!0}if(3==s&&3==r&&i.start[Jr("0x2a")](a[Jr("0x2c")])){const t=i[Jr("0x22")].nodeAfter,e=a[Jr("0x2c")].nodeBefore;return o.isBlockImage(t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}t[Jr("0x4f")].document.registerPostFixer((()=>{let e=!1;const s=Array[Jr("0x5e")](t[Jr("0x4f")][Jr("0x4c")][Jr("0x4")][Jr("0x4e")]());for(const{name:t,data:r}of s){const{group:s,type:i,subType:x,id:a}=n[Jr("0x57")](t);if(Jr("0x3d")==s&&n[Jr("0x55")](a)){if(Jr("0x65")==i&&(Jr("0x23")==x||Jr("0x36")==x)){const t=n[Jr("0x2b")](a);if(r.newRange){const s=t[Jr("0x6b")]()[Jr("0x2")]();if(o[Jr("0x68")](s))continue;n.discardSuggestion(t),e=!0}}if("insertion"==i&&Jr("0x20")==x&&!r[Jr("0xf")]){const t=n[Jr("0x2b")](a);t.next&&t.next.isInContent&&(n.discardSuggestion(t[Jr("0x5c")]),e=!0)}}}return e})),t.plugins[Jr("0x46")](Jr("0x17"))&&n.enableCommand(Jr("0x9"),((e,s)=>{const r=o.getClosestSelectedImageElement(t[Jr("0x4f")].document.selection);r[Jr("0xd")](Jr("0x30"))!=s[Jr("0x30")]&&t[Jr("0x4f")][Jr("0x4a")]((()=>{n[Jr("0x2f")](r,{commandName:Jr("0x9"),commandParams:[s]})}))})),t[Jr("0x70")][Jr("0x46")]("ImageTextAlternativeEditing")&&n[Jr("0x5f")]("imageTextAlternative",((e,s)=>{const r=o[Jr("0x2e")](t[Jr("0x4f")][Jr("0x4c")][Jr("0x3b")]);(r[Jr("0x8")]("alt")?r[Jr("0xd")](Jr("0x18")):"")!=s[Jr("0x69")]&&t[Jr("0x4f")][Jr("0x4a")]((()=>{n[Jr("0x2f")](r,{commandName:Jr("0x45"),commandParams:[s]})}))})),n[Jr("0x3a")].registerDescriptionCallback((t=>{if(x.find((({type:e,subType:n})=>t[Jr("0x6")]==e&&t[Jr("0x47")]==n)))return t[Jr("0x56")]?{}:void 0})),n[Jr("0x3a")][Jr("0x1b")]((t=>{if(Jr("0x6f")==t[Jr("0x6")]||Jr("0xb")==t[Jr("0x6")]){const e=t[Jr("0x2")]();if(e&&e.is(Jr("0x72"),Jr("0x12")))return{type:"insertion"==t[Jr("0x6")]?"addObject":Jr("0x5b"),element:e,quantity:1}}})),n[Jr("0x3a")][Jr("0x1b")]((t=>Jr("0x65")==t[Jr("0x6")]&&Jr("0x42")==t[Jr("0x47")]?{type:Jr("0x4b"),content:Jr("0x39")}:"formatBlock"==t[Jr("0x6")]&&Jr("0x6d")==t[Jr("0x47")]?{type:Jr("0x4b"),content:"Block image to inline image"}:void 0)),n[Jr("0x3a")][Jr("0x1b")]((t=>{const{data:e}=t;if(e){if(Jr("0x3f")==e[Jr("0x11")]){const t=e.commandParams[0].value;return n=Jr("0x50")===t?Yo(r,"FORMAT_SIDE_IMAGE"):s[t]||t,{type:Jr("0x4b"),content:Yo(r,Jr("0x0"),n)}}if(Jr("0x45")==e[Jr("0x11")]){const t=e[Jr("0x1c")][0].newValue;return t?{type:Jr("0x4b"),content:Yo(r,"*Set image text alternative:* %0",'"'+t+'"')}:{type:Jr("0x4b"),content:Yo(r,Jr("0x54"))}}if("resizeImage"==e[Jr("0x11")]){const t=e[Jr("0x1c")][0][Jr("0x30")];return t?{type:"format",content:Yo(r,"*Set image width:* %0",t)}:{type:Jr("0x4b"),content:Yo(r,Jr("0x67"))}}}var n}))}}const Zr=["registerCustomCallback","TrackChangesEditing","get","*Format:* replace image URL","editor","Users","model","markBlockFormat","formatBlock","plugins","data","getSuggestionCallback","getAttribute","getContainedElement","replaceImageSource","change","ImageEditing","format","locale","document","_suggestionFactory","getSelectedElement","enableCommand","afterInit","src","handleSuggestionDescription","has","selection","author","commandName","discard","handleReplaceImageCommand","source","subType","_descriptionFactory"];var Yr,ti;Yr=Zr,ti=427,function(t){for(;--t;)Yr.push(Yr.shift())}(++ti);const ei=function(t,e){return Zr[t-=0]};class ni extends t.Plugin{[ei("0x10")](){if(!this[ei("0x20")][ei("0x2")][ei("0x13")](ei("0x9")))return;const t=this[ei("0x20")].plugins[ei("0x1e")](ei("0x1d"));t[ei("0xf")]("replaceImageSource",((t,e)=>this[ei("0x18")](t,e))),t._suggestionFactory[ei("0x1c")](ei("0x1"),"replaceImageSource","accept",t[ei("0xd")][ei("0x4")](ei("0x1"),null,ei("0x17"))),t[ei("0xd")][ei("0x1c")]("formatBlock",ei("0x7"),ei("0x17"),t[ei("0xd")][ei("0x4")](ei("0x1"),null,"accept")),t[ei("0x1b")].registerDescriptionCallback((t=>this[ei("0x12")](t)))}[ei("0x18")](t,e){const n=this[ei("0x20")][ei("0x2")][ei("0x1e")](ei("0x1d")),o=this[ei("0x20")][ei("0x22")][ei("0xc")][ei("0x14")][ei("0xe")]();this.editor.model[ei("0x8")]((()=>{let s=o[ei("0x5")](ei("0x11"));const r=this[ei("0x20")][ei("0x2")].get(ei("0x21")).me;for(const t of n.getSuggestions({skipNotAttached:!0})){const e=t[ei("0x6")]();if(ei("0x7")===t[ei("0x1a")]&&e===o){t[ei("0x15")]!==r&&t[ei("0x17")](),s=t[ei("0x3")].commandParams[0][ei("0x19")];break}}t(e),n[ei("0x0")](o,{commandName:ei("0x7"),commandParams:[{source:s}]},[],ei("0x7"))}))}[ei("0x12")](t){const{data:e}=t;if(e&&ei("0x7")===e[ei("0x16")]){const t=ei("0x1f");return{type:ei("0xa"),content:Yo(this.editor[ei("0xb")],t)}}}}const oi=["forEach","plugins","_trackChangesValueDuringImport","get","_handleImportedData","listenTo","editor","collaboration_features","_setSuggestionData","dataInsert","high","trackChanges","TrackChangesEditing","commands","value","Users","_trackChangesExecuted","bind","lowest","execute","importWord"];var si,ri;si=oi,ri=474,function(t){for(;--t;)si.push(si.shift())}(++ri);const ii=function(t,e){return oi[t-=0]};class xi extends t.Plugin{constructor(t){super(t),this[ii("0xb")]=!1,this[ii("0x4")]=!1}afterInit(){const t=this[ii("0xf")],e=t[ii("0x1")].get("importWord"),n=t[ii("0x1")][ii("0xc")]("trackChanges");e&&(e.on(ii("0x7"),((t,[,e])=>{this[ii("0xb")]=n[ii("0x2")],e[ii("0x10")].track_changes=!this[ii("0xb")]}),{priority:ii("0x13")}),this[ii("0xe")](e,ii("0x12"),this[ii("0xd")][ii("0x5")](this)),this.listenTo(e,ii("0x12"),(()=>{this[ii("0x4")]&&(n[ii("0x7")](),this[ii("0x4")]=!1)}),{priority:ii("0x6")}),t[ii("0xa")][ii("0xc")](ii("0x0")).enableCommand("importWord"))}_handleImportedData(t,e){const{suggestions:n}=e,o=this.editor[ii("0x1")][ii("0xc")](ii("0x14")),s=o[ii("0x2")];this[ii("0xb")]!==s&&(o[ii("0x7")](),this._trackChangesExecuted=!0),n&&n[ii("0x9")]((({id:t,type:e,author:n,created_at:o})=>{const s={id:t,type:e,authorId:this[ii("0xf")].plugins[ii("0xc")](ii("0x3")).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:n,createdAt:o?new Date(o):new Date,source:ii("0x8")}}};this.editor.plugins[ii("0xc")](ii("0x0"))[ii("0x11")](s)}))}}const ai=["indentBlock","schema","indent","plugins","getSelectedBlocks","filter","getItemLabel","checkAttribute","*Indent:* %0","markBlockFormat","outdentBlock","commandName","editor","change","*Outdent:* %0","enableCommand","from","model","registerDescriptionCallback","has","getItems","format","_descriptionFactory","get","IndentBlock","afterInit"];var ci,li;ci=ai,li=417,function(t){for(;--t;)ci.push(ci.shift())}(++li);const ui=function(t,e){return ai[t-=0]};class di extends t.Plugin{[ui("0x18")](){const t=this.editor,e=t[ui("0x2")][ui("0x16")]("TrackChangesEditing");t.plugins[ui("0x12")]("IndentEditing")&&(e[ui("0xe")](ui("0x1")),e[ui("0xe")]("outdent"));const n=t.locale;if(t[ui("0x2")][ui("0x12")](ui("0x17"))){for(const n of[ui("0x19"),ui("0x9")])e[ui("0xe")](n,(()=>{const o=Array[ui("0xf")](this[ui("0xb")][ui("0x10")].document.selection[ui("0x3")]())[ui("0x4")]((t=>this[ui("0xb")].model[ui("0x0")][ui("0x6")](t,"blockIndent")));t[ui("0x10")][ui("0xc")]((()=>{for(const t of o)e[ui("0x8")](t,{commandName:n,commandParams:[{value:""}],formatGroupId:"indentBlock"})}))}));e[ui("0x15")][ui("0x11")]((t=>{const{data:o}=t;if(!o)return;if("indentBlock"!=o[ui("0xa")]&&ui("0x9")!=o[ui("0xa")])return;const s=t[ui("0x13")]()[0],r=e._descriptionFactory[ui("0x5")](s);return ui("0x19")==o[ui("0xa")]?{type:ui("0x14"),content:Yo(n,ui("0x7"),r)}:ui("0x9")==o[ui("0xa")]?{type:ui("0x14"),content:Yo(n,ui("0xd"),r)}:void 0}))}}}var gi,mi,fi=["enableCommand","init","get","requires","TrackChangesEditing","editor","plugins"];gi=fi,mi=342,function(t){for(;--t;)gi.push(gi.shift())}(++mi);var hi=function(t,e){return fi[t-=0]};class pi extends t.Plugin{static get[hi("0x4")](){return[Vs.Input]}[hi("0x2")](){this[hi("0x6")][hi("0x0")][hi("0x3")](hi("0x5"))[hi("0x1")]("input")}}const bi=["change","*Set link:* %0","isCollapsed","selection","LinkEditing","locale","format","model","getAttribute","enableCommand","registerDescriptionCallback","hasAttribute","unlink","getRanges","link","markInlineFormat","linkHref","getFirstPosition","from","has","get","document","*Remove link*","editor","_descriptionFactory"];var Ei,_i;Ei=bi,_i=375,function(t){for(;--t;)Ei.push(Ei.shift())}(++_i);const Ti=function(t,e){return bi[t-=0]};class Ci extends t.Plugin{afterInit(){const t=this[Ti("0x17")];if(!t.plugins[Ti("0x13")](Ti("0x4")))return;const e=t.plugins[Ti("0x14")]("TrackChangesEditing");e[Ti("0x9")]("link",((n,o)=>{const s=t[Ti("0x7")][Ti("0x15")][Ti("0x3")];let r=[];if(s[Ti("0x2")]){if(!s[Ti("0xb")](Ti("0x10")))return void n(o);{const e=(0,Vs.findAttributeRange)(s[Ti("0x11")](),Ti("0x10"),s[Ti("0x8")]("linkHref"),t[Ti("0x7")]);r=[e]}}else r=Array[Ti("0x12")](s[Ti("0xd")]());t[Ti("0x7")][Ti("0x0")]((()=>{for(const t of r)e[Ti("0xf")](t,{commandName:"link",commandParams:[o]})}))})),e[Ti("0x9")](Ti("0xc"),(()=>{const n=this[Ti("0x17")][Ti("0x7")],o=n[Ti("0x15")].selection;n[Ti("0x0")]((()=>{let n=[];n=o.isCollapsed?[(0,Vs.findAttributeRange)(o[Ti("0x11")](),Ti("0x10"),o[Ti("0x8")](Ti("0x10")),t[Ti("0x7")])]:ms("linkHref",o.getFirstRange(),t[Ti("0x7")]);for(const t of n)e[Ti("0xf")](t,{commandName:Ti("0xc"),commandParams:[]})}))})),e[Ti("0x18")][Ti("0xa")]((e=>{const{data:n}=e,o=t[Ti("0x5")];if(n){if(Ti("0xe")==n.commandName){const t=n.commandParams[0];return{type:"format",content:Yo(o,Ti("0x1"),'"'+t+'"')}}return Ti("0xc")==n.commandName?{type:Ti("0x6"),content:Yo(o,Ti("0x16"))}:void 0}}))}}const yi=["selection","commandParams","forceValue","ELEMENT_NUMBERED_LIST","*Change to:* %0","TrackChangesEditing","replace","createPositionAt","commandName","element","bulleted","slice","from","before","_descriptionFactory","todo","checkChild","todoListChecked","length","listIndent","*Uncheck item*","afterInit","commands","has","change","blockName","plugins","filter","numbered","bulletedList","name","nextSibling","editor","locale","TodoListEditing","parent","*Outdent:* %0","ELEMENT_LIST_ITEM","outdentList","listItem","isObject","indentList","ListEditing","document","todoList","get","push","paragraph","findIndex","format","numberedList","enableCommand","model","add","ELEMENT_BULLETED_LIST","getAttribute","_selectedElements","schema","listType","end","checkTodoList","previousSibling","value"];var ki,Ai;ki=yi,Ai=362,function(t){for(;--t;)ki.push(ki.shift())}(++Ai);const vi=function(t,e){return yi[t-=0]};class Ri extends t.Plugin{[vi("0x25")](){const t=this[vi("0x30")],e=t[vi("0x31")];if(!t[vi("0x2a")][vi("0x27")](vi("0x3a")))return;const n=t[vi("0x2a")][vi("0x3d")](vi("0x15")),o=t.plugins.has(vi("0x32"));function s(e){return()=>{const o=t[vi("0x5")][vi("0x3b")].selection,s=t[vi("0x26")][vi("0x3d")](e);if(s[vi("0xf")])return void t.execute(vi("0x0"),{});const r=e.slice(0,-4),i=function(t,e,n){let o=Array.from(t).filter((t=>{return e=t,(o=n)[vi("0x20")](e[vi("0x33")],vi("0x37"))&&!o[vi("0x38")](e);var e,o}));o=o[vi("0x2b")]((t=>!t.is(vi("0x19"),vi("0x37"))||t[vi("0x8")](vi("0xb"))!=e));const s=new Set;for(const t of o)t.is("element","listItem")?s[vi("0x6")](Si(t)):s[vi("0x6")](t);return Array[vi("0x1c")](s)}(o.getSelectedBlocks(),r,t[vi("0x5")][vi("0xa")]);t.model.change((()=>{for(const t of i)n.markBlockFormat(t,{commandName:e,commandParams:[{forceValue:!s[vi("0xf")]}],formatGroupId:vi("0x29")},Ii(t))}))}}function r(e){return()=>{const o=function(t){let e=Array[vi("0x1c")](t);const n=e[vi("0x1")]((t=>vi("0x37")!=t[vi("0x2e")]));return n>-1&&(e=e[vi("0x1b")](0,n)),e}(t[vi("0x5")][vi("0x3b")][vi("0x10")].getSelectedBlocks()),s=t[vi("0x5")].createRange(t.model[vi("0x17")](o[0],vi("0x1d")),t[vi("0x5")][vi("0x17")](o[o[vi("0x22")]-1],vi("0xc")));t[vi("0x5")][vi("0x28")]((()=>{n.markBlockFormat(s,{commandName:e,commandParams:[],formatGroupId:vi("0x23")},function(t){const e=new Set;for(const n of t){let t=n[vi("0x2f")];for(;t&&t[vi("0x8")](vi("0x23"))>n.getAttribute(vi("0x23"));)e.add(t),t=t[vi("0x2f")]}return Array[vi("0x1c")](e)}(o))}))}}n.enableCommand(vi("0x3"),s("numberedList")),n.enableCommand("bulletedList",s(vi("0x2d"))),o&&n[vi("0x4")](vi("0x3c"),s("todoList")),n[vi("0x4")]("indentList",r(vi("0x39"))),n[vi("0x4")](vi("0x36"),r(vi("0x36"))),o&&n[vi("0x4")](vi("0xd"),(()=>{const e=t[vi("0x26")].get(vi("0xd")),o=Array[vi("0x1c")](e[vi("0x9")]);o.filter((t=>t[vi("0x8")](vi("0x21"))!=e[vi("0xf")])),t[vi("0x5")][vi("0x28")]((()=>{for(const t of o)n.markBlockFormat(t,{commandName:"checkTodoList",commandParams:[{forceValue:!e.value}]})}))})),n._descriptionFactory.registerElementLabel(vi("0x37"),(t=>Yo(e,"ELEMENT_LIST_ITEM",t))),n[vi("0x1e")].registerDescriptionCallback((t=>{const{data:n}=t;if(n){if(vi("0x3")==n[vi("0x18")]||vi("0x2d")==n[vi("0x18")]||"todoList"==n[vi("0x18")])switch(n.commandName[vi("0x16")]("List","")){case vi("0x1a"):return o(Yo(e,vi("0x7")));case vi("0x2c"):return o(Yo(e,vi("0x13")));case vi("0x1f"):return o(Yo(e,"ELEMENT_TODO_LIST"))}if(vi("0x39")==n[vi("0x18")])return{type:vi("0x2"),content:Yo(e,"*Indent:* %0",Yo(e,vi("0x35")))};if(vi("0x36")==n[vi("0x18")])return{type:vi("0x2"),content:Yo(e,vi("0x34"),Yo(e,vi("0x35")))};if(vi("0xd")==n.commandName)return n[vi("0x11")][0][vi("0x12")]?{type:"format",content:Yo(e,"*Check item*")}:{type:vi("0x2"),content:Yo(e,vi("0x24"))}}function o(t){return{type:"format",content:Yo(e,vi("0x14"),t)}}}))}}function Si(t){const e=t[vi("0x8")]("listIndent");if(0==e)return t;let n=t;for(;t.previousSibling&&t[vi("0xe")].is("element","listItem");){const o=t[vi("0xe")][vi("0x8")](vi("0x23"));if(o==e)n=t[vi("0xe")];else if(o<e)break;t=t.previousSibling}return n}function Ii(t){const e=[];if(t.is(vi("0x19"),vi("0x37"))&&t[vi("0x8")](vi("0x23"))>0){let n=t.nextSibling;for(;n&&vi("0x37")==n[vi("0x2e")]&&n[vi("0x8")]("listIndent")==t.getAttribute(vi("0x23"));)e[vi("0x3e")](n),n=n[vi("0x2f")]}return e}const Li=["list.properties","backward","createPositionAt","numbered","_LIST_","listStart","change","parent","before","document","bind","toUpperCase","reversed","getAttribute","TrackChangesEditing","unshift","*Format:* set start index to %0","getLastPosition","*Format:* set order to regular","handleListReversedCommand","getSiblingNodes","handleDescriptions","listReversed","model","forward","styles","ListUtils","element","type","startIndex","_getSuggestionBlocks","selection","getFirstPosition","_getSuggestionBlocksForListStyle","editor","config","format","has","listStyle","from","afterInit","enableCommand","_getTranslationKeyForListStyle","listType","commandParams","flat","plugins","map","markMultiRangeBlockFormat","*Format:* set order to reversed","createRange","handleListStartCommand","listItem","commandName","handleListStyleCommand","length","get"];var Ni,wi;Ni=Li,wi=119,function(t){for(;--t;)Ni.push(Ni.shift())}(++wi);const Mi=function(t,e){return Li[t-=0]};class Oi extends t.Plugin{[Mi("0x23")](){if(!this[Mi("0x1d")][Mi("0x29")][Mi("0x20")]("ListPropertiesEditing"))return;const t=this[Mi("0x1d")][Mi("0x1e")][Mi("0x33")](Mi("0x34")),e=this[Mi("0x1d")].plugins[Mi("0x33")](Mi("0x9"));t[Mi("0x14")]&&e[Mi("0x24")](Mi("0x21"),this[Mi("0x31")][Mi("0x5")](this)),t[Mi("0x7")]&&e[Mi("0x24")](Mi("0x11"),this.handleListReversedCommand.bind(this)),t[Mi("0x18")]&&e[Mi("0x24")](Mi("0x0"),this[Mi("0x2e")].bind(this)),e._descriptionFactory.registerDescriptionCallback(this[Mi("0x10")][Mi("0x5")](this))}handleListStyleCommand(t,e={}){const n=this[Mi("0x1d")][Mi("0x29")][Mi("0x33")]("TrackChangesEditing"),o=this[Mi("0x1c")]();this[Mi("0x1d")][Mi("0x12")][Mi("0x1")]((()=>{n[Mi("0x2b")](o,{commandName:Mi("0x21"),commandParams:[{type:e[Mi("0x17")]}],formatGroupId:Mi("0x21")})}))}[Mi("0xe")](t,e={}){const n=this[Mi("0x1d")][Mi("0x29")][Mi("0x33")](Mi("0x9")),o=this[Mi("0x19")]((t=>t.is(Mi("0x16"),Mi("0x2f"))&&"numbered"===t[Mi("0x8")](Mi("0x26"))));if(o[Mi("0x32")]<1)return;const s=o[Mi("0x2a")]((t=>this[Mi("0x1d")][Mi("0x12")].createRange(this[Mi("0x1d")][Mi("0x12")][Mi("0x36")](t,Mi("0x3")),this[Mi("0x1d")].model[Mi("0x36")](t,0))));this[Mi("0x1d")][Mi("0x12")][Mi("0x1")]((()=>{n[Mi("0x2b")](s,{commandName:Mi("0x11"),commandParams:[{reversed:e[Mi("0x7")]}],formatGroupId:Mi("0x11")})}))}handleListStartCommand(t,e={}){const n=this[Mi("0x1d")][Mi("0x29")][Mi("0x33")](Mi("0x9")),o=this[Mi("0x19")]((t=>t.is(Mi("0x16"),"listItem")&&Mi("0x37")===t[Mi("0x8")]("listType")));if(o[Mi("0x32")]<1)return;const s=o[Mi("0x2a")]((t=>this[Mi("0x1d")][Mi("0x12")][Mi("0x2d")](this[Mi("0x1d")][Mi("0x12")].createPositionAt(t,"before"),this.editor[Mi("0x12")][Mi("0x36")](t,0))));this[Mi("0x1d")].model[Mi("0x1")]((()=>{n[Mi("0x2b")](s,{commandName:Mi("0x0"),commandParams:[{startIndex:e[Mi("0x18")]}],formatGroupId:"listStart"})}))}handleDescriptions(t){const e=this[Mi("0x1d")].locale,{data:n}=t;if(!n)return;let o,s;switch(n[Mi("0x30")]){case Mi("0x21"):o="*Change to:* %0",s={type:"format",content:Yo(e,o,Yo(e,this[Mi("0x25")](n[Mi("0x27")][0].type)))};break;case Mi("0x11"):o=n[Mi("0x27")][0].reversed?Mi("0x2c"):Mi("0xd"),s={type:Mi("0x1f"),content:Yo(e,o)};break;case"listStart":o=Mi("0xb"),s={type:Mi("0x1f"),content:Yo(e,o,n[Mi("0x27")][0][Mi("0x18")])}}return s}[Mi("0x1c")](){var t,e,n,o;const s=this[Mi("0x1d")].plugins[Mi("0x33")](Mi("0x15"));let r=Array[Mi("0x22")](this[Mi("0x1d")][Mi("0x12")][Mi("0x4")][Mi("0x1a")].getSelectedBlocks());return(null===(t=r[0])||void 0===t?void 0:t.is(Mi("0x16"),Mi("0x2f")))&&r[Mi("0xa")](...s[Mi("0xf")](this[Mi("0x1d")][Mi("0x12")][Mi("0x4")][Mi("0x1a")][Mi("0x1b")](),"backward")),(null===(e=r[r[Mi("0x32")]-1])||void 0===e?void 0:e.is("element",Mi("0x2f")))&&r.push(...s[Mi("0xf")](this[Mi("0x1d")][Mi("0x12")].document[Mi("0x1a")][Mi("0xc")](),Mi("0x13"))),r=[...new Set(r)],(null===(o=null===(n=this[Mi("0x1d")].model[Mi("0x4")][Mi("0x1a")].getFirstPosition())||void 0===n?void 0:n[Mi("0x2")])||void 0===o?void 0:o.is(Mi("0x16"),Mi("0x2f")))&&(r=r.filter((t=>t.is("element",Mi("0x2f"))))),r}[Mi("0x19")](t){const e=this.editor[Mi("0x29")][Mi("0x33")](Mi("0x15"));let n=Array[Mi("0x22")](this[Mi("0x1d")][Mi("0x12")][Mi("0x4")][Mi("0x1a")].getSelectedBlocks()).filter(t)[Mi("0x2a")]((t=>{const n=this.editor[Mi("0x12")].createPositionAt(t,0);return[...e.getSiblingNodes(n,Mi("0x35")),...e[Mi("0xf")](n,Mi("0x13"))]}))[Mi("0x28")]();return n=[...new Set(n)],n}_getTranslationKeyForListStyle(t){return"ELEMENT_"+this[Mi("0x1d")].plugins[Mi("0x33")](Mi("0x15")).getListTypeFromListStyleType(t)[Mi("0x6")]()+Mi("0x38")+t.toUpperCase().replace(/-/g,"_")}}const Fi=["showSuggestionHighlights","conversion","MediaEmbedEditing","elementToElement","registerElementLabel","attribute:url:media","ELEMENT_MEDIA","afterInit","editor","TrackChangesEditing","_descriptionFactory","enableCommand","plugins","mediaEmbed","stop","high","data","createEmptyElement","media","get","downcastDispatcher"];var Pi,Di;Pi=Fi,Di=121,function(t){for(;--t;)Pi.push(Pi.shift())}(++Di);const Bi=function(t,e){return Fi[t-=0]};class ji extends t.Plugin{[Bi("0xc")](){const t=this[Bi("0xd")];if(!t[Bi("0x11")].has(Bi("0x7")))return;const e=t[Bi("0x11")][Bi("0x3")](Bi("0xe")),n=t.locale;e[Bi("0x10")](Bi("0x12")),e[Bi("0xf")][Bi("0x9")](Bi("0x2"),(t=>Yo(n,Bi("0xb"),t))),t[Bi("0x6")].for("dataDowncast")[Bi("0x8")]({model:Bi("0x2"),view:(t,{writer:e,options:n})=>{if(n.showSuggestionHighlights)return e[Bi("0x1")]("div")},converterPriority:"high"}),t[Bi("0x0")][Bi("0x4")].on(Bi("0xa"),((t,e,n)=>{n.options[Bi("0x5")]&&t[Bi("0x13")]()}),{priority:Bi("0x14")})}}const Ui=["afterInit","MentionEditing","editor","plugins","mention","enableCommand","TrackChangesEditing","get"];var Gi,Hi;Gi=Ui,Hi=398,function(t){for(;--t;)Gi.push(Gi.shift())}(++Hi);const Wi=function(t,e){return Ui[t-=0]};class zi extends t.Plugin{[Wi("0x2")](){const t=this[Wi("0x4")];t[Wi("0x5")].has(Wi("0x3"))&&t[Wi("0x5")][Wi("0x1")](Wi("0x0"))[Wi("0x7")](Wi("0x6"))}}const Vi=["enableCommand","pageBreak","registerElementLabel","has","PageBreakEditing","get","ELEMENT_PAGE_BREAK","editor","TrackChangesEditing","_descriptionFactory","plugins"];var Ki,Xi;Ki=Vi,Xi=110,function(t){for(;--t;)Ki.push(Ki.shift())}(++Xi);const qi=function(t,e){return Vi[t-=0]};class $i extends t.Plugin{afterInit(){const t=this[qi("0x7")];if(!t[qi("0xa")][qi("0x3")](qi("0x4")))return;t[qi("0xa")].get(qi("0x8"))[qi("0x0")](qi("0x1"));const e=t[qi("0xa")][qi("0x5")](qi("0x8")),n=t.locale;e[qi("0x9")][qi("0x2")](qi("0x1"),(t=>Yo(n,qi("0x6"),t)))}}const Ji=["type","getFirstRange","locale","ELEMENT_PARAGRAPH","afterInit","*Change to:* %0","model","has","plugins","activeMarkers","schema","ck-suggestion-marker-split","includes","selection","Paragraph","isBlock","checkChild","paragraph","registerElementLabel","from","addMarker:suggestion:insertion","enableCommand","document","isTouching","getSelectedBlocks","ck-suggestion-marker--active","$text","registerDescriptionCallback","end","addClass","nodeAfter","options","*Insert:* %0","insertion","consumable","name","bindElementToMarker","_descriptionFactory","createUIElement","downcastDispatcher","insert","data","get","highest","markerRange","mapper","parent","markBlockFormat","consume","commandName","markerName","toViewPosition","TrackChangesEditing","isLimit","writer","editor"];var Qi,Zi;Qi=Ji,Zi=257,function(t){for(;--t;)Qi.push(Qi.shift())}(++Zi);const Yi=function(t,e){return Ji[t-=0]};class tx extends t.Plugin{[Yi("0x1b")](){const t=this[Yi("0x16")];if(!t.plugins[Yi("0x1e")](Yi("0x25")))return;const e=t[Yi("0x19")],n=t[Yi("0x1f")][Yi("0x9")](Yi("0x13"));n[Yi("0x4")][Yi("0x29")](Yi("0x28"),(t=>Yo(e,Yi("0x1a"),t))),n[Yi("0x2c")](Yi("0x28"),((e,o={})=>{const s=t[Yi("0x1d")][Yi("0x2d")],r=o[Yi("0x24")]||s.selection,i=Array[Yi("0x2a")](r[Yi("0x2f")]()).filter((t=>{return e=t,(n=this[Yi("0x16")][Yi("0x1d")][Yi("0x21")])[Yi("0x27")](e[Yi("0xd")],Yi("0x28"))&&!n.isObject(e)&&Yi("0x28")!=e[Yi("0x2")];var e,n}));t.model.change((()=>{for(const t of i)n[Yi("0xe")](t,{commandName:Yi("0x28"),commandParams:[],formatGroupId:"blockName"},fs(t))}))})),n[Yi("0x4")][Yi("0x32")]((t=>{const{data:n}=t;if(n&&Yi("0x28")==n[Yi("0x10")])return{type:"format",content:Yo(e,Yi("0x1c"),Yo(e,Yi("0x1a")))}})),n[Yi("0x2c")]("insertParagraph"),t.editing[Yi("0x6")].on(Yi("0x2b"),ex(t),{priority:Yi("0xa")}),t[Yi("0x8")][Yi("0x6")].on("addMarker:suggestion:insertion",((e,n,o)=>{o[Yi("0x36")].showSuggestionHighlights&&ex(t,{showActiveMarker:!1})(e,n,o)}),{priority:Yi("0xa")});const o=n[Yi("0x4")];o[Yi("0x32")]((n=>{if("insertion"!==n[Yi("0x17")])return;const{start:s,end:r}=n[Yi("0x18")]();if(!s.isTouching(r)||!s[Yi("0x35")])return;const i=t[Yi("0x1d")][Yi("0x21")],x=s[Yi("0x35")];return i[Yi("0x26")](x)&&!i[Yi("0x14")](x)&&i.checkChild(x,Yi("0x31"))?{type:Yi("0x0"),content:Yo(e,Yi("0x37"),o.getItemLabel(x,1))}:void 0}))}}function ex(t,{showActiveMarker:e=!0}={}){return(n,o,s)=>{const r=t[Yi("0x1f")][Yi("0x9")](Yi("0x13")),i=o.markerRange.start,x=o[Yi("0xb")][Yi("0x33")],a=t[Yi("0x1d")][Yi("0x21")];if(!i[Yi("0x2e")](x)||!i[Yi("0x35")])return;const c=i[Yi("0x35")];if(a[Yi("0x26")](c)&&!a[Yi("0x14")](c)&&a[Yi("0x27")](c,Yi("0x31"))){if(!s[Yi("0x1")][Yi("0xf")](o.markerRange,n.name))return;const t=s[Yi("0x15")][Yi("0x5")]("span",{class:Yi("0x22")}),i=s.mapper[Yi("0x12")](x);e&&r[Yi("0x20")][Yi("0x23")](o[Yi("0x11")])&&s[Yi("0x15")][Yi("0x34")](Yi("0x30"),t),s[Yi("0x15")][Yi("0x7")](i,t),s[Yi("0xc")][Yi("0x3")](t,o.markerName)}}}const nx=["get","getAttributeProperties","RemoveFormatEditing","isFormatting","removeFormat","document","plugins","registerDescriptionCallback","enableCommand","isCollapsed","TrackChangesEditing","selection","commandName","markInlineFormat","schema","model","createRangeOn","has","getItems","_descriptionFactory","editor","getAttributes"];var ox,sx;ox=nx,sx=127,function(t){for(;--t;)ox.push(ox.shift())}(++sx);const rx=function(t,e){return nx[t-=0]};class ix extends t.Plugin{afterInit(){const t=this[rx("0x3")];if(!t[rx("0xb")][rx("0x0")](rx("0x7")))return;const e=t[rx("0xb")][rx("0x5")](rx("0xf"));e[rx("0xd")](rx("0x9"),(n=>{const o=t[rx("0x14")][rx("0xa")][rx("0x10")];o[rx("0xe")]?n():t[rx("0x14")].change((()=>{const n=Array.from(o.getRanges());for(const o of n)for(const n of o[rx("0x1")]())xx(n,t.model[rx("0x13")])&&e[rx("0x12")](t[rx("0x14")][rx("0x15")](n),{commandName:rx("0x9"),commandParams:[]})}))})),e[rx("0x2")][rx("0xc")]((e=>{const{data:n}=e;if(n&&"removeFormat"==n[rx("0x11")])return{type:"format",content:Yo(t.locale,"*Remove all formatting*")}}))}}function xx(t,e){for(const[n]of t[rx("0x4")]()){const t=e[rx("0x6")](n);if(t&&t[rx("0x8")])return!0}return!1}const ax=["afterInit","goToPreviousRestrictedEditingException","editor","RestrictedEditingModeEditing","enableCommand","get","trackChanges","plugins","discardSuggestion","discardSelectedSuggestions","acceptSelectedSuggestions","acceptSuggestion","TrackChangesEditing","acceptAllSuggestions","goToNextRestrictedEditingException"];var cx,lx;cx=ax,lx=185,function(t){for(;--t;)cx.push(cx.shift())}(++lx);const ux=function(t,e){return ax[t-=0]};class dx extends t.Plugin{[ux("0xa")](){const t=this[ux("0xc")];if(!t[ux("0x2")].has("RestrictedEditingModeEditing"))return;const e=t[ux("0x2")][ux("0x0")](ux("0x7"));e[ux("0xe")](ux("0xb")),e.enableCommand(ux("0x9"));const n=t[ux("0x2")][ux("0x0")](ux("0xd"));n[ux("0xe")](ux("0x1")),n[ux("0xe")](ux("0x6")),n[ux("0xe")](ux("0x3")),n[ux("0xe")](ux("0x8")),n[ux("0xe")]("discardAllSuggestions"),n[ux("0xe")](ux("0x5")),n[ux("0xe")](ux("0x4"))}}const gx=["data","createUIElement","get","requires","writer","getItems","locale","addMarker:suggestion:insertion","TrackChangesEditing","markerName","insert","activeMarkers","enableCommand","softBreak","bindElementToMarker","addMarker:suggestion","toViewPosition","split","consumable","markerRange","_descriptionFactory","plugins","downcastDispatcher","includes","createPositionBefore","editing","editor","mapper","init","model","high","registerElementLabel","element","ck-suggestion-marker-","deletion","ck-suggestion-marker--active"];var mx,fx;mx=gx,fx=486,function(t){for(;--t;)mx.push(mx.shift())}(++fx);const hx=function(t,e){return gx[t-=0]};class px extends t.Plugin{static get[hx("0x15")](){return[nr.ShiftEnter]}[hx("0xa")](){const t=this[hx("0x8")],e=t[hx("0x3")][hx("0x14")](hx("0x1a"));e[hx("0x1e")]("shiftEnter"),t[hx("0x7")][hx("0x4")].on(hx("0x19"),bx(t),{priority:"high"}),t[hx("0x7")].downcastDispatcher.on("addMarker:suggestion:deletion",bx(t),{priority:hx("0xc")}),t[hx("0x12")][hx("0x4")].on(hx("0x21"),((e,n,o)=>{o.options.showSuggestionHighlights&&bx(t,{showActiveMarker:!1})(e,n,o)})),e[hx("0x2")][hx("0xd")]("softBreak",(e=>Yo(t[hx("0x18")],"ELEMENT_LINE_BREAK",e)))}}function bx(t,{showActiveMarker:e=!0}={}){return(n,o,s)=>{const r=t.plugins[hx("0x14")](hx("0x1a"));if(!s[hx("0x0")].test(o[hx("0x1")],n.name))return;const i=t[hx("0xb")];for(const t of o.markerRange[hx("0x17")]()){if(!t.is(hx("0xe"),hx("0x1f")))continue;const n=hx("0x10")==o[hx("0x1b")].split(":")[1]?"merge":hx("0x23"),x=s[hx("0x16")][hx("0x13")]("span",{class:hx("0xf")+n}),a=s[hx("0x9")][hx("0x22")](i[hx("0x6")](t));e&&r[hx("0x1d")][hx("0x5")](o.markerName)&&s[hx("0x16")].addClass(hx("0x11"),x),s[hx("0x16")][hx("0x1c")](a,x),s[hx("0x9")][hx("0x20")](x,o[hx("0x1b")])}}}const Ex=["forceValue","TrackChangesEditing","from","FORMAT_RESTRICTED_ENABLED","selection","document","get","afterInit","plugins","FORMAT_RESTRICTED_DISABLED","StandardEditingModeEditing","editor","enableCommand","isCollapsed","markInlineFormat","format","commandName","getRanges","commands","model"];var _x,Tx;_x=Ex,Tx=353,function(t){for(;--t;)_x.push(_x.shift())}(++Tx);const Cx=function(t,e){return Ex[t-=0]};class yx extends t.Plugin{[Cx("0xe")](){const t=this[Cx("0x12")],e=t[Cx("0x6")],n=t.locale;if(!t[Cx("0xf")].has(Cx("0x11")))return;const o=t.plugins[Cx("0xd")](Cx("0x8")),s="restrictedEditingException",r=t[Cx("0x5")][Cx("0xd")](s);o[Cx("0x13")](s,((t,n={})=>{const i=e[Cx("0xc")][Cx("0xb")];if(i[Cx("0x0")])return void t(n);const x=void 0!==n.forceValue?n[Cx("0x7")]:!r.value;e.change((()=>{const t=Array[Cx("0x9")](i[Cx("0x4")]());for(const n of t){const t=x?[n]:ms(s,n,e);for(const e of t)o[Cx("0x1")](e,{commandName:s,commandParams:[{forceValue:x}]})}}))})),o._descriptionFactory.registerDescriptionCallback((t=>{const{data:e}=t;if(e&&e[Cx("0x3")]==s)return e.commandParams[0][Cx("0x7")]?{type:Cx("0x2"),content:Yo(n,Cx("0xa"))}:{type:"format",content:Yo(n,Cx("0x10"))}}))}}const kx=["*Format:* %0","style.definitions","commandParams","getAttribute","markInlineFormat","isCollapsed","getAncestors","forceValue","commandName","config","style","getDefinitionsForView","isBlock","model","getSelectedBlocks","_getStyleDefinition","enableCommand","toLowerCase","StyleUtils","Style","format","change","name","registerDescriptionCallback","afterInit","value","_getRangesWithClasses","has","getItems","plugins","enabledStyles","_descriptionFactory","inline","TrackChangesEditing","styleName","includes","normalizeConfig","document","add","push","from","get","modelElements","getRanges"];var Ax,vx;Ax=kx,vx=261,function(t){for(;--t;)Ax.push(Ax.shift())}(++vx);const Rx=function(t,e){return kx[t-=0]};class Sx extends t.Plugin{[Rx("0x1b")](){const t=this.editor;if(!t.plugins[Rx("0x1e")](Rx("0x16")))return;const e=t.commands[Rx("0x0")](Rx("0xd")),n=t.plugins[Rx("0x0")](Rx("0x24")),o=t.locale,s=t[Rx("0x20")][Rx("0x0")]("DataSchema"),r=t[Rx("0x20")].get(Rx("0x15"))[Rx("0x27")](s,t[Rx("0xc")][Rx("0x0")](Rx("0x4")));n[Rx("0x13")]("style",((o,{styleName:i})=>{const x=t[Rx("0x10")][Rx("0x28")].selection,a=this[Rx("0x12")](i,r);if(!a)return;if(!e[Rx("0x21")].includes(i))return;if(x[Rx("0x8")]&&!a[Rx("0xf")])return void o({styleName:i});const c=!e[Rx("0x1c")][Rx("0x26")](a[Rx("0x19")]);if(a.isBlock){const e=function(t,e){const n=new Set;for(const o of t){const t=o[Rx("0x9")]({includeSelf:!0,parentFirst:!0});for(const o of t)if(e.includes(o[Rx("0x19")])){n[Rx("0x29")](o);break}}return n}(x[Rx("0x11")](),a[Rx("0x1")]);t[Rx("0x10")][Rx("0x18")]((()=>{for(const t of e)n.markBlockFormat(t,{commandName:Rx("0xd"),commandParams:[{styleName:i,forceValue:c}],formatGroupId:"style:"+i})}))}else{let e=Array[Rx("0x2b")](x[Rx("0x2")]());if(!c){const n=Array[Rx("0x2b")](s[Rx("0xe")](a.element,!1))[0][Rx("0x10")],o=[];for(const s of e){const e=this[Rx("0x1d")](t[Rx("0x10")],s,a.classes,n);o.push(...e)}e=o}t[Rx("0x10")].change((()=>{for(const t of e)n[Rx("0x7")](t,{commandName:"style",commandParams:[{styleName:i,forceValue:c}]})}))}})),n[Rx("0x22")][Rx("0x1a")]((t=>{const{data:e}=t;if(e&&Rx("0xd")===e[Rx("0xb")])return e[Rx("0x5")][0][Rx("0xa")]?{type:Rx("0x17"),content:Yo(o,Rx("0x3"),e[Rx("0x5")][0][Rx("0x25")][Rx("0x14")]())}:{type:Rx("0x17"),content:Yo(o,"*Remove format:* %0",e[Rx("0x5")][0][Rx("0x25")][Rx("0x14")]())}}))}[Rx("0x12")](t,e){let n=e.block.find((e=>e[Rx("0x19")]===t));return n||(n=e[Rx("0x23")].find((e=>e[Rx("0x19")]===t))),n}[Rx("0x1d")](t,e,n,o){const s=[];for(const r of e[Rx("0x1f")]()){const e=r[Rx("0x6")](o);e&&n.every((t=>e.classes[Rx("0x26")](t)))&&s[Rx("0x2a")](t.createRangeOn(r))}return s}}const Ix=["end","TableUtils","MIN_SAFE_INTEGER","*Remove:* %0","$textProxy","insert","mapper","subType","commands","locale","model","afterInit","insertTableRowAbove","_descriptionFactory","isArray","setSelection","getSelectionAffectedTableCells","table","_setupColumnsRowsFixing","rootName","downcastDispatcher","insertion","tableRow","nodeAfter","insertTableRowBelow","differ","selection","execute","detach","tableCell","name","min","low","has","editor","get","getAttribute","maxColumn","getCellLocation","createRangeOn","data","classes","hasAttribute","from","selectTableColumn","element","max","change","colspan","deletion","getChildren","tableColumn","registerDescriptionCallback","createRangeIn","item","values","change:data","insertTable","showSuggestionHighlights","selectTableRow","span","ELEMENT_TABLE","some","_suggestionFactory","_tableSuggestions","MAX_SAFE_INTEGER","_getSuggestionCoords","getRanges","_splitMarkerName","markMultiRangeDeletion","startsWith","order","start","refresh","ELEMENT_TABLE_ROW_WITH_TEXT","enqueueChange","_acceptFormatSuggestionCallbackFactory","isIntersectingWithRange","ELEMENT_TABLE_ROW","last","includes","markMultiRangeInsertion","plugins","above","registerPostFixer","type","$graveyard","insertTableColumnLeft","insertTableColumnRight","minRow","isEqual","highest","findAncestor","TableEditing","removeTableRow","rowspan","getColumnIndexes","add","filter","TrackChangesEditing","length","first","fromRange","join","addRange","left","accept","oldRange","*Insert:* %0","addMarker:suggestion","removeClass","every","registerCustomCallback","getFirstRange","enableCommand","getItems","position","document","removeTableColumn","ELEMENT_TABLE_COLUMN","isTouching","root","toLowerCase","writer","ELEMENT_TABLE_WITH_TEXT","_getCoordsForCells","_tablePostFixingSubtypes","discard","push","createTableWalker","maxRow","getChangedMarkers","map","cell","createPositionAt","substr"];var Lx,Nx;Lx=Ix,Nx=389,function(t){for(;--t;)Lx.push(Lx.shift())}(++Nx);const wx=function(t,e){return Ix[t-=0]};class Mx extends t.Plugin{constructor(t){super(t),this[wx("0x9")]=[wx("0x29"),wx("0x46")],this[wx("0x53")]=new Set}[wx("0x1e")](){const t=this[wx("0x35")],e=t[wx("0x1d")][wx("0x0")].selection;if(!t.plugins[wx("0x34")](wx("0x70")))return;const n=t[wx("0x1c")],o=t[wx("0x65")][wx("0x36")](wx("0x76")),s=t[wx("0x65")][wx("0x36")]("TableUtils");o[wx("0x20")].registerElementLabel(wx("0x24"),(t=>Yo(n,wx("0x50"),t))),this[wx("0x25")](),o[wx("0x85")](wx("0x4c")),o.enableCommand(wx("0x4e")),o[wx("0x85")](wx("0x3f"));for(const n of[wx("0x1f"),wx("0x2b")]){const r=t[wx("0x1b")][wx("0x36")](n);o[wx("0x85")](n,(n=>{t[wx("0x1d")][wx("0x42")]((t=>{n();const i=wx("0x66")===r[wx("0x5a")],x=s.getSelectionAffectedTableCells(e),a=s.getRowIndexes(x),c=i?a[wx("0x78")]-1:a[wx("0x62")]+1,l=x[0][wx("0x6f")](wx("0x24")),u=s.createTableWalker(l,{startRow:c,endRow:c}),d=Array[wx("0x3e")](u)[wx("0xf")]((e=>t[wx("0x3a")](e[wx("0x10")])));o[wx("0x64")](d,"tableRow")}))}))}for(const n of[wx("0x6a"),wx("0x6b")]){const r=t[wx("0x1b")][wx("0x36")](n);o.enableCommand(n,(n=>{t.model.change((t=>{n();const i=wx("0x7c")===r[wx("0x5a")],x=s[wx("0x23")](e),a=s[wx("0x73")](x),c=i?a.first-1:a[wx("0x62")]+1,l=x[0].findAncestor(wx("0x24")),u=s[wx("0xc")](l,{startRow:0,column:c,includeAllSlots:!1}),d=Array[wx("0x3e")](u)[wx("0xf")]((e=>t.createRangeOn(e.cell)));o[wx("0x64")](d,wx("0x46"))}))}))}for(const n of["removeTableRow","removeTableColumn"]){const r=n.substr(11),i=r[wx("0x5")](),x=i[wx("0x12")](0,3)+"span",a=wx("0x24")+r,c=wx("0x32")+r,l=wx("0x41")+r;o.enableCommand(n,(()=>{t[wx("0x1d")][wx("0x42")]((t=>{const r=s[wx("0x23")](e),u=r[0].findAncestor("table");let d;if(wx("0x71")==n){const t=s.getRowIndexes(r);d={startRow:t[wx("0x78")],endRow:t[wx("0x62")],includeAllSlots:!0}}else{const t=s[wx("0x73")](r);d={startColumn:t[wx("0x78")],endColumn:t[wx("0x62")],includeAllSlots:!0}}const g=s[wx("0xc")](u,d),m=Array[wx("0x3e")](g)[wx("0xf")]((({cell:t})=>t)),f=Ox(m[wx("0x75")]((t=>t[wx("0x3d")](x)))),h=Ox(m[wx("0x75")]((t=>!t.hasAttribute(x)))).map((e=>t[wx("0x3a")](e))),p=o[wx("0x58")](h,a);if(p&&(wx("0x29")==p[wx("0x1a")]||wx("0x46")==p[wx("0x1a")])){const e=this[wx("0x55")](p);for(const n of f){const o=t[wx("0x3a")](n),r=s[wx("0x39")](n),a=n[wx("0x37")](x)-1,u=e[c],d=e[l];u<=r[i]&&r[i]+a<=d&&p[wx("0x7b")](o)}}}))}))}function r(n){const o=Array.from(e[wx("0x56")]())[wx("0xf")]((t=>i.LiveRange[wx("0x79")](t)));t[wx("0x1d")][wx("0x42")]((e=>{const s=e.batch;n=n.filter((t=>wx("0x69")!=t[wx("0x4")][wx("0x26")])),e.setSelection(n),t[wx("0x1b")][wx("0x36")](wx("0x71"))[wx("0x5c")](),t[wx("0x2e")](wx("0x71"),{forceDefaultExecution:!0}),t[wx("0x1d")].enqueueChange((()=>{t.model[wx("0x5e")](s,(t=>{const e=o[wx("0x75")]((t=>wx("0x69")!=t[wx("0x4")][wx("0x26")]));e[wx("0x77")]>0&&t[wx("0x22")](e);for(const t of o)t[wx("0x2f")]()}))}))}))}function a(n){t[wx("0x1d")][wx("0x42")]((o=>{const s=Array.from(e[wx("0x56")]())[wx("0xf")]((t=>i.LiveRange.fromRange(t))),r=[];for(const t of n)for(const e of t.getItems({shallow:!0}))r.push(e);for(const e of r)wx("0x69")!=e[wx("0x4")][wx("0x26")]&&(o[wx("0x22")](o[wx("0x11")](e,0)),t[wx("0x1b")][wx("0x36")](wx("0x1"))[wx("0x5c")](),t[wx("0x2e")]("removeTableColumn",{forceDefaultExecution:!0}));const x=s[wx("0x75")]((t=>wx("0x69")!=t[wx("0x4")][wx("0x26")]));x[wx("0x77")]>0&&o.setSelection(x);for(const t of s)t.detach()}))}function c(t,e){return e[wx("0x82")]((e=>t[wx("0x51")]((t=>t[wx("0x13")][wx("0x6d")](e.start)||e.end[wx("0x6d")](t[wx("0x5b")])))))}function l(t,e){return t[wx("0x51")]((t=>e[wx("0x51")]((e=>t[wx("0x13")][wx("0x3")](e.start)))))}t[wx("0x3b")][wx("0x27")].on(wx("0x80"),((t,e,n)=>{if(!n.options[wx("0x4d")])return;const o=e[wx("0x49")];if(!o)return;const s=n[wx("0x19")].toViewElement(o);function r(t){return Array[wx("0x21")](t)?t:[t]}s&&wx("0x30")===o[wx("0x31")]&&(0,x.setHighlightHandling)(s,n[wx("0x6")],((t,e,n)=>n.addClass(r(e.classes),t)),((t,e,n)=>n[wx("0x81")](r(e[wx("0x3c")]),t)))}),{priority:wx("0x6e")}),o[wx("0x20")][wx("0x47")]((t=>{if(wx("0x28")!=t[wx("0x68")]&&wx("0x44")!=t.type)return;const e=t.getContainedElement();if(null!=e&&e.is(wx("0x40"),"table")){if(wx("0x28")==t[wx("0x68")]){const e=t[wx("0x86")]()[wx("0x75")]((t=>t.is(wx("0x17"))))[wx("0xf")]((t=>t.data));if(e.length)return{type:wx("0x28"),content:Yo(n,wx("0x7f"),Yo(n,wx("0x7"),'"'+e[wx("0x7a")](" ")+'"'))}}if("deletion"==t[wx("0x68")]){const e=t[wx("0x86")]()[wx("0x75")]((t=>t.is(wx("0x17"))))[wx("0xf")]((t=>t[wx("0x3b")]));if(e[wx("0x77")])return{type:wx("0x44"),content:Yo(n,wx("0x16"),Yo(n,wx("0x7"),'"'+e[wx("0x7a")](" ")+'"'))}}}})),o[wx("0x20")].registerDescriptionCallback((t=>{if("tableRow"==t.subType){const e=t.getItems()[wx("0x75")]((t=>t.is(wx("0x17")))).map((t=>t.data)),o=this[wx("0x55")](t),s=o[wx("0xd")]-o[wx("0x6c")]+1;if(wx("0x28")==t.type)return e.length?{type:wx("0x28"),content:Yo(n,wx("0x7f"),Yo(n,wx("0x5d"),[s,'"'+e[wx("0x7a")](" ")+'"']))}:{type:wx("0x28"),content:Yo(n,wx("0x7f"),Yo(n,wx("0x61"),s))};if("deletion"==t[wx("0x68")])return e.length?{type:"deletion",content:Yo(n,"*Remove:* %0",Yo(n,"ELEMENT_TABLE_ROW_WITH_TEXT",[s,'"'+e[wx("0x7a")](" ")+'"']))}:{type:wx("0x44"),content:Yo(n,wx("0x16"),Yo(n,"ELEMENT_TABLE_ROW",s))}}if(wx("0x46")==t[wx("0x1a")]){const e=t.getItems().filter((t=>t.is(wx("0x17"))))[wx("0xf")]((t=>t.data)),o=this[wx("0x55")](t),s=o[wx("0x38")]-o.minColumn+1;if(wx("0x28")==t[wx("0x68")])return e[wx("0x77")]?{type:wx("0x28"),content:Yo(n,"*Insert:* %0",Yo(n,"ELEMENT_TABLE_COLUMN_WITH_TEXT",[s,'"'+e[wx("0x7a")](" ")+'"']))}:{type:"insertion",content:Yo(n,wx("0x7f"),Yo(n,wx("0x2"),s))};if(wx("0x44")==t.type)return e.length?{type:wx("0x44"),content:Yo(n,wx("0x16"),Yo(n,"ELEMENT_TABLE_COLUMN_WITH_TEXT",[s,'"'+e[wx("0x7a")](" ")+'"']))}:{type:wx("0x44"),content:Yo(n,wx("0x16"),Yo(n,wx("0x2"),s))}}})),o[wx("0x52")].registerCustomCallback(wx("0x28"),"tableRow",wx("0xa"),r),o[wx("0x52")][wx("0x83")](wx("0x44"),wx("0x29"),wx("0x7d"),r),o[wx("0x52")][wx("0x83")](wx("0x28"),wx("0x46"),wx("0xa"),a),o._suggestionFactory[wx("0x83")](wx("0x44"),wx("0x46"),wx("0x7d"),a),o._suggestionFactory[wx("0x83")]("insertion","tableColumn",wx("0x7a"),c),o._suggestionFactory[wx("0x83")](wx("0x44"),wx("0x46"),wx("0x7a"),c),o[wx("0x52")][wx("0x83")](wx("0x28"),wx("0x29"),wx("0x7a"),l),o[wx("0x52")][wx("0x83")](wx("0x44"),"tableRow",wx("0x7a"),l)}[wx("0x5f")](){const t=this[wx("0x35")],e=t[wx("0x1d")].document[wx("0x2d")];return(n,o)=>{t[wx("0x1d")][wx("0x42")]((s=>{const{commandName:r,commandParams:x}=o;let a=n[0][wx("0x13")].nodeBefore;x&&x[0]&&!1===x[0].forceValue&&(a=n[0].start.nodeAfter);const c=s[wx("0x48")](a);if(wx("0x69")==c[wx("0x4")][wx("0x26")])return;const l=Array[wx("0x3e")](e.getRanges())[wx("0xf")]((t=>i.LiveRange[wx("0x79")](t)));s[wx("0x22")](c),t[wx("0x1b")][wx("0x36")](r)[wx("0x5c")](),x[wx("0xb")]({forceDefaultExecution:!0}),t[wx("0x2e")](r,...x);const u=l[wx("0x75")]((t=>wx("0x69")!=t[wx("0x4")][wx("0x26")]));u[wx("0x77")]>0&&s[wx("0x22")](u);for(const t of l)t[wx("0x2f")]()}))}}[wx("0x8")](t){const e=this[wx("0x35")][wx("0x65")][wx("0x36")](wx("0x14"));let n=Number[wx("0x54")],o=Number.MIN_SAFE_INTEGER,s=Number[wx("0x54")],r=Number[wx("0x15")];for(const i of t){if(wx("0x69")==i[wx("0x4")][wx("0x26")])continue;const{row:t,column:x}=e.getCellLocation(i),a=i[wx("0x3d")](wx("0x72"))?i[wx("0x37")](wx("0x72"))-1:0,c=i[wx("0x3d")](wx("0x43"))?i[wx("0x37")](wx("0x43"))-1:0;n=t<n?t:n,o=t+a>o?t+a:o,s=x<s?x:s,r=x+c>r?x+c:r}return{minRow:n,maxRow:o,minColumn:s,maxColumn:r}}_setupColumnsRowsFixing(){const t=this[wx("0x35")],e=t[wx("0x65")][wx("0x36")](wx("0x76")),n=t[wx("0x65")][wx("0x36")]("TableUtils");t.model.document.on(wx("0x4b"),(()=>{const n=Array[wx("0x3e")](t.model[wx("0x0")][wx("0x2c")][wx("0xe")]());for(const{name:t,data:o}of n){const{group:n,id:s,subType:r}=e[wx("0x57")](t);if("suggestion"!=n)continue;if(null!=o[wx("0x7e")])continue;const i=e.getSuggestion(s);this[wx("0x9")][wx("0x63")](r)&&this[wx("0x53")][wx("0x74")](i)}}),{priority:wx("0x33")});const o=(t,e)=>{let o=!1;const s=e[wx("0x3a")](t),r=t[wx("0x6f")](wx("0x24")),i=n[wx("0x39")](t);for(const e of this[wx("0x53")]){const n=e[wx("0x1a")],x=n[wx("0x59")]("tablePaste"),a=n[wx("0x12")](x?10:5),c=a.toLowerCase(),l=c.substr(0,3)+wx("0x4f"),u=wx("0x32")+a,d=wx("0x41")+a;if(!e.isInContent)continue;if(r!=e[wx("0x84")]()[wx("0x5b")].findAncestor(wx("0x24")))continue;if(e[wx("0x60")](s))continue;const g=t[wx("0x3d")](l)?t.getAttribute(l)-1:0,m=this._getSuggestionCoords(e),f=m[u],h=m[d];f<=i[c]&&i[c]+g<=h&&(e[wx("0x7b")](s),o=!0)}return o};t[wx("0x1d")][wx("0x0")][wx("0x67")]((e=>{let n=!1;for(const s of t.model[wx("0x0")][wx("0x2c")].getChanges())if(wx("0x18")==s.type)if(wx("0x29")==s[wx("0x31")])for(const t of s[wx("0x87")][wx("0x2a")][wx("0x45")]())n=n||o(t,e);else wx("0x30")==s.name&&(n=n||o(s[wx("0x87")][wx("0x2a")],e));return n}))}[wx("0x55")](t){return this[wx("0x8")](t.getRanges().map((t=>t.start[wx("0x2a")])))}}function Ox(t){return Array[wx("0x3e")](new Set(t)[wx("0x4a")]())}const Fx=["insertion","getSuggestions","TableUtils","getFirstPosition","length","mergeTableCells","forceDefaultExecution","has","isInContent","push","getAncestors","get","low","model","$graveyard","return","trackChanges","registerCustomCallback","find","stop","enableCommand","author","editor","TableEditing","document","containsRange","set:isEnabled","from","getRanges","format","_areSelectedCellsMergable","_isForcedDefaultExecutionBlock","createTableWalker","cell","change","_suggestionFactory","getSelectionAffectedTableCells","commandName","*Merge cells*","_tablePostFixingSubtypes","size","splitTableCellVertically","_descriptionFactory","rootName","add","accept","registerDescriptionCallback","requires","mergeTableCellLeft","*Split cell:* vertically","mergeTableCellRight","table","tableCell","refresh","plugins","setSelection","*Split cell:* horizontally","element","markMultiRangeBlockFormat","type","getCellLocation","mergeTableCellDown","selection","isEnabled","TrackChangesEditing","value","detach","fromRange","filter","createRangeOn","mergeTableCellUp","splitTableCellHorizontally","commands","markBlockFormat","map","_areMergableCells","execute","formatBlock","locale"];var Px,Dx;Px=Fx,Dx=402,function(t){for(;--t;)Px.push(Px.shift())}(++Dx);const Bx=function(t,e){return Fx[t-=0]};class jx extends t.Plugin{static get[Bx("0x28")](){return[Mx]}afterInit(){const t=this.editor,e=t.model[Bx("0x11")][Bx("0x37")],n=t[Bx("0x47")];if(!t[Bx("0x2f")][Bx("0x0")](Bx("0x10")))return;const o=t.plugins.get(Bx("0x39")),s=t[Bx("0x2f")][Bx("0x4")]("TableUtils"),r=t[Bx("0x2f")][Bx("0x4")](Mx);r[Bx("0x20")][Bx("0x2")](Bx("0x4d")),o.enableCommand(Bx("0x4d"),(()=>{const e=s[Bx("0x1d")](t[Bx("0x6")].document.selection);t.model[Bx("0x1b")]((()=>{o.markMultiRangeBlockFormat(e,{commandName:Bx("0x4d"),commandParams:[]},[],Bx("0x4d"))}))})),t[Bx("0x41")].get(Bx("0x4d")).on(Bx("0x45"),((e,n)=>{t[Bx("0x41")][Bx("0x4")](Bx("0x9"))[Bx("0x3a")]&&(n[Bx("0x4c")]>0&&n[n[Bx("0x4c")]-1]&&n[n[Bx("0x4c")]-1][Bx("0x4e")]||o[Bx("0x18")]||this._areSelectedCellsMergable()||e[Bx("0xc")]())}),{priority:"highest"});for(const e of["mergeTableCellUp",Bx("0x2b"),Bx("0x36"),Bx("0x29")]){const n=t[Bx("0x41")][Bx("0x4")](e);o[Bx("0xd")](e,(()=>{const e=t[Bx("0x6")][Bx("0x11")][Bx("0x37")][Bx("0x4b")]()[Bx("0x3")]()[Bx("0xb")]((t=>t.is(Bx("0x32"),Bx("0x2d")))),s=n[Bx("0x3a")];t[Bx("0x6")][Bx("0x1b")]((()=>{o[Bx("0x33")]([e,s],{commandName:Bx("0x4d"),commandParams:[]},[],"mergeTableCells")}))}))}for(const e of[Bx("0x22"),Bx("0x40")]){const n=t[Bx("0x41")][Bx("0x4")](e);o.enableCommand(e,(()=>{const r=s[Bx("0x1d")](t.model[Bx("0x11")][Bx("0x37")])[0],i=r.findAncestor(Bx("0x2c")),{column:x,row:a}=s[Bx("0x35")](r);let c=[];if("horizontally"==n.direction){const t=s[Bx("0x19")](i,{startRow:a,endRow:a,includeAllSlots:!0});c=Array[Bx("0x14")](t)[Bx("0x43")]((t=>t[Bx("0x1a")]))}else{const t=s.createTableWalker(i,{column:x,includeAllSlots:!0});c=Array[Bx("0x14")](t)[Bx("0x43")]((t=>t[Bx("0x1a")]))}t[Bx("0x6")][Bx("0x1b")]((t=>{o[Bx("0x42")](t[Bx("0x3e")](r),{commandName:e,commandParams:[]},c,e)}))}))}o[Bx("0x23")][Bx("0x27")]((t=>{const{data:e}=t;if(e)return"mergeTableCells"==e.commandName?{type:"format",content:Yo(n,Bx("0x1f"))}:void 0})),o[Bx("0x23")][Bx("0x27")]((t=>{const{data:e}=t;if(e)return"splitTableCellVertically"==e[Bx("0x1e")]?{type:"format",content:Yo(n,Bx("0x2a"))}:Bx("0x40")==e.commandName?{type:Bx("0x16"),content:Yo(n,Bx("0x31"))}:void 0}));const x=r._acceptFormatSuggestionCallbackFactory();for(const t of[Bx("0x3f"),Bx("0x2b"),Bx("0x36"),Bx("0x29")])o._suggestionFactory[Bx("0xa")](Bx("0x46"),t,Bx("0x26"),x);for(const t of[Bx("0x22"),"splitTableCellHorizontally"])o[Bx("0x1c")][Bx("0xa")](Bx("0x46"),t,"accept",x);o[Bx("0x1c")].registerCustomCallback(Bx("0x46"),Bx("0x4d"),"accept",(n=>{t[Bx("0x6")].change((o=>{const s=Array[Bx("0x14")](e[Bx("0x15")]())[Bx("0x43")]((t=>i.LiveRange[Bx("0x3c")](t)));o[Bx("0x30")](n),t.commands.get("mergeTableCells")[Bx("0x2e")](),t.execute("mergeTableCells",{forceDefaultExecution:!0});const r=s[Bx("0x3d")]((t=>Bx("0x7")!=t.root[Bx("0x24")]));r[Bx("0x4c")]>0&&o[Bx("0x30")](r);for(const t of s)t[Bx("0x3b")]()}))}));for(const e of[Bx("0x3f"),Bx("0x36"),Bx("0x29"),"mergeTableCellRight"]){const n=t[Bx("0x41")][Bx("0x4")](e);n.on(Bx("0x13"),((e,o,s)=>{if(s){const o=t.model[Bx("0x11")].selection[Bx("0x4b")]().getAncestors()[Bx("0xb")]((t=>t.is(Bx("0x32"),"tableCell")));this._areMergableCells(n.value,o)||(e[Bx("0x8")]=!1,e.stop())}}),{priority:Bx("0x5")})}}[Bx("0x17")](){const t=this.editor[Bx("0x41")][Bx("0x4")](Bx("0x4d")),e=this.editor[Bx("0x2f")][Bx("0x4")](Bx("0x4a"));if(!t[Bx("0x38")])return!1;const n=e.getSelectionAffectedTableCells(this[Bx("0xf")].model[Bx("0x11")].selection);for(const t of n)for(const e of n)if(t!=e&&!this[Bx("0x44")](t,e))return!1;return!0}[Bx("0x44")](t,e){const n=this[Bx("0xf")][Bx("0x2f")][Bx("0x4")]("TrackChangesEditing"),o=this[Bx("0xf")][Bx("0x6")][Bx("0x3e")](t),s=this[Bx("0xf")][Bx("0x6")][Bx("0x3e")](e),r=new Set,i=new Set;for(const t of n[Bx("0x49")]())if((Bx("0x48")==t[Bx("0x34")]||"deletion"==t[Bx("0x34")]||"mergeTableCells"==t.subType)&&t[Bx("0x1")])for(const e of t.getRanges())e.containsRange(o,!0)&&r.add(t[Bx("0x34")]+":"+t[Bx("0xe")].id),e[Bx("0x12")](s,!0)&&i[Bx("0x25")](t[Bx("0x34")]+":"+t.author.id);if(r[Bx("0x21")]!=i[Bx("0x21")])return!1;for(const t of r)if(!i[Bx("0x0")](t))return!1;return!0}}const Ux=["locale","showSuggestionHighlights","ck-suggestion-marker-","forceValue","document","registerCustomCallback","formatBlock","createPositionBefore","selection","TableUtils","FORMAT_REGULAR_COLUMN","from","index","first","createPositionAfter","_suggestionFactory","writer","stop","nodeAfter","data","editor","requires","afterInit","unbindElementFromMarkerName","commands","consumable","TableEditing","end","downcastDispatcher","has","plugins","createTableWalker","headingRows","includes","*Format:* %0","isBefore","ck-suggestion-marker--active","setTableColumnHeader","cell","addMarker:suggestion","markerName","childCount","markBlockFormat","getChild","_descriptionFactory","data-suggestion","removeClass","mapper","item","get","headingColumns","_splitMarkerName","highest","findAncestor","FORMAT_HEADER_ROW","markerNameToElements","accept","commandName","activeMarkers","editing","getCellLocation","removeAttribute","createRange","format","table","consume","enableCommand","options","markerRange","value","TrackChangesEditing","last","commandParams","getAttribute","setTableRowHeader","parent","getSelectionAffectedTableCells","toViewElement","setAttribute","registerDescriptionCallback","model","change"];var Gx,Hx;Gx=Ux,Hx=285,function(t){for(;--t;)Gx.push(Gx.shift())}(++Hx);const Wx=function(t,e){return Ux[t-=0]};class zx extends t.Plugin{static get[Wx("0x40")](){return[Mx]}[Wx("0x41")](){const t=this[Wx("0x3f")];if(!t.plugins[Wx("0x48")](Wx("0x45")))return;const e=t[Wx("0x2b")],n=t[Wx("0x49")][Wx("0xa")](Wx("0x1f")),o=t[Wx("0x49")][Wx("0xa")](Wx("0x34")),s=t[Wx("0x49")][Wx("0xa")](Mx);function r({showActiveMarker:t=!0,setDataAttribute:e=!0}={}){return(s,r,i)=>{const{type:x,id:a}=n[Wx("0xc")](r[Wx("0x1")]),c=n.getSuggestion(a);if(!c[Wx("0x3e")]||Wx("0x50")!=c[Wx("0x3e")].commandName)return;if(r[Wx("0x9")])return void s[Wx("0x3c")]();if(!i[Wx("0x44")][Wx("0x1a")](r[Wx("0x1d")],s.name))return;const l=r[Wx("0x1d")].start[Wx("0x3d")],u=r.markerRange[Wx("0x46")].nodeBefore,d=l[Wx("0x24")][Wx("0x24")],{column:g}=o[Wx("0x15")](l),{column:m}=o[Wx("0x15")](u);for(let s=g;s<=m;s++){const c=o[Wx("0x4a")](d,{column:s,includeAllSlots:!1});for(const o of c){const s=o[Wx("0x51")],c=i[Wx("0x8")][Wx("0x26")](s);i[Wx("0x3b")].addClass(Wx("0x2d")+x,c),e&&i[Wx("0x3b")][Wx("0x27")](Wx("0x6"),a,c),i[Wx("0x8")].bindElementToMarker(c,r[Wx("0x1")]),t&&(n[Wx("0x13")][Wx("0x4c")](r.markerName)?i.writer.addClass(Wx("0x4f"),c):i[Wx("0x3b")][Wx("0x7")](Wx("0x4f"),c))}}}}n[Wx("0x1b")](Wx("0x23"),((e,s)=>{const r=o[Wx("0x25")](t[Wx("0x29")][Wx("0x2f")][Wx("0x33")]),i=o.getRowIndexes(r),x=r[0][Wx("0xe")](Wx("0x19")),a=x[Wx("0x22")](Wx("0x4b"))||0,c=s&&null!==s[Wx("0x2e")]?s[Wx("0x2e")]:!t[Wx("0x43")].get(Wx("0x23"))[Wx("0x1e")],l=c?i[Wx("0x20")]:i[Wx("0x38")],u=x[Wx("0x4")](l);let d;if(c){const e=x[Wx("0x4")](a);if(u[Wx("0x37")]<e.index)return;d=t[Wx("0x29")][Wx("0x17")](t.model[Wx("0x32")](e[Wx("0x4")](0)),t[Wx("0x29")][Wx("0x39")](u[Wx("0x4")](u[Wx("0x2")]-1)))}else{const e=x.getChild(a-1);if(!e)return;d=t.model[Wx("0x17")](t[Wx("0x29")][Wx("0x32")](u.getChild(0)),t[Wx("0x29")][Wx("0x39")](e[Wx("0x4")](e[Wx("0x2")]-1)))}t[Wx("0x29")][Wx("0x2a")]((()=>{n.markBlockFormat(d,{commandName:Wx("0x23"),commandParams:[{forceValue:c}]},[],"setTableRowHeader")}))})),n[Wx("0x1b")](Wx("0x50"),((e,o)=>{const s=t[Wx("0x49")][Wx("0xa")]("TableUtils"),r=s.getSelectionAffectedTableCells(t.model.document.selection),i=s.getColumnIndexes(r),x=r[0].findAncestor(Wx("0x19")),a=x.getAttribute(Wx("0xb"))||0,c=o&&null!==o[Wx("0x2e")]?o[Wx("0x2e")]:!t[Wx("0x43")][Wx("0xa")](Wx("0x50"))[Wx("0x1e")];let l;const u=x[Wx("0x4")](0),d=c?i.last:i[Wx("0x38")],g=s[Wx("0x4a")](x,{startRow:0,column:d,includeAllSlots:!1}),m=Array[Wx("0x36")](g)[0][Wx("0x51")];if(c){const e=u[Wx("0x4")](a);if(m[Wx("0x4e")](e))return;l=t.model[Wx("0x17")](t[Wx("0x29")].createPositionBefore(e),t[Wx("0x29")][Wx("0x39")](m))}else{const e=u[Wx("0x4")](a-1);if(!e)return;l=t[Wx("0x29")].createRange(t[Wx("0x29")][Wx("0x32")](m),t[Wx("0x29")][Wx("0x39")](e))}t[Wx("0x29")].change((()=>{n[Wx("0x3")](l,{commandName:Wx("0x50"),commandParams:[{forceValue:c}]},[],Wx("0x50"))}))})),t.editing[Wx("0x47")].on(Wx("0x0"),r(),{priority:Wx("0xd")}),t[Wx("0x3e")][Wx("0x47")].on(Wx("0x0"),((t,e,n)=>{n[Wx("0x1c")][Wx("0x2c")]&&r({showActiveMarker:!1,setDataAttribute:!1})(t,e,n)}),{priority:Wx("0xd")}),t[Wx("0x14")][Wx("0x47")].on("removeMarker:suggestion",((t,e,o)=>{const{type:s,id:r}=n[Wx("0xc")](e[Wx("0x1")]),i=n.getSuggestion(r);if(!i[Wx("0x3e")]||"setTableColumnHeader"!=i[Wx("0x3e")][Wx("0x12")])return;const x=o.mapper[Wx("0x10")](e[Wx("0x1")]);if(x)for(const t of x)o[Wx("0x3b")][Wx("0x7")](Wx("0x2d")+s,t),o[Wx("0x3b")][Wx("0x7")](Wx("0x4f"),t),o[Wx("0x3b")][Wx("0x16")](Wx("0x6"),t),o[Wx("0x8")][Wx("0x42")](t,e.markerName)}),{priority:Wx("0xd")}),n[Wx("0x5")][Wx("0x28")]((t=>{const{data:n}=t;if(n){if(Wx("0x23")==n.commandName){const t=n[Wx("0x21")][0][Wx("0x2e")];return o(Yo(e,t?Wx("0xf"):"FORMAT_REGULAR_ROW"))}if(Wx("0x50")==n[Wx("0x12")]){const t=n[Wx("0x21")][0].forceValue;return o(Yo(e,t?"FORMAT_HEADER_COLUMN":Wx("0x35")))}}function o(t){return{type:Wx("0x18"),content:Yo(e,Wx("0x4d"),t)}}}));const i=s._acceptFormatSuggestionCallbackFactory();n[Wx("0x3a")][Wx("0x30")]("formatBlock",Wx("0x23"),Wx("0x11"),i),n[Wx("0x3a")][Wx("0x30")](Wx("0x31"),Wx("0x50"),"accept",i)}}const Vx=["nodeAfter","getSelectionAffectedTableCells","stop","for","TableClipboard","removeRows","suggestion","suggestionLoaded","getItems","getRanges","first","ck-suggestion-marker--active","createPositionBefore","content","remove","_splitMarkerName","redo","value","$graveyard","rowInsertionIndexes","tableCellBackgroundColor","getShiftedBy","getRowIndexes","endRow","options","suggestion-td","markMultiRangeDeletion","tableCellSuggestion","getSuggestion","plugins","discard","markerName","locale","attributes","createTableWalker","suggestionUnloaded","add","suggestion:formatBlock:tablePasteCell","getContainedElement","getRows","find","deletion","conversion","removeColumns","register","endColumn","removeMarker","createRange","createRangeOn","afterInit","high","TableUtils","commands","fill","_getCoordsForCells","getChangedMarkers","rowInsertionRanges","elementToElement","findAncestor","insertionRanges","oldRange","tableCellBorderStyle","get","nextSibling","table","reduce","isEmpty","ck-suggestion-marker","setAttributes","isEqual","tableCellPadding","newRange","getAttributes","insertRows","insertion","set","column","clipboardOutput","tablePasteChainId","columnInsertionIndexes","getColumns","formatBlock","getTableIfOnlyTableInContent","tablePasteColumn","getChildren","paragraph","deletionRanges","getChanges","fromEntries","createElement","getAllAdjacentSuggestions","registerPostFixer","trackChanges","markMultiRangeBlockFormat","markerToHighlight","ck-suggestion-marker-insertion","insertContent","batch","includes","editor","listenTo","end","previous","insertColumns","registerDescriptionCallback","_descriptionFactory","accept","filter","start","map","model","updateMarker","row","document","markMultiRangeInsertion","createRangeIn","rootName","differ","move","_createdBatches","low","from","tableCellBorderColor","subType","_replaceTableSlotCell","getSuggestions","insert","getChild","view","return","startsWith","Users","getSuggestionCallback","getColumnIndexes","tablePasteRow","_tablePostFixingSubtypes","markers","markerAttributes","push","previousSibling","_isForcedDefaultExecutionBlock","tablePaste","some","position","registerCustomCallback","dataDowncast","cells","tableCellVerticalAlignment","has","columns","forceDefaultExecution","type","getRange","change","TrackChangesEditing","element","isInContent","_suggestionFactory","editingDowncast","tablePasteCell","editing","tableCell","cell","length","join","author","name"];var Kx,Xx;Kx=Vx,Xx=123,function(t){for(;--t;)Kx.push(Kx.shift())}(++Xx);const qx=function(t,e){return Vx[t-=0]},$x=["tableCellBorderWidth",qx("0xa6"),qx("0x69"),"tableCellHorizontalAlignment",qx("0x18"),qx("0x40"),qx("0x72")],Jx=Object[qx("0x84")]($x[qx("0x99")]((t=>[t,null])));class Qx extends t.Plugin{static get requires(){return[Mx]}[qx("0x5d")](){const t=this[qx("0x8f")];if(!t[qx("0x49")].has(qx("0x30")))return;const n=t.plugins[qx("0x6a")](qx("0x1f")),o=t[qx("0x49")][qx("0x6a")](qx("0x5f")),s=t.plugins[qx("0x6a")](Mx),r=t[qx("0x49")][qx("0x6a")](qx("0x30"));s[qx("0xc")][qx("0xf")](qx("0xb"),"tablePasteColumn"),t.model.schema[qx("0x58")](qx("0x47"),{allowIn:qx("0x26"),allowContentOf:"tableCell",isLimit:!0}),t[qx("0x56")][qx("0x65")]({model:qx("0x47"),view:qx("0x45")});let i=null;t[qx("0x9a")].on(qx("0x8c"),((s,x)=>{const[a,c]=x,l=x[x[qx("0x28")]-1];l&&l[qx("0x1b")]||n[qx("0x11")]||this[qx("0x8f")][qx("0x60")].get(qx("0x88"))[qx("0x3d")]&&function(t,e,n,o,s){if(e&&!e.is("documentSelection"))return!1;const r=s[qx("0x7e")](t,n);if(!r||!Yx(r,void 0,o))return!1;const i=o[qx("0x2d")](n[qx("0x9d")].selection);if(!i.length)return!1;const x=i[0][qx("0x66")](qx("0x6c")),a=o[qx("0x42")](i),c=o[qx("0xa")](i),l={startRow:a[qx("0x36")],endRow:a.last,startColumn:c[qx("0x36")],endColumn:c.last};return 1==i.length&&(l[qx("0x43")]+=o[qx("0x53")](r)-1,l[qx("0x59")]+=o[qx("0x7c")](r)-1),Yx(x,l,o)}(a,c,t[qx("0x9a")],o,r)&&(s[qx("0x2e")](),i={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},t[qx("0x9a")][qx("0x1e")]((()=>{t.model[qx("0x8c")](x[0],x[1],x[2],{forceDefaultExecution:!0});const o=(0,e.uid)(),{rowInsertionRanges:s,columnInsertionRanges:r,insertionRanges:a,deletionRanges:c,cells:l}=i;s[qx("0x28")]&&n[qx("0x9e")](s,qx("0xb"),{tablePasteChainId:o}),r[qx("0x28")]&&n[qx("0x9e")](r,qx("0x7f"),{tablePasteChainId:o}),a[qx("0x28")]&&n[qx("0x9e")](a,qx("0x12"),{tablePasteChainId:o,skipNestingCheck:!0}),c[qx("0x28")]&&n[qx("0x46")](c,qx("0x12"),{tablePasteChainId:o,skipNestingCheck:!0});const u=n[qx("0x89")](l[qx("0x99")]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],"tablePasteCell",{tablePasteChainId:o});if(u){const e=u.getMarkers(),n=[];for(const{element:o,attributes:s}of l){if(!s)continue;const r=t[qx("0x9a")][qx("0x5c")](o),i=e[qx("0x54")]((t=>t[qx("0x1d")]()[qx("0x71")](r)));i&&n[qx("0xf")]([i[qx("0x2b")],s])}n.length&&u.setAttribute("markerAttributes",Object[qx("0x84")](n))}i=null})))}),{priority:e.priorities.high+10}),t[qx("0x49")].get(qx("0x30")).on(qx("0x1"),((t,e)=>{const[n,o,,s]=e;if(!i)return;t[qx("0x2e")]();const r=n[qx("0x27")],x=o,a=Zx(r),c=Zx(x);t[qx("0x6")]=r;let l=null,u=null;if(c||a)if(a&&!c){s.remove(r[qx("0x4")](0));for(const t of Array[qx("0xa5")](x[qx("0x80")]()))s[qx("0x3")](t,r,"end");const t=i[qx("0x3f")][qx("0x8e")](n[qx("0x9c")]),e=i[qx("0x7b")][qx("0x8e")](n[qx("0x78")]);t||e||(l=s[qx("0x9f")](r))}else c&&!a&&(u=s[qx("0x9f")](r));else{const t=s[qx("0x85")](qx("0x47")),e=s.createElement(qx("0x47"));s.wrap(s[qx("0x9f")](r),e),s[qx("0x3")](t,r,0);for(const e of Array.from(x[qx("0x80")]()))s[qx("0x3")](e,t,qx("0x91"));l=s[qx("0x5c")](t),u=s[qx("0x5c")](e)}const d=Array[qx("0xa5")](x[qx("0x74")]()).filter((([t])=>$x.includes(t)));i[qx("0x17")][qx("0xf")]({element:r,attributes:d[qx("0x28")]?Object[qx("0x84")](d):null}),l&&i[qx("0x67")][qx("0xf")](l),u&&i[qx("0x82")][qx("0xf")](u)}),{priority:qx("0x5e")}),o.on(qx("0x93"),((e,n)=>{const[s,r={}]=n;if(!i)return;const x=r.at||0,a=r[qx("0x1a")]||1;i.columnInsertionIndexes=new Array(a)[qx("0x61")](x)[qx("0x99")](((t,e)=>t+e));for(const{cell:e}of o[qx("0x4e")](s,{startColumn:x,endColumn:x+a-1}))i.columnInsertionRanges[qx("0xf")](t[qx("0x9a")][qx("0x5c")](e))}),{priority:qx("0xa4")}),o.on(qx("0x75"),((e,n)=>{const[s,r={}]=n;if(!i)return;const x=r.at||0,a=r.rows||1;i[qx("0x3f")]=new Array(a).fill(x)[qx("0x99")](((t,e)=>t+e));for(const{cell:e}of o[qx("0x4e")](s,{startRow:x,endRow:x+a-1}))i[qx("0x64")][qx("0xf")](t[qx("0x9a")][qx("0x5c")](e))}),{priority:"low"}),n[qx("0x95")][qx("0x94")]((e=>{if(e[qx("0x0")]&&e[qx("0x0")].startsWith("tablePaste"))return e[qx("0x92")]?{}:{type:qx("0x76"),content:Yo(t[qx("0x4c")],"*Replace table cells*")}}));const x=()=>{};for(const t of[qx("0x12"),qx("0x7f"),qx("0xb"),"tablePasteCell"])n[qx("0x22")].registerCustomCallback("insertion",t,qx("0x29"),x),n[qx("0x22")].registerCustomCallback(qx("0x55"),t,qx("0x29"),x);n[qx("0x22")].registerCustomCallback(qx("0x7d"),qx("0x24"),qx("0x4a"),x),n._suggestionFactory[qx("0x15")](qx("0x7d"),qx("0x24"),qx("0x96"),((e,n,o)=>{const s=e.map((t=>t[qx("0x52")]()))[qx("0x97")]((t=>t)),r=new Map(s.map((t=>[t,null])));if(i)for(const{element:t,attributes:e}of i[qx("0x17")])e&&r[qx("0x77")](t,e);else if(o&&o[qx("0xe")])for(const[e,n]of Object.entries(o[qx("0xe")])){const o=t[qx("0x9a")][qx("0xd")][qx("0x6a")](e),s=o?o.getRange()[qx("0x52")]():null;s&&r[qx("0x77")](s,n)}t[qx("0x9a")][qx("0x1e")]((t=>{for(const[e,n]of r)t[qx("0x70")]({...Jx,...n},e)}))}));const a=(e,o)=>{n._suggestionFactory[qx("0x15")](e,qx("0x12"),o,((s,r,i)=>{t[qx("0x9a")][qx("0x1e")]((t=>{const x=[];for(const t of s){const e=t[qx("0x98")][qx("0x2c")];e.is(qx("0x20"),"tableCellSuggestion")&&x[qx("0xf")](e)}n[qx("0x22")][qx("0x9")](e,null,o)(s,r,i);for(const e of x)qx("0x3e")!=e.root[qx("0xa0")]&&t.unwrap(e)}))}))};a(qx("0x76"),"accept"),a(qx("0x76"),"discard"),a(qx("0x55"),qx("0x96")),a("deletion","discard"),n[qx("0x22")][qx("0x15")]("insertion",qx("0xb"),qx("0x4a"),(t=>{const e=t.map((t=>t[qx("0x52")]())),n=e[0].findAncestor(qx("0x6c")),{minRow:r,maxRow:i}=s[qx("0x62")](e);o[qx("0x31")](n,{at:r,rows:i-r+1})})),n._suggestionFactory.registerCustomCallback("insertion","tablePasteColumn","discard",(t=>{const e=t.map((t=>t[qx("0x52")]())),n=e[0][qx("0x66")](qx("0x6c")),{minColumn:r,maxColumn:i}=s._getCoordsForCells(e);o[qx("0x57")](n,{at:r,columns:i-r+1})}));const c=(t,e)=>{if(!e[qx("0x0")]||!e[qx("0x0")][qx("0x7")]("tablePaste"))return;const o=e[qx("0x4d")][qx("0x7a")],s=n[qx("0x2")]()[qx("0x97")]((t=>t[qx("0x21")]&&t[qx("0x4d")]&&t[qx("0x4d")].tablePasteChainId==o));s[qx("0x28")]&&e[qx("0x86")]()[qx("0x28")]!=s.length&&s[qx("0x6d")](((t,e)=>(t.next=e,e[qx("0x92")]=t,e)))};function l(t,e=!0){const{id:o}=n[qx("0x3b")](t.markerName),s=[qx("0x6f"),qx("0x8b")],r=n.activeMarkers[qx("0x8e")](t[qx("0x4b")]);return r&&s.push(qx("0x37")),{classes:s,attributes:{"data-suggestion":o},priority:r&&e?3010:3e3}}n.on(qx("0x33"),c,{priority:qx("0x5e")}),n.on(qx("0x4f"),c,{priority:qx("0x5e")}),t.model[qx("0x9d")].registerPostFixer((()=>{let e=!1;const o=Array[qx("0xa5")](t.model[qx("0x9d")].differ[qx("0x63")]());for(const{name:s,data:r}of o){const{group:o,type:i,id:x}=n[qx("0x3b")](s);if("suggestion"!=o||qx("0x55")!=i||r[qx("0x68")])continue;if(!n.hasSuggestion(x))continue;const a=n[qx("0x48")](x)[qx("0x35")](),c=t.plugins[qx("0x6a")]("Users").me;for(const t of n[qx("0x2")]())if(t[qx("0x21")]&&t[qx("0x2a")]==c&&qx("0x7d")==t[qx("0x1c")]&&qx("0x24")==t[qx("0x0")]&&t[qx("0x35")]().every((t=>a[qx("0x13")]((e=>e.containsRange(t,!0))))))for(const n of t.getAllAdjacentSuggestions())n.isInContent&&(n[qx("0x4a")](),e=!0)}return e})),t[qx("0x9a")].document.registerPostFixer((e=>{const o=t.commands[qx("0x6a")](qx("0x3c"));if(!o||!o[qx("0xa3")][qx("0x19")](e[qx("0x8d")]))return!1;let s=!1;const r=t[qx("0x49")].get(qx("0x8")).me,i=t.model[qx("0x9d")].differ[qx("0x83")](),x=Array.from(t[qx("0x9a")][qx("0x9d")][qx("0xa1")].getChangedMarkers())[qx("0x97")]((({name:t,data:e})=>{const{group:o,subType:s,authorId:i}=n[qx("0x3b")](t);return qx("0x32")==o&&qx("0x12")==s&&i==r.id&&!e[qx("0x68")]}));for(const t of i){if(qx("0x3")!=t[qx("0x1c")]||qx("0x47")!=t.name||1!=t[qx("0x28")])continue;const n=e[qx("0x5b")](t[qx("0x14")],t[qx("0x14")][qx("0x41")](1));if(!x.find((({data:t})=>t[qx("0x73")][qx("0x71")](n))))for(const{name:t,data:o}of x)if(n.containsRange(o.newRange)){e[qx("0x9b")](t,{range:n}),s=!0;break}}return s})),t.model[qx("0x9d")][qx("0x87")]((e=>{let o=!1;const s=t.plugins[qx("0x6a")]("Users").me,r=n[qx("0x2")]()[qx("0x97")]((t=>t[qx("0x21")]&&t[qx("0x2a")]==s)),i=new Set,x=new Set;for(const t of r)if(qx("0x12")==t[qx("0x0")])for(const e of t.getMarkers()){const n=e[qx("0x1d")]().getContainedElement();if(n)if(n.is(qx("0x20"),qx("0x47"))&&Zx(n)){t[qx("0x5a")](e[qx("0x2b")]),i.add(n),o=!0;const s=n[qx("0x6b")],r=n[qx("0x10")],a=s&&s.is(qx("0x20"),"tableCellSuggestion"),c=r&&r.is(qx("0x20"),qx("0x47"));a&&!i.has(s)&&x.add(s),c&&!i[qx("0x19")](r)&&x[qx("0x50")](r)}else n.is("element",qx("0x81"))&&n[qx("0x6e")]&&(t[qx("0x5a")](e[qx("0x2b")]),o=!0)}else if(qx("0x24")==t[qx("0x0")]){if(!t[qx("0x4d")]||!t[qx("0x4d")][qx("0x7a")])continue;const e=t.attributes[qx("0xe")];if(e&&Object.keys(e)[qx("0x28")])continue;const n=t.attributes.tablePasteChainId;let s=!0,i=!0;for(const e of r)if(e.subType&&e[qx("0x0")][qx("0x7")]("tablePaste")){if(!e.attributes[qx("0x7a")]){i=!1;break}if(e.id!=t.id&&e[qx("0x4d")].tablePasteChainId==n){s=!1;break}}i&&s&&(t.removeMarkers(),o=!0)}for(const t of i)e[qx("0x3a")](t);for(const t of x)e.unwrap(t);return o})),t[qx("0x56")][qx("0x2f")](qx("0x23")).markerToHighlight({model:qx("0x51"),view:(t,e)=>l(t),converterPriority:qx("0x5e")}),t[qx("0x56")][qx("0x2f")](qx("0x16"))[qx("0x8a")]({model:qx("0x51"),view:(t,e)=>e[qx("0x44")].showSuggestionHighlights?l(t,!1):null,converterPriority:qx("0x5e")});const u=t[qx("0x25")][qx("0x5")];this[qx("0x90")](u.document,qx("0x79"),((t,e)=>{const n=[];for(const t of u.createRangeIn(e[qx("0x39")])[qx("0x34")]())t.is(qx("0x20"),qx("0x45"))&&n[qx("0xf")](t);u[qx("0x1e")]((t=>{for(const e of n)t[qx("0xa2")](t[qx("0x9f")](e),t[qx("0x38")](e)),t[qx("0x3a")](e)}))}))}}function Zx(t){if(t[qx("0x6e")])return!0;const e=t[qx("0x4")](0);return e.is(qx("0x20"),qx("0x81"))&&e[qx("0x6e")]}function Yx(t,e={},n){for(const{isAnchor:o,cellHeight:s,cellWidth:r}of n[qx("0x4e")](t,{includeAllSlots:!0,...e}))if(!o||1!=s||1!=r)return!1;return!0}const ta=["accept","getSelectedElement","TrackChangesEditing","formatGroupId","tableWidth","Users","registerDescriptionCallback","table","get","getAttribute","format","*Format:* resize table","getSuggestions","plugins","TableColumnResizeEditing","getSuggestionCallback","subType","model","enableCommand","formatBlock","data","selection","author","bind","handleSuggestionDescription","afterInit","handleResizeTableWidthCommand","_suggestionFactory","document","resizeTable","getContainedElement","has","columnWidths","editor","discard","registerCustomCallback","resizeTableWidth","locale"];var ea,na;ea=ta,na=296,function(t){for(;--t;)ea.push(ea.shift())}(++na);const oa=function(t,e){return ta[t-=0]};class sa extends t.Plugin{[oa("0x21")](){if(!this[oa("0x3")][oa("0x15")][oa("0x1")](oa("0x16")))return;const t=this[oa("0x3")].plugins[oa("0x10")](oa("0xa"));t[oa("0x1a")]("resizeTableWidth",this.handleResizeTableWidthCommand[oa("0x1f")](this)),t[oa("0x1a")]("resizeColumnWidths",this[oa("0x22")][oa("0x1f")](this)),t[oa("0x23")][oa("0x5")](oa("0x1b"),oa("0x25"),oa("0x8"),t[oa("0x23")].getSuggestionCallback(oa("0x1b"),null,oa("0x4"))),t[oa("0x23")][oa("0x5")](oa("0x1b"),"resizeTable",oa("0x4"),t._suggestionFactory[oa("0x17")]("formatBlock",null,"accept")),t._descriptionFactory[oa("0xe")](this.handleSuggestionDescription[oa("0x1f")](this))}[oa("0x22")](t,e){const n=this[oa("0x3")][oa("0x15")].get(oa("0xa")),o=this[oa("0x3")][oa("0x15")][oa("0x10")](oa("0x16")),s=e[oa("0xf")]||this.editor.model[oa("0x24")][oa("0x1d")][oa("0x9")]();this[oa("0x3")][oa("0x19")].change((()=>{const r=o.getColumnGroupElement(s);let i=r?o.getTableColumnsWidths(r):null,x=s[oa("0x11")]("tableWidth")||null;const a=e[oa("0xc")]||x,c=e[oa("0x2")]||i,l=this.editor[oa("0x15")][oa("0x10")](oa("0xd")).me;for(const t of n[oa("0x14")]()){const e=t[oa("0x0")]();if(oa("0x25")===t[oa("0x18")]&&e===s){t[oa("0x1e")]!==l&&t[oa("0x4")]();const e=t[oa("0x1c")].commandParams;x=e[0][oa("0xc")],i=e[0].columnWidths;break}}t({table:s,tableWidth:a,columnWidths:c}),n.markBlockFormat(s,{commandName:oa("0x6"),commandParams:[{tableWidth:x,columnWidths:i}],formatGroupId:oa("0x25")},[],oa("0x25"))}))}[oa("0x20")](t){const{data:e}=t;if(e&&"resizeTable"===e[oa("0xb")]){const t=oa("0x13");return{type:oa("0x12"),content:Yo(this.editor[oa("0x7")],t)}}}}const ra=["Template","insertTemplate","plugins","afterInit","has","enableCommand","editor"];var ia,xa;ia=ra,xa=356,function(t){for(;--t;)ia.push(ia.shift())}(++xa);const aa=function(t,e){return ra[t-=0]};class ca extends t.Plugin{[aa("0x4")](){const t=this[aa("0x0")];t[aa("0x3")][aa("0x5")](aa("0x1"))&&t[aa("0x3")].get("TrackChangesEditing")[aa("0x6")](aa("0x2"))}}const la=["plugins","afterInit","get","ELEMENT_TABLE_OF_CONTENTS","enableCommand","editor","commands","registerElementLabel","_descriptionFactory","TrackChangesEditing","insertTableOfContents","tableOfContents"];var ua,da;ua=la,da=462,function(t){for(;--t;)ua.push(ua.shift())}(++da);const ga=function(t,e){return la[t-=0]};class ma extends t.Plugin{[ga("0x7")](){const t=this[ga("0xb")];if(!t[ga("0x0")][ga("0x8")](ga("0x4")))return;t[ga("0x6")].get(ga("0x3"))[ga("0xa")](ga("0x4"));const e=t.plugins.get(ga("0x3")),n=t.locale;e[ga("0x2")][ga("0x1")](ga("0x5"),(t=>Yo(n,ga("0x9"),t)))}}const fa=["createRange","schema","locale","registerPostFixer","editor","getNearestSelectionRange","newRange","removeMarker","element","get","end","start","Title","suggestion","isEqual","forward","isCollapsed","document","model","getChangedMarkers","nodeBefore","plugins","title-content","afterInit","from","_descriptionFactory","registerElementLabel","updateMarker","TrackChangesEditing","differ"];var ha,pa;ha=fa,pa=191,function(t){for(;--t;)ha.push(ha.shift())}(++pa);const ba=function(t,e){return fa[t-=0]};class Ea extends t.Plugin{[ba("0xc")](){const t=this[ba("0x17")];if(!t[ba("0xa")].has(ba("0x1")))return;const e=t[ba("0xa")][ba("0x1c")](ba("0x11"));e[ba("0xe")][ba("0xf")](ba("0xb"),(()=>Yo(t[ba("0x15")],"ELEMENT_TITLE"))),t[ba("0x7")][ba("0x6")][ba("0x16")]((n=>{let o=!1;const s=Array[ba("0xd")](t[ba("0x7")][ba("0x6")][ba("0x12")][ba("0x8")]());for(const{name:r,data:i}of s){const{group:s}=e._splitMarkerName(r);if(ba("0x2")!==s||!i[ba("0x19")])continue;const x=i.newRange,a=x.end[ba("0x9")];if(!a||!a.is(ba("0x1b"),ba("0xb")))continue;if(!x[ba("0x0")].isTouching(x[ba("0x1d")]))continue;const c=t.model[ba("0x14")][ba("0x18")](x[ba("0x1d")],ba("0x4"));if(c&&c[ba("0x5")]){const t=n[ba("0x13")](x[ba("0x0")],c.start);t[ba("0x3")](x)||(n[ba("0x10")](r,{range:t}),o=!0)}o||(n[ba("0x1a")](r),o=!0)}return o}))}}const _a=["undo","has","editor","UndoEditing","enableCommand","plugins","afterInit","redo"];var Ta,Ca;Ta=_a,Ca=440,function(t){for(;--t;)Ta.push(Ta.shift())}(++Ca);const ya=function(t,e){return _a[t-=0]};class ka extends t.Plugin{[ya("0x6")](){const t=this[ya("0x2")],e=t[ya("0x5")].get("TrackChangesEditing");t[ya("0x5")][ya("0x1")](ya("0x3"))&&(e[ya("0x4")](ya("0x0")),e[ya("0x4")](ya("0x7")))}}const Aa=["plugins","toggleTableCaption","afterInit","editor","enableCommand","has","TrackChangesEditing"];var va,Ra;va=Aa,Ra=256,function(t){for(;--t;)va.push(va.shift())}(++Ra);const Sa=function(t,e){return Aa[t-=0]};class Ia extends t.Plugin{static get requires(){return[Mx]}[Sa("0x5")](){const t=this[Sa("0x6")];t[Sa("0x3")][Sa("0x1")]("TableCaptionEditing")&&t[Sa("0x3")].get(Sa("0x2"))[Sa("0x0")](Sa("0x4"))}}const La=["handleListStartCommand","commandName","push","isListItemBlock","change","getListTypeFromListStyleType","_getSuggestionBlocks","document","*Format:* set order to regular","numbered","markMultiRangeBlockFormat","commandParams","_descriptionFactory","*Format:* set start index to %0","locale","listReversed","reversed","from","ELEMENT_","replace","expandListBlocksToCompleteList","length","list.properties","styles","has","getSelectedBlocks","plugins","enableCommand","startIndex","filter","toUpperCase","DocumentListUtils","listStart","model","listStyle","selection","_LIST_","editor","get","listType","format","bind","DocumentListPropertiesUtils","*Change to:* %0","TrackChangesEditing","_getTranslationKeyForListStyle","handleListReversedCommand","handleListStyleCommand","getAttribute","_getSuggestionBlocksForListStyle","handleDescriptions"];var Na,wa;Na=La,wa=419,function(t){for(;--t;)Na.push(Na.shift())}(++wa);const Ma=function(t,e){return La[t-=0]};class Oa extends t.Plugin{afterInit(){if(!this.editor[Ma("0xf")][Ma("0xd")]("DocumentListPropertiesEditing"))return;const t=this[Ma("0x1a")].config[Ma("0x1b")](Ma("0xb")),e=this[Ma("0x1a")][Ma("0xf")][Ma("0x1b")](Ma("0x21"));t[Ma("0xc")]&&e[Ma("0x10")](Ma("0x17"),this[Ma("0x24")][Ma("0x1e")](this)),t[Ma("0x5")]&&e.enableCommand("listReversed",this[Ma("0x23")][Ma("0x1e")](this)),t[Ma("0x11")]&&e[Ma("0x10")](Ma("0x15"),this[Ma("0x28")].bind(this)),e[Ma("0x1")].registerDescriptionCallback(this[Ma("0x27")].bind(this))}[Ma("0x24")](t,e={}){const n=this[Ma("0x1a")][Ma("0xf")][Ma("0x1b")]("TrackChangesEditing"),o=this._getSuggestionBlocksForListStyle();this[Ma("0x1a")][Ma("0x16")][Ma("0x2c")]((()=>{n.markMultiRangeBlockFormat(o,{commandName:Ma("0x17"),commandParams:[{type:e.type}],formatGroupId:Ma("0x17")})}))}handleListReversedCommand(t,e={}){const n=this.editor.plugins[Ma("0x1b")](Ma("0x21")),o=this[Ma("0x1a")][Ma("0xf")][Ma("0x1b")]("DocumentListUtils"),s=this[Ma("0x2e")]((t=>o[Ma("0x2b")](t)&&Ma("0x31")===t[Ma("0x25")](Ma("0x1c"))));null!==s&&this.editor[Ma("0x16")][Ma("0x2c")]((()=>{n.markMultiRangeBlockFormat(s,{commandName:Ma("0x4"),commandParams:[{reversed:e.reversed}],formatGroupId:Ma("0x4")})}))}[Ma("0x28")](t,e={}){const n=this[Ma("0x1a")][Ma("0xf")][Ma("0x1b")]("TrackChangesEditing"),o=this[Ma("0x1a")][Ma("0xf")][Ma("0x1b")](Ma("0x14")),s=this[Ma("0x2e")]((t=>o[Ma("0x2b")](t)&&Ma("0x31")===t[Ma("0x25")](Ma("0x1c"))));null!==s&&this[Ma("0x1a")][Ma("0x16")][Ma("0x2c")]((()=>{n[Ma("0x32")](s,{commandName:"listStart",commandParams:[{startIndex:e[Ma("0x11")]}],formatGroupId:Ma("0x15")})}))}handleDescriptions(t){const e=this.editor[Ma("0x3")],{data:n}=t;if(!n)return;let o,s;switch(n[Ma("0x29")]){case"listStyle":o=Ma("0x20"),s={type:Ma("0x1d"),content:Yo(e,o,Yo(e,this._getTranslationKeyForListStyle(n[Ma("0x0")][0].type)))};break;case"listReversed":o=n.commandParams[0].reversed?"*Format:* set order to reversed":Ma("0x30"),s={type:"format",content:Yo(e,o)};break;case Ma("0x15"):o=Ma("0x2"),s={type:"format",content:Yo(e,o,n[Ma("0x0")][0][Ma("0x11")])}}return s}[Ma("0x26")](){const t=this[Ma("0x1a")][Ma("0xf")].get(Ma("0x14"));let e=Array[Ma("0x6")](this[Ma("0x1a")].model.document[Ma("0x18")][Ma("0xe")]());return e[Ma("0x2a")](...t[Ma("0x9")](e)),e=[...new Set(e)],e}_getSuggestionBlocks(t){const e=this[Ma("0x1a")][Ma("0xf")][Ma("0x1b")](Ma("0x14"));let n=Array[Ma("0x6")](this.editor[Ma("0x16")][Ma("0x2f")].selection.getSelectedBlocks())[Ma("0x12")](t);if(!n[Ma("0xa")])return null;n=e.expandListBlocksToCompleteList(n);const o=[];for(const t of n)e.isFirstBlockOfListItem(t)&&o[Ma("0x2a")](t);return o}[Ma("0x22")](t){return Ma("0x7")+this[Ma("0x1a")].plugins[Ma("0x1b")](Ma("0x1f"))[Ma("0x2d")](t)[Ma("0x13")]()+Ma("0x19")+t[Ma("0x13")]()[Ma("0x8")](/-/g,"_")}}const Fa=["model","getSelectionAffectedTableCells","registerDescriptionCallback","findAncestor","TableUtils","tableCellPadding","TrackChangesTableProperties","get","TrackChangesEditing","locale","commandParams","afterInit","*Format:* change table properties","subType","tableCellWidth","tableBackgroundColor","getSuggestionCallback","tableCellHeight","registerCustomCallback","tableCellBorderWidth","document","tableBorderStyle","getAttribute","tableHeight","getContainedElement","*Format:* change table cell properties","tableWidth","tableCellProperties","pluginName","has","enqueueChange","tableBorderColor","handleSuggestionDescription","_suggestionFactory","removeAttribute","discard","tableCellVerticalAlignment","setAttribute","join","nodeAfter","tableCellBackgroundColor","markBlockFormat","_getSuggestion","plugins","tableProperties","tableCellHorizontalAlignment","_handlePropertyChange","TableCellPropertiesEditing","editor","handleDiscardAction","accept","formatBlock","enableCommand"];var Pa,Da;Pa=Fa,Da=493,function(t){for(;--t;)Pa.push(Pa.shift())}(++Da);const Ba=function(t,e){return Fa[t-=0]};class ja extends t.Plugin{constructor(t){super(t),this.tableProperties=[Ba("0xf"),Ba("0x5"),"tableBorderWidth","tableAlignment",Ba("0xa"),Ba("0x7"),Ba("0x34")],this[Ba("0xb")]=["tableCellBorderColor","tableCellBorderStyle",Ba("0x3"),Ba("0x2a"),Ba("0x33"),Ba("0x1"),Ba("0x18"),Ba("0x1d"),Ba("0x14")]}static get[Ba("0xc")](){return Ba("0x2b")}[Ba("0x30")](){const t=this[Ba("0x20")][Ba("0x1b")][Ba("0x2c")](Ba("0x2d"));if(this.editor[Ba("0x1b")].has("TablePropertiesEditing")){for(const e of this[Ba("0x1c")])t[Ba("0x24")](e,((t,n)=>{const o=this[Ba("0x20")][Ba("0x25")][Ba("0x4")].selection.getFirstPosition()[Ba("0x28")]("table");this[Ba("0x1e")](e,[o],this[Ba("0x1c")],Ba("0x1c"),t,n)}));t[Ba("0x11")][Ba("0x2")](Ba("0x23"),Ba("0x1c"),Ba("0x22"),t._suggestionFactory[Ba("0x0")](Ba("0x23"),null,"discard")),t[Ba("0x11")][Ba("0x2")](Ba("0x23"),Ba("0x1c"),Ba("0x13"),((t,e)=>this.handleDiscardAction(this[Ba("0x1c")],t,e))),t._suggestionFactory[Ba("0x2")]("formatBlock",Ba("0x1c"),Ba("0x16"),(()=>!1))}if(this[Ba("0x20")][Ba("0x1b")][Ba("0xd")](Ba("0x1f"))){for(const e of this[Ba("0xb")])t.enableCommand(e,((t,n)=>{const o=this[Ba("0x20")].plugins[Ba("0x2c")](Ba("0x29"))[Ba("0x26")](this.editor[Ba("0x25")][Ba("0x4")].selection);this[Ba("0x1e")](e,o,this[Ba("0xb")],Ba("0xb"),t,n)}));t._suggestionFactory.registerCustomCallback(Ba("0x23"),Ba("0xb"),"accept",t[Ba("0x11")][Ba("0x0")](Ba("0x23"),null,"discard")),t[Ba("0x11")][Ba("0x2")](Ba("0x23"),"tableCellProperties","discard",((t,e)=>this[Ba("0x21")](this[Ba("0xb")],t,e))),t._suggestionFactory[Ba("0x2")]("formatBlock",Ba("0xb"),Ba("0x16"),(()=>!1))}t._descriptionFactory[Ba("0x27")]((t=>this[Ba("0x10")](t)))}[Ba("0x1e")](t,e,n,o,s,r){const i=this[Ba("0x20")][Ba("0x1b")].get("TrackChangesEditing");this[Ba("0x20")][Ba("0x25")][Ba("0xe")](r.batch,(()=>{for(const t of e)if(this._getSuggestion(t,o))s(r);else{const e={};for(const o of n){const n=t[Ba("0x6")](o);void 0!==n&&(e[o]=n)}s(r),i[Ba("0x19")](t,{commandParams:[e]},[],o)}}))}[Ba("0x21")](t,e,n){const o=e[0].start[Ba("0x17")],s=n[Ba("0x2f")][0];this[Ba("0x20")][Ba("0x25")].change((e=>{for(const n of t)void 0!==s[n]?e[Ba("0x15")](n,s[n],o):e[Ba("0x12")](n,o)}))}handleSuggestionDescription(t){if(t.data)switch(t.subType){case Ba("0x1c"):return{type:"format",content:Yo(this[Ba("0x20")].locale,Ba("0x31"))};case Ba("0xb"):return{type:"format",content:Yo(this.editor[Ba("0x2e")],Ba("0x9"))}}}[Ba("0x1a")](t,e){const n=this[Ba("0x20")][Ba("0x1b")][Ba("0x2c")]("TrackChangesEditing");for(const o of n.getSuggestions({skipNotAttached:!0})){const n=o[Ba("0x8")]();if(o[Ba("0x32")]===e&&n===t)return o}return null}}const Ua=["_suggestions","isAfter","attributes","includes","getAllAdjacentSuggestions","discardSuggestion","trackChanges","ck-suggestion-marker-","nodeBefore","isMultiRange","from","pluginName","detach","isUndo","_splitMarkerName","commands","setTo","insertContent","addRange","applyOperation","isInsideObject","createPositionBefore","for","rejected","_removeSuggestion","document","data","config","getShiftedBy","unbindElementFromMarkerName","consumable","length","high","PENDING_ACTION_SUGGESTION","chain","addUser","targetPosition","updateSuggestion","isInContent","markMultiRangeDeletion","_findSuggestions","containsRange","unbind","getAttribute","createSelection","getNearestSelectionRange","containsItem","nodeAfter","hasSuggestion","deletion:","toViewElement","markerToData","markerNameToElements","sort","delete","discard","get","insertion","activeMarkers","addMarkerName","createRangeIn","markDeletion","isExternal","values","discardAllSuggestions","subType","_saved","plugins","isObject","isBlock","stopListening","addHighlight","@external","_joinSuggestions","_handleNewSuggestionMarker","_customCallbacks","_editor","insertion:discard","authoredAt","change:data","removeMarkers","$graveyard","schema","collaboration.channelId","_checkSuggestionCorrectness","_setSuggestionData","insertion:chain","consume","type","change","removeMarker:suggestion:formatBlock","formatBlock:accept","toJSON","trackChangesCommand","isOwn","_isForcedDefaultExecutionBlock","has","stop","rootName","define","formatInline","fromCharCode","formatInline:","getChanges","_adapter","size","containsRangeInObject","clone","getChangedMarkers","_setSuggestionRange","_commentsRepository","getSuggestions","deletion:discard","addMarker","$marker","_addThreadToSuggestion","_model","reconvertMarker","getLastMatchingPosition","catch","removed","markerName","push","_addSuggestionMarker","addSuggestionData","suggestionLoaded","author","PendingActions","commentThread","isCollapsed","insertion:","isRemovable","suggestionChanged","clear","getMarkers","CommentsRepository","_getExternalAuthor","createElement","dataToMarker","ck-suggestion-marker--active","suggestion-type","_defaultCallbacks","createPositionAfter","getUser","track-changes-suggestion-data-mismatch","conversion","next","enableCommand","filter","createdAt","deletion:join","registerPostFixer","formatBlock:discard","writer","model","formatGroupId","_cutOutSuggestionMarker","end","ck-suggestion-marker-formatBlock","listenTo","_getAuthorFromId","dataReady","selection","start","addMarker:suggestion:formatBlock","hasComments","formatBlock","createPositionAt","forceDefaultExecution","originalSuggestionId","insert","error-saving-suggestion-data-suggestion-discarded","dataDowncast","data-suggestion","getSuggestionCallback","backward","markers","ck-suggestion-marker","deletion:accept","before","bindElementToMarker","return","_getSuggestionData","formatBlock:join","remove","previous","getMultiRangeId","ready","after","getFirstMarker","suggestion","multi","isLocal","documentSelection","$textProxy","deleteContent","_onDiscard","editor","getRanges","mapper","resolve","isBefore","newRange","getCommentThread","isTouching","map","fromRange","upcast","acceptSuggestion","getWalker","low","getDifference","open","options","_updateSuggestionData","root","set","deletion:chain","editing","howMany","removeMarker","change:_saved","formatBlock:","lowest","isIntersectingWithRange","name","adapter","enqueueChange","element","authorName","suggestionUnloaded","multipleBlocks","isAtEnd","getItems","elementEnd","_descriptionFactory","fire","highest","then","_enabledCommands","moveTargetPosition","value","formatInline:accept","isEqual","updateMarker","fetchCommentThread","getFirstRange","trackChanges.trackFormatChanges","containsPosition","isNextTo","isSelectable","addComment","markerToHighlight","addClass","formatBlock:chain","every","_suggestionFactory","locale","markMultiRangeInsertion","containerElement","addCommentThread","deletion","buildSuggestion","differ","commandName","getRange","getIntersection","markMultiRangeBlockFormat","_registerDefaultCallbacks","some","_rangeIsInLocalUserInsertion","refresh","showSuggestionHighlights","substr","insertion:join","execute","acceptAllSuggestions","split","notReady","marker-count","add","_suggestionState","creator","range","_refreshSuggestionsChain","formatInline:join","addSuggestion","join","removeAttribute","isLimit","_createSuggestion","parent","getCustomProperty","formatInline:discard","markerReady","_breakSuggestionMarker","skipNestingCheck","splitPosition","normal","oldRange","rethrowUnexpectedError","TrackChangesEditing","elementToElement","requires","createRange","editingDowncast","elementStart","suggestion:","Users","track-changes-command-not-found","_trackFormatChanges","batch","item","accept"];var Ga,Ha;Ga=Ua,Ha=334,function(t){for(;--t;)Ga.push(Ga.shift())}(++Ha);const Wa=function(t,e){return Ua[t-=0]};class za extends t.Plugin{static get[Wa("0x11b")](){return[Wa("0x73"),r.Users,t.PendingActions,cs,Cs,Rs,Ms,Bs,zs,Js,er,Oa,xr,dr,br,yr,Lr,Pr,Gr,Kr,Qr,ni,xi,di,pi,Ci,Ri,Oi,ji,zi,$i,tx,ix,dx,px,yx,Sx,Mx,jx,zx,Ia,Qx,sa,ma,ja,ca,Ea,ka]}static get[Wa("0x131")](){return Wa("0x119")}constructor(t){function e(t){return t[Wa("0xb9")]((t=>String[Wa("0x51")](t)))[Wa("0x10b")]("")}super(t),this.set(Wa("0x26"),[]),this.on("change:activeMarkers",((e,n,o,s)=>{this[Wa("0x60")][Wa("0x45")]((()=>{for(const e of[...s,...o])this._model[Wa("0x9c")].has(e)&&t[Wa("0xc6")][Wa("0x61")](e)}))})),this[Wa("0xd7")]=new ss(this[Wa("0xb1")].model[Wa("0x3e")],this[Wa("0xb1")][Wa("0xed")]),this[Wa("0x54")]=null,this[Wa("0xec")]=new Va(this[Wa("0xb1")]),this[Wa("0x126")]=new Map,this[Wa("0x5a")]=t[Wa("0x2f")][Wa("0x24")](Wa("0x73")),this[Wa("0xdb")]=new Set,this[Wa("0x60")]=this[Wa("0xb1")][Wa("0x86")],this[Wa("0x105")]=new WeakMap,this[Wa("0x4b")]=!1,t.config[Wa("0x4f")](Wa("0xe3"),!0),this._trackFormatChanges=t[Wa("0x7")].get("trackChanges.trackFormatChanges"),this[Wa("0x49")]=new d(t,this._enabledCommands),this[e([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=e([52,48,52,54,48,56,51,56])}init(){const t=this[Wa("0xb1")];t.conversion.for("editingDowncast")[Wa("0xe8")]({model:"suggestion",view:t=>{const{id:e,type:n}=this[Wa("0x134")](t.markerName),o=["ck-suggestion-marker",Wa("0x12d")+n];let s=3e3;return this[Wa("0x26")][Wa("0x129")](t[Wa("0x65")])&&(o.push(Wa("0x77")),s=3010),Wa("0xf1")==n&&(s+=5),{classes:o,attributes:{"data-suggestion":e},priority:s}}}),t.conversion[Wa("0x2")]("dataDowncast")[Wa("0x104")]((e=>{e.on("addMarker:suggestion",((e,n,o)=>{if(!o[Wa("0xc1")][Wa("0xfc")])return;const s=n.item;if(!s)return;const r=o[Wa("0xb3")][Wa("0x1e")](s);t.model.schema.isObject(s)&&r&&!r.getCustomProperty("widget")&&r.is(Wa("0xef"))&&(0,x.toWidget)(r,o[Wa("0x85")])}),{priority:Wa("0xc")})})),t.conversion[Wa("0x2")](Wa("0x98"))[Wa("0xe8")]({model:Wa("0xaa"),view:(t,e)=>{if(!e[Wa("0xc1")][Wa("0xfc")])return null;const{type:n}=this[Wa("0x134")](t[Wa("0x65")]);return{classes:[Wa("0x9d"),Wa("0x12d")+n],priority:3e3}}});const n=({showActiveMarkers:e=!0}={})=>(n,o,s)=>{if(!o[Wa("0x124")])return;if(o[Wa("0x124")].is(Wa("0x8e")))return void s[Wa("0xa")].consume(o[Wa("0x124")],n.name);const r=s[Wa("0xb3")][Wa("0x1e")](o[Wa("0x124")]);if(!o[Wa("0x124")].is(Wa("0xd0"))||!t[Wa("0x86")].schema[Wa("0x31")](o.item)||r[Wa("0x110")](Wa("0x33")))return;const{id:i}=this[Wa("0x134")](o.markerName);s[Wa("0x85")][Wa("0xe9")]([Wa("0x9d"),"ck-suggestion-marker-formatBlock"],r),s.writer.setAttribute(Wa("0x99"),i,r),s[Wa("0xb3")][Wa("0xa0")](r,o[Wa("0x65")]),e&&(this[Wa("0x26")][Wa("0x129")](o[Wa("0x65")])?s[Wa("0x85")][Wa("0xe9")]("ck-suggestion-marker--active",r):s[Wa("0x85")].removeClass(Wa("0x77"),r));for(const e of t[Wa("0x86")][Wa("0x28")](o[Wa("0x124")])[Wa("0xd5")]())s.consumable[Wa("0x43")](e,n.name);s[Wa("0xa")].consume(o[Wa("0x124")],n[Wa("0xcd")])};t[Wa("0x7d")][Wa("0x2")](Wa("0x98"))[Wa("0x104")]((t=>{t.on(Wa("0x90"),((t,e,o)=>{o[Wa("0xc1")][Wa("0xfc")]&&n({showActiveMarkers:!1})(t,e,o)}),{priority:Wa("0xd9")})})),t[Wa("0x7d")].for(Wa("0x98"))[Wa("0x1f")]({model:Wa("0xaa"),view:(t,e)=>e[Wa("0xc1")][Wa("0xfc")]?null:{group:Wa("0xaa"),name:t[Wa("0xfd")](11)}}),t[Wa("0x7d")].for(Wa("0xbb"))[Wa("0x11a")]({view:{name:Wa("0xaa"),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(t,{writer:e})=>{let n=Wa("0x11f")+t[Wa("0x17")](Wa("0x78"))+":"+t.getAttribute("id");return t[Wa("0x17")]("marker-count")&&(n+=":"+t[Wa("0x17")](Wa("0x103"))),e[Wa("0x75")](Wa("0x5e"),{"data-name":n})}}),t[Wa("0x7d")].for(Wa("0xbb"))[Wa("0x76")]({view:Wa("0xaa")}),t.conversion[Wa("0x2")](Wa("0x11d"))[Wa("0x104")]((t=>{t.on(Wa("0x90"),n(),{priority:Wa("0xc")})})),t[Wa("0x7d")][Wa("0x2")]("editingDowncast")[Wa("0x104")]((t=>{t.on(Wa("0x46"),((t,e,n)=>{const o=n[Wa("0xb3")][Wa("0x20")](e[Wa("0x65")]);if(o)for(const t of o)t[Wa("0x110")](Wa("0x33"))||(n.writer.removeClass([Wa("0x9d"),Wa("0x8a"),"ck-suggestion-marker--active"],t),n[Wa("0x85")][Wa("0x10c")](Wa("0x99"),t),n[Wa("0xb3")][Wa("0x9")](t,e[Wa("0x65")]))}),{priority:Wa("0xc")})})),t[Wa("0x86")].document.registerPostFixer((e=>{let n=!1;const o=Array[Wa("0x130")](t[Wa("0x86")].document[Wa("0xf3")][Wa("0x58")]()),s=new Set;for(const{name:x,data:a}of o){const{group:o,type:c,id:l}=this[Wa("0x134")](x);if(Wa("0xaa")!==o)continue;const u=this._suggestions[Wa("0x24")](l);if(null!=a[Wa("0xb6")])if(Wa("0x50")==c&&(n=n||qa(a[Wa("0xb6")],x,e,t[Wa("0x86")][Wa("0x3e")])),a[Wa("0xb6")][Wa("0x6d")]||Wa("0x3d")==a.newRange[Wa("0xc3")][Wa("0x4e")]||Wa("0x92")==c&&!Ja(a[Wa("0xb6")])||Wa("0xf1")==c&&(Xa(i=a[Wa("0xb6")])||(r=i).start[Wa("0x10f")]==r[Wa("0x89")][Wa("0x12e")]&&r.start[Wa("0xd4")]))e[Wa("0xc8")](x),n=!0;else{if(!u||!u[Wa("0x12")])continue;s[Wa("0x104")](u)}}var r,i;return s[Wa("0x55")]>0&&(n=!!this._joinWithAdjacentSuggestions(s)||n),n})),t[Wa("0x86")][Wa("0x5")][Wa("0x83")]((e=>{let n=!1;for(const o of t[Wa("0x86")][Wa("0x5")].differ[Wa("0x53")]()){if(Wa("0x96")!=o[Wa("0x44")])continue;const s=o.position[Wa("0x8")](o.length);if(s.isAtEnd)for(const r of this[Wa("0x126")][Wa("0x2b")]()){if(r[Wa("0x12f")]||!r[Wa("0x12")])continue;if("formatBlock"!=r.type)continue;const i=r.getFirstRange();if(i[Wa("0x8f")].parent!=i.end[Wa("0x10f")]&&i[Wa("0x89")][Wa("0xdf")](o.position)){const o=t[Wa("0x86")].createRange(i[Wa("0x8f")],s);e.updateMarker(r[Wa("0xa9")](),{range:o}),n=!0}}}return n})),t[Wa("0x86")][Wa("0x9c")].on("update:suggestion",((t,e,n)=>{if(null==n){const{id:t}=this[Wa("0x134")](e.name),n=this._suggestions[Wa("0x24")](t);n&&n[Wa("0x27")](e[Wa("0xcd")])}})),t.model[Wa("0x5")].on(Wa("0x3b"),(()=>{const e=Array.from(t[Wa("0x86")][Wa("0x5")][Wa("0xf3")][Wa("0x58")]())[Wa("0x80")]((t=>Wa("0xaa")===this[Wa("0x134")](t[Wa("0xcd")]).group));if(0===e.length)return;e[Wa("0x21")](((t,e)=>{const n=t[Wa("0x6")].oldRange,o=e[Wa("0x6")][Wa("0x117")];return null===n&&null===o?0:null===n&&null!==o?-1:null!==n&&null===o?1:n[Wa("0x8f")][Wa("0xb5")](o[Wa("0x8f")])?-1:1}));const n=new Set,o=new Set;for(const{name:t,data:s}of e){const{id:e}=this._splitMarkerName(t);if(null===s.oldRange){const e=this[Wa("0x36")](t);o[Wa("0x104")](e)}else{const t=this[Wa("0x126")].get(e);null!==s[Wa("0xb6")]||t[Wa("0x12")]?(n.add(t.head),o[Wa("0x104")](t)):this._removeSuggestion(t)}}o[Wa("0x55")]>0&&this[Wa("0x108")](o);for(const t of n)this[Wa("0xd8")](Wa("0x70"),t)})),t[Wa("0x86")].on(Wa("0x139"),((e,n)=>{const o=n[0];if(!this._suggestions[Wa("0x55")])return;if(!o.isDocumentOperation)return;if(o[Wa("0x123")][Wa("0x133")]||!o[Wa("0x123")][Wa("0xac")])return;let s,r;switch(o[Wa("0x44")]){case Wa("0x96"):s=t.model[Wa("0x93")](o.position),r=s[Wa("0x8")](o[Wa("0xc7")]);break;case"split":s=t[Wa("0x86")][Wa("0x93")](o[Wa("0x115")]),r=t[Wa("0x86")][Wa("0x93")](o[Wa("0xdc")]);break;case"move":s=t[Wa("0x86")].createPositionAt(o[Wa("0x10")]),r=s[Wa("0x8")](o[Wa("0xc7")]);break;default:return}const i=t[Wa("0x86")][Wa("0x11c")](s,r);t[Wa("0x86")][Wa("0x45")]((()=>{for(const{suggestion:t,meta:e}of this[Wa("0x14")](i)){if(t[Wa("0x12f")])continue;if("formatInline"==t[Wa("0x44")])continue;const n=t[Wa("0x6")]&&t[Wa("0x6")][Wa("0xd3")];(Wa("0x92")!=t.type||Wa("0x101")==o.type&&!n)&&(e[Wa("0x56")]||Wa("0x25")==t[Wa("0x44")]&&e.isOwn||t.getFirstRange()[Wa("0x15")](i)&&this[Wa("0x113")](t,s,r))}}))}),{priority:Wa("0xcb")}),t[Wa("0x86")].on(Wa("0xaf"),((e,n)=>{const o=n[0],s=n[1];if(s&&s[Wa("0x94")])return;if(this._isForcedDefaultExecutionBlock)return;if(!this[Wa("0x49")][Wa("0xdd")])return;if(o[Wa("0x6d")])return;const r=t[Wa("0x86")][Wa("0x3e")],{start:i,end:x}=o.getFirstRange(),a=i.nodeAfter&&r[Wa("0x10d")](i[Wa("0x1b")])?null:r.getNearestSelectionRange(i,"forward"),c=x.nodeBefore&&r[Wa("0x10d")](x[Wa("0x12e")])?null:r[Wa("0x19")](x,Wa("0x9b")),l=t[Wa("0x86")][Wa("0x11c")](a?a[Wa("0x8f")]:i,c?c.end:x);t[Wa("0x86")][Wa("0x45")]((e=>{this[Wa("0x29")](l);const n=t[Wa("0x86")][Wa("0x3e")][Wa("0x19")](l[Wa("0x8f")]);o.is(Wa("0xad"))?e.setSelection(n):o[Wa("0x136")](n)})),e[Wa("0x4d")]()}),{priority:e.priorities[Wa("0x116")]+10}),t.model.on("insertContent",((e,n)=>{const o=n[n[Wa("0xb")]-1];o&&o[Wa("0x94")]||this[Wa("0x4b")]||this[Wa("0x49")][Wa("0xdd")]&&(t[Wa("0x86")][Wa("0x45")]((()=>{let o=t[Wa("0x86")][Wa("0x137")](n[0],n[1],n[2],{forceDefaultExecution:!0});if(!o)return;e[Wa("0xa1")]=o[Wa("0x57")]();const s=o[Wa("0x89")][Wa("0x12e")],r=t[Wa("0x86")][Wa("0x3e")];s&&r.isBlock(s)&&!r.isObject(s)&&(o=t.model[Wa("0x11c")](o[Wa("0x8f")],t.model[Wa("0x93")](s,Wa("0x89")))),this.markInsertion(o)})),e.stop())}),{priority:Wa("0xc")}),this[Wa("0xb1")][Wa("0x135")][Wa("0x104")](Wa("0x12c"),this[Wa("0x49")]),this[Wa("0x7f")](Wa("0x12c"));const o=new p(t,this[Wa("0x126")]);t[Wa("0x135")][Wa("0x104")](Wa("0xbc"),o),this[Wa("0x7f")](Wa("0xbc"));const s=new C(t,this[Wa("0x126")]);t[Wa("0x135")][Wa("0x104")](Wa("0x12b"),s),this[Wa("0x7f")]("discardSuggestion"),t[Wa("0x135")].add(Wa("0x100"),new F(t,o,this[Wa("0x126")])),this[Wa("0x7f")](Wa("0x100")),t[Wa("0x135")].add("discardAllSuggestions",new F(t,s,this[Wa("0x126")])),this[Wa("0x7f")](Wa("0x2c")),t[Wa("0x135")][Wa("0x104")]("acceptSelectedSuggestions",new U(t,o,this._suggestions)),this[Wa("0x7f")]("acceptSelectedSuggestions"),t.commands[Wa("0x104")]("discardSelectedSuggestions",new U(t,s,this[Wa("0x126")])),this.enableCommand("discardSelectedSuggestions");const r=t[Wa("0x2f")].get(Wa("0x73"));this.listenTo(r,Wa("0xe7"),((t,{threadId:e})=>{const n=this[Wa("0x126")][Wa("0x24")](e);n&&n[Wa("0x6c")]&&1===n[Wa("0x6c")][Wa("0xb")]&&this._updateSuggestionData(e,{hasComments:!0})}),{priority:"low"}),this.listenTo(r,"removeComment",((t,{threadId:e})=>{const n=this[Wa("0x126")].get(e);n&&n.commentThread&&!n[Wa("0x6c")][Wa("0xb")]&&this[Wa("0xc2")](e,{hasComments:!1})}),{priority:Wa("0xbe")})}set[Wa("0xce")](t){if(this[Wa("0x54")])throw new e.CKEditorError("track-changes-adapter-already-set",this);this[Wa("0x54")]=t}get adapter(){return this[Wa("0x54")]}[Wa("0x5b")]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=[];for(const e of this[Wa("0x126")][Wa("0x2b")]())t&&!e.isInContent||n[Wa("0x66")](e);return e?n.map((t=>t[Wa("0x48")]())):n}getSuggestion(t){const n=this._suggestions[Wa("0x24")](t);if(!n)throw new e.CKEditorError("track-changes-suggestion-not-found",this);return n}[Wa("0x1c")](t){return this[Wa("0x126")].has(t)}[Wa("0x68")](t){const{authorId:e,id:n,attributes:o}=t,[s,r]=t[Wa("0x44")][Wa("0x101")](":"),i=this[Wa("0x126")][Wa("0x24")](n)||this._createSuggestion(s,r,n,e,o);if(this[Wa("0x5f")](i),this[Wa("0x40")](i,s,r||null,e),i[Wa("0x81")]=t[Wa("0x81")],o&&o[Wa("0x34")]){const t=o[Wa("0x34")],e=this[Wa("0x74")](t[Wa("0xd1")]);i[Wa("0x3a")]=t[Wa("0x81")],i[Wa("0x6a")]=e,i[Wa("0x2a")]=!0}else i.authoredAt=t.createdAt;switch(t[Wa("0x6")]&&(i.data=t[Wa("0x6")]),t[Wa("0x128")]&&(i[Wa("0x128")]=t[Wa("0x128")]),this[Wa("0x54")]&&this[Wa("0x54")][Wa("0x10a")]||(i[Wa("0x2e")]=!0),this[Wa("0x105")][Wa("0x24")](i)){case Wa("0x102"):this[Wa("0x105")][Wa("0xc4")](i,Wa("0x8d"));break;case Wa("0x112"):i[Wa("0x12")]?(this[Wa("0x105")][Wa("0xc4")](i,"ready"),this[Wa("0xd8")](Wa("0x69"),i)):this[Wa("0x105")][Wa("0xc4")](i,Wa("0x64"))}return i}acceptSuggestion(t){this[Wa("0x94")]((()=>{this[Wa("0xb1")].model[Wa("0x45")]((()=>{for(const e of t[Wa("0x12a")]())e[Wa("0x125")]()}))}))}discardSuggestion(t){this[Wa("0x94")]((()=>{this[Wa("0xb1")][Wa("0x86")][Wa("0x45")]((()=>{for(const e of t[Wa("0x12a")]())e[Wa("0x23")]()}))}))}[Wa("0x7f")](t,n){const o=this.editor[Wa("0x135")][Wa("0x24")](t);if(!o)throw new e.CKEditorError(Wa("0x121"),this,{commandName:t});this[Wa("0xdb")][Wa("0x104")](o),n&&o.on("execute",((t,e)=>{this[Wa("0x49")][Wa("0xdd")]&&(this._isForcedDefaultExecutionBlock||e[Wa("0xb")]>0&&e[e[Wa("0xb")]-1]&&e[e.length-1][Wa("0x94")]||(n(((...t)=>o[Wa("0xff")](...t,{forceDefaultExecution:!0})),...e),t.stop()))}),{priority:"high"})}[Wa("0x94")](t){let n,o;const s=this[Wa("0x4b")];this[Wa("0x4b")]=!0;try{n=t()}catch(t){o=t}return s||(this[Wa("0x4b")]=!1),o&&e.CKEditorError[Wa("0x118")](o,this),n}markInsertion(t,n=null,o={}){if(t[Wa("0x6d")])return null;const s=this[Wa("0xb1")][Wa("0x2f")][Wa("0x24")](Wa("0x120")).me;for(const{suggestion:e,meta:o}of this[Wa("0x14")](t,Wa("0x25")))if(o[Wa("0x4a")]){if(!o[Wa("0xe5")])return e;if(n==e[Wa("0x2d")]){const n=e[Wa("0xe2")]();return n[Wa("0x8f")][Wa("0xdf")](t.end)?this[Wa("0x59")](e,this[Wa("0x60")][Wa("0x11c")](t[Wa("0x8f")],n[Wa("0x89")])):this[Wa("0x59")](e,this[Wa("0x60")][Wa("0x11c")](n.start,t.end)),e}}const r=(0,e.uid)(),i=s.id,x=n?Wa("0x6e")+n:Wa("0x25"),a=this[Wa("0x41")]({id:r,type:x,createdAt:new Date,authorId:i,attributes:o});return this[Wa("0x67")](x,r,i,t),a}[Wa("0xee")](t,n="multi",o={}){const s=this[Wa("0xb1")][Wa("0x2f")][Wa("0x24")]("Users").me,r=this._suggestionFactory[Wa("0x9a")](Wa("0x25"),n,Wa("0x10b"));for(const e of this[Wa("0x5b")]())if(e[Wa("0x6a")].id==s.id&&Wa("0x25")==e.type&&e.subType==n&&(r(e.getRanges(),t)||r(t,e[Wa("0xb2")]()))){for(const n of t)e.addRange(n);return e}for(const e of t)for(const{suggestion:n,meta:o}of this[Wa("0x14")](e,Wa("0x25"))){if(!o[Wa("0x4a")])continue;let e=!0;for(const o of n[Wa("0xb2")]())for(const n of t)if(!o[Wa("0x15")](n)){e=!1;break}if(e)return n}const i=(0,e.uid)(),x=s.id,a=Wa("0x6e")+n,c=this[Wa("0x41")]({id:i,type:a,createdAt:new Date,authorId:x,attributes:o});for(const e of t)this[Wa("0x67")](a,i,x,e,Zo[Wa("0xa6")]());return c}markInlineFormat(t,n,o=null,s={}){if(o=o||$a(n),t[Wa("0x6d")])return null;if(!1===this[Wa("0x122")]){const e=this[Wa("0xec")].getSuggestionCallback("formatInline",o,Wa("0x125"));return this.forceDefaultExecution((()=>e([t],n,s))),null}const r=this[Wa("0xb1")][Wa("0x2f")][Wa("0x24")](Wa("0x120")).me,i=[];for(const{suggestion:e,meta:n}of this[Wa("0x14")](t,"insertion"))n[Wa("0x4a")]&&!n[Wa("0x0")]&&i[Wa("0x66")](...e.getRanges());const x=function(t,e){const n=[];for(const o of e){const e=t[Wa("0xf6")](o);e&&n[Wa("0x66")](e)}return n}(t,i),a=function(t,e){const n=[t];for(const t of e){let e=0;for(;e<n.length;){const o=n[e][Wa("0xbf")](t);n.splice(e,1,...o),e+=o[Wa("0xb")]}}return n}(t,i);x[Wa("0xb")]&&this[Wa("0x60")][Wa("0x45")]((()=>{for(const t of x){const e=this[Wa("0xec")].getSuggestionCallback(Wa("0x50"),o,Wa("0x125"));this.forceDefaultExecution((()=>e([t],n,s)))}}));for(const t of a){let i=null,x=t[Wa("0x8f")],a=t[Wa("0x89")];for(const{suggestion:e,meta:n}of this._findSuggestions(t,Wa("0x50"))){if(!n.isOwn)continue;if(e[Wa("0x2d")]!=o)continue;const s=e[Wa("0xe2")]();if(s.containsRange(t,!0))return null;x=x[Wa("0xb5")](s[Wa("0x8f")])?x:s[Wa("0x8f")],a=a[Wa("0x127")](s[Wa("0x89")])?a:s[Wa("0x89")],i?s[Wa("0x8f")].isBefore(i[Wa("0xe2")]()[Wa("0x8f")])?(i[Wa("0x3c")](),i=e):e[Wa("0x3c")]():i=e}const c=this[Wa("0x60")][Wa("0x11c")](x,a);if(i)this._setSuggestionRange(i,c);else{const t=(0,e.uid)(),i=r.id;this[Wa("0x41")]({id:t,type:"formatInline:"+o,data:n,createdAt:new Date,authorId:i,attributes:s}),this[Wa("0x67")](Wa("0x52")+o,t,i,c)}}return null}markBlockFormat(t,n,o=[],s=null,r={}){n[Wa("0x87")]||(n.formatGroupId=n[Wa("0xf4")]),n[Wa("0xd3")]=t.is(Wa("0x107")),s=s||$a(n);const i=o[Wa("0xb9")]((t=>Qa(t,this[Wa("0x60")]))),x=t.is(Wa("0x107"))?t:Qa(t,this[Wa("0x60")]);if(!1===this[Wa("0x122")]){const t=this[Wa("0xec")][Wa("0x9a")](Wa("0x92"),s,"accept");return this[Wa("0x94")]((()=>t([x],n,r))),null}i[Wa("0x66")](x);let a=!0;for(const t of i)if(!this[Wa("0xfa")](t)){a=!1;break}if(a){const t=this[Wa("0xec")][Wa("0x9a")]("formatBlock",s,Wa("0x125"));return this[Wa("0x94")]((()=>t([x],n,r))),null}let c=null,l=x[Wa("0x8f")],u=x.end;for(const{suggestion:t,meta:e}of this._findSuggestions(x,Wa("0x92"))){if(!e[Wa("0x4a")]||e[Wa("0xe5")]||e[Wa("0x56")]||e[Wa("0x0")])continue;if(t.data[Wa("0x87")]!=n[Wa("0x87")])continue;const o=t[Wa("0xe2")]();if(t[Wa("0x2d")]==s){if(o[Wa("0x15")](x,!0))return null;l=l.isBefore(o.start)?l:o.start,u=u[Wa("0x127")](o[Wa("0x89")])?u:o[Wa("0x89")],c?o[Wa("0x8f")][Wa("0xb5")](c.getFirstRange()[Wa("0x8f")])?(c[Wa("0x3c")](),c=t):t[Wa("0x3c")]():c=t}else{const e=x[Wa("0xf6")](o);this._cutOutSuggestionMarker(t,e)}}const d=this.editor[Wa("0x2f")][Wa("0x24")]("Users").me,g=(0,e.uid)(),m=d.id;if(c)return this[Wa("0x59")](c,this[Wa("0x60")].createRange(l,u)),c;{const t=this[Wa("0x41")]({id:g,type:Wa("0xca")+s,data:n,createdAt:new Date,authorId:m,attributes:r});return this[Wa("0x67")](Wa("0xca")+s,g,m,this._model.createRange(l,u)),t}}[Wa("0xf7")](t,n,o=[],s=null,r={}){n[Wa("0x87")]||(n[Wa("0x87")]=n[Wa("0xf4")]);const i=t[0];n.multipleBlocks=i.is(Wa("0x107")),s=s||$a(n);const x=o[Wa("0xb9")]((t=>Qa(t,this[Wa("0x60")]))),a=i.is(Wa("0x107"))?t:t[Wa("0xb9")]((t=>Qa(t,this._model)));if(!1===this[Wa("0x122")]){const t=this._suggestionFactory.getSuggestionCallback("formatBlock",s,Wa("0x125"));return this[Wa("0x94")]((()=>t(a,n,r))),null}x.push(...a);let c=!0;for(const t of x)if(!this[Wa("0xfa")](t)){c=!1;break}if(c){const t=this[Wa("0xec")][Wa("0x9a")](Wa("0x92"),s,"accept");return this[Wa("0x94")]((()=>t(a,n,r))),null}const l=this.editor[Wa("0x2f")].get("Users").me;for(const t of this[Wa("0x5b")]()){if(t.author.id!=l.id)continue;if("formatBlock"!=t[Wa("0x44")]||t[Wa("0x6")][Wa("0x87")]!=n[Wa("0x87")])continue;const e=t.subType==s;for(let n=0;n<a[Wa("0xb")];n++){const o=a[n];for(const s of t[Wa("0x72")]()){const r=s[Wa("0xf5")]();if(o[Wa("0xdf")](r)){e?(a.splice(n,1),n--):t[Wa("0xc8")](s[Wa("0xcd")]);break}}}}if(0==a[Wa("0xb")])return null;const u=this._suggestionFactory.getSuggestionCallback(Wa("0x92"),s,"join");for(const t of this[Wa("0x5b")]())if(t.author.id==l.id&&Wa("0x92")==t.type&&t[Wa("0x6")][Wa("0x87")]==n[Wa("0x87")]&&t[Wa("0x2d")]==s&&(u(t[Wa("0xb2")](),a)||u(a,t[Wa("0xb2")]()))){for(const e of a)t[Wa("0x138")](e);return t}const d=(0,e.uid)(),g=l.id,m="formatBlock:"+s,f=this._setSuggestionData({id:d,type:m,data:n,createdAt:new Date,authorId:g,attributes:r});for(const t of a)this[Wa("0x67")](m,d,g,t,Zo[Wa("0xa6")]());return f}[Wa("0x29")](t,n=null,o={}){if(t[Wa("0x6d")])return null;const s=this[Wa("0xb1")][Wa("0x2f")][Wa("0x24")](Wa("0x120")).me,r=new i.LiveRange(t[Wa("0x8f")],t[Wa("0x89")]);for(const{suggestion:t,meta:e}of this._findSuggestions(r,Wa("0x25")))if(e[Wa("0x4a")]&&!e[Wa("0xe5")])if(t.isMultiRange){const e=t[Wa("0xb2")]()[Wa("0x80")]((t=>Wa("0x3d")!=t[Wa("0xc3")][Wa("0x4e")]));if(e[Wa("0xeb")]((t=>r[Wa("0x15")](t,!0)))&&t[Wa("0x23")](),e[Wa("0xf9")]((t=>t[Wa("0x15")](r,!0)))){const t=this[Wa("0xec")][Wa("0x9a")](Wa("0xf1"),n,Wa("0x125"));return this[Wa("0x94")]((()=>t([r],null,o))),null}}else{const e=r[Wa("0xf6")](t[Wa("0xe2")]());t[Wa("0xb0")]([e],null,o)}if(r.detach(),r.isCollapsed||Wa("0x3d")==r[Wa("0xc3")].rootName)return null;let x=null,a=r[Wa("0x8f")],c=r[Wa("0x89")];for(const{suggestion:t,meta:e}of this[Wa("0x14")](r,Wa("0xf1")))if(e[Wa("0x4a")])if(t[Wa("0x12f")]){let e=!0;for(const n of t[Wa("0xb2")]()){if(n[Wa("0x15")](r,!0))return t;r[Wa("0x15")](n)||(e=!1)}e&&t.discard()}else{const e=t[Wa("0xe2")]();if(e[Wa("0x15")](r,!0))return t;a=a.isBefore(e[Wa("0x8f")])?a:e[Wa("0x8f")],c=c[Wa("0x127")](e[Wa("0x89")])?c:e[Wa("0x89")],x?e.start[Wa("0xb5")](x[Wa("0xe2")]()[Wa("0x8f")])?(x[Wa("0x3c")](),x=t):t.removeMarkers():x=t}if(x)return this._setSuggestionRange(x,this[Wa("0x60")][Wa("0x11c")](a,c)),x;{const t=(0,e.uid)(),r=this._model[Wa("0x11c")](a,c),i=s.id,x=n?Wa("0x1d")+n:Wa("0xf1"),l=this._setSuggestionData({id:t,type:x,createdAt:new Date,authorId:i,attributes:o});return this[Wa("0x67")](x,t,i,r),l}}[Wa("0x13")](t,n=Wa("0xab"),o={}){const s=this[Wa("0xb1")].plugins[Wa("0x24")](Wa("0x120")).me,r=t[Wa("0xb9")]((t=>new i.LiveRange(t[Wa("0x8f")],t[Wa("0x89")]))),x=new Set;for(const t of r)for(const{suggestion:e,meta:n}of this[Wa("0x14")](t,Wa("0x25")))n[Wa("0x4a")]&&!n[Wa("0xe5")]&&x.add(e);for(const e of x)if(e[Wa("0x12f")]){const s=e[Wa("0xb2")]();if((!e[Wa("0x128")]||!e.attributes[Wa("0x114")])&&s[Wa("0xeb")]((t=>r[Wa("0xf9")]((e=>e[Wa("0x15")](t,!0)))))&&e.discard(),r[Wa("0xeb")]((t=>s[Wa("0xf9")]((e=>e[Wa("0x15")](t,!0)))))){const e=this[Wa("0xec")][Wa("0x9a")]("deletion",n,Wa("0x125"));return this[Wa("0x94")]((()=>e(t,null,o))),null}}else{const t=e[Wa("0xe2")]();if(r[Wa("0xf9")]((e=>e[Wa("0x15")](t,!0)))&&e[Wa("0x23")](),r.every((e=>t[Wa("0x15")](e,!0)))){const t=this[Wa("0xec")].getSuggestionCallback(Wa("0xf1"),n,Wa("0x125"));return this[Wa("0x94")]((()=>t(r,null,o))),null}}const a=this[Wa("0xec")][Wa("0x9a")](Wa("0xf1"),n,Wa("0x10b"));let c=null;for(const t of this[Wa("0x5b")]())if(t[Wa("0x6a")].id==s.id&&t[Wa("0x12")]&&Wa("0xf1")==t[Wa("0x44")]&&t[Wa("0x2d")]==n&&(a(t.getRanges(),r)||a(r,t.getRanges())))if(c){if(t[Wa("0x6c")]&&t[Wa("0x6c")][Wa("0xb")])continue;for(const e of t[Wa("0xb2")]())c[Wa("0xcc")](e)||c[Wa("0x138")](e);t[Wa("0x3c")]()}else{c=t;for(const e of r)t[Wa("0xcc")](e)||t.addRange(e)}if(c)return c;x[Wa("0x71")]();for(const t of r)for(const{suggestion:e,meta:n}of this._findSuggestions(t,"deletion"))n.isOwn&&x[Wa("0x104")](e);for(const t of x){const e=t.getRanges();if((!o||!o[Wa("0x114")])&&r.every((t=>e[Wa("0xf9")]((e=>e[Wa("0x15")](t,!0))))))return t;(!t[Wa("0x128")]||!t[Wa("0x128")][Wa("0x114")])&&e.every((t=>r[Wa("0xf9")]((e=>e[Wa("0x15")](t,!0)))))&&t[Wa("0x23")]()}const l=(0,e.uid)(),u=s.id,d=Wa("0x1d")+n,g=this[Wa("0x41")]({id:l,type:d,createdAt:new Date,authorId:u,attributes:o});for(const t of r)t[Wa("0x132")](),t.isCollapsed||Wa("0x3d")==t[Wa("0xc3")].rootName||this[Wa("0x67")](d,l,u,t,Zo[Wa("0xa6")]());return g}[Wa("0x59")](t,e){const n=t[Wa("0xa9")]();this[Wa("0x60")][Wa("0x45")]((t=>{t[Wa("0xe0")](n,{range:e})}))}_addThreadToSuggestion(t){const e=t.id,n=this[Wa("0xb1")][Wa("0x7")][Wa("0x24")](Wa("0x3f"));this[Wa("0x5a")].hasCommentThread(e)||this._commentsRepository[Wa("0xf0")]({channelId:n,threadId:e,isResolvable:!1,isSubmitted:!0});const o=this._commentsRepository[Wa("0xb7")](e);o[Wa("0x16")](Wa("0x6f")),o[Wa("0x6f")]=!1,t[Wa("0x6c")]=o}[Wa("0x40")](t,n,o,s){if(t[Wa("0x44")]!=n||t[Wa("0x2d")]!=o||t[Wa("0x106")].id!=s)throw this.editor.enableReadOnlyMode(Wa("0x7c")),new e.CKEditorError(Wa("0x7c"),this)}[Wa("0x88")](t,n){const o=t[Wa("0xe2")]();if(n[Wa("0xdf")](o))t[Wa("0x3c")]();else if(o[Wa("0x15")](n)){const s=this[Wa("0x60")].createPositionAt(n[Wa("0x8f")][Wa("0x12e")],"end");this[Wa("0x59")](t,this[Wa("0x60")][Wa("0x11c")](o[Wa("0x8f")],s));const r=(0,e.uid)(),i=t[Wa("0x106")].id,x=t[Wa("0x44")]+":"+t[Wa("0x2d")];this[Wa("0x41")]({id:r,type:x,createdAt:new Date,authorId:i,data:t[Wa("0x6")],attributes:t.attributes});const a=this[Wa("0x60")][Wa("0x93")](n[Wa("0x89")][Wa("0x10f")],Wa("0xa8")),c=this[Wa("0x60")].createRange(a,o[Wa("0x89")]);this[Wa("0x67")](x,r,i,c)}else if(o[Wa("0xe4")](n[Wa("0x8f")])){const e=this[Wa("0x60")][Wa("0x93")](n[Wa("0x8f")][Wa("0x12e")],"end");this[Wa("0x59")](t,this[Wa("0x60")].createRange(o[Wa("0x8f")],e))}else{const e=this._model[Wa("0x93")](n[Wa("0x89")][Wa("0x10f")],Wa("0xa8"));this[Wa("0x59")](t,this[Wa("0x60")][Wa("0x11c")](e,o.end))}}_rangeIsInLocalUserInsertion(t){for(const{suggestion:e,meta:n}of this[Wa("0x14")](t,Wa("0x25"))){if(!n[Wa("0x4a")])continue;const o=e[Wa("0xb2")]();for(const e of o)if(!t[Wa("0xbf")](e)[Wa("0xb")])return!0}return!1}[Wa("0x8c")](t){const n=this[Wa("0xb1")].plugins[Wa("0x24")](Wa("0x120"))[Wa("0x7b")](t);if(!n)throw new e.CKEditorError("track-changes-user-not-found",this);return n}[Wa("0x74")](t){const e=this[Wa("0xb1")][Wa("0x2f")][Wa("0x24")](Wa("0x120")),n=(0,r.hashObject)("external:"+t);return e[Wa("0x7b")](n)||e[Wa("0xf")]({id:n,name:t})}[Wa("0x10e")](t,e,n,o,s){const r=this._getAuthorFromId(o),i=this._suggestionFactory[Wa("0xf2")](t,e,n,r,s,(t=>this._updateSuggestionData(n,{attributes:t})));return this[Wa("0x8b")](i,Wa("0x125"),(()=>{this[Wa("0xc2")](n,{state:"accepted"})}),{priority:Wa("0xc")}),this[Wa("0x8b")](i,Wa("0x23"),(()=>{this._updateSuggestionData(n,{state:Wa("0x3")})}),{priority:Wa("0xc")}),this._suggestions[Wa("0xc4")](n,i),this[Wa("0x105")].set(i,"notReady"),i}_splitMarkerName(t){const e=t.split(":");return{group:e[0],type:e[1],subType:e[Wa("0xb")]>=5?e[2]:null,id:e.length<5?e[2]:e[3],authorId:e.length<5?e[3]:e[4],markerCount:6==e[Wa("0xb")]?e[5]:null}}[Wa("0x113")](t,n,o){const s=t[Wa("0xe2")](),r=s[Wa("0x8f")],i=s[Wa("0x89")];this[Wa("0x59")](t,this[Wa("0x60")][Wa("0x11c")](r,n));const x=(0,e.uid)(),a=t[Wa("0x106")].id,c=t[Wa("0x44")]+(t[Wa("0x2d")]?":"+t[Wa("0x2d")]:"");this[Wa("0x41")]({id:x,type:c,createdAt:new Date,authorId:a,originalSuggestionId:t.id,attributes:t[Wa("0x128")],data:t[Wa("0x6")]}),Wa("0x92")==t.type&&(o=this[Wa("0x60")][Wa("0x1")](o.parent)),this[Wa("0x67")](c,x,a,this[Wa("0x60")][Wa("0x11c")](o,i))}[Wa("0x14")](t,e=null){const n=[],o=this[Wa("0x60")][Wa("0x3e")],s=this[Wa("0xb1")].plugins[Wa("0x24")]("Users").me;for(const r of this[Wa("0x5b")]())if(r.isInContent&&(!e||r[Wa("0x44")]==e))for(const e of r[Wa("0xb2")]()){const i=t[Wa("0x8f")][Wa("0xdf")](e[Wa("0x89")])||t[Wa("0x89")][Wa("0xdf")](e[Wa("0x8f")]);if(i||t[Wa("0xf6")](e)){const x=t[Wa("0x15")](e)&&Ka(o,e.start,t),a=e[Wa("0x15")](t)&&Ka(o,t[Wa("0x8f")],e);n.push({suggestion:r,meta:{isOwn:s==r[Wa("0x6a")],isNextTo:i,isInsideObject:x,containsRangeInObject:a}});break}}return n}[Wa("0x67")](t,e,n,o,s){this[Wa("0x60")][Wa("0x45")]((r=>{let i=Wa("0x11f")+t+":"+e+":"+n;s&&(i=i+":"+s),r[Wa("0x5d")](i,{range:o,usingOperation:!0,affectsData:!0})}))}[Wa("0x4")](t){const e=t[Wa("0xa5")],n=t[Wa("0x7e")];t[Wa("0xa5")]=null,null!=e&&(e.next=null),t.next=null,null!=n&&(n[Wa("0xa5")]=null),Wa("0xa7")==this._suggestionState.get(t)&&(this[Wa("0x105")][Wa("0xc4")](t,Wa("0x64")),this[Wa("0xd8")](Wa("0xd2"),t,e,n))}[Wa("0x41")](t){const n=t.id,o=this[Wa("0x68")](t);if(this._adapter&&this[Wa("0x54")][Wa("0x10a")]){const s=this[Wa("0xb1")][Wa("0x2f")].get(Wa("0x6b")),r=o[Wa("0x91")],i=o.subType?o[Wa("0x44")]+":"+o.subType:o[Wa("0x44")],x=this[Wa("0xb1")][Wa("0xed")],a=s[Wa("0x104")](Yo(x,Wa("0xd"))),c={id:n,type:i,hasComments:r,data:t[Wa("0x6")]||null,originalSuggestionId:t[Wa("0x95")]||null,attributes:o[Wa("0x128")]};this[Wa("0x54")][Wa("0x10a")](c)[Wa("0xda")]((t=>{o[Wa("0x2e")]=!0,s.remove(a),t&&t.createdAt&&(this[Wa("0x126")][Wa("0x24")](n).createdAt=t[Wa("0x81")])}))[Wa("0x63")]((t=>{throw(0,e.logWarning)(Wa("0x97")),this[Wa("0xb1")].model[Wa("0xcf")]({isUndoable:!1},(()=>{o[Wa("0x23")]()})),o[Wa("0x32")](),this[Wa("0x126")][Wa("0x22")](o.id),this._suggestionState[Wa("0x22")](o),t}))}return o}_updateSuggestionData(t,e){const n=this[Wa("0xb1")][Wa("0x2f")][Wa("0x24")](Wa("0x6b")),o=this.getSuggestion(t);if(this[Wa("0x54")]&&this[Wa("0x54")][Wa("0x11")])if(o[Wa("0x2e")]){const o=n[Wa("0x104")](Yo(this[Wa("0xb1")][Wa("0xed")],"PENDING_ACTION_SUGGESTION"));this[Wa("0x54")][Wa("0x11")](t,e).then((()=>{n[Wa("0xa4")](o)}))}else o.on(Wa("0xc9"),(()=>{this[Wa("0xc2")](t,e)}))}[Wa("0xa2")](t){if(!this[Wa("0x54")]||!this[Wa("0x54")].getSuggestion)throw new e.CKEditorError("track-changes-adapter-missing-getsuggestion",this);return this[Wa("0x54")].getSuggestion(t)}_handleNewSuggestionMarker(t){const{id:e,type:n,subType:o,authorId:s}=this[Wa("0x134")](t),r=this[Wa("0x126")].get(e)||this[Wa("0x10e")](n,o,e,s,{});switch(this[Wa("0x40")](r,n,o,s),this[Wa("0x105")][Wa("0x24")](r)){case"notReady":this[Wa("0xa2")](e)[Wa("0xda")]((t=>{let n=Promise[Wa("0xb4")]();t.hasComments&&(n=this[Wa("0x5a")][Wa("0xe1")]({channelId:this[Wa("0xb1")][Wa("0x7")].get(Wa("0x3f")),threadId:e})),n.then((()=>{this[Wa("0x68")](t)[Wa("0x2e")]=!0}))})),this[Wa("0x105")][Wa("0xc4")](r,Wa("0x112"));break;case Wa("0x64"):this[Wa("0xc2")](e,{state:Wa("0xc0")});case Wa("0x8d"):this[Wa("0x105")][Wa("0xc4")](r,"ready"),this[Wa("0xd8")]("suggestionLoaded",r);break;case Wa("0xa7"):this[Wa("0xd8")](Wa("0x70"),r)}return r[Wa("0x27")](t),r}[Wa("0x108")](t){const e=Array[Wa("0x130")](t)[Wa("0x80")]((t=>!t[Wa("0x12f")])),n=this[Wa("0x5b")]({skipNotAttached:!0})[Wa("0x80")]((t=>!t[Wa("0x12f")])),o=n.filter((e=>!t[Wa("0x4c")](e))),s=new Map(n[Wa("0xb9")]((t=>[t,this[Wa("0xec")][Wa("0x9a")](t[Wa("0x44")],t[Wa("0x2d")],Wa("0xe"))]))),r=new Map(n.map((t=>[t,t[Wa("0xe2")]()]))),i=new Set,x=new Set;for(let t=0;t<e[Wa("0xb")];t++)a(e[t],e,t+1);for(let t=0;t<e[Wa("0xb")];t++)a(e[t],o,0);for(let t=0;t<e[Wa("0xb")];t++){const n=e[t];!x.has(n)&&n[Wa("0xa5")]&&(n.previous[Wa("0x7e")]===n&&(n[Wa("0xa5")].next=null),n[Wa("0xa5")]=null),!i.has(n)&&n[Wa("0x7e")]&&(n[Wa("0x7e")][Wa("0xa5")]===n&&(n[Wa("0x7e")][Wa("0xa5")]=null),n.next=null)}function a(t,e,n){for(let o=n;o<e[Wa("0xb")];o++){const n=c(t,e[o]);n&&(n[0][Wa("0x7e")]=n[1],n[1].previous=n[0],i[Wa("0x104")](n[0]),x.add(n[1]))}}function c(t,e){if(t[Wa("0x6a")].id!==e[Wa("0x6a")].id)return null;const n=s[Wa("0x24")](t)(t,e,r[Wa("0x24")](t),r[Wa("0x24")](e));return n&&s.get(e)(t,e,r.get(t),r[Wa("0x24")](e))?n[1][Wa("0x6c")]&&n[1][Wa("0x6c")][Wa("0xb")]?null:n:null}}_joinWithAdjacentSuggestions(t){const e=Array[Wa("0x130")](t),n=this[Wa("0x5b")]({skipNotAttached:!0}),o=n[Wa("0x80")]((e=>!t[Wa("0x4c")](e))),s=new Map(e[Wa("0xb9")]((t=>[t,this[Wa("0xec")][Wa("0x9a")](t[Wa("0x44")],t.subType,Wa("0x10b"))]))),r=new Map(n[Wa("0xb9")]((t=>[t,t[Wa("0xb2")]()])));for(let t=0;t<e[Wa("0xb")];t++)if(i(this,e[t],e,t+1))return!0;for(let t=0;t<e.length;t++)if(i(this,e[t],o,0))return!0;return!1;function i(t,e,n,o){for(let i=o;i<n.length;i++){const o=n[i];if(o[Wa("0x44")]!==e.type||o.author.id!==e[Wa("0x6a")].id||o[Wa("0x2d")]!==e[Wa("0x2d")])continue;const x=s[Wa("0x24")](e),a=r[Wa("0x24")](e),c=r[Wa("0x24")](o),l=e[Wa("0x6c")]&&e[Wa("0x6c")][Wa("0xb")],u=o[Wa("0x6c")]&&o.commentThread.length;if(!l&&x(c,a))return t[Wa("0x35")](o,e),r[Wa("0x22")](e),!0;if(!u&&x(a,c))return t[Wa("0x35")](e,o),r[Wa("0x22")](o),!0}return!1}}[Wa("0x35")](t,e){if(t[Wa("0x12f")])for(const n of e[Wa("0xb2")]())t[Wa("0x138")](n);else{const n=e[Wa("0xe2")]().end;this[Wa("0x59")](t,this[Wa("0x60")][Wa("0x11c")](t[Wa("0xe2")]()[Wa("0x8f")],n))}e[Wa("0x3c")]()}}class Va{constructor(t){this._editor=t,this[Wa("0x60")]=t[Wa("0x86")],this[Wa("0x37")]=new Map,this._defaultCallbacks=new Map,this[Wa("0xf8")]()}[Wa("0xf2")](t,e,n,o,s,r){return new Zo(this[Wa("0x60")],{type:t,subType:e,id:n,author:o,creator:o,attributes:s,onAttributesChange:r,onAccept:(...n)=>this[Wa("0x9a")](t,e,Wa("0x125"))(...n),onDiscard:(...n)=>this.getSuggestionCallback(t,e,Wa("0x23"))(...n)})}registerCustomCallback(t,e,n,o){const s=t+":"+e+":"+n;this[Wa("0x37")][Wa("0xc4")](s,o)}getSuggestionCallback(t,e,n){const o=t+":"+e+":"+n;return this._customCallbacks[Wa("0x24")](o)||this[Wa("0x79")].get(t+":"+n)}[Wa("0xf8")](){const t=()=>{},e=t=>{t.sort(((t,e)=>t[Wa("0x8f")].isBefore(e[Wa("0x8f")])?1:-1)),this[Wa("0x60")][Wa("0x45")]((e=>{for(const n of t){let t;t=n[Wa("0x89")].isAtEnd&&n[Wa("0x89")][Wa("0x10f")]==n.start[Wa("0x1b")]?e[Wa("0x18")](n[Wa("0x8f")][Wa("0x1b")],"on"):e.createSelection(n),this[Wa("0x60")][Wa("0xaf")](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},n=(t,e)=>{this[Wa("0x60")].change((n=>{const{commandName:o,commandParams:s=[]}=e,r=t[Wa("0xb9")]((t=>(Xa(t)&&(t=this[Wa("0x60")][Wa("0x11c")](t[Wa("0x89")])),t)))[Wa("0x80")]((t=>Wa("0x3d")!==t.root.rootName));if(r.length<1)return;const x=Array[Wa("0x130")](this[Wa("0x60")][Wa("0x5")][Wa("0x8e")][Wa("0xb2")]())[Wa("0xb9")]((t=>i.LiveRange[Wa("0xba")](t)));n.setSelection(r);for(const t of this[Wa("0x38")][Wa("0x135")][Wa("0x135")]())t[Wa("0xfb")]();s[Wa("0x66")]({forceDefaultExecution:!0}),this[Wa("0x38")].execute(o,...s);const a=x[Wa("0x80")]((t=>Wa("0x3d")!=t[Wa("0xc3")][Wa("0x4e")]));a[Wa("0xb")]>0&&n.setSelection(a);for(const t of x)t.detach()}))},o=(t,e)=>1==t[Wa("0xb")]&&1==e.length&&t[0][Wa("0x89")][Wa("0xdf")](e[0][Wa("0x8f")]),s=(t,e,n,o)=>Za(t,e,n,o,this[Wa("0x60")])?[t,e]:Za(e,t,o,n,this._model)?[e,t]:null;this._defaultCallbacks[Wa("0xc4")]("insertion:accept",t),this[Wa("0x79")].set(Wa("0x39"),e),this[Wa("0x79")][Wa("0xc4")](Wa("0xfe"),o),this[Wa("0x79")][Wa("0xc4")](Wa("0x42"),s),this[Wa("0x79")][Wa("0xc4")](Wa("0x9e"),e),this[Wa("0x79")].set(Wa("0x5c"),t),this[Wa("0x79")][Wa("0xc4")](Wa("0x82"),o),this[Wa("0x79")][Wa("0xc4")](Wa("0xc5"),s),this._defaultCallbacks[Wa("0xc4")](Wa("0xde"),n),this[Wa("0x79")][Wa("0xc4")](Wa("0x111"),t),this._defaultCallbacks[Wa("0xc4")](Wa("0x109"),o),this[Wa("0x79")][Wa("0xc4")]("formatInline:chain",t),this[Wa("0x79")][Wa("0xc4")](Wa("0x47"),n),this._defaultCallbacks[Wa("0xc4")](Wa("0x84"),t),this[Wa("0x79")][Wa("0xc4")](Wa("0xa3"),o),this[Wa("0x79")][Wa("0xc4")](Wa("0xea"),t)}}function Ka(t,e,n){for(const o of e[Wa("0x10f")].getAncestors({includeSelf:!0,parentFirst:!0})){if(o[Wa("0xc3")]==o)return!1;if(!n[Wa("0x1a")](o))return!1;if(t[Wa("0x30")](o)||t.isLimit(o))return!0}return!1}function Xa(t){return t.end[Wa("0x10f")]==t.start.nodeAfter&&t[Wa("0x89")].isAtStart}function qa(t,e,n,o){const s=t=>!t[Wa("0x124")].is(Wa("0xae"))&&!o[Wa("0x30")](t[Wa("0x124")]),r=t[Wa("0x8f")][Wa("0x62")](s),i=t.end[Wa("0x62")](s,{direction:Wa("0x9b")});return!(t[Wa("0x8f")][Wa("0xdf")](r)&&t[Wa("0x89")][Wa("0xdf")](i)||(r.isBefore(i)?n[Wa("0xe0")](e,{range:n[Wa("0x11c")](r,i)}):n[Wa("0xc8")](e),0))}function $a(t){return(0,r.hashObject)(t)}function Ja(t){const e=t[Wa("0x8f")].nodeAfter;return e&&e.is("element")}function Qa(t,e){const n=e.schema.isObject(t)||e[Wa("0x3e")][Wa("0xe6")](t);return e[Wa("0x11c")](e[Wa("0x93")](t,Wa("0x9f")),n?e[Wa("0x7a")](t):e.createPositionAt(t,Wa("0x89")))}function Za(t,e,n,o,s){if(n[Wa("0x89")][Wa("0xdf")](o[Wa("0x8f")]))return!0;if(t.type!=e.type)return!1;if(!n[Wa("0x89")][Wa("0xb8")](o[Wa("0x8f")]))return!1;const r=s[Wa("0x11c")](n[Wa("0x89")],o.start)[Wa("0xbd")]();for(const t of r)if([Wa("0x11e"),Wa("0xd6")][Wa("0x129")](t[Wa("0x44")])&&s[Wa("0x3e")].isLimit(t[Wa("0x124")]))return!1;return!0}const Ya=["_pendingAction","isEnabled","bind","get","_setPendingAction","execute","unbind","acceptSuggestion","destroy","view","PENDING_ACTION_SUGGESTION","model","PendingActions","canAccept","discardSuggestion","canDiscard","listenTo","_removePendingAction","remove","commands","add","change:isDirty","_discardCommand","plugins","commentThreadController","_editor","_acceptCommand"];var tc,ec;tc=Ya,ec=329,function(t){for(;--t;)tc.push(tc.shift())}(++ec);const nc=function(t,e){return Ya[t-=0]};class oc extends((0,e.ObservableMixin)()){constructor(t,e,n,o){super(),this[nc("0x6")]=e,this[nc("0x4")]=n,this[nc("0x13")]=o,this[nc("0x14")]=t,this[nc("0x15")]=t[nc("0xe")][nc("0x19")]("acceptSuggestion"),this[nc("0x11")]=t[nc("0xe")][nc("0x19")](nc("0x9")),this[nc("0x4")][nc("0x18")](nc("0x17")).to(this._acceptCommand,this._discardCommand,((t,e)=>t||e)),this.view.bind(nc("0x8")).to(this[nc("0x15")],"isEnabled"),this[nc("0x4")][nc("0x18")](nc("0xa")).to(this[nc("0x11")],nc("0x17")),this._pendingAction=null,n.isDirty&&this._setPendingAction(),this[nc("0xb")](n,nc("0x2"),(()=>this[nc("0x2")]())),this[nc("0xb")](n,nc("0x9"),(()=>this[nc("0x9")]())),this[nc("0xb")](n,nc("0x10"),(()=>{n.isDirty?this[nc("0x1a")]():this[nc("0xc")]()}))}acceptSuggestion(){this[nc("0x15")][nc("0x0")](this[nc("0x6")].id)}discardSuggestion(){this[nc("0x11")][nc("0x0")](this[nc("0x6")].id)}[nc("0x3")](){this.view[nc("0x1")](nc("0x17")),this[nc("0x4")][nc("0x1")](nc("0x8")),this[nc("0x4")].unbind(nc("0xa")),this.stopListening(),this[nc("0x13")][nc("0x3")](),this._pendingAction&&this._removePendingAction()}_setPendingAction(){const t=Yo(this[nc("0x14")].locale,nc("0x5"));this[nc("0x16")]=this[nc("0x14")][nc("0x12")][nc("0x19")](nc("0x7"))[nc("0xf")](t)}[nc("0xc")](){null!==this[nc("0x16")]&&this._editor[nc("0x12")][nc("0x19")](nc("0x7"))[nc("0xd")](this[nc("0x16")]),this[nc("0x16")]=null}}const sc=["set","_model","setData","isDirty","locale","_localUser","CommentView","element","authoredAt","canAccept","_config","fire","isEnabled","bind","delegate","disabledSubmit","commentThreadInputView","cancel","hasDirtyComment","focus","value","removeComment","destroy","commentsListView","_createCommentThreadInputView","disableComments","commentInputView","addComment","commentThread","submit","_createCommentViews","showInput","isActive","canDiscard","isReadOnly","length"];var rc,ic;rc=sc,ic=277,function(t){for(;--t;)rc.push(rc.shift())}(++ic);const xc=function(t,e){return sc[t-=0]};class ac extends s.View{constructor(t,e,n,o){super(t),this[xc("0x22")]=null,this.commentThreadInputView=null,this[xc("0xb")]("isActive",!1),this.set(xc("0x13"),e.authoredAt),this.bind(xc("0x13")).to(e),this[xc("0xb")]("descriptionParts",[]),this[xc("0xb")](xc("0xe"),!1),this[xc("0xb")](xc("0x17"),!1),this[xc("0xb")](xc("0x14"),!1),this.set(xc("0x8"),!1),this[xc("0xc")]=e,this[xc("0x10")]=n,this[xc("0x15")]=o,o[xc("0x0")]?this[xc("0xb")]("length",1):this._createCommentViews()}[xc("0x1e")](){this[xc("0x12")][xc("0x1e")]()}[xc("0x21")](){this.commentsListView&&this.commentsListView[xc("0x21")](),this[xc("0x1b")]&&this.commentThreadInputView[xc("0x21")](),super.destroy()}[xc("0x5")](){const{CommentsListView:t}=this[xc("0x15")];this[xc("0x22")]=new t(this[xc("0xf")],this[xc("0xc")].commentThread,Object.assign({CommentView:this[xc("0x15")][xc("0x11")]},this._config)),this[xc("0x22")][xc("0x19")](xc("0x20")).to(this),this[xc("0x22")][xc("0x19")]("updateComment").to(this),this.commentsListView[xc("0x18")]("isActive").to(this),this.set(xc("0xa"),this[xc("0x22")][xc("0xa")]+1),this.bind(xc("0xa")).to(this[xc("0x22")],xc("0xa"),(t=>t+1)),this[xc("0x1b")]=this[xc("0x23")](),this.on(xc("0x20"),(()=>this.focus())),this[xc("0x18")](xc("0xe")).to(this[xc("0x22")],xc("0x1d"),this.commentThreadInputView.commentInputView,xc("0x1f"),((t,e)=>t||!!e))}_createCommentThreadInputView(){const{CommentThreadInputView:t}=this[xc("0x15")],e=new t(this[xc("0xf")],this[xc("0x10")],this[xc("0x15")].editorConfig),n=e[xc("0x1")];return e[xc("0x18")](xc("0x6")).to(this,xc("0x7"),this[xc("0xc")][xc("0x3")],xc("0x9"),n,xc("0x1f"),((t,e,n)=>!!n||t&&!e)),n.on(xc("0x4"),((t,e)=>{this[xc("0x16")](xc("0x2"),e),n.editor[xc("0xd")]("")})),n.on(xc("0x1c"),(()=>this.focus())),n[xc("0x18")](xc("0x1a")).to(this[xc("0xc")][xc("0x3")],"isReadOnly"),e}}const cc=["</p>","name","EXTERNAL_IMPORT_WORD_SUGGESTION","ck-annotation__content-wrapper","check","ck-suggestion__user","formatDateTime","getTemplate","getExternalSuggestionNote","change:description","render",'" title="',"ck-comment__info-time",'<span class="ck-suggestion-color" style="background-color: ',"discardButton","ck-suggestion--accept","ck-annotation__info-time","<p>","title","set","isExternal","userView","EXTERNAL_AVATAR","ck-annotation__user","creator","attributes",'"></span>',"ck-suggestion-wrapper","ck-suggestion-wrapper--active","acceptButton","innerHTML","EXTERNAL_IMPORT_WORD_AVATAR","@external","ck-suggestion","span","ck-suggestion__info","cancel","ck-suggestion__info-name","discardSuggestion","canDiscard",'<span class="ck-suggestion-type">',"fire","_descriptionElement","ck-annotation","type","Accept suggestion","_config","innerText","execute","</span>","content","authoredAt","isEnabled","setTemplate","acceptSuggestion","author","extendTemplate","ck-suggestion--discard","ck-annotation__info-name","color","children","commentsListView","getUserViewNotificationText","descriptionParts","commentThreadInputView","element","ck-suggestion__main","_createButton","push","bindTemplate","querySelector",".ck-annotation__content-wrapper","map","_model","locale","bind","ck-suggestion-","source","disableComments","Discard suggestion","description","div","split","ck-suggestion--disabled-comments","ck-suggestion__actions"];var lc,uc;lc=cc,uc=112,function(t){for(;--t;)lc.push(lc.shift())}(++uc);const dc=function(t,e){return cc[t-=0]};class gc extends ac{constructor(e,n,o,s){super(e,n,o,s),this[dc("0x4d")](dc("0x11"),""),this[dc("0x30")](dc("0x11")).to(this,dc("0x24"),(t=>t&&t[0]?t[0][dc("0x11")]:"")),this[dc("0x30")](dc("0x35")).to(this,dc("0x24"),this,"isActive",((t,e)=>{let n="";for(const e of t)n+=dc("0x4b")+mc(e[dc("0x17")],e[dc("0x20")])+dc("0x3a");return e?n:(0,r.trimHtml)(n,{limit:140})})),this[dc("0xf")]=null,this.acceptButton=this[dc("0x28")](Yo(e,dc("0x12")),t.icons[dc("0x3e")],dc("0x49"),dc("0x1b"),"sw"),this[dc("0x2")].bind(dc("0x19")).to(this,"canAccept"),this[dc("0x48")]=this[dc("0x28")](Yo(e,dc("0x34")),t.icons[dc("0x9")],dc("0x1e"),dc("0xb"),"sw"),this.discardButton.bind(dc("0x19")).to(this,dc("0xc")),this[dc("0x4f")]=new r.UserView(e,this[dc("0x2e")].author,this[dc("0x23")]()),this[dc("0x4f")][dc("0x1d")]({attributes:{class:[dc("0x3f"),dc("0x51")]}}),this[dc("0x1a")](this[dc("0x41")]())}[dc("0x41")](){const t=this[dc("0x2a")],e=[{tag:dc("0x36"),attributes:{class:[dc("0x8"),"ck-annotation__info"]},children:[{tag:dc("0x7"),children:[{text:this[dc("0x4f")][dc("0x3b")]}],attributes:{class:[dc("0xa"),dc("0x1f")]}},{tag:"time",attributes:{datetime:t.to(dc("0x18")),class:[dc("0x46"),dc("0x4a")]},children:[{text:t.to(dc("0x18"),(t=>this._config[dc("0x40")](t)))}]}]},{tag:dc("0x36"),attributes:{class:[dc("0x39"),"ck-annotation__actions"]},children:[this.acceptButton,this[dc("0x48")]]},{tag:dc("0x36"),attributes:{class:[dc("0x3d")]}}];this[dc("0x2e")][dc("0x4e")]&&e[dc("0x29")]({tag:dc("0x36"),attributes:{class:["ck-comment__external"]},children:[{text:this[dc("0x42")]()}]});const n={tag:"div",attributes:{class:[dc("0x0"),t.if("isActive",dc("0x1")),t.to("type",(t=>dc("0x31")+t)),this[dc("0x13")][dc("0x33")]&&dc("0x38")],"data-suggestion-id":this[dc("0x2e")].id,"data-thread-id":this._model.commentThread.id,"data-author-id":this[dc("0x2e")][dc("0x1c")].id,tabindex:-1},children:[{tag:"div",attributes:{class:[dc("0x6"),dc("0x10")]},children:[this[dc("0x4f")],{tag:dc("0x36"),attributes:{class:[dc("0x27"),"ck-annotation__main"]},children:e}]}]};return this.commentsListView&&this[dc("0x25")]&&n[dc("0x21")][dc("0x29")](this[dc("0x22")],this[dc("0x25")]),n}[dc("0x44")](){super[dc("0x44")](),this._descriptionElement=this[dc("0x26")][dc("0x2b")](dc("0x2c")),this[dc("0xf")].innerHTML=this[dc("0x35")],this.on(dc("0x43"),((t,e,n)=>{this[dc("0xf")][dc("0x3")]=n}))}[dc("0x28")](t,e,n,o,r){const i=new s.ButtonView(this[dc("0x2f")]);return i[dc("0x4d")]({label:t,icon:e,tooltip:!0,tooltipPosition:r}),i[dc("0x1d")]({attributes:{class:n}}),i.on(dc("0x15"),(()=>{this[dc("0xe")](o,this[dc("0x2e")].id)})),i}getExternalSuggestionNote(){return"importWord"===this._model[dc("0x53")][dc("0x5")][dc("0x32")]?Yo(this[dc("0x2f")],dc("0x3c")):Yo(this[dc("0x2f")],"EXTERNAL_SUGGESTION")}getUserViewNotificationText(){return this[dc("0x2e")][dc("0x4e")]?"importWord"===this[dc("0x2e")][dc("0x53")]["@external"][dc("0x32")]?Yo(this[dc("0x2f")],dc("0x4"),this[dc("0x2e")][dc("0x52")][dc("0x3b")]):Yo(this[dc("0x2f")],dc("0x50"),this[dc("0x2e")].creator[dc("0x3b")]):null}}function mc(t,e){let n="";return n+=t[dc("0x37")]("*")[dc("0x2d")](((t,e)=>e%2!=0?dc("0xd")+fc(t)+dc("0x16"):fc(t))).join(""),e&&(n+=dc("0x47")+e.value+dc("0x45")+e[dc("0x4c")]+dc("0x54")),n}function fc(t){const e=document.createElement("span");return e[dc("0x14")]=t,e[dc("0x3")]}const hc=["suggestion-","suggestionLoaded","stopListening","add","Accept all suggestions","has","switchbutton","set","suggestionUnloaded","editor","Discard all selected suggestions","getAllAdjacentSuggestions","separator","getJoined","_updateController","delete","componentFactory","_initializeController","mainView","isMultiRange","registerAnnotation","value","keys","getSuggestion","activeMarkers","focus","config","_viewToController","CommentsUI","_createUIButton","values","EditorAnnotations","Annotations","comments.maxThreadTotalWeight","editing","trackChanges","CommentsRepository","acceptButton","actionView","isOn","_handleControllerBuffer","unbind","trackChanges.disableComments","getFirstRange","discardSelectedSuggestions","clear","source","view","commentThread","createAnnotationView","change:activeAnnotations","isEnabled","getMarkers","map","_refreshActiveMarkers","remove","reduce","button","some","init","model","requires","Track changes","length","TrackChangesEditing","_annotationViews","change:previous","comments.maxCommentCharsWhenCollapsed","_disableComments","isInContent","Accept all selected suggestions","getByInnerView","comments.maxCommentsWhenCollapsed","_destroyController","arrowView","discardAllSuggestions","push","commandName","discardButton","commands","isDirty","SuggestionThreadView","suggestionChanged","getMarkerNames","addComment","from","_handleSuggestionControllerDelayed","destroy","listenTo","buttonView","acceptAllSuggestions","locale","_suggestionToController","activeAnnotations","plugins","size","comments.editorConfig","_descriptionFactory","descriptionParts","type","get","head","execute","define","createAnnotation","filter","hasSuggestion","getRanges","getDescriptions","bind"];var pc,bc;pc=hc,bc=415,function(t){for(;--t;)pc.push(pc.shift())}(++bc);const Ec=function(t,e){return hc[t-=0]};class _c extends t.Plugin{static get[Ec("0x56")](){return[za,r.Users,Ec("0x3d"),Ec("0x39"),Ec("0x38")]}static get pluginName(){return"TrackChangesUI"}constructor(t){super(t),this[Ec("0x7")]=new Map,this[Ec("0x34")]=new Map,this[Ec("0x5a")]=new Map,this[Ec("0x41")]=new Map;const e=this.editor[Ec("0x33")];e.define("trackChanges.SuggestionThreadView",gc),e[Ec("0x12")]("trackChanges.disableComments",!1),this[Ec("0x5d")]=e[Ec("0xf")](Ec("0x43"))}_handleSuggestionControllerDelayed(t,e){0===this[Ec("0x41")][Ec("0xa")]&&setTimeout((()=>{for(const[t,e]of this._handleControllerBuffer){const n=this[Ec("0x7")][Ec("0x1e")](t);n||e?n&&e&&this[Ec("0x62")](t):this[Ec("0x2a")](t)}this[Ec("0x22")][Ec("0x9")][Ec("0xf")](Ec("0x38")).refreshSelectedViews(),this[Ec("0x4f")](),this[Ec("0x41")][Ec("0x46")]()}),10),this[Ec("0x41")][Ec("0x20")](t,e)}[Ec("0x54")](){const t=this[Ec("0x22")],e=t[Ec("0x9")][Ec("0xf")]("TrackChangesEditing"),n=t[Ec("0x9")][Ec("0xf")](Ec("0x39")),o=t[Ec("0x9")][Ec("0xf")](Ec("0x38")),s=t[Ec("0x9")].get("CommentsRepository");t.ui[Ec("0x29")][Ec("0x1c")]("trackChanges",(t=>this[Ec("0x36")](t))),o.addSourceCollector((()=>{const t=[];for(const[e,n]of Array[Ec("0x0")](this[Ec("0x7")])){const o=e[Ec("0x24")](),s=[];for(const t of o){if(!t.isInContent)continue;if(t[Ec("0x2c")]){s[Ec("0x65")](...t[Ec("0x16")]());continue}const e=t[Ec("0x44")]();if(s[Ec("0x58")]>0){const t=s[0][Ec("0x26")](e);if(t){s[0]=t;continue}}s[Ec("0x65")](e)}t[Ec("0x65")]([n[Ec("0x48")],s])}return t})),this.listenTo(e,Ec("0x1a"),((t,e)=>{this[Ec("0x3")](e,Ec("0x5b"),((t,n,o,s)=>{e[Ec("0x5e")]&&(null==o?(this[Ec("0x27")](s[Ec("0x10")]),this[Ec("0x1")](e,!1)):(this._updateController(o.head),this[Ec("0x1")](e,!0)))})),null===e.previous?this._handleSuggestionControllerDelayed(e,!1):this[Ec("0x27")](e.head)})),this[Ec("0x3")](e,Ec("0x21"),((t,e,n)=>{this[Ec("0x1b")](e,"change:previous"),this[Ec("0x41")][Ec("0x28")](e);const o=n?n[Ec("0x10")]:e,s=this[Ec("0x7")][Ec("0xf")](o);null!==n&&this[Ec("0x27")](o),null===n&&s&&this[Ec("0x62")](e)})),this[Ec("0x3")](e,Ec("0x6b"),((t,e)=>{this[Ec("0x27")](e)})),this.listenTo(n,Ec("0x4b"),(()=>{this[Ec("0x4f")]()})),this.listenTo(s,Ec("0x6d"),((t,{threadId:n,isFromAdapter:o})=>{if(o||!e[Ec("0x15")](n))return;const s=e[Ec("0x30")](n);this[Ec("0x7")][Ec("0xf")](s)[Ec("0x48")][Ec("0x32")]()}),{priority:"lowest"})}_refreshActiveMarkers(){const t=this[Ec("0x22")].plugins[Ec("0xf")](Ec("0x39")),e=this.editor[Ec("0x9")].get(Ec("0x59")),n=Array[Ec("0x0")](t[Ec("0x8")],(t=>t.innerView))[Ec("0x14")]((t=>this._viewToController[Ec("0x1e")](t))),o=[];for(const t of n){const e=this[Ec("0x34")].get(t)[Ec("0x55")][Ec("0x24")]();o[Ec("0x65")](...e[Ec("0x51")](((t,e)=>[...t,...e[Ec("0x6c")]()]),[]))}e[Ec("0x31")]=o}[Ec("0x36")](t){const n=(0,s.createDropdown)(t,s.SplitButtonView),o=this[Ec("0x22")][Ec("0x68")].get(Ec("0x3c")),r=Yo(t,Ec("0x57"));n[Ec("0x4")][Ec("0x20")]({tooltip:r,label:r,icon:'\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M1 3.28C1 2.574 1.574 2 2.272 2h10.23c.703 0 1.272.573 1.272 1.28v12.768c0 .708-.574 1.281-1.271 1.281H2.272A1.276 1.276 0 0 1 1 16.049V3.28zm11.503 12.954c-.008 0-.006-12.77-.006-12.77 0-.003-10.225-.004-10.225-.004.007 0 .005 12.77.005 12.77 0 .003 10.226.004 10.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351 0 .636.284.636.64a.641.641 0 0 1-.636.638H4.829a.636.636 0 0 1-.635-.639zm0 2.554c0-.352.292-.638.636-.638h5.116c.351 0 .636.283.636.638a.641.641 0 0 1-.636.639H4.829a.636.636 0 0 1-.635-.639zm0 2.555c0-.353.289-.639.633-.639h2.567c.35 0 .633.284.633.64a.639.639 0 0 1-.633.638H4.826a.634.634 0 0 1-.632-.639z"/><path d="M10.515 17.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319 0-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6 1.059-.56 2.11.119 1.051.68 1.443 1.271 1.177 1.771L14.53 17.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954 2.954 0 0 0-.487.21 2.044 2.044 0 0 0-.347.31c-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z"/></g></svg>\n'}),n[Ec("0x4")][Ec("0x18")]("isOn").to(o,Ec("0x2e")),n.buttonView.on(Ec("0x11"),(()=>{o[Ec("0x11")](),this.editor[Ec("0x3b")][Ec("0x48")][Ec("0x32")]()}));const i=new e.Collection,x=[{type:Ec("0x1f"),model:{withText:!0,label:r,commandName:Ec("0x3c")}},{type:Ec("0x25")},{type:Ec("0x52"),model:{withText:!0,label:Yo(t,Ec("0x1d")),commandName:Ec("0x5")}},{type:Ec("0x52"),model:{withText:!0,label:Yo(t,Ec("0x5f")),commandName:"acceptSelectedSuggestions"}},{type:Ec("0x52"),model:{withText:!0,label:Yo(t,"Discard all suggestions"),commandName:Ec("0x64")}},{type:Ec("0x52"),model:{withText:!0,label:Yo(t,Ec("0x23")),commandName:Ec("0x45")}}];for(const t of x){let e={type:Ec("0x25")};if(t[Ec("0x55")]){const n=new s.Model(t[Ec("0x55")]),o=this[Ec("0x22")][Ec("0x68")][Ec("0xf")](n.commandName);n[Ec("0x18")](Ec("0x40"),"isEnabled").to(o,"value","isEnabled"),e={type:t[Ec("0xe")],model:n}}i.add(e)}(0,s.addListToDropdown)(n,i);const a=x.filter((t=>null!=t[Ec("0x55")]))[Ec("0x4e")]((t=>this[Ec("0x22")][Ec("0x68")][Ec("0xf")](t[Ec("0x55")][Ec("0x66")]))),c=n[Ec("0x4")];return c[Ec("0x3f")][Ec("0x42")](Ec("0x4c")),c[Ec("0x63")].unbind(Ec("0x4c")),c[Ec("0x3f")].bind(Ec("0x4c")).to(o,Ec("0x4c")),c[Ec("0x63")][Ec("0x18")](Ec("0x4c")).toMany(a,"isEnabled",((...t)=>t[Ec("0x53")]((t=>t)))),n.on(Ec("0x11"),(t=>{this.editor.execute(t[Ec("0x47")].commandName),this[Ec("0x22")].editing.view[Ec("0x32")]()})),n}[Ec("0x2a")](t){const e=this.editor,n=e[Ec("0x33")],o=e.plugins.get(Ec("0x39")),s=e[Ec("0x9")][Ec("0xf")](Ec("0x3d")),i=e.plugins.get(Ec("0x38")),x=e.plugins[Ec("0xf")](r.Users).me,a=n.get(Ec("0x3c"))[Ec("0x6a")],{CommentsListView:c,CommentThreadInputView:l}=e[Ec("0x9")].get(Ec("0x35"));let u,d;this[Ec("0x5a")].has(t.id)?(d=this._annotationViews[Ec("0xf")](t.id),u=d[Ec("0x2b")]):(u=new a(e[Ec("0x6")],t,x,{disableComments:this[Ec("0x5d")],editorConfig:n[Ec("0xf")](Ec("0xb")),maxCommentsWhenCollapsed:n[Ec("0xf")](Ec("0x61")),maxThreadTotalWeight:n[Ec("0xf")](Ec("0x3a")),maxCommentCharsWhenCollapsed:n[Ec("0xf")](Ec("0x5c")),formatDateTime:(0,r.getDateTimeFormatter)(n.get(Ec("0x6"))),CommentView:n[Ec("0xf")]("comments").CommentView,CommentsListView:c,CommentThreadInputView:l}),u[Ec("0x3e")].on("execute",(()=>{e[Ec("0x3b")][Ec("0x48")][Ec("0x32")]()})),u[Ec("0x67")].on(Ec("0x11"),(()=>{e[Ec("0x3b")][Ec("0x48")][Ec("0x32")]()})),d=o[Ec("0x4a")](this[Ec("0x22")][Ec("0x6")],u),d[Ec("0x18")](Ec("0x69")).to(u,Ec("0x69")),d.bind(Ec("0x58")).to(u),d.bind("type").to(u,Ec("0xe"),(t=>"suggestion-"+t)),this[Ec("0x5a")][Ec("0x20")](t.id,d));const g=s.createCommentThreadController(t[Ec("0x49")],u),m=new oc(e,t,u,g),f=t[Ec("0x24")]()[Ec("0x14")]((t=>t.isInContent));u[Ec("0xd")]=e.plugins.get(Ec("0x59"))[Ec("0xc")][Ec("0x17")](f),this._suggestionToController[Ec("0x20")](t,m),this[Ec("0x34")][Ec("0x20")](u,m);const h=o[Ec("0x13")]({view:d,target:()=>{const n=[],o=t[Ec("0x24")]().filter((t=>t.isInContent));for(const t of o)n[Ec("0x65")](...t[Ec("0x4d")]());return(0,r.getAllMarkersDomElementsSorted)(e[Ec("0x3b")],n)},type:()=>Ec("0x19")+m[Ec("0x48")][Ec("0xe")]});o[Ec("0x1c")](h),i[Ec("0x2d")](h)}[Ec("0x62")](t){const e=this[Ec("0x22")].plugins[Ec("0xf")](Ec("0x39")),n=this[Ec("0x7")][Ec("0xf")](t),o=n[Ec("0x48")],s=e[Ec("0x60")](o);s&&e[Ec("0x50")](s),this[Ec("0x7")][Ec("0x28")](t),this[Ec("0x34")].delete(o),n[Ec("0x2")]()}[Ec("0x27")](t){if(!t[Ec("0x5e")]||!this[Ec("0x7")][Ec("0x1e")](t))return;const e=this[Ec("0x22")].plugins[Ec("0xf")](Ec("0x59")),n=this[Ec("0x7")].get(t),o=t[Ec("0x24")]();n[Ec("0x48")][Ec("0xd")]=e[Ec("0xc")][Ec("0x17")](o)}[Ec("0x2")](){for(const t of this[Ec("0x7")][Ec("0x2f")]())this[Ec("0x62")](t);for(const t of this[Ec("0x5a")][Ec("0x37")]())t[Ec("0x2b")][Ec("0x2")]();super[Ec("0x2")]()}}var Tc,Cc,yc=["addSuggestionData","plugins","getSuggestion","TrackChanges","addSuggestion","get","editor","pluginName","Comments","getSuggestions","adapter"];Tc=yc,Cc=349,function(t){for(;--t;)Tc.push(Tc.shift())}(++Cc);var kc=function(t,e){return yc[t-=0]};class Ac extends t.Plugin{static get requires(){return[za,_c,kc("0x0")]}static get[kc("0xa")](){return kc("0x6")}set adapter(t){this[kc("0x9")].plugins[kc("0x8")](za)[kc("0x2")]=t}get[kc("0x2")](){return this[kc("0x9")].plugins.get(za)[kc("0x2")]}[kc("0x7")](t){return this[kc("0x9")][kc("0x4")][kc("0x8")](za)[kc("0x3")](t)}[kc("0x1")]({skipNotAttached:t=!1,toJSON:e=!1}={}){return this[kc("0x9")][kc("0x4")].get(za).getSuggestions({skipNotAttached:t,toJSON:e})}[kc("0x5")](t){return this[kc("0x9")][kc("0x4")].get(za).getSuggestion(t)}}const vc=["appendChild","filter","function","discardAllSuggestions","init","RevisionTracker","_adapter","context","editor","DocumentOutline","plugins","has","get","destroy","data","end","Users","set","trackChangesData.editorCreator","getRootNames","trackChangesData","push","getSuggestions","addSuggestionData","execute","Pagination","users","adapter","names","TrackChangesEditing","constructor","from","every","requires","define","div","editorCreator","concat","CommentsRepository","result","createElement","WordCount","useAnonymousUser","addUser","string","WebSocketGateway","TrackChangesDataGetter","reduce","pluginName","track-changes-data-invalid-editor-creator","createDocumentFragment","extraPlugins","map","toolbar","config","acceptAllSuggestions","getDataWithAcceptedSuggestions"];var Rc,Sc;Rc=vc,Sc=112,function(t){for(;--t;)Rc.push(Rc.shift())}(++Sc);const Ic=function(t,e){return vc[t-=0]},Lc=["initialData",Ic("0x9"),Ic("0x37")],Nc=[Ic("0x2f"),Ic("0x7"),"Autosave",Ic("0x2b"),Ic("0x1b"),Ic("0xb")];class wc extends t.Plugin{static get[Ic("0x23")](){return[za]}static get[Ic("0x32")](){return"TrackChangesData"}[Ic("0x6")](){const t=this[Ic("0xa")];if(t[Ic("0x38")][Ic("0x24")](Ic("0x14"),(e=>t[Ic("0x20")].create("",e))),Ic("0x4")!=typeof t[Ic("0x38")].get("trackChangesData")[Ic("0x26")])throw new e.CKEditorError(Ic("0x33"))}[Ic("0x1")](t){return Oc(this[Ic("0xa")],!0,t)}getDataWithDiscardedSuggestions(t){return Oc(this[Ic("0xa")],!1,t)}}class Mc extends t.Plugin{static get[Ic("0x32")](){return Ic("0x30")}constructor(t){super(t),this[Ic("0x29")]=Ic("0x11")}[Ic("0x6")](){this[Ic("0xa")][Ic("0xc")][Ic("0xe")](Ic("0x28"))[Ic("0x1d")]={addCommentThread:()=>new Promise((()=>{})),getCommentThread:()=>new Promise((()=>{})),updateCommentThread:()=>new Promise((()=>{})),resolveCommentThread:()=>new Promise((()=>{})),reopenCommentThread:()=>new Promise((()=>{})),removeCommentThread:()=>new Promise((()=>{})),addComment:()=>new Promise((()=>{})),updateComment:()=>new Promise((()=>{})),removeComment:()=>new Promise((()=>{}))},this.editor.plugins.get("TrackChangesEditing")[Ic("0x8")]=null}}async function Oc(t,e,n){const o=function(t){const e={};for(const n of t[Ic("0x38")][Ic("0x1e")]())Lc.includes(n)||(e[n]=t[Ic("0x38")][Ic("0xe")](n));const n=t[Ic("0x20")].builtinPlugins||[],o=e.extraPlugins||[];delete e[Ic("0x35")];const s=n[Ic("0x27")](e[Ic("0xc")])[Ic("0x27")](o)[Ic("0x36")]((t=>Ic("0x2e")==typeof t?n.find((e=>e[Ic("0x32")]==t)):t)),r=Array[Ic("0x21")](new Set(s)),i=new Map;return e[Ic("0xc")]=r[Ic("0x3")]((t=>Fc(t,i))),e[Ic("0xc")][Ic("0x17")](Mc),e[Ic("0xc")][Ic("0x17")](za),e}(t),s=document[Ic("0x34")](),r=t[Ic("0x38")][Ic("0xe")](Ic("0x16"))[Ic("0x26")],i=await r(o,(()=>function(t){const e=document[Ic("0x2a")](Ic("0x25"));return t[Ic("0x2")](e),e}(s)));!function(t,e){const n=t.model.document[Ic("0x15")]()[Ic("0x31")](((e,n)=>(e[n]=t[Ic("0x10")][Ic("0xe")]({rootName:n}),e)),{}),o=t[Ic("0xc")][Ic("0xe")]("Users")[Ic("0x1c")][Ic("0x36")]((t=>({id:t.id,name:t.name}))),s=t[Ic("0xc")][Ic("0xe")](Ic("0x1f"))[Ic("0x18")]({skipNotAttached:!0,toJSON:!0}),r=e[Ic("0xc")].get(Ic("0x12")),i=e[Ic("0xc")][Ic("0xe")]("TrackChangesEditing");for(const t of o)r.getUser(t.id)||r[Ic("0x2d")](t);r.me||r[Ic("0x2c")]();for(const t of s)i[Ic("0x19")](t);e.data[Ic("0x13")](n)}(t,i),i[Ic("0x1a")](Ic(e?"0x0":"0x5"));const x=i[Ic("0x10")][Ic("0xe")](n);return await i[Ic("0xf")](),x}function Fc(t,e){const n=Ic("0x4")==typeof t?t[Ic("0x32")]||t.name:t;if(e[Ic("0xd")](n))return e[Ic("0xe")](n);if(e[Ic("0x13")](n,!0),n&&Nc.includes(n))return e[Ic("0x13")](n,!1),!1;if(!t[Ic("0x23")])return e[Ic("0x13")](n,!0),!0;const o=t[Ic("0x23")][Ic("0x22")]((t=>Fc(t,e)));return e[Ic("0x13")](n,o),o}})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=o})();
5
+ */(()=>{var e={417:(e,t,n)=>{e.exports=n(720)("./src/collaboration-core.js")},704:(e,t,n)=>{e.exports=n(79)("./src/core.js")},492:(e,t,n)=>{e.exports=n(79)("./src/engine.js")},331:(e,t,n)=>{e.exports=n(79)("./src/enter.js")},181:(e,t,n)=>{e.exports=n(79)("./src/typing.js")},273:(e,t,n)=>{e.exports=n(79)("./src/ui.js")},209:(e,t,n)=>{e.exports=n(79)("./src/utils.js")},995:(e,t,n)=>{e.exports=n(79)("./src/widget.js")},720:e=>{"use strict";e.exports=CKEditor5.collaborationDll},79:e=>{"use strict";e.exports=CKEditor5.dll}},t={};function n(o){var s=t[o];if(void 0!==s)return s.exports;var r=t[o]={exports:{}};return e[o](r,r.exports,n),r.exports}n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};(()=>{"use strict";n.r(o),n.d(o,{BaseSuggestionThreadView:()=>ac,TrackChanges:()=>Ac,TrackChangesData:()=>wc,TrackChangesEditing:()=>Wa});var e=n(704),t=n(209),s=n(273),r=n(417),i=n(492),x=n(995);const a=["TrackChangesCommand","value","forceDisabled","has","refresh","affectsData","_disableUnsupportedCommands","isEnabled","_enableCommands","clearForceDisabled","editor","_enabledCommands","_isEnabledBasedOnSelection"];var c,l;c=a,l=240,function(e){for(;--e;)c.push(c.shift())}(++l);const u=function(e,t){return a[e-=0]};class d extends e.Command{constructor(e,t){super(e),this[u("0x5")]=t,this.value=!1,this[u("0xb")](),this[u("0x6")]=!1}[u("0xb")](){this[u("0x1")]=!0}execute(){this[u("0x8")]=!this.value,this.value?this[u("0x0")]():this[u("0x2")]()}[u("0x0")](){for(const e of this[u("0x4")].commands.commands())e[u("0xc")]&&!this[u("0x5")].has(e)&&e[u("0x9")](u("0x7"))}[u("0x2")](){for(const e of this.editor.commands.commands())e[u("0xc")]&&!this[u("0x5")][u("0xa")](e)&&e[u("0x3")](u("0x7"))}}const g=["execute","plugins","_isEnabledBasedOnSelection","model","getRanges","_suggestions","editor","TrackChangesEditing","canEditAt","isEnabled","get","refresh"];var m,f;m=g,f=432,function(e){for(;--e;)m.push(m.shift())}(++f);const h=function(e,t){return g[e-=0]};class p extends e.Command{constructor(e,t){super(e),this._suggestions=t,this[h("0xb")](),this[h("0x2")]=!1}refresh(){this[h("0x9")]=!0}[h("0x0")](e){const n=this[h("0x5")][h("0xa")](e);if(!n)throw new t.CKEditorError("track-changes-accept-suggestion-not-found",this);const o=n[h("0x4")]();this[h("0x6")][h("0x3")][h("0x8")](o)&&this[h("0x6")][h("0x1")].get(h("0x7")).acceptSuggestion(n)}}const b=["canEditAt","get","refresh","plugins","editor","isEnabled","_suggestions","execute","_isEnabledBasedOnSelection","getRanges"];var E,_;E=b,_=134,function(e){for(;--e;)E.push(E.shift())}(++_);const T=function(e,t){return b[e-=0]};class C extends e.Command{constructor(e,t){super(e),this[T("0x2")]=t,this[T("0x8")](),this[T("0x4")]=!1}[T("0x8")](){this[T("0x1")]=!0}[T("0x3")](e){const n=this[T("0x2")].get(e);if(!n)throw new t.CKEditorError("track-changes-discard-suggestion-not-found",this);const o=n[T("0x5")]();this.editor.model[T("0x6")](o)&&this[T("0x0")][T("0x9")][T("0x7")]("TrackChangesEditing").discardSuggestion(n)}}const y=["deletion","from","push"," [color ","map","isIntersecting","add","createRange","replace","join","isObject","content","type","createPositionAfter","createPositionBefore","schema","isInContent","isArray","start","sort","length","getRanges","getRange","execute","color","value","end","isTouching"];var k,A;k=y,A=144,function(e){for(;--e;)k.push(k.shift())}(++A);const v=function(e,t){return y[e-=0]};function R(e){return e[v("0xf")](((e,t)=>"deletion"==e[v("0x8")]&&v("0x18")!=t[v("0x8")]?-1:"deletion"!=e[v("0x8")]&&v("0x18")==t[v("0x8")]?1:0))}function S(e,t){let n,o=0;const s=[],r=t[v("0xb")];for(;o<e[v("0x10")];){const i=e[o],x=e[o+1];n||(n=t[v("0xa")](i)),I(t,i,x)||(s[v("0x1a")](t[v("0x3")](n,r[v("0x6")](i)?t[v("0x9")](i):t.createPositionAt(i,"end"))),n=null),o++}return s}function I(e,t,n){if(!n)return!1;const o=e[v("0x9")](t),s=e[v("0xa")](n);return o[v("0x17")](s)}function L(e,t,n){for(;n[v("0x10")];){const o=n.splice(0,100);e.change((()=>{for(const e of o)e[v("0xc")]&&t[v("0x13")](e.id)}))}}const N=["refresh","execute","editor","some","values","_isEnabledBasedOnSelection","isInContent","isEnabled","from","_command","canEditAt","model","_suggestions","getRanges"];var w,M;w=N,M=379,function(e){for(;--e;)w.push(w.shift())}(++M);const O=function(e,t){return N[e-=0]};class F extends e.Command{constructor(e,t,n){super(e),this[O("0x8")]=t,this[O("0xb")]=n,this[O("0xd")](),this[O("0x4")]=!1}[O("0xd")](){const e=Array[O("0x7")](this[O("0xb")][O("0x3")]())[O("0x2")]((e=>e[O("0x5")]));this[O("0x6")]=this[O("0x8")].isEnabled&&e}[O("0x0")](){const e=R(Array[O("0x7")](this[O("0xb")][O("0x3")]()));for(const t of e){const e=t[O("0xc")]();if(!this.editor[O("0xa")][O("0x9")](e))return}L(this[O("0x1")][O("0xa")],this[O("0x8")],e)}}const P=["model","isEnabled","document","editor","from","_isEnabledBasedOnSelection","getRanges","_selectedSuggestions","refresh","size","_command","values","_suggestions"];var D,B;D=P,B=201,function(e){for(;--e;)D.push(D.shift())}(++B);const j=function(e,t){return P[e-=0]};class U extends e.Command{constructor(e,t,n){super(e),this._command=t,this._suggestions=n,this[j("0x1")]=new Set,this[j("0x2")](),this[j("0xc")]=!1}[j("0x2")](){const e=this[j("0xa")][j("0x7")][j("0x9")].selection,t=Array[j("0xb")](this[j("0x6")][j("0x5")]());this[j("0x1")]=function(e,t){const n=Array[v("0x19")](e[v("0x11")]()),o=new Set;for(const s of t)if(s.isInContent)for(const t of n)for(const n of s.getMarkers()){const r=n[v("0x12")]();(t[v("0x1")](r)||e.isCollapsed&&!s.isMultiRange&&s.next&&r[v("0x16")][v("0x17")](t[v("0xe")]))&&o[v("0x2")](s)}return o}(e,t),this[j("0x8")]=this._command[j("0x8")]&&!!this._selectedSuggestions[j("0x3")]}execute(){const e=R(Array[j("0xb")](this[j("0x1")]));for(const t of e){const e=t[j("0x0")]();if(!this[j("0xa")][j("0x7")].canEditAt(e))return}L(this[j("0xa")].model,this[j("0x4")],e)}}const G=function(){this.__data__=[],this.size=0};const H=function(e,t){return e===t||e!=e&&t!=t};const z=function(e,t){for(var n=e.length;n--;)if(H(e[n][0],t))return n;return-1};var W=Array.prototype.splice;const V=function(e){var t=this.__data__,n=z(t,e);return!(n<0)&&(n==t.length-1?t.pop():W.call(t,n,1),--this.size,!0)};const K=function(e){var t=this.__data__,n=z(t,e);return n<0?void 0:t[n][1]};const q=function(e){return z(this.__data__,e)>-1};const X=function(e,t){var n=this.__data__,o=z(n,e);return o<0?(++this.size,n.push([e,t])):n[o][1]=t,this};function $(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}$.prototype.clear=G,$.prototype.delete=V,$.prototype.get=K,$.prototype.has=q,$.prototype.set=X;const Q=$;const J=function(){this.__data__=new Q,this.size=0};const Z=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n};const Y=function(e){return this.__data__.get(e)};const ee=function(e){return this.__data__.has(e)};const te="object"==typeof global&&global&&global.Object===Object&&global;var ne="object"==typeof self&&self&&self.Object===Object&&self;const oe=te||ne||Function("return this")();const se=oe.Symbol;var re=Object.prototype,ie=re.hasOwnProperty,xe=re.toString,ae=se?se.toStringTag:void 0;const ce=function(e){var t=ie.call(e,ae),n=e[ae];try{e[ae]=void 0;var o=!0}catch(e){}var s=xe.call(e);return o&&(t?e[ae]=n:delete e[ae]),s};var le=Object.prototype.toString;const ue=function(e){return le.call(e)};var de=se?se.toStringTag:void 0;const ge=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":de&&de in Object(e)?ce(e):ue(e)};const me=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)};const fe=function(e){if(!me(e))return!1;var t=ge(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t};const he=oe["__core-js_shared__"];var pe,be=(pe=/[^.]+$/.exec(he&&he.keys&&he.keys.IE_PROTO||""))?"Symbol(src)_1."+pe:"";const Ee=function(e){return!!be&&be in e};var _e=Function.prototype.toString;const Te=function(e){if(null!=e){try{return _e.call(e)}catch(e){}try{return e+""}catch(e){}}return""};var Ce=/^\[object .+?Constructor\]$/,ye=Function.prototype,ke=Object.prototype,Ae=ye.toString,ve=ke.hasOwnProperty,Re=RegExp("^"+Ae.call(ve).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const Se=function(e){return!(!me(e)||Ee(e))&&(fe(e)?Re:Ce).test(Te(e))};const Ie=function(e,t){return null==e?void 0:e[t]};const Le=function(e,t){var n=Ie(e,t);return Se(n)?n:void 0};const Ne=Le(oe,"Map");const we=Le(Object,"create");const Me=function(){this.__data__=we?we(null):{},this.size=0};const Oe=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t};var Fe=Object.prototype.hasOwnProperty;const Pe=function(e){var t=this.__data__;if(we){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return Fe.call(t,e)?t[e]:void 0};var De=Object.prototype.hasOwnProperty;const Be=function(e){var t=this.__data__;return we?void 0!==t[e]:De.call(t,e)};const je=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=we&&void 0===t?"__lodash_hash_undefined__":t,this};function Ue(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}Ue.prototype.clear=Me,Ue.prototype.delete=Oe,Ue.prototype.get=Pe,Ue.prototype.has=Be,Ue.prototype.set=je;const Ge=Ue;const He=function(){this.size=0,this.__data__={hash:new Ge,map:new(Ne||Q),string:new Ge}};const ze=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e};const We=function(e,t){var n=e.__data__;return ze(t)?n["string"==typeof t?"string":"hash"]:n.map};const Ve=function(e){var t=We(this,e).delete(e);return this.size-=t?1:0,t};const Ke=function(e){return We(this,e).get(e)};const qe=function(e){return We(this,e).has(e)};const Xe=function(e,t){var n=We(this,e),o=n.size;return n.set(e,t),this.size+=n.size==o?0:1,this};function $e(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}$e.prototype.clear=He,$e.prototype.delete=Ve,$e.prototype.get=Ke,$e.prototype.has=qe,$e.prototype.set=Xe;const Qe=$e;const Je=function(e,t){var n=this.__data__;if(n instanceof Q){var o=n.__data__;if(!Ne||o.length<199)return o.push([e,t]),this.size=++n.size,this;n=this.__data__=new Qe(o)}return n.set(e,t),this.size=n.size,this};function Ze(e){var t=this.__data__=new Q(e);this.size=t.size}Ze.prototype.clear=J,Ze.prototype.delete=Z,Ze.prototype.get=Y,Ze.prototype.has=ee,Ze.prototype.set=Je;const Ye=Ze;const et=function(e,t){for(var n=-1,o=null==e?0:e.length;++n<o&&!1!==t(e[n],n,e););return e};const tt=function(){try{var e=Le(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();const nt=function(e,t,n){"__proto__"==t&&tt?tt(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n};var ot=Object.prototype.hasOwnProperty;const st=function(e,t,n){var o=e[t];ot.call(e,t)&&H(o,n)&&(void 0!==n||t in e)||nt(e,t,n)};const rt=function(e,t,n,o){var s=!n;n||(n={});for(var r=-1,i=t.length;++r<i;){var x=t[r],a=o?o(n[x],e[x],x,n,e):void 0;void 0===a&&(a=e[x]),s?nt(n,x,a):st(n,x,a)}return n};const it=function(e,t){for(var n=-1,o=Array(e);++n<e;)o[n]=t(n);return o};const xt=function(e){return null!=e&&"object"==typeof e};const at=function(e){return xt(e)&&"[object Arguments]"==ge(e)};var ct=Object.prototype,lt=ct.hasOwnProperty,ut=ct.propertyIsEnumerable;const dt=at(function(){return arguments}())?at:function(e){return xt(e)&&lt.call(e,"callee")&&!ut.call(e,"callee")};const gt=Array.isArray;const mt=function(){return!1};var ft="object"==typeof exports&&exports&&!exports.nodeType&&exports,ht=ft&&"object"==typeof module&&module&&!module.nodeType&&module,pt=ht&&ht.exports===ft?oe.Buffer:void 0;const bt=(pt?pt.isBuffer:void 0)||mt;var Et=/^(?:0|[1-9]\d*)$/;const _t=function(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&Et.test(e))&&e>-1&&e%1==0&&e<t};const Tt=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991};var Ct={};Ct["[object Float32Array]"]=Ct["[object Float64Array]"]=Ct["[object Int8Array]"]=Ct["[object Int16Array]"]=Ct["[object Int32Array]"]=Ct["[object Uint8Array]"]=Ct["[object Uint8ClampedArray]"]=Ct["[object Uint16Array]"]=Ct["[object Uint32Array]"]=!0,Ct["[object Arguments]"]=Ct["[object Array]"]=Ct["[object ArrayBuffer]"]=Ct["[object Boolean]"]=Ct["[object DataView]"]=Ct["[object Date]"]=Ct["[object Error]"]=Ct["[object Function]"]=Ct["[object Map]"]=Ct["[object Number]"]=Ct["[object Object]"]=Ct["[object RegExp]"]=Ct["[object Set]"]=Ct["[object String]"]=Ct["[object WeakMap]"]=!1;const yt=function(e){return xt(e)&&Tt(e.length)&&!!Ct[ge(e)]};const kt=function(e){return function(t){return e(t)}};var At="object"==typeof exports&&exports&&!exports.nodeType&&exports,vt=At&&"object"==typeof module&&module&&!module.nodeType&&module,Rt=vt&&vt.exports===At&&te.process;const St=function(){try{var e=vt&&vt.require&&vt.require("util").types;return e||Rt&&Rt.binding&&Rt.binding("util")}catch(e){}}();var It=St&&St.isTypedArray;const Lt=It?kt(It):yt;var Nt=Object.prototype.hasOwnProperty;const wt=function(e,t){var n=gt(e),o=!n&&dt(e),s=!n&&!o&&bt(e),r=!n&&!o&&!s&&Lt(e),i=n||o||s||r,x=i?it(e.length,String):[],a=x.length;for(var c in e)!t&&!Nt.call(e,c)||i&&("length"==c||s&&("offset"==c||"parent"==c)||r&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||_t(c,a))||x.push(c);return x};var Mt=Object.prototype;const Ot=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Mt)};const Ft=function(e,t){return function(n){return e(t(n))}};const Pt=Ft(Object.keys,Object);var Dt=Object.prototype.hasOwnProperty;const Bt=function(e){if(!Ot(e))return Pt(e);var t=[];for(var n in Object(e))Dt.call(e,n)&&"constructor"!=n&&t.push(n);return t};const jt=function(e){return null!=e&&Tt(e.length)&&!fe(e)};const Ut=function(e){return jt(e)?wt(e):Bt(e)};const Gt=function(e,t){return e&&rt(t,Ut(t),e)};const Ht=function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t};var zt=Object.prototype.hasOwnProperty;const Wt=function(e){if(!me(e))return Ht(e);var t=Ot(e),n=[];for(var o in e)("constructor"!=o||!t&&zt.call(e,o))&&n.push(o);return n};const Vt=function(e){return jt(e)?wt(e,!0):Wt(e)};const Kt=function(e,t){return e&&rt(t,Vt(t),e)};var qt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Xt=qt&&"object"==typeof module&&module&&!module.nodeType&&module,$t=Xt&&Xt.exports===qt?oe.Buffer:void 0,Qt=$t?$t.allocUnsafe:void 0;const Jt=function(e,t){if(t)return e.slice();var n=e.length,o=Qt?Qt(n):new e.constructor(n);return e.copy(o),o};const Zt=function(e,t){var n=-1,o=e.length;for(t||(t=Array(o));++n<o;)t[n]=e[n];return t};const Yt=function(e,t){for(var n=-1,o=null==e?0:e.length,s=0,r=[];++n<o;){var i=e[n];t(i,n,e)&&(r[s++]=i)}return r};const en=function(){return[]};var tn=Object.prototype.propertyIsEnumerable,nn=Object.getOwnPropertySymbols;const on=nn?function(e){return null==e?[]:(e=Object(e),Yt(nn(e),(function(t){return tn.call(e,t)})))}:en;const sn=function(e,t){return rt(e,on(e),t)};const rn=function(e,t){for(var n=-1,o=t.length,s=e.length;++n<o;)e[s+n]=t[n];return e};const xn=Ft(Object.getPrototypeOf,Object);const an=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)rn(t,on(e)),e=xn(e);return t}:en;const cn=function(e,t){return rt(e,an(e),t)};const ln=function(e,t,n){var o=t(e);return gt(e)?o:rn(o,n(e))};const un=function(e){return ln(e,Ut,on)};const dn=function(e){return ln(e,Vt,an)};const gn=Le(oe,"DataView");const mn=Le(oe,"Promise");const fn=Le(oe,"Set");const hn=Le(oe,"WeakMap");var pn="[object Map]",bn="[object Promise]",En="[object Set]",_n="[object WeakMap]",Tn="[object DataView]",Cn=Te(gn),yn=Te(Ne),kn=Te(mn),An=Te(fn),vn=Te(hn),Rn=ge;(gn&&Rn(new gn(new ArrayBuffer(1)))!=Tn||Ne&&Rn(new Ne)!=pn||mn&&Rn(mn.resolve())!=bn||fn&&Rn(new fn)!=En||hn&&Rn(new hn)!=_n)&&(Rn=function(e){var t=ge(e),n="[object Object]"==t?e.constructor:void 0,o=n?Te(n):"";if(o)switch(o){case Cn:return Tn;case yn:return pn;case kn:return bn;case An:return En;case vn:return _n}return t});const Sn=Rn;var In=Object.prototype.hasOwnProperty;const Ln=function(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&In.call(e,"index")&&(n.index=e.index,n.input=e.input),n};const Nn=oe.Uint8Array;const wn=function(e){var t=new e.constructor(e.byteLength);return new Nn(t).set(new Nn(e)),t};const Mn=function(e,t){var n=t?wn(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)};var On=/\w*$/;const Fn=function(e){var t=new e.constructor(e.source,On.exec(e));return t.lastIndex=e.lastIndex,t};var Pn=se?se.prototype:void 0,Dn=Pn?Pn.valueOf:void 0;const Bn=function(e){return Dn?Object(Dn.call(e)):{}};const jn=function(e,t){var n=t?wn(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)};const Un=function(e,t,n){var o=e.constructor;switch(t){case"[object ArrayBuffer]":return wn(e);case"[object Boolean]":case"[object Date]":return new o(+e);case"[object DataView]":return Mn(e,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return jn(e,n);case"[object Map]":case"[object Set]":return new o;case"[object Number]":case"[object String]":return new o(e);case"[object RegExp]":return Fn(e);case"[object Symbol]":return Bn(e)}};var Gn=Object.create;const Hn=function(){function e(){}return function(t){if(!me(t))return{};if(Gn)return Gn(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();const zn=function(e){return"function"!=typeof e.constructor||Ot(e)?{}:Hn(xn(e))};const Wn=function(e){return xt(e)&&"[object Map]"==Sn(e)};var Vn=St&&St.isMap;const Kn=Vn?kt(Vn):Wn;const qn=function(e){return xt(e)&&"[object Set]"==Sn(e)};var Xn=St&&St.isSet;const $n=Xn?kt(Xn):qn;var Qn="[object Arguments]",Jn="[object Function]",Zn="[object Object]",Yn={};Yn[Qn]=Yn["[object Array]"]=Yn["[object ArrayBuffer]"]=Yn["[object DataView]"]=Yn["[object Boolean]"]=Yn["[object Date]"]=Yn["[object Float32Array]"]=Yn["[object Float64Array]"]=Yn["[object Int8Array]"]=Yn["[object Int16Array]"]=Yn["[object Int32Array]"]=Yn["[object Map]"]=Yn["[object Number]"]=Yn[Zn]=Yn["[object RegExp]"]=Yn["[object Set]"]=Yn["[object String]"]=Yn["[object Symbol]"]=Yn["[object Uint8Array]"]=Yn["[object Uint8ClampedArray]"]=Yn["[object Uint16Array]"]=Yn["[object Uint32Array]"]=!0,Yn["[object Error]"]=Yn[Jn]=Yn["[object WeakMap]"]=!1;const eo=function e(t,n,o,s,r,i){var x,a=1&n,c=2&n,l=4&n;if(o&&(x=r?o(t,s,r,i):o(t)),void 0!==x)return x;if(!me(t))return t;var u=gt(t);if(u){if(x=Ln(t),!a)return Zt(t,x)}else{var d=Sn(t),g=d==Jn||"[object GeneratorFunction]"==d;if(bt(t))return Jt(t,a);if(d==Zn||d==Qn||g&&!r){if(x=c||g?{}:zn(t),!a)return c?cn(t,Kt(x,t)):sn(t,Gt(x,t))}else{if(!Yn[d])return r?t:{};x=Un(t,d,a)}}i||(i=new Ye);var m=i.get(t);if(m)return m;i.set(t,x),$n(t)?t.forEach((function(s){x.add(e(s,n,o,s,t,i))})):Kn(t)&&t.forEach((function(s,r){x.set(r,e(s,n,o,r,t,i))}));var f=u?void 0:(l?c?dn:un:c?Vt:Ut)(t);return et(f||t,(function(s,r){f&&(s=t[r=s]),st(x,r,e(s,n,o,r,t,i))})),x};const to=function(e){return eo(e,5)};const no=function(e){return"symbol"==typeof e||xt(e)&&"[object Symbol]"==ge(e)};var oo=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,so=/^\w*$/;const ro=function(e,t){if(gt(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!no(e))||(so.test(e)||!oo.test(e)||null!=t&&e in Object(t))};function io(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var o=arguments,s=t?t.apply(this,o):o[0],r=n.cache;if(r.has(s))return r.get(s);var i=e.apply(this,o);return n.cache=r.set(s,i)||r,i};return n.cache=new(io.Cache||Qe),n}io.Cache=Qe;const xo=io;var ao=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,co=/\\(\\)?/g;const lo=function(e){var t=xo(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(ao,(function(e,n,o,s){t.push(o?s.replace(co,"$1"):n||e)})),t}));const uo=function(e,t){for(var n=-1,o=null==e?0:e.length,s=Array(o);++n<o;)s[n]=t(e[n],n,e);return s};var go=se?se.prototype:void 0,mo=go?go.toString:void 0;const fo=function e(t){if("string"==typeof t)return t;if(gt(t))return uo(t,e)+"";if(no(t))return mo?mo.call(t):"";var n=t+"";return"0"==n&&1/t==-Infinity?"-0":n};const ho=function(e){return null==e?"":fo(e)};const po=function(e,t){return gt(e)?e:ro(e,t)?[e]:lo(ho(e))};const bo=function(e){if("string"==typeof e||no(e))return e;var t=e+"";return"0"==t&&1/e==-Infinity?"-0":t};const Eo=function(e,t,n,o){if(!me(e))return e;for(var s=-1,r=(t=po(t,e)).length,i=r-1,x=e;null!=x&&++s<r;){var a=bo(t[s]),c=n;if("__proto__"===a||"constructor"===a||"prototype"===a)return e;if(s!=i){var l=x[a];void 0===(c=o?o(l,a,x):void 0)&&(c=me(l)?l:_t(t[s+1])?[]:{})}st(x,a,c),x=x[a]}return e};const _o=function(e,t,n){return null==e?e:Eo(e,t,n)};const To=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this};const Co=function(e){return this.__data__.has(e)};function yo(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new Qe;++t<n;)this.add(e[t])}yo.prototype.add=yo.prototype.push=To,yo.prototype.has=Co;const ko=yo;const Ao=function(e,t){for(var n=-1,o=null==e?0:e.length;++n<o;)if(t(e[n],n,e))return!0;return!1};const vo=function(e,t){return e.has(t)};const Ro=function(e,t,n,o,s,r){var i=1&n,x=e.length,a=t.length;if(x!=a&&!(i&&a>x))return!1;var c=r.get(e),l=r.get(t);if(c&&l)return c==t&&l==e;var u=-1,d=!0,g=2&n?new ko:void 0;for(r.set(e,t),r.set(t,e);++u<x;){var m=e[u],f=t[u];if(o)var h=i?o(f,m,u,t,e,r):o(m,f,u,e,t,r);if(void 0!==h){if(h)continue;d=!1;break}if(g){if(!Ao(t,(function(e,t){if(!vo(g,t)&&(m===e||s(m,e,n,o,r)))return g.push(t)}))){d=!1;break}}else if(m!==f&&!s(m,f,n,o,r)){d=!1;break}}return r.delete(e),r.delete(t),d};const So=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e,o){n[++t]=[o,e]})),n};const Io=function(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n};var Lo=se?se.prototype:void 0,No=Lo?Lo.valueOf:void 0;const wo=function(e,t,n,o,s,r,i){switch(n){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!r(new Nn(e),new Nn(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return H(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var x=So;case"[object Set]":var a=1&o;if(x||(x=Io),e.size!=t.size&&!a)return!1;var c=i.get(e);if(c)return c==t;o|=2,i.set(e,t);var l=Ro(x(e),x(t),o,s,r,i);return i.delete(e),l;case"[object Symbol]":if(No)return No.call(e)==No.call(t)}return!1};var Mo=Object.prototype.hasOwnProperty;const Oo=function(e,t,n,o,s,r){var i=1&n,x=un(e),a=x.length;if(a!=un(t).length&&!i)return!1;for(var c=a;c--;){var l=x[c];if(!(i?l in t:Mo.call(t,l)))return!1}var u=r.get(e),d=r.get(t);if(u&&d)return u==t&&d==e;var g=!0;r.set(e,t),r.set(t,e);for(var m=i;++c<a;){var f=e[l=x[c]],h=t[l];if(o)var p=i?o(h,f,l,t,e,r):o(f,h,l,e,t,r);if(!(void 0===p?f===h||s(f,h,n,o,r):p)){g=!1;break}m||(m="constructor"==l)}if(g&&!m){var b=e.constructor,E=t.constructor;b==E||!("constructor"in e)||!("constructor"in t)||"function"==typeof b&&b instanceof b&&"function"==typeof E&&E instanceof E||(g=!1)}return r.delete(e),r.delete(t),g};var Fo="[object Arguments]",Po="[object Array]",Do="[object Object]",Bo=Object.prototype.hasOwnProperty;const jo=function(e,t,n,o,s,r){var i=gt(e),x=gt(t),a=i?Po:Sn(e),c=x?Po:Sn(t),l=(a=a==Fo?Do:a)==Do,u=(c=c==Fo?Do:c)==Do,d=a==c;if(d&&bt(e)){if(!bt(t))return!1;i=!0,l=!1}if(d&&!l)return r||(r=new Ye),i||Lt(e)?Ro(e,t,n,o,s,r):wo(e,t,a,n,o,s,r);if(!(1&n)){var g=l&&Bo.call(e,"__wrapped__"),m=u&&Bo.call(t,"__wrapped__");if(g||m){var f=g?e.value():e,h=m?t.value():t;return r||(r=new Ye),s(f,h,n,o,r)}}return!!d&&(r||(r=new Ye),Oo(e,t,n,o,s,r))};const Uo=function e(t,n,o,s,r){return t===n||(null==t||null==n||!xt(t)&&!xt(n)?t!=t&&n!=n:jo(t,n,o,s,e,r))};const Go=function(e,t){return Uo(e,t)};const Ho=function(e){var t=null==e?0:e.length;return t?e[t-1]:void 0};const zo=function(e,t){for(var n=0,o=(t=po(t,e)).length;null!=e&&n<o;)e=e[bo(t[n++])];return n&&n==o?e:void 0};const Wo=function(e,t,n){var o=-1,s=e.length;t<0&&(t=-t>s?0:s+t),(n=n>s?s:n)<0&&(n+=s),s=t>n?0:n-t>>>0,t>>>=0;for(var r=Array(s);++o<s;)r[o]=e[o+t];return r};const Vo=function(e,t){return t.length<2?e:zo(e,Wo(t,0,-1))};const Ko=function(e,t){return t=po(t,e),null==(e=Vo(e,t))||delete e[bo(Ho(t))]};const qo=function(e,t){return null==e||Ko(e,t)},Xo=["get","split","addMarker","_onAttributesChange","change","head","set","accept","length","setAttribute","_onDiscard","_markerNames","discard","filter","hasComments","getFirstRange","toJSON","next","getContainedElement","nodeBefore","push","createdAt","markers","decorate","isMultiRange","map","getMarkerNames","data","getMarkers","@external","getAllAdjacentSuggestions","commentThread","from","type","previous","onDiscard","isIntersecting","removeMarkers","addMarkerName","getRanges","subType","removeMarker","addRange","_onAccept","getFirstMarker","getMultiRangeId","removeAttribute","nodeAfter","_model","creator","onAttributesChange","attributes","suggestion:","isInContent","author","getRange","_saved","add"];var $o,Qo;$o=Xo,Qo=473,function(e){for(;--e;)$o.push($o.shift())}(++Qo);const Jo=function(e,t){return Xo[e-=0]};class Zo extends((0,t.ObservableMixin)()){constructor(e,t){super(),this.id=t.id,this[Jo("0x18")]=t.type,this.subType=t[Jo("0x1f")]||null,this[Jo("0x2d")]=t[Jo("0x2d")],this.creator=t.creator||t[Jo("0x2d")],this.isExternal=Boolean(t[Jo("0x2a")]&&t[Jo("0x2a")][Jo("0x14")]),this.data=null,this[Jo("0x27")]=e,this[Jo("0x22")]=t.onAccept,this[Jo("0x1")]=t[Jo("0x1a")],this._onAttributesChange=t[Jo("0x29")],this[Jo("0x2")]=new Set,this.createdAt=null,this[Jo("0x37")]("authoredAt",null),this[Jo("0x37")](Jo("0x2a"),t[Jo("0x2a")]||{}),this[Jo("0x37")](Jo("0x19"),null),this[Jo("0x37")](Jo("0x8"),null),this[Jo("0x37")]("commentThread",null),this[Jo("0x37")](Jo("0x2f"),!1),this.decorate(Jo("0x38")),this[Jo("0xe")](Jo("0x3"))}get[Jo("0x36")](){let e=this;for(;e[Jo("0x19")];)e=e.previous;return e}get hasComments(){return!!this[Jo("0x16")]&&this[Jo("0x16")].length>0}get[Jo("0xf")](){return 0!=this._markerNames.size&&6==Array[Jo("0x17")](this._markerNames)[0][Jo("0x32")](":").length}get[Jo("0x2c")](){return null!==this[Jo("0x23")]()}[Jo("0x1d")](e){this[Jo("0x2")][Jo("0x30")](e)}[Jo("0x11")](){return Array[Jo("0x17")](this[Jo("0x2")])}[Jo("0x13")](){return this[Jo("0x11")]()[Jo("0x10")]((e=>this._model[Jo("0xd")][Jo("0x31")](e)))[Jo("0x4")]((e=>e))}[Jo("0x23")](){return this[Jo("0x13")]()[0]||null}[Jo("0x1c")](){this[Jo("0x27")][Jo("0x35")]((e=>{for(const t of this[Jo("0x13")]())e[Jo("0x20")](t)})),this[Jo("0x2")].clear()}[Jo("0x20")](e){this[Jo("0x27")][Jo("0x35")]((t=>{t[Jo("0x20")](e)})),this._markerNames.delete(e)}[Jo("0x21")](e){const t=Jo("0x2b")+this.type+":"+this.subType+":"+this.id+":"+this[Jo("0x28")].id+":"+Zo[Jo("0x24")]();this[Jo("0x1d")](t),this[Jo("0x27")].change((n=>{n[Jo("0x33")](t,{range:e,usingOperation:!0,affectsData:!0})}))}isIntersectingWithRange(e){for(const t of this[Jo("0x1e")]())if(t[Jo("0x1b")](e))return!0;return!1}[Jo("0x1e")](){return this[Jo("0x13")]()[Jo("0x10")]((e=>e[Jo("0x2e")]()))}getItems(){return this[Jo("0x1e")]().reduce(((e,t)=>[...e,...t.getItems()]),[])}[Jo("0x6")](){var e;return(null===(e=this.getFirstMarker())||void 0===e?void 0:e[Jo("0x2e")]())||null}[Jo("0x9")](){const e=this[Jo("0x1e")]();if(1!=e[Jo("0x39")])return null;const t=e[0],n=t.start[Jo("0x26")],o=t.end[Jo("0xa")];return n instanceof i.Element?n!=o?null:n:null}[Jo("0x38")](){this[Jo("0x22")](this.getRanges(),this.data,this[Jo("0x2a")]),this.removeMarkers()}[Jo("0x3")](){this._onDiscard(this[Jo("0x1e")](),this.data,this.attributes),this[Jo("0x1c")]()}[Jo("0x15")](){const e=[];let t=this[Jo("0x36")];for(;t;)e[Jo("0xb")](t),t=t.next;return e}[Jo("0x0")](e,t){const n=to(this[Jo("0x2a")]);_o(n,e,t),Go(n,this[Jo("0x2a")])||(this[Jo("0x2a")]=n,this[Jo("0x34")](n))}[Jo("0x25")](e){const t=to(this[Jo("0x2a")]);qo(t,e),Go(t,this[Jo("0x2a")])||(this.attributes=t,this[Jo("0x34")](this[Jo("0x2a")]))}[Jo("0x7")](){return{id:this.id,type:this[Jo("0x1f")]?this.type+":"+this[Jo("0x1f")]:this[Jo("0x18")],authorId:this[Jo("0x28")].id,createdAt:this[Jo("0xc")],hasComments:this[Jo("0x5")],data:this[Jo("0x12")],attributes:this[Jo("0x2a")]}}static[Jo("0x24")](){return(0,t.uid)().substr(1,5)}}function Yo(e,t,n){const o=e.t;switch(t){case"Track changes":return o("Track changes");case"Accept suggestion":return o("Accept suggestion");case"Discard suggestion":return o("Discard suggestion");case"Accept all suggestions":return o("Accept all suggestions");case"Accept all selected suggestions":return o("Accept all selected suggestions");case"Discard all suggestions":return o("Discard all suggestions");case"Discard all selected suggestions":return o("Discard all selected suggestions");case"*Reset font size*":return o("*Reset font size*");case"*Reset font family*":return o("*Reset font family*");case"*Reset font color*":return o("*Reset font color*");case"*Reset font background color*":return o("*Reset font background color*");case"*Remove image text alternative*":return o("*Remove image text alternative*");case"*Reset image width*":return o("*Reset image width*");case"*Remove link*":return o("*Remove link*");case"*Check item*":return o("*Check item*");case"*Uncheck item*":return o("*Uncheck item*");case"*Remove all formatting*":return o("*Remove all formatting*");case"*Replace table cells*":return o("*Replace table cells*");case"*Merge cells*":return o("*Merge cells*");case"*Split cell:* vertically":return o("*Split cell:* vertically");case"*Split cell:* horizontally":return o("*Split cell:* horizontally");case"*Indent:* %0":return o("*Indent:* %0",n);case"*Outdent:* %0":return o("*Outdent:* %0",n);case"*Change to:* %0":return o("*Change to:* %0",n);case"*Insert:* %0":return o("*Insert:* %0",n);case"*Format:* %0":return o("*Format:* %0",n);case"*Format:* change table properties":return o("*Format:* change table properties");case"*Format:* change table cell properties":return o("*Format:* change table cell properties");case"*Format:* insert into %0":return o("*Format:* insert into %0",n);case"*Format:* remove from %0":return o("*Format:* remove from %0",n);case"*Format:* replace image URL":return o("*Format:* replace image URL");case"*Format:* resize table":return o("*Format:* resize table");case"*Format:* set order to reversed":return o("*Format:* set order to reversed");case"*Format:* set order to regular":return o("*Format:* set order to regular");case"*Format:* set start index to %0":return o("*Format:* set start index to %0",n);case"*Change %0 content*":return o("*Change %0 content*",n);case"*Remove:* %0":return o("*Remove:* %0",n);case"*Merge:* %0":return o("*Merge:* %0",n);case"*Split:* %0":return o("*Split:* %0",n);case"*Remove format:* %0":return o("*Remove format:* %0",n);case"*Set font size:* %0":return o("*Set font size:* %0",n);case"*Set font family:* %0":return o("*Set font family:* %0",n);case"*Set format to:* %0":return o("*Set format to:* %0",n);case"*Set font color:* %0":return o("*Set font color:* %0",n);case"*Set font background color:* %0":return o("*Set font background color:* %0",n);case"*Set image text alternative:* %0":return o("*Set image text alternative:* %0",n);case"*Set image width:* %0":return o("*Set image width:* %0",n);case"*Set link:* %0":return o("*Set link:* %0",n);case"*Set highlight:* %0":return o("*Set highlight:* %0",n);case"*Remove highlight*":return o("*Remove highlight*");case"FORMAT_HIGHLIGHT":return o({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return o({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return o({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return o({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return o({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return o({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return o({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return o({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return o({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return o({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return o({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return o({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return o({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return o({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return o({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return o({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_BULLETED_LIST":return o({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_CIRCLE":return o({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return o({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return o({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST":return o({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return o({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return o({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return o({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return o({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return o({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return o({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return o({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"REPLACE_TEXT":return o({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return o({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGN_TO_LEFT":return o({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return o({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return o({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return o({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return o({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return o({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return o({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return o({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return o({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return o({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return o({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return o({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return o({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return o({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return o({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return o({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return o({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"PENDING_ACTION_SUGGESTION":return o({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return o({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return o({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return o({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return o({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return o({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return o({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return o({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return o({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return o({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return o({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);default:return t}}const es=["registerElementLabel","indexOf","isInContent","item","elementEnd","ELEMENT_SPACE","_locale","checkChild","previousSibling","Container","remove","REPLACE_TEXT","isEqual","matchingCallback","_schema","label","_itemLabelsCallbacks","add","*Merge:* %0","Object","*Remove:* %0","push","*Insert:* %0","_addDescriptionItems","data","removeContainer","replace","element","start","_itemLabels","normal","addEmptyContainer","nextSibling","length","*Split:* %0","getWalker","getItemLabel","type","insertion","pop","deletion","_resolveDescriptionItems","$text","match","$textProxy","set","text","name","removeEmptyContainer","$1 $2","isEmpty","quantity","registerDescriptionCallback","function","getFirstRange","skip","isObject","_customCallbacks"];var ts,ns;ts=es,ns=475,function(e){for(;--e;)ts.push(ts.shift())}(++ns);const os=function(e,t){return es[e-=0]};class ss{constructor(e,t){this[os("0x2e")]=[],this[os("0x12")]=new Map,this[os("0x5")]=[],this._schema=e,this._locale=t}getDescriptions(e){const t=[];for(let n=0;n<e[os("0x16")];n++){const o=e[n];if(!o[os("0x31")])continue;let s=!1;for(const e of this[os("0x2e")]){const n=e(o);if(n){"type"in n&&t.push(n),s=!0;break}}if(!s){this._addDescriptionItems(t,o);const s=e[n+1];if(s&&!o[os("0x2b")]().end[os("0x1")](s[os("0x2b")]()[os("0x11")])){const e=t[t[os("0x16")]-1],n=os("0x1b")==o[os("0x1a")]?os("0x6"):os("0x39");e&&os("0x23")==e[os("0x1a")]&&(e[n]+="\n")}}}return this._resolveDescriptionItems(t)}[os("0x29")](e){this[os("0x2e")][os("0xa")](e)}[os("0x2f")](e,n,o=t.priorities[os("0x13")]){os("0x2a")==typeof e?(0,t.insertToPriorityArray)(this[os("0x5")],{matchingCallback:e,label:n,priority:o}):this[os("0x12")][os("0x22")](e,n)}[os("0x19")](e,t=1){let n;for(const t of this[os("0x5")])if(t[os("0x2")](e)){n=t[os("0x4")];break}return n||(n=this[os("0x12")].get(e.name)),n?n(t):1!==t?t+" "+e[os("0x24")]+"s":""+e[os("0x24")]}[os("0xc")](e,t){const n=t[os("0x2b")]()[os("0x18")](),o="insertion"==t.type?os("0x6"):os("0x39");for(const t of n){const s=t[os("0x32")],r=e[e[os("0x16")]-1];if(s.is(os("0x21")))r&&r.type.indexOf("Container")>-1&&e[os("0x1c")](),r&&os("0x23")==r[os("0x1a")]?r[o]+=s[os("0xd")]:e[os("0xa")]({type:os("0x23"),add:os("0x6")==o?s[os("0xd")]:"",remove:"remove"==o?s.data:""});else if(this[os("0x3")][os("0x2d")](s)){const i=s;if(r&&r[os("0x1a")][os("0x30")]("Container")>-1&&e[os("0x1c")](),os("0x33")==t[os("0x1a")])continue;r&&r[os("0x1a")]==o+os("0x8")&&r[os("0x10")][os("0x24")]==i[os("0x24")]?r[os("0x28")]++:e[os("0xa")]({type:o+os("0x8"),element:i,quantity:1}),n[os("0x2c")]((e=>!(os("0x33")==e[os("0x1a")]&&e[os("0x32")]==s)))}else if(this[os("0x3")][os("0x36")](s,os("0x1f"))||s.is(os("0x10"),"softBreak")){const n=s;if(os("0x6")==o&&"elementStart"==t[os("0x1a")]||os("0x39")==o&&os("0x33")==t[os("0x1a")])continue;if(r&&-1==r[os("0x1a")][os("0x30")]("Container")){os("0x23")==r[os("0x1a")]&&(r[o]+="\n");continue}let i;if(i=os("0x6")==o?n[os("0x15")]&&!this[os("0x3")][os("0x2d")](n[os("0x15")])?n[os("0x15")]:null:n[os("0x37")]&&!this[os("0x3")][os("0x2d")](n.previousSibling)?n[os("0x37")]:null,n[os("0x27")]||i&&i.isEmpty){const t=i&&i[os("0x27")]?i:n;r&&r[os("0x1a")]==o+"EmptyContainer"&&r[os("0x10")][os("0x24")]==t[os("0x24")]?r[os("0x28")]++:e[os("0xa")]({type:o+"EmptyContainer",element:t,quantity:1})}else e[os("0xa")]({type:o+os("0x38"),element:n})}}}[os("0x1e")](e){const t=this[os("0x35")],n=[];for(const o of e){switch(o[os("0x1a")]){case os("0x23"):if(o[os("0x6")]=o.add.replace(/(\S)\u000A+(\S)/g,os("0x26")).replace(/\u000A/g,""),o[os("0x39")]=o[os("0x39")][os("0xf")](/(\S)\u000A+(\S)/g,os("0x26")).replace(/\u000A/g,""),""!=o[os("0x6")]&&""!=o[os("0x39")]){n[os("0xa")]({type:"replace",content:Yo(t,os("0x0"),['"'+o.remove+'"','"'+o[os("0x6")]+'"'])});continue}if(null!=o[os("0x6")][os("0x20")](/^ +$/)){n[os("0xa")]({type:os("0x1b"),content:Yo(t,os("0xb"),Yo(t,os("0x34"),o.add[os("0x16")]))});continue}if(null!=o[os("0x39")][os("0x20")](/^ +$/)){n.push({type:os("0x1d"),content:Yo(t,os("0x9"),Yo(t,os("0x34"),o[os("0x39")][os("0x16")]))});continue}if(""!=o.add){n.push({type:os("0x1b"),content:Yo(t,os("0xb"),'"'+o.add+'"')});continue}n[os("0xa")]({type:os("0x1d"),content:Yo(t,os("0x9"),'"'+o.remove+'"')});continue;case os("0x14"):case"addObject":n[os("0xa")]({type:os("0x1b"),content:Yo(t,"*Insert:* %0",this[os("0x19")](o.element,o[os("0x28")]))});continue;case os("0x25"):case"removeObject":n[os("0xa")]({type:"deletion",content:Yo(t,"*Remove:* %0",this[os("0x19")](o[os("0x10")],o.quantity))});continue;case"addContainer":n[os("0xa")]({type:os("0x1b"),content:Yo(t,os("0x17"),this[os("0x19")](o[os("0x10")],o.quantity))});continue;case os("0xe"):n[os("0xa")]({type:os("0x1d"),content:Yo(t,os("0x7"),this[os("0x19")](o[os("0x10")],o[os("0x28")]))});continue}n.push(o)}return n}}const rs=["markBlockFormat","center","afterInit","selection","change","locale","document","get","FORMAT_JUSTIFY_TEXT","alignment","right","value","plugins","justify","checkAttribute","getAttribute","TrackChangesEditing","_descriptionFactory","commandName","has","format","filter","editor","left","enableCommand","from","registerDescriptionCallback","model","AlignmentEditing","commandParams","contentLanguageDirection","getSelectedBlocks"];var is,xs;is=rs,xs=206,function(e){for(;--e;)is.push(is.shift())}(++xs);const as=function(e,t){return rs[e-=0]};class cs extends e.Plugin{[as("0x14")](){const e=this[as("0x8")],t=e[as("0x17")];if(!e.plugins[as("0x5")](as("0xe")))return;const n=e[as("0x1e")][as("0x19")](as("0x2"));n[as("0xa")](as("0x1b"),((t,o={})=>{let s=o[as("0x1d")];o[as("0x1d")]||(s="ltr"===e[as("0x17")][as("0x10")]?as("0x9"):as("0x1c"));const r=Array[as("0xb")](this[as("0x8")][as("0xd")][as("0x18")][as("0x15")][as("0x11")]())[as("0x7")]((e=>function(e,t,n){const o=e[as("0x1")](as("0x1b"))||null;return t[as("0x0")](e,"alignment")&&n!=o}(e,this[as("0x8")][as("0xd")].schema,s)));e[as("0xd")][as("0x16")]((()=>{for(const e of r)n[as("0x12")](e,{commandName:as("0x1b"),commandParams:[{value:s}]})}))})),n[as("0x3")][as("0xc")]((e=>{const{data:n}=e;if(n&&as("0x1b")==n[as("0x4")]){const e=n[as("0xf")][0][as("0x1d")];return{type:as("0x6"),content:Yo(t,"*Format:* %0",function(e){switch(e){case as("0x9"):return Yo(t,"FORMAT_ALIGN_TO_LEFT");case as("0x1c"):return Yo(t,"FORMAT_ALIGN_TO_RIGHT");case as("0x13"):return Yo(t,"FORMAT_ALIGN_TO_CENTER");case as("0x1f"):return Yo(t,as("0x1a"))}}(e))}}}))}}const ls=["toViewPosition","writer","isBlock","ck-suggestion-marker-","elementEnd","previousPosition","item","addClass","isAtEnd","markerRange","span","addHighlight","type","test","bindElementToMarker","get","getItems","push","getCustomProperty","activeMarkers","start","insert","isContent","hasAttribute","nextSibling","element","listIndent","parent","TrackChangesEditing","schema","listItem","toViewElement","createUIElement","createRangeOn","name","mapper","markerName","consumable","model"];var us,ds;us=ls,ds=224,function(e){for(;--e;)us.push(us.shift())}(++ds);const gs=function(e,t){return ls[e-=0]};function ms(e,t,n){const o=[];for(const s of t[gs("0x1a")]())s[gs("0x21")](e)&&o[gs("0x1b")](n[gs("0x4")](s));return o}function fs(e){const t=[];if(e.is(gs("0x23"),gs("0x1"))){let n=e[gs("0x22")];for(;n&&n.is("element",gs("0x1"))&&n.getAttribute(gs("0x24"))>0;)t.push(n),n=n[gs("0x22")]}return t}function hs(e,t,{showActiveMarker:n=!0}={}){const o=e.plugins[gs("0x19")](gs("0x26"));return(s,r,i)=>{if(!i[gs("0x8")][gs("0x17")](r[gs("0x13")],s[gs("0x5")]))return;const x=r[gs("0x13")].getWalker(),a=r[gs("0x13")][gs("0x1e")],c=e[gs("0x9")][gs("0x0")];let l=null,u=null,d=!1,g=!1;for(const e of x){const t=e[gs("0x10")];d=d||c[gs("0x20")](t);const n=i[gs("0x6")][gs("0x2")](t);if(n&&n[gs("0x1c")](gs("0x15")))return;gs("0xe")==e[gs("0x16")]&&c[gs("0xc")](t)&&!c.isLimit(t)&&(t[gs("0x22")]||a[gs("0x12")]?l&&l[gs("0x25")]==t||(l=t,m(e[gs("0xf")]),g=!0):u=u||e[gs("0xf")])}function m(e){const s=i.writer[gs("0x3")](gs("0x14"),{class:gs("0xd")+t}),x=i[gs("0x6")][gs("0xa")](e);n&&o[gs("0x1d")].includes(r[gs("0x7")])&&i[gs("0xb")][gs("0x11")]("ck-suggestion-marker--active",s),i[gs("0xb")][gs("0x1f")](x,s),i.mapper[gs("0x18")](s,r[gs("0x7")])}d||g||!u||m(u)}}const ps=["_descriptionFactory","subscript","FORMAT_UNDERLINE","format","forceValue","isCollapsed","toLowerCase","slice","plugins","StrikethroughEditing","*Remove format:* %0","strikethrough","selection","editor","get","SuperscriptEditing","enableCommand","afterInit","getRanges","bold","*Format:* %0","UnderlineEditing","from","FORMAT_ITALIC","commands","FORMAT_STRIKETHROUGH","registerDescriptionCallback","FORMAT_CODE","code","markInlineFormat","document","BoldEditing","change","has"];var bs,Es;bs=ps,Es=247,function(e){for(;--e;)bs.push(bs.shift())}(++Es);const _s=function(e,t){return ps[e-=0]},Ts=[_s("0x16"),"ItalicEditing",_s("0xc"),"CodeEditing",_s("0x0"),"SubscriptEditing",_s("0x6")];class Cs extends e.Plugin{[_s("0x8")](){const e=this[_s("0x4")],t=e.model,n=e[_s("0x21")][_s("0x5")]("TrackChangesEditing"),o=e.locale;for(const o of Ts){if(!e[_s("0x21")][_s("0x18")](o))continue;const s=o[_s("0x20")](0,-7)[_s("0x1f")](),r=e[_s("0xf")][_s("0x5")](s);n[_s("0x7")](s,((e,o={})=>{const i=t[_s("0x15")][_s("0x3")];if(i[_s("0x1e")])return void e(o);const x=void 0!==o[_s("0x1d")]?o.forceValue:!r.value;t[_s("0x17")]((()=>{const e=Array[_s("0xd")](i[_s("0x9")]());for(const o of e){const e=x?[o]:ms(s,o,t);for(const t of e)n[_s("0x14")](t,{commandName:s,commandParams:[{forceValue:x}]})}}))}))}function s(e,t){n[_s("0x19")][_s("0x11")]((n=>{const{data:s}=n;if(s&&s.commandName===e)return s.commandParams[0][_s("0x1d")]?{type:_s("0x1c"),content:Yo(o,_s("0xb"),t)}:{type:_s("0x1c"),content:Yo(o,_s("0x1"),t)}}))}s(_s("0xa"),Yo(o,"FORMAT_BOLD")),s("italic",Yo(o,_s("0xe"))),s("underline",Yo(o,_s("0x1b"))),s(_s("0x13"),Yo(o,_s("0x12"))),s(_s("0x2"),Yo(o,_s("0x10"))),s(_s("0x1a"),Yo(o,"FORMAT_SUBSCRIPT")),s("superscript",Yo(o,"FORMAT_SUPERSCRIPT"))}}const ys=["registerDescriptionCallback","format","value","model","document","change","commandName","$root","enableCommand","blockQuote","ELEMENT_BLOCK_QUOTE","from","commands","parent","forceValue","BlockQuoteEditing","*Format:* %0","commandParams","getSelectedBlocks","checkChild","_descriptionFactory","selection","schema","has","afterInit","*Remove format:* %0","filter","TrackChangesEditing","plugins","markBlockFormat","get","editor","name"];var ks,As;ks=ys,As=222,function(e){for(;--e;)ks.push(ks.shift())}(++As);const vs=function(e,t){return ys[e-=0]};class Rs extends e.Plugin{[vs("0x0")](){const e=this[vs("0x7")],t=e.locale;if(!e[vs("0x4")][vs("0x20")](vs("0x18")))return;const n=e[vs("0x4")][vs("0x6")](vs("0x3")),o=this[vs("0x7")][vs("0x15")][vs("0x6")](vs("0x12"));n[vs("0x11")]("blockQuote",((t,s={})=>{const r=this[vs("0x7")][vs("0xc")][vs("0xd")][vs("0x1e")],i=s&&void 0!==s[vs("0x17")]?s[vs("0x17")]:!o[vs("0xb")];let x=[];if(i){const t=Array[vs("0x14")](r[vs("0x1b")]()).filter((e=>Ss(e)||function(e,t){const n=t[vs("0x1c")](e[vs("0x16")],"blockQuote"),o=t[vs("0x1c")]([vs("0x10"),vs("0x12")],e);return n&&o}(e,this[vs("0x7")].model[vs("0x1f")])));x=S(t,e[vs("0xc")])}else{const t=Array[vs("0x14")](r.getSelectedBlocks())[vs("0x2")]((e=>Ss(e)));x=S(t,e[vs("0xc")])}e[vs("0xc")][vs("0xe")]((()=>{for(const e of x)n[vs("0x5")](e,{commandName:vs("0x12"),commandParams:[{forceValue:i}]})}))})),n[vs("0x1d")][vs("0x9")]((e=>{const{data:n}=e;if(n&&"blockQuote"==n[vs("0xf")]){const e=Yo(t,vs("0x13"));return n[vs("0x1a")][0].forceValue?{type:vs("0xa"),content:Yo(t,vs("0x19"),e)}:{type:vs("0xa"),content:Yo(t,vs("0x1"),e)}}}))}}function Ss(e){return"blockQuote"==e[vs("0x16")][vs("0x8")]}const Is=["enableCommand","plugins","commands","afterInit","editor","get","TrackChangesEditing","ckbox"];var Ls,Ns;Ls=Is,Ns=325,function(e){for(;--e;)Ls.push(Ls.shift())}(++Ns);const ws=function(e,t){return Is[e-=0]};class Ms extends e.Plugin{[ws("0x6")](){const e=this[ws("0x7")];e[ws("0x5")][ws("0x0")](ws("0x2"))&&e[ws("0x4")][ws("0x0")](ws("0x1"))[ws("0x3")]("ckbox")}}const Os=["config","get","document","outdentCodeBlock","from","ELEMENT_CODE_BLOCK","format","registerElementLabel","languages","formatBlock","_descriptionFactory","forceValue","plugins","has","checkChild","commandParams","*Format:* %0","locale","getSelectedBlocks","markBlockFormat","language","label","enableCommand","parent","afterInit","commandName","filter","change","find","codeBlock","selection","isLimit","indentCodeBlock","model","CodeBlock"];var Fs,Ps;Fs=Os,Ps=210,function(e){for(;--e;)Fs.push(Fs.shift())}(++Ps);const Ds=function(e,t){return Os[e-=0]};class Bs extends e.Plugin{[Ds("0x18")](){const e=this.editor;if(!e[Ds("0xc")][Ds("0xd")](Ds("0x22")))return;const t=e[Ds("0xc")][Ds("0x1")]("TrackChangesEditing"),n=e[Ds("0x11")],o=e[Ds("0x0")][Ds("0x1")](Ds("0x1d"))[Ds("0x8")],s=e.commands[Ds("0x1")](Ds("0x1d"));t.enableCommand(Ds("0x20")),t.enableCommand(Ds("0x3")),t[Ds("0x16")](Ds("0x1d"),((n,r={})=>{const i=e.model,x=e[Ds("0x21")][Ds("0x2")][Ds("0x1e")],a=r&&void 0!==r[Ds("0xb")]?r.forceValue:!s.value;let c;r[Ds("0x14")]||(r.language=o[0][Ds("0x14")]),c=a?Array.from(x.getSelectedBlocks())[Ds("0x1a")]((e=>{return js(e)||(t=e,n=i.schema,!t.is("rootElement")&&!n[Ds("0x1f")](t)&&n[Ds("0xe")](t[Ds("0x17")],Ds("0x1d")));var t,n})):Array[Ds("0x4")](x[Ds("0x12")]())[Ds("0x1a")]((e=>js(e)));const l=S(c,i);i[Ds("0x1b")]((()=>{for(const e of l)t[Ds("0x13")](e,{commandName:Ds("0x1d"),commandParams:[{...r,forceValue:a}],formatGroupId:"blockName"})}))})),t[Ds("0xa")][Ds("0x7")](Ds("0x1d"),(e=>Yo(n,Ds("0x5"),e))),t._descriptionFactory.registerDescriptionCallback((e=>{const t=n.t,{type:s,data:r}=e;if(Ds("0x9")==s&&r&&Ds("0x1d")==r[Ds("0x19")]){const e=r[Ds("0xf")][0].language,s=t(o[Ds("0x1c")]((t=>t.language===e))[Ds("0x15")]);return r[Ds("0xf")][0][Ds("0xb")]?{type:Ds("0x6"),content:Yo(n,Ds("0x10"),Yo(n,Ds("0x5"),1)+" ("+s+")")}:{type:"format",content:Yo(n,"*Remove format:* %0",Yo(n,Ds("0x5"),1))}}}))}}function js(e){return"codeBlock"==e.name}const Us=["addCommentThread","enableCommand","has","CommentsEditing","plugins","TrackChangesEditing","get","editor"];var Gs,Hs;Gs=Us,Hs=146,function(e){for(;--e;)Gs.push(Gs.shift())}(++Hs);const zs=function(e,t){return Us[e-=0]};class Ws extends e.Plugin{afterInit(){const e=this[zs("0x5")];e.plugins[zs("0x0")](zs("0x1"))&&e[zs("0x2")][zs("0x4")](zs("0x3"))[zs("0x7")](zs("0x6"))}}var Vs=n(181);const Ks=["unbindElementFromMarkerName","unlock","merge","start","init","modifySelection","editing","markerNameToElements","addMarker:suggestion:deletion","showSuggestionHighlights","high","bind","plugins","model","enqueueChange","fromRange","downcastDispatcher","markerName","removeMarker:suggestion:deletion","requires","setSelection","getFirstRange","unit","editor","root","TrackChangesEditing","delete","mapper","get","buffer","createRange","detach","writer","isCollapsed","end","data","enableCommand","deleteForward"];var qs,Xs;qs=Ks,Xs=287,function(e){for(;--e;)qs.push(qs.shift())}(++Xs);const $s=function(e,t){return Ks[e-=0]};class Qs extends e.Plugin{static get[$s("0x24")](){return[Vs.Delete]}[$s("0x15")](){const e=this[$s("0x2")],t=e[$s("0x1d")][$s("0x7")]($s("0x4"));t[$s("0xf")]($s("0x5"));const n=e.commands[$s("0x7")]($s("0x10"));t[$s("0xf")]($s("0x10"),((t,o={})=>{const s=e[$s("0x1e")].createSelection(e[$s("0x1e")].document.selection);s[$s("0xc")]&&e.model[$s("0x16")](s,{direction:"forward",unit:o[$s("0x1")]});const r=s[$s("0x0")](),x=i.LiveRange[$s("0x20")](r);let a;t(o),a="$graveyard"==x[$s("0x3")].rootName?e[$s("0x1e")].createRange(r[$s("0x14")]):e[$s("0x1e")][$s("0x9")](x[$s("0x14")],x[$s("0xd")]),x[$s("0xa")](),e[$s("0x1e")][$s("0x1f")](n[$s("0x8")].batch,(e=>{n[$s("0x8")].lock(),e[$s("0x25")](e[$s("0x9")](a[$s("0xd")])),n[$s("0x8")][$s("0x12")]()}))})),e[$s("0x17")][$s("0x21")].on($s("0x19"),hs(e,$s("0x13")),{priority:$s("0x1b")}),e[$s("0xe")][$s("0x21")].on($s("0x19"),((t,n,o)=>{o.options[$s("0x1a")]&&hs(e,$s("0x13"),{showActiveMarker:!1})[$s("0x1c")](this)(t,n,o)}),{priority:$s("0x1b")}),e[$s("0x17")][$s("0x21")].on($s("0x23"),((e,t,n)=>{const o=n[$s("0x6")][$s("0x18")](t[$s("0x22")]);if(o)for(const e of o)e.is("uiElement")&&(n.mapper[$s("0x11")](e,t[$s("0x22")]),n[$s("0xb")].remove(e))}),{priority:$s("0x1b")})}}const Js=["registerDescriptionCallback","_suggestionFactory","hasAttribute","multipleBlocks","get","isFirstBlockOfListItem","expandListBlocksToCompleteList","change","ELEMENT_","map","from","before","markBlockFormat","mergeListItemBackward","toUpperCase","registerCustomCallback","accept","getAttribute","setSelection","getSelectedBlocks","value","*Change to:* %0","ELEMENT_LIST_ITEM","getFirstRange","_descriptionFactory","*Format:* remove from %0","forceValue","end","splitListItemAfter","selection","numberedList","enableCommand","splitListItemBefore","ELEMENT_BULLETED_LIST","has","listItemId","DocumentListEditing","bulletedList","after","*Format:* insert into %0","outdentList","format","fromRange","start","slice","DocumentListUtils","listType","*Outdent:* %0","document","model","ELEMENT_NUMBERED_LIST","commandParams","length","add","plugins","*Indent:* %0","nextSibling","createPositionAt","registerElementLabel","execute","documentList","createRange","previousSibling","nodeAfter","indentList","isObject","commandName","markMultiRangeBlockFormat","containsItem","next","commands","findIndex","push","listIndent","detach","mergeListItemForward","_LIST"];var Zs,Ys;Zs=Js,Ys=372,function(e){for(;--e;)Zs.push(Zs.shift())}(++Ys);const er=function(e,t){return Js[e-=0]};class tr extends e.Plugin{afterInit(){const e=this.editor;if(!e[er("0x43")][er("0x2f")](er("0x31")))return;const t=e.locale,n=e[er("0x43")][er("0x11")]("TrackChangesEditing"),o=e.plugins.get(er("0x3a"));function s(t){return()=>{const s=e.commands.get(t);let r=Array[er("0x17")](e[er("0x3e")][er("0x3d")][er("0x2a")][er("0x20")]());if(a(t)){r=o[er("0x13")](r);const e=[];for(const t of r)o[er("0x12")](t)&&e.push(t);r=e}e[er("0x3e")][er("0x14")]((()=>{n[er("0x3")](r,{commandName:t,commandParams:[{forceValue:!s[er("0x21")]}],formatGroupId:"listType"},[],er("0x49"))}))}}function r(t){return()=>{const o=function(e){let t=Array[er("0x17")](e);const n=t[er("0x7")]((e=>!e[er("0xf")](er("0x30"))));return n>-1&&(t=t[er("0x39")](0,n)),t}(e.model[er("0x3d")][er("0x2a")][er("0x20")]()),s=o[o[er("0x41")]-1],r=e[er("0x3e")].schema.isObject(s)?er("0x33"):er("0x28"),i=e[er("0x3e")].createRange(e[er("0x3e")][er("0x46")](o[0],"before"),e[er("0x3e")][er("0x46")](s,r));e.model.change((()=>{n[er("0x19")](i,{commandName:t,commandParams:[],formatGroupId:er("0x3b")},function(e){const t=new Set;for(const n of e){let e=n.nextSibling;for(;e&&e[er("0x1e")](er("0x9"))>n[er("0x1e")](er("0x9"));)t[er("0x42")](e),e=e.nextSibling}return Array.from(t)}(o))}))}}function x(t){return()=>{const o=e[er("0x3e")][er("0x3d")][er("0x2a")][er("0x20")]()[er("0x5")]()[er("0x21")],s=e[er("0x3e")][er("0x46")](o,er("0x18")),r=e.model[er("0x46")](o,0),i=e[er("0x3e")][er("0x4a")](s,r);e.model.change((()=>{n.markBlockFormat(i,{commandName:t,commandParams:[],formatGroupId:er("0x3b")})}))}}function a(t){const n=e.commands.get(er("0x32"))[er("0x21")],o=e[er("0x6")][er("0x11")](er("0x2b"))[er("0x21")];return er("0x2b")===t?n:o}n[er("0x2c")](er("0x2b"),s(er("0x2b"))),n[er("0x2c")](er("0x32"),s(er("0x32"))),n[er("0x2c")](er("0x0"),r(er("0x0"))),n.enableCommand(er("0x35"),r("outdentList")),n[er("0x2c")](er("0x29"),x(er("0x29"))),n[er("0x2c")](er("0x2d"),x(er("0x2d"))),n[er("0x25")][er("0x47")]((function(t){const n=!e[er("0x3e")].schema[er("0x1")](t),o=t[er("0x4b")],s=t[er("0x45")],r=t[er("0x1e")](er("0x30")),i=!o||o.getAttribute(er("0x30"))!==r,x=!s||s.getAttribute("listItemId")!==r;return n&&Boolean(r)&&i&&x}),(e=>Yo(t,"ELEMENT_LIST_ITEM",e))),n[er("0x25")][er("0xd")]((function(e){const{data:n}=e;if(!n)return;let o,s,r,i;switch(n[er("0x2")]){case er("0x32"):r=n.commandParams[0].forceValue,i=a(n.commandName),o=r?"*Format:* insert into %0":"*Format:* remove from %0",i&&(o="*Change to:* %0"),s={type:"format",content:Yo(t,o,Yo(t,er("0x2e")))};break;case er("0x2b"):r=n[er("0x40")][0][er("0x27")],i=a(n[er("0x2")]),o=er(r?"0x34":"0x26"),i&&(o=er("0x22")),s={type:"format",content:Yo(t,o,Yo(t,er("0x3f")))};break;case er("0x0"):o=er("0x44"),s={type:er("0x36"),content:Yo(t,o,Yo(t,er("0x23")))};break;case er("0x35"):o=function(e){const t=e[er("0x24")]();let n=t[er("0x38")][er("0x4c")];for(;n&&t[er("0x4")](n);){if(n[er("0x1e")]("listIndent")>0)return!1;n=n.nextSibling}return!0}(e)?Yo(t,er("0x26"),Yo(t,function(e){const t=e[er("0x24")]()[er("0x38")].nodeAfter;return er("0x15")+t[er("0x1e")](er("0x3b"))[er("0x1b")]()+er("0xc")}(e))):Yo(t,er("0x3c"),Yo(t,er("0x23"))),s={type:er("0x36"),content:o};break;case er("0x1a"):case er("0xb"):!1===n[er("0x10")]&&(o="*Merge:* %0",s={type:"deletion",content:Yo(t,o,Yo(t,"ELEMENT_LIST_ITEM"))})}return s})),n[er("0xe")][er("0x1c")]("formatBlock",er("0x49"),er("0x1d"),(function(t,n){const o=[];for(let n of t)n[er("0x38")].nodeAfter===n[er("0x28")].parent&&(n=e[er("0x3e")][er("0x4a")](e[er("0x3e")][er("0x46")](n[er("0x38")].nodeAfter,0))),o[er("0x8")](n);e[er("0x3e")].change((t=>{const s=e[er("0x3e")][er("0x3d")].selection,r=Array[er("0x17")](s.getRanges())[er("0x16")]((e=>i.LiveRange[er("0x37")](e)));t[er("0x1f")](o),e[er("0x6")].get(n.commandName).refresh(),n.commandParams[er("0x8")]({forceDefaultExecution:!0}),e[er("0x48")](n[er("0x2")],...n[er("0x40")]),t[er("0x1f")](r);for(const e of r)e[er("0xa")]()}))}))}}var nr=n(331);const or=["fromRange","addMarker:suggestion:insertion","options","split","removeMarker:suggestion:insertion","showSuggestionHighlights","editing","requires","change","nextSibling","fire","markerNameToElements","init","enterBlock","afterExecute","hasClass","getFirstRange","unbindElementFromMarkerName","bind","setSelection","high","detach","downcastDispatcher","ck-suggestion-marker-split","model","markInsertion","commands","plugins","get","enter","createPositionAt","selection","markerName","enableCommand","createRange","document","mapper"];var sr,rr;sr=or,rr=483,function(e){for(;--e;)sr.push(sr.shift())}(++rr);const ir=function(e,t){return or[e-=0]};class xr extends e.Plugin{static get[ir("0x5")](){return[nr.Enter]}[ir("0xa")](){const e=this.editor,t=e[ir("0x19")][ir("0x1a")]("TrackChangesEditing"),n=e[ir("0x18")][ir("0x1a")]("enter");t[ir("0x1f")](ir("0x1b"),(()=>{e[ir("0x16")][ir("0x6")]((o=>{const s=e[ir("0x16")][ir("0x21")][ir("0x1d")],r=s.getFirstPosition(),x=i.LiveRange[ir("0x23")](s[ir("0xe")]());if(n[ir("0xb")](o)){const n=e[ir("0x16")][ir("0x1c")](r.parent[ir("0x7")],0),s=o[ir("0x20")](r,n);t[ir("0x17")](s)}else o[ir("0x11")](o[ir("0x20")](x.end));x[ir("0x13")](),n[ir("0x8")](ir("0xc"),{writer:o})}))})),e[ir("0x4")][ir("0x14")].on(ir("0x24"),hs(e,ir("0x1")),{priority:ir("0x12")}),e[ir("0x4")].downcastDispatcher.on(ir("0x2"),((e,t,n)=>{const o=n[ir("0x22")][ir("0x9")](t[ir("0x1e")]);if(o)for(const e of o)e[ir("0xd")](ir("0x15"))&&(n[ir("0x22")][ir("0xf")](e,t.markerName),n.writer.remove(e))}),{priority:ir("0x12")}),e.data[ir("0x14")].on(ir("0x24"),((t,n,o)=>{o[ir("0x0")][ir("0x3")]&&hs(e,ir("0x1"),{showActiveMarker:!1})[ir("0x10")](this)(t,n,o)}),{priority:"high"})}}const ar=["model","find","findPrevious","createPositionAt","has","markers","plugins","item","replaceAll","createRange","FindAndReplaceEditing","getIntersection","handleFindCommand","_isInDeletionRange","get","FindAndReplaceUtils","replace","editor","getMarkersGroup","findNext","getRange","start","suggestion:deletion","enableCommand","TrackChangesEditing","findByTextCallback","bind"];var cr,lr;cr=ar,lr=103,function(e){for(;--e;)cr.push(cr.shift())}(++lr);const ur=function(e,t){return ar[e-=0]};class dr extends e.Plugin{afterInit(){if(!this[ur("0x16")][ur("0xb")][ur("0x9")](ur("0xf")))return;const e=this[ur("0x16")][ur("0xb")][ur("0x13")](ur("0x2"));e[ur("0x1")](ur("0x6"),this[ur("0x11")][ur("0x4")](this)),e[ur("0x1")](ur("0x18")),e[ur("0x1")](ur("0x7")),e[ur("0x1")](ur("0x15")),e.enableCommand(ur("0xd"))}[ur("0x11")](e,t,n={}){const o=this.editor[ur("0xb")][ur("0x13")](ur("0x14"));void 0!==n&&e((e=>("string"==typeof t?o[ur("0x3")](t,n):t)(e).filter((t=>!1===this[ur("0x12")](t,e[ur("0xc")])))),n)}[ur("0x12")](e,t){const n=this[ur("0x16")].model[ur("0xe")](this[ur("0x16")].model[ur("0x8")](t,e[ur("0x1a")]),this[ur("0x16")][ur("0x5")][ur("0x8")](t,e.end));for(const e of this[ur("0x16")][ur("0x5")][ur("0xa")][ur("0x17")](ur("0x0")))if(null!==n[ur("0x10")](e[ur("0x19")]()))return!0;return!1}}const gr=["fontColor.colors","getRanges","fontFamily","afterInit","markInlineFormat","title","*Set font color:* %0","find","FontFamilyEditing","enableCommand","config","TrackChangesEditing","*Set font size:* %0","model","trim","*Reset font family*","*Reset font background color*","commandName","*Reset font color*","label","_descriptionFactory","change","value","*Set font background color:* %0","_enableCommand","editor","format","isCollapsed","registerDescriptionCallback","selection","toLowerCase","commandParams","from","fontSize.options","FontColorEditing","normalizeSizeOptions","get","fontSize","fontColor","plugins","fontBackgroundColor"];var mr,fr;mr=gr,fr=490,function(e){for(;--e;)mr.push(mr.shift())}(++fr);const hr=function(e,t){return gr[e-=0]},pr=[{pluginName:"FontSizeEditing",commandName:hr("0x27")},{pluginName:hr("0xa"),commandName:hr("0x4")},{pluginName:hr("0x24"),commandName:hr("0x28")},{pluginName:"FontBackgroundColorEditing",commandName:"fontBackgroundColor"}];class br extends e.Plugin{[hr("0x5")](){const e=this[hr("0x1b")].locale;for(const{pluginName:e,commandName:t}of pr)this.editor[hr("0x0")].has(e)&&this[hr("0x1a")](t);this[hr("0x1b")][hr("0x0")][hr("0x26")](hr("0xd"))[hr("0x16")][hr("0x1e")]((t=>{const n=e.t,{data:o}=t;if(null!=o){if("fontSize"==o[hr("0x13")]){const t=o.commandParams[0][hr("0x18")];if(t){const o=n(this.editor[hr("0x0")][hr("0x26")]("FontSize")[hr("0x25")](this[hr("0x1b")].config[hr("0x26")](hr("0x23"))).find((e=>e[hr("0xf")]==t))[hr("0x7")])[hr("0x20")]();return{type:"format",content:Yo(e,hr("0xe"),o)}}return{type:hr("0x1c"),content:Yo(e,"*Reset font size*")}}if(hr("0x4")==o[hr("0x13")]){const t=o[hr("0x21")][0][hr("0x18")];return t?{type:"format",content:Yo(e,"*Set font family:* %0",t)}:{type:"format",content:Yo(e,hr("0x11"))}}if("fontColor"==o[hr("0x13")]){const t=o[hr("0x21")][0][hr("0x18")];if(t){const o=(0,s.normalizeColorOptions)(this.editor[hr("0xc")][hr("0x26")](hr("0x2")))[hr("0x9")]((e=>e[hr("0xf")]==t));let r=t,i="";return o&&(r=o[hr("0x15")],i=n(r)[hr("0x20")]()),{type:hr("0x1c"),content:Yo(e,hr("0x8"),i)[hr("0x10")](),color:{value:t,title:i||r}}}return{type:hr("0x1c"),content:Yo(e,hr("0x14"))}}if(hr("0x1")==o[hr("0x13")]){const t=o[hr("0x21")][0][hr("0x18")];if(t){const o=(0,s.normalizeColorOptions)(this[hr("0x1b")][hr("0xc")][hr("0x26")]("fontBackgroundColor.colors")).find((e=>e[hr("0xf")]==t));let r=t,i="";return o&&(r=o[hr("0x15")],i=n(r).toLowerCase()),{type:"format",content:Yo(e,hr("0x19"),i)[hr("0x10")](),color:{value:t,title:i||r}}}return{type:hr("0x1c"),content:Yo(e,hr("0x12"))}}}}))}[hr("0x1a")](e){const t=this[hr("0x1b")];t[hr("0x0")][hr("0x26")](hr("0xd"))[hr("0xb")](e,((n,o={})=>{const s=t[hr("0xf")].document[hr("0x1f")],r=o[hr("0x18")];s[hr("0x1d")]?n(o):t[hr("0xf")][hr("0x17")]((()=>{const n=Array[hr("0x22")](s[hr("0x3")]());for(const o of n){const n=r?[o]:ms(e,o,t[hr("0xf")]);for(const o of n)t[hr("0x0")][hr("0x26")](hr("0xd"))[hr("0x6")](o,{commandName:e,commandParams:[{value:r}]})}}))}))}}const Er=["copyFormat","fontBackgroundColor","locale","from","createSelection","*Remove all formatting*","length","slice","find","enableCommand","getLastPosition","fontColor.colors","document","format","fontSize","selection","markInlineFormat","word","getRanges","isCollapsed","isFormatting","getFirstPosition","schema","plugins","charAt","fontSize.options","modifySelection","entries","pasteFormat","*Set format to:* %0","backward","commands","TrackChangesEditing","afterInit","get","keys","config","getItems","registerDescriptionCallback","toLowerCase","isBlock","fontColor","model","getSelectedBlocks","FontSize","getAttributes","getAttributeProperties","normalizeSizeOptions","forward"];var _r,Tr;_r=Er,Tr=290,function(e){for(;--e;)_r.push(_r.shift())}(++Tr);const Cr=function(e,t){return Er[e-=0]};class yr extends e.Plugin{[Cr("0x25")](){const e=this.editor,n=e[Cr("0x2e")],o=n[Cr("0x10")][Cr("0x13")],s=e[Cr("0x1b")][Cr("0x26")](Cr("0x24")),r=e[Cr("0x6")],i=e[Cr("0x23")][Cr("0x26")](Cr("0x4")),x=e[Cr("0x23")][Cr("0x26")](Cr("0x20"));i&&x&&(s.enableCommand(Cr("0x20"),((e,r={})=>{const i=r;n.change((()=>{const e=Array[Cr("0x7")](o.getRanges()),r=o[Cr("0x17")]?[kr(n,o)]:e;if(!!(0,t.first)(function*(e,n){const o=e=>!!(0,t.first)(function*(e,t){for(const[n]of e[Cr("0x0")]()){const e=t[Cr("0x1")](n);e&&e[Cr("0x18")]&&(yield n)}}(e,n));for(const t of e[Cr("0x16")]())for(const e of t[Cr("0x29")]())!n[Cr("0x2c")](e)&&o(e)&&(yield e);for(const t of e[Cr("0x2f")]())o(t)&&(yield t);o(e)&&(yield e)}(o,n[Cr("0x1a")]))||0!==Object[Cr("0x27")](i)[Cr("0xa")])for(const e of r)s[Cr("0x14")](e,{commandName:"pasteFormat",commandParams:[i]})}))})),s._descriptionFactory[Cr("0x2a")]((t=>{const{data:n}=t;if(n&&"pasteFormat"===n.commandName){const t=[],o=n.commandParams[0];for(const[n,s]of Object[Cr("0x1f")](o))t.push(Ar(e,n,s));return t[Cr("0xa")]?{type:Cr("0x11"),content:Yo(r,Cr("0x21"),t.join(", "))}:{type:Cr("0x11"),content:Yo(r,Cr("0x9"))}}})),e[Cr("0x1b")][Cr("0x26")]("TrackChangesEditing")[Cr("0xd")](Cr("0x4")))}}function kr(e,t){const n=e[Cr("0x8")](t);e[Cr("0x1e")](n,{unit:Cr("0x15"),direction:Cr("0x22")});const o=n[Cr("0x19")]();e[Cr("0x1e")](n,{unit:Cr("0x15"),direction:Cr("0x3")});const s=n[Cr("0xe")]();return e.createRange(o,s)}function Ar(e,t,n){const o=e[Cr("0x6")].t,r=t.split(/(?=[A-Z])/).join(" "),i=o(r[Cr("0x1c")](0).toUpperCase()+r[Cr("0xb")](1))[Cr("0x2b")]();if("boolean"==typeof n)return i;if(Cr("0x2d")===t||Cr("0x5")===t){const t=(0,s.normalizeColorOptions)(e[Cr("0x28")][Cr("0x26")](Cr("0xf")))[Cr("0xc")]((e=>e.model==n));return i+" ("+(t?o(t.label)[Cr("0x2b")]():n)+")"}if(Cr("0x12")===t&&isNaN(parseFloat(n))){const t=e.plugins.get(Cr("0x30"))[Cr("0x2")](e[Cr("0x28")][Cr("0x26")](Cr("0x1d")))[Cr("0xc")]((e=>e[Cr("0x2e")]==n));return i+" ("+(t?o(t.title)[Cr("0x2b")]():n)+")"}return i+" ("+n+")"}const vr=["formatBlock","config","TrackChangesEditing","registerDescriptionCallback","paragraph","ELEMENT_HEADING","afterInit","match","locale","editor","registerElementLabel","document","plugins","isObject","HeadingEditing","checkChild","commandName","_descriptionFactory","model","selection","name","getSelectedBlocks","from","heading.options","value","filter","ELEMENT_HEADING_CUSTOM","change","heading","has","*Change to:* %0","enableCommand","get","format","blockName","commandParams"];var Rr,Sr;Rr=vr,Sr=134,function(e){for(;--e;)Rr.push(Rr.shift())}(++Sr);const Ir=function(e,t){return vr[e-=0]};class Lr extends e.Plugin{[Ir("0x10")](){const e=this[Ir("0x13")],t=e[Ir("0x12")],n=e[Ir("0xb")].get(Ir("0x21"));if(!e[Ir("0x16")][Ir("0x3")](Ir("0x18")))return;const o=e[Ir("0x16")][Ir("0x6")](Ir("0xc"));o[Ir("0x5")](Ir("0x2"),((t,n)=>{const s=n[Ir("0x22")],r=Array[Ir("0x20")](this.editor[Ir("0x1c")][Ir("0x15")][Ir("0x1d")][Ir("0x1f")]())[Ir("0x23")]((e=>{return t=e,n=s,(o=this[Ir("0x13")][Ir("0x1c")].schema)[Ir("0x19")](t.parent,n)&&!o[Ir("0x17")](t)&&t[Ir("0x1e")]!=n;var t,n,o}));e.model[Ir("0x1")]((()=>{for(const e of r)o.markBlockFormat(e,{commandName:Ir("0x2"),commandParams:[n],formatGroupId:Ir("0x8")},fs(e))}))}));for(const e of n)Ir("0xe")!=e.model&&o[Ir("0x1b")][Ir("0x14")](e[Ir("0x1c")],(t=>{const n=Nr(e[Ir("0x1c")]);return null!==n?s(t,n):r(t,e.title)}));function s(e,n){return Yo(t,Ir("0xf"),[e,n])}function r(e,n){return Yo(t,Ir("0x0"),[e,n])}o[Ir("0x1b")][Ir("0xd")]((e=>{const{type:o,data:i}=e;if(Ir("0xa")==o&&i&&Ir("0x2")==i[Ir("0x1a")]){const e=i[Ir("0x9")][0][Ir("0x22")],o=Nr(e);if(null!==o)return{type:Ir("0x7"),content:Yo(t,Ir("0x4"),s(1,o))};const x=n.find((t=>t[Ir("0x1c")]===e)).title;return{type:Ir("0x7"),content:Yo(t,Ir("0x4"),r(1,x))}}}))}}function Nr(e){const t=e[Ir("0x11")](/^heading(\d+)$/);return t?t[1]:null}const wr=["push","highlight.options","selection","format","commandName","_descriptionFactory","title","item","isCollapsed","highlight","hasAttribute","formatInline","getRanges","*Remove highlight*","get","editor","markInlineFormat","document","toLowerCase","color","plugins","value","*Set highlight:* %0","locale","getLastMatchingPosition","model","has","FORMAT_HIGHLIGHT","getFirstPosition","backward","enableCommand","getAttribute","commandParams"];var Mr,Or;Mr=wr,Or=252,function(e){for(;--e;)Mr.push(Mr.shift())}(++Or);const Fr=function(e,t){return wr[e-=0]};class Pr extends e.Plugin{afterInit(){const e=this[Fr("0x1b")];if(!e[Fr("0x20")][Fr("0x5")]("HighlightEditing"))return;const t=e.plugins[Fr("0x1a")]("TrackChangesEditing");t[Fr("0x9")](Fr("0x15"),((n,o={})=>{const s=e.model[Fr("0x1d")][Fr("0xe")],r=s.getAttribute(Fr("0x15"));let i=o[Fr("0x0")],x=[];if(s[Fr("0x14")]){const t=s[Fr("0x7")]();if(!s[Fr("0x16")](Fr("0x15")))return void n(o);{const n=e=>e[Fr("0x13")][Fr("0xa")](Fr("0x15"))===r,o=t[Fr("0x3")](n,{direction:Fr("0x8")}),s=t[Fr("0x3")](n);x=[e[Fr("0x4")].createRange(o,s)],i==r&&(i=null)}}else for(const t of s[Fr("0x18")]())i?x[Fr("0xc")](t):x.push(...ms(Fr("0x15"),t,e[Fr("0x4")]));e[Fr("0x4")].change((()=>{for(const e of x)t[Fr("0x1c")](e,{commandName:Fr("0x15"),commandParams:[{value:i}]})}))}));const n=e[Fr("0x2")];t[Fr("0x11")].registerDescriptionCallback((t=>{const{type:o,data:s}=t;if(Fr("0x17")==o&&s&&Fr("0x15")==s[Fr("0x10")]){const t=n.t,o=s[Fr("0xb")][0].value;if(o){const s=e.config[Fr("0x1a")](Fr("0xd")).find((e=>e[Fr("0x4")]==o)),r=t(s[Fr("0x12")])[Fr("0x1e")]();return{type:"format",content:Yo(n,Fr("0x1"),r),color:{value:s[Fr("0x1f")],title:s.title}}}return{type:Fr("0xf"),content:Yo(n,Fr("0x19"),Yo(n,Fr("0x6")))}}}))}}const Dr=["createPositionAt","createEmptyElement","showSuggestionHighlights","HorizontalLineEditing","insert","enableCommand","plugins","TrackChangesEditing","createContainerElement","ck-horizontal-line","conversion","get","div","afterInit","ELEMENT_HORIZONTAL_LINE","horizontalLine","_descriptionFactory","editor","has"];var Br,jr;Br=Dr,jr=437,function(e){for(;--e;)Br.push(Br.shift())}(++jr);const Ur=function(e,t){return Dr[e-=0]};class Gr extends e.Plugin{[Ur("0xd")](){const e=this[Ur("0x11")];if(!e[Ur("0x6")][Ur("0x12")](Ur("0x3")))return;e.plugins[Ur("0xb")](Ur("0x7"))[Ur("0x5")](Ur("0xf"));const t=e.plugins[Ur("0xb")](Ur("0x7")),n=e.locale;t[Ur("0x10")].registerElementLabel(Ur("0xf"),(e=>Yo(n,Ur("0xe"),e))),e[Ur("0xa")].for("dataDowncast").elementToStructure({model:Ur("0xf"),view:(e,{writer:t,options:n})=>{if(!n[Ur("0x2")])return null;const o=t[Ur("0x8")](Ur("0xc")),s=t[Ur("0x1")]("hr");return t.addClass(Ur("0x9"),o),t[Ur("0x4")](t[Ur("0x0")](o,0),s),o},converterPriority:"high"})}}const Hr=["htmlEmbed","afterInit","value","rawHtml","document","registerDescriptionCallback","get","getSelectedElement","change","_descriptionFactory","locale","selection","ELEMENT_HTML_EMBED","getAttribute","has","getCustomProperty","plugins","HtmlEmbed","rawHtmlApi","cancel","registerElementLabel","TrackChangesEditing"];var zr,Wr;zr=Hr,Wr=439,function(e){for(;--e;)zr.push(zr.shift())}(++Wr);const Vr=function(e,t){return Hr[e-=0]};class Kr extends e.Plugin{[Vr("0x2")](){const e=this.editor;if(!e.plugins[Vr("0xf")](Vr("0x12")))return;const t=e.plugins[Vr("0x7")](Vr("0x0")),n=e[Vr("0xb")],o=e.editing.view[Vr("0x5")][Vr("0xc")];t[Vr("0xa")][Vr("0x15")](Vr("0x4"),(e=>Yo(n,Vr("0xd"),e))),e[Vr("0x11")].get("TrackChangesEditing").enableCommand(Vr("0x1"),((n,s)=>{const r=e.model,i=r[Vr("0x5")][Vr("0xc")];r[Vr("0x9")]((()=>{const e=function(e){const t=e[Vr("0x8")]();return t&&t.is("element",Vr("0x4"))?e[Vr("0x8")]():null}(i);if(!e)return void n(null);const r=e[Vr("0xe")](Vr("0x3"))||"";void 0!==s&&s!==r&&(t.markBlockFormat(e,{commandName:"htmlEmbed",commandParams:[s]}),o[Vr("0x8")]()[Vr("0x10")](Vr("0x13"))[Vr("0x14")]())}))})),t[Vr("0xa")][Vr("0x6")]((e=>{const{data:t}=e;if(t&&Vr("0x1")==t.commandName){const e=Yo(n,"ELEMENT_HTML_EMBED");return{type:"format",content:Yo(n,"*Change %0 content*",e)}}}))}}const qr=["insertImage","*Set image width:* %0","forceDefaultExecution","ImageBlockEditing","detach","insertion","shouldConvertImageType","hasAttribute","length","discardSuggestion","ImageCaptionEditing","toggleImageCaption","title","getSuggestion","Block image to inline image","markDeletion","isOwn","createRange","normalizedStyles","get","createRangeOn","convertInlineImageToBlock","markInsertion","ELEMENT_IMAGE","removeObject","fromPosition","ImageStyleEditing","formatInline","isBefore","commands","uploadImage","document","format","caption","afterInit","author","*Set image text alternative:* %0","formatBlock","element","ImageCaptionUtils","commandParams","markBlockFormat","findIndex","editor","registerDescriptionCallback","_descriptionFactory","side","getSuggestionCallback","ImageUtils","plugins","change","getContainedElement","toLowerCase","discard","getCaptionFromImageModelElement","isInContent","isInlineImage","next","alt","newValue","getClosestSelectedImageElement","getNearestSelectionRange","chain","ImageTextAlternativeEditing","imageTypeBlock","hasSuggestion","getSuggestions","toPrevious","newRange","end","isEqual","ImageEditing","registerPostFixer","registerElementLabel","markInlineFormat","imageTypeInline","deletion","refresh","accept","commandReversedParams","value","registerCustomCallback","getFirstRange","subType","forward","previous","type","imageInline","_suggestionFactory","ImageResize","has","ELEMENT_CAPTION","getChangedMarkers","selection","FORMAT_SIDE_IMAGE","imageBlock","enableCommand","*Remove image text alternative*","start","*Format:* %0","imageTextAlternative","isIntersecting","imageStylePostApply","isCollapsed","commandName","imageStylePreApply","join","Inline image to block image","filter","imageStyle","Users","getAttribute","isBlockImage","schema","convertBlockImageToInline","model","width","head","suggestion","resizeImage","ImageInlineEditing","imageCaption","*Reset image width*"];var Xr,$r;Xr=qr,$r=221,function(e){for(;--e;)Xr.push(Xr.shift())}(++$r);const Qr=function(e,t){return qr[e-=0]};class Jr extends e.Plugin{[Qr("0x3b")](){const e=this[Qr("0x44")];if(!e[Qr("0x4a")][Qr("0x73")](Qr("0x60")))return;const n=e.plugins[Qr("0x2c")]("TrackChangesEditing"),o=e[Qr("0x4a")][Qr("0x2c")](Qr("0x49")),s={},r=e.locale;if(n[Qr("0x79")](Qr("0x19")),n[Qr("0x46")].registerElementLabel(Qr("0x78"),(e=>Yo(r,Qr("0x30"),e))),n._descriptionFactory.registerElementLabel(Qr("0x70"),(e=>Yo(r,"ELEMENT_INLINE_IMAGE",e))),n[Qr("0x46")][Qr("0x62")](Qr("0x3a"),(()=>Yo(r,Qr("0x74")))),e[Qr("0x4a")].has("ImageUploadEditing")&&n[Qr("0x79")](Qr("0x37")),e.plugins.has(Qr("0x1c"))&&e[Qr("0x4a")][Qr("0x73")](Qr("0x16"))&&(n.enableCommand("imageTypeInline",((t,s)=>{const r=o[Qr("0x55")](e[Qr("0x11")].document[Qr("0x76")]);e.model.change((()=>{n[Qr("0x42")](r,{commandName:Qr("0x64"),commandParams:[s]},[],"convertBlockImageToInline")}))})),n[Qr("0x79")](Qr("0x59"),((t,s)=>{e[Qr("0x11")][Qr("0x4b")]((r=>{let x=o.getClosestSelectedImageElement(e[Qr("0x11")].document.selection),a=r[Qr("0x2d")](x);const c=i.LivePosition[Qr("0x32")](a[Qr("0x0")],Qr("0x5c")),l=i.LivePosition[Qr("0x32")](a[Qr("0x5e")],"toNext");n[Qr("0x1b")]((()=>t(s))),x=o[Qr("0x55")](e.model[Qr("0x38")].selection),a=r[Qr("0x2d")](x);const u=r[Qr("0x2a")](c,l);c[Qr("0x1d")](),l.detach(),n.markBlockFormat(x,{commandName:Qr("0x64"),commandParams:[]},[],"convertInlineImageToBlock"),u[Qr("0x0")][Qr("0x35")](a[Qr("0x0")])&&n.markInsertion(r[Qr("0x2a")](u[Qr("0x0")],a.start),Qr("0x2e")),a[Qr("0x5e")].isBefore(u.end)&&n[Qr("0x2f")](r[Qr("0x2a")](a[Qr("0x5e")],u.end),"convertInlineImageToBlock")}))})),n[Qr("0x71")][Qr("0x6a")](Qr("0x3e"),"convertInlineImageToBlock","join",(()=>{})),n._suggestionFactory[Qr("0x6a")]("formatBlock",Qr("0x2e"),Qr("0x67"),(()=>{})),n[Qr("0x71")].registerCustomCallback(Qr("0x3e"),Qr("0x2e"),"discard",n[Qr("0x71")][Qr("0x48")](Qr("0x3e"),"",Qr("0x67"))),n._suggestionFactory.registerCustomCallback("insertion","convertInlineImageToBlock",Qr("0x8"),(()=>{})),n._suggestionFactory[Qr("0x6a")](Qr("0x1e"),"convertInlineImageToBlock",Qr("0x4e"),(([t])=>{const o=n[Qr("0x71")][Qr("0x48")](Qr("0x1e"),"",Qr("0x4e"));let s=t[Qr("0x0")],r=t[Qr("0x5e")];const i=e[Qr("0x11")].schema.getNearestSelectionRange(s,"backward"),x=e[Qr("0x11")][Qr("0xf")][Qr("0x56")](r,Qr("0x6d"));i[Qr("0x5")]&&(s=i.start),x[Qr("0x5")]&&(r=x[Qr("0x5e")]),o([e[Qr("0x11")][Qr("0x2a")](s,r)])})),n._suggestionFactory.registerCustomCallback(Qr("0x3e"),"convertInlineImageToBlock","chain",c),n[Qr("0x71")][Qr("0x6a")]("insertion",Qr("0x2e"),Qr("0x57"),c)),e[Qr("0x4a")][Qr("0x73")](Qr("0x23"))&&(n[Qr("0x79")](Qr("0x24"),((t,s)=>{const r=e.plugins[Qr("0x2c")](Qr("0x40"));let i=o.getClosestSelectedImageElement(e.model.document[Qr("0x76")]),x=r[Qr("0x4f")](i);e[Qr("0x11")][Qr("0x4b")]((()=>{if(x)return void n[Qr("0x28")](e.model[Qr("0x2d")](x));const a=o.isBlockImage(i);t(s),i=o[Qr("0x55")](e.model[Qr("0x38")].selection),x=r.getCaptionFromImageModelElement(i),n[Qr("0x2f")](e[Qr("0x11")][Qr("0x2d")](x),a?null:Qr("0x17"))}))})),n._suggestionFactory.registerCustomCallback(Qr("0x1e"),Qr("0x17"),Qr("0x57"),c)),e.plugins.has("ImageStyleEditing")){n[Qr("0x79")](Qr("0xb"),((s,r)=>{const i=e[Qr("0x4a")].get(Qr("0xc")).me,x=e[Qr("0x36")][Qr("0x2c")](Qr("0xb"));let a=o[Qr("0x55")](e[Qr("0x11")][Qr("0x38")][Qr("0x76")]),c=e[Qr("0x11")][Qr("0x2d")](a),l=x[Qr("0x69")];if(l==r.value)return;const u={commandName:Qr("0xb"),commandParams:[r],formatGroupId:(0,t.uid)()};e[Qr("0x11")].change((()=>{if(n[Qr("0x5b")]().filter((e=>e[Qr("0x50")]&&i==e[Qr("0x3c")]&&("formatBlock"==e[Qr("0x6f")]||"formatInline"==e[Qr("0x6f")])&&(Qr("0x7")==e[Qr("0x6c")]||Qr("0x4")==e[Qr("0x6c")])&&e[Qr("0x6b")]()[Qr("0x5f")](c))).forEach((e=>n.discardSuggestion(e[Qr("0x13")]))),a=o[Qr("0x55")](e.model[Qr("0x38")].selection),c=e[Qr("0x11")].createRangeOn(a),x.refresh(),e[Qr("0x36")][Qr("0x2c")](Qr("0x64")).refresh(),e[Qr("0x36")][Qr("0x2c")](Qr("0x59"))[Qr("0x66")](),l=x[Qr("0x69")],l!=r.value)return o[Qr("0x51")](a)&&x[Qr("0x1f")](r[Qr("0x69")],a)?(s(r),a=o[Qr("0x55")](e.model.document[Qr("0x76")]),void n[Qr("0x42")](a,{...u,commandReversedParams:[{value:l||null}]},[],Qr("0x7"))):void(o.isBlockImage(a)?n[Qr("0x42")](a,u,[],Qr("0x4")):n[Qr("0x63")](c,u,Qr("0x4")))}))}));for(const t of e[Qr("0x4a")].get(Qr("0x33"))[Qr("0x2b")])s[t.name]=t[Qr("0x25")][Qr("0x4d")]();n[Qr("0x71")][Qr("0x6a")](Qr("0x3e"),Qr("0x7"),Qr("0x8"),(()=>{})),n._suggestionFactory[Qr("0x6a")](Qr("0x3e"),"imageStylePostApply",Qr("0x8"),(()=>{})),n._suggestionFactory[Qr("0x6a")](Qr("0x34"),Qr("0x4"),Qr("0x8"),(()=>{})),n[Qr("0x71")][Qr("0x6a")](Qr("0x3e"),Qr("0x7"),"accept",(()=>{})),n[Qr("0x71")].registerCustomCallback("formatBlock","imageStylePreApply",Qr("0x4e"),((e,t)=>{n[Qr("0x71")].getSuggestionCallback(Qr("0x3e"),"",Qr("0x67"))(e,{commandName:t[Qr("0x6")],commandParams:t[Qr("0x68")]})})),n[Qr("0x71")][Qr("0x6a")](Qr("0x3e"),"imageStylePreApply",Qr("0x57"),c)}const x=[{type:Qr("0x3e"),subType:Qr("0x7")},{type:Qr("0x1e"),subType:Qr("0x17")},{type:Qr("0x3e"),subType:"convertInlineImageToBlock"},{type:"insertion",subType:Qr("0x2e")}];function a(e,t){const s=x[Qr("0x43")]((({type:t,subType:n})=>e.type==t&&e[Qr("0x6c")]==n)),r=x.findIndex((({type:e,subType:n})=>t[Qr("0x6f")]==e&&t[Qr("0x6c")]==n));if(s<0||r<0)return!1;const i=e[Qr("0x6b")](),a=t.getFirstRange();if((0==s||1==s)&&2==r&&i[Qr("0x3")](a))return!0;if(2==s&&3==r){const e=n._findSuggestions(i,Qr("0x1e"))[Qr("0xa")]((({suggestion:e,meta:t})=>t[Qr("0x29")]&&Qr("0x2e")==e[Qr("0x6c")]));if(e[Qr("0x21")]>1&&a[Qr("0x5e")][Qr("0x5f")](i.start))return!0;if(1==e[Qr("0x21")]&&(i[Qr("0x0")][Qr("0x5f")](a.end)||i[Qr("0x5e")][Qr("0x5f")](a[Qr("0x0")])))return!0}if(3==s&&3==r&&i[Qr("0x0")][Qr("0x35")](a[Qr("0x0")])){const e=i[Qr("0x5e")].nodeAfter,t=a[Qr("0x0")].nodeBefore;return o[Qr("0xe")](e)&&e===t}return!1}function c(e,t){return a(e,t)?[e,t]:a(t,e)?[t,e]:null}e[Qr("0x11")][Qr("0x38")][Qr("0x61")]((()=>{let t=!1;const s=Array.from(e[Qr("0x11")][Qr("0x38")].differ[Qr("0x75")]());for(const{name:e,data:r}of s){const{group:s,type:i,subType:x,id:a}=n._splitMarkerName(e);if(Qr("0x14")==s&&n[Qr("0x5a")](a)){if(Qr("0x3e")==i&&(Qr("0x7")==x||"imageStylePostApply"==x)){const e=n[Qr("0x26")](a);if(r[Qr("0x5d")]){const s=e[Qr("0x6b")]().getContainedElement();if(o[Qr("0xe")](s))continue;n.discardSuggestion(e),t=!0}}if(Qr("0x1e")==i&&Qr("0x17")==x&&!r.newRange){const e=n.getSuggestion(a);e[Qr("0x52")]&&e[Qr("0x52")][Qr("0x50")]&&(n[Qr("0x22")](e[Qr("0x52")]),t=!0)}}}return t})),e[Qr("0x4a")][Qr("0x73")](Qr("0x72"))&&n[Qr("0x79")](Qr("0x15"),((t,s)=>{const r=o[Qr("0x55")](e[Qr("0x11")][Qr("0x38")][Qr("0x76")]);r[Qr("0xd")](Qr("0x12"))!=s[Qr("0x12")]&&e[Qr("0x11")].change((()=>{n[Qr("0x42")](r,{commandName:Qr("0x15"),commandParams:[s]})}))})),e[Qr("0x4a")][Qr("0x73")](Qr("0x58"))&&n[Qr("0x79")]("imageTextAlternative",((t,s)=>{const r=o[Qr("0x55")](e[Qr("0x11")].document[Qr("0x76")]);(r[Qr("0x20")](Qr("0x53"))?r[Qr("0xd")](Qr("0x53")):"")!=s.newValue&&e[Qr("0x11")].change((()=>{n[Qr("0x42")](r,{commandName:Qr("0x2"),commandParams:[s]})}))})),n._descriptionFactory[Qr("0x45")]((e=>{if(x.find((({type:t,subType:n})=>e[Qr("0x6f")]==t&&e[Qr("0x6c")]==n)))return e[Qr("0x6e")]?{}:void 0})),n[Qr("0x46")][Qr("0x45")]((e=>{if("insertion"==e[Qr("0x6f")]||Qr("0x65")==e[Qr("0x6f")]){const t=e[Qr("0x4c")]();if(t&&t.is(Qr("0x3f"),Qr("0x3a")))return{type:Qr("0x1e")==e[Qr("0x6f")]?"addObject":Qr("0x31"),element:t,quantity:1}}})),n[Qr("0x46")][Qr("0x45")]((e=>Qr("0x3e")==e[Qr("0x6f")]&&Qr("0x2e")==e[Qr("0x6c")]?{type:Qr("0x39"),content:Qr("0x9")}:Qr("0x3e")==e[Qr("0x6f")]&&Qr("0x10")==e[Qr("0x6c")]?{type:Qr("0x39"),content:Qr("0x27")}:void 0)),n[Qr("0x46")].registerDescriptionCallback((e=>{const{data:t}=e;if(t){if(Qr("0xb")==t[Qr("0x6")]){const e=t.commandParams[0][Qr("0x69")];return n=Qr("0x47")===e?Yo(r,Qr("0x77")):s[e]||e,{type:Qr("0x39"),content:Yo(r,Qr("0x1"),n)}}if(Qr("0x2")==t[Qr("0x6")]){const e=t[Qr("0x41")][0][Qr("0x54")];return e?{type:Qr("0x39"),content:Yo(r,Qr("0x3d"),'"'+e+'"')}:{type:Qr("0x39"),content:Yo(r,Qr("0x7a"))}}if(Qr("0x15")==t[Qr("0x6")]){const e=t.commandParams[0][Qr("0x12")];return e?{type:"format",content:Yo(r,Qr("0x1a"),e)}:{type:Qr("0x39"),content:Yo(r,Qr("0x18"))}}}var n}))}}const Zr=["get","registerDescriptionCallback","subType","src","selection","registerCustomCallback","format","model","handleSuggestionDescription","has","formatBlock","plugins","TrackChangesEditing","author","getAttribute","accept","enableCommand","change","data","editor","locale","ImageEditing","_suggestionFactory","source","discard","handleReplaceImageCommand","markBlockFormat","Users","getSuggestions","commandParams","document","replaceImageSource","*Format:* replace image URL","getContainedElement"];var Yr,ei;Yr=Zr,ei=428,function(e){for(;--e;)Yr.push(Yr.shift())}(++ei);const ti=function(e,t){return Zr[e-=0]};class ni extends e.Plugin{afterInit(){if(!this[ti("0x21")][ti("0x19")][ti("0x17")](ti("0x1")))return;const e=this.editor[ti("0x19")].get(ti("0x1a"));e[ti("0x1e")]("replaceImageSource",((e,t)=>this[ti("0x5")](e,t))),e[ti("0x2")][ti("0x13")](ti("0x18"),ti("0xb"),ti("0x1d"),e[ti("0x2")].getSuggestionCallback(ti("0x18"),null,ti("0x4"))),e[ti("0x2")].registerCustomCallback(ti("0x18"),ti("0xb"),ti("0x4"),e[ti("0x2")].getSuggestionCallback(ti("0x18"),null,"accept")),e._descriptionFactory[ti("0xf")]((e=>this[ti("0x16")](e)))}[ti("0x5")](e,t){const n=this[ti("0x21")][ti("0x19")][ti("0xe")]("TrackChangesEditing"),o=this.editor[ti("0x15")][ti("0xa")][ti("0x12")].getSelectedElement();this[ti("0x21")][ti("0x15")][ti("0x1f")]((()=>{let s=o[ti("0x1c")](ti("0x11"));const r=this[ti("0x21")][ti("0x19")][ti("0xe")](ti("0x7")).me;for(const e of n[ti("0x8")]({skipNotAttached:!0})){const t=e[ti("0xd")]();if(ti("0xb")===e[ti("0x10")]&&t===o){e[ti("0x1b")]!==r&&e[ti("0x4")](),s=e[ti("0x20")][ti("0x9")][0][ti("0x3")];break}}e(t),n[ti("0x6")](o,{commandName:ti("0xb"),commandParams:[{source:s}]},[],ti("0xb"))}))}[ti("0x16")](e){const{data:t}=e;if(t&&ti("0xb")===t.commandName){const e=ti("0xc");return{type:ti("0x14"),content:Yo(this[ti("0x21")][ti("0x0")],e)}}}}const oi=["bind","editor","commands","plugins","execute","importWord","Users","_trackChangesExecuted","_setSuggestionData","listenTo","dataInsert","collaboration_features","_handleImportedData","trackChanges","afterInit","value","TrackChangesEditing","track_changes","get","forEach","_trackChangesValueDuringImport"];var si,ri;si=oi,ri=199,function(e){for(;--e;)si.push(si.shift())}(++ri);const ii=function(e,t){return oi[e-=0]};class xi extends e.Plugin{constructor(e){super(e),this[ii("0xa")]=!1,this[ii("0x12")]=!1}[ii("0x4")](){const e=this[ii("0xc")],t=e.commands.get(ii("0x10")),n=e[ii("0xd")].get(ii("0x3"));t&&(t.on(ii("0xf"),((e,[,t])=>{this[ii("0xa")]=n[ii("0x5")],t[ii("0x1")][ii("0x7")]=!this[ii("0xa")]}),{priority:"high"}),this[ii("0x14")](t,ii("0x0"),this[ii("0x2")][ii("0xb")](this)),this.listenTo(t,ii("0x0"),(()=>{this[ii("0x12")]&&(n.execute(),this._trackChangesExecuted=!1)}),{priority:"lowest"}),e[ii("0xe")].get(ii("0x6")).enableCommand(ii("0x10")))}[ii("0x2")](e,t){const{suggestions:n}=t,o=this[ii("0xc")].commands.get(ii("0x3")),s=o[ii("0x5")];this[ii("0xa")]!==s&&(o[ii("0xf")](),this[ii("0x12")]=!0),n&&n[ii("0x9")]((({id:e,type:t,author:n,created_at:o})=>{const s={id:e,type:t,authorId:this.editor[ii("0xe")][ii("0x8")](ii("0x11")).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:n,createdAt:o?new Date(o):new Date,source:ii("0x10")}}};this[ii("0xc")].plugins.get(ii("0x6"))[ii("0x13")](s)}))}}const ai=["blockIndent","change","locale","*Indent:* %0","commandName","model","get","getItems","markBlockFormat","afterInit","selection","IndentBlock","getSelectedBlocks","_descriptionFactory","*Outdent:* %0","plugins","indentBlock","schema","outdentBlock","editor","checkAttribute","IndentEditing","enableCommand","has","indent","TrackChangesEditing","format"];var ci,li;ci=ai,li=145,function(e){for(;--e;)ci.push(ci.shift())}(++li);const ui=function(e,t){return ai[e-=0]};class di extends e.Plugin{[ui("0x1a")](){const e=this[ui("0x9")],t=e.plugins[ui("0x17")](ui("0xf"));e[ui("0x5")][ui("0xd")](ui("0xb"))&&(t[ui("0xc")](ui("0xe")),t.enableCommand("outdent"));const n=e[ui("0x13")];if(e[ui("0x5")][ui("0xd")](ui("0x1"))){for(const n of[ui("0x6"),ui("0x8")])t[ui("0xc")](n,(()=>{const o=Array.from(this[ui("0x9")][ui("0x16")].document[ui("0x0")][ui("0x2")]()).filter((e=>this[ui("0x9")][ui("0x16")][ui("0x7")][ui("0xa")](e,ui("0x11"))));e.model[ui("0x12")]((()=>{for(const e of o)t[ui("0x19")](e,{commandName:n,commandParams:[{value:""}],formatGroupId:ui("0x6")})}))}));t[ui("0x3")].registerDescriptionCallback((e=>{const{data:o}=e;if(!o)return;if(ui("0x6")!=o[ui("0x15")]&&ui("0x8")!=o[ui("0x15")])return;const s=e[ui("0x18")]()[0],r=t[ui("0x3")].getItemLabel(s);return ui("0x6")==o[ui("0x15")]?{type:ui("0x10"),content:Yo(n,ui("0x14"),r)}:ui("0x8")==o.commandName?{type:ui("0x10"),content:Yo(n,ui("0x4"),r)}:void 0}))}}}var gi,mi,fi=["requires","input","plugins","enableCommand","get","init"];gi=fi,mi=168,function(e){for(;--e;)gi.push(gi.shift())}(++mi);var hi=function(e,t){return fi[e-=0]};class pi extends e.Plugin{static get[hi("0x0")](){return[Vs.Input]}[hi("0x5")](){this.editor[hi("0x2")][hi("0x4")]("TrackChangesEditing")[hi("0x3")](hi("0x1"))}}const bi=["commandParams","plugins","locale","getFirstPosition","model","link","format","commandName","selection","TrackChangesEditing","*Set link:* %0","linkHref","document","from","_descriptionFactory","getFirstRange","editor","get","unlink","hasAttribute","afterInit","change","enableCommand","getRanges","getAttribute","LinkEditing","registerDescriptionCallback","markInlineFormat","isCollapsed"];var Ei,_i;Ei=bi,_i=439,function(e){for(;--e;)Ei.push(Ei.shift())}(++_i);const Ti=function(e,t){return bi[e-=0]};class Ci extends e.Plugin{[Ti("0x10")](){const e=this.editor;if(!e[Ti("0x1a")].has(Ti("0x15")))return;const t=e.plugins[Ti("0xd")](Ti("0x5"));t[Ti("0x12")](Ti("0x1"),((n,o)=>{const s=e.model[Ti("0x8")].selection;let r=[];if(s[Ti("0x18")]){if(!s[Ti("0xf")]("linkHref"))return void n(o);{const t=(0,Vs.findAttributeRange)(s[Ti("0x1c")](),Ti("0x7"),s[Ti("0x14")](Ti("0x7")),e[Ti("0x0")]);r=[t]}}else r=Array[Ti("0x9")](s[Ti("0x13")]());e.model.change((()=>{for(const e of r)t[Ti("0x17")](e,{commandName:Ti("0x1"),commandParams:[o]})}))})),t.enableCommand(Ti("0xe"),(()=>{const n=this[Ti("0xc")][Ti("0x0")],o=n[Ti("0x8")][Ti("0x4")];n[Ti("0x11")]((()=>{let n=[];n=o[Ti("0x18")]?[(0,Vs.findAttributeRange)(o[Ti("0x1c")](),Ti("0x7"),o[Ti("0x14")](Ti("0x7")),e.model)]:ms(Ti("0x7"),o[Ti("0xb")](),e.model);for(const e of n)t[Ti("0x17")](e,{commandName:"unlink",commandParams:[]})}))})),t[Ti("0xa")][Ti("0x16")]((t=>{const{data:n}=t,o=e[Ti("0x1b")];if(n){if(Ti("0x1")==n.commandName){const e=n[Ti("0x19")][0];return{type:Ti("0x2"),content:Yo(o,Ti("0x6"),'"'+e+'"')}}return Ti("0xe")==n[Ti("0x3")]?{type:Ti("0x2"),content:Yo(o,"*Remove link*")}:void 0}}))}}const yi=["slice","todoListChecked","change","listItem","selection","getAttribute","bulletedList","from","length","*Uncheck item*","checkTodoList","forceValue","value","ELEMENT_TODO_LIST","has","editor","locale","filter","listType","_selectedElements","end","numberedList","createRange","registerElementLabel","TrackChangesEditing","commands","listIndent","todoList","nextSibling","get","execute","numbered","bulleted","getSelectedBlocks","createPositionAt","format","ListEditing","ELEMENT_NUMBERED_LIST","parent","previousSibling","element","plugins","afterInit","blockName","model","ELEMENT_LIST_ITEM","TodoListEditing","checkChild","commandName","replace","indentList","registerDescriptionCallback","outdentList","markBlockFormat","_descriptionFactory","enableCommand","*Outdent:* %0","add","*Check item*","findIndex","isObject","name","document","List"];var ki,Ai;ki=yi,Ai=463,function(e){for(;--e;)ki.push(ki.shift())}(++Ai);const vi=function(e,t){return yi[e-=0]};class Ri extends e.Plugin{[vi("0x1b")](){const e=this[vi("0x0")],t=e[vi("0x1")];if(!e.plugins[vi("0x3f")](vi("0x15")))return;const n=e[vi("0x1a")][vi("0xe")](vi("0x9")),o=e[vi("0x1a")][vi("0x3f")](vi("0x1f"));function s(t){return()=>{const o=e[vi("0x1d")][vi("0x2f")].selection,s=e.commands[vi("0xe")](t);if(s[vi("0x3d")])return void e[vi("0xf")]("paragraph",{});const r=t[vi("0x31")](0,-4),i=function(e,t,n){let o=Array[vi("0x38")](e)[vi("0x2")]((e=>{return t=e,(o=n)[vi("0x20")](t[vi("0x17")],vi("0x34"))&&!o[vi("0x2d")](t);var t,o}));o=o[vi("0x2")]((e=>!e.is("element",vi("0x34"))||e[vi("0x36")](vi("0x3"))!=t));const s=new Set;for(const e of o)e.is(vi("0x19"),vi("0x34"))?s[vi("0x2a")](Si(e)):s[vi("0x2a")](e);return Array[vi("0x38")](s)}(o[vi("0x12")](),r,e[vi("0x1d")].schema);e[vi("0x1d")].change((()=>{for(const e of i)n.markBlockFormat(e,{commandName:t,commandParams:[{forceValue:!s[vi("0x3d")]}],formatGroupId:vi("0x1c")},Ii(e))}))}}function r(t){return()=>{const o=function(e){let t=Array[vi("0x38")](e);const n=t[vi("0x2c")]((e=>vi("0x34")!=e[vi("0x2e")]));return n>-1&&(t=t[vi("0x31")](0,n)),t}(e[vi("0x1d")][vi("0x2f")][vi("0x35")].getSelectedBlocks()),s=e[vi("0x1d")][vi("0x7")](e.model[vi("0x13")](o[0],"before"),e[vi("0x1d")].createPositionAt(o[o[vi("0x39")]-1],vi("0x5")));e[vi("0x1d")][vi("0x33")]((()=>{n[vi("0x26")](s,{commandName:t,commandParams:[],formatGroupId:vi("0xb")},function(e){const t=new Set;for(const n of e){let e=n.nextSibling;for(;e&&e[vi("0x36")]("listIndent")>n.getAttribute(vi("0xb"));)t[vi("0x2a")](e),e=e.nextSibling}return Array[vi("0x38")](t)}(o))}))}}n[vi("0x28")](vi("0x6"),s(vi("0x6"))),n.enableCommand("bulletedList",s(vi("0x37"))),o&&n[vi("0x28")](vi("0xc"),s(vi("0xc"))),n.enableCommand(vi("0x23"),r(vi("0x23"))),n[vi("0x28")](vi("0x25"),r(vi("0x25"))),o&&n[vi("0x28")](vi("0x3b"),(()=>{const t=e[vi("0xa")][vi("0xe")]("checkTodoList"),o=Array[vi("0x38")](t[vi("0x4")]);o[vi("0x2")]((e=>e[vi("0x36")](vi("0x32"))!=t[vi("0x3d")])),e[vi("0x1d")][vi("0x33")]((()=>{for(const e of o)n[vi("0x26")](e,{commandName:vi("0x3b"),commandParams:[{forceValue:!t[vi("0x3d")]}]})}))})),n._descriptionFactory[vi("0x8")](vi("0x34"),(e=>Yo(t,vi("0x1e"),e))),n[vi("0x27")][vi("0x24")]((e=>{const{data:n}=e;if(n){if(vi("0x6")==n[vi("0x21")]||vi("0x37")==n.commandName||vi("0xc")==n.commandName)switch(n[vi("0x21")][vi("0x22")](vi("0x30"),"")){case vi("0x11"):return o(Yo(t,"ELEMENT_BULLETED_LIST"));case vi("0x10"):return o(Yo(t,vi("0x16")));case"todo":return o(Yo(t,vi("0x3e")))}if("indentList"==n[vi("0x21")])return{type:vi("0x14"),content:Yo(t,"*Indent:* %0",Yo(t,vi("0x1e")))};if(vi("0x25")==n[vi("0x21")])return{type:"format",content:Yo(t,vi("0x29"),Yo(t,"ELEMENT_LIST_ITEM"))};if(vi("0x3b")==n.commandName)return n.commandParams[0][vi("0x3c")]?{type:vi("0x14"),content:Yo(t,vi("0x2b"))}:{type:vi("0x14"),content:Yo(t,vi("0x3a"))}}function o(e){return{type:vi("0x14"),content:Yo(t,"*Change to:* %0",e)}}}))}}function Si(e){const t=e[vi("0x36")](vi("0xb"));if(0==t)return e;let n=e;for(;e[vi("0x18")]&&e[vi("0x18")].is(vi("0x19"),vi("0x34"));){const o=e[vi("0x18")][vi("0x36")]("listIndent");if(o==t)n=e[vi("0x18")];else if(o<t)break;e=e[vi("0x18")]}return n}function Ii(e){const t=[];if(e.is(vi("0x19"),vi("0x34"))&&e.getAttribute("listIndent")>0){let n=e.nextSibling;for(;n&&vi("0x34")==n[vi("0x2e")]&&n.getAttribute(vi("0xb"))==e[vi("0x36")](vi("0xb"));)t.push(n),n=n[vi("0xd")]}return t}const Li=["backward","list.properties","commandParams","push","getLastPosition","registerDescriptionCallback","ListUtils","listStart","locale","handleListReversedCommand","listItem","listReversed","ELEMENT_","styles","unshift","getAttribute","plugins","map","getListTypeFromListStyleType","toUpperCase","before","createPositionAt","listType","numbered","flat","change","selection","type","_getSuggestionBlocks","config","element","commandName","filter","editor","get","getSiblingNodes","document","model","*Format:* set order to reversed","getFirstPosition","from","_getTranslationKeyForListStyle","format","handleListStyleCommand","*Format:* set order to regular","markMultiRangeBlockFormat","TrackChangesEditing","ListPropertiesEditing","handleListStartCommand","*Format:* set start index to %0","handleDescriptions","bind","_getSuggestionBlocksForListStyle","enableCommand","length","createRange","parent","listStyle","forward","getSelectedBlocks"];var Ni,wi;Ni=Li,wi=207,function(e){for(;--e;)Ni.push(Ni.shift())}(++wi);const Mi=function(e,t){return Li[e-=0]};class Oi extends e.Plugin{afterInit(){if(!this[Mi("0x6")][Mi("0x31")].has(Mi("0x14")))return;const e=this[Mi("0x6")][Mi("0x2")].get(Mi("0x22")),t=this.editor[Mi("0x31")][Mi("0x7")](Mi("0x13"));e[Mi("0x2e")]&&t[Mi("0x1a")](Mi("0x1e"),this[Mi("0x10")][Mi("0x18")](this)),e.reversed&&t[Mi("0x1a")]("listReversed",this[Mi("0x2a")][Mi("0x18")](this)),e.startIndex&&t[Mi("0x1a")](Mi("0x28"),this[Mi("0x15")][Mi("0x18")](this)),t._descriptionFactory[Mi("0x26")](this[Mi("0x17")].bind(this))}[Mi("0x10")](e,t={}){const n=this[Mi("0x6")][Mi("0x31")][Mi("0x7")]("TrackChangesEditing"),o=this[Mi("0x19")]();this[Mi("0x6")][Mi("0xa")][Mi("0x3a")]((()=>{n[Mi("0x12")](o,{commandName:Mi("0x1e"),commandParams:[{type:t[Mi("0x0")]}],formatGroupId:Mi("0x1e")})}))}[Mi("0x2a")](e,t={}){const n=this[Mi("0x6")][Mi("0x31")][Mi("0x7")](Mi("0x13")),o=this[Mi("0x1")]((e=>e.is(Mi("0x3"),Mi("0x2b"))&&"numbered"===e[Mi("0x30")](Mi("0x37"))));if(o[Mi("0x1b")]<1)return;const s=o[Mi("0x32")]((e=>this[Mi("0x6")][Mi("0xa")][Mi("0x1c")](this[Mi("0x6")][Mi("0xa")][Mi("0x36")](e,Mi("0x35")),this[Mi("0x6")][Mi("0xa")][Mi("0x36")](e,0))));this[Mi("0x6")][Mi("0xa")].change((()=>{n[Mi("0x12")](s,{commandName:Mi("0x2c"),commandParams:[{reversed:t.reversed}],formatGroupId:Mi("0x2c")})}))}[Mi("0x15")](e,t={}){const n=this.editor[Mi("0x31")][Mi("0x7")](Mi("0x13")),o=this[Mi("0x1")]((e=>e.is(Mi("0x3"),Mi("0x2b"))&&Mi("0x38")===e[Mi("0x30")]("listType")));if(o.length<1)return;const s=o[Mi("0x32")]((e=>this[Mi("0x6")].model.createRange(this[Mi("0x6")].model[Mi("0x36")](e,Mi("0x35")),this[Mi("0x6")].model.createPositionAt(e,0))));this[Mi("0x6")].model[Mi("0x3a")]((()=>{n.markMultiRangeBlockFormat(s,{commandName:Mi("0x28"),commandParams:[{startIndex:t.startIndex}],formatGroupId:Mi("0x28")})}))}[Mi("0x17")](e){const t=this[Mi("0x6")][Mi("0x29")],{data:n}=e;if(!n)return;let o,s;switch(n[Mi("0x4")]){case Mi("0x1e"):o="*Change to:* %0",s={type:Mi("0xf"),content:Yo(t,o,Yo(t,this[Mi("0xe")](n.commandParams[0].type)))};break;case Mi("0x2c"):o=n[Mi("0x23")][0].reversed?Mi("0xb"):Mi("0x11"),s={type:"format",content:Yo(t,o)};break;case"listStart":o=Mi("0x16"),s={type:Mi("0xf"),content:Yo(t,o,n[Mi("0x23")][0].startIndex)}}return s}[Mi("0x19")](){var e,t,n,o;const s=this[Mi("0x6")][Mi("0x31")][Mi("0x7")]("ListUtils");let r=Array[Mi("0xd")](this.editor.model[Mi("0x9")][Mi("0x3b")][Mi("0x20")]());return(null===(e=r[0])||void 0===e?void 0:e.is(Mi("0x3"),Mi("0x2b")))&&r[Mi("0x2f")](...s[Mi("0x8")](this[Mi("0x6")].model.document[Mi("0x3b")][Mi("0xc")](),Mi("0x21"))),(null===(t=r[r[Mi("0x1b")]-1])||void 0===t?void 0:t.is("element",Mi("0x2b")))&&r[Mi("0x24")](...s[Mi("0x8")](this[Mi("0x6")][Mi("0xa")].document.selection[Mi("0x25")](),Mi("0x1f"))),r=[...new Set(r)],(null===(o=null===(n=this[Mi("0x6")].model[Mi("0x9")][Mi("0x3b")][Mi("0xc")]())||void 0===n?void 0:n[Mi("0x1d")])||void 0===o?void 0:o.is(Mi("0x3"),Mi("0x2b")))&&(r=r[Mi("0x5")]((e=>e.is(Mi("0x3"),Mi("0x2b"))))),r}[Mi("0x1")](e){const t=this.editor[Mi("0x31")][Mi("0x7")](Mi("0x27"));let n=Array[Mi("0xd")](this[Mi("0x6")][Mi("0xa")][Mi("0x9")][Mi("0x3b")][Mi("0x20")]())[Mi("0x5")](e).map((e=>{const n=this[Mi("0x6")].model[Mi("0x36")](e,0);return[...t[Mi("0x8")](n,Mi("0x21")),...t[Mi("0x8")](n,Mi("0x1f"))]}))[Mi("0x39")]();return n=[...new Set(n)],n}[Mi("0xe")](e){return Mi("0x2d")+this.editor[Mi("0x31")][Mi("0x7")]("ListUtils")[Mi("0x33")](e).toUpperCase()+"_LIST_"+e[Mi("0x34")]().replace(/-/g,"_")}}const Fi=["ELEMENT_MEDIA","media","editor","registerElementLabel","get","elementToElement","for","showSuggestionHighlights","createEmptyElement","downcastDispatcher","mediaEmbed","attribute:url:media","conversion","data","stop","div","plugins","_descriptionFactory","afterInit","high","TrackChangesEditing","has","dataDowncast"];var Pi,Di;Pi=Fi,Di=238,function(e){for(;--e;)Pi.push(Pi.shift())}(++Di);const Bi=function(e,t){return Fi[e-=0]};class ji extends e.Plugin{[Bi("0xa")](){const e=this[Bi("0x11")];if(!e[Bi("0x8")][Bi("0xd")]("MediaEmbedEditing"))return;const t=e[Bi("0x8")][Bi("0x13")](Bi("0xc")),n=e.locale;t.enableCommand(Bi("0x2")),t[Bi("0x9")][Bi("0x12")](Bi("0x10"),(e=>Yo(n,Bi("0xf"),e))),e[Bi("0x4")][Bi("0x15")](Bi("0xe"))[Bi("0x14")]({model:"media",view:(e,{writer:t,options:n})=>{if(n[Bi("0x16")])return t[Bi("0x0")](Bi("0x7"))},converterPriority:Bi("0xb")}),e[Bi("0x5")][Bi("0x1")].on(Bi("0x3"),((e,t,n)=>{n.options[Bi("0x16")]&&e[Bi("0x6")]()}),{priority:Bi("0xb")})}}const Ui=["plugins","has","editor","enableCommand","get","mention"];var Gi,Hi;Gi=Ui,Hi=181,function(e){for(;--e;)Gi.push(Gi.shift())}(++Hi);const zi=function(e,t){return Ui[e-=0]};class Wi extends e.Plugin{afterInit(){const e=this[zi("0x1")];e[zi("0x5")][zi("0x0")]("MentionEditing")&&e[zi("0x5")][zi("0x3")]("TrackChangesEditing")[zi("0x2")](zi("0x4"))}}const Vi=["pageBreak","get","plugins","editor","registerElementLabel","TrackChangesEditing","afterInit","enableCommand","ELEMENT_PAGE_BREAK","has","PageBreakEditing"];var Ki,qi;Ki=Vi,qi=269,function(e){for(;--e;)Ki.push(Ki.shift())}(++qi);const Xi=function(e,t){return Vi[e-=0]};class $i extends e.Plugin{[Xi("0x1")](){const e=this[Xi("0x9")];if(!e[Xi("0x8")][Xi("0x4")](Xi("0x5")))return;e[Xi("0x8")][Xi("0x7")](Xi("0x0"))[Xi("0x2")](Xi("0x6"));const t=e[Xi("0x8")][Xi("0x7")](Xi("0x0")),n=e.locale;t._descriptionFactory[Xi("0xa")](Xi("0x6"),(e=>Yo(n,Xi("0x3"),e)))}}const Qi=["showSuggestionHighlights","getItemLabel","afterInit","addClass","_descriptionFactory","has","bindElementToMarker","end","name","selection","$text","registerDescriptionCallback","schema","checkChild","registerElementLabel","commandName","model","get","format","paragraph","addMarker:suggestion:insertion","markBlockFormat","mapper","markerName","locale","TrackChangesEditing","consumable","start","isObject","isLimit","parent","downcastDispatcher","ELEMENT_PARAGRAPH","nodeAfter","activeMarkers","Paragraph","writer","ck-suggestion-marker-split","includes","getSelectedBlocks","editor","filter","isTouching","highest","type","plugins","markerRange","consume","isBlock","change","document","insertion","editing","ck-suggestion-marker--active","insertParagraph","enableCommand"];var Ji,Zi;Ji=Qi,Zi=215,function(e){for(;--e;)Ji.push(Ji.shift())}(++Zi);const Yi=function(e,t){return Qi[e-=0]};class ex extends e.Plugin{[Yi("0xb")](){const e=this[Yi("0x31")];if(!e[Yi("0x36")][Yi("0xe")](Yi("0x2c")))return;const t=e[Yi("0x21")],n=e.plugins[Yi("0x1a")](Yi("0x22"));n[Yi("0xd")][Yi("0x17")](Yi("0x1c"),(e=>Yo(t,Yi("0x29"),e))),n[Yi("0x8")]("paragraph",((t,o={})=>{const s=e[Yi("0x19")][Yi("0x3")],r=o.selection||s[Yi("0x12")],i=Array.from(r[Yi("0x30")]())[Yi("0x32")]((e=>{return t=e,(n=this.editor[Yi("0x19")][Yi("0x15")]).checkChild(t[Yi("0x27")],Yi("0x1c"))&&!n[Yi("0x25")](t)&&Yi("0x1c")!=t[Yi("0x11")];var t,n}));e.model[Yi("0x2")]((()=>{for(const e of i)n[Yi("0x1e")](e,{commandName:Yi("0x1c"),commandParams:[],formatGroupId:"blockName"},fs(e))}))})),n[Yi("0xd")].registerDescriptionCallback((e=>{const{data:n}=e;if(n&&Yi("0x1c")==n[Yi("0x18")])return{type:Yi("0x1b"),content:Yo(t,"*Change to:* %0",Yo(t,Yi("0x29")))}})),n[Yi("0x8")](Yi("0x7")),e[Yi("0x5")][Yi("0x28")].on(Yi("0x1d"),tx(e),{priority:Yi("0x34")}),e.data[Yi("0x28")].on(Yi("0x1d"),((t,n,o)=>{o.options[Yi("0x9")]&&tx(e,{showActiveMarker:!1})(t,n,o)}),{priority:Yi("0x34")});const o=n[Yi("0xd")];o[Yi("0x14")]((n=>{if("insertion"!==n[Yi("0x35")])return;const{start:s,end:r}=n.getFirstRange();if(!s[Yi("0x33")](r)||!s[Yi("0x2a")])return;const i=e[Yi("0x19")].schema,x=s[Yi("0x2a")];return i[Yi("0x1")](x)&&!i[Yi("0x26")](x)&&i.checkChild(x,"$text")?{type:Yi("0x4"),content:Yo(t,"*Insert:* %0",o[Yi("0xa")](x,1))}:void 0}))}}function tx(e,{showActiveMarker:t=!0}={}){return(n,o,s)=>{const r=e.plugins.get(Yi("0x22")),i=o[Yi("0x37")][Yi("0x24")],x=o[Yi("0x37")][Yi("0x10")],a=e.model.schema;if(!i[Yi("0x33")](x)||!i[Yi("0x2a")])return;const c=i[Yi("0x2a")];if(a[Yi("0x1")](c)&&!a.isLimit(c)&&a[Yi("0x16")](c,Yi("0x13"))){if(!s[Yi("0x23")][Yi("0x0")](o[Yi("0x37")],n.name))return;const e=s[Yi("0x2d")].createUIElement("span",{class:Yi("0x2e")}),i=s[Yi("0x1f")].toViewPosition(x);t&&r[Yi("0x2b")][Yi("0x2f")](o[Yi("0x20")])&&s[Yi("0x2d")][Yi("0xc")](Yi("0x6"),e),s[Yi("0x2d")].insert(i,e),s[Yi("0x1f")][Yi("0xf")](e,o[Yi("0x20")])}}}const nx=["commandName","format","locale","*Remove all formatting*","schema","document","model","get","createRangeOn","isFormatting","removeFormat","markInlineFormat","getRanges","TrackChangesEditing","from","plugins","getAttributeProperties","isCollapsed","registerDescriptionCallback","RemoveFormatEditing","afterInit","change"];var ox,sx;ox=nx,sx=253,function(e){for(;--e;)ox.push(ox.shift())}(++sx);const rx=function(e,t){return nx[e-=0]};class ix extends e.Plugin{[rx("0x9")](){const e=this.editor;if(!e[rx("0x4")].has(rx("0x8")))return;const t=e[rx("0x4")][rx("0x12")](rx("0x2"));t.enableCommand(rx("0x15"),(n=>{const o=e[rx("0x11")][rx("0x10")].selection;o[rx("0x6")]?n():e.model[rx("0xa")]((()=>{const n=Array[rx("0x3")](o[rx("0x1")]());for(const o of n)for(const n of o.getItems())xx(n,e[rx("0x11")][rx("0xf")])&&t[rx("0x0")](e[rx("0x11")][rx("0x13")](n),{commandName:"removeFormat",commandParams:[]})}))})),t._descriptionFactory[rx("0x7")]((t=>{const{data:n}=t;if(n&&rx("0x15")==n[rx("0xb")])return{type:rx("0xc"),content:Yo(e[rx("0xd")],rx("0xe"))}}))}}function xx(e,t){for(const[n]of e.getAttributes()){const e=t[rx("0x5")](n);if(e&&e[rx("0x14")])return!0}return!1}const ax=["goToPreviousRestrictedEditingException","editor","has","discardSuggestion","acceptSelectedSuggestions","acceptSuggestion","get","goToNextRestrictedEditingException","enableCommand","discardSelectedSuggestions","RestrictedEditingModeEditing","TrackChangesEditing","plugins","afterInit","trackChanges","acceptAllSuggestions"];var cx,lx;cx=ax,lx=274,function(e){for(;--e;)cx.push(cx.shift())}(++lx);const ux=function(e,t){return ax[e-=0]};class dx extends e.Plugin{[ux("0xb")](){const e=this[ux("0xf")];if(!e.plugins[ux("0x0")](ux("0x8")))return;const t=e[ux("0xa")][ux("0x4")](ux("0x9"));t[ux("0x6")](ux("0xe")),t[ux("0x6")](ux("0x5"));const n=e[ux("0xa")][ux("0x4")](ux("0x8"));n[ux("0x6")](ux("0xc")),n.enableCommand(ux("0x3")),n[ux("0x6")](ux("0x1")),n[ux("0x6")](ux("0xd")),n[ux("0x6")]("discardAllSuggestions"),n[ux("0x6")](ux("0x2")),n[ux("0x6")](ux("0x7"))}}const gx=["createUIElement","requires","softBreak","createPositionBefore","locale","writer","deletion","TrackChangesEditing","high","ELEMENT_LINE_BREAK","activeMarkers","ck-suggestion-marker-","addMarker:suggestion:deletion","get","init","editor","showSuggestionHighlights","merge","downcastDispatcher","addMarker:suggestion","editing","insert","consumable","bindElementToMarker","shiftEnter","plugins","getItems","name","addClass","model","markerRange","toViewPosition","markerName","addMarker:suggestion:insertion","enableCommand","mapper","test","options"];var mx,fx;mx=gx,fx=381,function(e){for(;--e;)mx.push(mx.shift())}(++fx);const hx=function(e,t){return gx[e-=0]};class px extends e.Plugin{static get[hx("0x0")](){return[nr.ShiftEnter]}[hx("0xd")](){const e=this[hx("0xe")],t=e[hx("0x18")][hx("0xc")](hx("0x6"));t[hx("0x21")](hx("0x17")),e[hx("0x13")].downcastDispatcher.on(hx("0x20"),bx(e),{priority:hx("0x7")}),e[hx("0x13")][hx("0x11")].on(hx("0xb"),bx(e),{priority:"high"}),e.data[hx("0x11")].on(hx("0x12"),((t,n,o)=>{o[hx("0x24")][hx("0xf")]&&bx(e,{showActiveMarker:!1})(t,n,o)})),t._descriptionFactory.registerElementLabel(hx("0x1"),(t=>Yo(e[hx("0x3")],hx("0x8"),t)))}}function bx(e,{showActiveMarker:t=!0}={}){return(n,o,s)=>{const r=e[hx("0x18")][hx("0xc")](hx("0x6"));if(!s[hx("0x15")][hx("0x23")](o[hx("0x1d")],n[hx("0x1a")]))return;const i=e[hx("0x1c")];for(const e of o[hx("0x1d")][hx("0x19")]()){if(!e.is("element","softBreak"))continue;const n=hx("0x5")==o[hx("0x1f")].split(":")[1]?hx("0x10"):"split",x=s[hx("0x4")][hx("0x25")]("span",{class:hx("0xa")+n}),a=s[hx("0x22")][hx("0x1e")](i[hx("0x2")](e));t&&r[hx("0x9")].includes(o[hx("0x1f")])&&s[hx("0x4")][hx("0x1b")]("ck-suggestion-marker--active",x),s.writer[hx("0x14")](a,x),s[hx("0x22")][hx("0x16")](x,o[hx("0x1f")])}}}const Ex=["format","FORMAT_RESTRICTED_ENABLED","editor","_descriptionFactory","from","markInlineFormat","has","change","getRanges","plugins","enableCommand","commandName","model","get","locale","forceValue","restrictedEditingException","TrackChangesEditing","FORMAT_RESTRICTED_DISABLED","StandardEditingModeEditing","afterInit","registerDescriptionCallback"];var _x,Tx;_x=Ex,Tx=339,function(e){for(;--e;)_x.push(_x.shift())}(++Tx);const Cx=function(e,t){return Ex[e-=0]};class yx extends e.Plugin{[Cx("0xb")](){const e=this[Cx("0xf")],t=e[Cx("0x3")],n=e[Cx("0x5")];if(!e.plugins[Cx("0x13")](Cx("0xa")))return;const o=e[Cx("0x0")][Cx("0x4")](Cx("0x8")),s=Cx("0x7"),r=e.commands.get(s);o[Cx("0x1")](s,((e,n={})=>{const i=t.document.selection;if(i.isCollapsed)return void e(n);const x=void 0!==n[Cx("0x6")]?n[Cx("0x6")]:!r.value;t[Cx("0x14")]((()=>{const e=Array[Cx("0x11")](i[Cx("0x15")]());for(const n of e){const e=x?[n]:ms(s,n,t);for(const t of e)o[Cx("0x12")](t,{commandName:s,commandParams:[{forceValue:x}]})}}))})),o[Cx("0x10")][Cx("0xc")]((e=>{const{data:t}=e;if(t&&t[Cx("0x2")]==s)return t.commandParams[0][Cx("0x6")]?{type:Cx("0xd"),content:Yo(n,Cx("0xe"))}:{type:"format",content:Yo(n,Cx("0x9"))}}))}}const kx=["Style","markBlockFormat","commands","isBlock","style:","plugins","from","includes","style.definitions","element","getAncestors","editor","value","styleName","find","config","modelElements","afterInit","DataSchema","_getRangesWithClasses","block","get","markInlineFormat","TrackChangesEditing","format","selection","_descriptionFactory","normalizeConfig","getSelectedBlocks","enabledStyles","every","getAttribute","*Format:* %0","change","registerDescriptionCallback","style","_getStyleDefinition","model","add","toLowerCase","document","commandParams","classes","push","inline","StyleUtils","enableCommand","name","isCollapsed","locale"];var Ax,vx;Ax=kx,vx=337,function(e){for(;--e;)Ax.push(Ax.shift())}(++vx);const Rx=function(e,t){return kx[e-=0]};class Sx extends e.Plugin{[Rx("0x1e")](){const e=this[Rx("0x18")];if(!e[Rx("0x12")].has(Rx("0xd")))return;const t=e[Rx("0xf")].get(Rx("0x30")),n=e[Rx("0x12")][Rx("0x22")](Rx("0x24")),o=e[Rx("0xc")],s=e[Rx("0x12")][Rx("0x22")](Rx("0x1f")),r=e[Rx("0x12")][Rx("0x22")](Rx("0x8"))[Rx("0x28")](s,e[Rx("0x1c")][Rx("0x22")](Rx("0x15")));n[Rx("0x9")]("style",((o,{styleName:i})=>{const x=e[Rx("0x0")][Rx("0x3")][Rx("0x26")],a=this[Rx("0x31")](i,r);if(!a)return;if(!t[Rx("0x2a")][Rx("0x14")](i))return;if(x[Rx("0xb")]&&!a[Rx("0x10")])return void o({styleName:i});const c=!t[Rx("0x19")][Rx("0x14")](a.name);if(a[Rx("0x10")]){const t=function(e,t){const n=new Set;for(const o of e){const e=o[Rx("0x17")]({includeSelf:!0,parentFirst:!0});for(const o of e)if(t[Rx("0x14")](o[Rx("0xa")])){n[Rx("0x1")](o);break}}return n}(x[Rx("0x29")](),a[Rx("0x1d")]);e[Rx("0x0")][Rx("0x2e")]((()=>{for(const e of t)n[Rx("0xe")](e,{commandName:"style",commandParams:[{styleName:i,forceValue:c}],formatGroupId:Rx("0x11")+i})}))}else{let t=Array[Rx("0x13")](x.getRanges());if(!c){const n=Array.from(s.getDefinitionsForView(a[Rx("0x16")],!1))[0][Rx("0x0")],o=[];for(const s of t){const t=this[Rx("0x20")](e[Rx("0x0")],s,a[Rx("0x5")],n);o[Rx("0x6")](...t)}t=o}e[Rx("0x0")][Rx("0x2e")]((()=>{for(const e of t)n[Rx("0x23")](e,{commandName:Rx("0x30"),commandParams:[{styleName:i,forceValue:c}]})}))}})),n[Rx("0x27")][Rx("0x2f")]((e=>{const{data:t}=e;if(t&&Rx("0x30")===t.commandName)return t[Rx("0x4")][0].forceValue?{type:Rx("0x25"),content:Yo(o,Rx("0x2d"),t[Rx("0x4")][0][Rx("0x1a")][Rx("0x2")]())}:{type:Rx("0x25"),content:Yo(o,"*Remove format:* %0",t[Rx("0x4")][0][Rx("0x1a")][Rx("0x2")]())}}))}[Rx("0x31")](e,t){let n=t[Rx("0x21")].find((t=>t.name===e));return n||(n=t[Rx("0x7")][Rx("0x1b")]((t=>t[Rx("0xa")]===e))),n}_getRangesWithClasses(e,t,n,o){const s=[];for(const r of t.getItems()){const t=r[Rx("0x2c")](o);t&&n[Rx("0x2b")]((e=>t[Rx("0x5")][Rx("0x14")](e)))&&s[Rx("0x6")](e.createRangeOn(r))}return s}}const Ix=["name","rootName","getRowIndexes","addRange","selectTableRow","data","getRanges","getContainedElement","some","first","get","map","markMultiRangeDeletion","min","enqueueChange","from","_descriptionFactory","addMarker:suggestion","tableRow","differ","getChangedMarkers","insertTableRowAbove","table","element","$graveyard","oldRange","getSuggestion","getItems","tablePaste","highest","order","editor","ELEMENT_TABLE_WITH_TEXT","_getCoordsForCells","$textProxy","getSelectionAffectedTableCells","locale","end","length","nodeBefore","getChildren","change","insertTableRowBelow","createTableWalker","removeClass","classes","start","above","insertTable","root","ELEMENT_TABLE_ROW","markMultiRangeInsertion","TrackChangesEditing","substr","removeTableRow","last","createRangeIn","ELEMENT_TABLE","model","minColumn","_suggestionFactory","MIN_SAFE_INTEGER","suggestion","getCellLocation","subType","registerCustomCallback","ELEMENT_TABLE_COLUMN","type","findAncestor","writer","colspan","minRow","tableColumn","registerDescriptionCallback","setSelection","selection","getAttribute","toViewElement","nodeAfter","forceValue","mapper","isEqual","execute","has","toLowerCase","rowspan","_getSuggestionCoords","includes","commands","plugins","maxColumn","hasAttribute","change:data","*Remove:* %0","TableEditing","join","insertion","isArray","isTouching","ELEMENT_TABLE_COLUMN_WITH_TEXT","enableCommand","span","_splitMarkerName","afterInit","ELEMENT_TABLE_ROW_WITH_TEXT","insertTableColumnRight","left","createRangeOn","removeTableColumn","registerElementLabel","detach","getColumnIndexes","TableUtils","_tableSuggestions","position","max","every","maxRow","cell","isInContent","deletion","push","document","add","filter","options","tableCell","showSuggestionHighlights","*Insert:* %0","fromRange","getChanges","insertTableColumnLeft","discard","createPositionAt"];var Lx,Nx;Lx=Ix,Nx=242,function(e){for(;--e;)Lx.push(Lx.shift())}(++Nx);const wx=function(e,t){return Ix[e-=0]};class Mx extends e.Plugin{constructor(e){super(e),this._tablePostFixingSubtypes=[wx("0x2c"),wx("0x62")],this._tableSuggestions=new Set}[wx("0x81")](){const e=this[wx("0x39")],t=e[wx("0x54")][wx("0xe")][wx("0x65")];if(!e[wx("0x73")][wx("0x6d")](wx("0x78")))return;const n=e[wx("0x3e")],o=e[wx("0x73")][wx("0x24")](wx("0x4e")),s=e[wx("0x73")][wx("0x24")](wx("0x4"));o[wx("0x2a")][wx("0x1")](wx("0x30"),(e=>Yo(n,wx("0x53"),e))),this._setupColumnsRowsFixing(),o.enableCommand(wx("0x4a")),o[wx("0x7e")](wx("0x1e")),o[wx("0x7e")]("selectTableColumn");for(const n of[wx("0x2f"),wx("0x44")]){const r=e[wx("0x72")][wx("0x24")](n);o.enableCommand(n,(n=>{e[wx("0x54")][wx("0x43")]((e=>{n();const i=wx("0x49")===r[wx("0x38")],x=s[wx("0x3d")](t),a=s[wx("0x1c")](x),c=i?a[wx("0x23")]-1:a[wx("0x51")]+1,l=x[0][wx("0x5e")](wx("0x30")),u=s[wx("0x45")](l,{startRow:c,endRow:c}),d=Array.from(u)[wx("0x25")]((t=>e.createRangeOn(t[wx("0xa")])));o[wx("0x4d")](d,wx("0x2c"))}))}))}for(const n of[wx("0x17"),wx("0x83")]){const r=e.commands[wx("0x24")](n);o[wx("0x7e")](n,(n=>{e[wx("0x54")][wx("0x43")]((e=>{n();const i=wx("0x84")===r.order,x=s[wx("0x3d")](t),a=s[wx("0x3")](x),c=i?a[wx("0x23")]-1:a[wx("0x51")]+1,l=x[0][wx("0x5e")](wx("0x30")),u=s[wx("0x45")](l,{startRow:0,column:c,includeAllSlots:!1}),d=Array.from(u)[wx("0x25")]((t=>e[wx("0x85")](t[wx("0xa")])));o.markMultiRangeInsertion(d,wx("0x62"))}))}))}for(const n of[wx("0x50"),wx("0x0")]){const r=n.substr(11),i=r[wx("0x6e")](),x=i[wx("0x4f")](0,3)+wx("0x7f"),a="table"+r,c="min"+r,l=wx("0x7")+r;o[wx("0x7e")](n,(()=>{e[wx("0x54")][wx("0x43")]((e=>{const r=s.getSelectionAffectedTableCells(t),u=r[0][wx("0x5e")]("table");let d;if(wx("0x50")==n){const e=s.getRowIndexes(r);d={startRow:e[wx("0x23")],endRow:e[wx("0x51")],includeAllSlots:!0}}else{const e=s.getColumnIndexes(r);d={startColumn:e[wx("0x23")],endColumn:e[wx("0x51")],includeAllSlots:!0}}const g=s[wx("0x45")](u,d),m=Array[wx("0x29")](g)[wx("0x25")]((({cell:e})=>e)),f=Ox(m[wx("0x10")]((e=>e.hasAttribute(x)))),h=Ox(m.filter((e=>!e[wx("0x75")](x))))[wx("0x25")]((t=>e[wx("0x85")](t))),p=o[wx("0x26")](h,a);if(p&&(wx("0x2c")==p[wx("0x5a")]||"tableColumn"==p[wx("0x5a")])){const t=this._getSuggestionCoords(p);for(const n of f){const o=e.createRangeOn(n),r=s[wx("0x59")](n),a=n.getAttribute(x)-1,u=t[c],d=t[l];u<=r[i]&&r[i]+a<=d&&p.addRange(o)}}}))}))}function r(n){const o=Array[wx("0x29")](t[wx("0x20")]()).map((e=>i.LiveRange[wx("0x15")](e)));e[wx("0x54")].change((t=>{const s=t.batch;n=n[wx("0x10")]((e=>wx("0x32")!=e[wx("0x4b")][wx("0x1b")])),t[wx("0x64")](n),e[wx("0x72")][wx("0x24")](wx("0x50")).refresh(),e[wx("0x6c")](wx("0x50"),{forceDefaultExecution:!0}),e[wx("0x54")][wx("0x28")]((()=>{e[wx("0x54")][wx("0x28")](s,(e=>{const t=o[wx("0x10")]((e=>wx("0x32")!=e[wx("0x4b")].rootName));t[wx("0x40")]>0&&e.setSelection(t);for(const e of o)e.detach()}))}))}))}function a(n){e[wx("0x54")].change((o=>{const s=Array[wx("0x29")](t.getRanges())[wx("0x25")]((e=>i.LiveRange[wx("0x15")](e))),r=[];for(const e of n)for(const t of e[wx("0x35")]({shallow:!0}))r[wx("0xd")](t);for(const t of r)wx("0x32")!=t.root[wx("0x1b")]&&(o[wx("0x64")](o[wx("0x19")](t,0)),e[wx("0x72")][wx("0x24")](wx("0x0")).refresh(),e[wx("0x6c")]("removeTableColumn",{forceDefaultExecution:!0}));const x=s[wx("0x10")]((e=>"$graveyard"!=e[wx("0x4b")][wx("0x1b")]));x[wx("0x40")]>0&&o[wx("0x64")](x);for(const e of s)e.detach()}))}function c(e,t){return t[wx("0x8")]((t=>e[wx("0x22")]((e=>e[wx("0x3f")][wx("0x6b")](t[wx("0x48")])||t[wx("0x3f")][wx("0x6b")](e[wx("0x48")])))))}function l(e,t){return e[wx("0x22")]((e=>t[wx("0x22")]((t=>e[wx("0x3f")][wx("0x7c")](t[wx("0x48")])))))}e[wx("0x1f")].downcastDispatcher.on(wx("0x2b"),((e,t,n)=>{if(!n[wx("0x11")][wx("0x13")])return;const o=t.item;if(!o)return;const s=n[wx("0x6a")][wx("0x67")](o);function r(e){return Array[wx("0x7b")](e)?e:[e]}s&&wx("0x12")===o.name&&(0,x.setHighlightHandling)(s,n[wx("0x5f")],((e,t,n)=>n.addClass(r(t[wx("0x47")]),e)),((e,t,n)=>n[wx("0x46")](r(t.classes),e)))}),{priority:wx("0x37")}),o[wx("0x2a")][wx("0x63")]((e=>{if("insertion"!=e[wx("0x5d")]&&wx("0xc")!=e[wx("0x5d")])return;const t=e[wx("0x21")]();if(null!=t&&t.is(wx("0x31"),wx("0x30"))){if(wx("0x7a")==e[wx("0x5d")]){const t=e.getItems()[wx("0x10")]((e=>e.is(wx("0x3c"))))[wx("0x25")]((e=>e[wx("0x1f")]));if(t[wx("0x40")])return{type:"insertion",content:Yo(n,wx("0x14"),Yo(n,"ELEMENT_TABLE_WITH_TEXT",'"'+t[wx("0x79")](" ")+'"'))}}if(wx("0xc")==e[wx("0x5d")]){const t=e[wx("0x35")]()[wx("0x10")]((e=>e.is(wx("0x3c"))))[wx("0x25")]((e=>e[wx("0x1f")]));if(t[wx("0x40")])return{type:wx("0xc"),content:Yo(n,"*Remove:* %0",Yo(n,wx("0x3a"),'"'+t.join(" ")+'"'))}}}})),o[wx("0x2a")][wx("0x63")]((e=>{if(wx("0x2c")==e[wx("0x5a")]){const t=e[wx("0x35")]().filter((e=>e.is(wx("0x3c"))))[wx("0x25")]((e=>e[wx("0x1f")])),o=this[wx("0x70")](e),s=o[wx("0x9")]-o[wx("0x61")]+1;if("insertion"==e[wx("0x5d")])return t[wx("0x40")]?{type:wx("0x7a"),content:Yo(n,wx("0x14"),Yo(n,wx("0x82"),[s,'"'+t[wx("0x79")](" ")+'"']))}:{type:"insertion",content:Yo(n,wx("0x14"),Yo(n,wx("0x4c"),s))};if(wx("0xc")==e.type)return t[wx("0x40")]?{type:"deletion",content:Yo(n,wx("0x77"),Yo(n,wx("0x82"),[s,'"'+t[wx("0x79")](" ")+'"']))}:{type:wx("0xc"),content:Yo(n,wx("0x77"),Yo(n,wx("0x4c"),s))}}if(wx("0x62")==e[wx("0x5a")]){const t=e.getItems()[wx("0x10")]((e=>e.is("$textProxy")))[wx("0x25")]((e=>e[wx("0x1f")])),o=this[wx("0x70")](e),s=o[wx("0x74")]-o[wx("0x55")]+1;if("insertion"==e.type)return t.length?{type:wx("0x7a"),content:Yo(n,wx("0x14"),Yo(n,wx("0x7d"),[s,'"'+t[wx("0x79")](" ")+'"']))}:{type:wx("0x7a"),content:Yo(n,wx("0x14"),Yo(n,"ELEMENT_TABLE_COLUMN",s))};if(wx("0xc")==e.type)return t[wx("0x40")]?{type:wx("0xc"),content:Yo(n,wx("0x77"),Yo(n,wx("0x7d"),[s,'"'+t[wx("0x79")](" ")+'"']))}:{type:wx("0xc"),content:Yo(n,wx("0x77"),Yo(n,wx("0x5c"),s))}}})),o[wx("0x56")][wx("0x5b")](wx("0x7a"),wx("0x2c"),wx("0x18"),r),o[wx("0x56")][wx("0x5b")]("deletion",wx("0x2c"),"accept",r),o[wx("0x56")][wx("0x5b")](wx("0x7a"),wx("0x62"),wx("0x18"),a),o[wx("0x56")][wx("0x5b")](wx("0xc"),"tableColumn","accept",a),o[wx("0x56")][wx("0x5b")](wx("0x7a"),wx("0x62"),wx("0x79"),c),o[wx("0x56")].registerCustomCallback(wx("0xc"),"tableColumn",wx("0x79"),c),o[wx("0x56")].registerCustomCallback("insertion",wx("0x2c"),wx("0x79"),l),o[wx("0x56")][wx("0x5b")](wx("0xc"),wx("0x2c"),wx("0x79"),l)}_acceptFormatSuggestionCallbackFactory(){const e=this[wx("0x39")],t=e[wx("0x54")].document.selection;return(n,o)=>{e[wx("0x54")].change((s=>{const{commandName:r,commandParams:x}=o;let a=n[0][wx("0x3f")][wx("0x41")];x&&x[0]&&!1===x[0][wx("0x69")]&&(a=n[0][wx("0x48")][wx("0x68")]);const c=s[wx("0x52")](a);if(wx("0x32")==c[wx("0x4b")][wx("0x1b")])return;const l=Array[wx("0x29")](t[wx("0x20")]())[wx("0x25")]((e=>i.LiveRange[wx("0x15")](e)));s[wx("0x64")](c),e[wx("0x72")][wx("0x24")](r).refresh(),x.push({forceDefaultExecution:!0}),e[wx("0x6c")](r,...x);const u=l[wx("0x10")]((e=>wx("0x32")!=e[wx("0x4b")][wx("0x1b")]));u.length>0&&s[wx("0x64")](u);for(const e of l)e[wx("0x2")]()}))}}_getCoordsForCells(e){const t=this[wx("0x39")].plugins[wx("0x24")](wx("0x4"));let n=Number.MAX_SAFE_INTEGER,o=Number[wx("0x57")],s=Number.MAX_SAFE_INTEGER,r=Number[wx("0x57")];for(const i of e){if(wx("0x32")==i[wx("0x4b")].rootName)continue;const{row:e,column:x}=t[wx("0x59")](i),a=i[wx("0x75")](wx("0x6f"))?i.getAttribute(wx("0x6f"))-1:0,c=i[wx("0x75")]("colspan")?i[wx("0x66")](wx("0x60"))-1:0;n=e<n?e:n,o=e+a>o?e+a:o,s=x<s?x:s,r=x+c>r?x+c:r}return{minRow:n,maxRow:o,minColumn:s,maxColumn:r}}_setupColumnsRowsFixing(){const e=this[wx("0x39")],t=e[wx("0x73")][wx("0x24")](wx("0x4e")),n=e.plugins[wx("0x24")](wx("0x4"));e.model.document.on(wx("0x76"),(()=>{const n=Array.from(e[wx("0x54")][wx("0xe")][wx("0x2d")][wx("0x2e")]());for(const{name:e,data:o}of n){const{group:n,id:s,subType:r}=t[wx("0x80")](e);if(wx("0x58")!=n)continue;if(null!=o[wx("0x33")])continue;const i=t[wx("0x34")](s);this._tablePostFixingSubtypes[wx("0x71")](r)&&this[wx("0x5")][wx("0xf")](i)}}),{priority:"low"});const o=(e,t)=>{let o=!1;const s=t.createRangeOn(e),r=e.findAncestor(wx("0x30")),i=n[wx("0x59")](e);for(const t of this[wx("0x5")]){const n=t[wx("0x5a")],x=n.startsWith(wx("0x36")),a=n[wx("0x4f")](x?10:5),c=a[wx("0x6e")](),l=c[wx("0x4f")](0,3)+wx("0x7f"),u=wx("0x27")+a,d="max"+a;if(!t[wx("0xb")])continue;if(r!=t.getFirstRange()[wx("0x48")][wx("0x5e")](wx("0x30")))continue;if(t.isIntersectingWithRange(s))continue;const g=e[wx("0x75")](l)?e[wx("0x66")](l)-1:0,m=this[wx("0x70")](t),f=m[u],h=m[d];f<=i[c]&&i[c]+g<=h&&(t[wx("0x1d")](s),o=!0)}return o};e[wx("0x54")].document.registerPostFixer((t=>{let n=!1;for(const s of e[wx("0x54")][wx("0xe")][wx("0x2d")][wx("0x16")]())if("insert"==s[wx("0x5d")])if("tableRow"==s[wx("0x1a")])for(const e of s[wx("0x6")][wx("0x68")][wx("0x42")]())n=n||o(e,t);else"tableCell"==s[wx("0x1a")]&&(n=n||o(s[wx("0x6")].nodeAfter,t));return n}))}[wx("0x70")](e){return this[wx("0x3b")](e[wx("0x20")]()[wx("0x25")]((e=>e[wx("0x48")][wx("0x68")])))}}function Ox(e){return Array.from(new Set(e).values())}const Fx=["root","getRanges","commands","isEnabled","getSuggestions","type","has","find","model","createRangeOn","detach","commandName","insertion","TableEditing","refresh","filter","change","mergeTableCellDown","rootName","tableCell","add","mergeTableCellUp","setSelection","author","mergeTableCellRight","*Merge cells*","TableUtils","get","_suggestionFactory","low","plugins","containsRange","length","stop","enableCommand","formatBlock","createTableWalker","mergeTableCellLeft","format","accept","*Split cell:* horizontally","isInContent","map","_tablePostFixingSubtypes","_descriptionFactory","trackChanges","_areMergableCells","table","push","subType","deletion","selection","editor","from","size","element","getAncestors","splitTableCellHorizontally","highest","locale","return","markBlockFormat","getSelectionAffectedTableCells","registerCustomCallback","forceDefaultExecution","splitTableCellVertically","execute","markMultiRangeBlockFormat","registerDescriptionCallback","fromRange","document","mergeTableCells","cell","_areSelectedCellsMergable","_isForcedDefaultExecutionBlock","value"];var Px,Dx;Px=Fx,Dx=456,function(e){for(;--e;)Px.push(Px.shift())}(++Dx);const Bx=function(e,t){return Fx[e-=0]};class jx extends e.Plugin{static get requires(){return[Mx]}afterInit(){const e=this[Bx("0x34")],t=e[Bx("0x8")][Bx("0x46")].selection,n=e[Bx("0x3b")];if(!e[Bx("0x1e")][Bx("0x6")](Bx("0xd")))return;const o=e[Bx("0x1e")][Bx("0x1b")]("TrackChangesEditing"),s=e.plugins[Bx("0x1b")](Bx("0x1a")),r=e.plugins[Bx("0x1b")](Mx);r[Bx("0x2b")][Bx("0x30")](Bx("0x47")),o[Bx("0x22")](Bx("0x47"),(()=>{const t=s.getSelectionAffectedTableCells(e.model[Bx("0x46")][Bx("0x33")]);e[Bx("0x8")][Bx("0x10")]((()=>{o.markMultiRangeBlockFormat(t,{commandName:Bx("0x47"),commandParams:[]},[],Bx("0x47"))}))})),e[Bx("0x2")][Bx("0x1b")]("mergeTableCells").on(Bx("0x42"),((t,n)=>{e.commands.get(Bx("0x2d"))[Bx("0x4b")]&&(n.length>0&&n[n[Bx("0x20")]-1]&&n[n.length-1][Bx("0x40")]||o[Bx("0x4a")]||this[Bx("0x49")]()||t[Bx("0x21")]())}),{priority:Bx("0x3a")});for(const t of["mergeTableCellUp",Bx("0x18"),"mergeTableCellDown","mergeTableCellLeft"]){const n=e[Bx("0x2")].get(t);o[Bx("0x22")](t,(()=>{const t=e[Bx("0x8")][Bx("0x46")][Bx("0x33")].getFirstPosition()[Bx("0x38")]()[Bx("0x7")]((e=>e.is("element",Bx("0x13")))),s=n[Bx("0x4b")];e[Bx("0x8")][Bx("0x10")]((()=>{o[Bx("0x43")]([t,s],{commandName:"mergeTableCells",commandParams:[]},[],Bx("0x47"))}))}))}for(const t of[Bx("0x41"),Bx("0x39")]){const n=e[Bx("0x2")][Bx("0x1b")](t);o[Bx("0x22")](t,(()=>{const r=s.getSelectionAffectedTableCells(e[Bx("0x8")][Bx("0x46")][Bx("0x33")])[0],i=r.findAncestor(Bx("0x2f")),{column:x,row:a}=s.getCellLocation(r);let c=[];if("horizontally"==n.direction){const e=s[Bx("0x24")](i,{startRow:a,endRow:a,includeAllSlots:!0});c=Array[Bx("0x35")](e).map((e=>e[Bx("0x48")]))}else{const e=s[Bx("0x24")](i,{column:x,includeAllSlots:!0});c=Array[Bx("0x35")](e)[Bx("0x2a")]((e=>e[Bx("0x48")]))}e[Bx("0x8")][Bx("0x10")]((e=>{o[Bx("0x3d")](e[Bx("0x9")](r),{commandName:t,commandParams:[]},c,t)}))}))}o[Bx("0x2c")][Bx("0x44")]((e=>{const{data:t}=e;if(t)return Bx("0x47")==t[Bx("0xb")]?{type:Bx("0x26"),content:Yo(n,Bx("0x19"))}:void 0})),o[Bx("0x2c")][Bx("0x44")]((e=>{const{data:t}=e;if(t)return"splitTableCellVertically"==t.commandName?{type:"format",content:Yo(n,"*Split cell:* vertically")}:Bx("0x39")==t[Bx("0xb")]?{type:"format",content:Yo(n,Bx("0x28"))}:void 0}));const x=r._acceptFormatSuggestionCallbackFactory();for(const e of[Bx("0x15"),Bx("0x18"),Bx("0x11"),Bx("0x25")])o[Bx("0x1c")].registerCustomCallback(Bx("0x23"),e,Bx("0x27"),x);for(const e of[Bx("0x41"),Bx("0x39")])o._suggestionFactory[Bx("0x3f")](Bx("0x23"),e,"accept",x);o[Bx("0x1c")][Bx("0x3f")](Bx("0x23"),Bx("0x47"),Bx("0x27"),(n=>{e[Bx("0x8")].change((o=>{const s=Array[Bx("0x35")](t[Bx("0x1")]())[Bx("0x2a")]((e=>i.LiveRange[Bx("0x45")](e)));o[Bx("0x16")](n),e[Bx("0x2")][Bx("0x1b")](Bx("0x47"))[Bx("0xe")](),e[Bx("0x42")](Bx("0x47"),{forceDefaultExecution:!0});const r=s[Bx("0xf")]((e=>"$graveyard"!=e[Bx("0x0")][Bx("0x12")]));r[Bx("0x20")]>0&&o[Bx("0x16")](r);for(const e of s)e[Bx("0xa")]()}))}));for(const t of[Bx("0x15"),Bx("0x11"),"mergeTableCellLeft","mergeTableCellRight"]){const n=e[Bx("0x2")][Bx("0x1b")](t);n.on("set:isEnabled",((t,o,s)=>{if(s){const o=e[Bx("0x8")][Bx("0x46")].selection.getFirstPosition()[Bx("0x38")]()[Bx("0x7")]((e=>e.is(Bx("0x37"),Bx("0x13"))));this[Bx("0x2e")](n[Bx("0x4b")],o)||(t[Bx("0x3c")]=!1,t[Bx("0x21")]())}}),{priority:Bx("0x1d")})}}_areSelectedCellsMergable(){const e=this.editor.commands[Bx("0x1b")](Bx("0x47")),t=this[Bx("0x34")][Bx("0x1e")].get(Bx("0x1a"));if(!e[Bx("0x3")])return!1;const n=t[Bx("0x3e")](this[Bx("0x34")][Bx("0x8")][Bx("0x46")][Bx("0x33")]);for(const e of n)for(const t of n)if(e!=t&&!this[Bx("0x2e")](e,t))return!1;return!0}_areMergableCells(e,t){const n=this[Bx("0x34")][Bx("0x1e")][Bx("0x1b")]("TrackChangesEditing"),o=this.editor[Bx("0x8")][Bx("0x9")](e),s=this[Bx("0x34")][Bx("0x8")].createRangeOn(t),r=new Set,i=new Set;for(const e of n[Bx("0x4")]())if((Bx("0xc")==e[Bx("0x5")]||Bx("0x32")==e[Bx("0x5")]||"mergeTableCells"==e[Bx("0x31")])&&e[Bx("0x29")])for(const t of e[Bx("0x1")]())t[Bx("0x1f")](o,!0)&&r[Bx("0x14")](e[Bx("0x5")]+":"+e.author.id),t[Bx("0x1f")](s,!0)&&i[Bx("0x14")](e[Bx("0x5")]+":"+e[Bx("0x17")].id);if(r.size!=i[Bx("0x36")])return!1;for(const e of r)if(!i[Bx("0x6")](e))return!1;return!0}}const Ux=["forceValue","markerRange","addClass","_splitMarkerName","data","isBefore","table","getChild","afterInit","index","createTableWalker","cell","FORMAT_REGULAR_COLUMN","parent","change","commands","mapper","FORMAT_REGULAR_ROW","format","childCount","createPositionAfter","nodeAfter","last","downcastDispatcher","ck-suggestion-marker--active","getSuggestion","end","markBlockFormat","*Format:* %0","commandParams","data-suggestion","TableUtils","removeMarker:suggestion","activeMarkers","markerName","TrackChangesEditing","enableCommand","start","getRowIndexes","writer","stop","ck-suggestion-marker-","includes","addMarker:suggestion","options","registerCustomCallback","item","first","get","getCellLocation","getAttribute","setTableRowHeader","registerDescriptionCallback","createRange","markerNameToElements","removeClass","from","getSelectionAffectedTableCells","headingRows","locale","highest","plugins","_suggestionFactory","showSuggestionHighlights","model","selection","value","consume","commandName","consumable","document","editor","FORMAT_HEADER_COLUMN","FORMAT_HEADER_ROW","unbindElementFromMarkerName","removeAttribute","formatBlock","accept","findAncestor","editing","setTableColumnHeader","setAttribute"];var Gx,Hx;Gx=Ux,Hx=434,function(e){for(;--e;)Gx.push(Gx.shift())}(++Hx);const zx=function(e,t){return Ux[e-=0]};class Wx extends e.Plugin{static get requires(){return[Mx]}[zx("0x42")](){const e=this[zx("0x2f")];if(!e[zx("0x25")].has("TableEditing"))return;const t=e[zx("0x23")],n=e.plugins[zx("0x18")](zx("0xb")),o=e[zx("0x25")][zx("0x18")](zx("0x7")),s=e[zx("0x25")][zx("0x18")](Mx);function r({showActiveMarker:e=!0,setDataAttribute:t=!0}={}){return(s,r,i)=>{const{type:x,id:a}=n._splitMarkerName(r.markerName),c=n[zx("0x1")](a);if(!c[zx("0x3e")]||zx("0x38")!=c[zx("0x3e")][zx("0x2c")])return;if(r[zx("0x16")])return void s[zx("0x10")]();if(!i[zx("0x2d")][zx("0x2b")](r[zx("0x3b")],s.name))return;const l=r[zx("0x3b")][zx("0xd")][zx("0x4f")],u=r[zx("0x3b")][zx("0x2")].nodeBefore,d=l.parent[zx("0x47")],{column:g}=o[zx("0x19")](l),{column:m}=o[zx("0x19")](u);for(let s=g;s<=m;s++){const c=o.createTableWalker(d,{column:s,includeAllSlots:!1});for(const o of c){const s=o[zx("0x45")],c=i[zx("0x4a")].toViewElement(s);i[zx("0xf")][zx("0x3c")](zx("0x11")+x,c),t&&i[zx("0xf")][zx("0x39")](zx("0x6"),a,c),i.mapper.bindElementToMarker(c,r[zx("0xa")]),e&&(n[zx("0x9")][zx("0x12")](r[zx("0xa")])?i.writer.addClass("ck-suggestion-marker--active",c):i.writer.removeClass("ck-suggestion-marker--active",c))}}}}n.enableCommand("setTableRowHeader",((t,s)=>{const r=o[zx("0x21")](e.model[zx("0x2e")][zx("0x29")]),i=o[zx("0xe")](r),x=r[0].findAncestor(zx("0x40")),a=x[zx("0x1a")](zx("0x22"))||0,c=s&&null!==s[zx("0x3a")]?s[zx("0x3a")]:!e.commands[zx("0x18")]("setTableRowHeader")[zx("0x2a")],l=c?i[zx("0x50")]:i.first,u=x[zx("0x41")](l);let d;if(c){const t=x[zx("0x41")](a);if(u.index<t[zx("0x43")])return;d=e[zx("0x28")][zx("0x1d")](e.model.createPositionBefore(t[zx("0x41")](0)),e[zx("0x28")][zx("0x4e")](u[zx("0x41")](u.childCount-1)))}else{const t=x[zx("0x41")](a-1);if(!t)return;d=e[zx("0x28")][zx("0x1d")](e[zx("0x28")].createPositionBefore(u.getChild(0)),e[zx("0x28")][zx("0x4e")](t[zx("0x41")](t[zx("0x4d")]-1)))}e[zx("0x28")].change((()=>{n[zx("0x3")](d,{commandName:zx("0x1b"),commandParams:[{forceValue:c}]},[],zx("0x1b"))}))})),n[zx("0xc")](zx("0x38"),((t,o)=>{const s=e[zx("0x25")][zx("0x18")](zx("0x7")),r=s.getSelectionAffectedTableCells(e[zx("0x28")][zx("0x2e")][zx("0x29")]),i=s.getColumnIndexes(r),x=r[0][zx("0x36")]("table"),a=x[zx("0x1a")]("headingColumns")||0,c=o&&null!==o.forceValue?o[zx("0x3a")]:!e[zx("0x49")][zx("0x18")](zx("0x38"))[zx("0x2a")];let l;const u=x.getChild(0),d=c?i.last:i[zx("0x17")],g=s[zx("0x44")](x,{startRow:0,column:d,includeAllSlots:!1}),m=Array[zx("0x20")](g)[0][zx("0x45")];if(c){const t=u[zx("0x41")](a);if(m[zx("0x3f")](t))return;l=e[zx("0x28")][zx("0x1d")](e[zx("0x28")].createPositionBefore(t),e[zx("0x28")][zx("0x4e")](m))}else{const t=u[zx("0x41")](a-1);if(!t)return;l=e[zx("0x28")].createRange(e.model.createPositionBefore(m),e[zx("0x28")].createPositionAfter(t))}e[zx("0x28")][zx("0x48")]((()=>{n[zx("0x3")](l,{commandName:zx("0x38"),commandParams:[{forceValue:c}]},[],zx("0x38"))}))})),e[zx("0x37")].downcastDispatcher.on(zx("0x13"),r(),{priority:zx("0x24")}),e.data[zx("0x51")].on(zx("0x13"),((e,t,n)=>{n[zx("0x14")][zx("0x27")]&&r({showActiveMarker:!1,setDataAttribute:!1})(e,t,n)}),{priority:zx("0x24")}),e[zx("0x37")][zx("0x51")].on(zx("0x8"),((e,t,o)=>{const{type:s,id:r}=n[zx("0x3d")](t[zx("0xa")]),i=n.getSuggestion(r);if(!i[zx("0x3e")]||"setTableColumnHeader"!=i[zx("0x3e")][zx("0x2c")])return;const x=o[zx("0x4a")][zx("0x1e")](t[zx("0xa")]);if(x)for(const e of x)o[zx("0xf")].removeClass(zx("0x11")+s,e),o[zx("0xf")][zx("0x1f")](zx("0x0"),e),o[zx("0xf")][zx("0x33")](zx("0x6"),e),o[zx("0x4a")][zx("0x32")](e,t[zx("0xa")])}),{priority:zx("0x24")}),n._descriptionFactory[zx("0x1c")]((e=>{const{data:n}=e;if(n){if("setTableRowHeader"==n[zx("0x2c")]){const e=n[zx("0x5")][0].forceValue;return o(Yo(t,zx(e?"0x31":"0x4b")))}if(zx("0x38")==n[zx("0x2c")]){const e=n[zx("0x5")][0][zx("0x3a")];return o(Yo(t,zx(e?"0x30":"0x46")))}}function o(e){return{type:zx("0x4c"),content:Yo(t,zx("0x4"),e)}}}));const i=s._acceptFormatSuggestionCallbackFactory();n[zx("0x26")][zx("0x15")](zx("0x34"),zx("0x1b"),zx("0x35"),i),n._suggestionFactory[zx("0x15")](zx("0x34"),zx("0x38"),"accept",i)}}const Vx=["markers","tableCell","removeMarker","_isForcedDefaultExecutionBlock","markMultiRangeInsertion","isEqual","$graveyard","newRange","editingDowncast","locale","markerAttributes","getColumnIndexes","tableCellVerticalAlignment","getAttributes","markerName","differ","move","ck-suggestion-marker","tableCellBorderStyle","columns","rowInsertionIndexes","remove","stop","batch","attributes","clipboardOutput","options","removeMarkers","elementToElement","createElement","getChildren","findAncestor","tableCellBorderColor","getShiftedBy","plugins","has","containsRange","map","first","fill","name","getItems","tablePasteChainId","_replaceTableSlotCell","content","getTableIfOnlyTableInContent","keys","afterInit","hasSuggestion","includes","getSelectionAffectedTableCells","dataDowncast","getContainedElement","forceDefaultExecution","removeColumns","columnInsertionIndexes","insertColumns","column","registerPostFixer","tableCellPadding","element","high","requires","author","_splitMarkerName","suggestion","filter","tablePasteRow","redo","reduce","last","_tablePostFixingSubtypes","_createdBatches","model","columnInsertionRanges","tablePasteColumn","from","formatBlock","commands","insertion","TableClipboard","getAllAdjacentSuggestions","setAttributes","cells","get","cell","createRangeIn","set","every","selection","Users","isInContent","wrap","join","find","insert","accept","registerDescriptionCallback","deletion","deletionRanges","unwrap","ck-suggestion-marker--active","ck-suggestion-marker-insertion","endRow","activeMarkers","add","startsWith","createRange","suggestion-td","subType","setAttribute","root","removeRows","createPositionBefore","insertionRanges","_suggestionFactory","for","table","createTableWalker","editing","conversion","getSuggestions","registerCustomCallback","low","markMultiRangeBlockFormat","isEmpty","type","entries","getChanges","return","tablePaste","length","getChild","end","tablePasteCell","getRange","change","getMarkers","createRangeOn","tableCellSuggestion","rows","TrackChangesEditing","_getCoordsForCells","suggestionUnloaded","previous","getSuggestion","getSuggestionCallback","getColumns","fromEntries","documentSelection","start","discard","push","oldRange","getChangedMarkers","editor","previousSibling","getRanges","markMultiRangeDeletion","position","suggestion:formatBlock:tablePasteCell","document","rowInsertionRanges","nodeAfter","markerToHighlight","view","register","row","insertContent","suggestionLoaded","endColumn"];var Kx,qx;Kx=Vx,qx=448,function(e){for(;--e;)Kx.push(Kx.shift())}(++qx);const Xx=function(e,t){return Vx[e-=0]},$x=["tableCellBorderWidth",Xx("0x61"),Xx("0x53"),"tableCellHorizontalAlignment",Xx("0x4d"),"tableCellBackgroundColor",Xx("0x7c")],Qx=Object[Xx("0x2a")]($x.map((e=>[e,null])));class Jx extends e.Plugin{static get[Xx("0x7f")](){return[Mx]}[Xx("0x70")](){const e=this[Xx("0x31")];if(!e[Xx("0x63")][Xx("0x64")](Xx("0x91")))return;const n=e[Xx("0x63")][Xx("0x95")](Xx("0x23")),o=e[Xx("0x63")][Xx("0x95")]("TableUtils"),s=e[Xx("0x63")].get(Mx),r=e.plugins[Xx("0x95")](Xx("0x91"));s[Xx("0x88")].push(Xx("0x84"),Xx("0x8c")),e[Xx("0x8a")].schema[Xx("0x3c")](Xx("0x21"),{allowIn:"tableCell",allowContentOf:Xx("0x42"),isLimit:!0}),e[Xx("0xe")][Xx("0x5d")]({model:Xx("0x21"),view:Xx("0x2")});let i=null;e[Xx("0x8a")].on("insertContent",((s,x)=>{const[a,c]=x,l=x[x[Xx("0x19")]-1];l&&l[Xx("0x76")]||n[Xx("0x44")]||this[Xx("0x31")][Xx("0x8f")].get("trackChanges").value&&function(e,t,n,o,s){if(t&&!t.is(Xx("0x2b")))return!1;const r=s[Xx("0x6e")](e,n);if(!r||!Yx(r,void 0,o))return!1;const i=o[Xx("0x73")](n[Xx("0x37")][Xx("0x9a")]);if(!i[Xx("0x19")])return!1;const x=i[0].findAncestor(Xx("0xb")),a=o.getRowIndexes(i),c=o[Xx("0x4c")](i),l={startRow:a[Xx("0x67")],endRow:a[Xx("0x87")],startColumn:c.first,endColumn:c.last};return 1==i[Xx("0x19")]&&(l[Xx("0xa8")]+=o.getRows(r)-1,l[Xx("0x40")]+=o[Xx("0x29")](r)-1),Yx(x,l,o)}(a,c,e[Xx("0x8a")],o,r)&&(s.stop(),i={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},e[Xx("0x8a")].change((()=>{e[Xx("0x8a")][Xx("0x3e")](x[0],x[1],x[2],{forceDefaultExecution:!0});const o=(0,t.uid)(),{rowInsertionRanges:s,columnInsertionRanges:r,insertionRanges:a,deletionRanges:c,cells:l}=i;s[Xx("0x19")]&&n.markMultiRangeInsertion(s,"tablePasteRow",{tablePasteChainId:o}),r[Xx("0x19")]&&n[Xx("0x45")](r,Xx("0x8c"),{tablePasteChainId:o}),a[Xx("0x19")]&&n[Xx("0x45")](a,Xx("0x18"),{tablePasteChainId:o,skipNestingCheck:!0}),c[Xx("0x19")]&&n[Xx("0x34")](c,Xx("0x18"),{tablePasteChainId:o,skipNestingCheck:!0});const u=n[Xx("0x12")](l.map((({element:e})=>e)),{formatGroupId:(0,t.uid)()},[],Xx("0x1c"),{tablePasteChainId:o});if(u){const t=u[Xx("0x1f")](),n=[];for(const{element:o,attributes:s}of l){if(!s)continue;const r=e.model[Xx("0x20")](o),i=t[Xx("0x9f")]((e=>e[Xx("0x1d")]()[Xx("0x46")](r)));i&&n[Xx("0x2e")]([i[Xx("0x69")],s])}n[Xx("0x19")]&&u[Xx("0x4")](Xx("0x4b"),Object.fromEntries(n))}i=null})))}),{priority:t.priorities[Xx("0x7e")]+10}),e.plugins[Xx("0x95")]("TableClipboard").on(Xx("0x6c"),((e,t)=>{const[n,o,,s]=t;if(!i)return;e[Xx("0x57")]();const r=n[Xx("0x96")],x=o,a=Zx(r),c=Zx(x);e[Xx("0x17")]=r;let l=null,u=null;if(c||a)if(a&&!c){s[Xx("0x56")](r.getChild(0));for(const e of Array[Xx("0x8d")](x[Xx("0x5f")]()))s.insert(e,r,Xx("0x1b"));const e=i[Xx("0x55")][Xx("0x72")](n[Xx("0x3d")]),t=i[Xx("0x78")].includes(n[Xx("0x7a")]);e||t||(l=s[Xx("0x97")](r))}else c&&!a&&(u=s[Xx("0x97")](r));else{const e=s[Xx("0x5e")](Xx("0x21")),t=s[Xx("0x5e")](Xx("0x21"));s[Xx("0x9d")](s.createRangeIn(r),t),s[Xx("0xa0")](e,r,0);for(const t of Array.from(x[Xx("0x5f")]()))s.insert(t,e,Xx("0x1b"));l=s[Xx("0x20")](e),u=s[Xx("0x20")](t)}const d=Array[Xx("0x8d")](x[Xx("0x4e")]())[Xx("0x83")]((([e])=>$x[Xx("0x72")](e)));i[Xx("0x94")][Xx("0x2e")]({element:r,attributes:d[Xx("0x19")]?Object[Xx("0x2a")](d):null}),l&&i[Xx("0x8")].push(l),u&&i[Xx("0xa4")][Xx("0x2e")](u)}),{priority:Xx("0x7e")}),o.on(Xx("0x79"),((t,n)=>{const[s,r={}]=n;if(!i)return;const x=r.at||0,a=r[Xx("0x54")]||1;i[Xx("0x78")]=new Array(a)[Xx("0x68")](x)[Xx("0x66")](((e,t)=>e+t));for(const{cell:t}of o.createTableWalker(s,{startColumn:x,endColumn:x+a-1}))i[Xx("0x8b")][Xx("0x2e")](e.model.createRangeOn(t))}),{priority:Xx("0x11")}),o.on("insertRows",((t,n)=>{const[s,r={}]=n;if(!i)return;const x=r.at||0,a=r[Xx("0x22")]||1;i[Xx("0x55")]=new Array(a)[Xx("0x68")](x)[Xx("0x66")](((e,t)=>e+t));for(const{cell:t}of o[Xx("0xc")](s,{startRow:x,endRow:x+a-1}))i[Xx("0x38")][Xx("0x2e")](e[Xx("0x8a")][Xx("0x20")](t))}),{priority:Xx("0x11")}),n._descriptionFactory[Xx("0xa2")]((t=>{if(t.subType&&t.subType[Xx("0x0")](Xx("0x18")))return t[Xx("0x26")]?{}:{type:Xx("0x90"),content:Yo(e[Xx("0x4a")],"*Replace table cells*")}}));const x=()=>{};for(const e of["tablePaste",Xx("0x8c"),Xx("0x84"),Xx("0x1c")])n[Xx("0x9")][Xx("0x10")](Xx("0x90"),e,Xx("0x9e"),x),n[Xx("0x9")].registerCustomCallback(Xx("0xa3"),e,Xx("0x9e"),x);n[Xx("0x9")][Xx("0x10")](Xx("0x8e"),Xx("0x1c"),Xx("0x2d"),x),n._suggestionFactory[Xx("0x10")]("formatBlock",Xx("0x1c"),Xx("0xa1"),((t,n,o)=>{const s=t[Xx("0x66")]((e=>e[Xx("0x75")]()))[Xx("0x83")]((e=>e)),r=new Map(s[Xx("0x66")]((e=>[e,null])));if(i)for(const{element:e,attributes:t}of i[Xx("0x94")])t&&r[Xx("0x98")](e,t);else if(o&&o[Xx("0x4b")])for(const[t,n]of Object[Xx("0x15")](o[Xx("0x4b")])){const o=e[Xx("0x8a")][Xx("0x41")][Xx("0x95")](t),s=o?o[Xx("0x1d")]()[Xx("0x75")]():null;s&&r[Xx("0x98")](s,n)}e[Xx("0x8a")][Xx("0x1e")]((e=>{for(const[t,n]of r)e[Xx("0x93")]({...Qx,...n},t)}))}));const a=(t,o)=>{n[Xx("0x9")][Xx("0x10")](t,"tablePaste",o,((s,r,i)=>{e.model[Xx("0x1e")]((e=>{const x=[];for(const e of s){const t=e[Xx("0x2c")][Xx("0x39")];t.is("element","tableCellSuggestion")&&x.push(t)}n[Xx("0x9")][Xx("0x28")](t,null,o)(s,r,i);for(const t of x)Xx("0x47")!=t[Xx("0x5")].rootName&&e[Xx("0xa5")](t)}))}))};a("insertion",Xx("0xa1")),a(Xx("0x90"),"discard"),a(Xx("0xa3"),"accept"),a(Xx("0xa3"),Xx("0x2d")),n._suggestionFactory.registerCustomCallback(Xx("0x90"),Xx("0x84"),"discard",(e=>{const t=e[Xx("0x66")]((e=>e[Xx("0x75")]())),n=t[0][Xx("0x60")](Xx("0xb")),{minRow:r,maxRow:i}=s[Xx("0x24")](t);o[Xx("0x6")](n,{at:r,rows:i-r+1})})),n._suggestionFactory[Xx("0x10")](Xx("0x90"),Xx("0x8c"),Xx("0x2d"),(e=>{const t=e[Xx("0x66")]((e=>e[Xx("0x75")]())),n=t[0][Xx("0x60")](Xx("0xb")),{minColumn:r,maxColumn:i}=s[Xx("0x24")](t);o[Xx("0x77")](n,{at:r,columns:i-r+1})}));const c=(e,t)=>{if(!t[Xx("0x3")]||!t[Xx("0x3")].startsWith(Xx("0x18")))return;const o=t[Xx("0x59")][Xx("0x6b")],s=n[Xx("0xf")]()[Xx("0x83")]((e=>e[Xx("0x9c")]&&e[Xx("0x59")]&&e[Xx("0x59")][Xx("0x6b")]==o));s[Xx("0x19")]&&t[Xx("0x92")]()[Xx("0x19")]!=s.length&&s[Xx("0x86")](((e,t)=>(e.next=t,t[Xx("0x26")]=e,t)))};function l(e,t=!0){const{id:o}=n[Xx("0x81")](e[Xx("0x4f")]),s=[Xx("0x52"),Xx("0xa7")],r=n[Xx("0xa9")][Xx("0x72")](e[Xx("0x4f")]);return r&&s[Xx("0x2e")](Xx("0xa6")),{classes:s,attributes:{"data-suggestion":o},priority:r&&t?3010:3e3}}n.on(Xx("0x3f"),c,{priority:"high"}),n.on(Xx("0x25"),c,{priority:Xx("0x7e")}),e[Xx("0x8a")][Xx("0x37")][Xx("0x7b")]((()=>{let t=!1;const o=Array.from(e[Xx("0x8a")].document[Xx("0x50")][Xx("0x30")]());for(const{name:s,data:r}of o){const{group:o,type:i,id:x}=n[Xx("0x81")](s);if("suggestion"!=o||Xx("0xa3")!=i||r[Xx("0x2f")])continue;if(!n[Xx("0x71")](x))continue;const a=n[Xx("0x27")](x).getRanges(),c=e.plugins[Xx("0x95")](Xx("0x9b")).me;for(const e of n[Xx("0xf")]())if(e[Xx("0x9c")]&&e[Xx("0x80")]==c&&Xx("0x8e")==e.type&&Xx("0x1c")==e.subType&&e[Xx("0x33")]()[Xx("0x99")]((e=>a.some((t=>t[Xx("0x65")](e,!0))))))for(const n of e[Xx("0x92")]())n.isInContent&&(n.discard(),t=!0)}return t})),e[Xx("0x8a")][Xx("0x37")].registerPostFixer((t=>{const o=e.commands[Xx("0x95")](Xx("0x85"));if(!o||!o[Xx("0x89")][Xx("0x64")](t[Xx("0x58")]))return!1;let s=!1;const r=e[Xx("0x63")][Xx("0x95")](Xx("0x9b")).me,i=e[Xx("0x8a")][Xx("0x37")][Xx("0x50")][Xx("0x16")](),x=Array[Xx("0x8d")](e.model[Xx("0x37")].differ[Xx("0x30")]()).filter((({name:e,data:t})=>{const{group:o,subType:s,authorId:i}=n[Xx("0x81")](e);return Xx("0x82")==o&&Xx("0x18")==s&&i==r.id&&!t[Xx("0x2f")]}));for(const e of i){if(Xx("0xa0")!=e[Xx("0x14")]||Xx("0x21")!=e.name||1!=e[Xx("0x19")])continue;const n=t[Xx("0x1")](e[Xx("0x35")],e[Xx("0x35")][Xx("0x62")](1));if(!x[Xx("0x9f")]((({data:e})=>e[Xx("0x48")][Xx("0x46")](n))))for(const{name:e,data:o}of x)if(n[Xx("0x65")](o[Xx("0x48")])){t.updateMarker(e,{range:n}),s=!0;break}}return s})),e[Xx("0x8a")].document[Xx("0x7b")]((t=>{let o=!1;const s=e.plugins[Xx("0x95")](Xx("0x9b")).me,r=n.getSuggestions()[Xx("0x83")]((e=>e[Xx("0x9c")]&&e[Xx("0x80")]==s)),i=new Set,x=new Set;for(const e of r)if(Xx("0x18")==e[Xx("0x3")])for(const t of e[Xx("0x1f")]()){const n=t[Xx("0x1d")]()[Xx("0x75")]();if(n)if(n.is(Xx("0x7d"),Xx("0x21"))&&Zx(n)){e[Xx("0x43")](t[Xx("0x69")]),i[Xx("0xaa")](n),o=!0;const s=n.nextSibling,r=n[Xx("0x32")],a=s&&s.is(Xx("0x7d"),Xx("0x21")),c=r&&r.is(Xx("0x7d"),Xx("0x21"));a&&!i[Xx("0x64")](s)&&x[Xx("0xaa")](s),c&&!i[Xx("0x64")](r)&&x[Xx("0xaa")](r)}else n.is(Xx("0x7d"),"paragraph")&&n[Xx("0x13")]&&(e[Xx("0x43")](t.name),o=!0)}else if(Xx("0x1c")==e.subType){if(!e[Xx("0x59")]||!e.attributes.tablePasteChainId)continue;const t=e.attributes[Xx("0x4b")];if(t&&Object[Xx("0x6f")](t)[Xx("0x19")])continue;const n=e[Xx("0x59")][Xx("0x6b")];let s=!0,i=!0;for(const t of r)if(t[Xx("0x3")]&&t[Xx("0x3")][Xx("0x0")](Xx("0x18"))){if(!t[Xx("0x59")][Xx("0x6b")]){i=!1;break}if(t.id!=e.id&&t[Xx("0x59")][Xx("0x6b")]==n){s=!1;break}}i&&s&&(e[Xx("0x5c")](),o=!0)}for(const e of i)t[Xx("0x56")](e);for(const e of x)t[Xx("0xa5")](e);return o})),e[Xx("0xe")][Xx("0xa")](Xx("0x49"))[Xx("0x3a")]({model:Xx("0x36"),view:(e,t)=>l(e),converterPriority:Xx("0x7e")}),e[Xx("0xe")].for(Xx("0x74"))[Xx("0x3a")]({model:Xx("0x36"),view:(e,t)=>t[Xx("0x5b")].showSuggestionHighlights?l(e,!1):null,converterPriority:Xx("0x7e")});const u=e[Xx("0xd")][Xx("0x3b")];this.listenTo(u[Xx("0x37")],Xx("0x5a"),((e,t)=>{const n=[];for(const e of u[Xx("0x97")](t[Xx("0x6d")])[Xx("0x6a")]())e.is(Xx("0x7d"),Xx("0x2"))&&n[Xx("0x2e")](e);u[Xx("0x1e")]((e=>{for(const t of n)e[Xx("0x51")](e[Xx("0x97")](t),e[Xx("0x7")](t)),e[Xx("0x56")](t)}))}))}}function Zx(e){if(e.isEmpty)return!0;const t=e[Xx("0x1a")](0);return t.is(Xx("0x7d"),"paragraph")&&t.isEmpty}function Yx(e,t={},n){for(const{isAnchor:o,cellHeight:s,cellWidth:r}of n[Xx("0xc")](e,{includeAllSlots:!0,...t}))if(!o||1!=s||1!=r)return!1;return!0}const ea=["selection","discard","get","tableWidth","plugins","registerDescriptionCallback","author","getSuggestionCallback","has","markBlockFormat","Users","TableColumnResizeEditing","resizeTableWidth","accept","model","locale","change","_descriptionFactory","enableCommand","editor","columnWidths","_suggestionFactory","afterInit","resizeColumnWidths","formatGroupId","formatBlock","commandParams","subType","TrackChangesEditing","format","resizeTable","handleSuggestionDescription","getAttribute","bind","registerCustomCallback","handleResizeTableWidthCommand","getSelectedElement","*Format:* resize table"];var ta,na;ta=ea,na=179,function(e){for(;--e;)ta.push(ta.shift())}(++na);const oa=function(e,t){return ea[e-=0]};class sa extends e.Plugin{[oa("0x21")](){if(!this.editor[oa("0xf")][oa("0x13")]("TableColumnResizeEditing"))return;const e=this[oa("0x1e")][oa("0xf")].get(oa("0x1"));e.enableCommand(oa("0x17"),this.handleResizeTableWidthCommand[oa("0x6")](this)),e[oa("0x1d")](oa("0x22"),this.handleResizeTableWidthCommand[oa("0x6")](this)),e[oa("0x20")][oa("0x7")](oa("0x24"),"resizeTable",oa("0x18"),e[oa("0x20")][oa("0x12")](oa("0x24"),null,oa("0xc"))),e[oa("0x20")][oa("0x7")](oa("0x24"),oa("0x3"),oa("0xc"),e._suggestionFactory[oa("0x12")](oa("0x24"),null,oa("0x18"))),e[oa("0x1c")][oa("0x10")](this[oa("0x4")][oa("0x6")](this))}[oa("0x8")](e,t){const n=this[oa("0x1e")][oa("0xf")][oa("0xd")]("TrackChangesEditing"),o=this[oa("0x1e")][oa("0xf")].get(oa("0x16")),s=t.table||this[oa("0x1e")].model.document[oa("0xb")][oa("0x9")]();this[oa("0x1e")][oa("0x19")][oa("0x1b")]((()=>{const r=o.getColumnGroupElement(s);let i=r?o.getTableColumnsWidths(r):null,x=s[oa("0x5")](oa("0xe"))||null;const a=t[oa("0xe")]||x,c=t[oa("0x1f")]||i,l=this.editor.plugins[oa("0xd")](oa("0x15")).me;for(const e of n.getSuggestions()){const t=e.getContainedElement();if(oa("0x3")===e[oa("0x0")]&&t===s){e[oa("0x11")]!==l&&e[oa("0xc")]();const t=e.data[oa("0x25")];x=t[0][oa("0xe")],i=t[0][oa("0x1f")];break}}e({table:s,tableWidth:a,columnWidths:c}),n[oa("0x14")](s,{commandName:oa("0x17"),commandParams:[{tableWidth:x,columnWidths:i}],formatGroupId:"resizeTable"},[],oa("0x3"))}))}handleSuggestionDescription(e){const{data:t}=e;if(t&&oa("0x3")===t[oa("0x23")]){const e=oa("0xa");return{type:oa("0x2"),content:Yo(this[oa("0x1e")][oa("0x1a")],e)}}}}const ra=["insertTemplate","afterInit","has","enableCommand","TrackChangesEditing","editor","plugins"];var ia,xa;ia=ra,xa=290,function(e){for(;--e;)ia.push(ia.shift())}(++xa);const aa=function(e,t){return ra[e-=0]};class ca extends e.Plugin{[aa("0x5")](){const e=this[aa("0x2")];e[aa("0x3")][aa("0x6")]("Template")&&e[aa("0x3")].get(aa("0x1"))[aa("0x0")](aa("0x4"))}}const la=["insertTableOfContents","get","_descriptionFactory","enableCommand","editor","ELEMENT_TABLE_OF_CONTENTS","afterInit","plugins","locale","commands","TrackChangesEditing"];var ua,da;ua=la,da=171,function(e){for(;--e;)ua.push(ua.shift())}(++da);const ga=function(e,t){return la[e-=0]};class ma extends e.Plugin{[ga("0x0")](){const e=this[ga("0x9")];if(!e[ga("0x3")].get(ga("0x5")))return;e[ga("0x1")][ga("0x6")](ga("0x4"))[ga("0x8")](ga("0x5"));const t=e.plugins[ga("0x6")]("TrackChangesEditing"),n=e[ga("0x2")];t[ga("0x7")].registerElementLabel("tableOfContents",(e=>Yo(n,ga("0xa"),e)))}}const fa=["start","from","locale","editor","end","get","ELEMENT_TITLE","afterInit","registerPostFixer","suggestion","element","plugins","schema","document","nodeBefore","forward","isEqual","isTouching","isCollapsed","getChangedMarkers","registerElementLabel","title-content","newRange","updateMarker","model","has","TrackChangesEditing","differ"];var ha,pa;ha=fa,pa=476,function(e){for(;--e;)ha.push(ha.shift())}(++pa);const ba=function(e,t){return fa[e-=0]};class Ea extends e.Plugin{[ba("0x7")](){const e=this[ba("0x3")];if(!e[ba("0xb")][ba("0x19")]("Title"))return;const t=e[ba("0xb")][ba("0x5")](ba("0x1a"));t._descriptionFactory[ba("0x14")](ba("0x15"),(()=>Yo(e[ba("0x2")],ba("0x6")))),e[ba("0x18")][ba("0xd")][ba("0x8")]((n=>{let o=!1;const s=Array[ba("0x1")](e[ba("0x18")][ba("0xd")][ba("0x1b")][ba("0x13")]());for(const{name:r,data:i}of s){const{group:s}=t._splitMarkerName(r);if(ba("0x9")!==s||!i[ba("0x16")])continue;const x=i[ba("0x16")],a=x[ba("0x4")][ba("0xe")];if(!a||!a.is(ba("0xa"),"title-content"))continue;if(!x[ba("0x0")][ba("0x11")](x[ba("0x4")]))continue;const c=e[ba("0x18")][ba("0xc")].getNearestSelectionRange(x[ba("0x4")],ba("0xf"));if(c&&c[ba("0x12")]){const e=n.createRange(x[ba("0x0")],c[ba("0x0")]);e[ba("0x10")](x)||(n[ba("0x17")](r,{range:e}),o=!0)}o||(n.removeMarker(r),o=!0)}return o}))}}const _a=["plugins","get","enableCommand","has","editor","TrackChangesEditing","undo","redo","afterInit"];var Ta,Ca;Ta=_a,Ca=451,function(e){for(;--e;)Ta.push(Ta.shift())}(++Ca);const ya=function(e,t){return _a[e-=0]};class ka extends e.Plugin{[ya("0x7")](){const e=this[ya("0x3")],t=e[ya("0x8")][ya("0x0")](ya("0x4"));e[ya("0x8")][ya("0x2")]("UndoEditing")&&(t.enableCommand(ya("0x5")),t[ya("0x1")](ya("0x6")))}}const Aa=["requires","toggleTableCaption","get","plugins","enableCommand","TrackChangesEditing"];var va,Ra;va=Aa,Ra=483,function(e){for(;--e;)va.push(va.shift())}(++Ra);const Sa=function(e,t){return Aa[e-=0]};class Ia extends e.Plugin{static get[Sa("0x3")](){return[Mx]}afterInit(){const e=this.editor;e[Sa("0x0")].has("TableCaptionEditing")&&e.plugins[Sa("0x5")](Sa("0x2"))[Sa("0x1")](Sa("0x4"))}}const La=["enableCommand","_getSuggestionBlocksForListStyle","handleListStyleCommand","replace","push","styles","handleListReversedCommand","get","registerDescriptionCallback","reversed","handleListStartCommand","plugins","getAttribute","expandListBlocksToCompleteList","commandName","format","isListItemBlock","selection","locale","*Format:* set start index to %0","ELEMENT_","startIndex","listStart","type","*Format:* set order to reversed","afterInit","getSelectedBlocks","listReversed","_getSuggestionBlocks","markMultiRangeBlockFormat","change","*Format:* set order to regular","DocumentListPropertiesEditing","bind","handleDescriptions","model","TrackChangesEditing","commandParams","_LIST_","list.properties","DocumentListPropertiesUtils","filter","DocumentListUtils","listStyle","listType","_descriptionFactory","getListTypeFromListStyleType","toUpperCase","config","document","_getTranslationKeyForListStyle","has","from","editor"];var Na,wa;Na=La,wa=335,function(e){for(;--e;)Na.push(Na.shift())}(++wa);const Ma=function(e,t){return La[e-=0]};class Oa extends e.Plugin{[Ma("0xe")](){if(!this[Ma("0x2a")][Ma("0x0")][Ma("0x28")](Ma("0x15")))return;const e=this[Ma("0x2a")][Ma("0x25")][Ma("0x32")](Ma("0x1c")),t=this.editor[Ma("0x0")][Ma("0x32")](Ma("0x19"));e[Ma("0x30")]&&t[Ma("0x2b")](Ma("0x20"),this[Ma("0x2d")][Ma("0x16")](this)),e[Ma("0x34")]&&t.enableCommand(Ma("0x10"),this[Ma("0x31")].bind(this)),e[Ma("0xa")]&&t[Ma("0x2b")](Ma("0xb"),this[Ma("0x35")][Ma("0x16")](this)),t[Ma("0x22")][Ma("0x33")](this[Ma("0x17")][Ma("0x16")](this))}[Ma("0x2d")](e,t={}){const n=this[Ma("0x2a")][Ma("0x0")].get(Ma("0x19")),o=this[Ma("0x2c")]();this[Ma("0x2a")][Ma("0x18")].change((()=>{n[Ma("0x12")](o,{commandName:Ma("0x20"),commandParams:[{type:t[Ma("0xc")]}],formatGroupId:Ma("0x20")})}))}[Ma("0x31")](e,t={}){const n=this[Ma("0x2a")][Ma("0x0")][Ma("0x32")]("TrackChangesEditing"),o=this[Ma("0x2a")][Ma("0x0")].get(Ma("0x1f")),s=this[Ma("0x11")]((e=>o[Ma("0x5")](e)&&"numbered"===e[Ma("0x1")]("listType")));null!==s&&this[Ma("0x2a")][Ma("0x18")][Ma("0x13")]((()=>{n[Ma("0x12")](s,{commandName:Ma("0x10"),commandParams:[{reversed:t.reversed}],formatGroupId:Ma("0x10")})}))}[Ma("0x35")](e,t={}){const n=this[Ma("0x2a")][Ma("0x0")][Ma("0x32")](Ma("0x19")),o=this[Ma("0x2a")][Ma("0x0")][Ma("0x32")]("DocumentListUtils"),s=this._getSuggestionBlocks((e=>o[Ma("0x5")](e)&&"numbered"===e[Ma("0x1")](Ma("0x21"))));null!==s&&this[Ma("0x2a")][Ma("0x18")].change((()=>{n.markMultiRangeBlockFormat(s,{commandName:Ma("0xb"),commandParams:[{startIndex:t[Ma("0xa")]}],formatGroupId:"listStart"})}))}[Ma("0x17")](e){const t=this[Ma("0x2a")][Ma("0x7")],{data:n}=e;if(!n)return;let o,s;switch(n[Ma("0x3")]){case Ma("0x20"):o="*Change to:* %0",s={type:Ma("0x4"),content:Yo(t,o,Yo(t,this[Ma("0x27")](n[Ma("0x1a")][0][Ma("0xc")])))};break;case"listReversed":o=n.commandParams[0][Ma("0x34")]?Ma("0xd"):Ma("0x14"),s={type:Ma("0x4"),content:Yo(t,o)};break;case Ma("0xb"):o=Ma("0x8"),s={type:Ma("0x4"),content:Yo(t,o,n[Ma("0x1a")][0][Ma("0xa")])}}return s}[Ma("0x2c")](){const e=this[Ma("0x2a")].plugins[Ma("0x32")](Ma("0x1f"));let t=Array[Ma("0x29")](this.editor[Ma("0x18")][Ma("0x26")].selection[Ma("0xf")]());return t[Ma("0x2f")](...e.expandListBlocksToCompleteList(t)),t=[...new Set(t)],t}[Ma("0x11")](e){const t=this[Ma("0x2a")][Ma("0x0")].get(Ma("0x1f"));let n=Array[Ma("0x29")](this.editor[Ma("0x18")].document[Ma("0x6")][Ma("0xf")]())[Ma("0x1e")](e);if(!n.length)return null;n=t[Ma("0x2")](n);const o=[];for(const e of n)t.isFirstBlockOfListItem(e)&&o.push(e);return o}_getTranslationKeyForListStyle(e){return Ma("0x9")+this[Ma("0x2a")][Ma("0x0")][Ma("0x32")](Ma("0x1d"))[Ma("0x23")](e).toUpperCase()+Ma("0x1b")+e[Ma("0x24")]()[Ma("0x2e")](/-/g,"_")}}const Fa=["format","plugins","accept","selection","pluginName","TrackChangesEditing","tableWidth","getFirstPosition","enableCommand","*Format:* change table properties","get","data","getAttribute","tableCellWidth","TablePropertiesEditing","join","TableCellPropertiesEditing","getContainedElement","enqueueChange","model","tableCellHorizontalAlignment","handleDiscardAction","_descriptionFactory","handleSuggestionDescription","start","table","nodeAfter","commandParams","markBlockFormat","_suggestionFactory","has","getSuggestionCallback","*Format:* change table cell properties","registerCustomCallback","editor","findAncestor","tableCellBorderStyle","tableCellHeight","tableHeight","discard","tableProperties","tableCellBorderColor","subType","tableCellPadding","tableCellProperties","_getSuggestion","tableBorderStyle","change","tableCellBackgroundColor","tableBorderWidth","TrackChangesTableProperties","_handlePropertyChange","document","formatBlock","locale"];var Pa,Da;Pa=Fa,Da=450,function(e){for(;--e;)Pa.push(Pa.shift())}(++Da);const Ba=function(e,t){return Fa[e-=0]};class ja extends e.Plugin{constructor(e){super(e),this[Ba("0x1e")]=["tableBorderColor",Ba("0x24"),Ba("0x27"),"tableAlignment",Ba("0x33"),Ba("0x1c"),"tableBackgroundColor"],this.tableCellProperties=[Ba("0x1f"),Ba("0x1a"),"tableCellBorderWidth",Ba("0x21"),Ba("0x3"),Ba("0x1b"),Ba("0x26"),Ba("0xa"),"tableCellVerticalAlignment"]}static get[Ba("0x31")](){return Ba("0x28")}afterInit(){const e=this.editor[Ba("0x2e")][Ba("0x0")]("TrackChangesEditing");if(this[Ba("0x18")].plugins.has(Ba("0x4"))){for(const t of this[Ba("0x1e")])e[Ba("0x35")](t,((e,n)=>{const o=this[Ba("0x18")][Ba("0x9")][Ba("0x2a")][Ba("0x30")][Ba("0x34")]()[Ba("0x19")](Ba("0xf"));this[Ba("0x29")](t,[o],this[Ba("0x1e")],"tableProperties",e,n)}));e[Ba("0x13")][Ba("0x17")]("formatBlock",Ba("0x1e"),Ba("0x2f"),e[Ba("0x13")][Ba("0x15")]("formatBlock",null,"discard")),e[Ba("0x13")][Ba("0x17")](Ba("0x2b"),"tableProperties","discard",((e,t)=>this[Ba("0xb")](this[Ba("0x1e")],e,t))),e._suggestionFactory[Ba("0x17")](Ba("0x2b"),Ba("0x1e"),"join",(()=>!1))}if(this[Ba("0x18")].plugins[Ba("0x14")](Ba("0x6"))){for(const t of this[Ba("0x22")])e.enableCommand(t,((e,n)=>{const o=this[Ba("0x18")].plugins[Ba("0x0")]("TableUtils").getSelectionAffectedTableCells(this.editor.model[Ba("0x2a")][Ba("0x30")]);this[Ba("0x29")](t,o,this.tableCellProperties,Ba("0x22"),e,n)}));e[Ba("0x13")][Ba("0x17")](Ba("0x2b"),Ba("0x22"),Ba("0x2f"),e[Ba("0x13")][Ba("0x15")](Ba("0x2b"),null,"discard")),e[Ba("0x13")][Ba("0x17")](Ba("0x2b"),Ba("0x22"),Ba("0x1d"),((e,t)=>this[Ba("0xb")](this.tableCellProperties,e,t))),e._suggestionFactory.registerCustomCallback(Ba("0x2b"),Ba("0x22"),Ba("0x5"),(()=>!1))}e[Ba("0xc")].registerDescriptionCallback((e=>this.handleSuggestionDescription(e)))}[Ba("0x29")](e,t,n,o,s,r){const i=this[Ba("0x18")][Ba("0x2e")][Ba("0x0")](Ba("0x32"));this[Ba("0x18")].model[Ba("0x8")](r.batch,(()=>{for(const e of t)if(this[Ba("0x23")](e,o))s(r);else{const t={};for(const o of n){const n=e[Ba("0x2")](o);void 0!==n&&(t[o]=n)}s(r),i[Ba("0x12")](e,{commandParams:[t]},[],o)}}))}[Ba("0xb")](e,t,n){const o=t[0][Ba("0xe")][Ba("0x10")],s=n[Ba("0x11")][0];this[Ba("0x18")][Ba("0x9")][Ba("0x25")]((t=>{for(const n of e)void 0!==s[n]?t.setAttribute(n,s[n],o):t.removeAttribute(n,o)}))}[Ba("0xd")](e){if(e[Ba("0x1")])switch(e[Ba("0x20")]){case Ba("0x1e"):return{type:Ba("0x2d"),content:Yo(this[Ba("0x18")].locale,Ba("0x36"))};case Ba("0x22"):return{type:Ba("0x2d"),content:Yo(this[Ba("0x18")][Ba("0x2c")],Ba("0x16"))}}}[Ba("0x23")](e,t){const n=this[Ba("0x18")][Ba("0x2e")][Ba("0x0")](Ba("0x32"));for(const o of n.getSuggestions({skipNotAttached:!0})){const n=o[Ba("0x7")]();if(o[Ba("0x20")]===t&&n===e)return o}return null}}const Ua=["for","editor","end","clear","plugins","containerElement","discardSelectedSuggestions","_findSuggestions","options","formatInline:accept","getAncestors","suggestion-type","getLastMatchingPosition","_suggestionFactory","pluginName","_handleNewSuggestionMarker","normal","_splitMarkerName","isInsideObject","isAfter","formatBlock:discard","_setSuggestionRange","head","getCustomProperty","every","_joinSuggestions","markDeletion","accept","set","lowest","isTouching","getChangedMarkers","setTo","creator","toViewElement","authorName","change","isEqual","getWalker","then","_addThreadToSuggestion","newRange","fire","removeMarkers","type","$marker","_joinWithAdjacentSuggestions","chain","formatBlock","selection","getAllAdjacentSuggestions","conversion","deletion:chain","hasComments","addMarker","_updateSuggestionData","_registerDefaultCallbacks","_cutOutSuggestionMarker","_mergeNestedSuggestions","isObject","_setSuggestionData","isCollapsed","activeMarkers","value","_removeSuggestion","collaboration.channelId","getSuggestion","backward","_createSuggestion","default","deletion:discard","schema","catch","addMarker:suggestion","after","removeMarker","commands","isExternal","formatInline:join","has","isLimit","insertion:join","before","getIntersection","multipleBlocks","add","differ","deletion:","addRange","insertion","detach","fromCharCode","discardSuggestion","values","notReady","getDifference","markerName","trackChangesCommand","PendingActions","element","map","author","markInsertion","isLocal","previous","sort","_rangeIsInLocalUserInsertion","_suggestions","_model","oldRange","elementToElement","stopListening","marker-count","fromRange","_editor","markMultiRangeDeletion","editing","_checkSuggestionCorrectness","updateMarker","markerNameToElements","data","_isForcedDefaultExecutionBlock","addMarker:suggestion:formatBlock","$graveyard","registerCustomCallback","split","splice","$textProxy","createdAt","consume","range","getSuggestionCallback","removeAttribute","_refreshSuggestionsChain","showSuggestionHighlights","buildSuggestion","attributes","upcast","getCommentThread","rootName","elementEnd","define","ck-suggestion-marker--active","PENDING_ACTION_SUGGESTION","ready","isSelectable","containsRangeInObject","acceptSelectedSuggestions","removeComment","createRangeIn","skipNestingCheck","getAttribute","splitPosition","moveTargetPosition","enqueueChange","getUser","accepted","listenTo","from","parent","_getExternalAuthor","formatBlock:chain","insertion:","acceptSuggestion","formatBlock:join","authoredAt","join","root","document","some","name","commandName","isIntersectingWithRange","formatInline","getFirstMarker","batch","insertion:chain","position","multi","markInlineFormat","discardAllSuggestions","suggestionLoaded","bindElementToMarker","insertion:discard","error-saving-suggestion-data-suggestion-discarded","get","init","enableReadOnlyMode","@external","suggestionChanged","mapper","editingDowncast","dataDowncast","toJSON","length","getSuggestions","createElement","low","ck-suggestion-marker-","includes","addSuggestionData","never","deletion","always","isDocumentOperation","highest","getRanges","hasSuggestion","formatGroupId","formatBlock:accept","change:data","TrackChangesEditing","_saved","markerToHighlight","markMultiRangeBlockFormat","getFirstRange","ck-suggestion-marker","deletion:join","formatInline:chain","change:_saved","track-changes-adapter-missing-getsuggestion","howMany","getItems","nodeAfter","_enabledCommands","Users","remove","track-changes-command-not-found","removeClass","update:suggestion","high","trackChanges","addMarkerName","commentThread","isOwn","_defaultCallbacks","substr","trackChanges.trackFormatChanges","_trackFormatChanges","execute","_suggestionState","_customCallbacks","dataToMarker","targetPosition","enableCommand","locale","filter","getRange","applyOperation","insertContent","isAtEnd","group","insertion:accept","removed","addSuggestion","markerReady","start","isInContent","_commentsRepository","return","_addSuggestionMarker","isBlock","containsRange","deleteContent","track-changes-suggestion-data-mismatch","delete","createPositionAfter","getNearestSelectionRange","isNextTo","_onDiscard","change:activeMarkers","external:","addHighlight","subType","consumable","adapter","config","nodeBefore","size","model","discard","getMultiRangeId","fetchCommentThread","setAttribute","_descriptionFactory","insert","addComment","suggestion","push","getShiftedBy","resolve","_getSuggestionData","forceDefaultExecution","widget","isMultiRange","dataReady","containsPosition","createRange","_adapter","writer","formatBlock:","hasCommentThread","forward","createSelection","updateSuggestion","trackChanges.mergeNestedSuggestions","next","createPositionAt","setSelection","data-suggestion","CommentsRepository","stop","refresh","isBefore","item","ck-suggestion-marker-formatBlock","_breakSuggestionMarker"];var Ga,Ha;Ga=Ua,Ha=315,function(e){for(;--e;)Ga.push(Ga.shift())}(++Ha);const za=function(e,t){return Ua[e-=0]};class Wa extends e.Plugin{static get requires(){return[za("0x138"),r.Users,e.PendingActions,cs,Cs,Rs,Ms,Bs,Ws,Qs,tr,Oa,xr,dr,br,yr,Lr,Pr,Gr,Kr,Jr,ni,xi,di,pi,Ci,Ri,Oi,ji,Wi,$i,ex,ix,dx,px,yx,Sx,Mx,jx,Wx,Ia,Jx,sa,ma,ja,ca,Ea,ka]}static get[za("0x10")](){return za("0xd5")}constructor(e){function t(e){return e.map((e=>String[za("0x5d")](e)))[za("0xa8")]("")}super(e),this[za("0x1e")](za("0x40"),[]),this.on(za("0x110"),((t,n,o,s)=>{this._model.change((()=>{for(const t of[...s,...o])this[za("0x6e")].markers.has(t)&&e[za("0x76")].reconvertMarker(t)}))})),this[za("0x11e")]=new ss(this.editor[za("0x119")].schema,this[za("0x3")][za("0xf7")]),this[za("0x12c")]=null,this[za("0xf")]=new Va(this.editor),this[za("0x6d")]=new Map,this[za("0x104")]=e[za("0x6")][za("0xbb")](za("0x138")),this._enabledCommands=new Set,this[za("0x6e")]=this.editor[za("0x119")],this._suggestionState=new WeakMap,this[za("0x7b")]=!1,e[za("0x116")][za("0x8f")](za("0xef"),za("0x47")),this[za("0xf0")]=e[za("0x116")].get(za("0xef")),e[za("0x116")][za("0x8f")](za("0x133"),!0),this._mergeNestedSuggestions=e.config[za("0xbb")]("trackChanges.mergeNestedSuggestions"),this[za("0x63")]=new d(e,this[za("0xe2")]),this[t([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=t([52,48,52,54,49,48,51,50])}[za("0xbc")](){const e=this[za("0x3")];e[za("0x35")][za("0x2")](za("0xc1"))[za("0xd7")]({model:za("0x121"),view:e=>{const{id:t,type:n}=this[za("0x13")](e.markerName),o=[za("0xda"),za("0xc8")+n];let s=3e3;return this[za("0x40")][za("0xc9")](e[za("0x62")])&&(o.push(za("0x90")),s=3010),"deletion"==n&&(s+=5),{classes:o,attributes:{"data-suggestion":t},priority:s}}}),e[za("0x35")][za("0x2")](za("0xc2"))[za("0x57")]((t=>{t.on(za("0x4b"),((t,n,o)=>{if(!o[za("0xa")][za("0x88")])return;const s=n.item;if(!s)return;const r=o.mapper.toViewElement(s);e[za("0x119")][za("0x49")][za("0x3d")](s)&&r&&!r[za("0x19")](za("0x127"))&&r.is(za("0x7"))&&(0,x.toWidget)(r,o[za("0x12d")])}),{priority:za("0xe8")})})),e[za("0x35")].for(za("0xc2"))[za("0xd7")]({model:"suggestion",view:(e,t)=>{if(!t[za("0xa")][za("0x88")])return null;const{type:n}=this[za("0x13")](e[za("0x62")]);return{classes:[za("0xda"),"ck-suggestion-marker-"+n],priority:3e3}}});const n=({showActiveMarkers:t=!0}={})=>(n,o,s)=>{if(!o[za("0x13c")])return;if(o[za("0x13c")].is("selection"))return void s[za("0x114")].consume(o[za("0x13c")],n.name);const r=s.mapper[za("0x24")](o[za("0x13c")]);if(!o.item.is(za("0x65"))||!e[za("0x119")][za("0x49")][za("0x107")](o[za("0x13c")])||r[za("0x19")](za("0x112")))return;const{id:i}=this[za("0x13")](o[za("0x62")]);s.writer.addClass([za("0xda"),za("0x0")],r),s.writer[za("0x11d")](za("0x137"),i,r),s[za("0xc0")][za("0xb8")](r,o[za("0x62")]),t&&(this.activeMarkers.includes(o.markerName)?s[za("0x12d")].addClass("ck-suggestion-marker--active",r):s[za("0x12d")].removeClass(za("0x90"),r));for(const t of e[za("0x119")][za("0x97")](o[za("0x13c")])[za("0xe0")]())s.consumable.consume(t,n[za("0xac")]);s.consumable[za("0x83")](o[za("0x13c")],n.name)};e.conversion[za("0x2")](za("0xc2")).add((e=>{e.on(za("0x7c"),((e,t,o)=>{o.options[za("0x88")]&&n({showActiveMarkers:!1})(e,t,o)}),{priority:za("0xcf")})})),e.conversion.for("dataDowncast").markerToData({model:"suggestion",view:(e,t)=>t[za("0xa")].showSuggestionHighlights?null:{group:"suggestion",name:e[za("0xee")](11)}}),e.conversion[za("0x2")](za("0x8b"))[za("0x70")]({view:{name:za("0x121"),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:t})=>{let n="suggestion:"+e[za("0x99")](za("0xd"))+":"+e[za("0x99")]("id");return e[za("0x99")](za("0x72"))&&(n+=":"+e[za("0x99")](za("0x72"))),t[za("0xc6")](za("0x2f"),{"data-name":n})}}),e[za("0x35")].for(za("0x8b"))[za("0xf4")]({view:za("0x121")}),e[za("0x35")][za("0x2")](za("0xc1")).add((e=>{e.on(za("0x7c"),n(),{priority:za("0xe8")})})),e[za("0x35")][za("0x2")](za("0xc1"))[za("0x57")]((e=>{e.on("removeMarker:suggestion:formatBlock",((e,t,n)=>{const o=n[za("0xc0")][za("0x79")](t[za("0x62")]);if(o)for(const e of o)e[za("0x19")](za("0x112"))||(n[za("0x12d")][za("0xe6")]([za("0xda"),za("0x0"),za("0x90")],e),n[za("0x12d")][za("0x86")](za("0x137"),e),n[za("0xc0")].unbindElementFromMarkerName(e,t[za("0x62")]))}),{priority:za("0xe8")})})),e.model[za("0xaa")].registerPostFixer((t=>{let n=!1;const o=Array.from(e.model[za("0xaa")][za("0x58")][za("0x21")]()),s=new Set;for(const{name:x,data:a}of o){const{group:o,type:c,id:l}=this[za("0x13")](x);if(za("0x121")!==o)continue;const u=this._suggestions.get(l);if(null!=a[za("0x2b")])if(za("0xaf")==c&&(n=n||Xa(a.newRange,x,t,e[za("0x119")][za("0x49")])),a.newRange[za("0x3f")]||za("0x7d")==a[za("0x2b")][za("0xa9")][za("0x8d")]||za("0x32")==c&&!Qa(a.newRange)||za("0xcc")==c&&(qa(i=a[za("0x2b")])||(r=i)[za("0x102")].parent==r[za("0x4")][za("0x117")]&&r[za("0x102")].isAtEnd))t.removeMarker(x),n=!0;else{if(!u||!u.isInContent)continue;s[za("0x57")](u)}}var r,i;return s[za("0x118")]>0&&(n=!!this[za("0x30")](s)||n),n})),e[za("0x119")][za("0xaa")].registerPostFixer((t=>{let n=!1;for(const o of e[za("0x119")].document[za("0x58")].getChanges()){if("insert"!=o[za("0x2e")])continue;const s=o[za("0xb3")].getShiftedBy(o.length);if(s[za("0xfc")])for(const r of this._suggestions[za("0x5f")]()){if(r[za("0x128")]||!r.isInContent)continue;if(za("0x32")!=r[za("0x2e")])continue;const i=r[za("0xd9")]();if(i.start[za("0xa1")]!=i[za("0x4")][za("0xa1")]&&i[za("0x4")].isEqual(o[za("0xb3")])){const o=e[za("0x119")][za("0x12b")](i[za("0x102")],s);t[za("0x78")](r[za("0xb0")](),{range:o}),n=!0}}}return n})),e[za("0x119")].markers.on(za("0xe7"),((e,t,n)=>{if(null==n){const{id:e}=this[za("0x13")](t[za("0xac")]),n=this[za("0x6d")][za("0xbb")](e);n&&n[za("0xea")](t[za("0xac")])}})),e.model[za("0xaa")].on(za("0xd4"),(()=>{const t=Array[za("0xa0")](e[za("0x119")][za("0xaa")][za("0x58")].getChangedMarkers()).filter((e=>za("0x121")===this[za("0x13")](e[za("0xac")])[za("0xfd")]));if(0===t[za("0xc4")])return;t[za("0x6b")](((e,t)=>{const n=e[za("0x7a")][za("0x6f")],o=t[za("0x7a")][za("0x6f")];return null===n&&null===o?0:null===n&&null!==o?-1:null!==n&&null===o?1:n[za("0x102")][za("0x13b")](o.start)?-1:1}));const n=new Set,o=new Set;for(const{name:e,data:s}of t){const{id:t}=this[za("0x13")](e);if(null===s.oldRange){const t=this[za("0x11")](e);o[za("0x57")](t)}else{const e=this[za("0x6d")][za("0xbb")](t);null!==s[za("0x2b")]||e[za("0x103")]?(n[za("0x57")](e[za("0x18")]),o.add(e)):this[za("0x42")](e)}}o[za("0x118")]>0&&this[za("0x87")](o);for(const e of n)this[za("0x2c")](za("0xbf"),e)})),e.model.on(za("0xfa"),((t,n)=>{const o=n[0];if(!this[za("0x6d")][za("0x118")])return;if(!o[za("0xce")])return;if(o[za("0xb1")].isUndo||!o[za("0xb1")][za("0x69")])return;let s,r;switch(o[za("0x2e")]){case za("0x11f"):s=e.model[za("0x135")](o[za("0xb3")]),r=s[za("0x123")](o.howMany);break;case za("0x7f"):s=e.model.createPositionAt(o[za("0x9a")]),r=e[za("0x119")][za("0x135")](o[za("0x9b")]);break;case"move":s=e[za("0x119")].createPositionAt(o[za("0xf5")]),r=s[za("0x123")](o[za("0xdf")]);break;default:return}const i=e[za("0x119")][za("0x12b")](s,r);e.model[za("0x26")]((()=>{for(const{suggestion:e,meta:t}of this[za("0x9")](i)){if(e[za("0x128")])continue;if(za("0xaf")==e.type)continue;const n=e[za("0x7a")]&&e[za("0x7a")][za("0x56")];(za("0x32")!=e[za("0x2e")]||za("0x7f")==o[za("0x2e")]&&!n)&&(t[za("0x94")]||za("0x5b")==e[za("0x2e")]&&t.isOwn||e.getFirstRange().containsRange(i)&&this[za("0x1")](e,s,r))}}))}),{priority:za("0x1f")}),e[za("0x119")].on("deleteContent",((t,n)=>{const o=n[0],s=n[1];if(s&&s[za("0x126")])return;if(this[za("0x7b")])return;if(!this[za("0x63")][za("0x41")])return;if(o.isCollapsed)return;const r=e.model[za("0x49")],{start:i,end:x}=o.getFirstRange(),a=i.nodeAfter&&r.isLimit(i[za("0xe1")])?null:r[za("0x10d")](i,za("0x130")),c=x[za("0x117")]&&r[za("0x52")](x.nodeBefore)?null:r[za("0x10d")](x,"backward"),l=e[za("0x119")].createRange(a?a[za("0x102")]:i,c?c[za("0x4")]:x);e[za("0x119")].change((t=>{this[za("0x1c")](l);const n=e[za("0x119")][za("0x49")].getNearestSelectionRange(l[za("0x102")]);o.is("documentSelection")?t[za("0x136")](n):o[za("0x22")](n)})),t[za("0x139")]()}),{priority:t.priorities[za("0x12")]+10}),e.model.on("insertContent",((t,n)=>{const o=n[n[za("0xc4")]-1];o&&o[za("0x126")]||this._isForcedDefaultExecutionBlock||this[za("0x63")][za("0x41")]&&(e[za("0x119")][za("0x26")]((()=>{let o=e[za("0x119")][za("0xfb")](n[0],n[1],n[2],{forceDefaultExecution:!0});if(!o)return;t[za("0x105")]=o.clone();const s=o.end[za("0x117")],r=e[za("0x119")][za("0x49")];s&&r.isBlock(s)&&!r[za("0x3d")](s)&&(o=e.model[za("0x12b")](o[za("0x102")],e[za("0x119")][za("0x135")](s,za("0x4")))),this[za("0x68")](o)})),t[za("0x139")]())}),{priority:za("0xe8")}),this.editor[za("0x4e")][za("0x57")](za("0xe9"),this[za("0x63")]),this.enableCommand("trackChanges");const o=new p(e,this[za("0x6d")]);e[za("0x4e")][za("0x57")](za("0xa5"),o),this[za("0xf6")]("acceptSuggestion");const s=new C(e,this[za("0x6d")]);e[za("0x4e")][za("0x57")]("discardSuggestion",s),this[za("0xf6")]("discardSuggestion"),e[za("0x4e")][za("0x57")]("acceptAllSuggestions",new F(e,o,this[za("0x6d")])),this[za("0xf6")]("acceptAllSuggestions"),e.commands[za("0x57")](za("0xb6"),new F(e,s,this[za("0x6d")])),this.enableCommand("discardAllSuggestions"),e[za("0x4e")].add(za("0x95"),new U(e,o,this._suggestions)),this.enableCommand("acceptSelectedSuggestions"),e[za("0x4e")][za("0x57")](za("0x8"),new U(e,s,this[za("0x6d")])),this[za("0xf6")](za("0x8"));const r=e.plugins[za("0xbb")](za("0x138"));this[za("0x9f")](r,za("0x120"),((e,{threadId:t})=>{const n=this._suggestions[za("0xbb")](t);n&&n[za("0xeb")]&&1===n[za("0xeb")][za("0xc4")]&&this[za("0x39")](t,{hasComments:!0})}),{priority:za("0xc7")}),this[za("0x9f")](r,za("0x96"),((e,{threadId:t})=>{const n=this[za("0x6d")][za("0xbb")](t);n&&n[za("0xeb")]&&!n[za("0xeb")].length&&this[za("0x39")](t,{hasComments:!1})}),{priority:"low"})}set[za("0x115")](e){if(this._adapter)throw new t.CKEditorError("track-changes-adapter-already-set",this);this._adapter=e}get[za("0x115")](){return this._adapter}[za("0xc5")]({skipNotAttached:e=!1,toJSON:t=!1}={}){const n=[];for(const t of this[za("0x6d")][za("0x5f")]())e&&!t[za("0x103")]||n[za("0x122")](t);return t?n[za("0x66")]((e=>e[za("0xc3")]())):n}[za("0x44")](e){const n=this[za("0x6d")][za("0xbb")](e);if(!n)throw new t.CKEditorError("track-changes-suggestion-not-found",this);return n}[za("0xd1")](e){return this[za("0x6d")][za("0x51")](e)}[za("0xca")](e){const{authorId:t,id:n,attributes:o}=e,[s,r]=e[za("0x2e")].split(":"),i=this._suggestions.get(n)||this._createSuggestion(s,r,n,t,o);if(this[za("0x2a")](i),this[za("0x77")](i,s,r||null,t),i[za("0x82")]=e.createdAt,o&&o[za("0xbe")]){const e=o[za("0xbe")],t=this[za("0xa2")](e[za("0x25")]);i.authoredAt=e[za("0x82")],i[za("0x67")]=t,i[za("0x4f")]=!0}else i[za("0xa7")]=e[za("0x82")];switch(e[za("0x7a")]&&(i[za("0x7a")]=e.data),e[za("0x8a")]&&(i[za("0x8a")]=e.attributes),this[za("0x12c")]&&this[za("0x12c")][za("0x100")]||(i[za("0xd6")]=!0),this[za("0xf2")][za("0xbb")](i)){case"notReady":this[za("0xf2")][za("0x1e")](i,za("0x129"));break;case za("0x101"):i.isInContent?(this[za("0xf2")][za("0x1e")](i,za("0x92")),this[za("0x2c")](za("0xb7"),i)):this[za("0xf2")].set(i,za("0xff"))}return i}[za("0xa5")](e){this[za("0x126")]((()=>{this.editor[za("0x119")][za("0x26")]((()=>{for(const t of e[za("0x34")]())t.accept()}))}))}[za("0x5e")](e){this[za("0x126")]((()=>{this[za("0x3")][za("0x119")][za("0x26")]((()=>{for(const t of e[za("0x34")]())t[za("0x11a")]()}))}))}[za("0xf6")](e,n){const o=this[za("0x3")][za("0x4e")][za("0xbb")](e);if(!o)throw new t.CKEditorError(za("0xe5"),this,{commandName:e});this[za("0xe2")].add(o),n&&o.on(za("0xf1"),((e,t)=>{this[za("0x63")][za("0x41")]&&(this[za("0x7b")]||t.length>0&&t[t[za("0xc4")]-1]&&t[t[za("0xc4")]-1].forceDefaultExecution||(n(((...e)=>o[za("0xf1")](...e,{forceDefaultExecution:!0})),...t),e[za("0x139")]()))}),{priority:"high"})}[za("0x126")](e){let n,o;const s=this[za("0x7b")];this._isForcedDefaultExecutionBlock=!0;try{n=e()}catch(e){o=e}return s||(this._isForcedDefaultExecutionBlock=!1),o&&t.CKEditorError.rethrowUnexpectedError(o,this),n}[za("0x68")](e,n=null,o={}){if(e[za("0x3f")])return null;const s=this[za("0x3")].plugins[za("0xbb")](za("0xe3")).me;for(const{suggestion:t,meta:o}of this[za("0x9")](e,"insertion"))if(o.isOwn){if(!o[za("0x10e")]){if(!this[za("0x3c")]&&o[za("0x94")])continue;return t}if(n==t[za("0x113")]){const n=t[za("0xd9")]();return n[za("0x102")][za("0x27")](e[za("0x4")])?this[za("0x17")](t,this[za("0x6e")][za("0x12b")](e[za("0x102")],n.end)):this[za("0x17")](t,this[za("0x6e")][za("0x12b")](n[za("0x102")],e[za("0x4")])),t}}const r=(0,t.uid)(),i=s.id,x=n?za("0xa4")+n:za("0x5b"),a=this[za("0x3e")]({id:r,type:x,createdAt:new Date,authorId:i,attributes:o});return this[za("0x106")](x,r,i,e),a}markMultiRangeInsertion(e,n="multi",o={}){const s=this[za("0x3")][za("0x6")][za("0xbb")](za("0xe3")).me,r=this._suggestionFactory[za("0x85")](za("0x5b"),n,za("0xa8"));for(const t of this[za("0xc5")]())if(t[za("0x67")].id==s.id&&za("0x5b")==t[za("0x2e")]&&t[za("0x113")]==n&&(r(t[za("0xd0")](),e)||r(e,t[za("0xd0")]()))){for(const n of e)t[za("0x5a")](n);return t}if(this._mergeNestedSuggestions)for(const t of e)for(const{suggestion:n,meta:o}of this[za("0x9")](t,za("0x5b"))){if(!o.isOwn)continue;let t=!0;for(const o of n[za("0xd0")]())for(const n of e)if(!o[za("0x108")](n)){t=!1;break}if(t)return n}const i=(0,t.uid)(),x=s.id,a=za("0xa4")+n,c=this[za("0x3e")]({id:i,type:a,createdAt:new Date,authorId:x,attributes:o});for(const t of e)this[za("0x106")](a,i,x,t,Zo[za("0x11b")]());return c}[za("0xb5")](e,n,o=null,s={}){if(o=o||$a(n),e.isCollapsed)return null;if(za("0xcb")===this[za("0xf0")]){const t=this._suggestionFactory.getSuggestionCallback(za("0xaf"),o,za("0x1d"));return this[za("0x126")]((()=>t([e],n,s))),null}const r=this[za("0x3")][za("0x6")][za("0xbb")](za("0xe3")).me,i=[];if(za("0xcd")!==this[za("0xf0")])for(const{suggestion:t,meta:n}of this[za("0x9")](e,za("0x5b")))n[za("0xec")]&&!n[za("0x14")]&&i[za("0x122")](...t[za("0xd0")]());const x=function(e,t){const n=[];for(const o of t){const t=e[za("0x55")](o);t&&n[za("0x122")](t)}return n}(e,i),a=function(e,t){const n=[e];for(const e of t){let t=0;for(;t<n[za("0xc4")];){const o=n[t][za("0x61")](e);n[za("0x80")](t,1,...o),t+=o.length}}return n}(e,i);x[za("0xc4")]&&this[za("0x6e")].change((()=>{for(const e of x){const t=this[za("0xf")][za("0x85")](za("0xaf"),o,za("0x1d"));this[za("0x126")]((()=>t([e],n,s)))}}));for(const e of a){let i=null,x=e[za("0x102")],a=e[za("0x4")];for(const{suggestion:t,meta:n}of this[za("0x9")](e,za("0xaf"))){if(!n[za("0xec")])continue;if(t.subType!=o)continue;const s=t.getFirstRange();if(s[za("0x108")](e,!0))return null;x=x[za("0x13b")](s[za("0x102")])?x:s[za("0x102")],a=a[za("0x15")](s.end)?a:s.end,i?s[za("0x102")][za("0x13b")](i[za("0xd9")]().start)?(i.removeMarkers(),i=t):t[za("0x2d")]():i=t}const c=this._model[za("0x12b")](x,a);if(i)this[za("0x17")](i,c);else{const e=(0,t.uid)(),i=r.id;this[za("0x3e")]({id:e,type:"formatInline:"+o,data:n,createdAt:new Date,authorId:i,attributes:s}),this._addSuggestionMarker("formatInline:"+o,e,i,c)}}return null}markBlockFormat(e,n,o=[],s=null,r={}){n[za("0xd2")]||(n[za("0xd2")]=n[za("0xad")]),n.multipleBlocks=e.is(za("0x84")),s=s||$a(n);const i=o.map((e=>Ja(e,this[za("0x6e")]))),x=e.is(za("0x84"))?e:Ja(e,this[za("0x6e")]);if("never"===this[za("0xf0")]){const e=this._suggestionFactory[za("0x85")](za("0x32"),s,za("0x1d"));return this[za("0x126")]((()=>e([x],n,r))),null}i.push(x);let a=!0;for(const e of i)if(!this[za("0x6c")](e)){a=!1;break}if(a&&za("0xcd")!==this[za("0xf0")]){const e=this[za("0xf")][za("0x85")](za("0x32"),s,"accept");return this[za("0x126")]((()=>e([x],n,r))),null}let c=null,l=x[za("0x102")],u=x[za("0x4")];for(const{suggestion:e,meta:t}of this._findSuggestions(x,za("0x32"))){if(!t[za("0xec")]||t[za("0x10e")]||t[za("0x94")]||t[za("0x14")])continue;if(e[za("0x7a")].formatGroupId!=n[za("0xd2")])continue;const o=e.getFirstRange();if(e[za("0x113")]==s){if(o.containsRange(x,!0))return null;l=l[za("0x13b")](o[za("0x102")])?l:o.start,u=u[za("0x15")](o[za("0x4")])?u:o[za("0x4")],c?o[za("0x102")].isBefore(c[za("0xd9")]()[za("0x102")])?(c.removeMarkers(),c=e):e[za("0x2d")]():c=e}else{const t=x[za("0x55")](o);this._cutOutSuggestionMarker(e,t)}}const d=this.editor.plugins[za("0xbb")](za("0xe3")).me,g=(0,t.uid)(),m=d.id;if(c)return this[za("0x17")](c,this[za("0x6e")][za("0x12b")](l,u)),c;{const e=this._setSuggestionData({id:g,type:za("0x12e")+s,data:n,createdAt:new Date,authorId:m,attributes:r});return this[za("0x106")](za("0x12e")+s,g,m,this._model[za("0x12b")](l,u)),e}}[za("0xd8")](e,n,o=[],s=null,r={}){n[za("0xd2")]||(n.formatGroupId=n[za("0xad")]);const i=e[0];n[za("0x56")]=i.is(za("0x84")),s=s||$a(n);const x=o.map((e=>Ja(e,this[za("0x6e")]))),a=i.is(za("0x84"))?e:e[za("0x66")]((e=>Ja(e,this[za("0x6e")])));if("never"===this[za("0xf0")]){const e=this[za("0xf")].getSuggestionCallback(za("0x32"),s,"accept");return this[za("0x126")]((()=>e(a,n,r))),null}x[za("0x122")](...a);let c=!0;for(const e of x)if(!this[za("0x6c")](e)){c=!1;break}if(c&&za("0xcd")!==this[za("0xf0")]){const e=this[za("0xf")][za("0x85")](za("0x32"),s,za("0x1d"));return this[za("0x126")]((()=>e(a,n,r))),null}const l=this[za("0x3")][za("0x6")][za("0xbb")](za("0xe3")).me;for(const e of this[za("0xc5")]()){if(e.author.id!=l.id)continue;if(za("0x32")!=e[za("0x2e")]||e[za("0x7a")].formatGroupId!=n[za("0xd2")])continue;const t=e[za("0x113")]==s;for(let n=0;n<a[za("0xc4")];n++){const o=a[n];for(const s of e.getMarkers()){const r=s[za("0xf9")]();if(o[za("0x27")](r)){t?(a[za("0x80")](n,1),n--):e.removeMarker(s[za("0xac")]);break}}}}if(0==a[za("0xc4")])return null;const u=this[za("0xf")][za("0x85")]("formatBlock",s,za("0xa8"));for(const e of this[za("0xc5")]())if(e[za("0x67")].id==l.id&&za("0x32")==e[za("0x2e")]&&e[za("0x7a")].formatGroupId==n.formatGroupId&&e[za("0x113")]==s&&(u(e[za("0xd0")](),a)||u(a,e[za("0xd0")]()))){for(const t of a)e[za("0x5a")](t);return e}const d=(0,t.uid)(),g=l.id,m="formatBlock:"+s,f=this._setSuggestionData({id:d,type:m,data:n,createdAt:new Date,authorId:g,attributes:r});for(const e of a)this[za("0x106")](m,d,g,e,Zo[za("0x11b")]());return f}markDeletion(e,n=null,o={}){if(e[za("0x3f")])return null;const s=this[za("0x3")][za("0x6")][za("0xbb")]("Users").me,r=new i.LiveRange(e.start,e[za("0x4")]);for(const{suggestion:e,meta:t}of this._findSuggestions(r,"insertion"))if(t[za("0xec")]&&!t[za("0x10e")])if(e.isMultiRange){const t=e[za("0xd0")]()[za("0xf8")]((e=>za("0x7d")!=e[za("0xa9")][za("0x8d")]));if(t.every((e=>r[za("0x108")](e,!0)))&&e.discard(),t[za("0xab")]((e=>e.containsRange(r,!0)))){const e=this[za("0xf")][za("0x85")]("deletion",n,za("0x1d"));return this[za("0x126")]((()=>e([r],null,o))),null}}else{const t=r[za("0x55")](e.getFirstRange());null!==t&&e[za("0x10f")]([t],null,o)}if(r[za("0x5c")](),r[za("0x3f")]||za("0x7d")==r[za("0xa9")][za("0x8d")])return null;let x=null,a=r[za("0x102")],c=r.end;for(const{suggestion:e,meta:t}of this[za("0x9")](r,"deletion"))if(t.isOwn)if(e[za("0x128")]&&this._mergeNestedSuggestions){let t=!0;for(const n of e.getRanges()){if(n.containsRange(r,!0))return e;r[za("0x108")](n)||(t=!1)}t&&e.discard()}else{const n=e[za("0xd9")]();if(n[za("0x108")](r,!0)){if(!this[za("0x3c")]&&t[za("0x94")])continue;return e}a=a.isBefore(n[za("0x102")])?a:n[za("0x102")],c=c[za("0x15")](n[za("0x4")])?c:n.end,x?n[za("0x102")].isBefore(x.getFirstRange()[za("0x102")])?(x[za("0x2d")](),x=e):e[za("0x2d")]():x=e}if(x)return this[za("0x17")](x,this[za("0x6e")][za("0x12b")](a,c)),x;{const e=(0,t.uid)(),r=this[za("0x6e")][za("0x12b")](a,c),i=s.id,x=n?za("0x59")+n:za("0xcc"),l=this._setSuggestionData({id:e,type:x,createdAt:new Date,authorId:i,attributes:o});return this[za("0x106")](x,e,i,r),l}}[za("0x75")](e,n=za("0xb4"),o={}){const s=this[za("0x3")][za("0x6")][za("0xbb")](za("0xe3")).me,r=e[za("0x66")]((e=>new i.LiveRange(e[za("0x102")],e.end))),x=new Set;for(const e of r)for(const{suggestion:t,meta:n}of this[za("0x9")](e,za("0x5b")))n.isOwn&&!n[za("0x10e")]&&x[za("0x57")](t);for(const t of x)if(t[za("0x128")]){const s=t.getRanges();if((!t.attributes||!t.attributes[za("0x98")])&&s.every((e=>r[za("0xab")]((t=>t.containsRange(e,!0)))))&&t.discard(),r[za("0x1a")]((e=>s[za("0xab")]((t=>t[za("0x108")](e,!0)))))){const t=this._suggestionFactory[za("0x85")]("deletion",n,za("0x1d"));return this[za("0x126")]((()=>t(e,null,o))),null}}else{const e=t[za("0xd9")]();if(r[za("0xab")]((t=>t.containsRange(e,!0)))&&t.discard(),r.every((t=>e[za("0x108")](t,!0)))){const e=this[za("0xf")].getSuggestionCallback(za("0xcc"),n,za("0x1d"));return this[za("0x126")]((()=>e(r,null,o))),null}}const a=this[za("0xf")][za("0x85")]("deletion",n,za("0xa8"));let c=null;for(const e of this[za("0xc5")]())if(e.author.id==s.id&&e[za("0x103")]&&za("0xcc")==e[za("0x2e")]&&e[za("0x113")]==n&&(a(e.getRanges(),r)||a(r,e[za("0xd0")]())))if(c){if(e[za("0xeb")]&&e[za("0xeb")][za("0xc4")])continue;for(const t of e[za("0xd0")]())c[za("0xae")](t)||c[za("0x5a")](t);e.removeMarkers()}else{c=e;for(const t of r)e.isIntersectingWithRange(t)||e[za("0x5a")](t)}if(c)return c;x[za("0x5")]();for(const e of r)for(const{suggestion:t,meta:n}of this[za("0x9")](e,za("0xcc")))n[za("0xec")]&&x[za("0x57")](t);for(const e of x){const t=e[za("0xd0")]();if((!o||!o[za("0x98")])&&r[za("0x1a")]((e=>t[za("0xab")]((t=>t[za("0x108")](e,!0))))))return e;(!e.attributes||!e[za("0x8a")][za("0x98")])&&t.every((e=>r.some((t=>t[za("0x108")](e,!0)))))&&e[za("0x11a")]()}const l=(0,t.uid)(),u=s.id,d="deletion:"+n,g=this[za("0x3e")]({id:l,type:d,createdAt:new Date,authorId:u,attributes:o});for(const e of r)e[za("0x5c")](),e.isCollapsed||za("0x7d")==e[za("0xa9")][za("0x8d")]||this[za("0x106")](d,l,u,e,Zo[za("0x11b")]());return g}[za("0x17")](e,t){const n=e.getFirstMarker();this[za("0x6e")][za("0x26")]((e=>{e[za("0x78")](n,{range:t})}))}[za("0x2a")](e){const t=e.id,n=this[za("0x3")].config[za("0xbb")](za("0x43"));this[za("0x104")][za("0x12f")](t)||this._commentsRepository.addCommentThread({channelId:n,threadId:t,isResolvable:!1,isSubmitted:!0});const o=this[za("0x104")][za("0x8c")](t);o.unbind("isRemovable"),o.isRemovable=!1,e[za("0xeb")]=o}[za("0x77")](e,n,o,s){if(e[za("0x2e")]!=n||e[za("0x113")]!=o||e[za("0x23")].id!=s)throw this.editor[za("0xbd")]("track-changes-suggestion-data-mismatch"),new t.CKEditorError(za("0x10a"),this)}[za("0x3b")](e,n){const o=e[za("0xd9")]();if(n.isEqual(o))e[za("0x2d")]();else if(o[za("0x108")](n)){const s=this[za("0x6e")][za("0x135")](n[za("0x102")].nodeBefore,za("0x4"));this[za("0x17")](e,this[za("0x6e")][za("0x12b")](o[za("0x102")],s));const r=(0,t.uid)(),i=e[za("0x23")].id,x=e[za("0x2e")]+":"+e[za("0x113")];this[za("0x3e")]({id:r,type:x,createdAt:new Date,authorId:i,data:e.data,attributes:e.attributes});const a=this[za("0x6e")].createPositionAt(n.end[za("0xa1")],za("0x4c")),c=this[za("0x6e")][za("0x12b")](a,o[za("0x4")]);this[za("0x106")](x,r,i,c)}else if(o[za("0x12a")](n.start)){const t=this[za("0x6e")].createPositionAt(n[za("0x102")].nodeBefore,"end");this[za("0x17")](e,this._model[za("0x12b")](o[za("0x102")],t))}else{const t=this[za("0x6e")][za("0x135")](n[za("0x4")][za("0xa1")],za("0x4c"));this._setSuggestionRange(e,this[za("0x6e")][za("0x12b")](t,o[za("0x4")]))}}[za("0x6c")](e){for(const{suggestion:t,meta:n}of this[za("0x9")](e,za("0x5b"))){if(!n[za("0xec")])continue;const o=t[za("0xd0")]();for(const t of o)if(!e[za("0x61")](t)[za("0xc4")])return!0}return!1}_getAuthorFromId(e){const n=this[za("0x3")][za("0x6")].get(za("0xe3"))[za("0x9d")](e);if(!n)throw new t.CKEditorError("track-changes-user-not-found",this);return n}_getExternalAuthor(e){const t=this[za("0x3")].plugins[za("0xbb")]("Users"),n=(0,r.hashObject)(za("0x111")+e);return t[za("0x9d")](n)||t.addUser({id:n,name:e})}[za("0x46")](e,t,n,o,s){const r=this._getAuthorFromId(o),i=this[za("0xf")][za("0x89")](e,t,n,r,s,(e=>this[za("0x39")](n,{attributes:e})));return this.listenTo(i,za("0x1d"),(()=>{this[za("0x39")](n,{state:za("0x9e")})}),{priority:"high"}),this.listenTo(i,za("0x11a"),(()=>{this[za("0x39")](n,{state:"rejected"})}),{priority:"high"}),this[za("0x6d")][za("0x1e")](n,i),this[za("0xf2")].set(i,za("0x60")),i}_splitMarkerName(e){const t=e[za("0x7f")](":");return{group:t[0],type:t[1],subType:t[za("0xc4")]>=5?t[2]:null,id:t[za("0xc4")]<5?t[2]:t[3],authorId:t[za("0xc4")]<5?t[3]:t[4],markerCount:6==t.length?t[5]:null}}[za("0x1")](e,n,o){const s=e[za("0xd9")](),r=s.start,i=s[za("0x4")];this[za("0x17")](e,this[za("0x6e")][za("0x12b")](r,n));const x=(0,t.uid)(),a=e.creator.id,c=e[za("0x2e")]+(e[za("0x113")]?":"+e[za("0x113")]:"");this._setSuggestionData({id:x,type:c,createdAt:new Date,authorId:a,originalSuggestionId:e.id,attributes:e[za("0x8a")],data:e[za("0x7a")]}),za("0x32")==e[za("0x2e")]&&(o=this._model.createPositionBefore(o.parent)),this[za("0x106")](c,x,a,this[za("0x6e")][za("0x12b")](o,i))}[za("0x9")](e,t=null){const n=[],o=this[za("0x6e")][za("0x49")],s=this[za("0x3")].plugins[za("0xbb")](za("0xe3")).me;for(const r of this[za("0xc5")]())if(r[za("0x103")]&&(!t||r.type==t))for(const t of r[za("0xd0")]()){const i=e[za("0x102")][za("0x27")](t[za("0x4")])||e[za("0x4")][za("0x27")](t[za("0x102")]);if(i||e[za("0x55")](t)){const x=e[za("0x108")](t)&&Ka(o,t[za("0x102")],e),a=t[za("0x108")](e)&&Ka(o,e[za("0x102")],t);n[za("0x122")]({suggestion:r,meta:{isOwn:s==r.author,isNextTo:i,isInsideObject:x,containsRangeInObject:a}});break}}return n}[za("0x106")](e,t,n,o,s){this._model[za("0x26")]((r=>{let i="suggestion:"+e+":"+t+":"+n;s&&(i=i+":"+s),r[za("0x38")](i,{range:o,usingOperation:!0,affectsData:!0})}))}[za("0x42")](e){const t=e.previous,n=e[za("0x134")];e[za("0x6a")]=null,null!=t&&(t.next=null),e[za("0x134")]=null,null!=n&&(n[za("0x6a")]=null),za("0x92")==this._suggestionState[za("0xbb")](e)&&(this._suggestionState[za("0x1e")](e,za("0xff")),this[za("0x2c")]("suggestionUnloaded",e,t,n))}_setSuggestionData(e){const n=e.id,o=this.addSuggestionData(e);if(this[za("0x12c")]&&this[za("0x12c")].addSuggestion){const s=this[za("0x3")][za("0x6")][za("0xbb")](za("0x64")),r=o[za("0x37")],i=o[za("0x113")]?o[za("0x2e")]+":"+o[za("0x113")]:o[za("0x2e")],x=this.editor.locale,a=s[za("0x57")](Yo(x,za("0x91"))),c={id:n,type:i,hasComments:r,data:e[za("0x7a")]||null,originalSuggestionId:e.originalSuggestionId||null,attributes:o[za("0x8a")]};this[za("0x12c")][za("0x100")](c)[za("0x29")]((e=>{o[za("0xd6")]=!0,s.remove(a),e&&e[za("0x82")]&&(this._suggestions[za("0xbb")](n)[za("0x82")]=e.createdAt)}))[za("0x4a")]((e=>{throw(0,t.logWarning)(za("0xba")),this[za("0x3")].model[za("0x9c")]({isUndoable:!1},(()=>{o[za("0x11a")]()})),o[za("0x71")](),this[za("0x6d")][za("0x10b")](o.id),this[za("0xf2")].delete(o),e}))}return o}[za("0x39")](e,t){const n=this[za("0x3")][za("0x6")][za("0xbb")](za("0x64")),o=this[za("0x44")](e);if(this[za("0x12c")]&&this[za("0x12c")].updateSuggestion)if(o[za("0xd6")]){const o=n[za("0x57")](Yo(this.editor[za("0xf7")],"PENDING_ACTION_SUGGESTION"));this[za("0x12c")][za("0x132")](e,t)[za("0x29")]((()=>{n[za("0xe4")](o)}))}else o.on(za("0xdd"),(()=>{this._updateSuggestionData(e,t)}))}[za("0x125")](e){if(!this[za("0x12c")]||!this[za("0x12c")][za("0x44")])throw new t.CKEditorError(za("0xde"),this);return this[za("0x12c")].getSuggestion(e)}[za("0x11")](e){const{id:t,type:n,subType:o,authorId:s}=this[za("0x13")](e),r=this._suggestions[za("0xbb")](t)||this[za("0x46")](n,o,t,s,{});switch(this._checkSuggestionCorrectness(r,n,o,s),this._suggestionState[za("0xbb")](r)){case za("0x60"):this[za("0x125")](t)[za("0x29")]((e=>{let n=Promise[za("0x124")]();e[za("0x37")]&&(n=this[za("0x104")][za("0x11c")]({channelId:this[za("0x3")].config[za("0xbb")](za("0x43")),threadId:t})),n[za("0x29")]((()=>{this[za("0xca")](e)[za("0xd6")]=!0}))})),this[za("0xf2")][za("0x1e")](r,za("0x101"));break;case za("0xff"):this[za("0x39")](t,{state:"open"});case za("0x129"):this[za("0xf2")].set(r,za("0x92")),this[za("0x2c")](za("0xb7"),r);break;case"ready":this[za("0x2c")](za("0xbf"),r)}return r[za("0xea")](e),r}[za("0x87")](e){const t=Array.from(e)[za("0xf8")]((e=>!e[za("0x128")])),n=this[za("0xc5")]({skipNotAttached:!0})[za("0xf8")]((e=>!e.isMultiRange)),o=n[za("0xf8")]((t=>!e[za("0x51")](t))),s=new Map(n[za("0x66")]((e=>[e,this[za("0xf")][za("0x85")](e[za("0x2e")],e[za("0x113")],za("0x31"))]))),r=new Map(n[za("0x66")]((e=>[e,e.getFirstRange()]))),i=new Set,x=new Set;for(let e=0;e<t[za("0xc4")];e++)a(t[e],t,e+1);for(let e=0;e<t[za("0xc4")];e++)a(t[e],o,0);for(let e=0;e<t[za("0xc4")];e++){const n=t[e];!x.has(n)&&n[za("0x6a")]&&(n[za("0x6a")][za("0x134")]===n&&(n[za("0x6a")][za("0x134")]=null),n[za("0x6a")]=null),!i[za("0x51")](n)&&n.next&&(n[za("0x134")][za("0x6a")]===n&&(n[za("0x134")][za("0x6a")]=null),n[za("0x134")]=null)}function a(e,t,n){for(let o=n;o<t.length;o++){const n=c(e,t[o]);n&&(n[0][za("0x134")]=n[1],n[1].previous=n[0],i[za("0x57")](n[0]),x.add(n[1]))}}function c(e,t){if(e.author.id!==t[za("0x67")].id)return null;const n=s[za("0xbb")](e)(e,t,r[za("0xbb")](e),r[za("0xbb")](t));return n&&s.get(t)(e,t,r.get(e),r[za("0xbb")](t))?n[1][za("0xeb")]&&n[1][za("0xeb")][za("0xc4")]?null:n:null}}[za("0x30")](e){const t=Array[za("0xa0")](e),n=this[za("0xc5")]({skipNotAttached:!0}),o=n[za("0xf8")]((t=>!e[za("0x51")](t))),s=new Map(t[za("0x66")]((e=>[e,this[za("0xf")].getSuggestionCallback(e[za("0x2e")],e[za("0x113")],za("0xa8"))]))),r=new Map(n[za("0x66")]((e=>[e,e[za("0xd0")]()])));for(let e=0;e<t[za("0xc4")];e++)if(i(this,t[e],t,e+1))return!0;for(let e=0;e<t[za("0xc4")];e++)if(i(this,t[e],o,0))return!0;return!1;function i(e,t,n,o){for(let i=o;i<n[za("0xc4")];i++){const o=n[i];if(o.type!==t[za("0x2e")]||o[za("0x67")].id!==t.author.id||o[za("0x113")]!==t[za("0x113")])continue;const x=s[za("0xbb")](t),a=r.get(t),c=r.get(o),l=t.commentThread&&t[za("0xeb")].length,u=o[za("0xeb")]&&o[za("0xeb")][za("0xc4")];if(!l&&x(c,a))return e._joinSuggestions(o,t),r[za("0x10b")](t),!0;if(!u&&x(a,c))return e._joinSuggestions(t,o),r.delete(o),!0}return!1}}[za("0x1b")](e,t){if(e[za("0x128")])for(const n of t[za("0xd0")]())e[za("0x5a")](n);else{const n=t[za("0xd9")]()[za("0x4")];this._setSuggestionRange(e,this._model[za("0x12b")](e[za("0xd9")]()[za("0x102")],n))}t[za("0x2d")]()}}class Va{constructor(e){this[za("0x74")]=e,this._model=e.model,this._customCallbacks=new Map,this[za("0xed")]=new Map,this[za("0x3a")]()}[za("0x89")](e,t,n,o,s,r){return new Zo(this._model,{type:e,subType:t,id:n,author:o,creator:o,attributes:s,onAttributesChange:r,onAccept:(...n)=>this[za("0x85")](e,t,za("0x1d"))(...n),onDiscard:(...n)=>this.getSuggestionCallback(e,t,"discard")(...n)})}[za("0x7e")](e,t,n,o){const s=e+":"+t+":"+n;this[za("0xf3")][za("0x1e")](s,o)}getSuggestionCallback(e,t,n){const o=e+":"+t+":"+n;return this[za("0xf3")][za("0xbb")](o)||this[za("0xed")][za("0xbb")](e+":"+n)}_registerDefaultCallbacks(){const e=()=>{},t=e=>{e[za("0x6b")](((e,t)=>e.start[za("0x13b")](t.start)?1:-1)),this[za("0x6e")][za("0x26")]((t=>{for(const n of e){let e;e=n[za("0x4")][za("0xfc")]&&n[za("0x4")][za("0xa1")]==n[za("0x102")][za("0xe1")]?t[za("0x131")](n[za("0x102")][za("0xe1")],"on"):t[za("0x131")](n),this._model[za("0x109")](e,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},n=(e,t)=>{this[za("0x6e")].change((n=>{const{commandName:o,commandParams:s=[]}=t,r=e[za("0x66")]((e=>(qa(e)&&(e=this[za("0x6e")][za("0x12b")](e[za("0x4")])),e)))[za("0xf8")]((e=>za("0x7d")!==e.root[za("0x8d")]));if(r[za("0xc4")]<1)return;const x=Array[za("0xa0")](this._model[za("0xaa")][za("0x33")][za("0xd0")]())[za("0x66")]((e=>i.LiveRange[za("0x73")](e)));n[za("0x136")](r);for(const e of this[za("0x74")][za("0x4e")][za("0x4e")]())e[za("0x13a")]();s[za("0x122")]({forceDefaultExecution:!0}),this[za("0x74")][za("0xf1")](o,...s);const a=x[za("0xf8")]((e=>"$graveyard"!=e.root[za("0x8d")]));a.length>0&&n.setSelection(a);for(const e of x)e[za("0x5c")]()}))},o=(e,t)=>1==e[za("0xc4")]&&1==t[za("0xc4")]&&e[0].end[za("0x27")](t[0][za("0x102")]),s=(e,t,n,o)=>Za(e,t,n,o,this[za("0x6e")])?[e,t]:Za(t,e,o,n,this[za("0x6e")])?[t,e]:null;this[za("0xed")][za("0x1e")](za("0xfe"),e),this._defaultCallbacks[za("0x1e")](za("0xb9"),t),this[za("0xed")][za("0x1e")](za("0x53"),o),this[za("0xed")].set(za("0xb2"),s),this[za("0xed")][za("0x1e")]("deletion:accept",t),this._defaultCallbacks.set(za("0x48"),e),this[za("0xed")][za("0x1e")](za("0xdb"),o),this[za("0xed")].set(za("0x36"),s),this[za("0xed")][za("0x1e")](za("0xb"),n),this[za("0xed")][za("0x1e")]("formatInline:discard",e),this[za("0xed")].set(za("0x50"),o),this[za("0xed")][za("0x1e")](za("0xdc"),e),this[za("0xed")][za("0x1e")](za("0xd3"),n),this[za("0xed")].set(za("0x16"),e),this[za("0xed")][za("0x1e")](za("0xa6"),o),this[za("0xed")][za("0x1e")](za("0xa3"),e)}}function Ka(e,t,n){for(const o of t.parent[za("0xc")]({includeSelf:!0,parentFirst:!0})){if(o.root==o)return!1;if(!n.containsItem(o))return!1;if(e[za("0x3d")](o)||e[za("0x52")](o))return!0}return!1}function qa(e){return e.end[za("0xa1")]==e[za("0x102")].nodeAfter&&e.end.isAtStart}function Xa(e,t,n,o){const s=e=>!e.item.is(za("0x81"))&&!o[za("0x3d")](e[za("0x13c")]),r=e[za("0x102")][za("0xe")](s),i=e[za("0x4")][za("0xe")](s,{direction:za("0x45")});return!(e[za("0x102")].isEqual(r)&&e.end[za("0x27")](i)||(r.isBefore(i)?n[za("0x78")](t,{range:n[za("0x12b")](r,i)}):n[za("0x4d")](t),0))}function $a(e){return(0,r.hashObject)(e)}function Qa(e){const t=e[za("0x102")][za("0xe1")];return t&&t.is("element")}function Ja(e,t){const n=t[za("0x49")][za("0x3d")](e)||t[za("0x49")][za("0x93")](e);return t.createRange(t.createPositionAt(e,za("0x54")),n?t[za("0x10c")](e):t.createPositionAt(e,za("0x4")))}function Za(e,t,n,o,s){if(n[za("0x4")][za("0x27")](o[za("0x102")]))return!0;if(e.type!=t[za("0x2e")])return!1;if(!n[za("0x4")][za("0x20")](o.start))return!1;const r=s.createRange(n[za("0x4")],o[za("0x102")])[za("0x28")]();for(const e of r)if(["elementStart",za("0x8e")][za("0xc9")](e[za("0x2e")])&&s[za("0x49")][za("0x52")](e[za("0x13c")]))return!1;return!0}const Ya=["view","bind","discardSuggestion","_editor","locale","change:isDirty","plugins","destroy","_setPendingAction","canDiscard","_pendingAction","model","_discardCommand","isDirty","add","PENDING_ACTION_SUGGESTION","listenTo","isEnabled","getRanges","commentThreadController","execute","remove","unbind","canEditAt","_acceptCommand","acceptSuggestion","PendingActions","_removePendingAction","get","canAccept","commands"];var ec,tc;ec=Ya,tc=283,function(e){for(;--e;)ec.push(ec.shift())}(++tc);const nc=function(e,t){return Ya[e-=0]};class oc extends((0,t.ObservableMixin)()){constructor(e,t,n,o){super(),this[nc("0x7")]=t,this.view=n,this.commentThreadController=o,this[nc("0x1e")]=e,this[nc("0x14")]=e[nc("0x1a")][nc("0x18")](nc("0x15")),this[nc("0x8")]=e[nc("0x1a")][nc("0x18")](nc("0x1d")),this.view[nc("0x1c")](nc("0xd")).to(this[nc("0x14")],this._discardCommand,((e,t)=>e||t)),this[nc("0x1b")].bind(nc("0x19")).to(this[nc("0x14")],nc("0xd"),(e=>e&&this._editor[nc("0x7")].canEditAt(t[nc("0xe")]()))),this[nc("0x1b")][nc("0x1c")]("canDiscard").to(this[nc("0x8")],nc("0xd"),(e=>e&&this[nc("0x1e")][nc("0x7")][nc("0x13")](t[nc("0xe")]()))),this[nc("0x6")]=null,n[nc("0x9")]&&this._setPendingAction(),this[nc("0xc")](n,nc("0x15"),(()=>this[nc("0x15")]())),this.listenTo(n,"discardSuggestion",(()=>this[nc("0x1d")]())),this.listenTo(n,nc("0x1"),(()=>{n.isDirty?this._setPendingAction():this[nc("0x17")]()}))}[nc("0x15")](){this[nc("0x14")][nc("0x10")](this[nc("0x7")].id)}[nc("0x1d")](){this[nc("0x8")][nc("0x10")](this[nc("0x7")].id)}[nc("0x3")](){this[nc("0x1b")][nc("0x12")](nc("0xd")),this[nc("0x1b")][nc("0x12")](nc("0x19")),this.view[nc("0x12")](nc("0x5")),this.stopListening(),this[nc("0xf")].destroy(),this[nc("0x6")]&&this[nc("0x17")]()}[nc("0x4")](){const e=Yo(this[nc("0x1e")][nc("0x0")],nc("0xb"));this[nc("0x6")]=this[nc("0x1e")][nc("0x2")][nc("0x18")](nc("0x16"))[nc("0xa")](e)}[nc("0x17")](){null!==this[nc("0x6")]&&this._editor[nc("0x2")].get(nc("0x16"))[nc("0x11")](this[nc("0x6")]),this[nc("0x6")]=null}}const sc=["authoredAt","isDirty","canAccept","commentThread","commentsListView","canDiscard","isActive","descriptionParts","CommentView","element","delegate","_createCommentThreadInputView","length","_localUser","showInput","locale","removeComment","_model","fire","_createCommentViews","commentInputView","bind","destroy","hasDirtyComment","disableComments","addComment","editorConfig","value","focus","submit","isEnabled","commentThreadInputView","set","disabledSubmit","_config","isReadOnly"];var rc,ic;rc=sc,ic=494,function(e){for(;--e;)rc.push(rc.shift())}(++ic);const xc=function(e,t){return sc[e-=0]};class ac extends s.View{constructor(e,t,n,o){super(e),this[xc("0xe")]=null,this[xc("0x5")]=null,this.set(xc("0x10"),!1),this[xc("0x6")](xc("0xa"),t.authoredAt),this[xc("0x1f")](xc("0xa")).to(t),this[xc("0x6")](xc("0x11"),[]),this.set("isDirty",!1),this.set(xc("0x4"),!1),this.set(xc("0xc"),!1),this.set(xc("0xf"),!1),this[xc("0x1b")]=t,this[xc("0x17")]=n,this[xc("0x8")]=o,o[xc("0x22")]?this.set("length",1):this[xc("0x1d")]()}[xc("0x2")](){this[xc("0x13")].focus()}[xc("0x20")](){this[xc("0xe")]&&this.commentsListView[xc("0x20")](),this[xc("0x5")]&&this[xc("0x5")][xc("0x20")](),super[xc("0x20")]()}_createCommentViews(){const{CommentsListView:e}=this[xc("0x8")];this[xc("0xe")]=new e(this.locale,this[xc("0x1b")][xc("0xd")],Object.assign({CommentView:this[xc("0x8")][xc("0x12")]},this[xc("0x8")])),this[xc("0xe")].delegate(xc("0x1a")).to(this),this.commentsListView[xc("0x14")]("updateComment").to(this),this[xc("0xe")].bind(xc("0x10")).to(this),this[xc("0x6")]("length",this.commentsListView[xc("0x16")]+1),this[xc("0x1f")]("length").to(this[xc("0xe")],xc("0x16"),(e=>e+1)),this[xc("0x5")]=this[xc("0x15")](),this.on(xc("0x1a"),(()=>this.focus())),this[xc("0x1f")](xc("0xb")).to(this.commentsListView,xc("0x21"),this[xc("0x5")].commentInputView,xc("0x1"),((e,t)=>e||!!t))}[xc("0x15")](){const{CommentThreadInputView:e}=this[xc("0x8")],t=new e(this[xc("0x19")],this[xc("0x17")],this[xc("0x8")][xc("0x0")]),n=t[xc("0x1e")];return t[xc("0x1f")](xc("0x18")).to(this,xc("0x10"),this[xc("0x1b")][xc("0xd")],xc("0x9"),n,"value",((e,t,n)=>!!n||e&&!t)),n.on(xc("0x3"),((e,t)=>{this[xc("0x1c")](xc("0x23"),t),n.editor.setData("")})),n.on("cancel",(()=>this.focus())),n[xc("0x1f")](xc("0x7")).to(this[xc("0x1b")][xc("0xd")],xc("0x9")),t}}const cc=["innerHTML","ck-suggestion-wrapper","push","ck-annotation__content-wrapper","bindTemplate","ck-comment__info-time","extendTemplate","creator","getTemplate","commentThreadInputView",'<span class="ck-suggestion-color" style="background-color: ',"getExternalSuggestionNote","locale","ck-annotation__main","description","Discard suggestion","discardButton","children","ck-suggestion__main","ck-suggestion","ck-suggestion__info-name","<p>","authoredAt","ck-suggestion__info","ck-annotation__info-name","innerText","getUserViewNotificationText","bind","ck-suggestion__actions","ck-annotation__info","attributes","ck-annotation__actions","@external","execute","ck-suggestion--accept","type","setTemplate","name","canDiscard","Accept suggestion","ck-annotation__user","isExternal","importWord","EXTERNAL_IMPORT_WORD_AVATAR","div","source","_descriptionElement","join","_model","ck-suggestion-wrapper--active","element",".ck-annotation__content-wrapper","ck-suggestion__user","createElement","ck-suggestion--discard","_createButton","EXTERNAL_AVATAR","EXTERNAL_SUGGESTION","acceptButton","commentThread","span","isEnabled","isActive","commentsListView","userView","ck-suggestion-","querySelector","discardSuggestion",'"></span>','" title="',"fire",'<span class="ck-suggestion-type">',"cancel","render","ck-annotation","descriptionParts"];var lc,uc;lc=cc,uc=179,function(e){for(;--e;)lc.push(lc.shift())}(++uc);const dc=function(e,t){return cc[e-=0]};class gc extends ac{constructor(t,n,o,s){super(t,n,o,s),this.set(dc("0x8"),""),this.bind(dc("0x8")).to(this,dc("0x30"),(e=>e&&e[0]?e[0][dc("0x8")]:"")),this[dc("0x0")](dc("0x3f")).to(this,"descriptionParts",this,dc("0x23"),((e,t)=>{let n="";for(const t of e)n+=dc("0x46")+mc(t.content,t.color)+"</p>";return t?n:(0,r.trimHtml)(n,{limit:140})})),this[dc("0x13")]=null,this[dc("0x1f")]=this[dc("0x1c")](Yo(t,dc("0xc")),e.icons.check,dc("0x7"),"acceptSuggestion","sw"),this[dc("0x1f")].bind(dc("0x22")).to(this,"canAccept"),this.discardButton=this[dc("0x1c")](Yo(t,dc("0x40")),e.icons[dc("0x2d")],dc("0x1b"),dc("0x28"),"sw"),this[dc("0x41")][dc("0x0")]("isEnabled").to(this,dc("0xb")),this[dc("0x25")]=new r.UserView(t,this._model.author,this[dc("0x4b")]()),this[dc("0x25")][dc("0x37")]({attributes:{class:[dc("0x19"),dc("0xd")]}}),this[dc("0x9")](this[dc("0x39")]())}[dc("0x39")](){const e=this[dc("0x35")],t=[{tag:dc("0x11"),attributes:{class:[dc("0x48"),dc("0x2")]},children:[{tag:dc("0x21"),children:[{text:this[dc("0x25")].name}],attributes:{class:[dc("0x45"),dc("0x49")]}},{tag:"time",attributes:{datetime:e.to(dc("0x47")),class:[dc("0x36"),"ck-annotation__info-time"]},children:[{text:e.to(dc("0x47"),(e=>this._config.formatDateTime(e)))}]}]},{tag:"div",attributes:{class:[dc("0x1"),dc("0x4")]},children:[this.acceptButton,this[dc("0x41")]]},{tag:dc("0x11"),attributes:{class:[dc("0x34")]}}];this[dc("0x15")].isExternal&&t.push({tag:dc("0x11"),attributes:{class:["ck-comment__external"]},children:[{text:this[dc("0x3c")]()}]});const n={tag:"div",attributes:{class:[dc("0x32"),e.if("isActive",dc("0x16")),e.to(dc("0x8"),(e=>dc("0x26")+e)),this._config.disableComments&&"ck-suggestion--disabled-comments"],"data-suggestion-id":this[dc("0x15")].id,"data-thread-id":this[dc("0x15")][dc("0x20")].id,"data-author-id":this._model.author.id,tabindex:-1},children:[{tag:"div",attributes:{class:[dc("0x44"),dc("0x2f")]},children:[this[dc("0x25")],{tag:"div",attributes:{class:[dc("0x43"),dc("0x3e")]},children:t}]}]};return this[dc("0x24")]&&this.commentThreadInputView&&n[dc("0x42")][dc("0x33")](this.commentsListView,this[dc("0x3a")]),n}[dc("0x2e")](){super[dc("0x2e")](),this[dc("0x13")]=this[dc("0x17")][dc("0x27")](dc("0x18")),this[dc("0x13")][dc("0x31")]=this[dc("0x3f")],this.on("change:description",((e,t,n)=>{this[dc("0x13")][dc("0x31")]=n}))}[dc("0x1c")](e,t,n,o,r){const i=new s.ButtonView(this[dc("0x3d")]);return i.set({label:e,icon:t,tooltip:!0,tooltipPosition:r}),i[dc("0x37")]({attributes:{class:n}}),i.on(dc("0x6"),(()=>{this[dc("0x2b")](o,this[dc("0x15")].id)})),i}[dc("0x3c")](){return dc("0xf")===this._model[dc("0x3")]["@external"].source?Yo(this[dc("0x3d")],"EXTERNAL_IMPORT_WORD_SUGGESTION"):Yo(this.locale,dc("0x1e"))}[dc("0x4b")](){return this[dc("0x15")][dc("0xe")]?dc("0xf")===this[dc("0x15")].attributes[dc("0x5")][dc("0x12")]?Yo(this.locale,dc("0x10"),this[dc("0x15")][dc("0x38")][dc("0xa")]):Yo(this[dc("0x3d")],dc("0x1d"),this[dc("0x15")][dc("0x38")].name):null}}function mc(e,t){let n="";return n+=e.split("*").map(((e,t)=>t%2!=0?dc("0x2c")+fc(e)+"</span>":fc(e)))[dc("0x14")](""),t&&(n+=dc("0x3b")+t.value+dc("0x2a")+t.title+dc("0x29")),n}function fc(e){const t=document[dc("0x1a")](dc("0x21"));return t[dc("0x4a")]=e,t[dc("0x31")]}const hc=["trackChanges.disableComments","change:activeAnnotations","arrowView","source","actionView","_updateController","config","separator","_createUIButton","_disableComments","some","mainView","comments.maxCommentsWhenCollapsed","editor","comments","buttonView","trackChanges.SuggestionThreadView","init","editing","_handleSuggestionControllerDelayed","define","Discard all suggestions","getJoined","addSourceCollector","_initializeController","_refreshActiveMarkers","discardAllSuggestions","CommentsUI","change:previous","acceptAllSuggestions","set","bind","from","requires","model","comments.editorConfig","Track changes","getDescriptions","_viewToController","head","trackChanges","focus","createAnnotationView","execute","componentFactory","isDirty","CommentView","pluginName","map","Annotations","commandName","getSuggestion","value","comments.maxCommentCharsWhenCollapsed","EditorAnnotations","_suggestionToController","previous","delete","isEnabled","listenTo","activeAnnotations","isOn","add","filter","getByInnerView","unbind","Accept all suggestions","TrackChangesUI","has","commands","TrackChangesEditing","registerAnnotation","button","_destroyController","createAnnotation","acceptSelectedSuggestions","push","commentThread","_handleControllerBuffer","type","length","getRanges","hasSuggestion","locale","CommentsRepository","_descriptionFactory","refreshSelectedViews","_annotationViews","get","discardButton","destroy","getAllAdjacentSuggestions","reduce","isInContent","discardSelectedSuggestions","descriptionParts","suggestionLoaded","createCommentThreadController","suggestion-","clear","values","view","plugins","remove"];var pc,bc;pc=hc,bc=423,function(e){for(;--e;)pc.push(pc.shift())}(++bc);const Ec=function(e,t){return hc[e-=0]};class _c extends e.Plugin{static get[Ec("0x1a")](){return[Wa,r.Users,"CommentsRepository",Ec("0x2a"),Ec("0x2f")]}static get[Ec("0x28")](){return Ec("0x3c")}constructor(e){super(e),this._suggestionToController=new Map,this._viewToController=new Map,this[Ec("0x50")]=new Map,this[Ec("0x47")]=new Map;const t=this[Ec("0x6")].config;t[Ec("0xd")](Ec("0x9"),gc),t[Ec("0xd")]("trackChanges.disableComments",!1),this[Ec("0x2")]=t.get(Ec("0x61"))}[Ec("0xc")](e,t){0===this._handleControllerBuffer.size&&setTimeout((()=>{for(const[e,t]of this[Ec("0x47")]){const n=this[Ec("0x30")][Ec("0x3d")](e);n||t?n&&t&&this[Ec("0x42")](e):this[Ec("0x11")](e)}this.editor[Ec("0x5f")][Ec("0x51")](Ec("0x2f"))[Ec("0x4f")](),this[Ec("0x12")](),this[Ec("0x47")][Ec("0x5c")]()}),10),this._handleControllerBuffer[Ec("0x17")](e,t)}[Ec("0xa")](){const e=this[Ec("0x6")],t=e[Ec("0x5f")][Ec("0x51")]("TrackChangesEditing"),n=e[Ec("0x5f")][Ec("0x51")]("Annotations"),o=e[Ec("0x5f")].get(Ec("0x2f")),s=e[Ec("0x5f")][Ec("0x51")](Ec("0x4d"));e.ui[Ec("0x25")][Ec("0x37")]("trackChanges",(e=>this[Ec("0x1")](e))),o[Ec("0x10")]((()=>{const e=[];for(const[t,n]of Array[Ec("0x19")](this[Ec("0x30")])){const o=t[Ec("0x54")](),s=[];for(const e of o){if(!e[Ec("0x56")])continue;if(e.isMultiRange){s[Ec("0x45")](...e[Ec("0x4a")]());continue}const t=e.getFirstRange();if(s[Ec("0x49")]>0){const e=s[0][Ec("0xf")](t);if(e){s[0]=e;continue}}s[Ec("0x45")](t)}e[Ec("0x45")]([n[Ec("0x5e")],s])}return e})),this[Ec("0x34")](t,Ec("0x59"),((e,t)=>{this[Ec("0x34")](t,Ec("0x15"),((e,n,o,s)=>{t.isInContent&&(null==o?(this._updateController(s[Ec("0x20")]),this[Ec("0xc")](t,!1)):(this[Ec("0x66")](o[Ec("0x20")]),this._handleSuggestionControllerDelayed(t,!0)))})),null===t[Ec("0x31")]?this[Ec("0xc")](t,!1):this[Ec("0x66")](t[Ec("0x20")])})),this[Ec("0x34")](t,"suggestionUnloaded",((e,t,n)=>{this.stopListening(t,Ec("0x15")),this[Ec("0x47")][Ec("0x32")](t);const o=n?n.head:t,s=this._suggestionToController.get(o);null!==n&&this[Ec("0x66")](o),null===n&&s&&this._destroyController(t)})),this[Ec("0x34")](t,"suggestionChanged",((e,t)=>{this[Ec("0x66")](t)})),this.listenTo(n,Ec("0x62"),(()=>{this[Ec("0x12")]()})),this.listenTo(s,"addComment",((e,{threadId:n,isFromAdapter:o})=>{if(o||!t[Ec("0x4b")](n))return;const s=t[Ec("0x2c")](n);this[Ec("0x30")][Ec("0x51")](s)[Ec("0x5e")][Ec("0x22")]()}),{priority:"lowest"})}[Ec("0x12")](){const e=this.editor[Ec("0x5f")][Ec("0x51")]("Annotations"),t=this[Ec("0x6")].plugins.get(Ec("0x3f")),n=Array[Ec("0x19")](e[Ec("0x35")],(e=>e.innerView))[Ec("0x38")]((e=>this[Ec("0x1f")].has(e))),o=[];for(const e of n){const t=this[Ec("0x1f")][Ec("0x51")](e)[Ec("0x1b")][Ec("0x54")]();o[Ec("0x45")](...t[Ec("0x55")](((e,t)=>[...e,...t.getMarkerNames()]),[]))}t.activeMarkers=o}_createUIButton(e){const n=(0,s.createDropdown)(e,s.SplitButtonView),o=this[Ec("0x6")].commands[Ec("0x51")](Ec("0x21")),r=Yo(e,Ec("0x1d"));n[Ec("0x8")][Ec("0x17")]({tooltip:r,label:r,icon:'\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M1 3.28C1 2.574 1.574 2 2.272 2h10.23c.703 0 1.272.573 1.272 1.28v12.768c0 .708-.574 1.281-1.271 1.281H2.272A1.276 1.276 0 0 1 1 16.049V3.28zm11.503 12.954c-.008 0-.006-12.77-.006-12.77 0-.003-10.225-.004-10.225-.004.007 0 .005 12.77.005 12.77 0 .003 10.226.004 10.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351 0 .636.284.636.64a.641.641 0 0 1-.636.638H4.829a.636.636 0 0 1-.635-.639zm0 2.554c0-.352.292-.638.636-.638h5.116c.351 0 .636.283.636.638a.641.641 0 0 1-.636.639H4.829a.636.636 0 0 1-.635-.639zm0 2.555c0-.353.289-.639.633-.639h2.567c.35 0 .633.284.633.64a.639.639 0 0 1-.633.638H4.826a.634.634 0 0 1-.632-.639z"/><path d="M10.515 17.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319 0-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6 1.059-.56 2.11.119 1.051.68 1.443 1.271 1.177 1.771L14.53 17.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954 2.954 0 0 0-.487.21 2.044 2.044 0 0 0-.347.31c-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z"/></g></svg>\n'}),n[Ec("0x8")][Ec("0x18")](Ec("0x36")).to(o,Ec("0x2d")),n[Ec("0x8")].on(Ec("0x24"),(()=>{o.execute(),this[Ec("0x6")][Ec("0xb")][Ec("0x5e")][Ec("0x22")]()}));const i=new t.Collection,x=[{type:"switchbutton",model:{withText:!0,label:r,commandName:Ec("0x21")}},{type:Ec("0x0")},{type:Ec("0x41"),model:{withText:!0,label:Yo(e,Ec("0x3b")),commandName:Ec("0x16")}},{type:Ec("0x41"),model:{withText:!0,label:Yo(e,"Accept all selected suggestions"),commandName:Ec("0x44")}},{type:Ec("0x41"),model:{withText:!0,label:Yo(e,Ec("0xe")),commandName:Ec("0x13")}},{type:Ec("0x41"),model:{withText:!0,label:Yo(e,"Discard all selected suggestions"),commandName:Ec("0x57")}}];for(const e of x){let t={type:"separator"};if(e.model){const n=new s.Model(e[Ec("0x1b")]),o=this[Ec("0x6")][Ec("0x3e")].get(n[Ec("0x2b")]);n[Ec("0x18")]("isOn",Ec("0x33")).to(o,Ec("0x2d"),Ec("0x33")),t={type:e.type,model:n}}i.add(t)}(0,s.addListToDropdown)(n,i);const a=x.filter((e=>null!=e[Ec("0x1b")]))[Ec("0x29")]((e=>this[Ec("0x6")][Ec("0x3e")][Ec("0x51")](e[Ec("0x1b")].commandName))),c=n[Ec("0x8")];return c.actionView[Ec("0x3a")](Ec("0x33")),c[Ec("0x63")].unbind(Ec("0x33")),c[Ec("0x65")][Ec("0x18")]("isEnabled").to(o,Ec("0x33")),c[Ec("0x63")][Ec("0x18")](Ec("0x33")).toMany(a,Ec("0x33"),((...e)=>e[Ec("0x3")]((e=>e)))),n.on("execute",(e=>{this[Ec("0x6")].execute(e[Ec("0x64")][Ec("0x2b")]),this[Ec("0x6")].editing[Ec("0x5e")][Ec("0x22")]()})),n}[Ec("0x11")](e){const t=this[Ec("0x6")],n=t[Ec("0x67")],o=t[Ec("0x5f")][Ec("0x51")]("Annotations"),s=t[Ec("0x5f")].get("CommentsRepository"),i=t.plugins[Ec("0x51")]("EditorAnnotations"),x=t.plugins[Ec("0x51")](r.Users).me,a=n[Ec("0x51")](Ec("0x21")).SuggestionThreadView,{CommentsListView:c,CommentThreadInputView:l}=t[Ec("0x5f")][Ec("0x51")](Ec("0x14"));let u,d;this[Ec("0x50")][Ec("0x3d")](e.id)?(d=this._annotationViews.get(e.id),u=d[Ec("0x4")]):(u=new a(t[Ec("0x4c")],e,x,{disableComments:this[Ec("0x2")],editorConfig:n[Ec("0x51")](Ec("0x1c")),maxCommentsWhenCollapsed:n[Ec("0x51")](Ec("0x5")),maxThreadTotalWeight:n[Ec("0x51")]("comments.maxThreadTotalWeight"),maxCommentCharsWhenCollapsed:n[Ec("0x51")](Ec("0x2e")),formatDateTime:(0,r.getDateTimeFormatter)(n.get(Ec("0x4c"))),CommentView:n[Ec("0x51")](Ec("0x7"))[Ec("0x27")],CommentsListView:c,CommentThreadInputView:l}),u.acceptButton.on(Ec("0x24"),(()=>{t.editing.view[Ec("0x22")]()})),u[Ec("0x52")].on(Ec("0x24"),(()=>{t.editing[Ec("0x5e")][Ec("0x22")]()})),d=o[Ec("0x23")](this[Ec("0x6")].locale,u),d.bind(Ec("0x26")).to(u,Ec("0x26")),d[Ec("0x18")](Ec("0x49")).to(u),d[Ec("0x18")]("type").to(u,Ec("0x48"),(e=>"suggestion-"+e)),this[Ec("0x50")][Ec("0x17")](e.id,d));const g=s[Ec("0x5a")](e[Ec("0x46")],u),m=new oc(t,e,u,g),f=e.getAllAdjacentSuggestions()[Ec("0x38")]((e=>e[Ec("0x56")]));u[Ec("0x58")]=t[Ec("0x5f")][Ec("0x51")](Ec("0x3f"))[Ec("0x4e")][Ec("0x1e")](f),this._suggestionToController[Ec("0x17")](e,m),this._viewToController[Ec("0x17")](u,m);const h=o[Ec("0x43")]({view:d,target:()=>{const n=[],o=e[Ec("0x54")]()[Ec("0x38")]((e=>e[Ec("0x56")]));for(const e of o)n.push(...e.getMarkers());return(0,r.getAllMarkersDomElementsSorted)(t[Ec("0xb")],n)},type:()=>Ec("0x5b")+m[Ec("0x5e")].type});o[Ec("0x37")](h),i[Ec("0x40")](h)}[Ec("0x42")](e){const t=this.editor[Ec("0x5f")][Ec("0x51")](Ec("0x2a")),n=this[Ec("0x30")][Ec("0x51")](e),o=n.view,s=t[Ec("0x39")](o);s&&t[Ec("0x60")](s),this[Ec("0x30")][Ec("0x32")](e),this[Ec("0x1f")].delete(o),n[Ec("0x53")]()}[Ec("0x66")](e){if(!e[Ec("0x56")]||!this[Ec("0x30")][Ec("0x3d")](e))return;const t=this.editor.plugins[Ec("0x51")](Ec("0x3f")),n=this[Ec("0x30")][Ec("0x51")](e),o=e[Ec("0x54")]();n.view[Ec("0x58")]=t[Ec("0x4e")].getDescriptions(o)}[Ec("0x53")](){for(const e of this._suggestionToController.keys())this._destroyController(e);for(const e of this[Ec("0x50")][Ec("0x5d")]())e[Ec("0x4")].destroy();super.destroy()}}var Tc,Cc,yc=["editor","plugins","Comments","getSuggestion","adapter","TrackChanges","addSuggestion","get","requires","addSuggestionData","getSuggestions","pluginName"];Tc=yc,Cc=134,function(e){for(;--e;)Tc.push(Tc.shift())}(++Cc);var kc=function(e,t){return yc[e-=0]};class Ac extends e.Plugin{static get[kc("0x6")](){return[Wa,_c,kc("0x0")]}static get[kc("0x9")](){return kc("0x3")}set[kc("0x2")](e){this[kc("0xa")][kc("0xb")][kc("0x5")](Wa)[kc("0x2")]=e}get adapter(){return this.editor.plugins[kc("0x5")](Wa)[kc("0x2")]}[kc("0x4")](e){return this.editor.plugins[kc("0x5")](Wa)[kc("0x7")](e)}[kc("0x8")]({skipNotAttached:e=!1,toJSON:t=!1}={}){return this.editor[kc("0xb")].get(Wa)[kc("0x8")]({skipNotAttached:e,toJSON:t})}[kc("0x1")](e){return this[kc("0xa")][kc("0xb")][kc("0x5")](Wa).getSuggestion(e)}}const vc=["filter","WordCount","track-changes-data-invalid-editor-creator","createElement","map","_adapter","config","end","TrackChangesDataGetter","WebSocketGateway","users","DocumentOutline","trackChangesData.editorCreator","getDataWithAcceptedSuggestions","Pagination","addUser","adapter","discardAllSuggestions","reduce","function","destroy","getDataWithDiscardedSuggestions","TrackChangesData","init","context","pluginName","define","push","CommentsRepository","create","includes","TrackChangesEditing","acceptAllSuggestions","result","editor","execute","get","requires","Users","names","appendChild","set","concat","addSuggestionData","Autosave","getRootNames","div","editorCreator","document","useAnonymousUser","builtinPlugins","plugins","data","createDocumentFragment","name","extraPlugins"];var Rc,Sc;Rc=vc,Sc=457,function(e){for(;--e;)Rc.push(Rc.shift())}(++Sc);const Ic=function(e,t){return vc[e-=0]},Lc=["initialData",Ic("0xf"),"toolbar"],Nc=[Ic("0x0"),"RevisionTracker",Ic("0x23"),Ic("0x30"),Ic("0x5"),Ic("0x2")];class wc extends e.Plugin{static get[Ic("0x1c")](){return[Wa]}static get[Ic("0x10")](){return Ic("0xd")}[Ic("0xe")](){const e=this[Ic("0x19")];if(e[Ic("0x35")][Ic("0x11")](Ic("0x3"),(t=>e.constructor[Ic("0x14")]("",t))),Ic("0xa")!=typeof e[Ic("0x35")][Ic("0x1b")]("trackChangesData")[Ic("0x26")])throw new t.CKEditorError(Ic("0x31"))}[Ic("0x4")](e){return Oc(this.editor,!0,e)}[Ic("0xc")](e){return Oc(this[Ic("0x19")],!1,e)}}class Mc extends e.Plugin{static get[Ic("0x10")](){return Ic("0x37")}constructor(e){super(e),this[Ic("0x18")]=Ic("0x36")}[Ic("0xe")](){this[Ic("0x19")].plugins[Ic("0x1b")](Ic("0x13"))[Ic("0x7")]={addCommentThread:()=>new Promise((()=>{})),getCommentThread:()=>new Promise((()=>{})),updateCommentThread:()=>new Promise((()=>{})),resolveCommentThread:()=>new Promise((()=>{})),reopenCommentThread:()=>new Promise((()=>{})),removeCommentThread:()=>new Promise((()=>{})),addComment:()=>new Promise((()=>{})),updateComment:()=>new Promise((()=>{})),removeComment:()=>new Promise((()=>{}))},this[Ic("0x19")][Ic("0x2a")][Ic("0x1b")](Ic("0x16"))[Ic("0x34")]=null}}async function Oc(e,t,n){const o=function(e){const t={};for(const n of e[Ic("0x35")][Ic("0x1e")]())Lc[Ic("0x15")](n)||(t[n]=e[Ic("0x35")][Ic("0x1b")](n));const n=e.constructor[Ic("0x29")]||[],o=t[Ic("0x2e")]||[];delete t[Ic("0x2e")];const s=n[Ic("0x21")](t.plugins)[Ic("0x21")](o)[Ic("0x33")]((e=>"string"==typeof e?n.find((t=>t.pluginName==e)):e)),r=Array.from(new Set(s)),i=new Map;return t[Ic("0x2a")]=r[Ic("0x2f")]((e=>Fc(e,i))),t[Ic("0x2a")].push(Mc),t.plugins[Ic("0x12")](Wa),t}(e),s=document[Ic("0x2c")](),r=e[Ic("0x35")][Ic("0x1b")]("trackChangesData").editorCreator,i=await r(o,(()=>function(e){const t=document[Ic("0x32")](Ic("0x25"));return e[Ic("0x1f")](t),t}(s)));!function(e,t){const n=e.model[Ic("0x27")][Ic("0x24")]()[Ic("0x9")](((t,n)=>(t[n]=e[Ic("0x2b")][Ic("0x1b")]({rootName:n}),t)),{}),o=e[Ic("0x2a")][Ic("0x1b")](Ic("0x1d"))[Ic("0x1")][Ic("0x33")]((e=>({id:e.id,name:e[Ic("0x2d")]}))),s=e[Ic("0x2a")][Ic("0x1b")](Ic("0x16")).getSuggestions({skipNotAttached:!0,toJSON:!0}),r=t.plugins[Ic("0x1b")](Ic("0x1d")),i=t[Ic("0x2a")][Ic("0x1b")](Ic("0x16"));for(const e of o)r.getUser(e.id)||r[Ic("0x6")](e);r.me||r[Ic("0x28")]();for(const e of s)i[Ic("0x22")](e);t.data.set(n)}(e,i),i[Ic("0x1a")](Ic(t?"0x17":"0x8"));const x=i[Ic("0x2b")][Ic("0x1b")](n);return await i[Ic("0xb")](),x}function Fc(e,t){const n="function"==typeof e?e.pluginName||e.name:e;if(t.has(n))return t[Ic("0x1b")](n);if(t.set(n,!0),n&&Nc[Ic("0x15")](n))return t[Ic("0x20")](n,!1),!1;if(!e[Ic("0x1c")])return t[Ic("0x20")](n,!0),!0;const o=e[Ic("0x1c")].every((e=>Fc(e,t)));return t.set(n,o),o}})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=o})();