@ckeditor/ckeditor5-track-changes 37.0.1 → 38.0.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/az.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es.js +1 -1
  13. package/build/translations/et.js +1 -1
  14. package/build/translations/fi.js +1 -1
  15. package/build/translations/fr.js +1 -1
  16. package/build/translations/gl.js +1 -1
  17. package/build/translations/he.js +1 -1
  18. package/build/translations/hi.js +1 -1
  19. package/build/translations/hr.js +1 -1
  20. package/build/translations/hu.js +1 -1
  21. package/build/translations/id.js +1 -1
  22. package/build/translations/it.js +1 -1
  23. package/build/translations/ja.js +1 -1
  24. package/build/translations/ko.js +1 -1
  25. package/build/translations/lt.js +1 -1
  26. package/build/translations/lv.js +1 -1
  27. package/build/translations/ms.js +1 -1
  28. package/build/translations/nl.js +1 -1
  29. package/build/translations/no.js +1 -1
  30. package/build/translations/pl.js +1 -1
  31. package/build/translations/pt-br.js +1 -1
  32. package/build/translations/pt.js +1 -1
  33. package/build/translations/ro.js +1 -1
  34. package/build/translations/ru.js +1 -1
  35. package/build/translations/sk.js +1 -1
  36. package/build/translations/sr-latn.js +1 -1
  37. package/build/translations/sr.js +1 -1
  38. package/build/translations/sv.js +1 -1
  39. package/build/translations/th.js +1 -1
  40. package/build/translations/tk.js +1 -1
  41. package/build/translations/tr.js +1 -1
  42. package/build/translations/tt.js +1 -1
  43. package/build/translations/uk.js +1 -1
  44. package/build/translations/ur.js +1 -1
  45. package/build/translations/vi.js +1 -1
  46. package/build/translations/zh-cn.js +1 -1
  47. package/build/translations/zh.js +1 -1
  48. package/lang/contexts.json +2 -0
  49. package/lang/translations/ar.po +15 -1
  50. package/lang/translations/az.po +11 -1
  51. package/lang/translations/bg.po +11 -1
  52. package/lang/translations/bn.po +11 -1
  53. package/lang/translations/ca.po +11 -1
  54. package/lang/translations/cs.po +13 -1
  55. package/lang/translations/da.po +11 -1
  56. package/lang/translations/de.po +11 -1
  57. package/lang/translations/el.po +11 -1
  58. package/lang/translations/en-au.po +31 -21
  59. package/lang/translations/en.po +10 -0
  60. package/lang/translations/es.po +12 -1
  61. package/lang/translations/et.po +11 -1
  62. package/lang/translations/fi.po +11 -1
  63. package/lang/translations/fr.po +12 -1
  64. package/lang/translations/gl.po +11 -1
  65. package/lang/translations/he.po +13 -1
  66. package/lang/translations/hi.po +11 -1
  67. package/lang/translations/hr.po +34 -23
  68. package/lang/translations/hu.po +11 -1
  69. package/lang/translations/id.po +10 -1
  70. package/lang/translations/it.po +12 -1
  71. package/lang/translations/ja.po +10 -1
  72. package/lang/translations/ko.po +10 -1
  73. package/lang/translations/lt.po +13 -1
  74. package/lang/translations/lv.po +12 -1
  75. package/lang/translations/ms.po +10 -1
  76. package/lang/translations/nl.po +11 -1
  77. package/lang/translations/no.po +11 -1
  78. package/lang/translations/pl.po +13 -1
  79. package/lang/translations/pt-br.po +12 -1
  80. package/lang/translations/pt.po +12 -1
  81. package/lang/translations/ro.po +12 -1
  82. package/lang/translations/ru.po +13 -1
  83. package/lang/translations/sk.po +13 -1
  84. package/lang/translations/sr-latn.po +15 -4
  85. package/lang/translations/sr.po +33 -22
  86. package/lang/translations/sv.po +11 -1
  87. package/lang/translations/th.po +10 -1
  88. package/lang/translations/tk.po +11 -1
  89. package/lang/translations/tr.po +11 -1
  90. package/lang/translations/tt.po +10 -1
  91. package/lang/translations/uk.po +13 -1
  92. package/lang/translations/ur.po +11 -1
  93. package/lang/translations/vi.po +10 -1
  94. package/lang/translations/zh-cn.po +10 -1
  95. package/lang/translations/zh.po +10 -1
  96. package/package.json +3 -3
  97. package/src/commands/acceptsuggestioncommand.js +1 -1
  98. package/src/commands/discardsuggestioncommand.js +1 -1
  99. package/src/commands/executeonallsuggestionscommand.js +1 -1
  100. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  101. package/src/commands/trackchangescommand.js +1 -1
  102. package/src/index.d.ts +1 -1
  103. package/src/integrations/alignment.js +1 -1
  104. package/src/integrations/basicstyles.js +1 -1
  105. package/src/integrations/blockquote.js +1 -1
  106. package/src/integrations/ckbox.js +1 -1
  107. package/src/integrations/codeblock.js +1 -1
  108. package/src/integrations/comments.js +1 -1
  109. package/src/integrations/deletecommand.js +1 -1
  110. package/src/integrations/documentlist.js +1 -1
  111. package/src/integrations/documentlistproperties.js +1 -1
  112. package/src/integrations/entercommand.js +1 -1
  113. package/src/integrations/findandreplace.js +1 -1
  114. package/src/integrations/font.js +1 -1
  115. package/src/integrations/formatpainter.d.ts +13 -0
  116. package/src/integrations/formatpainter.js +23 -0
  117. package/src/integrations/heading.js +1 -1
  118. package/src/integrations/highlight.js +1 -1
  119. package/src/integrations/horizontalline.js +1 -1
  120. package/src/integrations/htmlembed.js +1 -1
  121. package/src/integrations/image.js +1 -1
  122. package/src/integrations/imagereplace.js +1 -1
  123. package/src/integrations/importword.js +1 -1
  124. package/src/integrations/indent.js +1 -1
  125. package/src/integrations/inputcommand.js +1 -1
  126. package/src/integrations/link.js +1 -1
  127. package/src/integrations/list.js +1 -1
  128. package/src/integrations/listproperties.js +1 -1
  129. package/src/integrations/mediaembed.js +1 -1
  130. package/src/integrations/mention.js +1 -1
  131. package/src/integrations/pagebreak.js +1 -1
  132. package/src/integrations/paragraph.js +1 -1
  133. package/src/integrations/removeformat.js +1 -1
  134. package/src/integrations/restrictededitingmode.js +1 -1
  135. package/src/integrations/shiftentercommand.js +1 -1
  136. package/src/integrations/standardeditingmode.js +1 -1
  137. package/src/integrations/style.js +1 -1
  138. package/src/integrations/table.js +1 -1
  139. package/src/integrations/tablecaption.js +1 -1
  140. package/src/integrations/tableclipboard.js +1 -1
  141. package/src/integrations/tablecolumnresize.js +1 -1
  142. package/src/integrations/tableheadings.js +1 -1
  143. package/src/integrations/tablemergesplit.js +1 -1
  144. package/src/integrations/tableofcontents.d.ts +13 -0
  145. package/src/integrations/tableofcontents.js +23 -0
  146. package/src/integrations/tableproperties.js +1 -1
  147. package/src/integrations/template.d.ts +13 -0
  148. package/src/integrations/template.js +23 -0
  149. package/src/integrations/title.js +1 -1
  150. package/src/integrations/undo.js +1 -1
  151. package/src/integrations/utils.js +1 -1
  152. package/src/suggestion.js +1 -1
  153. package/src/suggestiondescriptionfactory.js +1 -1
  154. package/src/trackchanges.d.ts +23 -5
  155. package/src/trackchanges.js +1 -1
  156. package/src/trackchangesconfig.d.ts +23 -5
  157. package/src/trackchangesdata.js +1 -1
  158. package/src/trackchangesediting.js +1 -1
  159. package/src/trackchangesui.js +1 -1
  160. package/src/ui/suggestioncontroller.js +1 -1
  161. package/src/ui/view/basesuggestionthreadview.js +1 -1
  162. package/src/ui/view/suggestionthreadview.js +1 -1
  163. package/src/utils/common-translations.js +1 -1
  164. 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 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_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(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={})),
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:()=>zx,TrackChanges:()=>xc,TrackChangesData:()=>fc,TrackChangesEditing:()=>Rx});var t=n(704),e=n(209),s=n(273),r=n(417),i=n(492),a=n(995);const x=["editor","_enabledCommands","_disableUnsupportedCommands","forceDisabled","execute","TrackChangesCommand","commands","clearForceDisabled","isEnabled","value","refresh","affectsData","has"];var c,l;c=x,l=369,function(t){for(;--t;)c.push(c.shift())}(++l);const u=function(t,e){return x[t-=0]};class d extends t.Command{constructor(t,e){super(t),this[u("0x9")]=e,this[u("0x4")]=!1,this[u("0x5")]()}refresh(){this[u("0x3")]=!0}[u("0xc")](){this[u("0x4")]=!this.value,this.value?this._disableUnsupportedCommands():this._enableCommands()}[u("0xa")](){for(const t of this[u("0x8")][u("0x1")][u("0x1")]())t[u("0x6")]&&!this._enabledCommands[u("0x7")](t)&&t[u("0xb")](u("0x0"))}_enableCommands(){for(const t of this[u("0x8")][u("0x1")].commands())t[u("0x6")]&&!this[u("0x9")][u("0x7")](t)&&t[u("0x2")](u("0x0"))}}const g=["TrackChangesEditing","editor","execute","isEnabled","get","acceptSuggestion","track-changes-accept-suggestion-not-found","refresh","plugins"];var m,f;m=g,f=185,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._suggestions=e,this[h("0x2")]()}[h("0x2")](){this[h("0x7")]=!0}[h("0x6")](t){const n=this._suggestions.get(t);if(!n)throw new e.CKEditorError(h("0x1"),this);this[h("0x5")][h("0x3")][h("0x8")](h("0x4"))[h("0x0")](n)}}const b=["isEnabled","plugins","editor","_suggestions","TrackChangesEditing","discardSuggestion","execute","refresh","get"];var E,_;E=b,_=420,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("0x6")]=e,this.refresh()}[T("0x1")](){this[T("0x3")]=!0}[T("0x0")](t){const n=this._suggestions[T("0x2")](t);if(!n)throw new e.CKEditorError("track-changes-discard-suggestion-not-found",this);this[T("0x5")][T("0x4")][T("0x2")](T("0x7"))[T("0x8")](n)}}const y=["add","length","createPositionAt","getRanges","from","isArray","isCollapsed","isTouching","start","deletion","value","isIntersecting","color","isInContent","execute","change","createPositionAfter","schema","getRange","next","isObject","end","sort","splice","type","content","createRange"];var k,A;k=y,A=175,function(t){for(;--t;)k.push(k.shift())}(++A);const v=function(t,e){return y[t-=0]};function R(t){return t[v("0x9")](((t,e)=>"deletion"==t[v("0xb")]&&"deletion"!=e[v("0xb")]?-1:v("0x17")!=t.type&&v("0x17")==e[v("0xb")]?1:0))}function S(t,e){let n,o=0;const s=[],r=e[v("0x4")];for(;o<t.length;){const i=t[o],a=t[o+1];n||(n=e.createPositionBefore(i)),I(e,i,a)||(s.push(e[v("0xd")](n,r[v("0x7")](i)?e.createPositionAfter(i):e[v("0x10")](i,v("0x8")))),n=null),o++}return s}function I(t,e,n){if(!n)return!1;const o=t[v("0x3")](e),s=t.createPositionBefore(n);return o.isTouching(s)}function L(t,e,n){for(;n[v("0xf")];){const o=n[v("0xa")](0,100);t[v("0x2")]((()=>{for(const t of o)t.isInContent&&e[v("0x1")](t.id)}))}}const w=["isEnabled","refresh","some","values","_suggestions","isInContent","from","_command","model"];var N,M;N=w,M=312,function(t){for(;--t;)N.push(N.shift())}(++M);const O=function(t,e){return w[t-=0]};class F extends t.Command{constructor(t,e,n){super(t),this[O("0x1")]=e,this[O("0x7")]=n,this.refresh()}[O("0x4")](){const t=Array.from(this[O("0x7")].values())[O("0x5")]((t=>t[O("0x8")]));this.isEnabled=this[O("0x1")][O("0x3")]&&t}execute(){const t=R(Array[O("0x0")](this[O("0x7")][O("0x6")]()));L(this.editor[O("0x2")],this._command,t)}}const P=["_selectedSuggestions","_command","_suggestions","execute","size","values","model","document","isEnabled","selection","from"];var D,B;D=P,B=168,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("0xa")]=n,this[j("0x8")]=new Set,this.refresh()}refresh(){const t=this.editor[j("0x3")][j("0x4")][j("0x6")],e=Array.from(this[j("0xa")][j("0x2")]());this[j("0x8")]=function(t,e){const n=Array[v("0x12")](t[v("0x11")]()),o=new Set;for(const s of e)if(s[v("0x0")])for(const e of n)for(const n of s.getMarkers()){const r=n[v("0x5")]();(e[v("0x19")](r)||t[v("0x14")]&&!s.isMultiRange&&s[v("0x6")]&&r.end[v("0x15")](e[v("0x16")]))&&o[v("0xe")](s)}return o}(t,e),this.isEnabled=this._command[j("0x5")]&&!!this._selectedSuggestions[j("0x1")]}[j("0x0")](){const t=R(Array[j("0x7")](this[j("0x8")]));L(this.editor[j("0x3")],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 V=Array.prototype.splice;const z=function(t){var e=this.__data__,n=W(e,t);return!(n<0)&&(n==e.length-1?e.pop():V.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 q=function(t){return W(this.__data__,t)>-1};const X=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=z,$.prototype.get=K,$.prototype.has=q,$.prototype.set=X;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,at=rt.toString,xt=st?st.toStringTag:void 0;const ct=function(t){var e=it.call(t,xt),n=t[xt];try{t[xt]=void 0;var o=!0}catch(t){}var s=at.call(t);return o&&(e?t[xt]=n:delete t[xt]),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 wt=Lt(ot,"Map");const Nt=Lt(Object,"create");const Mt=function(){this.__data__=Nt?Nt(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(Nt){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 Nt?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]=Nt&&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(wt||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 Vt=function(t,e){var n=t.__data__;return Wt(e)?n["string"==typeof e?"string":"hash"]:n.map};const zt=function(t){var e=Vt(this,t).delete(t);return this.size-=e?1:0,e};const Kt=function(t){return Vt(this,t).get(t)};const qt=function(t){return Vt(this,t).has(t)};const Xt=function(t,e){var n=Vt(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=zt,$t.prototype.get=Kt,$t.prototype.has=qt,$t.prototype.set=Xt;const Jt=$t;const Qt=function(t,e){var n=this.__data__;if(n instanceof J){var o=n.__data__;if(!wt||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 a=e[r],x=o?o(n[a],t[a],a,n,t):void 0;void 0===x&&(x=t[a]),s?ne(n,a,x):se(n,a,x)}return n};const ie=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const ae=function(t){return null!=t&&"object"==typeof t};const xe=function(t){return ae(t)&&"[object Arguments]"==gt(t)};var ce=Object.prototype,le=ce.hasOwnProperty,ue=ce.propertyIsEnumerable;const de=xe(function(){return arguments}())?xe:function(t){return ae(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 ae(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 we=Object.prototype.hasOwnProperty;const Ne=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,a=i?ie(t.length,String):[],x=a.length;for(var c in t)!e&&!we.call(t,c)||i&&("length"==c||s&&("offset"==c||"parent"==c)||r&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||_e(c,x))||a.push(c);return a};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)?Ne(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 Ve=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 ze=function(t){return je(t)?Ne(t,!0):Ve(t)};const Ke=function(t,e){return t&&re(e,ze(e),t)};var qe="object"==typeof exports&&exports&&!exports.nodeType&&exports,Xe=qe&&"object"==typeof module&&module&&!module.nodeType&&module,$e=Xe&&Xe.exports===qe?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 an=Fe(Object.getPrototypeOf,Object);const xn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)rn(e,on(t)),t=an(t);return e}:tn;const cn=function(t,e){return re(t,xn(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,ze,xn)};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(wt),kn=Tt(mn),An=Tt(fn),vn=Tt(hn),Rn=gt;(gn&&Rn(new gn(new ArrayBuffer(1)))!=Tn||wt&&Rn(new wt)!=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 wn=ot.Uint8Array;const Nn=function(t){var e=new t.constructor(t.byteLength);return new wn(e).set(new wn(t)),e};const Mn=function(t,e){var n=e?Nn(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?Nn(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 Nn(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(an(t))};const Vn=function(t){return ae(t)&&"[object Map]"==Sn(t)};var zn=Se&&Se.isMap;const Kn=zn?ke(zn):Vn;const qn=function(t){return ae(t)&&"[object Set]"==Sn(t)};var Xn=Se&&Se.isSet;const $n=Xn?ke(Xn):qn;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 a,x=1&n,c=2&n,l=4&n;if(o&&(a=r?o(e,s,r,i):o(e)),void 0!==a)return a;if(!mt(e))return e;var u=ge(e);if(u){if(a=Ln(e),!x)return Ze(e,a)}else{var d=Sn(e),g=d==Qn||"[object GeneratorFunction]"==d;if(be(e))return Qe(e,x);if(d==Zn||d==Jn||g&&!r){if(a=c||g?{}:Wn(e),!x)return c?cn(e,Ke(a,e)):sn(e,Ge(a,e))}else{if(!Yn[d])return r?e:{};a=Un(e,d,x)}}i||(i=new Yt);var m=i.get(e);if(m)return m;i.set(e,a),$n(e)?e.forEach((function(s){a.add(t(s,n,o,s,e,i))})):Kn(e)&&e.forEach((function(s,r){a.set(r,t(s,n,o,r,e,i))}));var f=u?void 0:(l?c?dn:un:c?ze:Ue)(e);return te(f||e,(function(s,r){f&&(s=e[r=s]),se(a,r,t(s,n,o,r,e,i))})),a};const eo=function(t){return to(t,5)};const no=function(t){return"symbol"==typeof t||ae(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 ao=io;var xo=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,co=/\\(\\)?/g;const lo=function(t){var e=ao(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(xo,(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,a=t;null!=a&&++s<r;){var x=bo(e[s]),c=n;if("__proto__"===x||"constructor"===x||"prototype"===x)return t;if(s!=i){var l=a[x];void 0===(c=o?o(l,x,a):void 0)&&(c=mt(l)?l:_e(e[s+1])?[]:{})}se(a,x,c),a=a[x]}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,a=t.length,x=e.length;if(a!=x&&!(i&&x>a))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<a;){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,wo=Lo?Lo.valueOf:void 0;const No=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 wn(t),new wn(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 a=So;case"[object Set]":var x=1&o;if(a||(a=Io),t.size!=e.size&&!x)return!1;var c=i.get(t);if(c)return c==e;o|=2,i.set(t,e);var l=Ro(a(t),a(e),o,s,r,i);return i.delete(t),l;case"[object Symbol]":if(wo)return wo.call(t)==wo.call(e)}return!1};var Mo=Object.prototype.hasOwnProperty;const Oo=function(t,e,n,o,s,r){var i=1&n,a=un(t),x=a.length;if(x!=un(e).length&&!i)return!1;for(var c=x;c--;){var l=a[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<x;){var f=t[l=a[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),a=ge(e),x=i?Po:Sn(t),c=a?Po:Sn(e),l=(x=x==Fo?Do:x)==Do,u=(c=c==Fo?Do:c)==Do,d=x==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):No(t,e,x,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||!ae(e)&&!ae(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 Vo=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 zo=function(t,e){return e.length<2?t:Wo(t,Vo(e,0,-1))};const Ko=function(t,e){return e=po(e,t),null==(t=zo(t,e))||delete t[bo(Ho(e))]};const qo=function(t,e){return null==t||Ko(t,e)},Xo=["push","accept","head","discard","createdAt","getMarkers","getMarkerNames","_saved","getContainedElement","onAccept","_onAccept","previous","isMultiRange","getAllAdjacentSuggestions","delete","nodeAfter","_onDiscard","removeAttribute","removeMarkers","author","attributes","clear","decorate","addMarker","removeMarker","creator","setAttribute","change","markers","authoredAt","size","getRanges","data","hasComments","reduce","subType","toJSON","map","filter","isInContent","add","getMultiRangeId","isIntersecting","addMarkerName","addRange","nodeBefore","getFirstMarker","set","onAttributesChange","getItems","_markerNames","length","getRange","commentThread","from","type","isIntersectingWithRange","_model","_onAttributesChange","onDiscard"];var $o,Jo;$o=Xo,Jo=193,function(t){for(;--t;)$o.push($o.shift())}(++Jo);const Qo=function(t,e){return Xo[t-=0]};class Zo extends((0,e.ObservableMixin)()){constructor(t,e){super(),this.id=e.id,this[Qo("0x2a")]=e[Qo("0x2a")],this[Qo("0x16")]=e[Qo("0x16")]||null,this[Qo("0x6")]=e.author,this.creator=e.creator||e.author,this.isExternal=Boolean(e[Qo("0x7")]&&e[Qo("0x7")]["@external"]),this[Qo("0x13")]=null,this._model=t,this._onAccept=e[Qo("0x38")],this[Qo("0x3")]=e[Qo("0x2e")],this[Qo("0x2d")]=e[Qo("0x23")],this._markerNames=new Set,this.createdAt=null,this.set(Qo("0x10"),null),this[Qo("0x22")]("attributes",e.attributes||{}),this[Qo("0x22")](Qo("0x3a"),null),this[Qo("0x22")]("next",null),this[Qo("0x22")](Qo("0x28"),null),this[Qo("0x22")](Qo("0x36"),!1),this.decorate(Qo("0x30")),this[Qo("0x9")](Qo("0x32"))}get head(){let t=this;for(;t[Qo("0x3a")];)t=t[Qo("0x3a")];return t}get[Qo("0x14")](){return!!this[Qo("0x28")]&&this[Qo("0x28")][Qo("0x26")]>0}get[Qo("0x3b")](){return 0!=this[Qo("0x25")][Qo("0x11")]&&6==Array[Qo("0x29")](this[Qo("0x25")])[0].split(":")[Qo("0x26")]}get[Qo("0x1a")](){return null!==this.getFirstMarker()}[Qo("0x1e")](t){this[Qo("0x25")][Qo("0x1b")](t)}[Qo("0x35")](){return Array[Qo("0x29")](this[Qo("0x25")])}getMarkers(){return this[Qo("0x35")]()[Qo("0x18")]((t=>this[Qo("0x2c")][Qo("0xf")].get(t)))[Qo("0x19")]((t=>t))}[Qo("0x21")](){return this[Qo("0x34")]()[0]||null}[Qo("0x5")](){this[Qo("0x2c")][Qo("0xe")]((t=>{for(const e of this.getMarkers())t[Qo("0xb")](e)})),this[Qo("0x25")][Qo("0x8")]()}[Qo("0xb")](t){this[Qo("0x2c")][Qo("0xe")]((e=>{e[Qo("0xb")](t)})),this._markerNames[Qo("0x1")](t)}[Qo("0x1f")](t){const e="suggestion:"+this.type+":"+this[Qo("0x16")]+":"+this.id+":"+this[Qo("0xc")].id+":"+Zo[Qo("0x1c")]();this[Qo("0x1e")](e),this[Qo("0x2c")][Qo("0xe")]((n=>{n[Qo("0xa")](e,{range:t,usingOperation:!0,affectsData:!0})}))}[Qo("0x2b")](t){for(const e of this.getRanges())if(e[Qo("0x1d")](t))return!0;return!1}[Qo("0x12")](){return this[Qo("0x34")]()[Qo("0x18")]((t=>t[Qo("0x27")]()))}[Qo("0x24")](){return this[Qo("0x12")]()[Qo("0x15")](((t,e)=>[...t,...e[Qo("0x24")]()]),[])}getFirstRange(){var t;return(null===(t=this[Qo("0x21")]())||void 0===t?void 0:t[Qo("0x27")]())||null}[Qo("0x37")](){const t=this.getRanges();if(1!=t[Qo("0x26")])return null;const e=t[0],n=e.start[Qo("0x2")],o=e.end[Qo("0x20")];return n instanceof i.Element?n!=o?null:n:null}accept(){this[Qo("0x39")](this.getRanges(),this.data,this[Qo("0x7")]),this[Qo("0x5")]()}discard(){this[Qo("0x3")](this.getRanges(),this[Qo("0x13")],this[Qo("0x7")]),this.removeMarkers()}[Qo("0x0")](){const t=[];let e=this[Qo("0x31")];for(;e;)t[Qo("0x2f")](e),e=e.next;return t}[Qo("0xd")](t,e){const n=eo(this[Qo("0x7")]);_o(n,t,e),Go(n,this[Qo("0x7")])||(this[Qo("0x7")]=n,this[Qo("0x2d")](n))}[Qo("0x4")](t){const e=eo(this[Qo("0x7")]);qo(e,t),Go(e,this[Qo("0x7")])||(this.attributes=e,this[Qo("0x2d")](this[Qo("0x7")]))}[Qo("0x17")](){return{id:this.id,type:this.subType?this[Qo("0x2a")]+":"+this[Qo("0x16")]:this[Qo("0x2a")],authorId:this[Qo("0xc")].id,createdAt:this[Qo("0x33")],hasComments:this[Qo("0x14")],data:this[Qo("0x13")],attributes:this[Qo("0x7")]}}static[Qo("0x1c")](){return(0,e.uid)().substr(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 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_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=["_schema","text","matchingCallback","previousSibling","checkChild","_itemLabels","_itemLabelsCallbacks","indexOf","deletion","_resolveDescriptionItems","getFirstRange","element","item","elementEnd","$1 $2","replace","ELEMENT_SPACE","addObject","length","label","data","registerDescriptionCallback","*Merge:* %0","isObject","type","*Insert:* %0","isEmpty","start","function","registerElementLabel","isEqual","elementStart","getDescriptions","get","softBreak","add","_addDescriptionItems","normal","push","name","match","quantity","Container","Object","getItemLabel","addContainer","removeObject","insertion","isInContent","nextSibling","*Remove:* %0","EmptyContainer","_locale","skip","end","_customCallbacks","remove"];var es,ns;es=ts,ns=266,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("0x11")]=[],this._itemLabels=new Map,this[os("0x19")]=[],this[os("0x13")]=t,this[os("0xe")]=e}[os("0x33")](t){const e=[];for(let n=0;n<t[os("0x25")];n++){const o=t[n];if(!o[os("0xa")])continue;let s=!1;for(const t of this[os("0x11")]){const n=t(o);if(n){os("0x2b")in n&&e[os("0x0")](n),s=!0;break}}if(!s){this[os("0x37")](e,o);const s=t[n+1];if(s&&!o[os("0x1d")]()[os("0x10")][os("0x31")](s[os("0x1d")]()[os("0x2e")])){const t=e[e[os("0x25")]-1],n=os("0x9")==o[os("0x2b")]?os("0x36"):"remove";t&&os("0x14")==t[os("0x2b")]&&(t[n]+="\n")}}}return this._resolveDescriptionItems(e)}[os("0x28")](t){this._customCallbacks[os("0x0")](t)}[os("0x30")](t,n,o=e.priorities[os("0x38")]){os("0x2f")==typeof t?(0,e.insertToPriorityArray)(this._itemLabelsCallbacks,{matchingCallback:t,label:n,priority:o}):this[os("0x18")].set(t,n)}getItemLabel(t,e=1){let n;for(const e of this._itemLabelsCallbacks)if(e[os("0x15")](t)){n=e[os("0x26")];break}return n||(n=this._itemLabels[os("0x34")](t[os("0x1")])),n?n(e):1!==e?e+" "+t[os("0x1")]+"s":""+t[os("0x1")]}[os("0x37")](t,e){const n=e[os("0x1d")]().getWalker(),o="insertion"==e[os("0x2b")]?os("0x36"):os("0x12");for(const e of n){const s=e[os("0x1f")],r=t[t[os("0x25")]-1];if(s.is("$textProxy"))r&&r.type[os("0x1a")](os("0x4"))>-1&&t.pop(),r&&os("0x14")==r[os("0x2b")]?r[o]+=s[os("0x27")]:t[os("0x0")]({type:os("0x14"),add:"add"==o?s.data:"",remove:os("0x12")==o?s[os("0x27")]:""});else if(this[os("0x13")].isObject(s)){const i=s;if(r&&r.type[os("0x1a")](os("0x4"))>-1&&t.pop(),os("0x20")==e[os("0x2b")])continue;r&&r.type==o+os("0x5")&&r.element[os("0x1")]==i.name?r[os("0x3")]++:t[os("0x0")]({type:o+os("0x5"),element:i,quantity:1}),n[os("0xf")]((t=>!(os("0x20")==t[os("0x2b")]&&t.item==s)))}else if(this._schema[os("0x17")](s,"$text")||s.is(os("0x1e"),os("0x35"))){const n=s;if("add"==o&&os("0x32")==e.type||os("0x12")==o&&os("0x20")==e.type)continue;if(r&&-1==r[os("0x2b")][os("0x1a")](os("0x4"))){os("0x14")==r[os("0x2b")]&&(r[o]+="\n");continue}let i;if(i="add"==o?n[os("0xb")]&&!this[os("0x13")][os("0x2a")](n[os("0xb")])?n.nextSibling:null:n.previousSibling&&!this._schema[os("0x2a")](n[os("0x16")])?n[os("0x16")]:null,n[os("0x2d")]||i&&i.isEmpty){const e=i&&i[os("0x2d")]?i:n;r&&r[os("0x2b")]==o+os("0xd")&&r.element[os("0x1")]==e[os("0x1")]?r[os("0x3")]++:t[os("0x0")]({type:o+"EmptyContainer",element:e,quantity:1})}else t.push({type:o+"Container",element:n})}}}[os("0x1c")](t){const e=this._locale,n=[];for(const o of t){switch(o.type){case"text":if(o[os("0x36")]=o.add[os("0x22")](/(\S)\u000A+(\S)/g,os("0x21"))[os("0x22")](/\u000A/g,""),o[os("0x12")]=o.remove[os("0x22")](/(\S)\u000A+(\S)/g,os("0x21"))[os("0x22")](/\u000A/g,""),""!=o[os("0x36")]&&""!=o[os("0x12")]){n[os("0x0")]({type:"replace",content:Yo(e,"REPLACE_TEXT",['"'+o[os("0x12")]+'"','"'+o.add+'"'])});continue}if(null!=o.add[os("0x2")](/^ +$/)){n[os("0x0")]({type:os("0x9"),content:Yo(e,os("0x2c"),Yo(e,os("0x23"),o[os("0x36")][os("0x25")]))});continue}if(null!=o.remove.match(/^ +$/)){n.push({type:os("0x1b"),content:Yo(e,"*Remove:* %0",Yo(e,os("0x23"),o[os("0x12")][os("0x25")]))});continue}if(""!=o.add){n[os("0x0")]({type:"insertion",content:Yo(e,os("0x2c"),'"'+o[os("0x36")]+'"')});continue}n[os("0x0")]({type:"deletion",content:Yo(e,"*Remove:* %0",'"'+o[os("0x12")]+'"')});continue;case"addEmptyContainer":case os("0x24"):n[os("0x0")]({type:"insertion",content:Yo(e,os("0x2c"),this[os("0x6")](o[os("0x1e")],o[os("0x3")]))});continue;case"removeEmptyContainer":case os("0x8"):n[os("0x0")]({type:os("0x1b"),content:Yo(e,os("0xc"),this.getItemLabel(o[os("0x1e")],o[os("0x3")]))});continue;case os("0x7"):n[os("0x0")]({type:"insertion",content:Yo(e,"*Split:* %0",this[os("0x6")](o[os("0x1e")],o[os("0x3")]))});continue;case"removeContainer":n.push({type:os("0x1b"),content:Yo(e,os("0x29"),this.getItemLabel(o[os("0x1e")],o[os("0x3")]))});continue}n.push(o)}return n}}const rs=["selection","afterInit","alignment","registerDescriptionCallback","FORMAT_ALIGN_TO_RIGHT","left","commandParams","FORMAT_JUSTIFY_TEXT","has","change","locale","document","plugins","getSelectedBlocks","FORMAT_ALIGN_TO_CENTER","model","right","value","markBlockFormat","schema","filter","*Format:* %0","editor","get","AlignmentEditing","checkAttribute","from","_descriptionFactory","FORMAT_ALIGN_TO_LEFT"];var is,as;is=rs,as=289,function(t){for(;--t;)is.push(is.shift())}(++as);const xs=function(t,e){return rs[t-=0]};class cs extends t.Plugin{[xs("0x2")](){const t=this[xs("0x17")],e=t[xs("0xb")];if(!t[xs("0xd")][xs("0x9")](xs("0x19")))return;const n=t.plugins[xs("0x18")]("TrackChangesEditing");n.enableCommand(xs("0x3"),((e,o={})=>{let s=o.value;o[xs("0x12")]||(s="ltr"===t[xs("0xb")].contentLanguageDirection?"left":xs("0x11"));const r=Array[xs("0x1b")](this[xs("0x17")].model[xs("0xc")][xs("0x1")][xs("0xe")]())[xs("0x15")]((t=>function(t,e,n){const o=t.getAttribute(xs("0x3"))||null;return e[xs("0x1a")](t,xs("0x3"))&&n!=o}(t,this[xs("0x17")][xs("0x10")][xs("0x14")],s)));t.model[xs("0xa")]((()=>{for(const t of r)n[xs("0x13")](t,{commandName:xs("0x3"),commandParams:[{value:s}]})}))})),n[xs("0x1c")][xs("0x4")]((t=>{const{data:n}=t;if(n&&xs("0x3")==n.commandName){const t=n[xs("0x7")][0][xs("0x12")];return{type:"format",content:Yo(e,xs("0x16"),function(t){switch(t){case xs("0x6"):return Yo(e,xs("0x0"));case"right":return Yo(e,xs("0x5"));case"center":return Yo(e,xs("0xf"));case"justify":return Yo(e,xs("0x8"))}}(t))}}}))}}const ls=["span","isBlock","listItem","createUIElement","getAttribute","ck-suggestion-marker-","markerName","TrackChangesEditing","get","includes","toViewElement","isLimit","insert","createRangeOn","previousPosition","listIndent","parent","writer","consumable","mapper","isContent","name","item","bindElementToMarker","nextSibling","push","ck-suggestion-marker--active","plugins","toViewPosition","test","markerRange","getItems","type","activeMarkers","element"];var us,ds;us=ls,ds=263,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("0xd")]())s.hasAttribute(t)&&o[gs("0x7")](n[gs("0x1e")](s));return o}function fs(t){const e=[];if(t.is(gs("0x10"),gs("0x13"))){let n=t.nextSibling;for(;n&&n.is(gs("0x10"),"listItem")&&n[gs("0x15")](gs("0x20"))>0;)e.push(n),n=n[gs("0x6")]}return e}function hs(t,e,{showActiveMarker:n=!0}={}){const o=t[gs("0x9")][gs("0x19")](gs("0x18"));return(s,r,i)=>{if(!i[gs("0x0")][gs("0xb")](r[gs("0xc")],s[gs("0x3")]))return;const a=r[gs("0xc")].getWalker(),x=r[gs("0xc")].start,c=t.model.schema;let l=null,u=null,d=!1,g=!1;for(const t of a){const e=t[gs("0x4")];d=d||c[gs("0x2")](e);const n=i.mapper[gs("0x1b")](e);if(n&&n.getCustomProperty("addHighlight"))return;"elementEnd"==t[gs("0xe")]&&c[gs("0x12")](e)&&!c[gs("0x1c")](e)&&(e.nextSibling||x.isAtEnd?l&&l[gs("0x21")]==e||(l=e,m(t[gs("0x1f")]),g=!0):u=u||t[gs("0x1f")])}function m(t){const s=i[gs("0x22")][gs("0x14")](gs("0x11"),{class:gs("0x16")+e}),a=i[gs("0x1")][gs("0xa")](t);n&&o[gs("0xf")][gs("0x1a")](r[gs("0x17")])&&i[gs("0x22")].addClass(gs("0x8"),s),i[gs("0x22")][gs("0x1d")](a,s),i[gs("0x1")][gs("0x5")](s,r[gs("0x17")])}d||g||!u||m(u)}}const ps=["FORMAT_CODE","registerDescriptionCallback","FORMAT_BOLD","model","underline","strikethrough","CodeEditing","FORMAT_ITALIC","superscript","get","SuperscriptEditing","plugins","afterInit","change","document","FORMAT_STRIKETHROUGH","SubscriptEditing","TrackChangesEditing","commandName","FORMAT_UNDERLINE","StrikethroughEditing","bold","editor","BoldEditing","locale","code","selection","*Format:* %0","format","slice","FORMAT_SUPERSCRIPT","ItalicEditing","subscript","forceValue","has"];var bs,Es;bs=ps,Es=465,function(t){for(;--t;)bs.push(bs.shift())}(++Es);const _s=function(t,e){return ps[t-=0]},Ts=[_s("0xd"),_s("0x15"),"UnderlineEditing",_s("0x1f"),_s("0xa"),_s("0x6"),_s("0x0")];class Cs extends t.Plugin{[_s("0x2")](){const t=this[_s("0xc")],e=t[_s("0x1c")],n=t.plugins[_s("0x22")](_s("0x7")),o=t[_s("0xe")];for(const o of Ts){if(!t[_s("0x1")][_s("0x18")](o))continue;const s=o[_s("0x13")](0,-7).toLowerCase(),r=t.commands.get(s);n.enableCommand(s,((t,o={})=>{const i=e[_s("0x4")][_s("0x10")];if(i.isCollapsed)return void t(o);const a=void 0!==o[_s("0x17")]?o[_s("0x17")]:!r.value;e[_s("0x3")]((()=>{const t=Array.from(i.getRanges());for(const o of t){const t=a?[o]:ms(s,o,e);for(const e of t)n.markInlineFormat(e,{commandName:s,commandParams:[{forceValue:a}]})}}))}))}function s(t,e){n._descriptionFactory[_s("0x1a")]((n=>{const{data:s}=n;if(s&&s[_s("0x8")]===t)return s.commandParams[0].forceValue?{type:"format",content:Yo(o,_s("0x11"),e)}:{type:_s("0x12"),content:Yo(o,"*Remove format:* %0",e)}}))}s(_s("0xb"),Yo(o,_s("0x1b"))),s("italic",Yo(o,_s("0x20"))),s(_s("0x1d"),Yo(o,_s("0x9"))),s(_s("0xf"),Yo(o,_s("0x19"))),s(_s("0x1e"),Yo(o,_s("0x5"))),s(_s("0x16"),Yo(o,"FORMAT_SUBSCRIPT")),s(_s("0x21"),Yo(o,_s("0x14")))}}const ys=["schema","enableCommand","plugins","parent","model","markBlockFormat","document","_descriptionFactory","has","from","filter","editor","checkChild","forceValue","selection","commandParams","getSelectedBlocks","ELEMENT_BLOCK_QUOTE","BlockQuoteEditing","blockQuote","value","format","name","afterInit","change"];var ks,As;ks=ys,As=350,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("0xb")],e=t.locale;if(!t[vs("0x2")][vs("0x8")](vs("0x12")))return;const n=t[vs("0x2")].get("TrackChangesEditing"),o=this.editor.commands.get("blockQuote");n[vs("0x1")](vs("0x13"),((e,s={})=>{const r=this[vs("0xb")][vs("0x4")][vs("0x6")][vs("0xe")],i=s&&void 0!==s[vs("0xd")]?s[vs("0xd")]:!o[vs("0x14")];let a=[];if(i){const e=Array[vs("0x9")](r[vs("0x10")]())[vs("0xa")]((t=>Ss(t)||function(t,e){const n=e[vs("0xc")](t[vs("0x3")],vs("0x13")),o=e[vs("0xc")](["$root",vs("0x13")],t);return n&&o}(t,this.editor[vs("0x4")][vs("0x0")])));a=S(e,t[vs("0x4")])}else{const e=Array[vs("0x9")](r[vs("0x10")]())[vs("0xa")]((t=>Ss(t)));a=S(e,t[vs("0x4")])}t[vs("0x4")][vs("0x18")]((()=>{for(const t of a)n[vs("0x5")](t,{commandName:"blockQuote",commandParams:[{forceValue:i}]})}))})),n[vs("0x7")].registerDescriptionCallback((t=>{const{data:n}=t;if(n&&vs("0x13")==n.commandName){const t=Yo(e,vs("0x11"));return n[vs("0xf")][0][vs("0xd")]?{type:vs("0x15"),content:Yo(e,"*Format:* %0",t)}:{type:vs("0x15"),content:Yo(e,"*Remove format:* %0",t)}}}))}}function Ss(t){return vs("0x13")==t[vs("0x3")][vs("0x16")]}const Is=["get","plugins","afterInit","TrackChangesEditing","ckbox"];var Ls,ws;Ls=Is,ws=190,function(t){for(;--t;)Ls.push(Ls.shift())}(++ws);const Ns=function(t,e){return Is[t-=0]};class Ms extends t.Plugin{[Ns("0x2")](){const t=this.editor;t.commands[Ns("0x0")](Ns("0x4"))&&t[Ns("0x1")][Ns("0x0")](Ns("0x3")).enableCommand(Ns("0x4"))}}const Os=["enableCommand","afterInit","outdentCodeBlock","filter","label","parent","rootElement","find","selection","commandParams","document","forceValue","locale","registerElementLabel","has","language","languages","editor","ELEMENT_CODE_BLOCK","value","isLimit","config","getSelectedBlocks","indentCodeBlock","commands","*Format:* %0","change","codeBlock","get","plugins","commandName","schema","markBlockFormat","TrackChangesEditing","formatBlock","format","_descriptionFactory","blockName","checkChild"];var Fs,Ps;Fs=Os,Ps=407,function(t){for(;--t;)Fs.push(Fs.shift())}(++Ps);const Ds=function(t,e){return Os[t-=0]};class Bs extends t.Plugin{[Ds("0x17")](){const t=this[Ds("0x0")];if(!t.plugins[Ds("0x24")]("CodeBlock"))return;const e=t[Ds("0xc")][Ds("0xb")](Ds("0x10")),n=t[Ds("0x22")],o=t[Ds("0x4")][Ds("0xb")](Ds("0xa"))[Ds("0x26")],s=t[Ds("0x7")].get("codeBlock");e[Ds("0x16")](Ds("0x6")),e[Ds("0x16")](Ds("0x18")),e[Ds("0x16")]("codeBlock",((n,r={})=>{const i=t.model,a=t.model[Ds("0x20")][Ds("0x1e")],x=r&&void 0!==r[Ds("0x21")]?r[Ds("0x21")]:!s[Ds("0x2")];let c;r[Ds("0x25")]||(r[Ds("0x25")]=o[0][Ds("0x25")]),c=x?Array.from(a[Ds("0x5")]())[Ds("0x19")]((t=>{return js(t)||(e=t,n=i[Ds("0xe")],!e.is(Ds("0x1c"))&&!n[Ds("0x3")](e)&&n[Ds("0x15")](e[Ds("0x1b")],Ds("0xa")));var e,n})):Array.from(a[Ds("0x5")]()).filter((t=>js(t)));const l=S(c,i);i[Ds("0x9")]((()=>{for(const t of l)e[Ds("0xf")](t,{commandName:Ds("0xa"),commandParams:[{...r,forceValue:x}],formatGroupId:Ds("0x14")})}))})),e[Ds("0x13")][Ds("0x23")]("codeBlock",(t=>Yo(n,Ds("0x1"),t))),e[Ds("0x13")].registerDescriptionCallback((t=>{const e=n.t,{type:s,data:r}=t;if(Ds("0x11")==s&&r&&Ds("0xa")==r[Ds("0xd")]){const t=r[Ds("0x1f")][0][Ds("0x25")],s=e(o[Ds("0x1d")]((e=>e[Ds("0x25")]===t))[Ds("0x1a")]);return r[Ds("0x1f")][0][Ds("0x21")]?{type:"format",content:Yo(n,Ds("0x8"),Yo(n,Ds("0x1"),1)+" ("+s+")")}:{type:Ds("0x12"),content:Yo(n,"*Remove format:* %0",Yo(n,Ds("0x1"),1))}}}))}}function js(t){return Ds("0xa")==t.name}const Us=["editor","has","plugins","get","TrackChangesEditing","enableCommand"];var Gs,Hs;Gs=Us,Hs=208,function(t){for(;--t;)Gs.push(Gs.shift())}(++Hs);const Ws=function(t,e){return Us[t-=0]};class Vs extends t.Plugin{afterInit(){const t=this[Ws("0x2")];t.plugins[Ws("0x3")]("CommentsEditing")&&t[Ws("0x4")][Ws("0x5")](Ws("0x0"))[Ws("0x1")]("addCommentThread")}}var zs=n(181);const Ks=["document","buffer","high","end","unlock","enableCommand","removeMarker:suggestion:deletion","isCollapsed","data","getFirstRange","createRange","setSelection","delete","$graveyard","merge","uiElement","unbindElementFromMarkerName","showSuggestionHighlights","selection","TrackChangesEditing","markerName","lock","bind","modifySelection","rootName","batch","root","forward","get","editing","model","start","requires","deleteForward","detach","createSelection","mapper","remove","downcastDispatcher","editor","plugins"];var qs,Xs;qs=Ks,Xs=280,function(t){for(;--t;)qs.push(qs.shift())}(++Xs);const $s=function(t,e){return Ks[t-=0]};class Js extends t.Plugin{static get[$s("0x27")](){return[zs.Delete]}init(){const t=this[$s("0x5")],e=t[$s("0x6")][$s("0x23")]($s("0x1a"));e[$s("0xc")]($s("0x13"));const n=t.commands[$s("0x23")]($s("0x28"));e[$s("0xc")]($s("0x28"),((e,o={})=>{const s=t.model[$s("0x1")](t[$s("0x25")][$s("0x7")][$s("0x19")]);s[$s("0xe")]&&t[$s("0x25")][$s("0x1e")](s,{direction:$s("0x22"),unit:o.unit});const r=s[$s("0x10")](),a=i.LiveRange.fromRange(r);let x;e(o),x=$s("0x14")==a[$s("0x21")][$s("0x1f")]?t.model.createRange(r[$s("0x26")]):t[$s("0x25")][$s("0x11")](a[$s("0x26")],a[$s("0xa")]),a[$s("0x0")](),t[$s("0x25")].enqueueChange(n.buffer[$s("0x20")],(t=>{n[$s("0x8")][$s("0x1c")](),t[$s("0x12")](t[$s("0x11")](x[$s("0xa")])),n.buffer[$s("0xb")]()}))})),t[$s("0x24")].downcastDispatcher.on("addMarker:suggestion:deletion",hs(t,$s("0x15")),{priority:$s("0x9")}),t[$s("0xf")][$s("0x4")].on("addMarker:suggestion:deletion",((e,n,o)=>{o.options[$s("0x18")]&&hs(t,$s("0x15"),{showActiveMarker:!1})[$s("0x1d")](this)(e,n,o)}),{priority:$s("0x9")}),t.editing.downcastDispatcher.on($s("0xd"),((t,e,n)=>{const o=n[$s("0x2")].markerNameToElements(e[$s("0x1b")]);if(o)for(const t of o)t.is($s("0x16"))&&(n[$s("0x2")][$s("0x17")](t,e[$s("0x1b")]),n.writer[$s("0x3")](t))}),{priority:$s("0x9")})}}const Qs=["*Indent:* %0","getAttribute","*Change to:* %0","createPositionAt","outdentList","indentList","documentList","DocumentListEditing","hasAttribute","change","listItemId","format","mergeListItemBackward","detach","registerDescriptionCallback","nodeAfter","enableCommand","locale","listIndent","bulletedList","push","numberedList","value","registerCustomCallback","deletion","length","getSelectedBlocks","expandListBlocksToCompleteList","registerElementLabel","schema","_descriptionFactory","from","commandName","nextSibling","next","commandParams","selection","multipleBlocks","slice","*Merge:* %0","createRange","afterInit","markMultiRangeBlockFormat","after","*Outdent:* %0","ELEMENT_","getFirstRange","splitListItemAfter","editor","refresh","*Format:* insert into %0","start","findIndex","formatBlock","listType","accept","splitListItemBefore","commands","forceValue","model","document","has","execute","markBlockFormat","add","isObject","*Format:* remove from %0","_LIST","plugins","DocumentListUtils","before","ELEMENT_NUMBERED_LIST","toUpperCase","get","ELEMENT_LIST_ITEM","mergeListItemForward"];var Zs,Ys;Zs=Qs,Ys=134,function(t){for(;--t;)Zs.push(Zs.shift())}(++Ys);const tr=function(t,e){return Qs[t-=0]};class er extends t.Plugin{[tr("0x3b")](){const t=this[tr("0x42")];if(!t[tr("0xa")][tr("0x3")](tr("0x19")))return;const e=t[tr("0x23")],n=t[tr("0xa")].get("TrackChangesEditing"),o=t[tr("0xa")][tr("0xf")](tr("0xb"));function s(e){return()=>{const s=t[tr("0x4b")][tr("0xf")](e);let r=Array[tr("0x31")](t[tr("0x1")][tr("0x2")].selection.getSelectedBlocks());if(x(e)){r=o[tr("0x2d")](r);const t=[];for(const e of r)o.isFirstBlockOfListItem(e)&&t[tr("0x26")](e);r=t}t[tr("0x1")].change((()=>{n[tr("0x3c")](r,{commandName:e,commandParams:[{forceValue:!s[tr("0x28")]}],formatGroupId:"listType"},[],tr("0x18"))}))}}function r(e){return()=>{const o=function(t){let e=Array.from(t);const n=e[tr("0x46")]((t=>!t[tr("0x1a")](tr("0x1c"))));return n>-1&&(e=e[tr("0x38")](0,n)),e}(t[tr("0x1")][tr("0x2")][tr("0x36")][tr("0x2c")]()),s=o[o[tr("0x2b")]-1],r=t[tr("0x1")][tr("0x2f")][tr("0x7")](s)?tr("0x3d"):"end",i=t[tr("0x1")][tr("0x3a")](t[tr("0x1")][tr("0x15")](o[0],"before"),t[tr("0x1")][tr("0x15")](s,r));t.model.change((()=>{n[tr("0x5")](i,{commandName:e,commandParams:[],formatGroupId:"listType"},function(t){const e=new Set;for(const n of t){let t=n[tr("0x33")];for(;t&&t[tr("0x13")](tr("0x24"))>n[tr("0x13")](tr("0x24"));)e[tr("0x6")](t),t=t.nextSibling}return Array.from(e)}(o))}))}}function a(e){return()=>{const o=t[tr("0x1")][tr("0x2")][tr("0x36")].getSelectedBlocks()[tr("0x34")]()[tr("0x28")],s=t[tr("0x1")].createPositionAt(o,tr("0xc")),r=t[tr("0x1")].createPositionAt(o,0),i=t.model[tr("0x3a")](s,r);t[tr("0x1")][tr("0x1b")]((()=>{n.markBlockFormat(i,{commandName:e,commandParams:[],formatGroupId:"listType"})}))}}function x(e){const n=t.commands[tr("0xf")](tr("0x25"))[tr("0x28")],o=t.commands.get(tr("0x27")).value;return"numberedList"===e?n:o}n.enableCommand(tr("0x27"),s(tr("0x27"))),n[tr("0x22")]("bulletedList",s(tr("0x25"))),n[tr("0x22")]("indentList",r("indentList")),n[tr("0x22")](tr("0x16"),r(tr("0x16"))),n.enableCommand(tr("0x41"),a(tr("0x41"))),n[tr("0x22")](tr("0x4a"),a("splitListItemBefore")),n._descriptionFactory[tr("0x2e")]((function(e){const n=!t[tr("0x1")].schema[tr("0x7")](e),o=e.previousSibling,s=e[tr("0x33")],r=e[tr("0x13")](tr("0x1c")),i=!o||o.getAttribute(tr("0x1c"))!==r,a=!s||s[tr("0x13")](tr("0x1c"))!==r;return n&&Boolean(r)&&i&&a}),(t=>Yo(e,tr("0x10"),t))),n[tr("0x30")][tr("0x20")]((function(t){const{data:n}=t;if(!n)return;let o,s,r,i;switch(n.commandName){case"bulletedList":r=n[tr("0x35")][0][tr("0x0")],i=x(n[tr("0x32")]),o=tr(r?"0x44":"0x8"),i&&(o=tr("0x14")),s={type:tr("0x1d"),content:Yo(e,o,Yo(e,"ELEMENT_BULLETED_LIST"))};break;case"numberedList":r=n[tr("0x35")][0][tr("0x0")],i=x(n[tr("0x32")]),o=r?"*Format:* insert into %0":tr("0x8"),i&&(o=tr("0x14")),s={type:"format",content:Yo(e,o,Yo(e,tr("0xd")))};break;case tr("0x17"):o=tr("0x12"),s={type:tr("0x1d"),content:Yo(e,o,Yo(e,tr("0x10")))};break;case"outdentList":o=function(t){const e=t.getFirstRange();let n=e[tr("0x45")].nodeAfter;for(;n&&e.containsItem(n);){if(n[tr("0x13")](tr("0x24"))>0)return!1;n=n.nextSibling}return!0}(t)?Yo(e,tr("0x8"),Yo(e,function(t){const e=t[tr("0x40")]()[tr("0x45")][tr("0x21")];return tr("0x3f")+e[tr("0x13")](tr("0x48"))[tr("0xe")]()+tr("0x9")}(t))):Yo(e,tr("0x3e"),Yo(e,tr("0x10"))),s={type:"format",content:o};break;case tr("0x1e"):case tr("0x11"):!1===n[tr("0x37")]&&(o=tr("0x39"),s={type:tr("0x2a"),content:Yo(e,o,Yo(e,tr("0x10")))})}return s})),n._suggestionFactory[tr("0x29")](tr("0x47"),tr("0x18"),tr("0x49"),(function(e,n){const o=[];for(let n of e)n[tr("0x45")][tr("0x21")]===n.end.parent&&(n=t.model[tr("0x3a")](t[tr("0x1")][tr("0x15")](n[tr("0x45")][tr("0x21")],0))),o[tr("0x26")](n);t[tr("0x1")].change((e=>{const s=t[tr("0x1")].document[tr("0x36")],r=Array[tr("0x31")](s.getRanges()).map((t=>i.LiveRange.fromRange(t)));e.setSelection(o),t[tr("0x4b")][tr("0xf")](n[tr("0x32")])[tr("0x43")](),n[tr("0x35")][tr("0x26")]({forceDefaultExecution:!0}),t[tr("0x4")](n[tr("0x32")],...n[tr("0x35")]),e.setSelection(r);for(const t of r)t[tr("0x1f")]()}))}))}}var nr=n(331);const or=["parent","markerName","mapper","change","writer","model","downcastDispatcher","markerNameToElements","getFirstRange","enableCommand","options","nextSibling","hasClass","requires","createPositionAt","editing","document","setSelection","commands","high","fire","get","afterExecute","selection","TrackChangesEditing","addMarker:suggestion:insertion","ck-suggestion-marker-split","bind","enterBlock","unbindElementFromMarkerName","data","fromRange","removeMarker:suggestion:insertion","createRange","split","markInsertion","showSuggestionHighlights"];var sr,rr;sr=or,rr=201,function(t){for(;--t;)sr.push(sr.shift())}(++rr);const ir=function(t,e){return or[t-=0]};class ar extends t.Plugin{static get[ir("0x22")](){return[nr.Enter]}init(){const t=this.editor,e=t.plugins[ir("0x5")](ir("0x8")),n=t[ir("0x2")].get("enter");e[ir("0x1e")]("enter",(()=>{t[ir("0x1a")][ir("0x18")]((o=>{const s=t[ir("0x1a")][ir("0x0")][ir("0x7")],r=s.getFirstPosition(),a=i.LiveRange[ir("0xf")](s[ir("0x1d")]());if(n[ir("0xc")](o)){const n=t[ir("0x1a")][ir("0x23")](r[ir("0x15")][ir("0x20")],0),s=o[ir("0x11")](r,n);e[ir("0x13")](s)}else o[ir("0x1")](o[ir("0x11")](a.end));a.detach(),n[ir("0x4")](ir("0x6"),{writer:o})}))})),t.editing.downcastDispatcher.on(ir("0x9"),hs(t,ir("0x12")),{priority:ir("0x3")}),t[ir("0x24")][ir("0x1b")].on(ir("0x10"),((t,e,n)=>{const o=n[ir("0x17")][ir("0x1c")](e[ir("0x16")]);if(o)for(const t of o)t[ir("0x21")](ir("0xa"))&&(n.mapper[ir("0xd")](t,e[ir("0x16")]),n[ir("0x19")].remove(t))}),{priority:ir("0x3")}),t[ir("0xe")][ir("0x1b")].on("addMarker:suggestion:insertion",((e,n,o)=>{o[ir("0x1f")][ir("0x14")]&&hs(t,ir("0x12"),{showActiveMarker:!1})[ir("0xb")](this)(e,n,o)}),{priority:ir("0x3")})}}const xr=["filter","plugins","createPositionAt","item","getRange","_isInDeletionRange","string","FindAndReplaceEditing","getIntersection","start","find","suggestion:deletion","editor","replaceAll","findByTextCallback","end","model","markers","has","handleFindCommand","bind","TrackChangesEditing","enableCommand","afterInit"];var cr,lr;cr=xr,lr=174,function(t){for(;--t;)cr.push(cr.shift())}(++lr);const ur=function(t,e){return xr[t-=0]};class dr extends t.Plugin{[ur("0x11")](){if(!this.editor[ur("0x13")][ur("0xc")](ur("0x1")))return;const t=this.editor.plugins.get(ur("0xf"));t[ur("0x10")](ur("0x4"),this[ur("0xd")][ur("0xe")](this)),t.enableCommand("findNext"),t[ur("0x10")]("findPrevious"),t[ur("0x10")]("replace"),t[ur("0x10")](ur("0x7"))}handleFindCommand(t,e,n={}){const o=this.editor[ur("0x13")].get("FindAndReplaceUtils");void 0!==n&&t((t=>(ur("0x0")==typeof e?o[ur("0x8")](e,n):e)(t)[ur("0x12")]((e=>!1===this[ur("0x17")](e,t[ur("0x15")])))),n)}[ur("0x17")](t,e){const n=this[ur("0x6")][ur("0xa")].createRange(this.editor.model[ur("0x14")](e,t[ur("0x3")]),this.editor[ur("0xa")][ur("0x14")](e,t[ur("0x9")]));for(const t of this[ur("0x6")][ur("0xa")][ur("0xb")].getMarkersGroup(ur("0x5")))if(null!==n[ur("0x2")](t[ur("0x16")]()))return!0;return!1}}const gr=["from","*Reset font color*","FontSizeEditing","*Reset font family*","fontSize.options","isCollapsed","*Reset font size*","has","toLowerCase","*Set font family:* %0","locale","model","fontBackgroundColor","selection","_enableCommand","find","fontColor","*Reset font background color*","format","TrackChangesEditing","editor","FontColorEditing","config","change","document","fontSize","normalizeSizeOptions","afterInit","markInlineFormat","commandName","FontFamilyEditing","registerDescriptionCallback","plugins","get","commandParams","title","value","trim","label","FontBackgroundColorEditing"];var mr,fr;mr=gr,fr=421,function(t){for(;--t;)mr.push(mr.shift())}(++fr);const hr=function(t,e){return gr[t-=0]},pr=[{pluginName:hr("0x15"),commandName:"fontSize"},{pluginName:hr("0x9"),commandName:"fontFamily"},{pluginName:hr("0x0"),commandName:"fontColor"},{pluginName:hr("0x12"),commandName:hr("0x1f")}];class br extends t.Plugin{[hr("0x6")](){const t=this.editor[hr("0x1d")];for(const{pluginName:t,commandName:e}of pr)this[hr("0x27")][hr("0xb")][hr("0x1a")](t)&&this._enableCommand(e);this[hr("0x27")][hr("0xb")][hr("0xc")]("TrackChangesEditing")._descriptionFactory[hr("0xa")]((e=>{const n=t.t,{data:o}=e;if(null!=o){if(hr("0x4")==o[hr("0x8")]){const e=o[hr("0xd")][0][hr("0xf")];if(e){const o=n(this[hr("0x27")][hr("0xb")][hr("0xc")]("FontSize")[hr("0x5")](this.editor[hr("0x1")].get(hr("0x17")))[hr("0x22")]((t=>t[hr("0x1e")]==e))[hr("0xe")])[hr("0x1b")]();return{type:hr("0x25"),content:Yo(t,"*Set font size:* %0",o)}}return{type:"format",content:Yo(t,hr("0x19"))}}if("fontFamily"==o[hr("0x8")]){const e=o[hr("0xd")][0][hr("0xf")];return e?{type:"format",content:Yo(t,hr("0x1c"),e)}:{type:hr("0x25"),content:Yo(t,hr("0x16"))}}if(hr("0x23")==o[hr("0x8")]){const e=o[hr("0xd")][0].value;if(e){const o=(0,s.normalizeColorOptions)(this[hr("0x27")][hr("0x1")][hr("0xc")]("fontColor.colors")).find((t=>t[hr("0x1e")]==e));let r=e,i="";return o&&(r=o.label,i=n(r)[hr("0x1b")]()),{type:hr("0x25"),content:Yo(t,"*Set font color:* %0",i).trim(),color:{value:e,title:i||r}}}return{type:hr("0x25"),content:Yo(t,hr("0x14"))}}if(hr("0x1f")==o[hr("0x8")]){const e=o[hr("0xd")][0][hr("0xf")];if(e){const o=(0,s.normalizeColorOptions)(this.editor[hr("0x1")][hr("0xc")]("fontBackgroundColor.colors"))[hr("0x22")]((t=>t[hr("0x1e")]==e));let r=e,i="";return o&&(r=o[hr("0x11")],i=n(r)[hr("0x1b")]()),{type:hr("0x25"),content:Yo(t,"*Set font background color:* %0",i)[hr("0x10")](),color:{value:e,title:i||r}}}return{type:"format",content:Yo(t,hr("0x24"))}}}}))}[hr("0x21")](t){const e=this[hr("0x27")];e[hr("0xb")][hr("0xc")](hr("0x26")).enableCommand(t,((n,o={})=>{const s=e[hr("0x1e")][hr("0x3")][hr("0x20")],r=o[hr("0xf")];s[hr("0x18")]?n(o):e[hr("0x1e")][hr("0x2")]((()=>{const n=Array[hr("0x13")](s.getRanges());for(const o of n){const n=r?[o]:ms(t,o,e[hr("0x1e")]);for(const o of n)e[hr("0xb")][hr("0xc")](hr("0x26"))[hr("0x7")](o,{commandName:t,commandParams:[{value:r}]})}}))}))}}const Er=["get","has","isObject","plugins","_descriptionFactory","value","selection","parent","model","match","registerDescriptionCallback","commandParams","name","checkChild","format","document","enableCommand","formatBlock","heading.options","commandName","change","editor","HeadingEditing","markBlockFormat","paragraph","heading","config","ELEMENT_HEADING","TrackChangesEditing","getSelectedBlocks","*Change to:* %0","locale"];var _r,Tr;_r=Er,Tr=231,function(t){for(;--t;)_r.push(_r.shift())}(++Tr);const Cr=function(t,e){return Er[t-=0]};class yr extends t.Plugin{afterInit(){const t=this[Cr("0xe")],e=t[Cr("0x18")],n=t[Cr("0x13")].get(Cr("0xb"));if(!t[Cr("0x1c")][Cr("0x1a")](Cr("0xf")))return;const o=t[Cr("0x1c")][Cr("0x19")](Cr("0x15"));o[Cr("0x9")]("heading",((e,n)=>{const s=n[Cr("0x1e")],r=Array.from(this[Cr("0xe")].model[Cr("0x8")][Cr("0x1f")][Cr("0x16")]()).filter((t=>{return e=t,n=s,(o=this[Cr("0xe")].model.schema)[Cr("0x6")](e[Cr("0x0")],n)&&!o[Cr("0x1b")](e)&&e[Cr("0x5")]!=n;var e,n,o}));t.model[Cr("0xd")]((()=>{for(const t of r)o[Cr("0x10")](t,{commandName:"heading",commandParams:[n],formatGroupId:"blockName"},fs(t))}))}));for(const t of n)Cr("0x11")!=t.model&&o[Cr("0x1d")].registerElementLabel(t[Cr("0x1")],(e=>{const n=kr(t[Cr("0x1")]);return null!==n?s(e,n):r(e,t.title)}));function s(t,n){return Yo(e,Cr("0x14"),[t,n])}function r(t,n){return Yo(e,"ELEMENT_HEADING_CUSTOM",[t,n])}o[Cr("0x1d")][Cr("0x3")]((t=>{const{type:o,data:i}=t;if(Cr("0xa")==o&&i&&Cr("0x12")==i[Cr("0xc")]){const t=i[Cr("0x4")][0][Cr("0x1e")],o=kr(t);if(null!==o)return{type:"format",content:Yo(e,Cr("0x17"),s(1,o))};const a=n.find((e=>e[Cr("0x1")]===t)).title;return{type:Cr("0x7"),content:Yo(e,Cr("0x17"),r(1,a))}}}))}}function kr(t){const e=t[Cr("0x2")](/^heading(\d+)$/);return e?e[1]:null}const Ar=["plugins","get","getRanges","selection","title","getLastMatchingPosition","locale","_descriptionFactory","document","markInlineFormat","isCollapsed","backward","color","item","FORMAT_HIGHLIGHT","push","createRange","HighlightEditing","afterInit","commandName","TrackChangesEditing","format","formatInline","*Remove highlight*","commandParams","registerDescriptionCallback","highlight","enableCommand","editor","getAttribute","model","value","toLowerCase","highlight.options"];var vr,Rr;vr=Ar,Rr=132,function(t){for(;--t;)vr.push(vr.shift())}(++Rr);const Sr=function(t,e){return Ar[t-=0]};class Ir extends t.Plugin{[Sr("0x16")](){const t=this[Sr("0x20")];if(!t[Sr("0x4")].has(Sr("0x15")))return;const e=t.plugins.get(Sr("0x18"));e[Sr("0x1f")](Sr("0x1e"),((n,o={})=>{const s=t[Sr("0x0")][Sr("0xc")][Sr("0x7")],r=s[Sr("0x21")]("highlight");let i=o[Sr("0x1")],a=[];if(s[Sr("0xe")]){const e=s.getFirstPosition();if(!s.hasAttribute(Sr("0x1e")))return void n(o);{const n=t=>t[Sr("0x11")][Sr("0x21")](Sr("0x1e"))===r,o=e[Sr("0x9")](n,{direction:Sr("0xf")}),s=e[Sr("0x9")](n);a=[t[Sr("0x0")][Sr("0x14")](o,s)],i==r&&(i=null)}}else for(const e of s[Sr("0x6")]())i?a[Sr("0x13")](e):a[Sr("0x13")](...ms("highlight",e,t[Sr("0x0")]));t[Sr("0x0")].change((()=>{for(const t of a)e[Sr("0xd")](t,{commandName:Sr("0x1e"),commandParams:[{value:i}]})}))}));const n=t[Sr("0xa")];e[Sr("0xb")][Sr("0x1d")]((e=>{const{type:o,data:s}=e;if(Sr("0x1a")==o&&s&&"highlight"==s[Sr("0x17")]){const e=n.t,o=s[Sr("0x1c")][0].value;if(o){const s=t.config[Sr("0x5")](Sr("0x3")).find((t=>t.model==o)),r=e(s[Sr("0x8")])[Sr("0x2")]();return{type:Sr("0x19"),content:Yo(n,"*Set highlight:* %0",r),color:{value:s[Sr("0x10")],title:s[Sr("0x8")]}}}return{type:Sr("0x19"),content:Yo(n,Sr("0x1b"),Yo(n,Sr("0x12")))}}}))}}const Lr=["createPositionAt","div","for","registerElementLabel","locale","showSuggestionHighlights","addClass","ck-horizontal-line","insert","_descriptionFactory","get","HorizontalLineEditing","conversion","afterInit","horizontalLine","elementToStructure","TrackChangesEditing","createEmptyElement","plugins"];var wr,Nr;wr=Lr,Nr=386,function(t){for(;--t;)wr.push(wr.shift())}(++Nr);const Mr=function(t,e){return Lr[t-=0]};class Or extends t.Plugin{[Mr("0x7")](){const t=this.editor;if(!t.plugins.has(Mr("0x5")))return;t[Mr("0xc")][Mr("0x4")](Mr("0xa")).enableCommand(Mr("0x8"));const e=t[Mr("0xc")][Mr("0x4")](Mr("0xa")),n=t[Mr("0x11")];e[Mr("0x3")][Mr("0x10")]("horizontalLine",(t=>Yo(n,"ELEMENT_HORIZONTAL_LINE",t))),t[Mr("0x6")][Mr("0xf")]("dataDowncast")[Mr("0x9")]({model:Mr("0x8"),view:(t,{writer:e,options:n})=>{if(!n[Mr("0x12")])return null;const o=e.createContainerElement(Mr("0xe")),s=e[Mr("0xb")]("hr");return e[Mr("0x0")](Mr("0x1"),o),e[Mr("0x2")](e[Mr("0xd")](o,0),s),o},converterPriority:"high"})}}const Fr=["format","editing","selection","change","markBlockFormat","*Change %0 content*","get","registerDescriptionCallback","getSelectedElement","ELEMENT_HTML_EMBED","_descriptionFactory","getAttribute","commandName","registerElementLabel","plugins","getCustomProperty","htmlEmbed","locale","TrackChangesEditing","view","has","value","enableCommand","rawHtml","afterInit"];var Pr,Dr;Pr=Fr,Dr=446,function(t){for(;--t;)Pr.push(Pr.shift())}(++Dr);const Br=function(t,e){return Fr[t-=0]};class jr extends t.Plugin{[Br("0x3")](){const t=this.editor;if(!t[Br("0x12")][Br("0x18")]("HtmlEmbed"))return;const e=t[Br("0x12")][Br("0xa")](Br("0x16")),n=t[Br("0x15")],o=t[Br("0x5")][Br("0x17")].document[Br("0x6")];e[Br("0xe")][Br("0x11")](Br("0x2"),(t=>Yo(n,Br("0xd"),t))),t.plugins.get(Br("0x16"))[Br("0x1")]("htmlEmbed",((n,s)=>{const r=t.model,i=r.document[Br("0x6")];r[Br("0x7")]((()=>{const t=function(t){const e=t[Br("0xc")]();return e&&e.is("element",Br("0x2"))?t[Br("0xc")]():null}(i);if(!t)return void n(null);const r=t[Br("0xf")](Br("0x0"))||"";void 0!==s&&s!==r&&(e[Br("0x8")](t,{commandName:Br("0x14"),commandParams:[s]}),o[Br("0xc")]()[Br("0x13")]("rawHtmlApi").cancel())}))})),e[Br("0xe")][Br("0xb")]((t=>{const{data:e}=t;if(e&&"htmlEmbed"==e[Br("0x10")]){const t=Yo(n,Br("0xd"));return{type:Br("0x4"),content:Yo(n,Br("0x9"),t)}}}))}}const Ur=["start","_splitMarkerName","_descriptionFactory","registerPostFixer","Users","value","refresh","toNext","Block image to inline image","backward","formatInline","change","fromPosition","end","*Remove image text alternative*","imageStyle","hasSuggestion","createRangeOn","commands","enableCommand","resizeImage","markInlineFormat","document","differ","insertion","discardSuggestion","getNearestSelectionRange","next","getAttribute","newRange","forEach","accept","convertInlineImageToBlock","FORMAT_SIDE_IMAGE","detach","ImageEditing","isBlockImage","createRange","markInsertion","markBlockFormat","getContainedElement","toggleImageCaption","*Reset image width*","element","imageTypeInline","deletion","Inline image to block image","registerElementLabel","name","from","subType","editor","_suggestionFactory","registerDescriptionCallback","join","previous","format","find","chain","commandParams","getClosestSelectedImageElement","*Format:* %0","author","width","model","getChangedMarkers","ImageUtils","isBefore","forward","locale","isInContent","title","*Set image text alternative:* %0","ImageBlockEditing","addObject","findIndex","imageTextAlternative","hasAttribute","formatBlock","*Set image width:* %0","imageStylePreApply","ImageCaptionUtils","getSuggestion","ImageStyleEditing","selection","registerCustomCallback","getSuggestionCallback","suggestion","getFirstRange","commandName","isOwn","plugins","imageTypeBlock","ImageInlineEditing","imageBlock","ELEMENT_INLINE_IMAGE","type","commandReversedParams","ELEMENT_CAPTION","getSuggestions","imageStylePostApply","imageInline","get","convertBlockImageToInline","schema","_findSuggestions","isEqual","caption","isIntersecting","imageCaption","shouldConvertImageType","toPrevious","ImageCaptionEditing","getCaptionFromImageModelElement","side","has","isInlineImage","isCollapsed","filter","discard","length","uploadImage"];var Gr,Hr;Gr=Ur,Hr=472,function(t){for(;--t;)Gr.push(Gr.shift())}(++Hr);const Wr=function(t,e){return Ur[t-=0]};class Vr extends t.Plugin{afterInit(){const t=this[Wr("0x43")];if(!t.plugins.has(Wr("0x33")))return;const n=t[Wr("0x6b")][Wr("0x76")]("TrackChangesEditing"),o=t.plugins[Wr("0x76")](Wr("0x52")),s={},r=t[Wr("0x55")];if(n[Wr("0x23")]("insertImage"),n[Wr("0x12")].registerElementLabel(Wr("0x6e"),(t=>Yo(r,"ELEMENT_IMAGE",t))),n[Wr("0x12")].registerElementLabel(Wr("0x75"),(t=>Yo(r,Wr("0x6f"),t))),n[Wr("0x12")][Wr("0x3f")](Wr("0x1"),(()=>Yo(r,Wr("0x72")))),t[Wr("0x6b")][Wr("0x9")]("ImageUploadEditing")&&n[Wr("0x23")](Wr("0xf")),t[Wr("0x6b")][Wr("0x9")](Wr("0x59"))&&t.plugins[Wr("0x9")](Wr("0x6d"))&&(n[Wr("0x23")](Wr("0x3c"),((e,s)=>{const r=o[Wr("0x4c")](t[Wr("0x50")].document[Wr("0x64")]);t.model[Wr("0x1b")]((()=>{n[Wr("0x37")](r,{commandName:Wr("0x3c"),commandParams:[s]},[],Wr("0x77"))}))})),n[Wr("0x23")](Wr("0x6c"),((e,s)=>{t[Wr("0x50")][Wr("0x1b")]((r=>{let a=o[Wr("0x4c")](t[Wr("0x50")].document[Wr("0x64")]),x=r[Wr("0x21")](a);const c=i.LivePosition[Wr("0x1c")](x[Wr("0x10")],Wr("0x5")),l=i.LivePosition.fromPosition(x.end,Wr("0x17"));n.forceDefaultExecution((()=>e(s))),a=o[Wr("0x4c")](t[Wr("0x50")][Wr("0x26")][Wr("0x64")]),x=r[Wr("0x21")](a);const u=r.createRange(c,l);c[Wr("0x32")](),l[Wr("0x32")](),n[Wr("0x37")](a,{commandName:Wr("0x3c"),commandParams:[]},[],Wr("0x30")),u[Wr("0x10")][Wr("0x53")](x[Wr("0x10")])&&n[Wr("0x36")](r.createRange(u[Wr("0x10")],x[Wr("0x10")]),"convertInlineImageToBlock"),x[Wr("0x1d")][Wr("0x53")](u[Wr("0x1d")])&&n[Wr("0x36")](r[Wr("0x35")](x[Wr("0x1d")],u[Wr("0x1d")]),Wr("0x30"))}))})),n[Wr("0x44")][Wr("0x65")](Wr("0x5e"),"convertInlineImageToBlock","join",(()=>{})),n[Wr("0x44")][Wr("0x65")](Wr("0x5e"),Wr("0x30"),Wr("0x2f"),(()=>{})),n[Wr("0x44")][Wr("0x65")](Wr("0x5e"),Wr("0x30"),"discard",n[Wr("0x44")].getSuggestionCallback(Wr("0x5e"),"","accept")),n[Wr("0x44")][Wr("0x65")]("insertion",Wr("0x30"),"join",(()=>{})),n._suggestionFactory[Wr("0x65")](Wr("0x28"),Wr("0x30"),Wr("0xd"),(([e])=>{const o=n[Wr("0x44")][Wr("0x66")]("insertion","","discard");let s=e.start,r=e[Wr("0x1d")];const i=t[Wr("0x50")][Wr("0x78")].getNearestSelectionRange(s,Wr("0x19")),a=t.model[Wr("0x78")][Wr("0x2a")](r,Wr("0x54"));i[Wr("0xb")]&&(s=i.start),a.isCollapsed&&(r=a[Wr("0x1d")]),o([t[Wr("0x50")][Wr("0x35")](s,r)])})),n[Wr("0x44")].registerCustomCallback(Wr("0x5e"),Wr("0x30"),"chain",c),n[Wr("0x44")][Wr("0x65")](Wr("0x28"),"convertInlineImageToBlock","chain",c)),t.plugins[Wr("0x9")](Wr("0x6"))&&(n[Wr("0x23")](Wr("0x39"),((e,s)=>{const r=t[Wr("0x6b")][Wr("0x76")](Wr("0x61"));let i=o[Wr("0x4c")](t.model.document.selection),a=r[Wr("0x7")](i);t[Wr("0x50")].change((()=>{if(a)return void n.markDeletion(t[Wr("0x50")][Wr("0x21")](a));const x=o[Wr("0x34")](i);e(s),i=o[Wr("0x4c")](t[Wr("0x50")][Wr("0x26")][Wr("0x64")]),a=r.getCaptionFromImageModelElement(i),n.markInsertion(t[Wr("0x50")][Wr("0x21")](a),x?null:Wr("0x3"))}))})),n[Wr("0x44")].registerCustomCallback(Wr("0x28"),Wr("0x3"),Wr("0x4a"),c)),t[Wr("0x6b")][Wr("0x9")](Wr("0x63"))){n.enableCommand("imageStyle",((s,r)=>{const i=t.plugins[Wr("0x76")](Wr("0x14")).me,a=t[Wr("0x22")][Wr("0x76")](Wr("0x1f"));let x=o[Wr("0x4c")](t.model[Wr("0x26")][Wr("0x64")]),c=t[Wr("0x50")][Wr("0x21")](x),l=a.value;if(l==r[Wr("0x15")])return;const u={commandName:Wr("0x1f"),commandParams:[r],formatGroupId:(0,e.uid)()};t[Wr("0x50")][Wr("0x1b")]((()=>{if(n[Wr("0x73")]()[Wr("0xc")]((t=>t[Wr("0x56")]&&i==t[Wr("0x4e")]&&("formatBlock"==t.type||Wr("0x1a")==t.type)&&("imageStylePreApply"==t[Wr("0x42")]||Wr("0x74")==t[Wr("0x42")])&&t[Wr("0x68")]()[Wr("0x0")](c)))[Wr("0x2e")]((t=>n[Wr("0x29")](t.head))),x=o.getClosestSelectedImageElement(t[Wr("0x50")][Wr("0x26")][Wr("0x64")]),c=t.model[Wr("0x21")](x),a[Wr("0x16")](),t[Wr("0x22")][Wr("0x76")](Wr("0x3c")).refresh(),t.commands[Wr("0x76")]("imageTypeBlock")[Wr("0x16")](),l=a.value,l!=r.value)return o[Wr("0xa")](x)&&a[Wr("0x4")](r[Wr("0x15")],x)?(s(r),x=o[Wr("0x4c")](t[Wr("0x50")][Wr("0x26")].selection),void n.markBlockFormat(x,{...u,commandReversedParams:[{value:l||null}]},[],Wr("0x60"))):void(o.isBlockImage(x)?n[Wr("0x37")](x,u,[],"imageStylePostApply"):n[Wr("0x25")](c,u,Wr("0x74")))}))}));for(const e of t[Wr("0x6b")][Wr("0x76")](Wr("0x63")).normalizedStyles)s[e[Wr("0x40")]]=e[Wr("0x57")].toLowerCase();n._suggestionFactory[Wr("0x65")](Wr("0x5e"),Wr("0x60"),Wr("0x46"),(()=>{})),n[Wr("0x44")][Wr("0x65")]("formatBlock",Wr("0x74"),Wr("0x46"),(()=>{})),n[Wr("0x44")][Wr("0x65")](Wr("0x1a"),Wr("0x74"),"join",(()=>{})),n[Wr("0x44")][Wr("0x65")](Wr("0x5e"),Wr("0x60"),Wr("0x2f"),(()=>{})),n[Wr("0x44")][Wr("0x65")](Wr("0x5e"),Wr("0x60"),Wr("0xd"),((t,e)=>{n[Wr("0x44")].getSuggestionCallback("formatBlock","",Wr("0x2f"))(t,{commandName:e[Wr("0x69")],commandParams:e[Wr("0x71")]})})),n._suggestionFactory[Wr("0x65")](Wr("0x5e"),Wr("0x60"),Wr("0x4a"),c)}const a=[{type:Wr("0x5e"),subType:Wr("0x60")},{type:Wr("0x28"),subType:Wr("0x3")},{type:Wr("0x5e"),subType:Wr("0x30")},{type:Wr("0x28"),subType:Wr("0x30")}];function x(t,e){const s=a[Wr("0x5b")]((({type:e,subType:n})=>t[Wr("0x70")]==e&&t[Wr("0x42")]==n)),r=a.findIndex((({type:t,subType:n})=>e[Wr("0x70")]==t&&e[Wr("0x42")]==n));if(s<0||r<0)return!1;const i=t[Wr("0x68")](),x=e[Wr("0x68")]();if((0==s||1==s)&&2==r&&i[Wr("0x2")](x))return!0;if(2==s&&3==r){const t=n[Wr("0x79")](i,Wr("0x28"))[Wr("0xc")]((({suggestion:t,meta:e})=>e[Wr("0x6a")]&&Wr("0x30")==t[Wr("0x42")]));if(t[Wr("0xe")]>1&&x[Wr("0x1d")][Wr("0x0")](i.start))return!0;if(1==t.length&&(i[Wr("0x10")][Wr("0x0")](x[Wr("0x1d")])||i[Wr("0x1d")][Wr("0x0")](x[Wr("0x10")])))return!0}if(3==s&&3==r&&i[Wr("0x10")][Wr("0x53")](x[Wr("0x10")])){const t=i[Wr("0x1d")].nodeAfter,e=x[Wr("0x10")].nodeBefore;return o[Wr("0x34")](t)&&t===e}return!1}function c(t,e){return x(t,e)?[t,e]:x(e,t)?[e,t]:null}t[Wr("0x50")].document[Wr("0x13")]((()=>{let e=!1;const s=Array[Wr("0x41")](t[Wr("0x50")][Wr("0x26")][Wr("0x27")][Wr("0x51")]());for(const{name:t,data:r}of s){const{group:s,type:i,subType:a,id:x}=n[Wr("0x11")](t);if(Wr("0x67")==s&&n[Wr("0x20")](x)){if("formatBlock"==i&&(Wr("0x60")==a||"imageStylePostApply"==a)){const t=n.getSuggestion(x);if(r[Wr("0x2d")]){const s=t[Wr("0x68")]().getContainedElement();if(o.isBlockImage(s))continue;n[Wr("0x29")](t),e=!0}}if(Wr("0x28")==i&&Wr("0x3")==a&&!r[Wr("0x2d")]){const t=n[Wr("0x62")](x);t[Wr("0x2b")]&&t[Wr("0x2b")][Wr("0x56")]&&(n[Wr("0x29")](t[Wr("0x2b")]),e=!0)}}}return e})),t[Wr("0x6b")].has("ImageResize")&&n[Wr("0x23")](Wr("0x24"),((e,s)=>{const r=o.getClosestSelectedImageElement(t[Wr("0x50")][Wr("0x26")][Wr("0x64")]);r.getAttribute(Wr("0x4f"))!=s.width&&t[Wr("0x50")][Wr("0x1b")]((()=>{n[Wr("0x37")](r,{commandName:Wr("0x24"),commandParams:[s]})}))})),t[Wr("0x6b")].has("ImageTextAlternativeEditing")&&n.enableCommand(Wr("0x5c"),((e,s)=>{const r=o[Wr("0x4c")](t[Wr("0x50")][Wr("0x26")][Wr("0x64")]);(r[Wr("0x5d")]("alt")?r[Wr("0x2c")]("alt"):"")!=s.newValue&&t.model.change((()=>{n[Wr("0x37")](r,{commandName:Wr("0x5c"),commandParams:[s]})}))})),n._descriptionFactory.registerDescriptionCallback((t=>{if(a[Wr("0x49")]((({type:e,subType:n})=>t[Wr("0x70")]==e&&t[Wr("0x42")]==n)))return t[Wr("0x47")]?{}:void 0})),n[Wr("0x12")][Wr("0x45")]((t=>{if(Wr("0x28")==t[Wr("0x70")]||Wr("0x3d")==t[Wr("0x70")]){const e=t[Wr("0x38")]();if(e&&e.is(Wr("0x3b"),Wr("0x1")))return{type:Wr("0x28")==t[Wr("0x70")]?Wr("0x5a"):"removeObject",element:e,quantity:1}}})),n[Wr("0x12")][Wr("0x45")]((t=>Wr("0x5e")==t[Wr("0x70")]&&Wr("0x30")==t[Wr("0x42")]?{type:"format",content:Wr("0x3e")}:Wr("0x5e")==t.type&&Wr("0x77")==t[Wr("0x42")]?{type:Wr("0x48"),content:Wr("0x18")}:void 0)),n._descriptionFactory[Wr("0x45")]((t=>{const{data:e}=t;if(e){if(Wr("0x1f")==e[Wr("0x69")]){const t=e[Wr("0x4b")][0][Wr("0x15")];return n=Wr("0x8")===t?Yo(r,Wr("0x31")):s[t]||t,{type:Wr("0x48"),content:Yo(r,Wr("0x4d"),n)}}if("imageTextAlternative"==e.commandName){const t=e[Wr("0x4b")][0].newValue;return t?{type:"format",content:Yo(r,Wr("0x58"),'"'+t+'"')}:{type:Wr("0x48"),content:Yo(r,Wr("0x1e"))}}if(Wr("0x24")==e[Wr("0x69")]){const t=e.commandParams[0][Wr("0x4f")];return t?{type:Wr("0x48"),content:Yo(r,Wr("0x5f"),t)}:{type:"format",content:Yo(r,Wr("0x3a"))}}}var n}))}}const zr=["discard","replaceImageSource","registerDescriptionCallback","handleReplaceImageCommand","editor","enableCommand","accept","handleSuggestionDescription","format","afterInit","*Format:* replace image URL","getAttribute","subType","formatBlock","Users","registerCustomCallback","document","plugins","getSuggestionCallback","source","has","getSuggestions","get","commandParams","TrackChangesEditing","selection","src","getContainedElement","data","markBlockFormat","_descriptionFactory","ImageEditing","locale","_suggestionFactory","model","getSelectedElement"];var Kr,qr;Kr=zr,qr=216,function(t){for(;--t;)Kr.push(Kr.shift())}(++qr);const Xr=function(t,e){return zr[t-=0]};class $r extends t.Plugin{[Xr("0x9")](){if(!this.editor[Xr("0x11")][Xr("0x14")](Xr("0x1f")))return;const t=this.editor[Xr("0x11")][Xr("0x16")](Xr("0x18"));t[Xr("0x5")](Xr("0x1"),((t,e)=>this.handleReplaceImageCommand(t,e))),t[Xr("0x21")][Xr("0xf")]("formatBlock","replaceImageSource",Xr("0x6"),t._suggestionFactory.getSuggestionCallback(Xr("0xd"),null,"discard")),t[Xr("0x21")][Xr("0xf")](Xr("0xd"),Xr("0x1"),"discard",t[Xr("0x21")][Xr("0x12")]("formatBlock",null,Xr("0x6"))),t[Xr("0x1e")][Xr("0x2")]((t=>this[Xr("0x7")](t)))}[Xr("0x3")](t,e){const n=this[Xr("0x4")].plugins[Xr("0x16")](Xr("0x18")),o=this[Xr("0x4")][Xr("0x22")][Xr("0x10")][Xr("0x19")][Xr("0x23")]();this.editor[Xr("0x22")].change((()=>{let s=o[Xr("0xb")](Xr("0x1a"));const r=this.editor[Xr("0x11")][Xr("0x16")](Xr("0xe")).me;for(const t of n[Xr("0x15")]({skipNotAttached:!0})){const e=t[Xr("0x1b")]();if(Xr("0x1")===t[Xr("0xc")]&&e===o){t.author!==r&&t[Xr("0x0")](),s=t[Xr("0x1c")][Xr("0x17")][0][Xr("0x13")];break}}t(e),n[Xr("0x1d")](o,{commandName:"replaceImageSource",commandParams:[{source:s}]},[],"replaceImageSource")}))}handleSuggestionDescription(t){const{data:e}=t;if(e&&"replaceImageSource"===e.commandName){const t=Xr("0xa");return{type:Xr("0x8"),content:Yo(this[Xr("0x4")][Xr("0x20")],t)}}}}const Jr=["TrackChangesEditing","importWord","enableCommand","Users","_handleImportedData","editor","_setSuggestionData","dataInsert","value","high","get","collaboration_features","execute","listenTo","track_changes","afterInit","_trackChangesValueDuringImport","_trackChangesExecuted","plugins","commands","trackChanges"];var Qr,Zr;Qr=Jr,Zr=399,function(t){for(;--t;)Qr.push(Qr.shift())}(++Zr);const Yr=function(t,e){return Jr[t-=0]};class ti extends t.Plugin{constructor(t){super(t),this[Yr("0x10")]=!1,this._trackChangesExecuted=!1}[Yr("0xf")](){const t=this[Yr("0x5")],e=t[Yr("0x13")][Yr("0xa")](Yr("0x1")),n=t[Yr("0x13")][Yr("0xa")](Yr("0x14"));e&&(e.on(Yr("0xc"),((t,[,e])=>{this[Yr("0x10")]=n[Yr("0x8")],e[Yr("0xb")][Yr("0xe")]=!this[Yr("0x10")]}),{priority:Yr("0x9")}),this[Yr("0xd")](e,Yr("0x7"),this[Yr("0x4")].bind(this)),this[Yr("0xd")](e,"dataInsert",(()=>{this[Yr("0x11")]&&(n[Yr("0xc")](),this[Yr("0x11")]=!1)}),{priority:"lowest"}),t[Yr("0x12")][Yr("0xa")]("TrackChangesEditing")[Yr("0x2")](Yr("0x1")))}[Yr("0x4")](t,e){const{suggestions:n}=e,o=this[Yr("0x5")][Yr("0x13")][Yr("0xa")]("trackChanges"),s=o[Yr("0x8")];this._trackChangesValueDuringImport!==s&&(o[Yr("0xc")](),this._trackChangesExecuted=!0),n&&n.forEach((({id:t,type:e,author:n,created_at:o})=>{const s={id:t,type:e,authorId:this[Yr("0x5")].plugins[Yr("0xa")](Yr("0x3")).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:n,createdAt:o?new Date(o):new Date,source:Yr("0x1")}}};this[Yr("0x5")][Yr("0x12")][Yr("0xa")](Yr("0x0"))[Yr("0x6")](s)}))}}const ei=["indent","getItems","plugins","afterInit","registerDescriptionCallback","getSelectedBlocks","document","checkAttribute","has","model","selection","_descriptionFactory","editor","IndentBlock","outdent","blockIndent","from","indentBlock","enableCommand","change","schema","TrackChangesEditing","getItemLabel","outdentBlock","commandName","IndentEditing"];var ni,oi;ni=ei,oi=163,function(t){for(;--t;)ni.push(ni.shift())}(++oi);const si=function(t,e){return ei[t-=0]};class ri extends t.Plugin{[si("0x16")](){const t=this[si("0x5")],e=t[si("0x15")].get(si("0xe"));t[si("0x15")][si("0x1")](si("0x12"))&&(e[si("0xb")](si("0x13")),e.enableCommand(si("0x7")));const n=t.locale;if(t[si("0x15")][si("0x1")](si("0x6"))){for(const n of[si("0xa"),si("0x10")])e[si("0xb")](n,(()=>{const o=Array[si("0x9")](this[si("0x5")][si("0x2")][si("0x19")][si("0x3")][si("0x18")]()).filter((t=>this.editor[si("0x2")][si("0xd")][si("0x0")](t,si("0x8"))));t[si("0x2")][si("0xc")]((()=>{for(const t of o)e.markBlockFormat(t,{commandName:n,commandParams:[{value:""}],formatGroupId:si("0xa")})}))}));e[si("0x4")][si("0x17")]((t=>{const{data:o}=t;if(!o)return;if(si("0xa")!=o.commandName&&si("0x10")!=o.commandName)return;const s=t[si("0x14")]()[0],r=e[si("0x4")][si("0xf")](s);return si("0xa")==o[si("0x11")]?{type:"format",content:Yo(n,"*Indent:* %0",r)}:si("0x10")==o[si("0x11")]?{type:"format",content:Yo(n,"*Outdent:* %0",r)}:void 0}))}}}var ii,ai,xi=["editor","requires","plugins","init","input","TrackChangesEditing"];ii=xi,ai=115,function(t){for(;--t;)ii.push(ii.shift())}(++ai);var ci=function(t,e){return xi[t-=0]};class li extends t.Plugin{static get[ci("0x0")](){return[zs.Input]}[ci("0x2")](){this[ci("0x5")][ci("0x1")].get(ci("0x4")).enableCommand(ci("0x3"))}}const ui=["editor","commandParams","*Remove link*","_descriptionFactory","getFirstRange","isCollapsed","commandName","get","link","getAttribute","selection","getRanges","document","format","getFirstPosition","enableCommand","markInlineFormat","LinkEditing","afterInit","linkHref","hasAttribute","unlink","plugins","TrackChangesEditing","locale","has","registerDescriptionCallback","change","model"];var di,gi;di=ui,gi=190,function(t){for(;--t;)di.push(di.shift())}(++gi);const mi=function(t,e){return ui[t-=0]};class fi extends t.Plugin{[mi("0x2")](){const t=this[mi("0xd")];if(!t[mi("0x6")][mi("0x9")](mi("0x1")))return;const e=t[mi("0x6")][mi("0x14")](mi("0x7"));e.enableCommand(mi("0x15"),((n,o)=>{const s=t[mi("0xc")][mi("0x19")].selection;let r=[];if(s[mi("0x12")]){if(!s[mi("0x4")](mi("0x3")))return void n(o);{const e=(0,zs.findAttributeRange)(s[mi("0x1b")](),"linkHref",s[mi("0x16")](mi("0x3")),t[mi("0xc")]);r=[e]}}else r=Array.from(s[mi("0x18")]());t[mi("0xc")][mi("0xb")]((()=>{for(const t of r)e[mi("0x0")](t,{commandName:mi("0x15"),commandParams:[o]})}))})),e[mi("0x1c")](mi("0x5"),(()=>{const n=this[mi("0xd")].model,o=n[mi("0x19")][mi("0x17")];n[mi("0xb")]((()=>{let n=[];n=o[mi("0x12")]?[(0,zs.findAttributeRange)(o[mi("0x1b")](),"linkHref",o[mi("0x16")](mi("0x3")),t[mi("0xc")])]:ms("linkHref",o[mi("0x11")](),t[mi("0xc")]);for(const t of n)e[mi("0x0")](t,{commandName:mi("0x5"),commandParams:[]})}))})),e[mi("0x10")][mi("0xa")]((e=>{const{data:n}=e,o=t[mi("0x8")];if(n){if(mi("0x15")==n.commandName){return{type:"format",content:Yo(o,"*Set link:* %0",'"'+n[mi("0xe")][0]+'"')}}return mi("0x5")==n[mi("0x13")]?{type:mi("0x1a"),content:Yo(o,mi("0xf"))}:void 0}}))}}const hi=["bulletedList","*Change to:* %0","listIndent","List","forceValue","name","todoList","_descriptionFactory","enableCommand","ListEditing","paragraph","selection","before","getAttribute","*Check item*","execute","plugins","listItem","ELEMENT_TODO_LIST","value","TrackChangesEditing","createRange","locale","numberedList","*Outdent:* %0","element","outdentList","get","checkTodoList","commands","nextSibling","blockName","ELEMENT_BULLETED_LIST","checkChild","previousSibling","from","parent","editor","end","todo","createPositionAt","registerElementLabel","registerDescriptionCallback","filter","add","afterInit","_selectedElements","format","slice","*Uncheck item*","isObject","push","bulleted","commandName","indentList","ELEMENT_LIST_ITEM","model","getSelectedBlocks","document","schema","markBlockFormat","replace","change","findIndex","has"];var pi,bi;pi=hi,bi=213,function(t){for(;--t;)pi.push(pi.shift())}(++bi);const Ei=function(t,e){return hi[t-=0]};class _i extends t.Plugin{[Ei("0x1b")](){const t=this[Ei("0x13")],e=t[Ei("0x4")];if(!t[Ei("0x3f")][Ei("0x2e")](Ei("0x38")))return;const n=t[Ei("0x3f")].get(Ei("0x2")),o=t[Ei("0x3f")].has("TodoListEditing");function s(e){return()=>{const o=t[Ei("0x26")][Ei("0x28")][Ei("0x3a")],s=t[Ei("0xb")].get(e);if(s[Ei("0x1")])return void t[Ei("0x3e")](Ei("0x39"),{});const r=e[Ei("0x1e")](0,-4),i=function(t,e,n){let o=Array[Ei("0x11")](t)[Ei("0x19")]((t=>{return e=t,(o=n)[Ei("0xf")](e[Ei("0x12")],Ei("0x40"))&&!o[Ei("0x20")](e);var e,o}));o=o.filter((t=>!t.is(Ei("0x7"),Ei("0x40"))||t[Ei("0x3c")]("listType")!=e));const s=new Set;for(const t of o)t.is("element","listItem")?s[Ei("0x1a")](Ti(t)):s[Ei("0x1a")](t);return Array[Ei("0x11")](s)}(o[Ei("0x27")](),r,t.model[Ei("0x29")]);t[Ei("0x26")][Ei("0x2c")]((()=>{for(const t of i)n.markBlockFormat(t,{commandName:e,commandParams:[{forceValue:!s[Ei("0x1")]}],formatGroupId:Ei("0xd")},Ci(t))}))}}function r(e){return()=>{const o=function(t){let e=Array[Ei("0x11")](t);const n=e[Ei("0x2d")]((t=>Ei("0x40")!=t[Ei("0x34")]));return n>-1&&(e=e[Ei("0x1e")](0,n)),e}(t[Ei("0x26")][Ei("0x28")][Ei("0x3a")][Ei("0x27")]()),s=t[Ei("0x26")][Ei("0x3")](t[Ei("0x26")][Ei("0x16")](o[0],Ei("0x3b")),t.model[Ei("0x16")](o[o.length-1],Ei("0x14")));t[Ei("0x26")][Ei("0x2c")]((()=>{n[Ei("0x2a")](s,{commandName:e,commandParams:[],formatGroupId:"listIndent"},function(t){const e=new Set;for(const n of t){let t=n[Ei("0xc")];for(;t&&t[Ei("0x3c")]("listIndent")>n[Ei("0x3c")](Ei("0x31"));)e.add(t),t=t[Ei("0xc")]}return Array.from(e)}(o))}))}}n[Ei("0x37")]("numberedList",s(Ei("0x5"))),n[Ei("0x37")]("bulletedList",s("bulletedList")),o&&n.enableCommand(Ei("0x35"),s(Ei("0x35"))),n[Ei("0x37")]("indentList",r(Ei("0x24"))),n[Ei("0x37")](Ei("0x8"),r(Ei("0x8"))),o&&n[Ei("0x37")](Ei("0xa"),(()=>{const e=t[Ei("0xb")][Ei("0x9")]("checkTodoList"),o=Array[Ei("0x11")](e[Ei("0x1c")]);o[Ei("0x19")]((t=>t[Ei("0x3c")]("todoListChecked")!=e[Ei("0x1")])),t[Ei("0x26")][Ei("0x2c")]((()=>{for(const t of o)n[Ei("0x2a")](t,{commandName:Ei("0xa"),commandParams:[{forceValue:!e[Ei("0x1")]}]})}))})),n[Ei("0x36")][Ei("0x17")](Ei("0x40"),(t=>Yo(e,Ei("0x25"),t))),n[Ei("0x36")][Ei("0x18")]((t=>{const{data:n}=t;if(n){if(Ei("0x5")==n[Ei("0x23")]||Ei("0x2f")==n[Ei("0x23")]||"todoList"==n[Ei("0x23")])switch(n[Ei("0x23")][Ei("0x2b")](Ei("0x32"),"")){case Ei("0x22"):return o(Yo(e,Ei("0xe")));case"numbered":return o(Yo(e,"ELEMENT_NUMBERED_LIST"));case Ei("0x15"):return o(Yo(e,Ei("0x0")))}if(Ei("0x24")==n[Ei("0x23")])return{type:"format",content:Yo(e,"*Indent:* %0",Yo(e,Ei("0x25")))};if(Ei("0x8")==n[Ei("0x23")])return{type:Ei("0x1d"),content:Yo(e,Ei("0x6"),Yo(e,Ei("0x25")))};if(Ei("0xa")==n.commandName)return n.commandParams[0][Ei("0x33")]?{type:"format",content:Yo(e,Ei("0x3d"))}:{type:Ei("0x1d"),content:Yo(e,Ei("0x1f"))}}function o(t){return{type:Ei("0x1d"),content:Yo(e,Ei("0x30"),t)}}}))}}function Ti(t){const e=t[Ei("0x3c")]("listIndent");if(0==e)return t;let n=t;for(;t.previousSibling&&t.previousSibling.is(Ei("0x7"),Ei("0x40"));){const o=t[Ei("0x10")][Ei("0x3c")](Ei("0x31"));if(o==e)n=t[Ei("0x10")];else if(o<e)break;t=t[Ei("0x10")]}return n}function Ci(t){const e=[];if(t.is(Ei("0x7"),Ei("0x40"))&&t[Ei("0x3c")](Ei("0x31"))>0){let n=t[Ei("0xc")];for(;n&&Ei("0x40")==n[Ei("0x34")]&&n[Ei("0x3c")](Ei("0x31"))==t[Ei("0x3c")](Ei("0x31"));)e[Ei("0x21")](n),n=n[Ei("0xc")]}return e}const yi=["forward","ListPropertiesEditing","listReversed","toUpperCase","getSiblingNodes","getFirstPosition","from","unshift","get","enableCommand","format","TrackChangesEditing","_getSuggestionBlocks","model","numbered","flat","handleListStartCommand","listStart","getAttribute","push","change","replace","listItem","list.properties","markMultiRangeBlockFormat","startIndex","registerDescriptionCallback","commandParams","bind","commandName","reversed","listType","backward","has","filter","*Format:* set start index to %0","ListUtils","length","_LIST_","getSelectedBlocks","locale","_getTranslationKeyForListStyle","config","createRange","_getSuggestionBlocksForListStyle","document","createPositionAt","handleListStyleCommand","plugins","ELEMENT_","before","element","afterInit","parent","listStyle","map","getListTypeFromListStyleType","type","selection","*Format:* set order to reversed","editor","handleListReversedCommand"];var ki,Ai;ki=yi,Ai=164,function(t){for(;--t;)ki.push(ki.shift())}(++Ai);const vi=function(t,e){return yi[t-=0]};class Ri extends t.Plugin{[vi("0xc")](){if(!this.editor.plugins[vi("0x37")](vi("0x17")))return;const t=this[vi("0x14")][vi("0x2")][vi("0x1e")](vi("0x2d")),e=this[vi("0x14")][vi("0x8")].get("TrackChangesEditing");t.styles&&e.enableCommand(vi("0xe"),this[vi("0x7")][vi("0x32")](this)),t.reversed&&e[vi("0x1f")](vi("0x18"),this.handleListReversedCommand[vi("0x32")](this)),t[vi("0x2f")]&&e[vi("0x1f")](vi("0x27"),this.handleListStartCommand.bind(this)),e._descriptionFactory[vi("0x30")](this.handleDescriptions.bind(this))}[vi("0x7")](t,e={}){const n=this[vi("0x14")][vi("0x8")][vi("0x1e")]("TrackChangesEditing"),o=this[vi("0x4")]();this[vi("0x14")][vi("0x23")][vi("0x2a")]((()=>{n[vi("0x2e")](o,{commandName:vi("0xe"),commandParams:[{type:e[vi("0x11")]}],formatGroupId:vi("0xe")})}))}[vi("0x15")](t,e={}){const n=this.editor.plugins[vi("0x1e")]("TrackChangesEditing"),o=this[vi("0x22")]((t=>t.is(vi("0xb"),vi("0x2c"))&&vi("0x24")===t.getAttribute(vi("0x35"))));if(o[vi("0x3b")]<1)return;const s=o[vi("0xf")]((t=>this[vi("0x14")][vi("0x23")][vi("0x3")](this.editor.model.createPositionAt(t,vi("0xa")),this[vi("0x14")][vi("0x23")][vi("0x6")](t,0))));this.editor.model[vi("0x2a")]((()=>{n[vi("0x2e")](s,{commandName:vi("0x18"),commandParams:[{reversed:e[vi("0x34")]}],formatGroupId:vi("0x18")})}))}[vi("0x26")](t,e={}){const n=this.editor[vi("0x8")][vi("0x1e")](vi("0x21")),o=this[vi("0x22")]((t=>t.is(vi("0xb"),vi("0x2c"))&&vi("0x24")===t[vi("0x28")](vi("0x35"))));if(o[vi("0x3b")]<1)return;const s=o[vi("0xf")]((t=>this[vi("0x14")].model.createRange(this.editor[vi("0x23")][vi("0x6")](t,vi("0xa")),this[vi("0x14")][vi("0x23")].createPositionAt(t,0))));this[vi("0x14")][vi("0x23")][vi("0x2a")]((()=>{n.markMultiRangeBlockFormat(s,{commandName:vi("0x27"),commandParams:[{startIndex:e[vi("0x2f")]}],formatGroupId:vi("0x27")})}))}handleDescriptions(t){const e=this.editor[vi("0x0")],{data:n}=t;if(!n)return;let o,s;switch(n[vi("0x33")]){case"listStyle":o="*Change to:* %0",s={type:vi("0x20"),content:Yo(e,o,Yo(e,this[vi("0x1")](n[vi("0x31")][0][vi("0x11")])))};break;case"listReversed":o=n[vi("0x31")][0][vi("0x34")]?vi("0x13"):"*Format:* set order to regular",s={type:vi("0x20"),content:Yo(e,o)};break;case"listStart":o=vi("0x39"),s={type:vi("0x20"),content:Yo(e,o,n.commandParams[0][vi("0x2f")])}}return s}_getSuggestionBlocksForListStyle(){var t,e,n,o;const s=this[vi("0x14")][vi("0x8")][vi("0x1e")]("ListUtils");let r=Array[vi("0x1c")](this[vi("0x14")].model.document[vi("0x12")][vi("0x3d")]());return(null===(t=r[0])||void 0===t?void 0:t.is(vi("0xb"),vi("0x2c")))&&r[vi("0x1d")](...s.getSiblingNodes(this.editor[vi("0x23")][vi("0x5")][vi("0x12")][vi("0x1b")](),vi("0x36"))),(null===(e=r[r[vi("0x3b")]-1])||void 0===e?void 0:e.is("element",vi("0x2c")))&&r[vi("0x29")](...s[vi("0x1a")](this.editor[vi("0x23")].document[vi("0x12")].getLastPosition(),vi("0x16"))),r=[...new Set(r)],(null===(o=null===(n=this[vi("0x14")][vi("0x23")].document[vi("0x12")][vi("0x1b")]())||void 0===n?void 0:n[vi("0xd")])||void 0===o?void 0:o.is("element",vi("0x2c")))&&(r=r[vi("0x38")]((t=>t.is(vi("0xb"),"listItem")))),r}[vi("0x22")](t){const e=this.editor.plugins[vi("0x1e")](vi("0x3a"));let n=Array[vi("0x1c")](this[vi("0x14")][vi("0x23")][vi("0x5")][vi("0x12")].getSelectedBlocks()).filter(t)[vi("0xf")]((t=>{const n=this.editor[vi("0x23")].createPositionAt(t,0);return[...e[vi("0x1a")](n,"backward"),...e[vi("0x1a")](n,vi("0x16"))]}))[vi("0x25")]();return n=[...new Set(n)],n}[vi("0x1")](t){return vi("0x9")+this[vi("0x14")][vi("0x8")][vi("0x1e")](vi("0x3a"))[vi("0x10")](t)[vi("0x19")]()+vi("0x3c")+t.toUpperCase()[vi("0x2b")](/-/g,"_")}}const Si=["div","enableCommand","downcastDispatcher","ELEMENT_MEDIA","elementToElement","createEmptyElement","editor","TrackChangesEditing","high","registerElementLabel","locale","media","options","showSuggestionHighlights","stop","afterInit","data","for","conversion","_descriptionFactory","plugins"];var Ii,Li;Ii=Si,Li=441,function(t){for(;--t;)Ii.push(Ii.shift())}(++Li);const wi=function(t,e){return Si[t-=0]};class Ni extends t.Plugin{[wi("0xf")](){const t=this[wi("0x6")];if(!t[wi("0x14")].has("MediaEmbedEditing"))return;const e=t[wi("0x14")].get(wi("0x7")),n=t[wi("0xa")];e[wi("0x1")]("mediaEmbed"),e[wi("0x13")][wi("0x9")](wi("0xb"),(t=>Yo(n,wi("0x3"),t))),t[wi("0x12")][wi("0x11")]("dataDowncast")[wi("0x4")]({model:"media",view:(t,{writer:e,options:n})=>{if(n.showSuggestionHighlights)return e[wi("0x5")](wi("0x0"))},converterPriority:wi("0x8")}),t[wi("0x10")][wi("0x2")].on("attribute:url:media",((t,e,n)=>{n[wi("0xc")][wi("0xd")]&&t[wi("0xe")]()}),{priority:"high"})}}const Mi=["mention","afterInit","plugins","editor","get","TrackChangesEditing","has","MentionEditing","enableCommand"];var Oi,Fi;Oi=Mi,Fi=471,function(t){for(;--t;)Oi.push(Oi.shift())}(++Fi);const Pi=function(t,e){return Mi[t-=0]};class Di extends t.Plugin{[Pi("0x7")](){const t=this[Pi("0x0")];t[Pi("0x8")][Pi("0x3")](Pi("0x4"))&&t[Pi("0x8")][Pi("0x1")](Pi("0x2"))[Pi("0x5")](Pi("0x6"))}}const Bi=["PageBreakEditing","has","TrackChangesEditing","_descriptionFactory","pageBreak","ELEMENT_PAGE_BREAK","locale","plugins","get","editor"];var ji,Ui;ji=Bi,Ui=188,function(t){for(;--t;)ji.push(ji.shift())}(++Ui);const Gi=function(t,e){return Bi[t-=0]};class Hi extends t.Plugin{afterInit(){const t=this[Gi("0x1")];if(!t[Gi("0x9")][Gi("0x3")](Gi("0x2")))return;t[Gi("0x9")][Gi("0x0")](Gi("0x4")).enableCommand(Gi("0x6"));const e=t[Gi("0x9")][Gi("0x0")](Gi("0x4")),n=t[Gi("0x8")];e[Gi("0x5")].registerElementLabel(Gi("0x6"),(t=>Yo(n,Gi("0x7"),t)))}}const Wi=["markerName","filter","schema","getSelectedBlocks","markBlockFormat","*Insert:* %0","plugins","downcastDispatcher","registerDescriptionCallback","consumable","bindElementToMarker","enableCommand","selection","editor","editing","addMarker:suggestion:insertion","$text","getItemLabel","isTouching","_descriptionFactory","type","parent","end","activeMarkers","ck-suggestion-marker-split","getFirstRange","start","format","createUIElement","afterInit","markerRange","span","ELEMENT_PARAGRAPH","has","insertParagraph","consume","isLimit","nodeAfter","isBlock","commandName","checkChild","model","TrackChangesEditing","mapper","*Change to:* %0","insertion","toViewPosition","get","from","writer","paragraph","highest"];var Vi,zi;Vi=Wi,zi=228,function(t){for(;--t;)Vi.push(Vi.shift())}(++zi);const Ki=function(t,e){return Wi[t-=0]};class qi extends t.Plugin{[Ki("0x9")](){const t=this[Ki("0x2d")];if(!t.plugins[Ki("0xd")]("Paragraph"))return;const e=t.locale,n=t.plugins.get(Ki("0x16"));n._descriptionFactory.registerElementLabel(Ki("0x1e"),(t=>Yo(e,Ki("0xc"),t))),n.enableCommand(Ki("0x1e"),((e,o={})=>{const s=t[Ki("0x15")].document,r=o[Ki("0x2c")]||s[Ki("0x2c")],i=Array[Ki("0x1c")](r[Ki("0x23")]())[Ki("0x21")]((t=>{return e=t,(n=this.editor[Ki("0x15")][Ki("0x22")])[Ki("0x14")](e[Ki("0x1")],Ki("0x1e"))&&!n.isObject(e)&&Ki("0x1e")!=e.name;var e,n}));t[Ki("0x15")].change((()=>{for(const t of i)n[Ki("0x24")](t,{commandName:"paragraph",commandParams:[],formatGroupId:"blockName"},fs(t))}))})),n[Ki("0x33")].registerDescriptionCallback((t=>{const{data:n}=t;if(n&&"paragraph"==n[Ki("0x13")])return{type:Ki("0x7"),content:Yo(e,Ki("0x18"),Yo(e,Ki("0xc")))}})),n[Ki("0x2b")](Ki("0xe")),t[Ki("0x2e")][Ki("0x27")].on(Ki("0x2f"),Xi(t),{priority:Ki("0x1f")}),t.data[Ki("0x27")].on(Ki("0x2f"),((e,n,o)=>{o.options.showSuggestionHighlights&&Xi(t,{showActiveMarker:!1})(e,n,o)}),{priority:"highest"});const o=n[Ki("0x33")];o[Ki("0x28")]((n=>{if(Ki("0x19")!==n[Ki("0x0")])return;const{start:s,end:r}=n[Ki("0x5")]();if(!s[Ki("0x32")](r)||!s[Ki("0x11")])return;const i=t[Ki("0x15")].schema,a=s[Ki("0x11")];return i[Ki("0x12")](a)&&!i.isLimit(a)&&i[Ki("0x14")](a,"$text")?{type:Ki("0x19"),content:Yo(e,Ki("0x25"),o[Ki("0x31")](a,1))}:void 0}))}}function Xi(t,{showActiveMarker:e=!0}={}){return(n,o,s)=>{const r=t[Ki("0x26")][Ki("0x1b")]("TrackChangesEditing"),i=o.markerRange[Ki("0x6")],a=o[Ki("0xa")][Ki("0x2")],x=t.model[Ki("0x22")];if(!i[Ki("0x32")](a)||!i[Ki("0x11")])return;const c=i[Ki("0x11")];if(x[Ki("0x12")](c)&&!x[Ki("0x10")](c)&&x[Ki("0x14")](c,Ki("0x30"))){if(!s[Ki("0x29")][Ki("0xf")](o[Ki("0xa")],n.name))return;const t=s[Ki("0x1d")][Ki("0x8")](Ki("0xb"),{class:Ki("0x4")}),i=s.mapper[Ki("0x1a")](a);e&&r[Ki("0x3")].includes(o.markerName)&&s.writer.addClass("ck-suggestion-marker--active",t),s.writer.insert(i,t),s[Ki("0x17")][Ki("0x2a")](t,o[Ki("0x20")])}}}const $i=["document","registerDescriptionCallback","isCollapsed","createRangeOn","enableCommand","plugins","schema","markInlineFormat","editor","model","getAttributeProperties","getRanges","afterInit","isFormatting","getAttributes","RemoveFormatEditing","_descriptionFactory","commandName","removeFormat","has","getItems","change","locale"];var Ji,Qi;Ji=$i,Qi=218,function(t){for(;--t;)Ji.push(Ji.shift())}(++Qi);const Zi=function(t,e){return $i[t-=0]};class Yi extends t.Plugin{[Zi("0x1")](){const t=this[Zi("0x14")];if(!t[Zi("0x11")][Zi("0x8")](Zi("0x4")))return;const e=t[Zi("0x11")].get("TrackChangesEditing");e[Zi("0x10")]("removeFormat",(n=>{const o=t[Zi("0x15")][Zi("0xc")].selection;o[Zi("0xe")]?n():t[Zi("0x15")][Zi("0xa")]((()=>{const n=Array.from(o[Zi("0x0")]());for(const o of n)for(const n of o[Zi("0x9")]())ta(n,t[Zi("0x15")][Zi("0x12")])&&e[Zi("0x13")](t.model[Zi("0xf")](n),{commandName:Zi("0x7"),commandParams:[]})}))})),e[Zi("0x5")][Zi("0xd")]((e=>{const{data:n}=e;if(n&&Zi("0x7")==n[Zi("0x6")])return{type:"format",content:Yo(t[Zi("0xb")],"*Remove all formatting*")}}))}}function ta(t,e){for(const[n]of t[Zi("0x3")]()){const t=e[Zi("0x16")](n);if(t&&t[Zi("0x2")])return!0}return!1}const ea=["get","editor","discardSelectedSuggestions","enableCommand","RestrictedEditingModeEditing","plugins","goToPreviousRestrictedEditingException","discardAllSuggestions","has","goToNextRestrictedEditingException","acceptSuggestion","discardSuggestion","acceptAllSuggestions","afterInit","acceptSelectedSuggestions"];var na,oa;na=ea,oa=254,function(t){for(;--t;)na.push(na.shift())}(++oa);const sa=function(t,e){return ea[t-=0]};class ra extends t.Plugin{[sa("0xe")](){const t=this[sa("0x2")];if(!t[sa("0x6")][sa("0x9")](sa("0x5")))return;const e=t[sa("0x6")][sa("0x1")]("TrackChangesEditing");e[sa("0x4")](sa("0x7")),e.enableCommand(sa("0xa"));const n=t[sa("0x6")][sa("0x1")](sa("0x5"));n[sa("0x4")]("trackChanges"),n[sa("0x4")](sa("0xb")),n[sa("0x4")](sa("0xc")),n.enableCommand(sa("0xd")),n.enableCommand(sa("0x8")),n[sa("0x4")](sa("0x0")),n[sa("0x4")](sa("0x3"))}}const ia=["data","ck-suggestion-marker-","_descriptionFactory","createUIElement","enableCommand","getItems","high","addMarker:suggestion:deletion","locale","model","bindElementToMarker","activeMarkers","toViewPosition","showSuggestionHighlights","addClass","createPositionBefore","plugins","markerName","ck-suggestion-marker--active","TrackChangesEditing","writer","markerRange","insert","split","consumable","name","registerElementLabel","get","addMarker:suggestion:insertion","options","test","mapper","requires","softBreak","includes","editing","editor","span","downcastDispatcher","addMarker:suggestion","init"];var aa,xa;aa=ia,xa=494,function(t){for(;--t;)aa.push(aa.shift())}(++xa);const ca=function(t,e){return ia[t-=0]};class la extends t.Plugin{static get[ca("0x1e")](){return[nr.ShiftEnter]}[ca("0x26")](){const t=this[ca("0x22")],e=t.plugins[ca("0x19")](ca("0x11"));e[ca("0x2")]("shiftEnter"),t[ca("0x21")].downcastDispatcher.on(ca("0x1a"),ua(t),{priority:ca("0x4")}),t[ca("0x21")].downcastDispatcher.on(ca("0x5"),ua(t),{priority:"high"}),t[ca("0x27")][ca("0x24")].on(ca("0x25"),((e,n,o)=>{o[ca("0x1b")][ca("0xb")]&&ua(t,{showActiveMarker:!1})(e,n,o)})),e[ca("0x0")][ca("0x18")]("softBreak",(e=>Yo(t[ca("0x6")],"ELEMENT_LINE_BREAK",e)))}}function ua(t,{showActiveMarker:e=!0}={}){return(n,o,s)=>{const r=t[ca("0xe")][ca("0x19")](ca("0x11"));if(!s[ca("0x16")][ca("0x1c")](o[ca("0x13")],n[ca("0x17")]))return;const i=t[ca("0x7")];for(const t of o[ca("0x13")][ca("0x3")]()){if(!t.is("element",ca("0x1f")))continue;const n="deletion"==o[ca("0xf")][ca("0x15")](":")[1]?"merge":ca("0x15"),a=s[ca("0x12")][ca("0x1")](ca("0x23"),{class:ca("0x28")+n}),x=s[ca("0x1d")][ca("0xa")](i[ca("0xd")](t));e&&r[ca("0x9")][ca("0x20")](o[ca("0xf")])&&s[ca("0x12")][ca("0xc")](ca("0x10"),a),s.writer[ca("0x14")](x,a),s[ca("0x1d")][ca("0x8")](a,o[ca("0xf")])}}}const da=["has","editor","model","markInlineFormat","format","commandName","commands","enableCommand","_descriptionFactory","locale","restrictedEditingException","getRanges","afterInit","plugins","registerDescriptionCallback","forceValue","get","from","isCollapsed","FORMAT_RESTRICTED_DISABLED","selection"];var ga,ma;ga=da,ma=373,function(t){for(;--t;)ga.push(ga.shift())}(++ma);const fa=function(t,e){return da[t-=0]};class ha extends t.Plugin{[fa("0x11")](){const t=this[fa("0x6")],e=t[fa("0x7")],n=t[fa("0xe")];if(!t[fa("0x12")][fa("0x5")]("StandardEditingModeEditing"))return;const o=t[fa("0x12")][fa("0x0")]("TrackChangesEditing"),s=fa("0xf"),r=t[fa("0xb")].get(s);o[fa("0xc")](s,((t,n={})=>{const i=e.document[fa("0x4")];if(i[fa("0x2")])return void t(n);const a=void 0!==n[fa("0x14")]?n[fa("0x14")]:!r.value;e.change((()=>{const t=Array[fa("0x1")](i[fa("0x10")]());for(const n of t){const t=a?[n]:ms(s,n,e);for(const e of t)o[fa("0x8")](e,{commandName:s,commandParams:[{forceValue:a}]})}}))})),o[fa("0xd")][fa("0x13")]((t=>{const{data:e}=t;if(e&&e[fa("0xa")]==s)return e.commandParams[0].forceValue?{type:fa("0x9"),content:Yo(n,"FORMAT_RESTRICTED_ENABLED")}:{type:fa("0x9"),content:Yo(n,fa("0x3"))}}))}}const pa=["enableCommand","_descriptionFactory","_getRangesWithClasses","add","push","Style","markInlineFormat","toLowerCase","DataSchema","get","TrackChangesEditing","style","getDefinitionsForView","format","*Remove format:* %0","change","commands","config","style.definitions","from","modelElements","locale","block","styleName","value","enabledStyles","commandParams","element","selection","isCollapsed","name","afterInit","getAncestors","getItems","_getStyleDefinition","has","registerDescriptionCallback","includes","getRanges","document","classes","forceValue","plugins","getSelectedBlocks","model","markBlockFormat","find","editor","isBlock","every","normalizeConfig"];var ba,Ea;ba=pa,Ea=113,function(t){for(;--t;)ba.push(ba.shift())}(++Ea);const _a=function(t,e){return pa[t-=0]};class Ta extends t.Plugin{[_a("0x14")](){const t=this[_a("0x24")];if(!t.plugins[_a("0x18")](_a("0x2d")))return;const e=t[_a("0x5")].get(_a("0x0")),n=t[_a("0x1f")][_a("0x31")](_a("0x32")),o=t[_a("0xa")],s=t[_a("0x1f")][_a("0x31")](_a("0x30")),r=t[_a("0x1f")][_a("0x31")]("StyleUtils")[_a("0x27")](s,t[_a("0x6")].get(_a("0x7")));n[_a("0x28")](_a("0x0"),((o,{styleName:i})=>{const a=t.model[_a("0x1c")][_a("0x11")],x=this._getStyleDefinition(i,r);if(!x)return;if(!e[_a("0xe")][_a("0x1a")](i))return;if(a[_a("0x12")]&&!x[_a("0x25")])return void o({styleName:i});const c=!e[_a("0xd")][_a("0x1a")](x[_a("0x13")]);if(x[_a("0x25")]){const e=function(t,e){const n=new Set;for(const o of t){const t=o[_a("0x15")]({includeSelf:!0,parentFirst:!0});for(const o of t)if(e[_a("0x1a")](o[_a("0x13")])){n[_a("0x2b")](o);break}}return n}(a[_a("0x20")](),x[_a("0x9")]);t[_a("0x21")][_a("0x4")]((()=>{for(const t of e)n[_a("0x22")](t,{commandName:"style",commandParams:[{styleName:i,forceValue:c}],formatGroupId:"style:"+i})}))}else{let e=Array[_a("0x8")](a[_a("0x1b")]());if(!c){const n=Array[_a("0x8")](s[_a("0x1")](x[_a("0x10")],!1))[0][_a("0x21")],o=[];for(const s of e){const e=this._getRangesWithClasses(t.model,s,x.classes,n);o[_a("0x2c")](...e)}e=o}t[_a("0x21")][_a("0x4")]((()=>{for(const t of e)n[_a("0x2e")](t,{commandName:_a("0x0"),commandParams:[{styleName:i,forceValue:c}]})}))}})),n[_a("0x29")][_a("0x19")]((t=>{const{data:e}=t;if(e&&_a("0x0")===e.commandName)return e.commandParams[0][_a("0x1e")]?{type:_a("0x2"),content:Yo(o,"*Format:* %0",e.commandParams[0][_a("0xc")][_a("0x2f")]())}:{type:_a("0x2"),content:Yo(o,_a("0x3"),e[_a("0xf")][0][_a("0xc")][_a("0x2f")]())}}))}[_a("0x17")](t,e){let n=e[_a("0xb")][_a("0x23")]((e=>e[_a("0x13")]===t));return n||(n=e.inline.find((e=>e[_a("0x13")]===t))),n}[_a("0x2a")](t,e,n,o){const s=[];for(const r of e[_a("0x16")]()){const e=r.getAttribute(o);e&&n[_a("0x26")]((t=>e[_a("0x1d")][_a("0x1a")](t)))&&s[_a("0x2c")](t.createRangeOn(r))}return s}}const Ca=["model","afterInit","createRangeIn","_suggestionFactory","createTableWalker","enqueueChange","commands","nodeBefore","$graveyard","max","tablePaste","end","removeTableRow","isArray","setSelection","values","minColumn","type","ELEMENT_TABLE_ROW","*Remove:* %0","add","toViewElement","tableCell","markMultiRangeInsertion","addClass","TableUtils","hasAttribute","map","from","ELEMENT_TABLE_ROW_WITH_TEXT","_tablePostFixingSubtypes","forceValue","plugins","enableCommand","_acceptFormatSuggestionCallbackFactory","_tableSuggestions","selection","editor","getChangedMarkers","length","_getCoordsForCells","insertTableRowBelow","change","deletion","writer","get","$textProxy","isTouching","position","getCellLocation","getRanges","rowspan","getFirstRange","document","accept","minRow","ELEMENT_TABLE_WITH_TEXT","getSuggestion","subType","insert","insertTableColumnLeft","colspan","item","span","discard","MIN_SAFE_INTEGER","filter","tableRow","has","ELEMENT_TABLE_COLUMN_WITH_TEXT","suggestion","MAX_SAFE_INTEGER","classes","first","name","removeTableColumn","toLowerCase","includes","getChildren","addRange","fromRange","order","TrackChangesEditing","cell","findAncestor","push","registerCustomCallback","_getSuggestionCoords","oldRange","rootName","createRangeOn","root","*Insert:* %0","getSelectionAffectedTableCells","differ","maxColumn","start","getRowIndexes","options","substr","nodeAfter","min","_setupColumnsRowsFixing","refresh","detach","batch","_splitMarkerName","registerDescriptionCallback","join","ELEMENT_TABLE_COLUMN","maxRow","getColumnIndexes","_descriptionFactory","getChanges","last","createPositionAt","registerElementLabel","data","showSuggestionHighlights","getContainedElement","registerPostFixer","element","getItems","table","tableColumn","addMarker:suggestion","insertion","insertTableRowAbove","some","getAttribute","execute"];var ya,ka;ya=Ca,ka=189,function(t){for(;--t;)ya.push(ya.shift())}(++ka);const Aa=function(t,e){return Ca[t-=0]};class va extends t.Plugin{constructor(t){super(t),this._tablePostFixingSubtypes=[Aa("0x9"),Aa("0x42")],this[Aa("0x6c")]=new Set}[Aa("0x4a")](){const t=this[Aa("0x6e")],e=t[Aa("0x49")].document[Aa("0x6d")];if(!t.plugins[Aa("0xa")]("TableEditing"))return;const n=t.locale,o=t[Aa("0x69")].get(Aa("0x18")),s=t[Aa("0x69")][Aa("0x76")](Aa("0x62"));o._descriptionFactory[Aa("0x3a")](Aa("0x41"),(t=>Yo(n,"ELEMENT_TABLE",t))),this[Aa("0x2c")](),o[Aa("0x6a")]("insertTable"),o[Aa("0x6a")]("selectTableRow"),o[Aa("0x6a")]("selectTableColumn");for(const n of[Aa("0x45"),Aa("0x72")]){const r=t[Aa("0x4f")][Aa("0x76")](n);o.enableCommand(n,(n=>{t[Aa("0x49")][Aa("0x73")]((t=>{n();const i="above"===r[Aa("0x17")],a=s[Aa("0x23")](e),x=s[Aa("0x27")](a),c=i?x[Aa("0xf")]-1:x[Aa("0x38")]+1,l=a[0][Aa("0x1a")]("table"),u=s[Aa("0x4d")](l,{startRow:c,endRow:c}),d=Array[Aa("0x65")](u)[Aa("0x64")]((e=>t.createRangeOn(e[Aa("0x19")])));o[Aa("0x60")](d,"tableRow")}))}))}for(const n of[Aa("0x2"),"insertTableColumnRight"]){const r=t.commands[Aa("0x76")](n);o[Aa("0x6a")](n,(n=>{t[Aa("0x49")][Aa("0x73")]((t=>{n();const i="left"===r[Aa("0x17")],a=s[Aa("0x23")](e),x=s[Aa("0x35")](a),c=i?x[Aa("0xf")]-1:x.last+1,l=a[0].findAncestor("table"),u=s[Aa("0x4d")](l,{startRow:0,column:c,includeAllSlots:!1}),d=Array[Aa("0x65")](u)[Aa("0x64")]((e=>t[Aa("0x20")](e[Aa("0x19")])));o[Aa("0x60")](d,"tableColumn")}))}))}for(const n of[Aa("0x55"),Aa("0x11")]){const r=n[Aa("0x29")](11),i=r[Aa("0x12")](),a=i.substr(0,3)+Aa("0x5"),x=Aa("0x41")+r,c=Aa("0x2b")+r,l=Aa("0x52")+r;o[Aa("0x6a")](n,(()=>{t[Aa("0x49")][Aa("0x73")]((t=>{const r=s[Aa("0x23")](e),u=r[0][Aa("0x1a")]("table");let d;if(Aa("0x55")==n){const t=s[Aa("0x27")](r);d={startRow:t[Aa("0xf")],endRow:t[Aa("0x38")],includeAllSlots:!0}}else{const t=s.getColumnIndexes(r);d={startColumn:t[Aa("0xf")],endColumn:t[Aa("0x38")],includeAllSlots:!0}}const g=s.createTableWalker(u,d),m=Array[Aa("0x65")](g)[Aa("0x64")]((({cell:t})=>t)),f=Ra(m[Aa("0x8")]((t=>t[Aa("0x63")](a)))),h=Ra(m[Aa("0x8")]((t=>!t[Aa("0x63")](a))))[Aa("0x64")]((e=>t.createRangeOn(e))),p=o.markMultiRangeDeletion(h,x);if(p&&("tableRow"==p[Aa("0x0")]||"tableColumn"==p[Aa("0x0")])){const e=this[Aa("0x1d")](p);for(const n of f){const o=t.createRangeOn(n),r=s[Aa("0x7a")](n),x=n[Aa("0x47")](a)-1,u=e[c],d=e[l];u<=r[i]&&r[i]+x<=d&&p[Aa("0x15")](o)}}}))}))}function r(n){const o=Array[Aa("0x65")](e[Aa("0x7b")]())[Aa("0x64")]((t=>i.LiveRange[Aa("0x16")](t)));t[Aa("0x49")][Aa("0x73")]((e=>{const s=e[Aa("0x2f")];n=n[Aa("0x8")]((t=>Aa("0x51")!=t.root.rootName)),e[Aa("0x57")](n),t[Aa("0x4f")][Aa("0x76")](Aa("0x55"))[Aa("0x2d")](),t[Aa("0x48")](Aa("0x55"),{forceDefaultExecution:!0}),t.model[Aa("0x4e")]((()=>{t[Aa("0x49")][Aa("0x4e")](s,(t=>{const e=o[Aa("0x8")]((t=>Aa("0x51")!=t[Aa("0x21")].rootName));e[Aa("0x70")]>0&&t[Aa("0x57")](e);for(const t of o)t[Aa("0x2e")]()}))}))}))}function x(n){t.model[Aa("0x73")]((o=>{const s=Array[Aa("0x65")](e[Aa("0x7b")]()).map((t=>i.LiveRange[Aa("0x16")](t))),r=[];for(const t of n)for(const e of t.getItems({shallow:!0}))r[Aa("0x1b")](e);for(const e of r)Aa("0x51")!=e[Aa("0x21")][Aa("0x1f")]&&(o[Aa("0x57")](o[Aa("0x39")](e,0)),t.commands[Aa("0x76")](Aa("0x11")).refresh(),t[Aa("0x48")](Aa("0x11"),{forceDefaultExecution:!0}));const a=s[Aa("0x8")]((t=>Aa("0x51")!=t[Aa("0x21")][Aa("0x1f")]));a[Aa("0x70")]>0&&o[Aa("0x57")](a);for(const t of s)t[Aa("0x2e")]()}))}function c(t,e){return e.every((e=>t.some((t=>t.end.isEqual(e[Aa("0x26")])||e.end.isEqual(t[Aa("0x26")])))))}function l(t,e){return t[Aa("0x46")]((t=>e[Aa("0x46")]((e=>t.end[Aa("0x78")](e[Aa("0x26")])))))}t[Aa("0x3b")].downcastDispatcher.on(Aa("0x43"),((t,e,n)=>{if(!n[Aa("0x28")][Aa("0x3c")])return;const o=e[Aa("0x4")];if(!o)return;const s=n.mapper[Aa("0x5e")](o);function r(t){return Array[Aa("0x56")](t)?t:[t]}s&&Aa("0x5f")===o.name&&(0,a.setHighlightHandling)(s,n[Aa("0x75")],((t,e,n)=>n[Aa("0x61")](r(e[Aa("0xe")]),t)),((t,e,n)=>n.removeClass(r(e[Aa("0xe")]),t)))}),{priority:"highest"}),o[Aa("0x36")][Aa("0x31")]((t=>{if(Aa("0x44")!=t[Aa("0x5a")]&&"deletion"!=t[Aa("0x5a")])return;const e=t[Aa("0x3d")]();if(null!=e&&e.is(Aa("0x3f"),Aa("0x41"))){if(Aa("0x44")==t[Aa("0x5a")]){const e=t[Aa("0x40")]().filter((t=>t.is(Aa("0x77"))))[Aa("0x64")]((t=>t[Aa("0x3b")]));if(e.length)return{type:Aa("0x44"),content:Yo(n,Aa("0x22"),Yo(n,Aa("0x81"),'"'+e[Aa("0x32")](" ")+'"'))}}if(Aa("0x74")==t[Aa("0x5a")]){const e=t[Aa("0x40")]()[Aa("0x8")]((t=>t.is(Aa("0x77"))))[Aa("0x64")]((t=>t.data));if(e[Aa("0x70")])return{type:Aa("0x74"),content:Yo(n,"*Remove:* %0",Yo(n,"ELEMENT_TABLE_WITH_TEXT",'"'+e[Aa("0x32")](" ")+'"'))}}}})),o[Aa("0x36")][Aa("0x31")]((t=>{if("tableRow"==t[Aa("0x0")]){const e=t[Aa("0x40")]()[Aa("0x8")]((t=>t.is(Aa("0x77")))).map((t=>t.data)),o=this[Aa("0x1d")](t),s=o[Aa("0x34")]-o[Aa("0x80")]+1;if(Aa("0x44")==t[Aa("0x5a")])return e[Aa("0x70")]?{type:Aa("0x44"),content:Yo(n,Aa("0x22"),Yo(n,Aa("0x66"),[s,'"'+e.join(" ")+'"']))}:{type:Aa("0x44"),content:Yo(n,Aa("0x22"),Yo(n,"ELEMENT_TABLE_ROW",s))};if("deletion"==t.type)return e[Aa("0x70")]?{type:Aa("0x74"),content:Yo(n,Aa("0x5c"),Yo(n,"ELEMENT_TABLE_ROW_WITH_TEXT",[s,'"'+e[Aa("0x32")](" ")+'"']))}:{type:Aa("0x74"),content:Yo(n,Aa("0x5c"),Yo(n,Aa("0x5b"),s))}}if(Aa("0x42")==t[Aa("0x0")]){const e=t[Aa("0x40")]()[Aa("0x8")]((t=>t.is(Aa("0x77")))).map((t=>t.data)),o=this[Aa("0x1d")](t),s=o[Aa("0x25")]-o[Aa("0x59")]+1;if(Aa("0x44")==t[Aa("0x5a")])return e[Aa("0x70")]?{type:Aa("0x44"),content:Yo(n,Aa("0x22"),Yo(n,Aa("0xb"),[s,'"'+e[Aa("0x32")](" ")+'"']))}:{type:"insertion",content:Yo(n,Aa("0x22"),Yo(n,"ELEMENT_TABLE_COLUMN",s))};if(Aa("0x74")==t[Aa("0x5a")])return e[Aa("0x70")]?{type:Aa("0x74"),content:Yo(n,Aa("0x5c"),Yo(n,Aa("0xb"),[s,'"'+e[Aa("0x32")](" ")+'"']))}:{type:"deletion",content:Yo(n,"*Remove:* %0",Yo(n,Aa("0x33"),s))}}})),o[Aa("0x4c")][Aa("0x1c")](Aa("0x44"),Aa("0x9"),"discard",r),o[Aa("0x4c")][Aa("0x1c")](Aa("0x74"),Aa("0x9"),Aa("0x7f"),r),o[Aa("0x4c")].registerCustomCallback("insertion","tableColumn",Aa("0x6"),x),o[Aa("0x4c")][Aa("0x1c")]("deletion",Aa("0x42"),"accept",x),o[Aa("0x4c")].registerCustomCallback(Aa("0x44"),Aa("0x42"),Aa("0x32"),c),o[Aa("0x4c")].registerCustomCallback("deletion",Aa("0x42"),Aa("0x32"),c),o[Aa("0x4c")][Aa("0x1c")](Aa("0x44"),"tableRow",Aa("0x32"),l),o[Aa("0x4c")].registerCustomCallback("deletion",Aa("0x9"),Aa("0x32"),l)}[Aa("0x6b")](){const t=this[Aa("0x6e")],e=t.model[Aa("0x7e")][Aa("0x6d")];return(n,o)=>{t.model[Aa("0x73")]((s=>{const{commandName:r,commandParams:a}=o;let x=n[0][Aa("0x54")][Aa("0x50")];a&&a[0]&&!1===a[0][Aa("0x68")]&&(x=n[0].start[Aa("0x2a")]);const c=s[Aa("0x4b")](x);if(Aa("0x51")==c[Aa("0x21")][Aa("0x1f")])return;const l=Array[Aa("0x65")](e[Aa("0x7b")]())[Aa("0x64")]((t=>i.LiveRange[Aa("0x16")](t)));s.setSelection(c),t[Aa("0x4f")][Aa("0x76")](r).refresh(),a.push({forceDefaultExecution:!0}),t[Aa("0x48")](r,...a);const u=l[Aa("0x8")]((t=>"$graveyard"!=t[Aa("0x21")][Aa("0x1f")]));u[Aa("0x70")]>0&&s[Aa("0x57")](u);for(const t of l)t[Aa("0x2e")]()}))}}[Aa("0x71")](t){const e=this[Aa("0x6e")].plugins[Aa("0x76")](Aa("0x62"));let n=Number[Aa("0xd")],o=Number[Aa("0x7")],s=Number[Aa("0xd")],r=Number[Aa("0x7")];for(const i of t){if(Aa("0x51")==i[Aa("0x21")][Aa("0x1f")])continue;const{row:t,column:a}=e.getCellLocation(i),x=i[Aa("0x63")](Aa("0x7c"))?i[Aa("0x47")]("rowspan")-1:0,c=i[Aa("0x63")](Aa("0x3"))?i.getAttribute(Aa("0x3"))-1:0;n=t<n?t:n,o=t+x>o?t+x:o,s=a<s?a:s,r=a+c>r?a+c:r}return{minRow:n,maxRow:o,minColumn:s,maxColumn:r}}[Aa("0x2c")](){const t=this[Aa("0x6e")],e=t[Aa("0x69")][Aa("0x76")]("TrackChangesEditing"),n=t[Aa("0x69")][Aa("0x76")]("TableUtils");t[Aa("0x49")][Aa("0x7e")].on("change:data",(()=>{const n=Array[Aa("0x65")](t[Aa("0x49")][Aa("0x7e")][Aa("0x24")][Aa("0x6f")]());for(const{name:t,data:o}of n){const{group:n,id:s,subType:r}=e[Aa("0x30")](t);if(Aa("0xc")!=n)continue;if(null!=o[Aa("0x1e")])continue;const i=e[Aa("0x82")](s);this[Aa("0x67")][Aa("0x13")](r)&&this._tableSuggestions[Aa("0x5d")](i)}}),{priority:"low"});const o=(t,e)=>{let o=!1;const s=e[Aa("0x20")](t),r=t.findAncestor(Aa("0x41")),i=n[Aa("0x7a")](t);for(const e of this[Aa("0x6c")]){const n=e[Aa("0x0")],a=n.startsWith(Aa("0x53")),x=n.substr(a?10:5),c=x.toLowerCase(),l=c[Aa("0x29")](0,3)+Aa("0x5"),u=Aa("0x2b")+x,d=Aa("0x52")+x;if(!e.isInContent)continue;if(r!=e[Aa("0x7d")]()[Aa("0x26")].findAncestor(Aa("0x41")))continue;if(e.isIntersectingWithRange(s))continue;const g=t.hasAttribute(l)?t[Aa("0x47")](l)-1:0,m=this[Aa("0x1d")](e),f=m[u],h=m[d];f<=i[c]&&i[c]+g<=h&&(e[Aa("0x15")](s),o=!0)}return o};t[Aa("0x49")][Aa("0x7e")][Aa("0x3e")]((e=>{let n=!1;for(const s of t.model[Aa("0x7e")][Aa("0x24")][Aa("0x37")]())if(Aa("0x1")==s[Aa("0x5a")])if("tableRow"==s[Aa("0x10")])for(const t of s[Aa("0x79")][Aa("0x2a")][Aa("0x14")]())n=n||o(t,e);else"tableCell"==s[Aa("0x10")]&&(n=n||o(s[Aa("0x79")][Aa("0x2a")],e));return n}))}_getSuggestionCoords(t){return this._getCoordsForCells(t[Aa("0x7b")]()[Aa("0x64")]((t=>t.start[Aa("0x2a")])))}}function Ra(t){return Array[Aa("0x65")](new Set(t)[Aa("0x58")]())}const Sa=["_descriptionFactory","model","_tablePostFixingSubtypes","TableEditing","mergeTableCellRight","cell","createRangeOn","format","fromRange","registerDescriptionCallback","mergeTableCellUp","createTableWalker","push","insertion","document","splitTableCellVertically","editor","$graveyard","_areSelectedCellsMergable","map","find","direction","deletion","getFirstPosition","commandName","set:isEnabled","execute","TableUtils","plugins","*Split cell:* vertically","stop","*Merge cells*","formatBlock","horizontally","element","value","detach","TrackChangesEditing","findAncestor","*Split cell:* horizontally","markMultiRangeBlockFormat","subType","mergeTableCellDown","length","forceDefaultExecution","mergeTableCells","getSuggestions","commands","has","markBlockFormat","from","filter","enableCommand","containsRange","accept","locale","_suggestionFactory","selection","rootName","isEnabled","registerCustomCallback","author","add","type","_acceptFormatSuggestionCallbackFactory","get","splitTableCellHorizontally","setSelection","change","table","getSelectionAffectedTableCells","tableCell","mergeTableCellLeft","size","getRanges","_isForcedDefaultExecutionBlock"];var Ia,La;Ia=Sa,La=459,function(t){for(;--t;)Ia.push(Ia.shift())}(++La);const wa=function(t,e){return Sa[t-=0]};class Na extends t.Plugin{static get requires(){return[va]}afterInit(){const t=this[wa("0xd")],e=t[wa("0x4a")].document[wa("0x36")],n=t[wa("0x34")];if(!t[wa("0x19")][wa("0x2d")](wa("0x0")))return;const o=t.plugins[wa("0x3e")](wa("0x22")),s=t[wa("0x19")].get("TableUtils"),r=t[wa("0x19")].get(va);r[wa("0x4b")][wa("0x9")](wa("0x2a")),o.enableCommand(wa("0x2a"),(()=>{const e=s[wa("0x43")](t[wa("0x4a")].document[wa("0x36")]);t.model[wa("0x41")]((()=>{o[wa("0x25")](e,{commandName:wa("0x2a"),commandParams:[]},[],wa("0x2a"))}))})),t[wa("0x2c")][wa("0x3e")](wa("0x2a")).on(wa("0x17"),((e,n)=>{t[wa("0x2c")][wa("0x3e")]("trackChanges")[wa("0x20")]&&(n[wa("0x28")]>0&&n[n[wa("0x28")]-1]&&n[n[wa("0x28")]-1][wa("0x29")]||o[wa("0x48")]||this[wa("0xf")]()||e[wa("0x1b")]())}),{priority:"highest"});for(const e of["mergeTableCellUp","mergeTableCellRight",wa("0x27"),wa("0x45")]){const n=t[wa("0x2c")][wa("0x3e")](e);o[wa("0x31")](e,(()=>{const e=t[wa("0x4a")].document[wa("0x36")].getFirstPosition().getAncestors()[wa("0x11")]((t=>t.is(wa("0x1f"),wa("0x44")))),s=n[wa("0x20")];t.model[wa("0x41")]((()=>{o[wa("0x25")]([e,s],{commandName:"mergeTableCells",commandParams:[]},[],wa("0x2a"))}))}))}for(const e of[wa("0xc"),wa("0x3f")]){const n=t[wa("0x2c")].get(e);o[wa("0x31")](e,(()=>{const r=s.getSelectionAffectedTableCells(t[wa("0x4a")].document.selection)[0],i=r[wa("0x23")](wa("0x42")),{column:a,row:x}=s.getCellLocation(r);let c=[];if(wa("0x1e")==n[wa("0x12")]){const t=s[wa("0x8")](i,{startRow:x,endRow:x,includeAllSlots:!0});c=Array[wa("0x2f")](t)[wa("0x10")]((t=>t[wa("0x2")]))}else{const t=s[wa("0x8")](i,{column:a,includeAllSlots:!0});c=Array[wa("0x2f")](t)[wa("0x10")]((t=>t.cell))}t[wa("0x4a")][wa("0x41")]((t=>{o[wa("0x2e")](t[wa("0x3")](r),{commandName:e,commandParams:[]},c,e)}))}))}o[wa("0x49")][wa("0x6")]((t=>{const{data:e}=t;if(e)return wa("0x2a")==e.commandName?{type:"format",content:Yo(n,wa("0x1c"))}:void 0})),o[wa("0x49")][wa("0x6")]((t=>{const{data:e}=t;if(e)return"splitTableCellVertically"==e.commandName?{type:wa("0x4"),content:Yo(n,wa("0x1a"))}:wa("0x3f")==e[wa("0x15")]?{type:wa("0x4"),content:Yo(n,wa("0x24"))}:void 0}));const a=r[wa("0x3d")]();for(const t of[wa("0x7"),wa("0x1"),wa("0x27"),"mergeTableCellLeft"])o[wa("0x35")][wa("0x39")](wa("0x1d"),t,wa("0x33"),a);for(const t of[wa("0xc"),wa("0x3f")])o[wa("0x35")][wa("0x39")](wa("0x1d"),t,"accept",a);o[wa("0x35")].registerCustomCallback(wa("0x1d"),wa("0x2a"),wa("0x33"),(n=>{t[wa("0x4a")][wa("0x41")]((o=>{const s=Array.from(e.getRanges()).map((t=>i.LiveRange[wa("0x5")](t)));o[wa("0x40")](n),t[wa("0x2c")][wa("0x3e")]("mergeTableCells").refresh(),t[wa("0x17")]("mergeTableCells",{forceDefaultExecution:!0});const r=s[wa("0x30")]((t=>wa("0xe")!=t.root[wa("0x37")]));r[wa("0x28")]>0&&o.setSelection(r);for(const t of s)t[wa("0x21")]()}))}));for(const e of["mergeTableCellUp",wa("0x27"),wa("0x45"),wa("0x1")]){const n=t.commands[wa("0x3e")](e);n.on(wa("0x16"),((e,o,s)=>{if(s){const o=t[wa("0x4a")][wa("0xb")].selection[wa("0x14")]().getAncestors().find((t=>t.is(wa("0x1f"),"tableCell")));this._areMergableCells(n[wa("0x20")],o)||(e.return=!1,e[wa("0x1b")]())}}),{priority:"low"})}}[wa("0xf")](){const t=this.editor.commands[wa("0x3e")](wa("0x2a")),e=this.editor[wa("0x19")][wa("0x3e")](wa("0x18"));if(!t[wa("0x38")])return!1;const n=e.getSelectionAffectedTableCells(this[wa("0xd")][wa("0x4a")][wa("0xb")][wa("0x36")]);for(const t of n)for(const e of n)if(t!=e&&!this._areMergableCells(t,e))return!1;return!0}_areMergableCells(t,e){const n=this[wa("0xd")][wa("0x19")][wa("0x3e")](wa("0x22")),o=this[wa("0xd")].model.createRangeOn(t),s=this[wa("0xd")][wa("0x4a")][wa("0x3")](e),r=new Set,i=new Set;for(const t of n[wa("0x2b")]())if((wa("0xa")==t[wa("0x3c")]||wa("0x13")==t[wa("0x3c")]||"mergeTableCells"==t[wa("0x26")])&&t.isInContent)for(const e of t[wa("0x47")]())e[wa("0x32")](o,!0)&&r[wa("0x3b")](t.type+":"+t.author.id),e[wa("0x32")](s,!0)&&i.add(t[wa("0x3c")]+":"+t[wa("0x3a")].id);if(r[wa("0x46")]!=i.size)return!1;for(const t of r)if(!i.has(t))return!1;return!0}}const Ma=["mapper","showSuggestionHighlights","format","TableUtils","removeClass","highest","last","nodeBefore","ck-suggestion-marker-","forceValue","markerRange","getCellLocation","index","getRowIndexes","_acceptFormatSuggestionCallbackFactory","findAncestor","end","locale","getSuggestion","getSelectionAffectedTableCells","headingColumns","FORMAT_HEADER_COLUMN","enableCommand","createRange","setTableRowHeader","data","addClass","change","_splitMarkerName","setAttribute","FORMAT_REGULAR_COLUMN","writer","nodeAfter","document","consumable","accept","_descriptionFactory","markerName","commandName","ck-suggestion-marker--active","formatBlock","getAttribute","downcastDispatcher","_suggestionFactory","has","get","registerCustomCallback","from","includes","cell","parent","createPositionAfter","FORMAT_HEADER_ROW","first","markBlockFormat","options","childCount","getColumnIndexes","commands","data-suggestion","setTableColumnHeader","registerDescriptionCallback","name","headingRows","start","plugins","createTableWalker","table","addMarker:suggestion","getChild","createPositionBefore","afterInit","toViewElement","model","bindElementToMarker"];var Oa,Fa;Oa=Ma,Fa=437,function(t){for(;--t;)Oa.push(Oa.shift())}(++Fa);const Pa=function(t,e){return Ma[t-=0]};class Da extends t.Plugin{static get requires(){return[va]}[Pa("0x9")](){const t=this.editor;if(!t[Pa("0x3")][Pa("0x39")]("TableEditing"))return;const e=t[Pa("0x1e")],n=t[Pa("0x3")][Pa("0x3a")]("TrackChangesEditing"),o=t[Pa("0x3")].get(Pa("0x10")),s=t[Pa("0x3")][Pa("0x3a")](va);function r({showActiveMarker:t=!0,setDataAttribute:e=!0}={}){return(s,r,i)=>{const{type:a,id:x}=n[Pa("0x29")](r.markerName),c=n[Pa("0x1f")](x);if(!c[Pa("0x26")]||Pa("0x49")!=c[Pa("0x26")][Pa("0x33")])return;if(r.item)return void s.stop();if(!i[Pa("0x2f")].consume(r.markerRange,s[Pa("0x0")]))return;const l=r.markerRange[Pa("0x2")][Pa("0x2d")],u=r[Pa("0x17")][Pa("0x1d")][Pa("0x14")],d=l[Pa("0x3f")][Pa("0x3f")],{column:g}=o.getCellLocation(l),{column:m}=o[Pa("0x18")](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[Pa("0x3e")],c=i.mapper[Pa("0xa")](s);i.writer.addClass(Pa("0x15")+a,c),e&&i[Pa("0x2c")][Pa("0x2a")](Pa("0x48"),x,c),i[Pa("0xd")][Pa("0xc")](c,r[Pa("0x32")]),t&&(n.activeMarkers[Pa("0x3d")](r[Pa("0x32")])?i[Pa("0x2c")][Pa("0x27")](Pa("0x34"),c):i.writer[Pa("0x11")](Pa("0x34"),c))}}}}n[Pa("0x23")](Pa("0x25"),((e,s)=>{const r=o[Pa("0x20")](t[Pa("0xb")].document.selection),i=o[Pa("0x1a")](r),a=r[0][Pa("0x1c")](Pa("0x5")),x=a.getAttribute(Pa("0x1"))||0,c=s&&null!==s.forceValue?s.forceValue:!t[Pa("0x47")].get(Pa("0x25")).value,l=c?i.last:i[Pa("0x42")],u=a.getChild(l);let d;if(c){const e=a[Pa("0x7")](x);if(u[Pa("0x19")]<e.index)return;d=t[Pa("0xb")][Pa("0x24")](t.model.createPositionBefore(e[Pa("0x7")](0)),t[Pa("0xb")][Pa("0x40")](u.getChild(u.childCount-1)))}else{const e=a[Pa("0x7")](x-1);if(!e)return;d=t[Pa("0xb")][Pa("0x24")](t[Pa("0xb")][Pa("0x8")](u[Pa("0x7")](0)),t.model.createPositionAfter(e[Pa("0x7")](e[Pa("0x45")]-1)))}t[Pa("0xb")][Pa("0x28")]((()=>{n[Pa("0x43")](d,{commandName:Pa("0x25"),commandParams:[{forceValue:c}]},[],Pa("0x25"))}))})),n[Pa("0x23")](Pa("0x49"),((e,o)=>{const s=t[Pa("0x3")][Pa("0x3a")]("TableUtils"),r=s.getSelectionAffectedTableCells(t[Pa("0xb")][Pa("0x2e")].selection),i=s[Pa("0x46")](r),a=r[0][Pa("0x1c")](Pa("0x5")),x=a[Pa("0x36")](Pa("0x21"))||0,c=o&&null!==o[Pa("0x16")]?o[Pa("0x16")]:!t[Pa("0x47")].get(Pa("0x49")).value;let l;const u=a[Pa("0x7")](0),d=c?i[Pa("0x13")]:i[Pa("0x42")],g=s[Pa("0x4")](a,{startRow:0,column:d,includeAllSlots:!1}),m=Array[Pa("0x3c")](g)[0].cell;if(c){const e=u[Pa("0x7")](x);if(m.isBefore(e))return;l=t[Pa("0xb")][Pa("0x24")](t[Pa("0xb")][Pa("0x8")](e),t[Pa("0xb")][Pa("0x40")](m))}else{const e=u[Pa("0x7")](x-1);if(!e)return;l=t.model.createRange(t.model.createPositionBefore(m),t.model[Pa("0x40")](e))}t[Pa("0xb")][Pa("0x28")]((()=>{n[Pa("0x43")](l,{commandName:Pa("0x49"),commandParams:[{forceValue:c}]},[],Pa("0x49"))}))})),t.editing[Pa("0x37")].on(Pa("0x6"),r(),{priority:Pa("0x12")}),t.data[Pa("0x37")].on(Pa("0x6"),((t,e,n)=>{n[Pa("0x44")][Pa("0xe")]&&r({showActiveMarker:!1,setDataAttribute:!1})(t,e,n)}),{priority:Pa("0x12")}),t.editing[Pa("0x37")].on("removeMarker:suggestion",((t,e,o)=>{const{type:s,id:r}=n[Pa("0x29")](e.markerName),i=n[Pa("0x1f")](r);if(!i.data||Pa("0x49")!=i[Pa("0x26")].commandName)return;const a=o[Pa("0xd")].markerNameToElements(e.markerName);if(a)for(const t of a)o[Pa("0x2c")].removeClass("ck-suggestion-marker-"+s,t),o[Pa("0x2c")].removeClass("ck-suggestion-marker--active",t),o.writer.removeAttribute(Pa("0x48"),t),o[Pa("0xd")].unbindElementFromMarkerName(t,e.markerName)}),{priority:Pa("0x12")}),n[Pa("0x31")][Pa("0x4a")]((t=>{const{data:n}=t;if(n){if(Pa("0x25")==n.commandName){const t=n.commandParams[0][Pa("0x16")];return o(Yo(e,t?Pa("0x41"):"FORMAT_REGULAR_ROW"))}if(Pa("0x49")==n[Pa("0x33")]){const t=n.commandParams[0].forceValue;return o(Yo(e,Pa(t?"0x22":"0x2b")))}}function o(t){return{type:Pa("0xf"),content:Yo(e,"*Format:* %0",t)}}}));const i=s[Pa("0x1b")]();n[Pa("0x38")][Pa("0x3b")]("formatBlock",Pa("0x25"),Pa("0x30"),i),n[Pa("0x38")][Pa("0x3b")](Pa("0x35"),Pa("0x49"),Pa("0x30"),i)}}const Ba=["getChildren","has","tablePasteRow","low","_createdBatches","markerToHighlight","tableCellBorderColor","schema","insertContent","markerAttributes","discard","showSuggestionHighlights","getContainedElement","isEmpty","_suggestionFactory","_splitMarkerName","accept","createTableWalker","includes","removeColumns","createRangeIn","tablePasteCell","plugins","conversion","some","removeMarkers","getRange","root","selection","getChangedMarkers","columnInsertionIndexes","length","column","getRanges","getChild","endColumn","markers","getColumnIndexes","differ","markMultiRangeInsertion","element","suggestionLoaded","view","for","keys","getAllAdjacentSuggestions","stop","remove","cell","suggestionUnloaded","documentSelection","Users","push","TrackChangesEditing","every","setAttributes","markMultiRangeDeletion","batch","insertColumns","change","get","locale","registerDescriptionCallback","first","editing","createElement","getRowIndexes","tablePasteChainId","$graveyard","getSelectionAffectedTableCells","_getCoordsForCells","insertionRanges","paragraph","getTableIfOnlyTableInContent","subType","end","map","_tablePostFixingSubtypes","add","containsRange","suggestion","tableCell","getSuggestions","newRange","insertRows","listenTo","set","next","table","row","registerCustomCallback","afterInit","TableUtils","removeMarker","activeMarkers","formatBlock","ck-suggestion-marker","clipboardOutput","reduce","unwrap","value","join","rowInsertionRanges","suggestion:formatBlock:tablePasteCell","registerPostFixer","document","getAttributes","getMarkers","isEqual","elementToElement","from","insertion","deletion","startsWith","nodeAfter","oldRange","options","name","position","*Replace table cells*","hasSuggestion","tableCellSuggestion","_descriptionFactory","register","tablePasteColumn","find","markerName","isInContent","ck-suggestion-marker--active","getColumns","author","editor","filter","dataDowncast","model","markMultiRangeBlockFormat","commands","forceDefaultExecution","last","createRangeOn","insert","nextSibling","tableCellVerticalAlignment","fromEntries","removeRows","findAncestor","previous","type","columnInsertionRanges","rowInsertionIndexes","high","move","endRow","tablePaste","attributes","entries","cells","_replaceTableSlotCell","deletionRanges"];var ja,Ua;ja=Ba,Ua=416,function(t){for(;--t;)ja.push(ja.shift())}(++Ua);const Ga=function(t,e){return Ba[t-=0]},Ha=["tableCellBorderWidth",Ga("0x43"),"tableCellBorderStyle","tableCellHorizontalAlignment",Ga("0x2c"),"tableCellBackgroundColor","tableCellPadding"],Wa=Object.fromEntries(Ha[Ga("0x89")]((t=>[t,null])));class Va extends t.Plugin{static get requires(){return[va]}[Ga("0x98")](){const t=this[Ga("0x21")];if(!t[Ga("0x53")][Ga("0x3e")]("TableClipboard"))return;const n=t.plugins.get(Ga("0x72")),o=t[Ga("0x53")].get(Ga("0x99")),s=t[Ga("0x53")][Ga("0x79")](va),r=t[Ga("0x53")][Ga("0x79")]("TableClipboard");s[Ga("0x8a")][Ga("0x71")](Ga("0x3f"),Ga("0x1a")),t[Ga("0x24")][Ga("0x44")][Ga("0x19")](Ga("0x17"),{allowIn:Ga("0x8e"),allowContentOf:"tableCell",isLimit:!0}),t[Ga("0x54")][Ga("0xb")]({model:Ga("0x17"),view:"suggestion-td"});let i=null;t[Ga("0x24")].on(Ga("0x45"),((s,a)=>{const[x,c]=a,l=a[a[Ga("0x5c")]-1];l&&l[Ga("0x27")]||n._isForcedDefaultExecutionBlock||this.editor[Ga("0x26")][Ga("0x79")]("trackChanges")[Ga("0x2")]&&function(t,e,n,o,s){if(e&&!e.is(Ga("0x6f")))return!1;const r=s[Ga("0x86")](t,n);if(!r||!Ka(r,void 0,o))return!1;const i=o[Ga("0x82")](n[Ga("0x7")][Ga("0x59")]);if(!i[Ga("0x5c")])return!1;const a=i[0][Ga("0x2f")](Ga("0x95")),x=o[Ga("0x7f")](i),c=o[Ga("0x62")](i),l={startRow:x[Ga("0x7c")],endRow:x[Ga("0x28")],startColumn:c.first,endColumn:c[Ga("0x28")]};return 1==i.length&&(l[Ga("0x36")]+=o.getRows(r)-1,l[Ga("0x60")]+=o[Ga("0x1f")](r)-1),Ka(a,l,o)}(x,c,t[Ga("0x24")],o,r)&&(s[Ga("0x6b")](),i={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},t[Ga("0x24")].change((()=>{t.model.insertContent(a[0],a[1],a[2],{forceDefaultExecution:!0});const o=(0,e.uid)(),{rowInsertionRanges:s,columnInsertionRanges:r,insertionRanges:x,deletionRanges:c,cells:l}=i;s[Ga("0x5c")]&&n[Ga("0x64")](s,Ga("0x3f"),{tablePasteChainId:o}),r.length&&n[Ga("0x64")](r,Ga("0x1a"),{tablePasteChainId:o}),x[Ga("0x5c")]&&n[Ga("0x64")](x,Ga("0x37"),{tablePasteChainId:o,skipNestingCheck:!0}),c[Ga("0x5c")]&&n[Ga("0x75")](c,Ga("0x37"),{tablePasteChainId:o,skipNestingCheck:!0});const u=n[Ga("0x25")](l.map((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],Ga("0x52"),{tablePasteChainId:o});if(u){const e=u[Ga("0x9")](),n=[];for(const{element:o,attributes:s}of l){if(!s)continue;const r=t.model[Ga("0x29")](o),i=e[Ga("0x1b")]((t=>t.getRange()[Ga("0xa")](r)));i&&n.push([i[Ga("0x13")],s])}n[Ga("0x5c")]&&u.setAttribute(Ga("0x46"),Object[Ga("0x2d")](n))}i=null})))}),{priority:e.priorities.high+10}),t[Ga("0x53")].get("TableClipboard").on(Ga("0x3b"),((t,e)=>{const[n,o,,s]=e;if(!i)return;t[Ga("0x6b")]();const r=n[Ga("0x6d")],a=o,x=za(r),c=za(a);t.return=r;let l=null,u=null;if(c||x)if(x&&!c){s[Ga("0x6c")](r[Ga("0x5f")](0));for(const t of Array[Ga("0xc")](a[Ga("0x3d")]()))s[Ga("0x2a")](t,r,Ga("0x88"));const t=i[Ga("0x33")].includes(n[Ga("0x96")]),e=i[Ga("0x5b")].includes(n[Ga("0x5d")]);t||e||(l=s[Ga("0x51")](r))}else c&&!x&&(u=s[Ga("0x51")](r));else{const t=s[Ga("0x7e")](Ga("0x17")),e=s[Ga("0x7e")](Ga("0x17"));s.wrap(s.createRangeIn(r),e),s.insert(t,r,0);for(const e of Array[Ga("0xc")](a[Ga("0x3d")]()))s[Ga("0x2a")](e,t,Ga("0x88"));l=s[Ga("0x29")](t),u=s[Ga("0x29")](e)}const d=Array[Ga("0xc")](a[Ga("0x8")]())[Ga("0x22")]((([t])=>Ha.includes(t)));i[Ga("0x3a")][Ga("0x71")]({element:r,attributes:d.length?Object.fromEntries(d):null}),l&&i[Ga("0x84")][Ga("0x71")](l),u&&i[Ga("0x3c")][Ga("0x71")](u)}),{priority:Ga("0x34")}),o.on(Ga("0x77"),((e,n)=>{const[s,r={}]=n;if(!i)return;const a=r.at||0,x=r.columns||1;i.columnInsertionIndexes=new Array(x).fill(a)[Ga("0x89")](((t,e)=>t+e));for(const{cell:e}of o[Ga("0x4e")](s,{startColumn:a,endColumn:a+x-1}))i[Ga("0x32")][Ga("0x71")](t[Ga("0x24")][Ga("0x29")](e))}),{priority:Ga("0x40")}),o.on(Ga("0x91"),((e,n)=>{const[s,r={}]=n;if(!i)return;const a=r.at||0,x=r.rows||1;i[Ga("0x33")]=new Array(x).fill(a)[Ga("0x89")](((t,e)=>t+e));for(const{cell:e}of o.createTableWalker(s,{startRow:a,endRow:a+x-1}))i[Ga("0x4")][Ga("0x71")](t[Ga("0x24")][Ga("0x29")](e))}),{priority:"low"}),n[Ga("0x18")][Ga("0x7b")]((e=>{if(e.subType&&e.subType[Ga("0xf")](Ga("0x37")))return e[Ga("0x30")]?{}:{type:Ga("0xd"),content:Yo(t[Ga("0x7a")],Ga("0x15"))}}));const a=()=>{};for(const t of[Ga("0x37"),Ga("0x1a"),Ga("0x3f"),Ga("0x52")])n[Ga("0x4b")][Ga("0x97")]("insertion",t,Ga("0x3"),a),n[Ga("0x4b")].registerCustomCallback(Ga("0xe"),t,"join",a);n._suggestionFactory[Ga("0x97")](Ga("0x9c"),Ga("0x52"),"discard",a),n._suggestionFactory[Ga("0x97")](Ga("0x9c"),Ga("0x52"),Ga("0x4d"),((e,n,o)=>{const s=e[Ga("0x89")]((t=>t[Ga("0x49")]()))[Ga("0x22")]((t=>t)),r=new Map(s[Ga("0x89")]((t=>[t,null])));if(i)for(const{element:t,attributes:e}of i[Ga("0x3a")])e&&r[Ga("0x93")](t,e);else if(o&&o.markerAttributes)for(const[e,n]of Object[Ga("0x39")](o[Ga("0x46")])){const o=t[Ga("0x24")][Ga("0x61")].get(e),s=o?o[Ga("0x57")]()[Ga("0x49")]():null;s&&r[Ga("0x93")](s,n)}t.model[Ga("0x78")]((t=>{for(const[e,n]of r)t[Ga("0x74")]({...Wa,...n},e)}))}));const x=(e,o)=>{n._suggestionFactory[Ga("0x97")](e,Ga("0x37"),o,((s,r,i)=>{t[Ga("0x24")].change((t=>{const a=[];for(const t of s){const e=t.start[Ga("0x10")];e.is(Ga("0x65"),"tableCellSuggestion")&&a[Ga("0x71")](e)}n[Ga("0x4b")].getSuggestionCallback(e,null,o)(s,r,i);for(const e of a)Ga("0x81")!=e[Ga("0x58")].rootName&&t.unwrap(e)}))}))};x("insertion",Ga("0x4d")),x(Ga("0xd"),Ga("0x47")),x(Ga("0xe"),Ga("0x4d")),x(Ga("0xe"),"discard"),n[Ga("0x4b")][Ga("0x97")]("insertion",Ga("0x3f"),Ga("0x47"),(t=>{const e=t[Ga("0x89")]((t=>t[Ga("0x49")]())),n=e[0][Ga("0x2f")](Ga("0x95")),{minRow:r,maxRow:i}=s[Ga("0x83")](e);o[Ga("0x2e")](n,{at:r,rows:i-r+1})})),n[Ga("0x4b")].registerCustomCallback(Ga("0xd"),Ga("0x1a"),Ga("0x47"),(t=>{const e=t[Ga("0x89")]((t=>t[Ga("0x49")]())),n=e[0].findAncestor(Ga("0x95")),{minColumn:r,maxColumn:i}=s[Ga("0x83")](e);o[Ga("0x50")](n,{at:r,columns:i-r+1})}));const c=(t,e)=>{if(!e[Ga("0x87")]||!e[Ga("0x87")].startsWith(Ga("0x37")))return;const o=e[Ga("0x38")].tablePasteChainId,s=n[Ga("0x8f")]()[Ga("0x22")]((t=>t[Ga("0x1d")]&&t[Ga("0x38")]&&t[Ga("0x38")][Ga("0x80")]==o));s[Ga("0x5c")]&&e[Ga("0x6a")]().length!=s.length&&s[Ga("0x0")](((t,e)=>(t[Ga("0x94")]=e,e.previous=t,e)))};function l(t,e=!0){const{id:o}=n[Ga("0x4c")](t[Ga("0x1c")]),s=[Ga("0x9d"),"ck-suggestion-marker-insertion"],r=n[Ga("0x9b")][Ga("0x4f")](t.markerName);return r&&s[Ga("0x71")](Ga("0x1e")),{classes:s,attributes:{"data-suggestion":o},priority:r&&e?3010:3e3}}n.on(Ga("0x66"),c,{priority:Ga("0x34")}),n.on(Ga("0x6e"),c,{priority:Ga("0x34")}),t[Ga("0x24")][Ga("0x7")].registerPostFixer((()=>{let e=!1;const o=Array[Ga("0xc")](t[Ga("0x24")].document[Ga("0x63")][Ga("0x5a")]());for(const{name:s,data:r}of o){const{group:o,type:i,id:a}=n[Ga("0x4c")](s);if("suggestion"!=o||Ga("0xe")!=i||r[Ga("0x11")])continue;if(!n[Ga("0x16")](a))continue;const x=n.getSuggestion(a)[Ga("0x5e")](),c=t[Ga("0x53")][Ga("0x79")](Ga("0x70")).me;for(const t of n[Ga("0x8f")]())if(t[Ga("0x1d")]&&t.author==c&&Ga("0x9c")==t.type&&Ga("0x52")==t.subType&&t[Ga("0x5e")]()[Ga("0x73")]((t=>x[Ga("0x55")]((e=>e[Ga("0x8c")](t,!0))))))for(const n of t[Ga("0x6a")]())n[Ga("0x1d")]&&(n[Ga("0x47")](),e=!0)}return e})),t.model[Ga("0x7")][Ga("0x6")]((e=>{const o=t.commands[Ga("0x79")]("redo");if(!o||!o[Ga("0x41")].has(e[Ga("0x76")]))return!1;let s=!1;const r=t.plugins.get("Users").me,i=t[Ga("0x24")][Ga("0x7")][Ga("0x63")].getChanges(),a=Array[Ga("0xc")](t[Ga("0x24")][Ga("0x7")].differ[Ga("0x5a")]()).filter((({name:t,data:e})=>{const{group:o,subType:s,authorId:i}=n[Ga("0x4c")](t);return Ga("0x8d")==o&&Ga("0x37")==s&&i==r.id&&!e[Ga("0x11")]}));for(const t of i){if(Ga("0x2a")!=t[Ga("0x31")]||Ga("0x17")!=t[Ga("0x13")]||1!=t[Ga("0x5c")])continue;const n=e.createRange(t.position,t[Ga("0x14")].getShiftedBy(1));if(!a[Ga("0x1b")]((({data:t})=>t[Ga("0x90")].isEqual(n))))for(const{name:t,data:o}of a)if(n.containsRange(o[Ga("0x90")])){e.updateMarker(t,{range:n}),s=!0;break}}return s})),t[Ga("0x24")][Ga("0x7")][Ga("0x6")]((e=>{let o=!1;const s=t[Ga("0x53")][Ga("0x79")]("Users").me,r=n[Ga("0x8f")]()[Ga("0x22")]((t=>t[Ga("0x1d")]&&t[Ga("0x20")]==s)),i=new Set,a=new Set;for(const t of r)if("tablePaste"==t[Ga("0x87")])for(const e of t[Ga("0x9")]()){const n=e[Ga("0x57")]()[Ga("0x49")]();if(n)if(n.is(Ga("0x65"),"tableCellSuggestion")&&za(n)){t.removeMarker(e.name),i[Ga("0x8b")](n),o=!0;const s=n[Ga("0x2b")],r=n.previousSibling,x=s&&s.is(Ga("0x65"),Ga("0x17")),c=r&&r.is("element","tableCellSuggestion");x&&!i[Ga("0x3e")](s)&&a.add(s),c&&!i.has(r)&&a[Ga("0x8b")](r)}else n.is("element",Ga("0x85"))&&n[Ga("0x4a")]&&(t[Ga("0x9a")](e[Ga("0x13")]),o=!0)}else if("tablePasteCell"==t.subType){if(!t[Ga("0x38")]||!t.attributes[Ga("0x80")])continue;const e=t.attributes.markerAttributes;if(e&&Object[Ga("0x69")](e)[Ga("0x5c")])continue;const n=t[Ga("0x38")].tablePasteChainId;let s=!0,i=!0;for(const e of r)if(e[Ga("0x87")]&&e.subType.startsWith(Ga("0x37"))){if(!e[Ga("0x38")][Ga("0x80")]){i=!1;break}if(e.id!=t.id&&e.attributes[Ga("0x80")]==n){s=!1;break}}i&&s&&(t[Ga("0x56")](),o=!0)}for(const t of i)e.remove(t);for(const t of a)e[Ga("0x1")](t);return o})),t[Ga("0x54")].for("editingDowncast")[Ga("0x42")]({model:Ga("0x5"),view:(t,e)=>l(t),converterPriority:Ga("0x34")}),t.conversion[Ga("0x68")](Ga("0x23")).markerToHighlight({model:Ga("0x5"),view:(t,e)=>e[Ga("0x12")][Ga("0x48")]?l(t,!1):null,converterPriority:"high"});const u=t[Ga("0x7d")][Ga("0x67")];this[Ga("0x92")](u[Ga("0x7")],Ga("0x9e"),((t,e)=>{const n=[];for(const t of u[Ga("0x51")](e.content).getItems())t.is(Ga("0x65"),"suggestion-td")&&n[Ga("0x71")](t);u[Ga("0x78")]((t=>{for(const e of n)t[Ga("0x35")](t[Ga("0x51")](e),t.createPositionBefore(e)),t[Ga("0x6c")](e)}))}))}}function za(t){if(t[Ga("0x4a")])return!0;const e=t.getChild(0);return e.is(Ga("0x65"),Ga("0x85"))&&e.isEmpty}function Ka(t,e={},n){for(const{isAnchor:o,cellHeight:s,cellWidth:r}of n[Ga("0x4e")](t,{includeAllSlots:!0,...e}))if(!o||1!=s||1!=r)return!1;return!0}const qa=["*Format:* resize table","TableColumnResizeEditing","resizeTable","getSelectedElement","author","handleResizeTableWidthCommand","document","bind","enableCommand","model","registerCustomCallback","table","get","locale","tableWidth","commandParams","getTableColumnsWidths","discard","editor","getAttribute","getColumnGroupElement","_suggestionFactory","handleSuggestionDescription","TrackChangesEditing","resizeColumnWidths","subType","getContainedElement","columnWidths","resizeTableWidth","plugins","selection","registerDescriptionCallback","formatBlock","data","accept","Users","markBlockFormat","_descriptionFactory"];var Xa,$a;Xa=qa,$a=224,function(t){for(;--t;)Xa.push(Xa.shift())}(++$a);const Ja=function(t,e){return qa[t-=0]};class Qa extends t.Plugin{afterInit(){if(!this.editor[Ja("0x21")].has("TableColumnResizeEditing"))return;const t=this[Ja("0x16")][Ja("0x21")][Ja("0x10")](Ja("0x1b"));t[Ja("0xc")](Ja("0x20"),this[Ja("0x9")][Ja("0xb")](this)),t[Ja("0xc")](Ja("0x1c"),this[Ja("0x9")][Ja("0xb")](this)),t[Ja("0x19")][Ja("0xe")]("formatBlock",Ja("0x6"),Ja("0x0"),t._suggestionFactory.getSuggestionCallback("formatBlock",null,"discard")),t._suggestionFactory[Ja("0xe")]("formatBlock",Ja("0x6"),Ja("0x15"),t[Ja("0x19")].getSuggestionCallback(Ja("0x24"),null,Ja("0x0"))),t[Ja("0x3")][Ja("0x23")](this[Ja("0x1a")][Ja("0xb")](this))}handleResizeTableWidthCommand(t,e){const n=this.editor[Ja("0x21")][Ja("0x10")]("TrackChangesEditing"),o=this[Ja("0x16")][Ja("0x21")][Ja("0x10")](Ja("0x5")),s=e[Ja("0xf")]||this[Ja("0x16")][Ja("0xd")][Ja("0xa")][Ja("0x22")][Ja("0x7")]();this[Ja("0x16")][Ja("0xd")].change((()=>{const r=o[Ja("0x18")](s);let i=r?o[Ja("0x14")](r):null,a=s[Ja("0x17")](Ja("0x12"))||null;const x=e.tableWidth||a,c=e[Ja("0x1f")]||i,l=this.editor.plugins[Ja("0x10")](Ja("0x1")).me;for(const t of n.getSuggestions()){const e=t[Ja("0x1e")]();if(Ja("0x6")===t[Ja("0x1d")]&&e===s){t[Ja("0x8")]!==l&&t.discard();const e=t[Ja("0x25")][Ja("0x13")];a=e[0][Ja("0x12")],i=e[0].columnWidths;break}}t({table:s,tableWidth:x,columnWidths:c}),n[Ja("0x2")](s,{commandName:Ja("0x20"),commandParams:[{tableWidth:a,columnWidths:i}],formatGroupId:Ja("0x6")},[],Ja("0x6"))}))}[Ja("0x1a")](t){const{data:e}=t;if(e&&Ja("0x6")===e.formatGroupId){const t=Ja("0x4");return{type:"format",content:Yo(this.editor[Ja("0x11")],t)}}}}const Za=["element","registerPostFixer","registerElementLabel","ELEMENT_TITLE","_splitMarkerName","get","differ","start","isTouching","TrackChangesEditing","nodeBefore","_descriptionFactory","document","locale","model","from","title-content","Title","removeMarker","isCollapsed","editor","getNearestSelectionRange","schema","getChangedMarkers","newRange","plugins","end","afterInit"];var Ya,tx;Ya=Za,tx=119,function(t){for(;--t;)Ya.push(Ya.shift())}(++tx);const ex=function(t,e){return Za[t-=0]};class nx extends t.Plugin{[ex("0x14")](){const t=this[ex("0xd")];if(!t[ex("0x12")].has(ex("0xa")))return;const e=t[ex("0x12")][ex("0x1a")](ex("0x2"));e[ex("0x4")][ex("0x17")](ex("0x9"),(()=>Yo(t[ex("0x6")],ex("0x18")))),t[ex("0x7")].document[ex("0x16")]((n=>{let o=!1;const s=Array[ex("0x8")](t[ex("0x7")][ex("0x5")][ex("0x1b")][ex("0x10")]());for(const{name:r,data:i}of s){const{group:s}=e[ex("0x19")](r);if("suggestion"!==s||!i.newRange)continue;const a=i[ex("0x11")],x=a[ex("0x13")][ex("0x3")];if(!x||!x.is(ex("0x15"),ex("0x9")))continue;if(!a.start[ex("0x1")](a[ex("0x13")]))continue;const c=t[ex("0x7")][ex("0xf")][ex("0xe")](a[ex("0x13")],"forward");if(c&&c[ex("0xc")]){const t=n.createRange(a[ex("0x0")],c[ex("0x0")]);t.isEqual(a)||(n.updateMarker(r,{range:t}),o=!0)}o||(n[ex("0xb")](r),o=!0)}return o}))}}const ox=["enableCommand","plugins","TrackChangesEditing","UndoEditing","undo","afterInit","get","editor"];var sx,rx;sx=ox,rx=192,function(t){for(;--t;)sx.push(sx.shift())}(++rx);const ix=function(t,e){return ox[t-=0]};class ax extends t.Plugin{[ix("0x5")](){const t=this[ix("0x7")],e=t.plugins[ix("0x6")](ix("0x2"));t[ix("0x1")].has(ix("0x3"))&&(e[ix("0x0")](ix("0x4")),e.enableCommand("redo"))}}const xx=["editor","afterInit","plugins","TableCaptionEditing","has","enableCommand"];var cx,lx;cx=xx,lx=461,function(t){for(;--t;)cx.push(cx.shift())}(++lx);const ux=function(t,e){return xx[t-=0]};class dx extends t.Plugin{static get requires(){return[va]}[ux("0x2")](){const t=this[ux("0x1")];t.plugins[ux("0x5")](ux("0x4"))&&t[ux("0x3")].get("TrackChangesEditing")[ux("0x0")]("toggleTableCaption")}}const gx=["has","locale","DocumentListPropertiesUtils","startIndex","handleListReversedCommand","isFirstBlockOfListItem","type","format","selection","getAttribute","listReversed","markMultiRangeBlockFormat","*Format:* set order to regular","toUpperCase","ELEMENT_","list.properties","handleDescriptions","getListTypeFromListStyleType","afterInit","handleListStyleCommand","listStart","listStyle","plugins","document","*Format:* set order to reversed","DocumentListUtils","commandParams","numbered","_getTranslationKeyForListStyle","expandListBlocksToCompleteList","handleListStartCommand","commandName","from","DocumentListPropertiesEditing","editor","enableCommand","styles","model","TrackChangesEditing","get","_getSuggestionBlocksForListStyle","isListItemBlock","config","length","bind","reversed","*Format:* set start index to %0","filter","change","_getSuggestionBlocks"];var mx,fx;mx=gx,fx=329,function(t){for(;--t;)mx.push(mx.shift())}(++fx);const hx=function(t,e){return gx[t-=0]};class px extends t.Plugin{[hx("0x27")](){if(!this[hx("0x5")][hx("0x2b")][hx("0x15")](hx("0x4")))return;const t=this[hx("0x5")][hx("0xd")].get(hx("0x24")),e=this[hx("0x5")][hx("0x2b")][hx("0xa")](hx("0x9"));t[hx("0x7")]&&e[hx("0x6")](hx("0x2a"),this.handleListStyleCommand.bind(this)),t.reversed&&e[hx("0x6")](hx("0x1f"),this[hx("0x19")][hx("0xf")](this)),t.startIndex&&e[hx("0x6")]("listStart",this[hx("0x1")].bind(this)),e._descriptionFactory.registerDescriptionCallback(this[hx("0x25")].bind(this))}[hx("0x28")](t,e={}){const n=this[hx("0x5")][hx("0x2b")].get(hx("0x9")),o=this._getSuggestionBlocksForListStyle();this[hx("0x5")][hx("0x8")][hx("0x13")]((()=>{n[hx("0x20")](o,{commandName:"listStyle",commandParams:[{type:e.type}],formatGroupId:hx("0x2a")})}))}[hx("0x19")](t,e={}){const n=this.editor[hx("0x2b")].get(hx("0x9")),o=this.editor[hx("0x2b")][hx("0xa")](hx("0x2e")),s=this[hx("0x14")]((t=>o[hx("0xc")](t)&&"numbered"===t[hx("0x1e")]("listType")));null!==s&&this[hx("0x5")].model[hx("0x13")]((()=>{n.markMultiRangeBlockFormat(s,{commandName:hx("0x1f"),commandParams:[{reversed:e[hx("0x10")]}],formatGroupId:hx("0x1f")})}))}[hx("0x1")](t,e={}){const n=this[hx("0x5")][hx("0x2b")].get(hx("0x9")),o=this[hx("0x5")].plugins[hx("0xa")]("DocumentListUtils"),s=this._getSuggestionBlocks((t=>o[hx("0xc")](t)&&hx("0x30")===t[hx("0x1e")]("listType")));null!==s&&this[hx("0x5")].model[hx("0x13")]((()=>{n[hx("0x20")](s,{commandName:"listStart",commandParams:[{startIndex:e[hx("0x18")]}],formatGroupId:hx("0x29")})}))}[hx("0x25")](t){const e=this.editor[hx("0x16")],{data:n}=t;if(!n)return;let o,s;switch(n[hx("0x2")]){case hx("0x2a"):o="*Change to:* %0",s={type:hx("0x1c"),content:Yo(e,o,Yo(e,this[hx("0x31")](n.commandParams[0][hx("0x1b")])))};break;case hx("0x1f"):o=n[hx("0x2f")][0][hx("0x10")]?hx("0x2d"):hx("0x21"),s={type:hx("0x1c"),content:Yo(e,o)};break;case hx("0x29"):o=hx("0x11"),s={type:hx("0x1c"),content:Yo(e,o,n[hx("0x2f")][0][hx("0x18")])}}return s}[hx("0xb")](){const t=this.editor[hx("0x2b")][hx("0xa")]("DocumentListUtils");let e=Array.from(this[hx("0x5")].model[hx("0x2c")][hx("0x1d")].getSelectedBlocks());return e.push(...t.expandListBlocksToCompleteList(e)),e=[...new Set(e)],e}_getSuggestionBlocks(t){const e=this[hx("0x5")].plugins.get(hx("0x2e"));let n=Array[hx("0x3")](this[hx("0x5")][hx("0x8")].document[hx("0x1d")].getSelectedBlocks())[hx("0x12")](t);if(!n[hx("0xe")])return null;n=e[hx("0x0")](n);const o=[];for(const t of n)e[hx("0x1a")](t)&&o.push(t);return o}[hx("0x31")](t){return hx("0x23")+this[hx("0x5")][hx("0x2b")].get(hx("0x17"))[hx("0x26")](t)[hx("0x22")]()+"_LIST_"+t[hx("0x22")]().replace(/-/g,"_")}}const bx=["join","registerCustomCallback","tableCellProperties","enableCommand","_suggestionFactory","tableCellPadding","removeAttribute","tableCellVerticalAlignment","TableCellPropertiesEditing","_handlePropertyChange","tableHeight","tableBackgroundColor","handleDiscardAction","tableAlignment","TrackChangesTableProperties","tableCellBorderWidth","data","format","enqueueChange","editor","_getSuggestion","tableCellHorizontalAlignment","tableBorderColor","start","tableCellBorderColor","getAttribute","getSuggestionCallback","getContainedElement","pluginName","plugins","commandParams","getFirstPosition","discard","afterInit","table","*Format:* change table cell properties","setAttribute","handleSuggestionDescription","tableProperties","selection","getSelectionAffectedTableCells","TablePropertiesEditing","change","model","*Format:* change table properties","findAncestor","tableBorderWidth","get","TableUtils","has","subType","TrackChangesEditing","getSuggestions","accept","registerDescriptionCallback","formatBlock","tableWidth","locale","tableCellHeight","tableCellWidth","document"];var Ex,_x;Ex=bx,_x=438,function(t){for(;--t;)Ex.push(Ex.shift())}(++_x);const Tx=function(t,e){return bx[t-=0]};class Cx extends t.Plugin{constructor(t){super(t),this[Tx("0x1b")]=[Tx("0xb"),"tableBorderStyle",Tx("0x23"),Tx("0x2"),Tx("0x2d"),Tx("0x3c"),Tx("0x0")],this[Tx("0x34")]=[Tx("0xd"),"tableCellBorderStyle",Tx("0x4"),Tx("0x37"),Tx("0x30"),Tx("0x2f"),"tableCellBackgroundColor",Tx("0xa"),Tx("0x39")]}static get[Tx("0x11")](){return Tx("0x3")}[Tx("0x16")](){const t=this[Tx("0x8")][Tx("0x12")][Tx("0x24")](Tx("0x28"));if(this[Tx("0x8")][Tx("0x12")].has(Tx("0x1e"))){for(const e of this[Tx("0x1b")])t[Tx("0x35")](e,((t,n)=>{const o=this[Tx("0x8")][Tx("0x20")][Tx("0x31")][Tx("0x1c")][Tx("0x14")]()[Tx("0x22")](Tx("0x17"));this._handlePropertyChange(e,[o],this.tableProperties,Tx("0x1b"),t,n)}));t[Tx("0x36")][Tx("0x33")](Tx("0x2c"),Tx("0x1b"),Tx("0x2a"),t._suggestionFactory.getSuggestionCallback(Tx("0x2c"),null,Tx("0x15"))),t[Tx("0x36")][Tx("0x33")]("formatBlock",Tx("0x1b"),Tx("0x15"),((t,e)=>this[Tx("0x1")](this[Tx("0x1b")],t,e))),t[Tx("0x36")].registerCustomCallback(Tx("0x2c"),Tx("0x1b"),Tx("0x32"),(()=>!1))}if(this.editor[Tx("0x12")][Tx("0x26")](Tx("0x3a"))){for(const e of this.tableCellProperties)t[Tx("0x35")](e,((t,n)=>{const o=this[Tx("0x8")][Tx("0x12")].get(Tx("0x25"))[Tx("0x1d")](this[Tx("0x8")].model.document.selection);this[Tx("0x3b")](e,o,this.tableCellProperties,Tx("0x34"),t,n)}));t[Tx("0x36")].registerCustomCallback(Tx("0x2c"),Tx("0x34"),Tx("0x2a"),t[Tx("0x36")][Tx("0xf")](Tx("0x2c"),null,Tx("0x15"))),t[Tx("0x36")][Tx("0x33")](Tx("0x2c"),"tableCellProperties",Tx("0x15"),((t,e)=>this[Tx("0x1")](this[Tx("0x34")],t,e))),t._suggestionFactory[Tx("0x33")](Tx("0x2c"),"tableCellProperties","join",(()=>!1))}t._descriptionFactory[Tx("0x2b")]((t=>this.handleSuggestionDescription(t)))}[Tx("0x3b")](t,e,n,o,s,r){const i=this[Tx("0x8")].plugins[Tx("0x24")](Tx("0x28"));this[Tx("0x8")].model[Tx("0x7")](r.batch,(()=>{for(const t of e)if(this[Tx("0x9")](t,o))s(r);else{const e={};for(const o of n){const n=t[Tx("0xe")](o);void 0!==n&&(e[o]=n)}s(r),i.markBlockFormat(t,{commandParams:[e]},[],o)}}))}handleDiscardAction(t,e,n){const o=e[0][Tx("0xc")].nodeAfter,s=n[Tx("0x13")][0];this[Tx("0x8")][Tx("0x20")][Tx("0x1f")]((e=>{for(const n of t)void 0!==s[n]?e[Tx("0x19")](n,s[n],o):e[Tx("0x38")](n,o)}))}[Tx("0x1a")](t){if(t[Tx("0x5")])switch(t[Tx("0x27")]){case Tx("0x1b"):return{type:Tx("0x6"),content:Yo(this.editor[Tx("0x2e")],Tx("0x21"))};case Tx("0x34"):return{type:Tx("0x6"),content:Yo(this[Tx("0x8")][Tx("0x2e")],Tx("0x18"))}}}_getSuggestion(t,e){const n=this[Tx("0x8")].plugins.get("TrackChangesEditing");for(const o of n[Tx("0x29")]({skipNotAttached:!0})){const n=o[Tx("0x10")]();if(o[Tx("0x27")]===e&&n===t)return o}return null}}const yx=["PENDING_ACTION_SUGGESTION","getAncestors","_enabledCommands","options","data-suggestion","update:suggestion","applyOperation","commandName","return","isEqual","selection","activeMarkers","suggestion:","addRange","discard","normal","_customCallbacks","dataToMarker","detach","getMultiRangeId","change:activeMarkers","markerReady","isDocumentOperation","_findSuggestions","elementStart","_handleNewSuggestionMarker","_checkSuggestionCorrectness","values","isObject","insert","has","parent","updateSuggestion","filter","containerElement","subType","_rangeIsInLocalUserInsertion","containsRange","_getExternalAuthor","size","formatInline:chain","isNextTo","refresh","elementToElement","_trackFormatChanges","$graveyard","removeComment","_getAuthorFromId","isMultiRange","_breakSuggestionMarker","howMany","hasCommentThread","createRange","attributes","getChangedMarkers","deletion:discard","insertion:","_defaultCallbacks","createPositionAt","getAttribute","getLastMatchingPosition","@external","registerCustomCallback","marker-count","name","PendingActions","isOwn","accepted","isCollapsed","deletion:join","trackChangesCommand","isAtEnd","isBefore","ck-suggestion-marker--active","_getSuggestionData","external:","deletion","ready","adapter","_setSuggestionData","push","bindElementToMarker","createPositionBefore","enableCommand","formatInline:discard","CommentsRepository","isInContent","acceptSuggestion","isSelectable","next","_adapter","length","commands","deletion:chain","track-changes-suggestion-data-mismatch","formatInline:accept","createRangeIn","_createSuggestion","commentThread","getAllAdjacentSuggestions","delete","suggestionChanged","createPositionAfter","formatInline","pluginName","ck-suggestion-marker-","track-changes-adapter-missing-getsuggestion","markDeletion","root","getShiftedBy","differ","isRemovable","acceptAllSuggestions","conversion","type","formatGroupId","formatInline:","addMarker:suggestion:formatBlock","clone","isUndo","createdAt","setSelection","markInsertion","removed","_registerDefaultCallbacks","split","author","model","suggestionLoaded","splice","every","getChanges","join","addComment","isLimit","splitPosition","high","removeMarkers","nodeAfter","hasSuggestion","markerToData","before","getMarkers","group","getFirstMarker","_commentsRepository","dataDowncast","isIntersectingWithRange","_addSuggestionMarker","locale","_saved","getSuggestionCallback","value","Users","forceDefaultExecution","getWalker","get","move","consumable","previous","getUser","remove","_model","getFirstRange","map","ck-suggestion-marker-formatBlock","isInsideObject","$textProxy","end","addSuggestion","addMarker","schema","plugins","setAttribute","isBlock","getSuggestions","editor","newRange","_suggestionFactory","stop","_setSuggestionRange","_joinWithAdjacentSuggestions","multipleBlocks","track-changes-command-not-found","head","authoredAt","ck-suggestion-marker","formatBlock:accept","sort","range","containsRangeInObject","track-changes-suggestion-not-found","documentSelection","mapper","position","init","define","markerNameToElements","getIntersection","config","trackChanges.trackFormatChanges","getDifference","removeMarker","trackChanges","_isForcedDefaultExecutionBlock","insertion:chain","toViewElement","_editor","enableReadOnlyMode","rootName","discardAllSuggestions","isAfter","fire","consume","data","addClass","nodeBefore","getRanges","formatBlock:chain","rejected","markBlockFormat","execute","deletion:","_cutOutSuggestionMarker","createElement","item","removeMarker:suggestion:formatBlock","insertContent","addSuggestionData","addMarker:suggestion","updateMarker","registerPostFixer","formatBlock:discard","lowest","listenTo","markers","_refreshSuggestionsChain","acceptSelectedSuggestions","markInlineFormat","start","formatInline:join","change","getNearestSelectionRange","writer","editingDowncast","track-changes-adapter-already-set","createSelection","batch","getCustomProperty","resolve","_addThreadToSuggestion","add","fromCharCode","chain","forward","creator","upcast","includes","markerToHighlight","buildSuggestion","_descriptionFactory","_suggestionState","multi","suggestion","markerName","hasComments","for","containsItem","toJSON","_suggestions","catch","set","then","deleteContent","isAtStart","formatBlock:","_joinSuggestions","getItems","showSuggestionHighlights","removeClass","_splitMarkerName","reconvertMarker","insertion","some","unbindElementFromMarkerName","getCommentThread","_onDiscard","containsPosition","suggestion-type","moveTargetPosition","discardSuggestion","getSuggestion","addHighlight","addMarkerName","collaboration.channelId","_removeSuggestion","change:data","_updateSuggestionData","deletion:accept","setTo","widget","element","discardSelectedSuggestions","notReady","dataReady","insertion:join","oldRange","stopListening","formatBlock","document","from","accept","after","low"];var kx,Ax;kx=yx,Ax=103,function(t){for(;--t;)kx.push(kx.shift())}(++Ax);const vx=function(t,e){return yx[t-=0]};class Rx extends t.Plugin{static get requires(){return["CommentsRepository",r.Users,t.PendingActions,cs,Cs,Rs,Ms,Bs,Vs,Js,er,px,ar,dr,br,yr,Ir,Or,jr,Vr,$r,ti,ri,li,fi,_i,Ri,Ni,Di,Hi,qi,Yi,ra,la,ha,Ta,va,Na,Da,dx,Va,Qa,Cx,nx,ax]}static get[vx("0x1")](){return"TrackChangesEditing"}constructor(t){function e(t){return t[vx("0x3d")]((t=>String[vx("0x95")](t))).join("")}super(t),this[vx("0xa8")](vx("0xde"),[]),this.on(vx("0xe7"),((e,n,o,s)=>{this[vx("0x3b")][vx("0x8a")]((()=>{for(const e of[...s,...o])this[vx("0x3b")][vx("0x84")][vx("0xf1")](e)&&t.editing[vx("0xb2")](e)}))})),this[vx("0x9d")]=new ss(this[vx("0x49")].model[vx("0x44")],this[vx("0x49")][vx("0x2e")]),this[vx("0x12d")]=null,this[vx("0x4b")]=new Sx(this.editor),this[vx("0xa6")]=new Map,this[vx("0x2a")]=t[vx("0x45")][vx("0x35")](vx("0x128")),this[vx("0xd5")]=new Set,this[vx("0x3b")]=this[vx("0x49")].model,this[vx("0x9e")]=new WeakMap,this[vx("0x65")]=!1,t[vx("0x60")][vx("0x5d")]("trackChanges.trackFormatChanges",!0),this._trackFormatChanges=t[vx("0x60")].get(vx("0x61")),this[vx("0x119")]=new d(t,this[vx("0xd5")]),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,49,48])}[vx("0x5c")](){const t=this[vx("0x49")];t[vx("0xa")][vx("0xa3")](vx("0x8d")).markerToHighlight({model:vx("0xa0"),view:t=>{const{id:e,type:n}=this._splitMarkerName(t[vx("0xa1")]),o=[vx("0x53"),vx("0x2")+n];let s=3e3;return this.activeMarkers.includes(t[vx("0xa1")])&&(o[vx("0x123")](vx("0x11c")),s=3010),vx("0x11f")==n&&(s+=5),{classes:o,attributes:{"data-suggestion":e},priority:s}}}),t[vx("0xa")][vx("0xa3")](vx("0x2b"))[vx("0x94")]((e=>{e.on(vx("0x7e"),((e,n,o)=>{if(!o[vx("0xd6")][vx("0xaf")])return;const s=n.item;if(!s)return;const r=o.mapper[vx("0x67")](s);t[vx("0x18")][vx("0x44")][vx("0xef")](s)&&r&&!r[vx("0x91")](vx("0xc5"))&&r.is(vx("0xf5"))&&(0,a.toWidget)(r,o[vx("0x8c")])}),{priority:vx("0x21")})})),t[vx("0xa")][vx("0xa3")]("dataDowncast")[vx("0x9b")]({model:vx("0xa0"),view:(t,e)=>{if(!e.options[vx("0xaf")])return null;const{type:n}=this[vx("0xb1")](t[vx("0xa1")]);return{classes:[vx("0x53"),vx("0x2")+n],priority:3e3}}});const n=({showActiveMarkers:e=!0}={})=>(n,o,s)=>{if(!o[vx("0x7a")])return;if(o.item.is(vx("0xdd")))return void s[vx("0x37")][vx("0x6e")](o.item,n[vx("0x113")]);const r=s[vx("0x5a")].toViewElement(o[vx("0x7a")]);if(!o[vx("0x7a")].is(vx("0xc6"))||!t[vx("0x18")][vx("0x44")][vx("0x47")](o[vx("0x7a")])||r[vx("0x91")](vx("0xbd")))return;const{id:i}=this[vx("0xb1")](o[vx("0xa1")]);s.writer[vx("0x70")]([vx("0x53"),"ck-suggestion-marker-formatBlock"],r),s[vx("0x8c")][vx("0x46")](vx("0xd7"),i,r),s[vx("0x5a")][vx("0x124")](r,o[vx("0xa1")]),e&&(this[vx("0xde")][vx("0x9a")](o[vx("0xa1")])?s[vx("0x8c")].addClass("ck-suggestion-marker--active",r):s[vx("0x8c")][vx("0xb0")](vx("0x11c"),r));for(const e of t[vx("0x18")][vx("0x133")](o[vx("0x7a")])[vx("0xae")]())s[vx("0x37")][vx("0x6e")](e,n.name);s.consumable[vx("0x6e")](o[vx("0x7a")],n.name)};t[vx("0xa")][vx("0xa3")](vx("0x2b")).add((t=>{t.on("addMarker:suggestion:formatBlock",((t,e,o)=>{o[vx("0xd6")].showSuggestionHighlights&&n({showActiveMarkers:!1})(t,e,o)}),{priority:"highest"})})),t[vx("0xa")].for(vx("0x2b"))[vx("0x25")]({model:vx("0xa0"),view:(t,e)=>e[vx("0xd6")][vx("0xaf")]?null:{group:vx("0xa0"),name:t.substr(vx("0xa0")[vx("0x12e")]+1)}}),t.conversion[vx("0xa3")](vx("0x99"))[vx("0xfe")]({view:{name:"suggestion",attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(t,{writer:e})=>{let n=vx("0xdf")+t.getAttribute(vx("0xb9"))+":"+t.getAttribute("id");return t[vx("0x10e")]("marker-count")&&(n+=":"+t[vx("0x10e")](vx("0x112"))),e[vx("0x79")]("$marker",{"data-name":n})}}),t[vx("0xa")][vx("0xa3")]("upcast")[vx("0xe4")]({view:vx("0xa0")}),t[vx("0xa")][vx("0xa3")](vx("0x8d"))[vx("0x94")]((t=>{t.on(vx("0xe"),n(),{priority:vx("0x21")})})),t[vx("0xa")][vx("0xa3")](vx("0x8d"))[vx("0x94")]((t=>{t.on(vx("0x7b"),((t,e,n)=>{const o=n[vx("0x5a")][vx("0x5e")](e[vx("0xa1")]);if(o)for(const t of o)t[vx("0x91")]("addHighlight")||(n.writer.removeClass([vx("0x53"),vx("0x3e"),"ck-suggestion-marker--active"],t),n[vx("0x8c")].removeAttribute(vx("0xd7"),t),n.mapper[vx("0xb5")](t,e.markerName))}),{priority:"high"})})),t[vx("0x18")].document[vx("0x80")]((e=>{let n=!1;const o=Array[vx("0xcf")](t[vx("0x18")][vx("0xce")].differ[vx("0x109")]()),s=new Set;for(const{name:a,data:x}of o){const{group:o,type:c,id:l}=this[vx("0xb1")](a);if(vx("0xa0")!==o)continue;const u=this[vx("0xa6")][vx("0x35")](l);if(null!=x[vx("0x4a")])if("formatInline"==c&&(n=n||wx(x[vx("0x4a")],a,e,t[vx("0x18")][vx("0x44")])),x[vx("0x4a")].isCollapsed||vx("0x100")==x[vx("0x4a")][vx("0x5")][vx("0x6a")]||vx("0xcd")==c&&!Mx(x[vx("0x4a")])||"deletion"==c&&(Lx(i=x.newRange)||(r=i)[vx("0x88")][vx("0xf2")]==r[vx("0x41")][vx("0x71")]&&r.start[vx("0x11a")]))e[vx("0x63")](a),n=!0;else{if(!u||!u[vx("0x129")])continue;s[vx("0x94")](u)}}var r,i;return s[vx("0xfa")]>0&&(n=!!this[vx("0x4e")](s)||n),n})),t.model[vx("0xce")][vx("0x80")]((e=>{let n=!1;for(const o of t[vx("0x18")][vx("0xce")][vx("0x7")][vx("0x1c")]()){if("insert"!=o[vx("0xb")])continue;const s=o[vx("0x5b")][vx("0x6")](o[vx("0x12e")]);if(s[vx("0x11a")])for(const r of this[vx("0xa6")][vx("0xee")]()){if(r[vx("0x103")]||!r[vx("0x129")])continue;if(vx("0xcd")!=r[vx("0xb")])continue;const i=r.getFirstRange();if(i.start.parent!=i[vx("0x41")].parent&&i[vx("0x41")][vx("0xdc")](o.position)){const o=t.model[vx("0x107")](i[vx("0x88")],s);e[vx("0x7f")](r[vx("0x29")](),{range:o}),n=!0}}}return n})),t[vx("0x18")][vx("0x84")].on(vx("0xd8"),((t,e,n)=>{if(null==n){const{id:t}=this[vx("0xb1")](e[vx("0x113")]),n=this._suggestions[vx("0x35")](t);n&&n[vx("0xbe")](e[vx("0x113")])}})),t.model.document.on(vx("0xc1"),(()=>{const e=Array[vx("0xcf")](t[vx("0x18")][vx("0xce")][vx("0x7")].getChangedMarkers())[vx("0xf4")]((t=>vx("0xa0")===this[vx("0xb1")](t.name)[vx("0x28")]));if(0===e[vx("0x12e")])return;e[vx("0x55")](((t,e)=>{const n=t[vx("0x6f")][vx("0xcb")],o=e.data[vx("0xcb")];return null===n&&null===o?0:null===n&&null!==o?-1:null!==n&&null===o?1:n[vx("0x88")][vx("0x11b")](o[vx("0x88")])?-1:1}));const n=new Set,o=new Set;for(const{name:t,data:s}of e){const{id:e}=this[vx("0xb1")](t);if(null===s.oldRange){const e=this[vx("0xec")](t);o[vx("0x94")](e)}else{const t=this[vx("0xa6")][vx("0x35")](e);null!==s[vx("0x4a")]||t.isInContent?(n.add(t[vx("0x51")]),o[vx("0x94")](t)):this[vx("0xc0")](t)}}o[vx("0xfa")]>0&&this._refreshSuggestionsChain(o);for(const t of n)this[vx("0x6d")]("suggestionChanged",t)})),t[vx("0x18")].on(vx("0xd9"),((e,n)=>{const o=n[0];if(!this[vx("0xa6")][vx("0xfa")])return;if(!o[vx("0xe9")])return;if(o[vx("0x90")][vx("0x10")]||!o[vx("0x90")].isLocal)return;let s,r;switch(o[vx("0xb")]){case vx("0xf0"):s=t.model.createPositionAt(o[vx("0x5b")]),r=s[vx("0x6")](o[vx("0x105")]);break;case vx("0x16"):s=t[vx("0x18")][vx("0x10d")](o[vx("0x20")]),r=t[vx("0x18")].createPositionAt(o[vx("0xba")]);break;case vx("0x36"):s=t[vx("0x18")].createPositionAt(o.targetPosition),r=s.getShiftedBy(o[vx("0x105")]);break;default:return}const i=t[vx("0x18")][vx("0x107")](s,r);t[vx("0x18")][vx("0x8a")]((()=>{for(const{suggestion:t,meta:e}of this._findSuggestions(i)){if(t.isMultiRange)continue;if(vx("0x0")==t[vx("0xb")])continue;const n=t[vx("0x6f")]&&t.data[vx("0x4f")];(vx("0xcd")!=t.type||vx("0x16")==o.type&&!n)&&(e[vx("0x57")]||vx("0xb3")==t[vx("0xb")]&&e.isOwn||t[vx("0x3c")]()[vx("0xf8")](i)&&this[vx("0x104")](t,s,r))}}))}),{priority:vx("0x82")}),t[vx("0x18")].on(vx("0xaa"),((e,n)=>{const o=n[0],s=n[1];if(s&&s.forceDefaultExecution)return;if(this._isForcedDefaultExecutionBlock)return;if(!this[vx("0x119")][vx("0x31")])return;if(o[vx("0x117")])return;const r=t[vx("0x18")].schema,{start:i,end:a}=o[vx("0x3c")](),x=i[vx("0x23")]&&r[vx("0x1f")](i[vx("0x23")])?null:r.getNearestSelectionRange(i,vx("0x97")),c=a[vx("0x71")]&&r[vx("0x1f")](a[vx("0x71")])?null:r[vx("0x8b")](a,"backward"),l=t.model[vx("0x107")](x?x[vx("0x88")]:i,c?c.end:a);t.model[vx("0x8a")]((e=>{this[vx("0x4")](l);const n=t[vx("0x18")].schema.getNearestSelectionRange(l[vx("0x88")]);o.is(vx("0x59"))?e.setSelection(n):o[vx("0xc4")](n)})),e[vx("0x4c")]()}),{priority:e.priorities[vx("0xe2")]+10}),t.model.on(vx("0x7c"),((e,n)=>{const o=n[n[vx("0x12e")]-1];o&&o[vx("0x33")]||this[vx("0x65")]||this.trackChangesCommand.value&&(t[vx("0x18")][vx("0x8a")]((()=>{let o=t[vx("0x18")][vx("0x7c")](n[0],n[1],n[2],{forceDefaultExecution:!0});if(!o)return;e[vx("0xdb")]=o[vx("0xf")]();const s=o[vx("0x41")][vx("0x71")],r=t.model[vx("0x44")];s&&r[vx("0x47")](s)&&!r[vx("0xef")](s)&&(o=t.model.createRange(o[vx("0x88")],t[vx("0x18")][vx("0x10d")](s,vx("0x41")))),this[vx("0x13")](o)})),e.stop())}),{priority:vx("0x21")}),this[vx("0x49")][vx("0x12f")].add(vx("0x64"),this[vx("0x119")]),this.enableCommand(vx("0x64"));const o=new p(t,this[vx("0xa6")]);t[vx("0x12f")][vx("0x94")](vx("0x12a"),o),this.enableCommand(vx("0x12a"));const s=new C(t,this._suggestions);t.commands[vx("0x94")](vx("0xbb"),s),this[vx("0x126")](vx("0xbb")),t.commands.add(vx("0x9"),new F(t,o,this[vx("0xa6")])),this[vx("0x126")](vx("0x9")),t[vx("0x12f")].add(vx("0x6b"),new F(t,s,this[vx("0xa6")])),this[vx("0x126")](vx("0x6b")),t.commands[vx("0x94")](vx("0x86"),new U(t,o,this[vx("0xa6")])),this[vx("0x126")]("acceptSelectedSuggestions"),t[vx("0x12f")][vx("0x94")]("discardSelectedSuggestions",new U(t,s,this[vx("0xa6")])),this[vx("0x126")](vx("0xc7"));const r=t[vx("0x45")][vx("0x35")](vx("0x128"));this[vx("0x83")](r,vx("0x1e"),((t,{threadId:e})=>{const n=this._suggestions[vx("0x35")](e);n&&n[vx("0x135")]&&1===n[vx("0x135")][vx("0x12e")]&&this[vx("0xc2")](e,{hasComments:!0})}),{priority:vx("0xd2")}),this.listenTo(r,vx("0x101"),((t,{threadId:e})=>{const n=this[vx("0xa6")][vx("0x35")](e);n&&n[vx("0x135")]&&!n[vx("0x135")][vx("0x12e")]&&this[vx("0xc2")](e,{hasComments:!1})}),{priority:"low"})}set[vx("0x121")](t){if(this._adapter)throw new e.CKEditorError(vx("0x8e"),this);this[vx("0x12d")]=t}get[vx("0x121")](){return this[vx("0x12d")]}[vx("0x48")]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=[];for(const e of this[vx("0xa6")][vx("0xee")]())t&&!e[vx("0x129")]||n[vx("0x123")](e);return e?n.map((t=>t[vx("0xa5")]())):n}[vx("0xbc")](t){const n=this._suggestions[vx("0x35")](t);if(!n)throw new e.CKEditorError(vx("0x58"),this);return n}[vx("0x24")](t){return this._suggestions[vx("0xf1")](t)}[vx("0x7d")](t){const{authorId:e,id:n,attributes:o}=t,[s,r]=t.type[vx("0x16")](":"),i=this._suggestions[vx("0x35")](n)||this[vx("0x134")](s,r,n,e,o);if(this[vx("0x93")](i),this._checkSuggestionCorrectness(i,s,r||null,e),i[vx("0x11")]=t.createdAt,o&&o[vx("0x110")]){const t=o[vx("0x110")],e=this[vx("0xf9")](t.authorName);i[vx("0x52")]=t[vx("0x11")],i[vx("0x17")]=e,i.isExternal=!0}else i[vx("0x52")]=t[vx("0x11")];switch(t[vx("0x6f")]&&(i[vx("0x6f")]=t.data),t.attributes&&(i[vx("0x108")]=t[vx("0x108")]),this[vx("0x12d")]&&this[vx("0x12d")][vx("0x42")]||(i[vx("0x2f")]=!0),this[vx("0x9e")][vx("0x35")](i)){case vx("0xc8"):this[vx("0x9e")][vx("0xa8")](i,"dataReady");break;case vx("0xe8"):i[vx("0x129")]?(this[vx("0x9e")][vx("0xa8")](i,"ready"),this[vx("0x6d")]("suggestionLoaded",i)):this[vx("0x9e")][vx("0xa8")](i,"removed")}return i}[vx("0x12a")](t){this[vx("0x33")]((()=>{this[vx("0x49")][vx("0x18")][vx("0x8a")]((()=>{for(const e of t[vx("0x136")]())e[vx("0xd0")]()}))}))}[vx("0xbb")](t){this[vx("0x33")]((()=>{this[vx("0x49")][vx("0x18")][vx("0x8a")]((()=>{for(const e of t[vx("0x136")]())e.discard()}))}))}[vx("0x126")](t,n){const o=this[vx("0x49")][vx("0x12f")][vx("0x35")](t);if(!o)throw new e.CKEditorError(vx("0x50"),this,{commandName:t});this._enabledCommands[vx("0x94")](o),n&&o.on(vx("0x76"),((t,e)=>{this[vx("0x119")][vx("0x31")]&&(this[vx("0x65")]||e.length>0&&e[e[vx("0x12e")]-1]&&e[e[vx("0x12e")]-1].forceDefaultExecution||(n(((...t)=>o[vx("0x76")](...t,{forceDefaultExecution:!0})),...e),t[vx("0x4c")]()))}),{priority:"high"})}forceDefaultExecution(t){let n,o;const s=this[vx("0x65")];this[vx("0x65")]=!0;try{n=t()}catch(t){o=t}return s||(this[vx("0x65")]=!1),o&&e.CKEditorError.rethrowUnexpectedError(o,this),n}markInsertion(t,n=null,o={}){if(t[vx("0x117")])return null;const s=this[vx("0x49")][vx("0x45")].get(vx("0x32")).me;for(const{suggestion:e,meta:o}of this[vx("0xea")](t,vx("0xb3")))if(o.isOwn){if(!o[vx("0xfc")])return e;if(n==e[vx("0xf6")]){const n=e[vx("0x3c")]();return n[vx("0x88")][vx("0xdc")](t[vx("0x41")])?this[vx("0x4d")](e,this[vx("0x3b")][vx("0x107")](t[vx("0x88")],n[vx("0x41")])):this[vx("0x4d")](e,this[vx("0x3b")][vx("0x107")](n[vx("0x88")],t[vx("0x41")])),e}}const r=(0,e.uid)(),i=s.id,a=n?vx("0x10b")+n:vx("0xb3"),x=this[vx("0x122")]({id:r,type:a,createdAt:new Date,authorId:i,attributes:o});return this._addSuggestionMarker(a,r,i,t),x}markMultiRangeInsertion(t,n=vx("0x9f"),o={}){const s=this[vx("0x49")].plugins.get("Users").me,r=this[vx("0x4b")][vx("0x30")](vx("0xb3"),n,vx("0x1d"));for(const e of this[vx("0x48")]())if(e[vx("0x17")].id==s.id&&vx("0xb3")==e.type&&e.subType==n&&(r(e[vx("0x72")](),t)||r(t,e.getRanges()))){for(const n of t)e[vx("0xe0")](n);return e}for(const e of t)for(const{suggestion:n,meta:o}of this._findSuggestions(e,vx("0xb3"))){if(!o.isOwn)continue;let e=!0;for(const o of n[vx("0x72")]())for(const n of t)if(!o.containsRange(n)){e=!1;break}if(e)return n}const i=(0,e.uid)(),a=s.id,x=vx("0x10b")+n,c=this._setSuggestionData({id:i,type:x,createdAt:new Date,authorId:a,attributes:o});for(const e of t)this._addSuggestionMarker(x,i,a,e,Zo[vx("0xe6")]());return c}[vx("0x87")](t,n,o=null,s={}){if(o=o||Nx(n),t[vx("0x117")])return null;if(!1===this[vx("0xff")]){const e=this[vx("0x4b")][vx("0x30")](vx("0x0"),o,"accept");return this.forceDefaultExecution((()=>e([t],n,s))),null}const r=this[vx("0x49")][vx("0x45")][vx("0x35")](vx("0x32")).me,i=[];for(const{suggestion:e,meta:n}of this[vx("0xea")](t,vx("0xb3")))n[vx("0x115")]&&!n[vx("0x3f")]&&i[vx("0x123")](...e[vx("0x72")]());const a=function(t,e){const n=[];for(const o of e){const e=t[vx("0x5f")](o);e&&n[vx("0x123")](e)}return n}(t,i),x=function(t,e){const n=[t];for(const t of e){let e=0;for(;e<n[vx("0x12e")];){const o=n[e][vx("0x62")](t);n[vx("0x1a")](e,1,...o),e+=o[vx("0x12e")]}}return n}(t,i);a[vx("0x12e")]&&this[vx("0x3b")].change((()=>{for(const t of a){const e=this._suggestionFactory[vx("0x30")](vx("0x0"),o,"accept");this[vx("0x33")]((()=>e([t],n,s)))}}));for(const t of x){let i=null,a=t[vx("0x88")],x=t.end;for(const{suggestion:e,meta:n}of this[vx("0xea")](t,vx("0x0"))){if(!n[vx("0x115")])continue;if(e[vx("0xf6")]!=o)continue;const s=e[vx("0x3c")]();if(s[vx("0xf8")](t,!0))return null;a=a[vx("0x11b")](s.start)?a:s[vx("0x88")],x=x[vx("0x6c")](s[vx("0x41")])?x:s[vx("0x41")],i?s[vx("0x88")][vx("0x11b")](i[vx("0x3c")]().start)?(i[vx("0x22")](),i=e):e[vx("0x22")]():i=e}const c=this._model[vx("0x107")](a,x);if(i)this[vx("0x4d")](i,c);else{const t=(0,e.uid)(),i=r.id;this[vx("0x122")]({id:t,type:vx("0xd")+o,data:n,createdAt:new Date,authorId:i,attributes:s}),this[vx("0x2d")](vx("0xd")+o,t,i,c)}}return null}[vx("0x75")](t,n,o=[],s=null,r={}){n[vx("0xc")]||(n.formatGroupId=n[vx("0xda")]),n.multipleBlocks=t.is(vx("0x56")),s=s||Nx(n);const i=o[vx("0x3d")]((t=>Ox(t,this[vx("0x3b")]))),a=t.is(vx("0x56"))?t:Ox(t,this._model);if(!1===this[vx("0xff")]){const t=this[vx("0x4b")].getSuggestionCallback("formatBlock",s,vx("0xd0"));return this[vx("0x33")]((()=>t([a],n,r))),null}i.push(a);let x=!0;for(const t of i)if(!this._rangeIsInLocalUserInsertion(t)){x=!1;break}if(x){const t=this[vx("0x4b")][vx("0x30")](vx("0xcd"),s,vx("0xd0"));return this[vx("0x33")]((()=>t([a],n,r))),null}let c=null,l=a[vx("0x88")],u=a[vx("0x41")];for(const{suggestion:t,meta:e}of this._findSuggestions(a,vx("0xcd"))){if(!e[vx("0x115")]||e.isNextTo||e[vx("0x57")]||e[vx("0x3f")])continue;if(t[vx("0x6f")].formatGroupId!=n[vx("0xc")])continue;const o=t[vx("0x3c")]();if(t[vx("0xf6")]==s){if(o[vx("0xf8")](a,!0))return null;l=l[vx("0x11b")](o.start)?l:o[vx("0x88")],u=u[vx("0x6c")](o[vx("0x41")])?u:o[vx("0x41")],c?o[vx("0x88")].isBefore(c.getFirstRange()[vx("0x88")])?(c[vx("0x22")](),c=t):t[vx("0x22")]():c=t}else{const e=a[vx("0x5f")](o);this[vx("0x78")](t,e)}}const d=this[vx("0x49")][vx("0x45")].get(vx("0x32")).me,g=(0,e.uid)(),m=d.id;if(c)return this[vx("0x4d")](c,this[vx("0x3b")][vx("0x107")](l,u)),c;{const t=this[vx("0x122")]({id:g,type:"formatBlock:"+s,data:n,createdAt:new Date,authorId:m,attributes:r});return this[vx("0x2d")](vx("0xac")+s,g,m,this[vx("0x3b")][vx("0x107")](l,u)),t}}markMultiRangeBlockFormat(t,n,o=[],s=null,r={}){n[vx("0xc")]||(n[vx("0xc")]=n.commandName);const i=t[0];n[vx("0x4f")]=i.is(vx("0x56")),s=s||Nx(n);const a=o[vx("0x3d")]((t=>Ox(t,this[vx("0x3b")]))),x=i.is(vx("0x56"))?t:t.map((t=>Ox(t,this[vx("0x3b")])));if(!1===this._trackFormatChanges){const t=this[vx("0x4b")][vx("0x30")](vx("0xcd"),s,vx("0xd0"));return this.forceDefaultExecution((()=>t(x,n,r))),null}a[vx("0x123")](...x);let c=!0;for(const t of a)if(!this[vx("0xf7")](t)){c=!1;break}if(c){const t=this[vx("0x4b")].getSuggestionCallback(vx("0xcd"),s,"accept");return this[vx("0x33")]((()=>t(x,n,r))),null}const l=this[vx("0x49")][vx("0x45")][vx("0x35")]("Users").me;for(const t of this.getSuggestions()){if(t[vx("0x17")].id!=l.id)continue;if(vx("0xcd")!=t[vx("0xb")]||t[vx("0x6f")][vx("0xc")]!=n[vx("0xc")])continue;const e=t[vx("0xf6")]==s;for(let n=0;n<x.length;n++){const o=x[n];for(const s of t[vx("0x27")]()){const r=s.getRange();if(o[vx("0xdc")](r)){e?(x[vx("0x1a")](n,1),n--):t[vx("0x63")](s.name);break}}}}if(0==x[vx("0x12e")])return null;const u=this._suggestionFactory[vx("0x30")]("formatBlock",s,vx("0x1d"));for(const t of this[vx("0x48")]())if(t[vx("0x17")].id==l.id&&vx("0xcd")==t[vx("0xb")]&&t[vx("0x6f")][vx("0xc")]==n[vx("0xc")]&&t[vx("0xf6")]==s&&(u(t[vx("0x72")](),x)||u(x,t[vx("0x72")]()))){for(const e of x)t[vx("0xe0")](e);return t}const d=(0,e.uid)(),g=l.id,m=vx("0xac")+s,f=this._setSuggestionData({id:d,type:m,data:n,createdAt:new Date,authorId:g,attributes:r});for(const t of x)this[vx("0x2d")](m,d,g,t,Zo[vx("0xe6")]());return f}[vx("0x4")](t,n=null,o={}){if(t[vx("0x117")])return null;const s=this[vx("0x49")][vx("0x45")][vx("0x35")](vx("0x32")).me,r=new i.LiveRange(t.start,t.end);for(const{suggestion:t,meta:e}of this[vx("0xea")](r,vx("0xb3")))if(e[vx("0x115")]&&!e[vx("0xfc")])if(t[vx("0x103")]){const e=t[vx("0x72")]()[vx("0xf4")]((t=>"$graveyard"!=t[vx("0x5")][vx("0x6a")]));if(e[vx("0x1b")]((t=>r[vx("0xf8")](t,!0)))&&t[vx("0xe1")](),e.some((t=>t[vx("0xf8")](r,!0)))){const t=this._suggestionFactory[vx("0x30")](vx("0x11f"),n,vx("0xd0"));return this.forceDefaultExecution((()=>t([r],null,o))),null}}else{const e=r[vx("0x5f")](t[vx("0x3c")]());t[vx("0xb7")]([e],null,o)}if(r[vx("0xe5")](),r[vx("0x117")]||vx("0x100")==r[vx("0x5")][vx("0x6a")])return null;let a=null,x=r.start,c=r.end;for(const{suggestion:t,meta:e}of this[vx("0xea")](r,vx("0x11f")))if(e.isOwn)if(t[vx("0x103")]){let e=!0;for(const n of t.getRanges()){if(n[vx("0xf8")](r,!0))return t;r.containsRange(n)||(e=!1)}e&&t[vx("0xe1")]()}else{const e=t.getFirstRange();if(e[vx("0xf8")](r,!0))return t;x=x[vx("0x11b")](e[vx("0x88")])?x:e[vx("0x88")],c=c[vx("0x6c")](e.end)?c:e[vx("0x41")],a?e[vx("0x88")][vx("0x11b")](a.getFirstRange()[vx("0x88")])?(a[vx("0x22")](),a=t):t[vx("0x22")]():a=t}if(a)return this[vx("0x4d")](a,this[vx("0x3b")].createRange(x,c)),a;{const t=(0,e.uid)(),r=this[vx("0x3b")][vx("0x107")](x,c),i=s.id,a=n?"deletion:"+n:vx("0x11f"),l=this[vx("0x122")]({id:t,type:a,createdAt:new Date,authorId:i,attributes:o});return this[vx("0x2d")](a,t,i,r),l}}markMultiRangeDeletion(t,n=vx("0x9f"),o={}){const s=this[vx("0x49")][vx("0x45")][vx("0x35")](vx("0x32")).me,r=t[vx("0x3d")]((t=>new i.LiveRange(t[vx("0x88")],t[vx("0x41")]))),a=new Set;for(const t of r)for(const{suggestion:e,meta:n}of this[vx("0xea")](t,vx("0xb3")))n.isOwn&&!n.isNextTo&&a[vx("0x94")](e);for(const e of a)if(e[vx("0x103")]){const s=e.getRanges();if((!e[vx("0x108")]||!e[vx("0x108")].skipNestingCheck)&&s[vx("0x1b")]((t=>r[vx("0xb4")]((e=>e[vx("0xf8")](t,!0)))))&&e.discard(),r.every((t=>s[vx("0xb4")]((e=>e[vx("0xf8")](t,!0)))))){const e=this[vx("0x4b")][vx("0x30")](vx("0x11f"),n,"accept");return this.forceDefaultExecution((()=>e(t,null,o))),null}}else{const t=e[vx("0x3c")]();if(r.some((e=>e[vx("0xf8")](t,!0)))&&e[vx("0xe1")](),r.every((e=>t[vx("0xf8")](e,!0)))){const t=this[vx("0x4b")][vx("0x30")](vx("0x11f"),n,vx("0xd0"));return this[vx("0x33")]((()=>t(r,null,o))),null}}const x=this._suggestionFactory[vx("0x30")](vx("0x11f"),n,vx("0x1d"));let c=null;for(const t of this[vx("0x48")]())if(t[vx("0x17")].id==s.id&&t[vx("0x129")]&&vx("0x11f")==t[vx("0xb")]&&t[vx("0xf6")]==n&&(x(t[vx("0x72")](),r)||x(r,t.getRanges())))if(c){if(t[vx("0x135")]&&t[vx("0x135")][vx("0x12e")])continue;for(const e of t[vx("0x72")]())c[vx("0x2c")](e)||c[vx("0xe0")](e);t[vx("0x22")]()}else{c=t;for(const e of r)t[vx("0x2c")](e)||t[vx("0xe0")](e)}if(c)return c;a.clear();for(const t of r)for(const{suggestion:e,meta:n}of this._findSuggestions(t,"deletion"))n[vx("0x115")]&&a[vx("0x94")](e);for(const t of a){const e=t[vx("0x72")]();if((!o||!o.skipNestingCheck)&&r.every((t=>e[vx("0xb4")]((e=>e[vx("0xf8")](t,!0))))))return t;(!t.attributes||!t[vx("0x108")].skipNestingCheck)&&e.every((t=>r[vx("0xb4")]((e=>e[vx("0xf8")](t,!0)))))&&t.discard()}const l=(0,e.uid)(),u=s.id,d=vx("0x77")+n,g=this._setSuggestionData({id:l,type:d,createdAt:new Date,authorId:u,attributes:o});for(const t of r)t[vx("0xe5")](),t[vx("0x117")]||vx("0x100")==t[vx("0x5")][vx("0x6a")]||this[vx("0x2d")](d,l,u,t,Zo[vx("0xe6")]());return g}[vx("0x4d")](t,e){const n=t[vx("0x29")]();this[vx("0x3b")][vx("0x8a")]((t=>{t[vx("0x7f")](n,{range:e})}))}[vx("0x93")](t){const e=t.id,n=this.editor.config[vx("0x35")](vx("0xbf"));this[vx("0x2a")][vx("0x106")](e)||this[vx("0x2a")].addCommentThread({channelId:n,threadId:e,isResolvable:!1,isSubmitted:!0});const o=this[vx("0x2a")][vx("0xb6")](e);o.unbind(vx("0x8")),o[vx("0x8")]=!1,t[vx("0x135")]=o}_checkSuggestionCorrectness(t,n,o,s){if(t[vx("0xb")]!=n||t[vx("0xf6")]!=o||t[vx("0x98")].id!=s)throw this[vx("0x49")][vx("0x69")](vx("0x131")),new e.CKEditorError(vx("0x131"),this)}[vx("0x78")](t,n){const o=t[vx("0x3c")]();if(n[vx("0xdc")](o))t[vx("0x22")]();else if(o.containsRange(n)){const s=this[vx("0x3b")][vx("0x10d")](n.start[vx("0x71")],vx("0x41"));this[vx("0x4d")](t,this._model[vx("0x107")](o[vx("0x88")],s));const r=(0,e.uid)(),i=t[vx("0x98")].id,a=t[vx("0xb")]+":"+t[vx("0xf6")];this._setSuggestionData({id:r,type:a,createdAt:new Date,authorId:i,data:t[vx("0x6f")],attributes:t[vx("0x108")]});const x=this._model[vx("0x10d")](n[vx("0x41")][vx("0xf2")],"after"),c=this[vx("0x3b")][vx("0x107")](x,o[vx("0x41")]);this[vx("0x2d")](a,r,i,c)}else if(o[vx("0xb8")](n[vx("0x88")])){const e=this._model[vx("0x10d")](n.start.nodeBefore,vx("0x41"));this._setSuggestionRange(t,this[vx("0x3b")][vx("0x107")](o[vx("0x88")],e))}else{const e=this._model[vx("0x10d")](n[vx("0x41")][vx("0xf2")],vx("0xd1"));this._setSuggestionRange(t,this[vx("0x3b")][vx("0x107")](e,o[vx("0x41")]))}}[vx("0xf7")](t){for(const{suggestion:e,meta:n}of this._findSuggestions(t,vx("0xb3"))){if(!n[vx("0x115")])continue;const o=e[vx("0x72")]();for(const e of o)if(!t.getDifference(e).length)return!0}return!1}[vx("0x102")](t){const n=this[vx("0x49")][vx("0x45")][vx("0x35")](vx("0x32"))[vx("0x39")](t);if(!n)throw new e.CKEditorError("track-changes-user-not-found",this);return n}_getExternalAuthor(t){const e=this[vx("0x49")][vx("0x45")][vx("0x35")](vx("0x32")),n=(0,r.hashObject)(vx("0x11e")+t);return e[vx("0x39")](n)||e.addUser({id:n,name:t})}_createSuggestion(t,e,n,o,s){const r=this[vx("0x102")](o),i=this[vx("0x4b")][vx("0x9c")](t,e,n,r,s,(t=>this[vx("0xc2")](n,{attributes:t})));return this[vx("0x83")](i,"accept",(()=>{this[vx("0xc2")](n,{state:vx("0x116")})}),{priority:vx("0x21")}),this[vx("0x83")](i,vx("0xe1"),(()=>{this[vx("0xc2")](n,{state:vx("0x74")})}),{priority:vx("0x21")}),this[vx("0xa6")][vx("0xa8")](n,i),this[vx("0x9e")].set(i,vx("0xc8")),i}_splitMarkerName(t){const e=t[vx("0x16")](":");return{group:e[0],type:e[1],subType:e.length>=5?e[2]:null,id:e.length<5?e[2]:e[3],authorId:e[vx("0x12e")]<5?e[3]:e[4],markerCount:6==e[vx("0x12e")]?e[5]:null}}[vx("0x104")](t,n,o){const s=t[vx("0x3c")](),r=s[vx("0x88")],i=s[vx("0x41")];this._setSuggestionRange(t,this[vx("0x3b")][vx("0x107")](r,n));const a=(0,e.uid)(),x=t[vx("0x98")].id,c=t[vx("0xb")]+(t[vx("0xf6")]?":"+t[vx("0xf6")]:"");this[vx("0x122")]({id:a,type:c,createdAt:new Date,authorId:x,originalSuggestionId:t.id,attributes:t.attributes,data:t[vx("0x6f")]}),"formatBlock"==t[vx("0xb")]&&(o=this[vx("0x3b")][vx("0x125")](o[vx("0xf2")])),this._addSuggestionMarker(c,a,x,this[vx("0x3b")].createRange(o,i))}[vx("0xea")](t,e=null){const n=[],o=this[vx("0x3b")].schema,s=this[vx("0x49")][vx("0x45")][vx("0x35")]("Users").me;for(const r of this.getSuggestions())if(r.isInContent&&(!e||r[vx("0xb")]==e))for(const e of r[vx("0x72")]()){const i=t.start[vx("0xdc")](e[vx("0x41")])||t.end[vx("0xdc")](e[vx("0x88")]);if(i||t[vx("0x5f")](e)){const a=t.containsRange(e)&&Ix(o,e.start,t),x=e[vx("0xf8")](t)&&Ix(o,t[vx("0x88")],e);n[vx("0x123")]({suggestion:r,meta:{isOwn:s==r.author,isNextTo:i,isInsideObject:a,containsRangeInObject:x}});break}}return n}[vx("0x2d")](t,e,n,o,s){this[vx("0x3b")][vx("0x8a")]((r=>{let i=vx("0xdf")+t+":"+e+":"+n;s&&(i=i+":"+s),r[vx("0x43")](i,{range:o,usingOperation:!0,affectsData:!0})}))}[vx("0xc0")](t){const e=t[vx("0x38")],n=t[vx("0x12c")];t[vx("0x38")]=null,null!=e&&(e[vx("0x12c")]=null),t[vx("0x12c")]=null,null!=n&&(n[vx("0x38")]=null),vx("0x120")==this[vx("0x9e")][vx("0x35")](t)&&(this._suggestionState[vx("0xa8")](t,vx("0x14")),this[vx("0x6d")]("suggestionUnloaded",t,e,n))}[vx("0x122")](t){const n=t.id,o=this[vx("0x7d")](t);if(this[vx("0x12d")]&&this[vx("0x12d")][vx("0x42")]){const s=this[vx("0x49")][vx("0x45")][vx("0x35")](vx("0x114")),r=o[vx("0xa2")],i=o.subType?o[vx("0xb")]+":"+o[vx("0xf6")]:o.type,a=this[vx("0x49")].locale,x=s[vx("0x94")](Yo(a,vx("0xd3"))),c={id:n,type:i,hasComments:r,data:t[vx("0x6f")]||null,originalSuggestionId:t.originalSuggestionId||null,attributes:o[vx("0x108")]};this[vx("0x12d")][vx("0x42")](c)[vx("0xa9")]((t=>{o._saved=!0,s.remove(x),t&&t.createdAt&&(this[vx("0xa6")][vx("0x35")](n).createdAt=t[vx("0x11")])}))[vx("0xa7")]((t=>{throw(0,e.logWarning)("error-saving-suggestion-data-suggestion-discarded"),this[vx("0x49")][vx("0x18")].enqueueChange({isUndoable:!1},(()=>{o[vx("0xe1")]()})),o[vx("0xcc")](),this._suggestions[vx("0x137")](o.id),this._suggestionState.delete(o),t}))}return o}[vx("0xc2")](t,e){const n=this.editor[vx("0x45")].get(vx("0x114")),o=this.getSuggestion(t);if(this[vx("0x12d")]&&this._adapter[vx("0xf3")])if(o._saved){const o=n[vx("0x94")](Yo(this[vx("0x49")][vx("0x2e")],vx("0xd3")));this._adapter[vx("0xf3")](t,e)[vx("0xa9")]((()=>{n[vx("0x3a")](o)}))}else o.on("change:_saved",(()=>{this[vx("0xc2")](t,e)}))}_getSuggestionData(t){if(!this[vx("0x12d")]||!this[vx("0x12d")].getSuggestion)throw new e.CKEditorError(vx("0x3"),this);return this[vx("0x12d")].getSuggestion(t)}[vx("0xec")](t){const{id:e,type:n,subType:o,authorId:s}=this[vx("0xb1")](t),r=this[vx("0xa6")][vx("0x35")](e)||this[vx("0x134")](n,o,e,s,{});switch(this[vx("0xed")](r,n,o,s),this._suggestionState.get(r)){case vx("0xc8"):this[vx("0x11d")](e)[vx("0xa9")]((t=>{let n=Promise[vx("0x92")]();t[vx("0xa2")]&&(n=this[vx("0x2a")].fetchCommentThread({channelId:this.editor[vx("0x60")][vx("0x35")](vx("0xbf")),threadId:e})),n.then((()=>{this[vx("0x7d")](t)._saved=!0}))})),this[vx("0x9e")][vx("0xa8")](r,vx("0xe8"));break;case"removed":this[vx("0xc2")](e,{state:"open"});case vx("0xc9"):this[vx("0x9e")].set(r,"ready"),this[vx("0x6d")](vx("0x19"),r);break;case vx("0x120"):this[vx("0x6d")](vx("0x138"),r)}return r.addMarkerName(t),r}[vx("0x85")](t){const e=Array.from(t)[vx("0xf4")]((t=>!t[vx("0x103")])),n=this[vx("0x48")]({skipNotAttached:!0})[vx("0xf4")]((t=>!t[vx("0x103")])),o=n[vx("0xf4")]((e=>!t[vx("0xf1")](e))),s=new Map(n.map((t=>[t,this[vx("0x4b")][vx("0x30")](t[vx("0xb")],t[vx("0xf6")],vx("0x96"))]))),r=new Map(n[vx("0x3d")]((t=>[t,t[vx("0x3c")]()]))),i=new Set,a=new Set;for(let t=0;t<e.length;t++)x(e[t],e,t+1);for(let t=0;t<e[vx("0x12e")];t++)x(e[t],o,0);for(let t=0;t<e.length;t++){const n=e[t];!a[vx("0xf1")](n)&&n.previous&&(n[vx("0x38")].next===n&&(n.previous[vx("0x12c")]=null),n.previous=null),!i[vx("0xf1")](n)&&n[vx("0x12c")]&&(n[vx("0x12c")][vx("0x38")]===n&&(n.next[vx("0x38")]=null),n[vx("0x12c")]=null)}function x(t,e,n){for(let o=n;o<e[vx("0x12e")];o++){const n=c(t,e[o]);n&&(n[0][vx("0x12c")]=n[1],n[1][vx("0x38")]=n[0],i[vx("0x94")](n[0]),a[vx("0x94")](n[1]))}}function c(t,e){if(t[vx("0x17")].id!==e[vx("0x17")].id)return null;const n=s[vx("0x35")](t)(t,e,r[vx("0x35")](t),r.get(e));return n&&s.get(e)(t,e,r.get(t),r[vx("0x35")](e))?n[1].commentThread&&n[1][vx("0x135")][vx("0x12e")]?null:n:null}}_joinWithAdjacentSuggestions(t){const e=Array[vx("0xcf")](t),n=this[vx("0x48")]({skipNotAttached:!0}),o=n.filter((e=>!t[vx("0xf1")](e))),s=new Map(e[vx("0x3d")]((t=>[t,this[vx("0x4b")][vx("0x30")](t[vx("0xb")],t[vx("0xf6")],vx("0x1d"))]))),r=new Map(n[vx("0x3d")]((t=>[t,t[vx("0x72")]()])));for(let t=0;t<e[vx("0x12e")];t++)if(i(this,e[t],e,t+1))return!0;for(let t=0;t<e[vx("0x12e")];t++)if(i(this,e[t],o,0))return!0;return!1;function i(t,e,n,o){for(let i=o;i<n[vx("0x12e")];i++){const o=n[i];if(o.type!==e[vx("0xb")]||o.author.id!==e.author.id||o.subType!==e.subType)continue;const a=s[vx("0x35")](e),x=r[vx("0x35")](e),c=r[vx("0x35")](o),l=e.commentThread&&e[vx("0x135")][vx("0x12e")],u=o.commentThread&&o[vx("0x135")].length;if(!l&&a(c,x))return t[vx("0xad")](o,e),r[vx("0x137")](e),!0;if(!u&&a(x,c))return t._joinSuggestions(e,o),r[vx("0x137")](o),!0}return!1}}_joinSuggestions(t,e){if(t[vx("0x103")])for(const n of e[vx("0x72")]())t[vx("0xe0")](n);else{const n=e[vx("0x3c")]().end;this[vx("0x4d")](t,this[vx("0x3b")][vx("0x107")](t.getFirstRange()[vx("0x88")],n))}e[vx("0x22")]()}}class Sx{constructor(t){this._editor=t,this[vx("0x3b")]=t[vx("0x18")],this[vx("0xe3")]=new Map,this[vx("0x10c")]=new Map,this._registerDefaultCallbacks()}buildSuggestion(t,e,n,o,s,r){return new Zo(this[vx("0x3b")],{type:t,subType:e,id:n,author:o,creator:o,attributes:s,onAttributesChange:r,onAccept:(...n)=>this.getSuggestionCallback(t,e,vx("0xd0"))(...n),onDiscard:(...n)=>this.getSuggestionCallback(t,e,vx("0xe1"))(...n)})}[vx("0x111")](t,e,n,o){const s=t+":"+e+":"+n;this[vx("0xe3")][vx("0xa8")](s,o)}[vx("0x30")](t,e,n){const o=t+":"+e+":"+n;return this[vx("0xe3")][vx("0x35")](o)||this._defaultCallbacks[vx("0x35")](t+":"+n)}[vx("0x15")](){const t=()=>{},e=t=>{t[vx("0x55")](((t,e)=>t.start.isBefore(e[vx("0x88")])?1:-1)),this._model.change((e=>{for(const n of t){let t;t=n.end[vx("0x11a")]&&n[vx("0x41")][vx("0xf2")]==n.start[vx("0x23")]?e[vx("0x8f")](n[vx("0x88")][vx("0x23")],"on"):e.createSelection(n),this[vx("0x3b")][vx("0xaa")](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},n=(t,e)=>{this[vx("0x3b")][vx("0x8a")]((n=>{const{commandName:o,commandParams:s=[]}=e,r=t.map((t=>(Lx(t)&&(t=this[vx("0x3b")][vx("0x107")](t[vx("0x41")])),t)))[vx("0xf4")]((t=>vx("0x100")!==t[vx("0x5")][vx("0x6a")]));if(r[vx("0x12e")]<1)return;const a=Array[vx("0xcf")](this._model[vx("0xce")][vx("0xdd")][vx("0x72")]()).map((t=>i.LiveRange.fromRange(t)));n[vx("0x12")](r);for(const t of this[vx("0x68")].commands.commands())t[vx("0xfd")]();s[vx("0x123")]({forceDefaultExecution:!0}),this[vx("0x68")][vx("0x76")](o,...s);const x=a.filter((t=>"$graveyard"!=t[vx("0x5")][vx("0x6a")]));x[vx("0x12e")]>0&&n[vx("0x12")](x);for(const t of a)t.detach()}))},o=(t,e)=>1==t[vx("0x12e")]&&1==e.length&&t[0][vx("0x41")].isEqual(e[0][vx("0x88")]),s=(t,e,n,o)=>Fx(t,e,n,o,this[vx("0x3b")])?[t,e]:Fx(e,t,o,n,this[vx("0x3b")])?[e,t]:null;this[vx("0x10c")][vx("0xa8")]("insertion:accept",t),this[vx("0x10c")].set("insertion:discard",e),this._defaultCallbacks[vx("0xa8")](vx("0xca"),o),this._defaultCallbacks[vx("0xa8")](vx("0x66"),s),this._defaultCallbacks[vx("0xa8")](vx("0xc3"),e),this[vx("0x10c")][vx("0xa8")](vx("0x10a"),t),this[vx("0x10c")][vx("0xa8")](vx("0x118"),o),this[vx("0x10c")].set(vx("0x130"),s),this[vx("0x10c")][vx("0xa8")](vx("0x132"),n),this[vx("0x10c")][vx("0xa8")](vx("0x127"),t),this[vx("0x10c")][vx("0xa8")](vx("0x89"),o),this[vx("0x10c")].set(vx("0xfb"),t),this[vx("0x10c")][vx("0xa8")](vx("0x54"),n),this[vx("0x10c")][vx("0xa8")](vx("0x81"),t),this._defaultCallbacks[vx("0xa8")]("formatBlock:join",o),this[vx("0x10c")][vx("0xa8")](vx("0x73"),t)}}function Ix(t,e,n){for(const o of e[vx("0xf2")][vx("0xd4")]({includeSelf:!0,parentFirst:!0})){if(o[vx("0x5")]==o)return!1;if(!n[vx("0xa4")](o))return!1;if(t[vx("0xef")](o)||t[vx("0x1f")](o))return!0}return!1}function Lx(t){return t[vx("0x41")][vx("0xf2")]==t[vx("0x88")][vx("0x23")]&&t.end[vx("0xab")]}function wx(t,e,n,o){const s=t=>!t[vx("0x7a")].is(vx("0x40"))&&!o[vx("0xef")](t[vx("0x7a")]),r=t[vx("0x88")][vx("0x10f")](s),i=t[vx("0x41")].getLastMatchingPosition(s,{direction:"backward"});return!(t.start[vx("0xdc")](r)&&t[vx("0x41")][vx("0xdc")](i)||(r.isBefore(i)?n[vx("0x7f")](e,{range:n[vx("0x107")](r,i)}):n.removeMarker(e),0))}function Nx(t){return(0,r.hashObject)(t)}function Mx(t){const e=t[vx("0x88")][vx("0x23")];return e&&e.is("element")}function Ox(t,e){const n=e[vx("0x44")][vx("0xef")](t)||e[vx("0x44")][vx("0x12b")](t);return e.createRange(e[vx("0x10d")](t,vx("0x26")),n?e[vx("0x139")](t):e.createPositionAt(t,"end"))}function Fx(t,e,n,o,s){if(n[vx("0x41")].isEqual(o[vx("0x88")]))return!0;if(t[vx("0xb")]!=e[vx("0xb")])return!1;if(!n.end.isTouching(o.start))return!1;const r=s[vx("0x107")](n[vx("0x41")],o[vx("0x88")])[vx("0x34")]();for(const t of r)if([vx("0xeb"),"elementEnd"][vx("0x9a")](t[vx("0xb")])&&s[vx("0x44")][vx("0x1f")](t.item))return!1;return!0}const Px=["locale","view","unbind","_setPendingAction","isEnabled","canAccept","model","acceptSuggestion","commands","canDiscard","_pendingAction","listenTo","discardSuggestion","add","change:isDirty","_editor","_acceptCommand","isDirty","_removePendingAction","commentThreadController","get","execute","bind","stopListening","PendingActions","remove","destroy","plugins","_discardCommand"];var Dx,Bx;Dx=Px,Bx=412,function(t){for(;--t;)Dx.push(Dx.shift())}(++Bx);const jx=function(t,e){return Px[t-=0]};class Ux extends((0,e.ObservableMixin)()){constructor(t,e,n,o){super(),this[jx("0x0")]=e,this[jx("0x18")]=n,this[jx("0xd")]=o,this[jx("0x9")]=t,this._acceptCommand=t[jx("0x2")][jx("0xe")]("acceptSuggestion"),this._discardCommand=t[jx("0x2")][jx("0xe")](jx("0x6")),this.view[jx("0x10")](jx("0x1b")).to(this[jx("0xa")],this[jx("0x16")],((t,e)=>t||e)),this[jx("0x18")][jx("0x10")](jx("0x1c")).to(this[jx("0xa")],"isEnabled"),this.view.bind(jx("0x3")).to(this[jx("0x16")],jx("0x1b")),this[jx("0x4")]=null,n.isDirty&&this._setPendingAction(),this[jx("0x5")](n,jx("0x1"),(()=>this.acceptSuggestion())),this[jx("0x5")](n,jx("0x6"),(()=>this[jx("0x6")]())),this[jx("0x5")](n,jx("0x8"),(()=>{n[jx("0xb")]?this._setPendingAction():this._removePendingAction()}))}[jx("0x1")](){this[jx("0xa")][jx("0xf")](this.model.id)}[jx("0x6")](){this[jx("0x16")][jx("0xf")](this[jx("0x0")].id)}[jx("0x14")](){this[jx("0x18")][jx("0x19")]("isEnabled"),this.view[jx("0x19")](jx("0x1c")),this[jx("0x18")].unbind(jx("0x3")),this[jx("0x11")](),this[jx("0xd")][jx("0x14")](),this[jx("0x4")]&&this._removePendingAction()}[jx("0x1a")](){const t=Yo(this[jx("0x9")][jx("0x17")],"PENDING_ACTION_SUGGESTION");this[jx("0x4")]=this[jx("0x9")][jx("0x15")][jx("0xe")](jx("0x12"))[jx("0x7")](t)}[jx("0xc")](){null!==this[jx("0x4")]&&this[jx("0x9")][jx("0x15")][jx("0xe")](jx("0x12"))[jx("0x13")](this._pendingAction),this._pendingAction=null}}const Gx=["canDiscard","value","bind","_model","editorConfig","isDirty","updateComment","delegate","commentsListView","destroy","length","_config","_createCommentThreadInputView","isEnabled","cancel","addComment","_localUser","authoredAt","commentThreadInputView","commentInputView","commentThread","showInput","assign","isReadOnly","canAccept","set","locale","isActive","focus","setData","element","_createCommentViews","removeComment"];var Hx,Wx;Hx=Gx,Wx=347,function(t){for(;--t;)Hx.push(Hx.shift())}(++Wx);const Vx=function(t,e){return Gx[t-=0]};class zx extends s.View{constructor(t,e,n,o){super(t),this.commentsListView=null,this[Vx("0x1")]=null,this.set("isActive",!1),this.set("authoredAt",e[Vx("0x0")]),this.bind(Vx("0x0")).to(e),this[Vx("0x8")]("descriptionParts",[]),this.set(Vx("0x15"),!1),this[Vx("0x8")](Vx("0x1d"),!1),this[Vx("0x8")](Vx("0x7"),!1),this.set(Vx("0x10"),!1),this[Vx("0x13")]=e,this[Vx("0x20")]=n,this[Vx("0x1b")]=o,o.disableComments?this[Vx("0x8")]("length",1):this[Vx("0xe")]()}[Vx("0xb")](){this[Vx("0xd")].focus()}[Vx("0x19")](){this.commentsListView&&this.commentsListView[Vx("0x19")](),this.commentThreadInputView&&this[Vx("0x1")].destroy(),super[Vx("0x19")]()}[Vx("0xe")](){const{CommentsListView:t}=this._config;this[Vx("0x18")]=new t(this[Vx("0x9")],this[Vx("0x13")].commentThread,Object[Vx("0x5")]({CommentView:this[Vx("0x1b")].CommentView},this[Vx("0x1b")])),this.commentsListView[Vx("0x17")](Vx("0xf")).to(this),this[Vx("0x18")][Vx("0x17")](Vx("0x16")).to(this),this[Vx("0x18")][Vx("0x12")](Vx("0xa")).to(this),this[Vx("0x8")](Vx("0x1a"),this.commentsListView.length+1),this.bind(Vx("0x1a")).to(this[Vx("0x18")],"length",(t=>t+1)),this[Vx("0x1")]=this[Vx("0x1c")](),this.on(Vx("0xf"),(()=>this[Vx("0xb")]())),this.bind(Vx("0x15")).to(this[Vx("0x18")],"hasDirtyComment",this[Vx("0x1")][Vx("0x2")],Vx("0x11"),((t,e)=>t||!!e))}[Vx("0x1c")](){const{CommentThreadInputView:t}=this[Vx("0x1b")],e=new t(this[Vx("0x9")],this._localUser,this[Vx("0x1b")][Vx("0x14")]),n=e[Vx("0x2")];return e[Vx("0x12")](Vx("0x4")).to(this,"isActive",this[Vx("0x13")][Vx("0x3")],Vx("0x6"),n,Vx("0x11"),((t,e,n)=>!!n||t&&!e)),n.on("submit",((t,e)=>{this.fire(Vx("0x1f"),e),n.editor[Vx("0xc")]("")})),n.on(Vx("0x1e"),(()=>this[Vx("0xb")]())),n.bind("disabledSubmit").to(this[Vx("0x13")][Vx("0x3")],"isReadOnly"),e}}const Kx=["isEnabled","creator","locale","_createButton","ck-suggestion--disabled-comments","ck-suggestion__actions","acceptButton","check","Discard suggestion","commentThreadInputView","ck-suggestion-","importWord","formatDateTime","source","getUserViewNotificationText","join","ck-annotation__main",'<span class="ck-suggestion-color" style="background-color: ',"ck-suggestion-wrapper--active","createElement","discardSuggestion","EXTERNAL_IMPORT_WORD_AVATAR","author","bind","@external","ck-suggestion__user","span","getExternalSuggestionNote","EXTERNAL_SUGGESTION","_model","description","ck-annotation__info-time","canDiscard","querySelector","change:description","descriptionParts","ck-comment__external","execute","canAccept","_config","userView","<p>","ck-annotation__info-name","getTemplate","attributes","fire",'<span class="ck-suggestion-type">',"type","</p>","authoredAt","ck-suggestion__info-name","ck-comment__info-time","</span>","title","ck-annotation__user","ck-suggestion__info","bindTemplate","div","isActive","ck-suggestion__main","render","discardButton","ck-suggestion--discard","push","value","ck-annotation__info","_descriptionElement","commentThread","set",'"></span>',"disableComments","time","cancel","color","isExternal","innerHTML","name","extendTemplate","content","split","children","element"];var qx,Xx;qx=Kx,Xx=199,function(t){for(;--t;)qx.push(qx.shift())}(++Xx);const $x=function(t,e){return Kx[t-=0]};class Jx extends zx{constructor(e,n,o,s){super(e,n,o,s),this[$x("0x21")]($x("0xc"),""),this[$x("0x46")]("type").to(this,"descriptionParts",(t=>t&&t[0]?t[0].type:"")),this[$x("0x46")]("description").to(this,$x("0x0"),this,$x("0x17"),((t,e)=>{let n="";for(const e of t)n+=$x("0x6")+Qx(e[$x("0x2b")],e[$x("0x26")])+$x("0xd");return e?n:(0,r.trimHtml)(n,{limit:140})})),this[$x("0x1f")]=null,this[$x("0x35")]=this[$x("0x32")](Yo(e,"Accept suggestion"),t.icons[$x("0x36")],"ck-suggestion--accept","acceptSuggestion","sw"),this.acceptButton[$x("0x46")]($x("0x2f")).to(this,$x("0x3")),this[$x("0x1a")]=this[$x("0x32")](Yo(e,$x("0x37")),t.icons[$x("0x25")],$x("0x1b"),$x("0x43"),"sw"),this[$x("0x1a")][$x("0x46")]($x("0x2f")).to(this,$x("0x4f")),this[$x("0x5")]=new r.UserView(e,this[$x("0x4c")][$x("0x45")],this[$x("0x3d")]()),this.userView[$x("0x2a")]({attributes:{class:[$x("0x48"),$x("0x13")]}}),this.setTemplate(this[$x("0x8")]())}[$x("0x8")](){const t=this[$x("0x15")],e=[{tag:$x("0x16"),attributes:{class:[$x("0x14"),$x("0x1e")]},children:[{tag:$x("0x49"),children:[{text:this[$x("0x5")][$x("0x29")]}],attributes:{class:[$x("0xf"),$x("0x7")]}},{tag:$x("0x24"),attributes:{datetime:t.to($x("0xe")),class:[$x("0x10"),$x("0x4e")]},children:[{text:t.to($x("0xe"),(t=>this[$x("0x4")][$x("0x3b")](t)))}]}]},{tag:$x("0x16"),attributes:{class:[$x("0x34"),"ck-annotation__actions"]},children:[this[$x("0x35")],this.discardButton]},{tag:$x("0x16"),attributes:{class:["ck-annotation__content-wrapper"]}}];this[$x("0x4c")][$x("0x27")]&&e[$x("0x1c")]({tag:$x("0x16"),attributes:{class:[$x("0x1")]},children:[{text:this[$x("0x4a")]()}]});const n={tag:$x("0x16"),attributes:{class:["ck-suggestion-wrapper",t.if($x("0x17"),$x("0x41")),t.to("type",(t=>$x("0x39")+t)),this[$x("0x4")][$x("0x23")]&&$x("0x33")],"data-suggestion-id":this[$x("0x4c")].id,"data-thread-id":this[$x("0x4c")][$x("0x20")].id,"data-author-id":this[$x("0x4c")].author.id,tabindex:-1},children:[{tag:$x("0x16"),attributes:{class:["ck-suggestion","ck-annotation"]},children:[this[$x("0x5")],{tag:$x("0x16"),attributes:{class:[$x("0x18"),$x("0x3f")]},children:e}]}]};return this.commentsListView&&this[$x("0x38")]&&n[$x("0x2d")][$x("0x1c")](this.commentsListView,this[$x("0x38")]),n}[$x("0x19")](){super[$x("0x19")](),this[$x("0x1f")]=this[$x("0x2e")][$x("0x50")](".ck-annotation__content-wrapper"),this[$x("0x1f")][$x("0x28")]=this[$x("0x4d")],this.on($x("0x51"),((t,e,n)=>{this[$x("0x1f")][$x("0x28")]=n}))}[$x("0x32")](t,e,n,o,r){const i=new s.ButtonView(this[$x("0x31")]);return i[$x("0x21")]({label:t,icon:e,tooltip:!0,tooltipPosition:r}),i[$x("0x2a")]({attributes:{class:n}}),i.on($x("0x2"),(()=>{this[$x("0xa")](o,this[$x("0x4c")].id)})),i}[$x("0x4a")](){return $x("0x3a")===this._model[$x("0x9")][$x("0x47")][$x("0x3c")]?Yo(this[$x("0x31")],"EXTERNAL_IMPORT_WORD_SUGGESTION"):Yo(this[$x("0x31")],$x("0x4b"))}getUserViewNotificationText(){return this[$x("0x4c")][$x("0x27")]?$x("0x3a")===this[$x("0x4c")].attributes[$x("0x47")][$x("0x3c")]?Yo(this[$x("0x31")],$x("0x44"),this[$x("0x4c")][$x("0x30")].name):Yo(this[$x("0x31")],"EXTERNAL_AVATAR",this._model[$x("0x30")][$x("0x29")]):null}}function Qx(t,e){let n="";return n+=t[$x("0x2c")]("*").map(((t,e)=>e%2!=0?$x("0xb")+Zx(t)+$x("0x11"):Zx(t)))[$x("0x3e")](""),e&&(n+=$x("0x40")+e[$x("0x1d")]+'" title="'+e[$x("0x12")]+$x("0x22")),n}function Zx(t){const e=document[$x("0x42")]($x("0x49"));return e.innerText=t,e[$x("0x28")]}const Yx=["has","EditorAnnotations","registerAnnotation","CommentsUI","isOn","_initializeController","commandName","getSuggestion","isMultiRange","pluginName","requires","suggestion-","value","_suggestionToController","editor","stopListening","_updateController","from","isDirty","button","remove","getByInnerView","descriptionParts","isInContent","innerView","comments.editorConfig","size","buttonView","change:activeAnnotations","Discard all suggestions","CommentsRepository","actionView","CommentView","discardButton","getAllAdjacentSuggestions","editing","TrackChangesEditing","destroy","arrowView","delete","Track changes","length","_destroyController","_descriptionFactory","define","comments.maxCommentsWhenCollapsed","createCommentThreadController","listenTo","commentThread","activeMarkers","addSourceCollector","change:previous","_viewToController","Accept all selected suggestions","suggestionLoaded","comments.maxThreadTotalWeight","getDescriptions","addComment","_refreshActiveMarkers","separator","createAnnotation","isEnabled","view","Annotations","add","_handleSuggestionControllerDelayed","_createUIButton","activeAnnotations","TrackChangesUI","get","set","hasSuggestion","_handleControllerBuffer","getJoined","reduce","head","discardSelectedSuggestions","_disableComments","refreshSelectedViews","SuggestionThreadView","previous","map","unbind","init","suggestionChanged","locale","execute","keys","focus","switchbutton","values","suggestionUnloaded","getFirstRange","source","_annotationViews","bind","type","model","acceptSelectedSuggestions","trackChanges.SuggestionThreadView","commands","trackChanges","plugins","createAnnotationView","Accept all suggestions","push","toMany","getMarkers"];var tc,ec;tc=Yx,ec=307,function(t){for(;--t;)tc.push(tc.shift())}(++ec);const nc=function(t,e){return Yx[t-=0]};class oc extends t.Plugin{static get[nc("0x1b")](){return[Rx,r.Users,nc("0x2f"),nc("0x50"),nc("0x12")]}static get[nc("0x1a")](){return nc("0x55")}constructor(t){super(t),this[nc("0x1e")]=new Map,this[nc("0x45")]=new Map,this[nc("0x3")]=new Map,this[nc("0x59")]=new Map;const e=this.editor.config;e[nc("0x3d")](nc("0x8"),Jx),e[nc("0x3d")]("trackChanges.disableComments",!1),this[nc("0x5e")]=e[nc("0x56")]("trackChanges.disableComments")}[nc("0x52")](t,e){0===this[nc("0x59")][nc("0x2b")]&&setTimeout((()=>{for(const[t,e]of this._handleControllerBuffer){const n=this[nc("0x1e")].has(t);n||e?n&&e&&this._destroyController(t):this[nc("0x16")](t)}this[nc("0x1f")].plugins[nc("0x56")](nc("0x12"))[nc("0x5f")](),this._refreshActiveMarkers(),this[nc("0x59")].clear()}),10),this[nc("0x59")].set(t,e)}[nc("0x64")](){const t=this[nc("0x1f")],e=t[nc("0xb")][nc("0x56")](nc("0x35")),n=t[nc("0xb")][nc("0x56")](nc("0x50")),o=t[nc("0xb")][nc("0x56")]("EditorAnnotations"),s=t.plugins[nc("0x56")](nc("0x2f"));t.ui.componentFactory.add("trackChanges",(t=>this[nc("0x53")](t))),o[nc("0x43")]((()=>{const t=[];for(const[e,n]of Array[nc("0x22")](this[nc("0x1e")])){const o=e.getAllAdjacentSuggestions(),s=[];for(const t of o){if(!t[nc("0x28")])continue;if(t[nc("0x19")]){s[nc("0xe")](...t.getRanges());continue}const e=t[nc("0x1")]();if(s[nc("0x3a")]>0){const t=s[0][nc("0x5a")](e);if(t){s[0]=t;continue}}s[nc("0xe")](e)}t[nc("0xe")]([n[nc("0x4f")],s])}return t})),this[nc("0x40")](e,nc("0x47"),((t,e)=>{this[nc("0x40")](e,nc("0x44"),((t,n,o,s)=>{e[nc("0x28")]&&(null==o?(this[nc("0x21")](s.head),this[nc("0x52")](e,!1)):(this[nc("0x21")](o[nc("0x5c")]),this[nc("0x52")](e,!0)))})),null===e[nc("0x61")]?this[nc("0x52")](e,!1):this[nc("0x21")](e[nc("0x5c")])})),this[nc("0x40")](e,nc("0x0"),((t,e,n)=>{this[nc("0x20")](e,"change:previous"),this[nc("0x59")][nc("0x38")](e);const o=n?n[nc("0x5c")]:e,s=this._suggestionToController[nc("0x56")](o);null!==n&&this[nc("0x21")](o),null===n&&s&&this[nc("0x3b")](e)})),this.listenTo(e,nc("0x65"),((t,e)=>{this[nc("0x21")](e)})),this.listenTo(n,nc("0x2d"),(()=>{this[nc("0x4b")]()})),this[nc("0x40")](s,nc("0x4a"),((t,{threadId:n,isFromAdapter:o})=>{if(o||!e[nc("0x58")](n))return;const s=e[nc("0x18")](n);this[nc("0x1e")].get(s)[nc("0x4f")][nc("0x69")]()}),{priority:"lowest"})}[nc("0x4b")](){const t=this[nc("0x1f")][nc("0xb")][nc("0x56")](nc("0x50")),e=this[nc("0x1f")][nc("0xb")][nc("0x56")](nc("0x35")),n=Array[nc("0x22")](t[nc("0x54")],(t=>t[nc("0x29")])).filter((t=>this[nc("0x45")][nc("0x11")](t))),o=[];for(const t of n){const e=this[nc("0x45")].get(t)[nc("0x6")].getAllAdjacentSuggestions();o[nc("0xe")](...e[nc("0x5b")](((t,e)=>[...t,...e.getMarkerNames()]),[]))}e[nc("0x42")]=o}_createUIButton(t){const n=(0,s.createDropdown)(t,s.SplitButtonView),o=this[nc("0x1f")][nc("0x9")][nc("0x56")](nc("0xa")),r=Yo(t,nc("0x39"));n[nc("0x2c")][nc("0x57")]({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[nc("0x2c")][nc("0x4")](nc("0x15")).to(o,nc("0x1d")),n[nc("0x2c")].on(nc("0x67"),(()=>{o.execute(),this[nc("0x1f")][nc("0x34")][nc("0x4f")][nc("0x69")]()}));const i=new e.Collection,a=[{type:nc("0x6a"),model:{withText:!0,label:r,commandName:nc("0xa")}},{type:"separator"},{type:nc("0x24"),model:{withText:!0,label:Yo(t,nc("0xd")),commandName:"acceptAllSuggestions"}},{type:nc("0x24"),model:{withText:!0,label:Yo(t,nc("0x46")),commandName:nc("0x7")}},{type:nc("0x24"),model:{withText:!0,label:Yo(t,nc("0x2e")),commandName:"discardAllSuggestions"}},{type:nc("0x24"),model:{withText:!0,label:Yo(t,"Discard all selected suggestions"),commandName:nc("0x5d")}}];for(const t of a){let e={type:nc("0x4c")};if(t[nc("0x6")]){const n=new s.Model(t.model),o=this[nc("0x1f")][nc("0x9")][nc("0x56")](n[nc("0x17")]);n[nc("0x4")](nc("0x15"),"isEnabled").to(o,nc("0x1d"),nc("0x4e")),e={type:t[nc("0x5")],model:n}}i.add(e)}(0,s.addListToDropdown)(n,i);const x=a.filter((t=>null!=t[nc("0x6")]))[nc("0x62")]((t=>this[nc("0x1f")][nc("0x9")].get(t[nc("0x6")][nc("0x17")]))),c=n[nc("0x2c")];return c.actionView[nc("0x63")](nc("0x4e")),c.arrowView[nc("0x63")](nc("0x4e")),c[nc("0x30")].bind("isEnabled").to(o,"isEnabled"),c[nc("0x37")][nc("0x4")](nc("0x4e"))[nc("0xf")](x,nc("0x4e"),((...t)=>t.some((t=>t)))),n.on("execute",(t=>{this.editor[nc("0x67")](t[nc("0x2")][nc("0x17")]),this[nc("0x1f")][nc("0x34")][nc("0x4f")][nc("0x69")]()})),n}_initializeController(t){const e=this[nc("0x1f")],n=e.config,o=e[nc("0xb")][nc("0x56")]("Annotations"),s=e.plugins[nc("0x56")](nc("0x2f")),i=e[nc("0xb")][nc("0x56")](nc("0x12")),a=e[nc("0xb")][nc("0x56")](r.Users).me,x=n.get(nc("0xa"))[nc("0x60")],{CommentsListView:c,CommentThreadInputView:l}=e[nc("0xb")][nc("0x56")](nc("0x14"));let u,d;this[nc("0x3")][nc("0x11")](t.id)?(d=this[nc("0x3")][nc("0x56")](t.id),u=d.mainView):(u=new x(e[nc("0x66")],t,a,{disableComments:this._disableComments,editorConfig:n.get(nc("0x2a")),maxCommentsWhenCollapsed:n[nc("0x56")](nc("0x3e")),maxThreadTotalWeight:n[nc("0x56")](nc("0x48")),maxCommentCharsWhenCollapsed:n.get("comments.maxCommentCharsWhenCollapsed"),formatDateTime:(0,r.getDateTimeFormatter)(n[nc("0x56")](nc("0x66"))),CommentView:n.get("comments")[nc("0x31")],CommentsListView:c,CommentThreadInputView:l}),u.acceptButton.on(nc("0x67"),(()=>{e.editing[nc("0x4f")].focus()})),u[nc("0x32")].on(nc("0x67"),(()=>{e[nc("0x34")].view[nc("0x69")]()})),d=o[nc("0xc")](this[nc("0x1f")].locale,u),d[nc("0x4")]("isDirty").to(u,nc("0x23")),d[nc("0x4")](nc("0x3a")).to(u),d.bind(nc("0x5")).to(u,"type",(t=>nc("0x1c")+t)),this[nc("0x3")][nc("0x57")](t.id,d));const g=s[nc("0x3f")](t[nc("0x41")],u),m=new Ux(e,t,u,g),f=t[nc("0x33")]().filter((t=>t[nc("0x28")]));u[nc("0x27")]=e[nc("0xb")].get(nc("0x35"))[nc("0x3c")][nc("0x49")](f),this[nc("0x1e")][nc("0x57")](t,m),this[nc("0x45")][nc("0x57")](u,m);const h=o[nc("0x4d")]({view:d,target:()=>{const n=[],o=t[nc("0x33")]().filter((t=>t[nc("0x28")]));for(const t of o)n[nc("0xe")](...t[nc("0x10")]());return(0,r.getAllMarkersDomElementsSorted)(e[nc("0x34")],n)},type:()=>nc("0x1c")+m.view[nc("0x5")]});o[nc("0x51")](h),i[nc("0x13")](h)}_destroyController(t){const e=this[nc("0x1f")][nc("0xb")][nc("0x56")](nc("0x50")),n=this[nc("0x1e")][nc("0x56")](t),o=n[nc("0x4f")],s=e[nc("0x26")](o);s&&e[nc("0x25")](s),this[nc("0x1e")].delete(t),this._viewToController.delete(o),n[nc("0x36")]()}[nc("0x21")](t){if(!t[nc("0x28")]||!this[nc("0x1e")][nc("0x11")](t))return;const e=this[nc("0x1f")].plugins.get("TrackChangesEditing"),n=this[nc("0x1e")][nc("0x56")](t),o=t[nc("0x33")]();n[nc("0x4f")][nc("0x27")]=e[nc("0x3c")][nc("0x49")](o)}[nc("0x36")](){for(const t of this[nc("0x1e")][nc("0x68")]())this[nc("0x3b")](t);for(const t of this[nc("0x3")][nc("0x6b")]())t.mainView.destroy();super[nc("0x36")]()}}var sc,rc,ic=["TrackChanges","get","editor","adapter","getSuggestions","requires","addSuggestionData","plugins","pluginName","getSuggestion"];sc=ic,rc=291,function(t){for(;--t;)sc.push(sc.shift())}(++rc);var ac=function(t,e){return ic[t-=0]};class xc extends t.Plugin{static get[ac("0x4")](){return[Rx,oc,"Comments"]}static get[ac("0x7")](){return ac("0x9")}set adapter(t){this[ac("0x1")].plugins.get(Rx)[ac("0x2")]=t}get adapter(){return this[ac("0x1")][ac("0x6")].get(Rx)[ac("0x2")]}addSuggestion(t){return this[ac("0x1")][ac("0x6")][ac("0x0")](Rx)[ac("0x5")](t)}[ac("0x3")]({skipNotAttached:t=!1,toJSON:e=!1}={}){return this.editor[ac("0x6")][ac("0x0")](Rx)[ac("0x3")]({skipNotAttached:t,toJSON:e})}[ac("0x8")](t){return this[ac("0x1")][ac("0x6")][ac("0x0")](Rx)[ac("0x8")](t)}}const cc=["useAnonymousUser","track-changes-data-invalid-editor-creator","extraPlugins","find","editorCreator","users","builtinPlugins","model","discardAllSuggestions","end","WebSocketGateway","constructor","getUser","editor","appendChild","Autosave","WordCount","TrackChangesData","requires","push","includes","trackChangesData.editorCreator","set","init","adapter","name","pluginName","config","RevisionTracker","filter","getRootNames","getDataWithDiscardedSuggestions","map","trackChangesData","has","create","execute","string","plugins","document","addSuggestionData","createElement","CommentsRepository","TrackChangesEditing","createDocumentFragment","data","destroy","concat","getDataWithAcceptedSuggestions","context","Users","TrackChangesDataGetter","function","get"];var lc,uc;lc=cc,uc=479,function(t){for(;--t;)lc.push(lc.shift())}(++uc);const dc=function(t,e){return cc[t-=0]},gc=["initialData",dc("0x2"),"toolbar"],mc=[dc("0x11"),dc("0x23"),dc("0x16"),dc("0x17"),"Pagination"];class fc extends t.Plugin{static get[dc("0x19")](){return[Rx]}static get pluginName(){return dc("0x18")}init(){const t=this[dc("0x14")];if(t.config.define(dc("0x1c"),(e=>t[dc("0x12")][dc("0x2a")]("",e))),dc("0x5")!=typeof t[dc("0x22")][dc("0x6")](dc("0x28"))[dc("0xb")])throw new e.CKEditorError(dc("0x8"))}[dc("0x1")](t){return pc(this[dc("0x14")],!0,t)}[dc("0x26")](t){return pc(this[dc("0x14")],!1,t)}}class hc extends t.Plugin{static get pluginName(){return dc("0x4")}constructor(t){super(t),this.result=dc("0x10")}[dc("0x1e")](){this[dc("0x14")][dc("0x2d")][dc("0x6")](dc("0x31"))[dc("0x1f")]={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[dc("0x14")][dc("0x2d")][dc("0x6")](dc("0x32"))._adapter=null}}async function pc(t,e,n){const o=function(t){const e={};for(const n of t.config.names())gc[dc("0x1b")](n)||(e[n]=t[dc("0x22")][dc("0x6")](n));const n=t.constructor[dc("0xd")]||[],o=e[dc("0x9")]||[];delete e[dc("0x9")];const s=n[dc("0x0")](e.plugins).concat(o)[dc("0x27")]((t=>dc("0x2c")==typeof t?n[dc("0xa")]((e=>e[dc("0x21")]==t)):t)),r=Array.from(new Set(s)),i=new Map;return e.plugins=r[dc("0x24")]((t=>bc(t,i))),e[dc("0x2d")][dc("0x1a")](hc),e[dc("0x2d")].push(Rx),e}(t),s=document[dc("0x33")](),r=t[dc("0x22")].get(dc("0x28"))[dc("0xb")],i=await r(o,(()=>function(t){const e=document[dc("0x30")]("div");return t[dc("0x15")](e),e}(s)));!function(t,e){const n=t[dc("0xe")][dc("0x2e")][dc("0x25")]().reduce(((e,n)=>(e[n]=t[dc("0x34")][dc("0x6")]({rootName:n}),e)),{}),o=t.plugins[dc("0x6")](dc("0x3"))[dc("0xc")].map((t=>({id:t.id,name:t[dc("0x20")]}))),s=t[dc("0x2d")].get("TrackChangesEditing").getSuggestions({skipNotAttached:!0,toJSON:!0}),r=e.plugins.get(dc("0x3")),i=e[dc("0x2d")][dc("0x6")](dc("0x32"));for(const t of o)r[dc("0x13")](t.id)||r.addUser(t);r.me||r[dc("0x7")]();for(const t of s)i[dc("0x2f")](t);e[dc("0x34")][dc("0x1d")](n)}(t,i),i[dc("0x2b")](e?"acceptAllSuggestions":dc("0xf"));const a=i[dc("0x34")].get(n);return await i[dc("0x35")](),a}function bc(t,e){const n=dc("0x5")==typeof t?t.pluginName||t[dc("0x20")]:t;if(e[dc("0x29")](n))return e.get(n);if(e[dc("0x1d")](n,!0),n&&mc[dc("0x1b")](n))return e[dc("0x1d")](n,!1),!1;if(!t[dc("0x19")])return e[dc("0x1d")](n,!0),!0;const o=t[dc("0x19")].every((t=>bc(t,e)));return e[dc("0x1d")](n,o),o}})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=o})();
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 r=e[o];if(void 0!==r)return r.exports;var s=e[o]={exports:{}};return t[o](s,s.exports,n),s.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:()=>Wa});var t=n(704),e=n(209),r=n(273),s=n(417),i=n(492),x=n(995);const a=["value","TrackChangesCommand","execute","_disableUnsupportedCommands","clearForceDisabled","editor","forceDisabled","_enabledCommands","_isEnabledBasedOnSelection","commands","refresh","has","isEnabled","_enableCommands"];var c,l;c=a,l=274,function(t){for(;--t;)c.push(c.shift())}(++l);const d=function(t,e){return a[t-=0]};class u extends t.Command{constructor(t,e){super(t),this[d("0xd")]=e,this[d("0x6")]=!1,this[d("0x2")](),this[d("0x0")]=!1}refresh(){this[d("0x4")]=!0}[d("0x8")](){this[d("0x6")]=!this[d("0x6")],this.value?this[d("0x9")]():this[d("0x5")]()}[d("0x9")](){for(const t of this[d("0xb")].commands[d("0x1")]())t.affectsData&&!this[d("0xd")].has(t)&&t[d("0xc")](d("0x7"))}[d("0x5")](){for(const t of this[d("0xb")][d("0x1")][d("0x1")]())t.affectsData&&!this[d("0xd")][d("0x3")](t)&&t[d("0xa")]("TrackChangesCommand")}}const g=["editor","TrackChangesEditing","model","refresh","acceptSuggestion","execute","_suggestions","getRanges","track-changes-accept-suggestion-not-found","_isEnabledBasedOnSelection","get","plugins"];var m,f;m=g,f=274,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("0x8")]=e,this[h("0x5")](),this[h("0xb")]=!1}[h("0x5")](){this.isEnabled=!0}[h("0x7")](t){const n=this[h("0x8")][h("0x0")](t);if(!n)throw new e.CKEditorError(h("0xa"),this);const o=n[h("0x9")]();this[h("0x2")][h("0x4")].canEditAt(o)&&this[h("0x2")][h("0x1")][h("0x0")](h("0x3"))[h("0x6")](n)}}const b=["execute","get","_suggestions","track-changes-discard-suggestion-not-found","isEnabled","canEditAt","_isEnabledBasedOnSelection","TrackChangesEditing","refresh","plugins","getRanges","editor","model"];var E,_;E=b,_=497,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("0xc")]=e,this[T("0x5")](),this[T("0x3")]=!1}[T("0x5")](){this[T("0x1")]=!0}[T("0xa")](t){const n=this[T("0xc")][T("0xb")](t);if(!n)throw new e.CKEditorError(T("0x0"),this);const o=n[T("0x7")]();this[T("0x8")][T("0x9")][T("0x2")](o)&&this[T("0x8")][T("0x6")][T("0xb")](T("0x4")).discardSuggestion(n)}}const y=["isInContent","value","add","type","splice"," [color ","isArray","isTouching","schema","color","replace","join","next","getMarkers","content","isCollapsed","sort","createPositionBefore","from","createRange","start","createPositionAfter","end","deletion","map","getRanges","getRange"];var k,A;k=y,A=138,function(t){for(;--t;)k.push(k.shift())}(++A);const v=function(t,e){return y[t-=0]};function R(t){return t[v("0xd")](((t,e)=>"deletion"==t.type&&v("0x14")!=e[v("0x0")]?-1:v("0x14")!=t[v("0x0")]&&v("0x14")==e[v("0x0")]?1:0))}function S(t,e){let n,o=0;const r=[],s=e[v("0x5")];for(;o<t.length;){const i=t[o],x=t[o+1];n||(n=e[v("0xe")](i)),I(e,i,x)||(r.push(e[v("0x10")](n,s.isObject(i)?e.createPositionAfter(i):e.createPositionAt(i,"end"))),n=null),o++}return r}function I(t,e,n){if(!n)return!1;const o=t[v("0x12")](e),r=t.createPositionBefore(n);return o.isTouching(r)}function L(t,e,n){for(;n.length;){const o=n[v("0x1")](0,100);t.change((()=>{for(const t of o)t.isInContent&&e.execute(t.id)}))}}const N=["canEditAt","_suggestions","_command","values","getRanges","some","isEnabled","isInContent","model","refresh","execute","editor"];var w,M;w=N,M=305,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("0x9")]=e,this[O("0x8")]=n,this[O("0x4")](),this._isEnabledBasedOnSelection=!1}refresh(){const t=Array.from(this._suggestions[O("0xa")]())[O("0x0")]((t=>t[O("0x2")]));this[O("0x1")]=this._command[O("0x1")]&&t}[O("0x5")](){const t=R(Array.from(this[O("0x8")].values()));for(const e of t){const t=e[O("0xb")]();if(!this[O("0x6")].model[O("0x7")](t))return}L(this[O("0x6")][O("0x3")],this[O("0x9")],t)}}const P=["canEditAt","from","_command","model","isEnabled","_suggestions","_isEnabledBasedOnSelection","getRanges","editor","refresh","size","_selectedSuggestions"];var D,B;D=P,B=280,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[j("0xa")]=e,this[j("0x1")]=n,this[j("0x7")]=new Set,this[j("0x5")](),this[j("0x2")]=!1}[j("0x5")](){const t=this[j("0x4")].model.document.selection,e=Array.from(this[j("0x1")].values());this[j("0x7")]=function(t,e){const n=Array[v("0xf")](t[v("0x16")]()),o=new Set;for(const r of e)if(r[v("0x18")])for(const e of n)for(const n of r[v("0xa")]()){const s=n[v("0x17")]();(e.isIntersecting(s)||t[v("0xc")]&&!r.isMultiRange&&r[v("0x9")]&&s[v("0x13")][v("0x4")](e[v("0x11")]))&&o[v("0x1a")](r)}return o}(t,e),this[j("0x0")]=this[j("0xa")].isEnabled&&!!this._selectedSuggestions[j("0x6")]}execute(){const t=R(Array[j("0x9")](this[j("0x7")]));for(const e of t){const t=e[j("0x3")]();if(!this[j("0x4")][j("0xb")][j("0x8")](t))return}L(this.editor[j("0xb")],this._command,t)}}const G=function(){this.__data__=[],this.size=0};const H=function(t,e){return t===e||t!=t&&e!=e};const z=function(t,e){for(var n=t.length;n--;)if(H(t[n][0],e))return n;return-1};var W=Array.prototype.splice;const V=function(t){var e=this.__data__,n=z(e,t);return!(n<0)&&(n==e.length-1?e.pop():W.call(e,n,1),--this.size,!0)};const K=function(t){var e=this.__data__,n=z(e,t);return n<0?void 0:e[n][1]};const q=function(t){return z(this.__data__,t)>-1};const X=function(t,e){var n=this.__data__,o=z(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=q,$.prototype.set=X;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 rt=ot.Symbol;var st=Object.prototype,it=st.hasOwnProperty,xt=st.toString,at=rt?rt.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 r=xt.call(t);return o&&(e?t[at]=n:delete t[at]),r};var lt=Object.prototype.toString;const dt=function(t){return lt.call(t)};var ut=rt?rt.toStringTag:void 0;const gt=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ut&&ut in Object(t)?ct(t):dt(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 zt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const Wt=function(t,e){var n=t.__data__;return zt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Vt=function(t){var e=Wt(this,t).delete(t);return this.size-=e?1:0,e};const Kt=function(t){return Wt(this,t).get(t)};const qt=function(t){return Wt(this,t).has(t)};const Xt=function(t,e){var n=Wt(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=qt,$t.prototype.set=Xt;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 re=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 se=function(t,e,n,o){var r=!n;n||(n={});for(var s=-1,i=e.length;++s<i;){var x=e[s],a=o?o(n[x],t[x],x,n,t):void 0;void 0===a&&(a=t[x]),r?ne(n,x,a):re(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,de=ce.propertyIsEnumerable;const ue=ae(function(){return arguments}())?ae:function(t){return xe(t)&&le.call(t,"callee")&&!de.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&&ue(t),r=!n&&!o&&be(t),s=!n&&!o&&!r&&Le(t),i=n||o||r||s,x=i?ie(t.length,String):[],a=x.length;for(var c in t)!e&&!Ne.call(t,c)||i&&("length"==c||r&&("offset"==c||"parent"==c)||s&&("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&&se(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 ze=Object.prototype.hasOwnProperty;const We=function(t){if(!mt(t))return He(t);var e=Oe(t),n=[];for(var o in t)("constructor"!=o||!e&&ze.call(t,o))&&n.push(o);return n};const Ve=function(t){return je(t)?we(t,!0):We(t)};const Ke=function(t,e){return t&&se(e,Ve(e),t)};var qe="object"==typeof exports&&exports&&!exports.nodeType&&exports,Xe=qe&&"object"==typeof module&&module&&!module.nodeType&&module,$e=Xe&&Xe.exports===qe?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,r=0,s=[];++n<o;){var i=t[n];e(i,n,t)&&(s[r++]=i)}return s};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 rn=function(t,e){return se(t,on(t),e)};const sn=function(t,e){for(var n=-1,o=e.length,r=t.length;++n<o;)t[r+n]=e[n];return t};const xn=Fe(Object.getPrototypeOf,Object);const an=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)sn(e,on(t)),t=xn(t);return e}:tn;const cn=function(t,e){return se(t,an(t),e)};const ln=function(t,e,n){var o=e(t);return ge(t)?o:sn(o,n(t))};const dn=function(t){return ln(t,Ue,on)};const un=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=rt?rt.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 zn=function(t){return"function"!=typeof t.constructor||Oe(t)?{}:Hn(xn(t))};const Wn=function(t){return xe(t)&&"[object Map]"==Sn(t)};var Vn=Se&&Se.isMap;const Kn=Vn?ke(Vn):Wn;const qn=function(t){return xe(t)&&"[object Set]"==Sn(t)};var Xn=Se&&Se.isSet;const $n=Xn?ke(Xn):qn;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,r,s,i){var x,a=1&n,c=2&n,l=4&n;if(o&&(x=s?o(e,r,s,i):o(e)),void 0!==x)return x;if(!mt(e))return e;var d=ge(e);if(d){if(x=Ln(e),!a)return Ze(e,x)}else{var u=Sn(e),g=u==Qn||"[object GeneratorFunction]"==u;if(be(e))return Qe(e,a);if(u==Zn||u==Jn||g&&!s){if(x=c||g?{}:zn(e),!a)return c?cn(e,Ke(x,e)):rn(e,Ge(x,e))}else{if(!Yn[u])return s?e:{};x=Un(e,u,a)}}i||(i=new Yt);var m=i.get(e);if(m)return m;i.set(e,x),$n(e)?e.forEach((function(r){x.add(t(r,n,o,r,e,i))})):Kn(e)&&e.forEach((function(r,s){x.set(s,t(r,n,o,s,e,i))}));var f=d?void 0:(l?c?un:dn:c?Ve:Ue)(e);return te(f||e,(function(r,s){f&&(r=e[s=r]),re(x,s,t(r,n,o,s,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)\]/,ro=/^\w*$/;const so=function(t,e){if(ge(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!no(t))||(ro.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,r=e?e.apply(this,o):o[0],s=n.cache;if(s.has(r))return s.get(r);var i=t.apply(this,o);return n.cache=s.set(r,i)||s,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,r){e.push(o?r.replace(co,"$1"):n||t)})),e}));const uo=function(t,e){for(var n=-1,o=null==t?0:t.length,r=Array(o);++n<o;)r[n]=e(t[n],n,t);return r};var go=rt?rt.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:so(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 r=-1,s=(e=po(e,t)).length,i=s-1,x=t;null!=x&&++r<s;){var a=bo(e[r]),c=n;if("__proto__"===a||"constructor"===a||"prototype"===a)return t;if(r!=i){var l=x[a];void 0===(c=o?o(l,a,x):void 0)&&(c=mt(l)?l:_e(e[r+1])?[]:{})}re(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,r,s){var i=1&n,x=t.length,a=e.length;if(x!=a&&!(i&&a>x))return!1;var c=s.get(t),l=s.get(e);if(c&&l)return c==e&&l==t;var d=-1,u=!0,g=2&n?new ko:void 0;for(s.set(t,e),s.set(e,t);++d<x;){var m=t[d],f=e[d];if(o)var h=i?o(f,m,d,e,t,s):o(m,f,d,t,e,s);if(void 0!==h){if(h)continue;u=!1;break}if(g){if(!Ao(e,(function(t,e){if(!vo(g,e)&&(m===t||r(m,t,n,o,s)))return g.push(e)}))){u=!1;break}}else if(m!==f&&!r(m,f,n,o,s)){u=!1;break}}return s.delete(t),s.delete(e),u};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=rt?rt.prototype:void 0,No=Lo?Lo.valueOf:void 0;const wo=function(t,e,n,o,r,s,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||!s(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,r,s,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,r,s){var i=1&n,x=dn(t),a=x.length;if(a!=dn(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 d=s.get(t),u=s.get(e);if(d&&u)return d==e&&u==t;var g=!0;s.set(t,e),s.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,s):o(f,h,l,t,e,s);if(!(void 0===p?f===h||r(f,h,n,o,s):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 s.delete(t),s.delete(e),g};var Fo="[object Arguments]",Po="[object Array]",Do="[object Object]",Bo=Object.prototype.hasOwnProperty;const jo=function(t,e,n,o,r,s){var i=ge(t),x=ge(e),a=i?Po:Sn(t),c=x?Po:Sn(e),l=(a=a==Fo?Do:a)==Do,d=(c=c==Fo?Do:c)==Do,u=a==c;if(u&&be(t)){if(!be(e))return!1;i=!0,l=!1}if(u&&!l)return s||(s=new Yt),i||Le(t)?Ro(t,e,n,o,r,s):wo(t,e,a,n,o,r,s);if(!(1&n)){var g=l&&Bo.call(t,"__wrapped__"),m=d&&Bo.call(e,"__wrapped__");if(g||m){var f=g?t.value():t,h=m?e.value():e;return s||(s=new Yt),r(f,h,n,o,s)}}return!!u&&(s||(s=new Yt),Oo(t,e,n,o,r,s))};const Uo=function t(e,n,o,r,s){return e===n||(null==e||null==n||!xe(e)&&!xe(n)?e!=e&&n!=n:jo(e,n,o,r,t,s))};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 zo=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 Wo=function(t,e,n){var o=-1,r=t.length;e<0&&(e=-e>r?0:r+e),(n=n>r?r:n)<0&&(n+=r),r=e>n?0:n-e>>>0,e>>>=0;for(var s=Array(r);++o<r;)s[o]=t[o+e];return s};const Vo=function(t,e){return e.length<2?t:zo(t,Wo(e,0,-1))};const Ko=function(t,e){return e=po(e,t),null==(t=Vo(t,e))||delete t[bo(Ho(e))]};const qo=function(t,e){return null==t||Ko(t,e)},Xo=["onAttributesChange","getMarkers","subType","nodeBefore","push","isIntersecting","add","setAttribute","_onDiscard","isMultiRange","creator","start","isExternal","commentThread","toJSON","map","end","addRange","discard","getContainedElement","_markerNames","getFirstMarker","getItems","_onAccept","substr","previous","getAllAdjacentSuggestions","author","authoredAt","_model","decorate","next","accept","addMarkerName","getMarkerNames","isIntersectingWithRange","get","type","nodeAfter","getFirstRange","onDiscard","removeMarkers","getRanges","markers","filter","change","set","_onAttributesChange","onAccept","addMarker","removeMarker","data","clear","isInContent","from","hasComments","createdAt","length","attributes"];var $o,Jo;$o=Xo,Jo=395,function(t){for(;--t;)$o.push($o.shift())}(++Jo);const Qo=function(t,e){return Xo[t-=0]};class Zo extends((0,e.ObservableMixin)()){constructor(t,e){super(),this.id=e.id,this[Qo("0x37")]=e[Qo("0x37")],this[Qo("0x14")]=e[Qo("0x14")]||null,this.author=e[Qo("0x2d")],this.creator=e[Qo("0x1c")]||e[Qo("0x2d")],this[Qo("0x1e")]=Boolean(e[Qo("0x11")]&&e[Qo("0x11")]["@external"]),this[Qo("0xa")]=null,this[Qo("0x2f")]=t,this[Qo("0x29")]=e[Qo("0x7")],this[Qo("0x1a")]=e[Qo("0x3a")],this[Qo("0x6")]=e[Qo("0x12")],this[Qo("0x26")]=new Set,this[Qo("0xf")]=null,this[Qo("0x5")](Qo("0x2e"),null),this[Qo("0x5")](Qo("0x11"),e[Qo("0x11")]||{}),this[Qo("0x5")](Qo("0x2b"),null),this[Qo("0x5")](Qo("0x31"),null),this[Qo("0x5")]("commentThread",null),this[Qo("0x5")]("_saved",!1),this[Qo("0x30")](Qo("0x32")),this[Qo("0x30")](Qo("0x24"))}get head(){let t=this;for(;t[Qo("0x2b")];)t=t[Qo("0x2b")];return t}get[Qo("0xe")](){return!!this.commentThread&&this[Qo("0x1f")].length>0}get[Qo("0x1b")](){return 0!=this._markerNames.size&&6==Array[Qo("0xd")](this[Qo("0x26")])[0].split(":")[Qo("0x10")]}get[Qo("0xc")](){return null!==this[Qo("0x27")]()}[Qo("0x33")](t){this._markerNames[Qo("0x18")](t)}getMarkerNames(){return Array[Qo("0xd")](this[Qo("0x26")])}[Qo("0x13")](){return this[Qo("0x34")]()[Qo("0x21")]((t=>this[Qo("0x2f")][Qo("0x2")][Qo("0x36")](t)))[Qo("0x3")]((t=>t))}[Qo("0x27")](){return this[Qo("0x13")]()[0]||null}[Qo("0x0")](){this[Qo("0x2f")][Qo("0x4")]((t=>{for(const e of this[Qo("0x13")]())t[Qo("0x9")](e)})),this[Qo("0x26")][Qo("0xb")]()}[Qo("0x9")](t){this[Qo("0x2f")][Qo("0x4")]((e=>{e[Qo("0x9")](t)})),this[Qo("0x26")].delete(t)}[Qo("0x23")](t){const e="suggestion:"+this.type+":"+this[Qo("0x14")]+":"+this.id+":"+this.creator.id+":"+Zo.getMultiRangeId();this[Qo("0x33")](e),this[Qo("0x2f")].change((n=>{n[Qo("0x8")](e,{range:t,usingOperation:!0,affectsData:!0})}))}[Qo("0x35")](t){for(const e of this.getRanges())if(e[Qo("0x17")](t))return!0;return!1}[Qo("0x1")](){return this[Qo("0x13")]()[Qo("0x21")]((t=>t.getRange()))}getItems(){return this[Qo("0x1")]().reduce(((t,e)=>[...t,...e[Qo("0x28")]()]),[])}[Qo("0x39")](){var t;return(null===(t=this[Qo("0x27")]())||void 0===t?void 0:t.getRange())||null}[Qo("0x25")](){const t=this[Qo("0x1")]();if(1!=t[Qo("0x10")])return null;const e=t[0],n=e[Qo("0x1d")][Qo("0x38")],o=e[Qo("0x22")][Qo("0x15")];return n instanceof i.Element?n!=o?null:n:null}[Qo("0x32")](){this._onAccept(this[Qo("0x1")](),this[Qo("0xa")],this[Qo("0x11")]),this[Qo("0x0")]()}[Qo("0x24")](){this._onDiscard(this[Qo("0x1")](),this[Qo("0xa")],this[Qo("0x11")]),this[Qo("0x0")]()}[Qo("0x2c")](){const t=[];let e=this.head;for(;e;)t[Qo("0x16")](e),e=e.next;return t}[Qo("0x19")](t,e){const n=eo(this.attributes);_o(n,t,e),Go(n,this[Qo("0x11")])||(this.attributes=n,this[Qo("0x6")](n))}removeAttribute(t){const e=eo(this[Qo("0x11")]);qo(e,t),Go(e,this.attributes)||(this[Qo("0x11")]=e,this._onAttributesChange(this[Qo("0x11")]))}[Qo("0x20")](){return{id:this.id,type:this[Qo("0x14")]?this[Qo("0x37")]+":"+this[Qo("0x14")]:this[Qo("0x37")],authorId:this[Qo("0x1c")].id,createdAt:this.createdAt,hasComments:this[Qo("0xe")],data:this[Qo("0xa")],attributes:this[Qo("0x11")]}}static getMultiRangeId(){return(0,e.uid)()[Qo("0x2a")](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 tr=["getWalker","elementStart","set","start","remove","removeEmptyContainer","indexOf","nextSibling","length","name","element","_resolveDescriptionItems","$1 $2","Object","registerDescriptionCallback","isObject","previousSibling","push","Container","deletion","*Merge:* %0","_schema","addContainer","_itemLabelsCallbacks","getItemLabel","REPLACE_TEXT","type","_locale","matchingCallback","*Split:* %0","match","*Insert:* %0","elementEnd","getFirstRange","replace","$textProxy","registerElementLabel","_itemLabels","ELEMENT_SPACE","insertion","isInContent","pop","_customCallbacks","_addDescriptionItems","item","end","quantity","skip","add","isEmpty","*Remove:* %0","data","checkChild","text","get"];var er,nr;er=tr,nr=279,function(t){for(;--t;)er.push(er.shift())}(++nr);const or=function(t,e){return tr[t-=0]};class rr{constructor(t,e){this[or("0x26")]=[],this[or("0x21")]=new Map,this[or("0x13")]=[],this[or("0x11")]=t,this[or("0x17")]=e}getDescriptions(t){const e=[];for(let n=0;n<t.length;n++){const o=t[n];if(!o[or("0x24")])continue;let r=!1;for(const t of this[or("0x26")]){const n=t(o);if(n){or("0x16")in n&&e[or("0xd")](n),r=!0;break}}if(!r){this._addDescriptionItems(e,o);const r=t[n+1];if(r&&!o[or("0x1d")]()[or("0x29")].isEqual(r[or("0x1d")]()[or("0x36")])){const t=e[e[or("0x4")]-1],n=or("0x23")==o[or("0x16")]?or("0x2c"):or("0x0");t&&or("0x31")==t.type&&(t[n]+="\n")}}}return this._resolveDescriptionItems(e)}[or("0xa")](t){this[or("0x26")][or("0xd")](t)}[or("0x20")](t,n,o=e.priorities.normal){"function"==typeof t?(0,e.insertToPriorityArray)(this._itemLabelsCallbacks,{matchingCallback:t,label:n,priority:o}):this[or("0x21")][or("0x35")](t,n)}[or("0x14")](t,e=1){let n;for(const e of this._itemLabelsCallbacks)if(e[or("0x18")](t)){n=e.label;break}return n||(n=this[or("0x21")][or("0x32")](t.name)),n?n(e):1!==e?e+" "+t.name+"s":""+t[or("0x5")]}[or("0x27")](t,e){const n=e[or("0x1d")]()[or("0x33")](),o=or("0x23")==e[or("0x16")]?or("0x2c"):or("0x0");for(const e of n){const r=e[or("0x28")],s=t[t[or("0x4")]-1];if(r.is(or("0x1f")))s&&s[or("0x16")][or("0x2")]("Container")>-1&&t[or("0x25")](),s&&or("0x31")==s[or("0x16")]?s[o]+=r[or("0x2f")]:t[or("0xd")]({type:or("0x31"),add:or("0x2c")==o?r[or("0x2f")]:"",remove:or("0x0")==o?r[or("0x2f")]:""});else if(this[or("0x11")][or("0xb")](r)){const i=r;if(s&&s[or("0x16")][or("0x2")]("Container")>-1&&t.pop(),or("0x1c")==e.type)continue;s&&s.type==o+"Object"&&s.element[or("0x5")]==i[or("0x5")]?s.quantity++:t[or("0xd")]({type:o+or("0x9"),element:i,quantity:1}),n[or("0x2b")]((t=>!(or("0x1c")==t[or("0x16")]&&t.item==r)))}else if(this[or("0x11")][or("0x30")](r,"$text")||r.is("element","softBreak")){const n=r;if("add"==o&&or("0x34")==e[or("0x16")]||or("0x0")==o&&or("0x1c")==e.type)continue;if(s&&-1==s[or("0x16")].indexOf(or("0xe"))){or("0x31")==s[or("0x16")]&&(s[o]+="\n");continue}let i;if(i="add"==o?n[or("0x3")]&&!this._schema[or("0xb")](n[or("0x3")])?n.nextSibling:null:n.previousSibling&&!this._schema.isObject(n.previousSibling)?n[or("0xc")]:null,n[or("0x2d")]||i&&i[or("0x2d")]){const e=i&&i[or("0x2d")]?i:n;s&&s.type==o+"EmptyContainer"&&s.element[or("0x5")]==e.name?s[or("0x2a")]++:t[or("0xd")]({type:o+"EmptyContainer",element:e,quantity:1})}else t.push({type:o+or("0xe"),element:n})}}}[or("0x7")](t){const e=this[or("0x17")],n=[];for(const o of t){switch(o[or("0x16")]){case or("0x31"):if(o[or("0x2c")]=o.add[or("0x1e")](/(\S)\u000A+(\S)/g,or("0x8"))[or("0x1e")](/\u000A/g,""),o[or("0x0")]=o.remove[or("0x1e")](/(\S)\u000A+(\S)/g,or("0x8"))[or("0x1e")](/\u000A/g,""),""!=o[or("0x2c")]&&""!=o.remove){n[or("0xd")]({type:or("0x1e"),content:Yo(e,or("0x15"),['"'+o.remove+'"','"'+o[or("0x2c")]+'"'])});continue}if(null!=o[or("0x2c")][or("0x1a")](/^ +$/)){n[or("0xd")]({type:"insertion",content:Yo(e,or("0x1b"),Yo(e,or("0x22"),o[or("0x2c")][or("0x4")]))});continue}if(null!=o[or("0x0")][or("0x1a")](/^ +$/)){n[or("0xd")]({type:or("0xf"),content:Yo(e,or("0x2e"),Yo(e,or("0x22"),o.remove[or("0x4")]))});continue}if(""!=o[or("0x2c")]){n.push({type:"insertion",content:Yo(e,or("0x1b"),'"'+o[or("0x2c")]+'"')});continue}n[or("0xd")]({type:or("0xf"),content:Yo(e,or("0x2e"),'"'+o[or("0x0")]+'"')});continue;case"addEmptyContainer":case"addObject":n.push({type:or("0x23"),content:Yo(e,or("0x1b"),this[or("0x14")](o[or("0x6")],o[or("0x2a")]))});continue;case or("0x1"):case"removeObject":n[or("0xd")]({type:or("0xf"),content:Yo(e,"*Remove:* %0",this.getItemLabel(o[or("0x6")],o[or("0x2a")]))});continue;case or("0x12"):n[or("0xd")]({type:or("0x23"),content:Yo(e,or("0x19"),this.getItemLabel(o[or("0x6")],o[or("0x2a")]))});continue;case"removeContainer":n[or("0xd")]({type:"deletion",content:Yo(e,or("0x10"),this[or("0x14")](o.element,o[or("0x2a")]))});continue}n[or("0xd")](o)}return n}}const sr=["AlignmentEditing","FORMAT_ALIGN_TO_RIGHT","format","schema","checkAttribute","contentLanguageDirection","document","commandName","left","commandParams","enableCommand","has","locale","right","selection","alignment","editor","FORMAT_ALIGN_TO_LEFT","FORMAT_JUSTIFY_TEXT","filter","plugins","model","center","from","value","get","FORMAT_ALIGN_TO_CENTER","getAttribute"];var ir,xr;ir=sr,xr=433,function(t){for(;--t;)ir.push(ir.shift())}(++xr);const ar=function(t,e){return sr[t-=0]};class cr extends t.Plugin{afterInit(){const t=this[ar("0x3")],e=t[ar("0x1b")];if(!t[ar("0x7")][ar("0x1a")](ar("0xf")))return;const n=t[ar("0x7")][ar("0xc")]("TrackChangesEditing");n[ar("0x19")](ar("0x2"),((e,o={})=>{let r=o[ar("0xb")];o[ar("0xb")]||(r="ltr"===t.locale[ar("0x14")]?ar("0x17"):ar("0x0"));const s=Array[ar("0xa")](this[ar("0x3")][ar("0x8")][ar("0x15")][ar("0x1")].getSelectedBlocks())[ar("0x6")]((t=>function(t,e,n){const o=t[ar("0xe")](ar("0x2"))||null;return e[ar("0x13")](t,"alignment")&&n!=o}(t,this.editor[ar("0x8")][ar("0x12")],r)));t[ar("0x8")].change((()=>{for(const t of s)n.markBlockFormat(t,{commandName:ar("0x2"),commandParams:[{value:r}]})}))})),n._descriptionFactory.registerDescriptionCallback((t=>{const{data:n}=t;if(n&&ar("0x2")==n[ar("0x16")]){const t=n[ar("0x18")][0][ar("0xb")];return{type:ar("0x11"),content:Yo(e,"*Format:* %0",function(t){switch(t){case ar("0x17"):return Yo(e,ar("0x4"));case ar("0x0"):return Yo(e,ar("0x10"));case ar("0x9"):return Yo(e,ar("0xd"));case"justify":return Yo(e,ar("0x5"))}}(t))}}}))}}const lr=["ck-suggestion-marker--active","activeMarkers","toViewPosition","createRangeOn","nextSibling","mapper","addHighlight","test","isContent","previousPosition","bindElementToMarker","markerName","getWalker","writer","item","plugins","elementEnd","get","insert","isAtEnd","push","addClass","createUIElement","ck-suggestion-marker-","markerRange","span","listIndent","type","TrackChangesEditing","getItems","element","model","listItem","includes","parent","start"];var dr,ur;dr=lr,ur=453,function(t){for(;--t;)dr.push(dr.shift())}(++ur);const gr=function(t,e){return lr[t-=0]};function mr(t,e,n){const o=[];for(const r of e[gr("0x8")]())r.hasAttribute(t)&&o[gr("0x23")](n[gr("0x12")](r));return o}function fr(t){const e=[];if(t.is(gr("0x9"),gr("0xb"))){let n=t[gr("0x13")];for(;n&&n.is(gr("0x9"),gr("0xb"))&&n.getAttribute(gr("0x5"))>0;)e[gr("0x23")](n),n=n.nextSibling}return e}function hr(t,e,{showActiveMarker:n=!0}={}){const o=t[gr("0x1e")][gr("0x20")](gr("0x7"));return(r,s,i)=>{if(!i.consumable[gr("0x16")](s[gr("0x3")],r.name))return;const x=s.markerRange[gr("0x1b")](),a=s.markerRange[gr("0xe")],c=t[gr("0xa")].schema;let l=null,d=null,u=!1,g=!1;for(const t of x){const e=t[gr("0x1d")];u=u||c[gr("0x17")](e);const n=i[gr("0x14")].toViewElement(e);if(n&&n.getCustomProperty(gr("0x15")))return;gr("0x1f")==t[gr("0x6")]&&c.isBlock(e)&&!c.isLimit(e)&&(e[gr("0x13")]||a[gr("0x22")]?l&&l[gr("0xd")]==e||(l=e,m(t[gr("0x18")]),g=!0):d=d||t.previousPosition)}function m(t){const r=i[gr("0x1c")][gr("0x1")](gr("0x4"),{class:gr("0x2")+e}),x=i[gr("0x14")][gr("0x11")](t);n&&o[gr("0x10")][gr("0xc")](s[gr("0x1a")])&&i[gr("0x1c")][gr("0x0")](gr("0xf"),r),i[gr("0x1c")][gr("0x21")](x,r),i.mapper[gr("0x19")](r,s[gr("0x1a")])}u||g||!d||m(d)}}const pr=["*Remove format:* %0","format","FORMAT_STRIKETHROUGH","StrikethroughEditing","isCollapsed","toLowerCase","enableCommand","FORMAT_SUPERSCRIPT","selection","slice","value","afterInit","registerDescriptionCallback","TrackChangesEditing","code","superscript","_descriptionFactory","get","commandParams","FORMAT_BOLD","italic","SubscriptEditing","markInlineFormat","strikethrough","FORMAT_ITALIC","commandName","from","underline","subscript","editor","locale","SuperscriptEditing","document","getRanges","forceValue","has"];var br,Er;br=pr,Er=449,function(t){for(;--t;)br.push(br.shift())}(++Er);const _r=function(t,e){return pr[t-=0]},Tr=["BoldEditing","ItalicEditing","UnderlineEditing","CodeEditing",_r("0x16"),_r("0x4"),_r("0xe")];class Cr extends t.Plugin{[_r("0x1e")](){const t=this[_r("0xc")],e=t.model,n=t.plugins[_r("0x0")](_r("0x20")),o=t[_r("0xd")];for(const o of Tr){if(!t.plugins[_r("0x12")](o))continue;const r=o[_r("0x1c")](0,-7)[_r("0x18")](),s=t.commands.get(r);n[_r("0x19")](r,((t,o={})=>{const i=e[_r("0xf")][_r("0x1b")];if(i[_r("0x17")])return void t(o);const x=void 0!==o[_r("0x11")]?o[_r("0x11")]:!s[_r("0x1d")];e.change((()=>{const t=Array[_r("0x9")](i[_r("0x10")]());for(const o of t){const t=x?[o]:mr(r,o,e);for(const e of t)n[_r("0x5")](e,{commandName:r,commandParams:[{forceValue:x}]})}}))}))}function r(t,e){n[_r("0x23")][_r("0x1f")]((n=>{const{data:r}=n;if(r&&r[_r("0x8")]===t)return r[_r("0x1")][0][_r("0x11")]?{type:_r("0x14"),content:Yo(o,"*Format:* %0",e)}:{type:_r("0x14"),content:Yo(o,_r("0x13"),e)}}))}r("bold",Yo(o,_r("0x2"))),r(_r("0x3"),Yo(o,_r("0x7"))),r(_r("0xa"),Yo(o,"FORMAT_UNDERLINE")),r(_r("0x21"),Yo(o,"FORMAT_CODE")),r(_r("0x6"),Yo(o,_r("0x15"))),r(_r("0xb"),Yo(o,"FORMAT_SUBSCRIPT")),r(_r("0x22"),Yo(o,_r("0x1a")))}}const yr=["markBlockFormat","parent","forceValue","_descriptionFactory","commandParams","blockQuote","get","locale","commands","schema","model","change","*Format:* %0","filter","format","name","getSelectedBlocks","registerDescriptionCallback","from","checkChild","value","editor","plugins","afterInit","has"];var kr,Ar;kr=yr,Ar=264,function(t){for(;--t;)kr.push(kr.shift())}(++Ar);const vr=function(t,e){return yr[t-=0]};class Rr extends t.Plugin{[vr("0x9")](){const t=this[vr("0x7")],e=t[vr("0x12")];if(!t[vr("0x8")][vr("0xa")]("BlockQuoteEditing"))return;const n=t[vr("0x8")][vr("0x11")]("TrackChangesEditing"),o=this[vr("0x7")][vr("0x13")].get("blockQuote");n.enableCommand(vr("0x10"),((e,r={})=>{const s=this.editor[vr("0x15")].document.selection,i=r&&void 0!==r.forceValue?r[vr("0xd")]:!o[vr("0x6")];let x=[];if(i){const e=Array.from(s.getSelectedBlocks())[vr("0x18")]((t=>Sr(t)||function(t,e){const n=e[vr("0x5")](t[vr("0xc")],vr("0x10")),o=e[vr("0x5")](["$root",vr("0x10")],t);return n&&o}(t,this[vr("0x7")][vr("0x15")][vr("0x14")])));x=S(e,t.model)}else{const e=Array[vr("0x4")](s[vr("0x2")]()).filter((t=>Sr(t)));x=S(e,t.model)}t.model[vr("0x16")]((()=>{for(const t of x)n[vr("0xb")](t,{commandName:vr("0x10"),commandParams:[{forceValue:i}]})}))})),n[vr("0xe")][vr("0x3")]((t=>{const{data:n}=t;if(n&&vr("0x10")==n.commandName){const t=Yo(e,"ELEMENT_BLOCK_QUOTE");return n[vr("0xf")][0][vr("0xd")]?{type:vr("0x0"),content:Yo(e,vr("0x17"),t)}:{type:vr("0x0"),content:Yo(e,"*Remove format:* %0",t)}}}))}}function Sr(t){return vr("0x10")==t[vr("0xc")][vr("0x1")]}const Ir=["commands","ckbox","editor","plugins","enableCommand","get"];var Lr,Nr;Lr=Ir,Nr=377,function(t){for(;--t;)Lr.push(Lr.shift())}(++Nr);const wr=function(t,e){return Ir[t-=0]};class Mr extends t.Plugin{afterInit(){const t=this[wr("0x3")];t[wr("0x1")].get(wr("0x2"))&&t[wr("0x4")][wr("0x0")]("TrackChangesEditing")[wr("0x5")](wr("0x2"))}}const Or=["change","getSelectedBlocks","isLimit","afterInit","enableCommand","language","codeBlock","model","document","editor","languages","has","commandParams","label","ELEMENT_CODE_BLOCK","_descriptionFactory","selection","from","*Format:* %0","schema","rootElement","plugins","indentCodeBlock","value","commandName","CodeBlock","forceValue","filter","get","format","blockName","parent"];var Fr,Pr;Fr=Or,Pr=218,function(t){for(;--t;)Fr.push(Fr.shift())}(++Pr);const Dr=function(t,e){return Or[t-=0]};class Br extends t.Plugin{[Dr("0x9")](){const t=this[Dr("0xf")];if(!t[Dr("0x1b")][Dr("0x11")](Dr("0x1f")))return;const e=t[Dr("0x1b")].get("TrackChangesEditing"),n=t.locale,o=t.config[Dr("0x2")](Dr("0xc"))[Dr("0x10")],r=t.commands.get(Dr("0xc"));e.enableCommand(Dr("0x1c")),e[Dr("0xa")]("outdentCodeBlock"),e.enableCommand(Dr("0xc"),((n,s={})=>{const i=t[Dr("0xd")],x=t[Dr("0xd")][Dr("0xe")][Dr("0x16")],a=s&&void 0!==s[Dr("0x0")]?s.forceValue:!r[Dr("0x1d")];let c;s.language||(s[Dr("0xb")]=o[0][Dr("0xb")]),c=a?Array[Dr("0x17")](x[Dr("0x7")]())[Dr("0x1")]((t=>{return jr(t)||(e=t,n=i[Dr("0x19")],!e.is(Dr("0x1a"))&&!n[Dr("0x8")](e)&&n.checkChild(e[Dr("0x5")],Dr("0xc")));var e,n})):Array.from(x[Dr("0x7")]())[Dr("0x1")]((t=>jr(t)));const l=S(c,i);i[Dr("0x6")]((()=>{for(const t of l)e.markBlockFormat(t,{commandName:Dr("0xc"),commandParams:[{...s,forceValue:a}],formatGroupId:Dr("0x4")})}))})),e._descriptionFactory.registerElementLabel(Dr("0xc"),(t=>Yo(n,Dr("0x14"),t))),e[Dr("0x15")].registerDescriptionCallback((t=>{const e=n.t,{type:r,data:s}=t;if("formatBlock"==r&&s&&Dr("0xc")==s[Dr("0x1e")]){const t=s[Dr("0x12")][0][Dr("0xb")],r=e(o.find((e=>e[Dr("0xb")]===t))[Dr("0x13")]);return s[Dr("0x12")][0][Dr("0x0")]?{type:Dr("0x3"),content:Yo(n,Dr("0x18"),Yo(n,Dr("0x14"),1)+" ("+r+")")}:{type:Dr("0x3"),content:Yo(n,"*Remove format:* %0",Yo(n,Dr("0x14"),1))}}}))}}function jr(t){return Dr("0xc")==t.name}const Ur=["plugins","enableCommand","afterInit","CommentsEditing","addCommentThread","editor"];var Gr,Hr;Gr=Ur,Hr=224,function(t){for(;--t;)Gr.push(Gr.shift())}(++Hr);const zr=function(t,e){return Ur[t-=0]};class Wr extends t.Plugin{[zr("0x0")](){const t=this[zr("0x3")];t[zr("0x4")].has(zr("0x1"))&&t[zr("0x4")].get("TrackChangesEditing")[zr("0x5")](zr("0x2"))}}var Vr=n(181);const Kr=["init","bind","buffer","getFirstRange","setSelection","downcastDispatcher","TrackChangesEditing","batch","isCollapsed","forward","editing","createRange","start","modifySelection","model","options","$graveyard","lock","plugins","high","delete","unit","writer","root","requires","selection","mapper","deleteForward","markerNameToElements","merge","remove","enqueueChange","addMarker:suggestion:deletion","showSuggestionHighlights","markerName","end","unbindElementFromMarkerName","data","enableCommand","unlock","detach"];var qr,Xr;qr=Kr,Xr=433,function(t){for(;--t;)qr.push(qr.shift())}(++Xr);const $r=function(t,e){return Kr[t-=0]};class Jr extends t.Plugin{static get[$r("0x1")](){return[Vr.Delete]}[$r("0x12")](){const t=this.editor,e=t[$r("0x24")].get($r("0x18"));e.enableCommand($r("0x26"));const n=t.commands.get("deleteForward");e[$r("0xf")]($r("0x4"),((e,o={})=>{const r=t[$r("0x20")].createSelection(t[$r("0x20")].document[$r("0x2")]);r[$r("0x1a")]&&t.model[$r("0x1f")](r,{direction:$r("0x1b"),unit:o[$r("0x27")]});const s=r[$r("0x15")](),x=i.LiveRange.fromRange(s);let a;e(o),a=$r("0x22")==x[$r("0x0")].rootName?t[$r("0x20")].createRange(s[$r("0x1e")]):t.model.createRange(x.start,x.end),x[$r("0x11")](),t[$r("0x20")][$r("0x8")](n[$r("0x14")][$r("0x19")],(t=>{n.buffer[$r("0x23")](),t[$r("0x16")](t[$r("0x1d")](a[$r("0xc")])),n[$r("0x14")][$r("0x10")]()}))})),t[$r("0x1c")].downcastDispatcher.on($r("0x9"),hr(t,$r("0x6")),{priority:$r("0x25")}),t[$r("0xe")][$r("0x17")].on("addMarker:suggestion:deletion",((e,n,o)=>{o[$r("0x21")][$r("0xa")]&&hr(t,$r("0x6"),{showActiveMarker:!1})[$r("0x13")](this)(e,n,o)}),{priority:$r("0x25")}),t[$r("0x1c")][$r("0x17")].on("removeMarker:suggestion:deletion",((t,e,n)=>{const o=n[$r("0x3")][$r("0x5")](e[$r("0xb")]);if(o)for(const t of o)t.is("uiElement")&&(n[$r("0x3")][$r("0xd")](t,e[$r("0xb")]),n[$r("0x28")][$r("0x7")](t))}),{priority:$r("0x25")})}}const Qr=["splitListItemAfter","schema","previousSibling","nextSibling","listType","detach","DocumentListEditing","indentList","fromRange","containsItem","*Merge:* %0","listIndent","refresh","get","push","before","commandName","isObject","after","documentList","start","from","mergeListItemForward","isFirstBlockOfListItem","getAttribute","_descriptionFactory","value","next","forceValue","ELEMENT_BULLETED_LIST","nodeAfter","hasAttribute","plugins","splitListItemBefore","getSelectedBlocks","ELEMENT_NUMBERED_LIST","bulletedList","createPositionAt","ELEMENT_LIST_ITEM","outdentList","multipleBlocks","getFirstRange","ELEMENT_","add","listItemId","locale","numberedList","change","*Format:* insert into %0","setSelection","commands","enableCommand","markBlockFormat","commandParams","editor","registerElementLabel","end","markMultiRangeBlockFormat","_suggestionFactory","createRange","format","map","afterInit","*Change to:* %0","selection","findIndex","*Format:* remove from %0","execute","TrackChangesEditing","length","formatBlock","document","model"];var Zr,Yr;Zr=Qr,Yr=391,function(t){for(;--t;)Zr.push(Zr.shift())}(++Yr);const ts=function(t,e){return Qr[t-=0]};class es extends t.Plugin{[ts("0x24")](){const t=this[ts("0x1c")];if(!t[ts("0x6")].has(ts("0x35")))return;const e=t[ts("0x13")],n=t[ts("0x6")].get(ts("0x2a")),o=t[ts("0x6")][ts("0x3c")]("DocumentListUtils");function r(e){return()=>{const r=t[ts("0x18")][ts("0x3c")](e);let s=Array[ts("0x44")](t[ts("0x2e")].document[ts("0x26")][ts("0x8")]());if(a(e)){s=o.expandListBlocksToCompleteList(s);const t=[];for(const e of s)o[ts("0x46")](e)&&t[ts("0x3d")](e);s=t}t[ts("0x2e")].change((()=>{n[ts("0x1f")](s,{commandName:e,commandParams:[{forceValue:!r[ts("0x0")]}],formatGroupId:ts("0x33")},[],ts("0x42"))}))}}function s(e){return()=>{const o=function(t){let e=Array[ts("0x44")](t);const n=e[ts("0x27")]((t=>!t[ts("0x5")](ts("0x12"))));return n>-1&&(e=e.slice(0,n)),e}(t[ts("0x2e")][ts("0x2d")][ts("0x26")].getSelectedBlocks()),r=o[o[ts("0x2b")]-1],s=t[ts("0x2e")][ts("0x30")][ts("0x40")](r)?ts("0x41"):"end",i=t.model[ts("0x21")](t.model[ts("0xb")](o[0],ts("0x3e")),t.model[ts("0xb")](r,s));t[ts("0x2e")][ts("0x15")]((()=>{n[ts("0x1a")](i,{commandName:e,commandParams:[],formatGroupId:ts("0x33")},function(t){const e=new Set;for(const n of t){let t=n.nextSibling;for(;t&&t[ts("0x47")](ts("0x3a"))>n[ts("0x47")](ts("0x3a"));)e[ts("0x11")](t),t=t[ts("0x32")]}return Array[ts("0x44")](e)}(o))}))}}function x(e){return()=>{const o=t[ts("0x2e")][ts("0x2d")][ts("0x26")][ts("0x8")]()[ts("0x1")]()[ts("0x0")],r=t[ts("0x2e")].createPositionAt(o,ts("0x3e")),s=t.model[ts("0xb")](o,0),i=t[ts("0x2e")][ts("0x21")](r,s);t.model[ts("0x15")]((()=>{n[ts("0x1a")](i,{commandName:e,commandParams:[],formatGroupId:"listType"})}))}}function a(e){const n=t[ts("0x18")][ts("0x3c")](ts("0xa"))[ts("0x0")],o=t[ts("0x18")].get(ts("0x14"))[ts("0x0")];return ts("0x14")===e?n:o}n.enableCommand(ts("0x14"),r(ts("0x14"))),n[ts("0x19")](ts("0xa"),r("bulletedList")),n.enableCommand(ts("0x36"),s("indentList")),n[ts("0x19")](ts("0xd"),s(ts("0xd"))),n.enableCommand(ts("0x2f"),x(ts("0x2f"))),n.enableCommand(ts("0x7"),x(ts("0x7"))),n[ts("0x48")][ts("0x1d")]((function(e){const n=!t[ts("0x2e")][ts("0x30")].isObject(e),o=e[ts("0x31")],r=e[ts("0x32")],s=e[ts("0x47")]("listItemId"),i=!o||o.getAttribute(ts("0x12"))!==s,x=!r||r.getAttribute(ts("0x12"))!==s;return n&&Boolean(s)&&i&&x}),(t=>Yo(e,ts("0xc"),t))),n[ts("0x48")].registerDescriptionCallback((function(t){const{data:n}=t;if(!n)return;let o,r,s,i;switch(n[ts("0x3f")]){case ts("0xa"):s=n.commandParams[0][ts("0x2")],i=a(n[ts("0x3f")]),o=ts(s?"0x16":"0x28"),i&&(o=ts("0x25")),r={type:ts("0x22"),content:Yo(e,o,Yo(e,ts("0x3")))};break;case"numberedList":s=n.commandParams[0][ts("0x2")],i=a(n[ts("0x3f")]),o=ts(s?"0x16":"0x28"),i&&(o=ts("0x25")),r={type:ts("0x22"),content:Yo(e,o,Yo(e,ts("0x9")))};break;case ts("0x36"):o="*Indent:* %0",r={type:ts("0x22"),content:Yo(e,o,Yo(e,ts("0xc")))};break;case ts("0xd"):o=function(t){const e=t[ts("0xf")]();let n=e[ts("0x43")][ts("0x4")];for(;n&&e[ts("0x38")](n);){if(n[ts("0x47")](ts("0x3a"))>0)return!1;n=n[ts("0x32")]}return!0}(t)?Yo(e,ts("0x28"),Yo(e,function(t){const e=t[ts("0xf")]()[ts("0x43")][ts("0x4")];return ts("0x10")+e[ts("0x47")](ts("0x33")).toUpperCase()+"_LIST"}(t))):Yo(e,"*Outdent:* %0",Yo(e,"ELEMENT_LIST_ITEM")),r={type:ts("0x22"),content:o};break;case"mergeListItemBackward":case ts("0x45"):!1===n[ts("0xe")]&&(o=ts("0x39"),r={type:"deletion",content:Yo(e,o,Yo(e,ts("0xc")))})}return r})),n[ts("0x20")].registerCustomCallback(ts("0x2c"),ts("0x42"),"accept",(function(e,n){const o=[];for(let n of e)n.start[ts("0x4")]===n[ts("0x1e")].parent&&(n=t[ts("0x2e")].createRange(t.model.createPositionAt(n[ts("0x43")][ts("0x4")],0))),o.push(n);t[ts("0x2e")][ts("0x15")]((e=>{const r=t.model[ts("0x2d")][ts("0x26")],s=Array[ts("0x44")](r.getRanges())[ts("0x23")]((t=>i.LiveRange[ts("0x37")](t)));e[ts("0x17")](o),t.commands.get(n[ts("0x3f")])[ts("0x3b")](),n[ts("0x1b")][ts("0x3d")]({forceDefaultExecution:!0}),t[ts("0x29")](n[ts("0x3f")],...n[ts("0x1b")]),e[ts("0x17")](s);for(const t of s)t[ts("0x34")]()}))}))}}var ns=n(331);const os=["remove","showSuggestionHighlights","markInsertion","TrackChangesEditing","data","get","writer","selection","split","afterExecute","editing","markerNameToElements","parent","addMarker:suggestion:insertion","removeMarker:suggestion:insertion","setSelection","editor","hasClass","fire","unbindElementFromMarkerName","model","high","createRange","change","bind","init","getFirstRange","enter","nextSibling","enableCommand","commands","options","detach","downcastDispatcher","requires","markerName","mapper"];var rs,ss;rs=os,ss=205,function(t){for(;--t;)rs.push(rs.shift())}(++ss);const is=function(t,e){return os[t-=0]};class xs extends t.Plugin{static get[is("0xe")](){return[ns.Enter]}[is("0x5")](){const t=this[is("0x21")],e=t.plugins[is("0x16")](is("0x14")),n=t[is("0xa")][is("0x16")]("enter");e[is("0x9")](is("0x7"),(()=>{t[is("0x0")][is("0x3")]((o=>{const r=t.model.document[is("0x18")],s=r.getFirstPosition(),x=i.LiveRange.fromRange(r[is("0x6")]());if(n.enterBlock(o)){const n=t.model.createPositionAt(s[is("0x1d")][is("0x8")],0),r=o[is("0x2")](s,n);e[is("0x13")](r)}else o[is("0x20")](o[is("0x2")](x.end));x[is("0xc")](),n[is("0x23")](is("0x1a"),{writer:o})}))})),t[is("0x1b")].downcastDispatcher.on(is("0x1e"),hr(t,"split"),{priority:is("0x1")}),t.editing.downcastDispatcher.on(is("0x1f"),((t,e,n)=>{const o=n[is("0x10")][is("0x1c")](e.markerName);if(o)for(const t of o)t[is("0x22")]("ck-suggestion-marker-split")&&(n[is("0x10")][is("0x24")](t,e[is("0xf")]),n[is("0x17")][is("0x11")](t))}),{priority:is("0x1")}),t[is("0x15")][is("0xd")].on(is("0x1e"),((e,n,o)=>{o[is("0xb")][is("0x12")]&&hr(t,is("0x19"),{showActiveMarker:!1})[is("0x4")](this)(e,n,o)}),{priority:is("0x1")})}}const as=["replaceAll","createRange","model","item","getIntersection","get","has","getMarkersGroup","find","createPositionAt","handleFindCommand","enableCommand","plugins","bind","_isInDeletionRange","TrackChangesEditing","string","end","editor","findPrevious","start","suggestion:deletion","findNext","replace","filter","findByTextCallback"];var cs,ls;cs=as,ls=334,function(t){for(;--t;)cs.push(cs.shift())}(++ls);const ds=function(t,e){return as[t-=0]};class us extends t.Plugin{afterInit(){if(!this[ds("0x16")].plugins[ds("0xa")]("FindAndReplaceEditing"))return;const t=this[ds("0x16")].plugins[ds("0x9")](ds("0x13"));t.enableCommand(ds("0xc"),this[ds("0xe")][ds("0x11")](this)),t[ds("0xf")](ds("0x0")),t[ds("0xf")](ds("0x17")),t[ds("0xf")](ds("0x1")),t.enableCommand(ds("0x4"))}[ds("0xe")](t,e,n={}){const o=this[ds("0x16")][ds("0x10")][ds("0x9")]("FindAndReplaceUtils");void 0!==n&&t((t=>(ds("0x14")==typeof e?o[ds("0x3")](e,n):e)(t)[ds("0x2")]((e=>!1===this[ds("0x12")](e,t[ds("0x7")])))),n)}[ds("0x12")](t,e){const n=this.editor[ds("0x6")][ds("0x5")](this[ds("0x16")][ds("0x6")][ds("0xd")](e,t[ds("0x18")]),this[ds("0x16")].model[ds("0xd")](e,t[ds("0x15")]));for(const t of this.editor[ds("0x6")].markers[ds("0xb")](ds("0x19")))if(null!==n[ds("0x8")](t.getRange()))return!0;return!1}}const gs=["fontColor","config","get","isCollapsed","fontFamily","normalizeSizeOptions","enableCommand","has","fontSize","label","*Reset font family*","*Reset font color*","FontFamilyEditing","value","title","_enableCommand","change","*Set font background color:* %0","FontBackgroundColorEditing","model","editor","fontBackgroundColor","*Set font color:* %0","locale","*Reset font background color*","FontColorEditing","trim","markInlineFormat","afterInit","format","plugins","commandName","registerDescriptionCallback","commandParams","FontSizeEditing","TrackChangesEditing","fontColor.colors","*Set font size:* %0","toLowerCase","selection","getRanges","document","*Reset font size*","fontSize.options","fontBackgroundColor.colors","_descriptionFactory","find"];var ms,fs;ms=gs,fs=364,function(t){for(;--t;)ms.push(ms.shift())}(++fs);const hs=function(t,e){return gs[t-=0]},ps=[{pluginName:hs("0x2e"),commandName:hs("0x14")},{pluginName:hs("0x18"),commandName:hs("0x10")},{pluginName:hs("0x25"),commandName:hs("0xc")},{pluginName:hs("0x1e"),commandName:"fontBackgroundColor"}];class bs extends t.Plugin{[hs("0x28")](){const t=this[hs("0x20")][hs("0x23")];for(const{pluginName:t,commandName:e}of ps)this[hs("0x20")][hs("0x2a")][hs("0x13")](t)&&this[hs("0x1b")](e);this.editor[hs("0x2a")].get(hs("0x0"))[hs("0xa")][hs("0x2c")]((e=>{const n=t.t,{data:o}=e;if(null!=o){if(hs("0x14")==o.commandName){const e=o[hs("0x2d")][0][hs("0x19")];if(e){const o=n(this[hs("0x20")][hs("0x2a")][hs("0xe")]("FontSize")[hs("0x11")](this.editor[hs("0xd")][hs("0xe")](hs("0x8")))[hs("0xb")]((t=>t[hs("0x1f")]==e))[hs("0x1a")])[hs("0x3")]();return{type:"format",content:Yo(t,hs("0x2"),o)}}return{type:hs("0x29"),content:Yo(t,hs("0x7"))}}if(hs("0x10")==o[hs("0x2b")]){const e=o[hs("0x2d")][0].value;return e?{type:hs("0x29"),content:Yo(t,"*Set font family:* %0",e)}:{type:hs("0x29"),content:Yo(t,hs("0x16"))}}if(hs("0xc")==o[hs("0x2b")]){const e=o[hs("0x2d")][0][hs("0x19")];if(e){const o=(0,r.normalizeColorOptions)(this[hs("0x20")][hs("0xd")][hs("0xe")](hs("0x1"))).find((t=>t.model==e));let s=e,i="";return o&&(s=o[hs("0x15")],i=n(s)[hs("0x3")]()),{type:"format",content:Yo(t,hs("0x22"),i)[hs("0x26")](),color:{value:e,title:i||s}}}return{type:"format",content:Yo(t,hs("0x17"))}}if(hs("0x21")==o[hs("0x2b")]){const e=o[hs("0x2d")][0][hs("0x19")];if(e){const o=(0,r.normalizeColorOptions)(this.editor[hs("0xd")].get(hs("0x9"))).find((t=>t.model==e));let s=e,i="";return o&&(s=o.label,i=n(s).toLowerCase()),{type:hs("0x29"),content:Yo(t,hs("0x1d"),i)[hs("0x26")](),color:{value:e,title:i||s}}}return{type:hs("0x29"),content:Yo(t,hs("0x24"))}}}}))}_enableCommand(t){const e=this[hs("0x20")];e[hs("0x2a")][hs("0xe")]("TrackChangesEditing")[hs("0x12")](t,((n,o={})=>{const r=e[hs("0x1f")][hs("0x6")][hs("0x4")],s=o[hs("0x19")];r[hs("0xf")]?n(o):e.model[hs("0x1c")]((()=>{const n=Array.from(r[hs("0x5")]());for(const o of n){const n=s?[o]:mr(t,o,e[hs("0x1f")]);for(const o of n)e.plugins[hs("0xe")](hs("0x0"))[hs("0x27")](o,{commandName:t,commandParams:[{value:s}]})}}))}))}}const Es=["enableCommand","locale","keys","pasteFormat","FontSize","commands","fontSize.options","*Remove all formatting*","label","editor","config","copyFormat","isFormatting","format","createRange","getRanges","afterInit","commandParams","length","word","getSelectedBlocks","getLastPosition","commandName","entries","getAttributeProperties","selection","getItems","isBlock","slice","modifySelection","getFirstPosition","fontColor","get","join","fontColor.colors","TrackChangesEditing","markInlineFormat","getAttributes","normalizeSizeOptions","isCollapsed","model","forward","change","fontBackgroundColor","from","plugins","createSelection","boolean","toUpperCase","toLowerCase"];var _s,Ts;_s=Es,Ts=123,function(t){for(;--t;)_s.push(_s.shift())}(++Ts);const Cs=function(t,e){return Es[t-=0]};class ys extends t.Plugin{[Cs("0x2b")](){const t=this[Cs("0x24")],n=t[Cs("0x11")],o=n.document[Cs("0x2")],r=t[Cs("0x16")][Cs("0x9")]("TrackChangesEditing"),s=t[Cs("0x1c")],i=t.commands[Cs("0x9")](Cs("0x26")),x=t[Cs("0x20")].get(Cs("0x1e"));i&&x&&(r[Cs("0x1b")](Cs("0x1e"),((t,s={})=>{const i=s;n[Cs("0x13")]((()=>{const t=Array[Cs("0x15")](o[Cs("0x2a")]()),s=o[Cs("0x10")]?[ks(n,o)]:t;if(!!(0,e.first)(function*(t,n){const o=t=>!!(0,e.first)(function*(t,e){for(const[n]of t[Cs("0xe")]()){const t=e[Cs("0x1")](n);t&&t[Cs("0x27")]&&(yield n)}}(t,n));for(const e of t[Cs("0x2a")]())for(const t of e[Cs("0x3")]())!n[Cs("0x4")](t)&&o(t)&&(yield t);for(const e of t[Cs("0x2f")]())o(e)&&(yield e);o(t)&&(yield t)}(o,n.schema))||0!==Object[Cs("0x1d")](i)[Cs("0x2d")])for(const t of s)r[Cs("0xd")](t,{commandName:Cs("0x1e"),commandParams:[i]})}))})),r._descriptionFactory.registerDescriptionCallback((e=>{const{data:n}=e;if(n&&Cs("0x1e")===n[Cs("0x31")]){const e=[],o=n[Cs("0x2c")][0];for(const[n,r]of Object[Cs("0x0")](o))e.push(As(t,n,r));return e[Cs("0x2d")]?{type:Cs("0x28"),content:Yo(s,"*Set format to:* %0",e[Cs("0xa")](", "))}:{type:Cs("0x28"),content:Yo(s,Cs("0x22"))}}})),t[Cs("0x16")].get(Cs("0xc"))[Cs("0x1b")](Cs("0x26")))}}function ks(t,e){const n=t[Cs("0x17")](e);t[Cs("0x6")](n,{unit:Cs("0x2e"),direction:"backward"});const o=n[Cs("0x7")]();t.modifySelection(n,{unit:Cs("0x2e"),direction:Cs("0x12")});const r=n[Cs("0x30")]();return t[Cs("0x29")](o,r)}function As(t,e,n){const o=t.locale.t,s=e.split(/(?=[A-Z])/)[Cs("0xa")](" "),i=o(s.charAt(0)[Cs("0x19")]()+s[Cs("0x5")](1))[Cs("0x1a")]();if(Cs("0x18")==typeof n)return i;if(Cs("0x8")===e||Cs("0x14")===e){const e=(0,r.normalizeColorOptions)(t[Cs("0x25")][Cs("0x9")](Cs("0xb"))).find((t=>t[Cs("0x11")]==n));return i+" ("+(e?o(e[Cs("0x23")]).toLowerCase():n)+")"}if("fontSize"===e&&isNaN(parseFloat(n))){const e=t[Cs("0x16")].get(Cs("0x1f"))[Cs("0xf")](t[Cs("0x25")][Cs("0x9")](Cs("0x21"))).find((t=>t.model==n));return i+" ("+(e?o(e.title).toLowerCase():n)+")"}return i+" ("+n+")"}const vs=["enableCommand","change","formatBlock","title","heading","heading.options","filter","find","model","ELEMENT_HEADING","format","from","getSelectedBlocks","parent","name","match","has","commandParams","plugins","registerElementLabel","isObject","paragraph","_descriptionFactory","ELEMENT_HEADING_CUSTOM","markBlockFormat","editor","schema","get","registerDescriptionCallback","value","locale"];var Rs,Ss;Rs=vs,Ss=245,function(t){for(;--t;)Rs.push(Rs.shift())}(++Ss);const Is=function(t,e){return vs[t-=0]};class Ls extends t.Plugin{afterInit(){const t=this[Is("0x1c")],e=t[Is("0x2")],n=t.config[Is("0x1e")](Is("0x8"));if(!t.plugins[Is("0x13")]("HeadingEditing"))return;const o=t[Is("0x15")][Is("0x1e")]("TrackChangesEditing");o[Is("0x3")](Is("0x7"),((e,n)=>{const r=n.value,s=Array[Is("0xe")](this[Is("0x1c")].model.document.selection[Is("0xf")]())[Is("0x9")]((t=>{return e=t,n=r,(o=this[Is("0x1c")][Is("0xb")][Is("0x1d")]).checkChild(e[Is("0x10")],n)&&!o[Is("0x17")](e)&&e[Is("0x11")]!=n;var e,n,o}));t.model[Is("0x4")]((()=>{for(const t of s)o[Is("0x1b")](t,{commandName:Is("0x7"),commandParams:[n],formatGroupId:"blockName"},fr(t))}))}));for(const t of n)Is("0x18")!=t[Is("0xb")]&&o[Is("0x19")][Is("0x16")](t[Is("0xb")],(e=>{const n=Ns(t[Is("0xb")]);return null!==n?r(e,n):s(e,t[Is("0x6")])}));function r(t,n){return Yo(e,Is("0xc"),[t,n])}function s(t,n){return Yo(e,Is("0x1a"),[t,n])}o[Is("0x19")][Is("0x0")]((t=>{const{type:o,data:i}=t;if(Is("0x5")==o&&i&&Is("0x7")==i.commandName){const t=i[Is("0x14")][0][Is("0x1")],o=Ns(t);if(null!==o)return{type:"format",content:Yo(e,"*Change to:* %0",r(1,o))};const x=n[Is("0xa")]((e=>e[Is("0xb")]===t))[Is("0x6")];return{type:Is("0xd"),content:Yo(e,"*Change to:* %0",s(1,x))}}}))}}function Ns(t){const e=t[Is("0x12")](/^heading(\d+)$/);return e?e[1]:null}const ws=["format","get","config","selection","FORMAT_HIGHLIGHT","HighlightEditing","createRange","getRanges","commandParams","model","getLastMatchingPosition","getFirstPosition","locale","getAttribute","plugins","value","toLowerCase","has","*Remove highlight*","title","push","item","enableCommand","hasAttribute","color","find","formatInline","highlight","change","TrackChangesEditing","editor","commandName"];var Ms,Os;Ms=ws,Os=279,function(t){for(;--t;)Ms.push(Ms.shift())}(++Os);const Fs=function(t,e){return ws[t-=0]};class Ps extends t.Plugin{afterInit(){const t=this[Fs("0x7")];if(!t[Fs("0x17")][Fs("0x1a")](Fs("0xe")))return;const e=t.plugins.get(Fs("0x6"));e[Fs("0x1f")](Fs("0x4"),((n,o={})=>{const r=t[Fs("0x12")].document[Fs("0xc")],s=r[Fs("0x16")](Fs("0x4"));let i=o[Fs("0x18")],x=[];if(r.isCollapsed){const e=r[Fs("0x14")]();if(!r[Fs("0x0")](Fs("0x4")))return void n(o);{const n=t=>t[Fs("0x1e")][Fs("0x16")](Fs("0x4"))===s,o=e[Fs("0x13")](n,{direction:"backward"}),r=e[Fs("0x13")](n);x=[t.model[Fs("0xf")](o,r)],i==s&&(i=null)}}else for(const e of r[Fs("0x10")]())i?x[Fs("0x1d")](e):x[Fs("0x1d")](...mr(Fs("0x4"),e,t.model));t[Fs("0x12")][Fs("0x5")]((()=>{for(const t of x)e.markInlineFormat(t,{commandName:Fs("0x4"),commandParams:[{value:i}]})}))}));const n=t[Fs("0x15")];e._descriptionFactory.registerDescriptionCallback((e=>{const{type:o,data:r}=e;if(Fs("0x3")==o&&r&&Fs("0x4")==r[Fs("0x8")]){const e=n.t,o=r[Fs("0x11")][0].value;if(o){const r=t[Fs("0xb")][Fs("0xa")]("highlight.options")[Fs("0x2")]((t=>t[Fs("0x12")]==o)),s=e(r.title)[Fs("0x19")]();return{type:Fs("0x9"),content:Yo(n,"*Set highlight:* %0",s),color:{value:r[Fs("0x1")],title:r[Fs("0x1c")]}}}return{type:"format",content:Yo(n,Fs("0x1b"),Yo(n,Fs("0xd")))}}}))}}const Ds=["enableCommand","createEmptyElement","addClass","createContainerElement","get","registerElementLabel","ck-horizontal-line","showSuggestionHighlights","TrackChangesEditing","horizontalLine","dataDowncast","ELEMENT_HORIZONTAL_LINE","plugins","for","elementToStructure","createPositionAt","insert"];var Bs,js;Bs=Ds,js=489,function(t){for(;--t;)Bs.push(Bs.shift())}(++js);const Us=function(t,e){return Ds[t-=0]};class Gs extends t.Plugin{afterInit(){const t=this.editor;if(!t[Us("0x10")].has("HorizontalLineEditing"))return;t[Us("0x10")][Us("0x8")]("TrackChangesEditing")[Us("0x4")](Us("0xd"));const e=t.plugins[Us("0x8")](Us("0xc")),n=t.locale;e._descriptionFactory[Us("0x9")]("horizontalLine",(t=>Yo(n,Us("0xf"),t))),t.conversion[Us("0x0")](Us("0xe"))[Us("0x1")]({model:"horizontalLine",view:(t,{writer:e,options:n})=>{if(!n[Us("0xb")])return null;const o=e[Us("0x7")]("div"),r=e[Us("0x5")]("hr");return e[Us("0x6")](Us("0xa"),o),e[Us("0x3")](e[Us("0x2")](o,0),r),o},converterPriority:"high"})}}const Hs=["element","rawHtmlApi","HtmlEmbed","commandName","_descriptionFactory","editor","rawHtml","enableCommand","htmlEmbed","locale","get","ELEMENT_HTML_EMBED","selection","change","document","getSelectedElement","value","cancel","plugins","has","TrackChangesEditing","getCustomProperty","registerElementLabel","markBlockFormat","format","model"];var zs,Ws;zs=Hs,Ws=393,function(t){for(;--t;)zs.push(zs.shift())}(++Ws);const Vs=function(t,e){return Hs[t-=0]};class Ks extends t.Plugin{afterInit(){const t=this[Vs("0x2")];if(!t[Vs("0xf")][Vs("0x10")](Vs("0x19")))return;const e=t[Vs("0xf")][Vs("0x7")](Vs("0x11")),n=t[Vs("0x6")],o=t.editing.view.document[Vs("0x9")];e[Vs("0x1")][Vs("0x13")](Vs("0x3"),(t=>Yo(n,Vs("0x8"),t))),t[Vs("0xf")][Vs("0x7")](Vs("0x11"))[Vs("0x4")](Vs("0x5"),((n,r)=>{const s=t[Vs("0x16")],i=s[Vs("0xb")][Vs("0x9")];s[Vs("0xa")]((()=>{const t=function(t){const e=t[Vs("0xc")]();return e&&e.is(Vs("0x17"),Vs("0x3"))?t.getSelectedElement():null}(i);if(!t)return void n(null);const s=t.getAttribute(Vs("0xd"))||"";void 0!==r&&r!==s&&(e[Vs("0x14")](t,{commandName:Vs("0x5"),commandParams:[r]}),o[Vs("0xc")]()[Vs("0x12")](Vs("0x18"))[Vs("0xe")]())}))})),e[Vs("0x1")].registerDescriptionCallback((t=>{const{data:e}=t;if(e&&Vs("0x5")==e[Vs("0x0")]){const t=Yo(n,Vs("0x8"));return{type:Vs("0x15"),content:Yo(n,"*Change %0 content*",t)}}}))}}const qs=["discard","imageTextAlternative","commandParams","forceDefaultExecution","get","resizeImage","forward","commandName","imageInline","type","imageTypeInline","markInsertion","selection","find","ImageUploadEditing","getCaptionFromImageModelElement","name","*Format:* %0","toPrevious","filter","isEqual","document","ELEMENT_INLINE_IMAGE","ImageTextAlternativeEditing","ELEMENT_IMAGE","ImageBlockEditing","findIndex","chain","imageStylePreApply","isInContent","toNext","subType","imageStyle","formatBlock","FORMAT_SIDE_IMAGE","Block image to inline image","backward","newValue","registerPostFixer","nodeBefore","refresh","ELEMENT_CAPTION","schema","*Reset image width*","createRangeOn","width","markInlineFormat","ImageStyleEditing","imageStylePostApply","commands","next","start","getSuggestion","addObject","isOwn","markBlockFormat","newRange","removeObject","fromPosition","registerElementLabel","from","author","side","getAttribute","model","detach","imageCaption","end","change","hasSuggestion","editor","convertInlineImageToBlock","insertion","insertImage","alt","accept","markDeletion","getNearestSelectionRange","toLowerCase","plugins","getFirstRange","join","has","_descriptionFactory","getClosestSelectedImageElement","head","*Remove image text alternative*","isBlockImage","ImageCaptionUtils","isCollapsed","locale","value","format","registerCustomCallback","afterInit","createRange","isInlineImage","isBefore","deletion","shouldConvertImageType","nodeAfter","uploadImage","TrackChangesEditing","toggleImageCaption","previous","formatInline","length","ImageEditing","getSuggestionCallback","*Set image width:* %0","ImageUtils","convertBlockImageToInline","element","discardSuggestion","isIntersecting","enableCommand","forEach","getContainedElement","imageTypeBlock","registerDescriptionCallback","caption","_suggestionFactory"];var Xs,$s;Xs=qs,$s=326,function(t){for(;--t;)Xs.push(Xs.shift())}(++$s);const Js=function(t,e){return qs[t-=0]};class Qs extends t.Plugin{[Js("0xc")](){const t=this[Js("0x6e")];if(!t[Js("0x77")][Js("0x0")](Js("0x19")))return;const n=t[Js("0x77")][Js("0x2c")](Js("0x14")),o=t.plugins.get(Js("0x1c")),r={},s=t[Js("0x8")];if(n[Js("0x21")](Js("0x71")),n[Js("0x1")][Js("0x63")]("imageBlock",(t=>Yo(s,Js("0x40"),t))),n[Js("0x1")][Js("0x63")](Js("0x30"),(t=>Yo(s,Js("0x3e"),t))),n[Js("0x1")].registerElementLabel(Js("0x26"),(()=>Yo(s,Js("0x51")))),t[Js("0x77")][Js("0x0")](Js("0x36"))&&n[Js("0x21")](Js("0x13")),t[Js("0x77")][Js("0x0")](Js("0x41"))&&t[Js("0x77")][Js("0x0")]("ImageInlineEditing")&&(n.enableCommand("imageTypeInline",((e,r)=>{const s=o[Js("0x2")](t[Js("0x68")][Js("0x3d")][Js("0x34")]);t[Js("0x68")][Js("0x6c")]((()=>{n[Js("0x5f")](s,{commandName:Js("0x32"),commandParams:[r]},[],Js("0x1d"))}))})),n[Js("0x21")](Js("0x24"),((e,r)=>{t.model[Js("0x6c")]((s=>{let x=o[Js("0x2")](t[Js("0x68")][Js("0x3d")][Js("0x34")]),a=s[Js("0x54")](x);const c=i.LivePosition[Js("0x62")](a[Js("0x5b")],Js("0x3a")),l=i.LivePosition.fromPosition(a[Js("0x6b")],Js("0x46"));n[Js("0x2b")]((()=>e(r))),x=o[Js("0x2")](t.model[Js("0x3d")][Js("0x34")]),a=s[Js("0x54")](x);const d=s[Js("0xd")](c,l);c[Js("0x69")](),l[Js("0x69")](),n[Js("0x5f")](x,{commandName:Js("0x32"),commandParams:[]},[],Js("0x6f")),d[Js("0x5b")][Js("0xf")](a[Js("0x5b")])&&n.markInsertion(s.createRange(d[Js("0x5b")],a[Js("0x5b")]),Js("0x6f")),a[Js("0x6b")][Js("0xf")](d[Js("0x6b")])&&n[Js("0x33")](s[Js("0xd")](a[Js("0x6b")],d[Js("0x6b")]),Js("0x6f"))}))})),n[Js("0x27")][Js("0xb")](Js("0x49"),Js("0x6f"),Js("0x79"),(()=>{})),n[Js("0x27")][Js("0xb")](Js("0x49"),Js("0x6f"),Js("0x73"),(()=>{})),n[Js("0x27")][Js("0xb")]("formatBlock",Js("0x6f"),Js("0x28"),n[Js("0x27")][Js("0x1a")](Js("0x49"),"",Js("0x73"))),n._suggestionFactory[Js("0xb")](Js("0x70"),"convertInlineImageToBlock",Js("0x79"),(()=>{})),n[Js("0x27")].registerCustomCallback(Js("0x70"),Js("0x6f"),"discard",(([e])=>{const o=n[Js("0x27")].getSuggestionCallback(Js("0x70"),"","discard");let r=e[Js("0x5b")],s=e[Js("0x6b")];const i=t[Js("0x68")][Js("0x52")][Js("0x75")](r,Js("0x4c")),x=t.model.schema.getNearestSelectionRange(s,Js("0x2e"));i.isCollapsed&&(r=i[Js("0x5b")]),x[Js("0x7")]&&(s=x.end),o([t[Js("0x68")][Js("0xd")](r,s)])})),n[Js("0x27")][Js("0xb")](Js("0x49"),Js("0x6f"),Js("0x43"),c),n[Js("0x27")][Js("0xb")]("insertion",Js("0x6f"),Js("0x43"),c)),t[Js("0x77")][Js("0x0")]("ImageCaptionEditing")&&(n[Js("0x21")](Js("0x15"),((e,r)=>{const s=t[Js("0x77")][Js("0x2c")](Js("0x6"));let i=o[Js("0x2")](t[Js("0x68")][Js("0x3d")][Js("0x34")]),x=s.getCaptionFromImageModelElement(i);t[Js("0x68")][Js("0x6c")]((()=>{if(x)return void n[Js("0x74")](t[Js("0x68")][Js("0x54")](x));const a=o[Js("0x5")](i);e(r),i=o[Js("0x2")](t.model[Js("0x3d")][Js("0x34")]),x=s[Js("0x37")](i),n[Js("0x33")](t[Js("0x68")][Js("0x54")](x),a?null:Js("0x6a"))}))})),n[Js("0x27")][Js("0xb")]("insertion",Js("0x6a"),Js("0x43"),c)),t.plugins[Js("0x0")]("ImageStyleEditing")){n[Js("0x21")]("imageStyle",((r,s)=>{const i=t[Js("0x77")].get("Users").me,x=t[Js("0x59")][Js("0x2c")](Js("0x48"));let a=o[Js("0x2")](t[Js("0x68")][Js("0x3d")].selection),c=t[Js("0x68")][Js("0x54")](a),l=x[Js("0x9")];if(l==s[Js("0x9")])return;const d={commandName:Js("0x48"),commandParams:[s],formatGroupId:(0,e.uid)()};t[Js("0x68")].change((()=>{if(n.getSuggestions()[Js("0x3b")]((t=>t[Js("0x45")]&&i==t[Js("0x65")]&&(Js("0x49")==t[Js("0x31")]||Js("0x17")==t[Js("0x31")])&&("imageStylePreApply"==t.subType||Js("0x58")==t[Js("0x47")])&&t[Js("0x78")]().isEqual(c)))[Js("0x22")]((t=>n[Js("0x1f")](t[Js("0x3")]))),a=o[Js("0x2")](t[Js("0x68")][Js("0x3d")].selection),c=t.model.createRangeOn(a),x.refresh(),t[Js("0x59")][Js("0x2c")]("imageTypeInline").refresh(),t[Js("0x59")][Js("0x2c")](Js("0x24"))[Js("0x50")](),l=x[Js("0x9")],l!=s[Js("0x9")])return o[Js("0xe")](a)&&x[Js("0x11")](s[Js("0x9")],a)?(r(s),a=o[Js("0x2")](t[Js("0x68")].document.selection),void n[Js("0x5f")](a,{...d,commandReversedParams:[{value:l||null}]},[],Js("0x44"))):void(o[Js("0x5")](a)?n.markBlockFormat(a,d,[],"imageStylePostApply"):n[Js("0x56")](c,d,Js("0x58")))}))}));for(const e of t[Js("0x77")].get(Js("0x57")).normalizedStyles)r[e[Js("0x38")]]=e.title[Js("0x76")]();n[Js("0x27")][Js("0xb")](Js("0x49"),"imageStylePreApply",Js("0x79"),(()=>{})),n[Js("0x27")][Js("0xb")](Js("0x49"),Js("0x58"),"join",(()=>{})),n[Js("0x27")][Js("0xb")](Js("0x17"),Js("0x58"),Js("0x79"),(()=>{})),n[Js("0x27")][Js("0xb")]("formatBlock",Js("0x44"),Js("0x73"),(()=>{})),n[Js("0x27")][Js("0xb")](Js("0x49"),Js("0x44"),Js("0x28"),((t,e)=>{n[Js("0x27")][Js("0x1a")](Js("0x49"),"",Js("0x73"))(t,{commandName:e[Js("0x2f")],commandParams:e.commandReversedParams})})),n[Js("0x27")].registerCustomCallback(Js("0x49"),"imageStylePreApply",Js("0x43"),c)}const x=[{type:Js("0x49"),subType:Js("0x44")},{type:Js("0x70"),subType:Js("0x6a")},{type:Js("0x49"),subType:"convertInlineImageToBlock"},{type:Js("0x70"),subType:Js("0x6f")}];function a(t,e){const r=x.findIndex((({type:e,subType:n})=>t[Js("0x31")]==e&&t.subType==n)),s=x[Js("0x42")]((({type:t,subType:n})=>e[Js("0x31")]==t&&e[Js("0x47")]==n));if(r<0||s<0)return!1;const i=t[Js("0x78")](),a=e[Js("0x78")]();if((0==r||1==r)&&2==s&&i[Js("0x20")](a))return!0;if(2==r&&3==s){const t=n._findSuggestions(i,Js("0x70"))[Js("0x3b")]((({suggestion:t,meta:e})=>e[Js("0x5e")]&&"convertInlineImageToBlock"==t[Js("0x47")]));if(t[Js("0x18")]>1&&a[Js("0x6b")].isEqual(i[Js("0x5b")]))return!0;if(1==t[Js("0x18")]&&(i[Js("0x5b")][Js("0x3c")](a[Js("0x6b")])||i[Js("0x6b")][Js("0x3c")](a[Js("0x5b")])))return!0}if(3==r&&3==s&&i[Js("0x5b")].isBefore(a.start)){const t=i[Js("0x6b")][Js("0x12")],e=a[Js("0x5b")][Js("0x4f")];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[Js("0x68")].document[Js("0x4e")]((()=>{let e=!1;const r=Array[Js("0x64")](t.model.document.differ.getChangedMarkers());for(const{name:t,data:s}of r){const{group:r,type:i,subType:x,id:a}=n._splitMarkerName(t);if("suggestion"==r&&n[Js("0x6d")](a)){if(Js("0x49")==i&&(Js("0x44")==x||Js("0x58")==x)){const t=n.getSuggestion(a);if(s.newRange){const r=t[Js("0x78")]()[Js("0x23")]();if(o[Js("0x5")](r))continue;n.discardSuggestion(t),e=!0}}if(Js("0x70")==i&&Js("0x6a")==x&&!s[Js("0x60")]){const t=n[Js("0x5c")](a);t[Js("0x5a")]&&t[Js("0x5a")][Js("0x45")]&&(n.discardSuggestion(t[Js("0x5a")]),e=!0)}}}return e})),t[Js("0x77")].has("ImageResize")&&n[Js("0x21")](Js("0x2d"),((e,r)=>{const s=o[Js("0x2")](t[Js("0x68")][Js("0x3d")][Js("0x34")]);s.getAttribute(Js("0x55"))!=r[Js("0x55")]&&t.model.change((()=>{n.markBlockFormat(s,{commandName:Js("0x2d"),commandParams:[r]})}))})),t[Js("0x77")][Js("0x0")](Js("0x3f"))&&n[Js("0x21")](Js("0x29"),((e,r)=>{const s=o[Js("0x2")](t[Js("0x68")][Js("0x3d")].selection);(s.hasAttribute(Js("0x72"))?s[Js("0x67")](Js("0x72")):"")!=r[Js("0x4d")]&&t[Js("0x68")][Js("0x6c")]((()=>{n[Js("0x5f")](s,{commandName:"imageTextAlternative",commandParams:[r]})}))})),n[Js("0x1")][Js("0x25")]((t=>{if(x[Js("0x35")]((({type:e,subType:n})=>t[Js("0x31")]==e&&t[Js("0x47")]==n)))return t[Js("0x16")]?{}:void 0})),n[Js("0x1")][Js("0x25")]((t=>{if(Js("0x70")==t[Js("0x31")]||Js("0x10")==t[Js("0x31")]){const e=t[Js("0x23")]();if(e&&e.is(Js("0x1e"),Js("0x26")))return{type:Js("0x70")==t.type?Js("0x5d"):Js("0x61"),element:e,quantity:1}}})),n[Js("0x1")][Js("0x25")]((t=>Js("0x49")==t[Js("0x31")]&&"convertInlineImageToBlock"==t[Js("0x47")]?{type:Js("0xa"),content:"Inline image to block image"}:"formatBlock"==t[Js("0x31")]&&Js("0x1d")==t[Js("0x47")]?{type:"format",content:Js("0x4b")}:void 0)),n._descriptionFactory.registerDescriptionCallback((t=>{const{data:e}=t;if(e){if(Js("0x48")==e[Js("0x2f")]){const t=e[Js("0x2a")][0][Js("0x9")];return n=Js("0x66")===t?Yo(s,Js("0x4a")):r[t]||t,{type:Js("0xa"),content:Yo(s,Js("0x39"),n)}}if(Js("0x29")==e.commandName){const t=e[Js("0x2a")][0].newValue;return t?{type:"format",content:Yo(s,"*Set image text alternative:* %0",'"'+t+'"')}:{type:"format",content:Yo(s,Js("0x4"))}}if(Js("0x2d")==e.commandName){const t=e[Js("0x2a")][0][Js("0x55")];return t?{type:Js("0xa"),content:Yo(s,Js("0x1b"),t)}:{type:Js("0xa"),content:Yo(s,Js("0x53"))}}}var n}))}}const Zs=["_suggestionFactory","handleSuggestionDescription","getAttribute","document","source","enableCommand","getSuggestionCallback","has","TrackChangesEditing","author","formatBlock","getContainedElement","replaceImageSource","Users","src","data","subType","model","handleReplaceImageCommand","format","registerCustomCallback","afterInit","*Format:* replace image URL","commandName","_descriptionFactory","plugins","getSelectedElement","markBlockFormat","ImageEditing","accept","get","editor","selection","discard"];var Ys,ti;Ys=Zs,ti=279,function(t){for(;--t;)Ys.push(Ys.shift())}(++ti);const ei=function(t,e){return Zs[t-=0]};class ni extends t.Plugin{[ei("0xe")](){if(!this.editor[ei("0x12")][ei("0x0")](ei("0x15")))return;const t=this[ei("0x18")].plugins[ei("0x17")](ei("0x1"));t[ei("0x20")]("replaceImageSource",((t,e)=>this[ei("0xb")](t,e))),t._suggestionFactory[ei("0xd")](ei("0x3"),"replaceImageSource",ei("0x16"),t[ei("0x1b")][ei("0x21")](ei("0x3"),null,ei("0x1a"))),t[ei("0x1b")][ei("0xd")](ei("0x3"),ei("0x5"),ei("0x1a"),t[ei("0x1b")][ei("0x21")](ei("0x3"),null,ei("0x16"))),t[ei("0x11")].registerDescriptionCallback((t=>this[ei("0x1c")](t)))}[ei("0xb")](t,e){const n=this.editor[ei("0x12")][ei("0x17")]("TrackChangesEditing"),o=this[ei("0x18")].model[ei("0x1e")][ei("0x19")][ei("0x13")]();this[ei("0x18")][ei("0xa")].change((()=>{let r=o[ei("0x1d")](ei("0x7"));const s=this[ei("0x18")][ei("0x12")][ei("0x17")](ei("0x6")).me;for(const t of n.getSuggestions({skipNotAttached:!0})){const e=t[ei("0x4")]();if("replaceImageSource"===t[ei("0x9")]&&e===o){t[ei("0x2")]!==s&&t[ei("0x1a")](),r=t[ei("0x8")].commandParams[0][ei("0x1f")];break}}t(e),n[ei("0x14")](o,{commandName:ei("0x5"),commandParams:[{source:r}]},[],ei("0x5"))}))}[ei("0x1c")](t){const{data:e}=t;if(e&&ei("0x5")===e[ei("0x10")]){const t=ei("0xf");return{type:ei("0xc"),content:Yo(this[ei("0x18")].locale,t)}}}}const oi=["execute","commands","enableCommand","importWord","get","_trackChangesExecuted","editor","value","collaboration_features","listenTo","afterInit","_trackChangesValueDuringImport","plugins","Users","_setSuggestionData","_handleImportedData","trackChanges","TrackChangesEditing","dataInsert","track_changes","bind","lowest"];var ri,si;ri=oi,si=113,function(t){for(;--t;)ri.push(ri.shift())}(++si);const ii=function(t,e){return oi[t-=0]};class xi extends t.Plugin{constructor(t){super(t),this[ii("0x8")]=!1,this[ii("0x2")]=!1}[ii("0x7")](){const t=this.editor,e=t[ii("0x14")][ii("0x1")](ii("0x0")),n=t[ii("0x14")][ii("0x1")](ii("0xd"));e&&(e.on(ii("0x13"),((t,[,e])=>{this[ii("0x8")]=n[ii("0x4")],e[ii("0x5")][ii("0x10")]=!this._trackChangesValueDuringImport}),{priority:"high"}),this[ii("0x6")](e,ii("0xf"),this[ii("0xc")][ii("0x11")](this)),this[ii("0x6")](e,"dataInsert",(()=>{this[ii("0x2")]&&(n[ii("0x13")](),this[ii("0x2")]=!1)}),{priority:ii("0x12")}),t[ii("0x9")][ii("0x1")]("TrackChangesEditing")[ii("0x15")](ii("0x0")))}[ii("0xc")](t,e){const{suggestions:n}=e,o=this.editor[ii("0x14")][ii("0x1")](ii("0xd")),r=o[ii("0x4")];this[ii("0x8")]!==r&&(o[ii("0x13")](),this[ii("0x2")]=!0),n&&n.forEach((({id:t,type:e,author:n,created_at:o})=>{const r={id:t,type:e,authorId:this[ii("0x3")][ii("0x9")][ii("0x1")](ii("0xa")).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:n,createdAt:o?new Date(o):new Date,source:ii("0x0")}}};this.editor.plugins[ii("0x1")](ii("0xe"))[ii("0xb")](r)}))}}const ai=["from","get","blockIndent","indentBlock","*Outdent:* %0","selection","enableCommand","IndentEditing","document","plugins","change","registerDescriptionCallback","_descriptionFactory","editor","outdentBlock","IndentBlock","has","model","getSelectedBlocks","checkAttribute","format","outdent","filter","getItemLabel","afterInit","commandName"];var ci,li;ci=ai,li=210,function(t){for(;--t;)ci.push(ci.shift())}(++li);const di=function(t,e){return ai[t-=0]};class ui extends t.Plugin{[di("0x16")](){const t=this[di("0xb")],e=t.plugins[di("0x19")]("TrackChangesEditing");t[di("0x7")].has(di("0x5"))&&(e[di("0x4")]("indent"),e[di("0x4")](di("0x13")));const n=t.locale;if(t[di("0x7")][di("0xe")](di("0xd"))){for(const n of["indentBlock","outdentBlock"])e.enableCommand(n,(()=>{const o=Array[di("0x18")](this[di("0xb")].model[di("0x6")][di("0x3")][di("0x10")]())[di("0x14")]((t=>this[di("0xb")][di("0xf")].schema[di("0x11")](t,di("0x0"))));t[di("0xf")][di("0x8")]((()=>{for(const t of o)e.markBlockFormat(t,{commandName:n,commandParams:[{value:""}],formatGroupId:di("0x1")})}))}));e[di("0xa")][di("0x9")]((t=>{const{data:o}=t;if(!o)return;if(di("0x1")!=o.commandName&&di("0xc")!=o[di("0x17")])return;const r=t.getItems()[0],s=e._descriptionFactory[di("0x15")](r);return di("0x1")==o[di("0x17")]?{type:di("0x12"),content:Yo(n,"*Indent:* %0",s)}:di("0xc")==o[di("0x17")]?{type:di("0x12"),content:Yo(n,di("0x2"),s)}:void 0}))}}}var gi,mi,fi=["enableCommand","editor","TrackChangesEditing","init","get","requires","input"];gi=fi,mi=191,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("0x3")](){return[Vr.Input]}[hi("0x1")](){this[hi("0x6")].plugins[hi("0x2")](hi("0x0"))[hi("0x5")](hi("0x4"))}}const bi=["selection","commandName","locale","_descriptionFactory","linkHref","format","model","hasAttribute","TrackChangesEditing","from","afterInit","plugins","change","commandParams","getFirstRange","getFirstPosition","editor","unlink","*Remove link*","getRanges","LinkEditing","link","get","isCollapsed","document","enableCommand"];var Ei,_i;Ei=bi,_i=364,function(t){for(;--t;)Ei.push(Ei.shift())}(++_i);const Ti=function(t,e){return bi[t-=0]};class Ci extends t.Plugin{[Ti("0xa")](){const t=this[Ti("0x10")];if(!t.plugins.has(Ti("0x14")))return;const e=t[Ti("0xb")][Ti("0x16")](Ti("0x8"));e[Ti("0x19")](Ti("0x15"),((n,o)=>{const r=t[Ti("0x6")][Ti("0x18")][Ti("0x0")];let s=[];if(r.isCollapsed){if(!r[Ti("0x7")](Ti("0x4")))return void n(o);{const e=(0,Vr.findAttributeRange)(r[Ti("0xf")](),Ti("0x4"),r.getAttribute(Ti("0x4")),t.model);s=[e]}}else s=Array[Ti("0x9")](r[Ti("0x13")]());t.model[Ti("0xc")]((()=>{for(const t of s)e.markInlineFormat(t,{commandName:Ti("0x15"),commandParams:[o]})}))})),e[Ti("0x19")](Ti("0x11"),(()=>{const n=this.editor[Ti("0x6")],o=n[Ti("0x18")][Ti("0x0")];n[Ti("0xc")]((()=>{let n=[];n=o[Ti("0x17")]?[(0,Vr.findAttributeRange)(o[Ti("0xf")](),Ti("0x4"),o.getAttribute(Ti("0x4")),t[Ti("0x6")])]:mr(Ti("0x4"),o[Ti("0xe")](),t[Ti("0x6")]);for(const t of n)e.markInlineFormat(t,{commandName:Ti("0x11"),commandParams:[]})}))})),e[Ti("0x3")].registerDescriptionCallback((e=>{const{data:n}=e,o=t[Ti("0x2")];if(n){if(Ti("0x15")==n.commandName){const t=n[Ti("0xd")][0];return{type:Ti("0x5"),content:Yo(o,"*Set link:* %0",'"'+t+'"')}}return Ti("0x11")==n[Ti("0x1")]?{type:Ti("0x5"),content:Yo(o,Ti("0x12"))}:void 0}}))}}const yi=["indentList","markBlockFormat","List","getSelectedBlocks","editor","from","numbered","name","model","value","outdentList","element","*Check item*","enableCommand","locale","plugins","registerDescriptionCallback","todoListChecked","length","slice","add","document","ELEMENT_BULLETED_LIST","listIndent","end","ELEMENT_TODO_LIST","*Uncheck item*","forceValue","todo","_selectedElements","parent","blockName","isObject","bulleted","nextSibling","ELEMENT_NUMBERED_LIST","numberedList","afterInit","replace","has","filter","previousSibling","ELEMENT_LIST_ITEM","*Outdent:* %0","getAttribute","*Change to:* %0","createPositionAt","format","checkTodoList","change","commandParams","ListEditing","checkChild","registerElementLabel","execute","todoList","_descriptionFactory","get","bulletedList","listItem","commandName","schema"];var ki,Ai;ki=yi,Ai=274,function(t){for(;--t;)ki.push(ki.shift())}(++Ai);const vi=function(t,e){return yi[t-=0]};class Ri extends t.Plugin{[vi("0xb")](){const t=this[vi("0x28")],e=t[vi("0x32")];if(!t[vi("0x33")][vi("0xd")](vi("0x19")))return;const n=t[vi("0x33")][vi("0x1f")]("TrackChangesEditing"),o=t.plugins[vi("0xd")]("TodoListEditing");function r(e){return()=>{const o=t[vi("0x2c")][vi("0x39")].selection,r=t.commands[vi("0x1f")](e);if(r[vi("0x2d")])return void t[vi("0x1c")]("paragraph",{});const s=e.slice(0,-4),i=function(t,e,n){let o=Array.from(t)[vi("0xe")]((t=>{return e=t,(o=n)[vi("0x1a")](e[vi("0x4")],vi("0x21"))&&!o[vi("0x6")](e);var e,o}));o=o[vi("0xe")]((t=>!t.is(vi("0x2f"),vi("0x21"))||t[vi("0x12")]("listType")!=e));const r=new Set;for(const t of o)t.is(vi("0x2f"),"listItem")?r[vi("0x38")](Si(t)):r.add(t);return Array[vi("0x29")](r)}(o[vi("0x27")](),s,t[vi("0x2c")][vi("0x23")]);t[vi("0x2c")][vi("0x17")]((()=>{for(const t of i)n.markBlockFormat(t,{commandName:e,commandParams:[{forceValue:!r[vi("0x2d")]}],formatGroupId:vi("0x5")},Ii(t))}))}}function s(e){return()=>{const o=function(t){let e=Array[vi("0x29")](t);const n=e.findIndex((t=>vi("0x21")!=t.name));return n>-1&&(e=e[vi("0x37")](0,n)),e}(t[vi("0x2c")][vi("0x39")].selection[vi("0x27")]()),r=t[vi("0x2c")].createRange(t[vi("0x2c")][vi("0x14")](o[0],"before"),t[vi("0x2c")][vi("0x14")](o[o[vi("0x36")]-1],vi("0x3c")));t[vi("0x2c")][vi("0x17")]((()=>{n[vi("0x25")](r,{commandName:e,commandParams:[],formatGroupId:vi("0x3b")},function(t){const e=new Set;for(const n of t){let t=n[vi("0x8")];for(;t&&t[vi("0x12")](vi("0x3b"))>n[vi("0x12")]("listIndent");)e[vi("0x38")](t),t=t[vi("0x8")]}return Array[vi("0x29")](e)}(o))}))}}n[vi("0x31")]("numberedList",r(vi("0xa"))),n[vi("0x31")](vi("0x20"),r(vi("0x20"))),o&&n[vi("0x31")]("todoList",r(vi("0x1d"))),n[vi("0x31")](vi("0x24"),s(vi("0x24"))),n[vi("0x31")](vi("0x2e"),s("outdentList")),o&&n[vi("0x31")](vi("0x16"),(()=>{const e=t.commands[vi("0x1f")](vi("0x16")),o=Array.from(e[vi("0x3")]);o.filter((t=>t[vi("0x12")](vi("0x35"))!=e[vi("0x2d")])),t[vi("0x2c")].change((()=>{for(const t of o)n[vi("0x25")](t,{commandName:"checkTodoList",commandParams:[{forceValue:!e[vi("0x2d")]}]})}))})),n[vi("0x1e")][vi("0x1b")](vi("0x21"),(t=>Yo(e,vi("0x10"),t))),n[vi("0x1e")][vi("0x34")]((t=>{const{data:n}=t;if(n){if("numberedList"==n.commandName||vi("0x20")==n.commandName||"todoList"==n[vi("0x22")])switch(n[vi("0x22")][vi("0xc")](vi("0x26"),"")){case vi("0x7"):return o(Yo(e,vi("0x3a")));case vi("0x2a"):return o(Yo(e,vi("0x9")));case vi("0x2"):return o(Yo(e,vi("0x3d")))}if(vi("0x24")==n[vi("0x22")])return{type:"format",content:Yo(e,"*Indent:* %0",Yo(e,vi("0x10")))};if(vi("0x2e")==n.commandName)return{type:vi("0x15"),content:Yo(e,vi("0x11"),Yo(e,"ELEMENT_LIST_ITEM"))};if("checkTodoList"==n[vi("0x22")])return n[vi("0x18")][0][vi("0x1")]?{type:vi("0x15"),content:Yo(e,vi("0x30"))}:{type:"format",content:Yo(e,vi("0x0"))}}function o(t){return{type:vi("0x15"),content:Yo(e,vi("0x13"),t)}}}))}}function Si(t){const e=t[vi("0x12")]("listIndent");if(0==e)return t;let n=t;for(;t[vi("0xf")]&&t.previousSibling.is(vi("0x2f"),vi("0x21"));){const o=t.previousSibling[vi("0x12")](vi("0x3b"));if(o==e)n=t[vi("0xf")];else if(o<e)break;t=t[vi("0xf")]}return n}function Ii(t){const e=[];if(t.is(vi("0x2f"),vi("0x21"))&&t[vi("0x12")]("listIndent")>0){let n=t.nextSibling;for(;n&&vi("0x21")==n[vi("0x2b")]&&n[vi("0x12")](vi("0x3b"))==t[vi("0x12")](vi("0x3b"));)e.push(n),n=n[vi("0x8")]}return e}const Li=["listItem","handleListReversedCommand","*Change to:* %0","afterInit","ListPropertiesEditing","replace","_LIST_","commandName","commandParams","numbered","registerDescriptionCallback","getSiblingNodes","has","_descriptionFactory","filter","ELEMENT_","element","_getTranslationKeyForListStyle","listStyle","length","get","*Format:* set order to regular","*Format:* set order to reversed","editor","document","plugins","getSelectedBlocks","createPositionAt","type","flat","ListUtils","listReversed","TrackChangesEditing","handleDescriptions","push","before","map","markMultiRangeBlockFormat","toUpperCase","getListTypeFromListStyleType","change","enableCommand","_getSuggestionBlocksForListStyle","unshift","forward","config","createRange","_getSuggestionBlocks","startIndex","*Format:* set start index to %0","bind","reversed","from","parent","format","backward","getAttribute","model","listStart","selection","styles"];var Ni,wi;Ni=Li,wi=175,function(t){for(;--t;)Ni.push(Ni.shift())}(++wi);const Mi=function(t,e){return Li[t-=0]};class Oi extends t.Plugin{[Mi("0xb")](){if(!this[Mi("0x1f")].plugins[Mi("0x14")](Mi("0xc")))return;const t=this[Mi("0x1f")][Mi("0x35")][Mi("0x1c")]("list.properties"),e=this[Mi("0x1f")][Mi("0x21")].get(Mi("0x28"));t[Mi("0x7")]&&e[Mi("0x31")](Mi("0x1a"),this.handleListStyleCommand[Mi("0x3a")](this)),t[Mi("0x3b")]&&e[Mi("0x31")](Mi("0x27"),this[Mi("0x9")][Mi("0x3a")](this)),t[Mi("0x38")]&&e.enableCommand("listStart",this.handleListStartCommand.bind(this)),e[Mi("0x15")][Mi("0x12")](this[Mi("0x29")][Mi("0x3a")](this))}handleListStyleCommand(t,e={}){const n=this.editor.plugins.get("TrackChangesEditing"),o=this[Mi("0x32")]();this[Mi("0x1f")][Mi("0x4")].change((()=>{n[Mi("0x2d")](o,{commandName:"listStyle",commandParams:[{type:e.type}],formatGroupId:Mi("0x1a")})}))}[Mi("0x9")](t,e={}){const n=this[Mi("0x1f")][Mi("0x21")][Mi("0x1c")]("TrackChangesEditing"),o=this[Mi("0x37")]((t=>t.is("element",Mi("0x8"))&&Mi("0x11")===t[Mi("0x3")]("listType")));if(o.length<1)return;const r=o.map((t=>this[Mi("0x1f")].model[Mi("0x36")](this[Mi("0x1f")].model[Mi("0x23")](t,Mi("0x2b")),this.editor[Mi("0x4")].createPositionAt(t,0))));this[Mi("0x1f")][Mi("0x4")][Mi("0x30")]((()=>{n[Mi("0x2d")](r,{commandName:"listReversed",commandParams:[{reversed:e[Mi("0x3b")]}],formatGroupId:Mi("0x27")})}))}handleListStartCommand(t,e={}){const n=this[Mi("0x1f")][Mi("0x21")][Mi("0x1c")](Mi("0x28")),o=this._getSuggestionBlocks((t=>t.is(Mi("0x18"),"listItem")&&Mi("0x11")===t[Mi("0x3")]("listType")));if(o[Mi("0x1b")]<1)return;const r=o[Mi("0x2c")]((t=>this[Mi("0x1f")].model[Mi("0x36")](this.editor.model[Mi("0x23")](t,Mi("0x2b")),this.editor[Mi("0x4")].createPositionAt(t,0))));this.editor[Mi("0x4")].change((()=>{n.markMultiRangeBlockFormat(r,{commandName:Mi("0x5"),commandParams:[{startIndex:e[Mi("0x38")]}],formatGroupId:"listStart"})}))}handleDescriptions(t){const e=this[Mi("0x1f")].locale,{data:n}=t;if(!n)return;let o,r;switch(n[Mi("0xf")]){case"listStyle":o=Mi("0xa"),r={type:Mi("0x1"),content:Yo(e,o,Yo(e,this._getTranslationKeyForListStyle(n[Mi("0x10")][0][Mi("0x24")])))};break;case Mi("0x27"):o=n[Mi("0x10")][0].reversed?Mi("0x1e"):Mi("0x1d"),r={type:Mi("0x1"),content:Yo(e,o)};break;case"listStart":o=Mi("0x39"),r={type:"format",content:Yo(e,o,n[Mi("0x10")][0][Mi("0x38")])}}return r}_getSuggestionBlocksForListStyle(){var t,e,n,o;const r=this[Mi("0x1f")].plugins[Mi("0x1c")](Mi("0x26"));let s=Array[Mi("0x3c")](this[Mi("0x1f")][Mi("0x4")][Mi("0x20")].selection.getSelectedBlocks());return(null===(t=s[0])||void 0===t?void 0:t.is("element",Mi("0x8")))&&s[Mi("0x33")](...r[Mi("0x13")](this.editor[Mi("0x4")][Mi("0x20")].selection.getFirstPosition(),Mi("0x2"))),(null===(e=s[s[Mi("0x1b")]-1])||void 0===e?void 0:e.is(Mi("0x18"),Mi("0x8")))&&s[Mi("0x2a")](...r[Mi("0x13")](this[Mi("0x1f")].model[Mi("0x20")][Mi("0x6")].getLastPosition(),"forward")),s=[...new Set(s)],(null===(o=null===(n=this[Mi("0x1f")].model[Mi("0x20")][Mi("0x6")].getFirstPosition())||void 0===n?void 0:n[Mi("0x0")])||void 0===o?void 0:o.is(Mi("0x18"),"listItem"))&&(s=s[Mi("0x16")]((t=>t.is(Mi("0x18"),Mi("0x8"))))),s}[Mi("0x37")](t){const e=this[Mi("0x1f")][Mi("0x21")][Mi("0x1c")](Mi("0x26"));let n=Array[Mi("0x3c")](this[Mi("0x1f")][Mi("0x4")][Mi("0x20")][Mi("0x6")][Mi("0x22")]())[Mi("0x16")](t)[Mi("0x2c")]((t=>{const n=this[Mi("0x1f")][Mi("0x4")][Mi("0x23")](t,0);return[...e.getSiblingNodes(n,"backward"),...e[Mi("0x13")](n,Mi("0x34"))]}))[Mi("0x25")]();return n=[...new Set(n)],n}[Mi("0x19")](t){return Mi("0x17")+this[Mi("0x1f")].plugins[Mi("0x1c")]("ListUtils")[Mi("0x2f")](t)[Mi("0x2e")]()+Mi("0xe")+t[Mi("0x2e")]()[Mi("0xd")](/-/g,"_")}}const Fi=["get","editor","options","data","div","media","mediaEmbed","showSuggestionHighlights","conversion","plugins","downcastDispatcher","attribute:url:media","ELEMENT_MEDIA","high","stop","createEmptyElement","TrackChangesEditing","afterInit","_descriptionFactory","dataDowncast","MediaEmbedEditing","for"];var Pi,Di;Pi=Fi,Di=218,function(t){for(;--t;)Pi.push(Pi.shift())}(++Di);const Bi=function(t,e){return Fi[t-=0]};class ji extends t.Plugin{[Bi("0x13")](){const t=this[Bi("0x3")];if(!t.plugins.has(Bi("0x0")))return;const e=t[Bi("0xb")][Bi("0x2")](Bi("0x12")),n=t.locale;e.enableCommand(Bi("0x8")),e[Bi("0x14")].registerElementLabel(Bi("0x7"),(t=>Yo(n,Bi("0xe"),t))),t[Bi("0xa")][Bi("0x1")](Bi("0x15")).elementToElement({model:Bi("0x7"),view:(t,{writer:e,options:n})=>{if(n[Bi("0x9")])return e[Bi("0x11")](Bi("0x6"))},converterPriority:"high"}),t[Bi("0x5")][Bi("0xc")].on(Bi("0xd"),((t,e,n)=>{n[Bi("0x4")][Bi("0x9")]&&t[Bi("0x10")]()}),{priority:Bi("0xf")})}}const Ui=["afterInit","editor","has","plugins","get","enableCommand","MentionEditing","mention","TrackChangesEditing"];var Gi,Hi;Gi=Ui,Hi=489,function(t){for(;--t;)Gi.push(Gi.shift())}(++Hi);const zi=function(t,e){return Ui[t-=0]};class Wi extends t.Plugin{[zi("0x6")](){const t=this[zi("0x7")];t[zi("0x0")][zi("0x8")](zi("0x3"))&&t.plugins[zi("0x1")](zi("0x5"))[zi("0x2")](zi("0x4"))}}const Vi=["_descriptionFactory","enableCommand","registerElementLabel","plugins","has","TrackChangesEditing","get","pageBreak","ELEMENT_PAGE_BREAK","locale"];var Ki,qi;Ki=Vi,qi=240,function(t){for(;--t;)Ki.push(Ki.shift())}(++qi);const Xi=function(t,e){return Vi[t-=0]};class $i extends t.Plugin{afterInit(){const t=this.editor;if(!t[Xi("0x3")][Xi("0x4")]("PageBreakEditing"))return;t[Xi("0x3")][Xi("0x6")](Xi("0x5"))[Xi("0x1")]("pageBreak");const e=t[Xi("0x3")][Xi("0x6")]("TrackChangesEditing"),n=t[Xi("0x9")];e[Xi("0x0")][Xi("0x2")](Xi("0x7"),(t=>Yo(n,Xi("0x8"),t)))}}const Ji=["markerName","insertParagraph","getFirstRange","data","consumable","model","end","nodeAfter","*Insert:* %0","editing","addMarker:suggestion:insertion","writer","consume","_descriptionFactory","locale","$text","isTouching","ck-suggestion-marker--active","markBlockFormat","afterInit","change","options","name","registerDescriptionCallback","*Change to:* %0","addClass","paragraph","downcastDispatcher","checkChild","getItemLabel","insert","TrackChangesEditing","mapper","insertion","blockName","isBlock","isLimit","get","ELEMENT_PARAGRAPH","editor","schema","Paragraph","plugins","span","highest","has","activeMarkers","enableCommand","markerRange","getSelectedBlocks","commandName","isObject","selection","document"];var Qi,Zi;Qi=Ji,Zi=171,function(t){for(;--t;)Qi.push(Qi.shift())}(++Zi);const Yi=function(t,e){return Ji[t-=0]};class tx extends t.Plugin{[Yi("0xa")](){const t=this[Yi("0x1e")];if(!t.plugins[Yi("0x24")](Yi("0x20")))return;const e=t[Yi("0x5")],n=t[Yi("0x21")].get(Yi("0x16"));n[Yi("0x4")].registerElementLabel(Yi("0x11"),(t=>Yo(e,"ELEMENT_PARAGRAPH",t))),n[Yi("0x26")](Yi("0x11"),((e,o={})=>{const r=t.model[Yi("0x2c")],s=o[Yi("0x2b")]||r[Yi("0x2b")],i=Array.from(s[Yi("0x28")]()).filter((t=>{return e=t,(n=this[Yi("0x1e")][Yi("0x32")][Yi("0x1f")]).checkChild(e.parent,Yi("0x11"))&&!n[Yi("0x2a")](e)&&Yi("0x11")!=e.name;var e,n}));t[Yi("0x32")][Yi("0xb")]((()=>{for(const t of i)n[Yi("0x9")](t,{commandName:Yi("0x11"),commandParams:[],formatGroupId:Yi("0x19")},fr(t))}))})),n._descriptionFactory[Yi("0xe")]((t=>{const{data:n}=t;if(n&&Yi("0x11")==n[Yi("0x29")])return{type:"format",content:Yo(e,Yi("0xf"),Yo(e,Yi("0x1d")))}})),n[Yi("0x26")](Yi("0x2e")),t[Yi("0x0")][Yi("0x12")].on(Yi("0x1"),ex(t),{priority:Yi("0x23")}),t[Yi("0x30")][Yi("0x12")].on(Yi("0x1"),((e,n,o)=>{o[Yi("0xc")].showSuggestionHighlights&&ex(t,{showActiveMarker:!1})(e,n,o)}),{priority:Yi("0x23")});const o=n[Yi("0x4")];o[Yi("0xe")]((n=>{if(Yi("0x18")!==n.type)return;const{start:r,end:s}=n[Yi("0x2f")]();if(!r[Yi("0x7")](s)||!r[Yi("0x34")])return;const i=t.model[Yi("0x1f")],x=r[Yi("0x34")];return i[Yi("0x1a")](x)&&!i[Yi("0x1b")](x)&&i[Yi("0x13")](x,Yi("0x6"))?{type:Yi("0x18"),content:Yo(e,Yi("0x35"),o[Yi("0x14")](x,1))}:void 0}))}}function ex(t,{showActiveMarker:e=!0}={}){return(n,o,r)=>{const s=t[Yi("0x21")][Yi("0x1c")](Yi("0x16")),i=o[Yi("0x27")].start,x=o[Yi("0x27")][Yi("0x33")],a=t[Yi("0x32")][Yi("0x1f")];if(!i[Yi("0x7")](x)||!i.nodeAfter)return;const c=i[Yi("0x34")];if(a[Yi("0x1a")](c)&&!a[Yi("0x1b")](c)&&a[Yi("0x13")](c,Yi("0x6"))){if(!r[Yi("0x31")][Yi("0x3")](o[Yi("0x27")],n[Yi("0xd")]))return;const t=r[Yi("0x2")].createUIElement(Yi("0x22"),{class:"ck-suggestion-marker-split"}),i=r.mapper.toViewPosition(x);e&&s[Yi("0x25")].includes(o.markerName)&&r.writer[Yi("0x10")](Yi("0x8"),t),r[Yi("0x2")][Yi("0x15")](i,t),r[Yi("0x17")].bindElementToMarker(t,o[Yi("0x2d")])}}}const nx=["getRanges","*Remove all formatting*","removeFormat","getAttributes","locale","plugins","isCollapsed","getAttributeProperties","from","has","_descriptionFactory","TrackChangesEditing","afterInit","schema","editor","RemoveFormatEditing","createRangeOn","enableCommand","document","model","registerDescriptionCallback","isFormatting","get"];var ox,rx;ox=nx,rx=398,function(t){for(;--t;)ox.push(ox.shift())}(++rx);const sx=function(t,e){return nx[t-=0]};class ix extends t.Plugin{[sx("0x5")](){const t=this[sx("0x7")];if(!t[sx("0x15")][sx("0x2")](sx("0x8")))return;const e=t[sx("0x15")][sx("0xf")](sx("0x4"));e[sx("0xa")]("removeFormat",(n=>{const o=t[sx("0xc")][sx("0xb")].selection;o[sx("0x16")]?n():t.model.change((()=>{const n=Array[sx("0x1")](o[sx("0x10")]());for(const o of n)for(const n of o.getItems())xx(n,t[sx("0xc")][sx("0x6")])&&e.markInlineFormat(t[sx("0xc")][sx("0x9")](n),{commandName:sx("0x12"),commandParams:[]})}))})),e[sx("0x3")][sx("0xd")]((e=>{const{data:n}=e;if(n&&sx("0x12")==n.commandName)return{type:"format",content:Yo(t[sx("0x14")],sx("0x11"))}}))}}function xx(t,e){for(const[n]of t[sx("0x13")]()){const t=e[sx("0x0")](n);if(t&&t[sx("0xe")])return!0}return!1}const ax=["discardSuggestion","discardSelectedSuggestions","enableCommand","editor","TrackChangesEditing","plugins","trackChanges","goToNextRestrictedEditingException","goToPreviousRestrictedEditingException","RestrictedEditingModeEditing","acceptSelectedSuggestions","has","acceptAllSuggestions"];var cx,lx;cx=ax,lx=269,function(t){for(;--t;)cx.push(cx.shift())}(++lx);const dx=function(t,e){return ax[t-=0]};class ux extends t.Plugin{afterInit(){const t=this[dx("0x7")];if(!t[dx("0x9")][dx("0x2")](dx("0x0")))return;const e=t[dx("0x9")].get(dx("0x8"));e[dx("0x6")](dx("0xc")),e[dx("0x6")](dx("0xb"));const n=t[dx("0x9")].get(dx("0x0"));n[dx("0x6")](dx("0xa")),n[dx("0x6")]("acceptSuggestion"),n.enableCommand(dx("0x4")),n[dx("0x6")](dx("0x3")),n[dx("0x6")]("discardAllSuggestions"),n[dx("0x6")](dx("0x1")),n[dx("0x6")](dx("0x5"))}}const gx=["toViewPosition","addMarker:suggestion:deletion","createUIElement","addMarker:suggestion:insertion","data","consumable","addMarker:suggestion","high","createPositionBefore","editor","model","softBreak","mapper","markerName","ELEMENT_LINE_BREAK","bindElementToMarker","init","editing","element","span","insert","options","requires","addClass","registerElementLabel","plugins","enableCommand","TrackChangesEditing","get","locale","showSuggestionHighlights","split","downcastDispatcher","writer","deletion","getItems"];var mx,fx;mx=gx,fx=432,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("0x16")](){return[ns.ShiftEnter]}[hx("0x10")](){const t=this[hx("0x9")],e=t[hx("0x19")][hx("0x1c")](hx("0x1b"));e[hx("0x1a")]("shiftEnter"),t[hx("0x11")][hx("0x20")].on(hx("0x3"),bx(t),{priority:"high"}),t[hx("0x11")][hx("0x20")].on(hx("0x1"),bx(t),{priority:hx("0x7")}),t[hx("0x4")][hx("0x20")].on(hx("0x6"),((e,n,o)=>{o[hx("0x15")][hx("0x1e")]&&bx(t,{showActiveMarker:!1})(e,n,o)})),e._descriptionFactory[hx("0x18")](hx("0xb"),(e=>Yo(t[hx("0x1d")],hx("0xe"),e)))}}function bx(t,{showActiveMarker:e=!0}={}){return(n,o,r)=>{const s=t[hx("0x19")].get(hx("0x1b"));if(!r[hx("0x5")].test(o.markerRange,n.name))return;const i=t[hx("0xa")];for(const t of o.markerRange[hx("0x23")]()){if(!t.is(hx("0x12"),hx("0xb")))continue;const n=hx("0x22")==o[hx("0xd")][hx("0x1f")](":")[1]?"merge":hx("0x1f"),x=r.writer[hx("0x2")](hx("0x13"),{class:"ck-suggestion-marker-"+n}),a=r[hx("0xc")][hx("0x0")](i[hx("0x8")](t));e&&s.activeMarkers.includes(o[hx("0xd")])&&r.writer[hx("0x17")]("ck-suggestion-marker--active",x),r[hx("0x21")][hx("0x14")](a,x),r.mapper[hx("0xf")](x,o[hx("0xd")])}}}const Ex=["afterInit","forceValue","model","change","getRanges","isCollapsed","TrackChangesEditing","StandardEditingModeEditing","locale","plugins","_descriptionFactory","commandName","value","enableCommand","selection","restrictedEditingException","commandParams","format","FORMAT_RESTRICTED_DISABLED","from","commands","get","markInlineFormat"];var _x,Tx;_x=Ex,Tx=260,function(t){for(;--t;)_x.push(_x.shift())}(++Tx);const Cx=function(t,e){return Ex[t-=0]};class yx extends t.Plugin{[Cx("0x10")](){const t=this.editor,e=t[Cx("0x12")],n=t[Cx("0x1")];if(!t[Cx("0x2")].has(Cx("0x0")))return;const o=t[Cx("0x2")][Cx("0xe")](Cx("0x16")),r=Cx("0x8"),s=t[Cx("0xd")].get(r);o[Cx("0x6")](r,((t,n={})=>{const i=e.document[Cx("0x7")];if(i[Cx("0x15")])return void t(n);const x=void 0!==n.forceValue?n[Cx("0x11")]:!s[Cx("0x5")];e[Cx("0x13")]((()=>{const t=Array[Cx("0xc")](i[Cx("0x14")]());for(const n of t){const t=x?[n]:mr(r,n,e);for(const e of t)o[Cx("0xf")](e,{commandName:r,commandParams:[{forceValue:x}]})}}))})),o[Cx("0x3")].registerDescriptionCallback((t=>{const{data:e}=t;if(e&&e[Cx("0x4")]==r)return e[Cx("0x9")][0][Cx("0x11")]?{type:Cx("0xa"),content:Yo(n,"FORMAT_RESTRICTED_ENABLED")}:{type:"format",content:Yo(n,Cx("0xb"))}}))}}const kx=["from","style","block","afterInit","toLowerCase","document","has","config","selection","includes","enableCommand","model","getRanges","locale","registerDescriptionCallback","commandParams","every","get","change","*Format:* %0","*Remove format:* %0","createRangeOn","getAttribute","getAncestors","commands","style:","element","getDefinitionsForView","push","_getRangesWithClasses","TrackChangesEditing","styleName","classes","name","plugins","_descriptionFactory","Style","isBlock","style.definitions","getItems","markInlineFormat","_getStyleDefinition","add","inline","StyleUtils","find","format","getSelectedBlocks","isCollapsed","markBlockFormat"];var Ax,vx;Ax=kx,vx=110,function(t){for(;--t;)Ax.push(Ax.shift())}(++vx);const Rx=function(t,e){return kx[t-=0]};class Sx extends t.Plugin{[Rx("0x2b")](){const t=this.editor;if(!t[Rx("0x18")][Rx("0x2e")](Rx("0x1a")))return;const e=t[Rx("0xe")].get(Rx("0x29")),n=t[Rx("0x18")].get(Rx("0x14")),o=t[Rx("0x3")],r=t.plugins[Rx("0x7")]("DataSchema"),s=t[Rx("0x18")][Rx("0x7")](Rx("0x22")).normalizeConfig(r,t[Rx("0x2f")].get(Rx("0x1c")));n[Rx("0x0")](Rx("0x29"),((o,{styleName:i})=>{const x=t[Rx("0x1")][Rx("0x2d")][Rx("0x30")],a=this._getStyleDefinition(i,s);if(!a)return;if(!e.enabledStyles[Rx("0x31")](i))return;if(x[Rx("0x26")]&&!a.isBlock)return void o({styleName:i});const c=!e.value[Rx("0x31")](a[Rx("0x17")]);if(a[Rx("0x1b")]){const e=function(t,e){const n=new Set;for(const o of t){const t=o[Rx("0xd")]({includeSelf:!0,parentFirst:!0});for(const o of t)if(e.includes(o[Rx("0x17")])){n[Rx("0x20")](o);break}}return n}(x[Rx("0x25")](),a.modelElements);t[Rx("0x1")][Rx("0x8")]((()=>{for(const t of e)n[Rx("0x27")](t,{commandName:Rx("0x29"),commandParams:[{styleName:i,forceValue:c}],formatGroupId:Rx("0xf")+i})}))}else{let e=Array[Rx("0x28")](x[Rx("0x2")]());if(!c){const n=Array[Rx("0x28")](r[Rx("0x11")](a[Rx("0x10")],!1))[0][Rx("0x1")],o=[];for(const r of e){const e=this[Rx("0x13")](t.model,r,a[Rx("0x16")],n);o[Rx("0x12")](...e)}e=o}t[Rx("0x1")].change((()=>{for(const t of e)n[Rx("0x1e")](t,{commandName:Rx("0x29"),commandParams:[{styleName:i,forceValue:c}]})}))}})),n[Rx("0x19")][Rx("0x4")]((t=>{const{data:e}=t;if(e&&Rx("0x29")===e.commandName)return e[Rx("0x5")][0].forceValue?{type:Rx("0x24"),content:Yo(o,Rx("0x9"),e[Rx("0x5")][0].styleName.toLowerCase())}:{type:Rx("0x24"),content:Yo(o,Rx("0xa"),e.commandParams[0][Rx("0x15")][Rx("0x2c")]())}}))}[Rx("0x1f")](t,e){let n=e[Rx("0x2a")][Rx("0x23")]((e=>e.name===t));return n||(n=e[Rx("0x21")][Rx("0x23")]((e=>e[Rx("0x17")]===t))),n}[Rx("0x13")](t,e,n,o){const r=[];for(const s of e[Rx("0x1d")]()){const e=s[Rx("0xc")](o);e&&n[Rx("0x6")]((t=>e[Rx("0x16")][Rx("0x31")](t)))&&r[Rx("0x12")](t[Rx("0xb")](s))}return r}}const Ix=["minRow","TableUtils","addMarker:suggestion","name","_tableSuggestions","TableEditing","setSelection","subType","mapper","addRange","change:data","createPositionAt","selection","insertTableColumnRight","_suggestionFactory","_splitMarkerName","createRangeIn","hasAttribute","$graveyard","getItems","has","add","item","isArray","filter","map","$textProxy","insertTable","classes","createRangeOn","ELEMENT_TABLE_COLUMN","join","change","insert","tablePaste","addClass","suggestion","removeTableColumn","last","_getCoordsForCells","detach","findAncestor","commands","first","position","toViewElement","getRowIndexes","length","nodeAfter","every","colspan","insertTableColumnLeft","toLowerCase","MIN_SAFE_INTEGER","insertTableRowAbove","document","getSelectionAffectedTableCells","data","accept","differ","getColumnIndexes","table","_descriptionFactory","afterInit","options","minColumn","_getSuggestionCoords","low","model","enqueueChange","tableCell","min","registerPostFixer","_acceptFormatSuggestionCallbackFactory","getAttribute","includes","registerDescriptionCallback","values","getChangedMarkers","ELEMENT_TABLE","plugins","highest","above","isIntersectingWithRange","editor","get","insertion","selectTableRow","isTouching","fromRange","removeTableRow","end","rowspan","getContainedElement","MAX_SAFE_INTEGER","*Insert:* %0","registerCustomCallback","root","refresh","nodeBefore","batch","start","_tablePostFixingSubtypes","span","rootName","tableRow","max","element","execute","ELEMENT_TABLE_COLUMN_WITH_TEXT","isEqual","createTableWalker","push","downcastDispatcher","type","maxRow","markMultiRangeInsertion","getSuggestion","substr","selectTableColumn","ELEMENT_TABLE_ROW","cell","discard","enableCommand","maxColumn","*Remove:* %0","oldRange","getCellLocation","TrackChangesEditing","_setupColumnsRowsFixing","tableColumn","some","getFirstRange","deletion","from","left","ELEMENT_TABLE_ROW_WITH_TEXT","getChildren","getRanges"];var Lx,Nx;Lx=Ix,Nx=345,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("0x23")]=[wx("0x26"),wx("0x3f")],this._tableSuggestions=new Set}[wx("0x87")](){const t=this[wx("0x11")],e=t[wx("0x1")].document[wx("0x54")];if(!t[wx("0xd")][wx("0x5c")](wx("0x4d")))return;const n=t.locale,o=t[wx("0xd")][wx("0x12")](wx("0x3d")),r=t[wx("0xd")][wx("0x12")]("TableUtils");o._descriptionFactory.registerElementLabel(wx("0x85"),(t=>Yo(n,wx("0xc"),t))),this._setupColumnsRowsFixing(),o[wx("0x38")](wx("0x63")),o[wx("0x38")](wx("0x14")),o[wx("0x38")](wx("0x34"));for(const n of[wx("0x7e"),"insertTableRowBelow"]){const s=t[wx("0x72")][wx("0x12")](n);o[wx("0x38")](n,(n=>{t[wx("0x1")][wx("0x68")]((t=>{n();const i=wx("0xf")===s.order,x=r[wx("0x80")](e),a=r[wx("0x76")](x),c=i?a[wx("0x73")]-1:a[wx("0x6e")]+1,l=x[0][wx("0x71")](wx("0x85")),d=r[wx("0x2c")](l,{startRow:c,endRow:c}),u=Array[wx("0x43")](d)[wx("0x61")]((e=>t[wx("0x65")](e.cell)));o[wx("0x31")](u,wx("0x26"))}))}))}for(const n of[wx("0x7b"),wx("0x55")]){const s=t[wx("0x72")].get(n);o[wx("0x38")](n,(n=>{t.model[wx("0x68")]((t=>{n();const i=wx("0x44")===s.order,x=r[wx("0x80")](e),a=r[wx("0x84")](x),c=i?a[wx("0x73")]-1:a.last+1,l=x[0][wx("0x71")](wx("0x85")),d=r[wx("0x2c")](l,{startRow:0,column:c,includeAllSlots:!1}),u=Array[wx("0x43")](d)[wx("0x61")]((e=>t[wx("0x65")](e[wx("0x36")])));o[wx("0x31")](u,wx("0x3f"))}))}))}for(const n of[wx("0x17"),wx("0x6d")]){const s=n[wx("0x33")](11),i=s[wx("0x7c")](),x=i[wx("0x33")](0,3)+"span",a=wx("0x85")+s,c=wx("0x4")+s,l=wx("0x27")+s;o[wx("0x38")](n,(()=>{t[wx("0x1")].change((t=>{const s=r[wx("0x80")](e),d=s[0].findAncestor(wx("0x85"));let u;if("removeTableRow"==n){const t=r[wx("0x76")](s);u={startRow:t[wx("0x73")],endRow:t.last,includeAllSlots:!0}}else{const t=r.getColumnIndexes(s);u={startColumn:t[wx("0x73")],endColumn:t[wx("0x6e")],includeAllSlots:!0}}const g=r.createTableWalker(d,u),m=Array.from(g)[wx("0x61")]((({cell:t})=>t)),f=Ox(m.filter((t=>t.hasAttribute(x)))),h=Ox(m[wx("0x60")]((t=>!t[wx("0x59")](x))))[wx("0x61")]((e=>t[wx("0x65")](e))),p=o.markMultiRangeDeletion(h,a);if(p&&(wx("0x26")==p[wx("0x4f")]||wx("0x3f")==p[wx("0x4f")])){const e=this[wx("0x8a")](p);for(const n of f){const o=t[wx("0x65")](n),s=r[wx("0x3c")](n),a=n[wx("0x7")](x)-1,d=e[c],u=e[l];d<=s[i]&&s[i]+a<=u&&p[wx("0x51")](o)}}}))}))}function s(n){const o=Array[wx("0x43")](e.getRanges())[wx("0x61")]((t=>i.LiveRange[wx("0x16")](t)));t[wx("0x1")][wx("0x68")]((e=>{const r=e[wx("0x21")];n=n[wx("0x60")]((t=>wx("0x5a")!=t[wx("0x1e")][wx("0x25")])),e[wx("0x4e")](n),t.commands[wx("0x12")]("removeTableRow")[wx("0x1f")](),t[wx("0x29")](wx("0x17"),{forceDefaultExecution:!0}),t[wx("0x1")].enqueueChange((()=>{t.model[wx("0x2")](r,(t=>{const e=o.filter((t=>wx("0x5a")!=t[wx("0x1e")][wx("0x25")]));e.length>0&&t[wx("0x4e")](e);for(const t of o)t[wx("0x70")]()}))}))}))}function a(n){t.model[wx("0x68")]((o=>{const r=Array[wx("0x43")](e[wx("0x47")]())[wx("0x61")]((t=>i.LiveRange.fromRange(t))),s=[];for(const t of n)for(const e of t[wx("0x5b")]({shallow:!0}))s[wx("0x2d")](e);for(const e of s)"$graveyard"!=e[wx("0x1e")][wx("0x25")]&&(o[wx("0x4e")](o[wx("0x53")](e,0)),t.commands[wx("0x12")](wx("0x6d"))[wx("0x1f")](),t[wx("0x29")](wx("0x6d"),{forceDefaultExecution:!0}));const x=r[wx("0x60")]((t=>wx("0x5a")!=t[wx("0x1e")][wx("0x25")]));x[wx("0x77")]>0&&o[wx("0x4e")](x);for(const t of r)t.detach()}))}function c(t,e){return e[wx("0x79")]((e=>t[wx("0x40")]((t=>t[wx("0x18")][wx("0x2b")](e[wx("0x22")])||e.end[wx("0x2b")](t[wx("0x22")])))))}function l(t,e){return t.some((t=>e.some((e=>t[wx("0x18")][wx("0x15")](e[wx("0x22")])))))}t[wx("0x81")][wx("0x2e")].on(wx("0x4a"),((t,e,n)=>{if(!n[wx("0x88")].showSuggestionHighlights)return;const o=e[wx("0x5e")];if(!o)return;const r=n[wx("0x50")][wx("0x75")](o);function s(t){return Array[wx("0x5f")](t)?t:[t]}r&&wx("0x3")===o[wx("0x4b")]&&(0,x.setHighlightHandling)(r,n.writer,((t,e,n)=>n[wx("0x6b")](s(e[wx("0x64")]),t)),((t,e,n)=>n.removeClass(s(e[wx("0x64")]),t)))}),{priority:wx("0xe")}),o._descriptionFactory[wx("0x9")]((t=>{if(wx("0x13")!=t[wx("0x2f")]&&"deletion"!=t[wx("0x2f")])return;const e=t[wx("0x1a")]();if(null!=e&&e.is(wx("0x28"),wx("0x85"))){if("insertion"==t[wx("0x2f")]){const e=t[wx("0x5b")]()[wx("0x60")]((t=>t.is(wx("0x62"))))[wx("0x61")]((t=>t[wx("0x81")]));if(e[wx("0x77")])return{type:"insertion",content:Yo(n,wx("0x1c"),Yo(n,"ELEMENT_TABLE_WITH_TEXT",'"'+e[wx("0x67")](" ")+'"'))}}if(wx("0x42")==t[wx("0x2f")]){const e=t.getItems()[wx("0x60")]((t=>t.is(wx("0x62"))))[wx("0x61")]((t=>t.data));if(e[wx("0x77")])return{type:wx("0x42"),content:Yo(n,wx("0x3a"),Yo(n,"ELEMENT_TABLE_WITH_TEXT",'"'+e.join(" ")+'"'))}}}})),o[wx("0x86")][wx("0x9")]((t=>{if(wx("0x26")==t[wx("0x4f")]){const e=t[wx("0x5b")]().filter((t=>t.is(wx("0x62"))))[wx("0x61")]((t=>t[wx("0x81")])),o=this._getSuggestionCoords(t),r=o[wx("0x30")]-o[wx("0x48")]+1;if("insertion"==t[wx("0x2f")])return e[wx("0x77")]?{type:wx("0x13"),content:Yo(n,wx("0x1c"),Yo(n,"ELEMENT_TABLE_ROW_WITH_TEXT",[r,'"'+e[wx("0x67")](" ")+'"']))}:{type:wx("0x13"),content:Yo(n,wx("0x1c"),Yo(n,wx("0x35"),r))};if(wx("0x42")==t[wx("0x2f")])return e[wx("0x77")]?{type:wx("0x42"),content:Yo(n,"*Remove:* %0",Yo(n,wx("0x45"),[r,'"'+e[wx("0x67")](" ")+'"']))}:{type:"deletion",content:Yo(n,wx("0x3a"),Yo(n,"ELEMENT_TABLE_ROW",r))}}if(wx("0x3f")==t[wx("0x4f")]){const e=t.getItems()[wx("0x60")]((t=>t.is("$textProxy")))[wx("0x61")]((t=>t.data)),o=this[wx("0x8a")](t),r=o[wx("0x39")]-o[wx("0x89")]+1;if(wx("0x13")==t.type)return e.length?{type:wx("0x13"),content:Yo(n,wx("0x1c"),Yo(n,wx("0x2a"),[r,'"'+e[wx("0x67")](" ")+'"']))}:{type:"insertion",content:Yo(n,wx("0x1c"),Yo(n,wx("0x66"),r))};if(wx("0x42")==t[wx("0x2f")])return e[wx("0x77")]?{type:"deletion",content:Yo(n,wx("0x3a"),Yo(n,wx("0x2a"),[r,'"'+e[wx("0x67")](" ")+'"']))}:{type:wx("0x42"),content:Yo(n,wx("0x3a"),Yo(n,"ELEMENT_TABLE_COLUMN",r))}}})),o[wx("0x56")][wx("0x1d")](wx("0x13"),"tableRow","discard",s),o[wx("0x56")].registerCustomCallback(wx("0x42"),wx("0x26"),wx("0x82"),s),o._suggestionFactory[wx("0x1d")](wx("0x13"),wx("0x3f"),wx("0x37"),a),o[wx("0x56")][wx("0x1d")](wx("0x42"),wx("0x3f"),wx("0x82"),a),o[wx("0x56")][wx("0x1d")](wx("0x13"),"tableColumn",wx("0x67"),c),o[wx("0x56")].registerCustomCallback(wx("0x42"),wx("0x3f"),wx("0x67"),c),o[wx("0x56")][wx("0x1d")](wx("0x13"),wx("0x26"),"join",l),o[wx("0x56")][wx("0x1d")](wx("0x42"),wx("0x26"),wx("0x67"),l)}[wx("0x6")](){const t=this[wx("0x11")],e=t.model[wx("0x7f")][wx("0x54")];return(n,o)=>{t.model[wx("0x68")]((r=>{const{commandName:s,commandParams:x}=o;let a=n[0].end[wx("0x20")];x&&x[0]&&!1===x[0].forceValue&&(a=n[0][wx("0x22")][wx("0x78")]);const c=r[wx("0x58")](a);if("$graveyard"==c[wx("0x1e")][wx("0x25")])return;const l=Array[wx("0x43")](e[wx("0x47")]()).map((t=>i.LiveRange.fromRange(t)));r[wx("0x4e")](c),t[wx("0x72")][wx("0x12")](s)[wx("0x1f")](),x[wx("0x2d")]({forceDefaultExecution:!0}),t.execute(s,...x);const d=l.filter((t=>wx("0x5a")!=t[wx("0x1e")][wx("0x25")]));d.length>0&&r.setSelection(d);for(const t of l)t[wx("0x70")]()}))}}[wx("0x6f")](t){const e=this[wx("0x11")][wx("0xd")].get(wx("0x49"));let n=Number[wx("0x1b")],o=Number[wx("0x7d")],r=Number[wx("0x1b")],s=Number[wx("0x7d")];for(const i of t){if(wx("0x5a")==i[wx("0x1e")][wx("0x25")])continue;const{row:t,column:x}=e[wx("0x3c")](i),a=i[wx("0x59")](wx("0x19"))?i[wx("0x7")](wx("0x19"))-1:0,c=i.hasAttribute(wx("0x7a"))?i[wx("0x7")](wx("0x7a"))-1:0;n=t<n?t:n,o=t+a>o?t+a:o,r=x<r?x:r,s=x+c>s?x+c:s}return{minRow:n,maxRow:o,minColumn:r,maxColumn:s}}[wx("0x3e")](){const t=this.editor,e=t.plugins[wx("0x12")](wx("0x3d")),n=t.plugins[wx("0x12")](wx("0x49"));t[wx("0x1")][wx("0x7f")].on(wx("0x52"),(()=>{const n=Array.from(t.model[wx("0x7f")][wx("0x83")][wx("0xb")]());for(const{name:t,data:o}of n){const{group:n,id:r,subType:s}=e[wx("0x57")](t);if(wx("0x6c")!=n)continue;if(null!=o[wx("0x3b")])continue;const i=e[wx("0x32")](r);this._tablePostFixingSubtypes[wx("0x8")](s)&&this._tableSuggestions[wx("0x5d")](i)}}),{priority:wx("0x0")});const o=(t,e)=>{let o=!1;const r=e.createRangeOn(t),s=t[wx("0x71")]("table"),i=n[wx("0x3c")](t);for(const e of this[wx("0x4c")]){const n=e[wx("0x4f")],x=n.startsWith(wx("0x6a")),a=n[wx("0x33")](x?10:5),c=a.toLowerCase(),l=c[wx("0x33")](0,3)+wx("0x24"),d=wx("0x4")+a,u="max"+a;if(!e.isInContent)continue;if(s!=e[wx("0x41")]().start[wx("0x71")](wx("0x85")))continue;if(e[wx("0x10")](r))continue;const g=t.hasAttribute(l)?t[wx("0x7")](l)-1:0,m=this[wx("0x8a")](e),f=m[d],h=m[u];f<=i[c]&&i[c]+g<=h&&(e[wx("0x51")](r),o=!0)}return o};t[wx("0x1")].document[wx("0x5")]((e=>{let n=!1;for(const r of t[wx("0x1")][wx("0x7f")][wx("0x83")].getChanges())if(wx("0x69")==r[wx("0x2f")])if("tableRow"==r[wx("0x4b")])for(const t of r[wx("0x74")][wx("0x78")][wx("0x46")]())n=n||o(t,e);else wx("0x3")==r[wx("0x4b")]&&(n=n||o(r.position[wx("0x78")],e));return n}))}[wx("0x8a")](t){return this[wx("0x6f")](t.getRanges().map((t=>t[wx("0x22")].nodeAfter)))}}function Ox(t){return Array[wx("0x43")](new Set(t)[wx("0xa")]())}const Fx=["mergeTableCellLeft","type","model","add","getRanges","commands","change","formatBlock","locale","set:isEnabled","has","author","setSelection","low","map","format","$graveyard","element","rootName","deletion","document","enableCommand","createRangeOn","TrackChangesEditing","mergeTableCellDown","_isForcedDefaultExecutionBlock","length","_descriptionFactory","mergeTableCells","_suggestionFactory","TableEditing","root","get","afterInit","mergeTableCellRight","cell","table","find","direction","insertion","registerCustomCallback","registerDescriptionCallback","value","splitTableCellVertically","return","from","execute","TableUtils","requires","*Split cell:* horizontally","isEnabled","getFirstPosition","fromRange","isInContent","getSelectionAffectedTableCells","refresh","accept","editor","commandName","trackChanges","tableCell","stop","containsRange","mergeTableCellUp","filter","_acceptFormatSuggestionCallbackFactory","splitTableCellHorizontally","horizontally","size","_areMergableCells","plugins","forceDefaultExecution","_tablePostFixingSubtypes","_areSelectedCellsMergable","markMultiRangeBlockFormat","push","*Merge cells*","getAncestors","selection","createTableWalker"];var Px,Dx;Px=Fx,Dx=399,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("0x31")](){return[Mx]}[Bx("0x22")](){const t=this[Bx("0x3a")],e=t.model[Bx("0x15")].selection,n=t[Bx("0x9")];if(!t.plugins[Bx("0xb")](Bx("0x1f")))return;const o=t.plugins.get("TrackChangesEditing"),r=t[Bx("0x47")][Bx("0x21")](Bx("0x30")),s=t.plugins.get(Mx);s[Bx("0x49")][Bx("0x4c")]("mergeTableCells"),o.enableCommand(Bx("0x1d"),(()=>{const e=r[Bx("0x37")](t[Bx("0x3")][Bx("0x15")].selection);t[Bx("0x3")][Bx("0x7")]((()=>{o[Bx("0x4b")](e,{commandName:Bx("0x1d"),commandParams:[]},[],Bx("0x1d"))}))})),t.commands[Bx("0x21")]("mergeTableCells").on(Bx("0x2f"),((e,n)=>{t[Bx("0x6")].get(Bx("0x3c"))[Bx("0x2b")]&&(n[Bx("0x1b")]>0&&n[n.length-1]&&n[n[Bx("0x1b")]-1][Bx("0x48")]||o[Bx("0x1a")]||this[Bx("0x4a")]()||e[Bx("0x3e")]())}),{priority:"highest"});for(const e of[Bx("0x40"),Bx("0x23"),Bx("0x19"),"mergeTableCellLeft"]){const n=t[Bx("0x6")][Bx("0x21")](e);o[Bx("0x16")](e,(()=>{const e=t[Bx("0x3")][Bx("0x15")][Bx("0x4f")][Bx("0x34")]()[Bx("0x4e")]()[Bx("0x26")]((t=>t.is(Bx("0x12"),Bx("0x3d")))),r=n[Bx("0x2b")];t[Bx("0x3")][Bx("0x7")]((()=>{o.markMultiRangeBlockFormat([e,r],{commandName:"mergeTableCells",commandParams:[]},[],Bx("0x1d"))}))}))}for(const e of[Bx("0x2c"),Bx("0x43")]){const n=t[Bx("0x6")][Bx("0x21")](e);o.enableCommand(e,(()=>{const s=r[Bx("0x37")](t[Bx("0x3")][Bx("0x15")].selection)[0],i=s.findAncestor(Bx("0x25")),{column:x,row:a}=r.getCellLocation(s);let c=[];if(Bx("0x44")==n[Bx("0x27")]){const t=r[Bx("0x0")](i,{startRow:a,endRow:a,includeAllSlots:!0});c=Array[Bx("0x2e")](t)[Bx("0xf")]((t=>t[Bx("0x24")]))}else{const t=r[Bx("0x0")](i,{column:x,includeAllSlots:!0});c=Array[Bx("0x2e")](t)[Bx("0xf")]((t=>t[Bx("0x24")]))}t.model[Bx("0x7")]((t=>{o.markBlockFormat(t[Bx("0x17")](s),{commandName:e,commandParams:[]},c,e)}))}))}o[Bx("0x1c")][Bx("0x2a")]((t=>{const{data:e}=t;if(e)return Bx("0x1d")==e[Bx("0x3b")]?{type:Bx("0x10"),content:Yo(n,Bx("0x4d"))}:void 0})),o._descriptionFactory[Bx("0x2a")]((t=>{const{data:e}=t;if(e)return"splitTableCellVertically"==e[Bx("0x3b")]?{type:Bx("0x10"),content:Yo(n,"*Split cell:* vertically")}:Bx("0x43")==e[Bx("0x3b")]?{type:Bx("0x10"),content:Yo(n,Bx("0x32"))}:void 0}));const x=s[Bx("0x42")]();for(const t of[Bx("0x40"),Bx("0x23"),"mergeTableCellDown",Bx("0x1")])o[Bx("0x1e")][Bx("0x29")](Bx("0x8"),t,Bx("0x39"),x);for(const t of[Bx("0x2c"),Bx("0x43")])o._suggestionFactory.registerCustomCallback(Bx("0x8"),t,Bx("0x39"),x);o[Bx("0x1e")][Bx("0x29")]("formatBlock",Bx("0x1d"),Bx("0x39"),(n=>{t[Bx("0x3")][Bx("0x7")]((o=>{const r=Array[Bx("0x2e")](e.getRanges())[Bx("0xf")]((t=>i.LiveRange[Bx("0x35")](t)));o[Bx("0xd")](n),t[Bx("0x6")][Bx("0x21")](Bx("0x1d"))[Bx("0x38")](),t[Bx("0x2f")](Bx("0x1d"),{forceDefaultExecution:!0});const s=r[Bx("0x41")]((t=>Bx("0x11")!=t[Bx("0x20")][Bx("0x13")]));s.length>0&&o.setSelection(s);for(const t of r)t.detach()}))}));for(const e of["mergeTableCellUp",Bx("0x19"),Bx("0x1"),Bx("0x23")]){const n=t[Bx("0x6")].get(e);n.on(Bx("0xa"),((e,o,r)=>{if(r){const o=t[Bx("0x3")].document[Bx("0x4f")].getFirstPosition()[Bx("0x4e")]()[Bx("0x26")]((t=>t.is(Bx("0x12"),"tableCell")));this[Bx("0x46")](n[Bx("0x2b")],o)||(e[Bx("0x2d")]=!1,e[Bx("0x3e")]())}}),{priority:Bx("0xe")})}}[Bx("0x4a")](){const t=this[Bx("0x3a")][Bx("0x6")][Bx("0x21")](Bx("0x1d")),e=this[Bx("0x3a")][Bx("0x47")][Bx("0x21")](Bx("0x30"));if(!t[Bx("0x33")])return!1;const n=e[Bx("0x37")](this[Bx("0x3a")][Bx("0x3")][Bx("0x15")][Bx("0x4f")]);for(const t of n)for(const e of n)if(t!=e&&!this[Bx("0x46")](t,e))return!1;return!0}[Bx("0x46")](t,e){const n=this[Bx("0x3a")][Bx("0x47")][Bx("0x21")](Bx("0x18")),o=this[Bx("0x3a")].model[Bx("0x17")](t),r=this.editor[Bx("0x3")][Bx("0x17")](e),s=new Set,i=new Set;for(const t of n.getSuggestions())if((Bx("0x28")==t[Bx("0x2")]||Bx("0x14")==t[Bx("0x2")]||"mergeTableCells"==t.subType)&&t[Bx("0x36")])for(const e of t[Bx("0x5")]())e.containsRange(o,!0)&&s[Bx("0x4")](t[Bx("0x2")]+":"+t[Bx("0xc")].id),e[Bx("0x3f")](r,!0)&&i[Bx("0x4")](t.type+":"+t[Bx("0xc")].id);if(s[Bx("0x45")]!=i.size)return!1;for(const t of s)if(!i.has(t))return!1;return!0}}const Ux=["getCellLocation","FORMAT_HEADER_COLUMN","table","forceValue","first","_suggestionFactory","_acceptFormatSuggestionCallbackFactory","createPositionBefore","highest","getAttribute","toViewElement","writer","data","TrackChangesEditing","getSelectionAffectedTableCells","createPositionAfter","removeMarker:suggestion","format","formatBlock","includes","ck-suggestion-marker-","showSuggestionHighlights","headingRows","findAncestor","options","setTableRowHeader","getSuggestion","nodeBefore","getRowIndexes","FORMAT_HEADER_ROW","commandName","markBlockFormat","has","requires","from","FORMAT_REGULAR_ROW","enableCommand","locale","ck-suggestion-marker--active","start","cell","removeAttribute","*Format:* %0","end","change","value","markerName","accept","_splitMarkerName","afterInit","bindElementToMarker","createTableWalker","TableUtils","model","index","mapper","setAttribute","createRange","_descriptionFactory","get","selection","commands","editing","getChild","parent","last","childCount","FORMAT_REGULAR_COLUMN","markerRange","plugins","addClass","markerNameToElements","registerCustomCallback","commandParams","document","removeClass","downcastDispatcher","addMarker:suggestion","setTableColumnHeader","item"];var Gx,Hx;Gx=Ux,Hx=276,function(t){for(;--t;)Gx.push(Gx.shift())}(++Hx);const zx=function(t,e){return Ux[t-=0]};class Wx extends t.Plugin{static get[zx("0x4d")](){return[Mx]}[zx("0xd")](){const t=this.editor;if(!t[zx("0x21")][zx("0x4c")]("TableEditing"))return;const e=t[zx("0x1")],n=t[zx("0x21")][zx("0x17")](zx("0x39")),o=t[zx("0x21")].get(zx("0x10")),r=t[zx("0x21")].get(Mx);function s({showActiveMarker:t=!0,setDataAttribute:e=!0}={}){return(r,s,i)=>{const{type:x,id:a}=n[zx("0xc")](s[zx("0xa")]),c=n.getSuggestion(a);if(!c.data||"setTableColumnHeader"!=c[zx("0x38")][zx("0x4a")])return;if(s[zx("0x2b")])return void r.stop();if(!i.consumable.consume(s[zx("0x20")],r.name))return;const l=s[zx("0x20")][zx("0x3")].nodeAfter,d=s[zx("0x20")][zx("0x7")][zx("0x47")],u=l.parent[zx("0x1c")],{column:g}=o[zx("0x2c")](l),{column:m}=o[zx("0x2c")](d);for(let r=g;r<=m;r++){const c=o[zx("0xf")](u,{column:r,includeAllSlots:!1});for(const o of c){const r=o.cell,c=i[zx("0x13")][zx("0x36")](r);i[zx("0x37")][zx("0x22")](zx("0x40")+x,c),e&&i.writer[zx("0x14")]("data-suggestion",a,c),i.mapper[zx("0xe")](c,s[zx("0xa")]),t&&(n.activeMarkers[zx("0x3f")](s[zx("0xa")])?i[zx("0x37")][zx("0x22")](zx("0x2"),c):i[zx("0x37")][zx("0x27")](zx("0x2"),c))}}}}n[zx("0x0")](zx("0x45"),((e,r)=>{const s=o.getSelectionAffectedTableCells(t.model[zx("0x26")][zx("0x18")]),i=o[zx("0x48")](s),x=s[0][zx("0x43")](zx("0x2e")),a=x[zx("0x35")](zx("0x42"))||0,c=r&&null!==r.forceValue?r[zx("0x2f")]:!t[zx("0x19")].get(zx("0x45"))[zx("0x9")],l=c?i[zx("0x1d")]:i[zx("0x30")],d=x[zx("0x1b")](l);let u;if(c){const e=x[zx("0x1b")](a);if(d[zx("0x12")]<e[zx("0x12")])return;u=t[zx("0x11")][zx("0x15")](t.model[zx("0x33")](e[zx("0x1b")](0)),t[zx("0x11")][zx("0x3b")](d[zx("0x1b")](d[zx("0x1e")]-1)))}else{const e=x[zx("0x1b")](a-1);if(!e)return;u=t[zx("0x11")][zx("0x15")](t.model[zx("0x33")](d[zx("0x1b")](0)),t[zx("0x11")].createPositionAfter(e[zx("0x1b")](e[zx("0x1e")]-1)))}t.model[zx("0x8")]((()=>{n[zx("0x4b")](u,{commandName:zx("0x45"),commandParams:[{forceValue:c}]},[],zx("0x45"))}))})),n[zx("0x0")]("setTableColumnHeader",((e,o)=>{const r=t[zx("0x21")].get(zx("0x10")),s=r[zx("0x3a")](t.model.document[zx("0x18")]),i=r.getColumnIndexes(s),x=s[0][zx("0x43")](zx("0x2e")),a=x.getAttribute("headingColumns")||0,c=o&&null!==o.forceValue?o[zx("0x2f")]:!t[zx("0x19")].get(zx("0x2a"))[zx("0x9")];let l;const d=x.getChild(0),u=c?i[zx("0x1d")]:i[zx("0x30")],g=r[zx("0xf")](x,{startRow:0,column:u,includeAllSlots:!1}),m=Array[zx("0x4e")](g)[0][zx("0x4")];if(c){const e=d[zx("0x1b")](a);if(m.isBefore(e))return;l=t[zx("0x11")][zx("0x15")](t.model[zx("0x33")](e),t[zx("0x11")][zx("0x3b")](m))}else{const e=d[zx("0x1b")](a-1);if(!e)return;l=t[zx("0x11")][zx("0x15")](t[zx("0x11")][zx("0x33")](m),t[zx("0x11")].createPositionAfter(e))}t[zx("0x11")][zx("0x8")]((()=>{n.markBlockFormat(l,{commandName:zx("0x2a"),commandParams:[{forceValue:c}]},[],"setTableColumnHeader")}))})),t[zx("0x1a")][zx("0x28")].on(zx("0x29"),s(),{priority:zx("0x34")}),t[zx("0x38")].downcastDispatcher.on(zx("0x29"),((t,e,n)=>{n[zx("0x44")][zx("0x41")]&&s({showActiveMarker:!1,setDataAttribute:!1})(t,e,n)}),{priority:"highest"}),t[zx("0x1a")][zx("0x28")].on(zx("0x3c"),((t,e,o)=>{const{type:r,id:s}=n[zx("0xc")](e[zx("0xa")]),i=n[zx("0x46")](s);if(!i[zx("0x38")]||"setTableColumnHeader"!=i[zx("0x38")].commandName)return;const x=o[zx("0x13")][zx("0x23")](e[zx("0xa")]);if(x)for(const t of x)o.writer.removeClass(zx("0x40")+r,t),o.writer[zx("0x27")]("ck-suggestion-marker--active",t),o[zx("0x37")][zx("0x5")]("data-suggestion",t),o.mapper.unbindElementFromMarkerName(t,e[zx("0xa")])}),{priority:zx("0x34")}),n[zx("0x16")].registerDescriptionCallback((t=>{const{data:n}=t;if(n){if("setTableRowHeader"==n[zx("0x4a")]){const t=n[zx("0x25")][0][zx("0x2f")];return o(Yo(e,zx(t?"0x49":"0x4f")))}if(zx("0x2a")==n[zx("0x4a")]){const t=n[zx("0x25")][0][zx("0x2f")];return o(Yo(e,zx(t?"0x2d":"0x1f")))}}function o(t){return{type:zx("0x3d"),content:Yo(e,zx("0x6"),t)}}}));const i=r[zx("0x32")]();n[zx("0x31")][zx("0x24")](zx("0x3e"),zx("0x45"),zx("0xb"),i),n[zx("0x31")].registerCustomCallback(zx("0x3e"),zx("0x2a"),"accept",i)}}const Vx=["rows","insert","removeRows","conversion","register","high","tableCellSuggestion","unwrap","rowInsertionRanges","every","getChanges","tablePasteRow","ck-suggestion-marker","markers","_suggestionFactory","elementToElement","TableClipboard","name","paragraph","locale","tableCellPadding","markerToHighlight","has","previous","model","tablePaste","getChangedMarkers","attributes","isEmpty","includes","hasSuggestion","registerPostFixer","insertContent","getColumnIndexes","getSelectionAffectedTableCells","keys","for","containsRange","push","schema","set","createPositionBefore","getItems","registerDescriptionCallback","formatBlock","newRange","_createdBatches","createElement","tableCell","rowInsertionIndexes","ck-suggestion-marker-insertion","filter","tablePasteCell","removeMarkers","createRange","getContainedElement","documentSelection","length","move","_replaceTableSlotCell","first","element","*Replace table cells*","add","_isForcedDefaultExecutionBlock","wrap","tableCellHorizontalAlignment","from","isInContent","tablePasteChainId","redo","accept","row","ck-suggestion-marker--active","join","showSuggestionHighlights","value","getMarkers","markMultiRangeBlockFormat","low","tablePasteColumn","columns","createTableWalker","return","suggestion:formatBlock:tablePasteCell","forceDefaultExecution","listenTo","getRows","suggestionUnloaded","createRangeOn","endColumn","markMultiRangeDeletion","isEqual","view","_descriptionFactory","insertionRanges","nodeAfter","discard","deletion","subType","setAttributes","getAllAdjacentSuggestions","position","markerAttributes","_getCoordsForCells","removeMarker","createRangeIn","findAncestor","columnInsertionIndexes","requires","$graveyard","startsWith","change","getSuggestions","table","fromEntries","dataDowncast","registerCustomCallback","getRange","suggestionLoaded","differ","remove","getRowIndexes","activeMarkers","map","suggestion","Users","clipboardOutput","editor","_splitMarkerName","getChildren","type","find","afterInit","endRow","plugins","insertion","getShiftedBy","document","previousSibling","editing","insertRows","removeColumns","markMultiRangeInsertion","tableCellBorderStyle","end","fill","options","suggestion-td","entries","stop","commands","tableCellBorderColor","get","oldRange","cells","tableCellBackgroundColor","some","getChild"];var Kx,qx;Kx=Vx,qx=253,function(t){for(;--t;)Kx.push(Kx.shift())}(++qx);const Xx=function(t,e){return Vx[t-=0]},$x=["tableCellBorderWidth",Xx("0x3a"),Xx("0x32"),Xx("0x83"),"tableCellVerticalAlignment",Xx("0x3e"),Xx("0x55")],Jx=Object[Xx("0x15")]($x.map((t=>[t,null])));class Qx extends t.Plugin{static get[Xx("0xf")](){return[Mx]}[Xx("0x27")](){const t=this[Xx("0x22")];if(!t[Xx("0x29")][Xx("0x57")](Xx("0x51")))return;const n=t.plugins[Xx("0x3b")]("TrackChangesEditing"),o=t[Xx("0x29")].get("TableUtils"),r=t[Xx("0x29")].get(Mx),s=t.plugins.get(Xx("0x51"));r._tablePostFixingSubtypes.push(Xx("0x4c"),Xx("0x91")),t[Xx("0x59")][Xx("0x68")][Xx("0x45")](Xx("0x47"),{allowIn:"tableCell",allowContentOf:Xx("0x71"),isLimit:!0}),t[Xx("0x44")][Xx("0x50")]({model:"tableCellSuggestion",view:Xx("0x36")});let i=null;t.model.on("insertContent",((r,x)=>{const[a,c]=x,l=x[x[Xx("0x7a")]-1];l&&l[Xx("0x96")]||n[Xx("0x81")]||this[Xx("0x22")][Xx("0x39")][Xx("0x3b")]("trackChanges")[Xx("0x8d")]&&function(t,e,n,o,r){if(e&&!e.is(Xx("0x79")))return!1;const s=r.getTableIfOnlyTableInContent(t,n);if(!s||!Yx(s,void 0,o))return!1;const i=o[Xx("0x63")](n.document.selection);if(!i[Xx("0x7a")])return!1;const x=i[0][Xx("0xd")](Xx("0x14")),a=o[Xx("0x1c")](i),c=o[Xx("0x62")](i),l={startRow:a[Xx("0x7d")],endRow:a.last,startColumn:c[Xx("0x7d")],endColumn:c.last};return 1==i.length&&(l[Xx("0x28")]+=o[Xx("0x98")](s)-1,l[Xx("0x9b")]+=o.getColumns(s)-1),Yx(x,l,o)}(a,c,t[Xx("0x59")],o,s)&&(r[Xx("0x38")](),i={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},t[Xx("0x59")][Xx("0x12")]((()=>{t.model[Xx("0x61")](x[0],x[1],x[2],{forceDefaultExecution:!0});const o=(0,e.uid)(),{rowInsertionRanges:r,columnInsertionRanges:s,insertionRanges:a,deletionRanges:c,cells:l}=i;r[Xx("0x7a")]&&n[Xx("0x31")](r,Xx("0x4c"),{tablePasteChainId:o}),s[Xx("0x7a")]&&n.markMultiRangeInsertion(s,Xx("0x91"),{tablePasteChainId:o}),a[Xx("0x7a")]&&n[Xx("0x31")](a,Xx("0x5a"),{tablePasteChainId:o,skipNestingCheck:!0}),c[Xx("0x7a")]&&n[Xx("0x9c")](c,Xx("0x5a"),{tablePasteChainId:o,skipNestingCheck:!0});const d=n[Xx("0x8f")](l[Xx("0x1e")]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],Xx("0x75"),{tablePasteChainId:o});if(d){const e=d[Xx("0x8e")](),n=[];for(const{element:o,attributes:r}of l){if(!r)continue;const s=t[Xx("0x59")][Xx("0x9a")](o),i=e[Xx("0x26")]((t=>t[Xx("0x18")]().isEqual(s)));i&&n.push([i[Xx("0x52")],r])}n[Xx("0x7a")]&&d.setAttribute(Xx("0x9"),Object[Xx("0x15")](n))}i=null})))}),{priority:e.priorities[Xx("0x46")]+10}),t.plugins[Xx("0x3b")](Xx("0x51")).on(Xx("0x7c"),((t,e)=>{const[n,o,,r]=e;if(!i)return;t[Xx("0x38")]();const s=n.cell,x=o,a=Zx(s),c=Zx(x);t[Xx("0x94")]=s;let l=null,d=null;if(c||a)if(a&&!c){r.remove(s[Xx("0x40")](0));for(const t of Array[Xx("0x84")](x[Xx("0x24")]()))r.insert(t,s,Xx("0x33"));const t=i[Xx("0x72")][Xx("0x5e")](n[Xx("0x89")]),e=i[Xx("0xe")][Xx("0x5e")](n.column);t||e||(l=r[Xx("0xc")](s))}else c&&!a&&(d=r[Xx("0xc")](s));else{const t=r[Xx("0x70")](Xx("0x47")),e=r[Xx("0x70")](Xx("0x47"));r[Xx("0x82")](r[Xx("0xc")](s),e),r[Xx("0x42")](t,s,0);for(const e of Array[Xx("0x84")](x[Xx("0x24")]()))r[Xx("0x42")](e,t,"end");l=r[Xx("0x9a")](t),d=r.createRangeOn(e)}const u=Array[Xx("0x84")](x.getAttributes())[Xx("0x74")]((([t])=>$x.includes(t)));i[Xx("0x3d")][Xx("0x67")]({element:s,attributes:u.length?Object[Xx("0x15")](u):null}),l&&i[Xx("0x1")][Xx("0x67")](l),d&&i.deletionRanges[Xx("0x67")](d)}),{priority:"high"}),o.on("insertColumns",((e,n)=>{const[r,s={}]=n;if(!i)return;const x=s.at||0,a=s[Xx("0x92")]||1;i[Xx("0xe")]=new Array(a)[Xx("0x34")](x)[Xx("0x1e")](((t,e)=>t+e));for(const{cell:e}of o[Xx("0x93")](r,{startColumn:x,endColumn:x+a-1}))i.columnInsertionRanges.push(t[Xx("0x59")][Xx("0x9a")](e))}),{priority:Xx("0x90")}),o.on(Xx("0x2f"),((e,n)=>{const[r,s={}]=n;if(!i)return;const x=s.at||0,a=s[Xx("0x41")]||1;i[Xx("0x72")]=new Array(a)[Xx("0x34")](x).map(((t,e)=>t+e));for(const{cell:e}of o[Xx("0x93")](r,{startRow:x,endRow:x+a-1}))i[Xx("0x49")][Xx("0x67")](t[Xx("0x59")][Xx("0x9a")](e))}),{priority:"low"}),n[Xx("0x0")][Xx("0x6c")]((e=>{if(e[Xx("0x5")]&&e[Xx("0x5")][Xx("0x11")](Xx("0x5a")))return e[Xx("0x58")]?{}:{type:"insertion",content:Yo(t[Xx("0x54")],Xx("0x7f"))}}));const x=()=>{};for(const t of[Xx("0x5a"),Xx("0x91"),Xx("0x4c"),Xx("0x75")])n[Xx("0x4f")][Xx("0x17")]("insertion",t,Xx("0x8b"),x),n[Xx("0x4f")].registerCustomCallback(Xx("0x4"),t,Xx("0x8b"),x);n._suggestionFactory[Xx("0x17")]("formatBlock","tablePasteCell","discard",x),n[Xx("0x4f")][Xx("0x17")](Xx("0x6d"),Xx("0x75"),Xx("0x88"),((e,n,o)=>{const r=e[Xx("0x1e")]((t=>t.getContainedElement()))[Xx("0x74")]((t=>t)),s=new Map(r[Xx("0x1e")]((t=>[t,null])));if(i)for(const{element:t,attributes:e}of i[Xx("0x3d")])e&&s[Xx("0x69")](t,e);else if(o&&o.markerAttributes)for(const[e,n]of Object[Xx("0x37")](o[Xx("0x9")])){const o=t[Xx("0x59")][Xx("0x4e")][Xx("0x3b")](e),r=o?o[Xx("0x18")]()[Xx("0x78")]():null;r&&s[Xx("0x69")](r,n)}t.model[Xx("0x12")]((t=>{for(const[e,n]of s)t[Xx("0x6")]({...Jx,...n},e)}))}));const a=(e,o)=>{n._suggestionFactory[Xx("0x17")](e,Xx("0x5a"),o,((r,s,i)=>{t[Xx("0x59")][Xx("0x12")]((t=>{const x=[];for(const t of r){const e=t.start[Xx("0x2")];e.is("element","tableCellSuggestion")&&x[Xx("0x67")](e)}n[Xx("0x4f")].getSuggestionCallback(e,null,o)(r,s,i);for(const e of x)Xx("0x10")!=e.root.rootName&&t[Xx("0x48")](e)}))}))};a(Xx("0x2a"),Xx("0x88")),a(Xx("0x2a"),Xx("0x3")),a(Xx("0x4"),Xx("0x88")),a(Xx("0x4"),Xx("0x3")),n[Xx("0x4f")][Xx("0x17")]("insertion","tablePasteRow",Xx("0x3"),(t=>{const e=t[Xx("0x1e")]((t=>t[Xx("0x78")]())),n=e[0][Xx("0xd")](Xx("0x14")),{minRow:s,maxRow:i}=r[Xx("0xa")](e);o[Xx("0x43")](n,{at:s,rows:i-s+1})})),n._suggestionFactory[Xx("0x17")](Xx("0x2a"),"tablePasteColumn",Xx("0x3"),(t=>{const e=t[Xx("0x1e")]((t=>t[Xx("0x78")]())),n=e[0].findAncestor(Xx("0x14")),{minColumn:s,maxColumn:i}=r._getCoordsForCells(e);o[Xx("0x30")](n,{at:s,columns:i-s+1})}));const c=(t,e)=>{if(!e[Xx("0x5")]||!e[Xx("0x5")][Xx("0x11")](Xx("0x5a")))return;const o=e[Xx("0x5c")].tablePasteChainId,r=n[Xx("0x13")]()[Xx("0x74")]((t=>t.isInContent&&t.attributes&&t[Xx("0x5c")][Xx("0x86")]==o));r[Xx("0x7a")]&&e[Xx("0x7")]().length!=r[Xx("0x7a")]&&r.reduce(((t,e)=>(t.next=e,e.previous=t,e)))};function l(t,e=!0){const{id:o}=n._splitMarkerName(t.markerName),r=[Xx("0x4d"),Xx("0x73")],s=n[Xx("0x1d")][Xx("0x5e")](t.markerName);return s&&r[Xx("0x67")](Xx("0x8a")),{classes:r,attributes:{"data-suggestion":o},priority:s&&e?3010:3e3}}n.on(Xx("0x19"),c,{priority:Xx("0x46")}),n.on(Xx("0x99"),c,{priority:Xx("0x46")}),t[Xx("0x59")].document[Xx("0x60")]((()=>{let e=!1;const o=Array[Xx("0x84")](t[Xx("0x59")][Xx("0x2c")].differ[Xx("0x5b")]());for(const{name:r,data:s}of o){const{group:o,type:i,id:x}=n[Xx("0x23")](r);if(Xx("0x1f")!=o||"deletion"!=i||s.oldRange)continue;if(!n[Xx("0x5f")](x))continue;const a=n.getSuggestion(x).getRanges(),c=t[Xx("0x29")].get(Xx("0x20")).me;for(const t of n.getSuggestions())if(t[Xx("0x85")]&&t.author==c&&Xx("0x6d")==t[Xx("0x25")]&&"tablePasteCell"==t[Xx("0x5")]&&t.getRanges()[Xx("0x4a")]((t=>a[Xx("0x3f")]((e=>e[Xx("0x66")](t,!0))))))for(const n of t[Xx("0x7")]())n[Xx("0x85")]&&(n[Xx("0x3")](),e=!0)}return e})),t[Xx("0x59")][Xx("0x2c")].registerPostFixer((e=>{const o=t[Xx("0x39")][Xx("0x3b")](Xx("0x87"));if(!o||!o[Xx("0x6f")].has(e.batch))return!1;let r=!1;const s=t[Xx("0x29")][Xx("0x3b")](Xx("0x20")).me,i=t[Xx("0x59")][Xx("0x2c")][Xx("0x1a")][Xx("0x4b")](),x=Array[Xx("0x84")](t[Xx("0x59")].document[Xx("0x1a")][Xx("0x5b")]()).filter((({name:t,data:e})=>{const{group:o,subType:r,authorId:i}=n[Xx("0x23")](t);return Xx("0x1f")==o&&Xx("0x5a")==r&&i==s.id&&!e[Xx("0x3c")]}));for(const t of i){if(Xx("0x42")!=t[Xx("0x25")]||Xx("0x47")!=t[Xx("0x52")]||1!=t[Xx("0x7a")])continue;const n=e[Xx("0x77")](t[Xx("0x8")],t[Xx("0x8")][Xx("0x2b")](1));if(!x[Xx("0x26")]((({data:t})=>t.newRange[Xx("0x9d")](n))))for(const{name:t,data:o}of x)if(n[Xx("0x66")](o[Xx("0x6e")])){e.updateMarker(t,{range:n}),r=!0;break}}return r})),t[Xx("0x59")][Xx("0x2c")][Xx("0x60")]((e=>{let o=!1;const r=t[Xx("0x29")][Xx("0x3b")]("Users").me,s=n[Xx("0x13")]()[Xx("0x74")]((t=>t[Xx("0x85")]&&t.author==r)),i=new Set,x=new Set;for(const t of s)if(Xx("0x5a")==t[Xx("0x5")])for(const e of t[Xx("0x8e")]()){const n=e[Xx("0x18")]()[Xx("0x78")]();if(n)if(n.is(Xx("0x7e"),Xx("0x47"))&&Zx(n)){t[Xx("0xb")](e[Xx("0x52")]),i[Xx("0x80")](n),o=!0;const r=n.nextSibling,s=n[Xx("0x2d")],a=r&&r.is(Xx("0x7e"),Xx("0x47")),c=s&&s.is("element",Xx("0x47"));a&&!i[Xx("0x57")](r)&&x[Xx("0x80")](r),c&&!i[Xx("0x57")](s)&&x[Xx("0x80")](s)}else n.is("element",Xx("0x53"))&&n[Xx("0x5d")]&&(t[Xx("0xb")](e.name),o=!0)}else if(Xx("0x75")==t[Xx("0x5")]){if(!t[Xx("0x5c")]||!t[Xx("0x5c")].tablePasteChainId)continue;const e=t[Xx("0x5c")].markerAttributes;if(e&&Object[Xx("0x64")](e)[Xx("0x7a")])continue;const n=t[Xx("0x5c")][Xx("0x86")];let r=!0,i=!0;for(const e of s)if(e[Xx("0x5")]&&e.subType.startsWith("tablePaste")){if(!e[Xx("0x5c")][Xx("0x86")]){i=!1;break}if(e.id!=t.id&&e[Xx("0x5c")][Xx("0x86")]==n){r=!1;break}}i&&r&&(t[Xx("0x76")](),o=!0)}for(const t of i)e[Xx("0x1b")](t);for(const t of x)e.unwrap(t);return o})),t[Xx("0x44")][Xx("0x65")]("editingDowncast")[Xx("0x56")]({model:Xx("0x95"),view:(t,e)=>l(t),converterPriority:Xx("0x46")}),t[Xx("0x44")][Xx("0x65")](Xx("0x16"))[Xx("0x56")]({model:Xx("0x95"),view:(t,e)=>e[Xx("0x35")][Xx("0x8c")]?l(t,!1):null,converterPriority:Xx("0x46")});const d=t[Xx("0x2e")][Xx("0x9e")];this[Xx("0x97")](d[Xx("0x2c")],Xx("0x21"),((t,e)=>{const n=[];for(const t of d.createRangeIn(e.content)[Xx("0x6b")]())t.is(Xx("0x7e"),Xx("0x36"))&&n[Xx("0x67")](t);d[Xx("0x12")]((t=>{for(const e of n)t[Xx("0x7b")](t[Xx("0xc")](e),t[Xx("0x6a")](e)),t[Xx("0x1b")](e)}))}))}}function Zx(t){if(t.isEmpty)return!0;const e=t[Xx("0x40")](0);return e.is(Xx("0x7e"),Xx("0x53"))&&e[Xx("0x5d")]}function Yx(t,e={},n){for(const{isAnchor:o,cellHeight:r,cellWidth:s}of n[Xx("0x93")](t,{includeAllSlots:!0,...e}))if(!o||1!=r||1!=s)return!1;return!0}const ta=["editor","author","columnWidths","handleResizeTableWidthCommand","_suggestionFactory","getSelectedElement","accept","selection","registerCustomCallback","getTableColumnsWidths","handleSuggestionDescription","getSuggestions","TrackChangesEditing","formatBlock","table","_descriptionFactory","model","has","tableWidth","Users","get","formatGroupId","discard","TableColumnResizeEditing","resizeTable","format","afterInit","plugins","bind","registerDescriptionCallback","enableCommand","document","commandParams","resizeColumnWidths","resizeTableWidth","getContainedElement","subType","getSuggestionCallback"];var ea,na;ea=ta,na=263,function(t){for(;--t;)ea.push(ea.shift())}(++na);const oa=function(t,e){return ta[t-=0]};class ra extends t.Plugin{[oa("0x1d")](){if(!this[oa("0x3")].plugins[oa("0x14")]("TableColumnResizeEditing"))return;const t=this.editor[oa("0x1e")][oa("0x17")](oa("0xf"));t[oa("0x21")](oa("0x25"),this[oa("0x6")][oa("0x1f")](this)),t[oa("0x21")](oa("0x24"),this.handleResizeTableWidthCommand[oa("0x1f")](this)),t[oa("0x7")][oa("0xb")](oa("0x10"),oa("0x1b"),oa("0x9"),t[oa("0x7")].getSuggestionCallback(oa("0x10"),null,oa("0x19"))),t[oa("0x7")].registerCustomCallback(oa("0x10"),oa("0x1b"),oa("0x19"),t[oa("0x7")][oa("0x2")](oa("0x10"),null,oa("0x9"))),t[oa("0x12")][oa("0x20")](this[oa("0xd")].bind(this))}handleResizeTableWidthCommand(t,e){const n=this[oa("0x3")][oa("0x1e")][oa("0x17")](oa("0xf")),o=this[oa("0x3")].plugins[oa("0x17")](oa("0x1a")),r=e[oa("0x11")]||this[oa("0x3")][oa("0x13")][oa("0x22")][oa("0xa")][oa("0x8")]();this[oa("0x3")][oa("0x13")].change((()=>{const s=o.getColumnGroupElement(r);let i=s?o[oa("0xc")](s):null,x=r.getAttribute(oa("0x15"))||null;const a=e[oa("0x15")]||x,c=e[oa("0x5")]||i,l=this[oa("0x3")][oa("0x1e")][oa("0x17")](oa("0x16")).me;for(const t of n[oa("0xe")]()){const e=t[oa("0x0")]();if(oa("0x1b")===t[oa("0x1")]&&e===r){t[oa("0x4")]!==l&&t.discard();const e=t.data[oa("0x23")];x=e[0][oa("0x15")],i=e[0][oa("0x5")];break}}t({table:r,tableWidth:a,columnWidths:c}),n.markBlockFormat(r,{commandName:oa("0x25"),commandParams:[{tableWidth:x,columnWidths:i}],formatGroupId:"resizeTable"},[],oa("0x1b"))}))}handleSuggestionDescription(t){const{data:e}=t;if(e&&"resizeTable"===e[oa("0x18")]){const t="*Format:* resize table";return{type:oa("0x1c"),content:Yo(this[oa("0x3")].locale,t)}}}}const sa=["get","TrackChangesEditing","afterInit","Template","has","plugins","editor"];var ia,xa;ia=sa,xa=428,function(t){for(;--t;)ia.push(ia.shift())}(++xa);const aa=function(t,e){return sa[t-=0]};class ca extends t.Plugin{[aa("0x1")](){const t=this[aa("0x5")];t[aa("0x4")][aa("0x3")](aa("0x2"))&&t.plugins[aa("0x6")](aa("0x0")).enableCommand("insertTemplate")}}const la=["afterInit","_descriptionFactory","enableCommand","commands","ELEMENT_TABLE_OF_CONTENTS","get","tableOfContents","plugins","registerElementLabel","TrackChangesEditing","insertTableOfContents"];var da,ua;da=la,ua=192,function(t){for(;--t;)da.push(da.shift())}(++ua);const ga=function(t,e){return la[t-=0]};class ma extends t.Plugin{[ga("0x6")](){const t=this.editor;if(!t[ga("0x9")][ga("0x0")](ga("0x5")))return;t[ga("0x2")][ga("0x0")]("TrackChangesEditing")[ga("0x8")](ga("0x5"));const e=t.plugins[ga("0x0")](ga("0x4")),n=t.locale;e[ga("0x7")][ga("0x3")](ga("0x1"),(t=>Yo(n,ga("0xa"),t)))}}const fa=["nodeBefore","from","registerPostFixer","model","TrackChangesEditing","_descriptionFactory","Title","registerElementLabel","plugins","isEqual","get","isTouching","differ","forward","end","editor","document","start","getChangedMarkers","newRange","getNearestSelectionRange"];var ha,pa;ha=fa,pa=447,function(t){for(;--t;)ha.push(ha.shift())}(++pa);const ba=function(t,e){return fa[t-=0]};class Ea extends t.Plugin{afterInit(){const t=this[ba("0x9")];if(!t[ba("0x2")].has(ba("0x0")))return;const e=t[ba("0x2")][ba("0x4")](ba("0x13"));e[ba("0x14")][ba("0x1")]("title-content",(()=>Yo(t.locale,"ELEMENT_TITLE"))),t.model[ba("0xa")][ba("0x11")]((n=>{let o=!1;const r=Array[ba("0x10")](t.model[ba("0xa")][ba("0x6")][ba("0xc")]());for(const{name:s,data:i}of r){const{group:r}=e._splitMarkerName(s);if("suggestion"!==r||!i.newRange)continue;const x=i[ba("0xd")],a=x[ba("0x8")][ba("0xf")];if(!a||!a.is("element","title-content"))continue;if(!x[ba("0xb")][ba("0x5")](x[ba("0x8")]))continue;const c=t[ba("0x12")].schema[ba("0xe")](x[ba("0x8")],ba("0x7"));if(c&&c.isCollapsed){const t=n.createRange(x[ba("0xb")],c[ba("0xb")]);t[ba("0x3")](x)||(n.updateMarker(s,{range:t}),o=!0)}o||(n.removeMarker(s),o=!0)}return o}))}}const _a=["UndoEditing","has","enableCommand","get","TrackChangesEditing","redo","plugins"];var Ta,Ca;Ta=_a,Ca=496,function(t){for(;--t;)Ta.push(Ta.shift())}(++Ca);const ya=function(t,e){return _a[t-=0]};class ka extends t.Plugin{afterInit(){const t=this.editor,e=t[ya("0x0")][ya("0x4")](ya("0x5"));t[ya("0x0")][ya("0x2")](ya("0x1"))&&(e.enableCommand("undo"),e[ya("0x3")](ya("0x6")))}}const Aa=["has","get","TableCaptionEditing","TrackChangesEditing","toggleTableCaption","requires","enableCommand"];var va,Ra;va=Aa,Ra=411,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[Sa("0x0")](){return[Mx]}afterInit(){const t=this.editor;t.plugins[Sa("0x2")](Sa("0x4"))&&t.plugins[Sa("0x3")](Sa("0x5"))[Sa("0x1")](Sa("0x6"))}}const La=["listType","expandListBlocksToCompleteList","ELEMENT_","handleDescriptions","bind","commandParams","isListItemBlock","editor","enableCommand","list.properties","_getTranslationKeyForListStyle","length","listReversed","handleListStyleCommand","_LIST_","push","from","model","listStart","listStyle","*Format:* set order to reversed","_getSuggestionBlocksForListStyle","selection","format","change","_descriptionFactory","reversed","TrackChangesEditing","_getSuggestionBlocks","locale","type","handleListReversedCommand","document","startIndex","DocumentListPropertiesUtils","plugins","afterInit","getSelectedBlocks","getAttribute","*Format:* set start index to %0","markMultiRangeBlockFormat","commandName","get","toUpperCase","DocumentListUtils","numbered","filter","DocumentListPropertiesEditing","isFirstBlockOfListItem"];var Na,wa;Na=La,wa=317,function(t){for(;--t;)Na.push(Na.shift())}(++wa);const Ma=function(t,e){return La[t-=0]};class Oa extends t.Plugin{[Ma("0xd")](){if(!this.editor[Ma("0xc")].has(Ma("0x18")))return;const t=this[Ma("0x21")].config[Ma("0x13")](Ma("0x23")),e=this[Ma("0x21")].plugins[Ma("0x13")]("TrackChangesEditing");t.styles&&e[Ma("0x22")]("listStyle",this[Ma("0x27")][Ma("0x1e")](this)),t[Ma("0x3")]&&e[Ma("0x22")](Ma("0x26"),this[Ma("0x8")][Ma("0x1e")](this)),t[Ma("0xa")]&&e[Ma("0x22")](Ma("0x2c"),this.handleListStartCommand.bind(this)),e[Ma("0x2")].registerDescriptionCallback(this.handleDescriptions[Ma("0x1e")](this))}handleListStyleCommand(t,e={}){const n=this[Ma("0x21")][Ma("0xc")][Ma("0x13")](Ma("0x4")),o=this[Ma("0x2f")]();this[Ma("0x21")][Ma("0x2b")][Ma("0x1")]((()=>{n[Ma("0x11")](o,{commandName:Ma("0x2d"),commandParams:[{type:e.type}],formatGroupId:Ma("0x2d")})}))}[Ma("0x8")](t,e={}){const n=this[Ma("0x21")][Ma("0xc")][Ma("0x13")](Ma("0x4")),o=this[Ma("0x21")][Ma("0xc")].get(Ma("0x15")),r=this[Ma("0x5")]((t=>o[Ma("0x20")](t)&&Ma("0x16")===t[Ma("0xf")](Ma("0x1a"))));null!==r&&this.editor[Ma("0x2b")][Ma("0x1")]((()=>{n[Ma("0x11")](r,{commandName:Ma("0x26"),commandParams:[{reversed:e[Ma("0x3")]}],formatGroupId:Ma("0x26")})}))}handleListStartCommand(t,e={}){const n=this.editor[Ma("0xc")][Ma("0x13")]("TrackChangesEditing"),o=this.editor[Ma("0xc")][Ma("0x13")](Ma("0x15")),r=this._getSuggestionBlocks((t=>o[Ma("0x20")](t)&&Ma("0x16")===t[Ma("0xf")](Ma("0x1a"))));null!==r&&this[Ma("0x21")].model[Ma("0x1")]((()=>{n.markMultiRangeBlockFormat(r,{commandName:Ma("0x2c"),commandParams:[{startIndex:e[Ma("0xa")]}],formatGroupId:"listStart"})}))}[Ma("0x1d")](t){const e=this[Ma("0x21")][Ma("0x6")],{data:n}=t;if(!n)return;let o,r;switch(n[Ma("0x12")]){case Ma("0x2d"):o="*Change to:* %0",r={type:Ma("0x0"),content:Yo(e,o,Yo(e,this[Ma("0x24")](n[Ma("0x1f")][0][Ma("0x7")])))};break;case Ma("0x26"):o=n[Ma("0x1f")][0][Ma("0x3")]?Ma("0x2e"):"*Format:* set order to regular",r={type:Ma("0x0"),content:Yo(e,o)};break;case Ma("0x2c"):o=Ma("0x10"),r={type:Ma("0x0"),content:Yo(e,o,n[Ma("0x1f")][0][Ma("0xa")])}}return r}[Ma("0x2f")](){const t=this[Ma("0x21")][Ma("0xc")][Ma("0x13")](Ma("0x15"));let e=Array.from(this[Ma("0x21")].model[Ma("0x9")][Ma("0x30")][Ma("0xe")]());return e[Ma("0x29")](...t[Ma("0x1b")](e)),e=[...new Set(e)],e}[Ma("0x5")](t){const e=this.editor[Ma("0xc")][Ma("0x13")](Ma("0x15"));let n=Array[Ma("0x2a")](this[Ma("0x21")][Ma("0x2b")][Ma("0x9")][Ma("0x30")][Ma("0xe")]())[Ma("0x17")](t);if(!n[Ma("0x25")])return null;n=e[Ma("0x1b")](n);const o=[];for(const t of n)e[Ma("0x19")](t)&&o[Ma("0x29")](t);return o}[Ma("0x24")](t){return Ma("0x1c")+this[Ma("0x21")].plugins[Ma("0x13")](Ma("0xb")).getListTypeFromListStyleType(t)[Ma("0x14")]()+Ma("0x28")+t[Ma("0x14")]().replace(/-/g,"_")}}const Fa=["_handlePropertyChange","_descriptionFactory","pluginName","model","handleDiscardAction","get","getFirstPosition","tableWidth","TrackChangesTableProperties","getSuggestions","removeAttribute","tableCellBorderColor","TrackChangesEditing","locale","accept","subType","setAttribute","tableCellBorderWidth","*Format:* change table properties","enableCommand","formatBlock","tableBorderColor","discard","TablePropertiesEditing","registerCustomCallback","change","document","join","tableProperties","tableCellWidth","batch","TableUtils","tableBackgroundColor","getContainedElement","*Format:* change table cell properties","_getSuggestion","tableBorderWidth","plugins","tableCellHeight","tableAlignment","tableCellVerticalAlignment","has","handleSuggestionDescription","editor","tableCellBorderStyle","TableCellPropertiesEditing","tableCellBackgroundColor","selection","tableBorderStyle","_suggestionFactory","table","getSelectionAffectedTableCells","getAttribute","afterInit","tableCellProperties","getSuggestionCallback"];var Pa,Da;Pa=Fa,Da=448,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[Ba("0x1c")]=[Ba("0x15"),Ba("0x30"),Ba("0x24"),Ba("0x27"),Ba("0x7"),"tableHeight",Ba("0x20")],this.tableCellProperties=[Ba("0xb"),Ba("0x2c"),Ba("0x11"),"tableCellPadding",Ba("0x1d"),Ba("0x26"),Ba("0x2e"),"tableCellHorizontalAlignment",Ba("0x28")]}static get[Ba("0x2")](){return Ba("0x8")}[Ba("0x35")](){const t=this[Ba("0x2b")][Ba("0x25")][Ba("0x5")](Ba("0xc"));if(this[Ba("0x2b")].plugins[Ba("0x29")](Ba("0x17"))){for(const e of this[Ba("0x1c")])t.enableCommand(e,((t,n)=>{const o=this.editor[Ba("0x3")][Ba("0x1a")][Ba("0x2f")][Ba("0x6")]().findAncestor(Ba("0x32"));this._handlePropertyChange(e,[o],this[Ba("0x1c")],"tableProperties",t,n)}));t[Ba("0x31")].registerCustomCallback(Ba("0x14"),Ba("0x1c"),"accept",t[Ba("0x31")].getSuggestionCallback(Ba("0x14"),null,Ba("0x16"))),t[Ba("0x31")].registerCustomCallback("formatBlock",Ba("0x1c"),Ba("0x16"),((t,e)=>this.handleDiscardAction(this[Ba("0x1c")],t,e))),t[Ba("0x31")][Ba("0x18")](Ba("0x14"),"tableProperties",Ba("0x1b"),(()=>!1))}if(this[Ba("0x2b")][Ba("0x25")][Ba("0x29")](Ba("0x2d"))){for(const e of this[Ba("0x36")])t[Ba("0x13")](e,((t,n)=>{const o=this[Ba("0x2b")][Ba("0x25")][Ba("0x5")](Ba("0x1f"))[Ba("0x33")](this[Ba("0x2b")][Ba("0x3")].document[Ba("0x2f")]);this[Ba("0x0")](e,o,this[Ba("0x36")],"tableCellProperties",t,n)}));t[Ba("0x31")].registerCustomCallback(Ba("0x14"),Ba("0x36"),Ba("0xe"),t[Ba("0x31")][Ba("0x37")](Ba("0x14"),null,Ba("0x16"))),t._suggestionFactory[Ba("0x18")]("formatBlock",Ba("0x36"),Ba("0x16"),((t,e)=>this[Ba("0x4")](this[Ba("0x36")],t,e))),t[Ba("0x31")][Ba("0x18")](Ba("0x14"),Ba("0x36"),Ba("0x1b"),(()=>!1))}t[Ba("0x1")].registerDescriptionCallback((t=>this[Ba("0x2a")](t)))}_handlePropertyChange(t,e,n,o,r,s){const i=this[Ba("0x2b")][Ba("0x25")][Ba("0x5")](Ba("0xc"));this[Ba("0x2b")][Ba("0x3")].enqueueChange(s[Ba("0x1e")],(()=>{for(const t of e)if(this[Ba("0x23")](t,o))r(s);else{const e={};for(const o of n){const n=t[Ba("0x34")](o);void 0!==n&&(e[o]=n)}r(s),i.markBlockFormat(t,{commandParams:[e]},[],o)}}))}handleDiscardAction(t,e,n){const o=e[0].start.nodeAfter,r=n.commandParams[0];this[Ba("0x2b")].model[Ba("0x19")]((e=>{for(const n of t)void 0!==r[n]?e[Ba("0x10")](n,r[n],o):e[Ba("0xa")](n,o)}))}handleSuggestionDescription(t){if(t.data)switch(t.subType){case Ba("0x1c"):return{type:"format",content:Yo(this[Ba("0x2b")][Ba("0xd")],Ba("0x12"))};case"tableCellProperties":return{type:"format",content:Yo(this[Ba("0x2b")][Ba("0xd")],Ba("0x22"))}}}[Ba("0x23")](t,e){const n=this.editor.plugins.get(Ba("0xc"));for(const o of n[Ba("0x9")]({skipNotAttached:!0})){const n=o[Ba("0x21")]();if(o[Ba("0xf")]===e&&n===t)return o}return null}}const Ua=["_checkSuggestionCorrectness","createElement","isTouching","_trackFormatChanges","trackChangesCommand","reconvertMarker","getNearestSelectionRange","markerToData","schema","rootName","trackChanges.trackFormatChanges","getWalker","some","getMultiRangeId","insert","formatGroupId","$textProxy","addUser","data","end","isAtEnd","ready","setSelection","ck-suggestion-marker--active","_addThreadToSuggestion","_model","init","createPositionAt","clear","add","formatBlock:chain","deletion:chain","formatInline:chain","filter","hasComments","insertion:","commentThread","creator","stop","delete","Users","markerReady","length","deletion:","isBefore","createSelection","rethrowUnexpectedError","selection","getRanges","locale","requires","authoredAt","updateSuggestion","addMarkerName","registerCustomCallback","_isForcedDefaultExecutionBlock","includes","insertion:join","low","set","acceptSuggestion","map","accepted","_enabledCommands","fire","isRemovable","dataDowncast","isLimit","editing","buildSuggestion","consumable","_breakSuggestionMarker","isBlock","_commentsRepository","removeMarkers","showSuggestionHighlights","high","options","split","suggestion","backward","track-changes-user-not-found","_getSuggestionData","author","getAllAdjacentSuggestions","ck-suggestion-marker-","createRange","_joinSuggestions","_getAuthorFromId","_editor","deleteContent","accept","removeMarker:suggestion:formatBlock","@external","track-changes-adapter-already-set","enqueueChange","type","writer","_saved","updateMarker","clone","forceDefaultExecution","trackChanges.mergeNestedSuggestions","deletion","moveTargetPosition","change:data","getSuggestions","differ","containerElement","define","enableReadOnlyMode","suggestionLoaded","_findSuggestions","_customCallbacks","_removeSuggestion","getSuggestion","addClass","$marker","getUser","track-changes-suggestion-data-mismatch","rejected","unbindElementFromMarkerName","editingDowncast","document","error-saving-suggestion-data-suggestion-discarded","getChangedMarkers","addCommentThread","removeMarker","$graveyard","_addSuggestionMarker","execute","isEqual","isObject","markDeletion","nodeBefore","_setSuggestionRange","addMarker:suggestion:formatBlock","_suggestionState","attributes","lowest","activeMarkers","conversion","_splitMarkerName","consume","CommentsRepository","isOwn","catch","isAfter","commands","createPositionAfter","resolve","insertContent","ck-suggestion-marker","suggestion-type","_getExternalAuthor","markInsertion","_refreshSuggestionsChain","return","multi","always","formatBlock:","chain","_handleNewSuggestionMarker","getCustomProperty","documentSelection","range","multipleBlocks","removeClass","discard","hasSuggestion","hasCommentThread","createdAt","addRange","formatBlock","removeComment","oldRange","isExternal","notReady","_suggestions","fetchCommentThread","insertion:chain","widget","markers","getShiftedBy","nodeAfter","position","formatBlock:discard","never","isDocumentOperation","registerPostFixer","elementStart","after","enableCommand","markMultiRangeBlockFormat","containsRangeInObject","newRange","then","from","_createSuggestion","for","targetPosition","applyOperation","getAttribute","getFirstMarker","insertion","removeAttribute","markBlockFormat","removed","isCollapsed","splice","PendingActions","change:_saved","isMultiRange","dataToMarker","change","change:activeMarkers","remove","formatInline:","every","refresh","getRange","root","formatInline:accept","item","ck-suggestion-marker-formatBlock","normal","name","open","formatInline:discard","isLocal","acceptSelectedSuggestions","_cutOutSuggestionMarker","group","_adapter","formatInline","isNextTo","getChanges","push","containsPosition","formatBlock:join","subType","setAttribute","suggestionUnloaded","getMarkers","trackChanges","isInContent","deletion:discard","model","previous","editor","containsRange","suggestion:","fromRange","upcast","addMarker:suggestion","_setSuggestionData","getCommentThread","addComment","getSuggestionCallback","toJSON","_defaultCallbacks","isInsideObject","_descriptionFactory","track-changes-command-not-found","discardSuggestion","getDifference","listenTo","markerName","mapper","toViewElement","plugins","markerNameToElements","getFirstRange","_mergeNestedSuggestions","_suggestionFactory","deletion:accept","move","acceptAllSuggestions","addSuggestion","_rangeIsInLocalUserInsertion","batch","data-suggestion","bindElementToMarker","skipNestingCheck","commandName","isIntersectingWithRange","join","adapter","dataReady","marker-count","next","getIntersection","value","discardSelectedSuggestions","createRangeIn","default","sort","head","start","forward","collaboration.channelId","_registerDefaultCallbacks","_updateSuggestionData","howMany","config","getLastMatchingPosition","parent","has","detach","get","discardAllSuggestions","markMultiRangeInsertion","PENDING_ACTION_SUGGESTION"];var Ga,Ha;Ga=Ua,Ha=447,function(t){for(;--t;)Ga.push(Ga.shift())}(++Ha);const za=function(t,e){return Ua[t-=0]};class Wa extends t.Plugin{static get[za("0xe5")](){return["CommentsRepository",s.Users,t.PendingActions,cr,Cr,Rr,Mr,Br,Wr,Jr,es,Oa,xs,us,bs,ys,Ls,Ps,Gs,Ks,Qs,ni,xi,ui,pi,Ci,Ri,Oi,ji,Wi,$i,tx,ix,ux,px,yx,Sx,Mx,jx,Wx,Ia,Qx,ra,ma,ja,ca,Ea,ka]}static get pluginName(){return"TrackChangesEditing"}constructor(t){function e(t){return t[za("0xf0")]((t=>String.fromCharCode(t))).join("")}super(t),this[za("0xee")]("activeMarkers",[]),this.on(za("0x51"),((e,n,o,r)=>{this[za("0xcc")].change((()=>{for(const e of[...r,...o])this[za("0xcc")][za("0x30")][za("0xad")](e)&&t[za("0xf7")][za("0xb8")](e)}))})),this[za("0x80")]=new rr(this.editor[za("0x71")][za("0xbb")],this.editor[za("0xe4")]),this._adapter=null,this[za("0x8c")]=new Va(this.editor),this[za("0x2c")]=new Map,this[za("0xfc")]=t[za("0x88")][za("0xaf")](za("0xa")),this[za("0xf2")]=new Set,this[za("0xcc")]=this.editor[za("0x71")],this._suggestionState=new WeakMap,this[za("0xea")]=!1,t[za("0xaa")][za("0x120")](za("0xbd"),za("0xa1")),this._trackFormatChanges=t[za("0xaa")][za("0xaf")](za("0xbd")),t[za("0xaa")][za("0x120")](za("0x119"),!0),this[za("0x8b")]=t[za("0xaa")].get(za("0x119")),this[za("0xb7")]=new u(t,this[za("0xf2")]),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,49,48,51,50])}[za("0xcd")](){const t=this[za("0x73")];t[za("0x7")][za("0x41")]("editingDowncast").markerToHighlight({model:"suggestion",view:t=>{const{id:e,type:n}=this[za("0x8")](t.markerName),o=[za("0x12"),za("0x108")+n];let r=3e3;return this[za("0x6")][za("0xeb")](t.markerName)&&(o.push("ck-suggestion-marker--active"),r=3010),za("0x11a")==n&&(r+=5),{classes:o,attributes:{"data-suggestion":e},priority:r}}}),t[za("0x7")][za("0x41")]("dataDowncast")[za("0xd0")]((e=>{e.on(za("0x78"),((e,n,o)=>{if(!o[za("0x100")][za("0xfe")])return;const r=n[za("0x59")];if(!r)return;const s=o[za("0x86")][za("0x87")](r);t[za("0x71")][za("0xbb")][za("0x137")](r)&&s&&!s[za("0x1d")](za("0x2f"))&&s.is(za("0x11f"))&&(0,x.toWidget)(s,o.writer)}),{priority:"high"})})),t[za("0x7")][za("0x41")](za("0xf5")).markerToHighlight({model:za("0x102"),view:(t,e)=>{if(!e.options[za("0xfe")])return null;const{type:n}=this._splitMarkerName(t.markerName);return{classes:[za("0x12"),za("0x108")+n],priority:3e3}}});const n=({showActiveMarkers:e=!0}={})=>(n,o,r)=>{if(!o[za("0x59")])return;if(o[za("0x59")].is("selection"))return void r[za("0xf9")][za("0x9")](o[za("0x59")],n[za("0x5c")]);const s=r[za("0x86")][za("0x87")](o.item);if(!o.item.is("element")||!t[za("0x71")][za("0xbb")][za("0xfb")](o.item)||s[za("0x1d")]("addHighlight"))return;const{id:i}=this[za("0x8")](o.markerName);r[za("0x114")][za("0x127")]([za("0x12"),"ck-suggestion-marker-formatBlock"],s),r[za("0x114")][za("0x6b")](za("0x93"),i,s),r[za("0x86")][za("0x94")](s,o[za("0x85")]),e&&(this[za("0x6")][za("0xeb")](o.markerName)?r[za("0x114")].addClass(za("0xca"),s):r.writer[za("0x21")](za("0xca"),s));for(const e of t.model[za("0xa0")](o[za("0x59")]).getItems())r[za("0xf9")][za("0x9")](e,n[za("0x5c")]);r[za("0xf9")].consume(o[za("0x59")],n.name)};t[za("0x7")].for("dataDowncast")[za("0xd0")]((t=>{t.on(za("0x2"),((t,e,o)=>{o.options[za("0xfe")]&&n({showActiveMarkers:!1})(t,e,o)}),{priority:"highest"})})),t.conversion[za("0x41")](za("0xf5"))[za("0xba")]({model:za("0x102"),view:(t,e)=>e.options[za("0xfe")]?null:{group:"suggestion",name:t.substr(11)}}),t[za("0x7")][za("0x41")](za("0x77")).elementToElement({view:{name:za("0x102"),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(t,{writer:e})=>{let n="suggestion:"+t.getAttribute(za("0x13"))+":"+t[za("0x44")]("id");return t.getAttribute(za("0x9b"))&&(n+=":"+t[za("0x44")](za("0x9b"))),e[za("0xb4")](za("0x128"),{"data-name":n})}}),t[za("0x7")][za("0x41")](za("0x77"))[za("0x4f")]({view:za("0x102")}),t[za("0x7")][za("0x41")](za("0x12d"))[za("0xd0")]((t=>{t.on(za("0x2"),n(),{priority:za("0xff")})})),t[za("0x7")][za("0x41")](za("0x12d"))[za("0xd0")]((t=>{t.on(za("0x10f"),((t,e,n)=>{const o=n[za("0x86")][za("0x89")](e.markerName);if(o)for(const t of o)t[za("0x1d")]("addHighlight")||(n[za("0x114")][za("0x21")]([za("0x12"),za("0x5a"),za("0xca")],t),n[za("0x114")][za("0x47")](za("0x93"),t),n[za("0x86")][za("0x12c")](t,e[za("0x85")]))}),{priority:"high"})})),t[za("0x71")][za("0x12e")][za("0x37")]((e=>{let n=!1;const o=Array[za("0x3f")](t.model[za("0x12e")][za("0x11e")][za("0x130")]()),r=new Set;for(const{name:x,data:a}of o){const{group:o,type:c,id:l}=this[za("0x8")](x);if(za("0x102")!==o)continue;const d=this[za("0x2c")][za("0xaf")](l);if(null!=a[za("0x3d")])if(za("0x64")==c&&(n=n||Xa(a.newRange,x,e,t.model[za("0xbb")])),a.newRange.isCollapsed||za("0x133")==a.newRange[za("0x57")].rootName||za("0x27")==c&&!Ja(a.newRange)||za("0x11a")==c&&(qa(i=a[za("0x3d")])||(s=i)[za("0xa4")][za("0xac")]==s.end[za("0x0")]&&s[za("0xa4")][za("0xc7")]))e[za("0x132")](x),n=!0;else{if(!d||!d[za("0x6f")])continue;r[za("0xd0")](d)}}var s,i;return r.size>0&&(n=!!this._joinWithAdjacentSuggestions(r)||n),n})),t[za("0x71")][za("0x12e")][za("0x37")]((e=>{let n=!1;for(const o of t.model[za("0x12e")][za("0x11e")][za("0x66")]()){if(za("0xc1")!=o[za("0x113")])continue;const r=o[za("0x33")][za("0x31")](o[za("0xdd")]);if(r[za("0xc7")])for(const s of this[za("0x2c")].values()){if(s[za("0x4e")]||!s.isInContent)continue;if(za("0x27")!=s[za("0x113")])continue;const i=s.getFirstRange();if(i[za("0xa4")][za("0xac")]!=i[za("0xc6")][za("0xac")]&&i[za("0xc6")][za("0x136")](o[za("0x33")])){const o=t[za("0x71")][za("0x109")](i[za("0xa4")],r);e.updateMarker(s.getFirstMarker(),{range:o}),n=!0}}}return n})),t[za("0x71")][za("0x30")].on("update:suggestion",((t,e,n)=>{if(null==n){const{id:t}=this[za("0x8")](e[za("0x5c")]),n=this[za("0x2c")][za("0xaf")](t);n&&n[za("0xe8")](e.name)}})),t.model[za("0x12e")].on(za("0x11c"),(()=>{const e=Array.from(t[za("0x71")].document[za("0x11e")][za("0x130")]())[za("0xd4")]((t=>za("0x102")===this[za("0x8")](t.name)[za("0x62")]));if(0===e[za("0xdd")])return;e[za("0xa2")](((t,e)=>{const n=t[za("0xc5")].oldRange,o=e.data[za("0x29")];return null===n&&null===o?0:null===n&&null!==o?-1:null!==n&&null===o?1:n[za("0xa4")].isBefore(o[za("0xa4")])?-1:1}));const n=new Set,o=new Set;for(const{name:t,data:r}of e){const{id:e}=this[za("0x8")](t);if(null===r[za("0x29")]){const e=this._handleNewSuggestionMarker(t);o[za("0xd0")](e)}else{const t=this[za("0x2c")][za("0xaf")](e);null!==r[za("0x3d")]||t[za("0x6f")]?(n[za("0xd0")](t[za("0xa3")]),o[za("0xd0")](t)):this._removeSuggestion(t)}}o.size>0&&this[za("0x16")](o);for(const t of n)this[za("0xf3")]("suggestionChanged",t)})),t[za("0x71")].on(za("0x43"),((e,n)=>{const o=n[0];if(!this._suggestions.size)return;if(!o[za("0x36")])return;if(o[za("0x92")].isUndo||!o[za("0x92")][za("0x5f")])return;let r,s;switch(o[za("0x113")]){case"insert":r=t[za("0x71")][za("0xce")](o[za("0x33")]),s=r[za("0x31")](o[za("0xa9")]);break;case za("0x101"):r=t[za("0x71")].createPositionAt(o.splitPosition),s=t.model[za("0xce")](o[za("0x11b")]);break;case za("0x8e"):r=t[za("0x71")].createPositionAt(o[za("0x42")]),s=r.getShiftedBy(o[za("0xa9")]);break;default:return}const i=t[za("0x71")][za("0x109")](r,s);t[za("0x71")][za("0x50")]((()=>{for(const{suggestion:t,meta:e}of this[za("0x123")](i)){if(t[za("0x4e")])continue;if(za("0x64")==t[za("0x113")])continue;const n=t[za("0xc5")]&&t[za("0xc5")][za("0x20")];(za("0x27")!=t[za("0x113")]||za("0x101")==o[za("0x113")]&&!n)&&(e[za("0x3c")]||za("0x46")==t[za("0x113")]&&e[za("0xb")]||t[za("0x8a")]()[za("0x74")](i)&&this[za("0xfa")](t,r,s))}}))}),{priority:za("0x5")}),t[za("0x71")].on("deleteContent",((e,n)=>{const o=n[0],r=n[1];if(r&&r[za("0x118")])return;if(this[za("0xea")])return;if(!this[za("0xb7")][za("0x9e")])return;if(o[za("0x4a")])return;const s=t[za("0x71")][za("0xbb")],{start:i,end:x}=o[za("0x8a")](),a=i.nodeAfter&&s.isLimit(i[za("0x32")])?null:s[za("0xb9")](i,za("0xa5")),c=x.nodeBefore&&s[za("0xf6")](x[za("0x0")])?null:s[za("0xb9")](x,za("0x103")),l=t[za("0x71")].createRange(a?a[za("0xa4")]:i,c?c[za("0xc6")]:x);t[za("0x71")][za("0x50")]((e=>{this.markDeletion(l);const n=t.model[za("0xbb")][za("0xb9")](l[za("0xa4")]);o.is(za("0x1e"))?e.setSelection(n):o.setTo(n)})),e[za("0xd9")]()}),{priority:e.priorities[za("0x5b")]+10}),t[za("0x71")].on(za("0x11"),((e,n)=>{const o=n[n[za("0xdd")]-1];o&&o.forceDefaultExecution||this[za("0xea")]||this.trackChangesCommand.value&&(t[za("0x71")][za("0x50")]((()=>{let o=t[za("0x71")][za("0x11")](n[0],n[1],n[2],{forceDefaultExecution:!0});if(!o)return;e[za("0x17")]=o[za("0x117")]();const r=o[za("0xc6")][za("0x0")],s=t.model[za("0xbb")];r&&s.isBlock(r)&&!s[za("0x137")](r)&&(o=t.model[za("0x109")](o[za("0xa4")],t[za("0x71")][za("0xce")](r,"end"))),this.markInsertion(o)})),e.stop())}),{priority:za("0xff")}),this[za("0x73")][za("0xe")][za("0xd0")]("trackChanges",this[za("0xb7")]),this[za("0x3a")](za("0x6e"));const o=new p(t,this[za("0x2c")]);t.commands[za("0xd0")](za("0xef"),o),this[za("0x3a")](za("0xef"));const r=new C(t,this[za("0x2c")]);t.commands[za("0xd0")](za("0x82"),r),this[za("0x3a")](za("0x82")),t.commands[za("0xd0")](za("0x8f"),new F(t,o,this[za("0x2c")])),this.enableCommand(za("0x8f")),t.commands.add(za("0xb0"),new F(t,r,this[za("0x2c")])),this[za("0x3a")](za("0xb0")),t[za("0xe")][za("0xd0")]("acceptSelectedSuggestions",new U(t,o,this[za("0x2c")])),this.enableCommand(za("0x60")),t[za("0xe")][za("0xd0")]("discardSelectedSuggestions",new U(t,r,this[za("0x2c")])),this[za("0x3a")](za("0x9f"));const s=t[za("0x88")][za("0xaf")](za("0xa"));this[za("0x84")](s,za("0x7b"),((t,{threadId:e})=>{const n=this[za("0x2c")][za("0xaf")](e);n&&n[za("0xd7")]&&1===n[za("0xd7")][za("0xdd")]&&this[za("0xa8")](e,{hasComments:!0})}),{priority:za("0xed")}),this.listenTo(s,za("0x28"),((t,{threadId:e})=>{const n=this._suggestions[za("0xaf")](e);n&&n[za("0xd7")]&&!n[za("0xd7")].length&&this[za("0xa8")](e,{hasComments:!1})}),{priority:za("0xed")})}set adapter(t){if(this._adapter)throw new e.CKEditorError(za("0x111"),this);this[za("0x63")]=t}get[za("0x99")](){return this[za("0x63")]}getSuggestions({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=[];for(const e of this[za("0x2c")].values())t&&!e[za("0x6f")]||n[za("0x67")](e);return e?n.map((t=>t[za("0x7d")]())):n}[za("0x126")](t){const n=this._suggestions.get(t);if(!n)throw new e.CKEditorError("track-changes-suggestion-not-found",this);return n}[za("0x23")](t){return this[za("0x2c")][za("0xad")](t)}addSuggestionData(t){const{authorId:e,id:n,attributes:o}=t,[r,s]=t[za("0x113")].split(":"),i=this._suggestions[za("0xaf")](n)||this[za("0x40")](r,s,n,e,o);if(this[za("0xcb")](i),this[za("0xb3")](i,r,s||null,e),i[za("0x25")]=t[za("0x25")],o&&o[za("0x110")]){const t=o[za("0x110")],e=this._getExternalAuthor(t.authorName);i[za("0xe6")]=t[za("0x25")],i.author=e,i[za("0x2a")]=!0}else i[za("0xe6")]=t[za("0x25")];switch(t[za("0xc5")]&&(i[za("0xc5")]=t.data),t[za("0x4")]&&(i[za("0x4")]=t[za("0x4")]),this[za("0x63")]&&this[za("0x63")][za("0x90")]||(i[za("0x115")]=!0),this[za("0x3")][za("0xaf")](i)){case za("0x2b"):this[za("0x3")][za("0xee")](i,za("0x9a"));break;case za("0xdc"):i[za("0x6f")]?(this[za("0x3")][za("0xee")](i,"ready"),this[za("0xf3")](za("0x122"),i)):this[za("0x3")][za("0xee")](i,za("0x49"))}return i}[za("0xef")](t){this[za("0x118")]((()=>{this[za("0x73")][za("0x71")][za("0x50")]((()=>{for(const e of t.getAllAdjacentSuggestions())e.accept()}))}))}[za("0x82")](t){this[za("0x118")]((()=>{this.editor[za("0x71")][za("0x50")]((()=>{for(const e of t[za("0x107")]())e[za("0x22")]()}))}))}enableCommand(t,n){const o=this[za("0x73")][za("0xe")][za("0xaf")](t);if(!o)throw new e.CKEditorError(za("0x81"),this,{commandName:t});this[za("0xf2")][za("0xd0")](o),n&&o.on("execute",((t,e)=>{this.trackChangesCommand[za("0x9e")]&&(this[za("0xea")]||e.length>0&&e[e[za("0xdd")]-1]&&e[e[za("0xdd")]-1][za("0x118")]||(n(((...t)=>o[za("0x135")](...t,{forceDefaultExecution:!0})),...e),t[za("0xd9")]()))}),{priority:za("0xff")})}forceDefaultExecution(t){let n,o;const r=this[za("0xea")];this[za("0xea")]=!0;try{n=t()}catch(t){o=t}return r||(this[za("0xea")]=!1),o&&e.CKEditorError[za("0xe1")](o,this),n}[za("0x15")](t,n=null,o={}){if(t[za("0x4a")])return null;const r=this[za("0x73")].plugins[za("0xaf")](za("0xdb")).me;for(const{suggestion:e,meta:o}of this._findSuggestions(t,"insertion"))if(o[za("0xb")]){if(!o[za("0x65")]){if(!this[za("0x8b")]&&o.containsRangeInObject)continue;return e}if(n==e[za("0x6a")]){const n=e[za("0x8a")]();return n.start[za("0x136")](t[za("0xc6")])?this[za("0x1")](e,this[za("0xcc")][za("0x109")](t[za("0xa4")],n.end)):this._setSuggestionRange(e,this[za("0xcc")][za("0x109")](n[za("0xa4")],t[za("0xc6")])),e}}const s=(0,e.uid)(),i=r.id,x=n?za("0xd6")+n:za("0x46"),a=this[za("0x79")]({id:s,type:x,createdAt:new Date,authorId:i,attributes:o});return this[za("0x134")](x,s,i,t),a}[za("0xb1")](t,n=za("0x18"),o={}){const r=this[za("0x73")][za("0x88")][za("0xaf")](za("0xdb")).me,s=this[za("0x8c")].getSuggestionCallback(za("0x46"),n,za("0x98"));for(const e of this.getSuggestions())if(e[za("0x106")].id==r.id&&za("0x46")==e[za("0x113")]&&e[za("0x6a")]==n&&(s(e[za("0xe3")](),t)||s(t,e[za("0xe3")]()))){for(const n of t)e[za("0x26")](n);return e}if(this[za("0x8b")])for(const e of t)for(const{suggestion:n,meta:o}of this[za("0x123")](e,za("0x46"))){if(!o.isOwn)continue;let e=!0;for(const o of n[za("0xe3")]())for(const n of t)if(!o.containsRange(n)){e=!1;break}if(e)return n}const i=(0,e.uid)(),x=r.id,a=za("0xd6")+n,c=this._setSuggestionData({id:i,type:a,createdAt:new Date,authorId:x,attributes:o});for(const e of t)this[za("0x134")](a,i,x,e,Zo[za("0xc0")]());return c}markInlineFormat(t,n,o=null,r={}){if(o=o||$a(n),t[za("0x4a")])return null;if(za("0x35")===this[za("0xb6")]){const e=this[za("0x8c")][za("0x7c")](za("0x64"),o,za("0x10e"));return this.forceDefaultExecution((()=>e([t],n,r))),null}const s=this[za("0x73")][za("0x88")].get(za("0xdb")).me,i=[];if("always"!==this[za("0xb6")])for(const{suggestion:e,meta:n}of this[za("0x123")](t,"insertion"))n[za("0xb")]&&!n[za("0x7f")]&&i.push(...e[za("0xe3")]());const x=function(t,e){const n=[];for(const o of e){const e=t[za("0x9d")](o);e&&n[za("0x67")](e)}return n}(t,i),a=function(t,e){const n=[t];for(const t of e){let e=0;for(;e<n[za("0xdd")];){const o=n[e][za("0x83")](t);n[za("0x4b")](e,1,...o),e+=o[za("0xdd")]}}return n}(t,i);x[za("0xdd")]&&this[za("0xcc")].change((()=>{for(const t of x){const e=this[za("0x8c")][za("0x7c")](za("0x64"),o,"accept");this.forceDefaultExecution((()=>e([t],n,r)))}}));for(const t of a){let i=null,x=t[za("0xa4")],a=t[za("0xc6")];for(const{suggestion:e,meta:n}of this[za("0x123")](t,"formatInline")){if(!n[za("0xb")])continue;if(e[za("0x6a")]!=o)continue;const r=e[za("0x8a")]();if(r.containsRange(t,!0))return null;x=x[za("0xdf")](r[za("0xa4")])?x:r[za("0xa4")],a=a[za("0xd")](r[za("0xc6")])?a:r[za("0xc6")],i?r[za("0xa4")][za("0xdf")](i[za("0x8a")]()[za("0xa4")])?(i[za("0xfd")](),i=e):e.removeMarkers():i=e}const c=this[za("0xcc")][za("0x109")](x,a);if(i)this[za("0x1")](i,c);else{const t=(0,e.uid)(),i=s.id;this[za("0x79")]({id:t,type:"formatInline:"+o,data:n,createdAt:new Date,authorId:i,attributes:r}),this[za("0x134")](za("0x53")+o,t,i,c)}}return null}[za("0x48")](t,n,o=[],r=null,s={}){n[za("0xc2")]||(n[za("0xc2")]=n.commandName),n[za("0x20")]=t.is(za("0x1f")),r=r||$a(n);const i=o[za("0xf0")]((t=>Qa(t,this[za("0xcc")]))),x=t.is(za("0x1f"))?t:Qa(t,this[za("0xcc")]);if(za("0x35")===this._trackFormatChanges){const t=this[za("0x8c")][za("0x7c")]("formatBlock",r,za("0x10e"));return this.forceDefaultExecution((()=>t([x],n,s))),null}i[za("0x67")](x);let a=!0;for(const t of i)if(!this._rangeIsInLocalUserInsertion(t)){a=!1;break}if(a&&za("0x19")!==this[za("0xb6")]){const t=this[za("0x8c")][za("0x7c")](za("0x27"),r,za("0x10e"));return this[za("0x118")]((()=>t([x],n,s))),null}let c=null,l=x[za("0xa4")],d=x[za("0xc6")];for(const{suggestion:t,meta:e}of this[za("0x123")](x,"formatBlock")){if(!e[za("0xb")]||e.isNextTo||e[za("0x3c")]||e[za("0x7f")])continue;if(t[za("0xc5")][za("0xc2")]!=n[za("0xc2")])continue;const o=t[za("0x8a")]();if(t[za("0x6a")]==r){if(o.containsRange(x,!0))return null;l=l[za("0xdf")](o.start)?l:o[za("0xa4")],d=d[za("0xd")](o.end)?d:o[za("0xc6")],c?o[za("0xa4")][za("0xdf")](c[za("0x8a")]()[za("0xa4")])?(c[za("0xfd")](),c=t):t[za("0xfd")]():c=t}else{const e=x[za("0x9d")](o);this._cutOutSuggestionMarker(t,e)}}const u=this[za("0x73")][za("0x88")][za("0xaf")](za("0xdb")).me,g=(0,e.uid)(),m=u.id;if(c)return this[za("0x1")](c,this[za("0xcc")][za("0x109")](l,d)),c;{const t=this[za("0x79")]({id:g,type:za("0x1a")+r,data:n,createdAt:new Date,authorId:m,attributes:s});return this[za("0x134")](za("0x1a")+r,g,m,this[za("0xcc")][za("0x109")](l,d)),t}}[za("0x3b")](t,n,o=[],r=null,s={}){n.formatGroupId||(n[za("0xc2")]=n[za("0x96")]);const i=t[0];n[za("0x20")]=i.is("range"),r=r||$a(n);const x=o[za("0xf0")]((t=>Qa(t,this[za("0xcc")]))),a=i.is("range")?t:t.map((t=>Qa(t,this[za("0xcc")])));if(za("0x35")===this[za("0xb6")]){const t=this[za("0x8c")][za("0x7c")]("formatBlock",r,"accept");return this[za("0x118")]((()=>t(a,n,s))),null}x[za("0x67")](...a);let c=!0;for(const t of x)if(!this[za("0x91")](t)){c=!1;break}if(c&&za("0x19")!==this._trackFormatChanges){const t=this[za("0x8c")][za("0x7c")]("formatBlock",r,za("0x10e"));return this[za("0x118")]((()=>t(a,n,s))),null}const l=this.editor[za("0x88")][za("0xaf")](za("0xdb")).me;for(const t of this[za("0x11d")]()){if(t.author.id!=l.id)continue;if(za("0x27")!=t.type||t[za("0xc5")][za("0xc2")]!=n[za("0xc2")])continue;const e=t[za("0x6a")]==r;for(let n=0;n<a[za("0xdd")];n++){const o=a[n];for(const r of t[za("0x6d")]()){const s=r[za("0x56")]();if(o[za("0x136")](s)){e?(a[za("0x4b")](n,1),n--):t[za("0x132")](r[za("0x5c")]);break}}}}if(0==a[za("0xdd")])return null;const d=this._suggestionFactory[za("0x7c")]("formatBlock",r,za("0x98"));for(const t of this[za("0x11d")]())if(t.author.id==l.id&&"formatBlock"==t[za("0x113")]&&t[za("0xc5")][za("0xc2")]==n[za("0xc2")]&&t.subType==r&&(d(t[za("0xe3")](),a)||d(a,t.getRanges()))){for(const e of a)t[za("0x26")](e);return t}const u=(0,e.uid)(),g=l.id,m=za("0x1a")+r,f=this._setSuggestionData({id:u,type:m,data:n,createdAt:new Date,authorId:g,attributes:s});for(const t of a)this._addSuggestionMarker(m,u,g,t,Zo.getMultiRangeId());return f}[za("0x138")](t,n=null,o={}){if(t[za("0x4a")])return null;const r=this[za("0x73")][za("0x88")][za("0xaf")](za("0xdb")).me,s=new i.LiveRange(t.start,t[za("0xc6")]);for(const{suggestion:t,meta:e}of this._findSuggestions(s,"insertion"))if(e[za("0xb")]&&!e[za("0x65")])if(t[za("0x4e")]){const e=t[za("0xe3")]()[za("0xd4")]((t=>za("0x133")!=t[za("0x57")][za("0xbc")]));if(e[za("0x54")]((t=>s.containsRange(t,!0)))&&t[za("0x22")](),e[za("0xbf")]((t=>t[za("0x74")](s,!0)))){const t=this[za("0x8c")][za("0x7c")]("deletion",n,"accept");return this[za("0x118")]((()=>t([s],null,o))),null}}else{const e=s.getIntersection(t[za("0x8a")]());null!==e&&t._onDiscard([e],null,o)}if(s[za("0xae")](),s[za("0x4a")]||za("0x133")==s[za("0x57")].rootName)return null;let x=null,a=s[za("0xa4")],c=s[za("0xc6")];for(const{suggestion:t,meta:e}of this._findSuggestions(s,"deletion"))if(e[za("0xb")])if(t[za("0x4e")]&&this[za("0x8b")]){let e=!0;for(const n of t[za("0xe3")]()){if(n.containsRange(s,!0))return t;s[za("0x74")](n)||(e=!1)}e&&t[za("0x22")]()}else{const n=t[za("0x8a")]();if(n[za("0x74")](s,!0)){if(!this[za("0x8b")]&&e[za("0x3c")])continue;return t}a=a[za("0xdf")](n[za("0xa4")])?a:n[za("0xa4")],c=c.isAfter(n[za("0xc6")])?c:n.end,x?n.start[za("0xdf")](x[za("0x8a")]().start)?(x[za("0xfd")](),x=t):t[za("0xfd")]():x=t}if(x)return this[za("0x1")](x,this._model[za("0x109")](a,c)),x;{const t=(0,e.uid)(),s=this[za("0xcc")][za("0x109")](a,c),i=r.id,x=n?za("0xde")+n:za("0x11a"),l=this[za("0x79")]({id:t,type:x,createdAt:new Date,authorId:i,attributes:o});return this[za("0x134")](x,t,i,s),l}}markMultiRangeDeletion(t,n=za("0x18"),o={}){const r=this[za("0x73")][za("0x88")].get(za("0xdb")).me,s=t.map((t=>new i.LiveRange(t[za("0xa4")],t[za("0xc6")]))),x=new Set;for(const t of s)for(const{suggestion:e,meta:n}of this._findSuggestions(t,za("0x46")))n[za("0xb")]&&!n[za("0x65")]&&x[za("0xd0")](e);for(const e of x)if(e.isMultiRange){const r=e[za("0xe3")]();if((!e[za("0x4")]||!e[za("0x4")].skipNestingCheck)&&r[za("0x54")]((t=>s[za("0xbf")]((e=>e[za("0x74")](t,!0)))))&&e[za("0x22")](),s.every((t=>r[za("0xbf")]((e=>e.containsRange(t,!0)))))){const e=this._suggestionFactory[za("0x7c")](za("0x11a"),n,za("0x10e"));return this.forceDefaultExecution((()=>e(t,null,o))),null}}else{const t=e[za("0x8a")]();if(s[za("0xbf")]((e=>e[za("0x74")](t,!0)))&&e[za("0x22")](),s.every((e=>t[za("0x74")](e,!0)))){const t=this[za("0x8c")][za("0x7c")](za("0x11a"),n,za("0x10e"));return this[za("0x118")]((()=>t(s,null,o))),null}}const a=this[za("0x8c")][za("0x7c")]("deletion",n,za("0x98"));let c=null;for(const t of this[za("0x11d")]())if(t[za("0x106")].id==r.id&&t[za("0x6f")]&&za("0x11a")==t.type&&t[za("0x6a")]==n&&(a(t[za("0xe3")](),s)||a(s,t[za("0xe3")]())))if(c){if(t[za("0xd7")]&&t[za("0xd7")][za("0xdd")])continue;for(const e of t[za("0xe3")]())c[za("0x97")](e)||c.addRange(e);t.removeMarkers()}else{c=t;for(const e of s)t[za("0x97")](e)||t.addRange(e)}if(c)return c;x[za("0xcf")]();for(const t of s)for(const{suggestion:e,meta:n}of this[za("0x123")](t,"deletion"))n[za("0xb")]&&x[za("0xd0")](e);for(const t of x){const e=t[za("0xe3")]();if((!o||!o.skipNestingCheck)&&s[za("0x54")]((t=>e[za("0xbf")]((e=>e[za("0x74")](t,!0))))))return t;(!t.attributes||!t.attributes[za("0x95")])&&e[za("0x54")]((t=>s[za("0xbf")]((e=>e[za("0x74")](t,!0)))))&&t[za("0x22")]()}const l=(0,e.uid)(),d=r.id,u=za("0xde")+n,g=this._setSuggestionData({id:l,type:u,createdAt:new Date,authorId:d,attributes:o});for(const t of s)t.detach(),t[za("0x4a")]||za("0x133")==t.root[za("0xbc")]||this[za("0x134")](u,l,d,t,Zo[za("0xc0")]());return g}[za("0x1")](t,e){const n=t[za("0x45")]();this._model[za("0x50")]((t=>{t[za("0x116")](n,{range:e})}))}[za("0xcb")](t){const e=t.id,n=this[za("0x73")].config[za("0xaf")](za("0xa6"));this[za("0xfc")][za("0x24")](e)||this[za("0xfc")][za("0x131")]({channelId:n,threadId:e,isResolvable:!1,isSubmitted:!0});const o=this._commentsRepository[za("0x7a")](e);o.unbind(za("0xf4")),o[za("0xf4")]=!1,t.commentThread=o}[za("0xb3")](t,n,o,r){if(t[za("0x113")]!=n||t.subType!=o||t[za("0xd8")].id!=r)throw this[za("0x73")][za("0x121")](za("0x12a")),new e.CKEditorError(za("0x12a"),this)}[za("0x61")](t,n){const o=t[za("0x8a")]();if(n[za("0x136")](o))t.removeMarkers();else if(o[za("0x74")](n)){const r=this[za("0xcc")][za("0xce")](n[za("0xa4")][za("0x0")],za("0xc6"));this._setSuggestionRange(t,this._model.createRange(o[za("0xa4")],r));const s=(0,e.uid)(),i=t.creator.id,x=t.type+":"+t.subType;this[za("0x79")]({id:s,type:x,createdAt:new Date,authorId:i,data:t[za("0xc5")],attributes:t[za("0x4")]});const a=this[za("0xcc")][za("0xce")](n.end[za("0xac")],za("0x39")),c=this._model.createRange(a,o.end);this._addSuggestionMarker(x,s,i,c)}else if(o[za("0x68")](n[za("0xa4")])){const e=this[za("0xcc")][za("0xce")](n[za("0xa4")][za("0x0")],"end");this[za("0x1")](t,this[za("0xcc")][za("0x109")](o.start,e))}else{const e=this._model.createPositionAt(n.end.parent,"after");this[za("0x1")](t,this[za("0xcc")][za("0x109")](e,o[za("0xc6")]))}}[za("0x91")](t){for(const{suggestion:e,meta:n}of this[za("0x123")](t,"insertion")){if(!n[za("0xb")])continue;const o=e[za("0xe3")]();for(const e of o)if(!t[za("0x83")](e)[za("0xdd")])return!0}return!1}[za("0x10b")](t){const n=this[za("0x73")][za("0x88")][za("0xaf")](za("0xdb"))[za("0x129")](t);if(!n)throw new e.CKEditorError(za("0x104"),this);return n}[za("0x14")](t){const e=this[za("0x73")][za("0x88")][za("0xaf")](za("0xdb")),n=(0,s.hashObject)("external:"+t);return e.getUser(n)||e[za("0xc4")]({id:n,name:t})}[za("0x40")](t,e,n,o,r){const s=this._getAuthorFromId(o),i=this[za("0x8c")][za("0xf8")](t,e,n,s,r,(t=>this[za("0xa8")](n,{attributes:t})));return this[za("0x84")](i,za("0x10e"),(()=>{this[za("0xa8")](n,{state:za("0xf1")})}),{priority:za("0xff")}),this.listenTo(i,za("0x22"),(()=>{this[za("0xa8")](n,{state:za("0x12b")})}),{priority:za("0xff")}),this[za("0x2c")][za("0xee")](n,i),this[za("0x3")][za("0xee")](i,za("0x2b")),i}[za("0x8")](t){const e=t.split(":");return{group:e[0],type:e[1],subType:e.length>=5?e[2]:null,id:e[za("0xdd")]<5?e[2]:e[3],authorId:e[za("0xdd")]<5?e[3]:e[4],markerCount:6==e[za("0xdd")]?e[5]:null}}_breakSuggestionMarker(t,n,o){const r=t[za("0x8a")](),s=r[za("0xa4")],i=r.end;this[za("0x1")](t,this[za("0xcc")][za("0x109")](s,n));const x=(0,e.uid)(),a=t[za("0xd8")].id,c=t.type+(t[za("0x6a")]?":"+t.subType:"");this[za("0x79")]({id:x,type:c,createdAt:new Date,authorId:a,originalSuggestionId:t.id,attributes:t[za("0x4")],data:t.data}),za("0x27")==t[za("0x113")]&&(o=this[za("0xcc")].createPositionBefore(o[za("0xac")])),this[za("0x134")](c,x,a,this[za("0xcc")].createRange(o,i))}_findSuggestions(t,e=null){const n=[],o=this[za("0xcc")][za("0xbb")],r=this.editor[za("0x88")][za("0xaf")](za("0xdb")).me;for(const s of this.getSuggestions())if(s.isInContent&&(!e||s[za("0x113")]==e))for(const e of s[za("0xe3")]()){const i=t[za("0xa4")][za("0x136")](e[za("0xc6")])||t[za("0xc6")].isEqual(e[za("0xa4")]);if(i||t[za("0x9d")](e)){const x=t[za("0x74")](e)&&Ka(o,e[za("0xa4")],t),a=e[za("0x74")](t)&&Ka(o,t.start,e);n[za("0x67")]({suggestion:s,meta:{isOwn:r==s.author,isNextTo:i,isInsideObject:x,containsRangeInObject:a}});break}}return n}[za("0x134")](t,e,n,o,r){this[za("0xcc")][za("0x50")]((s=>{let i=za("0x75")+t+":"+e+":"+n;r&&(i=i+":"+r),s.addMarker(i,{range:o,usingOperation:!0,affectsData:!0})}))}[za("0x125")](t){const e=t.previous,n=t[za("0x9c")];t[za("0x72")]=null,null!=e&&(e[za("0x9c")]=null),t[za("0x9c")]=null,null!=n&&(n[za("0x72")]=null),za("0xc8")==this[za("0x3")][za("0xaf")](t)&&(this[za("0x3")].set(t,za("0x49")),this.fire(za("0x6c"),t,e,n))}[za("0x79")](t){const n=t.id,o=this.addSuggestionData(t);if(this[za("0x63")]&&this._adapter.addSuggestion){const r=this.editor[za("0x88")][za("0xaf")](za("0x4c")),s=o[za("0xd5")],i=o[za("0x6a")]?o[za("0x113")]+":"+o[za("0x6a")]:o[za("0x113")],x=this.editor[za("0xe4")],a=r.add(Yo(x,za("0xb2"))),c={id:n,type:i,hasComments:s,data:t.data||null,originalSuggestionId:t.originalSuggestionId||null,attributes:o.attributes};this[za("0x63")][za("0x90")](c)[za("0x3e")]((t=>{o._saved=!0,r[za("0x52")](a),t&&t.createdAt&&(this[za("0x2c")][za("0xaf")](n).createdAt=t[za("0x25")])}))[za("0xc")]((t=>{throw(0,e.logWarning)(za("0x12f")),this[za("0x73")][za("0x71")][za("0x112")]({isUndoable:!1},(()=>{o.discard()})),o.stopListening(),this[za("0x2c")].delete(o.id),this[za("0x3")][za("0xda")](o),t}))}return o}[za("0xa8")](t,e){const n=this.editor.plugins[za("0xaf")](za("0x4c")),o=this[za("0x126")](t);if(this[za("0x63")]&&this._adapter[za("0xe7")])if(o[za("0x115")]){const o=n.add(Yo(this[za("0x73")].locale,za("0xb2")));this[za("0x63")].updateSuggestion(t,e)[za("0x3e")]((()=>{n[za("0x52")](o)}))}else o.on(za("0x4d"),(()=>{this[za("0xa8")](t,e)}))}[za("0x105")](t){if(!this._adapter||!this._adapter.getSuggestion)throw new e.CKEditorError("track-changes-adapter-missing-getsuggestion",this);return this[za("0x63")][za("0x126")](t)}[za("0x1c")](t){const{id:e,type:n,subType:o,authorId:r}=this[za("0x8")](t),s=this[za("0x2c")][za("0xaf")](e)||this._createSuggestion(n,o,e,r,{});switch(this[za("0xb3")](s,n,o,r),this[za("0x3")][za("0xaf")](s)){case"notReady":this[za("0x105")](e)[za("0x3e")]((t=>{let n=Promise[za("0x10")]();t[za("0xd5")]&&(n=this._commentsRepository[za("0x2d")]({channelId:this.editor[za("0xaa")][za("0xaf")](za("0xa6")),threadId:e})),n[za("0x3e")]((()=>{this.addSuggestionData(t)[za("0x115")]=!0}))})),this[za("0x3")][za("0xee")](s,za("0xdc"));break;case za("0x49"):this[za("0xa8")](e,{state:za("0x5d")});case za("0x9a"):this[za("0x3")][za("0xee")](s,za("0xc8")),this.fire(za("0x122"),s);break;case za("0xc8"):this[za("0xf3")]("suggestionChanged",s)}return s[za("0xe8")](t),s}[za("0x16")](t){const e=Array.from(t)[za("0xd4")]((t=>!t[za("0x4e")])),n=this.getSuggestions({skipNotAttached:!0})[za("0xd4")]((t=>!t[za("0x4e")])),o=n[za("0xd4")]((e=>!t[za("0xad")](e))),r=new Map(n[za("0xf0")]((t=>[t,this._suggestionFactory[za("0x7c")](t[za("0x113")],t.subType,za("0x1b"))]))),s=new Map(n[za("0xf0")]((t=>[t,t[za("0x8a")]()]))),i=new Set,x=new Set;for(let t=0;t<e[za("0xdd")];t++)a(e[t],e,t+1);for(let t=0;t<e.length;t++)a(e[t],o,0);for(let t=0;t<e[za("0xdd")];t++){const n=e[t];!x[za("0xad")](n)&&n[za("0x72")]&&(n[za("0x72")][za("0x9c")]===n&&(n[za("0x72")][za("0x9c")]=null),n[za("0x72")]=null),!i[za("0xad")](n)&&n[za("0x9c")]&&(n.next[za("0x72")]===n&&(n[za("0x9c")][za("0x72")]=null),n[za("0x9c")]=null)}function a(t,e,n){for(let o=n;o<e[za("0xdd")];o++){const n=c(t,e[o]);n&&(n[0].next=n[1],n[1][za("0x72")]=n[0],i.add(n[0]),x.add(n[1]))}}function c(t,e){if(t[za("0x106")].id!==e[za("0x106")].id)return null;const n=r[za("0xaf")](t)(t,e,s[za("0xaf")](t),s[za("0xaf")](e));return n&&r[za("0xaf")](e)(t,e,s.get(t),s.get(e))?n[1][za("0xd7")]&&n[1][za("0xd7")][za("0xdd")]?null:n:null}}_joinWithAdjacentSuggestions(t){const e=Array[za("0x3f")](t),n=this[za("0x11d")]({skipNotAttached:!0}),o=n[za("0xd4")]((e=>!t[za("0xad")](e))),r=new Map(e[za("0xf0")]((t=>[t,this._suggestionFactory[za("0x7c")](t[za("0x113")],t[za("0x6a")],za("0x98"))]))),s=new Map(n[za("0xf0")]((t=>[t,t.getRanges()])));for(let t=0;t<e[za("0xdd")];t++)if(i(this,e[t],e,t+1))return!0;for(let t=0;t<e[za("0xdd")];t++)if(i(this,e[t],o,0))return!0;return!1;function i(t,e,n,o){for(let i=o;i<n[za("0xdd")];i++){const o=n[i];if(o[za("0x113")]!==e.type||o[za("0x106")].id!==e[za("0x106")].id||o[za("0x6a")]!==e[za("0x6a")])continue;const x=r.get(e),a=s[za("0xaf")](e),c=s[za("0xaf")](o),l=e[za("0xd7")]&&e[za("0xd7")].length,d=o[za("0xd7")]&&o[za("0xd7")][za("0xdd")];if(!l&&x(c,a))return t[za("0x10a")](o,e),s.delete(e),!0;if(!d&&x(a,c))return t[za("0x10a")](e,o),s.delete(o),!0}return!1}}_joinSuggestions(t,e){if(t[za("0x4e")])for(const n of e[za("0xe3")]())t[za("0x26")](n);else{const n=e[za("0x8a")]().end;this._setSuggestionRange(t,this[za("0xcc")].createRange(t.getFirstRange()[za("0xa4")],n))}e[za("0xfd")]()}}class Va{constructor(t){this[za("0x10c")]=t,this[za("0xcc")]=t[za("0x71")],this[za("0x124")]=new Map,this[za("0x7e")]=new Map,this._registerDefaultCallbacks()}buildSuggestion(t,e,n,o,r,s){return new Zo(this[za("0xcc")],{type:t,subType:e,id:n,author:o,creator:o,attributes:r,onAttributesChange:s,onAccept:(...n)=>this[za("0x7c")](t,e,za("0x10e"))(...n),onDiscard:(...n)=>this[za("0x7c")](t,e,za("0x22"))(...n)})}[za("0xe9")](t,e,n,o){const r=t+":"+e+":"+n;this[za("0x124")].set(r,o)}getSuggestionCallback(t,e,n){const o=t+":"+e+":"+n;return this[za("0x124")][za("0xaf")](o)||this[za("0x7e")][za("0xaf")](t+":"+n)}[za("0xa7")](){const t=()=>{},e=t=>{t[za("0xa2")](((t,e)=>t[za("0xa4")].isBefore(e[za("0xa4")])?1:-1)),this[za("0xcc")].change((e=>{for(const n of t){let t;t=n.end[za("0xc7")]&&n.end[za("0xac")]==n[za("0xa4")][za("0x32")]?e.createSelection(n[za("0xa4")][za("0x32")],"on"):e[za("0xe0")](n),this._model[za("0x10d")](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},n=(t,e)=>{this[za("0xcc")].change((n=>{const{commandName:o,commandParams:r=[]}=e,s=t[za("0xf0")]((t=>(qa(t)&&(t=this[za("0xcc")][za("0x109")](t.end)),t))).filter((t=>za("0x133")!==t[za("0x57")].rootName));if(s.length<1)return;const x=Array[za("0x3f")](this._model[za("0x12e")][za("0xe2")][za("0xe3")]()).map((t=>i.LiveRange[za("0x76")](t)));n[za("0xc9")](s);for(const t of this[za("0x10c")][za("0xe")][za("0xe")]())t[za("0x55")]();r[za("0x67")]({forceDefaultExecution:!0}),this[za("0x10c")][za("0x135")](o,...r);const a=x[za("0xd4")]((t=>za("0x133")!=t[za("0x57")][za("0xbc")]));a[za("0xdd")]>0&&n[za("0xc9")](a);for(const t of x)t[za("0xae")]()}))},o=(t,e)=>1==t[za("0xdd")]&&1==e.length&&t[0][za("0xc6")][za("0x136")](e[0][za("0xa4")]),r=(t,e,n,o)=>Za(t,e,n,o,this[za("0xcc")])?[t,e]:Za(e,t,o,n,this[za("0xcc")])?[e,t]:null;this._defaultCallbacks[za("0xee")]("insertion:accept",t),this[za("0x7e")][za("0xee")]("insertion:discard",e),this._defaultCallbacks[za("0xee")](za("0xec"),o),this[za("0x7e")][za("0xee")](za("0x2e"),r),this[za("0x7e")].set(za("0x8d"),e),this._defaultCallbacks.set(za("0x70"),t),this._defaultCallbacks[za("0xee")]("deletion:join",o),this[za("0x7e")].set(za("0xd2"),r),this[za("0x7e")][za("0xee")](za("0x58"),n),this._defaultCallbacks[za("0xee")](za("0x5e"),t),this[za("0x7e")][za("0xee")]("formatInline:join",o),this._defaultCallbacks[za("0xee")](za("0xd3"),t),this[za("0x7e")].set("formatBlock:accept",n),this[za("0x7e")][za("0xee")](za("0x34"),t),this._defaultCallbacks[za("0xee")](za("0x69"),o),this[za("0x7e")][za("0xee")](za("0xd1"),t)}}function Ka(t,e,n){for(const o of e[za("0xac")].getAncestors({includeSelf:!0,parentFirst:!0})){if(o[za("0x57")]==o)return!1;if(!n.containsItem(o))return!1;if(t.isObject(o)||t[za("0xf6")](o))return!0}return!1}function qa(t){return t.end[za("0xac")]==t[za("0xa4")][za("0x32")]&&t[za("0xc6")].isAtStart}function Xa(t,e,n,o){const r=t=>!t[za("0x59")].is(za("0xc3"))&&!o.isObject(t[za("0x59")]),s=t[za("0xa4")][za("0xab")](r),i=t.end[za("0xab")](r,{direction:"backward"});return!(t[za("0xa4")][za("0x136")](s)&&t[za("0xc6")][za("0x136")](i)||(s[za("0xdf")](i)?n[za("0x116")](e,{range:n[za("0x109")](s,i)}):n[za("0x132")](e),0))}function $a(t){return(0,s.hashObject)(t)}function Ja(t){const e=t[za("0xa4")][za("0x32")];return e&&e.is("element")}function Qa(t,e){const n=e[za("0xbb")][za("0x137")](t)||e[za("0xbb")].isSelectable(t);return e[za("0x109")](e[za("0xce")](t,"before"),n?e[za("0xf")](t):e[za("0xce")](t,za("0xc6")))}function Za(t,e,n,o,r){if(n[za("0xc6")][za("0x136")](o[za("0xa4")]))return!0;if(t[za("0x113")]!=e[za("0x113")])return!1;if(!n[za("0xc6")][za("0xb5")](o[za("0xa4")]))return!1;const s=r[za("0x109")](n[za("0xc6")],o[za("0xa4")])[za("0xbe")]();for(const t of s)if([za("0x38"),"elementEnd"][za("0xeb")](t[za("0x113")])&&r[za("0xbb")][za("0xf6")](t[za("0x59")]))return!1;return!0}const Ya=["execute","destroy","view","_setPendingAction","get","stopListening","acceptSuggestion","_pendingAction","plugins","discardSuggestion","commands","PendingActions","_removePendingAction","canDiscard","bind","_editor","unbind","isDirty","_discardCommand","isEnabled","change:isDirty","canAccept","PENDING_ACTION_SUGGESTION","model","commentThreadController","canEditAt","listenTo","_acceptCommand","getRanges","remove","add","locale"];var tc,ec;tc=Ya,ec=232,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.model=e,this.view=n,this[nc("0x10")]=o,this[nc("0x7")]=t,this._acceptCommand=t[nc("0x2")].get(nc("0x1e")),this[nc("0xa")]=t[nc("0x2")][nc("0x1c")](nc("0x1")),this[nc("0x1a")].bind(nc("0xb")).to(this[nc("0x13")],this._discardCommand,((t,e)=>t||e)),this[nc("0x1a")][nc("0x6")](nc("0xd")).to(this[nc("0x13")],nc("0xb"),(t=>t&&this[nc("0x7")][nc("0xf")].canEditAt(e.getRanges()))),this[nc("0x1a")][nc("0x6")](nc("0x5")).to(this._discardCommand,nc("0xb"),(t=>t&&this._editor.model[nc("0x11")](e[nc("0x14")]()))),this[nc("0x1f")]=null,n[nc("0x9")]&&this[nc("0x1b")](),this[nc("0x12")](n,nc("0x1e"),(()=>this[nc("0x1e")]())),this[nc("0x12")](n,nc("0x1"),(()=>this[nc("0x1")]())),this[nc("0x12")](n,nc("0xc"),(()=>{n[nc("0x9")]?this[nc("0x1b")]():this._removePendingAction()}))}[nc("0x1e")](){this[nc("0x13")][nc("0x18")](this[nc("0xf")].id)}[nc("0x1")](){this[nc("0xa")].execute(this[nc("0xf")].id)}[nc("0x19")](){this[nc("0x1a")][nc("0x8")]("isEnabled"),this[nc("0x1a")][nc("0x8")](nc("0xd")),this.view[nc("0x8")](nc("0x5")),this[nc("0x1d")](),this[nc("0x10")][nc("0x19")](),this._pendingAction&&this._removePendingAction()}[nc("0x1b")](){const t=Yo(this[nc("0x7")][nc("0x17")],nc("0xe"));this._pendingAction=this[nc("0x7")][nc("0x0")][nc("0x1c")](nc("0x3"))[nc("0x16")](t)}[nc("0x4")](){null!==this[nc("0x1f")]&&this._editor.plugins.get(nc("0x3"))[nc("0x15")](this[nc("0x1f")]),this._pendingAction=null}}const rc=["length","destroy","submit","authoredAt","descriptionParts","editor","disabledSubmit","canDiscard","updateComment","CommentView","isEnabled","value","isDirty","_createCommentThreadInputView","commentThreadInputView","isActive","fire","cancel","commentThread","_model","set","addComment","delegate","focus","locale","canAccept","bind","commentsListView","isReadOnly","_localUser","showInput","_config","commentInputView","removeComment"];var sc,ic;sc=rc,ic=483,function(t){for(;--t;)sc.push(sc.shift())}(++ic);const xc=function(t,e){return rc[t-=0]};class ac extends r.View{constructor(t,e,n,o){super(t),this[xc("0x14")]=null,this[xc("0x7")]=null,this.set(xc("0x8"),!1),this[xc("0xd")](xc("0x1e"),e[xc("0x1e")]),this[xc("0x13")]("authoredAt").to(e),this[xc("0xd")](xc("0x1f"),[]),this[xc("0xd")](xc("0x5"),!1),this[xc("0xd")](xc("0x3"),!1),this[xc("0xd")](xc("0x12"),!1),this[xc("0xd")](xc("0x0"),!1),this._model=e,this[xc("0x16")]=n,this[xc("0x18")]=o,o.disableComments?this[xc("0xd")](xc("0x1b"),1):this._createCommentViews()}[xc("0x10")](){this.element.focus()}destroy(){this[xc("0x14")]&&this.commentsListView[xc("0x1c")](),this.commentThreadInputView&&this[xc("0x7")][xc("0x1c")](),super[xc("0x1c")]()}_createCommentViews(){const{CommentsListView:t}=this[xc("0x18")];this[xc("0x14")]=new t(this[xc("0x11")],this[xc("0xc")][xc("0xb")],Object.assign({CommentView:this[xc("0x18")][xc("0x2")]},this[xc("0x18")])),this[xc("0x14")].delegate(xc("0x1a")).to(this),this.commentsListView[xc("0xf")](xc("0x1")).to(this),this[xc("0x14")][xc("0x13")](xc("0x8")).to(this),this[xc("0xd")](xc("0x1b"),this.commentsListView[xc("0x1b")]+1),this[xc("0x13")](xc("0x1b")).to(this[xc("0x14")],xc("0x1b"),(t=>t+1)),this[xc("0x7")]=this[xc("0x6")](),this.on("removeComment",(()=>this[xc("0x10")]())),this.bind(xc("0x5")).to(this[xc("0x14")],"hasDirtyComment",this[xc("0x7")][xc("0x19")],xc("0x4"),((t,e)=>t||!!e))}[xc("0x6")](){const{CommentThreadInputView:t}=this[xc("0x18")],e=new t(this[xc("0x11")],this[xc("0x16")],this[xc("0x18")].editorConfig),n=e[xc("0x19")];return e[xc("0x13")](xc("0x17")).to(this,"isActive",this._model[xc("0xb")],xc("0x15"),n,"value",((t,e,n)=>!!n||t&&!e)),n.on(xc("0x1d"),((t,e)=>{this[xc("0x9")](xc("0xe"),e),n[xc("0x20")].setData("")})),n.on(xc("0xa"),(()=>this[xc("0x10")]())),n.bind(xc("0x21")).to(this[xc("0xc")].commentThread,xc("0x15")),e}}const cc=["disableComments","ck-comment__external","ck-suggestion-wrapper","locale","innerHTML","children",'<span class="ck-suggestion-type">','"></span>',"discardSuggestion","title","description","fire","getTemplate","descriptionParts","ck-annotation__info-time","ck-suggestion-","name","_model","importWord","acceptButton","join","EXTERNAL_AVATAR","ck-annotation__info","Accept suggestion","</p>","EXTERNAL_IMPORT_WORD_SUGGESTION","</span>","cancel","@external","source","span","ck-suggestion","type","isExternal","getExternalSuggestionNote","render","commentThreadInputView","change:description","EXTERNAL_IMPORT_WORD_AVATAR","ck-annotation__user","ck-annotation","Discard suggestion","creator",'<span class="ck-suggestion-color" style="background-color: ',".ck-annotation__content-wrapper","div","setTemplate","set","ck-suggestion__main","element","acceptSuggestion",'" title="',"discardButton","ck-suggestion__actions","createElement","check","push","userView","isActive","ck-annotation__info-name","commentsListView","attributes","time","ck-suggestion-wrapper--active","querySelector","bind","_createButton","value","isEnabled","execute","_config","canAccept","extendTemplate","_descriptionElement","authoredAt","color"];var lc,dc;lc=cc,dc=383,function(t){for(;--t;)lc.push(lc.shift())}(++dc);const uc=function(t,e){return cc[t-=0]};class gc extends ac{constructor(e,n,o,r){super(e,n,o,r),this[uc("0x2c")](uc("0x1d"),""),this[uc("0x3e")](uc("0x1d")).to(this,uc("0xa"),(t=>t&&t[0]?t[0][uc("0x1d")]:"")),this[uc("0x3e")](uc("0x7")).to(this,uc("0xa"),this,uc("0x37"),((t,e)=>{let n="";for(const e of t)n+="<p>"+mc(e.content,e[uc("0x48")])+uc("0x15");return e?n:(0,s.trimHtml)(n,{limit:140})})),this._descriptionElement=null,this[uc("0x10")]=this[uc("0x3f")](Yo(e,uc("0x14")),t.icons[uc("0x34")],"ck-suggestion--accept",uc("0x2f"),"sw"),this.acceptButton[uc("0x3e")]("isEnabled").to(this,uc("0x44")),this[uc("0x31")]=this[uc("0x3f")](Yo(e,uc("0x26")),t.icons[uc("0x18")],"ck-suggestion--discard",uc("0x5"),"sw"),this[uc("0x31")].bind(uc("0x41")).to(this,"canDiscard"),this[uc("0x36")]=new s.UserView(e,this[uc("0xe")].author,this.getUserViewNotificationText()),this.userView[uc("0x45")]({attributes:{class:["ck-suggestion__user",uc("0x24")]}}),this[uc("0x2b")](this[uc("0x9")]())}[uc("0x9")](){const t=this.bindTemplate,e=[{tag:uc("0x2a"),attributes:{class:["ck-suggestion__info",uc("0x13")]},children:[{tag:"span",children:[{text:this[uc("0x36")][uc("0xd")]}],attributes:{class:["ck-suggestion__info-name",uc("0x38")]}},{tag:uc("0x3b"),attributes:{datetime:t.to(uc("0x47")),class:["ck-comment__info-time",uc("0xb")]},children:[{text:t.to(uc("0x47"),(t=>this[uc("0x43")].formatDateTime(t)))}]}]},{tag:"div",attributes:{class:[uc("0x32"),"ck-annotation__actions"]},children:[this.acceptButton,this.discardButton]},{tag:"div",attributes:{class:["ck-annotation__content-wrapper"]}}];this[uc("0xe")][uc("0x1e")]&&e[uc("0x35")]({tag:uc("0x2a"),attributes:{class:[uc("0x4a")]},children:[{text:this[uc("0x1f")]()}]});const n={tag:"div",attributes:{class:[uc("0x4b"),t.if(uc("0x37"),uc("0x3c")),t.to(uc("0x1d"),(t=>uc("0xc")+t)),this._config[uc("0x49")]&&"ck-suggestion--disabled-comments"],"data-suggestion-id":this[uc("0xe")].id,"data-thread-id":this._model.commentThread.id,"data-author-id":this[uc("0xe")].author.id,tabindex:-1},children:[{tag:"div",attributes:{class:[uc("0x1c"),uc("0x25")]},children:[this[uc("0x36")],{tag:uc("0x2a"),attributes:{class:[uc("0x2d"),"ck-annotation__main"]},children:e}]}]};return this[uc("0x39")]&&this[uc("0x21")]&&n[uc("0x2")][uc("0x35")](this[uc("0x39")],this[uc("0x21")]),n}render(){super[uc("0x20")](),this[uc("0x46")]=this[uc("0x2e")][uc("0x3d")](uc("0x29")),this[uc("0x46")][uc("0x1")]=this[uc("0x7")],this.on(uc("0x22"),((t,e,n)=>{this[uc("0x46")][uc("0x1")]=n}))}[uc("0x3f")](t,e,n,o,s){const i=new r.ButtonView(this[uc("0x0")]);return i[uc("0x2c")]({label:t,icon:e,tooltip:!0,tooltipPosition:s}),i.extendTemplate({attributes:{class:n}}),i.on(uc("0x42"),(()=>{this[uc("0x8")](o,this._model.id)})),i}[uc("0x1f")](){return uc("0xf")===this[uc("0xe")][uc("0x3a")][uc("0x19")].source?Yo(this[uc("0x0")],uc("0x16")):Yo(this.locale,"EXTERNAL_SUGGESTION")}getUserViewNotificationText(){return this[uc("0xe")][uc("0x1e")]?uc("0xf")===this._model[uc("0x3a")]["@external"][uc("0x1a")]?Yo(this.locale,uc("0x23"),this[uc("0xe")][uc("0x27")][uc("0xd")]):Yo(this.locale,uc("0x12"),this[uc("0xe")].creator.name):null}}function mc(t,e){let n="";return n+=t.split("*").map(((t,e)=>e%2!=0?uc("0x3")+fc(t)+uc("0x17"):fc(t)))[uc("0x11")](""),e&&(n+=uc("0x28")+e[uc("0x40")]+uc("0x30")+e[uc("0x6")]+uc("0x4")),n}function fc(t){const e=document[uc("0x33")](uc("0x1b"));return e.innerText=t,e[uc("0x1")]}const hc=["actionView","_viewToController","view","CommentsUI","size","listenTo","value","stopListening","Accept all selected suggestions","_refreshActiveMarkers","refreshSelectedViews","comments","getRanges","commandName","addSourceCollector","trackChanges.SuggestionThreadView","mainView","getMarkerNames","getSuggestion","from","bind","TrackChangesEditing","trackChanges.disableComments","commands","acceptSelectedSuggestions","_suggestionToController","plugins","unbind","model","isDirty","comments.maxCommentCharsWhenCollapsed","discardSelectedSuggestions","getDescriptions","CommentView","arrowView","suggestion-","_destroyController","activeAnnotations","commentThread","_annotationViews","CommentsRepository","change:previous","getAllAdjacentSuggestions","hasSuggestion","change:activeAnnotations","Track changes","editor","trackChanges","descriptionParts","pluginName","_updateController","editing","activeMarkers","set","source","previous","registerAnnotation","clear","isInContent","map","getByInnerView","type","_createUIButton","discardButton","getFirstRange","push","init","_descriptionFactory","length","separator","add","EditorAnnotations","filter","focus","locale","discardAllSuggestions","SuggestionThreadView","buttonView","TrackChangesUI","some","createAnnotation","delete","remove","execute","acceptButton","acceptAllSuggestions","_disableComments","suggestionLoaded","_handleControllerBuffer","has","getMarkers","_handleSuggestionControllerDelayed","head","button","Annotations","Discard all suggestions","createAnnotationView","config","reduce","get","destroy","Discard all selected suggestions","isOn","requires","isEnabled"];var pc,bc;pc=hc,bc=256,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("0x39")](){return[Wa,s.Users,"CommentsRepository",Ec("0x30"),Ec("0x19")]}static get[Ec("0x3")](){return Ec("0x20")}constructor(t){super(t),this[Ec("0x54")]=new Map,this[Ec("0x3c")]=new Map,this[Ec("0x62")]=new Map,this[Ec("0x2a")]=new Map;const e=this[Ec("0x0")].config;e.define(Ec("0x4a"),gc),e.define(Ec("0x51"),!1),this[Ec("0x28")]=e[Ec("0x35")](Ec("0x51"))}_handleSuggestionControllerDelayed(t,e){0===this._handleControllerBuffer[Ec("0x3f")]&&setTimeout((()=>{for(const[t,e]of this[Ec("0x2a")]){const n=this[Ec("0x54")][Ec("0x2b")](t);n||e?n&&e&&this[Ec("0x5f")](t):this._initializeController(t)}this[Ec("0x0")].plugins.get(Ec("0x19"))[Ec("0x45")](),this[Ec("0x44")](),this[Ec("0x2a")][Ec("0xb")]()}),10),this[Ec("0x2a")][Ec("0x7")](t,e)}[Ec("0x14")](){const t=this[Ec("0x0")],e=t.plugins[Ec("0x35")]("TrackChangesEditing"),n=t[Ec("0x55")][Ec("0x35")](Ec("0x30")),o=t[Ec("0x55")][Ec("0x35")]("EditorAnnotations"),r=t[Ec("0x55")].get(Ec("0x63"));t.ui.componentFactory[Ec("0x18")]("trackChanges",(t=>this[Ec("0x10")](t))),o[Ec("0x49")]((()=>{const t=[];for(const[e,n]of Array[Ec("0x4e")](this._suggestionToController)){const o=e.getAllAdjacentSuggestions(),r=[];for(const t of o){if(!t.isInContent)continue;if(t.isMultiRange){r[Ec("0x13")](...t[Ec("0x47")]());continue}const e=t[Ec("0x12")]();if(r[Ec("0x16")]>0){const t=r[0].getJoined(e);if(t){r[0]=t;continue}}r[Ec("0x13")](e)}t.push([n[Ec("0x3d")],r])}return t})),this[Ec("0x40")](e,Ec("0x29"),((t,e)=>{this[Ec("0x40")](e,"change:previous",((t,n,o,r)=>{e[Ec("0xc")]&&(null==o?(this[Ec("0x4")](r[Ec("0x2e")]),this._handleSuggestionControllerDelayed(e,!1)):(this[Ec("0x4")](o[Ec("0x2e")]),this[Ec("0x2d")](e,!0)))})),null===e[Ec("0x9")]?this[Ec("0x2d")](e,!1):this._updateController(e.head)})),this[Ec("0x40")](e,"suggestionUnloaded",((t,e,n)=>{this[Ec("0x42")](e,Ec("0x64")),this[Ec("0x2a")].delete(e);const o=n?n.head:e,r=this[Ec("0x54")].get(o);null!==n&&this._updateController(o),null===n&&r&&this[Ec("0x5f")](e)})),this[Ec("0x40")](e,"suggestionChanged",((t,e)=>{this._updateController(e)})),this[Ec("0x40")](n,Ec("0x67"),(()=>{this[Ec("0x44")]()})),this[Ec("0x40")](r,"addComment",((t,{threadId:n,isFromAdapter:o})=>{if(o||!e[Ec("0x66")](n))return;const r=e[Ec("0x4d")](n);this[Ec("0x54")][Ec("0x35")](r)[Ec("0x3d")][Ec("0x1b")]()}),{priority:"lowest"})}[Ec("0x44")](){const t=this[Ec("0x0")].plugins.get(Ec("0x30")),e=this.editor[Ec("0x55")][Ec("0x35")](Ec("0x50")),n=Array[Ec("0x4e")](t[Ec("0x60")],(t=>t.innerView))[Ec("0x1a")]((t=>this[Ec("0x3c")].has(t))),o=[];for(const t of n){const e=this[Ec("0x3c")][Ec("0x35")](t)[Ec("0x57")].getAllAdjacentSuggestions();o[Ec("0x13")](...e[Ec("0x34")](((t,e)=>[...t,...e[Ec("0x4c")]()]),[]))}e[Ec("0x6")]=o}[Ec("0x10")](t){const n=(0,r.createDropdown)(t,r.SplitButtonView),o=this[Ec("0x0")].commands.get(Ec("0x1")),s=Yo(t,Ec("0x68"));n[Ec("0x1f")].set({tooltip:s,label:s,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("0x1f")][Ec("0x4f")](Ec("0x38")).to(o,Ec("0x41")),n.buttonView.on(Ec("0x25"),(()=>{o.execute(),this.editor[Ec("0x5")][Ec("0x3d")][Ec("0x1b")]()}));const i=new e.Collection,x=[{type:"switchbutton",model:{withText:!0,label:s,commandName:Ec("0x1")}},{type:Ec("0x17")},{type:Ec("0x2f"),model:{withText:!0,label:Yo(t,"Accept all suggestions"),commandName:Ec("0x27")}},{type:Ec("0x2f"),model:{withText:!0,label:Yo(t,Ec("0x43")),commandName:Ec("0x53")}},{type:Ec("0x2f"),model:{withText:!0,label:Yo(t,Ec("0x31")),commandName:Ec("0x1d")}},{type:Ec("0x2f"),model:{withText:!0,label:Yo(t,Ec("0x37")),commandName:Ec("0x5a")}}];for(const t of x){let e={type:Ec("0x17")};if(t.model){const n=new r.Model(t[Ec("0x57")]),o=this.editor[Ec("0x52")].get(n[Ec("0x48")]);n[Ec("0x4f")](Ec("0x38"),"isEnabled").to(o,"value",Ec("0x3a")),e={type:t.type,model:n}}i.add(e)}(0,r.addListToDropdown)(n,i);const a=x[Ec("0x1a")]((t=>null!=t[Ec("0x57")]))[Ec("0xd")]((t=>this[Ec("0x0")].commands[Ec("0x35")](t[Ec("0x57")][Ec("0x48")]))),c=n.buttonView;return c[Ec("0x3b")][Ec("0x56")](Ec("0x3a")),c[Ec("0x5d")][Ec("0x56")]("isEnabled"),c.actionView[Ec("0x4f")]("isEnabled").to(o,Ec("0x3a")),c[Ec("0x5d")][Ec("0x4f")]("isEnabled").toMany(a,Ec("0x3a"),((...t)=>t[Ec("0x21")]((t=>t)))),n.on(Ec("0x25"),(t=>{this[Ec("0x0")][Ec("0x25")](t[Ec("0x8")].commandName),this[Ec("0x0")][Ec("0x5")][Ec("0x3d")][Ec("0x1b")]()})),n}_initializeController(t){const e=this[Ec("0x0")],n=e[Ec("0x33")],o=e[Ec("0x55")][Ec("0x35")](Ec("0x30")),r=e.plugins[Ec("0x35")]("CommentsRepository"),i=e[Ec("0x55")][Ec("0x35")](Ec("0x19")),x=e[Ec("0x55")][Ec("0x35")](s.Users).me,a=n[Ec("0x35")](Ec("0x1"))[Ec("0x1e")],{CommentsListView:c,CommentThreadInputView:l}=e[Ec("0x55")][Ec("0x35")](Ec("0x3e"));let d,u;this._annotationViews[Ec("0x2b")](t.id)?(u=this._annotationViews[Ec("0x35")](t.id),d=u[Ec("0x4b")]):(d=new a(e[Ec("0x1c")],t,x,{disableComments:this._disableComments,editorConfig:n.get("comments.editorConfig"),maxCommentsWhenCollapsed:n[Ec("0x35")]("comments.maxCommentsWhenCollapsed"),maxThreadTotalWeight:n[Ec("0x35")]("comments.maxThreadTotalWeight"),maxCommentCharsWhenCollapsed:n[Ec("0x35")](Ec("0x59")),formatDateTime:(0,s.getDateTimeFormatter)(n[Ec("0x35")](Ec("0x1c"))),CommentView:n.get(Ec("0x46"))[Ec("0x5c")],CommentsListView:c,CommentThreadInputView:l}),d[Ec("0x26")].on(Ec("0x25"),(()=>{e[Ec("0x5")][Ec("0x3d")][Ec("0x1b")]()})),d[Ec("0x11")].on("execute",(()=>{e[Ec("0x5")][Ec("0x3d")][Ec("0x1b")]()})),u=o[Ec("0x32")](this.editor[Ec("0x1c")],d),u[Ec("0x4f")]("isDirty").to(d,Ec("0x58")),u[Ec("0x4f")]("length").to(d),u[Ec("0x4f")](Ec("0xf")).to(d,Ec("0xf"),(t=>"suggestion-"+t)),this[Ec("0x62")].set(t.id,u));const g=r.createCommentThreadController(t[Ec("0x61")],d),m=new oc(e,t,d,g),f=t[Ec("0x65")]().filter((t=>t[Ec("0xc")]));d.descriptionParts=e[Ec("0x55")][Ec("0x35")](Ec("0x50"))[Ec("0x15")].getDescriptions(f),this[Ec("0x54")].set(t,m),this[Ec("0x3c")][Ec("0x7")](d,m);const h=o[Ec("0x22")]({view:u,target:()=>{const n=[],o=t[Ec("0x65")]()[Ec("0x1a")]((t=>t[Ec("0xc")]));for(const t of o)n[Ec("0x13")](...t[Ec("0x2c")]());return(0,s.getAllMarkersDomElementsSorted)(e[Ec("0x5")],n)},type:()=>Ec("0x5e")+m.view[Ec("0xf")]});o.add(h),i[Ec("0xa")](h)}[Ec("0x5f")](t){const e=this[Ec("0x0")][Ec("0x55")][Ec("0x35")](Ec("0x30")),n=this[Ec("0x54")][Ec("0x35")](t),o=n[Ec("0x3d")],r=e[Ec("0xe")](o);r&&e[Ec("0x24")](r),this[Ec("0x54")][Ec("0x23")](t),this._viewToController.delete(o),n[Ec("0x36")]()}[Ec("0x4")](t){if(!t[Ec("0xc")]||!this._suggestionToController[Ec("0x2b")](t))return;const e=this[Ec("0x0")][Ec("0x55")][Ec("0x35")](Ec("0x50")),n=this[Ec("0x54")][Ec("0x35")](t),o=t[Ec("0x65")]();n[Ec("0x3d")][Ec("0x2")]=e[Ec("0x15")][Ec("0x5b")](o)}[Ec("0x36")](){for(const t of this[Ec("0x54")].keys())this._destroyController(t);for(const t of this._annotationViews.values())t[Ec("0x4b")][Ec("0x36")]();super[Ec("0x36")]()}}var Tc,Cc,yc=["Comments","adapter","get","plugins","editor","addSuggestionData","TrackChanges","getSuggestions","getSuggestion","pluginName"];Tc=yc,Cc=403,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[Wa,_c,kc("0x7")]}static get[kc("0x6")](){return kc("0x3")}set[kc("0x8")](t){this.editor[kc("0x0")][kc("0x9")](Wa)[kc("0x8")]=t}get[kc("0x8")](){return this[kc("0x1")].plugins[kc("0x9")](Wa).adapter}addSuggestion(t){return this.editor.plugins.get(Wa)[kc("0x2")](t)}getSuggestions({skipNotAttached:t=!1,toJSON:e=!1}={}){return this[kc("0x1")][kc("0x0")].get(Wa)[kc("0x4")]({skipNotAttached:t,toJSON:e})}[kc("0x5")](t){return this[kc("0x1")][kc("0x0")][kc("0x9")](Wa)[kc("0x5")](t)}}const vc=["addSuggestionData","data","WebSocketGateway","reduce","has","create","document","getSuggestions","includes","filter","useAnonymousUser","define","plugins","acceptAllSuggestions","WordCount","trackChangesData.editorCreator","string","concat","appendChild","map","editor","getDataWithDiscardedSuggestions","RevisionTracker","set","pluginName","names","TrackChangesDataGetter","track-changes-data-invalid-editor-creator","constructor","CommentsRepository","config","editorCreator","createElement","builtinPlugins","discardAllSuggestions","requires","div","get","TrackChangesData","init","TrackChangesEditing","from","trackChangesData","createDocumentFragment","users","Users","find","Autosave","getRootNames","function","name","push","extraPlugins","model"];var Rc,Sc;Rc=vc,Sc=497,function(t){for(;--t;)Rc.push(Rc.shift())}(++Sc);const Ic=function(t,e){return vc[t-=0]},Lc=["initialData","context","toolbar"],Nc=[Ic("0x2d"),Ic("0xb"),Ic("0x24"),Ic("0x3"),"Pagination","DocumentOutline"];class wc extends t.Plugin{static get[Ic("0x18")](){return[Wa]}static get pluginName(){return Ic("0x1b")}[Ic("0x1c")](){const t=this.editor;if(t[Ic("0x13")][Ic("0x0")](Ic("0x4"),(e=>t[Ic("0x11")][Ic("0x30")]("",e))),Ic("0x26")!=typeof t[Ic("0x13")][Ic("0x1a")](Ic("0x1f")).editorCreator)throw new e.CKEditorError(Ic("0x10"))}getDataWithAcceptedSuggestions(t){return Oc(this[Ic("0x9")],!0,t)}[Ic("0xa")](t){return Oc(this[Ic("0x9")],!1,t)}}class Mc extends t.Plugin{static get[Ic("0xd")](){return Ic("0xf")}constructor(t){super(t),this.result="end"}[Ic("0x1c")](){this[Ic("0x9")][Ic("0x1")].get(Ic("0x12")).adapter={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[Ic("0x1")][Ic("0x1a")]("TrackChangesEditing")._adapter=null}}async function Oc(t,e,n){const o=function(t){const e={};for(const n of t[Ic("0x13")][Ic("0xe")]())Lc[Ic("0x33")](n)||(e[n]=t.config[Ic("0x1a")](n));const n=t[Ic("0x11")][Ic("0x16")]||[],o=e[Ic("0x29")]||[];delete e[Ic("0x29")];const r=n.concat(e[Ic("0x1")])[Ic("0x6")](o).map((t=>Ic("0x5")==typeof t?n[Ic("0x23")]((e=>e[Ic("0xd")]==t)):t)),s=Array[Ic("0x1e")](new Set(r)),i=new Map;return e[Ic("0x1")]=s[Ic("0x34")]((t=>Fc(t,i))),e[Ic("0x1")][Ic("0x28")](Mc),e.plugins[Ic("0x28")](Wa),e}(t),r=document[Ic("0x20")](),s=t[Ic("0x13")][Ic("0x1a")]("trackChangesData")[Ic("0x14")],i=await s(o,(()=>function(t){const e=document[Ic("0x15")](Ic("0x19"));return t[Ic("0x7")](e),e}(r)));!function(t,e){const n=t[Ic("0x2a")][Ic("0x31")][Ic("0x25")]()[Ic("0x2e")](((e,n)=>(e[n]=t[Ic("0x2c")][Ic("0x1a")]({rootName:n}),e)),{}),o=t[Ic("0x1")].get(Ic("0x22"))[Ic("0x21")][Ic("0x8")]((t=>({id:t.id,name:t[Ic("0x27")]}))),r=t[Ic("0x1")][Ic("0x1a")](Ic("0x1d"))[Ic("0x32")]({skipNotAttached:!0,toJSON:!0}),s=e[Ic("0x1")].get(Ic("0x22")),i=e[Ic("0x1")].get(Ic("0x1d"));for(const t of o)s.getUser(t.id)||s.addUser(t);s.me||s[Ic("0x35")]();for(const t of r)i[Ic("0x2b")](t);e[Ic("0x2c")][Ic("0xc")](n)}(t,i),i.execute(Ic(e?"0x2":"0x17"));const x=i.data[Ic("0x1a")](n);return await i.destroy(),x}function Fc(t,e){const n="function"==typeof t?t[Ic("0xd")]||t[Ic("0x27")]:t;if(e[Ic("0x2f")](n))return e[Ic("0x1a")](n);if(e[Ic("0xc")](n,!0),n&&Nc.includes(n))return e[Ic("0xc")](n,!1),!1;if(!t[Ic("0x18")])return e[Ic("0xc")](n,!0),!0;const o=t[Ic("0x18")].every((t=>Fc(t,e)));return e[Ic("0xc")](n,o),o}})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=o})();