@ckeditor/ckeditor5-track-changes 41.3.0-alpha.4 → 41.3.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 +5 -1
- 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 -4
- 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/{dist/types/integrations/listproperties.d.ts → src/integrations/multilevellist.d.ts} +11 -11
- 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/dist/content-index.css +0 -332
- package/dist/editor-index.css +0 -312
- package/dist/index.css +0 -951
- package/dist/translations/ar.d.ts +0 -8
- package/dist/translations/ar.js +0 -23
- package/dist/translations/az.d.ts +0 -8
- package/dist/translations/az.js +0 -23
- package/dist/translations/bg.d.ts +0 -8
- package/dist/translations/bg.js +0 -23
- package/dist/translations/bn.d.ts +0 -8
- package/dist/translations/bn.js +0 -23
- package/dist/translations/ca.d.ts +0 -8
- package/dist/translations/ca.js +0 -23
- package/dist/translations/cs.d.ts +0 -8
- package/dist/translations/cs.js +0 -23
- package/dist/translations/da.d.ts +0 -8
- package/dist/translations/da.js +0 -23
- package/dist/translations/de.d.ts +0 -8
- package/dist/translations/de.js +0 -23
- package/dist/translations/el.d.ts +0 -8
- package/dist/translations/el.js +0 -23
- package/dist/translations/en-au.d.ts +0 -8
- package/dist/translations/en-au.js +0 -23
- package/dist/translations/en.d.ts +0 -8
- package/dist/translations/en.js +0 -23
- package/dist/translations/es.d.ts +0 -8
- package/dist/translations/es.js +0 -23
- package/dist/translations/et.d.ts +0 -8
- package/dist/translations/et.js +0 -23
- package/dist/translations/fi.d.ts +0 -8
- package/dist/translations/fi.js +0 -23
- package/dist/translations/fr.d.ts +0 -8
- package/dist/translations/fr.js +0 -23
- package/dist/translations/gl.d.ts +0 -8
- package/dist/translations/gl.js +0 -23
- package/dist/translations/he.d.ts +0 -8
- package/dist/translations/he.js +0 -23
- package/dist/translations/hi.d.ts +0 -8
- package/dist/translations/hi.js +0 -23
- package/dist/translations/hr.d.ts +0 -8
- package/dist/translations/hr.js +0 -23
- package/dist/translations/hu.d.ts +0 -8
- package/dist/translations/hu.js +0 -23
- package/dist/translations/id.d.ts +0 -8
- package/dist/translations/id.js +0 -23
- package/dist/translations/it.d.ts +0 -8
- package/dist/translations/it.js +0 -23
- package/dist/translations/ja.d.ts +0 -8
- package/dist/translations/ja.js +0 -23
- package/dist/translations/ko.d.ts +0 -8
- package/dist/translations/ko.js +0 -23
- package/dist/translations/lt.d.ts +0 -8
- package/dist/translations/lt.js +0 -23
- package/dist/translations/lv.d.ts +0 -8
- package/dist/translations/lv.js +0 -23
- package/dist/translations/ms.d.ts +0 -8
- package/dist/translations/ms.js +0 -23
- package/dist/translations/nl.d.ts +0 -8
- package/dist/translations/nl.js +0 -23
- package/dist/translations/no.d.ts +0 -8
- package/dist/translations/no.js +0 -23
- package/dist/translations/pl.d.ts +0 -8
- package/dist/translations/pl.js +0 -23
- package/dist/translations/pt-br.d.ts +0 -8
- package/dist/translations/pt-br.js +0 -23
- package/dist/translations/pt.d.ts +0 -8
- package/dist/translations/pt.js +0 -23
- package/dist/translations/ro.d.ts +0 -8
- package/dist/translations/ro.js +0 -23
- package/dist/translations/ru.d.ts +0 -8
- package/dist/translations/ru.js +0 -23
- package/dist/translations/sk.d.ts +0 -8
- package/dist/translations/sk.js +0 -23
- package/dist/translations/sq.d.ts +0 -8
- package/dist/translations/sq.js +0 -23
- package/dist/translations/sr-latn.d.ts +0 -8
- package/dist/translations/sr-latn.js +0 -23
- package/dist/translations/sr.d.ts +0 -8
- package/dist/translations/sr.js +0 -23
- package/dist/translations/sv.d.ts +0 -8
- package/dist/translations/sv.js +0 -23
- package/dist/translations/th.d.ts +0 -8
- package/dist/translations/th.js +0 -23
- package/dist/translations/tk.d.ts +0 -8
- package/dist/translations/tk.js +0 -23
- package/dist/translations/tr.d.ts +0 -8
- package/dist/translations/tr.js +0 -23
- package/dist/translations/tt.d.ts +0 -8
- package/dist/translations/tt.js +0 -23
- package/dist/translations/uk.d.ts +0 -8
- package/dist/translations/uk.js +0 -23
- package/dist/translations/ur.d.ts +0 -8
- package/dist/translations/ur.js +0 -23
- package/dist/translations/vi.d.ts +0 -8
- package/dist/translations/vi.js +0 -23
- package/dist/translations/zh-cn.d.ts +0 -8
- package/dist/translations/zh-cn.js +0 -23
- package/dist/translations/zh.d.ts +0 -8
- package/dist/translations/zh.js +0 -23
- package/dist/types/augmentation.d.ts +0 -44
- package/dist/types/commands/acceptsuggestioncommand.d.ts +0 -28
- package/dist/types/commands/discardsuggestioncommand.d.ts +0 -28
- package/dist/types/commands/executeonallsuggestionscommand.d.ts +0 -28
- package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +0 -28
- package/dist/types/commands/trackchangescommand.d.ts +0 -30
- package/dist/types/index.d.ts +0 -20
- package/dist/types/integrations/aiassistant.d.ts +0 -21
- package/dist/types/integrations/alignment.d.ts +0 -21
- package/dist/types/integrations/basicstyles.d.ts +0 -21
- package/dist/types/integrations/blockquote.d.ts +0 -21
- package/dist/types/integrations/casechange.d.ts +0 -21
- package/dist/types/integrations/ckbox.d.ts +0 -21
- package/dist/types/integrations/codeblock.d.ts +0 -21
- package/dist/types/integrations/comments.d.ts +0 -18
- package/dist/types/integrations/deletecommand.d.ts +0 -21
- package/dist/types/integrations/entercommand.d.ts +0 -20
- package/dist/types/integrations/findandreplace.d.ts +0 -25
- package/dist/types/integrations/font.d.ts +0 -21
- package/dist/types/integrations/formatpainter.d.ts +0 -21
- package/dist/types/integrations/heading.d.ts +0 -21
- package/dist/types/integrations/highlight.d.ts +0 -21
- package/dist/types/integrations/horizontalline.d.ts +0 -21
- package/dist/types/integrations/htmlembed.d.ts +0 -21
- package/dist/types/integrations/image.d.ts +0 -21
- package/dist/types/integrations/imagereplace.d.ts +0 -21
- package/dist/types/integrations/imagestyle.d.ts +0 -21
- package/dist/types/integrations/importword.d.ts +0 -22
- package/dist/types/integrations/indent.d.ts +0 -21
- package/dist/types/integrations/inputcommand.d.ts +0 -20
- package/dist/types/integrations/legacylist.d.ts +0 -21
- package/dist/types/integrations/legacylistproperties.d.ts +0 -33
- package/dist/types/integrations/link.d.ts +0 -21
- package/dist/types/integrations/list.d.ts +0 -21
- package/dist/types/integrations/mediaembed.d.ts +0 -21
- package/dist/types/integrations/mention.d.ts +0 -21
- package/dist/types/integrations/pagebreak.d.ts +0 -21
- package/dist/types/integrations/paragraph.d.ts +0 -21
- package/dist/types/integrations/removeformat.d.ts +0 -21
- package/dist/types/integrations/restrictededitingmode.d.ts +0 -21
- package/dist/types/integrations/shiftentercommand.d.ts +0 -20
- package/dist/types/integrations/standardeditingmode.d.ts +0 -21
- package/dist/types/integrations/style.d.ts +0 -21
- package/dist/types/integrations/table.d.ts +0 -46
- package/dist/types/integrations/tablecaption.d.ts +0 -26
- package/dist/types/integrations/tableclipboard.d.ts +0 -23
- package/dist/types/integrations/tablecolumnresize.d.ts +0 -30
- package/dist/types/integrations/tableheadings.d.ts +0 -26
- package/dist/types/integrations/tablemergesplit.d.ts +0 -26
- package/dist/types/integrations/tableofcontents.d.ts +0 -21
- package/dist/types/integrations/tableproperties.d.ts +0 -31
- package/dist/types/integrations/template.d.ts +0 -21
- package/dist/types/integrations/title.d.ts +0 -21
- package/dist/types/integrations/undo.d.ts +0 -21
- package/dist/types/integrations/utils.d.ts +0 -25
- package/dist/types/suggestion.d.ts +0 -295
- package/dist/types/suggestiondescriptionfactory.d.ts +0 -187
- package/dist/types/trackchanges.d.ts +0 -184
- package/dist/types/trackchangesconfig.d.ts +0 -82
- package/dist/types/trackchangesdata.d.ts +0 -45
- package/dist/types/trackchangesediting.d.ts +0 -529
- package/dist/types/trackchangesui.d.ts +0 -42
- package/dist/types/ui/suggestioncontroller.d.ts +0 -41
- package/dist/types/ui/view/basesuggestionthreadview.d.ts +0 -174
- package/dist/types/ui/view/suggestionthreadview.d.ts +0 -186
- package/dist/types/utils/common-translations.d.ts +0 -13
- package/dist/types/utils/utils.d.ts +0 -34
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:()=>Qc,TrackChangesData:()=>ru,TrackChangesEditing:()=>Ec});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=["36qxvBWl","2532677zMddQt","11702207wTbvZn","has","forceDisabled","execute","_enableCommands","value","_enabledCommands","5607255scdouw","TrackChangesCommand","6HbnJJb","affectsData","25552Szwmof","refresh","isEnabled","155714zoVVtu","3249PARhXW","_disableUnsupportedCommands","editor","_isEnabledBasedOnSelection","clearForceDisabled","14769920IbIDiC","54LLnDEi","4WOKDpp","132737AIrdZj","commands"];return(u=function(){return t})()}function l(t,e){const n=u();return(l=function(t,e){return n[t-=326]})(t,e)}!function(t,e){const n=l,r=t();for(;;)try{if(763518===parseInt(n(343))/1+-parseInt(n(334))/2*(parseInt(n(341))/3)+parseInt(n(342))/4*(-parseInt(n(327))/5)+-parseInt(n(329))/6*(parseInt(n(346))/7)+-parseInt(n(331))/8*(parseInt(n(335))/9)+parseInt(n(340))/10+-parseInt(n(347))/11*(-parseInt(n(345))/12))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(326)]=e,this[n(352)]=!1,this[n(332)](),this[n(338)]=!1}[c(332)](){this[c(333)]=!0}[c(350)](){const t=c;this[t(352)]=!this[t(352)],this[t(352)]?this[t(336)]():this[t(351)]()}[c(336)](){const t=c;for(const e of this[t(337)][t(344)][t(344)]())e[t(330)]&&!this[t(326)][t(348)](e)&&e[t(349)](t(328))}[c(351)](){const t=c;for(const e of this[t(337)][t(344)][t(344)]())e[t(330)]&&!this[t(326)][t(348)](e)&&e[t(339)](t(328))}}const h=d;function g(){const t=["isEnabled","track-changes-accept-suggestion-not-found","refresh","11602fUersK","2658010ISuEGG","_isEnabledBasedOnSelection","canEditAt","6NQSAiN","2804224ABlJtg","14296lmWWNA","18bWsZkx","execute","49JGdQci","2047458RMEtZA","plugins","11351758sidjin","_suggestions","2527nnGyzA","editor","get","1332705npWGze","acceptSuggestion","getRanges","model","TrackChangesEditing"];return(g=function(){return t})()}function d(t,e){const n=g();return(d=function(t,e){return n[t-=131]})(t,e)}!function(t,e){const n=d,r=t();for(;;)try{if(387489===-parseInt(n(152))/1*(-parseInt(n(143))/2)+parseInt(n(153))/3+-parseInt(n(148))/4+parseInt(n(135))/5*(parseInt(n(147))/6)+parseInt(n(132))/7*(-parseInt(n(149))/8)+-parseInt(n(150))/9*(parseInt(n(144))/10)+parseInt(n(155))/11)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(131)]=e,this[n(142)](),this[n(145)]=!1}[h(142)](){this[h(140)]=!0}[h(151)](t){const n=h,r=this[n(131)][n(134)](t);if(!r)throw new e.CKEditorError(n(141),this);const s=r[n(137)]();this[n(133)][n(138)][n(146)](s)&&this[n(133)][n(154)][n(134)](n(139))[n(136)](r)}}const m=I;function I(t,e){const n=b();return(I=function(t,e){return n[t-=213]})(t,e)}!function(t,e){const n=I,r=t();for(;;)try{if(845385===-parseInt(n(236))/1+-parseInt(n(231))/2+-parseInt(n(217))/3+parseInt(n(228))/4*(-parseInt(n(223))/5)+parseInt(n(213))/6*(-parseInt(n(218))/7)+parseInt(n(229))/8+-parseInt(n(225))/9*(-parseInt(n(220))/10))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(219)]=e,this[n(216)](),this[n(230)]=!1}[m(216)](){this[m(226)]=!0}[m(227)](t){const n=m,r=this[n(219)][n(215)](t);if(!r)throw new e.CKEditorError(n(234),this);const s=r[n(222)]();this[n(232)][n(235)][n(221)](s)&&this[n(232)][n(233)][n(215)](n(214))[n(224)](r)}}function b(){const t=["_isEnabledBasedOnSelection","2008218hAqRBl","editor","plugins","track-changes-discard-suggestion-not-found","model","1241119qNNLxI","2012190jnXqCu","TrackChangesEditing","get","refresh","2296518QfamXh","7DZTVSC","_suggestions","1041310eJTOCO","canEditAt","getRanges","79245EAmCXV","discardSuggestion","261wiMxXl","isEnabled","execute","116VCVPQZ","13050448XvSAKe"];return(b=function(){return t})()}function T(t){const e=_;return t[e(175)](((t,n)=>e(163)==t[e(159)]&&e(163)!=n[e(159)]?-1:e(163)!=t[e(159)]&&e(163)==n[e(159)]?1:0))}function _(t,e){const n=k();return(_=function(t,e){return n[t-=156]})(t,e)}function y(t,e){const n=_;let r,s=0;const o=[],i=e[n(177)];for(;s<t[n(158)];){const a=t[s],c=t[s+1];r||(r=e[n(161)](a)),A(e,a,c)||(o[n(174)](e[n(189)](r,i[n(198)](a)?e[n(185)](a):e[n(194)](a,n(187)))),r=null),s++}return o}function A(t,e,n){const r=_;if(!n)return!1;const s=t[r(185)](e),o=t[r(161)](n);return s[r(170)](o)}!function(t,e){const n=_,r=t();for(;;)try{if(156678===-parseInt(n(200))/1*(-parseInt(n(193))/2)+parseInt(n(192))/3*(-parseInt(n(183))/4)+parseInt(n(171))/5*(parseInt(n(157))/6)+parseInt(n(166))/7*(-parseInt(n(186))/8)+-parseInt(n(182))/9+-parseInt(n(197))/10+-parseInt(n(168))/11*(-parseInt(n(172))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(k);function C(t,e,n){const r=_;for(;n[r(158)];){const s=n[r(160)](0,100);t[r(173)]((()=>{const t=r;for(const n of s)n[t(199)]&&e[t(180)](n.id)}))}}function k(){const t=["deletion","replace","content","11662KDUNoa","start","55LDuIdl","isArray","isTouching","1313440jtiJzs","1178460PTxEMq","change","push","sort","join","schema","add"," [color ","execute","getRanges","2149551hIIcYP","256WLoFgp","map","createPositionAfter","1256yuGris","end","from","createRange","isCollapsed","isMultiRange","3756rqqMGD","6qaIQQc","createPositionAt","value","next","1747350ixjPVN","isObject","isInContent","52743KvCiIv","isIntersecting","6FhbwCe","length","type","splice","createPositionBefore","color"];return(k=function(){return t})()}const R=N;function N(t,e){const n=L();return(N=function(t,e){return n[t-=110]})(t,e)}function L(){const t=["_suggestions","from","1326669QodJUB","isInContent","values","_isEnabledBasedOnSelection","isEnabled","model","420yFFMvz","4921259qYZHsY","execute","11105ootKqC","editor","getRanges","482514mofIeA","_command","1725196bOEgzy","refresh","202732rdtocs","canEditAt","some","10331000PHgJMo"];return(L=function(){return t})()}!function(t,e){const n=N,r=t();for(;;)try{if(482317===-parseInt(n(118))/1+parseInt(n(114))/2+parseInt(n(124))/3+-parseInt(n(116))/4+parseInt(n(111))/5*(-parseInt(n(130))/6)+-parseInt(n(131))/7+parseInt(n(121))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(L);class S extends t.Command{constructor(t,e,n){const r=N;super(t),this[r(115)]=e,this[r(122)]=n,this[r(117)](),this[r(127)]=!1}[R(117)](){const t=R,e=Array[t(123)](this[t(122)][t(126)]())[t(120)]((e=>e[t(125)]));this[t(128)]=this[t(115)][t(128)]&&e}[R(110)](){const t=R,e=T(Array[t(123)](this[t(122)][t(126)]()));for(const n of e){const e=n[t(113)]();if(!this[t(112)][t(129)][t(119)](e))return}C(this[t(112)][t(129)],this[t(115)],e)}}const v=M;function M(t,e){const n=O();return(M=function(t,e){return n[t-=300]})(t,e)}function O(){const t=["5575256QHxyKw","_command","execute","4190568asIbsq","9192QccJzc","values","_isEnabledBasedOnSelection","1940UKWnvt","from","document","isEnabled","7ThvyKF","3433480XCaGsl","canEditAt","6695001hzSaJl","model","_suggestions","editor","7868lUJCix","refresh","965447gngPvF","size","selection","getRanges","_selectedSuggestions","747xHYgKb"];return(O=function(){return t})()}!function(t,e){const n=M,r=t();for(;;)try{if(558729===-parseInt(n(301))/1+parseInt(n(325))/2*(parseInt(n(306))/3)+parseInt(n(310))/4+-parseInt(n(314))/5*(-parseInt(n(311))/6)+-parseInt(n(318))/7*(parseInt(n(307))/8)+-parseInt(n(321))/9+parseInt(n(319))/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(308)]=e,this[r(323)]=n,this[r(305)]=new Set,this[r(300)](),this[r(313)]=!1}[v(300)](){const t=v,e=this[t(324)][t(322)][t(316)][t(303)],n=Array[t(315)](this[t(323)][t(312)]());this[t(305)]=function(t,e){const n=_,r=Array[n(188)](t[n(181)]()),s=new Set;for(const o of e)if(o[n(199)])for(const e of r)for(const r of o[n(181)]())(e[n(156)](r)||t[n(190)]&&!o[n(191)]&&o[n(196)]&&r[n(187)][n(170)](e[n(167)]))&&s[n(178)](o);return s}(e,n),this[t(317)]=this[t(308)][t(317)]&&!!this[t(305)][t(302)]}[v(309)](){const t=v,e=T(Array[t(315)](this[t(305)]));for(const n of e){const e=n[t(304)]();if(!this[t(324)][t(322)][t(320)](e))return}C(this[t(324)][t(322)],this[t(308)],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 H(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])}}H.prototype.clear=F,H.prototype.delete=B,H.prototype.get=U,H.prototype.has=j,H.prototype.set=G;const V=H;const W=function(){this.__data__=new V,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 X=function(t){return this.__data__.has(t)};const q="object"==typeof global&&global&&global.Object===Object&&global;var Z="object"==typeof self&&self&&self.Object===Object&&self;const J=q||Z||Function("return this")();const Y=J.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=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 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 Ct=At(J,"Map");const kt=At(Object,"create");const Rt=function(){this.__data__=kt?kt(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 Lt=Object.prototype.hasOwnProperty;const St=function(t){var e=this.__data__;if(kt){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Lt.call(e,t)?e[t]:void 0};var vt=Object.prototype.hasOwnProperty;const Mt=function(t){var e=this.__data__;return kt?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]=kt&&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=Nt,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(Ct||V),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 Ht(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])}}Ht.prototype.clear=Dt,Ht.prototype.delete=Bt,Ht.prototype.get=Ut,Ht.prototype.has=jt,Ht.prototype.set=Gt;const Vt=Ht;const Wt=function(t,e){var n=this.__data__;if(n instanceof V){var r=n.__data__;if(!Ct||r.length<199)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Vt(r)}return n.set(t,e),this.size=n.size,this};function zt(t){var e=this.__data__=new V(t);this.size=e.size}zt.prototype.clear=W,zt.prototype.delete=z,zt.prototype.get=K,zt.prototype.has=X,zt.prototype.set=Wt;const Kt=zt;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 Zt=function(t,e,n){"__proto__"==e&&qt?qt(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)||Zt(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?Zt(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 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 Ce=Object.prototype.hasOwnProperty;const ke=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&&!Ce.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 Re=Object.prototype;const Ne=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Re)};const Le=function(t,e){return function(n){return t(e(n))}};const Se=Le(Object.keys,Object);var ve=Object.prototype.hasOwnProperty;const Me=function(t){if(!Ne(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&&de(t.length)&&!ct(t)};const we=function(t){return Oe(t)?ke(t):Me(t)};const Fe=function(t,e){return t&&Qt(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=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 Oe(t)?ke(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,He=Ge&&Ge.exports===je?J.Buffer:void 0,Ve=He?He.allocUnsafe:void 0;const We=function(t,e){if(e)return t.slice();var n=t.length,r=Ve?Ve(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 Xe=function(){return[]};var qe=Object.prototype.propertyIsEnumerable,Ze=Object.getOwnPropertySymbols;const Je=Ze?function(t){return null==t?[]:(t=Object(t),Ke(Ze(t),(function(e){return qe.call(t,e)})))}:Xe;const Ye=function(t,e){return Qt(t,Je(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=Le(Object.getPrototypeOf,Object);const tn=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)Qe(e,Je(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,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]",gn="[object WeakMap]",dn="[object DataView]",pn=dt(on),mn=dt(Ct),In=dt(an),En=dt(cn),bn=dt(un),Tn=it;(on&&Tn(new on(new ArrayBuffer(1)))!=dn||Ct&&Tn(new Ct)!=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 Cn=J.Uint8Array;const kn=function(t){var e=new t.constructor(t.byteLength);return new Cn(e).set(new Cn(t)),e};const Rn=function(t,e){var n=e?kn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Nn=/\w*$/;const Ln=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,vn=Sn?Sn.valueOf:void 0;const Mn=function(t){return vn?Object(vn.call(t)):{}};const On=function(t,e){var n=e?kn(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 kn(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 Ln(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||Ne(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 Hn=Gn?Ie(Gn):jn;var Vn="[object Arguments]",Wn="[object Function]",zn="[object Object]",Kn={};Kn[Vn]=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 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 ze(e,a)}else{var h=_n(e),g=h==Wn||"[object GeneratorFunction]"==h;if(fe(e))return We(e,c);if(h==zn||h==Vn||g&&!o){if(a=u||g?{}: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 d=i.get(e);if(d)return d;i.set(e,a),Hn(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 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 Zn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Jn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\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&&!Zn(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||Vt),n}$n.Cache=Vt;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(Zn(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||Zn(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 Vt;++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 Cr=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 Cn(t),new Cn(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 kr=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:kr.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]",Lr="[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?Lr:_n(t),u=a?Lr:_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):Cr(t,e,c,n,r,s,o);if(!(1&n)){var g=l&&vr.call(t,"__wrapped__"),d=f&&vr.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),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=Gr;function Gr(t,e){const n=Hr();return(Gr=function(t,e){return n[t-=489]})(t,e)}function Hr(){const t=["addMarker","author","authoredAt","split","end","getContainedElement","setAttribute","9sJPZLg","132XWCGbK","head","_onAccept","isExternal","delete","filter","previous","isInContent","map","1670904dZZmwR","substr","push","@external","removeAttribute","_onAttributesChange","onAccept","309992RdFQrh","getMultiRangeId","getAllAdjacentSuggestions","removeMarkers","399300GNkwCf","next","start","isIntersectingWithRange","suggestion:","clear","creator","add","markers","accept","_model","getRange","2922432FJdnpb","35lrwnNx","addMarkerName","onAttributesChange","nodeAfter","isMultiRange","length","attributes","change","_saved","commentThread","getMarkerNames","type","from","353474ipRnlH","hasComments","onDiscard","createdAt","getItems","_onDiscard","get","getFirstMarker","data","1XPofYM","_markerNames","_isDataLoaded","nodeBefore","toJSON","discard","isIntersecting","subType","getMarkers","8366974JTNbIw","getFirstRange","addRange","decorate","removeMarker","getRanges","set","size","43045dqHvIe","reduce"];return(Hr=function(){return t})()}!function(t,e){const n=Gr,r=t();for(;;)try{if(409721===parseInt(n(494))/1*(parseInt(n(567))/2)+parseInt(n(530))/3+-parseInt(n(521))/4*(parseInt(n(511))/5)+parseInt(n(553))/6+-parseInt(n(554))/7*(-parseInt(n(537))/8)+parseInt(n(520))/9*(parseInt(n(541))/10)+-parseInt(n(503))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Hr);class Vr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Gr;super(),this[n(496)]=!1,this.id=e.id,this[n(565)]=e[n(565)],this[n(501)]=e[n(501)]||null,this[n(514)]=e[n(514)],this[n(547)]=e[n(547)]||e[n(514)],this[n(524)]=Boolean(e[n(560)]&&e[n(560)][n(533)]),this[n(493)]=null,this[n(551)]=t,this[n(523)]=e[n(536)],this[n(490)]=e[n(569)],this[n(535)]=e[n(556)],this[n(495)]=new Set,this[n(570)]=null,this[n(509)](n(515),null),this[n(509)](n(560),e[n(560)]||{}),this[n(509)](n(527),null),this[n(509)](n(542),null),this[n(509)](n(563),null),this[n(509)](n(562),!1),this[n(506)](n(550)),this[n(506)](n(499))}get[jr(522)](){const t=jr;let e=this;for(;e[t(527)];)e=e[t(527)];return e}get[jr(568)](){const t=jr;return!!this[t(563)]&&this[t(563)][t(559)]>0}get[jr(558)](){const t=jr;return 0!=this[t(495)][t(510)]&&6==Array[t(566)](this[t(495)])[0][t(516)](":")[t(559)]}get[jr(528)](){return null!==this[jr(492)]()}[jr(555)](t){const e=jr;this[e(495)][e(548)](t)}[jr(564)](){const t=jr;return Array[t(566)](this[t(495)])}[jr(502)](){const t=jr;return this[t(564)]()[t(529)]((e=>this[t(551)][t(549)][t(491)](e)))[t(526)]((t=>t))}[jr(492)](){return this[jr(502)]()[0]||null}[jr(540)](){const t=jr;this[t(551)][t(561)]((e=>{const n=t;for(const t of this[n(502)]())e[n(507)](t)})),this[t(495)][t(546)]()}[jr(507)](t){const e=jr;this[e(551)][e(561)]((n=>{n[e(507)](t)})),this[e(495)][e(525)](t)}[jr(505)](t){const e=jr,n=e(545)+this[e(565)]+":"+this[e(501)]+":"+this.id+":"+this[e(547)].id+":"+Vr[e(538)]();this[e(555)](n),this[e(551)][e(561)]((r=>{r[e(513)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(544)](t){const e=jr;for(const n of this[e(508)]())if(n[e(500)](t))return!0;return!1}[jr(508)](){const t=jr;return this[t(502)]()[t(529)]((e=>e[t(552)]()))}[jr(489)](){const t=jr;return this[t(508)]()[t(512)](((e,n)=>[...e,...n[t(489)]()]),[])}[jr(504)](){const t=jr;var e;return(null===(e=this[t(492)]())||void 0===e?void 0:e[t(552)]())||null}[jr(518)](){const t=jr,e=this[t(508)]();if(1!=e[t(559)])return null;const n=e[0],r=n[t(543)][t(557)],s=n[t(517)][t(497)];return r instanceof i.Element?r!=s?null:r:null}[jr(550)](){const t=jr;this[t(523)](this[t(508)](),this[t(493)],this[t(560)]),this[t(540)]()}[jr(499)](){const t=jr;this[t(490)](this[t(508)](),this[t(493)],this[t(560)]),this[t(540)]()}[jr(539)](){const t=jr,e=[];let n=this[t(522)];for(;n;)e[t(532)](n),n=n[t(542)];return e}[jr(519)](t,e){const n=jr,r=qn(this[n(560)]);hr(r,t,e),wr(r,this[n(560)])||(this[n(560)]=r,this[n(535)](r))}[jr(534)](t){const e=jr,n=qn(this[e(560)]);Ur(n,t),wr(n,this[e(560)])||(this[e(560)]=n,this[e(535)](this[e(560)]))}[jr(498)](){const t=jr;return{id:this.id,type:this[t(501)]?this[t(565)]+":"+this[t(501)]:this[t(565)],authorId:this[t(547)].id,createdAt:this[t(570)],hasComments:this[t(568)],data:this[t(493)],attributes:this[t(560)]}}static[jr(538)](){const t=jr;return(0,e.uid)()[t(531)](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=Kr;function Kr(t,e){const n=Xr();return(Kr=function(t,e){return n[t-=295]})(t,e)}function Xr(){const t=["format","_itemLabels","set","quantity","_itemLabelsCallbacks","getWalker","removeFormat","matchingCallback","_schema","remove","getFirstRange","registerElementLabel","3160972JbARSS","30BppIOz","label","getDescriptions","insertion","REPLACE_TEXT","ELEMENT_SPACE","$text","3wtlKaF","checkChild","elementEnd","*Merge:* %0","isEqual","*Insert:* %0","replace","newValue","registerDescriptionCallback","_handleRenameSuggestionDescription","addEmptyContainer","_addDescriptionItems","4802030NXoUUk","deletion","end","type","map","858998OFxjyg","*Change to:* %0","skip","$textProxy","get","isEmpty","add","registerAttributeLabel","element","addContainer","start","nodeAfter","Container","3054216GRoFmu","nextSibling","match","54306uEftUB","getItemLabel","isObject","$1 $2","1576kBlSoR","*Remove:* %0","indexOf","subType","addObject","47384580ihBoNN","2LWlaqw","join","softBreak","has","elementStart","pop","Object","isInContent","_customCallbacks","length","text","addFormat","*Split:* %0","*Remove format:* %0","_attributeLabels","data","_resolveDescriptionItems","removeContainer","removeObject","EmptyContainer","name","item","*Set format:* %0","push","_locale","removeEmptyContainer","3258FlJSdy","5334iyqtnu","normal","previousSibling","function","_handleAttributeSuggestionDescription","_handleInsertRemoveSuggestionDescription","attribute","_handleCustomCallbackDescription","key"];return(Xr=function(){return t})()}!function(t,e){const n=Kr,r=t();for(;;)try{if(824448===-parseInt(n(353))/1*(parseInt(n(327))/2)+parseInt(n(310))/3*(-parseInt(n(302))/4)+parseInt(n(322))/5+-parseInt(n(379))/6*(parseInt(n(380))/7)+-parseInt(n(347))/8*(parseInt(n(343))/9)+-parseInt(n(303))/10*(parseInt(n(340))/11)+parseInt(n(352))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xr);class qr{constructor(t,e){const n=Kr;this[n(361)]=[],this[n(390)]=new Map,this[n(393)]=[],this[n(367)]=new Map,this[n(298)]=t,this[n(377)]=e}[zr(305)](t){const e=zr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(362)];o++){const i=t[o];if(!i[e(360)])continue;const a=this[e(387)](i);if(a){if(null!=i[e(350)]){if(r[e(356)](i[e(350)]))continue;r[e(333)](i[e(350)])}n[e(376)](a)}else if(e(386)!=i[e(325)])e(306)!=i[e(325)]&&e(323)!=i[e(325)]||this[e(385)](n,i,t[o+1]);else{const t=i[e(368)][e(388)];if(s[e(356)](t))continue;s[e(333)](i[e(368)][e(388)]),t==Ic?this[e(319)](n,i):this[e(384)](n,i)}}return this[e(369)](n)}[zr(318)](t){const e=zr;this[e(361)][e(376)](t)}[zr(301)](t,n,r=e.priorities[zr(381)]){const s=zr;s(383)==typeof t?(0,e.insertToPriorityArray)(this[s(393)],{matchingCallback:t,label:n,priority:r}):this[s(390)][s(391)](t,n)}[zr(334)](t,e){const n=zr;this[n(367)][n(391)](t,e)}[zr(344)](t,e=1){const n=zr;let r;for(const e of this[n(393)])if(e[n(297)](t)){r=e[n(304)];break}return r||(r=this[n(390)][n(331)](t[n(373)])),r?r(e):1!==e?e+" "+t[n(373)]+"s":""+t[n(373)]}[zr(321)](t,e){const n=zr,r=e[n(300)]()[n(295)](),s=n(306)==e[n(325)]?n(333):n(299);for(const e of r){const o=e[n(374)],i=t[t[n(362)]-1];if(o.is(n(330)))i&&i[n(325)][n(349)](n(339))>-1&&t[n(358)](),i&&n(363)==i[n(325)]?i[s]+=o[n(368)]:t[n(376)]({type:n(363),add:n(333)==s?o[n(368)]:"",remove:n(299)==s?o[n(368)]:""});else if(this[n(298)][n(345)](o)){const a=o;if(i&&i[n(325)][n(349)](n(339))>-1&&t[n(358)](),n(312)==e[n(325)])continue;i&&i[n(325)]==s+n(359)&&i[n(335)][n(373)]==a[n(373)]?i[n(392)]++:t[n(376)]({type:s+n(359),element:a,quantity:1}),r[n(329)]((t=>!(n(312)==t[n(325)]&&t[n(374)]==o)))}else if(this[n(298)][n(311)](o,n(309))||o.is(n(335),n(355))){const r=o;if(n(333)==s&&n(357)==e[n(325)]||n(299)==s&&n(312)==e[n(325)])continue;if(i&&-1==i[n(325)][n(349)](n(339))){n(363)==i[n(325)]&&(i[s]+="\n");continue}let a;if(a=n(333)==s?r[n(341)]&&!this[n(298)][n(345)](r[n(341)])?r[n(341)]:null:r[n(382)]&&!this[n(298)][n(345)](r[n(382)])?r[n(382)]:null,r[n(332)]||a&&a[n(332)]){const e=a&&a[n(332)]?a:r;i&&i[n(325)]==s+n(372)&&i[n(335)][n(373)]==e[n(373)]?i[n(392)]++:t[n(376)]({type:s+n(372),element:e,quantity:1})}else t[n(376)]({type:s+n(339),element:r})}}}[zr(369)](t){const e=zr,n=this[e(377)],r=[],s=[],o=[];for(const i of t)switch(i[e(325)]){case e(363):if(i[e(333)]=i[e(333)][e(316)](/(\S)\u000A+(\S)/g,e(346))[e(316)](/\u000A/g,""),i[e(299)]=i[e(299)][e(316)](/(\S)\u000A+(\S)/g,e(346))[e(316)](/\u000A/g,""),""!=i[e(333)]&&""!=i[e(299)]){r[e(376)]({type:e(316),content:Wr(n,e(307),['"'+i[e(299)]+'"','"'+i[e(333)]+'"'])});continue}if(null!=i[e(333)][e(342)](/^ +$/)){r[e(376)]({type:e(306),content:Wr(n,e(315),Wr(n,e(308),i[e(333)][e(362)]))});continue}if(null!=i[e(299)][e(342)](/^ +$/)){r[e(376)]({type:e(323),content:Wr(n,e(348),Wr(n,e(308),i[e(299)][e(362)]))});continue}if(""!=i[e(333)]){r[e(376)]({type:e(306),content:Wr(n,e(315),'"'+i[e(333)]+'"')});continue}r[e(376)]({type:e(323),content:Wr(n,e(348),'"'+i[e(299)]+'"')});continue;case e(320):case e(351):r[e(376)]({type:e(306),content:Wr(n,e(315),this[e(344)](i[e(335)],i[e(392)]))});continue;case e(378):case e(371):r[e(376)]({type:e(323),content:Wr(n,e(348),this[e(344)](i[e(335)],i[e(392)]))});continue;case e(336):r[e(376)]({type:e(306),content:Wr(n,e(365),this[e(344)](i[e(335)],i[e(392)]))});continue;case e(370):r[e(376)]({type:e(323),content:Wr(n,e(313),this[e(344)](i[e(335)],i[e(392)]))});continue;case e(364):s[e(376)](i[e(388)]);continue;case e(296):o[e(376)](i[e(388)]);continue;default:r[e(376)](i)}if(s[e(362)]){const t=s[e(326)]((t=>this[e(367)][e(356)](t)?this[e(367)][e(331)](t):t))[e(354)](", ");r[e(376)]({type:e(389),content:Wr(this[e(377)],e(375),t)})}if(o[e(362)]){const t=o[e(326)]((t=>this[e(367)][e(356)](t)?this[e(367)][e(331)](t):t))[e(354)](", ");r[e(376)]({type:e(389),content:Wr(this[e(377)],e(366),t)})}return r}[zr(387)](t){const e=zr;for(const n of this[e(361)]){const r=n(t);if(r&&e(325)in r)return r}}[zr(384)](t,e){const n=zr,r=e[n(368)],s=void 0===r[n(317)]?n(296):n(364);t[n(376)]({type:s,key:r[n(388)]})}[zr(319)](t,e){const n=zr;t[n(376)]({type:n(389),content:Wr(this[n(377)],n(328),this[n(344)](e[n(300)]()[n(337)][n(338)],1))})}[zr(385)](t,e,n){const r=zr;if(this[r(321)](t,e),n&&n[r(300)]()&&!e[r(300)]()[r(324)][r(314)](n[r(300)]()[r(337)])){const n=t[t[r(362)]-1],s=r(306)==e[r(325)]?r(333):r(299);n&&r(363)==n[r(325)]&&(n[s]+="\n")}}}function Zr(){const t=["78oGmswx","showAIAssistant","editor","620435NLhSZw","19648kpJoTI","plugins","414AkenLs","7883464hPDCCh","get","12846170rGIpnZ","TrackChangesEditing","afterInit","4049955viguVs","commands","6109208OyQuHs","enableCommand","18yLdCGM","140557jUGoBY"];return(Zr=function(){return t})()}const Jr=Yr;function Yr(t,e){const n=Zr();return(Yr=function(t,e){return n[t-=478]})(t,e)}!function(t,e){const n=Yr,r=t();for(;;)try{if(861382===parseInt(n(485))/1+parseInt(n(490))/2*(-parseInt(n(492))/3)+parseInt(n(482))/4+-parseInt(n(489))/5*(parseInt(n(486))/6)+parseInt(n(480))/7+-parseInt(n(493))/8+parseInt(n(484))/9*(parseInt(n(495))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zr);class Qr extends t.Plugin{[Jr(479)](){const t=Jr,e=this[t(488)],n=e[t(491)][t(494)](t(478));e[t(481)][t(494)](t(487))&&n[t(483)](t(487))}}function $r(t,e){const n=es();return($r=function(t,e){return n[t-=395]})(t,e)}const ts=$r;function es(){const t=["registerDescriptionCallback","FORMAT_ALIGNMENT","value","type","justify","_enableDefaultAttributesIntegration","AlignmentEditing","2AigSuc","formatBlock","locale","has","plugins","5616660NVkHQk","get","4320547FELWns","2115915yzGBPF","_registerLegacyDescription","FORMAT_ALIGN_TO_CENTER","FORMAT_ALIGN_TO_LEFT","format","right","30502320lgViqY","afterInit","36jOYVzW","*Format:* %0","FORMAT_ALIGN_TO_RIGHT","registerAttributeLabel","commandName","alignment","FORMAT_JUSTIFY_TEXT","_descriptionFactory","91951JMbtdM","center","left","editor","6028LVmLeA","commandParams","1258216PxiPPp","TrackChangesEditing","2280MhkqRZ"];return(es=function(){return t})()}!function(t,e){const n=$r,r=t();for(;;)try{if(625683===-parseInt(n(408))/1*(-parseInt(n(424))/2)+parseInt(n(416))/3*(-parseInt(n(412))/4)+-parseInt(n(432))/5+-parseInt(n(429))/6+parseInt(n(431))/7+-parseInt(n(414))/8*(parseInt(n(400))/9)+parseInt(n(398))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(es);class ns extends t.Plugin{[ts(399)](){const t=ts,e=this[t(411)],n=e[t(426)];if(!e[t(428)][t(427)](t(423)))return;const r=e[t(428)][t(430)](t(415));r[t(422)](t(405),[],[t(405)]),r[t(407)][t(403)](t(405),Wr(n,t(418))),this[t(433)]()}[ts(433)](){const t=ts,e=this[t(411)],n=e[t(426)];e[t(428)][t(430)](t(415))[t(407)][t(417)]((e=>{const r=t;if(r(425)!=e[r(420)])return;const{data:s}=e;if(s&&r(405)==s[r(404)]){const t=s[r(413)][0][r(419)];return{type:r(396),content:Wr(n,r(401),function(t){const e=r;switch(t){case e(410):return Wr(n,e(395));case e(397):return Wr(n,e(402));case e(409):return Wr(n,e(434));case e(421):return Wr(n,e(406))}}(t))}}}))}}const rs=is;function ss(){const t=["FORMAT_SUPERSCRIPT","678cdrxhx","get","739104mbeTNz","_registerLegacyDescription","SubscriptEditing","underline","italic","FORMAT_SUBSCRIPT","commandName","locale","forceValue","CodeEditing","superscript","TrackChangesEditing","FORMAT_UNDERLINE","format","commandParams","subscript","afterInit","FORMAT_BOLD","ItalicEditing","BoldEditing","slice","FORMAT_ITALIC","FORMAT_","editor","FORMAT_STRIKETHROUGH","3HngnUI","66450WfzwAP","*Remove format:* %0","8PWSOzG","*Format:* %0","FORMAT_CODE","bold","toLowerCase","toUpperCase","StrikethroughEditing","SuperscriptEditing","registerAttributeLabel","strikethrough","6267177fulTob","4792011MYcQEX","UnderlineEditing","14418492fhvkDB","type","plugins","1777aRMUoS","formatInline","has","_descriptionFactory","589364BMOvzw","registerDescriptionCallback","_enableDefaultAttributesIntegration","10zRIuno","code"];return(ss=function(){return t})()}!function(t,e){const n=is,r=t();for(;;)try{if(462914===-parseInt(n(208))/1*(parseInt(n(218))/2)+parseInt(n(189))/3*(-parseInt(n(212))/4)+parseInt(n(190))/5+-parseInt(n(220))/6+-parseInt(n(203))/7+parseInt(n(192))/8*(parseInt(n(202))/9)+parseInt(n(215))/10*(parseInt(n(205))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ss);const os=[rs(183),rs(182),rs(204),rs(229),rs(198),rs(222),rs(199)];function is(t,e){const n=ss();return(is=function(t,e){return n[t-=182]})(t,e)}class as extends t.Plugin{[rs(236)](){const t=rs,e=this[t(187)],n=e[t(207)][t(219)](t(231)),r=e[t(227)];for(const s of os){if(!e[t(207)][t(210)](s))continue;const o=s[t(184)](0,-7)[t(196)](),i=t(186)+o[t(197)]();n[t(214)](o,[o]),n[t(211)][t(200)](o,Wr(r,i))}this[t(221)]()}[rs(221)](){const t=rs,e=this[t(187)],n=e[t(227)],r=e[t(207)][t(219)](t(231));function s(e,s){const o=t;r[o(211)][o(213)]((t=>{const r=o;if(r(209)!=t[r(206)])return;const{data:i}=t;return i&&i[r(226)]===e?i[r(234)][0][r(228)]?{type:r(233),content:Wr(n,r(193),s)}:{type:r(233),content:Wr(n,r(191),s)}:void 0}))}s(t(195),Wr(n,t(237))),s(t(224),Wr(n,t(185))),s(t(223),Wr(n,t(232))),s(t(216),Wr(n,t(194))),s(t(201),Wr(n,t(188))),s(t(235),Wr(n,t(225))),s(t(230),Wr(n,t(217)))}}function cs(t,e){const n=ls();return(cs=function(t,e){return n[t-=321]})(t,e)}const us=cs;function ls(){const t=["forceValue","BlockQuoteEditing","from","commandName","3166205yAbXXd","markBlockFormat","schema","4KOKqKw","checkChild","ELEMENT_BLOCK_QUOTE","parent","locale","name","5358654JrfYTT","29539NiLoRv","change","blockQuote","enableCommand","8ICUyuv","has","23340070VVjcWY","document","444177zeMErJ","selection","filter","afterInit","14ywGWOc","format","value","7821786UKsmOd","getSelectedBlocks","plugins","commandParams","*Set format:* %0","_descriptionFactory","TrackChangesEditing","*Remove format:* %0","commands","$root","4632810tTejPO","registerDescriptionCallback","get","editor","model"];return(ls=function(){return t})()}!function(t,e){const n=cs,r=t();for(;;)try{if(740287===parseInt(n(326))/1+parseInt(n(338))/2*(-parseInt(n(334))/3)+parseInt(n(363))/4*(-parseInt(n(360))/5)+parseInt(n(341))/6+-parseInt(n(351))/7*(parseInt(n(330))/8)+-parseInt(n(325))/9+parseInt(n(332))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ls);class fs extends t.Plugin{[us(337)](){const t=us,e=this[t(354)],n=e[t(323)];if(!e[t(343)][t(331)](t(357)))return;const r=e[t(343)][t(353)](t(347)),s=this[t(354)][t(349)][t(353)](t(328));r[t(329)](t(328),((n,o={})=>{const i=t,a=this[i(354)][i(355)][i(333)][i(335)],c=o&&void 0!==o[i(356)]?o[i(356)]:!s[i(340)];let u=[];if(c){const t=Array[i(358)](a[i(342)]())[i(336)]((t=>hs(t)||function(t,e){const n=i,r=e[n(364)](t[n(322)],n(328)),s=e[n(364)]([n(350),n(328)],t);return r&&s}(t,this[i(354)][i(355)][i(362)])));u=y(t,e[i(355)])}else{const t=Array[i(358)](a[i(342)]())[i(336)]((t=>hs(t)));u=y(t,e[i(355)])}e[i(355)][i(327)]((()=>{const t=i;for(const e of u)r[t(361)](e,{commandName:t(328),commandParams:[{forceValue:c}]})}))})),r[t(346)][t(352)]((e=>{const r=t,{data:s}=e;if(s&&r(328)==s[r(359)]){const t=Wr(n,r(321));return s[r(344)][0][r(356)]?{type:r(339),content:Wr(n,r(345),t)}:{type:r(339),content:Wr(n,r(348),t)}}}))}}function hs(t){const e=us;return e(328)==t[e(322)][e(324)]}const gs=ps;!function(t,e){const n=ps,r=t();for(;;)try{if(677957===-parseInt(n(287))/1*(-parseInt(n(295))/2)+-parseInt(n(285))/3+-parseInt(n(294))/4+parseInt(n(292))/5*(parseInt(n(291))/6)+parseInt(n(293))/7*(parseInt(n(299))/8)+-parseInt(n(288))/9+-parseInt(n(282))/10*(-parseInt(n(298))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ms);class ds extends t.Plugin{[gs(290)](){const t=gs,e=this[t(289)];e[t(286)][t(297)](t(302))&&(e[t(286)][t(281)](t(283))[t(284)](t(300)),e[t(286)][t(281)](t(283))[t(284)](t(301)),e[t(286)][t(281)](t(283))[t(284)](t(296)))}}function ps(t,e){const n=ms();return(ps=function(t,e){return n[t-=281]})(t,e)}function ms(){const t=["plugins","29AQbJny","2943099rtfflv","editor","afterInit","3929784HzkbOd","10YLjEdS","7ZwAVbH","4306920GAJsNK","32782ZtVNVK","changeCaseTitle","has","1599323jBtmkJ","2032760EXolQS","changeCaseUpper","changeCaseLower","CaseChange","get","80FNOuLp","TrackChangesEditing","enableCommand","3362424wCZJVj"];return(ms=function(){return t})()}const Is=Es;function Es(t,e){const n=bs();return(Es=function(t,e){return n[t-=282]})(t,e)}function bs(){const t=["1197724IydAIA","commands","652176AKxAZS","plugins","2njsFpp","2033350aZcPMZ","81ysulTR","editor","14754ENsBZR","829315hFgzEQ","7301160fhADSk","get","4109rjdgPl","11zKVymq","1566597bttcjM","enableCommand","ckbox","afterInit","TrackChangesEditing"];return(bs=function(){return t})()}!function(t,e){const n=Es,r=t();for(;;)try{if(912549===-parseInt(n(298))/1+-parseInt(n(293))/2*(-parseInt(n(284))/3)+parseInt(n(289))/4+-parseInt(n(299))/5+parseInt(n(297))/6*(parseInt(n(282))/7)+-parseInt(n(291))/8*(-parseInt(n(295))/9)+parseInt(n(294))/10*(parseInt(n(283))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bs);class Ts extends t.Plugin{[Is(287)](){const t=Is,e=this[t(296)];e[t(290)][t(300)](t(286))&&e[t(292)][t(300)](t(288))[t(285)](t(286))}}const _s=Cs;function ys(){const t=["TrackChangesEditing","forceValue","label","getSelectedBlocks","*Remove format:* %0","*Set format:* %0","272OSsvHh","isLimit","get","5OTHtME","config","rootElement","parent","languages","commands","formatBlock","checkChild","138300Keaumd","find","7104490gKTSiY","blockName","language","change","commandParams","7257AdiZTU","from","enableCommand","editor","afterInit","184233UWzOZy","name","298ERlUdX","model","indentCodeBlock","selection","has","commandName","3984356VAPcpR","outdentCodeBlock","value","type","ELEMENT_CODE_BLOCK","format","_descriptionFactory","registerElementLabel","codeBlock","3771468PojZPo","registerDescriptionCallback","plugins","markBlockFormat","CodeBlock","7139808siDFUn","locale","toLowerCase","filter","document","schema"];return(ys=function(){return t})()}!function(t,e){const n=Cs,r=t();for(;;)try{if(517021===-parseInt(n(431))/1+parseInt(n(445))/2*(-parseInt(n(438))/3)+-parseInt(n(451))/4*(-parseInt(n(423))/5)+parseInt(n(460))/6+-parseInt(n(443))/7*(-parseInt(n(420))/8)+-parseInt(n(465))/9+-parseInt(n(433))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ys);class As extends t.Plugin{[_s(442)](){const t=_s,e=this[t(441)];if(!e[t(462)][t(449)](t(464)))return;const n=e[t(462)][t(422)](t(471)),r=e[t(466)],s=e[t(424)][t(422)](t(459))[t(427)],o=e[t(428)][t(422)](t(459));n[t(440)](t(447)),n[t(440)](t(452)),n[t(440)](t(459),((r,i={})=>{const a=t,c=e[a(446)],u=e[a(446)][a(469)][a(448)],l=i&&void 0!==i[a(472)]?i[a(472)]:!o[a(453)];let f;i[a(435)]||(i[a(435)]=s[0][a(435)]),f=l?Array[a(439)](u[a(417)]())[a(468)]((t=>ks(t)||function(t,e){const n=a;return!t.is(n(425))&&!e[n(421)](t)&&e[n(430)](t[n(426)],n(459))}(t,c[a(470)]))):Array[a(439)](u[a(417)]())[a(468)]((t=>ks(t)));const h=y(f,c);c[a(436)]((()=>{const t=a;for(const e of h)n[t(463)](e,{commandName:t(459),commandParams:[{...i,forceValue:l}],formatGroupId:t(434)})}))})),n[t(457)][t(458)](t(459),(e=>Wr(r,t(455),e))),n[t(457)][t(461)]((e=>{const n=t;if(n(429)!=e[n(454)])return;const o=r.t,{data:i}=e;if(!i||n(459)!=i[n(450)])return;const a=i[n(437)][0][n(435)],c=o(s[n(432)]((t=>t[n(435)]===a))[n(416)])[n(467)]();return i[n(437)][0][n(472)]?{type:n(456),content:Wr(r,n(419),Wr(r,n(455),1)+" ("+c+")")}:{type:n(456),content:Wr(r,n(418),Wr(r,n(455),1))}}))}}function Cs(t,e){const n=ys();return(Cs=function(t,e){return n[t-=416]})(t,e)}function ks(t){const e=_s;return e(459)==t[e(444)]}function Rs(){const t=["900306FPPISB","TrackChangesEditing","editor","5871414LvTXqe","afterInit","289204wDttXb","5PEMFak","15077630BpJGrV","88wKCdwj","has","addCommentThread","3DcsLkm","2999717YitiOx","plugins","get","CommentsEditing","3219850bCBtuz","enableCommand","648240MaTsbV"];return(Rs=function(){return t})()}const Ns=Ls;function Ls(t,e){const n=Rs();return(Ls=function(t,e){return n[t-=437]})(t,e)}!function(t,e){const n=Ls,r=t();for(;;)try{if(925105===parseInt(n(454))/1+-parseInt(n(452))/2*(parseInt(n(447))/3)+parseInt(n(441))/4+parseInt(n(442))/5*(parseInt(n(439))/6)+parseInt(n(448))/7+-parseInt(n(444))/8*(parseInt(n(455))/9)+parseInt(n(443))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Rs);class Ss extends t.Plugin{[Ns(440)](){const t=Ns,e=this[t(438)];e[t(449)][t(445)](t(451))&&e[t(449)][t(450)](t(437))[t(453)](t(446))}}var vs=n(834);function Ms(){const t=["addHighlight","includes","9812142gCWuCl","ck-suggestion-marker--active","elementEnd","isLimit","listIndent","hasAttribute","createUIElement","getAttribute","nextSibling","2RxGRNK","isAtEnd","6145006LVznbX","471CuroEJ","bindElementToMarker","toViewElement","createRangeOn","8bMKaKi","model","type","insert","writer","96nKNPvC","plugins","parent","test","13932040dEOdBL","name","previousPosition","TrackChangesEditing","12872Yxchqs","markerName","schema","mapper","getCustomProperty","isBlock","getItems","consumable","isContent","toViewPosition","267160OIwRKQ","activeMarkers","item","listItem","ck-suggestion-marker-","span","element","push","62242ypoUll","get","markerRange","addClass","209vxRIUq","getWalker","606036aEqoZZ","start"];return(Ms=function(){return t})()}function Os(t,e,n){const r=ws,s=[];for(const o of e[r(374)]())o[r(401)](t)&&s[r(385)](n[r(411)](o));return s}function ws(t,e){const n=Ms();return(ws=function(t,e){return n[t-=365]})(t,e)}function Fs(t,e,{showActiveMarker:n=!0}={}){const r=ws,s=t[r(418)][r(387)](r(367));return(o,i,a)=>{const c=r;if(!a[c(375)][c(420)](i[c(388)],o[c(365)]))return;const u=i[c(388)][c(391)](),l=i[c(388)][c(393)],f=t[c(413)][c(370)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(380)];d=d||f[c(376)](e);const n=a[c(371)][c(410)](e);if(n&&n[c(372)](c(394)))return;c(398)==t[c(414)]&&f[c(373)](e)&&!f[c(399)](e)&&(e[c(404)]||l[c(406)]?h&&h[c(419)]==e||(h=e,m(t[c(366)]),p=!0):g=g||t[c(366)])}function m(t){const r=c,o=a[r(416)][r(402)](r(383),{class:r(382)+e}),u=a[r(371)][r(377)](t);n&&s[r(379)][r(395)](i[r(369)])&&a[r(416)][r(389)](r(397),o),a[r(416)][r(415)](u,o),a[r(371)][r(409)](o,i[r(369)])}d||p||!g||m(g)}}!function(t,e){const n=ws,r=t();for(;;)try{if(718001===-parseInt(n(386))/1*(parseInt(n(405))/2)+-parseInt(n(408))/3*(parseInt(n(368))/4)+parseInt(n(378))/5*(-parseInt(n(417))/6)+parseInt(n(407))/7*(parseInt(n(412))/8)+-parseInt(n(396))/9+parseInt(n(421))/10+parseInt(n(390))/11*(parseInt(n(392))/12))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-=164]})(t,e)}function xs(){const t=["2289946GCAYBK","data","end","modifySelection","getFirstRange","removeMarker:suggestion:deletion","delete","detach","editing","12405qHFQGH","document","selection","785803BirdLv","deleteForward","9101310NJoKmh","merge","334816jdsfVC","high","315poelLe","get","fromRange","markerName","unit","createRange","bind","start","options","isCollapsed","forward","createSelection","remove","markerNameToElements","batch","buffer","356toMqvz","init","model","showSuggestionHighlights","writer","rootName","setSelection","122283eVofTq","addMarker:suggestion:deletion","enableCommand","uiElement","unbindElementFromMarkerName","commands","$graveyard","mapper","15699360tJRSTF","lock","192QuTEtD","root","unlock","editor","requires","enqueueChange","TrackChangesEditing","plugins","downcastDispatcher"];return(xs=function(){return t})()}!function(t,e){const n=Ps,r=t();for(;;)try{if(932421===parseInt(n(220))/1+parseInt(n(208))/2+parseInt(n(217))/3*(parseInt(n(182))/4)+-parseInt(n(222))/5+parseInt(n(199))/6*(parseInt(n(189))/7)+parseInt(n(164))/8*(parseInt(n(166))/9)+-parseInt(n(197))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xs);class Bs extends t.Plugin{static get[Ds(203)](){return[vs.Delete]}[Ds(183)](){const t=Ds,e=this[t(202)],n=e[t(206)][t(167)](t(205));n[t(191)](t(214));const r=e[t(194)][t(167)](t(221));n[t(191)](t(221),((n,s={})=>{const o=t,a=e[o(184)][o(177)](e[o(184)][o(218)][o(219)]);a[o(175)]&&e[o(184)][o(211)](a,{direction:o(176),unit:s[o(170)]});const c=a[o(212)](),u=i.LiveRange[o(168)](c);let l;n(s),l=o(195)==u[o(200)][o(187)]?e[o(184)][o(171)](c[o(173)]):e[o(184)][o(171)](u[o(173)],u[o(210)]),u[o(215)](),e[o(184)][o(204)](r[o(181)][o(180)],(t=>{const e=o;r[e(181)][e(198)](),t[e(188)](t[e(171)](l[e(210)])),r[e(181)][e(201)]()}))})),e[t(216)][t(207)].on(t(190),Fs(e,t(223)),{priority:t(165)}),e[t(209)][t(207)].on(t(190),((n,r,s)=>{const o=t;s[o(174)][o(185)]&&Fs(e,o(223),{showActiveMarker:!1})[o(172)](this)(n,r,s)}),{priority:t(165)}),e[t(216)][t(207)].on(t(213),((e,n,r)=>{const s=t,o=r[s(196)][s(179)](n[s(169)]);if(o)for(const t of o)t.is(s(192))&&(r[s(196)][s(193)](t,n[s(169)]),r[s(186)][s(178)](t))}),{priority:t(165)})}}const Us=Gs;function js(){const t=["ListEditing","ELEMENT_BULLETED_LIST","10336059TkUIjZ","listReversed","353600oHVhPQ","isLocal","selection","editor","listIndent","_LIST","next","631684OfhCIW","commandName","*Remove format:* %0","364773ZWsNgi","todoListCheck","createRange","attributeKey","_registerLegacyDescription","batch","_findSuggestions","*Format:* remove from %0","*Check item*","_suggestionFactory","removeMarker","2xiLQhY","registerCustomCallback","get","*Merge:* %0","_supportLegacySuggestions","start","numbered","*Outdent:* %0","forceValue","getAttribute","config","map","splitListItemBefore","todoListChecked","listStyle","oldValue","fromRange","150594MJZfha","createPositionAt","_enableDefaultAttributesIntegration","_descriptionFactory","plugins","end","nodeAfter","splitListItemAfter","listItemId","key","indentList","*Merge:* list item","setSelection","previousSibling","todoList","*Set format:* %0","FORMAT_INDENT","getChanges","detach","groupId","registerElementLabel","TrackChangesEditing","default","getFirstMarker","*Indent:* %0","find","range","includes","length","parent","list.multiBlock","ELEMENT_","getSuggestions","ELEMENT_LIST_ITEM","model","refresh","filter","*Format:* insert into %0","_getAttributeKey","head","TodoListEditing","outdentList","1536312WfJEyB","266ZXUHrg","listStart","suggestion","formatBlock","attributes","listItemIdFixer","toUpperCase","commands","isObject","assureChains","push","mergeListItemBackward","bulleted","nextSibling","accept","commandParams","ELEMENT_TODO_LIST","newValue","every","has","containsItem","trackChangesCommand","setAttribute","bulletedList","type","meta","deletion","schema","afterInit","todo","*Uncheck item*","ELEMENT_NUMBERED_LIST","documentList","listType","data","value","isNextTo","2332020FIItqp","execute","locale","from","multipleBlocks","numberedList","registerPostFixer","differ","noTrackChangesFixer","change","registerDescriptionCallback","getFirstRange","document","checkTodoList","*Split:* list item","format","*Change to:* %0","isUndo","mergeListItemForward","registerAttributeLabel","getRanges","attribute"];return(js=function(){return t})()}function Gs(t,e){const n=js();return(Gs=function(t,e){return n[t-=446]})(t,e)}!function(t,e){const n=Gs,r=t();for(;;)try{if(532767===-parseInt(n(460))/1*(parseInt(n(471))/2)+parseInt(n(530))/3+parseInt(n(457))/4+parseInt(n(568))/5+parseInt(n(488))/6*(parseInt(n(531))/7)+-parseInt(n(450))/8+-parseInt(n(448))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(js);class Hs extends t.Plugin{[Us(559)](){const t=Us,e=this[t(453)];if(!e[t(492)][t(550)](t(446)))return;const n=e[t(570)],r=e[t(492)][t(473)](t(509)),s=e[t(492)][t(550)](t(528)),o=!!e[t(481)][t(473)](t(518));function i(e){const r=t;return{type:r(583),content:""+Wr(n,r(503),e)}}function a(e){const r=t;return{type:r(583),content:""+Wr(n,r(459),e)}}r[t(490)](t(573),[],[t(496),t(564),t(454)]),r[t(490)](t(554)),r[t(490)](t(498)),r[t(490)](t(529)),r[t(490)](t(495)),r[t(490)](t(483)),o&&(r[t(490)](t(542)),r[t(490)](t(586))),s&&(r[t(490)](t(502)),r[t(490)](t(581),[],[t(484)]),r[t(491)][t(578)]((e=>{const r=t,{data:s}=e;if(s&&r(484)==s[r(497)])return{type:r(583),content:s[r(548)]?Wr(n,r(468)):Wr(n,r(561))}})),this[t(453)][t(522)][t(580)][t(574)]((e=>{const n=t;if(e[n(465)][n(585)])return!1;let s=!1;const o=r[n(520)]({skipNotAttached:!0})[n(524)]((t=>n(484)===r[n(526)](t)));for(const t of o)n(560)!=t[n(579)]()[n(476)][n(494)][n(480)](n(564))&&(r[n(466)](t[n(579)](),n(589))[n(513)]((t=>n(564)===r[n(526)](t[n(533)])))||(e[n(470)](t[n(511)]()),s=!0));return s}))),r[t(491)][t(587)](t(454),Wr(n,t(504)));const c={type:t(583),content:""};r[t(491)][t(578)]((e=>{const r=t,{data:s}=e;if(!s||r(564)!=s[r(497)])return;let u=e[r(527)];for(;u;){if(u[r(565)]&&(r(485)==u[r(565)][r(497)]&&(u[r(565)][r(548)]&&r(510)!=u[r(565)][r(548)]||r(510)!=u[r(565)][r(486)]&&!s[r(548)])||!o&&u[r(565)][r(497)]==Ic))return c;u=u[r(456)]}if(null==s[r(548)])switch(s[r(486)]){case r(543):return a(Wr(n,r(447)));case r(477):return a(Wr(n,r(562)));case r(560):return a(Wr(n,r(547)))}switch(s[r(548)]){case r(543):return i(Wr(n,r(447)));case r(477):return i(Wr(n,r(562)));case r(560):return i(Wr(n,r(547)))}})),r[t(491)][t(578)]((e=>{const n=t,{data:r}=e;if(r&&n(454)==r[n(497)])return null==r[n(548)]||null==r[n(486)]&&0==r[n(548)]?c:void 0})),r[t(491)][t(578)]((e=>{const r=t;if(r(589)!=e[r(555)])return;const{data:s}=e;if(!s||r(496)!=s[r(497)])return;const o=Vs(e);return o?r(548)==o?{type:r(583),content:Wr(n,r(499))}:r(486)==o?{type:r(583),content:Wr(n,r(582))}:c:c})),e[t(522)][t(580)][t(574)]((e=>this[t(536)](e))),e[t(522)][t(580)][t(574)]((e=>this[t(576)](e))),e[t(522)][t(580)][t(574)]((e=>this[t(540)](e))),this[t(475)]()}[Us(536)](t){const e=Us;if(t[e(465)][e(585)]||!t[e(465)][e(451)])return!1;let n=!1;const r=this[e(453)][e(492)][e(473)](e(509))[e(520)]({skipNotAttached:!0})[e(524)]((t=>t[e(565)]&&e(496)==t[e(565)][e(497)]))[e(524)]((t=>t[e(565)][e(548)]&&t[e(565)][e(486)]));for(const s of r)Vs(s)||(t[e(470)](s[e(511)]()),n=!0);return n}[Us(576)](t){const e=Us;if(t[e(465)][e(585)]||!t[e(465)][e(451)])return!1;const n=this[e(453)][e(492)][e(473)](e(509));if(n[e(552)][e(566)])return!1;let r=!1;const s=[e(564),e(485),e(496),e(454),e(532),e(449),e(461)],o=this[e(453)][e(522)][e(580)][e(575)][e(505)]()[e(524)]((t=>e(589)==t[e(555)]))[e(524)]((t=>s[e(515)](t[e(463)])));if(0==o[e(516)])return r;for(const i of o){const o=n[e(466)](i[e(514)],e(589))[e(524)]((t=>!t[e(556)][e(567)]))[e(482)]((t=>t[e(533)]))[e(524)]((t=>{const r=e,o=n[r(526)](t);return s[r(515)](o)}));if(o[e(516)]){for(const n of o)t[e(470)](n[e(511)]());r=!0}}return r}[Us(540)](t){const e=Us;if(t[e(465)][e(585)]||!t[e(465)][e(451)])return!1;const n=this[e(453)][e(492)][e(473)](e(509));let r=!1;const s=[e(564),e(485),e(496),e(454),e(532),e(449),e(461)];for(const t of n[e(520)]({skipNotAttached:!0})){const o=n[e(466)](t[e(579)](),e(589))[e(482)]((t=>t[e(533)]))[e(524)]((t=>t[e(565)]&&s[e(515)](t[e(565)][e(497)])));if(!o[e(516)])continue;const a=o[0][e(527)][e(535)][e(507)];if(!o[e(549)]((t=>t[e(535)][e(507)]===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(520)]({skipNotAttached:!0})[s(524)]((e=>s(589)==e[s(555)]&&e[s(535)][s(507)]==t)))e[s(553)](s(507),r)}function i(t,n){const r=e;let s=t[r(527)],i=!1;for(;s;)s[r(535)][r(507)]!=n&&(o(s[r(535)][r(507)],n),s[r(553)](r(507),n),i=!0),s=s[r(456)];return i}}[Us(475)](){const t=Us,e=this[t(453)],n=e[t(570)],r=e[t(492)][t(473)](t(509));this[t(464)](),r[t(469)][t(472)](t(534),t(563),t(545),(function(n,r){const s=t,o=[];for(let t of n)t[s(476)][s(494)]===t[s(493)][s(517)]&&(t=e[s(522)][s(462)](e[s(522)][s(489)](t[s(476)][s(494)],0))),o[s(541)](t);e[s(522)][s(577)]((t=>{const n=s,a=e[n(522)][n(580)][n(452)],c=Array[n(571)](a[n(588)]())[n(482)]((t=>i.LiveRange[n(487)](t)));t[n(500)](o),e[n(538)][n(473)](r[n(458)])[n(523)](),r[n(546)][n(541)]({forceDefaultExecution:!0}),e[n(569)](r[n(458)],...r[n(546)]),t[n(500)](c);for(const t of c)t[n(506)]()}))})),r[t(491)][t(508)]((function(n){const r=t,s=!e[r(522)][r(558)][r(539)](n),o=n[r(501)],i=n[r(544)],a=n[r(480)](r(496)),c=!o||o[r(480)](r(496))!==a,u=!i||i[r(480)](r(496))!==a;return s&&Boolean(a)&&c&&u}),(e=>Wr(n,t(521),e)))}[Us(464)](){const t=Us,e=this[t(453)],n=e[t(570)];function r(n){const r=t,s=e[r(538)][r(473)](r(554))[r(566)],o=e[r(538)][r(473)](r(573))[r(566)];return r(573)===n?s:o}e[t(492)][t(473)](t(509))[t(491)][t(578)]((function(s){const o=t;if(o(534)!=s[o(555)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(458)]){case o(554):u=i[o(546)][0][o(479)],l=r(i[o(458)]),a=o(u?525:467),!l&&e[o(481)][o(473)](o(518))||(a=o(584)),c={type:o(583),content:Wr(n,a,Wr(n,o(447)))};break;case o(573):u=i[o(546)][0][o(479)],l=r(i[o(458)]),a=o(u?525:467),!l&&e[o(481)][o(473)](o(518))||(a=o(584)),c={type:o(583),content:Wr(n,a,Wr(n,o(562)))};break;case o(498):a=o(512),c={type:o(583),content:Wr(n,a,Wr(n,o(521)))};break;case o(529):a=function(t){const e=o,n=t[e(579)]();let r=n[e(476)][e(494)];for(;r&&n[e(551)](r);){if(r[e(480)](e(454))>0)return!1;r=r[e(544)]}return!0}(s)?Wr(n,o(467),Wr(n,function(t){const e=o;return e(519)+t[e(579)]()[e(476)][e(494)][e(480)](e(564))[e(537)]()+e(455)}(s))):Wr(n,o(478),Wr(n,o(521))),c={type:o(583),content:a};break;case o(542):case o(586):!1===i[o(572)]&&(a=o(474),c={type:o(557),content:Wr(n,a,Wr(n,o(521)))})}return c}))}}function Vs(t){const e=Us;let n=t[e(579)]()[e(476)][e(494)][e(501)];for(;n;){const r=n[e(480)](e(496));if(!r)return!1;if(r==t[e(565)][e(548)])return e(548);if(r==t[e(565)][e(486)])return e(486);n=n[e(501)]}return!1}const Ws=Xs;!function(t,e){const n=Xs,r=t();for(;;)try{if(697519===parseInt(n(344))/1*(-parseInt(n(367))/2)+-parseInt(n(375))/3*(-parseInt(n(353))/4)+parseInt(n(335))/5*(-parseInt(n(321))/6)+-parseInt(n(365))/7+-parseInt(n(370))/8+-parseInt(n(380))/9*(-parseInt(n(301))/10)+parseInt(n(390))/11*(parseInt(n(366))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ks);class zs extends t.Plugin{[Ws(373)](){const t=Ws;if(!this[t(369)][t(372)][t(350)](t(317)))return;const e=this[t(369)][t(307)][t(330)](t(342)),n=this[t(369)][t(372)][t(330)](t(314));e[t(378)]&&n[t(324)](t(381),[],[t(381)]),e[t(347)]&&n[t(324)](t(339),[],[t(339)]),e[t(328)]&&n[t(324)](t(363),[],[t(363)]);const r={type:t(337),content:""};n[t(338)][t(386)](this[t(387)][t(319)](this));const s=this[t(369)][t(333)];n[t(338)][t(303)](t(339),Wr(s,t(341))),n[t(338)][t(386)]((e=>{const n=t,{data:s}=e;if(s&&n(339)==s[n(318)])return null==s[n(374)]||0==s[n(374)]&&null==s[n(331)]?r:void 0})),n[t(338)][t(303)](t(363),Wr(s,t(300))),n[t(338)][t(386)]((e=>{const n=t,{data:s}=e;if(s&&n(363)==s[n(318)])return null==s[n(374)]||1==s[n(374)]&&null==s[n(331)]?r:void 0})),this[t(369)][t(389)][t(364)][t(356)]((e=>{const r=t;if(e[r(361)][r(351)])return!1;let s=!1;const o=n[r(362)]({skipNotAttached:!0})[r(391)]((t=>{const e=r,s=n[e(383)](t);return e(363)==s||e(339)==s}));for(const t of o)r(368)!=t[r(336)]()[r(302)][r(379)][r(357)](r(332))&&(n[r(329)](t[r(336)](),r(360))[r(349)]((t=>r(332)==n[r(383)](t[r(311)])))||(e[r(352)](t[r(388)]()),s=!0));return s})),this[t(308)]()}[Ws(387)](t){const e=Ws,n=this[e(369)][e(333)],{data:r}=t,s={type:e(337),content:""};if(!r||e(381)!=r[e(318)])return;if(!r[e(331)])return e(377)==r[e(374)]?s:{type:e(337),content:""+Wr(n,e(315),Wr(n,this[e(358)](r[e(374)])))};if(!r[e(374)]){if(e(377)==r[e(331)])return s;let o=t[e(343)];for(;o;){if(o[e(348)]&&e(332)==o[e(348)][e(318)]&&o[e(348)][e(374)])return s;o=o[e(306)]}return{type:e(337),content:""+Wr(n,e(371),Wr(n,this[e(358)](r[e(331)])))}}if(e(377)!=r[e(374)])return{type:e(337),content:""+Wr(n,e(315),Wr(n,this[e(358)](r[e(374)])))};let o=t[e(343)];for(;o;){if(o[e(348)]&&e(332)==o[e(348)][e(318)]&&o[e(348)][e(374)]&&o[e(348)][e(331)])return s;o=o[e(306)]}const i=t[e(336)]()[e(302)][e(379)][e(357)](e(332));return{type:e(337),content:Wr(n,e(315),Wr(n,e(326)+i[e(340)]()+e(382)))}}[Ws(308)](){const t=Ws,e=this[t(369)],n=e[t(333)];e[t(372)][t(330)](t(314))[t(338)][t(386)]((e=>{const r=t;if(r(325)!=e[r(334)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(355)]){case r(381):o=r(312),i={type:r(337),content:Wr(n,o,Wr(n,this[r(358)](s[r(310)][0][r(334)])))};break;case r(339):o=s[r(310)][0][r(347)]?r(323):r(359),i={type:r(337),content:Wr(n,o)};break;case r(363):o=r(304),i={type:r(337),content:Wr(n,o,s[r(310)][0][r(328)])}}return i}))}[Ws(358)](t){const e=Ws;return e(326)+function(t){const n=e;return qs[n(345)](t)?n(313):Zs[n(345)](t)?n(368):null}(t)[e(340)]()+e(316)+t[e(340)]()[e(385)](/-/g,"_")}}function Ks(){const t=["10186990SgAxng","start","registerAttributeLabel","*Format:* set start index to %0","upper-latin","next","config","_registerLegacyDescription","decimal-leading-zero","commandParams","suggestion","*Change to:* %0","bulleted","TrackChangesEditing","*Set format:* %0","_LIST_","ListPropertiesEditing","key","bind","disc","6NhFvdm","decimal","*Format:* set order to reversed","_enableDefaultAttributesIntegration","formatBlock","ELEMENT_","square","startIndex","_findSuggestions","get","oldValue","listType","locale","type","2327285hBczSK","getFirstRange","format","_descriptionFactory","listReversed","toUpperCase","FORMAT_LIST_REVERSED","list.properties","head","79RQlpaH","includes","circle","reversed","data","find","has","isUndo","removeMarker","1162132MoRsjM","lower-latin","commandName","registerPostFixer","getAttribute","_getTranslationKeyForListStyle","*Format:* set order to regular","attribute","batch","getSuggestions","listStart","document","8466808xAyfwr","3072lbZbnj","5794gDiygE","numbered","editor","8823880QhDPiV","*Remove format:* %0","plugins","afterInit","newValue","3kXPjTA","lower-roman","default","styles","nodeAfter","9fRyNCF","listStyle","_LIST_DEFAULT","_getAttributeKey","upper-roman","replace","registerDescriptionCallback","handleDescriptions","getFirstMarker","model","102916ItswTm","filter","FORMAT_LIST_START"];return(Ks=function(){return t})()}function Xs(t,e){const n=Ks();return(Xs=function(t,e){return n[t-=300]})(t,e)}const qs=[Ws(320),Ws(346),Ws(327)],Zs=[Ws(322),Ws(309),Ws(376),Ws(384),Ws(354),Ws(305)];var Js=n(507);const Ys=$s;function Qs(){const t=["getFirstRange","model","hasClass","selection","editor","getFirstPosition","parent","enableCommand","init","1106688wCHfLx","160963FTdMZs","mapper","67516Kvarfi","bind","removeMarker:suggestion:insertion","5943536LLtHpH","918119Wcfnai","enter","options","fromRange","enterBlock","showSuggestionHighlights","change","split","11986ETRCWL","editing","2833236UPaoPe","setSelection","fire","createPositionAt","writer","end","370JiIErj","data","nextSibling","unbindElementFromMarkerName","7GLLiId","document","plugins","remove","markerNameToElements","downcastDispatcher","commands","453svUNGc","markerName","high","get","1770agfVXt","addMarker:suggestion:insertion","createRange","TrackChangesEditing","requires","detach","afterExecute","markInsertion","ck-suggestion-marker-split"];return(Qs=function(){return t})()}function $s(t,e){const n=Qs();return($s=function(t,e){return n[t-=142]})(t,e)}!function(t,e){const n=$s,r=t();for(;;)try{if(725757===parseInt(n(173))/1+-parseInt(n(181))/2*(-parseInt(n(144))/3)+parseInt(n(169))/4*(parseInt(n(189))/5)+-parseInt(n(166))/6+parseInt(n(193))/7*(parseInt(n(172))/8)+-parseInt(n(183))/9+-parseInt(n(148))/10*(parseInt(n(167))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qs);class to extends t.Plugin{static get[Ys(152)](){return[Js.Enter]}[Ys(165)](){const t=Ys,e=this[t(161)],n=e[t(195)][t(147)](t(151)),r=e[t(143)][t(147)](t(174));n[t(164)](t(174),(()=>{const s=t;e[s(158)][s(179)]((t=>{const o=s,a=e[o(158)][o(194)][o(160)],c=a[o(162)](),u=i.LiveRange[o(176)](a[o(157)]());if(r[o(177)](t)){const r=e[o(158)][o(186)](c[o(163)][o(191)],0),s=t[o(150)](c,r);n[o(155)](s)}else t[o(184)](t[o(150)](u[o(188)]));u[o(153)](),r[o(185)](o(154),{writer:t})}))})),e[t(182)][t(142)].on(t(149),Fs(e,t(180)),{priority:t(146)}),e[t(182)][t(142)].on(t(171),((e,n,r)=>{const s=t,o=r[s(168)][s(197)](n[s(145)]);if(o)for(const t of o)t[s(159)](s(156))&&(r[s(168)][s(192)](t,n[s(145)]),r[s(187)][s(196)](t))}),{priority:t(146)}),e[t(190)][t(142)].on(t(149),((n,r,s)=>{const o=t;s[o(175)][o(178)]&&Fs(e,o(180),{showActiveMarker:!1})[o(170)](this)(n,r,s)}),{priority:t(146)})}}function eo(){const t=["TrackChangesEditing","8440zFHRTZ","handleFindCommand","162PlVSWa","createRange","168261DZuKOV","getIntersection","22aGKgmq","filter","plugins","afterInit","replaceAll","model","find","suggestion:deletion","enableCommand","FindAndReplaceEditing","bind","8grxMdc","markers","end","6799330BVqxFB","string","start","13189VefdrY","getRange","get","2592756gjeeqT","_isInDeletionRange","666MrNfWX","replace","findNext","293072BfvcVL","editor","FindAndReplaceUtils","item","findPrevious","getMarkersGroup","findByTextCallback","3698163PXhKps","createPositionAt","has"];return(eo=function(){return t})()}const no=ro;function ro(t,e){const n=eo();return(ro=function(t,e){return n[t-=272]})(t,e)}!function(t,e){const n=ro,r=t();for(;;)try{if(938478===-parseInt(n(298))/1+-parseInt(n(301))/2+parseInt(n(279))/3*(-parseInt(n(292))/4)+parseInt(n(275))/5*(-parseInt(n(303))/6)+parseInt(n(313))/7+parseInt(n(306))/8*(parseInt(n(277))/9)+-parseInt(n(295))/10*(-parseInt(n(281))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(eo);class so extends t.Plugin{[no(284)](){const t=no;if(!this[t(307)][t(283)][t(273)](t(290)))return;const e=this[t(307)][t(283)][t(300)](t(274));e[t(289)](t(287),this[t(276)][t(291)](this)),e[t(289)](t(305)),e[t(289)](t(310)),e[t(289)](t(304)),e[t(289)](t(285))}[no(276)](t,e,n={}){const r=no,s=this[r(307)][r(283)][r(300)](r(308));return t((t=>(r(296)==typeof e?s[r(312)](e,n):e)(t)[r(282)]((e=>!1===this[r(302)](e,t[r(309)])))),n)}[no(302)](t,e){const n=no,r=this[n(307)][n(286)][n(278)](this[n(307)][n(286)][n(272)](e,t[n(297)]),this[n(307)][n(286)][n(272)](e,t[n(294)]));for(const t of this[n(307)][n(286)][n(293)][n(311)](n(288)))if(null!==r[n(280)](t[n(299)]()))return!0;return!1}}const oo=io;function io(t,e){const n=ao();return(io=function(t,e){return n[t-=386]})(t,e)}function ao(){const t=["fontBackgroundColor.colors","FontSize","registerAttributeLabel","FORMAT_FONT_FAMILY","*Set font color:* %0","TrackChangesEditing","120dWHSsb","685340KOWzwJ","*Reset font background color*","find","formatInline","7TvAcXp","4solVmv","plugins","FORMAT_FONT_COLOR","_descriptionFactory","3327027OibgbY","1382018kxHrhf","*Reset font size*","5881610MzmngF","normalizeSizeOptions","fontFamily","*Set font background color:* %0","model","format","105032DLkuiR","639PtkDHD","afterInit","fontBackgroundColor","*Reset font color*","FontSizeEditing","commandName","has","FontFamilyEditing","trim","6694386kyVNLd","*Set font size:* %0","fontSize.options","config","registerDescriptionCallback","type","71606PMWlSI","editor","fontColor.colors","fontColor","toLowerCase","*Reset font family*","value","_registerLegacyDescription","FontColorEditing","FORMAT_FONT_BACKGROUND","locale","fontSize","_enableDefaultAttributesIntegration","commandParams","*Set font family:* %0","label","title","FontBackgroundColorEditing","get","FORMAT_FONT_SIZE"];return(ao=function(){return t})()}!function(t,e){const n=io,r=t();for(;;)try{if(622226===-parseInt(n(426))/1*(parseInt(n(397))/2)+parseInt(n(401))/3+parseInt(n(392))/4+parseInt(n(404))/5+parseInt(n(420))/6*(-parseInt(n(396))/7)+parseInt(n(410))/8*(parseInt(n(411))/9)+-parseInt(n(391))/10*(parseInt(n(402))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ao);const co=[{pluginName:oo(415),commandName:oo(437)},{pluginName:oo(418),commandName:oo(406)},{pluginName:oo(434),commandName:oo(429)},{pluginName:oo(443),commandName:oo(413)}];class uo extends t.Plugin{[oo(412)](){const t=oo,e=this[t(427)][t(436)],n=this[t(427)][t(398)][t(444)](t(390));for(const{pluginName:e,commandName:r}of co)this[t(427)][t(398)][t(417)](e)&&n[t(438)](r,[r]);e.t,n[t(400)][t(387)](t(437),Wr(e,t(445))),n[t(400)][t(387)](t(406),Wr(e,t(388))),n[t(400)][t(387)](t(429),Wr(e,t(399))),n[t(400)][t(387)](t(413),Wr(e,t(435))),this[t(433)]()}[oo(433)](){const t=oo,e=this[t(427)],n=e[t(436)];e[t(398)][t(444)](t(390))[t(400)][t(424)]((e=>{const r=t,o=n.t;if(r(395)!=e[r(425)])return;const{data:i}=e;if(null!=i){if(r(437)==i[r(416)]){const t=i[r(439)][0][r(432)];if(t){const e=o(this[r(427)][r(398)][r(444)](r(386))[r(405)](this[r(427)][r(423)][r(444)](r(422)))[r(394)]((e=>e[r(408)]==t))[r(442)])[r(430)]();return{type:r(409),content:Wr(n,r(421),e)}}return{type:r(409),content:Wr(n,r(403))}}if(r(406)==i[r(416)]){const t=i[r(439)][0][r(432)];return t?{type:r(409),content:Wr(n,r(440),t)}:{type:r(409),content:Wr(n,r(431))}}if(r(429)==i[r(416)]){const t=i[r(439)][0][r(432)];if(t){const e=(0,s.normalizeColorOptions)(this[r(427)][r(423)][r(444)](r(428)))[r(394)]((e=>e[r(408)]==t));let i=t,a="";return e&&(i=e[r(441)],a=o(i)[r(430)]()),{type:r(409),content:Wr(n,r(389),a)[r(419)](),color:{value:t,title:a||i}}}return{type:r(409),content:Wr(n,r(414))}}if(r(413)==i[r(416)]){const t=i[r(439)][0][r(432)];if(t){const e=(0,s.normalizeColorOptions)(this[r(427)][r(423)][r(444)](r(446)))[r(394)]((e=>e[r(408)]==t));let i=t,a="";return e&&(i=e[r(441)],a=o(i)[r(430)]()),{type:r(409),content:Wr(n,r(407),a)[r(419)](),color:{value:t,title:a||i}}}return{type:r(409),content:Wr(n,r(393))}}}}))}}const lo=ho;!function(t,e){const n=ho,r=t();for(;;)try{if(197368===parseInt(n(242))/1*(parseInt(n(243))/2)+-parseInt(n(218))/3+-parseInt(n(234))/4+parseInt(n(208))/5*(-parseInt(n(222))/6)+parseInt(n(217))/7*(-parseInt(n(216))/8)+-parseInt(n(196))/9*(-parseInt(n(230))/10)+parseInt(n(229))/11*(parseInt(n(241))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(po);class fo extends t.Plugin{[lo(199)](){const t=lo,e=this[t(202)],n=e[t(204)][t(233)](t(197)),r=e[t(232)][t(233)](t(220)),s=e[t(232)][t(233)](t(237));r&&s&&(n[t(211)](t(237)),n[t(205)](t(220)),this[t(213)]())}[lo(213)](){const t=lo,e=this[t(202)],n=e[t(195)];e[t(204)][t(233)](t(197))[t(239)][t(240)]((r=>{const s=t;if(s(228)!=r[s(207)]&&s(214)!=r[s(207)])return;const{data:o}=r;if(o&&s(237)===o[s(224)]){const t=[],r=o[s(190)][0];for(const[n,o]of Object[s(206)](r))t[s(201)](go(e,n,o));return t[s(200)]?{type:s(193),content:Wr(n,s(203),t[s(227)](", "))}:{type:s(193),content:Wr(n,s(191))}}}))}}function ho(t,e){const n=po();return(ho=function(t,e){return n[t-=188]})(t,e)}function go(t,e,n){const r=lo,o=t[r(195)].t,i=e[r(212)](/(?=[A-Z])/)[r(227)](" "),a=o(i[r(215)](0)[r(238)]()+i[r(188)](1))[r(231)]();if(r(219)==typeof n)return a;if(r(223)===e||r(226)===e){const e=(0,s.normalizeColorOptions)(t[r(235)][r(233)](r(192)))[r(209)]((t=>t[r(221)]==n));return a+" ("+(e?o(e[r(210)])[r(231)]():n)+")"}if(r(194)===e&&isNaN(parseFloat(n))){const e=t[r(204)][r(233)](r(198))[r(236)](t[r(235)][r(233)](r(189)))[r(209)]((t=>t[r(221)]==n));return a+" ("+(e?o(e[r(225)])[r(231)]():n)+")"}return a+" ("+n+")"}function po(){const t=["fontColor","commandName","title","fontBackgroundColor","join","formatBlock","17347rUJiOR","211630THwaMk","toLowerCase","commands","get","734412MpeUmj","config","normalizeSizeOptions","pasteFormat","toUpperCase","_descriptionFactory","registerDescriptionCallback","1476kDUbIC","317449NjIHor","2WhDoPw","slice","fontSize.options","commandParams","*Remove all formatting*","fontColor.colors","format","fontSize","locale","99WYNVWG","TrackChangesEditing","FontSize","afterInit","length","push","editor","*Set format to:* %0","plugins","enableCommand","entries","type","31415jwlQvM","find","label","_enableDefaultAttributesIntegration","split","_registerLegacyDescription","formatInline","charAt","349880YmvQiz","14uPWKeb","638826sderXr","boolean","copyFormat","model","60iREXMz"];return(po=function(){return t})()}function mo(t,e){const n=Io();return(mo=function(t,e){return n[t-=227]})(t,e)}function Io(){const t=["has","ELEMENT_HEADING","20MUZQMj","plugins","343746bffmCq","commandName","value","formatBlock","get","commandParams","_getHeadingLevel","view","162339OyYXxb","5000QEMKKM","1274812MHgEof","paragraph","ELEMENT_HEADING_CUSTOM","title","_descriptionFactory","8wrFCgN","_enableDefaultAttributesIntegration","*Change to:* %0","afterInit","148beeFIG","_registerLegacyDescription","3765wfaDeT","1741920cfFenh","model","heading","find","format","8FQuqir","1930761OoPpeQ","HeadingEditing","type","name","TrackChangesEditing","match","heading.options","registerDescriptionCallback","locale","editor","config","registerElementLabel","_headingOptions"];return(Io=function(){return t})()}const Eo=mo;!function(t,e){const n=mo,r=t();for(;;)try{if(188962===parseInt(n(250))/1+parseInt(n(268))/2*(-parseInt(n(249))/3)+-parseInt(n(260))/4*(-parseInt(n(262))/5)+parseInt(n(263))/6+-parseInt(n(269))/7*(-parseInt(n(256))/8)+parseInt(n(241))/9+-parseInt(n(239))/10*(parseInt(n(251))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Io);class bo extends t.Plugin{[Eo(259)](){const t=Eo,e=this[t(233)];if(!e[t(240)][t(237)](t(270)))return;this[t(236)]=e[t(234)][t(245)](t(230));const n=e[t(232)],r=e[t(240)][t(245)](t(228));r[t(257)](t(265));for(const e of this[t(236)])t(252)!=e[t(264)]&&r[t(255)][t(235)](e[t(264)],(n=>{const r=t,i=this[r(247)](e[r(264)]);return null!==i?s(n,i):o(n,e[r(254)])}));function s(e,r){return Wr(n,t(238),[e,r])}function o(e,r){return Wr(n,t(253),[e,r])}this[t(261)]()}[Eo(261)](){const t=Eo,e=this[t(233)],n=e[t(232)];e[t(240)][t(245)](t(228))[t(255)][t(231)]((e=>{const r=t;if(r(244)!=e[r(271)])return;const{data:s}=e;if(s&&r(265)==s[r(242)]){const e=s[r(246)][0][r(243)],c=this[r(247)](e);if(null!==c)return{type:r(267),content:Wr(n,r(258),(1,a=c,Wr(n,r(238),[1,a])))};const u=this[r(236)][r(266)]((t=>t[r(264)]===e))[r(254)];return{type:r(267),content:Wr(n,r(258),(o=1,i=u,Wr(n,t(253),[o,i])))}}var o,i,a}))}[Eo(247)](t){const e=Eo;var n,r;const s=t[e(229)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(236)])||void 0===n?void 0:n[e(266)]((n=>n[e(264)]==t));if(o&&o[e(248)]){const t=o[e(248)],n=(null!==(r=t[e(227)])&&void 0!==r?r:t)[e(229)](/^h(\d+)/);if(n)return n[1]}return null}}const To=_o;function _o(t,e){const n=yo();return(_o=function(t,e){return n[t-=281]})(t,e)}function yo(){const t=["8550450DpTPjY","registerDescriptionCallback","commandParams","*Remove highlight*","color","HighlightEditing","3WnGdUj","get","type","find","value","_enableDefaultAttributesIntegration","has","plugins","3495365ubBuJr","config","format","_descriptionFactory","*Set highlight:* %0","525400dDinNG","afterInit","6iNMyZY","FORMAT_HIGHLIGHT","model","166seJGMN","880684PVKnSy","locale","TrackChangesEditing","registerAttributeLabel","toLowerCase","formatInline","highlight","821ICInVh","editor","commandName","_registerLegacyDescription","655208selddf","title","16229070fDKMmn","108gRAkJw","highlight.options"];return(yo=function(){return t})()}!function(t,e){const n=_o,r=t();for(;;)try{if(509091===parseInt(n(290))/1*(-parseInt(n(282))/2)+-parseInt(n(305))/3*(parseInt(n(294))/4)+parseInt(n(313))/5*(parseInt(n(320))/6)+-parseInt(n(283))/7+-parseInt(n(318))/8*(-parseInt(n(297))/9)+parseInt(n(299))/10+-parseInt(n(296))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(yo);class Ao extends t.Plugin{[To(319)](){const t=To,e=this[t(291)];if(!e[t(312)][t(311)](t(304)))return;const n=e[t(312)][t(306)](t(285)),r=e[t(284)];n[t(310)](t(289),[t(289)]),n[t(316)][t(286)](t(289),Wr(r,t(321))),this[t(293)]()}[To(293)](){const t=To,e=this[t(291)],n=e[t(284)];e[t(312)][t(306)](t(285))[t(316)][t(300)]((r=>{const s=t;if(s(288)!=r[s(307)])return;const{data:o}=r;if(o&&s(289)==o[s(292)]){const t=n.t,r=o[s(301)][0][s(309)];if(r){const o=e[s(314)][s(306)](s(298))[s(308)]((t=>t[s(281)]==r)),i=t(o[s(295)])[s(287)]();return{type:s(315),content:Wr(n,s(317),i),color:{value:o[s(303)],title:o[s(295)]}}}return{type:s(315),content:Wr(n,s(302),Wr(n,s(321)))}}}))}}function Co(t,e){const n=Ro();return(Co=function(t,e){return n[t-=216]})(t,e)}const ko=Co;function Ro(){const t=["4127510VkhyqV","locale","2901964EdsZis","elementToStructure","high","TrackChangesEditing","createPositionAt","showSuggestionHighlights","registerElementLabel","div","createEmptyElement","editor","35574732ACUpVC","addClass","get","346206OHdxwD","ELEMENT_HORIZONTAL_LINE","2118663qUCUXt","plugins","ck-horizontal-line","createContainerElement","dataDowncast","insert","8KgfmZZ","has","333521KevTif","_descriptionFactory","horizontalLine","afterInit","HorizontalLineEditing","6PfTDbH","5968543cykCqP","conversion","for","enableCommand"];return(Ro=function(){return t})()}!function(t,e){const n=Co,r=t();for(;;)try{if(682467===-parseInt(n(219))/1+parseInt(n(244))/2+-parseInt(n(246))/3+-parseInt(n(231))/4+parseInt(n(229))/5*(-parseInt(n(224))/6)+-parseInt(n(225))/7*(parseInt(n(217))/8)+parseInt(n(241))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ro);class No extends t.Plugin{[ko(222)](){const t=ko,e=this[t(240)];if(!e[t(247)][t(218)](t(223)))return;e[t(247)][t(243)](t(234))[t(228)](t(221));const n=e[t(247)][t(243)](t(234)),r=e[t(230)];n[t(220)][t(237)](t(221),(e=>Wr(r,t(245),e))),e[t(226)][t(227)](t(250))[t(232)]({model:t(221),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(236)])return null;const o=n[s(249)](s(238)),i=n[s(239)]("hr");return n[s(242)](s(248),o),n[s(216)](n[s(235)](o,0),i),o},converterPriority:t(233)})}}const Lo=vo;function So(){const t=["plugins","afterInit","registerElementLabel","get","6565440LYoShw","has","attribute","579655BNJFIS","formatBlock","842174wakwsb","getFirstRange","start","2134488oriSsC","value","format","nodeAfter","HtmlEmbed","_registerLegacyDescription","key","21qERnog","registerDescriptionCallback","editor","495512jYqyCk","rawHtml","6559728YucAno","*Change %0 content*","12830751xUqYFq","commandName","_descriptionFactory","element","htmlEmbed","ELEMENT_HTML_EMBED","locale","TrackChangesEditing","6hgzRzJ","_enableDefaultAttributesIntegration","type"];return(So=function(){return t})()}function vo(t,e){const n=So();return(vo=function(t,e){return n[t-=374]})(t,e)}!function(t,e){const n=vo,r=t();for(;;)try{if(728418===parseInt(n(404))/1+parseInt(n(406))/2+-parseInt(n(394))/3*(parseInt(n(409))/4)+parseInt(n(401))/5+parseInt(n(384))/6+parseInt(n(379))/7*(-parseInt(n(382))/8)+-parseInt(n(386))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(So);class Mo extends t.Plugin{[Lo(398)](){const t=Lo,e=this[t(381)];if(!e[t(397)][t(402)](t(376)))return;const n=e[t(397)][t(400)](t(393)),r=e[t(392)];n[t(388)][t(399)](t(383),(e=>Wr(r,t(391),e))),n[t(395)](t(390),[],[t(410)]),n[t(388)][t(380)]((e=>{const n=t;if(n(403)!=e[n(396)])return;const{data:s}=e;if(s&&n(410)==s[n(378)]&&e[n(407)]()[n(408)][n(375)].is(n(389),n(383))){const t=Wr(r,n(391));return{type:n(374),content:Wr(r,n(385),t)}}})),this[t(377)]()}[Lo(377)](){const t=Lo,e=this[t(381)],n=e[t(392)];e[t(397)][t(400)](t(393))[t(388)][t(380)]((e=>{const r=t;if(r(405)!=e[r(396)])return;const{data:s}=e;if(s&&r(390)==s[r(387)]){const t=Wr(n,r(391));return{type:r(374),content:Wr(n,r(385),t)}}}))}}const Oo=Fo;function wo(){const t=["formatInline","getClosestSelectedImageElement","document","join","ELEMENT_INLINE_IMAGE","FORMAT_IMAGE_SIZE","removeObject","imageTypeBlock","832766UhHxHH","registerCustomCallback","110BGBZSc","imageTextAlternative","type","ImageCaptionEditing","imageStylePreApply","plugins","ImageUploadEditing","Inline image to block image","535766WdLYQg","*Remove image text alternative*","TrackChangesEditing","5744aBZFEX","enableCommand","toggleImageCaption","1140JqgfyW","get","imageCaption","nodeBefore","ELEMENT_CAPTION","isOwn","registerAttributeLabel","ImageUtils","forward","getFirstRange","element","ImageCaptionUtils","4297836ZPvXof","accept","2909599YXdbiK","*Set image width:* %0","getSuggestionCallback","format","subType","nodeAfter","ImageBlockEditing","addObject","markInsertion","change","convertBlockImageToInline","key","end","chain","findIndex","_suggestionFactory","afterInit","alt","caption","width","getContainedElement","ImageResize","commandName","2NHMYhU","commandParams","ImageInlineEditing","backward","*Reset image width*","ImageEditing","locale","5znKTXD","isBlockImage","uploadImage","ELEMENT_IMAGE","attribute","filter","detach","has","isIntersecting","isBefore","_registerLegacyDescription","formatBlock","start","_enableDefaultAttributesIntegration","imageInline","schema","newValue","25889712yPOQaV","editor","toNext","getCaptionFromImageModelElement","model","createRangeOn","markDeletion","1568UrxaPa","deletion","insertImage","forceDefaultExecution","insertion","Block image to inline image","9774wleXAw","discard","resizeImage","fromPosition","length","find","isEqual","imageTypeInline","markBlockFormat","getNearestSelectionRange","convertInlineImageToBlock","selection","previous","imageBlock","_descriptionFactory","resizedWidth","isCollapsed","*Set image text alternative:* %0","registerElementLabel","toPrevious","createRange","_findSuggestions","ImageTextAlternativeEditing","registerDescriptionCallback"];return(wo=function(){return t})()}function Fo(t,e){const n=wo();return(Fo=function(t,e){return n[t-=171]})(t,e)}!function(t,e){const n=Fo,r=t();for(;;)try{if(458805===-parseInt(n(197))/1*(parseInt(n(276))/2)+parseInt(n(282))/3*(parseInt(n(228))/4)+-parseInt(n(204))/5*(-parseInt(n(172))/6)+-parseInt(n(174))/7+parseInt(n(279))/8*(-parseInt(n(234))/9)+parseInt(n(268))/10*(-parseInt(n(266))/11)+parseInt(n(221))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(wo);class Do extends t.Plugin{[Oo(190)](){const t=Oo,e=this[t(222)];if(!e[t(273)][t(211)](t(202)))return;const n=e[t(273)][t(283)](t(278)),r=e[t(273)][t(283)](t(289)),s=e[t(203)];n[t(280)](t(230)),n[t(248)][t(252)](t(247),(e=>Wr(s,t(207),e))),n[t(248)][t(252)](t(218),(e=>Wr(s,t(262),e))),n[t(248)][t(252)](t(192),(()=>Wr(s,t(286)))),e[t(273)][t(211)](t(274))&&n[t(280)](t(206)),e[t(273)][t(211)](t(180))&&e[t(273)][t(211)](t(199))&&(n[t(280)](t(241),((s,o)=>{const i=t,a=r[i(259)](e[i(225)][i(260)][i(245)]);e[i(225)][i(183)]((()=>{const t=i;n[t(242)](a,{commandName:t(241),commandParams:[o]},[],t(184))}))})),n[t(280)](t(265),((s,o)=>{const a=t;e[a(225)][a(183)]((t=>{const c=a;let u=r[c(259)](e[c(225)][c(260)][c(245)]),l=t[c(226)](u);const f=i.LivePosition[c(237)](l[c(216)],c(253)),h=i.LivePosition[c(237)](l[c(186)],c(223));n[c(231)]((()=>s(o))),u=r[c(259)](e[c(225)][c(260)][c(245)]),l=t[c(226)](u);const g=t[c(254)](f,h);f[c(210)](),h[c(210)](),n[c(242)](u,{commandName:c(241),commandParams:[o]},[],c(244)),g[c(216)][c(213)](l[c(216)])&&n[c(182)](t[c(254)](g[c(216)],l[c(216)]),c(244)),l[c(186)][c(213)](g[c(186)])&&n[c(182)](t[c(254)](l[c(186)],g[c(186)]),c(244))}))})),n[t(189)][t(267)](t(215),t(244),t(261),(()=>!1)),n[t(189)][t(267)](t(215),t(244),t(173),(()=>!1)),n[t(189)][t(267)](t(215),t(244),t(235),n[t(189)][t(176)](t(215),"",t(173))),n[t(189)][t(267)](t(232),t(244),t(261),(()=>!1)),n[t(189)][t(267)](t(232),t(244),t(235),(([r])=>{const s=t,o=n[s(189)][s(176)](s(232),"",s(235));let i=r[s(216)],a=r[s(186)];const c=e[s(225)][s(219)][s(243)](i,s(200)),u=e[s(225)][s(219)][s(243)](a,s(290));c[s(250)]&&(i=c[s(216)]),u[s(250)]&&(a=u[s(186)]),o([e[s(225)][s(254)](i,a)])})),n[t(189)][t(267)](t(215),t(244),t(187),c),n[t(189)][t(267)](t(232),t(244),t(187),c)),e[t(273)][t(211)](t(271))&&(n[t(280)](t(281),((s,o)=>{const i=t,a=e[i(273)][i(283)](i(171));let c=r[i(259)](e[i(225)][i(260)][i(245)]),u=a[i(224)](c);e[i(225)][i(183)]((()=>{const t=i;if(u)return void n[t(227)](e[t(225)][t(226)](u));const l=r[t(205)](c);s(o),c=r[t(259)](e[t(225)][t(260)][t(245)]),u=a[t(224)](c),n[t(182)](e[t(225)][t(226)](u),l?null:t(284))}))})),n[t(189)][t(267)](t(232),t(284),t(187),c));const o=[{type:t(215),subType:t(272)},{type:t(232),subType:t(284)},{type:t(215),subType:t(244)},{type:t(232),subType:t(244)}];function a(e,s){const i=t,a=o[i(188)]((({type:t,subType:n})=>e[i(270)]==t&&e[i(178)]==n)),c=o[i(188)]((({type:t,subType:e})=>s[i(270)]==t&&s[i(178)]==e));if(a<0||c<0)return!1;const u=e[i(291)](),l=s[i(291)]();if((0==a||1==a)&&2==c&&u[i(212)](l))return!0;if(2==a&&3==c){const t=n[i(255)](u,i(232))[i(209)]((({suggestion:t,meta:e})=>e[i(287)]&&i(244)==t[i(178)]));if(t[i(238)]>1&&l[i(186)][i(240)](u[i(216)]))return!0;if(1==t[i(238)]&&(u[i(216)][i(240)](l[i(186)])||u[i(186)][i(240)](l[i(216)])))return!0}if(3==a&&3==c&&u[i(216)][i(213)](l[i(216)])){const t=u[i(186)][i(179)],e=l[i(216)][i(285)];return r[i(205)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(273)][t(211)](t(195))&&(n[t(217)](t(236),[],[t(249)]),n[t(248)][t(288)](t(249),Wr(s,t(263)))),e[t(273)][t(211)](t(256))&&n[t(217)](t(269),[],[t(191)]),n[t(248)][t(257)]((e=>{const n=t;if(o[n(239)]((({type:t,subType:r})=>e[n(270)]==t&&e[n(178)]==r)))return e[n(246)]?{}:void 0})),n[t(248)][t(257)]((e=>{const n=t;if(n(232)==e[n(270)]||n(229)==e[n(270)]){const t=e[n(194)]();if(t&&t.is(n(292),n(192)))return{type:n(232)==e[n(270)]?n(181):n(264),element:t,quantity:1}}})),n[t(248)][t(257)]((e=>t(215)==e[t(270)]&&t(244)==e[t(178)]?{type:t(177),content:t(275)}:t(215)==e[t(270)]&&t(184)==e[t(178)]?{type:t(177),content:t(233)}:void 0)),n[t(248)][t(257)]((e=>{const n=t;if(n(208)!=e[n(270)])return;const{data:r}=e;if(!r||n(191)!=r[n(185)])return;const o=r[n(220)];return o?{type:n(177),content:Wr(s,n(251),'"'+o+'"')}:{type:n(177),content:Wr(s,n(277))}})),this[t(214)]()}[Oo(214)](){const t=Oo,e=this[t(222)],n=e[t(203)];e[t(273)][t(283)](t(278))[t(248)][t(257)]((e=>{const r=t;if(r(215)!=e[r(270)]&&r(258)!=e[r(270)])return;const{data:s}=e;if(s){if(r(269)==s[r(196)]){const t=s[r(198)][0][r(220)];return t?{type:r(177),content:Wr(n,r(251),'"'+t+'"')}:{type:r(177),content:Wr(n,r(277))}}if(r(236)==s[r(196)]){const t=s[r(198)][0][r(193)];return t?{type:r(177),content:Wr(n,r(175),t)}:{type:r(177),content:Wr(n,r(201))}}}}))}}function Po(t,e){const n=Bo();return(Po=function(t,e){return n[t-=307]})(t,e)}const xo=Po;function Bo(){const t=["accept","_descriptionFactory","commandName","key","_registerLegacyDescription","attribute","editor","src","formatInline","4312xhEpHu","1800VgmQZQ","registerCustomCallback","newValue","discard","*Replace image URL*","replaceImageSource","afterInit","type","54377048ciPhrd","TrackChangesEditing","formatBlock","has","2469gglfeH","registerDescriptionCallback","locale","10kDHmCA","get","plugins","ImageEditing","_handleLegacySuggestions","*Format:* replace image URL","_suggestionFactory","288KUvFmg","59028GhhmeF","getSuggestionCallback","_enableDefaultAttributesIntegration","1267pZsPFw","format","8538RYOkHB","oldValue","1528002DRguUi","13809616AHUDsd"];return(Bo=function(){return t})()}!function(t,e){const n=Po,r=t();for(;;)try{if(924792===parseInt(n(347))/1*(-parseInt(n(341))/2)+-parseInt(n(331))/3*(-parseInt(n(318))/4)+parseInt(n(319))/5+-parseInt(n(342))/6*(parseInt(n(345))/7)+-parseInt(n(308))/8+parseInt(n(307))/9*(-parseInt(n(334))/10)+parseInt(n(327))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bo);class Uo extends t.Plugin{[xo(325)](){const t=xo;if(!this[t(315)][t(336)][t(330)](t(337)))return;const e=this[t(315)][t(333)],n=this[t(315)][t(336)][t(335)](t(328));n[t(344)](t(324),[],[t(316)]),n[t(310)][t(332)]((n=>{const r=t;if(r(314)!=n[r(326)])return;const{data:s}=n;return s&&r(316)==s[r(312)]?s[r(321)]&&s[r(348)]?{type:r(346),content:Wr(e,r(323))}:{type:r(346),content:""}:void 0})),this[t(338)]()}[xo(338)](){const t=xo,e=this[t(315)][t(336)][t(335)](t(328));e[t(340)][t(320)](t(329),t(324),t(309),e[t(340)][t(343)](t(329),null,t(322))),e[t(340)][t(320)](t(329),t(324),t(322),e[t(340)][t(343)](t(329),null,t(309))),this[t(313)]()}[xo(313)](){const t=xo,e=this[t(315)],n=e[t(333)];e[t(336)][t(335)](t(328))[t(310)][t(332)]((e=>{const r=t;if(r(329)!=e[r(326)]&&r(317)!=e[r(326)])return;const{data:s}=e;return s&&r(324)==s[r(311)]?{type:r(346),content:Wr(n,r(339))}:void 0}))}}const jo=Go;function Go(t,e){const n=Ho();return(Go=function(t,e){return n[t-=336]})(t,e)}function Ho(){const t=["isBlockImage","TrackChangesEditing","getContainedElement","_registerLegacyDescription","getClosestSelectedImageElement","findIndex","imageStylePostApply","ImageStyleEditing","commandName","registerCustomCallback","accept","markInlineFormat","discardSuggestion","author","enableCommand","commands","differ","isIntersecting","locale","registerPostFixer","has","length","normalizedStyles","_splitMarkerName","suggestion","document","isOwn","72UcVlDh","change","formatBlock","getSuggestion","subType","markBlockFormat","value","forEach","_findSuggestions","4wJKDJA","6574667Bnlrmz","head","_descriptionFactory","commandParams","from","24NsZGWY","ImageUtils","setImageNaturalSizeAttributes","FORMAT_SIDE_IMAGE","*Format:* %0","insertion","getFirstRange","imageStyle","formatInline","isInlineImage","refresh","join","get","newRange","end","filter","discard","isBefore","name","type","getSuggestions","createRangeOn","toLowerCase","getSuggestionCallback","18218520eyeciU","selection","side","chain","1016199jQPJcQ","format","imageStylePreApply","shouldConvertImageType","commandReversedParams","72eJGLsd","start","next","1869161vJVhrG","20800rwIKcK","isEqual","getChangedMarkers","plugins","title","convertInlineImageToBlock","imageCaption","registerDescriptionCallback","editor","6QAoocF","afterInit","_suggestionFactory","1990640slyWrb","isInContent","764132ICkCqM","imageTypeBlock","hasSuggestion","model","nodeAfter","nodeBefore","imageTypeInline","Users"];return(Ho=function(){return t})()}!function(t,e){const n=Go,r=t();for(;;)try{if(952838===-parseInt(n(367))/1*(-parseInt(n(410))/2)+-parseInt(n(373))/3*(-parseInt(n(424))/4)+parseInt(n(422))/5+-parseInt(n(419))/6*(parseInt(n(409))/7)+-parseInt(n(406))/8*(-parseInt(n(401))/9)+parseInt(n(397))/10+parseInt(n(368))/11*(-parseInt(n(358))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ho);class Vo extends t.Plugin{[jo(420)](){const t=jo,n=this[t(418)];if(!n[t(413)][t(351)](t(338)))return;const r=n[t(413)][t(385)](t(433)),s=n[t(413)][t(385)](t(374)),o={};r[t(345)](t(380),((o,i)=>{const a=t,c=n[a(413)][a(385)](a(431)).me,u=n[a(346)][a(385)](a(380));let l=s[a(436)](n[a(427)][a(356)][a(398)]),f=n[a(427)][a(394)](l),h=u[a(364)];if(h==i[a(364)])return;const g={commandName:a(380),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(427)][a(359)]((()=>{const t=a;if(r[t(393)]()[t(388)]((e=>e[t(423)]&&c==e[t(344)]&&(t(360)==e[t(392)]||t(381)==e[t(392)])&&(t(403)==e[t(362)]||t(337)==e[t(362)])&&e[t(379)]()[t(411)](f)))[t(365)]((e=>r[t(343)](e[t(369)]))),l=s[t(436)](n[t(427)][t(356)][t(398)]),f=n[t(427)][t(394)](l),u[t(383)](),n[t(346)][t(385)](t(430))[t(383)](),n[t(346)][t(385)](t(425))[t(383)](),h=u[t(364)],h!=i[t(364)])return s[t(382)](l)&&u[t(404)](i[t(364)],l)?(o({...i,setImageSizes:!1}),l=s[t(436)](n[t(427)][t(356)][t(398)]),void r[t(363)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(403))):void(s[t(432)](l)?r[t(363)](l,g,[],t(337)):r[t(342)](f,g,t(337)))}))}));for(const e of n[t(413)][t(385)](t(338))[t(353)])o[e[t(391)]]=e[t(414)][t(395)]();r[t(421)][t(340)](t(360),t(403),t(384),(()=>!1)),r[t(421)][t(340)](t(360),t(337),t(384),(()=>!1)),r[t(421)][t(340)](t(381),t(337),t(384),(()=>!1)),r[t(421)][t(340)](t(360),t(403),t(341),(([e])=>{const n=t;s[n(375)](e[n(434)]())})),r[t(421)][t(340)](t(360),t(403),t(389),((e,n)=>{const s=t;r[s(421)][s(396)](s(360),"",s(341))(e,{commandName:n[s(339)],commandParams:n[s(405)]})})),r[t(421)][t(340)](t(360),t(403),t(400),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(360),subType:t(403)},{type:t(378),subType:t(416)},{type:t(360),subType:t(415)},{type:t(378),subType:t(415)}];function a(e,n){const o=t,a=i[o(336)]((({type:t,subType:n})=>e[o(392)]==t&&e[o(362)]==n)),c=i[o(336)]((({type:t,subType:e})=>n[o(392)]==t&&n[o(362)]==e));if(a<0||c<0)return!1;const u=e[o(379)](),l=n[o(379)]();if((0==a||1==a)&&2==c&&u[o(348)](l))return!0;if(2==a&&3==c){const t=r[o(366)](u,o(378))[o(388)]((({suggestion:t,meta:e})=>e[o(357)]&&o(415)==t[o(362)]));if(t[o(352)]>1&&l[o(387)][o(411)](u[o(407)]))return!0;if(1==t[o(352)]&&(u[o(407)][o(411)](l[o(387)])||u[o(387)][o(411)](l[o(407)])))return!0}if(3==a&&3==c&&u[o(407)][o(390)](l[o(407)])){const t=u[o(387)][o(428)],e=l[o(407)][o(429)];return s[o(432)](t)&&t===e}return!1}n[t(427)][t(356)][t(350)]((()=>{const e=t;let o=!1;const i=Array[e(372)](n[e(427)][e(356)][e(347)][e(412)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(354)](t);if(e(355)==i&&r[e(426)](u)){if(e(360)==a&&(e(403)==c||e(337)==c)){const t=r[e(361)](u);if(n[e(386)]){const n=t[e(379)]()[e(434)]();if(s[e(432)](n))continue;r[e(343)](t),o=!0}}if(e(378)==a&&e(416)==c&&!n[e(386)]){const t=r[e(361)](u);t[e(408)]&&t[e(408)][e(423)]&&(r[e(343)](t[e(408)]),o=!0)}}}return o})),this[t(435)](o)}[jo(435)](t){const e=jo,n=this[e(418)],r=n[e(349)];n[e(413)][e(385)](e(433))[e(370)][e(417)]((n=>{const s=e;if(s(360)!=n[s(392)]&&s(381)!=n[s(392)])return;const{data:o}=n;if(!o||s(380)!=o[s(339)])return;const i=o[s(371)][0][s(364)];return function(t){const e=s;return{type:e(402),content:Wr(r,e(377),t)}}(s(399)===i?Wr(r,s(376)):t[i]||i)}))}}const Wo=zo;function zo(t,e){const n=Ko();return(zo=function(t,e){return n[t-=455]})(t,e)}function Ko(){const t=["1659lMSRBc","bind","28989560vPCAkX","editor","8IBufBd","commands","12242331mBuWKN","lowest","collaboration_features","forEach","_setSuggestionData","TrackChangesEditing","Users","trackChanges","_handleImportedData","get","_trackChangesExecuted","_trackChangesValueDuringImport","afterInit","execute","6298901wnZswJ","listenTo","1425vOMoPB","high","31218rtJKtF","614248JLpxAo","dataInsert","track_changes","enableCommand","value","1860WXxAXg","plugins","495192yVlUjE","importWord"];return(Ko=function(){return t})()}!function(t,e){const n=zo,r=t();for(;;)try{if(757528===-parseInt(n(468))/1+-parseInt(n(475))/2+parseInt(n(477))/3*(-parseInt(n(473))/4)+-parseInt(n(465))/5*(parseInt(n(467))/6)+-parseInt(n(463))/7+parseInt(n(481))/8*(parseInt(n(483))/9)+parseInt(n(479))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ko);class Xo extends t.Plugin{constructor(t){const e=zo;super(t),this[e(460)]=!1,this[e(459)]=!1}[Wo(461)](){const t=Wo,e=this[t(480)],n=e[t(482)][t(458)](t(476)),r=e[t(482)][t(458)](t(456));n&&(n.on(t(462),((e,[,n])=>{const s=t;this[s(460)]=r[s(472)],n[s(485)][s(470)]=!this[s(460)]}),{priority:t(466)}),this[t(464)](n,t(469),this[t(457)][t(478)](this)),this[t(464)](n,t(469),(()=>{const e=t;this[e(459)]&&(r[e(462)](),this[e(459)]=!1)}),{priority:t(484)}),e[t(474)][t(458)](t(488))[t(471)](t(476)))}[Wo(457)](t,e){const n=Wo,{suggestions:r}=e,s=this[n(480)][n(482)][n(458)](n(456)),o=s[n(472)];this[n(460)]!==o&&(s[n(462)](),this[n(459)]=!0),r&&r[n(486)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(480)][o(474)][o(458)](o(455)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(476)}}};this[o(480)][o(474)][o(458)](o(488))[o(487)](i)}))}}const qo=Jo;function Zo(){const t=["outdent","plugins","8sKTHgf","indentBlock","IndentEditing","IndentBlock","_enableDefaultAttributesIntegration","_descriptionFactory","*Outdent:* %0","_registerBlockAttribute","outdentBlock","registerDescriptionCallback","type","348108lHYUZY","editor","5WRBIrD","locale","commandName","397974gmLwhi","985689aOhSaD","formatBlock","getItems","_registerLegacyDescription","726575Twkmnn","afterInit","has","registerAttributeLabel","blockIndent","1129065ScsKYE","4115740nzHoSX","format","getItemLabel","indent","FORMAT_INDENT","3ySPLCs","114934mgtAao","TrackChangesEditing","enableCommand","*Indent:* %0","get"];return(Zo=function(){return t})()}function Jo(t,e){const n=Zo();return(Jo=function(t,e){return n[t-=287]})(t,e)}!function(t,e){const n=Jo,r=t();for(;;)try{if(184054===parseInt(n(313))/1*(-parseInt(n(293))/2)+parseInt(n(292))/3*(parseInt(n(311))/4)+-parseInt(n(321))/5+parseInt(n(316))/6+parseInt(n(326))/7+parseInt(n(300))/8*(-parseInt(n(317))/9)+parseInt(n(287))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zo);class Yo extends t.Plugin{[qo(322)](){const t=qo,e=this[t(312)],n=e[t(299)][t(297)](t(294));if(e[t(299)][t(323)](t(302))&&(n[t(295)](t(290)),n[t(295)](t(298))),e[t(299)][t(323)](t(303)))for(const e of[t(301),t(308)])n[t(304)](e);const r=e[t(314)];n[t(307)](t(325)),n[t(305)][t(324)](t(325),Wr(r,t(291))),this[t(320)]()}[qo(320)](){const t=qo,e=this[t(312)],n=e[t(314)],r=e[t(299)][t(297)](t(294));r[t(305)][t(309)]((e=>{const s=t;if(s(318)!=e[s(310)])return;const{data:o}=e;if(!o)return;if(s(301)!=o[s(315)]&&s(308)!=o[s(315)])return;const i=e[s(319)]()[0],a=r[s(305)][s(289)](i);return s(301)==o[s(315)]?{type:s(288),content:Wr(n,s(296),a)}:s(308)==o[s(315)]?{type:s(288),content:Wr(n,s(306),a)}:void 0}))}}var Qo=$o;function $o(t,e){var n=ei();return($o=function(t,e){return n[t-=129]})(t,e)}!function(t,e){for(var n=$o,r=t();;)try{if(232175===parseInt(n(136))/1+-parseInt(n(134))/2*(parseInt(n(138))/3)+-parseInt(n(141))/4*(parseInt(n(129))/5)+-parseInt(n(132))/6+-parseInt(n(142))/7*(-parseInt(n(135))/8)+-parseInt(n(145))/9+-parseInt(n(146))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ei);class ti extends t.Plugin{static get[Qo(139)](){return[vs.Input]}[Qo(131)](){var t=Qo;this[t(143)][t(140)][t(137)](t(130))[t(133)](t(144))}}function ei(){var t=["256729kQKAgJ","get","3gTNVuW","requires","plugins","4eeUeRn","77399URuReJ","editor","input","2637477EWSowo","418420qDCrSx","79990dlhlry","TrackChangesEditing","init","126330oMlVYu","enableCommand","211886XBAZWn","328nvouLX"];return(ei=function(){return t})()}const ni=ri;function ri(t,e){const n=si();return(ri=function(t,e){return n[t-=417]})(t,e)}function si(){const t=["newValue","key","_enableDefaultAttributesIntegration","9555291MKJvuu","*Remove link*","19984rRBGfN","label","formatInline","editor","8npsYyG","locale","commands","link","1403466qVttky","format","plugins","afterInit","18010vqjrrq","has","unlink","map","attribute","toLowerCase","commandName","31897368OOifWz","linkHref","1005htGURL","type","52wzZWBQ","get","15902xQptNT","commandParams","registerDescriptionCallback","link (","registerAttributeLabel","manualDecorators","*Set link:* %0","_descriptionFactory","TrackChangesEditing","_registerLegacyDescription","921872tmVSsZ","LinkEditing","42smvHUB","5786dWAFfZ"];return(si=function(){return t})()}!function(t,e){const n=ri,r=t();for(;;)try{if(672043===parseInt(n(432))/1*(-parseInt(n(430))/2)+parseInt(n(459))/3+parseInt(n(451))/4*(-parseInt(n(428))/5)+parseInt(n(444))/6*(-parseInt(n(442))/7)+parseInt(n(455))/8*(-parseInt(n(449))/9)+-parseInt(n(419))/10*(-parseInt(n(445))/11)+parseInt(n(426))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(si);class oi extends t.Plugin{[ni(418)](){const t=ni,e=this[t(454)];if(!e[t(417)][t(420)](t(443)))return;const n=e[t(417)][t(431)](t(440)),r=e[t(457)][t(431)](t(458));n[t(448)](t(458),[t(427),...r[t(437)][t(422)]((t=>t.id))]),n[t(448)](t(421));for(const e of r[t(437)])n[t(439)][t(436)](e.id,t(435)+e[t(452)][t(424)]()+")");n[t(439)][t(434)]((n=>{const r=t;if(r(423)!=n[r(429)])return;const{data:s}=n;if(!s||r(427)!=s[r(447)])return;const o=s[r(446)],i=e[r(456)];return{type:r(460),content:null==o?Wr(i,r(450)):Wr(i,r(438),'"'+o+'"')}})),this[t(441)]()}[ni(441)](){const t=ni,e=this[t(454)],n=e[t(456)];e[t(417)][t(431)](t(440))[t(439)][t(434)]((e=>{const r=t;if(r(453)!=e[r(429)])return;const{data:s}=e;if(s){if(r(458)==s[r(425)]){const t=s[r(433)][0];return{type:r(460),content:Wr(n,r(438),'"'+t+'"')}}return r(421)==s[r(425)]?{type:r(460),content:Wr(n,r(450))}:void 0}}))}}const ii=ai;function ai(t,e){const n=ci();return(ai=function(t,e){return n[t-=284]})(t,e)}function ci(){const t=["afterInit","bulletedList","registerElementLabel","commandName","getSelectedBlocks","execute","ELEMENT_LIST_ITEM","editor","name","parent","format","LegacyTodoListEditing","findIndex","type","commandParams","checkTodoList","value","listItem","nextSibling","enableCommand","2634PwrPVR","_selectedElements","*Uncheck item*","push","isObject","numbered","forceValue","indentList","slice","numberedList","ELEMENT_TODO_LIST","ELEMENT_NUMBERED_LIST","*Indent:* %0","*Outdent:* %0","List","6785735PmShic","previousSibling","formatInline","todo","document","createPositionAt","createRange","*Check item*","element","listIndent","locale","from","1349300MEPFTi","length","checkChild","ELEMENT_BULLETED_LIST","TrackChangesEditing","formatBlock","outdentList","todoListChecked","todoList","model","1189125IdtfWJ","plugins","2359TgLnpH","replace","_descriptionFactory","paragraph","commands","registerDescriptionCallback","markBlockFormat","getAttribute","blockName","38389203ToYLdT","selection","bulleted","listType","has","LegacyListEditing","*Change to:* %0","before","get","filter","1170578MyTTNh","end","change","8mJVnHP","add","3625544WWiRAw","schema"];return(ci=function(){return t})()}!function(t,e){const n=ai,r=t();for(;;)try{if(701024===-parseInt(n(352))/1+-parseInt(n(321))/2+parseInt(n(331))/3+-parseInt(n(357))/4+-parseInt(n(309))/5+-parseInt(n(294))/6*(-parseInt(n(333))/7)+-parseInt(n(355))/8*(-parseInt(n(342))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ci);class ui extends t.Plugin{[ii(359)](){const t=ii,e=this[t(366)],n=e[t(319)];if(!e[t(332)][t(346)](t(347)))return;const r=e[t(332)][t(350)](t(325)),s=e[t(332)][t(346)](t(285));function o(t){return()=>{const n=ai,s=e[n(330)][n(313)][n(343)],o=e[n(337)][n(350)](t);if(o[n(290)])return void e[n(364)](n(336),{});const i=t[n(302)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(320)](t)[s(351)]((t=>function(t,e){const n=s;return e[n(323)](t[n(368)],n(291))&&!e[n(298)](t)}(t,r)));o=o[s(351)]((t=>!t.is(s(317),s(291))||t[s(340)](s(345))!=e));const i=new Set;for(const t of o)t.is(s(317),s(291))?i[s(356)](li(t)):i[s(356)](t);return Array[s(320)](i)}(s[n(363)](),i,e[n(330)][n(358)]);e[n(330)][n(354)]((()=>{const e=n;for(const n of a)r[e(339)](n,{commandName:t,commandParams:[{forceValue:!o[e(290)]}],formatGroupId:e(341)},fi(n))}))}}function i(t){return()=>{const n=ai,s=function(t){const e=ai;let n=Array[e(320)](t);const r=n[e(286)]((t=>e(291)!=t[e(367)]));return r>-1&&(n=n[e(302)](0,r)),n}(e[n(330)][n(313)][n(343)][n(363)]()),o=e[n(330)][n(315)](e[n(330)][n(314)](s[0],n(349)),e[n(330)][n(314)](s[s[n(322)]-1],n(353)));e[n(330)][n(354)]((()=>{const e=n;r[e(339)](o,{commandName:t,commandParams:[],formatGroupId:e(318)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(292)];for(;t&&t[n(340)](n(318))>e[n(340)](n(318));)r[n(356)](t),t=t[n(292)]}return Array[n(320)](r)}(s))}))}}r[t(293)](t(303),o(t(303))),r[t(293)](t(360),o(t(360))),s&&r[t(293)](t(329),o(t(329))),r[t(293)](t(301),i(t(301))),r[t(293)](t(327),i(t(327))),s&&r[t(293)](t(289),(()=>{const n=t,s=e[n(337)][n(350)](n(289)),o=Array[n(320)](s[n(295)]);o[n(351)]((t=>t[n(340)](n(328))!=s[n(290)])),e[n(330)][n(354)]((()=>{const t=n;for(const e of o)r[t(339)](e,{commandName:t(289),commandParams:[{forceValue:!s[t(290)]}]})}))})),r[t(335)][t(361)](t(291),(e=>Wr(n,t(365),e))),r[t(335)][t(338)]((e=>{const r=t;if(r(326)!=e[r(287)]&&r(311)!=e[r(287)])return;const{data:s}=e;if(s){if(r(303)==s[r(362)]||r(360)==s[r(362)]||r(329)==s[r(362)])switch(s[r(362)][r(334)](r(308),"")){case r(344):return o(Wr(n,r(324)));case r(299):return o(Wr(n,r(305)));case r(312):return o(Wr(n,r(304)))}if(r(301)==s[r(362)])return{type:r(284),content:Wr(n,r(306),Wr(n,r(365)))};if(r(327)==s[r(362)])return{type:r(284),content:Wr(n,r(307),Wr(n,r(365)))};if(r(289)==s[r(362)])return s[r(288)][0][r(300)]?{type:r(284),content:Wr(n,r(316))}:{type:r(284),content:Wr(n,r(296))}}function o(t){const e=r;return{type:e(284),content:Wr(n,e(348),t)}}}))}}function li(t){const e=ii,n=t[e(340)](e(318));if(0==n)return t;let r=t;for(;t[e(310)]&&t[e(310)].is(e(317),e(291));){const s=t[e(310)][e(340)](e(318));if(s==n)r=t[e(310)];else if(s<n)break;t=t[e(310)]}return r}function fi(t){const e=ii,n=[];if(t.is(e(317),e(291))&&t[e(340)](e(318))>0){let r=t[e(292)];for(;r&&e(291)==r[e(367)]&&r[e(340)](e(318))==t[e(340)](e(318));)n[e(297)](r),r=r[e(292)]}return n}const hi=di;function gi(){const t=["_getSuggestionBlocksForListStyle","filter","4288235qpAYJk","plugins","type","parent","ELEMENT_","bind","formatInline","1986300Hcxbnt","638487reHthC","getFirstPosition","*Change to:* %0","startIndex","handleListStartCommand","unshift","*Format:* set order to reversed","LegacyListPropertiesEditing","_descriptionFactory","markMultiRangeBlockFormat","has","createRange","toUpperCase","14YlxKyh","5968wJHpUG","list.properties","handleListStyleCommand","getSiblingNodes","*Format:* set start index to %0","TrackChangesEditing","locale","reversed","_getSuggestionBlocks","selection","LegacyListUtils","listStart","_LIST_","model","listItem","map","listType","listStyle","replace","5700yIOUgA","numbered","createPositionAt","getLastPosition","handleDescriptions","1154612HastEv","_getTranslationKeyForListStyle","format","152PvKltS","change","enableCommand","commandParams","formatBlock","afterInit","config","document","getListTypeFromListStyleType","styles","commandName","469215jhCjxl","*Format:* set order to regular","handleListReversedCommand","get","14470710vJLZrJ","element","forward","getAttribute","editor","before","backward","getSelectedBlocks","flat","from","listReversed","push","registerDescriptionCallback","length"];return(gi=function(){return t})()}function di(t,e){const n=gi();return(di=function(t,e){return n[t-=386]})(t,e)}!function(t,e){const n=di,r=t();for(;;)try{if(873784===parseInt(n(446))/1+-parseInt(n(421))/2*(-parseInt(n(460))/3)+parseInt(n(422))/4*(parseInt(n(441))/5)+parseInt(n(407))/6+-parseInt(n(400))/7+parseInt(n(449))/8*(-parseInt(n(408))/9)+-parseInt(n(464))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gi);class pi extends t.Plugin{[hi(454)](){const t=hi;if(!this[t(388)][t(401)][t(418)](t(415)))return;const e=this[t(388)][t(455)][t(463)](t(423)),n=this[t(388)][t(401)][t(463)](t(427));e[t(458)]&&n[t(451)](t(439),this[t(424)][t(405)](this)),e[t(429)]&&n[t(451)](t(394),this[t(462)][t(405)](this)),e[t(411)]&&n[t(451)](t(433),this[t(412)][t(405)](this)),n[t(416)][t(396)](this[t(445)][t(405)](this))}[hi(424)](t,e={}){const n=hi,r=this[n(388)][n(401)][n(463)](n(427)),s=this[n(398)]();this[n(388)][n(435)][n(450)]((()=>{const t=n;r[t(417)](s,{commandName:t(439),commandParams:[{type:e[t(402)]}],formatGroupId:t(439)})}))}[hi(462)](t,e={}){const n=hi,r=this[n(388)][n(401)][n(463)](n(427)),s=this[n(430)]((t=>t.is(n(465),n(436))&&n(442)===t[n(387)](n(438))));if(s[n(397)]<1)return;const o=s[n(437)]((t=>this[n(388)][n(435)][n(419)](this[n(388)][n(435)][n(443)](t,n(389)),this[n(388)][n(435)][n(443)](t,0))));this[n(388)][n(435)][n(450)]((()=>{const t=n;r[t(417)](o,{commandName:t(394),commandParams:[{reversed:e[t(429)]}],formatGroupId:t(394)})}))}[hi(412)](t,e={}){const n=hi,r=this[n(388)][n(401)][n(463)](n(427)),s=this[n(430)]((t=>t.is(n(465),n(436))&&n(442)===t[n(387)](n(438))));if(s[n(397)]<1)return;const o=s[n(437)]((t=>this[n(388)][n(435)][n(419)](this[n(388)][n(435)][n(443)](t,n(389)),this[n(388)][n(435)][n(443)](t,0))));this[n(388)][n(435)][n(450)]((()=>{const t=n;r[t(417)](o,{commandName:t(433),commandParams:[{startIndex:e[t(411)]}],formatGroupId:t(433)})}))}[hi(445)](t){const e=hi;if(e(453)!=t[e(402)]&&e(406)!=t[e(402)])return;const n=this[e(388)][e(428)],{data:r}=t;if(!r)return;let s,o;switch(r[e(459)]){case e(439):s=e(410),o={type:e(448),content:Wr(n,s,Wr(n,this[e(447)](r[e(452)][0][e(402)])))};break;case e(394):s=r[e(452)][0][e(429)]?e(414):e(461),o={type:e(448),content:Wr(n,s)};break;case e(433):s=e(426),o={type:e(448),content:Wr(n,s,r[e(452)][0][e(411)])}}return o}[hi(398)](){const t=hi;var e,n,r,s;const o=this[t(388)][t(401)][t(463)](t(432));let i=Array[t(393)](this[t(388)][t(435)][t(456)][t(431)][t(391)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(465),t(436)))&&i[t(413)](...o[t(425)](this[t(388)][t(435)][t(456)][t(431)][t(409)](),t(390))),(null===(n=i[i[t(397)]-1])||void 0===n?void 0:n.is(t(465),t(436)))&&i[t(395)](...o[t(425)](this[t(388)][t(435)][t(456)][t(431)][t(444)](),t(386))),i=[...new Set(i)],(null===(s=null===(r=this[t(388)][t(435)][t(456)][t(431)][t(409)]())||void 0===r?void 0:r[t(403)])||void 0===s?void 0:s.is(t(465),t(436)))&&(i=i[t(399)]((e=>e.is(t(465),t(436))))),i}[hi(430)](t){const e=hi,n=this[e(388)][e(401)][e(463)](e(432));let r=Array[e(393)](this[e(388)][e(435)][e(456)][e(431)][e(391)]())[e(399)](t)[e(437)]((t=>{const r=e,s=this[r(388)][r(435)][r(443)](t,0);return[...n[r(425)](s,r(390)),...n[r(425)](s,r(386))]}))[e(392)]();return r=[...new Set(r)],r}[hi(447)](t){const e=hi;return e(404)+this[e(388)][e(401)][e(463)](e(432))[e(457)](t)[e(420)]()+e(434)+t[e(420)]()[e(440)](/-/g,"_")}}function mi(){const t=["enableCommand","downcastDispatcher","afterInit","conversion","elementToElement","TrackChangesEditing","editor","media","registerElementLabel","mediaEmbed","has","3644376KYUWHc","_descriptionFactory","MediaEmbedEditing","1143940PlaRQs","2228193kQGNHr","locale","ELEMENT_MEDIA","1436400SNbiht","div","attribute:url:media","options","for","dataDowncast","stop","36TdqoHS","showSuggestionHighlights","16402552rBVZCF","high","plugins","data","806071jsWhRT","3794MfWOfo","createEmptyElement","get"];return(mi=function(){return t})()}const Ii=Ei;function Ei(t,e){const n=mi();return(Ei=function(t,e){return n[t-=177]})(t,e)}!function(t,e){const n=Ei,r=t();for(;;)try{if(576982===-parseInt(n(199))/1+-parseInt(n(185))/2+-parseInt(n(182))/3+parseInt(n(178))/4+-parseInt(n(181))/5+-parseInt(n(192))/6*(parseInt(n(198))/7)+parseInt(n(194))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(mi);class bi extends t.Plugin{[Ii(204)](){const t=Ii,e=this[t(208)];if(!e[t(196)][t(177)](t(180)))return;const n=e[t(196)][t(201)](t(207)),r=e[t(183)];n[t(202)](t(211)),n[t(179)][t(210)](t(209),(e=>Wr(r,t(184),e))),e[t(205)][t(189)](t(190))[t(206)]({model:t(209),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(193)])return n[s(200)](s(186))},converterPriority:t(195)}),e[t(197)][t(203)].on(t(187),((e,n,r)=>{const s=t;r[s(188)][s(193)]&&e[s(191)]()}),{priority:t(195)})}}const Ti=_i;function _i(t,e){const n=Ai();return(_i=function(t,e){return n[t-=199]})(t,e)}!function(t,e){const n=_i,r=t();for(;;)try{if(465152===parseInt(n(220))/1*(parseInt(n(206))/2)+-parseInt(n(200))/3*(parseInt(n(204))/4)+parseInt(n(209))/5*(-parseInt(n(219))/6)+-parseInt(n(201))/7*(parseInt(n(216))/8)+-parseInt(n(212))/9*(-parseInt(n(207))/10)+parseInt(n(210))/11*(-parseInt(n(215))/12)+parseInt(n(217))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ai);class yi extends t.Plugin{[Ti(205)](){const t=Ti,e=this[t(202)];e[t(214)][t(203)](t(218))&&e[t(214)][t(211)](t(199))[t(213)](t(208))}}function Ai(){const t=["1723501Joiluh","MentionEditing","307872jDPXnu","441033wMyANh","TrackChangesEditing","6300NgPPTo","77zKfZvR","editor","has","228WMtsqj","afterInit","2NdXqoe","10kiITEo","mention","25FHbKsX","154axpaEq","get","7691049cPoypj","enableCommand","plugins","466080TVLrlW","31272KcIeHV"];return(Ai=function(){return t})()}const Ci=ki;function ki(t,e){const n=Ri();return(ki=function(t,e){return n[t-=369]})(t,e)}function Ri(){const t=["locale","27kPyUUe","6657309gljnwz","editor","PageBreakEditing","95684ulJyNl","get","afterInit","enableCommand","10mXcFEI","1760944mEAtfF","186mTVMnC","registerElementLabel","2585724xITsgi","8734690ICgNbt","ELEMENT_PAGE_BREAK","pageBreak","_descriptionFactory","plugins","has","TrackChangesEditing","3271205JJLkLQ","8578xDZTgF"];return(Ri=function(){return t})()}!function(t,e){const n=ki,r=t();for(;;)try{if(541758===-parseInt(n(384))/1*(-parseInt(n(372))/2)+-parseInt(n(374))/3*(parseInt(n(378))/4)+-parseInt(n(382))/5*(parseInt(n(386))/6)+parseInt(n(371))/7+parseInt(n(383))/8+-parseInt(n(375))/9+parseInt(n(387))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ri);class Ni extends t.Plugin{[Ci(380)](){const t=Ci,e=this[t(376)];if(!e[t(391)][t(369)](t(377)))return;e[t(391)][t(379)](t(370))[t(381)](t(389));const n=e[t(391)][t(379)](t(370)),r=e[t(373)];n[t(390)][t(385)](t(389),(e=>Wr(r,t(388),e)))}}function Li(t,e){const n=vi();return(Li=function(t,e){return n[t-=325]})(t,e)}const Si=Li;function vi(){const t=["insertion","getFirstRange","highest","downcastDispatcher","model","plugins","ck-suggestion-marker--active","commandName","createUIElement","has","Paragraph","733284uvanWb","formatBlock","includes","mapper","nodeAfter","insertParagraph","consumable","isTouching","ck-suggestion-marker-split","get","isBlock","end","5379xrVEqD","name","2830kqXRQy","enableCommand","*Insert:* %0","markerRange","checkChild","TrackChangesEditing","data","*Change to:* %0","607426lRWEmP","paragraph","writer","ELEMENT_PARAGRAPH","608675opzNis","addMarker:suggestion:insertion","start","_enableDefaultAttributesIntegration","options","activeMarkers","_descriptionFactory","$text","afterInit","format","markerName","isLimit","editing","toViewPosition","3148019GRjojE","registerDescriptionCallback","showSuggestionHighlights","addClass","editor","registerElementLabel","4WAlAUh","172680udHRPT","1skqhWb","bindElementToMarker","1881bHiYsh","insert","schema","type","span","getItemLabel","_registerLegacyDescription","8400IzgDvg","locale","consume"];return(vi=function(){return t})()}!function(t,e){const n=Li,r=t();for(;;)try{if(277424===parseInt(n(385))/1*(parseInt(n(359))/2)+-parseInt(n(337))/3*(parseInt(n(383))/4)+-parseInt(n(363))/5+-parseInt(n(384))/6+parseInt(n(377))/7+parseInt(n(394))/8*(-parseInt(n(387))/9)+-parseInt(n(351))/10*(-parseInt(n(349))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(vi);class Mi extends t.Plugin{[Si(371)](){const t=Si,e=this[t(381)];if(!e[t(331)][t(335)](t(336)))return;const n=e[t(395)],r=e[t(331)][t(346)](t(356));r[t(369)][t(382)](t(360),(e=>Wr(n,t(362),e))),r[t(366)](t(360)),r[t(352)](t(342)),e[t(375)][t(329)].on(t(364),Oi(e),{priority:t(328)}),e[t(357)][t(329)].on(t(364),((n,r,s)=>{const o=t;s[o(367)][o(379)]&&Oi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(328)});const s=r[t(369)];s[t(378)]((r=>{const o=t;if(o(326)!==r[o(390)])return;const{start:i,end:a}=r[o(327)]();if(!i[o(344)](a)||!i[o(341)])return;const c=e[o(330)][o(389)],u=i[o(341)];return c[o(347)](u)&&!c[o(374)](u)&&c[o(355)](u,o(370))?{type:o(326),content:Wr(n,o(353),s[o(392)](u,1))}:void 0})),this[t(393)]()}[Si(393)](){const t=Si,e=this[t(381)],n=e[t(395)];e[t(331)][t(346)](t(356))[t(369)][t(378)]((e=>{const r=t;if(r(338)!=e[r(390)])return;const{data:s}=e;return s&&r(360)==s[r(333)]?{type:r(372),content:Wr(n,r(358),Wr(n,r(362)))}:void 0}))}}function Oi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Li,i=t[o(331)][o(346)](o(356)),a=r[o(354)][o(365)],c=r[o(354)][o(348)],u=t[o(330)][o(389)];if(!a[o(344)](c)||!a[o(341)])return;const l=a[o(341)];if(u[o(347)](l)&&!u[o(374)](l)&&u[o(355)](l,o(370))){if(!s[o(343)][o(325)](r[o(354)],n[o(350)]))return;const t=s[o(361)][o(334)](o(391),{class:o(345)}),a=s[o(340)][o(376)](c);e&&i[o(368)][o(339)](r[o(373)])&&s[o(361)][o(380)](o(332),t),s[o(361)][o(388)](a,t),s[o(340)][o(386)](t,r[o(373)])}}}const wi=Fi;function Fi(t,e){const n=Di();return(Fi=function(t,e){return n[t-=466]})(t,e)}function Di(){const t=["_descriptionFactory","format","9DRxxTX","registerDescriptionCallback","5jctHpk","3902640gYyLrd","afterInit","type","formatBlock","_registerLegacyDescription","removeFormat","commandName","editor","get","9388960fDKQVf","7pRarON","24044207cNqqqB","TrackChangesEditing","RemoveFormatEditing","*Remove all formatting*","plugins","810nBuMmg","_enableDefaultAttributesIntegration","has","formatInline","4117335dnsinP","2466552GPOpxa","335sFhTEu","4946332CWXJXE","locale"];return(Di=function(){return t})()}!function(t,e){const n=Fi,r=t();for(;;)try{if(904633===parseInt(n(477))/1*(parseInt(n(471))/2)+-parseInt(n(475))/3+-parseInt(n(478))/4*(-parseInt(n(484))/5)+-parseInt(n(485))/6+parseInt(n(495))/7*(parseInt(n(476))/8)+-parseInt(n(482))/9*(parseInt(n(494))/10)+parseInt(n(466))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Di);class Pi extends t.Plugin{[wi(486)](){const t=wi,e=this[t(492)];e[t(470)][t(473)](t(468))&&(e[t(470)][t(493)](t(467))[t(472)](t(490)),this[t(489)]())}[wi(489)](){const t=wi,e=this[t(492)];e[t(470)][t(493)](t(467))[t(480)][t(483)]((n=>{const r=t;if(r(488)!=n[r(487)]&&r(474)!=n[r(487)])return;const{data:s}=n;return s&&r(490)==s[r(491)]?{type:r(481),content:Wr(e[r(479)],r(469))}:void 0}))}}function xi(){const t=["9778446nidcUx","6442758FvIMNg","acceptSelectedSuggestions","discardSelectedSuggestions","164661AyPAhh","RestrictedEditingModeEditing","goToNextRestrictedEditingException","acceptAllSuggestions","editor","discardSuggestion","plugins","has","6778904snUbxU","acceptSuggestion","goToPreviousRestrictedEditingException","3085648fimrID","discardAllSuggestions","9WPnOPK","5834845xTTskA","get","TrackChangesEditing","enableCommand","trackChanges","48mgQXuS","afterInit","1079517QHNRhM"];return(xi=function(){return t})()}const Bi=Ui;function Ui(t,e){const n=xi();return(Ui=function(t,e){return n[t-=189]})(t,e)}!function(t,e){const n=Ui,r=t();for(;;)try{if(833616===-parseInt(n(209))/1+parseInt(n(199))/2+-parseInt(n(214))/3*(parseInt(n(207))/4)+parseInt(n(202))/5+parseInt(n(210))/6+-parseInt(n(211))/7+parseInt(n(196))/8*(-parseInt(n(201))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xi);class ji extends t.Plugin{[Bi(208)](){const t=Bi,e=this[t(192)];if(!e[t(194)][t(195)](t(189)))return;const n=e[t(194)][t(203)](t(204));n[t(205)](t(198)),n[t(205)](t(190));const r=e[t(194)][t(203)](t(189));r[t(205)](t(206)),r[t(205)](t(197)),r[t(205)](t(193)),r[t(205)](t(191)),r[t(205)](t(200)),r[t(205)](t(212)),r[t(205)](t(213))}}const Gi=Wi;!function(t,e){const n=Wi,r=t();for(;;)try{if(662059===-parseInt(n(312))/1+parseInt(n(358))/2*(-parseInt(n(314))/3)+-parseInt(n(359))/4+-parseInt(n(321))/5+parseInt(n(317))/6+-parseInt(n(319))/7*(-parseInt(n(309))/8)+parseInt(n(360))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vi);class Hi extends t.Plugin{static get[Gi(342)](){return[Js.ShiftEnter]}[Gi(355)](){const t=Gi,e=this[t(331)],n=e[t(345)][t(337)](t(322));n[t(349)](t(338)),e[t(311)][t(357)].on(t(350),zi(e),{priority:t(346)}),e[t(311)][t(357)].on(t(341),zi(e),{priority:t(346)}),e[t(324)][t(357)].on(t(335),((n,r,s)=>{const o=t;s[o(361)][o(332)]&&zi(e,{showActiveMarker:!1})(n,r,s)})),n[t(323)][t(316)](t(339),(n=>Wr(e[t(343)],t(308),n)))}}function Vi(){const t=["541717GqiCNO","deletion","3Uaqjaj","span","registerElementLabel","5909724aOkNdv","split","11529JMGrgs","consumable","4711615xxXEdG","TrackChangesEditing","_descriptionFactory","data","ck-suggestion-marker-","createPositionBefore","toViewPosition","bindElementToMarker","markerName","createUIElement","editor","showSuggestionHighlights","insert","mapper","addMarker:suggestion","getItems","get","shiftEnter","softBreak","activeMarkers","addMarker:suggestion:deletion","requires","locale","addClass","plugins","high","includes","writer","enableCommand","addMarker:suggestion:insertion","test","ck-suggestion-marker--active","name","element","init","markerRange","downcastDispatcher","1882724zYBmzd","1627392MtYHvv","20760966TWCUew","options","model","ELEMENT_LINE_BREAK","984aAdnpL","merge","editing"];return(Vi=function(){return t})()}function Wi(t,e){const n=Vi();return(Wi=function(t,e){return n[t-=308]})(t,e)}function zi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=Wi,i=t[o(345)][o(337)](o(322));if(!s[o(320)][o(351)](r[o(356)],n[o(353)]))return;const a=t[o(362)];for(const t of r[o(356)][o(336)]()){if(!t.is(o(354),o(339)))continue;const n=o(313)==r[o(329)][o(318)](":")[1]?o(310):o(318),c=s[o(348)][o(330)](o(315),{class:o(325)+n}),u=s[o(334)][o(327)](a[o(326)](t));e&&i[o(340)][o(347)](r[o(329)])&&s[o(348)][o(344)](o(352),c),s[o(348)][o(333)](u,c),s[o(334)][o(328)](c,r[o(329)])}}}const Ki=qi;function Xi(){const t=["document","110078aAXhVT","model","FORMAT_RESTRICTED_DISABLED","3825243hNsVTa","afterInit","markInlineFormat","change","7763530JlMRRO","forceValue","isCollapsed","StandardEditingModeEditing","54801EyyrLl","registerDescriptionCallback","2080mIiAxS","selection","has","editor","value","TrackChangesEditing","from","2127530EWrsye","plugins","restrictedEditingException","23749080zlDUuj","11hTAJYs","formatBlock","_descriptionFactory","type","enableCommand","commands","42678DDHFpW","commandName","3ZJPXQH","locale","formatInline","581AFAgus","format","get","getRanges","FORMAT_RESTRICTED_ENABLED","4npKhGe","commandParams"];return(Xi=function(){return t})()}function qi(t,e){const n=Xi();return(qi=function(t,e){return n[t-=202]})(t,e)}!function(t,e){const n=qi,r=t();for(;;)try{if(804716===parseInt(n(204))/1*(parseInt(n(215))/2)+-parseInt(n(218))/3*(-parseInt(n(212))/4)+-parseInt(n(235))/5+-parseInt(n(202))/6*(parseInt(n(207))/7)+parseInt(n(228))/8*(parseInt(n(226))/9)+parseInt(n(222))/10*(parseInt(n(239))/11)+-parseInt(n(238))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xi);class Zi extends t.Plugin{[Ki(219)](){const t=Ki,e=this[t(231)],n=e[t(216)],r=e[t(205)];if(!e[t(236)][t(230)](t(225)))return;const s=e[t(236)][t(209)](t(233)),o=t(237),i=e[t(244)][t(209)](o);s[t(243)](o,((e,r={})=>{const a=t,c=n[a(214)][a(229)];if(c[a(224)])return void e(r);const u=void 0!==r[a(223)]?r[a(223)]:!i[a(232)];n[a(221)]((()=>{const t=a,e=Array[t(234)](c[t(210)]());for(const r of e){const e=u?[r]:Os(o,r,n);for(const n of e)s[t(220)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(241)][t(227)]((e=>{const n=t;if(n(240)!=e[n(242)]&&n(206)!=e[n(242)])return;const{data:s}=e;return s&&s[n(203)]==o?s[n(213)][0][n(223)]?{type:n(208),content:Wr(r,n(211))}:{type:n(208),content:Wr(r,n(217))}:void 0}))}}const Ji=Yi;function Yi(t,e){const n=Qi();return(Yi=function(t,e){return n[t-=456]})(t,e)}function Qi(){const t=["ghsAttributes","6026811yptYBb","3402laMNns","inline","*Remove format:* %0","definitions","8FfkEcD","forceValue","has","plugins","Style","registerAttributeLabel","locale","style","937045VBwdlT","TrackChangesEditing","commandParams","1416720saSQsf","_registerInlineAttribute","toLowerCase","formatInline","6BUyWJx","DataSchema","_enableDefaultAttributesIntegration","StyleUtils","*Set format:* %0","formatBlock","_registerLegacyDescription","format","getGhsAttributeNameForElement","_descriptionFactory","add","1578NbhRut","GeneralHtmlSupport","element","593715yprgHo","editor","11fKLecI","8xPBMqH","afterInit","normalizeConfig","10900683rHqDGS","commandName","type","260LUlmwu","FORMAT_STYLE","registerDescriptionCallback","block","12881670dnQyBL","styleName","get","_registerBlockAttribute","config"];return(Qi=function(){return t})()}!function(t,e){const n=Yi,r=t();for(;;)try{if(719322===-parseInt(n(501))/1+-parseInt(n(466))/2*(-parseInt(n(489))/3)+-parseInt(n(493))/4*(parseInt(n(469))/5)+parseInt(n(508))/6*(parseInt(n(488))/7)+-parseInt(n(472))/8*(-parseInt(n(475))/9)+parseInt(n(482))/10*(parseInt(n(471))/11)+parseInt(n(504))/12*(-parseInt(n(478))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qi);class $i extends t.Plugin{[Ji(473)](){const t=Ji,e=this[t(470)];if(!e[t(496)][t(495)](t(497))||!e[t(496)][t(495)](t(456)))return;const n=e[t(496)][t(484)](t(502)),r=e[t(499)],s=e[t(486)][t(484)](t(500))||{},o=e[t(496)][t(484)](t(467)),i=e[t(496)][t(484)](t(458))[t(474)](e[t(496)][t(484)](t(456)),s[t(492)]);n[t(457)](t(500));const a=new Set;for(const e of i[t(481)]){const n=o[t(463)](e[t(468)]);a[t(465)](n)}const c=new Set;for(const e of i[t(490)]){const n=o[t(463)](e[t(468)]);c[t(465)](n);for(const n of e[t(487)])c[t(465)](n)}for(const e of a)n[t(485)](e),n[t(464)][t(498)](e,Wr(r,t(479)));for(const e of c)n[t(505)](e),n[t(464)][t(498)](e,Wr(r,t(479)));this[t(461)]()}[Ji(461)](){const t=Ji,e=this[t(470)],n=e[t(499)];e[t(496)][t(484)](t(502))[t(464)][t(480)]((e=>{const r=t;if(r(460)!=e[r(477)]&&r(507)!=e[r(477)])return;const{data:s}=e;return s&&r(500)===s[r(476)]?s[r(503)][0][r(494)]?{type:r(462),content:Wr(n,r(459),s[r(503)][0][r(483)][r(506)]())}:{type:r(462),content:Wr(n,r(491),s[r(503)][0][r(483)][r(506)]())}:void 0}))}}const ta=na;function ea(){const t=["getChildren","4058YOeyZn","getColumnIndexes","fromRange","ELEMENT_TABLE_WITH_TEXT","removeTableRow","6768970QaYOPN","oldRange","getAttribute","detach","accept","isTouching","*Insert:* %0","11UKFRvU","plugins","forceValue","item","2203912gplMrS","has","getCellLocation","insertTable","enableCommand","ELEMENT_TABLE_ROW_WITH_TEXT","selection","type","markMultiRangeInsertion","some","getRowIndexes","length","isIntersectingWithRange","createRangeIn","document","tableCell","markMultiRangeDeletion","1017510CimiCD","registerDescriptionCallback","setSelection","insertTableRowAbove","toViewElement","_getSuggestionCoords","min","_suggestionFactory","registerCustomCallback","*Remove:* %0","change:data","every","end","findAncestor","5907284USYroi","filter","21iJIKSx","selectTableRow","model","highest","getSelectionAffectedTableCells","left","_tableSuggestions","minColumn","values","getItems","getChangedMarkers","_tablePostFixingSubtypes","TrackChangesEditing","tablePaste","ELEMENT_TABLE_COLUMN","afterInit","maxRow","push","ELEMENT_TABLE_ROW","table","span","refresh","maxColumn","isArray","startsWith","downcastDispatcher","nodeBefore","insertTableRowBelow","start","low","addClass","colspan","differ","execute","insertTableColumnRight","mapper","createTableWalker","batch","map","getRanges","9HXsGCq","writer","removeClass","change","includes","root","TableUtils","above","getContainedElement","minRow","nodeAfter","add","tableRow","insert","classes","hasAttribute","element","from","join","position","tableColumn","3elqwMq","MAX_SAFE_INTEGER","MIN_SAFE_INTEGER","enqueueChange","_descriptionFactory","last","subType","isEqual","get","insertion","$graveyard","getFirstRange","TableEditing","753345uiGFdR","name","options","deletion","_splitMarkerName","showSuggestionHighlights","createPositionAt","_setupColumnsRowsFixing","addMarker:suggestion","registerElementLabel","discard","max","createRangeOn","order","isInContent","commands","first","removeTableColumn","ELEMENT_TABLE","suggestion","locale","getChanges","96prjImN","editor","ELEMENT_TABLE_COLUMN_WITH_TEXT","toLowerCase","insertTableColumnLeft","registerPostFixer","getSuggestion","data","_acceptFormatSuggestionCallbackFactory","addRange","$textProxy","substr","rowspan","14084990HADrUZ","selectTableColumn","rootName","_getCoordsForCells","cell","727phtZxX"];return(ea=function(){return t})()}function na(t,e){const n=ea();return(na=function(t,e){return n[t-=465]})(t,e)}!function(t,e){const n=na,r=t();for(;;)try{if(740030===parseInt(n(588))/1*(-parseInt(n(590))/2)+-parseInt(n(535))/3*(parseInt(n(472))/4)+parseInt(n(548))/5+-parseInt(n(623))/6*(-parseInt(n(474))/7)+-parseInt(n(606))/8*(-parseInt(n(514))/9)+-parseInt(n(583))/10*(parseInt(n(602))/11)+parseInt(n(570))/12*(parseInt(n(595))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ea);class ra extends t.Plugin{constructor(t){const e=na;super(t),this[e(485)]=[e(526),e(534)],this[e(480)]=new Set}[ta(489)](){const t=ta,e=this[t(571)],n=e[t(476)][t(620)][t(612)];if(!e[t(603)][t(607)](t(547)))return;const r=e[t(568)],s=e[t(603)][t(543)](t(486)),o=e[t(603)][t(543)](t(520));s[t(539)][t(557)](t(493),(e=>Wr(r,t(566),e))),this[t(555)](),s[t(610)](t(609)),s[t(610)](t(475)),s[t(610)](t(584));for(const r of[t(626),t(501)]){const i=e[t(563)][t(543)](r);s[t(610)](r,(r=>{const a=t;e[a(476)][a(517)]((t=>{const e=a;r();const c=e(521)===i[e(561)],u=o[e(478)](n),l=o[e(616)](u),f=c?l[e(564)]-1:l[e(540)]+1,h=u[0][e(471)](e(493)),g=o[e(510)](h,{startRow:f,endRow:f}),d=Array[e(531)](g)[e(512)]((n=>t[e(560)](n[e(587)])));s[e(614)](d,e(526))}))}))}for(const r of[t(574),t(508)]){const i=e[t(563)][t(543)](r);s[t(610)](r,(r=>{const a=t;e[a(476)][a(517)]((t=>{const e=a;r();const c=e(479)===i[e(561)],u=o[e(478)](n),l=o[e(591)](u),f=c?l[e(564)]-1:l[e(540)]+1,h=u[0][e(471)](e(493)),g=o[e(510)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(531)](g)[e(512)]((n=>t[e(560)](n[e(587)])));s[e(614)](d,e(534))}))}))}for(const r of[t(594),t(565)]){const i=r[t(581)](11),a=i[t(573)](),c=a[t(581)](0,3)+t(494),u=t(493)+i,l=t(629)+i,f=t(559)+i;s[t(610)](r,(()=>{const i=t;e[i(476)][i(517)]((t=>{const e=i,h=o[e(478)](n),g=h[0][e(471)](e(493));let d;if(e(594)==r){const t=o[e(616)](h);d={startRow:t[e(564)],endRow:t[e(540)],includeAllSlots:!0}}else{const t=o[e(591)](h);d={startColumn:t[e(564)],endColumn:t[e(540)],includeAllSlots:!0}}const p=o[e(510)](g,d),m=Array[e(531)](p)[e(512)]((({cell:t})=>t)),I=sa(m[e(473)]((t=>t[e(529)](c)))),E=sa(m[e(473)]((t=>!t[e(529)](c))))[e(512)]((n=>t[e(560)](n))),b=s[e(622)](E,u);if(b&&(e(526)==b[e(541)]||e(534)==b[e(541)])){const n=this[e(628)](b);for(const r of I){const s=t[e(560)](r),i=o[e(608)](r),u=r[e(597)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(579)](s)}}}))}))}function c(r){const s=t,o=Array[s(531)](n[s(513)]())[s(512)]((t=>i.LiveRange[s(592)](t)));e[s(476)][s(517)]((t=>{const n=s,i=t[n(511)];r=r[n(473)]((t=>n(545)!=t[n(519)][n(585)])),t[n(625)](r),e[n(563)][n(543)](n(594))[n(495)](),e[n(507)](n(594),{forceDefaultExecution:!0}),e[n(476)][n(538)]((()=>{const t=n;e[t(476)][t(538)](i,(e=>{const n=t,r=o[n(473)]((t=>n(545)!=t[n(519)][n(585)]));r[n(617)]>0&&e[n(625)](r);for(const t of o)t[n(598)]()}))}))}))}function u(r){const s=t;e[s(476)][s(517)]((t=>{const o=s,a=Array[o(531)](n[o(513)]())[o(512)]((t=>i.LiveRange[o(592)](t))),c=[];for(const t of r)for(const e of t[o(483)]({shallow:!0}))c[o(491)](e);for(const n of c)o(545)!=n[o(519)][o(585)]&&(t[o(625)](t[o(554)](n,0)),e[o(563)][o(543)](o(565))[o(495)](),e[o(507)](o(565),{forceDefaultExecution:!0}));const u=a[o(473)]((t=>o(545)!=t[o(519)][o(585)]));u[o(617)]>0&&t[o(625)](u);for(const t of a)t[o(598)]()}))}function l(e,n){const r=t;return n[r(469)]((t=>e[r(615)]((e=>e[r(470)][r(542)](t[r(502)])||t[r(470)][r(542)](e[r(502)])))))}function f(e,n){const r=t;return e[r(615)]((t=>n[r(615)]((e=>t[r(470)][r(600)](e[r(502)])))))}e[t(577)][t(499)].on(t(556),((e,n,r)=>{const s=t;if(!r[s(550)][s(553)])return;const o=n[s(605)];if(!o)return;const i=r[s(509)][s(627)](o);function c(t){return Array[s(497)](t)?t:[t]}i&&s(621)===o[s(549)]&&(0,a.setHighlightHandling)(i,r[s(515)],((t,e,n)=>n[s(504)](c(e[s(528)]),t)),((t,e,n)=>n[s(516)](c(e[s(528)]),t)))}),{priority:t(477)}),s[t(539)][t(624)]((e=>{const n=t;if(n(544)!=e[n(613)]&&n(551)!=e[n(613)])return;const s=e[n(522)]();if(null!=s&&s.is(n(530),n(493))){if(n(544)==e[n(613)]){const t=e[n(483)]()[n(473)]((t=>t.is(n(580))))[n(512)]((t=>t[n(577)]));if(t[n(617)])return{type:n(544),content:Wr(r,n(601),Wr(r,n(593),'"'+t[n(532)](" ")+'"'))}}if(n(551)==e[n(613)]){const t=e[n(483)]()[n(473)]((t=>t.is(n(580))))[n(512)]((t=>t[n(577)]));if(t[n(617)])return{type:n(551),content:Wr(r,n(467),Wr(r,n(593),'"'+t[n(532)](" ")+'"'))}}}})),s[t(539)][t(624)]((e=>{const n=t;if(n(526)==e[n(541)]){const t=e[n(483)]()[n(473)]((t=>t.is(n(580))))[n(512)]((t=>t[n(577)])),s=this[n(628)](e),o=s[n(490)]-s[n(523)]+1;if(n(544)==e[n(613)])return t[n(617)]?{type:n(544),content:Wr(r,n(601),Wr(r,n(611),[o,'"'+t[n(532)](" ")+'"']))}:{type:n(544),content:Wr(r,n(601),Wr(r,n(492),o))};if(n(551)==e[n(613)])return t[n(617)]?{type:n(551),content:Wr(r,n(467),Wr(r,n(611),[o,'"'+t[n(532)](" ")+'"']))}:{type:n(551),content:Wr(r,n(467),Wr(r,n(492),o))}}if(n(534)==e[n(541)]){const t=e[n(483)]()[n(473)]((t=>t.is(n(580))))[n(512)]((t=>t[n(577)])),s=this[n(628)](e),o=s[n(496)]-s[n(481)]+1;if(n(544)==e[n(613)])return t[n(617)]?{type:n(544),content:Wr(r,n(601),Wr(r,n(572),[o,'"'+t[n(532)](" ")+'"']))}:{type:n(544),content:Wr(r,n(601),Wr(r,n(488),o))};if(n(551)==e[n(613)])return t[n(617)]?{type:n(551),content:Wr(r,n(467),Wr(r,n(572),[o,'"'+t[n(532)](" ")+'"']))}:{type:n(551),content:Wr(r,n(467),Wr(r,n(488),o))}}})),s[t(465)][t(466)](t(544),t(526),t(558),c),s[t(465)][t(466)](t(551),t(526),t(599),c),s[t(465)][t(466)](t(544),t(534),t(558),u),s[t(465)][t(466)](t(551),t(534),t(599),u),s[t(465)][t(466)](t(544),t(534),t(532),l),s[t(465)][t(466)](t(551),t(534),t(532),l),s[t(465)][t(466)](t(544),t(526),t(532),f),s[t(465)][t(466)](t(551),t(526),t(532),f)}[ta(578)](){const t=ta,e=this[t(571)],n=e[t(476)][t(620)][t(612)];return(r,s)=>{const o=t;e[o(476)][o(517)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(470)][a(500)];u&&u[0]&&!1===u[0][a(604)]&&(l=r[0][a(502)][a(524)]);const f=t[a(619)](l);if(a(545)==f[a(519)][a(585)])return;const h=Array[a(531)](n[a(513)]())[a(512)]((t=>i.LiveRange[a(592)](t)));t[a(625)](f),e[a(563)][a(543)](c)[a(495)](),u[a(491)]({forceDefaultExecution:!0}),e[a(507)](c,...u);const g=h[a(473)]((t=>a(545)!=t[a(519)][a(585)]));g[a(617)]>0&&t[a(625)](g);for(const t of h)t[a(598)]()}))}}[ta(586)](t){const e=ta,n=this[e(571)][e(603)][e(543)](e(520));let r=Number[e(536)],s=Number[e(537)],o=Number[e(536)],i=Number[e(537)];for(const a of t){if(e(545)==a[e(519)][e(585)])continue;const{row:t,column:c}=n[e(608)](a),u=a[e(529)](e(582))?a[e(597)](e(582))-1:0,l=a[e(529)](e(505))?a[e(597)](e(505))-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(555)](){const t=ta,e=this[t(571)],n=e[t(603)][t(543)](t(486)),r=e[t(603)][t(543)](t(520));e[t(476)][t(620)].on(t(468),(()=>{const r=t,s=Array[r(531)](e[r(476)][r(620)][r(506)][r(484)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(552)](t);if(r(567)!=s)continue;if(null!=e[r(596)])continue;const a=n[r(576)](o);this[r(485)][r(518)](i)&&this[r(480)][r(525)](a)}}),{priority:t(503)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(560)](e),a=e[s(471)](s(493)),c=r[s(608)](e);for(const t of this[s(480)]){const n=t[s(541)],r=n[s(498)](s(487)),u=n[s(581)](r?10:5),l=u[s(573)](),f=l[s(581)](0,3)+s(494),h=s(629)+u,g=s(559)+u;if(!t[s(562)])continue;if(a!=t[s(546)]()[s(502)][s(471)](s(493)))continue;if(t[s(618)](i))continue;const d=e[s(529)](f)?e[s(597)](f)-1:0,p=this[s(628)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(579)](i),o=!0)}return o};e[t(476)][t(620)][t(575)]((n=>{const r=t;let o=!1;for(const t of e[r(476)][r(620)][r(506)][r(569)]())if(r(527)==t[r(613)])if(r(526)==t[r(549)])for(const e of t[r(533)][r(524)][r(589)]())o=o||s(e,n);else r(621)==t[r(549)]&&(o=o||s(t[r(533)][r(524)],n));return o}))}[ta(628)](t){const e=ta;return this[e(586)](t[e(513)]()[e(512)]((t=>t[e(502)][e(524)])))}}function sa(t){const e=ta;return Array[e(531)](new Set(t)[e(482)]())}const oa=aa;function ia(){const t=["2etJlpB","has","afterInit","cell","_isForcedDefaultExecutionBlock","685DIUwXS","enableCommand","mergeTableCellRight","document","fromRange","locale","formatBlock","markBlockFormat","681782LDEihf","tableCell","trackChanges","mergeTableCellDown","getAncestors","plugins","commands","16111570HSVpzy","horizontally","insertion","*Split cell:* horizontally","getSuggestions","commandName","*Split cell:* vertically","*Merge cells*","30066lIjErP","execute","getCellLocation","accept","$graveyard","splitTableCellHorizontally","change","type","mergeTableCellLeft","push","highest","findAncestor","_areSelectedCellsMergable","add","size","filter","mergeTableCells","getRanges","containsRange","_tablePostFixingSubtypes","get","6705ecWXci","table","stop","return","from","selection","set:isEnabled","formatInline","10105389nLRpEe","createTableWalker","registerCustomCallback","length","subType","refresh","isInContent","detach","_suggestionFactory","TableEditing","value","_descriptionFactory","getFirstPosition","setSelection","createRangeOn","30627960HWWeyw","isEnabled","registerDescriptionCallback","_areMergableCells","forceDefaultExecution","getSelectionAffectedTableCells","format","TableUtils","direction","element","5480wkLqST","editor","deletion","_acceptFormatSuggestionCallbackFactory","mergeTableCellUp","root","model","author","requires","find","map","splitTableCellVertically","TrackChangesEditing","low","24508hqJFRk","markMultiRangeBlockFormat","rootName","783euLKLY"];return(ia=function(){return t})()}function aa(t,e){const n=ia();return(aa=function(t,e){return n[t-=196]})(t,e)}!function(t,e){const n=aa,r=t();for(;;)try{if(823123===parseInt(n(289))/1*(-parseInt(n(276))/2)+parseInt(n(275))/3*(parseInt(n(272))/4)+-parseInt(n(281))/5*(-parseInt(n(204))/6)+-parseInt(n(233))/7+-parseInt(n(258))/8*(parseInt(n(225))/9)+-parseInt(n(196))/10+parseInt(n(248))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ia);class ca extends t.Plugin{static get[oa(266)](){return[ra]}[oa(278)](){const t=oa,e=this[t(259)],n=e[t(264)][t(284)][t(230)],r=e[t(286)];if(!e[t(294)][t(277)](t(242)))return;const s=e[t(294)][t(224)](t(270)),o=e[t(294)][t(224)](t(255)),a=e[t(294)][t(224)](ra);a[t(223)][t(213)](t(220)),s[t(282)](t(220),(()=>{const n=t,r=o[n(253)](e[n(264)][n(284)][n(230)]);e[n(264)][n(210)]((()=>{const t=n;s[t(273)](r,{commandName:t(220),commandParams:[]},[],t(220))}))})),e[t(295)][t(224)](t(220)).on(t(205),((n,r)=>{const o=t;e[o(295)][o(224)](o(291))[o(243)]&&(r[o(236)]>0&&r[r[o(236)]-1]&&r[r[o(236)]-1][o(252)]||s[o(280)]||this[o(216)]()||n[o(227)]())}),{priority:t(214)});for(const n of[t(262),t(283),t(292),t(212)]){const r=e[t(295)][t(224)](n);s[t(282)](n,(()=>{const n=t,o=e[n(264)][n(284)][n(230)][n(245)]()[n(293)]()[n(267)]((t=>t.is(n(257),n(290)))),i=r[n(243)];e[n(264)][n(210)]((()=>{const t=n;s[t(273)]([o,i],{commandName:t(220),commandParams:[]},[],t(220))}))}))}for(const n of[t(269),t(209)]){const r=e[t(295)][t(224)](n);s[t(282)](n,(()=>{const i=t,a=o[i(253)](e[i(264)][i(284)][i(230)])[0],c=a[i(215)](i(226)),{column:u,row:l}=o[i(206)](a);let f=[];if(i(197)==r[i(256)]){const t=o[i(234)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(229)](t)[i(268)]((t=>t[i(279)]))}else{const t=o[i(234)](c,{column:u,includeAllSlots:!0});f=Array[i(229)](t)[i(268)]((t=>t[i(279)]))}e[i(264)][i(210)]((t=>{const e=i;s[e(288)](t[e(247)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(244)][t(250)]((e=>{const n=t;if(n(287)!=e[n(211)]&&n(232)!=e[n(211)])return;const{data:s}=e;return s&&n(220)==s[n(201)]?{type:n(254),content:Wr(r,n(203))}:void 0})),s[t(244)][t(250)]((e=>{const n=t;if(n(287)!=e[n(211)]&&n(232)!=e[n(211)])return;const{data:s}=e;return s?n(269)==s[n(201)]?{type:n(254),content:Wr(r,n(202))}:n(209)==s[n(201)]?{type:n(254),content:Wr(r,n(199))}:void 0:void 0}));const c=a[t(261)]();for(const e of[t(262),t(283),t(292),t(212)])s[t(241)][t(235)](t(287),e,t(207),c);for(const e of[t(269),t(209)])s[t(241)][t(235)](t(287),e,t(207),c);s[t(241)][t(235)](t(287),t(220),t(207),(r=>{const s=t;e[s(264)][s(210)]((t=>{const o=s,a=Array[o(229)](n[o(221)]())[o(268)]((t=>i.LiveRange[o(285)](t)));t[o(246)](r),e[o(295)][o(224)](o(220))[o(238)](),e[o(205)](o(220),{forceDefaultExecution:!0});const c=a[o(219)]((t=>o(208)!=t[o(263)][o(274)]));c[o(236)]>0&&t[o(246)](c);for(const t of a)t[o(240)]()}))}));for(const n of[t(262),t(292),t(212),t(283)]){const r=e[t(295)][t(224)](n);r.on(t(231),((n,s,o)=>{const i=t;if(o){const t=e[i(264)][i(284)][i(230)][i(245)]()[i(293)]()[i(267)]((t=>t.is(i(257),i(290))));this[i(251)](r[i(243)],t)||(n[i(228)]=!1,n[i(227)]())}}),{priority:t(271)})}}[oa(216)](){const t=oa,e=this[t(259)][t(295)][t(224)](t(220)),n=this[t(259)][t(294)][t(224)](t(255));if(!e[t(249)])return!1;const r=n[t(253)](this[t(259)][t(264)][t(284)][t(230)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(251)](e,n))return!1;return!0}[oa(251)](t,e){const n=oa,r=this[n(259)][n(294)][n(224)](n(270)),s=this[n(259)][n(264)][n(247)](t),o=this[n(259)][n(264)][n(247)](e),i=new Set,a=new Set;for(const t of r[n(200)]())if((n(198)==t[n(211)]||n(260)==t[n(211)]||n(220)==t[n(237)])&&t[n(239)])for(const e of t[n(221)]())e[n(222)](s,!0)&&i[n(217)](t[n(211)]+":"+t[n(265)].id),e[n(222)](o,!0)&&a[n(217)](t[n(211)]+":"+t[n(265)].id);if(i[n(218)]!=a[n(218)])return!1;for(const t of i)if(!a[n(277)](t))return!1;return!0}}const ua=fa;function la(){const t=["toViewElement","TrackChangesEditing","_descriptionFactory","createTableWalker","3672725UxrjOh","TableUtils","306pJcPgo","registerAttributeLabel","setTableRowHeader","nodeAfter","headingRows","start","getSuggestion","get","332736AmHBNl","type","161iazQii","_acceptFormatSuggestionCallbackFactory","parent","stop","accept","_handleLegacySuggestions","showSuggestionHighlights","locale","writer","options","FORMAT_REGULAR_COLUMN","name","formatBlock","downcastDispatcher","_splitMarkerName","markerName","end","commandParams","unbindElementFromMarkerName","format","registerDescriptionCallback","FORMAT_REGULAR_ROW","*Format:* %0","1293914lRZicy","setAttribute","has","includes","requires","mapper","highest","ck-suggestion-marker-","plugins","getCellLocation","cell","headingColumns","ck-suggestion-marker--active","markerNameToElements","299656msGihq","item","TableEditing","bindElementToMarker","consumable","consume","18awUEmR","afterInit","commandName","FORMAT_HEADER_COLUMN","activeMarkers","nodeBefore","72AXdNRb","removeAttribute","setTableColumnHeader","removeClass","data-suggestion","532587DBpKxY","2256522PluJKk","addMarker:suggestion","FORMAT_HEADER_ROW","_enableDefaultAttributesIntegration","data","1iAgTXf","forceValue","_suggestionFactory","164510FMfZBc","addClass","_registerLegacyDescription","registerCustomCallback","markerRange","removeMarker:suggestion","editor","editing"];return(la=function(){return t})()}function fa(t,e){const n=la();return(fa=function(t,e){return n[t-=158]})(t,e)}!function(t,e){const n=fa,r=t();for(;;)try{if(494636===parseInt(n(201))/1*(parseInt(n(164))/2)+-parseInt(n(184))/3*(parseInt(n(226))/4)+parseInt(n(216))/5+-parseInt(n(196))/6+parseInt(n(228))/7*(-parseInt(n(178))/8)+-parseInt(n(218))/9*(-parseInt(n(204))/10)+-parseInt(n(195))/11*(-parseInt(n(190))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(la);class ha extends t.Plugin{static get[ua(168)](){return[ra]}[ua(185)](){const t=ua,e=this[t(210)];if(!e[t(172)][t(166)](t(180)))return;const n=e[t(235)],r=e[t(172)][t(225)](t(213));r[t(199)](t(220),[],[t(222)]),r[t(199)](t(192),[],[t(175)]),r[t(214)][t(219)](t(222),Wr(n,t(198))),r[t(214)][t(219)](t(175),Wr(n,t(187))),this[t(233)]()}[ua(233)](){const t=ua,e=this[t(210)][t(172)][t(225)](t(213)),n=this[t(210)][t(172)][t(225)](t(217)),r=this[t(210)][t(172)][t(225)](ra)[t(229)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=fa,{type:c,id:u}=e[a(242)](o[a(243)]),l=e[a(224)](u),f=l[a(200)];if(a(240)!=l[a(227)]||!f||a(192)!=f[a(186)])return;if(o[a(179)])return void s[a(231)]();if(!i[a(182)][a(183)](o[a(208)],s[a(239)]))return;const h=o[a(208)][a(223)][a(221)],g=o[a(208)][a(244)][a(189)],d=h[a(230)][a(230)],{column:p}=n[a(173)](h),{column:m}=n[a(173)](g);for(let s=p;s<=m;s++){const l=n[a(215)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(174)],l=i[a(169)][a(212)](s);i[a(236)][a(205)](a(171)+c,l),r&&i[a(236)][a(165)](a(194),u,l),i[a(169)][a(181)](l,o[a(243)]),t&&(e[a(188)][a(167)](o[a(243)])?i[a(236)][a(205)](a(176),l):i[a(236)][a(193)](a(176),l))}}}}e[t(203)][t(207)](t(240),t(220),t(232),r),e[t(203)][t(207)](t(240),t(192),t(232),r),this[t(210)][t(211)][t(241)].on(t(197),s(),{priority:t(170)}),this[t(210)][t(200)][t(241)].on(t(197),((e,n,r)=>{const o=t;r[o(237)][o(234)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(170)}),this[t(210)][t(211)][t(241)].on(t(209),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(242)](r[o(243)]),c=e[o(224)](a),u=c[o(200)];if(o(240)!=c[o(227)]||!u||o(192)!=u[o(186)])return;const l=s[o(169)][o(177)](r[o(243)]);if(l)for(const t of l)s[o(236)][o(193)](o(171)+i,t),s[o(236)][o(193)](o(176),t),s[o(236)][o(191)](o(194),t),s[o(169)][o(159)](t,r[o(243)])}),{priority:t(170)}),this[t(206)]()}[ua(206)](){const t=ua,e=this[t(210)],n=e[t(235)];function r(e){const r=t;return{type:r(160),content:Wr(n,r(163),e)}}e[t(172)][t(225)](t(213))[t(214)][t(161)]((e=>{const s=t;if(s(240)!=e[s(227)])return;const{data:o}=e;if(o){if(s(220)==o[s(186)]){const t=o[s(158)][0][s(202)];return r(Wr(n,s(t?198:162)))}if(s(192)==o[s(186)]){const t=o[s(158)][0][s(202)];return r(Wr(n,s(t?187:238)))}}}))}}const ga=da;function da(t,e){const n=Ea();return(da=function(t,e){return n[t-=175]})(t,e)}!function(t,e){const n=da,r=t();for(;;)try{if(521344===parseInt(n(198))/1+parseInt(n(363))/2+parseInt(n(335))/3*(parseInt(n(272))/4)+-parseInt(n(192))/5+-parseInt(n(243))/6+-parseInt(n(179))/7+parseInt(n(287))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ea);const pa=[ga(370),ga(233),ga(318),ga(376),ga(202),ga(334),ga(205)],ma=Object[ga(211)](pa[ga(320)]((t=>[t,null])));class Ia extends t.Plugin{static get[ga(302)](){return[ra]}[ga(199)](){const t=ga,n=this[t(285)];if(!n[t(196)][t(245)](t(359)))return;const r=n[t(196)][t(193)](t(274)),s=n[t(196)][t(193)](t(343)),o=n[t(196)][t(193)](ra),a=n[t(196)][t(193)](t(359));o[t(215)][t(255)](t(330),t(263)),n[t(248)][t(291)][t(221)](t(369),{allowIn:t(220),allowContentOf:t(220),isLimit:!0}),n[t(374)][t(348)]({model:t(369),view:t(316)});let c=null;n[t(248)].on(t(281),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(372)]-1];h&&h[u(218)]||r[u(336)]||this[u(285)][u(324)][u(193)](u(175))[u(182)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(278)))return!1;const i=s[o(240)](t,n);if(!i||!Ta(i,void 0,r))return!1;const a=r[o(293)](n[o(238)][o(251)]);if(!a[o(372)])return!1;const c=a[0][o(256)](o(257)),l=r[o(319)](a),f=r[o(273)](a),h={startRow:l[o(176)],endRow:l[o(249)],startColumn:f[o(176)],endColumn:f[o(249)]};return 1==a[o(372)]&&(h[o(214)]+=r[o(275)](i)-1,h[o(244)]+=r[o(294)](i)-1),Ta(c,h,r)}(l,f,n[u(248)],s,a)&&(o[u(331)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(248)][u(303)]((()=>{const t=u;n[t(248)][t(281)](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(372)]&&r[t(252)](o,t(330),{tablePasteChainId:s}),a[t(372)]&&r[t(252)](a,t(263),{tablePasteChainId:s}),l[t(372)]&&(r[t(252)](l,t(216),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(337)]((e=>{const n=t;var r;return null===(r=e[n(340)])||void 0===r?void 0:r[n(314)](e)}))),f[t(372)]&&(r[t(288)](f,t(216),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(337)]((e=>{const n=t;var r;return null===(r=e[n(340)])||void 0===r?void 0:r[n(314)](e)})));const g=r[t(261)](h[t(320)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(306),{tablePasteChainId:s});if(g){const e=g[t(210)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(248)][t(332)](s),a=e[t(213)]((e=>e[t(360)]()[t(189)](i)));a&&r[t(255)]([a[t(190)],o])}r[t(372)]&&g[t(289)](t(354),Object[t(211)](r))}c=null})))}),{priority:e.priorities[t(341)]+10}),n[t(196)][t(193)](t(359)).on(t(277),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(331)]();const u=s[r(270)],l=o,f=ba(u),h=ba(l);e[r(350)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(305)](u[r(362)](0));for(const t of Array[r(224)](l[r(284)]()))a[r(217)](t,u,r(195));const t=c[r(231)][r(279)](s[r(365)]),e=c[r(204)][r(279)](s[r(292)]);t||e||(g=i.LiveRange[r(339)](a[r(357)](u)))}else h&&!f&&(d=a[r(357)](u));else{const t=a[r(223)](r(369)),e=a[r(223)](r(369));a[r(307)](a[r(357)](u),e),a[r(217)](t,u,0);for(const e of Array[r(224)](l[r(284)]()))a[r(217)](e,t,r(195));g=i.LiveRange[r(339)](a[r(332)](t)),d=i.LiveRange[r(339)](a[r(332)](e))}const p=Array[r(224)](l[r(282)]())[r(297)]((([t])=>pa[r(279)](t)));c[r(368)][r(255)]({element:u,attributes:p[r(372)]?Object[r(211)](p):null}),g&&c[r(286)][r(255)](g),d&&c[r(271)][r(255)](d)}),{priority:t(341)}),s.on(t(327),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(283)]||1;c[o(204)]=new Array(l)[o(239)](u)[o(320)](((t,e)=>t+e));for(const{cell:t}of s[o(310)](i,{startColumn:u,endColumn:u+l-1}))c[o(323)][o(255)](n[o(248)][o(332)](t))}),{priority:t(235)}),s.on(t(260),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(253)]||1;c[o(231)]=new Array(l)[o(239)](u)[o(320)](((t,e)=>t+e));for(const{cell:t}of s[o(310)](i,{startRow:u,endRow:u+l-1}))c[o(347)][o(255)](n[o(248)][o(332)](t))}),{priority:t(235)}),r[t(180)][t(301)]((e=>{const r=t;if(e[r(183)]&&e[r(183)][r(184)](r(216)))return e[r(299)]?{}:{type:r(333),content:Wr(n[r(178)],r(237))}}));const u=()=>!1;for(const e of[t(216),t(263),t(330),t(306)])r[t(194)][t(296)](t(333),e,t(188),u),r[t(194)][t(296)](t(345),e,t(188),u),r[t(194)][t(296)](t(247),e,t(188),u);r[t(194)][t(296)](t(247),t(306),t(300),u),r[t(194)][t(296)](t(247),t(306),t(344),((e,r,s)=>{const o=t,i=e[o(320)]((t=>t[o(227)]()))[o(297)]((t=>t)),a=new Map(i[o(320)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(368)])e&&a[o(317)](t,e);else if(s&&s[o(354)])for(const[t,e]of Object[o(326)](s[o(354)])){const r=n[o(248)][o(315)][o(193)](t),s=r?r[o(360)]()[o(227)]():null;s&&a[o(317)](s,e)}n[o(248)][o(303)]((t=>{const e=o;for(const[n,r]of a)t[e(219)]({...ma,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(194)][o(296)](e,o(216),s,((t,i,a)=>{const c=o;n[c(248)][c(303)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(375)][o(349)];t.is(o(177),o(369))&&u[o(255)](t)}r[o(194)][o(373)](e,null,s)(t,i,a);for(const t of u)o(201)!=t[o(353)][o(309)]&&n[o(313)](t)}))}))};l(t(333),t(344)),l(t(333),t(300)),l(t(345),t(344)),l(t(345),t(300)),r[t(194)][t(296)](t(333),t(330),t(300),(e=>{const n=t,r=e[n(320)]((t=>t[n(227)]())),i=r[0][n(256)](n(257)),{minRow:a,maxRow:c}=o[n(262)](r);s[n(364)](i,{at:a,rows:c-a+1})})),r[t(194)][t(296)](t(333),t(263),t(300),(e=>{const n=t,r=e[n(320)]((t=>t[n(227)]())),i=r[0][n(256)](n(257)),{minColumn:a,maxColumn:c}=o[n(262)](r);s[n(308)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(183)]||!n[s(183)][s(184)](s(216)))return;const o=n[s(265)][s(356)],i=r[s(203)]()[s(297)]((t=>t[s(236)]&&t[s(265)]&&t[s(265)][s(356)]==o));i[s(372)]&&n[s(267)]()[s(372)]!=i[s(372)]&&i[s(304)](((t,e)=>(t[s(241)]=e,e[s(299)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(234)](e[s(229)]),i=[s(312),s(242)],a=r[s(228)][s(279)](e[s(229)]);return a&&i[s(255)](s(355)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(328),f,{priority:t(341)}),r.on(t(361),f,{priority:t(341)}),n[t(248)][t(238)][t(246)]((()=>{const e=t;let s=!1;const o=Array[e(224)](n[e(248)][e(238)][e(254)][e(186)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(234)](t);if(e(351)!=o||e(345)!=a||i[e(346)])continue;if(!r[e(269)](c))continue;const u=r[e(367)](c)[e(264)](),l=n[e(196)][e(193)](e(377)).me;for(const t of r[e(203)]())if(t[e(236)]&&t[e(207)]==l&&e(247)==t[e(208)]&&e(306)==t[e(183)]&&t[e(264)]()[e(181)]((t=>u[e(321)]((n=>n[e(250)](t,!0))))))for(const n of t[e(267)]())n[e(236)]&&(n[e(300)](),s=!0)}return s})),n[t(248)][t(238)][t(246)]((e=>{const s=t,o=n[s(324)][s(193)](s(209));if(!o||!o[s(295)][s(245)](e[s(329)]))return!1;let i=!1;const a=n[s(196)][s(193)](s(377)).me,c=n[s(248)][s(238)][s(254)][s(325)](),u=Array[s(224)](n[s(248)][s(238)][s(254)][s(186)]())[s(297)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(234)](t);return n(351)==o&&n(216)==i&&c==a.id&&!e[n(346)]}));for(const t of c){if(s(217)!=t[s(208)]||s(369)!=t[s(190)]||1!=t[s(372)])continue;const n=e[s(200)](t[s(266)],t[s(266)][s(342)](1));if(!u[s(213)]((({data:t})=>t[s(338)][s(189)](n))))for(const{name:t,data:r}of u)if(n[s(250)](r[s(338)])){e[s(197)](t,{range:n}),i=!0;break}}return i})),n[t(248)][t(238)][t(246)]((e=>{const s=t;let o=!1;const i=n[s(196)][s(193)](s(377)).me,a=r[s(203)]()[s(297)]((t=>t[s(236)]&&t[s(207)]==i)),c=new Set,u=new Set;for(const t of a)if(s(216)==t[s(183)])for(const e of t[s(210)]()){const n=e[s(360)]()[s(227)]();if(n)if(n.is(s(177),s(369))&&ba(n)){t[s(290)](e[s(190)]),c[s(371)](n),o=!0;const r=n[s(206)],i=n[s(311)],a=r&&r.is(s(177),s(369)),l=i&&i.is(s(177),s(369));a&&!c[s(245)](r)&&u[s(371)](r),l&&!c[s(245)](i)&&u[s(371)](i)}else n.is(s(177),s(187))&&n[s(222)]&&(t[s(290)](e[s(190)]),o=!0)}else if(s(306)==t[s(183)]){if(!t[s(265)]||!t[s(265)][s(356)])continue;const e=t[s(265)][s(354)];if(e&&Object[s(259)](e)[s(372)])continue;const n=t[s(265)][s(356)];let r=!0,i=!0;for(const e of a)if(e[s(183)]&&e[s(183)][s(184)](s(216))){if(!e[s(265)][s(356)]){i=!1;break}if(e.id!=t.id&&e[s(265)][s(356)]==n){r=!1;break}}i&&r&&(t[s(268)](),o=!0)}for(const t of c)e[s(305)](t);for(const t of u)e[s(313)](t);return o})),n[t(374)][t(276)](t(352))[t(225)]({model:t(280),view:(t,e)=>h(t),converterPriority:t(341)}),n[t(374)][t(276)](t(358))[t(225)]({model:t(280),view:(e,n)=>n[t(232)][t(226)]?h(e,!1):null,converterPriority:t(341)});const g=n[t(298)][t(258)];this[t(191)](g[t(238)],t(366),((e,n)=>{const r=t,s=[];for(const t of g[r(357)](n[r(185)])[r(230)]())t.is(r(177),r(316))&&s[r(255)](t);g[r(303)]((t=>{const e=r;for(const n of s)t[e(212)](t[e(357)](n),t[e(322)](n)),t[e(305)](n)}))}))}}function Ea(){const t=["_getCoordsForCells","tablePasteColumn","getRanges","attributes","position","getAllAdjacentSuggestions","removeMarkers","hasSuggestion","cell","deletionRanges","308GBAOep","getColumnIndexes","TrackChangesEditing","getRows","for","_replaceTableSlotCell","documentSelection","includes","suggestion:formatBlock:tablePasteCell","insertContent","getAttributes","columns","getChildren","editor","insertionRanges","12832704ewpnrN","markMultiRangeDeletion","setAttribute","removeMarker","schema","column","getSelectionAffectedTableCells","getColumns","_createdBatches","registerCustomCallback","filter","editing","previous","discard","registerDescriptionCallback","requires","change","reduce","remove","tablePasteCell","wrap","removeColumns","rootName","createTableWalker","previousSibling","ck-suggestion-marker","unwrap","call","markers","suggestion-td","set","tableCellBorderStyle","getRowIndexes","map","some","createPositionBefore","columnInsertionRanges","commands","getChanges","entries","insertColumns","suggestionLoaded","batch","tablePasteRow","stop","createRangeOn","insertion","tableCellBackgroundColor","3039hyIsKX","_isForcedDefaultExecutionBlock","forEach","newRange","fromRange","detach","high","getShiftedBy","TableUtils","accept","deletion","oldRange","rowInsertionRanges","elementToElement","nodeAfter","return","suggestion","editingDowncast","root","markerAttributes","ck-suggestion-marker--active","tablePasteChainId","createRangeIn","dataDowncast","TableClipboard","getRange","suggestionUnloaded","getChild","574452iBHCjZ","removeRows","row","clipboardOutput","getSuggestion","cells","tableCellSuggestion","tableCellBorderWidth","add","length","getSuggestionCallback","conversion","start","tableCellHorizontalAlignment","Users","trackChanges","first","element","locale","5965232ObLGNb","_descriptionFactory","every","value","subType","startsWith","content","getChangedMarkers","paragraph","join","isEqual","name","listenTo","2899720uDZprJ","get","_suggestionFactory","end","plugins","updateMarker","76593JBbPqZ","afterInit","createRange","$graveyard","tableCellVerticalAlignment","getSuggestions","columnInsertionIndexes","tableCellPadding","nextSibling","author","type","redo","getMarkers","fromEntries","move","find","endRow","_tablePostFixingSubtypes","tablePaste","insert","forceDefaultExecution","setAttributes","tableCell","register","isEmpty","createElement","from","markerToHighlight","showSuggestionHighlights","getContainedElement","activeMarkers","markerName","getItems","rowInsertionIndexes","options","tableCellBorderColor","_splitMarkerName","low","isInContent","*Replace table cells*","document","fill","getTableIfOnlyTableInContent","next","ck-suggestion-marker-insertion","554664KdvnFg","endColumn","has","registerPostFixer","formatBlock","model","last","containsRange","selection","markMultiRangeInsertion","rows","differ","push","findAncestor","table","view","keys","insertRows","markMultiRangeBlockFormat"];return(Ea=function(){return t})()}function ba(t){const e=ga;if(t[e(222)])return!0;const n=t[e(362)](0);return n.is(e(177),e(187))&&n[e(222)]}function Ta(t,e={},n){const r=ga;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(310)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}const _a=Aa;function ya(){const t=["discard","model","1302710csyGSu","6164320AfgSNO","getSelectedElement","format","getSuggestionCallback","formatInline","afterInit","resizeTableWidth","_descriptionFactory","4jmRmYJ","getSuggestions","tableWidth","editor","handleResizeTableWidthCommand","987720LnRSRN","14326128eAMLMW","commandParams","formatBlock","bind","plugins","7278770Qdpdht","Users","author","getColumnGroupElement","getContainedElement","21HjeReu","27ztinXv","resizeTable","enableCommand","locale","accept","selection","877618XBKeeG","TrackChangesEditing","registerDescriptionCallback","subType","columnWidths","has","document","type","markBlockFormat","_suggestionFactory","change","get","registerCustomCallback","formatGroupId","data","3714642XtgMFl","*Format:* resize table","table","TableColumnResizeEditing","getAttribute","getTableColumnsWidths","handleSuggestionDescription"];return(ya=function(){return t})()}function Aa(t,e){const n=ya();return(Aa=function(t,e){return n[t-=117]})(t,e)}!function(t,e){const n=Aa,r=t();for(;;)try{if(977432===parseInt(n(147))/1*(parseInt(n(170))/2)+-parseInt(n(152))/3+parseInt(n(139))/4+parseInt(n(138))/5+parseInt(n(129))/6*(-parseInt(n(163))/7)+parseInt(n(153))/8+-parseInt(n(164))/9*(parseInt(n(158))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ya);class Ca extends t.Plugin{[_a(144)](){const t=_a;if(!this[t(150)][t(157)][t(119)](t(132)))return;const e=this[t(150)][t(157)][t(125)](t(171));e[t(166)](t(145),this[t(151)][t(156)](this)),e[t(123)][t(126)](t(155),t(165),t(168),e[t(123)][t(142)](t(155),null,t(136))),e[t(123)][t(126)](t(155),t(165),t(136),e[t(123)][t(142)](t(155),null,t(168))),e[t(146)][t(172)](this[t(135)][t(156)](this))}[_a(151)](t,e){const n=_a,r=this[n(150)][n(157)][n(125)](n(171)),s=this[n(150)][n(157)][n(125)](n(132)),o=e[n(131)]||this[n(150)][n(137)][n(120)][n(169)][n(140)]();this[n(150)][n(137)][n(124)]((()=>{const i=n,a=s[i(161)](o);let c=a?s[i(134)](a):null,u=o[i(133)](i(149))||null;const l=e[i(149)]||u,f=e[i(118)]||c,h=this[i(150)][i(157)][i(125)](i(159)).me;for(const t of r[i(148)]()){const e=t[i(162)]();if(i(165)===t[i(117)]&&e===o){t[i(160)]!==h&&t[i(136)]();const e=t[i(128)][i(154)];u=e[0][i(149)],c=e[0][i(118)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(122)](o,{commandName:i(145),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(165)},[],i(165))}))}[_a(135)](t){const e=_a;if(e(155)!=t[e(121)]&&e(143)!=t[e(121)])return;const{data:n}=t;if(n&&e(165)===n[e(127)]){const t=e(130);return{type:e(141),content:Wr(this[e(150)][e(167)],t)}}}}const ka=Na;function Ra(){const t=["6353032wAXeOJ","47763287KGSmvx","3610FIuHrZ","72rnkWwi","editor","Template","insertTemplate","231092jZampg","1005580uYJILc","get","plugins","enableCommand","48FRTCGI","12yiruHj","afterInit","1181310aeZLjR","has","377930cSSgnX","3Qzpmah","TrackChangesEditing","15489DrESmz"];return(Ra=function(){return t})()}function Na(t,e){const n=Ra();return(Na=function(t,e){return n[t-=341]})(t,e)}!function(t,e){const n=Na,r=t();for(;;)try{if(955266===-parseInt(n(342))/1+parseInt(n(355))/2*(-parseInt(n(345))/3)+-parseInt(n(348))/4+parseInt(n(356))/5*(-parseInt(n(360))/6)+parseInt(n(344))/7*(parseInt(n(351))/8)+-parseInt(n(347))/9*(-parseInt(n(350))/10)+parseInt(n(349))/11*(parseInt(n(361))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ra);class La extends t.Plugin{[ka(341)](){const t=ka,e=this[t(352)];e[t(358)][t(343)](t(353))&&e[t(358)][t(357)](t(346))[t(359)](t(354))}}function Sa(t,e){const n=va();return(Sa=function(t,e){return n[t-=288]})(t,e)}function va(){const t=["enableCommand","3jZHsoW","311770zZXWrN","get","1219042ROGIfg","registerElementLabel","plugins","_descriptionFactory","60WOWONL","128636qTsUTy","10516132QMgRyY","489766maMtJw","246501GIQEhW","commands","8992GGNUlt","afterInit","insertTableOfContents","TrackChangesEditing","locale","40leyIlZ","ELEMENT_TABLE_OF_CONTENTS","editor","4760FPtdac","tableOfContents"];return(va=function(){return t})()}const Ma=Sa;!function(t,e){const n=Sa,r=t();for(;;)try{if(389490===parseInt(n(308))/1+-parseInt(n(301))/2+parseInt(n(298))/3*(-parseInt(n(306))/4)+-parseInt(n(299))/5*(-parseInt(n(305))/6)+-parseInt(n(295))/7*(-parseInt(n(311))/8)+parseInt(n(309))/9*(parseInt(n(292))/10)+-parseInt(n(307))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(va);class Oa extends t.Plugin{[Ma(288)](){const t=Ma,e=this[t(294)];if(!e[t(310)][t(300)](t(289)))return;e[t(303)][t(300)](t(290))[t(297)](t(289));const n=e[t(303)][t(300)](t(290)),r=e[t(291)];n[t(304)][t(302)](t(296),(e=>Wr(r,t(293),e)))}}const wa=Fa;function Fa(t,e){const n=Da();return(Fa=function(t,e){return n[t-=251]})(t,e)}function Da(){const t=["start","element","54fMBQmq","158TLzXCT","registerPostFixer","afterInit","createRange","end","suggestion","_splitMarkerName","forward","locale","schema","16932612dxRycx","updateMarker","13ZXhsOO","getNearestSelectionRange","37040oQLnrZ","5431XNbfwh","registerElementLabel","from","Title","TrackChangesEditing","isEqual","_descriptionFactory","666iQBqdG","getChangedMarkers","1277200DvZFBQ","document","get","isTouching","newRange","title-content","has","plugins","editor","704gZkYoB","isCollapsed","removeMarker","1110doEIhB","nodeBefore","differ","ELEMENT_TITLE","1995435fEYGId","4024jqpRZx","12159EEelXp","model"];return(Da=function(){return t})()}!function(t,e){const n=Fa,r=t();for(;;)try{if(482716===-parseInt(n(292))/1*(parseInt(n(277))/2)+parseInt(n(270))/3+parseInt(n(271))/4*(parseInt(n(266))/5)+parseInt(n(252))/6*(-parseInt(n(272))/7)+parseInt(n(254))/8*(-parseInt(n(276))/9)+-parseInt(n(291))/10*(parseInt(n(263))/11)+parseInt(n(287))/12*(parseInt(n(289))/13))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Da);class Pa extends t.Plugin{[wa(279)](){const t=wa,e=this[t(262)];if(!e[t(261)][t(260)](t(295)))return;const n=e[t(261)][t(256)](t(296));n[t(251)][t(293)](t(259),(()=>Wr(e[t(285)],t(269)))),e[t(273)][t(255)][t(278)]((r=>{const s=t;let o=!1;const i=Array[s(294)](e[s(273)][s(255)][s(268)][s(253)]());for(const{name:t,data:a}of i){const{group:i}=n[s(283)](t);if(s(282)!==i||!a[s(258)])continue;const c=a[s(258)],u=c[s(281)][s(267)];if(!u||!u.is(s(275),s(259)))continue;if(!c[s(274)][s(257)](c[s(281)]))continue;const l=e[s(273)][s(286)][s(290)](c[s(281)],s(284));if(l&&l[s(264)]){const e=r[s(280)](c[s(274)],l[s(274)]);e[s(297)](c)||(r[s(288)](t,{range:e}),o=!0)}o||(r[s(265)](t),o=!0)}return o}))}}function xa(t,e){const n=Ua();return(xa=function(t,e){return n[t-=437]})(t,e)}const Ba=xa;function Ua(){const t=["334372blMFtc","238959imnioF","TrackChangesEditing","469UBDhdf","962557FDEvbs","afterInit","undo","32mPLpWr","redo","enableCommand","3966hERxqd","has","UndoEditing","get","3516520qoHTaF","plugins","2100942iNUrFR","6010CPysmO","2871IljkVs","44xLVXGu","editor"];return(Ua=function(){return t})()}!function(t,e){const n=xa,r=t();for(;;)try{if(481444===parseInt(n(445))/1+parseInt(n(441))/2+-parseInt(n(442))/3*(-parseInt(n(439))/4)+-parseInt(n(455))/5+parseInt(n(451))/6*(-parseInt(n(444))/7)+parseInt(n(448))/8*(-parseInt(n(457))/9)+parseInt(n(437))/10*(parseInt(n(438))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ua);class ja extends t.Plugin{[Ba(446)](){const t=Ba,e=this[t(440)],n=e[t(456)][t(454)](t(443));e[t(456)][t(452)](t(453))&&(n[t(450)](t(447)),n[t(450)](t(449)))}}const Ga=Ha;function Ha(t,e){const n=Va();return(Ha=function(t,e){return n[t-=213]})(t,e)}function Va(){const t=["1355216yIXRcR","225807sUhvlY","125127LNANSr","15FSARIH","enableCommand","605292PXuVqX","TrackChangesEditing","14196uNMuBh","595350KaICEl","afterInit","get","216yaksGx","requires","7308510tsbqwR","has","TableCaptionEditing","toggleTableCaption","1056lOlxCv","plugins","editor"];return(Va=function(){return t})()}!function(t,e){const n=Ha,r=t();for(;;)try{if(409630===parseInt(n(228))/1+parseInt(n(227))/2+-parseInt(n(215))/3+parseInt(n(232))/4*(parseInt(n(230))/5)+-parseInt(n(224))/6*(-parseInt(n(214))/7)+parseInt(n(218))/8*(-parseInt(n(229))/9)+-parseInt(n(220))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Va);class Wa extends t.Plugin{static get[Ga(219)](){return[ra]}[Ga(216)](){const t=Ga,e=this[t(226)];e[t(225)][t(221)](t(222))&&e[t(225)][t(217)](t(213))[t(231)](t(223))}}const za=Xa;function Ka(){const t=["nodeAfter","enqueueChange","tableWidth","plugins","tableCellBackgroundColor","getAttribute","35MILPXg","tableBackgroundColor","*Format:* change table properties","292990RwpTRN","3223059xaIhtQ","registerDescriptionCallback","afterInit","_getSuggestion","get","handleDiscardAction","getFirstPosition","commandParams","tableProperties","*Format:* change table cell properties","subType","tableCellHeight","batch","tableBorderWidth","_handlePropertyChange","getContainedElement","TrackChangesEditing","TableUtils","discard","TrackChangesTableProperties","document","setAttribute","accept","276SFLLcc","pluginName","markBlockFormat","4XaGCKp","TableCellPropertiesEditing","235411RKKVJG","start","selection","locale","registerCustomCallback","102DDRbTK","getSuggestions","TablePropertiesEditing","tableCellHorizontalAlignment","410616PseJhE","_descriptionFactory","change","handleSuggestionDescription","tableCellBorderStyle","2206053YHbDIB","tableCellPadding","editor","30fNtvWb","format","findAncestor","removeAttribute","has","formatBlock","data","2290382FTjjDi","getSuggestionCallback","join","enableCommand","_suggestionFactory","tableCellBorderWidth","tableHeight","tableCellWidth","tableBorderColor","tableCellProperties","model","tableAlignment","tableCellVerticalAlignment","36756Wucdex","table","getSelectionAffectedTableCells","tableBorderStyle","tableCellBorderColor"];return(Ka=function(){return t})()}function Xa(t,e){const n=Ka();return(Xa=function(t,e){return n[t-=301]})(t,e)}!function(t,e){const n=Xa,r=t();for(;;)try{if(686859===-parseInt(n(314))/1+parseInt(n(301))/2+-parseInt(n(329))/3*(-parseInt(n(355))/4)+parseInt(n(328))/5*(-parseInt(n(362))/6)+-parseInt(n(325))/7*(parseInt(n(366))/8)+-parseInt(n(371))/9*(parseInt(n(374))/10)+-parseInt(n(357))/11*(-parseInt(n(352))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ka);class qa extends t.Plugin{constructor(t){const e=Xa;super(t),this[e(337)]=[e(309),e(317),e(342),e(312),e(321),e(307),e(326)],this[e(310)]=[e(318),e(370),e(306),e(372),e(308),e(340),e(323),e(365),e(313)]}static get[za(353)](){return za(348)}[za(331)](){const t=za,e=this[t(373)][t(322)][t(333)](t(345));if(this[t(373)][t(322)][t(378)](t(364))){for(const n of this[t(337)])e[t(304)](n,((e,r)=>{const s=t,o=this[s(373)][s(311)][s(349)][s(359)][s(335)]()[s(376)](s(315));this[s(343)](n,[o],this[s(337)],s(337),e,r)}));e[t(305)][t(361)](t(379),t(337),t(351),e[t(305)][t(302)](t(379),null,t(347))),e[t(305)][t(361)](t(379),t(337),t(347),((e,n)=>this[t(334)](this[t(337)],e,n))),e[t(305)][t(361)](t(379),t(337),t(303),(()=>!1))}if(this[t(373)][t(322)][t(378)](t(356))){for(const n of this[t(310)])e[t(304)](n,((e,r)=>{const s=t,o=this[s(373)][s(322)][s(333)](s(346))[s(316)](this[s(373)][s(311)][s(349)][s(359)]);this[s(343)](n,o,this[s(310)],s(310),e,r)}));e[t(305)][t(361)](t(379),t(310),t(351),e[t(305)][t(302)](t(379),null,t(347))),e[t(305)][t(361)](t(379),t(310),t(347),((e,n)=>this[t(334)](this[t(310)],e,n))),e[t(305)][t(361)](t(379),t(310),t(303),(()=>!1))}e[t(367)][t(330)]((e=>this[t(369)](e)))}[za(343)](t,e,n,r,s,o){const i=za,a=this[i(373)][i(322)][i(333)](i(345));this[i(373)][i(311)][i(320)](o[i(341)],(()=>{const t=i;for(const i of e)if(this[t(332)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(324)](r);void 0!==n&&(e[r]=n)}s(o),a[t(354)](i,{commandParams:[e]},[],r)}}))}[za(334)](t,e,n){const r=za,s=e[0][r(358)][r(319)],o=n[r(336)][0];this[r(373)][r(311)][r(368)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(350)](r,o[r],s):e[n(377)](r,s)}))}[za(369)](t){const e=za;if(t[e(380)])switch(t[e(339)]){case e(337):return{type:e(375),content:Wr(this[e(373)][e(360)],e(327))};case e(310):return{type:e(375),content:Wr(this[e(373)][e(360)],e(338))}}}[za(332)](t,e){const n=za,r=this[n(373)][n(322)][n(333)](n(345));for(const s of r[n(363)]({skipNotAttached:!0})){const r=s[n(344)]();if(s[n(339)]===e&&r===t)return s}return null}}var Za=Function.prototype,Ja=Object.prototype,Ya=Za.toString,Qa=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=Qa.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):Qe(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=qt?function(t,e){return qt(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 gc=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})),Qt(t,sn(t),n),r&&(n=Xn(n,7,ec));for(var s=e.length;s--;)Br(n,e[s]);return n})),dc=mc;function pc(){const t=["_cutOutSuggestionMarker","isLimit","addRange","addMarker:suggestion:attribute","dataToMarker","external:","_isRegisteredAttribute","_reduceSuggestionAttributeRange","CommentsRepository","fromRange","getAttribute","FORMATTING","containsRangeInObject","element","isUndo","value","registerPostFixer","isDocumentOperation","keys","isRemovable","tablePasteChainId","parent","discard","_inlineAttributeKeys","assign","insertContent","subType","getUser","every","ck-suggestion-marker-formatInline","pluginName","_suggestionState","_breakSuggestionMarker","createdAt","_createSuggestion","data-suggestion","attributes","containsPosition","execute","model","suggestion:attribute:","error-saving-suggestion-data-suggestion-discarded","isAtStart","announce","deletion:join","removeClass","meta","reconvertMarker","acceptAllSuggestions","has","insertion:chain","buildSuggestion","showSuggestionHighlights","end","_suggestions","getCommentThread","includes","formatBlock","_registerBlockAttribute","_setSuggestionData","authoredAt","backward","stop","_addThreadToSuggestion","_reduceExistingSuggestions","$text","formatBlock:join","_findSuggestions","markDeletion","_getAttributeKey","multipleBlocks","pop","change:_saved","discardSelectedSuggestions","oldRange","change:activeMarkers","then","createRangeIn","next","deletion:discard","getFirstMarker","schema","getItems","addMarker:suggestion:formatBlock","_enabledCommands","fromCharCode","track-changes-enable-command-twice","_adapter","acceptSelectedSuggestions","getMarkers","push","_addSuggestionMarker","hasComments","join","$graveyard","addUser","mapper","removeMarkers","35zTtBZv","nodeBefore","getAllAdjacentSuggestions","_afterChanges","849160hIlTjO","_suggestionFactory","_model","createPositionAt","track-changes-adapter-missing-getsuggestion","track-changes-suggestion-not-found","ck-suggestion-marker-formatBlock","removeComment","_joinWithAdjacentSuggestions","535314tsRQrS","ck-suggestion-marker-","PENDING_ACTION_SUGGESTION","key","getSuggestion","concat","getFirstRange","substring","split","_initAriaMarkerChangeAnnouncements","from","catch","deletion:accept","resolve","high","$textProxy","dataDowncast","addSuggestion","_processAttributeSuggestions","_registerDefaultCallbacks","markInlineFormat","fire","formatGroupId","move","always","markerReady","splitPosition","setTo","getShiftedBy","skipNestingCheck","_splitMarkerName","length","elementStart","_registerInlineAttribute","trackChangesCommand","commands","never","batch","targetPosition","default","formatInline:","createSelection","rootName","createRange","formatInline:discard","_joinSuggestions","clone","TrackChangesEditing","root","track-changes-suggestion-data-mismatch","containerElement","enableReadOnlyMode","accepted","moveTargetPosition","isOwn","forceDefaultExecution","getRange","attribute:join","group","isBlock","attribute:","originalSuggestionId","highest","attribute:accept","removeMarker:suggestion:formatBlock","removeMarker","markers","registerCustomCallback","_saved","_onDiscard","upcast","LEAVE","_trackFormatChanges","collaboration.channelId","isExternal","_SUGGESTION_ANNOUNCEMENT","createElement","differ","previous","markerName","accept","newRange","1319812HkccdX","attribute","after","open","_setSuggestionRange","applyOperation","addCommentThread","isAtEnd","getCustomProperty","setAttribute","acceptSuggestion","addMarkerName","normal","suggestion","getChangedMarkers","isLocal","containsItem","getIntersection","markMultiRangeInsertion","stopListening","attributeKey","getRanges","markInsertion","_checkSuggestionCorrectness","addMarker:suggestion","589326fSiqWA","plugins","_editor","oldValue","values","setSelection","rethrowUnexpectedError","item","_customCallbacks","activeMarkers","editing","type","707572huHTUS","format","getMultiRangeId","sort","insertion:join","size","start","add","trackChanges","init","ariaLiveAnnouncer","_isForcedDefaultExecutionBlock","deletion:","suggestionChanged","update:suggestion","hasCommentThread","detach","_getAuthorFromId","_enableDefaultAttributesIntegration","updateSuggestion","_rangeIsInLocalUserInsertion","forEach","getWalker","some","track-changes-user-not-found","bindElementToMarker","_refreshSuggestionsChain","toJSON","getNearestSelectionRange","$elementName","getAncestors","markerNameToElements","containsRange","_processAttributeChanges","isIntersecting","get","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.","nodeAfter","before","change","toViewElement","createPositionBefore","_updateSuggestionData","newValue","_recordAttributeChanges","groupId","isObject","selection","options","discardSuggestion","_defaultCallbacks","change:data","author","markMultiRangeBlockFormat","isMultiRange","isNextTo","markMultiRangeDeletion","ENTER","editor","createPositionAfter","addSuggestionData","3181110vrMUVw","isAfter","document","authorName","removed","isEqual","range","head","trackChanges.mergeNestedSuggestions","delete","low","lowest","getLastMatchingPosition","suggestionUnloaded","set","ready","addClass","forward","isInContent","ck-suggestion-marker","dataReady","chain","editingDowncast","formatInline:join","hasSuggestion","insertion:accept","addComment","discardAllSuggestions","deletion:chain","track-changes-adapter-already-set","_isDataLoaded","commentThread","unbind","isIntersectingWithRange","attribute:discard","addHighlight","addMarker","Users","markerToData","insertion:","insertion:discard","widget","formatBlock:discard","for","@external","track-changes-command-not-found","elementToElement","ck-suggestion-marker--active","toUpperCase","position","fetchCommentThread","117errBOW","find","listenTo","map","createRangeOn","markAttributeChange","remove","suggestion-type","data","isArray","writer","insert","startsWith","formatInline:chain","suggestion:","name","locale","formatBlock:accept","_isBlockAttribute","$marker","splice","elementEnd","rename","howMany","substr","unbindElementFromMarkerName","documentSelection","isInsideObject","deleteContent","_element","markerToHighlight","getSuggestions","isSelectable","_mergeNestedSuggestions","removeMarker:suggestion:attribute","_refreshAttributeSuggestionsChain","attributeNewValue","getContainedElement","markBlockFormat","_blockAttributeKeys","formatBlock:chain","clear","_removeSuggestion","_getExternalAuthor","enqueueChange","_commentsRepository","267561hlJMYk","creator","consume","PendingActions","_getSuggestionData","_recordAttributeSuggestions","notReady","commandName","getDifference","isBefore","trackChanges.trackFormatChanges","_handleNewSuggestionMarker","config","_descriptionFactory","isTouching","deletion","isCollapsed","removeAttribute","return","conversion","formatInline:accept","getSuggestionCallback","multi","formatBlock:","filter","suggestionLoaded","_getMarkerAnnouncementText","unshift","adapter","marker-count","attributeOldValue","consumable","insertion","define","rejected","enableCommand","refresh","comments","formatInline","getChanges","warn","updateMarker","requires"];return(pc=function(){return t})()}function mc(t,e){const n=pc();return(mc=function(t,e){return n[t-=136]})(t,e)}!function(t,e){const n=mc,r=t();for(;;)try{if(404778===parseInt(n(178))/1+parseInt(n(190))/2+parseInt(n(348))/3+-parseInt(n(153))/4+parseInt(n(251))/5+parseInt(n(502))/6*(parseInt(n(489))/7)+-parseInt(n(493))/8*(parseInt(n(302))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(pc);const Ic=dc(219);class Ec extends t.Plugin{static get[dc(390)](){return[dc(399),o.Users,t.PendingActions,Qr,ns,as,fs,Ts,ds,As,Ss,Bs,to,so,uo,fo,bo,Ao,No,Mo,Do,Vo,Uo,Xo,Yo,ti,ui,pi,oi,Hs,zs,bi,yi,Ni,Mi,Pi,ji,Hi,Zi,$i,ra,ca,ha,Wa,Ia,Ca,Oa,qa,La,Pa,ja]}static get[dc(421)](){return dc(549)}constructor(t){const e=dc;function n(t){const e=mc;return t[e(305)]((t=>String[e(476)](t)))[e(484)]("")}super(t),this[e(353)]=!1,this[e(265)](e(187),[]),this.on(e(466),((n,r,s,o)=>{const i=e;this[i(495)][i(229)]((()=>{const e=i;for(const n of[...o,...s])this[e(495)][e(137)][e(440)](n)&&t[e(188)][e(438)](n)}))})),this[e(361)]=new qr(this[e(248)][e(430)][e(472)],this[e(248)][e(318)]),this[e(478)]=null,this[e(494)]=new bc(this[e(248)]),this[e(445)]=new Map,this[e(347)]=t[e(179)][e(225)](e(399)),this[e(475)]=new Set,this[e(495)]=this[e(248)][e(430)],this[e(422)]=new WeakMap,this[e(201)]=!1,this[e(341)]=new Set([e(219)]),this[e(414)]=new Set,t[e(360)][e(381)](e(358),e(541)),this[e(143)]=t[e(360)][e(225)](e(358)),t[e(360)][e(381)](e(259),!0),this[e(335)]=t[e(360)][e(225)](e(259)),this[e(536)]=new f(t,this[e(475)]),this[e(511)](),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])}[dc(199)](){const t=dc,n=this[t(248)],r=(e,n)=>{const r=t;if(r(154)!=e)return r(503)+e;const s=n[r(510)]("|")[0];return this[r(320)](s)?r(499):r(420)};n[t(367)][t(294)](t(273))[t(332)]({model:t(166),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(532)](e[n(150)]),a=[n(270),r(o,i)];let c=3e3;return this[n(187)][n(447)](e[n(150)])&&(a[n(481)](n(298)),c=3010),n(363)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(367)][t(294)](t(518))[t(197)]((e=>{const r=t;e.on(r(177),((t,e,s)=>{const o=r;if(!s[o(238)][o(443)])return;const i=e[o(185)];if(!i)return;const c=s[o(487)][o(230)](i);n[o(430)][o(472)][o(236)](i)&&c&&!c[o(161)](o(292))&&c.is(o(552))&&(0,a.toWidget)(c,s[o(312)])}),{priority:r(516)})})),n[t(367)][t(294)](t(518))[t(332)]({model:t(166),view:(e,n)=>{const s=t;if(!n[s(238)][s(443)])return null;const{type:o,subType:i}=this[s(532)](e[s(150)]);return{classes:[s(270),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(185)])return;const{id:c}=this[a(532)](o[a(150)]);if(r){const t=this[a(445)][a(225)](c),e=this[a(460)](t);if(!this[a(320)](e))return}if(o[a(185)].is(a(237)))return void i[a(379)][a(350)](o[a(185)],s[a(317)]);const u=i[a(487)][a(230)](o[a(185)]);if(o[a(185)].is(a(404))&&n[a(430)][a(472)][a(561)](o[a(185)])&&!u[a(161)](a(286))){i[a(312)][a(267)]([a(270),a(499)],u),i[a(312)][a(162)](a(426),c,u),i[a(487)][a(215)](u,o[a(150)]),e&&(this[a(187)][a(447)](o[a(150)])?i[a(312)][a(267)](a(298),u):i[a(312)][a(436)](a(298),u));for(const t of n[a(430)][a(468)](o[a(185)])[a(473)]())i[a(379)][a(350)](t,s[a(317)]);i[a(379)][a(350)](o[a(185)],s[a(317)])}};n[t(367)][t(294)](t(518))[t(197)]((e=>{const n=t;e.on(n(474),((t,e,r)=>{const o=n;r[o(238)][o(443)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(564)})})),n[t(367)][t(294)](t(518))[t(197)]((e=>{const n=t;e.on(n(394),((t,e,r)=>{const o=n;r[o(238)][o(443)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(564)})})),n[t(367)][t(294)](t(518))[t(289)]({model:t(166),view:(e,n)=>n[t(238)][t(443)]?null:{group:t(166),name:e[t(326)](11)}}),n[t(367)][t(294)](t(141))[t(297)]({view:{name:t(166),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(316)+e[r(401)](r(309))+":"+e[r(401)]("id");return e[r(401)](r(377))&&(s+=":"+e[r(401)](r(377))),n[r(147)](r(321),{"data-name":s})}}),n[t(367)][t(294)](t(141))[t(395)]({view:t(166)}),n[t(367)][t(294)](t(273))[t(197)]((e=>{const n=t;e.on(n(474),s(),{priority:n(516)})})),n[t(367)][t(294)](t(273))[t(197)]((e=>{const n=t;e.on(n(394),s({isAttributeSuggestion:!0}),{priority:n(516)})})),n[t(367)][t(294)](t(273))[t(197)]((e=>{const n=t;e.on(n(566),((t,e,r)=>{const s=n,o=r[s(487)][s(221)](e[s(150)]);if(o)for(const t of o)t[s(161)](s(286))||(r[s(312)][s(436)]([s(270),s(499),s(298)],t),r[s(312)][s(365)](s(426),t),r[s(487)][s(327)](t,e[s(150)]))}),{priority:n(516)})})),n[t(367)][t(294)](t(273))[t(197)]((e=>{const n=t;e.on(n(336),((t,e,r)=>{const s=n,o=r[s(487)][s(221)](e[s(150)]);if(!o)return;const{id:i}=this[s(532)](e[s(150)]),a=this[s(445)][s(225)](i),c=this[s(460)](a);if(this[s(320)](c))for(const t of o)t[s(161)](s(286))||(r[s(312)][s(436)]([s(270),s(499),s(298)],t),r[s(312)][s(365)](s(426),t),r[s(487)][s(327)](t,e[s(150)]))}),{priority:n(516)})})),n[t(430)][t(253)][t(407)]((e=>{const r=t;let s=!1;const o=Array[r(512)](n[r(430)][r(253)][r(148)][r(167)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(532)](t);if(r(166)!==o)continue;const h=this[r(445)][r(225)](f);if(null!=c[r(152)]){r(386)==u&&(s=s||yc(c[r(152)],t,e,n[r(430)][r(472)]));const o=r(154)==u&&this[r(320)](l[r(510)]("|")[0]);if(c[r(152)][r(364)]||r(485)==c[r(152)][r(550)][r(544)]||r(448)==u&&!Cc(c[r(152)])||o&&!Cc(c[r(152)])||r(363)==u&&(_c(a=c[r(152)])||function(t){const e=r;return t[e(196)][e(412)]==t[e(444)][e(490)]&&t[e(196)][e(160)]}(a)))e[r(136)](t),s=!0;else{if(!h||!h[r(269)])continue;i[r(197)](h)}}}var a;return i[r(195)]>0&&(s=!!this[r(501)](i)||s),s})),n[t(430)][t(253)][t(407)]((e=>{const r=t;let s=!1;for(const t of n[r(430)][r(253)][r(148)][r(387)]())if(r(313)==t[r(189)])for(const t of this[r(445)][r(182)]()){if(t[r(244)]||!t[r(269)])continue;const o=r(448)==t[r(189)],i=this[r(460)](t),a=i&&this[r(320)](i);if(!o&&!a)continue;const c=t[r(508)]();if(c[r(196)][r(412)]!=c[r(444)][r(412)]&&!c[r(444)][r(160)]){const o=n[r(430)][r(496)](c[r(196)][r(227)],r(444)),i=n[r(430)][r(545)](c[r(196)],o);e[r(389)](t[r(471)](),{range:i}),s=!0}}return s})),n[t(430)][t(253)][t(407)]((e=>this[t(223)](e))),n[t(430)][t(253)][t(407)]((e=>!e[t(539)][t(168)]&&this[t(520)](e))),n[t(430)].on(t(492),(()=>{this[t(353)]=!1})),n[t(430)][t(253)].on(t(241),((r,s)=>{const o=t;if(!s[o(168)]||s[o(405)])return;if(!this[o(353)])return;const i=n[o(430)][o(253)][o(148)][o(387)]();if(0==i[o(533)])return;const a=[],c=i[o(372)]((t=>o(154)==t[o(189)])),u=i[o(372)]((t=>o(313)==t[o(189)]&&o(456)!=t[o(317)])),l=i[o(372)]((t=>o(308)==t[o(189)]&&o(456)!=t[o(317)]));for(const t of c)this[o(397)](t[o(173)])&&a[o(481)]({key:t[o(173)],newValue:t[o(338)],oldValue:t[o(378)],range:kc(t[o(257)],n[o(430)])});for(const t of u){const e=l[o(303)]((e=>e[o(331)]===t[o(331)]));if(e){const r=Rc(t[o(300)][o(227)],n[o(430)]);e[o(317)]!==t[o(317)]&&a[o(481)]({key:o(219),newValue:t[o(317)],oldValue:e[o(317)],range:r});for(const[n,s]of e[o(427)]){if(!this[o(397)](n))continue;const e=t[o(427)][o(225)](n);s!==e&&a[o(481)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(427)])this[o(397)](n)&&(e[o(427)][o(440)](n)||a[o(481)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(533)]&&n[o(430)][o(346)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(307)](t,e,s,o,{groupId:r});this[n(455)](t,a)}))}),{priority:t(262)}),n[t(430)][t(137)].on(t(204),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(532)](n[s(317)]),e=this[s(445)][s(225)](t);e&&e[s(164)](n[s(317)])}})),n[t(430)][t(253)].on(t(241),(()=>{const e=t,r=Array[e(512)](n[e(430)][e(253)][e(148)][e(167)]())[e(372)]((t=>e(166)===this[e(532)](t[e(317)])[e(560)]));if(0===r[e(533)])return;r[e(193)](((t,n)=>{const r=e,s=t[r(310)][r(465)],o=n[r(310)][r(465)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(196)][r(357)](o[r(196)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(532)](t);if(null===n[e(465)]){const n=this[e(359)](t);o[e(197)](n)}else{const t=this[e(445)][e(225)](r);null!==n[e(152)]||t[e(269)]?(s[e(197)](t[e(258)]),o[e(197)](t)):this[e(344)](t)}}o[e(195)]>0&&this[e(216)](o);for(const t of s)this[e(523)](e(203),t)})),n[t(430)].on(t(158),((e,r)=>{const s=t,o=r[0];if(!this[s(445)][s(195)])return;if(!o[s(408)])return;if(o[s(539)][s(405)]||!o[s(539)][s(168)])return;let i,a;switch(o[s(189)]){case s(313):i=n[s(430)][s(496)](o[s(300)]),a=i[s(530)](o[s(325)]);break;case s(510):i=n[s(430)][s(496)](o[s(528)]),a=n[s(430)][s(496)](o[s(555)]);break;case s(525):i=n[s(430)][s(496)](o[s(540)]),a=i[s(530)](o[s(325)]);break;default:return}const c=n[s(430)][s(545)](i,a);n[s(430)][s(229)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(458)](c)){if(e[t(244)])continue;if(t(386)==e[t(189)])continue;const r=this[t(460)](e);if(r&&this[t(320)](r)&&t(510)!=o[t(189)])continue;const s=e[t(310)]&&e[t(310)][t(461)];(t(448)!=e[t(189)]||t(510)==o[t(189)]&&!s)&&(n[t(403)]||t(380)==e[t(189)]&&n[t(556)]||e[t(508)]()[t(222)](c)&&this[t(423)](e,i,a))}}))}),{priority:t(262)}),n[t(430)].on(t(330),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(557)])return;if(this[s(201)])return;if(!this[s(536)][s(406)])return;if(o[s(364)])return;const a=n[s(430)][s(472)],{start:c,end:u}=o[s(508)](),l=c[s(227)]&&a[s(392)](c[s(227)])?null:a[s(218)](c,s(268)),f=u[s(490)]&&a[s(392)](u[s(490)])?null:a[s(218)](u,s(452)),h=n[s(430)][s(545)](l?l[s(196)]:c,f?f[s(444)]:u);n[s(430)][s(229)]((t=>{const e=s;this[e(459)](h);const r=n[e(430)][e(472)][e(218)](h[e(196)]);o.is(e(328))?t[e(183)](r):o[e(529)](r)})),e[s(453)]()}),{priority:e.priorities[t(165)]+10}),n[t(430)].on(t(416),((e,r)=>{const s=t,o=r[r[s(533)]-1];o&&o[s(557)]||this[s(201)]||this[s(536)][s(406)]&&(n[s(430)][s(229)]((()=>{const t=s;let o=n[t(430)][t(416)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(366)]=o[t(548)]();const i=o[t(444)][t(490)],a=n[t(430)][t(472)];i&&a[t(561)](i)&&!a[t(236)](i)&&(o=n[t(430)][t(545)](o[t(196)],n[t(430)][t(496)](i,t(444)))),this[t(175)](o)})),e[s(453)]())}),{priority:t(516)}),this[t(248)][t(537)][t(197)](t(198),this[t(536)]),this[t(383)](t(198));const o=new p(n,this[t(445)]);n[t(537)][t(197)](t(163),o),this[t(383)](t(163));const i=new E(n,this[t(445)]);n[t(537)][t(197)](t(239),i),this[t(383)](t(239)),n[t(537)][t(197)](t(439),new S(n,o,this[t(445)])),this[t(383)](t(439)),n[t(537)][t(197)](t(278),new S(n,i,this[t(445)])),this[t(383)](t(278)),n[t(537)][t(197)](t(479),new w(n,o,this[t(445)])),this[t(383)](t(479)),n[t(537)][t(197)](t(464),new w(n,i,this[t(445)])),this[t(383)](t(464));const c=n[t(179)][t(225)](t(399));this[t(304)](c,t(277),((e,{threadId:n})=>{const r=t,s=this[r(445)][r(225)](n);s&&s[r(282)]&&1===s[r(282)][r(533)]&&this[r(232)](n,{hasComments:!0})}),{priority:t(261)}),this[t(304)](c,t(500),((e,{threadId:n})=>{const r=t,s=this[r(445)][r(225)](n);s&&s[r(282)]&&!s[r(282)][r(533)]&&this[r(232)](n,{hasComments:!1})}),{priority:t(261)})}set[dc(376)](t){const n=dc;if(this[n(478)])throw new e.CKEditorError(n(280),this);this[n(478)]=t}get[dc(376)](){return this[dc(478)]}[dc(333)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=dc,r=[];for(const e of this[n(445)][n(182)]())t&&!e[n(269)]||r[n(481)](e);return e?r[n(305)]((t=>t[n(217)]())):r}[dc(506)](t){const n=dc,r=this[n(445)][n(225)](t);if(!r)throw new e.CKEditorError(n(498),this);return r}[dc(275)](t){const e=dc;return this[e(445)][e(440)](t)}[dc(250)](t){const e=dc,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(189)][e(510)](":"),a=this[e(445)][e(225)](r)||this[e(425)](o,i,r,n,s);if(this[e(454)](a),this[e(176)](a,o,i||null,n),a[e(424)]=t[e(424)],a[e(281)]=!0,s&&s[e(295)]){const t=s[e(295)],n=this[e(345)](t[e(254)]);a[e(451)]=t[e(424)],a[e(242)]=n,a[e(145)]=!0}else a[e(451)]=t[e(424)];switch(t[e(310)]&&(a[e(310)]=t[e(310)]),t[e(427)]&&(a[e(427)]=t[e(427)]),this[e(478)]&&this[e(478)][e(519)]||(a[e(139)]=!0),this[e(422)][e(225)](a)){case e(354):this[e(422)][e(265)](a,e(271));break;case e(527):a[e(269)]?(this[e(501)](new Set([a])),this[e(216)](new Set([a])),this[e(422)][e(265)](a,e(266)),this[e(523)](e(373),a)):this[e(422)][e(265)](a,e(255))}return a}[dc(163)](t){const e=dc;this[e(557)]((()=>{const n=e;this[n(248)][n(430)][n(229)]((()=>{const e=n;for(const n of t[e(491)]())n[e(151)]()}))}))}[dc(239)](t){const e=dc;this[e(557)]((()=>{const n=e;this[n(248)][n(430)][n(229)]((()=>{const e=n;for(const n of t[e(491)]())n[e(413)]()}))}))}[dc(383)](t,n){const r=dc,s=this[r(248)][r(537)][r(225)](t);if(!s)throw new e.CKEditorError(r(296),this,{commandName:t});if(this[r(475)][r(440)](s))throw new e.CKEditorError(r(477),this,{commandName:t});this[r(475)][r(197)](s),n&&s.on(r(429),((t,e)=>{const o=r;this[o(536)][o(406)]&&(this[o(201)]||(e[o(533)]>0&&e[e[o(533)]-1]&&e[e[o(533)]-1][o(557)]?e[o(462)]():(t[o(366)]=n(((...t)=>s[o(429)](...t,{forceDefaultExecution:!0})),...e),t[o(453)]())))}),{priority:r(516)})}[dc(557)](t){const n=dc;let r,s;const o=this[n(201)];this[n(201)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(201)]=!1),s&&e.CKEditorError[n(184)](s,this),r}[dc(175)](t,n=null,r={}){const s=dc;if(t[s(364)])return null;const o=this[s(248)][s(179)][s(225)](s(288)).me;for(const{suggestion:e,meta:o}of this[s(458)](t,s(380)))if(o[s(556)]){if(!o[s(245)]){if(o[s(403)]){if(!this[s(335)]||!Sc(e,r))continue;return e}if(Sc(e,r))return e;this[s(423)](e,t[s(196)],t[s(444)]);break}if(n==e[s(417)]&&Sc(e,r)){const n=e[s(508)]();return n[s(196)][s(256)](t[s(444)])?this[s(157)](e,this[s(495)][s(545)](t[s(196)],n[s(444)])):this[s(157)](e,this[s(495)][s(545)](n[s(196)],t[s(444)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(290)+n:s(380),u=this[s(450)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(482)](c,i,a,t),u}[dc(171)](t,n=dc(370),r={}){const s=dc,o=this[s(248)][s(179)][s(225)](s(288)).me,i=this[s(494)][s(369)](s(380),n,s(484));for(const e of this[s(333)]())if(e[s(242)].id==o.id&&s(380)==e[s(189)]&&e[s(417)]==n&&Sc(e,r)&&(i(e[s(174)](),t)||i(t,e[s(174)]()))){for(const n of t)e[s(393)](n);return e}for(const{suggestion:e,meta:n}of this[s(458)](t,s(380))){if(!n[s(556)])continue;if(!this[s(335)]&&n[s(403)])continue;if(!Sc(e,r))continue;let o=!0;for(const n of e[s(174)]())for(const e of t)if(!n[s(222)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(290)+n,l=this[s(450)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(482)](u,a,c,e,Vr[s(192)]());return l}[dc(522)](t,n,r=null,s={}){const o=dc;if(r=r||Ac(n),t[o(364)])return null;if(o(538)===this[o(143)]){const e=this[o(494)][o(369)](o(386),r,o(151));return this[o(557)]((()=>e([t],n,s))),null}const i=this[o(248)][o(179)][o(225)](o(288)).me,a=[];if(o(526)!==this[o(143)])for(const{suggestion:e,meta:n}of this[o(458)](t,o(380)))n[o(556)]&&!n[o(329)]&&a[o(481)](...e[o(174)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(170)](s);e&&r[n(481)](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(533)];){const s=r[e][n(356)](t);r[n(322)](e,1,...s),e+=s[n(533)]}}return r}(t,a);c[o(533)]&&this[o(495)][o(229)]((()=>{const t=o;for(const e of c){const o=this[t(494)][t(369)](t(386),r,t(151));this[t(557)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(196)],u=t[o(444)];for(const{suggestion:e,meta:n}of this[o(458)](t,o(386))){if(!n[o(556)])continue;if(e[o(417)]!=r)continue;if(!Sc(e,s))continue;const i=e[o(508)]();if(i[o(222)](t,!0))return null;c=c[o(357)](i[o(196)])?c:i[o(196)],u=u[o(252)](i[o(444)])?u:i[o(444)],a?i[o(196)][o(357)](a[o(508)]()[o(196)])?(a[o(488)](),a=e):e[o(488)]():a=e}const l=this[o(495)][o(545)](c,u);if(a)this[o(157)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(450)]({id:t,type:o(542)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(482)](o(542)+r,t,a,l)}}return null}[dc(340)](t,n,r=[],s=null,o={}){const i=dc;n[i(524)]||(n[i(524)]=n[i(355)]),n[i(461)]=t.is(i(257)),s=s||Ac(n);const a=r[i(305)]((t=>Rc(t,this[i(495)]))),c=t.is(i(257))?t:Rc(t,this[i(495)]);if(i(538)===this[i(143)]){const t=this[i(494)][i(369)](i(448),s,i(151));return this[i(557)]((()=>t([c],n,o))),null}a[i(481)](c);let u=!0;for(const t of a)if(!this[i(210)](t)){u=!1;break}if(u&&i(526)!==this[i(143)]){const t=this[i(494)][i(369)](i(448),s,i(151));return this[i(557)]((()=>t([c],n,o))),null}let l=null,f=c[i(196)],h=c[i(444)];for(const{suggestion:t,meta:e}of this[i(458)](c,i(448))){if(!e[i(556)])continue;if(e[i(245)]||e[i(403)]||e[i(329)])continue;if(t[i(310)][i(524)]!=n[i(524)])continue;if(!Sc(t,o))continue;const r=t[i(508)]();if(t[i(417)]==s){if(r[i(222)](c,!0))return null;f=f[i(357)](r[i(196)])?f:r[i(196)],h=h[i(252)](r[i(444)])?h:r[i(444)],l?r[i(196)][i(357)](l[i(508)]()[i(196)])?(l[i(488)](),l=t):t[i(488)]():l=t}else{const e=c[i(170)](r);this[i(391)](t,e)}}const g=this[i(248)][i(179)][i(225)](i(288)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(157)](l,this[i(495)][i(545)](f,h)),l;{const t=this[i(450)]({id:d,type:i(371)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(482)](i(371)+s,d,p,this[i(495)][i(545)](f,h)),t}}[dc(243)](t,n,r=[],s=null,o={}){const i=dc;n[i(524)]||(n[i(524)]=n[i(355)]);const a=t[0];n[i(461)]=a.is(i(257)),s=s||Ac(n);const c=r[i(305)]((t=>Rc(t,this[i(495)]))),u=a.is(i(257))?t:t[i(305)]((t=>Rc(t,this[i(495)])));if(i(538)===this[i(143)]){const t=this[i(494)][i(369)](i(448),s,i(151));return this[i(557)]((()=>t(u,n,o))),null}c[i(481)](...u);let l=!0;for(const t of c)if(!this[i(210)](t)){l=!1;break}if(l&&i(526)!==this[i(143)]){const t=this[i(494)][i(369)](i(448),s,i(151));return this[i(557)]((()=>t(u,n,o))),null}const f=this[i(248)][i(179)][i(225)](i(288)).me;for(const t of this[i(333)]()){if(t[i(242)].id!=f.id)continue;if(i(448)!=t[i(189)]||t[i(310)][i(524)]!=n[i(524)])continue;if(!Sc(t,o))continue;const e=t[i(417)]==s;for(let n=0;n<u[i(533)];n++){const r=u[n];for(const s of t[i(480)]()){const o=s[i(558)]();if(r[i(256)](o)){e?(u[i(322)](n,1),n--):t[i(136)](s[i(317)]);break}}}}if(0==u[i(533)])return null;const h=this[i(494)][i(369)](i(448),s,i(484));for(const t of this[i(333)]())if(t[i(242)].id==f.id&&i(448)==t[i(189)]&&t[i(310)][i(524)]==n[i(524)]&&t[i(417)]==s&&Sc(t,o)&&(h(t[i(174)](),u)||h(u,t[i(174)]()))){for(const e of u)t[i(393)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(371)+s,m=this[i(450)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(482)](p,g,d,t,Vr[i(192)]());return m}[dc(459)](t,n=null,r={}){const s=dc;if(t[s(364)])return null;const o=this[s(248)][s(179)][s(225)](s(288)).me,a=new i.LiveRange(t[s(196)],t[s(444)]);for(const{suggestion:t,meta:e}of this[s(458)](a,s(380)))if(e[s(556)]&&!e[s(245)])if(t[s(244)]){const e=t[s(174)]()[s(372)]((t=>s(485)!=t[s(550)][s(544)]));if(e[s(419)]((t=>a[s(222)](t,!0)))&&t[s(413)](),e[s(213)]((t=>t[s(222)](a,!0)))){const t=this[s(494)][s(369)](s(363),n,s(151));return this[s(557)]((()=>t([a],null,r))),null}}else{const e=a[s(170)](t[s(508)]());null!==e&&t[s(140)]([e],null,r)}if(a[s(206)](),a[s(364)]||s(485)==a[s(550)][s(544)])return null;let c=null,u=a[s(196)],l=a[s(444)];const f=this[s(458)](a,s(363));for(const{suggestion:t,meta:e}of f){const n=this[s(495)][s(545)](u,l);if(e[s(556)]&&(this[s(335)]||!e[s(403)]&&!e[s(329)]))if(t[s(244)]){if(!Sc(t,r))continue;let e=!0;for(const r of t[s(174)]()){if(r[s(222)](n,!0))return t;n[s(222)](r)||(e=!1)}e&&t[s(413)]()}else{const e=t[s(508)]();if(e[s(222)](n,!0))return t;if(!Sc(t,r)){n[s(222)](e)?t[s(488)]():e[s(428)](u)?u=e[s(444)]:e[s(428)](l)&&(l=e[s(196)]);continue}u=u[s(357)](e[s(196)])?u:e[s(196)],l=l[s(252)](e[s(444)])?l:e[s(444)],r=Object[s(415)]({},t[s(427)]),c?e[s(196)][s(357)](c[s(508)]()[s(196)])?(c[s(488)](),c=t):t[s(488)]():c=t}}if(c)return this[s(157)](c,this[s(495)][s(545)](u,l)),c;{const t=(0,e.uid)(),i=this[s(495)][s(545)](u,l),a=o.id,c=n?s(202)+n:s(363),f=this[s(450)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(482)](c,t,a,i),f}}[dc(246)](t,n=dc(370),r={}){const s=dc,o=this[s(248)][s(179)][s(225)](s(288)).me,a=t[s(305)]((t=>new i.LiveRange(t[s(196)],t[s(444)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(458)](a,s(380)))e[s(556)]&&!e[s(245)]&&c[s(197)](t);for(const e of c)if(e[s(244)]){const o=e[s(174)]();if((!e[s(427)]||!e[s(427)][s(531)])&&o[s(419)]((t=>a[s(213)]((e=>e[s(222)](t,!0)))))&&e[s(413)](),a[s(419)]((t=>o[s(213)]((e=>e[s(222)](t,!0)))))){const e=this[s(494)][s(369)](s(363),n,s(151));return this[s(557)]((()=>e(t,null,r))),null}}else{const t=e[s(508)]();if(a[s(213)]((e=>e[s(222)](t,!0)))&&e[s(413)](),a[s(419)]((e=>t[s(222)](e,!0)))){const t=this[s(494)][s(369)](s(363),n,s(151));return this[s(557)]((()=>t(a,null,r))),null}}const u=this[s(494)][s(369)](s(363),n,s(484));let l=null;for(const t of this[s(333)]())if(t[s(242)].id==o.id&&t[s(269)]&&s(363)==t[s(189)]&&t[s(417)]==n&&Sc(t,r)&&(u(t[s(174)](),a)||u(a,t[s(174)]())))if(l){if(t[s(282)]&&t[s(282)][s(533)])continue;for(const e of t[s(174)]())l[s(284)](e)||l[s(393)](e);t[s(488)]()}else{l=t;for(const e of a)t[s(284)](e)||t[s(393)](e)}if(l)return l;c[s(343)]();for(const{suggestion:t,meta:e}of this[s(458)](a,s(363)))e[s(556)]&&(this[s(335)]||!e[s(403)]&&!e[s(329)])&&Sc(t,r)&&c[s(197)](t);for(const t of c){const e=t[s(174)]();if((!r||!r[s(531)])&&a[s(419)]((t=>e[s(213)]((e=>e[s(222)](t,!0))))))return t;(!t[s(427)]||!t[s(427)][s(531)])&&e[s(419)]((t=>a[s(213)]((e=>e[s(222)](t,!0)))))&&t[s(413)]()}const f=(0,e.uid)(),h=o.id,g=s(202)+n,d=this[s(450)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(206)](),t[s(364)]||s(485)==t[s(550)][s(544)]||this[s(482)](g,f,h,t,Vr[s(192)]());return d}[dc(307)](t,n,r,s,o){const i=dc;if(t[i(364)])return[];if(i(538)===this[i(143)])return[];const a=this[i(248)][i(179)][i(225)](i(288)).me.id,c=Array[i(512)](this[i(445)][i(182)]())[i(372)]((e=>i(154)==e[i(189)]&&e[i(310)][i(505)]==n&&e[i(284)](t)));if(i(541)===this[i(143)]){const e=this[i(458)](t,i(380))[i(372)]((({meta:t})=>t[i(556)]&&!t[i(329)]&&!t[i(245)]))[i(305)]((({suggestion:t})=>t));c[i(375)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(154)==t[i(189)]?t[i(310)][i(181)]:void 0,o=t[i(508)](),a=Array[i(512)](u[i(409)]())[i(303)]((t=>t[i(224)](o)));if(!a)continue;const c=a[i(356)](o);this[i(320)](n)&&i(380)==t[i(189)]&&0!=c[i(533)]||(u[i(260)](a),c[i(211)]((t=>{u[i(265)](t,r)})),i(380)!=t[i(189)]&&e!=s&&u[i(265)](a[i(170)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(533)]>37&&console[i(388)](i(226),{key:n});const f=(i(562)+(n+"|")+Ac({newValue:s}))[i(509)](0,60),h=this[i(450)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(481)](h),this[i(482)](f,c,a,t)}return l}[dc(449)](t){const e=dc;this[e(341)][e(197)](t)}[dc(535)](t){const e=dc;this[e(414)][e(197)](t)}[dc(208)](t,e=[],n=[]){const r=dc;this[r(383)](t,((t,...e)=>{this[r(234)]((()=>{t(...e)}))}));for(const t of e)this[r(535)](t);for(const t of n)this[r(449)](t)}[dc(460)](t){const e=dc;return e(154)==t[e(189)]?t[e(417)][e(510)]("|")[0]:null}[dc(157)](t,e){const n=dc,r=t[n(471)]();this[n(495)][n(229)]((t=>{t[n(389)](r,{range:e})}))}[dc(454)](t){const e=dc,n=t.id,r=this[e(248)][e(360)][e(225)](e(144));this[e(347)][e(205)](n)||this[e(347)][e(159)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(347)][e(446)](n);s[e(283)](e(410)),s[e(410)]=!1,t[e(282)]=s}[dc(176)](t,n,r,s){const o=dc;if(t[o(189)]!=n||t[o(417)]!=r||t[o(349)].id!=s)throw this[o(248)][o(553)](o(551)),new e.CKEditorError(o(551),this)}[dc(391)](t,n){const r=dc,s=t[r(508)]();if(n[r(256)](s))t[r(488)]();else if(s[r(222)](n)){const o=this[r(495)][r(496)](n[r(196)][r(490)],r(444));this[r(157)](t,this[r(495)][r(545)](s[r(196)],o));const i=(0,e.uid)(),a=t[r(349)].id,c=t[r(189)]+":"+t[r(417)];this[r(450)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(310)],attributes:t[r(427)]});const u=this[r(495)][r(496)](n[r(444)][r(412)],r(155)),l=this[r(495)][r(545)](u,s[r(444)]);this[r(482)](c,i,a,l)}else if(s[r(428)](n[r(196)])){const e=this[r(495)][r(496)](n[r(196)][r(490)],r(444));this[r(157)](t,this[r(495)][r(545)](s[r(196)],e))}else{const e=this[r(495)][r(496)](n[r(444)][r(412)],r(155));this[r(157)](t,this[r(495)][r(545)](e,s[r(444)]))}}[dc(210)](t){const e=dc;for(const{suggestion:n,meta:r}of this[e(458)](t,e(380))){if(!r[e(556)])continue;const s=n[e(174)]();for(const n of s)if(!t[e(356)](n)[e(533)])return!0}return!1}[dc(207)](t){const n=dc,r=this[n(248)][n(179)][n(225)](n(288))[n(418)](t);if(!r)throw new e.CKEditorError(n(214),this);return r}[dc(345)](t){const e=dc,n=this[e(248)][e(179)][e(225)](e(288)),r=(0,o.hashObject)(e(396)+t);return n[e(418)](r)||n[e(486)]({id:r,name:t})}[dc(425)](t,e,n,r,s){const o=dc,i=this[o(207)](r),a=this[o(494)][o(442)](t,e,n,i,s,(t=>{const e=o;this[e(232)](n,{attributes:t});const r=this[e(506)](n);this[e(501)](new Set([r])),this[e(216)](new Set([r]))}));return this[o(304)](a,o(151),(()=>{const t=o;this[t(232)](n,{state:t(554)})}),{priority:o(516)}),this[o(304)](a,o(413),(()=>{const t=o;this[t(232)](n,{state:t(382)})}),{priority:o(516)}),this[o(445)][o(265)](n,a),this[o(422)][o(265)](a,o(354)),a}[dc(532)](t){const e=dc,n=t[e(510)](":");return{group:n[0],type:n[1],subType:n[e(533)]>=5?n[2]:null,id:n[e(533)]<5?n[2]:n[3],authorId:n[e(533)]<5?n[3]:n[4],markerCount:6==n[e(533)]?n[5]:null}}[dc(423)](t,n,r){const s=dc,o=t[s(508)](),i=o[s(196)],a=o[s(444)];this[s(157)](t,this[s(495)][s(545)](i,n));const c=(0,e.uid)(),u=t[s(349)].id,l=t[s(189)]+(t[s(417)]?":"+t[s(417)]:"");this[s(450)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(427)],data:t[s(310)]});const f=this[s(460)](t);(s(448)==t[s(189)]||f&&this[s(320)](f))&&(r=this[s(495)][s(231)](r[s(412)])),this[s(482)](l,c,u,this[s(495)][s(545)](r,a))}[dc(458)](t,e=null){const n=dc,r=[],s=this[n(248)][n(179)][n(225)](n(288)).me;Array[n(311)](t)||(t=[t]);for(const o of this[n(333)]()){if(!o[n(269)])continue;if(e&&o[n(189)]!=e)continue;let i=!1;for(const e of o[n(174)]()){for(const a of t){const t=a[n(196)][n(256)](e[n(444)])||a[n(444)][n(256)](e[n(196)]);if(t||a[n(170)](e)){const c=a[n(222)](e)&&Tc(this[n(495)][n(472)],e[n(196)],a),u=e[n(222)](a)&&Tc(this[n(495)][n(472)],a[n(196)],e);r[n(481)]({suggestion:o,meta:{isOwn:s==o[n(242)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[dc(482)](t,e,n,r,s){const o=dc;this[o(495)][o(229)]((i=>{const a=o;let c=a(316)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(287)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[dc(344)](t){const e=dc,n=t[e(149)],r=t[e(469)];t[e(149)]=null,t[e(469)]=null,null!=n&&n[e(469)]==t&&(n[e(469)]=r),null!=r&&r[e(149)]==t&&(r[e(149)]=n),e(266)==this[e(422)][e(225)](t)&&(this[e(422)][e(265)](t,e(255)),this[e(523)](e(264),t,n,r))}[dc(450)](t){const n=dc,r=t.id,s=this[n(250)](t);if(this[n(478)]&&this[n(478)][n(519)]){const o=this[n(248)][n(179)][n(225)](n(351)),i=s[n(483)],a=s[n(417)]?s[n(189)]+":"+s[n(417)]:s[n(189)],c=this[n(248)][n(318)],u=o[n(197)](Wr(c,n(504))),l={id:r,type:a,hasComments:i,data:t[n(310)]||null,originalSuggestionId:t[n(563)]||null,attributes:s[n(427)]};this[n(478)][n(519)](l)[n(467)]((t=>{const e=n;s[e(139)]=!0,o[e(308)](u),t&&t[e(424)]&&(this[e(445)][e(225)](r)[e(424)]=t[e(424)])}))[n(513)]((t=>{const r=n;throw(0,e.logWarning)(r(432)),this[r(248)][r(430)][r(346)]({isUndoable:!1},(()=>{s[r(413)]()})),s[r(172)](),this[r(445)][r(260)](s.id),this[r(422)][r(260)](s),t}))}return s}[dc(320)](t){const e=dc;return this[e(341)][e(440)](t)}[dc(232)](t,e){const n=dc,r=this[n(248)][n(179)][n(225)](n(351)),s=this[n(506)](t);if(this[n(478)]&&this[n(478)][n(209)])if(s[n(139)]){const s=r[n(197)](Wr(this[n(248)][n(318)],n(504)));this[n(478)][n(209)](t,e)[n(467)]((()=>{r[n(308)](s)}))}else s.on(n(463),(()=>{this[n(232)](t,e)}))}[dc(352)](t){const n=dc;if(!this[n(478)]||!this[n(478)][n(506)])throw new e.CKEditorError(n(497),this);return this[n(478)][n(506)](t)}[dc(359)](t){const e=dc,{id:n,type:r,subType:s,authorId:o}=this[e(532)](t),i=this[e(445)][e(225)](n)||this[e(425)](r,s,n,o,{});switch(this[e(176)](i,r,s,o),this[e(422)][e(225)](i)){case e(354):this[e(352)](n)[e(467)]((t=>{const r=e;let s=Promise[r(515)]();t[r(483)]&&(s=this[r(347)][r(301)]({channelId:this[r(248)][r(360)][r(225)](r(144)),threadId:n})),s[r(467)]((()=>{const e=r;this[e(250)](t)[e(139)]=!0}))})),this[e(422)][e(265)](i,e(527));break;case e(255):this[e(232)](n,{state:e(156)});case e(271):this[e(422)][e(265)](i,e(266)),this[e(523)](e(373),i);break;case e(266):this[e(523)](e(203),i)}return i[e(164)](t),i}[dc(216)](t){const e=dc,n=Array[e(512)](t),r=n[e(372)]((t=>e(154)==t[e(189)]));this[e(337)](r);const s=n[e(372)]((t=>!t[e(244)]&&e(154)!=t[e(189)])),o=this[e(333)]({skipNotAttached:!0})[e(372)]((t=>!t[e(244)]&&e(154)!=t[e(189)])),i=o[e(372)]((n=>!t[e(440)](n))),a=new Map(o[e(305)]((t=>[t,this[e(494)][e(369)](t[e(189)],t[e(417)],e(272))]))),c=new Map(o[e(305)]((t=>[t,t[e(508)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(533)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(533)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(533)];t++){const n=s[t];!l[e(440)](n)&&n[e(149)]&&(f[e(197)](n[e(149)]),n[e(149)][e(469)]===n&&(n[e(149)][e(469)]=null),n[e(149)]=null),!u[e(440)](n)&&n[e(469)]&&(f[e(197)](n[e(469)]),n[e(469)][e(149)]===n&&(n[e(469)][e(149)]=null),n[e(469)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(533)];e++){const r=g(t,n[e]);r&&(r[0][s(469)]=r[1],r[1][s(149)]=r[0],u[s(197)](r[0]),l[s(197)](r[1]))}}function g(t,n){const r=e;if(t[r(242)].id!==n[r(242)].id)return null;const s=a[r(225)](t)(t,n,c[r(225)](t),c[r(225)](n));return s&&a[r(225)](n)(t,n,c[r(225)](t),c[r(225)](n))?s[1][r(282)]&&s[1][r(282)][r(533)]?null:s:null}f[e(195)]&&this[e(216)](f)}[dc(337)](t){const e=dc;if(0==t[e(533)])return;const n=this[e(333)]({skipNotAttached:!0})[e(372)]((t=>e(154)==t[e(189)]&&t[e(281)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(427)]);s[e(440)](n)||(s[e(265)](n,r[e(533)]),r[e(481)]([]));const i=s[e(225)](n);r[i][e(481)](t)}!function(){const t=e;r[t(193)](((e,n)=>{const r=t,s=e[0][r(424)],o=n[0][r(424)];return s==o?e[0][r(427)][r(235)]<n[0][r(427)][r(235)]?-1:1:s<o?-1:1}));for(const e of r)e[t(193)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(533)];t++){if(0==r[t][e(533)])continue;const n=[];for(let s=t+1;s<r[e(533)];s++)0!=r[s][e(533)]&&i(r[t],r[s])&&n[e(481)](s);for(const s of n)r[t]=r[t][e(507)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(533)];n++)t[n][e(469)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(533)];n++)t[n][e(149)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(427)][r(235)]!==n[0][r(427)][r(235)]&&t[0][r(242)]!==n[0][r(242)])return!1;if(!function(t,e){const n=r;return!t[n(483)]&&!e[n(483)]||(!t[n(483)]||!e[n(483)])&&(!!(t[n(483)]&&e[n(424)]<t[n(282)][n(385)][n(225)](0)[n(424)])||!!(e[n(483)]&&t[n(424)]<e[n(282)][n(385)][n(225)](0)[n(424)]))}(t[0],n[0]))return!1;const s=gc(t[0][r(427)],r(235)),o=gc(n[0][r(427)],r(235));return!!wr(s,o)&&(!!t[r(419)]((t=>n[r(213)]((e=>t[r(508)]()[r(256)](e[r(508)]())))))&&n[r(419)]((e=>t[r(213)]((t=>e[r(508)]()[r(256)](t[r(508)]()))))))}}[dc(501)](t){const e=dc,n=Array[e(512)](t),r=this[e(333)]({skipNotAttached:!0}),s=r[e(372)]((n=>!t[e(440)](n))),o=new Map(n[e(305)]((t=>[t,this[e(494)][e(369)](t[e(189)],t[e(417)],e(484))]))),i=new Map(r[e(305)]((t=>[t,t[e(174)]()])));for(let t=0;t<n[e(533)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(533)];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(533)];e++){const s=r[e];if(s[a(189)]!==n[a(189)]||s[a(242)].id!==n[a(242)].id||s[a(417)]!==n[a(417)])continue;if(!Lc(n,s,[a(235)]))continue;if(a(154)==n[a(189)]&&n[a(310)][a(181)]!=s[a(310)][a(181)])continue;if(a(154)==n[a(189)]&&t[a(320)](n[a(310)][a(505)]))continue;if(a(448)==n[a(189)]){const e=t[a(248)][a(430)],r=n[a(339)]();if(r&&(e[a(472)][a(236)](r)||e[a(472)][a(392)](r)))continue}const c=o[a(225)](n),u=i[a(225)](n),l=i[a(225)](s),f=n[a(282)]&&n[a(282)][a(533)],h=s[a(282)]&&s[a(282)][a(533)];if(!f&&c(l,u))return t[a(547)](s,n),i[a(260)](n),!0;if(!h&&c(u,l))return t[a(547)](n,s),i[a(260)](s),!0}return!1}}[dc(547)](t,e){const n=dc;if(t[n(244)])for(const r of e[n(174)]())t[n(393)](r);else{const r=e[n(508)]()[n(444)];this[n(157)](t,this[n(495)][n(545)](t[n(508)]()[n(196)],r))}e[n(488)]()}[dc(374)](t,e){const n=dc,r=t[n(314)](n(191))||t[n(314)](n(154))?n(402):t[n(299)]();return Wr(this[n(248)][n(318)],e+"_"+r+n(146))}[dc(511)](){const t=dc,e=this[t(248)];(0,o.surroundingMarkersDetector)(this[t(495)],(({left:n,entered:r})=>{const s=t,o=[];for(const t of n){const{group:e,type:n}=this[s(532)](t[s(317)]);if(s(166)===e){o[s(481)](this[s(374)](n,s(142)));break}}for(const t of r){const{group:e,type:n}=this[s(532)](t[s(317)]);if(s(166)===e){o[s(481)](this[s(374)](n,s(247)));break}}o[s(533)]&&e.ui[s(200)][s(434)](s(198),o[s(484)](" "))}))}[dc(223)](t){const e=dc;if(this[e(353)])return!1;const n=this[e(248)],r=n[e(430)][e(253)][e(148)][e(387)]();if(0==r[e(533)])return!1;const s=[],o=r[e(372)]((t=>e(154)==t[e(189)])),i=r[e(372)]((t=>e(313)==t[e(189)]&&e(456)!=t[e(317)])),a=r[e(372)]((t=>e(308)==t[e(189)]&&e(456)!=t[e(317)]));for(const t of o)s[e(481)]({key:t[e(173)],newValue:t[e(338)],oldValue:t[e(378)],range:kc(t[e(257)],n[e(430)])});for(const t of i){const r=a[e(303)]((n=>n[e(300)][e(256)](t[e(300)])));r&&s[e(481)]({key:e(219),newValue:t[e(317)],oldValue:r[e(317)],range:n[e(430)][e(306)](t[e(300)][e(227)])})}return 0!=s[e(533)]&&this[e(455)](t,s)}[dc(520)](t){const e=dc;let n=!1;const r=this[e(248)][e(430)][e(253)][e(148)][e(167)]()[e(372)]((t=>t[e(310)][e(152)]&&t[e(317)][e(314)](e(431))));for(const s of r){const{subType:r,id:o}=this[e(532)](s[e(317)]),i=r[e(510)]("|")[0];for(const r of this[e(333)]({skipNotAttached:!0}))r.id!=o&&e(154)==r[e(189)]&&r[e(310)]&&r[e(310)][e(505)]==i&&r[e(508)]()[e(224)](s[e(310)][e(152)])&&(this[e(398)](r,s[e(310)][e(152)],t),n=!0)}return n}[dc(234)](t){const e=dc;this[e(248)],this[e(353)]=!0,t()}[dc(397)](t){const e=dc,n=this[e(320)](t),r=this[e(414)][e(440)](t);return n||r}[dc(455)](t,e){const n=dc;if(0==e[n(533)])return!1;let r=!1;for(const s of e){const e=this[n(458)](s[n(257)],n(154))[n(372)]((t=>!t[n(437)][n(245)]))[n(305)]((t=>t[n(166)])),i=(0,o.hashObject)({newValue:s[n(233)]});e[n(372)]((t=>{const e=n,[r,o]=t[e(417)][e(510)]("|");return r==s[e(505)]&&o!=i}))[n(211)]((e=>{const o=n;this[o(398)](e,s[o(257)],t),r=!0}))}return r}[dc(398)](t,e,n){const r=dc,s=t[r(508)]()[r(356)](e);0!==s[r(533)]?1!==s[r(533)]?this[r(423)](t,e[r(196)],e[r(444)]):this[r(157)](t,s[0]):n[r(136)](t[r(471)]())}}class bc{constructor(t){const e=dc;this[e(180)]=t,this[e(495)]=t[e(430)],this[e(186)]=new Map,this[e(240)]=new Map,this[e(521)]()}[dc(442)](t,e,n,r,s,o){const i=dc;return new Vr(this[i(495)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(369)](t,e,i(151))(...n),onDiscard:(...n)=>this[i(369)](t,e,i(413))(...n)})}[dc(138)](t,e,n,r){const s=dc,o=t+":"+e+":"+n;this[s(186)][s(265)](o,r)}[dc(369)](t,e,n){const r=dc,s=t+":"+e+":"+n;return this[r(186)][r(225)](s)||this[r(240)][r(225)](t+":"+n)}[dc(521)](){const t=dc,e=()=>!1,n=t=>{const e=mc;t[e(193)](((t,n)=>t[e(196)][e(357)](n[e(196)])?1:-1)),this[e(495)][e(229)]((n=>{const r=e;for(const e of t){let t;t=e[r(444)][r(160)]&&e[r(444)][r(412)]==e[r(196)][r(227)]?n[r(543)](e[r(196)][r(227)],"on"):n[r(543)](e),this[r(495)][r(330)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=mc;e&&this[n(495)][n(229)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(305)]((t=>(_c(t)&&(t=this[s(495)][s(545)](t[s(444)])),t)))[s(372)]((t=>s(485)!==t[s(550)][s(544)]));if(c[s(533)]<1)return;const u=Array[s(512)](this[s(495)][s(253)][s(237)][s(174)]())[s(305)]((t=>i.LiveRange[s(400)](t)));r[s(183)](c);for(const t of this[s(180)][s(537)][s(537)]())t[s(384)]();a[s(481)]({forceDefaultExecution:!0}),this[s(180)][s(429)](o,...a);const l=u[s(372)]((t=>s(485)!=t[s(550)][s(544)]));l[s(533)]>0&&r[s(183)](l);for(const t of u)t[s(206)]()}))},s=(e,n)=>1==e[t(533)]&&1==n[t(533)]&&e[0][t(444)][t(256)](n[0][t(196)]),o=(e,n,r,s)=>Nc(e,n,r,s,this[t(495)])?[e,n]:Nc(n,e,s,r,this[t(495)])?[n,e]:null;this[t(240)][t(265)](t(276),e),this[t(240)][t(265)](t(291),n),this[t(240)][t(265)](t(194),s),this[t(240)][t(265)](t(441),o),this[t(240)][t(265)](t(514),n),this[t(240)][t(265)](t(470),e),this[t(240)][t(265)](t(435),s),this[t(240)][t(265)](t(279),o),this[t(240)][t(265)](t(368),r),this[t(240)][t(265)](t(546),e),this[t(240)][t(265)](t(274),s),this[t(240)][t(265)](t(315),e),this[t(240)][t(265)](t(319),r),this[t(240)][t(265)](t(293),e),this[t(240)][t(265)](t(457),s),this[t(240)][t(265)](t(342),e),this[t(240)][t(265)](t(565),e),this[t(240)][t(265)](t(285),((e,n)=>{const r=t;if(!n)return;const s=this[r(180)][r(179)][r(225)](Ec);this[r(495)][r(229)]((t=>{const o=r;if(o(219)==n[o(505)])for(const r of e){const e=r[o(196)][o(227)],s=n[o(181)];t[o(324)](e,s)}else if(s[o(320)](n[o(505)]))for(const r of e)void 0!==n[o(181)]?t[o(162)](n[o(505)],n[o(181)],r[o(196)][o(227)]):t[o(365)](n[o(505)],r[o(196)][o(227)]);else for(const r of e)n[o(181)]?t[o(162)](n[o(505)],n[o(181)],r):t[o(365)](n[o(505)],r)}))})),this[t(240)][t(265)](t(559),s)}}function Tc(t,e,n){const r=dc;for(const s of e[r(412)][r(220)]({includeSelf:!0,parentFirst:!0})){if(s[r(550)]==s)return!1;if(!n[r(169)](s))return!1;if(t[r(236)](s)||t[r(392)](s))return!0}return!1}function _c(t){const e=dc;return t[e(444)][e(412)]==t[e(196)][e(227)]&&t[e(444)][e(433)]}function yc(t,e,n,r){const s=dc,o=t=>!t[s(185)].is(s(517))&&!r[s(236)](t[s(185)]),i=t[s(196)][s(263)](o),a=t[s(444)][s(263)](o,{direction:s(452)});return!(t[s(196)][s(256)](i)&&t[s(444)][s(256)](a)||(i[s(357)](a)?n[s(389)](e,{range:n[s(545)](i,a)}):n[s(136)](e),0))}function Ac(t){return(0,o.hashObject)(t)}function Cc(t){const e=dc,n=t[e(196)][e(227)];return n&&n.is(e(404))}function kc(t,e){const n=dc;return null==t[n(444)][n(490)]&&t[n(444)][n(412)]==t[n(196)][n(227)]?Rc(t[n(196)][n(227)],e):t}function Rc(t,e){const n=dc,r=e[n(472)][n(236)](t)||e[n(472)][n(334)](t);return e[n(545)](e[n(496)](t,n(228)),r?e[n(249)](t):e[n(496)](t,n(444)))}function Nc(t,e,n,r,s){const o=dc;if(!Lc(t,e))return!1;if(n[o(444)][o(256)](r[o(196)]))return!0;if(t[o(189)]!=e[o(189)])return!1;if(!n[o(444)][o(362)](r[o(196)]))return!1;const i=s[o(545)](n[o(444)],r[o(196)])[o(212)]();for(const t of i)if([o(534),o(323)][o(447)](t[o(189)])&&s[o(472)][o(392)](t[o(185)]))return!1;return!0}function Lc(t,e,n=[]){const r=dc;return!(!t[r(281)]||!e[r(281)])&&wr(gc(t[r(427)],n),gc(e[r(427)],n))}function Sc(t,e){const n=dc,r=vc(t[n(427)]),s=vc(e);if(!t[n(281)])return!1;for(const t of Object[n(409)](s))if(!wr(r[t],s[t]))return!1;return!0}function vc(t){const e=dc,n=Object[e(415)]({},t);return delete n[e(531)],delete n[e(411)],n}const Mc=wc;function Oc(){const t=["canDiscard","canEditAt","_discardCommand","unbind","acceptSuggestion","340439cgLkls","isEnabled","get","_editor","273469CcvpzV","commentThreadController","bind","366BEhmco","change:isDirty","model","add","discardSuggestion","4Zsnvlf","60fgHlvY","view","stopListening","2118969OmyDeu","remove","plugins","commands","3540ZaFnkW","canAccept","12188yVjGFX","PENDING_ACTION_SUGGESTION","PendingActions","locale","listenTo","10AQtNaZ","isDirty","_setPendingAction","_removePendingAction","40bxTuig","execute","_acceptCommand","1524dbqtUE","526383VlFEuG","destroy","_pendingAction","getRanges","108596zZjuMJ"];return(Oc=function(){return t})()}function wc(t,e){const n=Oc();return(wc=function(t,e){return n[t-=461]})(t,e)}!function(t,e){const n=wc,r=t();for(;;)try{if(223728===parseInt(n(467))/1*(parseInt(n(485))/2)+-parseInt(n(480))/3*(-parseInt(n(495))/4)+parseInt(n(493))/5*(parseInt(n(462))/6)+-parseInt(n(477))/7*(parseInt(n(504))/8)+-parseInt(n(489))/9*(parseInt(n(500))/10)+parseInt(n(473))/11*(-parseInt(n(486))/12)+parseInt(n(463))/13)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Oc);class Fc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=wc;super(),this[s(482)]=e,this[s(487)]=n,this[s(478)]=r,this[s(476)]=t,this[s(461)]=t[s(492)][s(475)](s(472)),this[s(470)]=t[s(492)][s(475)](s(484)),this[s(487)][s(479)](s(474)).to(this[s(461)],this[s(470)],((t,e)=>t||e)),this[s(487)][s(479)](s(494)).to(this[s(461)],s(474),(t=>t&&this[s(476)][s(482)][s(469)](e[s(466)]()))),this[s(487)][s(479)](s(468)).to(this[s(470)],s(474),(t=>t&&this[s(476)][s(482)][s(469)](e[s(466)]()))),this[s(465)]=null,n[s(501)]&&this[s(502)](),this[s(499)](n,s(472),(()=>this[s(472)]())),this[s(499)](n,s(484),(()=>this[s(484)]())),this[s(499)](n,s(481),(()=>{const t=s;n[t(501)]?this[t(502)]():this[t(503)]()}))}[Mc(472)](){const t=Mc;this[t(461)][t(505)](this[t(482)].id)}[Mc(484)](){const t=Mc;this[t(470)][t(505)](this[t(482)].id)}[Mc(464)](){const t=Mc;this[t(487)][t(471)](t(474)),this[t(487)][t(471)](t(494)),this[t(487)][t(471)](t(468)),this[t(488)](),this[t(478)][t(464)](),this[t(465)]&&this[t(503)]()}[Mc(502)](){const t=Mc,e=Wr(this[t(476)][t(498)],t(496));this[t(465)]=this[t(476)][t(491)][t(475)](t(497))[t(483)](e)}[Mc(503)](){const t=Mc;null!==this[t(465)]&&this[t(476)][t(491)][t(475)](t(497))[t(490)](this[t(465)]),this[t(465)]=null}}const Dc=Pc;function Pc(t,e){const n=Bc();return(Pc=function(t,e){return n[t-=125]})(t,e)}!function(t,e){const n=Pc,r=t();for(;;)try{if(324031===parseInt(n(168))/1*(-parseInt(n(150))/2)+-parseInt(n(152))/3*(parseInt(n(142))/4)+parseInt(n(146))/5+-parseInt(n(164))/6*(parseInt(n(139))/7)+parseInt(n(160))/8*(parseInt(n(131))/9)+-parseInt(n(167))/10*(-parseInt(n(176))/11)+parseInt(n(166))/12)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(125)]=null,this[s(135)]=null,this[s(138)](s(140),!1),this[s(138)](s(133),e[s(133)]),this[s(172)](s(133)).to(e),this[s(138)](s(154),[]),this[s(138)](s(170),!1),this[s(138)](s(145),!1),this[s(138)](s(162),!1),this[s(138)](s(161),!1),this[s(130)]=e,this[s(156)]=n,this[s(134)]=r,r[s(174)]?this[s(138)](s(157),1):this[s(153)]()}[Dc(147)](){const t=Dc;this[t(137)][t(147)]()}[Dc(155)](){const t=Dc;this[t(125)]&&this[t(125)][t(155)](),this[t(135)]&&this[t(135)][t(155)](),super[t(155)]()}[Dc(153)](){const t=Dc,{CommentsListView:e}=this[t(134)];this[t(125)]=new e(this[t(149)],this[t(130)][t(169)],Object[t(126)]({CommentView:this[t(134)][t(129)]},this[t(134)])),this[t(125)][t(128)](t(143)).to(this),this[t(125)][t(128)](t(171)).to(this),this[t(125)][t(172)](t(140)).to(this),this[t(138)](t(157),this[t(125)][t(157)]+1),this[t(172)](t(157)).to(this[t(125)],t(157),(t=>t+1)),this[t(135)]=this[t(173)](),this.on(t(143),(()=>this[t(147)]())),this[t(172)](t(170)).to(this[t(125)],t(136),this[t(135)][t(159)],t(132),((t,e)=>t||!!e))}[Dc(173)](){const t=Dc,{CommentThreadInputView:e}=this[t(134)],n=new e(this[t(149)],this[t(156)],this[t(134)][t(163)]),r=n[t(159)];return n[t(172)](t(158)).to(this,t(140),this[t(130)][t(169)],t(141),r,t(132),((t,e,n)=>!!n||t&&!e)),r.on(t(165),((e,n)=>{const s=t;this[s(148)](s(177),n),r[s(175)][s(127)]("")})),r.on(t(151),(()=>this[t(147)]())),r[t(172)](t(144)).to(this[t(130)][t(169)],t(141)),n}}function Bc(){const t=["editorConfig","3624390hlIKyT","submit","12872244ymPWsd","10AnnZHe","8548KNNQkJ","commentThread","isDirty","updateComment","bind","_createCommentThreadInputView","disableComments","editor","310849VWSoYA","addComment","commentsListView","assign","setData","delegate","CommentView","_model","9XPZrvI","value","authoredAt","_config","commentThreadInputView","hasDirtyComment","element","set","7eaNzKb","isActive","isReadOnly","8iFrgoQ","removeComment","disabledSubmit","isEnabled","1459835EelLnO","focus","fire","locale","140ctiCty","cancel","742011rgwUEq","_createCommentViews","descriptionParts","destroy","_localUser","length","showInput","commentInputView","5025736mSLjuW","canDiscard","canAccept"];return(Bc=function(){return t})()}const Uc=jc;function jc(t,e){const n=Gc();return(jc=function(t,e){return n[t-=103]})(t,e)}function Gc(){const t=["render","ck-annotation__main","ck-annotation","title","ck-annotation__actions","isEnabled","innerText","split","canDiscard","delegate","ck-comment__info-time","ck-suggestion--discard","element","setTemplate","canAccept","Accept suggestion","time","435534kvYZKX","editorDestroyed","name","ck-suggestion__info","innerHTML","locale","createElement","acceptButton","EXTERNAL_IMPORT_WORD_AVATAR",'" title="',"extendTemplate","ck-suggestion-wrapper","345DCdwBi","_model","ck-annotation__user","EXTERNAL_SUGGESTION","getUserViewNotificationText","execute","ck-suggestion--disabled-comments","8374544hovzOx","attributes","ck-suggestion--accept","isActive","change:description","creator","22408yBujWk","ck-suggestion-wrapper--active","type","disableComments","color","Discard suggestion",".ck-annotation__content-wrapper","</span>","EXTERNAL_IMPORT_WORD_SUGGESTION","ck-annotation__info-time","@external","ck-suggestion__actions","author","authoredAt",'<span class="ck-suggestion-color" style="background-color: ',"bind","map","push","_config","ck-annotation__info","querySelector","importWord","ck-annotation__info-name","span","check","source",'<span class="ck-suggestion-type">',"ck-suggestion","descriptionParts","description","4839450hDIOdx","</p>","ck-suggestion__user","<p>","div","17QlImVS","userView","commentsListView","ck-suggestion-","13525038oHjsMz","bindTemplate","EXTERNAL_AVATAR",'"></span>',"children","783041NkTgna","ck-annotation__content-wrapper","isExternal","discardButton","editorReady","commentThread","value","content","fire","join","set","commentThreadInputView","getTemplate","ck-comment__external","getExternalSuggestionNote","cancel","_descriptionElement","19438lDURwO","_createButton","formatDateTime","discardSuggestion","ck-suggestion__info-name","ck-suggestion__main","acceptSuggestion"];return(Gc=function(){return t})()}!function(t,e){const n=jc,r=t();for(;;)try{if(538611===-parseInt(n(173))/1*(parseInt(n(199))/2)+-parseInt(n(113))/3+-parseInt(n(138))/4*(-parseInt(n(125))/5)+parseInt(n(168))/6+parseInt(n(182))/7+parseInt(n(132))/8+-parseInt(n(177))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gc);class Hc extends xc{constructor(e,n,r,s){const i=jc;super(e,n,r,s),this[i(192)](i(140),""),this[i(153)](i(140)).to(this,i(166),(t=>t&&t[0]?t[0][i(140)]:"")),this[i(153)](i(167)).to(this,i(166),this,i(135),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(171)+Vc(e[n(189)],e[n(142)])+n(169);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(198)]=null,this[i(120)]=this[i(200)](Wr(e,i(111)),t.icons[i(162)],i(134),i(205),"sw"),this[i(120)][i(153)](i(211)).to(this,i(110)),this[i(185)]=this[i(200)](Wr(e,i(143)),t.icons[i(197)],i(107),i(202),"sw"),this[i(185)][i(153)](i(211)).to(this,i(104)),this[i(174)]=new o.UserView(e,this[i(126)][i(150)],this[i(129)]()),this[i(174)][i(123)]({attributes:{class:[i(170),i(127)]}}),this[i(109)](this[i(194)]())}[Uc(194)](){const t=Uc,e=this[t(178)],n=[{tag:t(172),attributes:{class:[t(116),t(157)]},children:[{tag:t(161),children:[{text:this[t(174)][t(115)]}],attributes:{class:[t(203),t(160)]}},{tag:t(112),attributes:{datetime:e.to(t(151)),class:[t(106),t(147)]},children:[{text:e.to(t(151),(e=>this[t(156)][t(201)](e)))}]}]},{tag:t(172),attributes:{class:[t(149),t(210)]},children:[this[t(120)],this[t(185)]]},{tag:t(172),attributes:{class:[t(183)]}}];this[t(126)][t(184)]&&n[t(155)]({tag:t(172),attributes:{class:[t(195)]},children:[{text:this[t(196)]()}]});const r={tag:t(172),attributes:{class:[t(124),e.if(t(135),t(139)),e.to(t(140),(e=>t(176)+e)),this[t(156)][t(141)]&&t(131)],"data-suggestion-id":this[t(126)].id,"data-thread-id":this[t(126)][t(187)].id,"data-author-id":this[t(126)][t(150)].id,tabindex:-1},children:[{tag:t(172),attributes:{class:[t(165),t(208)]},children:[this[t(174)],{tag:t(172),attributes:{class:[t(204),t(207)]},children:n}]}]};return this[t(175)]&&this[t(193)]&&(r[t(181)][t(155)](this[t(175)],this[t(193)]),this[t(175)][t(105)](t(186)).to(this),this[t(175)][t(105)](t(114)).to(this),this[t(193)][t(105)](t(186)).to(this),this[t(193)][t(105)](t(114)).to(this)),r}[Uc(206)](){const t=Uc;super[t(206)](),this[t(198)]=this[t(108)][t(158)](t(144)),this[t(198)][t(117)]=this[t(167)],this.on(t(136),((e,n,r)=>{const s=t;this[s(198)][s(117)]=r}))}[Uc(200)](t,e,n,r,o){const i=Uc,a=new s.ButtonView(this[i(118)]);return a[i(192)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(123)]({attributes:{class:n}}),a.on(i(130),(()=>{const t=i;this[t(190)](r,this[t(126)].id)})),a}[Uc(196)](){const t=Uc;return t(159)===this[t(126)][t(133)][t(148)][t(163)]?Wr(this[t(118)],t(146)):Wr(this[t(118)],t(128))}[Uc(129)](){const t=Uc;return this[t(126)][t(184)]?t(159)===this[t(126)][t(133)][t(148)][t(163)]?Wr(this[t(118)],t(121),this[t(126)][t(137)][t(115)]):Wr(this[t(118)],t(179),this[t(126)][t(137)][t(115)]):null}}function Vc(t,e){const n=Uc;let r="";return r+=t[n(103)]("*")[n(154)](((t,e)=>e%2!=0?n(164)+Wc(t)+n(145):Wc(t)))[n(191)](""),e&&(r+=n(152)+e[n(188)]+n(122)+e[n(209)]+n(180)),r}function Wc(t){const e=Uc,n=document[e(119)](e(161));return n[e(212)]=t,n[e(117)]}const zc=Kc;function Kc(t,e){const n=Xc();return(Kc=function(t,e){return n[t-=191]})(t,e)}function Xc(){const t=["pluginName","acceptSelectedSuggestions","commandName","createCommentThreadController","filter","1378856bJdhiM","getMarkers","add","set","trackChanges.SuggestionThreadView","descriptionParts","change:previous","commentThread","addComment","Accept all suggestions","previous","toMany","actionView","requires","comments","TrackChangesUI","map","view","3GBLPLx","_destroyController","refreshSelectedViews","_suggestionToController","init","_bindAnnotationToEditors","editor","_handleControllerBuffer","_descriptionFactory","getMarkerNames","suggestionLoaded","Discard all selected suggestions","31506FvJTIg","_initializeController","listenTo","bind","acceptAllSuggestions","separator","isOn","focus","_updateController","_viewToController","hasSuggestion","source","model","editing","isInContent","config","675052hFJqeN","1hgUYBM","25DbSAUj","length","value","CommentView","discardSelectedSuggestions","SuggestionThreadView","Track changes","reduce","push","destroy","switchbutton","delete","suggestionUnloaded","_unbindEditors","412782USWCuu","trackChanges.disableComments","activeMarkers","Accept all selected suggestions","from","type","size","button","mainView","acceptButton","getAllAdjacentSuggestions","addSourceCollector","discardButton","_createUIButton","some","getByInnerView","stopListening","head","values","registerAnnotation","activeAnnotations","unbind","isEnabled","getDescriptions","get","_refreshActiveMarkers","clear","TrackChangesEditing","3098550tAvIbZ","_disableComments","locale","Discard all suggestions","trackChanges","CommentsRepository","innerView","createAnnotation","getRanges","suggestion-","change:activeAnnotations","isMultiRange","getSuggestion","remove","arrowView","getFirstRange","_handleSuggestionControllerDelayed","execute","suggestionChanged","Annotations","componentFactory","buttonView","plugins","getJoined","commands","comments.maxCommentsWhenCollapsed","keys","lowest","CommentsUI","comments.maxCommentCharsWhenCollapsed","EditorAnnotations","_annotationViews","discardAllSuggestions","define","284860cxniYJ","comments.maxThreadTotalWeight","createAnnotationView","isDirty","comments.editorConfig","has","1437930bZugRD"];return(Xc=function(){return t})()}!function(t,e){const n=Kc,r=t();for(;;)try{if(182853===-parseInt(n(283))/1*(parseInt(n(266))/2)+-parseInt(n(254))/3*(parseInt(n(224))/4)+-parseInt(n(284))/5*(-parseInt(n(298))/6)+-parseInt(n(282))/7+parseInt(n(236))/8+parseInt(n(230))/9+-parseInt(n(326))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xc);class qc extends t.Plugin{static get[zc(249)](){const t=zc;return[Ec,o.Users,t(195),t(209),t(220)]}static get[zc(231)](){return zc(251)}constructor(t){const e=zc;super(t),this[e(257)]=new Map,this[e(275)]=new Map,this[e(221)]=new Map,this[e(261)]=new Map;const n=this[e(260)][e(281)];n[e(223)](e(240),Hc),n[e(223)](e(299),!1),this[e(191)]=n[e(322)](e(299))}[zc(206)](t,e){const n=zc;0===this[n(261)][n(304)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(261)]){const r=this[t(257)][t(229)](e);r||n?r&&n&&this[t(255)](e):this[t(267)](e)}this[t(261)][t(324)](),this[t(260)][t(212)][t(322)](t(220))[t(256)](),this[t(323)]()}),10),this[n(261)][n(239)](t,e)}[zc(258)](){const t=zc,e=this[t(260)],n=e[t(212)][t(322)](t(325)),r=e[t(212)][t(322)](t(209)),s=e[t(212)][t(322)](t(220)),o=e[t(212)][t(322)](t(195));e.ui[t(210)][t(238)](t(194),(e=>this[t(311)](e))),s[t(309)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(302)](this[e(257)])){const s=t[e(308)](),o=[];for(const t of s){if(!t[e(280)])continue;if(t[e(201)]){o[e(292)](...t[e(198)]());continue}const n=t[e(205)]();if(o[e(285)]>0){const t=o[0][e(213)](n);if(t){o[0]=t;continue}}o[e(292)](n)}n[e(292)]([r[e(253)],o])}return n})),this[t(268)](n,t(264),((e,n)=>{const r=t;this[r(268)](n,r(242),((t,e,s,o)=>{const i=r;n[i(280)]&&(null==s?(this[i(274)](o[i(315)]),this[i(206)](n,!1)):(this[i(274)](s[i(315)]),null==o&&this[i(206)](n,!0)))})),null!==n[r(246)]?this[r(274)](n[r(315)]):this[r(206)](n,!1)})),this[t(268)](n,t(296),((e,n,r)=>{const s=t;this[s(314)](n,s(242)),this[s(261)][s(295)](n),this[s(257)][s(229)](n)&&this[s(255)](n),r&&this[s(274)](r[s(315)])})),this[t(268)](n,t(208),((e,n)=>{this[t(274)](n)})),this[t(268)](r,t(200),(()=>{this[t(323)]()})),this[t(268)](o,t(244),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(276)](r))return;const i=n[o(202)](r);this[o(257)][o(322)](i)[o(253)][o(273)]()}),{priority:t(217)})}[zc(323)](){const t=zc,e=this[t(260)][t(212)][t(322)](t(209)),n=this[t(260)][t(212)][t(322)](t(325)),r=Array[t(302)](e[t(318)],(e=>e[t(196)]))[t(235)]((e=>this[t(275)][t(229)](e))),s=[];for(const e of r){const n=this[t(275)][t(322)](e)[t(278)][t(308)]();s[t(292)](...n[t(291)](((e,n)=>[...e,...n[t(263)]()]),[]))}n[t(300)]=s}[zc(311)](t){const n=zc,r=(0,s.createDropdown)(t,s.SplitButtonView),o=this[n(260)][n(214)][n(322)](n(194)),i=Wr(t,n(290));r[n(211)][n(239)]({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(211)][n(269)](n(272)).to(o,n(286)),r[n(211)].on(n(207),(()=>{const t=n;o[t(207)](),this[t(260)][t(279)][t(253)][t(273)]()}));const a=new e.Collection,c=[{type:n(294),model:{withText:!0,label:i,commandName:n(194)}},{type:n(271)},{type:n(305),model:{withText:!0,label:Wr(t,n(245)),commandName:n(270)}},{type:n(305),model:{withText:!0,label:Wr(t,n(301)),commandName:n(232)}},{type:n(305),model:{withText:!0,label:Wr(t,n(193)),commandName:n(222)}},{type:n(305),model:{withText:!0,label:Wr(t,n(265)),commandName:n(288)}}];for(const t of c){let e={type:n(271)};if(t[n(278)]){const r=new s.ViewModel(t[n(278)]),o=this[n(260)][n(214)][n(322)](r[n(233)]);r[n(269)](n(272),n(320)).to(o,n(286),n(320)),e={type:t[n(303)],model:r}}a[n(238)](e)}(0,s.addListToDropdown)(r,a);const u=c[n(235)]((t=>null!=t[n(278)]))[n(252)]((t=>this[n(260)][n(214)][n(322)](t[n(278)][n(233)]))),l=r[n(211)];return l[n(248)][n(319)](n(320)),l[n(204)][n(319)](n(320)),l[n(248)][n(269)](n(320)).to(o,n(320)),l[n(204)][n(269)](n(320))[n(247)](u,n(320),((...t)=>t[n(312)]((t=>t)))),r.on(n(207),(t=>{const e=n;this[e(260)][e(207)](t[e(277)][e(233)]),this[e(260)][e(279)][e(253)][e(273)]()})),r}[zc(267)](t){const e=zc,n=this[e(260)],r=n[e(281)],s=n[e(212)][e(322)](e(209)),i=n[e(212)][e(322)](e(195)),a=n[e(212)][e(322)](e(220)),c=n[e(212)][e(322)](o.Users).me,u=r[e(322)](e(194))[e(289)],{CommentsListView:l,CommentThreadInputView:f}=n[e(212)][e(322)](e(218));let h,g;this[e(221)][e(229)](t.id)?(g=this[e(221)][e(322)](t.id),h=g[e(306)]):(h=new u(n[e(192)],t,c,{disableComments:this[e(191)],editorConfig:r[e(322)](e(228)),maxCommentsWhenCollapsed:r[e(322)](e(215)),maxThreadTotalWeight:r[e(322)](e(225)),maxCommentCharsWhenCollapsed:r[e(322)](e(219)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(322)](e(192))),CommentView:r[e(322)](e(250))[e(287)],CommentsListView:l,CommentThreadInputView:f}),h[e(307)].on(e(207),(()=>{const t=e;n[t(279)][t(253)][t(273)]()})),h[e(310)].on(e(207),(()=>{const t=e;n[t(279)][t(253)][t(273)]()})),g=s[e(226)](this[e(260)][e(192)],h),g[e(269)](e(227)).to(h,e(227)),g[e(269)](e(285)).to(h),g[e(269)](e(303)).to(h,e(303),(t=>e(199)+t)),this[e(221)][e(239)](t.id,g));const d=i[e(234)](t[e(243)],h),p=new Fc(n,t,h,d),m=t[e(308)]()[e(235)]((t=>t[e(280)]));h[e(241)]=n[e(212)][e(322)](e(325))[e(262)][e(321)](m),this[e(257)][e(239)](t,p),this[e(275)][e(239)](h,p);const I=s[e(197)]({view:g,target:()=>{const r=e,s=[],i=t[r(308)]()[r(235)]((t=>t[r(280)]));for(const t of i)s[r(292)](...t[r(237)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(279)],s)},type:()=>e(199)+p[e(253)][e(303)]});i[e(259)](h,I),s[e(238)](I),a[e(317)](I)}[zc(255)](t){const e=zc,n=this[e(260)][e(212)][e(322)](e(195)),r=this[e(260)][e(212)][e(322)](e(209)),s=this[e(257)][e(322)](t),o=s[e(253)],i=r[e(313)](o);n[e(297)](o),i&&r[e(203)](i),this[e(257)][e(295)](t),this[e(275)][e(295)](o),s[e(293)]()}[zc(274)](t){const e=zc;if(!t[e(280)]||!this[e(257)][e(229)](t))return;const n=this[e(260)][e(212)][e(322)](e(325)),r=this[e(257)][e(322)](t),s=t[e(308)]();r[e(253)][e(241)]=n[e(262)][e(321)](s)}[zc(293)](){const t=zc;for(const e of this[t(257)][t(216)]())this[t(255)](e);for(const e of this[t(221)][t(316)]())e[t(306)][t(293)]();super[t(293)]()}}var Zc=Yc;function Jc(){var t=["144CQzYoH","185RucICs","get","plugins","editor","10043TgSdza","5429893jOFAch","getSuggestions","76828qCcHHB","173692reRfex","24530Jmucfi","TrackChanges","addSuggestionData","pluginName","24aevVCa","getSuggestion","781845HaAWCs","145232FumXuT","adapter","addSuggestion","Comments","164544ukSebX","requires"];return(Jc=function(){return t})()}function Yc(t,e){var n=Jc();return(Yc=function(t,e){return n[t-=223]})(t,e)}!function(t,e){for(var n=Yc,r=t();;)try{if(460342===parseInt(n(241))/1+-parseInt(n(234))/2*(-parseInt(n(239))/3)+parseInt(n(233))/4*(parseInt(n(226))/5)+parseInt(n(223))/6+parseInt(n(231))/7+-parseInt(n(242))/8*(parseInt(n(225))/9)+-parseInt(n(235))/10*(parseInt(n(230))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Jc);class Qc extends t.Plugin{static get[Zc(224)](){return[Ec,qc,Zc(245)]}static get[Zc(238)](){return Zc(236)}set[Zc(243)](t){var e=Zc;this[e(229)][e(228)][e(227)](Ec)[e(243)]=t}get[Zc(243)](){var t=Zc;return this[t(229)][t(228)][t(227)](Ec)[t(243)]}[Zc(244)](t){var e=Zc;return this[e(229)][e(228)][e(227)](Ec)[e(237)](t)}[Zc(232)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=Zc;return this[n(229)][n(228)][n(227)](Ec)[n(232)]({skipNotAttached:t,toJSON:e})}[Zc(240)](t){var e=Zc;return this[e(229)][e(228)][e(227)](Ec)[e(240)](t)}}const $c=eu;function tu(){const t=["getRootsAttributes","reduce","map","createElement","document","createDocumentFragment","52568758JwrmHJ","getDataWithDiscardedSuggestions","getDataWithAcceptedSuggestions","acceptAllSuggestions","editorCreator","TrackChangesData","trackChangesData.editorCreator","init","plugins","8znLKvv","execute","24330BJbbGr","function","push","getRootNames","getSuggestions","model","getUser","addSuggestionData","div","TrackChangesEditing","result","TrackChangesDataGetter","getFullData","4odgXHC","Pagination","requires","discardAllSuggestions","2717214hqvxPH","appendChild","create","data","track-changes-data-invalid-editor-creator","useAnonymousUser","_adapter","395UgcfZi","747057cHuqtT","config","9958650tjzTAj","end","rootsAttributes","users","constructor","set","define","addUser","destroy","name","get","CommentsRepository","Users","9UBHdtS","trackChangesData","editor","pluginName","6877353vPBZVv","127020rRsGen"];return(tu=function(){return t})()}function eu(t,e){const n=tu();return(eu=function(t,e){return n[t-=415]})(t,e)}!function(t,e){const n=eu,r=t();for(;;)try{if(891004===-parseInt(n(446))/1+parseInt(n(466))/2+-parseInt(n(438))/3*(parseInt(n(434))/4)+parseInt(n(445))/5*(-parseInt(n(421))/6)+-parseInt(n(465))/7*(parseInt(n(419))/8)+-parseInt(n(461))/9*(parseInt(n(448))/10)+parseInt(n(473))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(tu);const nu=[$c(435)];class ru extends t.Plugin{static get[$c(436)](){return[Ec]}static get[$c(464)](){return $c(415)}[$c(417)](){const t=$c,n=this[t(463)];if(n[t(447)][t(454)](t(416),(e=>{const r=t,s=n[r(426)][r(471)][r(424)]()[r(468)](((t,e)=>(t[e]="",t)),{});return n[r(452)][r(440)](s,e)})),t(422)!=typeof n[t(447)][t(458)](t(462))[t(477)])throw new e.CKEditorError(t(442))}[$c(475)](t){return iu(this[$c(463)],!0,t)}[$c(474)](t){return iu(this[$c(463)],!1,t)}}class su extends t.Plugin{static get[$c(464)](){return $c(432)}constructor(t){const e=$c;super(t),this[e(431)]=e(449)}[$c(417)](){const t=$c;this[t(463)][t(418)][t(458)](t(459))[t(444)]={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(463)][t(418)][t(458)](t(430))[t(444)]=null}}function ou(t){return void 0!==t[$c(467)]}async function iu(t,e,n){const r=$c,s=(0,o.sanitizeEditorConfig)(t,nu);s[r(418)][r(423)](Ec,su),s[r(450)]=ou(t)?t[r(467)]():void 0;const i=document[r(472)](),a=t[r(447)][r(458)](r(462))[r(477)],c=await a(s,(()=>function(t){const e=r,n=document[e(470)](e(429));return t[e(439)](n),n}(i)));!function(t,e){const n=r,s=t[n(426)][n(471)][n(424)]()[n(468)](((e,r)=>(e[r]=t[n(441)][n(458)]({rootName:r}),e)),{}),o=t[n(418)][n(458)](n(460))[n(451)][n(469)]((t=>({id:t.id,name:t[n(457)]}))),i=t[n(418)][n(458)](n(430))[n(425)]({skipNotAttached:!0,toJSON:!0}),a=e[n(418)][n(458)](n(460)),c=e[n(418)][n(458)](n(430));for(const t of o)a[n(427)](t.id)||a[n(455)](t);a.me||a[n(443)]();for(const t of i)c[n(428)](t);e[n(441)][n(453)](s)}(t,c),c[r(420)](r(e?476:437));const u=ou(c)?c[r(433)](n):c[r(441)][r(458)](n);return await c[r(456)](),u}function au(){var t=["18KfsNmH","283947swXWVA","15218288fCCbBV","179315HjcadD","2748148XUDjAs","12rIzDrK","56TLBlnj","1391850VlHSRY","1129996OVVOWv","928806IWKxsz"];return(au=function(){return t})()}function cu(t,e){var n=au();return(cu=function(t,e){return n[t-=274]})(t,e)}!function(t,e){for(var n=cu,r=t();;)try{if(998274===-parseInt(n(276))/1+-parseInt(n(283))/2*(parseInt(n(279))/3)+-parseInt(n(282))/4+-parseInt(n(281))/5+parseInt(n(277))/6*(parseInt(n(274))/7)+parseInt(n(280))/8+parseInt(n(278))/9*(parseInt(n(275))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(au)})(),(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:()=>_c});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=["_disableUnsupportedCommands","38896875JBcJFC","7536872jfExsW","refresh","_enabledCommands","isEnabled","editor","3YlyPTy","_enableCommands","2xwYBip","clearForceDisabled","has","4014004prpFmH","3800944PyUpnF","TrackChangesCommand","forceDisabled","456957lqbMgO","affectsData","8393118abOrdh","execute","commands","_isEnabledBasedOnSelection","value","9141080wgkhue"];return(u=function(){return t})()}function l(t,e){const n=u();return(l=function(t,e){return n[t-=442]})(t,e)}!function(t,e){const n=l,r=t();for(;;)try{if(947379===parseInt(n(450))/1*(parseInt(n(443))/2)+-parseInt(n(465))/3*(parseInt(n(446))/4)+-parseInt(n(457))/5+-parseInt(n(452))/6+-parseInt(n(447))/7+parseInt(n(460))/8+parseInt(n(459))/9)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(462)]=e,this[n(456)]=!1,this[n(461)](),this[n(455)]=!1}[c(461)](){this[c(463)]=!0}[c(453)](){const t=c;this[t(456)]=!this[t(456)],this[t(456)]?this[t(458)]():this[t(442)]()}[c(458)](){const t=c;for(const e of this[t(464)][t(454)][t(454)]())e[t(451)]&&!this[t(462)][t(445)](e)&&e[t(449)](t(448))}[c(442)](){const t=c;for(const e of this[t(464)][t(454)][t(454)]())e[t(451)]&&!this[t(462)][t(445)](e)&&e[t(444)](t(448))}}const h=d;function g(){const t=["isEnabled","_suggestions","editor","1074315PbQpGM","1918004aQtnoK","refresh","10FCLUMW","execute","model","TrackChangesEditing","2459928jLoFIY","plugins","acceptSuggestion","1171137cgDxwF","926569lVoIzY","6fABjle","4569384bqmqYq","canEditAt","36843444iZDNyd","get","track-changes-accept-suggestion-not-found","_isEnabledBasedOnSelection","getRanges"];return(g=function(){return t})()}function d(t,e){const n=g();return(d=function(t,e){return n[t-=406]})(t,e)}!function(t,e){const n=d,r=t();for(;;)try{if(652912===-parseInt(n(406))/1+-parseInt(n(426))/2+parseInt(n(419))/3+parseInt(n(420))/4*(-parseInt(n(422))/5)+-parseInt(n(408))/6*(-parseInt(n(407))/7)+-parseInt(n(409))/8+parseInt(n(411))/9)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(417)]=e,this[n(421)](),this[n(414)]=!1}[h(421)](){this[h(416)]=!0}[h(423)](t){const n=h,r=this[n(417)][n(412)](t);if(!r)throw new e.CKEditorError(n(413),this);const s=r[n(415)]();this[n(418)][n(424)][n(410)](s)&&this[n(418)][n(427)][n(412)](n(425))[n(428)](r)}}const m=I;function I(t,e){const n=b();return(I=function(t,e){return n[t-=425]})(t,e)}!function(t,e){const n=I,r=t();for(;;)try{if(362062===-parseInt(n(437))/1*(parseInt(n(427))/2)+-parseInt(n(450))/3*(parseInt(n(431))/4)+-parseInt(n(441))/5*(-parseInt(n(439))/6)+-parseInt(n(434))/7*(parseInt(n(430))/8)+parseInt(n(446))/9+parseInt(n(436))/10+parseInt(n(445))/11*(parseInt(n(425))/12))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(440)]=e,this[n(432)](),this[n(435)]=!1}[m(432)](){this[m(433)]=!0}[m(444)](t){const n=m,r=this[n(440)][n(447)](t);if(!r)throw new e.CKEditorError(n(438),this);const s=r[n(443)]();this[n(448)][n(428)][n(426)](s)&&this[n(448)][n(449)][n(447)](n(442))[n(429)](r)}}function b(){const t=["editor","plugins","87279pGfaez","516jZrJea","canEditAt","52090saNdrI","model","discardSuggestion","328OCbuKZ","88xQICqv","refresh","isEnabled","68215QaAnyl","_isEnabledBasedOnSelection","3895830mSZAxh","14CkOIvg","track-changes-discard-suggestion-not-found","54ycyjxc","_suggestions","9495WDNnmf","TrackChangesEditing","getRanges","execute","226864lLnABc","4254993QwxiNm","get"];return(b=function(){return t})()}function T(){const t=["createRange","createPositionBefore","4811980bVzijC","value","6ZeVhBo","splice","sort","next","push","374633UMKUgm","content","add","map","isIntersecting","replace","type","isArray","join","isTouching","start","end","43062aRPyTx","from","3572272zzZADI","isCollapsed","478194HsnaCS","deletion","change","isObject","schema","1184560WbCgQN"," [color ","isInContent","color","isMultiRange","9MrcYGh","length","60HooYyX","createPositionAt","56IfrKOY","165080rrMukV","getRanges","createPositionAfter","execute"];return(T=function(){return t})()}function _(t,e){const n=T();return(_=function(t,e){return n[t-=213]})(t,e)}function y(t){const e=_;return t[e(242)](((t,n)=>e(218)==t[e(251)]&&e(218)!=n[e(251)]?-1:e(218)!=t[e(251)]&&e(218)==n[e(251)]?1:0))}function A(t,e){const n=_;let r,s=0;const o=[],i=e[n(221)];for(;s<t[n(228)];){const a=t[s],c=t[s+1];r||(r=e[n(237)](a)),k(e,a,c)||(o[n(244)](e[n(236)](r,i[n(220)](a)?e[n(234)](a):e[n(230)](a,n(256)))),r=null),s++}return o}function k(t,e,n){const r=_;if(!n)return!1;const s=t[r(234)](e),o=t[r(237)](n);return s[r(254)](o)}!function(t,e){const n=_,r=t();for(;;)try{if(313647===parseInt(n(217))/1+-parseInt(n(222))/2+-parseInt(n(240))/3*(-parseInt(n(232))/4)+parseInt(n(229))/5*(-parseInt(n(213))/6)+parseInt(n(245))/7*(-parseInt(n(231))/8)+parseInt(n(227))/9*(parseInt(n(238))/10)+parseInt(n(215))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(T);function C(t,e,n){const r=_;for(;n[r(228)];){const s=n[r(241)](0,100);t[r(219)]((()=>{const t=r;for(const n of s)n[t(224)]&&e[t(235)](n.id)}))}}const N=L;function L(t,e){const n=S();return(L=function(t,e){return n[t-=456]})(t,e)}!function(t,e){const n=L,r=t();for(;;)try{if(103031===parseInt(n(466))/1+parseInt(n(474))/2*(-parseInt(n(463))/3)+parseInt(n(459))/4+-parseInt(n(477))/5+-parseInt(n(465))/6+-parseInt(n(467))/7+parseInt(n(464))/8*(parseInt(n(461))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(S);class R extends t.Command{constructor(t,e,n){const r=L;super(t),this[r(460)]=e,this[r(470)]=n,this[r(462)](),this[r(478)]=!1}[N(462)](){const t=N,e=Array[t(473)](this[t(470)][t(472)]())[t(468)]((e=>e[t(476)]));this[t(471)]=this[t(460)][t(471)]&&e}[N(469)](){const t=N,e=y(Array[t(473)](this[t(470)][t(472)]()));for(const n of e){const e=n[t(475)]();if(!this[t(457)][t(458)][t(456)](e))return}C(this[t(457)][t(458)],this[t(460)],e)}}function S(){const t=["24ZHFogq","1176270NJlDCi","27199pdlOye","72814LCizPe","some","execute","_suggestions","isEnabled","values","from","15716JIHjVn","getRanges","isInContent","155595SbxlhM","_isEnabledBasedOnSelection","canEditAt","editor","model","384980NdjoOy","_command","1052217irOJOT","refresh","51kboSmU"];return(S=function(){return t})()}function M(){const t=["1454230KrCajY","editor","9351OcbRGK","810YfZGFc","_isEnabledBasedOnSelection","execute","canEditAt","2534bfRXMY","_command","6090348qOZeLW","1426741wcRuNw","_selectedSuggestions","values","_suggestions","size","10359760ymfXAb","document","selection","isEnabled","getRanges","model","refresh","from","24306QMblme","19237185PMJaJD"];return(M=function(){return t})()}const v=O;function O(t,e){const n=M();return(O=function(t,e){return n[t-=180]})(t,e)}!function(t,e){const n=O,r=t();for(;;)try{if(978030===-parseInt(n(189))/1+-parseInt(n(182))/2*(parseInt(n(181))/3)+-parseInt(n(188))/4+parseInt(n(204))/5+-parseInt(n(202))/6*(-parseInt(n(186))/7)+parseInt(n(194))/8+parseInt(n(203))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(M);class w extends t.Command{constructor(t,e,n){const r=O;super(t),this[r(187)]=e,this[r(192)]=n,this[r(190)]=new Set,this[r(200)](),this[r(183)]=!1}[v(200)](){const t=v,e=this[t(180)][t(199)][t(195)][t(196)],n=Array[t(201)](this[t(192)][t(191)]());this[t(190)]=function(t,e){const n=_,r=Array[n(214)](t[n(233)]()),s=new Set;for(const o of e)if(o[n(224)])for(const e of r)for(const r of o[n(233)]())(e[n(249)](r)||t[n(216)]&&!o[n(226)]&&o[n(243)]&&r[n(256)][n(254)](e[n(255)]))&&s[n(247)](o);return s}(e,n),this[t(197)]=this[t(187)][t(197)]&&!!this[t(190)][t(193)]}[v(184)](){const t=v,e=y(Array[t(201)](this[t(190)]));for(const n of e){const e=n[t(198)]();if(!this[t(180)][t(199)][t(185)](e))return}C(this[t(180)][t(199)],this[t(187)],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 Z="object"==typeof global&&global&&global.Object===Object&&global;var X="object"==typeof self&&self&&self.Object===Object&&self;const J=Z||X||Function("return this")();const Q=J.Symbol;var Y=Object.prototype,$=Y.hasOwnProperty,tt=Y.toString,et=Q?Q.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=Q?Q.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 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(J,"Map");const Ct=At(Object,"create");const Nt=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 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 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=Nt,wt.prototype.delete=Lt,wt.prototype.get=St,wt.prototype.has=vt,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 Zt=function(){try{var t=At(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();const Xt=function(t,e,n){"__proto__"==e&&Zt?Zt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n};var Jt=Object.prototype.hasOwnProperty;const Qt=function(t,e,n){var r=t[e];Jt.call(t,e)&&D(r,n)&&(void 0!==n||e in t)||Xt(t,e,n)};const Yt=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?Xt(n,a,c):Qt(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 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&&Z.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 Ne=Object.prototype;const Le=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Ne)};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(!Le(t))return Se(t);var e=[];for(var n in Object(t))Me.call(t,n)&&"constructor"!=n&&e.push(n);return e};const Oe=function(t){return null!=t&&de(t.length)&&!ct(t)};const we=function(t){return Oe(t)?Ce(t):ve(t)};const Fe=function(t,e){return t&&Yt(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&&Yt(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 Ze=Object.prototype.propertyIsEnumerable,Xe=Object.getOwnPropertySymbols;const Je=Xe?function(t){return null==t?[]:(t=Object(t),Ke(Xe(t),(function(e){return Ze.call(t,e)})))}:qe;const Qe=function(t,e){return Yt(t,Je(t),e)};const Ye=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;)Ye(e,Je(t)),t=$e(t);return e}:qe;const en=function(t,e){return Yt(t,tn(t),e)};const nn=function(t,e,n){var r=e(t);return ie(t)?r:Ye(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]",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=J.Uint8Array;const Cn=function(t){var e=new t.constructor(t.byteLength);return new kn(e).set(new kn(t)),e};const Nn=function(t,e){var n=e?Cn(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)};var Ln=/\w*$/;const Rn=function(t){var e=new t.constructor(t.source,Ln.exec(t));return e.lastIndex=t.lastIndex,e};var Sn=Q?Q.prototype:void 0,Mn=Sn?Sn.valueOf:void 0;const vn=function(t){return Mn?Object(Mn.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 Nn(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 Rn(t);case"[object Symbol]":return vn(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),g=h==Wn||"[object GeneratorFunction]"==h;if(fe(e))return We(e,c);if(h==zn||h==Hn||g&&!o){if(a=u||g?{}:Pn(e),!c)return u?en(e,Ue(a,e)):Qe(e,Fe(a,e))}else{if(!Kn[h])return o?e:{};a=wn(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:we)(e);return qt(p||e,(function(s,o){p&&(s=e[o=s]),Qt(a,o,t(s,n,r,o,e,i))})),a};const Zn=function(t){return qn(t,5)};const Xn=function(t){return"symbol"==typeof t||te(t)&&"[object Symbol]"==it(t)};var Jn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Qn=/^\w*$/;const Yn=function(t,e){if(ie(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Xn(t))||(Qn.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=Q?Q.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(Xn(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:Yn(t,e)?[t]:rr(cr(t))};const lr=function(t){if("string"==typeof t||Xn(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])?[]:{})}Qt(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 Ht;++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=Q?Q.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 Nr=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 Lr="[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==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 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),Nr(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:vr(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=Gr;function Gr(t,e){const n=Vr();return(Gr=function(t,e){return n[t-=388]})(t,e)}function Vr(){const t=["set","attributes","getMarkers","accept","addMarkerName","_markerNames","getFirstRange","getFirstMarker","creator","start","addRange","isMultiRange","getAllAdjacentSuggestions","_onAccept","add","48FvYcmS","getRanges","getMarkerNames","574155MrvMsc","subType","head","getRange","decorate","_model","clear","516540tQTKQo","filter","split","change","onAttributesChange","946204jXXgyz","isExternal","discard","suggestion:","_saved","from","2178520bURQVt","onDiscard","5dCcCfF","length","isInContent","removeMarkers","authoredAt","commentThread","_onDiscard","createdAt","_isDataLoaded","toJSON","markers","isIntersectingWithRange","size","isIntersecting","end","addMarker","next","map","79803aTEoia","setAttribute","getItems","_onAttributesChange","data","120470nuTjrb","push","author","removeAttribute","reduce","hasComments","substr","17127AhFeDU","get","@external","getContainedElement","previous","568qoWDqi","getMultiRangeId","onAccept","nodeAfter","nodeBefore","delete","removeMarker","type"];return(Vr=function(){return t})()}!function(t,e){const n=Gr,r=t();for(;;)try{if(144804===-parseInt(n(447))/1+-parseInt(n(416))/2+parseInt(n(409))/3+-parseInt(n(421))/4*(-parseInt(n(429))/5)+-parseInt(n(406))/6*(-parseInt(n(452))/7)+parseInt(n(464))/8*(parseInt(n(459))/9)+-parseInt(n(427))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vr);class Hr extends((0,e.ObservableMixin)()){constructor(t,e){const n=Gr;super(),this[n(437)]=!1,this.id=e.id,this[n(390)]=e[n(390)],this[n(410)]=e[n(410)]||null,this[n(454)]=e[n(454)],this[n(399)]=e[n(399)]||e[n(454)],this[n(422)]=Boolean(e[n(392)]&&e[n(392)][n(461)]),this[n(451)]=null,this[n(414)]=t,this[n(404)]=e[n(466)],this[n(435)]=e[n(428)],this[n(450)]=e[n(420)],this[n(396)]=new Set,this[n(436)]=null,this[n(391)](n(433),null),this[n(391)](n(392),e[n(392)]||{}),this[n(391)](n(463),null),this[n(391)](n(445),null),this[n(391)](n(434),null),this[n(391)](n(425),!1),this[n(413)](n(394)),this[n(413)](n(423))}get[jr(411)](){const t=jr;let e=this;for(;e[t(463)];)e=e[t(463)];return e}get[jr(457)](){const t=jr;return!!this[t(434)]&&this[t(434)][t(430)]>0}get[jr(402)](){const t=jr;return 0!=this[t(396)][t(441)]&&6==Array[t(426)](this[t(396)])[0][t(418)](":")[t(430)]}get[jr(431)](){return null!==this[jr(398)]()}[jr(395)](t){const e=jr;this[e(396)][e(405)](t)}[jr(408)](){const t=jr;return Array[t(426)](this[t(396)])}[jr(393)](){const t=jr;return this[t(408)]()[t(446)]((e=>this[t(414)][t(439)][t(460)](e)))[t(417)]((t=>t))}[jr(398)](){return this[jr(393)]()[0]||null}[jr(432)](){const t=jr;this[t(414)][t(419)]((e=>{const n=t;for(const t of this[n(393)]())e[n(389)](t)})),this[t(396)][t(415)]()}[jr(389)](t){const e=jr;this[e(414)][e(419)]((n=>{n[e(389)](t)})),this[e(396)][e(388)](t)}[jr(401)](t){const e=jr,n=e(424)+this[e(390)]+":"+this[e(410)]+":"+this.id+":"+this[e(399)].id+":"+Hr[e(465)]();this[e(395)](n),this[e(414)][e(419)]((r=>{r[e(444)](n,{range:t,usingOperation:!0,affectsData:!0})}))}[jr(440)](t){const e=jr;for(const n of this[e(407)]())if(n[e(442)](t))return!0;return!1}[jr(407)](){const t=jr;return this[t(393)]()[t(446)]((e=>e[t(412)]()))}[jr(449)](){const t=jr;return this[t(407)]()[t(456)](((e,n)=>[...e,...n[t(449)]()]),[])}[jr(397)](){const t=jr;var e;return(null===(e=this[t(398)]())||void 0===e?void 0:e[t(412)]())||null}[jr(462)](){const t=jr,e=this[t(407)]();if(1!=e[t(430)])return null;const n=e[0],r=n[t(400)][t(467)],s=n[t(443)][t(468)];return r instanceof i.Element?r!=s?null:r:null}[jr(394)](){const t=jr;this[t(404)](this[t(407)](),this[t(451)],this[t(392)]),this[t(432)]()}[jr(423)](){const t=jr;this[t(435)](this[t(407)](),this[t(451)],this[t(392)]),this[t(432)]()}[jr(403)](){const t=jr,e=[];let n=this[t(411)];for(;n;)e[t(453)](n),n=n[t(445)];return e}[jr(448)](t,e){const n=jr,r=Zn(this[n(392)]);hr(r,t,e),wr(r,this[n(392)])||(this[n(392)]=r,this[n(450)](r))}[jr(455)](t){const e=jr,n=Zn(this[e(392)]);Ur(n,t),wr(n,this[e(392)])||(this[e(392)]=n,this[e(450)](this[e(392)]))}[jr(438)](){const t=jr;return{id:this.id,type:this[t(410)]?this[t(390)]+":"+this[t(410)]:this[t(390)],authorId:this[t(399)].id,createdAt:this[t(436)],hasComments:this[t(457)],data:this[t(451)],attributes:this[t(392)]}}static[jr(465)](){const t=jr;return(0,e.uid)()[t(458)](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 zr=Kr;function Kr(t,e){const n=Zr();return(Kr=function(t,e){return n[t-=445]})(t,e)}!function(t,e){const n=Kr,r=t();for(;;)try{if(313957===parseInt(n(478))/1*(-parseInt(n(493))/2)+parseInt(n(514))/3*(parseInt(n(488))/4)+-parseInt(n(480))/5+-parseInt(n(523))/6*(parseInt(n(456))/7)+-parseInt(n(516))/8+-parseInt(n(509))/9+parseInt(n(515))/10*(parseInt(n(496))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zr);class qr{constructor(t,e){const n=Kr;this[n(512)]=[],this[n(451)]=new Map,this[n(465)]=[],this[n(525)]=new Map,this[n(485)]=t,this[n(524)]=e}[zr(497)](t){const e=zr,n=[],r=new Set,s=new Set;for(let o=0;o<t[e(463)];o++){const i=t[o];if(!i[e(501)])continue;const a=this[e(495)](i);if(a){if(null!=i[e(449)]){if(r[e(498)](i[e(449)]))continue;r[e(529)](i[e(449)])}n[e(483)](a)}else if(e(474)!=i[e(473)])e(458)!=i[e(473)]&&e(542)!=i[e(473)]||this[e(462)](n,i,t[o+1]);else{const t=i[e(454)][e(513)];if(s[e(498)](t))continue;s[e(529)](i[e(454)][e(513)]),t==Tc?this[e(539)](n,i):this[e(475)](n,i)}}return this[e(527)](n)}[zr(491)](t){const e=zr;this[e(512)][e(483)](t)}[zr(499)](t,n,r=e.priorities[zr(490)]){const s=zr;s(517)==typeof t?(0,e.insertToPriorityArray)(this[s(465)],{matchingCallback:t,label:n,priority:r}):this[s(451)][s(445)](t,n)}[zr(537)](t,e){const n=zr;this[n(525)][n(445)](t,e)}[zr(492)](t,e=1){const n=zr;let r;for(const e of this[n(465)])if(e[n(464)](t)){r=e[n(486)];break}return r||(r=this[n(451)][n(521)](t[n(489)])),r?r(e):1!==e?e+" "+t[n(489)]+"s":""+t[n(489)]}[zr(450)](t,e){const n=zr,r=e[n(472)]()[n(520)](),s=n(458)==e[n(473)]?n(529):n(455);for(const e of r){const o=e[n(519)],i=t[t[n(463)]-1];if(o.is(n(528)))i&&i[n(473)][n(487)](n(541))>-1&&t[n(531)](),i&&n(508)==i[n(473)]?i[s]+=o[n(454)]:t[n(483)]({type:n(508),add:n(529)==s?o[n(454)]:"",remove:n(455)==s?o[n(454)]:""});else if(this[n(485)][n(526)](o)){const a=o;if(i&&i[n(473)][n(487)](n(541))>-1&&t[n(531)](),n(466)==e[n(473)])continue;i&&i[n(473)]==s+n(481)&&i[n(504)][n(489)]==a[n(489)]?i[n(507)]++:t[n(483)]({type:s+n(481),element:a,quantity:1}),r[n(502)]((t=>!(n(466)==t[n(473)]&&t[n(519)]==o)))}else if(this[n(485)][n(534)](o,n(470))||o.is(n(504),n(503))){const r=o;if(n(529)==s&&n(538)==e[n(473)]||n(455)==s&&n(466)==e[n(473)])continue;if(i&&-1==i[n(473)][n(487)](n(541))){n(508)==i[n(473)]&&(i[s]+="\n");continue}let a;if(a=n(529)==s?r[n(540)]&&!this[n(485)][n(526)](r[n(540)])?r[n(540)]:null:r[n(453)]&&!this[n(485)][n(526)](r[n(453)])?r[n(453)]:null,r[n(452)]||a&&a[n(452)]){const e=a&&a[n(452)]?a:r;i&&i[n(473)]==s+n(500)&&i[n(504)][n(489)]==e[n(489)]?i[n(507)]++:t[n(483)]({type:s+n(500),element:e,quantity:1})}else t[n(483)]({type:s+n(541),element:r})}}}[zr(527)](t){const e=zr,n=this[e(524)],r=[],s=[],o=[];for(const i of t)switch(i[e(473)]){case e(508):if(i[e(529)]=i[e(529)][e(467)](/(\S)\u000A+(\S)/g,e(459))[e(467)](/\u000A/g,""),i[e(455)]=i[e(455)][e(467)](/(\S)\u000A+(\S)/g,e(459))[e(467)](/\u000A/g,""),""!=i[e(529)]&&""!=i[e(455)]){r[e(483)]({type:e(467),content:Wr(n,e(505),['"'+i[e(455)]+'"','"'+i[e(529)]+'"'])});continue}if(null!=i[e(529)][e(494)](/^ +$/)){r[e(483)]({type:e(458),content:Wr(n,e(479),Wr(n,e(532),i[e(529)][e(463)]))});continue}if(null!=i[e(455)][e(494)](/^ +$/)){r[e(483)]({type:e(542),content:Wr(n,e(448),Wr(n,e(532),i[e(455)][e(463)]))});continue}if(""!=i[e(529)]){r[e(483)]({type:e(458),content:Wr(n,e(479),'"'+i[e(529)]+'"')});continue}r[e(483)]({type:e(542),content:Wr(n,e(448),'"'+i[e(455)]+'"')});continue;case e(468):case e(533):r[e(483)]({type:e(458),content:Wr(n,e(479),this[e(492)](i[e(504)],i[e(507)]))});continue;case e(535):case e(476):r[e(483)]({type:e(542),content:Wr(n,e(448),this[e(492)](i[e(504)],i[e(507)]))});continue;case e(518):r[e(483)]({type:e(458),content:Wr(n,e(482),this[e(492)](i[e(504)],i[e(507)]))});continue;case e(457):r[e(483)]({type:e(542),content:Wr(n,e(446),this[e(492)](i[e(504)],i[e(507)]))});continue;case e(447):s[e(483)](i[e(513)]);continue;case e(469):o[e(483)](i[e(513)]);continue;default:r[e(483)](i)}if(s[e(463)]){const t=s[e(484)]((t=>this[e(525)][e(498)](t)?this[e(525)][e(521)](t):t))[e(506)](", ");r[e(483)]({type:e(510),content:Wr(this[e(524)],e(461),t)})}if(o[e(463)]){const t=o[e(484)]((t=>this[e(525)][e(498)](t)?this[e(525)][e(521)](t):t))[e(506)](", ");r[e(483)]({type:e(510),content:Wr(this[e(524)],e(530),t)})}return r}[zr(495)](t){const e=zr;for(const n of this[e(512)]){const r=n(t);if(r&&e(473)in r)return r}}[zr(475)](t,e){const n=zr,r=e[n(454)],s=void 0===r[n(460)]?n(469):n(447);t[n(483)]({type:s,key:r[n(513)]})}[zr(539)](t,e){const n=zr;t[n(483)]({type:n(510),content:Wr(this[n(524)],n(471),this[n(492)](e[n(472)]()[n(511)][n(522)],1))})}[zr(462)](t,e,n){const r=zr;if(this[r(450)](t,e),n&&n[r(472)]()&&!e[r(472)]()[r(536)][r(477)](n[r(472)]()[r(511)])){const n=t[t[r(463)]-1],s=r(458)==e[r(473)]?r(529):r(455);n&&r(508)==n[r(473)]&&(n[s]+="\n")}}}function Zr(){const t=["key","6vFPeJs","10130oZHUSk","1714936tkIlWX","function","addContainer","item","getWalker","get","nodeAfter","541578CtXbUY","_locale","_attributeLabels","isObject","_resolveDescriptionItems","$textProxy","add","*Remove format:* %0","pop","ELEMENT_SPACE","addObject","checkChild","removeEmptyContainer","end","registerAttributeLabel","elementStart","_handleRenameSuggestionDescription","nextSibling","Container","deletion","set","*Merge:* %0","addFormat","*Remove:* %0","subType","_addDescriptionItems","_itemLabels","isEmpty","previousSibling","data","remove","35tEiwPM","removeContainer","insertion","$1 $2","newValue","*Set format:* %0","_handleInsertRemoveSuggestionDescription","length","matchingCallback","_itemLabelsCallbacks","elementEnd","replace","addEmptyContainer","removeFormat","$text","*Change to:* %0","getFirstRange","type","attribute","_handleAttributeSuggestionDescription","removeObject","isEqual","425512lmVGIs","*Insert:* %0","2698635PIyafj","Object","*Split:* %0","push","map","_schema","label","indexOf","449868wxhUPs","name","normal","registerDescriptionCallback","getItemLabel","2TFWHsT","match","_handleCustomCallbackDescription","21329EHDOMX","getDescriptions","has","registerElementLabel","EmptyContainer","isInContent","skip","softBreak","element","REPLACE_TEXT","join","quantity","text","2198367AecKgn","format","start","_customCallbacks"];return(Zr=function(){return t})()}function Xr(t,e){const n=Qr();return(Xr=function(t,e){return n[t-=379]})(t,e)}const Jr=Xr;function Qr(){const t=["88422IKjHAf","editor","TrackChangesEditing","1755mOEdiw","afterInit","plugins","1389300HmyAgJ","864246uZfDte","172McYoJq","66rFqFZs","showAIAssistant","762828biLOUe","94759cxGZGs","get","enableCommand","commands","7SUMTDB","35380SshibY","1448SsMLDM"];return(Qr=function(){return t})()}!function(t,e){const n=Xr,r=t();for(;;)try{if(238843===parseInt(n(395))/1*(-parseInt(n(379))/2)+parseInt(n(386))/3+-parseInt(n(387))/4*(-parseInt(n(396))/5)+parseInt(n(388))/6*(-parseInt(n(391))/7)+parseInt(n(397))/8*(parseInt(n(382))/9)+parseInt(n(385))/10+-parseInt(n(390))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qr);class Yr extends t.Plugin{[Jr(383)](){const t=Jr,e=this[t(380)],n=e[t(384)][t(392)](t(381));e[t(394)][t(392)](t(389))&&n[t(393)](t(389))}}const $r=ts;function ts(t,e){const n=es();return(ts=function(t,e){return n[t-=235]})(t,e)}function es(){const t=["right","FORMAT_ALIGN_TO_LEFT","FORMAT_JUSTIFY_TEXT","TrackChangesEditing","has","type","_descriptionFactory","666yJkmzt","commandParams","FORMAT_ALIGNMENT","get","left","format","1110423jCLoye","3051190KXHDhD","alignment","registerDescriptionCallback","4599856JIDDWf","editor","7624722WdpWev","formatBlock","locale","1270655rCPFIp","justify","4317177frCHPb","_registerLegacyDescription","center","*Format:* %0","FORMAT_ALIGN_TO_RIGHT","AlignmentEditing","FORMAT_ALIGN_TO_CENTER","7XbYEyS","16VdUhUo","plugins","value","afterInit","_enableDefaultAttributesIntegration","registerAttributeLabel","556960tsvflD","commandName"];return(es=function(){return t})()}!function(t,e){const n=ts,r=t();for(;;)try{if(782818===parseInt(n(248))/1+parseInt(n(249))/2+parseInt(n(259))/3+-parseInt(n(267))/4*(parseInt(n(257))/5)+parseInt(n(254))/6+-parseInt(n(266))/7*(-parseInt(n(252))/8)+parseInt(n(242))/9*(-parseInt(n(273))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(es);class ns extends t.Plugin{[$r(270)](){const t=$r,e=this[t(253)],n=e[t(256)];if(!e[t(268)][t(239)](t(264)))return;const r=e[t(268)][t(245)](t(238));r[t(271)](t(250),[],[t(250)]),r[t(241)][t(272)](t(250),Wr(n,t(244))),this[t(260)]()}[$r(260)](){const t=$r,e=this[t(253)],n=e[t(256)];e[t(268)][t(245)](t(238))[t(241)][t(251)]((e=>{const r=t;if(r(255)!=e[r(240)])return;const{data:s}=e;if(s&&r(250)==s[r(274)]){const t=s[r(243)][0][r(269)];return{type:r(247),content:Wr(n,r(262),function(t){const e=r;switch(t){case e(246):return Wr(n,e(236));case e(235):return Wr(n,e(263));case e(261):return Wr(n,e(265));case e(258):return Wr(n,e(237))}}(t))}}}))}}const rs=ss;function ss(t,e){const n=as();return(ss=function(t,e){return n[t-=387]})(t,e)}!function(t,e){const n=ss,r=t();for(;;)try{if(107609===-parseInt(n(412))/1*(parseInt(n(402))/2)+-parseInt(n(422))/3*(-parseInt(n(425))/4)+-parseInt(n(436))/5*(parseInt(n(440))/6)+parseInt(n(396))/7*(parseInt(n(398))/8)+parseInt(n(419))/9+parseInt(n(438))/10+-parseInt(n(414))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(as);const os=[rs(394),rs(397),rs(416),rs(413),rs(424),rs(406),rs(387)];class is extends t.Plugin{[rs(399)](){const t=rs,e=this[t(388)],n=e[t(417)][t(393)](t(427)),r=e[t(432)];for(const s of os){if(!e[t(417)][t(439)](s))continue;const o=s[t(415)](0,-7)[t(411)](),i=t(429)+o[t(405)]();n[t(434)](o,[o]),n[t(400)][t(426)](o,Wr(r,i))}this[t(431)]()}[rs(431)](){const t=rs,e=this[t(388)],n=e[t(432)],r=e[t(417)][t(393)](t(427));function s(e,s){const o=t;r[o(400)][o(441)]((t=>{const r=o;if(r(428)!=t[r(392)])return;const{data:i}=t;return i&&i[r(420)]===e?i[r(390)][0][r(435)]?{type:r(430),content:Wr(n,r(409),s)}:{type:r(430),content:Wr(n,r(410),s)}:void 0}))}s(t(403),Wr(n,t(407))),s(t(395),Wr(n,t(442))),s(t(408),Wr(n,t(418))),s(t(391),Wr(n,t(404))),s(t(401),Wr(n,t(421))),s(t(433),Wr(n,t(423))),s(t(437),Wr(n,t(389)))}}function as(){const t=["799240BzNrJB","has","6cnYpHS","registerDescriptionCallback","FORMAT_ITALIC","SuperscriptEditing","editor","FORMAT_SUPERSCRIPT","commandParams","code","type","get","BoldEditing","italic","73122RmdIkl","ItalicEditing","144JZBdmo","afterInit","_descriptionFactory","strikethrough","154nGSniU","bold","FORMAT_CODE","toUpperCase","SubscriptEditing","FORMAT_BOLD","underline","*Format:* %0","*Remove format:* %0","toLowerCase","1286kwXnou","CodeEditing","4088733OEvimA","slice","UnderlineEditing","plugins","FORMAT_UNDERLINE","1655163DOaZby","commandName","FORMAT_STRIKETHROUGH","20052DazInT","FORMAT_SUBSCRIPT","StrikethroughEditing","84WMasQh","registerAttributeLabel","TrackChangesEditing","formatInline","FORMAT_","format","_registerLegacyDescription","locale","subscript","_enableDefaultAttributesIntegration","forceValue","69445dNSGmU","superscript"];return(as=function(){return t})()}const cs=us;function us(t,e){const n=fs();return(us=function(t,e){return n[t-=143]})(t,e)}!function(t,e){const n=us,r=t();for(;;)try{if(510633===-parseInt(n(184))/1+-parseInt(n(179))/2+-parseInt(n(148))/3*(-parseInt(n(146))/4)+parseInt(n(185))/5*(parseInt(n(163))/6)+-parseInt(n(145))/7*(-parseInt(n(150))/8)+parseInt(n(181))/9*(-parseInt(n(154))/10)+-parseInt(n(176))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fs);class ls extends t.Plugin{[cs(172)](){const t=cs,e=this[t(162)],n=e[t(157)];if(!e[t(187)][t(173)](t(159)))return;const r=e[t(187)][t(170)](t(165)),s=this[t(162)][t(168)][t(170)](t(183));r[t(182)](t(183),((n,o={})=>{const i=t,a=this[i(162)][i(167)][i(166)][i(143)],c=o&&void 0!==o[i(155)]?o[i(155)]:!s[i(171)];let u=[];if(c){const t=Array[i(169)](a[i(149)]())[i(144)]((t=>hs(t)||function(t,e){const n=i,r=e[n(164)](t[n(161)],n(183)),s=e[n(164)]([n(152),n(183)],t);return r&&s}(t,this[i(162)][i(167)][i(174)])));u=A(t,e[i(167)])}else{const t=Array[i(169)](a[i(149)]())[i(144)]((t=>hs(t)));u=A(t,e[i(167)])}e[i(167)][i(153)]((()=>{const t=i;for(const e of u)r[t(186)](e,{commandName:t(183),commandParams:[{forceValue:c}]})}))})),r[t(158)][t(175)]((e=>{const r=t,{data:s}=e;if(s&&r(183)==s[r(147)]){const t=Wr(n,r(156));return s[r(160)][0][r(155)]?{type:r(178),content:Wr(n,r(180),t)}:{type:r(178),content:Wr(n,r(151),t)}}}))}}function fs(){const t=["206802zUBljK","20ijgItq","markBlockFormat","plugins","selection","filter","41461DhdvdC","6028gWkSmp","commandName","1497LHjdrv","getSelectedBlocks","1192KOXZof","*Remove format:* %0","$root","change","810jlOTjY","forceValue","ELEMENT_BLOCK_QUOTE","locale","_descriptionFactory","BlockQuoteEditing","commandParams","parent","editor","1134618dfEdNU","checkChild","TrackChangesEditing","document","model","commands","from","get","value","afterInit","has","schema","registerDescriptionCallback","8405342hMbpYA","name","format","1794288xrzDqD","*Set format:* %0","1359oiEdBt","enableCommand","blockQuote"];return(fs=function(){return t})()}function hs(t){const e=cs;return e(183)==t[e(161)][e(177)]}const gs=ds;function ds(t,e){const n=ms();return(ds=function(t,e){return n[t-=304]})(t,e)}!function(t,e){const n=ds,r=t();for(;;)try{if(217324===-parseInt(n(304))/1+-parseInt(n(310))/2*(parseInt(n(309))/3)+parseInt(n(324))/4*(-parseInt(n(323))/5)+parseInt(n(305))/6+parseInt(n(315))/7*(-parseInt(n(316))/8)+-parseInt(n(311))/9+parseInt(n(321))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ms);class ps extends t.Plugin{[gs(322)](){const t=gs,e=this[t(317)];e[t(306)][t(313)](t(319))&&(e[t(306)][t(308)](t(312))[t(320)](t(307)),e[t(306)][t(308)](t(312))[t(320)](t(318)),e[t(306)][t(308)](t(312))[t(320)](t(314)))}}function ms(){const t=["789687lemtuZ","TrackChangesEditing","has","changeCaseTitle","7xwlQlC","406744DfVDAs","editor","changeCaseLower","CaseChange","enableCommand","11001380pyJGWb","afterInit","1382655efCFuq","4RzpGuJ","220760fjOuwm","821856HsECGB","plugins","changeCaseUpper","get","9UaKdGo","255942KUJXsJ"];return(ms=function(){return t})()}const Is=bs;function Es(){const t=["24HyIBYp","TrackChangesEditing","102688FfpwZb","3933980AeOKTI","afterInit","ckbox","810CIwHEJ","5329290YIaHzm","plugins","22skNuhE","374465NJlWCP","43rWhPfX","commands","21764SeBWHo","267840lDkYBV","get","2017362FlBceS","enableCommand","editor"];return(Es=function(){return t})()}function bs(t,e){const n=Es();return(bs=function(t,e){return n[t-=409]})(t,e)}!function(t,e){const n=bs,r=t();for(;;)try{if(831093===-parseInt(n(419))/1*(parseInt(n(421))/2)+parseInt(n(424))/3+parseInt(n(411))/4+parseInt(n(415))/5+parseInt(n(427))/6*(-parseInt(n(418))/7)+-parseInt(n(410))/8*(parseInt(n(414))/9)+parseInt(n(422))/10*(-parseInt(n(417))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Es);class Ts extends t.Plugin{[Is(412)](){const t=Is,e=this[t(426)];e[t(420)][t(423)](t(413))&&e[t(416)][t(423)](t(409))[t(425)](t(413))}}const _s=ks;function ys(){const t=["registerElementLabel","rootElement","12JvNOMu","commandName","registerDescriptionCallback","change","label","3738573CUvuQI","getSelectedBlocks","type","commands","find","languages","enableCommand","language","toLowerCase","CodeBlock","schema","4jWDgtV","blockName","forceValue","indentCodeBlock","name","TrackChangesEditing","codeBlock","plugins","_descriptionFactory","filter","value","*Set format:* %0","markBlockFormat","editor","from","1971805UKwBAl","afterInit","formatBlock","has","config","276339KRdHDN","locale","437496ouZpaZ","get","3790458UvMsgO","parent","*Remove format:* %0","checkChild","document","356795YlfauQ","selection","14320550QJfbes","model","format","8pLFnxK","isLimit","commandParams","ELEMENT_CODE_BLOCK","outdentCodeBlock"];return(ys=function(){return t})()}!function(t,e){const n=ks,r=t();for(;;)try{if(411287===-parseInt(n(235))/1*(-parseInt(n(263))/2)+parseInt(n(247))/3*(parseInt(n(228))/4)+-parseInt(n(221))/5+parseInt(n(230))/6+parseInt(n(226))/7+-parseInt(n(240))/8*(-parseInt(n(252))/9)+-parseInt(n(237))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ys);class As extends t.Plugin{[_s(222)](){const t=_s,e=this[t(219)];if(!e[t(270)][t(224)](t(261)))return;const n=e[t(270)][t(229)](t(268)),r=e[t(227)],s=e[t(225)][t(229)](t(269))[t(257)],o=e[t(255)][t(229)](t(269));n[t(258)](t(266)),n[t(258)](t(244)),n[t(258)](t(269),((r,i={})=>{const a=t,c=e[a(238)],u=e[a(238)][a(234)][a(236)],l=i&&void 0!==i[a(265)]?i[a(265)]:!o[a(216)];let f;i[a(259)]||(i[a(259)]=s[0][a(259)]),f=l?Array[a(220)](u[a(253)]())[a(272)]((t=>Cs(t)||function(t,e){const n=a;return!t.is(n(246))&&!e[n(241)](t)&&e[n(233)](t[n(231)],n(269))}(t,c[a(262)]))):Array[a(220)](u[a(253)]())[a(272)]((t=>Cs(t)));const h=A(f,c);c[a(250)]((()=>{const t=a;for(const e of h)n[t(218)](e,{commandName:t(269),commandParams:[{...i,forceValue:l}],formatGroupId:t(264)})}))})),n[t(271)][t(245)](t(269),(e=>Wr(r,t(243),e))),n[t(271)][t(249)]((e=>{const n=t;if(n(223)!=e[n(254)])return;const o=r.t,{data:i}=e;if(!i||n(269)!=i[n(248)])return;const a=i[n(242)][0][n(259)],c=o(s[n(256)]((t=>t[n(259)]===a))[n(251)])[n(260)]();return i[n(242)][0][n(265)]?{type:n(239),content:Wr(r,n(217),Wr(r,n(243),1)+" ("+c+")")}:{type:n(239),content:Wr(r,n(232),Wr(r,n(243),1))}}))}}function ks(t,e){const n=ys();return(ks=function(t,e){return n[t-=216]})(t,e)}function Cs(t){const e=_s;return e(269)==t[e(267)]}const Ns=Ls;function Ls(t,e){const n=Rs();return(Ls=function(t,e){return n[t-=126]})(t,e)}function Rs(){const t=["1zykjmr","9gtUrcZ","get","483485qiLhPd","plugins","editor","22230HXxdSL","66ASHbGP","has","37916RBLLgK","afterInit","addCommentThread","CommentsEditing","enableCommand","6XrsECj","TrackChangesEditing","6315533bIaAJF","48ERQQkY","1457710QDnyAi","2162184bmUUzr","6060832jKDBhQ"];return(Rs=function(){return t})()}!function(t,e){const n=Ls,r=t();for(;;)try{if(554042===-parseInt(n(135))/1*(parseInt(n(132))/2)+parseInt(n(131))/3*(parseInt(n(144))/4)+-parseInt(n(138))/5*(parseInt(n(128))/6)+parseInt(n(130))/7+-parseInt(n(134))/8+parseInt(n(136))/9*(parseInt(n(141))/10)+parseInt(n(142))/11*(parseInt(n(133))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Rs);class Ss extends t.Plugin{[Ns(145)](){const t=Ns,e=this[t(140)];e[t(139)][t(143)](t(126))&&e[t(139)][t(137)](t(129))[t(127)](t(146))}}var Ms=n(834);function vs(t,e,n){const r=Os,s=[];for(const o of e[r(157)]())o[r(141)](t)&&s[r(165)](n[r(155)](o));return s}function Os(t,e){const n=Fs();return(Os=function(t,e){return n[t-=140]})(t,e)}function ws(t,e,{showActiveMarker:n=!0}={}){const r=Os,s=t[r(171)][r(146)](r(143));return(o,i,a)=>{const c=r;if(!a[c(142)][c(191)](i[c(150)],o[c(158)]))return;const u=i[c(150)][c(181)](),l=i[c(150)][c(183)],f=t[c(168)][c(167)];let h=null,g=null,d=!1,p=!1;for(const t of u){const e=t[c(162)];d=d||f[c(172)](e);const n=a[c(170)][c(184)](e);if(n&&n[c(182)](c(186)))return;c(148)==t[c(164)]&&f[c(177)](e)&&!f[c(161)](e)&&(e[c(153)]||l[c(180)]?h&&h[c(152)]==e||(h=e,m(t[c(151)]),p=!0):g=g||t[c(151)])}function m(t){const r=c,o=a[r(188)][r(140)](r(190),{class:r(169)+e}),u=a[r(170)][r(189)](t);n&&s[r(159)][r(179)](i[r(187)])&&a[r(188)][r(176)](r(160),o),a[r(188)][r(166)](u,o),a[r(170)][r(144)](o,i[r(187)])}d||p||!g||m(g)}}function Fs(){const t=["push","insert","schema","model","ck-suggestion-marker-","mapper","plugins","isContent","7138524zUzanP","listItem","10091326zLyWou","addClass","isBlock","listIndent","includes","isAtEnd","getWalker","getCustomProperty","start","toViewElement","597272lmfrDa","addHighlight","markerName","writer","toViewPosition","span","test","createUIElement","hasAttribute","consumable","TrackChangesEditing","bindElementToMarker","1031606oQXBGK","get","getAttribute","elementEnd","383115tZkceU","markerRange","previousPosition","parent","nextSibling","6784920VIauWb","createRangeOn","5398056mfjHxV","getItems","name","activeMarkers","ck-suggestion-marker--active","isLimit","item","element","type"];return(Fs=function(){return t})()}!function(t,e){const n=Os,r=t();for(;;)try{if(923353===parseInt(n(185))/1+-parseInt(n(145))/2+-parseInt(n(149))/3+parseInt(n(173))/4+-parseInt(n(154))/5+-parseInt(n(156))/6+parseInt(n(175))/7)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fs);const Ds=Ps;function Ps(t,e){const n=Bs();return(Ps=function(t,e){return n[t-=334]})(t,e)}!function(t,e){const n=Ps,r=t();for(;;)try{if(442742===-parseInt(n(367))/1*(-parseInt(n(338))/2)+parseInt(n(335))/3+-parseInt(n(353))/4+-parseInt(n(344))/5*(parseInt(n(368))/6)+parseInt(n(374))/7*(parseInt(n(366))/8)+-parseInt(n(375))/9*(parseInt(n(389))/10)+-parseInt(n(357))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bs);class xs extends t.Plugin{static get[Ds(345)](){return[Ms.Delete]}[Ds(343)](){const t=Ds,e=this[t(363)],n=e[t(380)][t(390)](t(373));n[t(392)](t(360));const r=e[t(346)][t(390)](t(336));n[t(392)](t(336),((n,s={})=>{const o=t,a=e[o(377)][o(342)](e[o(377)][o(359)][o(391)]);a[o(382)]&&e[o(377)][o(362)](a,{direction:o(347),unit:s[o(393)]});const c=a[o(386)](),u=i.LiveRange[o(383)](c);let l;n(s),l=o(351)==u[o(385)][o(378)]?e[o(377)][o(355)](c[o(340)]):e[o(377)][o(355)](u[o(340)],u[o(352)]),u[o(369)](),e[o(377)][o(356)](r[o(341)][o(379)],(t=>{const e=o;r[e(341)][e(334)](),t[e(354)](t[e(355)](l[e(352)])),r[e(341)][e(349)]()}))})),e[t(376)][t(371)].on(t(358),ws(e,t(388)),{priority:t(384)}),e[t(364)][t(371)].on(t(358),((n,r,s)=>{const o=t;s[o(339)][o(381)]&&ws(e,o(388),{showActiveMarker:!1})[o(337)](this)(n,r,s)}),{priority:t(384)}),e[t(376)][t(371)].on(t(394),((e,n,r)=>{const s=t,o=r[s(370)][s(348)](n[s(387)]);if(o)for(const t of o)t.is(s(350))&&(r[s(370)][s(361)](t,n[s(387)]),r[s(372)][s(365)](t))}),{priority:t(384)})}}function Bs(){const t=["delete","unbindElementFromMarkerName","modifySelection","editor","data","remove","8TfpxIl","119lQfHOF","116934bnIZPN","detach","mapper","downcastDispatcher","writer","TrackChangesEditing","2869363cXcQbP","3783897EBQEKR","editing","model","rootName","batch","plugins","showSuggestionHighlights","isCollapsed","fromRange","high","root","getFirstRange","markerName","merge","10AkMPeL","get","selection","enableCommand","unit","removeMarker:suggestion:deletion","lock","2092185odzreM","deleteForward","bind","13780hqKwGW","options","start","buffer","createSelection","init","70kxdomg","requires","commands","forward","markerNameToElements","unlock","uiElement","$graveyard","end","2500196pGcmyH","setSelection","createRange","enqueueChange","1827584GuErjL","addMarker:suggestion:deletion","document"];return(Bs=function(){return t})()}const Us=Gs;function js(){const t=["forceValue","attribute","attributeKey","locale","3iPXiUx","splitListItemAfter","ELEMENT_NUMBERED_LIST","attributes","customNumberedList","listItemId","schema","checkTodoList","bulleted","registerElementLabel","setAttribute","179535rtKziq","numbered","registerAttributeLabel","listStyle","925136zWRUCQ","outdentList","newValue","*Merge:* list item","length","includes","containsItem","format","indentList","getFirstMarker","isLocal","assureChains","batch","ListEditing","getRanges","execute","data","detach","parent","listStart","listMarker","document","differ","createRange","type","plugins","listType","start","has","toUpperCase","isUndo","*Set format:* %0","listIndent","setSelection","documentList","editor","*Indent:* %0","todoListChecked","splitListItemBefore","suggestion","commands","head","map","numberedList","FORMAT_INDENT","commandName","end","_findSuggestions","bulletedList","trackChangesCommand","accept","todo","noTrackChangesFixer","getChanges","multipleBlocks","get","registerDescriptionCallback","default","deletion","TrackChangesEditing","*Format:* insert into %0","_supportLegacySuggestions","model","meta","ELEMENT_BULLETED_LIST","afterInit","find","todoListCheck","filter","oldValue","108221VNPYJj","from","isNextTo","ELEMENT_TODO_LIST","ELEMENT_","*Format:* remove from %0","_registerLegacyDescription","registerCustomCallback","getAttribute","previousSibling","*Remove format:* %0","_suggestionFactory","commandParams","range","key","groupId","listItemIdFixer","selection","*Change to:* %0","fromRange","1355336mRWgkN","next","_descriptionFactory","TodoListEditing","refresh","removeMarker","mergeListItemBackward","push","listMarkerStyle","customBulletedList","nodeAfter","config","10LuHhMD","*Merge:* %0","mergeListItemForward","value","732774BKHfYZ","listReversed","todoList","282689FYjCPs","nextSibling","formatBlock","4148154aCkkHw","_LIST","getFirstRange","ELEMENT_LIST_ITEM","6QCTkMK","getSuggestions","_getAttributeKey","_enableDefaultAttributesIntegration","6JJkZIH","*Check item*","*Outdent:* %0","registerPostFixer","createPositionAt","list.multiBlock","change","every","*Uncheck item*","*Split:* list item","isObject"];return(js=function(){return t})()}function Gs(t,e){const n=js();return(Gs=function(t,e){return n[t-=320]})(t,e)}!function(t,e){const n=Gs,r=t();for(;;)try{if(253237===-parseInt(n(411))/1*(-parseInt(n(461))/2)+parseInt(n(326))/3*(parseInt(n(431))/4)+parseInt(n(337))/5+parseInt(n(457))/6*(parseInt(n(447))/7)+-parseInt(n(341))/8+-parseInt(n(453))/9*(parseInt(n(443))/10)+parseInt(n(450))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(js);class Vs extends t.Plugin{[Us(406)](){const t=Us,e=this[t(376)];if(!e[t(366)][t(369)](t(354)))return;const n=e[t(325)],r=e[t(366)][t(396)](t(400)),s=e[t(366)][t(369)](t(434)),o=!!e[t(442)][t(396)](t(466));function i(e){const r=t;return{type:r(348),content:""+Wr(n,r(372),e)}}function a(e){const r=t;return{type:r(348),content:""+Wr(n,r(421),e)}}r[t(460)](t(384),[],[t(331),t(367),t(373)]),r[t(460)](t(389)),r[t(460)](t(330)),r[t(460)](t(440)),r[t(460)](t(349)),r[t(460)](t(342)),r[t(460)](t(327)),r[t(460)](t(379)),o&&(r[t(460)](t(437)),r[t(460)](t(445))),s&&(r[t(460)](t(449)),r[t(460)](t(333),[],[t(378)]),r[t(433)][t(397)]((e=>{const r=t,{data:s}=e;if(s&&r(378)==s[r(425)])return{type:r(348),content:s[r(343)]?Wr(n,r(462)):Wr(n,r(469))}})),this[t(376)][t(403)][t(362)][t(464)]((e=>{const n=t;if(e[n(353)][n(371)])return!1;let s=!1;const o=r[n(458)]({skipNotAttached:!0})[n(409)]((t=>n(378)===r[n(459)](t)));for(const t of o)n(392)!=t[n(455)]()[n(368)][n(441)][n(419)](n(367))&&(r[n(388)](t[n(455)](),n(323))[n(407)]((t=>n(367)===r[n(459)](t[n(380)])))||(e[n(436)](t[n(350)]()),s=!0));return s}))),r[t(433)][t(339)](t(373),Wr(n,t(385)));const c={type:t(348),content:""};r[t(433)][t(397)]((e=>{const r=t,{data:s}=e;if(!s||r(367)!=s[r(425)])return;let u=e[r(382)];for(;u;){if(u[r(357)]&&((r(340)==u[r(357)][r(425)]||r(439)==u[r(357)][r(425)])&&(u[r(357)][r(343)]&&r(398)!=u[r(357)][r(343)]||r(398)!=u[r(357)][r(410)]&&!s[r(343)])||!o&&u[r(357)][r(425)]==Tc))return c;u=u[r(432)]}if(null==s[r(343)])switch(s[r(410)]){case r(334):return a(Wr(n,r(405)));case r(338):return a(Wr(n,r(328)));case r(392):return a(Wr(n,r(414)))}switch(s[r(343)]){case r(334):return i(Wr(n,r(405)));case r(338):return i(Wr(n,r(328)));case r(392):return i(Wr(n,r(414)))}})),r[t(433)][t(397)]((e=>{const n=t,{data:r}=e;if(r&&n(373)==r[n(425)])return null==r[n(343)]||null==r[n(410)]&&0==r[n(343)]?c:void 0})),r[t(433)][t(397)]((e=>{const r=t;if(r(323)!=e[r(365)])return;const{data:s}=e;if(!s||r(331)!=s[r(425)])return;const o=Hs(e);return o?r(343)==o?{type:r(348),content:Wr(n,r(344))}:r(410)==o?{type:r(348),content:Wr(n,r(320))}:c:c})),e[t(403)][t(362)][t(464)]((e=>this[t(427)](e))),e[t(403)][t(362)][t(464)]((e=>this[t(393)](e))),e[t(403)][t(362)][t(464)]((e=>this[t(352)](e))),this[t(402)]()}[Us(427)](t){const e=Us;if(t[e(353)][e(371)]||!t[e(353)][e(351)])return!1;let n=!1;const r=this[e(376)][e(366)][e(396)](e(400))[e(458)]({skipNotAttached:!0})[e(409)]((t=>t[e(357)]&&e(331)==t[e(357)][e(425)]))[e(409)]((t=>t[e(357)][e(343)]&&t[e(357)][e(410)]));for(const s of r)Hs(s)||(t[e(436)](s[e(350)]()),n=!0);return n}[Us(393)](t){const e=Us;if(t[e(353)][e(371)]||!t[e(353)][e(351)])return!1;const n=this[e(376)][e(366)][e(396)](e(400));if(n[e(390)][e(446)])return!1;let r=!1;const s=[e(367),e(331),e(373),e(340),e(360),e(448),e(408),e(361),e(439)],o=this[e(376)][e(403)][e(362)][e(363)][e(394)]()[e(409)]((t=>e(323)==t[e(365)]))[e(409)]((t=>s[e(346)](t[e(324)])));if(0==o[e(345)])return r;for(const i of o){const o=n[e(388)](i[e(424)],e(323))[e(409)]((t=>!t[e(404)][e(413)]))[e(383)]((t=>t[e(380)]))[e(409)]((t=>{const r=e,o=n[r(459)](t);return s[r(346)](o)}));if(o[e(345)]){for(const n of o)t[e(436)](n[e(350)]());r=!0}}return r}[Us(352)](t){const e=Us;if(t[e(353)][e(371)]||!t[e(353)][e(351)])return!1;const n=this[e(376)][e(366)][e(396)](e(400));let r=!1;const s=[e(367),e(331),e(373),e(340),e(360),e(448),e(408),e(361),e(439)];for(const t of n[e(458)]({skipNotAttached:!0})){const o=n[e(388)](t[e(455)](),e(323))[e(383)]((t=>t[e(380)]))[e(409)]((t=>t[e(357)]&&s[e(346)](t[e(357)][e(425)])));if(!o[e(345)])continue;const a=o[0][e(382)][e(329)][e(426)];if(!o[e(468)]((t=>t[e(329)][e(426)]===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(458)]({skipNotAttached:!0})[s(409)]((e=>s(323)==e[s(365)]&&e[s(329)][s(426)]==t)))e[s(336)](s(426),r)}function i(t,n){const r=e;let s=t[r(382)],i=!1;for(;s;)s[r(329)][r(426)]!=n&&(o(s[r(329)][r(426)],n),s[r(336)](r(426),n),i=!0),s=s[r(432)];return i}}[Us(402)](){const t=Us,e=this[t(376)],n=e[t(325)],r=e[t(366)][t(396)](t(400));this[t(417)](),r[t(422)][t(418)](t(452),t(375),t(391),(function(n,r){const s=t,o=[];for(let t of n)t[s(368)][s(441)]===t[s(387)][s(359)]&&(t=e[s(403)][s(364)](e[s(403)][s(465)](t[s(368)][s(441)],0))),o[s(438)](t);e[s(403)][s(467)]((t=>{const n=s,a=e[n(403)][n(362)][n(428)],c=Array[n(412)](a[n(355)]())[n(383)]((t=>i.LiveRange[n(430)](t)));t[n(374)](o),e[n(381)][n(396)](r[n(386)])[n(435)](),r[n(423)][n(438)]({forceDefaultExecution:!0}),e[n(356)](r[n(386)],...r[n(423)]),t[n(374)](c);for(const t of c)t[n(358)]()}))})),r[t(433)][t(335)]((function(n){const r=t,s=!e[r(403)][r(332)][r(321)](n),o=n[r(420)],i=n[r(451)],a=n[r(419)](r(331)),c=!o||o[r(419)](r(331))!==a,u=!i||i[r(419)](r(331))!==a;return s&&Boolean(a)&&c&&u}),(e=>Wr(n,t(456),e)))}[Us(417)](){const t=Us,e=this[t(376)],n=e[t(325)];function r(n){const r=t,s=e[r(381)][r(396)](r(389))[r(446)],o=e[r(381)][r(396)](r(384))[r(446)];return r(384)===n?s:o}e[t(366)][t(396)](t(400))[t(433)][t(397)]((function(s){const o=t;if(o(452)!=s[o(365)])return;const{data:i}=s;if(!i)return;let a,c,u,l;switch(i[o(386)]){case o(389):u=i[o(423)][0][o(322)],l=r(i[o(386)]),a=o(u?401:416),!l&&e[o(442)][o(396)](o(466))||(a=o(429)),c={type:o(348),content:Wr(n,a,Wr(n,o(405)))};break;case o(384):u=i[o(423)][0][o(322)],l=r(i[o(386)]),a=o(u?401:416),!l&&e[o(442)][o(396)](o(466))||(a=o(429)),c={type:o(348),content:Wr(n,a,Wr(n,o(328)))};break;case o(349):a=o(377),c={type:o(348),content:Wr(n,a,Wr(n,o(456)))};break;case o(342):a=function(t){const e=o,n=t[e(455)]();let r=n[e(368)][e(441)];for(;r&&n[e(347)](r);){if(r[e(419)](e(373))>0)return!1;r=r[e(451)]}return!0}(s)?Wr(n,o(416),Wr(n,function(t){const e=o;return e(415)+t[e(455)]()[e(368)][e(441)][e(419)](e(367))[e(370)]()+e(454)}(s))):Wr(n,o(463),Wr(n,o(456))),c={type:o(348),content:a};break;case o(437):case o(445):!1===i[o(395)]&&(a=o(444),c={type:o(399),content:Wr(n,a,Wr(n,o(456)))})}return c}))}}function Hs(t){const e=Us;let n=t[e(455)]()[e(368)][e(441)][e(420)];for(;n;){const r=n[e(419)](e(331));if(!r)return!1;if(r==t[e(357)][e(343)])return e(343);if(r==t[e(357)][e(410)])return e(410);n=n[e(420)]}return!1}const Ws=qs;function zs(){const t=["customNumbered","config","listReversed","registerDescriptionCallback","head","ListPropertiesEditing","data","commandParams","type","_findSuggestions","locale","5dlwNSo","key","listStart","656tFUYNN","getFirstRange","FORMAT_LIST_START","replace","reversed","740894FxWhfm","*Format:* set start index to %0","handleDescriptions","2683314qEJeMx","listStyle","getFirstMarker","startIndex","start","styles","suggestion","_LIST_DEFAULT","registerPostFixer","get","14119pkBgCz","*Format:* set order to regular","list.properties","disc","374753TMKjDW","upper-roman","getAttribute","removeMarker","lower-roman","TrackChangesEditing","model","2NuirHv","oldValue","11852UImYtS","square","attribute","circle","has","bulleted","*Set format:* %0","commandName","getSuggestions","ELEMENT_","document","upper-latin","afterInit","isUndo","filter","10KeWRFy","editor","_descriptionFactory","_enableDefaultAttributesIntegration","*Remove format:* %0","1994838AGSixs","2872512Xqrlfs","listType","format","find","numbered","*Change to:* %0","_registerLegacyDescription","537rFmems","nodeAfter","includes","default","plugins","registerAttributeLabel","lower-latin","batch","_LIST_","_getTranslationKeyForListStyle","decimal-leading-zero","_getAttributeKey","decimal","newValue","FORMAT_LIST_REVERSED","*Format:* set order to reversed","bind","toUpperCase","next","formatBlock"];return(zs=function(){return t})()}!function(t,e){const n=qs,r=t();for(;;)try{if(533387===-parseInt(n(462))/1*(-parseInt(n(469))/2)+parseInt(n(499))/3*(parseInt(n(471))/4)+parseInt(n(530))/5*(-parseInt(n(491))/6)+-parseInt(n(458))/7*(parseInt(n(533))/8)+parseInt(n(448))/9*(parseInt(n(486))/10)+parseInt(n(445))/11+-parseInt(n(492))/12)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(zs);class Ks extends t.Plugin{[Ws(483)](){const t=Ws;if(!this[t(487)][t(503)][t(475)](t(524)))return;const e=this[t(487)][t(520)][t(457)](t(460)),n=this[t(487)][t(503)][t(457)](t(467));e[t(453)]&&n[t(489)](t(449),[],[t(449)]),e[t(444)]&&n[t(489)](t(521),[],[t(521)]),e[t(451)]&&n[t(489)](t(532),[],[t(532)]);const r={type:t(494),content:""};n[t(488)][t(522)](this[t(447)][t(515)](this));const s=this[t(487)][t(529)];n[t(488)][t(504)](t(521),Wr(s,t(513))),n[t(488)][t(522)]((e=>{const n=t,{data:s}=e;if(s&&n(521)==s[n(531)])return null==s[n(512)]||0==s[n(512)]&&null==s[n(470)]?r:void 0})),n[t(488)][t(504)](t(532),Wr(s,t(442))),n[t(488)][t(522)]((e=>{const n=t,{data:s}=e;if(s&&n(532)==s[n(531)])return null==s[n(512)]||1==s[n(512)]&&null==s[n(470)]?r:void 0})),this[t(487)][t(468)][t(481)][t(456)]((e=>{const r=t;if(e[r(506)][r(484)])return!1;let s=!1;const o=n[r(479)]({skipNotAttached:!0})[r(485)]((t=>{const e=r,s=n[e(510)](t);return e(532)==s||e(521)==s}));for(const t of o){const o=t[r(441)]()[r(452)][r(500)][r(464)](r(493));r(496)!=o&&r(519)!=o&&(n[r(528)](t[r(441)](),r(473))[r(495)]((t=>r(493)==n[r(510)](t[r(454)])))||(e[r(465)](t[r(450)]()),s=!0))}return s})),this[t(498)]()}[Ws(447)](t){const e=Ws,n=this[e(487)][e(529)],{data:r}=t,s={type:e(494),content:""};if(!r||e(449)!=r[e(531)])return;if(!r[e(470)])return e(502)==r[e(512)]?s:{type:e(494),content:""+Wr(n,e(477),Wr(n,this[e(508)](r[e(512)])))};if(!r[e(512)]){if(e(502)==r[e(470)])return s;let o=t[e(523)];for(;o;){if(o[e(525)]&&e(493)==o[e(525)][e(531)]&&o[e(525)][e(512)])return s;o=o[e(517)]}return{type:e(494),content:""+Wr(n,e(490),Wr(n,this[e(508)](r[e(470)])))}}if(e(502)!=r[e(512)])return{type:e(494),content:""+Wr(n,e(477),Wr(n,this[e(508)](r[e(512)])))};let o=t[e(523)];for(;o;){if(o[e(525)]&&e(493)==o[e(525)][e(531)]&&o[e(525)][e(512)]&&o[e(525)][e(470)])return s;o=o[e(517)]}const i=t[e(441)]()[e(452)][e(500)][e(464)](e(493));return{type:e(494),content:Wr(n,e(477),Wr(n,e(480)+i[e(516)]()+e(455)))}}[Ws(498)](){const t=Ws,e=this[t(487)],n=e[t(529)];e[t(503)][t(457)](t(467))[t(488)][t(522)]((e=>{const r=t;if(r(518)!=e[r(527)])return;const{data:s}=e;if(!s)return;let o,i;switch(s[r(478)]){case r(449):o=r(497),i={type:r(494),content:Wr(n,o,Wr(n,this[r(508)](s[r(526)][0][r(527)])))};break;case r(521):o=s[r(526)][0][r(444)]?r(514):r(459),i={type:r(494),content:Wr(n,o)};break;case r(532):o=r(446),i={type:r(494),content:Wr(n,o,s[r(526)][0][r(451)])}}return i}))}[Ws(508)](t){const e=Ws;return e(480)+function(t){const n=e;return Zs[n(501)](t)?n(476):Xs[n(501)](t)?n(496):null}(t)[e(516)]()+e(507)+t[e(516)]()[e(443)](/-/g,"_")}}function qs(t,e){const n=zs();return(qs=function(t,e){return n[t-=441]})(t,e)}const Zs=[Ws(461),Ws(474),Ws(472)],Xs=[Ws(511),Ws(509),Ws(466),Ws(463),Ws(505),Ws(482)];var Js=n(507);const Qs=Ys;function Ys(t,e){const n=to();return(Ys=function(t,e){return n[t-=235]})(t,e)}!function(t,e){const n=Ys,r=t();for(;;)try{if(708809===-parseInt(n(248))/1+-parseInt(n(259))/2+-parseInt(n(268))/3*(parseInt(n(237))/4)+parseInt(n(243))/5+-parseInt(n(256))/6*(-parseInt(n(235))/7)+parseInt(n(238))/8*(parseInt(n(271))/9)+-parseInt(n(269))/10*(-parseInt(n(255))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(to);class $s extends t.Plugin{static get[Qs(286)](){return[Js.Enter]}[Qs(245)](){const t=Qs,e=this[t(251)],n=e[t(285)][t(262)](t(242)),r=e[t(274)][t(262)](t(249));n[t(263)](t(249),(()=>{const s=t;e[s(266)][s(289)]((t=>{const o=s,a=e[o(266)][o(236)][o(250)],c=a[o(241)](),u=i.LiveRange[o(273)](a[o(280)]());if(r[o(283)](t)){const r=e[o(266)][o(261)](c[o(276)][o(257)],0),s=t[o(253)](c,r);n[o(258)](s)}else t[o(239)](t[o(253)](u[o(287)]));u[o(278)](),r[o(290)](o(260),{writer:t})}))})),e[t(252)][t(240)].on(t(270),ws(e,t(244)),{priority:t(272)}),e[t(252)][t(240)].on(t(275),((e,n,r)=>{const s=t,o=r[s(254)][s(246)](n[s(264)]);if(o)for(const t of o)t[s(267)](s(282))&&(r[s(254)][s(279)](t,n[s(264)]),r[s(288)][s(284)](t))}),{priority:t(272)}),e[t(265)][t(240)].on(t(270),((n,r,s)=>{const o=t;s[o(277)][o(281)]&&ws(e,o(244),{showActiveMarker:!1})[o(247)](this)(n,r,s)}),{priority:t(272)})}}function to(){const t=["6jalUGr","20796620BWJAgo","addMarker:suggestion:insertion","12033XiigpD","high","fromRange","commands","removeMarker:suggestion:insertion","parent","options","detach","unbindElementFromMarkerName","getFirstRange","showSuggestionHighlights","ck-suggestion-marker-split","enterBlock","remove","plugins","requires","end","writer","change","fire","123893pdUsZT","document","1552636dmIrjM","656iRzvim","setSelection","downcastDispatcher","getFirstPosition","TrackChangesEditing","545130LdXebZ","split","init","markerNameToElements","bind","93142UfiXwx","enter","selection","editor","editing","createRange","mapper","11cEGhtE","90jaamRu","nextSibling","markInsertion","1971076kGiuED","afterExecute","createPositionAt","get","enableCommand","markerName","data","model","hasClass"];return(to=function(){return t})()}const eo=no;function no(t,e){const n=ro();return(no=function(t,e){return n[t-=385]})(t,e)}function ro(){const t=["suggestion:deletion","findNext","handleFindCommand","301328yAOZuH","model","afterInit","has","11270679wFPMZw","243084ZBVlmT","find","5786930FAkKdN","enableCommand","TrackChangesEditing","findPrevious","FindAndReplaceUtils","replace","8KczbCu","24919479lmfcPI","findByTextCallback","588040lKSdtf","markers","start","getIntersection","end","get","createPositionAt","createRange","FindAndReplaceEditing","getMarkersGroup","bind","getRange","8288472aQXDHl","filter","27utXxgW","editor","string","_isInDeletionRange","plugins","item","replaceAll"];return(ro=function(){return t})()}!function(t,e){const n=no,r=t();for(;;)try{if(811252===parseInt(n(403))/1+parseInt(n(408))/2+-parseInt(n(393))/3*(-parseInt(n(419))/4)+-parseInt(n(410))/5+parseInt(n(391))/6+parseInt(n(407))/7+parseInt(n(416))/8*(-parseInt(n(417))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ro);class so extends t.Plugin{[eo(405)](){const t=eo;if(!this[t(394)][t(397)][t(406)](t(387)))return;const e=this[t(394)][t(397)][t(424)](t(412));e[t(411)](t(409),this[t(402)][t(389)](this)),e[t(411)](t(401)),e[t(411)](t(413)),e[t(411)](t(415)),e[t(411)](t(399))}[eo(402)](t,e,n={}){const r=eo,s=this[r(394)][r(397)][r(424)](r(414));return t((t=>(r(395)==typeof e?s[r(418)](e,n):e)(t)[r(392)]((e=>!1===this[r(396)](e,t[r(398)])))),n)}[eo(396)](t,e){const n=eo,r=this[n(394)][n(404)][n(386)](this[n(394)][n(404)][n(385)](e,t[n(421)]),this[n(394)][n(404)][n(385)](e,t[n(423)]));for(const t of this[n(394)][n(404)][n(420)][n(388)](n(400)))if(null!==r[n(422)](t[n(390)]()))return!0;return!1}}const oo=co;function io(){const t=["FontFamilyEditing","*Set font size:* %0","plugins","get","fontFamily","commandName","*Set font family:* %0","4746259SiPeWQ","*Reset font color*","FORMAT_FONT_BACKGROUND","registerAttributeLabel","commandParams","*Set font background color:* %0","format","*Set font color:* %0","1449532aCuAAF","afterInit","locale","FontSize","FontBackgroundColorEditing","fontSize","fontColor","fontSize.options","title","fontColor.colors","toLowerCase","*Reset font family*","fontBackgroundColor","FontColorEditing","normalizeSizeOptions","6YhaRJx","FORMAT_FONT_FAMILY","label","_registerLegacyDescription","find","model","26CbOjtF","24448914enrowc","4684964uAZYHR","7566136AvHeIW","has","registerDescriptionCallback","trim","formatInline","FORMAT_FONT_SIZE","FontSizeEditing","FORMAT_FONT_COLOR","editor","fontBackgroundColor.colors","_descriptionFactory","value","TrackChangesEditing","276477XSpsQR","3352080KJIrYD","type","*Reset font background color*","*Reset font size*","_enableDefaultAttributesIntegration","config"];return(io=function(){return t})()}!function(t,e){const n=co,r=t();for(;;)try{if(843382===parseInt(n(526))/1+-parseInt(n(547))/2*(parseInt(n(504))/3)+-parseInt(n(549))/4+parseInt(n(505))/5+parseInt(n(541))/6*(-parseInt(n(518))/7)+-parseInt(n(550))/8+parseInt(n(548))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(io);const ao=[{pluginName:oo(497),commandName:oo(531)},{pluginName:oo(511),commandName:oo(515)},{pluginName:oo(539),commandName:oo(532)},{pluginName:oo(530),commandName:oo(538)}];function co(t,e){const n=io();return(co=function(t,e){return n[t-=495]})(t,e)}class uo extends t.Plugin{[oo(527)](){const t=oo,e=this[t(499)][t(528)],n=this[t(499)][t(513)][t(514)](t(503));for(const{pluginName:e,commandName:r}of ao)this[t(499)][t(513)][t(551)](e)&&n[t(509)](r,[r]);e.t,n[t(501)][t(521)](t(531),Wr(e,t(496))),n[t(501)][t(521)](t(515),Wr(e,t(542))),n[t(501)][t(521)](t(532),Wr(e,t(498))),n[t(501)][t(521)](t(538),Wr(e,t(520))),this[t(544)]()}[oo(544)](){const t=oo,e=this[t(499)],n=e[t(528)];e[t(513)][t(514)](t(503))[t(501)][t(552)]((e=>{const r=t,o=n.t;if(r(495)!=e[r(506)])return;const{data:i}=e;if(null!=i){if(r(531)==i[r(516)]){const t=i[r(522)][0][r(502)];if(t){const e=o(this[r(499)][r(513)][r(514)](r(529))[r(540)](this[r(499)][r(510)][r(514)](r(533)))[r(545)]((e=>e[r(546)]==t))[r(534)])[r(536)]();return{type:r(524),content:Wr(n,r(512),e)}}return{type:r(524),content:Wr(n,r(508))}}if(r(515)==i[r(516)]){const t=i[r(522)][0][r(502)];return t?{type:r(524),content:Wr(n,r(517),t)}:{type:r(524),content:Wr(n,r(537))}}if(r(532)==i[r(516)]){const t=i[r(522)][0][r(502)];if(t){const e=(0,s.normalizeColorOptions)(this[r(499)][r(510)][r(514)](r(535)))[r(545)]((e=>e[r(546)]==t));let i=t,a="";return e&&(i=e[r(543)],a=o(i)[r(536)]()),{type:r(524),content:Wr(n,r(525),a)[r(553)](),color:{value:t,title:a||i}}}return{type:r(524),content:Wr(n,r(519))}}if(r(538)==i[r(516)]){const t=i[r(522)][0][r(502)];if(t){const e=(0,s.normalizeColorOptions)(this[r(499)][r(510)][r(514)](r(500)))[r(545)]((e=>e[r(546)]==t));let i=t,a="";return e&&(i=e[r(543)],a=o(i)[r(536)]()),{type:r(524),content:Wr(n,r(523),a)[r(553)](),color:{value:t,title:a||i}}}return{type:r(524),content:Wr(n,r(507))}}}}))}}function lo(t,e){const n=go();return(lo=function(t,e){return n[t-=281]})(t,e)}const fo=lo;!function(t,e){const n=lo,r=t();for(;;)try{if(778848===parseInt(n(328))/1+-parseInt(n(327))/2+-parseInt(n(325))/3*(parseInt(n(315))/4)+parseInt(n(330))/5*(-parseInt(n(320))/6)+-parseInt(n(303))/7*(parseInt(n(333))/8)+-parseInt(n(324))/9*(-parseInt(n(329))/10)+-parseInt(n(304))/11*(-parseInt(n(331))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(go);class ho extends t.Plugin{[fo(290)](){const t=fo,e=this[t(316)],n=e[t(281)][t(305)](t(291)),r=e[t(310)][t(305)](t(300)),s=e[t(310)][t(305)](t(295));r&&s&&(n[t(296)](t(295)),n[t(302)](t(300)),this[t(306)]())}[fo(306)](){const t=fo,e=this[t(316)],n=e[t(289)];e[t(281)][t(305)](t(291))[t(284)][t(313)]((r=>{const s=t;if(s(294)!=r[s(308)]&&s(335)!=r[s(308)])return;const{data:o}=r;if(o&&s(295)===o[s(318)]){const t=[],r=o[s(292)][0];for(const[n,o]of Object[s(298)](r))t[s(301)](po(e,n,o));return t[s(314)]?{type:s(326),content:Wr(n,s(293),t[s(299)](", "))}:{type:s(326),content:Wr(n,s(311))}}}))}}function go(){const t=["5540920bTdlnP","22IsZXFy","get","_registerLegacyDescription","config","type","split","commands","*Remove all formatting*","slice","registerDescriptionCallback","length","4892GlmJPC","editor","title","commandName","toUpperCase","15792XLoMdY","fontColor.colors","boolean","charAt","3276aVriyl","147RUhhkD","format","2125174gEyxvN","700060vVqMIn","11450EZAang","585exetcQ","11304156cyvuKn","label","8kYfljm","fontBackgroundColor","formatInline","fontSize.options","plugins","fontSize","fontColor","_descriptionFactory","model","normalizeSizeOptions","FontSize","toLowerCase","locale","afterInit","TrackChangesEditing","commandParams","*Set format to:* %0","formatBlock","pasteFormat","_enableDefaultAttributesIntegration","find","entries","join","copyFormat","push","enableCommand"];return(go=function(){return t})()}function po(t,e,n){const r=fo,o=t[r(289)].t,i=e[r(309)](/(?=[A-Z])/)[r(299)](" "),a=o(i[r(323)](0)[r(319)]()+i[r(312)](1))[r(288)]();if(r(322)==typeof n)return a;if(r(283)===e||r(334)===e){const e=(0,s.normalizeColorOptions)(t[r(307)][r(305)](r(321)))[r(297)]((t=>t[r(285)]==n));return a+" ("+(e?o(e[r(332)])[r(288)]():n)+")"}if(r(282)===e&&isNaN(parseFloat(n))){const e=t[r(281)][r(305)](r(287))[r(286)](t[r(307)][r(305)](r(336)))[r(297)]((t=>t[r(285)]==n));return a+" ("+(e?o(e[r(317)])[r(288)]():n)+")"}return a+" ("+n+")"}const mo=Io;function Io(t,e){const n=Eo();return(Io=function(t,e){return n[t-=323]})(t,e)}function Eo(){const t=["model","1623498FehJmN","commandParams","ELEMENT_HEADING_CUSTOM","376pzHeyP","editor","5IwtHJv","match","3676057utBFFK","ELEMENT_HEADING","896247YTZmEE","2435820TtsKgf","locale","_descriptionFactory","HeadingEditing","value","paragraph","TrackChangesEditing","afterInit","registerElementLabel","registerDescriptionCallback","heading.options","get","commandName","2397411SGZByC","title","find","*Change to:* %0","27SIbQrN","_getHeadingLevel","_headingOptions","formatBlock","heading","format","735540scaOnY","_enableDefaultAttributesIntegration","144361qZKsWv","type","_registerLegacyDescription","has","4IFnxVh","view","name","plugins","config"];return(Eo=function(){return t})()}!function(t,e){const n=Io,r=t();for(;;)try{if(639811===parseInt(n(361))/1+parseInt(n(340))/2+-parseInt(n(330))/3*(parseInt(n(346))/4)+-parseInt(n(357))/5*(-parseInt(n(352))/6)+parseInt(n(342))/7*(parseInt(n(355))/8)+-parseInt(n(334))/9*(parseInt(n(362))/10)+-parseInt(n(359))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Eo);class bo extends t.Plugin{[mo(324)](){const t=mo,e=this[t(356)];if(!e[t(349)][t(345)](t(365)))return;this[t(336)]=e[t(350)][t(328)](t(327));const n=e[t(363)],r=e[t(349)][t(328)](t(323));r[t(341)](t(338));for(const e of this[t(336)])t(367)!=e[t(351)]&&r[t(364)][t(325)](e[t(351)],(n=>{const r=t,i=this[r(335)](e[r(351)]);return null!==i?s(n,i):o(n,e[r(331)])}));function s(e,r){return Wr(n,t(360),[e,r])}function o(e,r){return Wr(n,t(354),[e,r])}this[t(344)]()}[mo(344)](){const t=mo,e=this[t(356)],n=e[t(363)];e[t(349)][t(328)](t(323))[t(364)][t(326)]((e=>{const r=t;if(r(337)!=e[r(343)])return;const{data:s}=e;if(s&&r(338)==s[r(329)]){const e=s[r(353)][0][r(366)],c=this[r(335)](e);if(null!==c)return{type:r(339),content:Wr(n,r(333),(1,a=c,Wr(n,r(360),[1,a])))};const u=this[r(336)][r(332)]((t=>t[r(351)]===e))[r(331)];return{type:r(339),content:Wr(n,r(333),(o=1,i=u,Wr(n,t(354),[o,i])))}}var o,i,a}))}[mo(335)](t){const e=mo;var n,r;const s=t[e(358)](/^heading(\d+)/);if(s)return s[1];const o=null===(n=this[e(336)])||void 0===n?void 0:n[e(332)]((n=>n[e(351)]==t));if(o&&o[e(347)]){const t=o[e(347)],n=(null!==(r=t[e(348)])&&void 0!==r?r:t)[e(358)](/^h(\d+)/);if(n)return n[1]}return null}}function To(t,e){const n=Ao();return(To=function(t,e){return n[t-=101]})(t,e)}const _o=To;!function(t,e){const n=To,r=t();for(;;)try{if(452413===-parseInt(n(140))/1+-parseInt(n(139))/2+-parseInt(n(110))/3*(parseInt(n(109))/4)+-parseInt(n(117))/5*(parseInt(n(122))/6)+parseInt(n(126))/7+parseInt(n(120))/8*(-parseInt(n(112))/9)+parseInt(n(123))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ao);class yo extends t.Plugin{[_o(101)](){const t=_o,e=this[t(136)];if(!e[t(107)][t(102)](t(118)))return;const n=e[t(107)][t(103)](t(124)),r=e[t(108)];n[t(137)](t(105),[t(105)]),n[t(133)][t(135)](t(105),Wr(r,t(130))),this[t(121)]()}[_o(121)](){const t=_o,e=this[t(136)],n=e[t(108)];e[t(107)][t(103)](t(124))[t(133)][t(106)]((r=>{const s=t;if(s(104)!=r[s(116)])return;const{data:o}=r;if(o&&s(105)==o[s(113)]){const t=n.t,r=o[s(111)][0][s(119)];if(r){const o=e[s(127)][s(103)](s(129))[s(128)]((t=>t[s(125)]==r)),i=t(o[s(115)])[s(132)]();return{type:s(138),content:Wr(n,s(114),i),color:{value:o[s(134)],title:o[s(115)]}}}return{type:s(138),content:Wr(n,s(131),Wr(n,s(130)))}}}))}}function Ao(){const t=["200044Yrqdyw","492419MztYTf","afterInit","has","get","formatInline","highlight","registerDescriptionCallback","plugins","locale","4NYbMgb","665709qfJSlZ","commandParams","7083IIocMN","commandName","*Set highlight:* %0","title","type","5bSFpEt","HighlightEditing","value","3296AdTguS","_registerLegacyDescription","4647864ckJmtS","22273440gczKIf","TrackChangesEditing","model","968107gWrFTL","config","find","highlight.options","FORMAT_HIGHLIGHT","*Remove highlight*","toLowerCase","_descriptionFactory","color","registerAttributeLabel","editor","_enableDefaultAttributesIntegration","format"];return(Ao=function(){return t})()}const ko=Co;function Co(t,e){const n=No();return(Co=function(t,e){return n[t-=399]})(t,e)}function No(){const t=["elementToStructure","102995iHrCYT","_descriptionFactory","createEmptyElement","enableCommand","390286jJzlLw","2147528ihdYxX","registerElementLabel","createPositionAt","ELEMENT_HORIZONTAL_LINE","1507093Cgvtse","TrackChangesEditing","get","locale","plugins","has","high","createContainerElement","showSuggestionHighlights","HorizontalLineEditing","dataDowncast","div","2311600kNfvcF","afterInit","1200753XfJcwW","ck-horizontal-line","361010PfPpsS","186DThRWX","conversion","for","63BidHLV","2gbNSdv","addClass","editor","insert","horizontalLine"];return(No=function(){return t})()}!function(t,e){const n=Co,r=t();for(;;)try{if(437308===parseInt(n(429))/1+parseInt(n(419))/2*(parseInt(n(412))/3)+parseInt(n(430))/4+parseInt(n(425))/5*(-parseInt(n(415))/6)+-parseInt(n(434))/7+-parseInt(n(410))/8+parseInt(n(418))/9*(parseInt(n(414))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(No);class Lo extends t.Plugin{[ko(411)](){const t=ko,e=this[t(421)];if(!e[t(402)][t(403)](t(407)))return;e[t(402)][t(400)](t(399))[t(428)](t(423));const n=e[t(402)][t(400)](t(399)),r=e[t(401)];n[t(426)][t(431)](t(423),(e=>Wr(r,t(433),e))),e[t(416)][t(417)](t(408))[t(424)]({model:t(423),view:(e,{writer:n,options:r})=>{const s=t;if(!r[s(406)])return null;const o=n[s(405)](s(409)),i=n[s(427)]("hr");return n[s(420)](s(413),o),n[s(422)](n[s(432)](o,0),i),o},converterPriority:t(404)})}}const Ro=Mo;function So(){const t=["value","ELEMENT_HTML_EMBED","_enableDefaultAttributesIntegration","key","type","attribute","rawHtml","492832TiRSTm","2066888DqmAng","commandName","locale","editor","plugins","99Oxjgtc","element","*Change %0 content*","nodeAfter","6gQcVfn","TrackChangesEditing","has","htmlEmbed","start","_descriptionFactory","HtmlEmbed","9zeztQk","registerDescriptionCallback","251398TZFteM","_registerLegacyDescription","get","285578YmIEHM","179872FHuHzs","registerElementLabel","346370EEJeak","1553445yKVYuB","afterInit","formatBlock","format","getFirstRange"];return(So=function(){return t})()}function Mo(t,e){const n=So();return(Mo=function(t,e){return n[t-=415]})(t,e)}!function(t,e){const n=Mo,r=t();for(;;)try{if(259353===parseInt(n(434))/1+parseInt(n(433))/2*(parseInt(n(428))/3)+-parseInt(n(450))/4+-parseInt(n(437))/5+-parseInt(n(421))/6*(-parseInt(n(430))/7)+parseInt(n(449))/8+parseInt(n(417))/9*(parseInt(n(436))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(So);class vo extends t.Plugin{[Ro(438)](){const t=Ro,e=this[t(415)];if(!e[t(416)][t(423)](t(427)))return;const n=e[t(416)][t(432)](t(422)),r=e[t(452)];n[t(426)][t(435)](t(448),(e=>Wr(r,t(443),e))),n[t(444)](t(424),[],[t(442)]),n[t(426)][t(429)]((e=>{const n=t;if(n(447)!=e[n(446)])return;const{data:s}=e;if(s&&n(442)==s[n(445)]&&e[n(441)]()[n(425)][n(420)].is(n(418),n(448))){const t=Wr(r,n(443));return{type:n(440),content:Wr(r,n(419),t)}}})),this[t(431)]()}[Ro(431)](){const t=Ro,e=this[t(415)],n=e[t(452)];e[t(416)][t(432)](t(422))[t(426)][t(429)]((e=>{const r=t;if(r(439)!=e[r(446)])return;const{data:s}=e;if(s&&r(424)==s[r(451)]){const t=Wr(n,r(443));return{type:r(440),content:Wr(n,r(419),t)}}}))}}const Oo=wo;function wo(t,e){const n=Fo();return(wo=function(t,e){return n[t-=412]})(t,e)}function Fo(){const t=["registerAttributeLabel","enableCommand","findIndex","uploadImage","previous","isBefore","getCaptionFromImageModelElement","formatBlock","formatInline","markInsertion","TrackChangesEditing","deletion","type","key","plugins","schema","selection","_findSuggestions","commandName","change","*Set image text alternative:* %0","document","commandParams","_registerLegacyDescription","alt","imageTextAlternative","detach","getSuggestionCallback","registerCustomCallback","resizedWidth","toNext","imageTypeInline","*Set image width:* %0","10DZZVSu","subType","length","Inline image to block image","2039521kHmuPo","filter","chain","editor","registerDescriptionCallback","getContainedElement","3oudzlo","markBlockFormat","FORMAT_IMAGE_SIZE","ImageCaptionUtils","createRange","ImageBlockEditing","find","ImageCaptionEditing","_suggestionFactory","get","caption","fromPosition","removeObject","getClosestSelectedImageElement","imageInline","addObject","afterInit","ELEMENT_INLINE_IMAGE","ImageUploadEditing","end","toPrevious","isOwn","element","imageTypeBlock","_enableDefaultAttributesIntegration","join","ImageEditing","accept","resizeImage","markDeletion","*Reset image width*","924484SyKKzL","getNearestSelectionRange","locale","*Remove image text alternative*","start","width","isCollapsed","forceDefaultExecution","35OaejpZ","ImageTextAlternativeEditing","ELEMENT_CAPTION","imageBlock","imageCaption","ImageResize","convertInlineImageToBlock","1913826WvFyoS","convertBlockImageToInline","insertImage","1456445iaOIht","540824nXUMWi","Block image to inline image","getFirstRange","attribute","ImageInlineEditing","format","isIntersecting","registerElementLabel","has","newValue","model","createRangeOn","backward","68158FeqGGE","isEqual","discard","insertion","isBlockImage","toggleImageCaption","_descriptionFactory","1691883vyzcuH","forward","ImageUtils","3fpPXac","nodeBefore","ELEMENT_IMAGE","imageStylePreApply","nodeAfter"];return(Fo=function(){return t})()}!function(t,e){const n=wo,r=t();for(;;)try{if(270293===-parseInt(n(521))/1*(-parseInt(n(511))/2)+parseInt(n(448))/3*(parseInt(n(479))/4)+parseInt(n(497))/5+-parseInt(n(494))/6+parseInt(n(487))/7*(parseInt(n(498))/8)+parseInt(n(518))/9*(-parseInt(n(438))/10)+-parseInt(n(442))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fo);class Do extends t.Plugin{[Oo(464)](){const t=Oo,e=this[t(445)];if(!e[t(419)][t(506)](t(474)))return;const n=e[t(419)][t(457)](t(415)),r=e[t(419)][t(457)](t(520)),s=e[t(481)];n[t(527)](t(496)),n[t(517)][t(505)](t(490),(e=>Wr(s,t(523),e))),n[t(517)][t(505)](t(462),(e=>Wr(s,t(465),e))),n[t(517)][t(505)](t(458),(()=>Wr(s,t(489)))),e[t(419)][t(506)](t(466))&&n[t(527)](t(529)),e[t(419)][t(506)](t(453))&&e[t(419)][t(506)](t(502))&&(n[t(527)](t(436),((s,o)=>{const i=t,a=r[i(461)](e[i(508)][i(426)][i(421)]);e[i(508)][i(424)]((()=>{const t=i;n[t(449)](a,{commandName:t(436),commandParams:[o]},[],t(495))}))})),n[t(527)](t(471),((s,o)=>{const a=t;e[a(508)][a(424)]((t=>{const c=a;let u=r[c(461)](e[c(508)][c(426)][c(421)]),l=t[c(509)](u);const f=i.LivePosition[c(459)](l[c(483)],c(468)),h=i.LivePosition[c(459)](l[c(467)],c(435));n[c(486)]((()=>s(o))),u=r[c(461)](e[c(508)][c(426)][c(421)]),l=t[c(509)](u);const g=t[c(452)](f,h);f[c(431)](),h[c(431)](),n[c(449)](u,{commandName:c(436),commandParams:[o]},[],c(493)),g[c(483)][c(531)](l[c(483)])&&n[c(414)](t[c(452)](g[c(483)],l[c(483)]),c(493)),l[c(467)][c(531)](g[c(467)])&&n[c(414)](t[c(452)](l[c(467)],g[c(467)]),c(493))}))})),n[t(456)][t(433)](t(412),t(493),t(473),(()=>!1)),n[t(456)][t(433)](t(412),t(493),t(475),(()=>!1)),n[t(456)][t(433)](t(412),t(493),t(513),n[t(456)][t(432)](t(412),"",t(475))),n[t(456)][t(433)](t(514),t(493),t(473),(()=>!1)),n[t(456)][t(433)](t(514),t(493),t(513),(([r])=>{const s=t,o=n[s(456)][s(432)](s(514),"",s(513));let i=r[s(483)],a=r[s(467)];const c=e[s(508)][s(420)][s(480)](i,s(510)),u=e[s(508)][s(420)][s(480)](a,s(519));c[s(485)]&&(i=c[s(483)]),u[s(485)]&&(a=u[s(467)]),o([e[s(508)][s(452)](i,a)])})),n[t(456)][t(433)](t(412),t(493),t(444),c),n[t(456)][t(433)](t(514),t(493),t(444),c)),e[t(419)][t(506)](t(455))&&(n[t(527)](t(516),((s,o)=>{const i=t,a=e[i(419)][i(457)](i(451));let c=r[i(461)](e[i(508)][i(426)][i(421)]),u=a[i(532)](c);e[i(508)][i(424)]((()=>{const t=i;if(u)return void n[t(477)](e[t(508)][t(509)](u));const l=r[t(515)](c);s(o),c=r[t(461)](e[t(508)][t(426)][t(421)]),u=a[t(532)](c),n[t(414)](e[t(508)][t(509)](u),l?null:t(491))}))})),n[t(456)][t(433)](t(514),t(491),t(444),c));const o=[{type:t(412),subType:t(524)},{type:t(514),subType:t(491)},{type:t(412),subType:t(493)},{type:t(514),subType:t(493)}];function a(e,s){const i=t,a=o[i(528)]((({type:t,subType:n})=>e[i(417)]==t&&e[i(439)]==n)),c=o[i(528)]((({type:t,subType:e})=>s[i(417)]==t&&s[i(439)]==e));if(a<0||c<0)return!1;const u=e[i(500)](),l=s[i(500)]();if((0==a||1==a)&&2==c&&u[i(504)](l))return!0;if(2==a&&3==c){const t=n[i(422)](u,i(514))[i(443)]((({suggestion:t,meta:e})=>e[i(469)]&&i(493)==t[i(439)]));if(t[i(440)]>1&&l[i(467)][i(512)](u[i(483)]))return!0;if(1==t[i(440)]&&(u[i(483)][i(512)](l[i(467)])||u[i(467)][i(512)](l[i(483)])))return!0}if(3==a&&3==c&&u[i(483)][i(531)](l[i(483)])){const t=u[i(467)][i(525)],e=l[i(483)][i(522)];return r[i(515)](t)&&t===e}return!1}function c(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}e[t(419)][t(506)](t(492))&&(n[t(472)](t(476),[],[t(434)]),n[t(517)][t(526)](t(434),Wr(s,t(450)))),e[t(419)][t(506)](t(488))&&n[t(472)](t(430),[],[t(429)]),n[t(517)][t(446)]((e=>{const n=t;if(o[n(454)]((({type:t,subType:r})=>e[n(417)]==t&&e[n(439)]==r)))return e[n(530)]?{}:void 0})),n[t(517)][t(446)]((e=>{const n=t;if(n(514)==e[n(417)]||n(416)==e[n(417)]){const t=e[n(447)]();if(t&&t.is(n(470),n(458)))return{type:n(514)==e[n(417)]?n(463):n(460),element:t,quantity:1}}})),n[t(517)][t(446)]((e=>t(412)==e[t(417)]&&t(493)==e[t(439)]?{type:t(503),content:t(441)}:t(412)==e[t(417)]&&t(495)==e[t(439)]?{type:t(503),content:t(499)}:void 0)),n[t(517)][t(446)]((e=>{const n=t;if(n(501)!=e[n(417)])return;const{data:r}=e;if(!r||n(429)!=r[n(418)])return;const o=r[n(507)];return o?{type:n(503),content:Wr(s,n(425),'"'+o+'"')}:{type:n(503),content:Wr(s,n(482))}})),this[t(428)]()}[Oo(428)](){const t=Oo,e=this[t(445)],n=e[t(481)];e[t(419)][t(457)](t(415))[t(517)][t(446)]((e=>{const r=t;if(r(412)!=e[r(417)]&&r(413)!=e[r(417)])return;const{data:s}=e;if(s){if(r(430)==s[r(423)]){const t=s[r(427)][0][r(507)];return t?{type:r(503),content:Wr(n,r(425),'"'+t+'"')}:{type:r(503),content:Wr(n,r(482))}}if(r(476)==s[r(423)]){const t=s[r(427)][0][r(484)];return t?{type:r(503),content:Wr(n,r(437),t)}:{type:r(503),content:Wr(n,r(478))}}}}))}}const Po=xo;function xo(t,e){const n=Bo();return(xo=function(t,e){return n[t-=337]})(t,e)}function Bo(){const t=["registerDescriptionCallback","3233142RFLsXS","*Format:* replace image URL","afterInit","2374746uoJOre","src","attribute","discard","ImageEditing","newValue","getSuggestionCallback","4804084sKwBUo","replaceImageSource","locale","TrackChangesEditing","accept","1625498bUhPmK","_suggestionFactory","formatInline","type","plugins","*Replace image URL*","23301064iUtfZB","10230nwZmKX","editor","_handleLegacySuggestions","oldValue","formatBlock","registerCustomCallback","4545366chasXk","9fPOtZk","commandName","_enableDefaultAttributesIntegration","has","format","key","get","4135MwNNoi","_registerLegacyDescription","_descriptionFactory"];return(Bo=function(){return t})()}!function(t,e){const n=xo,r=t();for(;;)try{if(840700===-parseInt(n(366))/1+-parseInt(n(351))/2+-parseInt(n(354))/3+parseInt(n(361))/4+parseInt(n(347))/5*(parseInt(n(373))/6)+-parseInt(n(339))/7+parseInt(n(372))/8*(parseInt(n(340))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Bo);class Uo extends t.Plugin{[Po(353)](){const t=Po;if(!this[t(374)][t(370)][t(343)](t(358)))return;const e=this[t(374)][t(363)],n=this[t(374)][t(370)][t(346)](t(364));n[t(342)](t(362),[],[t(355)]),n[t(349)][t(350)]((n=>{const r=t;if(r(356)!=n[r(369)])return;const{data:s}=n;return s&&r(355)==s[r(345)]?s[r(359)]&&s[r(376)]?{type:r(344),content:Wr(e,r(371))}:{type:r(344),content:""}:void 0})),this[t(375)]()}[Po(375)](){const t=Po,e=this[t(374)][t(370)][t(346)](t(364));e[t(367)][t(338)](t(337),t(362),t(365),e[t(367)][t(360)](t(337),null,t(357))),e[t(367)][t(338)](t(337),t(362),t(357),e[t(367)][t(360)](t(337),null,t(365))),this[t(348)]()}[Po(348)](){const t=Po,e=this[t(374)],n=e[t(363)];e[t(370)][t(346)](t(364))[t(349)][t(350)]((e=>{const r=t;if(r(337)!=e[r(369)]&&r(368)!=e[r(369)])return;const{data:s}=e;return s&&r(362)==s[r(341)]?{type:r(344),content:Wr(n,r(352))}:void 0}))}}function jo(t,e){const n=Vo();return(jo=function(t,e){return n[t-=464]})(t,e)}const Go=jo;function Vo(){const t=["registerDescriptionCallback","612BGyOvw","enableCommand","getSuggestions","imageTypeBlock","imageCaption","commandName","55923lJcTNG","discardSuggestion","commands","author","hasSuggestion","isInlineImage","differ","editor","convertInlineImageToBlock","ImageUtils","forEach","ImageStyleEditing","findIndex","nodeBefore","newRange","formatInline","length","selection","553280LhNFPL","start","document","_splitMarkerName","_findSuggestions","getChangedMarkers","_descriptionFactory","imageStyle","798zJwAVR","plugins","markBlockFormat","normalizedStyles","Users","isInContent","2978784KVZoZy","_registerLegacyDescription","change","FORMAT_SIDE_IMAGE","commandReversedParams","581MyiAAv","setImageNaturalSizeAttributes","imageTypeInline","imageStylePreApply","insertion","isEqual","value","createRangeOn","getSuggestionCallback","filter","end","nodeAfter","commandParams","head","getSuggestion","isOwn","shouldConvertImageType","43224EoWWAM","registerPostFixer","accept","type","chain","6889563NAIkOZ","getClosestSelectedImageElement","_suggestionFactory","model","691240KxRReF","isBefore","format","imageStylePostApply","toLowerCase","subType","discard","name","refresh","has","suggestion","from","getContainedElement","afterInit","TrackChangesEditing","markInlineFormat","title","isIntersecting","next","side","getFirstRange","*Format:* %0","isBlockImage","get","formatBlock","registerCustomCallback","locale","join"];return(Vo=function(){return t})()}!function(t,e){const n=jo,r=t();for(;;)try{if(569132===parseInt(n(561))/1*(parseInt(n(550))/2)+parseInt(n(480))/3+-parseInt(n(542))/4+parseInt(n(489))/5+parseInt(n(518))/6*(-parseInt(n(524))/7)+parseInt(n(556))/8+parseInt(n(485))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Vo);class Ho extends t.Plugin{[Go(502)](){const t=Go,n=this[t(531)];if(!n[t(551)][t(498)](t(535)))return;const r=n[t(551)][t(512)](t(503)),s=n[t(551)][t(512)](t(533)),o={};r[t(519)](t(549),((o,i)=>{const a=t,c=n[a(551)][a(512)](a(554)).me,u=n[a(526)][a(512)](a(549));let l=s[a(486)](n[a(488)][a(544)][a(541)]),f=n[a(488)][a(470)](l),h=u[a(469)];if(h==i[a(469)])return;const g={commandName:a(549),commandParams:[i],formatGroupId:(0,e.uid)()};n[a(488)][a(558)]((()=>{const t=a;if(r[t(520)]()[t(472)]((e=>e[t(555)]&&c==e[t(527)]&&(t(513)==e[t(483)]||t(539)==e[t(483)])&&(t(466)==e[t(494)]||t(492)==e[t(494)])&&e[t(509)]()[t(468)](f)))[t(534)]((e=>r[t(525)](e[t(476)]))),l=s[t(486)](n[t(488)][t(544)][t(541)]),f=n[t(488)][t(470)](l),u[t(497)](),n[t(526)][t(512)](t(465))[t(497)](),n[t(526)][t(512)](t(521))[t(497)](),h=u[t(469)],h!=i[t(469)])return s[t(529)](l)&&u[t(479)](i[t(469)],l)?(o({...i,setImageSizes:!1}),l=s[t(486)](n[t(488)][t(544)][t(541)]),void r[t(552)](l,{...g,commandReversedParams:[{value:h||null,setImageSizes:!1}]},[],t(466))):void(s[t(511)](l)?r[t(552)](l,g,[],t(492)):r[t(504)](f,g,t(492)))}))}));for(const e of n[t(551)][t(512)](t(535))[t(553)])o[e[t(496)]]=e[t(505)][t(493)]();r[t(487)][t(514)](t(513),t(466),t(516),(()=>!1)),r[t(487)][t(514)](t(513),t(492),t(516),(()=>!1)),r[t(487)][t(514)](t(539),t(492),t(516),(()=>!1)),r[t(487)][t(514)](t(513),t(466),t(482),(([e])=>{const n=t;s[n(464)](e[n(501)]())})),r[t(487)][t(514)](t(513),t(466),t(495),((e,n)=>{const s=t;r[s(487)][s(471)](s(513),"",s(482))(e,{commandName:n[s(523)],commandParams:n[s(560)]})})),r[t(487)][t(514)](t(513),t(466),t(484),(function(t,e){return a(t,e)?[t,e]:a(e,t)?[e,t]:null}));const i=[{type:t(513),subType:t(466)},{type:t(467),subType:t(522)},{type:t(513),subType:t(532)},{type:t(467),subType:t(532)}];function a(e,n){const o=t,a=i[o(536)]((({type:t,subType:n})=>e[o(483)]==t&&e[o(494)]==n)),c=i[o(536)]((({type:t,subType:e})=>n[o(483)]==t&&n[o(494)]==e));if(a<0||c<0)return!1;const u=e[o(509)](),l=n[o(509)]();if((0==a||1==a)&&2==c&&u[o(506)](l))return!0;if(2==a&&3==c){const t=r[o(546)](u,o(467))[o(472)]((({suggestion:t,meta:e})=>e[o(478)]&&o(532)==t[o(494)]));if(t[o(540)]>1&&l[o(473)][o(468)](u[o(543)]))return!0;if(1==t[o(540)]&&(u[o(543)][o(468)](l[o(473)])||u[o(473)][o(468)](l[o(543)])))return!0}if(3==a&&3==c&&u[o(543)][o(490)](l[o(543)])){const t=u[o(473)][o(474)],e=l[o(543)][o(537)];return s[o(511)](t)&&t===e}return!1}n[t(488)][t(544)][t(481)]((()=>{const e=t;let o=!1;const i=Array[e(500)](n[e(488)][e(544)][e(530)][e(547)]());for(const{name:t,data:n}of i){const{group:i,type:a,subType:c,id:u}=r[e(545)](t);if(e(499)==i&&r[e(528)](u)){if(e(513)==a&&(e(466)==c||e(492)==c)){const t=r[e(477)](u);if(n[e(538)]){const n=t[e(509)]()[e(501)]();if(s[e(511)](n))continue;r[e(525)](t),o=!0}}if(e(467)==a&&e(522)==c&&!n[e(538)]){const t=r[e(477)](u);t[e(507)]&&t[e(507)][e(555)]&&(r[e(525)](t[e(507)]),o=!0)}}}return o})),this[t(557)](o)}[Go(557)](t){const e=Go,n=this[e(531)],r=n[e(515)];n[e(551)][e(512)](e(503))[e(548)][e(517)]((n=>{const s=e;if(s(513)!=n[s(483)]&&s(539)!=n[s(483)])return;const{data:o}=n;if(!o||s(549)!=o[s(523)])return;const i=o[s(475)][0][s(469)];return function(t){const e=s;return{type:e(491),content:Wr(r,e(510),t)}}(s(508)===i?Wr(r,s(559)):t[i]||i)}))}}function Wo(){const t=["_handleImportedData","_trackChangesExecuted","value","execute","2029100HqjmZS","plugins","1qcpAcH","get","dataInsert","afterInit","2046094buyhtE","lowest","_setSuggestionData","31167846clViGQ","trackChanges","editor","24xqGgmR","717957vOhZlK","_trackChangesValueDuringImport","importWord","track_changes","Users","1551415XqJagz","forEach","commands","854322PzcKoJ","9263816yrVlxg","bind","collaboration_features","high","listenTo","enableCommand","TrackChangesEditing"];return(Wo=function(){return t})()}const zo=Ko;function Ko(t,e){const n=Wo();return(Ko=function(t,e){return n[t-=393]})(t,e)}!function(t,e){const n=Ko,r=t();for(;;)try{if(665486===parseInt(n(400))/1*(-parseInt(n(404))/2)+parseInt(n(411))/3+parseInt(n(398))/4+-parseInt(n(416))/5*(parseInt(n(410))/6)+-parseInt(n(419))/7+-parseInt(n(420))/8+parseInt(n(407))/9)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(412)]=!1,this[e(395)]=!1}[zo(403)](){const t=zo,e=this[t(409)],n=e[t(418)][t(401)](t(413)),r=e[t(418)][t(401)](t(408));n&&(n.on(t(397),((e,[,n])=>{const s=t;this[s(412)]=r[s(396)],n[s(422)][s(414)]=!this[s(412)]}),{priority:t(423)}),this[t(424)](n,t(402),this[t(394)][t(421)](this)),this[t(424)](n,t(402),(()=>{const e=t;this[e(395)]&&(r[e(397)](),this[e(395)]=!1)}),{priority:t(405)}),e[t(399)][t(401)](t(393))[t(425)](t(413)))}[zo(394)](t,e){const n=zo,{suggestions:r}=e,s=this[n(409)][n(418)][n(401)](n(408)),o=s[n(396)];this[n(412)]!==o&&(s[n(397)](),this[n(395)]=!0),r&&r[n(417)]((({id:t,type:e,author:r,created_at:s})=>{const o=n,i={id:t,type:e,authorId:this[o(409)][o(399)][o(401)](o(415)).me.id,createdAt:new Date,data:null,hasComments:!1,attributes:{"@external":{authorName:r,createdAt:s?new Date(s):new Date,source:o(413)}}};this[o(409)][o(399)][o(401)](o(393))[o(406)](i)}))}}const Zo=Jo;function Xo(){const t=["7427qxEEku","FORMAT_INDENT","425604ihlgLx","_registerLegacyDescription","20pMncKC","IndentBlock","registerDescriptionCallback","blockIndent","outdentBlock","outdent","_registerBlockAttribute","10053010eLzTCI","has","5754376ZjYytr","2871678aPpsFS","indent","enableCommand","_enableDefaultAttributesIntegration","1065554oPRWNC","797607RqzshJ","formatBlock","TrackChangesEditing","*Indent:* %0","locale","getItems","format","getItemLabel","6498epagUQ","11eFowxY","commandName","editor","*Outdent:* %0","afterInit","plugins","_descriptionFactory","get","indentBlock","type","registerAttributeLabel","2YIVLdw","IndentEditing"];return(Xo=function(){return t})()}function Jo(t,e){const n=Xo();return(Jo=function(t,e){return n[t-=500]})(t,e)}!function(t,e){const n=Jo,r=t();for(;;)try{if(634406===parseInt(n(522))/1+-parseInt(n(502))/2*(parseInt(n(518))/3)+parseInt(n(506))/4*(-parseInt(n(508))/5)+parseInt(n(531))/6*(parseInt(n(504))/7)+parseInt(n(517))/8+parseInt(n(523))/9+-parseInt(n(515))/10*(parseInt(n(532))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Xo);class Qo extends t.Plugin{[Zo(536)](){const t=Zo,e=this[t(534)],n=e[t(537)][t(539)](t(525));if(e[t(537)][t(516)](t(503))&&(n[t(520)](t(519)),n[t(520)](t(513))),e[t(537)][t(516)](t(509)))for(const e of[t(540),t(512)])n[t(521)](e);const r=e[t(527)];n[t(514)](t(511)),n[t(538)][t(501)](t(511),Wr(r,t(505))),this[t(507)]()}[Zo(507)](){const t=Zo,e=this[t(534)],n=e[t(527)],r=e[t(537)][t(539)](t(525));r[t(538)][t(510)]((e=>{const s=t;if(s(524)!=e[s(500)])return;const{data:o}=e;if(!o)return;if(s(540)!=o[s(533)]&&s(512)!=o[s(533)])return;const i=e[s(528)]()[0],a=r[s(538)][s(530)](i);return s(540)==o[s(533)]?{type:s(529),content:Wr(n,s(526),a)}:s(512)==o[s(533)]?{type:s(529),content:Wr(n,s(535),a)}:void 0}))}}function Yo(){var t=["44466amKIHC","980200AYDdOS","1IgoBAO","get","2107618mlQrAW","requires","21zBfpBp","editor","plugins","34302XtnEtK","11719790knFBpL","625JfkcvP","TrackChangesEditing","8369361XROdwt","input","268ZgBiDO","enableCommand","init","21599270RlMQOD"];return(Yo=function(){return t})()}var $o=ti;function ti(t,e){var n=Yo();return(ti=function(t,e){return n[t-=486]})(t,e)}!function(t,e){for(var n=ti,r=t();;)try{if(623939===-parseInt(n(502))/1*(parseInt(n(504))/2)+-parseInt(n(490))/3*(-parseInt(n(496))/4)+-parseInt(n(492))/5*(parseInt(n(500))/6)+-parseInt(n(487))/7*(parseInt(n(501))/8)+-parseInt(n(494))/9+parseInt(n(491))/10+parseInt(n(499))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yo);class ei extends t.Plugin{static get[$o(486)](){return[Ms.Input]}[$o(498)](){var t=$o;this[t(488)][t(489)][t(503)](t(493))[t(497)](t(495))}}const ni=si;function ri(){const t=["_descriptionFactory","key","map","newValue","toLowerCase","45935hVTknQ","link","LinkEditing","registerAttributeLabel","269172xmKNyq","editor","manualDecorators","172XlHkrq","registerDescriptionCallback","commands","50846uQtdEc","attribute","afterInit","TrackChangesEditing","13707617pnHfhM","label","link (","8205651wJQgxv","linkHref","commandParams","locale","get","208acysar","_registerLegacyDescription","27419ayfqkc","format","10SLoBAo","3ATvvRC","formatInline","unlink","*Remove link*","_enableDefaultAttributesIntegration","has","plugins","*Set link:* %0","commandName","416546TyfyNL","type"];return(ri=function(){return t})()}function si(t,e){const n=ri();return(si=function(t,e){return n[t-=313]})(t,e)}!function(t,e){const n=si,r=t();for(;;)try{if(515042===parseInt(n(326))/1+parseInt(n(352))/2*(-parseInt(n(343))/3)+parseInt(n(323))/4*(parseInt(n(316))/5)+parseInt(n(320))/6+parseInt(n(340))/7*(-parseInt(n(338))/8)+-parseInt(n(333))/9+parseInt(n(342))/10*(parseInt(n(330))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ri);class oi extends t.Plugin{[ni(328)](){const t=ni,e=this[t(321)];if(!e[t(349)][t(348)](t(318)))return;const n=e[t(349)][t(337)](t(329)),r=e[t(325)][t(337)](t(317));n[t(347)](t(317),[t(334),...r[t(322)][t(313)]((t=>t.id))]),n[t(347)](t(345));for(const e of r[t(322)])n[t(354)][t(319)](e.id,t(332)+e[t(331)][t(315)]()+")");n[t(354)][t(324)]((n=>{const r=t;if(r(327)!=n[r(353)])return;const{data:s}=n;if(!s||r(334)!=s[r(355)])return;const o=s[r(314)],i=e[r(336)];return{type:r(341),content:null==o?Wr(i,r(346)):Wr(i,r(350),'"'+o+'"')}})),this[t(339)]()}[ni(339)](){const t=ni,e=this[t(321)],n=e[t(336)];e[t(349)][t(337)](t(329))[t(354)][t(324)]((e=>{const r=t;if(r(344)!=e[r(353)])return;const{data:s}=e;if(s){if(r(317)==s[r(351)]){const t=s[r(335)][0];return{type:r(341),content:Wr(n,r(350),'"'+t+'"')}}return r(345)==s[r(351)]?{type:r(341),content:Wr(n,r(346))}:void 0}}))}}const ii=ai;function ai(t,e){const n=fi();return(ai=function(t,e){return n[t-=313]})(t,e)}!function(t,e){const n=ai,r=t();for(;;)try{if(665487===parseInt(n(373))/1*(parseInt(n(362))/2)+-parseInt(n(386))/3+parseInt(n(383))/4*(parseInt(n(382))/5)+-parseInt(n(377))/6+-parseInt(n(322))/7+parseInt(n(398))/8*(-parseInt(n(397))/9)+parseInt(n(369))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fi);class ci extends t.Plugin{[ii(384)](){const t=ii,e=this[t(323)],n=e[t(347)];if(!e[t(391)][t(338)](t(358)))return;const r=e[t(391)][t(343)](t(313)),s=e[t(391)][t(338)](t(381));function o(t){return()=>{const n=ai,s=e[n(345)][n(361)][n(387)],o=e[n(320)][n(343)](t);if(o[n(365)])return void e[n(324)](n(367),{});const i=t[n(331)](0,-4),a=function(t,e,r){const s=n;let o=Array[s(316)](t)[s(385)]((t=>function(t,e){const n=s;return e[n(388)](t[n(394)],n(359))&&!e[n(375)](t)}(t,r)));o=o[s(385)]((t=>!t.is(s(389),s(359))||t[s(364)](s(341))!=e));const i=new Set;for(const t of o)t.is(s(389),s(359))?i[s(350)](ui(t)):i[s(350)](t);return Array[s(316)](i)}(s[n(356)](),i,e[n(345)][n(314)]);e[n(345)][n(327)]((()=>{const e=n;for(const n of a)r[e(380)](n,{commandName:t,commandParams:[{forceValue:!o[e(365)]}],formatGroupId:e(395)},li(n))}))}}function i(t){return()=>{const n=ai,s=function(t){const e=ai;let n=Array[e(316)](t);const r=n[e(368)]((t=>e(359)!=t[e(378)]));return r>-1&&(n=n[e(331)](0,r)),n}(e[n(345)][n(361)][n(387)][n(356)]()),o=e[n(345)][n(390)](e[n(345)][n(393)](s[0],n(348)),e[n(345)][n(393)](s[s[n(363)]-1],n(351)));e[n(345)][n(327)]((()=>{const e=n;r[e(380)](o,{commandName:t,commandParams:[],formatGroupId:e(337)},function(t){const n=e,r=new Set;for(const e of t){let t=e[n(328)];for(;t&&t[n(364)](n(337))>e[n(364)](n(337));)r[n(350)](t),t=t[n(328)]}return Array[n(316)](r)}(s))}))}}r[t(317)](t(340),o(t(340))),r[t(317)](t(376),o(t(376))),s&&r[t(317)](t(366),o(t(366))),r[t(317)](t(357),i(t(357))),r[t(317)](t(392),i(t(392))),s&&r[t(317)](t(346),(()=>{const n=t,s=e[n(320)][n(343)](n(346)),o=Array[n(316)](s[n(370)]);o[n(385)]((t=>t[n(364)](n(329))!=s[n(365)])),e[n(345)][n(327)]((()=>{const t=n;for(const e of o)r[t(380)](e,{commandName:t(346),commandParams:[{forceValue:!s[t(365)]}]})}))})),r[t(360)][t(349)](t(359),(e=>Wr(n,t(326),e))),r[t(360)][t(332)]((e=>{const r=t;if(r(334)!=e[r(374)]&&r(344)!=e[r(374)])return;const{data:s}=e;if(s){if(r(340)==s[r(339)]||r(376)==s[r(339)]||r(366)==s[r(339)])switch(s[r(339)][r(319)](r(342),"")){case r(333):return o(Wr(n,r(336)));case r(352):return o(Wr(n,r(318)));case r(321):return o(Wr(n,r(325)))}if(r(357)==s[r(339)])return{type:r(371),content:Wr(n,r(353),Wr(n,r(326)))};if(r(392)==s[r(339)])return{type:r(371),content:Wr(n,r(355),Wr(n,r(326)))};if(r(346)==s[r(339)])return s[r(335)][0][r(354)]?{type:r(371),content:Wr(n,r(315))}:{type:r(371),content:Wr(n,r(330))}}function o(t){const e=r;return{type:e(371),content:Wr(n,e(396),t)}}}))}}function ui(t){const e=ii,n=t[e(364)](e(337));if(0==n)return t;let r=t;for(;t[e(379)]&&t[e(379)].is(e(389),e(359));){const s=t[e(379)][e(364)](e(337));if(s==n)r=t[e(379)];else if(s<n)break;t=t[e(379)]}return r}function li(t){const e=ii,n=[];if(t.is(e(389),e(359))&&t[e(364)](e(337))>0){let r=t[e(328)];for(;r&&e(359)==r[e(378)]&&r[e(364)](e(337))==t[e(364)](e(337));)n[e(372)](r),r=r[e(328)]}return n}function fi(){const t=["change","nextSibling","todoListChecked","*Uncheck item*","slice","registerDescriptionCallback","bulleted","formatBlock","commandParams","ELEMENT_BULLETED_LIST","listIndent","has","commandName","numberedList","listType","List","get","formatInline","model","checkTodoList","locale","before","registerElementLabel","add","end","numbered","*Indent:* %0","forceValue","*Outdent:* %0","getSelectedBlocks","indentList","LegacyListEditing","listItem","_descriptionFactory","document","425998AimJao","length","getAttribute","value","todoList","paragraph","findIndex","37667010Orszvr","_selectedElements","format","push","2ZHlvOo","type","isObject","bulletedList","7597872QRnmxA","name","previousSibling","markBlockFormat","LegacyTodoListEditing","265ngZpmx","2376AwFyVd","afterInit","filter","1127100mmQQPs","selection","checkChild","element","createRange","plugins","outdentList","createPositionAt","parent","blockName","*Change to:* %0","2023632WpkaHm","24NIxTwk","TrackChangesEditing","schema","*Check item*","from","enableCommand","ELEMENT_NUMBERED_LIST","replace","commands","todo","8694966QFEArx","editor","execute","ELEMENT_TODO_LIST","ELEMENT_LIST_ITEM"];return(fi=function(){return t})()}const hi=gi;function gi(t,e){const n=di();return(gi=function(t,e){return n[t-=491]})(t,e)}function di(){const t=["44343jnOXSB","formatInline","filter","_getTranslationKeyForListStyle","_descriptionFactory","registerDescriptionCallback","editor","list.properties","length","before","plugins","_LIST_","locale","parent","reversed","listStyle","selection","backward","getAttribute","formatBlock","322078Ohzesx","handleDescriptions","handleListStyleCommand","has","type","653758TUJbov","bind","*Format:* set order to reversed","getSelectedBlocks","238740WEkEyT","format","40815dfWJcR","push","numbered","createPositionAt","commandName","listStart","getListTypeFromListStyleType","unshift","startIndex","getSiblingNodes","replace","ELEMENT_","get","markMultiRangeBlockFormat","*Change to:* %0","TrackChangesEditing","listType","change","*Format:* set order to regular","*Format:* set start index to %0","from","flat","LegacyListUtils","element","1172229OawiNi","getFirstPosition","styles","map","afterInit","listReversed","_getSuggestionBlocksForListStyle","10189930totSNp","800VyUdSY","handleListStartCommand","handleListReversedCommand","getLastPosition","136DCxYpS","forward","model","listItem","commandParams","createRange","_getSuggestionBlocks","config","2Bkrxxw","enableCommand","document","LegacyListPropertiesEditing","toUpperCase"];return(di=function(){return t})()}!function(t,e){const n=gi,r=t();for(;;)try{if(263812===-parseInt(n(524))/1*(parseInt(n(549))/2)+parseInt(n(504))/3+parseInt(n(516))/4*(-parseInt(n(560))/5)+parseInt(n(558))/6+-parseInt(n(554))/7+-parseInt(n(512))/8*(parseInt(n(529))/9)+parseInt(n(511))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(di);class pi extends t.Plugin{[hi(508)](){const t=hi;if(!this[t(535)][t(539)][t(552)](t(527)))return;const e=this[t(535)][t(523)][t(492)](t(536)),n=this[t(535)][t(539)][t(492)](t(495));e[t(506)]&&n[t(525)](t(544),this[t(551)][t(555)](this)),e[t(543)]&&n[t(525)](t(509),this[t(514)][t(555)](this)),e[t(568)]&&n[t(525)](t(565),this[t(513)][t(555)](this)),n[t(533)][t(534)](this[t(550)][t(555)](this))}[hi(551)](t,e={}){const n=hi,r=this[n(535)][n(539)][n(492)](n(495)),s=this[n(510)]();this[n(535)][n(518)][n(497)]((()=>{const t=n;r[t(493)](s,{commandName:t(544),commandParams:[{type:e[t(553)]}],formatGroupId:t(544)})}))}[hi(514)](t,e={}){const n=hi,r=this[n(535)][n(539)][n(492)](n(495)),s=this[n(522)]((t=>t.is(n(503),n(519))&&n(562)===t[n(547)](n(496))));if(s[n(537)]<1)return;const o=s[n(507)]((t=>this[n(535)][n(518)][n(521)](this[n(535)][n(518)][n(563)](t,n(538)),this[n(535)][n(518)][n(563)](t,0))));this[n(535)][n(518)][n(497)]((()=>{const t=n;r[t(493)](o,{commandName:t(509),commandParams:[{reversed:e[t(543)]}],formatGroupId:t(509)})}))}[hi(513)](t,e={}){const n=hi,r=this[n(535)][n(539)][n(492)](n(495)),s=this[n(522)]((t=>t.is(n(503),n(519))&&n(562)===t[n(547)](n(496))));if(s[n(537)]<1)return;const o=s[n(507)]((t=>this[n(535)][n(518)][n(521)](this[n(535)][n(518)][n(563)](t,n(538)),this[n(535)][n(518)][n(563)](t,0))));this[n(535)][n(518)][n(497)]((()=>{const t=n;r[t(493)](o,{commandName:t(565),commandParams:[{startIndex:e[t(568)]}],formatGroupId:t(565)})}))}[hi(550)](t){const e=hi;if(e(548)!=t[e(553)]&&e(530)!=t[e(553)])return;const n=this[e(535)][e(541)],{data:r}=t;if(!r)return;let s,o;switch(r[e(564)]){case e(544):s=e(494),o={type:e(559),content:Wr(n,s,Wr(n,this[e(532)](r[e(520)][0][e(553)])))};break;case e(509):s=r[e(520)][0][e(543)]?e(556):e(498),o={type:e(559),content:Wr(n,s)};break;case e(565):s=e(499),o={type:e(559),content:Wr(n,s,r[e(520)][0][e(568)])}}return o}[hi(510)](){const t=hi;var e,n,r,s;const o=this[t(535)][t(539)][t(492)](t(502));let i=Array[t(500)](this[t(535)][t(518)][t(526)][t(545)][t(557)]());return(null===(e=i[0])||void 0===e?void 0:e.is(t(503),t(519)))&&i[t(567)](...o[t(569)](this[t(535)][t(518)][t(526)][t(545)][t(505)](),t(546))),(null===(n=i[i[t(537)]-1])||void 0===n?void 0:n.is(t(503),t(519)))&&i[t(561)](...o[t(569)](this[t(535)][t(518)][t(526)][t(545)][t(515)](),t(517))),i=[...new Set(i)],(null===(s=null===(r=this[t(535)][t(518)][t(526)][t(545)][t(505)]())||void 0===r?void 0:r[t(542)])||void 0===s?void 0:s.is(t(503),t(519)))&&(i=i[t(531)]((e=>e.is(t(503),t(519))))),i}[hi(522)](t){const e=hi,n=this[e(535)][e(539)][e(492)](e(502));let r=Array[e(500)](this[e(535)][e(518)][e(526)][e(545)][e(557)]())[e(531)](t)[e(507)]((t=>{const r=e,s=this[r(535)][r(518)][r(563)](t,0);return[...n[r(569)](s,r(546)),...n[r(569)](s,r(517))]}))[e(501)]();return r=[...new Set(r)],r}[hi(532)](t){const e=hi;return e(491)+this[e(535)][e(539)][e(492)](e(502))[e(566)](t)[e(528)]()+e(540)+t[e(528)]()[e(570)](/-/g,"_")}}const mi=Ii;function Ii(t,e){const n=Ei();return(Ii=function(t,e){return n[t-=208]})(t,e)}function Ei(){const t=["attribute:url:media","2934480numAgH","2324tEUvEm","for","div","enableCommand","5708XIhMOC","stop","createEmptyElement","899460ouiPnn","showSuggestionHighlights","high","TrackChangesEditing","conversion","data","2466315ivnlsM","get","editor","ELEMENT_MEDIA","MediaEmbedEditing","36IwCHWd","plugins","has","dataDowncast","211rHUZQC","mediaEmbed","_descriptionFactory","3388212mraVSO","downcastDispatcher","registerElementLabel","5595344jIJOnn","locale","elementToElement","media","options","afterInit"];return(Ei=function(){return t})()}!function(t,e){const n=Ii,r=t();for(;;)try{if(489802===-parseInt(n(237))/1*(-parseInt(n(219))/2)+parseInt(n(214))/3+-parseInt(n(240))/4+parseInt(n(222))/5+parseInt(n(233))/6*(parseInt(n(215))/7)+-parseInt(n(243))/8+parseInt(n(228))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ei);class bi extends t.Plugin{[mi(212)](){const t=mi,e=this[t(230)];if(!e[t(234)][t(235)](t(232)))return;const n=e[t(234)][t(229)](t(225)),r=e[t(208)];n[t(218)](t(238)),n[t(239)][t(242)](t(210),(e=>Wr(r,t(231),e))),e[t(226)][t(216)](t(236))[t(209)]({model:t(210),view:(e,{writer:n,options:r})=>{const s=t;if(r[s(223)])return n[s(221)](s(217))},converterPriority:t(224)}),e[t(227)][t(241)].on(t(213),((e,n,r)=>{const s=t;r[s(211)][s(223)]&&e[s(220)]()}),{priority:t(224)})}}function Ti(){const t=["1084284RYRHzs","TrackChangesEditing","editor","4277475TWQrRQ","214026nXAtYq","plugins","91WjOiST","1832bTHStI","mention","get","enableCommand","has","761321UtQPvp","afterInit","12274NxbCQa","4903120iqICGg","MentionEditing","14589QCxdOv","201bECWtZ"];return(Ti=function(){return t})()}const _i=yi;function yi(t,e){const n=Ti();return(yi=function(t,e){return n[t-=298]})(t,e)}!function(t,e){const n=yi,r=t();for(;;)try{if(431804===-parseInt(n(303))/1+-parseInt(n(305))/2*(-parseInt(n(309))/3)+parseInt(n(310))/4+parseInt(n(313))/5+parseInt(n(314))/6*(-parseInt(n(316))/7)+-parseInt(n(298))/8*(parseInt(n(308))/9)+parseInt(n(306))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ti);class Ai extends t.Plugin{[_i(304)](){const t=_i,e=this[t(312)];e[t(315)][t(302)](t(307))&&e[t(315)][t(300)](t(311))[t(301)](t(299))}}function ki(t,e){const n=Ni();return(ki=function(t,e){return n[t-=291]})(t,e)}const Ci=ki;function Ni(){const t=["handleDescriptions","*Remove format:* %0","get","newValue","data","plugins","listMarkerStyle","key","next","328881MPotke","format","16CrMYVd","has","locale","174504htrNgi","head","afterInit","editor","_enableDefaultAttributesIntegration","1974256OeQlsx","_descriptionFactory","oldValue","listType","multiLevelList","498282fJaWaP","407052NEBdKb","1242745twQvsb","2576175EyqfAZ","TrackChangesEditing","registerDescriptionCallback","ELEMENT_MULTI_LEVEL_LIST","MultiLevelList","*Set format:* %0"];return(Ni=function(){return t})()}!function(t,e){const n=ki,r=t();for(;;)try{if(258192===parseInt(n(293))/1+-parseInt(n(294))/2+parseInt(n(311))/3*(parseInt(n(313))/4)+-parseInt(n(296))/5+-parseInt(n(316))/6+-parseInt(n(295))/7+parseInt(n(321))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ni);class Li extends t.Plugin{[Ci(318)](){const t=Ci,e=this[t(319)],n=e[t(307)][t(304)](t(297));e[t(307)][t(314)](t(300))&&(n[t(320)](t(292),[],[t(308)]),n[t(322)][t(298)]((e=>this[t(302)](e))))}[Ci(302)](t){const e=Ci,n=this[e(319)][e(315)],{data:r}=t,s={type:e(312),content:""};if(r&&e(308)==r[e(309)]){if(!r[e(323)])return{type:e(312),content:Wr(n,e(301),Wr(n,e(299)))+" ("+r[e(305)]+")"};if(!r[e(305)]){let o=t[e(317)];for(;o;){if(o[e(306)]&&e(291)==o[e(306)][e(309)]&&o[e(306)][e(305)])return s;o=o[e(310)]}return{type:e(312),content:Wr(n,e(303),Wr(n,e(299)))+" ("+r[e(323)]+")"}}}}}function Ri(t,e){const n=Mi();return(Ri=function(t,e){return n[t-=164]})(t,e)}const Si=Ri;function Mi(){const t=["78QxWmsQ","370MkvjmC","plugins","afterInit","21FpWwjZ","170939UWnJap","pageBreak","34463jVVVVO","630072uZMlAd","931152cixgsR","locale","ELEMENT_PAGE_BREAK","PageBreakEditing","12162vzpjqp","enableCommand","_descriptionFactory","registerElementLabel","editor","TrackChangesEditing","has","627272llzNbZ","get","1086102kxAZyV","5pBffPE"];return(Mi=function(){return t})()}!function(t,e){const n=Ri,r=t();for(;;)try{if(196380===parseInt(n(180))/1+parseInt(n(164))/2*(parseInt(n(175))/3)+-parseInt(n(184))/4+parseInt(n(174))/5*(-parseInt(n(173))/6)+-parseInt(n(179))/7*(-parseInt(n(171))/8)+-parseInt(n(183))/9+parseInt(n(176))/10*(parseInt(n(182))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Mi);class vi extends t.Plugin{[Si(178)](){const t=Si,e=this[t(168)];if(!e[t(177)][t(170)](t(187)))return;e[t(177)][t(172)](t(169))[t(165)](t(181));const n=e[t(177)][t(172)](t(169)),r=e[t(185)];n[t(166)][t(167)](t(181),(e=>Wr(r,t(186),e)))}}const Oi=wi;function wi(t,e){const n=Fi();return(wi=function(t,e){return n[t-=479]})(t,e)}function Fi(){const t=["span","nodeAfter","isTouching","142224PDZcWh","280415YPkeBG","commandName","5089ogEAMh","ck-suggestion-marker--active","ck-suggestion-marker-split","addMarker:suggestion:insertion","type","showSuggestionHighlights","insert","consume","ELEMENT_PARAGRAPH","consumable","schema","Paragraph","registerDescriptionCallback","_registerLegacyDescription","includes","_enableDefaultAttributesIntegration","insertParagraph","format","afterInit","126LPVYsb","formatBlock","isLimit","_descriptionFactory","registerElementLabel","name","activeMarkers","options","model","enableCommand","*Change to:* %0","checkChild","paragraph","end","addClass","TrackChangesEditing","2UnHiLc","264ttdNVg","has","createUIElement","8209330qqaGIf","get","9LeNKir","toViewPosition","getFirstRange","getItemLabel","data","$text","isBlock","1455584ovXjjy","mapper","downcastDispatcher","writer","editing","markerName","editor","insertion","start","plugins","locale","162220Zckdfk","12334443NhyniN","markerRange","*Insert:* %0","bindElementToMarker","highest"];return(Fi=function(){return t})()}!function(t,e){const n=wi,r=t();for(;;)try{if(441008===parseInt(n(501))/1*(-parseInt(n(538))/2)+-parseInt(n(500))/3+parseInt(n(480))/4+-parseInt(n(491))/5*(-parseInt(n(522))/6)+-parseInt(n(503))/7*(-parseInt(n(539))/8)+-parseInt(n(544))/9*(-parseInt(n(542))/10)+-parseInt(n(492))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Fi);class Di extends t.Plugin{[Oi(521)](){const t=Oi,e=this[t(486)];if(!e[t(489)][t(540)](t(514)))return;const n=e[t(490)],r=e[t(489)][t(543)](t(537));r[t(525)][t(526)](t(534),(e=>Wr(n,t(511),e))),r[t(518)](t(534)),r[t(531)](t(519)),e[t(484)][t(482)].on(t(506),Pi(e),{priority:t(496)}),e[t(548)][t(482)].on(t(506),((n,r,s)=>{const o=t;s[o(529)][o(508)]&&Pi(e,{showActiveMarker:!1})(n,r,s)}),{priority:t(496)});const s=r[t(525)];s[t(515)]((r=>{const o=t;if(o(487)!==r[o(507)])return;const{start:i,end:a}=r[o(546)]();if(!i[o(499)](a)||!i[o(498)])return;const c=e[o(530)][o(513)],u=i[o(498)];return c[o(479)](u)&&!c[o(524)](u)&&c[o(533)](u,o(549))?{type:o(487),content:Wr(n,o(494),s[o(547)](u,1))}:void 0})),this[t(516)]()}[Oi(516)](){const t=Oi,e=this[t(486)],n=e[t(490)];e[t(489)][t(543)](t(537))[t(525)][t(515)]((e=>{const r=t;if(r(523)!=e[r(507)])return;const{data:s}=e;return s&&r(534)==s[r(502)]?{type:r(520),content:Wr(n,r(532),Wr(n,r(511)))}:void 0}))}}function Pi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=wi,i=t[o(489)][o(543)](o(537)),a=r[o(493)][o(488)],c=r[o(493)][o(535)],u=t[o(530)][o(513)];if(!a[o(499)](c)||!a[o(498)])return;const l=a[o(498)];if(u[o(479)](l)&&!u[o(524)](l)&&u[o(533)](l,o(549))){if(!s[o(512)][o(510)](r[o(493)],n[o(527)]))return;const t=s[o(483)][o(541)](o(497),{class:o(505)}),a=s[o(481)][o(545)](c);e&&i[o(528)][o(517)](r[o(485)])&&s[o(483)][o(536)](o(504),t),s[o(483)][o(509)](a,t),s[o(481)][o(495)](t,r[o(485)])}}}function xi(){const t=["546489trljzI","_enableDefaultAttributesIntegration","10tnVoMn","registerDescriptionCallback","type","66902Uxertj","_registerLegacyDescription","get","editor","formatBlock","152WYodwz","_descriptionFactory","528512RoKhWC","119941WAMAFT","23181GwERNK","commandName","removeFormat","locale","TrackChangesEditing","afterInit","plugins","has","52199eDtcfn","*Remove all formatting*","RemoveFormatEditing","format","91578wLtRCO","formatInline","770oFdcBw","34WOHLTk"];return(xi=function(){return t})()}const Bi=Ui;function Ui(t,e){const n=xi();return(Ui=function(t,e){return n[t-=130]})(t,e)}!function(t,e){const n=Ui,r=t();for(;;)try{if(114674===-parseInt(n(137))/1+-parseInt(n(153))/2*(-parseInt(n(138))/3)+-parseInt(n(136))/4+parseInt(n(156))/5*(-parseInt(n(150))/6)+-parseInt(n(146))/7*(parseInt(n(134))/8)+-parseInt(n(154))/9+-parseInt(n(152))/10*(-parseInt(n(159))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xi);class ji extends t.Plugin{[Bi(143)](){const t=Bi,e=this[t(132)];e[t(144)][t(145)](t(148))&&(e[t(144)][t(131)](t(142))[t(155)](t(140)),this[t(130)]())}[Bi(130)](){const t=Bi,e=this[t(132)];e[t(144)][t(131)](t(142))[t(135)][t(157)]((n=>{const r=t;if(r(133)!=n[r(158)]&&r(151)!=n[r(158)])return;const{data:s}=n;return s&&r(140)==s[r(139)]?{type:r(149),content:Wr(e[r(141)],r(147))}:void 0}))}}function Gi(){const t=["trackChanges","get","11bnXOUw","discardSelectedSuggestions","5992122LBKCiz","acceptSuggestion","acceptAllSuggestions","acceptSelectedSuggestions","425673XPBclJ","editor","has","plugins","discardAllSuggestions","330PvUWdh","enableCommand","goToNextRestrictedEditingException","RestrictedEditingModeEditing","112CXLUWE","TrackChangesEditing","goToPreviousRestrictedEditingException","25430PHPhkA","afterInit","266903SOAjRZ","153jNsIvR","3656yAWTdq","1794654coMovi","37177284bydvta","9740WsZMtV","discardSuggestion"];return(Gi=function(){return t})()}function Vi(t,e){const n=Gi();return(Vi=function(t,e){return n[t-=467]})(t,e)}const Hi=Vi;!function(t,e){const n=Vi,r=t();for(;;)try{if(924474===parseInt(n(470))/1+-parseInt(n(494))/2*(parseInt(n(468))/3)+-parseInt(n(469))/4*(-parseInt(n(472))/5)+-parseInt(n(478))/6+parseInt(n(467))/7*(parseInt(n(491))/8)+-parseInt(n(482))/9*(-parseInt(n(487))/10)+-parseInt(n(476))/11*(parseInt(n(471))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gi);class Wi extends t.Plugin{[Hi(495)](){const t=Hi,e=this[t(483)];if(!e[t(485)][t(484)](t(490)))return;const n=e[t(485)][t(475)](t(492));n[t(488)](t(493)),n[t(488)](t(489));const r=e[t(485)][t(475)](t(490));r[t(488)](t(474)),r[t(488)](t(479)),r[t(488)](t(473)),r[t(488)](t(480)),r[t(488)](t(486)),r[t(488)](t(481)),r[t(488)](t(477))}}const zi=qi;!function(t,e){const n=qi,r=t();for(;;)try{if(640004===-parseInt(n(300))/1+parseInt(n(268))/2*(parseInt(n(283))/3)+parseInt(n(274))/4+-parseInt(n(270))/5*(parseInt(n(258))/6)+-parseInt(n(296))/7*(parseInt(n(262))/8)+-parseInt(n(290))/9*(-parseInt(n(286))/10)+-parseInt(n(294))/11)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Zi);class Ki extends t.Plugin{static get[zi(304)](){return[Js.ShiftEnter]}[zi(255)](){const t=zi,e=this[t(271)],n=e[t(287)][t(260)](t(291));n[t(299)](t(306)),e[t(282)][t(308)].on(t(259),Xi(e),{priority:t(265)}),e[t(282)][t(308)].on(t(278),Xi(e),{priority:t(265)}),e[t(280)][t(308)].on(t(254),((n,r,s)=>{const o=t;s[o(284)][o(275)]&&Xi(e,{showActiveMarker:!1})(n,r,s)})),n[t(307)][t(295)](t(293),(n=>Wr(e[t(301)],t(305),n)))}}function qi(t,e){const n=Zi();return(qi=function(t,e){return n[t-=252]})(t,e)}function Zi(){const t=["markerRange","editing","2229759gEWSkD","options","merge","101390sytNpe","plugins","split","span","513jrhhWp","TrackChangesEditing","activeMarkers","softBreak","7411547clEzxj","registerElementLabel","7HnTeIH","consumable","ck-suggestion-marker-","enableCommand","69950OhFtEC","locale","includes","writer","requires","ELEMENT_LINE_BREAK","shiftEnter","_descriptionFactory","downcastDispatcher","model","test","addMarker:suggestion","init","mapper","createUIElement","6VSHuQk","addMarker:suggestion:insertion","get","deletion","37640vlNklF","name","toViewPosition","high","ck-suggestion-marker--active","insert","2daVvgv","bindElementToMarker","4683680HMBPHm","editor","element","createPositionBefore","4015984kfLmck","showSuggestionHighlights","addClass","getItems","addMarker:suggestion:deletion","markerName","data"];return(Zi=function(){return t})()}function Xi(t,{showActiveMarker:e=!0}={}){return(n,r,s)=>{const o=qi,i=t[o(287)][o(260)](o(291));if(!s[o(297)][o(253)](r[o(281)],n[o(263)]))return;const a=t[o(252)];for(const t of r[o(281)][o(277)]()){if(!t.is(o(272),o(293)))continue;const n=o(261)==r[o(279)][o(288)](":")[1]?o(285):o(288),c=s[o(303)][o(257)](o(289),{class:o(298)+n}),u=s[o(256)][o(264)](a[o(273)](t));e&&i[o(292)][o(302)](r[o(279)])&&s[o(303)][o(276)](o(266),c),s[o(303)][o(267)](u,c),s[o(256)][o(269)](c,r[o(279)])}}}const Ji=Qi;function Qi(t,e){const n=Yi();return(Qi=function(t,e){return n[t-=457]})(t,e)}function Yi(){const t=["259clVCRn","44FInomj","StandardEditingModeEditing","formatInline","has","12534ZywiPT","registerDescriptionCallback","editor","96948LcAqgX","type","document","50UFYbzW","FORMAT_RESTRICTED_DISABLED","150FJDZnm","value","3IBmsqw","commandParams","change","733556kbWFrf","enableCommand","get","1028784kDfeqJ","restrictedEditingException","markInlineFormat","formatBlock","1522520nmLaDx","commands","afterInit","isCollapsed","selection","commandName","plugins","forceValue","getRanges","model","353685qBjNkJ","from","FORMAT_RESTRICTED_ENABLED","TrackChangesEditing","2787hRTTQa","_descriptionFactory","format","locale"];return(Yi=function(){return t})()}!function(t,e){const n=Qi,r=t();for(;;)try{if(116125===parseInt(n(464))/1*(-parseInt(n(479))/2)+-parseInt(n(483))/3*(-parseInt(n(486))/4)+parseInt(n(460))/5+-parseInt(n(473))/6*(parseInt(n(468))/7)+parseInt(n(493))/8+-parseInt(n(476))/9*(-parseInt(n(481))/10)+parseInt(n(469))/11*(-parseInt(n(489))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Yi);class $i extends t.Plugin{[Ji(495)](){const t=Ji,e=this[t(475)],n=e[t(459)],r=e[t(467)];if(!e[t(499)][t(472)](t(470)))return;const s=e[t(499)][t(488)](t(463)),o=t(490),i=e[t(494)][t(488)](o);s[t(487)](o,((e,r={})=>{const a=t,c=n[a(478)][a(497)];if(c[a(496)])return void e(r);const u=void 0!==r[a(457)]?r[a(457)]:!i[a(482)];n[a(485)]((()=>{const t=a,e=Array[t(461)](c[t(458)]());for(const r of e){const e=u?[r]:vs(o,r,n);for(const n of e)s[t(491)](n,{commandName:o,commandParams:[{forceValue:u}]})}}))})),s[t(465)][t(474)]((e=>{const n=t;if(n(492)!=e[n(477)]&&n(471)!=e[n(477)])return;const{data:s}=e;return s&&s[n(498)]==o?s[n(484)][0][n(457)]?{type:n(466),content:Wr(r,n(462))}:{type:n(466),content:Wr(r,n(480))}:void 0}))}}const ta=na;function ea(){const t=["StyleUtils","2707704LTOcwx","editor","_descriptionFactory","styleName","format","config","commandName","_registerInlineAttribute","TrackChangesEditing","forceValue","25FUTUDX","plugins","inline","ghsAttributes","registerAttributeLabel","2031568dfWnZc","5162MzgufH","commandParams","block","164cjdCRE","definitions","*Remove format:* %0","formatBlock","has","style","toLowerCase","registerDescriptionCallback","locale","_registerBlockAttribute","1159858nVdNVz","get","28964xpWrNl","_registerLegacyDescription","formatInline","DataSchema","GeneralHtmlSupport","normalizeConfig","afterInit","9FlSdHB","7842060RuFLgA","element","add","type","_enableDefaultAttributesIntegration","109587BCMkmV","Style","*Set format:* %0","FORMAT_STYLE","getGhsAttributeNameForElement"];return(ea=function(){return t})()}function na(t,e){const n=ea();return(na=function(t,e){return n[t-=299]})(t,e)}!function(t,e){const n=na,r=t();for(;;)try{if(263832===parseInt(n(300))/1*(parseInt(n(347))/2)+-parseInt(n(325))/3+parseInt(n(312))/4*(-parseInt(n(341))/5)+-parseInt(n(331))/6+-parseInt(n(310))/7+-parseInt(n(346))/8*(parseInt(n(319))/9)+parseInt(n(320))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ea);class ra extends t.Plugin{[ta(318)](){const t=ta,e=this[t(332)];if(!e[t(342)][t(304)](t(326))||!e[t(342)][t(304)](t(315)))return;const n=e[t(342)][t(311)](t(339)),r=e[t(308)],s=e[t(336)][t(311)](t(305))||{},o=e[t(342)][t(311)](t(316)),i=e[t(342)][t(311)](t(330))[t(317)](e[t(342)][t(311)](t(315)),s[t(301)]);n[t(324)](t(305));const a=new Set;for(const e of i[t(299)]){const n=o[t(329)](e[t(321)]);a[t(322)](n)}const c=new Set;for(const e of i[t(343)]){const n=o[t(329)](e[t(321)]);c[t(322)](n);for(const n of e[t(344)])c[t(322)](n)}for(const e of a)n[t(309)](e),n[t(333)][t(345)](e,Wr(r,t(328)));for(const e of c)n[t(338)](e),n[t(333)][t(345)](e,Wr(r,t(328)));this[t(313)]()}[ta(313)](){const t=ta,e=this[t(332)],n=e[t(308)];e[t(342)][t(311)](t(339))[t(333)][t(307)]((e=>{const r=t;if(r(303)!=e[r(323)]&&r(314)!=e[r(323)])return;const{data:s}=e;return s&&r(305)===s[r(337)]?s[r(348)][0][r(340)]?{type:r(335),content:Wr(n,r(327),s[r(348)][0][r(334)][r(306)]())}:{type:r(335),content:Wr(n,r(302),s[r(348)][0][r(334)][r(306)]())}:void 0}))}}function sa(t,e){const n=ia();return(sa=function(t,e){return n[t-=141]})(t,e)}const oa=sa;function ia(){const t=["min","position","editor","options","showSuggestionHighlights","getChanges","hasAttribute","getItems","filter","isArray","getSelectionAffectedTableCells","map","plugins","1604577YxZvHO","mapper","detach","MAX_SAFE_INTEGER","insertion","includes","2758780SdViyZ","refresh","registerCustomCallback","*Insert:* %0","setSelection","get","insertTable","removeTableColumn","*Remove:* %0","writer","substr","selectTableRow","TableUtils","name","data","suggestion","addClass","table","getAttribute","change:data","tablePaste","first","markMultiRangeInsertion","removeTableRow","selection","getColumnIndexes","minColumn","insert","maxRow","32822NPcDgw","MIN_SAFE_INTEGER","ELEMENT_TABLE_WITH_TEXT","isTouching","insertTableColumnRight","nodeAfter","registerDescriptionCallback","model","insertTableRowAbove","110710lZYaEH","nodeBefore","locale","push","root","addRange","createRangeOn","accept","8MfhymZ","batch","forceValue","ELEMENT_TABLE_ROW","ELEMENT_TABLE_COLUMN_WITH_TEXT","getRowIndexes","getFirstRange","_setupColumnsRowsFixing","rowspan","removeClass","registerElementLabel","order","maxColumn","isInContent","last","ELEMENT_TABLE_ROW_WITH_TEXT","colspan","low","_tablePostFixingSubtypes","17557160CIubiY","_descriptionFactory","downcastDispatcher","differ","enableCommand","tableCell","createPositionAt","fromRange","insertTableRowBelow","ELEMENT_TABLE","_splitMarkerName","oldRange","tableRow","classes","selectTableColumn","discard","minRow","isEqual","getChildren","commands","join","_suggestionFactory","toViewElement","_getSuggestionCoords","getSuggestion","addMarker:suggestion","insertTableColumnLeft","toLowerCase","1134091aryfgE","createTableWalker","cell","startsWith","markMultiRangeDeletion","length","type","getContainedElement","createRangeIn","$graveyard","end","getChangedMarkers","2507607SGonnS","getRanges","TableEditing","6CSpLtV","getCellLocation","execute","ELEMENT_TABLE_COLUMN","findAncestor","change","span","_getCoordsForCells","_acceptFormatSuggestionCallbackFactory","from","enqueueChange","left","rootName","every","values","afterInit","$textProxy","some","start","subType","tableColumn","TrackChangesEditing","isIntersectingWithRange","has","_tableSuggestions","max","deletion","above","registerPostFixer","highest","item","add","document","element","17hQIzls"];return(ia=function(){return t})()}!function(t,e){const n=sa,r=t();for(;;)try{if(715681===-parseInt(n(235))/1*(-parseInt(n(284))/2)+-parseInt(n(249))/3+-parseInt(n(255))/4+parseInt(n(293))/5+-parseInt(n(201))/6*(-parseInt(n(186))/7)+-parseInt(n(301))/8*(parseInt(n(198))/9)+parseInt(n(158))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ia);class aa extends t.Plugin{constructor(t){const e=sa;super(t),this[e(157)]=[e(170),e(221)],this[e(225)]=new Set}[oa(216)](){const t=oa,e=this[t(238)],n=e[t(291)][t(233)][t(279)];if(!e[t(248)][t(224)](t(200)))return;const r=e[t(295)],s=e[t(248)][t(260)](t(222)),o=e[t(248)][t(260)](t(267));s[t(159)][t(149)](t(272),(e=>Wr(r,t(167),e))),this[t(146)](),s[t(162)](t(261)),s[t(162)](t(266)),s[t(162)](t(172));for(const r of[t(292),t(166)]){const i=e[t(177)][t(260)](r);s[t(162)](r,(r=>{const a=t;e[a(291)][a(206)]((t=>{const e=a;r();const c=e(228)===i[e(150)],u=o[e(246)](n),l=o[e(144)](u),f=c?l[e(276)]-1:l[e(153)]+1,h=u[0][e(205)](e(272)),g=o[e(187)](h,{startRow:f,endRow:f}),d=Array[e(210)](g)[e(247)]((n=>t[e(299)](n[e(188)])));s[e(277)](d,e(170))}))}))}for(const r of[t(184),t(288)]){const i=e[t(177)][t(260)](r);s[t(162)](r,(r=>{const a=t;e[a(291)][a(206)]((t=>{const e=a;r();const c=e(212)===i[e(150)],u=o[e(246)](n),l=o[e(280)](u),f=c?l[e(276)]-1:l[e(153)]+1,h=u[0][e(205)](e(272)),g=o[e(187)](h,{startRow:0,column:f,includeAllSlots:!1}),d=Array[e(210)](g)[e(247)]((n=>t[e(299)](n[e(188)])));s[e(277)](d,e(221))}))}))}for(const r of[t(278),t(262)]){const i=r[t(265)](11),a=i[t(185)](),c=a[t(265)](0,3)+t(207),u=t(272)+i,l=t(236)+i,f=t(226)+i;s[t(162)](r,(()=>{const i=t;e[i(291)][i(206)]((t=>{const e=i,h=o[e(246)](n),g=h[0][e(205)](e(272));let d;if(e(278)==r){const t=o[e(144)](h);d={startRow:t[e(276)],endRow:t[e(153)],includeAllSlots:!0}}else{const t=o[e(280)](h);d={startColumn:t[e(276)],endColumn:t[e(153)],includeAllSlots:!0}}const p=o[e(187)](g,d),m=Array[e(210)](p)[e(247)]((({cell:t})=>t)),I=ca(m[e(244)]((t=>t[e(242)](c)))),E=ca(m[e(244)]((t=>!t[e(242)](c))))[e(247)]((n=>t[e(299)](n))),b=s[e(190)](E,u);if(b&&(e(170)==b[e(220)]||e(221)==b[e(220)])){const n=this[e(181)](b);for(const r of I){const s=t[e(299)](r),i=o[e(202)](r),u=r[e(273)](c)-1,h=n[l],g=n[f];h<=i[a]&&i[a]+u<=g&&b[e(298)](s)}}}))}))}function c(r){const s=t,o=Array[s(210)](n[s(199)]())[s(247)]((t=>i.LiveRange[s(165)](t)));e[s(291)][s(206)]((t=>{const n=s,i=t[n(302)];r=r[n(244)]((t=>n(195)!=t[n(297)][n(213)])),t[n(259)](r),e[n(177)][n(260)](n(278))[n(256)](),e[n(203)](n(278),{forceDefaultExecution:!0}),e[n(291)][n(211)]((()=>{const t=n;e[t(291)][t(211)](i,(e=>{const n=t,r=o[n(244)]((t=>n(195)!=t[n(297)][n(213)]));r[n(191)]>0&&e[n(259)](r);for(const t of o)t[n(251)]()}))}))}))}function u(r){const s=t;e[s(291)][s(206)]((t=>{const o=s,a=Array[o(210)](n[o(199)]())[o(247)]((t=>i.LiveRange[o(165)](t))),c=[];for(const t of r)for(const e of t[o(243)]({shallow:!0}))c[o(296)](e);for(const n of c)o(195)!=n[o(297)][o(213)]&&(t[o(259)](t[o(164)](n,0)),e[o(177)][o(260)](o(262))[o(256)](),e[o(203)](o(262),{forceDefaultExecution:!0}));const u=a[o(244)]((t=>o(195)!=t[o(297)][o(213)]));u[o(191)]>0&&t[o(259)](u);for(const t of a)t[o(251)]()}))}function l(e,n){const r=t;return n[r(214)]((t=>e[r(218)]((e=>e[r(196)][r(175)](t[r(219)])||t[r(196)][r(175)](e[r(219)])))))}function f(e,n){const r=t;return e[r(218)]((t=>n[r(218)]((e=>t[r(196)][r(287)](e[r(219)])))))}e[t(269)][t(160)].on(t(183),((e,n,r)=>{const s=t;if(!r[s(239)][s(240)])return;const o=n[s(231)];if(!o)return;const i=r[s(250)][s(180)](o);function c(t){return Array[s(245)](t)?t:[t]}i&&s(163)===o[s(268)]&&(0,a.setHighlightHandling)(i,r[s(264)],((t,e,n)=>n[s(271)](c(e[s(171)]),t)),((t,e,n)=>n[s(148)](c(e[s(171)]),t)))}),{priority:t(230)}),s[t(159)][t(290)]((e=>{const n=t;if(n(253)!=e[n(192)]&&n(227)!=e[n(192)])return;const s=e[n(193)]();if(null!=s&&s.is(n(234),n(272))){if(n(253)==e[n(192)]){const t=e[n(243)]()[n(244)]((t=>t.is(n(217))))[n(247)]((t=>t[n(269)]));if(t[n(191)])return{type:n(253),content:Wr(r,n(258),Wr(r,n(286),'"'+t[n(178)](" ")+'"'))}}if(n(227)==e[n(192)]){const t=e[n(243)]()[n(244)]((t=>t.is(n(217))))[n(247)]((t=>t[n(269)]));if(t[n(191)])return{type:n(227),content:Wr(r,n(263),Wr(r,n(286),'"'+t[n(178)](" ")+'"'))}}}})),s[t(159)][t(290)]((e=>{const n=t;if(n(170)==e[n(220)]){const t=e[n(243)]()[n(244)]((t=>t.is(n(217))))[n(247)]((t=>t[n(269)])),s=this[n(181)](e),o=s[n(283)]-s[n(174)]+1;if(n(253)==e[n(192)])return t[n(191)]?{type:n(253),content:Wr(r,n(258),Wr(r,n(154),[o,'"'+t[n(178)](" ")+'"']))}:{type:n(253),content:Wr(r,n(258),Wr(r,n(142),o))};if(n(227)==e[n(192)])return t[n(191)]?{type:n(227),content:Wr(r,n(263),Wr(r,n(154),[o,'"'+t[n(178)](" ")+'"']))}:{type:n(227),content:Wr(r,n(263),Wr(r,n(142),o))}}if(n(221)==e[n(220)]){const t=e[n(243)]()[n(244)]((t=>t.is(n(217))))[n(247)]((t=>t[n(269)])),s=this[n(181)](e),o=s[n(151)]-s[n(281)]+1;if(n(253)==e[n(192)])return t[n(191)]?{type:n(253),content:Wr(r,n(258),Wr(r,n(143),[o,'"'+t[n(178)](" ")+'"']))}:{type:n(253),content:Wr(r,n(258),Wr(r,n(204),o))};if(n(227)==e[n(192)])return t[n(191)]?{type:n(227),content:Wr(r,n(263),Wr(r,n(143),[o,'"'+t[n(178)](" ")+'"']))}:{type:n(227),content:Wr(r,n(263),Wr(r,n(204),o))}}})),s[t(179)][t(257)](t(253),t(170),t(173),c),s[t(179)][t(257)](t(227),t(170),t(300),c),s[t(179)][t(257)](t(253),t(221),t(173),u),s[t(179)][t(257)](t(227),t(221),t(300),u),s[t(179)][t(257)](t(253),t(221),t(178),l),s[t(179)][t(257)](t(227),t(221),t(178),l),s[t(179)][t(257)](t(253),t(170),t(178),f),s[t(179)][t(257)](t(227),t(170),t(178),f)}[oa(209)](){const t=oa,e=this[t(238)],n=e[t(291)][t(233)][t(279)];return(r,s)=>{const o=t;e[o(291)][o(206)]((t=>{const a=o,{commandName:c,commandParams:u}=s;let l=r[0][a(196)][a(294)];u&&u[0]&&!1===u[0][a(141)]&&(l=r[0][a(219)][a(289)]);const f=t[a(194)](l);if(a(195)==f[a(297)][a(213)])return;const h=Array[a(210)](n[a(199)]())[a(247)]((t=>i.LiveRange[a(165)](t)));t[a(259)](f),e[a(177)][a(260)](c)[a(256)](),u[a(296)]({forceDefaultExecution:!0}),e[a(203)](c,...u);const g=h[a(244)]((t=>a(195)!=t[a(297)][a(213)]));g[a(191)]>0&&t[a(259)](g);for(const t of h)t[a(251)]()}))}}[oa(208)](t){const e=oa,n=this[e(238)][e(248)][e(260)](e(267));let r=Number[e(252)],s=Number[e(285)],o=Number[e(252)],i=Number[e(285)];for(const a of t){if(e(195)==a[e(297)][e(213)])continue;const{row:t,column:c}=n[e(202)](a),u=a[e(242)](e(147))?a[e(273)](e(147))-1:0,l=a[e(242)](e(155))?a[e(273)](e(155))-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}}[oa(146)](){const t=oa,e=this[t(238)],n=e[t(248)][t(260)](t(222)),r=e[t(248)][t(260)](t(267));e[t(291)][t(233)].on(t(274),(()=>{const r=t,s=Array[r(210)](e[r(291)][r(233)][r(161)][r(197)]());for(const{name:t,data:e}of s){const{group:s,id:o,subType:i}=n[r(168)](t);if(r(270)!=s)continue;if(null!=e[r(169)])continue;const a=n[r(182)](o);this[r(157)][r(254)](i)&&this[r(225)][r(232)](a)}}),{priority:t(156)});const s=(e,n)=>{const s=t;let o=!1;const i=n[s(299)](e),a=e[s(205)](s(272)),c=r[s(202)](e);for(const t of this[s(225)]){const n=t[s(220)],r=n[s(189)](s(275)),u=n[s(265)](r?10:5),l=u[s(185)](),f=l[s(265)](0,3)+s(207),h=s(236)+u,g=s(226)+u;if(!t[s(152)])continue;if(a!=t[s(145)]()[s(219)][s(205)](s(272)))continue;if(t[s(223)](i))continue;const d=e[s(242)](f)?e[s(273)](f)-1:0,p=this[s(181)](t),m=p[h],I=p[g];m<=c[l]&&c[l]+d<=I&&(t[s(298)](i),o=!0)}return o};e[t(291)][t(233)][t(229)]((n=>{const r=t;let o=!1;for(const t of e[r(291)][r(233)][r(161)][r(241)]())if(r(282)==t[r(192)])if(r(170)==t[r(268)])for(const e of t[r(237)][r(289)][r(176)]())o=o||s(e,n);else r(163)==t[r(268)]&&(o=o||s(t[r(237)][r(289)],n));return o}))}[oa(181)](t){const e=oa;return this[e(208)](t[e(199)]()[e(247)]((t=>t[e(219)][e(289)])))}}function ca(t){const e=oa;return Array[e(210)](new Set(t)[e(215)]())}const ua=la;function la(t,e){const n=fa();return(la=function(t,e){return n[t-=448]})(t,e)}function fa(){const t=["_descriptionFactory","mergeTableCellDown","cell","*Merge cells*","document","rootName","1484480uRdIsh","forceDefaultExecution","TableEditing","execute","trackChanges","166bAtRIr","457632wJNzvU","_areMergableCells","plugins","createTableWalker","accept","change","has","634207ORRRrW","getFirstPosition","tableCell","isEnabled","horizontally","model","splitTableCellHorizontally","commands","getAncestors","return","mergeTableCellLeft","formatBlock","low","find","getSelectionAffectedTableCells","locale","length","TrackChangesEditing","get","$graveyard","mergeTableCellRight","table","464500Vesyog","formatInline","author","3242XOzOmZ","setSelection","_suggestionFactory","markBlockFormat","27pSziRJ","filter","direction","selection","fromRange","refresh","enableCommand","findAncestor","splitTableCellVertically","containsRange","stop","819528CuRIWd","_tablePostFixingSubtypes","markMultiRangeBlockFormat","root","insertion","type","subType","value","format","element","TableUtils","highest","commandName","getSuggestions","686190NpJGHx","afterInit","*Split cell:* vertically","set:isEnabled","*Split cell:* horizontally","getCellLocation","size","registerCustomCallback","editor","add","_areSelectedCellsMergable","_acceptFormatSuggestionCallbackFactory","push","getRanges","registerDescriptionCallback","mergeTableCells","_isForcedDefaultExecutionBlock","deletion","map","from","isInContent","mergeTableCellUp","requires","createRangeOn","detach"];return(fa=function(){return t})()}!function(t,e){const n=la,r=t();for(;;)try{if(181237===-parseInt(n(449))/1*(-parseInt(n(482))/2)+-parseInt(n(511))/3+parseInt(n(479))/4+-parseInt(n(542))/5+-parseInt(n(450))/6+parseInt(n(457))/7+-parseInt(n(497))/8*(-parseInt(n(486))/9))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(fa);class ha extends t.Plugin{static get[ua(533)](){return[aa]}[ua(512)](){const t=ua,e=this[t(519)],n=e[t(462)][t(540)][t(489)],r=e[t(472)];if(!e[t(452)][t(456)](t(544)))return;const s=e[t(452)][t(475)](t(474)),o=e[t(452)][t(475)](t(507)),a=e[t(452)][t(475)](aa);a[t(498)][t(523)](t(526)),s[t(492)](t(526),(()=>{const n=t,r=o[n(471)](e[n(462)][n(540)][n(489)]);e[n(462)][n(455)]((()=>{const t=n;s[t(499)](r,{commandName:t(526),commandParams:[]},[],t(526))}))})),e[t(464)][t(475)](t(526)).on(t(545),((n,r)=>{const o=t;e[o(464)][o(475)](o(448))[o(504)]&&(r[o(473)]>0&&r[r[o(473)]-1]&&r[r[o(473)]-1][o(543)]||s[o(527)]||this[o(521)]()||n[o(496)]())}),{priority:t(508)});for(const n of[t(532),t(477),t(537),t(467)]){const r=e[t(464)][t(475)](n);s[t(492)](n,(()=>{const n=t,o=e[n(462)][n(540)][n(489)][n(458)]()[n(465)]()[n(470)]((t=>t.is(n(506),n(459)))),i=r[n(504)];e[n(462)][n(455)]((()=>{const t=n;s[t(499)]([o,i],{commandName:t(526),commandParams:[]},[],t(526))}))}))}for(const n of[t(494),t(463)]){const r=e[t(464)][t(475)](n);s[t(492)](n,(()=>{const i=t,a=o[i(471)](e[i(462)][i(540)][i(489)])[0],c=a[i(493)](i(478)),{column:u,row:l}=o[i(516)](a);let f=[];if(i(461)==r[i(488)]){const t=o[i(453)](c,{startRow:l,endRow:l,includeAllSlots:!0});f=Array[i(530)](t)[i(529)]((t=>t[i(538)]))}else{const t=o[i(453)](c,{column:u,includeAllSlots:!0});f=Array[i(530)](t)[i(529)]((t=>t[i(538)]))}e[i(462)][i(455)]((t=>{const e=i;s[e(485)](t[e(534)](a),{commandName:n,commandParams:[]},f,n)}))}))}s[t(536)][t(525)]((e=>{const n=t;if(n(468)!=e[n(502)]&&n(480)!=e[n(502)])return;const{data:s}=e;return s&&n(526)==s[n(509)]?{type:n(505),content:Wr(r,n(539))}:void 0})),s[t(536)][t(525)]((e=>{const n=t;if(n(468)!=e[n(502)]&&n(480)!=e[n(502)])return;const{data:s}=e;return s?n(494)==s[n(509)]?{type:n(505),content:Wr(r,n(513))}:n(463)==s[n(509)]?{type:n(505),content:Wr(r,n(515))}:void 0:void 0}));const c=a[t(522)]();for(const e of[t(532),t(477),t(537),t(467)])s[t(484)][t(518)](t(468),e,t(454),c);for(const e of[t(494),t(463)])s[t(484)][t(518)](t(468),e,t(454),c);s[t(484)][t(518)](t(468),t(526),t(454),(r=>{const s=t;e[s(462)][s(455)]((t=>{const o=s,a=Array[o(530)](n[o(524)]())[o(529)]((t=>i.LiveRange[o(490)](t)));t[o(483)](r),e[o(464)][o(475)](o(526))[o(491)](),e[o(545)](o(526),{forceDefaultExecution:!0});const c=a[o(487)]((t=>o(476)!=t[o(500)][o(541)]));c[o(473)]>0&&t[o(483)](c);for(const t of a)t[o(535)]()}))}));for(const n of[t(532),t(537),t(467),t(477)]){const r=e[t(464)][t(475)](n);r.on(t(514),((n,s,o)=>{const i=t;if(o){const t=e[i(462)][i(540)][i(489)][i(458)]()[i(465)]()[i(470)]((t=>t.is(i(506),i(459))));this[i(451)](r[i(504)],t)||(n[i(466)]=!1,n[i(496)]())}}),{priority:t(469)})}}[ua(521)](){const t=ua,e=this[t(519)][t(464)][t(475)](t(526)),n=this[t(519)][t(452)][t(475)](t(507));if(!e[t(460)])return!1;const r=n[t(471)](this[t(519)][t(462)][t(540)][t(489)]);for(const e of r)for(const n of r)if(e!=n&&!this[t(451)](e,n))return!1;return!0}[ua(451)](t,e){const n=ua,r=this[n(519)][n(452)][n(475)](n(474)),s=this[n(519)][n(462)][n(534)](t),o=this[n(519)][n(462)][n(534)](e),i=new Set,a=new Set;for(const t of r[n(510)]())if((n(501)==t[n(502)]||n(528)==t[n(502)]||n(526)==t[n(503)])&&t[n(531)])for(const e of t[n(524)]())e[n(495)](s,!0)&&i[n(520)](t[n(502)]+":"+t[n(481)].id),e[n(495)](o,!0)&&a[n(520)](t[n(502)]+":"+t[n(481)].id);if(i[n(517)]!=a[n(517)])return!1;for(const t of i)if(!a[n(456)](t))return!1;return!0}}const ga=da;function da(t,e){const n=ma();return(da=function(t,e){return n[t-=332]})(t,e)}!function(t,e){const n=da,r=t();for(;;)try{if(180586===-parseInt(n(411))/1+-parseInt(n(352))/2*(parseInt(n(336))/3)+-parseInt(n(406))/4*(parseInt(n(371))/5)+parseInt(n(354))/6+-parseInt(n(334))/7*(-parseInt(n(360))/8)+parseInt(n(343))/9+parseInt(n(381))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ma);class pa extends t.Plugin{static get[ga(362)](){return[aa]}[ga(368)](){const t=ga,e=this[t(339)];if(!e[t(372)][t(407)](t(395)))return;const n=e[t(405)],r=e[t(372)][t(340)](t(353));r[t(401)](t(351),[],[t(416)]),r[t(401)](t(344),[],[t(357)]),r[t(397)][t(394)](t(416),Wr(n,t(414))),r[t(397)][t(394)](t(357),Wr(n,t(396))),this[t(345)]()}[ga(345)](){const t=ga,e=this[t(339)][t(372)][t(340)](t(353)),n=this[t(339)][t(372)][t(340)](t(400)),r=this[t(339)][t(372)][t(340)](aa)[t(365)]();function s({showActiveMarker:t=!0,setDataAttribute:r=!0}={}){return(s,o,i)=>{const a=da,{type:c,id:u}=e[a(408)](o[a(338)]),l=e[a(358)](u),f=l[a(415)];if(a(361)!=l[a(389)]||!f||a(344)!=f[a(390)])return;if(o[a(382)])return void s[a(393)]();if(!i[a(402)][a(413)](o[a(404)],s[a(386)]))return;const h=o[a(404)][a(364)][a(367)],g=o[a(404)][a(370)][a(385)],d=h[a(348)][a(348)],{column:p}=n[a(383)](h),{column:m}=n[a(383)](g);for(let s=p;s<=m;s++){const l=n[a(332)](d,{column:s,includeAllSlots:!1});for(const n of l){const s=n[a(379)],l=i[a(403)][a(342)](s);i[a(356)][a(335)](a(346)+c,l),r&&i[a(356)][a(384)](a(380),u,l),i[a(403)][a(341)](l,o[a(338)]),t&&(e[a(366)][a(387)](o[a(338)])?i[a(356)][a(335)](a(388),l):i[a(356)][a(349)](a(388),l))}}}}e[t(369)][t(377)](t(361),t(351),t(378),r),e[t(369)][t(377)](t(361),t(344),t(378),r),this[t(339)][t(375)][t(398)].on(t(409),s(),{priority:t(373)}),this[t(339)][t(415)][t(398)].on(t(409),((e,n,r)=>{const o=t;r[o(333)][o(359)]&&s({showActiveMarker:!1,setDataAttribute:!1})(e,n,r)}),{priority:t(373)}),this[t(339)][t(375)][t(398)].on(t(391),((n,r,s)=>{const o=t,{type:i,id:a}=e[o(408)](r[o(338)]),c=e[o(358)](a),u=c[o(415)];if(o(361)!=c[o(389)]||!u||o(344)!=u[o(390)])return;const l=s[o(403)][o(392)](r[o(338)]);if(l)for(const t of l)s[o(356)][o(349)](o(346)+i,t),s[o(356)][o(349)](o(388),t),s[o(356)][o(337)](o(380),t),s[o(403)][o(355)](t,r[o(338)])}),{priority:t(373)}),this[t(363)]()}[ga(363)](){const t=ga,e=this[t(339)],n=e[t(405)];function r(e){const r=t;return{type:r(412),content:Wr(n,r(347),e)}}e[t(372)][t(340)](t(353))[t(397)][t(350)]((e=>{const s=t;if(s(361)!=e[s(389)])return;const{data:o}=e;if(o){if(s(351)==o[s(390)]){const t=o[s(376)][0][s(374)];return r(Wr(n,s(t?414:399)))}if(s(344)==o[s(390)]){const t=o[s(376)][0][s(374)];return r(Wr(n,s(t?396:410)))}}}))}}function ma(){const t=["setTableColumnHeader","_handleLegacySuggestions","ck-suggestion-marker-","*Format:* %0","parent","removeClass","registerDescriptionCallback","setTableRowHeader","19798sGJSBU","TrackChangesEditing","469044hOGzwI","unbindElementFromMarkerName","writer","headingColumns","getSuggestion","showSuggestionHighlights","211744PoBXrZ","formatBlock","requires","_registerLegacyDescription","start","_acceptFormatSuggestionCallbackFactory","activeMarkers","nodeAfter","afterInit","_suggestionFactory","end","179985RhyFDd","plugins","highest","forceValue","editing","commandParams","registerCustomCallback","accept","cell","data-suggestion","7336460VLntuh","item","getCellLocation","setAttribute","nodeBefore","name","includes","ck-suggestion-marker--active","type","commandName","removeMarker:suggestion","markerNameToElements","stop","registerAttributeLabel","TableEditing","FORMAT_HEADER_COLUMN","_descriptionFactory","downcastDispatcher","FORMAT_REGULAR_ROW","TableUtils","_enableDefaultAttributesIntegration","consumable","mapper","markerRange","locale","36jDOkLg","has","_splitMarkerName","addMarker:suggestion","FORMAT_REGULAR_COLUMN","127358yvJyyd","format","consume","FORMAT_HEADER_ROW","data","headingRows","createTableWalker","options","7QMMqVO","addClass","96vGjNpj","removeAttribute","markerName","editor","get","bindElementToMarker","toViewElement","993573pHxJYs"];return(ma=function(){return t})()}function Ia(){const t=["registerPostFixer","getContainedElement","type","markers","call","removeColumns","position","getRows","_createdBatches","columnInsertionIndexes","root","endRow","join","9411464zLZYcV","_isForcedDefaultExecutionBlock","_splitMarkerName","createRange","afterInit","_suggestionFactory","showSuggestionHighlights","push","editor","TableClipboard","suggestionLoaded","setAttribute","getRanges","getColumns","insert","6991740tbxZTy","columnInsertionRanges","20622700aiqpbo","TrackChangesEditing","removeRows","ck-suggestion-marker","includes","keys","newRange","getChangedMarkers","document","find","author","change","tableCellBorderStyle","75109hjrSch","createRangeIn","setAttributes","$graveyard","filter","view","detach","6263905kqTrhE","low","clipboardOutput","rowInsertionRanges","discard","registerDescriptionCallback","markMultiRangeInsertion","removeMarker","accept","nodeAfter","tablePasteChainId","model","length","insertRows","markerAttributes","stop","options","ck-suggestion-marker-insertion","redo","tableCellBorderWidth","editing","reduce","rows","createTableWalker","createRangeOn","getTableIfOnlyTableInContent","getShiftedBy","14uJUJLi","plugins","row","getRowIndexes","ck-suggestion-marker--active","has","rowInsertionIndexes","tableCellBorderColor","cells","dataDowncast","conversion","suggestionUnloaded","tableCellHorizontalAlignment","TableUtils","previous","move","locale","tableCellSuggestion","_descriptionFactory","return","getChanges","tablePasteColumn","getAttributes","tableCell","schema","suggestion-td","differ","high","column","getMarkers","getChildren","*Replace table cells*","insertionRanges","cell","for","endColumn","content","register","7ePOFPq","name","suggestion:formatBlock:tablePasteCell","start","_replaceTableSlotCell","getSelectionAffectedTableCells","getItems","insertContent","from","markMultiRangeDeletion","commands","isInContent","tableCellPadding","markerToHighlight","fill","2815200Mgdyys","isEqual","hasSuggestion","documentSelection","trackChanges","createElement","getRange","formatBlock","insertColumns","add","end","getSuggestions","get","createPositionBefore","registerCustomCallback","isEmpty","batch","tablePasteCell","_getCoordsForCells","getColumnIndexes","rootName","tablePasteRow","last","map","listenTo","_tablePostFixingSubtypes","fromEntries","value","startsWith","containsRange","elementToElement","markerName","every","fromRange","requires","deletionRanges","deletion","tableCellVerticalAlignment","removeMarkers","entries","unwrap","next","wrap","some","updateMarker","forEach","insertion","suggestion","Users","paragraph","6OSltoO","oldRange","getChild","first","findAncestor","element","subType","nextSibling","remove","tablePaste","forceDefaultExecution","tableCellBackgroundColor","248742MCLQfk","getSuggestion","set","getAllAdjacentSuggestions","selection","editingDowncast","previousSibling","markMultiRangeBlockFormat","activeMarkers","getSuggestionCallback","columns","table","attributes"];return(Ia=function(){return t})()}function Ea(t,e){const n=Ia();return(Ea=function(t,e){return n[t-=309]})(t,e)}const ba=Ea;!function(t,e){const n=Ea,r=t();for(;;)try{if(670867===-parseInt(n(387))/1*(parseInt(n(421))/2)+parseInt(n(331))/3+parseInt(n(474))/4+parseInt(n(394))/5*(-parseInt(n(319))/6)+parseInt(n(459))/7*(-parseInt(n(357))/8)+parseInt(n(372))/9+parseInt(n(374))/10)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ia);const Ta=[ba(413),ba(428),ba(386),ba(433),ba(511),ba(330),ba(471)],_a=Object[ba(500)](Ta[ba(497)]((t=>[t,null])));class ya extends t.Plugin{static get[ba(508)](){return[aa]}[ba(361)](){const t=ba,n=this[t(365)];if(!n[t(422)][t(426)](t(366)))return;const r=n[t(422)][t(486)](t(375)),s=n[t(422)][t(486)](t(434)),o=n[t(422)][t(486)](aa),a=n[t(422)][t(486)](t(366));o[t(499)][t(364)](t(495),t(442)),n[t(405)][t(445)][t(458)](t(438),{allowIn:t(444),allowContentOf:t(444),isLimit:!0}),n[t(431)][t(504)]({model:t(438),view:t(446)});let c=null;n[t(405)].on(t(466),((o,i)=>{const u=t,[l,f]=i,h=i[i[u(406)]-1];h&&h[u(329)]||r[u(358)]||this[u(365)][u(469)][u(486)](u(478))[u(501)]&&function(t,e,n,r,s){const o=u;if(e&&!e.is(o(477)))return!1;const i=s[o(419)](t,n);if(!i||!ka(i,void 0,r))return!1;const a=r[o(464)](n[o(382)][o(335)]);if(!a[o(406)])return!1;const c=a[0][o(323)](o(342)),l=r[o(424)](a),f=r[o(493)](a),h={startRow:l[o(322)],endRow:l[o(496)],startColumn:f[o(322)],endColumn:f[o(496)]};return 1==a[o(406)]&&(h[o(355)]+=r[o(351)](i)-1,h[o(456)]+=r[o(370)](i)-1),ka(c,h,r)}(l,f,n[u(405)],s,a)&&(o[u(409)](),c={cells:[],insertionRanges:[],deletionRanges:[],rowInsertionRanges:[],rowInsertionIndexes:[],columnInsertionRanges:[],columnInsertionIndexes:[]},n[u(405)][u(385)]((()=>{const t=u;n[t(405)][t(466)](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(406)]&&r[t(400)](o,t(495),{tablePasteChainId:s}),a[t(406)]&&r[t(400)](a,t(442),{tablePasteChainId:s}),l[t(406)]&&(r[t(400)](l,t(328),{tablePasteChainId:s,skipNestingCheck:!0}),l[t(314)]((e=>{const n=t;var r;return null===(r=e[n(393)])||void 0===r?void 0:r[n(348)](e)}))),f[t(406)]&&(r[t(468)](f,t(328),{tablePasteChainId:s,skipNestingCheck:!0}),f[t(314)]((e=>{const n=t;var r;return null===(r=e[n(393)])||void 0===r?void 0:r[n(348)](e)})));const g=r[t(338)](h[t(497)]((({element:t})=>t)),{formatGroupId:(0,e.uid)()},[],t(491),{tablePasteChainId:s});if(g){const e=g[t(450)](),r=[];for(const{element:s,attributes:o}of h){if(!o)continue;const i=n[t(405)][t(418)](s),a=e[t(383)]((e=>e[t(480)]()[t(475)](i)));a&&r[t(364)]([a[t(460)],o])}r[t(406)]&&g[t(368)](t(408),Object[t(500)](r))}c=null})))}),{priority:e.priorities[t(448)]+10}),n[t(422)][t(486)](t(366)).on(t(463),((e,n)=>{const r=t,[s,o,,a]=n;if(!c)return;e[r(409)]();const u=s[r(454)],l=o,f=Aa(u),h=Aa(l);e[r(440)]=u;let g=null,d=null;if(h||f)if(f&&!h){a[r(327)](u[r(321)](0));for(const t of Array[r(467)](l[r(451)]()))a[r(371)](t,u,r(484));const t=c[r(427)][r(378)](s[r(423)]),e=c[r(353)][r(378)](s[r(449)]);t||e||(g=i.LiveRange[r(507)](a[r(388)](u)))}else h&&!f&&(d=a[r(388)](u));else{const t=a[r(479)](r(438)),e=a[r(479)](r(438));a[r(311)](a[r(388)](u),e),a[r(371)](t,u,0);for(const e of Array[r(467)](l[r(451)]()))a[r(371)](e,t,r(484));g=i.LiveRange[r(507)](a[r(418)](t)),d=i.LiveRange[r(507)](a[r(418)](e))}const p=Array[r(467)](l[r(443)]())[r(391)]((([t])=>Ta[r(378)](t)));c[r(429)][r(364)]({element:u,attributes:p[r(406)]?Object[r(500)](p):null}),g&&c[r(453)][r(364)](g),d&&c[r(509)][r(364)](d)}),{priority:t(448)}),s.on(t(482),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(341)]||1;c[o(353)]=new Array(l)[o(473)](u)[o(497)](((t,e)=>t+e));for(const{cell:t}of s[o(417)](i,{startColumn:u,endColumn:u+l-1}))c[o(373)][o(364)](n[o(405)][o(418)](t))}),{priority:t(395)}),s.on(t(407),((e,r)=>{const o=t,[i,a={}]=r;if(!c)return;const u=a.at||0,l=a[o(416)]||1;c[o(427)]=new Array(l)[o(473)](u)[o(497)](((t,e)=>t+e));for(const{cell:t}of s[o(417)](i,{startRow:u,endRow:u+l-1}))c[o(397)][o(364)](n[o(405)][o(418)](t))}),{priority:t(395)}),r[t(439)][t(399)]((e=>{const r=t;if(e[r(325)]&&e[r(325)][r(502)](r(328)))return e[r(435)]?{}:{type:r(315),content:Wr(n[r(437)],r(452))}}));const u=()=>!1;for(const e of[t(328),t(442),t(495),t(491)])r[t(362)][t(488)](t(315),e,t(356),u),r[t(362)][t(488)](t(510),e,t(356),u),r[t(362)][t(488)](t(481),e,t(356),u);r[t(362)][t(488)](t(481),t(491),t(398),u),r[t(362)][t(488)](t(481),t(491),t(402),((e,r,s)=>{const o=t,i=e[o(497)]((t=>t[o(345)]()))[o(391)]((t=>t)),a=new Map(i[o(497)]((t=>[t,null])));if(c)for(const{element:t,attributes:e}of c[o(429)])e&&a[o(333)](t,e);else if(s&&s[o(408)])for(const[t,e]of Object[o(513)](s[o(408)])){const r=n[o(405)][o(347)][o(486)](t),s=r?r[o(480)]()[o(345)]():null;s&&a[o(333)](s,e)}n[o(405)][o(385)]((t=>{const e=o;for(const[n,r]of a)t[e(389)]({..._a,...r},n)}))}));const l=(e,s)=>{const o=t;r[o(362)][o(488)](e,o(328),s,((t,i,a)=>{const c=o;n[c(405)][c(385)]((n=>{const o=c,u=[];for(const e of t){const t=e[o(462)][o(403)];t.is(o(324),o(438))&&u[o(364)](t)}r[o(362)][o(340)](e,null,s)(t,i,a);for(const t of u)o(390)!=t[o(354)][o(494)]&&n[o(309)](t)}))}))};l(t(315),t(402)),l(t(315),t(398)),l(t(510),t(402)),l(t(510),t(398)),r[t(362)][t(488)](t(315),t(495),t(398),(e=>{const n=t,r=e[n(497)]((t=>t[n(345)]())),i=r[0][n(323)](n(342)),{minRow:a,maxRow:c}=o[n(492)](r);s[n(376)](i,{at:a,rows:c-a+1})})),r[t(362)][t(488)](t(315),t(442),t(398),(e=>{const n=t,r=e[n(497)]((t=>t[n(345)]())),i=r[0][n(323)](n(342)),{minColumn:a,maxColumn:c}=o[n(492)](r);s[n(349)](i,{at:a,columns:c-a+1})}));const f=(e,n)=>{const s=t;if(!n[s(325)]||!n[s(325)][s(502)](s(328)))return;const o=n[s(343)][s(404)],i=r[s(485)]()[s(391)]((t=>t[s(470)]&&t[s(343)]&&t[s(343)][s(404)]==o));i[s(406)]&&n[s(334)]()[s(406)]!=i[s(406)]&&i[s(415)](((t,e)=>(t[s(310)]=e,e[s(435)]=t,e)))};function h(e,n=!0){const s=t,{id:o}=r[s(359)](e[s(505)]),i=[s(377),s(411)],a=r[s(339)][s(378)](e[s(505)]);return a&&i[s(364)](s(425)),{classes:i,attributes:{"data-suggestion":o},priority:a&&n?3010:3e3}}r.on(t(367),f,{priority:t(448)}),r.on(t(432),f,{priority:t(448)}),n[t(405)][t(382)][t(344)]((()=>{const e=t;let s=!1;const o=Array[e(467)](n[e(405)][e(382)][e(447)][e(381)]());for(const{name:t,data:i}of o){const{group:o,type:a,id:c}=r[e(359)](t);if(e(316)!=o||e(510)!=a||i[e(320)])continue;if(!r[e(476)](c))continue;const u=r[e(332)](c)[e(369)](),l=n[e(422)][e(486)](e(317)).me;for(const t of r[e(485)]())if(t[e(470)]&&t[e(384)]==l&&e(481)==t[e(346)]&&e(491)==t[e(325)]&&t[e(369)]()[e(506)]((t=>u[e(312)]((n=>n[e(503)](t,!0))))))for(const n of t[e(334)]())n[e(470)]&&(n[e(398)](),s=!0)}return s})),n[t(405)][t(382)][t(344)]((e=>{const s=t,o=n[s(469)][s(486)](s(412));if(!o||!o[s(352)][s(426)](e[s(490)]))return!1;let i=!1;const a=n[s(422)][s(486)](s(317)).me,c=n[s(405)][s(382)][s(447)][s(441)](),u=Array[s(467)](n[s(405)][s(382)][s(447)][s(381)]())[s(391)]((({name:t,data:e})=>{const n=s,{group:o,subType:i,authorId:c}=r[n(359)](t);return n(316)==o&&n(328)==i&&c==a.id&&!e[n(320)]}));for(const t of c){if(s(371)!=t[s(346)]||s(438)!=t[s(460)]||1!=t[s(406)])continue;const n=e[s(360)](t[s(350)],t[s(350)][s(420)](1));if(!u[s(383)]((({data:t})=>t[s(380)][s(475)](n))))for(const{name:t,data:r}of u)if(n[s(503)](r[s(380)])){e[s(313)](t,{range:n}),i=!0;break}}return i})),n[t(405)][t(382)][t(344)]((e=>{const s=t;let o=!1;const i=n[s(422)][s(486)](s(317)).me,a=r[s(485)]()[s(391)]((t=>t[s(470)]&&t[s(384)]==i)),c=new Set,u=new Set;for(const t of a)if(s(328)==t[s(325)])for(const e of t[s(450)]()){const n=e[s(480)]()[s(345)]();if(n)if(n.is(s(324),s(438))&&Aa(n)){t[s(401)](e[s(460)]),c[s(483)](n),o=!0;const r=n[s(326)],i=n[s(337)],a=r&&r.is(s(324),s(438)),l=i&&i.is(s(324),s(438));a&&!c[s(426)](r)&&u[s(483)](r),l&&!c[s(426)](i)&&u[s(483)](i)}else n.is(s(324),s(318))&&n[s(489)]&&(t[s(401)](e[s(460)]),o=!0)}else if(s(491)==t[s(325)]){if(!t[s(343)]||!t[s(343)][s(404)])continue;const e=t[s(343)][s(408)];if(e&&Object[s(379)](e)[s(406)])continue;const n=t[s(343)][s(404)];let r=!0,i=!0;for(const e of a)if(e[s(325)]&&e[s(325)][s(502)](s(328))){if(!e[s(343)][s(404)]){i=!1;break}if(e.id!=t.id&&e[s(343)][s(404)]==n){r=!1;break}}i&&r&&(t[s(512)](),o=!0)}for(const t of c)e[s(327)](t);for(const t of u)e[s(309)](t);return o})),n[t(431)][t(455)](t(336))[t(472)]({model:t(461),view:(t,e)=>h(t),converterPriority:t(448)}),n[t(431)][t(455)](t(430))[t(472)]({model:t(461),view:(e,n)=>n[t(410)][t(363)]?h(e,!1):null,converterPriority:t(448)});const g=n[t(414)][t(392)];this[t(498)](g[t(382)],t(396),((e,n)=>{const r=t,s=[];for(const t of g[r(388)](n[r(457)])[r(465)]())t.is(r(324),r(446))&&s[r(364)](t);g[r(385)]((t=>{const e=r;for(const n of s)t[e(436)](t[e(388)](n),t[e(487)](n)),t[e(327)](n)}))}))}}function Aa(t){const e=ba;if(t[e(489)])return!0;const n=t[e(321)](0);return n.is(e(324),e(318))&&n[e(489)]}function ka(t,e={},n){const r=ba;for(const{isAnchor:s,cellHeight:o,cellWidth:i}of n[r(417)](t,{includeAllSlots:!0,...e}))if(!s||1!=o||1!=i)return!1;return!0}function Ca(t,e){const n=La();return(Ca=function(t,e){return n[t-=225]})(t,e)}const Na=Ca;function La(){const t=["type","registerDescriptionCallback","859664gcxysU","change","TableColumnResizeEditing","data","827820unTIzV","_descriptionFactory","115358OeTdxR","selection","_suggestionFactory","getTableColumnsWidths","document","formatInline","author","5OqYViO","getSelectedElement","handleSuggestionDescription","220709KOerop","registerCustomCallback","has","locale","*Format:* resize table","format","4524304FWrjtQ","Users","formatBlock","plugins","resizeTable","model","2240630eKnTny","getSuggestionCallback","editor","formatGroupId","resizeTableWidth","commandParams","get","1908816ckDmDl","table","tableWidth","columnWidths","markBlockFormat","enableCommand","getSuggestions","afterInit","accept","getAttribute","subType","TrackChangesEditing","getContainedElement","bind","handleResizeTableWidthCommand","getColumnGroupElement","discard"];return(La=function(){return t})()}!function(t,e){const n=Ca,r=t();for(;;)try{if(174694===parseInt(n(244))/1+-parseInt(n(234))/2+-parseInt(n(232))/3+parseInt(n(228))/4+parseInt(n(241))/5*(parseInt(n(263))/6)+parseInt(n(256))/7+-parseInt(n(250))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(La);class Ra extends t.Plugin{[Na(270)](){const t=Na;if(!this[t(258)][t(253)][t(246)](t(230)))return;const e=this[t(258)][t(253)][t(262)](t(274));e[t(268)](t(260),this[t(277)][t(276)](this)),e[t(236)][t(245)](t(252),t(254),t(271),e[t(236)][t(257)](t(252),null,t(225))),e[t(236)][t(245)](t(252),t(254),t(225),e[t(236)][t(257)](t(252),null,t(271))),e[t(233)][t(227)](this[t(243)][t(276)](this))}[Na(277)](t,e){const n=Na,r=this[n(258)][n(253)][n(262)](n(274)),s=this[n(258)][n(253)][n(262)](n(230)),o=e[n(264)]||this[n(258)][n(255)][n(238)][n(235)][n(242)]();this[n(258)][n(255)][n(229)]((()=>{const i=n,a=s[i(278)](o);let c=a?s[i(237)](a):null,u=o[i(272)](i(265))||null;const l=e[i(265)]||u,f=e[i(266)]||c,h=this[i(258)][i(253)][i(262)](i(251)).me;for(const t of r[i(269)]()){const e=t[i(275)]();if(i(254)===t[i(273)]&&e===o){t[i(240)]!==h&&t[i(225)]();const e=t[i(231)][i(261)];u=e[0][i(265)],c=e[0][i(266)];break}}t({table:o,tableWidth:l,columnWidths:f}),r[i(267)](o,{commandName:i(260),commandParams:[{tableWidth:u,columnWidths:c}],formatGroupId:i(254)},[],i(254))}))}[Na(243)](t){const e=Na;if(e(252)!=t[e(226)]&&e(239)!=t[e(226)])return;const{data:n}=t;if(n&&e(254)===n[e(259)]){const t=e(248);return{type:e(249),content:Wr(this[e(258)][e(247)],t)}}}}function Sa(t,e){const n=Ma();return(Sa=function(t,e){return n[t-=143]})(t,e)}function Ma(){const t=["enableCommand","insertTemplate","get","editor","18168WFQqXM","4248BtlksM","20603XeORdp","1108045lwBxNQ","afterInit","50DnQOPl","3449642UTgCpU","2710184SEyNtV","6VPMdrK","TrackChangesEditing","14EJJoOS","plugins","1355589UmiHAy","4612DDboNY","has","1136986ZpiUCx","Template"];return(Ma=function(){return t})()}const va=Sa;!function(t,e){const n=Sa,r=t();for(;;)try{if(912407===parseInt(n(160))/1+-parseInt(n(151))/2+parseInt(n(146))/3*(-parseInt(n(158))/4)+-parseInt(n(148))/5*(-parseInt(n(153))/6)+-parseInt(n(155))/7*(parseInt(n(152))/8)+parseInt(n(157))/9*(parseInt(n(150))/10)+-parseInt(n(147))/11*(-parseInt(n(145))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ma);class Oa extends t.Plugin{[va(149)](){const t=va,e=this[t(144)];e[t(156)][t(159)](t(161))&&e[t(156)][t(143)](t(154))[t(162)](t(163))}}const wa=Fa;function Fa(t,e){const n=Da();return(Fa=function(t,e){return n[t-=189]})(t,e)}function Da(){const t=["TrackChangesEditing","1342296dcMJOs","2RrqgYf","1872MXnsEk","get","commands","689036GwvMZm","18848376ETcRAY","_descriptionFactory","editor","1915065etjXeH","664398ZHGCPI","ELEMENT_TABLE_OF_CONTENTS","plugins","locale","tableOfContents","19558NaFkBL","insertTableOfContents","registerElementLabel","722610ARUyNx","afterInit","enableCommand"];return(Da=function(){return t})()}!function(t,e){const n=Fa,r=t();for(;;)try{if(333694===-parseInt(n(202))/1+-parseInt(n(193))/2*(parseInt(n(201))/3)+-parseInt(n(197))/4+parseInt(n(210))/5+parseInt(n(192))/6+parseInt(n(207))/7*(-parseInt(n(194))/8)+parseInt(n(198))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Da);class Pa extends t.Plugin{[wa(189)](){const t=wa,e=this[t(200)];if(!e[t(196)][t(195)](t(208)))return;e[t(204)][t(195)](t(191))[t(190)](t(208));const n=e[t(204)][t(195)](t(191)),r=e[t(205)];n[t(199)][t(209)](t(206),(e=>Wr(r,t(203),e)))}}const xa=Ba;function Ba(t,e){const n=Ua();return(Ba=function(t,e){return n[t-=325]})(t,e)}function Ua(){const t=["element","nodeBefore","getNearestSelectionRange","afterInit","updateMarker","getChangedMarkers","TrackChangesEditing","locale","109229TZsVNN","3838527DGyAff","schema","_splitMarkerName","has","2035445RluCSd","isEqual","ELEMENT_TITLE","createRange","get","suggestion","end","registerElementLabel","removeMarker","start","from","3928800eTuVQx","document","isCollapsed","differ","forward","isTouching","editor","registerPostFixer","93oiIExs","Title","title-content","plugins","model","3201672juIlIl","_descriptionFactory","newRange","91514SoZzHS","32212hAzyec"];return(Ua=function(){return t})()}!function(t,e){const n=Ba,r=t();for(;;)try{if(278441===-parseInt(n(344))/1+-parseInt(n(334))/2+-parseInt(n(326))/3*(-parseInt(n(335))/4)+-parseInt(n(349))/5+parseInt(n(331))/6+parseInt(n(345))/7+-parseInt(n(360))/8)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ua);class ja extends t.Plugin{[xa(339)](){const t=xa,e=this[t(366)];if(!e[t(329)][t(348)](t(327)))return;const n=e[t(329)][t(353)](t(342));n[t(332)][t(356)](t(328),(()=>Wr(e[t(343)],t(351)))),e[t(330)][t(361)][t(325)]((r=>{const s=t;let o=!1;const i=Array[s(359)](e[s(330)][s(361)][s(363)][s(341)]());for(const{name:t,data:a}of i){const{group:i}=n[s(347)](t);if(s(354)!==i||!a[s(333)])continue;const c=a[s(333)],u=c[s(355)][s(337)];if(!u||!u.is(s(336),s(328)))continue;if(!c[s(358)][s(365)](c[s(355)]))continue;const l=e[s(330)][s(346)][s(338)](c[s(355)],s(364));if(l&&l[s(362)]){const e=r[s(352)](c[s(358)],l[s(358)]);e[s(350)](c)||(r[s(340)](t,{range:e}),o=!0)}o||(r[s(357)](t),o=!0)}return o}))}}function Ga(t,e){const n=Wa();return(Ga=function(t,e){return n[t-=146]})(t,e)}const Va=Ga;!function(t,e){const n=Ga,r=t();for(;;)try{if(134671===parseInt(n(146))/1*(parseInt(n(156))/2)+parseInt(n(150))/3+parseInt(n(157))/4+-parseInt(n(161))/5*(parseInt(n(164))/6)+-parseInt(n(151))/7+parseInt(n(159))/8+-parseInt(n(158))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Wa);class Ha extends t.Plugin{[Va(160)](){const t=Va,e=this[t(149)],n=e[t(154)][t(147)](t(163));e[t(154)][t(148)](t(155))&&(n[t(152)](t(153)),n[t(152)](t(162)))}}function Wa(){const t=["get","has","editor","240009AqEByv","448630UwNrrs","enableCommand","undo","plugins","UndoEditing","38sVGbjl","920888JhByXb","676926bcKLiH","929248yZcQwx","afterInit","5vFmEfa","redo","TrackChangesEditing","1018632PIaJSw","914wZHOkj"];return(Wa=function(){return t})()}const za=qa;function Ka(){const t=["9952lJvUnW","toggleTableCaption","editor","1587MMkWyn","4678088GhnHQi","requires","348622knLbqg","plugins","TableCaptionEditing","1433264yCiEkd","has","1510UvWAEV","20QWWkxQ","get","afterInit","TrackChangesEditing","1529478rMFCOz","enableCommand","1630390AsmWSx","199035MqRDPl"];return(Ka=function(){return t})()}function qa(t,e){const n=Ka();return(qa=function(t,e){return n[t-=188]})(t,e)}!function(t,e){const n=qa,r=t();for(;;)try{if(858155===-parseInt(n(205))/1+-parseInt(n(193))/2+parseInt(n(190))/3*(-parseInt(n(207))/4)+parseInt(n(199))/5*(parseInt(n(203))/6)+parseInt(n(196))/7+-parseInt(n(191))/8+parseInt(n(206))/9*(parseInt(n(198))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ka);class Za extends t.Plugin{static get[za(192)](){return[aa]}[za(201)](){const t=za,e=this[t(189)];e[t(194)][t(197)](t(195))&&e[t(194)][t(200)](t(202))[t(204)](t(188))}}const Xa=Qa;function Ja(){const t=["1656468vCzEmq","tableBorderStyle","handleSuggestionDescription","220815vPRveh","tableCellVerticalAlignment","removeAttribute","getFirstPosition","format","157841OSEjqq","536102HgdSTb","TablePropertiesEditing","tableCellWidth","tableAlignment","has","tableCellProperties","handleDiscardAction","8fKVdmC","tableCellBorderColor","get","registerCustomCallback","markBlockFormat","TableCellPropertiesEditing","selection","join","getSuggestionCallback","formatBlock","table","locale","2dfcOGr","tableCellHeight","discard","enqueueChange","TableUtils","tableBorderColor","3046428TiNkUt","529352lPefaz","20482KVDrdK","subType","tableBackgroundColor","getContainedElement","plugins","pluginName","tableHeight","nodeAfter","tableCellBackgroundColor","*Format:* change table properties","tableCellPadding","_descriptionFactory","getSelectionAffectedTableCells","commandParams","accept","batch","TrackChangesTableProperties","getSuggestions","registerDescriptionCallback","_handlePropertyChange","editor","enableCommand","start","findAncestor","*Format:* change table cell properties","3oLhscQ","getAttribute","model","tableCellBorderStyle","tableCellHorizontalAlignment","tableCellBorderWidth","970GWZyXM","tableProperties","tableWidth","afterInit","document","change","tableBorderWidth","_suggestionFactory","_getSuggestion","TrackChangesEditing","data","setAttribute"];return(Ja=function(){return t})()}function Qa(t,e){const n=Ja();return(Qa=function(t,e){return n[t-=148]})(t,e)}!function(t,e){const n=Qa,r=t();for(;;)try{if(236108===parseInt(n(203))/1*(parseInt(n(223))/2)+parseInt(n(177))/3*(-parseInt(n(151))/4)+parseInt(n(198))/5+-parseInt(n(195))/6+parseInt(n(204))/7*(-parseInt(n(211))/8)+parseInt(n(150))/9+parseInt(n(183))/10*(parseInt(n(152))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Ja);class Ya extends t.Plugin{constructor(t){const e=Qa;super(t),this[e(184)]=[e(149),e(196),e(189),e(207),e(185),e(158),e(154)],this[e(209)]=[e(212),e(180),e(182),e(162),e(206),e(224),e(160),e(181),e(199)]}static get[Xa(157)](){return Xa(168)}[Xa(186)](){const t=Xa,e=this[t(172)][t(156)][t(213)](t(192));if(this[t(172)][t(156)][t(208)](t(205))){for(const n of this[t(184)])e[t(173)](n,((e,r)=>{const s=t,o=this[s(172)][s(179)][s(187)][s(217)][s(201)]()[s(175)](s(221));this[s(171)](n,[o],this[s(184)],s(184),e,r)}));e[t(190)][t(214)](t(220),t(184),t(166),e[t(190)][t(219)](t(220),null,t(225))),e[t(190)][t(214)](t(220),t(184),t(225),((e,n)=>this[t(210)](this[t(184)],e,n))),e[t(190)][t(214)](t(220),t(184),t(218),(()=>!1))}if(this[t(172)][t(156)][t(208)](t(216))){for(const n of this[t(209)])e[t(173)](n,((e,r)=>{const s=t,o=this[s(172)][s(156)][s(213)](s(148))[s(164)](this[s(172)][s(179)][s(187)][s(217)]);this[s(171)](n,o,this[s(209)],s(209),e,r)}));e[t(190)][t(214)](t(220),t(209),t(166),e[t(190)][t(219)](t(220),null,t(225))),e[t(190)][t(214)](t(220),t(209),t(225),((e,n)=>this[t(210)](this[t(209)],e,n))),e[t(190)][t(214)](t(220),t(209),t(218),(()=>!1))}e[t(163)][t(170)]((e=>this[t(197)](e)))}[Xa(171)](t,e,n,r,s,o){const i=Xa,a=this[i(172)][i(156)][i(213)](i(192));this[i(172)][i(179)][i(226)](o[i(167)],(()=>{const t=i;for(const i of e)if(this[t(191)](i,r))s(o);else{const e={};for(const r of n){const n=i[t(178)](r);void 0!==n&&(e[r]=n)}s(o),a[t(215)](i,{commandParams:[e]},[],r)}}))}[Xa(210)](t,e,n){const r=Xa,s=e[0][r(174)][r(159)],o=n[r(165)][0];this[r(172)][r(179)][r(188)]((e=>{const n=r;for(const r of t)void 0!==o[r]?e[n(194)](r,o[r],s):e[n(200)](r,s)}))}[Xa(197)](t){const e=Xa;if(t[e(193)])switch(t[e(153)]){case e(184):return{type:e(202),content:Wr(this[e(172)][e(222)],e(161))};case e(209):return{type:e(202),content:Wr(this[e(172)][e(222)],e(176))}}}[Xa(191)](t,e){const n=Xa,r=this[n(172)][n(156)][n(213)](n(192));for(const s of r[n(169)]({skipNotAttached:!0})){const r=s[n(155)]();if(s[n(153)]===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=Q?Q.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):Ye(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=Zt?function(t,e){return Zt(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})),Yt(t,sn(t),n),r&&(n=qn(n,7,oc));for(var s=e.length;s--;)Br(n,e[s]);return n})),Ec=Rc;function bc(){const t=["enableReadOnlyMode","_joinWithAdjacentSuggestions","isInsideObject","toJSON","removeMarker:suggestion:attribute","getAncestors","forEach","_getMarkerAnnouncementText","12504aFmsVb","nodeBefore","dataReady","forceDefaultExecution","_joinSuggestions","_adapter","formatInline","length","_rangeIsInLocalUserInsertion","createSelection","_onDiscard","isIntersecting","consumable","track-changes-suggestion-data-mismatch","acceptSuggestion","getFirstRange","format","getCommentThread","upcast","some","$marker","refresh","dataToMarker","addUser","removeClass","mapper","isSelectable","track-changes-enable-command-twice","$textProxy","markDeletion","unbind","_descriptionFactory","_handleNewSuggestionMarker","_registerDefaultCallbacks","notReady","insert","after","suggestion-type","track-changes-adapter-missing-getsuggestion","previous","ready","requires","from","discardAllSuggestions","item","_reduceSuggestionAttributeRange","FORMATTING","_commentsRepository","_processAttributeSuggestions","insertion:accept","_suggestions","acceptSelectedSuggestions","_isDataLoaded","createRangeOn","comments","always","isExternal","getCustomProperty","getNearestSelectionRange","locale","deletion:chain","getAttribute","getWalker","addSuggestionData","_updateSuggestionData","_setSuggestionRange","values","_recordAttributeSuggestions","4cnZdis","enableCommand","getAllAdjacentSuggestions","formatBlock:chain","listenTo","toViewElement","isNextTo","oldRange","data-suggestion","multipleBlocks","chain","addMarker:suggestion","moveTargetPosition","collaboration.channelId","sort","differ","marker-count","_recordAttributeChanges","getShiftedBy","suggestion:","@external","_customCallbacks","end","init","insertion:discard","attributes","PENDING_ACTION_SUGGESTION","error-saving-suggestion-data-suggestion-discarded","_element","pop","trackChanges.mergeNestedSuggestions","low","_SUGGESTION_ANNOUNCEMENT","isInContent","split","editing","addClass","isUndo","insertion:","parent","removeAttribute","define","isLocal","suggestionChanged","updateMarker","markBlockFormat","createPositionAfter","getMultiRangeId","documentSelection","commandName","getContainedElement","attribute:join","_blockAttributeKeys","delete","size","_afterChanges","highest","getChanges","update:suggestion","resolve","track-changes-adapter-already-set","ck-suggestion-marker--active","change:_saved","formatInline:join","_addSuggestionMarker","markerName","head","removeComment","_trackFormatChanges","filter","4333coBOGf","deletion:","containsPosition","selection","type","model","editor","attributeOldValue","lowest","isDocumentOperation","_initAriaMarkerChangeAnnouncements","attribute:accept","isMultiRange","deletion:join","never","createdAt","attribute:discard","attribute:","startsWith","concat","formatInline:discard","_removeSuggestion","oldValue","markerNameToElements","isBlock","getUser","clone","stopListening","isCollapsed","groupId","_addThreadToSuggestion","insertion:chain","formatBlock:accept","acceptAllSuggestions","open","deleteContent","get","isRemovable","splitPosition","creator","assign","addMarkerName","addMarker:suggestion:attribute","authorName","track-changes-suggestion-not-found","range","getFirstMarker","hasComments","ck-suggestion-marker-formatInline","_cutOutSuggestionMarker","formatBlock:join","substring","_model","adapter","rejected","CommentsRepository","insertContent","$graveyard","suggestionUnloaded","getSuggestions","unbindElementFromMarkerName","getRanges","isTouching","attribute","markerToHighlight","isLimit","isOwn","elementToElement","897394AajRDW","rethrowUnexpectedError","keys","push","getChangedMarkers","removeMarker","substr","plugins","commands","getRange","pluginName","for","ck-suggestion-marker-formatBlock","containsItem","2310486TJwpqS","editingDowncast","join","getLastMatchingPosition","start","bindElementToMarker","group","element","isBefore","deletion:accept","discardSuggestion","createElement","_getAuthorFromId","root","track-changes-command-not-found","subType","move","containsRangeInObject","return","markerReady","nodeAfter","then","track-changes-user-not-found","fromRange","ck-suggestion-marker","change:activeMarkers","trackChangesCommand","_refreshSuggestionsChain","insertion:join","formatInline:","ariaLiveAnnouncer","accepted","warn","$elementName","buildSuggestion","setAttribute","find","_inlineAttributeKeys","removeMarkers","change:data","consume","tablePasteChainId","rename","skipNestingCheck","deletion:discard","trackChanges.trackFormatChanges","rootName","commentThread","markMultiRangeInsertion","document","value","key","createRange","name","updateSuggestion","_enabledCommands","_mergeNestedSuggestions","registerCustomCallback","getItems","widget","activeMarkers","has","map","schema","formatBlock","ck-suggestion-marker-","stop","config","_editor","newRange","fire","attributeKey","accept","isAtEnd","next","addHighlight","setTo","createPositionBefore","_breakSuggestionMarker","isAfter","forward","showSuggestionHighlights","1597670mpFgAi","_suggestionFactory","markInlineFormat","discardSelectedSuggestions","$text","isArray","reconvertMarker","markInsertion","3546045WIlMGX","discard","_enableDefaultAttributesIntegration","trackChanges","writer","markers","formatInline:accept","_defaultCallbacks","applyOperation","isIntersectingWithRange","removeMarker:suggestion:formatBlock","execute","markMultiRangeBlockFormat","howMany","dataDowncast","multi","suggestion:attribute:","ENTER","detach","remove","containsRange","high","8458452JkHYPt","formatBlock:discard","addMarker","addRange","addComment","getSuggestionCallback","attributeNewValue","position","_checkSuggestionCorrectness","conversion","deletion","authoredAt","addMarker:suggestion:formatBlock","_setSuggestionData","_reduceExistingSuggestions","data","includes","containerElement","catch","change","LEAVE","fetchCommentThread","_isRegisteredAttribute","hasCommentThread","suggestion","_isBlockAttribute","registerPostFixer","elementStart","isAtStart","splice","elementEnd","targetPosition","normal","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.","fromCharCode","setSelection","set","createPositionAt","_registerBlockAttribute","options","_registerInlineAttribute","_findSuggestions","newValue","markAttributeChange","getSuggestion","_getAttributeKey","_processAttributeChanges","_getSuggestionData","TrackChangesEditing","unshift","isObject","createRangeIn","author","_isForcedDefaultExecutionBlock","removed","originalSuggestionId","external:","_saved","backward","toUpperCase","_createSuggestion","insertion","meta","enqueueChange","getMarkers","_splitMarkerName","batch","6724780HglEnv","PendingActions","isEqual","add","before","_suggestionState","Users","_refreshAttributeSuggestionsChain","default","every","addSuggestion","getIntersection","announce","markerToData","markMultiRangeDeletion","formatInline:chain","formatGroupId","hasSuggestion","formatBlock:","getDifference","clear","addCommentThread","suggestionLoaded","_getExternalAuthor"];return(bc=function(){return t})()}!function(t,e){const n=Rc,r=t();for(;;)try{if(905001===-parseInt(n(392))/1+-parseInt(n(296))/2+parseInt(n(310))/3*(parseInt(n(589))/4)+parseInt(n(489))/5+parseInt(n(422))/6+-parseInt(n(659))/7*(parseInt(n(521))/8)+parseInt(n(400))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(bc);const Tc=Ec(343);class _c extends t.Plugin{static get[Ec(562)](){return[Ec(283),o.Users,t.PendingActions,Yr,ns,is,ls,Ts,ps,As,Ss,xs,$s,so,uo,ho,bo,yo,Lo,vo,Do,Ho,Uo,qo,Qo,ei,ci,pi,Li,oi,Vs,Ks,bi,Ai,vi,Di,ji,Wi,Ki,$i,ra,aa,ha,pa,Za,ya,Ra,Pa,Ya,Oa,ja,Ha]}static get[Ec(306)](){return Ec(470)}constructor(t){const e=Ec;function n(t){const e=Rc;return t[e(372)]((t=>String[e(456)](t)))[e(312)]("")}super(t),this[e(588)]=!1,this[e(458)](e(370),[]),this.on(e(335),((n,r,s,o)=>{const i=e;this[i(280)][i(441)]((()=>{const e=i;for(const n of[...o,...s])this[e(280)][e(405)][e(371)](n)&&t[e(624)][e(398)](n)}))})),this[e(552)]=new qr(this[e(665)][e(664)][e(373)],this[e(665)][e(580)]),this[e(526)]=null,this[e(393)]=new yc(this[e(665)]),this[e(571)]=new Map,this[e(568)]=t[e(303)][e(695)](e(283)),this[e(365)]=new Set,this[e(280)]=this[e(665)][e(664)],this[e(494)]=new WeakMap,this[e(475)]=!1,this[e(641)]=new Set([e(343)]),this[e(347)]=new Set,t[e(377)][e(630)](e(355),e(497)),this[e(657)]=t[e(377)][e(695)](e(355)),t[e(377)][e(630)](e(619),!0),this[e(366)]=t[e(377)][e(695)](e(619)),this[e(336)]=new f(t,this[e(365)]),this[e(669)](),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,51,50])}[Ec(612)](){const t=Ec,n=this[t(665)],r=(e,n)=>{const r=t;if(r(291)!=e)return r(375)+e;const s=n[r(623)]("|")[0];return this[r(447)](s)?r(308):r(276)};n[t(431)][t(307)](t(311))[t(292)]({model:t(446),view:e=>{const n=t,{id:s,type:o,subType:i}=this[n(487)](e[n(654)]),a=[n(334),r(o,i)];let c=3e3;return this[n(370)][n(438)](e[n(654)])&&(a[n(299)](n(650)),c=3010),n(432)==o&&(c+=5),{classes:a,attributes:{"data-suggestion":s},priority:c}}}),n[t(431)][t(307)](t(414))[t(492)]((e=>{const r=t;e.on(r(600),((t,e,s)=>{const o=r;if(!s[o(461)][o(391)])return;const i=e[o(565)];if(!i)return;const c=s[o(546)][o(594)](i);n[o(664)][o(373)][o(472)](i)&&c&&!c[o(578)](o(369))&&c.is(o(439))&&(0,a.toWidget)(c,s[o(404)])}),{priority:r(421)})})),n[t(431)][t(307)](t(414))[t(292)]({model:t(446),view:(e,n)=>{const s=t;if(!n[s(461)][s(391)])return null;const{type:o,subType:i}=this[s(487)](e[s(654)]);return{classes:[s(334),r(o,i)],priority:3e3}}});const s=({showActiveMarkers:e=!0,isAttributeSuggestion:r=!1}={})=>(s,o,i)=>{const a=t;if(!o[a(565)])return;const{id:c}=this[a(487)](o[a(654)]);if(r){const t=this[a(571)][a(695)](c),e=this[a(467)](t);if(!this[a(447)](e))return}if(o[a(565)].is(a(662)))return void i[a(533)][a(350)](o[a(565)],s[a(363)]);const u=i[a(546)][a(594)](o[a(565)]);if(o[a(565)].is(a(317))&&n[a(664)][a(373)][a(683)](o[a(565)])&&!u[a(578)](a(385))){i[a(404)][a(625)]([a(334),a(308)],u),i[a(404)][a(345)](a(597),c,u),i[a(546)][a(315)](u,o[a(654)]),e&&(this[a(370)][a(438)](o[a(654)])?i[a(404)][a(625)](a(650),u):i[a(404)][a(545)](a(650),u));for(const t of n[a(664)][a(473)](o[a(565)])[a(368)]())i[a(533)][a(350)](t,s[a(363)]);i[a(533)][a(350)](o[a(565)],s[a(363)])}};n[t(431)][t(307)](t(414))[t(492)]((e=>{const n=t;e.on(n(434),((t,e,r)=>{const o=n;r[o(461)][o(391)]&&s({showActiveMarkers:!1})(t,e,r)}),{priority:n(645)})})),n[t(431)][t(307)](t(414))[t(492)]((e=>{const n=t;e.on(n(270),((t,e,r)=>{const o=n;r[o(461)][o(391)]&&s({showActiveMarkers:!1,isAttributeSuggestion:!0})(t,e,r)}),{priority:n(645)})})),n[t(431)][t(307)](t(414))[t(502)]({model:t(446),view:(e,n)=>n[t(461)][t(391)]?null:{group:t(446),name:e[t(302)](11)}}),n[t(431)][t(307)](t(539))[t(295)]({view:{name:t(446),attributes:{id:/^\w/,"suggestion-type":/^\w/}},model:(e,{writer:n})=>{const r=t;let s=r(608)+e[r(582)](r(558))+":"+e[r(582)]("id");return e[r(582)](r(605))&&(s+=":"+e[r(582)](r(605))),n[r(321)](r(541),{"data-name":s})}}),n[t(431)][t(307)](t(539))[t(543)]({view:t(446)}),n[t(431)][t(307)](t(311))[t(492)]((e=>{const n=t;e.on(n(434),s(),{priority:n(421)})})),n[t(431)][t(307)](t(311))[t(492)]((e=>{const n=t;e.on(n(270),s({isAttributeSuggestion:!0}),{priority:n(421)})})),n[t(431)][t(307)](t(311))[t(492)]((e=>{const n=t;e.on(n(410),((t,e,r)=>{const s=n,o=r[s(546)][s(682)](e[s(654)]);if(o)for(const t of o)t[s(578)](s(385))||(r[s(404)][s(545)]([s(334),s(308),s(650)],t),r[s(404)][s(629)](s(597),t),r[s(546)][s(288)](t,e[s(654)]))}),{priority:n(421)})})),n[t(431)][t(307)](t(311))[t(492)]((e=>{const n=t;e.on(n(517),((t,e,r)=>{const s=n,o=r[s(546)][s(682)](e[s(654)]);if(!o)return;const{id:i}=this[s(487)](e[s(654)]),a=this[s(571)][s(695)](i),c=this[s(467)](a);if(this[s(447)](c))for(const t of o)t[s(578)](s(385))||(r[s(404)][s(545)]([s(334),s(308),s(650)],t),r[s(404)][s(629)](s(597),t),r[s(546)][s(288)](t,e[s(654)]))}),{priority:n(421)})})),n[t(664)][t(359)][t(448)]((e=>{const r=t;let s=!1;const o=Array[r(563)](n[r(664)][r(359)][r(604)][r(300)]()),i=new Set;for(const{name:t,data:c}of o){const{group:o,type:u,subType:l,id:f}=this[r(487)](t);if(r(446)!==o)continue;const h=this[r(571)][r(695)](f);if(null!=c[r(379)]){r(527)==u&&(s=s||Cc(c[r(379)],t,e,n[r(664)][r(373)]));const o=r(291)==u&&this[r(447)](l[r(623)]("|")[0]);if(c[r(379)][r(687)]||r(285)==c[r(379)][r(323)][r(356)]||r(374)==u&&!Lc(c[r(379)])||o&&!Lc(c[r(379)])||r(432)==u&&(kc(a=c[r(379)])||function(t){const e=r;return t[e(314)][e(628)]==t[e(611)][e(522)]&&t[e(314)][e(383)]}(a)))e[r(301)](t),s=!0;else{if(!h||!h[r(622)])continue;i[r(492)](h)}}}var a;return i[r(643)]>0&&(s=!!this[r(514)](i)||s),s})),n[t(664)][t(359)][t(448)]((e=>{const r=t;let s=!1;for(const t of n[r(664)][r(359)][r(604)][r(646)]())if(r(556)==t[r(663)])for(const t of this[r(571)][r(587)]()){if(t[r(671)]||!t[r(622)])continue;const o=r(374)==t[r(663)],i=this[r(467)](t),a=i&&this[r(447)](i);if(!o&&!a)continue;const c=t[r(536)]();if(c[r(314)][r(628)]!=c[r(611)][r(628)]&&!c[r(611)][r(383)]){const o=n[r(664)][r(459)](c[r(314)][r(330)],r(611)),i=n[r(664)][r(362)](c[r(314)],o);e[r(633)](t[r(274)](),{range:i}),s=!0}}return s})),n[t(664)][t(359)][t(448)]((e=>this[t(468)](e))),n[t(664)][t(359)][t(448)]((e=>!e[t(488)][t(631)]&&this[t(569)](e))),n[t(664)].on(t(644),(()=>{this[t(588)]=!1})),n[t(664)][t(359)].on(t(349),((r,s)=>{const o=t;if(!s[o(631)]||s[o(626)])return;if(!this[o(588)])return;const i=n[o(664)][o(359)][o(604)][o(646)]();if(0==i[o(528)])return;const a=[],c=i[o(658)]((t=>o(291)==t[o(663)])),u=i[o(658)]((t=>o(556)==t[o(663)]&&o(396)!=t[o(363)])),l=i[o(658)]((t=>o(419)==t[o(663)]&&o(396)!=t[o(363)]));for(const t of c)this[o(444)](t[o(381)])&&a[o(299)]({key:t[o(381)],newValue:t[o(428)],oldValue:t[o(666)],range:Sc(t[o(273)],n[o(664)])});for(const t of u){const e=l[o(346)]((e=>e[o(617)]===t[o(617)]));if(e){const r=Mc(t[o(429)][o(330)],n[o(664)]);e[o(363)]!==t[o(363)]&&a[o(299)]({key:o(343),newValue:t[o(363)],oldValue:e[o(363)],range:r});for(const[n,s]of e[o(614)]){if(!this[o(444)](n))continue;const e=t[o(614)][o(695)](n);s!==e&&a[o(299)]({key:n,newValue:e,oldValue:s,range:r})}for(const[n,s]of t[o(614)])this[o(444)](n)&&(e[o(614)][o(371)](n)||a[o(299)]({key:n,newValue:s,oldValue:null,range:r}))}}0!=a[o(528)]&&n[o(664)][o(485)](s,(t=>{const n=o,r=(0,e.uid)();for(const{range:t,key:e,oldValue:s,newValue:o}of a)this[n(465)](t,e,s,o,{groupId:r});this[n(436)](t,a)}))}),{priority:t(667)}),n[t(664)][t(405)].on(t(647),((e,n,r)=>{const s=t;if(null==r){const{id:t}=this[s(487)](n[s(363)]),e=this[s(571)][s(695)](t);e&&e[s(269)](n[s(363)])}})),n[t(664)][t(359)].on(t(349),(()=>{const e=t,r=Array[e(563)](n[e(664)][e(359)][e(604)][e(300)]())[e(658)]((t=>e(446)===this[e(487)](t[e(363)])[e(316)]));if(0===r[e(528)])return;r[e(603)](((t,n)=>{const r=e,s=t[r(437)][r(596)],o=n[r(437)][r(596)];return null===s&&null===o?0:null===s&&null!==o?-1:null!==s&&null===o?1:s[r(314)][r(318)](o[r(314)])?-1:1}));const s=new Set,o=new Set;for(const{name:t,data:n}of r){const{id:r}=this[e(487)](t);if(null===n[e(596)]){const n=this[e(553)](t);o[e(492)](n)}else{const t=this[e(571)][e(695)](r);null!==n[e(379)]||t[e(622)]?(s[e(492)](t[e(655)]),o[e(492)](t)):this[e(680)](t)}}o[e(643)]>0&&this[e(337)](o);for(const t of s)this[e(380)](e(632),t)})),n[t(664)].on(t(408),((e,r)=>{const s=t,o=r[0];if(!this[s(571)][s(643)])return;if(!o[s(668)])return;if(o[s(488)][s(626)]||!o[s(488)][s(631)])return;let i,a;switch(o[s(663)]){case s(556):i=n[s(664)][s(459)](o[s(429)]),a=i[s(607)](o[s(413)]);break;case s(623):i=n[s(664)][s(459)](o[s(266)]),a=n[s(664)][s(459)](o[s(601)]);break;case s(326):i=n[s(664)][s(459)](o[s(453)]),a=i[s(607)](o[s(413)]);break;default:return}const c=n[s(664)][s(362)](i,a);n[s(664)][s(441)]((()=>{const t=s;for(const{suggestion:e,meta:n}of this[t(463)](c)){if(e[t(671)])continue;if(t(527)==e[t(663)])continue;const r=this[t(467)](e);if(r&&this[t(447)](r)&&t(623)!=o[t(663)])continue;const s=e[t(437)]&&e[t(437)][t(598)];(t(374)!=e[t(663)]||t(623)==o[t(663)]&&!s)&&(n[t(327)]||t(483)==e[t(663)]&&n[t(294)]||e[t(536)]()[t(420)](c)&&this[t(388)](e,i,a))}}))}),{priority:t(667)}),n[t(664)].on(t(694),((e,r)=>{const s=t,o=r[0],i=r[1];if(i&&i[s(524)])return;if(this[s(475)])return;if(!this[s(336)][s(360)])return;if(o[s(687)])return;const a=n[s(664)][s(373)],{start:c,end:u}=o[s(536)](),l=c[s(330)]&&a[s(293)](c[s(330)])?null:a[s(579)](c,s(390)),f=u[s(522)]&&a[s(293)](u[s(522)])?null:a[s(579)](u,s(480)),h=n[s(664)][s(362)](l?l[s(314)]:c,f?f[s(611)]:u);n[s(664)][s(441)]((t=>{const e=s;this[e(550)](h);const r=n[e(664)][e(373)][e(579)](h[e(314)]);o.is(e(637))?t[e(457)](r):o[e(386)](r)})),e[s(376)]()}),{priority:e.priorities[t(454)]+10}),n[t(664)].on(t(284),((e,r)=>{const s=t,o=r[r[s(528)]-1];o&&o[s(524)]||this[s(475)]||this[s(336)][s(360)]&&(n[s(664)][s(441)]((()=>{const t=s;let o=n[t(664)][t(284)](r[0],r[1],r[2],{forceDefaultExecution:!0});if(!o)return;e[t(328)]=o[t(685)]();const i=o[t(611)][t(522)],a=n[t(664)][t(373)];i&&a[t(683)](i)&&!a[t(472)](i)&&(o=n[t(664)][t(362)](o[t(314)],n[t(664)][t(459)](i,t(611)))),this[t(399)](o)})),e[s(376)]())}),{priority:t(421)}),this[t(665)][t(304)][t(492)](t(403),this[t(336)]),this[t(590)](t(403));const o=new p(n,this[t(571)]);n[t(304)][t(492)](t(535),o),this[t(590)](t(535));const i=new E(n,this[t(571)]);n[t(304)][t(492)](t(320),i),this[t(590)](t(320)),n[t(304)][t(492)](t(692),new R(n,o,this[t(571)])),this[t(590)](t(692)),n[t(304)][t(492)](t(564),new R(n,i,this[t(571)])),this[t(590)](t(564)),n[t(304)][t(492)](t(572),new w(n,o,this[t(571)])),this[t(590)](t(572)),n[t(304)][t(492)](t(395),new w(n,i,this[t(571)])),this[t(590)](t(395));const c=n[t(303)][t(695)](t(283));this[t(593)](c,t(426),((e,{threadId:n})=>{const r=t,s=this[r(571)][r(695)](n);s&&s[r(357)]&&1===s[r(357)][r(528)]&&this[r(585)](n,{hasComments:!0})}),{priority:t(620)}),this[t(593)](c,t(656),((e,{threadId:n})=>{const r=t,s=this[r(571)][r(695)](n);s&&s[r(357)]&&!s[r(357)][r(528)]&&this[r(585)](n,{hasComments:!1})}),{priority:t(620)})}set[Ec(281)](t){const n=Ec;if(this[n(526)])throw new e.CKEditorError(n(649),this);this[n(526)]=t}get[Ec(281)](){return this[Ec(526)]}[Ec(287)]({skipNotAttached:t=!1,toJSON:e=!1}={}){const n=Ec,r=[];for(const e of this[n(571)][n(587)]())t&&!e[n(622)]||r[n(299)](e);return e?r[n(372)]((t=>t[n(516)]())):r}[Ec(466)](t){const n=Ec,r=this[n(571)][n(695)](t);if(!r)throw new e.CKEditorError(n(272),this);return r}[Ec(506)](t){const e=Ec;return this[e(571)][e(371)](t)}[Ec(584)](t){const e=Ec,{authorId:n,id:r,attributes:s}=t,[o,i]=t[e(663)][e(623)](":"),a=this[e(571)][e(695)](r)||this[e(482)](o,i,r,n,s);if(this[e(689)](a),this[e(430)](a,o,i||null,n),a[e(674)]=t[e(674)],a[e(573)]=!0,s&&s[e(609)]){const t=s[e(609)],n=this[e(512)](t[e(271)]);a[e(433)]=t[e(674)],a[e(474)]=n,a[e(577)]=!0}else a[e(433)]=t[e(674)];switch(t[e(437)]&&(a[e(437)]=t[e(437)]),t[e(614)]&&(a[e(614)]=t[e(614)]),this[e(526)]&&this[e(526)][e(499)]||(a[e(479)]=!0),this[e(494)][e(695)](a)){case e(555):this[e(494)][e(458)](a,e(523));break;case e(329):a[e(622)]?(this[e(514)](new Set([a])),this[e(337)](new Set([a])),this[e(494)][e(458)](a,e(561)),this[e(380)](e(511),a)):this[e(494)][e(458)](a,e(476))}return a}[Ec(535)](t){const e=Ec;this[e(524)]((()=>{const n=e;this[n(665)][n(664)][n(441)]((()=>{const e=n;for(const n of t[e(591)]())n[e(382)]()}))}))}[Ec(320)](t){const e=Ec;this[e(524)]((()=>{const n=e;this[n(665)][n(664)][n(441)]((()=>{const e=n;for(const n of t[e(591)]())n[e(401)]()}))}))}[Ec(590)](t,n){const r=Ec,s=this[r(665)][r(304)][r(695)](t);if(!s)throw new e.CKEditorError(r(324),this,{commandName:t});if(this[r(365)][r(371)](s))throw new e.CKEditorError(r(548),this,{commandName:t});this[r(365)][r(492)](s),n&&s.on(r(411),((t,e)=>{const o=r;this[o(336)][o(360)]&&(this[o(475)]||(e[o(528)]>0&&e[e[o(528)]-1]&&e[e[o(528)]-1][o(524)]?e[o(618)]():(t[o(328)]=n(((...t)=>s[o(411)](...t,{forceDefaultExecution:!0})),...e),t[o(376)]())))}),{priority:r(421)})}[Ec(524)](t){const n=Ec;let r,s;const o=this[n(475)];this[n(475)]=!0;try{r=t()}catch(t){s=t}return o||(this[n(475)]=!1),s&&e.CKEditorError[n(297)](s,this),r}[Ec(399)](t,n=null,r={}){const s=Ec;if(t[s(687)])return null;const o=this[s(665)][s(303)][s(695)](s(495)).me;for(const{suggestion:e,meta:o}of this[s(463)](t,s(483)))if(o[s(294)]){if(!o[s(595)]){if(o[s(327)]){if(!this[s(366)]||!wc(e,r))continue;return e}if(wc(e,r))return e;this[s(388)](e,t[s(314)],t[s(611)]);break}if(n==e[s(325)]&&wc(e,r)){const n=e[s(536)]();return n[s(314)][s(491)](t[s(611)])?this[s(586)](e,this[s(280)][s(362)](t[s(314)],n[s(611)])):this[s(586)](e,this[s(280)][s(362)](n[s(314)],t[s(611)])),e}}const i=(0,e.uid)(),a=o.id,c=n?s(627)+n:s(483),u=this[s(435)]({id:i,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(653)](c,i,a,t),u}[Ec(358)](t,n=Ec(415),r={}){const s=Ec,o=this[s(665)][s(303)][s(695)](s(495)).me,i=this[s(393)][s(427)](s(483),n,s(312));for(const e of this[s(287)]())if(e[s(474)].id==o.id&&s(483)==e[s(663)]&&e[s(325)]==n&&wc(e,r)&&(i(e[s(289)](),t)||i(t,e[s(289)]()))){for(const n of t)e[s(425)](n);return e}for(const{suggestion:e,meta:n}of this[s(463)](t,s(483))){if(!n[s(294)])continue;if(!this[s(366)]&&n[s(327)])continue;if(!wc(e,r))continue;let o=!0;for(const n of e[s(289)]())for(const e of t)if(!n[s(420)](e)){o=!1;break}if(o)return e}const a=(0,e.uid)(),c=o.id,u=s(627)+n,l=this[s(435)]({id:a,type:u,createdAt:new Date,authorId:c,attributes:r});for(const e of t)this[s(653)](u,a,c,e,Hr[s(636)]());return l}[Ec(394)](t,n,r=null,s={}){const o=Ec;if(r=r||Nc(n),t[o(687)])return null;if(o(673)===this[o(657)]){const e=this[o(393)][o(427)](o(527),r,o(382));return this[o(524)]((()=>e([t],n,s))),null}const i=this[o(665)][o(303)][o(695)](o(495)).me,a=[];if(o(576)!==this[o(657)])for(const{suggestion:e,meta:n}of this[o(463)](t,o(483)))n[o(294)]&&!n[o(515)]&&a[o(299)](...e[o(289)]());const c=function(t,e){const n=o,r=[];for(const s of e){const e=t[n(500)](s);e&&r[n(299)](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(528)];){const s=r[e][n(508)](t);r[n(451)](e,1,...s),e+=s[n(528)]}}return r}(t,a);c[o(528)]&&this[o(280)][o(441)]((()=>{const t=o;for(const e of c){const o=this[t(393)][t(427)](t(527),r,t(382));this[t(524)]((()=>o([e],n,s)))}}));for(const t of u){let a=null,c=t[o(314)],u=t[o(611)];for(const{suggestion:e,meta:n}of this[o(463)](t,o(527))){if(!n[o(294)])continue;if(e[o(325)]!=r)continue;if(!wc(e,s))continue;const i=e[o(536)]();if(i[o(420)](t,!0))return null;c=c[o(318)](i[o(314)])?c:i[o(314)],u=u[o(389)](i[o(611)])?u:i[o(611)],a?i[o(314)][o(318)](a[o(536)]()[o(314)])?(a[o(348)](),a=e):e[o(348)]():a=e}const l=this[o(280)][o(362)](c,u);if(a)this[o(586)](a,l);else{const t=(0,e.uid)(),a=i.id;this[o(435)]({id:t,type:o(339)+r,data:n,createdAt:new Date,authorId:a,attributes:s}),this[o(653)](o(339)+r,t,a,l)}}return null}[Ec(634)](t,n,r=[],s=null,o={}){const i=Ec;n[i(505)]||(n[i(505)]=n[i(638)]),n[i(598)]=t.is(i(273)),s=s||Nc(n);const a=r[i(372)]((t=>Mc(t,this[i(280)]))),c=t.is(i(273))?t:Mc(t,this[i(280)]);if(i(673)===this[i(657)]){const t=this[i(393)][i(427)](i(374),s,i(382));return this[i(524)]((()=>t([c],n,o))),null}a[i(299)](c);let u=!0;for(const t of a)if(!this[i(529)](t)){u=!1;break}if(u&&i(576)!==this[i(657)]){const t=this[i(393)][i(427)](i(374),s,i(382));return this[i(524)]((()=>t([c],n,o))),null}let l=null,f=c[i(314)],h=c[i(611)];for(const{suggestion:t,meta:e}of this[i(463)](c,i(374))){if(!e[i(294)])continue;if(e[i(595)]||e[i(327)]||e[i(515)])continue;if(t[i(437)][i(505)]!=n[i(505)])continue;if(!wc(t,o))continue;const r=t[i(536)]();if(t[i(325)]==s){if(r[i(420)](c,!0))return null;f=f[i(318)](r[i(314)])?f:r[i(314)],h=h[i(389)](r[i(611)])?h:r[i(611)],l?r[i(314)][i(318)](l[i(536)]()[i(314)])?(l[i(348)](),l=t):t[i(348)]():l=t}else{const e=c[i(500)](r);this[i(277)](t,e)}}const g=this[i(665)][i(303)][i(695)](i(495)).me,d=(0,e.uid)(),p=g.id;if(l)return this[i(586)](l,this[i(280)][i(362)](f,h)),l;{const t=this[i(435)]({id:d,type:i(507)+s,data:n,createdAt:new Date,authorId:p,attributes:o});return this[i(653)](i(507)+s,d,p,this[i(280)][i(362)](f,h)),t}}[Ec(412)](t,n,r=[],s=null,o={}){const i=Ec;n[i(505)]||(n[i(505)]=n[i(638)]);const a=t[0];n[i(598)]=a.is(i(273)),s=s||Nc(n);const c=r[i(372)]((t=>Mc(t,this[i(280)]))),u=a.is(i(273))?t:t[i(372)]((t=>Mc(t,this[i(280)])));if(i(673)===this[i(657)]){const t=this[i(393)][i(427)](i(374),s,i(382));return this[i(524)]((()=>t(u,n,o))),null}c[i(299)](...u);let l=!0;for(const t of c)if(!this[i(529)](t)){l=!1;break}if(l&&i(576)!==this[i(657)]){const t=this[i(393)][i(427)](i(374),s,i(382));return this[i(524)]((()=>t(u,n,o))),null}const f=this[i(665)][i(303)][i(695)](i(495)).me;for(const t of this[i(287)]()){if(t[i(474)].id!=f.id)continue;if(i(374)!=t[i(663)]||t[i(437)][i(505)]!=n[i(505)])continue;if(!wc(t,o))continue;const e=t[i(325)]==s;for(let n=0;n<u[i(528)];n++){const r=u[n];for(const s of t[i(486)]()){const o=s[i(305)]();if(r[i(491)](o)){e?(u[i(451)](n,1),n--):t[i(301)](s[i(363)]);break}}}}if(0==u[i(528)])return null;const h=this[i(393)][i(427)](i(374),s,i(312));for(const t of this[i(287)]())if(t[i(474)].id==f.id&&i(374)==t[i(663)]&&t[i(437)][i(505)]==n[i(505)]&&t[i(325)]==s&&wc(t,o)&&(h(t[i(289)](),u)||h(u,t[i(289)]()))){for(const e of u)t[i(425)](e);return t}const g=(0,e.uid)(),d=f.id,p=i(507)+s,m=this[i(435)]({id:g,type:p,data:n,createdAt:new Date,authorId:d,attributes:o});for(const t of u)this[i(653)](p,g,d,t,Hr[i(636)]());return m}[Ec(550)](t,n=null,r={}){const s=Ec;if(t[s(687)])return null;const o=this[s(665)][s(303)][s(695)](s(495)).me,a=new i.LiveRange(t[s(314)],t[s(611)]);for(const{suggestion:t,meta:e}of this[s(463)](a,s(483)))if(e[s(294)]&&!e[s(595)])if(t[s(671)]){const e=t[s(289)]()[s(658)]((t=>s(285)!=t[s(323)][s(356)]));if(e[s(498)]((t=>a[s(420)](t,!0)))&&t[s(401)](),e[s(540)]((t=>t[s(420)](a,!0)))){const t=this[s(393)][s(427)](s(432),n,s(382));return this[s(524)]((()=>t([a],null,r))),null}}else{const e=a[s(500)](t[s(536)]());null!==e&&t[s(531)]([e],null,r)}if(a[s(418)](),a[s(687)]||s(285)==a[s(323)][s(356)])return null;let c=null,u=a[s(314)],l=a[s(611)];const f=this[s(463)](a,s(432));for(const{suggestion:t,meta:e}of f){const n=this[s(280)][s(362)](u,l);if(e[s(294)]&&(this[s(366)]||!e[s(327)]&&!e[s(515)]))if(t[s(671)]){if(!wc(t,r))continue;let e=!0;for(const r of t[s(289)]()){if(r[s(420)](n,!0))return t;n[s(420)](r)||(e=!1)}e&&t[s(401)]()}else{const e=t[s(536)]();if(e[s(420)](n,!0))return t;if(!wc(t,r)){n[s(420)](e)?t[s(348)]():e[s(661)](u)?u=e[s(611)]:e[s(661)](l)&&(l=e[s(314)]);continue}u=u[s(318)](e[s(314)])?u:e[s(314)],l=l[s(389)](e[s(611)])?l:e[s(611)],r=Object[s(268)]({},t[s(614)]),c?e[s(314)][s(318)](c[s(536)]()[s(314)])?(c[s(348)](),c=t):t[s(348)]():c=t}}if(c)return this[s(586)](c,this[s(280)][s(362)](u,l)),c;{const t=(0,e.uid)(),i=this[s(280)][s(362)](u,l),a=o.id,c=n?s(660)+n:s(432),f=this[s(435)]({id:t,type:c,createdAt:new Date,authorId:a,attributes:r});return this[s(653)](c,t,a,i),f}}[Ec(503)](t,n=Ec(415),r={}){const s=Ec,o=this[s(665)][s(303)][s(695)](s(495)).me,a=t[s(372)]((t=>new i.LiveRange(t[s(314)],t[s(611)]))),c=new Set;for(const{suggestion:t,meta:e}of this[s(463)](a,s(483)))e[s(294)]&&!e[s(595)]&&c[s(492)](t);for(const e of c)if(e[s(671)]){const o=e[s(289)]();if((!e[s(614)]||!e[s(614)][s(353)])&&o[s(498)]((t=>a[s(540)]((e=>e[s(420)](t,!0)))))&&e[s(401)](),a[s(498)]((t=>o[s(540)]((e=>e[s(420)](t,!0)))))){const e=this[s(393)][s(427)](s(432),n,s(382));return this[s(524)]((()=>e(t,null,r))),null}}else{const t=e[s(536)]();if(a[s(540)]((e=>e[s(420)](t,!0)))&&e[s(401)](),a[s(498)]((e=>t[s(420)](e,!0)))){const t=this[s(393)][s(427)](s(432),n,s(382));return this[s(524)]((()=>t(a,null,r))),null}}const u=this[s(393)][s(427)](s(432),n,s(312));let l=null;for(const t of this[s(287)]())if(t[s(474)].id==o.id&&t[s(622)]&&s(432)==t[s(663)]&&t[s(325)]==n&&wc(t,r)&&(u(t[s(289)](),a)||u(a,t[s(289)]())))if(l){if(t[s(357)]&&t[s(357)][s(528)])continue;for(const e of t[s(289)]())l[s(409)](e)||l[s(425)](e);t[s(348)]()}else{l=t;for(const e of a)t[s(409)](e)||t[s(425)](e)}if(l)return l;c[s(509)]();for(const{suggestion:t,meta:e}of this[s(463)](a,s(432)))e[s(294)]&&(this[s(366)]||!e[s(327)]&&!e[s(515)])&&wc(t,r)&&c[s(492)](t);for(const t of c){const e=t[s(289)]();if((!r||!r[s(353)])&&a[s(498)]((t=>e[s(540)]((e=>e[s(420)](t,!0))))))return t;(!t[s(614)]||!t[s(614)][s(353)])&&e[s(498)]((t=>a[s(540)]((e=>e[s(420)](t,!0)))))&&t[s(401)]()}const f=(0,e.uid)(),h=o.id,g=s(660)+n,d=this[s(435)]({id:f,type:g,createdAt:new Date,authorId:h,attributes:r});for(const t of a)t[s(418)](),t[s(687)]||s(285)==t[s(323)][s(356)]||this[s(653)](g,f,h,t,Hr[s(636)]());return d}[Ec(465)](t,n,r,s,o){const i=Ec;if(t[i(687)])return[];if(i(673)===this[i(657)])return[];const a=this[i(665)][i(303)][i(695)](i(495)).me.id,c=Array[i(563)](this[i(571)][i(587)]())[i(658)]((e=>i(291)==e[i(663)]&&e[i(437)][i(361)]==n&&e[i(409)](t)));if(i(497)===this[i(657)]){const e=this[i(463)](t,i(483))[i(658)]((({meta:t})=>t[i(294)]&&!t[i(515)]&&!t[i(595)]))[i(372)]((({suggestion:t})=>t));c[i(471)](...e)}const u=new Map([[t,r]]);for(const t of c){const e=i(291)==t[i(663)]?t[i(437)][i(681)]:void 0,o=t[i(536)](),a=Array[i(563)](u[i(298)]())[i(346)]((t=>t[i(532)](o)));if(!a)continue;const c=a[i(508)](o);this[i(447)](n)&&i(483)==t[i(663)]&&0!=c[i(528)]||(u[i(642)](a),c[i(519)]((t=>{u[i(458)](t,r)})),i(483)!=t[i(663)]&&e!=s&&u[i(458)](a[i(500)](o),e))}const l=[];for(const[t,r]of u){const c=(0,e.uid)(),u={key:n,oldValue:r,newValue:s};n[i(528)]>37&&console[i(342)](i(455),{key:n});const f=(i(676)+(n+"|")+Nc({newValue:s}))[i(279)](0,60),h=this[i(435)]({id:c,type:f,data:u,createdAt:new Date,authorId:a,attributes:o});l[i(299)](h),this[i(653)](f,c,a,t)}return l}[Ec(460)](t){const e=Ec;this[e(641)][e(492)](t)}[Ec(462)](t){const e=Ec;this[e(347)][e(492)](t)}[Ec(402)](t,e=[],n=[]){const r=Ec;this[r(590)](t,((t,...e)=>{this[r(606)]((()=>{t(...e)}))}));for(const t of e)this[r(462)](t);for(const t of n)this[r(460)](t)}[Ec(467)](t){const e=Ec;return e(291)==t[e(663)]?t[e(325)][e(623)]("|")[0]:null}[Ec(586)](t,e){const n=Ec,r=t[n(274)]();this[n(280)][n(441)]((t=>{t[n(633)](r,{range:e})}))}[Ec(689)](t){const e=Ec,n=t.id,r=this[e(665)][e(377)][e(695)](e(602));this[e(568)][e(445)](n)||this[e(568)][e(510)]({channelId:r,threadId:n,isResolvable:!1,isSubmitted:!0});const s=this[e(568)][e(538)](n);s[e(551)](e(696)),s[e(696)]=!1,t[e(357)]=s}[Ec(430)](t,n,r,s){const o=Ec;if(t[o(663)]!=n||t[o(325)]!=r||t[o(267)].id!=s)throw this[o(665)][o(513)](o(534)),new e.CKEditorError(o(534),this)}[Ec(277)](t,n){const r=Ec,s=t[r(536)]();if(n[r(491)](s))t[r(348)]();else if(s[r(420)](n)){const o=this[r(280)][r(459)](n[r(314)][r(522)],r(611));this[r(586)](t,this[r(280)][r(362)](s[r(314)],o));const i=(0,e.uid)(),a=t[r(267)].id,c=t[r(663)]+":"+t[r(325)];this[r(435)]({id:i,type:c,createdAt:new Date,authorId:a,data:t[r(437)],attributes:t[r(614)]});const u=this[r(280)][r(459)](n[r(611)][r(628)],r(557)),l=this[r(280)][r(362)](u,s[r(611)]);this[r(653)](c,i,a,l)}else if(s[r(661)](n[r(314)])){const e=this[r(280)][r(459)](n[r(314)][r(522)],r(611));this[r(586)](t,this[r(280)][r(362)](s[r(314)],e))}else{const e=this[r(280)][r(459)](n[r(611)][r(628)],r(557));this[r(586)](t,this[r(280)][r(362)](e,s[r(611)]))}}[Ec(529)](t){const e=Ec;for(const{suggestion:n,meta:r}of this[e(463)](t,e(483))){if(!r[e(294)])continue;const s=n[e(289)]();for(const n of s)if(!t[e(508)](n)[e(528)])return!0}return!1}[Ec(322)](t){const n=Ec,r=this[n(665)][n(303)][n(695)](n(495))[n(684)](t);if(!r)throw new e.CKEditorError(n(332),this);return r}[Ec(512)](t){const e=Ec,n=this[e(665)][e(303)][e(695)](e(495)),r=(0,o.hashObject)(e(478)+t);return n[e(684)](r)||n[e(544)]({id:r,name:t})}[Ec(482)](t,e,n,r,s){const o=Ec,i=this[o(322)](r),a=this[o(393)][o(344)](t,e,n,i,s,(t=>{const e=o;this[e(585)](n,{attributes:t});const r=this[e(466)](n);this[e(514)](new Set([r])),this[e(337)](new Set([r]))}));return this[o(593)](a,o(382),(()=>{const t=o;this[t(585)](n,{state:t(341)})}),{priority:o(421)}),this[o(593)](a,o(401),(()=>{const t=o;this[t(585)](n,{state:t(282)})}),{priority:o(421)}),this[o(571)][o(458)](n,a),this[o(494)][o(458)](a,o(555)),a}[Ec(487)](t){const e=Ec,n=t[e(623)](":");return{group:n[0],type:n[1],subType:n[e(528)]>=5?n[2]:null,id:n[e(528)]<5?n[2]:n[3],authorId:n[e(528)]<5?n[3]:n[4],markerCount:6==n[e(528)]?n[5]:null}}[Ec(388)](t,n,r){const s=Ec,o=t[s(536)](),i=o[s(314)],a=o[s(611)];this[s(586)](t,this[s(280)][s(362)](i,n));const c=(0,e.uid)(),u=t[s(267)].id,l=t[s(663)]+(t[s(325)]?":"+t[s(325)]:"");this[s(435)]({id:c,type:l,createdAt:new Date,authorId:u,originalSuggestionId:t.id,attributes:t[s(614)],data:t[s(437)]});const f=this[s(467)](t);(s(374)==t[s(663)]||f&&this[s(447)](f))&&(r=this[s(280)][s(387)](r[s(628)])),this[s(653)](l,c,u,this[s(280)][s(362)](r,a))}[Ec(463)](t,e=null){const n=Ec,r=[],s=this[n(665)][n(303)][n(695)](n(495)).me;Array[n(397)](t)||(t=[t]);for(const o of this[n(287)]()){if(!o[n(622)])continue;if(e&&o[n(663)]!=e)continue;let i=!1;for(const e of o[n(289)]()){for(const a of t){const t=a[n(314)][n(491)](e[n(611)])||a[n(611)][n(491)](e[n(314)]);if(t||a[n(500)](e)){const c=a[n(420)](e)&&Ac(this[n(280)][n(373)],e[n(314)],a),u=e[n(420)](a)&&Ac(this[n(280)][n(373)],a[n(314)],e);r[n(299)]({suggestion:o,meta:{isOwn:s==o[n(474)],isNextTo:t,isInsideObject:c,containsRangeInObject:u}}),i=!0;break}}if(i)break}}return r}[Ec(653)](t,e,n,r,s){const o=Ec;this[o(280)][o(441)]((i=>{const a=o;let c=a(608)+t+":"+e+":"+n;s&&(c=c+":"+s),i[a(424)](c,{range:r,usingOperation:!0,affectsData:!0})}))}[Ec(680)](t){const e=Ec,n=t[e(560)],r=t[e(384)];t[e(560)]=null,t[e(384)]=null,null!=n&&n[e(384)]==t&&(n[e(384)]=r),null!=r&&r[e(560)]==t&&(r[e(560)]=n),e(561)==this[e(494)][e(695)](t)&&(this[e(494)][e(458)](t,e(476)),this[e(380)](e(286),t,n,r))}[Ec(435)](t){const n=Ec,r=t.id,s=this[n(584)](t);if(this[n(526)]&&this[n(526)][n(499)]){const o=this[n(665)][n(303)][n(695)](n(490)),i=s[n(275)],a=s[n(325)]?s[n(663)]+":"+s[n(325)]:s[n(663)],c=this[n(665)][n(580)],u=o[n(492)](Wr(c,n(615))),l={id:r,type:a,hasComments:i,data:t[n(437)]||null,originalSuggestionId:t[n(477)]||null,attributes:s[n(614)]};this[n(526)][n(499)](l)[n(331)]((t=>{const e=n;s[e(479)]=!0,o[e(419)](u),t&&t[e(674)]&&(this[e(571)][e(695)](r)[e(674)]=t[e(674)])}))[n(440)]((t=>{const r=n;throw(0,e.logWarning)(r(616)),this[r(665)][r(664)][r(485)]({isUndoable:!1},(()=>{s[r(401)]()})),s[r(686)](),this[r(571)][r(642)](s.id),this[r(494)][r(642)](s),t}))}return s}[Ec(447)](t){const e=Ec;return this[e(641)][e(371)](t)}[Ec(585)](t,e){const n=Ec,r=this[n(665)][n(303)][n(695)](n(490)),s=this[n(466)](t);if(this[n(526)]&&this[n(526)][n(364)])if(s[n(479)]){const s=r[n(492)](Wr(this[n(665)][n(580)],n(615)));this[n(526)][n(364)](t,e)[n(331)]((()=>{r[n(419)](s)}))}else s.on(n(651),(()=>{this[n(585)](t,e)}))}[Ec(469)](t){const n=Ec;if(!this[n(526)]||!this[n(526)][n(466)])throw new e.CKEditorError(n(559),this);return this[n(526)][n(466)](t)}[Ec(553)](t){const e=Ec,{id:n,type:r,subType:s,authorId:o}=this[e(487)](t),i=this[e(571)][e(695)](n)||this[e(482)](r,s,n,o,{});switch(this[e(430)](i,r,s,o),this[e(494)][e(695)](i)){case e(555):this[e(469)](n)[e(331)]((t=>{const r=e;let s=Promise[r(648)]();t[r(275)]&&(s=this[r(568)][r(443)]({channelId:this[r(665)][r(377)][r(695)](r(602)),threadId:n})),s[r(331)]((()=>{const e=r;this[e(584)](t)[e(479)]=!0}))})),this[e(494)][e(458)](i,e(329));break;case e(476):this[e(585)](n,{state:e(693)});case e(523):this[e(494)][e(458)](i,e(561)),this[e(380)](e(511),i);break;case e(561):this[e(380)](e(632),i)}return i[e(269)](t),i}[Ec(337)](t){const e=Ec,n=Array[e(563)](t),r=n[e(658)]((t=>e(291)==t[e(663)]));this[e(496)](r);const s=n[e(658)]((t=>!t[e(671)]&&e(291)!=t[e(663)])),o=this[e(287)]({skipNotAttached:!0})[e(658)]((t=>!t[e(671)]&&e(291)!=t[e(663)])),i=o[e(658)]((n=>!t[e(371)](n))),a=new Map(o[e(372)]((t=>[t,this[e(393)][e(427)](t[e(663)],t[e(325)],e(599))]))),c=new Map(o[e(372)]((t=>[t,t[e(536)]()]))),u=new Set,l=new Set;for(let t=0;t<s[e(528)];t++)h(s[t],s,t+1);for(let t=0;t<s[e(528)];t++)h(s[t],i,0);const f=new Set;for(let t=0;t<s[e(528)];t++){const n=s[t];!l[e(371)](n)&&n[e(560)]&&(f[e(492)](n[e(560)]),n[e(560)][e(384)]===n&&(n[e(560)][e(384)]=null),n[e(560)]=null),!u[e(371)](n)&&n[e(384)]&&(f[e(492)](n[e(384)]),n[e(384)][e(560)]===n&&(n[e(384)][e(560)]=null),n[e(384)]=null)}function h(t,n,r){const s=e;for(let e=r;e<n[s(528)];e++){const r=g(t,n[e]);r&&(r[0][s(384)]=r[1],r[1][s(560)]=r[0],u[s(492)](r[0]),l[s(492)](r[1]))}}function g(t,n){const r=e;if(t[r(474)].id!==n[r(474)].id)return null;const s=a[r(695)](t)(t,n,c[r(695)](t),c[r(695)](n));return s&&a[r(695)](n)(t,n,c[r(695)](t),c[r(695)](n))?s[1][r(357)]&&s[1][r(357)][r(528)]?null:s:null}f[e(643)]&&this[e(337)](f)}[Ec(496)](t){const e=Ec;if(0==t[e(528)])return;const n=this[e(287)]({skipNotAttached:!0})[e(658)]((t=>e(291)==t[e(663)]&&t[e(573)])),r=[],s=new Map;for(const t of n){const n=(0,o.hashObject)(t[e(614)]);s[e(371)](n)||(s[e(458)](n,r[e(528)]),r[e(299)]([]));const i=s[e(695)](n);r[i][e(299)](t)}!function(){const t=e;r[t(603)](((e,n)=>{const r=t,s=e[0][r(674)],o=n[0][r(674)];return s==o?e[0][r(614)][r(688)]<n[0][r(614)][r(688)]?-1:1:s<o?-1:1}));for(const e of r)e[t(603)](((t,e)=>t.id<e.id?-1:1))}();for(let t=0;t<r[e(528)];t++){if(0==r[t][e(528)])continue;const n=[];for(let s=t+1;s<r[e(528)];s++)0!=r[s][e(528)]&&i(r[t],r[s])&&n[e(299)](s);for(const s of n)r[t]=r[t][e(678)](r[s]),r[s]=[]}for(const t of r)for(let n=0;n<t[e(528)];n++)t[n][e(384)]=t[n+1]||null;for(const t of r)for(let n=0;n<t[e(528)];n++)t[n][e(560)]=t[n-1]||null;function i(t,n){const r=e;if(t[0][r(614)][r(688)]!==n[0][r(614)][r(688)]&&t[0][r(474)]!==n[0][r(474)])return!1;if(!function(t,e){const n=r;return!t[n(275)]&&!e[n(275)]||(!t[n(275)]||!e[n(275)])&&(!!(t[n(275)]&&e[n(674)]<t[n(357)][n(575)][n(695)](0)[n(674)])||!!(e[n(275)]&&t[n(674)]<e[n(357)][n(575)][n(695)](0)[n(674)]))}(t[0],n[0]))return!1;const s=Ic(t[0][r(614)],r(688)),o=Ic(n[0][r(614)],r(688));return!!wr(s,o)&&(!!t[r(498)]((t=>n[r(540)]((e=>t[r(536)]()[r(491)](e[r(536)]())))))&&n[r(498)]((e=>t[r(540)]((t=>e[r(536)]()[r(491)](t[r(536)]()))))))}}[Ec(514)](t){const e=Ec,n=Array[e(563)](t),r=this[e(287)]({skipNotAttached:!0}),s=r[e(658)]((n=>!t[e(371)](n))),o=new Map(n[e(372)]((t=>[t,this[e(393)][e(427)](t[e(663)],t[e(325)],e(312))]))),i=new Map(r[e(372)]((t=>[t,t[e(289)]()])));for(let t=0;t<n[e(528)];t++)if(a(this,n[t],n,t+1))return!0;for(let t=0;t<n[e(528)];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(528)];e++){const s=r[e];if(s[a(663)]!==n[a(663)]||s[a(474)].id!==n[a(474)].id||s[a(325)]!==n[a(325)])continue;if(!Oc(n,s,[a(688)]))continue;if(a(291)==n[a(663)]&&n[a(437)][a(681)]!=s[a(437)][a(681)])continue;if(a(291)==n[a(663)]&&t[a(447)](n[a(437)][a(361)]))continue;if(a(374)==n[a(663)]){const e=t[a(665)][a(664)],r=n[a(639)]();if(r&&(e[a(373)][a(472)](r)||e[a(373)][a(293)](r)))continue}const c=o[a(695)](n),u=i[a(695)](n),l=i[a(695)](s),f=n[a(357)]&&n[a(357)][a(528)],h=s[a(357)]&&s[a(357)][a(528)];if(!f&&c(l,u))return t[a(525)](s,n),i[a(642)](n),!0;if(!h&&c(u,l))return t[a(525)](n,s),i[a(642)](s),!0}return!1}}[Ec(525)](t,e){const n=Ec;if(t[n(671)])for(const r of e[n(289)]())t[n(425)](r);else{const r=e[n(536)]()[n(611)];this[n(586)](t,this[n(280)][n(362)](t[n(536)]()[n(314)],r))}e[n(348)]()}[Ec(520)](t,e){const n=Ec,r=t[n(677)](n(537))||t[n(677)](n(291))?n(567):t[n(481)]();return Wr(this[n(665)][n(580)],e+"_"+r+n(621))}[Ec(669)](){const t=Ec,e=this[t(665)];(0,o.surroundingMarkersDetector)(this[t(280)],(({left:n,entered:r})=>{const s=t,o=[];for(const t of n){const{group:e,type:n}=this[s(487)](t[s(363)]);if(s(446)===e){o[s(299)](this[s(520)](n,s(442)));break}}for(const t of r){const{group:e,type:n}=this[s(487)](t[s(363)]);if(s(446)===e){o[s(299)](this[s(520)](n,s(417)));break}}o[s(528)]&&e.ui[s(340)][s(501)](s(403),o[s(312)](" "))}))}[Ec(468)](t){const e=Ec;if(this[e(588)])return!1;const n=this[e(665)],r=n[e(664)][e(359)][e(604)][e(646)]();if(0==r[e(528)])return!1;const s=[],o=r[e(658)]((t=>e(291)==t[e(663)])),i=r[e(658)]((t=>e(556)==t[e(663)]&&e(396)!=t[e(363)])),a=r[e(658)]((t=>e(419)==t[e(663)]&&e(396)!=t[e(363)]));for(const t of o)s[e(299)]({key:t[e(381)],newValue:t[e(428)],oldValue:t[e(666)],range:Sc(t[e(273)],n[e(664)])});for(const t of i){const r=a[e(346)]((n=>n[e(429)][e(491)](t[e(429)])));r&&s[e(299)]({key:e(343),newValue:t[e(363)],oldValue:r[e(363)],range:n[e(664)][e(574)](t[e(429)][e(330)])})}return 0!=s[e(528)]&&this[e(436)](t,s)}[Ec(569)](t){const e=Ec;let n=!1;const r=this[e(665)][e(664)][e(359)][e(604)][e(300)]()[e(658)]((t=>t[e(437)][e(379)]&&t[e(363)][e(677)](e(416))));for(const s of r){const{subType:r,id:o}=this[e(487)](s[e(363)]),i=r[e(623)]("|")[0];for(const r of this[e(287)]({skipNotAttached:!0}))r.id!=o&&e(291)==r[e(663)]&&r[e(437)]&&r[e(437)][e(361)]==i&&r[e(536)]()[e(532)](s[e(437)][e(379)])&&(this[e(566)](r,s[e(437)][e(379)],t),n=!0)}return n}[Ec(606)](t){const e=Ec;this[e(665)],this[e(588)]=!0,t()}[Ec(444)](t){const e=Ec,n=this[e(447)](t),r=this[e(347)][e(371)](t);return n||r}[Ec(436)](t,e){const n=Ec;if(0==e[n(528)])return!1;let r=!1;for(const s of e){const e=this[n(463)](s[n(273)],n(291))[n(658)]((t=>!t[n(484)][n(595)]))[n(372)]((t=>t[n(446)])),i=(0,o.hashObject)({newValue:s[n(464)]});e[n(658)]((t=>{const e=n,[r,o]=t[e(325)][e(623)]("|");return r==s[e(361)]&&o!=i}))[n(519)]((e=>{const o=n;this[o(566)](e,s[o(273)],t),r=!0}))}return r}[Ec(566)](t,e,n){const r=Ec,s=t[r(536)]()[r(508)](e);0!==s[r(528)]?1!==s[r(528)]?this[r(388)](t,e[r(314)],e[r(611)]):this[r(586)](t,s[0]):n[r(301)](t[r(274)]())}}class yc{constructor(t){const e=Ec;this[e(378)]=t,this[e(280)]=t[e(664)],this[e(610)]=new Map,this[e(407)]=new Map,this[e(554)]()}[Ec(344)](t,e,n,r,s,o){const i=Ec;return new Hr(this[i(280)],{type:t,subType:e,id:n,author:r,creator:r,attributes:s,onAttributesChange:o,onAccept:(...n)=>this[i(427)](t,e,i(382))(...n),onDiscard:(...n)=>this[i(427)](t,e,i(401))(...n)})}[Ec(367)](t,e,n,r){const s=Ec,o=t+":"+e+":"+n;this[s(610)][s(458)](o,r)}[Ec(427)](t,e,n){const r=Ec,s=t+":"+e+":"+n;return this[r(610)][r(695)](s)||this[r(407)][r(695)](t+":"+n)}[Ec(554)](){const t=Ec,e=()=>!1,n=t=>{const e=Rc;t[e(603)](((t,n)=>t[e(314)][e(318)](n[e(314)])?1:-1)),this[e(280)][e(441)]((n=>{const r=e;for(const e of t){let t;t=e[r(611)][r(383)]&&e[r(611)][r(628)]==e[r(314)][r(330)]?n[r(530)](e[r(314)][r(330)],"on"):n[r(530)](e),this[r(280)][r(694)](t,{forceDefaultExecution:!0,doNotAutoparagraph:!0})}}))},r=(t,e)=>{const n=Rc;e&&this[n(280)][n(441)]((r=>{const s=n,{commandName:o,commandParams:a=[]}=e,c=t[s(372)]((t=>(kc(t)&&(t=this[s(280)][s(362)](t[s(611)])),t)))[s(658)]((t=>s(285)!==t[s(323)][s(356)]));if(c[s(528)]<1)return;const u=Array[s(563)](this[s(280)][s(359)][s(662)][s(289)]())[s(372)]((t=>i.LiveRange[s(333)](t)));r[s(457)](c);for(const t of this[s(378)][s(304)][s(304)]())t[s(542)]();a[s(299)]({forceDefaultExecution:!0}),this[s(378)][s(411)](o,...a);const l=u[s(658)]((t=>s(285)!=t[s(323)][s(356)]));l[s(528)]>0&&r[s(457)](l);for(const t of u)t[s(418)]()}))},s=(e,n)=>1==e[t(528)]&&1==n[t(528)]&&e[0][t(611)][t(491)](n[0][t(314)]),o=(e,n,r,s)=>vc(e,n,r,s,this[t(280)])?[e,n]:vc(n,e,s,r,this[t(280)])?[n,e]:null;this[t(407)][t(458)](t(570),e),this[t(407)][t(458)](t(613),n),this[t(407)][t(458)](t(338),s),this[t(407)][t(458)](t(690),o),this[t(407)][t(458)](t(319),n),this[t(407)][t(458)](t(354),e),this[t(407)][t(458)](t(672),s),this[t(407)][t(458)](t(581),o),this[t(407)][t(458)](t(406),r),this[t(407)][t(458)](t(679),e),this[t(407)][t(458)](t(652),s),this[t(407)][t(458)](t(504),e),this[t(407)][t(458)](t(691),r),this[t(407)][t(458)](t(423),e),this[t(407)][t(458)](t(278),s),this[t(407)][t(458)](t(592),e),this[t(407)][t(458)](t(670),e),this[t(407)][t(458)](t(675),((e,n)=>{const r=t;if(!n)return;const s=this[r(378)][r(303)][r(695)](_c);this[r(280)][r(441)]((t=>{const o=r;if(o(343)==n[o(361)])for(const r of e){const e=r[o(314)][o(330)],s=n[o(681)];t[o(352)](e,s)}else if(s[o(447)](n[o(361)]))for(const r of e)void 0!==n[o(681)]?t[o(345)](n[o(361)],n[o(681)],r[o(314)][o(330)]):t[o(629)](n[o(361)],r[o(314)][o(330)]);else for(const r of e)n[o(681)]?t[o(345)](n[o(361)],n[o(681)],r):t[o(629)](n[o(361)],r)}))})),this[t(407)][t(458)](t(640),s)}}function Ac(t,e,n){const r=Ec;for(const s of e[r(628)][r(518)]({includeSelf:!0,parentFirst:!0})){if(s[r(323)]==s)return!1;if(!n[r(309)](s))return!1;if(t[r(472)](s)||t[r(293)](s))return!0}return!1}function kc(t){const e=Ec;return t[e(611)][e(628)]==t[e(314)][e(330)]&&t[e(611)][e(450)]}function Cc(t,e,n,r){const s=Ec,o=t=>!t[s(565)].is(s(549))&&!r[s(472)](t[s(565)]),i=t[s(314)][s(313)](o),a=t[s(611)][s(313)](o,{direction:s(480)});return!(t[s(314)][s(491)](i)&&t[s(611)][s(491)](a)||(i[s(318)](a)?n[s(633)](e,{range:n[s(362)](i,a)}):n[s(301)](e),0))}function Nc(t){return(0,o.hashObject)(t)}function Lc(t){const e=Ec,n=t[e(314)][e(330)];return n&&n.is(e(317))}function Rc(t,e){const n=bc();return(Rc=function(t,e){return n[t-=266]})(t,e)}function Sc(t,e){const n=Ec;return null==t[n(611)][n(522)]&&t[n(611)][n(628)]==t[n(314)][n(330)]?Mc(t[n(314)][n(330)],e):t}function Mc(t,e){const n=Ec,r=e[n(373)][n(472)](t)||e[n(373)][n(547)](t);return e[n(362)](e[n(459)](t,n(493)),r?e[n(635)](t):e[n(459)](t,n(611)))}function vc(t,e,n,r,s){const o=Ec;if(!Oc(t,e))return!1;if(n[o(611)][o(491)](r[o(314)]))return!0;if(t[o(663)]!=e[o(663)])return!1;if(!n[o(611)][o(290)](r[o(314)]))return!1;const i=s[o(362)](n[o(611)],r[o(314)])[o(583)]();for(const t of i)if([o(449),o(452)][o(438)](t[o(663)])&&s[o(373)][o(293)](t[o(565)]))return!1;return!0}function Oc(t,e,n=[]){const r=Ec;return!(!t[r(573)]||!e[r(573)])&&wr(Ic(t[r(614)],n),Ic(e[r(614)],n))}function wc(t,e){const n=Ec,r=Fc(t[n(614)]),s=Fc(e);if(!t[n(573)])return!1;for(const t of Object[n(298)](s))if(!wr(r[t],s[t]))return!1;return!0}function Fc(t){const e=Ec,n=Object[e(268)]({},t);return delete n[e(353)],delete n[e(351)],n}const Dc=Pc;function Pc(t,e){const n=xc();return(Pc=function(t,e){return n[t-=421]})(t,e)}function xc(){const t=["canEditAt","commentThreadController","58eKqmpX","_setPendingAction","25405lEqKrD","getRanges","get","PendingActions","18214182kLRsOk","_pendingAction","isEnabled","300836wQbgEn","discardSuggestion","locale","3937444cKwUOy","_acceptCommand","174282sVIPhe","5PDQKEg","acceptSuggestion","destroy","commands","plugins","_discardCommand","5077602VzttXj","change:isDirty","PENDING_ACTION_SUGGESTION","canDiscard","model","10pHOLpz","stopListening","bind","_removePendingAction","add","remove","_editor","isDirty","unbind","listenTo","canAccept","view","3815056KFCSRx","execute"];return(xc=function(){return t})()}!function(t,e){const n=Pc,r=t();for(;;)try{if(488479===-parseInt(n(435))/1*(parseInt(n(433))/2)+parseInt(n(447))/3+-parseInt(n(442))/4*(-parseInt(n(448))/5)+-parseInt(n(454))/6+-parseInt(n(445))/7+parseInt(n(429))/8+parseInt(n(439))/9*(parseInt(n(459))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(xc);class Bc extends((0,e.ObservableMixin)()){constructor(t,e,n,r){const s=Pc;super(),this[s(458)]=e,this[s(428)]=n,this[s(432)]=r,this[s(423)]=t,this[s(446)]=t[s(451)][s(437)](s(449)),this[s(453)]=t[s(451)][s(437)](s(443)),this[s(428)][s(461)](s(441)).to(this[s(446)],this[s(453)],((t,e)=>t||e)),this[s(428)][s(461)](s(427)).to(this[s(446)],s(441),(t=>t&&this[s(423)][s(458)][s(431)](e[s(436)]()))),this[s(428)][s(461)](s(457)).to(this[s(453)],s(441),(t=>t&&this[s(423)][s(458)][s(431)](e[s(436)]()))),this[s(440)]=null,n[s(424)]&&this[s(434)](),this[s(426)](n,s(449),(()=>this[s(449)]())),this[s(426)](n,s(443),(()=>this[s(443)]())),this[s(426)](n,s(455),(()=>{const t=s;n[t(424)]?this[t(434)]():this[t(462)]()}))}[Dc(449)](){const t=Dc;this[t(446)][t(430)](this[t(458)].id)}[Dc(443)](){const t=Dc;this[t(453)][t(430)](this[t(458)].id)}[Dc(450)](){const t=Dc;this[t(428)][t(425)](t(441)),this[t(428)][t(425)](t(427)),this[t(428)][t(425)](t(457)),this[t(460)](),this[t(432)][t(450)](),this[t(440)]&&this[t(462)]()}[Dc(434)](){const t=Dc,e=Wr(this[t(423)][t(444)],t(456));this[t(440)]=this[t(423)][t(452)][t(437)](t(438))[t(421)](e)}[Dc(462)](){const t=Dc;null!==this[t(440)]&&this[t(423)][t(452)][t(437)](t(438))[t(422)](this[t(440)]),this[t(440)]=null}}function Uc(t,e){const n=Gc();return(Uc=function(t,e){return n[t-=437]})(t,e)}const jc=Uc;function Gc(){const t=["bind","fire","4024773aMUhnG","assign","1819190dnVDom","length","destroy","_createCommentViews","977963gWUbAi","commentThreadInputView","editor","addComment","hasDirtyComment","element","commentThread","updateComment","8mhWgmO","showInput","locale","setData","set","commentsListView","isDirty","isEnabled","authoredAt","CommentView","canDiscard","isReadOnly","4416132frjGKR","removeComment","2384888ZMVZmf","value","submit","editorConfig","121CqmVzq","disabledSubmit","delegate","commentInputView","_localUser","focus","_createCommentThreadInputView","disableComments","cancel","_config","5IBFVRx","2657046wwowLK","5xIwzZt","descriptionParts","65914IHHDEW","_model","isActive","canAccept"];return(Gc=function(){return t})()}!function(t,e){const n=Uc,r=t();for(;;)try{if(503536===-parseInt(n(473))/1*(parseInt(n(475))/2)+-parseInt(n(472))/3+parseInt(n(457))/4*(-parseInt(n(471))/5)+parseInt(n(455))/6+parseInt(n(487))/7*(-parseInt(n(443))/8)+-parseInt(n(481))/9+parseInt(n(483))/10*(parseInt(n(461))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Gc);class Vc extends s.View{constructor(t,e,n,r){const s=Uc;super(t),this[s(448)]=null,this[s(488)]=null,this[s(447)](s(477),!1),this[s(447)](s(451),e[s(451)]),this[s(479)](s(451)).to(e),this[s(447)](s(474),[]),this[s(447)](s(449),!1),this[s(447)](s(450),!1),this[s(447)](s(478),!1),this[s(447)](s(453),!1),this[s(476)]=e,this[s(465)]=n,this[s(470)]=r,r[s(468)]?this[s(447)](s(484),1):this[s(486)]()}[jc(466)](){const t=jc;this[t(440)][t(466)]()}[jc(485)](){const t=jc;this[t(448)]&&this[t(448)][t(485)](),this[t(488)]&&this[t(488)][t(485)](),super[t(485)]()}[jc(486)](){const t=jc,{CommentsListView:e}=this[t(470)];this[t(448)]=new e(this[t(445)],this[t(476)][t(441)],Object[t(482)]({CommentView:this[t(470)][t(452)]},this[t(470)])),this[t(448)][t(463)](t(456)).to(this),this[t(448)][t(463)](t(442)).to(this),this[t(448)][t(479)](t(477)).to(this),this[t(447)](t(484),this[t(448)][t(484)]+1),this[t(479)](t(484)).to(this[t(448)],t(484),(t=>t+1)),this[t(488)]=this[t(467)](),this.on(t(456),(()=>this[t(466)]())),this[t(479)](t(449)).to(this[t(448)],t(439),this[t(488)][t(464)],t(458),((t,e)=>t||!!e))}[jc(467)](){const t=jc,{CommentThreadInputView:e}=this[t(470)],n=new e(this[t(445)],this[t(465)],this[t(470)][t(460)]),r=n[t(464)];return n[t(479)](t(444)).to(this,t(477),this[t(476)][t(441)],t(454),r,t(458),((t,e,n)=>!!n||t&&!e)),r.on(t(459),((e,n)=>{const s=t;this[s(480)](s(438),n),r[s(437)][s(446)]("")})),r.on(t(469),(()=>this[t(466)]())),r[t(479)](t(462)).to(this[t(476)][t(441)],t(454)),n}}const Hc=Wc;function Wc(t,e){const n=zc();return(Wc=function(t,e){return n[t-=430]})(t,e)}function zc(){const t=["div","ck-suggestion__actions","title","join","ck-annotation__user","bindTemplate","acceptSuggestion","author","</p>","26882VkPfwT","execute","commentThread","createElement","ck-annotation__info","EXTERNAL_AVATAR","ck-suggestion--discard",'<span class="ck-suggestion-type">',"creator",'" title="',"content","_descriptionElement","_createButton","ck-annotation__info-name","render","canDiscard",'"></span>',"698768tvBNNE","Accept suggestion","innerText","getUserViewNotificationText","push","@external","ck-suggestion","time","userView","6fhUJSg","color","discardSuggestion","source","description","setTemplate","formatDateTime","ck-suggestion-wrapper","<p>","map",".ck-annotation__content-wrapper","importWord","ck-suggestion-wrapper--active","EXTERNAL_IMPORT_WORD_SUGGESTION","split","check","delegate","ck-suggestion__main","discardButton","descriptionParts","ck-comment__info-time","isExternal","4267904ccgUbw","locale","value","ck-suggestion__info-name","EXTERNAL_IMPORT_WORD_AVATAR","extendTemplate","commentThreadInputView","ck-annotation__main","editorReady","ck-comment__external","ck-annotation","innerHTML","editorDestroyed","4058928Jbtmgy","name","_model","_config","ck-annotation__info-time","authoredAt","cancel","fire","getTemplate","ck-annotation__actions","attributes","EXTERNAL_SUGGESTION","19nSqIdT","span","acceptButton","change:description","Discard suggestion","querySelector","ck-suggestion--accept","307435wmXVIu","type","ck-annotation__content-wrapper","children","ck-suggestion__user","set","isActive","isEnabled","ck-suggestion__info","</span>","element","1731136XXjrLj","disableComments","ck-suggestion--disabled-comments",'<span class="ck-suggestion-color" style="background-color: ',"commentsListView","ck-suggestion-","canAccept","getExternalSuggestionNote","bind","46641VaBlgr"];return(zc=function(){return t})()}!function(t,e){const n=Wc,r=t();for(;;)try{if(271767===parseInt(n(514))/1*(-parseInt(n(441))/2)+parseInt(n(431))/3+parseInt(n(532))/4+-parseInt(n(521))/5*(-parseInt(n(467))/6)+parseInt(n(458))/7+-parseInt(n(489))/8+parseInt(n(502))/9)break;r.push(r.shift())}catch(t){r.push(r.shift())}}(zc);class Kc extends Vc{constructor(e,n,r,s){const i=Wc;super(e,n,r,s),this[i(526)](i(522),""),this[i(430)](i(522)).to(this,i(486),(t=>t&&t[0]?t[0][i(522)]:"")),this[i(430)](i(471)).to(this,i(486),this,i(527),((t,e)=>{const n=i;let r="";for(const e of t)r+=n(475)+qc(e[n(451)],e[n(468)])+n(440);return e?r:(0,o.trimHtml)(r,{limit:140})})),this[i(452)]=null,this[i(516)]=this[i(453)](Wr(e,i(459)),t.icons[i(482)],i(520),i(438),"sw"),this[i(516)][i(430)](i(528)).to(this,i(538)),this[i(485)]=this[i(453)](Wr(e,i(518)),t.icons[i(508)],i(447),i(469),"sw"),this[i(485)][i(430)](i(528)).to(this,i(456)),this[i(466)]=new o.UserView(e,this[i(504)][i(439)],this[i(461)]()),this[i(466)][i(494)]({attributes:{class:[i(525),i(436)]}}),this[i(472)](this[i(510)]())}[Hc(510)](){const t=Hc,e=this[t(437)],n=[{tag:t(432),attributes:{class:[t(529),t(445)]},children:[{tag:t(515),children:[{text:this[t(466)][t(503)]}],attributes:{class:[t(492),t(454)]}},{tag:t(465),attributes:{datetime:e.to(t(507)),class:[t(487),t(506)]},children:[{text:e.to(t(507),(e=>this[t(505)][t(473)](e)))}]}]},{tag:t(432),attributes:{class:[t(433),t(511)]},children:[this[t(516)],this[t(485)]]},{tag:t(432),attributes:{class:[t(523)]}}];this[t(504)][t(488)]&&n[t(462)]({tag:t(432),attributes:{class:[t(498)]},children:[{text:this[t(539)]()}]});const r={tag:t(432),attributes:{class:[t(474),e.if(t(527),t(479)),e.to(t(522),(e=>t(537)+e)),this[t(505)][t(533)]&&t(534)],"data-suggestion-id":this[t(504)].id,"data-thread-id":this[t(504)][t(443)].id,"data-author-id":this[t(504)][t(439)].id,tabindex:-1},children:[{tag:t(432),attributes:{class:[t(464),t(499)]},children:[this[t(466)],{tag:t(432),attributes:{class:[t(484),t(496)]},children:n}]}]};return this[t(536)]&&this[t(495)]&&(r[t(524)][t(462)](this[t(536)],this[t(495)]),this[t(536)][t(483)](t(497)).to(this),this[t(536)][t(483)](t(501)).to(this),this[t(495)][t(483)](t(497)).to(this),this[t(495)][t(483)](t(501)).to(this)),r}[Hc(455)](){const t=Hc;super[t(455)](),this[t(452)]=this[t(531)][t(519)](t(477)),this[t(452)][t(500)]=this[t(471)],this.on(t(517),((e,n,r)=>{const s=t;this[s(452)][s(500)]=r}))}[Hc(453)](t,e,n,r,o){const i=Hc,a=new s.ButtonView(this[i(490)]);return a[i(526)]({label:t,icon:e,tooltip:!0,tooltipPosition:o}),a[i(494)]({attributes:{class:n}}),a.on(i(442),(()=>{const t=i;this[t(509)](r,this[t(504)].id)})),a}[Hc(539)](){const t=Hc;return t(478)===this[t(504)][t(512)][t(463)][t(470)]?Wr(this[t(490)],t(480)):Wr(this[t(490)],t(513))}[Hc(461)](){const t=Hc;return this[t(504)][t(488)]?t(478)===this[t(504)][t(512)][t(463)][t(470)]?Wr(this[t(490)],t(493),this[t(504)][t(449)][t(503)]):Wr(this[t(490)],t(446),this[t(504)][t(449)][t(503)]):null}}function qc(t,e){const n=Hc;let r="";return r+=t[n(481)]("*")[n(476)](((t,e)=>e%2!=0?n(448)+Zc(t)+n(530):Zc(t)))[n(435)](""),e&&(r+=n(535)+e[n(491)]+n(450)+e[n(434)]+n(457)),r}function Zc(t){const e=Hc,n=document[e(444)](e(515));return n[e(460)]=t,n[e(500)]}const Xc='\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',Jc=Yc;function Qc(){const t=["type","switchbutton","_unbindEditors","_createMenuBarMenu","reduce","buttonView","addComment","22cmFWHi","_destroyController","230zUdcta","delete","descriptionParts","refreshSelectedViews","children","discardSelectedSuggestions","Annotations","requires","commandName","discardAllSuggestions","getByInnerView","destroy","add","_disableComments","remove","toMany","activeMarkers","createAnnotation","activeAnnotations","getDescriptions","140aNvdKb","isMultiRange","238866ptEcJw","comments.editorConfig","change:previous","Discard all suggestions","arrowView","bind","from","12324348GffMjp","getMarkerNames","actionView","value","stopListening","acceptAllSuggestions","filter","plugins","getJoined","unbind","getSuggestion","locale","CommentsRepository","editing","31389RMiwPG","keys","get","has","button","componentFactory","change:activeAnnotations","registerAnnotation","editor","getRanges","set","_initializeController","_handleSuggestionControllerDelayed","values","commands","4900xXNwBf","comments.maxThreadTotalWeight","acceptButton","TrackChangesUI","_addUIComponentsToFactory","_handleControllerBuffer","focus","clear","_descriptionFactory","suggestion-","TrackChangesEditing","SuggestionThreadView","config","_viewToController","Accept all selected suggestions","trackChanges.SuggestionThreadView","lowest","listenTo","execute","menuBar:trackChanges","getMarkers","items","discardButton","push","_updateController","suggestionLoaded","previous","isInContent","commentThread","pluginName","hasSuggestion","isOn","some","suggestionUnloaded","8450480wbrgjp","EditorAnnotations","getAllAdjacentSuggestions","createAnnotationView","_suggestionToController","separator","comments.maxCommentsWhenCollapsed","625266sQAnvn","comments.maxCommentCharsWhenCollapsed","CommentView","define","Accept all suggestions","4630BqyZDe","length","_bindAnnotationToEditors","140ucKNqS","acceptSelectedSuggestions","getFirstRange","view","isDirty","_annotationViews","CommentsUI","panelView","model","innerView","size","source","init","head","trackChanges","Track changes","delegate","mainView","trackChanges.disableComments","_createToolbarButton","createCommentThreadController","isEnabled","suggestionChanged","comments","17784CLWyPj","_refreshActiveMarkers","Discard all selected suggestions","addSourceCollector"];return(Qc=function(){return t})()}function Yc(t,e){const n=Qc();return(Yc=function(t,e){return n[t-=178]})(t,e)}!function(t,e){const n=Yc,r=t();for(;;)try{if(730235===parseInt(n(292))/1+-parseInt(n(193))/2*(parseInt(n(236))/3)+-parseInt(n(251))/4*(-parseInt(n(297))/5)+-parseInt(n(215))/6*(parseInt(n(213))/7)+-parseInt(n(285))/8+-parseInt(n(180))/9*(parseInt(n(300))/10)+-parseInt(n(191))/11*(-parseInt(n(222))/12))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(Qc);class $c extends t.Plugin{static get[Jc(200)](){const t=Jc;return[_c,o.Users,t(234),t(199),t(286)]}static get[Jc(280)](){return Jc(254)}constructor(t){const e=Jc;super(t),this[e(289)]=new Map,this[e(264)]=new Map,this[e(305)]=new Map,this[e(256)]=new Map;const n=this[e(244)][e(263)];n[e(295)](e(266),Kc),n[e(295)](e(318),!1),this[e(206)]=n[e(238)](e(318))}[Jc(248)](t,e){const n=Jc;0===this[n(256)][n(310)]&&setTimeout((()=>{const t=n;for(const[e,n]of this[t(256)]){const r=this[t(289)][t(239)](e);r||n?r&&n&&this[t(192)](e):this[t(247)](e)}this[t(256)][t(258)](),this[t(244)][t(229)][t(238)](t(286))[t(196)](),this[t(181)]()}),10),this[n(256)][n(246)](t,e)}[Jc(312)](){const t=Jc,e=this[t(244)],n=e[t(229)][t(238)](t(261)),r=e[t(229)][t(238)](t(199)),s=e[t(229)][t(238)](t(286)),o=e[t(229)][t(238)](t(234));this[t(255)](),s[t(183)]((()=>{const e=t,n=[];for(const[t,r]of Array[e(221)](this[e(289)])){const s=t[e(287)](),o=[];for(const t of s){if(!t[e(278)])continue;if(t[e(214)]){o[e(274)](...t[e(245)]());continue}const n=t[e(302)]();if(o[e(298)]>0){const t=o[0][e(230)](n);if(t){o[0]=t;continue}}o[e(274)](n)}n[e(274)]([r[e(303)],o])}return n})),this[t(268)](n,t(276),((e,n)=>{const r=t;this[r(268)](n,r(217),((t,e,s,o)=>{const i=r;n[i(278)]&&(null==s?(this[i(275)](o[i(313)]),this[i(248)](n,!1)):(this[i(275)](s[i(313)]),null==o&&this[i(248)](n,!0)))})),null!==n[r(277)]?this[r(275)](n[r(313)]):this[r(248)](n,!1)})),this[t(268)](n,t(284),((e,n,r)=>{const s=t;this[s(226)](n,s(217)),this[s(256)][s(194)](n),this[s(289)][s(239)](n)&&this[s(192)](n),r&&this[s(275)](r[s(313)])})),this[t(268)](n,t(178),((e,n)=>{this[t(275)](n)})),this[t(268)](r,t(242),(()=>{this[t(181)]()})),this[t(268)](o,t(190),((e,{threadId:r,isFromAdapter:s})=>{const o=t;if(s||!n[o(281)](r))return;const i=n[o(232)](r);this[o(289)][o(238)](i)[o(303)][o(257)]()}),{priority:t(267)})}[Jc(181)](){const t=Jc,e=this[t(244)][t(229)][t(238)](t(199)),n=this[t(244)][t(229)][t(238)](t(261)),r=Array[t(221)](e[t(211)],(e=>e[t(309)]))[t(228)]((e=>this[t(264)][t(239)](e))),s=[];for(const e of r){const n=this[t(264)][t(238)](e)[t(308)][t(287)]();s[t(274)](...n[t(188)](((e,n)=>[...e,...n[t(223)]()]),[]))}n[t(209)]=s}[Jc(255)](){const t=Jc,n=this[t(244)],r=n[t(233)],o=Wr(r,t(315)),i=new e.Collection([{type:t(185),model:new s.ViewModel({withText:!0,label:o,commandName:t(314)})},{type:t(290)},{type:t(240),model:new s.ViewModel({withText:!0,label:Wr(r,t(296)),commandName:t(227)})},{type:t(240),model:new s.ViewModel({withText:!0,label:Wr(r,t(265)),commandName:t(301)})},{type:t(240),model:new s.ViewModel({withText:!0,label:Wr(r,t(218)),commandName:t(202)})},{type:t(240),model:new s.ViewModel({withText:!0,label:Wr(r,t(182)),commandName:t(198)})}]);for(const e of i)if(tu(e)){const r=n[t(250)][t(238)](e[t(308)][t(201)]);e[t(308)][t(220)](t(282),t(321)).to(r,t(225),t(321))}n.ui[t(241)][t(205)](t(314),(e=>this[t(319)](e,i,o))),n.ui[t(241)][t(205)](t(270),(e=>this[t(187)](e,i,o)))}[Jc(319)](t,e,n){const r=Jc,o=(0,s.createDropdown)(t,s.SplitButtonView),i=this[r(244)][r(250)][r(238)](r(314));o[r(189)][r(246)]({tooltip:n,label:n,icon:Xc}),o[r(189)][r(220)](r(282)).to(i,r(225)),o[r(189)].on(r(269),(()=>{const t=r;i[t(269)](),this[t(244)][t(235)][t(303)][t(257)]()})),(0,s.addListToDropdown)(o,e);const a=[];for(const t of e)tu(t)&&a[r(274)](this[r(244)][r(250)][r(238)](t[r(308)][r(201)]));const c=o[r(189)];return c[r(224)][r(231)](r(321)),c[r(219)][r(231)](r(321)),c[r(224)][r(220)](r(321)).to(i,r(321)),c[r(219)][r(220)](r(321))[r(208)](a,r(321),((...t)=>t[r(283)]((t=>t)))),o.on(r(269),(t=>{const e=r;this[e(244)][e(269)](t[e(311)][e(201)]),this[e(244)][e(235)][e(303)][e(257)]()})),o}[Jc(187)](t,e,n){const r=Jc,o=new s.MenuBarMenuView(t),i=this[r(244)][r(250)][r(238)](r(314));o[r(189)][r(246)]({label:n,icon:Xc});const a=new s.MenuBarMenuListView(t);for(const n of e){if(r(290)==n[r(184)]){a[r(272)][r(205)](new s.ListSeparatorView(t));continue}const e=new s.MenuBarMenuListItemView(t,o),i=new s.MenuBarMenuListItemButtonView(t),c=n[r(308)];i[r(220)](...Object[r(237)](c)).to(c),i[r(316)](r(269)).to(o),i.on(r(269),(()=>{const t=r;this[t(244)][t(269)](c[t(201)]),this[t(244)][t(235)][t(303)][t(257)]()})),e[r(197)][r(205)](i),a[r(272)][r(205)](e)}return o[r(220)](r(321)).to(i,r(321)),o[r(307)][r(197)][r(205)](a),o}[Jc(247)](t){const e=Jc,n=this[e(244)],r=n[e(263)],s=n[e(229)][e(238)](e(199)),i=n[e(229)][e(238)](e(234)),a=n[e(229)][e(238)](e(286)),c=n[e(229)][e(238)](o.Users).me,u=r[e(238)](e(314))[e(262)],{CommentsListView:l,CommentThreadInputView:f}=n[e(229)][e(238)](e(306));let h,g;this[e(305)][e(239)](t.id)?(g=this[e(305)][e(238)](t.id),h=g[e(317)]):(h=new u(n[e(233)],t,c,{disableComments:this[e(206)],editorConfig:r[e(238)](e(216)),maxCommentsWhenCollapsed:r[e(238)](e(291)),maxThreadTotalWeight:r[e(238)](e(252)),maxCommentCharsWhenCollapsed:r[e(238)](e(293)),formatDateTime:(0,o.getDateTimeFormatter)(r[e(238)](e(233))),CommentView:r[e(238)](e(179))[e(294)],CommentsListView:l,CommentThreadInputView:f}),h[e(253)].on(e(269),(()=>{const t=e;n[t(235)][t(303)][t(257)]()})),h[e(273)].on(e(269),(()=>{const t=e;n[t(235)][t(303)][t(257)]()})),g=s[e(288)](this[e(244)][e(233)],h),g[e(220)](e(304)).to(h,e(304)),g[e(220)](e(298)).to(h),g[e(220)](e(184)).to(h,e(184),(t=>e(260)+t)),this[e(305)][e(246)](t.id,g));const d=i[e(320)](t[e(279)],h),p=new Bc(n,t,h,d),m=t[e(287)]()[e(228)]((t=>t[e(278)]));h[e(195)]=n[e(229)][e(238)](e(261))[e(259)][e(212)](m),this[e(289)][e(246)](t,p),this[e(264)][e(246)](h,p);const I=s[e(210)]({view:g,target:()=>{const r=e,s=[],i=t[r(287)]()[r(228)]((t=>t[r(278)]));for(const t of i)s[r(274)](...t[r(271)]());return(0,o.getAllMarkersDomElementsSorted)(n[r(235)],s)},type:()=>e(260)+p[e(303)][e(184)]});i[e(299)](h,I),s[e(205)](I),a[e(243)](I)}[Jc(192)](t){const e=Jc,n=this[e(244)][e(229)][e(238)](e(234)),r=this[e(244)][e(229)][e(238)](e(199)),s=this[e(289)][e(238)](t),o=s[e(303)],i=r[e(203)](o);n[e(186)](o),i&&r[e(207)](i),this[e(289)][e(194)](t),this[e(264)][e(194)](o),s[e(204)]()}[Jc(275)](t){const e=Jc;if(!t[e(278)]||!this[e(289)][e(239)](t))return;const n=this[e(244)][e(229)][e(238)](e(261)),r=this[e(289)][e(238)](t),s=t[e(287)]();r[e(303)][e(195)]=n[e(259)][e(212)](s)}[Jc(204)](){const t=Jc;for(const e of this[t(289)][t(237)]())this[t(192)](e);for(const e of this[t(305)][t(249)]())e[t(317)][t(204)]();super[t(204)]()}}function tu(t){return Jc(308)in t}var eu=nu;function nu(t,e){var n=ru();return(nu=function(t,e){return n[t-=264]})(t,e)}function ru(){var t=["3604086EJuHJX","editor","Comments","TrackChanges","5EEBdOS","plugins","addSuggestion","355013oMqbuF","888344WkeSZK","getSuggestion","11336061aEmEsj","getSuggestions","7AqWugS","requires","1706104OHbWvt","17637FPXOjl","132OoCABS","addSuggestionData","adapter","10ByLdIM","2747646VPNIrd","pluginName","get"];return(ru=function(){return t})()}!function(t,e){for(var n=nu,r=t();;)try{if(233391===parseInt(n(284))/1+parseInt(n(285))/2+parseInt(n(269))/3*(parseInt(n(270))/4)+parseInt(n(281))/5*(parseInt(n(274))/6)+-parseInt(n(266))/7*(-parseInt(n(268))/8)+-parseInt(n(277))/9+-parseInt(n(273))/10*(parseInt(n(264))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(ru);class su extends t.Plugin{static get[eu(267)](){return[_c,$c,eu(279)]}static get[eu(275)](){return eu(280)}set[eu(272)](t){var e=eu;this[e(278)][e(282)][e(276)](_c)[e(272)]=t}get[eu(272)](){var t=eu;return this[t(278)][t(282)][t(276)](_c)[t(272)]}[eu(283)](t){var e=eu;return this[e(278)][e(282)][e(276)](_c)[e(271)](t)}[eu(265)]({skipNotAttached:t=!1,toJSON:e=!1}={}){var n=eu;return this[n(278)][n(282)][n(276)](_c)[n(265)]({skipNotAttached:t,toJSON:e})}[eu(286)](t){var e=eu;return this[e(278)][e(282)][e(276)](_c)[e(286)](t)}}function ou(t,e){const n=lu();return(ou=function(t,e){return n[t-=308]})(t,e)}const iu=ou;!function(t,e){const n=ou,r=t();for(;;)try{if(256732===-parseInt(n(331))/1+-parseInt(n(354))/2+-parseInt(n(324))/3*(-parseInt(n(328))/4)+-parseInt(n(336))/5*(-parseInt(n(341))/6)+parseInt(n(330))/7*(parseInt(n(323))/8)+parseInt(n(366))/9+parseInt(n(311))/10*(-parseInt(n(365))/11))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(lu);const au=[iu(361)];class cu extends t.Plugin{static get[iu(363)](){return[_c]}static get[iu(364)](){return iu(344)}[iu(367)](){const t=iu,n=this[t(320)];if(n[t(334)][t(340)](t(343),(e=>{const r=t,s=n[r(310)][r(346)][r(335)]()[r(322)](((t,e)=>(t[e]="",t)),{});return n[r(326)][r(351)](s,e)})),t(314)!=typeof n[t(334)][t(321)](t(316))[t(308)])throw new e.CKEditorError(t(327))}[iu(345)](t){return hu(this[iu(320)],!0,t)}[iu(342)](t){return hu(this[iu(320)],!1,t)}}class uu extends t.Plugin{static get[iu(364)](){return iu(358)}constructor(t){const e=iu;super(t),this[e(325)]=e(360)}[iu(367)](){const t=iu;this[t(320)][t(339)][t(321)](t(348))[t(332)]={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(320)][t(339)][t(321)](t(312))[t(332)]=null}}function lu(){const t=["TrackChangesData","getDataWithAcceptedSuggestions","document","discardAllSuggestions","CommentsRepository","execute","createElement","create","div","destroy","993624kzJXJQ","set","acceptAllSuggestions","getRootsAttributes","TrackChangesDataGetter","addSuggestionData","end","Pagination","createDocumentFragment","requires","pluginName","3627041FSclbE","3108105nVRLra","init","appendChild","getUser","addUser","editorCreator","getFullData","model","10Kzehhb","TrackChangesEditing","name","function","data","trackChangesData","users","Users","getSuggestions","editor","get","reduce","56VYvrcW","967827vPnnIS","result","constructor","track-changes-data-invalid-editor-creator","4ZBTElI","rootsAttributes","12033iTlWPb","63142KpPwAJ","_adapter","map","config","getRootNames","233215tbbwTZ","useAnonymousUser","push","plugins","define","60zhAecz","getDataWithDiscardedSuggestions","trackChangesData.editorCreator"];return(lu=function(){return t})()}function fu(t){return void 0!==t[iu(357)]}async function hu(t,e,n){const r=iu,s=(0,o.sanitizeEditorConfig)(t,au);s[r(339)][r(338)](_c,uu),s[r(329)]=fu(t)?t[r(357)]():void 0;const i=document[r(362)](),a=t[r(334)][r(321)](r(316))[r(308)],c=await a(s,(()=>function(t){const e=r,n=document[e(350)](e(352));return t[e(368)](n),n}(i)));!function(t,e){const n=r,s=t[n(310)][n(346)][n(335)]()[n(322)](((e,r)=>(e[r]=t[n(315)][n(321)]({rootName:r}),e)),{}),o=t[n(339)][n(321)](n(318))[n(317)][n(333)]((t=>({id:t.id,name:t[n(313)]}))),i=t[n(339)][n(321)](n(312))[n(319)]({skipNotAttached:!0,toJSON:!0}),a=e[n(339)][n(321)](n(318)),c=e[n(339)][n(321)](n(312));for(const t of o)a[n(369)](t.id)||a[n(370)](t);a.me||a[n(337)]();for(const t of i)c[n(359)](t);e[n(315)][n(355)](s)}(t,c),c[r(349)](r(e?356:347));const u=fu(c)?c[r(309)](n):c[r(315)][r(321)](n);return await c[r(353)](),u}function gu(){var t=["3ejWJDV","34820QRqQoK","853948gxeiRA","1148005qqQCGE","759870BmEIaB","81QOIoXY","3290192EfUgUO","331010hqHzLS","420378xnaTER","4jwxnuX"];return(gu=function(){return t})()}function du(t,e){var n=gu();return(du=function(t,e){return n[t-=235]})(t,e)}!function(t,e){for(var n=du,r=t();;)try{if(303746===parseInt(n(240))/1+-parseInt(n(235))/2*(parseInt(n(243))/3)+parseInt(n(242))/4*(-parseInt(n(236))/5)+parseInt(n(237))/6+parseInt(n(241))/7+parseInt(n(239))/8+parseInt(n(238))/9*(parseInt(n(244))/10))break;r.push(r.shift())}catch(t){r.push(r.shift())}}(gu)})(),(window.CKEditor5=window.CKEditor5||{}).trackChanges=r})();
|