@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240402.0 → 0.0.0-nightly-20240403.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/sq.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 +1 -0
- package/lang/translations/ar.po +4 -0
- package/lang/translations/az.po +4 -0
- package/lang/translations/bg.po +4 -0
- package/lang/translations/bn.po +4 -0
- package/lang/translations/ca.po +4 -0
- package/lang/translations/cs.po +4 -0
- package/lang/translations/da.po +4 -0
- package/lang/translations/de.po +4 -0
- package/lang/translations/el.po +4 -0
- package/lang/translations/en-au.po +4 -0
- package/lang/translations/en.po +4 -0
- package/lang/translations/es.po +4 -0
- package/lang/translations/et.po +4 -0
- package/lang/translations/fi.po +4 -0
- package/lang/translations/fr.po +4 -0
- package/lang/translations/gl.po +4 -0
- package/lang/translations/he.po +4 -0
- package/lang/translations/hi.po +4 -0
- package/lang/translations/hr.po +4 -0
- package/lang/translations/hu.po +4 -0
- package/lang/translations/id.po +4 -0
- package/lang/translations/it.po +4 -0
- package/lang/translations/ja.po +4 -0
- package/lang/translations/ko.po +4 -0
- package/lang/translations/lt.po +4 -0
- package/lang/translations/lv.po +4 -0
- package/lang/translations/ms.po +4 -0
- package/lang/translations/nl.po +4 -0
- package/lang/translations/no.po +4 -0
- package/lang/translations/pl.po +4 -0
- package/lang/translations/pt-br.po +4 -0
- package/lang/translations/pt.po +4 -0
- package/lang/translations/ro.po +4 -0
- package/lang/translations/ru.po +4 -0
- package/lang/translations/sk.po +4 -0
- package/lang/translations/sq.po +4 -0
- package/lang/translations/sr-latn.po +4 -0
- package/lang/translations/sr.po +4 -0
- package/lang/translations/sv.po +4 -0
- package/lang/translations/th.po +4 -0
- package/lang/translations/tk.po +4 -0
- package/lang/translations/tr.po +4 -0
- package/lang/translations/tt.po +4 -0
- package/lang/translations/uk.po +4 -0
- package/lang/translations/ur.po +4 -0
- package/lang/translations/vi.po +4 -0
- package/lang/translations/zh-cn.po +4 -0
- package/lang/translations/zh.po +4 -0
- 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.js +1 -1
- package/src/integrations/aiassistant.js +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/casechange.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/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- 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/imagestyle.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/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.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/multilevellist.d.ts +24 -0
- package/src/integrations/multilevellist.js +23 -0
- 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.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- 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.d.ts +2 -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:* 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 image URL*":"*Replace image URL*","*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 format:* %0":"*Set format:* %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_DEFAULT:"bulleted list (default)",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_DEFAULT:"numbered list (default)",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",ENTER_DELETION_SUGGESTION_ANNOUNCEMENT:"Entering deletion suggestion.",ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT:"Entering formatting suggestion.",ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT:"Entering insertion suggestion.",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_ALIGNMENT:"alignment",FORMAT_BOLD:"bold",FORMAT_CODE:"code",FORMAT_FONT_BACKGROUND:"font background color",FORMAT_FONT_COLOR:"font color",FORMAT_FONT_FAMILY:"font family",FORMAT_FONT_SIZE:"font size",FORMAT_HEADER_COLUMN:"header column",FORMAT_HEADER_ROW:"header row",FORMAT_HIGHLIGHT:"highlight",FORMAT_IMAGE_SIZE:"image size",FORMAT_INDENT:"indent",FORMAT_ITALIC:"italic",FORMAT_JUSTIFY_TEXT:"justify",FORMAT_LIST_REVERSED:"list reversed",FORMAT_LIST_START:"list start",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_STYLE:"style",FORMAT_SUBSCRIPT:"subscript",FORMAT_SUPERSCRIPT:"superscript",FORMAT_UNDERLINE:"underline",LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT:"Leaving deletion suggestion.",LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT:"Leaving formatting suggestion.",LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT:"Leaving insertion suggestion.",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:* 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 image URL*":"*Replace image URL*","*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 format:* %0":"*Set format:* %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_DEFAULT:"bulleted list (default)",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_MULTI_LEVEL_LIST:"multi-level list",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_DEFAULT:"numbered list (default)",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",ENTER_DELETION_SUGGESTION_ANNOUNCEMENT:"Entering deletion suggestion.",ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT:"Entering formatting suggestion.",ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT:"Entering insertion suggestion.",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_ALIGNMENT:"alignment",FORMAT_BOLD:"bold",FORMAT_CODE:"code",FORMAT_FONT_BACKGROUND:"font background color",FORMAT_FONT_COLOR:"font color",FORMAT_FONT_FAMILY:"font family",FORMAT_FONT_SIZE:"font size",FORMAT_HEADER_COLUMN:"header column",FORMAT_HEADER_ROW:"header row",FORMAT_HIGHLIGHT:"highlight",FORMAT_IMAGE_SIZE:"image size",FORMAT_INDENT:"indent",FORMAT_ITALIC:"italic",FORMAT_JUSTIFY_TEXT:"justify",FORMAT_LIST_REVERSED:"list reversed",FORMAT_LIST_START:"list start",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_STYLE:"style",FORMAT_SUBSCRIPT:"subscript",FORMAT_SUPERSCRIPT:"superscript",FORMAT_UNDERLINE:"underline",LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT:"Leaving deletion suggestion.",LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT:"Leaving formatting suggestion.",LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT:"Leaving insertion suggestion.",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-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
4
4
|
* For licensing, see LICENSE.md.
|
|
5
|
-
*/(()=>{var t={211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},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 r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>xc,TrackChanges:()=>Zc,TrackChangesData:()=>nu,TrackChangesEditing:()=>Ic});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);function c(t,e){const n=f();return(c=function(t,e){return n[t-=120]})(t,e)}const u=c;!function(t,e){const n=c,r=t();for(;;)try{if(458263===-parseInt(n(143))/1+parseInt(n(126))/2*(-parseInt(n(120))/3)+parseInt(n(133))/4+-parseInt(n(121))/5*(parseInt(n(127))/6)+-parseInt(n(130))/7+parseInt(n(134))/8*(parseInt(n(122))/9)+-parseInt(n(142))/10*(-parseInt(n(128))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(f);class l extends t.Command{constructor(t,e){const n=c;super(t),this[n(138)]=e,this[n(131)]=!1,this[n(145)](),this[n(125)]=!1}[u(145)](){this[u(124)]=!0}[u(139)](){const t=u;this[t(131)]=!this[t(131)],this[t(131)]?this[t(123)]():this[t(137)]()}[u(123)](){const t=u;for(const e of this[t(141)][t(132)][t(132)]())e[t(144)]&&!this[t(138)][t(129)](e)&&e[t(136)](t(140))}[u(137)](){const t=u;for(const e of this[t(141)][t(132)][t(132)]())e[t(144)]&&!this[t(138)][t(129)](e)&&e[t(135)](t(140))}}function f(){const t=["_disableUnsupportedCommands","isEnabled","_isEnabledBasedOnSelection","40654REZHhj","52038auKazb","31427BVYnWf","has","1864016YpVpVW","value","commands","463768jYvhFj","6743344GpLoqr","clearForceDisabled","forceDisabled","_enableCommands","_enabledCommands","execute","TrackChangesCommand","editor","1100OURptQ","409541BiVgIo","affectsData","refresh","9JOfXuX","45YXvnJO","9HYqJDb"];return(f=function(){return t})()}const h=g;function d(){const t=["refresh","632wwTEjU","_isEnabledBasedOnSelection","model","4389184VenNon","acceptSuggestion","8054406gcEDgo","editor","964308fuOKqm","1jJJfqa","TrackChangesEditing","45597684KGKdqd","19666640eZPzMJ","9HjfIfk","isEnabled","plugins","execute","getRanges","7QmVAmI","track-changes-accept-suggestion-not-found","51935jDiVNP","get","_suggestions","canEditAt","1357060nRdjpv"];return(d=function(){return t})()}function g(t,e){const n=d();return(g=function(t,e){return n[t-=118]})(t,e)}!function(t,e){const n=g,r=t();for(;;)try{if(996521===parseInt(n(120))/1*(-parseInt(n(135))/2)+parseInt(n(119))/3+parseInt(n(137))/4*(parseInt(n(131))/5)+parseInt(n(142))/6*(parseInt(n(129))/7)+-parseInt(n(140))/8*(-parseInt(n(124))/9)+parseInt(n(123))/10+-parseInt(n(122))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(d);class p extends t.Command{constructor(t,e){const n=g;super(t),this[n(133)]=e,this[n(136)](),this[n(138)]=!1}[h(136)](){this[h(125)]=!0}[h(127)](t){const n=h,r=this[n(133)][n(132)](t);if(!r)throw new e.CKEditorError(n(130),this);const s=r[n(128)]();this[n(118)][n(139)][n(134)](s)&&this[n(118)][n(126)][n(132)](n(121))[n(141)](r)}}const m=I;function I(t,e){const n=b();return(I=function(t,e){return n[t-=177]})(t,e)}!function(t,e){const n=I,r=t();for(;;)try{if(118276===-parseInt(n(180))/1+parseInt(n(187))/2+parseInt(n(196))/3+parseInt(n(195))/4*(-parseInt(n(177))/5)+parseInt(n(178))/6+-parseInt(n(179))/7+parseInt(n(193))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(b);class E extends t.Command{constructor(t,e){const n=I;super(t),this[n(194)]=e,this[n(191)](),this[n(192)]=!1}[m(191)](){this[m(184)]=!0}[m(182)](t){const n=m,r=this[n(194)][n(198)](t);if(!r)throw new e.CKEditorError(n(189),this);const s=r[n(186)]();this[n(188)][n(183)][n(185)](s)&&this[n(188)][n(190)][n(198)](n(181))[n(197)](r)}}function b(){const t=["1205vxRbWb","837024zzCWUf","832664DnjTik","190959geIURv","TrackChangesEditing","execute","model","isEnabled","canEditAt","getRanges","393264xGEdjq","editor","track-changes-discard-suggestion-not-found","plugins","refresh","_isEnabledBasedOnSelection","1394176QHXLAe","_suggestions","3176CHTgsV","327399WyrQWx","discardSuggestion","get"];return(b=function(){return t})()}function T(){const t=["isArray","762766HNXOjq","getRanges","type","5411080GhsFqD","createPositionAfter","execute","deletion","value","sort","isInContent","10162138icsPmm","start","change","push","join","6YJlCaL","createPositionAt","isObject","replace","4117372jDrcBn","add","5yebQPO","isIntersecting","9IcCfUH"," [color ","isTouching","next","map","content","isCollapsed","from","isMultiRange","schema","281523HaHdOX","end","createRange","3BOgSbq","13373740PlyaQb","length","25218699GCLHdu","createPositionBefore","color","splice"];return(T=function(){return t})()}function _(t){const e=k;return t[e(159)](((t,n)=>e(157)==t[e(153)]&&e(157)!=n[e(153)]?-1:e(157)!=t[e(153)]&&e(157)==n[e(153)]?1:0))}function y(t,e){const n=k;let r,s=0;const o=[],i=e[n(139)];for(;s<t[n(145)];){const a=t[s],c=t[s+1];r||(r=e[n(147)](a)),A(e,a,c)||(o[n(164)](e[n(142)](r,i[n(168)](a)?e[n(155)](a):e[n(167)](a,n(141)))),r=null),s++}return o}function A(t,e,n){const r=k;if(!n)return!1;const s=t[r(155)](e),o=t[r(147)](n);return s[r(132)](o)}!function(t,e){const n=k,r=t();for(;;)try{if(749597===parseInt(n(140))/1+parseInt(n(151))/2*(-parseInt(n(143))/3)+parseInt(n(170))/4*(parseInt(n(172))/5)+parseInt(n(166))/6*(parseInt(n(161))/7)+-parseInt(n(154))/8+-parseInt(n(130))/9*(-parseInt(n(144))/10)+-parseInt(n(146))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(T);function k(t,e){const n=T();return(k=function(t,e){return n[t-=130]})(t,e)}function C(t,e,n){const r=k;for(;n[r(145)];){const s=n[r(149)](0,100);t[r(163)]((()=>{const t=r;for(const n of s)n[t(160)]&&e[t(156)](n.id)}))}}function R(t,e){const n=N();return(R=function(t,e){return n[t-=206]})(t,e)}const L=R;function N(){const t=["2232030jXVbfF","1746789DTtKvs","getRanges","1656417JHfyFg","execute","9thboTs","4zDrXQk","_isEnabledBasedOnSelection","144EyKBwU","6TFMmzr","_suggestions","6943744cTKxbU","isInContent","refresh","_command","1891332SUGpFB","4702OJKXvt","50nuavUj","isEnabled","from","4093425vHyAWx","model","canEditAt","editor","values","some"];return(N=function(){return t})()}!function(t,e){const n=R,r=t();for(;;)try{if(747043===-parseInt(n(222))/1*(parseInt(n(221))/2)+parseInt(n(220))/3*(-parseInt(n(211))/4)+-parseInt(n(225))/5+-parseInt(n(214))/6*(parseInt(n(208))/7)+parseInt(n(216))/8*(parseInt(n(210))/9)+-parseInt(n(231))/10+-parseInt(n(206))/11*(-parseInt(n(213))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(N);class S extends t.Command{constructor(t,e,n){const r=R;super(t),this[r(219)]=e,this[r(215)]=n,this[r(218)](),this[r(212)]=!1}[L(218)](){const t=L,e=Array[t(224)](this[t(215)][t(229)]())[t(230)]((e=>e[t(217)]));this[t(223)]=this[t(219)][t(223)]&&e}[L(209)](){const t=L,e=_(Array[t(224)](this[t(215)][t(229)]()));for(const n of e){const e=n[t(207)]();if(!this[t(228)][t(226)][t(227)](e))return}C(this[t(228)][t(226)],this[t(219)],e)}}const v=M;function M(t,e){const n=O();return(M=function(t,e){return n[t-=204]})(t,e)}function O(){const t=["model","_command","getRanges","size","selection","canEditAt","from","_isEnabledBasedOnSelection","141390cuyZKU","668775dYOiyK","130431wEXBqR","498ycAnIV","254304OrJPTS","execute","document","isEnabled","4QpuuZU","60632yfokZM","50OuPVYA","editor","_selectedSuggestions","_suggestions","refresh","94669cPMYNh","values","2852pRQwMP"];return(O=function(){return t})()}!function(t,e){const n=M,r=t();for(;;)try{if(111563===parseInt(n(204))/1*(parseInt(n(223))/2)+-parseInt(n(218))/3*(-parseInt(n(206))/4)+-parseInt(n(216))/5+parseInt(n(219))/6+-parseInt(n(217))/7+-parseInt(n(224))/8+-parseInt(n(215))/9*(parseInt(n(225))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(O);class w extends t.Command{constructor(t,e,n){const r=M;super(t),this[r(208)]=e,this[r(228)]=n,this[r(227)]=new Set,this[r(229)](),this[r(214)]=!1}[v(229)](){const t=v,e=this[t(226)][t(207)][t(221)][t(211)],n=Array[t(213)](this[t(228)][t(205)]());this[t(227)]=function(t,e){const n=k,r=Array[n(137)](t[n(152)]()),s=new Set;for(const o of e)if(o[n(160)])for(const e of r)for(const r of o[n(152)]())(e[n(173)](r)||t[n(136)]&&!o[n(138)]&&o[n(133)]&&r[n(141)][n(132)](e[n(162)]))&&s[n(171)](o);return s}(e,n),this[t(222)]=this[t(208)][t(222)]&&!!this[t(227)][t(210)]}[v(220)](){const t=v,e=_(Array[t(213)](this[t(227)]));for(const n of e){const e=n[t(209)]();if(!this[t(226)][t(207)][t(212)](e))return}C(this[t(226)][t(207)],this[t(208)],e)}}const F=function(){this.__data__=[],this.size=0};const D=function(t,e){return t===e||t!=t&&e!=e};const P=function(t,e){for(var n=t.length;n--;)if(D(t[n][0],e))return n;return-1};var x=Array.prototype.splice;const B=function(t){var e=this.__data__,n=P(e,t);return!(n<0)&&(n==e.length-1?e.pop():x.call(e,n,1),--this.size,!0)};const U=function(t){var e=this.__data__,n=P(e,t);return n<0?void 0:e[n][1]};const j=function(t){return P(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=P(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function V(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}V.prototype.clear=F,V.prototype.delete=B,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const H=V;const W=function(){this.__data__=new H,this.size=0};const z=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const K=function(t){return this.__data__.get(t)};const Q=function(t){return this.__data__.has(t)};const X="object"==typeof global&&global&&global.Object===Object&&global;var q="object"==typeof self&&self&&self.Object===Object&&self;const J=X||q||Function("return this")();const Y=J.Symbol;var Z=Object.prototype,$=Z.hasOwnProperty,tt=Z.toString,et=Y?Y.toStringTag:void 0;const nt=function(t){var e=$.call(t,et),n=t[et];try{t[et]=void 0;var r=!0}catch(t){}var s=tt.call(t);return r&&(e?t[et]=n:delete t[et]),s};var rt=Object.prototype.toString;const st=function(t){return rt.call(t)};var ot=Y?Y.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=J["__core-js_shared__"];var lt,ft=(lt=/[^.]+$/.exec(ut&&ut.keys&&ut.keys.IE_PROTO||""))?"Symbol(src)_1."+lt:"";const ht=function(t){return!!ft&&ft in t};var dt=Function.prototype.toString;const gt=function(t){if(null!=t){try{return dt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var pt=/^\[object .+?Constructor\]$/,mt=Function.prototype,It=Object.prototype,Et=mt.toString,bt=It.hasOwnProperty,Tt=RegExp("^"+Et.call(bt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _t=function(t){return!(!at(t)||ht(t))&&(ct(t)?Tt:pt).test(gt(t))};const yt=function(t,e){return null==t?void 0:t[e]};const At=function(t,e){var n=yt(t,e);return _t(n)?n:void 0};const kt=At(J,"Map");const Ct=At(Object,"create");const Rt=function(){this.__data__=Ct?Ct(null):{},this.size=0};const Lt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Nt=Object.prototype.hasOwnProperty;const St=function(t){var e=this.__data__;if(Ct){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Nt.call(e,t)?e[t]:void 0};var vt=Object.prototype.hasOwnProperty;const Mt=function(t){var e=this.__data__;return Ct?void 0!==e[t]:vt.call(e,t)};const Ot=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Ct&&void 0===e?"__lodash_hash_undefined__":e,this};function wt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}wt.prototype.clear=Rt,wt.prototype.delete=Lt,wt.prototype.get=St,wt.prototype.has=Mt,wt.prototype.set=Ot;const Ft=wt;const Dt=function(){this.size=0,this.__data__={hash:new Ft,map:new(kt||H),string:new Ft}};const Pt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const xt=function(t,e){var n=t.__data__;return Pt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Bt=function(t){var e=xt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return xt(this,t).get(t)};const jt=function(t){return xt(this,t).has(t)};const Gt=function(t,e){var n=xt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Vt.prototype.clear=Dt,Vt.prototype.delete=Bt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const Ht=Vt;const Wt=function(t,e){var n=this.__data__;if(n instanceof H){var r=n.__data__;if(!kt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Ht(r)}return n.set(t,e),this.size=n.size,this};function zt(t){var e=this.__data__=new H(t);this.size=e.size}zt.prototype.clear=W,zt.prototype.delete=z,zt.prototype.get=K,zt.prototype.has=Q,zt.prototype.set=Wt;const Kt=zt;const Qt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const Xt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const qt=function(t,e,n){"__proto__"==e&&Xt?Xt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Jt=Object.prototype.hasOwnProperty;const Yt=function(t,e,n){var r=t[e];Jt.call(t,e)&&D(r,n)&&(void 0!==n||e in t)||qt(t,e,n)};const Zt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?qt(n,a,c):Yt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?J.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const de=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const ge=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&ge(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&X.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var ke=Object.prototype.hasOwnProperty;const Ce=function(t,e){var n=ie(t),r=!n&&oe(t),s=!n&&!r&&fe(t),o=!n&&!r&&!s&&Ae(t),i=n||r||s||o,a=i?$t(t.length,String):[],c=a.length;for(var u in t)!e&&!ke.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||de(u,c))||a.push(u);return a};var Re=Object.prototype;const Le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Re)};const Ne=function(t,e){return function(n){return t(e(n))}};const Se=Ne(Object.keys,Object);var ve=Object.prototype.hasOwnProperty;const Me=function(t){if(!Le(t))return Se(t);var e=[];for(var n in Object(t))ve.call(t,n)&&"constructor"!=n&&e.push(n);return e};const Oe=function(t){return null!=t&&ge(t.length)&&!ct(t)};const we=function(t){return Oe(t)?Ce(t):Me(t)};const Fe=function(t,e){return t&&Zt(e,we(e),t)};const De=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Pe=Object.prototype.hasOwnProperty;const xe=function(t){if(!at(t))return De(t);var e=Le(t),n=[];for(var r in t)("constructor"!=r||!e&&Pe.call(t,r))&&n.push(r);return n};const Be=function(t){return Oe(t)?Ce(t,!0):xe(t)};const Ue=function(t,e){return t&&Zt(e,Be(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?J.Buffer:void 0,He=Ve?Ve.allocUnsafe:void 0;const We=function(t,e){if(e)return t.slice();var n=t.length,r=He?He(n):new t.constructor(n);return t.copy(r),r};const ze=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const Ke=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const Qe=function(){return[]};var Xe=Object.prototype.propertyIsEnumerable,qe=Object.getOwnPropertySymbols;const Je=qe?function(t){return null==t?[]:(t=Object(t),Ke(qe(t),(function(e){return Xe.call(t,e)})))}:Qe;const Ye=function(t,e){return Zt(t,Je(t),e)};const Ze=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Ne(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Ze(e,Je(t)),t=$e(t);return e}:Qe;const en=function(t,e){return Zt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Ze(r,n(t))};const rn=function(t){return nn(t,we,Je)};const sn=function(t){return nn(t,Be,tn)};const on=At(J,"DataView");const an=At(J,"Promise");const cn=At(J,"Set");const un=At(J,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",dn="[object WeakMap]",gn="[object DataView]",pn=gt(on),mn=gt(kt),In=gt(an),En=gt(cn),bn=gt(un),Tn=it;(on&&Tn(new on(new ArrayBuffer(1)))!=gn||kt&&Tn(new kt)!=ln||an&&Tn(an.resolve())!=fn||cn&&Tn(new cn)!=hn||un&&Tn(new un)!=dn)&&(Tn=function(t){var e=it(t),n="[object Object]"==e?t.constructor:void 0,r=n?gt(n):"";if(r)switch(r){case pn:return gn;case mn:return ln;case In:return fn;case En:return hn;case bn:return dn}return e});const _n=Tn;var yn=Object.prototype.hasOwnProperty;const An=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&yn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const kn=J.Uint8Array;const Cn=function(t){var e=new t.constructor(t.byteLength);return new kn(e).set(new kn(t)),e};const Rn=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Ln=/\w*$/;const Nn=function(t){var e=new t.constructor(t.source,Ln.exec(t));return e.lastIndex=t.lastIndex,e};var Sn=Y?Y.prototype:void 0,vn=Sn?Sn.valueOf:void 0;const Mn=function(t){return vn?Object(vn.call(t)):{}};const On=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const wn=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Cn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Rn(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 On(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Nn(t);case"[object Symbol]":return Mn(t)}};var Fn=Object.create;const Dn=function(){function t(){}return function(e){if(!at(e))return{};if(Fn)return Fn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Pn=function(t){return"function"!=typeof t.constructor||Le(t)?{}:Dn($e(t))};const xn=function(t){return te(t)&&"[object Map]"==_n(t)};var Bn=_e&&_e.isMap;const Un=Bn?Ie(Bn):xn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var Hn="[object Arguments]",Wn="[object Function]",zn="[object Object]",Kn={};Kn[Hn]=Kn["[object Array]"]=Kn["[object ArrayBuffer]"]=Kn["[object DataView]"]=Kn["[object Boolean]"]=Kn["[object Date]"]=Kn["[object Float32Array]"]=Kn["[object Float64Array]"]=Kn["[object Int8Array]"]=Kn["[object Int16Array]"]=Kn["[object Int32Array]"]=Kn["[object Map]"]=Kn["[object Number]"]=Kn[zn]=Kn["[object RegExp]"]=Kn["[object Set]"]=Kn["[object String]"]=Kn["[object Symbol]"]=Kn["[object Uint8Array]"]=Kn["[object Uint8ClampedArray]"]=Kn["[object Uint16Array]"]=Kn["[object Uint32Array]"]=!0,Kn["[object Error]"]=Kn[Wn]=Kn["[object WeakMap]"]=!1;const Qn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!at(e))return e;var f=ie(e);if(f){if(a=An(e),!c)return ze(e,a)}else{var h=_n(e),d=h==Wn||"[object GeneratorFunction]"==h;if(fe(e))return We(e,c);if(h==zn||h==Hn||d&&!o){if(a=u||d?{}:Pn(e),!c)return u?en(e,Ue(a,e)):Ye(e,Fe(a,e))}else{if(!Kn[h])return o?e:{};a=wn(e,h,c)}}i||(i=new Kt);var g=i.get(e);if(g)return g;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?Be:we)(e);return Qt(p||e,(function(s,o){p&&(s=e[o=s]),Yt(a,o,t(s,n,r,o,e,i))})),a};const Xn=function(t){return Qn(t,5)};const qn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Jn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Yn=/^\w*$/;const Zn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!qn(t))||(Yn.test(t)||!Jn.test(t)||null!=e&&t in Object(e))};function $n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new($n.Cache||Ht),n}$n.Cache=Ht;const tr=$n;var er=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nr=/\\(\\)?/g;const rr=function(t){var e=tr(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(er,(function(t,n,r,s){e.push(r?s.replace(nr,"$1"):n||t)})),e}));const sr=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var or=Y?Y.prototype:void 0,ir=or?or.toString:void 0;const ar=function t(e){if("string"==typeof e)return e;if(ie(e))return sr(e,t)+"";if(qn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Zn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||qn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const fr=function(t,e,n,r){if(!at(t))return t;for(var s=-1,o=(e=ur(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=lr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=at(l)?l:de(e[s+1])?[]:{})}Yt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const dr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const gr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Ht;++e<n;)this.add(t[e])}pr.prototype.add=pr.prototype.push=dr,pr.prototype.has=gr;const mr=pr;const Ir=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Er=function(t,e){return t.has(e)};const br=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,d=2&n?new mr:void 0;for(o.set(t,e),o.set(e,t);++f<a;){var g=t[f],p=e[f];if(r)var m=i?r(p,g,f,e,t,o):r(g,p,f,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(d){if(!Ir(e,(function(t,e){if(!Er(d,e)&&(g===t||s(g,t,n,r,o)))return d.push(e)}))){h=!1;break}}else if(g!==p&&!s(g,p,n,r,o)){h=!1;break}}return o.delete(t),o.delete(e),h};const Tr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const _r=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var yr=Y?Y.prototype:void 0,Ar=yr?yr.valueOf:void 0;const kr=function(t,e,n,r,s,o,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||!o(new kn(t),new kn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return D(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tr;case"[object Set]":var c=1&r;if(a||(a=_r),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=br(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Ar)return Ar.call(t)==Ar.call(e)}return!1};var Cr=Object.prototype.hasOwnProperty;const Rr=function(t,e,n,r,s,o){var i=1&n,a=rn(t),c=a.length;if(c!=rn(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Cr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var d=!0;o.set(t,e),o.set(e,t);for(var g=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var I=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===I?p===m||s(p,m,n,r,o):I)){d=!1;break}g||(g="constructor"==l)}if(d&&!g){var E=t.constructor,b=e.constructor;E==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof E&&E instanceof E&&"function"==typeof b&&b instanceof b||(d=!1)}return o.delete(t),o.delete(e),d};var Lr="[object Arguments]",Nr="[object Array]",Sr="[object Object]",vr=Object.prototype.hasOwnProperty;const Mr=function(t,e,n,r,s,o){var i=ie(t),a=ie(e),c=i?Nr:_n(t),u=a?Nr:_n(e),l=(c=c==Lr?Sr:c)==Sr,f=(u=u==Lr?Sr:u)==Sr,h=c==u;if(h&&fe(t)){if(!fe(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new Kt),i||Ae(t)?br(t,e,n,r,s,o):kr(t,e,c,n,r,s,o);if(!(1&n)){var d=l&&vr.call(t,"__wrapped__"),g=f&&vr.call(e,"__wrapped__");if(d||g){var p=d?t.value():t,m=g?e.value():e;return o||(o=new Kt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Kt),Rr(t,e,n,r,s,o))};const Or=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:Mr(e,n,r,s,t,o))};const wr=function(t,e){return Or(t,e)};const Fr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Dr=function(t,e){for(var n=0,r=(e=ur(e,t)).length;null!=t&&n<r;)t=t[lr(e[n++])];return n&&n==r?t:void 0};const Pr=function(t,e,n){var r=-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 o=Array(s);++r<s;)o[r]=t[r+e];return o};const xr=function(t,e){return e.length<2?t:Dr(t,Pr(e,0,-1))};const Br=function(t,e){return e=ur(e,t),null==(t=xr(t,e))||delete t[lr(Fr(e))]};const Ur=function(t,e){return null==t||Br(t,e)},jr=Vr;function Gr(){const t=["toJSON","end","onAttributesChange","isIntersectingWithRange","authoredAt","push","getRanges","delete","6dJCept","map","substr","accept","_saved","decorate","commentThread","markers","getMarkers","attributes","next","isExternal","getItems","from","_onAttributesChange","add","addMarker","previous","5JiUVmC","subType","@external","removeMarkers","get","isInContent","addMarkerName","suggestion:","nodeBefore","size","_onDiscard","split","237074opDpVH","data","type","author","getRange","setAttribute","removeMarker","_isDataLoaded","head","8988KRPyCE","getMarkerNames","nodeAfter","createdAt","297060tLdGie","creator","getContainedElement","onDiscard","clear","removeAttribute","start","getFirstMarker","isIntersecting","_onAccept","change","65944eBQdER","60wLbIvh","hasComments","getMultiRangeId","addRange","488178qCbKIw","_markerNames","isMultiRange","_model","77LaNlPO","reduce","onAccept","set","discard","filter","231471rModoc","getAllAdjacentSuggestions","length","getFirstRange","6087895EoVVTM"];return(Gr=function(){return t})()}function Vr(t,e){const n=Gr();return(Vr=function(t,e){return n[t-=393]})(t,e)}!function(t,e){const n=Vr,r=t();for(;;)try{if(134057===-parseInt(n(464))/1+parseInt(n(395))/2+parseInt(n(434))/3*(-parseInt(n(473))/4)+parseInt(n(452))/5*(-parseInt(n(411))/6)+parseInt(n(415))/7*(-parseInt(n(406))/8)+-parseInt(n(421))/9*(parseInt(n(407))/10)+parseInt(n(425))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gr);class Hr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Vr;super(),this[n(471)]=!1,this.id=e.id,this[n(466)]=e[n(466)],this[n(453)]=e[n(453)]||null,this[n(467)]=e[n(467)],this[n(396)]=e[n(396)]||e[n(467)],this[n(445)]=Boolean(e[n(443)]&&e[n(443)][n(454)]),this[n(465)]=null,this[n(414)]=t,this[n(404)]=e[n(417)],this[n(462)]=e[n(398)],this[n(448)]=e[n(428)],this[n(412)]=new Set,this[n(394)]=null,this[n(418)](n(430),null),this[n(418)](n(443),e[n(443)]||{}),this[n(418)](n(451),null),this[n(418)](n(444),null),this[n(418)](n(440),null),this[n(418)](n(438),!1),this[n(439)](n(437)),this[n(439)](n(419))}get[jr(472)](){const t=jr;let e=this;for(;e[t(451)];)e=e[t(451)];return e}get[jr(408)](){const t=jr;return!!this[t(440)]&&this[t(440)][t(423)]>0}get[jr(413)](){const t=jr;return 0!=this[t(412)][t(461)]&&6==Array[t(447)](this[t(412)])[0][t(463)](":")[t(423)]}get[jr(457)](){return null!==this[jr(402)]()}[jr(458)](t){const e=jr;this[e(412)][e(449)](t)}[jr(474)](){const t=jr;return Array[t(447)](this[t(412)])}[jr(442)](){const t=jr;return this[t(474)]()[t(435)]((e=>this[t(414)][t(441)][t(456)](e)))[t(420)]((t=>t))}[jr(402)](){return this[jr(442)]()[0]||null}[jr(455)](){const t=jr;this[t(414)][t(405)]((e=>{const n=t;for(const t of this[n(442)]())e[n(470)](t)})),this[t(412)][t(399)]()}[jr(470)](t){const e=jr;this[e(414)][e(405)]((n=>{n[e(470)](t)})),this[e(412)][e(433)](t)}[jr(410)](t){const e=jr,n=e(459)+this[e(466)]+":"+this[e(453)]+":"+this.id+":"+this[e(396)].id+":"+Hr[e(409)]();this[e(458)](n),this[e(414)][e(405)]((r=>{r[e(450)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(429)](t){const e=jr;for(const n of this[e(432)]())if(n[e(403)](t))return!0;return!1}[jr(432)](){const t=jr;return this[t(442)]()[t(435)]((e=>e[t(468)]()))}[jr(446)](){const t=jr;return this[t(432)]()[t(416)](((e,n)=>[...e,...n[t(446)]()]),[])}[jr(424)](){const t=jr;var e;return(null===(e=this[t(402)]())||void 0===e?void 0:e[t(468)]())||null}[jr(397)](){const t=jr,e=this[t(432)]();if(1!=e[t(423)])return null;const n=e[0],r=n[t(401)][t(393)],s=n[t(427)][t(460)];return r instanceof i.Element?r!=s?null:r:null}[jr(437)](){const t=jr;this[t(404)](this[t(432)](),this[t(465)],this[t(443)]),this[t(455)]()}[jr(419)](){const t=jr;this[t(462)](this[t(432)](),this[t(465)],this[t(443)]),this[t(455)]()}[jr(422)](){const t=jr,e=[];let n=this[t(472)];for(;n;)e[t(431)](n),n=n[t(444)];return e}[jr(469)](t,e){const n=jr,r=Xn(this[n(443)]);hr(r,t,e),wr(r,this[n(443)])||(this[n(443)]=r,this[n(448)](r))}[jr(400)](t){const e=jr,n=Xn(this[e(443)]);Ur(n,t),wr(n,this[e(443)])||(this[e(443)]=n,this[e(448)](this[e(443)]))}[jr(426)](){const t=jr;return{id:this.id,type:this[t(453)]?this[t(466)]+":"+this[t(453)]:this[t(466)],authorId:this[t(396)].id,createdAt:this[t(394)],hasComments:this[t(408)],data:this[t(465)],attributes:this[t(443)]}}static[jr(409)](){const t=jr;return(0,e.uid)()[t(436)](1,5)}}function Wr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({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 r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({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 r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const zr=Qr;function Kr(){const t=["length","map","element","EmptyContainer","name","registerDescriptionCallback","_handleInsertRemoveSuggestionDescription","694760jitDKq","isObject","format","elementStart","join","replace","_addDescriptionItems","deletion","skip","has","isEqual","*Merge:* %0","getFirstRange","nextSibling","addEmptyContainer","433836tNfJSI","isEmpty","_customCallbacks","*Change to:* %0","_itemLabels","set","_locale","getDescriptions","233868InXMrz","removeObject","registerElementLabel","*Split:* %0","removeContainer","nodeAfter","matchingCallback","_itemLabelsCallbacks","Container","addObject","ELEMENT_SPACE","previousSibling","45tHRKDb","normal","function","key","newValue","REPLACE_TEXT","add","addFormat","_attributeLabels","_schema","push","$textProxy","start","removeEmptyContainer","2542540PMfvjM","registerAttributeLabel","remove","attribute","get","*Remove:* %0","getItemLabel","item","removeFormat","data","softBreak","getWalker","quantity","*Set format:* %0","checkChild","$1 $2","$text","73780FQBCBZ","*Insert:* %0","isInContent","Object","_handleAttributeSuggestionDescription","_handleRenameSuggestionDescription","insertion","end","subType","text","match","addContainer","_resolveDescriptionItems","type","*Remove format:* %0","indexOf","_handleCustomCallbackDescription","label","elementEnd","pop","409176TKGwAe","126990KKoyuR"];return(Kr=function(){return t})()}function Qr(t,e){const n=Kr();return(Qr=function(t,e){return n[t-=394]})(t,e)}!function(t,e){const n=Qr,r=t();for(;;)try{if(224035===-parseInt(n(421))/1+-parseInt(n(464))/2+parseInt(n(484))/3+-parseInt(n(413))/4+-parseInt(n(433))/5*(-parseInt(n(485))/6)+parseInt(n(447))/7+-parseInt(n(398))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Kr);class Xr{constructor(t,e){const n=Qr;this[n(415)]=[],this[n(417)]=new Map,this[n(428)]=[],this[n(441)]=new Map,this[n(442)]=t,this[n(419)]=e}[zr(420)](t){const e=zr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(486)];o++){const i=t[o];if(!i[e(466)])continue;const a=this[e(480)](i);if(a){if(null!=i[e(472)]){if(r[e(407)](i[e(472)]))continue;r[e(439)](i[e(472)])}n[e(443)](a)}else if(e(450)!=i[e(477)])e(470)!=i[e(477)]&&e(405)!=i[e(477)]||this[e(397)](n,i,t[o+1]);else{const t=i[e(456)][e(436)];if(s[e(407)](t))continue;s[e(439)](i[e(456)][e(436)]),t==mc?this[e(469)](n,i):this[e(468)](n,i)}}return this[e(476)](n)}[zr(396)](t){const e=zr;this[e(415)][e(443)](t)}[zr(423)](t,n,r=e.priorities[zr(434)]){const s=zr;s(435)==typeof t?(0,e.insertToPriorityArray)(this[s(428)],{matchingCallback:t,label:n,priority:r}):this[s(417)][s(418)](t,n)}[zr(448)](t,e){const n=zr;this[n(441)][n(418)](t,e)}[zr(453)](t,e=1){const n=zr;let r;for(const e of this[n(428)])if(e[n(427)](t)){r=e[n(481)];break}return r||(r=this[n(417)][n(451)](t[n(395)])),r?r(e):1!==e?e+" "+t[n(395)]+"s":""+t[n(395)]}[zr(404)](t,e){const n=zr,r=e[n(410)]()[n(458)](),s=n(470)==e[n(477)]?n(439):n(449);for(const e of r){const o=e[n(454)],i=t[t[n(486)]-1];if(o.is(n(444)))i&&i[n(477)][n(479)](n(429))>-1&&t[n(483)](),i&&n(473)==i[n(477)]?i[s]+=o[n(456)]:t[n(443)]({type:n(473),add:n(439)==s?o[n(456)]:"",remove:n(449)==s?o[n(456)]:""});else if(this[n(442)][n(399)](o)){const a=o;if(i&&i[n(477)][n(479)](n(429))>-1&&t[n(483)](),n(482)==e[n(477)])continue;i&&i[n(477)]==s+n(467)&&i[n(488)][n(395)]==a[n(395)]?i[n(459)]++:t[n(443)]({type:s+n(467),element:a,quantity:1}),r[n(406)]((t=>!(n(482)==t[n(477)]&&t[n(454)]==o)))}else if(this[n(442)][n(461)](o,n(463))||o.is(n(488),n(457))){const r=o;if(n(439)==s&&n(401)==e[n(477)]||n(449)==s&&n(482)==e[n(477)])continue;if(i&&-1==i[n(477)][n(479)](n(429))){n(473)==i[n(477)]&&(i[s]+="\n");continue}let a;if(a=n(439)==s?r[n(411)]&&!this[n(442)][n(399)](r[n(411)])?r[n(411)]:null:r[n(432)]&&!this[n(442)][n(399)](r[n(432)])?r[n(432)]:null,r[n(414)]||a&&a[n(414)]){const e=a&&a[n(414)]?a:r;i&&i[n(477)]==s+n(394)&&i[n(488)][n(395)]==e[n(395)]?i[n(459)]++:t[n(443)]({type:s+n(394),element:e,quantity:1})}else t[n(443)]({type:s+n(429),element:r})}}}[zr(476)](t){const e=zr,n=this[e(419)],r=[],s=[],o=[];for(const i of t)switch(i[e(477)]){case e(473):if(i[e(439)]=i[e(439)][e(403)](/(\S)\u000A+(\S)/g,e(462))[e(403)](/\u000A/g,""),i[e(449)]=i[e(449)][e(403)](/(\S)\u000A+(\S)/g,e(462))[e(403)](/\u000A/g,""),""!=i[e(439)]&&""!=i[e(449)]){r[e(443)]({type:e(403),content:Wr(n,e(438),['"'+i[e(449)]+'"','"'+i[e(439)]+'"'])});continue}if(null!=i[e(439)][e(474)](/^ +$/)){r[e(443)]({type:e(470),content:Wr(n,e(465),Wr(n,e(431),i[e(439)][e(486)]))});continue}if(null!=i[e(449)][e(474)](/^ +$/)){r[e(443)]({type:e(405),content:Wr(n,e(452),Wr(n,e(431),i[e(449)][e(486)]))});continue}if(""!=i[e(439)]){r[e(443)]({type:e(470),content:Wr(n,e(465),'"'+i[e(439)]+'"')});continue}r[e(443)]({type:e(405),content:Wr(n,e(452),'"'+i[e(449)]+'"')});continue;case e(412):case e(430):r[e(443)]({type:e(470),content:Wr(n,e(465),this[e(453)](i[e(488)],i[e(459)]))});continue;case e(446):case e(422):r[e(443)]({type:e(405),content:Wr(n,e(452),this[e(453)](i[e(488)],i[e(459)]))});continue;case e(475):r[e(443)]({type:e(470),content:Wr(n,e(424),this[e(453)](i[e(488)],i[e(459)]))});continue;case e(425):r[e(443)]({type:e(405),content:Wr(n,e(409),this[e(453)](i[e(488)],i[e(459)]))});continue;case e(440):s[e(443)](i[e(436)]);continue;case e(455):o[e(443)](i[e(436)]);continue;default:r[e(443)](i)}if(s[e(486)]){const t=s[e(487)]((t=>this[e(441)][e(407)](t)?this[e(441)][e(451)](t):t))[e(402)](", ");r[e(443)]({type:e(400),content:Wr(this[e(419)],e(460),t)})}if(o[e(486)]){const t=o[e(487)]((t=>this[e(441)][e(407)](t)?this[e(441)][e(451)](t):t))[e(402)](", ");r[e(443)]({type:e(400),content:Wr(this[e(419)],e(478),t)})}return r}[zr(480)](t){const e=zr;for(const n of this[e(415)]){const r=n(t);if(r&&e(477)in r)return r}}[zr(468)](t,e){const n=zr,r=e[n(456)],s=void 0===r[n(437)]?n(455):n(440);t[n(443)]({type:s,key:r[n(436)]})}[zr(469)](t,e){const n=zr;t[n(443)]({type:n(400),content:Wr(this[n(419)],n(416),this[n(453)](e[n(410)]()[n(445)][n(426)],1))})}[zr(397)](t,e,n){const r=zr;if(this[r(404)](t,e),n&&n[r(410)]()&&!e[r(410)]()[r(471)][r(408)](n[r(410)]()[r(445)])){const n=t[t[r(486)]-1],s=r(470)==e[r(477)]?r(439):r(449);n&&r(473)==n[r(477)]&&(n[s]+="\n")}}}const qr=Yr;function Jr(){const t=["commands","1821545TQQqkb","15714981bRXeQN","188YWPQvt","TrackChangesEditing","editor","enableCommand","751592yiMjdK","afterInit","plugins","339881qMZXXw","get","8YYAAQH","2137842qCELpx","8802hoKWsY","2745050dNPauT","showAIAssistant"];return(Jr=function(){return t})()}function Yr(t,e){const n=Jr();return(Yr=function(t,e){return n[t-=193]})(t,e)}!function(t,e){const n=Yr,r=t();for(;;)try{if(220232===parseInt(n(208))/1+parseInt(n(205))/2+parseInt(n(195))/3*(parseInt(n(201))/4)+parseInt(n(199))/5+parseInt(n(194))/6+parseInt(n(196))/7+-parseInt(n(193))/8*(parseInt(n(200))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jr);class Zr extends t.Plugin{[qr(206)](){const t=qr,e=this[t(203)],n=e[t(207)][t(209)](t(202));e[t(198)][t(209)](t(197))&&n[t(204)](t(197))}}const $r=ts;function ts(t,e){const n=ns();return(ts=function(t,e){return n[t-=351]})(t,e)}!function(t,e){const n=ts,r=t();for(;;)try{if(110333===-parseInt(n(363))/1*(parseInt(n(389))/2)+-parseInt(n(382))/3*(-parseInt(n(361))/4)+parseInt(n(378))/5+-parseInt(n(368))/6*(-parseInt(n(354))/7)+parseInt(n(357))/8*(parseInt(n(366))/9)+parseInt(n(380))/10+-parseInt(n(391))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ns);class es extends t.Plugin{[$r(353)](){const t=$r,e=this[t(387)],n=e[t(367)];if(!e[t(376)][t(375)](t(386)))return;const r=e[t(376)][t(355)](t(383));r[t(388)](t(379),[],[t(379)]),r[t(371)][t(358)](t(379),Wr(n,t(369))),this[t(385)]()}[$r(385)](){const t=$r,e=this[t(387)],n=e[t(367)];e[t(376)][t(355)](t(383))[t(371)][t(364)]((e=>{const r=t;if(r(381)!=e[r(374)])return;const{data:s}=e;if(s&&r(379)==s[r(373)]){const t=s[r(359)][0][r(360)];return{type:r(365),content:Wr(n,r(377),function(t){const e=r;switch(t){case e(372):return Wr(n,e(390));case e(362):return Wr(n,e(351));case e(384):return Wr(n,e(356));case e(370):return Wr(n,e(352))}}(t))}}}))}}function ns(){const t=["get","FORMAT_ALIGN_TO_CENTER","1056wCFwdA","registerAttributeLabel","commandParams","value","1796RkyzWe","right","19NqqadF","registerDescriptionCallback","format","8577OBwBnD","locale","150OmxumG","FORMAT_ALIGNMENT","justify","_descriptionFactory","left","commandName","type","has","plugins","*Format:* %0","637155aPSxVl","alignment","1733240nKTNxg","formatBlock","69inJHrb","TrackChangesEditing","center","_registerLegacyDescription","AlignmentEditing","editor","_enableDefaultAttributesIntegration","22812hRIrog","FORMAT_ALIGN_TO_LEFT","1240866RGLZYV","FORMAT_ALIGN_TO_RIGHT","FORMAT_JUSTIFY_TEXT","afterInit","833NkUrsS"];return(ns=function(){return t})()}function rs(t,e){const n=os();return(rs=function(t,e){return n[t-=385]})(t,e)}const ss=rs;function os(){const t=["ItalicEditing","subscript","underline","has","formatInline","registerDescriptionCallback","CodeEditing","toUpperCase","BoldEditing","492ZzvmTY","bold","20wMKuhg","commandName","plugins","locale","StrikethroughEditing","get","632AladQU","forceValue","italic","6657cItjUa","9420WxqKos","FORMAT_ITALIC","864027tBjNKA","TrackChangesEditing","UnderlineEditing","afterInit","registerAttributeLabel","1022376TpWbmr","SubscriptEditing","128355SCbgxV","superscript","FORMAT_BOLD","slice","_enableDefaultAttributesIntegration","2vIKvii","116075ywJonk","SuperscriptEditing","FORMAT_STRIKETHROUGH","2266jdJHYm","format","strikethrough","_registerLegacyDescription","FORMAT_SUPERSCRIPT","type","FORMAT_","editor","FORMAT_CODE","8935eaRGRZ","code","_descriptionFactory","*Format:* %0","FORMAT_UNDERLINE","*Remove format:* %0","toLowerCase","commandParams","FORMAT_SUBSCRIPT"];return(os=function(){return t})()}!function(t,e){const n=rs,r=t();for(;;)try{if(120212===parseInt(n(423))/1+-parseInt(n(422))/2*(-parseInt(n(417))/3)+parseInt(n(396))/4*(parseInt(n(435))/5)+parseInt(n(415))/6+parseInt(n(407))/7*(-parseInt(n(404))/8)+parseInt(n(410))/9*(-parseInt(n(398))/10)+-parseInt(n(426))/11*(parseInt(n(408))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(os);const is=[ss(395),ss(387),ss(412),ss(393),ss(402),ss(416),ss(424)];class as extends t.Plugin{[ss(413)](){const t=ss,e=this[t(433)],n=e[t(400)][t(403)](t(411)),r=e[t(401)];for(const s of is){if(!e[t(400)][t(390)](s))continue;const o=s[t(420)](0,-7)[t(441)](),i=t(432)+o[t(394)]();n[t(421)](o,[o]),n[t(437)][t(414)](o,Wr(r,i))}this[t(429)]()}[ss(429)](){const t=ss,e=this[t(433)],n=e[t(401)],r=e[t(400)][t(403)](t(411));function s(e,s){const o=t;r[o(437)][o(392)]((t=>{const r=o;if(r(391)!=t[r(431)])return;const{data:i}=t;return i&&i[r(399)]===e?i[r(385)][0][r(405)]?{type:r(427),content:Wr(n,r(438),s)}:{type:r(427),content:Wr(n,r(440),s)}:void 0}))}s(t(397),Wr(n,t(419))),s(t(406),Wr(n,t(409))),s(t(389),Wr(n,t(439))),s(t(436),Wr(n,t(434))),s(t(428),Wr(n,t(425))),s(t(388),Wr(n,t(386))),s(t(418),Wr(n,t(430)))}}const cs=us;function us(t,e){const n=ls();return(us=function(t,e){return n[t-=254]})(t,e)}function ls(){const t=["9236LnkOQS","get","1365616RNYIhr","2769616ahRnIo","name","document","registerDescriptionCallback","45544cTohkI","*Set format:* %0","plugins","afterInit","filter","from","format","*Remove format:* %0","commands","checkChild","editor","$root","model","ELEMENT_BLOCK_QUOTE","value","markBlockFormat","schema","_descriptionFactory","getSelectedBlocks","selection","2339322ytHpiQ","commandName","BlockQuoteEditing","22764exGhfe","45oRkDsg","enableCommand","279ibRlML","TrackChangesEditing","82IIsKwd","blockQuote","forceValue","parent","locale","235430FPkgQJ","550AoiRJi","has","commandParams","10mARHeu","change"];return(ls=function(){return t})()}!function(t,e){const n=us,r=t();for(;;)try{if(543143===-parseInt(n(288))/1*(-parseInt(n(277))/2)+-parseInt(n(273))/3*(-parseInt(n(295))/4)+-parseInt(n(286))/5*(-parseInt(n(269))/6)+parseInt(n(290))/7+-parseInt(n(291))/8+-parseInt(n(275))/9*(parseInt(n(282))/10)+-parseInt(n(283))/11*(-parseInt(n(272))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ls);class fs extends t.Plugin{[cs(298)](){const t=cs,e=this[t(259)],n=e[t(281)];if(!e[t(297)][t(284)](t(271)))return;const r=e[t(297)][t(289)](t(276)),s=this[t(259)][t(257)][t(289)](t(278));r[t(274)](t(278),((n,o={})=>{const i=t,a=this[i(259)][i(261)][i(293)][i(268)],c=o&&void 0!==o[i(279)]?o[i(279)]:!s[i(263)];let u=[];if(c){const t=Array[i(254)](a[i(267)]())[i(299)]((t=>hs(t)||function(t,e){const n=i,r=e[n(258)](t[n(280)],n(278)),s=e[n(258)]([n(260),n(278)],t);return r&&s}(t,this[i(259)][i(261)][i(265)])));u=y(t,e[i(261)])}else{const t=Array[i(254)](a[i(267)]())[i(299)]((t=>hs(t)));u=y(t,e[i(261)])}e[i(261)][i(287)]((()=>{const t=i;for(const e of u)r[t(264)](e,{commandName:t(278),commandParams:[{forceValue:c}]})}))})),r[t(266)][t(294)]((e=>{const r=t,{data:s}=e;if(s&&r(278)==s[r(270)]){const t=Wr(n,r(262));return s[r(285)][0][r(279)]?{type:r(255),content:Wr(n,r(296),t)}:{type:r(255),content:Wr(n,r(256),t)}}}))}}function hs(t){const e=cs;return e(278)==t[e(280)][e(292)]}function ds(){const t=["plugins","707TxLVDu","has","34698MkVqZw","2469432NbzZLw","changeCaseUpper","558csvgJF","8560tZjTOX","TrackChangesEditing","5JJzqkU","532275AFXqFk","afterInit","changeCaseLower","editor","CaseChange","6583088XHvkFd","17859325QAEfga","enableCommand","53518EtGzFN","changeCaseTitle","11BKMQhj","get"];return(ds=function(){return t})()}const gs=ps;function ps(t,e){const n=ds();return(ps=function(t,e){return n[t-=444]})(t,e)}!function(t,e){const n=ps,r=t();for(;;)try{if(570748===-parseInt(n(463))/1*(-parseInt(n(461))/2)+-parseInt(n(453))/3+parseInt(n(447))/4*(parseInt(n(452))/5)+parseInt(n(446))/6*(parseInt(n(444))/7)+parseInt(n(458))/8+parseInt(n(449))/9*(parseInt(n(450))/10)+-parseInt(n(459))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ds);class ms extends t.Plugin{[gs(454)](){const t=gs,e=this[t(456)];e[t(465)][t(445)](t(457))&&(e[t(465)][t(464)](t(451))[t(460)](t(448)),e[t(465)][t(464)](t(451))[t(460)](t(455)),e[t(465)][t(464)](t(451))[t(460)](t(462)))}}function Is(){const t=["7283448yojbUh","3081570dEToDS","91kIPuLe","1229845mELReE","8EzpEvB","1903004lqnMsu","TrackChangesEditing","editor","plugins","enableCommand","get","209268LiYOQl","ckbox","2rfHRRN","afterInit","commands","3239859lrtREA","1527210xvMHsP"];return(Is=function(){return t})()}const Es=bs;function bs(t,e){const n=Is();return(bs=function(t,e){return n[t-=395]})(t,e)}!function(t,e){const n=bs,r=t();for(;;)try{if(679002===-parseInt(n(404))/1+parseInt(n(396))/2*(parseInt(n(399))/3)+parseInt(n(406))/4+parseInt(n(400))/5+parseInt(n(412))/6*(-parseInt(n(403))/7)+parseInt(n(405))/8*(parseInt(n(401))/9)+-parseInt(n(402))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Is);class Ts extends t.Plugin{[Es(397)](){const t=Es,e=this[t(408)];e[t(398)][t(411)](t(395))&&e[t(409)][t(411)](t(407))[t(410)](t(395))}}const _s=As;function ys(){const t=["enableCommand","_descriptionFactory","TrackChangesEditing","commandParams","5525762CLjTHG","from","forceValue","languages","model","editor","locale","isLimit","filter","type","10AUWmiP","find","parent","CodeBlock","rootElement","registerDescriptionCallback","formatBlock","commandName","value","*Remove format:* %0","label","*Set format:* %0","765819vnbhMH","config","checkChild","markBlockFormat","change","91049ONNQFX","language","schema","plugins","3372848iDLxTN","blockName","18366wtJUKj","45jqyQXn","toLowerCase","ELEMENT_CODE_BLOCK","document","getSelectedBlocks","664GMdItI","commands","format","get","1103811TLIbic","codeBlock","name","outdentCodeBlock","indentCodeBlock","2305348kwApSW","3iIxbNm","afterInit","registerElementLabel","has","selection"];return(ys=function(){return t})()}function As(t,e){const n=ys();return(As=function(t,e){return n[t-=275]})(t,e)}!function(t,e){const n=As,r=t();for(;;)try{if(674934===-parseInt(n(326))/1+parseInt(n(331))/2+parseInt(n(332))/3*(-parseInt(n(314))/4)+-parseInt(n(317))/5*(parseInt(n(316))/6)+-parseInt(n(310))/7*(-parseInt(n(322))/8)+-parseInt(n(305))/9*(parseInt(n(293))/10)+parseInt(n(283))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ys);class ks extends t.Plugin{[_s(275)](){const t=_s,e=this[t(288)];if(!e[t(313)][t(277)](t(296)))return;const n=e[t(313)][t(325)](t(281)),r=e[t(289)],s=e[t(306)][t(325)](t(327))[t(286)],o=e[t(323)][t(325)](t(327));n[t(279)](t(330)),n[t(279)](t(329)),n[t(279)](t(327),((r,i={})=>{const a=t,c=e[a(287)],u=e[a(287)][a(320)][a(278)],l=i&&void 0!==i[a(285)]?i[a(285)]:!o[a(301)];let f;i[a(311)]||(i[a(311)]=s[0][a(311)]),f=l?Array[a(284)](u[a(321)]())[a(291)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(297))&&!e[n(290)](t)&&e[n(307)](t[n(295)],n(327))}(t,c[a(312)]))):Array[a(284)](u[a(321)]())[a(291)]((t=>Cs(t)));const h=y(f,c);c[a(309)]((()=>{const t=a;for(const e of h)n[t(308)](e,{commandName:t(327),commandParams:[{...i,forceValue:l}],formatGroupId:t(315)})}))})),n[t(280)][t(276)](t(327),(e=>Wr(r,t(319),e))),n[t(280)][t(298)]((e=>{const n=t;if(n(299)!=e[n(292)])return;const o=r.t,{data:i}=e;if(!i||n(327)!=i[n(300)])return;const a=i[n(282)][0][n(311)],c=o(s[n(294)]((t=>t[n(311)]===a))[n(303)])[n(318)]();return i[n(282)][0][n(285)]?{type:n(324),content:Wr(r,n(304),Wr(r,n(319),1)+" ("+c+")")}:{type:n(324),content:Wr(r,n(302),Wr(r,n(319),1))}}))}}function Cs(t){const e=_s;return e(327)==t[e(328)]}const Rs=Ns;function Ls(){const t=["TrackChangesEditing","4XVrjWy","editor","CommentsEditing","7764720nuXyOk","528ygRrpy","24692706UMVzQp","plugins","has","687316jRWRPx","1032516khUAOQ","347275nQRkje","66689FxUHWV","enableCommand","get","addCommentThread","afterInit","10hQIsIs","1739676pXaLan"];return(Ls=function(){return t})()}function Ns(t,e){const n=Ls();return(Ns=function(t,e){return n[t-=305]})(t,e)}!function(t,e){const n=Ns,r=t();for(;;)try{if(650874===parseInt(n(309))/1+parseInt(n(320))/2*(-parseInt(n(318))/3)+parseInt(n(310))/4+-parseInt(n(311))/5+parseInt(n(305))/6*(-parseInt(n(312))/7)+-parseInt(n(323))/8+-parseInt(n(306))/9*(-parseInt(n(317))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ls);class Ss extends t.Plugin{[Rs(316)](){const t=Rs,e=this[t(321)];e[t(307)][t(308)](t(322))&&e[t(307)][t(314)](t(319))[t(313)](t(315))}}var vs=n(834);function Ms(){const t=["5727000JsZPUG","8549780kdNqdd","createRangeOn","get","getWalker","consumable","markerRange","63603LjHZxJ","toViewElement","6vlpXUm","listItem","hasAttribute","getAttribute","insert","4VgYmaM","getCustomProperty","72564eZjGxp","includes","isLimit","mapper","name","54PgmuUp","addHighlight","bindElementToMarker","markerName","2110QEGAiP","test","addClass","model","isBlock","elementEnd","isAtEnd","start","type","span","495789ivtcYS","toViewPosition","nextSibling","isContent","writer","item","listIndent","ck-suggestion-marker-","schema","ck-suggestion-marker--active","push","plugins","TrackChangesEditing","getItems","665307HMEmcW","createUIElement","previousPosition","activeMarkers","19409005nRoUxF","element","parent"];return(Ms=function(){return t})()}function Os(t,e,n){const r=ws,s=[];for(const o of e[r(231)]())o[r(194)](t)&&s[r(228)](n[r(241)](o));return s}function ws(t,e){const n=Ms();return(ws=function(t,e){return n[t-=194]})(t,e)}function Fs(t,e,{showActiveMarker:n=!0}={}){const r=ws,s=t[r(229)][r(242)](r(230));return(o,i,a)=>{const c=r;if(!a[c(244)][c(209)](i[c(245)],o[c(203)]))return;const u=i[c(245)][c(243)](),l=i[c(245)][c(215)],f=t[c(211)][c(226)];let h=null,d=null,g=!1,p=!1;for(const t of u){const e=t[c(223)];g=g||f[c(221)](e);const n=a[c(202)][c(247)](e);if(n&&n[c(198)](c(205)))return;c(213)==t[c(216)]&&f[c(212)](e)&&!f[c(201)](e)&&(e[c(220)]||l[c(214)]?h&&h[c(238)]==e||(h=e,m(t[c(234)]),p=!0):d=d||t[c(234)])}function m(t){const r=c,o=a[r(222)][r(233)](r(217),{class:r(225)+e}),u=a[r(202)][r(219)](t);n&&s[r(235)][r(200)](i[r(207)])&&a[r(222)][r(210)](r(227),o),a[r(222)][r(196)](u,o),a[r(202)][r(206)](o,i[r(207)])}g||p||!d||m(d)}}!function(t,e){const n=ws,r=t();for(;;)try{if(918745===parseInt(n(199))/1*(-parseInt(n(248))/2)+-parseInt(n(232))/3+parseInt(n(197))/4*(parseInt(n(240))/5)+-parseInt(n(204))/6*(-parseInt(n(218))/7)+-parseInt(n(239))/8+-parseInt(n(246))/9*(-parseInt(n(208))/10)+-parseInt(n(236))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ms);const Ds=Ps;function Ps(t,e){const n=xs();return(Ps=function(t,e){return n[t-=286]})(t,e)}function xs(){const t=["end","options","showSuggestionHighlights","lock","model","TrackChangesEditing","detach","commands","mapper","unlock","selection","root","buffer","markerNameToElements","merge","plugins","761373AOfPsO","markerName","rootName","get","enqueueChange","data","$graveyard","batch","fromRange","12QsXjse","requires","10403767AxJdPa","3BKvihd","editor","getFirstRange","createSelection","enableCommand","unbindElementFromMarkerName","document","init","10dgOhJN","16525860GgUCux","high","27ZvVdtW","setSelection","delete","unit","editing","downcastDispatcher","4101848zRCUOS","createRange","bind","modifySelection","1804362BZUkpY","7579015HvwZHd","deleteForward","writer","357422UjYBLL","uiElement","start","removeMarker:suggestion:deletion","4bksYXB","isCollapsed","remove","addMarker:suggestion:deletion","forward"];return(xs=function(){return t})()}!function(t,e){const n=Ps,r=t();for(;;)try{if(798174===parseInt(n(310))/1+-parseInt(n(347))/2*(parseInt(n(322))/3)+parseInt(n(289))/4*(parseInt(n(344))/5)+-parseInt(n(319))/6*(parseInt(n(343))/7)+-parseInt(n(339))/8*(-parseInt(n(333))/9)+-parseInt(n(330))/10*(parseInt(n(321))/11)+-parseInt(n(331))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xs);class Bs extends t.Plugin{static get[Ds(320)](){return[vs.Delete]}[Ds(329)](){const t=Ds,e=this[t(323)],n=e[t(309)][t(313)](t(299));n[t(326)](t(335));const r=e[t(301)][t(313)](t(345));n[t(326)](t(345),((n,s={})=>{const o=t,a=e[o(298)][o(325)](e[o(298)][o(328)][o(304)]);a[o(290)]&&e[o(298)][o(342)](a,{direction:o(293),unit:s[o(336)]});const c=a[o(324)](),u=i.LiveRange[o(318)](c);let l;n(s),l=o(316)==u[o(305)][o(312)]?e[o(298)][o(340)](c[o(287)]):e[o(298)][o(340)](u[o(287)],u[o(294)]),u[o(300)](),e[o(298)][o(314)](r[o(306)][o(317)],(t=>{const e=o;r[e(306)][e(297)](),t[e(334)](t[e(340)](l[e(294)])),r[e(306)][e(303)]()}))})),e[t(337)][t(338)].on(t(292),Fs(e,t(308)),{priority:t(332)}),e[t(315)][t(338)].on(t(292),((n,r,s)=>{const o=t;s[o(295)][o(296)]&&Fs(e,o(308),{showActiveMarker:!1})[o(341)](this)(n,r,s)}),{priority:t(332)}),e[t(337)][t(338)].on(t(288),((e,n,r)=>{const s=t,o=r[s(302)][s(307)](n[s(311)]);if(o)for(const t of o)t.is(s(286))&&(r[s(302)][s(327)](t,n[s(311)]),r[s(346)][s(291)](t))}),{priority:t(332)})}}const Us=js;function js(t,e){const n=Gs();return(js=function(t,e){return n[t-=133]})(t,e)}function Gs(){const t=["*Format:* remove from %0","isUndo","listReversed","_enableDefaultAttributesIntegration","522Ggmxar","todoListChecked","nextSibling","getSuggestions","suggestion","push","_findSuggestions","splitListItemAfter","plugins","schema","batch","splitListItemBefore","238310YJDrbW","*Indent:* %0","*Check item*","config","*Format:* insert into %0","setAttribute","has","ListEditing","registerDescriptionCallback","TrackChangesEditing","fromRange","*Set format:* %0","*Uncheck item*","listItemId","includes","groupId","numberedList","default","accept","noTrackChangesFixer","getRanges","registerAttributeLabel","documentList","attributes","createPositionAt","commandName","getChanges","parent","listStyle","range","*Change to:* %0","get","2wDndAx","130242RBhxtw","ELEMENT_","*Split:* list item","1490940QpspnG","value","todoListCheck","find","assureChains","change","previousSibling","execute","type","bulletedList","map","indentList","*Remove format:* %0","237116bxuUEl","_getAttributeKey","setSelection","start","outdentList","afterInit","data","522mpkCIJ","bulleted","mergeListItemBackward","from","14028392aKsIJW","oldValue","mergeListItemForward","ELEMENT_NUMBERED_LIST","listType","todo","multipleBlocks","nodeAfter","listStart","trackChangesCommand","attribute","numbered","deletion","FORMAT_INDENT","model","_supportLegacySuggestions","registerCustomCallback","filter","editor","commands","forceValue","_LIST","ELEMENT_LIST_ITEM","registerPostFixer","*Merge:* %0","listIndent","getFirstMarker","differ","commandParams","_registerLegacyDescription","ELEMENT_BULLETED_LIST","isNextTo","createRange","getAttribute","formatBlock","registerElementLabel","selection","meta","key","document","containsItem","ELEMENT_TODO_LIST","*Merge:* list item","format","1402607FnQPaC","_descriptionFactory","_suggestionFactory","removeMarker","every","next","isObject","toUpperCase","attributeKey","end","477555EAEWBX","listItemIdFixer","locale","refresh","*Outdent:* %0","newValue","detach","checkTodoList","todoList","isLocal","length","head","4PCcNyy","getFirstRange","list.multiBlock","276oKbEVY","TodoListEditing"];return(Gs=function(){return t})()}!function(t,e){const n=js,r=t();for(;;)try{if(973861===parseInt(n(266))/1*(parseInt(n(194))/2)+parseInt(n(198))/3+-parseInt(n(141))/4*(-parseInt(n(276))/5)+-parseInt(n(218))/6*(-parseInt(n(195))/7)+-parseInt(n(222))/8+-parseInt(n(150))/9*(parseInt(n(162))/10)+-parseInt(n(211))/11*(-parseInt(n(144))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gs);class Vs extends t.Plugin{[Us(216)](){const t=Us,e=this[t(240)];if(!e[t(158)][t(168)](t(169)))return;const n=e[t(278)],r=e[t(158)][t(193)](t(171)),s=e[t(158)][t(168)](t(145)),o=!!e[t(165)][t(193)](t(143));function i(e){const r=t;return{type:r(265),content:""+Wr(n,r(173),e)}}function a(e){const r=t;return{type:r(265),content:""+Wr(n,r(210),e)}}r[t(149)](t(178),[],[t(175),t(226),t(247)]),r[t(149)](t(207)),r[t(149)](t(209)),r[t(149)](t(215)),r[t(149)](t(157)),r[t(149)](t(161)),o&&(r[t(149)](t(220)),r[t(149)](t(224))),s&&(r[t(149)](t(137)),r[t(149)](t(136),[],[t(151)]),r[t(267)][t(170)]((e=>{const r=t,{data:s}=e;if(s&&r(151)==s[r(260)])return{type:r(265),content:s[r(134)]?Wr(n,r(164)):Wr(n,r(174))}})),this[t(240)][t(236)][t(261)][t(245)]((e=>{const n=t;if(e[n(160)][n(147)])return!1;let s=!1;const o=r[n(153)]({skipNotAttached:!0})[n(239)]((t=>n(151)===r[n(212)](t)));for(const t of o)n(227)!=t[n(142)]()[n(214)][n(229)][n(255)](n(226))&&(r[n(156)](t[n(142)](),n(232))[n(201)]((t=>n(226)===r[n(212)](t[n(154)])))||(e[n(269)](t[n(248)]()),s=!0));return s}))),r[t(267)][t(183)](t(247),Wr(n,t(235)));const c={type:t(265),content:""};r[t(267)][t(170)]((e=>{const r=t,{data:s}=e;if(!s||r(226)!=s[r(260)])return;let u=e[r(140)];for(;u;){if(u[r(217)]&&(r(190)==u[r(217)][r(260)]&&(u[r(217)][r(134)]&&r(179)!=u[r(217)][r(134)]||r(179)!=u[r(217)][r(223)]&&!s[r(134)])||!o&&u[r(217)][r(260)]==mc))return c;u=u[r(271)]}if(null==s[r(134)])switch(s[r(223)]){case r(219):return a(Wr(n,r(252)));case r(233):return a(Wr(n,r(225)));case r(227):return a(Wr(n,r(263)))}switch(s[r(134)]){case r(219):return i(Wr(n,r(252)));case r(233):return i(Wr(n,r(225)));case r(227):return i(Wr(n,r(263)))}})),r[t(267)][t(170)]((e=>{const n=t,{data:r}=e;if(r&&n(247)==r[n(260)])return null==r[n(134)]||null==r[n(223)]&&0==r[n(134)]?c:void 0})),r[t(267)][t(170)]((e=>{const r=t;if(r(232)!=e[r(206)])return;const{data:s}=e;if(!s||r(175)!=s[r(260)])return;const o=Hs(e);return o?r(134)==o?{type:r(265),content:Wr(n,r(264))}:r(223)==o?{type:r(265),content:Wr(n,r(197))}:c:c})),e[t(236)][t(261)][t(245)]((e=>this[t(277)](e))),e[t(236)][t(261)][t(245)]((e=>this[t(181)](e))),e[t(236)][t(261)][t(245)]((e=>this[t(202)](e))),this[t(237)]()}[Us(277)](t){const e=Us;if(t[e(160)][e(147)]||!t[e(160)][e(138)])return!1;let n=!1;const r=this[e(240)][e(158)][e(193)](e(171))[e(153)]({skipNotAttached:!0})[e(239)]((t=>t[e(217)]&&e(175)==t[e(217)][e(260)]))[e(239)]((t=>t[e(217)][e(134)]&&t[e(217)][e(223)]));for(const s of r)Hs(s)||(t[e(269)](s[e(248)]()),n=!0);return n}[Us(181)](t){const e=Us;if(t[e(160)][e(147)]||!t[e(160)][e(138)])return!1;const n=this[e(240)][e(158)][e(193)](e(171));if(n[e(231)][e(199)])return!1;let r=!1;const s=[e(226),e(190),e(175),e(247),e(230),e(148),e(200)],o=this[e(240)][e(236)][e(261)][e(249)][e(188)]()[e(239)]((t=>e(232)==t[e(206)]))[e(239)]((t=>s[e(176)](t[e(274)])));if(0==o[e(139)])return r;for(const i of o){const o=n[e(156)](i[e(191)],e(232))[e(239)]((t=>!t[e(259)][e(253)]))[e(208)]((t=>t[e(154)]))[e(239)]((t=>{const r=e,o=n[r(212)](t);return s[r(176)](o)}));if(o[e(139)]){for(const n of o)t[e(269)](n[e(248)]());r=!0}}return r}[Us(202)](t){const e=Us;if(t[e(160)][e(147)]||!t[e(160)][e(138)])return!1;const n=this[e(240)][e(158)][e(193)](e(171));let r=!1;const s=[e(226),e(190),e(175),e(247),e(230),e(148),e(200)];for(const t of n[e(153)]({skipNotAttached:!0})){const o=n[e(156)](t[e(142)](),e(232))[e(208)]((t=>t[e(154)]))[e(239)]((t=>t[e(217)]&&s[e(176)](t[e(217)][e(260)])));if(!o[e(139)])continue;const a=o[0][e(140)][e(185)][e(177)];if(!o[e(270)]((t=>t[e(185)][e(177)]===a)))for(const t of o)i(t,a)&&(r=!0)}return r;function o(t,r){const s=e;for(const e of n[s(153)]({skipNotAttached:!0})[s(239)]((e=>s(232)==e[s(206)]&&e[s(185)][s(177)]==t)))e[s(167)](s(177),r)}function i(t,n){const r=e;let s=t[r(140)],i=!1;for(;s;)s[r(185)][r(177)]!=n&&(o(s[r(185)][r(177)],n),s[r(167)](r(177),n),i=!0),s=s[r(271)];return i}}[Us(237)](){const t=Us,e=this[t(240)],n=e[t(278)],r=e[t(158)][t(193)](t(171));this[t(251)](),r[t(268)][t(238)](t(256),t(184),t(180),(function(n,r){const s=t,o=[];for(let t of n)t[s(214)][s(229)]===t[s(275)][s(189)]&&(t=e[s(236)][s(254)](e[s(236)][s(186)](t[s(214)][s(229)],0))),o[s(155)](t);e[s(236)][s(203)]((t=>{const n=s,a=e[n(236)][n(261)][n(258)],c=Array[n(221)](a[n(182)]())[n(208)]((t=>i.LiveRange[n(172)](t)));t[n(213)](o),e[n(241)][n(193)](r[n(187)])[n(279)](),r[n(250)][n(155)]({forceDefaultExecution:!0}),e[n(205)](r[n(187)],...r[n(250)]),t[n(213)](c);for(const t of c)t[n(135)]()}))})),r[t(267)][t(257)]((function(n){const r=t,s=!e[r(236)][r(159)][r(272)](n),o=n[r(204)],i=n[r(152)],a=n[r(255)](r(175)),c=!o||o[r(255)](r(175))!==a,u=!i||i[r(255)](r(175))!==a;return s&&Boolean(a)&&c&&u}),(e=>Wr(n,t(244),e)))}[Us(251)](){const t=Us,e=this[t(240)],n=e[t(278)];function r(n){const r=t,s=e[r(241)][r(193)](r(207))[r(199)],o=e[r(241)][r(193)](r(178))[r(199)];return r(178)===n?s:o}e[t(158)][t(193)](t(171))[t(267)][t(170)]((function(s){const o=t;if(o(256)!=s[o(206)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(187)]){case o(207):u=i[o(250)][0][o(242)],l=r(i[o(187)]),a=o(u?166:146),!l&&e[o(165)][o(193)](o(143))||(a=o(192)),c={type:o(265),content:Wr(n,a,Wr(n,o(252)))};break;case o(178):u=i[o(250)][0][o(242)],l=r(i[o(187)]),a=o(u?166:146),!l&&e[o(165)][o(193)](o(143))||(a=o(192)),c={type:o(265),content:Wr(n,a,Wr(n,o(225)))};break;case o(209):a=o(163),c={type:o(265),content:Wr(n,a,Wr(n,o(244)))};break;case o(215):a=function(t){const e=o,n=t[e(142)]();let r=n[e(214)][e(229)];for(;r&&n[e(262)](r);){if(r[e(255)](e(247))>0)return!1;r=r[e(152)]}return!0}(s)?Wr(n,o(146),Wr(n,function(t){const e=o;return e(196)+t[e(142)]()[e(214)][e(229)][e(255)](e(226))[e(273)]()+e(243)}(s))):Wr(n,o(133),Wr(n,o(244))),c={type:o(265),content:a};break;case o(220):case o(224):!1===i[o(228)]&&(a=o(246),c={type:o(234),content:Wr(n,a,Wr(n,o(244)))})}return c}))}}function Hs(t){const e=Us;let n=t[e(142)]()[e(214)][e(229)][e(204)];for(;n;){const r=n[e(255)](e(175));if(!r)return!1;if(r==t[e(217)][e(134)])return e(134);if(r==t[e(217)][e(223)])return e(223);n=n[e(204)]}return!1}function Ws(){const t=["default","_registerLegacyDescription","nodeAfter","decimal-leading-zero","registerPostFixer","bind","isUndo","numbered","getSuggestions","ListPropertiesEditing","circle","39mBbRpy","startIndex","ELEMENT_","listType","*Format:* set order to regular","TrackChangesEditing","lower-latin","_getAttributeKey","upper-roman","model","filter","key","next","plugins","start","registerAttributeLabel","*Set format:* %0","newValue","head","styles","config","has","locale","lower-roman","formatBlock","bulleted","editor","*Format:* set order to reversed","getFirstRange","replace","commandParams","afterInit","_findSuggestions","2858328MwbLIj","handleDescriptions","_LIST_DEFAULT","FORMAT_LIST_START","batch","42dTDzDH","_LIST_","registerDescriptionCallback","39598DxVVsb","disc","_descriptionFactory","data","suggestion","find","format","*Format:* set start index to %0","includes","upper-latin","150489gpQeDO","attribute","292DeWQRI","listStart","listStyle","2021211okSdrq","oldValue","type","*Change to:* %0","_getTranslationKeyForListStyle","290166OHCutj","list.properties","removeMarker","reversed","decimal","listReversed","toUpperCase","document","get","getFirstMarker","FORMAT_LIST_REVERSED","11535BeEqIm","square","commandName","2736283NvteKy","10JPaLIU","getAttribute","_enableDefaultAttributesIntegration","*Remove format:* %0"];return(Ws=function(){return t})()}const zs=Ks;function Ks(t,e){const n=Ws();return(Ks=function(t,e){return n[t-=262]})(t,e)}!function(t,e){const n=Ks,r=t();for(;;)try{if(232358===-parseInt(n(314))/1+parseInt(n(304))/2*(parseInt(n(263))/3)+parseInt(n(316))/4*(parseInt(n(335))/5)+parseInt(n(324))/6*(parseInt(n(301))/7)+-parseInt(n(296))/8+-parseInt(n(319))/9+-parseInt(n(339))/10*(-parseInt(n(338))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ws);class Qs extends t.Plugin{[zs(294)](){const t=zs;if(!this[t(289)][t(276)][t(284)](t(352)))return;const e=this[t(289)][t(283)][t(332)](t(325)),n=this[t(289)][t(276)][t(332)](t(268));e[t(282)]&&n[t(341)](t(318),[],[t(318)]),e[t(327)]&&n[t(341)](t(329),[],[t(329)]),e[t(264)]&&n[t(341)](t(317),[],[t(317)]);const r={type:t(310),content:""};n[t(306)][t(303)](this[t(297)][t(348)](this));const s=this[t(289)][t(285)];n[t(306)][t(278)](t(329),Wr(s,t(334))),n[t(306)][t(303)]((e=>{const n=t,{data:s}=e;if(s&&n(329)==s[n(274)])return null==s[n(280)]||0==s[n(280)]&&null==s[n(320)]?r:void 0})),n[t(306)][t(278)](t(317),Wr(s,t(299))),n[t(306)][t(303)]((e=>{const n=t,{data:s}=e;if(s&&n(317)==s[n(274)])return null==s[n(280)]||1==s[n(280)]&&null==s[n(320)]?r:void 0})),this[t(289)][t(272)][t(331)][t(347)]((e=>{const r=t;if(e[r(300)][r(349)])return!1;let s=!1;const o=n[r(351)]({skipNotAttached:!0})[r(273)]((t=>{const e=r,s=n[e(270)](t);return e(317)==s||e(329)==s}));for(const t of o)r(350)!=t[r(291)]()[r(277)][r(345)][r(340)](r(266))&&(n[r(295)](t[r(291)](),r(315))[r(309)]((t=>r(266)==n[r(270)](t[r(308)])))||(e[r(326)](t[r(333)]()),s=!0));return s})),this[t(344)]()}[zs(297)](t){const e=zs,n=this[e(289)][e(285)],{data:r}=t,s={type:e(310),content:""};if(!r||e(318)!=r[e(274)])return;if(!r[e(320)])return e(343)==r[e(280)]?s:{type:e(310),content:""+Wr(n,e(279),Wr(n,this[e(323)](r[e(280)])))};if(!r[e(280)]){if(e(343)==r[e(320)])return s;let o=t[e(281)];for(;o;){if(o[e(307)]&&e(266)==o[e(307)][e(274)]&&o[e(307)][e(280)])return s;o=o[e(275)]}return{type:e(310),content:""+Wr(n,e(342),Wr(n,this[e(323)](r[e(320)])))}}if(e(343)!=r[e(280)])return{type:e(310),content:""+Wr(n,e(279),Wr(n,this[e(323)](r[e(280)])))};let o=t[e(281)];for(;o;){if(o[e(307)]&&e(266)==o[e(307)][e(274)]&&o[e(307)][e(280)]&&o[e(307)][e(320)])return s;o=o[e(275)]}const i=t[e(291)]()[e(277)][e(345)][e(340)](e(266));return{type:e(310),content:Wr(n,e(279),Wr(n,e(265)+i[e(330)]()+e(298)))}}[zs(344)](){const t=zs,e=this[t(289)],n=e[t(285)];e[t(276)][t(332)](t(268))[t(306)][t(303)]((e=>{const r=t;if(r(287)!=e[r(321)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(337)]){case r(318):o=r(322),i={type:r(310),content:Wr(n,o,Wr(n,this[r(323)](s[r(293)][0][r(321)])))};break;case r(329):o=s[r(293)][0][r(327)]?r(290):r(267),i={type:r(310),content:Wr(n,o)};break;case r(317):o=r(311),i={type:r(310),content:Wr(n,o,s[r(293)][0][r(264)])}}return i}))}[zs(323)](t){const e=zs;return e(265)+function(t){const n=e;return Xs[n(312)](t)?n(288):qs[n(312)](t)?n(350):null}(t)[e(330)]()+e(302)+t[e(330)]()[e(292)](/-/g,"_")}}const Xs=[zs(305),zs(262),zs(336)],qs=[zs(328),zs(346),zs(286),zs(271),zs(269),zs(313)];var Js=n(507);function Ys(t,e){const n=$s();return(Ys=function(t,e){return n[t-=364]})(t,e)}const Zs=Ys;function $s(){const t=["5445290JrSUWC","editor","high","6008040JOdUjj","split","init","enter","fire","downcastDispatcher","unbindElementFromMarkerName","model","TrackChangesEditing","markInsertion","enableCommand","get","document","data","options","createRange","fromRange","mapper","enterBlock","detach","parent","711700OqxAGP","markerName","showSuggestionHighlights","ck-suggestion-marker-split","markerNameToElements","writer","nextSibling","897045RdpGOl","end","plugins","getFirstPosition","hasClass","4QrNaIa","754672EefhHo","getFirstRange","selection","9024066fQTGRL","bind","change","2654764HkeqfV","addMarker:suggestion:insertion","afterExecute","createPositionAt","setSelection","8JEKwEa","editing","commands","removeMarker:suggestion:insertion","requires","remove"];return($s=function(){return t})()}!function(t,e){const n=Ys,r=t();for(;;)try{if(610702===-parseInt(n(389))/1+parseInt(n(401))/2*(parseInt(n(396))/3)+parseInt(n(402))/4+-parseInt(n(365))/5+parseInt(n(368))/6+parseInt(n(408))/7*(-parseInt(n(413))/8)+parseInt(n(405))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}($s);class to extends t.Plugin{static get[Zs(417)](){return[Js.Enter]}[Zs(370)](){const t=Zs,e=this[t(366)],n=e[t(398)][t(379)](t(376)),r=e[t(415)][t(379)](t(371));n[t(378)](t(371),(()=>{const s=t;e[s(375)][s(407)]((t=>{const o=s,a=e[o(375)][o(380)][o(404)],c=a[o(399)](),u=i.LiveRange[o(384)](a[o(403)]());if(r[o(386)](t)){const r=e[o(375)][o(411)](c[o(388)][o(395)],0),s=t[o(383)](c,r);n[o(377)](s)}else t[o(412)](t[o(383)](u[o(397)]));u[o(387)](),r[o(372)](o(410),{writer:t})}))})),e[t(414)][t(373)].on(t(409),Fs(e,t(369)),{priority:t(367)}),e[t(414)][t(373)].on(t(416),((e,n,r)=>{const s=t,o=r[s(385)][s(393)](n[s(390)]);if(o)for(const t of o)t[s(400)](s(392))&&(r[s(385)][s(374)](t,n[s(390)]),r[s(394)][s(364)](t))}),{priority:t(367)}),e[t(381)][t(373)].on(t(409),((n,r,s)=>{const o=t;s[o(382)][o(391)]&&Fs(e,o(369),{showActiveMarker:!1})[o(406)](this)(n,r,s)}),{priority:t(367)})}}function eo(t,e){const n=no();return(eo=function(t,e){return n[t-=373]})(t,e)}function no(){const t=["21lmgngt","handleFindCommand","plugins","TrackChangesEditing","getIntersection","bind","2ItlvtM","getMarkersGroup","string","enableCommand","replaceAll","afterInit","FindAndReplaceEditing","model","createRange","replace","suggestion:deletion","end","filter","findNext","95751lFKGpu","FindAndReplaceUtils","markers","find","findByTextCallback","has","354138WfoSVG","get","editor","3761184zetSYP","getRange","338488Nxbxuz","start","_isInDeletionRange","94866UcHzKZ","1376045UpbVpd","item","10MknJSU","103407MtsnWy","80PLRWoQ","createPositionAt","5fOIrzC","findPrevious"];return(no=function(){return t})()}const ro=eo;!function(t,e){const n=eo,r=t();for(;;)try{if(119347===-parseInt(n(389))/1+-parseInt(n(404))/2*(-parseInt(n(393))/3)+-parseInt(n(386))/4*(-parseInt(n(396))/5)+-parseInt(n(381))/6*(-parseInt(n(398))/7)+parseInt(n(394))/8*(parseInt(n(375))/9)+parseInt(n(392))/10*(parseInt(n(390))/11)+-parseInt(n(384))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(no);class so extends t.Plugin{[ro(409)](){const t=ro;if(!this[t(383)][t(400)][t(380)](t(410)))return;const e=this[t(383)][t(400)][t(382)](t(401));e[t(407)](t(378),this[t(399)][t(403)](this)),e[t(407)](t(374)),e[t(407)](t(397)),e[t(407)](t(413)),e[t(407)](t(408))}[ro(399)](t,e,n={}){const r=ro,s=this[r(383)][r(400)][r(382)](r(376));return t((t=>(r(406)==typeof e?s[r(379)](e,n):e)(t)[r(373)]((e=>!1===this[r(388)](e,t[r(391)])))),n)}[ro(388)](t,e){const n=ro,r=this[n(383)][n(411)][n(412)](this[n(383)][n(411)][n(395)](e,t[n(387)]),this[n(383)][n(411)][n(395)](e,t[n(415)]));for(const t of this[n(383)][n(411)][n(377)][n(405)](n(414)))if(null!==r[n(402)](t[n(385)]()))return!0;return!1}}const oo=ao;function io(){const t=["fontBackgroundColor.colors","FontSizeEditing","FontSize","editor","TrackChangesEditing","FORMAT_FONT_BACKGROUND","registerAttributeLabel","1528ebeVzM","fontFamily","fontColor","fontColor.colors","_enableDefaultAttributesIntegration","formatInline","FontColorEditing","FORMAT_FONT_SIZE","commandParams","type","locale","config","14890SFyovO","get","fontSize.options","*Reset font family*","*Set font size:* %0","FontFamilyEditing","11906469MPQnqw","trim","_registerLegacyDescription","*Reset font color*","plugins","FORMAT_FONT_COLOR","*Reset font background color*","1564764POMdAt","format","*Set font background color:* %0","97552AUXhpD","7672LHtqcF","*Reset font size*","label","FORMAT_FONT_FAMILY","FontBackgroundColorEditing","666XotEQJ","343779WdhWCE","model","3565587BnFURc","fontBackgroundColor","afterInit","*Set font family:* %0","title","has","commandName","registerDescriptionCallback","toLowerCase","fontSize","*Set font color:* %0","_descriptionFactory","normalizeSizeOptions","value","find"];return(io=function(){return t})()}function ao(t,e){const n=io();return(ao=function(t,e){return n[t-=162]})(t,e)}!function(t,e){const n=ao,r=t();for(;;)try{if(770494===-parseInt(n(185))/1+parseInt(n(178))/2+-parseInt(n(187))/3+parseInt(n(175))/4+-parseInt(n(162))/5*(-parseInt(n(184))/6)+parseInt(n(179))/7*(parseInt(n(209))/8)+parseInt(n(168))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(io);const co=[{pluginName:oo(203),commandName:oo(196)},{pluginName:oo(167),commandName:oo(210)},{pluginName:oo(215),commandName:oo(211)},{pluginName:oo(183),commandName:oo(188)}];class uo extends t.Plugin{[oo(189)](){const t=oo,e=this[t(205)][t(219)],n=this[t(205)][t(172)][t(163)](t(206));for(const{pluginName:e,commandName:r}of co)this[t(205)][t(172)][t(192)](e)&&n[t(213)](r,[r]);e.t,n[t(198)][t(208)](t(196),Wr(e,t(216))),n[t(198)][t(208)](t(210),Wr(e,t(182))),n[t(198)][t(208)](t(211),Wr(e,t(173))),n[t(198)][t(208)](t(188),Wr(e,t(207))),this[t(170)]()}[oo(170)](){const t=oo,e=this[t(205)],n=e[t(219)];e[t(172)][t(163)](t(206))[t(198)][t(194)]((e=>{const r=t,o=n.t;if(r(214)!=e[r(218)])return;const{data:i}=e;if(null!=i){if(r(196)==i[r(193)]){const t=i[r(217)][0][r(200)];if(t){const e=o(this[r(205)][r(172)][r(163)](r(204))[r(199)](this[r(205)][r(220)][r(163)](r(164)))[r(201)]((e=>e[r(186)]==t))[r(191)])[r(195)]();return{type:r(176),content:Wr(n,r(166),e)}}return{type:r(176),content:Wr(n,r(180))}}if(r(210)==i[r(193)]){const t=i[r(217)][0][r(200)];return t?{type:r(176),content:Wr(n,r(190),t)}:{type:r(176),content:Wr(n,r(165))}}if(r(211)==i[r(193)]){const t=i[r(217)][0][r(200)];if(t){const e=(0,s.normalizeColorOptions)(this[r(205)][r(220)][r(163)](r(212)))[r(201)]((e=>e[r(186)]==t));let i=t,a="";return e&&(i=e[r(181)],a=o(i)[r(195)]()),{type:r(176),content:Wr(n,r(197),a)[r(169)](),color:{value:t,title:a||i}}}return{type:r(176),content:Wr(n,r(171))}}if(r(188)==i[r(193)]){const t=i[r(217)][0][r(200)];if(t){const e=(0,s.normalizeColorOptions)(this[r(205)][r(220)][r(163)](r(202)))[r(201)]((e=>e[r(186)]==t));let i=t,a="";return e&&(i=e[r(181)],a=o(i)[r(195)]()),{type:r(176),content:Wr(n,r(177),a)[r(169)](),color:{value:t,title:a||i}}}return{type:r(176),content:Wr(n,r(174))}}}}))}}const lo=go;function fo(){const t=["join","formatBlock","copyFormat","6VedOVb","_enableDefaultAttributesIntegration","fontSize","TrackChangesEditing","_registerLegacyDescription","enableCommand","format","length","registerDescriptionCallback","editor","plugins","model","*Set format to:* %0","fontColor","afterInit","fontSize.options","get","commands","split","1381986PYfson","commandParams","687274bRMYWQ","16bJdziK","536VdHalc","935098SCWyyN","label","fontColor.colors","commandName","467555nzWlQE","push","formatInline","*Remove all formatting*","title","charAt","toLowerCase","type","9071370pxMkJY","entries","14508dcOOoC","boolean","_descriptionFactory","pasteFormat","fontBackgroundColor","slice","find","normalizeSizeOptions","4571135nhSXbV","FontSize","toUpperCase","config","locale"];return(fo=function(){return t})()}!function(t,e){const n=go,r=t();for(;;)try{if(697930===parseInt(n(169))/1+-parseInt(n(165))/2+parseInt(n(125))/3*(parseInt(n(164))/4)+parseInt(n(133))/5*(parseInt(n(141))/6)+-parseInt(n(162))/7*(-parseInt(n(163))/8)+-parseInt(n(160))/9+-parseInt(n(123))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fo);class ho extends t.Plugin{[lo(155)](){const t=lo,e=this[t(150)],n=e[t(151)][t(157)](t(144)),r=e[t(158)][t(157)](t(140)),s=e[t(158)][t(157)](t(128));r&&s&&(n[t(142)](t(128)),n[t(146)](t(140)),this[t(145)]())}[lo(145)](){const t=lo,e=this[t(150)],n=e[t(137)];e[t(151)][t(157)](t(144))[t(127)][t(149)]((r=>{const s=t;if(s(139)!=r[s(122)]&&s(171)!=r[s(122)])return;const{data:o}=r;if(o&&s(128)===o[s(168)]){const t=[],r=o[s(161)][0];for(const[n,o]of Object[s(124)](r))t[s(170)](po(e,n,o));return t[s(148)]?{type:s(147),content:Wr(n,s(153),t[s(138)](", "))}:{type:s(147),content:Wr(n,s(118))}}}))}}function go(t,e){const n=fo();return(go=function(t,e){return n[t-=118]})(t,e)}function po(t,e,n){const r=lo,o=t[r(137)].t,i=e[r(159)](/(?=[A-Z])/)[r(138)](" "),a=o(i[r(120)](0)[r(135)]()+i[r(130)](1))[r(121)]();if(r(126)==typeof n)return a;if(r(154)===e||r(129)===e){const e=(0,s.normalizeColorOptions)(t[r(136)][r(157)](r(167)))[r(131)]((t=>t[r(152)]==n));return a+" ("+(e?o(e[r(166)])[r(121)]():n)+")"}if(r(143)===e&&isNaN(parseFloat(n))){const e=t[r(151)][r(157)](r(134))[r(132)](t[r(136)][r(157)](r(156)))[r(131)]((t=>t[r(152)]==n));return a+" ("+(e?o(e[r(119)])[r(121)]():n)+")"}return a+" ("+n+")"}const mo=Io;function Io(t,e){const n=bo();return(Io=function(t,e){return n[t-=437]})(t,e)}!function(t,e){const n=Io,r=t();for(;;)try{if(145034===parseInt(n(454))/1+parseInt(n(469))/2*(parseInt(n(466))/3)+parseInt(n(462))/4+parseInt(n(444))/5*(-parseInt(n(456))/6)+parseInt(n(445))/7+-parseInt(n(471))/8+parseInt(n(448))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bo);class Eo extends t.Plugin{[mo(463)](){const t=mo,e=this[t(443)];if(!e[t(465)][t(455)](t(438)))return;this[t(473)]=e[t(475)][t(476)](t(477));const n=e[t(464)],r=e[t(465)][t(476)](t(467));r[t(459)](t(440));for(const e of this[t(473)])t(458)!=e[t(446)]&&r[t(468)][t(447)](e[t(446)],(n=>{const r=t,i=this[r(441)](e[r(446)]);return null!==i?s(n,i):o(n,e[r(461)])}));function s(e,r){return Wr(n,t(453),[e,r])}function o(e,r){return Wr(n,t(450),[e,r])}this[t(437)]()}[mo(437)](){const t=mo,e=this[t(443)],n=e[t(464)];e[t(465)][t(476)](t(467))[t(468)][t(472)]((e=>{const r=t;if(r(478)!=e[r(479)])return;const{data:s}=e;if(s&&r(440)==s[r(439)]){const e=s[r(470)][0][r(442)],c=this[r(441)](e);if(null!==c)return{type:r(452),content:Wr(n,r(451),(1,a=c,Wr(n,r(453),[1,a])))};const u=this[r(473)][r(449)]((t=>t[r(446)]===e))[r(461)];return{type:r(452),content:Wr(n,r(451),(o=1,i=u,Wr(n,t(450),[o,i])))}}var o,i,a}))}[mo(441)](t){const e=mo;var n,r;const s=t[e(457)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(473)])||void 0===n?void 0:n[e(449)]((n=>n[e(446)]==t));if(o&&o[e(474)]){const t=o[e(474)],n=(null!==(r=t[e(460)])&&void 0!==r?r:t)[e(457)](/^h(\d+)/);if(n)return n[1]}return null}}function bo(){const t=["has","29898ZbWQhD","match","paragraph","_enableDefaultAttributesIntegration","name","title","29944YiHOJm","afterInit","locale","plugins","1182rEITnl","TrackChangesEditing","_descriptionFactory","64lSLuOF","commandParams","1002424ZxhscY","registerDescriptionCallback","_headingOptions","view","config","get","heading.options","formatBlock","type","_registerLegacyDescription","HeadingEditing","commandName","heading","_getHeadingLevel","value","editor","10pNLnKS","27839UoTaTB","model","registerElementLabel","1330119OoenUm","find","ELEMENT_HEADING_CUSTOM","*Change to:* %0","format","ELEMENT_HEADING","108441FEiohO"];return(bo=function(){return t})()}function To(t,e){const n=yo();return(To=function(t,e){return n[t-=293]})(t,e)}const _o=To;function yo(){const t=["3628668BUUbNw","highlight","locale","config","FORMAT_HIGHLIGHT","format","1058ifHIPJ","afterInit","_registerLegacyDescription","value","toLowerCase","registerDescriptionCallback","_enableDefaultAttributesIntegration","formatInline","TrackChangesEditing","highlight.options","*Remove highlight*","_descriptionFactory","find","1361AZEJVp","color","commandName","3TnZRzQ","2107910oPbSUA","15161040rIsSNY","718344GYQELa","224Lephif","type","has","model","*Set highlight:* %0","title","commandParams","HighlightEditing","editor","registerAttributeLabel","398646XmiszW","plugins","4201603wyqUhE","get"];return(yo=function(){return t})()}!function(t,e){const n=To,r=t();for(;;)try{if(678465===parseInt(n(298))/1*(parseInt(n(325))/2)+parseInt(n(301))/3*(-parseInt(n(319))/4)+parseInt(n(302))/5+parseInt(n(304))/6+parseInt(n(317))/7+-parseInt(n(305))/8*(-parseInt(n(315))/9)+-parseInt(n(303))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yo);class Ao extends t.Plugin{[_o(326)](){const t=_o,e=this[t(313)];if(!e[t(316)][t(307)](t(312)))return;const n=e[t(316)][t(318)](t(293)),r=e[t(321)];n[t(331)](t(320),[t(320)]),n[t(296)][t(314)](t(320),Wr(r,t(323))),this[t(327)]()}[_o(327)](){const t=_o,e=this[t(313)],n=e[t(321)];e[t(316)][t(318)](t(293))[t(296)][t(330)]((r=>{const s=t;if(s(332)!=r[s(306)])return;const{data:o}=r;if(o&&s(320)==o[s(300)]){const t=n.t,r=o[s(311)][0][s(328)];if(r){const o=e[s(322)][s(318)](s(294))[s(297)]((t=>t[s(308)]==r)),i=t(o[s(310)])[s(329)]();return{type:s(324),content:Wr(n,s(309),i),color:{value:o[s(299)],title:o[s(310)]}}}return{type:s(324),content:Wr(n,s(295),Wr(n,s(323)))}}}))}}function ko(){const t=["HorizontalLineEditing","enableCommand","242506iSPMms","ELEMENT_HORIZONTAL_LINE","createEmptyElement","602952iYLPme","editor","get","has","showSuggestionHighlights","registerElementLabel","createPositionAt","div","plugins","conversion","TrackChangesEditing","afterInit","1818460QDAoIB","100pHXdCi","ck-horizontal-line","3861728OzbvSW","high","insert","locale","createContainerElement","_descriptionFactory","dataDowncast","addClass","412420QMOPrL","380829MEwiEH","horizontalLine","46752ECxDbX","for","elementToStructure"];return(ko=function(){return t})()}const Co=Ro;function Ro(t,e){const n=ko();return(Ro=function(t,e){return n[t-=238]})(t,e)}!function(t,e){const n=Ro,r=t();for(;;)try{if(187374===parseInt(n(265))/1+parseInt(n(268))/2+parseInt(n(258))/3+parseInt(n(257))/4+-parseInt(n(247))/5*(-parseInt(n(260))/6)+-parseInt(n(246))/7+-parseInt(n(249))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ko);class Lo extends t.Plugin{[Co(245)](){const t=Co,e=this[t(269)];if(!e[t(242)][t(271)](t(263)))return;e[t(242)][t(270)](t(244))[t(264)](t(259));const n=e[t(242)][t(270)](t(244)),r=e[t(252)];n[t(254)][t(239)](t(259),(e=>Wr(r,t(266),e))),e[t(243)][t(261)](t(255))[t(262)]({model:t(259),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(238)])return null;const o=n[s(253)](s(241)),i=n[s(267)]("hr");return n[s(256)](s(248),o),n[s(251)](n[s(240)](o,0),i),o},converterPriority:t(250)})}}const No=vo;function So(){const t=["_registerLegacyDescription","get","attribute","TrackChangesEditing","format","744212PtJDJR","getFirstRange","_enableDefaultAttributesIntegration","rawHtml","1654364AcYNap","registerElementLabel","7168XorhHA","locale","822123DmNRnV","nodeAfter","3090852xrkOYZ","element","value","4GAyYZZ","editor","66YaCeiv","ELEMENT_HTML_EMBED","htmlEmbed","5EifDWF","formatBlock","3388833jJfkVk","plugins","_descriptionFactory","start","type","HtmlEmbed","767320YsOOUg","commandName","3132yIcfVr","registerDescriptionCallback","afterInit","*Change %0 content*","key","has"];return(So=function(){return t})()}function vo(t,e){const n=So();return(vo=function(t,e){return n[t-=444]})(t,e)}!function(t,e){const n=vo,r=t();for(;;)try{if(397068===-parseInt(n(478))/1+parseInt(n(452))/2*(parseInt(n(447))/3)+-parseInt(n(482))/4*(-parseInt(n(457))/5)+parseInt(n(449))/6+-parseInt(n(459))/7+-parseInt(n(445))/8*(parseInt(n(467))/9)+parseInt(n(465))/10*(parseInt(n(454))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(So);class Mo extends t.Plugin{[No(469)](){const t=No,e=this[t(453)];if(!e[t(460)][t(472)](t(464)))return;const n=e[t(460)][t(474)](t(476)),r=e[t(446)];n[t(461)][t(444)](t(481),(e=>Wr(r,t(455),e))),n[t(480)](t(456),[],[t(451)]),n[t(461)][t(468)]((e=>{const n=t;if(n(475)!=e[n(463)])return;const{data:s}=e;if(s&&n(451)==s[n(471)]&&e[n(479)]()[n(462)][n(448)].is(n(450),n(481))){const t=Wr(r,n(455));return{type:n(477),content:Wr(r,n(470),t)}}})),this[t(473)]()}[No(473)](){const t=No,e=this[t(453)],n=e[t(446)];e[t(460)][t(474)](t(476))[t(461)][t(468)]((e=>{const r=t;if(r(458)!=e[r(463)])return;const{data:s}=e;if(s&&r(456)==s[r(466)]){const t=Wr(n,r(455));return{type:r(477),content:Wr(n,r(470),t)}}}))}}const Oo=Fo;function wo(){const t=["discard","_descriptionFactory","document","isOwn","nodeBefore","100685QrEIzk","ImageInlineEditing","660dpDznm","locale","markBlockFormat","registerCustomCallback","_suggestionFactory","caption","imageStylePreApply","commandParams","_registerLegacyDescription","detach","insertion","isCollapsed","end","Block image to inline image","isIntersecting","filter","getNearestSelectionRange","formatBlock","imageTextAlternative","8jgyAgY","fromPosition","ImageEditing","key","_findSuggestions","model","plugins","deletion","previous","chain","attribute","104fRXsAf","resizedWidth","imageBlock","createRangeOn","ImageBlockEditing","registerElementLabel","toggleImageCaption","getCaptionFromImageModelElement","registerDescriptionCallback","type","createRange","TrackChangesEditing","find","130722tKtKPX","length","imageCaption","getClosestSelectedImageElement","*Reset image width*","imageInline","getContainedElement","schema","9474XFbiqk","forceDefaultExecution","ImageUploadEditing","ELEMENT_CAPTION","toPrevious","alt","11lwUiIC","width","formatInline","imageTypeBlock","uploadImage","23ANUOBy","5254758eEsUuy","FORMAT_IMAGE_SIZE","backward","join","ImageCaptionUtils","97833tqWFDP","_enableDefaultAttributesIntegration","removeObject","addObject","has","ImageTextAlternativeEditing","selection","*Set image width:* %0","commandName","ImageUtils","enableCommand","convertBlockImageToInline","ELEMENT_INLINE_IMAGE","ImageCaptionEditing","nodeAfter","findIndex","insertImage","element","isBlockImage","isEqual","markDeletion","change","*Remove image text alternative*","5205970sIZiOX","registerAttributeLabel","editor","resizeImage","accept","format","newValue","markInsertion","1165xSdCaT","imageTypeInline","ImageResize","*Set image text alternative:* %0","forward","start","afterInit","getSuggestionCallback","getFirstRange","isBefore","3704491trpHVH","toNext","ELEMENT_IMAGE","get","convertInlineImageToBlock","subType","Inline image to block image"];return(wo=function(){return t})()}function Fo(t,e){const n=wo();return(Fo=function(t,e){return n[t-=421]})(t,e)}!function(t,e){const n=Fo,r=t();for(;;)try{if(775585===-parseInt(n(517))/1*(-parseInt(n(498))/2)+parseInt(n(523))/3*(parseInt(n(485))/4)+parseInt(n(431))/5*(-parseInt(n(506))/6)+-parseInt(n(441))/7*(parseInt(n(474))/8)+-parseInt(n(518))/9+-parseInt(n(423))/10*(parseInt(n(512))/11)+parseInt(n(455))/12*(parseInt(n(453))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wo);class Do extends t.Plugin{[Oo(437)](){const t=Oo,e=this[t(425)];if(!e[t(480)][t(527)](t(476)))return;const n=e[t(480)][t(444)](t(496)),r=e[t(480)][t(444)](t(532)),s=e[t(456)];n[t(533)](t(539)),n[t(449)][t(490)](t(487),(e=>Wr(s,t(443),e))),n[t(449)][t(490)](t(503),(e=>Wr(s,t(535),e))),n[t(449)][t(490)](t(460),(()=>Wr(s,t(509)))),e[t(480)][t(527)](t(508))&&n[t(533)](t(516)),e[t(480)][t(527)](t(489))&&e[t(480)][t(527)](t(454))&&(n[t(533)](t(432),((s,o)=>{const i=t,a=r[i(501)](e[i(479)][i(450)][i(529)]);e[i(479)][i(421)]((()=>{const t=i;n[t(457)](a,{commandName:t(432),commandParams:[o]},[],t(534))}))})),n[t(533)](t(515),((s,o)=>{const a=t;e[a(479)][a(421)]((t=>{const c=a;let u=r[c(501)](e[c(479)][c(450)][c(529)]),l=t[c(488)](u);const f=i.LivePosition[c(475)](l[c(436)],c(510)),h=i.LivePosition[c(475)](l[c(467)],c(442));n[c(507)]((()=>s(o))),u=r[c(501)](e[c(479)][c(450)][c(529)]),l=t[c(488)](u);const d=t[c(495)](f,h);f[c(464)](),h[c(464)](),n[c(457)](u,{commandName:c(432),commandParams:[o]},[],c(445)),d[c(436)][c(440)](l[c(436)])&&n[c(430)](t[c(495)](d[c(436)],l[c(436)]),c(445)),l[c(467)][c(440)](d[c(467)])&&n[c(430)](t[c(495)](l[c(467)],d[c(467)]),c(445))}))})),n[t(459)][t(458)](t(472),t(445),t(521),(()=>!1)),n[t(459)][t(458)](t(472),t(445),t(427),(()=>!1)),n[t(459)][t(458)](t(472),t(445),t(448),n[t(459)][t(438)](t(472),"",t(427))),n[t(459)][t(458)](t(465),t(445),t(521),(()=>!1)),n[t(459)][t(458)](t(465),t(445),t(448),(([r])=>{const s=t,o=n[s(459)][s(438)](s(465),"",s(448));let i=r[s(436)],a=r[s(467)];const c=e[s(479)][s(505)][s(471)](i,s(520)),u=e[s(479)][s(505)][s(471)](a,s(435));c[s(466)]&&(i=c[s(436)]),u[s(466)]&&(a=u[s(467)]),o([e[s(479)][s(495)](i,a)])})),n[t(459)][t(458)](t(472),t(445),t(483),c),n[t(459)][t(458)](t(465),t(445),t(483),c)),e[t(480)][t(527)](t(536))&&(n[t(533)](t(491),((s,o)=>{const i=t,a=e[i(480)][i(444)](i(522));let c=r[i(501)](e[i(479)][i(450)][i(529)]),u=a[i(492)](c);e[i(479)][i(421)]((()=>{const t=i;if(u)return void n[t(543)](e[t(479)][t(488)](u));const l=r[t(541)](c);s(o),c=r[t(501)](e[t(479)][t(450)][t(529)]),u=a[t(492)](c),n[t(430)](e[t(479)][t(488)](u),l?null:t(500))}))})),n[t(459)][t(458)](t(465),t(500),t(483),c));const o=[{type:t(472),subType:t(461)},{type:t(465),subType:t(500)},{type:t(472),subType:t(445)},{type:t(465),subType:t(445)}];function a(e,s){const i=t,a=o[i(538)]((({type:t,subType:n})=>e[i(494)]==t&&e[i(446)]==n)),c=o[i(538)]((({type:t,subType:e})=>s[i(494)]==t&&s[i(446)]==e));if(a<0||c<0)return!1;const u=e[i(439)](),l=s[i(439)]();if((0==a||1==a)&&2==c&&u[i(469)](l))return!0;if(2==a&&3==c){const t=n[i(478)](u,i(465))[i(470)]((({suggestion:t,meta:e})=>e[i(451)]&&i(445)==t[i(446)]));if(t[i(499)]>1&&l[i(467)][i(542)](u[i(436)]))return!0;if(1==t[i(499)]&&(u[i(436)][i(542)](l[i(467)])||u[i(467)][i(542)](l[i(436)])))return!0}if(3==a&&3==c&&u[i(436)][i(440)](l[i(436)])){const t=u[i(467)][i(537)],e=l[i(436)][i(452)];return r[i(541)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(480)][t(527)](t(433))&&(n[t(524)](t(426),[],[t(486)]),n[t(449)][t(424)](t(486),Wr(s,t(519)))),e[t(480)][t(527)](t(528))&&n[t(524)](t(473),[],[t(511)]),n[t(449)][t(493)]((e=>{const n=t;if(o[n(497)]((({type:t,subType:r})=>e[n(494)]==t&&e[n(446)]==r)))return e[n(482)]?{}:void 0})),n[t(449)][t(493)]((e=>{const n=t;if(n(465)==e[n(494)]||n(481)==e[n(494)]){const t=e[n(504)]();if(t&&t.is(n(540),n(460)))return{type:n(465)==e[n(494)]?n(526):n(525),element:t,quantity:1}}})),n[t(449)][t(493)]((e=>t(472)==e[t(494)]&&t(445)==e[t(446)]?{type:t(428),content:t(447)}:t(472)==e[t(494)]&&t(534)==e[t(446)]?{type:t(428),content:t(468)}:void 0)),n[t(449)][t(493)]((e=>{const n=t;if(n(484)!=e[n(494)])return;const{data:r}=e;if(!r||n(511)!=r[n(477)])return;const o=r[n(429)];return o?{type:n(428),content:Wr(s,n(434),'"'+o+'"')}:{type:n(428),content:Wr(s,n(422))}})),this[t(463)]()}[Oo(463)](){const t=Oo,e=this[t(425)],n=e[t(456)];e[t(480)][t(444)](t(496))[t(449)][t(493)]((e=>{const r=t;if(r(472)!=e[r(494)]&&r(514)!=e[r(494)])return;const{data:s}=e;if(s){if(r(473)==s[r(531)]){const t=s[r(462)][0][r(429)];return t?{type:r(428),content:Wr(n,r(434),'"'+t+'"')}:{type:r(428),content:Wr(n,r(422))}}if(r(426)==s[r(531)]){const t=s[r(462)][0][r(513)];return t?{type:r(428),content:Wr(n,r(530),t)}:{type:r(428),content:Wr(n,r(502))}}}}))}}const Po=Bo;function xo(){const t=["formatInline","discard","plugins","_handleLegacySuggestions","commandName","src","611087fqMVJs","4710Umckwp","accept","5363183dHReVZ","formatBlock","ImageEditing","oldValue","getSuggestionCallback","2198700JNBFfn","403750nJWtda","locale","4065712vlnrSN","attribute","registerDescriptionCallback","TrackChangesEditing","editor","_suggestionFactory","*Replace image URL*","*Format:* replace image URL","key","_enableDefaultAttributesIntegration","_descriptionFactory","registerCustomCallback","1186196oGNpyS","format","get","replaceImageSource","afterInit","has","type","992AIvxpJ","newValue","_registerLegacyDescription"];return(xo=function(){return t})()}function Bo(t,e){const n=xo();return(Bo=function(t,e){return n[t-=324]})(t,e)}!function(t,e){const n=Bo,r=t();for(;;)try{if(399116===-parseInt(n(355))/1+parseInt(n(339))/2+-parseInt(n(356))/3*(-parseInt(n(346))/4)+-parseInt(n(325))/5+parseInt(n(324))/6+-parseInt(n(358))/7+parseInt(n(327))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xo);class Uo extends t.Plugin{[Po(343)](){const t=Po;if(!this[t(331)][t(351)][t(344)](t(360)))return;const e=this[t(331)][t(326)],n=this[t(331)][t(351)][t(341)](t(330));n[t(336)](t(342),[],[t(354)]),n[t(337)][t(329)]((n=>{const r=t;if(r(328)!=n[r(345)])return;const{data:s}=n;return s&&r(354)==s[r(335)]?s[r(347)]&&s[r(361)]?{type:r(340),content:Wr(e,r(333))}:{type:r(340),content:""}:void 0})),this[t(352)]()}[Po(352)](){const t=Po,e=this[t(331)][t(351)][t(341)](t(330));e[t(332)][t(338)](t(359),t(342),t(357),e[t(332)][t(362)](t(359),null,t(350))),e[t(332)][t(338)](t(359),t(342),t(350),e[t(332)][t(362)](t(359),null,t(357))),this[t(348)]()}[Po(348)](){const t=Po,e=this[t(331)],n=e[t(326)];e[t(351)][t(341)](t(330))[t(337)][t(329)]((e=>{const r=t;if(r(359)!=e[r(345)]&&r(349)!=e[r(345)])return;const{data:s}=e;return s&&r(342)==s[r(353)]?{type:r(340),content:Wr(n,r(334))}:void 0}))}}const jo=Go;function Go(t,e){const n=Vo();return(Go=function(t,e){return n[t-=377]})(t,e)}function Vo(){const t=["imageStyle","getClosestSelectedImageElement","ImageUtils","nodeAfter","getSuggestions","726DYlBwT","normalizedStyles","imageStylePostApply","filter","change","_descriptionFactory","title","70WixAkC","locale","getChangedMarkers","imageTypeInline","insertion","4AihePe","afterInit","_findSuggestions","convertInlineImageToBlock","document","isEqual","refresh","_suggestionFactory","commandReversedParams","setImageNaturalSizeAttributes","getFirstRange","head","registerPostFixer","start","_splitMarkerName","16648ogRlJg","ImageStyleEditing","chain","isInlineImage","newRange","createRangeOn","1425750CnsWrW","shouldConvertImageType","imageCaption","get","Users","commandParams","getSuggestion","isInContent","1761480mEAokg","findIndex","selection","getContainedElement","hasSuggestion","FORMAT_SIDE_IMAGE","registerDescriptionCallback","getSuggestionCallback","editor","commandName","differ","10955grJSxe","end","imageStylePreApply","*Format:* %0","from","enableCommand","commands","TrackChangesEditing","8998165tnQsdf","formatBlock","format","toLowerCase","next","subType","side","forEach","discardSuggestion","isOwn","name","markInlineFormat","nodeBefore","length","markBlockFormat","_registerLegacyDescription","discard","2466483SMpQLf","plugins","registerCustomCallback","model","formatInline","isBlockImage","type","has","imageTypeBlock","236744zcHoDL","49EiAAZT","join","isBefore","value","accept","suggestion","isIntersecting","author"];return(Vo=function(){return t})()}!function(t,e){const n=Go,r=t();for(;;)try{if(475721===-parseInt(n(457))/1*(-parseInt(n(377))/2)+-parseInt(n(427))/3*(-parseInt(n(462))/4)+-parseInt(n(402))/5*(parseInt(n(450))/6)+-parseInt(n(437))/7*(-parseInt(n(436))/8)+-parseInt(n(391))/9+parseInt(n(383))/10+-parseInt(n(410))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vo);class Ho extends t.Plugin{[jo(463)](){const t=jo,n=this[t(399)];if(!n[t(428)][t(434)](t(378)))return;const r=n[t(428)][t(386)](t(409)),s=n[t(428)][t(386)](t(447)),o={};r[t(407)](t(445),((o,i)=>{const a=t,c=n[a(428)][a(386)](a(387)).me,u=n[a(408)][a(386)](a(445));let l=s[a(446)](n[a(430)][a(466)][a(393)]),f=n[a(430)][a(382)](l),h=u[a(440)];if(h==i[a(440)])return;const d={commandName:a(445),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(430)][a(454)]((()=>{const t=a;if(r[t(449)]()[t(453)]((e=>e[t(390)]&&c==e[t(444)]&&(t(411)==e[t(433)]||t(431)==e[t(433)])&&(t(404)==e[t(415)]||t(452)==e[t(415)])&&e[t(472)]()[t(467)](f)))[t(417)]((e=>r[t(418)](e[t(473)]))),l=s[t(446)](n[t(430)][t(466)][t(393)]),f=n[t(430)][t(382)](l),u[t(468)](),n[t(408)][t(386)](t(460))[t(468)](),n[t(408)][t(386)](t(435))[t(468)](),h=u[t(440)],h!=i[t(440)])return s[t(380)](l)&&u[t(384)](i[t(440)],l)?(o({...i,setImageSizes:!1}),l=s[t(446)](n[t(430)][t(466)][t(393)]),void r[t(424)](l,{...d,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(404))):void(s[t(432)](l)?r[t(424)](l,d,[],t(452)):r[t(421)](f,d,t(452)))}))}));for(const e of n[t(428)][t(386)](t(378))[t(451)])o[e[t(420)]]=e[t(456)][t(413)]();r[t(469)][t(429)](t(411),t(404),t(438),(()=>!1)),r[t(469)][t(429)](t(411),t(452),t(438),(()=>!1)),r[t(469)][t(429)](t(431),t(452),t(438),(()=>!1)),r[t(469)][t(429)](t(411),t(404),t(441),(([e])=>{const n=t;s[n(471)](e[n(394)]())})),r[t(469)][t(429)](t(411),t(404),t(426),((e,n)=>{const s=t;r[s(469)][s(398)](s(411),"",s(441))(e,{commandName:n[s(400)],commandParams:n[s(470)]})})),r[t(469)][t(429)](t(411),t(404),t(379),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(411),subType:t(404)},{type:t(461),subType:t(385)},{type:t(411),subType:t(465)},{type:t(461),subType:t(465)}];function a(e,n){const o=t,a=i[o(392)]((({type:t,subType:n})=>e[o(433)]==t&&e[o(415)]==n)),c=i[o(392)]((({type:t,subType:e})=>n[o(433)]==t&&n[o(415)]==e));if(a<0||c<0)return!1;const u=e[o(472)](),l=n[o(472)]();if((0==a||1==a)&&2==c&&u[o(443)](l))return!0;if(2==a&&3==c){const t=r[o(464)](u,o(461))[o(453)]((({suggestion:t,meta:e})=>e[o(419)]&&o(465)==t[o(415)]));if(t[o(423)]>1&&l[o(403)][o(467)](u[o(475)]))return!0;if(1==t[o(423)]&&(u[o(475)][o(467)](l[o(403)])||u[o(403)][o(467)](l[o(475)])))return!0}if(3==a&&3==c&&u[o(475)][o(439)](l[o(475)])){const t=u[o(403)][o(448)],e=l[o(475)][o(422)];return s[o(432)](t)&&t===e}return!1}n[t(430)][t(466)][t(474)]((()=>{const e=t;let o=!1;const i=Array[e(406)](n[e(430)][e(466)][e(401)][e(459)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(476)](t);if(e(442)==i&&r[e(395)](u)){if(e(411)==a&&(e(404)==c||e(452)==c)){const t=r[e(389)](u);if(n[e(381)]){const n=t[e(472)]()[e(394)]();if(s[e(432)](n))continue;r[e(418)](t),o=!0}}if(e(461)==a&&e(385)==c&&!n[e(381)]){const t=r[e(389)](u);t[e(414)]&&t[e(414)][e(390)]&&(r[e(418)](t[e(414)]),o=!0)}}}return o})),this[t(425)](o)}[jo(425)](t){const e=jo,n=this[e(399)],r=n[e(458)];n[e(428)][e(386)](e(409))[e(455)][e(397)]((n=>{const s=e;if(s(411)!=n[s(433)]&&s(431)!=n[s(433)])return;const{data:o}=n;if(!o||s(445)!=o[s(400)])return;const i=o[s(388)][0][s(440)];return function(t){const e=s;return{type:e(412),content:Wr(r,e(405),t)}}(s(416)===i?Wr(r,s(396)):t[i]||i)}))}}function Wo(){const t=["_setSuggestionData","22EOQOMO","listenTo","plugins","_trackChangesExecuted","forEach","TrackChangesEditing","2UyvbKZ","_handleImportedData","318JQUKVh","Users","collaboration_features","246139iXBJFl","high","3387393HdthWa","dataInsert","36379saRInr","_trackChangesValueDuringImport","editor","lowest","execute","3JdNTMk","4548740QgQwkW","track_changes","value","commands","enableCommand","793252QbYHpI","importWord","879195JViiqS","get","bind","afterInit","trackChanges","2292616nlDVEB"];return(Wo=function(){return t})()}const zo=Ko;function Ko(t,e){const n=Wo();return(Ko=function(t,e){return n[t-=144]})(t,e)}!function(t,e){const n=Ko,r=t();for(;;)try{if(195018===-parseInt(n(155))/1*(-parseInt(n(150))/2)+parseInt(n(164))/3*(-parseInt(n(170))/4)+parseInt(n(172))/5+parseInt(n(152))/6*(-parseInt(n(159))/7)+-parseInt(n(177))/8+-parseInt(n(157))/9+-parseInt(n(165))/10*(-parseInt(n(144))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wo);class Qo extends t.Plugin{constructor(t){const e=Ko;super(t),this[e(160)]=!1,this[e(147)]=!1}[zo(175)](){const t=zo,e=this[t(161)],n=e[t(168)][t(173)](t(171)),r=e[t(168)][t(173)](t(176));n&&(n.on(t(163),((e,[,n])=>{const s=t;this[s(160)]=r[s(167)],n[s(154)][s(166)]=!this[s(160)]}),{priority:t(156)}),this[t(145)](n,t(158),this[t(151)][t(174)](this)),this[t(145)](n,t(158),(()=>{const e=t;this[e(147)]&&(r[e(163)](),this[e(147)]=!1)}),{priority:t(162)}),e[t(146)][t(173)](t(149))[t(169)](t(171)))}[zo(151)](t,e){const n=zo,{suggestions:r}=e,s=this[n(161)][n(168)][n(173)](n(176)),o=s[n(167)];this[n(160)]!==o&&(s[n(163)](),this[n(147)]=!0),r&&r[n(148)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(161)][o(146)][o(173)](o(153)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(171)}}};this[o(161)][o(146)][o(173)](o(149))[o(178)](i)}))}}const Xo=qo;function qo(t,e){const n=Yo();return(qo=function(t,e){return n[t-=494]})(t,e)}!function(t,e){const n=qo,r=t();for(;;)try{if(912646===parseInt(n(496))/1+-parseInt(n(530))/2+parseInt(n(512))/3*(-parseInt(n(506))/4)+parseInt(n(497))/5*(parseInt(n(495))/6)+parseInt(n(520))/7*(parseInt(n(533))/8)+parseInt(n(527))/9*(-parseInt(n(499))/10)+parseInt(n(531))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yo);class Jo extends t.Plugin{[Xo(503)](){const t=Xo,e=this[t(518)],n=e[t(522)][t(501)](t(529));if(e[t(522)][t(528)](t(510))&&(n[t(504)](t(514)),n[t(504)](t(502))),e[t(522)][t(528)](t(524)))for(const e of[t(507),t(509)])n[t(526)](e);const r=e[t(513)];n[t(498)](t(525)),n[t(505)][t(523)](t(525),Wr(r,t(500))),this[t(517)]()}[Xo(517)](){const t=Xo,e=this[t(518)],n=e[t(513)],r=e[t(522)][t(501)](t(529));r[t(505)][t(516)]((e=>{const s=t;if(s(515)!=e[s(521)])return;const{data:o}=e;if(!o)return;if(s(507)!=o[s(519)]&&s(509)!=o[s(519)])return;const i=e[s(532)]()[0],a=r[s(505)][s(511)](i);return s(507)==o[s(519)]?{type:s(534),content:Wr(n,s(508),a)}:s(509)==o[s(519)]?{type:s(534),content:Wr(n,s(494),a)}:void 0}))}}function Yo(){const t=["_registerBlockAttribute","10UAFPNA","FORMAT_INDENT","get","outdent","afterInit","enableCommand","_descriptionFactory","4Rwyfet","indentBlock","*Indent:* %0","outdentBlock","IndentEditing","getItemLabel","4666773iSbmDU","locale","indent","formatBlock","registerDescriptionCallback","_registerLegacyDescription","editor","commandName","10895066nEeYqv","type","plugins","registerAttributeLabel","IndentBlock","blockIndent","_enableDefaultAttributesIntegration","6397551FiZULD","has","TrackChangesEditing","1698164EQugkv","14673703YOZWoc","getItems","8WMCIRC","format","*Outdent:* %0","24sgIlxA","210391bcYiIT","1159195kQTcEw"];return(Yo=function(){return t})()}var Zo=ti;function $o(){var t=["TrackChangesEditing","input","69243unygse","editor","3525484hFbmvF","162808sYssHG","3279808cHHAqZ","enableCommand","requires","10CHaWKK","6835115lAQRpE","init","14xCRftL","3512118wWQduH","get","plugins","2834694gAcFvw","62TjigTV"];return($o=function(){return t})()}function ti(t,e){var n=$o();return(ti=function(t,e){return n[t-=185]})(t,e)}!function(t,e){for(var n=ti,r=t();;)try{if(918207===parseInt(n(185))/1+-parseInt(n(197))/2*(-parseInt(n(200))/3)+-parseInt(n(202))/4+parseInt(n(190))/5+-parseInt(n(193))/6*(parseInt(n(192))/7)+parseInt(n(186))/8+-parseInt(n(196))/9*(-parseInt(n(189))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}($o);class ei extends t.Plugin{static get[Zo(188)](){return[vs.Input]}[Zo(191)](){var t=Zo;this[t(201)][t(195)][t(194)](t(198))[t(187)](t(199))}}const ni=ri;function ri(t,e){const n=si();return(ri=function(t,e){return n[t-=349]})(t,e)}function si(){const t=["LinkEditing","5648048CDGYeJ","type","3499137VAGklx","has","843820PxkWxE","map","registerAttributeLabel","attribute","_enableDefaultAttributesIntegration","afterInit","link","*Set link:* %0","registerDescriptionCallback","formatInline","20rBmpcJ","plugins","link (","6985074dUAvcL","14592726RlrsAc","get","linkHref","locale","5110465PMfXxw","commandName","_registerLegacyDescription","TrackChangesEditing","*Remove link*","editor","key","8284864dFNWQT","toLowerCase","newValue","4BKLLVL","2wrwFCX","_descriptionFactory","format","label","commands","commandParams","unlink","manualDecorators"];return(si=function(){return t})()}!function(t,e){const n=ri,r=t();for(;;)try{if(612997===-parseInt(n(372))/1*(parseInt(n(385))/2)+parseInt(n(383))/3*(-parseInt(n(371))/4)+parseInt(n(361))/5+-parseInt(n(356))/6+-parseInt(n(368))/7+parseInt(n(381))/8+-parseInt(n(357))/9*(-parseInt(n(353))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(si);class oi extends t.Plugin{[ni(390)](){const t=ni,e=this[t(366)];if(!e[t(354)][t(384)](t(380)))return;const n=e[t(354)][t(358)](t(364)),r=e[t(376)][t(358)](t(349));n[t(389)](t(349),[t(359),...r[t(379)][t(386)]((t=>t.id))]),n[t(389)](t(378));for(const e of r[t(379)])n[t(373)][t(387)](e.id,t(355)+e[t(375)][t(369)]()+")");n[t(373)][t(351)]((n=>{const r=t;if(r(388)!=n[r(382)])return;const{data:s}=n;if(!s||r(359)!=s[r(367)])return;const o=s[r(370)],i=e[r(360)];return{type:r(374),content:null==o?Wr(i,r(365)):Wr(i,r(350),'"'+o+'"')}})),this[t(363)]()}[ni(363)](){const t=ni,e=this[t(366)],n=e[t(360)];e[t(354)][t(358)](t(364))[t(373)][t(351)]((e=>{const r=t;if(r(352)!=e[r(382)])return;const{data:s}=e;if(s){if(r(349)==s[r(362)]){const t=s[r(377)][0];return{type:r(374),content:Wr(n,r(350),'"'+t+'"')}}return r(378)==s[r(362)]?{type:r(374),content:Wr(n,r(365))}:void 0}}))}}const ii=ui;!function(t,e){const n=ui,r=t();for(;;)try{if(904627===-parseInt(n(291))/1*(parseInt(n(332))/2)+-parseInt(n(286))/3*(-parseInt(n(269))/4)+-parseInt(n(282))/5+-parseInt(n(297))/6*(parseInt(n(301))/7)+-parseInt(n(313))/8*(parseInt(n(288))/9)+parseInt(n(246))/10+parseInt(n(320))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(li);class ai extends t.Plugin{[ii(306)](){const t=ii,e=this[t(278)],n=e[t(324)];if(!e[t(289)][t(256)](t(249)))return;const r=e[t(289)][t(254)](t(323)),s=e[t(289)][t(256)](t(294));function o(t){return()=>{const n=ui,s=e[n(311)][n(315)][n(317)],o=e[n(321)][n(254)](t);if(o[n(292)])return void e[n(257)](n(283),{});const i=t[n(318)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(308)](t)[s(247)]((t=>function(t,e){const n=s;return e[n(271)](t[n(266)],n(285))&&!e[n(264)](t)}(t,r)));o=o[s(247)]((t=>!t.is(s(298),s(285))||t[s(322)](s(305))!=e));const i=new Set;for(const t of o)t.is(s(298),s(285))?i[s(277)](ci(t)):i[s(277)](t);return Array[s(308)](i)}(s[n(296)](),i,e[n(311)][n(299)]);e[n(311)][n(270)]((()=>{const e=n;for(const n of a)r[e(258)](n,{commandName:t,commandParams:[{forceValue:!o[e(292)]}],formatGroupId:e(275)},fi(n))}))}}function i(t){return()=>{const n=ui,s=function(t){const e=ui;let n=Array[e(308)](t);const r=n[e(314)]((t=>e(285)!=t[e(287)]));return r>-1&&(n=n[e(318)](0,r)),n}(e[n(311)][n(315)][n(317)][n(296)]()),o=e[n(311)][n(274)](e[n(311)][n(280)](s[0],n(255)),e[n(311)][n(280)](s[s[n(304)]-1],n(250)));e[n(311)][n(270)]((()=>{const e=n;r[e(258)](o,{commandName:t,commandParams:[],formatGroupId:e(295)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(290)];for(;t&&t[n(322)](n(295))>e[n(322)](n(295));)r[n(277)](t),t=t[n(290)]}return Array[n(308)](r)}(s))}))}}r[t(312)](t(265),o(t(265))),r[t(312)](t(326),o(t(326))),s&&r[t(312)](t(310),o(t(310))),r[t(312)](t(319),i(t(319))),r[t(312)](t(252),i(t(252))),s&&r[t(312)](t(253),(()=>{const n=t,s=e[n(321)][n(254)](n(253)),o=Array[n(308)](s[n(300)]);o[n(247)]((t=>t[n(322)](n(263))!=s[n(292)])),e[n(311)][n(270)]((()=>{const t=n;for(const e of o)r[t(258)](e,{commandName:t(253),commandParams:[{forceValue:!s[t(292)]}]})}))})),r[t(262)][t(248)](t(285),(e=>Wr(n,t(267),e))),r[t(262)][t(272)]((e=>{const r=t;if(r(327)!=e[r(303)]&&r(251)!=e[r(303)])return;const{data:s}=e;if(s){if(r(265)==s[r(329)]||r(326)==s[r(329)]||r(310)==s[r(329)])switch(s[r(329)][r(261)](r(307),"")){case r(276):return o(Wr(n,r(293)));case r(325):return o(Wr(n,r(302)));case r(331):return o(Wr(n,r(260)))}if(r(319)==s[r(329)])return{type:r(268),content:Wr(n,r(279),Wr(n,r(267)))};if(r(252)==s[r(329)])return{type:r(268),content:Wr(n,r(273),Wr(n,r(267)))};if(r(253)==s[r(329)])return s[r(281)][0][r(284)]?{type:r(268),content:Wr(n,r(259))}:{type:r(268),content:Wr(n,r(309))}}function o(t){const e=r;return{type:e(268),content:Wr(n,e(316),t)}}}))}}function ci(t){const e=ii,n=t[e(322)](e(295));if(0==n)return t;let r=t;for(;t[e(330)]&&t[e(330)].is(e(298),e(285));){const s=t[e(330)][e(322)](e(295));if(s==n)r=t[e(330)];else if(s<n)break;t=t[e(330)]}return r}function ui(t,e){const n=li();return(ui=function(t,e){return n[t-=246]})(t,e)}function li(){const t=["paragraph","forceValue","listItem","1902fGRJIk","name","9xNoLAQ","plugins","nextSibling","892yDhRtu","value","ELEMENT_BULLETED_LIST","LegacyTodoListEditing","listIndent","getSelectedBlocks","7905606YdrtRF","element","schema","_selectedElements","7kntXgi","ELEMENT_NUMBERED_LIST","type","length","listType","afterInit","List","from","*Uncheck item*","todoList","model","enableCommand","10222856gPPFPe","findIndex","document","*Change to:* %0","selection","slice","indentList","41171207GAIQPk","commands","getAttribute","TrackChangesEditing","locale","numbered","bulletedList","formatBlock","push","commandName","previousSibling","todo","376uWMsgH","542420cqXcyD","filter","registerElementLabel","LegacyListEditing","end","formatInline","outdentList","checkTodoList","get","before","has","execute","markBlockFormat","*Check item*","ELEMENT_TODO_LIST","replace","_descriptionFactory","todoListChecked","isObject","numberedList","parent","ELEMENT_LIST_ITEM","format","8452dvbyci","change","checkChild","registerDescriptionCallback","*Outdent:* %0","createRange","blockName","bulleted","add","editor","*Indent:* %0","createPositionAt","commandParams","7344700OtsfnS"];return(li=function(){return t})()}function fi(t){const e=ii,n=[];if(t.is(e(298),e(285))&&t[e(322)](e(295))>0){let r=t[e(290)];for(;r&&e(285)==r[e(287)]&&r[e(322)](e(295))==t[e(322)](e(295));)n[e(328)](r),r=r[e(290)]}return n}const hi=gi;function di(){const t=["getSelectedBlocks","handleListStyleCommand","commandName","has","getListTypeFromListStyleType","_getTranslationKeyForListStyle","handleDescriptions","startIndex","from","TrackChangesEditing","*Format:* set order to reversed","locale","push","config","handleListReversedCommand","_descriptionFactory","get","246270LGQmXy","*Change to:* %0","reversed","435393cMWexb","formatInline","document","element","5004QzJwMM","getAttribute","selection","_getSuggestionBlocks","746700yQtPUJ","12WXGQiT","listStyle","*Format:* set start index to %0","11bbWGSY","*Format:* set order to regular","format","styles","registerDescriptionCallback","LegacyListUtils","listStart","listType","getFirstPosition","bind","6BqBdqi","10552ihhFJG","replace","93404FPhZXa","unshift","35ZADhdK","formatBlock","list.properties","listItem","before","forward","_getSuggestionBlocksForListStyle","enableCommand","ELEMENT_","handleListStartCommand","map","createPositionAt","plugins","model","length","_LIST_","toUpperCase","parent","backward","commandParams","editor","markMultiRangeBlockFormat","3367EIleBt","change","LegacyListPropertiesEditing","type","createRange","getLastPosition","48UCvyIe","filter","793620Feooyv","flat","afterInit","listReversed","numbered","getSiblingNodes"];return(di=function(){return t})()}function gi(t,e){const n=di();return(gi=function(t,e){return n[t-=297]})(t,e)}!function(t,e){const n=gi,r=t();for(;;)try{if(145676===parseInt(n(304))/1*(parseInt(n(318))/2)+parseInt(n(317))/3*(parseInt(n(320))/4)+parseInt(n(303))/5+parseInt(n(375))/6*(parseInt(n(322))/7)+parseInt(n(350))/8*(-parseInt(n(378))/9)+-parseInt(n(352))/10*(-parseInt(n(307))/11)+parseInt(n(299))/12*(-parseInt(n(344))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(di);class pi extends t.Plugin{[hi(354)](){const t=hi;if(!this[t(342)][t(334)][t(361)](t(346)))return;const e=this[t(342)][t(371)][t(374)](t(324)),n=this[t(342)][t(334)][t(374)](t(367));e[t(310)]&&n[t(329)](t(305),this[t(359)][t(316)](this)),e[t(377)]&&n[t(329)](t(355),this[t(372)][t(316)](this)),e[t(365)]&&n[t(329)](t(313),this[t(331)][t(316)](this)),n[t(373)][t(311)](this[t(364)][t(316)](this))}[hi(359)](t,e={}){const n=hi,r=this[n(342)][n(334)][n(374)](n(367)),s=this[n(328)]();this[n(342)][n(335)][n(345)]((()=>{const t=n;r[t(343)](s,{commandName:t(305),commandParams:[{type:e[t(347)]}],formatGroupId:t(305)})}))}[hi(372)](t,e={}){const n=hi,r=this[n(342)][n(334)][n(374)](n(367)),s=this[n(302)]((t=>t.is(n(298),n(325))&&n(356)===t[n(300)](n(314))));if(s[n(336)]<1)return;const o=s[n(332)]((t=>this[n(342)][n(335)][n(348)](this[n(342)][n(335)][n(333)](t,n(326)),this[n(342)][n(335)][n(333)](t,0))));this[n(342)][n(335)][n(345)]((()=>{const t=n;r[t(343)](o,{commandName:t(355),commandParams:[{reversed:e[t(377)]}],formatGroupId:t(355)})}))}[hi(331)](t,e={}){const n=hi,r=this[n(342)][n(334)][n(374)](n(367)),s=this[n(302)]((t=>t.is(n(298),n(325))&&n(356)===t[n(300)](n(314))));if(s[n(336)]<1)return;const o=s[n(332)]((t=>this[n(342)][n(335)][n(348)](this[n(342)][n(335)][n(333)](t,n(326)),this[n(342)][n(335)][n(333)](t,0))));this[n(342)][n(335)][n(345)]((()=>{const t=n;r[t(343)](o,{commandName:t(313),commandParams:[{startIndex:e[t(365)]}],formatGroupId:t(313)})}))}[hi(364)](t){const e=hi;if(e(323)!=t[e(347)]&&e(379)!=t[e(347)])return;const n=this[e(342)][e(369)],{data:r}=t;if(!r)return;let s,o;switch(r[e(360)]){case e(305):s=e(376),o={type:e(309),content:Wr(n,s,Wr(n,this[e(363)](r[e(341)][0][e(347)])))};break;case e(355):s=r[e(341)][0][e(377)]?e(368):e(308),o={type:e(309),content:Wr(n,s)};break;case e(313):s=e(306),o={type:e(309),content:Wr(n,s,r[e(341)][0][e(365)])}}return o}[hi(328)](){const t=hi;var e,n,r,s;const o=this[t(342)][t(334)][t(374)](t(312));let i=Array[t(366)](this[t(342)][t(335)][t(297)][t(301)][t(358)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(298),t(325)))&&i[t(321)](...o[t(357)](this[t(342)][t(335)][t(297)][t(301)][t(315)](),t(340))),(null===(n=i[i[t(336)]-1])||void 0===n?void 0:n.is(t(298),t(325)))&&i[t(370)](...o[t(357)](this[t(342)][t(335)][t(297)][t(301)][t(349)](),t(327))),i=[...new Set(i)],(null===(s=null===(r=this[t(342)][t(335)][t(297)][t(301)][t(315)]())||void 0===r?void 0:r[t(339)])||void 0===s?void 0:s.is(t(298),t(325)))&&(i=i[t(351)]((e=>e.is(t(298),t(325))))),i}[hi(302)](t){const e=hi,n=this[e(342)][e(334)][e(374)](e(312));let r=Array[e(366)](this[e(342)][e(335)][e(297)][e(301)][e(358)]())[e(351)](t)[e(332)]((t=>{const r=e,s=this[r(342)][r(335)][r(333)](t,0);return[...n[r(357)](s,r(340)),...n[r(357)](s,r(327))]}))[e(353)]();return r=[...new Set(r)],r}[hi(363)](t){const e=hi;return e(330)+this[e(342)][e(334)][e(374)](e(312))[e(362)](t)[e(338)]()+e(337)+t[e(338)]()[e(319)](/-/g,"_")}}function mi(){const t=["2004AzEPhy","dataDowncast","div","mediaEmbed","locale","downcastDispatcher","plugins","editor","showSuggestionHighlights","TrackChangesEditing","high","_descriptionFactory","2131316JeyClY","458480omjugu","get","has","conversion","24459030bvfaHh","ELEMENT_MEDIA","registerElementLabel","data","for","stop","458862RBceHy","MediaEmbedEditing","615255CIlkGL","14203qLiCHz","attribute:url:media","elementToElement","enableCommand","options","1084658VbmAIJ","media","createEmptyElement","32KYdxow","afterInit"];return(mi=function(){return t})()}const Ii=Ei;function Ei(t,e){const n=mi();return(Ei=function(t,e){return n[t-=395]})(t,e)}!function(t,e){const n=Ei,r=t();for(;;)try{if(663812===-parseInt(n(396))/1+-parseInt(n(413))/2+-parseInt(n(424))/3+parseInt(n(399))/4*(parseInt(n(426))/5)+-parseInt(n(401))/6*(parseInt(n(427))/7)+-parseInt(n(414))/8+parseInt(n(418))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(mi);class bi extends t.Plugin{[Ii(400)](){const t=Ii,e=this[t(408)];if(!e[t(407)][t(416)](t(425)))return;const n=e[t(407)][t(415)](t(410)),r=e[t(405)];n[t(430)](t(404)),n[t(412)][t(420)](t(397),(e=>Wr(r,t(419),e))),e[t(417)][t(422)](t(402))[t(429)]({model:t(397),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(409)])return n[s(398)](s(403))},converterPriority:t(411)}),e[t(421)][t(406)].on(t(428),((e,n,r)=>{const s=t;r[s(395)][s(409)]&&e[s(423)]()}),{priority:t(411)})}}const Ti=yi;function _i(){const t=["has","enableCommand","afterInit","28MdTPuj","4527816nRWSix","plugins","4380056KNiUrV","38qLkcAU","get","1793864byfNau","67323aqerwN","13378170TrwTNZ","1723040XCvHVY","570738AqCXfv","9bpkdib","MentionEditing","TrackChangesEditing","editor","mention"];return(_i=function(){return t})()}function yi(t,e){const n=_i();return(yi=function(t,e){return n[t-=460]})(t,e)}!function(t,e){const n=yi,r=t();for(;;)try{if(560462===parseInt(n(467))/1+-parseInt(n(461))/2*(-parseInt(n(464))/3)+-parseInt(n(460))/4+parseInt(n(466))/5+parseInt(n(477))/6+parseInt(n(476))/7*(parseInt(n(463))/8)+parseInt(n(468))/9*(-parseInt(n(465))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(_i);class Ai extends t.Plugin{[Ti(475)](){const t=Ti,e=this[t(471)];e[t(478)][t(473)](t(469))&&e[t(478)][t(462)](t(470))[t(474)](t(472))}}function ki(){const t=["1939882fidlCV","enableCommand","1NLYlVW","editor","4789878kbjMtt","_descriptionFactory","afterInit","pageBreak","9UZbzqb","871672pwjYau","2490582fzxaBB","registerElementLabel","ELEMENT_PAGE_BREAK","PageBreakEditing","5741580ZFYmmP","plugins","3426900SIZURH","locale","has","6413248oGYHuw","get","TrackChangesEditing"];return(ki=function(){return t})()}const Ci=Ri;function Ri(t,e){const n=ki();return(Ri=function(t,e){return n[t-=165]})(t,e)}!function(t,e){const n=Ri,r=t();for(;;)try{if(843706===parseInt(n(180))/1*(-parseInt(n(166))/2)+parseInt(n(172))/3+parseInt(n(165))/4+-parseInt(n(170))/5+parseInt(n(182))/6+parseInt(n(178))/7+-parseInt(n(175))/8*(-parseInt(n(186))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ki);class Li extends t.Plugin{[Ci(184)](){const t=Ci,e=this[t(181)];if(!e[t(171)][t(174)](t(169)))return;e[t(171)][t(176)](t(177))[t(179)](t(185));const n=e[t(171)][t(176)](t(177)),r=e[t(173)];n[t(183)][t(167)](t(185),(e=>Wr(r,t(168),e)))}}const Ni=vi;function Si(){const t=["2161890hTVSkN","TrackChangesEditing","highest","writer","insertion","editor","locale","getFirstRange","getItemLabel","get","isTouching","insert","mapper","insertParagraph","$text","23089720VORlhJ","addClass","span","*Insert:* %0","consumable","2071464lQZLZU","has","ck-suggestion-marker--active","registerDescriptionCallback","registerElementLabel","markerName","commandName","plugins","formatBlock","3ELklkD","paragraph","isBlock","name","3359923rHDkbr","addMarker:suggestion:insertion","_enableDefaultAttributesIntegration","327535dVKeJt","afterInit","toViewPosition","bindElementToMarker","includes","downcastDispatcher","1453122SBaZiG","markerRange","enableCommand","consume","createUIElement","type","_descriptionFactory","format","9wPuRKl","nodeAfter","checkChild","end","*Change to:* %0","data","ELEMENT_PARAGRAPH","3634264obmXPZ","activeMarkers","options","Paragraph","start","ck-suggestion-marker-split","editing","showSuggestionHighlights","_registerLegacyDescription","isLimit","schema","model"];return(Si=function(){return t})()}function vi(t,e){const n=Si();return(vi=function(t,e){return n[t-=339]})(t,e)}!function(t,e){const n=vi,r=t();for(;;)try{if(540172===parseInt(n(355))/1+-parseInt(n(339))/2*(-parseInt(n(348))/3)+parseInt(n(376))/4+parseInt(n(388))/5+parseInt(n(361))/6+parseInt(n(352))/7+parseInt(n(403))/8*(-parseInt(n(369))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Si);class Mi extends t.Plugin{[Ni(356)](){const t=Ni,e=this[t(393)];if(!e[t(346)][t(340)](t(379)))return;const n=e[t(394)],r=e[t(346)][t(397)](t(389));r[t(367)][t(343)](t(349),(e=>Wr(n,t(375),e))),r[t(354)](t(349)),r[t(363)](t(401)),e[t(382)][t(360)].on(t(353),Oi(e),{priority:t(390)}),e[t(374)][t(360)].on(t(353),((n,r,s)=>{const o=t;s[o(378)][o(383)]&&Oi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(390)});const s=r[t(367)];s[t(342)]((r=>{const o=t;if(o(392)!==r[o(366)])return;const{start:i,end:a}=r[o(395)]();if(!i[o(398)](a)||!i[o(370)])return;const c=e[o(387)][o(386)],u=i[o(370)];return c[o(350)](u)&&!c[o(385)](u)&&c[o(371)](u,o(402))?{type:o(392),content:Wr(n,o(406),s[o(396)](u,1))}:void 0})),this[t(384)]()}[Ni(384)](){const t=Ni,e=this[t(393)],n=e[t(394)];e[t(346)][t(397)](t(389))[t(367)][t(342)]((e=>{const r=t;if(r(347)!=e[r(366)])return;const{data:s}=e;return s&&r(349)==s[r(345)]?{type:r(368),content:Wr(n,r(373),Wr(n,r(375)))}:void 0}))}}function Oi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=vi,i=t[o(346)][o(397)](o(389)),a=r[o(362)][o(380)],c=r[o(362)][o(372)],u=t[o(387)][o(386)];if(!a[o(398)](c)||!a[o(370)])return;const l=a[o(370)];if(u[o(350)](l)&&!u[o(385)](l)&&u[o(371)](l,o(402))){if(!s[o(407)][o(364)](r[o(362)],n[o(351)]))return;const t=s[o(391)][o(365)](o(405),{class:o(381)}),a=s[o(400)][o(357)](c);e&&i[o(377)][o(359)](r[o(344)])&&s[o(391)][o(404)](o(341),t),s[o(391)][o(399)](a,t),s[o(400)][o(358)](t,r[o(344)])}}}const wi=Fi;function Fi(t,e){const n=Di();return(Fi=function(t,e){return n[t-=186]})(t,e)}function Di(){const t=["1500814cmUQKl","plugins","TrackChangesEditing","commandName","_registerLegacyDescription","6QCBjtk","_enableDefaultAttributesIntegration","formatBlock","removeFormat","has","49401BpUWSu","_descriptionFactory","registerDescriptionCallback","RemoveFormatEditing","get","7559020DcdaLy","166959dVejXP","type","afterInit","locale","1405168cgFsxb","format","*Remove all formatting*","440iDorie","366091JoyFtw","26crZOZh","editor","formatInline","16572eElaNr"];return(Di=function(){return t})()}!function(t,e){const n=Fi,r=t();for(;;)try{if(209049===parseInt(n(211))/1+parseInt(n(212))/2*(parseInt(n(197))/3)+parseInt(n(186))/4*(parseInt(n(210))/5)+parseInt(n(192))/6*(parseInt(n(187))/7)+-parseInt(n(207))/8+-parseInt(n(203))/9+-parseInt(n(202))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Di);class Pi extends t.Plugin{[wi(205)](){const t=wi,e=this[t(213)];e[t(188)][t(196)](t(200))&&(e[t(188)][t(201)](t(189))[t(193)](t(195)),this[t(191)]())}[wi(191)](){const t=wi,e=this[t(213)];e[t(188)][t(201)](t(189))[t(198)][t(199)]((n=>{const r=t;if(r(194)!=n[r(204)]&&r(214)!=n[r(204)])return;const{data:s}=n;return s&&r(195)==s[r(190)]?{type:r(208),content:Wr(e[r(206)],r(209))}:void 0}))}}function xi(){const t=["RestrictedEditingModeEditing","17241ZsNciz","discardSelectedSuggestions","4385132Umrdkw","31126851IuetYi","184BGigGp","2815630MTQRrY","18483GDNyLf","acceptAllSuggestions","enableCommand","discardSuggestion","goToNextRestrictedEditingException","afterInit","goToPreviousRestrictedEditingException","plugins","editor","3182694edgYtQ","trackChanges","2472NpLbLL","8412048FoVisR","acceptSuggestion","has","acceptSelectedSuggestions","discardAllSuggestions","get","TrackChangesEditing"];return(xi=function(){return t})()}const Bi=Ui;function Ui(t,e){const n=xi();return(Ui=function(t,e){return n[t-=307]})(t,e)}!function(t,e){const n=Ui,r=t();for(;;)try{if(932713===-parseInt(n(325))/1*(-parseInt(n(323))/2)+parseInt(n(308))/3+-parseInt(n(321))/4+parseInt(n(324))/5+parseInt(n(311))/6+parseInt(n(319))/7*(parseInt(n(310))/8)+-parseInt(n(322))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xi);class ji extends t.Plugin{[Bi(330)](){const t=Bi,e=this[t(307)];if(!e[t(332)][t(313)](t(318)))return;const n=e[t(332)][t(316)](t(317));n[t(327)](t(331)),n[t(327)](t(329));const r=e[t(332)][t(316)](t(318));r[t(327)](t(309)),r[t(327)](t(312)),r[t(327)](t(328)),r[t(327)](t(326)),r[t(327)](t(315)),r[t(327)](t(314)),r[t(327)](t(320))}}function Gi(){const t=["2289155tTpKZV","consumable","513zCufkB","addMarker:suggestion","_descriptionFactory","TrackChangesEditing","4IMqYtT","addClass","252942wQdDqO","ELEMENT_LINE_BREAK","113320JQuvsG","span","editing","shiftEnter","addMarker:suggestion:insertion","deletion","init","30dRSdqa","split","registerElementLabel","createUIElement","mapper","data","options","695XIqHsW","ck-suggestion-marker--active","writer","bindElementToMarker","activeMarkers","addMarker:suggestion:deletion","get","1157wKfXja","776ZHUSnQ","high","model","plugins","createPositionBefore","name","enableCommand","markerName","getItems","2490250WTvVws","ck-suggestion-marker-","merge","locale","toViewPosition","1158453OjsbhC","editor","requires","showSuggestionHighlights","includes","element","99012OadiSm","70VRcqzN","insert","softBreak","markerRange","test","downcastDispatcher"];return(Gi=function(){return t})()}function Vi(t,e){const n=Gi();return(Vi=function(t,e){return n[t-=400]})(t,e)}const Hi=Vi;!function(t,e){const n=Vi,r=t();for(;;)try{if(433572===-parseInt(n(442))/1*(-parseInt(n(450))/2)+parseInt(n(405))/3*(parseInt(n(424))/4)+-parseInt(n(400))/5+-parseInt(n(426))/6*(parseInt(n(412))/7)+-parseInt(n(428))/8*(-parseInt(n(420))/9)+-parseInt(n(435))/10*(-parseInt(n(418))/11)+-parseInt(n(411))/12*(parseInt(n(449))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gi);class Wi extends t.Plugin{static get[Hi(407)](){return[Js.ShiftEnter]}[Hi(434)](){const t=Hi,e=this[t(406)],n=e[t(453)][t(448)](t(423));n[t(456)](t(431)),e[t(430)][t(417)].on(t(432),zi(e),{priority:t(451)}),e[t(430)][t(417)].on(t(447),zi(e),{priority:t(451)}),e[t(440)][t(417)].on(t(421),((n,r,s)=>{const o=t;s[o(441)][o(408)]&&zi(e,{showActiveMarker:!1})(n,r,s)})),n[t(422)][t(437)](t(414),(n=>Wr(e[t(403)],t(427),n)))}}function zi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Vi,i=t[o(453)][o(448)](o(423));if(!s[o(419)][o(416)](r[o(415)],n[o(455)]))return;const a=t[o(452)];for(const t of r[o(415)][o(458)]()){if(!t.is(o(410),o(414)))continue;const n=o(433)==r[o(457)][o(436)](":")[1]?o(402):o(436),c=s[o(444)][o(438)](o(429),{class:o(401)+n}),u=s[o(439)][o(404)](a[o(454)](t));e&&i[o(446)][o(409)](r[o(457)])&&s[o(444)][o(425)](o(443),c),s[o(444)][o(413)](u,c),s[o(439)][o(445)](c,r[o(457)])}}}const Ki=Qi;function Qi(t,e){const n=Xi();return(Qi=function(t,e){return n[t-=116]})(t,e)}function Xi(){const t=["16lLwylf","getRanges","StandardEditingModeEditing","365931XAEXYj","afterInit","formatBlock","change","FORMAT_RESTRICTED_DISABLED","selection","registerDescriptionCallback","formatInline","commandName","commandParams","7178743WLuyZJ","locale","isCollapsed","TrackChangesEditing","markInlineFormat","type","restrictedEditingException","663128vxcdXt","FORMAT_RESTRICTED_ENABLED","6XyIHBG","has","value","6LXXLQM","from","editor","enableCommand","get","forceValue","plugins","document","commands","format","model","3173994NuouBt","354173mUhlZD","6305012osdmRD","4283465cZbjlr","_descriptionFactory","20NhKlGb"];return(Xi=function(){return t})()}!function(t,e){const n=Qi,r=t();for(;;)try{if(560760===parseInt(n(127))/1*(parseInt(n(154))/2)+parseInt(n(135))/3*(-parseInt(n(132))/4)+parseInt(n(129))/5*(parseInt(n(157))/6)+-parseInt(n(128))/7+parseInt(n(152))/8+-parseInt(n(126))/9*(parseInt(n(131))/10)+parseInt(n(145))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xi);class qi extends t.Plugin{[Ki(136)](){const t=Ki,e=this[t(117)],n=e[t(125)],r=e[t(146)];if(!e[t(121)][t(155)](t(134)))return;const s=e[t(121)][t(119)](t(148)),o=t(151),i=e[t(123)][t(119)](o);s[t(118)](o,((e,r={})=>{const a=t,c=n[a(122)][a(140)];if(c[a(147)])return void e(r);const u=void 0!==r[a(120)]?r[a(120)]:!i[a(156)];n[a(138)]((()=>{const t=a,e=Array[t(116)](c[t(133)]());for(const r of e){const e=u?[r]:Os(o,r,n);for(const n of e)s[t(149)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(130)][t(141)]((e=>{const n=t;if(n(137)!=e[n(150)]&&n(142)!=e[n(150)])return;const{data:s}=e;return s&&s[n(143)]==o?s[n(144)][0][n(120)]?{type:n(124),content:Wr(r,n(153))}:{type:n(124),content:Wr(r,n(139))}:void 0}))}}const Ji=Yi;function Yi(t,e){const n=Zi();return(Yi=function(t,e){return n[t-=500]})(t,e)}function Zi(){const t=["FORMAT_STYLE","toLowerCase","ghsAttributes","13550880ZSQMAV","2955LLiqZq","StyleUtils","DataSchema","*Remove format:* %0","commandName","format","418724oyGHNQ","normalizeConfig","has","_registerBlockAttribute","editor","config","style","registerAttributeLabel","commandParams","13177310gBYvWl","_registerLegacyDescription","styleName","_registerInlineAttribute","locale","forceValue","getGhsAttributeNameForElement","type","formatInline","get","_descriptionFactory","TrackChangesEditing","plugins","inline","4372KVdvVi","formatBlock","427293wfisVz","element","*Set format:* %0","definitions","registerDescriptionCallback","GeneralHtmlSupport","block","afterInit","224uIgMLE","add","Style","3725769jShZYm","6LSFcRO","2717352fuJhby","_enableDefaultAttributesIntegration"];return(Zi=function(){return t})()}!function(t,e){const n=Yi,r=t();for(;;)try{if(985977===-parseInt(n(501))/1*(parseInt(n(514))/2)+-parseInt(n(500))/3+-parseInt(n(537))/4*(parseInt(n(508))/5)+-parseInt(n(502))/6+parseInt(n(507))/7+-parseInt(n(547))/8*(-parseInt(n(539))/9)+parseInt(n(523))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zi);class $i extends t.Plugin{[Ji(546)](){const t=Ji,e=this[t(518)];if(!e[t(535)][t(516)](t(549))||!e[t(535)][t(516)](t(510)))return;const n=e[t(535)][t(532)](t(534)),r=e[t(527)],s=e[t(519)][t(532)](t(520))||{},o=e[t(535)][t(532)](t(544)),i=e[t(535)][t(532)](t(509))[t(515)](e[t(535)][t(532)](t(510)),s[t(542)]);n[t(503)](t(520));const a=new Set;for(const e of i[t(545)]){const n=o[t(529)](e[t(540)]);a[t(548)](n)}const c=new Set;for(const e of i[t(536)]){const n=o[t(529)](e[t(540)]);c[t(548)](n);for(const n of e[t(506)])c[t(548)](n)}for(const e of a)n[t(517)](e),n[t(533)][t(521)](e,Wr(r,t(504)));for(const e of c)n[t(526)](e),n[t(533)][t(521)](e,Wr(r,t(504)));this[t(524)]()}[Ji(524)](){const t=Ji,e=this[t(518)],n=e[t(527)];e[t(535)][t(532)](t(534))[t(533)][t(543)]((e=>{const r=t;if(r(538)!=e[r(530)]&&r(531)!=e[r(530)])return;const{data:s}=e;return s&&r(520)===s[r(512)]?s[r(522)][0][r(528)]?{type:r(513),content:Wr(n,r(541),s[r(522)][0][r(525)][r(505)]())}:{type:r(513),content:Wr(n,r(511),s[r(522)][0][r(525)][r(505)]())}:void 0}))}}const ta=ea;function ea(t,e){const n=sa();return(ea=function(t,e){return n[t-=304]})(t,e)}!function(t,e){const n=ea,r=t();for(;;)try{if(680124===parseInt(n(415))/1*(-parseInt(n(441))/2)+-parseInt(n(308))/3*(-parseInt(n(304))/4)+parseInt(n(397))/5+parseInt(n(391))/6*(-parseInt(n(339))/7)+parseInt(n(463))/8+-parseInt(n(385))/9+parseInt(n(373))/10*(-parseInt(n(432))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(sa);class na extends t.Plugin{constructor(t){const e=ea;super(t),this[e(364)]=[e(367),e(368)],this[e(417)]=new Set}[ta(353)](){const t=ta,e=this[t(332)],n=e[t(389)][t(444)][t(422)];if(!e[t(409)][t(392)](t(410)))return;const r=e[t(378)],s=e[t(409)][t(358)](t(404)),o=e[t(409)][t(358)](t(314));s[t(425)][t(343)](t(456),(e=>Wr(r,t(326),e))),this[t(344)](),s[t(348)](t(418)),s[t(348)](t(377)),s[t(348)](t(345));for(const r of[t(372),t(374)]){const i=e[t(447)][t(358)](r);s[t(348)](r,(r=>{const a=t;e[a(389)][a(434)]((t=>{const e=a;r();const c=e(371)===i[e(324)],u=o[e(333)](n),l=o[e(356)](u),f=c?l[e(412)]-1:l[e(342)]+1,h=u[0][e(466)](e(456)),d=o[e(306)](h,{startRow:f,endRow:f}),g=Array[e(346)](d)[e(424)]((n=>t[e(313)](n[e(458)])));s[e(437)](g,e(367))}))}))}for(const r of[t(347),t(352)]){const i=e[t(447)][t(358)](r);s[t(348)](r,(r=>{const a=t;e[a(389)][a(434)]((t=>{const e=a;r();const c=e(370)===i[e(324)],u=o[e(333)](n),l=o[e(462)](u),f=c?l[e(412)]-1:l[e(342)]+1,h=u[0][e(466)](e(456)),d=o[e(306)](h,{startRow:0,column:f,includeAllSlots:!1}),g=Array[e(346)](d)[e(424)]((n=>t[e(313)](n[e(458)])));s[e(437)](g,e(368))}))}))}for(const r of[t(307),t(363)]){const i=r[t(420)](11),a=i[t(379)](),c=a[t(420)](0,3)+t(450),u=t(456)+i,l=t(438)+i,f=t(349)+i;s[t(348)](r,(()=>{const i=t;e[i(389)][i(434)]((t=>{const e=i,h=o[e(333)](n),d=h[0][e(466)](e(456));let g;if(e(307)==r){const t=o[e(356)](h);g={startRow:t[e(412)],endRow:t[e(342)],includeAllSlots:!0}}else{const t=o[e(462)](h);g={startColumn:t[e(412)],endColumn:t[e(342)],includeAllSlots:!0}}const p=o[e(306)](d,g),m=Array[e(346)](p)[e(424)]((({cell:t})=>t)),I=ra(m[e(401)]((t=>t[e(464)](c)))),E=ra(m[e(401)]((t=>!t[e(464)](c))))[e(424)]((n=>t[e(313)](n))),b=s[e(398)](E,u);if(b&&(e(367)==b[e(440)]||e(368)==b[e(440)])){const n=this[e(381)](b);for(const r of I){const s=t[e(313)](r),i=o[e(350)](r),u=r[e(403)](c)-1,h=n[l],d=n[f];h<=i[a]&&i[a]+u<=d&&b[e(448)](s)}}}))}))}function c(r){const s=t,o=Array[s(346)](n[s(387)]())[s(424)]((t=>i.LiveRange[s(320)](t)));e[s(389)][s(434)]((t=>{const n=s,i=t[n(311)];r=r[n(401)]((t=>n(322)!=t[n(428)][n(446)])),t[n(365)](r),e[n(447)][n(358)](n(307))[n(376)](),e[n(406)](n(307),{forceDefaultExecution:!0}),e[n(389)][n(433)]((()=>{const t=n;e[t(389)][t(433)](i,(e=>{const n=t,r=o[n(401)]((t=>n(322)!=t[n(428)][n(446)]));r[n(361)]>0&&e[n(365)](r);for(const t of o)t[n(329)]()}))}))}))}function u(r){const s=t;e[s(389)][s(434)]((t=>{const o=s,a=Array[o(346)](n[o(387)]())[o(424)]((t=>i.LiveRange[o(320)](t))),c=[];for(const t of r)for(const e of t[o(319)]({shallow:!0}))c[o(452)](e);for(const n of c)o(322)!=n[o(428)][o(446)]&&(t[o(365)](t[o(351)](n,0)),e[o(447)][o(358)](o(363))[o(376)](),e[o(406)](o(363),{forceDefaultExecution:!0}));const u=a[o(401)]((t=>o(322)!=t[o(428)][o(446)]));u[o(361)]>0&&t[o(365)](u);for(const t of a)t[o(329)]()}))}function l(e,n){const r=t;return n[r(323)]((t=>e[r(455)]((e=>e[r(400)][r(426)](t[r(407)])||t[r(400)][r(426)](e[r(407)])))))}function f(e,n){const r=t;return e[r(455)]((t=>n[r(455)]((e=>t[r(400)][r(408)](e[r(407)])))))}e[t(330)][t(436)].on(t(366),((e,n,r)=>{const s=t;if(!r[s(362)][s(355)])return;const o=n[s(414)];if(!o)return;const i=r[s(460)][s(327)](o);function c(t){return Array[s(445)](t)?t:[t]}i&&s(399)===o[s(375)]&&(0,a.setHighlightHandling)(i,r[s(328)],((t,e,n)=>n[s(305)](c(e[s(309)]),t)),((t,e,n)=>n[s(405)](c(e[s(309)]),t)))}),{priority:t(390)}),s[t(425)][t(316)]((e=>{const n=t;if(n(435)!=e[n(451)]&&n(453)!=e[n(451)])return;const s=e[n(359)]();if(null!=s&&s.is(n(384),n(456))){if(n(435)==e[n(451)]){const t=e[n(319)]()[n(401)]((t=>t.is(n(394))))[n(424)]((t=>t[n(330)]));if(t[n(361)])return{type:n(435),content:Wr(r,n(396),Wr(r,n(393),'"'+t[n(354)](" ")+'"'))}}if(n(453)==e[n(451)]){const t=e[n(319)]()[n(401)]((t=>t.is(n(394))))[n(424)]((t=>t[n(330)]));if(t[n(361)])return{type:n(453),content:Wr(r,n(427),Wr(r,n(393),'"'+t[n(354)](" ")+'"'))}}}})),s[t(425)][t(316)]((e=>{const n=t;if(n(367)==e[n(440)]){const t=e[n(319)]()[n(401)]((t=>t.is(n(394))))[n(424)]((t=>t[n(330)])),s=this[n(381)](e),o=s[n(431)]-s[n(423)]+1;if(n(435)==e[n(451)])return t[n(361)]?{type:n(435),content:Wr(r,n(396),Wr(r,n(331),[o,'"'+t[n(354)](" ")+'"']))}:{type:n(435),content:Wr(r,n(396),Wr(r,n(461),o))};if(n(453)==e[n(451)])return t[n(361)]?{type:n(453),content:Wr(r,n(427),Wr(r,n(331),[o,'"'+t[n(354)](" ")+'"']))}:{type:n(453),content:Wr(r,n(427),Wr(r,n(461),o))}}if(n(368)==e[n(440)]){const t=e[n(319)]()[n(401)]((t=>t.is(n(394))))[n(424)]((t=>t[n(330)])),s=this[n(381)](e),o=s[n(369)]-s[n(443)]+1;if(n(435)==e[n(451)])return t[n(361)]?{type:n(435),content:Wr(r,n(396),Wr(r,n(411),[o,'"'+t[n(354)](" ")+'"']))}:{type:n(435),content:Wr(r,n(396),Wr(r,n(341),o))};if(n(453)==e[n(451)])return t[n(361)]?{type:n(453),content:Wr(r,n(427),Wr(r,n(411),[o,'"'+t[n(354)](" ")+'"']))}:{type:n(453),content:Wr(r,n(427),Wr(r,n(341),o))}}})),s[t(337)][t(402)](t(435),t(367),t(430),c),s[t(337)][t(402)](t(453),t(367),t(360),c),s[t(337)][t(402)](t(435),t(368),t(430),u),s[t(337)][t(402)](t(453),t(368),t(360),u),s[t(337)][t(402)](t(435),t(368),t(354),l),s[t(337)][t(402)](t(453),t(368),t(354),l),s[t(337)][t(402)](t(435),t(367),t(354),f),s[t(337)][t(402)](t(453),t(367),t(354),f)}[ta(340)](){const t=ta,e=this[t(332)],n=e[t(389)][t(444)][t(422)];return(r,s)=>{const o=t;e[o(389)][o(434)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(400)][a(336)];u&&u[0]&&!1===u[0][a(388)]&&(l=r[0][a(407)][a(386)]);const f=t[a(335)](l);if(a(322)==f[a(428)][a(446)])return;const h=Array[a(346)](n[a(387)]())[a(424)]((t=>i.LiveRange[a(320)](t)));t[a(365)](f),e[a(447)][a(358)](c)[a(376)](),u[a(452)]({forceDefaultExecution:!0}),e[a(406)](c,...u);const d=h[a(401)]((t=>a(322)!=t[a(428)][a(446)]));d[a(361)]>0&&t[a(365)](d);for(const t of h)t[a(329)]()}))}}[ta(429)](t){const e=ta,n=this[e(332)][e(409)][e(358)](e(314));let r=Number[e(380)],s=Number[e(318)],o=Number[e(380)],i=Number[e(318)];for(const a of t){if(e(322)==a[e(428)][e(446)])continue;const{row:t,column:c}=n[e(350)](a),u=a[e(464)](e(413))?a[e(403)](e(413))-1:0,l=a[e(464)](e(312))?a[e(403)](e(312))-1:0;r=t<r?t:r,s=t+u>s?t+u:s,o=c<o?c:o,i=c+l>i?c+l:i}return{minRow:r,maxRow:s,minColumn:o,maxColumn:i}}[ta(344)](){const t=ta,e=this[t(332)],n=e[t(409)][t(358)](t(404)),r=e[t(409)][t(358)](t(314));e[t(389)][t(444)].on(t(334),(()=>{const r=t,s=Array[r(346)](e[r(389)][r(444)][r(357)][r(454)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(416)](t);if(r(421)!=s)continue;if(null!=e[r(310)])continue;const a=n[r(459)](o);this[r(364)][r(419)](i)&&this[r(417)][r(317)](a)}}),{priority:t(439)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(313)](e),a=e[s(466)](s(456)),c=r[s(350)](e);for(const t of this[s(417)]){const n=t[s(440)],r=n[s(321)](s(338)),u=n[s(420)](r?10:5),l=u[s(379)](),f=l[s(420)](0,3)+s(450),h=s(438)+u,d=s(349)+u;if(!t[s(457)])continue;if(a!=t[s(382)]()[s(407)][s(466)](s(456)))continue;if(t[s(442)](i))continue;const g=e[s(464)](f)?e[s(403)](f)-1:0,p=this[s(381)](t),m=p[h],I=p[d];m<=c[l]&&c[l]+g<=I&&(t[s(448)](i),o=!0)}return o};e[t(389)][t(444)][t(383)]((n=>{const r=t;let o=!1;for(const t of e[r(389)][r(444)][r(357)][r(315)]())if(r(465)==t[r(451)])if(r(367)==t[r(375)])for(const e of t[r(395)][r(386)][r(325)]())o=o||s(e,n);else r(399)==t[r(375)]&&(o=o||s(t[r(395)][r(386)],n));return o}))}[ta(381)](t){const e=ta;return this[e(429)](t[e(387)]()[e(424)]((t=>t[e(407)][e(386)])))}}function ra(t){const e=ta;return Array[e(346)](new Set(t)[e(449)]())}function sa(){const t=["$textProxy","position","*Insert:* %0","5299825hFibsr","markMultiRangeDeletion","tableCell","end","filter","registerCustomCallback","getAttribute","TrackChangesEditing","removeClass","execute","start","isTouching","plugins","TableEditing","ELEMENT_TABLE_COLUMN_WITH_TEXT","first","rowspan","item","1wPdGkP","_splitMarkerName","_tableSuggestions","insertTable","includes","substr","suggestion","selection","minRow","map","_descriptionFactory","isEqual","*Remove:* %0","root","_getCoordsForCells","discard","maxRow","2274635hEEzba","enqueueChange","change","insertion","downcastDispatcher","markMultiRangeInsertion","min","low","subType","338738FKxLHK","isIntersectingWithRange","minColumn","document","isArray","rootName","commands","addRange","values","span","type","push","deletion","getChangedMarkers","some","table","isInContent","cell","getSuggestion","mapper","ELEMENT_TABLE_ROW","getColumnIndexes","6792472hFRKhw","hasAttribute","insert","findAncestor","8tyISoZ","addClass","createTableWalker","removeTableRow","780981QonysY","classes","oldRange","batch","colspan","createRangeOn","TableUtils","getChanges","registerDescriptionCallback","add","MIN_SAFE_INTEGER","getItems","fromRange","startsWith","$graveyard","every","order","getChildren","ELEMENT_TABLE","toViewElement","writer","detach","data","ELEMENT_TABLE_ROW_WITH_TEXT","editor","getSelectionAffectedTableCells","change:data","createRangeIn","nodeBefore","_suggestionFactory","tablePaste","28nwldfh","_acceptFormatSuggestionCallbackFactory","ELEMENT_TABLE_COLUMN","last","registerElementLabel","_setupColumnsRowsFixing","selectTableColumn","from","insertTableColumnLeft","enableCommand","max","getCellLocation","createPositionAt","insertTableColumnRight","afterInit","join","showSuggestionHighlights","getRowIndexes","differ","get","getContainedElement","accept","length","options","removeTableColumn","_tablePostFixingSubtypes","setSelection","addMarker:suggestion","tableRow","tableColumn","maxColumn","left","above","insertTableRowAbove","30LEnpnY","insertTableRowBelow","name","refresh","selectTableRow","locale","toLowerCase","MAX_SAFE_INTEGER","_getSuggestionCoords","getFirstRange","registerPostFixer","element","6834726KBqhFC","nodeAfter","getRanges","forceValue","model","highest","300624AKjNxB","has","ELEMENT_TABLE_WITH_TEXT"];return(sa=function(){return t})()}const oa=ia;function ia(t,e){const n=aa();return(ia=function(t,e){return n[t-=114]})(t,e)}function aa(){const t=["return","add","find","stop","getSuggestions","model","type","refresh","getRanges","filter","setSelection","selection","fromRange","change","16950758yrOhGh","document","trackChanges","detach","getAncestors","2917216WMbqdY","accept","author","1LBQztG","has","commandName","$graveyard","locale","createTableWalker","831084jtWvXH","requires","splitTableCellVertically","size","getFirstPosition","1197598SzOfct","markBlockFormat","*Split cell:* horizontally","7CQeiLO","plugins","registerDescriptionCallback","afterInit","*Split cell:* vertically","mergeTableCells","mergeTableCellUp","_tablePostFixingSubtypes","set:isEnabled","2139330cppitQ","highest","TableUtils","_isForcedDefaultExecutionBlock","isEnabled","editor","10wuPfJR","length","4663071UcjbIu","_areSelectedCellsMergable","_suggestionFactory","splitTableCellHorizontally","mergeTableCellLeft","forceDefaultExecution","subType","createRangeOn","cell","root","commands","value","containsRange","*Merge cells*","_areMergableCells","get","execute","rootName","deletion","low","mergeTableCellRight","map","formatBlock","getSelectionAffectedTableCells","findAncestor","TrackChangesEditing","from","TableEditing","push","horizontally","direction","markMultiRangeBlockFormat","isInContent","getCellLocation","enableCommand","formatInline","197648RBoUWH","format","_descriptionFactory","table","insertion","_acceptFormatSuggestionCallbackFactory","6xXliLo","mergeTableCellDown","element","registerCustomCallback","tableCell"];return(aa=function(){return t})()}!function(t,e){const n=ia,r=t();for(;;)try{if(328768===parseInt(n(152))/1*(parseInt(n(163))/2)+parseInt(n(125))/3*(parseInt(n(119))/4)+parseInt(n(175))/5+-parseInt(n(158))/6*(parseInt(n(166))/7)+parseInt(n(149))/8+parseInt(n(183))/9*(parseInt(n(181))/10)+-parseInt(n(144))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(aa);class ca extends t.Plugin{static get[oa(159)](){return[na]}[oa(169)](){const t=oa,e=this[t(180)],n=e[t(135)][t(145)][t(141)],r=e[t(156)];if(!e[t(167)][t(153)](t(210)))return;const s=e[t(167)][t(198)](t(208)),o=e[t(167)][t(198)](t(177)),a=e[t(167)][t(198)](na);a[t(173)][t(211)](t(171)),s[t(117)](t(171),(()=>{const n=t,r=o[n(206)](e[n(135)][n(145)][n(141)]);e[n(135)][n(143)]((()=>{const t=n;s[t(114)](r,{commandName:t(171),commandParams:[]},[],t(171))}))})),e[t(193)][t(198)](t(171)).on(t(199),((n,r)=>{const o=t;e[o(193)][o(198)](o(146))[o(194)]&&(r[o(182)]>0&&r[r[o(182)]-1]&&r[r[o(182)]-1][o(188)]||s[o(178)]||this[o(184)]()||n[o(133)]())}),{priority:t(176)});for(const n of[t(172),t(203),t(126),t(187)]){const r=e[t(193)][t(198)](n);s[t(117)](n,(()=>{const n=t,o=e[n(135)][n(145)][n(141)][n(162)]()[n(148)]()[n(132)]((t=>t.is(n(127),n(129)))),i=r[n(194)];e[n(135)][n(143)]((()=>{const t=n;s[t(114)]([o,i],{commandName:t(171),commandParams:[]},[],t(171))}))}))}for(const n of[t(160),t(186)]){const r=e[t(193)][t(198)](n);s[t(117)](n,(()=>{const i=t,a=o[i(206)](e[i(135)][i(145)][i(141)])[0],c=a[i(207)](i(122)),{column:u,row:l}=o[i(116)](a);let f=[];if(i(212)==r[i(213)]){const t=o[i(157)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(209)](t)[i(204)]((t=>t[i(191)]))}else{const t=o[i(157)](c,{column:u,includeAllSlots:!0});f=Array[i(209)](t)[i(204)]((t=>t[i(191)]))}e[i(135)][i(143)]((t=>{const e=i;s[e(164)](t[e(190)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(121)][t(168)]((e=>{const n=t;if(n(205)!=e[n(136)]&&n(118)!=e[n(136)])return;const{data:s}=e;return s&&n(171)==s[n(154)]?{type:n(120),content:Wr(r,n(196))}:void 0})),s[t(121)][t(168)]((e=>{const n=t;if(n(205)!=e[n(136)]&&n(118)!=e[n(136)])return;const{data:s}=e;return s?n(160)==s[n(154)]?{type:n(120),content:Wr(r,n(170))}:n(186)==s[n(154)]?{type:n(120),content:Wr(r,n(165))}:void 0:void 0}));const c=a[t(124)]();for(const e of[t(172),t(203),t(126),t(187)])s[t(185)][t(128)](t(205),e,t(150),c);for(const e of[t(160),t(186)])s[t(185)][t(128)](t(205),e,t(150),c);s[t(185)][t(128)](t(205),t(171),t(150),(r=>{const s=t;e[s(135)][s(143)]((t=>{const o=s,a=Array[o(209)](n[o(138)]())[o(204)]((t=>i.LiveRange[o(142)](t)));t[o(140)](r),e[o(193)][o(198)](o(171))[o(137)](),e[o(199)](o(171),{forceDefaultExecution:!0});const c=a[o(139)]((t=>o(155)!=t[o(192)][o(200)]));c[o(182)]>0&&t[o(140)](c);for(const t of a)t[o(147)]()}))}));for(const n of[t(172),t(126),t(187),t(203)]){const r=e[t(193)][t(198)](n);r.on(t(174),((n,s,o)=>{const i=t;if(o){const t=e[i(135)][i(145)][i(141)][i(162)]()[i(148)]()[i(132)]((t=>t.is(i(127),i(129))));this[i(197)](r[i(194)],t)||(n[i(130)]=!1,n[i(133)]())}}),{priority:t(202)})}}[oa(184)](){const t=oa,e=this[t(180)][t(193)][t(198)](t(171)),n=this[t(180)][t(167)][t(198)](t(177));if(!e[t(179)])return!1;const r=n[t(206)](this[t(180)][t(135)][t(145)][t(141)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(197)](e,n))return!1;return!0}[oa(197)](t,e){const n=oa,r=this[n(180)][n(167)][n(198)](n(208)),s=this[n(180)][n(135)][n(190)](t),o=this[n(180)][n(135)][n(190)](e),i=new Set,a=new Set;for(const t of r[n(134)]())if((n(123)==t[n(136)]||n(201)==t[n(136)]||n(171)==t[n(189)])&&t[n(115)])for(const e of t[n(138)]())e[n(195)](s,!0)&&i[n(131)](t[n(136)]+":"+t[n(151)].id),e[n(195)](o,!0)&&a[n(131)](t[n(136)]+":"+t[n(151)].id);if(i[n(161)]!=a[n(161)])return!1;for(const t of i)if(!a[n(153)](t))return!1;return!0}}const ua=fa;function la(){const t=["_acceptFormatSuggestionCallbackFactory","get","has","accept","editor","markerNameToElements","headingRows","TrackChangesEditing","addMarker:suggestion","27733329Pchjuk","removeClass","addClass","_splitMarkerName","107234RSKlOp","mapper","1744TkVDhU","nodeBefore","nodeAfter","TableEditing","41657HBnzLL","ck-suggestion-marker--active","_handleLegacySuggestions","commandParams","headingColumns","format","options","registerCustomCallback","consume","_descriptionFactory","FORMAT_REGULAR_COLUMN","start","5419008aKqsTQ","stop","consumable","_suggestionFactory","registerAttributeLabel","removeMarker:suggestion","FORMAT_HEADER_ROW","showSuggestionHighlights","bindElementToMarker","cell","getSuggestion","TableUtils","forceValue","includes","840588efXLPn","locale","markerName","editing","*Format:* %0","type","requires","setTableColumnHeader","highest","item","FORMAT_HEADER_COLUMN","createTableWalker","formatBlock","30468LuOeDY","markerRange","setAttribute","afterInit","905rNZhdK","data-suggestion","2103105MDpZVs","setTableRowHeader","_enableDefaultAttributesIntegration","_registerLegacyDescription","data","end","unbindElementFromMarkerName","toViewElement","downcastDispatcher","activeMarkers","name","commandName","ck-suggestion-marker-","removeAttribute","plugins","registerDescriptionCallback","getCellLocation","FORMAT_REGULAR_ROW","parent","writer"];return(la=function(){return t})()}function fa(t,e){const n=la();return(fa=function(t,e){return n[t-=125]})(t,e)}!function(t,e){const n=fa,r=t();for(;;)try{if(682877===parseInt(n(139))/1+parseInt(n(191))/2+-parseInt(n(158))/3+parseInt(n(125))/4+-parseInt(n(156))/5*(-parseInt(n(152))/6)+-parseInt(n(197))/7*(-parseInt(n(193))/8)+-parseInt(n(187))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(la);class ha extends t.Plugin{static get[ua(145)](){return[na]}[ua(155)](){const t=ua,e=this[t(182)];if(!e[t(172)][t(180)](t(196)))return;const n=e[t(140)],r=e[t(172)][t(179)](t(185));r[t(160)](t(159),[],[t(184)]),r[t(160)](t(146),[],[t(201)]),r[t(206)][t(129)](t(184),Wr(n,t(131))),r[t(206)][t(129)](t(201),Wr(n,t(149))),this[t(199)]()}[ua(199)](){const t=ua,e=this[t(182)][t(172)][t(179)](t(185)),n=this[t(182)][t(172)][t(179)](t(136)),r=this[t(182)][t(172)][t(179)](na)[t(178)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=fa,{type:c,id:u}=e[a(190)](o[a(141)]),l=e[a(135)](u),f=l[a(162)];if(a(151)!=l[a(144)]||!f||a(146)!=f[a(169)])return;if(o[a(148)])return void s[a(126)]();if(!i[a(127)][a(205)](o[a(153)],s[a(168)]))return;const h=o[a(153)][a(208)][a(195)],d=o[a(153)][a(163)][a(194)],g=h[a(176)][a(176)],{column:p}=n[a(174)](h),{column:m}=n[a(174)](d);for(let s=p;s<=m;s++){const l=n[a(150)](g,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(134)],l=i[a(192)][a(165)](s);i[a(177)][a(189)](a(170)+c,l),r&&i[a(177)][a(154)](a(157),u,l),i[a(192)][a(133)](l,o[a(141)]),t&&(e[a(167)][a(138)](o[a(141)])?i[a(177)][a(189)](a(198),l):i[a(177)][a(188)](a(198),l))}}}}e[t(128)][t(204)](t(151),t(159),t(181),r),e[t(128)][t(204)](t(151),t(146),t(181),r),this[t(182)][t(142)][t(166)].on(t(186),s(),{priority:t(147)}),this[t(182)][t(162)][t(166)].on(t(186),((e,n,r)=>{const o=t;r[o(203)][o(132)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(147)}),this[t(182)][t(142)][t(166)].on(t(130),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(190)](r[o(141)]),c=e[o(135)](a),u=c[o(162)];if(o(151)!=c[o(144)]||!u||o(146)!=u[o(169)])return;const l=s[o(192)][o(183)](r[o(141)]);if(l)for(const t of l)s[o(177)][o(188)](o(170)+i,t),s[o(177)][o(188)](o(198),t),s[o(177)][o(171)](o(157),t),s[o(192)][o(164)](t,r[o(141)])}),{priority:t(147)}),this[t(161)]()}[ua(161)](){const t=ua,e=this[t(182)],n=e[t(140)];function r(e){const r=t;return{type:r(202),content:Wr(n,r(143),e)}}e[t(172)][t(179)](t(185))[t(206)][t(173)]((e=>{const s=t;if(s(151)!=e[s(144)])return;const{data:o}=e;if(o){if(s(159)==o[s(169)]){const t=o[s(200)][0][s(137)];return r(Wr(n,s(t?131:175)))}if(s(146)==o[s(169)]){const t=o[s(200)][0][s(137)];return r(Wr(n,s(t?149:207)))}}}))}}const da=ga;function ga(t,e){const n=Ea();return(ga=function(t,e){return n[t-=194]})(t,e)}!function(t,e){const n=ga,r=t();for(;;)try{if(927126===parseInt(n(343))/1+-parseInt(n(257))/2*(parseInt(n(280))/3)+-parseInt(n(325))/4*(parseInt(n(228))/5)+parseInt(n(279))/6*(-parseInt(n(243))/7)+-parseInt(n(251))/8+-parseInt(n(319))/9*(-parseInt(n(348))/10)+parseInt(n(201))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ea);const pa=[da(207),da(379),da(384),da(219),da(390),da(300),da(208)],ma=Object[da(229)](pa[da(247)]((t=>[t,null])));class Ia extends t.Plugin{static get[da(210)](){return[na]}[da(295)](){const t=da,n=this[t(283)];if(!n[t(310)][t(202)](t(368)))return;const r=n[t(310)][t(302)](t(324)),s=n[t(310)][t(302)](t(322)),o=n[t(310)][t(302)](na),a=n[t(310)][t(302)](t(368));o[t(260)][t(369)](t(350),t(358)),n[t(266)][t(214)][t(377)](t(391),{allowIn:t(375),allowContentOf:t(375),isLimit:!0}),n[t(227)][t(332)]({model:t(391),view:t(394)});let c=null;n[t(266)].on(t(211),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(235)]-1];h&&h[u(290)]||r[u(312)]||this[u(283)][u(254)][u(302)](u(365))[u(259)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(392)))return!1;const i=s[o(376)](t,n);if(!i||!Ta(i,void 0,r))return!1;const a=r[o(320)](n[o(233)][o(393)]);if(!a[o(235)])return!1;const c=a[0][o(273)](o(250)),l=r[o(284)](a),f=r[o(330)](a),h={startRow:l[o(346)],endRow:l[o(323)],startColumn:f[o(346)],endColumn:f[o(323)]};return 1==a[o(235)]&&(h[o(353)]+=r[o(339)](i)-1,h[o(352)]+=r[o(244)](i)-1),Ta(c,h,r)}(l,f,n[u(266)],s,a)&&(o[u(200)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(266)][u(241)]((()=>{const t=u;n[t(266)][t(211)](i[0],i[1],i[2],{forceDefaultExecution:!0});const s=(0,e.uid)(),{rowInsertionRanges:o,columnInsertionRanges:a,insertionRanges:l,deletionRanges:f,cells:h}=c;o[t(235)]&&r[t(329)](o,t(350),{tablePasteChainId:s}),a[t(235)]&&r[t(329)](a,t(358),{tablePasteChainId:s}),l[t(235)]&&(r[t(329)](l,t(267),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(338)]((e=>{const n=t;var r;return null===(r=e[n(321)])||void 0===r?void 0:r[n(380)](e)}))),f[t(235)]&&(r[t(349)](f,t(267),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(338)]((e=>{const n=t;var r;return null===(r=e[n(321)])||void 0===r?void 0:r[n(380)](e)})));const d=r[t(386)](h[t(247)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(381),{tablePasteChainId:s});if(d){const e=d[t(293)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(266)][t(341)](s),a=e[t(198)]((e=>e[t(336)]()[t(317)](i)));a&&r[t(369)]([a[t(230)],o])}r[t(235)]&&d[t(378)](t(278),Object[t(229)](r))}c=null})))}),{priority:e.priorities[t(205)]+10}),n[t(310)][t(302)](t(368)).on(t(355),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(200)]();const u=s[r(197)],l=o,f=ba(u),h=ba(l);e[r(385)]=u;let d=null,g=null;if(h||f)if(f&&!h){a[r(291)](u[r(199)](0));for(const t of Array[r(357)](l[r(360)]()))a[r(296)](t,u,r(372));const t=c[r(222)][r(275)](s[r(236)]),e=c[r(347)][r(275)](s[r(383)]);t||e||(d=i.LiveRange[r(362)](a[r(258)](u)))}else h&&!f&&(g=a[r(258)](u));else{const t=a[r(303)](r(391)),e=a[r(303)](r(391));a[r(397)](a[r(258)](u),e),a[r(296)](t,u,0);for(const e of Array[r(357)](l[r(360)]()))a[r(296)](e,t,r(372));d=i.LiveRange[r(362)](a[r(341)](t)),g=i.LiveRange[r(362)](a[r(341)](e))}const p=Array[r(357)](l[r(238)]())[r(327)]((([t])=>pa[r(275)](t)));c[r(395)][r(369)]({element:u,attributes:p[r(235)]?Object[r(229)](p):null}),d&&c[r(370)][r(369)](d),g&&c[r(371)][r(369)](g)}),{priority:t(205)}),s.on(t(313),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(223)]||1;c[o(347)]=new Array(l)[o(221)](u)[o(247)](((t,e)=>t+e));for(const{cell:t}of s[o(315)](i,{startColumn:u,endColumn:u+l-1}))c[o(272)][o(369)](n[o(266)][o(341)](t))}),{priority:t(396)}),s.on(t(382),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(334)]||1;c[o(222)]=new Array(l)[o(221)](u)[o(247)](((t,e)=>t+e));for(const{cell:t}of s[o(315)](i,{startRow:u,endRow:u+l-1}))c[o(203)][o(369)](n[o(266)][o(341)](t))}),{priority:t(396)}),r[t(367)][t(212)]((e=>{const r=t;if(e[r(299)]&&e[r(299)][r(196)](r(267)))return e[r(335)]?{}:{type:r(389),content:Wr(n[r(388)],r(264))}}));const u=()=>!1;for(const e of[t(267),t(358),t(350),t(381)])r[t(305)][t(206)](t(389),e,t(274),u),r[t(305)][t(206)](t(263),e,t(274),u),r[t(305)][t(206)](t(265),e,t(274),u);r[t(305)][t(206)](t(265),t(381),t(239),u),r[t(305)][t(206)](t(265),t(381),t(255),((e,r,s)=>{const o=t,i=e[o(247)]((t=>t[o(231)]()))[o(327)]((t=>t)),a=new Map(i[o(247)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(395)])e&&a[o(298)](t,e);else if(s&&s[o(278)])for(const[t,e]of Object[o(271)](s[o(278)])){const r=n[o(266)][o(242)][o(302)](t),s=r?r[o(336)]()[o(231)]():null;s&&a[o(298)](s,e)}n[o(266)][o(241)]((t=>{const e=o;for(const[n,r]of a)t[e(306)]({...ma,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(305)][o(206)](e,o(267),s,((t,i,a)=>{const c=o;n[c(266)][c(241)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(286)][o(309)];t.is(o(277),o(391))&&u[o(369)](t)}r[o(305)][o(340)](e,null,s)(t,i,a);for(const t of u)o(226)!=t[o(294)][o(356)]&&n[o(252)](t)}))}))};l(t(389),t(255)),l(t(389),t(239)),l(t(263),t(255)),l(t(263),t(239)),r[t(305)][t(206)](t(389),t(350),t(239),(e=>{const n=t,r=e[n(247)]((t=>t[n(231)]())),i=r[0][n(273)](n(250)),{minRow:a,maxRow:c}=o[n(256)](r);s[n(361)](i,{at:a,rows:c-a+1})})),r[t(305)][t(206)](t(389),t(358),t(239),(e=>{const n=t,r=e[n(247)]((t=>t[n(231)]())),i=r[0][n(273)](n(250)),{minColumn:a,maxColumn:c}=o[n(256)](r);s[n(220)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(299)]||!n[s(299)][s(196)](s(267)))return;const o=n[s(308)][s(269)],i=r[s(268)]()[s(327)]((t=>t[s(331)]&&t[s(308)]&&t[s(308)][s(269)]==o));i[s(235)]&&n[s(364)]()[s(235)]!=i[s(235)]&&i[s(237)](((t,e)=>(t[s(328)]=e,e[s(335)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(304)](e[s(213)]),i=[s(276),s(351)],a=r[s(261)][s(275)](e[s(213)]);return a&&i[s(369)](s(246)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(215),f,{priority:t(205)}),r.on(t(318),f,{priority:t(205)}),n[t(266)][t(233)][t(232)]((()=>{const e=t;let s=!1;const o=Array[e(357)](n[e(266)][e(233)][e(316)][e(288)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(304)](t);if(e(399)!=o||e(263)!=a||i[e(285)])continue;if(!r[e(289)](c))continue;const u=r[e(307)](c)[e(234)](),l=n[e(310)][e(302)](e(342)).me;for(const t of r[e(268)]())if(t[e(331)]&&t[e(282)]==l&&e(265)==t[e(245)]&&e(381)==t[e(299)]&&t[e(234)]()[e(344)]((t=>u[e(270)]((n=>n[e(248)](t,!0))))))for(const n of t[e(364)]())n[e(331)]&&(n[e(239)](),s=!0)}return s})),n[t(266)][t(233)][t(232)]((e=>{const s=t,o=n[s(254)][s(302)](s(311));if(!o||!o[s(314)][s(202)](e[s(366)]))return!1;let i=!1;const a=n[s(310)][s(302)](s(342)).me,c=n[s(266)][s(233)][s(316)][s(218)](),u=Array[s(357)](n[s(266)][s(233)][s(316)][s(288)]())[s(327)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(304)](t);return n(399)==o&&n(267)==i&&c==a.id&&!e[n(285)]}));for(const t of c){if(s(296)!=t[s(245)]||s(391)!=t[s(230)]||1!=t[s(235)])continue;const n=e[s(262)](t[s(345)],t[s(345)][s(225)](1));if(!u[s(198)]((({data:t})=>t[s(204)][s(317)](n))))for(const{name:t,data:r}of u)if(n[s(248)](r[s(204)])){e[s(292)](t,{range:n}),i=!0;break}}return i})),n[t(266)][t(233)][t(232)]((e=>{const s=t;let o=!1;const i=n[s(310)][s(302)](s(342)).me,a=r[s(268)]()[s(327)]((t=>t[s(331)]&&t[s(282)]==i)),c=new Set,u=new Set;for(const t of a)if(s(267)==t[s(299)])for(const e of t[s(293)]()){const n=e[s(336)]()[s(231)]();if(n)if(n.is(s(277),s(391))&&ba(n)){t[s(287)](e[s(230)]),c[s(337)](n),o=!0;const r=n[s(374)],i=n[s(363)],a=r&&r.is(s(277),s(391)),l=i&&i.is(s(277),s(391));a&&!c[s(202)](r)&&u[s(337)](r),l&&!c[s(202)](i)&&u[s(337)](i)}else n.is(s(277),s(301))&&n[s(326)]&&(t[s(287)](e[s(230)]),o=!0)}else if(s(381)==t[s(299)]){if(!t[s(308)]||!t[s(308)][s(269)])continue;const e=t[s(308)][s(278)];if(e&&Object[s(195)](e)[s(235)])continue;const n=t[s(308)][s(269)];let r=!0,i=!0;for(const e of a)if(e[s(299)]&&e[s(299)][s(196)](s(267))){if(!e[s(308)][s(269)]){i=!1;break}if(e.id!=t.id&&e[s(308)][s(269)]==n){r=!1;break}}i&&r&&(t[s(373)](),o=!0)}for(const t of c)e[s(291)](t);for(const t of u)e[s(252)](t);return o})),n[t(227)][t(240)](t(387))[t(217)]({model:t(398),view:(t,e)=>h(t),converterPriority:t(205)}),n[t(227)][t(240)](t(354))[t(217)]({model:t(398),view:(e,n)=>n[t(216)][t(194)]?h(e,!1):null,converterPriority:t(205)});const d=n[t(333)][t(297)];this[t(224)](d[t(233)],t(359),((e,n)=>{const r=t,s=[];for(const t of d[r(258)](n[r(209)])[r(249)]())t.is(r(277),r(394))&&s[r(369)](t);d[r(241)]((t=>{const e=r;for(const n of s)t[e(281)](t[e(258)](n),t[e(253)](n)),t[e(291)](n)}))}))}}function Ea(){const t=["ck-suggestion-marker","element","markerAttributes","30YPPBfN","278979VACePv","move","author","editor","getRowIndexes","oldRange","start","removeMarker","getChangedMarkers","hasSuggestion","forceDefaultExecution","remove","updateMarker","getMarkers","root","afterInit","insert","view","set","subType","tableCellBackgroundColor","paragraph","get","createElement","_splitMarkerName","_suggestionFactory","setAttributes","getSuggestion","attributes","nodeAfter","plugins","redo","_isForcedDefaultExecutionBlock","insertColumns","_createdBatches","createTableWalker","differ","isEqual","suggestionUnloaded","27pvSFze","getSelectionAffectedTableCells","detach","TableUtils","last","TrackChangesEditing","1470972ZOYyFN","isEmpty","filter","next","markMultiRangeInsertion","getColumnIndexes","isInContent","elementToElement","editing","rows","previous","getRange","add","forEach","getRows","getSuggestionCallback","createRangeOn","Users","1358962OrGOhx","every","position","first","columnInsertionIndexes","4303210xEPOmQ","markMultiRangeDeletion","tablePasteRow","ck-suggestion-marker-insertion","endColumn","endRow","dataDowncast","_replaceTableSlotCell","rootName","from","tablePasteColumn","clipboardOutput","getChildren","removeRows","fromRange","previousSibling","getAllAdjacentSuggestions","trackChanges","batch","_descriptionFactory","TableClipboard","push","insertionRanges","deletionRanges","end","removeMarkers","nextSibling","tableCell","getTableIfOnlyTableInContent","register","setAttribute","tableCellBorderColor","call","tablePasteCell","insertRows","column","tableCellBorderStyle","return","markMultiRangeBlockFormat","editingDowncast","locale","insertion","tableCellVerticalAlignment","tableCellSuggestion","documentSelection","selection","suggestion-td","cells","low","wrap","suggestion:formatBlock:tablePasteCell","suggestion","showSuggestionHighlights","keys","startsWith","cell","find","getChild","stop","9385101rjgmUJ","has","rowInsertionRanges","newRange","high","registerCustomCallback","tableCellBorderWidth","tableCellPadding","content","requires","insertContent","registerDescriptionCallback","markerName","schema","suggestionLoaded","options","markerToHighlight","getChanges","tableCellHorizontalAlignment","removeColumns","fill","rowInsertionIndexes","columns","listenTo","getShiftedBy","$graveyard","conversion","5hWJhLb","fromEntries","name","getContainedElement","registerPostFixer","document","getRanges","length","row","reduce","getAttributes","discard","for","change","markers","786674rbXWAo","getColumns","type","ck-suggestion-marker--active","map","containsRange","getItems","table","10938864NLiUnL","unwrap","createPositionBefore","commands","accept","_getCoordsForCells","6BybIZL","createRangeIn","value","_tablePostFixingSubtypes","activeMarkers","createRange","deletion","*Replace table cells*","formatBlock","model","tablePaste","getSuggestions","tablePasteChainId","some","entries","columnInsertionRanges","findAncestor","join","includes"];return(Ea=function(){return t})()}function ba(t){const e=da;if(t[e(326)])return!0;const n=t[e(199)](0);return n.is(e(277),e(301))&&n[e(326)]}function Ta(t,e={},n){const r=da;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(315)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const _a=ya;function ya(t,e){const n=ka();return(ya=function(t,e){return n[t-=377]})(t,e)}!function(t,e){const n=ya,r=t();for(;;)try{if(958400===-parseInt(n(399))/1+parseInt(n(431))/2+-parseInt(n(378))/3*(-parseInt(n(415))/4)+parseInt(n(386))/5*(parseInt(n(396))/6)+parseInt(n(379))/7*(parseInt(n(397))/8)+parseInt(n(409))/9*(-parseInt(n(423))/10)+parseInt(n(427))/11*(parseInt(n(401))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ka);class Aa extends t.Plugin{[_a(398)](){const t=_a;if(!this[t(404)][t(414)][t(412)](t(391)))return;const e=this[t(404)][t(414)][t(416)](t(380));e[t(425)](t(410),this[t(433)][t(419)](this)),e[t(428)][t(407)](t(432),t(434),t(383),e[t(428)][t(421)](t(432),null,t(390))),e[t(428)][t(407)](t(432),t(434),t(390),e[t(428)][t(421)](t(432),null,t(383))),e[t(389)][t(413)](this[t(377)][t(419)](this))}[_a(433)](t,e){const n=_a,r=this[n(404)][n(414)][n(416)](n(380)),s=this[n(404)][n(414)][n(416)](n(391)),o=e[n(406)]||this[n(404)][n(400)][n(393)][n(395)][n(384)]();this[n(404)][n(400)][n(388)]((()=>{const i=n,a=s[i(394)](o);let c=a?s[i(382)](a):null,u=o[i(408)](i(420))||null;const l=e[i(420)]||u,f=e[i(405)]||c,h=this[i(404)][i(414)][i(416)](i(417)).me;for(const t of r[i(381)]()){const e=t[i(411)]();if(i(434)===t[i(429)]&&e===o){t[i(426)]!==h&&t[i(390)]();const e=t[i(385)][i(422)];u=e[0][i(420)],c=e[0][i(405)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(418)](o,{commandName:i(410),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(434)},[],i(434))}))}[_a(377)](t){const e=_a;if(e(432)!=t[e(392)]&&e(424)!=t[e(392)])return;const{data:n}=t;if(n&&e(434)===n[e(402)]){const t=e(387);return{type:e(403),content:Wr(this[e(404)][e(430)],t)}}}}function ka(){const t=["1613080JNhxIm","formatBlock","handleResizeTableWidthCommand","resizeTable","handleSuggestionDescription","950196NCJkiE","10759OneioF","TrackChangesEditing","getSuggestions","getTableColumnsWidths","accept","getSelectedElement","data","597290YxjNOT","*Format:* resize table","change","_descriptionFactory","discard","TableColumnResizeEditing","type","document","getColumnGroupElement","selection","18mhauCz","536LDdFAt","afterInit","1236791lTsxTk","model","21468PlXNDg","formatGroupId","format","editor","columnWidths","table","registerCustomCallback","getAttribute","477oiwYdH","resizeTableWidth","getContainedElement","has","registerDescriptionCallback","plugins","12kTwthg","get","Users","markBlockFormat","bind","tableWidth","getSuggestionCallback","commandParams","91070TOIvlk","formatInline","enableCommand","author","2827ygeGQV","_suggestionFactory","subType","locale"];return(ka=function(){return t})()}const Ca=Ra;function Ra(t,e){const n=Na();return(Ra=function(t,e){return n[t-=251]})(t,e)}!function(t,e){const n=Ra,r=t();for(;;)try{if(936928===parseInt(n(261))/1+-parseInt(n(265))/2*(parseInt(n(253))/3)+-parseInt(n(256))/4+-parseInt(n(262))/5*(-parseInt(n(264))/6)+parseInt(n(252))/7*(-parseInt(n(255))/8)+-parseInt(n(257))/9*(parseInt(n(270))/10)+parseInt(n(258))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Na);class La extends t.Plugin{[Ca(267)](){const t=Ca,e=this[t(268)];e[t(260)][t(269)](t(266))&&e[t(260)][t(263)](t(251))[t(259)](t(254))}}function Na(){const t=["enableCommand","plugins","1190584nXcnEm","5rNUewa","get","10090032AfPJim","10sqhPmm","Template","afterInit","editor","has","87810fEulBe","TrackChangesEditing","377909iwpxCP","361491EDGKxB","insertTemplate","152cWIAyW","1859520ghDZkO","873HyVyOe","11105017qSCnzu"];return(Na=function(){return t})()}function Sa(t,e){const n=va();return(Sa=function(t,e){return n[t-=423]})(t,e)}function va(){const t=["get","11520041lQSqjS","commands","plugins","6GizrwM","editor","ELEMENT_TABLE_OF_CONTENTS","enableCommand","TrackChangesEditing","9703089mdaVkc","832326sncukv","afterInit","_descriptionFactory","35nshGQW","tableOfContents","1490WfIasB","1207pgidHB","4059qlVpbm","26490LzzQXR","24ebcvZV","2487656NzVyKx","locale","registerElementLabel","8262590QfYgvx","insertTableOfContents","4JrCQwX"];return(va=function(){return t})()}const Ma=Sa;!function(t,e){const n=Sa,r=t();for(;;)try{if(957732===parseInt(n(438))/1*(parseInt(n(437))/2)+-parseInt(n(432))/3*(-parseInt(n(447))/4)+parseInt(n(445))/5*(parseInt(n(426))/6)+parseInt(n(435))/7*(-parseInt(n(442))/8)+parseInt(n(439))/9*(-parseInt(n(440))/10)+parseInt(n(431))/11*(parseInt(n(441))/12)+-parseInt(n(423))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(va);class Oa extends t.Plugin{[Ma(433)](){const t=Ma,e=this[t(427)];if(!e[t(424)][t(448)](t(446)))return;e[t(425)][t(448)](t(430))[t(429)](t(446));const n=e[t(425)][t(448)](t(430)),r=e[t(443)];n[t(434)][t(444)](t(436),(e=>Wr(r,t(428),e)))}}function wa(){const t=["start","afterInit","model","2QmdtHo","isTouching","locale","plugins","_descriptionFactory","isCollapsed","differ","title-content","getNearestSelectionRange","registerElementLabel","editor","end","document","TrackChangesEditing","nodeBefore","18056943jIFPnd","isEqual","suggestion","613208dRpDEA","757630vKdtCr","16eavTuL","has","439572MsVlJA","forward","element","2339309lbELZC","registerPostFixer","newRange","removeMarker","getChangedMarkers","6236992vHGLHz","_splitMarkerName","5955912WFNEgL","Title","createRange","get","from","ELEMENT_TITLE","schema","updateMarker"];return(wa=function(){return t})()}const Fa=Da;function Da(t,e){const n=wa();return(Da=function(t,e){return n[t-=201]})(t,e)}!function(t,e){const n=Da,r=t();for(;;)try{if(883683===parseInt(n(232))/1*(-parseInt(n(207))/2)+-parseInt(n(211))/3+-parseInt(n(219))/4+-parseInt(n(208))/5+-parseInt(n(221))/6+parseInt(n(214))/7+-parseInt(n(209))/8*(-parseInt(n(204))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wa);class Pa extends t.Plugin{[Fa(230)](){const t=Fa,e=this[t(242)];if(!e[t(235)][t(210)](t(222)))return;const n=e[t(235)][t(224)](t(202));n[t(236)][t(241)](t(239),(()=>Wr(e[t(234)],t(226)))),e[t(231)][t(201)][t(215)]((r=>{const s=t;let o=!1;const i=Array[s(225)](e[s(231)][s(201)][s(238)][s(218)]());for(const{name:t,data:a}of i){const{group:i}=n[s(220)](t);if(s(206)!==i||!a[s(216)])continue;const c=a[s(216)],u=c[s(243)][s(203)];if(!u||!u.is(s(213),s(239)))continue;if(!c[s(229)][s(233)](c[s(243)]))continue;const l=e[s(231)][s(227)][s(240)](c[s(243)],s(212));if(l&&l[s(237)]){const e=r[s(223)](c[s(229)],l[s(229)]);e[s(205)](c)||(r[s(228)](t,{range:e}),o=!0)}o||(r[s(217)](t),o=!0)}return o}))}}const xa=Ba;function Ba(t,e){const n=Ua();return(Ba=function(t,e){return n[t-=151]})(t,e)}function Ua(){const t=["627756RhKZwo","252cXRdNr","editor","UndoEditing","enableCommand","get","36fZNjIC","TrackChangesEditing","undo","afterInit","48zPIAZi","608694VUWdwc","has","2915240KRtQWV","plugins","80vApgsI","1377794XFDOSS","redo","359233jNqnQu","1BHSOgB","90064RJDpLc","34924IVXaKV"];return(Ua=function(){return t})()}!function(t,e){const n=Ba,r=t();for(;;)try{if(178855===parseInt(n(160))/1*(-parseInt(n(152))/2)+parseInt(n(163))/3+-parseInt(n(162))/4*(parseInt(n(156))/5)+parseInt(n(169))/6*(parseInt(n(159))/7)+-parseInt(n(161))/8*(-parseInt(n(164))/9)+parseInt(n(154))/10+parseInt(n(157))/11*(-parseInt(n(151))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ua);class ja extends t.Plugin{[xa(172)](){const t=xa,e=this[t(165)],n=e[t(155)][t(168)](t(170));e[t(155)][t(153)](t(166))&&(n[t(167)](t(171)),n[t(167)](t(158)))}}function Ga(t,e){const n=Ha();return(Ga=function(t,e){return n[t-=433]})(t,e)}const Va=Ga;function Ha(){const t=["45727214spwrBk","752rAOkmj","requires","toggleTableCaption","plugins","212432umHKKA","editor","12KLXnly","657762kHdxbF","215FZTGWV","afterInit","28pezhSO","90603Catsgi","530DajRyW","72403yGeXtV","enableCommand","232038dOfAqu","get","TableCaptionEditing","TrackChangesEditing","10164952aEtjSA","has","8KmiXnh"];return(Ha=function(){return t})()}!function(t,e){const n=Ga,r=t();for(;;)try{if(920001===parseInt(n(434))/1*(-parseInt(n(442))/2)+-parseInt(n(451))/3*(-parseInt(n(454))/4)+parseInt(n(452))/5*(parseInt(n(436))/6)+parseInt(n(440))/7+-parseInt(n(444))/8*(parseInt(n(455))/9)+parseInt(n(433))/10*(parseInt(n(448))/11)+parseInt(n(450))/12*(-parseInt(n(443))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ha);class Wa extends t.Plugin{static get[Va(445)](){return[na]}[Va(453)](){const t=Va,e=this[t(449)];e[t(447)][t(441)](t(438))&&e[t(447)][t(437)](t(439))[t(435)](t(446))}}const za=Qa;!function(t,e){const n=Qa,r=t();for(;;)try{if(952198===-parseInt(n(396))/1*(parseInt(n(398))/2)+-parseInt(n(402))/3+parseInt(n(417))/4+parseInt(n(377))/5*(parseInt(n(403))/6)+-parseInt(n(432))/7*(parseInt(n(426))/8)+-parseInt(n(395))/9+-parseInt(n(423))/10*(-parseInt(n(416))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xa);class Ka extends t.Plugin{constructor(t){const e=Qa;super(t),this[e(412)]=[e(445),e(434),e(409),e(411),e(404),e(419),e(394)],this[e(454)]=[e(438),e(378),e(424),e(421),e(413),e(414),e(391),e(383),e(382)]}static get[za(449)](){return za(437)}[za(385)](){const t=za,e=this[t(427)][t(410)][t(440)](t(439));if(this[t(427)][t(410)][t(428)](t(393))){for(const n of this[t(412)])e[t(408)](n,((e,r)=>{const s=t,o=this[s(427)][s(441)][s(399)][s(397)][s(405)]()[s(407)](s(435));this[s(386)](n,[o],this[s(412)],s(412),e,r)}));e[t(392)][t(433)](t(446),t(412),t(389),e[t(392)][t(425)](t(446),null,t(453))),e[t(392)][t(433)](t(446),t(412),t(453),((e,n)=>this[t(418)](this[t(412)],e,n))),e[t(392)][t(433)](t(446),t(412),t(400),(()=>!1))}if(this[t(427)][t(410)][t(428)](t(430))){for(const n of this[t(454)])e[t(408)](n,((e,r)=>{const s=t,o=this[s(427)][s(410)][s(440)](s(401))[s(384)](this[s(427)][s(441)][s(399)][s(397)]);this[s(386)](n,o,this[s(454)],s(454),e,r)}));e[t(392)][t(433)](t(446),t(454),t(389),e[t(392)][t(425)](t(446),null,t(453))),e[t(392)][t(433)](t(446),t(454),t(453),((e,n)=>this[t(418)](this[t(454)],e,n))),e[t(392)][t(433)](t(446),t(454),t(400),(()=>!1))}e[t(406)][t(388)]((e=>this[t(380)](e)))}[za(386)](t,e,n,r,s,o){const i=za,a=this[i(427)][i(410)][i(440)](i(439));this[i(427)][i(441)][i(448)](o[i(436)],(()=>{const t=i;for(const i of e)if(this[t(415)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(387)](r);void 0!==n&&(e[r]=n)}s(o),a[t(452)](i,{commandParams:[e]},[],r)}}))}[za(418)](t,e,n){const r=za,s=e[0][r(420)][r(442)],o=n[r(451)][0];this[r(427)][r(441)][r(431)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(444)](r,o[r],s):e[n(447)](r,s)}))}[za(380)](t){const e=za;if(t[e(422)])switch(t[e(379)]){case e(412):return{type:e(381),content:Wr(this[e(427)][e(450)],e(390))};case e(454):return{type:e(381),content:Wr(this[e(427)][e(450)],e(429))}}}[za(415)](t,e){const n=za,r=this[n(427)][n(410)][n(440)](n(439));for(const s of r[n(443)]({skipNotAttached:!0})){const r=s[n(455)]();if(s[n(379)]===e&&r===t)return s}return null}}function Qa(t,e){const n=Xa();return(Qa=function(t,e){return n[t-=377]})(t,e)}function Xa(){const t=["markBlockFormat","discard","tableCellProperties","getContainedElement","10sgHBSi","tableCellBorderStyle","subType","handleSuggestionDescription","format","tableCellVerticalAlignment","tableCellHorizontalAlignment","getSelectionAffectedTableCells","afterInit","_handlePropertyChange","getAttribute","registerDescriptionCallback","accept","*Format:* change table properties","tableCellBackgroundColor","_suggestionFactory","TablePropertiesEditing","tableBackgroundColor","7137540LzIfag","1GEbetp","selection","747416dPLWxa","document","join","TableUtils","3989496oswmOv","2080110FpIpIH","tableWidth","getFirstPosition","_descriptionFactory","findAncestor","enableCommand","tableBorderWidth","plugins","tableAlignment","tableProperties","tableCellWidth","tableCellHeight","_getSuggestion","77mYlqLr","5027668zZiqsQ","handleDiscardAction","tableHeight","start","tableCellPadding","data","3951890ROAkWd","tableCellBorderWidth","getSuggestionCallback","3380832zwFTTK","editor","has","*Format:* change table cell properties","TableCellPropertiesEditing","change","21Wguasf","registerCustomCallback","tableBorderStyle","table","batch","TrackChangesTableProperties","tableCellBorderColor","TrackChangesEditing","get","model","nodeAfter","getSuggestions","setAttribute","tableBorderColor","formatBlock","removeAttribute","enqueueChange","pluginName","locale","commandParams"];return(Xa=function(){return t})()}var qa=Function.prototype,Ja=Object.prototype,Ya=qa.toString,Za=Ja.hasOwnProperty,$a=Ya.call(Object);const tc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=Za.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&Ya.call(n)==$a};const ec=function(t){return tc(t)?void 0:t};var nc=Y?Y.isConcatSpreadable:void 0;const rc=function(t){return ie(t)||oe(t)||!!(nc&&t&&t[nc])};const sc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=rc),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Ze(o,c):s||(o[o.length]=c)}return o};const oc=function(t){return(null==t?0:t.length)?sc(t,1):[]};const ic=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var ac=Math.max;const cc=function(t,e,n){return e=ac(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=ac(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),ic(t,this,a)}};const uc=function(t){return function(){return t}};const lc=Xt?function(t,e){return Xt(t,"toString",{configurable:!0,enumerable:!1,value:uc(e),writable:!0})}:function(t){return t};var fc=Date.now;const hc=function(t){var e=0,n=0;return function(){var r=fc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(lc);const dc=function(t){return hc(cc(t,void 0,oc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=sr(e,(function(e){return e=ur(e,t),r||(r=e.length>1),e})),Zt(t,sn(t),n),r&&(n=Qn(n,7,ec));for(var s=e.length;s--;)Br(n,e[s]);return n})),gc=pc;function pc(t,e){const n=Cc();return(pc=function(t,e){return n[t-=119]})(t,e)}!function(t,e){const n=pc,r=t();for(;;)try{if(817400===-parseInt(n(168))/1*(parseInt(n(528))/2)+-parseInt(n(369))/3*(parseInt(n(309))/4)+-parseInt(n(470))/5*(parseInt(n(169))/6)+-parseInt(n(472))/7+parseInt(n(327))/8*(parseInt(n(158))/9)+parseInt(n(152))/10*(-parseInt(n(119))/11)+-parseInt(n(319))/12*(-parseInt(n(411))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Cc);const mc=gc(133);class Ic extends t.Plugin{static get[gc(323)](){return[gc(162),o.Users,t.PendingActions,Zr,es,as,fs,Ts,ms,ks,Ss,Bs,to,so,uo,ho,Eo,Ao,Lo,Mo,Do,Ho,Uo,Qo,Jo,ei,ai,pi,oi,Vs,Qs,bi,Ai,Li,Mi,Pi,ji,Wi,qi,$i,na,ca,ha,Wa,Ia,Aa,Oa,Ka,La,Pa,ja]}static get[gc(530)](){return gc(486)}constructor(t){const e=gc;function n(t){const e=pc;return t[e(257)]((t=>String[e(244)](t)))[e(131)]("")}super(t),this[e(496)]=!1,this[e(543)](e(256),[]),this.on(e(490),((n,r,s,o)=>{const i=e;this[i(190)][i(285)]((()=>{const e=i;for(const n of[...o,...s])this[e(190)][e(371)][e(477)](n)&&t[e(220)][e(391)](n)}))})),this[e(474)]=new Xr(this[e(232)][e(351)][e(385)],this[e(232)][e(383)]),this[e(465)]=null,this[e(183)]=new Ec(this[e(232)]),this[e(253)]=new Map,this[e(261)]=t[e(389)][e(361)](e(162)),this[e(125)]=new Set,this[e(190)]=this[e(232)][e(351)],this[e(185)]=new WeakMap,this[e(348)]=!1,this[e(518)]=new Set([e(133)]),this[e(207)]=new Set,t[e(469)][e(434)](e(177),e(312)),this[e(151)]=t[e(469)][e(361)](e(177)),t[e(469)][e(434)](e(370),!0),this[e(444)]=t[e(469)][e(361)](e(370)),this[e(280)]=new l(t,this[e(125)]),this[e(282)](),this[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=n([52,48,52,56,48,56,48,52])}[gc(487)](){const t=gc,n=this[t(232)],r=(e,n)=>{const r=t;if(r(338)!=e)return r(459)+e;const s=n[r(447)]("|")[0];return this[r(458)](s)?r(294):r(549)};n[t(221)][t(328)](t(461))[t(511)]({model:t(450),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(457)](e[n(157)]),a=[n(267),r(o,i)];let c=3e3;return this[n(256)][n(342)](e[n(157)])&&(a[n(270)](n(134)),c=3010),n(510)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(221)][t(328)](t(283))[t(306)]((e=>{const r=t;e.on(r(308),((t,e,s)=>{const o=r;if(!s[o(553)][o(150)])return;const i=e[o(362)];if(!i)return;const c=s[o(442)][o(415)](i);n[o(351)][o(385)][o(452)](i)&&c&&!c[o(375)](o(170))&&c.is(o(174))&&(0,a.toWidget)(c,s[o(515)])}),{priority:r(255)})})),n[t(221)][t(328)](t(283))[t(511)]({model:t(450),view:(e,n)=>{const s=t;if(!n[s(553)][s(150)])return null;const{type:o,subType:i}=this[s(457)](e[s(157)]);return{classes:[s(267),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(362)])return;const{id:c}=this[a(457)](o[a(157)]);if(r){const t=this[a(253)][a(361)](c),e=this[a(124)](t);if(!this[a(458)](e))return}if(o[a(362)].is(a(501)))return void i[a(227)][a(526)](o[a(362)],s[a(214)]);const u=i[a(442)][a(415)](o[a(362)]);if(o[a(362)].is(a(259))&&n[a(351)][a(385)][a(206)](o[a(362)])&&!u[a(375)](a(494))){i[a(515)][a(298)]([a(267),a(294)],u),i[a(515)][a(200)](a(239),c,u),i[a(442)][a(386)](u,o[a(157)]),e&&(this[a(256)][a(342)](o[a(157)])?i[a(515)][a(298)](a(134),u):i[a(515)][a(165)](a(134),u));for(const t of n[a(351)][a(247)](o[a(362)])[a(141)]())i[a(227)][a(526)](t,s[a(214)]);i[a(227)][a(526)](o[a(362)],s[a(214)])}};n[t(221)][t(328)](t(283))[t(306)]((e=>{const n=t;e.on(n(225),((t,e,r)=>{const o=n;r[o(553)][o(150)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(260)})})),n[t(221)][t(328)](t(283))[t(306)]((e=>{const n=t;e.on(n(300),((t,e,r)=>{const o=n;r[o(553)][o(150)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(260)})})),n[t(221)][t(328)](t(283))[t(284)]({model:t(450),view:(e,n)=>n[t(553)][t(150)]?null:{group:t(450),name:e[t(189)](11)}}),n[t(221)][t(328)](t(425))[t(127)]({view:{name:t(450),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(240)+e[r(286)](r(521))+":"+e[r(286)]("id");return e[r(286)](r(128))&&(s+=":"+e[r(286)](r(128))),n[r(213)](r(551),{"data-name":s})}}),n[t(221)][t(328)](t(425))[t(288)]({view:t(450)}),n[t(221)][t(328)](t(461))[t(306)]((e=>{const n=t;e.on(n(225),s(),{priority:n(255)})})),n[t(221)][t(328)](t(461))[t(306)]((e=>{const n=t;e.on(n(300),s({isAttributeSuggestion:!0}),{priority:n(255)})})),n[t(221)][t(328)](t(461))[t(306)]((e=>{const n=t;e.on(n(420),((t,e,r)=>{const s=n,o=r[s(442)][s(235)](e[s(157)]);if(o)for(const t of o)t[s(375)](s(494))||(r[s(515)][s(165)]([s(267),s(294),s(134)],t),r[s(515)][s(173)](s(239),t),r[s(442)][s(310)](t,e[s(157)]))}),{priority:n(255)})})),n[t(221)][t(328)](t(461))[t(306)]((e=>{const n=t;e.on(n(217),((t,e,r)=>{const s=n,o=r[s(442)][s(235)](e[s(157)]);if(!o)return;const{id:i}=this[s(457)](e[s(157)]),a=this[s(253)][s(361)](i),c=this[s(124)](a);if(this[s(458)](c))for(const t of o)t[s(375)](s(494))||(r[s(515)][s(165)]([s(267),s(294),s(134)],t),r[s(515)][s(173)](s(239),t),r[s(442)][s(310)](t,e[s(157)]))}),{priority:n(255)})})),n[t(351)][t(381)][t(318)]((e=>{const r=t;let s=!1;const o=Array[r(523)](n[r(351)][r(381)][r(503)][r(120)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(457)](t);if(r(450)!==o)continue;const h=this[r(253)][r(361)](f);if(null!=c[r(336)]){r(347)==u&&(s=s||_c(c[r(336)],t,e,n[r(351)][r(385)]));const o=r(338)==u&&this[r(458)](l[r(447)]("|")[0]);if(c[r(336)][r(126)]||r(223)==c[r(336)][r(195)][r(241)]||r(233)==u&&!Ac(c[r(336)])||o&&!Ac(c[r(336)])||r(510)==u&&(Tc(a=c[r(336)])||function(t){const e=r;return t[e(550)][e(258)]==t[e(517)][e(514)]&&t[e(550)][e(340)]}(a)))e[r(552)](t),s=!0;else{if(!h||!h[r(215)])continue;i[r(306)](h)}}}var a;return i[r(296)]>0&&(s=!!this[r(295)](i)||s),s})),n[t(351)][t(381)][t(318)]((e=>{const r=t;let s=!1;for(const t of n[r(351)][r(381)][r(503)][r(426)]())if(r(231)==t[r(123)])for(const t of this[r(253)][r(464)]()){if(t[r(384)]||!t[r(215)])continue;const o=r(233)==t[r(123)],i=this[r(124)](t),a=i&&this[r(458)](i);if(!o&&!a)continue;const c=t[r(279)]();if(c[r(550)][r(258)]!=c[r(517)][r(258)]&&!c[r(517)][r(340)]){const o=n[r(351)][r(478)](c[r(550)][r(146)],r(517)),i=n[r(351)][r(545)](c[r(550)],o);e[r(320)](t[r(155)](),{range:i}),s=!0}}return s})),n[t(351)][t(381)][t(318)]((e=>this[t(460)](e))),n[t(351)][t(381)][t(318)]((e=>!e[t(266)][t(346)]&&this[t(513)](e))),n[t(351)].on(t(193),(()=>{this[t(496)]=!1})),n[t(351)][t(381)].on(t(210),((r,s)=>{const o=t;if(!s[o(346)]||s[o(198)])return;if(!this[o(496)])return;const i=n[o(351)][o(381)][o(503)][o(426)]();if(0==i[o(218)])return;const a=[],c=i[o(122)]((t=>o(338)==t[o(123)])),u=i[o(122)]((t=>o(231)==t[o(123)]&&o(159)!=t[o(214)])),l=i[o(122)]((t=>o(359)==t[o(123)]&&o(159)!=t[o(214)]));for(const t of c)this[o(248)](t[o(329)])&&a[o(270)]({key:t[o(329)],newValue:t[o(196)],oldValue:t[o(499)],range:kc(t[o(315)],n[o(351)])});for(const t of u){const e=l[o(480)]((e=>e[o(278)]===t[o(278)]));if(e){const r=Rc(t[o(199)][o(146)],n[o(351)]);e[o(214)]!==t[o(214)]&&a[o(270)]({key:o(133),newValue:t[o(214)],oldValue:e[o(214)],range:r});for(const[n,s]of e[o(406)]){if(!this[o(248)](n))continue;const e=t[o(406)][o(361)](n);s!==e&&a[o(270)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(406)])this[o(248)](n)&&(e[o(406)][o(477)](n)||a[o(270)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(218)]&&n[o(351)][o(262)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(534)](t,e,s,o,{groupId:r});this[n(394)](t,a)}))}),{priority:t(330)}),n[t(351)][t(371)].on(t(485),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(457)](n[s(214)]),e=this[s(253)][s(361)](t);e&&e[s(326)](n[s(214)])}})),n[t(351)][t(381)].on(t(210),(()=>{const e=t,r=Array[e(523)](n[e(351)][e(381)][e(503)][e(120)]())[e(122)]((t=>e(450)===this[e(457)](t[e(214)])[e(140)]));if(0===r[e(218)])return;r[e(156)](((t,n)=>{const r=e,s=t[r(204)][r(414)],o=n[r(204)][r(414)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(550)][r(205)](o[r(550)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(457)](t);if(null===n[e(414)]){const n=this[e(287)](t);o[e(306)](n)}else{const t=this[e(253)][e(361)](r);null!==n[e(336)]||t[e(215)]?(s[e(306)](t[e(377)]),o[e(306)](t)):this[e(234)](t)}}o[e(296)]>0&&this[e(154)](o);for(const t of s)this[e(341)](e(423),t)})),n[t(351)].on(t(462),((e,r)=>{const s=t,o=r[0];if(!this[s(253)][s(296)])return;if(!o[s(297)])return;if(o[s(266)][s(198)]||!o[s(266)][s(346)])return;let i,a;switch(o[s(123)]){case s(231):i=n[s(351)][s(478)](o[s(199)]),a=i[s(250)](o[s(335)]);break;case s(447):i=n[s(351)][s(478)](o[s(372)]),a=n[s(351)][s(478)](o[s(380)]);break;case s(171):i=n[s(351)][s(478)](o[s(249)]),a=i[s(250)](o[s(335)]);break;default:return}const c=n[s(351)][s(545)](i,a);n[s(351)][s(285)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(531)](c)){if(e[t(384)])continue;if(t(347)==e[t(123)])continue;const r=this[t(124)](e);if(r&&this[t(458)](r)&&t(447)!=o[t(123)])continue;const s=e[t(204)]&&e[t(204)][t(145)];(t(233)!=e[t(123)]||t(447)==o[t(123)]&&!s)&&(n[t(350)]||t(265)==e[t(123)]&&n[t(525)]||e[t(279)]()[t(498)](c)&&this[t(445)](e,i,a))}}))}),{priority:t(330)}),n[t(351)].on(t(303),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(473)])return;if(this[s(348)])return;if(!this[s(280)][s(541)])return;if(o[s(126)])return;const a=n[s(351)][s(385)],{start:c,end:u}=o[s(279)](),l=c[s(146)]&&a[s(506)](c[s(146)])?null:a[s(179)](c,s(276)),f=u[s(514)]&&a[s(506)](u[s(514)])?null:a[s(179)](u,s(160)),h=n[s(351)][s(545)](l?l[s(550)]:c,f?f[s(517)]:u);n[s(351)][s(285)]((t=>{const e=s;this[e(365)](h);const r=n[e(351)][e(385)][e(179)](h[e(550)]);o.is(e(436))?t[e(228)](r):o[e(363)](r)})),e[s(540)]()}),{priority:e.priorities[t(409)]+10}),n[t(351)].on(t(509),((e,r)=>{const s=t,o=r[r[s(218)]-1];o&&o[s(473)]||this[s(348)]||this[s(280)][s(541)]&&(n[s(351)][s(285)]((()=>{const t=s;let o=n[t(351)][t(509)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(272)]=o[t(161)]();const i=o[t(517)][t(514)],a=n[t(351)][t(385)];i&&a[t(206)](i)&&!a[t(452)](i)&&(o=n[t(351)][t(545)](o[t(550)],n[t(351)][t(478)](i,t(517)))),this[t(441)](o)})),e[s(540)]())}),{priority:t(255)}),this[t(232)][t(236)][t(306)](t(416),this[t(280)]),this[t(402)](t(416));const o=new p(n,this[t(253)]);n[t(236)][t(306)](t(311),o),this[t(402)](t(311));const i=new E(n,this[t(253)]);n[t(236)][t(306)](t(352),i),this[t(402)](t(352)),n[t(236)][t(306)](t(439),new S(n,o,this[t(253)])),this[t(402)](t(439)),n[t(236)][t(306)](t(492),new S(n,i,this[t(253)])),this[t(402)](t(492)),n[t(236)][t(306)](t(367),new w(n,o,this[t(253)])),this[t(402)](t(367)),n[t(236)][t(306)](t(325),new w(n,i,this[t(253)])),this[t(402)](t(325));const c=n[t(389)][t(361)](t(162));this[t(479)](c,t(454),((e,{threadId:n})=>{const r=t,s=this[r(253)][r(361)](n);s&&s[r(212)]&&1===s[r(212)][r(218)]&&this[r(357)](n,{hasComments:!0})}),{priority:t(418)}),this[t(479)](c,t(216),((e,{threadId:n})=>{const r=t,s=this[r(253)][r(361)](n);s&&s[r(212)]&&!s[r(212)][r(218)]&&this[r(357)](n,{hasComments:!1})}),{priority:t(418)})}set[gc(271)](t){const n=gc;if(this[n(465)])throw new e.CKEditorError(n(188),this);this[n(465)]=t}get[gc(271)](){return this[gc(465)]}[gc(516)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=gc,r=[];for(const e of this[n(253)][n(464)]())t&&!e[n(215)]||r[n(270)](e);return e?r[n(257)]((t=>t[n(203)]())):r}[gc(324)](t){const n=gc,r=this[n(253)][n(361)](t);if(!r)throw new e.CKEditorError(n(366),this);return r}[gc(237)](t){const e=gc;return this[e(253)][e(477)](t)}[gc(431)](t){const e=gc,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(123)][e(447)](":"),a=this[e(253)][e(361)](r)||this[e(544)](o,i,r,n,s);if(this[e(435)](a),this[e(301)](a,o,i||null,n),a[e(194)]=t[e(194)],a[e(453)]=!0,s&&s[e(382)]){const t=s[e(382)],n=this[e(484)](t[e(368)]);a[e(376)]=t[e(194)],a[e(432)]=n,a[e(467)]=!0}else a[e(376)]=t[e(194)];switch(t[e(204)]&&(a[e(204)]=t[e(204)]),t[e(406)]&&(a[e(406)]=t[e(406)]),this[e(465)]&&this[e(465)][e(497)]||(a[e(532)]=!0),this[e(185)][e(361)](a)){case e(268):this[e(185)][e(543)](a,e(413));break;case e(238):a[e(215)]?(this[e(295)](new Set([a])),this[e(154)](new Set([a])),this[e(185)][e(543)](a,e(403)),this[e(341)](e(398),a)):this[e(185)][e(543)](a,e(192))}return a}[gc(311)](t){const e=gc;this[e(473)]((()=>{const n=e;this[n(232)][n(351)][n(285)]((()=>{const e=n;for(const n of t[e(379)]())n[e(443)]()}))}))}[gc(352)](t){const e=gc;this[e(473)]((()=>{const n=e;this[n(232)][n(351)][n(285)]((()=>{const e=n;for(const n of t[e(379)]())n[e(455)]()}))}))}[gc(402)](t,n){const r=gc,s=this[r(232)][r(236)][r(361)](t);if(!s)throw new e.CKEditorError(r(527),this,{commandName:t});if(this[r(125)][r(477)](s))throw new e.CKEditorError(r(407),this,{commandName:t});this[r(125)][r(306)](s),n&&s.on(r(314),((t,e)=>{const o=r;this[o(280)][o(541)]&&(this[o(348)]||(e[o(218)]>0&&e[e[o(218)]-1]&&e[e[o(218)]-1][o(473)]?e[o(388)]():(t[o(272)]=n(((...t)=>s[o(314)](...t,{forceDefaultExecution:!0})),...e),t[o(540)]())))}),{priority:r(255)})}[gc(473)](t){const n=gc;let r,s;const o=this[n(348)];this[n(348)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(348)]=!1),s&&e.CKEditorError[n(408)](s,this),r}[gc(441)](t,n=null,r={}){const s=gc;if(t[s(126)])return null;const o=this[s(232)][s(389)][s(361)](s(275)).me;for(const{suggestion:e,meta:o}of this[s(531)](t,s(265)))if(o[s(525)]){if(!o[s(148)]){if(o[s(350)]){if(!this[s(444)]||!Sc(e,r))continue;return e}if(Sc(e,r))return e;this[s(445)](e,t[s(550)],t[s(517)]);break}if(n==e[s(135)]&&Sc(e,r)){const n=e[s(279)]();return n[s(550)][s(186)](t[s(517)])?this[s(378)](e,this[s(190)][s(545)](t[s(550)],n[s(517)])):this[s(378)](e,this[s(190)][s(545)](n[s(550)],t[s(517)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(181)+n:s(265),u=this[s(339)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(316)](c,i,a,t),u}[gc(446)](t,n=gc(404),r={}){const s=gc,o=this[s(232)][s(389)][s(361)](s(275)).me,i=this[s(183)][s(546)](s(265),n,s(131));for(const e of this[s(516)]())if(e[s(432)].id==o.id&&s(265)==e[s(123)]&&e[s(135)]==n&&Sc(e,r)&&(i(e[s(520)](),t)||i(t,e[s(520)]()))){for(const n of t)e[s(143)](n);return e}for(const{suggestion:e,meta:n}of this[s(531)](t,s(265))){if(!n[s(525)])continue;if(!this[s(444)]&&n[s(350)])continue;if(!Sc(e,r))continue;let o=!0;for(const n of e[s(520)]())for(const e of t)if(!n[s(498)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(181)+n,l=this[s(339)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(316)](u,a,c,e,Hr[s(468)]());return l}[gc(538)](t,n,r=null,s={}){const o=gc;if(r=r||yc(n),t[o(126)])return null;if(o(197)===this[o(151)]){const e=this[o(183)][o(546)](o(347),r,o(443));return this[o(473)]((()=>e([t],n,s))),null}const i=this[o(232)][o(389)][o(361)](o(275)).me,a=[];if(o(180)!==this[o(151)])for(const{suggestion:e,meta:n}of this[o(531)](t,o(265)))n[o(525)]&&!n[o(399)]&&a[o(270)](...e[o(520)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(349)](s);e&&r[n(270)](e)}return r}(t,a),u=function(t,e){const n=o,r=[t];for(const t of e){let e=0;for(;e<r[n(218)];){const s=r[e][n(202)](t);r[n(191)](e,1,...s),e+=s[n(218)]}}return r}(t,a);c[o(218)]&&this[o(190)][o(285)]((()=>{const t=o;for(const e of c){const o=this[t(183)][t(546)](t(347),r,t(443));this[t(473)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(550)],u=t[o(517)];for(const{suggestion:e,meta:n}of this[o(531)](t,o(347))){if(!n[o(525)])continue;if(e[o(135)]!=r)continue;if(!Sc(e,s))continue;const i=e[o(279)]();if(i[o(498)](t,!0))return null;c=c[o(205)](i[o(550)])?c:i[o(550)],u=u[o(449)](i[o(517)])?u:i[o(517)],a?i[o(550)][o(205)](a[o(279)]()[o(550)])?(a[o(397)](),a=e):e[o(397)]():a=e}const l=this[o(190)][o(545)](c,u);if(a)this[o(378)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(339)]({id:t,type:o(254)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(316)](o(254)+r,t,a,l)}}return null}[gc(208)](t,n,r=[],s=null,o={}){const i=gc;n[i(401)]||(n[i(401)]=n[i(132)]),n[i(145)]=t.is(i(315)),s=s||yc(n);const a=r[i(257)]((t=>Rc(t,this[i(190)]))),c=t.is(i(315))?t:Rc(t,this[i(190)]);if(i(197)===this[i(151)]){const t=this[i(183)][i(546)](i(233),s,i(443));return this[i(473)]((()=>t([c],n,o))),null}a[i(270)](c);let u=!0;for(const t of a)if(!this[i(547)](t)){u=!1;break}if(u&&i(180)!==this[i(151)]){const t=this[i(183)][i(546)](i(233),s,i(443));return this[i(473)]((()=>t([c],n,o))),null}let l=null,f=c[i(550)],h=c[i(517)];for(const{suggestion:t,meta:e}of this[i(531)](c,i(233))){if(!e[i(525)])continue;if(e[i(148)]||e[i(350)]||e[i(399)])continue;if(t[i(204)][i(401)]!=n[i(401)])continue;if(!Sc(t,o))continue;const r=t[i(279)]();if(t[i(135)]==s){if(r[i(498)](c,!0))return null;f=f[i(205)](r[i(550)])?f:r[i(550)],h=h[i(449)](r[i(517)])?h:r[i(517)],l?r[i(550)][i(205)](l[i(279)]()[i(550)])?(l[i(397)](),l=t):t[i(397)]():l=t}else{const e=c[i(349)](r);this[i(307)](t,e)}}const d=this[i(232)][i(389)][i(361)](i(275)).me,g=(0,e.uid)(),p=d.id;if(l)return this[i(378)](l,this[i(190)][i(545)](f,h)),l;{const t=this[i(339)]({id:g,type:i(440)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(316)](i(440)+s,g,p,this[i(190)][i(545)](f,h)),t}}[gc(535)](t,n,r=[],s=null,o={}){const i=gc;n[i(401)]||(n[i(401)]=n[i(132)]);const a=t[0];n[i(145)]=a.is(i(315)),s=s||yc(n);const c=r[i(257)]((t=>Rc(t,this[i(190)]))),u=a.is(i(315))?t:t[i(257)]((t=>Rc(t,this[i(190)])));if(i(197)===this[i(151)]){const t=this[i(183)][i(546)](i(233),s,i(443));return this[i(473)]((()=>t(u,n,o))),null}c[i(270)](...u);let l=!0;for(const t of c)if(!this[i(547)](t)){l=!1;break}if(l&&i(180)!==this[i(151)]){const t=this[i(183)][i(546)](i(233),s,i(443));return this[i(473)]((()=>t(u,n,o))),null}const f=this[i(232)][i(389)][i(361)](i(275)).me;for(const t of this[i(516)]()){if(t[i(432)].id!=f.id)continue;if(i(233)!=t[i(123)]||t[i(204)][i(401)]!=n[i(401)])continue;if(!Sc(t,o))continue;const e=t[i(135)]==s;for(let n=0;n<u[i(218)];n++){const r=u[n];for(const s of t[i(542)]()){const o=s[i(400)]();if(r[i(186)](o)){e?(u[i(191)](n,1),n--):t[i(552)](s[i(214)]);break}}}}if(0==u[i(218)])return null;const h=this[i(183)][i(546)](i(233),s,i(131));for(const t of this[i(516)]())if(t[i(432)].id==f.id&&i(233)==t[i(123)]&&t[i(204)][i(401)]==n[i(401)]&&t[i(135)]==s&&Sc(t,o)&&(h(t[i(520)](),u)||h(u,t[i(520)]()))){for(const e of u)t[i(143)](e);return t}const d=(0,e.uid)(),g=f.id,p=i(440)+s,m=this[i(339)]({id:d,type:p,data:n,createdAt:new Date,authorId:g,attributes:o});for(const t of u)this[i(316)](p,d,g,t,Hr[i(468)]());return m}[gc(365)](t,n=null,r={}){const s=gc;if(t[s(126)])return null;const o=this[s(232)][s(389)][s(361)](s(275)).me,a=new i.LiveRange(t[s(550)],t[s(517)]);for(const{suggestion:t,meta:e}of this[s(531)](a,s(265)))if(e[s(525)]&&!e[s(148)])if(t[s(384)]){const e=t[s(520)]()[s(122)]((t=>s(223)!=t[s(195)][s(241)]));if(e[s(405)]((t=>a[s(498)](t,!0)))&&t[s(455)](),e[s(130)]((t=>t[s(498)](a,!0)))){const t=this[s(183)][s(546)](s(510),n,s(443));return this[s(473)]((()=>t([a],null,r))),null}}else{const e=a[s(349)](t[s(279)]());null!==e&&t[s(317)]([e],null,r)}if(a[s(224)](),a[s(126)]||s(223)==a[s(195)][s(241)])return null;let c=null,u=a[s(550)],l=a[s(517)];const f=this[s(531)](a,s(510));for(const{suggestion:t,meta:e}of f){const n=this[s(190)][s(545)](u,l);if(e[s(525)]&&(this[s(444)]||!e[s(350)]&&!e[s(399)]))if(t[s(384)]){if(!Sc(t,r))continue;let e=!0;for(const r of t[s(520)]()){if(r[s(498)](n,!0))return t;n[s(498)](r)||(e=!1)}e&&t[s(455)]()}else{const e=t[s(279)]();if(e[s(498)](n,!0))return t;if(!Sc(t,r)){n[s(498)](e)?t[s(397)]():e[s(433)](u)?u=e[s(517)]:e[s(433)](l)&&(l=e[s(550)]);continue}u=u[s(205)](e[s(550)])?u:e[s(550)],l=l[s(449)](e[s(517)])?l:e[s(517)],r=Object[s(395)]({},t[s(406)]),c?e[s(550)][s(205)](c[s(279)]()[s(550)])?(c[s(397)](),c=t):t[s(397)]():c=t}}if(c)return this[s(378)](c,this[s(190)][s(545)](u,l)),c;{const t=(0,e.uid)(),i=this[s(190)][s(545)](u,l),a=o.id,c=n?s(293)+n:s(510),f=this[s(339)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(316)](c,t,a,i),f}}[gc(136)](t,n=gc(404),r={}){const s=gc,o=this[s(232)][s(389)][s(361)](s(275)).me,a=t[s(257)]((t=>new i.LiveRange(t[s(550)],t[s(517)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(531)](a,s(265)))e[s(525)]&&!e[s(148)]&&c[s(306)](t);for(const e of c)if(e[s(384)]){const o=e[s(520)]();if((!e[s(406)]||!e[s(406)][s(387)])&&o[s(405)]((t=>a[s(130)]((e=>e[s(498)](t,!0)))))&&e[s(455)](),a[s(405)]((t=>o[s(130)]((e=>e[s(498)](t,!0)))))){const e=this[s(183)][s(546)](s(510),n,s(443));return this[s(473)]((()=>e(t,null,r))),null}}else{const t=e[s(279)]();if(a[s(130)]((e=>e[s(498)](t,!0)))&&e[s(455)](),a[s(405)]((e=>t[s(498)](e,!0)))){const t=this[s(183)][s(546)](s(510),n,s(443));return this[s(473)]((()=>t(a,null,r))),null}}const u=this[s(183)][s(546)](s(510),n,s(131));let l=null;for(const t of this[s(516)]())if(t[s(432)].id==o.id&&t[s(215)]&&s(510)==t[s(123)]&&t[s(135)]==n&&Sc(t,r)&&(u(t[s(520)](),a)||u(a,t[s(520)]())))if(l){if(t[s(212)]&&t[s(212)][s(218)])continue;for(const e of t[s(520)]())l[s(175)](e)||l[s(143)](e);t[s(397)]()}else{l=t;for(const e of a)t[s(175)](e)||t[s(143)](e)}if(l)return l;c[s(358)]();for(const{suggestion:t,meta:e}of this[s(531)](a,s(510)))e[s(525)]&&(this[s(444)]||!e[s(350)]&&!e[s(399)])&&Sc(t,r)&&c[s(306)](t);for(const t of c){const e=t[s(520)]();if((!r||!r[s(387)])&&a[s(405)]((t=>e[s(130)]((e=>e[s(498)](t,!0))))))return t;(!t[s(406)]||!t[s(406)][s(387)])&&e[s(405)]((t=>a[s(130)]((e=>e[s(498)](t,!0)))))&&t[s(455)]()}const f=(0,e.uid)(),h=o.id,d=s(293)+n,g=this[s(339)]({id:f,type:d,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(224)](),t[s(126)]||s(223)==t[s(195)][s(241)]||this[s(316)](d,f,h,t,Hr[s(468)]());return g}[gc(534)](t,n,r,s,o){const i=gc;if(t[i(126)])return[];if(i(197)===this[i(151)])return[];const a=this[i(232)][i(389)][i(361)](i(275)).me.id,c=Array[i(523)](this[i(253)][i(464)]())[i(122)]((e=>i(338)==e[i(123)]&&e[i(204)][i(343)]==n&&e[i(175)](t)));if(i(312)===this[i(151)]){const e=this[i(531)](t,i(265))[i(122)]((({meta:t})=>t[i(525)]&&!t[i(399)]&&!t[i(148)]))[i(257)]((({suggestion:t})=>t));c[i(396)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(338)==t[i(123)]?t[i(204)][i(500)]:void 0,o=t[i(279)](),a=Array[i(523)](u[i(304)]())[i(480)]((t=>t[i(428)](o)));if(!a)continue;const c=a[i(202)](o);this[i(458)](n)&&i(265)==t[i(123)]&&0!=c[i(218)]||(u[i(121)](a),c[i(149)]((t=>{u[i(543)](t,r)})),i(265)!=t[i(123)]&&e!=s&&u[i(543)](a[i(349)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(218)]>37&&console[i(201)](i(356),{key:n});const f=(i(252)+(n+"|")+yc({newValue:s}))[i(374)](0,60),h=this[i(339)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(270)](h),this[i(316)](f,c,a,t)}return l}[gc(331)](t){const e=gc;this[e(518)][e(306)](t)}[gc(172)](t){const e=gc;this[e(207)][e(306)](t)}[gc(483)](t,e=[],n=[]){const r=gc;this[r(402)](t,((t,...e)=>{this[r(269)]((()=>{t(...e)}))}));for(const t of e)this[r(172)](t);for(const t of n)this[r(331)](t)}[gc(124)](t){const e=gc;return e(338)==t[e(123)]?t[e(135)][e(447)]("|")[0]:null}[gc(378)](t,e){const n=gc,r=t[n(155)]();this[n(190)][n(285)]((t=>{t[n(320)](r,{range:e})}))}[gc(435)](t){const e=gc,n=t.id,r=this[e(232)][e(469)][e(361)](e(153));this[e(261)][e(427)](n)||this[e(261)][e(243)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(261)][e(226)](n);s[e(299)](e(137)),s[e(137)]=!1,t[e(212)]=s}[gc(301)](t,n,r,s){const o=gc;if(t[o(123)]!=n||t[o(135)]!=r||t[o(230)].id!=s)throw this[o(232)][o(448)](o(475)),new e.CKEditorError(o(475),this)}[gc(307)](t,n){const r=gc,s=t[r(279)]();if(n[r(186)](s))t[r(397)]();else if(s[r(498)](n)){const o=this[r(190)][r(478)](n[r(550)][r(514)],r(517));this[r(378)](t,this[r(190)][r(545)](s[r(550)],o));const i=(0,e.uid)(),a=t[r(230)].id,c=t[r(123)]+":"+t[r(135)];this[r(339)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(204)],attributes:t[r(406)]});const u=this[r(190)][r(478)](n[r(517)][r(258)],r(507)),l=this[r(190)][r(545)](u,s[r(517)]);this[r(316)](c,i,a,l)}else if(s[r(433)](n[r(550)])){const e=this[r(190)][r(478)](n[r(550)][r(514)],r(517));this[r(378)](t,this[r(190)][r(545)](s[r(550)],e))}else{const e=this[r(190)][r(478)](n[r(517)][r(258)],r(507));this[r(378)](t,this[r(190)][r(545)](e,s[r(517)]))}}[gc(547)](t){const e=gc;for(const{suggestion:n,meta:r}of this[e(531)](t,e(265))){if(!r[e(525)])continue;const s=n[e(520)]();for(const n of s)if(!t[e(202)](n)[e(218)])return!0}return!1}[gc(219)](t){const n=gc,r=this[n(232)][n(389)][n(361)](n(275))[n(548)](t);if(!r)throw new e.CKEditorError(n(522),this);return r}[gc(484)](t){const e=gc,n=this[e(232)][e(389)][e(361)](e(275)),r=(0,o.hashObject)(e(322)+t);return n[e(548)](r)||n[e(184)]({id:r,name:t})}[gc(544)](t,e,n,r,s){const o=gc,i=this[o(219)](r),a=this[o(183)][o(353)](t,e,n,i,s,(t=>{const e=o;this[e(357)](n,{attributes:t});const r=this[e(324)](n);this[e(295)](new Set([r])),this[e(154)](new Set([r]))}));return this[o(479)](a,o(443),(()=>{const t=o;this[t(357)](n,{state:t(313)})}),{priority:o(255)}),this[o(479)](a,o(455),(()=>{const t=o;this[t(357)](n,{state:t(274)})}),{priority:o(255)}),this[o(253)][o(543)](n,a),this[o(185)][o(543)](a,o(268)),a}[gc(457)](t){const e=gc,n=t[e(447)](":");return{group:n[0],type:n[1],subType:n[e(218)]>=5?n[2]:null,id:n[e(218)]<5?n[2]:n[3],authorId:n[e(218)]<5?n[3]:n[4],markerCount:6==n[e(218)]?n[5]:null}}[gc(445)](t,n,r){const s=gc,o=t[s(279)](),i=o[s(550)],a=o[s(517)];this[s(378)](t,this[s(190)][s(545)](i,n));const c=(0,e.uid)(),u=t[s(230)].id,l=t[s(123)]+(t[s(135)]?":"+t[s(135)]:"");this[s(339)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(406)],data:t[s(204)]});const f=this[s(124)](t);(s(233)==t[s(123)]||f&&this[s(458)](f))&&(r=this[s(190)][s(222)](r[s(258)])),this[s(316)](l,c,u,this[s(190)][s(545)](r,a))}[gc(531)](t,e=null){const n=gc,r=[],s=this[n(232)][n(389)][n(361)](n(275)).me;Array[n(334)](t)||(t=[t]);for(const o of this[n(516)]()){if(!o[n(215)])continue;if(e&&o[n(123)]!=e)continue;let i=!1;for(const e of o[n(520)]()){for(const a of t){const t=a[n(550)][n(186)](e[n(517)])||a[n(517)][n(186)](e[n(550)]);if(t||a[n(349)](e)){const c=a[n(498)](e)&&bc(this[n(190)][n(385)],e[n(550)],a),u=e[n(498)](a)&&bc(this[n(190)][n(385)],a[n(550)],e);r[n(270)]({suggestion:o,meta:{isOwn:s==o[n(432)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[gc(316)](t,e,n,r,s){const o=gc;this[o(190)][o(285)]((i=>{const a=o;let c=a(240)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(281)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[gc(234)](t){const e=gc,n=t[e(438)],r=t[e(164)];t[e(438)]=null,t[e(164)]=null,null!=n&&n[e(164)]==t&&(n[e(164)]=r),null!=r&&r[e(438)]==t&&(r[e(438)]=n),e(403)==this[e(185)][e(361)](t)&&(this[e(185)][e(543)](t,e(192)),this[e(341)](e(519),t,n,r))}[gc(339)](t){const n=gc,r=t.id,s=this[n(431)](t);if(this[n(465)]&&this[n(465)][n(497)]){const o=this[n(232)][n(389)][n(361)](n(242)),i=s[n(524)],a=s[n(135)]?s[n(123)]+":"+s[n(135)]:s[n(123)],c=this[n(232)][n(383)],u=o[n(306)](Wr(c,n(430))),l={id:r,type:a,hasComments:i,data:t[n(204)]||null,originalSuggestionId:t[n(332)]||null,attributes:s[n(406)]};this[n(465)][n(497)](l)[n(166)]((t=>{const e=n;s[e(532)]=!0,o[e(359)](u),t&&t[e(194)]&&(this[e(253)][e(361)](r)[e(194)]=t[e(194)])}))[n(412)]((t=>{const r=n;throw(0,e.logWarning)(r(537)),this[r(232)][r(351)][r(262)]({isUndoable:!1},(()=>{s[r(455)]()})),s[r(536)](),this[r(253)][r(121)](s.id),this[r(185)][r(121)](s),t}))}return s}[gc(458)](t){const e=gc;return this[e(518)][e(477)](t)}[gc(357)](t,e){const n=gc,r=this[n(232)][n(389)][n(361)](n(242)),s=this[n(324)](t);if(this[n(465)]&&this[n(465)][n(211)])if(s[n(532)]){const s=r[n(306)](Wr(this[n(232)][n(383)],n(430)));this[n(465)][n(211)](t,e)[n(166)]((()=>{r[n(359)](s)}))}else s.on(n(502),(()=>{this[n(357)](t,e)}))}[gc(277)](t){const n=gc;if(!this[n(465)]||!this[n(465)][n(324)])throw new e.CKEditorError(n(167),this);return this[n(465)][n(324)](t)}[gc(287)](t){const e=gc,{id:n,type:r,subType:s,authorId:o}=this[e(457)](t),i=this[e(253)][e(361)](n)||this[e(544)](r,s,n,o,{});switch(this[e(301)](i,r,s,o),this[e(185)][e(361)](i)){case e(268):this[e(277)](n)[e(166)]((t=>{const r=e;let s=Promise[r(176)]();t[r(524)]&&(s=this[r(261)][r(364)]({channelId:this[r(232)][r(469)][r(361)](r(153)),threadId:n})),s[r(166)]((()=>{const e=r;this[e(431)](t)[e(532)]=!0}))})),this[e(185)][e(543)](i,e(238));break;case e(192):this[e(357)](n,{state:e(489)});case e(413):this[e(185)][e(543)](i,e(403)),this[e(341)](e(398),i);break;case e(403):this[e(341)](e(423),i)}return i[e(326)](t),i}[gc(154)](t){const e=gc,n=Array[e(523)](t),r=n[e(122)]((t=>e(338)==t[e(123)]));this[e(491)](r);const s=n[e(122)]((t=>!t[e(384)]&&e(338)!=t[e(123)])),o=this[e(516)]({skipNotAttached:!0})[e(122)]((t=>!t[e(384)]&&e(338)!=t[e(123)])),i=o[e(122)]((n=>!t[e(477)](n))),a=new Map(o[e(257)]((t=>[t,this[e(183)][e(546)](t[e(123)],t[e(135)],e(333))]))),c=new Map(o[e(257)]((t=>[t,t[e(279)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(218)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(218)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(218)];t++){const n=s[t];!l[e(477)](n)&&n[e(438)]&&(f[e(306)](n[e(438)]),n[e(438)][e(164)]===n&&(n[e(438)][e(164)]=null),n[e(438)]=null),!u[e(477)](n)&&n[e(164)]&&(f[e(306)](n[e(164)]),n[e(164)][e(438)]===n&&(n[e(164)][e(438)]=null),n[e(164)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(218)];e++){const r=d(t,n[e]);r&&(r[0][s(164)]=r[1],r[1][s(438)]=r[0],u[s(306)](r[0]),l[s(306)](r[1]))}}function d(t,n){const r=e;if(t[r(432)].id!==n[r(432)].id)return null;const s=a[r(361)](t)(t,n,c[r(361)](t),c[r(361)](n));return s&&a[r(361)](n)(t,n,c[r(361)](t),c[r(361)](n))?s[1][r(212)]&&s[1][r(212)][r(218)]?null:s:null}f[e(296)]&&this[e(154)](f)}[gc(491)](t){const e=gc;if(0==t[e(218)])return;const n=this[e(516)]({skipNotAttached:!0})[e(122)]((t=>e(338)==t[e(123)]&&t[e(453)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(406)]);s[e(477)](n)||(s[e(543)](n,r[e(218)]),r[e(270)]([]));const i=s[e(361)](n);r[i][e(270)](t)}!function(){const t=e;r[t(156)](((e,n)=>{const r=t,s=e[0][r(194)],o=n[0][r(194)];return s==o?e[0][r(406)][r(229)]<n[0][r(406)][r(229)]?-1:1:s<o?-1:1}));for(const e of r)e[t(156)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(218)];t++){if(0==r[t][e(218)])continue;const n=[];for(let s=t+1;s<r[e(218)];s++)0!=r[s][e(218)]&&i(r[t],r[s])&&n[e(270)](s);for(const s of n)r[t]=r[t][e(508)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(218)];n++)t[n][e(164)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(218)];n++)t[n][e(438)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(406)][r(229)]!==n[0][r(406)][r(229)]&&t[0][r(432)]!==n[0][r(432)])return!1;if(!function(t,e){const n=r;return!t[n(524)]&&!e[n(524)]||(!t[n(524)]||!e[n(524)])&&(!!(t[n(524)]&&e[n(194)]<t[n(212)][n(495)][n(361)](0)[n(194)])||!!(e[n(524)]&&t[n(194)]<e[n(212)][n(495)][n(361)](0)[n(194)]))}(t[0],n[0]))return!1;const s=dc(t[0][r(406)],r(229)),o=dc(n[0][r(406)],r(229));return!!wr(s,o)&&(!!t[r(405)]((t=>n[r(130)]((e=>t[r(279)]()[r(186)](e[r(279)]())))))&&n[r(405)]((e=>t[r(130)]((t=>e[r(279)]()[r(186)](t[r(279)]()))))))}}[gc(295)](t){const e=gc,n=Array[e(523)](t),r=this[e(516)]({skipNotAttached:!0}),s=r[e(122)]((n=>!t[e(477)](n))),o=new Map(n[e(257)]((t=>[t,this[e(183)][e(546)](t[e(123)],t[e(135)],e(131))]))),i=new Map(r[e(257)]((t=>[t,t[e(520)]()])));for(let t=0;t<n[e(218)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(218)];t++)if(a(this,n[t],s,0))return!0;return!1;function a(t,n,r,s){const a=e;for(let e=s;e<r[a(218)];e++){const s=r[e];if(s[a(123)]!==n[a(123)]||s[a(432)].id!==n[a(432)].id||s[a(135)]!==n[a(135)])continue;if(!Nc(n,s,[a(229)]))continue;if(a(338)==n[a(123)]&&n[a(204)][a(500)]!=s[a(204)][a(500)])continue;if(a(338)==n[a(123)]&&t[a(458)](n[a(204)][a(343)]))continue;if(a(233)==n[a(123)]){const e=t[a(232)][a(351)],r=n[a(147)]();if(r&&(e[a(385)][a(452)](r)||e[a(385)][a(506)](r)))continue}const c=o[a(361)](n),u=i[a(361)](n),l=i[a(361)](s),f=n[a(212)]&&n[a(212)][a(218)],h=s[a(212)]&&s[a(212)][a(218)];if(!f&&c(l,u))return t[a(419)](s,n),i[a(121)](n),!0;if(!h&&c(u,l))return t[a(419)](n,s),i[a(121)](s),!0}return!1}}[gc(419)](t,e){const n=gc;if(t[n(384)])for(const r of e[n(520)]())t[n(143)](r);else{const r=e[n(279)]()[n(517)];this[n(378)](t,this[n(190)][n(545)](t[n(279)]()[n(550)],r))}e[n(397)]()}[gc(424)](t,e){const n=gc,r=t[n(529)](n(263))||t[n(529)](n(338))?n(305):t[n(451)]();return Wr(this[n(232)][n(383)],e+"_"+r+n(421))}[gc(282)](){const t=gc,e=this[t(232)];(0,o.surroundingMarkersDetector)(this[t(190)],(({left:n,entered:r})=>{const s=t,o=[];for(const t of n){const{group:e,type:n}=this[s(457)](t[s(214)]);if(s(450)===e){o[s(270)](this[s(424)](n,s(345)));break}}for(const t of r){const{group:e,type:n}=this[s(457)](t[s(214)]);if(s(450)===e){o[s(270)](this[s(424)](n,s(466)));break}}o[s(218)]&&e.ui[s(264)][s(533)](s(416),o[s(131)](" "))}))}[gc(460)](t){const e=gc;if(this[e(496)])return!1;const n=this[e(232)],r=n[e(351)][e(381)][e(503)][e(426)]();if(0==r[e(218)])return!1;const s=[],o=r[e(122)]((t=>e(338)==t[e(123)])),i=r[e(122)]((t=>e(231)==t[e(123)]&&e(159)!=t[e(214)])),a=r[e(122)]((t=>e(359)==t[e(123)]&&e(159)!=t[e(214)]));for(const t of o)s[e(270)]({key:t[e(329)],newValue:t[e(196)],oldValue:t[e(499)],range:kc(t[e(315)],n[e(351)])});for(const t of i){const r=a[e(480)]((n=>n[e(199)][e(186)](t[e(199)])));r&&s[e(270)]({key:e(133),newValue:t[e(214)],oldValue:r[e(214)],range:n[e(351)][e(456)](t[e(199)][e(146)])})}return 0!=s[e(218)]&&this[e(394)](t,s)}[gc(513)](t){const e=gc;let n=!1;const r=this[e(232)][e(351)][e(381)][e(503)][e(120)]()[e(122)]((t=>t[e(204)][e(336)]&&t[e(214)][e(529)](e(337))));for(const s of r){const{subType:r,id:o}=this[e(457)](s[e(214)]),i=r[e(447)]("|")[0];for(const r of this[e(516)]({skipNotAttached:!0}))r.id!=o&&e(338)==r[e(123)]&&r[e(204)]&&r[e(204)][e(343)]==i&&r[e(279)]()[e(428)](s[e(204)][e(336)])&&(this[e(512)](r,s[e(204)][e(336)],t),n=!0)}return n}[gc(269)](t){const e=gc;this[e(232)],this[e(496)]=!0,t()}[gc(248)](t){const e=gc,n=this[e(458)](t),r=this[e(207)][e(477)](t);return n||r}[gc(394)](t,e){const n=gc;if(0==e[n(218)])return!1;let r=!1;for(const s of e){const e=this[n(531)](s[n(315)],n(338))[n(122)]((t=>!t[n(539)][n(148)]))[n(257)]((t=>t[n(450)])),i=(0,o.hashObject)({newValue:s[n(463)]});e[n(122)]((t=>{const e=n,[r,o]=t[e(135)][e(447)]("|");return r==s[e(343)]&&o!=i}))[n(149)]((e=>{const o=n;this[o(512)](e,s[o(315)],t),r=!0}))}return r}[gc(512)](t,e,n){const r=gc,s=t[r(279)]()[r(202)](e);0!==s[r(218)]?1!==s[r(218)]?this[r(445)](t,e[r(550)],e[r(517)]):this[r(378)](t,s[0]):n[r(552)](t[r(155)]())}}class Ec{constructor(t){const e=gc;this[e(482)]=t,this[e(190)]=t[e(351)],this[e(292)]=new Map,this[e(476)]=new Map,this[e(246)]()}[gc(353)](t,e,n,r,s,o){const i=gc;return new Hr(this[i(190)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(546)](t,e,i(443))(...n),onDiscard:(...n)=>this[i(546)](t,e,i(455))(...n)})}[gc(290)](t,e,n,r){const s=gc,o=t+":"+e+":"+n;this[s(292)][s(543)](o,r)}[gc(546)](t,e,n){const r=gc,s=t+":"+e+":"+n;return this[r(292)][r(361)](s)||this[r(476)][r(361)](t+":"+n)}[gc(246)](){const t=gc,e=()=>!1,n=t=>{const e=pc;t[e(156)](((t,n)=>t[e(550)][e(205)](n[e(550)])?1:-1)),this[e(190)][e(285)]((n=>{const r=e;for(const e of t){let t;t=e[r(517)][r(340)]&&e[r(517)][r(258)]==e[r(550)][r(146)]?n[r(163)](e[r(550)][r(146)],"on"):n[r(163)](e),this[r(190)][r(303)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=pc;e&&this[n(190)][n(285)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(257)]((t=>(Tc(t)&&(t=this[s(190)][s(545)](t[s(517)])),t)))[s(122)]((t=>s(223)!==t[s(195)][s(241)]));if(c[s(218)]<1)return;const u=Array[s(523)](this[s(190)][s(381)][s(501)][s(520)]())[s(257)]((t=>i.LiveRange[s(373)](t)));r[s(228)](c);for(const t of this[s(482)][s(236)][s(236)]())t[s(354)]();a[s(270)]({forceDefaultExecution:!0}),this[s(482)][s(314)](o,...a);const l=u[s(122)]((t=>s(223)!=t[s(195)][s(241)]));l[s(218)]>0&&r[s(228)](l);for(const t of u)t[s(224)]()}))},s=(e,n)=>1==e[t(218)]&&1==n[t(218)]&&e[0][t(517)][t(186)](n[0][t(550)]),o=(e,n,r,s)=>Lc(e,n,r,s,this[t(190)])?[e,n]:Lc(n,e,s,r,this[t(190)])?[n,e]:null;this[t(476)][t(543)](t(504),e),this[t(476)][t(543)](t(129),n),this[t(476)][t(543)](t(178),s),this[t(476)][t(543)](t(437),o),this[t(476)][t(543)](t(321),n),this[t(476)][t(543)](t(471),e),this[t(476)][t(543)](t(182),s),this[t(476)][t(543)](t(422),o),this[t(476)][t(543)](t(505),r),this[t(476)][t(543)](t(187),e),this[t(476)][t(543)](t(355),s),this[t(476)][t(543)](t(360),e),this[t(476)][t(543)](t(493),r),this[t(476)][t(543)](t(393),e),this[t(476)][t(543)](t(302),s),this[t(476)][t(543)](t(410),e),this[t(476)][t(543)](t(429),e),this[t(476)][t(543)](t(344),((e,n)=>{const r=t;if(!n)return;const s=this[r(482)][r(389)][r(361)](Ic);this[r(190)][r(285)]((t=>{const o=r;if(o(133)==n[o(343)])for(const r of e){const e=r[o(550)][o(146)],s=n[o(500)];t[o(142)](e,s)}else if(s[o(458)](n[o(343)]))for(const r of e)void 0!==n[o(500)]?t[o(200)](n[o(343)],n[o(500)],r[o(550)][o(146)]):t[o(173)](n[o(343)],r[o(550)][o(146)]);else for(const r of e)n[o(500)]?t[o(200)](n[o(343)],n[o(500)],r):t[o(173)](n[o(343)],r)}))})),this[t(476)][t(543)](t(392),s)}}function bc(t,e,n){const r=gc;for(const s of e[r(258)][r(291)]({includeSelf:!0,parentFirst:!0})){if(s[r(195)]==s)return!1;if(!n[r(488)](s))return!1;if(t[r(452)](s)||t[r(506)](s))return!0}return!1}function Tc(t){const e=gc;return t[e(517)][e(258)]==t[e(550)][e(146)]&&t[e(517)][e(144)]}function _c(t,e,n,r){const s=gc,o=t=>!t[s(362)].is(s(209))&&!r[s(452)](t[s(362)]),i=t[s(550)][s(138)](o),a=t[s(517)][s(138)](o,{direction:s(160)});return!(t[s(550)][s(186)](i)&&t[s(517)][s(186)](a)||(i[s(205)](a)?n[s(320)](e,{range:n[s(545)](i,a)}):n[s(552)](e),0))}function yc(t){return(0,o.hashObject)(t)}function Ac(t){const e=gc,n=t[e(550)][e(146)];return n&&n.is(e(259))}function kc(t,e){const n=gc;return null==t[n(517)][n(514)]&&t[n(517)][n(258)]==t[n(550)][n(146)]?Rc(t[n(550)][n(146)],e):t}function Cc(){const t=["markMultiRangeInsertion","split","enableReadOnlyMode","isAfter","suggestion","toUpperCase","isObject","_isDataLoaded","addComment","discard","createRangeOn","_splitMarkerName","_isBlockAttribute","ck-suggestion-marker-","_processAttributeChanges","editingDowncast","applyOperation","newValue","values","_adapter","ENTER","isExternal","getMultiRangeId","config","5dJVkBC","deletion:discard","3150784ijVtJU","forceDefaultExecution","_descriptionFactory","track-changes-suggestion-data-mismatch","_defaultCallbacks","has","createPositionAt","listenTo","find","elementStart","_editor","_enableDefaultAttributesIntegration","_getExternalAuthor","update:suggestion","TrackChangesEditing","init","containsItem","open","change:activeMarkers","_refreshAttributeSuggestionsChain","discardAllSuggestions","formatBlock:accept","addHighlight","comments","_recordAttributeSuggestions","addSuggestion","containsRange","attributeOldValue","oldValue","selection","change:_saved","differ","insertion:accept","formatInline:accept","isLimit","after","concat","insertContent","deletion","markerToHighlight","_reduceSuggestionAttributeRange","_processAttributeSuggestions","nodeBefore","writer","getSuggestions","end","_blockAttributeKeys","suggestionUnloaded","getRanges","suggestion-type","track-changes-user-not-found","from","hasComments","isOwn","consume","track-changes-command-not-found","2200546gKbnmu","startsWith","pluginName","_findSuggestions","_saved","announce","markAttributeChange","markMultiRangeBlockFormat","stopListening","error-saving-suggestion-data-suggestion-discarded","markInlineFormat","meta","stop","value","getMarkers","set","_createSuggestion","createRange","getSuggestionCallback","_rangeIsInLocalUserInsertion","getUser","ck-suggestion-marker-formatInline","start","$marker","removeMarker","options","554906wOAehu","getChangedMarkers","delete","filter","type","_getAttributeKey","_enabledCommands","isCollapsed","elementToElement","marker-count","insertion:discard","some","join","commandName","$elementName","ck-suggestion-marker--active","subType","markMultiRangeDeletion","isRemovable","getLastMatchingPosition","elementEnd","group","getItems","rename","addRange","isAtStart","multipleBlocks","nodeAfter","getContainedElement","isNextTo","forEach","showSuggestionHighlights","_trackFormatChanges","140TByCUa","collaboration.channelId","_refreshSuggestionsChain","getFirstMarker","sort","markerName","7767JdSixb","$text","backward","clone","CommentsRepository","createSelection","next","removeClass","then","track-changes-adapter-missing-getsuggestion","1ieaTKa","1803966HLzGaG","widget","move","_registerInlineAttribute","removeAttribute","containerElement","isIntersectingWithRange","resolve","trackChanges.trackFormatChanges","insertion:join","getNearestSelectionRange","always","insertion:","deletion:join","_suggestionFactory","addUser","_suggestionState","isEqual","formatInline:discard","track-changes-adapter-already-set","substr","_model","splice","removed","_afterChanges","createdAt","root","attributeNewValue","never","isUndo","position","setAttribute","warn","getDifference","toJSON","data","isBefore","isBlock","_inlineAttributeKeys","markBlockFormat","$textProxy","change:data","updateSuggestion","commentThread","createElement","name","isInContent","removeComment","removeMarker:suggestion:attribute","length","_getAuthorFromId","editing","conversion","createPositionBefore","$graveyard","detach","addMarker:suggestion:formatBlock","getCommentThread","consumable","setSelection","groupId","creator","insert","editor","formatBlock","_removeSuggestion","markerNameToElements","commands","hasSuggestion","markerReady","data-suggestion","suggestion:","rootName","PendingActions","addCommentThread","fromCharCode","tablePasteChainId","_registerDefaultCallbacks","createRangeIn","_isRegisteredAttribute","targetPosition","getShiftedBy","before","attribute:","_suggestions","formatInline:","high","activeMarkers","map","parent","element","highest","_commentsRepository","enqueueChange","format","ariaLiveAnnouncer","insertion","batch","ck-suggestion-marker","notReady","_recordAttributeChanges","push","adapter","return","getWalker","rejected","Users","forward","_getSuggestionData","_element","getFirstRange","trackChangesCommand","addMarker","_initAriaMarkerChangeAnnouncements","dataDowncast","markerToData","change","getAttribute","_handleNewSuggestionMarker","dataToMarker","createPositionAfter","registerCustomCallback","getAncestors","_customCallbacks","deletion:","ck-suggestion-marker-formatBlock","_joinWithAdjacentSuggestions","size","isDocumentOperation","addClass","unbind","addMarker:suggestion:attribute","_checkSuggestionCorrectness","formatBlock:join","deleteContent","keys","FORMATTING","add","_cutOutSuggestionMarker","addMarker:suggestion","301528hTTjNi","unbindElementFromMarkerName","acceptSuggestion","default","accepted","execute","range","_addSuggestionMarker","_onDiscard","registerPostFixer","96gDyOJs","updateMarker","deletion:accept","external:","requires","getSuggestion","discardSelectedSuggestions","addMarkerName","12816JhQMci","for","attributeKey","lowest","_registerBlockAttribute","originalSuggestionId","chain","isArray","howMany","newRange","suggestion:attribute:","attribute","_setSuggestionData","isAtEnd","fire","includes","key","attribute:discard","LEAVE","isLocal","formatInline","_isForcedDefaultExecutionBlock","getIntersection","containsRangeInObject","model","discardSuggestion","buildSuggestion","refresh","formatInline:join","Creating a suggestion for attribute with too long attribute key. This may lead to errors. Change the attribute key to a value shorter than 37 characters.","_updateSuggestionData","clear","remove","formatInline:chain","get","item","setTo","fetchCommentThread","markDeletion","track-changes-suggestion-not-found","acceptSelectedSuggestions","authorName","42KoUjtF","trackChanges.mergeNestedSuggestions","markers","splitPosition","fromRange","substring","getCustomProperty","authoredAt","head","_setSuggestionRange","getAllAdjacentSuggestions","moveTargetPosition","document","@external","locale","isMultiRange","schema","bindElementToMarker","skipNestingCheck","pop","plugins","isSelectable","reconvertMarker","attribute:join","formatBlock:discard","_reduceExistingSuggestions","assign","unshift","removeMarkers","suggestionLoaded","isInsideObject","getRange","formatGroupId","enableCommand","ready","multi","every","attributes","track-changes-enable-command-twice","rethrowUnexpectedError","normal","formatBlock:chain","4952207lByWww","catch","dataReady","oldRange","toViewElement","trackChanges","isTouching","low","_joinSuggestions","removeMarker:suggestion:formatBlock","_SUGGESTION_ANNOUNCEMENT","deletion:chain","suggestionChanged","_getMarkerAnnouncementText","upcast","getChanges","hasCommentThread","isIntersecting","attribute:accept","PENDING_ACTION_SUGGESTION","addSuggestionData","author","containsPosition","define","_addThreadToSuggestion","documentSelection","insertion:chain","previous","acceptAllSuggestions","formatBlock:","markInsertion","mapper","accept","_mergeNestedSuggestions","_breakSuggestionMarker"];return(Cc=function(){return t})()}function Rc(t,e){const n=gc,r=e[n(385)][n(452)](t)||e[n(385)][n(390)](t);return e[n(545)](e[n(478)](t,n(251)),r?e[n(289)](t):e[n(478)](t,n(517)))}function Lc(t,e,n,r,s){const o=gc;if(!Nc(t,e))return!1;if(n[o(517)][o(186)](r[o(550)]))return!0;if(t[o(123)]!=e[o(123)])return!1;if(!n[o(517)][o(417)](r[o(550)]))return!1;const i=s[o(545)](n[o(517)],r[o(550)])[o(273)]();for(const t of i)if([o(481),o(139)][o(342)](t[o(123)])&&s[o(385)][o(506)](t[o(362)]))return!1;return!0}function Nc(t,e,n=[]){const r=gc;return!(!t[r(453)]||!e[r(453)])&&wr(dc(t[r(406)],n),dc(e[r(406)],n))}function Sc(t,e){const n=gc,r=vc(t[n(406)]),s=vc(e);if(!t[n(453)])return!1;for(const t of Object[n(304)](s))if(!wr(r[t],s[t]))return!1;return!0}function vc(t){const e=gc,n=Object[e(395)]({},t);return delete n[e(387)],delete n[e(245)],n}function Mc(t,e){const n=wc();return(Mc=function(t,e){return n[t-=184]})(t,e)}const Oc=Mc;function wc(){const t=["PENDING_ACTION_SUGGESTION","_acceptCommand","_removePendingAction","isEnabled","execute","canDiscard","PendingActions","destroy","unbind","9tvFwgF","isDirty","104923SSPVgq","canEditAt","_editor","model","22Evmoss","acceptSuggestion","9244347RNvohg","1872fzQUwV","bind","_pendingAction","_setPendingAction","5276350rWUmTK","locale","view","2664052FiLMks","_discardCommand","remove","stopListening","plugins","canAccept","1536AHLeCU","discardSuggestion","add","change:isDirty","listenTo","commands","getRanges","2216WTcXKF","996hzhyeN","commentThreadController","1qIfUqn","3730xcKkpM","get","9451432OaGmKN"];return(wc=function(){return t})()}!function(t,e){const n=Mc,r=t();for(;;)try{if(756561===-parseInt(n(195))/1*(-parseInt(n(224))/2)+parseInt(n(185))/3*(-parseInt(n(192))/4)+parseInt(n(196))/5*(parseInt(n(217))/6)+-parseInt(n(216))/7+parseInt(n(198))/8*(parseInt(n(208))/9)+-parseInt(n(221))/10*(parseInt(n(214))/11)+parseInt(n(193))/12*(parseInt(n(210))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wc);class Fc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Mc;super(),this[s(213)]=e,this[s(223)]=n,this[s(194)]=r,this[s(212)]=t,this[s(200)]=t[s(190)][s(197)](s(215)),this[s(225)]=t[s(190)][s(197)](s(186)),this[s(223)][s(218)](s(202)).to(this[s(200)],this[s(225)],((t,e)=>t||e)),this[s(223)][s(218)](s(184)).to(this[s(200)],s(202),(t=>t&&this[s(212)][s(213)][s(211)](e[s(191)]()))),this[s(223)][s(218)](s(204)).to(this[s(225)],s(202),(t=>t&&this[s(212)][s(213)][s(211)](e[s(191)]()))),this[s(219)]=null,n[s(209)]&&this[s(220)](),this[s(189)](n,s(215),(()=>this[s(215)]())),this[s(189)](n,s(186),(()=>this[s(186)]())),this[s(189)](n,s(188),(()=>{const t=s;n[t(209)]?this[t(220)]():this[t(201)]()}))}[Oc(215)](){const t=Oc;this[t(200)][t(203)](this[t(213)].id)}[Oc(186)](){const t=Oc;this[t(225)][t(203)](this[t(213)].id)}[Oc(206)](){const t=Oc;this[t(223)][t(207)](t(202)),this[t(223)][t(207)](t(184)),this[t(223)][t(207)](t(204)),this[t(227)](),this[t(194)][t(206)](),this[t(219)]&&this[t(201)]()}[Oc(220)](){const t=Oc,e=Wr(this[t(212)][t(222)],t(199));this[t(219)]=this[t(212)][t(228)][t(197)](t(205))[t(187)](e)}[Oc(201)](){const t=Oc;null!==this[t(219)]&&this[t(212)][t(228)][t(197)](t(205))[t(226)](this[t(219)]),this[t(219)]=null}}const Dc=Pc;function Pc(t,e){const n=Bc();return(Pc=function(t,e){return n[t-=102]})(t,e)}!function(t,e){const n=Pc,r=t();for(;;)try{if(540494===-parseInt(n(117))/1+parseInt(n(106))/2*(parseInt(n(120))/3)+parseInt(n(105))/4+parseInt(n(143))/5*(-parseInt(n(148))/6)+-parseInt(n(119))/7+-parseInt(n(122))/8+-parseInt(n(112))/9*(-parseInt(n(141))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bc);class xc extends s.View{constructor(t,e,n,r){const s=Pc;super(t),this[s(110)]=null,this[s(135)]=null,this[s(114)](s(136),!1),this[s(114)](s(102),e[s(102)]),this[s(134)](s(102)).to(e),this[s(114)](s(125),[]),this[s(114)](s(121),!1),this[s(114)](s(146),!1),this[s(114)](s(129),!1),this[s(114)](s(124),!1),this[s(107)]=e,this[s(140)]=n,this[s(132)]=r,r[s(142)]?this[s(114)](s(109),1):this[s(118)]()}[Dc(131)](){const t=Dc;this[t(139)][t(131)]()}[Dc(130)](){const t=Dc;this[t(110)]&&this[t(110)][t(130)](),this[t(135)]&&this[t(135)][t(130)](),super[t(130)]()}[Dc(118)](){const t=Dc,{CommentsListView:e}=this[t(132)];this[t(110)]=new e(this[t(104)],this[t(107)][t(138)],Object[t(113)]({CommentView:this[t(132)][t(151)]},this[t(132)])),this[t(110)][t(123)](t(103)).to(this),this[t(110)][t(123)](t(115)).to(this),this[t(110)][t(134)](t(136)).to(this),this[t(114)](t(109),this[t(110)][t(109)]+1),this[t(134)](t(109)).to(this[t(110)],t(109),(t=>t+1)),this[t(135)]=this[t(145)](),this.on(t(103),(()=>this[t(131)]())),this[t(134)](t(121)).to(this[t(110)],t(152),this[t(135)][t(133)],t(111),((t,e)=>t||!!e))}[Dc(145)](){const t=Dc,{CommentThreadInputView:e}=this[t(132)],n=new e(this[t(104)],this[t(140)],this[t(132)][t(149)]),r=n[t(133)];return n[t(134)](t(137)).to(this,t(136),this[t(107)][t(138)],t(144),r,t(111),((t,e,n)=>!!n||t&&!e)),r.on(t(128),((e,n)=>{const s=t;this[s(147)](s(116),n),r[s(126)][s(150)]("")})),r.on(t(108),(()=>this[t(131)]())),r[t(134)](t(127)).to(this[t(107)][t(138)],t(144)),n}}function Bc(){const t=["submit","canAccept","destroy","focus","_config","commentInputView","bind","commentThreadInputView","isActive","showInput","commentThread","element","_localUser","70iqyqAs","disableComments","2324045irAFfo","isReadOnly","_createCommentThreadInputView","isEnabled","fire","12elZuAU","editorConfig","setData","CommentView","hasDirtyComment","authoredAt","removeComment","locale","2302180QuezGP","947074cBYtjE","_model","cancel","length","commentsListView","value","2276271YSfWXr","assign","set","updateComment","addComment","551717PCjrzc","_createCommentViews","2924383zJlDMx","6XhiWkH","isDirty","6827632qmLaaM","delegate","canDiscard","descriptionParts","editor","disabledSubmit"];return(Bc=function(){return t})()}const Uc=Hc;!function(t,e){const n=Hc,r=t();for(;;)try{if(412498===parseInt(n(467))/1+parseInt(n(449))/2+-parseInt(n(463))/3+-parseInt(n(552))/4+-parseInt(n(498))/5*(parseInt(n(462))/6)+-parseInt(n(480))/7*(parseInt(n(481))/8)+parseInt(n(509))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wc);class jc extends xc{constructor(e,n,r,s){const i=Hc;super(e,n,r,s),this[i(518)](i(484),""),this[i(538)](i(484)).to(this,i(473),(t=>t&&t[0]?t[0][i(484)]:"")),this[i(538)](i(447)).to(this,i(473),this,i(542),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(455)+Gc(e[n(474)],e[n(444)])+n(499);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(492)]=null,this[i(541)]=this[i(505)](Wr(e,i(535)),t.icons[i(539)],i(534),i(536),"sw"),this[i(541)][i(538)](i(471)).to(this,i(510)),this[i(494)]=this[i(505)](Wr(e,i(532)),t.icons[i(537)],i(459),i(450),"sw"),this[i(494)][i(538)](i(471)).to(this,i(527)),this[i(483)]=new o.UserView(e,this[i(545)][i(448)],this[i(517)]()),this[i(483)][i(469)]({attributes:{class:[i(526),i(550)]}}),this[i(543)](this[i(496)]())}[Uc(496)](){const t=Uc,e=this[t(470)],n=[{tag:t(445),attributes:{class:[t(454),t(506)]},children:[{tag:t(487),children:[{text:this[t(483)][t(497)]}],attributes:{class:[t(520),t(511)]}},{tag:t(461),attributes:{datetime:e.to(t(503)),class:[t(456),t(468)]},children:[{text:e.to(t(503),(e=>this[t(460)][t(451)](e)))}]}]},{tag:t(445),attributes:{class:[t(546),t(514)]},children:[this[t(541)],this[t(494)]]},{tag:t(445),attributes:{class:[t(525)]}}];this[t(545)][t(482)]&&n[t(533)]({tag:t(445),attributes:{class:[t(515)]},children:[{text:this[t(478)]()}]});const r={tag:t(445),attributes:{class:[t(512),e.if(t(542),t(513)),e.to(t(484),(e=>t(500)+e)),this[t(460)][t(528)]&&t(464)],"data-suggestion-id":this[t(545)].id,"data-thread-id":this[t(545)][t(485)].id,"data-author-id":this[t(545)][t(448)].id,tabindex:-1},children:[{tag:t(445),attributes:{class:[t(475),t(529)]},children:[this[t(483)],{tag:t(445),attributes:{class:[t(507),t(519)]},children:n}]}]};return this[t(548)]&&this[t(491)]&&(r[t(472)][t(533)](this[t(548)],this[t(491)]),this[t(548)][t(477)](t(466)).to(this),this[t(548)][t(477)](t(495)).to(this),this[t(491)][t(477)](t(466)).to(this),this[t(491)][t(477)](t(495)).to(this)),r}[Uc(521)](){const t=Uc;super[t(521)](),this[t(492)]=this[t(516)][t(540)](t(465)),this[t(492)][t(522)]=this[t(447)],this.on(t(544),((e,n,r)=>{const s=t;this[s(492)][s(522)]=r}))}[Uc(505)](t,e,n,r,o){const i=Uc,a=new s.ButtonView(this[i(508)]);return a[i(518)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(469)]({attributes:{class:n}}),a.on(i(457),(()=>{const t=i;this[t(530)](r,this[t(545)].id)})),a}[Uc(478)](){const t=Uc;return t(476)===this[t(545)][t(502)][t(486)][t(504)]?Wr(this[t(508)],t(553)):Wr(this[t(508)],t(547))}[Uc(517)](){const t=Uc;return this[t(545)][t(482)]?t(476)===this[t(545)][t(502)][t(486)][t(504)]?Wr(this[t(508)],t(446),this[t(545)][t(524)][t(497)]):Wr(this[t(508)],t(531),this[t(545)][t(524)][t(497)]):null}}function Gc(t,e){const n=Uc;let r="";return r+=t[n(490)]("*")[n(493)](((t,e)=>e%2!=0?n(523)+Vc(t)+n(453):Vc(t)))[n(549)](""),e&&(r+=n(489)+e[n(488)]+n(551)+e[n(479)]+n(458)),r}function Vc(t){const e=Uc,n=document[e(452)](e(487));return n[e(501)]=t,n[e(522)]}function Hc(t,e){const n=Wc();return(Hc=function(t,e){return n[t-=444]})(t,e)}function Wc(){const t=["push","ck-suggestion--accept","Accept suggestion","acceptSuggestion","cancel","bind","check","querySelector","acceptButton","isActive","setTemplate","change:description","_model","ck-suggestion__actions","EXTERNAL_SUGGESTION","commentsListView","join","ck-annotation__user",'" title="',"3072964ErjXLK","EXTERNAL_IMPORT_WORD_SUGGESTION","color","div","EXTERNAL_IMPORT_WORD_AVATAR","description","author","1316800rvxawR","discardSuggestion","formatDateTime","createElement","</span>","ck-suggestion__info","<p>","ck-comment__info-time","execute",'"></span>',"ck-suggestion--discard","_config","time","750rkvQxQ","1847253NxvtIh","ck-suggestion--disabled-comments",".ck-annotation__content-wrapper","editorReady","259180MscDBG","ck-annotation__info-time","extendTemplate","bindTemplate","isEnabled","children","descriptionParts","content","ck-suggestion","importWord","delegate","getExternalSuggestionNote","title","118559GRayOJ","96uoXHmO","isExternal","userView","type","commentThread","@external","span","value",'<span class="ck-suggestion-color" style="background-color: ',"split","commentThreadInputView","_descriptionElement","map","discardButton","editorDestroyed","getTemplate","name","21355iSCJUu","</p>","ck-suggestion-","innerText","attributes","authoredAt","source","_createButton","ck-annotation__info","ck-suggestion__main","locale","14544261HQeCBc","canAccept","ck-annotation__info-name","ck-suggestion-wrapper","ck-suggestion-wrapper--active","ck-annotation__actions","ck-comment__external","element","getUserViewNotificationText","set","ck-annotation__main","ck-suggestion__info-name","render","innerHTML",'<span class="ck-suggestion-type">',"creator","ck-annotation__content-wrapper","ck-suggestion__user","canDiscard","disableComments","ck-annotation","fire","EXTERNAL_AVATAR","Discard suggestion"];return(Wc=function(){return t})()}const zc=Kc;function Kc(t,e){const n=Qc();return(Kc=function(t,e){return n[t-=487]})(t,e)}function Qc(){const t=["set","locale","length","clear","Track changes","getRanges","comments.maxThreadTotalWeight","165948WSrSNf","remove","1926222jMoyOr","_handleSuggestionControllerDelayed","innerView","trackChanges.disableComments","acceptAllSuggestions","hasSuggestion","unbind","from","suggestionChanged","bind","values","plugins","Discard all suggestions","keys","getMarkerNames","_handleControllerBuffer","refreshSelectedViews","comments.editorConfig","_disableComments","suggestionLoaded","getFirstRange","_createUIButton","_unbindEditors","editor","has","type","source","CommentsRepository","TrackChangesEditing","acceptButton","_destroyController","Accept all suggestions","model","addComment","separator","get","button","isEnabled","commentThread","isMultiRange","map","CommentView","trackChanges","commandName","reduce","_updateController","activeMarkers","469488QJmuIU","switchbutton","comments.maxCommentCharsWhenCollapsed","pluginName","define","execute","Accept all selected suggestions","requires","getJoined","focus","14852988FBokDU","createAnnotation","filter","createAnnotationView","addSourceCollector","actionView","_annotationViews","TrackChangesUI","value","Annotations","config","toMany","editing","871926aPykHD","view","getByInnerView","_viewToController","push","368ohwDqG","isOn","getMarkers","isInContent","some","CommentsUI","init","createCommentThreadController","trackChanges.SuggestionThreadView","24YaCLtx","comments","getDescriptions","2959625PbXspQ","delete","discardSelectedSuggestions","_descriptionFactory","_bindAnnotationToEditors","getAllAdjacentSuggestions","change:previous","_refreshActiveMarkers","commands","buttonView","discardButton","stopListening","72548gwjmNi","listenTo","head","SuggestionThreadView","registerAnnotation","isDirty","Discard all selected suggestions","mainView","previous","change:activeAnnotations","descriptionParts","lowest","EditorAnnotations","activeAnnotations","discardAllSuggestions","add","destroy","suggestionUnloaded","componentFactory","size","arrowView","getSuggestion","comments.maxCommentsWhenCollapsed","_initializeController","_suggestionToController","acceptSelectedSuggestions","suggestion-"];return(Qc=function(){return t})()}!function(t,e){const n=Kc,r=t();for(;;)try{if(329145===-parseInt(n(550))/1+-parseInt(n(573))/2+parseInt(n(587))/3*(parseInt(n(501))/4)+-parseInt(n(590))/5+parseInt(n(503))/6+parseInt(n(602))/7*(-parseInt(n(578))/8)+parseInt(n(560))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qc);class Xc extends t.Plugin{static get[zc(557)](){const t=zc;return[Ic,o.Users,t(530),t(569),t(614)]}static get[zc(553)](){return zc(567)}constructor(t){const e=zc;super(t),this[e(491)]=new Map,this[e(576)]=new Map,this[e(566)]=new Map,this[e(518)]=new Map;const n=this[e(526)][e(570)];n[e(554)](e(586),jc),n[e(554)](e(506),!1),this[e(521)]=n[e(538)](e(506))}[zc(504)](t,e){const n=zc;0===this[n(518)][n(621)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(518)]){const r=this[t(491)][t(527)](e);r||n?r&&n&&this[t(533)](e):this[t(490)](e)}this[t(518)][t(497)](),this[t(526)][t(514)][t(538)](t(614))[t(519)](),this[t(597)]()}),10),this[n(518)][n(494)](t,e)}[zc(584)](){const t=zc,e=this[t(526)],n=e[t(514)][t(538)](t(531)),r=e[t(514)][t(538)](t(569)),s=e[t(514)][t(538)](t(614)),o=e[t(514)][t(538)](t(530));e.ui[t(620)][t(617)](t(545),(e=>this[t(524)](e))),s[t(564)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(510)](this[e(491)])){const s=t[e(595)](),o=[];for(const t of s){if(!t[e(581)])continue;if(t[e(542)]){o[e(577)](...t[e(499)]());continue}const n=t[e(523)]();if(o[e(496)]>0){const t=o[0][e(558)](n);if(t){o[0]=t;continue}}o[e(577)](n)}n[e(577)]([r[e(574)],o])}return n})),this[t(603)](n,t(522),((e,n)=>{const r=t;this[r(603)](n,r(596),((t,e,s,o)=>{const i=r;n[i(581)]&&(null==s?(this[i(548)](o[i(604)]),this[i(504)](n,!1)):(this[i(548)](s[i(604)]),null==o&&this[i(504)](n,!0)))})),null!==n[r(610)]?this[r(548)](n[r(604)]):this[r(504)](n,!1)})),this[t(603)](n,t(619),((e,n,r)=>{const s=t;this[s(601)](n,s(596)),this[s(518)][s(591)](n),this[s(491)][s(527)](n)&&this[s(533)](n),r&&this[s(548)](r[s(604)])})),this[t(603)](n,t(511),((e,n)=>{this[t(548)](n)})),this[t(603)](r,t(611),(()=>{this[t(597)]()})),this[t(603)](o,t(536),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(508)](r))return;const i=n[o(488)](r);this[o(491)][o(538)](i)[o(574)][o(559)]()}),{priority:t(613)})}[zc(597)](){const t=zc,e=this[t(526)][t(514)][t(538)](t(569)),n=this[t(526)][t(514)][t(538)](t(531)),r=Array[t(510)](e[t(615)],(e=>e[t(505)]))[t(562)]((e=>this[t(576)][t(527)](e))),s=[];for(const e of r){const n=this[t(576)][t(538)](e)[t(535)][t(595)]();s[t(577)](...n[t(547)](((e,n)=>[...e,...n[t(517)]()]),[]))}n[t(549)]=s}[zc(524)](t){const n=zc,r=(0,s.createDropdown)(t,s.SplitButtonView),o=this[n(526)][n(598)][n(538)](n(545)),i=Wr(t,n(498));r[n(599)][n(494)]({tooltip:i,label:i,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-2024, 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'}),r[n(599)][n(512)](n(579)).to(o,n(568)),r[n(599)].on(n(555),(()=>{const t=n;o[t(555)](),this[t(526)][t(572)][t(574)][t(559)]()}));const a=new e.Collection,c=[{type:n(551),model:{withText:!0,label:i,commandName:n(545)}},{type:n(537)},{type:n(539),model:{withText:!0,label:Wr(t,n(534)),commandName:n(507)}},{type:n(539),model:{withText:!0,label:Wr(t,n(556)),commandName:n(492)}},{type:n(539),model:{withText:!0,label:Wr(t,n(515)),commandName:n(616)}},{type:n(539),model:{withText:!0,label:Wr(t,n(608)),commandName:n(592)}}];for(const t of c){let e={type:n(537)};if(t[n(535)]){const r=new s.ViewModel(t[n(535)]),o=this[n(526)][n(598)][n(538)](r[n(546)]);r[n(512)](n(579),n(540)).to(o,n(568),n(540)),e={type:t[n(528)],model:r}}a[n(617)](e)}(0,s.addListToDropdown)(r,a);const u=c[n(562)]((t=>null!=t[n(535)]))[n(543)]((t=>this[n(526)][n(598)][n(538)](t[n(535)][n(546)]))),l=r[n(599)];return l[n(565)][n(509)](n(540)),l[n(487)][n(509)](n(540)),l[n(565)][n(512)](n(540)).to(o,n(540)),l[n(487)][n(512)](n(540))[n(571)](u,n(540),((...t)=>t[n(582)]((t=>t)))),r.on(n(555),(t=>{const e=n;this[e(526)][e(555)](t[e(529)][e(546)]),this[e(526)][e(572)][e(574)][e(559)]()})),r}[zc(490)](t){const e=zc,n=this[e(526)],r=n[e(570)],s=n[e(514)][e(538)](e(569)),i=n[e(514)][e(538)](e(530)),a=n[e(514)][e(538)](e(614)),c=n[e(514)][e(538)](o.Users).me,u=r[e(538)](e(545))[e(605)],{CommentsListView:l,CommentThreadInputView:f}=n[e(514)][e(538)](e(583));let h,d;this[e(566)][e(527)](t.id)?(d=this[e(566)][e(538)](t.id),h=d[e(609)]):(h=new u(n[e(495)],t,c,{disableComments:this[e(521)],editorConfig:r[e(538)](e(520)),maxCommentsWhenCollapsed:r[e(538)](e(489)),maxThreadTotalWeight:r[e(538)](e(500)),maxCommentCharsWhenCollapsed:r[e(538)](e(552)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(538)](e(495))),CommentView:r[e(538)](e(588))[e(544)],CommentsListView:l,CommentThreadInputView:f}),h[e(532)].on(e(555),(()=>{const t=e;n[t(572)][t(574)][t(559)]()})),h[e(600)].on(e(555),(()=>{const t=e;n[t(572)][t(574)][t(559)]()})),d=s[e(563)](this[e(526)][e(495)],h),d[e(512)](e(607)).to(h,e(607)),d[e(512)](e(496)).to(h),d[e(512)](e(528)).to(h,e(528),(t=>e(493)+t)),this[e(566)][e(494)](t.id,d));const g=i[e(585)](t[e(541)],h),p=new Fc(n,t,h,g),m=t[e(595)]()[e(562)]((t=>t[e(581)]));h[e(612)]=n[e(514)][e(538)](e(531))[e(593)][e(589)](m),this[e(491)][e(494)](t,p),this[e(576)][e(494)](h,p);const I=s[e(561)]({view:d,target:()=>{const r=e,s=[],i=t[r(595)]()[r(562)]((t=>t[r(581)]));for(const t of i)s[r(577)](...t[r(580)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(572)],s)},type:()=>e(493)+p[e(574)][e(528)]});i[e(594)](h,I),s[e(617)](I),a[e(606)](I)}[zc(533)](t){const e=zc,n=this[e(526)][e(514)][e(538)](e(530)),r=this[e(526)][e(514)][e(538)](e(569)),s=this[e(491)][e(538)](t),o=s[e(574)],i=r[e(575)](o);n[e(525)](o),i&&r[e(502)](i),this[e(491)][e(591)](t),this[e(576)][e(591)](o),s[e(618)]()}[zc(548)](t){const e=zc;if(!t[e(581)]||!this[e(491)][e(527)](t))return;const n=this[e(526)][e(514)][e(538)](e(531)),r=this[e(491)][e(538)](t),s=t[e(595)]();r[e(574)][e(612)]=n[e(593)][e(589)](s)}[zc(618)](){const t=zc;for(const e of this[t(491)][t(516)]())this[t(533)](e);for(const e of this[t(566)][t(513)]())e[t(609)][t(618)]();super[t(618)]()}}var qc=Jc;function Jc(t,e){var n=Yc();return(Jc=function(t,e){return n[t-=355]})(t,e)}function Yc(){var t=["addSuggestionData","plugins","1091127NDRiJe","2778648sSbyll","9fmYZAe","editor","14mJBwaU","adapter","TrackChanges","2743060JLrUwu","addSuggestion","Comments","295300UMuepL","3061350LzNCpi","get","2peGkrA","33bSyPme","getSuggestions","pluginName","getSuggestion","requires","89478erOxnX","1593804sCruQA"];return(Yc=function(){return t})()}!function(t,e){for(var n=Jc,r=t();;)try{if(367415===parseInt(n(368))/1+parseInt(n(371))/2*(parseInt(n(358))/3)+-parseInt(n(355))/4+parseInt(n(369))/5+-parseInt(n(377))/6*(parseInt(n(362))/7)+-parseInt(n(359))/8*(-parseInt(n(360))/9)+-parseInt(n(365))/10*(parseInt(n(372))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yc);class Zc extends t.Plugin{static get[qc(376)](){return[Ic,Xc,qc(367)]}static get[qc(374)](){return qc(364)}set[qc(363)](t){var e=qc;this[e(361)][e(357)][e(370)](Ic)[e(363)]=t}get[qc(363)](){var t=qc;return this[t(361)][t(357)][t(370)](Ic)[t(363)]}[qc(366)](t){var e=qc;return this[e(361)][e(357)][e(370)](Ic)[e(356)](t)}[qc(373)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=qc;return this[n(361)][n(357)][n(370)](Ic)[n(373)]({skipNotAttached:t,toJSON:e})}[qc(375)](t){var e=qc;return this[e(361)][e(357)][e(370)](Ic)[e(375)](t)}}const $c=su;function tu(){const t=["6184xWrqTu","result","destroy","data","TrackChangesDataGetter","760086zxhGHu","trackChangesData","constructor","createElement","8053682fpbhkc","getDataWithDiscardedSuggestions","execute","document","config","getRootNames","Users","editor","trackChangesData.editorCreator","43667700sStJOv","6hMaVvF","createDocumentFragment","getFullData","5580kwBbcn","users","name","init","model","Pagination","div","end","getSuggestions","appendChild","TrackChangesData","discardAllSuggestions","CommentsRepository","editorCreator","_adapter","get","useAnonymousUser","set","1025390kTOHOq","getDataWithAcceptedSuggestions","reduce","plugins","requires","addSuggestionData","TrackChangesEditing","pluginName","getRootsAttributes","track-changes-data-invalid-editor-creator","create","3992qicjzl","getUser","rootsAttributes","acceptAllSuggestions","define","addUser","function","map","push","3301405tGElTn","1767OSCQmI"];return(tu=function(){return t})()}!function(t,e){const n=su,r=t();for(;;)try{if(690642===-parseInt(n(161))/1+parseInt(n(188))/2+-parseInt(n(182))/3*(parseInt(n(183))/4)+-parseInt(n(181))/5*(parseInt(n(202))/6)+-parseInt(n(192))/7+parseInt(n(172))/8*(-parseInt(n(205))/9)+parseInt(n(201))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(tu);const eu=[$c(148)];class nu extends t.Plugin{static get[$c(165)](){return[Ic]}static get[$c(168)](){return $c(153)}[$c(146)](){const t=$c,n=this[t(199)];if(n[t(196)][t(176)](t(200),(e=>{const r=t,s=n[r(147)][r(195)][r(197)]()[r(163)](((t,e)=>(t[e]="",t)),{});return n[r(190)][r(171)](s,e)})),t(178)!=typeof n[t(196)][t(158)](t(189))[t(156)])throw new e.CKEditorError(t(170))}[$c(162)](t){return iu(this[$c(199)],!0,t)}[$c(193)](t){return iu(this[$c(199)],!1,t)}}class ru extends t.Plugin{static get[$c(168)](){return $c(187)}constructor(t){const e=$c;super(t),this[e(184)]=e(150)}[$c(146)](){const t=$c;this[t(199)][t(164)][t(158)](t(155))[t(157)]={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[t(199)][t(164)][t(158)](t(167))[t(157)]=null}}function su(t,e){const n=tu();return(su=function(t,e){return n[t-=146]})(t,e)}function ou(t){return void 0!==t[$c(169)]}async function iu(t,e,n){const r=$c,s=(0,o.sanitizeEditorConfig)(t,eu);s[r(164)][r(180)](Ic,ru),s[r(174)]=ou(t)?t[r(169)]():void 0;const i=document[r(203)](),a=t[r(196)][r(158)](r(189))[r(156)],c=await a(s,(()=>function(t){const e=r,n=document[e(191)](e(149));return t[e(152)](n),n}(i)));!function(t,e){const n=r,s=t[n(147)][n(195)][n(197)]()[n(163)](((e,r)=>(e[r]=t[n(186)][n(158)]({rootName:r}),e)),{}),o=t[n(164)][n(158)](n(198))[n(206)][n(179)]((t=>({id:t.id,name:t[n(207)]}))),i=t[n(164)][n(158)](n(167))[n(151)]({skipNotAttached:!0,toJSON:!0}),a=e[n(164)][n(158)](n(198)),c=e[n(164)][n(158)](n(167));for(const t of o)a[n(173)](t.id)||a[n(177)](t);a.me||a[n(159)]();for(const t of i)c[n(166)](t);e[n(186)][n(160)](s)}(t,c),c[r(194)](r(e?175:154));const u=ou(c)?c[r(204)](n):c[r(186)][r(158)](n);return await c[r(185)](),u}function au(t,e){var n=cu();return(au=function(t,e){return n[t-=487]})(t,e)}function cu(){var t=["14YvBhHh","108zerhhD","7827472LUdvum","3171790BmRILk","6155397cPehtD","97714gBUBGm","60WKlEzY","2594295jjgIgQ","2610968ekRaUW","145124pjEQQh"];return(cu=function(){return t})()}!function(t,e){for(var n=au,r=t();;)try{if(662477===-parseInt(n(496))/1*(parseInt(n(491))/2)+-parseInt(n(493))/3+-parseInt(n(494))/4+-parseInt(n(489))/5+-parseInt(n(487))/6*(-parseInt(n(495))/7)+-parseInt(n(488))/8+parseInt(n(490))/9*(parseInt(n(492))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(cu)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|
|
5
|
+
*/(()=>{var t={211:(t,e,n)=>{t.exports=n(312)("./src/collaboration-core.js")},782:(t,e,n)=>{t.exports=n(237)("./src/core.js")},783:(t,e,n)=>{t.exports=n(237)("./src/engine.js")},507:(t,e,n)=>{t.exports=n(237)("./src/enter.js")},834:(t,e,n)=>{t.exports=n(237)("./src/typing.js")},311:(t,e,n)=>{t.exports=n(237)("./src/ui.js")},584:(t,e,n)=>{t.exports=n(237)("./src/utils.js")},901:(t,e,n)=>{t.exports=n(237)("./src/widget.js")},312:t=>{"use strict";t.exports=CKEditor5.collaborationDll},237:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function n(r){var s=e[r];if(void 0!==s)return s.exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},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 r={};(()=>{"use strict";n.r(r),n.d(r,{BaseSuggestionThreadView:()=>Vc,TrackChanges:()=>su,TrackChangesData:()=>cu,TrackChangesEditing:()=>yc});var t=n(782),e=n(584),s=n(311),o=n(211),i=n(783),a=n(901);const c=l;function u(){const t=["_enableCommands","7274624wIkqRu","editor","10QehPdb","value","has","6719024iGMcAu","isEnabled","_disableUnsupportedCommands","refresh","204hzIxDB","_enabledCommands","forceDisabled","clearForceDisabled","962889ilkiUF","2129124CMwWEg","307822nWwWyQ","65795hVwQak","14175099WePVdv","4xuxKzU","_isEnabledBasedOnSelection","affectsData","TrackChangesCommand","execute","commands"];return(u=function(){return t})()}function l(t,e){const n=u();return(l=function(t,e){return n[t-=488]})(t,e)}!function(t,e){const n=l,r=t();for(;;)try{if(683798===-parseInt(n(505))/1+parseInt(n(508))/2*(parseInt(n(503))/3)+parseInt(n(499))/4*(-parseInt(n(506))/5)+-parseInt(n(504))/6+-parseInt(n(490))/7+parseInt(n(495))/8+-parseInt(n(507))/9*(-parseInt(n(492))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(u);class f extends t.Command{constructor(t,e){const n=l;super(t),this[n(500)]=e,this[n(493)]=!1,this[n(498)](),this[n(509)]=!1}[c(498)](){this[c(496)]=!0}[c(512)](){const t=c;this[t(493)]=!this[t(493)],this[t(493)]?this[t(497)]():this[t(489)]()}[c(497)](){const t=c;for(const e of this[t(491)][t(488)][t(488)]())e[t(510)]&&!this[t(500)][t(494)](e)&&e[t(501)](t(511))}[c(489)](){const t=c;for(const e of this[t(491)][t(488)][t(488)]())e[t(510)]&&!this[t(500)][t(494)](e)&&e[t(502)](t(511))}}const h=d;function g(){const t=["getRanges","2590524mRRWKr","editor","TrackChangesEditing","8652514ssiiaz","270103YGyKTs","8SlFDAC","_suggestions","plugins","isEnabled","31045GBgDZk","12PSLupR","27070wGalHy","acceptSuggestion","1674gsYQtK","track-changes-accept-suggestion-not-found","6875XxTVKA","canEditAt","2VmvsBP","get","_isEnabledBasedOnSelection","execute","model","refresh","6iCnULL","1382423IYWzbu","10598877kyxZKA"];return(g=function(){return t})()}function d(t,e){const n=g();return(d=function(t,e){return n[t-=235]})(t,e)}!function(t,e){const n=d,r=t();for(;;)try{if(975125===-parseInt(n(256))/1*(-parseInt(n(242))/2)+parseInt(n(248))/3*(-parseInt(n(252))/4)+parseInt(n(261))/5*(-parseInt(n(238))/6)+-parseInt(n(249))/7*(-parseInt(n(257))/8)+parseInt(n(250))/9+parseInt(n(236))/10*(parseInt(n(240))/11)+parseInt(n(235))/12*(parseInt(n(255))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(g);class p extends t.Command{constructor(t,e){const n=d;super(t),this[n(258)]=e,this[n(247)](),this[n(244)]=!1}[h(247)](){this[h(260)]=!0}[h(245)](t){const n=h,r=this[n(258)][n(243)](t);if(!r)throw new e.CKEditorError(n(239),this);const s=r[n(251)]();this[n(253)][n(246)][n(241)](s)&&this[n(253)][n(259)][n(243)](n(254))[n(237)](r)}}const m=I;function I(t,e){const n=b();return(I=function(t,e){return n[t-=472]})(t,e)}!function(t,e){const n=I,r=t();for(;;)try{if(290575===-parseInt(n(485))/1*(parseInt(n(495))/2)+parseInt(n(474))/3+parseInt(n(478))/4*(parseInt(n(491))/5)+parseInt(n(488))/6*(-parseInt(n(473))/7)+parseInt(n(492))/8+parseInt(n(480))/9*(parseInt(n(486))/10)+-parseInt(n(481))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(b);class E extends t.Command{constructor(t,e){const n=I;super(t),this[n(475)]=e,this[n(493)](),this[n(477)]=!1}[m(493)](){this[m(496)]=!0}[m(490)](t){const n=m,r=this[n(475)][n(479)](t);if(!r)throw new e.CKEditorError(n(484),this);const s=r[n(487)]();this[n(476)][n(482)][n(472)](s)&&this[n(476)][n(483)][n(479)](n(489))[n(494)](r)}}function b(){const t=["2480WVTvLd","getRanges","429438EJqwid","TrackChangesEditing","execute","933395UaZpYu","3285960xfgQJf","refresh","discardSuggestion","51316RFhIxb","isEnabled","canEditAt","14fmKUUW","1492788LUCWJR","_suggestions","editor","_isEnabledBasedOnSelection","4wizUyz","get","864UydxIV","3867083tEOUVV","model","plugins","track-changes-discard-suggestion-not-found","13uihZHW"];return(b=function(){return t})()}function T(t,e){const n=k();return(T=function(t,e){return n[t-=109]})(t,e)}function _(t){const e=T;return t[e(111)](((t,n)=>e(110)==t[e(117)]&&e(110)!=n[e(117)]?-1:e(110)!=t[e(117)]&&e(110)==n[e(117)]?1:0))}function y(t,e){const n=T;let r,s=0;const o=[],i=e[n(134)];for(;s<t[n(131)];){const a=t[s],c=t[s+1];r||(r=e[n(135)](a)),A(e,a,c)||(o[n(120)](e[n(151)](r,i[n(133)](a)?e[n(109)](a):e[n(112)](a,n(124)))),r=null),s++}return o}function A(t,e,n){const r=T;if(!n)return!1;const s=t[r(109)](e),o=t[r(135)](n);return s[r(148)](o)}function k(){const t=["length","1349484RJIKPf","isObject","schema","createPositionBefore","map","color","getRanges","replace","add","isInContent","8866438nwakWM","content","splice","25076ylAApq"," [color ","execute","isTouching","isIntersecting","1290oVvTsC","createRange","createPositionAfter","deletion","sort","createPositionAt","join","56799qQxJfT","value","5unVLqL","type","123BfPitJ","40156mugWfy","push","from","isCollapsed","693624omoxIz","end","next","3207774vdwXrr","change","start","isArray","isMultiRange"];return(k=function(){return t})()}!function(t,e){const n=T,r=t();for(;;)try{if(873180===parseInt(n(132))/1+parseInt(n(145))/2+-parseInt(n(118))/3*(-parseInt(n(119))/4)+-parseInt(n(116))/5*(parseInt(n(126))/6)+-parseInt(n(142))/7+parseInt(n(123))/8+-parseInt(n(114))/9*(-parseInt(n(150))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(k);function C(t,e,n){const r=T;for(;n[r(131)];){const s=n[r(144)](0,100);t[r(127)]((()=>{const t=r;for(const n of s)n[t(141)]&&e[t(147)](n.id)}))}}function L(t,e){const n=R();return(L=function(t,e){return n[t-=144]})(t,e)}const N=L;function R(){const t=["getRanges","564fkhPfv","_command","_suggestions","14770hIytwM","some","model","2ErvkFq","values","refresh","8253PatnSS","from","1444540nNPPCw","8241387SWjmEf","1160BkbRUr","execute","285967NZotcK","915330UjTsjy","canEditAt","_isEnabledBasedOnSelection","editor","5169LXevmZ","1449JQGzFn","isEnabled","isInContent"];return(R=function(){return t})()}!function(t,e){const n=L,r=t();for(;;)try{if(247136===parseInt(n(149))/1*(parseInt(n(165))/2)+parseInt(n(154))/3*(-parseInt(n(159))/4)+-parseInt(n(145))/5+parseInt(n(150))/6+parseInt(n(168))/7*(-parseInt(n(147))/8)+parseInt(n(155))/9*(-parseInt(n(162))/10)+parseInt(n(146))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(R);class S extends t.Command{constructor(t,e,n){const r=L;super(t),this[r(160)]=e,this[r(161)]=n,this[r(167)](),this[r(152)]=!1}[N(167)](){const t=N,e=Array[t(144)](this[t(161)][t(166)]())[t(163)]((e=>e[t(157)]));this[t(156)]=this[t(160)][t(156)]&&e}[N(148)](){const t=N,e=_(Array[t(144)](this[t(161)][t(166)]()));for(const n of e){const e=n[t(158)]();if(!this[t(153)][t(164)][t(151)](e))return}C(this[t(153)][t(164)],this[t(160)],e)}}function M(t,e){const n=w();return(M=function(t,e){return n[t-=143]})(t,e)}const v=M;function w(){const t=["document","editor","_command","10FnAmYs","model","794256ZIpqpe","from","selection","_suggestions","size","_isEnabledBasedOnSelection","188856TSmAzn","_selectedSuggestions","getRanges","execute","3626514CWZAzA","484XeZszR","56430dWhjRx","1816689mtOUYI","values","10vYkTwq","isEnabled","canEditAt","refresh","7017nVCDnK","266599KxRJPr"];return(w=function(){return t})()}!function(t,e){const n=M,r=t();for(;;)try{if(142361===-parseInt(n(149))/1+parseInt(n(167))/2+parseInt(n(148))/3*(parseInt(n(166))/4)+-parseInt(n(144))/5*(-parseInt(n(155))/6)+parseInt(n(168))/7+-parseInt(n(161))/8+-parseInt(n(165))/9*(parseInt(n(153))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(w);class O extends t.Command{constructor(t,e,n){const r=M;super(t),this[r(152)]=e,this[r(158)]=n,this[r(162)]=new Set,this[r(147)](),this[r(160)]=!1}[v(147)](){const t=v,e=this[t(151)][t(154)][t(150)][t(157)],n=Array[t(156)](this[t(158)][t(143)]());this[t(162)]=function(t,e){const n=T,r=Array[n(121)](t[n(138)]()),s=new Set;for(const o of e)if(o[n(141)])for(const e of r)for(const r of o[n(138)]())(e[n(149)](r)||t[n(122)]&&!o[n(130)]&&o[n(125)]&&r[n(124)][n(148)](e[n(128)]))&&s[n(140)](o);return s}(e,n),this[t(145)]=this[t(152)][t(145)]&&!!this[t(162)][t(159)]}[v(164)](){const t=v,e=_(Array[t(156)](this[t(162)]));for(const n of e){const e=n[t(163)]();if(!this[t(151)][t(154)][t(146)](e))return}C(this[t(151)][t(154)],this[t(152)],e)}}const D=function(){this.__data__=[],this.size=0};const F=function(t,e){return t===e||t!=t&&e!=e};const P=function(t,e){for(var n=t.length;n--;)if(F(t[n][0],e))return n;return-1};var x=Array.prototype.splice;const B=function(t){var e=this.__data__,n=P(e,t);return!(n<0)&&(n==e.length-1?e.pop():x.call(e,n,1),--this.size,!0)};const U=function(t){var e=this.__data__,n=P(e,t);return n<0?void 0:e[n][1]};const j=function(t){return P(this.__data__,t)>-1};const G=function(t,e){var n=this.__data__,r=P(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function V(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}V.prototype.clear=D,V.prototype.delete=B,V.prototype.get=U,V.prototype.has=j,V.prototype.set=G;const z=V;const W=function(){this.__data__=new z,this.size=0};const H=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const K=function(t){return this.__data__.get(t)};const X=function(t){return this.__data__.has(t)};const q="object"==typeof global&&global&&global.Object===Object&&global;var J="object"==typeof self&&self&&self.Object===Object&&self;const Z=q||J||Function("return this")();const Y=Z.Symbol;var Q=Object.prototype,$=Q.hasOwnProperty,tt=Q.toString,et=Y?Y.toStringTag:void 0;const nt=function(t){var e=$.call(t,et),n=t[et];try{t[et]=void 0;var r=!0}catch(t){}var s=tt.call(t);return r&&(e?t[et]=n:delete t[et]),s};var rt=Object.prototype.toString;const st=function(t){return rt.call(t)};var ot=Y?Y.toStringTag:void 0;const it=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ot&&ot in Object(t)?nt(t):st(t)};const at=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)};const ct=function(t){if(!at(t))return!1;var e=it(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e};const ut=Z["__core-js_shared__"];var lt,ft=(lt=/[^.]+$/.exec(ut&&ut.keys&&ut.keys.IE_PROTO||""))?"Symbol(src)_1."+lt:"";const ht=function(t){return!!ft&&ft in t};var gt=Function.prototype.toString;const dt=function(t){if(null!=t){try{return gt.call(t)}catch(t){}try{return t+""}catch(t){}}return""};var pt=/^\[object .+?Constructor\]$/,mt=Function.prototype,It=Object.prototype,Et=mt.toString,bt=It.hasOwnProperty,Tt=RegExp("^"+Et.call(bt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const _t=function(t){return!(!at(t)||ht(t))&&(ct(t)?Tt:pt).test(dt(t))};const yt=function(t,e){return null==t?void 0:t[e]};const At=function(t,e){var n=yt(t,e);return _t(n)?n:void 0};const kt=At(Z,"Map");const Ct=At(Object,"create");const Lt=function(){this.__data__=Ct?Ct(null):{},this.size=0};const Nt=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var Rt=Object.prototype.hasOwnProperty;const St=function(t){var e=this.__data__;if(Ct){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Rt.call(e,t)?e[t]:void 0};var Mt=Object.prototype.hasOwnProperty;const vt=function(t){var e=this.__data__;return Ct?void 0!==e[t]:Mt.call(e,t)};const wt=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Ct&&void 0===e?"__lodash_hash_undefined__":e,this};function Ot(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Ot.prototype.clear=Lt,Ot.prototype.delete=Nt,Ot.prototype.get=St,Ot.prototype.has=vt,Ot.prototype.set=wt;const Dt=Ot;const Ft=function(){this.size=0,this.__data__={hash:new Dt,map:new(kt||z),string:new Dt}};const Pt=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const xt=function(t,e){var n=t.__data__;return Pt(e)?n["string"==typeof e?"string":"hash"]:n.map};const Bt=function(t){var e=xt(this,t).delete(t);return this.size-=e?1:0,e};const Ut=function(t){return xt(this,t).get(t)};const jt=function(t){return xt(this,t).has(t)};const Gt=function(t,e){var n=xt(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function Vt(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}Vt.prototype.clear=Ft,Vt.prototype.delete=Bt,Vt.prototype.get=Ut,Vt.prototype.has=jt,Vt.prototype.set=Gt;const zt=Vt;const Wt=function(t,e){var n=this.__data__;if(n instanceof z){var r=n.__data__;if(!kt||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new zt(r)}return n.set(t,e),this.size=n.size,this};function Ht(t){var e=this.__data__=new z(t);this.size=e.size}Ht.prototype.clear=W,Ht.prototype.delete=H,Ht.prototype.get=K,Ht.prototype.has=X,Ht.prototype.set=Wt;const Kt=Ht;const Xt=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t};const qt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Jt=function(t,e,n){"__proto__"==e&&qt?qt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Zt=Object.prototype.hasOwnProperty;const Yt=function(t,e,n){var r=t[e];Zt.call(t,e)&&F(r,n)&&(void 0!==n||e in t)||Jt(t,e,n)};const Qt=function(t,e,n,r){var s=!n;n||(n={});for(var o=-1,i=e.length;++o<i;){var a=e[o],c=r?r(n[a],t[a],a,n,t):void 0;void 0===c&&(c=t[a]),s?Jt(n,a,c):Yt(n,a,c)}return n};const $t=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};const te=function(t){return null!=t&&"object"==typeof t};const ee=function(t){return te(t)&&"[object Arguments]"==it(t)};var ne=Object.prototype,re=ne.hasOwnProperty,se=ne.propertyIsEnumerable;const oe=ee(function(){return arguments}())?ee:function(t){return te(t)&&re.call(t,"callee")&&!se.call(t,"callee")};const ie=Array.isArray;const ae=function(){return!1};var ce="object"==typeof exports&&exports&&!exports.nodeType&&exports,ue=ce&&"object"==typeof module&&module&&!module.nodeType&&module,le=ue&&ue.exports===ce?Z.Buffer:void 0;const fe=(le?le.isBuffer:void 0)||ae;var he=/^(?:0|[1-9]\d*)$/;const ge=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&he.test(t))&&t>-1&&t%1==0&&t<e};const de=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991};var pe={};pe["[object Float32Array]"]=pe["[object Float64Array]"]=pe["[object Int8Array]"]=pe["[object Int16Array]"]=pe["[object Int32Array]"]=pe["[object Uint8Array]"]=pe["[object Uint8ClampedArray]"]=pe["[object Uint16Array]"]=pe["[object Uint32Array]"]=!0,pe["[object Arguments]"]=pe["[object Array]"]=pe["[object ArrayBuffer]"]=pe["[object Boolean]"]=pe["[object DataView]"]=pe["[object Date]"]=pe["[object Error]"]=pe["[object Function]"]=pe["[object Map]"]=pe["[object Number]"]=pe["[object Object]"]=pe["[object RegExp]"]=pe["[object Set]"]=pe["[object String]"]=pe["[object WeakMap]"]=!1;const me=function(t){return te(t)&&de(t.length)&&!!pe[it(t)]};const Ie=function(t){return function(e){return t(e)}};var Ee="object"==typeof exports&&exports&&!exports.nodeType&&exports,be=Ee&&"object"==typeof module&&module&&!module.nodeType&&module,Te=be&&be.exports===Ee&&q.process;const _e=function(){try{var t=be&&be.require&&be.require("util").types;return t||Te&&Te.binding&&Te.binding("util")}catch(t){}}();var ye=_e&&_e.isTypedArray;const Ae=ye?Ie(ye):me;var ke=Object.prototype.hasOwnProperty;const Ce=function(t,e){var n=ie(t),r=!n&&oe(t),s=!n&&!r&&fe(t),o=!n&&!r&&!s&&Ae(t),i=n||r||s||o,a=i?$t(t.length,String):[],c=a.length;for(var u in t)!e&&!ke.call(t,u)||i&&("length"==u||s&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||ge(u,c))||a.push(u);return a};var Le=Object.prototype;const Ne=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Le)};const Re=function(t,e){return function(n){return t(e(n))}};const Se=Re(Object.keys,Object);var Me=Object.prototype.hasOwnProperty;const ve=function(t){if(!Ne(t))return Se(t);var e=[];for(var n in Object(t))Me.call(t,n)&&"constructor"!=n&&e.push(n);return e};const we=function(t){return null!=t&&de(t.length)&&!ct(t)};const Oe=function(t){return we(t)?Ce(t):ve(t)};const De=function(t,e){return t&&Qt(e,Oe(e),t)};const Fe=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e};var Pe=Object.prototype.hasOwnProperty;const xe=function(t){if(!at(t))return Fe(t);var e=Ne(t),n=[];for(var r in t)("constructor"!=r||!e&&Pe.call(t,r))&&n.push(r);return n};const Be=function(t){return we(t)?Ce(t,!0):xe(t)};const Ue=function(t,e){return t&&Qt(e,Be(e),t)};var je="object"==typeof exports&&exports&&!exports.nodeType&&exports,Ge=je&&"object"==typeof module&&module&&!module.nodeType&&module,Ve=Ge&&Ge.exports===je?Z.Buffer:void 0,ze=Ve?Ve.allocUnsafe:void 0;const We=function(t,e){if(e)return t.slice();var n=t.length,r=ze?ze(n):new t.constructor(n);return t.copy(r),r};const He=function(t,e){var n=-1,r=t.length;for(e||(e=Array(r));++n<r;)e[n]=t[n];return e};const Ke=function(t,e){for(var n=-1,r=null==t?0:t.length,s=0,o=[];++n<r;){var i=t[n];e(i,n,t)&&(o[s++]=i)}return o};const Xe=function(){return[]};var qe=Object.prototype.propertyIsEnumerable,Je=Object.getOwnPropertySymbols;const Ze=Je?function(t){return null==t?[]:(t=Object(t),Ke(Je(t),(function(e){return qe.call(t,e)})))}:Xe;const Ye=function(t,e){return Qt(t,Ze(t),e)};const Qe=function(t,e){for(var n=-1,r=e.length,s=t.length;++n<r;)t[s+n]=e[n];return t};const $e=Re(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Qe(e,Ze(t)),t=$e(t);return e}:Xe;const en=function(t,e){return Qt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Qe(r,n(t))};const rn=function(t){return nn(t,Oe,Ze)};const sn=function(t){return nn(t,Be,tn)};const on=At(Z,"DataView");const an=At(Z,"Promise");const cn=At(Z,"Set");const un=At(Z,"WeakMap");var ln="[object Map]",fn="[object Promise]",hn="[object Set]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(kt),In=dt(an),En=dt(cn),bn=dt(un),Tn=it;(on&&Tn(new on(new ArrayBuffer(1)))!=dn||kt&&Tn(new kt)!=ln||an&&Tn(an.resolve())!=fn||cn&&Tn(new cn)!=hn||un&&Tn(new un)!=gn)&&(Tn=function(t){var e=it(t),n="[object Object]"==e?t.constructor:void 0,r=n?dt(n):"";if(r)switch(r){case pn:return dn;case mn:return ln;case In:return fn;case En:return hn;case bn:return gn}return e});const _n=Tn;var yn=Object.prototype.hasOwnProperty;const An=function(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&yn.call(t,"index")&&(n.index=t.index,n.input=t.input),n};const kn=Z.Uint8Array;const Cn=function(t){var e=new t.constructor(t.byteLength);return new kn(e).set(new kn(t)),e};const Ln=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Nn=/\w*$/;const Rn=function(t){var e=new t.constructor(t.source,Nn.exec(t));return e.lastIndex=t.lastIndex,e};var Sn=Y?Y.prototype:void 0,Mn=Sn?Sn.valueOf:void 0;const vn=function(t){return Mn?Object(Mn.call(t)):{}};const wn=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)};const On=function(t,e,n){var r=t.constructor;switch(e){case"[object ArrayBuffer]":return Cn(t);case"[object Boolean]":case"[object Date]":return new r(+t);case"[object DataView]":return Ln(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 wn(t,n);case"[object Map]":case"[object Set]":return new r;case"[object Number]":case"[object String]":return new r(t);case"[object RegExp]":return Rn(t);case"[object Symbol]":return vn(t)}};var Dn=Object.create;const Fn=function(){function t(){}return function(e){if(!at(e))return{};if(Dn)return Dn(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();const Pn=function(t){return"function"!=typeof t.constructor||Ne(t)?{}:Fn($e(t))};const xn=function(t){return te(t)&&"[object Map]"==_n(t)};var Bn=_e&&_e.isMap;const Un=Bn?Ie(Bn):xn;const jn=function(t){return te(t)&&"[object Set]"==_n(t)};var Gn=_e&&_e.isSet;const Vn=Gn?Ie(Gn):jn;var zn="[object Arguments]",Wn="[object Function]",Hn="[object Object]",Kn={};Kn[zn]=Kn["[object Array]"]=Kn["[object ArrayBuffer]"]=Kn["[object DataView]"]=Kn["[object Boolean]"]=Kn["[object Date]"]=Kn["[object Float32Array]"]=Kn["[object Float64Array]"]=Kn["[object Int8Array]"]=Kn["[object Int16Array]"]=Kn["[object Int32Array]"]=Kn["[object Map]"]=Kn["[object Number]"]=Kn[Hn]=Kn["[object RegExp]"]=Kn["[object Set]"]=Kn["[object String]"]=Kn["[object Symbol]"]=Kn["[object Uint8Array]"]=Kn["[object Uint8ClampedArray]"]=Kn["[object Uint16Array]"]=Kn["[object Uint32Array]"]=!0,Kn["[object Error]"]=Kn[Wn]=Kn["[object WeakMap]"]=!1;const Xn=function t(e,n,r,s,o,i){var a,c=1&n,u=2&n,l=4&n;if(r&&(a=o?r(e,s,o,i):r(e)),void 0!==a)return a;if(!at(e))return e;var f=ie(e);if(f){if(a=An(e),!c)return He(e,a)}else{var h=_n(e),g=h==Wn||"[object GeneratorFunction]"==h;if(fe(e))return We(e,c);if(h==Hn||h==zn||g&&!o){if(a=u||g?{}:Pn(e),!c)return u?en(e,Ue(a,e)):Ye(e,De(a,e))}else{if(!Kn[h])return o?e:{};a=On(e,h,c)}}i||(i=new Kt);var d=i.get(e);if(d)return d;i.set(e,a),Vn(e)?e.forEach((function(s){a.add(t(s,n,r,s,e,i))})):Un(e)&&e.forEach((function(s,o){a.set(o,t(s,n,r,o,e,i))}));var p=f?void 0:(l?u?sn:rn:u?Be:Oe)(e);return Xt(p||e,(function(s,o){p&&(s=e[o=s]),Yt(a,o,t(s,n,r,o,e,i))})),a};const qn=function(t){return Xn(t,5)};const Jn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Zn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Yn=/^\w*$/;const Qn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Jn(t))||(Yn.test(t)||!Zn.test(t)||null!=e&&t in Object(e))};function $n(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,s=e?e.apply(this,r):r[0],o=n.cache;if(o.has(s))return o.get(s);var i=t.apply(this,r);return n.cache=o.set(s,i)||o,i};return n.cache=new($n.Cache||zt),n}$n.Cache=zt;const tr=$n;var er=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,nr=/\\(\\)?/g;const rr=function(t){var e=tr(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(er,(function(t,n,r,s){e.push(r?s.replace(nr,"$1"):n||t)})),e}));const sr=function(t,e){for(var n=-1,r=null==t?0:t.length,s=Array(r);++n<r;)s[n]=e(t[n],n,t);return s};var or=Y?Y.prototype:void 0,ir=or?or.toString:void 0;const ar=function t(e){if("string"==typeof e)return e;if(ie(e))return sr(e,t)+"";if(Jn(e))return ir?ir.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const cr=function(t){return null==t?"":ar(t)};const ur=function(t,e){return ie(t)?t:Qn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||Jn(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e};const fr=function(t,e,n,r){if(!at(t))return t;for(var s=-1,o=(e=ur(e,t)).length,i=o-1,a=t;null!=a&&++s<o;){var c=lr(e[s]),u=n;if("__proto__"===c||"constructor"===c||"prototype"===c)return t;if(s!=i){var l=a[c];void 0===(u=r?r(l,c,a):void 0)&&(u=at(l)?l:ge(e[s+1])?[]:{})}Yt(a,c,u),a=a[c]}return t};const hr=function(t,e,n){return null==t?t:fr(t,e,n)};const gr=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const dr=function(t){return this.__data__.has(t)};function pr(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new zt;++e<n;)this.add(t[e])}pr.prototype.add=pr.prototype.push=gr,pr.prototype.has=dr;const mr=pr;const Ir=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1};const Er=function(t,e){return t.has(e)};const br=function(t,e,n,r,s,o){var i=1&n,a=t.length,c=e.length;if(a!=c&&!(i&&c>a))return!1;var u=o.get(t),l=o.get(e);if(u&&l)return u==e&&l==t;var f=-1,h=!0,g=2&n?new mr:void 0;for(o.set(t,e),o.set(e,t);++f<a;){var d=t[f],p=e[f];if(r)var m=i?r(p,d,f,e,t,o):r(d,p,f,t,e,o);if(void 0!==m){if(m)continue;h=!1;break}if(g){if(!Ir(e,(function(t,e){if(!Er(g,e)&&(d===t||s(d,t,n,r,o)))return g.push(e)}))){h=!1;break}}else if(d!==p&&!s(d,p,n,r,o)){h=!1;break}}return o.delete(t),o.delete(e),h};const Tr=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};const _r=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n};var yr=Y?Y.prototype:void 0,Ar=yr?yr.valueOf:void 0;const kr=function(t,e,n,r,s,o,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||!o(new kn(t),new kn(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return F(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var a=Tr;case"[object Set]":var c=1&r;if(a||(a=_r),t.size!=e.size&&!c)return!1;var u=i.get(t);if(u)return u==e;r|=2,i.set(t,e);var l=br(a(t),a(e),r,s,o,i);return i.delete(t),l;case"[object Symbol]":if(Ar)return Ar.call(t)==Ar.call(e)}return!1};var Cr=Object.prototype.hasOwnProperty;const Lr=function(t,e,n,r,s,o){var i=1&n,a=rn(t),c=a.length;if(c!=rn(e).length&&!i)return!1;for(var u=c;u--;){var l=a[u];if(!(i?l in e:Cr.call(e,l)))return!1}var f=o.get(t),h=o.get(e);if(f&&h)return f==e&&h==t;var g=!0;o.set(t,e),o.set(e,t);for(var d=i;++u<c;){var p=t[l=a[u]],m=e[l];if(r)var I=i?r(m,p,l,e,t,o):r(p,m,l,t,e,o);if(!(void 0===I?p===m||s(p,m,n,r,o):I)){g=!1;break}d||(d="constructor"==l)}if(g&&!d){var E=t.constructor,b=e.constructor;E==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof E&&E instanceof E&&"function"==typeof b&&b instanceof b||(g=!1)}return o.delete(t),o.delete(e),g};var Nr="[object Arguments]",Rr="[object Array]",Sr="[object Object]",Mr=Object.prototype.hasOwnProperty;const vr=function(t,e,n,r,s,o){var i=ie(t),a=ie(e),c=i?Rr:_n(t),u=a?Rr:_n(e),l=(c=c==Nr?Sr:c)==Sr,f=(u=u==Nr?Sr:u)==Sr,h=c==u;if(h&&fe(t)){if(!fe(e))return!1;i=!0,l=!1}if(h&&!l)return o||(o=new Kt),i||Ae(t)?br(t,e,n,r,s,o):kr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&Mr.call(t,"__wrapped__"),d=f&&Mr.call(e,"__wrapped__");if(g||d){var p=g?t.value():t,m=d?e.value():e;return o||(o=new Kt),s(p,m,n,r,o)}}return!!h&&(o||(o=new Kt),Lr(t,e,n,r,s,o))};const wr=function t(e,n,r,s,o){return e===n||(null==e||null==n||!te(e)&&!te(n)?e!=e&&n!=n:vr(e,n,r,s,t,o))};const Or=function(t,e){return wr(t,e)};const Dr=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0};const Fr=function(t,e){for(var n=0,r=(e=ur(e,t)).length;null!=t&&n<r;)t=t[lr(e[n++])];return n&&n==r?t:void 0};const Pr=function(t,e,n){var r=-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 o=Array(s);++r<s;)o[r]=t[r+e];return o};const xr=function(t,e){return e.length<2?t:Fr(t,Pr(e,0,-1))};const Br=function(t,e){return e=ur(e,t),null==(t=xr(t,e))||delete t[lr(Dr(e))]};const Ur=function(t,e){return null==t||Br(t,e)},jr=Vr;function Gr(){const t=["nodeAfter","@external","toJSON","from","841760FxCjUf","discard","split","start","getContainedElement","substr","getRanges","_onAttributesChange","clear","_markerNames","addMarker","_onAccept","getAllAdjacentSuggestions","_onDiscard","end","decorate","creator","add","9PyHpwo","authoredAt","addMarkerName","7YNddPd","_isDataLoaded","setAttribute","getRange","isIntersectingWithRange","delete","length","getItems","attributes","_model","accept","removeMarker","markers","getMarkers","next","size","getMultiRangeId","386023uNGcyG","createdAt","get","onAttributesChange","getFirstRange","getFirstMarker","change","suggestion:","700204LpGbnD","onAccept","push","getMarkerNames","779472zCsGPe","type","author","set","324zbsDCB","commentThread","3kwSAXN","head","isInContent","32495IYiGOg","addRange","nodeBefore","removeAttribute","reduce","isMultiRange","previous","data","_saved","filter","removeMarkers","1477856bJRhvG","1023SqOWay","hasComments","onDiscard","isIntersecting","map","isExternal","subType"];return(Gr=function(){return t})()}function Vr(t,e){const n=Gr();return(Vr=function(t,e){return n[t-=489]})(t,e)}!function(t,e){const n=Vr,r=t();for(;;)try{if(101077===parseInt(n(538))/1*(parseInt(n(521))/2)+-parseInt(n(523))/3*(parseInt(n(513))/4)+parseInt(n(526))/5+-parseInt(n(517))/6+parseInt(n(570))/7*(parseInt(n(537))/8)+-parseInt(n(567))/9*(-parseInt(n(549))/10)+-parseInt(n(505))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gr);class zr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Vr;super(),this[n(489)]=!1,this.id=e.id,this[n(518)]=e[n(518)],this[n(544)]=e[n(544)]||null,this[n(519)]=e[n(519)],this[n(565)]=e[n(565)]||e[n(519)],this[n(543)]=Boolean(e[n(496)]&&e[n(496)][n(546)]),this[n(533)]=null,this[n(497)]=t,this[n(560)]=e[n(514)],this[n(562)]=e[n(540)],this[n(556)]=e[n(508)],this[n(558)]=new Set,this[n(506)]=null,this[n(520)](n(568),null),this[n(520)](n(496),e[n(496)]||{}),this[n(520)](n(532),null),this[n(520)](n(502),null),this[n(520)](n(522),null),this[n(520)](n(534),!1),this[n(564)](n(498)),this[n(564)](n(550))}get[jr(524)](){const t=jr;let e=this;for(;e[t(532)];)e=e[t(532)];return e}get[jr(539)](){const t=jr;return!!this[t(522)]&&this[t(522)][t(494)]>0}get[jr(531)](){const t=jr;return 0!=this[t(558)][t(503)]&&6==Array[t(548)](this[t(558)])[0][t(551)](":")[t(494)]}get[jr(525)](){return null!==this[jr(510)]()}[jr(569)](t){const e=jr;this[e(558)][e(566)](t)}[jr(516)](){const t=jr;return Array[t(548)](this[t(558)])}[jr(501)](){const t=jr;return this[t(516)]()[t(542)]((e=>this[t(497)][t(500)][t(507)](e)))[t(535)]((t=>t))}[jr(510)](){return this[jr(501)]()[0]||null}[jr(536)](){const t=jr;this[t(497)][t(511)]((e=>{const n=t;for(const t of this[n(501)]())e[n(499)](t)})),this[t(558)][t(557)]()}[jr(499)](t){const e=jr;this[e(497)][e(511)]((n=>{n[e(499)](t)})),this[e(558)][e(493)](t)}[jr(527)](t){const e=jr,n=e(512)+this[e(518)]+":"+this[e(544)]+":"+this.id+":"+this[e(565)].id+":"+zr[e(504)]();this[e(569)](n),this[e(497)][e(511)]((r=>{r[e(559)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(492)](t){const e=jr;for(const n of this[e(555)]())if(n[e(541)](t))return!0;return!1}[jr(555)](){const t=jr;return this[t(501)]()[t(542)]((e=>e[t(491)]()))}[jr(495)](){const t=jr;return this[t(555)]()[t(530)](((e,n)=>[...e,...n[t(495)]()]),[])}[jr(509)](){const t=jr;var e;return(null===(e=this[t(510)]())||void 0===e?void 0:e[t(491)]())||null}[jr(553)](){const t=jr,e=this[t(555)]();if(1!=e[t(494)])return null;const n=e[0],r=n[t(552)][t(545)],s=n[t(563)][t(528)];return r instanceof i.Element?r!=s?null:r:null}[jr(498)](){const t=jr;this[t(560)](this[t(555)](),this[t(533)],this[t(496)]),this[t(536)]()}[jr(550)](){const t=jr;this[t(562)](this[t(555)](),this[t(533)],this[t(496)]),this[t(536)]()}[jr(561)](){const t=jr,e=[];let n=this[t(524)];for(;n;)e[t(515)](n),n=n[t(502)];return e}[jr(490)](t,e){const n=jr,r=qn(this[n(496)]);hr(r,t,e),Or(r,this[n(496)])||(this[n(496)]=r,this[n(556)](r))}[jr(529)](t){const e=jr,n=qn(this[e(496)]);Ur(n,t),Or(n,this[e(496)])||(this[e(496)]=n,this[e(556)](this[e(496)]))}[jr(547)](){const t=jr;return{id:this.id,type:this[t(544)]?this[t(518)]+":"+this[t(544)]:this[t(518)],authorId:this[t(565)].id,createdAt:this[t(506)],hasComments:this[t(539)],data:this[t(533)],attributes:this[t(496)]}}static[jr(504)](){const t=jr;return(0,e.uid)()[t(554)](1,5)}}function Wr(t,e,n){const r=t.t;switch(e){case"Track changes":return r("Track changes");case"Accept suggestion":return r("Accept suggestion");case"Discard suggestion":return r("Discard suggestion");case"Accept all suggestions":return r("Accept all suggestions");case"Accept all selected suggestions":return r("Accept all selected suggestions");case"Discard all suggestions":return r("Discard all suggestions");case"Discard all selected suggestions":return r("Discard all selected suggestions");case"*Reset font size*":return r("*Reset font size*");case"*Reset font family*":return r("*Reset font family*");case"*Reset font color*":return r("*Reset font color*");case"*Reset font background color*":return r("*Reset font background color*");case"*Remove image text alternative*":return r("*Remove image text alternative*");case"*Reset image width*":return r("*Reset image width*");case"*Remove link*":return r("*Remove link*");case"*Check item*":return r("*Check item*");case"*Uncheck item*":return r("*Uncheck item*");case"*Remove all formatting*":return r("*Remove all formatting*");case"*Replace table cells*":return r("*Replace table cells*");case"*Merge cells*":return r("*Merge cells*");case"*Split cell:* vertically":return r("*Split cell:* vertically");case"*Split cell:* horizontally":return r("*Split cell:* horizontally");case"*Indent:* %0":return r("*Indent:* %0",n);case"*Outdent:* %0":return r("*Outdent:* %0",n);case"*Change to:* %0":return r("*Change to:* %0",n);case"*Insert:* %0":return r("*Insert:* %0",n);case"*Format:* %0":return r("*Format:* %0",n);case"*Format:* change table properties":return r("*Format:* change table properties");case"*Format:* change table cell properties":return r("*Format:* change table cell properties");case"*Format:* insert into %0":return r("*Format:* insert into %0",n);case"*Format:* remove from %0":return r("*Format:* remove from %0",n);case"*Replace image URL*":return r("*Replace image URL*");case"*Format:* resize table":return r("*Format:* resize table");case"*Format:* set order to reversed":return r("*Format:* set order to reversed");case"*Format:* set order to regular":return r("*Format:* set order to regular");case"*Format:* set start index to %0":return r("*Format:* set start index to %0",n);case"*Change %0 content*":return r("*Change %0 content*",n);case"*Remove:* %0":return r("*Remove:* %0",n);case"*Merge:* %0":return r("*Merge:* %0",n);case"*Split:* %0":return r("*Split:* %0",n);case"*Remove format:* %0":return r("*Remove format:* %0",n);case"*Set font size:* %0":return r("*Set font size:* %0",n);case"*Set font family:* %0":return r("*Set font family:* %0",n);case"*Set format to:* %0":return r("*Set format to:* %0",n);case"*Set font color:* %0":return r("*Set font color:* %0",n);case"*Set font background color:* %0":return r("*Set font background color:* %0",n);case"*Set format:* %0":return r("*Set format:* %0",n);case"*Set image text alternative:* %0":return r("*Set image text alternative:* %0",n);case"*Set image width:* %0":return r("*Set image width:* %0",n);case"*Set link:* %0":return r("*Set link:* %0",n);case"*Set highlight:* %0":return r("*Set highlight:* %0",n);case"*Remove highlight*":return r("*Remove highlight*");case"FORMAT_HIGHLIGHT":return r({string:"highlight",id:"FORMAT_HIGHLIGHT"});case"FORMAT_RESTRICTED_ENABLED":return r({string:"*Enable in restricted editing mode*",id:"FORMAT_RESTRICTED_ENABLED"});case"FORMAT_RESTRICTED_DISABLED":return r({string:"*Disable in restricted editing mode*",id:"FORMAT_RESTRICTED_DISABLED"});case"ELEMENT_TABLE":return r({string:"table",plural:"%0 tables",id:"ELEMENT_TABLE"},n);case"ELEMENT_PARAGRAPH":return r({string:"paragraph",plural:"%0 paragraphs",id:"ELEMENT_PARAGRAPH"},n);case"ELEMENT_PAGE_BREAK":return r({string:"page break",plural:"%0 page breaks",id:"ELEMENT_PAGE_BREAK"},n);case"ELEMENT_MEDIA":return r({string:"media item",plural:"%0 media items",id:"ELEMENT_MEDIA"},n);case"ELEMENT_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_IMAGE"},n);case"ELEMENT_INLINE_IMAGE":return r({string:"image",plural:"%0 images",id:"ELEMENT_INLINE_IMAGE"},n);case"FORMAT_SIDE_IMAGE":return r({string:"side image",id:"FORMAT_SIDE_IMAGE"});case"ELEMENT_CAPTION":return r({string:"caption",id:"ELEMENT_CAPTION"});case"ELEMENT_HORIZONTAL_LINE":return r({string:"horizontal line",plural:"%0 horizontal lines",id:"ELEMENT_HORIZONTAL_LINE"},n);case"ELEMENT_HTML_EMBED":return r({string:"HTML embed",plural:"%0 HTML embeds",id:"ELEMENT_HTML_EMBED"},n);case"ELEMENT_HEADING":return r({string:"heading (level %1)",plural:"%0 headings (level %1)",id:"ELEMENT_HEADING"},n);case"ELEMENT_HEADING_CUSTOM":return r({string:"heading (%1)",plural:"%0 headings (%1)",id:"ELEMENT_HEADING_CUSTOM"},n);case"ELEMENT_LIST_ITEM":return r({string:"list item",plural:"%0 list items",id:"ELEMENT_LIST_ITEM"},n);case"ELEMENT_BULLETED_LIST":return r({string:"bulleted list",id:"ELEMENT_BULLETED_LIST"});case"ELEMENT_BULLETED_LIST_DEFAULT":return r({string:"bulleted list (default)",id:"ELEMENT_BULLETED_LIST_DEFAULT"});case"ELEMENT_BULLETED_LIST_CIRCLE":return r({string:"bulleted list (circle)",id:"ELEMENT_BULLETED_LIST_CIRCLE"});case"ELEMENT_BULLETED_LIST_DISC":return r({string:"bulleted list (disc)",id:"ELEMENT_BULLETED_LIST_DISC"});case"ELEMENT_BULLETED_LIST_SQUARE":return r({string:"bulleted list (square)",id:"ELEMENT_BULLETED_LIST_SQUARE"});case"ELEMENT_NUMBERED_LIST_DEFAULT":return r({string:"numbered list (default)",id:"ELEMENT_NUMBERED_LIST_DEFAULT"});case"ELEMENT_NUMBERED_LIST":return r({string:"numbered list",id:"ELEMENT_NUMBERED_LIST"});case"ELEMENT_NUMBERED_LIST_DECIMAL":return r({string:"numbered list (decimal)",id:"ELEMENT_NUMBERED_LIST_DECIMAL"});case"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO":return r({string:"numbered list (decimal with leading zero)",id:"ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"});case"ELEMENT_NUMBERED_LIST_LOWER_LATIN":return r({string:"numbered list (lower-latin)",id:"ELEMENT_NUMBERED_LIST_LOWER_LATIN"});case"ELEMENT_NUMBERED_LIST_LOWER_ROMAN":return r({string:"numbered list (lower-roman)",id:"ELEMENT_NUMBERED_LIST_LOWER_ROMAN"});case"ELEMENT_NUMBERED_LIST_UPPER_LATIN":return r({string:"numbered list (upper-latin)",id:"ELEMENT_NUMBERED_LIST_UPPER_LATIN"});case"ELEMENT_NUMBERED_LIST_UPPER_ROMAN":return r({string:"numbered list (upper-roman)",id:"ELEMENT_NUMBERED_LIST_UPPER_ROMAN"});case"ELEMENT_TODO_LIST":return r({string:"to-do list",id:"ELEMENT_TODO_LIST"});case"ELEMENT_MULTI_LEVEL_LIST":return r({string:"multi-level list",id:"ELEMENT_MULTI_LEVEL_LIST"});case"REPLACE_TEXT":return r({string:"*Replace:* %0 *with* %1",id:"REPLACE_TEXT"},n);case"ELEMENT_SPACE":return r({string:"space",plural:"%0 spaces",id:"ELEMENT_SPACE"},n);case"FORMAT_ALIGNMENT":return r({string:"alignment",id:"FORMAT_ALIGNMENT"});case"FORMAT_ALIGN_TO_LEFT":return r({string:"align to left",id:"FORMAT_ALIGN_TO_LEFT"});case"FORMAT_ALIGN_TO_RIGHT":return r({string:"align to right",id:"FORMAT_ALIGN_TO_RIGHT"});case"FORMAT_ALIGN_TO_CENTER":return r({string:"align to center",id:"FORMAT_ALIGN_TO_CENTER"});case"FORMAT_JUSTIFY_TEXT":return r({string:"justify",id:"FORMAT_JUSTIFY_TEXT"});case"FORMAT_BOLD":return r({string:"bold",id:"FORMAT_BOLD"});case"FORMAT_ITALIC":return r({string:"italic",id:"FORMAT_ITALIC"});case"FORMAT_UNDERLINE":return r({string:"underline",id:"FORMAT_UNDERLINE"});case"FORMAT_CODE":return r({string:"code",id:"FORMAT_CODE"});case"FORMAT_STRIKETHROUGH":return r({string:"strikethrough",id:"FORMAT_STRIKETHROUGH"});case"FORMAT_SUBSCRIPT":return r({string:"subscript",id:"FORMAT_SUBSCRIPT"});case"FORMAT_SUPERSCRIPT":return r({string:"superscript",id:"FORMAT_SUPERSCRIPT"});case"ELEMENT_BLOCK_QUOTE":return r({string:"block quote",id:"ELEMENT_BLOCK_QUOTE"});case"ELEMENT_CODE_BLOCK":return r({string:"code block",plural:"%0 code blocks",id:"ELEMENT_CODE_BLOCK"},n);case"FORMAT_HEADER_COLUMN":return r({string:"header column",id:"FORMAT_HEADER_COLUMN"});case"FORMAT_REGULAR_COLUMN":return r({string:"regular column",id:"FORMAT_REGULAR_COLUMN"});case"FORMAT_HEADER_ROW":return r({string:"header row",id:"FORMAT_HEADER_ROW"});case"FORMAT_REGULAR_ROW":return r({string:"regular row",id:"FORMAT_REGULAR_ROW"});case"FORMAT_INDENT":return r({string:"indent",id:"FORMAT_INDENT"});case"FORMAT_LIST_REVERSED":return r({string:"list reversed",id:"FORMAT_LIST_REVERSED"});case"FORMAT_LIST_START":return r({string:"list start",id:"FORMAT_LIST_START"});case"FORMAT_FONT_SIZE":return r({string:"font size",id:"FORMAT_FONT_SIZE"});case"FORMAT_FONT_FAMILY":return r({string:"font family",id:"FORMAT_FONT_FAMILY"});case"FORMAT_FONT_COLOR":return r({string:"font color",id:"FORMAT_FONT_COLOR"});case"FORMAT_FONT_BACKGROUND":return r({string:"font background color",id:"FORMAT_FONT_BACKGROUND"});case"FORMAT_IMAGE_SIZE":return r({string:"image size",id:"FORMAT_IMAGE_SIZE"});case"FORMAT_STYLE":return r({string:"style",id:"FORMAT_STYLE"});case"PENDING_ACTION_SUGGESTION":return r({string:"Unsaved change in suggestion.",id:"PENDING_ACTION_SUGGESTION"});case"ELEMENT_TABLE_WITH_TEXT":return r({string:"table *with text* %0",id:"ELEMENT_TABLE_WITH_TEXT"},n);case"ELEMENT_TABLE_ROW":return r({string:"table row",plural:"%0 table rows",id:"ELEMENT_TABLE_ROW"},n);case"ELEMENT_TABLE_ROW_WITH_TEXT":return r({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 r({string:"table column",plural:"%0 table columns",id:"ELEMENT_TABLE_COLUMN"},n);case"ELEMENT_TABLE_COLUMN_WITH_TEXT":return r({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 r({string:"table of contents",plural:"%0 tables of contents",id:"ELEMENT_TABLE_OF_CONTENTS"},n);case"ELEMENT_LINE_BREAK":return r({id:"ELEMENT_LINE_BREAK",string:"line break",plural:"%0 line breaks"},n);case"ELEMENT_TITLE":return r({id:"ELEMENT_TITLE",string:"title"});case"EXTERNAL_SUGGESTION":return r({id:"EXTERNAL_SUGGESTION",string:"This suggestion comes from an external source."});case"EXTERNAL_IMPORT_WORD_SUGGESTION":return r({string:"This suggestion comes from an imported Word file.",id:"EXTERNAL_IMPORT_WORD_SUGGESTION"});case"EXTERNAL_AVATAR":return r({string:"Displayed author name comes from external source (added by %0)",id:"EXTERNAL_AVATAR"},n);case"EXTERNAL_IMPORT_WORD_AVATAR":return r({string:"Displayed author name comes from a Word document imported by %0",id:"EXTERNAL_IMPORT_WORD_AVATAR"},n);case"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering insertion suggestion.",id:"ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving insertion suggestion.",id:"LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering deletion suggestion.",id:"ENTER_DELETION_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving deletion suggestion.",id:"LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT"});case"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Entering formatting suggestion.",id:"ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT"});case"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT":return r({string:"Leaving formatting suggestion.",id:"LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT"});default:return e}}const Hr=Kr;function Kr(t,e){const n=Xr();return(Kr=function(t,e){return n[t-=297]})(t,e)}function Xr(){const t=["remove","$textProxy","data","*Remove:* %0","map","Container","$1 $2","softBreak","1456144jSGLKM","skip","_itemLabels","registerDescriptionCallback","*Insert:* %0","type","_handleInsertRemoveSuggestionDescription","normal","33708279yiYDqk","isObject","previousSibling","*Split:* %0","checkChild","pop","ELEMENT_SPACE","add","attribute","isEqual","24WHySxJ","addContainer","*Change to:* %0","elementStart","has","30EuUrIb","_schema","indexOf","1bBkJMc","nodeAfter","getDescriptions","isInContent","3259242QKfZUq","12yITQTs","matchingCallback","registerElementLabel","match","_itemLabelsCallbacks","key","addObject","removeEmptyContainer","*Merge:* %0","newValue","Object","removeContainer","2188613ShyDTC","get","join","_handleRenameSuggestionDescription","removeFormat","function","deletion","isEmpty","$text","_attributeLabels","126030lBevcg","start","subType","_handleAttributeSuggestionDescription","_resolveDescriptionItems","getItemLabel","end","removeObject","insertion","EmptyContainer","1332564tUPDeE","nextSibling","addFormat","text","_addDescriptionItems","elementEnd","_handleCustomCallbackDescription","REPLACE_TEXT","addEmptyContainer","element","item","length","format","_customCallbacks","set","40NqdZxC","*Remove format:* %0","label","_locale","getFirstRange","registerAttributeLabel","351918GJSVzo","getWalker","*Set format:* %0","replace","quantity","push","name"];return(Xr=function(){return t})()}!function(t,e){const n=Kr,r=t();for(;;)try{if(587911===-parseInt(n(392))/1*(parseInt(n(320))/2)+parseInt(n(330))/3+-parseInt(n(366))/4+parseInt(n(345))/5*(-parseInt(n(351))/6)+parseInt(n(310))/7*(-parseInt(n(384))/8)+parseInt(n(297))/9*(-parseInt(n(389))/10)+parseInt(n(374))/11*(parseInt(n(298))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xr);class qr{constructor(t,e){const n=Kr;this[n(343)]=[],this[n(368)]=new Map,this[n(302)]=[],this[n(319)]=new Map,this[n(390)]=t,this[n(348)]=e}[Hr(394)](t){const e=Hr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(341)];o++){const i=t[o];if(!i[e(395)])continue;const a=this[e(336)](i);if(a){if(null!=i[e(322)]){if(r[e(388)](i[e(322)]))continue;r[e(381)](i[e(322)])}n[e(356)](a)}else if(e(382)!=i[e(371)])e(328)!=i[e(371)]&&e(316)!=i[e(371)]||this[e(372)](n,i,t[o+1]);else{const t=i[e(360)][e(303)];if(s[e(388)](t))continue;s[e(381)](i[e(360)][e(303)]),t==_c?this[e(313)](n,i):this[e(323)](n,i)}}return this[e(324)](n)}[Hr(369)](t){const e=Hr;this[e(343)][e(356)](t)}[Hr(300)](t,n,r=e.priorities[Hr(373)]){const s=Hr;s(315)==typeof t?(0,e.insertToPriorityArray)(this[s(302)],{matchingCallback:t,label:n,priority:r}):this[s(368)][s(344)](t,n)}[Hr(350)](t,e){const n=Hr;this[n(319)][n(344)](t,e)}[Hr(325)](t,e=1){const n=Hr;let r;for(const e of this[n(302)])if(e[n(299)](t)){r=e[n(347)];break}return r||(r=this[n(368)][n(311)](t[n(357)])),r?r(e):1!==e?e+" "+t[n(357)]+"s":""+t[n(357)]}[Hr(334)](t,e){const n=Hr,r=e[n(349)]()[n(352)](),s=n(328)==e[n(371)]?n(381):n(358);for(const e of r){const o=e[n(340)],i=t[t[n(341)]-1];if(o.is(n(359)))i&&i[n(371)][n(391)](n(363))>-1&&t[n(379)](),i&&n(333)==i[n(371)]?i[s]+=o[n(360)]:t[n(356)]({type:n(333),add:n(381)==s?o[n(360)]:"",remove:n(358)==s?o[n(360)]:""});else if(this[n(390)][n(375)](o)){const a=o;if(i&&i[n(371)][n(391)](n(363))>-1&&t[n(379)](),n(335)==e[n(371)])continue;i&&i[n(371)]==s+n(308)&&i[n(339)][n(357)]==a[n(357)]?i[n(355)]++:t[n(356)]({type:s+n(308),element:a,quantity:1}),r[n(367)]((t=>!(n(335)==t[n(371)]&&t[n(340)]==o)))}else if(this[n(390)][n(378)](o,n(318))||o.is(n(339),n(365))){const r=o;if(n(381)==s&&n(387)==e[n(371)]||n(358)==s&&n(335)==e[n(371)])continue;if(i&&-1==i[n(371)][n(391)](n(363))){n(333)==i[n(371)]&&(i[s]+="\n");continue}let a;if(a=n(381)==s?r[n(331)]&&!this[n(390)][n(375)](r[n(331)])?r[n(331)]:null:r[n(376)]&&!this[n(390)][n(375)](r[n(376)])?r[n(376)]:null,r[n(317)]||a&&a[n(317)]){const e=a&&a[n(317)]?a:r;i&&i[n(371)]==s+n(329)&&i[n(339)][n(357)]==e[n(357)]?i[n(355)]++:t[n(356)]({type:s+n(329),element:e,quantity:1})}else t[n(356)]({type:s+n(363),element:r})}}}[Hr(324)](t){const e=Hr,n=this[e(348)],r=[],s=[],o=[];for(const i of t)switch(i[e(371)]){case e(333):if(i[e(381)]=i[e(381)][e(354)](/(\S)\u000A+(\S)/g,e(364))[e(354)](/\u000A/g,""),i[e(358)]=i[e(358)][e(354)](/(\S)\u000A+(\S)/g,e(364))[e(354)](/\u000A/g,""),""!=i[e(381)]&&""!=i[e(358)]){r[e(356)]({type:e(354),content:Wr(n,e(337),['"'+i[e(358)]+'"','"'+i[e(381)]+'"'])});continue}if(null!=i[e(381)][e(301)](/^ +$/)){r[e(356)]({type:e(328),content:Wr(n,e(370),Wr(n,e(380),i[e(381)][e(341)]))});continue}if(null!=i[e(358)][e(301)](/^ +$/)){r[e(356)]({type:e(316),content:Wr(n,e(361),Wr(n,e(380),i[e(358)][e(341)]))});continue}if(""!=i[e(381)]){r[e(356)]({type:e(328),content:Wr(n,e(370),'"'+i[e(381)]+'"')});continue}r[e(356)]({type:e(316),content:Wr(n,e(361),'"'+i[e(358)]+'"')});continue;case e(338):case e(304):r[e(356)]({type:e(328),content:Wr(n,e(370),this[e(325)](i[e(339)],i[e(355)]))});continue;case e(305):case e(327):r[e(356)]({type:e(316),content:Wr(n,e(361),this[e(325)](i[e(339)],i[e(355)]))});continue;case e(385):r[e(356)]({type:e(328),content:Wr(n,e(377),this[e(325)](i[e(339)],i[e(355)]))});continue;case e(309):r[e(356)]({type:e(316),content:Wr(n,e(306),this[e(325)](i[e(339)],i[e(355)]))});continue;case e(332):s[e(356)](i[e(303)]);continue;case e(314):o[e(356)](i[e(303)]);continue;default:r[e(356)](i)}if(s[e(341)]){const t=s[e(362)]((t=>this[e(319)][e(388)](t)?this[e(319)][e(311)](t):t))[e(312)](", ");r[e(356)]({type:e(342),content:Wr(this[e(348)],e(353),t)})}if(o[e(341)]){const t=o[e(362)]((t=>this[e(319)][e(388)](t)?this[e(319)][e(311)](t):t))[e(312)](", ");r[e(356)]({type:e(342),content:Wr(this[e(348)],e(346),t)})}return r}[Hr(336)](t){const e=Hr;for(const n of this[e(343)]){const r=n(t);if(r&&e(371)in r)return r}}[Hr(323)](t,e){const n=Hr,r=e[n(360)],s=void 0===r[n(307)]?n(314):n(332);t[n(356)]({type:s,key:r[n(303)]})}[Hr(313)](t,e){const n=Hr;t[n(356)]({type:n(342),content:Wr(this[n(348)],n(386),this[n(325)](e[n(349)]()[n(321)][n(393)],1))})}[Hr(372)](t,e,n){const r=Hr;if(this[r(334)](t,e),n&&n[r(349)]()&&!e[r(349)]()[r(326)][r(383)](n[r(349)]()[r(321)])){const n=t[t[r(341)]-1],s=r(328)==e[r(371)]?r(381):r(358);n&&r(333)==n[r(371)]&&(n[s]+="\n")}}}function Jr(){const t=["enableCommand","6RsvkUZ","2887990JDDgkK","1459346JhTNje","7344beMvxk","20BqAhXQ","9hzsHJS","showAIAssistant","16nLzVzs","commands","918546kartvj","TrackChangesEditing","editor","28534LKuwSp","plugins","547296lzVycY","527107JFBnHt","get","afterInit","6613755BrGUuU"];return(Jr=function(){return t})()}function Zr(t,e){const n=Jr();return(Zr=function(t,e){return n[t-=225]})(t,e)}const Yr=Zr;!function(t,e){const n=Zr,r=t();for(;;)try{if(906262===parseInt(n(231))/1+parseInt(n(243))/2+-parseInt(n(238))/3*(parseInt(n(233))/4)+-parseInt(n(227))/5*(parseInt(n(229))/6)+parseInt(n(244))/7*(parseInt(n(236))/8)+parseInt(n(234))/9*(parseInt(n(230))/10)+parseInt(n(241))/11*(parseInt(n(232))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jr);class Qr extends t.Plugin{[Yr(226)](){const t=Yr,e=this[t(240)],n=e[t(242)][t(225)](t(239));e[t(237)][t(225)](t(235))&&n[t(228)](t(235))}}function $r(t,e){const n=es();return($r=function(t,e){return n[t-=350]})(t,e)}const ts=$r;function es(){const t=["formatBlock","_registerLegacyDescription","editor","type","left","registerDescriptionCallback","right","FORMAT_ALIGNMENT","*Format:* %0","commandName","justify","AlignmentEditing","locale","FORMAT_ALIGN_TO_CENTER","FORMAT_ALIGN_TO_RIGHT","center","18UFGJTc","1790568nPtYUX","value","4233055jTatjL","_descriptionFactory","has","registerAttributeLabel","799742MVWmzU","6XQMlTV","format","commandParams","afterInit","5235706JYIKkT","6plVMiT","FORMAT_ALIGN_TO_LEFT","TrackChangesEditing","plugins","_enableDefaultAttributesIntegration","56480nFGCHe","12804400TglRjA","FORMAT_JUSTIFY_TEXT","get","alignment","3749424goqlrK"];return(es=function(){return t})()}!function(t,e){const n=$r,r=t();for(;;)try{if(490486===-parseInt(n(373))/1+parseInt(n(362))/2*(parseInt(n(363))/3)+parseInt(n(378))/4+parseInt(n(358))/5+parseInt(n(368))/6*(parseInt(n(367))/7)+-parseInt(n(356))/8+parseInt(n(355))/9*(-parseInt(n(374))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(es);class ns extends t.Plugin{[ts(366)](){const t=ts,e=this[t(381)],n=e[t(351)];if(!e[t(371)][t(360)](t(350)))return;const r=e[t(371)][t(376)](t(370));r[t(372)](t(377),[],[t(377)]),r[t(359)][t(361)](t(377),Wr(n,t(386))),this[t(380)]()}[ts(380)](){const t=ts,e=this[t(381)],n=e[t(351)];e[t(371)][t(376)](t(370))[t(359)][t(384)]((e=>{const r=t;if(r(379)!=e[r(382)])return;const{data:s}=e;if(s&&r(377)==s[r(388)]){const t=s[r(365)][0][r(357)];return{type:r(364),content:Wr(n,r(387),function(t){const e=r;switch(t){case e(383):return Wr(n,e(369));case e(385):return Wr(n,e(353));case e(354):return Wr(n,e(352));case e(389):return Wr(n,e(375))}}(t))}}}))}}const rs=os;function ss(){const t=["superscript","registerAttributeLabel","has","FORMAT_BOLD","toLowerCase","220872ZOVCuW","locale","slice","StrikethroughEditing","SuperscriptEditing","underline","CodeEditing","forceValue","4gTBsCD","_registerLegacyDescription","type","italic","613810jKbWgx","strikethrough","1071126pmJNmW","UnderlineEditing","FORMAT_UNDERLINE","FORMAT_CODE","313992IyXcaK","*Remove format:* %0","commandParams","4RwsIXg","subscript","_descriptionFactory","afterInit","40NMwXkC","toUpperCase","3790EpokKc","formatInline","1017WwdalS","format","get","280427tOFWkz","2223958jqctmP","FORMAT_SUPERSCRIPT","editor","BoldEditing","plugins","_enableDefaultAttributesIntegration","code","FORMAT_","*Format:* %0","FORMAT_ITALIC","TrackChangesEditing","registerDescriptionCallback","commandName","SubscriptEditing","FORMAT_STRIKETHROUGH","FORMAT_SUBSCRIPT","bold","ItalicEditing"];return(ss=function(){return t})()}function os(t,e){const n=ss();return(os=function(t,e){return n[t-=493]})(t,e)}!function(t,e){const n=os,r=t();for(;;)try{if(126303===parseInt(n(529))/1+parseInt(n(537))/2*(parseInt(n(547))/3)+parseInt(n(494))/4*(-parseInt(n(541))/5)+parseInt(n(543))/6+-parseInt(n(505))/7*(parseInt(n(498))/8)+-parseInt(n(502))/9*(-parseInt(n(500))/10)+-parseInt(n(506))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ss);const is=[rs(509),rs(523),rs(544),rs(535),rs(532),rs(519),rs(533)];class as extends t.Plugin{[rs(497)](){const t=rs,e=this[t(508)],n=e[t(510)][t(504)](t(516)),r=e[t(530)];for(const s of is){if(!e[t(510)][t(526)](s))continue;const o=s[t(531)](0,-7)[t(528)](),i=t(513)+o[t(499)]();n[t(511)](o,[o]),n[t(496)][t(525)](o,Wr(r,i))}this[t(538)]()}[rs(538)](){const t=rs,e=this[t(508)],n=e[t(530)],r=e[t(510)][t(504)](t(516));function s(e,s){const o=t;r[o(496)][o(517)]((t=>{const r=o;if(r(501)!=t[r(539)])return;const{data:i}=t;return i&&i[r(518)]===e?i[r(493)][0][r(536)]?{type:r(503),content:Wr(n,r(514),s)}:{type:r(503),content:Wr(n,r(548),s)}:void 0}))}s(t(522),Wr(n,t(527))),s(t(540),Wr(n,t(515))),s(t(534),Wr(n,t(545))),s(t(512),Wr(n,t(546))),s(t(542),Wr(n,t(520))),s(t(495),Wr(n,t(521))),s(t(524),Wr(n,t(507)))}}const cs=fs;function us(){const t=["model","selection","registerDescriptionCallback","from","checkChild","TrackChangesEditing","14676LnNNSq","get","name","plugins","$root","forceValue","enableCommand","18854TjONhq","schema","4890BVxqlj","commandName","*Remove format:* %0","value","getSelectedBlocks","6707115LCjMAN","change","commandParams","1344826oxCqIG","801133kfNLlY","afterInit","editor","markBlockFormat","has","document","format","8WoyrAl","2808632pteHqD","_descriptionFactory","ELEMENT_BLOCK_QUOTE","parent","filter","commands","41721notYRx","215kCMhpA","*Set format:* %0","54yqtpIu","BlockQuoteEditing","locale","blockQuote"];return(us=function(){return t})()}!function(t,e){const n=fs,r=t();for(;;)try{if(468493===parseInt(n(248))/1+-parseInt(n(220))/2*(-parseInt(n(217))/3)+-parseInt(n(256))/4+parseInt(n(218))/5*(-parseInt(n(230))/6)+parseInt(n(247))/7+-parseInt(n(255))/8*(-parseInt(n(244))/9)+-parseInt(n(239))/10*(parseInt(n(237))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(us);class ls extends t.Plugin{[cs(249)](){const t=cs,e=this[t(250)],n=e[t(222)];if(!e[t(233)][t(252)](t(221)))return;const r=e[t(233)][t(231)](t(229)),s=this[t(250)][t(216)][t(231)](t(223));r[t(236)](t(223),((n,o={})=>{const i=t,a=this[i(250)][i(224)][i(253)][i(225)],c=o&&void 0!==o[i(235)]?o[i(235)]:!s[i(242)];let u=[];if(c){const t=Array[i(227)](a[i(243)]())[i(215)]((t=>hs(t)||function(t,e){const n=i,r=e[n(228)](t[n(259)],n(223)),s=e[n(228)]([n(234),n(223)],t);return r&&s}(t,this[i(250)][i(224)][i(238)])));u=y(t,e[i(224)])}else{const t=Array[i(227)](a[i(243)]())[i(215)]((t=>hs(t)));u=y(t,e[i(224)])}e[i(224)][i(245)]((()=>{const t=i;for(const e of u)r[t(251)](e,{commandName:t(223),commandParams:[{forceValue:c}]})}))})),r[t(257)][t(226)]((e=>{const r=t,{data:s}=e;if(s&&r(223)==s[r(240)]){const t=Wr(n,r(258));return s[r(246)][0][r(235)]?{type:r(254),content:Wr(n,r(219),t)}:{type:r(254),content:Wr(n,r(241),t)}}}))}}function fs(t,e){const n=us();return(fs=function(t,e){return n[t-=215]})(t,e)}function hs(t){const e=cs;return e(223)==t[e(259)][e(232)]}const gs=ds;function ds(t,e){const n=ms();return(ds=function(t,e){return n[t-=469]})(t,e)}!function(t,e){const n=ds,r=t();for(;;)try{if(570811===parseInt(n(479))/1+-parseInt(n(474))/2+parseInt(n(478))/3+-parseInt(n(471))/4+-parseInt(n(469))/5+parseInt(n(486))/6+parseInt(n(480))/7)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ms);class ps extends t.Plugin{[gs(476)](){const t=gs,e=this[t(482)];e[t(473)][t(470)](t(483))&&(e[t(473)][t(477)](t(485))[t(481)](t(472)),e[t(473)][t(477)](t(485))[t(481)](t(484)),e[t(473)][t(477)](t(485))[t(481)](t(475)))}}function ms(){const t=["TrackChangesEditing","5091564MRcDCC","71870PybFYW","has","3581024bxfXVJ","changeCaseUpper","plugins","29184EALUdL","changeCaseTitle","afterInit","get","301608jfJhDf","47079sazovu","3491768CwFZPl","enableCommand","editor","CaseChange","changeCaseLower"];return(ms=function(){return t})()}const Is=bs;function Es(){const t=["20FEtuol","10jHsqNF","15886739CTmYrj","32gpcTiU","enableCommand","commands","556157zMZEGM","155puxEgw","3717688evXkyh","7085664fRFkIu","ckbox","1387389gEslIL","get","editor","plugins","afterInit","126102hCXeJI","TrackChangesEditing","23690DFraFP"];return(Es=function(){return t})()}function bs(t,e){const n=Es();return(bs=function(t,e){return n[t-=466]})(t,e)}!function(t,e){const n=bs,r=t();for(;;)try{if(760617===-parseInt(n(481))/1*(-parseInt(n(482))/2)+parseInt(n(474))/3+-parseInt(n(471))/4+parseInt(n(470))/5*(parseInt(n(479))/6)+-parseInt(n(469))/7*(parseInt(n(466))/8)+-parseInt(n(472))/9+-parseInt(n(483))/10*(-parseInt(n(484))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Es);class Ts extends t.Plugin{[Is(478)](){const t=Is,e=this[t(476)];e[t(468)][t(475)](t(473))&&e[t(477)][t(475)](t(480))[t(467)](t(473))}}const _s=As;function ys(){const t=["codeBlock","format","isLimit","452056ryOStE","checkChild","indentCodeBlock","change","parent","CodeBlock","document","filter","from","find","commandName","formatBlock","outdentCodeBlock","markBlockFormat","71859sjPKLS","forceValue","model","410444ydvwqT","language","getSelectedBlocks","2583081gTGeNv","*Set format:* %0","name","180mguXlj","ELEMENT_CODE_BLOCK","plugins","registerElementLabel","afterInit","has","selection","5JlaNMn","value","blockName","languages","get","4283900iUdjdd","958377otdjst","_descriptionFactory","3663240EHtIAH","toLowerCase","editor","rootElement","enableCommand","schema","type","locale","commands","commandParams","*Remove format:* %0","config","label","registerDescriptionCallback","TrackChangesEditing"];return(ys=function(){return t})()}function As(t,e){const n=ys();return(As=function(t,e){return n[t-=460]})(t,e)}!function(t,e){const n=As,r=t();for(;;)try{if(561878===-parseInt(n(500))/1*(-parseInt(n(487))/2)+-parseInt(n(484))/3*(parseInt(n(493))/4)+parseInt(n(505))/5+-parseInt(n(508))/6+parseInt(n(506))/7+-parseInt(n(470))/8+parseInt(n(490))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ys);class ks extends t.Plugin{[_s(497)](){const t=_s,e=this[t(510)];if(!e[t(495)][t(498)](t(475)))return;const n=e[t(495)][t(504)](t(466)),r=e[t(515)],s=e[t(463)][t(504)](t(467))[t(503)],o=e[t(460)][t(504)](t(467));n[t(512)](t(472)),n[t(512)](t(482)),n[t(512)](t(467),((r,i={})=>{const a=t,c=e[a(486)],u=e[a(486)][a(476)][a(499)],l=i&&void 0!==i[a(485)]?i[a(485)]:!o[a(501)];let f;i[a(488)]||(i[a(488)]=s[0][a(488)]),f=l?Array[a(478)](u[a(489)]())[a(477)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(511))&&!e[n(469)](t)&&e[n(471)](t[n(474)],n(467))}(t,c[a(513)]))):Array[a(478)](u[a(489)]())[a(477)]((t=>Cs(t)));const h=y(f,c);c[a(473)]((()=>{const t=a;for(const e of h)n[t(483)](e,{commandName:t(467),commandParams:[{...i,forceValue:l}],formatGroupId:t(502)})}))})),n[t(507)][t(496)](t(467),(e=>Wr(r,t(494),e))),n[t(507)][t(465)]((e=>{const n=t;if(n(481)!=e[n(514)])return;const o=r.t,{data:i}=e;if(!i||n(467)!=i[n(480)])return;const a=i[n(461)][0][n(488)],c=o(s[n(479)]((t=>t[n(488)]===a))[n(464)])[n(509)]();return i[n(461)][0][n(485)]?{type:n(468),content:Wr(r,n(491),Wr(r,n(494),1)+" ("+c+")")}:{type:n(468),content:Wr(r,n(462),Wr(r,n(494),1))}}))}}function Cs(t){const e=_s;return e(467)==t[e(492)]}const Ls=Ns;function Ns(t,e){const n=Rs();return(Ns=function(t,e){return n[t-=292]})(t,e)}function Rs(){const t=["34350IRtoTD","addCommentThread","enableCommand","editor","63rdOxnh","199339SMaMuj","274450onmgYX","10466628cHxtac","has","30WRYclv","30152NSJVYB","afterInit","CommentsEditing","2030FOQlId","4502UyjRhg","get","11dnMdqS","TrackChangesEditing","plugins","495NiUlKD","2436YKpnTG"];return(Rs=function(){return t})()}!function(t,e){const n=Ns,r=t();for(;;)try{if(149467===parseInt(n(294))/1*(-parseInt(n(304))/2)+-parseInt(n(311))/3+-parseInt(n(310))/4*(parseInt(n(303))/5)+parseInt(n(299))/6*(-parseInt(n(295))/7)+parseInt(n(300))/8*(-parseInt(n(309))/9)+parseInt(n(296))/10+parseInt(n(306))/11*(parseInt(n(297))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Rs);class Ss extends t.Plugin{[Ls(301)](){const t=Ls,e=this[t(293)];e[t(308)][t(298)](t(302))&&e[t(308)][t(305)](t(307))[t(292)](t(312))}}var Ms=n(834);function vs(t,e,n){const r=Os,s=[];for(const o of e[r(412)]())o[r(407)](t)&&s[r(453)](n[r(459)](o));return s}function ws(){const t=["type","includes","bindElementToMarker","createRangeOn","model","2401206CZGwtd","activeMarkers","hasAttribute","20JsPztQ","isAtEnd","ck-suggestion-marker--active","addHighlight","getItems","span","nextSibling","elementEnd","isLimit","listItem","21714bQJjCM","430995QDPqEr","getAttribute","createUIElement","markerRange","previousPosition","listIndent","markerName","getWalker","name","writer","mapper","TrackChangesEditing","isBlock","element","isContent","start","insert","consumable","ck-suggestion-marker-","toViewPosition","48RqNXXN","1348wVadXy","plugins","item","1111EbVAlq","437481hCTNKj","919373HcWWLw","getCustomProperty","schema","addClass","parent","254LtDJCm","test","get","push","toViewElement","209380iVUmgN"];return(ws=function(){return t})()}function Os(t,e){const n=ws();return(Os=function(t,e){return n[t-=406]})(t,e)}function Ds(t,e,{showActiveMarker:n=!0}={}){const r=Os,s=t[r(441)][r(452)](r(430));return(o,i,a)=>{const c=r;if(!a[c(436)][c(451)](i[c(422)],o[c(427)]))return;const u=i[c(422)][c(426)](),l=i[c(422)][c(434)],f=t[c(460)][c(447)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(442)];d=d||f[c(433)](e);const n=a[c(429)][c(454)](e);if(n&&n[c(446)](c(411)))return;c(415)==t[c(456)]&&f[c(431)](e)&&!f[c(416)](e)&&(e[c(414)]||l[c(409)]?h&&h[c(449)]==e||(h=e,m(t[c(423)]),p=!0):g=g||t[c(423)])}function m(t){const r=c,o=a[r(428)][r(421)](r(413),{class:r(437)+e}),u=a[r(429)][r(438)](t);n&&s[r(406)][r(457)](i[r(425)])&&a[r(428)][r(448)](r(410),o),a[r(428)][r(435)](u,o),a[r(429)][r(458)](o,i[r(425)])}d||p||!g||m(g)}}!function(t,e){const n=Os,r=t();for(;;)try{if(470979===parseInt(n(419))/1+-parseInt(n(450))/2*(-parseInt(n(418))/3)+-parseInt(n(440))/4*(parseInt(n(408))/5)+parseInt(n(461))/6+parseInt(n(445))/7*(parseInt(n(439))/8)+parseInt(n(444))/9+parseInt(n(455))/10*(-parseInt(n(443))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ws);const Fs=Ps;function Ps(t,e){const n=xs();return(Ps=function(t,e){return n[t-=492]})(t,e)}function xs(){const t=["lock","deleteForward","get","1731636HbDgQs","commands","forward","removeMarker:suggestion:deletion","912OpRyio","markerNameToElements","623327xovccV","4207HLAqss","TrackChangesEditing","data","writer","$graveyard","model","root","rootName","uiElement","selection","start","13794QwayAb","bind","delete","fromRange","unit","enableCommand","3210160VNlqGl","downcastDispatcher","high","remove","editing","detach","createRange","end","enqueueChange","unbindElementFromMarkerName","plugins","createSelection","getFirstRange","init","merge","buffer","markerName","setSelection","modifySelection","mapper","isCollapsed","document","batch","6344985ZnUdyv","unlock","37863wEdmIw","showSuggestionHighlights","addMarker:suggestion:deletion","options","2YuzScb","1869783hvJtbT","requires","editor"];return(xs=function(){return t})()}!function(t,e){const n=Ps,r=t();for(;;)try{if(704259===-parseInt(n(505))/1*(-parseInt(n(492))/2)+-parseInt(n(493))/3+parseInt(n(499))/4+-parseInt(n(546))/5+-parseInt(n(517))/6*(-parseInt(n(506))/7)+parseInt(n(503))/8*(parseInt(n(548))/9)+-parseInt(n(523))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xs);class Bs extends t.Plugin{static get[Fs(494)](){return[Ms.Delete]}[Fs(536)](){const t=Fs,e=this[t(495)],n=e[t(533)][t(498)](t(507));n[t(522)](t(519));const r=e[t(500)][t(498)](t(497));n[t(522)](t(497),((n,s={})=>{const o=t,a=e[o(511)][o(534)](e[o(511)][o(544)][o(515)]);a[o(543)]&&e[o(511)][o(541)](a,{direction:o(501),unit:s[o(521)]});const c=a[o(535)](),u=i.LiveRange[o(520)](c);let l;n(s),l=o(510)==u[o(512)][o(513)]?e[o(511)][o(529)](c[o(516)]):e[o(511)][o(529)](u[o(516)],u[o(530)]),u[o(528)](),e[o(511)][o(531)](r[o(538)][o(545)],(t=>{const e=o;r[e(538)][e(496)](),t[e(540)](t[e(529)](l[e(530)])),r[e(538)][e(547)]()}))})),e[t(527)][t(524)].on(t(550),Ds(e,t(537)),{priority:t(525)}),e[t(508)][t(524)].on(t(550),((n,r,s)=>{const o=t;s[o(551)][o(549)]&&Ds(e,o(537),{showActiveMarker:!1})[o(518)](this)(n,r,s)}),{priority:t(525)}),e[t(527)][t(524)].on(t(502),((e,n,r)=>{const s=t,o=r[s(542)][s(504)](n[s(539)]);if(o)for(const t of o)t.is(s(514))&&(r[s(542)][s(532)](t,n[s(539)]),r[s(509)][s(526)](t))}),{priority:t(525)})}}const Us=Vs;function js(){const t=["*Format:* remove from %0","319870neALZT","6427053MoLAzj","registerPostFixer","*Indent:* %0","splitListItemAfter","get","registerCustomCallback","commandName","listReversed","key","isObject","batch","afterInit","todoListCheck","nodeAfter","*Format:* insert into %0","forceValue","ELEMENT_TODO_LIST","selection","nextSibling","splitListItemBefore","deletion","bulleted","_registerLegacyDescription","customBulletedList","noTrackChangesFixer","40hrLuDc","59171AqmXxP","format","fromRange","containsItem","isUndo","listIndent","map","_enableDefaultAttributesIntegration","numbered","commands","listItemId","*Outdent:* %0","differ","ELEMENT_NUMBERED_LIST","listMarkerStyle","attributeKey","locale","attributes","registerAttributeLabel","has","outdentList","detach","setAttribute","push","todo","default","_findSuggestions","getFirstRange","listItemIdFixer","type","todoListChecked","indentList","trackChangesCommand","config","isLocal","start","document","setSelection","*Set format:* %0","_getAttributeKey","getSuggestions","createPositionAt","plugins","ELEMENT_","898YpTjKU","list.multiBlock","find","accept","change","formatBlock","8529PTxXUP","mergeListItemForward","oldValue","parent","_LIST","ListEditing","registerDescriptionCallback","getRanges","filter","every","listStyle","_suggestionFactory","customNumberedList","end","*Remove format:* %0","next","*Uncheck item*","registerElementLabel","*Check item*","editor","_supportLegacySuggestions","FORMAT_INDENT","commandParams","getFirstMarker","assureChains","*Split:* list item","execute","ELEMENT_LIST_ITEM","listStart","36ISytAn","getAttribute","head","multipleBlocks","toUpperCase","refresh","from","TodoListEditing","attribute","includes","TrackChangesEditing","*Merge:* list item","listMarker","_descriptionFactory","model","isNextTo","todoList","bulletedList","range","getChanges","schema","newValue","suggestion","ELEMENT_BULLETED_LIST","documentList","groupId","*Change to:* %0","createRange","listType","12189430Mtwvvx","numberedList","length","*Merge:* %0","previousSibling","6799962KHUjPY","meta","value","mergeListItemBackward","removeMarker","905197uOdrui","data","checkTodoList"];return(js=function(){return t})()}!function(t,e){const n=Vs,r=t();for(;;)try{if(763940===parseInt(n(388))/1+parseInt(n(314))/2*(parseInt(n(320))/3)+parseInt(n(349))/4*(-parseInt(n(392))/5)+parseInt(n(383))/6+parseInt(n(419))/7*(-parseInt(n(418))/8)+-parseInt(n(393))/9+-parseInt(n(378))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(js);class Gs extends t.Plugin{[Us(404)](){const t=Us,e=this[t(339)];if(!e[t(312)][t(289)](t(325)))return;const n=e[t(286)],r=e[t(312)][t(397)](t(359)),s=e[t(312)][t(289)](t(356)),o=!!e[t(303)][t(397)](t(315));function i(e){const r=t;return{type:r(420),content:""+Wr(n,r(308),e)}}function a(e){const r=t;return{type:r(420),content:""+Wr(n,r(334),e)}}r[t(277)](t(379),[],[t(280),t(377),t(275)]),r[t(277)](t(366)),r[t(277)](t(332)),r[t(277)](t(416)),r[t(277)](t(301)),r[t(277)](t(290)),r[t(277)](t(396)),r[t(277)](t(412)),o&&(r[t(277)](t(386)),r[t(277)](t(321))),s&&(r[t(277)](t(365)),r[t(277)](t(390),[],[t(300)]),r[t(362)][t(326)]((e=>{const r=t,{data:s}=e;if(s&&r(300)==s[r(401)])return{type:r(420),content:s[r(370)]?Wr(n,r(338)):Wr(n,r(336))}})),this[t(339)][t(363)][t(306)][t(394)]((e=>{const n=t;if(e[n(403)][n(274)])return!1;let s=!1;const o=r[n(310)]({skipNotAttached:!0})[n(328)]((t=>n(300)===r[n(309)](t)));for(const t of o)n(294)!=t[n(297)]()[n(305)][n(406)][n(350)](n(377))&&(r[n(296)](t[n(297)](),n(357))[n(316)]((t=>n(377)===r[n(309)](t[n(371)])))||(e[n(387)](t[n(343)]()),s=!0));return s}))),r[t(362)][t(288)](t(275),Wr(n,t(341)));const c={type:t(420),content:""};r[t(362)][t(326)]((e=>{const r=t,{data:s}=e;if(!s||r(377)!=s[r(401)])return;let u=e[r(351)];for(;u;){if(u[r(389)]&&((r(330)==u[r(389)][r(401)]||r(284)==u[r(389)][r(401)])&&(u[r(389)][r(370)]&&r(295)!=u[r(389)][r(370)]||r(295)!=u[r(389)][r(322)]&&!s[r(370)])||!o&&u[r(389)][r(401)]==_c))return c;u=u[r(335)]}if(null==s[r(370)])switch(s[r(322)]){case r(414):return a(Wr(n,r(372)));case r(278):return a(Wr(n,r(283)));case r(294):return a(Wr(n,r(409)))}switch(s[r(370)]){case r(414):return i(Wr(n,r(372)));case r(278):return i(Wr(n,r(283)));case r(294):return i(Wr(n,r(409)))}})),r[t(362)][t(326)]((e=>{const n=t,{data:r}=e;if(r&&n(275)==r[n(401)])return null==r[n(370)]||null==r[n(322)]&&0==r[n(370)]?c:void 0})),r[t(362)][t(326)]((e=>{const r=t;if(r(357)!=e[r(299)])return;const{data:s}=e;if(!s||r(280)!=s[r(401)])return;const o=zs(e);return o?r(370)==o?{type:r(420),content:Wr(n,r(360))}:r(322)==o?{type:r(420),content:Wr(n,r(345))}:c:c})),e[t(363)][t(306)][t(394)]((e=>this[t(298)](e))),e[t(363)][t(306)][t(394)]((e=>this[t(417)](e))),e[t(363)][t(306)][t(394)]((e=>this[t(344)](e))),this[t(340)]()}[Us(298)](t){const e=Us;if(t[e(403)][e(274)]||!t[e(403)][e(304)])return!1;let n=!1;const r=this[e(339)][e(312)][e(397)](e(359))[e(310)]({skipNotAttached:!0})[e(328)]((t=>t[e(389)]&&e(280)==t[e(389)][e(401)]))[e(328)]((t=>t[e(389)][e(370)]&&t[e(389)][e(322)]));for(const s of r)zs(s)||(t[e(387)](s[e(343)]()),n=!0);return n}[Us(417)](t){const e=Us;if(t[e(403)][e(274)]||!t[e(403)][e(304)])return!1;const n=this[e(339)][e(312)][e(397)](e(359));if(n[e(302)][e(385)])return!1;let r=!1;const s=[e(377),e(280),e(275),e(330),e(348),e(400),e(405),e(361),e(284)],o=this[e(339)][e(363)][e(306)][e(282)][e(368)]()[e(328)]((t=>e(357)==t[e(299)]))[e(328)]((t=>s[e(358)](t[e(285)])));if(0==o[e(380)])return r;for(const i of o){const o=n[e(296)](i[e(367)],e(357))[e(328)]((t=>!t[e(384)][e(364)]))[e(276)]((t=>t[e(371)]))[e(328)]((t=>{const r=e,o=n[r(309)](t);return s[r(358)](o)}));if(o[e(380)]){for(const n of o)t[e(387)](n[e(343)]());r=!0}}return r}[Us(344)](t){const e=Us;if(t[e(403)][e(274)]||!t[e(403)][e(304)])return!1;const n=this[e(339)][e(312)][e(397)](e(359));let r=!1;const s=[e(377),e(280),e(275),e(330),e(348),e(400),e(405),e(361),e(284)];for(const t of n[e(310)]({skipNotAttached:!0})){const o=n[e(296)](t[e(297)](),e(357))[e(276)]((t=>t[e(371)]))[e(328)]((t=>t[e(389)]&&s[e(358)](t[e(389)][e(401)])));if(!o[e(380)])continue;const a=o[0][e(351)][e(287)][e(374)];if(!o[e(329)]((t=>t[e(287)][e(374)]===a)))for(const t of o)i(t,a)&&(r=!0)}return r;function o(t,r){const s=e;for(const e of n[s(310)]({skipNotAttached:!0})[s(328)]((e=>s(357)==e[s(299)]&&e[s(287)][s(374)]==t)))e[s(292)](s(374),r)}function i(t,n){const r=e;let s=t[r(351)],i=!1;for(;s;)s[r(287)][r(374)]!=n&&(o(s[r(287)][r(374)],n),s[r(292)](r(374),n),i=!0),s=s[r(335)];return i}}[Us(340)](){const t=Us,e=this[t(339)],n=e[t(286)],r=e[t(312)][t(397)](t(359));this[t(415)](),r[t(331)][t(398)](t(319),t(373),t(317),(function(n,r){const s=t,o=[];for(let t of n)t[s(305)][s(406)]===t[s(333)][s(323)]&&(t=e[s(363)][s(376)](e[s(363)][s(311)](t[s(305)][s(406)],0))),o[s(293)](t);e[s(363)][s(318)]((t=>{const n=s,a=e[n(363)][n(306)][n(410)],c=Array[n(355)](a[n(327)]())[n(276)]((t=>i.LiveRange[n(272)](t)));t[n(307)](o),e[n(279)][n(397)](r[n(399)])[n(354)](),r[n(342)][n(293)]({forceDefaultExecution:!0}),e[n(346)](r[n(399)],...r[n(342)]),t[n(307)](c);for(const t of c)t[n(291)]()}))})),r[t(362)][t(337)]((function(n){const r=t,s=!e[r(363)][r(369)][r(402)](n),o=n[r(382)],i=n[r(411)],a=n[r(350)](r(280)),c=!o||o[r(350)](r(280))!==a,u=!i||i[r(350)](r(280))!==a;return s&&Boolean(a)&&c&&u}),(e=>Wr(n,t(347),e)))}[Us(415)](){const t=Us,e=this[t(339)],n=e[t(286)];function r(n){const r=t,s=e[r(279)][r(397)](r(366))[r(385)],o=e[r(279)][r(397)](r(379))[r(385)];return r(379)===n?s:o}e[t(312)][t(397)](t(359))[t(362)][t(326)]((function(s){const o=t;if(o(319)!=s[o(299)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(399)]){case o(366):u=i[o(342)][0][o(408)],l=r(i[o(399)]),a=o(u?407:391),!l&&e[o(303)][o(397)](o(315))||(a=o(375)),c={type:o(420),content:Wr(n,a,Wr(n,o(372)))};break;case o(379):u=i[o(342)][0][o(408)],l=r(i[o(399)]),a=o(u?407:391),!l&&e[o(303)][o(397)](o(315))||(a=o(375)),c={type:o(420),content:Wr(n,a,Wr(n,o(283)))};break;case o(301):a=o(395),c={type:o(420),content:Wr(n,a,Wr(n,o(347)))};break;case o(290):a=function(t){const e=o,n=t[e(297)]();let r=n[e(305)][e(406)];for(;r&&n[e(273)](r);){if(r[e(350)](e(275))>0)return!1;r=r[e(411)]}return!0}(s)?Wr(n,o(391),Wr(n,function(t){const e=o;return e(313)+t[e(297)]()[e(305)][e(406)][e(350)](e(377))[e(353)]()+e(324)}(s))):Wr(n,o(281),Wr(n,o(347))),c={type:o(420),content:a};break;case o(386):case o(321):!1===i[o(352)]&&(a=o(381),c={type:o(413),content:Wr(n,a,Wr(n,o(347)))})}return c}))}}function Vs(t,e){const n=js();return(Vs=function(t,e){return n[t-=272]})(t,e)}function zs(t){const e=Us;let n=t[e(297)]()[e(305)][e(406)][e(382)];for(;n;){const r=n[e(350)](e(280));if(!r)return!1;if(r==t[e(389)][e(370)])return e(370);if(r==t[e(389)][e(322)])return e(322);n=n[e(382)]}return!1}function Ws(t,e){const n=Ks();return(Ws=function(t,e){return n[t-=471]})(t,e)}const Hs=Ws;function Ks(){const t=["editor","next","attribute","has","oldValue","afterInit","1904076kTWnrS","*Format:* set order to reversed","listStart","key","ELEMENT_","numbered","upper-roman","getFirstMarker","_enableDefaultAttributesIntegration","listStyle","1178738UTWdiO","removeMarker","bulleted","111391WmgOft","lower-roman","bind","_LIST_","*Change to:* %0","5PRGLlB","_descriptionFactory","getFirstRange","*Remove format:* %0","list.properties","model","upper-latin","locale","nodeAfter","circle","763060MnSmiN","lower-latin","suggestion","plugins","head","_getTranslationKeyForListStyle","start","6NIuuzk","registerDescriptionCallback","config","toUpperCase","registerAttributeLabel","default","*Format:* set order to regular","459118FTBRkB","formatBlock","getAttribute","disc","listType","data","batch","decimal","replace","commandName","find","newValue","*Set format:* %0","customNumbered","filter","FORMAT_LIST_START","document","_registerLegacyDescription","_LIST_DEFAULT","reversed","commandParams","432NVVfBE","registerPostFixer","18skgSZz","handleDescriptions","styles","format","FORMAT_LIST_REVERSED","type","740949hDvsIk","isUndo","_getAttributeKey","1999036EQrDMn","ListPropertiesEditing","square","listReversed","TrackChangesEditing","startIndex","getSuggestions","get","includes","*Format:* set start index to %0","decimal-leading-zero","_findSuggestions"];return(Ks=function(){return t})()}!function(t,e){const n=Ws,r=t();for(;;)try{if(767098===parseInt(n(488))/1+-parseInt(n(519))/2*(-parseInt(n(544))/3)+-parseInt(n(491))/4*(parseInt(n(527))/5)+parseInt(n(509))/6+parseInt(n(522))/7*(-parseInt(n(480))/8)+-parseInt(n(482))/9*(parseInt(n(537))/10)+parseInt(n(551))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ks);class Xs extends t.Plugin{[Hs(508)](){const t=Hs;if(!this[t(503)][t(540)][t(506)](t(492)))return;const e=this[t(503)][t(546)][t(498)](t(531)),n=this[t(503)][t(540)][t(498)](t(495));e[t(484)]&&n[t(517)](t(518),[],[t(518)]),e[t(478)]&&n[t(517)](t(494),[],[t(494)]),e[t(496)]&&n[t(517)](t(511),[],[t(511)]);const r={type:t(485),content:""};n[t(528)][t(545)](this[t(483)][t(524)](this));const s=this[t(503)][t(534)];n[t(528)][t(548)](t(494),Wr(s,t(486))),n[t(528)][t(545)]((e=>{const n=t,{data:s}=e;if(s&&n(494)==s[n(512)])return null==s[n(562)]||0==s[n(562)]&&null==s[n(507)]?r:void 0})),n[t(528)][t(548)](t(511),Wr(s,t(474))),n[t(528)][t(545)]((e=>{const n=t,{data:s}=e;if(s&&n(511)==s[n(512)])return null==s[n(562)]||1==s[n(562)]&&null==s[n(507)]?r:void 0})),this[t(503)][t(532)][t(475)][t(481)]((e=>{const r=t;if(e[r(557)][r(489)])return!1;let s=!1;const o=n[r(497)]({skipNotAttached:!0})[r(473)]((t=>{const e=r,s=n[e(490)](t);return e(511)==s||e(494)==s}));for(const t of o){const o=t[r(529)]()[r(543)][r(535)][r(553)](r(555));r(514)!=o&&r(472)!=o&&(n[r(502)](t[r(529)](),r(505))[r(561)]((t=>r(555)==n[r(490)](t[r(539)])))||(e[r(520)](t[r(516)]()),s=!0))}return s})),this[t(476)]()}[Hs(483)](t){const e=Hs,n=this[e(503)][e(534)],{data:r}=t,s={type:e(485),content:""};if(!r||e(518)!=r[e(512)])return;if(!r[e(507)])return e(549)==r[e(562)]?s:{type:e(485),content:""+Wr(n,e(471),Wr(n,this[e(542)](r[e(562)])))};if(!r[e(562)]){if(e(549)==r[e(507)])return s;let o=t[e(541)];for(;o;){if(o[e(556)]&&e(555)==o[e(556)][e(512)]&&o[e(556)][e(562)])return s;o=o[e(504)]}return{type:e(485),content:""+Wr(n,e(530),Wr(n,this[e(542)](r[e(507)])))}}if(e(549)!=r[e(562)])return{type:e(485),content:""+Wr(n,e(471),Wr(n,this[e(542)](r[e(562)])))};let o=t[e(541)];for(;o;){if(o[e(556)]&&e(555)==o[e(556)][e(512)]&&o[e(556)][e(562)]&&o[e(556)][e(507)])return s;o=o[e(504)]}const i=t[e(529)]()[e(543)][e(535)][e(553)](e(555));return{type:e(485),content:Wr(n,e(471),Wr(n,e(513)+i[e(547)]()+e(477)))}}[Hs(476)](){const t=Hs,e=this[t(503)],n=e[t(534)];e[t(540)][t(498)](t(495))[t(528)][t(545)]((e=>{const r=t;if(r(552)!=e[r(487)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(560)]){case r(518):o=r(526),i={type:r(485),content:Wr(n,o,Wr(n,this[r(542)](s[r(479)][0][r(487)])))};break;case r(494):o=s[r(479)][0][r(478)]?r(510):r(550),i={type:r(485),content:Wr(n,o)};break;case r(511):o=r(500),i={type:r(485),content:Wr(n,o,s[r(479)][0][r(496)])}}return i}))}[Hs(542)](t){const e=Hs;return e(513)+function(t){const n=e;return qs[n(499)](t)?n(521):Js[n(499)](t)?n(514):null}(t)[e(547)]()+e(525)+t[e(547)]()[e(559)](/-/g,"_")}}const qs=[Hs(554),Hs(536),Hs(493)],Js=[Hs(558),Hs(501),Hs(523),Hs(515),Hs(538),Hs(533)];var Zs=n(507);const Ys=$s;function Qs(){const t=["createRange","writer","enterBlock","4971870yokrPY","1549920UXUTGf","enter","3DDLhPe","TrackChangesEditing","mapper","markInsertion","data","nextSibling","bind","afterExecute","fromRange","2108446mPJnxD","get","high","plugins","editing","split","change","requires","commands","markerNameToElements","3348776DvmfiC","removeMarker:suggestion:insertion","createPositionAt","downcastDispatcher","enableCommand","ck-suggestion-marker-split","addMarker:suggestion:insertion","model","init","getFirstRange","fire","setSelection","getFirstPosition","selection","parent","markerName","7QBAOin","5008455rycINO","remove","detach","948357RQYUFb","63610UADMfE","editor","document","end","options","99SXySMn","showSuggestionHighlights","unbindElementFromMarkerName","hasClass"];return(Qs=function(){return t})()}function $s(t,e){const n=Qs();return($s=function(t,e){return n[t-=276]})(t,e)}!function(t,e){const n=$s,r=t();for(;;)try{if(821993===parseInt(n(326))/1+-parseInt(n(296))/2+-parseInt(n(287))/3*(-parseInt(n(306))/4)+-parseInt(n(323))/5+parseInt(n(284))/6+parseInt(n(322))/7*(parseInt(n(285))/8)+parseInt(n(277))/9*(parseInt(n(327))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qs);class to extends t.Plugin{static get[Ys(303)](){return[Zs.Enter]}[Ys(314)](){const t=Ys,e=this[t(328)],n=e[t(299)][t(297)](t(288)),r=e[t(304)][t(297)](t(286));n[t(310)](t(286),(()=>{const s=t;e[s(313)][s(302)]((t=>{const o=s,a=e[o(313)][o(329)][o(319)],c=a[o(318)](),u=i.LiveRange[o(295)](a[o(315)]());if(r[o(283)](t)){const r=e[o(313)][o(308)](c[o(320)][o(292)],0),s=t[o(281)](c,r);n[o(290)](s)}else t[o(317)](t[o(281)](u[o(330)]));u[o(325)](),r[o(316)](o(294),{writer:t})}))})),e[t(300)][t(309)].on(t(312),Ds(e,t(301)),{priority:t(298)}),e[t(300)][t(309)].on(t(307),((e,n,r)=>{const s=t,o=r[s(289)][s(305)](n[s(321)]);if(o)for(const t of o)t[s(280)](s(311))&&(r[s(289)][s(279)](t,n[s(321)]),r[s(282)][s(324)](t))}),{priority:t(298)}),e[t(291)][t(309)].on(t(312),((n,r,s)=>{const o=t;s[o(276)][o(278)]&&Ds(e,o(301),{showActiveMarker:!1})[o(293)](this)(n,r,s)}),{priority:t(298)})}}function eo(){const t=["getRange","316996FpKdXD","findNext","10MPHkZu","3575000fJDsxz","plugins","replaceAll","markers","bind","getMarkersGroup","item","5QLOmxM","TrackChangesEditing","end","7LGmjrp","7645473GUPVKr","handleFindCommand","editor","FindAndReplaceUtils","_isInDeletionRange","findByTextCallback","14503775lPMIYb","string","has","1519092wkyukB","270003iJawRB","suggestion:deletion","enableCommand","get","start","6wkdpxO","FindAndReplaceEditing","find","filter","getIntersection","1345524mwJWiP","replace","model","createRange","afterInit","createPositionAt","findPrevious"];return(eo=function(){return t})()}const no=ro;function ro(t,e){const n=eo();return(ro=function(t,e){return n[t-=212]})(t,e)}!function(t,e){const n=ro,r=t();for(;;)try{if(703973===-parseInt(n(244))/1*(-parseInt(n(249))/2)+parseInt(n(243))/3+parseInt(n(220))/4+-parseInt(n(230))/5*(-parseInt(n(212))/6)+parseInt(n(233))/7*(-parseInt(n(223))/8)+parseInt(n(234))/9*(parseInt(n(222))/10)+-parseInt(n(240))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(eo);class so extends t.Plugin{[no(216)](){const t=no;if(!this[t(236)][t(224)][t(242)](t(250)))return;const e=this[t(236)][t(224)][t(247)](t(231));e[t(246)](t(251),this[t(235)][t(227)](this)),e[t(246)](t(221)),e[t(246)](t(218)),e[t(246)](t(213)),e[t(246)](t(225))}[no(235)](t,e,n={}){const r=no,s=this[r(236)][r(224)][r(247)](r(237));return t((t=>(r(241)==typeof e?s[r(239)](e,n):e)(t)[r(252)]((e=>!1===this[r(238)](e,t[r(229)])))),n)}[no(238)](t,e){const n=no,r=this[n(236)][n(214)][n(215)](this[n(236)][n(214)][n(217)](e,t[n(248)]),this[n(236)][n(214)][n(217)](e,t[n(232)]));for(const t of this[n(236)][n(214)][n(226)][n(228)](n(245)))if(null!==r[n(253)](t[n(219)]()))return!0;return!1}}function oo(){const t=["392073okuump","fontColor.colors","11sNjnge","fontColor","FontSize","FORMAT_FONT_SIZE","editor","formatInline","*Set font family:* %0","FontSizeEditing","get","*Set font size:* %0","FontColorEditing","1545935jovSUu","1527612aLZBtJ","*Reset font size*","FontBackgroundColorEditing","21CKqSax","fontFamily","locale","label","_descriptionFactory","fontBackgroundColor","*Set font background color:* %0","format","7593912GAXoJQ","FontFamilyEditing","config","toLowerCase","FORMAT_FONT_FAMILY","registerDescriptionCallback","fontSize.options","afterInit","FORMAT_FONT_COLOR","type","title","*Reset font background color*","TrackChangesEditing","634136nWMFcO","fontSize","*Set font color:* %0","9uObgRo","commandName","trim","has","find","normalizeSizeOptions","_enableDefaultAttributesIntegration","4OMJsCg","8340220JtIYdx","106661nUmdio","fontBackgroundColor.colors","FORMAT_FONT_BACKGROUND","22qVCwpB","*Reset font family*","registerAttributeLabel","*Reset font color*","_registerLegacyDescription","model","commandParams","plugins","value"];return(oo=function(){return t})()}const io=co;!function(t,e){const n=co,r=t();for(;;)try{if(955225===-parseInt(n(181))/1+-parseInt(n(184))/2*(-parseInt(n(193))/3)+-parseInt(n(179))/4*(parseInt(n(206))/5)+-parseInt(n(218))/6+parseInt(n(210))/7*(parseInt(n(169))/8)+parseInt(n(172))/9*(parseInt(n(180))/10)+parseInt(n(195))/11*(parseInt(n(207))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(oo);const ao=[{pluginName:io(202),commandName:io(170)},{pluginName:io(219),commandName:io(211)},{pluginName:io(205),commandName:io(196)},{pluginName:io(209),commandName:io(215)}];function co(t,e){const n=oo();return(co=function(t,e){return n[t-=165]})(t,e)}class uo extends t.Plugin{[io(225)](){const t=io,e=this[t(199)][t(212)],n=this[t(199)][t(191)][t(203)](t(168));for(const{pluginName:e,commandName:r}of ao)this[t(199)][t(191)][t(175)](e)&&n[t(178)](r,[r]);e.t,n[t(214)][t(186)](t(170),Wr(e,t(198))),n[t(214)][t(186)](t(211),Wr(e,t(222))),n[t(214)][t(186)](t(196),Wr(e,t(226))),n[t(214)][t(186)](t(215),Wr(e,t(183))),this[t(188)]()}[io(188)](){const t=io,e=this[t(199)],n=e[t(212)];e[t(191)][t(203)](t(168))[t(214)][t(223)]((e=>{const r=t,o=n.t;if(r(200)!=e[r(165)])return;const{data:i}=e;if(null!=i){if(r(170)==i[r(173)]){const t=i[r(190)][0][r(192)];if(t){const e=o(this[r(199)][r(191)][r(203)](r(197))[r(177)](this[r(199)][r(220)][r(203)](r(224)))[r(176)]((e=>e[r(189)]==t))[r(166)])[r(221)]();return{type:r(217),content:Wr(n,r(204),e)}}return{type:r(217),content:Wr(n,r(208))}}if(r(211)==i[r(173)]){const t=i[r(190)][0][r(192)];return t?{type:r(217),content:Wr(n,r(201),t)}:{type:r(217),content:Wr(n,r(185))}}if(r(196)==i[r(173)]){const t=i[r(190)][0][r(192)];if(t){const e=(0,s.normalizeColorOptions)(this[r(199)][r(220)][r(203)](r(194)))[r(176)]((e=>e[r(189)]==t));let i=t,a="";return e&&(i=e[r(213)],a=o(i)[r(221)]()),{type:r(217),content:Wr(n,r(171),a)[r(174)](),color:{value:t,title:a||i}}}return{type:r(217),content:Wr(n,r(187))}}if(r(215)==i[r(173)]){const t=i[r(190)][0][r(192)];if(t){const e=(0,s.normalizeColorOptions)(this[r(199)][r(220)][r(203)](r(182)))[r(176)]((e=>e[r(189)]==t));let i=t,a="";return e&&(i=e[r(213)],a=o(i)[r(221)]()),{type:r(217),content:Wr(n,r(216),a)[r(174)](),color:{value:t,title:a||i}}}return{type:r(217),content:Wr(n,r(167))}}}}))}}const lo=ho;function fo(){const t=["TrackChangesEditing","30XdamfC","fontSize.options","FontSize","toLowerCase","fontBackgroundColor","commandParams","charAt","model","fontColor","afterInit","_enableDefaultAttributesIntegration","commands","find","boolean","get","87335HblijV","*Remove all formatting*","slice","plugins","843960hPPqls","fontColor.colors","fontSize","title","formatBlock","join","10smEAvV","2010942XRZSOg","length","enableCommand","copyFormat","formatInline","label","toUpperCase","563892uABtzr","3955611ZyWWDo","locale","pasteFormat","commandName","_registerLegacyDescription","305264zaUnav","*Set format to:* %0","editor","registerDescriptionCallback","_descriptionFactory","normalizeSizeOptions","format","entries","1ShZjel","14ahZJLh","push","config","type","split","1038380SJWPVv"];return(fo=function(){return t})()}function ho(t,e){const n=fo();return(ho=function(t,e){return n[t-=140]})(t,e)}!function(t,e){const n=ho,r=t();for(;;)try{if(139561===parseInt(n(175))/1*(parseInt(n(167))/2)+-parseInt(n(161))/3+-parseInt(n(181))/4+parseInt(n(143))/5*(parseInt(n(183))/6)+parseInt(n(176))/7*(parseInt(n(147))/8)+-parseInt(n(154))/9*(parseInt(n(153))/10)+parseInt(n(162))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fo);class go extends t.Plugin{[lo(192)](){const t=lo,e=this[t(169)],n=e[t(146)][t(142)](t(182)),r=e[t(194)][t(142)](t(157)),s=e[t(194)][t(142)](t(164));r&&s&&(n[t(193)](t(164)),n[t(156)](t(157)),this[t(166)]())}[lo(166)](){const t=lo,e=this[t(169)],n=e[t(163)];e[t(146)][t(142)](t(182))[t(171)][t(170)]((r=>{const s=t;if(s(151)!=r[s(179)]&&s(158)!=r[s(179)])return;const{data:o}=r;if(o&&s(164)===o[s(165)]){const t=[],r=o[s(188)][0];for(const[n,o]of Object[s(174)](r))t[s(177)](po(e,n,o));return t[s(155)]?{type:s(173),content:Wr(n,s(168),t[s(152)](", "))}:{type:s(173),content:Wr(n,s(144))}}}))}}function po(t,e,n){const r=lo,o=t[r(163)].t,i=e[r(180)](/(?=[A-Z])/)[r(152)](" "),a=o(i[r(189)](0)[r(160)]()+i[r(145)](1))[r(186)]();if(r(141)==typeof n)return a;if(r(191)===e||r(187)===e){const e=(0,s.normalizeColorOptions)(t[r(178)][r(142)](r(148)))[r(140)]((t=>t[r(190)]==n));return a+" ("+(e?o(e[r(159)])[r(186)]():n)+")"}if(r(149)===e&&isNaN(parseFloat(n))){const e=t[r(146)][r(142)](r(185))[r(172)](t[r(178)][r(142)](r(184)))[r(140)]((t=>t[r(190)]==n));return a+" ("+(e?o(e[r(150)])[r(186)]():n)+")"}return a+" ("+n+")"}function mo(){const t=["plugins","registerDescriptionCallback","458884QcGHrZ","35660UhjMwb","_headingOptions","value","editor","_descriptionFactory","2301220HZpDoG","name","formatBlock","afterInit","1693408KApumH","HeadingEditing","commandName","44hkNxfU","view","_getHeadingLevel","_registerLegacyDescription","66uZoUDI","commandParams","429Qlyguj","394985qVzqNA","get","TrackChangesEditing","ELEMENT_HEADING","find","match","locale","format","_enableDefaultAttributesIntegration","8540wlQNmW","config","type","heading","model","paragraph","1716777KUILFz","has","registerElementLabel","heading.options","*Change to:* %0","title","ELEMENT_HEADING_CUSTOM","6416fldwrB"];return(mo=function(){return t})()}const Io=Eo;function Eo(t,e){const n=mo();return(Eo=function(t,e){return n[t-=201]})(t,e)}!function(t,e){const n=Eo,r=t();for(;;)try{if(651005===parseInt(n(202))/1+parseInt(n(212))/2+-parseInt(n(221))/3*(parseInt(n(203))/4)+-parseInt(n(222))/5*(-parseInt(n(219))/6)+parseInt(n(231))/7*(-parseInt(n(244))/8)+-parseInt(n(237))/9+-parseInt(n(208))/10*(-parseInt(n(215))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(mo);class bo extends t.Plugin{[Io(211)](){const t=Io,e=this[t(206)];if(!e[t(245)][t(238)](t(213)))return;this[t(204)]=e[t(232)][t(223)](t(240));const n=e[t(228)],r=e[t(245)][t(223)](t(224));r[t(230)](t(234));for(const e of this[t(204)])t(236)!=e[t(235)]&&r[t(207)][t(239)](e[t(235)],(n=>{const r=t,i=this[r(217)](e[r(235)]);return null!==i?s(n,i):o(n,e[r(242)])}));function s(e,r){return Wr(n,t(225),[e,r])}function o(e,r){return Wr(n,t(243),[e,r])}this[t(218)]()}[Io(218)](){const t=Io,e=this[t(206)],n=e[t(228)];e[t(245)][t(223)](t(224))[t(207)][t(201)]((e=>{const r=t;if(r(210)!=e[r(233)])return;const{data:s}=e;if(s&&r(234)==s[r(214)]){const e=s[r(220)][0][r(205)],c=this[r(217)](e);if(null!==c)return{type:r(229),content:Wr(n,r(241),(1,a=c,Wr(n,r(225),[1,a])))};const u=this[r(204)][r(226)]((t=>t[r(235)]===e))[r(242)];return{type:r(229),content:Wr(n,r(241),(o=1,i=u,Wr(n,t(243),[o,i])))}}var o,i,a}))}[Io(217)](t){const e=Io;var n,r;const s=t[e(227)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(204)])||void 0===n?void 0:n[e(226)]((n=>n[e(235)]==t));if(o&&o[e(216)]){const t=o[e(216)],n=(null!==(r=t[e(209)])&&void 0!==r?r:t)[e(227)](/^h(\d+)/);if(n)return n[1]}return null}}function To(t,e){const n=yo();return(To=function(t,e){return n[t-=274]})(t,e)}const _o=To;function yo(){const t=["highlight.options","1143924BJwQvm","config","commandParams","find","6007840ZcrAvX","title","type","_descriptionFactory","model","TrackChangesEditing","locale","6255ybCrrS","afterInit","1708mLgzOM","registerAttributeLabel","get","10tFCevJ","*Set highlight:* %0","589290BTeazX","commandName","format","editor","highlight","value","_enableDefaultAttributesIntegration","toLowerCase","*Remove highlight*","17506872uRPsGc","278982dmGniO","formatInline","FORMAT_HIGHLIGHT","plugins","217156VucdiC","has","color","_registerLegacyDescription","registerDescriptionCallback","168Hrpcho","HighlightEditing"];return(yo=function(){return t})()}!function(t,e){const n=To,r=t();for(;;)try{if(586370===parseInt(n(275))/1+parseInt(n(301))/2+-parseInt(n(283))/3+parseInt(n(296))/4*(parseInt(n(294))/5)+-parseInt(n(311))/6*(-parseInt(n(280))/7)+parseInt(n(287))/8+-parseInt(n(310))/9*(parseInt(n(299))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yo);class Ao extends t.Plugin{[_o(295)](){const t=_o,e=this[t(304)];if(!e[t(274)][t(276)](t(281)))return;const n=e[t(274)][t(298)](t(292)),r=e[t(293)];n[t(307)](t(305),[t(305)]),n[t(290)][t(297)](t(305),Wr(r,t(313))),this[t(278)]()}[_o(278)](){const t=_o,e=this[t(304)],n=e[t(293)];e[t(274)][t(298)](t(292))[t(290)][t(279)]((r=>{const s=t;if(s(312)!=r[s(289)])return;const{data:o}=r;if(o&&s(305)==o[s(302)]){const t=n.t,r=o[s(285)][0][s(306)];if(r){const o=e[s(284)][s(298)](s(282))[s(286)]((t=>t[s(291)]==r)),i=t(o[s(288)])[s(308)]();return{type:s(303),content:Wr(n,s(300),i),color:{value:o[s(277)],title:o[s(288)]}}}return{type:s(303),content:Wr(n,s(309),Wr(n,s(313)))}}}))}}const ko=Co;function Co(t,e){const n=Lo();return(Co=function(t,e){return n[t-=455]})(t,e)}function Lo(){const t=["1895504nIwAjp","showSuggestionHighlights","high","addClass","1035620zwNwVJ","751767dLwNUI","insert","createContainerElement","ELEMENT_HORIZONTAL_LINE","afterInit","_descriptionFactory","TrackChangesEditing","HorizontalLineEditing","createPositionAt","4081945ifsUGu","2701704QLXMKI","editor","780486BUJsbR","for","elementToStructure","div","conversion","dataDowncast","locale","get","horizontalLine","registerElementLabel","enableCommand","createEmptyElement","34836fieOhE","plugins","90mDpilJ","9bbTYWn","has","ck-horizontal-line"];return(Lo=function(){return t})()}!function(t,e){const n=Co,r=t();for(;;)try{if(489817===-parseInt(n(478))/1+-parseInt(n(477))/2+parseInt(n(455))/3+parseInt(n(473))/4+parseInt(n(469))/5*(parseInt(n(467))/6)+parseInt(n(487))/7+-parseInt(n(488))/8*(-parseInt(n(470))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Lo);class No extends t.Plugin{[ko(482)](){const t=ko,e=this[t(489)];if(!e[t(468)][t(471)](t(485)))return;e[t(468)][t(462)](t(484))[t(465)](t(463));const n=e[t(468)][t(462)](t(484)),r=e[t(461)];n[t(483)][t(464)](t(463),(e=>Wr(r,t(481),e))),e[t(459)][t(456)](t(460))[t(457)]({model:t(463),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(474)])return null;const o=n[s(480)](s(458)),i=n[s(466)]("hr");return n[s(476)](s(472),o),n[s(479)](n[s(486)](o,0),i),o},converterPriority:t(475)})}}function Ro(){const t=["attribute","editor","locale","nodeAfter","value","101224zteNJW","742292BRaJMJ","commandName","format","registerElementLabel","afterInit","*Change %0 content*","20xeknuf","34844328FrFctO","start","key","ELEMENT_HTML_EMBED","_enableDefaultAttributesIntegration","25JGOcUp","type","_descriptionFactory","get","147NLoIaI","_registerLegacyDescription","2425068VpTpKG","19zVktDu","213228ZhxiOb","getFirstRange","htmlEmbed","77018BjQogz","TrackChangesEditing","765KVtrHK","953282BUSYUd","registerDescriptionCallback","has","plugins","HtmlEmbed","element","rawHtml","formatBlock"];return(Ro=function(){return t})()}const So=Mo;function Mo(t,e){const n=Ro();return(Mo=function(t,e){return n[t-=213]})(t,e)}!function(t,e){const n=Mo,r=t();for(;;)try{if(643053===-parseInt(n(243))/1*(parseInt(n(247))/2)+-parseInt(n(242))/3+parseInt(n(224))/4*(parseInt(n(236))/5)+parseInt(n(244))/6*(-parseInt(n(240))/7)+parseInt(n(223))/8*(-parseInt(n(249))/9)+parseInt(n(230))/10*(parseInt(n(250))/11)+parseInt(n(231))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ro);class vo extends t.Plugin{[So(228)](){const t=So,e=this[t(219)];if(!e[t(213)][t(252)](t(214)))return;const n=e[t(213)][t(239)](t(248)),r=e[t(220)];n[t(238)][t(227)](t(216),(e=>Wr(r,t(234),e))),n[t(235)](t(246),[],[t(222)]),n[t(238)][t(251)]((e=>{const n=t;if(n(218)!=e[n(237)])return;const{data:s}=e;if(s&&n(222)==s[n(233)]&&e[n(245)]()[n(232)][n(221)].is(n(215),n(216))){const t=Wr(r,n(234));return{type:n(226),content:Wr(r,n(229),t)}}})),this[t(241)]()}[So(241)](){const t=So,e=this[t(219)],n=e[t(220)];e[t(213)][t(239)](t(248))[t(238)][t(251)]((e=>{const r=t;if(r(217)!=e[r(237)])return;const{data:s}=e;if(s&&r(246)==s[r(225)]){const t=Wr(n,r(234));return{type:r(226),content:Wr(n,r(229),t)}}}))}}const wo=Oo;function Oo(t,e){const n=Fo();return(Oo=function(t,e){return n[t-=212]})(t,e)}!function(t,e){const n=Oo,r=t();for(;;)try{if(506312===-parseInt(n(221))/1+parseInt(n(276))/2*(parseInt(n(225))/3)+parseInt(n(328))/4+-parseInt(n(277))/5*(-parseInt(n(270))/6)+-parseInt(n(281))/7*(-parseInt(n(255))/8)+parseInt(n(291))/9*(-parseInt(n(315))/10)+parseInt(n(273))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fo);class Do extends t.Plugin{[wo(329)](){const t=wo,e=this[t(252)];if(!e[t(310)][t(302)](t(222)))return;const n=e[t(310)][t(238)](t(239)),r=e[t(310)][t(238)](t(312)),s=e[t(263)];n[t(293)](t(224)),n[t(268)][t(324)](t(311),(e=>Wr(s,t(330),e))),n[t(268)][t(324)](t(231),(e=>Wr(s,t(217),e))),n[t(268)][t(324)](t(253),(()=>Wr(s,t(318)))),e[t(310)][t(302)](t(285))&&n[t(293)](t(275)),e[t(310)][t(302)](t(304))&&e[t(310)][t(302)](t(256))&&(n[t(293)](t(321),((s,o)=>{const i=t,a=r[i(251)](e[i(247)][i(223)][i(240)]);e[i(247)][i(301)]((()=>{const t=i;n[t(288)](a,{commandName:t(321),commandParams:[o]},[],t(236))}))})),n[t(293)](t(267),((s,o)=>{const a=t;e[a(247)][a(301)]((t=>{const c=a;let u=r[c(251)](e[c(247)][c(223)][c(240)]),l=t[c(323)](u);const f=i.LivePosition[c(220)](l[c(326)],c(289)),h=i.LivePosition[c(220)](l[c(250)],c(322));n[c(332)]((()=>s(o))),u=r[c(251)](e[c(247)][c(223)][c(240)]),l=t[c(323)](u);const g=t[c(327)](f,h);f[c(259)](),h[c(259)](),n[c(288)](u,{commandName:c(321),commandParams:[o]},[],c(296)),g[c(326)][c(331)](l[c(326)])&&n[c(266)](t[c(327)](g[c(326)],l[c(326)]),c(296)),l[c(250)][c(331)](g[c(250)])&&n[c(266)](t[c(327)](l[c(250)],g[c(250)]),c(296))}))})),n[t(319)][t(214)](t(298),t(296),t(234),(()=>!1)),n[t(319)][t(214)](t(298),t(296),t(279),(()=>!1)),n[t(319)][t(214)](t(298),t(296),t(249),n[t(319)][t(248)](t(298),"",t(279))),n[t(319)][t(214)](t(278),t(296),t(234),(()=>!1)),n[t(319)][t(214)](t(278),t(296),t(249),(([r])=>{const s=t,o=n[s(319)][s(248)](s(278),"",s(249));let i=r[s(326)],a=r[s(250)];const c=e[s(247)][s(313)][s(284)](i,s(300)),u=e[s(247)][s(313)][s(284)](a,s(269));c[s(244)]&&(i=c[s(326)]),u[s(244)]&&(a=u[s(250)]),o([e[s(247)][s(327)](i,a)])})),n[t(319)][t(214)](t(298),t(296),t(314),c),n[t(319)][t(214)](t(278),t(296),t(314),c)),e[t(310)][t(302)](t(227))&&(n[t(293)](t(216),((s,o)=>{const i=t,a=e[i(310)][i(238)](i(307));let c=r[i(251)](e[i(247)][i(223)][i(240)]),u=a[i(295)](c);e[i(247)][i(301)]((()=>{const t=i;if(u)return void n[t(286)](e[t(247)][t(323)](u));const l=r[t(245)](c);s(o),c=r[t(251)](e[t(247)][t(223)][t(240)]),u=a[t(295)](c),n[t(266)](e[t(247)][t(323)](u),l?null:t(260))}))})),n[t(319)][t(214)](t(278),t(260),t(314),c));const o=[{type:t(298),subType:t(303)},{type:t(278),subType:t(260)},{type:t(298),subType:t(296)},{type:t(278),subType:t(296)}];function a(e,s){const i=t,a=o[i(257)]((({type:t,subType:n})=>e[i(212)]==t&&e[i(292)]==n)),c=o[i(257)]((({type:t,subType:e})=>s[i(212)]==t&&s[i(292)]==e));if(a<0||c<0)return!1;const u=e[i(215)](),l=s[i(215)]();if((0==a||1==a)&&2==c&&u[i(317)](l))return!0;if(2==a&&3==c){const t=n[i(246)](u,i(278))[i(265)]((({suggestion:t,meta:e})=>e[i(254)]&&i(296)==t[i(292)]));if(t[i(309)]>1&&l[i(250)][i(228)](u[i(326)]))return!0;if(1==t[i(309)]&&(u[i(326)][i(228)](l[i(250)])||u[i(250)][i(228)](l[i(326)])))return!0}if(3==a&&3==c&&u[i(326)][i(331)](l[i(326)])){const t=u[i(250)][i(280)],e=l[i(326)][i(218)];return r[i(245)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(310)][t(302)](t(299))&&(n[t(232)](t(233),[],[t(258)]),n[t(268)][t(305)](t(258),Wr(s,t(229)))),e[t(310)][t(302)](t(306))&&n[t(232)](t(320),[],[t(213)]),n[t(268)][t(294)]((e=>{const n=t;if(o[n(290)]((({type:t,subType:r})=>e[n(212)]==t&&e[n(292)]==r)))return e[n(241)]?{}:void 0})),n[t(268)][t(294)]((e=>{const n=t;if(n(278)==e[n(212)]||n(316)==e[n(212)]){const t=e[n(264)]();if(t&&t.is(n(230),n(253)))return{type:n(278)==e[n(212)]?n(274):n(235),element:t,quantity:1}}})),n[t(268)][t(294)]((e=>t(298)==e[t(212)]&&t(296)==e[t(292)]?{type:t(242),content:t(308)}:t(298)==e[t(212)]&&t(236)==e[t(292)]?{type:t(242),content:t(272)}:void 0)),n[t(268)][t(294)]((e=>{const n=t;if(n(226)!=e[n(212)])return;const{data:r}=e;if(!r||n(213)!=r[n(282)])return;const o=r[n(219)];return o?{type:n(242),content:Wr(s,n(261),'"'+o+'"')}:{type:n(242),content:Wr(s,n(243))}})),this[t(283)]()}[wo(283)](){const t=wo,e=this[t(252)],n=e[t(263)];e[t(310)][t(238)](t(239))[t(268)][t(294)]((e=>{const r=t;if(r(298)!=e[r(212)]&&r(325)!=e[r(212)])return;const{data:s}=e;if(s){if(r(320)==s[r(271)]){const t=s[r(237)][0][r(219)];return t?{type:r(242),content:Wr(n,r(261),'"'+t+'"')}:{type:r(242),content:Wr(n,r(243))}}if(r(233)==s[r(271)]){const t=s[r(237)][0][r(297)];return t?{type:r(242),content:Wr(n,r(287),t)}:{type:r(242),content:Wr(n,r(262))}}}}))}}function Fo(){const t=["Inline image to block image","length","plugins","imageBlock","ImageUtils","schema","chain","3757940sCauKA","deletion","isIntersecting","ELEMENT_CAPTION","_suggestionFactory","imageTextAlternative","imageTypeInline","toNext","createRangeOn","registerElementLabel","formatInline","start","createRange","4025556cYVKOs","afterInit","ELEMENT_IMAGE","isBefore","forceDefaultExecution","type","alt","registerCustomCallback","getFirstRange","toggleImageCaption","ELEMENT_INLINE_IMAGE","nodeBefore","newValue","fromPosition","413435kdoPSK","ImageEditing","document","insertImage","39KSQVVW","attribute","ImageCaptionEditing","isEqual","FORMAT_IMAGE_SIZE","element","imageInline","_enableDefaultAttributesIntegration","resizeImage","join","removeObject","convertBlockImageToInline","commandParams","get","TrackChangesEditing","selection","previous","format","*Remove image text alternative*","isCollapsed","isBlockImage","_findSuggestions","model","getSuggestionCallback","discard","end","getClosestSelectedImageElement","editor","caption","isOwn","3069496wtrAtK","ImageInlineEditing","findIndex","resizedWidth","detach","imageCaption","*Set image text alternative:* %0","*Reset image width*","locale","getContainedElement","filter","markInsertion","imageTypeBlock","_descriptionFactory","forward","58698uapYNM","commandName","Block image to inline image","1040215VcgwhB","addObject","uploadImage","6146jZigit","75IRNFqU","insertion","accept","nodeAfter","7noHSKn","key","_registerLegacyDescription","getNearestSelectionRange","ImageUploadEditing","markDeletion","*Set image width:* %0","markBlockFormat","toPrevious","find","18YetOSS","subType","enableCommand","registerDescriptionCallback","getCaptionFromImageModelElement","convertInlineImageToBlock","width","formatBlock","ImageResize","backward","change","has","imageStylePreApply","ImageBlockEditing","registerAttributeLabel","ImageTextAlternativeEditing","ImageCaptionUtils"];return(Fo=function(){return t})()}const Po=xo;function xo(t,e){const n=Bo();return(xo=function(t,e){return n[t-=422]})(t,e)}function Bo(){const t=["getSuggestionCallback","TrackChangesEditing","has","_handleLegacySuggestions","get","*Format:* replace image URL","replaceImageSource","144286rerIZS","accept","formatBlock","5032706sBKVvj","attribute","editor","*Replace image URL*","oldValue","registerDescriptionCallback","type","5176ZjwSOo","946keRuLf","_descriptionFactory","format","locale","50680bZiIbo","205480taAvjx","discard","ImageEditing","key","formatInline","13788kYPznV","_enableDefaultAttributesIntegration","newValue","5127248zEyrYK","plugins","_registerLegacyDescription","16WYrQOc","6AAfDsA","afterInit","_suggestionFactory","registerCustomCallback","src","commandName","2956509RtszrT"];return(Bo=function(){return t})()}!function(t,e){const n=xo,r=t();for(;;)try{if(653281===parseInt(n(426))/1*(parseInt(n(453))/2)+parseInt(n(460))/3+-parseInt(n(450))/4+parseInt(n(442))/5*(-parseInt(n(454))/6)+-parseInt(n(429))/7+-parseInt(n(436))/8*(-parseInt(n(447))/9)+parseInt(n(441))/10*(-parseInt(n(437))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bo);class Uo extends t.Plugin{[Po(455)](){const t=Po;if(!this[t(431)][t(451)][t(463)](t(444)))return;const e=this[t(431)][t(440)],n=this[t(431)][t(451)][t(423)](t(462));n[t(448)](t(425),[],[t(458)]),n[t(438)][t(434)]((n=>{const r=t;if(r(430)!=n[r(435)])return;const{data:s}=n;return s&&r(458)==s[r(445)]?s[r(449)]&&s[r(433)]?{type:r(439),content:Wr(e,r(432))}:{type:r(439),content:""}:void 0})),this[t(422)]()}[Po(422)](){const t=Po,e=this[t(431)][t(451)][t(423)](t(462));e[t(456)][t(457)](t(428),t(425),t(427),e[t(456)][t(461)](t(428),null,t(443))),e[t(456)][t(457)](t(428),t(425),t(443),e[t(456)][t(461)](t(428),null,t(427))),this[t(452)]()}[Po(452)](){const t=Po,e=this[t(431)],n=e[t(440)];e[t(451)][t(423)](t(462))[t(438)][t(434)]((e=>{const r=t;if(r(428)!=e[r(435)]&&r(446)!=e[r(435)])return;const{data:s}=e;return s&&r(425)==s[r(459)]?{type:r(439),content:Wr(n,r(424))}:void 0}))}}function jo(){const t=["commands","selection","652992YCTuMb","chain","imageStylePreApply","FORMAT_SIDE_IMAGE","getClosestSelectedImageElement","markBlockFormat","formatBlock","from","name","next","discard","_suggestionFactory","_descriptionFactory","hasSuggestion","end","36HpilDK","_splitMarkerName","4jzaxpw","77815sSzBpp","getChangedMarkers","get","differ","imageCaption","afterInit","newRange","discardSuggestion","subType","581856rzKKWa","start","createRangeOn","TrackChangesEditing","commandReversedParams","getContainedElement","insertion","getFirstRange","_registerLegacyDescription","markInlineFormat","setImageNaturalSizeAttributes","isOwn","_findSuggestions","commandName","shouldConvertImageType","14LuVOhJ","refresh","1068350ViLsdT","isIntersecting","nodeAfter","change","format","nodeBefore","*Format:* %0","isInlineImage","locale","convertInlineImageToBlock","9bLHbEb","suggestion","2344ZpGDMA","editor","formatInline","147003TatuKd","title","imageTypeBlock","document","isEqual","isInContent","isBlockImage","Users","forEach","commandParams","getSuggestionCallback","ImageUtils","ImageStyleEditing","enableCommand","registerDescriptionCallback","normalizedStyles","has","length","accept","toLowerCase","head","author","model","registerCustomCallback","registerPostFixer","filter","imageTypeInline","side","getSuggestions","getSuggestion","plugins","imageStyle","findIndex","isBefore","type","imageStylePostApply","4627CpmkKA","1451svshPQ","join","value"];return(jo=function(){return t})()}const Go=Vo;function Vo(t,e){const n=jo();return(Vo=function(t,e){return n[t-=288]})(t,e)}!function(t,e){const n=Vo,r=t();for(;;)try{if(107709===-parseInt(n(338))/1*(-parseInt(n(385))/2)+parseInt(n(301))/3+-parseInt(n(360))/4*(-parseInt(n(361))/5)+-parseInt(n(343))/6+-parseInt(n(337))/7*(-parseInt(n(298))/8)+parseInt(n(296))/9*(parseInt(n(387))/10)+parseInt(n(370))/11*(-parseInt(n(358))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(jo);class zo extends t.Plugin{[Go(366)](){const t=Go,n=this[t(299)];if(!n[t(331)][t(317)](t(313)))return;const r=n[t(331)][t(363)](t(373)),s=n[t(331)][t(363)](t(312)),o={};r[t(314)](t(332),((o,i)=>{const a=t,c=n[a(331)][a(363)](a(308)).me,u=n[a(341)][a(363)](a(332));let l=s[a(347)](n[a(323)][a(304)][a(342)]),f=n[a(323)][a(372)](l),h=u[a(340)];if(h==i[a(340)])return;const g={commandName:a(332),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(323)][a(289)]((()=>{const t=a;if(r[t(329)]()[t(326)]((e=>e[t(306)]&&c==e[t(322)]&&(t(349)==e[t(335)]||t(300)==e[t(335)])&&(t(345)==e[t(369)]||t(336)==e[t(369)])&&e[t(377)]()[t(305)](f)))[t(309)]((e=>r[t(368)](e[t(321)]))),l=s[t(347)](n[t(323)][t(304)][t(342)]),f=n[t(323)][t(372)](l),u[t(386)](),n[t(341)][t(363)](t(327))[t(386)](),n[t(341)][t(363)](t(303))[t(386)](),h=u[t(340)],h!=i[t(340)])return s[t(293)](l)&&u[t(384)](i[t(340)],l)?(o({...i,setImageSizes:!1}),l=s[t(347)](n[t(323)][t(304)][t(342)]),void r[t(348)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(345))):void(s[t(307)](l)?r[t(348)](l,g,[],t(336)):r[t(379)](f,g,t(336)))}))}));for(const e of n[t(331)][t(363)](t(313))[t(316)])o[e[t(351)]]=e[t(302)][t(320)]();r[t(354)][t(324)](t(349),t(345),t(339),(()=>!1)),r[t(354)][t(324)](t(349),t(336),t(339),(()=>!1)),r[t(354)][t(324)](t(300),t(336),t(339),(()=>!1)),r[t(354)][t(324)](t(349),t(345),t(319),(([e])=>{const n=t;s[n(380)](e[n(375)]())})),r[t(354)][t(324)](t(349),t(345),t(353),((e,n)=>{const s=t;r[s(354)][s(311)](s(349),"",s(319))(e,{commandName:n[s(383)],commandParams:n[s(374)]})})),r[t(354)][t(324)](t(349),t(345),t(344),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(349),subType:t(345)},{type:t(376),subType:t(365)},{type:t(349),subType:t(295)},{type:t(376),subType:t(295)}];function a(e,n){const o=t,a=i[o(333)]((({type:t,subType:n})=>e[o(335)]==t&&e[o(369)]==n)),c=i[o(333)]((({type:t,subType:e})=>n[o(335)]==t&&n[o(369)]==e));if(a<0||c<0)return!1;const u=e[o(377)](),l=n[o(377)]();if((0==a||1==a)&&2==c&&u[o(388)](l))return!0;if(2==a&&3==c){const t=r[o(382)](u,o(376))[o(326)]((({suggestion:t,meta:e})=>e[o(381)]&&o(295)==t[o(369)]));if(t[o(318)]>1&&l[o(357)][o(305)](u[o(371)]))return!0;if(1==t[o(318)]&&(u[o(371)][o(305)](l[o(357)])||u[o(357)][o(305)](l[o(371)])))return!0}if(3==a&&3==c&&u[o(371)][o(334)](l[o(371)])){const t=u[o(357)][o(288)],e=l[o(371)][o(291)];return s[o(307)](t)&&t===e}return!1}n[t(323)][t(304)][t(325)]((()=>{const e=t;let o=!1;const i=Array[e(350)](n[e(323)][e(304)][e(364)][e(362)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(359)](t);if(e(297)==i&&r[e(356)](u)){if(e(349)==a&&(e(345)==c||e(336)==c)){const t=r[e(330)](u);if(n[e(367)]){const n=t[e(377)]()[e(375)]();if(s[e(307)](n))continue;r[e(368)](t),o=!0}}if(e(376)==a&&e(365)==c&&!n[e(367)]){const t=r[e(330)](u);t[e(352)]&&t[e(352)][e(306)]&&(r[e(368)](t[e(352)]),o=!0)}}}return o})),this[t(378)](o)}[Go(378)](t){const e=Go,n=this[e(299)],r=n[e(294)];n[e(331)][e(363)](e(373))[e(355)][e(315)]((n=>{const s=e;if(s(349)!=n[s(335)]&&s(300)!=n[s(335)])return;const{data:o}=n;if(!o||s(332)!=o[s(383)])return;const i=o[s(310)][0][s(340)];return function(t){const e=s;return{type:e(290),content:Wr(r,e(292),t)}}(s(328)===i?Wr(r,s(346)):t[i]||i)}))}}const Wo=Ko;!function(t,e){const n=Ko,r=t();for(;;)try{if(997397===parseInt(n(284))/1+parseInt(n(275))/2+-parseInt(n(274))/3+-parseInt(n(300))/4*(parseInt(n(279))/5)+-parseInt(n(299))/6*(parseInt(n(272))/7)+-parseInt(n(282))/8+parseInt(n(293))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xo);class Ho extends t.Plugin{constructor(t){const e=Ko;super(t),this[e(301)]=!1,this[e(296)]=!1}[Wo(290)](){const t=Wo,e=this[t(292)],n=e[t(286)][t(280)](t(304)),r=e[t(286)][t(280)](t(273));n&&(n.on(t(281),((e,[,n])=>{const s=t;this[s(301)]=r[s(287)],n[s(294)][s(278)]=!this[s(301)]}),{priority:t(295)}),this[t(288)](n,t(289),this[t(276)][t(285)](this)),this[t(288)](n,t(289),(()=>{const e=t;this[e(296)]&&(r[e(281)](),this[e(296)]=!1)}),{priority:t(303)}),e[t(277)][t(280)](t(298))[t(302)](t(304)))}[Wo(276)](t,e){const n=Wo,{suggestions:r}=e,s=this[n(292)][n(286)][n(280)](n(273)),o=s[n(287)];this[n(301)]!==o&&(s[n(281)](),this[n(296)]=!0),r&&r[n(291)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(292)][o(277)][o(280)](o(297)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(304)}}};this[o(292)][o(277)][o(280)](o(298))[o(283)](i)}))}}function Ko(t,e){const n=Xo();return(Ko=function(t,e){return n[t-=272]})(t,e)}function Xo(){const t=["editor","6130341SaEkFF","collaboration_features","high","_trackChangesExecuted","Users","TrackChangesEditing","25728FlaXqa","4099156hZOkxy","_trackChangesValueDuringImport","enableCommand","lowest","importWord","1015jpApSX","trackChanges","324498aImSfk","1029222FCjrRQ","_handleImportedData","plugins","track_changes","5JyhgQQ","get","execute","3268432xvWqlu","_setSuggestionData","1964906rAkJrp","bind","commands","value","listenTo","dataInsert","afterInit","forEach"];return(Xo=function(){return t})()}const qo=Zo;function Jo(){const t=["outdentBlock","26616sreHBH","_descriptionFactory","afterInit","*Outdent:* %0","_registerLegacyDescription","11XSPDzf","has","2456285PIAaqD","49368KpORWK","indent","3474IftITt","IndentEditing","indentBlock","TrackChangesEditing","formatBlock","4Isnvpf","format","editor","enableCommand","outdent","586874VGNQUV","plugins","7322LNMlih","get","_registerBlockAttribute","11815704qkbnoy","blockIndent","getItemLabel","531pwFwRN","getItems","*Indent:* %0","57360ZpeUIL","registerDescriptionCallback","_enableDefaultAttributesIntegration","registerAttributeLabel","locale","type","commandName","IndentBlock","102ZUfwII","FORMAT_INDENT"];return(Jo=function(){return t})()}function Zo(t,e){const n=Jo();return(Zo=function(t,e){return n[t-=157]})(t,e)}!function(t,e){const n=Zo,r=t();for(;;)try{if(391978===parseInt(n(164))/1+-parseInt(n(183))/2*(parseInt(n(186))/3)+-parseInt(n(159))/4*(parseInt(n(193))/5)+parseInt(n(196))/6*(-parseInt(n(166))/7)+parseInt(n(194))/8*(parseInt(n(172))/9)+parseInt(n(175))/10*(parseInt(n(191))/11)+parseInt(n(169))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jo);class Yo extends t.Plugin{[qo(188)](){const t=qo,e=this[t(161)],n=e[t(165)][t(167)](t(157));if(e[t(165)][t(192)](t(197))&&(n[t(162)](t(195)),n[t(162)](t(163))),e[t(165)][t(192)](t(182)))for(const e of[t(198),t(185)])n[t(177)](e);const r=e[t(179)];n[t(168)](t(170)),n[t(187)][t(178)](t(170),Wr(r,t(184))),this[t(190)]()}[qo(190)](){const t=qo,e=this[t(161)],n=e[t(179)],r=e[t(165)][t(167)](t(157));r[t(187)][t(176)]((e=>{const s=t;if(s(158)!=e[s(180)])return;const{data:o}=e;if(!o)return;if(s(198)!=o[s(181)]&&s(185)!=o[s(181)])return;const i=e[s(173)]()[0],a=r[s(187)][s(171)](i);return s(198)==o[s(181)]?{type:s(160),content:Wr(n,s(174),a)}:s(185)==o[s(181)]?{type:s(160),content:Wr(n,s(189),a)}:void 0}))}}var Qo=$o;function $o(t,e){var n=ei();return($o=function(t,e){return n[t-=250]})(t,e)}!function(t,e){for(var n=$o,r=t();;)try{if(817146===-parseInt(n(262))/1+parseInt(n(254))/2*(parseInt(n(255))/3)+-parseInt(n(258))/4+-parseInt(n(260))/5*(-parseInt(n(259))/6)+parseInt(n(252))/7*(-parseInt(n(253))/8)+-parseInt(n(268))/9*(-parseInt(n(265))/10)+parseInt(n(251))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ei);class ti extends t.Plugin{static get[Qo(250)](){return[Ms.Input]}[Qo(261)](){var t=Qo;this[t(256)][t(257)][t(264)](t(266))[t(267)](t(263))}}function ei(){var t=["TrackChangesEditing","enableCommand","84591GbpubQ","requires","17281264JMxZXO","49553pCzoCL","1072nHnASX","82BtfGNx","29589LcKOMN","editor","plugins","3628736KrjUYE","133140RZirrr","265QvDcVS","init","487960uIYpRw","input","get","10BgrPdw"];return(ei=function(){return t})()}const ni=si;function ri(){const t=["link (","1480ZSNTzZ","LinkEditing","659756WIcQKZ","type","locale","afterInit","61607OfLmTk","editor","46vDFRYU","map","attribute","*Remove link*","commandParams","key","unlink","formatInline","format","registerDescriptionCallback","30AbvtKr","label","255452xMJUag","link","commandName","plugins","toLowerCase","14977809IddMPG","manualDecorators","registerAttributeLabel","4197864xYwISW","34672880sVacuQ","*Set link:* %0","has","newValue","_registerLegacyDescription","TrackChangesEditing","commands","94071EswLIU","linkHref","_enableDefaultAttributesIntegration","get","_descriptionFactory"];return(ri=function(){return t})()}function si(t,e){const n=ri();return(si=function(t,e){return n[t-=228]})(t,e)}!function(t,e){const n=si,r=t();for(;;)try{if(861575===parseInt(n(229))/1+parseInt(n(259))/2*(parseInt(n(245))/3)+parseInt(n(253))/4*(-parseInt(n(269))/5)+parseInt(n(237))/6+-parseInt(n(257))/7*(parseInt(n(251))/8)+-parseInt(n(234))/9+parseInt(n(238))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ri);class oi extends t.Plugin{[ni(256)](){const t=ni,e=this[t(258)];if(!e[t(232)][t(240)](t(252)))return;const n=e[t(232)][t(248)](t(243)),r=e[t(244)][t(248)](t(230));n[t(247)](t(230),[t(246),...r[t(235)][t(260)]((t=>t.id))]),n[t(247)](t(265));for(const e of r[t(235)])n[t(249)][t(236)](e.id,t(250)+e[t(228)][t(233)]()+")");n[t(249)][t(268)]((n=>{const r=t;if(r(261)!=n[r(254)])return;const{data:s}=n;if(!s||r(246)!=s[r(264)])return;const o=s[r(241)],i=e[r(255)];return{type:r(267),content:null==o?Wr(i,r(262)):Wr(i,r(239),'"'+o+'"')}})),this[t(242)]()}[ni(242)](){const t=ni,e=this[t(258)],n=e[t(255)];e[t(232)][t(248)](t(243))[t(249)][t(268)]((e=>{const r=t;if(r(266)!=e[r(254)])return;const{data:s}=e;if(s){if(r(230)==s[r(231)]){const t=s[r(263)][0];return{type:r(267),content:Wr(n,r(239),'"'+t+'"')}}return r(265)==s[r(231)]?{type:r(267),content:Wr(n,r(262))}:void 0}}))}}function ii(t,e){const n=ui();return(ii=function(t,e){return n[t-=331]})(t,e)}const ai=ii;!function(t,e){const n=ii,r=t();for(;;)try{if(205859===parseInt(n(414))/1*(parseInt(n(373))/2)+-parseInt(n(337))/3*(parseInt(n(369))/4)+parseInt(n(384))/5+parseInt(n(378))/6+parseInt(n(376))/7*(parseInt(n(402))/8)+parseInt(n(389))/9+parseInt(n(388))/10*(-parseInt(n(367))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ui);class ci extends t.Plugin{[ai(411)](){const t=ai,e=this[t(349)],n=e[t(395)];if(!e[t(347)][t(401)](t(371)))return;const r=e[t(347)][t(379)](t(399)),s=e[t(347)][t(401)](t(361));function o(t){return()=>{const n=ii,s=e[n(385)][n(398)][n(357)],o=e[n(375)][n(379)](t);if(o[n(351)])return void e[n(365)](n(339),{});const i=t[n(380)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(359)](t)[s(377)]((t=>function(t,e){const n=s;return e[n(368)](t[n(355)],n(391))&&!e[n(366)](t)}(t,r)));o=o[s(377)]((t=>!t.is(s(348),s(391))||t[s(362)](s(393))!=e));const i=new Set;for(const t of o)t.is(s(348),s(391))?i[s(415)](li(t)):i[s(415)](t);return Array[s(359)](i)}(s[n(346)](),i,e[n(385)][n(394)]);e[n(385)][n(397)]((()=>{const e=n;for(const n of a)r[e(370)](n,{commandName:t,commandParams:[{forceValue:!o[e(351)]}],formatGroupId:e(417)},fi(n))}))}}function i(t){return()=>{const n=ii,s=function(t){const e=ii;let n=Array[e(359)](t);const r=n[e(344)]((t=>e(391)!=t[e(342)]));return r>-1&&(n=n[e(380)](0,r)),n}(e[n(385)][n(398)][n(357)][n(346)]()),o=e[n(385)][n(381)](e[n(385)][n(364)](s[0],n(416)),e[n(385)][n(364)](s[s[n(350)]-1],n(382)));e[n(385)][n(397)]((()=>{const e=n;r[e(370)](o,{commandName:t,commandParams:[],formatGroupId:e(409)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(338)];for(;t&&t[n(362)](n(409))>e[n(362)](n(409));)r[n(415)](t),t=t[n(338)]}return Array[n(359)](r)}(s))}))}}r[t(396)](t(390),o(t(390))),r[t(396)](t(345),o(t(345))),s&&r[t(396)](t(332),o(t(332))),r[t(396)](t(407),i(t(407))),r[t(396)](t(363),i(t(363))),s&&r[t(396)](t(383),(()=>{const n=t,s=e[n(375)][n(379)](n(383)),o=Array[n(359)](s[n(413)]);o[n(377)]((t=>t[n(362)](n(404))!=s[n(351)])),e[n(385)][n(397)]((()=>{const t=n;for(const e of o)r[t(370)](e,{commandName:t(383),commandParams:[{forceValue:!s[t(351)]}]})}))})),r[t(341)][t(358)](t(391),(e=>Wr(n,t(353),e))),r[t(341)][t(406)]((e=>{const r=t;if(r(331)!=e[r(386)]&&r(343)!=e[r(386)])return;const{data:s}=e;if(s){if(r(390)==s[r(356)]||r(345)==s[r(356)]||r(332)==s[r(356)])switch(s[r(356)][r(405)](r(340),"")){case r(336):return o(Wr(n,r(403)));case r(333):return o(Wr(n,r(354)));case r(374):return o(Wr(n,r(334)))}if(r(407)==s[r(356)])return{type:r(335),content:Wr(n,r(352),Wr(n,r(353)))};if(r(363)==s[r(356)])return{type:r(335),content:Wr(n,r(392),Wr(n,r(353)))};if(r(383)==s[r(356)])return s[r(412)][0][r(400)]?{type:r(335),content:Wr(n,r(408))}:{type:r(335),content:Wr(n,r(410))}}function o(t){const e=r;return{type:e(335),content:Wr(n,e(360),t)}}}))}}function ui(){const t=["document","TrackChangesEditing","forceValue","has","4288boswDS","ELEMENT_BULLETED_LIST","todoListChecked","replace","registerDescriptionCallback","indentList","*Check item*","listIndent","*Uncheck item*","afterInit","commandParams","_selectedElements","1451HjpDId","add","before","blockName","formatBlock","todoList","numbered","ELEMENT_TODO_LIST","format","bulleted","425226tAlFzJ","nextSibling","paragraph","List","_descriptionFactory","name","formatInline","findIndex","bulletedList","getSelectedBlocks","plugins","element","editor","length","value","*Indent:* %0","ELEMENT_LIST_ITEM","ELEMENT_NUMBERED_LIST","parent","commandName","selection","registerElementLabel","from","*Change to:* %0","LegacyTodoListEditing","getAttribute","outdentList","createPositionAt","execute","isObject","68673ZzVCor","checkChild","4DKwrZg","markBlockFormat","LegacyListEditing","previousSibling","398slvQrh","todo","commands","5173VOrfIA","filter","109782oRdakw","get","slice","createRange","end","checkTodoList","1198160hHvZiJ","model","type","push","1160XmCrkk","1161063NMMetj","numberedList","listItem","*Outdent:* %0","listType","schema","locale","enableCommand","change"];return(ui=function(){return t})()}function li(t){const e=ai,n=t[e(362)](e(409));if(0==n)return t;let r=t;for(;t[e(372)]&&t[e(372)].is(e(348),e(391));){const s=t[e(372)][e(362)](e(409));if(s==n)r=t[e(372)];else if(s<n)break;t=t[e(372)]}return r}function fi(t){const e=ai,n=[];if(t.is(e(348),e(391))&&t[e(362)](e(409))>0){let r=t[e(338)];for(;r&&e(391)==r[e(342)]&&r[e(362)](e(409))==t[e(362)](e(409));)n[e(387)](r),r=r[e(338)]}return n}const hi=di;function gi(){const t=["afterInit","enableCommand","getLastPosition","2672430xkPxLc","parent","getListTypeFromListStyleType","map","listStart","*Change to:* %0","handleListStartCommand","createRange","getAttribute","*Format:* set order to regular","listReversed","listStyle","registerDescriptionCallback","TrackChangesEditing","replace","6MYAAwH","editor","listType","flat","commandName","locale","handleListStyleCommand","*Format:* set order to reversed","8085231qmwBBd","commandParams","reversed","LegacyListUtils","from","getFirstPosition","586120unlYkU","model","2518072KHconH","forward","bind","get","config","ELEMENT_","format","unshift","document","handleDescriptions","numbered","before","push","handleListReversedCommand","_getSuggestionBlocks","startIndex","length","plugins","toUpperCase","selection","_descriptionFactory","type","element","createPositionAt","styles","listItem","markMultiRangeBlockFormat","has","change","getSiblingNodes","3815203HDgOuh","*Format:* set start index to %0","_getTranslationKeyForListStyle","formatInline","formatBlock","LegacyListPropertiesEditing","1556ErXwrT","_getSuggestionBlocksForListStyle","31921510tdsBZs","backward","516GNqnXY","list.properties","_LIST_","getSelectedBlocks","8BlbKEY","filter"];return(gi=function(){return t})()}function di(t,e){const n=gi();return(di=function(t,e){return n[t-=137]})(t,e)}!function(t,e){const n=di,r=t();for(;;)try{if(512659===-parseInt(n(152))/1*(-parseInt(n(148))/2)+-parseInt(n(161))/3+-parseInt(n(192))/4+parseInt(n(190))/5*(-parseInt(n(176))/6)+-parseInt(n(142))/7*(parseInt(n(156))/8)+-parseInt(n(184))/9+parseInt(n(150))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gi);class pi extends t.Plugin{[hi(158)](){const t=hi;if(!this[t(177)][t(209)][t(139)](t(147)))return;const e=this[t(177)][t(196)][t(195)](t(153)),n=this[t(177)][t(209)][t(195)](t(174));e[t(216)]&&n[t(159)](t(172),this[t(182)][t(194)](this)),e[t(186)]&&n[t(159)](t(171),this[t(205)][t(194)](this)),e[t(207)]&&n[t(159)](t(165),this[t(167)][t(194)](this)),n[t(212)][t(173)](this[t(201)][t(194)](this))}[hi(182)](t,e={}){const n=hi,r=this[n(177)][n(209)][n(195)](n(174)),s=this[n(149)]();this[n(177)][n(191)][n(140)]((()=>{const t=n;r[t(138)](s,{commandName:t(172),commandParams:[{type:e[t(213)]}],formatGroupId:t(172)})}))}[hi(205)](t,e={}){const n=hi,r=this[n(177)][n(209)][n(195)](n(174)),s=this[n(206)]((t=>t.is(n(214),n(137))&&n(202)===t[n(169)](n(178))));if(s[n(208)]<1)return;const o=s[n(164)]((t=>this[n(177)][n(191)][n(168)](this[n(177)][n(191)][n(215)](t,n(203)),this[n(177)][n(191)][n(215)](t,0))));this[n(177)][n(191)][n(140)]((()=>{const t=n;r[t(138)](o,{commandName:t(171),commandParams:[{reversed:e[t(186)]}],formatGroupId:t(171)})}))}[hi(167)](t,e={}){const n=hi,r=this[n(177)][n(209)][n(195)](n(174)),s=this[n(206)]((t=>t.is(n(214),n(137))&&n(202)===t[n(169)](n(178))));if(s[n(208)]<1)return;const o=s[n(164)]((t=>this[n(177)][n(191)][n(168)](this[n(177)][n(191)][n(215)](t,n(203)),this[n(177)][n(191)][n(215)](t,0))));this[n(177)][n(191)][n(140)]((()=>{const t=n;r[t(138)](o,{commandName:t(165),commandParams:[{startIndex:e[t(207)]}],formatGroupId:t(165)})}))}[hi(201)](t){const e=hi;if(e(146)!=t[e(213)]&&e(145)!=t[e(213)])return;const n=this[e(177)][e(181)],{data:r}=t;if(!r)return;let s,o;switch(r[e(180)]){case e(172):s=e(166),o={type:e(198),content:Wr(n,s,Wr(n,this[e(144)](r[e(185)][0][e(213)])))};break;case e(171):s=r[e(185)][0][e(186)]?e(183):e(170),o={type:e(198),content:Wr(n,s)};break;case e(165):s=e(143),o={type:e(198),content:Wr(n,s,r[e(185)][0][e(207)])}}return o}[hi(149)](){const t=hi;var e,n,r,s;const o=this[t(177)][t(209)][t(195)](t(187));let i=Array[t(188)](this[t(177)][t(191)][t(200)][t(211)][t(155)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(214),t(137)))&&i[t(199)](...o[t(141)](this[t(177)][t(191)][t(200)][t(211)][t(189)](),t(151))),(null===(n=i[i[t(208)]-1])||void 0===n?void 0:n.is(t(214),t(137)))&&i[t(204)](...o[t(141)](this[t(177)][t(191)][t(200)][t(211)][t(160)](),t(193))),i=[...new Set(i)],(null===(s=null===(r=this[t(177)][t(191)][t(200)][t(211)][t(189)]())||void 0===r?void 0:r[t(162)])||void 0===s?void 0:s.is(t(214),t(137)))&&(i=i[t(157)]((e=>e.is(t(214),t(137))))),i}[hi(206)](t){const e=hi,n=this[e(177)][e(209)][e(195)](e(187));let r=Array[e(188)](this[e(177)][e(191)][e(200)][e(211)][e(155)]())[e(157)](t)[e(164)]((t=>{const r=e,s=this[r(177)][r(191)][r(215)](t,0);return[...n[r(141)](s,r(151)),...n[r(141)](s,r(193))]}))[e(179)]();return r=[...new Set(r)],r}[hi(144)](t){const e=hi;return e(197)+this[e(177)][e(209)][e(195)](e(187))[e(163)](t)[e(210)]()+e(154)+t[e(210)]()[e(175)](/-/g,"_")}}const mi=Ei;function Ii(){const t=["for","createEmptyElement","_descriptionFactory","MediaEmbedEditing","options","attribute:url:media","has","stop","plugins","12SFfJKE","52136LWFOOE","ELEMENT_MEDIA","showSuggestionHighlights","downcastDispatcher","registerElementLabel","mediaEmbed","473362hCHzMn","elementToElement","afterInit","TrackChangesEditing","conversion","enableCommand","media","get","6390165dlFTlQ","div","1819566WaEWXq","3710706QmWCoG","527422splQKA","locale","dataDowncast","data","high","5430944fhggqF","editor"];return(Ii=function(){return t})()}function Ei(t,e){const n=Ii();return(Ei=function(t,e){return n[t-=314]})(t,e)}!function(t,e){const n=Ei,r=t();for(;;)try{if(796593===-parseInt(n(341))/1+parseInt(n(329))/2*(-parseInt(n(322))/3)+parseInt(n(346))/4+parseInt(n(337))/5+-parseInt(n(340))/6+parseInt(n(339))/7+-parseInt(n(323))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ii);class bi extends t.Plugin{[mi(331)](){const t=mi,e=this[t(347)];if(!e[t(321)][t(319)](t(316)))return;const n=e[t(321)][t(336)](t(332)),r=e[t(342)];n[t(334)](t(328)),n[t(315)][t(327)](t(335),(e=>Wr(r,t(324),e))),e[t(333)][t(348)](t(343))[t(330)]({model:t(335),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(325)])return n[s(314)](s(338))},converterPriority:t(345)}),e[t(344)][t(326)].on(t(318),((e,n,r)=>{const s=t;r[s(317)][s(325)]&&e[s(320)]()}),{priority:t(345)})}}const Ti=yi;function _i(){const t=["7ILpOWw","1050978DowtvG","5tSXDLB","editor","460732xHlSER","MentionEditing","10rpPjEr","mention","TrackChangesEditing","262002gPjyhM","1572112JZOqli","plugins","171368ZkDfTo","has","1ihodwi","enableCommand","217440aZInMU","afterInit","get","493867OTumCm"];return(_i=function(){return t})()}function yi(t,e){const n=_i();return(yi=function(t,e){return n[t-=426]})(t,e)}!function(t,e){const n=yi,r=t();for(;;)try{if(114147===-parseInt(n(440))/1*(-parseInt(n(438))/2)+-parseInt(n(435))/3+parseInt(n(430))/4*(parseInt(n(428))/5)+-parseInt(n(427))/6+parseInt(n(426))/7*(parseInt(n(436))/8)+parseInt(n(442))/9+parseInt(n(432))/10*(-parseInt(n(445))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(_i);class Ai extends t.Plugin{[Ti(443)](){const t=Ti,e=this[t(429)];e[t(437)][t(439)](t(431))&&e[t(437)][t(444)](t(434))[t(441)](t(433))}}function ki(t,e){const n=Li();return(ki=function(t,e){return n[t-=395]})(t,e)}const Ci=ki;function Li(){const t=["*Set format:* %0","737265jiyHDL","afterInit","6qGpIej","head","listMarkerStyle","28825foLKJg","*Remove format:* %0","ELEMENT_MULTI_LEVEL_LIST","has","TrackChangesEditing","_descriptionFactory","3813362wpEobm","_enableDefaultAttributesIntegration","key","3886240jPgejw","editor","registerDescriptionCallback","multiLevelList","plugins","1729736ELPMJe","MultiLevelList","get","next","data","1472742fWlwnW","handleDescriptions","oldValue","locale","newValue","38TiShXG","format","listType","1162936EGkkTJ"];return(Li=function(){return t})()}!function(t,e){const n=ki,r=t();for(;;)try{if(605931===-parseInt(n(424))/1*(parseInt(n(414))/2)+parseInt(n(419))/3+-parseInt(n(404))/4+parseInt(n(399))/5+parseInt(n(421))/6*(parseInt(n(396))/7)+-parseInt(n(417))/8+parseInt(n(409))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Li);class Ni extends t.Plugin{[Ci(420)](){const t=Ci,e=this[t(400)],n=e[t(403)][t(406)](t(428));e[t(403)][t(427)](t(405))&&(n[t(397)](t(402),[],[t(423)]),n[t(395)][t(401)]((e=>this[t(410)](e))))}[Ci(410)](t){const e=Ci,n=this[e(400)][e(412)],{data:r}=t,s={type:e(415),content:""};if(r&&e(423)==r[e(398)]){if(!r[e(411)])return{type:e(415),content:Wr(n,e(418),Wr(n,e(426)))+" ("+r[e(413)]+")"};if(!r[e(413)]){let o=t[e(422)];for(;o;){if(o[e(408)]&&e(416)==o[e(408)][e(398)]&&o[e(408)][e(413)])return s;o=o[e(407)]}return{type:e(415),content:Wr(n,e(425),Wr(n,e(426)))+" ("+r[e(411)]+")"}}}}}function Ri(){const t=["enableCommand","7806186IlLthN","_descriptionFactory","176tJfipM","52PLtkMu","afterInit","287760mdPUzW","PageBreakEditing","411890dTTCfA","plugins","editor","735192sRAsds","36nKOEEl","registerElementLabel","ELEMENT_PAGE_BREAK","pageBreak","TrackChangesEditing","94116kBagGJ","4809448fNnEQe","has","get","703648tcOAiT","locale","5tHexRq"];return(Ri=function(){return t})()}const Si=Mi;function Mi(t,e){const n=Ri();return(Mi=function(t,e){return n[t-=245]})(t,e)}!function(t,e){const n=Mi,r=t();for(;;)try{if(651335===-parseInt(n(268))/1+parseInt(n(262))/2+parseInt(n(257))/3*(-parseInt(n(255))/4)+parseInt(n(250))/5*(parseInt(n(252))/6)+-parseInt(n(245))/7+parseInt(n(248))/8*(parseInt(n(263))/9)+parseInt(n(259))/10*(parseInt(n(254))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ri);class vi extends t.Plugin{[Si(256)](){const t=Si,e=this[t(261)];if(!e[t(260)][t(246)](t(258)))return;e[t(260)][t(247)](t(267))[t(251)](t(266));const n=e[t(260)][t(247)](t(267)),r=e[t(249)];n[t(253)][t(264)](t(266),(e=>Wr(r,t(265),e)))}}function wi(t,e){const n=Di();return(wi=function(t,e){return n[t-=428]})(t,e)}const Oi=wi;function Di(){const t=["ck-suggestion-marker-split","has","_descriptionFactory","writer","markerName","ck-suggestion-marker--active","isBlock","locale","plugins","mapper","get","model","name","span","data","ELEMENT_PARAGRAPH","1EWnhYW","1771682DLnLpF","8eyyaOI","*Insert:* %0","Paragraph","1297520qLlDnN","10206OKobSp","1577245liOCjU","isLimit","consumable","format","showSuggestionHighlights","options","activeMarkers","getFirstRange","*Change to:* %0","formatBlock","schema","getItemLabel","_enableDefaultAttributesIntegration","insertion","toViewPosition","editing","1309xAajCL","nodeAfter","highest","registerElementLabel","enableCommand","869211tJrkLt","addMarker:suggestion:insertion","checkChild","_registerLegacyDescription","createUIElement","consume","paragraph","includes","insertParagraph","addClass","registerDescriptionCallback","type","end","687669UioPGT","insert","TrackChangesEditing","isTouching","start","markerRange","$text","afterInit","commandName","downcastDispatcher","3253756caZrXQ","editor","bindElementToMarker"];return(Di=function(){return t})()}!function(t,e){const n=wi,r=t();for(;;)try{if(530594===-parseInt(n(433))/1*(-parseInt(n(434))/2)+parseInt(n(474))/3+-parseInt(n(484))/4+-parseInt(n(440))/5+-parseInt(n(439))/6*(-parseInt(n(456))/7)+-parseInt(n(435))/8*(-parseInt(n(461))/9)+parseInt(n(438))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Di);class Fi extends t.Plugin{[Oi(481)](){const t=Oi,e=this[t(485)];if(!e[t(495)][t(488)](t(437)))return;const n=e[t(494)],r=e[t(495)][t(497)](t(476));r[t(489)][t(459)](t(467),(e=>Wr(n,t(432),e))),r[t(452)](t(467)),r[t(460)](t(469)),e[t(455)][t(483)].on(t(462),Pi(e),{priority:t(458)}),e[t(431)][t(483)].on(t(462),((n,r,s)=>{const o=t;s[o(445)][o(444)]&&Pi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(458)});const s=r[t(489)];s[t(471)]((r=>{const o=t;if(o(453)!==r[o(472)])return;const{start:i,end:a}=r[o(447)]();if(!i[o(477)](a)||!i[o(457)])return;const c=e[o(428)][o(450)],u=i[o(457)];return c[o(493)](u)&&!c[o(441)](u)&&c[o(463)](u,o(480))?{type:o(453),content:Wr(n,o(436),s[o(451)](u,1))}:void 0})),this[t(464)]()}[Oi(464)](){const t=Oi,e=this[t(485)],n=e[t(494)];e[t(495)][t(497)](t(476))[t(489)][t(471)]((e=>{const r=t;if(r(449)!=e[r(472)])return;const{data:s}=e;return s&&r(467)==s[r(482)]?{type:r(443),content:Wr(n,r(448),Wr(n,r(432)))}:void 0}))}}function Pi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=wi,i=t[o(495)][o(497)](o(476)),a=r[o(479)][o(478)],c=r[o(479)][o(473)],u=t[o(428)][o(450)];if(!a[o(477)](c)||!a[o(457)])return;const l=a[o(457)];if(u[o(493)](l)&&!u[o(441)](l)&&u[o(463)](l,o(480))){if(!s[o(442)][o(466)](r[o(479)],n[o(429)]))return;const t=s[o(490)][o(465)](o(430),{class:o(487)}),a=s[o(496)][o(454)](c);e&&i[o(446)][o(468)](r[o(491)])&&s[o(490)][o(470)](o(492),t),s[o(490)][o(475)](a,t),s[o(496)][o(486)](t,r[o(491)])}}}const xi=Ui;function Bi(){const t=["registerDescriptionCallback","formatBlock","4254955WmhNUp","798avHVqt","locale","1458603fxTGie","80nINDzz","plugins","get","*Remove all formatting*","RemoveFormatEditing","format","commandName","_enableDefaultAttributesIntegration","removeFormat","editor","type","50634cWpaBx","TrackChangesEditing","has","_registerLegacyDescription","afterInit","6534148HkIore","6yEPOKy","46068CSKhKX","2865840cwDuxn","_descriptionFactory","formatInline","103882uIoIdR"];return(Bi=function(){return t})()}function Ui(t,e){const n=Bi();return(Ui=function(t,e){return n[t-=222]})(t,e)}!function(t,e){const n=Ui,r=t();for(;;)try{if(880466===-parseInt(n(237))/1*(-parseInt(n(232))/2)+-parseInt(n(233))/3+parseInt(n(231))/4+parseInt(n(240))/5+-parseInt(n(226))/6*(parseInt(n(241))/7)+parseInt(n(234))/8+parseInt(n(243))/9*(-parseInt(n(244))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bi);class ji extends t.Plugin{[xi(230)](){const t=xi,e=this[t(224)];e[t(245)][t(228)](t(248))&&(e[t(245)][t(246)](t(227))[t(222)](t(223)),this[t(229)]())}[xi(229)](){const t=xi,e=this[t(224)];e[t(245)][t(246)](t(227))[t(235)][t(238)]((n=>{const r=t;if(r(239)!=n[r(225)]&&r(236)!=n[r(225)])return;const{data:s}=n;return s&&r(223)==s[r(250)]?{type:r(249),content:Wr(e[r(242)],r(247))}:void 0}))}}const Gi=Vi;function Vi(t,e){const n=Wi();return(Vi=function(t,e){return n[t-=187]})(t,e)}!function(t,e){const n=Vi,r=t();for(;;)try{if(315488===-parseInt(n(194))/1*(-parseInt(n(200))/2)+-parseInt(n(211))/3+-parseInt(n(207))/4+-parseInt(n(199))/5+parseInt(n(212))/6+-parseInt(n(201))/7+-parseInt(n(206))/8*(-parseInt(n(193))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wi);class zi extends t.Plugin{[Gi(210)](){const t=Gi,e=this[t(190)];if(!e[t(204)][t(209)](t(205)))return;const n=e[t(204)][t(202)](t(189));n[t(196)](t(197)),n[t(196)](t(188));const r=e[t(204)][t(202)](t(205));r[t(196)](t(203)),r[t(196)](t(208)),r[t(196)](t(192)),r[t(196)](t(198)),r[t(196)](t(191)),r[t(196)](t(195)),r[t(196)](t(187))}}function Wi(){const t=["acceptSelectedSuggestions","enableCommand","goToPreviousRestrictedEditingException","acceptAllSuggestions","1709860PsAlXy","14182KyOLec","3383429ehCXjO","get","trackChanges","plugins","RestrictedEditingModeEditing","7874696EjWyXB","830912DLPrkS","acceptSuggestion","has","afterInit","1696053GOTrTx","2471436XKyeJo","discardSelectedSuggestions","goToNextRestrictedEditingException","TrackChangesEditing","editor","discardAllSuggestions","discardSuggestion","9zOgpHO","73dqpYKe"];return(Wi=function(){return t})()}const Hi=Ki;function Ki(t,e){const n=Xi();return(Ki=function(t,e){return n[t-=404]})(t,e)}function Xi(){const t=["requires","name","insert","ck-suggestion-marker-","get","mapper","deletion","191292uFjhzd","15395rjypuB","addMarker:suggestion:insertion","softBreak","locale","markerRange","activeMarkers","3RQJbdt","3765773JEokZI","downcastDispatcher","createUIElement","editor","20zfyanK","ck-suggestion-marker--active","high","test","registerElementLabel","addClass","markerName","5BECTJv","TrackChangesEditing","init","createPositionBefore","plugins","options","split","includes","336JhLaPO","span","addMarker:suggestion:deletion","showSuggestionHighlights","data","getItems","bindElementToMarker","7JXYhkA","_descriptionFactory","element","2152548iOijaB","toViewPosition","152196HxnyiI","model","merge","writer","shiftEnter","enableCommand","ELEMENT_LINE_BREAK","744532vQDrkV","consumable","3758096rMOtuP","addMarker:suggestion","editing"];return(Xi=function(){return t})()}!function(t,e){const n=Ki,r=t();for(;;)try{if(243707===-parseInt(n(408))/1*(-parseInt(n(447))/2)+parseInt(n(454))/3*(parseInt(n(435))/4)+-parseInt(n(448))/5*(-parseInt(n(416))/6)+-parseInt(n(423))/7*(parseInt(n(437))/8)+parseInt(n(426))/9*(-parseInt(n(459))/10)+parseInt(n(455))/11+parseInt(n(428))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xi);class qi extends t.Plugin{static get[Hi(440)](){return[Zs.ShiftEnter]}[Hi(410)](){const t=Hi,e=this[t(458)],n=e[t(412)][t(444)](t(409));n[t(433)](t(432)),e[t(439)][t(456)].on(t(449),Ji(e),{priority:t(461)}),e[t(439)][t(456)].on(t(418),Ji(e),{priority:t(461)}),e[t(420)][t(456)].on(t(438),((n,r,s)=>{const o=t;s[o(413)][o(419)]&&Ji(e,{showActiveMarker:!1})(n,r,s)})),n[t(424)][t(405)](t(450),(n=>Wr(e[t(451)],t(434),n)))}}function Ji(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Ki,i=t[o(412)][o(444)](o(409));if(!s[o(436)][o(404)](r[o(452)],n[o(441)]))return;const a=t[o(429)];for(const t of r[o(452)][o(421)]()){if(!t.is(o(425),o(450)))continue;const n=o(446)==r[o(407)][o(414)](":")[1]?o(430):o(414),c=s[o(431)][o(457)](o(417),{class:o(443)+n}),u=s[o(445)][o(427)](a[o(411)](t));e&&i[o(453)][o(415)](r[o(407)])&&s[o(431)][o(406)](o(460),c),s[o(431)][o(442)](u,c),s[o(445)][o(422)](c,r[o(407)])}}}const Zi=Qi;function Yi(){const t=["31820800ZOcIjH","forceValue","174DEGops","locale","get","editor","registerDescriptionCallback","formatBlock","restrictedEditingException","document","3474738vRuVlz","plugins","52944cSkYpd","model","selection","StandardEditingModeEditing","markInlineFormat","formatInline","1899095pZwoUT","315pqUrtM","_descriptionFactory","9643IGWfSr","value","enableCommand","1098dEUGGM","commands","350nTxVBD","FORMAT_RESTRICTED_DISABLED","getRanges","format","isCollapsed","TrackChangesEditing","commandName","FORMAT_RESTRICTED_ENABLED","commandParams","afterInit","has","from","type","8293776iYuXqI","change"];return(Yi=function(){return t})()}function Qi(t,e){const n=Yi();return(Qi=function(t,e){return n[t-=118]})(t,e)}!function(t,e){const n=Qi,r=t();for(;;)try{if(837768===parseInt(n(147))/1*(parseInt(n(128))/2)+-parseInt(n(145))/3*(parseInt(n(138))/4)+-parseInt(n(144))/5+parseInt(n(150))/6*(parseInt(n(152))/7)+-parseInt(n(124))/8+-parseInt(n(136))/9+parseInt(n(126))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yi);class $i extends t.Plugin{[Zi(120)](){const t=Zi,e=this[t(131)],n=e[t(139)],r=e[t(129)];if(!e[t(137)][t(121)](t(141)))return;const s=e[t(137)][t(130)](t(157)),o=t(134),i=e[t(151)][t(130)](o);s[t(149)](o,((e,r={})=>{const a=t,c=n[a(135)][a(140)];if(c[a(156)])return void e(r);const u=void 0!==r[a(127)]?r[a(127)]:!i[a(148)];n[a(125)]((()=>{const t=a,e=Array[t(122)](c[t(154)]());for(const r of e){const e=u?[r]:vs(o,r,n);for(const n of e)s[t(142)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(146)][t(132)]((e=>{const n=t;if(n(133)!=e[n(123)]&&n(143)!=e[n(123)])return;const{data:s}=e;return s&&s[n(158)]==o?s[n(119)][0][n(127)]?{type:n(155),content:Wr(r,n(118))}:{type:n(155),content:Wr(r,n(153))}:void 0}))}}function ta(){const t=["StyleUtils","afterInit","plugins","inline","block","30tcaVuS","_descriptionFactory","86736jWJmVY","_registerInlineAttribute","9138guaXAV","GeneralHtmlSupport","commandParams","normalizeConfig","commandName","add","4335896JelKJV","format","toLowerCase","Style","formatBlock","locale","DataSchema","214615lnEqOm","style","config","type","*Remove format:* %0","element","_enableDefaultAttributesIntegration","1GybnOp","registerDescriptionCallback","6128703srmWOT","737qXZufG","styleName","101330RiKqFK","formatInline","getGhsAttributeNameForElement","_registerLegacyDescription","_registerBlockAttribute","329198zOwhaP","editor","*Set format:* %0","244dVUrav","forceValue","has","TrackChangesEditing","get","registerAttributeLabel","ghsAttributes","definitions","FORMAT_STYLE","7MDKESI"];return(ta=function(){return t})()}const ea=na;function na(t,e){const n=ta();return(na=function(t,e){return n[t-=364]})(t,e)}!function(t,e){const n=na,r=t();for(;;)try{if(396913===-parseInt(n(368))/1*(parseInt(n(378))/2)+-parseInt(n(400))/3*(parseInt(n(381))/4)+parseInt(n(413))/5*(parseInt(n(396))/6)+parseInt(n(390))/7*(parseInt(n(406))/8)+-parseInt(n(370))/9+parseInt(n(373))/10*(parseInt(n(371))/11)+-parseInt(n(398))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ta);class ra extends t.Plugin{[ea(392)](){const t=ea,e=this[t(379)];if(!e[t(393)][t(383)](t(409))||!e[t(393)][t(383)](t(412)))return;const n=e[t(393)][t(385)](t(384)),r=e[t(411)],s=e[t(415)][t(385)](t(414))||{},o=e[t(393)][t(385)](t(401)),i=e[t(393)][t(385)](t(391))[t(403)](e[t(393)][t(385)](t(412)),s[t(388)]);n[t(367)](t(414));const a=new Set;for(const e of i[t(395)]){const n=o[t(375)](e[t(366)]);a[t(405)](n)}const c=new Set;for(const e of i[t(394)]){const n=o[t(375)](e[t(366)]);c[t(405)](n);for(const n of e[t(387)])c[t(405)](n)}for(const e of a)n[t(377)](e),n[t(397)][t(386)](e,Wr(r,t(389)));for(const e of c)n[t(399)](e),n[t(397)][t(386)](e,Wr(r,t(389)));this[t(376)]()}[ea(376)](){const t=ea,e=this[t(379)],n=e[t(411)];e[t(393)][t(385)](t(384))[t(397)][t(369)]((e=>{const r=t;if(r(410)!=e[r(364)]&&r(374)!=e[r(364)])return;const{data:s}=e;return s&&r(414)===s[r(404)]?s[r(402)][0][r(382)]?{type:r(407),content:Wr(n,r(380),s[r(402)][0][r(372)][r(408)]())}:{type:r(407),content:Wr(n,r(365),s[r(402)][0][r(372)][r(408)]())}:void 0}))}}const sa=ia;function oa(){const t=["7018809aoTWwp","mapper","subType","_getSuggestionCoords","includes","values","addClass","plugins","32seoRWl","highest","ELEMENT_TABLE_COLUMN","MAX_SAFE_INTEGER","from","root","registerElementLabel","387729cijEvb","insertTable","has","enableCommand","max","isEqual","_tableSuggestions","insertTableRowAbove","$textProxy","start","setSelection","ELEMENT_TABLE_WITH_TEXT","markMultiRangeInsertion","enqueueChange","getChangedMarkers","type","*Remove:* %0","tableColumn","span","tablePaste","getCellLocation","getChanges","every","ELEMENT_TABLE","_tablePostFixingSubtypes","map","differ","data","insertTableColumnRight","_acceptFormatSuggestionCallbackFactory","removeClass","ELEMENT_TABLE_ROW","low","registerPostFixer","batch","getRanges","removeTableRow","afterInit","forceValue","9501zfBANk","name","_setupColumnsRowsFixing","tableRow","tableCell","insert","execute","getFirstRange","isArray","isIntersectingWithRange","item","createRangeOn","document","minColumn","3897700zCOzQF","options","toViewElement","selection","insertTableRowBelow","order","selectTableRow","isTouching","min","TrackChangesEditing","_descriptionFactory","registerCustomCallback","addRange","createPositionAt","_suggestionFactory","createRangeIn","_splitMarkerName","push","detach","insertTableColumnLeft","getAttribute","ELEMENT_TABLE_COLUMN_WITH_TEXT","add","getColumnIndexes","length","addMarker:suggestion","maxColumn","cell","selectTableColumn","toLowerCase","removeTableColumn","first","position","getItems","some","6357732wfaXaK","left","filter","registerDescriptionCallback","TableEditing","getContainedElement","accept","table","nodeBefore","createTableWalker","showSuggestionHighlights","minRow","substr","model","last","nodeAfter","getSelectionAffectedTableCells","ELEMENT_TABLE_ROW_WITH_TEXT","discard","TableUtils","element","change","locale","refresh","writer","getRowIndexes","fromRange","rowspan","_getCoordsForCells","classes","*Insert:* %0","getChildren","startsWith","2117200JoUgcJ","findAncestor","isInContent","insertion","oldRange","join","downcastDispatcher","2MlZDAK","above","end","deletion","commands","suggestion","get","getSuggestion","MIN_SAFE_INTEGER","hasAttribute","maxRow","55010oOMBCt","$graveyard","markMultiRangeDeletion","rootName","change:data","colspan","editor"];return(oa=function(){return t})()}function ia(t,e){const n=oa();return(ia=function(t,e){return n[t-=440]})(t,e)}!function(t,e){const n=ia,r=t();for(;;)try{if(530710===parseInt(n(494))/1*(parseInt(n(483))/2)+parseInt(n(555))/3*(-parseInt(n(509))/4)+parseInt(n(569))/5+-parseInt(n(443))/6+parseInt(n(501))/7+-parseInt(n(476))/8+parseInt(n(516))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(oa);class aa extends t.Plugin{constructor(t){const e=ia;super(t),this[e(540)]=[e(558),e(533)],this[e(522)]=new Set}[sa(553)](){const t=sa,e=this[t(500)],n=e[t(456)][t(567)][t(572)];if(!e[t(508)][t(518)](t(447)))return;const r=e[t(465)],s=e[t(508)][t(489)](t(578)),o=e[t(508)][t(489)](t(462));s[t(579)][t(515)](t(450),(e=>Wr(r,t(539),e))),this[t(557)](),s[t(519)](t(517)),s[t(519)](t(575)),s[t(519)](t(597));for(const r of[t(523),t(573)]){const i=e[t(487)][t(489)](r);s[t(519)](r,(r=>{const a=t;e[a(456)][a(464)]((t=>{const e=a;r();const c=e(484)===i[e(574)],u=o[e(459)](n),l=o[e(468)](u),f=c?l[e(600)]-1:l[e(457)]+1,h=u[0][e(477)](e(450)),g=o[e(452)](h,{startRow:f,endRow:f}),d=Array[e(513)](g)[e(541)]((n=>t[e(566)](n[e(596)])));s[e(528)](d,e(558))}))}))}for(const r of[t(588),t(544)]){const i=e[t(487)][t(489)](r);s[t(519)](r,(r=>{const a=t;e[a(456)][a(464)]((t=>{const e=a;r();const c=e(444)===i[e(574)],u=o[e(459)](n),l=o[e(592)](u),f=c?l[e(600)]-1:l[e(457)]+1,h=u[0][e(477)](e(450)),g=o[e(452)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(513)](g)[e(541)]((n=>t[e(566)](n[e(596)])));s[e(528)](d,e(533))}))}))}for(const r of[t(552),t(599)]){const i=r[t(455)](11),a=i[t(598)](),c=a[t(455)](0,3)+t(534),u=t(450)+i,l=t(577)+i,f=t(520)+i;s[t(519)](r,(()=>{const i=t;e[i(456)][i(464)]((t=>{const e=i,h=o[e(459)](n),g=h[0][e(477)](e(450));let d;if(e(552)==r){const t=o[e(468)](h);d={startRow:t[e(600)],endRow:t[e(457)],includeAllSlots:!0}}else{const t=o[e(592)](h);d={startColumn:t[e(600)],endColumn:t[e(457)],includeAllSlots:!0}}const p=o[e(452)](g,d),m=Array[e(513)](p)[e(541)]((({cell:t})=>t)),I=ca(m[e(445)]((t=>t[e(492)](c)))),E=ca(m[e(445)]((t=>!t[e(492)](c))))[e(541)]((n=>t[e(566)](n))),b=s[e(496)](E,u);if(b&&(e(558)==b[e(503)]||e(533)==b[e(503)])){const n=this[e(504)](b);for(const r of I){const s=t[e(566)](r),i=o[e(536)](r),u=r[e(589)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(581)](s)}}}))}))}function c(r){const s=t,o=Array[s(513)](n[s(551)]())[s(541)]((t=>i.LiveRange[s(469)](t)));e[s(456)][s(464)]((t=>{const n=s,i=t[n(550)];r=r[n(445)]((t=>n(495)!=t[n(514)][n(497)])),t[n(526)](r),e[n(487)][n(489)](n(552))[n(466)](),e[n(561)](n(552),{forceDefaultExecution:!0}),e[n(456)][n(529)]((()=>{const t=n;e[t(456)][t(529)](i,(e=>{const n=t,r=o[n(445)]((t=>n(495)!=t[n(514)][n(497)]));r[n(593)]>0&&e[n(526)](r);for(const t of o)t[n(587)]()}))}))}))}function u(r){const s=t;e[s(456)][s(464)]((t=>{const o=s,a=Array[o(513)](n[o(551)]())[o(541)]((t=>i.LiveRange[o(469)](t))),c=[];for(const t of r)for(const e of t[o(441)]({shallow:!0}))c[o(586)](e);for(const n of c)o(495)!=n[o(514)][o(497)]&&(t[o(526)](t[o(582)](n,0)),e[o(487)][o(489)](o(599))[o(466)](),e[o(561)](o(599),{forceDefaultExecution:!0}));const u=a[o(445)]((t=>o(495)!=t[o(514)][o(497)]));u[o(593)]>0&&t[o(526)](u);for(const t of a)t[o(587)]()}))}function l(e,n){const r=t;return n[r(538)]((t=>e[r(442)]((e=>e[r(485)][r(521)](t[r(525)])||t[r(485)][r(521)](e[r(525)])))))}function f(e,n){const r=t;return e[r(442)]((t=>n[r(442)]((e=>t[r(485)][r(576)](e[r(525)])))))}e[t(543)][t(482)].on(t(594),((e,n,r)=>{const s=t;if(!r[s(570)][s(453)])return;const o=n[s(565)];if(!o)return;const i=r[s(502)][s(571)](o);function c(t){return Array[s(563)](t)?t:[t]}i&&s(559)===o[s(556)]&&(0,a.setHighlightHandling)(i,r[s(467)],((t,e,n)=>n[s(507)](c(e[s(472)]),t)),((t,e,n)=>n[s(546)](c(e[s(472)]),t)))}),{priority:t(510)}),s[t(579)][t(446)]((e=>{const n=t;if(n(479)!=e[n(531)]&&n(486)!=e[n(531)])return;const s=e[n(448)]();if(null!=s&&s.is(n(463),n(450))){if(n(479)==e[n(531)]){const t=e[n(441)]()[n(445)]((t=>t.is(n(524))))[n(541)]((t=>t[n(543)]));if(t[n(593)])return{type:n(479),content:Wr(r,n(473),Wr(r,n(527),'"'+t[n(481)](" ")+'"'))}}if(n(486)==e[n(531)]){const t=e[n(441)]()[n(445)]((t=>t.is(n(524))))[n(541)]((t=>t[n(543)]));if(t[n(593)])return{type:n(486),content:Wr(r,n(532),Wr(r,n(527),'"'+t[n(481)](" ")+'"'))}}}})),s[t(579)][t(446)]((e=>{const n=t;if(n(558)==e[n(503)]){const t=e[n(441)]()[n(445)]((t=>t.is(n(524))))[n(541)]((t=>t[n(543)])),s=this[n(504)](e),o=s[n(493)]-s[n(454)]+1;if(n(479)==e[n(531)])return t[n(593)]?{type:n(479),content:Wr(r,n(473),Wr(r,n(460),[o,'"'+t[n(481)](" ")+'"']))}:{type:n(479),content:Wr(r,n(473),Wr(r,n(547),o))};if(n(486)==e[n(531)])return t[n(593)]?{type:n(486),content:Wr(r,n(532),Wr(r,n(460),[o,'"'+t[n(481)](" ")+'"']))}:{type:n(486),content:Wr(r,n(532),Wr(r,n(547),o))}}if(n(533)==e[n(503)]){const t=e[n(441)]()[n(445)]((t=>t.is(n(524))))[n(541)]((t=>t[n(543)])),s=this[n(504)](e),o=s[n(595)]-s[n(568)]+1;if(n(479)==e[n(531)])return t[n(593)]?{type:n(479),content:Wr(r,n(473),Wr(r,n(590),[o,'"'+t[n(481)](" ")+'"']))}:{type:n(479),content:Wr(r,n(473),Wr(r,n(511),o))};if(n(486)==e[n(531)])return t[n(593)]?{type:n(486),content:Wr(r,n(532),Wr(r,n(590),[o,'"'+t[n(481)](" ")+'"']))}:{type:n(486),content:Wr(r,n(532),Wr(r,n(511),o))}}})),s[t(583)][t(580)](t(479),t(558),t(461),c),s[t(583)][t(580)](t(486),t(558),t(449),c),s[t(583)][t(580)](t(479),t(533),t(461),u),s[t(583)][t(580)](t(486),t(533),t(449),u),s[t(583)][t(580)](t(479),t(533),t(481),l),s[t(583)][t(580)](t(486),t(533),t(481),l),s[t(583)][t(580)](t(479),t(558),t(481),f),s[t(583)][t(580)](t(486),t(558),t(481),f)}[sa(545)](){const t=sa,e=this[t(500)],n=e[t(456)][t(567)][t(572)];return(r,s)=>{const o=t;e[o(456)][o(464)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(485)][a(451)];u&&u[0]&&!1===u[0][a(554)]&&(l=r[0][a(525)][a(458)]);const f=t[a(584)](l);if(a(495)==f[a(514)][a(497)])return;const h=Array[a(513)](n[a(551)]())[a(541)]((t=>i.LiveRange[a(469)](t)));t[a(526)](f),e[a(487)][a(489)](c)[a(466)](),u[a(586)]({forceDefaultExecution:!0}),e[a(561)](c,...u);const g=h[a(445)]((t=>a(495)!=t[a(514)][a(497)]));g[a(593)]>0&&t[a(526)](g);for(const t of h)t[a(587)]()}))}}[sa(471)](t){const e=sa,n=this[e(500)][e(508)][e(489)](e(462));let r=Number[e(512)],s=Number[e(491)],o=Number[e(512)],i=Number[e(491)];for(const a of t){if(e(495)==a[e(514)][e(497)])continue;const{row:t,column:c}=n[e(536)](a),u=a[e(492)](e(470))?a[e(589)](e(470))-1:0,l=a[e(492)](e(499))?a[e(589)](e(499))-1:0;r=t<r?t:r,s=t+u>s?t+u:s,o=c<o?c:o,i=c+l>i?c+l:i}return{minRow:r,maxRow:s,minColumn:o,maxColumn:i}}[sa(557)](){const t=sa,e=this[t(500)],n=e[t(508)][t(489)](t(578)),r=e[t(508)][t(489)](t(462));e[t(456)][t(567)].on(t(498),(()=>{const r=t,s=Array[r(513)](e[r(456)][r(567)][r(542)][r(530)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(585)](t);if(r(488)!=s)continue;if(null!=e[r(480)])continue;const a=n[r(490)](o);this[r(540)][r(505)](i)&&this[r(522)][r(591)](a)}}),{priority:t(548)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(566)](e),a=e[s(477)](s(450)),c=r[s(536)](e);for(const t of this[s(522)]){const n=t[s(503)],r=n[s(475)](s(535)),u=n[s(455)](r?10:5),l=u[s(598)](),f=l[s(455)](0,3)+s(534),h=s(577)+u,g=s(520)+u;if(!t[s(478)])continue;if(a!=t[s(562)]()[s(525)][s(477)](s(450)))continue;if(t[s(564)](i))continue;const d=e[s(492)](f)?e[s(589)](f)-1:0,p=this[s(504)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(581)](i),o=!0)}return o};e[t(456)][t(567)][t(549)]((n=>{const r=t;let o=!1;for(const t of e[r(456)][r(567)][r(542)][r(537)]())if(r(560)==t[r(531)])if(r(558)==t[r(556)])for(const e of t[r(440)][r(458)][r(474)]())o=o||s(e,n);else r(559)==t[r(556)]&&(o=o||s(t[r(440)][r(458)],n));return o}))}[sa(504)](t){const e=sa;return this[e(471)](t[e(551)]()[e(541)]((t=>t[e(525)][e(458)])))}}function ca(t){const e=sa;return Array[e(513)](new Set(t)[e(506)]())}const ua=la;function la(t,e){const n=fa();return(la=function(t,e){return n[t-=144]})(t,e)}function fa(){const t=["root","TableUtils","tableCell","value","rootName","getFirstPosition","length","deletion","set:isEnabled","mergeTableCells","change","containsRange","format","getAncestors","461538HRQhdi","getCellLocation","locale","has","editor","1791tnOkYZ","subType","horizontally","plugins","_suggestionFactory","registerCustomCallback","filter","$graveyard","isEnabled","1311852DnCFGt","push","model","from","selection","document","author","mergeTableCellDown","51448ItLYTe","_areSelectedCellsMergable","add","element","commands","map","mergeTableCellRight","createRangeOn","*Split cell:* horizontally","detach","2756940BFvnEe","_descriptionFactory","isInContent","size","setSelection","TableEditing","registerDescriptionCallback","getSelectionAffectedTableCells","_tablePostFixingSubtypes","mergeTableCellLeft","createTableWalker","formatBlock","1120015KkrCpy","find","refresh","2313542qIGSxe","stop","1517840nJuywp","formatInline","accept","getSuggestions","forceDefaultExecution","trackChanges","insertion","markMultiRangeBlockFormat","get","_acceptFormatSuggestionCallbackFactory","execute","_isForcedDefaultExecutionBlock","highest","splitTableCellVertically","*Split cell:* vertically","TrackChangesEditing","commandName","return","_areMergableCells","markBlockFormat","direction","2BUbjgz","getRanges","mergeTableCellUp","splitTableCellHorizontally","low","findAncestor","table","*Merge cells*","requires","cell","afterInit","type","enableCommand","fromRange"];return(fa=function(){return t})()}!function(t,e){const n=la,r=t();for(;;)try{if(310062===-parseInt(n(232))/1+parseInt(n(204))/2*(parseInt(n(148))/3)+-parseInt(n(183))/4+parseInt(n(178))/5+-parseInt(n(166))/6+-parseInt(n(181))/7+-parseInt(n(156))/8*(-parseInt(n(237))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fa);class ha extends t.Plugin{static get[ua(212)](){return[aa]}[ua(214)](){const t=ua,e=this[t(236)],n=e[t(150)][t(153)][t(152)],r=e[t(234)];if(!e[t(240)][t(235)](t(171)))return;const s=e[t(240)][t(191)](t(198)),o=e[t(240)][t(191)](t(219)),a=e[t(240)][t(191)](aa);a[t(174)][t(149)](t(227)),s[t(216)](t(227),(()=>{const n=t,r=o[n(173)](e[n(150)][n(153)][n(152)]);e[n(150)][n(228)]((()=>{const t=n;s[t(190)](r,{commandName:t(227),commandParams:[]},[],t(227))}))})),e[t(160)][t(191)](t(227)).on(t(193),((n,r)=>{const o=t;e[o(160)][o(191)](o(188))[o(221)]&&(r[o(224)]>0&&r[r[o(224)]-1]&&r[r[o(224)]-1][o(187)]||s[o(194)]||this[o(157)]()||n[o(182)]())}),{priority:t(195)});for(const n of[t(206),t(162),t(155),t(175)]){const r=e[t(160)][t(191)](n);s[t(216)](n,(()=>{const n=t,o=e[n(150)][n(153)][n(152)][n(223)]()[n(231)]()[n(179)]((t=>t.is(n(159),n(220)))),i=r[n(221)];e[n(150)][n(228)]((()=>{const t=n;s[t(190)]([o,i],{commandName:t(227),commandParams:[]},[],t(227))}))}))}for(const n of[t(196),t(207)]){const r=e[t(160)][t(191)](n);s[t(216)](n,(()=>{const i=t,a=o[i(173)](e[i(150)][i(153)][i(152)])[0],c=a[i(209)](i(210)),{column:u,row:l}=o[i(233)](a);let f=[];if(i(239)==r[i(203)]){const t=o[i(176)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(151)](t)[i(161)]((t=>t[i(213)]))}else{const t=o[i(176)](c,{column:u,includeAllSlots:!0});f=Array[i(151)](t)[i(161)]((t=>t[i(213)]))}e[i(150)][i(228)]((t=>{const e=i;s[e(202)](t[e(163)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(167)][t(172)]((e=>{const n=t;if(n(177)!=e[n(215)]&&n(184)!=e[n(215)])return;const{data:s}=e;return s&&n(227)==s[n(199)]?{type:n(230),content:Wr(r,n(211))}:void 0})),s[t(167)][t(172)]((e=>{const n=t;if(n(177)!=e[n(215)]&&n(184)!=e[n(215)])return;const{data:s}=e;return s?n(196)==s[n(199)]?{type:n(230),content:Wr(r,n(197))}:n(207)==s[n(199)]?{type:n(230),content:Wr(r,n(164))}:void 0:void 0}));const c=a[t(192)]();for(const e of[t(206),t(162),t(155),t(175)])s[t(241)][t(144)](t(177),e,t(185),c);for(const e of[t(196),t(207)])s[t(241)][t(144)](t(177),e,t(185),c);s[t(241)][t(144)](t(177),t(227),t(185),(r=>{const s=t;e[s(150)][s(228)]((t=>{const o=s,a=Array[o(151)](n[o(205)]())[o(161)]((t=>i.LiveRange[o(217)](t)));t[o(170)](r),e[o(160)][o(191)](o(227))[o(180)](),e[o(193)](o(227),{forceDefaultExecution:!0});const c=a[o(145)]((t=>o(146)!=t[o(218)][o(222)]));c[o(224)]>0&&t[o(170)](c);for(const t of a)t[o(165)]()}))}));for(const n of[t(206),t(155),t(175),t(162)]){const r=e[t(160)][t(191)](n);r.on(t(226),((n,s,o)=>{const i=t;if(o){const t=e[i(150)][i(153)][i(152)][i(223)]()[i(231)]()[i(179)]((t=>t.is(i(159),i(220))));this[i(201)](r[i(221)],t)||(n[i(200)]=!1,n[i(182)]())}}),{priority:t(208)})}}[ua(157)](){const t=ua,e=this[t(236)][t(160)][t(191)](t(227)),n=this[t(236)][t(240)][t(191)](t(219));if(!e[t(147)])return!1;const r=n[t(173)](this[t(236)][t(150)][t(153)][t(152)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(201)](e,n))return!1;return!0}[ua(201)](t,e){const n=ua,r=this[n(236)][n(240)][n(191)](n(198)),s=this[n(236)][n(150)][n(163)](t),o=this[n(236)][n(150)][n(163)](e),i=new Set,a=new Set;for(const t of r[n(186)]())if((n(189)==t[n(215)]||n(225)==t[n(215)]||n(227)==t[n(238)])&&t[n(168)])for(const e of t[n(205)]())e[n(229)](s,!0)&&i[n(158)](t[n(215)]+":"+t[n(154)].id),e[n(229)](o,!0)&&a[n(158)](t[n(215)]+":"+t[n(154)].id);if(i[n(169)]!=a[n(169)])return!1;for(const t of i)if(!a[n(235)](t))return!1;return!0}}const ga=da;function da(t,e){const n=pa();return(da=function(t,e){return n[t-=331]})(t,e)}function pa(){const t=["addClass","ck-suggestion-marker-","options","cell","showSuggestionHighlights","_suggestionFactory","stop","format","setTableColumnHeader","consumable","data-suggestion","unbindElementFromMarkerName","type","registerAttributeLabel","highest","markerNameToElements","parent","nodeAfter","has","getCellLocation","activeMarkers","getSuggestion","406176ofRmeU","FORMAT_REGULAR_COLUMN","toViewElement","11886633JvVPXG","FORMAT_HEADER_COLUMN","includes","15icIHvx","editing","plugins","get","accept","start","downcastDispatcher","createTableWalker","_splitMarkerName","afterInit","locale","TableEditing","forceValue","setTableRowHeader","removeAttribute","addMarker:suggestion","markerName","_enableDefaultAttributesIntegration","190804aIIcqQ","ck-suggestion-marker--active","editor","data","item","requires","8gXPNxB","611186IGXXTl","removeMarker:suggestion","commandParams","_handleLegacySuggestions","headingColumns","*Format:* %0","714RpcZPv","setAttribute","23443mexFkc","FORMAT_HEADER_ROW","headingRows","writer","commandName","_descriptionFactory","bindElementToMarker","1455633mdYuuA","10hMIvHj","markerRange","TableUtils","mapper","_registerLegacyDescription","registerCustomCallback","TrackChangesEditing","end","747765WxXOmg","consume","_acceptFormatSuggestionCallbackFactory","name","formatBlock","removeClass","registerDescriptionCallback","nodeBefore","FORMAT_REGULAR_ROW"];return(pa=function(){return t})()}!function(t,e){const n=da,r=t();for(;;)try{if(267113===-parseInt(n(394))/1+-parseInt(n(401))/2+-parseInt(n(339))/3+-parseInt(n(370))/4*(parseInt(n(376))/5)+parseInt(n(407))/6*(parseInt(n(409))/7)+parseInt(n(400))/8*(-parseInt(n(416))/9)+parseInt(n(331))/10*(parseInt(n(373))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(pa);class ma extends t.Plugin{static get[ga(399)](){return[aa]}[ga(385)](){const t=ga,e=this[t(396)];if(!e[t(378)][t(366)](t(387)))return;const n=e[t(386)],r=e[t(378)][t(379)](t(337));r[t(393)](t(389),[],[t(411)]),r[t(393)](t(356),[],[t(405)]),r[t(414)][t(361)](t(411),Wr(n,t(410))),r[t(414)][t(361)](t(405),Wr(n,t(374))),this[t(404)]()}[ga(404)](){const t=ga,e=this[t(396)][t(378)][t(379)](t(337)),n=this[t(396)][t(378)][t(379)](t(333)),r=this[t(396)][t(378)][t(379)](aa)[t(341)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=da,{type:c,id:u}=e[a(384)](o[a(392)]),l=e[a(369)](u),f=l[a(397)];if(a(343)!=l[a(360)]||!f||a(356)!=f[a(413)])return;if(o[a(398)])return void s[a(354)]();if(!i[a(357)][a(340)](o[a(332)],s[a(342)]))return;const h=o[a(332)][a(381)][a(365)],g=o[a(332)][a(338)][a(346)],d=h[a(364)][a(364)],{column:p}=n[a(367)](h),{column:m}=n[a(367)](g);for(let s=p;s<=m;s++){const l=n[a(383)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(351)],l=i[a(334)][a(372)](s);i[a(412)][a(348)](a(349)+c,l),r&&i[a(412)][a(408)](a(358),u,l),i[a(334)][a(415)](l,o[a(392)]),t&&(e[a(368)][a(375)](o[a(392)])?i[a(412)][a(348)](a(395),l):i[a(412)][a(344)](a(395),l))}}}}e[t(353)][t(336)](t(343),t(389),t(380),r),e[t(353)][t(336)](t(343),t(356),t(380),r),this[t(396)][t(377)][t(382)].on(t(391),s(),{priority:t(362)}),this[t(396)][t(397)][t(382)].on(t(391),((e,n,r)=>{const o=t;r[o(350)][o(352)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(362)}),this[t(396)][t(377)][t(382)].on(t(402),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(384)](r[o(392)]),c=e[o(369)](a),u=c[o(397)];if(o(343)!=c[o(360)]||!u||o(356)!=u[o(413)])return;const l=s[o(334)][o(363)](r[o(392)]);if(l)for(const t of l)s[o(412)][o(344)](o(349)+i,t),s[o(412)][o(344)](o(395),t),s[o(412)][o(390)](o(358),t),s[o(334)][o(359)](t,r[o(392)])}),{priority:t(362)}),this[t(335)]()}[ga(335)](){const t=ga,e=this[t(396)],n=e[t(386)];function r(e){const r=t;return{type:r(355),content:Wr(n,r(406),e)}}e[t(378)][t(379)](t(337))[t(414)][t(345)]((e=>{const s=t;if(s(343)!=e[s(360)])return;const{data:o}=e;if(o){if(s(389)==o[s(413)]){const t=o[s(403)][0][s(388)];return r(Wr(n,s(t?410:347)))}if(s(356)==o[s(413)]){const t=o[s(403)][0][s(388)];return r(Wr(n,s(t?374:371)))}}}))}}const Ia=ya;function Ea(){const t=["hasSuggestion","getItems","reduce","filter","document","suggestion","markMultiRangeDeletion","keys","getChildren","getRows","listenTo","unwrap","editingDowncast","819358wVidnB","getSelectionAffectedTableCells","columnInsertionRanges","52KQcITF","set","suggestion-td","suggestionLoaded","tableCellBorderStyle","tableCellBorderWidth","register","1671470FqTYew","createTableWalker","attributes","ck-suggestion-marker","nodeAfter","call","return","tablePasteChainId","map","requires","getTableIfOnlyTableInContent","getSuggestion","tableCellPadding","oldRange","endRow","rowInsertionIndexes","getRange","type","getAllAdjacentSuggestions","tablePaste","conversion","every","wrap","tableCellHorizontalAlignment","nextSibling","isEqual","documentSelection","tableCellBorderColor","author","4964664xKZXIc","7LRwitt","join","getRowIndexes","afterInit","findAncestor","cell","ck-suggestion-marker-insertion","startsWith","from","*Replace table cells*","forceDefaultExecution","fromEntries","getShiftedBy","column","editor","elementToElement","registerPostFixer","46977fQKqzx","_isForcedDefaultExecutionBlock","forEach","TableClipboard","tablePasteColumn","dataDowncast","_getCoordsForCells","insertion","root","suggestionUnloaded","updateMarker","columnInsertionIndexes","markMultiRangeBlockFormat","setAttribute","cells","low","$graveyard","_splitMarkerName","fill","end","TrackChangesEditing","activeMarkers","add","containsRange","insertRows","tablePasteRow","redo","first","get","accept","getColumnIndexes","removeRows","markerName","row","_replaceTableSlotCell","_tablePostFixingSubtypes","14411640zFXIPK","removeColumns","start","previousSibling","tableCellBackgroundColor","getContainedElement","tableCellVerticalAlignment","batch","_suggestionFactory","insertionRanges","length","schema","view","plugins","insert","selection","suggestion:formatBlock:tablePasteCell","next","has","insertColumns","clipboardOutput","_createdBatches","last","createRangeOn","value","Users","_descriptionFactory","deletion","6955092lryoPC","model","createRangeIn","entries","getChanges","paragraph","formatBlock","newRange","registerDescriptionCallback","removeMarkers","change","insertContent","setAttributes","showSuggestionHighlights","move","push","registerCustomCallback","rootName","fromRange","tableCellSuggestion","2539254ucCBXI","TableUtils","deletionRanges","editing","columns","includes","endColumn","markerToHighlight","rows","high","stop","table","find","ck-suggestion-marker--active","content","getSuggestionCallback","detach","tableCell","commands","markerAttributes","getAttributes","createPositionBefore","trackChanges","getSuggestions","subType","previous","12yQxwbm","position","markMultiRangeInsertion","markers","locale","element","discard","isEmpty","removeMarker","getMarkers","tablePasteCell","remove","options","isInContent","rowInsertionRanges","getColumns","createElement","differ","getChangedMarkers","name","createRange","some","for","getRanges","getChild"];return(Ea=function(){return t})()}!function(t,e){const n=ya,r=t();for(;;)try{if(517206===parseInt(n(165))/1+-parseInt(n(168))/2*(-parseInt(n(222))/3)+-parseInt(n(332))/4*(-parseInt(n(175))/5)+-parseInt(n(306))/6*(parseInt(n(205))/7)+-parseInt(n(204))/8+parseInt(n(286))/9+-parseInt(n(258))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ea);const ba=[Ia(173),Ia(202),Ia(172),Ia(198),Ia(264),Ia(262),Ia(187)],Ta=Object[Ia(216)](ba[Ia(183)]((t=>[t,null])));class _a extends t.Plugin{static get[Ia(184)](){return[aa]}[Ia(208)](){const t=Ia,n=this[t(219)];if(!n[t(271)][t(276)](t(225)))return;const r=n[t(271)][t(250)](t(242)),s=n[t(271)][t(250)](t(307)),o=n[t(271)][t(250)](aa),a=n[t(271)][t(250)](t(225));o[t(257)][t(301)](t(247),t(226)),n[t(287)][t(269)][t(174)](t(305),{allowIn:t(323),allowContentOf:t(323),isLimit:!0}),n[t(195)][t(220)]({model:t(305),view:t(170)});let c=null;n[t(287)].on(t(297),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(268)]-1];h&&h[u(215)]||r[u(223)]||this[u(219)][u(324)][u(250)](u(328))[u(282)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(201)))return!1;const i=s[o(185)](t,n);if(!i||!ka(i,void 0,r))return!1;const a=r[o(166)](n[o(361)][o(273)]);if(!a[o(268)])return!1;const c=a[0][o(209)](o(317)),l=r[o(207)](a),f=r[o(252)](a),h={startRow:l[o(249)],endRow:l[o(280)],startColumn:f[o(249)],endColumn:f[o(280)]};return 1==a[o(268)]&&(h[o(189)]+=r[o(366)](i)-1,h[o(312)]+=r[o(347)](i)-1),ka(c,h,r)}(l,f,n[u(287)],s,a)&&(o[u(316)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(287)][u(296)]((()=>{const t=u;n[t(287)][t(297)](i[0],i[1],i[2],{forceDefaultExecution:!0});const s=(0,e.uid)(),{rowInsertionRanges:o,columnInsertionRanges:a,insertionRanges:l,deletionRanges:f,cells:h}=c;o[t(268)]&&r[t(334)](o,t(247),{tablePasteChainId:s}),a[t(268)]&&r[t(334)](a,t(226),{tablePasteChainId:s}),l[t(268)]&&(r[t(334)](l,t(194),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(224)]((e=>{const n=t;var r;return null===(r=e[n(322)])||void 0===r?void 0:r[n(180)](e)}))),f[t(268)]&&(r[t(363)](f,t(194),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(224)]((e=>{const n=t;var r;return null===(r=e[n(322)])||void 0===r?void 0:r[n(180)](e)})));const g=r[t(234)](h[t(183)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(342),{tablePasteChainId:s});if(g){const e=g[t(341)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(287)][t(281)](s),a=e[t(318)]((e=>e[t(191)]()[t(200)](i)));a&&r[t(301)]([a[t(351)],o])}r[t(268)]&&g[t(235)](t(325),Object[t(216)](r))}c=null})))}),{priority:e.priorities[t(315)]+10}),n[t(271)][t(250)](t(225)).on(t(256),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(316)]();const u=s[r(210)],l=o,f=Aa(u),h=Aa(l);e[r(181)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(343)](u[r(356)](0));for(const t of Array[r(213)](l[r(365)]()))a[r(272)](t,u,r(241));const t=c[r(190)][r(311)](s[r(255)]),e=c[r(233)][r(311)](s[r(218)]);t||e||(g=i.LiveRange[r(304)](a[r(288)](u)))}else h&&!f&&(d=a[r(288)](u));else{const t=a[r(348)](r(305)),e=a[r(348)](r(305));a[r(197)](a[r(288)](u),e),a[r(272)](t,u,0);for(const e of Array[r(213)](l[r(365)]()))a[r(272)](e,t,r(241));g=i.LiveRange[r(304)](a[r(281)](t)),d=i.LiveRange[r(304)](a[r(281)](e))}const p=Array[r(213)](l[r(326)]())[r(360)]((([t])=>ba[r(311)](t)));c[r(236)][r(301)]({element:u,attributes:p[r(268)]?Object[r(216)](p):null}),g&&c[r(267)][r(301)](g),d&&c[r(308)][r(301)](d)}),{priority:t(315)}),s.on(t(277),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(310)]||1;c[o(233)]=new Array(l)[o(240)](u)[o(183)](((t,e)=>t+e));for(const{cell:t}of s[o(176)](i,{startColumn:u,endColumn:u+l-1}))c[o(167)][o(301)](n[o(287)][o(281)](t))}),{priority:t(237)}),s.on(t(246),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(314)]||1;c[o(190)]=new Array(l)[o(240)](u)[o(183)](((t,e)=>t+e));for(const{cell:t}of s[o(176)](i,{startRow:u,endRow:u+l-1}))c[o(346)][o(301)](n[o(287)][o(281)](t))}),{priority:t(237)}),r[t(284)][t(294)]((e=>{const r=t;if(e[r(330)]&&e[r(330)][r(212)](r(194)))return e[r(331)]?{}:{type:r(229),content:Wr(n[r(336)],r(214))}}));const u=()=>!1;for(const e of[t(194),t(226),t(247),t(342)])r[t(266)][t(302)](t(229),e,t(206),u),r[t(266)][t(302)](t(285),e,t(206),u),r[t(266)][t(302)](t(292),e,t(206),u);r[t(266)][t(302)](t(292),t(342),t(338),u),r[t(266)][t(302)](t(292),t(342),t(251),((e,r,s)=>{const o=t,i=e[o(183)]((t=>t[o(263)]()))[o(360)]((t=>t)),a=new Map(i[o(183)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(236)])e&&a[o(169)](t,e);else if(s&&s[o(325)])for(const[t,e]of Object[o(289)](s[o(325)])){const r=n[o(287)][o(335)][o(250)](t),s=r?r[o(191)]()[o(263)]():null;s&&a[o(169)](s,e)}n[o(287)][o(296)]((t=>{const e=o;for(const[n,r]of a)t[e(298)]({...Ta,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(266)][o(302)](e,o(194),s,((t,i,a)=>{const c=o;n[c(287)][c(296)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(260)][o(179)];t.is(o(337),o(305))&&u[o(301)](t)}r[o(266)][o(321)](e,null,s)(t,i,a);for(const t of u)o(238)!=t[o(230)][o(303)]&&n[o(368)](t)}))}))};l(t(229),t(251)),l(t(229),t(338)),l(t(285),t(251)),l(t(285),t(338)),r[t(266)][t(302)](t(229),t(247),t(338),(e=>{const n=t,r=e[n(183)]((t=>t[n(263)]())),i=r[0][n(209)](n(317)),{minRow:a,maxRow:c}=o[n(228)](r);s[n(253)](i,{at:a,rows:c-a+1})})),r[t(266)][t(302)](t(229),t(226),t(338),(e=>{const n=t,r=e[n(183)]((t=>t[n(263)]())),i=r[0][n(209)](n(317)),{minColumn:a,maxColumn:c}=o[n(228)](r);s[n(259)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(330)]||!n[s(330)][s(212)](s(194)))return;const o=n[s(177)][s(182)],i=r[s(329)]()[s(360)]((t=>t[s(345)]&&t[s(177)]&&t[s(177)][s(182)]==o));i[s(268)]&&n[s(193)]()[s(268)]!=i[s(268)]&&i[s(359)](((t,e)=>(t[s(275)]=e,e[s(331)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(239)](e[s(254)]),i=[s(178),s(211)],a=r[s(243)][s(311)](e[s(254)]);return a&&i[s(301)](s(319)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(171),f,{priority:t(315)}),r.on(t(231),f,{priority:t(315)}),n[t(287)][t(361)][t(221)]((()=>{const e=t;let s=!1;const o=Array[e(213)](n[e(287)][e(361)][e(349)][e(350)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(239)](t);if(e(362)!=o||e(285)!=a||i[e(188)])continue;if(!r[e(357)](c))continue;const u=r[e(186)](c)[e(355)](),l=n[e(271)][e(250)](e(283)).me;for(const t of r[e(329)]())if(t[e(345)]&&t[e(203)]==l&&e(292)==t[e(192)]&&e(342)==t[e(330)]&&t[e(355)]()[e(196)]((t=>u[e(353)]((n=>n[e(245)](t,!0))))))for(const n of t[e(193)]())n[e(345)]&&(n[e(338)](),s=!0)}return s})),n[t(287)][t(361)][t(221)]((e=>{const s=t,o=n[s(324)][s(250)](s(248));if(!o||!o[s(279)][s(276)](e[s(265)]))return!1;let i=!1;const a=n[s(271)][s(250)](s(283)).me,c=n[s(287)][s(361)][s(349)][s(290)](),u=Array[s(213)](n[s(287)][s(361)][s(349)][s(350)]())[s(360)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(239)](t);return n(362)==o&&n(194)==i&&c==a.id&&!e[n(188)]}));for(const t of c){if(s(272)!=t[s(192)]||s(305)!=t[s(351)]||1!=t[s(268)])continue;const n=e[s(352)](t[s(333)],t[s(333)][s(217)](1));if(!u[s(318)]((({data:t})=>t[s(293)][s(200)](n))))for(const{name:t,data:r}of u)if(n[s(245)](r[s(293)])){e[s(232)](t,{range:n}),i=!0;break}}return i})),n[t(287)][t(361)][t(221)]((e=>{const s=t;let o=!1;const i=n[s(271)][s(250)](s(283)).me,a=r[s(329)]()[s(360)]((t=>t[s(345)]&&t[s(203)]==i)),c=new Set,u=new Set;for(const t of a)if(s(194)==t[s(330)])for(const e of t[s(341)]()){const n=e[s(191)]()[s(263)]();if(n)if(n.is(s(337),s(305))&&Aa(n)){t[s(340)](e[s(351)]),c[s(244)](n),o=!0;const r=n[s(199)],i=n[s(261)],a=r&&r.is(s(337),s(305)),l=i&&i.is(s(337),s(305));a&&!c[s(276)](r)&&u[s(244)](r),l&&!c[s(276)](i)&&u[s(244)](i)}else n.is(s(337),s(291))&&n[s(339)]&&(t[s(340)](e[s(351)]),o=!0)}else if(s(342)==t[s(330)]){if(!t[s(177)]||!t[s(177)][s(182)])continue;const e=t[s(177)][s(325)];if(e&&Object[s(364)](e)[s(268)])continue;const n=t[s(177)][s(182)];let r=!0,i=!0;for(const e of a)if(e[s(330)]&&e[s(330)][s(212)](s(194))){if(!e[s(177)][s(182)]){i=!1;break}if(e.id!=t.id&&e[s(177)][s(182)]==n){r=!1;break}}i&&r&&(t[s(295)](),o=!0)}for(const t of c)e[s(343)](t);for(const t of u)e[s(368)](t);return o})),n[t(195)][t(354)](t(164))[t(313)]({model:t(274),view:(t,e)=>h(t),converterPriority:t(315)}),n[t(195)][t(354)](t(227))[t(313)]({model:t(274),view:(e,n)=>n[t(344)][t(299)]?h(e,!1):null,converterPriority:t(315)});const g=n[t(309)][t(270)];this[t(367)](g[t(361)],t(278),((e,n)=>{const r=t,s=[];for(const t of g[r(288)](n[r(320)])[r(358)]())t.is(r(337),r(170))&&s[r(301)](t);g[r(296)]((t=>{const e=r;for(const n of s)t[e(300)](t[e(288)](n),t[e(327)](n)),t[e(343)](n)}))}))}}function ya(t,e){const n=Ea();return(ya=function(t,e){return n[t-=164]})(t,e)}function Aa(t){const e=Ia;if(t[e(339)])return!0;const n=t[e(356)](0);return n.is(e(337),e(291))&&n[e(339)]}function ka(t,e={},n){const r=Ia;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(176)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const Ca=Na;function La(){const t=["_suggestionFactory","formatBlock","document","9QBwkWw","commandParams","getTableColumnsWidths","getSuggestionCallback","getSuggestions","table","formatGroupId","4650584JxKDsv","registerDescriptionCallback","get","format","type","has","editor","markBlockFormat","getSelectedElement","getContainedElement","locale","*Format:* resize table","tableWidth","_descriptionFactory","Users","627090NQDJyA","resizeTable","805335pzzloD","plugins","TableColumnResizeEditing","7NoneRC","22euFkWM","resizeTableWidth","change","columnWidths","model","accept","author","128317GRXlru","getAttribute","6287064FPqIAE","handleResizeTableWidthCommand","3LavCJK","selection","formatInline","afterInit","data","24SyKqXb","94702bxMWnh","getColumnGroupElement","handleSuggestionDescription","subType","TrackChangesEditing","bind","registerCustomCallback","enableCommand","2233312hPXsOE","discard"];return(La=function(){return t})()}function Na(t,e){const n=La();return(Na=function(t,e){return n[t-=494]})(t,e)}!function(t,e){const n=Na,r=t();for(;;)try{if(398838===parseInt(n(536))/1+-parseInt(n(546))/2*(parseInt(n(540))/3)+parseInt(n(496))/4+parseInt(n(525))/5*(-parseInt(n(545))/6)+parseInt(n(528))/7*(-parseInt(n(508))/8)+parseInt(n(501))/9*(-parseInt(n(523))/10)+-parseInt(n(529))/11*(-parseInt(n(538))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(La);class Ra extends t.Plugin{[Ca(543)](){const t=Ca;if(!this[t(514)][t(526)][t(513)](t(527)))return;const e=this[t(514)][t(526)][t(510)](t(550));e[t(495)](t(530),this[t(539)][t(551)](this)),e[t(498)][t(494)](t(499),t(524),t(534),e[t(498)][t(504)](t(499),null,t(497))),e[t(498)][t(494)](t(499),t(524),t(497),e[t(498)][t(504)](t(499),null,t(534))),e[t(521)][t(509)](this[t(548)][t(551)](this))}[Ca(539)](t,e){const n=Ca,r=this[n(514)][n(526)][n(510)](n(550)),s=this[n(514)][n(526)][n(510)](n(527)),o=e[n(506)]||this[n(514)][n(533)][n(500)][n(541)][n(516)]();this[n(514)][n(533)][n(531)]((()=>{const i=n,a=s[i(547)](o);let c=a?s[i(503)](a):null,u=o[i(537)](i(520))||null;const l=e[i(520)]||u,f=e[i(532)]||c,h=this[i(514)][i(526)][i(510)](i(522)).me;for(const t of r[i(505)]()){const e=t[i(517)]();if(i(524)===t[i(549)]&&e===o){t[i(535)]!==h&&t[i(497)]();const e=t[i(544)][i(502)];u=e[0][i(520)],c=e[0][i(532)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(515)](o,{commandName:i(530),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(524)},[],i(524))}))}[Ca(548)](t){const e=Ca;if(e(499)!=t[e(512)]&&e(542)!=t[e(512)])return;const{data:n}=t;if(n&&e(524)===n[e(507)]){const t=e(519);return{type:e(511),content:Wr(this[e(514)][e(518)],t)}}}}const Sa=Ma;function Ma(t,e){const n=va();return(Ma=function(t,e){return n[t-=239]})(t,e)}function va(){const t=["TrackChangesEditing","70415TUmtNF","enableCommand","has","5589682ZPzdMw","6dgMOmi","editor","get","insertTemplate","Template","5552613qHKbPg","312jEHdiK","50266QKqQuI","8MJBJfA","8641281GgQrlg","afterInit","22lCojOW","169533SnQnpM","plugins","10483050TTnWQJ"];return(va=function(){return t})()}!function(t,e){const n=Ma,r=t();for(;;)try{if(555162===parseInt(n(239))/1*(parseInt(n(243))/2)+parseInt(n(244))/3+parseInt(n(258))/4*(parseInt(n(248))/5)+-parseInt(n(252))/6*(parseInt(n(251))/7)+-parseInt(n(240))/8*(parseInt(n(257))/9)+parseInt(n(246))/10+-parseInt(n(241))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(va);class wa extends t.Plugin{[Sa(242)](){const t=Sa,e=this[t(253)];e[t(245)][t(250)](t(256))&&e[t(245)][t(254)](t(247))[t(249)](t(255))}}function Oa(t,e){const n=Fa();return(Oa=function(t,e){return n[t-=184]})(t,e)}const Da=Oa;function Fa(){const t=["get","134SMlzXb","commands","73736kxlPlT","registerElementLabel","TrackChangesEditing","15476283heBjGf","insertTableOfContents","18242MfhFVu","enableCommand","44907GzKaGS","2262180olwQbK","afterInit","tableOfContents","152legSdk","938tDeMNt","_descriptionFactory","locale","20rZRiQT","plugins","ELEMENT_TABLE_OF_CONTENTS","10jiWsvH","19214712LEuGYH","editor","66540120vKCeCX"];return(Fa=function(){return t})()}!function(t,e){const n=Oa,r=t();for(;;)try{if(983571===parseInt(n(199))/1*(-parseInt(n(192))/2)+parseInt(n(201))/3*(-parseInt(n(205))/4)+parseInt(n(184))/5*(-parseInt(n(202))/6)+-parseInt(n(206))/7*(parseInt(n(194))/8)+-parseInt(n(197))/9*(-parseInt(n(187))/10)+-parseInt(n(188))/11+parseInt(n(190))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fa);class Pa extends t.Plugin{[Da(203)](){const t=Da,e=this[t(189)];if(!e[t(193)][t(191)](t(198)))return;e[t(185)][t(191)](t(196))[t(200)](t(198));const n=e[t(185)][t(191)](t(196)),r=e[t(208)];n[t(207)][t(195)](t(204),(e=>Wr(r,t(186),e)))}}const xa=Ba;function Ba(t,e){const n=Ua();return(Ba=function(t,e){return n[t-=375]})(t,e)}function Ua(){const t=["suggestion","1352440RAFOAF","editor","element","start","ELEMENT_TITLE","2cwzhnv","has","10051080DGonEL","plugins","isCollapsed","getChangedMarkers","title-content","42tsKOpx","registerPostFixer","8KBePZl","get","getNearestSelectionRange","Title","nodeBefore","3647728luDHad","25562xHybtU","4403583LxvzrG","forward","_descriptionFactory","model","isEqual","end","updateMarker","locale","TrackChangesEditing","isTouching","createRange","from","registerElementLabel","994449TSHHeh","afterInit","document","newRange","53050LiBIuK","schema","_splitMarkerName","removeMarker","differ"];return(Ua=function(){return t})()}!function(t,e){const n=Ba,r=t();for(;;)try{if(318624===parseInt(n(395))/1+-parseInt(n(380))/2*(parseInt(n(409))/3)+-parseInt(n(375))/4+-parseInt(n(413))/5*(parseInt(n(387))/6)+parseInt(n(394))/7*(parseInt(n(389))/8)+-parseInt(n(396))/9+parseInt(n(382))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ua);class ja extends t.Plugin{[xa(410)](){const t=xa,e=this[t(376)];if(!e[t(383)][t(381)](t(392)))return;const n=e[t(383)][t(390)](t(404));n[t(398)][t(408)](t(386),(()=>Wr(e[t(403)],t(379)))),e[t(399)][t(411)][t(388)]((r=>{const s=t;let o=!1;const i=Array[s(407)](e[s(399)][s(411)][s(417)][s(385)]());for(const{name:t,data:a}of i){const{group:i}=n[s(415)](t);if(s(418)!==i||!a[s(412)])continue;const c=a[s(412)],u=c[s(401)][s(393)];if(!u||!u.is(s(377),s(386)))continue;if(!c[s(378)][s(405)](c[s(401)]))continue;const l=e[s(399)][s(414)][s(391)](c[s(401)],s(397));if(l&&l[s(384)]){const e=r[s(406)](c[s(378)],l[s(378)]);e[s(400)](c)||(r[s(402)](t,{range:e}),o=!0)}o||(r[s(416)](t),o=!0)}return o}))}}function Ga(t,e){const n=Wa();return(Ga=function(t,e){return n[t-=205]})(t,e)}const Va=Ga;!function(t,e){const n=Ga,r=t();for(;;)try{if(783630===parseInt(n(219))/1+parseInt(n(223))/2*(parseInt(n(220))/3)+-parseInt(n(221))/4+-parseInt(n(217))/5*(-parseInt(n(206))/6)+-parseInt(n(209))/7+parseInt(n(214))/8+parseInt(n(216))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wa);class za extends t.Plugin{[Va(212)](){const t=Va,e=this[t(208)],n=e[t(218)][t(213)](t(211));e[t(218)][t(215)](t(207))&&(n[t(205)](t(222)),n[t(205)](t(210)))}}function Wa(){const t=["enableCommand","53316WvTzmQ","UndoEditing","editor","9718030edfXsq","redo","TrackChangesEditing","afterInit","get","9521248JTprSa","has","10932876ZWqSCQ","285EAkXvp","plugins","180061WXOfqb","1406313ZJkYEK","5553336IywHne","undo","2HNKKAo"];return(Wa=function(){return t})()}const Ha=Ka;function Ka(t,e){const n=Xa();return(Ka=function(t,e){return n[t-=479]})(t,e)}function Xa(){const t=["afterInit","toggleTableCaption","59580dMBDVu","get","6FUfEhW","editor","plugins","603QXOJrY","TableCaptionEditing","2322188OSTWry","2083752IYYWJY","enableCommand","386637Mvycfu","TrackChangesEditing","7GJOTcP","1286337nZHbfR","has","requires","9855msmUJr","3064232RkVDsm","924XoKeZQ"];return(Xa=function(){return t})()}!function(t,e){const n=Ka,r=t();for(;;)try{if(653551===parseInt(n(480))/1+parseInt(n(490))/2*(parseInt(n(498))/3)+-parseInt(n(496))/4+-parseInt(n(483))/5*(parseInt(n(485))/6)+parseInt(n(479))/7*(-parseInt(n(484))/8)+-parseInt(n(493))/9*(-parseInt(n(488))/10)+-parseInt(n(495))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xa);class qa extends t.Plugin{static get[Ha(482)](){return[aa]}[Ha(486)](){const t=Ha,e=this[t(491)];e[t(492)][t(481)](t(494))&&e[t(492)][t(489)](t(499))[t(497)](t(487))}}const Ja=Ya;function Za(){const t=["getSuggestions","locale","formatBlock","TrackChangesTableProperties","selection","7997EYphVI","change","discard","36536ZqMRWe","commandParams","TableUtils","TrackChangesEditing","tableCellHeight","tableBorderColor","tableCellWidth","*Format:* change table properties","18qqrFlS","tableCellProperties","getContainedElement","getAttribute","32pxERre","TableCellPropertiesEditing","model","tableWidth","_suggestionFactory","removeAttribute","tableBackgroundColor","tableCellVerticalAlignment","nodeAfter","tableCellHorizontalAlignment","382185MkwOYL","pluginName","registerDescriptionCallback","tableAlignment","_getSuggestion","findAncestor","markBlockFormat","get","document","enableCommand","9684YYnsja","getSuggestionCallback","has","tableCellBorderColor","getSelectionAffectedTableCells","tableHeight","5744XxnafA","subType","batch","1350360YlrOHT","tableCellPadding","tableBorderWidth","setAttribute","plugins","editor","222546kScWfi","data","63CXBqWH","_handlePropertyChange","_descriptionFactory","16tVEhkI","start","tableCellBorderWidth","3326680NThtyr","accept","format","tableCellBorderStyle","handleDiscardAction","enqueueChange","*Format:* change table cell properties","join","table","tableProperties","registerCustomCallback","TablePropertiesEditing","afterInit","tableBorderStyle","tableCellBackgroundColor","getFirstPosition","handleSuggestionDescription"];return(Za=function(){return t})()}function Ya(t,e){const n=Za();return(Ya=function(t,e){return n[t-=231]})(t,e)}!function(t,e){const n=Ya,r=t();for(;;)try{if(246362===parseInt(n(296))/1*(parseInt(n(282))/2)+-parseInt(n(252))/3*(-parseInt(n(244))/4)+-parseInt(n(285))/5+-parseInt(n(291))/6*(parseInt(n(293))/7)+-parseInt(n(256))/8*(parseInt(n(266))/9)+parseInt(n(299))/10+-parseInt(n(241))/11*(-parseInt(n(276))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Za);class Qa extends t.Plugin{constructor(t){const e=Ya;super(t),this[e(308)]=[e(249),e(232),e(287),e(269),e(259),e(281),e(262)],this[e(253)]=[e(279),e(302),e(298),e(286),e(250),e(248),e(233),e(265),e(263)]}static get[Ja(267)](){return Ja(239)}[Ja(231)](){const t=Ja,e=this[t(290)][t(289)][t(273)](t(247));if(this[t(290)][t(289)][t(278)](t(310))){for(const n of this[t(308)])e[t(275)](n,((e,r)=>{const s=t,o=this[s(290)][s(258)][s(274)][s(240)][s(234)]()[s(271)](s(307));this[s(294)](n,[o],this[s(308)],s(308),e,r)}));e[t(260)][t(309)](t(238),t(308),t(300),e[t(260)][t(277)](t(238),null,t(243))),e[t(260)][t(309)](t(238),t(308),t(243),((e,n)=>this[t(303)](this[t(308)],e,n))),e[t(260)][t(309)](t(238),t(308),t(306),(()=>!1))}if(this[t(290)][t(289)][t(278)](t(257))){for(const n of this[t(253)])e[t(275)](n,((e,r)=>{const s=t,o=this[s(290)][s(289)][s(273)](s(246))[s(280)](this[s(290)][s(258)][s(274)][s(240)]);this[s(294)](n,o,this[s(253)],s(253),e,r)}));e[t(260)][t(309)](t(238),t(253),t(300),e[t(260)][t(277)](t(238),null,t(243))),e[t(260)][t(309)](t(238),t(253),t(243),((e,n)=>this[t(303)](this[t(253)],e,n))),e[t(260)][t(309)](t(238),t(253),t(306),(()=>!1))}e[t(295)][t(268)]((e=>this[t(235)](e)))}[Ja(294)](t,e,n,r,s,o){const i=Ja,a=this[i(290)][i(289)][i(273)](i(247));this[i(290)][i(258)][i(304)](o[i(284)],(()=>{const t=i;for(const i of e)if(this[t(270)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(255)](r);void 0!==n&&(e[r]=n)}s(o),a[t(272)](i,{commandParams:[e]},[],r)}}))}[Ja(303)](t,e,n){const r=Ja,s=e[0][r(297)][r(264)],o=n[r(245)][0];this[r(290)][r(258)][r(242)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(288)](r,o[r],s):e[n(261)](r,s)}))}[Ja(235)](t){const e=Ja;if(t[e(292)])switch(t[e(283)]){case e(308):return{type:e(301),content:Wr(this[e(290)][e(237)],e(251))};case e(253):return{type:e(301),content:Wr(this[e(290)][e(237)],e(305))}}}[Ja(270)](t,e){const n=Ja,r=this[n(290)][n(289)][n(273)](n(247));for(const s of r[n(236)]({skipNotAttached:!0})){const r=s[n(254)]();if(s[n(283)]===e&&r===t)return s}return null}}var $a=Function.prototype,tc=Object.prototype,ec=$a.toString,nc=tc.hasOwnProperty,rc=ec.call(Object);const sc=function(t){if(!te(t)||"[object Object]"!=it(t))return!1;var e=$e(t);if(null===e)return!0;var n=nc.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ec.call(n)==rc};const oc=function(t){return sc(t)?void 0:t};var ic=Y?Y.isConcatSpreadable:void 0;const ac=function(t){return ie(t)||oe(t)||!!(ic&&t&&t[ic])};const cc=function t(e,n,r,s,o){var i=-1,a=e.length;for(r||(r=ac),o||(o=[]);++i<a;){var c=e[i];n>0&&r(c)?n>1?t(c,n-1,r,s,o):Qe(o,c):s||(o[o.length]=c)}return o};const uc=function(t){return(null==t?0:t.length)?cc(t,1):[]};const lc=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)};var fc=Math.max;const hc=function(t,e,n){return e=fc(void 0===e?t.length-1:e,0),function(){for(var r=arguments,s=-1,o=fc(r.length-e,0),i=Array(o);++s<o;)i[s]=r[e+s];s=-1;for(var a=Array(e+1);++s<e;)a[s]=r[s];return a[e]=n(i),lc(t,this,a)}};const gc=function(t){return function(){return t}};const dc=qt?function(t,e){return qt(t,"toString",{configurable:!0,enumerable:!1,value:gc(e),writable:!0})}:function(t){return t};var pc=Date.now;const mc=function(t){var e=0,n=0;return function(){var r=pc(),s=16-(r-n);if(n=r,s>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(dc);const Ic=function(t){return mc(hc(t,void 0,uc),t+"")}((function(t,e){var n={};if(null==t)return n;var r=!1;e=sr(e,(function(e){return e=ur(e,t),r||(r=e.length>1),e})),Qt(t,sn(t),n),r&&(n=Xn(n,7,oc));for(var s=e.length;s--;)Br(n,e[s]);return n})),Ec=bc;function bc(t,e){const n=Tc();return(bc=function(t,e){return n[t-=132]})(t,e)}function Tc(){const t=["dataReady","track-changes-enable-command-twice","define","getContainedElement","Users","PendingActions","formatInline:accept","17117328mmSoiV","document","_registerInlineAttribute","clone","getSuggestions","suggestion-type","format","isObject","rootName","addSuggestionData","split","removeMarker:suggestion:attribute","markInsertion","includes","length","markInlineFormat","_findSuggestions","every","_suggestions","containsRange","removeAttribute","_refreshSuggestionsChain","_addThreadToSuggestion","_model","ck-suggestion-marker-formatBlock","refresh","ck-suggestion-marker-formatInline","moveTargetPosition","selection","getSuggestion","isArray","isInContent","createPositionAfter","discardAllSuggestions","attributeNewValue","260yGuqBy","track-changes-suggestion-not-found","1548964ndSBzM","_blockAttributeKeys","hasCommentThread","suggestion:attribute:","deletion:discard","654380WmxxcR","formatInline:chain","createRange","find","elementToElement","authorName","creator","addUser","type","insertion:join","oldRange","_registerDefaultCallbacks","markers","FORMATTING","newValue","error-saving-suggestion-data-suggestion-discarded","insertion:discard","conversion","removeMarkers","hasSuggestion","add","_isForcedDefaultExecutionBlock","_inlineAttributeKeys","default","deletion:join","filter","tablePasteChainId","editingDowncast","_rangeIsInLocalUserInsertion","delete","pluginName","_getSuggestionData","markMultiRangeDeletion","registerPostFixer","@external","_mergeNestedSuggestions","createdAt","catch","getIntersection","deletion:","_joinWithAdjacentSuggestions","trackChangesCommand","isUndo","_saved","attributeOldValue","some","_createSuggestion","bindElementToMarker","acceptSuggestion","removed","never","suggestion","groupId","attribute:","pop","removeMarker:suggestion:formatBlock","markBlockFormat","fire","clear","insert","_descriptionFactory","sort","high","markerReady","addMarker:suggestion:formatBlock","unbindElementFromMarkerName","values","getLastMatchingPosition","move","trackChanges.trackFormatChanges","acceptSelectedSuggestions","isDocumentOperation","createElement","fetchCommentThread","_getExternalAuthor","upcast","37992ASFPgV","markMultiRangeInsertion","name","addSuggestion","deletion:chain","discardSelectedSuggestions","stopListening","change","getDifference","formatBlock:join","init","getFirstMarker","announce","ready","getFirstRange","isExternal","_checkSuggestionCorrectness","_refreshAttributeSuggestionsChain","$text","remove","_setSuggestionData","item","ck-suggestion-marker--active","trackChanges","isLimit","newRange","authoredAt","_element","elementStart","key","$elementName","fromRange","track-changes-command-not-found","isBefore","_reduceSuggestionAttributeRange","formatBlock","substr","isLocal","markerNameToElements","meta","model","fromCharCode","96792MHfIAg","createSelection","enableCommand","removeMarker","forceDefaultExecution","reconvertMarker","differ","PENDING_ACTION_SUGGESTION","markerName","backward","_registerBlockAttribute","deletion:accept","827732VZHMjr","low","substring","getNearestSelectionRange","_processAttributeSuggestions","buildSuggestion","isAfter","getMultiRangeId","getAncestors","createRangeIn","updateMarker","targetPosition","_recordAttributeChanges","isIntersecting","splice","acceptAllSuggestions","collaboration.channelId","highest","_splitMarkerName","addHighlight","for","external:","update:suggestion","$graveyard","isAtStart","CommentsRepository","formatInline:join","attribute:discard","set","forEach","head","dataDowncast","trackChanges.mergeNestedSuggestions","_onDiscard","attribute:join","then","markAttributeChange","normal","formatBlock:discard","insertion:chain","listenTo","_isDataLoaded","notReady","getRanges","insertion:","getSuggestionCallback","adapter","deleteContent","setAttribute","formatInline","formatBlock:accept","suggestionUnloaded","isTouching","_processAttributeChanges","skipNestingCheck","marker-count","lowest","isRemovable","editor","parent","getChangedMarkers","keys","concat","detach","after","_customCallbacks","isBlock","rejected","hasComments","containsPosition","ariaLiveAnnouncer","getAttribute","isCollapsed","formatGroupId","_afterChanges","documentSelection","accept","before","isOwn","batch","group","deletion","containsItem","config","subType","mapper","isMultiRange","value","end","data-suggestion","formatInline:discard","range","_isBlockAttribute","size","_getAuthorFromId","markDeletion","formatInline:","activeMarkers","isSelectable","isEqual","originalSuggestionId","execute","change:data","editing","data","addRange","splitPosition","warn","start","showSuggestionHighlights","_breakSuggestionMarker","_joinSuggestions","consume","_commentsRepository","get","addMarker","rethrowUnexpectedError","attributeKey","insertion:accept","getChanges","_removeSuggestion","addMarker:suggestion","ck-suggestion-marker","formatBlock:chain","commands","addMarkerName","getItems","previous","consumable","getWalker","unshift","stop","insertContent","Creating a suggestion for attribute with too long attribute key. This may lead to errors. Change the attribute key to a value shorter than 37 characters.","track-changes-adapter-already-set","_updateSuggestionData","_defaultCallbacks","addCommentThread","enqueueChange","suggestionChanged","_adapter","widget","removeComment","forward","_enabledCommands","comments","TrackChangesEditing","_reduceExistingSuggestions","_setSuggestionRange","ENTER","applyOperation","oldValue","LEAVE","always","multi","attribute","root","requires","toUpperCase","push","formatBlock:","startsWith","createPositionBefore","_handleNewSuggestionMarker","rename","addMarker:suggestion:attribute","attribute:accept","getAllAdjacentSuggestions","getCommentThread","discard","markerToHighlight","isNextTo","discardSuggestion","join","return","howMany","enableReadOnlyMode","plugins","_getMarkerAnnouncementText","assign","unbind","isInsideObject","containsRangeInObject","markerToData","options","_SUGGESTION_ANNOUNCEMENT","getShiftedBy","getMarkers","track-changes-suggestion-data-mismatch","from","nodeBefore","track-changes-adapter-missing-getsuggestion","position","setTo","nodeAfter","has","toJSON","getRange","suggestion:","_suggestionFactory","change:_saved","_addSuggestionMarker","createPositionAt","getCustomProperty","commandName","_enableDefaultAttributesIntegration","setSelection","updateSuggestion","accepted","dataToMarker","isIntersectingWithRange","change:activeMarkers","_suggestionState","removeClass","getUser","author","markMultiRangeBlockFormat","attributes","schema","toViewElement","elementEnd","createRangeOn","_recordAttributeSuggestions","_getAttributeKey","_trackFormatChanges","4802574XrqgVV","suggestionLoaded","addClass","commentThread","_isRegisteredAttribute","element","map","isAtEnd","resolve","_editor","$textProxy","next","multipleBlocks","_cutOutSuggestionMarker","addComment","writer","_initAriaMarkerChangeAnnouncements","$marker","containerElement","registerCustomCallback","ck-suggestion-marker-","chain","track-changes-user-not-found","open","locale","insertion"];return(Tc=function(){return t})()}!function(t,e){const n=bc,r=t();for(;;)try{if(712401===-parseInt(n(248))/1+parseInt(n(543))/2+-parseInt(n(194))/3+parseInt(n(548))/4+parseInt(n(541))/5*(-parseInt(n(236))/6)+-parseInt(n(473))/7+parseInt(n(506))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Tc);const _c=Ec(224);class yc extends t.Plugin{static get[Ec(405)](){return[Ec(273),o.Users,t.PendingActions,Qr,ns,as,ls,Ts,ps,ks,Ss,Bs,to,so,uo,go,bo,Ao,No,vo,Do,zo,Uo,Ho,Yo,ti,ci,pi,Ni,oi,Gs,Xs,bi,Ai,vi,Fi,ji,zi,qi,$i,ra,aa,ha,ma,qa,_a,Ra,Pa,Qa,wa,ja,za]}static get[Ec(148)](){return Ec(394)}constructor(t){const e=Ec;function n(t){const e=bc;return t[e(479)]((t=>String[e(235)](t)))[e(421)]("")}super(t),this[e(470)]=!1,this[e(276)](e(345),[]),this.on(e(459),((n,r,s,o)=>{const i=e;this[i(529)][i(201)]((()=>{const e=i;for(const n of[...o,...s])this[e(529)][e(560)][e(443)](n)&&t[e(351)][e(241)](n)}))})),this[e(178)]=new qr(this[e(306)][e(234)][e(466)],this[e(306)][e(497)]),this[e(388)]=null,this[e(447)]=new Ac(this[e(306)]),this[e(524)]=new Map,this[e(361)]=t[e(425)][e(362)](e(273)),this[e(392)]=new Set,this[e(529)]=this[e(306)][e(234)],this[e(460)]=new WeakMap,this[e(139)]=!1,this[e(544)]=new Set([e(224)]),this[e(140)]=new Set,t[e(331)][e(501)](e(187),e(141)),this[e(472)]=t[e(331)][e(362)](e(187)),t[e(331)][e(501)](e(280),!0),this[e(153)]=t[e(331)][e(362)](e(280)),this[e(159)]=new f(t,this[e(392)]),this[e(489)](),this[n([95,101,120,101,99,117,116,101,83,117,103,103,101,115,116,105,111,110])]=n([52,48,52,56,48,56,48,54])}[Ec(204)](){const t=Ec,n=this[t(306)],r=(e,n)=>{const r=t;if(r(403)!=e)return r(493)+e;const s=n[r(516)]("|")[0];return this[r(340)](s)?r(530):r(532)};n[t(135)][t(268)](t(145))[t(418)]({model:t(169),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(266)](e[n(244)]),a=[n(370),r(o,i)];let c=3e3;return this[n(345)][n(519)](e[n(244)])&&(a[n(407)](n(216)),c=3010),n(329)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(135)][t(268)](t(279))[t(138)]((e=>{const r=t;e.on(r(369),((t,e,s)=>{const o=r;if(!s[o(432)][o(357)])return;const i=e[o(215)];if(!i)return;const c=s[o(333)][o(467)](i);n[o(234)][o(466)][o(513)](i)&&c&&!c[o(451)](o(389))&&c.is(o(491))&&(0,a.toWidget)(c,s[o(488)])}),{priority:r(180)})})),n[t(135)][t(268)](t(279))[t(418)]({model:t(169),view:(e,n)=>{const s=t;if(!n[s(432)][s(357)])return null;const{type:o,subType:i}=this[s(266)](e[s(244)]);return{classes:[s(370),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(215)])return;const{id:c}=this[a(266)](o[a(244)]);if(r){const t=this[a(524)][a(362)](c),e=this[a(471)](t);if(!this[a(340)](e))return}if(o[a(215)].is(a(534)))return void i[a(376)][a(360)](o[a(215)],s[a(196)]);const u=i[a(333)][a(467)](o[a(215)]);if(o[a(215)].is(a(478))&&n[a(234)][a(466)][a(314)](o[a(215)])&&!u[a(451)](a(267))){i[a(488)][a(475)]([a(370),a(530)],u),i[a(488)][a(296)](a(337),c,u),i[a(333)][a(165)](u,o[a(244)]),e&&(this[a(345)][a(519)](o[a(244)])?i[a(488)][a(475)](a(216),u):i[a(488)][a(461)](a(216),u));for(const t of n[a(234)][a(257)](o[a(215)])[a(374)]())i[a(376)][a(360)](t,s[a(196)]);i[a(376)][a(360)](o[a(215)],s[a(196)])}};n[t(135)][t(268)](t(279))[t(138)]((e=>{const n=t;e.on(n(182),((t,e,r)=>{const o=n;r[o(432)][o(357)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(265)})})),n[t(135)][t(268)](t(279))[t(138)]((e=>{const n=t;e.on(n(413),((t,e,r)=>{const o=n;r[o(432)][o(357)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(265)})})),n[t(135)][t(268)](t(279))[t(431)]({model:t(169),view:(e,n)=>n[t(432)][t(357)]?null:{group:t(169),name:e[t(230)](11)}}),n[t(135)][t(268)](t(193))[t(552)]({view:{name:t(169),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(446)+e[r(319)](r(511))+":"+e[r(319)]("id");return e[r(319)](r(303))&&(s+=":"+e[r(319)](r(303))),n[r(190)](r(490),{"data-name":s})}}),n[t(135)][t(268)](t(193))[t(457)]({view:t(169)}),n[t(135)][t(268)](t(145))[t(138)]((e=>{const n=t;e.on(n(182),s(),{priority:n(180)})})),n[t(135)][t(268)](t(145))[t(138)]((e=>{const n=t;e.on(n(413),s({isAttributeSuggestion:!0}),{priority:n(180)})})),n[t(135)][t(268)](t(145))[t(138)]((e=>{const n=t;e.on(n(173),((t,e,r)=>{const s=n,o=r[s(333)][s(232)](e[s(244)]);if(o)for(const t of o)t[s(451)](s(267))||(r[s(488)][s(461)]([s(370),s(530),s(216)],t),r[s(488)][s(526)](s(337),t),r[s(333)][s(183)](t,e[s(244)]))}),{priority:n(180)})})),n[t(135)][t(268)](t(145))[t(138)]((e=>{const n=t;e.on(n(517),((t,e,r)=>{const s=n,o=r[s(333)][s(232)](e[s(244)]);if(!o)return;const{id:i}=this[s(266)](e[s(244)]),a=this[s(524)][s(362)](i),c=this[s(471)](a);if(this[s(340)](c))for(const t of o)t[s(451)](s(267))||(r[s(488)][s(461)]([s(370),s(530),s(216)],t),r[s(488)][s(526)](s(337),t),r[s(333)][s(183)](t,e[s(244)]))}),{priority:n(180)})})),n[t(234)][t(507)][t(151)]((e=>{const r=t;let s=!1;const o=Array[r(437)](n[r(234)][r(507)][r(242)][r(308)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(266)](t);if(r(169)!==o)continue;const h=this[r(524)][r(362)](f);if(null!=c[r(219)]){r(297)==u&&(s=s||Lc(c[r(219)],t,e,n[r(234)][r(466)]));const o=r(403)==u&&this[r(340)](l[r(516)]("|")[0]);if(c[r(219)][r(320)]||r(271)==c[r(219)][r(404)][r(514)]||r(229)==u&&!Rc(c[r(219)])||o&&!Rc(c[r(219)])||r(329)==u&&(Cc(a=c[r(219)])||function(t){const e=r;return t[e(356)][e(307)]==t[e(336)][e(438)]&&t[e(356)][e(480)]}(a)))e[r(239)](t),s=!0;else{if(!h||!h[r(537)])continue;i[r(138)](h)}}}var a;return i[r(341)]>0&&(s=!!this[r(158)](i)||s),s})),n[t(234)][t(507)][t(151)]((e=>{const r=t;let s=!1;for(const t of n[r(234)][r(507)][r(242)][r(367)]())if(r(177)==t[r(556)])for(const t of this[r(524)][r(184)]()){if(t[r(334)]||!t[r(537)])continue;const o=r(229)==t[r(556)],i=this[r(471)](t),a=i&&this[r(340)](i);if(!o&&!a)continue;const c=t[r(208)]();if(c[r(356)][r(307)]!=c[r(336)][r(307)]&&!c[r(336)][r(480)]){const o=n[r(234)][r(450)](c[r(356)][r(442)],r(336)),i=n[r(234)][r(550)](c[r(356)],o);e[r(258)](t[r(205)](),{range:i}),s=!0}}return s})),n[t(234)][t(507)][t(151)]((e=>this[t(301)](e))),n[t(234)][t(507)][t(151)]((e=>!e[t(327)][t(231)]&&this[t(252)](e))),n[t(234)].on(t(322),(()=>{this[t(470)]=!1})),n[t(234)][t(507)].on(t(350),((r,s)=>{const o=t;if(!s[o(231)]||s[o(160)])return;if(!this[o(470)])return;const i=n[o(234)][o(507)][o(242)][o(367)]();if(0==i[o(520)])return;const a=[],c=i[o(143)]((t=>o(403)==t[o(556)])),u=i[o(143)]((t=>o(177)==t[o(556)]&&o(212)!=t[o(196)])),l=i[o(143)]((t=>o(213)==t[o(556)]&&o(212)!=t[o(196)]));for(const t of c)this[o(477)](t[o(365)])&&a[o(407)]({key:t[o(365)],newValue:t[o(540)],oldValue:t[o(162)],range:Sc(t[o(339)],n[o(234)])});for(const t of u){const e=l[o(551)]((e=>e[o(221)]===t[o(221)]));if(e){const r=Mc(t[o(440)][o(442)],n[o(234)]);e[o(196)]!==t[o(196)]&&a[o(407)]({key:o(224),newValue:t[o(196)],oldValue:e[o(196)],range:r});for(const[n,s]of e[o(465)]){if(!this[o(477)](n))continue;const e=t[o(465)][o(362)](n);s!==e&&a[o(407)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(465)])this[o(477)](n)&&(e[o(465)][o(443)](n)||a[o(407)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(520)]&&n[o(234)][o(386)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(284)](t,e,s,o,{groupId:r});this[n(395)](t,a)}))}),{priority:t(304)}),n[t(234)][t(560)].on(t(270),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(266)](n[s(196)]),e=this[s(524)][s(362)](t);e&&e[s(373)](n[s(196)])}})),n[t(234)][t(507)].on(t(350),(()=>{const e=t,r=Array[e(437)](n[e(234)][e(507)][e(242)][e(308)]())[e(143)]((t=>e(169)===this[e(266)](t[e(196)])[e(328)]));if(0===r[e(520)])return;r[e(179)](((t,n)=>{const r=e,s=t[r(352)][r(558)],o=n[r(352)][r(558)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(356)][r(227)](o[r(356)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(266)](t);if(null===n[e(558)]){const n=this[e(411)](t);o[e(138)](n)}else{const t=this[e(524)][e(362)](r);null!==n[e(219)]||t[e(537)]?(s[e(138)](t[e(278)]),o[e(138)](t)):this[e(368)](t)}}o[e(341)]>0&&this[e(527)](o);for(const t of s)this[e(175)](e(387),t)})),n[t(234)].on(t(398),((e,r)=>{const s=t,o=r[0];if(!this[s(524)][s(341)])return;if(!o[s(189)])return;if(o[s(327)][s(160)]||!o[s(327)][s(231)])return;let i,a;switch(o[s(556)]){case s(177):i=n[s(234)][s(450)](o[s(440)]),a=i[s(434)](o[s(423)]);break;case s(516):i=n[s(234)][s(450)](o[s(354)]),a=n[s(234)][s(450)](o[s(533)]);break;case s(186):i=n[s(234)][s(450)](o[s(259)]),a=i[s(434)](o[s(423)]);break;default:return}const c=n[s(234)][s(550)](i,a);n[s(234)][s(201)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(522)](c)){if(e[t(334)])continue;if(t(297)==e[t(556)])continue;const r=this[t(471)](e);if(r&&this[t(340)](r)&&t(516)!=o[t(556)])continue;const s=e[t(352)]&&e[t(352)][t(485)];(t(229)!=e[t(556)]||t(516)==o[t(556)]&&!s)&&(n[t(430)]||t(498)==e[t(556)]&&n[t(326)]||e[t(208)]()[t(525)](c)&&this[t(358)](e,i,a))}}))}),{priority:t(304)}),n[t(234)].on(t(295),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(240)])return;if(this[s(139)])return;if(!this[s(159)][s(335)])return;if(o[s(320)])return;const a=n[s(234)][s(466)],{start:c,end:u}=o[s(208)](),l=c[s(442)]&&a[s(218)](c[s(442)])?null:a[s(251)](c,s(391)),f=u[s(438)]&&a[s(218)](u[s(438)])?null:a[s(251)](u,s(245)),h=n[s(234)][s(550)](l?l[s(356)]:c,f?f[s(336)]:u);n[s(234)][s(201)]((t=>{const e=s;this[e(343)](h);const r=n[e(234)][e(466)][e(251)](h[e(356)]);o.is(e(323))?t[e(454)](r):o[e(441)](r)})),e[s(379)]()}),{priority:e.priorities[t(285)]+10}),n[t(234)].on(t(380),((e,r)=>{const s=t,o=r[r[s(520)]-1];o&&o[s(240)]||this[s(139)]||this[s(159)][s(335)]&&(n[s(234)][s(201)]((()=>{const t=s;let o=n[t(234)][t(380)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(422)]=o[t(509)]();const i=o[t(336)][t(438)],a=n[t(234)][t(466)];i&&a[t(314)](i)&&!a[t(513)](i)&&(o=n[t(234)][t(550)](o[t(356)],n[t(234)][t(450)](i,t(336)))),this[t(518)](o)})),e[s(379)]())}),{priority:t(180)}),this[t(306)][t(372)][t(138)](t(217),this[t(159)]),this[t(238)](t(217));const o=new p(n,this[t(524)]);n[t(372)][t(138)](t(166),o),this[t(238)](t(166));const i=new E(n,this[t(524)]);n[t(372)][t(138)](t(420),i),this[t(238)](t(420)),n[t(372)][t(138)](t(263),new S(n,o,this[t(524)])),this[t(238)](t(263)),n[t(372)][t(138)](t(539),new S(n,i,this[t(524)])),this[t(238)](t(539)),n[t(372)][t(138)](t(188),new O(n,o,this[t(524)])),this[t(238)](t(188)),n[t(372)][t(138)](t(199),new O(n,i,this[t(524)])),this[t(238)](t(199));const c=n[t(425)][t(362)](t(273));this[t(288)](c,t(487),((e,{threadId:n})=>{const r=t,s=this[r(524)][r(362)](n);s&&s[r(476)]&&1===s[r(476)][r(520)]&&this[r(383)](n,{hasComments:!0})}),{priority:t(249)}),this[t(288)](c,t(390),((e,{threadId:n})=>{const r=t,s=this[r(524)][r(362)](n);s&&s[r(476)]&&!s[r(476)][r(520)]&&this[r(383)](n,{hasComments:!1})}),{priority:t(249)})}set[Ec(294)](t){const n=Ec;if(this[n(388)])throw new e.CKEditorError(n(382),this);this[n(388)]=t}get[Ec(294)](){return this[Ec(388)]}[Ec(510)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=Ec,r=[];for(const e of this[n(524)][n(184)]())t&&!e[n(537)]||r[n(407)](e);return e?r[n(479)]((t=>t[n(444)]())):r}[Ec(535)](t){const n=Ec,r=this[n(524)][n(362)](t);if(!r)throw new e.CKEditorError(n(542),this);return r}[Ec(137)](t){const e=Ec;return this[e(524)][e(443)](t)}[Ec(515)](t){const e=Ec,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(556)][e(516)](":"),a=this[e(524)][e(362)](r)||this[e(164)](o,i,r,n,s);if(this[e(528)](a),this[e(210)](a,o,i||null,n),a[e(154)]=t[e(154)],a[e(289)]=!0,s&&s[e(152)]){const t=s[e(152)],n=this[e(192)](t[e(553)]);a[e(220)]=t[e(154)],a[e(463)]=n,a[e(209)]=!0}else a[e(220)]=t[e(154)];switch(t[e(352)]&&(a[e(352)]=t[e(352)]),t[e(465)]&&(a[e(465)]=t[e(465)]),this[e(388)]&&this[e(388)][e(197)]||(a[e(161)]=!0),this[e(460)][e(362)](a)){case e(290):this[e(460)][e(276)](a,e(499));break;case e(181):a[e(537)]?(this[e(158)](new Set([a])),this[e(527)](new Set([a])),this[e(460)][e(276)](a,e(207)),this[e(175)](e(474),a)):this[e(460)][e(276)](a,e(167))}return a}[Ec(166)](t){const e=Ec;this[e(240)]((()=>{const n=e;this[n(306)][n(234)][n(201)]((()=>{const e=n;for(const n of t[e(415)]())n[e(324)]()}))}))}[Ec(420)](t){const e=Ec;this[e(240)]((()=>{const n=e;this[n(306)][n(234)][n(201)]((()=>{const e=n;for(const n of t[e(415)]())n[e(417)]()}))}))}[Ec(238)](t,n){const r=Ec,s=this[r(306)][r(372)][r(362)](t);if(!s)throw new e.CKEditorError(r(226),this,{commandName:t});if(this[r(392)][r(443)](s))throw new e.CKEditorError(r(500),this,{commandName:t});this[r(392)][r(138)](s),n&&s.on(r(349),((t,e)=>{const o=r;this[o(159)][o(335)]&&(this[o(139)]||(e[o(520)]>0&&e[e[o(520)]-1]&&e[e[o(520)]-1][o(240)]?e[o(172)]():(t[o(422)]=n(((...t)=>s[o(349)](...t,{forceDefaultExecution:!0})),...e),t[o(379)]())))}),{priority:r(180)})}[Ec(240)](t){const n=Ec;let r,s;const o=this[n(139)];this[n(139)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(139)]=!1),s&&e.CKEditorError[n(364)](s,this),r}[Ec(518)](t,n=null,r={}){const s=Ec;if(t[s(320)])return null;const o=this[s(306)][s(425)][s(362)](s(503)).me;for(const{suggestion:e,meta:o}of this[s(522)](t,s(498)))if(o[s(326)]){if(!o[s(419)]){if(o[s(430)]){if(!this[s(153)]||!Oc(e,r))continue;return e}if(Oc(e,r))return e;this[s(358)](e,t[s(356)],t[s(336)]);break}if(n==e[s(332)]&&Oc(e,r)){const n=e[s(208)]();return n[s(356)][s(347)](t[s(336)])?this[s(396)](e,this[s(529)][s(550)](t[s(356)],n[s(336)])):this[s(396)](e,this[s(529)][s(550)](n[s(356)],t[s(336)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(292)+n:s(498),u=this[s(214)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(449)](c,i,a,t),u}[Ec(195)](t,n=Ec(402),r={}){const s=Ec,o=this[s(306)][s(425)][s(362)](s(503)).me,i=this[s(447)][s(293)](s(498),n,s(421));for(const e of this[s(510)]())if(e[s(463)].id==o.id&&s(498)==e[s(556)]&&e[s(332)]==n&&Oc(e,r)&&(i(e[s(291)](),t)||i(t,e[s(291)]()))){for(const n of t)e[s(353)](n);return e}for(const{suggestion:e,meta:n}of this[s(522)](t,s(498))){if(!n[s(326)])continue;if(!this[s(153)]&&n[s(430)])continue;if(!Oc(e,r))continue;let o=!0;for(const n of e[s(291)]())for(const e of t)if(!n[s(525)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(292)+n,l=this[s(214)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(449)](u,a,c,e,zr[s(255)]());return l}[Ec(521)](t,n,r=null,s={}){const o=Ec;if(r=r||Nc(n),t[o(320)])return null;if(o(168)===this[o(472)]){const e=this[o(447)][o(293)](o(297),r,o(324));return this[o(240)]((()=>e([t],n,s))),null}const i=this[o(306)][o(425)][o(362)](o(503)).me,a=[];if(o(401)!==this[o(472)])for(const{suggestion:e,meta:n}of this[o(522)](t,o(498)))n[o(326)]&&!n[o(429)]&&a[o(407)](...e[o(291)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(156)](s);e&&r[n(407)](e)}return r}(t,a),u=function(t,e){const n=o,r=[t];for(const t of e){let e=0;for(;e<r[n(520)];){const s=r[e][n(202)](t);r[n(262)](e,1,...s),e+=s[n(520)]}}return r}(t,a);c[o(520)]&&this[o(529)][o(201)]((()=>{const t=o;for(const e of c){const o=this[t(447)][t(293)](t(297),r,t(324));this[t(240)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(356)],u=t[o(336)];for(const{suggestion:e,meta:n}of this[o(522)](t,o(297))){if(!n[o(326)])continue;if(e[o(332)]!=r)continue;if(!Oc(e,s))continue;const i=e[o(208)]();if(i[o(525)](t,!0))return null;c=c[o(227)](i[o(356)])?c:i[o(356)],u=u[o(254)](i[o(336)])?u:i[o(336)],a?i[o(356)][o(227)](a[o(208)]()[o(356)])?(a[o(136)](),a=e):e[o(136)]():a=e}const l=this[o(529)][o(550)](c,u);if(a)this[o(396)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(214)]({id:t,type:o(344)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(449)](o(344)+r,t,a,l)}}return null}[Ec(174)](t,n,r=[],s=null,o={}){const i=Ec;n[i(321)]||(n[i(321)]=n[i(452)]),n[i(485)]=t.is(i(339)),s=s||Nc(n);const a=r[i(479)]((t=>Mc(t,this[i(529)]))),c=t.is(i(339))?t:Mc(t,this[i(529)]);if(i(168)===this[i(472)]){const t=this[i(447)][i(293)](i(229),s,i(324));return this[i(240)]((()=>t([c],n,o))),null}a[i(407)](c);let u=!0;for(const t of a)if(!this[i(146)](t)){u=!1;break}if(u&&i(401)!==this[i(472)]){const t=this[i(447)][i(293)](i(229),s,i(324));return this[i(240)]((()=>t([c],n,o))),null}let l=null,f=c[i(356)],h=c[i(336)];for(const{suggestion:t,meta:e}of this[i(522)](c,i(229))){if(!e[i(326)])continue;if(e[i(419)]||e[i(430)]||e[i(429)])continue;if(t[i(352)][i(321)]!=n[i(321)])continue;if(!Oc(t,o))continue;const r=t[i(208)]();if(t[i(332)]==s){if(r[i(525)](c,!0))return null;f=f[i(227)](r[i(356)])?f:r[i(356)],h=h[i(254)](r[i(336)])?h:r[i(336)],l?r[i(356)][i(227)](l[i(208)]()[i(356)])?(l[i(136)](),l=t):t[i(136)]():l=t}else{const e=c[i(156)](r);this[i(486)](t,e)}}const g=this[i(306)][i(425)][i(362)](i(503)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(396)](l,this[i(529)][i(550)](f,h)),l;{const t=this[i(214)]({id:d,type:i(408)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(449)](i(408)+s,d,p,this[i(529)][i(550)](f,h)),t}}[Ec(464)](t,n,r=[],s=null,o={}){const i=Ec;n[i(321)]||(n[i(321)]=n[i(452)]);const a=t[0];n[i(485)]=a.is(i(339)),s=s||Nc(n);const c=r[i(479)]((t=>Mc(t,this[i(529)]))),u=a.is(i(339))?t:t[i(479)]((t=>Mc(t,this[i(529)])));if(i(168)===this[i(472)]){const t=this[i(447)][i(293)](i(229),s,i(324));return this[i(240)]((()=>t(u,n,o))),null}c[i(407)](...u);let l=!0;for(const t of c)if(!this[i(146)](t)){l=!1;break}if(l&&i(401)!==this[i(472)]){const t=this[i(447)][i(293)](i(229),s,i(324));return this[i(240)]((()=>t(u,n,o))),null}const f=this[i(306)][i(425)][i(362)](i(503)).me;for(const t of this[i(510)]()){if(t[i(463)].id!=f.id)continue;if(i(229)!=t[i(556)]||t[i(352)][i(321)]!=n[i(321)])continue;if(!Oc(t,o))continue;const e=t[i(332)]==s;for(let n=0;n<u[i(520)];n++){const r=u[n];for(const s of t[i(435)]()){const o=s[i(445)]();if(r[i(347)](o)){e?(u[i(262)](n,1),n--):t[i(239)](s[i(196)]);break}}}}if(0==u[i(520)])return null;const h=this[i(447)][i(293)](i(229),s,i(421));for(const t of this[i(510)]())if(t[i(463)].id==f.id&&i(229)==t[i(556)]&&t[i(352)][i(321)]==n[i(321)]&&t[i(332)]==s&&Oc(t,o)&&(h(t[i(291)](),u)||h(u,t[i(291)]()))){for(const e of u)t[i(353)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(408)+s,m=this[i(214)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(449)](p,g,d,t,zr[i(255)]());return m}[Ec(343)](t,n=null,r={}){const s=Ec;if(t[s(320)])return null;const o=this[s(306)][s(425)][s(362)](s(503)).me,a=new i.LiveRange(t[s(356)],t[s(336)]);for(const{suggestion:t,meta:e}of this[s(522)](a,s(498)))if(e[s(326)]&&!e[s(419)])if(t[s(334)]){const e=t[s(291)]()[s(143)]((t=>s(271)!=t[s(404)][s(514)]));if(e[s(523)]((t=>a[s(525)](t,!0)))&&t[s(417)](),e[s(163)]((t=>t[s(525)](a,!0)))){const t=this[s(447)][s(293)](s(329),n,s(324));return this[s(240)]((()=>t([a],null,r))),null}}else{const e=a[s(156)](t[s(208)]());null!==e&&t[s(281)]([e],null,r)}if(a[s(311)](),a[s(320)]||s(271)==a[s(404)][s(514)])return null;let c=null,u=a[s(356)],l=a[s(336)];const f=this[s(522)](a,s(329));for(const{suggestion:t,meta:e}of f){const n=this[s(529)][s(550)](u,l);if(e[s(326)]&&(this[s(153)]||!e[s(430)]&&!e[s(429)]))if(t[s(334)]){if(!Oc(t,r))continue;let e=!0;for(const r of t[s(291)]()){if(r[s(525)](n,!0))return t;n[s(525)](r)||(e=!1)}e&&t[s(417)]()}else{const e=t[s(208)]();if(e[s(525)](n,!0))return t;if(!Oc(t,r)){n[s(525)](e)?t[s(136)]():e[s(317)](u)?u=e[s(336)]:e[s(317)](l)&&(l=e[s(356)]);continue}u=u[s(227)](e[s(356)])?u:e[s(356)],l=l[s(254)](e[s(336)])?l:e[s(336)],r=Object[s(427)]({},t[s(465)]),c?e[s(356)][s(227)](c[s(208)]()[s(356)])?(c[s(136)](),c=t):t[s(136)]():c=t}}if(c)return this[s(396)](c,this[s(529)][s(550)](u,l)),c;{const t=(0,e.uid)(),i=this[s(529)][s(550)](u,l),a=o.id,c=n?s(157)+n:s(329),f=this[s(214)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(449)](c,t,a,i),f}}[Ec(150)](t,n=Ec(402),r={}){const s=Ec,o=this[s(306)][s(425)][s(362)](s(503)).me,a=t[s(479)]((t=>new i.LiveRange(t[s(356)],t[s(336)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(522)](a,s(498)))e[s(326)]&&!e[s(419)]&&c[s(138)](t);for(const e of c)if(e[s(334)]){const o=e[s(291)]();if((!e[s(465)]||!e[s(465)][s(302)])&&o[s(523)]((t=>a[s(163)]((e=>e[s(525)](t,!0)))))&&e[s(417)](),a[s(523)]((t=>o[s(163)]((e=>e[s(525)](t,!0)))))){const e=this[s(447)][s(293)](s(329),n,s(324));return this[s(240)]((()=>e(t,null,r))),null}}else{const t=e[s(208)]();if(a[s(163)]((e=>e[s(525)](t,!0)))&&e[s(417)](),a[s(523)]((e=>t[s(525)](e,!0)))){const t=this[s(447)][s(293)](s(329),n,s(324));return this[s(240)]((()=>t(a,null,r))),null}}const u=this[s(447)][s(293)](s(329),n,s(421));let l=null;for(const t of this[s(510)]())if(t[s(463)].id==o.id&&t[s(537)]&&s(329)==t[s(556)]&&t[s(332)]==n&&Oc(t,r)&&(u(t[s(291)](),a)||u(a,t[s(291)]())))if(l){if(t[s(476)]&&t[s(476)][s(520)])continue;for(const e of t[s(291)]())l[s(458)](e)||l[s(353)](e);t[s(136)]()}else{l=t;for(const e of a)t[s(458)](e)||t[s(353)](e)}if(l)return l;c[s(176)]();for(const{suggestion:t,meta:e}of this[s(522)](a,s(329)))e[s(326)]&&(this[s(153)]||!e[s(430)]&&!e[s(429)])&&Oc(t,r)&&c[s(138)](t);for(const t of c){const e=t[s(291)]();if((!r||!r[s(302)])&&a[s(523)]((t=>e[s(163)]((e=>e[s(525)](t,!0))))))return t;(!t[s(465)]||!t[s(465)][s(302)])&&e[s(523)]((t=>a[s(163)]((e=>e[s(525)](t,!0)))))&&t[s(417)]()}const f=(0,e.uid)(),h=o.id,g=s(157)+n,d=this[s(214)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(311)](),t[s(320)]||s(271)==t[s(404)][s(514)]||this[s(449)](g,f,h,t,zr[s(255)]());return d}[Ec(284)](t,n,r,s,o){const i=Ec;if(t[i(320)])return[];if(i(168)===this[i(472)])return[];const a=this[i(306)][i(425)][i(362)](i(503)).me.id,c=Array[i(437)](this[i(524)][i(184)]())[i(143)]((e=>i(403)==e[i(556)]&&e[i(352)][i(223)]==n&&e[i(458)](t)));if(i(141)===this[i(472)]){const e=this[i(522)](t,i(498))[i(143)]((({meta:t})=>t[i(326)]&&!t[i(429)]&&!t[i(419)]))[i(479)]((({suggestion:t})=>t));c[i(378)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(403)==t[i(556)]?t[i(352)][i(399)]:void 0,o=t[i(208)](),a=Array[i(437)](u[i(309)]())[i(551)]((t=>t[i(261)](o)));if(!a)continue;const c=a[i(202)](o);this[i(340)](n)&&i(498)==t[i(556)]&&0!=c[i(520)]||(u[i(147)](a),c[i(277)]((t=>{u[i(276)](t,r)})),i(498)!=t[i(556)]&&e!=s&&u[i(276)](a[i(156)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(520)]>37&&console[i(355)](i(381),{key:n});const f=(i(171)+(n+"|")+Nc({newValue:s}))[i(250)](0,60),h=this[i(214)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(407)](h),this[i(449)](f,c,a,t)}return l}[Ec(246)](t){const e=Ec;this[e(544)][e(138)](t)}[Ec(508)](t){const e=Ec;this[e(140)][e(138)](t)}[Ec(453)](t,e=[],n=[]){const r=Ec;this[r(238)](t,((t,...e)=>{this[r(260)]((()=>{t(...e)}))}));for(const t of e)this[r(508)](t);for(const t of n)this[r(246)](t)}[Ec(471)](t){const e=Ec;return e(403)==t[e(556)]?t[e(332)][e(516)]("|")[0]:null}[Ec(396)](t,e){const n=Ec,r=t[n(205)]();this[n(529)][n(201)]((t=>{t[n(258)](r,{range:e})}))}[Ec(528)](t){const e=Ec,n=t.id,r=this[e(306)][e(331)][e(362)](e(264));this[e(361)][e(545)](n)||this[e(361)][e(385)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(361)][e(416)](n);s[e(428)](e(305)),s[e(305)]=!1,t[e(476)]=s}[Ec(210)](t,n,r,s){const o=Ec;if(t[o(556)]!=n||t[o(332)]!=r||t[o(554)].id!=s)throw this[o(306)][o(424)](o(436)),new e.CKEditorError(o(436),this)}[Ec(486)](t,n){const r=Ec,s=t[r(208)]();if(n[r(347)](s))t[r(136)]();else if(s[r(525)](n)){const o=this[r(529)][r(450)](n[r(356)][r(438)],r(336));this[r(396)](t,this[r(529)][r(550)](s[r(356)],o));const i=(0,e.uid)(),a=t[r(554)].id,c=t[r(556)]+":"+t[r(332)];this[r(214)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(352)],attributes:t[r(465)]});const u=this[r(529)][r(450)](n[r(336)][r(307)],r(312)),l=this[r(529)][r(550)](u,s[r(336)]);this[r(449)](c,i,a,l)}else if(s[r(317)](n[r(356)])){const e=this[r(529)][r(450)](n[r(356)][r(438)],r(336));this[r(396)](t,this[r(529)][r(550)](s[r(356)],e))}else{const e=this[r(529)][r(450)](n[r(336)][r(307)],r(312));this[r(396)](t,this[r(529)][r(550)](e,s[r(336)]))}}[Ec(146)](t){const e=Ec;for(const{suggestion:n,meta:r}of this[e(522)](t,e(498))){if(!r[e(326)])continue;const s=n[e(291)]();for(const n of s)if(!t[e(202)](n)[e(520)])return!0}return!1}[Ec(342)](t){const n=Ec,r=this[n(306)][n(425)][n(362)](n(503))[n(462)](t);if(!r)throw new e.CKEditorError(n(495),this);return r}[Ec(192)](t){const e=Ec,n=this[e(306)][e(425)][e(362)](e(503)),r=(0,o.hashObject)(e(269)+t);return n[e(462)](r)||n[e(555)]({id:r,name:t})}[Ec(164)](t,e,n,r,s){const o=Ec,i=this[o(342)](r),a=this[o(447)][o(253)](t,e,n,i,s,(t=>{const e=o;this[e(383)](n,{attributes:t});const r=this[e(535)](n);this[e(158)](new Set([r])),this[e(527)](new Set([r]))}));return this[o(288)](a,o(324),(()=>{const t=o;this[t(383)](n,{state:t(456)})}),{priority:o(180)}),this[o(288)](a,o(417),(()=>{const t=o;this[t(383)](n,{state:t(315)})}),{priority:o(180)}),this[o(524)][o(276)](n,a),this[o(460)][o(276)](a,o(290)),a}[Ec(266)](t){const e=Ec,n=t[e(516)](":");return{group:n[0],type:n[1],subType:n[e(520)]>=5?n[2]:null,id:n[e(520)]<5?n[2]:n[3],authorId:n[e(520)]<5?n[3]:n[4],markerCount:6==n[e(520)]?n[5]:null}}[Ec(358)](t,n,r){const s=Ec,o=t[s(208)](),i=o[s(356)],a=o[s(336)];this[s(396)](t,this[s(529)][s(550)](i,n));const c=(0,e.uid)(),u=t[s(554)].id,l=t[s(556)]+(t[s(332)]?":"+t[s(332)]:"");this[s(214)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(465)],data:t[s(352)]});const f=this[s(471)](t);(s(229)==t[s(556)]||f&&this[s(340)](f))&&(r=this[s(529)][s(410)](r[s(307)])),this[s(449)](l,c,u,this[s(529)][s(550)](r,a))}[Ec(522)](t,e=null){const n=Ec,r=[],s=this[n(306)][n(425)][n(362)](n(503)).me;Array[n(536)](t)||(t=[t]);for(const o of this[n(510)]()){if(!o[n(537)])continue;if(e&&o[n(556)]!=e)continue;let i=!1;for(const e of o[n(291)]()){for(const a of t){const t=a[n(356)][n(347)](e[n(336)])||a[n(336)][n(347)](e[n(356)]);if(t||a[n(156)](e)){const c=a[n(525)](e)&&kc(this[n(529)][n(466)],e[n(356)],a),u=e[n(525)](a)&&kc(this[n(529)][n(466)],a[n(356)],e);r[n(407)]({suggestion:o,meta:{isOwn:s==o[n(463)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[Ec(449)](t,e,n,r,s){const o=Ec;this[o(529)][o(201)]((i=>{const a=o;let c=a(446)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(363)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[Ec(368)](t){const e=Ec,n=t[e(375)],r=t[e(484)];t[e(375)]=null,t[e(484)]=null,null!=n&&n[e(484)]==t&&(n[e(484)]=r),null!=r&&r[e(375)]==t&&(r[e(375)]=n),e(207)==this[e(460)][e(362)](t)&&(this[e(460)][e(276)](t,e(167)),this[e(175)](e(299),t,n,r))}[Ec(214)](t){const n=Ec,r=t.id,s=this[n(515)](t);if(this[n(388)]&&this[n(388)][n(197)]){const o=this[n(306)][n(425)][n(362)](n(504)),i=s[n(316)],a=s[n(332)]?s[n(556)]+":"+s[n(332)]:s[n(556)],c=this[n(306)][n(497)],u=o[n(138)](Wr(c,n(243))),l={id:r,type:a,hasComments:i,data:t[n(352)]||null,originalSuggestionId:t[n(348)]||null,attributes:s[n(465)]};this[n(388)][n(197)](l)[n(283)]((t=>{const e=n;s[e(161)]=!0,o[e(213)](u),t&&t[e(154)]&&(this[e(524)][e(362)](r)[e(154)]=t[e(154)])}))[n(155)]((t=>{const r=n;throw(0,e.logWarning)(r(133)),this[r(306)][r(234)][r(386)]({isUndoable:!1},(()=>{s[r(417)]()})),s[r(200)](),this[r(524)][r(147)](s.id),this[r(460)][r(147)](s),t}))}return s}[Ec(340)](t){const e=Ec;return this[e(544)][e(443)](t)}[Ec(383)](t,e){const n=Ec,r=this[n(306)][n(425)][n(362)](n(504)),s=this[n(535)](t);if(this[n(388)]&&this[n(388)][n(455)])if(s[n(161)]){const s=r[n(138)](Wr(this[n(306)][n(497)],n(243)));this[n(388)][n(455)](t,e)[n(283)]((()=>{r[n(213)](s)}))}else s.on(n(448),(()=>{this[n(383)](t,e)}))}[Ec(149)](t){const n=Ec;if(!this[n(388)]||!this[n(388)][n(535)])throw new e.CKEditorError(n(439),this);return this[n(388)][n(535)](t)}[Ec(411)](t){const e=Ec,{id:n,type:r,subType:s,authorId:o}=this[e(266)](t),i=this[e(524)][e(362)](n)||this[e(164)](r,s,n,o,{});switch(this[e(210)](i,r,s,o),this[e(460)][e(362)](i)){case e(290):this[e(149)](n)[e(283)]((t=>{const r=e;let s=Promise[r(481)]();t[r(316)]&&(s=this[r(361)][r(191)]({channelId:this[r(306)][r(331)][r(362)](r(264)),threadId:n})),s[r(283)]((()=>{const e=r;this[e(515)](t)[e(161)]=!0}))})),this[e(460)][e(276)](i,e(181));break;case e(167):this[e(383)](n,{state:e(496)});case e(499):this[e(460)][e(276)](i,e(207)),this[e(175)](e(474),i);break;case e(207):this[e(175)](e(387),i)}return i[e(373)](t),i}[Ec(527)](t){const e=Ec,n=Array[e(437)](t),r=n[e(143)]((t=>e(403)==t[e(556)]));this[e(211)](r);const s=n[e(143)]((t=>!t[e(334)]&&e(403)!=t[e(556)])),o=this[e(510)]({skipNotAttached:!0})[e(143)]((t=>!t[e(334)]&&e(403)!=t[e(556)])),i=o[e(143)]((n=>!t[e(443)](n))),a=new Map(o[e(479)]((t=>[t,this[e(447)][e(293)](t[e(556)],t[e(332)],e(494))]))),c=new Map(o[e(479)]((t=>[t,t[e(208)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(520)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(520)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(520)];t++){const n=s[t];!l[e(443)](n)&&n[e(375)]&&(f[e(138)](n[e(375)]),n[e(375)][e(484)]===n&&(n[e(375)][e(484)]=null),n[e(375)]=null),!u[e(443)](n)&&n[e(484)]&&(f[e(138)](n[e(484)]),n[e(484)][e(375)]===n&&(n[e(484)][e(375)]=null),n[e(484)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(520)];e++){const r=g(t,n[e]);r&&(r[0][s(484)]=r[1],r[1][s(375)]=r[0],u[s(138)](r[0]),l[s(138)](r[1]))}}function g(t,n){const r=e;if(t[r(463)].id!==n[r(463)].id)return null;const s=a[r(362)](t)(t,n,c[r(362)](t),c[r(362)](n));return s&&a[r(362)](n)(t,n,c[r(362)](t),c[r(362)](n))?s[1][r(476)]&&s[1][r(476)][r(520)]?null:s:null}f[e(341)]&&this[e(527)](f)}[Ec(211)](t){const e=Ec;if(0==t[e(520)])return;const n=this[e(510)]({skipNotAttached:!0})[e(143)]((t=>e(403)==t[e(556)]&&t[e(289)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(465)]);s[e(443)](n)||(s[e(276)](n,r[e(520)]),r[e(407)]([]));const i=s[e(362)](n);r[i][e(407)](t)}!function(){const t=e;r[t(179)](((e,n)=>{const r=t,s=e[0][r(154)],o=n[0][r(154)];return s==o?e[0][r(465)][r(170)]<n[0][r(465)][r(170)]?-1:1:s<o?-1:1}));for(const e of r)e[t(179)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(520)];t++){if(0==r[t][e(520)])continue;const n=[];for(let s=t+1;s<r[e(520)];s++)0!=r[s][e(520)]&&i(r[t],r[s])&&n[e(407)](s);for(const s of n)r[t]=r[t][e(310)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(520)];n++)t[n][e(484)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(520)];n++)t[n][e(375)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(465)][r(170)]!==n[0][r(465)][r(170)]&&t[0][r(463)]!==n[0][r(463)])return!1;if(!function(t,e){const n=r;return!t[n(316)]&&!e[n(316)]||(!t[n(316)]||!e[n(316)])&&(!!(t[n(316)]&&e[n(154)]<t[n(476)][n(393)][n(362)](0)[n(154)])||!!(e[n(316)]&&t[n(154)]<e[n(476)][n(393)][n(362)](0)[n(154)]))}(t[0],n[0]))return!1;const s=Ic(t[0][r(465)],r(170)),o=Ic(n[0][r(465)],r(170));return!!Or(s,o)&&(!!t[r(523)]((t=>n[r(163)]((e=>t[r(208)]()[r(347)](e[r(208)]())))))&&n[r(523)]((e=>t[r(163)]((t=>e[r(208)]()[r(347)](t[r(208)]()))))))}}[Ec(158)](t){const e=Ec,n=Array[e(437)](t),r=this[e(510)]({skipNotAttached:!0}),s=r[e(143)]((n=>!t[e(443)](n))),o=new Map(n[e(479)]((t=>[t,this[e(447)][e(293)](t[e(556)],t[e(332)],e(421))]))),i=new Map(r[e(479)]((t=>[t,t[e(291)]()])));for(let t=0;t<n[e(520)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(520)];t++)if(a(this,n[t],s,0))return!0;return!1;function a(t,n,r,s){const a=e;for(let e=s;e<r[a(520)];e++){const s=r[e];if(s[a(556)]!==n[a(556)]||s[a(463)].id!==n[a(463)].id||s[a(332)]!==n[a(332)])continue;if(!wc(n,s,[a(170)]))continue;if(a(403)==n[a(556)]&&n[a(352)][a(399)]!=s[a(352)][a(399)])continue;if(a(403)==n[a(556)]&&t[a(340)](n[a(352)][a(223)]))continue;if(a(229)==n[a(556)]){const e=t[a(306)][a(234)],r=n[a(502)]();if(r&&(e[a(466)][a(513)](r)||e[a(466)][a(218)](r)))continue}const c=o[a(362)](n),u=i[a(362)](n),l=i[a(362)](s),f=n[a(476)]&&n[a(476)][a(520)],h=s[a(476)]&&s[a(476)][a(520)];if(!f&&c(l,u))return t[a(359)](s,n),i[a(147)](n),!0;if(!h&&c(u,l))return t[a(359)](n,s),i[a(147)](s),!0}return!1}}[Ec(359)](t,e){const n=Ec;if(t[n(334)])for(const r of e[n(291)]())t[n(353)](r);else{const r=e[n(208)]()[n(336)];this[n(396)](t,this[n(529)][n(550)](t[n(208)]()[n(356)],r))}e[n(136)]()}[Ec(426)](t,e){const n=Ec,r=t[n(409)](n(512))||t[n(409)](n(403))?n(561):t[n(406)]();return Wr(this[n(306)][n(497)],e+"_"+r+n(433))}[Ec(489)](){const t=Ec,e=this[t(306)];(0,o.surroundingMarkersDetector)(this[t(529)],(({left:n,entered:r})=>{const s=t,o=[];for(const t of n){const{group:e,type:n}=this[s(266)](t[s(196)]);if(s(169)===e){o[s(407)](this[s(426)](n,s(400)));break}}for(const t of r){const{group:e,type:n}=this[s(266)](t[s(196)]);if(s(169)===e){o[s(407)](this[s(426)](n,s(397)));break}}o[s(520)]&&e.ui[s(318)][s(206)](s(217),o[s(421)](" "))}))}[Ec(301)](t){const e=Ec;if(this[e(470)])return!1;const n=this[e(306)],r=n[e(234)][e(507)][e(242)][e(367)]();if(0==r[e(520)])return!1;const s=[],o=r[e(143)]((t=>e(403)==t[e(556)])),i=r[e(143)]((t=>e(177)==t[e(556)]&&e(212)!=t[e(196)])),a=r[e(143)]((t=>e(213)==t[e(556)]&&e(212)!=t[e(196)]));for(const t of o)s[e(407)]({key:t[e(365)],newValue:t[e(540)],oldValue:t[e(162)],range:Sc(t[e(339)],n[e(234)])});for(const t of i){const r=a[e(551)]((n=>n[e(440)][e(347)](t[e(440)])));r&&s[e(407)]({key:e(224),newValue:t[e(196)],oldValue:r[e(196)],range:n[e(234)][e(469)](t[e(440)][e(442)])})}return 0!=s[e(520)]&&this[e(395)](t,s)}[Ec(252)](t){const e=Ec;let n=!1;const r=this[e(306)][e(234)][e(507)][e(242)][e(308)]()[e(143)]((t=>t[e(352)][e(219)]&&t[e(196)][e(409)](e(546))));for(const s of r){const{subType:r,id:o}=this[e(266)](s[e(196)]),i=r[e(516)]("|")[0];for(const r of this[e(510)]({skipNotAttached:!0}))r.id!=o&&e(403)==r[e(556)]&&r[e(352)]&&r[e(352)][e(223)]==i&&r[e(208)]()[e(261)](s[e(352)][e(219)])&&(this[e(228)](r,s[e(352)][e(219)],t),n=!0)}return n}[Ec(260)](t){const e=Ec;this[e(306)],this[e(470)]=!0,t()}[Ec(477)](t){const e=Ec,n=this[e(340)](t),r=this[e(140)][e(443)](t);return n||r}[Ec(395)](t,e){const n=Ec;if(0==e[n(520)])return!1;let r=!1;for(const s of e){const e=this[n(522)](s[n(339)],n(403))[n(143)]((t=>!t[n(233)][n(419)]))[n(479)]((t=>t[n(169)])),i=(0,o.hashObject)({newValue:s[n(132)]});e[n(143)]((t=>{const e=n,[r,o]=t[e(332)][e(516)]("|");return r==s[e(223)]&&o!=i}))[n(277)]((e=>{const o=n;this[o(228)](e,s[o(339)],t),r=!0}))}return r}[Ec(228)](t,e,n){const r=Ec,s=t[r(208)]()[r(202)](e);0!==s[r(520)]?1!==s[r(520)]?this[r(358)](t,e[r(356)],e[r(336)]):this[r(396)](t,s[0]):n[r(239)](t[r(205)]())}}class Ac{constructor(t){const e=Ec;this[e(482)]=t,this[e(529)]=t[e(234)],this[e(313)]=new Map,this[e(384)]=new Map,this[e(559)]()}[Ec(253)](t,e,n,r,s,o){const i=Ec;return new zr(this[i(529)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(293)](t,e,i(324))(...n),onDiscard:(...n)=>this[i(293)](t,e,i(417))(...n)})}[Ec(492)](t,e,n,r){const s=Ec,o=t+":"+e+":"+n;this[s(313)][s(276)](o,r)}[Ec(293)](t,e,n){const r=Ec,s=t+":"+e+":"+n;return this[r(313)][r(362)](s)||this[r(384)][r(362)](t+":"+n)}[Ec(559)](){const t=Ec,e=()=>!1,n=t=>{const e=bc;t[e(179)](((t,n)=>t[e(356)][e(227)](n[e(356)])?1:-1)),this[e(529)][e(201)]((n=>{const r=e;for(const e of t){let t;t=e[r(336)][r(480)]&&e[r(336)][r(307)]==e[r(356)][r(442)]?n[r(237)](e[r(356)][r(442)],"on"):n[r(237)](e),this[r(529)][r(295)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=bc;e&&this[n(529)][n(201)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(479)]((t=>(Cc(t)&&(t=this[s(529)][s(550)](t[s(336)])),t)))[s(143)]((t=>s(271)!==t[s(404)][s(514)]));if(c[s(520)]<1)return;const u=Array[s(437)](this[s(529)][s(507)][s(534)][s(291)]())[s(479)]((t=>i.LiveRange[s(225)](t)));r[s(454)](c);for(const t of this[s(482)][s(372)][s(372)]())t[s(531)]();a[s(407)]({forceDefaultExecution:!0}),this[s(482)][s(349)](o,...a);const l=u[s(143)]((t=>s(271)!=t[s(404)][s(514)]));l[s(520)]>0&&r[s(454)](l);for(const t of u)t[s(311)]()}))},s=(e,n)=>1==e[t(520)]&&1==n[t(520)]&&e[0][t(336)][t(347)](n[0][t(356)]),o=(e,n,r,s)=>vc(e,n,r,s,this[t(529)])?[e,n]:vc(n,e,s,r,this[t(529)])?[n,e]:null;this[t(384)][t(276)](t(366),e),this[t(384)][t(276)](t(134),n),this[t(384)][t(276)](t(557),s),this[t(384)][t(276)](t(287),o),this[t(384)][t(276)](t(247),n),this[t(384)][t(276)](t(547),e),this[t(384)][t(276)](t(142),s),this[t(384)][t(276)](t(198),o),this[t(384)][t(276)](t(505),r),this[t(384)][t(276)](t(338),e),this[t(384)][t(276)](t(274),s),this[t(384)][t(276)](t(549),e),this[t(384)][t(276)](t(298),r),this[t(384)][t(276)](t(286),e),this[t(384)][t(276)](t(203),s),this[t(384)][t(276)](t(371),e),this[t(384)][t(276)](t(414),e),this[t(384)][t(276)](t(275),((e,n)=>{const r=t;if(!n)return;const s=this[r(482)][r(425)][r(362)](yc);this[r(529)][r(201)]((t=>{const o=r;if(o(224)==n[o(223)])for(const r of e){const e=r[o(356)][o(442)],s=n[o(399)];t[o(412)](e,s)}else if(s[o(340)](n[o(223)]))for(const r of e)void 0!==n[o(399)]?t[o(296)](n[o(223)],n[o(399)],r[o(356)][o(442)]):t[o(526)](n[o(223)],r[o(356)][o(442)]);else for(const r of e)n[o(399)]?t[o(296)](n[o(223)],n[o(399)],r):t[o(526)](n[o(223)],r)}))})),this[t(384)][t(276)](t(282),s)}}function kc(t,e,n){const r=Ec;for(const s of e[r(307)][r(256)]({includeSelf:!0,parentFirst:!0})){if(s[r(404)]==s)return!1;if(!n[r(330)](s))return!1;if(t[r(513)](s)||t[r(218)](s))return!0}return!1}function Cc(t){const e=Ec;return t[e(336)][e(307)]==t[e(356)][e(442)]&&t[e(336)][e(272)]}function Lc(t,e,n,r){const s=Ec,o=t=>!t[s(215)].is(s(483))&&!r[s(513)](t[s(215)]),i=t[s(356)][s(185)](o),a=t[s(336)][s(185)](o,{direction:s(245)});return!(t[s(356)][s(347)](i)&&t[s(336)][s(347)](a)||(i[s(227)](a)?n[s(258)](e,{range:n[s(550)](i,a)}):n[s(239)](e),0))}function Nc(t){return(0,o.hashObject)(t)}function Rc(t){const e=Ec,n=t[e(356)][e(442)];return n&&n.is(e(478))}function Sc(t,e){const n=Ec;return null==t[n(336)][n(438)]&&t[n(336)][n(307)]==t[n(356)][n(442)]?Mc(t[n(356)][n(442)],e):t}function Mc(t,e){const n=Ec,r=e[n(466)][n(513)](t)||e[n(466)][n(346)](t);return e[n(550)](e[n(450)](t,n(325)),r?e[n(538)](t):e[n(450)](t,n(336)))}function vc(t,e,n,r,s){const o=Ec;if(!wc(t,e))return!1;if(n[o(336)][o(347)](r[o(356)]))return!0;if(t[o(556)]!=e[o(556)])return!1;if(!n[o(336)][o(300)](r[o(356)]))return!1;const i=s[o(550)](n[o(336)],r[o(356)])[o(377)]();for(const t of i)if([o(222),o(468)][o(519)](t[o(556)])&&s[o(466)][o(218)](t[o(215)]))return!1;return!0}function wc(t,e,n=[]){const r=Ec;return!(!t[r(289)]||!e[r(289)])&&Or(Ic(t[r(465)],n),Ic(e[r(465)],n))}function Oc(t,e){const n=Ec,r=Dc(t[n(465)]),s=Dc(e);if(!t[n(289)])return!1;for(const t of Object[n(309)](s))if(!Or(r[t],s[t]))return!1;return!0}function Dc(t){const e=Ec,n=Object[e(427)]({},t);return delete n[e(302)],delete n[e(144)],n}function Fc(){const t=["view","canDiscard","8RuuWCR","40qGgCls","575838GtVNar","unbind","destroy","listenTo","17789310WmBPgK","_editor","5125379FMNAEQ","commentThreadController","isEnabled","PENDING_ACTION_SUGGESTION","_discardCommand","_removePendingAction","358790XeKfkr","remove","stopListening","model","execute","commands","locale","_acceptCommand","9mJgeEE","_setPendingAction","getRanges","plugins","get","768288OsZQhV","bind","canEditAt","isDirty","14FSFCqN","_pendingAction","acceptSuggestion","canAccept","310287edRCnS","PendingActions","discardSuggestion","638208uPWMeY","add","change:isDirty"];return(Fc=function(){return t})()}const Pc=xc;function xc(t,e){const n=Fc();return(xc=function(t,e){return n[t-=204]})(t,e)}!function(t,e){const n=xc,r=t();for(;;)try{if(447363===-parseInt(n(222))/1+-parseInt(n(215))/2*(parseInt(n(219))/3)+parseInt(n(211))/4+parseInt(n(228))/5*(-parseInt(n(229))/6)+parseInt(n(235))/7*(parseInt(n(227))/8)+parseInt(n(206))/9*(parseInt(n(241))/10)+parseInt(n(233))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fc);class Bc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=xc;super(),this[s(244)]=e,this[s(225)]=n,this[s(236)]=r,this[s(234)]=t,this[s(205)]=t[s(246)][s(210)](s(217)),this[s(239)]=t[s(246)][s(210)](s(221)),this[s(225)][s(212)](s(237)).to(this[s(205)],this[s(239)],((t,e)=>t||e)),this[s(225)][s(212)](s(218)).to(this[s(205)],s(237),(t=>t&&this[s(234)][s(244)][s(213)](e[s(208)]()))),this[s(225)][s(212)](s(226)).to(this[s(239)],s(237),(t=>t&&this[s(234)][s(244)][s(213)](e[s(208)]()))),this[s(216)]=null,n[s(214)]&&this[s(207)](),this[s(232)](n,s(217),(()=>this[s(217)]())),this[s(232)](n,s(221),(()=>this[s(221)]())),this[s(232)](n,s(224),(()=>{const t=s;n[t(214)]?this[t(207)]():this[t(240)]()}))}[Pc(217)](){const t=Pc;this[t(205)][t(245)](this[t(244)].id)}[Pc(221)](){const t=Pc;this[t(239)][t(245)](this[t(244)].id)}[Pc(231)](){const t=Pc;this[t(225)][t(230)](t(237)),this[t(225)][t(230)](t(218)),this[t(225)][t(230)](t(226)),this[t(243)](),this[t(236)][t(231)](),this[t(216)]&&this[t(240)]()}[Pc(207)](){const t=Pc,e=Wr(this[t(234)][t(204)],t(238));this[t(216)]=this[t(234)][t(209)][t(210)](t(220))[t(223)](e)}[Pc(240)](){const t=Pc;null!==this[t(216)]&&this[t(234)][t(209)][t(210)](t(220))[t(242)](this[t(216)]),this[t(216)]=null}}function Uc(){const t=["element","6579JuACzv","value","bind","_createCommentThreadInputView","descriptionParts","hasDirtyComment","commentsListView","focus","submit","updateComment","locale","canDiscard","cancel","length","commentThreadInputView","2727648gJhhwJ","disableComments","1840PcLRdJ","1376376SnzqND","setData","removeComment","766494rgLSvY","isReadOnly","addComment","262857XRDwzR","assign","7uGBHCr","912715FBaSQr","canAccept","CommentView","137411kxEjiA","set","fire","authoredAt","commentInputView","editorConfig","6DWXYyE","22lDSuQI","destroy","isEnabled","isDirty","delegate","isActive","_localUser","showInput","disabledSubmit","editor","commentThread","_config","_createCommentViews","_model","28TlsgON"];return(Uc=function(){return t})()}function jc(t,e){const n=Uc();return(jc=function(t,e){return n[t-=452]})(t,e)}const Gc=jc;!function(t,e){const n=jc,r=t();for(;;)try{if(534383===parseInt(n(477))/1+parseInt(n(468))/2+-parseInt(n(471))/3*(-parseInt(n(498))/4)+parseInt(n(474))/5*(-parseInt(n(483))/6)+-parseInt(n(473))/7*(-parseInt(n(465))/8)+-parseInt(n(500))/9*(parseInt(n(464))/10)+parseInt(n(484))/11*(-parseInt(n(462))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Uc);class Vc extends s.View{constructor(t,e,n,r){const s=jc;super(t),this[s(453)]=null,this[s(461)]=null,this[s(478)](s(489),!1),this[s(478)](s(480),e[s(480)]),this[s(502)](s(480)).to(e),this[s(478)](s(504),[]),this[s(478)](s(487),!1),this[s(478)](s(486),!1),this[s(478)](s(475),!1),this[s(478)](s(458),!1),this[s(497)]=e,this[s(490)]=n,this[s(495)]=r,r[s(463)]?this[s(478)](s(460),1):this[s(496)]()}[Gc(454)](){const t=Gc;this[t(499)][t(454)]()}[Gc(485)](){const t=Gc;this[t(453)]&&this[t(453)][t(485)](),this[t(461)]&&this[t(461)][t(485)](),super[t(485)]()}[Gc(496)](){const t=Gc,{CommentsListView:e}=this[t(495)];this[t(453)]=new e(this[t(457)],this[t(497)][t(494)],Object[t(472)]({CommentView:this[t(495)][t(476)]},this[t(495)])),this[t(453)][t(488)](t(467)).to(this),this[t(453)][t(488)](t(456)).to(this),this[t(453)][t(502)](t(489)).to(this),this[t(478)](t(460),this[t(453)][t(460)]+1),this[t(502)](t(460)).to(this[t(453)],t(460),(t=>t+1)),this[t(461)]=this[t(503)](),this.on(t(467),(()=>this[t(454)]())),this[t(502)](t(487)).to(this[t(453)],t(452),this[t(461)][t(481)],t(501),((t,e)=>t||!!e))}[Gc(503)](){const t=Gc,{CommentThreadInputView:e}=this[t(495)],n=new e(this[t(457)],this[t(490)],this[t(495)][t(482)]),r=n[t(481)];return n[t(502)](t(491)).to(this,t(489),this[t(497)][t(494)],t(469),r,t(501),((t,e,n)=>!!n||t&&!e)),r.on(t(455),((e,n)=>{const s=t;this[s(479)](s(470),n),r[s(493)][s(466)]("")})),r.on(t(459),(()=>this[t(454)]())),r[t(502)](t(492)).to(this[t(497)][t(494)],t(469)),n}}const zc=Wc;function Wc(t,e){const n=qc();return(Wc=function(t,e){return n[t-=246]})(t,e)}!function(t,e){const n=Wc,r=t();for(;;)try{if(351567===parseInt(n(336))/1*(-parseInt(n(345))/2)+parseInt(n(287))/3*(-parseInt(n(300))/4)+parseInt(n(268))/5*(parseInt(n(319))/6)+-parseInt(n(324))/7*(-parseInt(n(246))/8)+-parseInt(n(307))/9*(parseInt(n(263))/10)+parseInt(n(296))/11*(-parseInt(n(325))/12)+parseInt(n(338))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(qc);class Hc extends Vc{constructor(e,n,r,s){const i=Wc;super(e,n,r,s),this[i(279)](i(257),""),this[i(253)](i(257)).to(this,i(316),(t=>t&&t[0]?t[0][i(257)]:"")),this[i(253)](i(333)).to(this,i(316),this,i(320),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(278)+Kc(e[n(348)],e[n(255)])+n(350);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(298)]=null,this[i(352)]=this[i(321)](Wr(e,i(357)),t.icons[i(344)],i(314),i(260),"sw"),this[i(352)][i(253)](i(303)).to(this,i(358)),this[i(284)]=this[i(321)](Wr(e,i(273)),t.icons[i(277)],i(334),i(301),"sw"),this[i(284)][i(253)](i(303)).to(this,i(261)),this[i(328)]=new o.UserView(e,this[i(313)][i(291)],this[i(252)]()),this[i(328)][i(306)]({attributes:{class:[i(349),i(262)]}}),this[i(310)](this[i(275)]())}[zc(275)](){const t=zc,e=this[t(259)],n=[{tag:t(280),attributes:{class:[t(354),t(272)]},children:[{tag:t(265),children:[{text:this[t(328)][t(312)]}],attributes:{class:[t(327),t(337)]}},{tag:t(270),attributes:{datetime:e.to(t(346)),class:[t(318),t(305)]},children:[{text:e.to(t(346),(e=>this[t(251)][t(250)](e)))}]}]},{tag:t(280),attributes:{class:[t(258),t(309)]},children:[this[t(352)],this[t(284)]]},{tag:t(280),attributes:{class:[t(256)]}}];this[t(313)][t(304)]&&n[t(359)]({tag:t(280),attributes:{class:[t(355)]},children:[{text:this[t(285)]()}]});const r={tag:t(280),attributes:{class:[t(249),e.if(t(320),t(267)),e.to(t(257),(e=>t(323)+e)),this[t(251)][t(302)]&&t(274)],"data-suggestion-id":this[t(313)].id,"data-thread-id":this[t(313)][t(332)].id,"data-author-id":this[t(313)][t(291)].id,tabindex:-1},children:[{tag:t(280),attributes:{class:[t(342),t(288)]},children:[this[t(328)],{tag:t(280),attributes:{class:[t(326),t(351)]},children:n}]}]};return this[t(339)]&&this[t(311)]&&(r[t(264)][t(359)](this[t(339)],this[t(311)]),this[t(339)][t(308)](t(295)).to(this),this[t(339)][t(308)](t(266)).to(this),this[t(311)][t(308)](t(295)).to(this),this[t(311)][t(308)](t(266)).to(this)),r}[zc(293)](){const t=zc;super[t(293)](),this[t(298)]=this[t(283)][t(276)](t(292)),this[t(298)][t(315)]=this[t(333)],this.on(t(271),((e,n,r)=>{const s=t;this[s(298)][s(315)]=r}))}[zc(321)](t,e,n,r,o){const i=zc,a=new s.ButtonView(this[i(297)]);return a[i(279)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(306)]({attributes:{class:n}}),a.on(i(269),(()=>{const t=i;this[t(294)](r,this[t(313)].id)})),a}[zc(285)](){const t=zc;return t(247)===this[t(313)][t(330)][t(290)][t(341)]?Wr(this[t(297)],t(343)):Wr(this[t(297)],t(286))}[zc(252)](){const t=zc;return this[t(313)][t(304)]?t(247)===this[t(313)][t(330)][t(290)][t(341)]?Wr(this[t(297)],t(347),this[t(313)][t(353)][t(312)]):Wr(this[t(297)],t(317),this[t(313)][t(353)][t(312)]):null}}function Kc(t,e){const n=zc;let r="";return r+=t[n(329)]("*")[n(248)](((t,e)=>e%2!=0?n(282)+Xc(t)+n(356):Xc(t)))[n(254)](""),e&&(r+=n(322)+e[n(289)]+n(281)+e[n(335)]+n(331)),r}function Xc(t){const e=zc,n=document[e(299)](e(265));return n[e(340)]=t,n[e(315)]}function qc(){const t=["disableComments","isEnabled","isExternal","ck-annotation__info-time","extendTemplate","203931SPwEqe","delegate","ck-annotation__actions","setTemplate","commentThreadInputView","name","_model","ck-suggestion--accept","innerHTML","descriptionParts","EXTERNAL_AVATAR","ck-comment__info-time","1711284RgHgPL","isActive","_createButton",'<span class="ck-suggestion-color" style="background-color: ',"ck-suggestion-","361697CWcXkA","23952TZRmmU","ck-suggestion__main","ck-suggestion__info-name","userView","split","attributes",'"></span>',"commentThread","description","ck-suggestion--discard","title","20157AKtyGI","ck-annotation__info-name","10777585xOAErf","commentsListView","innerText","source","ck-suggestion","EXTERNAL_IMPORT_WORD_SUGGESTION","check","30Dvykop","authoredAt","EXTERNAL_IMPORT_WORD_AVATAR","content","ck-suggestion__user","</p>","ck-annotation__main","acceptButton","creator","ck-suggestion__info","ck-comment__external","</span>","Accept suggestion","canAccept","push","40efZRvE","importWord","map","ck-suggestion-wrapper","formatDateTime","_config","getUserViewNotificationText","bind","join","color","ck-annotation__content-wrapper","type","ck-suggestion__actions","bindTemplate","acceptSuggestion","canDiscard","ck-annotation__user","130nrWGnD","children","span","editorDestroyed","ck-suggestion-wrapper--active","10ayegFN","execute","time","change:description","ck-annotation__info","Discard suggestion","ck-suggestion--disabled-comments","getTemplate","querySelector","cancel","<p>","set","div",'" title="','<span class="ck-suggestion-type">',"element","discardButton","getExternalSuggestionNote","EXTERNAL_SUGGESTION","9EaJGie","ck-annotation","value","@external","author",".ck-annotation__content-wrapper","render","fire","editorReady","803UZHtZF","locale","_descriptionElement","createElement","751508NsdUGx","discardSuggestion"];return(qc=function(){return t})()}const Jc='\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-2024, 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',Zc=Yc;function Yc(t,e){const n=$c();return(Yc=function(t,e){return n[t-=176]})(t,e)}!function(t,e){const n=Yc,r=t();for(;;)try{if(813486===-parseInt(n(200))/1*(-parseInt(n(315))/2)+-parseInt(n(219))/3+-parseInt(n(182))/4+-parseInt(n(258))/5*(parseInt(n(198))/6)+parseInt(n(216))/7*(parseInt(n(308))/8)+-parseInt(n(299))/9*(parseInt(n(287))/10)+parseInt(n(310))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}($c);class Qc extends t.Plugin{static get[Zc(303)](){const t=Zc;return[yc,o.Users,t(280),t(304),t(212)]}static get[Zc(253)](){return Zc(192)}constructor(t){const e=Zc;super(t),this[e(189)]=new Map,this[e(265)]=new Map,this[e(213)]=new Map,this[e(272)]=new Map;const n=this[e(224)][e(263)];n[e(286)](e(214),Hc),n[e(286)](e(254),!1),this[e(237)]=n[e(190)](e(254))}[Zc(206)](t,e){const n=Zc;0===this[n(272)][n(302)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(272)]){const r=this[t(189)][t(264)](e);r||n?r&&n&&this[t(255)](e):this[t(232)](e)}this[t(272)][t(234)](),this[t(224)][t(202)][t(190)](t(212))[t(296)](),this[t(218)]()}),10),this[n(272)][n(300)](t,e)}[Zc(306)](){const t=Zc,e=this[t(224)],n=e[t(202)][t(190)](t(226)),r=e[t(202)][t(190)](t(304)),s=e[t(202)][t(190)](t(212)),o=e[t(202)][t(190)](t(280));this[t(227)](),s[t(178)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(225)](this[e(189)])){const s=t[e(239)](),o=[];for(const t of s){if(!t[e(305)])continue;if(t[e(275)]){o[e(279)](...t[e(251)]());continue}const n=t[e(271)]();if(o[e(210)]>0){const t=o[0][e(183)](n);if(t){o[0]=t;continue}}o[e(279)](n)}n[e(279)]([r[e(274)],o])}return n})),this[t(261)](n,t(204),((e,n)=>{const r=t;this[r(261)](n,r(277),((t,e,s,o)=>{const i=r;n[i(305)]&&(null==s?(this[i(197)](o[i(179)]),this[i(206)](n,!1)):(this[i(197)](s[i(179)]),null==o&&this[i(206)](n,!0)))})),null!==n[r(196)]?this[r(197)](n[r(179)]):this[r(206)](n,!1)})),this[t(261)](n,t(247),((e,n,r)=>{const s=t;this[s(318)](n,s(277)),this[s(272)][s(252)](n),this[s(189)][s(264)](n)&&this[s(255)](n),r&&this[s(197)](r[s(179)])})),this[t(261)](n,t(283),((e,n)=>{this[t(197)](n)})),this[t(261)](r,t(309),(()=>{this[t(218)]()})),this[t(261)](o,t(241),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(242)](r))return;const i=n[o(285)](r);this[o(189)][o(190)](i)[o(274)][o(194)]()}),{priority:t(220)})}[Zc(218)](){const t=Zc,e=this[t(224)][t(202)][t(190)](t(304)),n=this[t(224)][t(202)][t(190)](t(226)),r=Array[t(225)](e[t(278)],(e=>e[t(217)]))[t(205)]((e=>this[t(265)][t(264)](e))),s=[];for(const e of r){const n=this[t(265)][t(190)](e)[t(316)][t(239)]();s[t(279)](...n[t(228)](((e,n)=>[...e,...n[t(317)]()]),[]))}n[t(176)]=s}[Zc(227)](){const t=Zc,n=this[t(224)],r=n[t(185)],o=Wr(r,t(248)),i=new e.Collection([{type:t(293),model:new s.ViewModel({withText:!0,label:o,commandName:t(284)})},{type:t(235)},{type:t(246),model:new s.ViewModel({withText:!0,label:Wr(r,t(291)),commandName:t(311)})},{type:t(246),model:new s.ViewModel({withText:!0,label:Wr(r,t(266)),commandName:t(211)})},{type:t(246),model:new s.ViewModel({withText:!0,label:Wr(r,t(294)),commandName:t(269)})},{type:t(246),model:new s.ViewModel({withText:!0,label:Wr(r,t(230)),commandName:t(298)})}]);for(const e of i)if(tu(e)){const r=n[t(215)][t(190)](e[t(316)][t(221)]);e[t(316)][t(312)](t(229),t(208)).to(r,t(187),t(208))}n.ui[t(313)][t(256)](t(284),(e=>this[t(238)](e,i,o))),n.ui[t(313)][t(256)](t(288),(e=>this[t(184)](e,i,o)))}[Zc(238)](t,e,n){const r=Zc,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(224)][r(215)][r(190)](r(284));o[r(268)][r(300)]({tooltip:n,label:n,icon:Jc}),o[r(268)][r(312)](r(229)).to(i,r(187)),o[r(268)].on(r(249),(()=>{const t=r;i[t(249)](),this[t(224)][t(259)][t(274)][t(194)]()})),(0,s.addListToDropdown)(o,e);const a=[];for(const t of e)tu(t)&&a[r(279)](this[r(224)][r(215)][r(190)](t[r(316)][r(221)]));const c=o[r(268)];return c[r(231)][r(203)](r(208)),c[r(273)][r(203)](r(208)),c[r(231)][r(312)](r(208)).to(i,r(208)),c[r(273)][r(312)](r(208))[r(267)](a,r(208),((...t)=>t[r(292)]((t=>t)))),o.on(r(249),(t=>{const e=r;this[e(224)][e(249)](t[e(201)][e(221)]),this[e(224)][e(259)][e(274)][e(194)]()})),o}[Zc(184)](t,e,n){const r=Zc,o=new s.MenuBarMenuView(t),i=this[r(224)][r(215)][r(190)](r(284));o[r(268)][r(300)]({label:n,icon:Jc});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(235)==n[r(195)]){a[r(250)][r(256)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(316)];i[r(312)](...Object[r(233)](c)).to(c),i[r(186)](r(249)).to(o),i.on(r(249),(()=>{const t=r;this[t(224)][t(249)](c[t(221)]),this[t(224)][t(259)][t(274)][t(194)]()})),e[r(222)][r(256)](i),a[r(250)][r(256)](e)}return o[r(312)](r(208)).to(i,r(208)),o[r(295)][r(222)][r(256)](a),o}[Zc(232)](t){const e=Zc,n=this[e(224)],r=n[e(263)],s=n[e(202)][e(190)](e(304)),i=n[e(202)][e(190)](e(280)),a=n[e(202)][e(190)](e(212)),c=n[e(202)][e(190)](o.Users).me,u=r[e(190)](e(284))[e(276)],{CommentsListView:l,CommentThreadInputView:f}=n[e(202)][e(190)](e(191));let h,g;this[e(213)][e(264)](t.id)?(g=this[e(213)][e(190)](t.id),h=g[e(307)]):(h=new u(n[e(185)],t,c,{disableComments:this[e(237)],editorConfig:r[e(190)](e(188)),maxCommentsWhenCollapsed:r[e(190)](e(282)),maxThreadTotalWeight:r[e(190)](e(240)),maxCommentCharsWhenCollapsed:r[e(190)](e(260)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(190)](e(185))),CommentView:r[e(190)](e(301))[e(181)],CommentsListView:l,CommentThreadInputView:f}),h[e(281)].on(e(249),(()=>{const t=e;n[t(259)][t(274)][t(194)]()})),h[e(223)].on(e(249),(()=>{const t=e;n[t(259)][t(274)][t(194)]()})),g=s[e(289)](this[e(224)][e(185)],h),g[e(312)](e(245)).to(h,e(245)),g[e(312)](e(210)).to(h),g[e(312)](e(195)).to(h,e(195),(t=>e(244)+t)),this[e(213)][e(300)](t.id,g));const d=i[e(314)](t[e(199)],h),p=new Bc(n,t,h,d),m=t[e(239)]()[e(205)]((t=>t[e(305)]));h[e(270)]=n[e(202)][e(190)](e(226))[e(243)][e(257)](m),this[e(189)][e(300)](t,p),this[e(265)][e(300)](h,p);const I=s[e(297)]({view:g,target:()=>{const r=e,s=[],i=t[r(239)]()[r(205)]((t=>t[r(305)]));for(const t of i)s[r(279)](...t[r(180)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(259)],s)},type:()=>e(244)+p[e(274)][e(195)]});i[e(177)](h,I),s[e(256)](I),a[e(207)](I)}[Zc(255)](t){const e=Zc,n=this[e(224)][e(202)][e(190)](e(280)),r=this[e(224)][e(202)][e(190)](e(304)),s=this[e(189)][e(190)](t),o=s[e(274)],i=r[e(236)](o);n[e(262)](o),i&&r[e(290)](i),this[e(189)][e(252)](t),this[e(265)][e(252)](o),s[e(209)]()}[Zc(197)](t){const e=Zc;if(!t[e(305)]||!this[e(189)][e(264)](t))return;const n=this[e(224)][e(202)][e(190)](e(226)),r=this[e(189)][e(190)](t),s=t[e(239)]();r[e(274)][e(270)]=n[e(243)][e(257)](s)}[Zc(209)](){const t=Zc;for(const e of this[t(189)][t(233)]())this[t(255)](e);for(const e of this[t(213)][t(193)]())e[t(307)][t(209)]();super[t(209)]()}}function $c(){const t=["getAllAdjacentSuggestions","comments.maxThreadTotalWeight","addComment","hasSuggestion","_descriptionFactory","suggestion-","isDirty","button","suggestionUnloaded","Track changes","execute","items","getRanges","delete","pluginName","trackChanges.disableComments","_destroyController","add","getDescriptions","5JiuPCX","editing","comments.maxCommentCharsWhenCollapsed","listenTo","_unbindEditors","config","has","_viewToController","Accept all selected suggestions","toMany","buttonView","discardAllSuggestions","descriptionParts","getFirstRange","_handleControllerBuffer","arrowView","view","isMultiRange","SuggestionThreadView","change:previous","activeAnnotations","push","CommentsRepository","acceptButton","comments.maxCommentsWhenCollapsed","suggestionChanged","trackChanges","getSuggestion","define","10otNzkT","menuBar:trackChanges","createAnnotationView","remove","Accept all suggestions","some","switchbutton","Discard all suggestions","panelView","refreshSelectedViews","createAnnotation","discardSelectedSuggestions","11430297LBMeGo","set","comments","size","requires","Annotations","isInContent","init","mainView","8WecGEG","change:activeAnnotations","45401257pnUZJe","acceptAllSuggestions","bind","componentFactory","createCommentThreadController","1238HXJlnS","model","getMarkerNames","stopListening","activeMarkers","_bindAnnotationToEditors","addSourceCollector","head","getMarkers","CommentView","5510728IChfKb","getJoined","_createMenuBarMenu","locale","delegate","value","comments.editorConfig","_suggestionToController","get","CommentsUI","TrackChangesUI","values","focus","type","previous","_updateController","7067208fSwJBn","commentThread","1061mCXtfr","source","plugins","unbind","suggestionLoaded","filter","_handleSuggestionControllerDelayed","registerAnnotation","isEnabled","destroy","length","acceptSelectedSuggestions","EditorAnnotations","_annotationViews","trackChanges.SuggestionThreadView","commands","6718131AKErJp","innerView","_refreshActiveMarkers","3314430TUZpfE","lowest","commandName","children","discardButton","editor","from","TrackChangesEditing","_addUIComponentsToFactory","reduce","isOn","Discard all selected suggestions","actionView","_initializeController","keys","clear","separator","getByInnerView","_disableComments","_createToolbarButton"];return($c=function(){return t})()}function tu(t){return Zc(316)in t}var eu=nu;function nu(t,e){var n=ru();return(nu=function(t,e){return n[t-=285]})(t,e)}function ru(){var t=["1557516hPFJld","pluginName","addSuggestion","Comments","420RRpjlm","3AJcAkt","7niWZPK","get","TrackChanges","getSuggestion","1963592uApXbN","1031542MBLlrA","40725047BmhNuA","4bzGFtH","getSuggestions","adapter","plugins","95859hTvTOn","1209025NdffsA","requires","addSuggestionData","1835769qTvOMN","editor"];return(ru=function(){return t})()}!function(t,e){for(var n=nu,r=t();;)try{if(839757===-parseInt(n(303))/1*(parseInt(n(286))/2)+-parseInt(n(296))/3+-parseInt(n(288))/4*(parseInt(n(293))/5)+-parseInt(n(298))/6+-parseInt(n(304))/7*(-parseInt(n(285))/8)+parseInt(n(292))/9*(-parseInt(n(302))/10)+parseInt(n(287))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ru);class su extends t.Plugin{static get[eu(294)](){return[yc,Qc,eu(301)]}static get[eu(299)](){return eu(306)}set[eu(290)](t){var e=eu;this[e(297)][e(291)][e(305)](yc)[e(290)]=t}get[eu(290)](){var t=eu;return this[t(297)][t(291)][t(305)](yc)[t(290)]}[eu(300)](t){var e=eu;return this[e(297)][e(291)][e(305)](yc)[e(295)](t)}[eu(289)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=eu;return this[n(297)][n(291)][n(305)](yc)[n(289)]({skipNotAttached:t,toJSON:e})}[eu(307)](t){var e=eu;return this[e(297)][e(291)][e(305)](yc)[e(307)](t)}}const ou=iu;function iu(t,e){const n=uu();return(iu=function(t,e){return n[t-=240]})(t,e)}!function(t,e){const n=iu,r=t();for(;;)try{if(925470===-parseInt(n(256))/1*(-parseInt(n(258))/2)+-parseInt(n(300))/3+parseInt(n(280))/4*(-parseInt(n(285))/5)+parseInt(n(275))/6*(parseInt(n(282))/7)+parseInt(n(290))/8+parseInt(n(296))/9+parseInt(n(273))/10*(-parseInt(n(288))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(uu);const au=[ou(257)];class cu extends t.Plugin{static get[ou(295)](){return[yc]}static get[ou(251)](){return ou(297)}[ou(242)](){const t=ou,n=this[t(281)];if(n[t(284)][t(302)](t(252),(e=>{const r=t,s=n[r(244)][r(276)][r(293)]()[r(271)](((t,e)=>(t[e]="",t)),{});return n[r(292)][r(289)](s,e)})),t(246)!=typeof n[t(284)][t(249)](t(255))[t(287)])throw new e.CKEditorError(t(266))}[ou(283)](t){return hu(this[ou(281)],!0,t)}[ou(262)](t){return hu(this[ou(281)],!1,t)}}function uu(){const t=["getDataWithDiscardedSuggestions","createDocumentFragment","TrackChangesEditing","data","track-changes-data-invalid-editor-creator","CommentsRepository","TrackChangesDataGetter","_adapter","name","reduce","getSuggestions","119390exDPXh","set","6SwgHtp","document","addSuggestionData","appendChild","destroy","30248qLpquX","editor","6263789TXCAjW","getDataWithAcceptedSuggestions","config","485AdzfcI","div","editorCreator","275PLpEVU","create","12815400RrjoBt","getUser","constructor","getRootNames","getRootsAttributes","requires","3210579cyYNgV","TrackChangesData","acceptAllSuggestions","getFullData","3666741ldgCMG","rootsAttributes","define","createElement","useAnonymousUser","init","result","model","plugins","function","push","map","get","discardAllSuggestions","pluginName","trackChangesData.editorCreator","execute","end","trackChangesData","108741thVfHV","Pagination","6JrrJrr","Users","users","addUser"];return(uu=function(){return t})()}class lu extends t.Plugin{static get[ou(251)](){return ou(268)}constructor(t){const e=ou;super(t),this[e(243)]=e(254)}[ou(242)](){const t=ou;this[t(281)][t(245)][t(249)](t(267))[t(269)]={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[t(281)][t(245)][t(249)](t(264))[t(269)]=null}}function fu(t){return void 0!==t[ou(294)]}async function hu(t,e,n){const r=ou,s=(0,o.sanitizeEditorConfig)(t,au);s[r(245)][r(247)](yc,lu),s[r(301)]=fu(t)?t[r(294)]():void 0;const i=document[r(263)](),a=t[r(284)][r(249)](r(255))[r(287)],c=await a(s,(()=>function(t){const e=r,n=document[e(240)](e(286));return t[e(278)](n),n}(i)));!function(t,e){const n=r,s=t[n(244)][n(276)][n(293)]()[n(271)](((e,r)=>(e[r]=t[n(265)][n(249)]({rootName:r}),e)),{}),o=t[n(245)][n(249)](n(259))[n(260)][n(248)]((t=>({id:t.id,name:t[n(270)]}))),i=t[n(245)][n(249)](n(264))[n(272)]({skipNotAttached:!0,toJSON:!0}),a=e[n(245)][n(249)](n(259)),c=e[n(245)][n(249)](n(264));for(const t of o)a[n(291)](t.id)||a[n(261)](t);a.me||a[n(241)]();for(const t of i)c[n(277)](t);e[n(265)][n(274)](s)}(t,c),c[r(253)](r(e?298:250));const u=fu(c)?c[r(299)](n):c[r(265)][r(249)](n);return await c[r(279)](),u}function gu(){var t=["5596654tmIVuN","412790KVPiKQ","641141INazRb","127640AwgICH","4nhtpmy","4682130hjbYMm","1316180vbGdnl","288xVMpLk","253647oZUqBd"];return(gu=function(){return t})()}function du(t,e){var n=gu();return(du=function(t,e){return n[t-=289]})(t,e)}!function(t,e){for(var n=du,r=t();;)try{if(430953===-parseInt(n(290))/1+parseInt(n(292))/2*(parseInt(n(296))/3)+parseInt(n(294))/4+parseInt(n(289))/5+parseInt(n(293))/6+-parseInt(n(297))/7+parseInt(n(291))/8*(parseInt(n(295))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gu)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|