@ckeditor/ckeditor5-track-changes 37.0.0 → 37.1.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.
- package/build/track-changes.js +2 -2
- package/build/translations/ar.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/contexts.json +2 -0
- package/lang/translations/ar.po +15 -1
- package/lang/translations/az.po +11 -1
- package/lang/translations/bg.po +11 -1
- package/lang/translations/bn.po +11 -1
- package/lang/translations/ca.po +11 -1
- package/lang/translations/cs.po +13 -1
- package/lang/translations/da.po +11 -1
- package/lang/translations/de.po +11 -1
- package/lang/translations/el.po +11 -1
- package/lang/translations/en-au.po +11 -1
- package/lang/translations/en.po +10 -0
- package/lang/translations/es.po +12 -1
- package/lang/translations/et.po +11 -1
- package/lang/translations/fi.po +11 -1
- package/lang/translations/fr.po +12 -1
- package/lang/translations/gl.po +11 -1
- package/lang/translations/he.po +13 -1
- package/lang/translations/hi.po +11 -1
- package/lang/translations/hr.po +12 -1
- package/lang/translations/hu.po +11 -1
- package/lang/translations/id.po +10 -1
- package/lang/translations/it.po +12 -1
- package/lang/translations/ja.po +10 -1
- package/lang/translations/ko.po +10 -1
- package/lang/translations/lt.po +13 -1
- package/lang/translations/lv.po +12 -1
- package/lang/translations/ms.po +10 -1
- package/lang/translations/nl.po +11 -1
- package/lang/translations/no.po +11 -1
- package/lang/translations/pl.po +13 -1
- package/lang/translations/pt-br.po +12 -1
- package/lang/translations/pt.po +12 -1
- package/lang/translations/ro.po +12 -1
- package/lang/translations/ru.po +13 -1
- package/lang/translations/sk.po +13 -1
- package/lang/translations/sr-latn.po +12 -1
- package/lang/translations/sr.po +33 -22
- package/lang/translations/sv.po +11 -1
- package/lang/translations/th.po +10 -1
- package/lang/translations/tk.po +11 -1
- package/lang/translations/tr.po +11 -1
- package/lang/translations/tt.po +10 -1
- package/lang/translations/uk.po +13 -1
- package/lang/translations/ur.po +11 -1
- package/lang/translations/vi.po +10 -1
- package/lang/translations/zh-cn.po +10 -1
- package/lang/translations/zh.po +10 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.d.ts +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/documentlist.js +1 -1
- package/src/integrations/documentlistproperties.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.d.ts +13 -0
- package/src/integrations/formatpainter.js +23 -0
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.d.ts +13 -0
- package/src/integrations/tableofcontents.js +23 -0
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.d.ts +13 -0
- package/src/integrations/template.js +23 -0
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
package/build/track-changes.js
CHANGED
|
@@ -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 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:()=>za,TrackChanges:()=>ac,TrackChangesData:()=>fc,TrackChangesEditing:()=>Ra});var t=n(704),e=n(209),r=n(273),s=n(417),i=n(492),x=n(995);const a=["_enabledCommands","affectsData","isEnabled","execute","_disableUnsupportedCommands","has","_enableCommands","forceDisabled","clearForceDisabled","refresh","commands","editor","TrackChangesCommand","value"];var c,l;c=a,l=103,function(t){for(;--t;)c.push(c.shift())}(++l);const u=function(t,e){return a[t-=0]};class d extends t.Command{constructor(t,e){super(t),this[u("0x9")]=e,this[u("0x8")]=!1,this[u("0x4")]()}[u("0x4")](){this[u("0xb")]=!0}[u("0xc")](){this[u("0x8")]=!this[u("0x8")],this.value?this[u("0xd")]():this[u("0x1")]()}[u("0xd")](){for(const t of this[u("0x6")][u("0x5")].commands())t[u("0xa")]&&!this[u("0x9")][u("0x0")](t)&&t[u("0x2")](u("0x7"))}_enableCommands(){for(const t of this.editor[u("0x5")][u("0x5")]())t[u("0xa")]&&!this._enabledCommands.has(t)&&t[u("0x3")]("TrackChangesCommand")}}const g=["plugins","_suggestions","refresh","acceptSuggestion","track-changes-accept-suggestion-not-found","execute","get"];var m,f;m=g,f=376,function(t){for(;--t;)m.push(m.shift())}(++f);const h=function(t,e){return g[t-=0]};class p extends t.Command{constructor(t,e){super(t),this[h("0x3")]=e,this[h("0x4")]()}refresh(){this.isEnabled=!0}[h("0x0")](t){const n=this[h("0x3")][h("0x1")](t);if(!n)throw new e.CKEditorError(h("0x6"),this);this.editor[h("0x2")][h("0x1")]("TrackChangesEditing")[h("0x5")](n)}}const b=["discardSuggestion","refresh","TrackChangesEditing","editor","_suggestions","get","isEnabled"];var E,_;E=b,_=361,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("0x0")]=e,this[T("0x4")]()}[T("0x4")](){this[T("0x2")]=!0}execute(t){const n=this[T("0x0")][T("0x1")](t);if(!n)throw new e.CKEditorError("track-changes-discard-suggestion-not-found",this);this[T("0x6")].plugins.get(T("0x5"))[T("0x3")](n)}}const y=["createRange","isTouching","value","length","type","getRanges","isObject","createPositionAfter","from","getRange","deletion","isMultiRange","isInContent","end","createPositionBefore","color","start","next","getMarkers","add","execute","schema","join","map"," [color ","isCollapsed","content"];var k,A;k=y,A=304,function(t){for(;--t;)k.push(k.shift())}(++A);const v=function(t,e){return y[t-=0]};function R(t){return t.sort(((t,e)=>v("0x3")==t[v("0x18")]&&"deletion"!=e.type?-1:v("0x3")!=t[v("0x18")]&&"deletion"==e[v("0x18")]?1:0))}function I(t,e){let n,o=0;const r=[],s=e[v("0xe")];for(;o<t[v("0x17")];){const i=t[o],x=t[o+1];n||(n=e[v("0x7")](i)),S(e,i,x)||(r.push(e[v("0x14")](n,s[v("0x1a")](i)?e.createPositionAfter(i):e.createPositionAt(i,v("0x6")))),n=null),o++}return r}function S(t,e,n){if(!n)return!1;const o=t[v("0x0")](e),r=t[v("0x7")](n);return o.isTouching(r)}function L(t,e,n){for(;n[v("0x17")];){const o=n.splice(0,100);t.change((()=>{for(const t of o)t.isInContent&&e[v("0xd")](t.id)}))}}const N=["_suggestions","some","values","editor","isInContent","model","refresh","_command","isEnabled","from","execute"];var w,M;w=N,M=445,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("0x2")]=e,this[O("0x6")]=n,this.refresh()}[O("0x1")](){const t=Array[O("0x4")](this[O("0x6")][O("0x8")]())[O("0x7")]((t=>t[O("0xa")]));this[O("0x3")]=this[O("0x2")].isEnabled&&t}[O("0x5")](){const t=R(Array.from(this[O("0x6")][O("0x8")]()));L(this[O("0x9")][O("0x0")],this[O("0x2")],t)}}const P=["_command","size","editor","model","selection","_selectedSuggestions","_suggestions","execute","from","refresh","isEnabled","values"];var D,B;D=P,B=192,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("0x0")]=e,this[j("0x6")]=n,this[j("0x5")]=new Set,this[j("0x9")]()}[j("0x9")](){const t=this.editor[j("0x3")].document[j("0x4")],e=Array[j("0x8")](this[j("0x6")][j("0xb")]());this._selectedSuggestions=function(t,e){const n=Array[v("0x1")](t[v("0x19")]()),o=new Set;for(const r of e)if(r[v("0x5")])for(const e of n)for(const n of r[v("0xb")]()){const s=n[v("0x2")]();(e.isIntersecting(s)||t[v("0x12")]&&!r[v("0x4")]&&r[v("0xa")]&&s[v("0x6")][v("0x15")](e[v("0x9")]))&&o[v("0xc")](r)}return o}(t,e),this.isEnabled=this[j("0x0")][j("0xa")]&&!!this[j("0x5")][j("0x1")]}[j("0x7")](){const t=R(Array[j("0x8")](this[j("0x5")]));L(this[j("0x2")][j("0x3")],this._command,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 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 ut=function(t){return lt.call(t)};var dt=rt?rt.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 It=function(t){return!(!mt(t)||Et(t))&&(ft(t)?Rt:Ct).test(Tt(t))};const St=function(t,e){return null==t?void 0:t[e]};const Lt=function(t,e){var n=St(t,e);return It(n)?n:void 0};const Nt=Lt(ot,"Map");const wt=Lt(Object,"create");const Mt=function(){this.__data__=wt?wt(null):{},this.size=0};const Ot=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Ft=Object.prototype.hasOwnProperty;const Pt=function(t){var e=this.__data__;if(wt){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Ft.call(e,t)?e[t]:void 0};var Dt=Object.prototype.hasOwnProperty;const Bt=function(t){var e=this.__data__;return wt?void 0!==e[t]:Dt.call(e,t)};const jt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=wt&&void 0===e?"__lodash_hash_undefined__":e,this};function Ut(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}Ut.prototype.clear=Mt,Ut.prototype.delete=Ot,Ut.prototype.get=Pt,Ut.prototype.has=Bt,Ut.prototype.set=jt;const Gt=Ut;const Ht=function(){this.size=0,this.__data__={hash:new Gt,map:new(Nt||J),string:new Gt}};const Wt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const 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(!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,ue=ce.propertyIsEnumerable;const de=ae(function(){return arguments}())?ae:function(t){return xe(t)&&le.call(t,"callee")&&!ue.call(t,"callee")};const ge=Array.isArray;const me=function(){return!1};var fe="object"==typeof exports&&exports&&!exports.nodeType&&exports,he=fe&&"object"==typeof module&&module&&!module.nodeType&&module,pe=he&&he.exports===fe?ot.Buffer:void 0;const be=(pe?pe.isBuffer:void 0)||me;var Ee=/^(?:0|[1-9]\d*)$/;const _e=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Ee.test(t))&&t>-1&&t%1==0&&t<e};const Te=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var Ce={};Ce["[object Float32Array]"]=Ce["[object Float64Array]"]=Ce["[object Int8Array]"]=Ce["[object Int16Array]"]=Ce["[object Int32Array]"]=Ce["[object Uint8Array]"]=Ce["[object Uint8ClampedArray]"]=Ce["[object Uint16Array]"]=Ce["[object Uint32Array]"]=!0,Ce["[object Arguments]"]=Ce["[object Array]"]=Ce["[object ArrayBuffer]"]=Ce["[object Boolean]"]=Ce["[object DataView]"]=Ce["[object Date]"]=Ce["[object Error]"]=Ce["[object Function]"]=Ce["[object Map]"]=Ce["[object Number]"]=Ce["[object Object]"]=Ce["[object RegExp]"]=Ce["[object Set]"]=Ce["[object String]"]=Ce["[object WeakMap]"]=!1;const ye=function(t){return xe(t)&&Te(t.length)&&!!Ce[gt(t)]};const ke=function(t){return function(e){return t(e)}};var Ae="object"==typeof exports&&exports&&!exports.nodeType&&exports,ve=Ae&&"object"==typeof module&&module&&!module.nodeType&&module,Re=ve&&ve.exports===Ae&&et.process;const Ie=function(){try{var t=ve&&ve.require&&ve.require("util").types;return t||Re&&Re.binding&&Re.binding("util")}catch(t){}}();var Se=Ie&&Ie.isTypedArray;const Le=Se?ke(Se):ye;var Ne=Object.prototype.hasOwnProperty;const we=function(t,e){var n=ge(t),o=!n&&de(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 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)?we(t,!0):Ve(t)};const Ke=function(t,e){return t&&se(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,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 un=function(t){return ln(t,Ue,on)};const dn=function(t){return ln(t,ze,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 In=Rn;var Sn=Object.prototype.hasOwnProperty;const Ln=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&Sn.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 Wn=function(t){return"function"!=typeof t.constructor||Oe(t)?{}:Hn(xn(t))};const Vn=function(t){return xe(t)&&"[object Map]"==In(t)};var zn=Ie&&Ie.isMap;const Kn=zn?ke(zn):Vn;const qn=function(t){return xe(t)&&"[object Set]"==In(t)};var Xn=Ie&&Ie.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 u=ge(e);if(u){if(x=Ln(e),!a)return Ze(e,x)}else{var d=In(e),g=d==Qn||"[object GeneratorFunction]"==d;if(be(e))return Qe(e,a);if(d==Zn||d==Jn||g&&!s){if(x=c||g?{}:Wn(e),!a)return c?cn(e,Ke(x,e)):rn(e,Ge(x,e))}else{if(!Yn[d])return s?e:{};x=Un(e,d,a)}}i||(i=new Yt);var m=i.get(e);if(m)return m;i.set(e,x),$n(e)?e.forEach((function(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=u?void 0:(l?c?dn:un:c?ze: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 u=-1,d=!0,g=2&n?new ko:void 0;for(s.set(t,e),s.set(e,t);++u<x;){var m=t[u],f=e[u];if(o)var h=i?o(f,m,u,e,t,s):o(m,f,u,t,e,s);if(void 0!==h){if(h)continue;d=!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)}))){d=!1;break}}else if(m!==f&&!r(m,f,n,o,s)){d=!1;break}}return s.delete(t),s.delete(e),d};const Io=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,o){n[++e]=[o,t]})),n};const So=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=Io;case"[object Set]":var a=1&o;if(x||(x=So),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=un(t),a=x.length;if(a!=un(e).length&&!i)return!1;for(var c=a;c--;){var l=x[c];if(!(i?l in e:Mo.call(e,l)))return!1}var u=s.get(t),d=s.get(e);if(u&&d)return u==e&&d==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:In(t),c=x?Po:In(e),l=(a=a==Fo?Do:a)==Do,u=(c=c==Fo?Do:c)==Do,d=a==c;if(d&&be(t)){if(!be(e))return!1;i=!0,l=!1}if(d&&!l)return 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=u&&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!!d&&(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 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,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 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=["subType","set","addRange","creator","getMarkerNames","isIntersectingWithRange","onAttributesChange","from","removeAttribute","getRange","size","filter","discard","hasComments","head","_onAttributesChange","end","get","getAllAdjacentSuggestions","_markerNames","onAccept","nodeBefore","@external","add","change","clear","getItems","getContainedElement","addMarkerName","start","getMarkers","isExternal","removeMarkers","map","type","_model","author","suggestion:","onDiscard","getRanges","_onDiscard","reduce","getMultiRangeId","substr","isInContent","push","attributes","data","getFirstRange","removeMarker","isMultiRange","createdAt","addMarker","previous","authoredAt","_onAccept","length","toJSON","getFirstMarker","split","setAttribute","accept","decorate","nodeAfter","commentThread"];var $o,Jo;$o=Xo,Jo=108,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("0x38")]=e[Qo("0x38")],this[Qo("0x16")]=e[Qo("0x16")]||null,this.author=e[Qo("0x3a")],this[Qo("0x19")]=e.creator||e[Qo("0x3a")],this[Qo("0x35")]=Boolean(e[Qo("0x3")]&&e[Qo("0x3")][Qo("0x2c")]),this[Qo("0x4")]=null,this[Qo("0x39")]=t,this[Qo("0xc")]=e[Qo("0x2a")],this[Qo("0x3e")]=e[Qo("0x3c")],this._onAttributesChange=e[Qo("0x1c")],this[Qo("0x29")]=new Set,this.createdAt=null,this[Qo("0x17")](Qo("0xb"),null),this[Qo("0x17")](Qo("0x3"),e[Qo("0x3")]||{}),this[Qo("0x17")]("previous",null),this[Qo("0x17")]("next",null),this[Qo("0x17")](Qo("0x15"),null),this.set("_saved",!1),this[Qo("0x13")]("accept"),this[Qo("0x13")](Qo("0x22"))}get head(){let t=this;for(;t[Qo("0xa")];)t=t[Qo("0xa")];return t}get[Qo("0x23")](){return!!this[Qo("0x15")]&&this[Qo("0x15")][Qo("0xd")]>0}get[Qo("0x7")](){return 0!=this._markerNames[Qo("0x20")]&&6==Array.from(this[Qo("0x29")])[0][Qo("0x10")](":")[Qo("0xd")]}get[Qo("0x1")](){return null!==this.getFirstMarker()}[Qo("0x32")](t){this._markerNames[Qo("0x2d")](t)}[Qo("0x1a")](){return Array[Qo("0x1d")](this[Qo("0x29")])}[Qo("0x34")](){return this[Qo("0x1a")]()[Qo("0x37")]((t=>this._model.markers[Qo("0x27")](t)))[Qo("0x21")]((t=>t))}[Qo("0xf")](){return this.getMarkers()[0]||null}[Qo("0x36")](){this[Qo("0x39")][Qo("0x2e")]((t=>{for(const e of this[Qo("0x34")]())t.removeMarker(e)})),this[Qo("0x29")][Qo("0x2f")]()}[Qo("0x6")](t){this[Qo("0x39")][Qo("0x2e")]((e=>{e[Qo("0x6")](t)})),this[Qo("0x29")].delete(t)}[Qo("0x18")](t){const e=Qo("0x3b")+this[Qo("0x38")]+":"+this[Qo("0x16")]+":"+this.id+":"+this[Qo("0x19")].id+":"+Zo[Qo("0x40")]();this[Qo("0x32")](e),this[Qo("0x39")][Qo("0x2e")]((n=>{n[Qo("0x9")](e,{range:t,usingOperation:!0,affectsData:!0})}))}[Qo("0x1b")](t){for(const e of this[Qo("0x3d")]())if(e.isIntersecting(t))return!0;return!1}[Qo("0x3d")](){return this[Qo("0x34")]()[Qo("0x37")]((t=>t[Qo("0x1f")]()))}[Qo("0x30")](){return this.getRanges()[Qo("0x3f")](((t,e)=>[...t,...e[Qo("0x30")]()]),[])}[Qo("0x5")](){var t;return(null===(t=this[Qo("0xf")]())||void 0===t?void 0:t.getRange())||null}[Qo("0x31")](){const t=this[Qo("0x3d")]();if(1!=t[Qo("0xd")])return null;const e=t[0],n=e[Qo("0x33")][Qo("0x14")],o=e[Qo("0x26")][Qo("0x2b")];return n instanceof i.Element?n!=o?null:n:null}[Qo("0x12")](){this[Qo("0xc")](this[Qo("0x3d")](),this[Qo("0x4")],this[Qo("0x3")]),this.removeMarkers()}[Qo("0x22")](){this[Qo("0x3e")](this[Qo("0x3d")](),this[Qo("0x4")],this[Qo("0x3")]),this[Qo("0x36")]()}[Qo("0x28")](){const t=[];let e=this[Qo("0x24")];for(;e;)t[Qo("0x2")](e),e=e.next;return t}[Qo("0x11")](t,e){const n=eo(this.attributes);_o(n,t,e),Go(n,this.attributes)||(this[Qo("0x3")]=n,this[Qo("0x25")](n))}[Qo("0x1e")](t){const e=eo(this[Qo("0x3")]);qo(e,t),Go(e,this[Qo("0x3")])||(this[Qo("0x3")]=e,this[Qo("0x25")](this[Qo("0x3")]))}[Qo("0xe")](){return{id:this.id,type:this[Qo("0x16")]?this[Qo("0x38")]+":"+this[Qo("0x16")]:this[Qo("0x38")],authorId:this[Qo("0x19")].id,createdAt:this[Qo("0x8")],hasComments:this.hasComments,data:this[Qo("0x4")],attributes:this[Qo("0x3")]}}static[Qo("0x40")](){return(0,e.uid)()[Qo("0x0")](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 tr=["addObject","push","_addDescriptionItems","_schema","get","item","registerDescriptionCallback","addEmptyContainer","end","function","deletion","skip","replace","quantity","match","_itemLabels","*Insert:* %0","REPLACE_TEXT","add","set","_itemLabelsCallbacks","text","elementEnd","isEqual","data","_resolveDescriptionItems","element","getFirstRange","removeObject","elementStart","type","nextSibling","checkChild","getItemLabel","_customCallbacks","remove","label","normal","isEmpty","isInContent","removeContainer","previousSibling","indexOf","pop","getDescriptions","removeEmptyContainer","$textProxy","Container","*Remove:* %0","isObject","ELEMENT_SPACE","Object","addContainer","*Merge:* %0","getWalker","*Split:* %0","EmptyContainer","name","length","$1 $2","start","insertion"];var er,nr;er=tr,nr=140,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("0x12")]=[],this[or("0x3d")]=new Map,this[or("0x4")]=[],this._schema=t,this._locale=e}[or("0x1c")](t){const e=[];for(let n=0;n<t[or("0x2a")];n++){const o=t[n];if(!o[or("0x17")])continue;let r=!1;for(const t of this[or("0x12")]){const n=t(o);if(n){"type"in n&&e.push(n),r=!0;break}}if(!r){this[or("0x30")](e,o);const r=t[n+1];if(r&&!o.getFirstRange()[or("0x36")][or("0x7")](r[or("0xb")]()[or("0x2c")])){const t=e[e[or("0x2a")]-1],n="insertion"==o.type?or("0x2"):or("0x13");t&&or("0x5")==t[or("0xe")]&&(t[n]+="\n")}}}return this._resolveDescriptionItems(e)}[or("0x34")](t){this._customCallbacks[or("0x2f")](t)}registerElementLabel(t,n,o=e.priorities[or("0x15")]){or("0x37")==typeof t?(0,e.insertToPriorityArray)(this[or("0x4")],{matchingCallback:t,label:n,priority:o}):this._itemLabels[or("0x3")](t,n)}getItemLabel(t,e=1){let n;for(const e of this[or("0x4")])if(e.matchingCallback(t)){n=e[or("0x14")];break}return n||(n=this._itemLabels[or("0x32")](t[or("0x29")])),n?n(e):1!==e?e+" "+t.name+"s":""+t[or("0x29")]}_addDescriptionItems(t,e){const n=e[or("0xb")]()[or("0x26")](),o=or("0x2d")==e[or("0xe")]?or("0x2"):"remove";for(const e of n){const r=e[or("0x33")],s=t[t[or("0x2a")]-1];if(r.is(or("0x1e")))s&&s[or("0xe")][or("0x1a")]("Container")>-1&&t[or("0x1b")](),s&&"text"==s[or("0xe")]?s[o]+=r[or("0x8")]:t[or("0x2f")]({type:or("0x5"),add:"add"==o?r.data:"",remove:or("0x13")==o?r[or("0x8")]:""});else if(this._schema.isObject(r)){const i=r;if(s&&s[or("0xe")][or("0x1a")]("Container")>-1&&t[or("0x1b")](),or("0x6")==e[or("0xe")])continue;s&&s.type==o+"Object"&&s[or("0xa")].name==i.name?s.quantity++:t[or("0x2f")]({type:o+or("0x23"),element:i,quantity:1}),n[or("0x39")]((t=>!(or("0x6")==t.type&&t.item==r)))}else if(this[or("0x31")][or("0x10")](r,"$text")||r.is(or("0xa"),"softBreak")){const n=r;if(or("0x2")==o&&or("0xd")==e.type||"remove"==o&&or("0x6")==e[or("0xe")])continue;if(s&&-1==s[or("0xe")].indexOf(or("0x1f"))){"text"==s[or("0xe")]&&(s[o]+="\n");continue}let i;if(i=or("0x2")==o?n[or("0xf")]&&!this[or("0x31")][or("0x21")](n[or("0xf")])?n[or("0xf")]:null:n[or("0x19")]&&!this._schema[or("0x21")](n[or("0x19")])?n.previousSibling:null,n[or("0x16")]||i&&i.isEmpty){const e=i&&i[or("0x16")]?i:n;s&&s[or("0xe")]==o+or("0x28")&&s[or("0xa")].name==e[or("0x29")]?s[or("0x3b")]++:t[or("0x2f")]({type:o+or("0x28"),element:e,quantity:1})}else t.push({type:o+"Container",element:n})}}}[or("0x9")](t){const e=this._locale,n=[];for(const o of t){switch(o[or("0xe")]){case or("0x5"):if(o[or("0x2")]=o[or("0x2")][or("0x3a")](/(\S)\u000A+(\S)/g,or("0x2b")).replace(/\u000A/g,""),o[or("0x13")]=o.remove[or("0x3a")](/(\S)\u000A+(\S)/g,or("0x2b"))[or("0x3a")](/\u000A/g,""),""!=o[or("0x2")]&&""!=o[or("0x13")]){n.push({type:or("0x3a"),content:Yo(e,or("0x1"),['"'+o[or("0x13")]+'"','"'+o.add+'"'])});continue}if(null!=o[or("0x2")][or("0x3c")](/^ +$/)){n.push({type:"insertion",content:Yo(e,or("0x0"),Yo(e,or("0x22"),o[or("0x2")][or("0x2a")]))});continue}if(null!=o[or("0x13")][or("0x3c")](/^ +$/)){n[or("0x2f")]({type:"deletion",content:Yo(e,or("0x20"),Yo(e,or("0x22"),o[or("0x13")][or("0x2a")]))});continue}if(""!=o[or("0x2")]){n[or("0x2f")]({type:or("0x2d"),content:Yo(e,or("0x0"),'"'+o.add+'"')});continue}n[or("0x2f")]({type:or("0x38"),content:Yo(e,or("0x20"),'"'+o[or("0x13")]+'"')});continue;case or("0x35"):case or("0x2e"):n.push({type:or("0x2d"),content:Yo(e,or("0x0"),this[or("0x11")](o[or("0xa")],o[or("0x3b")]))});continue;case or("0x1d"):case or("0xc"):n[or("0x2f")]({type:or("0x38"),content:Yo(e,or("0x20"),this[or("0x11")](o[or("0xa")],o.quantity))});continue;case or("0x24"):n[or("0x2f")]({type:or("0x2d"),content:Yo(e,or("0x27"),this[or("0x11")](o[or("0xa")],o[or("0x3b")]))});continue;case or("0x18"):n[or("0x2f")]({type:or("0x38"),content:Yo(e,or("0x25"),this[or("0x11")](o[or("0xa")],o[or("0x3b")]))});continue}n.push(o)}return n}}const sr=["right","registerDescriptionCallback","left","_descriptionFactory","TrackChangesEditing","FORMAT_JUSTIFY_TEXT","commandName","get","afterInit","value","ltr","selection","filter","editor","center","justify","getAttribute","getSelectedBlocks","checkAttribute","FORMAT_ALIGN_TO_CENTER","model","has","*Format:* %0","plugins","document","from","FORMAT_ALIGN_TO_RIGHT","locale","enableCommand","alignment","contentLanguageDirection"];var ir,xr;ir=sr,xr=314,function(t){for(;--t;)ir.push(ir.shift())}(++xr);const ar=function(t,e){return sr[t-=0]};class cr extends t.Plugin{[ar("0x4")](){const t=this[ar("0x9")],e=t[ar("0x17")];if(!t[ar("0x13")][ar("0x11")]("AlignmentEditing"))return;const n=t[ar("0x13")][ar("0x3")](ar("0x0"));n[ar("0x18")](ar("0x19"),((e,o={})=>{let r=o[ar("0x5")];o.value||(r=ar("0x6")===t[ar("0x17")][ar("0x1a")]?ar("0x1d"):ar("0x1b"));const s=Array[ar("0x15")](this[ar("0x9")][ar("0x10")][ar("0x14")][ar("0x7")][ar("0xd")]())[ar("0x8")]((t=>function(t,e,n){const o=t[ar("0xc")]("alignment")||null;return e[ar("0xe")](t,ar("0x19"))&&n!=o}(t,this[ar("0x9")].model.schema,r)));t.model.change((()=>{for(const t of s)n.markBlockFormat(t,{commandName:"alignment",commandParams:[{value:r}]})}))})),n[ar("0x1e")][ar("0x1c")]((t=>{const{data:n}=t;if(n&&"alignment"==n[ar("0x2")]){const t=n.commandParams[0][ar("0x5")];return{type:"format",content:Yo(e,ar("0x12"),function(t){switch(t){case ar("0x1d"):return Yo(e,"FORMAT_ALIGN_TO_LEFT");case ar("0x1b"):return Yo(e,ar("0x16"));case ar("0xa"):return Yo(e,ar("0xf"));case ar("0xb"):return Yo(e,ar("0x1"))}}(t))}}}))}}const lr=["get","previousPosition","toViewPosition","activeMarkers","element","toViewElement","getCustomProperty","markerName","isBlock","mapper","ck-suggestion-marker--active","hasAttribute","listIndent","push","isContent","span","insert","nextSibling","addHighlight","isLimit","TrackChangesEditing","item","includes","ck-suggestion-marker-","createUIElement","writer","name","start","markerRange","consumable","isAtEnd","createRangeOn","plugins","bindElementToMarker"];var ur,dr;ur=lr,dr=441,function(t){for(;--t;)ur.push(ur.shift())}(++dr);const gr=function(t,e){return lr[t-=0]};function mr(t,e,n){const o=[];for(const r of e.getItems())r[gr("0xc")](t)&&o[gr("0xe")](n[gr("0x20")](r));return o}function fr(t){const e=[];if(t.is(gr("0x5"),"listItem")){let n=t[gr("0x12")];for(;n&&n.is(gr("0x5"),"listItem")&&n.getAttribute(gr("0xd"))>0;)e[gr("0xe")](n),n=n.nextSibling}return e}function hr(t,e,{showActiveMarker:n=!0}={}){const o=t[gr("0x21")][gr("0x1")](gr("0x15"));return(r,s,i)=>{if(!i[gr("0x1e")].test(s[gr("0x1d")],r[gr("0x1b")]))return;const x=s.markerRange.getWalker(),a=s[gr("0x1d")][gr("0x1c")],c=t.model.schema;let l=null,u=null,d=!1,g=!1;for(const t of x){const e=t[gr("0x16")];d=d||c[gr("0xf")](e);const n=i[gr("0xa")][gr("0x6")](e);if(n&&n[gr("0x7")](gr("0x13")))return;"elementEnd"==t.type&&c[gr("0x9")](e)&&!c[gr("0x14")](e)&&(e[gr("0x12")]||a[gr("0x1f")]?l&&l.parent==e||(l=e,m(t[gr("0x2")]),g=!0):u=u||t[gr("0x2")])}function m(t){const r=i.writer[gr("0x19")](gr("0x10"),{class:gr("0x18")+e}),x=i[gr("0xa")][gr("0x3")](t);n&&o[gr("0x4")][gr("0x17")](s.markerName)&&i[gr("0x1a")].addClass(gr("0xb"),r),i[gr("0x1a")][gr("0x11")](x,r),i[gr("0xa")][gr("0x0")](r,s[gr("0x8")])}d||g||!u||m(u)}}const pr=["UnderlineEditing","FORMAT_UNDERLINE","*Remove format:* %0","forceValue","SuperscriptEditing","plugins","from","markInlineFormat","toLowerCase","ItalicEditing","registerDescriptionCallback","editor","FORMAT_SUBSCRIPT","commandParams","_descriptionFactory","document","strikethrough","format","FORMAT_CODE","locale","TrackChangesEditing","commands","StrikethroughEditing","get","underline","*Format:* %0","getRanges","afterInit","FORMAT_STRIKETHROUGH","italic","SubscriptEditing","FORMAT_BOLD","code","subscript","superscript","enableCommand","value","selection"];var br,Er;br=pr,Er=296,function(t){for(;--t;)br.push(br.shift())}(++Er);const _r=function(t,e){return pr[t-=0]},Tr=["BoldEditing",_r("0x11"),_r("0x8"),"CodeEditing",_r("0x1e"),_r("0x0"),_r("0xc")];class Cr extends t.Plugin{[_r("0x23")](){const t=this[_r("0x13")],e=t.model,n=t[_r("0xd")][_r("0x1f")](_r("0x1c")),o=t[_r("0x1b")];for(const o of Tr){if(!t[_r("0xd")].has(o))continue;const r=o.slice(0,-7)[_r("0x10")](),s=t[_r("0x1d")][_r("0x1f")](r);n[_r("0x5")](r,((t,o={})=>{const i=e[_r("0x17")][_r("0x7")];if(i.isCollapsed)return void t(o);const x=void 0!==o[_r("0xb")]?o.forceValue:!s[_r("0x6")];e.change((()=>{const t=Array[_r("0xe")](i[_r("0x22")]());for(const o of t){const t=x?[o]:mr(r,o,e);for(const e of t)n[_r("0xf")](e,{commandName:r,commandParams:[{forceValue:x}]})}}))}))}function r(t,e){n[_r("0x16")][_r("0x12")]((n=>{const{data:r}=n;if(r&&r.commandName===t)return r[_r("0x15")][0].forceValue?{type:_r("0x19"),content:Yo(o,_r("0x21"),e)}:{type:_r("0x19"),content:Yo(o,_r("0xa"),e)}}))}r("bold",Yo(o,_r("0x1"))),r(_r("0x25"),Yo(o,"FORMAT_ITALIC")),r(_r("0x20"),Yo(o,_r("0x9"))),r(_r("0x2"),Yo(o,_r("0x1a"))),r(_r("0x18"),Yo(o,_r("0x24"))),r(_r("0x3"),Yo(o,_r("0x14"))),r(_r("0x4"),Yo(o,"FORMAT_SUPERSCRIPT"))}}const yr=["afterInit","value","$root","BlockQuoteEditing","name","get","model","TrackChangesEditing","from","forceValue","has","checkChild","schema","locale","format","commands","change","*Remove format:* %0","getSelectedBlocks","parent","enableCommand","markBlockFormat","commandName","registerDescriptionCallback","plugins","ELEMENT_BLOCK_QUOTE","selection","_descriptionFactory","editor","blockQuote","*Format:* %0"];var kr,Ar;kr=yr,Ar=200,function(t){for(;--t;)kr.push(kr.shift())}(++Ar);const vr=function(t,e){return yr[t-=0]};class Rr extends t.Plugin{[vr("0x11")](){const t=this[vr("0xe")],e=t[vr("0x1e")];if(!t.plugins[vr("0x1b")](vr("0x14")))return;const n=t[vr("0xa")][vr("0x16")](vr("0x18")),o=this.editor[vr("0x1")].get(vr("0xf"));n[vr("0x6")]("blockQuote",((e,r={})=>{const s=this[vr("0xe")][vr("0x17")].document[vr("0xc")],i=r&&void 0!==r[vr("0x1a")]?r[vr("0x1a")]:!o[vr("0x12")];let x=[];if(i){const e=Array.from(s[vr("0x4")]()).filter((t=>Ir(t)||function(t,e){const n=e[vr("0x1c")](t[vr("0x5")],vr("0xf")),o=e[vr("0x1c")]([vr("0x13"),"blockQuote"],t);return n&&o}(t,this[vr("0xe")][vr("0x17")][vr("0x1d")])));x=I(e,t[vr("0x17")])}else{const e=Array[vr("0x19")](s[vr("0x4")]()).filter((t=>Ir(t)));x=I(e,t[vr("0x17")])}t[vr("0x17")][vr("0x2")]((()=>{for(const t of x)n[vr("0x7")](t,{commandName:vr("0xf"),commandParams:[{forceValue:i}]})}))})),n[vr("0xd")][vr("0x9")]((t=>{const{data:n}=t;if(n&&vr("0xf")==n[vr("0x8")]){const t=Yo(e,vr("0xb"));return n.commandParams[0][vr("0x1a")]?{type:vr("0x0"),content:Yo(e,vr("0x10"),t)}:{type:vr("0x0"),content:Yo(e,vr("0x3"),t)}}}))}}function Ir(t){return vr("0xf")==t[vr("0x5")][vr("0x15")]}const Sr=["editor","enableCommand","commands","TrackChangesEditing","ckbox","plugins","get"];var Lr,Nr;Lr=Sr,Nr=252,function(t){for(;--t;)Lr.push(Lr.shift())}(++Nr);const wr=function(t,e){return Sr[t-=0]};class Mr extends t.Plugin{afterInit(){const t=this[wr("0x0")];t[wr("0x2")][wr("0x6")](wr("0x4"))&&t[wr("0x5")][wr("0x6")](wr("0x3"))[wr("0x1")](wr("0x4"))}}const Or=["name","commandParams","blockName","filter","plugins","checkChild","enableCommand","forceValue","*Format:* %0","parent","commandName","codeBlock","language","indentCodeBlock","_descriptionFactory","find","languages","document","*Remove format:* %0","outdentCodeBlock","editor","getSelectedBlocks","has","markBlockFormat","afterInit","from","change","commands","registerDescriptionCallback","isLimit","format","model","formatBlock","locale","label","value","get","ELEMENT_CODE_BLOCK"];var Fr,Pr;Fr=Or,Pr=396,function(t){for(;--t;)Fr.push(Fr.shift())}(++Pr);const Dr=function(t,e){return Or[t-=0]};class Br extends t.Plugin{[Dr("0x8")](){const t=this[Dr("0x4")];if(!t[Dr("0x1a")][Dr("0x6")]("CodeBlock"))return;const e=t.plugins[Dr("0x14")]("TrackChangesEditing"),n=t[Dr("0x11")],o=t.config.get(Dr("0x21"))[Dr("0x0")],r=t[Dr("0xb")][Dr("0x14")]("codeBlock");e[Dr("0x1c")](Dr("0x23")),e[Dr("0x1c")](Dr("0x3")),e[Dr("0x1c")](Dr("0x21"),((n,s={})=>{const i=t[Dr("0xf")],x=t[Dr("0xf")][Dr("0x1")].selection,a=s&&void 0!==s[Dr("0x1d")]?s[Dr("0x1d")]:!r[Dr("0x13")];let c;s.language||(s[Dr("0x22")]=o[0][Dr("0x22")]),c=a?Array[Dr("0x9")](x[Dr("0x5")]())[Dr("0x19")]((t=>{return jr(t)||(e=t,n=i.schema,!e.is("rootElement")&&!n[Dr("0xd")](e)&&n[Dr("0x1b")](e[Dr("0x1f")],Dr("0x21")));var e,n})):Array[Dr("0x9")](x.getSelectedBlocks())[Dr("0x19")]((t=>jr(t)));const l=I(c,i);i[Dr("0xa")]((()=>{for(const t of l)e[Dr("0x7")](t,{commandName:Dr("0x21"),commandParams:[{...s,forceValue:a}],formatGroupId:Dr("0x18")})}))})),e[Dr("0x24")].registerElementLabel(Dr("0x21"),(t=>Yo(n,Dr("0x15"),t))),e[Dr("0x24")][Dr("0xc")]((t=>{const e=n.t,{type:r,data:s}=t;if(Dr("0x10")==r&&s&&Dr("0x21")==s[Dr("0x20")]){const t=s[Dr("0x17")][0][Dr("0x22")],r=e(o[Dr("0x25")]((e=>e[Dr("0x22")]===t))[Dr("0x12")]);return s[Dr("0x17")][0].forceValue?{type:"format",content:Yo(n,Dr("0x1e"),Yo(n,Dr("0x15"),1)+" ("+r+")")}:{type:Dr("0xe"),content:Yo(n,Dr("0x2"),Yo(n,"ELEMENT_CODE_BLOCK",1))}}}))}}function jr(t){return Dr("0x21")==t[Dr("0x16")]}const Ur=["TrackChangesEditing","editor","plugins","has","addCommentThread","get"];var Gr,Hr;Gr=Ur,Hr=362,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("0x5")];t[Wr("0x0")][Wr("0x1")]("CommentsEditing")&&t[Wr("0x0")][Wr("0x3")](Wr("0x4")).enableCommand(Wr("0x2"))}}var zr=n(181);const Kr=["TrackChangesEditing","writer","editor","$graveyard","detach","showSuggestionHighlights","createRange","forward","editing","modifySelection","model","commands","rootName","bind","batch","plugins","unit","merge","uiElement","isCollapsed","high","enableCommand","document","options","downcastDispatcher","enqueueChange","end","start","getFirstRange","removeMarker:suggestion:deletion","addMarker:suggestion:deletion","deleteForward","buffer","createSelection","root","get"];var qr,Xr;qr=Kr,Xr=213,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 requires(){return[zr.Delete]}init(){const t=this[$r("0x5")],e=t[$r("0x12")][$r("0x2")]($r("0x3"));e[$r("0x18")]("delete");const n=t[$r("0xe")][$r("0x2")]($r("0x22"));e[$r("0x18")]($r("0x22"),((e,o={})=>{const r=t[$r("0xd")][$r("0x0")](t.model[$r("0x19")].selection);r[$r("0x16")]&&t[$r("0xd")][$r("0xc")](r,{direction:$r("0xa"),unit:o[$r("0x13")]});const s=r[$r("0x1f")](),x=i.LiveRange.fromRange(s);let a;e(o),a=$r("0x6")==x[$r("0x1")][$r("0xf")]?t.model.createRange(s[$r("0x1e")]):t.model[$r("0x9")](x[$r("0x1e")],x.end),x[$r("0x7")](),t[$r("0xd")][$r("0x1c")](n[$r("0x23")][$r("0x11")],(t=>{n[$r("0x23")].lock(),t.setSelection(t[$r("0x9")](a[$r("0x1d")])),n[$r("0x23")].unlock()}))})),t.editing.downcastDispatcher.on("addMarker:suggestion:deletion",hr(t,"merge"),{priority:"high"}),t.data.downcastDispatcher.on($r("0x21"),((e,n,o)=>{o[$r("0x1a")][$r("0x8")]&&hr(t,$r("0x14"),{showActiveMarker:!1})[$r("0x10")](this)(e,n,o)}),{priority:$r("0x17")}),t[$r("0xb")][$r("0x1b")].on($r("0x20"),((t,e,n)=>{const o=n.mapper.markerNameToElements(e.markerName);if(o)for(const t of o)t.is($r("0x15"))&&(n.mapper.unbindElementFromMarkerName(t,e.markerName),n[$r("0x4")].remove(t))}),{priority:$r("0x17")})}}const Qr=["start","registerCustomCallback","registerElementLabel","parent","end","outdentList","bulletedList","commandParams","containsItem","_suggestionFactory","enableCommand","_descriptionFactory","ELEMENT_","length","numberedList","afterInit","schema","previousSibling","commands","refresh","plugins","map","documentList","ELEMENT_LIST_ITEM","accept","add","createRange","getFirstRange","detach","formatBlock","isObject","ELEMENT_NUMBERED_LIST","deletion","format","from","locale","commandName","markMultiRangeBlockFormat","splitListItemAfter","execute","listIndent","editor","createPositionAt","DocumentListEditing","setSelection","listType","slice","getAttribute","fromRange","indentList","multipleBlocks","selection","next","*Format:* remove from %0","toUpperCase","model","push","_LIST","get","listItemId","document","getSelectedBlocks","splitListItemBefore","mergeListItemForward","has","*Change to:* %0","DocumentListUtils","findIndex","*Format:* insert into %0","nodeAfter","*Merge:* %0","nextSibling","mergeListItemBackward","value","markBlockFormat"];var Zr,Yr;Zr=Qr,Yr=189,function(t){for(;--t;)Zr.push(Zr.shift())}(++Yr);const ts=function(t,e){return Qr[t-=0]};class es extends t.Plugin{[ts("0x33")](){const t=this[ts("0x2")];if(!t[ts("0x38")][ts("0x19")](ts("0x4")))return;const e=t[ts("0x47")],n=t[ts("0x38")][ts("0x13")]("TrackChangesEditing"),o=t.plugins[ts("0x13")](ts("0x1b"));function r(e){return()=>{const r=t[ts("0x36")][ts("0x13")](e);let s=Array.from(t.model.document[ts("0xc")][ts("0x16")]());if(a(e)){s=o.expandListBlocksToCompleteList(s);const t=[];for(const e of s)o.isFirstBlockOfListItem(e)&&t.push(e);s=t}t[ts("0x10")].change((()=>{n[ts("0x49")](s,{commandName:e,commandParams:[{forceValue:!r.value}],formatGroupId:ts("0x6")},[],ts("0x3a"))}))}}function s(e){return()=>{const o=function(t){let e=Array[ts("0x46")](t);const n=e[ts("0x1c")]((t=>!t.hasAttribute(ts("0x14"))));return n>-1&&(e=e[ts("0x7")](0,n)),e}(t.model[ts("0x15")].selection.getSelectedBlocks()),r=o[o[ts("0x31")]-1],s=t[ts("0x10")][ts("0x34")][ts("0x42")](r)?"after":ts("0x28"),i=t[ts("0x10")][ts("0x3e")](t[ts("0x10")][ts("0x3")](o[0],"before"),t.model.createPositionAt(r,s));t[ts("0x10")].change((()=>{n[ts("0x23")](i,{commandName:e,commandParams:[],formatGroupId:"listType"},function(t){const e=new Set;for(const n of t){let t=n.nextSibling;for(;t&&t[ts("0x8")]("listIndent")>n[ts("0x8")](ts("0x1"));)e[ts("0x3d")](t),t=t[ts("0x20")]}return Array[ts("0x46")](e)}(o))}))}}function x(e){return()=>{const o=t[ts("0x10")][ts("0x15")].selection[ts("0x16")]()[ts("0xd")]()[ts("0x22")],r=t[ts("0x10")][ts("0x3")](o,"before"),s=t[ts("0x10")].createPositionAt(o,0),i=t[ts("0x10")][ts("0x3e")](r,s);t[ts("0x10")].change((()=>{n[ts("0x23")](i,{commandName:e,commandParams:[],formatGroupId:ts("0x6")})}))}}function a(e){const n=t.commands.get(ts("0x2a"))[ts("0x22")],o=t[ts("0x36")][ts("0x13")](ts("0x32")).value;return ts("0x32")===e?n:o}n[ts("0x2e")](ts("0x32"),r(ts("0x32"))),n.enableCommand("bulletedList",r(ts("0x2a"))),n[ts("0x2e")]("indentList",s(ts("0xa"))),n[ts("0x2e")](ts("0x29"),s(ts("0x29"))),n.enableCommand(ts("0x4a"),x(ts("0x4a"))),n[ts("0x2e")](ts("0x17"),x(ts("0x17"))),n[ts("0x2f")][ts("0x26")]((function(e){const n=!t[ts("0x10")][ts("0x34")][ts("0x42")](e),o=e[ts("0x35")],r=e.nextSibling,s=e[ts("0x8")](ts("0x14")),i=!o||o[ts("0x8")](ts("0x14"))!==s,x=!r||r[ts("0x8")](ts("0x14"))!==s;return n&&Boolean(s)&&i&&x}),(t=>Yo(e,"ELEMENT_LIST_ITEM",t))),n[ts("0x2f")].registerDescriptionCallback((function(t){const{data:n}=t;if(!n)return;let o,r,s,i;switch(n[ts("0x48")]){case ts("0x2a"):s=n[ts("0x2b")][0].forceValue,i=a(n.commandName),o=ts(s?"0x1d":"0xe"),i&&(o=ts("0x1a")),r={type:"format",content:Yo(e,o,Yo(e,"ELEMENT_BULLETED_LIST"))};break;case ts("0x32"):s=n[ts("0x2b")][0].forceValue,i=a(n.commandName),o=s?"*Format:* insert into %0":ts("0xe"),i&&(o=ts("0x1a")),r={type:"format",content:Yo(e,o,Yo(e,ts("0x43")))};break;case ts("0xa"):o="*Indent:* %0",r={type:ts("0x45"),content:Yo(e,o,Yo(e,ts("0x3b")))};break;case ts("0x29"):o=function(t){const e=t[ts("0x3f")]();let n=e[ts("0x24")][ts("0x1e")];for(;n&&e[ts("0x2c")](n);){if(n[ts("0x8")](ts("0x1"))>0)return!1;n=n.nextSibling}return!0}(t)?Yo(e,ts("0xe"),Yo(e,function(t){const e=t[ts("0x3f")]().start[ts("0x1e")];return ts("0x30")+e[ts("0x8")](ts("0x6"))[ts("0xf")]()+ts("0x12")}(t))):Yo(e,"*Outdent:* %0",Yo(e,ts("0x3b"))),r={type:ts("0x45"),content:o};break;case ts("0x21"):case ts("0x18"):!1===n[ts("0xb")]&&(o=ts("0x1f"),r={type:ts("0x44"),content:Yo(e,o,Yo(e,ts("0x3b")))})}return r})),n[ts("0x2d")][ts("0x25")](ts("0x41"),ts("0x3a"),ts("0x3c"),(function(e,n){const o=[];for(let n of e)n[ts("0x24")][ts("0x1e")]===n[ts("0x28")][ts("0x27")]&&(n=t[ts("0x10")][ts("0x3e")](t[ts("0x10")].createPositionAt(n[ts("0x24")][ts("0x1e")],0))),o[ts("0x11")](n);t[ts("0x10")].change((e=>{const r=t.model[ts("0x15")][ts("0xc")],s=Array[ts("0x46")](r.getRanges())[ts("0x39")]((t=>i.LiveRange[ts("0x9")](t)));e[ts("0x5")](o),t[ts("0x36")].get(n[ts("0x48")])[ts("0x37")](),n[ts("0x2b")].push({forceDefaultExecution:!0}),t[ts("0x0")](n[ts("0x48")],...n.commandParams),e.setSelection(s);for(const t of s)t[ts("0x40")]()}))}))}}var ns=n(331);const os=["hasClass","showSuggestionHighlights","editing","model","selection","markInsertion","enableCommand","commands","markerName","writer","nextSibling","getFirstRange","getFirstPosition","enter","removeMarker:suggestion:insertion","enterBlock","plugins","markerNameToElements","end","remove","detach","options","mapper","setSelection","fire","addMarker:suggestion:insertion","high","init","fromRange","data","ck-suggestion-marker-split","get","createRange"];var rs,ss;rs=os,ss=105,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 requires(){return[ns.Enter]}[is("0x15")](){const t=this.editor,e=t[is("0xa")].get("TrackChangesEditing"),n=t[is("0x1")][is("0x19")](is("0x7"));e[is("0x0")]("enter",(()=>{t.model.change((o=>{const r=t[is("0x1e")].document[is("0x1f")],s=r[is("0x6")](),x=i.LiveRange[is("0x16")](r[is("0x5")]());if(n[is("0x9")](o)){const n=t[is("0x1e")].createPositionAt(s.parent[is("0x4")],0),r=o[is("0x1a")](s,n);e[is("0x20")](r)}else o[is("0x11")](o[is("0x1a")](x[is("0xc")]));x[is("0xe")](),n[is("0x12")]("afterExecute",{writer:o})}))})),t[is("0x1d")].downcastDispatcher.on(is("0x13"),hr(t,"split"),{priority:is("0x14")}),t.editing.downcastDispatcher.on(is("0x8"),((t,e,n)=>{const o=n[is("0x10")][is("0xb")](e[is("0x2")]);if(o)for(const t of o)t[is("0x1b")](is("0x18"))&&(n.mapper.unbindElementFromMarkerName(t,e[is("0x2")]),n[is("0x3")][is("0xd")](t))}),{priority:is("0x14")}),t[is("0x17")].downcastDispatcher.on(is("0x13"),((e,n,o)=>{o[is("0xf")][is("0x1c")]&&hr(t,"split",{showActiveMarker:!1}).bind(this)(e,n,o)}),{priority:is("0x14")})}}const as=["start","afterInit","findByTextCallback","find","replace","model","enableCommand","TrackChangesEditing","FindAndReplaceUtils","item","findNext","suggestion:deletion","editor","getMarkersGroup","bind","handleFindCommand","string","has","get","plugins","getIntersection","_isInDeletionRange","markers","findPrevious","createRange","createPositionAt","end","getRange"];var cs,ls;cs=as,ls=433,function(t){for(;--t;)cs.push(cs.shift())}(++ls);const us=function(t,e){return as[t-=0]};class ds extends t.Plugin{[us("0x10")](){if(!this[us("0x1b")][us("0x6")][us("0x4")]("FindAndReplaceEditing"))return;const t=this[us("0x1b")][us("0x6")][us("0x5")](us("0x16"));t[us("0x15")](us("0x12"),this[us("0x2")][us("0x1")](this)),t[us("0x15")](us("0x19")),t.enableCommand(us("0xa")),t[us("0x15")](us("0x13")),t[us("0x15")]("replaceAll")}[us("0x2")](t,e,n={}){const o=this[us("0x1b")][us("0x6")][us("0x5")](us("0x17"));void 0!==n&&t((t=>(us("0x3")==typeof e?o[us("0x11")](e,n):e)(t).filter((e=>!1===this._isInDeletionRange(e,t[us("0x18")])))),n)}[us("0x8")](t,e){const n=this[us("0x1b")][us("0x14")][us("0xb")](this[us("0x1b")][us("0x14")][us("0xc")](e,t[us("0xf")]),this[us("0x1b")][us("0x14")][us("0xc")](e,t[us("0xd")]));for(const t of this[us("0x1b")][us("0x14")][us("0x9")][us("0x0")](us("0x1a")))if(null!==n[us("0x7")](t[us("0xe")]()))return!0;return!1}}const gs=["getRanges","*Reset font color*","toLowerCase","afterInit","*Set font size:* %0","fontFamily","trim","format","fontSize.options","config","get","model","FontBackgroundColorEditing","fontBackgroundColor","*Set font family:* %0","FontSizeEditing","editor","FontFamilyEditing","fontSize","from","locale","registerDescriptionCallback","find","fontColor.colors","commandParams","plugins","TrackChangesEditing","markInlineFormat","FontColorEditing","selection","commandName","label","change","value","title","_enableCommand","*Reset font size*","FontSize","*Set font background color:* %0","_descriptionFactory","document","*Reset font family*","fontBackgroundColor.colors"];var ms,fs;ms=gs,fs=311,function(t){for(;--t;)ms.push(ms.shift())}(++fs);const hs=function(t,e){return gs[t-=0]},ps=[{pluginName:hs("0x5"),commandName:hs("0x8")},{pluginName:hs("0x7"),commandName:hs("0x26")},{pluginName:hs("0x12"),commandName:"fontColor"},{pluginName:hs("0x2"),commandName:hs("0x3")}];class bs extends t.Plugin{[hs("0x24")](){const t=this[hs("0x6")][hs("0xa")];for(const{pluginName:t,commandName:e}of ps)this[hs("0x6")][hs("0xf")].has(t)&&this[hs("0x19")](e);this[hs("0x6")][hs("0xf")][hs("0x0")](hs("0x10"))[hs("0x1d")][hs("0xb")]((e=>{const n=t.t,{data:o}=e;if(null!=o){if(hs("0x8")==o[hs("0x14")]){const e=o[hs("0xe")][0][hs("0x17")];if(e){const o=n(this[hs("0x6")][hs("0xf")].get(hs("0x1b")).normalizeSizeOptions(this[hs("0x6")][hs("0x2a")].get(hs("0x29")))[hs("0xc")]((t=>t[hs("0x1")]==e))[hs("0x18")])[hs("0x23")]();return{type:hs("0x28"),content:Yo(t,hs("0x25"),o)}}return{type:hs("0x28"),content:Yo(t,hs("0x1a"))}}if(hs("0x26")==o[hs("0x14")]){const e=o[hs("0xe")][0][hs("0x17")];return e?{type:hs("0x28"),content:Yo(t,hs("0x4"),e)}:{type:hs("0x28"),content:Yo(t,hs("0x1f"))}}if("fontColor"==o[hs("0x14")]){const e=o[hs("0xe")][0][hs("0x17")];if(e){const o=(0,r.normalizeColorOptions)(this.editor[hs("0x2a")][hs("0x0")](hs("0xd")))[hs("0xc")]((t=>t[hs("0x1")]==e));let s=e,i="";return o&&(s=o[hs("0x15")],i=n(s).toLowerCase()),{type:"format",content:Yo(t,"*Set font color:* %0",i)[hs("0x27")](),color:{value:e,title:i||s}}}return{type:hs("0x28"),content:Yo(t,hs("0x22"))}}if(hs("0x3")==o[hs("0x14")]){const e=o.commandParams[0].value;if(e){const o=(0,r.normalizeColorOptions)(this[hs("0x6")][hs("0x2a")][hs("0x0")](hs("0x20")))[hs("0xc")]((t=>t[hs("0x1")]==e));let s=e,i="";return o&&(s=o[hs("0x15")],i=n(s)[hs("0x23")]()),{type:hs("0x28"),content:Yo(t,hs("0x1c"),i)[hs("0x27")](),color:{value:e,title:i||s}}}return{type:hs("0x28"),content:Yo(t,"*Reset font background color*")}}}}))}[hs("0x19")](t){const e=this[hs("0x6")];e[hs("0xf")][hs("0x0")](hs("0x10")).enableCommand(t,((n,o={})=>{const r=e[hs("0x1")][hs("0x1e")][hs("0x13")],s=o[hs("0x17")];r.isCollapsed?n(o):e[hs("0x1")][hs("0x16")]((()=>{const n=Array[hs("0x9")](r[hs("0x21")]());for(const o of n){const n=s?[o]:mr(t,o,e[hs("0x1")]);for(const o of n)e.plugins[hs("0x0")](hs("0x10"))[hs("0x11")](o,{commandName:t,commandParams:[{value:s}]})}}))}))}}const Es=["ELEMENT_HEADING_CUSTOM","_descriptionFactory","markBlockFormat","*Change to:* %0","editor","get","change","afterInit","selection","isObject","heading","has","TrackChangesEditing","registerElementLabel","schema","registerDescriptionCallback","format","heading.options","document","ELEMENT_HEADING","formatBlock","blockName","find","locale","config","commandName","filter","title","from","paragraph","value","name","model","match","commandParams","HeadingEditing","checkChild"];var _s,Ts;_s=Es,Ts=480,function(t){for(;--t;)_s.push(_s.shift())}(++Ts);const Cs=function(t,e){return Es[t-=0]};class ys extends t.Plugin{[Cs("0x8")](){const t=this[Cs("0x5")],e=t[Cs("0x18")],n=t[Cs("0x19")][Cs("0x6")](Cs("0x12"));if(!t.plugins[Cs("0xc")](Cs("0x24")))return;const o=t.plugins.get(Cs("0xd"));o.enableCommand(Cs("0xb"),((e,n)=>{const r=n[Cs("0x1f")],s=Array[Cs("0x1d")](this.editor[Cs("0x21")][Cs("0x13")][Cs("0x9")].getSelectedBlocks())[Cs("0x1b")]((t=>{return e=t,n=r,(o=this[Cs("0x5")][Cs("0x21")][Cs("0xf")])[Cs("0x0")](e.parent,n)&&!o[Cs("0xa")](e)&&e[Cs("0x20")]!=n;var e,n,o}));t[Cs("0x21")][Cs("0x7")]((()=>{for(const t of s)o[Cs("0x3")](t,{commandName:Cs("0xb"),commandParams:[n],formatGroupId:Cs("0x16")},fr(t))}))}));for(const t of n)Cs("0x1e")!=t[Cs("0x21")]&&o._descriptionFactory[Cs("0xe")](t[Cs("0x21")],(e=>{const n=ks(t[Cs("0x21")]);return null!==n?r(e,n):s(e,t[Cs("0x1c")])}));function r(t,n){return Yo(e,Cs("0x14"),[t,n])}function s(t,n){return Yo(e,Cs("0x1"),[t,n])}o[Cs("0x2")][Cs("0x10")]((t=>{const{type:o,data:i}=t;if(Cs("0x15")==o&&i&&Cs("0xb")==i[Cs("0x1a")]){const t=i[Cs("0x23")][0][Cs("0x1f")],o=ks(t);if(null!==o)return{type:Cs("0x11"),content:Yo(e,"*Change to:* %0",r(1,o))};const x=n[Cs("0x17")]((e=>e[Cs("0x21")]===t))[Cs("0x1c")];return{type:Cs("0x11"),content:Yo(e,Cs("0x4"),s(1,x))}}}))}}function ks(t){const e=t[Cs("0x22")](/^heading(\d+)$/);return e?e[1]:null}const As=["createRange","getAttribute","TrackChangesEditing","registerDescriptionCallback","commandName","commandParams","find","highlight.options","markInlineFormat","enableCommand","*Set highlight:* %0","plugins","_descriptionFactory","formatInline","editor","format","getLastMatchingPosition","change","FORMAT_HIGHLIGHT","model","getFirstPosition","value","highlight","color","title","isCollapsed","toLowerCase","backward","selection","HighlightEditing","has","get","push"];var vs,Rs;vs=As,Rs=431,function(t){for(;--t;)vs.push(vs.shift())}(++Rs);const Is=function(t,e){return As[t-=0]};class Ss extends t.Plugin{afterInit(){const t=this[Is("0xc")];if(!t.plugins[Is("0x1c")](Is("0x1b")))return;const e=t[Is("0x9")][Is("0x1d")](Is("0x0"));e[Is("0x7")](Is("0x14"),((n,o={})=>{const r=t[Is("0x11")].document[Is("0x1a")],s=r[Is("0x20")]("highlight");let i=o.value,x=[];if(r[Is("0x17")]){const e=r[Is("0x12")]();if(!r.hasAttribute("highlight"))return void n(o);{const n=t=>t.item[Is("0x20")](Is("0x14"))===s,o=e[Is("0xe")](n,{direction:Is("0x19")}),r=e[Is("0xe")](n);x=[t[Is("0x11")][Is("0x1f")](o,r)],i==s&&(i=null)}}else for(const e of r.getRanges())i?x[Is("0x1e")](e):x[Is("0x1e")](...mr(Is("0x14"),e,t.model));t[Is("0x11")][Is("0xf")]((()=>{for(const t of x)e[Is("0x6")](t,{commandName:"highlight",commandParams:[{value:i}]})}))}));const n=t.locale;e[Is("0xa")][Is("0x1")]((e=>{const{type:o,data:r}=e;if(Is("0xb")==o&&r&&"highlight"==r[Is("0x2")]){const e=n.t,o=r[Is("0x3")][0][Is("0x13")];if(o){const r=t.config[Is("0x1d")](Is("0x5"))[Is("0x4")]((t=>t.model==o)),s=e(r.title)[Is("0x18")]();return{type:Is("0xd"),content:Yo(n,Is("0x8"),s),color:{value:r[Is("0x15")],title:r[Is("0x16")]}}}return{type:"format",content:Yo(n,"*Remove highlight*",Yo(n,Is("0x10")))}}}))}}const Ls=["_descriptionFactory","registerElementLabel","has","plugins","elementToStructure","get","horizontalLine","conversion","addClass","insert","dataDowncast","ELEMENT_HORIZONTAL_LINE","createEmptyElement","TrackChangesEditing","div","afterInit","enableCommand","ck-horizontal-line","showSuggestionHighlights","createPositionAt","createContainerElement"];var Ns,ws;Ns=Ls,ws=348,function(t){for(;--t;)Ns.push(Ns.shift())}(++ws);const Ms=function(t,e){return Ls[t-=0]};class Os extends t.Plugin{[Ms("0x3")](){const t=this.editor;if(!t[Ms("0xc")][Ms("0xb")]("HorizontalLineEditing"))return;t.plugins.get(Ms("0x1"))[Ms("0x4")](Ms("0xf"));const e=t.plugins[Ms("0xe")](Ms("0x1")),n=t.locale;e[Ms("0x9")][Ms("0xa")](Ms("0xf"),(t=>Yo(n,Ms("0x14"),t))),t[Ms("0x10")].for(Ms("0x13"))[Ms("0xd")]({model:Ms("0xf"),view:(t,{writer:e,options:n})=>{if(!n[Ms("0x6")])return null;const o=e[Ms("0x8")](Ms("0x2")),r=e[Ms("0x0")]("hr");return e[Ms("0x11")](Ms("0x5"),o),e[Ms("0x12")](e[Ms("0x7")](o,0),r),o},converterPriority:"high"})}}const Fs=["rawHtmlApi","element","format","htmlEmbed","view","selection","getSelectedElement","getCustomProperty","rawHtml","get","enableCommand","afterInit","plugins","editing","editor","_descriptionFactory","*Change %0 content*","ELEMENT_HTML_EMBED","document","TrackChangesEditing","getAttribute","value","locale"];var Ps,Ds;Ps=Fs,Ds=487,function(t){for(;--t;)Ps.push(Ps.shift())}(++Ds);const Bs=function(t,e){return Fs[t-=0]};class js extends t.Plugin{[Bs("0x7")](){const t=this[Bs("0xa")];if(!t[Bs("0x8")].has("HtmlEmbed"))return;const e=t[Bs("0x8")][Bs("0x5")](Bs("0xf")),n=t[Bs("0x12")],o=t[Bs("0x9")][Bs("0x0")][Bs("0xe")][Bs("0x1")];e[Bs("0xb")].registerElementLabel("rawHtml",(t=>Yo(n,"ELEMENT_HTML_EMBED",t))),t[Bs("0x8")][Bs("0x5")](Bs("0xf"))[Bs("0x6")](Bs("0x16"),((n,r)=>{const s=t.model,i=s[Bs("0xe")].selection;s.change((()=>{const t=function(t){const e=t[Bs("0x2")]();return e&&e.is(Bs("0x14"),Bs("0x4"))?t[Bs("0x2")]():null}(i);if(!t)return void n(null);const s=t[Bs("0x10")](Bs("0x11"))||"";void 0!==r&&r!==s&&(e.markBlockFormat(t,{commandName:Bs("0x16"),commandParams:[r]}),o[Bs("0x2")]()[Bs("0x3")](Bs("0x13")).cancel())}))})),e[Bs("0xb")].registerDescriptionCallback((t=>{const{data:e}=t;if(e&&Bs("0x16")==e.commandName){const t=Yo(n,Bs("0xd"));return{type:Bs("0x15"),content:Yo(n,Bs("0xc"),t)}}}))}}const Us=["registerElementLabel","markBlockFormat","ELEMENT_CAPTION","imageBlock","_descriptionFactory","plugins","element","getNearestSelectionRange","ImageUtils","chain","imageInline","isIntersecting","suggestion","deletion","selection","registerDescriptionCallback","*Format:* %0","getSuggestions","isBlockImage","isCollapsed","formatBlock","has","getClosestSelectedImageElement","_findSuggestions","insertImage","registerCustomCallback","isEqual","isInContent","schema","getSuggestionCallback","registerPostFixer","getFirstRange","commands","imageStyle","start","forEach","imageTextAlternative","formatInline","shouldConvertImageType","author","accept","isBefore","discard","newValue","nodeBefore","convertBlockImageToInline","forceDefaultExecution","document","convertInlineImageToBlock","width","imageTypeInline","uploadImage","createRange","getAttribute","markDeletion","fromPosition","isOwn","_suggestionFactory","value","change","*Remove image text alternative*","previous","commandReversedParams","get","detach","title","model","*Set image text alternative:* %0","createRangeOn","nodeAfter","removeObject","addObject","forward","getSuggestion","ImageCaptionUtils","discardSuggestion","findIndex","newRange","next","toNext","locale","ImageInlineEditing","toLowerCase","FORMAT_SIDE_IMAGE","join","format","imageStylePreApply","ImageCaptionEditing","imageStylePostApply","imageCaption","toggleImageCaption","commandName","subType","from","caption","hasSuggestion","ImageStyleEditing","refresh","filter","ImageEditing","differ","end","backward","ImageTextAlternativeEditing","type","Block image to inline image","*Set image width:* %0","find","resizeImage","markInsertion","enableCommand","insertion","*Reset image width*","editor","Users","getCaptionFromImageModelElement","getContainedElement","isInlineImage","ELEMENT_INLINE_IMAGE","ImageBlockEditing","commandParams","alt"];var Gs,Hs;Gs=Us,Hs=375,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("0x68")];if(!t.plugins[Ws("0xc")](Ws("0x5a")))return;const n=t[Ws("0x76")][Ws("0x36")]("TrackChangesEditing"),o=t[Ws("0x76")][Ws("0x36")](Ws("0x79")),r={},s=t[Ws("0x47")];if(n[Ws("0x65")](Ws("0xf")),n[Ws("0x75")][Ws("0x71")](Ws("0x74"),(t=>Yo(s,"ELEMENT_IMAGE",t))),n[Ws("0x75")][Ws("0x71")](Ws("0x1"),(t=>Yo(s,Ws("0x6d"),t))),n[Ws("0x75")][Ws("0x71")](Ws("0x55"),(()=>Yo(s,Ws("0x73")))),t.plugins[Ws("0xc")]("ImageUploadEditing")&&n[Ws("0x65")](Ws("0x2a")),t[Ws("0x76")][Ws("0xc")](Ws("0x6e"))&&t[Ws("0x76")].has(Ws("0x48"))&&(n[Ws("0x65")](Ws("0x29"),((e,r)=>{const s=o[Ws("0xd")](t[Ws("0x39")][Ws("0x26")].selection);t.model.change((()=>{n[Ws("0x72")](s,{commandName:Ws("0x29"),commandParams:[r]},[],Ws("0x24"))}))})),n.enableCommand("imageTypeBlock",((e,r)=>{t.model[Ws("0x32")]((s=>{let x=o[Ws("0xd")](t[Ws("0x39")][Ws("0x26")].selection),a=s[Ws("0x3b")](x);const c=i.LivePosition[Ws("0x2e")](a[Ws("0x19")],"toPrevious"),l=i.LivePosition.fromPosition(a[Ws("0x5c")],Ws("0x46"));n[Ws("0x25")]((()=>e(r))),x=o[Ws("0xd")](t[Ws("0x39")][Ws("0x26")][Ws("0x5")]),a=s[Ws("0x3b")](x);const u=s.createRange(c,l);c[Ws("0x37")](),l[Ws("0x37")](),n[Ws("0x72")](x,{commandName:Ws("0x29"),commandParams:[]},[],Ws("0x27")),u.start[Ws("0x20")](a[Ws("0x19")])&&n.markInsertion(s[Ws("0x2b")](u[Ws("0x19")],a[Ws("0x19")]),Ws("0x27")),a[Ws("0x5c")][Ws("0x20")](u[Ws("0x5c")])&&n[Ws("0x64")](s[Ws("0x2b")](a[Ws("0x5c")],u[Ws("0x5c")]),Ws("0x27"))}))})),n[Ws("0x30")][Ws("0x10")](Ws("0xb"),Ws("0x27"),"join",(()=>{})),n[Ws("0x30")][Ws("0x10")]("formatBlock",Ws("0x27"),Ws("0x1f"),(()=>{})),n[Ws("0x30")][Ws("0x10")](Ws("0xb"),Ws("0x27"),Ws("0x21"),n._suggestionFactory[Ws("0x14")](Ws("0xb"),"",Ws("0x1f"))),n[Ws("0x30")][Ws("0x10")]("insertion","convertInlineImageToBlock",Ws("0x4b"),(()=>{})),n[Ws("0x30")][Ws("0x10")](Ws("0x66"),Ws("0x27"),"discard",(([e])=>{const o=n._suggestionFactory[Ws("0x14")](Ws("0x66"),"",Ws("0x21"));let r=e.start,s=e[Ws("0x5c")];const i=t[Ws("0x39")][Ws("0x13")][Ws("0x78")](r,Ws("0x5d")),x=t.model[Ws("0x13")][Ws("0x78")](s,Ws("0x3f"));i[Ws("0xa")]&&(r=i[Ws("0x19")]),x[Ws("0xa")]&&(s=x.end),o([t.model[Ws("0x2b")](r,s)])})),n[Ws("0x30")][Ws("0x10")]("formatBlock",Ws("0x27"),Ws("0x0"),c),n[Ws("0x30")][Ws("0x10")](Ws("0x66"),Ws("0x27"),Ws("0x0"),c)),t.plugins[Ws("0xc")](Ws("0x4e"))&&(n[Ws("0x65")](Ws("0x51"),((e,r)=>{const s=t[Ws("0x76")][Ws("0x36")](Ws("0x41"));let i=o[Ws("0xd")](t.model[Ws("0x26")].selection),x=s.getCaptionFromImageModelElement(i);t.model[Ws("0x32")]((()=>{if(x)return void n[Ws("0x2d")](t[Ws("0x39")][Ws("0x3b")](x));const a=o.isBlockImage(i);e(r),i=o[Ws("0xd")](t[Ws("0x39")][Ws("0x26")][Ws("0x5")]),x=s[Ws("0x6a")](i),n[Ws("0x64")](t[Ws("0x39")][Ws("0x3b")](x),a?null:Ws("0x50"))}))})),n._suggestionFactory[Ws("0x10")](Ws("0x66"),Ws("0x50"),Ws("0x0"),c)),t[Ws("0x76")][Ws("0xc")](Ws("0x57"))){n[Ws("0x65")](Ws("0x18"),((r,s)=>{const i=t[Ws("0x76")][Ws("0x36")](Ws("0x69")).me,x=t[Ws("0x17")][Ws("0x36")]("imageStyle");let a=o[Ws("0xd")](t[Ws("0x39")][Ws("0x26")][Ws("0x5")]),c=t[Ws("0x39")].createRangeOn(a),l=x.value;if(l==s[Ws("0x31")])return;const u={commandName:Ws("0x18"),commandParams:[s],formatGroupId:(0,e.uid)()};t[Ws("0x39")][Ws("0x32")]((()=>{if(n[Ws("0x8")]()[Ws("0x59")]((t=>t[Ws("0x12")]&&i==t[Ws("0x1e")]&&(Ws("0xb")==t[Ws("0x5f")]||Ws("0x1c")==t.type)&&(Ws("0x4d")==t[Ws("0x53")]||Ws("0x4f")==t[Ws("0x53")])&&t[Ws("0x16")]()[Ws("0x11")](c)))[Ws("0x1a")]((t=>n[Ws("0x42")](t.head))),a=o.getClosestSelectedImageElement(t[Ws("0x39")][Ws("0x26")][Ws("0x5")]),c=t[Ws("0x39")][Ws("0x3b")](a),x.refresh(),t[Ws("0x17")].get(Ws("0x29"))[Ws("0x58")](),t[Ws("0x17")][Ws("0x36")]("imageTypeBlock")[Ws("0x58")](),l=x.value,l!=s[Ws("0x31")])return o[Ws("0x6c")](a)&&x[Ws("0x1d")](s.value,a)?(r(s),a=o[Ws("0xd")](t[Ws("0x39")].document[Ws("0x5")]),void n.markBlockFormat(a,{...u,commandReversedParams:[{value:l||null}]},[],"imageStylePreApply")):void(o.isBlockImage(a)?n[Ws("0x72")](a,u,[],Ws("0x4f")):n.markInlineFormat(c,u,Ws("0x4f")))}))}));for(const e of t[Ws("0x76")][Ws("0x36")](Ws("0x57")).normalizedStyles)r[e.name]=e[Ws("0x38")][Ws("0x49")]();n[Ws("0x30")].registerCustomCallback("formatBlock",Ws("0x4d"),Ws("0x4b"),(()=>{})),n._suggestionFactory[Ws("0x10")](Ws("0xb"),Ws("0x4f"),Ws("0x4b"),(()=>{})),n[Ws("0x30")][Ws("0x10")]("formatInline",Ws("0x4f"),"join",(()=>{})),n[Ws("0x30")][Ws("0x10")]("formatBlock",Ws("0x4d"),Ws("0x1f"),(()=>{})),n[Ws("0x30")][Ws("0x10")](Ws("0xb"),Ws("0x4d"),"discard",((t,e)=>{n._suggestionFactory.getSuggestionCallback(Ws("0xb"),"",Ws("0x1f"))(t,{commandName:e.commandName,commandParams:e[Ws("0x35")]})})),n[Ws("0x30")][Ws("0x10")]("formatBlock",Ws("0x4d"),Ws("0x0"),c)}const x=[{type:Ws("0xb"),subType:Ws("0x4d")},{type:Ws("0x66"),subType:Ws("0x50")},{type:Ws("0xb"),subType:Ws("0x27")},{type:Ws("0x66"),subType:Ws("0x27")}];function a(t,e){const r=x[Ws("0x43")]((({type:e,subType:n})=>t[Ws("0x5f")]==e&&t[Ws("0x53")]==n)),s=x[Ws("0x43")]((({type:t,subType:n})=>e[Ws("0x5f")]==t&&e[Ws("0x53")]==n));if(r<0||s<0)return!1;const i=t[Ws("0x16")](),a=e.getFirstRange();if((0==r||1==r)&&2==s&&i[Ws("0x2")](a))return!0;if(2==r&&3==s){const t=n[Ws("0xe")](i,Ws("0x66"))[Ws("0x59")]((({suggestion:t,meta:e})=>e[Ws("0x2f")]&&Ws("0x27")==t.subType));if(t.length>1&&a[Ws("0x5c")].isEqual(i.start))return!0;if(1==t.length&&(i.start[Ws("0x11")](a[Ws("0x5c")])||i.end[Ws("0x11")](a[Ws("0x19")])))return!0}if(3==r&&3==s&&i.start.isBefore(a.start)){const t=i[Ws("0x5c")][Ws("0x3c")],e=a[Ws("0x19")][Ws("0x23")];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[Ws("0x39")][Ws("0x26")][Ws("0x15")]((()=>{let e=!1;const r=Array[Ws("0x54")](t[Ws("0x39")][Ws("0x26")][Ws("0x5b")].getChangedMarkers());for(const{name:t,data:s}of r){const{group:r,type:i,subType:x,id:a}=n._splitMarkerName(t);if(Ws("0x3")==r&&n[Ws("0x56")](a)){if(Ws("0xb")==i&&(Ws("0x4d")==x||Ws("0x4f")==x)){const t=n[Ws("0x40")](a);if(s[Ws("0x44")]){const r=t[Ws("0x16")]().getContainedElement();if(o[Ws("0x9")](r))continue;n.discardSuggestion(t),e=!0}}if(Ws("0x66")==i&&"imageCaption"==x&&!s[Ws("0x44")]){const t=n.getSuggestion(a);t[Ws("0x45")]&&t.next[Ws("0x12")]&&(n[Ws("0x42")](t[Ws("0x45")]),e=!0)}}}return e})),t.plugins[Ws("0xc")]("ImageResize")&&n.enableCommand(Ws("0x63"),((e,r)=>{const s=o[Ws("0xd")](t[Ws("0x39")].document[Ws("0x5")]);s[Ws("0x2c")](Ws("0x28"))!=r[Ws("0x28")]&&t.model[Ws("0x32")]((()=>{n[Ws("0x72")](s,{commandName:"resizeImage",commandParams:[r]})}))})),t[Ws("0x76")].has(Ws("0x5e"))&&n[Ws("0x65")](Ws("0x1b"),((e,r)=>{const s=o[Ws("0xd")](t[Ws("0x39")][Ws("0x26")][Ws("0x5")]);(s.hasAttribute(Ws("0x70"))?s[Ws("0x2c")](Ws("0x70")):"")!=r.newValue&&t[Ws("0x39")].change((()=>{n.markBlockFormat(s,{commandName:Ws("0x1b"),commandParams:[r]})}))})),n._descriptionFactory[Ws("0x6")]((t=>{if(x[Ws("0x62")]((({type:e,subType:n})=>t.type==e&&t.subType==n)))return t[Ws("0x34")]?{}:void 0})),n[Ws("0x75")][Ws("0x6")]((t=>{if(Ws("0x66")==t.type||Ws("0x4")==t.type){const e=t[Ws("0x6b")]();if(e&&e.is(Ws("0x77"),Ws("0x55")))return{type:"insertion"==t.type?Ws("0x3e"):Ws("0x3d"),element:e,quantity:1}}})),n._descriptionFactory.registerDescriptionCallback((t=>Ws("0xb")==t[Ws("0x5f")]&&Ws("0x27")==t.subType?{type:Ws("0x4c"),content:"Inline image to block image"}:Ws("0xb")==t[Ws("0x5f")]&&Ws("0x24")==t[Ws("0x53")]?{type:Ws("0x4c"),content:Ws("0x60")}:void 0)),n[Ws("0x75")][Ws("0x6")]((t=>{const{data:e}=t;if(e){if(Ws("0x18")==e.commandName){const t=e[Ws("0x6f")][0][Ws("0x31")];return n="side"===t?Yo(s,Ws("0x4a")):r[t]||t,{type:Ws("0x4c"),content:Yo(s,Ws("0x7"),n)}}if(Ws("0x1b")==e[Ws("0x52")]){const t=e[Ws("0x6f")][0][Ws("0x22")];return t?{type:"format",content:Yo(s,Ws("0x3a"),'"'+t+'"')}:{type:Ws("0x4c"),content:Yo(s,Ws("0x33"))}}if("resizeImage"==e[Ws("0x52")]){const t=e[Ws("0x6f")][0].width;return t?{type:Ws("0x4c"),content:Yo(s,Ws("0x61"),t)}:{type:"format",content:Yo(s,Ws("0x67"))}}}var n}))}}const zs=["discard","getSelectedElement","handleReplaceImageCommand","src","subType","*Format:* replace image URL","source","afterInit","document","TrackChangesEditing","editor","data","_descriptionFactory","enableCommand","getSuggestionCallback","handleSuggestionDescription","change","model","accept","replaceImageSource","Users","locale","format","plugins","ImageEditing","_suggestionFactory","commandParams","commandName","getAttribute","formatBlock","get","getSuggestions","markBlockFormat","author"];var Ks,qs;Ks=zs,qs=210,function(t){for(;--t;)Ks.push(Ks.shift())}(++qs);const Xs=function(t,e){return zs[t-=0]};class $s extends t.Plugin{[Xs("0x1")](){if(!this[Xs("0x4")][Xs("0x11")].has(Xs("0x12")))return;const t=this.editor.plugins.get(Xs("0x3"));t[Xs("0x7")](Xs("0xd"),((t,e)=>this[Xs("0x1e")](t,e))),t[Xs("0x13")].registerCustomCallback("formatBlock","replaceImageSource",Xs("0xc"),t[Xs("0x13")][Xs("0x8")](Xs("0x17"),null,"discard")),t._suggestionFactory.registerCustomCallback("formatBlock",Xs("0xd"),Xs("0x1c"),t[Xs("0x13")][Xs("0x8")]("formatBlock",null,Xs("0xc"))),t[Xs("0x6")].registerDescriptionCallback((t=>this[Xs("0x9")](t)))}[Xs("0x1e")](t,e){const n=this.editor.plugins[Xs("0x18")](Xs("0x3")),o=this[Xs("0x4")][Xs("0xb")][Xs("0x2")].selection[Xs("0x1d")]();this[Xs("0x4")][Xs("0xb")][Xs("0xa")]((()=>{let r=o[Xs("0x16")](Xs("0x1f"));const s=this[Xs("0x4")][Xs("0x11")][Xs("0x18")](Xs("0xe")).me;for(const t of n[Xs("0x19")]({skipNotAttached:!0})){const e=t.getContainedElement();if(Xs("0xd")===t[Xs("0x20")]&&e===o){t[Xs("0x1b")]!==s&&t.discard(),r=t[Xs("0x5")][Xs("0x14")][0][Xs("0x0")];break}}t(e),n[Xs("0x1a")](o,{commandName:"replaceImageSource",commandParams:[{source:r}]},[],"replaceImageSource")}))}handleSuggestionDescription(t){const{data:e}=t;if(e&&Xs("0xd")===e[Xs("0x15")]){const t=Xs("0x21");return{type:Xs("0x10"),content:Yo(this[Xs("0x4")][Xs("0xf")],t)}}}}const Js=["_setSuggestionData","TrackChangesEditing","Users","_trackChangesValueDuringImport","editor","execute","commands","forEach","trackChanges","_handleImportedData","plugins","get","dataInsert","listenTo","bind","lowest","_trackChangesExecuted","collaboration_features","high","importWord","track_changes"];var Qs,Zs;Qs=Js,Zs=327,function(t){for(;--t;)Qs.push(Qs.shift())}(++Zs);const Ys=function(t,e){return Js[t-=0]};class ti extends t.Plugin{constructor(t){super(t),this[Ys("0xc")]=!1,this._trackChangesExecuted=!1}afterInit(){const t=this[Ys("0xd")],e=t[Ys("0xf")].get(Ys("0x7")),n=t.commands[Ys("0x14")](Ys("0x11"));e&&(e.on(Ys("0xe"),((t,[,e])=>{this._trackChangesValueDuringImport=n.value,e[Ys("0x5")][Ys("0x8")]=!this[Ys("0xc")]}),{priority:Ys("0x6")}),this[Ys("0x1")](e,Ys("0x0"),this._handleImportedData[Ys("0x2")](this)),this[Ys("0x1")](e,Ys("0x0"),(()=>{this[Ys("0x4")]&&(n[Ys("0xe")](),this[Ys("0x4")]=!1)}),{priority:Ys("0x3")}),t.plugins[Ys("0x14")](Ys("0xa")).enableCommand("importWord"))}[Ys("0x12")](t,e){const{suggestions:n}=e,o=this[Ys("0xd")][Ys("0xf")][Ys("0x14")]("trackChanges"),r=o.value;this[Ys("0xc")]!==r&&(o[Ys("0xe")](),this[Ys("0x4")]=!0),n&&n[Ys("0x10")]((({id:t,type:e,author:n,created_at:o})=>{const r={id:t,type:e,authorId:this.editor[Ys("0x13")][Ys("0x14")](Ys("0xb")).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:n,createdAt:o?new Date(o):new Date,source:Ys("0x7")}}};this[Ys("0xd")][Ys("0x13")][Ys("0x14")](Ys("0xa"))[Ys("0x9")](r)}))}}const ei=["model","from","getItemLabel","checkAttribute","has","markBlockFormat","schema","selection","document","change","plugins","*Indent:* %0","locale","indent","editor","registerDescriptionCallback","afterInit","outdentBlock","IndentEditing","enableCommand","blockIndent","indentBlock","filter","IndentBlock","get","*Outdent:* %0","_descriptionFactory","TrackChangesEditing","commandName","format"];var ni,oi;ni=ei,oi=275,function(t){for(;--t;)ni.push(ni.shift())}(++oi);const ri=function(t,e){return ei[t-=0]};class si extends t.Plugin{[ri("0xb")](){const t=this.editor,e=t[ri("0x5")][ri("0x13")](ri("0x16"));t[ri("0x5")][ri("0x1d")](ri("0xd"))&&(e[ri("0xe")](ri("0x8")),e[ri("0xe")]("outdent"));const n=t[ri("0x7")];if(t[ri("0x5")][ri("0x1d")](ri("0x12"))){for(const n of[ri("0x10"),ri("0xc")])e.enableCommand(n,(()=>{const o=Array[ri("0x1a")](this[ri("0x9")][ri("0x19")][ri("0x3")][ri("0x2")].getSelectedBlocks())[ri("0x11")]((t=>this[ri("0x9")][ri("0x19")][ri("0x1")][ri("0x1c")](t,ri("0xf"))));t[ri("0x19")][ri("0x4")]((()=>{for(const t of o)e[ri("0x0")](t,{commandName:n,commandParams:[{value:""}],formatGroupId:"indentBlock"})}))}));e[ri("0x15")][ri("0xa")]((t=>{const{data:o}=t;if(!o)return;if(ri("0x10")!=o.commandName&&"outdentBlock"!=o[ri("0x17")])return;const r=t.getItems()[0],s=e._descriptionFactory[ri("0x1b")](r);return ri("0x10")==o[ri("0x17")]?{type:ri("0x18"),content:Yo(n,ri("0x6"),s)}:ri("0xc")==o.commandName?{type:ri("0x18"),content:Yo(n,ri("0x14"),s)}:void 0}))}}}var ii,xi,ai=["editor","input","TrackChangesEditing","enableCommand","plugins","init","requires"];ii=ai,xi=287,function(t){for(;--t;)ii.push(ii.shift())}(++xi);var ci=function(t,e){return ai[t-=0]};class li extends t.Plugin{static get[ci("0x6")](){return[zr.Input]}[ci("0x5")](){this[ci("0x0")][ci("0x4")].get(ci("0x2"))[ci("0x3")](ci("0x1"))}}const ui=["afterInit","getFirstPosition","isCollapsed","getRanges","registerDescriptionCallback","model","enableCommand","*Remove link*","TrackChangesEditing","format","*Set link:* %0","linkHref","editor","LinkEditing","unlink","getAttribute","markInlineFormat","from","hasAttribute","link","locale","getFirstRange","selection","commandName","change","plugins","document","_descriptionFactory"];var di,gi;di=ui,gi=277,function(t){for(;--t;)di.push(di.shift())}(++gi);const mi=function(t,e){return ui[t-=0]};class fi extends t.Plugin{[mi("0x3")](){const t=this.editor;if(!t[mi("0x0")].has(mi("0x10")))return;const e=t[mi("0x0")].get(mi("0xb"));e[mi("0x9")](mi("0x16"),((n,o)=>{const r=t[mi("0x8")][mi("0x1")][mi("0x19")];let s=[];if(r[mi("0x5")]){if(!r[mi("0x15")](mi("0xe")))return void n(o);{const e=(0,zr.findAttributeRange)(r[mi("0x4")](),mi("0xe"),r[mi("0x12")]("linkHref"),t[mi("0x8")]);s=[e]}}else s=Array[mi("0x14")](r[mi("0x6")]());t[mi("0x8")][mi("0x1b")]((()=>{for(const t of s)e.markInlineFormat(t,{commandName:mi("0x16"),commandParams:[o]})}))})),e.enableCommand(mi("0x11"),(()=>{const n=this[mi("0xf")][mi("0x8")],o=n[mi("0x1")][mi("0x19")];n[mi("0x1b")]((()=>{let n=[];n=o[mi("0x5")]?[(0,zr.findAttributeRange)(o[mi("0x4")](),"linkHref",o[mi("0x12")](mi("0xe")),t[mi("0x8")])]:mr(mi("0xe"),o[mi("0x18")](),t.model);for(const t of n)e[mi("0x13")](t,{commandName:mi("0x11"),commandParams:[]})}))})),e[mi("0x2")][mi("0x7")]((e=>{const{data:n}=e,o=t[mi("0x17")];if(n){if(mi("0x16")==n[mi("0x1a")]){const t=n.commandParams[0];return{type:mi("0xc"),content:Yo(o,mi("0xd"),'"'+t+'"')}}return mi("0x11")==n[mi("0x1a")]?{type:mi("0xc"),content:Yo(o,mi("0xa"))}:void 0}}))}}const hi=["editor","checkChild","ELEMENT_LIST_ITEM","listType","checkTodoList","value","model","from","push","*Uncheck item*","execute","createRange","numbered","getSelectedBlocks","*Change to:* %0","ELEMENT_TODO_LIST","ListEditing","has","todo","format","listItem","element","bulleted","indentList","*Check item*","numberedList","todoList","bulletedList","blockName","commands","List","name","slice","getAttribute","todoListChecked","TrackChangesEditing","*Indent:* %0","add","plugins","listIndent","nextSibling","_descriptionFactory","enableCommand","get","commandName","ELEMENT_NUMBERED_LIST","previousSibling","filter","parent","outdentList","createPositionAt","registerDescriptionCallback","paragraph","commandParams","forceValue","document","afterInit","_selectedElements","isObject","length","before","replace","change","schema","TodoListEditing"];var pi,bi;pi=hi,bi=413,function(t){for(;--t;)pi.push(pi.shift())}(++bi);const Ei=function(t,e){return hi[t-=0]};class _i extends t.Plugin{[Ei("0x21")](){const t=this[Ei("0x2a")],e=t.locale;if(!t[Ei("0xf")][Ei("0x3b")](Ei("0x3a")))return;const n=t[Ei("0xf")][Ei("0x14")](Ei("0xc")),o=t[Ei("0xf")][Ei("0x3b")](Ei("0x29"));function r(e){return()=>{const o=t.model.document.selection,r=t[Ei("0x6")][Ei("0x14")](e);if(r[Ei("0x2f")])return void t[Ei("0x34")](Ei("0x1d"),{});const s=e.slice(0,-4),i=function(t,e,n){let o=Array.from(t)[Ei("0x18")]((t=>{return e=t,(o=n)[Ei("0x2b")](e[Ei("0x19")],Ei("0x3e"))&&!o[Ei("0x23")](e);var e,o}));o=o[Ei("0x18")]((t=>!t.is(Ei("0x3f"),"listItem")||t[Ei("0xa")](Ei("0x2d"))!=e));const r=new Set;for(const t of o)t.is(Ei("0x3f"),"listItem")?r.add(Ti(t)):r[Ei("0xe")](t);return Array[Ei("0x31")](r)}(o[Ei("0x37")](),s,t[Ei("0x30")][Ei("0x28")]);t[Ei("0x30")][Ei("0x27")]((()=>{for(const t of i)n.markBlockFormat(t,{commandName:e,commandParams:[{forceValue:!r[Ei("0x2f")]}],formatGroupId:Ei("0x5")},Ci(t))}))}}function s(e){return()=>{const o=function(t){let e=Array[Ei("0x31")](t);const n=e.findIndex((t=>Ei("0x3e")!=t[Ei("0x8")]));return n>-1&&(e=e[Ei("0x9")](0,n)),e}(t.model[Ei("0x20")].selection[Ei("0x37")]()),r=t[Ei("0x30")][Ei("0x35")](t.model.createPositionAt(o[0],Ei("0x25")),t[Ei("0x30")][Ei("0x1b")](o[o[Ei("0x24")]-1],"end"));t[Ei("0x30")][Ei("0x27")]((()=>{n.markBlockFormat(r,{commandName:e,commandParams:[],formatGroupId:"listIndent"},function(t){const e=new Set;for(const n of t){let t=n.nextSibling;for(;t&&t.getAttribute(Ei("0x10"))>n[Ei("0xa")](Ei("0x10"));)e.add(t),t=t[Ei("0x11")]}return Array[Ei("0x31")](e)}(o))}))}}n[Ei("0x13")](Ei("0x2"),r(Ei("0x2"))),n[Ei("0x13")](Ei("0x4"),r("bulletedList")),o&&n[Ei("0x13")]("todoList",r(Ei("0x3"))),n[Ei("0x13")](Ei("0x0"),s(Ei("0x0"))),n[Ei("0x13")](Ei("0x1a"),s(Ei("0x1a"))),o&&n.enableCommand("checkTodoList",(()=>{const e=t[Ei("0x6")][Ei("0x14")](Ei("0x2e")),o=Array.from(e[Ei("0x22")]);o.filter((t=>t.getAttribute(Ei("0xb"))!=e[Ei("0x2f")])),t[Ei("0x30")][Ei("0x27")]((()=>{for(const t of o)n.markBlockFormat(t,{commandName:Ei("0x2e"),commandParams:[{forceValue:!e[Ei("0x2f")]}]})}))})),n[Ei("0x12")].registerElementLabel(Ei("0x3e"),(t=>Yo(e,Ei("0x2c"),t))),n[Ei("0x12")][Ei("0x1c")]((t=>{const{data:n}=t;if(n){if("numberedList"==n[Ei("0x15")]||Ei("0x4")==n[Ei("0x15")]||Ei("0x3")==n[Ei("0x15")])switch(n[Ei("0x15")][Ei("0x26")](Ei("0x7"),"")){case Ei("0x40"):return o(Yo(e,"ELEMENT_BULLETED_LIST"));case Ei("0x36"):return o(Yo(e,Ei("0x16")));case Ei("0x3c"):return o(Yo(e,Ei("0x39")))}if(Ei("0x0")==n[Ei("0x15")])return{type:Ei("0x3d"),content:Yo(e,Ei("0xd"),Yo(e,Ei("0x2c")))};if(Ei("0x1a")==n.commandName)return{type:Ei("0x3d"),content:Yo(e,"*Outdent:* %0",Yo(e,Ei("0x2c")))};if(Ei("0x2e")==n.commandName)return n[Ei("0x1e")][0][Ei("0x1f")]?{type:Ei("0x3d"),content:Yo(e,Ei("0x1"))}:{type:Ei("0x3d"),content:Yo(e,Ei("0x33"))}}function o(t){return{type:Ei("0x3d"),content:Yo(e,Ei("0x38"),t)}}}))}}function Ti(t){const e=t[Ei("0xa")]("listIndent");if(0==e)return t;let n=t;for(;t.previousSibling&&t[Ei("0x17")].is(Ei("0x3f"),"listItem");){const o=t[Ei("0x17")][Ei("0xa")](Ei("0x10"));if(o==e)n=t.previousSibling;else if(o<e)break;t=t[Ei("0x17")]}return n}function Ci(t){const e=[];if(t.is(Ei("0x3f"),Ei("0x3e"))&&t[Ei("0xa")]("listIndent")>0){let n=t[Ei("0x11")];for(;n&&Ei("0x3e")==n.name&&n[Ei("0xa")]("listIndent")==t[Ei("0xa")](Ei("0x10"));)e[Ei("0x32")](n),n=n[Ei("0x11")]}return e}const yi=["commandParams","createPositionAt","*Change to:* %0","getFirstPosition","has","editor","*Format:* set order to regular","listType","before","handleListReversedCommand","from","replace","selection","getSiblingNodes","listStyle","*Format:* set order to reversed","getLastPosition","getSelectedBlocks","registerDescriptionCallback","_descriptionFactory","handleListStartCommand","model","listReversed","flat","TrackChangesEditing","ELEMENT_","filter","_getTranslationKeyForListStyle","commandName","length","type","ListUtils","handleListStyleCommand","element","numbered","list.properties","afterInit","locale","toUpperCase","plugins","bind","reversed","map","parent","document","createRange","listItem","_getSuggestionBlocks","format","get","change","markMultiRangeBlockFormat","handleDescriptions","forward","startIndex","_getSuggestionBlocksForListStyle","listStart","enableCommand","backward","ListPropertiesEditing"];var ki,Ai;ki=yi,Ai=233,function(t){for(;--t;)ki.push(ki.shift())}(++Ai);const vi=function(t,e){return yi[t-=0]};class Ri extends t.Plugin{[vi("0x2b")](){if(!this[vi("0xc")][vi("0x2e")][vi("0xb")](vi("0x6")))return;const t=this[vi("0xc")].config[vi("0x38")](vi("0x2a")),e=this[vi("0xc")][vi("0x2e")][vi("0x38")](vi("0x1f"));t.styles&&e[vi("0x4")](vi("0x15"),this[vi("0x27")].bind(this)),t[vi("0x30")]&&e[vi("0x4")](vi("0x1d"),this[vi("0x10")].bind(this)),t[vi("0x1")]&&e.enableCommand(vi("0x3"),this.handleListStartCommand[vi("0x2f")](this)),e[vi("0x1a")][vi("0x19")](this[vi("0x3b")][vi("0x2f")](this))}[vi("0x27")](t,e={}){const n=this[vi("0xc")].plugins[vi("0x38")](vi("0x1f")),o=this[vi("0x2")]();this[vi("0xc")][vi("0x1c")].change((()=>{n.markMultiRangeBlockFormat(o,{commandName:vi("0x15"),commandParams:[{type:e[vi("0x25")]}],formatGroupId:vi("0x15")})}))}[vi("0x10")](t,e={}){const n=this.editor[vi("0x2e")][vi("0x38")](vi("0x1f")),o=this._getSuggestionBlocks((t=>t.is("element",vi("0x35"))&&vi("0x29")===t.getAttribute("listType")));if(o[vi("0x24")]<1)return;const r=o[vi("0x31")]((t=>this[vi("0xc")][vi("0x1c")][vi("0x34")](this[vi("0xc")].model[vi("0x8")](t,vi("0xf")),this[vi("0xc")][vi("0x1c")][vi("0x8")](t,0))));this[vi("0xc")].model[vi("0x39")]((()=>{n[vi("0x3a")](r,{commandName:vi("0x1d"),commandParams:[{reversed:e[vi("0x30")]}],formatGroupId:vi("0x1d")})}))}[vi("0x1b")](t,e={}){const n=this[vi("0xc")][vi("0x2e")].get("TrackChangesEditing"),o=this[vi("0x36")]((t=>t.is(vi("0x28"),"listItem")&&"numbered"===t.getAttribute(vi("0xe"))));if(o[vi("0x24")]<1)return;const r=o[vi("0x31")]((t=>this.editor[vi("0x1c")][vi("0x34")](this[vi("0xc")][vi("0x1c")][vi("0x8")](t,vi("0xf")),this[vi("0xc")][vi("0x1c")].createPositionAt(t,0))));this[vi("0xc")][vi("0x1c")].change((()=>{n[vi("0x3a")](r,{commandName:vi("0x3"),commandParams:[{startIndex:e.startIndex}],formatGroupId:"listStart"})}))}[vi("0x3b")](t){const e=this[vi("0xc")][vi("0x2c")],{data:n}=t;if(!n)return;let o,r;switch(n[vi("0x23")]){case vi("0x15"):o=vi("0x9"),r={type:vi("0x37"),content:Yo(e,o,Yo(e,this[vi("0x22")](n[vi("0x7")][0].type)))};break;case vi("0x1d"):o=n[vi("0x7")][0].reversed?vi("0x16"):vi("0xd"),r={type:vi("0x37"),content:Yo(e,o)};break;case vi("0x3"):o="*Format:* set start index to %0",r={type:"format",content:Yo(e,o,n[vi("0x7")][0][vi("0x1")])}}return r}_getSuggestionBlocksForListStyle(){var t,e,n,o;const r=this[vi("0xc")][vi("0x2e")][vi("0x38")]("ListUtils");let s=Array.from(this[vi("0xc")].model.document[vi("0x13")][vi("0x18")]());return(null===(t=s[0])||void 0===t?void 0:t.is(vi("0x28"),"listItem"))&&s.unshift(...r.getSiblingNodes(this[vi("0xc")][vi("0x1c")].document[vi("0x13")][vi("0xa")](),vi("0x5"))),(null===(e=s[s.length-1])||void 0===e?void 0:e.is("element",vi("0x35")))&&s.push(...r[vi("0x14")](this[vi("0xc")][vi("0x1c")][vi("0x33")][vi("0x13")][vi("0x17")](),vi("0x0"))),s=[...new Set(s)],(null===(o=null===(n=this[vi("0xc")][vi("0x1c")][vi("0x33")][vi("0x13")][vi("0xa")]())||void 0===n?void 0:n[vi("0x32")])||void 0===o?void 0:o.is("element",vi("0x35")))&&(s=s.filter((t=>t.is(vi("0x28"),vi("0x35"))))),s}[vi("0x36")](t){const e=this[vi("0xc")][vi("0x2e")][vi("0x38")](vi("0x26"));let n=Array[vi("0x11")](this.editor[vi("0x1c")][vi("0x33")][vi("0x13")][vi("0x18")]())[vi("0x21")](t)[vi("0x31")]((t=>{const n=this.editor.model[vi("0x8")](t,0);return[...e[vi("0x14")](n,vi("0x5")),...e[vi("0x14")](n,vi("0x0"))]}))[vi("0x1e")]();return n=[...new Set(n)],n}[vi("0x22")](t){return vi("0x20")+this[vi("0xc")][vi("0x2e")][vi("0x38")](vi("0x26")).getListTypeFromListStyleType(t)[vi("0x2d")]()+"_LIST_"+t[vi("0x2d")]()[vi("0x12")](/-/g,"_")}}const Ii=["enableCommand","_descriptionFactory","TrackChangesEditing","locale","plugins","createEmptyElement","media","MediaEmbedEditing","ELEMENT_MEDIA","has","get","options","div","downcastDispatcher","dataDowncast","high","showSuggestionHighlights","editor","elementToElement","stop"];var Si,Li;Si=Ii,Li=317,function(t){for(;--t;)Si.push(Si.shift())}(++Li);const Ni=function(t,e){return Ii[t-=0]};class wi extends t.Plugin{afterInit(){const t=this[Ni("0x0")];if(!t[Ni("0x7")][Ni("0xc")](Ni("0xa")))return;const e=t[Ni("0x7")][Ni("0xd")](Ni("0x5")),n=t[Ni("0x6")];e[Ni("0x3")]("mediaEmbed"),e[Ni("0x4")].registerElementLabel("media",(t=>Yo(n,Ni("0xb"),t))),t.conversion.for(Ni("0x11"))[Ni("0x1")]({model:Ni("0x9"),view:(t,{writer:e,options:n})=>{if(n[Ni("0x13")])return e[Ni("0x8")](Ni("0xf"))},converterPriority:Ni("0x12")}),t.data[Ni("0x10")].on("attribute:url:media",((t,e,n)=>{n[Ni("0xe")][Ni("0x13")]&&t[Ni("0x2")]()}),{priority:"high"})}}const Mi=["TrackChangesEditing","editor","get","plugins","mention","enableCommand","MentionEditing","has","afterInit"];var Oi,Fi;Oi=Mi,Fi=316,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.plugins[Pi("0x6")](Pi("0x5"))&&t[Pi("0x2")][Pi("0x1")](Pi("0x8"))[Pi("0x4")](Pi("0x3"))}}const Bi=["pageBreak","registerElementLabel","TrackChangesEditing","get","locale","_descriptionFactory","plugins","editor","enableCommand","ELEMENT_PAGE_BREAK","afterInit"];var ji,Ui;ji=Bi,Ui=335,function(t){for(;--t;)ji.push(ji.shift())}(++Ui);const Gi=function(t,e){return Bi[t-=0]};class Hi extends t.Plugin{[Gi("0x5")](){const t=this[Gi("0x2")];if(!t[Gi("0x1")].has("PageBreakEditing"))return;t[Gi("0x1")][Gi("0x9")](Gi("0x8"))[Gi("0x3")](Gi("0x6"));const e=t[Gi("0x1")][Gi("0x9")](Gi("0x8")),n=t[Gi("0xa")];e[Gi("0x0")][Gi("0x7")](Gi("0x6"),(t=>Yo(n,Gi("0x4"),t)))}}const Wi=["isLimit","selection","checkChild","TrackChangesEditing","getFirstRange","getSelectedBlocks","getItemLabel","plugins","name","registerDescriptionCallback","addMarker:suggestion:insertion","afterInit","filter","$text","editor","insertParagraph","enableCommand","has","nodeAfter","isObject","includes","paragraph","markerName","isBlock","editing","span","registerElementLabel","consumable","schema","isTouching","markerRange","_descriptionFactory","mapper","insertion","data","options","get","document","end","highest","markBlockFormat","showSuggestionHighlights","toViewPosition","ELEMENT_PARAGRAPH","format","writer","ck-suggestion-marker-split","bindElementToMarker","consume","type","blockName","downcastDispatcher","ck-suggestion-marker--active","model","createUIElement","activeMarkers","*Change to:* %0","from","addClass"];var Vi,zi;Vi=Wi,zi=209,function(t){for(;--t;)Vi.push(Vi.shift())}(++zi);const Ki=function(t,e){return Wi[t-=0]};class qi extends t.Plugin{[Ki("0x26")](){const t=this[Ki("0x29")];if(!t[Ki("0x22")][Ki("0x2c")]("Paragraph"))return;const e=t.locale,n=t[Ki("0x22")][Ki("0x4")](Ki("0x1e"));n._descriptionFactory[Ki("0x35")](Ki("0x30"),(t=>Yo(e,"ELEMENT_PARAGRAPH",t))),n[Ki("0x2b")](Ki("0x30"),((e,o={})=>{const r=t[Ki("0x15")][Ki("0x5")],s=o[Ki("0x1c")]||r[Ki("0x1c")],i=Array[Ki("0x19")](s[Ki("0x20")]())[Ki("0x27")]((t=>{return e=t,(n=this[Ki("0x29")][Ki("0x15")][Ki("0x37")])[Ki("0x1d")](e.parent,Ki("0x30"))&&!n[Ki("0x2e")](e)&&Ki("0x30")!=e[Ki("0x23")];var e,n}));t[Ki("0x15")].change((()=>{for(const t of i)n[Ki("0x8")](t,{commandName:"paragraph",commandParams:[],formatGroupId:Ki("0x12")},fr(t))}))})),n[Ki("0x3a")][Ki("0x24")]((t=>{const{data:n}=t;if(n&&"paragraph"==n.commandName)return{type:Ki("0xc"),content:Yo(e,Ki("0x18"),Yo(e,Ki("0xb")))}})),n[Ki("0x2b")](Ki("0x2a")),t[Ki("0x33")][Ki("0x13")].on(Ki("0x25"),Xi(t),{priority:Ki("0x7")}),t[Ki("0x2")].downcastDispatcher.on(Ki("0x25"),((e,n,o)=>{o[Ki("0x3")][Ki("0x9")]&&Xi(t,{showActiveMarker:!1})(e,n,o)}),{priority:Ki("0x7")});const o=n[Ki("0x3a")];o.registerDescriptionCallback((n=>{if(Ki("0x1")!==n[Ki("0x11")])return;const{start:r,end:s}=n[Ki("0x1f")]();if(!r[Ki("0x38")](s)||!r[Ki("0x2d")])return;const i=t[Ki("0x15")][Ki("0x37")],x=r[Ki("0x2d")];return i[Ki("0x32")](x)&&!i.isLimit(x)&&i[Ki("0x1d")](x,Ki("0x28"))?{type:Ki("0x1"),content:Yo(e,"*Insert:* %0",o[Ki("0x21")](x,1))}:void 0}))}}function Xi(t,{showActiveMarker:e=!0}={}){return(n,o,r)=>{const s=t[Ki("0x22")].get(Ki("0x1e")),i=o[Ki("0x39")].start,x=o.markerRange[Ki("0x6")],a=t.model[Ki("0x37")];if(!i[Ki("0x38")](x)||!i[Ki("0x2d")])return;const c=i.nodeAfter;if(a[Ki("0x32")](c)&&!a[Ki("0x1b")](c)&&a[Ki("0x1d")](c,Ki("0x28"))){if(!r[Ki("0x36")][Ki("0x10")](o.markerRange,n[Ki("0x23")]))return;const t=r[Ki("0xd")][Ki("0x16")](Ki("0x34"),{class:Ki("0xe")}),i=r[Ki("0x0")][Ki("0xa")](x);e&&s[Ki("0x17")][Ki("0x2f")](o.markerName)&&r.writer[Ki("0x1a")](Ki("0x14"),t),r[Ki("0xd")].insert(i,t),r[Ki("0x0")][Ki("0xf")](t,o[Ki("0x31")])}}}const $i=["removeFormat","registerDescriptionCallback","getRanges","TrackChangesEditing","selection","*Remove all formatting*","model","isFormatting","commandName","from","getItems","enableCommand","change","getAttributeProperties","schema","plugins","get","format","editor","document"];var Ji,Qi;Ji=$i,Qi=403,function(t){for(;--t;)Ji.push(Ji.shift())}(++Qi);const Zi=function(t,e){return $i[t-=0]};class Yi extends t.Plugin{afterInit(){const t=this[Zi("0xf")];if(!t[Zi("0xc")].has("RemoveFormatEditing"))return;const e=t[Zi("0xc")][Zi("0xd")](Zi("0x0"));e[Zi("0x8")](Zi("0x11"),(n=>{const o=t[Zi("0x3")][Zi("0x10")][Zi("0x1")];o.isCollapsed?n():t[Zi("0x3")][Zi("0x9")]((()=>{const n=Array[Zi("0x6")](o[Zi("0x13")]());for(const o of n)for(const n of o[Zi("0x7")]())tx(n,t[Zi("0x3")][Zi("0xb")])&&e.markInlineFormat(t[Zi("0x3")].createRangeOn(n),{commandName:Zi("0x11"),commandParams:[]})}))})),e._descriptionFactory[Zi("0x12")]((e=>{const{data:n}=e;if(n&&Zi("0x11")==n[Zi("0x5")])return{type:Zi("0xe"),content:Yo(t.locale,Zi("0x2"))}}))}}function tx(t,e){for(const[n]of t.getAttributes()){const t=e[Zi("0xa")](n);if(t&&t[Zi("0x4")])return!0}return!1}const ex=["goToPreviousRestrictedEditingException","discardSelectedSuggestions","has","RestrictedEditingModeEditing","discardSuggestion","acceptSuggestion","discardAllSuggestions","TrackChangesEditing","plugins","enableCommand","goToNextRestrictedEditingException","afterInit","acceptSelectedSuggestions","editor","get"];var nx,ox;nx=ex,ox=329,function(t){for(;--t;)nx.push(nx.shift())}(++ox);const rx=function(t,e){return ex[t-=0]};class sx extends t.Plugin{[rx("0xc")](){const t=this[rx("0xe")];if(!t[rx("0x9")][rx("0x3")](rx("0x4")))return;const e=t[rx("0x9")][rx("0x0")](rx("0x8"));e[rx("0xa")](rx("0x1")),e[rx("0xa")](rx("0xb"));const n=t[rx("0x9")][rx("0x0")](rx("0x4"));n.enableCommand("trackChanges"),n[rx("0xa")](rx("0x6")),n[rx("0xa")](rx("0x5")),n[rx("0xa")]("acceptAllSuggestions"),n[rx("0xa")](rx("0x7")),n[rx("0xa")](rx("0xd")),n[rx("0xa")](rx("0x2"))}}const ix=["toViewPosition","addMarker:suggestion:deletion","enableCommand","name","markerRange","test","softBreak","addClass","ck-suggestion-marker--active","registerElementLabel","downcastDispatcher","plugins","high","mapper","ck-suggestion-marker-","locale","options","get","markerName","editing","_descriptionFactory","activeMarkers","deletion","requires","split","addMarker:suggestion","createUIElement","TrackChangesEditing","shiftEnter","bindElementToMarker","createPositionBefore","includes","span","model","addMarker:suggestion:insertion","writer"];var xx,ax;xx=ix,ax=229,function(t){for(;--t;)xx.push(xx.shift())}(++ax);const cx=function(t,e){return ix[t-=0]};class lx extends t.Plugin{static get[cx("0xa")](){return[ns.ShiftEnter]}init(){const t=this.editor,e=t[cx("0x22")][cx("0x4")](cx("0xe"));e[cx("0x19")](cx("0xf")),t[cx("0x6")][cx("0x21")].on(cx("0x15"),ux(t),{priority:cx("0x23")}),t.editing[cx("0x21")].on(cx("0x18"),ux(t),{priority:"high"}),t.data[cx("0x21")].on(cx("0xc"),((e,n,o)=>{o[cx("0x3")].showSuggestionHighlights&&ux(t,{showActiveMarker:!1})(e,n,o)})),e[cx("0x7")][cx("0x20")](cx("0x1d"),(e=>Yo(t[cx("0x2")],"ELEMENT_LINE_BREAK",e)))}}function ux(t,{showActiveMarker:e=!0}={}){return(n,o,r)=>{const s=t[cx("0x22")][cx("0x4")](cx("0xe"));if(!r.consumable[cx("0x1c")](o[cx("0x1b")],n[cx("0x1a")]))return;const i=t[cx("0x14")];for(const t of o[cx("0x1b")].getItems()){if(!t.is("element","softBreak"))continue;const n=cx("0x9")==o[cx("0x5")][cx("0xb")](":")[1]?"merge":cx("0xb"),x=r[cx("0x16")][cx("0xd")](cx("0x13"),{class:cx("0x1")+n}),a=r[cx("0x0")][cx("0x17")](i[cx("0x11")](t));e&&s[cx("0x8")][cx("0x12")](o[cx("0x5")])&&r[cx("0x16")][cx("0x1e")](cx("0x1f"),x),r[cx("0x16")].insert(a,x),r[cx("0x0")][cx("0x10")](x,o[cx("0x5")])}}}const dx=["getRanges","_descriptionFactory","StandardEditingModeEditing","plugins","format","FORMAT_RESTRICTED_ENABLED","TrackChangesEditing","commandParams","enableCommand","editor","value","restrictedEditingException","afterInit","selection","model","markInlineFormat","get","forceValue","registerDescriptionCallback","from","commands","has"];var gx,mx;gx=dx,mx=169,function(t){for(;--t;)gx.push(gx.shift())}(++mx);const fx=function(t,e){return dx[t-=0]};class hx extends t.Plugin{[fx("0x13")](){const t=this[fx("0x10")],e=t[fx("0x15")],n=t.locale;if(!t[fx("0xa")][fx("0x6")](fx("0x9")))return;const o=t[fx("0xa")][fx("0x1")](fx("0xd")),r=fx("0x12"),s=t[fx("0x5")][fx("0x1")](r);o[fx("0xf")](r,((t,n={})=>{const i=e.document[fx("0x14")];if(i.isCollapsed)return void t(n);const x=void 0!==n[fx("0x2")]?n[fx("0x2")]:!s[fx("0x11")];e.change((()=>{const t=Array[fx("0x4")](i[fx("0x7")]());for(const n of t){const t=x?[n]:mr(r,n,e);for(const e of t)o[fx("0x0")](e,{commandName:r,commandParams:[{forceValue:x}]})}}))})),o[fx("0x8")][fx("0x3")]((t=>{const{data:e}=t;if(e&&e.commandName==r)return e[fx("0xe")][0][fx("0x2")]?{type:fx("0xb"),content:Yo(n,fx("0xc"))}:{type:fx("0xb"),content:Yo(n,"FORMAT_RESTRICTED_DISABLED")}}))}}const px=["getItems","*Format:* %0","normalizeConfig","styleName","change","markBlockFormat","getRanges","forceValue","document","find","format","inline","value","getDefinitionsForView","style","isBlock","_getRangesWithClasses","style.definitions","toLowerCase","classes","editor","config","get","push","locale","StyleUtils","Style","_descriptionFactory","commandParams","model","commandName","registerDescriptionCallback","modelElements","block","getSelectedBlocks","includes","isCollapsed","element","plugins","createRangeOn","*Remove format:* %0","has","name","enabledStyles","DataSchema","markInlineFormat","from","selection"];var bx,Ex;bx=px,Ex=191,function(t){for(;--t;)bx.push(bx.shift())}(++Ex);const _x=function(t,e){return px[t-=0]};class Tx extends t.Plugin{afterInit(){const t=this[_x("0x15")];if(!t.plugins[_x("0x2a")](_x("0x1b")))return;const e=t.commands[_x("0x17")](_x("0xf")),n=t[_x("0x27")].get("TrackChangesEditing"),o=t[_x("0x19")],r=t[_x("0x27")].get(_x("0x2d")),s=t[_x("0x27")].get(_x("0x1a"))[_x("0x3")](r,t[_x("0x16")][_x("0x17")](_x("0x12")));n.enableCommand(_x("0xf"),((o,{styleName:i})=>{const x=t[_x("0x1e")][_x("0x9")][_x("0x0")],a=this._getStyleDefinition(i,s);if(!a)return;if(!e[_x("0x2c")][_x("0x24")](i))return;if(x[_x("0x25")]&&!a[_x("0x10")])return void o({styleName:i});const c=!e[_x("0xd")][_x("0x24")](a[_x("0x2b")]);if(a.isBlock){const e=function(t,e){const n=new Set;for(const o of t){const t=o.getAncestors({includeSelf:!0,parentFirst:!0});for(const o of t)if(e[_x("0x24")](o[_x("0x2b")])){n.add(o);break}}return n}(x[_x("0x23")](),a[_x("0x21")]);t[_x("0x1e")][_x("0x5")]((()=>{for(const t of e)n[_x("0x6")](t,{commandName:_x("0xf"),commandParams:[{styleName:i,forceValue:c}],formatGroupId:"style:"+i})}))}else{let e=Array.from(x[_x("0x7")]());if(!c){const n=Array[_x("0x2f")](r[_x("0xe")](a[_x("0x26")],!1))[0][_x("0x1e")],o=[];for(const r of e){const e=this[_x("0x11")](t[_x("0x1e")],r,a.classes,n);o[_x("0x18")](...e)}e=o}t[_x("0x1e")][_x("0x5")]((()=>{for(const t of e)n[_x("0x2e")](t,{commandName:_x("0xf"),commandParams:[{styleName:i,forceValue:c}]})}))}})),n[_x("0x1c")][_x("0x20")]((t=>{const{data:e}=t;if(e&&_x("0xf")===e[_x("0x1f")])return e[_x("0x1d")][0][_x("0x8")]?{type:_x("0xb"),content:Yo(o,_x("0x2"),e[_x("0x1d")][0][_x("0x4")][_x("0x13")]())}:{type:_x("0xb"),content:Yo(o,_x("0x29"),e[_x("0x1d")][0][_x("0x4")][_x("0x13")]())}}))}_getStyleDefinition(t,e){let n=e[_x("0x22")][_x("0xa")]((e=>e[_x("0x2b")]===t));return n||(n=e[_x("0xc")][_x("0xa")]((e=>e.name===t))),n}[_x("0x11")](t,e,n,o){const r=[];for(const s of e[_x("0x1")]()){const e=s.getAttribute(o);e&&n.every((t=>e[_x("0x14")][_x("0x24")](t)))&&r[_x("0x18")](t[_x("0x28")](s))}return r}}const Cx=["$graveyard","fromRange","getRowIndexes","insertTableRowBelow","name","length","tableRow","getContainedElement","_tableSuggestions","hasAttribute","toLowerCase","getFirstRange","getRanges","execute","maxRow","last","subType","from","join","downcastDispatcher","model","left","isTouching","classes","findAncestor","get","registerElementLabel","_descriptionFactory","plugins","insert","TableUtils","rowspan","getItems","markMultiRangeInsertion","*Insert:* %0","registerDescriptionCallback","data","enqueueChange","min","tablePaste","end","editor","root","ELEMENT_TABLE","highest","writer","registerCustomCallback","createTableWalker","maxColumn","_tablePostFixingSubtypes","isInContent","*Remove:* %0","element","_getCoordsForCells","refresh","batch","createRangeOn","rootName","getAttribute","enableCommand","removeClass","addMarker:suggestion","nodeAfter","low","commands","insertion","addClass","first","document","every","_suggestionFactory","removeTableRow","ELEMENT_TABLE_COLUMN","MAX_SAFE_INTEGER","insertTableColumnRight","oldRange","getChildren","ELEMENT_TABLE_ROW","type","showSuggestionHighlights","change:data","registerPostFixer","_getSuggestionCoords","isIntersectingWithRange","ELEMENT_TABLE_WITH_TEXT","startsWith","mapper","colspan","discard","addRange","getColumnIndexes","substr","position","$textProxy","tableCell","map","push","insertTableColumnLeft","selectTableColumn","cell","ELEMENT_TABLE_ROW_WITH_TEXT","afterInit","has","start","nodeBefore","differ","ELEMENT_TABLE_COLUMN_WITH_TEXT","minColumn","tableColumn","getChanges","values","createPositionAt","TrackChangesEditing","some","insertTableRowAbove","accept","includes","deletion","detach","getSelectionAffectedTableCells","setSelection","change","getCellLocation","MIN_SAFE_INTEGER","removeTableColumn","selection","options","max","add","table","forceValue","filter"];var yx,kx;yx=Cx,kx=202,function(t){for(;--t;)yx.push(yx.shift())}(++kx);const Ax=function(t,e){return Cx[t-=0]};class vx extends t.Plugin{constructor(t){super(t),this[Ax("0x6f")]=["tableRow",Ax("0x26")],this._tableSuggestions=new Set}[Ax("0x1f")](){const t=this[Ax("0x67")],e=t[Ax("0x52")].document[Ax("0x37")];if(!t[Ax("0x5a")][Ax("0x20")]("TableEditing"))return;const n=t.locale,o=t[Ax("0x5a")][Ax("0x57")](Ax("0x2a")),r=t[Ax("0x5a")][Ax("0x57")](Ax("0x5c"));o._descriptionFactory[Ax("0x58")](Ax("0x3b"),(t=>Yo(n,Ax("0x69"),t))),this._setupColumnsRowsFixing(),o[Ax("0x79")]("insertTable"),o[Ax("0x79")]("selectTableRow"),o.enableCommand(Ax("0x1c"));for(const n of[Ax("0x2c"),Ax("0x41")]){const s=t.commands[Ax("0x57")](n);o[Ax("0x79")](n,(n=>{t[Ax("0x52")][Ax("0x33")]((t=>{n();const i="above"===s.order,x=r.getSelectionAffectedTableCells(e),a=r[Ax("0x40")](x),c=i?a[Ax("0x81")]-1:a[Ax("0x4d")]+1,l=x[0][Ax("0x56")](Ax("0x3b")),u=r[Ax("0x6d")](l,{startRow:c,endRow:c}),d=Array.from(u)[Ax("0x19")]((e=>t.createRangeOn(e[Ax("0x1d")])));o.markMultiRangeInsertion(d,Ax("0x44"))}))}))}for(const n of[Ax("0x1b"),Ax("0x4")]){const s=t[Ax("0x7e")].get(n);o[Ax("0x79")](n,(n=>{t[Ax("0x52")][Ax("0x33")]((t=>{n();const i=Ax("0x53")===s.order,x=r[Ax("0x31")](e),a=r[Ax("0x14")](x),c=i?a[Ax("0x81")]-1:a.last+1,l=x[0][Ax("0x56")](Ax("0x3b")),u=r[Ax("0x6d")](l,{startRow:0,column:c,includeAllSlots:!1}),d=Array[Ax("0x4f")](u)[Ax("0x19")]((e=>t[Ax("0x76")](e.cell)));o[Ax("0x5f")](d,Ax("0x26"))}))}))}for(const n of["removeTableRow","removeTableColumn"]){const s=n.substr(11),i=s[Ax("0x48")](),x=i[Ax("0x15")](0,3)+"span",a=Ax("0x3b")+s,c=Ax("0x64")+s,l=Ax("0x39")+s;o.enableCommand(n,(()=>{t.model[Ax("0x33")]((t=>{const s=r[Ax("0x31")](e),u=s[0].findAncestor(Ax("0x3b"));let d;if(Ax("0x1")==n){const t=r[Ax("0x40")](s);d={startRow:t[Ax("0x81")],endRow:t[Ax("0x4d")],includeAllSlots:!0}}else{const t=r[Ax("0x14")](s);d={startColumn:t[Ax("0x81")],endColumn:t[Ax("0x4d")],includeAllSlots:!0}}const g=r[Ax("0x6d")](u,d),m=Array.from(g).map((({cell:t})=>t)),f=Rx(m[Ax("0x3d")]((t=>t[Ax("0x47")](x)))),h=Rx(m[Ax("0x3d")]((t=>!t[Ax("0x47")](x))))[Ax("0x19")]((e=>t.createRangeOn(e))),p=o.markMultiRangeDeletion(h,a);if(p&&(Ax("0x44")==p[Ax("0x4e")]||Ax("0x26")==p.subType)){const e=this._getSuggestionCoords(p);for(const n of f){const o=t[Ax("0x76")](n),s=r[Ax("0x34")](n),a=n[Ax("0x78")](x)-1,u=e[c],d=e[l];u<=s[i]&&s[i]+a<=d&&p[Ax("0x13")](o)}}}))}))}function s(n){const o=Array[Ax("0x4f")](e.getRanges()).map((t=>i.LiveRange[Ax("0x3f")](t)));t[Ax("0x52")][Ax("0x33")]((e=>{const r=e[Ax("0x75")];n=n[Ax("0x3d")]((t=>Ax("0x3e")!=t[Ax("0x68")].rootName)),e[Ax("0x32")](n),t.commands[Ax("0x57")](Ax("0x1"))[Ax("0x74")](),t[Ax("0x4b")](Ax("0x1"),{forceDefaultExecution:!0}),t[Ax("0x52")][Ax("0x63")]((()=>{t.model[Ax("0x63")](r,(t=>{const e=o[Ax("0x3d")]((t=>Ax("0x3e")!=t[Ax("0x68")].rootName));e[Ax("0x43")]>0&&t[Ax("0x32")](e);for(const t of o)t.detach()}))}))}))}function a(n){t.model[Ax("0x33")]((o=>{const r=Array[Ax("0x4f")](e.getRanges())[Ax("0x19")]((t=>i.LiveRange.fromRange(t))),s=[];for(const t of n)for(const e of t[Ax("0x5e")]({shallow:!0}))s[Ax("0x1a")](e);for(const e of s)"$graveyard"!=e[Ax("0x68")][Ax("0x77")]&&(o[Ax("0x32")](o[Ax("0x29")](e,0)),t.commands[Ax("0x57")](Ax("0x36"))[Ax("0x74")](),t.execute("removeTableColumn",{forceDefaultExecution:!0}));const x=r[Ax("0x3d")]((t=>Ax("0x3e")!=t[Ax("0x68")][Ax("0x77")]));x[Ax("0x43")]>0&&o[Ax("0x32")](x);for(const t of r)t.detach()}))}function c(t,e){return e[Ax("0x83")]((e=>t[Ax("0x2b")]((t=>t[Ax("0x66")].isEqual(e[Ax("0x21")])||e[Ax("0x66")].isEqual(t[Ax("0x21")])))))}function l(t,e){return t[Ax("0x2b")]((t=>e[Ax("0x2b")]((e=>t[Ax("0x66")][Ax("0x54")](e[Ax("0x21")])))))}t[Ax("0x62")][Ax("0x51")].on(Ax("0x7b"),((t,e,n)=>{if(!n[Ax("0x38")][Ax("0x9")])return;const o=e.item;if(!o)return;const r=n[Ax("0x10")].toViewElement(o);function s(t){return Array.isArray(t)?t:[t]}r&&Ax("0x18")===o[Ax("0x42")]&&(0,x.setHighlightHandling)(r,n[Ax("0x6b")],((t,e,n)=>n[Ax("0x80")](s(e[Ax("0x55")]),t)),((t,e,n)=>n[Ax("0x7a")](s(e[Ax("0x55")]),t)))}),{priority:Ax("0x6a")}),o[Ax("0x59")][Ax("0x61")]((t=>{if("insertion"!=t.type&&Ax("0x2f")!=t[Ax("0x8")])return;const e=t[Ax("0x45")]();if(null!=e&&e.is(Ax("0x72"),Ax("0x3b"))){if("insertion"==t[Ax("0x8")]){const e=t.getItems()[Ax("0x3d")]((t=>t.is("$textProxy")))[Ax("0x19")]((t=>t[Ax("0x62")]));if(e[Ax("0x43")])return{type:Ax("0x7f"),content:Yo(n,Ax("0x60"),Yo(n,Ax("0xe"),'"'+e[Ax("0x50")](" ")+'"'))}}if(Ax("0x2f")==t[Ax("0x8")]){const e=t[Ax("0x5e")]()[Ax("0x3d")]((t=>t.is(Ax("0x17"))))[Ax("0x19")]((t=>t[Ax("0x62")]));if(e[Ax("0x43")])return{type:Ax("0x2f"),content:Yo(n,Ax("0x71"),Yo(n,"ELEMENT_TABLE_WITH_TEXT",'"'+e[Ax("0x50")](" ")+'"'))}}}})),o[Ax("0x59")][Ax("0x61")]((t=>{if(Ax("0x44")==t.subType){const e=t.getItems()[Ax("0x3d")]((t=>t.is(Ax("0x17")))).map((t=>t[Ax("0x62")])),o=this._getSuggestionCoords(t),r=o[Ax("0x4c")]-o.minRow+1;if(Ax("0x7f")==t[Ax("0x8")])return e[Ax("0x43")]?{type:Ax("0x7f"),content:Yo(n,Ax("0x60"),Yo(n,"ELEMENT_TABLE_ROW_WITH_TEXT",[r,'"'+e[Ax("0x50")](" ")+'"']))}:{type:Ax("0x7f"),content:Yo(n,Ax("0x60"),Yo(n,Ax("0x7"),r))};if(Ax("0x2f")==t[Ax("0x8")])return e.length?{type:Ax("0x2f"),content:Yo(n,Ax("0x71"),Yo(n,Ax("0x1e"),[r,'"'+e[Ax("0x50")](" ")+'"']))}:{type:"deletion",content:Yo(n,Ax("0x71"),Yo(n,Ax("0x7"),r))}}if(Ax("0x26")==t[Ax("0x4e")]){const e=t.getItems()[Ax("0x3d")]((t=>t.is(Ax("0x17")))).map((t=>t[Ax("0x62")])),o=this[Ax("0xc")](t),r=o[Ax("0x6e")]-o[Ax("0x25")]+1;if(Ax("0x7f")==t[Ax("0x8")])return e.length?{type:Ax("0x7f"),content:Yo(n,Ax("0x60"),Yo(n,Ax("0x24"),[r,'"'+e.join(" ")+'"']))}:{type:Ax("0x7f"),content:Yo(n,Ax("0x60"),Yo(n,Ax("0x2"),r))};if(Ax("0x2f")==t[Ax("0x8")])return e[Ax("0x43")]?{type:Ax("0x2f"),content:Yo(n,Ax("0x71"),Yo(n,"ELEMENT_TABLE_COLUMN_WITH_TEXT",[r,'"'+e[Ax("0x50")](" ")+'"']))}:{type:Ax("0x2f"),content:Yo(n,"*Remove:* %0",Yo(n,Ax("0x2"),r))}}})),o._suggestionFactory.registerCustomCallback("insertion",Ax("0x44"),Ax("0x12"),s),o[Ax("0x0")][Ax("0x6c")](Ax("0x2f"),"tableRow",Ax("0x2d"),s),o[Ax("0x0")][Ax("0x6c")](Ax("0x7f"),"tableColumn",Ax("0x12"),a),o[Ax("0x0")][Ax("0x6c")](Ax("0x2f"),Ax("0x26"),Ax("0x2d"),a),o[Ax("0x0")][Ax("0x6c")](Ax("0x7f"),Ax("0x26"),Ax("0x50"),c),o[Ax("0x0")][Ax("0x6c")](Ax("0x2f"),Ax("0x26"),"join",c),o._suggestionFactory.registerCustomCallback("insertion",Ax("0x44"),Ax("0x50"),l),o[Ax("0x0")][Ax("0x6c")](Ax("0x2f"),Ax("0x44"),Ax("0x50"),l)}_acceptFormatSuggestionCallbackFactory(){const t=this[Ax("0x67")],e=t[Ax("0x52")].document[Ax("0x37")];return(n,o)=>{t[Ax("0x52")][Ax("0x33")]((r=>{const{commandName:s,commandParams:x}=o;let a=n[0].end[Ax("0x22")];x&&x[0]&&!1===x[0][Ax("0x3c")]&&(a=n[0][Ax("0x21")][Ax("0x7c")]);const c=r.createRangeIn(a);if(Ax("0x3e")==c[Ax("0x68")].rootName)return;const l=Array.from(e[Ax("0x4a")]())[Ax("0x19")]((t=>i.LiveRange[Ax("0x3f")](t)));r[Ax("0x32")](c),t[Ax("0x7e")][Ax("0x57")](s).refresh(),x.push({forceDefaultExecution:!0}),t.execute(s,...x);const u=l[Ax("0x3d")]((t=>"$graveyard"!=t[Ax("0x68")].rootName));u.length>0&&r[Ax("0x32")](u);for(const t of l)t[Ax("0x30")]()}))}}_getCoordsForCells(t){const e=this[Ax("0x67")][Ax("0x5a")][Ax("0x57")]("TableUtils");let n=Number[Ax("0x3")],o=Number[Ax("0x35")],r=Number[Ax("0x3")],s=Number.MIN_SAFE_INTEGER;for(const i of t){if("$graveyard"==i[Ax("0x68")][Ax("0x77")])continue;const{row:t,column:x}=e[Ax("0x34")](i),a=i.hasAttribute(Ax("0x5d"))?i[Ax("0x78")](Ax("0x5d"))-1:0,c=i[Ax("0x47")]("colspan")?i[Ax("0x78")](Ax("0x11"))-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}}_setupColumnsRowsFixing(){const t=this.editor,e=t[Ax("0x5a")][Ax("0x57")](Ax("0x2a")),n=t[Ax("0x5a")].get(Ax("0x5c"));t.model.document.on(Ax("0xa"),(()=>{const n=Array.from(t.model[Ax("0x82")][Ax("0x23")].getChangedMarkers());for(const{name:t,data:o}of n){const{group:n,id:r,subType:s}=e._splitMarkerName(t);if("suggestion"!=n)continue;if(null!=o[Ax("0x5")])continue;const i=e.getSuggestion(r);this[Ax("0x6f")][Ax("0x2e")](s)&&this[Ax("0x46")][Ax("0x3a")](i)}}),{priority:Ax("0x7d")});const o=(t,e)=>{let o=!1;const r=e[Ax("0x76")](t),s=t[Ax("0x56")](Ax("0x3b")),i=n[Ax("0x34")](t);for(const e of this[Ax("0x46")]){const n=e[Ax("0x4e")],x=n[Ax("0xf")](Ax("0x65")),a=n[Ax("0x15")](x?10:5),c=a[Ax("0x48")](),l=c[Ax("0x15")](0,3)+"span",u="min"+a,d="max"+a;if(!e[Ax("0x70")])continue;if(s!=e[Ax("0x49")]().start[Ax("0x56")](Ax("0x3b")))continue;if(e[Ax("0xd")](r))continue;const g=t[Ax("0x47")](l)?t[Ax("0x78")](l)-1:0,m=this[Ax("0xc")](e),f=m[u],h=m[d];f<=i[c]&&i[c]+g<=h&&(e.addRange(r),o=!0)}return o};t[Ax("0x52")].document[Ax("0xb")]((e=>{let n=!1;for(const r of t[Ax("0x52")].document.differ[Ax("0x27")]())if(Ax("0x5b")==r[Ax("0x8")])if(Ax("0x44")==r[Ax("0x42")])for(const t of r[Ax("0x16")][Ax("0x7c")][Ax("0x6")]())n=n||o(t,e);else Ax("0x18")==r[Ax("0x42")]&&(n=n||o(r[Ax("0x16")][Ax("0x7c")],e));return n}))}[Ax("0xc")](t){return this[Ax("0x73")](t[Ax("0x4a")]()[Ax("0x19")]((t=>t[Ax("0x21")].nodeAfter)))}}function Rx(t){return Array.from(new Set(t)[Ax("0x28")]())}const Ix=["mergeTableCells","refresh","tableCell","mergeTableCellLeft","requires","low","get","model","from","author","$graveyard","horizontally","format","_areSelectedCellsMergable","commands","stop","_isForcedDefaultExecutionBlock","table","registerCustomCallback","_acceptFormatSuggestionCallbackFactory","enableCommand","set:isEnabled","selection","trackChanges","length","detach","formatBlock","type","findAncestor","setSelection","markMultiRangeBlockFormat","find","mergeTableCellRight","getSelectionAffectedTableCells","mergeTableCellDown","filter","_areMergableCells","plugins","TableUtils","has","document","size","getRanges","execute","TrackChangesEditing","getAncestors","value","afterInit","isInContent","element","_suggestionFactory","mergeTableCellUp","add","locale","splitTableCellVertically","deletion","forceDefaultExecution","cell","change","splitTableCellHorizontally","commandName","map","containsRange","editor","TableEditing","getCellLocation","createRangeOn","*Split cell:* horizontally","accept","direction","_tablePostFixingSubtypes","getSuggestions","highest","registerDescriptionCallback","markBlockFormat","*Merge cells*"];var Sx,Lx;Sx=Ix,Lx=181,function(t){for(;--t;)Sx.push(Sx.shift())}(++Lx);const Nx=function(t,e){return Ix[t-=0]};class wx extends t.Plugin{static get[Nx("0x33")](){return[vx]}[Nx("0x12")](){const t=this.editor,e=t[Nx("0x36")][Nx("0xb")][Nx("0x45")],n=t[Nx("0x18")];if(!t[Nx("0x8")][Nx("0xa")](Nx("0x23")))return;const o=t[Nx("0x8")].get(Nx("0xf")),r=t.plugins[Nx("0x35")](Nx("0x9")),s=t[Nx("0x8")].get(vx);s[Nx("0x29")].push(Nx("0x2f")),o.enableCommand(Nx("0x2f"),(()=>{const e=r[Nx("0x4")](t[Nx("0x36")][Nx("0xb")][Nx("0x45")]);t[Nx("0x36")][Nx("0x1d")]((()=>{o[Nx("0x1")](e,{commandName:Nx("0x2f"),commandParams:[]},[],Nx("0x2f"))}))})),t[Nx("0x3d")][Nx("0x35")](Nx("0x2f")).on(Nx("0xe"),((e,n)=>{t[Nx("0x3d")][Nx("0x35")](Nx("0x46"))[Nx("0x11")]&&(n.length>0&&n[n[Nx("0x47")]-1]&&n[n[Nx("0x47")]-1][Nx("0x1b")]||o[Nx("0x3f")]||this[Nx("0x3c")]()||e.stop())}),{priority:Nx("0x2b")});for(const e of[Nx("0x16"),Nx("0x3"),"mergeTableCellDown","mergeTableCellLeft"]){const n=t[Nx("0x3d")][Nx("0x35")](e);o[Nx("0x43")](e,(()=>{const e=t[Nx("0x36")][Nx("0xb")][Nx("0x45")].getFirstPosition()[Nx("0x10")]().find((t=>t.is("element",Nx("0x31")))),r=n[Nx("0x11")];t[Nx("0x36")][Nx("0x1d")]((()=>{o.markMultiRangeBlockFormat([e,r],{commandName:Nx("0x2f"),commandParams:[]},[],Nx("0x2f"))}))}))}for(const e of[Nx("0x19"),"splitTableCellHorizontally"]){const n=t[Nx("0x3d")][Nx("0x35")](e);o[Nx("0x43")](e,(()=>{const s=r[Nx("0x4")](t[Nx("0x36")][Nx("0xb")][Nx("0x45")])[0],i=s[Nx("0x4b")](Nx("0x40")),{column:x,row:a}=r[Nx("0x24")](s);let c=[];if(Nx("0x3a")==n[Nx("0x28")]){const t=r.createTableWalker(i,{startRow:a,endRow:a,includeAllSlots:!0});c=Array[Nx("0x37")](t)[Nx("0x20")]((t=>t[Nx("0x1c")]))}else{const t=r.createTableWalker(i,{column:x,includeAllSlots:!0});c=Array[Nx("0x37")](t).map((t=>t[Nx("0x1c")]))}t[Nx("0x36")][Nx("0x1d")]((t=>{o[Nx("0x2d")](t.createRangeOn(s),{commandName:e,commandParams:[]},c,e)}))}))}o._descriptionFactory[Nx("0x2c")]((t=>{const{data:e}=t;if(e)return Nx("0x2f")==e[Nx("0x1f")]?{type:Nx("0x3b"),content:Yo(n,Nx("0x2e"))}:void 0})),o._descriptionFactory[Nx("0x2c")]((t=>{const{data:e}=t;if(e)return Nx("0x19")==e.commandName?{type:"format",content:Yo(n,"*Split cell:* vertically")}:Nx("0x1e")==e[Nx("0x1f")]?{type:Nx("0x3b"),content:Yo(n,Nx("0x26"))}:void 0}));const x=s[Nx("0x42")]();for(const t of[Nx("0x16"),Nx("0x3"),Nx("0x5"),Nx("0x32")])o[Nx("0x15")][Nx("0x41")](Nx("0x49"),t,Nx("0x27"),x);for(const t of[Nx("0x19"),Nx("0x1e")])o[Nx("0x15")][Nx("0x41")](Nx("0x49"),t,Nx("0x27"),x);o._suggestionFactory[Nx("0x41")](Nx("0x49"),Nx("0x2f"),Nx("0x27"),(n=>{t[Nx("0x36")][Nx("0x1d")]((o=>{const r=Array[Nx("0x37")](e.getRanges()).map((t=>i.LiveRange.fromRange(t)));o.setSelection(n),t[Nx("0x3d")].get(Nx("0x2f"))[Nx("0x30")](),t[Nx("0xe")]("mergeTableCells",{forceDefaultExecution:!0});const s=r[Nx("0x6")]((t=>Nx("0x39")!=t.root.rootName));s[Nx("0x47")]>0&&o[Nx("0x0")](s);for(const t of r)t[Nx("0x48")]()}))}));for(const e of[Nx("0x16"),Nx("0x5"),Nx("0x32"),Nx("0x3")]){const n=t[Nx("0x3d")][Nx("0x35")](e);n.on(Nx("0x44"),((e,o,r)=>{if(r){const o=t[Nx("0x36")][Nx("0xb")][Nx("0x45")].getFirstPosition()[Nx("0x10")]()[Nx("0x2")]((t=>t.is(Nx("0x14"),Nx("0x31"))));this[Nx("0x7")](n[Nx("0x11")],o)||(e.return=!1,e[Nx("0x3e")]())}}),{priority:Nx("0x34")})}}[Nx("0x3c")](){const t=this[Nx("0x22")].commands[Nx("0x35")](Nx("0x2f")),e=this.editor[Nx("0x8")][Nx("0x35")]("TableUtils");if(!t.isEnabled)return!1;const n=e[Nx("0x4")](this.editor[Nx("0x36")].document[Nx("0x45")]);for(const t of n)for(const e of n)if(t!=e&&!this[Nx("0x7")](t,e))return!1;return!0}_areMergableCells(t,e){const n=this[Nx("0x22")][Nx("0x8")][Nx("0x35")]("TrackChangesEditing"),o=this[Nx("0x22")][Nx("0x36")][Nx("0x25")](t),r=this[Nx("0x22")][Nx("0x36")][Nx("0x25")](e),s=new Set,i=new Set;for(const t of n[Nx("0x2a")]())if(("insertion"==t[Nx("0x4a")]||Nx("0x1a")==t[Nx("0x4a")]||Nx("0x2f")==t.subType)&&t[Nx("0x13")])for(const e of t[Nx("0xd")]())e[Nx("0x21")](o,!0)&&s[Nx("0x17")](t[Nx("0x4a")]+":"+t[Nx("0x38")].id),e[Nx("0x21")](r,!0)&&i[Nx("0x17")](t[Nx("0x4a")]+":"+t[Nx("0x38")].id);if(s[Nx("0xc")]!=i[Nx("0xc")])return!1;for(const t of s)if(!i[Nx("0xa")](t))return!1;return!0}}const Mx=["FORMAT_HEADER_COLUMN","FORMAT_REGULAR_ROW","commandParams","format","downcastDispatcher","document","TableUtils","*Format:* %0","item","forceValue","data","table","getCellLocation","writer","accept","index","createRange","selection","formatBlock","registerDescriptionCallback","ck-suggestion-marker--active","toViewElement","mapper","removeAttribute","includes","has","addMarker:suggestion","afterInit","enableCommand","addClass","start","getAttribute","from","isBefore","setAttribute","_descriptionFactory","getSuggestion","markerName","locale","markBlockFormat","setTableColumnHeader","getRowIndexes","setTableRowHeader","ck-suggestion-marker-","commands","cell","_suggestionFactory","findAncestor","value","createPositionBefore","highest","showSuggestionHighlights","end","first","editing","removeClass","getSelectionAffectedTableCells","markerRange","plugins","FORMAT_REGULAR_COLUMN","markerNameToElements","getChild","nodeBefore","parent","createPositionAfter","commandName","_splitMarkerName","bindElementToMarker","createTableWalker","model","unbindElementFromMarkerName","change","stop","get","options","removeMarker:suggestion","requires","editor","TrackChangesEditing","headingColumns","FORMAT_HEADER_ROW","registerCustomCallback"];var Ox,Fx;Ox=Mx,Fx=395,function(t){for(;--t;)Ox.push(Ox.shift())}(++Fx);const Px=function(t,e){return Mx[t-=0]};class Dx extends t.Plugin{static get[Px("0x9")](){return[vx]}[Px("0x2a")](){const t=this[Px("0xa")];if(!t[Px("0x49")][Px("0x28")]("TableEditing"))return;const e=t[Px("0x35")],n=t[Px("0x49")][Px("0x6")](Px("0xb")),o=t[Px("0x49")][Px("0x6")](Px("0x15")),r=t[Px("0x49")][Px("0x6")](vx);function s({showActiveMarker:t=!0,setDataAttribute:e=!0}={}){return(r,s,i)=>{const{type:x,id:a}=n[Px("0x51")](s[Px("0x34")]),c=n[Px("0x33")](a);if(!c[Px("0x19")]||Px("0x37")!=c[Px("0x19")][Px("0x50")])return;if(s[Px("0x17")])return void r[Px("0x5")]();if(!i.consumable.consume(s.markerRange,r.name))return;const l=s.markerRange[Px("0x2d")].nodeAfter,u=s[Px("0x48")][Px("0x43")][Px("0x4d")],d=l[Px("0x4e")][Px("0x4e")],{column:g}=o.getCellLocation(l),{column:m}=o[Px("0x1b")](u);for(let r=g;r<=m;r++){const c=o[Px("0x1")](d,{column:r,includeAllSlots:!1});for(const o of c){const r=o.cell,c=i[Px("0x25")][Px("0x24")](r);i[Px("0x1c")][Px("0x2c")](Px("0x3a")+x,c),e&&i.writer[Px("0x31")]("data-suggestion",a,c),i[Px("0x25")][Px("0x0")](c,s[Px("0x34")]),t&&(n.activeMarkers[Px("0x27")](s[Px("0x34")])?i[Px("0x1c")][Px("0x2c")](Px("0x23"),c):i[Px("0x1c")][Px("0x46")](Px("0x23"),c))}}}}n[Px("0x2b")]("setTableRowHeader",((e,r)=>{const s=o.getSelectionAffectedTableCells(t[Px("0x2")][Px("0x14")].selection),i=o[Px("0x38")](s),x=s[0][Px("0x3e")](Px("0x1a")),a=x[Px("0x2e")]("headingRows")||0,c=r&&null!==r[Px("0x18")]?r.forceValue:!t[Px("0x3b")][Px("0x6")](Px("0x39"))[Px("0x3f")],l=c?i.last:i[Px("0x44")],u=x[Px("0x4c")](l);let d;if(c){const e=x[Px("0x4c")](a);if(u[Px("0x1e")]<e[Px("0x1e")])return;d=t.model.createRange(t[Px("0x2")].createPositionBefore(e[Px("0x4c")](0)),t.model[Px("0x4f")](u[Px("0x4c")](u.childCount-1)))}else{const e=x[Px("0x4c")](a-1);if(!e)return;d=t[Px("0x2")][Px("0x1f")](t.model[Px("0x40")](u[Px("0x4c")](0)),t.model[Px("0x4f")](e[Px("0x4c")](e.childCount-1)))}t[Px("0x2")][Px("0x4")]((()=>{n.markBlockFormat(d,{commandName:Px("0x39"),commandParams:[{forceValue:c}]},[],Px("0x39"))}))})),n.enableCommand(Px("0x37"),((e,o)=>{const r=t[Px("0x49")][Px("0x6")](Px("0x15")),s=r[Px("0x47")](t.model[Px("0x14")][Px("0x20")]),i=r.getColumnIndexes(s),x=s[0].findAncestor(Px("0x1a")),a=x[Px("0x2e")](Px("0xc"))||0,c=o&&null!==o.forceValue?o.forceValue:!t.commands[Px("0x6")](Px("0x37"))[Px("0x3f")];let l;const u=x[Px("0x4c")](0),d=c?i.last:i[Px("0x44")],g=r[Px("0x1")](x,{startRow:0,column:d,includeAllSlots:!1}),m=Array[Px("0x2f")](g)[0][Px("0x3c")];if(c){const e=u[Px("0x4c")](a);if(m[Px("0x30")](e))return;l=t[Px("0x2")][Px("0x1f")](t[Px("0x2")][Px("0x40")](e),t[Px("0x2")][Px("0x4f")](m))}else{const e=u[Px("0x4c")](a-1);if(!e)return;l=t[Px("0x2")].createRange(t[Px("0x2")][Px("0x40")](m),t[Px("0x2")][Px("0x4f")](e))}t[Px("0x2")].change((()=>{n[Px("0x36")](l,{commandName:Px("0x37"),commandParams:[{forceValue:c}]},[],Px("0x37"))}))})),t[Px("0x45")][Px("0x13")].on(Px("0x29"),s(),{priority:Px("0x41")}),t[Px("0x19")][Px("0x13")].on(Px("0x29"),((t,e,n)=>{n[Px("0x7")][Px("0x42")]&&s({showActiveMarker:!1,setDataAttribute:!1})(t,e,n)}),{priority:"highest"}),t.editing[Px("0x13")].on(Px("0x8"),((t,e,o)=>{const{type:r,id:s}=n[Px("0x51")](e[Px("0x34")]),i=n[Px("0x33")](s);if(!i[Px("0x19")]||"setTableColumnHeader"!=i[Px("0x19")][Px("0x50")])return;const x=o.mapper[Px("0x4b")](e[Px("0x34")]);if(x)for(const t of x)o[Px("0x1c")][Px("0x46")](Px("0x3a")+r,t),o[Px("0x1c")][Px("0x46")]("ck-suggestion-marker--active",t),o[Px("0x1c")][Px("0x26")]("data-suggestion",t),o[Px("0x25")][Px("0x3")](t,e[Px("0x34")])}),{priority:"highest"}),n[Px("0x32")][Px("0x22")]((t=>{const{data:n}=t;if(n){if("setTableRowHeader"==n[Px("0x50")]){const t=n[Px("0x11")][0][Px("0x18")];return o(Yo(e,Px(t?"0xd":"0x10")))}if(Px("0x37")==n[Px("0x50")]){const t=n[Px("0x11")][0].forceValue;return o(Yo(e,Px(t?"0xf":"0x4a")))}}function o(t){return{type:Px("0x12"),content:Yo(e,Px("0x16"),t)}}}));const i=r._acceptFormatSuggestionCallbackFactory();n[Px("0x3d")][Px("0xe")](Px("0x21"),"setTableRowHeader","accept",i),n[Px("0x3d")].registerCustomCallback(Px("0x21"),Px("0x37"),Px("0x1d"),i)}}const Bx=["last","findAncestor","next","getChanges","differ","_suggestionFactory","createPositionBefore","previous","endRow","deletionRanges","tableCellBorderStyle","tablePasteCell","options","model","markerToHighlight","content","discard","change","name","editingDowncast","author","getAllAdjacentSuggestions","getChild","includes","insertRows","editing","showSuggestionHighlights","return","insertion","getChangedMarkers","startsWith","markMultiRangeInsertion","insertColumns","some","*Replace table cells*","activeMarkers","nextSibling","registerCustomCallback","clipboardOutput","tablePasteColumn","markMultiRangeBlockFormat","selection","commands","TrackChangesEditing","registerDescriptionCallback","dataDowncast","columnInsertionIndexes","get","column","rowInsertionIndexes","getRanges","conversion","tableCell","insertionRanges","hasSuggestion","endColumn","getChildren","fill","unwrap","$graveyard","insertContent","getColumns","createTableWalker","insert","move","add","batch","tablePasteChainId","cell","from","createRangeOn","attributes","getSuggestion","_splitMarkerName","removeColumns","deletion","suggestion:formatBlock:tablePasteCell","containsRange","length","createRangeIn","type","remove","_isForcedDefaultExecutionBlock","tablePasteRow","isInContent","isEmpty","map","tableCellSuggestion","suggestion-td","plugins","getContainedElement","filter","cells","formatBlock","getSuggestions","trackChanges","listenTo","getSelectionAffectedTableCells","isEqual","_createdBatches","getSuggestionCallback","getMarkers","subType","schema","_descriptionFactory","stop","accept","tableCellHorizontalAlignment","afterInit","tableCellBorderWidth","for","set","markers","table","tablePaste","ck-suggestion-marker-insertion","document","getColumnIndexes","position","view","markMultiRangeDeletion","editor","push","_getCoordsForCells","columnInsertionRanges","element","tableCellBackgroundColor","newRange","forceDefaultExecution","entries","getRows","has","removeMarkers","TableClipboard","find","Users","high","redo","rootName","ck-suggestion-marker","columns","setAttribute","tableCellPadding","nodeAfter","markerAttributes","TableUtils","markerName","first","removeMarker","updateMarker","createElement","elementToElement","tableCellVerticalAlignment","oldRange","paragraph","every","setAttributes","fromEntries","reduce","ck-suggestion-marker--active","tableCellBorderColor","registerPostFixer","rows","documentSelection","low","getShiftedBy","getRange"];var jx,Ux;jx=Bx,Ux=395,function(t){for(;--t;)jx.push(jx.shift())}(++Ux);const Gx=function(t,e){return Bx[t-=0]},Hx=[Gx("0x30"),Gx("0x63"),Gx("0x74"),Gx("0x2e"),Gx("0x5b"),Gx("0x41"),Gx("0x51")],Wx=Object[Gx("0x60")](Hx.map((t=>[t,null])));class Vx extends t.Plugin{static get requires(){return[vx]}[Gx("0x2f")](){const t=this[Gx("0x3c")];if(!t[Gx("0x1c")][Gx("0x46")](Gx("0x48")))return;const n=t[Gx("0x1c")][Gx("0x99")](Gx("0x95")),o=t[Gx("0x1c")][Gx("0x99")](Gx("0x54")),r=t.plugins[Gx("0x99")](vx),s=t[Gx("0x1c")].get("TableClipboard");r._tablePostFixingSubtypes[Gx("0x3d")]("tablePasteRow","tablePasteColumn"),t[Gx("0x77")][Gx("0x2a")].register(Gx("0x1a"),{allowIn:"tableCell",allowContentOf:Gx("0x9e"),isLimit:!0}),t[Gx("0x9d")][Gx("0x5a")]({model:Gx("0x1a"),view:Gx("0x1b")});let i=null;t[Gx("0x77")].on(Gx("0xa6"),((r,x)=>{const[a,c]=x,l=x[x.length-1];l&&l[Gx("0x43")]||n[Gx("0x15")]||this[Gx("0x3c")][Gx("0x94")].get(Gx("0x22")).value&&function(t,e,n,o,r){if(e&&!e.is(Gx("0x66")))return!1;const s=r.getTableIfOnlyTableInContent(t,n);if(!s||!Kx(s,void 0,o))return!1;const i=o[Gx("0x24")](n[Gx("0x37")][Gx("0x93")]);if(!i[Gx("0x11")])return!1;const x=i[0].findAncestor(Gx("0x34")),a=o.getRowIndexes(i),c=o[Gx("0x38")](i),l={startRow:a[Gx("0x56")],endRow:a[Gx("0x6a")],startColumn:c.first,endColumn:c[Gx("0x6a")]};return 1==i[Gx("0x11")]&&(l[Gx("0x72")]+=o[Gx("0x45")](s)-1,l[Gx("0xa1")]+=o[Gx("0x0")](s)-1),Kx(x,l,o)}(a,c,t[Gx("0x77")],o,s)&&(r.stop(),i={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},t[Gx("0x77")][Gx("0x7b")]((()=>{t[Gx("0x77")][Gx("0xa6")](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[Gx("0x11")]&&n[Gx("0x89")](r,Gx("0x16"),{tablePasteChainId:o}),s[Gx("0x11")]&&n[Gx("0x89")](s,"tablePasteColumn",{tablePasteChainId:o}),a[Gx("0x11")]&&n.markMultiRangeInsertion(a,Gx("0x35"),{tablePasteChainId:o,skipNestingCheck:!0}),c[Gx("0x11")]&&n[Gx("0x3b")](c,"tablePaste",{tablePasteChainId:o,skipNestingCheck:!0});const u=n[Gx("0x92")](l[Gx("0x19")]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],Gx("0x75"),{tablePasteChainId:o});if(u){const e=u[Gx("0x28")](),n=[];for(const{element:o,attributes:r}of l){if(!r)continue;const s=t[Gx("0x77")][Gx("0x9")](o),i=e.find((t=>t.getRange()[Gx("0x25")](s)));i&&n[Gx("0x3d")]([i[Gx("0x7c")],r])}n[Gx("0x11")]&&u[Gx("0x50")](Gx("0x53"),Object.fromEntries(n))}i=null})))}),{priority:e.priorities[Gx("0x4b")]+10}),t.plugins[Gx("0x99")](Gx("0x48")).on("_replaceTableSlotCell",((t,e)=>{const[n,o,,r]=e;if(!i)return;t[Gx("0x2c")]();const s=n[Gx("0x7")],x=o,a=zx(s),c=zx(x);t[Gx("0x85")]=s;let l=null,u=null;if(c||a)if(a&&!c){r.remove(s[Gx("0x80")](0));for(const t of Array[Gx("0x8")](x.getChildren()))r[Gx("0x2")](t,s,"end");const t=i[Gx("0x9b")][Gx("0x81")](n.row),e=i.columnInsertionIndexes.includes(n[Gx("0x9a")]);t||e||(l=r[Gx("0x12")](s))}else c&&!a&&(u=r.createRangeIn(s));else{const t=r[Gx("0x59")]("tableCellSuggestion"),e=r.createElement("tableCellSuggestion");r.wrap(r[Gx("0x12")](s),e),r[Gx("0x2")](t,s,0);for(const e of Array[Gx("0x8")](x[Gx("0xa2")]()))r[Gx("0x2")](e,t,"end");l=r[Gx("0x9")](t),u=r[Gx("0x9")](e)}const d=Array[Gx("0x8")](x.getAttributes()).filter((([t])=>Hx[Gx("0x81")](t)));i[Gx("0x1f")].push({element:s,attributes:d[Gx("0x11")]?Object.fromEntries(d):null}),l&&i[Gx("0x9f")].push(l),u&&i[Gx("0x73")][Gx("0x3d")](u)}),{priority:Gx("0x4b")}),o.on(Gx("0x8a"),((e,n)=>{const[r,s={}]=n;if(!i)return;const x=s.at||0,a=s[Gx("0x4f")]||1;i[Gx("0x98")]=new Array(a)[Gx("0xa3")](x)[Gx("0x19")](((t,e)=>t+e));for(const{cell:e}of o.createTableWalker(r,{startColumn:x,endColumn:x+a-1}))i[Gx("0x3f")].push(t.model[Gx("0x9")](e))}),{priority:Gx("0x67")}),o.on(Gx("0x82"),((e,n)=>{const[r,s={}]=n;if(!i)return;const x=s.at||0,a=s[Gx("0x65")]||1;i[Gx("0x9b")]=new Array(a)[Gx("0xa3")](x)[Gx("0x19")](((t,e)=>t+e));for(const{cell:e}of o[Gx("0x1")](r,{startRow:x,endRow:x+a-1}))i.rowInsertionRanges[Gx("0x3d")](t[Gx("0x77")][Gx("0x9")](e))}),{priority:Gx("0x67")}),n[Gx("0x2b")][Gx("0x96")]((e=>{if(e[Gx("0x29")]&&e[Gx("0x29")][Gx("0x88")](Gx("0x35")))return e[Gx("0x71")]?{}:{type:Gx("0x86"),content:Yo(t.locale,Gx("0x8c"))}}));const x=()=>{};for(const t of[Gx("0x35"),Gx("0x91"),Gx("0x16"),Gx("0x75")])n._suggestionFactory[Gx("0x8f")](Gx("0x86"),t,"join",x),n._suggestionFactory.registerCustomCallback("deletion",t,"join",x);n[Gx("0x6f")][Gx("0x8f")](Gx("0x20"),Gx("0x75"),"discard",x),n[Gx("0x6f")][Gx("0x8f")](Gx("0x20"),Gx("0x75"),Gx("0x2d"),((e,n,o)=>{const r=e[Gx("0x19")]((t=>t[Gx("0x1d")]()))[Gx("0x1e")]((t=>t)),s=new Map(r[Gx("0x19")]((t=>[t,null])));if(i)for(const{element:t,attributes:e}of i[Gx("0x1f")])e&&s[Gx("0x32")](t,e);else if(o&&o[Gx("0x53")])for(const[e,n]of Object[Gx("0x44")](o[Gx("0x53")])){const o=t[Gx("0x77")][Gx("0x33")][Gx("0x99")](e),r=o?o[Gx("0x69")]()[Gx("0x1d")]():null;r&&s[Gx("0x32")](r,n)}t[Gx("0x77")][Gx("0x7b")]((t=>{for(const[e,n]of s)t[Gx("0x5f")]({...Wx,...n},e)}))}));const a=(e,o)=>{n[Gx("0x6f")].registerCustomCallback(e,Gx("0x35"),o,((r,s,i)=>{t[Gx("0x77")][Gx("0x7b")]((t=>{const x=[];for(const t of r){const e=t.start[Gx("0x52")];e.is(Gx("0x40"),"tableCellSuggestion")&&x[Gx("0x3d")](e)}n._suggestionFactory[Gx("0x27")](e,null,o)(r,s,i);for(const e of x)Gx("0xa5")!=e.root[Gx("0x4d")]&&t[Gx("0xa4")](e)}))}))};a(Gx("0x86"),"accept"),a("insertion",Gx("0x7a")),a(Gx("0xe"),Gx("0x2d")),a(Gx("0xe"),"discard"),n[Gx("0x6f")][Gx("0x8f")](Gx("0x86"),Gx("0x16"),Gx("0x7a"),(t=>{const e=t[Gx("0x19")]((t=>t[Gx("0x1d")]())),n=e[0][Gx("0x6b")](Gx("0x34")),{minRow:s,maxRow:i}=r[Gx("0x3e")](e);o.removeRows(n,{at:s,rows:i-s+1})})),n._suggestionFactory[Gx("0x8f")](Gx("0x86"),Gx("0x91"),Gx("0x7a"),(t=>{const e=t.map((t=>t[Gx("0x1d")]())),n=e[0][Gx("0x6b")](Gx("0x34")),{minColumn:s,maxColumn:i}=r[Gx("0x3e")](e);o[Gx("0xd")](n,{at:s,columns:i-s+1})}));const c=(t,e)=>{if(!e[Gx("0x29")]||!e[Gx("0x29")][Gx("0x88")]("tablePaste"))return;const o=e.attributes[Gx("0x6")],r=n[Gx("0x21")]()[Gx("0x1e")]((t=>t[Gx("0x17")]&&t[Gx("0xa")]&&t[Gx("0xa")][Gx("0x6")]==o));r[Gx("0x11")]&&e[Gx("0x7f")]()[Gx("0x11")]!=r.length&&r[Gx("0x61")](((t,e)=>(t[Gx("0x6c")]=e,e[Gx("0x71")]=t,e)))};function l(t,e=!0){const{id:o}=n[Gx("0xc")](t[Gx("0x55")]),r=[Gx("0x4e"),Gx("0x36")],s=n[Gx("0x8d")][Gx("0x81")](t.markerName);return s&&r[Gx("0x3d")](Gx("0x62")),{classes:r,attributes:{"data-suggestion":o},priority:s&&e?3010:3e3}}n.on("suggestionLoaded",c,{priority:"high"}),n.on("suggestionUnloaded",c,{priority:"high"}),t[Gx("0x77")][Gx("0x37")][Gx("0x64")]((()=>{let e=!1;const o=Array[Gx("0x8")](t[Gx("0x77")][Gx("0x37")][Gx("0x6e")][Gx("0x87")]());for(const{name:r,data:s}of o){const{group:o,type:i,id:x}=n._splitMarkerName(r);if("suggestion"!=o||Gx("0xe")!=i||s.oldRange)continue;if(!n[Gx("0xa0")](x))continue;const a=n[Gx("0xb")](x)[Gx("0x9c")](),c=t[Gx("0x1c")][Gx("0x99")]("Users").me;for(const t of n.getSuggestions())if(t[Gx("0x17")]&&t[Gx("0x7e")]==c&&"formatBlock"==t[Gx("0x13")]&&Gx("0x75")==t[Gx("0x29")]&&t.getRanges()[Gx("0x5e")]((t=>a[Gx("0x8b")]((e=>e.containsRange(t,!0))))))for(const n of t[Gx("0x7f")]())n[Gx("0x17")]&&(n[Gx("0x7a")](),e=!0)}return e})),t[Gx("0x77")].document.registerPostFixer((e=>{const o=t[Gx("0x94")].get(Gx("0x4c"));if(!o||!o[Gx("0x26")][Gx("0x46")](e[Gx("0x5")]))return!1;let r=!1;const s=t[Gx("0x1c")][Gx("0x99")](Gx("0x4a")).me,i=t[Gx("0x77")][Gx("0x37")][Gx("0x6e")][Gx("0x6d")](),x=Array[Gx("0x8")](t[Gx("0x77")][Gx("0x37")].differ[Gx("0x87")]()).filter((({name:t,data:e})=>{const{group:o,subType:r,authorId:i}=n[Gx("0xc")](t);return"suggestion"==o&&Gx("0x35")==r&&i==s.id&&!e[Gx("0x5c")]}));for(const t of i){if(Gx("0x2")!=t.type||Gx("0x1a")!=t[Gx("0x7c")]||1!=t[Gx("0x11")])continue;const n=e.createRange(t[Gx("0x39")],t.position[Gx("0x68")](1));if(!x[Gx("0x49")]((({data:t})=>t[Gx("0x42")].isEqual(n))))for(const{name:t,data:o}of x)if(n[Gx("0x10")](o.newRange)){e[Gx("0x58")](t,{range:n}),r=!0;break}}return r})),t.model[Gx("0x37")][Gx("0x64")]((e=>{let o=!1;const r=t.plugins.get("Users").me,s=n[Gx("0x21")]()[Gx("0x1e")]((t=>t.isInContent&&t[Gx("0x7e")]==r)),i=new Set,x=new Set;for(const t of s)if("tablePaste"==t.subType)for(const e of t.getMarkers()){const n=e[Gx("0x69")]()[Gx("0x1d")]();if(n)if(n.is("element",Gx("0x1a"))&&zx(n)){t[Gx("0x57")](e[Gx("0x7c")]),i[Gx("0x4")](n),o=!0;const r=n[Gx("0x8e")],s=n.previousSibling,a=r&&r.is(Gx("0x40"),"tableCellSuggestion"),c=s&&s.is(Gx("0x40"),Gx("0x1a"));a&&!i.has(r)&&x[Gx("0x4")](r),c&&!i[Gx("0x46")](s)&&x.add(s)}else n.is(Gx("0x40"),Gx("0x5d"))&&n[Gx("0x18")]&&(t[Gx("0x57")](e[Gx("0x7c")]),o=!0)}else if(Gx("0x75")==t[Gx("0x29")]){if(!t[Gx("0xa")]||!t[Gx("0xa")][Gx("0x6")])continue;const e=t.attributes[Gx("0x53")];if(e&&Object.keys(e)[Gx("0x11")])continue;const n=t[Gx("0xa")][Gx("0x6")];let r=!0,i=!0;for(const e of s)if(e.subType&&e[Gx("0x29")].startsWith(Gx("0x35"))){if(!e[Gx("0xa")][Gx("0x6")]){i=!1;break}if(e.id!=t.id&&e[Gx("0xa")][Gx("0x6")]==n){r=!1;break}}i&&r&&(t[Gx("0x47")](),o=!0)}for(const t of i)e[Gx("0x14")](t);for(const t of x)e[Gx("0xa4")](t);return o})),t[Gx("0x9d")][Gx("0x31")](Gx("0x7d")).markerToHighlight({model:Gx("0xf"),view:(t,e)=>l(t),converterPriority:Gx("0x4b")}),t.conversion.for(Gx("0x97"))[Gx("0x78")]({model:Gx("0xf"),view:(t,e)=>e[Gx("0x76")][Gx("0x84")]?l(t,!1):null,converterPriority:Gx("0x4b")});const u=t[Gx("0x83")][Gx("0x3a")];this[Gx("0x23")](u[Gx("0x37")],Gx("0x90"),((t,e)=>{const n=[];for(const t of u[Gx("0x12")](e[Gx("0x79")]).getItems())t.is(Gx("0x40"),Gx("0x1b"))&&n[Gx("0x3d")](t);u[Gx("0x7b")]((t=>{for(const e of n)t[Gx("0x3")](t[Gx("0x12")](e),t[Gx("0x70")](e)),t[Gx("0x14")](e)}))}))}}function zx(t){if(t[Gx("0x18")])return!0;const e=t[Gx("0x80")](0);return e.is("element",Gx("0x5d"))&&e[Gx("0x18")]}function Kx(t,e={},n){for(const{isAnchor:o,cellHeight:r,cellWidth:s}of n.createTableWalker(t,{includeAllSlots:!0,...e}))if(!o||1!=r||1!=s)return!1;return!0}const qx=["getAttribute","Users","plugins","resizeTableWidth","data","enableCommand","markBlockFormat","getSuggestions","tableWidth","discard","has","formatBlock","columnWidths","registerCustomCallback","getTableColumnsWidths","author","_descriptionFactory","model","getSelectedElement","bind","resizeTable","TrackChangesEditing","getColumnGroupElement","format","getSuggestionCallback","_suggestionFactory","resizeColumnWidths","get","*Format:* resize table","editor","formatGroupId","commandParams","afterInit","handleResizeTableWidthCommand","TableColumnResizeEditing","subType","change","accept"];var Xx,$x;Xx=qx,$x=163,function(t){for(;--t;)Xx.push(Xx.shift())}(++$x);const Jx=function(t,e){return qx[t-=0]};class Qx extends t.Plugin{[Jx("0x15")](){if(!this[Jx("0x12")][Jx("0x1d")][Jx("0x25")](Jx("0x17")))return;const t=this[Jx("0x12")][Jx("0x1d")][Jx("0x10")](Jx("0xa"));t[Jx("0x20")](Jx("0x1e"),this.handleResizeTableWidthCommand.bind(this)),t[Jx("0x20")](Jx("0xf"),this[Jx("0x16")].bind(this)),t[Jx("0xe")][Jx("0x2")](Jx("0x0"),"resizeTable",Jx("0x1a"),t[Jx("0xe")].getSuggestionCallback("formatBlock",null,Jx("0x24"))),t._suggestionFactory.registerCustomCallback(Jx("0x0"),Jx("0x9"),Jx("0x24"),t._suggestionFactory[Jx("0xd")]("formatBlock",null,Jx("0x1a"))),t[Jx("0x5")].registerDescriptionCallback(this.handleSuggestionDescription[Jx("0x8")](this))}[Jx("0x16")](t,e){const n=this[Jx("0x12")][Jx("0x1d")][Jx("0x10")](Jx("0xa")),o=this.editor[Jx("0x1d")][Jx("0x10")]("TableColumnResizeEditing"),r=e.table||this.editor[Jx("0x6")].document.selection[Jx("0x7")]();this[Jx("0x12")][Jx("0x6")][Jx("0x19")]((()=>{const s=o[Jx("0xb")](r);let i=s?o[Jx("0x3")](s):null,x=r[Jx("0x1b")](Jx("0x23"))||null;const a=e[Jx("0x23")]||x,c=e[Jx("0x1")]||i,l=this[Jx("0x12")].plugins[Jx("0x10")](Jx("0x1c")).me;for(const t of n[Jx("0x22")]()){const e=t.getContainedElement();if(Jx("0x9")===t[Jx("0x18")]&&e===r){t[Jx("0x4")]!==l&&t[Jx("0x24")]();const e=t[Jx("0x1f")][Jx("0x14")];x=e[0][Jx("0x23")],i=e[0][Jx("0x1")];break}}t({table:r,tableWidth:a,columnWidths:c}),n[Jx("0x21")](r,{commandName:Jx("0x1e"),commandParams:[{tableWidth:x,columnWidths:i}],formatGroupId:Jx("0x9")},[],Jx("0x9"))}))}handleSuggestionDescription(t){const{data:e}=t;if(e&&"resizeTable"===e[Jx("0x13")]){const t=Jx("0x11");return{type:Jx("0xc"),content:Yo(this.editor.locale,t)}}}}const Zx=["_descriptionFactory","registerPostFixer","afterInit","differ","newRange","title-content","forward","plugins","Title","element","end","removeMarker","registerElementLabel","locale","from","get","isCollapsed","_splitMarkerName","editor","model","isTouching","updateMarker","TrackChangesEditing","schema","has","nodeBefore","start","document","getChangedMarkers"];var Yx,ta;Yx=Zx,ta=272,function(t){for(;--t;)Yx.push(Yx.shift())}(++ta);const ea=function(t,e){return Zx[t-=0]};class na extends t.Plugin{[ea("0x14")](){const t=this[ea("0x7")];if(!t[ea("0x19")][ea("0xd")](ea("0x1a")))return;const e=t[ea("0x19")][ea("0x4")](ea("0xb"));e[ea("0x12")][ea("0x1")]("title-content",(()=>Yo(t[ea("0x2")],"ELEMENT_TITLE"))),t.model[ea("0x10")][ea("0x13")]((n=>{let o=!1;const r=Array[ea("0x3")](t[ea("0x8")][ea("0x10")][ea("0x15")][ea("0x11")]());for(const{name:s,data:i}of r){const{group:r}=e[ea("0x6")](s);if("suggestion"!==r||!i.newRange)continue;const x=i[ea("0x16")],a=x[ea("0x1c")][ea("0xe")];if(!a||!a.is(ea("0x1b"),ea("0x17")))continue;if(!x[ea("0xf")][ea("0x9")](x.end))continue;const c=t[ea("0x8")][ea("0xc")].getNearestSelectionRange(x[ea("0x1c")],ea("0x18"));if(c&&c[ea("0x5")]){const t=n.createRange(x[ea("0xf")],c[ea("0xf")]);t.isEqual(x)||(n[ea("0xa")](s,{range:t}),o=!0)}o||(n[ea("0x0")](s),o=!0)}return o}))}}const oa=["UndoEditing","undo","afterInit","redo","enableCommand","get","editor","plugins"];var ra,sa;ra=oa,sa=413,function(t){for(;--t;)ra.push(ra.shift())}(++sa);const ia=function(t,e){return oa[t-=0]};class xa extends t.Plugin{[ia("0x5")](){const t=this[ia("0x1")],e=t[ia("0x2")][ia("0x0")]("TrackChangesEditing");t[ia("0x2")].has(ia("0x3"))&&(e[ia("0x7")](ia("0x4")),e[ia("0x7")](ia("0x6")))}}const aa=["editor","TrackChangesEditing","enableCommand","get","afterInit","plugins","requires"];var ca,la;ca=aa,la=204,function(t){for(;--t;)ca.push(ca.shift())}(++la);const ua=function(t,e){return aa[t-=0]};class da extends t.Plugin{static get[ua("0x5")](){return[vx]}[ua("0x3")](){const t=this[ua("0x6")];t[ua("0x4")].has("TableCaptionEditing")&&t.plugins[ua("0x2")](ua("0x0"))[ua("0x1")]("toggleTableCaption")}}const ga=["format","*Format:* set start index to %0","getSelectedBlocks","change","DocumentListPropertiesUtils","listStyle","isFirstBlockOfListItem","listReversed","_getSuggestionBlocksForListStyle","filter","get","handleListStartCommand","listType","document","handleListStyleCommand","replace","isListItemBlock","*Change to:* %0","*Format:* set order to regular","numbered","has","ELEMENT_","model","type","handleDescriptions","registerDescriptionCallback","DocumentListUtils","listStart","_descriptionFactory","toUpperCase","startIndex","_getTranslationKeyForListStyle","plugins","_LIST_","reversed","getAttribute","TrackChangesEditing","handleListReversedCommand","afterInit","locale","getListTypeFromListStyleType","expandListBlocksToCompleteList","length","editor","DocumentListPropertiesEditing","selection","styles","push","_getSuggestionBlocks","bind","commandName","from","markMultiRangeBlockFormat","commandParams"];var ma,fa;ma=ga,fa=321,function(t){for(;--t;)ma.push(ma.shift())}(++fa);const ha=function(t,e){return ga[t-=0]};class pa extends t.Plugin{[ha("0x29")](){if(!this[ha("0x2e")][ha("0x23")][ha("0x17")](ha("0x2f")))return;const t=this[ha("0x2e")].config[ha("0xd")]("list.properties"),e=this.editor[ha("0x23")][ha("0xd")](ha("0x27"));t[ha("0x31")]&&e.enableCommand("listStyle",this[ha("0x11")][ha("0x34")](this)),t[ha("0x25")]&&e.enableCommand("listReversed",this[ha("0x28")][ha("0x34")](this)),t[ha("0x21")]&&e.enableCommand(ha("0x1e"),this.handleListStartCommand[ha("0x34")](this)),e[ha("0x1f")][ha("0x1c")](this[ha("0x1b")].bind(this))}[ha("0x11")](t,e={}){const n=this.editor.plugins[ha("0xd")](ha("0x27")),o=this[ha("0xb")]();this[ha("0x2e")].model.change((()=>{n[ha("0x1")](o,{commandName:ha("0x8"),commandParams:[{type:e[ha("0x1a")]}],formatGroupId:ha("0x8")})}))}[ha("0x28")](t,e={}){const n=this[ha("0x2e")][ha("0x23")][ha("0xd")](ha("0x27")),o=this.editor.plugins[ha("0xd")](ha("0x1d")),r=this[ha("0x33")]((t=>o[ha("0x13")](t)&&ha("0x16")===t[ha("0x26")](ha("0xf"))));null!==r&&this[ha("0x2e")][ha("0x19")].change((()=>{n[ha("0x1")](r,{commandName:ha("0xa"),commandParams:[{reversed:e[ha("0x25")]}],formatGroupId:ha("0xa")})}))}[ha("0xe")](t,e={}){const n=this[ha("0x2e")][ha("0x23")][ha("0xd")]("TrackChangesEditing"),o=this[ha("0x2e")][ha("0x23")][ha("0xd")](ha("0x1d")),r=this[ha("0x33")]((t=>o.isListItemBlock(t)&&ha("0x16")===t[ha("0x26")](ha("0xf"))));null!==r&&this[ha("0x2e")][ha("0x19")][ha("0x6")]((()=>{n[ha("0x1")](r,{commandName:ha("0x1e"),commandParams:[{startIndex:e.startIndex}],formatGroupId:ha("0x1e")})}))}[ha("0x1b")](t){const e=this[ha("0x2e")][ha("0x2a")],{data:n}=t;if(!n)return;let o,r;switch(n[ha("0x35")]){case ha("0x8"):o=ha("0x14"),r={type:ha("0x3"),content:Yo(e,o,Yo(e,this[ha("0x22")](n[ha("0x2")][0][ha("0x1a")])))};break;case ha("0xa"):o=n[ha("0x2")][0][ha("0x25")]?"*Format:* set order to reversed":ha("0x15"),r={type:"format",content:Yo(e,o)};break;case ha("0x1e"):o=ha("0x4"),r={type:ha("0x3"),content:Yo(e,o,n[ha("0x2")][0][ha("0x21")])}}return r}[ha("0xb")](){const t=this[ha("0x2e")][ha("0x23")].get(ha("0x1d"));let e=Array[ha("0x0")](this[ha("0x2e")][ha("0x19")][ha("0x10")][ha("0x30")][ha("0x5")]());return e[ha("0x32")](...t.expandListBlocksToCompleteList(e)),e=[...new Set(e)],e}_getSuggestionBlocks(t){const e=this[ha("0x2e")][ha("0x23")][ha("0xd")](ha("0x1d"));let n=Array[ha("0x0")](this[ha("0x2e")][ha("0x19")][ha("0x10")][ha("0x30")][ha("0x5")]())[ha("0xc")](t);if(!n[ha("0x2d")])return null;n=e[ha("0x2c")](n);const o=[];for(const t of n)e[ha("0x9")](t)&&o.push(t);return o}[ha("0x22")](t){return ha("0x18")+this[ha("0x2e")].plugins[ha("0xd")](ha("0x7"))[ha("0x2b")](t)[ha("0x20")]()+ha("0x24")+t[ha("0x20")]()[ha("0x12")](/-/g,"_")}}const ba=["tableBorderStyle","tableCellBorderStyle","change","tableCellWidth","document","*Format:* change table cell properties","formatBlock","accept","TablePropertiesEditing","enqueueChange","_suggestionFactory","tableBorderColor","get","getSelectionAffectedTableCells","tableCellVerticalAlignment","nodeAfter","_handlePropertyChange","tableCellPadding","tableCellProperties","model","getFirstPosition","handleDiscardAction","start","discard","tableWidth","*Format:* change table properties","batch","removeAttribute","editor","table","registerCustomCallback","pluginName","tableCellHorizontalAlignment","data","plugins","has","enableCommand","tableCellBackgroundColor","tableProperties","format","TableUtils","TrackChangesTableProperties","getContainedElement","locale","join","tableCellBorderWidth","getSuggestionCallback","handleSuggestionDescription","TrackChangesEditing","subType","markBlockFormat","_descriptionFactory","tableBorderWidth","selection","findAncestor"];var Ea,_a;Ea=ba,_a=444,function(t){for(;--t;)Ea.push(Ea.shift())}(++_a);const Ta=function(t,e){return ba[t-=0]};class Ca extends t.Plugin{constructor(t){super(t),this[Ta("0x22")]=[Ta("0x7"),Ta("0x33"),Ta("0x30"),"tableAlignment",Ta("0x14"),"tableHeight","tableBackgroundColor"],this[Ta("0xe")]=["tableCellBorderColor",Ta("0x34"),Ta("0x29"),Ta("0xd"),Ta("0x36"),"tableCellHeight",Ta("0x21"),Ta("0x1c"),Ta("0xa")]}static get[Ta("0x1b")](){return Ta("0x25")}afterInit(){const t=this[Ta("0x18")][Ta("0x1e")][Ta("0x8")](Ta("0x2c"));if(this[Ta("0x18")][Ta("0x1e")][Ta("0x1f")](Ta("0x4"))){for(const e of this[Ta("0x22")])t[Ta("0x20")](e,((t,n)=>{const o=this[Ta("0x18")][Ta("0xf")][Ta("0x0")][Ta("0x31")][Ta("0x10")]()[Ta("0x32")](Ta("0x19"));this[Ta("0xc")](e,[o],this[Ta("0x22")],Ta("0x22"),t,n)}));t._suggestionFactory[Ta("0x1a")](Ta("0x2"),"tableProperties",Ta("0x3"),t[Ta("0x6")][Ta("0x2a")](Ta("0x2"),null,Ta("0x13"))),t[Ta("0x6")][Ta("0x1a")](Ta("0x2"),"tableProperties","discard",((t,e)=>this.handleDiscardAction(this.tableProperties,t,e))),t._suggestionFactory[Ta("0x1a")](Ta("0x2"),Ta("0x22"),"join",(()=>!1))}if(this[Ta("0x18")].plugins.has("TableCellPropertiesEditing")){for(const e of this.tableCellProperties)t[Ta("0x20")](e,((t,n)=>{const o=this.editor[Ta("0x1e")].get(Ta("0x24"))[Ta("0x9")](this.editor[Ta("0xf")][Ta("0x0")].selection);this[Ta("0xc")](e,o,this[Ta("0xe")],"tableCellProperties",t,n)}));t[Ta("0x6")][Ta("0x1a")](Ta("0x2"),"tableCellProperties","accept",t._suggestionFactory[Ta("0x2a")](Ta("0x2"),null,Ta("0x13"))),t[Ta("0x6")][Ta("0x1a")](Ta("0x2"),Ta("0xe"),Ta("0x13"),((t,e)=>this[Ta("0x11")](this[Ta("0xe")],t,e))),t[Ta("0x6")][Ta("0x1a")]("formatBlock",Ta("0xe"),Ta("0x28"),(()=>!1))}t[Ta("0x2f")].registerDescriptionCallback((t=>this[Ta("0x2b")](t)))}_handlePropertyChange(t,e,n,o,r,s){const i=this[Ta("0x18")][Ta("0x1e")].get(Ta("0x2c"));this[Ta("0x18")][Ta("0xf")][Ta("0x5")](s[Ta("0x16")],(()=>{for(const t of e)if(this._getSuggestion(t,o))r(s);else{const e={};for(const o of n){const n=t.getAttribute(o);void 0!==n&&(e[o]=n)}r(s),i[Ta("0x2e")](t,{commandParams:[e]},[],o)}}))}[Ta("0x11")](t,e,n){const o=e[0][Ta("0x12")][Ta("0xb")],r=n.commandParams[0];this.editor[Ta("0xf")][Ta("0x35")]((e=>{for(const n of t)void 0!==r[n]?e.setAttribute(n,r[n],o):e[Ta("0x17")](n,o)}))}[Ta("0x2b")](t){if(t[Ta("0x1d")])switch(t[Ta("0x2d")]){case Ta("0x22"):return{type:Ta("0x23"),content:Yo(this[Ta("0x18")][Ta("0x27")],Ta("0x15"))};case Ta("0xe"):return{type:Ta("0x23"),content:Yo(this[Ta("0x18")][Ta("0x27")],Ta("0x1"))}}}_getSuggestion(t,e){const n=this[Ta("0x18")][Ta("0x1e")][Ta("0x8")](Ta("0x2c"));for(const o of n.getSuggestions({skipNotAttached:!0})){const n=o[Ta("0x26")]();if(o[Ta("0x2d")]===e&&n===t)return o}return null}}const ya=["_refreshSuggestionsChain","createElement","enableCommand","originalSuggestionId","hasCommentThread","value","from","open","pluginName","formatInline:accept","collaboration.channelId","suggestion","insertion:discard","deletion:accept","suggestionLoaded","removed","ck-suggestion-marker","_getSuggestionData","rethrowUnexpectedError","substr","showSuggestionHighlights","_handleNewSuggestionMarker","getAttribute","delete","getNearestSelectionRange","enableReadOnlyMode","options","acceptSelectedSuggestions","containsPosition","track-changes-suggestion-not-found","_trackFormatChanges","getShiftedBy","splice","subType","markerNameToElements","_saved","_updateSuggestionData","_breakSuggestionMarker","isDocumentOperation","setTo","isAfter","notReady","createPositionAfter","getMultiRangeId","containsItem","hasSuggestion","insertion","values","deleteContent","sort","deletion:chain","add","isAtEnd","track-changes-adapter-already-set","insertion:chain","_editor","formatBlock:discard","setSelection","formatBlock","commandName","config","isObject","PENDING_ACTION_SUGGESTION","attributes","createRangeIn","getIntersection","_checkSuggestionCorrectness","containsRange","init","then","move","addClass","conversion","plugins","isBlock","isNextTo","formatBlock:","size","deletion:join","deletion:discard","getChangedMarkers","join","_customCallbacks","filter","detach","isMultiRange","formatGroupId","$marker","catch","markerToData","TrackChangesEditing","updateMarker","track-changes-command-not-found","position","markers","map","markMultiRangeBlockFormat","after","isLocal","creator","containsRangeInObject","upcast","_getAuthorFromId","nodeAfter","low","getFirstMarker","addHighlight","getAllAdjacentSuggestions","getMarkers","getSuggestion","removeClass","newRange","markerName","range","_addSuggestionMarker","getItems","has","markerReady","rejected","documentSelection","listenTo","isExternal","authoredAt","deletion:","isAtStart","getCustomProperty","parent","selection","group","dataToMarker","accept","elementStart","type","addMarker","isSelectable","root","removeComment","removeMarker","_rangeIsInLocalUserInsertion","isEqual","elementToElement","addSuggestion","chain","error-saving-suggestion-data-suggestion-discarded","_cutOutSuggestionMarker","setAttribute","_removeSuggestion","differ","formatBlock:chain","every","_getExternalAuthor","stop","_commentsRepository","execute","addMarkerName","getWalker","suggestionChanged","createPositionBefore","addMarker:suggestion:formatBlock","markDeletion","next","registerPostFixer","suggestion:","adapter","authorName","fromCharCode","change:activeMarkers","CommentsRepository","_enabledCommands","addRange","before","getFirstRange","discardSelectedSuggestions","for","consumable","length","change","toJSON","marker-count","getUser","schema","trackChanges","data","lowest","commands","removeAttribute","refresh","model","name","isCollapsed","_onDiscard","previous","remove","document","_defaultCallbacks","_suggestionFactory","buildSuggestion","acceptAllSuggestions","unbindElementFromMarkerName","getSuggestions","dataDowncast","normal","discardSuggestion","_joinWithAdjacentSuggestions","markMultiRangeDeletion","isInContent","markerToHighlight","define","getLastMatchingPosition","getSuggestionCallback","createRange","_suggestions","discardAllSuggestions","insertContent","multipleBlocks","ready","rootName","ck-suggestion-marker-formatBlock","markInlineFormat","markBlockFormat","forceDefaultExecution","elementEnd","Users","hasComments","ck-suggestion-marker-","multi","addSuggestionData","backward","ck-suggestion-marker--active","editor","getCommentThread","trackChanges.trackFormatChanges","splitPosition","createSelection","moveTargetPosition","insertion:","createPositionAt","reconvertMarker","accepted","isBefore","addUser","formatInline:join","toViewElement","_registerDefaultCallbacks","_addThreadToSuggestion","isOwn","editingDowncast","writer","forward","update:suggestion","_setSuggestionData","change:_saved","_setSuggestionRange","skipNestingCheck","containerElement","howMany","removeMarkers","fromRange","high","_createSuggestion","_adapter","highest","includes","isRemovable","locale","fire","@external","clone","deletion","formatInline:discard","dataReady","data-suggestion","oldRange","getRange","element","discard","split","$textProxy","addMarker:suggestion","removeMarker:suggestion:formatBlock","_isForcedDefaultExecutionBlock","acceptSuggestion","batch","commentThread","track-changes-adapter-missing-getsuggestion","_splitMarkerName","mapper","markMultiRangeInsertion","_suggestionState","set","_descriptionFactory","$graveyard","push","addComment","consume","get","some","resolve","track-changes-suggestion-data-mismatch","isTouching","item","nodeBefore","widget","getRanges","author","addCommentThread","end","_joinSuggestions","external:","start","formatBlock:accept","insert","track-changes-user-not-found","activeMarkers","formatInline:","markInsertion","_findSuggestions","isLimit","createdAt","formatInline","_model","trackChangesCommand"];var ka,Aa;ka=ya,Aa=354,function(t){for(;--t;)ka.push(ka.shift())}(++Aa);const va=function(t,e){return ya[t-=0]};class Ra extends t.Plugin{static get requires(){return[va("0x87"),s.Users,t.PendingActions,cr,Cr,Rr,Mr,Br,Vr,Jr,es,pa,xs,ds,bs,ys,Ss,Os,js,Vs,$s,ti,si,li,fi,_i,Ri,wi,Di,Hi,qi,Yi,sx,lx,hx,Tx,vx,wx,Dx,da,Vx,Qx,Ca,na,xa]}static get[va("0x12a")](){return va("0x3a")}constructor(t){function e(t){return t.map((t=>String[va("0x85")](t)))[va("0x31")]("")}super(t),this[va("0x101")](va("0x119"),[]),this.on(va("0x86"),((e,n,o,r)=>{this._model[va("0x90")]((()=>{for(const e of[...r,...o])this[va("0x120")][va("0x3e")].has(e)&&t.editing[va("0xcd")](e)}))})),this[va("0x102")]=new rr(this[va("0xc5")].model[va("0x94")],this[va("0xc5")][va("0xe8")]),this[va("0xe4")]=null,this[va("0xa3")]=new Ia(this.editor),this[va("0xb3")]=new Map,this[va("0x78")]=t[va("0x29")][va("0x107")](va("0x87")),this[va("0x88")]=new Set,this[va("0x120")]=this[va("0xc5")][va("0x9b")],this[va("0x100")]=new WeakMap,this[va("0xf8")]=!1,t[va("0x1c")][va("0xaf")](va("0xc7"),!0),this._trackFormatChanges=t[va("0x1c")][va("0x107")](va("0xc7")),this[va("0x121")]=new d(t,this[va("0x88")]),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])}[va("0x24")](){const t=this[va("0xc5")];t.conversion.for(va("0xd6")).markerToHighlight({model:"suggestion",view:t=>{const{id:e,type:n}=this[va("0xfd")](t.markerName),o=["ck-suggestion-marker",va("0xc0")+n];let r=3e3;return this[va("0x119")].includes(t.markerName)&&(o[va("0x104")]("ck-suggestion-marker--active"),r=3010),va("0xec")==n&&(r+=5),{classes:o,attributes:{"data-suggestion":e},priority:r}}}),t[va("0x28")].for("dataDowncast")[va("0x13")]((e=>{e.on(va("0xf6"),((e,n,o)=>{if(!o[va("0x13c")][va("0x136")])return;const r=n[va("0x10c")];if(!r)return;const s=o[va("0xfe")][va("0xd2")](r);t[va("0x9b")].schema[va("0x1d")](r)&&s&&!s.getCustomProperty(va("0x10e"))&&s.is(va("0xde"))&&(0,x.toWidget)(s,o.writer)}),{priority:va("0xe2")})})),t[va("0x28")][va("0x8d")](va("0xa8"))[va("0xae")]({model:va("0x12d"),view:(t,e)=>{if(!e.options.showSuggestionHighlights)return null;const{type:n}=this[va("0xfd")](t.markerName);return{classes:[va("0x132"),va("0xc0")+n],priority:3e3}}});const n=({showActiveMarkers:e=!0}={})=>(n,o,r)=>{if(!o.item)return;if(o[va("0x10c")].is(va("0x5f")))return void r[va("0x8e")][va("0x106")](o[va("0x10c")],n.name);const s=r[va("0xfe")][va("0xd2")](o.item);if(!o[va("0x10c")].is(va("0xf2"))||!t[va("0x9b")][va("0x94")][va("0x2a")](o[va("0x10c")])||s[va("0x5d")](va("0x4a")))return;const{id:i}=this[va("0xfd")](o[va("0x50")]);r[va("0xd7")][va("0x27")](["ck-suggestion-marker",va("0xb9")],s),r[va("0xd7")][va("0x71")](va("0xef"),i,s),r[va("0xfe")].bindElementToMarker(s,o[va("0x50")]),e&&(this.activeMarkers.includes(o[va("0x50")])?r[va("0xd7")][va("0x27")](va("0xc4"),s):r[va("0xd7")][va("0x4e")](va("0xc4"),s));for(const e of t.model[va("0x20")](o.item)[va("0x53")]())r[va("0x8e")].consume(e,n[va("0x9c")]);r[va("0x8e")].consume(o[va("0x10c")],n[va("0x9c")])};t.conversion[va("0x8d")](va("0xa8"))[va("0x13")]((t=>{t.on(va("0x7e"),((t,e,o)=>{o[va("0x13c")].showSuggestionHighlights&&n({showActiveMarkers:!1})(t,e,o)}),{priority:va("0xe5")})})),t[va("0x28")][va("0x8d")](va("0xa8"))[va("0x39")]({model:va("0x12d"),view:(t,e)=>e[va("0x13c")][va("0x136")]?null:{group:va("0x12d"),name:t[va("0x135")]("suggestion"[va("0x8f")]+1)}}),t[va("0x28")].for(va("0x45"))[va("0x6c")]({view:{name:"suggestion",attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(t,{writer:e})=>{let n=va("0x82")+t[va("0x138")]("suggestion-type")+":"+t[va("0x138")]("id");return t.getAttribute(va("0x92"))&&(n+=":"+t[va("0x138")](va("0x92"))),e[va("0x123")](va("0x37"),{"data-name":n})}}),t[va("0x28")][va("0x8d")](va("0x45"))[va("0x61")]({view:va("0x12d")}),t[va("0x28")][va("0x8d")](va("0xd6"))[va("0x13")]((t=>{t.on(va("0x7e"),n(),{priority:va("0xe2")})})),t[va("0x28")][va("0x8d")]("editingDowncast").add((t=>{t.on(va("0xf7"),((t,e,n)=>{const o=n[va("0xfe")][va("0x2")](e[va("0x50")]);if(o)for(const t of o)t[va("0x5d")]("addHighlight")||(n[va("0xd7")].removeClass(["ck-suggestion-marker",va("0xb9"),va("0xc4")],t),n[va("0xd7")][va("0x99")]("data-suggestion",t),n[va("0xfe")][va("0xa6")](t,e[va("0x50")]))}),{priority:va("0xe2")})})),t[va("0x9b")].document.registerPostFixer((e=>{let n=!1;const o=Array[va("0x128")](t[va("0x9b")][va("0xa1")][va("0x73")][va("0x30")]()),r=new Set;for(const{name:x,data:a}of o){const{group:o,type:c,id:l}=this[va("0xfd")](x);if(va("0x12d")!==o)continue;const u=this[va("0xb3")].get(l);if(null!=a[va("0x4f")])if("formatInline"==c&&(n=n||Na(a[va("0x4f")],x,e,t.model[va("0x94")])),a[va("0x4f")][va("0x9d")]||va("0x103")==a.newRange.root[va("0xb8")]||va("0x1a")==c&&!Ma(a[va("0x4f")])||"deletion"==c&&(La(i=a[va("0x4f")])||(s=i)[va("0x115")][va("0x5e")]==s[va("0x112")].nodeBefore&&s.start[va("0x14")]))e[va("0x69")](x),n=!0;else{if(!u||!u.isInContent)continue;r.add(u)}}var s,i;return r[va("0x2d")]>0&&(n=!!this._joinWithAdjacentSuggestions(r)||n),n})),t[va("0x9b")].document[va("0x81")]((e=>{let n=!1;for(const o of t[va("0x9b")][va("0xa1")][va("0x73")].getChanges()){if(va("0x117")!=o[va("0x64")])continue;const r=o.position[va("0x141")](o[va("0x8f")]);if(r[va("0x14")])for(const s of this._suggestions.values()){if(s.isMultiRange||!s[va("0xad")])continue;if(va("0x1a")!=s[va("0x64")])continue;const i=s.getFirstRange();if(i.start[va("0x5e")]!=i[va("0x112")][va("0x5e")]&&i.end[va("0x6b")](o[va("0x3d")])){const o=t.model.createRange(i[va("0x115")],r);e[va("0x3b")](s[va("0x49")](),{range:o}),n=!0}}}return n})),t[va("0x9b")][va("0x3e")].on(va("0xd9"),((t,e,n)=>{if(null==n){const{id:t}=this[va("0xfd")](e[va("0x9c")]),n=this[va("0xb3")][va("0x107")](t);n&&n.addMarkerName(e[va("0x9c")])}})),t[va("0x9b")].document.on("change:data",(()=>{const e=Array[va("0x128")](t[va("0x9b")][va("0xa1")].differ[va("0x30")]())[va("0x33")]((t=>"suggestion"===this[va("0xfd")](t[va("0x9c")])[va("0x60")]));if(0===e[va("0x8f")])return;e[va("0x11")](((t,e)=>{const n=t[va("0x96")][va("0xf0")],o=e[va("0x96")][va("0xf0")];return null===n&&null===o?0:null===n&&null!==o?-1:null!==n&&null===o?1:n[va("0x115")][va("0xcf")](o[va("0x115")])?-1:1}));const n=new Set,o=new Set;for(const{name:t,data:r}of e){const{id:e}=this[va("0xfd")](t);if(null===r[va("0xf0")]){const e=this[va("0x137")](t);o.add(e)}else{const t=this[va("0xb3")][va("0x107")](e);null!==r[va("0x4f")]||t[va("0xad")]?(n[va("0x13")](t.head),o[va("0x13")](t)):this[va("0x72")](t)}}o[va("0x2d")]>0&&this[va("0x122")](o);for(const t of n)this.fire(va("0x7c"),t)})),t[va("0x9b")].on("applyOperation",((e,n)=>{const o=n[0];if(!this[va("0xb3")].size)return;if(!o[va("0x6")])return;if(o.batch.isUndo||!o[va("0xfa")][va("0x42")])return;let r,s;switch(o[va("0x64")]){case va("0x117"):r=t.model[va("0xcc")](o[va("0x3d")]),s=r.getShiftedBy(o.howMany);break;case va("0xf4"):r=t[va("0x9b")][va("0xcc")](o[va("0xc8")]),s=t.model.createPositionAt(o[va("0xca")]);break;case va("0x26"):r=t[va("0x9b")].createPositionAt(o.targetPosition),s=r[va("0x141")](o[va("0xdf")]);break;default:return}const i=t.model[va("0xb2")](r,s);t[va("0x9b")].change((()=>{for(const{suggestion:t,meta:e}of this[va("0x11c")](i)){if(t[va("0x35")])continue;if(va("0x11f")==t[va("0x64")])continue;const n=t[va("0x96")]&&t[va("0x96")][va("0xb6")];("formatBlock"!=t[va("0x64")]||va("0xf4")==o[va("0x64")]&&!n)&&(e.containsRangeInObject||"insertion"==t[va("0x64")]&&e.isOwn||t.getFirstRange()[va("0x23")](i)&&this[va("0x5")](t,r,s))}}))}),{priority:va("0x97")}),t[va("0x9b")].on(va("0x10"),((e,n)=>{const o=n[0],r=n[1];if(r&&r[va("0xbc")])return;if(this[va("0xf8")])return;if(!this[va("0x121")].value)return;if(o.isCollapsed)return;const s=t[va("0x9b")].schema,{start:i,end:x}=o.getFirstRange(),a=i[va("0x47")]&&s[va("0x11d")](i.nodeAfter)?null:s[va("0x13a")](i,va("0xd8")),c=x[va("0x10d")]&&s[va("0x11d")](x[va("0x10d")])?null:s[va("0x13a")](x,va("0xc3")),l=t[va("0x9b")][va("0xb2")](a?a.start:i,c?c.end:x);t[va("0x9b")][va("0x90")]((e=>{this[va("0x7f")](l);const n=t[va("0x9b")].schema[va("0x13a")](l[va("0x115")]);o.is(va("0x57"))?e.setSelection(n):o[va("0x7")](n)})),e[va("0x77")]()}),{priority:e.priorities[va("0xa9")]+10}),t[va("0x9b")].on(va("0xb5"),((e,n)=>{const o=n[n[va("0x8f")]-1];o&&o[va("0xbc")]||this[va("0xf8")]||this[va("0x121")].value&&(t[va("0x9b")][va("0x90")]((()=>{let o=t[va("0x9b")][va("0xb5")](n[0],n[1],n[2],{forceDefaultExecution:!0});if(!o)return;e.return=o[va("0xeb")]();const r=o[va("0x112")][va("0x10d")],s=t[va("0x9b")].schema;r&&s[va("0x2a")](r)&&!s[va("0x1d")](r)&&(o=t[va("0x9b")][va("0xb2")](o[va("0x115")],t[va("0x9b")][va("0xcc")](r,va("0x112")))),this[va("0x11b")](o)})),e.stop())}),{priority:va("0xe2")}),this[va("0xc5")][va("0x98")][va("0x13")](va("0x95"),this[va("0x121")]),this[va("0x124")](va("0x95"));const o=new p(t,this[va("0xb3")]);t.commands.add(va("0xf9"),o),this[va("0x124")](va("0xf9"));const r=new C(t,this[va("0xb3")]);t[va("0x98")][va("0x13")](va("0xaa"),r),this[va("0x124")]("discardSuggestion"),t[va("0x98")].add(va("0xa5"),new F(t,o,this[va("0xb3")])),this[va("0x124")](va("0xa5")),t[va("0x98")][va("0x13")](va("0xb4"),new F(t,r,this[va("0xb3")])),this[va("0x124")]("discardAllSuggestions"),t[va("0x98")].add("acceptSelectedSuggestions",new U(t,o,this._suggestions)),this[va("0x124")](va("0x13d")),t[va("0x98")][va("0x13")](va("0x8c"),new U(t,r,this[va("0xb3")])),this[va("0x124")](va("0x8c"));const s=t[va("0x29")][va("0x107")](va("0x87"));this[va("0x58")](s,va("0x105"),((t,{threadId:e})=>{const n=this[va("0xb3")][va("0x107")](e);n&&n.commentThread&&1===n[va("0xfb")].length&&this._updateSuggestionData(e,{hasComments:!0})}),{priority:"low"}),this.listenTo(s,va("0x68"),((t,{threadId:e})=>{const n=this[va("0xb3")][va("0x107")](e);n&&n[va("0xfb")]&&!n.commentThread.length&&this._updateSuggestionData(e,{hasComments:!1})}),{priority:va("0x48")})}set[va("0x83")](t){if(this._adapter)throw new e.CKEditorError(va("0x15"),this);this[va("0xe4")]=t}get[va("0x83")](){return this[va("0xe4")]}getSuggestions({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=[];for(const e of this[va("0xb3")][va("0xf")]())t&&!e[va("0xad")]||n[va("0x104")](e);return e?n[va("0x3f")]((t=>t[va("0x91")]())):n}getSuggestion(t){const n=this[va("0xb3")][va("0x107")](t);if(!n)throw new e.CKEditorError(va("0x13f"),this);return n}[va("0xd")](t){return this._suggestions[va("0x54")](t)}addSuggestionData(t){const{authorId:e,id:n,attributes:o}=t,[r,s]=t[va("0x64")][va("0xf4")](":"),i=this[va("0xb3")][va("0x107")](n)||this[va("0xe3")](r,s,n,e,o);if(this[va("0xd4")](i),this[va("0x22")](i,r,s||null,e),i[va("0x11e")]=t.createdAt,o&&o[va("0xea")]){const t=o[va("0xea")],e=this[va("0x76")](t[va("0x84")]);i[va("0x5a")]=t.createdAt,i[va("0x110")]=e,i[va("0x59")]=!0}else i.authoredAt=t.createdAt;switch(t[va("0x96")]&&(i[va("0x96")]=t.data),t[va("0x1f")]&&(i[va("0x1f")]=t[va("0x1f")]),this[va("0xe4")]&&this[va("0xe4")].addSuggestion||(i._saved=!0),this[va("0x100")][va("0x107")](i)){case va("0x9"):this[va("0x100")][va("0x101")](i,"dataReady");break;case va("0x55"):i[va("0xad")]?(this[va("0x100")][va("0x101")](i,va("0xb7")),this[va("0xe9")](va("0x130"),i)):this._suggestionState[va("0x101")](i,"removed")}return i}[va("0xf9")](t){this[va("0xbc")]((()=>{this[va("0xc5")].model[va("0x90")]((()=>{for(const e of t.getAllAdjacentSuggestions())e.accept()}))}))}[va("0xaa")](t){this[va("0xbc")]((()=>{this[va("0xc5")][va("0x9b")][va("0x90")]((()=>{for(const e of t[va("0x4b")]())e[va("0xf3")]()}))}))}[va("0x124")](t,n){const o=this.editor[va("0x98")].get(t);if(!o)throw new e.CKEditorError(va("0x3c"),this,{commandName:t});this[va("0x88")][va("0x13")](o),n&&o.on(va("0x79"),((t,e)=>{this[va("0x121")][va("0x127")]&&(this[va("0xf8")]||e[va("0x8f")]>0&&e[e.length-1]&&e[e[va("0x8f")]-1][va("0xbc")]||(n(((...t)=>o[va("0x79")](...t,{forceDefaultExecution:!0})),...e),t[va("0x77")]()))}),{priority:va("0xe2")})}[va("0xbc")](t){let n,o;const r=this._isForcedDefaultExecutionBlock;this._isForcedDefaultExecutionBlock=!0;try{n=t()}catch(t){o=t}return r||(this[va("0xf8")]=!1),o&&e.CKEditorError[va("0x134")](o,this),n}[va("0x11b")](t,n=null,o={}){if(t[va("0x9d")])return null;const r=this.editor[va("0x29")][va("0x107")](va("0xbe")).me;for(const{suggestion:e,meta:o}of this[va("0x11c")](t,va("0xe")))if(o.isOwn){if(!o.isNextTo)return e;if(n==e.subType){const n=e[va("0x8b")]();return n.start[va("0x6b")](t.end)?this[va("0xdc")](e,this[va("0x120")][va("0xb2")](t[va("0x115")],n.end)):this[va("0xdc")](e,this._model[va("0xb2")](n.start,t.end)),e}}const s=(0,e.uid)(),i=r.id,x=n?va("0xcb")+n:va("0xe"),a=this[va("0xda")]({id:s,type:x,createdAt:new Date,authorId:i,attributes:o});return this[va("0x52")](x,s,i,t),a}[va("0xff")](t,n=va("0xc1"),o={}){const r=this.editor[va("0x29")].get(va("0xbe")).me,s=this[va("0xa3")][va("0xb1")](va("0xe"),n,"join");for(const e of this[va("0xa7")]())if(e[va("0x110")].id==r.id&&va("0xe")==e[va("0x64")]&&e[va("0x1")]==n&&(s(e[va("0x10f")](),t)||s(t,e.getRanges()))){for(const n of t)e[va("0x89")](n);return e}for(const e of t)for(const{suggestion:n,meta:o}of this._findSuggestions(e,va("0xe"))){if(!o[va("0xd5")])continue;let e=!0;for(const o of n[va("0x10f")]())for(const n of t)if(!o[va("0x23")](n)){e=!1;break}if(e)return n}const i=(0,e.uid)(),x=r.id,a=va("0xcb")+n,c=this[va("0xda")]({id:i,type:a,createdAt:new Date,authorId:x,attributes:o});for(const e of t)this[va("0x52")](a,i,x,e,Zo.getMultiRangeId());return c}[va("0xba")](t,n,o=null,r={}){if(o=o||wa(n),t[va("0x9d")])return null;if(!1===this._trackFormatChanges){const e=this[va("0xa3")].getSuggestionCallback("formatInline",o,"accept");return this.forceDefaultExecution((()=>e([t],n,r))),null}const s=this.editor[va("0x29")].get(va("0xbe")).me,i=[];for(const{suggestion:e,meta:n}of this[va("0x11c")](t,va("0xe")))n.isOwn&&!n.isInsideObject&&i[va("0x104")](...e.getRanges());const x=function(t,e){const n=[];for(const o of e){const e=t[va("0x21")](o);e&&n[va("0x104")](e)}return n}(t,i),a=function(t,e){const n=[t];for(const t of e){let e=0;for(;e<n[va("0x8f")];){const o=n[e].getDifference(t);n.splice(e,1,...o),e+=o[va("0x8f")]}}return n}(t,i);x[va("0x8f")]&&this._model[va("0x90")]((()=>{for(const t of x){const e=this[va("0xa3")][va("0xb1")](va("0x11f"),o,va("0x62"));this[va("0xbc")]((()=>e([t],n,r)))}}));for(const t of a){let i=null,x=t[va("0x115")],a=t[va("0x112")];for(const{suggestion:e,meta:n}of this[va("0x11c")](t,va("0x11f"))){if(!n[va("0xd5")])continue;if(e[va("0x1")]!=o)continue;const r=e.getFirstRange();if(r[va("0x23")](t,!0))return null;x=x[va("0xcf")](r[va("0x115")])?x:r[va("0x115")],a=a[va("0x8")](r[va("0x112")])?a:r[va("0x112")],i?r.start[va("0xcf")](i.getFirstRange()[va("0x115")])?(i[va("0xe0")](),i=e):e[va("0xe0")]():i=e}const c=this[va("0x120")][va("0xb2")](x,a);if(i)this[va("0xdc")](i,c);else{const t=(0,e.uid)(),i=s.id;this[va("0xda")]({id:t,type:"formatInline:"+o,data:n,createdAt:new Date,authorId:i,attributes:r}),this._addSuggestionMarker(va("0x11a")+o,t,i,c)}}return null}[va("0xbb")](t,n,o=[],r=null,s={}){n[va("0x36")]||(n.formatGroupId=n[va("0x1b")]),n[va("0xb6")]=t.is(va("0x51")),r=r||wa(n);const i=o[va("0x3f")]((t=>Oa(t,this[va("0x120")]))),x=t.is(va("0x51"))?t:Oa(t,this[va("0x120")]);if(!1===this[va("0x140")]){const t=this[va("0xa3")].getSuggestionCallback(va("0x1a"),r,va("0x62"));return this[va("0xbc")]((()=>t([x],n,s))),null}i[va("0x104")](x);let a=!0;for(const t of i)if(!this[va("0x6a")](t)){a=!1;break}if(a){const t=this[va("0xa3")][va("0xb1")](va("0x1a"),r,va("0x62"));return this[va("0xbc")]((()=>t([x],n,s))),null}let c=null,l=x[va("0x115")],u=x[va("0x112")];for(const{suggestion:t,meta:e}of this[va("0x11c")](x,va("0x1a"))){if(!e[va("0xd5")]||e[va("0x2b")]||e[va("0x44")]||e.isInsideObject)continue;if(t[va("0x96")][va("0x36")]!=n[va("0x36")])continue;const o=t[va("0x8b")]();if(t.subType==r){if(o[va("0x23")](x,!0))return null;l=l[va("0xcf")](o[va("0x115")])?l:o[va("0x115")],u=u[va("0x8")](o[va("0x112")])?u:o[va("0x112")],c?o[va("0x115")][va("0xcf")](c[va("0x8b")]()[va("0x115")])?(c.removeMarkers(),c=t):t[va("0xe0")]():c=t}else{const e=x[va("0x21")](o);this[va("0x70")](t,e)}}const d=this[va("0xc5")][va("0x29")][va("0x107")](va("0xbe")).me,g=(0,e.uid)(),m=d.id;if(c)return this[va("0xdc")](c,this[va("0x120")][va("0xb2")](l,u)),c;{const t=this[va("0xda")]({id:g,type:va("0x2c")+r,data:n,createdAt:new Date,authorId:m,attributes:s});return this[va("0x52")](va("0x2c")+r,g,m,this[va("0x120")][va("0xb2")](l,u)),t}}[va("0x40")](t,n,o=[],r=null,s={}){n[va("0x36")]||(n.formatGroupId=n[va("0x1b")]);const i=t[0];n[va("0xb6")]=i.is(va("0x51")),r=r||wa(n);const x=o[va("0x3f")]((t=>Oa(t,this[va("0x120")]))),a=i.is(va("0x51"))?t:t.map((t=>Oa(t,this[va("0x120")])));if(!1===this[va("0x140")]){const t=this[va("0xa3")][va("0xb1")](va("0x1a"),r,va("0x62"));return this.forceDefaultExecution((()=>t(a,n,s))),null}x.push(...a);let c=!0;for(const t of x)if(!this._rangeIsInLocalUserInsertion(t)){c=!1;break}if(c){const t=this._suggestionFactory.getSuggestionCallback(va("0x1a"),r,va("0x62"));return this[va("0xbc")]((()=>t(a,n,s))),null}const l=this[va("0xc5")][va("0x29")][va("0x107")](va("0xbe")).me;for(const t of this[va("0xa7")]()){if(t[va("0x110")].id!=l.id)continue;if("formatBlock"!=t[va("0x64")]||t[va("0x96")][va("0x36")]!=n.formatGroupId)continue;const e=t[va("0x1")]==r;for(let n=0;n<a.length;n++){const o=a[n];for(const r of t[va("0x4c")]()){const s=r[va("0xf1")]();if(o[va("0x6b")](s)){e?(a[va("0x0")](n,1),n--):t[va("0x69")](r[va("0x9c")]);break}}}}if(0==a.length)return null;const u=this[va("0xa3")][va("0xb1")](va("0x1a"),r,"join");for(const t of this[va("0xa7")]())if(t[va("0x110")].id==l.id&&va("0x1a")==t.type&&t[va("0x96")].formatGroupId==n[va("0x36")]&&t[va("0x1")]==r&&(u(t[va("0x10f")](),a)||u(a,t.getRanges()))){for(const e of a)t[va("0x89")](e);return t}const d=(0,e.uid)(),g=l.id,m=va("0x2c")+r,f=this[va("0xda")]({id:d,type:m,data:n,createdAt:new Date,authorId:g,attributes:s});for(const t of a)this[va("0x52")](m,d,g,t,Zo.getMultiRangeId());return f}[va("0x7f")](t,n=null,o={}){if(t[va("0x9d")])return null;const r=this[va("0xc5")][va("0x29")][va("0x107")](va("0xbe")).me,s=new i.LiveRange(t[va("0x115")],t[va("0x112")]);for(const{suggestion:t,meta:e}of this[va("0x11c")](s,va("0xe")))if(e.isOwn&&!e[va("0x2b")])if(t[va("0x35")]){const e=t[va("0x10f")]()[va("0x33")]((t=>va("0x103")!=t.root[va("0xb8")]));if(e[va("0x75")]((t=>s[va("0x23")](t,!0)))&&t.discard(),e.some((t=>t[va("0x23")](s,!0)))){const t=this[va("0xa3")][va("0xb1")](va("0xec"),n,va("0x62"));return this.forceDefaultExecution((()=>t([s],null,o))),null}}else{const e=s.getIntersection(t.getFirstRange());t[va("0x9e")]([e],null,o)}if(s.detach(),s.isCollapsed||va("0x103")==s[va("0x67")][va("0xb8")])return null;let x=null,a=s[va("0x115")],c=s[va("0x112")];for(const{suggestion:t,meta:e}of this[va("0x11c")](s,va("0xec")))if(e[va("0xd5")])if(t.isMultiRange){let e=!0;for(const n of t[va("0x10f")]()){if(n[va("0x23")](s,!0))return t;s.containsRange(n)||(e=!1)}e&&t.discard()}else{const e=t[va("0x8b")]();if(e.containsRange(s,!0))return t;a=a[va("0xcf")](e[va("0x115")])?a:e[va("0x115")],c=c[va("0x8")](e.end)?c:e[va("0x112")],x?e[va("0x115")][va("0xcf")](x.getFirstRange()[va("0x115")])?(x[va("0xe0")](),x=t):t[va("0xe0")]():x=t}if(x)return this[va("0xdc")](x,this[va("0x120")][va("0xb2")](a,c)),x;{const t=(0,e.uid)(),s=this[va("0x120")][va("0xb2")](a,c),i=r.id,x=n?va("0x5b")+n:"deletion",l=this[va("0xda")]({id:t,type:x,createdAt:new Date,authorId:i,attributes:o});return this[va("0x52")](x,t,i,s),l}}[va("0xac")](t,n=va("0xc1"),o={}){const r=this[va("0xc5")][va("0x29")][va("0x107")]("Users").me,s=t[va("0x3f")]((t=>new i.LiveRange(t[va("0x115")],t[va("0x112")]))),x=new Set;for(const t of s)for(const{suggestion:e,meta:n}of this[va("0x11c")](t,"insertion"))n.isOwn&&!n.isNextTo&&x[va("0x13")](e);for(const e of x)if(e[va("0x35")]){const r=e.getRanges();if((!e[va("0x1f")]||!e[va("0x1f")].skipNestingCheck)&&r.every((t=>s.some((e=>e.containsRange(t,!0)))))&&e[va("0xf3")](),s[va("0x75")]((t=>r[va("0x108")]((e=>e[va("0x23")](t,!0)))))){const e=this[va("0xa3")][va("0xb1")](va("0xec"),n,"accept");return this[va("0xbc")]((()=>e(t,null,o))),null}}else{const t=e[va("0x8b")]();if(s[va("0x108")]((e=>e[va("0x23")](t,!0)))&&e[va("0xf3")](),s.every((e=>t[va("0x23")](e,!0)))){const t=this[va("0xa3")][va("0xb1")](va("0xec"),n,va("0x62"));return this[va("0xbc")]((()=>t(s,null,o))),null}}const a=this[va("0xa3")].getSuggestionCallback(va("0xec"),n,va("0x31"));let c=null;for(const t of this.getSuggestions())if(t[va("0x110")].id==r.id&&t[va("0xad")]&&va("0xec")==t[va("0x64")]&&t.subType==n&&(a(t.getRanges(),s)||a(s,t[va("0x10f")]())))if(c){if(t[va("0xfb")]&&t[va("0xfb")].length)continue;for(const e of t[va("0x10f")]())c.isIntersectingWithRange(e)||c[va("0x89")](e);t[va("0xe0")]()}else{c=t;for(const e of s)t.isIntersectingWithRange(e)||t[va("0x89")](e)}if(c)return c;x.clear();for(const t of s)for(const{suggestion:e,meta:n}of this[va("0x11c")](t,va("0xec")))n.isOwn&&x[va("0x13")](e);for(const t of x){const e=t[va("0x10f")]();if((!o||!o[va("0xdd")])&&s[va("0x75")]((t=>e[va("0x108")]((e=>e[va("0x23")](t,!0))))))return t;(!t[va("0x1f")]||!t.attributes[va("0xdd")])&&e[va("0x75")]((t=>s.some((e=>e[va("0x23")](t,!0)))))&&t[va("0xf3")]()}const l=(0,e.uid)(),u=r.id,d=va("0x5b")+n,g=this[va("0xda")]({id:l,type:d,createdAt:new Date,authorId:u,attributes:o});for(const t of s)t[va("0x34")](),t[va("0x9d")]||va("0x103")==t[va("0x67")][va("0xb8")]||this[va("0x52")](d,l,u,t,Zo[va("0xb")]());return g}[va("0xdc")](t,e){const n=t[va("0x49")]();this[va("0x120")][va("0x90")]((t=>{t[va("0x3b")](n,{range:e})}))}[va("0xd4")](t){const e=t.id,n=this[va("0xc5")][va("0x1c")][va("0x107")]("collaboration.channelId");this[va("0x78")][va("0x126")](e)||this[va("0x78")][va("0x111")]({channelId:n,threadId:e,isResolvable:!1,isSubmitted:!0});const o=this[va("0x78")][va("0xc6")](e);o.unbind("isRemovable"),o[va("0xe7")]=!1,t[va("0xfb")]=o}[va("0x22")](t,n,o,r){if(t[va("0x64")]!=n||t.subType!=o||t[va("0x43")].id!=r)throw this[va("0xc5")][va("0x13b")](va("0x10a")),new e.CKEditorError(va("0x10a"),this)}[va("0x70")](t,n){const o=t[va("0x8b")]();if(n[va("0x6b")](o))t[va("0xe0")]();else if(o.containsRange(n)){const r=this[va("0x120")][va("0xcc")](n[va("0x115")].nodeBefore,"end");this[va("0xdc")](t,this[va("0x120")][va("0xb2")](o[va("0x115")],r));const s=(0,e.uid)(),i=t[va("0x43")].id,x=t[va("0x64")]+":"+t.subType;this[va("0xda")]({id:s,type:x,createdAt:new Date,authorId:i,data:t[va("0x96")],attributes:t[va("0x1f")]});const a=this[va("0x120")].createPositionAt(n[va("0x112")][va("0x5e")],va("0x41")),c=this[va("0x120")][va("0xb2")](a,o[va("0x112")]);this[va("0x52")](x,s,i,c)}else if(o[va("0x13e")](n[va("0x115")])){const e=this[va("0x120")][va("0xcc")](n[va("0x115")].nodeBefore,va("0x112"));this[va("0xdc")](t,this[va("0x120")].createRange(o.start,e))}else{const e=this[va("0x120")][va("0xcc")](n[va("0x112")][va("0x5e")],va("0x41"));this[va("0xdc")](t,this._model[va("0xb2")](e,o.end))}}_rangeIsInLocalUserInsertion(t){for(const{suggestion:e,meta:n}of this[va("0x11c")](t,va("0xe"))){if(!n.isOwn)continue;const o=e.getRanges();for(const e of o)if(!t.getDifference(e)[va("0x8f")])return!0}return!1}[va("0x46")](t){const n=this[va("0xc5")][va("0x29")][va("0x107")](va("0xbe"))[va("0x93")](t);if(!n)throw new e.CKEditorError(va("0x118"),this);return n}[va("0x76")](t){const e=this.editor.plugins[va("0x107")]("Users"),n=(0,s.hashObject)(va("0x114")+t);return e.getUser(n)||e[va("0xd0")]({id:n,name:t})}_createSuggestion(t,e,n,o,r){const s=this[va("0x46")](o),i=this[va("0xa3")][va("0xa4")](t,e,n,s,r,(t=>this[va("0x4")](n,{attributes:t})));return this[va("0x58")](i,va("0x62"),(()=>{this._updateSuggestionData(n,{state:va("0xce")})}),{priority:"high"}),this.listenTo(i,va("0xf3"),(()=>{this[va("0x4")](n,{state:va("0x56")})}),{priority:va("0xe2")}),this[va("0xb3")][va("0x101")](n,i),this[va("0x100")][va("0x101")](i,va("0x9")),i}[va("0xfd")](t){const e=t[va("0xf4")](":");return{group:e[0],type:e[1],subType:e[va("0x8f")]>=5?e[2]:null,id:e[va("0x8f")]<5?e[2]:e[3],authorId:e.length<5?e[3]:e[4],markerCount:6==e[va("0x8f")]?e[5]:null}}[va("0x5")](t,n,o){const r=t.getFirstRange(),s=r[va("0x115")],i=r.end;this[va("0xdc")](t,this._model[va("0xb2")](s,n));const x=(0,e.uid)(),a=t[va("0x43")].id,c=t[va("0x64")]+(t[va("0x1")]?":"+t[va("0x1")]:"");this[va("0xda")]({id:x,type:c,createdAt:new Date,authorId:a,originalSuggestionId:t.id,attributes:t.attributes,data:t[va("0x96")]}),"formatBlock"==t[va("0x64")]&&(o=this._model[va("0x7d")](o[va("0x5e")])),this._addSuggestionMarker(c,x,a,this[va("0x120")][va("0xb2")](o,i))}[va("0x11c")](t,e=null){const n=[],o=this[va("0x120")].schema,r=this[va("0xc5")][va("0x29")][va("0x107")](va("0xbe")).me;for(const s of this[va("0xa7")]())if(s.isInContent&&(!e||s.type==e))for(const e of s[va("0x10f")]()){const i=t.start[va("0x6b")](e[va("0x112")])||t[va("0x112")][va("0x6b")](e.start);if(i||t[va("0x21")](e)){const x=t[va("0x23")](e)&&Sa(o,e[va("0x115")],t),a=e[va("0x23")](t)&&Sa(o,t[va("0x115")],e);n[va("0x104")]({suggestion:s,meta:{isOwn:r==s[va("0x110")],isNextTo:i,isInsideObject:x,containsRangeInObject:a}});break}}return n}[va("0x52")](t,e,n,o,r){this._model[va("0x90")]((s=>{let i=va("0x82")+t+":"+e+":"+n;r&&(i=i+":"+r),s[va("0x65")](i,{range:o,usingOperation:!0,affectsData:!0})}))}_removeSuggestion(t){const e=t[va("0x9f")],n=t.next;t[va("0x9f")]=null,null!=e&&(e.next=null),t.next=null,null!=n&&(n[va("0x9f")]=null),"ready"==this._suggestionState[va("0x107")](t)&&(this._suggestionState[va("0x101")](t,va("0x131")),this[va("0xe9")]("suggestionUnloaded",t,e,n))}[va("0xda")](t){const n=t.id,o=this.addSuggestionData(t);if(this._adapter&&this[va("0xe4")][va("0x6d")]){const r=this.editor[va("0x29")][va("0x107")]("PendingActions"),s=o[va("0xbf")],i=o[va("0x1")]?o.type+":"+o[va("0x1")]:o[va("0x64")],x=this[va("0xc5")][va("0xe8")],a=r[va("0x13")](Yo(x,"PENDING_ACTION_SUGGESTION")),c={id:n,type:i,hasComments:s,data:t[va("0x96")]||null,originalSuggestionId:t[va("0x125")]||null,attributes:o[va("0x1f")]};this[va("0xe4")][va("0x6d")](c).then((t=>{o[va("0x3")]=!0,r.remove(a),t&&t[va("0x11e")]&&(this[va("0xb3")][va("0x107")](n)[va("0x11e")]=t[va("0x11e")])}))[va("0x38")]((t=>{throw(0,e.logWarning)(va("0x6f")),this.editor[va("0x9b")].enqueueChange({isUndoable:!1},(()=>{o[va("0xf3")]()})),o.stopListening(),this[va("0xb3")][va("0x139")](o.id),this[va("0x100")][va("0x139")](o),t}))}return o}[va("0x4")](t,e){const n=this[va("0xc5")].plugins[va("0x107")]("PendingActions"),o=this[va("0x4d")](t);if(this[va("0xe4")]&&this[va("0xe4")].updateSuggestion)if(o[va("0x3")]){const o=n[va("0x13")](Yo(this[va("0xc5")][va("0xe8")],va("0x1e")));this._adapter.updateSuggestion(t,e).then((()=>{n[va("0xa0")](o)}))}else o.on(va("0xdb"),(()=>{this[va("0x4")](t,e)}))}[va("0x133")](t){if(!this._adapter||!this._adapter[va("0x4d")])throw new e.CKEditorError(va("0xfc"),this);return this[va("0xe4")].getSuggestion(t)}[va("0x137")](t){const{id:e,type:n,subType:o,authorId:r}=this[va("0xfd")](t),s=this[va("0xb3")].get(e)||this[va("0xe3")](n,o,e,r,{});switch(this[va("0x22")](s,n,o,r),this[va("0x100")].get(s)){case va("0x9"):this[va("0x133")](e).then((t=>{let n=Promise[va("0x109")]();t[va("0xbf")]&&(n=this[va("0x78")].fetchCommentThread({channelId:this[va("0xc5")][va("0x1c")].get(va("0x12c")),threadId:e})),n[va("0x25")]((()=>{this[va("0xc2")](t)[va("0x3")]=!0}))})),this[va("0x100")].set(s,va("0x55"));break;case va("0x131"):this[va("0x4")](e,{state:va("0x129")});case va("0xee"):this[va("0x100")][va("0x101")](s,va("0xb7")),this[va("0xe9")](va("0x130"),s);break;case va("0xb7"):this.fire(va("0x7c"),s)}return s[va("0x7a")](t),s}[va("0x122")](t){const e=Array[va("0x128")](t)[va("0x33")]((t=>!t[va("0x35")])),n=this[va("0xa7")]({skipNotAttached:!0})[va("0x33")]((t=>!t.isMultiRange)),o=n[va("0x33")]((e=>!t.has(e))),r=new Map(n[va("0x3f")]((t=>[t,this[va("0xa3")][va("0xb1")](t[va("0x64")],t[va("0x1")],va("0x6e"))]))),s=new Map(n.map((t=>[t,t[va("0x8b")]()]))),i=new Set,x=new Set;for(let t=0;t<e[va("0x8f")];t++)a(e[t],e,t+1);for(let t=0;t<e[va("0x8f")];t++)a(e[t],o,0);for(let t=0;t<e[va("0x8f")];t++){const n=e[t];!x[va("0x54")](n)&&n[va("0x9f")]&&(n[va("0x9f")].next===n&&(n[va("0x9f")][va("0x80")]=null),n[va("0x9f")]=null),!i[va("0x54")](n)&&n[va("0x80")]&&(n[va("0x80")][va("0x9f")]===n&&(n[va("0x80")][va("0x9f")]=null),n[va("0x80")]=null)}function a(t,e,n){for(let o=n;o<e.length;o++){const n=c(t,e[o]);n&&(n[0].next=n[1],n[1][va("0x9f")]=n[0],i[va("0x13")](n[0]),x[va("0x13")](n[1]))}}function c(t,e){if(t[va("0x110")].id!==e[va("0x110")].id)return null;const n=r.get(t)(t,e,s[va("0x107")](t),s[va("0x107")](e));return n&&r.get(e)(t,e,s[va("0x107")](t),s[va("0x107")](e))?n[1].commentThread&&n[1][va("0xfb")][va("0x8f")]?null:n:null}}[va("0xab")](t){const e=Array[va("0x128")](t),n=this.getSuggestions({skipNotAttached:!0}),o=n[va("0x33")]((e=>!t.has(e))),r=new Map(e[va("0x3f")]((t=>[t,this[va("0xa3")][va("0xb1")](t[va("0x64")],t[va("0x1")],va("0x31"))]))),s=new Map(n.map((t=>[t,t.getRanges()])));for(let t=0;t<e[va("0x8f")];t++)if(i(this,e[t],e,t+1))return!0;for(let t=0;t<e.length;t++)if(i(this,e[t],o,0))return!0;return!1;function i(t,e,n,o){for(let i=o;i<n[va("0x8f")];i++){const o=n[i];if(o.type!==e[va("0x64")]||o[va("0x110")].id!==e[va("0x110")].id||o.subType!==e[va("0x1")])continue;const x=r[va("0x107")](e),a=s.get(e),c=s[va("0x107")](o),l=e[va("0xfb")]&&e[va("0xfb")][va("0x8f")],u=o[va("0xfb")]&&o[va("0xfb")][va("0x8f")];if(!l&&x(c,a))return t[va("0x113")](o,e),s[va("0x139")](e),!0;if(!u&&x(a,c))return t[va("0x113")](e,o),s[va("0x139")](o),!0}return!1}}_joinSuggestions(t,e){if(t[va("0x35")])for(const n of e[va("0x10f")]())t.addRange(n);else{const n=e[va("0x8b")]()[va("0x112")];this[va("0xdc")](t,this[va("0x120")][va("0xb2")](t[va("0x8b")]()[va("0x115")],n))}e[va("0xe0")]()}}class Ia{constructor(t){this[va("0x17")]=t,this[va("0x120")]=t.model,this[va("0x32")]=new Map,this._defaultCallbacks=new Map,this[va("0xd3")]()}buildSuggestion(t,e,n,o,r,s){return new Zo(this._model,{type:t,subType:e,id:n,author:o,creator:o,attributes:r,onAttributesChange:s,onAccept:(...n)=>this[va("0xb1")](t,e,va("0x62"))(...n),onDiscard:(...n)=>this[va("0xb1")](t,e,va("0xf3"))(...n)})}registerCustomCallback(t,e,n,o){const r=t+":"+e+":"+n;this[va("0x32")][va("0x101")](r,o)}[va("0xb1")](t,e,n){const o=t+":"+e+":"+n;return this[va("0x32")][va("0x107")](o)||this._defaultCallbacks[va("0x107")](t+":"+n)}_registerDefaultCallbacks(){const t=()=>{},e=t=>{t[va("0x11")](((t,e)=>t[va("0x115")][va("0xcf")](e.start)?1:-1)),this[va("0x120")][va("0x90")]((e=>{for(const n of t){let t;t=n[va("0x112")][va("0x14")]&&n[va("0x112")][va("0x5e")]==n[va("0x115")][va("0x47")]?e.createSelection(n.start[va("0x47")],"on"):e[va("0xc9")](n),this._model.deleteContent(t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},n=(t,e)=>{this[va("0x120")][va("0x90")]((n=>{const{commandName:o,commandParams:r=[]}=e,s=t[va("0x3f")]((t=>(La(t)&&(t=this._model.createRange(t[va("0x112")])),t)))[va("0x33")]((t=>"$graveyard"!==t.root[va("0xb8")]));if(s[va("0x8f")]<1)return;const x=Array[va("0x128")](this[va("0x120")][va("0xa1")][va("0x5f")][va("0x10f")]())[va("0x3f")]((t=>i.LiveRange[va("0xe1")](t)));n.setSelection(s);for(const t of this[va("0x17")].commands[va("0x98")]())t[va("0x9a")]();r[va("0x104")]({forceDefaultExecution:!0}),this[va("0x17")].execute(o,...r);const a=x[va("0x33")]((t=>va("0x103")!=t[va("0x67")][va("0xb8")]));a[va("0x8f")]>0&&n[va("0x19")](a);for(const t of x)t[va("0x34")]()}))},o=(t,e)=>1==t[va("0x8f")]&&1==e[va("0x8f")]&&t[0].end.isEqual(e[0][va("0x115")]),r=(t,e,n,o)=>Fa(t,e,n,o,this[va("0x120")])?[t,e]:Fa(e,t,o,n,this[va("0x120")])?[e,t]:null;this[va("0xa2")].set("insertion:accept",t),this[va("0xa2")][va("0x101")](va("0x12e"),e),this[va("0xa2")][va("0x101")]("insertion:join",o),this[va("0xa2")][va("0x101")](va("0x16"),r),this._defaultCallbacks[va("0x101")](va("0x12f"),e),this._defaultCallbacks.set(va("0x2f"),t),this[va("0xa2")][va("0x101")](va("0x2e"),o),this._defaultCallbacks.set(va("0x12"),r),this[va("0xa2")].set(va("0x12b"),n),this[va("0xa2")][va("0x101")](va("0xed"),t),this[va("0xa2")][va("0x101")](va("0xd1"),o),this[va("0xa2")][va("0x101")]("formatInline:chain",t),this[va("0xa2")][va("0x101")](va("0x116"),n),this._defaultCallbacks.set(va("0x18"),t),this[va("0xa2")][va("0x101")]("formatBlock:join",o),this._defaultCallbacks[va("0x101")](va("0x74"),t)}}function Sa(t,e,n){for(const o of e[va("0x5e")].getAncestors({includeSelf:!0,parentFirst:!0})){if(o.root==o)return!1;if(!n[va("0xc")](o))return!1;if(t[va("0x1d")](o)||t[va("0x11d")](o))return!0}return!1}function La(t){return t[va("0x112")][va("0x5e")]==t[va("0x115")][va("0x47")]&&t[va("0x112")][va("0x5c")]}function Na(t,e,n,o){const r=t=>!t.item.is(va("0xf5"))&&!o[va("0x1d")](t[va("0x10c")]),s=t[va("0x115")][va("0xb0")](r),i=t[va("0x112")].getLastMatchingPosition(r,{direction:va("0xc3")});return!(t[va("0x115")][va("0x6b")](s)&&t[va("0x112")][va("0x6b")](i)||(s[va("0xcf")](i)?n[va("0x3b")](e,{range:n[va("0xb2")](s,i)}):n[va("0x69")](e),0))}function wa(t){return(0,s.hashObject)(t)}function Ma(t){const e=t[va("0x115")][va("0x47")];return e&&e.is(va("0xf2"))}function Oa(t,e){const n=e[va("0x94")].isObject(t)||e[va("0x94")][va("0x66")](t);return e[va("0xb2")](e[va("0xcc")](t,va("0x8a")),n?e[va("0xa")](t):e[va("0xcc")](t,"end"))}function Fa(t,e,n,o,r){if(n[va("0x112")][va("0x6b")](o.start))return!0;if(t[va("0x64")]!=e[va("0x64")])return!1;if(!n[va("0x112")][va("0x10b")](o.start))return!1;const s=r.createRange(n.end,o.start)[va("0x7b")]();for(const t of s)if([va("0x63"),va("0xbd")][va("0xe6")](t.type)&&r[va("0x94")][va("0x11d")](t[va("0x10c")]))return!1;return!0}const Pa=["execute","change:isDirty","get","isEnabled","isDirty","commentThreadController","_discardCommand","_setPendingAction","add","_removePendingAction","listenTo","canAccept","_editor","destroy","stopListening","bind","PendingActions","unbind","model","discardSuggestion","_acceptCommand","_pendingAction","view","plugins","commands","acceptSuggestion","canDiscard","PENDING_ACTION_SUGGESTION","remove"];var Da,Ba;Da=Pa,Ba=323,function(t){for(;--t;)Da.push(Da.shift())}(++Ba);const ja=function(t,e){return Pa[t-=0]};class Ua extends((0,e.ObservableMixin)()){constructor(t,e,n,o){super(),this.model=e,this[ja("0x12")]=n,this[ja("0x1")]=o,this._editor=t,this[ja("0x10")]=t[ja("0x14")].get(ja("0x15")),this[ja("0x2")]=t.commands.get(ja("0xf")),this[ja("0x12")][ja("0xb")](ja("0x1c")).to(this._acceptCommand,this._discardCommand,((t,e)=>t||e)),this[ja("0x12")].bind(ja("0x7")).to(this[ja("0x10")],"isEnabled"),this.view.bind(ja("0x16")).to(this[ja("0x2")],ja("0x1c")),this[ja("0x11")]=null,n[ja("0x0")]&&this[ja("0x3")](),this[ja("0x6")](n,ja("0x15"),(()=>this[ja("0x15")]())),this[ja("0x6")](n,ja("0xf"),(()=>this.discardSuggestion())),this[ja("0x6")](n,ja("0x1a"),(()=>{n[ja("0x0")]?this[ja("0x3")]():this[ja("0x5")]()}))}acceptSuggestion(){this._acceptCommand.execute(this.model.id)}discardSuggestion(){this._discardCommand[ja("0x19")](this[ja("0xe")].id)}[ja("0x9")](){this.view[ja("0xd")](ja("0x1c")),this[ja("0x12")][ja("0xd")](ja("0x7")),this[ja("0x12")].unbind(ja("0x16")),this[ja("0xa")](),this[ja("0x1")][ja("0x9")](),this[ja("0x11")]&&this[ja("0x5")]()}_setPendingAction(){const t=Yo(this[ja("0x8")].locale,ja("0x17"));this[ja("0x11")]=this[ja("0x8")][ja("0x13")][ja("0x1b")](ja("0xc"))[ja("0x4")](t)}[ja("0x5")](){null!==this[ja("0x11")]&&this[ja("0x8")].plugins[ja("0x1b")]("PendingActions")[ja("0x18")](this._pendingAction),this[ja("0x11")]=null}}const Ga=["_model","disabledSubmit","commentInputView","hasDirtyComment","isActive","set","_localUser","submit","destroy","CommentView","_createCommentViews","cancel","bind","descriptionParts","disableComments","length","assign","value","authoredAt","isEnabled","commentsListView","setData","commentThread","fire","isReadOnly","delegate","addComment","_config","element","isDirty","editor","commentThreadInputView","focus","canDiscard","removeComment","locale"];var Ha,Wa;Ha=Ga,Wa=268,function(t){for(;--t;)Ha.push(Ha.shift())}(++Wa);const Va=function(t,e){return Ga[t-=0]};class za extends r.View{constructor(t,e,n,o){super(t),this[Va("0x4")]=null,this[Va("0xf")]=null,this[Va("0x19")](Va("0x18"),!1),this[Va("0x19")]("authoredAt",e[Va("0x2")]),this.bind(Va("0x2")).to(e),this[Va("0x19")](Va("0x21"),[]),this[Va("0x19")](Va("0xd"),!1),this[Va("0x19")](Va("0x3"),!1),this[Va("0x19")]("canAccept",!1),this[Va("0x19")](Va("0x11"),!1),this[Va("0x14")]=e,this[Va("0x1a")]=n,this[Va("0xb")]=o,o[Va("0x22")]?this.set("length",1):this[Va("0x1e")]()}[Va("0x10")](){this[Va("0xc")][Va("0x10")]()}[Va("0x1c")](){this[Va("0x4")]&&this[Va("0x4")].destroy(),this.commentThreadInputView&&this[Va("0xf")].destroy(),super[Va("0x1c")]()}_createCommentViews(){const{CommentsListView:t}=this[Va("0xb")];this.commentsListView=new t(this[Va("0x13")],this[Va("0x14")].commentThread,Object[Va("0x0")]({CommentView:this._config[Va("0x1d")]},this[Va("0xb")])),this[Va("0x4")][Va("0x9")](Va("0x12")).to(this),this[Va("0x4")].delegate("updateComment").to(this),this[Va("0x4")].bind("isActive").to(this),this[Va("0x19")](Va("0x23"),this[Va("0x4")].length+1),this[Va("0x20")]("length").to(this.commentsListView,Va("0x23"),(t=>t+1)),this.commentThreadInputView=this._createCommentThreadInputView(),this.on("removeComment",(()=>this[Va("0x10")]())),this[Va("0x20")](Va("0xd")).to(this[Va("0x4")],Va("0x17"),this.commentThreadInputView[Va("0x16")],Va("0x1"),((t,e)=>t||!!e))}_createCommentThreadInputView(){const{CommentThreadInputView:t}=this[Va("0xb")],e=new t(this.locale,this[Va("0x1a")],this._config.editorConfig),n=e[Va("0x16")];return e[Va("0x20")]("showInput").to(this,Va("0x18"),this[Va("0x14")].commentThread,Va("0x8"),n,Va("0x1"),((t,e,n)=>!!n||t&&!e)),n.on(Va("0x1b"),((t,e)=>{this[Va("0x7")](Va("0xa"),e),n[Va("0xe")][Va("0x5")]("")})),n.on(Va("0x1f"),(()=>this.focus())),n[Va("0x20")](Va("0x15")).to(this[Va("0x14")][Va("0x6")],"isReadOnly"),e}}const Ka=["acceptButton","Discard suggestion","join","ck-suggestion__info-name","title","ck-annotation__actions","creator","ck-suggestion--disabled-comments","bindTemplate","type","</span>","ck-suggestion","authoredAt","name","_createButton","@external",'" title="',"extendTemplate","_descriptionElement","execute","_model","ck-suggestion-wrapper","render","ck-annotation__content-wrapper","description","createElement","EXTERNAL_SUGGESTION","author","innerText","push","ck-suggestion--accept","ck-annotation__main","element","EXTERNAL_AVATAR","map","check",'<span class="ck-suggestion-color" style="background-color: ',"ck-suggestion--discard","importWord","ck-suggestion__info","content","ck-annotation__user","commentThread","descriptionParts","canDiscard","ck-annotation__info-name","commentThreadInputView","getTemplate","querySelector","ck-suggestion-","source","ck-comment__external","div","getUserViewNotificationText","Accept suggestion","EXTERNAL_IMPORT_WORD_AVATAR","getExternalSuggestionNote","value","setTemplate","ck-suggestion-wrapper--active","bind","commentsListView","span","isExternal","formatDateTime","userView","_config","discardSuggestion","attributes","ck-suggestion__user","EXTERNAL_IMPORT_WORD_SUGGESTION","</p>","disableComments","set","discardButton","isEnabled",".ck-annotation__content-wrapper","isActive","locale","change:description","innerHTML","ck-annotation"];var qa,Xa;qa=Ka,Xa=262,function(t){for(;--t;)qa.push(qa.shift())}(++Xa);const $a=function(t,e){return Ka[t-=0]};class Ja extends za{constructor(e,n,o,r){super(e,n,o,r),this[$a("0x39")]($a("0x4b"),""),this.bind("type").to(this,$a("0x1b"),(t=>t&&t[0]?t[0][$a("0x4b")]:"")),this[$a("0x2c")]("description").to(this,$a("0x1b"),this,$a("0x3d"),((t,e)=>{let n="";for(const e of t)n+="<p>"+Qa(e[$a("0x18")],e.color)+$a("0x37");return e?n:(0,s.trimHtml)(n,{limit:140})})),this[$a("0x2")]=null,this[$a("0x42")]=this[$a("0x50")](Yo(e,$a("0x26")),t.icons[$a("0x13")],$a("0xe"),"acceptSuggestion","sw"),this[$a("0x42")][$a("0x2c")]($a("0x3b")).to(this,"canAccept"),this[$a("0x3a")]=this[$a("0x50")](Yo(e,$a("0x43")),t.icons.cancel,$a("0x15"),$a("0x33"),"sw"),this[$a("0x3a")][$a("0x2c")]($a("0x3b")).to(this,$a("0x1c")),this.userView=new s.UserView(e,this[$a("0x4")][$a("0xb")],this[$a("0x25")]()),this.userView[$a("0x1")]({attributes:{class:[$a("0x35"),$a("0x19")]}}),this[$a("0x2a")](this[$a("0x1f")]())}getTemplate(){const t=this[$a("0x4a")],e=[{tag:$a("0x24"),attributes:{class:[$a("0x17"),"ck-annotation__info"]},children:[{tag:$a("0x2e"),children:[{text:this[$a("0x31")][$a("0x4f")]}],attributes:{class:[$a("0x45"),$a("0x1d")]}},{tag:"time",attributes:{datetime:t.to("authoredAt"),class:["ck-comment__info-time","ck-annotation__info-time"]},children:[{text:t.to($a("0x4e"),(t=>this._config[$a("0x30")](t)))}]}]},{tag:$a("0x24"),attributes:{class:["ck-suggestion__actions",$a("0x47")]},children:[this[$a("0x42")],this[$a("0x3a")]]},{tag:$a("0x24"),attributes:{class:[$a("0x7")]}}];this._model.isExternal&&e.push({tag:$a("0x24"),attributes:{class:[$a("0x23")]},children:[{text:this[$a("0x28")]()}]});const n={tag:$a("0x24"),attributes:{class:[$a("0x5"),t.if($a("0x3d"),$a("0x2b")),t.to("type",(t=>$a("0x21")+t)),this[$a("0x32")][$a("0x38")]&&$a("0x49")],"data-suggestion-id":this[$a("0x4")].id,"data-thread-id":this[$a("0x4")][$a("0x1a")].id,"data-author-id":this[$a("0x4")].author.id,tabindex:-1},children:[{tag:$a("0x24"),attributes:{class:[$a("0x4d"),$a("0x41")]},children:[this[$a("0x31")],{tag:"div",attributes:{class:["ck-suggestion__main",$a("0xf")]},children:e}]}]};return this.commentsListView&&this[$a("0x1e")]&&n.children[$a("0xd")](this[$a("0x2d")],this[$a("0x1e")]),n}[$a("0x6")](){super[$a("0x6")](),this._descriptionElement=this[$a("0x10")][$a("0x20")]($a("0x3c")),this[$a("0x2")][$a("0x40")]=this[$a("0x8")],this.on($a("0x3f"),((t,e,n)=>{this._descriptionElement[$a("0x40")]=n}))}[$a("0x50")](t,e,n,o,s){const i=new r.ButtonView(this[$a("0x3e")]);return i[$a("0x39")]({label:t,icon:e,tooltip:!0,tooltipPosition:s}),i[$a("0x1")]({attributes:{class:n}}),i.on($a("0x3"),(()=>{this.fire(o,this[$a("0x4")].id)})),i}getExternalSuggestionNote(){return $a("0x16")===this[$a("0x4")][$a("0x34")][$a("0x51")][$a("0x22")]?Yo(this[$a("0x3e")],$a("0x36")):Yo(this[$a("0x3e")],$a("0xa"))}[$a("0x25")](){return this[$a("0x4")][$a("0x2f")]?$a("0x16")===this._model[$a("0x34")][$a("0x51")][$a("0x22")]?Yo(this[$a("0x3e")],$a("0x27"),this[$a("0x4")][$a("0x48")][$a("0x4f")]):Yo(this[$a("0x3e")],$a("0x11"),this[$a("0x4")][$a("0x48")].name):null}}function Qa(t,e){let n="";return n+=t.split("*")[$a("0x12")](((t,e)=>e%2!=0?'<span class="ck-suggestion-type">'+Za(t)+$a("0x4c"):Za(t)))[$a("0x44")](""),e&&(n+=$a("0x14")+e[$a("0x29")]+$a("0x0")+e[$a("0x46")]+'"></span>'),n}function Za(t){const e=document[$a("0x9")]($a("0x2e"));return e[$a("0xc")]=t,e[$a("0x40")]}const Ya=["registerAnnotation","SuggestionThreadView","createAnnotationView","config","isOn","suggestionLoaded","commentThread","CommentView","commands","_refreshActiveMarkers","trackChanges.SuggestionThreadView","descriptionParts","editor","Discard all suggestions","Track changes","focus","_handleControllerBuffer","_descriptionFactory","bind","comments.maxCommentsWhenCollapsed","locale","buttonView","activeMarkers","hasSuggestion","comments.maxThreadTotalWeight","isMultiRange","value","listenTo","define","editing","_handleSuggestionControllerDelayed","trackChanges.disableComments","discardAllSuggestions","view","_updateController","_createUIButton","unbind","_suggestionToController","pluginName","values","destroy","plugins","getSuggestion","source","getFirstRange","filter","comments","isInContent","add","getMarkerNames","acceptAllSuggestions","execute","some","innerView","delete","EditorAnnotations","_annotationViews","size","discardButton","componentFactory","button","suggestionChanged","stopListening","refreshSelectedViews","actionView","change:previous","model","createCommentThreadController","getByInnerView","init","type","TrackChangesEditing","_destroyController","acceptSelectedSuggestions","push","suggestion-","set","reduce","activeAnnotations","_disableComments","mainView","trackChanges","toMany","Annotations","addComment","getRanges","remove","previous","arrowView","Discard all selected suggestions","from","getAllAdjacentSuggestions","isEnabled","_viewToController","has","addSourceCollector","Accept all suggestions","comments.maxCommentCharsWhenCollapsed","keys","CommentsUI","getJoined","switchbutton","commandName","get","isDirty","Accept all selected suggestions","length","getDescriptions","head","separator","change:activeAnnotations","requires"];var tc,ec;tc=Ya,ec=114,function(t){for(;--t;)tc.push(tc.shift())}(++ec);const nc=function(t,e){return Ya[t-=0]};class oc extends t.Plugin{static get[nc("0x6d")](){return[Ra,s.Users,"CommentsRepository",nc("0x51"),nc("0x35")]}static get[nc("0x24")](){return"TrackChangesUI"}constructor(t){super(t),this[nc("0x23")]=new Map,this[nc("0x5b")]=new Map,this[nc("0x36")]=new Map,this[nc("0xe")]=new Map;const e=this[nc("0xa")][nc("0x1")];e[nc("0x1a")](nc("0x8"),Ja),e[nc("0x1a")](nc("0x1d"),!1),this[nc("0x4d")]=e[nc("0x65")](nc("0x1d"))}_handleSuggestionControllerDelayed(t,e){0===this._handleControllerBuffer[nc("0x37")]&&setTimeout((()=>{for(const[t,e]of this._handleControllerBuffer){const n=this[nc("0x23")][nc("0x5c")](t);n||e?n&&e&&this[nc("0x46")](t):this._initializeController(t)}this[nc("0xa")][nc("0x27")].get(nc("0x35"))[nc("0x3d")](),this[nc("0x7")](),this[nc("0xe")].clear()}),10),this._handleControllerBuffer[nc("0x4a")](t,e)}[nc("0x43")](){const t=this[nc("0xa")],e=t.plugins.get(nc("0x45")),n=t[nc("0x27")][nc("0x65")](nc("0x51")),o=t[nc("0x27")][nc("0x65")](nc("0x35")),r=t[nc("0x27")][nc("0x65")]("CommentsRepository");t.ui[nc("0x39")][nc("0x2e")](nc("0x4f"),(t=>this._createUIButton(t))),o[nc("0x5d")]((()=>{const t=[];for(const[e,n]of Array.from(this[nc("0x23")])){const o=e[nc("0x59")](),r=[];for(const t of o){if(!t.isInContent)continue;if(t[nc("0x17")]){r[nc("0x48")](...t[nc("0x53")]());continue}const e=t[nc("0x2a")]();if(r[nc("0x68")]>0){const t=r[0][nc("0x62")](e);if(t){r[0]=t;continue}}r[nc("0x48")](e)}t[nc("0x48")]([n[nc("0x1f")],r])}return t})),this[nc("0x19")](e,nc("0x3"),((t,e)=>{this[nc("0x19")](e,nc("0x3f"),((t,n,o,r)=>{e[nc("0x2d")]&&(null==o?(this._updateController(r[nc("0x6a")]),this[nc("0x1c")](e,!1)):(this[nc("0x20")](o[nc("0x6a")]),this[nc("0x1c")](e,!0)))})),null===e[nc("0x55")]?this[nc("0x1c")](e,!1):this[nc("0x20")](e[nc("0x6a")])})),this.listenTo(e,"suggestionUnloaded",((t,e,n)=>{this[nc("0x3c")](e,nc("0x3f")),this[nc("0xe")][nc("0x34")](e);const o=n?n[nc("0x6a")]:e,r=this[nc("0x23")][nc("0x65")](o);null!==n&&this[nc("0x20")](o),null===n&&r&&this[nc("0x46")](e)})),this[nc("0x19")](e,nc("0x3b"),((t,e)=>{this[nc("0x20")](e)})),this[nc("0x19")](n,nc("0x6c"),(()=>{this._refreshActiveMarkers()})),this[nc("0x19")](r,nc("0x52"),((t,{threadId:n,isFromAdapter:o})=>{if(o||!e[nc("0x15")](n))return;const r=e[nc("0x28")](n);this._suggestionToController[nc("0x65")](r)[nc("0x1f")][nc("0xd")]()}),{priority:"lowest"})}[nc("0x7")](){const t=this[nc("0xa")][nc("0x27")][nc("0x65")](nc("0x51")),e=this[nc("0xa")][nc("0x27")][nc("0x65")]("TrackChangesEditing"),n=Array[nc("0x58")](t[nc("0x4c")],(t=>t[nc("0x33")]))[nc("0x2b")]((t=>this[nc("0x5b")].has(t))),o=[];for(const t of n){const e=this._viewToController[nc("0x65")](t).model[nc("0x59")]();o[nc("0x48")](...e[nc("0x4b")](((t,e)=>[...t,...e[nc("0x2f")]()]),[]))}e[nc("0x14")]=o}[nc("0x21")](t){const n=(0,r.createDropdown)(t,r.SplitButtonView),o=this.editor.commands[nc("0x65")](nc("0x4f")),s=Yo(t,nc("0xc"));n.buttonView.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.buttonView.bind(nc("0x2")).to(o,nc("0x18")),n[nc("0x13")].on(nc("0x31"),(()=>{o[nc("0x31")](),this[nc("0xa")][nc("0x1b")].view[nc("0xd")]()}));const i=new e.Collection,x=[{type:nc("0x63"),model:{withText:!0,label:s,commandName:nc("0x4f")}},{type:nc("0x6b")},{type:nc("0x3a"),model:{withText:!0,label:Yo(t,nc("0x5e")),commandName:nc("0x30")}},{type:"button",model:{withText:!0,label:Yo(t,nc("0x67")),commandName:nc("0x47")}},{type:nc("0x3a"),model:{withText:!0,label:Yo(t,nc("0xb")),commandName:nc("0x1e")}},{type:nc("0x3a"),model:{withText:!0,label:Yo(t,nc("0x57")),commandName:"discardSelectedSuggestions"}}];for(const t of x){let e={type:nc("0x6b")};if(t[nc("0x40")]){const n=new r.Model(t[nc("0x40")]),o=this[nc("0xa")][nc("0x6")].get(n[nc("0x64")]);n[nc("0x10")]("isOn",nc("0x5a")).to(o,nc("0x18"),nc("0x5a")),e={type:t[nc("0x44")],model:n}}i[nc("0x2e")](e)}(0,r.addListToDropdown)(n,i);const a=x[nc("0x2b")]((t=>null!=t[nc("0x40")])).map((t=>this[nc("0xa")].commands[nc("0x65")](t.model[nc("0x64")]))),c=n[nc("0x13")];return c[nc("0x3e")][nc("0x22")](nc("0x5a")),c[nc("0x56")].unbind(nc("0x5a")),c[nc("0x3e")][nc("0x10")](nc("0x5a")).to(o,nc("0x5a")),c[nc("0x56")][nc("0x10")]("isEnabled")[nc("0x50")](a,nc("0x5a"),((...t)=>t[nc("0x32")]((t=>t)))),n.on(nc("0x31"),(t=>{this[nc("0xa")][nc("0x31")](t[nc("0x29")][nc("0x64")]),this.editor[nc("0x1b")].view[nc("0xd")]()})),n}_initializeController(t){const e=this[nc("0xa")],n=e.config,o=e[nc("0x27")].get(nc("0x51")),r=e[nc("0x27")][nc("0x65")]("CommentsRepository"),i=e[nc("0x27")].get(nc("0x35")),x=e[nc("0x27")][nc("0x65")](s.Users).me,a=n[nc("0x65")](nc("0x4f"))[nc("0x6f")],{CommentsListView:c,CommentThreadInputView:l}=e[nc("0x27")][nc("0x65")](nc("0x61"));let u,d;this[nc("0x36")][nc("0x5c")](t.id)?(d=this._annotationViews[nc("0x65")](t.id),u=d.mainView):(u=new a(e[nc("0x12")],t,x,{disableComments:this[nc("0x4d")],editorConfig:n[nc("0x65")]("comments.editorConfig"),maxCommentsWhenCollapsed:n.get(nc("0x11")),maxThreadTotalWeight:n[nc("0x65")](nc("0x16")),maxCommentCharsWhenCollapsed:n[nc("0x65")](nc("0x5f")),formatDateTime:(0,s.getDateTimeFormatter)(n[nc("0x65")](nc("0x12"))),CommentView:n.get(nc("0x2c"))[nc("0x5")],CommentsListView:c,CommentThreadInputView:l}),u.acceptButton.on("execute",(()=>{e.editing[nc("0x1f")][nc("0xd")]()})),u[nc("0x38")].on(nc("0x31"),(()=>{e[nc("0x1b")][nc("0x1f")][nc("0xd")]()})),d=o[nc("0x0")](this[nc("0xa")][nc("0x12")],u),d[nc("0x10")]("isDirty").to(u,nc("0x66")),d[nc("0x10")](nc("0x68")).to(u),d[nc("0x10")](nc("0x44")).to(u,nc("0x44"),(t=>nc("0x49")+t)),this[nc("0x36")][nc("0x4a")](t.id,d));const g=r[nc("0x41")](t[nc("0x4")],u),m=new Ua(e,t,u,g),f=t[nc("0x59")]().filter((t=>t.isInContent));u.descriptionParts=e[nc("0x27")].get("TrackChangesEditing")._descriptionFactory.getDescriptions(f),this[nc("0x23")][nc("0x4a")](t,m),this[nc("0x5b")][nc("0x4a")](u,m);const h=o.createAnnotation({view:d,target:()=>{const n=[],o=t[nc("0x59")]()[nc("0x2b")]((t=>t[nc("0x2d")]));for(const t of o)n.push(...t.getMarkers());return(0,s.getAllMarkersDomElementsSorted)(e.editing,n)},type:()=>nc("0x49")+m[nc("0x1f")][nc("0x44")]});o[nc("0x2e")](h),i[nc("0x6e")](h)}[nc("0x46")](t){const e=this.editor[nc("0x27")][nc("0x65")]("Annotations"),n=this[nc("0x23")][nc("0x65")](t),o=n[nc("0x1f")],r=e[nc("0x42")](o);r&&e[nc("0x54")](r),this[nc("0x23")][nc("0x34")](t),this[nc("0x5b")][nc("0x34")](o),n[nc("0x26")]()}_updateController(t){if(!t[nc("0x2d")]||!this[nc("0x23")][nc("0x5c")](t))return;const e=this[nc("0xa")][nc("0x27")][nc("0x65")](nc("0x45")),n=this._suggestionToController[nc("0x65")](t),o=t.getAllAdjacentSuggestions();n[nc("0x1f")][nc("0x9")]=e[nc("0xf")][nc("0x69")](o)}destroy(){for(const t of this[nc("0x23")][nc("0x60")]())this[nc("0x46")](t);for(const t of this[nc("0x36")][nc("0x25")]())t[nc("0x4e")][nc("0x26")]();super[nc("0x26")]()}}var rc,sc,ic=["getSuggestions","getSuggestion","editor","addSuggestion","TrackChanges","Comments","requires","get","adapter","plugins"];rc=ic,sc=456,function(t){for(;--t;)rc.push(rc.shift())}(++sc);var xc=function(t,e){return ic[t-=0]};class ac extends t.Plugin{static get[xc("0x0")](){return[Ra,oc,xc("0x9")]}static get pluginName(){return xc("0x8")}set[xc("0x2")](t){this[xc("0x6")][xc("0x3")][xc("0x1")](Ra).adapter=t}get[xc("0x2")](){return this[xc("0x6")][xc("0x3")][xc("0x1")](Ra)[xc("0x2")]}[xc("0x7")](t){return this[xc("0x6")].plugins.get(Ra).addSuggestionData(t)}[xc("0x4")]({skipNotAttached:t=!1,toJSON:e=!1}={}){return this[xc("0x6")][xc("0x3")][xc("0x1")](Ra)[xc("0x4")]({skipNotAttached:t,toJSON:e})}getSuggestion(t){return this[xc("0x6")].plugins[xc("0x1")](Ra)[xc("0x5")](t)}}const cc=["requires","data","_adapter","push","map","addUser","destroy","execute","reduce","getRootNames","create","trackChangesData.editorCreator","config","Pagination","editor","Users","includes","get","plugins","filter","TrackChangesData","context","editorCreator","Autosave","getDataWithDiscardedSuggestions","initialData","end","function","constructor","getSuggestions","model","document","createElement","pluginName","from","getDataWithAcceptedSuggestions","trackChangesData","CommentsRepository","toolbar","addSuggestionData","find","set","init","every","result","useAnonymousUser","name","extraPlugins","concat","RevisionTracker","discardAllSuggestions","names","TrackChangesEditing","acceptAllSuggestions","createDocumentFragment"];var lc,uc;lc=cc,uc=398,function(t){for(;--t;)lc.push(lc.shift())}(++uc);const dc=function(t,e){return cc[t-=0]},gc=[dc("0xc"),dc("0x8"),dc("0x19")],mc=["WebSocketGateway",dc("0x24"),dc("0xa"),"WordCount",dc("0x0")];class fc extends t.Plugin{static get[dc("0x2a")](){return[Ra]}static get pluginName(){return dc("0x7")}[dc("0x1d")](){const t=this.editor;if(t[dc("0x36")].define(dc("0x35"),(e=>t[dc("0xf")][dc("0x34")]("",e))),dc("0xe")!=typeof t[dc("0x36")].get("trackChangesData").editorCreator)throw new e.CKEditorError("track-changes-data-invalid-editor-creator")}[dc("0x16")](t){return pc(this[dc("0x1")],!0,t)}[dc("0xb")](t){return pc(this[dc("0x1")],!1,t)}}class hc extends t.Plugin{static get[dc("0x14")](){return"TrackChangesDataGetter"}constructor(t){super(t),this[dc("0x1f")]=dc("0xd")}[dc("0x1d")](){this[dc("0x1")][dc("0x5")].get(dc("0x18")).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[dc("0x1")].plugins[dc("0x4")](dc("0x27"))[dc("0x2c")]=null}}async function pc(t,e,n){const o=function(t){const e={};for(const n of t[dc("0x36")][dc("0x26")]())gc[dc("0x3")](n)||(e[n]=t[dc("0x36")][dc("0x4")](n));const n=t[dc("0xf")].builtinPlugins||[],o=e[dc("0x22")]||[];delete e[dc("0x22")];const r=n[dc("0x23")](e[dc("0x5")])[dc("0x23")](o)[dc("0x2e")]((t=>"string"==typeof t?n[dc("0x1b")]((e=>e[dc("0x14")]==t)):t)),s=Array[dc("0x15")](new Set(r)),i=new Map;return e[dc("0x5")]=s[dc("0x6")]((t=>bc(t,i))),e[dc("0x5")][dc("0x2d")](hc),e.plugins[dc("0x2d")](Ra),e}(t),r=document[dc("0x29")](),s=t[dc("0x36")].get(dc("0x17"))[dc("0x9")],i=await s(o,(()=>function(t){const e=document[dc("0x13")]("div");return t.appendChild(e),e}(r)));!function(t,e){const n=t[dc("0x11")][dc("0x12")][dc("0x33")]()[dc("0x32")](((e,n)=>(e[n]=t.data.get({rootName:n}),e)),{}),o=t[dc("0x5")][dc("0x4")]("Users").users[dc("0x2e")]((t=>({id:t.id,name:t.name}))),r=t[dc("0x5")][dc("0x4")]("TrackChangesEditing")[dc("0x10")]({skipNotAttached:!0,toJSON:!0}),s=e[dc("0x5")][dc("0x4")](dc("0x2")),i=e[dc("0x5")][dc("0x4")](dc("0x27"));for(const t of o)s.getUser(t.id)||s[dc("0x2f")](t);s.me||s[dc("0x20")]();for(const t of r)i[dc("0x1a")](t);e[dc("0x2b")][dc("0x1c")](n)}(t,i),i[dc("0x31")](dc(e?"0x28":"0x25"));const x=i[dc("0x2b")][dc("0x4")](n);return await i[dc("0x30")](),x}function bc(t,e){const n="function"==typeof t?t[dc("0x14")]||t[dc("0x21")]:t;if(e.has(n))return e[dc("0x4")](n);if(e[dc("0x1c")](n,!0),n&&mc[dc("0x3")](n))return e[dc("0x1c")](n,!1),!1;if(!t[dc("0x2a")])return e[dc("0x1c")](n,!0),!0;const o=t.requires[dc("0x1e")]((t=>bc(t,e)));return e[dc("0x1c")](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 s=e[o];if(void 0!==s)return s.exports;var r=e[o]={exports:{}};return t[o](r,r.exports,n),r.exports}n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{"use strict";n.r(o),n.d(o,{BaseSuggestionThreadView:()=>ac,TrackChanges:()=>Ac,TrackChangesData:()=>wc,TrackChangesEditing:()=>za});var t=n(704),e=n(209),s=n(273),r=n(417),i=n(492),x=n(995);const a=["execute","editor","_enableCommands","_disableUnsupportedCommands","affectsData","refresh","forceDisabled","_enabledCommands","TrackChangesCommand","commands","clearForceDisabled","has","value"];var c,l;c=a,l=226,function(t){for(;--t;)c.push(c.shift())}(++l);const u=function(t,e){return a[t-=0]};class d extends t.Command{constructor(t,e){super(t),this[u("0x2")]=e,this[u("0x7")]=!1,this[u("0x0")]()}[u("0x0")](){this.isEnabled=!0}[u("0x8")](){this[u("0x7")]=!this[u("0x7")],this[u("0x7")]?this[u("0xb")]():this[u("0xa")]()}_disableUnsupportedCommands(){for(const t of this[u("0x9")][u("0x4")].commands())t[u("0xc")]&&!this[u("0x2")][u("0x6")](t)&&t[u("0x1")](u("0x3"))}[u("0xa")](){for(const t of this.editor[u("0x4")][u("0x4")]())t[u("0xc")]&&!this[u("0x2")][u("0x6")](t)&&t[u("0x5")](u("0x3"))}}const g=["refresh","track-changes-accept-suggestion-not-found","editor","plugins","_suggestions","execute","get"];var m,f;m=g,f=141,function(t){for(;--t;)m.push(m.shift())}(++f);const h=function(t,e){return g[t-=0]};class p extends t.Command{constructor(t,e){super(t),this[h("0x3")]=e,this[h("0x6")]()}refresh(){this.isEnabled=!0}[h("0x4")](t){const n=this._suggestions[h("0x5")](t);if(!n)throw new e.CKEditorError(h("0x0"),this);this[h("0x1")][h("0x2")].get("TrackChangesEditing").acceptSuggestion(n)}}const b=["refresh","_suggestions","editor","isEnabled","discardSuggestion","plugins","get","TrackChangesEditing","track-changes-discard-suggestion-not-found"];var E,_;E=b,_=455,function(t){for(;--t;)E.push(E.shift())}(++_);const T=function(t,e){return b[t-=0]};class C extends t.Command{constructor(t,e){super(t),this[T("0x5")]=e,this[T("0x4")]()}refresh(){this[T("0x7")]=!0}execute(t){const n=this._suggestions[T("0x1")](t);if(!n)throw new e.CKEditorError(T("0x3"),this);this[T("0x6")][T("0x0")].get(T("0x2"))[T("0x8")](n)}}const y=["getRange","schema","from","change","next","replace","push","length","splice","map","getMarkers","isMultiRange","value","isArray","type","end","execute","sort","isTouching","color","createPositionAt","isInContent","isCollapsed","createRange","createPositionAfter","createPositionBefore","deletion"," [color ","getRanges","join","add"];var k,A;k=y,A=440,function(t){for(;--t;)k.push(k.shift())}(++A);const v=function(t,e){return y[t-=0]};function R(t){return t[v("0xb")](((t,e)=>v("0x14")==t.type&&v("0x14")!=e[v("0x8")]?-1:v("0x14")!=t[v("0x8")]&&v("0x14")==e.type?1:0))}function S(t,e){let n,o=0;const s=[],r=e[v("0x1a")];for(;o<t[v("0x1")];){const i=t[o],x=t[o+1];n||(n=e[v("0x13")](i)),I(e,i,x)||(s[v("0x0")](e[v("0x11")](n,r.isObject(i)?e[v("0x12")](i):e[v("0xe")](i,v("0x9")))),n=null),o++}return s}function I(t,e,n){if(!n)return!1;const o=t[v("0x12")](e),s=t[v("0x13")](n);return o[v("0xc")](s)}function L(t,e,n){for(;n[v("0x1")];){const o=n[v("0x2")](0,100);t[v("0x1c")]((()=>{for(const t of o)t.isInContent&&e[v("0xa")](t.id)}))}}const N=["refresh","some","isEnabled","execute","values","from","isInContent","_suggestions","_command"];var w,M;w=N,M=147,function(t){for(;--t;)w.push(w.shift())}(++M);const O=function(t,e){return N[t-=0]};class F extends t.Command{constructor(t,e,n){super(t),this[O("0x5")]=e,this[O("0x4")]=n,this[O("0x6")]()}[O("0x6")](){const t=Array[O("0x2")](this[O("0x4")].values())[O("0x7")]((t=>t[O("0x3")]));this[O("0x8")]=this[O("0x5")].isEnabled&&t}[O("0x0")](){const t=R(Array[O("0x2")](this[O("0x4")][O("0x1")]()));L(this.editor.model,this[O("0x5")],t)}}const P=["size","document","execute","from","editor","values","_command","model","selection","_suggestions","isEnabled","_selectedSuggestions"];var D,B;D=P,B=189,function(t){for(;--t;)D.push(D.shift())}(++B);const j=function(t,e){return P[t-=0]};class U extends t.Command{constructor(t,e,n){super(t),this._command=e,this[j("0x0")]=n,this._selectedSuggestions=new Set,this.refresh()}refresh(){const t=this[j("0x7")][j("0xa")][j("0x4")][j("0xb")],e=Array[j("0x6")](this[j("0x0")][j("0x8")]());this._selectedSuggestions=function(t,e){const n=Array[v("0x1b")](t[v("0x16")]()),o=new Set;for(const s of e)if(s[v("0xf")])for(const e of n)for(const n of s[v("0x4")]()){const r=n[v("0x19")]();(e.isIntersecting(r)||t[v("0x10")]&&!s[v("0x5")]&&s[v("0x1d")]&&r[v("0x9")][v("0xc")](e.start))&&o[v("0x18")](s)}return o}(t,e),this.isEnabled=this._command[j("0x1")]&&!!this._selectedSuggestions[j("0x3")]}[j("0x5")](){const t=R(Array[j("0x6")](this[j("0x2")]));L(this[j("0x7")][j("0xa")],this[j("0x9")],t)}}const G=function(){this.__data__=[],this.size=0};const H=function(t,e){return t===e||t!=t&&e!=e};const W=function(t,e){for(var n=t.length;n--;)if(H(t[n][0],e))return n;return-1};var z=Array.prototype.splice;const V=function(t){var e=this.__data__,n=W(e,t);return!(n<0)&&(n==e.length-1?e.pop():z.call(e,n,1),--this.size,!0)};const K=function(t){var e=this.__data__,n=W(e,t);return n<0?void 0:e[n][1]};const X=function(t){return W(this.__data__,t)>-1};const q=function(t,e){var n=this.__data__,o=W(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this};function $(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}$.prototype.clear=G,$.prototype.delete=V,$.prototype.get=K,$.prototype.has=X,$.prototype.set=q;const J=$;const Q=function(){this.__data__=new J,this.size=0};const Z=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const Y=function(t){return this.__data__.get(t)};const tt=function(t){return this.__data__.has(t)};const et="object"==typeof global&&global&&global.Object===Object&&global;var nt="object"==typeof self&&self&&self.Object===Object&&self;const ot=et||nt||Function("return this")();const st=ot.Symbol;var rt=Object.prototype,it=rt.hasOwnProperty,xt=rt.toString,at=st?st.toStringTag:void 0;const ct=function(t){var e=it.call(t,at),n=t[at];try{t[at]=void 0;var o=!0}catch(t){}var s=xt.call(t);return o&&(e?t[at]=n:delete t[at]),s};var lt=Object.prototype.toString;const ut=function(t){return lt.call(t)};var dt=st?st.toStringTag:void 0;const gt=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":dt&&dt in Object(t)?ct(t):ut(t)};const mt=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ft=function(t){if(!mt(t))return!1;var e=gt(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ht=ot["__core-js_shared__"];var pt,bt=(pt=/[^.]+$/.exec(ht&&ht.keys&&ht.keys.IE_PROTO||""))?"Symbol(src)_1."+pt:"";const Et=function(t){return!!bt&&bt in t};var _t=Function.prototype.toString;const Tt=function(t){if(null!=t){try{return _t.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var Ct=/^\[object .+?Constructor\]$/,yt=Function.prototype,kt=Object.prototype,At=yt.toString,vt=kt.hasOwnProperty,Rt=RegExp("^"+At.call(vt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const St=function(t){return!(!mt(t)||Et(t))&&(ft(t)?Rt:Ct).test(Tt(t))};const It=function(t,e){return null==t?void 0:t[e]};const Lt=function(t,e){var n=It(t,e);return St(n)?n:void 0};const Nt=Lt(ot,"Map");const wt=Lt(Object,"create");const Mt=function(){this.__data__=wt?wt(null):{},this.size=0};const Ot=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Ft=Object.prototype.hasOwnProperty;const Pt=function(t){var e=this.__data__;if(wt){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Ft.call(e,t)?e[t]:void 0};var Dt=Object.prototype.hasOwnProperty;const Bt=function(t){var e=this.__data__;return wt?void 0!==e[t]:Dt.call(e,t)};const jt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=wt&&void 0===e?"__lodash_hash_undefined__":e,this};function Ut(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}Ut.prototype.clear=Mt,Ut.prototype.delete=Ot,Ut.prototype.get=Pt,Ut.prototype.has=Bt,Ut.prototype.set=jt;const Gt=Ut;const Ht=function(){this.size=0,this.__data__={hash:new Gt,map:new(Nt||J),string:new Gt}};const Wt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const zt=function(t,e){var n=t.__data__;return Wt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Vt=function(t){var e=zt(this,t).delete(t);return this.size-=e?1:0,e};const Kt=function(t){return zt(this,t).get(t)};const Xt=function(t){return zt(this,t).has(t)};const qt=function(t,e){var n=zt(this,t),o=n.size;return n.set(t,e),this.size+=n.size==o?0:1,this};function $t(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}$t.prototype.clear=Ht,$t.prototype.delete=Vt,$t.prototype.get=Kt,$t.prototype.has=Xt,$t.prototype.set=qt;const Jt=$t;const Qt=function(t,e){var n=this.__data__;if(n instanceof J){var o=n.__data__;if(!Nt||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new Jt(o)}return n.set(t,e),this.size=n.size,this};function Zt(t){var e=this.__data__=new J(t);this.size=e.size}Zt.prototype.clear=Q,Zt.prototype.delete=Z,Zt.prototype.get=Y,Zt.prototype.has=tt,Zt.prototype.set=Qt;const Yt=Zt;const te=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o&&!1!==e(t[n],n,t););return t};const ee=function(){try{var t=Lt(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const ne=function(t,e,n){"__proto__"==e&&ee?ee(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var oe=Object.prototype.hasOwnProperty;const se=function(t,e,n){var o=t[e];oe.call(t,e)&&H(o,n)&&(void 0!==n||e in t)||ne(t,e,n)};const re=function(t,e,n,o){var s=!n;n||(n={});for(var r=-1,i=e.length;++r<i;){var x=e[r],a=o?o(n[x],t[x],x,n,t):void 0;void 0===a&&(a=t[x]),s?ne(n,x,a):se(n,x,a)}return n};const ie=function(t,e){for(var n=-1,o=Array(t);++n<t;)o[n]=e(n);return o};const xe=function(t){return null!=t&&"object"==typeof t};const ae=function(t){return xe(t)&&"[object Arguments]"==gt(t)};var ce=Object.prototype,le=ce.hasOwnProperty,ue=ce.propertyIsEnumerable;const de=ae(function(){return arguments}())?ae:function(t){return xe(t)&&le.call(t,"callee")&&!ue.call(t,"callee")};const ge=Array.isArray;const me=function(){return!1};var fe="object"==typeof exports&&exports&&!exports.nodeType&&exports,he=fe&&"object"==typeof module&&module&&!module.nodeType&&module,pe=he&&he.exports===fe?ot.Buffer:void 0;const be=(pe?pe.isBuffer:void 0)||me;var Ee=/^(?:0|[1-9]\d*)$/;const _e=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Ee.test(t))&&t>-1&&t%1==0&&t<e};const Te=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var Ce={};Ce["[object Float32Array]"]=Ce["[object Float64Array]"]=Ce["[object Int8Array]"]=Ce["[object Int16Array]"]=Ce["[object Int32Array]"]=Ce["[object Uint8Array]"]=Ce["[object Uint8ClampedArray]"]=Ce["[object Uint16Array]"]=Ce["[object Uint32Array]"]=!0,Ce["[object Arguments]"]=Ce["[object Array]"]=Ce["[object ArrayBuffer]"]=Ce["[object Boolean]"]=Ce["[object DataView]"]=Ce["[object Date]"]=Ce["[object Error]"]=Ce["[object Function]"]=Ce["[object Map]"]=Ce["[object Number]"]=Ce["[object Object]"]=Ce["[object RegExp]"]=Ce["[object Set]"]=Ce["[object String]"]=Ce["[object WeakMap]"]=!1;const ye=function(t){return xe(t)&&Te(t.length)&&!!Ce[gt(t)]};const ke=function(t){return function(e){return t(e)}};var Ae="object"==typeof exports&&exports&&!exports.nodeType&&exports,ve=Ae&&"object"==typeof module&&module&&!module.nodeType&&module,Re=ve&&ve.exports===Ae&&et.process;const Se=function(){try{var t=ve&&ve.require&&ve.require("util").types;return t||Re&&Re.binding&&Re.binding("util")}catch(t){}}();var Ie=Se&&Se.isTypedArray;const Le=Ie?ke(Ie):ye;var Ne=Object.prototype.hasOwnProperty;const we=function(t,e){var n=ge(t),o=!n&&de(t),s=!n&&!o&&be(t),r=!n&&!o&&!s&&Le(t),i=n||o||s||r,x=i?ie(t.length,String):[],a=x.length;for(var c in t)!e&&!Ne.call(t,c)||i&&("length"==c||s&&("offset"==c||"parent"==c)||r&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||_e(c,a))||x.push(c);return x};var Me=Object.prototype;const Oe=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Me)};const Fe=function(t,e){return function(n){return t(e(n))}};const Pe=Fe(Object.keys,Object);var De=Object.prototype.hasOwnProperty;const Be=function(t){if(!Oe(t))return Pe(t);var e=[];for(var n in Object(t))De.call(t,n)&&"constructor"!=n&&e.push(n);return e};const je=function(t){return null!=t&&Te(t.length)&&!ft(t)};const Ue=function(t){return je(t)?we(t):Be(t)};const Ge=function(t,e){return t&&re(e,Ue(e),t)};const He=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var We=Object.prototype.hasOwnProperty;const ze=function(t){if(!mt(t))return He(t);var e=Oe(t),n=[];for(var o in t)("constructor"!=o||!e&&We.call(t,o))&&n.push(o);return n};const Ve=function(t){return je(t)?we(t,!0):ze(t)};const Ke=function(t,e){return t&&re(e,Ve(e),t)};var Xe="object"==typeof exports&&exports&&!exports.nodeType&&exports,qe=Xe&&"object"==typeof module&&module&&!module.nodeType&&module,$e=qe&&qe.exports===Xe?ot.Buffer:void 0,Je=$e?$e.allocUnsafe:void 0;const Qe=function(t,e){if(e)return t.slice();var n=t.length,o=Je?Je(n):new t.constructor(n);return t.copy(o),o};const Ze=function(t,e){var n=-1,o=t.length;for(e||(e=Array(o));++n<o;)e[n]=t[n];return e};const Ye=function(t,e){for(var n=-1,o=null==t?0:t.length,s=0,r=[];++n<o;){var i=t[n];e(i,n,t)&&(r[s++]=i)}return r};const tn=function(){return[]};var en=Object.prototype.propertyIsEnumerable,nn=Object.getOwnPropertySymbols;const on=nn?function(t){return null==t?[]:(t=Object(t),Ye(nn(t),(function(e){return en.call(t,e)})))}:tn;const sn=function(t,e){return re(t,on(t),e)};const rn=function(t,e){for(var n=-1,o=e.length,s=t.length;++n<o;)t[s+n]=e[n];return t};const xn=Fe(Object.getPrototypeOf,Object);const an=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)rn(e,on(t)),t=xn(t);return e}:tn;const cn=function(t,e){return re(t,an(t),e)};const ln=function(t,e,n){var o=e(t);return ge(t)?o:rn(o,n(t))};const un=function(t){return ln(t,Ue,on)};const dn=function(t){return ln(t,Ve,an)};const gn=Lt(ot,"DataView");const mn=Lt(ot,"Promise");const fn=Lt(ot,"Set");const hn=Lt(ot,"WeakMap");var pn="[object Map]",bn="[object Promise]",En="[object Set]",_n="[object WeakMap]",Tn="[object DataView]",Cn=Tt(gn),yn=Tt(Nt),kn=Tt(mn),An=Tt(fn),vn=Tt(hn),Rn=gt;(gn&&Rn(new gn(new ArrayBuffer(1)))!=Tn||Nt&&Rn(new Nt)!=pn||mn&&Rn(mn.resolve())!=bn||fn&&Rn(new fn)!=En||hn&&Rn(new hn)!=_n)&&(Rn=function(t){var e=gt(t),n="[object Object]"==e?t.constructor:void 0,o=n?Tt(n):"";if(o)switch(o){case Cn:return Tn;case yn:return pn;case kn:return bn;case An:return En;case vn:return _n}return e});const Sn=Rn;var In=Object.prototype.hasOwnProperty;const Ln=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&In.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const Nn=ot.Uint8Array;const wn=function(t){var e=new t.constructor(t.byteLength);return new Nn(e).set(new Nn(t)),e};const Mn=function(t,e){var n=e?wn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var On=/\w*$/;const Fn=function(t){var e=new t.constructor(t.source,On.exec(t));return e.lastIndex=t.lastIndex,e};var Pn=st?st.prototype:void 0,Dn=Pn?Pn.valueOf:void 0;const Bn=function(t){return Dn?Object(Dn.call(t)):{}};const jn=function(t,e){var n=e?wn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const Un=function(t,e,n){var o=t.constructor;switch(e){case"[object ArrayBuffer]":return wn(t);case"[object Boolean]":case"[object Date]":return new o(+t);case"[object DataView]":return Mn(t,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return jn(t,n);case"[object Map]":case"[object Set]":return new o;case"[object Number]":case"[object String]":return new o(t);case"[object RegExp]":return Fn(t);case"[object Symbol]":return Bn(t)}};var Gn=Object.create;const Hn=function(){function t(){}return function(e){if(!mt(e))return{};if(Gn)return Gn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Wn=function(t){return"function"!=typeof t.constructor||Oe(t)?{}:Hn(xn(t))};const zn=function(t){return xe(t)&&"[object Map]"==Sn(t)};var Vn=Se&&Se.isMap;const Kn=Vn?ke(Vn):zn;const Xn=function(t){return xe(t)&&"[object Set]"==Sn(t)};var qn=Se&&Se.isSet;const $n=qn?ke(qn):Xn;var Jn="[object Arguments]",Qn="[object Function]",Zn="[object Object]",Yn={};Yn[Jn]=Yn["[object Array]"]=Yn["[object ArrayBuffer]"]=Yn["[object DataView]"]=Yn["[object Boolean]"]=Yn["[object Date]"]=Yn["[object Float32Array]"]=Yn["[object Float64Array]"]=Yn["[object Int8Array]"]=Yn["[object Int16Array]"]=Yn["[object Int32Array]"]=Yn["[object Map]"]=Yn["[object Number]"]=Yn[Zn]=Yn["[object RegExp]"]=Yn["[object Set]"]=Yn["[object String]"]=Yn["[object Symbol]"]=Yn["[object Uint8Array]"]=Yn["[object Uint8ClampedArray]"]=Yn["[object Uint16Array]"]=Yn["[object Uint32Array]"]=!0,Yn["[object Error]"]=Yn[Qn]=Yn["[object WeakMap]"]=!1;const to=function t(e,n,o,s,r,i){var x,a=1&n,c=2&n,l=4&n;if(o&&(x=r?o(e,s,r,i):o(e)),void 0!==x)return x;if(!mt(e))return e;var u=ge(e);if(u){if(x=Ln(e),!a)return Ze(e,x)}else{var d=Sn(e),g=d==Qn||"[object GeneratorFunction]"==d;if(be(e))return Qe(e,a);if(d==Zn||d==Jn||g&&!r){if(x=c||g?{}:Wn(e),!a)return c?cn(e,Ke(x,e)):sn(e,Ge(x,e))}else{if(!Yn[d])return r?e:{};x=Un(e,d,a)}}i||(i=new Yt);var m=i.get(e);if(m)return m;i.set(e,x),$n(e)?e.forEach((function(s){x.add(t(s,n,o,s,e,i))})):Kn(e)&&e.forEach((function(s,r){x.set(r,t(s,n,o,r,e,i))}));var f=u?void 0:(l?c?dn:un:c?Ve:Ue)(e);return te(f||e,(function(s,r){f&&(s=e[r=s]),se(x,r,t(s,n,o,r,e,i))})),x};const eo=function(t){return to(t,5)};const no=function(t){return"symbol"==typeof t||xe(t)&&"[object Symbol]"==gt(t)};var oo=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,so=/^\w*$/;const ro=function(t,e){if(ge(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!no(t))||(so.test(t)||!oo.test(t)||null!=e&&t in Object(e))};function io(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var o=arguments,s=e?e.apply(this,o):o[0],r=n.cache;if(r.has(s))return r.get(s);var i=t.apply(this,o);return n.cache=r.set(s,i)||r,i};return n.cache=new(io.Cache||Jt),n}io.Cache=Jt;const xo=io;var ao=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,co=/\\(\\)?/g;const lo=function(t){var e=xo(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(ao,(function(t,n,o,s){e.push(o?s.replace(co,"$1"):n||t)})),e}));const uo=function(t,e){for(var n=-1,o=null==t?0:t.length,s=Array(o);++n<o;)s[n]=e(t[n],n,t);return s};var go=st?st.prototype:void 0,mo=go?go.toString:void 0;const fo=function t(e){if("string"==typeof e)return e;if(ge(e))return uo(e,t)+"";if(no(e))return mo?mo.call(e):"";var n=e+"";return"0"==n&&1/e==-Infinity?"-0":n};const ho=function(t){return null==t?"":fo(t)};const po=function(t,e){return ge(t)?t:ro(t,e)?[t]:lo(ho(t))};const bo=function(t){if("string"==typeof t||no(t))return t;var e=t+"";return"0"==e&&1/t==-Infinity?"-0":e};const Eo=function(t,e,n,o){if(!mt(t))return t;for(var s=-1,r=(e=po(e,t)).length,i=r-1,x=t;null!=x&&++s<r;){var a=bo(e[s]),c=n;if("__proto__"===a||"constructor"===a||"prototype"===a)return t;if(s!=i){var l=x[a];void 0===(c=o?o(l,a,x):void 0)&&(c=mt(l)?l:_e(e[s+1])?[]:{})}se(x,a,c),x=x[a]}return t};const _o=function(t,e,n){return null==t?t:Eo(t,e,n)};const To=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const Co=function(t){return this.__data__.has(t)};function yo(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Jt;++e<n;)this.add(t[e])}yo.prototype.add=yo.prototype.push=To,yo.prototype.has=Co;const ko=yo;const Ao=function(t,e){for(var n=-1,o=null==t?0:t.length;++n<o;)if(e(t[n],n,t))return!0;return!1};const vo=function(t,e){return t.has(e)};const Ro=function(t,e,n,o,s,r){var i=1&n,x=t.length,a=e.length;if(x!=a&&!(i&&a>x))return!1;var c=r.get(t),l=r.get(e);if(c&&l)return c==e&&l==t;var u=-1,d=!0,g=2&n?new ko:void 0;for(r.set(t,e),r.set(e,t);++u<x;){var m=t[u],f=e[u];if(o)var h=i?o(f,m,u,e,t,r):o(m,f,u,t,e,r);if(void 0!==h){if(h)continue;d=!1;break}if(g){if(!Ao(e,(function(t,e){if(!vo(g,e)&&(m===t||s(m,t,n,o,r)))return g.push(e)}))){d=!1;break}}else if(m!==f&&!s(m,f,n,o,r)){d=!1;break}}return r.delete(t),r.delete(e),d};const So=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,o){n[++e]=[o,t]})),n};const Io=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var Lo=st?st.prototype:void 0,No=Lo?Lo.valueOf:void 0;const wo=function(t,e,n,o,s,r,i){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!r(new Nn(t),new Nn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return H(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var x=So;case"[object Set]":var a=1&o;if(x||(x=Io),t.size!=e.size&&!a)return!1;var c=i.get(t);if(c)return c==e;o|=2,i.set(t,e);var l=Ro(x(t),x(e),o,s,r,i);return i.delete(t),l;case"[object Symbol]":if(No)return No.call(t)==No.call(e)}return!1};var Mo=Object.prototype.hasOwnProperty;const Oo=function(t,e,n,o,s,r){var i=1&n,x=un(t),a=x.length;if(a!=un(e).length&&!i)return!1;for(var c=a;c--;){var l=x[c];if(!(i?l in e:Mo.call(e,l)))return!1}var u=r.get(t),d=r.get(e);if(u&&d)return u==e&&d==t;var g=!0;r.set(t,e),r.set(e,t);for(var m=i;++c<a;){var f=t[l=x[c]],h=e[l];if(o)var p=i?o(h,f,l,e,t,r):o(f,h,l,t,e,r);if(!(void 0===p?f===h||s(f,h,n,o,r):p)){g=!1;break}m||(m="constructor"==l)}if(g&&!m){var b=t.constructor,E=e.constructor;b==E||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof E&&E instanceof E||(g=!1)}return r.delete(t),r.delete(e),g};var Fo="[object Arguments]",Po="[object Array]",Do="[object Object]",Bo=Object.prototype.hasOwnProperty;const jo=function(t,e,n,o,s,r){var i=ge(t),x=ge(e),a=i?Po:Sn(t),c=x?Po:Sn(e),l=(a=a==Fo?Do:a)==Do,u=(c=c==Fo?Do:c)==Do,d=a==c;if(d&&be(t)){if(!be(e))return!1;i=!0,l=!1}if(d&&!l)return r||(r=new Yt),i||Le(t)?Ro(t,e,n,o,s,r):wo(t,e,a,n,o,s,r);if(!(1&n)){var g=l&&Bo.call(t,"__wrapped__"),m=u&&Bo.call(e,"__wrapped__");if(g||m){var f=g?t.value():t,h=m?e.value():e;return r||(r=new Yt),s(f,h,n,o,r)}}return!!d&&(r||(r=new Yt),Oo(t,e,n,o,s,r))};const Uo=function t(e,n,o,s,r){return e===n||(null==e||null==n||!xe(e)&&!xe(n)?e!=e&&n!=n:jo(e,n,o,s,t,r))};const Go=function(t,e){return Uo(t,e)};const Ho=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Wo=function(t,e){for(var n=0,o=(e=po(e,t)).length;null!=t&&n<o;)t=t[bo(e[n++])];return n&&n==o?t:void 0};const zo=function(t,e,n){var o=-1,s=t.length;e<0&&(e=-e>s?0:s+e),(n=n>s?s:n)<0&&(n+=s),s=e>n?0:n-e>>>0,e>>>=0;for(var r=Array(s);++o<s;)r[o]=t[o+e];return r};const Vo=function(t,e){return e.length<2?t:Wo(t,zo(e,0,-1))};const Ko=function(t,e){return e=po(e,t),null==(t=Vo(t,e))||delete t[bo(Ho(e))]};const Xo=function(t,e){return null==t||Ko(t,e)},qo=["isInContent","removeMarker","delete","addRange","head","get","onDiscard","removeAttribute","createdAt","_onAttributesChange","commentThread","reduce","markers","toJSON","substr","_markerNames","onAccept","@external","authoredAt","decorate","onAttributesChange","getMarkerNames","set","suggestion:","author","creator","getRanges","getMarkers","getItems","attributes","discard","setAttribute","nodeAfter","map","getAllAdjacentSuggestions","isExternal","getContainedElement","length","getFirstRange","getFirstMarker","data","push","start","isIntersectingWithRange","getRange","removeMarkers","nodeBefore","accept","add","subType","_model","clear","type","addMarkerName","from","hasComments","_onDiscard","previous","isMultiRange","size","getMultiRangeId","_onAccept"];var $o,Jo;$o=qo,Jo=437,function(t){for(;--t;)$o.push($o.shift())}(++Jo);const Qo=function(t,e){return qo[t-=0]};class Zo extends((0,e.ObservableMixin)()){constructor(t,e){super(),this.id=e.id,this[Qo("0x31")]=e[Qo("0x31")],this[Qo("0x2e")]=e[Qo("0x2e")]||null,this.author=e[Qo("0x15")],this[Qo("0x16")]=e[Qo("0x16")]||e[Qo("0x15")],this[Qo("0x20")]=Boolean(e[Qo("0x1a")]&&e[Qo("0x1a")][Qo("0xe")]),this.data=null,this[Qo("0x2f")]=t,this[Qo("0x3a")]=e[Qo("0xd")],this[Qo("0x35")]=e[Qo("0x3")],this[Qo("0x6")]=e[Qo("0x11")],this[Qo("0xc")]=new Set,this[Qo("0x5")]=null,this[Qo("0x13")](Qo("0xf"),null),this[Qo("0x13")](Qo("0x1a"),e[Qo("0x1a")]||{}),this[Qo("0x13")](Qo("0x36"),null),this.set("next",null),this[Qo("0x13")](Qo("0x7"),null),this[Qo("0x13")]("_saved",!1),this[Qo("0x10")](Qo("0x2c")),this[Qo("0x10")](Qo("0x1b"))}get[Qo("0x1")](){let t=this;for(;t[Qo("0x36")];)t=t[Qo("0x36")];return t}get[Qo("0x34")](){return!!this[Qo("0x7")]&&this[Qo("0x7")][Qo("0x22")]>0}get[Qo("0x37")](){return 0!=this._markerNames[Qo("0x38")]&&6==Array.from(this[Qo("0xc")])[0].split(":")[Qo("0x22")]}get[Qo("0x3b")](){return null!==this[Qo("0x24")]()}[Qo("0x32")](t){this[Qo("0xc")][Qo("0x2d")](t)}[Qo("0x12")](){return Array[Qo("0x33")](this[Qo("0xc")])}[Qo("0x18")](){return this[Qo("0x12")]().map((t=>this[Qo("0x2f")][Qo("0x9")][Qo("0x2")](t))).filter((t=>t))}[Qo("0x24")](){return this.getMarkers()[0]||null}[Qo("0x2a")](){this[Qo("0x2f")].change((t=>{for(const e of this[Qo("0x18")]())t[Qo("0x3c")](e)})),this[Qo("0xc")][Qo("0x30")]()}removeMarker(t){this[Qo("0x2f")].change((e=>{e[Qo("0x3c")](t)})),this._markerNames[Qo("0x3d")](t)}[Qo("0x0")](t){const e=Qo("0x14")+this.type+":"+this[Qo("0x2e")]+":"+this.id+":"+this.creator.id+":"+Zo[Qo("0x39")]();this[Qo("0x32")](e),this[Qo("0x2f")].change((n=>{n.addMarker(e,{range:t,usingOperation:!0,affectsData:!0})}))}[Qo("0x28")](t){for(const e of this[Qo("0x17")]())if(e.isIntersecting(t))return!0;return!1}[Qo("0x17")](){return this[Qo("0x18")]()[Qo("0x1e")]((t=>t.getRange()))}[Qo("0x19")](){return this[Qo("0x17")]()[Qo("0x8")](((t,e)=>[...t,...e[Qo("0x19")]()]),[])}[Qo("0x23")](){var t;return(null===(t=this.getFirstMarker())||void 0===t?void 0:t[Qo("0x29")]())||null}[Qo("0x21")](){const t=this[Qo("0x17")]();if(1!=t[Qo("0x22")])return null;const e=t[0],n=e[Qo("0x27")][Qo("0x1d")],o=e.end[Qo("0x2b")];return n instanceof i.Element?n!=o?null:n:null}[Qo("0x2c")](){this[Qo("0x3a")](this[Qo("0x17")](),this[Qo("0x25")],this[Qo("0x1a")]),this[Qo("0x2a")]()}discard(){this[Qo("0x35")](this.getRanges(),this[Qo("0x25")],this[Qo("0x1a")]),this[Qo("0x2a")]()}[Qo("0x1f")](){const t=[];let e=this[Qo("0x1")];for(;e;)t[Qo("0x26")](e),e=e.next;return t}[Qo("0x1c")](t,e){const n=eo(this[Qo("0x1a")]);_o(n,t,e),Go(n,this.attributes)||(this.attributes=n,this._onAttributesChange(n))}[Qo("0x4")](t){const e=eo(this[Qo("0x1a")]);Xo(e,t),Go(e,this.attributes)||(this.attributes=e,this._onAttributesChange(this[Qo("0x1a")]))}[Qo("0xa")](){return{id:this.id,type:this[Qo("0x2e")]?this[Qo("0x31")]+":"+this.subType:this[Qo("0x31")],authorId:this[Qo("0x16")].id,createdAt:this[Qo("0x5")],hasComments:this[Qo("0x34")],data:this.data,attributes:this[Qo("0x1a")]}}static getMultiRangeId(){return(0,e.uid)()[Qo("0xb")](1,5)}}function Yo(t,e,n){const o=t.t;switch(e){case"Track changes":return o("Track changes");case"Accept suggestion":return o("Accept suggestion");case"Discard suggestion":return o("Discard suggestion");case"Accept all suggestions":return o("Accept all suggestions");case"Accept all selected suggestions":return o("Accept all selected suggestions");case"Discard all suggestions":return o("Discard all suggestions");case"Discard all selected suggestions":return o("Discard all selected suggestions");case"*Reset font size*":return o("*Reset font size*");case"*Reset font family*":return o("*Reset font family*");case"*Reset font color*":return o("*Reset font color*");case"*Reset font background color*":return o("*Reset font background color*");case"*Remove image text alternative*":return o("*Remove image text alternative*");case"*Reset image width*":return o("*Reset image width*");case"*Remove link*":return o("*Remove link*");case"*Check item*":return o("*Check item*");case"*Uncheck item*":return o("*Uncheck item*");case"*Remove all formatting*":return o("*Remove all formatting*");case"*Replace table cells*":return o("*Replace table cells*");case"*Merge cells*":return o("*Merge cells*");case"*Split cell:* vertically":return o("*Split cell:* vertically");case"*Split cell:* horizontally":return o("*Split cell:* horizontally");case"*Indent:* %0":return o("*Indent:* %0",n);case"*Outdent:* %0":return o("*Outdent:* %0",n);case"*Change to:* %0":return o("*Change to:* %0",n);case"*Insert:* %0":return o("*Insert:* %0",n);case"*Format:* %0":return o("*Format:* %0",n);case"*Format:* change table properties":return o("*Format:* change table properties");case"*Format:* change table cell properties":return o("*Format:* change table cell properties");case"*Format:* insert into %0":return o("*Format:* insert into %0",n);case"*Format:* remove from %0":return o("*Format:* remove from %0",n);case"*Format:* replace image URL":return o("*Format:* replace image URL");case"*Format:* resize table":return o("*Format:* resize table");case"*Format:* set order to reversed":return o("*Format:* set order to reversed");case"*Format:* set order to regular":return o("*Format:* set order to regular");case"*Format:* set start index to %0":return o("*Format:* set start index to %0",n);case"*Change %0 content*":return o("*Change %0 content*",n);case"*Remove:* %0":return o("*Remove:* %0",n);case"*Merge:* %0":return o("*Merge:* %0",n);case"*Split:* %0":return o("*Split:* %0",n);case"*Remove format:* %0":return o("*Remove format:* %0",n);case"*Set font size:* %0":return o("*Set font size:* %0",n);case"*Set font family:* %0":return o("*Set font family:* %0",n);case"*Set format to:* %0":return o("*Set format to:* %0",n);case"*Set font color:* %0":return o("*Set font color:* %0",n);case"*Set font background color:* %0":return o("*Set font background color:* %0",n);case"*Set image text alternative:* %0":return o("*Set image text alternative:* %0",n);case"*Set image width:* %0":return o("*Set image width:* %0",n);case"*Set link:* %0":return o("*Set link:* %0",n);case"*Set highlight:* %0":return o("*Set highlight:* %0",n);case"*Remove highlight*":return o("*Remove highlight*");case"FORMAT_HIGHLIGHT":return o({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return o({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return o({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return o({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return o({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return o({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return o({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return o({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return o({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return o({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return o({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return o({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return o({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return o({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return o({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return o({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_BULLETED_LIST":return o({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_CIRCLE":return o({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return o({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return o({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST":return o({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return o({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return o({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return o({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return o({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return o({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return o({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return o({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"REPLACE_TEXT":return o({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return o({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGN_TO_LEFT":return o({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return o({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return o({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return o({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return o({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return o({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return o({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return o({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return o({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return o({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return o({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return o({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return o({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return o({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return o({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return o({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return o({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"PENDING_ACTION_SUGGESTION":return o({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return o({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return o({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return o({string:"table row *with text* %1",plural:"%0 table rows *with text* %1",id:"ELEMENT_TABLE_ROW_WITH_TEXT"},n);case"ELEMENT_TABLE_COLUMN":return o({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return o({string:"table column *with text* %1",plural:"%0 table columns *with text* %1",id:"ELEMENT_TABLE_COLUMN_WITH_TEXT"},n);case"ELEMENT_TABLE_OF_CONTENTS":return o({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return o({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return o({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return o({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return o({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return o({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return o({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);default:return e}}const ts=["start","ELEMENT_SPACE","$text","isInContent","_customCallbacks","push","isObject","deletion","registerElementLabel","Object","quantity","getItemLabel","$1 $2","element","type","softBreak","pop","*Insert:* %0","elementEnd","insertion","elementStart","addEmptyContainer","*Merge:* %0","nextSibling","set","addObject","_schema","end","_addDescriptionItems","getDescriptions","text","function","name","Container","length","_locale","removeEmptyContainer","removeObject","add","indexOf","remove","data","item","*Remove:* %0","replace","*Split:* %0","isEmpty","_itemLabels","getFirstRange","getWalker","REPLACE_TEXT","match","previousSibling","_resolveDescriptionItems","get","_itemLabelsCallbacks"];var es,ns;es=ts,ns=320,function(t){for(;--t;)es.push(es.shift())}(++ns);const os=function(t,e){return ts[t-=0]};class ss{constructor(t,e){this[os("0x14")]=[],this._itemLabels=new Map,this[os("0xf")]=[],this[os("0x2a")]=t,this[os("0x33")]=e}[os("0x2d")](t){const e=[];for(let n=0;n<t[os("0x32")];n++){const o=t[n];if(!o[os("0x13")])continue;let s=!1;for(const t of this[os("0x14")]){const n=t(o);if(n){os("0x1e")in n&&e[os("0x15")](n),s=!0;break}}if(!s){this._addDescriptionItems(e,o);const s=t[n+1];if(s&&!o[os("0x8")]()[os("0x2b")].isEqual(s[os("0x8")]()[os("0x10")])){const t=e[e[os("0x32")]-1],n=os("0x23")==o[os("0x1e")]?os("0x36"):os("0x0");t&&os("0x2e")==t[os("0x1e")]&&(t[n]+="\n")}}}return this[os("0xd")](e)}registerDescriptionCallback(t){this._customCallbacks.push(t)}[os("0x18")](t,n,o=e.priorities.normal){os("0x2f")==typeof t?(0,e.insertToPriorityArray)(this._itemLabelsCallbacks,{matchingCallback:t,label:n,priority:o}):this[os("0x7")][os("0x28")](t,n)}[os("0x1b")](t,e=1){let n;for(const e of this[os("0xf")])if(e.matchingCallback(t)){n=e.label;break}return n||(n=this._itemLabels[os("0xe")](t[os("0x30")])),n?n(e):1!==e?e+" "+t[os("0x30")]+"s":""+t[os("0x30")]}[os("0x2c")](t,e){const n=e[os("0x8")]()[os("0x9")](),o=os("0x23")==e[os("0x1e")]?os("0x36"):os("0x0");for(const e of n){const s=e[os("0x2")],r=t[t[os("0x32")]-1];if(s.is("$textProxy"))r&&r.type[os("0x37")]("Container")>-1&&t[os("0x20")](),r&&os("0x2e")==r[os("0x1e")]?r[o]+=s[os("0x1")]:t[os("0x15")]({type:"text",add:os("0x36")==o?s[os("0x1")]:"",remove:os("0x0")==o?s[os("0x1")]:""});else if(this[os("0x2a")][os("0x16")](s)){const i=s;if(r&&r[os("0x1e")].indexOf(os("0x31"))>-1&&t[os("0x20")](),os("0x22")==e[os("0x1e")])continue;r&&r[os("0x1e")]==o+os("0x19")&&r[os("0x1d")][os("0x30")]==i[os("0x30")]?r[os("0x1a")]++:t.push({type:o+os("0x19"),element:i,quantity:1}),n.skip((t=>!("elementEnd"==t[os("0x1e")]&&t[os("0x2")]==s)))}else if(this._schema.checkChild(s,os("0x12"))||s.is(os("0x1d"),os("0x1f"))){const n=s;if("add"==o&&os("0x24")==e[os("0x1e")]||os("0x0")==o&&os("0x22")==e.type)continue;if(r&&-1==r[os("0x1e")][os("0x37")]("Container")){os("0x2e")==r[os("0x1e")]&&(r[o]+="\n");continue}let i;if(i=os("0x36")==o?n[os("0x27")]&&!this[os("0x2a")][os("0x16")](n[os("0x27")])?n.nextSibling:null:n.previousSibling&&!this._schema.isObject(n.previousSibling)?n[os("0xc")]:null,n[os("0x6")]||i&&i[os("0x6")]){const e=i&&i[os("0x6")]?i:n;r&&r[os("0x1e")]==o+"EmptyContainer"&&r[os("0x1d")][os("0x30")]==e[os("0x30")]?r[os("0x1a")]++:t[os("0x15")]({type:o+"EmptyContainer",element:e,quantity:1})}else t[os("0x15")]({type:o+os("0x31"),element:n})}}}[os("0xd")](t){const e=this[os("0x33")],n=[];for(const o of t){switch(o[os("0x1e")]){case os("0x2e"):if(o[os("0x36")]=o[os("0x36")][os("0x4")](/(\S)\u000A+(\S)/g,os("0x1c"))[os("0x4")](/\u000A/g,""),o[os("0x0")]=o[os("0x0")][os("0x4")](/(\S)\u000A+(\S)/g,os("0x1c"))[os("0x4")](/\u000A/g,""),""!=o[os("0x36")]&&""!=o.remove){n.push({type:os("0x4"),content:Yo(e,os("0xa"),['"'+o[os("0x0")]+'"','"'+o.add+'"'])});continue}if(null!=o.add[os("0xb")](/^ +$/)){n.push({type:os("0x23"),content:Yo(e,os("0x21"),Yo(e,os("0x11"),o[os("0x36")].length))});continue}if(null!=o[os("0x0")][os("0xb")](/^ +$/)){n[os("0x15")]({type:os("0x17"),content:Yo(e,os("0x3"),Yo(e,os("0x11"),o[os("0x0")][os("0x32")]))});continue}if(""!=o[os("0x36")]){n[os("0x15")]({type:"insertion",content:Yo(e,os("0x21"),'"'+o.add+'"')});continue}n[os("0x15")]({type:os("0x17"),content:Yo(e,os("0x3"),'"'+o[os("0x0")]+'"')});continue;case os("0x25"):case os("0x29"):n[os("0x15")]({type:os("0x23"),content:Yo(e,os("0x21"),this.getItemLabel(o[os("0x1d")],o.quantity))});continue;case os("0x34"):case os("0x35"):n.push({type:os("0x17"),content:Yo(e,os("0x3"),this[os("0x1b")](o[os("0x1d")],o[os("0x1a")]))});continue;case"addContainer":n.push({type:"insertion",content:Yo(e,os("0x5"),this[os("0x1b")](o[os("0x1d")],o[os("0x1a")]))});continue;case"removeContainer":n[os("0x15")]({type:os("0x17"),content:Yo(e,os("0x26"),this[os("0x1b")](o[os("0x1d")],o.quantity))});continue}n[os("0x15")](o)}return n}}const rs=["value","locale","FORMAT_ALIGN_TO_RIGHT","_descriptionFactory","center","commandName","format","checkAttribute","ltr","left","TrackChangesEditing","contentLanguageDirection","model","*Format:* %0","right","editor","getAttribute","FORMAT_JUSTIFY_TEXT","selection","AlignmentEditing","commandParams","afterInit","schema","change","getSelectedBlocks","FORMAT_ALIGN_TO_CENTER","filter","enableCommand","plugins","FORMAT_ALIGN_TO_LEFT","alignment"];var is,xs;is=rs,xs=155,function(t){for(;--t;)is.push(is.shift())}(++xs);const as=function(t,e){return rs[t-=0]};class cs extends t.Plugin{[as("0x15")](){const t=this[as("0xf")],e=t[as("0x1")];if(!t[as("0x1c")].has(as("0x13")))return;const n=t[as("0x1c")].get(as("0xa"));n[as("0x1b")]("alignment",((e,o={})=>{let s=o.value;o[as("0x0")]||(s=as("0x8")===t.locale[as("0xb")]?"left":as("0xe"));const r=Array.from(this[as("0xf")].model.document[as("0x12")][as("0x18")]())[as("0x1a")]((t=>function(t,e,n){const o=t[as("0x10")](as("0x1e"))||null;return e[as("0x7")](t,as("0x1e"))&&n!=o}(t,this.editor[as("0xc")][as("0x16")],s)));t[as("0xc")][as("0x17")]((()=>{for(const t of r)n.markBlockFormat(t,{commandName:as("0x1e"),commandParams:[{value:s}]})}))})),n[as("0x3")].registerDescriptionCallback((t=>{const{data:n}=t;if(n&&as("0x1e")==n[as("0x5")]){const t=n[as("0x14")][0][as("0x0")];return{type:as("0x6"),content:Yo(e,as("0xd"),function(t){switch(t){case as("0x9"):return Yo(e,as("0x1d"));case as("0xe"):return Yo(e,as("0x2"));case as("0x4"):return Yo(e,as("0x19"));case"justify":return Yo(e,as("0x11"))}}(t))}}}))}}const ls=["name","createUIElement","push","schema","previousPosition","type","getItems","addClass","model","nextSibling","isLimit","ck-suggestion-marker--active","get","test","toViewElement","bindElementToMarker","consumable","ck-suggestion-marker-","plugins","TrackChangesEditing","includes","activeMarkers","markerRange","isContent","isAtEnd","item","getCustomProperty","element","toViewPosition","isBlock","getWalker","start","mapper","insert","writer","listItem","elementEnd","span"];var us,ds;us=ls,ds=475,function(t){for(;--t;)us.push(us.shift())}(++ds);const gs=function(t,e){return ls[t-=0]};function ms(t,e,n){const o=[];for(const s of e[gs("0x19")]())s.hasAttribute(t)&&o[gs("0x15")](n.createRangeOn(s));return o}function fs(t){const e=[];if(t.is(gs("0x8"),gs("0x10"))){let n=t[gs("0x1c")];for(;n&&n.is(gs("0x8"),gs("0x10"))&&n.getAttribute("listIndent")>0;)e[gs("0x15")](n),n=n[gs("0x1c")]}return e}function hs(t,e,{showActiveMarker:n=!0}={}){const o=t[gs("0x25")][gs("0x1f")](gs("0x0"));return(s,r,i)=>{if(!i[gs("0x23")][gs("0x20")](r[gs("0x3")],s[gs("0x13")]))return;const x=r[gs("0x3")][gs("0xb")](),a=r[gs("0x3")][gs("0xc")],c=t[gs("0x1b")][gs("0x16")];let l=null,u=null,d=!1,g=!1;for(const t of x){const e=t[gs("0x6")];d=d||c[gs("0x4")](e);const n=i[gs("0xd")][gs("0x21")](e);if(n&&n[gs("0x7")]("addHighlight"))return;gs("0x11")==t[gs("0x18")]&&c[gs("0xa")](e)&&!c[gs("0x1d")](e)&&(e.nextSibling||a[gs("0x5")]?l&&l.parent==e||(l=e,m(t[gs("0x17")]),g=!0):u=u||t[gs("0x17")])}function m(t){const s=i[gs("0xf")][gs("0x14")](gs("0x12"),{class:gs("0x24")+e}),x=i[gs("0xd")][gs("0x9")](t);n&&o[gs("0x2")][gs("0x1")](r.markerName)&&i.writer[gs("0x1a")](gs("0x1e"),s),i.writer[gs("0xe")](x,s),i[gs("0xd")][gs("0x22")](s,r.markerName)}d||g||!u||m(u)}}const ps=["enableCommand","strikethrough","code","toLowerCase","SuperscriptEditing","StrikethroughEditing","editor","from","underline","FORMAT_BOLD","subscript","markInlineFormat","FORMAT_CODE","selection","_descriptionFactory","FORMAT_SUPERSCRIPT","*Remove format:* %0","bold","FORMAT_ITALIC","afterInit","change","commandParams","TrackChangesEditing","get","ItalicEditing","BoldEditing","plugins","has","value","commandName","isCollapsed","forceValue","format","getRanges","registerDescriptionCallback","SubscriptEditing","locale","FORMAT_STRIKETHROUGH"];var bs,Es;bs=ps,Es=318,function(t){for(;--t;)bs.push(bs.shift())}(++Es);const _s=function(t,e){return ps[t-=0]},Ts=[_s("0xb"),_s("0xa"),"UnderlineEditing","CodeEditing",_s("0x1d"),_s("0x15"),_s("0x1c")];class Cs extends t.Plugin{[_s("0x5")](){const t=this[_s("0x1e")],e=t.model,n=t[_s("0xc")][_s("0x9")](_s("0x8")),o=t[_s("0x16")];for(const o of Ts){if(!t[_s("0xc")][_s("0xd")](o))continue;const s=o.slice(0,-7)[_s("0x1b")](),r=t.commands[_s("0x9")](s);n[_s("0x18")](s,((t,o={})=>{const i=e.document[_s("0x25")];if(i[_s("0x10")])return void t(o);const x=void 0!==o[_s("0x11")]?o[_s("0x11")]:!r[_s("0xe")];e[_s("0x6")]((()=>{const t=Array[_s("0x1f")](i[_s("0x13")]());for(const o of t){const t=x?[o]:ms(s,o,e);for(const e of t)n[_s("0x23")](e,{commandName:s,commandParams:[{forceValue:x}]})}}))}))}function s(t,e){n[_s("0x0")][_s("0x14")]((n=>{const{data:s}=n;if(s&&s[_s("0xf")]===t)return s[_s("0x7")][0][_s("0x11")]?{type:"format",content:Yo(o,"*Format:* %0",e)}:{type:_s("0x12"),content:Yo(o,_s("0x2"),e)}}))}s(_s("0x3"),Yo(o,_s("0x21"))),s("italic",Yo(o,_s("0x4"))),s(_s("0x20"),Yo(o,"FORMAT_UNDERLINE")),s(_s("0x1a"),Yo(o,_s("0x24"))),s(_s("0x19"),Yo(o,_s("0x17"))),s(_s("0x22"),Yo(o,"FORMAT_SUBSCRIPT")),s("superscript",Yo(o,_s("0x1")))}}const ys=["selection","plugins","format","afterInit","editor","parent","$root","commands","blockQuote","forceValue","commandParams","schema","BlockQuoteEditing","model","locale","registerDescriptionCallback","_descriptionFactory","from","getSelectedBlocks","has","TrackChangesEditing","commandName","ELEMENT_BLOCK_QUOTE","*Format:* %0","*Remove format:* %0","get","enableCommand","value"];var ks,As;ks=ys,As=484,function(t){for(;--t;)ks.push(ks.shift())}(++As);const vs=function(t,e){return ys[t-=0]};class Rs extends t.Plugin{[vs("0x17")](){const t=this[vs("0x18")],e=t[vs("0x6")];if(!t.plugins[vs("0xb")](vs("0x4")))return;const n=t[vs("0x15")][vs("0x11")](vs("0xc")),o=this.editor[vs("0x1b")].get(vs("0x0"));n[vs("0x12")](vs("0x0"),((e,s={})=>{const r=this[vs("0x18")].model.document[vs("0x14")],i=s&&void 0!==s[vs("0x1")]?s[vs("0x1")]:!o[vs("0x13")];let x=[];if(i){const e=Array[vs("0x9")](r[vs("0xa")]()).filter((t=>Ss(t)||function(t,e){const n=e.checkChild(t.parent,"blockQuote"),o=e.checkChild([vs("0x1a"),vs("0x0")],t);return n&&o}(t,this.editor[vs("0x5")][vs("0x3")])));x=S(e,t[vs("0x5")])}else{const e=Array[vs("0x9")](r[vs("0xa")]()).filter((t=>Ss(t)));x=S(e,t[vs("0x5")])}t[vs("0x5")].change((()=>{for(const t of x)n.markBlockFormat(t,{commandName:vs("0x0"),commandParams:[{forceValue:i}]})}))})),n[vs("0x8")][vs("0x7")]((t=>{const{data:n}=t;if(n&&"blockQuote"==n[vs("0xd")]){const t=Yo(e,vs("0xe"));return n[vs("0x2")][0][vs("0x1")]?{type:"format",content:Yo(e,vs("0xf"),t)}:{type:vs("0x16"),content:Yo(e,vs("0x10"),t)}}}))}}function Ss(t){return vs("0x0")==t[vs("0x19")].name}const Is=["afterInit","commands","TrackChangesEditing","ckbox","get","enableCommand","editor"];var Ls,Ns;Ls=Is,Ns=461,function(t){for(;--t;)Ls.push(Ls.shift())}(++Ns);const ws=function(t,e){return Is[t-=0]};class Ms extends t.Plugin{[ws("0x1")](){const t=this[ws("0x0")];t[ws("0x2")][ws("0x5")](ws("0x4"))&&t.plugins[ws("0x5")](ws("0x3"))[ws("0x6")](ws("0x4"))}}const Os=["value","codeBlock","document","commandParams","find","from","isLimit","change","formatBlock","registerElementLabel","schema","commands","getSelectedBlocks","plugins","_descriptionFactory","filter","enableCommand","selection","format","config","forceValue","rootElement","*Remove format:* %0","afterInit","ELEMENT_CODE_BLOCK","parent","get","model","name","CodeBlock","registerDescriptionCallback","commandName","TrackChangesEditing","locale","has","language","label","editor"];var Fs,Ps;Fs=Os,Ps=328,function(t){for(;--t;)Fs.push(Fs.shift())}(++Ps);const Ds=function(t,e){return Os[t-=0]};class Bs extends t.Plugin{[Ds("0x25")](){const t=this[Ds("0xd")];if(!t[Ds("0x1b")][Ds("0xa")](Ds("0x5")))return;const e=t[Ds("0x1b")].get(Ds("0x8")),n=t[Ds("0x9")],o=t[Ds("0x21")][Ds("0x2")](Ds("0xf")).languages,s=t[Ds("0x19")].get(Ds("0xf"));e.enableCommand("indentCodeBlock"),e.enableCommand("outdentCodeBlock"),e[Ds("0x1e")]("codeBlock",((n,r={})=>{const i=t.model,x=t[Ds("0x3")][Ds("0x10")][Ds("0x1f")],a=r&&void 0!==r.forceValue?r[Ds("0x22")]:!s[Ds("0xe")];let c;r[Ds("0xb")]||(r.language=o[0][Ds("0xb")]),c=a?Array[Ds("0x13")](x[Ds("0x1a")]())[Ds("0x1d")]((t=>{return js(t)||(e=t,n=i[Ds("0x18")],!e.is(Ds("0x23"))&&!n[Ds("0x14")](e)&&n.checkChild(e[Ds("0x1")],Ds("0xf")));var e,n})):Array.from(x[Ds("0x1a")]()).filter((t=>js(t)));const l=S(c,i);i[Ds("0x15")]((()=>{for(const t of l)e.markBlockFormat(t,{commandName:Ds("0xf"),commandParams:[{...r,forceValue:a}],formatGroupId:"blockName"})}))})),e[Ds("0x1c")][Ds("0x17")](Ds("0xf"),(t=>Yo(n,Ds("0x0"),t))),e._descriptionFactory[Ds("0x6")]((t=>{const e=n.t,{type:s,data:r}=t;if(Ds("0x16")==s&&r&&Ds("0xf")==r[Ds("0x7")]){const t=r[Ds("0x11")][0][Ds("0xb")],s=e(o[Ds("0x12")]((e=>e[Ds("0xb")]===t))[Ds("0xc")]);return r[Ds("0x11")][0][Ds("0x22")]?{type:Ds("0x20"),content:Yo(n,"*Format:* %0",Yo(n,Ds("0x0"),1)+" ("+s+")")}:{type:Ds("0x20"),content:Yo(n,Ds("0x24"),Yo(n,Ds("0x0"),1))}}}))}}function js(t){return Ds("0xf")==t[Ds("0x4")]}const Us=["get","plugins","addCommentThread","enableCommand","editor","afterInit"];var Gs,Hs;Gs=Us,Hs=412,function(t){for(;--t;)Gs.push(Gs.shift())}(++Hs);const Ws=function(t,e){return Us[t-=0]};class zs extends t.Plugin{[Ws("0x1")](){const t=this[Ws("0x0")];t[Ws("0x3")].has("CommentsEditing")&&t[Ws("0x3")][Ws("0x2")]("TrackChangesEditing")[Ws("0x5")](Ws("0x4"))}}var Vs=n(181);const Ks=["markerName","showSuggestionHighlights","createRange","high","isCollapsed","fromRange","detach","enableCommand","deleteForward","end","TrackChangesEditing","lock","addMarker:suggestion:deletion","setSelection","batch","model","selection","options","get","markerNameToElements","unit","unlock","getFirstRange","$graveyard","merge","rootName","mapper","delete","remove","downcastDispatcher","root","modifySelection","enqueueChange","commands","buffer","removeMarker:suggestion:deletion","start","requires"];var Xs,qs;Xs=Ks,qs=326,function(t){for(;--t;)Xs.push(Xs.shift())}(++qs);const $s=function(t,e){return Ks[t-=0]};class Js extends t.Plugin{static get[$s("0xf")](){return[Vs.Delete]}init(){const t=this.editor,e=t.plugins[$s("0x22")]($s("0x1a"));e[$s("0x17")]($s("0x5"));const n=t[$s("0xb")][$s("0x22")]("deleteForward");e[$s("0x17")]($s("0x18"),((e,o={})=>{const s=t.model.createSelection(t[$s("0x1f")].document[$s("0x20")]);s[$s("0x14")]&&t[$s("0x1f")][$s("0x9")](s,{direction:"forward",unit:o[$s("0x24")]});const r=s[$s("0x0")](),x=i.LiveRange[$s("0x15")](r);let a;e(o),a=$s("0x1")==x[$s("0x8")][$s("0x3")]?t[$s("0x1f")][$s("0x12")](r[$s("0xe")]):t[$s("0x1f")][$s("0x12")](x[$s("0xe")],x[$s("0x19")]),x[$s("0x16")](),t[$s("0x1f")][$s("0xa")](n[$s("0xc")][$s("0x1e")],(t=>{n[$s("0xc")][$s("0x1b")](),t[$s("0x1d")](t.createRange(a[$s("0x19")])),n.buffer[$s("0x25")]()}))})),t.editing[$s("0x7")].on($s("0x1c"),hs(t,"merge"),{priority:$s("0x13")}),t.data.downcastDispatcher.on("addMarker:suggestion:deletion",((e,n,o)=>{o[$s("0x21")][$s("0x11")]&&hs(t,$s("0x2"),{showActiveMarker:!1}).bind(this)(e,n,o)}),{priority:$s("0x13")}),t.editing[$s("0x7")].on($s("0xd"),((t,e,n)=>{const o=n[$s("0x4")][$s("0x23")](e[$s("0x10")]);if(o)for(const t of o)t.is("uiElement")&&(n[$s("0x4")].unbindElementFromMarkerName(t,e[$s("0x10")]),n.writer[$s("0x6")](t))}),{priority:$s("0x13")})}}const Qs=["listItemId","value","DocumentListEditing","markBlockFormat","commands","start","setSelection","getSelectedBlocks","enableCommand","bulletedList","nextSibling","model","add","getFirstRange","after","_LIST","listIndent","commandName","outdentList","editor","documentList","splitListItemAfter","push","mergeListItemBackward","ELEMENT_NUMBERED_LIST","slice","document","format","isObject","locale","getAttribute","containsItem","splitListItemBefore","*Format:* insert into %0","from","DocumentListUtils","createRange","plugins","*Format:* remove from %0","listType","nodeAfter","getRanges","registerElementLabel","*Outdent:* %0","*Change to:* %0","createPositionAt","selection","indentList","before","deletion","_descriptionFactory","mergeListItemForward","*Merge:* %0","markMultiRangeBlockFormat","hasAttribute","previousSibling","commandParams","ELEMENT_LIST_ITEM","get","expandListBlocksToCompleteList","refresh","end","formatBlock","change","numberedList","map","has","detach","schema"];var Zs,Ys;Zs=Qs,Ys=393,function(t){for(;--t;)Zs.push(Zs.shift())}(++Ys);const tr=function(t,e){return Qs[t-=0]};class er extends t.Plugin{afterInit(){const t=this[tr("0x28")];if(!t[tr("0x3a")][tr("0x12")](tr("0x17")))return;const e=t[tr("0x32")],n=t.plugins[tr("0xa")]("TrackChangesEditing"),o=t.plugins[tr("0xa")](tr("0x38"));function s(e){return()=>{const s=t[tr("0x19")].get(e);let r=Array.from(t[tr("0x20")][tr("0x2f")].selection[tr("0x1c")]());if(a(e)){r=o[tr("0xb")](r);const t=[];for(const e of r)o.isFirstBlockOfListItem(e)&&t[tr("0x2b")](e);r=t}t[tr("0x20")].change((()=>{n[tr("0x5")](r,{commandName:e,commandParams:[{forceValue:!s[tr("0x16")]}],formatGroupId:tr("0x3c")},[],tr("0x29"))}))}}function r(e){return()=>{const o=function(t){let e=Array[tr("0x37")](t);const n=e.findIndex((t=>!t[tr("0x6")](tr("0x15"))));return n>-1&&(e=e[tr("0x2e")](0,n)),e}(t[tr("0x20")].document[tr("0x43")][tr("0x1c")]()),s=o[o.length-1],r=t[tr("0x20")][tr("0x14")][tr("0x31")](s)?tr("0x23"):tr("0xd"),i=t[tr("0x20")].createRange(t[tr("0x20")][tr("0x42")](o[0],tr("0x0")),t[tr("0x20")].createPositionAt(s,r));t[tr("0x20")].change((()=>{n[tr("0x18")](i,{commandName:e,commandParams:[],formatGroupId:"listType"},function(t){const e=new Set;for(const n of t){let t=n[tr("0x1f")];for(;t&&t.getAttribute("listIndent")>n[tr("0x33")](tr("0x25"));)e[tr("0x21")](t),t=t[tr("0x1f")]}return Array[tr("0x37")](e)}(o))}))}}function x(e){return()=>{const o=t.model[tr("0x2f")].selection[tr("0x1c")]().next().value,s=t[tr("0x20")][tr("0x42")](o,tr("0x0")),r=t[tr("0x20")][tr("0x42")](o,0),i=t[tr("0x20")][tr("0x39")](s,r);t[tr("0x20")][tr("0xf")]((()=>{n[tr("0x18")](i,{commandName:e,commandParams:[],formatGroupId:tr("0x3c")})}))}}function a(e){const n=t[tr("0x19")].get("bulletedList")[tr("0x16")],o=t.commands[tr("0xa")](tr("0x10")).value;return tr("0x10")===e?n:o}n.enableCommand(tr("0x10"),s(tr("0x10"))),n[tr("0x1d")](tr("0x1e"),s(tr("0x1e"))),n.enableCommand("indentList",r("indentList")),n[tr("0x1d")](tr("0x27"),r("outdentList")),n[tr("0x1d")]("splitListItemAfter",x(tr("0x2a"))),n.enableCommand(tr("0x35"),x(tr("0x35"))),n[tr("0x2")][tr("0x3f")]((function(e){const n=!t.model[tr("0x14")][tr("0x31")](e),o=e[tr("0x7")],s=e[tr("0x1f")],r=e[tr("0x33")](tr("0x15")),i=!o||o[tr("0x33")](tr("0x15"))!==r,x=!s||s[tr("0x33")]("listItemId")!==r;return n&&Boolean(r)&&i&&x}),(t=>Yo(e,"ELEMENT_LIST_ITEM",t))),n[tr("0x2")].registerDescriptionCallback((function(t){const{data:n}=t;if(!n)return;let o,s,r,i;switch(n[tr("0x26")]){case tr("0x1e"):r=n[tr("0x8")][0].forceValue,i=a(n[tr("0x26")]),o=r?tr("0x36"):"*Format:* remove from %0",i&&(o=tr("0x41")),s={type:tr("0x30"),content:Yo(e,o,Yo(e,"ELEMENT_BULLETED_LIST"))};break;case tr("0x10"):r=n[tr("0x8")][0].forceValue,i=a(n[tr("0x26")]),o=r?"*Format:* insert into %0":tr("0x3b"),i&&(o="*Change to:* %0"),s={type:tr("0x30"),content:Yo(e,o,Yo(e,tr("0x2d")))};break;case tr("0x44"):o="*Indent:* %0",s={type:tr("0x30"),content:Yo(e,o,Yo(e,tr("0x9")))};break;case"outdentList":o=function(t){const e=t[tr("0x22")]();let n=e[tr("0x1a")].nodeAfter;for(;n&&e[tr("0x34")](n);){if(n.getAttribute("listIndent")>0)return!1;n=n[tr("0x1f")]}return!0}(t)?Yo(e,tr("0x3b"),Yo(e,"ELEMENT_"+t[tr("0x22")]()[tr("0x1a")].nodeAfter.getAttribute(tr("0x3c")).toUpperCase()+tr("0x24"))):Yo(e,tr("0x40"),Yo(e,tr("0x9"))),s={type:tr("0x30"),content:o};break;case tr("0x2c"):case tr("0x3"):!1===n.multipleBlocks&&(o=tr("0x4"),s={type:tr("0x1"),content:Yo(e,o,Yo(e,tr("0x9")))})}return s})),n._suggestionFactory.registerCustomCallback(tr("0xe"),tr("0x29"),"accept",(function(e,n){const o=[];for(let n of e)n[tr("0x1a")][tr("0x3d")]===n[tr("0xd")].parent&&(n=t[tr("0x20")][tr("0x39")](t[tr("0x20")][tr("0x42")](n[tr("0x1a")][tr("0x3d")],0))),o[tr("0x2b")](n);t[tr("0x20")][tr("0xf")]((e=>{const s=t.model[tr("0x2f")][tr("0x43")],r=Array[tr("0x37")](s[tr("0x3e")]())[tr("0x11")]((t=>i.LiveRange.fromRange(t)));e.setSelection(o),t[tr("0x19")][tr("0xa")](n[tr("0x26")])[tr("0xc")](),n[tr("0x8")][tr("0x2b")]({forceDefaultExecution:!0}),t.execute(n[tr("0x26")],...n[tr("0x8")]),e[tr("0x1b")](r);for(const t of r)t[tr("0x13")]()}))}))}}var nr=n(331);const or=["downcastDispatcher","hasClass","get","removeMarker:suggestion:insertion","change","model","enter","enableCommand","showSuggestionHighlights","document","high","bind","markInsertion","addMarker:suggestion:insertion","requires","TrackChangesEditing","unbindElementFromMarkerName","commands","getFirstPosition","remove","init","data","afterExecute","createRange","plugins","fromRange","setSelection","editor","nextSibling","enterBlock","options","split","detach","ck-suggestion-marker-split","markerName","editing"];var sr,rr;sr=or,rr=277,function(t){for(;--t;)sr.push(sr.shift())}(++rr);const ir=function(t,e){return or[t-=0]};class xr extends t.Plugin{static get[ir("0x19")](){return[nr.Enter]}[ir("0x1f")](){const t=this[ir("0x2")],e=t[ir("0x23")][ir("0xd")](ir("0x1a")),n=t[ir("0x1c")][ir("0xd")](ir("0x11"));e[ir("0x12")]("enter",(()=>{t.model[ir("0xf")]((o=>{const s=t[ir("0x10")][ir("0x14")].selection,r=s[ir("0x1d")](),x=i.LiveRange[ir("0x0")](s.getFirstRange());if(n[ir("0x4")](o)){const n=t[ir("0x10")].createPositionAt(r.parent[ir("0x3")],0),s=o[ir("0x22")](r,n);e[ir("0x17")](s)}else o[ir("0x1")](o[ir("0x22")](x.end));x[ir("0x7")](),n.fire(ir("0x21"),{writer:o})}))})),t[ir("0xa")].downcastDispatcher.on(ir("0x18"),hs(t,ir("0x6")),{priority:ir("0x15")}),t.editing[ir("0xb")].on(ir("0xe"),((t,e,n)=>{const o=n.mapper.markerNameToElements(e[ir("0x9")]);if(o)for(const t of o)t[ir("0xc")](ir("0x8"))&&(n.mapper[ir("0x1b")](t,e[ir("0x9")]),n.writer[ir("0x1e")](t))}),{priority:ir("0x15")}),t[ir("0x20")][ir("0xb")].on(ir("0x18"),((e,n,o)=>{o[ir("0x5")][ir("0x13")]&&hs(t,ir("0x6"),{showActiveMarker:!1})[ir("0x16")](this)(e,n,o)}),{priority:ir("0x15")})}}const ar=["TrackChangesEditing","findPrevious","afterInit","getMarkersGroup","find","suggestion:deletion","_isInDeletionRange","createPositionAt","handleFindCommand","get","getRange","replaceAll","item","FindAndReplaceEditing","getIntersection","end","model","editor","start","enableCommand","has","replace","findNext","plugins"];var cr,lr;cr=ar,lr=335,function(t){for(;--t;)cr.push(cr.shift())}(++lr);const ur=function(t,e){return ar[t-=0]};class dr extends t.Plugin{[ur("0x3")](){if(!this.editor[ur("0x0")][ur("0x15")](ur("0xe")))return;const t=this[ur("0x12")][ur("0x0")][ur("0xa")](ur("0x1"));t[ur("0x14")](ur("0x5"),this[ur("0x9")].bind(this)),t[ur("0x14")](ur("0x17")),t.enableCommand(ur("0x2")),t[ur("0x14")](ur("0x16")),t.enableCommand(ur("0xc"))}[ur("0x9")](t,e,n={}){const o=this[ur("0x12")][ur("0x0")].get("FindAndReplaceUtils");void 0!==n&&t((t=>("string"==typeof e?o.findByTextCallback(e,n):e)(t).filter((e=>!1===this[ur("0x7")](e,t[ur("0xd")])))),n)}_isInDeletionRange(t,e){const n=this[ur("0x12")].model.createRange(this[ur("0x12")][ur("0x11")][ur("0x8")](e,t[ur("0x13")]),this[ur("0x12")].model[ur("0x8")](e,t[ur("0x10")]));for(const t of this.editor[ur("0x11")].markers[ur("0x4")](ur("0x6")))if(null!==n[ur("0xf")](t[ur("0xb")]()))return!0;return!1}}const gr=["get","value","locale","*Reset font family*","fontBackgroundColor","change","*Reset font size*","FontSize","selection","trim","fontSize.options","label","find","TrackChangesEditing","markInlineFormat","model","commandParams","fontBackgroundColor.colors","commandName","getRanges","fontColor","afterInit","*Set font family:* %0","document","config","has","*Set font size:* %0","isCollapsed","registerDescriptionCallback","fontFamily","toLowerCase","fontSize","title","FontFamilyEditing","*Set font background color:* %0","*Set font color:* %0","enableCommand","editor","format","plugins","*Reset font background color*","_enableCommand"];var mr,fr;mr=gr,fr=230,function(t){for(;--t;)mr.push(mr.shift())}(++fr);const hr=function(t,e){return gr[t-=0]},pr=[{pluginName:"FontSizeEditing",commandName:hr("0xb")},{pluginName:hr("0xd"),commandName:hr("0x9")},{pluginName:"FontColorEditing",commandName:hr("0x0")},{pluginName:"FontBackgroundColorEditing",commandName:"fontBackgroundColor"}];class br extends t.Plugin{[hr("0x1")](){const t=this.editor[hr("0x18")];for(const{pluginName:t,commandName:e}of pr)this[hr("0x11")][hr("0x13")][hr("0x5")](t)&&this._enableCommand(e);this.editor[hr("0x13")].get(hr("0x23"))._descriptionFactory[hr("0x8")]((e=>{const n=t.t,{data:o}=e;if(null!=o){if(hr("0xb")==o[hr("0x28")]){const e=o[hr("0x26")][0][hr("0x17")];if(e){const o=n(this.editor[hr("0x13")][hr("0x16")](hr("0x1d")).normalizeSizeOptions(this[hr("0x11")][hr("0x4")].get(hr("0x20")))[hr("0x22")]((t=>t[hr("0x25")]==e))[hr("0xc")]).toLowerCase();return{type:hr("0x12"),content:Yo(t,hr("0x6"),o)}}return{type:hr("0x12"),content:Yo(t,hr("0x1c"))}}if("fontFamily"==o[hr("0x28")]){const e=o[hr("0x26")][0].value;return e?{type:hr("0x12"),content:Yo(t,hr("0x2"),e)}:{type:hr("0x12"),content:Yo(t,hr("0x19"))}}if("fontColor"==o[hr("0x28")]){const e=o.commandParams[0][hr("0x17")];if(e){const o=(0,s.normalizeColorOptions)(this[hr("0x11")][hr("0x4")][hr("0x16")]("fontColor.colors"))[hr("0x22")]((t=>t[hr("0x25")]==e));let r=e,i="";return o&&(r=o.label,i=n(r)[hr("0xa")]()),{type:hr("0x12"),content:Yo(t,hr("0xf"),i).trim(),color:{value:e,title:i||r}}}return{type:"format",content:Yo(t,"*Reset font color*")}}if(hr("0x1a")==o[hr("0x28")]){const e=o[hr("0x26")][0].value;if(e){const o=(0,s.normalizeColorOptions)(this[hr("0x11")].config[hr("0x16")](hr("0x27")))[hr("0x22")]((t=>t[hr("0x25")]==e));let r=e,i="";return o&&(r=o[hr("0x21")],i=n(r)[hr("0xa")]()),{type:"format",content:Yo(t,hr("0xe"),i)[hr("0x1f")](),color:{value:e,title:i||r}}}return{type:hr("0x12"),content:Yo(t,hr("0x14"))}}}}))}[hr("0x15")](t){const e=this[hr("0x11")];e.plugins[hr("0x16")](hr("0x23"))[hr("0x10")](t,((n,o={})=>{const s=e[hr("0x25")][hr("0x3")][hr("0x1e")],r=o[hr("0x17")];s[hr("0x7")]?n(o):e.model[hr("0x1b")]((()=>{const n=Array.from(s[hr("0x29")]());for(const o of n){const n=r?[o]:ms(t,o,e[hr("0x25")]);for(const o of n)e[hr("0x13")][hr("0x16")](hr("0x23"))[hr("0x24")](o,{commandName:t,commandParams:[{value:r}]})}}))}))}}const Er=["copyFormat","join","format","length","isEnabled","change","createRange","commandParams","document","selection","markInlineFormat","afterInit","createSelection","TrackChangesEditing","pasteFormat","modifySelection","*Set format to:* %0","_descriptionFactory","getFirstPosition","*Remove all formatting*","locale","entries","registerDescriptionCallback","toUpperCase","fontBackgroundColor","fontColor.colors","title","plugins","editor","commands","config","removeFormat","enableCommand","charAt","split","word","fontSize","push","fontSize.options","get","toLowerCase","boolean","model","from","forward"];var _r,Tr;_r=Er,Tr=275,function(t){for(;--t;)_r.push(_r.shift())}(++Tr);const Cr=function(t,e){return Er[t-=0]};class yr extends t.Plugin{[Cr("0x6")](){const t=this[Cr("0x17")],e=t[Cr("0x25")],n=e[Cr("0x3")][Cr("0x4")],o=t[Cr("0x16")][Cr("0x22")](Cr("0x8")),s=t[Cr("0xf")],r=t[Cr("0x18")][Cr("0x22")](Cr("0x28")),i=t[Cr("0x18")][Cr("0x22")](Cr("0x9")),x=t[Cr("0x18")][Cr("0x22")](Cr("0x1a"));r&&i&&(o[Cr("0x1b")](Cr("0x9"),((t,s={})=>{const r=s;e[Cr("0x0")]((()=>{const t=Array[Cr("0x26")](n.getRanges()),s=n.isCollapsed?[kr(e,n)]:t;if(x&&x[Cr("0x2c")]||0!==Object.keys(r)[Cr("0x2b")])for(const t of s)o[Cr("0x5")](t,{commandName:Cr("0x9"),commandParams:[r]})}))})),o[Cr("0xc")][Cr("0x11")]((e=>{const{data:n}=e;if(n&&"pasteFormat"===n.commandName){const e=[],o=n[Cr("0x2")][0];for(const[n,s]of Object[Cr("0x10")](o))e[Cr("0x20")](Ar(t,n,s));return e[Cr("0x2b")]?{type:Cr("0x2a"),content:Yo(s,Cr("0xb"),e[Cr("0x29")](", "))}:{type:"format",content:Yo(s,Cr("0xe"))}}})),t.plugins[Cr("0x22")](Cr("0x8")).enableCommand("copyFormat"))}}function kr(t,e){const n=t[Cr("0x7")](e);t[Cr("0xa")](n,{unit:Cr("0x1e"),direction:"backward"});const o=n[Cr("0xd")]();t[Cr("0xa")](n,{unit:Cr("0x1e"),direction:Cr("0x27")});const s=n.getLastPosition();return t[Cr("0x1")](o,s)}function Ar(t,e,n){const o=t[Cr("0xf")].t,r=e[Cr("0x1d")](/(?=[A-Z])/)[Cr("0x29")](" "),i=o(r[Cr("0x1c")](0)[Cr("0x12")]()+r.slice(1))[Cr("0x23")]();if(Cr("0x24")==typeof n)return i;if("fontColor"===e||Cr("0x13")===e){const e=(0,s.normalizeColorOptions)(t.config.get(Cr("0x14"))).find((t=>t[Cr("0x25")]==n));return i+" ("+(e?o(e.label)[Cr("0x23")]():n)+")"}if(Cr("0x1f")===e&&isNaN(parseFloat(n))){const e=t[Cr("0x16")][Cr("0x22")]("FontSize").normalizeSizeOptions(t[Cr("0x19")][Cr("0x22")](Cr("0x21"))).find((t=>t[Cr("0x25")]==n));return i+" ("+(e?o(e[Cr("0x15")])[Cr("0x23")]():n)+")"}return i+" ("+n+")"}const vr=["TrackChangesEditing","document","commandName","value","HeadingEditing","selection","registerDescriptionCallback","_descriptionFactory","from","heading.options","parent","markBlockFormat","filter","match","editor","plugins","formatBlock","config","ELEMENT_HEADING","find","getSelectedBlocks","format","get","afterInit","title","heading","*Change to:* %0","enableCommand","change","name","locale","paragraph","model","has","blockName"];var Rr,Sr;Rr=vr,Sr=133,function(t){for(;--t;)Rr.push(Rr.shift())}(++Sr);const Ir=function(t,e){return vr[t-=0]};class Lr extends t.Plugin{[Ir("0x1e")](){const t=this[Ir("0x15")],e=t[Ir("0x2")],n=t[Ir("0x18")][Ir("0x1d")](Ir("0x10"));if(!t[Ir("0x16")][Ir("0x5")](Ir("0xb")))return;const o=t[Ir("0x16")][Ir("0x1d")](Ir("0x7"));o[Ir("0x22")](Ir("0x20"),((e,n)=>{const s=n[Ir("0xa")],r=Array[Ir("0xf")](this[Ir("0x15")][Ir("0x4")][Ir("0x8")][Ir("0xc")][Ir("0x1b")]())[Ir("0x13")]((t=>{return e=t,n=s,(o=this[Ir("0x15")][Ir("0x4")].schema).checkChild(e[Ir("0x11")],n)&&!o.isObject(e)&&e[Ir("0x1")]!=n;var e,n,o}));t[Ir("0x4")][Ir("0x0")]((()=>{for(const t of r)o[Ir("0x12")](t,{commandName:"heading",commandParams:[n],formatGroupId:Ir("0x6")},fs(t))}))}));for(const t of n)Ir("0x3")!=t[Ir("0x4")]&&o[Ir("0xe")].registerElementLabel(t[Ir("0x4")],(e=>{const n=Nr(t[Ir("0x4")]);return null!==n?s(e,n):r(e,t[Ir("0x1f")])}));function s(t,n){return Yo(e,Ir("0x19"),[t,n])}function r(t,n){return Yo(e,"ELEMENT_HEADING_CUSTOM",[t,n])}o._descriptionFactory[Ir("0xd")]((t=>{const{type:o,data:i}=t;if(Ir("0x17")==o&&i&&Ir("0x20")==i[Ir("0x9")]){const t=i.commandParams[0][Ir("0xa")],o=Nr(t);if(null!==o)return{type:Ir("0x1c"),content:Yo(e,Ir("0x21"),s(1,o))};const x=n[Ir("0x1a")]((e=>e[Ir("0x4")]===t))[Ir("0x1f")];return{type:Ir("0x1c"),content:Yo(e,Ir("0x21"),r(1,x))}}}))}}function Nr(t){const e=t[Ir("0x14")](/^heading(\d+)$/);return e?e[1]:null}const wr=["selection","enableCommand","formatInline","afterInit","title","getAttribute","value","model","*Set highlight:* %0","find","isCollapsed","createRange","TrackChangesEditing","toLowerCase","registerDescriptionCallback","getFirstPosition","push","_descriptionFactory","*Remove highlight*","highlight","plugins","backward","commandParams","change","getRanges","format","has","item","editor","HighlightEditing","get"];var Mr,Or;Mr=wr,Or=375,function(t){for(;--t;)Mr.push(Mr.shift())}(++Or);const Fr=function(t,e){return wr[t-=0]};class Pr extends t.Plugin{[Fr("0x0")](){const t=this[Fr("0x19")];if(!t[Fr("0x11")][Fr("0x17")](Fr("0x1a")))return;const e=t[Fr("0x11")][Fr("0x1b")](Fr("0x9"));e[Fr("0x1d")]("highlight",((n,o={})=>{const s=t[Fr("0x4")].document[Fr("0x1c")],r=s[Fr("0x2")]("highlight");let i=o[Fr("0x3")],x=[];if(s[Fr("0x7")]){const e=s[Fr("0xc")]();if(!s.hasAttribute(Fr("0x10")))return void n(o);{const n=t=>t[Fr("0x18")][Fr("0x2")](Fr("0x10"))===r,o=e.getLastMatchingPosition(n,{direction:Fr("0x12")}),s=e.getLastMatchingPosition(n);x=[t[Fr("0x4")][Fr("0x8")](o,s)],i==r&&(i=null)}}else for(const e of s[Fr("0x15")]())i?x[Fr("0xd")](e):x[Fr("0xd")](...ms("highlight",e,t[Fr("0x4")]));t.model[Fr("0x14")]((()=>{for(const t of x)e.markInlineFormat(t,{commandName:Fr("0x10"),commandParams:[{value:i}]})}))}));const n=t.locale;e[Fr("0xe")][Fr("0xb")]((e=>{const{type:o,data:s}=e;if(Fr("0x1e")==o&&s&&Fr("0x10")==s.commandName){const e=n.t,o=s[Fr("0x13")][0][Fr("0x3")];if(o){const s=t.config.get("highlight.options")[Fr("0x6")]((t=>t[Fr("0x4")]==o)),r=e(s[Fr("0x1")])[Fr("0xa")]();return{type:"format",content:Yo(n,Fr("0x5"),r),color:{value:s.color,title:s.title}}}return{type:Fr("0x16"),content:Yo(n,Fr("0xf"),Yo(n,"FORMAT_HIGHLIGHT"))}}}))}}const Dr=["TrackChangesEditing","afterInit","ck-horizontal-line","ELEMENT_HORIZONTAL_LINE","locale","has","for","createContainerElement","elementToStructure","enableCommand","plugins","horizontalLine","showSuggestionHighlights","dataDowncast","_descriptionFactory","HorizontalLineEditing","get","insert","high","createEmptyElement","createPositionAt"];var Br,jr;Br=Dr,jr=447,function(t){for(;--t;)Br.push(Br.shift())}(++jr);const Ur=function(t,e){return Dr[t-=0]};class Gr extends t.Plugin{[Ur("0x10")](){const t=this.editor;if(!t[Ur("0x4")][Ur("0x14")](Ur("0x9")))return;t[Ur("0x4")][Ur("0xa")](Ur("0xf"))[Ur("0x3")](Ur("0x5"));const e=t[Ur("0x4")][Ur("0xa")](Ur("0xf")),n=t[Ur("0x13")];e[Ur("0x8")].registerElementLabel(Ur("0x5"),(t=>Yo(n,Ur("0x12"),t))),t.conversion[Ur("0x0")](Ur("0x7"))[Ur("0x2")]({model:Ur("0x5"),view:(t,{writer:e,options:n})=>{if(!n[Ur("0x6")])return null;const o=e[Ur("0x1")]("div"),s=e[Ur("0xd")]("hr");return e.addClass(Ur("0x11"),o),e[Ur("0xb")](e[Ur("0xe")](o,0),s),o},converterPriority:Ur("0xc")})}}const Hr=["getCustomProperty","has","locale","get","value","registerElementLabel","htmlEmbed","model","editing","selection","rawHtmlApi","plugins","markBlockFormat","document","rawHtml","getAttribute","change","ELEMENT_HTML_EMBED","registerDescriptionCallback","TrackChangesEditing","view","commandName","_descriptionFactory","enableCommand","afterInit","element","getSelectedElement"];var Wr,zr;Wr=Hr,zr=205,function(t){for(;--t;)Wr.push(Wr.shift())}(++zr);const Vr=function(t,e){return Hr[t-=0]};class Kr extends t.Plugin{[Vr("0x8")](){const t=this.editor;if(!t.plugins[Vr("0xc")]("HtmlEmbed"))return;const e=t[Vr("0x16")][Vr("0xe")](Vr("0x3")),n=t[Vr("0xd")],o=t[Vr("0x13")][Vr("0x4")].document[Vr("0x14")];e[Vr("0x6")][Vr("0x10")](Vr("0x19"),(t=>Yo(n,Vr("0x1"),t))),t[Vr("0x16")][Vr("0xe")](Vr("0x3"))[Vr("0x7")](Vr("0x11"),((n,s)=>{const r=t[Vr("0x12")],i=r[Vr("0x18")][Vr("0x14")];r[Vr("0x0")]((()=>{const t=function(t){const e=t.getSelectedElement();return e&&e.is(Vr("0x9"),Vr("0x19"))?t[Vr("0xa")]():null}(i);if(!t)return void n(null);const r=t[Vr("0x1a")](Vr("0xf"))||"";void 0!==s&&s!==r&&(e[Vr("0x17")](t,{commandName:Vr("0x11"),commandParams:[s]}),o[Vr("0xa")]()[Vr("0xb")](Vr("0x15")).cancel())}))})),e[Vr("0x6")][Vr("0x2")]((t=>{const{data:e}=t;if(e&&"htmlEmbed"==e[Vr("0x5")]){const t=Yo(n,Vr("0x1"));return{type:"format",content:Yo(n,"*Change %0 content*",t)}}}))}}const Xr=["toLowerCase","differ","title","type","value","hasAttribute","resizeImage","detach","deletion","ImageStyleEditing","getAttribute","backward","newRange","ImageInlineEditing","commandName","caption","accept","chain","length","createRangeOn","ImageResize","alt","get","markInsertion","registerDescriptionCallback","commandParams","TrackChangesEditing","locale","commands","imageCaption","getSuggestions","end","imageStylePreApply","isInlineImage","Users","refresh","imageTypeInline","getCaptionFromImageModelElement","fromPosition","isBefore","getSuggestion","start","getSuggestionCallback","getClosestSelectedImageElement","markBlockFormat","width","discard","schema","filter","isOwn","uploadImage","imageStylePostApply","markInlineFormat","ImageEditing","Inline image to block image","_descriptionFactory","selection","insertImage","suggestion","imageBlock","imageStyle","ImageUploadEditing","isInContent","convertInlineImageToBlock","_suggestionFactory","toPrevious","imageTextAlternative","has","subType","head","isEqual","change","format","document","_findSuggestions","getChangedMarkers","model","side","shouldConvertImageType","author","editor","*Remove image text alternative*","hasSuggestion","previous","_splitMarkerName","findIndex","getNearestSelectionRange","ImageBlockEditing","removeObject","next","discardSuggestion","from","enableCommand","formatInline","createRange","normalizedStyles","ELEMENT_IMAGE","registerCustomCallback","formatBlock","join","*Reset image width*","isBlockImage","newValue","toggleImageCaption","getFirstRange","registerElementLabel","convertBlockImageToInline","isCollapsed","insertion","plugins","forEach","element","*Format:* %0","imageInline","getContainedElement"];var qr,$r;qr=Xr,$r=227,function(t){for(;--t;)qr.push(qr.shift())}(++$r);const Jr=function(t,e){return Xr[t-=0]};class Qr extends t.Plugin{afterInit(){const t=this[Jr("0x53")];if(!t[Jr("0x70")][Jr("0x46")](Jr("0x38")))return;const n=t[Jr("0x70")][Jr("0x19")](Jr("0x1d")),o=t.plugins[Jr("0x19")]("ImageUtils"),s={},r=t[Jr("0x1e")];if(n.enableCommand(Jr("0x3c")),n[Jr("0x3a")][Jr("0x6c")](Jr("0x3e"),(t=>Yo(r,Jr("0x63"),t))),n._descriptionFactory[Jr("0x6c")](Jr("0x1"),(t=>Yo(r,"ELEMENT_INLINE_IMAGE",t))),n[Jr("0x3a")][Jr("0x6c")]("caption",(()=>Yo(r,"ELEMENT_CAPTION"))),t[Jr("0x70")][Jr("0x46")](Jr("0x40"))&&n[Jr("0x5f")](Jr("0x35")),t[Jr("0x70")][Jr("0x46")](Jr("0x5a"))&&t[Jr("0x70")][Jr("0x46")](Jr("0x10"))&&(n[Jr("0x5f")]("imageTypeInline",((e,s)=>{const r=o[Jr("0x2e")](t[Jr("0x4f")][Jr("0x4c")][Jr("0x3b")]);t[Jr("0x4f")].change((()=>{n[Jr("0x2f")](r,{commandName:Jr("0x27"),commandParams:[s]},[],Jr("0x6d"))}))})),n[Jr("0x5f")]("imageTypeBlock",((e,s)=>{t[Jr("0x4f")][Jr("0x4a")]((r=>{let x=o[Jr("0x2e")](t[Jr("0x4f")][Jr("0x4c")].selection),a=r[Jr("0x16")](x);const c=i.LivePosition.fromPosition(a[Jr("0x2c")],Jr("0x44")),l=i.LivePosition[Jr("0x29")](a[Jr("0x22")],"toNext");n.forceDefaultExecution((()=>e(s))),x=o[Jr("0x2e")](t[Jr("0x4f")][Jr("0x4c")][Jr("0x3b")]),a=r[Jr("0x16")](x);const u=r[Jr("0x61")](c,l);c[Jr("0xa")](),l[Jr("0xa")](),n[Jr("0x2f")](x,{commandName:Jr("0x27"),commandParams:[]},[],"convertInlineImageToBlock"),u[Jr("0x2c")].isBefore(a[Jr("0x2c")])&&n.markInsertion(r.createRange(u[Jr("0x2c")],a[Jr("0x2c")]),"convertInlineImageToBlock"),a.end[Jr("0x2a")](u.end)&&n.markInsertion(r[Jr("0x61")](a[Jr("0x22")],u[Jr("0x22")]),"convertInlineImageToBlock")}))})),n[Jr("0x43")][Jr("0x64")]("formatBlock","convertInlineImageToBlock","join",(()=>{})),n[Jr("0x43")][Jr("0x64")](Jr("0x65"),Jr("0x42"),Jr("0x13"),(()=>{})),n[Jr("0x43")][Jr("0x64")](Jr("0x65"),"convertInlineImageToBlock","discard",n._suggestionFactory.getSuggestionCallback(Jr("0x65"),"",Jr("0x13"))),n[Jr("0x43")][Jr("0x64")](Jr("0x6f"),Jr("0x42"),Jr("0x66"),(()=>{})),n[Jr("0x43")][Jr("0x64")](Jr("0x6f"),Jr("0x42"),Jr("0x31"),(([e])=>{const o=n[Jr("0x43")][Jr("0x2d")]("insertion","",Jr("0x31"));let s=e.start,r=e[Jr("0x22")];const i=t.model[Jr("0x32")].getNearestSelectionRange(s,Jr("0xe")),x=t[Jr("0x4f")].schema[Jr("0x59")](r,"forward");i[Jr("0x6e")]&&(s=i.start),x[Jr("0x6e")]&&(r=x[Jr("0x22")]),o([t.model.createRange(s,r)])})),n[Jr("0x43")][Jr("0x64")]("formatBlock","convertInlineImageToBlock",Jr("0x14"),c),n[Jr("0x43")].registerCustomCallback(Jr("0x6f"),Jr("0x42"),Jr("0x14"),c)),t[Jr("0x70")][Jr("0x46")]("ImageCaptionEditing")&&(n[Jr("0x5f")](Jr("0x6a"),((e,s)=>{const r=t[Jr("0x70")][Jr("0x19")]("ImageCaptionUtils");let i=o[Jr("0x2e")](t[Jr("0x4f")][Jr("0x4c")].selection),x=r[Jr("0x28")](i);t[Jr("0x4f")][Jr("0x4a")]((()=>{if(x)return void n.markDeletion(t[Jr("0x4f")].createRangeOn(x));const a=o[Jr("0x68")](i);e(s),i=o[Jr("0x2e")](t[Jr("0x4f")].document[Jr("0x3b")]),x=r[Jr("0x28")](i),n[Jr("0x1a")](t[Jr("0x4f")][Jr("0x16")](x),a?null:Jr("0x20"))}))})),n._suggestionFactory[Jr("0x64")](Jr("0x6f"),"imageCaption",Jr("0x14"),c)),t[Jr("0x70")].has("ImageStyleEditing")){n[Jr("0x5f")]("imageStyle",((s,r)=>{const i=t.plugins[Jr("0x19")](Jr("0x25")).me,x=t[Jr("0x1f")].get(Jr("0x3f"));let a=o.getClosestSelectedImageElement(t[Jr("0x4f")][Jr("0x4c")][Jr("0x3b")]),c=t[Jr("0x4f")].createRangeOn(a),l=x[Jr("0x7")];if(l==r.value)return;const u={commandName:"imageStyle",commandParams:[r],formatGroupId:(0,e.uid)()};t[Jr("0x4f")][Jr("0x4a")]((()=>{if(n[Jr("0x21")]()[Jr("0x33")]((t=>t[Jr("0x41")]&&i==t[Jr("0x52")]&&(Jr("0x65")==t[Jr("0x6")]||Jr("0x60")==t[Jr("0x6")])&&("imageStylePreApply"==t[Jr("0x47")]||Jr("0x36")==t.subType)&&t[Jr("0x6b")]()[Jr("0x49")](c)))[Jr("0x71")]((t=>n[Jr("0x5d")](t[Jr("0x48")]))),a=o[Jr("0x2e")](t.model[Jr("0x4c")][Jr("0x3b")]),c=t[Jr("0x4f")][Jr("0x16")](a),x[Jr("0x26")](),t[Jr("0x1f")][Jr("0x19")](Jr("0x27")).refresh(),t.commands[Jr("0x19")]("imageTypeBlock")[Jr("0x26")](),l=x[Jr("0x7")],l!=r.value)return o[Jr("0x24")](a)&&x[Jr("0x51")](r[Jr("0x7")],a)?(s(r),a=o[Jr("0x2e")](t.model[Jr("0x4c")][Jr("0x3b")]),void n.markBlockFormat(a,{...u,commandReversedParams:[{value:l||null}]},[],Jr("0x23"))):void(o[Jr("0x68")](a)?n[Jr("0x2f")](a,u,[],"imageStylePostApply"):n[Jr("0x37")](c,u,Jr("0x36")))}))}));for(const e of t[Jr("0x70")].get(Jr("0xc"))[Jr("0x62")])s[e.name]=e[Jr("0x5")][Jr("0x3")]();n[Jr("0x43")][Jr("0x64")](Jr("0x65"),Jr("0x23"),"join",(()=>{})),n[Jr("0x43")][Jr("0x64")]("formatBlock",Jr("0x36"),Jr("0x66"),(()=>{})),n[Jr("0x43")].registerCustomCallback(Jr("0x60"),Jr("0x36"),Jr("0x66"),(()=>{})),n[Jr("0x43")][Jr("0x64")](Jr("0x65"),Jr("0x23"),"accept",(()=>{})),n._suggestionFactory[Jr("0x64")](Jr("0x65"),Jr("0x23"),"discard",((t,e)=>{n[Jr("0x43")][Jr("0x2d")]("formatBlock","","accept")(t,{commandName:e[Jr("0x11")],commandParams:e.commandReversedParams})})),n[Jr("0x43")].registerCustomCallback(Jr("0x65"),"imageStylePreApply",Jr("0x14"),c)}const x=[{type:Jr("0x65"),subType:Jr("0x23")},{type:Jr("0x6f"),subType:Jr("0x20")},{type:"formatBlock",subType:Jr("0x42")},{type:"insertion",subType:Jr("0x42")}];function a(t,e){const s=x[Jr("0x58")]((({type:e,subType:n})=>t[Jr("0x6")]==e&&t.subType==n)),r=x[Jr("0x58")]((({type:t,subType:n})=>e[Jr("0x6")]==t&&e[Jr("0x47")]==n));if(s<0||r<0)return!1;const i=t.getFirstRange(),a=e[Jr("0x6b")]();if((0==s||1==s)&&2==r&&i.isIntersecting(a))return!0;if(2==s&&3==r){const t=n[Jr("0x4d")](i,Jr("0x6f")).filter((({suggestion:t,meta:e})=>e[Jr("0x34")]&&Jr("0x42")==t[Jr("0x47")]));if(t[Jr("0x15")]>1&&a.end[Jr("0x49")](i.start))return!0;if(1==t[Jr("0x15")]&&(i[Jr("0x2c")][Jr("0x49")](a[Jr("0x22")])||i[Jr("0x22")][Jr("0x49")](a[Jr("0x2c")])))return!0}if(3==s&&3==r&&i.start[Jr("0x2a")](a[Jr("0x2c")])){const t=i[Jr("0x22")].nodeAfter,e=a[Jr("0x2c")].nodeBefore;return o.isBlockImage(t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}t[Jr("0x4f")].document.registerPostFixer((()=>{let e=!1;const s=Array[Jr("0x5e")](t[Jr("0x4f")][Jr("0x4c")][Jr("0x4")][Jr("0x4e")]());for(const{name:t,data:r}of s){const{group:s,type:i,subType:x,id:a}=n[Jr("0x57")](t);if(Jr("0x3d")==s&&n[Jr("0x55")](a)){if(Jr("0x65")==i&&(Jr("0x23")==x||Jr("0x36")==x)){const t=n[Jr("0x2b")](a);if(r.newRange){const s=t[Jr("0x6b")]()[Jr("0x2")]();if(o[Jr("0x68")](s))continue;n.discardSuggestion(t),e=!0}}if("insertion"==i&&Jr("0x20")==x&&!r[Jr("0xf")]){const t=n[Jr("0x2b")](a);t.next&&t.next.isInContent&&(n.discardSuggestion(t[Jr("0x5c")]),e=!0)}}}return e})),t.plugins[Jr("0x46")](Jr("0x17"))&&n.enableCommand(Jr("0x9"),((e,s)=>{const r=o.getClosestSelectedImageElement(t[Jr("0x4f")].document.selection);r[Jr("0xd")](Jr("0x30"))!=s[Jr("0x30")]&&t[Jr("0x4f")][Jr("0x4a")]((()=>{n[Jr("0x2f")](r,{commandName:Jr("0x9"),commandParams:[s]})}))})),t[Jr("0x70")][Jr("0x46")]("ImageTextAlternativeEditing")&&n[Jr("0x5f")]("imageTextAlternative",((e,s)=>{const r=o[Jr("0x2e")](t[Jr("0x4f")][Jr("0x4c")][Jr("0x3b")]);(r[Jr("0x8")]("alt")?r[Jr("0xd")](Jr("0x18")):"")!=s[Jr("0x69")]&&t[Jr("0x4f")][Jr("0x4a")]((()=>{n[Jr("0x2f")](r,{commandName:Jr("0x45"),commandParams:[s]})}))})),n[Jr("0x3a")].registerDescriptionCallback((t=>{if(x.find((({type:e,subType:n})=>t[Jr("0x6")]==e&&t[Jr("0x47")]==n)))return t[Jr("0x56")]?{}:void 0})),n[Jr("0x3a")][Jr("0x1b")]((t=>{if(Jr("0x6f")==t[Jr("0x6")]||Jr("0xb")==t[Jr("0x6")]){const e=t[Jr("0x2")]();if(e&&e.is(Jr("0x72"),Jr("0x12")))return{type:"insertion"==t[Jr("0x6")]?"addObject":Jr("0x5b"),element:e,quantity:1}}})),n[Jr("0x3a")][Jr("0x1b")]((t=>Jr("0x65")==t[Jr("0x6")]&&Jr("0x42")==t[Jr("0x47")]?{type:Jr("0x4b"),content:Jr("0x39")}:"formatBlock"==t[Jr("0x6")]&&Jr("0x6d")==t[Jr("0x47")]?{type:Jr("0x4b"),content:"Block image to inline image"}:void 0)),n[Jr("0x3a")][Jr("0x1b")]((t=>{const{data:e}=t;if(e){if(Jr("0x3f")==e[Jr("0x11")]){const t=e.commandParams[0].value;return n=Jr("0x50")===t?Yo(r,"FORMAT_SIDE_IMAGE"):s[t]||t,{type:Jr("0x4b"),content:Yo(r,Jr("0x0"),n)}}if(Jr("0x45")==e[Jr("0x11")]){const t=e[Jr("0x1c")][0].newValue;return t?{type:Jr("0x4b"),content:Yo(r,"*Set image text alternative:* %0",'"'+t+'"')}:{type:Jr("0x4b"),content:Yo(r,Jr("0x54"))}}if("resizeImage"==e[Jr("0x11")]){const t=e[Jr("0x1c")][0][Jr("0x30")];return t?{type:"format",content:Yo(r,"*Set image width:* %0",t)}:{type:Jr("0x4b"),content:Yo(r,Jr("0x67"))}}}var n}))}}const Zr=["registerCustomCallback","TrackChangesEditing","get","*Format:* replace image URL","editor","Users","model","markBlockFormat","formatBlock","plugins","data","getSuggestionCallback","getAttribute","getContainedElement","replaceImageSource","change","ImageEditing","format","locale","document","_suggestionFactory","getSelectedElement","enableCommand","afterInit","src","handleSuggestionDescription","has","selection","author","commandName","discard","handleReplaceImageCommand","source","subType","_descriptionFactory"];var Yr,ti;Yr=Zr,ti=427,function(t){for(;--t;)Yr.push(Yr.shift())}(++ti);const ei=function(t,e){return Zr[t-=0]};class ni extends t.Plugin{[ei("0x10")](){if(!this[ei("0x20")][ei("0x2")][ei("0x13")](ei("0x9")))return;const t=this[ei("0x20")].plugins[ei("0x1e")](ei("0x1d"));t[ei("0xf")]("replaceImageSource",((t,e)=>this[ei("0x18")](t,e))),t._suggestionFactory[ei("0x1c")](ei("0x1"),"replaceImageSource","accept",t[ei("0xd")][ei("0x4")](ei("0x1"),null,ei("0x17"))),t[ei("0xd")][ei("0x1c")]("formatBlock",ei("0x7"),ei("0x17"),t[ei("0xd")][ei("0x4")](ei("0x1"),null,"accept")),t[ei("0x1b")].registerDescriptionCallback((t=>this[ei("0x12")](t)))}[ei("0x18")](t,e){const n=this[ei("0x20")][ei("0x2")][ei("0x1e")](ei("0x1d")),o=this[ei("0x20")][ei("0x22")][ei("0xc")][ei("0x14")][ei("0xe")]();this.editor.model[ei("0x8")]((()=>{let s=o[ei("0x5")](ei("0x11"));const r=this[ei("0x20")][ei("0x2")].get(ei("0x21")).me;for(const t of n.getSuggestions({skipNotAttached:!0})){const e=t[ei("0x6")]();if(ei("0x7")===t[ei("0x1a")]&&e===o){t[ei("0x15")]!==r&&t[ei("0x17")](),s=t[ei("0x3")].commandParams[0][ei("0x19")];break}}t(e),n[ei("0x0")](o,{commandName:ei("0x7"),commandParams:[{source:s}]},[],ei("0x7"))}))}[ei("0x12")](t){const{data:e}=t;if(e&&ei("0x7")===e[ei("0x16")]){const t=ei("0x1f");return{type:ei("0xa"),content:Yo(this.editor[ei("0xb")],t)}}}}const oi=["forEach","plugins","_trackChangesValueDuringImport","get","_handleImportedData","listenTo","editor","collaboration_features","_setSuggestionData","dataInsert","high","trackChanges","TrackChangesEditing","commands","value","Users","_trackChangesExecuted","bind","lowest","execute","importWord"];var si,ri;si=oi,ri=474,function(t){for(;--t;)si.push(si.shift())}(++ri);const ii=function(t,e){return oi[t-=0]};class xi extends t.Plugin{constructor(t){super(t),this[ii("0xb")]=!1,this[ii("0x4")]=!1}afterInit(){const t=this[ii("0xf")],e=t[ii("0x1")].get("importWord"),n=t[ii("0x1")][ii("0xc")]("trackChanges");e&&(e.on(ii("0x7"),((t,[,e])=>{this[ii("0xb")]=n[ii("0x2")],e[ii("0x10")].track_changes=!this[ii("0xb")]}),{priority:ii("0x13")}),this[ii("0xe")](e,ii("0x12"),this[ii("0xd")][ii("0x5")](this)),this.listenTo(e,ii("0x12"),(()=>{this[ii("0x4")]&&(n[ii("0x7")](),this[ii("0x4")]=!1)}),{priority:ii("0x6")}),t[ii("0xa")][ii("0xc")](ii("0x0")).enableCommand("importWord"))}_handleImportedData(t,e){const{suggestions:n}=e,o=this.editor[ii("0x1")][ii("0xc")](ii("0x14")),s=o[ii("0x2")];this[ii("0xb")]!==s&&(o[ii("0x7")](),this._trackChangesExecuted=!0),n&&n[ii("0x9")]((({id:t,type:e,author:n,created_at:o})=>{const s={id:t,type:e,authorId:this[ii("0xf")].plugins[ii("0xc")](ii("0x3")).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:n,createdAt:o?new Date(o):new Date,source:ii("0x8")}}};this.editor.plugins[ii("0xc")](ii("0x0"))[ii("0x11")](s)}))}}const ai=["indentBlock","schema","indent","plugins","getSelectedBlocks","filter","getItemLabel","checkAttribute","*Indent:* %0","markBlockFormat","outdentBlock","commandName","editor","change","*Outdent:* %0","enableCommand","from","model","registerDescriptionCallback","has","getItems","format","_descriptionFactory","get","IndentBlock","afterInit"];var ci,li;ci=ai,li=417,function(t){for(;--t;)ci.push(ci.shift())}(++li);const ui=function(t,e){return ai[t-=0]};class di extends t.Plugin{[ui("0x18")](){const t=this.editor,e=t[ui("0x2")][ui("0x16")]("TrackChangesEditing");t.plugins[ui("0x12")]("IndentEditing")&&(e[ui("0xe")](ui("0x1")),e[ui("0xe")]("outdent"));const n=t.locale;if(t[ui("0x2")][ui("0x12")](ui("0x17"))){for(const n of[ui("0x19"),ui("0x9")])e[ui("0xe")](n,(()=>{const o=Array[ui("0xf")](this[ui("0xb")][ui("0x10")].document.selection[ui("0x3")]())[ui("0x4")]((t=>this[ui("0xb")].model[ui("0x0")][ui("0x6")](t,"blockIndent")));t[ui("0x10")][ui("0xc")]((()=>{for(const t of o)e[ui("0x8")](t,{commandName:n,commandParams:[{value:""}],formatGroupId:"indentBlock"})}))}));e[ui("0x15")][ui("0x11")]((t=>{const{data:o}=t;if(!o)return;if("indentBlock"!=o[ui("0xa")]&&ui("0x9")!=o[ui("0xa")])return;const s=t[ui("0x13")]()[0],r=e._descriptionFactory[ui("0x5")](s);return ui("0x19")==o[ui("0xa")]?{type:ui("0x14"),content:Yo(n,ui("0x7"),r)}:ui("0x9")==o[ui("0xa")]?{type:ui("0x14"),content:Yo(n,ui("0xd"),r)}:void 0}))}}}var gi,mi,fi=["enableCommand","init","get","requires","TrackChangesEditing","editor","plugins"];gi=fi,mi=342,function(t){for(;--t;)gi.push(gi.shift())}(++mi);var hi=function(t,e){return fi[t-=0]};class pi extends t.Plugin{static get[hi("0x4")](){return[Vs.Input]}[hi("0x2")](){this[hi("0x6")][hi("0x0")][hi("0x3")](hi("0x5"))[hi("0x1")]("input")}}const bi=["change","*Set link:* %0","isCollapsed","selection","LinkEditing","locale","format","model","getAttribute","enableCommand","registerDescriptionCallback","hasAttribute","unlink","getRanges","link","markInlineFormat","linkHref","getFirstPosition","from","has","get","document","*Remove link*","editor","_descriptionFactory"];var Ei,_i;Ei=bi,_i=375,function(t){for(;--t;)Ei.push(Ei.shift())}(++_i);const Ti=function(t,e){return bi[t-=0]};class Ci extends t.Plugin{afterInit(){const t=this[Ti("0x17")];if(!t.plugins[Ti("0x13")](Ti("0x4")))return;const e=t.plugins[Ti("0x14")]("TrackChangesEditing");e[Ti("0x9")]("link",((n,o)=>{const s=t[Ti("0x7")][Ti("0x15")][Ti("0x3")];let r=[];if(s[Ti("0x2")]){if(!s[Ti("0xb")](Ti("0x10")))return void n(o);{const e=(0,Vs.findAttributeRange)(s[Ti("0x11")](),Ti("0x10"),s[Ti("0x8")]("linkHref"),t[Ti("0x7")]);r=[e]}}else r=Array[Ti("0x12")](s[Ti("0xd")]());t[Ti("0x7")][Ti("0x0")]((()=>{for(const t of r)e[Ti("0xf")](t,{commandName:"link",commandParams:[o]})}))})),e[Ti("0x9")](Ti("0xc"),(()=>{const n=this[Ti("0x17")][Ti("0x7")],o=n[Ti("0x15")].selection;n[Ti("0x0")]((()=>{let n=[];n=o.isCollapsed?[(0,Vs.findAttributeRange)(o[Ti("0x11")](),Ti("0x10"),o[Ti("0x8")](Ti("0x10")),t[Ti("0x7")])]:ms("linkHref",o.getFirstRange(),t[Ti("0x7")]);for(const t of n)e[Ti("0xf")](t,{commandName:Ti("0xc"),commandParams:[]})}))})),e[Ti("0x18")][Ti("0xa")]((e=>{const{data:n}=e,o=t[Ti("0x5")];if(n){if(Ti("0xe")==n.commandName){const t=n.commandParams[0];return{type:"format",content:Yo(o,Ti("0x1"),'"'+t+'"')}}return Ti("0xc")==n.commandName?{type:Ti("0x6"),content:Yo(o,Ti("0x16"))}:void 0}}))}}const yi=["selection","commandParams","forceValue","ELEMENT_NUMBERED_LIST","*Change to:* %0","TrackChangesEditing","replace","createPositionAt","commandName","element","bulleted","slice","from","before","_descriptionFactory","todo","checkChild","todoListChecked","length","listIndent","*Uncheck item*","afterInit","commands","has","change","blockName","plugins","filter","numbered","bulletedList","name","nextSibling","editor","locale","TodoListEditing","parent","*Outdent:* %0","ELEMENT_LIST_ITEM","outdentList","listItem","isObject","indentList","ListEditing","document","todoList","get","push","paragraph","findIndex","format","numberedList","enableCommand","model","add","ELEMENT_BULLETED_LIST","getAttribute","_selectedElements","schema","listType","end","checkTodoList","previousSibling","value"];var ki,Ai;ki=yi,Ai=362,function(t){for(;--t;)ki.push(ki.shift())}(++Ai);const vi=function(t,e){return yi[t-=0]};class Ri extends t.Plugin{[vi("0x25")](){const t=this[vi("0x30")],e=t[vi("0x31")];if(!t[vi("0x2a")][vi("0x27")](vi("0x3a")))return;const n=t[vi("0x2a")][vi("0x3d")](vi("0x15")),o=t.plugins.has(vi("0x32"));function s(e){return()=>{const o=t[vi("0x5")][vi("0x3b")].selection,s=t[vi("0x26")][vi("0x3d")](e);if(s[vi("0xf")])return void t.execute(vi("0x0"),{});const r=e.slice(0,-4),i=function(t,e,n){let o=Array.from(t).filter((t=>{return e=t,(o=n)[vi("0x20")](e[vi("0x33")],vi("0x37"))&&!o[vi("0x38")](e);var e,o}));o=o[vi("0x2b")]((t=>!t.is(vi("0x19"),vi("0x37"))||t[vi("0x8")](vi("0xb"))!=e));const s=new Set;for(const t of o)t.is("element","listItem")?s[vi("0x6")](Si(t)):s[vi("0x6")](t);return Array[vi("0x1c")](s)}(o.getSelectedBlocks(),r,t[vi("0x5")][vi("0xa")]);t.model.change((()=>{for(const t of i)n.markBlockFormat(t,{commandName:e,commandParams:[{forceValue:!s[vi("0xf")]}],formatGroupId:vi("0x29")},Ii(t))}))}}function r(e){return()=>{const o=function(t){let e=Array[vi("0x1c")](t);const n=e[vi("0x1")]((t=>vi("0x37")!=t[vi("0x2e")]));return n>-1&&(e=e[vi("0x1b")](0,n)),e}(t[vi("0x5")][vi("0x3b")][vi("0x10")].getSelectedBlocks()),s=t[vi("0x5")].createRange(t.model[vi("0x17")](o[0],vi("0x1d")),t[vi("0x5")][vi("0x17")](o[o[vi("0x22")]-1],vi("0xc")));t[vi("0x5")][vi("0x28")]((()=>{n.markBlockFormat(s,{commandName:e,commandParams:[],formatGroupId:vi("0x23")},function(t){const e=new Set;for(const n of t){let t=n[vi("0x2f")];for(;t&&t[vi("0x8")](vi("0x23"))>n.getAttribute(vi("0x23"));)e.add(t),t=t[vi("0x2f")]}return Array[vi("0x1c")](e)}(o))}))}}n.enableCommand(vi("0x3"),s("numberedList")),n.enableCommand("bulletedList",s(vi("0x2d"))),o&&n[vi("0x4")](vi("0x3c"),s("todoList")),n[vi("0x4")]("indentList",r(vi("0x39"))),n[vi("0x4")](vi("0x36"),r(vi("0x36"))),o&&n[vi("0x4")](vi("0xd"),(()=>{const e=t[vi("0x26")].get(vi("0xd")),o=Array[vi("0x1c")](e[vi("0x9")]);o.filter((t=>t[vi("0x8")](vi("0x21"))!=e[vi("0xf")])),t[vi("0x5")][vi("0x28")]((()=>{for(const t of o)n.markBlockFormat(t,{commandName:"checkTodoList",commandParams:[{forceValue:!e.value}]})}))})),n._descriptionFactory.registerElementLabel(vi("0x37"),(t=>Yo(e,"ELEMENT_LIST_ITEM",t))),n[vi("0x1e")].registerDescriptionCallback((t=>{const{data:n}=t;if(n){if(vi("0x3")==n[vi("0x18")]||vi("0x2d")==n[vi("0x18")]||"todoList"==n[vi("0x18")])switch(n.commandName[vi("0x16")]("List","")){case vi("0x1a"):return o(Yo(e,vi("0x7")));case vi("0x2c"):return o(Yo(e,vi("0x13")));case vi("0x1f"):return o(Yo(e,"ELEMENT_TODO_LIST"))}if(vi("0x39")==n[vi("0x18")])return{type:vi("0x2"),content:Yo(e,"*Indent:* %0",Yo(e,vi("0x35")))};if(vi("0x36")==n[vi("0x18")])return{type:vi("0x2"),content:Yo(e,vi("0x34"),Yo(e,vi("0x35")))};if(vi("0xd")==n.commandName)return n[vi("0x11")][0][vi("0x12")]?{type:"format",content:Yo(e,"*Check item*")}:{type:vi("0x2"),content:Yo(e,vi("0x24"))}}function o(t){return{type:"format",content:Yo(e,vi("0x14"),t)}}}))}}function Si(t){const e=t[vi("0x8")]("listIndent");if(0==e)return t;let n=t;for(;t.previousSibling&&t[vi("0xe")].is("element","listItem");){const o=t[vi("0xe")][vi("0x8")](vi("0x23"));if(o==e)n=t[vi("0xe")];else if(o<e)break;t=t.previousSibling}return n}function Ii(t){const e=[];if(t.is(vi("0x19"),vi("0x37"))&&t[vi("0x8")](vi("0x23"))>0){let n=t.nextSibling;for(;n&&vi("0x37")==n[vi("0x2e")]&&n[vi("0x8")]("listIndent")==t.getAttribute(vi("0x23"));)e[vi("0x3e")](n),n=n[vi("0x2f")]}return e}const Li=["list.properties","backward","createPositionAt","numbered","_LIST_","listStart","change","parent","before","document","bind","toUpperCase","reversed","getAttribute","TrackChangesEditing","unshift","*Format:* set start index to %0","getLastPosition","*Format:* set order to regular","handleListReversedCommand","getSiblingNodes","handleDescriptions","listReversed","model","forward","styles","ListUtils","element","type","startIndex","_getSuggestionBlocks","selection","getFirstPosition","_getSuggestionBlocksForListStyle","editor","config","format","has","listStyle","from","afterInit","enableCommand","_getTranslationKeyForListStyle","listType","commandParams","flat","plugins","map","markMultiRangeBlockFormat","*Format:* set order to reversed","createRange","handleListStartCommand","listItem","commandName","handleListStyleCommand","length","get"];var Ni,wi;Ni=Li,wi=119,function(t){for(;--t;)Ni.push(Ni.shift())}(++wi);const Mi=function(t,e){return Li[t-=0]};class Oi extends t.Plugin{[Mi("0x23")](){if(!this[Mi("0x1d")][Mi("0x29")][Mi("0x20")]("ListPropertiesEditing"))return;const t=this[Mi("0x1d")][Mi("0x1e")][Mi("0x33")](Mi("0x34")),e=this[Mi("0x1d")].plugins[Mi("0x33")](Mi("0x9"));t[Mi("0x14")]&&e[Mi("0x24")](Mi("0x21"),this[Mi("0x31")][Mi("0x5")](this)),t[Mi("0x7")]&&e[Mi("0x24")](Mi("0x11"),this.handleListReversedCommand.bind(this)),t[Mi("0x18")]&&e[Mi("0x24")](Mi("0x0"),this[Mi("0x2e")].bind(this)),e._descriptionFactory.registerDescriptionCallback(this[Mi("0x10")][Mi("0x5")](this))}handleListStyleCommand(t,e={}){const n=this[Mi("0x1d")][Mi("0x29")][Mi("0x33")]("TrackChangesEditing"),o=this[Mi("0x1c")]();this[Mi("0x1d")][Mi("0x12")][Mi("0x1")]((()=>{n[Mi("0x2b")](o,{commandName:Mi("0x21"),commandParams:[{type:e[Mi("0x17")]}],formatGroupId:Mi("0x21")})}))}[Mi("0xe")](t,e={}){const n=this[Mi("0x1d")][Mi("0x29")][Mi("0x33")](Mi("0x9")),o=this[Mi("0x19")]((t=>t.is(Mi("0x16"),Mi("0x2f"))&&"numbered"===t[Mi("0x8")](Mi("0x26"))));if(o[Mi("0x32")]<1)return;const s=o[Mi("0x2a")]((t=>this[Mi("0x1d")][Mi("0x12")].createRange(this[Mi("0x1d")][Mi("0x12")][Mi("0x36")](t,Mi("0x3")),this[Mi("0x1d")].model[Mi("0x36")](t,0))));this[Mi("0x1d")][Mi("0x12")][Mi("0x1")]((()=>{n[Mi("0x2b")](s,{commandName:Mi("0x11"),commandParams:[{reversed:e[Mi("0x7")]}],formatGroupId:Mi("0x11")})}))}handleListStartCommand(t,e={}){const n=this[Mi("0x1d")][Mi("0x29")][Mi("0x33")](Mi("0x9")),o=this[Mi("0x19")]((t=>t.is(Mi("0x16"),"listItem")&&Mi("0x37")===t[Mi("0x8")]("listType")));if(o[Mi("0x32")]<1)return;const s=o[Mi("0x2a")]((t=>this[Mi("0x1d")][Mi("0x12")][Mi("0x2d")](this[Mi("0x1d")][Mi("0x12")].createPositionAt(t,"before"),this.editor[Mi("0x12")][Mi("0x36")](t,0))));this[Mi("0x1d")].model[Mi("0x1")]((()=>{n[Mi("0x2b")](s,{commandName:Mi("0x0"),commandParams:[{startIndex:e[Mi("0x18")]}],formatGroupId:"listStart"})}))}handleDescriptions(t){const e=this[Mi("0x1d")].locale,{data:n}=t;if(!n)return;let o,s;switch(n[Mi("0x30")]){case Mi("0x21"):o="*Change to:* %0",s={type:"format",content:Yo(e,o,Yo(e,this[Mi("0x25")](n[Mi("0x27")][0].type)))};break;case Mi("0x11"):o=n[Mi("0x27")][0].reversed?Mi("0x2c"):Mi("0xd"),s={type:Mi("0x1f"),content:Yo(e,o)};break;case"listStart":o=Mi("0xb"),s={type:Mi("0x1f"),content:Yo(e,o,n[Mi("0x27")][0][Mi("0x18")])}}return s}[Mi("0x1c")](){var t,e,n,o;const s=this[Mi("0x1d")].plugins[Mi("0x33")](Mi("0x15"));let r=Array[Mi("0x22")](this[Mi("0x1d")][Mi("0x12")][Mi("0x4")][Mi("0x1a")].getSelectedBlocks());return(null===(t=r[0])||void 0===t?void 0:t.is(Mi("0x16"),Mi("0x2f")))&&r[Mi("0xa")](...s[Mi("0xf")](this[Mi("0x1d")][Mi("0x12")][Mi("0x4")][Mi("0x1a")][Mi("0x1b")](),"backward")),(null===(e=r[r[Mi("0x32")]-1])||void 0===e?void 0:e.is("element",Mi("0x2f")))&&r.push(...s[Mi("0xf")](this[Mi("0x1d")][Mi("0x12")].document[Mi("0x1a")][Mi("0xc")](),Mi("0x13"))),r=[...new Set(r)],(null===(o=null===(n=this[Mi("0x1d")].model[Mi("0x4")][Mi("0x1a")].getFirstPosition())||void 0===n?void 0:n[Mi("0x2")])||void 0===o?void 0:o.is(Mi("0x16"),Mi("0x2f")))&&(r=r.filter((t=>t.is("element",Mi("0x2f"))))),r}[Mi("0x19")](t){const e=this.editor[Mi("0x29")][Mi("0x33")](Mi("0x15"));let n=Array[Mi("0x22")](this[Mi("0x1d")][Mi("0x12")][Mi("0x4")][Mi("0x1a")].getSelectedBlocks()).filter(t)[Mi("0x2a")]((t=>{const n=this.editor[Mi("0x12")].createPositionAt(t,0);return[...e.getSiblingNodes(n,Mi("0x35")),...e[Mi("0xf")](n,Mi("0x13"))]}))[Mi("0x28")]();return n=[...new Set(n)],n}_getTranslationKeyForListStyle(t){return"ELEMENT_"+this[Mi("0x1d")].plugins[Mi("0x33")](Mi("0x15")).getListTypeFromListStyleType(t)[Mi("0x6")]()+Mi("0x38")+t.toUpperCase().replace(/-/g,"_")}}const Fi=["showSuggestionHighlights","conversion","MediaEmbedEditing","elementToElement","registerElementLabel","attribute:url:media","ELEMENT_MEDIA","afterInit","editor","TrackChangesEditing","_descriptionFactory","enableCommand","plugins","mediaEmbed","stop","high","data","createEmptyElement","media","get","downcastDispatcher"];var Pi,Di;Pi=Fi,Di=121,function(t){for(;--t;)Pi.push(Pi.shift())}(++Di);const Bi=function(t,e){return Fi[t-=0]};class ji extends t.Plugin{[Bi("0xc")](){const t=this[Bi("0xd")];if(!t[Bi("0x11")].has(Bi("0x7")))return;const e=t[Bi("0x11")][Bi("0x3")](Bi("0xe")),n=t.locale;e[Bi("0x10")](Bi("0x12")),e[Bi("0xf")][Bi("0x9")](Bi("0x2"),(t=>Yo(n,Bi("0xb"),t))),t[Bi("0x6")].for("dataDowncast")[Bi("0x8")]({model:Bi("0x2"),view:(t,{writer:e,options:n})=>{if(n.showSuggestionHighlights)return e[Bi("0x1")]("div")},converterPriority:"high"}),t[Bi("0x0")][Bi("0x4")].on(Bi("0xa"),((t,e,n)=>{n.options[Bi("0x5")]&&t[Bi("0x13")]()}),{priority:Bi("0x14")})}}const Ui=["afterInit","MentionEditing","editor","plugins","mention","enableCommand","TrackChangesEditing","get"];var Gi,Hi;Gi=Ui,Hi=398,function(t){for(;--t;)Gi.push(Gi.shift())}(++Hi);const Wi=function(t,e){return Ui[t-=0]};class zi extends t.Plugin{[Wi("0x2")](){const t=this[Wi("0x4")];t[Wi("0x5")].has(Wi("0x3"))&&t[Wi("0x5")][Wi("0x1")](Wi("0x0"))[Wi("0x7")](Wi("0x6"))}}const Vi=["enableCommand","pageBreak","registerElementLabel","has","PageBreakEditing","get","ELEMENT_PAGE_BREAK","editor","TrackChangesEditing","_descriptionFactory","plugins"];var Ki,Xi;Ki=Vi,Xi=110,function(t){for(;--t;)Ki.push(Ki.shift())}(++Xi);const qi=function(t,e){return Vi[t-=0]};class $i extends t.Plugin{afterInit(){const t=this[qi("0x7")];if(!t[qi("0xa")][qi("0x3")](qi("0x4")))return;t[qi("0xa")].get(qi("0x8"))[qi("0x0")](qi("0x1"));const e=t[qi("0xa")][qi("0x5")](qi("0x8")),n=t.locale;e[qi("0x9")][qi("0x2")](qi("0x1"),(t=>Yo(n,qi("0x6"),t)))}}const Ji=["type","getFirstRange","locale","ELEMENT_PARAGRAPH","afterInit","*Change to:* %0","model","has","plugins","activeMarkers","schema","ck-suggestion-marker-split","includes","selection","Paragraph","isBlock","checkChild","paragraph","registerElementLabel","from","addMarker:suggestion:insertion","enableCommand","document","isTouching","getSelectedBlocks","ck-suggestion-marker--active","$text","registerDescriptionCallback","end","addClass","nodeAfter","options","*Insert:* %0","insertion","consumable","name","bindElementToMarker","_descriptionFactory","createUIElement","downcastDispatcher","insert","data","get","highest","markerRange","mapper","parent","markBlockFormat","consume","commandName","markerName","toViewPosition","TrackChangesEditing","isLimit","writer","editor"];var Qi,Zi;Qi=Ji,Zi=257,function(t){for(;--t;)Qi.push(Qi.shift())}(++Zi);const Yi=function(t,e){return Ji[t-=0]};class tx extends t.Plugin{[Yi("0x1b")](){const t=this[Yi("0x16")];if(!t.plugins[Yi("0x1e")](Yi("0x25")))return;const e=t[Yi("0x19")],n=t[Yi("0x1f")][Yi("0x9")](Yi("0x13"));n[Yi("0x4")][Yi("0x29")](Yi("0x28"),(t=>Yo(e,Yi("0x1a"),t))),n[Yi("0x2c")](Yi("0x28"),((e,o={})=>{const s=t[Yi("0x1d")][Yi("0x2d")],r=o[Yi("0x24")]||s.selection,i=Array[Yi("0x2a")](r[Yi("0x2f")]()).filter((t=>{return e=t,(n=this[Yi("0x16")][Yi("0x1d")][Yi("0x21")])[Yi("0x27")](e[Yi("0xd")],Yi("0x28"))&&!n.isObject(e)&&Yi("0x28")!=e[Yi("0x2")];var e,n}));t.model.change((()=>{for(const t of i)n[Yi("0xe")](t,{commandName:Yi("0x28"),commandParams:[],formatGroupId:"blockName"},fs(t))}))})),n[Yi("0x4")][Yi("0x32")]((t=>{const{data:n}=t;if(n&&Yi("0x28")==n[Yi("0x10")])return{type:"format",content:Yo(e,Yi("0x1c"),Yo(e,Yi("0x1a")))}})),n[Yi("0x2c")]("insertParagraph"),t.editing[Yi("0x6")].on(Yi("0x2b"),ex(t),{priority:Yi("0xa")}),t[Yi("0x8")][Yi("0x6")].on("addMarker:suggestion:insertion",((e,n,o)=>{o[Yi("0x36")].showSuggestionHighlights&&ex(t,{showActiveMarker:!1})(e,n,o)}),{priority:Yi("0xa")});const o=n[Yi("0x4")];o[Yi("0x32")]((n=>{if("insertion"!==n[Yi("0x17")])return;const{start:s,end:r}=n[Yi("0x18")]();if(!s.isTouching(r)||!s[Yi("0x35")])return;const i=t[Yi("0x1d")][Yi("0x21")],x=s[Yi("0x35")];return i[Yi("0x26")](x)&&!i[Yi("0x14")](x)&&i.checkChild(x,Yi("0x31"))?{type:Yi("0x0"),content:Yo(e,Yi("0x37"),o.getItemLabel(x,1))}:void 0}))}}function ex(t,{showActiveMarker:e=!0}={}){return(n,o,s)=>{const r=t[Yi("0x1f")][Yi("0x9")](Yi("0x13")),i=o.markerRange.start,x=o[Yi("0xb")][Yi("0x33")],a=t[Yi("0x1d")][Yi("0x21")];if(!i[Yi("0x2e")](x)||!i[Yi("0x35")])return;const c=i[Yi("0x35")];if(a[Yi("0x26")](c)&&!a[Yi("0x14")](c)&&a[Yi("0x27")](c,Yi("0x31"))){if(!s[Yi("0x1")][Yi("0xf")](o.markerRange,n.name))return;const t=s[Yi("0x15")][Yi("0x5")]("span",{class:Yi("0x22")}),i=s.mapper[Yi("0x12")](x);e&&r[Yi("0x20")][Yi("0x23")](o[Yi("0x11")])&&s[Yi("0x15")][Yi("0x34")](Yi("0x30"),t),s[Yi("0x15")][Yi("0x7")](i,t),s[Yi("0xc")][Yi("0x3")](t,o.markerName)}}}const nx=["get","getAttributeProperties","RemoveFormatEditing","isFormatting","removeFormat","document","plugins","registerDescriptionCallback","enableCommand","isCollapsed","TrackChangesEditing","selection","commandName","markInlineFormat","schema","model","createRangeOn","has","getItems","_descriptionFactory","editor","getAttributes"];var ox,sx;ox=nx,sx=127,function(t){for(;--t;)ox.push(ox.shift())}(++sx);const rx=function(t,e){return nx[t-=0]};class ix extends t.Plugin{afterInit(){const t=this[rx("0x3")];if(!t[rx("0xb")][rx("0x0")](rx("0x7")))return;const e=t[rx("0xb")][rx("0x5")](rx("0xf"));e[rx("0xd")](rx("0x9"),(n=>{const o=t[rx("0x14")][rx("0xa")][rx("0x10")];o[rx("0xe")]?n():t[rx("0x14")].change((()=>{const n=Array.from(o.getRanges());for(const o of n)for(const n of o[rx("0x1")]())xx(n,t.model[rx("0x13")])&&e[rx("0x12")](t[rx("0x14")][rx("0x15")](n),{commandName:rx("0x9"),commandParams:[]})}))})),e[rx("0x2")][rx("0xc")]((e=>{const{data:n}=e;if(n&&"removeFormat"==n[rx("0x11")])return{type:"format",content:Yo(t.locale,"*Remove all formatting*")}}))}}function xx(t,e){for(const[n]of t[rx("0x4")]()){const t=e[rx("0x6")](n);if(t&&t[rx("0x8")])return!0}return!1}const ax=["afterInit","goToPreviousRestrictedEditingException","editor","RestrictedEditingModeEditing","enableCommand","get","trackChanges","plugins","discardSuggestion","discardSelectedSuggestions","acceptSelectedSuggestions","acceptSuggestion","TrackChangesEditing","acceptAllSuggestions","goToNextRestrictedEditingException"];var cx,lx;cx=ax,lx=185,function(t){for(;--t;)cx.push(cx.shift())}(++lx);const ux=function(t,e){return ax[t-=0]};class dx extends t.Plugin{[ux("0xa")](){const t=this[ux("0xc")];if(!t[ux("0x2")].has("RestrictedEditingModeEditing"))return;const e=t[ux("0x2")][ux("0x0")](ux("0x7"));e[ux("0xe")](ux("0xb")),e.enableCommand(ux("0x9"));const n=t[ux("0x2")][ux("0x0")](ux("0xd"));n[ux("0xe")](ux("0x1")),n[ux("0xe")](ux("0x6")),n[ux("0xe")](ux("0x3")),n[ux("0xe")](ux("0x8")),n[ux("0xe")]("discardAllSuggestions"),n[ux("0xe")](ux("0x5")),n[ux("0xe")](ux("0x4"))}}const gx=["data","createUIElement","get","requires","writer","getItems","locale","addMarker:suggestion:insertion","TrackChangesEditing","markerName","insert","activeMarkers","enableCommand","softBreak","bindElementToMarker","addMarker:suggestion","toViewPosition","split","consumable","markerRange","_descriptionFactory","plugins","downcastDispatcher","includes","createPositionBefore","editing","editor","mapper","init","model","high","registerElementLabel","element","ck-suggestion-marker-","deletion","ck-suggestion-marker--active"];var mx,fx;mx=gx,fx=486,function(t){for(;--t;)mx.push(mx.shift())}(++fx);const hx=function(t,e){return gx[t-=0]};class px extends t.Plugin{static get[hx("0x15")](){return[nr.ShiftEnter]}[hx("0xa")](){const t=this[hx("0x8")],e=t[hx("0x3")][hx("0x14")](hx("0x1a"));e[hx("0x1e")]("shiftEnter"),t[hx("0x7")][hx("0x4")].on(hx("0x19"),bx(t),{priority:"high"}),t[hx("0x7")].downcastDispatcher.on("addMarker:suggestion:deletion",bx(t),{priority:hx("0xc")}),t[hx("0x12")][hx("0x4")].on(hx("0x21"),((e,n,o)=>{o.options.showSuggestionHighlights&&bx(t,{showActiveMarker:!1})(e,n,o)})),e[hx("0x2")][hx("0xd")]("softBreak",(e=>Yo(t[hx("0x18")],"ELEMENT_LINE_BREAK",e)))}}function bx(t,{showActiveMarker:e=!0}={}){return(n,o,s)=>{const r=t.plugins[hx("0x14")](hx("0x1a"));if(!s[hx("0x0")].test(o[hx("0x1")],n.name))return;const i=t[hx("0xb")];for(const t of o.markerRange[hx("0x17")]()){if(!t.is(hx("0xe"),hx("0x1f")))continue;const n=hx("0x10")==o[hx("0x1b")].split(":")[1]?"merge":hx("0x23"),x=s[hx("0x16")][hx("0x13")]("span",{class:hx("0xf")+n}),a=s[hx("0x9")][hx("0x22")](i[hx("0x6")](t));e&&r[hx("0x1d")][hx("0x5")](o.markerName)&&s[hx("0x16")].addClass(hx("0x11"),x),s[hx("0x16")][hx("0x1c")](a,x),s[hx("0x9")][hx("0x20")](x,o[hx("0x1b")])}}}const Ex=["forceValue","TrackChangesEditing","from","FORMAT_RESTRICTED_ENABLED","selection","document","get","afterInit","plugins","FORMAT_RESTRICTED_DISABLED","StandardEditingModeEditing","editor","enableCommand","isCollapsed","markInlineFormat","format","commandName","getRanges","commands","model"];var _x,Tx;_x=Ex,Tx=353,function(t){for(;--t;)_x.push(_x.shift())}(++Tx);const Cx=function(t,e){return Ex[t-=0]};class yx extends t.Plugin{[Cx("0xe")](){const t=this[Cx("0x12")],e=t[Cx("0x6")],n=t.locale;if(!t[Cx("0xf")].has(Cx("0x11")))return;const o=t.plugins[Cx("0xd")](Cx("0x8")),s="restrictedEditingException",r=t[Cx("0x5")][Cx("0xd")](s);o[Cx("0x13")](s,((t,n={})=>{const i=e[Cx("0xc")][Cx("0xb")];if(i[Cx("0x0")])return void t(n);const x=void 0!==n.forceValue?n[Cx("0x7")]:!r.value;e.change((()=>{const t=Array[Cx("0x9")](i[Cx("0x4")]());for(const n of t){const t=x?[n]:ms(s,n,e);for(const e of t)o[Cx("0x1")](e,{commandName:s,commandParams:[{forceValue:x}]})}}))})),o._descriptionFactory.registerDescriptionCallback((t=>{const{data:e}=t;if(e&&e[Cx("0x3")]==s)return e.commandParams[0][Cx("0x7")]?{type:Cx("0x2"),content:Yo(n,Cx("0xa"))}:{type:"format",content:Yo(n,Cx("0x10"))}}))}}const kx=["*Format:* %0","style.definitions","commandParams","getAttribute","markInlineFormat","isCollapsed","getAncestors","forceValue","commandName","config","style","getDefinitionsForView","isBlock","model","getSelectedBlocks","_getStyleDefinition","enableCommand","toLowerCase","StyleUtils","Style","format","change","name","registerDescriptionCallback","afterInit","value","_getRangesWithClasses","has","getItems","plugins","enabledStyles","_descriptionFactory","inline","TrackChangesEditing","styleName","includes","normalizeConfig","document","add","push","from","get","modelElements","getRanges"];var Ax,vx;Ax=kx,vx=261,function(t){for(;--t;)Ax.push(Ax.shift())}(++vx);const Rx=function(t,e){return kx[t-=0]};class Sx extends t.Plugin{[Rx("0x1b")](){const t=this.editor;if(!t.plugins[Rx("0x1e")](Rx("0x16")))return;const e=t.commands[Rx("0x0")](Rx("0xd")),n=t.plugins[Rx("0x0")](Rx("0x24")),o=t.locale,s=t[Rx("0x20")][Rx("0x0")]("DataSchema"),r=t[Rx("0x20")].get(Rx("0x15"))[Rx("0x27")](s,t[Rx("0xc")][Rx("0x0")](Rx("0x4")));n[Rx("0x13")]("style",((o,{styleName:i})=>{const x=t[Rx("0x10")][Rx("0x28")].selection,a=this[Rx("0x12")](i,r);if(!a)return;if(!e[Rx("0x21")].includes(i))return;if(x[Rx("0x8")]&&!a[Rx("0xf")])return void o({styleName:i});const c=!e[Rx("0x1c")][Rx("0x26")](a[Rx("0x19")]);if(a.isBlock){const e=function(t,e){const n=new Set;for(const o of t){const t=o[Rx("0x9")]({includeSelf:!0,parentFirst:!0});for(const o of t)if(e.includes(o[Rx("0x19")])){n[Rx("0x29")](o);break}}return n}(x[Rx("0x11")](),a[Rx("0x1")]);t[Rx("0x10")][Rx("0x18")]((()=>{for(const t of e)n.markBlockFormat(t,{commandName:Rx("0xd"),commandParams:[{styleName:i,forceValue:c}],formatGroupId:"style:"+i})}))}else{let e=Array[Rx("0x2b")](x[Rx("0x2")]());if(!c){const n=Array[Rx("0x2b")](s[Rx("0xe")](a.element,!1))[0][Rx("0x10")],o=[];for(const s of e){const e=this[Rx("0x1d")](t[Rx("0x10")],s,a.classes,n);o.push(...e)}e=o}t[Rx("0x10")].change((()=>{for(const t of e)n[Rx("0x7")](t,{commandName:"style",commandParams:[{styleName:i,forceValue:c}]})}))}})),n[Rx("0x22")][Rx("0x1a")]((t=>{const{data:e}=t;if(e&&Rx("0xd")===e[Rx("0xb")])return e[Rx("0x5")][0][Rx("0xa")]?{type:Rx("0x17"),content:Yo(o,Rx("0x3"),e[Rx("0x5")][0][Rx("0x25")][Rx("0x14")]())}:{type:Rx("0x17"),content:Yo(o,"*Remove format:* %0",e[Rx("0x5")][0][Rx("0x25")][Rx("0x14")]())}}))}[Rx("0x12")](t,e){let n=e.block.find((e=>e[Rx("0x19")]===t));return n||(n=e[Rx("0x23")].find((e=>e[Rx("0x19")]===t))),n}[Rx("0x1d")](t,e,n,o){const s=[];for(const r of e[Rx("0x1f")]()){const e=r[Rx("0x6")](o);e&&n.every((t=>e.classes[Rx("0x26")](t)))&&s[Rx("0x2a")](t.createRangeOn(r))}return s}}const Ix=["end","TableUtils","MIN_SAFE_INTEGER","*Remove:* %0","$textProxy","insert","mapper","subType","commands","locale","model","afterInit","insertTableRowAbove","_descriptionFactory","isArray","setSelection","getSelectionAffectedTableCells","table","_setupColumnsRowsFixing","rootName","downcastDispatcher","insertion","tableRow","nodeAfter","insertTableRowBelow","differ","selection","execute","detach","tableCell","name","min","low","has","editor","get","getAttribute","maxColumn","getCellLocation","createRangeOn","data","classes","hasAttribute","from","selectTableColumn","element","max","change","colspan","deletion","getChildren","tableColumn","registerDescriptionCallback","createRangeIn","item","values","change:data","insertTable","showSuggestionHighlights","selectTableRow","span","ELEMENT_TABLE","some","_suggestionFactory","_tableSuggestions","MAX_SAFE_INTEGER","_getSuggestionCoords","getRanges","_splitMarkerName","markMultiRangeDeletion","startsWith","order","start","refresh","ELEMENT_TABLE_ROW_WITH_TEXT","enqueueChange","_acceptFormatSuggestionCallbackFactory","isIntersectingWithRange","ELEMENT_TABLE_ROW","last","includes","markMultiRangeInsertion","plugins","above","registerPostFixer","type","$graveyard","insertTableColumnLeft","insertTableColumnRight","minRow","isEqual","highest","findAncestor","TableEditing","removeTableRow","rowspan","getColumnIndexes","add","filter","TrackChangesEditing","length","first","fromRange","join","addRange","left","accept","oldRange","*Insert:* %0","addMarker:suggestion","removeClass","every","registerCustomCallback","getFirstRange","enableCommand","getItems","position","document","removeTableColumn","ELEMENT_TABLE_COLUMN","isTouching","root","toLowerCase","writer","ELEMENT_TABLE_WITH_TEXT","_getCoordsForCells","_tablePostFixingSubtypes","discard","push","createTableWalker","maxRow","getChangedMarkers","map","cell","createPositionAt","substr"];var Lx,Nx;Lx=Ix,Nx=389,function(t){for(;--t;)Lx.push(Lx.shift())}(++Nx);const wx=function(t,e){return Ix[t-=0]};class Mx extends t.Plugin{constructor(t){super(t),this[wx("0x9")]=[wx("0x29"),wx("0x46")],this[wx("0x53")]=new Set}[wx("0x1e")](){const t=this[wx("0x35")],e=t[wx("0x1d")][wx("0x0")].selection;if(!t.plugins[wx("0x34")](wx("0x70")))return;const n=t[wx("0x1c")],o=t[wx("0x65")][wx("0x36")](wx("0x76")),s=t[wx("0x65")][wx("0x36")]("TableUtils");o[wx("0x20")].registerElementLabel(wx("0x24"),(t=>Yo(n,wx("0x50"),t))),this[wx("0x25")](),o[wx("0x85")](wx("0x4c")),o.enableCommand(wx("0x4e")),o[wx("0x85")](wx("0x3f"));for(const n of[wx("0x1f"),wx("0x2b")]){const r=t[wx("0x1b")][wx("0x36")](n);o[wx("0x85")](n,(n=>{t[wx("0x1d")][wx("0x42")]((t=>{n();const i=wx("0x66")===r[wx("0x5a")],x=s.getSelectionAffectedTableCells(e),a=s.getRowIndexes(x),c=i?a[wx("0x78")]-1:a[wx("0x62")]+1,l=x[0][wx("0x6f")](wx("0x24")),u=s.createTableWalker(l,{startRow:c,endRow:c}),d=Array[wx("0x3e")](u)[wx("0xf")]((e=>t[wx("0x3a")](e[wx("0x10")])));o[wx("0x64")](d,"tableRow")}))}))}for(const n of[wx("0x6a"),wx("0x6b")]){const r=t[wx("0x1b")][wx("0x36")](n);o.enableCommand(n,(n=>{t.model.change((t=>{n();const i=wx("0x7c")===r[wx("0x5a")],x=s[wx("0x23")](e),a=s[wx("0x73")](x),c=i?a.first-1:a[wx("0x62")]+1,l=x[0].findAncestor(wx("0x24")),u=s[wx("0xc")](l,{startRow:0,column:c,includeAllSlots:!1}),d=Array[wx("0x3e")](u)[wx("0xf")]((e=>t.createRangeOn(e.cell)));o[wx("0x64")](d,wx("0x46"))}))}))}for(const n of["removeTableRow","removeTableColumn"]){const r=n.substr(11),i=r[wx("0x5")](),x=i[wx("0x12")](0,3)+"span",a=wx("0x24")+r,c=wx("0x32")+r,l=wx("0x41")+r;o.enableCommand(n,(()=>{t[wx("0x1d")][wx("0x42")]((t=>{const r=s[wx("0x23")](e),u=r[0].findAncestor("table");let d;if(wx("0x71")==n){const t=s.getRowIndexes(r);d={startRow:t[wx("0x78")],endRow:t[wx("0x62")],includeAllSlots:!0}}else{const t=s[wx("0x73")](r);d={startColumn:t[wx("0x78")],endColumn:t[wx("0x62")],includeAllSlots:!0}}const g=s[wx("0xc")](u,d),m=Array[wx("0x3e")](g)[wx("0xf")]((({cell:t})=>t)),f=Ox(m[wx("0x75")]((t=>t[wx("0x3d")](x)))),h=Ox(m[wx("0x75")]((t=>!t.hasAttribute(x)))).map((e=>t[wx("0x3a")](e))),p=o[wx("0x58")](h,a);if(p&&(wx("0x29")==p[wx("0x1a")]||wx("0x46")==p[wx("0x1a")])){const e=this[wx("0x55")](p);for(const n of f){const o=t[wx("0x3a")](n),r=s[wx("0x39")](n),a=n[wx("0x37")](x)-1,u=e[c],d=e[l];u<=r[i]&&r[i]+a<=d&&p[wx("0x7b")](o)}}}))}))}function r(n){const o=Array.from(e[wx("0x56")]())[wx("0xf")]((t=>i.LiveRange[wx("0x79")](t)));t[wx("0x1d")][wx("0x42")]((e=>{const s=e.batch;n=n.filter((t=>wx("0x69")!=t[wx("0x4")][wx("0x26")])),e.setSelection(n),t[wx("0x1b")][wx("0x36")](wx("0x71"))[wx("0x5c")](),t[wx("0x2e")](wx("0x71"),{forceDefaultExecution:!0}),t[wx("0x1d")].enqueueChange((()=>{t.model[wx("0x5e")](s,(t=>{const e=o[wx("0x75")]((t=>wx("0x69")!=t[wx("0x4")][wx("0x26")]));e[wx("0x77")]>0&&t[wx("0x22")](e);for(const t of o)t[wx("0x2f")]()}))}))}))}function a(n){t[wx("0x1d")][wx("0x42")]((o=>{const s=Array.from(e[wx("0x56")]())[wx("0xf")]((t=>i.LiveRange.fromRange(t))),r=[];for(const t of n)for(const e of t.getItems({shallow:!0}))r.push(e);for(const e of r)wx("0x69")!=e[wx("0x4")][wx("0x26")]&&(o[wx("0x22")](o[wx("0x11")](e,0)),t[wx("0x1b")][wx("0x36")](wx("0x1"))[wx("0x5c")](),t[wx("0x2e")]("removeTableColumn",{forceDefaultExecution:!0}));const x=s[wx("0x75")]((t=>wx("0x69")!=t[wx("0x4")][wx("0x26")]));x[wx("0x77")]>0&&o.setSelection(x);for(const t of s)t.detach()}))}function c(t,e){return e[wx("0x82")]((e=>t[wx("0x51")]((t=>t[wx("0x13")][wx("0x6d")](e.start)||e.end[wx("0x6d")](t[wx("0x5b")])))))}function l(t,e){return t[wx("0x51")]((t=>e[wx("0x51")]((e=>t[wx("0x13")][wx("0x3")](e.start)))))}t[wx("0x3b")][wx("0x27")].on(wx("0x80"),((t,e,n)=>{if(!n.options[wx("0x4d")])return;const o=e[wx("0x49")];if(!o)return;const s=n[wx("0x19")].toViewElement(o);function r(t){return Array[wx("0x21")](t)?t:[t]}s&&wx("0x30")===o[wx("0x31")]&&(0,x.setHighlightHandling)(s,n[wx("0x6")],((t,e,n)=>n.addClass(r(e.classes),t)),((t,e,n)=>n[wx("0x81")](r(e[wx("0x3c")]),t)))}),{priority:wx("0x6e")}),o[wx("0x20")][wx("0x47")]((t=>{if(wx("0x28")!=t[wx("0x68")]&&wx("0x44")!=t.type)return;const e=t.getContainedElement();if(null!=e&&e.is(wx("0x40"),"table")){if(wx("0x28")==t[wx("0x68")]){const e=t[wx("0x86")]()[wx("0x75")]((t=>t.is(wx("0x17"))))[wx("0xf")]((t=>t.data));if(e.length)return{type:wx("0x28"),content:Yo(n,wx("0x7f"),Yo(n,wx("0x7"),'"'+e[wx("0x7a")](" ")+'"'))}}if("deletion"==t[wx("0x68")]){const e=t[wx("0x86")]()[wx("0x75")]((t=>t.is(wx("0x17"))))[wx("0xf")]((t=>t[wx("0x3b")]));if(e[wx("0x77")])return{type:wx("0x44"),content:Yo(n,wx("0x16"),Yo(n,wx("0x7"),'"'+e[wx("0x7a")](" ")+'"'))}}}})),o[wx("0x20")].registerDescriptionCallback((t=>{if("tableRow"==t.subType){const e=t.getItems()[wx("0x75")]((t=>t.is(wx("0x17")))).map((t=>t.data)),o=this[wx("0x55")](t),s=o[wx("0xd")]-o[wx("0x6c")]+1;if(wx("0x28")==t.type)return e.length?{type:wx("0x28"),content:Yo(n,wx("0x7f"),Yo(n,wx("0x5d"),[s,'"'+e[wx("0x7a")](" ")+'"']))}:{type:wx("0x28"),content:Yo(n,wx("0x7f"),Yo(n,wx("0x61"),s))};if("deletion"==t[wx("0x68")])return e.length?{type:"deletion",content:Yo(n,"*Remove:* %0",Yo(n,"ELEMENT_TABLE_ROW_WITH_TEXT",[s,'"'+e[wx("0x7a")](" ")+'"']))}:{type:wx("0x44"),content:Yo(n,wx("0x16"),Yo(n,"ELEMENT_TABLE_ROW",s))}}if(wx("0x46")==t[wx("0x1a")]){const e=t.getItems().filter((t=>t.is(wx("0x17"))))[wx("0xf")]((t=>t.data)),o=this[wx("0x55")](t),s=o[wx("0x38")]-o.minColumn+1;if(wx("0x28")==t[wx("0x68")])return e[wx("0x77")]?{type:wx("0x28"),content:Yo(n,"*Insert:* %0",Yo(n,"ELEMENT_TABLE_COLUMN_WITH_TEXT",[s,'"'+e[wx("0x7a")](" ")+'"']))}:{type:"insertion",content:Yo(n,wx("0x7f"),Yo(n,wx("0x2"),s))};if(wx("0x44")==t.type)return e.length?{type:wx("0x44"),content:Yo(n,wx("0x16"),Yo(n,"ELEMENT_TABLE_COLUMN_WITH_TEXT",[s,'"'+e[wx("0x7a")](" ")+'"']))}:{type:wx("0x44"),content:Yo(n,wx("0x16"),Yo(n,wx("0x2"),s))}}})),o[wx("0x52")].registerCustomCallback(wx("0x28"),"tableRow",wx("0xa"),r),o[wx("0x52")][wx("0x83")](wx("0x44"),wx("0x29"),wx("0x7d"),r),o[wx("0x52")][wx("0x83")](wx("0x28"),wx("0x46"),wx("0xa"),a),o._suggestionFactory[wx("0x83")](wx("0x44"),wx("0x46"),wx("0x7d"),a),o._suggestionFactory[wx("0x83")]("insertion","tableColumn",wx("0x7a"),c),o._suggestionFactory[wx("0x83")](wx("0x44"),wx("0x46"),wx("0x7a"),c),o[wx("0x52")][wx("0x83")](wx("0x28"),wx("0x29"),wx("0x7a"),l),o[wx("0x52")][wx("0x83")](wx("0x44"),"tableRow",wx("0x7a"),l)}[wx("0x5f")](){const t=this[wx("0x35")],e=t[wx("0x1d")].document[wx("0x2d")];return(n,o)=>{t[wx("0x1d")][wx("0x42")]((s=>{const{commandName:r,commandParams:x}=o;let a=n[0][wx("0x13")].nodeBefore;x&&x[0]&&!1===x[0].forceValue&&(a=n[0].start.nodeAfter);const c=s[wx("0x48")](a);if(wx("0x69")==c[wx("0x4")][wx("0x26")])return;const l=Array[wx("0x3e")](e.getRanges())[wx("0xf")]((t=>i.LiveRange[wx("0x79")](t)));s[wx("0x22")](c),t[wx("0x1b")][wx("0x36")](r)[wx("0x5c")](),x[wx("0xb")]({forceDefaultExecution:!0}),t[wx("0x2e")](r,...x);const u=l[wx("0x75")]((t=>wx("0x69")!=t[wx("0x4")][wx("0x26")]));u[wx("0x77")]>0&&s[wx("0x22")](u);for(const t of l)t[wx("0x2f")]()}))}}[wx("0x8")](t){const e=this[wx("0x35")][wx("0x65")][wx("0x36")](wx("0x14"));let n=Number[wx("0x54")],o=Number.MIN_SAFE_INTEGER,s=Number[wx("0x54")],r=Number[wx("0x15")];for(const i of t){if(wx("0x69")==i[wx("0x4")][wx("0x26")])continue;const{row:t,column:x}=e.getCellLocation(i),a=i[wx("0x3d")](wx("0x72"))?i[wx("0x37")](wx("0x72"))-1:0,c=i[wx("0x3d")](wx("0x43"))?i[wx("0x37")](wx("0x43"))-1:0;n=t<n?t:n,o=t+a>o?t+a:o,s=x<s?x:s,r=x+c>r?x+c:r}return{minRow:n,maxRow:o,minColumn:s,maxColumn:r}}_setupColumnsRowsFixing(){const t=this[wx("0x35")],e=t[wx("0x65")][wx("0x36")](wx("0x76")),n=t[wx("0x65")][wx("0x36")]("TableUtils");t.model.document.on(wx("0x4b"),(()=>{const n=Array[wx("0x3e")](t.model[wx("0x0")][wx("0x2c")][wx("0xe")]());for(const{name:t,data:o}of n){const{group:n,id:s,subType:r}=e[wx("0x57")](t);if("suggestion"!=n)continue;if(null!=o[wx("0x7e")])continue;const i=e.getSuggestion(s);this[wx("0x9")][wx("0x63")](r)&&this[wx("0x53")][wx("0x74")](i)}}),{priority:wx("0x33")});const o=(t,e)=>{let o=!1;const s=e[wx("0x3a")](t),r=t[wx("0x6f")](wx("0x24")),i=n[wx("0x39")](t);for(const e of this[wx("0x53")]){const n=e[wx("0x1a")],x=n[wx("0x59")]("tablePaste"),a=n[wx("0x12")](x?10:5),c=a.toLowerCase(),l=c.substr(0,3)+wx("0x4f"),u=wx("0x32")+a,d=wx("0x41")+a;if(!e.isInContent)continue;if(r!=e[wx("0x84")]()[wx("0x5b")].findAncestor(wx("0x24")))continue;if(e[wx("0x60")](s))continue;const g=t[wx("0x3d")](l)?t.getAttribute(l)-1:0,m=this._getSuggestionCoords(e),f=m[u],h=m[d];f<=i[c]&&i[c]+g<=h&&(e[wx("0x7b")](s),o=!0)}return o};t[wx("0x1d")][wx("0x0")][wx("0x67")]((e=>{let n=!1;for(const s of t.model[wx("0x0")][wx("0x2c")].getChanges())if(wx("0x18")==s.type)if(wx("0x29")==s[wx("0x31")])for(const t of s[wx("0x87")][wx("0x2a")][wx("0x45")]())n=n||o(t,e);else wx("0x30")==s.name&&(n=n||o(s[wx("0x87")][wx("0x2a")],e));return n}))}[wx("0x55")](t){return this[wx("0x8")](t.getRanges().map((t=>t.start[wx("0x2a")])))}}function Ox(t){return Array[wx("0x3e")](new Set(t)[wx("0x4a")]())}const Fx=["insertion","getSuggestions","TableUtils","getFirstPosition","length","mergeTableCells","forceDefaultExecution","has","isInContent","push","getAncestors","get","low","model","$graveyard","return","trackChanges","registerCustomCallback","find","stop","enableCommand","author","editor","TableEditing","document","containsRange","set:isEnabled","from","getRanges","format","_areSelectedCellsMergable","_isForcedDefaultExecutionBlock","createTableWalker","cell","change","_suggestionFactory","getSelectionAffectedTableCells","commandName","*Merge cells*","_tablePostFixingSubtypes","size","splitTableCellVertically","_descriptionFactory","rootName","add","accept","registerDescriptionCallback","requires","mergeTableCellLeft","*Split cell:* vertically","mergeTableCellRight","table","tableCell","refresh","plugins","setSelection","*Split cell:* horizontally","element","markMultiRangeBlockFormat","type","getCellLocation","mergeTableCellDown","selection","isEnabled","TrackChangesEditing","value","detach","fromRange","filter","createRangeOn","mergeTableCellUp","splitTableCellHorizontally","commands","markBlockFormat","map","_areMergableCells","execute","formatBlock","locale"];var Px,Dx;Px=Fx,Dx=402,function(t){for(;--t;)Px.push(Px.shift())}(++Dx);const Bx=function(t,e){return Fx[t-=0]};class jx extends t.Plugin{static get[Bx("0x28")](){return[Mx]}afterInit(){const t=this.editor,e=t.model[Bx("0x11")][Bx("0x37")],n=t[Bx("0x47")];if(!t[Bx("0x2f")][Bx("0x0")](Bx("0x10")))return;const o=t.plugins.get(Bx("0x39")),s=t[Bx("0x2f")][Bx("0x4")]("TableUtils"),r=t[Bx("0x2f")][Bx("0x4")](Mx);r[Bx("0x20")][Bx("0x2")](Bx("0x4d")),o.enableCommand(Bx("0x4d"),(()=>{const e=s[Bx("0x1d")](t[Bx("0x6")].document.selection);t.model[Bx("0x1b")]((()=>{o.markMultiRangeBlockFormat(e,{commandName:Bx("0x4d"),commandParams:[]},[],Bx("0x4d"))}))})),t[Bx("0x41")].get(Bx("0x4d")).on(Bx("0x45"),((e,n)=>{t[Bx("0x41")][Bx("0x4")](Bx("0x9"))[Bx("0x3a")]&&(n[Bx("0x4c")]>0&&n[n[Bx("0x4c")]-1]&&n[n[Bx("0x4c")]-1][Bx("0x4e")]||o[Bx("0x18")]||this._areSelectedCellsMergable()||e[Bx("0xc")]())}),{priority:"highest"});for(const e of["mergeTableCellUp",Bx("0x2b"),Bx("0x36"),Bx("0x29")]){const n=t[Bx("0x41")][Bx("0x4")](e);o[Bx("0xd")](e,(()=>{const e=t[Bx("0x6")][Bx("0x11")][Bx("0x37")][Bx("0x4b")]()[Bx("0x3")]()[Bx("0xb")]((t=>t.is(Bx("0x32"),Bx("0x2d")))),s=n[Bx("0x3a")];t[Bx("0x6")][Bx("0x1b")]((()=>{o[Bx("0x33")]([e,s],{commandName:Bx("0x4d"),commandParams:[]},[],"mergeTableCells")}))}))}for(const e of[Bx("0x22"),Bx("0x40")]){const n=t[Bx("0x41")][Bx("0x4")](e);o.enableCommand(e,(()=>{const r=s[Bx("0x1d")](t.model[Bx("0x11")][Bx("0x37")])[0],i=r.findAncestor(Bx("0x2c")),{column:x,row:a}=s[Bx("0x35")](r);let c=[];if("horizontally"==n.direction){const t=s[Bx("0x19")](i,{startRow:a,endRow:a,includeAllSlots:!0});c=Array[Bx("0x14")](t)[Bx("0x43")]((t=>t[Bx("0x1a")]))}else{const t=s.createTableWalker(i,{column:x,includeAllSlots:!0});c=Array[Bx("0x14")](t)[Bx("0x43")]((t=>t[Bx("0x1a")]))}t[Bx("0x6")][Bx("0x1b")]((t=>{o[Bx("0x42")](t[Bx("0x3e")](r),{commandName:e,commandParams:[]},c,e)}))}))}o[Bx("0x23")][Bx("0x27")]((t=>{const{data:e}=t;if(e)return"mergeTableCells"==e.commandName?{type:"format",content:Yo(n,Bx("0x1f"))}:void 0})),o[Bx("0x23")][Bx("0x27")]((t=>{const{data:e}=t;if(e)return"splitTableCellVertically"==e[Bx("0x1e")]?{type:"format",content:Yo(n,Bx("0x2a"))}:Bx("0x40")==e.commandName?{type:Bx("0x16"),content:Yo(n,Bx("0x31"))}:void 0}));const x=r._acceptFormatSuggestionCallbackFactory();for(const t of[Bx("0x3f"),Bx("0x2b"),Bx("0x36"),Bx("0x29")])o._suggestionFactory[Bx("0xa")](Bx("0x46"),t,Bx("0x26"),x);for(const t of[Bx("0x22"),"splitTableCellHorizontally"])o[Bx("0x1c")][Bx("0xa")](Bx("0x46"),t,"accept",x);o[Bx("0x1c")].registerCustomCallback(Bx("0x46"),Bx("0x4d"),"accept",(n=>{t[Bx("0x6")].change((o=>{const s=Array[Bx("0x14")](e[Bx("0x15")]())[Bx("0x43")]((t=>i.LiveRange[Bx("0x3c")](t)));o[Bx("0x30")](n),t.commands.get("mergeTableCells")[Bx("0x2e")](),t.execute("mergeTableCells",{forceDefaultExecution:!0});const r=s[Bx("0x3d")]((t=>Bx("0x7")!=t.root[Bx("0x24")]));r[Bx("0x4c")]>0&&o[Bx("0x30")](r);for(const t of s)t[Bx("0x3b")]()}))}));for(const e of[Bx("0x3f"),Bx("0x36"),Bx("0x29"),"mergeTableCellRight"]){const n=t[Bx("0x41")][Bx("0x4")](e);n.on(Bx("0x13"),((e,o,s)=>{if(s){const o=t.model[Bx("0x11")].selection[Bx("0x4b")]().getAncestors()[Bx("0xb")]((t=>t.is(Bx("0x32"),"tableCell")));this._areMergableCells(n.value,o)||(e[Bx("0x8")]=!1,e.stop())}}),{priority:Bx("0x5")})}}[Bx("0x17")](){const t=this.editor[Bx("0x41")][Bx("0x4")](Bx("0x4d")),e=this.editor[Bx("0x2f")][Bx("0x4")](Bx("0x4a"));if(!t[Bx("0x38")])return!1;const n=e.getSelectionAffectedTableCells(this[Bx("0xf")].model[Bx("0x11")].selection);for(const t of n)for(const e of n)if(t!=e&&!this[Bx("0x44")](t,e))return!1;return!0}[Bx("0x44")](t,e){const n=this[Bx("0xf")][Bx("0x2f")][Bx("0x4")]("TrackChangesEditing"),o=this[Bx("0xf")][Bx("0x6")][Bx("0x3e")](t),s=this[Bx("0xf")][Bx("0x6")][Bx("0x3e")](e),r=new Set,i=new Set;for(const t of n[Bx("0x49")]())if((Bx("0x48")==t[Bx("0x34")]||"deletion"==t[Bx("0x34")]||"mergeTableCells"==t.subType)&&t[Bx("0x1")])for(const e of t.getRanges())e.containsRange(o,!0)&&r.add(t[Bx("0x34")]+":"+t[Bx("0xe")].id),e[Bx("0x12")](s,!0)&&i[Bx("0x25")](t[Bx("0x34")]+":"+t.author.id);if(r[Bx("0x21")]!=i[Bx("0x21")])return!1;for(const t of r)if(!i[Bx("0x0")](t))return!1;return!0}}const Ux=["locale","showSuggestionHighlights","ck-suggestion-marker-","forceValue","document","registerCustomCallback","formatBlock","createPositionBefore","selection","TableUtils","FORMAT_REGULAR_COLUMN","from","index","first","createPositionAfter","_suggestionFactory","writer","stop","nodeAfter","data","editor","requires","afterInit","unbindElementFromMarkerName","commands","consumable","TableEditing","end","downcastDispatcher","has","plugins","createTableWalker","headingRows","includes","*Format:* %0","isBefore","ck-suggestion-marker--active","setTableColumnHeader","cell","addMarker:suggestion","markerName","childCount","markBlockFormat","getChild","_descriptionFactory","data-suggestion","removeClass","mapper","item","get","headingColumns","_splitMarkerName","highest","findAncestor","FORMAT_HEADER_ROW","markerNameToElements","accept","commandName","activeMarkers","editing","getCellLocation","removeAttribute","createRange","format","table","consume","enableCommand","options","markerRange","value","TrackChangesEditing","last","commandParams","getAttribute","setTableRowHeader","parent","getSelectionAffectedTableCells","toViewElement","setAttribute","registerDescriptionCallback","model","change"];var Gx,Hx;Gx=Ux,Hx=285,function(t){for(;--t;)Gx.push(Gx.shift())}(++Hx);const Wx=function(t,e){return Ux[t-=0]};class zx extends t.Plugin{static get[Wx("0x40")](){return[Mx]}[Wx("0x41")](){const t=this[Wx("0x3f")];if(!t.plugins[Wx("0x48")](Wx("0x45")))return;const e=t[Wx("0x2b")],n=t[Wx("0x49")][Wx("0xa")](Wx("0x1f")),o=t[Wx("0x49")][Wx("0xa")](Wx("0x34")),s=t[Wx("0x49")][Wx("0xa")](Mx);function r({showActiveMarker:t=!0,setDataAttribute:e=!0}={}){return(s,r,i)=>{const{type:x,id:a}=n[Wx("0xc")](r[Wx("0x1")]),c=n.getSuggestion(a);if(!c[Wx("0x3e")]||Wx("0x50")!=c[Wx("0x3e")].commandName)return;if(r[Wx("0x9")])return void s[Wx("0x3c")]();if(!i[Wx("0x44")][Wx("0x1a")](r[Wx("0x1d")],s.name))return;const l=r[Wx("0x1d")].start[Wx("0x3d")],u=r.markerRange[Wx("0x46")].nodeBefore,d=l[Wx("0x24")][Wx("0x24")],{column:g}=o[Wx("0x15")](l),{column:m}=o[Wx("0x15")](u);for(let s=g;s<=m;s++){const c=o[Wx("0x4a")](d,{column:s,includeAllSlots:!1});for(const o of c){const s=o[Wx("0x51")],c=i[Wx("0x8")][Wx("0x26")](s);i[Wx("0x3b")].addClass(Wx("0x2d")+x,c),e&&i[Wx("0x3b")][Wx("0x27")](Wx("0x6"),a,c),i[Wx("0x8")].bindElementToMarker(c,r[Wx("0x1")]),t&&(n[Wx("0x13")][Wx("0x4c")](r.markerName)?i.writer.addClass(Wx("0x4f"),c):i[Wx("0x3b")][Wx("0x7")](Wx("0x4f"),c))}}}}n[Wx("0x1b")](Wx("0x23"),((e,s)=>{const r=o[Wx("0x25")](t[Wx("0x29")][Wx("0x2f")][Wx("0x33")]),i=o.getRowIndexes(r),x=r[0][Wx("0xe")](Wx("0x19")),a=x[Wx("0x22")](Wx("0x4b"))||0,c=s&&null!==s[Wx("0x2e")]?s[Wx("0x2e")]:!t[Wx("0x43")].get(Wx("0x23"))[Wx("0x1e")],l=c?i[Wx("0x20")]:i[Wx("0x38")],u=x[Wx("0x4")](l);let d;if(c){const e=x[Wx("0x4")](a);if(u[Wx("0x37")]<e.index)return;d=t[Wx("0x29")][Wx("0x17")](t.model[Wx("0x32")](e[Wx("0x4")](0)),t[Wx("0x29")][Wx("0x39")](u[Wx("0x4")](u[Wx("0x2")]-1)))}else{const e=x.getChild(a-1);if(!e)return;d=t.model[Wx("0x17")](t[Wx("0x29")][Wx("0x32")](u.getChild(0)),t[Wx("0x29")][Wx("0x39")](e[Wx("0x4")](e[Wx("0x2")]-1)))}t[Wx("0x29")][Wx("0x2a")]((()=>{n.markBlockFormat(d,{commandName:Wx("0x23"),commandParams:[{forceValue:c}]},[],"setTableRowHeader")}))})),n[Wx("0x1b")](Wx("0x50"),((e,o)=>{const s=t[Wx("0x49")][Wx("0xa")]("TableUtils"),r=s.getSelectionAffectedTableCells(t.model.document.selection),i=s.getColumnIndexes(r),x=r[0].findAncestor(Wx("0x19")),a=x.getAttribute(Wx("0xb"))||0,c=o&&null!==o[Wx("0x2e")]?o[Wx("0x2e")]:!t[Wx("0x43")][Wx("0xa")](Wx("0x50"))[Wx("0x1e")];let l;const u=x[Wx("0x4")](0),d=c?i.last:i[Wx("0x38")],g=s[Wx("0x4a")](x,{startRow:0,column:d,includeAllSlots:!1}),m=Array[Wx("0x36")](g)[0][Wx("0x51")];if(c){const e=u[Wx("0x4")](a);if(m[Wx("0x4e")](e))return;l=t.model[Wx("0x17")](t[Wx("0x29")].createPositionBefore(e),t[Wx("0x29")][Wx("0x39")](m))}else{const e=u[Wx("0x4")](a-1);if(!e)return;l=t[Wx("0x29")].createRange(t[Wx("0x29")][Wx("0x32")](m),t[Wx("0x29")][Wx("0x39")](e))}t[Wx("0x29")].change((()=>{n[Wx("0x3")](l,{commandName:Wx("0x50"),commandParams:[{forceValue:c}]},[],Wx("0x50"))}))})),t.editing[Wx("0x47")].on(Wx("0x0"),r(),{priority:Wx("0xd")}),t[Wx("0x3e")][Wx("0x47")].on(Wx("0x0"),((t,e,n)=>{n[Wx("0x1c")][Wx("0x2c")]&&r({showActiveMarker:!1,setDataAttribute:!1})(t,e,n)}),{priority:Wx("0xd")}),t[Wx("0x14")][Wx("0x47")].on("removeMarker:suggestion",((t,e,o)=>{const{type:s,id:r}=n[Wx("0xc")](e[Wx("0x1")]),i=n.getSuggestion(r);if(!i[Wx("0x3e")]||"setTableColumnHeader"!=i[Wx("0x3e")][Wx("0x12")])return;const x=o.mapper[Wx("0x10")](e[Wx("0x1")]);if(x)for(const t of x)o[Wx("0x3b")][Wx("0x7")](Wx("0x2d")+s,t),o[Wx("0x3b")][Wx("0x7")](Wx("0x4f"),t),o[Wx("0x3b")][Wx("0x16")](Wx("0x6"),t),o[Wx("0x8")][Wx("0x42")](t,e.markerName)}),{priority:Wx("0xd")}),n[Wx("0x5")][Wx("0x28")]((t=>{const{data:n}=t;if(n){if(Wx("0x23")==n.commandName){const t=n[Wx("0x21")][0][Wx("0x2e")];return o(Yo(e,t?Wx("0xf"):"FORMAT_REGULAR_ROW"))}if(Wx("0x50")==n[Wx("0x12")]){const t=n[Wx("0x21")][0].forceValue;return o(Yo(e,t?"FORMAT_HEADER_COLUMN":Wx("0x35")))}}function o(t){return{type:Wx("0x18"),content:Yo(e,Wx("0x4d"),t)}}}));const i=s._acceptFormatSuggestionCallbackFactory();n[Wx("0x3a")][Wx("0x30")]("formatBlock",Wx("0x23"),Wx("0x11"),i),n[Wx("0x3a")][Wx("0x30")](Wx("0x31"),Wx("0x50"),"accept",i)}}const Vx=["nodeAfter","getSelectionAffectedTableCells","stop","for","TableClipboard","removeRows","suggestion","suggestionLoaded","getItems","getRanges","first","ck-suggestion-marker--active","createPositionBefore","content","remove","_splitMarkerName","redo","value","$graveyard","rowInsertionIndexes","tableCellBackgroundColor","getShiftedBy","getRowIndexes","endRow","options","suggestion-td","markMultiRangeDeletion","tableCellSuggestion","getSuggestion","plugins","discard","markerName","locale","attributes","createTableWalker","suggestionUnloaded","add","suggestion:formatBlock:tablePasteCell","getContainedElement","getRows","find","deletion","conversion","removeColumns","register","endColumn","removeMarker","createRange","createRangeOn","afterInit","high","TableUtils","commands","fill","_getCoordsForCells","getChangedMarkers","rowInsertionRanges","elementToElement","findAncestor","insertionRanges","oldRange","tableCellBorderStyle","get","nextSibling","table","reduce","isEmpty","ck-suggestion-marker","setAttributes","isEqual","tableCellPadding","newRange","getAttributes","insertRows","insertion","set","column","clipboardOutput","tablePasteChainId","columnInsertionIndexes","getColumns","formatBlock","getTableIfOnlyTableInContent","tablePasteColumn","getChildren","paragraph","deletionRanges","getChanges","fromEntries","createElement","getAllAdjacentSuggestions","registerPostFixer","trackChanges","markMultiRangeBlockFormat","markerToHighlight","ck-suggestion-marker-insertion","insertContent","batch","includes","editor","listenTo","end","previous","insertColumns","registerDescriptionCallback","_descriptionFactory","accept","filter","start","map","model","updateMarker","row","document","markMultiRangeInsertion","createRangeIn","rootName","differ","move","_createdBatches","low","from","tableCellBorderColor","subType","_replaceTableSlotCell","getSuggestions","insert","getChild","view","return","startsWith","Users","getSuggestionCallback","getColumnIndexes","tablePasteRow","_tablePostFixingSubtypes","markers","markerAttributes","push","previousSibling","_isForcedDefaultExecutionBlock","tablePaste","some","position","registerCustomCallback","dataDowncast","cells","tableCellVerticalAlignment","has","columns","forceDefaultExecution","type","getRange","change","TrackChangesEditing","element","isInContent","_suggestionFactory","editingDowncast","tablePasteCell","editing","tableCell","cell","length","join","author","name"];var Kx,Xx;Kx=Vx,Xx=123,function(t){for(;--t;)Kx.push(Kx.shift())}(++Xx);const qx=function(t,e){return Vx[t-=0]},$x=["tableCellBorderWidth",qx("0xa6"),qx("0x69"),"tableCellHorizontalAlignment",qx("0x18"),qx("0x40"),qx("0x72")],Jx=Object[qx("0x84")]($x[qx("0x99")]((t=>[t,null])));class Qx extends t.Plugin{static get requires(){return[Mx]}[qx("0x5d")](){const t=this[qx("0x8f")];if(!t[qx("0x49")].has(qx("0x30")))return;const n=t.plugins[qx("0x6a")](qx("0x1f")),o=t[qx("0x49")][qx("0x6a")](qx("0x5f")),s=t.plugins[qx("0x6a")](Mx),r=t[qx("0x49")][qx("0x6a")](qx("0x30"));s[qx("0xc")][qx("0xf")](qx("0xb"),"tablePasteColumn"),t.model.schema[qx("0x58")](qx("0x47"),{allowIn:qx("0x26"),allowContentOf:"tableCell",isLimit:!0}),t[qx("0x56")][qx("0x65")]({model:qx("0x47"),view:qx("0x45")});let i=null;t[qx("0x9a")].on(qx("0x8c"),((s,x)=>{const[a,c]=x,l=x[x[qx("0x28")]-1];l&&l[qx("0x1b")]||n[qx("0x11")]||this[qx("0x8f")][qx("0x60")].get(qx("0x88"))[qx("0x3d")]&&function(t,e,n,o,s){if(e&&!e.is("documentSelection"))return!1;const r=s[qx("0x7e")](t,n);if(!r||!Yx(r,void 0,o))return!1;const i=o[qx("0x2d")](n[qx("0x9d")].selection);if(!i.length)return!1;const x=i[0][qx("0x66")](qx("0x6c")),a=o[qx("0x42")](i),c=o[qx("0xa")](i),l={startRow:a[qx("0x36")],endRow:a.last,startColumn:c[qx("0x36")],endColumn:c.last};return 1==i.length&&(l[qx("0x43")]+=o[qx("0x53")](r)-1,l[qx("0x59")]+=o[qx("0x7c")](r)-1),Yx(x,l,o)}(a,c,t[qx("0x9a")],o,r)&&(s[qx("0x2e")](),i={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},t[qx("0x9a")][qx("0x1e")]((()=>{t.model[qx("0x8c")](x[0],x[1],x[2],{forceDefaultExecution:!0});const o=(0,e.uid)(),{rowInsertionRanges:s,columnInsertionRanges:r,insertionRanges:a,deletionRanges:c,cells:l}=i;s[qx("0x28")]&&n[qx("0x9e")](s,qx("0xb"),{tablePasteChainId:o}),r[qx("0x28")]&&n[qx("0x9e")](r,qx("0x7f"),{tablePasteChainId:o}),a[qx("0x28")]&&n[qx("0x9e")](a,qx("0x12"),{tablePasteChainId:o,skipNestingCheck:!0}),c[qx("0x28")]&&n[qx("0x46")](c,qx("0x12"),{tablePasteChainId:o,skipNestingCheck:!0});const u=n[qx("0x89")](l[qx("0x99")]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],"tablePasteCell",{tablePasteChainId:o});if(u){const e=u.getMarkers(),n=[];for(const{element:o,attributes:s}of l){if(!s)continue;const r=t[qx("0x9a")][qx("0x5c")](o),i=e[qx("0x54")]((t=>t[qx("0x1d")]()[qx("0x71")](r)));i&&n[qx("0xf")]([i[qx("0x2b")],s])}n.length&&u.setAttribute("markerAttributes",Object[qx("0x84")](n))}i=null})))}),{priority:e.priorities.high+10}),t[qx("0x49")].get(qx("0x30")).on(qx("0x1"),((t,e)=>{const[n,o,,s]=e;if(!i)return;t[qx("0x2e")]();const r=n[qx("0x27")],x=o,a=Zx(r),c=Zx(x);t[qx("0x6")]=r;let l=null,u=null;if(c||a)if(a&&!c){s.remove(r[qx("0x4")](0));for(const t of Array[qx("0xa5")](x[qx("0x80")]()))s[qx("0x3")](t,r,"end");const t=i[qx("0x3f")][qx("0x8e")](n[qx("0x9c")]),e=i[qx("0x7b")][qx("0x8e")](n[qx("0x78")]);t||e||(l=s[qx("0x9f")](r))}else c&&!a&&(u=s[qx("0x9f")](r));else{const t=s[qx("0x85")](qx("0x47")),e=s.createElement(qx("0x47"));s.wrap(s[qx("0x9f")](r),e),s[qx("0x3")](t,r,0);for(const e of Array.from(x[qx("0x80")]()))s[qx("0x3")](e,t,qx("0x91"));l=s[qx("0x5c")](t),u=s[qx("0x5c")](e)}const d=Array[qx("0xa5")](x[qx("0x74")]()).filter((([t])=>$x.includes(t)));i[qx("0x17")][qx("0xf")]({element:r,attributes:d[qx("0x28")]?Object[qx("0x84")](d):null}),l&&i[qx("0x67")][qx("0xf")](l),u&&i[qx("0x82")][qx("0xf")](u)}),{priority:qx("0x5e")}),o.on(qx("0x93"),((e,n)=>{const[s,r={}]=n;if(!i)return;const x=r.at||0,a=r[qx("0x1a")]||1;i.columnInsertionIndexes=new Array(a)[qx("0x61")](x)[qx("0x99")](((t,e)=>t+e));for(const{cell:e}of o[qx("0x4e")](s,{startColumn:x,endColumn:x+a-1}))i.columnInsertionRanges[qx("0xf")](t[qx("0x9a")][qx("0x5c")](e))}),{priority:qx("0xa4")}),o.on(qx("0x75"),((e,n)=>{const[s,r={}]=n;if(!i)return;const x=r.at||0,a=r.rows||1;i[qx("0x3f")]=new Array(a).fill(x)[qx("0x99")](((t,e)=>t+e));for(const{cell:e}of o[qx("0x4e")](s,{startRow:x,endRow:x+a-1}))i[qx("0x64")][qx("0xf")](t[qx("0x9a")][qx("0x5c")](e))}),{priority:"low"}),n[qx("0x95")][qx("0x94")]((e=>{if(e[qx("0x0")]&&e[qx("0x0")].startsWith("tablePaste"))return e[qx("0x92")]?{}:{type:qx("0x76"),content:Yo(t[qx("0x4c")],"*Replace table cells*")}}));const x=()=>{};for(const t of[qx("0x12"),qx("0x7f"),qx("0xb"),"tablePasteCell"])n[qx("0x22")].registerCustomCallback("insertion",t,qx("0x29"),x),n[qx("0x22")].registerCustomCallback(qx("0x55"),t,qx("0x29"),x);n[qx("0x22")].registerCustomCallback(qx("0x7d"),qx("0x24"),qx("0x4a"),x),n._suggestionFactory[qx("0x15")](qx("0x7d"),qx("0x24"),qx("0x96"),((e,n,o)=>{const s=e.map((t=>t[qx("0x52")]()))[qx("0x97")]((t=>t)),r=new Map(s.map((t=>[t,null])));if(i)for(const{element:t,attributes:e}of i[qx("0x17")])e&&r[qx("0x77")](t,e);else if(o&&o[qx("0xe")])for(const[e,n]of Object.entries(o[qx("0xe")])){const o=t[qx("0x9a")][qx("0xd")][qx("0x6a")](e),s=o?o.getRange()[qx("0x52")]():null;s&&r[qx("0x77")](s,n)}t[qx("0x9a")][qx("0x1e")]((t=>{for(const[e,n]of r)t[qx("0x70")]({...Jx,...n},e)}))}));const a=(e,o)=>{n._suggestionFactory[qx("0x15")](e,qx("0x12"),o,((s,r,i)=>{t[qx("0x9a")][qx("0x1e")]((t=>{const x=[];for(const t of s){const e=t[qx("0x98")][qx("0x2c")];e.is(qx("0x20"),"tableCellSuggestion")&&x[qx("0xf")](e)}n[qx("0x22")][qx("0x9")](e,null,o)(s,r,i);for(const e of x)qx("0x3e")!=e.root[qx("0xa0")]&&t.unwrap(e)}))}))};a(qx("0x76"),"accept"),a(qx("0x76"),"discard"),a(qx("0x55"),qx("0x96")),a("deletion","discard"),n[qx("0x22")][qx("0x15")]("insertion",qx("0xb"),qx("0x4a"),(t=>{const e=t.map((t=>t[qx("0x52")]())),n=e[0].findAncestor(qx("0x6c")),{minRow:r,maxRow:i}=s[qx("0x62")](e);o[qx("0x31")](n,{at:r,rows:i-r+1})})),n._suggestionFactory.registerCustomCallback("insertion","tablePasteColumn","discard",(t=>{const e=t.map((t=>t[qx("0x52")]())),n=e[0][qx("0x66")](qx("0x6c")),{minColumn:r,maxColumn:i}=s._getCoordsForCells(e);o[qx("0x57")](n,{at:r,columns:i-r+1})}));const c=(t,e)=>{if(!e[qx("0x0")]||!e[qx("0x0")][qx("0x7")]("tablePaste"))return;const o=e[qx("0x4d")][qx("0x7a")],s=n[qx("0x2")]()[qx("0x97")]((t=>t[qx("0x21")]&&t[qx("0x4d")]&&t[qx("0x4d")].tablePasteChainId==o));s[qx("0x28")]&&e[qx("0x86")]()[qx("0x28")]!=s.length&&s[qx("0x6d")](((t,e)=>(t.next=e,e[qx("0x92")]=t,e)))};function l(t,e=!0){const{id:o}=n[qx("0x3b")](t.markerName),s=[qx("0x6f"),qx("0x8b")],r=n.activeMarkers[qx("0x8e")](t[qx("0x4b")]);return r&&s.push(qx("0x37")),{classes:s,attributes:{"data-suggestion":o},priority:r&&e?3010:3e3}}n.on(qx("0x33"),c,{priority:qx("0x5e")}),n.on(qx("0x4f"),c,{priority:qx("0x5e")}),t.model[qx("0x9d")].registerPostFixer((()=>{let e=!1;const o=Array[qx("0xa5")](t.model[qx("0x9d")].differ[qx("0x63")]());for(const{name:s,data:r}of o){const{group:o,type:i,id:x}=n[qx("0x3b")](s);if("suggestion"!=o||qx("0x55")!=i||r[qx("0x68")])continue;if(!n.hasSuggestion(x))continue;const a=n[qx("0x48")](x)[qx("0x35")](),c=t.plugins[qx("0x6a")]("Users").me;for(const t of n[qx("0x2")]())if(t[qx("0x21")]&&t[qx("0x2a")]==c&&qx("0x7d")==t[qx("0x1c")]&&qx("0x24")==t[qx("0x0")]&&t[qx("0x35")]().every((t=>a[qx("0x13")]((e=>e.containsRange(t,!0))))))for(const n of t.getAllAdjacentSuggestions())n.isInContent&&(n[qx("0x4a")](),e=!0)}return e})),t[qx("0x9a")].document.registerPostFixer((e=>{const o=t.commands[qx("0x6a")](qx("0x3c"));if(!o||!o[qx("0xa3")][qx("0x19")](e[qx("0x8d")]))return!1;let s=!1;const r=t[qx("0x49")].get(qx("0x8")).me,i=t.model[qx("0x9d")].differ[qx("0x83")](),x=Array.from(t[qx("0x9a")][qx("0x9d")][qx("0xa1")].getChangedMarkers())[qx("0x97")]((({name:t,data:e})=>{const{group:o,subType:s,authorId:i}=n[qx("0x3b")](t);return qx("0x32")==o&&qx("0x12")==s&&i==r.id&&!e[qx("0x68")]}));for(const t of i){if(qx("0x3")!=t[qx("0x1c")]||qx("0x47")!=t.name||1!=t[qx("0x28")])continue;const n=e[qx("0x5b")](t[qx("0x14")],t[qx("0x14")][qx("0x41")](1));if(!x.find((({data:t})=>t[qx("0x73")][qx("0x71")](n))))for(const{name:t,data:o}of x)if(n.containsRange(o.newRange)){e[qx("0x9b")](t,{range:n}),s=!0;break}}return s})),t.model[qx("0x9d")][qx("0x87")]((e=>{let o=!1;const s=t.plugins[qx("0x6a")]("Users").me,r=n[qx("0x2")]()[qx("0x97")]((t=>t[qx("0x21")]&&t[qx("0x2a")]==s)),i=new Set,x=new Set;for(const t of r)if(qx("0x12")==t[qx("0x0")])for(const e of t.getMarkers()){const n=e[qx("0x1d")]().getContainedElement();if(n)if(n.is(qx("0x20"),qx("0x47"))&&Zx(n)){t[qx("0x5a")](e[qx("0x2b")]),i.add(n),o=!0;const s=n[qx("0x6b")],r=n[qx("0x10")],a=s&&s.is(qx("0x20"),"tableCellSuggestion"),c=r&&r.is(qx("0x20"),qx("0x47"));a&&!i.has(s)&&x.add(s),c&&!i[qx("0x19")](r)&&x[qx("0x50")](r)}else n.is("element",qx("0x81"))&&n[qx("0x6e")]&&(t[qx("0x5a")](e[qx("0x2b")]),o=!0)}else if(qx("0x24")==t[qx("0x0")]){if(!t[qx("0x4d")]||!t[qx("0x4d")][qx("0x7a")])continue;const e=t.attributes[qx("0xe")];if(e&&Object.keys(e)[qx("0x28")])continue;const n=t.attributes.tablePasteChainId;let s=!0,i=!0;for(const e of r)if(e.subType&&e[qx("0x0")][qx("0x7")]("tablePaste")){if(!e.attributes[qx("0x7a")]){i=!1;break}if(e.id!=t.id&&e[qx("0x4d")].tablePasteChainId==n){s=!1;break}}i&&s&&(t.removeMarkers(),o=!0)}for(const t of i)e[qx("0x3a")](t);for(const t of x)e.unwrap(t);return o})),t[qx("0x56")][qx("0x2f")](qx("0x23")).markerToHighlight({model:qx("0x51"),view:(t,e)=>l(t),converterPriority:qx("0x5e")}),t[qx("0x56")][qx("0x2f")](qx("0x16"))[qx("0x8a")]({model:qx("0x51"),view:(t,e)=>e[qx("0x44")].showSuggestionHighlights?l(t,!1):null,converterPriority:qx("0x5e")});const u=t[qx("0x25")][qx("0x5")];this[qx("0x90")](u.document,qx("0x79"),((t,e)=>{const n=[];for(const t of u.createRangeIn(e[qx("0x39")])[qx("0x34")]())t.is(qx("0x20"),qx("0x45"))&&n[qx("0xf")](t);u[qx("0x1e")]((t=>{for(const e of n)t[qx("0xa2")](t[qx("0x9f")](e),t[qx("0x38")](e)),t[qx("0x3a")](e)}))}))}}function Zx(t){if(t[qx("0x6e")])return!0;const e=t[qx("0x4")](0);return e.is(qx("0x20"),qx("0x81"))&&e[qx("0x6e")]}function Yx(t,e={},n){for(const{isAnchor:o,cellHeight:s,cellWidth:r}of n[qx("0x4e")](t,{includeAllSlots:!0,...e}))if(!o||1!=s||1!=r)return!1;return!0}const ta=["accept","getSelectedElement","TrackChangesEditing","formatGroupId","tableWidth","Users","registerDescriptionCallback","table","get","getAttribute","format","*Format:* resize table","getSuggestions","plugins","TableColumnResizeEditing","getSuggestionCallback","subType","model","enableCommand","formatBlock","data","selection","author","bind","handleSuggestionDescription","afterInit","handleResizeTableWidthCommand","_suggestionFactory","document","resizeTable","getContainedElement","has","columnWidths","editor","discard","registerCustomCallback","resizeTableWidth","locale"];var ea,na;ea=ta,na=296,function(t){for(;--t;)ea.push(ea.shift())}(++na);const oa=function(t,e){return ta[t-=0]};class sa extends t.Plugin{[oa("0x21")](){if(!this[oa("0x3")][oa("0x15")][oa("0x1")](oa("0x16")))return;const t=this[oa("0x3")].plugins[oa("0x10")](oa("0xa"));t[oa("0x1a")]("resizeTableWidth",this.handleResizeTableWidthCommand[oa("0x1f")](this)),t[oa("0x1a")]("resizeColumnWidths",this[oa("0x22")][oa("0x1f")](this)),t[oa("0x23")][oa("0x5")](oa("0x1b"),oa("0x25"),oa("0x8"),t[oa("0x23")].getSuggestionCallback(oa("0x1b"),null,oa("0x4"))),t[oa("0x23")][oa("0x5")](oa("0x1b"),"resizeTable",oa("0x4"),t._suggestionFactory[oa("0x17")]("formatBlock",null,"accept")),t._descriptionFactory[oa("0xe")](this.handleSuggestionDescription[oa("0x1f")](this))}[oa("0x22")](t,e){const n=this[oa("0x3")][oa("0x15")].get(oa("0xa")),o=this[oa("0x3")][oa("0x15")][oa("0x10")](oa("0x16")),s=e[oa("0xf")]||this.editor.model[oa("0x24")][oa("0x1d")][oa("0x9")]();this[oa("0x3")][oa("0x19")].change((()=>{const r=o.getColumnGroupElement(s);let i=r?o.getTableColumnsWidths(r):null,x=s[oa("0x11")]("tableWidth")||null;const a=e[oa("0xc")]||x,c=e[oa("0x2")]||i,l=this.editor[oa("0x15")][oa("0x10")](oa("0xd")).me;for(const t of n[oa("0x14")]()){const e=t[oa("0x0")]();if(oa("0x25")===t[oa("0x18")]&&e===s){t[oa("0x1e")]!==l&&t[oa("0x4")]();const e=t[oa("0x1c")].commandParams;x=e[0][oa("0xc")],i=e[0].columnWidths;break}}t({table:s,tableWidth:a,columnWidths:c}),n.markBlockFormat(s,{commandName:oa("0x6"),commandParams:[{tableWidth:x,columnWidths:i}],formatGroupId:oa("0x25")},[],oa("0x25"))}))}[oa("0x20")](t){const{data:e}=t;if(e&&"resizeTable"===e[oa("0xb")]){const t=oa("0x13");return{type:oa("0x12"),content:Yo(this.editor[oa("0x7")],t)}}}}const ra=["Template","insertTemplate","plugins","afterInit","has","enableCommand","editor"];var ia,xa;ia=ra,xa=356,function(t){for(;--t;)ia.push(ia.shift())}(++xa);const aa=function(t,e){return ra[t-=0]};class ca extends t.Plugin{[aa("0x4")](){const t=this[aa("0x0")];t[aa("0x3")][aa("0x5")](aa("0x1"))&&t[aa("0x3")].get("TrackChangesEditing")[aa("0x6")](aa("0x2"))}}const la=["plugins","afterInit","get","ELEMENT_TABLE_OF_CONTENTS","enableCommand","editor","commands","registerElementLabel","_descriptionFactory","TrackChangesEditing","insertTableOfContents","tableOfContents"];var ua,da;ua=la,da=462,function(t){for(;--t;)ua.push(ua.shift())}(++da);const ga=function(t,e){return la[t-=0]};class ma extends t.Plugin{[ga("0x7")](){const t=this[ga("0xb")];if(!t[ga("0x0")][ga("0x8")](ga("0x4")))return;t[ga("0x6")].get(ga("0x3"))[ga("0xa")](ga("0x4"));const e=t.plugins.get(ga("0x3")),n=t.locale;e[ga("0x2")][ga("0x1")](ga("0x5"),(t=>Yo(n,ga("0x9"),t)))}}const fa=["createRange","schema","locale","registerPostFixer","editor","getNearestSelectionRange","newRange","removeMarker","element","get","end","start","Title","suggestion","isEqual","forward","isCollapsed","document","model","getChangedMarkers","nodeBefore","plugins","title-content","afterInit","from","_descriptionFactory","registerElementLabel","updateMarker","TrackChangesEditing","differ"];var ha,pa;ha=fa,pa=191,function(t){for(;--t;)ha.push(ha.shift())}(++pa);const ba=function(t,e){return fa[t-=0]};class Ea extends t.Plugin{[ba("0xc")](){const t=this[ba("0x17")];if(!t[ba("0xa")].has(ba("0x1")))return;const e=t[ba("0xa")][ba("0x1c")](ba("0x11"));e[ba("0xe")][ba("0xf")](ba("0xb"),(()=>Yo(t[ba("0x15")],"ELEMENT_TITLE"))),t[ba("0x7")][ba("0x6")][ba("0x16")]((n=>{let o=!1;const s=Array[ba("0xd")](t[ba("0x7")][ba("0x6")][ba("0x12")][ba("0x8")]());for(const{name:r,data:i}of s){const{group:s}=e._splitMarkerName(r);if(ba("0x2")!==s||!i[ba("0x19")])continue;const x=i.newRange,a=x.end[ba("0x9")];if(!a||!a.is(ba("0x1b"),ba("0xb")))continue;if(!x[ba("0x0")].isTouching(x[ba("0x1d")]))continue;const c=t.model[ba("0x14")][ba("0x18")](x[ba("0x1d")],ba("0x4"));if(c&&c[ba("0x5")]){const t=n[ba("0x13")](x[ba("0x0")],c.start);t[ba("0x3")](x)||(n[ba("0x10")](r,{range:t}),o=!0)}o||(n[ba("0x1a")](r),o=!0)}return o}))}}const _a=["undo","has","editor","UndoEditing","enableCommand","plugins","afterInit","redo"];var Ta,Ca;Ta=_a,Ca=440,function(t){for(;--t;)Ta.push(Ta.shift())}(++Ca);const ya=function(t,e){return _a[t-=0]};class ka extends t.Plugin{[ya("0x6")](){const t=this[ya("0x2")],e=t[ya("0x5")].get("TrackChangesEditing");t[ya("0x5")][ya("0x1")](ya("0x3"))&&(e[ya("0x4")](ya("0x0")),e[ya("0x4")](ya("0x7")))}}const Aa=["plugins","toggleTableCaption","afterInit","editor","enableCommand","has","TrackChangesEditing"];var va,Ra;va=Aa,Ra=256,function(t){for(;--t;)va.push(va.shift())}(++Ra);const Sa=function(t,e){return Aa[t-=0]};class Ia extends t.Plugin{static get requires(){return[Mx]}[Sa("0x5")](){const t=this[Sa("0x6")];t[Sa("0x3")][Sa("0x1")]("TableCaptionEditing")&&t[Sa("0x3")].get(Sa("0x2"))[Sa("0x0")](Sa("0x4"))}}const La=["handleListStartCommand","commandName","push","isListItemBlock","change","getListTypeFromListStyleType","_getSuggestionBlocks","document","*Format:* set order to regular","numbered","markMultiRangeBlockFormat","commandParams","_descriptionFactory","*Format:* set start index to %0","locale","listReversed","reversed","from","ELEMENT_","replace","expandListBlocksToCompleteList","length","list.properties","styles","has","getSelectedBlocks","plugins","enableCommand","startIndex","filter","toUpperCase","DocumentListUtils","listStart","model","listStyle","selection","_LIST_","editor","get","listType","format","bind","DocumentListPropertiesUtils","*Change to:* %0","TrackChangesEditing","_getTranslationKeyForListStyle","handleListReversedCommand","handleListStyleCommand","getAttribute","_getSuggestionBlocksForListStyle","handleDescriptions"];var Na,wa;Na=La,wa=419,function(t){for(;--t;)Na.push(Na.shift())}(++wa);const Ma=function(t,e){return La[t-=0]};class Oa extends t.Plugin{afterInit(){if(!this.editor[Ma("0xf")][Ma("0xd")]("DocumentListPropertiesEditing"))return;const t=this[Ma("0x1a")].config[Ma("0x1b")](Ma("0xb")),e=this[Ma("0x1a")][Ma("0xf")][Ma("0x1b")](Ma("0x21"));t[Ma("0xc")]&&e[Ma("0x10")](Ma("0x17"),this[Ma("0x24")][Ma("0x1e")](this)),t[Ma("0x5")]&&e.enableCommand("listReversed",this[Ma("0x23")][Ma("0x1e")](this)),t[Ma("0x11")]&&e[Ma("0x10")](Ma("0x15"),this[Ma("0x28")].bind(this)),e[Ma("0x1")].registerDescriptionCallback(this[Ma("0x27")].bind(this))}[Ma("0x24")](t,e={}){const n=this[Ma("0x1a")][Ma("0xf")][Ma("0x1b")]("TrackChangesEditing"),o=this._getSuggestionBlocksForListStyle();this[Ma("0x1a")][Ma("0x16")][Ma("0x2c")]((()=>{n.markMultiRangeBlockFormat(o,{commandName:Ma("0x17"),commandParams:[{type:e.type}],formatGroupId:Ma("0x17")})}))}handleListReversedCommand(t,e={}){const n=this.editor.plugins[Ma("0x1b")](Ma("0x21")),o=this[Ma("0x1a")][Ma("0xf")][Ma("0x1b")]("DocumentListUtils"),s=this[Ma("0x2e")]((t=>o[Ma("0x2b")](t)&&Ma("0x31")===t[Ma("0x25")](Ma("0x1c"))));null!==s&&this.editor[Ma("0x16")][Ma("0x2c")]((()=>{n.markMultiRangeBlockFormat(s,{commandName:Ma("0x4"),commandParams:[{reversed:e.reversed}],formatGroupId:Ma("0x4")})}))}[Ma("0x28")](t,e={}){const n=this[Ma("0x1a")][Ma("0xf")][Ma("0x1b")]("TrackChangesEditing"),o=this[Ma("0x1a")][Ma("0xf")][Ma("0x1b")](Ma("0x14")),s=this[Ma("0x2e")]((t=>o[Ma("0x2b")](t)&&Ma("0x31")===t[Ma("0x25")](Ma("0x1c"))));null!==s&&this[Ma("0x1a")][Ma("0x16")][Ma("0x2c")]((()=>{n[Ma("0x32")](s,{commandName:"listStart",commandParams:[{startIndex:e[Ma("0x11")]}],formatGroupId:Ma("0x15")})}))}handleDescriptions(t){const e=this.editor[Ma("0x3")],{data:n}=t;if(!n)return;let o,s;switch(n[Ma("0x29")]){case"listStyle":o=Ma("0x20"),s={type:Ma("0x1d"),content:Yo(e,o,Yo(e,this._getTranslationKeyForListStyle(n[Ma("0x0")][0].type)))};break;case"listReversed":o=n.commandParams[0].reversed?"*Format:* set order to reversed":Ma("0x30"),s={type:"format",content:Yo(e,o)};break;case Ma("0x15"):o=Ma("0x2"),s={type:"format",content:Yo(e,o,n[Ma("0x0")][0][Ma("0x11")])}}return s}[Ma("0x26")](){const t=this[Ma("0x1a")][Ma("0xf")].get(Ma("0x14"));let e=Array[Ma("0x6")](this[Ma("0x1a")].model.document[Ma("0x18")][Ma("0xe")]());return e[Ma("0x2a")](...t[Ma("0x9")](e)),e=[...new Set(e)],e}_getSuggestionBlocks(t){const e=this[Ma("0x1a")][Ma("0xf")][Ma("0x1b")](Ma("0x14"));let n=Array[Ma("0x6")](this.editor[Ma("0x16")][Ma("0x2f")].selection.getSelectedBlocks())[Ma("0x12")](t);if(!n[Ma("0xa")])return null;n=e.expandListBlocksToCompleteList(n);const o=[];for(const t of n)e.isFirstBlockOfListItem(t)&&o[Ma("0x2a")](t);return o}[Ma("0x22")](t){return Ma("0x7")+this[Ma("0x1a")].plugins[Ma("0x1b")](Ma("0x1f"))[Ma("0x2d")](t)[Ma("0x13")]()+Ma("0x19")+t[Ma("0x13")]()[Ma("0x8")](/-/g,"_")}}const Fa=["model","getSelectionAffectedTableCells","registerDescriptionCallback","findAncestor","TableUtils","tableCellPadding","TrackChangesTableProperties","get","TrackChangesEditing","locale","commandParams","afterInit","*Format:* change table properties","subType","tableCellWidth","tableBackgroundColor","getSuggestionCallback","tableCellHeight","registerCustomCallback","tableCellBorderWidth","document","tableBorderStyle","getAttribute","tableHeight","getContainedElement","*Format:* change table cell properties","tableWidth","tableCellProperties","pluginName","has","enqueueChange","tableBorderColor","handleSuggestionDescription","_suggestionFactory","removeAttribute","discard","tableCellVerticalAlignment","setAttribute","join","nodeAfter","tableCellBackgroundColor","markBlockFormat","_getSuggestion","plugins","tableProperties","tableCellHorizontalAlignment","_handlePropertyChange","TableCellPropertiesEditing","editor","handleDiscardAction","accept","formatBlock","enableCommand"];var Pa,Da;Pa=Fa,Da=493,function(t){for(;--t;)Pa.push(Pa.shift())}(++Da);const Ba=function(t,e){return Fa[t-=0]};class ja extends t.Plugin{constructor(t){super(t),this.tableProperties=[Ba("0xf"),Ba("0x5"),"tableBorderWidth","tableAlignment",Ba("0xa"),Ba("0x7"),Ba("0x34")],this[Ba("0xb")]=["tableCellBorderColor","tableCellBorderStyle",Ba("0x3"),Ba("0x2a"),Ba("0x33"),Ba("0x1"),Ba("0x18"),Ba("0x1d"),Ba("0x14")]}static get[Ba("0xc")](){return Ba("0x2b")}[Ba("0x30")](){const t=this[Ba("0x20")][Ba("0x1b")][Ba("0x2c")](Ba("0x2d"));if(this.editor[Ba("0x1b")].has("TablePropertiesEditing")){for(const e of this[Ba("0x1c")])t[Ba("0x24")](e,((t,n)=>{const o=this[Ba("0x20")][Ba("0x25")][Ba("0x4")].selection.getFirstPosition()[Ba("0x28")]("table");this[Ba("0x1e")](e,[o],this[Ba("0x1c")],Ba("0x1c"),t,n)}));t[Ba("0x11")][Ba("0x2")](Ba("0x23"),Ba("0x1c"),Ba("0x22"),t._suggestionFactory[Ba("0x0")](Ba("0x23"),null,"discard")),t[Ba("0x11")][Ba("0x2")](Ba("0x23"),Ba("0x1c"),Ba("0x13"),((t,e)=>this.handleDiscardAction(this[Ba("0x1c")],t,e))),t._suggestionFactory[Ba("0x2")]("formatBlock",Ba("0x1c"),Ba("0x16"),(()=>!1))}if(this[Ba("0x20")][Ba("0x1b")][Ba("0xd")](Ba("0x1f"))){for(const e of this[Ba("0xb")])t.enableCommand(e,((t,n)=>{const o=this[Ba("0x20")].plugins[Ba("0x2c")](Ba("0x29"))[Ba("0x26")](this.editor[Ba("0x25")][Ba("0x4")].selection);this[Ba("0x1e")](e,o,this[Ba("0xb")],Ba("0xb"),t,n)}));t._suggestionFactory.registerCustomCallback(Ba("0x23"),Ba("0xb"),"accept",t[Ba("0x11")][Ba("0x0")](Ba("0x23"),null,"discard")),t[Ba("0x11")][Ba("0x2")](Ba("0x23"),"tableCellProperties","discard",((t,e)=>this[Ba("0x21")](this[Ba("0xb")],t,e))),t._suggestionFactory[Ba("0x2")]("formatBlock",Ba("0xb"),Ba("0x16"),(()=>!1))}t._descriptionFactory[Ba("0x27")]((t=>this[Ba("0x10")](t)))}[Ba("0x1e")](t,e,n,o,s,r){const i=this[Ba("0x20")][Ba("0x1b")].get("TrackChangesEditing");this[Ba("0x20")][Ba("0x25")][Ba("0xe")](r.batch,(()=>{for(const t of e)if(this._getSuggestion(t,o))s(r);else{const e={};for(const o of n){const n=t[Ba("0x6")](o);void 0!==n&&(e[o]=n)}s(r),i[Ba("0x19")](t,{commandParams:[e]},[],o)}}))}[Ba("0x21")](t,e,n){const o=e[0].start[Ba("0x17")],s=n[Ba("0x2f")][0];this[Ba("0x20")][Ba("0x25")].change((e=>{for(const n of t)void 0!==s[n]?e[Ba("0x15")](n,s[n],o):e[Ba("0x12")](n,o)}))}handleSuggestionDescription(t){if(t.data)switch(t.subType){case Ba("0x1c"):return{type:"format",content:Yo(this[Ba("0x20")].locale,Ba("0x31"))};case Ba("0xb"):return{type:"format",content:Yo(this.editor[Ba("0x2e")],Ba("0x9"))}}}[Ba("0x1a")](t,e){const n=this[Ba("0x20")][Ba("0x1b")][Ba("0x2c")]("TrackChangesEditing");for(const o of n.getSuggestions({skipNotAttached:!0})){const n=o[Ba("0x8")]();if(o[Ba("0x32")]===e&&n===t)return o}return null}}const Ua=["_suggestions","isAfter","attributes","includes","getAllAdjacentSuggestions","discardSuggestion","trackChanges","ck-suggestion-marker-","nodeBefore","isMultiRange","from","pluginName","detach","isUndo","_splitMarkerName","commands","setTo","insertContent","addRange","applyOperation","isInsideObject","createPositionBefore","for","rejected","_removeSuggestion","document","data","config","getShiftedBy","unbindElementFromMarkerName","consumable","length","high","PENDING_ACTION_SUGGESTION","chain","addUser","targetPosition","updateSuggestion","isInContent","markMultiRangeDeletion","_findSuggestions","containsRange","unbind","getAttribute","createSelection","getNearestSelectionRange","containsItem","nodeAfter","hasSuggestion","deletion:","toViewElement","markerToData","markerNameToElements","sort","delete","discard","get","insertion","activeMarkers","addMarkerName","createRangeIn","markDeletion","isExternal","values","discardAllSuggestions","subType","_saved","plugins","isObject","isBlock","stopListening","addHighlight","@external","_joinSuggestions","_handleNewSuggestionMarker","_customCallbacks","_editor","insertion:discard","authoredAt","change:data","removeMarkers","$graveyard","schema","collaboration.channelId","_checkSuggestionCorrectness","_setSuggestionData","insertion:chain","consume","type","change","removeMarker:suggestion:formatBlock","formatBlock:accept","toJSON","trackChangesCommand","isOwn","_isForcedDefaultExecutionBlock","has","stop","rootName","define","formatInline","fromCharCode","formatInline:","getChanges","_adapter","size","containsRangeInObject","clone","getChangedMarkers","_setSuggestionRange","_commentsRepository","getSuggestions","deletion:discard","addMarker","$marker","_addThreadToSuggestion","_model","reconvertMarker","getLastMatchingPosition","catch","removed","markerName","push","_addSuggestionMarker","addSuggestionData","suggestionLoaded","author","PendingActions","commentThread","isCollapsed","insertion:","isRemovable","suggestionChanged","clear","getMarkers","CommentsRepository","_getExternalAuthor","createElement","dataToMarker","ck-suggestion-marker--active","suggestion-type","_defaultCallbacks","createPositionAfter","getUser","track-changes-suggestion-data-mismatch","conversion","next","enableCommand","filter","createdAt","deletion:join","registerPostFixer","formatBlock:discard","writer","model","formatGroupId","_cutOutSuggestionMarker","end","ck-suggestion-marker-formatBlock","listenTo","_getAuthorFromId","dataReady","selection","start","addMarker:suggestion:formatBlock","hasComments","formatBlock","createPositionAt","forceDefaultExecution","originalSuggestionId","insert","error-saving-suggestion-data-suggestion-discarded","dataDowncast","data-suggestion","getSuggestionCallback","backward","markers","ck-suggestion-marker","deletion:accept","before","bindElementToMarker","return","_getSuggestionData","formatBlock:join","remove","previous","getMultiRangeId","ready","after","getFirstMarker","suggestion","multi","isLocal","documentSelection","$textProxy","deleteContent","_onDiscard","editor","getRanges","mapper","resolve","isBefore","newRange","getCommentThread","isTouching","map","fromRange","upcast","acceptSuggestion","getWalker","low","getDifference","open","options","_updateSuggestionData","root","set","deletion:chain","editing","howMany","removeMarker","change:_saved","formatBlock:","lowest","isIntersectingWithRange","name","adapter","enqueueChange","element","authorName","suggestionUnloaded","multipleBlocks","isAtEnd","getItems","elementEnd","_descriptionFactory","fire","highest","then","_enabledCommands","moveTargetPosition","value","formatInline:accept","isEqual","updateMarker","fetchCommentThread","getFirstRange","trackChanges.trackFormatChanges","containsPosition","isNextTo","isSelectable","addComment","markerToHighlight","addClass","formatBlock:chain","every","_suggestionFactory","locale","markMultiRangeInsertion","containerElement","addCommentThread","deletion","buildSuggestion","differ","commandName","getRange","getIntersection","markMultiRangeBlockFormat","_registerDefaultCallbacks","some","_rangeIsInLocalUserInsertion","refresh","showSuggestionHighlights","substr","insertion:join","execute","acceptAllSuggestions","split","notReady","marker-count","add","_suggestionState","creator","range","_refreshSuggestionsChain","formatInline:join","addSuggestion","join","removeAttribute","isLimit","_createSuggestion","parent","getCustomProperty","formatInline:discard","markerReady","_breakSuggestionMarker","skipNestingCheck","splitPosition","normal","oldRange","rethrowUnexpectedError","TrackChangesEditing","elementToElement","requires","createRange","editingDowncast","elementStart","suggestion:","Users","track-changes-command-not-found","_trackFormatChanges","batch","item","accept"];var Ga,Ha;Ga=Ua,Ha=334,function(t){for(;--t;)Ga.push(Ga.shift())}(++Ha);const Wa=function(t,e){return Ua[t-=0]};class za extends t.Plugin{static get[Wa("0x11b")](){return[Wa("0x73"),r.Users,t.PendingActions,cs,Cs,Rs,Ms,Bs,zs,Js,er,Oa,xr,dr,br,yr,Lr,Pr,Gr,Kr,Qr,ni,xi,di,pi,Ci,Ri,Oi,ji,zi,$i,tx,ix,dx,px,yx,Sx,Mx,jx,zx,Ia,Qx,sa,ma,ja,ca,Ea,ka]}static get[Wa("0x131")](){return Wa("0x119")}constructor(t){function e(t){return t[Wa("0xb9")]((t=>String[Wa("0x51")](t)))[Wa("0x10b")]("")}super(t),this.set(Wa("0x26"),[]),this.on("change:activeMarkers",((e,n,o,s)=>{this[Wa("0x60")][Wa("0x45")]((()=>{for(const e of[...s,...o])this._model[Wa("0x9c")].has(e)&&t[Wa("0xc6")][Wa("0x61")](e)}))})),this[Wa("0xd7")]=new ss(this[Wa("0xb1")].model[Wa("0x3e")],this[Wa("0xb1")][Wa("0xed")]),this[Wa("0x54")]=null,this[Wa("0xec")]=new Va(this[Wa("0xb1")]),this[Wa("0x126")]=new Map,this[Wa("0x5a")]=t[Wa("0x2f")][Wa("0x24")](Wa("0x73")),this[Wa("0xdb")]=new Set,this[Wa("0x60")]=this[Wa("0xb1")][Wa("0x86")],this[Wa("0x105")]=new WeakMap,this[Wa("0x4b")]=!1,t.config[Wa("0x4f")](Wa("0xe3"),!0),this._trackFormatChanges=t[Wa("0x7")].get("trackChanges.trackFormatChanges"),this[Wa("0x49")]=new d(t,this._enabledCommands),this[e([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=e([52,48,52,54,48,56,51,56])}init(){const t=this[Wa("0xb1")];t.conversion.for("editingDowncast")[Wa("0xe8")]({model:"suggestion",view:t=>{const{id:e,type:n}=this[Wa("0x134")](t.markerName),o=["ck-suggestion-marker",Wa("0x12d")+n];let s=3e3;return this[Wa("0x26")][Wa("0x129")](t[Wa("0x65")])&&(o.push(Wa("0x77")),s=3010),Wa("0xf1")==n&&(s+=5),{classes:o,attributes:{"data-suggestion":e},priority:s}}}),t.conversion[Wa("0x2")]("dataDowncast")[Wa("0x104")]((e=>{e.on("addMarker:suggestion",((e,n,o)=>{if(!o[Wa("0xc1")][Wa("0xfc")])return;const s=n.item;if(!s)return;const r=o[Wa("0xb3")][Wa("0x1e")](s);t.model.schema.isObject(s)&&r&&!r.getCustomProperty("widget")&&r.is(Wa("0xef"))&&(0,x.toWidget)(r,o[Wa("0x85")])}),{priority:Wa("0xc")})})),t.conversion[Wa("0x2")](Wa("0x98"))[Wa("0xe8")]({model:Wa("0xaa"),view:(t,e)=>{if(!e[Wa("0xc1")][Wa("0xfc")])return null;const{type:n}=this[Wa("0x134")](t[Wa("0x65")]);return{classes:[Wa("0x9d"),Wa("0x12d")+n],priority:3e3}}});const n=({showActiveMarkers:e=!0}={})=>(n,o,s)=>{if(!o[Wa("0x124")])return;if(o[Wa("0x124")].is(Wa("0x8e")))return void s[Wa("0xa")].consume(o[Wa("0x124")],n.name);const r=s[Wa("0xb3")][Wa("0x1e")](o[Wa("0x124")]);if(!o[Wa("0x124")].is(Wa("0xd0"))||!t[Wa("0x86")].schema[Wa("0x31")](o.item)||r[Wa("0x110")](Wa("0x33")))return;const{id:i}=this[Wa("0x134")](o.markerName);s[Wa("0x85")][Wa("0xe9")]([Wa("0x9d"),"ck-suggestion-marker-formatBlock"],r),s.writer.setAttribute(Wa("0x99"),i,r),s[Wa("0xb3")][Wa("0xa0")](r,o[Wa("0x65")]),e&&(this[Wa("0x26")][Wa("0x129")](o[Wa("0x65")])?s[Wa("0x85")][Wa("0xe9")]("ck-suggestion-marker--active",r):s[Wa("0x85")].removeClass(Wa("0x77"),r));for(const e of t[Wa("0x86")][Wa("0x28")](o[Wa("0x124")])[Wa("0xd5")]())s.consumable[Wa("0x43")](e,n.name);s[Wa("0xa")].consume(o[Wa("0x124")],n[Wa("0xcd")])};t[Wa("0x7d")][Wa("0x2")](Wa("0x98"))[Wa("0x104")]((t=>{t.on(Wa("0x90"),((t,e,o)=>{o[Wa("0xc1")][Wa("0xfc")]&&n({showActiveMarkers:!1})(t,e,o)}),{priority:Wa("0xd9")})})),t[Wa("0x7d")].for(Wa("0x98"))[Wa("0x1f")]({model:Wa("0xaa"),view:(t,e)=>e[Wa("0xc1")][Wa("0xfc")]?null:{group:Wa("0xaa"),name:t[Wa("0xfd")](11)}}),t[Wa("0x7d")].for(Wa("0xbb"))[Wa("0x11a")]({view:{name:Wa("0xaa"),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(t,{writer:e})=>{let n=Wa("0x11f")+t[Wa("0x17")](Wa("0x78"))+":"+t.getAttribute("id");return t[Wa("0x17")]("marker-count")&&(n+=":"+t[Wa("0x17")](Wa("0x103"))),e[Wa("0x75")](Wa("0x5e"),{"data-name":n})}}),t[Wa("0x7d")].for(Wa("0xbb"))[Wa("0x76")]({view:Wa("0xaa")}),t.conversion[Wa("0x2")](Wa("0x11d"))[Wa("0x104")]((t=>{t.on(Wa("0x90"),n(),{priority:Wa("0xc")})})),t[Wa("0x7d")][Wa("0x2")]("editingDowncast")[Wa("0x104")]((t=>{t.on(Wa("0x46"),((t,e,n)=>{const o=n[Wa("0xb3")][Wa("0x20")](e[Wa("0x65")]);if(o)for(const t of o)t[Wa("0x110")](Wa("0x33"))||(n.writer.removeClass([Wa("0x9d"),Wa("0x8a"),"ck-suggestion-marker--active"],t),n[Wa("0x85")][Wa("0x10c")](Wa("0x99"),t),n[Wa("0xb3")][Wa("0x9")](t,e[Wa("0x65")]))}),{priority:Wa("0xc")})})),t[Wa("0x86")].document.registerPostFixer((e=>{let n=!1;const o=Array[Wa("0x130")](t[Wa("0x86")].document[Wa("0xf3")][Wa("0x58")]()),s=new Set;for(const{name:x,data:a}of o){const{group:o,type:c,id:l}=this[Wa("0x134")](x);if(Wa("0xaa")!==o)continue;const u=this._suggestions[Wa("0x24")](l);if(null!=a[Wa("0xb6")])if(Wa("0x50")==c&&(n=n||qa(a[Wa("0xb6")],x,e,t[Wa("0x86")][Wa("0x3e")])),a[Wa("0xb6")][Wa("0x6d")]||Wa("0x3d")==a.newRange[Wa("0xc3")][Wa("0x4e")]||Wa("0x92")==c&&!Ja(a[Wa("0xb6")])||Wa("0xf1")==c&&(Xa(i=a[Wa("0xb6")])||(r=i).start[Wa("0x10f")]==r[Wa("0x89")][Wa("0x12e")]&&r.start[Wa("0xd4")]))e[Wa("0xc8")](x),n=!0;else{if(!u||!u[Wa("0x12")])continue;s[Wa("0x104")](u)}}var r,i;return s[Wa("0x55")]>0&&(n=!!this._joinWithAdjacentSuggestions(s)||n),n})),t[Wa("0x86")][Wa("0x5")][Wa("0x83")]((e=>{let n=!1;for(const o of t[Wa("0x86")][Wa("0x5")].differ[Wa("0x53")]()){if(Wa("0x96")!=o[Wa("0x44")])continue;const s=o.position[Wa("0x8")](o.length);if(s.isAtEnd)for(const r of this[Wa("0x126")][Wa("0x2b")]()){if(r[Wa("0x12f")]||!r[Wa("0x12")])continue;if("formatBlock"!=r.type)continue;const i=r.getFirstRange();if(i[Wa("0x8f")].parent!=i.end[Wa("0x10f")]&&i[Wa("0x89")][Wa("0xdf")](o.position)){const o=t[Wa("0x86")].createRange(i[Wa("0x8f")],s);e.updateMarker(r[Wa("0xa9")](),{range:o}),n=!0}}}return n})),t[Wa("0x86")][Wa("0x9c")].on("update:suggestion",((t,e,n)=>{if(null==n){const{id:t}=this[Wa("0x134")](e.name),n=this._suggestions[Wa("0x24")](t);n&&n[Wa("0x27")](e[Wa("0xcd")])}})),t.model[Wa("0x5")].on(Wa("0x3b"),(()=>{const e=Array.from(t[Wa("0x86")][Wa("0x5")][Wa("0xf3")][Wa("0x58")]())[Wa("0x80")]((t=>Wa("0xaa")===this[Wa("0x134")](t[Wa("0xcd")]).group));if(0===e.length)return;e[Wa("0x21")](((t,e)=>{const n=t[Wa("0x6")].oldRange,o=e[Wa("0x6")][Wa("0x117")];return null===n&&null===o?0:null===n&&null!==o?-1:null!==n&&null===o?1:n[Wa("0x8f")][Wa("0xb5")](o[Wa("0x8f")])?-1:1}));const n=new Set,o=new Set;for(const{name:t,data:s}of e){const{id:e}=this._splitMarkerName(t);if(null===s.oldRange){const e=this[Wa("0x36")](t);o[Wa("0x104")](e)}else{const t=this[Wa("0x126")].get(e);null!==s[Wa("0xb6")]||t[Wa("0x12")]?(n.add(t.head),o[Wa("0x104")](t)):this._removeSuggestion(t)}}o[Wa("0x55")]>0&&this[Wa("0x108")](o);for(const t of n)this[Wa("0xd8")](Wa("0x70"),t)})),t[Wa("0x86")].on(Wa("0x139"),((e,n)=>{const o=n[0];if(!this._suggestions[Wa("0x55")])return;if(!o.isDocumentOperation)return;if(o[Wa("0x123")][Wa("0x133")]||!o[Wa("0x123")][Wa("0xac")])return;let s,r;switch(o[Wa("0x44")]){case Wa("0x96"):s=t.model[Wa("0x93")](o.position),r=s[Wa("0x8")](o[Wa("0xc7")]);break;case"split":s=t[Wa("0x86")][Wa("0x93")](o[Wa("0x115")]),r=t[Wa("0x86")][Wa("0x93")](o[Wa("0xdc")]);break;case"move":s=t[Wa("0x86")].createPositionAt(o[Wa("0x10")]),r=s[Wa("0x8")](o[Wa("0xc7")]);break;default:return}const i=t[Wa("0x86")][Wa("0x11c")](s,r);t[Wa("0x86")][Wa("0x45")]((()=>{for(const{suggestion:t,meta:e}of this[Wa("0x14")](i)){if(t[Wa("0x12f")])continue;if("formatInline"==t[Wa("0x44")])continue;const n=t[Wa("0x6")]&&t[Wa("0x6")][Wa("0xd3")];(Wa("0x92")!=t.type||Wa("0x101")==o.type&&!n)&&(e[Wa("0x56")]||Wa("0x25")==t[Wa("0x44")]&&e.isOwn||t.getFirstRange()[Wa("0x15")](i)&&this[Wa("0x113")](t,s,r))}}))}),{priority:Wa("0xcb")}),t[Wa("0x86")].on(Wa("0xaf"),((e,n)=>{const o=n[0],s=n[1];if(s&&s[Wa("0x94")])return;if(this._isForcedDefaultExecutionBlock)return;if(!this[Wa("0x49")][Wa("0xdd")])return;if(o[Wa("0x6d")])return;const r=t[Wa("0x86")][Wa("0x3e")],{start:i,end:x}=o.getFirstRange(),a=i.nodeAfter&&r[Wa("0x10d")](i[Wa("0x1b")])?null:r.getNearestSelectionRange(i,"forward"),c=x.nodeBefore&&r[Wa("0x10d")](x[Wa("0x12e")])?null:r[Wa("0x19")](x,Wa("0x9b")),l=t[Wa("0x86")][Wa("0x11c")](a?a[Wa("0x8f")]:i,c?c.end:x);t[Wa("0x86")][Wa("0x45")]((e=>{this[Wa("0x29")](l);const n=t[Wa("0x86")][Wa("0x3e")][Wa("0x19")](l[Wa("0x8f")]);o.is(Wa("0xad"))?e.setSelection(n):o[Wa("0x136")](n)})),e[Wa("0x4d")]()}),{priority:e.priorities[Wa("0x116")]+10}),t.model.on("insertContent",((e,n)=>{const o=n[n[Wa("0xb")]-1];o&&o[Wa("0x94")]||this[Wa("0x4b")]||this[Wa("0x49")][Wa("0xdd")]&&(t[Wa("0x86")][Wa("0x45")]((()=>{let o=t[Wa("0x86")][Wa("0x137")](n[0],n[1],n[2],{forceDefaultExecution:!0});if(!o)return;e[Wa("0xa1")]=o[Wa("0x57")]();const s=o[Wa("0x89")][Wa("0x12e")],r=t[Wa("0x86")][Wa("0x3e")];s&&r.isBlock(s)&&!r.isObject(s)&&(o=t.model[Wa("0x11c")](o[Wa("0x8f")],t.model[Wa("0x93")](s,Wa("0x89")))),this.markInsertion(o)})),e.stop())}),{priority:Wa("0xc")}),this[Wa("0xb1")][Wa("0x135")][Wa("0x104")](Wa("0x12c"),this[Wa("0x49")]),this[Wa("0x7f")](Wa("0x12c"));const o=new p(t,this[Wa("0x126")]);t[Wa("0x135")][Wa("0x104")](Wa("0xbc"),o),this[Wa("0x7f")](Wa("0xbc"));const s=new C(t,this[Wa("0x126")]);t[Wa("0x135")][Wa("0x104")](Wa("0x12b"),s),this[Wa("0x7f")]("discardSuggestion"),t[Wa("0x135")].add(Wa("0x100"),new F(t,o,this[Wa("0x126")])),this[Wa("0x7f")](Wa("0x100")),t[Wa("0x135")].add("discardAllSuggestions",new F(t,s,this[Wa("0x126")])),this[Wa("0x7f")](Wa("0x2c")),t[Wa("0x135")][Wa("0x104")]("acceptSelectedSuggestions",new U(t,o,this._suggestions)),this[Wa("0x7f")]("acceptSelectedSuggestions"),t.commands[Wa("0x104")]("discardSelectedSuggestions",new U(t,s,this[Wa("0x126")])),this.enableCommand("discardSelectedSuggestions");const r=t[Wa("0x2f")].get(Wa("0x73"));this.listenTo(r,Wa("0xe7"),((t,{threadId:e})=>{const n=this[Wa("0x126")][Wa("0x24")](e);n&&n[Wa("0x6c")]&&1===n[Wa("0x6c")][Wa("0xb")]&&this._updateSuggestionData(e,{hasComments:!0})}),{priority:"low"}),this.listenTo(r,"removeComment",((t,{threadId:e})=>{const n=this[Wa("0x126")].get(e);n&&n.commentThread&&!n[Wa("0x6c")][Wa("0xb")]&&this[Wa("0xc2")](e,{hasComments:!1})}),{priority:Wa("0xbe")})}set[Wa("0xce")](t){if(this[Wa("0x54")])throw new e.CKEditorError("track-changes-adapter-already-set",this);this[Wa("0x54")]=t}get adapter(){return this[Wa("0x54")]}[Wa("0x5b")]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=[];for(const e of this[Wa("0x126")][Wa("0x2b")]())t&&!e.isInContent||n[Wa("0x66")](e);return e?n.map((t=>t[Wa("0x48")]())):n}getSuggestion(t){const n=this._suggestions[Wa("0x24")](t);if(!n)throw new e.CKEditorError("track-changes-suggestion-not-found",this);return n}[Wa("0x1c")](t){return this[Wa("0x126")].has(t)}[Wa("0x68")](t){const{authorId:e,id:n,attributes:o}=t,[s,r]=t[Wa("0x44")][Wa("0x101")](":"),i=this[Wa("0x126")][Wa("0x24")](n)||this._createSuggestion(s,r,n,e,o);if(this[Wa("0x5f")](i),this[Wa("0x40")](i,s,r||null,e),i[Wa("0x81")]=t[Wa("0x81")],o&&o[Wa("0x34")]){const t=o[Wa("0x34")],e=this[Wa("0x74")](t[Wa("0xd1")]);i[Wa("0x3a")]=t[Wa("0x81")],i[Wa("0x6a")]=e,i[Wa("0x2a")]=!0}else i.authoredAt=t.createdAt;switch(t[Wa("0x6")]&&(i.data=t[Wa("0x6")]),t[Wa("0x128")]&&(i[Wa("0x128")]=t[Wa("0x128")]),this[Wa("0x54")]&&this[Wa("0x54")][Wa("0x10a")]||(i[Wa("0x2e")]=!0),this[Wa("0x105")][Wa("0x24")](i)){case Wa("0x102"):this[Wa("0x105")][Wa("0xc4")](i,Wa("0x8d"));break;case Wa("0x112"):i[Wa("0x12")]?(this[Wa("0x105")][Wa("0xc4")](i,"ready"),this[Wa("0xd8")](Wa("0x69"),i)):this[Wa("0x105")][Wa("0xc4")](i,Wa("0x64"))}return i}acceptSuggestion(t){this[Wa("0x94")]((()=>{this[Wa("0xb1")].model[Wa("0x45")]((()=>{for(const e of t[Wa("0x12a")]())e[Wa("0x125")]()}))}))}discardSuggestion(t){this[Wa("0x94")]((()=>{this[Wa("0xb1")][Wa("0x86")][Wa("0x45")]((()=>{for(const e of t[Wa("0x12a")]())e[Wa("0x23")]()}))}))}[Wa("0x7f")](t,n){const o=this.editor[Wa("0x135")][Wa("0x24")](t);if(!o)throw new e.CKEditorError(Wa("0x121"),this,{commandName:t});this[Wa("0xdb")][Wa("0x104")](o),n&&o.on("execute",((t,e)=>{this[Wa("0x49")][Wa("0xdd")]&&(this._isForcedDefaultExecutionBlock||e[Wa("0xb")]>0&&e[e[Wa("0xb")]-1]&&e[e.length-1][Wa("0x94")]||(n(((...t)=>o[Wa("0xff")](...t,{forceDefaultExecution:!0})),...e),t.stop()))}),{priority:"high"})}[Wa("0x94")](t){let n,o;const s=this[Wa("0x4b")];this[Wa("0x4b")]=!0;try{n=t()}catch(t){o=t}return s||(this[Wa("0x4b")]=!1),o&&e.CKEditorError[Wa("0x118")](o,this),n}markInsertion(t,n=null,o={}){if(t[Wa("0x6d")])return null;const s=this[Wa("0xb1")][Wa("0x2f")][Wa("0x24")](Wa("0x120")).me;for(const{suggestion:e,meta:o}of this[Wa("0x14")](t,Wa("0x25")))if(o[Wa("0x4a")]){if(!o[Wa("0xe5")])return e;if(n==e[Wa("0x2d")]){const n=e[Wa("0xe2")]();return n[Wa("0x8f")][Wa("0xdf")](t.end)?this[Wa("0x59")](e,this[Wa("0x60")][Wa("0x11c")](t[Wa("0x8f")],n[Wa("0x89")])):this[Wa("0x59")](e,this[Wa("0x60")][Wa("0x11c")](n.start,t.end)),e}}const r=(0,e.uid)(),i=s.id,x=n?Wa("0x6e")+n:Wa("0x25"),a=this[Wa("0x41")]({id:r,type:x,createdAt:new Date,authorId:i,attributes:o});return this[Wa("0x67")](x,r,i,t),a}[Wa("0xee")](t,n="multi",o={}){const s=this[Wa("0xb1")][Wa("0x2f")][Wa("0x24")]("Users").me,r=this._suggestionFactory[Wa("0x9a")](Wa("0x25"),n,Wa("0x10b"));for(const e of this[Wa("0x5b")]())if(e[Wa("0x6a")].id==s.id&&Wa("0x25")==e.type&&e.subType==n&&(r(e.getRanges(),t)||r(t,e[Wa("0xb2")]()))){for(const n of t)e.addRange(n);return e}for(const e of t)for(const{suggestion:n,meta:o}of this[Wa("0x14")](e,Wa("0x25"))){if(!o[Wa("0x4a")])continue;let e=!0;for(const o of n[Wa("0xb2")]())for(const n of t)if(!o[Wa("0x15")](n)){e=!1;break}if(e)return n}const i=(0,e.uid)(),x=s.id,a=Wa("0x6e")+n,c=this[Wa("0x41")]({id:i,type:a,createdAt:new Date,authorId:x,attributes:o});for(const e of t)this[Wa("0x67")](a,i,x,e,Zo[Wa("0xa6")]());return c}markInlineFormat(t,n,o=null,s={}){if(o=o||$a(n),t[Wa("0x6d")])return null;if(!1===this[Wa("0x122")]){const e=this[Wa("0xec")].getSuggestionCallback("formatInline",o,Wa("0x125"));return this.forceDefaultExecution((()=>e([t],n,s))),null}const r=this[Wa("0xb1")][Wa("0x2f")][Wa("0x24")](Wa("0x120")).me,i=[];for(const{suggestion:e,meta:n}of this[Wa("0x14")](t,"insertion"))n[Wa("0x4a")]&&!n[Wa("0x0")]&&i[Wa("0x66")](...e.getRanges());const x=function(t,e){const n=[];for(const o of e){const e=t[Wa("0xf6")](o);e&&n[Wa("0x66")](e)}return n}(t,i),a=function(t,e){const n=[t];for(const t of e){let e=0;for(;e<n.length;){const o=n[e][Wa("0xbf")](t);n.splice(e,1,...o),e+=o[Wa("0xb")]}}return n}(t,i);x[Wa("0xb")]&&this[Wa("0x60")][Wa("0x45")]((()=>{for(const t of x){const e=this[Wa("0xec")].getSuggestionCallback(Wa("0x50"),o,Wa("0x125"));this.forceDefaultExecution((()=>e([t],n,s)))}}));for(const t of a){let i=null,x=t[Wa("0x8f")],a=t[Wa("0x89")];for(const{suggestion:e,meta:n}of this._findSuggestions(t,Wa("0x50"))){if(!n.isOwn)continue;if(e[Wa("0x2d")]!=o)continue;const s=e[Wa("0xe2")]();if(s.containsRange(t,!0))return null;x=x[Wa("0xb5")](s[Wa("0x8f")])?x:s[Wa("0x8f")],a=a[Wa("0x127")](s[Wa("0x89")])?a:s[Wa("0x89")],i?s[Wa("0x8f")].isBefore(i[Wa("0xe2")]()[Wa("0x8f")])?(i[Wa("0x3c")](),i=e):e[Wa("0x3c")]():i=e}const c=this[Wa("0x60")][Wa("0x11c")](x,a);if(i)this._setSuggestionRange(i,c);else{const t=(0,e.uid)(),i=r.id;this[Wa("0x41")]({id:t,type:"formatInline:"+o,data:n,createdAt:new Date,authorId:i,attributes:s}),this[Wa("0x67")](Wa("0x52")+o,t,i,c)}}return null}markBlockFormat(t,n,o=[],s=null,r={}){n[Wa("0x87")]||(n.formatGroupId=n[Wa("0xf4")]),n[Wa("0xd3")]=t.is(Wa("0x107")),s=s||$a(n);const i=o[Wa("0xb9")]((t=>Qa(t,this[Wa("0x60")]))),x=t.is(Wa("0x107"))?t:Qa(t,this[Wa("0x60")]);if(!1===this[Wa("0x122")]){const t=this[Wa("0xec")][Wa("0x9a")](Wa("0x92"),s,"accept");return this[Wa("0x94")]((()=>t([x],n,r))),null}i[Wa("0x66")](x);let a=!0;for(const t of i)if(!this[Wa("0xfa")](t)){a=!1;break}if(a){const t=this[Wa("0xec")][Wa("0x9a")]("formatBlock",s,Wa("0x125"));return this[Wa("0x94")]((()=>t([x],n,r))),null}let c=null,l=x[Wa("0x8f")],u=x.end;for(const{suggestion:t,meta:e}of this._findSuggestions(x,Wa("0x92"))){if(!e[Wa("0x4a")]||e[Wa("0xe5")]||e[Wa("0x56")]||e[Wa("0x0")])continue;if(t.data[Wa("0x87")]!=n[Wa("0x87")])continue;const o=t[Wa("0xe2")]();if(t[Wa("0x2d")]==s){if(o[Wa("0x15")](x,!0))return null;l=l.isBefore(o.start)?l:o.start,u=u[Wa("0x127")](o[Wa("0x89")])?u:o[Wa("0x89")],c?o[Wa("0x8f")][Wa("0xb5")](c.getFirstRange()[Wa("0x8f")])?(c[Wa("0x3c")](),c=t):t[Wa("0x3c")]():c=t}else{const e=x[Wa("0xf6")](o);this._cutOutSuggestionMarker(t,e)}}const d=this.editor[Wa("0x2f")][Wa("0x24")]("Users").me,g=(0,e.uid)(),m=d.id;if(c)return this[Wa("0x59")](c,this[Wa("0x60")].createRange(l,u)),c;{const t=this[Wa("0x41")]({id:g,type:Wa("0xca")+s,data:n,createdAt:new Date,authorId:m,attributes:r});return this[Wa("0x67")](Wa("0xca")+s,g,m,this._model.createRange(l,u)),t}}[Wa("0xf7")](t,n,o=[],s=null,r={}){n[Wa("0x87")]||(n[Wa("0x87")]=n[Wa("0xf4")]);const i=t[0];n.multipleBlocks=i.is(Wa("0x107")),s=s||$a(n);const x=o[Wa("0xb9")]((t=>Qa(t,this[Wa("0x60")]))),a=i.is(Wa("0x107"))?t:t[Wa("0xb9")]((t=>Qa(t,this._model)));if(!1===this[Wa("0x122")]){const t=this._suggestionFactory.getSuggestionCallback("formatBlock",s,Wa("0x125"));return this[Wa("0x94")]((()=>t(a,n,r))),null}x.push(...a);let c=!0;for(const t of x)if(!this[Wa("0xfa")](t)){c=!1;break}if(c){const t=this[Wa("0xec")][Wa("0x9a")](Wa("0x92"),s,"accept");return this[Wa("0x94")]((()=>t(a,n,r))),null}const l=this.editor[Wa("0x2f")].get("Users").me;for(const t of this[Wa("0x5b")]()){if(t.author.id!=l.id)continue;if("formatBlock"!=t[Wa("0x44")]||t[Wa("0x6")][Wa("0x87")]!=n[Wa("0x87")])continue;const e=t.subType==s;for(let n=0;n<a[Wa("0xb")];n++){const o=a[n];for(const s of t[Wa("0x72")]()){const r=s[Wa("0xf5")]();if(o[Wa("0xdf")](r)){e?(a.splice(n,1),n--):t[Wa("0xc8")](s[Wa("0xcd")]);break}}}}if(0==a[Wa("0xb")])return null;const u=this._suggestionFactory.getSuggestionCallback(Wa("0x92"),s,"join");for(const t of this[Wa("0x5b")]())if(t.author.id==l.id&&Wa("0x92")==t.type&&t[Wa("0x6")][Wa("0x87")]==n[Wa("0x87")]&&t[Wa("0x2d")]==s&&(u(t[Wa("0xb2")](),a)||u(a,t[Wa("0xb2")]()))){for(const e of a)t[Wa("0x138")](e);return t}const d=(0,e.uid)(),g=l.id,m="formatBlock:"+s,f=this._setSuggestionData({id:d,type:m,data:n,createdAt:new Date,authorId:g,attributes:r});for(const t of a)this[Wa("0x67")](m,d,g,t,Zo[Wa("0xa6")]());return f}[Wa("0x29")](t,n=null,o={}){if(t[Wa("0x6d")])return null;const s=this[Wa("0xb1")][Wa("0x2f")][Wa("0x24")](Wa("0x120")).me,r=new i.LiveRange(t[Wa("0x8f")],t[Wa("0x89")]);for(const{suggestion:t,meta:e}of this._findSuggestions(r,Wa("0x25")))if(e[Wa("0x4a")]&&!e[Wa("0xe5")])if(t.isMultiRange){const e=t[Wa("0xb2")]()[Wa("0x80")]((t=>Wa("0x3d")!=t[Wa("0xc3")][Wa("0x4e")]));if(e[Wa("0xeb")]((t=>r[Wa("0x15")](t,!0)))&&t[Wa("0x23")](),e[Wa("0xf9")]((t=>t[Wa("0x15")](r,!0)))){const t=this[Wa("0xec")][Wa("0x9a")](Wa("0xf1"),n,Wa("0x125"));return this[Wa("0x94")]((()=>t([r],null,o))),null}}else{const e=r[Wa("0xf6")](t[Wa("0xe2")]());t[Wa("0xb0")]([e],null,o)}if(r.detach(),r.isCollapsed||Wa("0x3d")==r[Wa("0xc3")].rootName)return null;let x=null,a=r[Wa("0x8f")],c=r[Wa("0x89")];for(const{suggestion:t,meta:e}of this[Wa("0x14")](r,Wa("0xf1")))if(e[Wa("0x4a")])if(t[Wa("0x12f")]){let e=!0;for(const n of t[Wa("0xb2")]()){if(n[Wa("0x15")](r,!0))return t;r[Wa("0x15")](n)||(e=!1)}e&&t.discard()}else{const e=t[Wa("0xe2")]();if(e[Wa("0x15")](r,!0))return t;a=a.isBefore(e[Wa("0x8f")])?a:e[Wa("0x8f")],c=c[Wa("0x127")](e[Wa("0x89")])?c:e[Wa("0x89")],x?e.start[Wa("0xb5")](x[Wa("0xe2")]()[Wa("0x8f")])?(x[Wa("0x3c")](),x=t):t.removeMarkers():x=t}if(x)return this._setSuggestionRange(x,this[Wa("0x60")][Wa("0x11c")](a,c)),x;{const t=(0,e.uid)(),r=this._model[Wa("0x11c")](a,c),i=s.id,x=n?Wa("0x1d")+n:Wa("0xf1"),l=this._setSuggestionData({id:t,type:x,createdAt:new Date,authorId:i,attributes:o});return this[Wa("0x67")](x,t,i,r),l}}[Wa("0x13")](t,n=Wa("0xab"),o={}){const s=this[Wa("0xb1")].plugins[Wa("0x24")](Wa("0x120")).me,r=t[Wa("0xb9")]((t=>new i.LiveRange(t[Wa("0x8f")],t[Wa("0x89")]))),x=new Set;for(const t of r)for(const{suggestion:e,meta:n}of this[Wa("0x14")](t,Wa("0x25")))n[Wa("0x4a")]&&!n[Wa("0xe5")]&&x.add(e);for(const e of x)if(e[Wa("0x12f")]){const s=e[Wa("0xb2")]();if((!e[Wa("0x128")]||!e.attributes[Wa("0x114")])&&s[Wa("0xeb")]((t=>r[Wa("0xf9")]((e=>e[Wa("0x15")](t,!0)))))&&e.discard(),r[Wa("0xeb")]((t=>s[Wa("0xf9")]((e=>e[Wa("0x15")](t,!0)))))){const e=this[Wa("0xec")][Wa("0x9a")]("deletion",n,Wa("0x125"));return this[Wa("0x94")]((()=>e(t,null,o))),null}}else{const t=e[Wa("0xe2")]();if(r[Wa("0xf9")]((e=>e[Wa("0x15")](t,!0)))&&e[Wa("0x23")](),r.every((e=>t[Wa("0x15")](e,!0)))){const t=this[Wa("0xec")].getSuggestionCallback(Wa("0xf1"),n,Wa("0x125"));return this[Wa("0x94")]((()=>t(r,null,o))),null}}const a=this[Wa("0xec")][Wa("0x9a")](Wa("0xf1"),n,Wa("0x10b"));let c=null;for(const t of this[Wa("0x5b")]())if(t[Wa("0x6a")].id==s.id&&t[Wa("0x12")]&&Wa("0xf1")==t[Wa("0x44")]&&t[Wa("0x2d")]==n&&(a(t.getRanges(),r)||a(r,t.getRanges())))if(c){if(t[Wa("0x6c")]&&t[Wa("0x6c")][Wa("0xb")])continue;for(const e of t[Wa("0xb2")]())c[Wa("0xcc")](e)||c[Wa("0x138")](e);t[Wa("0x3c")]()}else{c=t;for(const e of r)t[Wa("0xcc")](e)||t.addRange(e)}if(c)return c;x[Wa("0x71")]();for(const t of r)for(const{suggestion:e,meta:n}of this._findSuggestions(t,"deletion"))n.isOwn&&x[Wa("0x104")](e);for(const t of x){const e=t.getRanges();if((!o||!o[Wa("0x114")])&&r.every((t=>e[Wa("0xf9")]((e=>e[Wa("0x15")](t,!0))))))return t;(!t[Wa("0x128")]||!t[Wa("0x128")][Wa("0x114")])&&e.every((t=>r[Wa("0xf9")]((e=>e[Wa("0x15")](t,!0)))))&&t[Wa("0x23")]()}const l=(0,e.uid)(),u=s.id,d=Wa("0x1d")+n,g=this[Wa("0x41")]({id:l,type:d,createdAt:new Date,authorId:u,attributes:o});for(const t of r)t[Wa("0x132")](),t.isCollapsed||Wa("0x3d")==t[Wa("0xc3")].rootName||this[Wa("0x67")](d,l,u,t,Zo[Wa("0xa6")]());return g}[Wa("0x59")](t,e){const n=t[Wa("0xa9")]();this[Wa("0x60")][Wa("0x45")]((t=>{t[Wa("0xe0")](n,{range:e})}))}_addThreadToSuggestion(t){const e=t.id,n=this[Wa("0xb1")][Wa("0x7")][Wa("0x24")](Wa("0x3f"));this[Wa("0x5a")].hasCommentThread(e)||this._commentsRepository[Wa("0xf0")]({channelId:n,threadId:e,isResolvable:!1,isSubmitted:!0});const o=this._commentsRepository[Wa("0xb7")](e);o[Wa("0x16")](Wa("0x6f")),o[Wa("0x6f")]=!1,t[Wa("0x6c")]=o}[Wa("0x40")](t,n,o,s){if(t[Wa("0x44")]!=n||t[Wa("0x2d")]!=o||t[Wa("0x106")].id!=s)throw this.editor.enableReadOnlyMode(Wa("0x7c")),new e.CKEditorError(Wa("0x7c"),this)}[Wa("0x88")](t,n){const o=t[Wa("0xe2")]();if(n[Wa("0xdf")](o))t[Wa("0x3c")]();else if(o[Wa("0x15")](n)){const s=this[Wa("0x60")].createPositionAt(n[Wa("0x8f")][Wa("0x12e")],"end");this[Wa("0x59")](t,this[Wa("0x60")][Wa("0x11c")](o[Wa("0x8f")],s));const r=(0,e.uid)(),i=t[Wa("0x106")].id,x=t[Wa("0x44")]+":"+t[Wa("0x2d")];this[Wa("0x41")]({id:r,type:x,createdAt:new Date,authorId:i,data:t[Wa("0x6")],attributes:t.attributes});const a=this[Wa("0x60")][Wa("0x93")](n[Wa("0x89")][Wa("0x10f")],Wa("0xa8")),c=this[Wa("0x60")].createRange(a,o[Wa("0x89")]);this[Wa("0x67")](x,r,i,c)}else if(o[Wa("0xe4")](n[Wa("0x8f")])){const e=this[Wa("0x60")][Wa("0x93")](n[Wa("0x8f")][Wa("0x12e")],"end");this[Wa("0x59")](t,this[Wa("0x60")].createRange(o[Wa("0x8f")],e))}else{const e=this._model[Wa("0x93")](n[Wa("0x89")][Wa("0x10f")],Wa("0xa8"));this[Wa("0x59")](t,this[Wa("0x60")][Wa("0x11c")](e,o.end))}}_rangeIsInLocalUserInsertion(t){for(const{suggestion:e,meta:n}of this[Wa("0x14")](t,Wa("0x25"))){if(!n[Wa("0x4a")])continue;const o=e[Wa("0xb2")]();for(const e of o)if(!t[Wa("0xbf")](e)[Wa("0xb")])return!0}return!1}[Wa("0x8c")](t){const n=this[Wa("0xb1")].plugins[Wa("0x24")](Wa("0x120"))[Wa("0x7b")](t);if(!n)throw new e.CKEditorError("track-changes-user-not-found",this);return n}[Wa("0x74")](t){const e=this[Wa("0xb1")][Wa("0x2f")][Wa("0x24")](Wa("0x120")),n=(0,r.hashObject)("external:"+t);return e[Wa("0x7b")](n)||e[Wa("0xf")]({id:n,name:t})}[Wa("0x10e")](t,e,n,o,s){const r=this._getAuthorFromId(o),i=this._suggestionFactory[Wa("0xf2")](t,e,n,r,s,(t=>this._updateSuggestionData(n,{attributes:t})));return this[Wa("0x8b")](i,Wa("0x125"),(()=>{this[Wa("0xc2")](n,{state:"accepted"})}),{priority:Wa("0xc")}),this[Wa("0x8b")](i,Wa("0x23"),(()=>{this._updateSuggestionData(n,{state:Wa("0x3")})}),{priority:Wa("0xc")}),this._suggestions[Wa("0xc4")](n,i),this[Wa("0x105")].set(i,"notReady"),i}_splitMarkerName(t){const e=t.split(":");return{group:e[0],type:e[1],subType:e[Wa("0xb")]>=5?e[2]:null,id:e.length<5?e[2]:e[3],authorId:e.length<5?e[3]:e[4],markerCount:6==e[Wa("0xb")]?e[5]:null}}[Wa("0x113")](t,n,o){const s=t[Wa("0xe2")](),r=s[Wa("0x8f")],i=s[Wa("0x89")];this[Wa("0x59")](t,this[Wa("0x60")][Wa("0x11c")](r,n));const x=(0,e.uid)(),a=t[Wa("0x106")].id,c=t[Wa("0x44")]+(t[Wa("0x2d")]?":"+t[Wa("0x2d")]:"");this[Wa("0x41")]({id:x,type:c,createdAt:new Date,authorId:a,originalSuggestionId:t.id,attributes:t[Wa("0x128")],data:t[Wa("0x6")]}),Wa("0x92")==t.type&&(o=this[Wa("0x60")][Wa("0x1")](o.parent)),this[Wa("0x67")](c,x,a,this[Wa("0x60")][Wa("0x11c")](o,i))}[Wa("0x14")](t,e=null){const n=[],o=this[Wa("0x60")][Wa("0x3e")],s=this[Wa("0xb1")].plugins[Wa("0x24")]("Users").me;for(const r of this[Wa("0x5b")]())if(r.isInContent&&(!e||r[Wa("0x44")]==e))for(const e of r[Wa("0xb2")]()){const i=t[Wa("0x8f")][Wa("0xdf")](e[Wa("0x89")])||t[Wa("0x89")][Wa("0xdf")](e[Wa("0x8f")]);if(i||t[Wa("0xf6")](e)){const x=t[Wa("0x15")](e)&&Ka(o,e.start,t),a=e[Wa("0x15")](t)&&Ka(o,t[Wa("0x8f")],e);n.push({suggestion:r,meta:{isOwn:s==r[Wa("0x6a")],isNextTo:i,isInsideObject:x,containsRangeInObject:a}});break}}return n}[Wa("0x67")](t,e,n,o,s){this[Wa("0x60")][Wa("0x45")]((r=>{let i=Wa("0x11f")+t+":"+e+":"+n;s&&(i=i+":"+s),r[Wa("0x5d")](i,{range:o,usingOperation:!0,affectsData:!0})}))}[Wa("0x4")](t){const e=t[Wa("0xa5")],n=t[Wa("0x7e")];t[Wa("0xa5")]=null,null!=e&&(e.next=null),t.next=null,null!=n&&(n[Wa("0xa5")]=null),Wa("0xa7")==this._suggestionState.get(t)&&(this[Wa("0x105")][Wa("0xc4")](t,Wa("0x64")),this[Wa("0xd8")](Wa("0xd2"),t,e,n))}[Wa("0x41")](t){const n=t.id,o=this[Wa("0x68")](t);if(this._adapter&&this[Wa("0x54")][Wa("0x10a")]){const s=this[Wa("0xb1")][Wa("0x2f")].get(Wa("0x6b")),r=o[Wa("0x91")],i=o.subType?o[Wa("0x44")]+":"+o.subType:o[Wa("0x44")],x=this[Wa("0xb1")][Wa("0xed")],a=s[Wa("0x104")](Yo(x,Wa("0xd"))),c={id:n,type:i,hasComments:r,data:t[Wa("0x6")]||null,originalSuggestionId:t[Wa("0x95")]||null,attributes:o[Wa("0x128")]};this[Wa("0x54")][Wa("0x10a")](c)[Wa("0xda")]((t=>{o[Wa("0x2e")]=!0,s.remove(a),t&&t.createdAt&&(this[Wa("0x126")][Wa("0x24")](n).createdAt=t[Wa("0x81")])}))[Wa("0x63")]((t=>{throw(0,e.logWarning)(Wa("0x97")),this[Wa("0xb1")].model[Wa("0xcf")]({isUndoable:!1},(()=>{o[Wa("0x23")]()})),o[Wa("0x32")](),this[Wa("0x126")][Wa("0x22")](o.id),this._suggestionState[Wa("0x22")](o),t}))}return o}_updateSuggestionData(t,e){const n=this[Wa("0xb1")][Wa("0x2f")][Wa("0x24")](Wa("0x6b")),o=this.getSuggestion(t);if(this[Wa("0x54")]&&this[Wa("0x54")][Wa("0x11")])if(o[Wa("0x2e")]){const o=n[Wa("0x104")](Yo(this[Wa("0xb1")][Wa("0xed")],"PENDING_ACTION_SUGGESTION"));this[Wa("0x54")][Wa("0x11")](t,e).then((()=>{n[Wa("0xa4")](o)}))}else o.on(Wa("0xc9"),(()=>{this[Wa("0xc2")](t,e)}))}[Wa("0xa2")](t){if(!this[Wa("0x54")]||!this[Wa("0x54")].getSuggestion)throw new e.CKEditorError("track-changes-adapter-missing-getsuggestion",this);return this[Wa("0x54")].getSuggestion(t)}_handleNewSuggestionMarker(t){const{id:e,type:n,subType:o,authorId:s}=this[Wa("0x134")](t),r=this[Wa("0x126")].get(e)||this[Wa("0x10e")](n,o,e,s,{});switch(this[Wa("0x40")](r,n,o,s),this[Wa("0x105")][Wa("0x24")](r)){case"notReady":this[Wa("0xa2")](e)[Wa("0xda")]((t=>{let n=Promise[Wa("0xb4")]();t.hasComments&&(n=this[Wa("0x5a")][Wa("0xe1")]({channelId:this[Wa("0xb1")][Wa("0x7")].get(Wa("0x3f")),threadId:e})),n.then((()=>{this[Wa("0x68")](t)[Wa("0x2e")]=!0}))})),this[Wa("0x105")][Wa("0xc4")](r,Wa("0x112"));break;case Wa("0x64"):this[Wa("0xc2")](e,{state:Wa("0xc0")});case Wa("0x8d"):this[Wa("0x105")][Wa("0xc4")](r,"ready"),this[Wa("0xd8")]("suggestionLoaded",r);break;case Wa("0xa7"):this[Wa("0xd8")](Wa("0x70"),r)}return r[Wa("0x27")](t),r}[Wa("0x108")](t){const e=Array[Wa("0x130")](t)[Wa("0x80")]((t=>!t[Wa("0x12f")])),n=this[Wa("0x5b")]({skipNotAttached:!0})[Wa("0x80")]((t=>!t[Wa("0x12f")])),o=n.filter((e=>!t[Wa("0x4c")](e))),s=new Map(n[Wa("0xb9")]((t=>[t,this[Wa("0xec")][Wa("0x9a")](t[Wa("0x44")],t[Wa("0x2d")],Wa("0xe"))]))),r=new Map(n.map((t=>[t,t[Wa("0xe2")]()]))),i=new Set,x=new Set;for(let t=0;t<e[Wa("0xb")];t++)a(e[t],e,t+1);for(let t=0;t<e[Wa("0xb")];t++)a(e[t],o,0);for(let t=0;t<e[Wa("0xb")];t++){const n=e[t];!x.has(n)&&n[Wa("0xa5")]&&(n.previous[Wa("0x7e")]===n&&(n[Wa("0xa5")].next=null),n[Wa("0xa5")]=null),!i.has(n)&&n[Wa("0x7e")]&&(n[Wa("0x7e")][Wa("0xa5")]===n&&(n[Wa("0x7e")][Wa("0xa5")]=null),n.next=null)}function a(t,e,n){for(let o=n;o<e[Wa("0xb")];o++){const n=c(t,e[o]);n&&(n[0][Wa("0x7e")]=n[1],n[1].previous=n[0],i[Wa("0x104")](n[0]),x.add(n[1]))}}function c(t,e){if(t[Wa("0x6a")].id!==e[Wa("0x6a")].id)return null;const n=s[Wa("0x24")](t)(t,e,r[Wa("0x24")](t),r[Wa("0x24")](e));return n&&s.get(e)(t,e,r.get(t),r[Wa("0x24")](e))?n[1][Wa("0x6c")]&&n[1][Wa("0x6c")][Wa("0xb")]?null:n:null}}_joinWithAdjacentSuggestions(t){const e=Array[Wa("0x130")](t),n=this[Wa("0x5b")]({skipNotAttached:!0}),o=n[Wa("0x80")]((e=>!t[Wa("0x4c")](e))),s=new Map(e[Wa("0xb9")]((t=>[t,this[Wa("0xec")][Wa("0x9a")](t[Wa("0x44")],t.subType,Wa("0x10b"))]))),r=new Map(n[Wa("0xb9")]((t=>[t,t[Wa("0xb2")]()])));for(let t=0;t<e[Wa("0xb")];t++)if(i(this,e[t],e,t+1))return!0;for(let t=0;t<e.length;t++)if(i(this,e[t],o,0))return!0;return!1;function i(t,e,n,o){for(let i=o;i<n.length;i++){const o=n[i];if(o[Wa("0x44")]!==e.type||o.author.id!==e[Wa("0x6a")].id||o[Wa("0x2d")]!==e[Wa("0x2d")])continue;const x=s[Wa("0x24")](e),a=r[Wa("0x24")](e),c=r[Wa("0x24")](o),l=e[Wa("0x6c")]&&e[Wa("0x6c")][Wa("0xb")],u=o[Wa("0x6c")]&&o.commentThread.length;if(!l&&x(c,a))return t[Wa("0x35")](o,e),r[Wa("0x22")](e),!0;if(!u&&x(a,c))return t[Wa("0x35")](e,o),r[Wa("0x22")](o),!0}return!1}}[Wa("0x35")](t,e){if(t[Wa("0x12f")])for(const n of e[Wa("0xb2")]())t[Wa("0x138")](n);else{const n=e[Wa("0xe2")]().end;this[Wa("0x59")](t,this[Wa("0x60")][Wa("0x11c")](t[Wa("0xe2")]()[Wa("0x8f")],n))}e[Wa("0x3c")]()}}class Va{constructor(t){this._editor=t,this[Wa("0x60")]=t[Wa("0x86")],this[Wa("0x37")]=new Map,this._defaultCallbacks=new Map,this[Wa("0xf8")]()}[Wa("0xf2")](t,e,n,o,s,r){return new Zo(this[Wa("0x60")],{type:t,subType:e,id:n,author:o,creator:o,attributes:s,onAttributesChange:r,onAccept:(...n)=>this[Wa("0x9a")](t,e,Wa("0x125"))(...n),onDiscard:(...n)=>this.getSuggestionCallback(t,e,Wa("0x23"))(...n)})}registerCustomCallback(t,e,n,o){const s=t+":"+e+":"+n;this[Wa("0x37")][Wa("0xc4")](s,o)}getSuggestionCallback(t,e,n){const o=t+":"+e+":"+n;return this._customCallbacks[Wa("0x24")](o)||this[Wa("0x79")].get(t+":"+n)}[Wa("0xf8")](){const t=()=>{},e=t=>{t.sort(((t,e)=>t[Wa("0x8f")].isBefore(e[Wa("0x8f")])?1:-1)),this[Wa("0x60")][Wa("0x45")]((e=>{for(const n of t){let t;t=n[Wa("0x89")].isAtEnd&&n[Wa("0x89")][Wa("0x10f")]==n.start[Wa("0x1b")]?e[Wa("0x18")](n[Wa("0x8f")][Wa("0x1b")],"on"):e.createSelection(n),this[Wa("0x60")][Wa("0xaf")](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},n=(t,e)=>{this[Wa("0x60")].change((n=>{const{commandName:o,commandParams:s=[]}=e,r=t[Wa("0xb9")]((t=>(Xa(t)&&(t=this[Wa("0x60")][Wa("0x11c")](t[Wa("0x89")])),t)))[Wa("0x80")]((t=>Wa("0x3d")!==t.root.rootName));if(r.length<1)return;const x=Array[Wa("0x130")](this[Wa("0x60")][Wa("0x5")][Wa("0x8e")][Wa("0xb2")]())[Wa("0xb9")]((t=>i.LiveRange[Wa("0xba")](t)));n.setSelection(r);for(const t of this[Wa("0x38")][Wa("0x135")][Wa("0x135")]())t[Wa("0xfb")]();s[Wa("0x66")]({forceDefaultExecution:!0}),this[Wa("0x38")].execute(o,...s);const a=x[Wa("0x80")]((t=>Wa("0x3d")!=t[Wa("0xc3")][Wa("0x4e")]));a[Wa("0xb")]>0&&n.setSelection(a);for(const t of x)t.detach()}))},o=(t,e)=>1==t[Wa("0xb")]&&1==e.length&&t[0][Wa("0x89")][Wa("0xdf")](e[0][Wa("0x8f")]),s=(t,e,n,o)=>Za(t,e,n,o,this[Wa("0x60")])?[t,e]:Za(e,t,o,n,this._model)?[e,t]:null;this._defaultCallbacks[Wa("0xc4")]("insertion:accept",t),this[Wa("0x79")].set(Wa("0x39"),e),this[Wa("0x79")][Wa("0xc4")](Wa("0xfe"),o),this[Wa("0x79")][Wa("0xc4")](Wa("0x42"),s),this[Wa("0x79")][Wa("0xc4")](Wa("0x9e"),e),this[Wa("0x79")].set(Wa("0x5c"),t),this[Wa("0x79")][Wa("0xc4")](Wa("0x82"),o),this[Wa("0x79")][Wa("0xc4")](Wa("0xc5"),s),this._defaultCallbacks[Wa("0xc4")](Wa("0xde"),n),this[Wa("0x79")][Wa("0xc4")](Wa("0x111"),t),this._defaultCallbacks[Wa("0xc4")](Wa("0x109"),o),this[Wa("0x79")][Wa("0xc4")]("formatInline:chain",t),this[Wa("0x79")][Wa("0xc4")](Wa("0x47"),n),this._defaultCallbacks[Wa("0xc4")](Wa("0x84"),t),this[Wa("0x79")][Wa("0xc4")](Wa("0xa3"),o),this[Wa("0x79")][Wa("0xc4")](Wa("0xea"),t)}}function Ka(t,e,n){for(const o of e[Wa("0x10f")].getAncestors({includeSelf:!0,parentFirst:!0})){if(o[Wa("0xc3")]==o)return!1;if(!n[Wa("0x1a")](o))return!1;if(t[Wa("0x30")](o)||t.isLimit(o))return!0}return!1}function Xa(t){return t.end[Wa("0x10f")]==t.start.nodeAfter&&t[Wa("0x89")].isAtStart}function qa(t,e,n,o){const s=t=>!t[Wa("0x124")].is(Wa("0xae"))&&!o[Wa("0x30")](t[Wa("0x124")]),r=t[Wa("0x8f")][Wa("0x62")](s),i=t.end[Wa("0x62")](s,{direction:Wa("0x9b")});return!(t[Wa("0x8f")][Wa("0xdf")](r)&&t[Wa("0x89")][Wa("0xdf")](i)||(r.isBefore(i)?n[Wa("0xe0")](e,{range:n[Wa("0x11c")](r,i)}):n[Wa("0xc8")](e),0))}function $a(t){return(0,r.hashObject)(t)}function Ja(t){const e=t[Wa("0x8f")].nodeAfter;return e&&e.is("element")}function Qa(t,e){const n=e.schema.isObject(t)||e[Wa("0x3e")][Wa("0xe6")](t);return e[Wa("0x11c")](e[Wa("0x93")](t,Wa("0x9f")),n?e[Wa("0x7a")](t):e.createPositionAt(t,Wa("0x89")))}function Za(t,e,n,o,s){if(n[Wa("0x89")][Wa("0xdf")](o[Wa("0x8f")]))return!0;if(t.type!=e.type)return!1;if(!n[Wa("0x89")][Wa("0xb8")](o[Wa("0x8f")]))return!1;const r=s[Wa("0x11c")](n[Wa("0x89")],o.start)[Wa("0xbd")]();for(const t of r)if([Wa("0x11e"),Wa("0xd6")][Wa("0x129")](t[Wa("0x44")])&&s[Wa("0x3e")].isLimit(t[Wa("0x124")]))return!1;return!0}const Ya=["_pendingAction","isEnabled","bind","get","_setPendingAction","execute","unbind","acceptSuggestion","destroy","view","PENDING_ACTION_SUGGESTION","model","PendingActions","canAccept","discardSuggestion","canDiscard","listenTo","_removePendingAction","remove","commands","add","change:isDirty","_discardCommand","plugins","commentThreadController","_editor","_acceptCommand"];var tc,ec;tc=Ya,ec=329,function(t){for(;--t;)tc.push(tc.shift())}(++ec);const nc=function(t,e){return Ya[t-=0]};class oc extends((0,e.ObservableMixin)()){constructor(t,e,n,o){super(),this[nc("0x6")]=e,this[nc("0x4")]=n,this[nc("0x13")]=o,this[nc("0x14")]=t,this[nc("0x15")]=t[nc("0xe")][nc("0x19")]("acceptSuggestion"),this[nc("0x11")]=t[nc("0xe")][nc("0x19")](nc("0x9")),this[nc("0x4")][nc("0x18")](nc("0x17")).to(this._acceptCommand,this._discardCommand,((t,e)=>t||e)),this.view.bind(nc("0x8")).to(this[nc("0x15")],"isEnabled"),this[nc("0x4")][nc("0x18")](nc("0xa")).to(this[nc("0x11")],nc("0x17")),this._pendingAction=null,n.isDirty&&this._setPendingAction(),this[nc("0xb")](n,nc("0x2"),(()=>this[nc("0x2")]())),this[nc("0xb")](n,nc("0x9"),(()=>this[nc("0x9")]())),this[nc("0xb")](n,nc("0x10"),(()=>{n.isDirty?this[nc("0x1a")]():this[nc("0xc")]()}))}acceptSuggestion(){this[nc("0x15")][nc("0x0")](this[nc("0x6")].id)}discardSuggestion(){this[nc("0x11")][nc("0x0")](this[nc("0x6")].id)}[nc("0x3")](){this.view[nc("0x1")](nc("0x17")),this[nc("0x4")][nc("0x1")](nc("0x8")),this[nc("0x4")].unbind(nc("0xa")),this.stopListening(),this[nc("0x13")][nc("0x3")](),this._pendingAction&&this._removePendingAction()}_setPendingAction(){const t=Yo(this[nc("0x14")].locale,nc("0x5"));this[nc("0x16")]=this[nc("0x14")][nc("0x12")][nc("0x19")](nc("0x7"))[nc("0xf")](t)}[nc("0xc")](){null!==this[nc("0x16")]&&this._editor[nc("0x12")][nc("0x19")](nc("0x7"))[nc("0xd")](this[nc("0x16")]),this[nc("0x16")]=null}}const sc=["set","_model","setData","isDirty","locale","_localUser","CommentView","element","authoredAt","canAccept","_config","fire","isEnabled","bind","delegate","disabledSubmit","commentThreadInputView","cancel","hasDirtyComment","focus","value","removeComment","destroy","commentsListView","_createCommentThreadInputView","disableComments","commentInputView","addComment","commentThread","submit","_createCommentViews","showInput","isActive","canDiscard","isReadOnly","length"];var rc,ic;rc=sc,ic=277,function(t){for(;--t;)rc.push(rc.shift())}(++ic);const xc=function(t,e){return sc[t-=0]};class ac extends s.View{constructor(t,e,n,o){super(t),this[xc("0x22")]=null,this.commentThreadInputView=null,this[xc("0xb")]("isActive",!1),this.set(xc("0x13"),e.authoredAt),this.bind(xc("0x13")).to(e),this[xc("0xb")]("descriptionParts",[]),this[xc("0xb")](xc("0xe"),!1),this[xc("0xb")](xc("0x17"),!1),this[xc("0xb")](xc("0x14"),!1),this.set(xc("0x8"),!1),this[xc("0xc")]=e,this[xc("0x10")]=n,this[xc("0x15")]=o,o[xc("0x0")]?this[xc("0xb")]("length",1):this._createCommentViews()}[xc("0x1e")](){this[xc("0x12")][xc("0x1e")]()}[xc("0x21")](){this.commentsListView&&this.commentsListView[xc("0x21")](),this[xc("0x1b")]&&this.commentThreadInputView[xc("0x21")](),super.destroy()}[xc("0x5")](){const{CommentsListView:t}=this[xc("0x15")];this[xc("0x22")]=new t(this[xc("0xf")],this[xc("0xc")].commentThread,Object.assign({CommentView:this[xc("0x15")][xc("0x11")]},this._config)),this[xc("0x22")][xc("0x19")](xc("0x20")).to(this),this[xc("0x22")][xc("0x19")]("updateComment").to(this),this.commentsListView[xc("0x18")]("isActive").to(this),this.set(xc("0xa"),this[xc("0x22")][xc("0xa")]+1),this.bind(xc("0xa")).to(this[xc("0x22")],xc("0xa"),(t=>t+1)),this[xc("0x1b")]=this[xc("0x23")](),this.on(xc("0x20"),(()=>this.focus())),this[xc("0x18")](xc("0xe")).to(this[xc("0x22")],xc("0x1d"),this.commentThreadInputView.commentInputView,xc("0x1f"),((t,e)=>t||!!e))}_createCommentThreadInputView(){const{CommentThreadInputView:t}=this[xc("0x15")],e=new t(this[xc("0xf")],this[xc("0x10")],this[xc("0x15")].editorConfig),n=e[xc("0x1")];return e[xc("0x18")](xc("0x6")).to(this,xc("0x7"),this[xc("0xc")][xc("0x3")],xc("0x9"),n,xc("0x1f"),((t,e,n)=>!!n||t&&!e)),n.on(xc("0x4"),((t,e)=>{this[xc("0x16")](xc("0x2"),e),n.editor[xc("0xd")]("")})),n.on(xc("0x1c"),(()=>this.focus())),n[xc("0x18")](xc("0x1a")).to(this[xc("0xc")][xc("0x3")],"isReadOnly"),e}}const cc=["</p>","name","EXTERNAL_IMPORT_WORD_SUGGESTION","ck-annotation__content-wrapper","check","ck-suggestion__user","formatDateTime","getTemplate","getExternalSuggestionNote","change:description","render",'" title="',"ck-comment__info-time",'<span class="ck-suggestion-color" style="background-color: ',"discardButton","ck-suggestion--accept","ck-annotation__info-time","<p>","title","set","isExternal","userView","EXTERNAL_AVATAR","ck-annotation__user","creator","attributes",'"></span>',"ck-suggestion-wrapper","ck-suggestion-wrapper--active","acceptButton","innerHTML","EXTERNAL_IMPORT_WORD_AVATAR","@external","ck-suggestion","span","ck-suggestion__info","cancel","ck-suggestion__info-name","discardSuggestion","canDiscard",'<span class="ck-suggestion-type">',"fire","_descriptionElement","ck-annotation","type","Accept suggestion","_config","innerText","execute","</span>","content","authoredAt","isEnabled","setTemplate","acceptSuggestion","author","extendTemplate","ck-suggestion--discard","ck-annotation__info-name","color","children","commentsListView","getUserViewNotificationText","descriptionParts","commentThreadInputView","element","ck-suggestion__main","_createButton","push","bindTemplate","querySelector",".ck-annotation__content-wrapper","map","_model","locale","bind","ck-suggestion-","source","disableComments","Discard suggestion","description","div","split","ck-suggestion--disabled-comments","ck-suggestion__actions"];var lc,uc;lc=cc,uc=112,function(t){for(;--t;)lc.push(lc.shift())}(++uc);const dc=function(t,e){return cc[t-=0]};class gc extends ac{constructor(e,n,o,s){super(e,n,o,s),this[dc("0x4d")](dc("0x11"),""),this[dc("0x30")](dc("0x11")).to(this,dc("0x24"),(t=>t&&t[0]?t[0][dc("0x11")]:"")),this[dc("0x30")](dc("0x35")).to(this,dc("0x24"),this,"isActive",((t,e)=>{let n="";for(const e of t)n+=dc("0x4b")+mc(e[dc("0x17")],e[dc("0x20")])+dc("0x3a");return e?n:(0,r.trimHtml)(n,{limit:140})})),this[dc("0xf")]=null,this.acceptButton=this[dc("0x28")](Yo(e,dc("0x12")),t.icons[dc("0x3e")],dc("0x49"),dc("0x1b"),"sw"),this[dc("0x2")].bind(dc("0x19")).to(this,"canAccept"),this[dc("0x48")]=this[dc("0x28")](Yo(e,dc("0x34")),t.icons[dc("0x9")],dc("0x1e"),dc("0xb"),"sw"),this.discardButton.bind(dc("0x19")).to(this,dc("0xc")),this[dc("0x4f")]=new r.UserView(e,this[dc("0x2e")].author,this[dc("0x23")]()),this[dc("0x4f")][dc("0x1d")]({attributes:{class:[dc("0x3f"),dc("0x51")]}}),this[dc("0x1a")](this[dc("0x41")]())}[dc("0x41")](){const t=this[dc("0x2a")],e=[{tag:dc("0x36"),attributes:{class:[dc("0x8"),"ck-annotation__info"]},children:[{tag:dc("0x7"),children:[{text:this[dc("0x4f")][dc("0x3b")]}],attributes:{class:[dc("0xa"),dc("0x1f")]}},{tag:"time",attributes:{datetime:t.to(dc("0x18")),class:[dc("0x46"),dc("0x4a")]},children:[{text:t.to(dc("0x18"),(t=>this._config[dc("0x40")](t)))}]}]},{tag:dc("0x36"),attributes:{class:[dc("0x39"),"ck-annotation__actions"]},children:[this.acceptButton,this[dc("0x48")]]},{tag:dc("0x36"),attributes:{class:[dc("0x3d")]}}];this[dc("0x2e")][dc("0x4e")]&&e[dc("0x29")]({tag:dc("0x36"),attributes:{class:["ck-comment__external"]},children:[{text:this[dc("0x42")]()}]});const n={tag:"div",attributes:{class:[dc("0x0"),t.if("isActive",dc("0x1")),t.to("type",(t=>dc("0x31")+t)),this[dc("0x13")][dc("0x33")]&&dc("0x38")],"data-suggestion-id":this[dc("0x2e")].id,"data-thread-id":this._model.commentThread.id,"data-author-id":this[dc("0x2e")][dc("0x1c")].id,tabindex:-1},children:[{tag:"div",attributes:{class:[dc("0x6"),dc("0x10")]},children:[this[dc("0x4f")],{tag:dc("0x36"),attributes:{class:[dc("0x27"),"ck-annotation__main"]},children:e}]}]};return this.commentsListView&&this[dc("0x25")]&&n[dc("0x21")][dc("0x29")](this[dc("0x22")],this[dc("0x25")]),n}[dc("0x44")](){super[dc("0x44")](),this._descriptionElement=this[dc("0x26")][dc("0x2b")](dc("0x2c")),this[dc("0xf")].innerHTML=this[dc("0x35")],this.on(dc("0x43"),((t,e,n)=>{this[dc("0xf")][dc("0x3")]=n}))}[dc("0x28")](t,e,n,o,r){const i=new s.ButtonView(this[dc("0x2f")]);return i[dc("0x4d")]({label:t,icon:e,tooltip:!0,tooltipPosition:r}),i[dc("0x1d")]({attributes:{class:n}}),i.on(dc("0x15"),(()=>{this[dc("0xe")](o,this[dc("0x2e")].id)})),i}getExternalSuggestionNote(){return"importWord"===this._model[dc("0x53")][dc("0x5")][dc("0x32")]?Yo(this[dc("0x2f")],dc("0x3c")):Yo(this[dc("0x2f")],"EXTERNAL_SUGGESTION")}getUserViewNotificationText(){return this[dc("0x2e")][dc("0x4e")]?"importWord"===this[dc("0x2e")][dc("0x53")]["@external"][dc("0x32")]?Yo(this[dc("0x2f")],dc("0x4"),this[dc("0x2e")][dc("0x52")][dc("0x3b")]):Yo(this[dc("0x2f")],dc("0x50"),this[dc("0x2e")].creator[dc("0x3b")]):null}}function mc(t,e){let n="";return n+=t[dc("0x37")]("*")[dc("0x2d")](((t,e)=>e%2!=0?dc("0xd")+fc(t)+dc("0x16"):fc(t))).join(""),e&&(n+=dc("0x47")+e.value+dc("0x45")+e[dc("0x4c")]+dc("0x54")),n}function fc(t){const e=document.createElement("span");return e[dc("0x14")]=t,e[dc("0x3")]}const hc=["suggestion-","suggestionLoaded","stopListening","add","Accept all suggestions","has","switchbutton","set","suggestionUnloaded","editor","Discard all selected suggestions","getAllAdjacentSuggestions","separator","getJoined","_updateController","delete","componentFactory","_initializeController","mainView","isMultiRange","registerAnnotation","value","keys","getSuggestion","activeMarkers","focus","config","_viewToController","CommentsUI","_createUIButton","values","EditorAnnotations","Annotations","comments.maxThreadTotalWeight","editing","trackChanges","CommentsRepository","acceptButton","actionView","isOn","_handleControllerBuffer","unbind","trackChanges.disableComments","getFirstRange","discardSelectedSuggestions","clear","source","view","commentThread","createAnnotationView","change:activeAnnotations","isEnabled","getMarkers","map","_refreshActiveMarkers","remove","reduce","button","some","init","model","requires","Track changes","length","TrackChangesEditing","_annotationViews","change:previous","comments.maxCommentCharsWhenCollapsed","_disableComments","isInContent","Accept all selected suggestions","getByInnerView","comments.maxCommentsWhenCollapsed","_destroyController","arrowView","discardAllSuggestions","push","commandName","discardButton","commands","isDirty","SuggestionThreadView","suggestionChanged","getMarkerNames","addComment","from","_handleSuggestionControllerDelayed","destroy","listenTo","buttonView","acceptAllSuggestions","locale","_suggestionToController","activeAnnotations","plugins","size","comments.editorConfig","_descriptionFactory","descriptionParts","type","get","head","execute","define","createAnnotation","filter","hasSuggestion","getRanges","getDescriptions","bind"];var pc,bc;pc=hc,bc=415,function(t){for(;--t;)pc.push(pc.shift())}(++bc);const Ec=function(t,e){return hc[t-=0]};class _c extends t.Plugin{static get[Ec("0x56")](){return[za,r.Users,Ec("0x3d"),Ec("0x39"),Ec("0x38")]}static get pluginName(){return"TrackChangesUI"}constructor(t){super(t),this[Ec("0x7")]=new Map,this[Ec("0x34")]=new Map,this[Ec("0x5a")]=new Map,this[Ec("0x41")]=new Map;const e=this.editor[Ec("0x33")];e.define("trackChanges.SuggestionThreadView",gc),e[Ec("0x12")]("trackChanges.disableComments",!1),this[Ec("0x5d")]=e[Ec("0xf")](Ec("0x43"))}_handleSuggestionControllerDelayed(t,e){0===this[Ec("0x41")][Ec("0xa")]&&setTimeout((()=>{for(const[t,e]of this._handleControllerBuffer){const n=this[Ec("0x7")][Ec("0x1e")](t);n||e?n&&e&&this[Ec("0x62")](t):this[Ec("0x2a")](t)}this[Ec("0x22")][Ec("0x9")][Ec("0xf")](Ec("0x38")).refreshSelectedViews(),this[Ec("0x4f")](),this[Ec("0x41")][Ec("0x46")]()}),10),this[Ec("0x41")][Ec("0x20")](t,e)}[Ec("0x54")](){const t=this[Ec("0x22")],e=t[Ec("0x9")][Ec("0xf")]("TrackChangesEditing"),n=t[Ec("0x9")][Ec("0xf")](Ec("0x39")),o=t[Ec("0x9")][Ec("0xf")](Ec("0x38")),s=t[Ec("0x9")].get("CommentsRepository");t.ui[Ec("0x29")][Ec("0x1c")]("trackChanges",(t=>this[Ec("0x36")](t))),o.addSourceCollector((()=>{const t=[];for(const[e,n]of Array[Ec("0x0")](this[Ec("0x7")])){const o=e[Ec("0x24")](),s=[];for(const t of o){if(!t.isInContent)continue;if(t[Ec("0x2c")]){s[Ec("0x65")](...t[Ec("0x16")]());continue}const e=t[Ec("0x44")]();if(s[Ec("0x58")]>0){const t=s[0][Ec("0x26")](e);if(t){s[0]=t;continue}}s[Ec("0x65")](e)}t[Ec("0x65")]([n[Ec("0x48")],s])}return t})),this.listenTo(e,Ec("0x1a"),((t,e)=>{this[Ec("0x3")](e,Ec("0x5b"),((t,n,o,s)=>{e[Ec("0x5e")]&&(null==o?(this[Ec("0x27")](s[Ec("0x10")]),this[Ec("0x1")](e,!1)):(this._updateController(o.head),this[Ec("0x1")](e,!0)))})),null===e.previous?this._handleSuggestionControllerDelayed(e,!1):this[Ec("0x27")](e.head)})),this[Ec("0x3")](e,Ec("0x21"),((t,e,n)=>{this[Ec("0x1b")](e,"change:previous"),this[Ec("0x41")][Ec("0x28")](e);const o=n?n[Ec("0x10")]:e,s=this[Ec("0x7")][Ec("0xf")](o);null!==n&&this[Ec("0x27")](o),null===n&&s&&this[Ec("0x62")](e)})),this[Ec("0x3")](e,Ec("0x6b"),((t,e)=>{this[Ec("0x27")](e)})),this.listenTo(n,Ec("0x4b"),(()=>{this[Ec("0x4f")]()})),this.listenTo(s,Ec("0x6d"),((t,{threadId:n,isFromAdapter:o})=>{if(o||!e[Ec("0x15")](n))return;const s=e[Ec("0x30")](n);this[Ec("0x7")][Ec("0xf")](s)[Ec("0x48")][Ec("0x32")]()}),{priority:"lowest"})}_refreshActiveMarkers(){const t=this[Ec("0x22")].plugins[Ec("0xf")](Ec("0x39")),e=this.editor[Ec("0x9")].get(Ec("0x59")),n=Array[Ec("0x0")](t[Ec("0x8")],(t=>t.innerView))[Ec("0x14")]((t=>this._viewToController[Ec("0x1e")](t))),o=[];for(const t of n){const e=this[Ec("0x34")].get(t)[Ec("0x55")][Ec("0x24")]();o[Ec("0x65")](...e[Ec("0x51")](((t,e)=>[...t,...e[Ec("0x6c")]()]),[]))}e[Ec("0x31")]=o}[Ec("0x36")](t){const n=(0,s.createDropdown)(t,s.SplitButtonView),o=this[Ec("0x22")][Ec("0x68")].get(Ec("0x3c")),r=Yo(t,Ec("0x57"));n[Ec("0x4")][Ec("0x20")]({tooltip:r,label:r,icon:'\x3c!--\n\n What you\'re currently looking at is the source code of a legally protected, proprietary software.\n CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,\n all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.\n\n Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.\n\n!--\x3e\n\n<svg viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M1 3.28C1 2.574 1.574 2 2.272 2h10.23c.703 0 1.272.573 1.272 1.28v12.768c0 .708-.574 1.281-1.271 1.281H2.272A1.276 1.276 0 0 1 1 16.049V3.28zm11.503 12.954c-.008 0-.006-12.77-.006-12.77 0-.003-10.225-.004-10.225-.004.007 0 .005 12.77.005 12.77 0 .003 10.226.004 10.226.004zm-8.31-9.58c0-.353.292-.64.636-.64h5.116c.351 0 .636.284.636.64a.641.641 0 0 1-.636.638H4.829a.636.636 0 0 1-.635-.639zm0 2.554c0-.352.292-.638.636-.638h5.116c.351 0 .636.283.636.638a.641.641 0 0 1-.636.639H4.829a.636.636 0 0 1-.635-.639zm0 2.555c0-.353.289-.639.633-.639h2.567c.35 0 .633.284.633.64a.639.639 0 0 1-.633.638H4.826a.634.634 0 0 1-.632-.639z"/><path d="M10.515 17.958l.154-.23c-.195-.099-.304-.193-.328-.28-.024-.09.001-.275.076-.552.062-.165.099-.296.111-.393.013-.159.013-.319 0-.478-.138-.41-.2-.686-.187-.83.013-.145.117-.335.313-.57l4.465-6.208c.356-.6 1.059-.56 2.11.119 1.051.68 1.443 1.271 1.177 1.771L14.53 17.14c-.105.271-.22.444-.347.516-.128.07-.399.118-.813.138a2.954 2.954 0 0 0-.487.21 2.044 2.044 0 0 0-.347.31c-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.738h.001zm-.184.274l1.039.727-.259.34H9.614l.717-1.067z"/></g></svg>\n'}),n[Ec("0x4")][Ec("0x18")]("isOn").to(o,Ec("0x2e")),n.buttonView.on(Ec("0x11"),(()=>{o[Ec("0x11")](),this.editor[Ec("0x3b")][Ec("0x48")][Ec("0x32")]()}));const i=new e.Collection,x=[{type:Ec("0x1f"),model:{withText:!0,label:r,commandName:Ec("0x3c")}},{type:Ec("0x25")},{type:Ec("0x52"),model:{withText:!0,label:Yo(t,Ec("0x1d")),commandName:Ec("0x5")}},{type:Ec("0x52"),model:{withText:!0,label:Yo(t,Ec("0x5f")),commandName:"acceptSelectedSuggestions"}},{type:Ec("0x52"),model:{withText:!0,label:Yo(t,"Discard all suggestions"),commandName:Ec("0x64")}},{type:Ec("0x52"),model:{withText:!0,label:Yo(t,Ec("0x23")),commandName:Ec("0x45")}}];for(const t of x){let e={type:Ec("0x25")};if(t[Ec("0x55")]){const n=new s.Model(t[Ec("0x55")]),o=this[Ec("0x22")][Ec("0x68")][Ec("0xf")](n.commandName);n[Ec("0x18")](Ec("0x40"),"isEnabled").to(o,"value","isEnabled"),e={type:t[Ec("0xe")],model:n}}i.add(e)}(0,s.addListToDropdown)(n,i);const a=x.filter((t=>null!=t[Ec("0x55")]))[Ec("0x4e")]((t=>this[Ec("0x22")][Ec("0x68")][Ec("0xf")](t[Ec("0x55")][Ec("0x66")]))),c=n[Ec("0x4")];return c[Ec("0x3f")][Ec("0x42")](Ec("0x4c")),c[Ec("0x63")].unbind(Ec("0x4c")),c[Ec("0x3f")].bind(Ec("0x4c")).to(o,Ec("0x4c")),c[Ec("0x63")][Ec("0x18")](Ec("0x4c")).toMany(a,"isEnabled",((...t)=>t[Ec("0x53")]((t=>t)))),n.on(Ec("0x11"),(t=>{this.editor.execute(t[Ec("0x47")].commandName),this[Ec("0x22")].editing.view[Ec("0x32")]()})),n}[Ec("0x2a")](t){const e=this.editor,n=e[Ec("0x33")],o=e.plugins.get(Ec("0x39")),s=e[Ec("0x9")][Ec("0xf")](Ec("0x3d")),i=e.plugins.get(Ec("0x38")),x=e.plugins[Ec("0xf")](r.Users).me,a=n.get(Ec("0x3c"))[Ec("0x6a")],{CommentsListView:c,CommentThreadInputView:l}=e[Ec("0x9")].get(Ec("0x35"));let u,d;this[Ec("0x5a")].has(t.id)?(d=this._annotationViews[Ec("0xf")](t.id),u=d[Ec("0x2b")]):(u=new a(e[Ec("0x6")],t,x,{disableComments:this[Ec("0x5d")],editorConfig:n[Ec("0xf")](Ec("0xb")),maxCommentsWhenCollapsed:n[Ec("0xf")](Ec("0x61")),maxThreadTotalWeight:n[Ec("0xf")](Ec("0x3a")),maxCommentCharsWhenCollapsed:n[Ec("0xf")](Ec("0x5c")),formatDateTime:(0,r.getDateTimeFormatter)(n.get(Ec("0x6"))),CommentView:n[Ec("0xf")]("comments").CommentView,CommentsListView:c,CommentThreadInputView:l}),u[Ec("0x3e")].on("execute",(()=>{e[Ec("0x3b")][Ec("0x48")][Ec("0x32")]()})),u[Ec("0x67")].on(Ec("0x11"),(()=>{e[Ec("0x3b")][Ec("0x48")][Ec("0x32")]()})),d=o[Ec("0x4a")](this[Ec("0x22")][Ec("0x6")],u),d[Ec("0x18")](Ec("0x69")).to(u,Ec("0x69")),d.bind(Ec("0x58")).to(u),d.bind("type").to(u,Ec("0xe"),(t=>"suggestion-"+t)),this[Ec("0x5a")][Ec("0x20")](t.id,d));const g=s.createCommentThreadController(t[Ec("0x49")],u),m=new oc(e,t,u,g),f=t[Ec("0x24")]()[Ec("0x14")]((t=>t.isInContent));u[Ec("0xd")]=e.plugins.get(Ec("0x59"))[Ec("0xc")][Ec("0x17")](f),this._suggestionToController[Ec("0x20")](t,m),this[Ec("0x34")][Ec("0x20")](u,m);const h=o[Ec("0x13")]({view:d,target:()=>{const n=[],o=t[Ec("0x24")]().filter((t=>t.isInContent));for(const t of o)n[Ec("0x65")](...t[Ec("0x4d")]());return(0,r.getAllMarkersDomElementsSorted)(e[Ec("0x3b")],n)},type:()=>Ec("0x19")+m[Ec("0x48")][Ec("0xe")]});o[Ec("0x1c")](h),i[Ec("0x2d")](h)}[Ec("0x62")](t){const e=this[Ec("0x22")].plugins[Ec("0xf")](Ec("0x39")),n=this[Ec("0x7")][Ec("0xf")](t),o=n[Ec("0x48")],s=e[Ec("0x60")](o);s&&e[Ec("0x50")](s),this[Ec("0x7")][Ec("0x28")](t),this[Ec("0x34")].delete(o),n[Ec("0x2")]()}[Ec("0x27")](t){if(!t[Ec("0x5e")]||!this[Ec("0x7")][Ec("0x1e")](t))return;const e=this[Ec("0x22")].plugins[Ec("0xf")](Ec("0x59")),n=this[Ec("0x7")].get(t),o=t[Ec("0x24")]();n[Ec("0x48")][Ec("0xd")]=e[Ec("0xc")][Ec("0x17")](o)}[Ec("0x2")](){for(const t of this[Ec("0x7")][Ec("0x2f")]())this[Ec("0x62")](t);for(const t of this[Ec("0x5a")][Ec("0x37")]())t[Ec("0x2b")][Ec("0x2")]();super[Ec("0x2")]()}}var Tc,Cc,yc=["addSuggestionData","plugins","getSuggestion","TrackChanges","addSuggestion","get","editor","pluginName","Comments","getSuggestions","adapter"];Tc=yc,Cc=349,function(t){for(;--t;)Tc.push(Tc.shift())}(++Cc);var kc=function(t,e){return yc[t-=0]};class Ac extends t.Plugin{static get requires(){return[za,_c,kc("0x0")]}static get[kc("0xa")](){return kc("0x6")}set adapter(t){this[kc("0x9")].plugins[kc("0x8")](za)[kc("0x2")]=t}get[kc("0x2")](){return this[kc("0x9")].plugins.get(za)[kc("0x2")]}[kc("0x7")](t){return this[kc("0x9")][kc("0x4")][kc("0x8")](za)[kc("0x3")](t)}[kc("0x1")]({skipNotAttached:t=!1,toJSON:e=!1}={}){return this[kc("0x9")][kc("0x4")].get(za).getSuggestions({skipNotAttached:t,toJSON:e})}[kc("0x5")](t){return this[kc("0x9")][kc("0x4")].get(za).getSuggestion(t)}}const vc=["appendChild","filter","function","discardAllSuggestions","init","RevisionTracker","_adapter","context","editor","DocumentOutline","plugins","has","get","destroy","data","end","Users","set","trackChangesData.editorCreator","getRootNames","trackChangesData","push","getSuggestions","addSuggestionData","execute","Pagination","users","adapter","names","TrackChangesEditing","constructor","from","every","requires","define","div","editorCreator","concat","CommentsRepository","result","createElement","WordCount","useAnonymousUser","addUser","string","WebSocketGateway","TrackChangesDataGetter","reduce","pluginName","track-changes-data-invalid-editor-creator","createDocumentFragment","extraPlugins","map","toolbar","config","acceptAllSuggestions","getDataWithAcceptedSuggestions"];var Rc,Sc;Rc=vc,Sc=112,function(t){for(;--t;)Rc.push(Rc.shift())}(++Sc);const Ic=function(t,e){return vc[t-=0]},Lc=["initialData",Ic("0x9"),Ic("0x37")],Nc=[Ic("0x2f"),Ic("0x7"),"Autosave",Ic("0x2b"),Ic("0x1b"),Ic("0xb")];class wc extends t.Plugin{static get[Ic("0x23")](){return[za]}static get[Ic("0x32")](){return"TrackChangesData"}[Ic("0x6")](){const t=this[Ic("0xa")];if(t[Ic("0x38")][Ic("0x24")](Ic("0x14"),(e=>t[Ic("0x20")].create("",e))),Ic("0x4")!=typeof t[Ic("0x38")].get("trackChangesData")[Ic("0x26")])throw new e.CKEditorError(Ic("0x33"))}[Ic("0x1")](t){return Oc(this[Ic("0xa")],!0,t)}getDataWithDiscardedSuggestions(t){return Oc(this[Ic("0xa")],!1,t)}}class Mc extends t.Plugin{static get[Ic("0x32")](){return Ic("0x30")}constructor(t){super(t),this[Ic("0x29")]=Ic("0x11")}[Ic("0x6")](){this[Ic("0xa")][Ic("0xc")][Ic("0xe")](Ic("0x28"))[Ic("0x1d")]={addCommentThread:()=>new Promise((()=>{})),getCommentThread:()=>new Promise((()=>{})),updateCommentThread:()=>new Promise((()=>{})),resolveCommentThread:()=>new Promise((()=>{})),reopenCommentThread:()=>new Promise((()=>{})),removeCommentThread:()=>new Promise((()=>{})),addComment:()=>new Promise((()=>{})),updateComment:()=>new Promise((()=>{})),removeComment:()=>new Promise((()=>{}))},this.editor.plugins.get("TrackChangesEditing")[Ic("0x8")]=null}}async function Oc(t,e,n){const o=function(t){const e={};for(const n of t[Ic("0x38")][Ic("0x1e")]())Lc.includes(n)||(e[n]=t[Ic("0x38")][Ic("0xe")](n));const n=t[Ic("0x20")].builtinPlugins||[],o=e.extraPlugins||[];delete e[Ic("0x35")];const s=n[Ic("0x27")](e[Ic("0xc")])[Ic("0x27")](o)[Ic("0x36")]((t=>Ic("0x2e")==typeof t?n.find((e=>e[Ic("0x32")]==t)):t)),r=Array[Ic("0x21")](new Set(s)),i=new Map;return e[Ic("0xc")]=r[Ic("0x3")]((t=>Fc(t,i))),e[Ic("0xc")][Ic("0x17")](Mc),e[Ic("0xc")][Ic("0x17")](za),e}(t),s=document[Ic("0x34")](),r=t[Ic("0x38")][Ic("0xe")](Ic("0x16"))[Ic("0x26")],i=await r(o,(()=>function(t){const e=document[Ic("0x2a")](Ic("0x25"));return t[Ic("0x2")](e),e}(s)));!function(t,e){const n=t.model.document[Ic("0x15")]()[Ic("0x31")](((e,n)=>(e[n]=t[Ic("0x10")][Ic("0xe")]({rootName:n}),e)),{}),o=t[Ic("0xc")][Ic("0xe")]("Users")[Ic("0x1c")][Ic("0x36")]((t=>({id:t.id,name:t.name}))),s=t[Ic("0xc")][Ic("0xe")](Ic("0x1f"))[Ic("0x18")]({skipNotAttached:!0,toJSON:!0}),r=e[Ic("0xc")].get(Ic("0x12")),i=e[Ic("0xc")][Ic("0xe")]("TrackChangesEditing");for(const t of o)r.getUser(t.id)||r[Ic("0x2d")](t);r.me||r[Ic("0x2c")]();for(const t of s)i[Ic("0x19")](t);e.data[Ic("0x13")](n)}(t,i),i[Ic("0x1a")](Ic(e?"0x0":"0x5"));const x=i[Ic("0x10")][Ic("0xe")](n);return await i[Ic("0xf")](),x}function Fc(t,e){const n=Ic("0x4")==typeof t?t[Ic("0x32")]||t.name:t;if(e[Ic("0xd")](n))return e[Ic("0xe")](n);if(e[Ic("0x13")](n,!0),n&&Nc.includes(n))return e[Ic("0x13")](n,!1),!1;if(!t[Ic("0x23")])return e[Ic("0x13")](n,!0),!0;const o=t[Ic("0x23")][Ic("0x22")]((t=>Fc(t,e)));return e[Ic("0x13")](n,o),o}})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=o})();
|