@ckeditor/ckeditor5-track-changes 45.2.1-alpha.5 → 45.2.1-alpha.7
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/dist/index.js
CHANGED
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as
|
|
24
|
-
_0x392217(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_originalSuggestionId'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x3eda48,_0x5b9ba9){super(),this['id']=_0x5b9ba9['id'],this['type']=_0x5b9ba9['type'],this['subType']=_0x5b9ba9['subType']||null,this['author']=_0x5b9ba9['author'],this['creator']=_0x5b9ba9['creator']||_0x5b9ba9['author'],this['isExternal']=Boolean(_0x5b9ba9['attributes']&&_0x5b9ba9['attributes']['@external']),this['data']=null,this['_originalSuggestionId']=_0x5b9ba9['originalSuggestionId']||null,this['_model']=_0x3eda48,this['_onAccept']=_0x5b9ba9['onAccept'],this['_onDiscard']=_0x5b9ba9['onDiscard'],this['_onAttributesChange']=_0x5b9ba9['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x5b9ba9['attributes']||{}),this['set']('previous',null),this['set']('next',null),this['set']('commentThread',null),this['set']('_saved',!0x1),this['decorate']('accept'),this['decorate']('discard');}get['head'](){let _0x2e7480=this;for(;_0x2e7480['previous'];)_0x2e7480=_0x2e7480['previous'];return _0x2e7480;}get['hasComments'](){return!!this['commentThread']&&this['commentThread']['length']>0x0;}get['isMultiRange'](){if(0x0==this['_markerNames']['size'])return!0x1;return 0x6==Array['from'](this['_markerNames'])[0x0]['split'](':')['length'];}get['isInContent'](){return null!==this['getFirstMarker']();}['addMarkerName'](_0x1d28d5){this['_markerNames']['add'](_0x1d28d5);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x447804=>this['_model']['markers']['get'](_0x447804))['filter'](_0x2c20ac=>_0x2c20ac);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x5d629e=>{for(const _0x2c6997 of this['getMarkers']())_0x5d629e['removeMarker'](_0x2c6997);}),this['_markerNames']['clear']();}['removeMarker'](_0x5e1ce5){this['_model']['change'](_0x3d91e6=>{_0x3d91e6['removeMarker'](_0x5e1ce5);}),this['_markerNames']['delete'](_0x5e1ce5);}['addRange'](_0xb73cd2){const _0x2721ba='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+o['getMultiRangeId']();this['addMarkerName'](_0x2721ba),this['_model']['change'](_0x2583d4=>{_0x2583d4['addMarker'](_0x2721ba,{'range':_0xb73cd2,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x430cd7){for(const _0x4efb6e of this['getRanges']())if(_0x4efb6e['isIntersecting'](_0x430cd7))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x562599=>_0x562599['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x10a02d,_0x3e145d)=>[..._0x10a02d,..._0x3e145d['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x4f54e2=this['getRanges']();if(0x1!=_0x4f54e2['length'])return null;const _0x399cc7=_0x4f54e2[0x0],_0x4fde5d=_0x399cc7['start']['nodeAfter'],_0x306468=_0x399cc7['end']['nodeBefore'];return _0x4fde5d instanceof _0x31b420?_0x4fde5d!=_0x306468?null:_0x4fde5d:null;}['accept'](){this['_onAccept'](this['getRanges'](),this['data'],this['attributes']),this['removeMarkers']();}['discard'](){this['_onDiscard'](this['getRanges'](),this['data'],this['attributes']),this['removeMarkers']();}['getAllAdjacentSuggestions'](){const _0x5d9d82=[];let _0x248153=this['head'];for(;_0x248153;)_0x5d9d82['push'](_0x248153),_0x248153=_0x248153['next'];return _0x5d9d82;}['setAttribute'](_0x9c225f,_0xd1d7f0){const _0x376e11=_0x314ea1(this['attributes']);_0x3c8e61(_0x376e11,_0x9c225f,_0xd1d7f0),_0xdf7095(_0x376e11,this['attributes'])||(this['attributes']=_0x376e11,this['_onAttributesChange'](_0x376e11));}['removeAttribute'](_0x3c2b52){const _0xceaa54=_0x314ea1(this['attributes']);_0x20f8ce(_0xceaa54,_0x3c2b52),_0xdf7095(_0xceaa54,this['attributes'])||(this['attributes']=_0xceaa54,this['_onAttributesChange'](this['attributes']));}['toJSON'](){return{'id':this['id'],'type':this['subType']?this['type']+':'+this['subType']:this['type'],'authorId':this['creator']['id'],'createdAt':this['createdAt'],'hasComments':this['hasComments'],'data':this['data'],'attributes':this['attributes']};}static['getMultiRangeId'](){return _0x145d91()['substr'](0x1,0x5);}}function c(_0x524000,_0x3e4df8,_0x23643b){const _0x246708=_0x524000['t'],t=_0x524000['t'];switch(_0x3e4df8){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'Preview\x20final\x20content':return t('Preview\x20final\x20content');case'Final\x20content\x20preview':return t('Final\x20content\x20preview');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x23643b);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x23643b);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x23643b);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x23643b);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x23643b);case'*Format:*\x20change\x20table\x20properties':return t('*Format:*\x20change\x20table\x20properties');case'*Format:*\x20change\x20table\x20cell\x20properties':return t('*Format:*\x20change\x20table\x20cell\x20properties');case'*Format:*\x20insert\x20into\x20%0':return t('*Format:*\x20insert\x20into\x20%0',_0x23643b);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x23643b);case'*Replace\x20image*':return t('*Replace\x20image*');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x23643b);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x23643b);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x23643b);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x23643b);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x23643b);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x23643b);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x23643b);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x23643b);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x23643b);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x23643b);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x23643b);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x23643b);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x23643b);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x23643b);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x23643b);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x23643b);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x23643b);case'*Set\x20table\x20type:*\x20%0':return t('*Set\x20table\x20type:*\x20%0',_0x23643b);case'*Remove\x20highlight*':return t('*Remove\x20highlight*');case'FORMAT_HIGHLIGHT':return t({'string':'highlight','id':'FORMAT_HIGHLIGHT'});case'FORMAT_RESTRICTED_ENABLED':return t({'string':'*Enable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_ENABLED'});case'FORMAT_RESTRICTED_DISABLED':return t({'string':'*Disable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_DISABLED'});case'ELEMENT_TABLE':return t({'string':'table','plural':'%0\x20tables','id':'ELEMENT_TABLE'},_0x23643b);case'ELEMENT_CONTENT_TABLE':return t({'string':'content\x20table','plural':'%0\x20content\x20tables','id':'ELEMENT_CONTENT_TABLE'},_0x23643b);case'ELEMENT_LAYOUT_TABLE':return t({'string':'layout\x20table','plural':'%0\x20layout\x20tables','id':'ELEMENT_LAYOUT_TABLE'},_0x23643b);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x23643b);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x23643b);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x23643b);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x23643b);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x23643b);case'FORMAT_SIDE_IMAGE':return t({'string':'side\x20image','id':'FORMAT_SIDE_IMAGE'});case'ELEMENT_CAPTION':return t({'string':'caption','id':'ELEMENT_CAPTION'});case'ELEMENT_HORIZONTAL_LINE':return t({'string':'horizontal\x20line','plural':'%0\x20horizontal\x20lines','id':'ELEMENT_HORIZONTAL_LINE'},_0x23643b);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x23643b);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x23643b);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x23643b);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x23643b);case'ELEMENT_DEFAULT_LIST_DEFAULT':return t({'string':'default\x20list\x20style','id':'ELEMENT_DEFAULT_LIST_DEFAULT'});case'ELEMENT_BULLETED_LIST':return t({'string':'bulleted\x20list','id':'ELEMENT_BULLETED_LIST'});case'ELEMENT_BULLETED_LIST_DEFAULT':return t({'string':'bulleted\x20list\x20(default)','id':'ELEMENT_BULLETED_LIST_DEFAULT'});case'ELEMENT_BULLETED_LIST_CIRCLE':return t({'string':'bulleted\x20list\x20(circle)','id':'ELEMENT_BULLETED_LIST_CIRCLE'});case'ELEMENT_BULLETED_LIST_DISC':return t({'string':'bulleted\x20list\x20(disc)','id':'ELEMENT_BULLETED_LIST_DISC'});case'ELEMENT_BULLETED_LIST_SQUARE':return t({'string':'bulleted\x20list\x20(square)','id':'ELEMENT_BULLETED_LIST_SQUARE'});case'ELEMENT_NUMBERED_LIST_DEFAULT':return t({'string':'numbered\x20list\x20(default)','id':'ELEMENT_NUMBERED_LIST_DEFAULT'});case'ELEMENT_NUMBERED_LIST':return t({'string':'numbered\x20list','id':'ELEMENT_NUMBERED_LIST'});case'ELEMENT_NUMBERED_LIST_DECIMAL':return t({'string':'numbered\x20list\x20(decimal)','id':'ELEMENT_NUMBERED_LIST_DECIMAL'});case'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO':return t({'string':'numbered\x20list\x20(decimal\x20with\x20leading\x20zero)','id':'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO'});case'ELEMENT_NUMBERED_LIST_LOWER_LATIN':return t({'string':'numbered\x20list\x20(lower-latin)','id':'ELEMENT_NUMBERED_LIST_LOWER_LATIN'});case'ELEMENT_NUMBERED_LIST_LOWER_ROMAN':return t({'string':'numbered\x20list\x20(lower-roman)','id':'ELEMENT_NUMBERED_LIST_LOWER_ROMAN'});case'ELEMENT_NUMBERED_LIST_UPPER_LATIN':return t({'string':'numbered\x20list\x20(upper-latin)','id':'ELEMENT_NUMBERED_LIST_UPPER_LATIN'});case'ELEMENT_NUMBERED_LIST_UPPER_ROMAN':return t({'string':'numbered\x20list\x20(upper-roman)','id':'ELEMENT_NUMBERED_LIST_UPPER_ROMAN'});case'ELEMENT_TODO_LIST':return t({'string':'to-do\x20list','id':'ELEMENT_TODO_LIST'});case'ELEMENT_MULTI_LEVEL_LIST':return t({'string':'multi-level\x20list','id':'ELEMENT_MULTI_LEVEL_LIST'});case'REPLACE_TEXT':return t({'string':'*Replace:*\x20%0\x20*with*\x20%1','id':'REPLACE_TEXT'},_0x23643b);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x23643b);case'FORMAT_ALIGNMENT':return t({'string':'alignment','id':'FORMAT_ALIGNMENT'});case'FORMAT_ALIGN_TO_LEFT':return t({'string':'align\x20to\x20left','id':'FORMAT_ALIGN_TO_LEFT'});case'FORMAT_ALIGN_TO_RIGHT':return t({'string':'align\x20to\x20right','id':'FORMAT_ALIGN_TO_RIGHT'});case'FORMAT_ALIGN_TO_CENTER':return t({'string':'align\x20to\x20center','id':'FORMAT_ALIGN_TO_CENTER'});case'FORMAT_JUSTIFY_TEXT':return t({'string':'justify','id':'FORMAT_JUSTIFY_TEXT'});case'FORMAT_BOLD':return t({'string':'bold','id':'FORMAT_BOLD'});case'FORMAT_ITALIC':return t({'string':'italic','id':'FORMAT_ITALIC'});case'FORMAT_UNDERLINE':return t({'string':'underline','id':'FORMAT_UNDERLINE'});case'FORMAT_CODE':return t({'string':'code','id':'FORMAT_CODE'});case'FORMAT_STRIKETHROUGH':return t({'string':'strikethrough','id':'FORMAT_STRIKETHROUGH'});case'FORMAT_SUBSCRIPT':return t({'string':'subscript','id':'FORMAT_SUBSCRIPT'});case'FORMAT_SUPERSCRIPT':return t({'string':'superscript','id':'FORMAT_SUPERSCRIPT'});case'ELEMENT_BLOCK_QUOTE':return t({'string':'block\x20quote','id':'ELEMENT_BLOCK_QUOTE'});case'ELEMENT_CODE_BLOCK':return t({'string':'code\x20block','plural':'%0\x20code\x20blocks','id':'ELEMENT_CODE_BLOCK'},_0x23643b);case'FORMAT_HEADER_COLUMN':return t({'string':'header\x20column','id':'FORMAT_HEADER_COLUMN'});case'FORMAT_REGULAR_COLUMN':return t({'string':'regular\x20column','id':'FORMAT_REGULAR_COLUMN'});case'FORMAT_HEADER_ROW':return t({'string':'header\x20row','id':'FORMAT_HEADER_ROW'});case'FORMAT_REGULAR_ROW':return t({'string':'regular\x20row','id':'FORMAT_REGULAR_ROW'});case'FORMAT_INDENT':return t({'string':'indent','id':'FORMAT_INDENT'});case'FORMAT_LIST_REVERSED':return t({'string':'list\x20reversed','id':'FORMAT_LIST_REVERSED'});case'FORMAT_LIST_START':return t({'string':'list\x20start','id':'FORMAT_LIST_START'});case'FORMAT_FONT_SIZE':return t({'string':'font\x20size','id':'FORMAT_FONT_SIZE'});case'FORMAT_FONT_FAMILY':return t({'string':'font\x20family','id':'FORMAT_FONT_FAMILY'});case'FORMAT_FONT_COLOR':return t({'string':'font\x20color','id':'FORMAT_FONT_COLOR'});case'FORMAT_FONT_BACKGROUND':return t({'string':'font\x20background\x20color','id':'FORMAT_FONT_BACKGROUND'});case'FORMAT_IMAGE_SIZE':return t({'string':'image\x20size','id':'FORMAT_IMAGE_SIZE'});case'FORMAT_STYLE':return t({'string':'style','id':'FORMAT_STYLE'});case'PENDING_ACTION_SUGGESTION':return t({'string':'Unsaved\x20change\x20in\x20suggestion.','id':'PENDING_ACTION_SUGGESTION'});case'ELEMENT_TABLE_WITH_TEXT':return t({'string':'table\x20*with\x20text*\x20%0','id':'ELEMENT_TABLE_WITH_TEXT'},_0x23643b);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x23643b);case'ELEMENT_TABLE_ROW_WITH_TEXT':return t({'string':'table\x20row\x20*with\x20text*\x20%1','plural':'%0\x20table\x20rows\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_ROW_WITH_TEXT'},_0x23643b);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x23643b);case'ELEMENT_TABLE_COLUMN_WITH_TEXT':return t({'string':'table\x20column\x20*with\x20text*\x20%1','plural':'%0\x20table\x20columns\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_COLUMN_WITH_TEXT'},_0x23643b);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x23643b);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x23643b);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});case'ELEMENT_MERGE_FIELD':return t({'id':'ELEMENT_MERGE_FIELD','string':'merge\x20field','plural':'%0\x20merge\x20fields'},_0x23643b);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x23643b);case'EXTERNAL_SUGGESTION':return t({'id':'EXTERNAL_SUGGESTION','string':'This\x20suggestion\x20comes\x20from\x20an\x20external\x20source.'});case'EXTERNAL_IMPORT_WORD_SUGGESTION':return t({'string':'This\x20suggestion\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_SUGGESTION'});case'EXTERNAL_AVATAR':return _0x246708({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x23643b);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x246708({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x23643b);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x23643b);case'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20insertion\x20suggestion.','id':'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20deletion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT'},_0x23643b);case'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20deletion\x20suggestion.','id':'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20formatting\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT'},_0x23643b);case'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20formatting\x20suggestion.','id':'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT'});case'SUGGESTION_THREAD_ARIA_LABEL':return t({'string':'Suggestion\x20by\x20%1.\x20Created\x20on\x20%2.\x20%0\x20reply.\x20%3','plural':'Suggestion\x20by\x20%1.\x20Created\x20on\x20%2.\x20%0\x20replies.\x20%3','id':'SUGGESTION_THREAD_ARIA_LABEL'},_0x23643b);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x3e4df8;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x319e5c,_0x55f3d2){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x319e5c,this['_locale']=_0x55f3d2;}['getDescriptions'](_0x28db28){const _0x433db7=[],_0x592839=new Set(),_0x4bd9bc=new Set();for(let _0x8c2a77=0x0;_0x8c2a77<_0x28db28['length'];_0x8c2a77++){const _0x18b0c8=_0x28db28[_0x8c2a77];if(!_0x18b0c8['isInContent'])continue;const _0x17eb38=this['_handleCustomCallbackDescription'](_0x18b0c8);if(_0x17eb38){if(null!=_0x18b0c8['subType']){if(_0x592839['has'](_0x18b0c8['subType']))continue;_0x592839['add'](_0x18b0c8['subType']);}_0x433db7['push'](_0x17eb38);}else{if('attribute'!=_0x18b0c8['type'])'insertion'!=_0x18b0c8['type']&&'deletion'!=_0x18b0c8['type']||this['_handleInsertRemoveSuggestionDescription'](_0x433db7,_0x18b0c8,_0x28db28[_0x8c2a77+0x1]);else{const _0x3370a8=_0x18b0c8['data']['key'];if(_0x4bd9bc['has'](_0x3370a8))continue;_0x4bd9bc['add'](_0x18b0c8['data']['key']),_0x3370a8==u?this['_handleRenameSuggestionDescription'](_0x433db7,_0x18b0c8):this['_handleAttributeSuggestionDescription'](_0x433db7,_0x18b0c8);}}}return this['_resolveDescriptionItems'](_0x433db7);}['registerDescriptionCallback'](_0x27a264){this['_customCallbacks']['push'](_0x27a264);}['registerElementLabel'](_0x452408,_0x3c805b,_0x5f4e2b=_0x2a48aa['normal']){'function'==typeof _0x452408?_0x41a221(this['_itemLabelsCallbacks'],{'matchingCallback':_0x452408,'label':_0x3c805b,'priority':_0x5f4e2b}):this['_itemLabels']['set'](_0x452408,_0x3c805b);}['registerAttributeLabel'](_0x28652f,_0x36ec0b){this['_attributeLabels']['set'](_0x28652f,_0x36ec0b);}['getItemLabel'](_0x1ea908,_0x44d456=0x1){let _0x27a566;for(const _0xf7dbe0 of this['_itemLabelsCallbacks'])if(_0xf7dbe0['matchingCallback'](_0x1ea908)){_0x27a566=_0xf7dbe0['label'];break;}return _0x27a566||(_0x27a566=this['_itemLabels']['get'](_0x1ea908['name'])),_0x27a566?_0x27a566(_0x44d456):0x1!==_0x44d456?_0x44d456+'\x20'+_0x1ea908['name']+'s':''+_0x1ea908['name'];}['_addDescriptionItems'](_0x6b5126,_0x3e8fbc){const _0x2e5205=_0x3e8fbc['getFirstRange']()['getWalker'](),_0x2a1d31='insertion'==_0x3e8fbc['type']?'add':'remove';for(const _0xfe0777 of _0x2e5205){const _0x42b7fa=_0xfe0777['item'],_0x31726a=_0x6b5126[_0x6b5126['length']-0x1];if(_0x42b7fa['is']('$textProxy'))_0x31726a&&_0x31726a['type']['indexOf']('Container')>-0x1&&_0x6b5126['pop'](),_0x31726a&&'text'==_0x31726a['type']?_0x31726a[_0x2a1d31]+=_0x42b7fa['data']:_0x6b5126['push']({'type':'text','add':'add'==_0x2a1d31?_0x42b7fa['data']:'','remove':'remove'==_0x2a1d31?_0x42b7fa['data']:''});else{if(this['_schema']['isObject'](_0x42b7fa)){const _0x516624=_0x42b7fa;if(_0x31726a&&_0x31726a['type']['indexOf']('Container')>-0x1&&_0x6b5126['pop'](),'elementEnd'==_0xfe0777['type'])continue;_0x31726a&&_0x31726a['type']==_0x2a1d31+'Object'&&_0x31726a['element']['name']==_0x516624['name']?_0x31726a['quantity']++:_0x6b5126['push']({'type':_0x2a1d31+'Object','element':_0x516624,'quantity':0x1}),_0x2e5205['skip'](_0x167ecf=>!('elementEnd'==_0x167ecf['type']&&_0x167ecf['item']==_0x42b7fa));}else{if(this['_schema']['checkChild'](_0x42b7fa,'$text')||_0x42b7fa['is']('element','softBreak')){const _0x429338=_0x42b7fa;if('add'==_0x2a1d31&&'elementStart'==_0xfe0777['type']||'remove'==_0x2a1d31&&'elementEnd'==_0xfe0777['type'])continue;if(_0x31726a&&-0x1==_0x31726a['type']['indexOf']('Container')){'text'==_0x31726a['type']&&(_0x31726a[_0x2a1d31]+='\x0a');continue;}let _0x310cd8;if(_0x310cd8='add'==_0x2a1d31?_0x429338['nextSibling']&&!this['_schema']['isObject'](_0x429338['nextSibling'])?_0x429338['nextSibling']:null:_0x429338['previousSibling']&&!this['_schema']['isObject'](_0x429338['previousSibling'])?_0x429338['previousSibling']:null,_0x429338['isEmpty']||_0x310cd8&&_0x310cd8['isEmpty']){const _0x173a11=_0x310cd8&&_0x310cd8['isEmpty']?_0x310cd8:_0x429338;_0x31726a&&_0x31726a['type']==_0x2a1d31+'EmptyContainer'&&_0x31726a['element']['name']==_0x173a11['name']?_0x31726a['quantity']++:_0x6b5126['push']({'type':_0x2a1d31+'EmptyContainer','element':_0x173a11,'quantity':0x1});}else _0x6b5126['push']({'type':_0x2a1d31+'Container','element':_0x429338});}}}}}['_resolveDescriptionItems'](_0x2f3828){const _0x59ce37=this['_locale'],_0xebbbbd=[],_0x2bbda0=[],_0x22c761=[];for(const _0x1be4e7 of _0x2f3828)switch(_0x1be4e7['type']){case'text':if(_0x1be4e7['add']=_0x1be4e7['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x1be4e7['remove']=_0x1be4e7['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x1be4e7['add']&&''!=_0x1be4e7['remove']){_0xebbbbd['push']({'type':'replace','content':c(_0x59ce37,'REPLACE_TEXT',['\x22'+_0x1be4e7['remove']+'\x22','\x22'+_0x1be4e7['add']+'\x22'])});continue;}if(null!=_0x1be4e7['add']['match'](/^ +$/)){_0xebbbbd['push']({'type':'insertion','content':c(_0x59ce37,'*Insert:*\x20%0',c(_0x59ce37,'ELEMENT_SPACE',_0x1be4e7['add']['length']))});continue;}if(null!=_0x1be4e7['remove']['match'](/^ +$/)){_0xebbbbd['push']({'type':'deletion','content':c(_0x59ce37,'*Remove:*\x20%0',c(_0x59ce37,'ELEMENT_SPACE',_0x1be4e7['remove']['length']))});continue;}if(''!=_0x1be4e7['add']){_0xebbbbd['push']({'type':'insertion','content':c(_0x59ce37,'*Insert:*\x20%0','\x22'+_0x1be4e7['add']+'\x22')});continue;}_0xebbbbd['push']({'type':'deletion','content':c(_0x59ce37,'*Remove:*\x20%0','\x22'+_0x1be4e7['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0xebbbbd['push']({'type':'insertion','content':c(_0x59ce37,'*Insert:*\x20%0',this['getItemLabel'](_0x1be4e7['element'],_0x1be4e7['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0xebbbbd['push']({'type':'deletion','content':c(_0x59ce37,'*Remove:*\x20%0',this['getItemLabel'](_0x1be4e7['element'],_0x1be4e7['quantity']))});continue;case'addContainer':_0xebbbbd['push']({'type':'insertion','content':c(_0x59ce37,'*Split:*\x20%0',this['getItemLabel'](_0x1be4e7['element'],_0x1be4e7['quantity']))});continue;case'removeContainer':_0xebbbbd['push']({'type':'deletion','content':c(_0x59ce37,'*Merge:*\x20%0',this['getItemLabel'](_0x1be4e7['element'],_0x1be4e7['quantity']))});continue;case'addFormat':_0x2bbda0['push'](_0x1be4e7['key']);continue;case'removeFormat':_0x22c761['push'](_0x1be4e7['key']);continue;default:_0xebbbbd['push'](_0x1be4e7);}if(_0x2bbda0['length']){const _0x4758e0=_0x2bbda0['map'](_0x1dfd69=>this['_attributeLabels']['has'](_0x1dfd69)?this['_attributeLabels']['get'](_0x1dfd69):_0x1dfd69)['join'](',\x20');_0xebbbbd['push']({'type':'format','content':c(this['_locale'],'*Set\x20format:*\x20%0',_0x4758e0)});}if(_0x22c761['length']){const _0x228b1c=_0x22c761['map'](_0x26ec12=>this['_attributeLabels']['has'](_0x26ec12)?this['_attributeLabels']['get'](_0x26ec12):_0x26ec12)['join'](',\x20');_0xebbbbd['push']({'type':'format','content':c(this['_locale'],'*Remove\x20format:*\x20%0',_0x228b1c)});}return _0xebbbbd;}['_handleCustomCallbackDescription'](_0x16d9e8){for(const _0x47ac66 of this['_customCallbacks']){const _0x5cf7a7=_0x47ac66(_0x16d9e8);if(_0x5cf7a7&&'type'in _0x5cf7a7)return _0x5cf7a7;}}['_handleAttributeSuggestionDescription'](_0x19e191,_0x4db3f7){const _0x163e3f=_0x4db3f7['data'],_0x19815e=void 0x0===_0x163e3f['newValue']?'removeFormat':'addFormat';_0x19e191['push']({'type':_0x19815e,'key':_0x163e3f['key']});}['_handleRenameSuggestionDescription'](_0x1221bc,_0x35f429){_0x1221bc['push']({'type':'format','content':c(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x35f429['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x393d01,_0x16ce3c,_0xcb2b95){if(this['_addDescriptionItems'](_0x393d01,_0x16ce3c),_0xcb2b95&&_0xcb2b95['getFirstRange']()&&!_0x16ce3c['getFirstRange']()['end']['isEqual'](_0xcb2b95['getFirstRange']()['start'])){const _0x3b93ba=_0x393d01[_0x393d01['length']-0x1],_0x1184e3='insertion'==_0x16ce3c['type']?'add':'remove';_0x3b93ba&&'text'==_0x3b93ba['type']&&(_0x3b93ba[_0x1184e3]+='\x0a');}}}class U extends _0x3b7b17{['afterInit'](){const _0x1f14a5=this['editor'],_0x44fbf5=_0x1f14a5['plugins']['get']('TrackChangesEditing');_0x1f14a5['commands']['get']('showAIAssistant')&&_0x44fbf5['enableCommand']('showAIAssistant');}}class V extends _0x3b7b17{['afterInit'](){const _0x4b5558=this['editor'],_0x3c6877=_0x4b5558['locale'];if(!_0x4b5558['plugins']['has']('AlignmentEditing'))return;const _0x2bc6f1=_0x4b5558['plugins']['get']('TrackChangesEditing');_0x2bc6f1['enableDefaultAttributesIntegration']('alignment'),_0x2bc6f1['registerBlockAttribute']('alignment'),_0x2bc6f1['descriptionFactory']['registerAttributeLabel']('alignment',c(_0x3c6877,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2b9358=this['editor'],_0xc78814=_0x2b9358['locale'];_0x2b9358['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x29c930=>{if('formatBlock'!=_0x29c930['type'])return;const {data:_0x47e8e0}=_0x29c930;if(_0x47e8e0&&'alignment'==_0x47e8e0['commandName']){const _0x1a173d=_0x47e8e0['commandParams'][0x0]['value'];return{'type':'format','content':c(_0xc78814,'*Format:*\x20%0',function(_0x3c33d4){switch(_0x3c33d4){case'left':return c(_0xc78814,'FORMAT_ALIGN_TO_LEFT');case'right':return c(_0xc78814,'FORMAT_ALIGN_TO_RIGHT');case'center':return c(_0xc78814,'FORMAT_ALIGN_TO_CENTER');case'justify':return c(_0xc78814,'FORMAT_JUSTIFY_TEXT');}}(_0x1a173d))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class F extends _0x3b7b17{['afterInit'](){const _0x41438c=this['editor'],_0x1f761d=_0x41438c['plugins']['get']('TrackChangesEditing'),_0x1c0767=_0x41438c['locale'];for(const _0x52dff9 of ti){if(!_0x41438c['plugins']['has'](_0x52dff9))continue;const _0x1863c1=_0x52dff9['slice'](0x0,-0x7)['toLowerCase'](),_0x59b365='FORMAT_'+_0x1863c1['toUpperCase']();_0x1f761d['enableDefaultAttributesIntegration'](_0x1863c1),_0x1f761d['registerInlineAttribute'](_0x1863c1),_0x1f761d['descriptionFactory']['registerAttributeLabel'](_0x1863c1,c(_0x1c0767,_0x59b365));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2d6141=this['editor'],_0x5c532f=_0x2d6141['locale'],_0x462926=_0x2d6141['plugins']['get']('TrackChangesEditing');function _0xe3476e(_0x55e73c,_0x394a84){_0x462926['descriptionFactory']['registerDescriptionCallback'](_0x34fcfe=>{if('formatInline'!=_0x34fcfe['type'])return;const {data:_0x5c1101}=_0x34fcfe;return _0x5c1101&&_0x5c1101['commandName']===_0x55e73c?_0x5c1101['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x5c532f,'*Format:*\x20%0',_0x394a84)}:{'type':'format','content':c(_0x5c532f,'*Remove\x20format:*\x20%0',_0x394a84)}:void 0x0;});}_0xe3476e('bold',c(_0x5c532f,'FORMAT_BOLD')),_0xe3476e('italic',c(_0x5c532f,'FORMAT_ITALIC')),_0xe3476e('underline',c(_0x5c532f,'FORMAT_UNDERLINE')),_0xe3476e('code',c(_0x5c532f,'FORMAT_CODE')),_0xe3476e('strikethrough',c(_0x5c532f,'FORMAT_STRIKETHROUGH')),_0xe3476e('subscript',c(_0x5c532f,'FORMAT_SUBSCRIPT')),_0xe3476e('superscript',c(_0x5c532f,'FORMAT_SUPERSCRIPT'));}}class G extends _0x3b7b17{['afterInit'](){const _0x12700f=this['editor'],_0x3b2c68=_0x12700f['locale'];if(!_0x12700f['plugins']['has']('BlockQuoteEditing'))return;const _0x56c7e3=_0x12700f['plugins']['get']('TrackChangesEditing'),_0x50e610=this['editor']['commands']['get']('blockQuote');_0x56c7e3['enableCommand']('blockQuote',(_0x3469f8,_0x26b168={})=>{const _0x31a011=this['editor']['model']['document']['selection'],_0x4a5e0a=_0x26b168&&void 0x0!==_0x26b168['forceValue']?_0x26b168['forceValue']:!_0x50e610['value'];let _0x23d0d5=[];if(_0x4a5e0a){const _0xb54440=Array['from'](_0x31a011['getSelectedBlocks']())['filter'](_0x3409cd=>oo(_0x3409cd)||function(_0x45b212,_0x4fa08b){const _0x5d50c6=_0x4fa08b['checkChild'](_0x45b212['parent'],'blockQuote'),_0x4ebf43=_0x4fa08b['checkChild'](['$root','blockQuote'],_0x45b212);return _0x5d50c6&&_0x4ebf43;}(_0x3409cd,this['editor']['model']['schema']));_0x23d0d5=to(_0xb54440,_0x12700f['model']);}else{const _0x531df6=Array['from'](_0x31a011['getSelectedBlocks']())['filter'](_0x1af3d6=>oo(_0x1af3d6));_0x23d0d5=to(_0x531df6,_0x12700f['model']);}_0x12700f['model']['change'](()=>{for(const _0x1c4419 of _0x23d0d5)_0x56c7e3['markBlockFormat'](_0x1c4419,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x4a5e0a}]});});}),_0x56c7e3['descriptionFactory']['registerDescriptionCallback'](_0x4a6b57=>{const {data:_0x3be54e}=_0x4a6b57;if(_0x3be54e&&'blockQuote'==_0x3be54e['commandName']){const _0x216003=c(_0x3b2c68,'ELEMENT_BLOCK_QUOTE');return _0x3be54e['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x3b2c68,'*Set\x20format:*\x20%0',_0x216003)}:{'type':'format','content':c(_0x3b2c68,'*Remove\x20format:*\x20%0',_0x216003)};}});}}function oo(_0x486d2c){return'blockQuote'==_0x486d2c['parent']['name'];}class L extends _0x3b7b17{['afterInit'](){const _0x101fcf=this['editor'],_0x59bfb4=_0x101fcf['locale'],_0x3dc172=_0x101fcf['plugins']['get']('TrackChangesEditing');_0x101fcf['plugins']['has']('BookmarkEditing')&&(_0x3dc172['enableCommand']('insertBookmark'),_0x3dc172['enableDefaultAttributesIntegration']('updateBookmark'),_0x3dc172['registerBlockAttribute']('bookmarkId'),_0x3dc172['descriptionFactory']['registerDescriptionCallback'](_0xb52f6c=>{if('insertion'!=_0xb52f6c['type']&&'deletion'!=_0xb52f6c['type']&&'attribute'!=_0xb52f6c['type'])return;const _0x1cf26e=_0xb52f6c['getContainedElement']();if(null==_0x1cf26e)return;if(!_0x1cf26e['is']('element','bookmark'))return;const _0x2566fe=_0x1cf26e['getAttribute']('bookmarkId');if('insertion'==_0xb52f6c['type'])return{'type':'insertion','content':c(_0x59bfb4,'*Insert:*\x20%0','\x22'+_0x2566fe+'\x22\x20'+c(_0x59bfb4,'ELEMENT_BOOKMARK'))};if('deletion'==_0xb52f6c['type'])return{'type':'deletion','content':c(_0x59bfb4,'*Remove:*\x20%0','\x22'+_0x2566fe+'\x22\x20'+c(_0x59bfb4,'ELEMENT_BOOKMARK'))};const {data:_0x329a50}=_0xb52f6c;if(!_0x329a50||'bookmarkId'!=_0x329a50['key'])return;return{'type':'format','content':c(_0x59bfb4,'*Set\x20bookmark:*\x20%0','\x22'+_0x329a50['newValue']+'\x22')};}));}}class J extends _0x3b7b17{['afterInit'](){const _0x2f6b4e=this['editor'];_0x2f6b4e['plugins']['has']('CaseChange')&&(_0x2f6b4e['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x2f6b4e['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x2f6b4e['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class K extends _0x3b7b17{['afterInit'](){const _0x280a32=this['editor'];_0x280a32['commands']['get']('ckbox')&&_0x280a32['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class H extends _0x3b7b17{['afterInit'](){const _0x41def6=this['editor'];if(!_0x41def6['plugins']['has']('CodeBlock'))return;const _0x24906a=_0x41def6['plugins']['get']('TrackChangesEditing'),_0x3b8fe6=_0x41def6['locale'],_0xf5573=_0x41def6['config']['get']('codeBlock')['languages'],_0x4a9b95=_0x41def6['commands']['get']('codeBlock');_0x24906a['enableCommand']('indentCodeBlock'),_0x24906a['enableCommand']('outdentCodeBlock'),_0x24906a['enableCommand']('codeBlock',(_0x1cb0f,_0x8f8911={})=>{const _0x2e45=_0x41def6['model'],_0x5083d0=_0x41def6['model']['document']['selection'],_0x47494c=_0x8f8911&&void 0x0!==_0x8f8911['forceValue']?_0x8f8911['forceValue']:!_0x4a9b95['value'];let _0x2d6b02;_0x8f8911['language']||(_0x8f8911['language']=_0xf5573[0x0]['language']),_0x2d6b02=_0x47494c?Array['from'](_0x5083d0['getSelectedBlocks']())['filter'](_0x455459=>eo(_0x455459)||function(_0x2eab83,_0xf2592b){if(_0x2eab83['is']('rootElement')||_0xf2592b['isLimit'](_0x2eab83))return!0x1;return _0xf2592b['checkChild'](_0x2eab83['parent'],'codeBlock');}(_0x455459,_0x2e45['schema'])):Array['from'](_0x5083d0['getSelectedBlocks']())['filter'](_0x2882cf=>eo(_0x2882cf));const _0x3707b6=to(_0x2d6b02,_0x2e45);_0x2e45['change'](()=>{for(const _0x48df00 of _0x3707b6)_0x24906a['markBlockFormat'](_0x48df00,{'commandName':'codeBlock','commandParams':[{..._0x8f8911,'forceValue':_0x47494c}],'formatGroupId':'blockName'});});}),(_0x24906a['descriptionFactory']['registerElementLabel']('codeBlock',_0x1a7df6=>c(_0x3b8fe6,'ELEMENT_CODE_BLOCK',_0x1a7df6)),_0x24906a['descriptionFactory']['registerDescriptionCallback'](_0x3663ec=>{if('formatBlock'!=_0x3663ec['type'])return;const _0x2aadb5=_0x3b8fe6['t'],{data:_0x3dda60}=_0x3663ec;if(!_0x3dda60||'codeBlock'!=_0x3dda60['commandName'])return;const _0x4702a5=_0x3dda60['commandParams'][0x0]['language'],_0x3f4cda=_0x2aadb5(_0xf5573['find'](_0x74e2e0=>_0x74e2e0['language']===_0x4702a5)['label'])['toLowerCase']();return _0x3dda60['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x3b8fe6,'*Set\x20format:*\x20%0',c(_0x3b8fe6,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x3f4cda+')')}:{'type':'format','content':c(_0x3b8fe6,'*Remove\x20format:*\x20%0',c(_0x3b8fe6,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x20bbc7){return'codeBlock'==_0x20bbc7['name'];}class q extends _0x3b7b17{['afterInit'](){const _0x2d494a=this['editor'];if(!_0x2d494a['plugins']['has']('CommentsEditing'))return;_0x2d494a['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x3a6f70,_0x1d616d,_0x1ad31d){const _0x24a996=[];for(const _0x55f307 of _0x1d616d['getItems']())_0x55f307['hasAttribute'](_0x3a6f70)&&_0x24a996['push'](_0x1ad31d['createRangeOn'](_0x55f307));return _0x24a996;}function Fe(_0x4df4b6,_0xea1389,{showActiveMarker:_0x35543b=!0x0}={}){const _0x5e16c5=_0x4df4b6['plugins']['get']('TrackChangesEditing');return(_0x40a341,_0x2eebf9,_0x458f60)=>{if(!_0x458f60['consumable']['test'](_0x2eebf9['markerRange'],_0x40a341['name']))return;const _0x2b88ea=_0x2eebf9['markerRange']['getWalker'](),_0x180d38=_0x2eebf9['markerRange']['start'],_0x128f6f=_0x4df4b6['model']['schema'];let _0x4b2dbe=null,_0xb2b124=null,_0x2d7b6f=!0x1,_0x10c8ce=!0x1;for(const _0x13edb6 of _0x2b88ea){const _0x34b643=_0x13edb6['item'];_0x2d7b6f=_0x2d7b6f||_0x128f6f['isContent'](_0x34b643);const _0x17b74c=_0x458f60['mapper']['toViewElement'](_0x34b643);if(_0x17b74c&&_0x17b74c['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x13edb6['type']&&(_0x128f6f['isBlock'](_0x34b643)&&!_0x128f6f['isLimit'](_0x34b643)&&(_0x34b643['nextSibling']||_0x180d38['isAtEnd']?_0x4b2dbe&&_0x4b2dbe['parent']==_0x34b643||(_0x4b2dbe=_0x34b643,_0x101744(_0x13edb6['previousPosition']),_0x10c8ce=!0x0):_0xb2b124=_0xb2b124||_0x13edb6['previousPosition']));}function _0x101744(_0xbb3d02){const {id:_0x4f270c,authorId:_0x2b929e}=_0x5e16c5['_splitMarkerName'](_0x2eebf9['markerName']),_0xbb016a=_0x458f60['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0xea1389,'data-suggestion':_0x4f270c,'data-author-id':_0x2b929e}),_0x297505=_0x458f60['mapper']['toViewPosition'](_0xbb3d02);_0x35543b&&_0x5e16c5['activeMarkers']['includes'](_0x2eebf9['markerName'])&&_0x458f60['writer']['addClass']('ck-suggestion-marker--active',_0xbb016a),_0x458f60['writer']['insert'](_0x297505,_0xbb016a),_0x458f60['mapper']['bindElementToMarker'](_0xbb016a,_0x2eebf9['markerName']);}_0x2d7b6f||_0x10c8ce||!_0xb2b124||_0x101744(_0xb2b124);};}class z extends _0x3b7b17{static get['requires'](){return[_0x2ba1e3];}['init'](){const _0x3d2aed=this['editor'],_0x457f03=_0x3d2aed['plugins']['get']('TrackChangesEditing');_0x457f03['enableCommand']('delete');const _0x48874b=_0x3d2aed['commands']['get']('deleteForward');_0x457f03['enableCommand']('deleteForward',(_0x7e36a0,_0x16fdbc={})=>{const _0xfefc1f=_0x3d2aed['model']['createSelection'](_0x3d2aed['model']['document']['selection']);_0xfefc1f['isCollapsed']&&_0x3d2aed['model']['modifySelection'](_0xfefc1f,{'direction':'forward','unit':_0x16fdbc['unit']});const _0x52cce4=_0xfefc1f['getFirstRange'](),_0xc5e7d5=_0x1f6f9b['fromRange'](_0x52cce4);let _0x29f441;_0x7e36a0(_0x16fdbc),_0x29f441='$graveyard'==_0xc5e7d5['root']['rootName']?_0x3d2aed['model']['createRange'](_0x52cce4['start']):_0x3d2aed['model']['createRange'](_0xc5e7d5['start'],_0xc5e7d5['end']),_0xc5e7d5['detach'](),_0x3d2aed['model']['enqueueChange'](_0x48874b['buffer']['batch'],_0x4b4153=>{_0x48874b['buffer']['lock'](),_0x4b4153['setSelection'](_0x4b4153['createRange'](_0x29f441['end'])),_0x48874b['buffer']['unlock']();});}),_0x3d2aed['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',Fe(_0x3d2aed,'merge'),{'priority':'high'}),_0x3d2aed['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x49c46a,_0x8928fe,_0x291290)=>{_0x291290['options']['showSuggestionHighlights']&&Fe(_0x3d2aed,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x49c46a,_0x8928fe,_0x291290);},{'priority':'high'}),_0x3d2aed['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x287b10,_0x14e197,_0x9e9ceb)=>{const _0x38662d=_0x9e9ceb['mapper']['markerNameToElements'](_0x14e197['markerName']);if(_0x38662d){for(const _0x4a89d7 of _0x38662d)_0x4a89d7['is']('uiElement')&&(_0x9e9ceb['mapper']['unbindElementFromMarkerName'](_0x4a89d7,_0x14e197['markerName']),_0x9e9ceb['writer']['remove'](_0x4a89d7));}},{'priority':'high'});}}class W extends _0x3b7b17{['afterInit'](){const _0x2e3cc2=this['editor'];if(!_0x2e3cc2['plugins']['has']('ListEditing'))return;const _0x93b97a=_0x2e3cc2['locale'],_0x55f102=_0x2e3cc2['plugins']['get']('TrackChangesEditing'),_0x58e2f2=_0x2e3cc2['plugins']['has']('TodoListEditing'),_0x28fa91=!!_0x2e3cc2['config']['get']('list.multiBlock');function _0x2d53e1(_0x591790){return{'type':'format','content':''+c(_0x93b97a,'*Set\x20format:*\x20%0',_0x591790)};}function _0x308730(_0x355b23){return{'type':'format','content':''+c(_0x93b97a,'*Remove\x20format:*\x20%0',_0x355b23)};}_0x55f102['enableDefaultAttributesIntegration']('numberedList'),_0x55f102['enableDefaultAttributesIntegration']('bulletedList'),_0x55f102['enableDefaultAttributesIntegration']('customNumberedList'),_0x55f102['enableDefaultAttributesIntegration']('customBulletedList'),_0x55f102['enableDefaultAttributesIntegration']('indentList'),_0x55f102['enableDefaultAttributesIntegration']('outdentList'),_0x55f102['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x55f102['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x55f102['registerBlockAttribute']('listItemId'),_0x55f102['registerBlockAttribute']('listType'),_0x55f102['registerBlockAttribute']('listIndent'),_0x28fa91&&(_0x55f102['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x55f102['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x58e2f2&&(_0x55f102['enableDefaultAttributesIntegration']('todoList'),_0x55f102['enableDefaultAttributesIntegration']('checkTodoList'),_0x55f102['registerBlockAttribute']('todoListChecked'),_0x55f102['descriptionFactory']['registerDescriptionCallback'](_0x811e65=>{const {data:_0x5bada3}=_0x811e65;if(_0x5bada3&&'todoListChecked'==_0x5bada3['key'])return{'type':'format','content':_0x5bada3['newValue']?c(_0x93b97a,'*Check\x20item*'):c(_0x93b97a,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x39bfba=>{if(_0x39bfba['batch']['isUndo'])return!0x1;let _0x2b1a90=!0x1;const _0x1ae205=_0x55f102['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2829a6=>'todoListChecked'===_0x55f102['_getAttributeKey'](_0x2829a6));for(const _0x4aaf73 of _0x1ae205){'todo'!=_0x4aaf73['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x55f102['_findSuggestions'](_0x4aaf73['getFirstRange'](),'attribute')['find'](_0xb884de=>'listType'===_0x55f102['_getAttributeKey'](_0xb884de['suggestion']))||(_0x39bfba['removeMarker'](_0x4aaf73['getFirstMarker']()),_0x2b1a90=!0x0));}return _0x2b1a90;})),_0x55f102['descriptionFactory']['registerAttributeLabel']('listIndent',c(_0x93b97a,'FORMAT_INDENT'));const _0x5bf0ef={'type':'format','content':''};_0x55f102['descriptionFactory']['registerDescriptionCallback'](_0x1792dd=>{const {data:_0x75db67}=_0x1792dd;if(!_0x75db67||'listType'!=_0x75db67['key'])return;let _0x3cc250=_0x1792dd['head'];for(;_0x3cc250;){if(_0x3cc250['data']&&(('listStyle'==_0x3cc250['data']['key']||'listMarkerStyle'==_0x3cc250['data']['key'])&&(_0x3cc250['data']['newValue']&&'default'!=_0x3cc250['data']['newValue']||'default'!=_0x3cc250['data']['oldValue']&&!_0x75db67['newValue'])||!_0x28fa91&&_0x3cc250['data']['key']==u))return _0x5bf0ef;_0x3cc250=_0x3cc250['next'];}if(null==_0x75db67['newValue'])switch(_0x75db67['oldValue']){case'bulleted':return _0x308730(c(_0x93b97a,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x308730(c(_0x93b97a,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x308730(c(_0x93b97a,'ELEMENT_TODO_LIST'));}switch(_0x75db67['newValue']){case'bulleted':return _0x2d53e1(c(_0x93b97a,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x2d53e1(c(_0x93b97a,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x2d53e1(c(_0x93b97a,'ELEMENT_TODO_LIST'));}}),_0x55f102['descriptionFactory']['registerDescriptionCallback'](_0x5ad455=>{const {data:_0x168f8f}=_0x5ad455;if(_0x168f8f&&'listIndent'==_0x168f8f['key'])return null==_0x168f8f['newValue']||null==_0x168f8f['oldValue']&&0x0==_0x168f8f['newValue']?_0x5bf0ef:void 0x0;}),_0x55f102['descriptionFactory']['registerDescriptionCallback'](_0x5768e7=>{if('attribute'!=_0x5768e7['type'])return;const {data:_0x39502e}=_0x5768e7;if(!_0x39502e||'listItemId'!=_0x39502e['key'])return;const _0x5d89e1=Te(_0x5768e7);return'newValue'==_0x5d89e1?{'type':'format','content':c(_0x93b97a,'*Merge:*\x20list\x20item')}:'oldValue'==_0x5d89e1?{'type':'format','content':c(_0x93b97a,'*Split:*\x20list\x20item')}:_0x5bf0ef;}),_0x2e3cc2['model']['document']['registerPostFixer'](_0x55ad41=>this['listItemIdFixer'](_0x55ad41)),_0x2e3cc2['model']['document']['registerPostFixer'](_0x5a7464=>this['noTrackChangesFixer'](_0x5a7464)),_0x2e3cc2['model']['document']['on']('change:data',(_0x7005c5,_0x389193)=>{if(_0x389193['isUndo']||!_0x389193['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x45f3f8){if(_0x45f3f8['batch']['isUndo']||!_0x45f3f8['batch']['isLocal'])return!0x1;let _0x5f3d26=!0x1;const _0x27e86c=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5dc6e0=>_0x5dc6e0['data']&&'listItemId'==_0x5dc6e0['data']['key'])['filter'](_0x1f07ff=>_0x1f07ff['data']['newValue']&&_0x1f07ff['data']['oldValue']);for(const _0x87fba0 of _0x27e86c)Te(_0x87fba0)||(_0x45f3f8['removeMarker'](_0x87fba0['getFirstMarker']()),_0x5f3d26=!0x0);return _0x5f3d26;}['noTrackChangesFixer'](_0x41057a){if(_0x41057a['batch']['isUndo']||!_0x41057a['batch']['isLocal'])return!0x1;const _0x377a8e=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x377a8e['trackChangesCommand']['value'])return!0x1;let _0x3a44ce=!0x1;const _0x4c4218=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0xb49b3e=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x45c6fd=>'attribute'==_0x45c6fd['type'])['filter'](_0x366726=>_0x4c4218['includes'](_0x366726['attributeKey']));if(0x0==_0xb49b3e['length'])return _0x3a44ce;for(const _0x121485 of _0xb49b3e){const _0x2701cc=_0x377a8e['_findSuggestions'](_0x121485['range'],'attribute')['filter'](_0x54643e=>!_0x54643e['meta']['isNextTo'])['map'](_0x3c6cff=>_0x3c6cff['suggestion'])['filter'](_0x2cb3b0=>{const _0x12f1b5=_0x377a8e['_getAttributeKey'](_0x2cb3b0);return _0x4c4218['includes'](_0x12f1b5);});if(_0x2701cc['length']){for(const _0xeeb771 of _0x2701cc)_0x41057a['removeMarker'](_0xeeb771['getFirstMarker']());_0x3a44ce=!0x0;}}return _0x3a44ce;}['assureChains'](){const _0x1ba5a1=this['editor']['plugins']['get']('TrackChangesEditing'),_0x14e97c=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x1051a7;const _0x70abfe=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x35dd5a=>{if(_0x35dd5a['data']['oldRange']||!_0x35dd5a['data']['newRange'])return null;if(!_0x35dd5a['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x4f056e}=_0x1ba5a1['_splitMarkerName'](_0x35dd5a['name']);if(!_0x1ba5a1['hasSuggestion'](_0x4f056e))return null;const _0x561a20=_0x1ba5a1['getSuggestion'](_0x4f056e);return _0x14e97c['includes'](_0x561a20['data']['key']);})['map'](_0x38e271=>{const {id:_0x39db1c}=_0x1ba5a1['_splitMarkerName'](_0x38e271['name']),_0x423ecb=_0x1ba5a1['getSuggestion'](_0x39db1c);return _0x1051a7=_0x423ecb['attributes']['groupId'],_0x423ecb['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x70abfe['size'])return;const _0x1da8f1=_0x1ba5a1['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0xeaff87=>'attribute'==_0xeaff87['type']&&_0xeaff87['data']&&_0x14e97c['includes'](_0xeaff87['data']['key'])&&_0xeaff87['attributes']['groupId']!=_0x1051a7)['map'](_0x430b7b=>({'listItem':_0x430b7b['getFirstRange']()['start']['nodeAfter'],'groupId':_0x430b7b['attributes']['groupId']})),_0x5c68f8=new Set();for(const {groupId:_0x14f26f,listItem:_0x22e6f1}of _0x1da8f1)_0x70abfe['has'](_0x22e6f1)&&_0x5c68f8['add'](_0x14f26f);for(const _0x5f4290 of _0x1ba5a1['getSuggestions']())_0x5c68f8['has'](_0x5f4290['attributes']['groupId'])&&_0x5f4290['setAttribute']('groupId',_0x1051a7);}['_supportLegacySuggestions'](){const _0xdc4d0f=this['editor'],_0x528e35=_0xdc4d0f['locale'],_0x5bf0eb=_0xdc4d0f['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x5bf0eb['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x4f4be7,_0x56ddaf){const _0x2f4ffa=[];for(let _0x5efa80 of _0x4f4be7)_0x5efa80['start']['nodeAfter']===_0x5efa80['end']['parent']&&(_0x5efa80=_0xdc4d0f['model']['createRange'](_0xdc4d0f['model']['createPositionAt'](_0x5efa80['start']['nodeAfter'],0x0))),_0x2f4ffa['push'](_0x5efa80);_0xdc4d0f['model']['change'](_0x37c689=>{const _0x1652f5=_0xdc4d0f['model']['document']['selection'],_0x19d3db=Array['from'](_0x1652f5['getRanges']())['map'](_0x1fa05a=>_0x1f6f9b['fromRange'](_0x1fa05a));_0x37c689['setSelection'](_0x2f4ffa),_0xdc4d0f['commands']['get'](_0x56ddaf['commandName'])['refresh'](),_0x56ddaf['commandParams']['push']({'forceDefaultExecution':!0x0}),_0xdc4d0f['execute'](_0x56ddaf['commandName'],..._0x56ddaf['commandParams']),_0x37c689['setSelection'](_0x19d3db);for(const _0x53093c of _0x19d3db)_0x53093c['detach']();});}),_0x5bf0eb['descriptionFactory']['registerElementLabel'](function(_0x3d344c){const _0x3b2dc7=!_0xdc4d0f['model']['schema']['isObject'](_0x3d344c),_0x3e9ba9=_0x3d344c['previousSibling'],_0x4d0cac=_0x3d344c['nextSibling'],_0x388624=_0x3d344c['getAttribute']('listItemId'),_0x4b59a6=!_0x3e9ba9||_0x3e9ba9['getAttribute']('listItemId')!==_0x388624,_0x167f5c=!_0x4d0cac||_0x4d0cac['getAttribute']('listItemId')!==_0x388624;return _0x3b2dc7&&Boolean(_0x388624)&&_0x4b59a6&&_0x167f5c;},_0x1224e4=>c(_0x528e35,'ELEMENT_LIST_ITEM',_0x1224e4));}['_registerLegacyDescription'](){const _0x1c20af=this['editor'],_0x3c587e=_0x1c20af['locale'];function _0x1c12cb(_0x366da6){const _0x334cd4=_0x1c20af['commands']['get']('bulletedList')['value'],_0x2b07f0=_0x1c20af['commands']['get']('numberedList')['value'];return'numberedList'===_0x366da6?_0x334cd4:_0x2b07f0;}_0x1c20af['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x4cdf79){if('formatBlock'!=_0x4cdf79['type'])return;const {data:_0x3bfdd1}=_0x4cdf79;if(!_0x3bfdd1)return;let _0x27ee99,_0x6a14d3,_0x5a298c,_0x502c40;switch(_0x3bfdd1['commandName']){case'bulletedList':_0x5a298c=_0x3bfdd1['commandParams'][0x0]['forceValue'],_0x502c40=_0x1c12cb(_0x3bfdd1['commandName']),_0x27ee99=_0x5a298c?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x502c40&&_0x1c20af['config']['get']('list.multiBlock')||(_0x27ee99='*Change\x20to:*\x20%0'),_0x6a14d3={'type':'format','content':c(_0x3c587e,_0x27ee99,c(_0x3c587e,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x5a298c=_0x3bfdd1['commandParams'][0x0]['forceValue'],_0x502c40=_0x1c12cb(_0x3bfdd1['commandName']),_0x27ee99=_0x5a298c?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x502c40&&_0x1c20af['config']['get']('list.multiBlock')||(_0x27ee99='*Change\x20to:*\x20%0'),_0x6a14d3={'type':'format','content':c(_0x3c587e,_0x27ee99,c(_0x3c587e,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x27ee99='*Indent:*\x20%0',_0x6a14d3={'type':'format','content':c(_0x3c587e,_0x27ee99,c(_0x3c587e,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x27ee99=function(_0xe526b9){const _0x433f11=_0xe526b9['getFirstRange']();let _0x3c052a=_0x433f11['start']['nodeAfter'];for(;_0x3c052a&&_0x433f11['containsItem'](_0x3c052a);){if(_0x3c052a['getAttribute']('listIndent')>0x0)return!0x1;_0x3c052a=_0x3c052a['nextSibling'];}return!0x0;}(_0x4cdf79)?c(_0x3c587e,'*Format:*\x20remove\x20from\x20%0',c(_0x3c587e,function(_0x5ddfd5){return'ELEMENT_'+_0x5ddfd5['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x4cdf79))):c(_0x3c587e,'*Outdent:*\x20%0',c(_0x3c587e,'ELEMENT_LIST_ITEM')),_0x6a14d3={'type':'format','content':_0x27ee99};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x3bfdd1['multipleBlocks']&&(_0x27ee99='*Merge:*\x20%0',_0x6a14d3={'type':'deletion','content':c(_0x3c587e,_0x27ee99,c(_0x3c587e,'ELEMENT_LIST_ITEM'))});}return _0x6a14d3;});}}function Te(_0x144bb5){let _0x2c0f88=_0x144bb5['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x2c0f88;){const _0x510f23=_0x2c0f88['getAttribute']('listItemId');if(!_0x510f23)return!0x1;if(_0x510f23==_0x144bb5['data']['newValue'])return'newValue';if(_0x510f23==_0x144bb5['data']['oldValue'])return'oldValue';_0x2c0f88=_0x2c0f88['previousSibling'];}return!0x1;}class Se extends _0x3b7b17{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0xea0696=this['editor']['config']['get']('list.properties'),_0x1615f1=this['editor']['plugins']['get']('TrackChangesEditing');_0xea0696['styles']&&(_0x1615f1['enableDefaultAttributesIntegration']('listStyle'),_0x1615f1['registerBlockAttribute']('listStyle')),_0xea0696['reversed']&&(_0x1615f1['enableDefaultAttributesIntegration']('listReversed'),_0x1615f1['registerBlockAttribute']('listReversed')),_0xea0696['startIndex']&&(_0x1615f1['enableDefaultAttributesIntegration']('listStart'),_0x1615f1['registerBlockAttribute']('listStart'));const _0x17d7a7={'type':'format','content':''};_0x1615f1['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x3d02e4=this['editor']['locale'];_0x1615f1['descriptionFactory']['registerAttributeLabel']('listReversed',c(_0x3d02e4,'FORMAT_LIST_REVERSED')),_0x1615f1['descriptionFactory']['registerDescriptionCallback'](_0x205e54=>{const {data:_0x4501ba}=_0x205e54;if(_0x4501ba&&'listReversed'==_0x4501ba['key'])return null==_0x4501ba['newValue']||0x0==_0x4501ba['newValue']&&null==_0x4501ba['oldValue']?_0x17d7a7:void 0x0;}),_0x1615f1['descriptionFactory']['registerAttributeLabel']('listStart',c(_0x3d02e4,'FORMAT_LIST_START')),_0x1615f1['descriptionFactory']['registerDescriptionCallback'](_0x30e623=>{const {data:_0x133c23}=_0x30e623;if(_0x133c23&&'listStart'==_0x133c23['key'])return null==_0x133c23['newValue']||0x1==_0x133c23['newValue']&&null==_0x133c23['oldValue']?_0x17d7a7:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x3edb7a=>{if(_0x3edb7a['batch']['isUndo'])return!0x1;let _0x203162=!0x1;const _0x4fafa4=_0x1615f1['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x415b66=>{const _0x481049=_0x1615f1['_getAttributeKey'](_0x415b66);return'listStart'==_0x481049||'listReversed'==_0x481049;});for(const _0x4ece78 of _0x4fafa4){const _0x46e194=_0x4ece78['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x46e194||'customNumbered'==_0x46e194)continue;_0x1615f1['_findSuggestions'](_0x4ece78['getFirstRange'](),'attribute')['find'](_0x1ecbb4=>'listType'==_0x1615f1['_getAttributeKey'](_0x1ecbb4['suggestion']))||(_0x3edb7a['removeMarker'](_0x4ece78['getFirstMarker']()),_0x203162=!0x0);}return _0x203162;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x112c70){const _0x2688cf=this['editor']['locale'],{data:_0xe9849a}=_0x112c70,_0x5c29da={'type':'format','content':''};if(!_0xe9849a||'listStyle'!=_0xe9849a['key'])return;if(!_0xe9849a['oldValue'])return'default'==_0xe9849a['newValue']?_0x5c29da:{'type':'format','content':''+c(_0x2688cf,'*Set\x20format:*\x20%0',c(_0x2688cf,this['_getTranslationKeyForListStyle'](_0xe9849a['newValue'])))};if(!_0xe9849a['newValue']){if('default'==_0xe9849a['oldValue'])return _0x5c29da;let _0x301eb2=_0x112c70['head'];for(;_0x301eb2;){if(_0x301eb2['data']&&'listType'==_0x301eb2['data']['key']&&_0x301eb2['data']['newValue'])return _0x5c29da;_0x301eb2=_0x301eb2['next'];}return{'type':'format','content':''+c(_0x2688cf,'*Remove\x20format:*\x20%0',c(_0x2688cf,this['_getTranslationKeyForListStyle'](_0xe9849a['oldValue'])))};}if('default'!=_0xe9849a['newValue'])return{'type':'format','content':''+c(_0x2688cf,'*Set\x20format:*\x20%0',c(_0x2688cf,this['_getTranslationKeyForListStyle'](_0xe9849a['newValue'])))};let _0x198a94=_0x112c70['head'];for(;_0x198a94;){if(_0x198a94['data']&&'listType'==_0x198a94['data']['key']&&_0x198a94['data']['newValue']&&_0x198a94['data']['oldValue'])return _0x5c29da;_0x198a94=_0x198a94['next'];}return{'type':'format','content':c(_0x2688cf,'*Set\x20format:*\x20%0',c(_0x2688cf,'ELEMENT_'+_0x112c70['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x228cf7=this['editor'],_0x43c5fd=_0x228cf7['locale'];_0x228cf7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x315712=>{if('formatBlock'!=_0x315712['type'])return;const {data:_0x3db3c7}=_0x315712;if(!_0x3db3c7)return;let _0x366e9f,_0x49b0a7;switch(_0x3db3c7['commandName']){case'listStyle':_0x366e9f='*Change\x20to:*\x20%0',_0x49b0a7={'type':'format','content':c(_0x43c5fd,_0x366e9f,c(_0x43c5fd,this['_getTranslationKeyForListStyle'](_0x3db3c7['commandParams'][0x0]['type'])))};break;case'listReversed':_0x366e9f=_0x3db3c7['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x49b0a7={'type':'format','content':c(_0x43c5fd,_0x366e9f)};break;case'listStart':_0x366e9f='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x49b0a7={'type':'format','content':c(_0x43c5fd,_0x366e9f,_0x3db3c7['commandParams'][0x0]['startIndex'])};}return _0x49b0a7;});}['_getTranslationKeyForListStyle'](_0x302e6d){return'ELEMENT_'+function(_0x3f4875){if(_e['includes'](_0x3f4875))return'bulleted';if(Re['includes'](_0x3f4875))return'numbered';return null;}(_0x302e6d)['toUpperCase']()+'_LIST_'+_0x302e6d['toUpperCase']()['replace'](/-/g,'_');}}const _e=['disc','circle','square'],Re=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class X extends _0x3b7b17{['afterInit'](){const _0x53e0f3=this['editor'];_0x53e0f3['commands']['get']('emoji')&&_0x53e0f3['plugins']['get']('TrackChangesEditing')['enableCommand']('emoji');}}class Y extends _0x3b7b17{static get['requires'](){return[_0x360f0e];}['init'](){const _0x341982=this['editor'],_0x1467b9=_0x341982['plugins']['get']('TrackChangesEditing'),_0x3f1a33=_0x341982['commands']['get']('enter');_0x1467b9['enableCommand']('enter',()=>{_0x341982['model']['change'](_0x38edec=>{const _0x420e7a=_0x341982['model']['document']['selection'],_0x35351f=_0x420e7a['getFirstPosition'](),_0x4bc190=_0x1f6f9b['fromRange'](_0x420e7a['getFirstRange']());if(_0x3f1a33['enterBlock'](_0x38edec)){const _0x5db9dd=_0x341982['model']['createPositionAt'](_0x35351f['parent']['nextSibling'],0x0),_0x1861b1=_0x38edec['createRange'](_0x35351f,_0x5db9dd);_0x1467b9['markInsertion'](_0x1861b1);}else _0x38edec['setSelection'](_0x38edec['createRange'](_0x4bc190['end']));_0x4bc190['detach'](),_0x3f1a33['fire']('afterExecute',{'writer':_0x38edec});});}),_0x341982['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',Fe(_0x341982,'split'),{'priority':'high'}),_0x341982['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x1fc651,_0x1f2ad,_0x1de92a)=>{const _0x290c11=_0x1de92a['mapper']['markerNameToElements'](_0x1f2ad['markerName']);if(_0x290c11){for(const _0x565b6b of _0x290c11)_0x565b6b['hasClass']('ck-suggestion-marker-split')&&(_0x1de92a['mapper']['unbindElementFromMarkerName'](_0x565b6b,_0x1f2ad['markerName']),_0x1de92a['writer']['remove'](_0x565b6b));}},{'priority':'high'}),_0x341982['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x3c4861,_0x400050,_0x1744a0)=>{_0x1744a0['options']['showSuggestionHighlights']&&Fe(_0x341982,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x3c4861,_0x400050,_0x1744a0);},{'priority':'high'});}}class Z extends _0x3b7b17{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x2e8fdb=this['editor']['plugins']['get']('TrackChangesEditing');_0x2e8fdb['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x2e8fdb['enableCommand']('findNext'),_0x2e8fdb['enableCommand']('findPrevious'),_0x2e8fdb['enableCommand']('replace'),_0x2e8fdb['enableCommand']('replaceAll');}['handleFindCommand'](_0x396b25,_0xf967b8,_0x1b29c7={}){const _0x16666f=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x396b25(_0x1c9243=>{let _0x5157b8=('string'==typeof _0xf967b8?_0x16666f['findByTextCallback'](_0xf967b8,_0x1b29c7):_0xf967b8)(_0x1c9243);Array['isArray'](_0x5157b8)&&(_0x5157b8={'results':_0x5157b8,'searchText':'string'==typeof _0xf967b8?_0xf967b8:''});const _0x419a72=_0x5157b8['results']['filter'](_0x382f6b=>!0x1===this['_isInDeletionRange'](_0x382f6b,_0x1c9243['item']));return{..._0x5157b8,'results':_0x419a72};},_0x1b29c7);}['_isInDeletionRange'](_0xa2099,_0xc79c38){const _0xecde7c=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0xc79c38,_0xa2099['start']),this['editor']['model']['createPositionAt'](_0xc79c38,_0xa2099['end']));for(const _0x39b08f of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0xecde7c['getIntersection'](_0x39b08f['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class tt extends _0x3b7b17{['afterInit'](){const _0x9626c7=this['editor']['locale'],_0x46bf4d=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x13a0cb,commandName:_0x33e871}of ro)this['editor']['plugins']['has'](_0x13a0cb)&&(_0x46bf4d['enableDefaultAttributesIntegration'](_0x33e871),_0x46bf4d['registerInlineAttribute'](_0x33e871));_0x46bf4d['descriptionFactory']['registerAttributeLabel']('fontSize',c(_0x9626c7,'FORMAT_FONT_SIZE')),_0x46bf4d['descriptionFactory']['registerAttributeLabel']('fontFamily',c(_0x9626c7,'FORMAT_FONT_FAMILY')),_0x46bf4d['descriptionFactory']['registerAttributeLabel']('fontColor',c(_0x9626c7,'FORMAT_FONT_COLOR')),_0x46bf4d['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',c(_0x9626c7,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x33af7e=this['editor'],_0x435305=_0x33af7e['locale'];_0x33af7e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x214209=>{const _0x5bd8db=_0x435305['t'];if('formatInline'!=_0x214209['type'])return;const {data:_0x3dd804}=_0x214209;if(null!=_0x3dd804){if('fontSize'==_0x3dd804['commandName']){const _0x2c3ff2=_0x3dd804['commandParams'][0x0]['value'];if(_0x2c3ff2){const _0x19c3b6=_0x5bd8db(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x255b13=>_0x255b13['model']==_0x2c3ff2)['title'])['toLowerCase']();return{'type':'format','content':c(_0x435305,'*Set\x20font\x20size:*\x20%0',_0x19c3b6)};}return{'type':'format','content':c(_0x435305,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x3dd804['commandName']){const _0x5a5df7=_0x3dd804['commandParams'][0x0]['value'];return _0x5a5df7?{'type':'format','content':c(_0x435305,'*Set\x20font\x20family:*\x20%0',_0x5a5df7)}:{'type':'format','content':c(_0x435305,'*Reset\x20font\x20family*')};}if('fontColor'==_0x3dd804['commandName']){const _0x69bafb=_0x3dd804['commandParams'][0x0]['value'];if(_0x69bafb){const _0x25794d=_0x30d2e2(this['editor']['config']['get']('fontColor.colors'))['find'](_0x2555da=>_0x2555da['model']==_0x69bafb);let _0x4d41a1=_0x69bafb,_0x11369d='';return _0x25794d&&(_0x4d41a1=_0x25794d['label'],_0x11369d=_0x5bd8db(_0x4d41a1)['toLowerCase']()),{'type':'format','content':c(_0x435305,'*Set\x20font\x20color:*\x20%0',_0x11369d)['trim'](),'color':{'value':_0x69bafb,'title':_0x11369d||_0x4d41a1}};}return{'type':'format','content':c(_0x435305,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x3dd804['commandName']){const _0x273ad8=_0x3dd804['commandParams'][0x0]['value'];if(_0x273ad8){const _0x28c37e=_0x30d2e2(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0xbd051a=>_0xbd051a['model']==_0x273ad8);let _0x56849f=_0x273ad8,_0x537fb9='';return _0x28c37e&&(_0x56849f=_0x28c37e['label'],_0x537fb9=_0x5bd8db(_0x56849f)['toLowerCase']()),{'type':'format','content':c(_0x435305,'*Set\x20font\x20background\x20color:*\x20%0',_0x537fb9)['trim'](),'color':{'value':_0x273ad8,'title':_0x537fb9||_0x56849f}};}return{'type':'format','content':c(_0x435305,'*Reset\x20font\x20background\x20color*')};}}});}}class it extends _0x3b7b17{['afterInit'](){const _0x2eb346=this['editor'],_0x41ae48=_0x2eb346['plugins']['get']('TrackChangesEditing'),_0x15b330=_0x2eb346['commands']['get']('copyFormat'),_0x1a191d=_0x2eb346['commands']['get']('pasteFormat');_0x15b330&&_0x1a191d&&(_0x41ae48['enableDefaultAttributesIntegration']('pasteFormat'),_0x41ae48['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x18908a=this['editor'],_0x4fd0a1=_0x18908a['locale'];_0x18908a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x391f46=>{if('formatBlock'!=_0x391f46['type']&&'formatInline'!=_0x391f46['type'])return;const {data:_0x4018b9}=_0x391f46;if(_0x4018b9&&'pasteFormat'===_0x4018b9['commandName']){const _0x4094d5=[],_0x49c5d8=_0x4018b9['commandParams'][0x0];for(const [_0x15ce15,_0x4edd44]of Object['entries'](_0x49c5d8))_0x4094d5['push'](so(_0x18908a,_0x15ce15,_0x4edd44));return _0x4094d5['length']?{'type':'format','content':c(_0x4fd0a1,'*Set\x20format\x20to:*\x20%0',_0x4094d5['join'](',\x20'))}:{'type':'format','content':c(_0x4fd0a1,'*Remove\x20all\x20formatting*')};}});}}function so(_0xb49989,_0xeacdfd,_0x526a7e){const _0x304655=_0xb49989['locale']['t'],_0x1c2bdb=_0xeacdfd['split'](/(?=[A-Z])/)['join']('\x20'),_0x5982b2=_0x304655(_0x1c2bdb['charAt'](0x0)['toUpperCase']()+_0x1c2bdb['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x526a7e)return _0x5982b2;if('fontColor'===_0xeacdfd||'fontBackgroundColor'===_0xeacdfd){const _0x1f8c57=_0x30d2e2(_0xb49989['config']['get']('fontColor.colors'))['find'](_0x597d02=>_0x597d02['model']==_0x526a7e);return _0x5982b2+'\x20('+(_0x1f8c57?_0x304655(_0x1f8c57['label'])['toLowerCase']():_0x526a7e)+')';}if('fontSize'===_0xeacdfd&&isNaN(parseFloat(_0x526a7e))){const _0x47f2c1=_0xb49989['plugins']['get']('FontSize')['normalizeSizeOptions'](_0xb49989['config']['get']('fontSize.options'))['find'](_0x37e9cd=>_0x37e9cd['model']==_0x526a7e);return _0x5982b2+'\x20('+(_0x47f2c1?_0x304655(_0x47f2c1['title'])['toLowerCase']():_0x526a7e)+')';}return _0x5982b2+'\x20('+_0x526a7e+')';}class et extends _0x3b7b17{['_headingOptions'];['afterInit'](){const _0x39c4fb=this['editor'];if(!_0x39c4fb['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x39c4fb['config']['get']('heading.options');const _0x48b546=_0x39c4fb['locale'],_0x2a558b=_0x39c4fb['plugins']['get']('TrackChangesEditing');_0x2a558b['enableDefaultAttributesIntegration']('heading');for(const _0x438e68 of this['_headingOptions'])'paragraph'!=_0x438e68['model']&&_0x2a558b['descriptionFactory']['registerElementLabel'](_0x438e68['model'],_0x20ef87=>{const _0x1908ab=this['_getHeadingLevel'](_0x438e68['model']);return null!==_0x1908ab?_0xb04999(_0x20ef87,_0x1908ab):_0x1324f1(_0x20ef87,_0x438e68['title']);});function _0xb04999(_0x432f3d,_0x58e635){return c(_0x48b546,'ELEMENT_HEADING',[_0x432f3d,_0x58e635]);}function _0x1324f1(_0x54e124,_0x2657b){return c(_0x48b546,'ELEMENT_HEADING_CUSTOM',[_0x54e124,_0x2657b]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xada426=this['editor'],_0x4c07ca=_0xada426['locale'];function _0x2c54e1(_0x352496,_0x33ecaf){return c(_0x4c07ca,'ELEMENT_HEADING_CUSTOM',[_0x352496,_0x33ecaf]);}_0xada426['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x18fcb0=>{if('formatBlock'!=_0x18fcb0['type'])return;const {data:_0x304506}=_0x18fcb0;if(_0x304506&&'heading'==_0x304506['commandName']){const _0x1af439=_0x304506['commandParams'][0x0]['value'],_0x41cce5=this['_getHeadingLevel'](_0x1af439);if(null!==_0x41cce5)return{'type':'format','content':c(_0x4c07ca,'*Change\x20to:*\x20%0',(_0x385741=0x1,_0x5abee7=_0x41cce5,c(_0x4c07ca,'ELEMENT_HEADING',[_0x385741,_0x5abee7])))};const _0x3039ad=this['_headingOptions']['find'](_0x2aa6e5=>_0x2aa6e5['model']===_0x1af439)['title'];return{'type':'format','content':c(_0x4c07ca,'*Change\x20to:*\x20%0',_0x2c54e1(0x1,_0x3039ad))};}var _0x385741,_0x5abee7;});}['_getHeadingLevel'](_0x21ef59){const _0x433e2c=_0x21ef59['match'](/^heading(\d+)/);if(_0x433e2c)return _0x433e2c[0x1];const _0x2cdc83=this['_headingOptions']?.['find'](_0xa9ca61=>_0xa9ca61['model']==_0x21ef59);if(_0x2cdc83&&_0x2cdc83['view']){const _0x5c7857=_0x2cdc83['view'],_0x5a6c10=(_0x5c7857['name']??_0x5c7857)['match'](/^h(\d+)/);if(_0x5a6c10)return _0x5a6c10[0x1];}return null;}}class nt extends _0x3b7b17{['afterInit'](){const _0x4258a6=this['editor'];if(!_0x4258a6['plugins']['has']('HighlightEditing'))return;const _0x19da07=_0x4258a6['plugins']['get']('TrackChangesEditing'),_0x2f8ffe=_0x4258a6['locale'];_0x19da07['enableDefaultAttributesIntegration']('highlight'),_0x19da07['registerInlineAttribute']('highlight'),_0x19da07['descriptionFactory']['registerAttributeLabel']('highlight',c(_0x2f8ffe,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x37a6e4=this['editor'],_0x203675=_0x37a6e4['locale'];_0x37a6e4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3e496d=>{if('formatInline'!=_0x3e496d['type'])return;const {data:_0x2cb088}=_0x3e496d;if(_0x2cb088&&'highlight'==_0x2cb088['commandName']){const _0x31ef1b=_0x203675['t'],_0x4a04ad=_0x2cb088['commandParams'][0x0]['value'];if(_0x4a04ad){const _0x4e7bb5=_0x37a6e4['config']['get']('highlight.options')['find'](_0x50a8a5=>_0x50a8a5['model']==_0x4a04ad),_0x3ea44b=_0x31ef1b(_0x4e7bb5['title'])['toLowerCase']();return{'type':'format','content':c(_0x203675,'*Set\x20highlight:*\x20%0',_0x3ea44b),'color':{'value':_0x4e7bb5['color'],'title':_0x4e7bb5['title']}};}return{'type':'format','content':c(_0x203675,'*Remove\x20highlight*',c(_0x203675,'FORMAT_HIGHLIGHT'))};}});}}class st extends _0x3b7b17{['afterInit'](){const _0x52ad69=this['editor'];if(!_0x52ad69['plugins']['has']('HorizontalLineEditing'))return;_0x52ad69['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x31d135=_0x52ad69['plugins']['get']('TrackChangesEditing'),_0x14ea19=_0x52ad69['locale'];_0x31d135['descriptionFactory']['registerElementLabel']('horizontalLine',_0x227894=>c(_0x14ea19,'ELEMENT_HORIZONTAL_LINE',_0x227894)),_0x52ad69['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x223d33,{writer:_0x2c54c4,options:_0x15e541})=>{if(!_0x15e541['showSuggestionHighlights'])return null;const _0x4ebae4=_0x2c54c4['createContainerElement']('div'),_0x578880=_0x2c54c4['createEmptyElement']('hr');return _0x2c54c4['addClass']('ck-horizontal-line',_0x4ebae4),_0x2c54c4['insert'](_0x2c54c4['createPositionAt'](_0x4ebae4,0x0),_0x578880),_0x4ebae4;},'converterPriority':'high'});}}class ot extends _0x3b7b17{['afterInit'](){const _0x333f70=this['editor'];if(!_0x333f70['plugins']['has']('HtmlEmbed'))return;const _0x36e4fa=_0x333f70['plugins']['get']('TrackChangesEditing'),_0x3d2748=_0x333f70['locale'];_0x36e4fa['descriptionFactory']['registerElementLabel']('rawHtml',_0x4a983e=>c(_0x3d2748,'ELEMENT_HTML_EMBED',_0x4a983e)),_0x36e4fa['enableDefaultAttributesIntegration']('htmlEmbed'),_0x36e4fa['registerBlockAttribute']('value'),_0x36e4fa['descriptionFactory']['registerDescriptionCallback'](_0xaca7f4=>{if('attribute'!=_0xaca7f4['type'])return;const {data:_0x23fb9e}=_0xaca7f4;if(_0x23fb9e&&'value'==_0x23fb9e['key']&&_0xaca7f4['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x2fe2bb=c(_0x3d2748,'ELEMENT_HTML_EMBED');return{'type':'format','content':c(_0x3d2748,'*Change\x20%0\x20content*',_0x2fe2bb)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x24422b=this['editor'],_0x531f76=_0x24422b['locale'];_0x24422b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3e085e=>{if('formatBlock'!=_0x3e085e['type'])return;const {data:_0x281c98}=_0x3e085e;if(_0x281c98&&'htmlEmbed'==_0x281c98['commandName']){const _0x17e0b1=c(_0x531f76,'ELEMENT_HTML_EMBED');return{'type':'format','content':c(_0x531f76,'*Change\x20%0\x20content*',_0x17e0b1)};}});}}class rt extends _0x3b7b17{['afterInit'](){const _0x2cf630=this['editor'];if(!_0x2cf630['plugins']['has']('ImageEditing'))return;const _0x5e5e8b=_0x2cf630['plugins']['get']('TrackChangesEditing'),_0x402bcf=_0x2cf630['plugins']['get']('ImageUtils'),_0x408b44=_0x2cf630['locale'];_0x5e5e8b['enableCommand']('insertImage'),_0x5e5e8b['descriptionFactory']['registerElementLabel']('imageBlock',_0x240660=>c(_0x408b44,'ELEMENT_IMAGE',_0x240660)),_0x5e5e8b['descriptionFactory']['registerElementLabel']('imageInline',_0x34b2d6=>c(_0x408b44,'ELEMENT_INLINE_IMAGE',_0x34b2d6)),_0x5e5e8b['descriptionFactory']['registerElementLabel']('caption',()=>c(_0x408b44,'ELEMENT_CAPTION')),_0x2cf630['plugins']['has']('ImageUploadEditing')&&_0x5e5e8b['enableCommand']('uploadImage'),_0x2cf630['plugins']['has']('ImageBlockEditing')&&_0x2cf630['plugins']['has']('ImageInlineEditing')&&(_0x5e5e8b['enableCommand']('imageTypeInline',(_0x310e81,_0xf7fe45)=>{const _0x3b3bc2=_0x402bcf['getClosestSelectedImageElement'](_0x2cf630['model']['document']['selection']);_0x2cf630['model']['change'](()=>{_0x5e5e8b['markBlockFormat'](_0x3b3bc2,{'commandName':'imageTypeInline','commandParams':[_0xf7fe45]},[],'convertBlockImageToInline');});}),_0x5e5e8b['enableCommand']('imageTypeBlock',(_0x444cad,_0x116c12)=>{_0x2cf630['model']['change'](_0x295094=>{let _0xba891f=_0x402bcf['getClosestSelectedImageElement'](_0x2cf630['model']['document']['selection']),_0x4c632d=_0x295094['createRangeOn'](_0xba891f);const _0x542ab2=_0x58954e['fromPosition'](_0x4c632d['start'],'toPrevious'),_0x2dfd77=_0x58954e['fromPosition'](_0x4c632d['end'],'toNext');_0x5e5e8b['forceDefaultExecution'](()=>_0x444cad(_0x116c12)),_0xba891f=_0x402bcf['getClosestSelectedImageElement'](_0x2cf630['model']['document']['selection']),_0x4c632d=_0x295094['createRangeOn'](_0xba891f);const _0x407ae7=_0x295094['createRange'](_0x542ab2,_0x2dfd77);_0x542ab2['detach'](),_0x2dfd77['detach'](),_0x5e5e8b['markBlockFormat'](_0xba891f,{'commandName':'imageTypeInline','commandParams':[_0x116c12]},[],'convertInlineImageToBlock'),_0x407ae7['start']['isBefore'](_0x4c632d['start'])&&_0x5e5e8b['markInsertion'](_0x295094['createRange'](_0x407ae7['start'],_0x4c632d['start']),'convertInlineImageToBlock'),_0x4c632d['end']['isBefore'](_0x407ae7['end'])&&_0x5e5e8b['markInsertion'](_0x295094['createRange'](_0x4c632d['end'],_0x407ae7['end']),'convertInlineImageToBlock');});}),_0x5e5e8b['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x5e5e8b['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x5e5e8b['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x5e5e8b['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x5e5e8b['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x5e5e8b['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x4d3a3a])=>{const _0x5a3d46=_0x5e5e8b['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x11aa99=_0x4d3a3a['start'],_0x513660=_0x4d3a3a['end'];const _0x14eb02=_0x2cf630['model']['schema']['getNearestSelectionRange'](_0x11aa99,'backward'),_0x285d9b=_0x2cf630['model']['schema']['getNearestSelectionRange'](_0x513660,'forward');_0x14eb02['isCollapsed']&&(_0x11aa99=_0x14eb02['start']),_0x285d9b['isCollapsed']&&(_0x513660=_0x285d9b['end']),_0x5a3d46([_0x2cf630['model']['createRange'](_0x11aa99,_0x513660)]);}),_0x5e5e8b['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x1246f6),_0x5e5e8b['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x1246f6)),_0x2cf630['plugins']['has']('ImageCaptionEditing')&&(_0x5e5e8b['enableCommand']('toggleImageCaption',(_0x4c298a,_0x414da7)=>{const _0x4ed94e=_0x2cf630['plugins']['get']('ImageCaptionUtils');let _0xeb3e11=_0x402bcf['getClosestSelectedImageElement'](_0x2cf630['model']['document']['selection']),_0x16c3c7=_0x4ed94e['getCaptionFromImageModelElement'](_0xeb3e11);_0x2cf630['model']['change'](()=>{if(_0x16c3c7)return void _0x5e5e8b['markDeletion'](_0x2cf630['model']['createRangeOn'](_0x16c3c7));const _0x330588=_0x402bcf['isBlockImage'](_0xeb3e11);_0x4c298a(_0x414da7),_0xeb3e11=_0x402bcf['getClosestSelectedImageElement'](_0x2cf630['model']['document']['selection']),_0x16c3c7=_0x4ed94e['getCaptionFromImageModelElement'](_0xeb3e11),_0x5e5e8b['markInsertion'](_0x2cf630['model']['createRangeOn'](_0x16c3c7),_0x330588?null:'imageCaption');});}),_0x5e5e8b['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x1246f6));const _0x5175e5=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x1b3aeb(_0x53350c,_0x57d6ab){const _0x41b798=_0x5175e5['findIndex'](({type:_0x32b1b3,subType:_0x38d61c})=>_0x53350c['type']==_0x32b1b3&&_0x53350c['subType']==_0x38d61c),_0xc2b8f1=_0x5175e5['findIndex'](({type:_0x5b61fe,subType:_0x1c6b2c})=>_0x57d6ab['type']==_0x5b61fe&&_0x57d6ab['subType']==_0x1c6b2c);if(_0x41b798<0x0||_0xc2b8f1<0x0)return!0x1;const _0x313f7a=_0x53350c['getFirstRange'](),_0x564d2d=_0x57d6ab['getFirstRange']();if((0x0==_0x41b798||0x1==_0x41b798)&&0x2==_0xc2b8f1&&_0x313f7a['isIntersecting'](_0x564d2d))return!0x0;if(0x2==_0x41b798&&0x3==_0xc2b8f1){const _0x2175d0=_0x5e5e8b['_findSuggestions'](_0x313f7a,'insertion')['filter'](({suggestion:_0x2cbd75,meta:_0x486f22})=>_0x486f22['isOwn']&&'convertInlineImageToBlock'==_0x2cbd75['subType']);if(_0x2175d0['length']>0x1&&_0x564d2d['end']['isEqual'](_0x313f7a['start']))return!0x0;if(0x1==_0x2175d0['length']&&(_0x313f7a['start']['isEqual'](_0x564d2d['end'])||_0x313f7a['end']['isEqual'](_0x564d2d['start'])))return!0x0;}if(0x3==_0x41b798&&0x3==_0xc2b8f1&&_0x313f7a['start']['isBefore'](_0x564d2d['start'])){const _0x13bd48=_0x313f7a['end']['nodeAfter'],_0x59adc2=_0x564d2d['start']['nodeBefore'];return _0x402bcf['isBlockImage'](_0x13bd48)&&_0x13bd48===_0x59adc2;}return!0x1;}function _0x1246f6(_0x231c30,_0x22ff55){return _0x1b3aeb(_0x231c30,_0x22ff55)?[_0x231c30,_0x22ff55]:_0x1b3aeb(_0x22ff55,_0x231c30)?[_0x22ff55,_0x231c30]:null;}_0x2cf630['plugins']['has']('ImageResize')&&(_0x5e5e8b['enableDefaultAttributesIntegration']('resizeImage'),_0x5e5e8b['registerBlockAttribute']('resizedWidth'),_0x5e5e8b['descriptionFactory']['registerAttributeLabel']('resizedWidth',c(_0x408b44,'FORMAT_IMAGE_SIZE'))),_0x2cf630['plugins']['has']('ImageTextAlternativeEditing')&&(_0x5e5e8b['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x5e5e8b['registerBlockAttribute']('alt')),_0x2cf630['plugins']['has']('PictureEditing')&&(_0x5e5e8b['registerBlockAttribute']('sources'),_0x5e5e8b['descriptionFactory']['registerDescriptionCallback'](_0x19935a=>{if('attribute'!=_0x19935a['type'])return;const {data:_0x102341}=_0x19935a;return _0x102341&&'sources'==_0x102341['key']?{'type':'format','content':''}:void 0x0;})),_0x2cf630['plugins']['has']('ImageSizeAttributes')&&(_0x5e5e8b['registerBlockAttribute']('width'),_0x5e5e8b['registerBlockAttribute']('height'),_0x5e5e8b['descriptionFactory']['registerDescriptionCallback'](_0x50b79=>{if('attribute'!=_0x50b79['type'])return;const {data:_0x511fd6}=_0x50b79;return!_0x511fd6||'width'!=_0x511fd6['key']&&'height'!=_0x511fd6['key']?void 0x0:{'type':'format','content':''};})),_0x5e5e8b['descriptionFactory']['registerDescriptionCallback'](_0x76646d=>{if(!!_0x5175e5['find'](({type:_0x23ca7b,subType:_0x14f565})=>_0x76646d['type']==_0x23ca7b&&_0x76646d['subType']==_0x14f565))return _0x76646d['previous']?{}:void 0x0;}),_0x5e5e8b['descriptionFactory']['registerDescriptionCallback'](_0x27ae36=>{if('insertion'==_0x27ae36['type']||'deletion'==_0x27ae36['type']){const _0x223755=_0x27ae36['getContainedElement']();if(_0x223755&&_0x223755['is']('element','caption'))return{'type':'insertion'==_0x27ae36['type']?'addObject':'removeObject','element':_0x223755,'quantity':0x1};}}),_0x5e5e8b['descriptionFactory']['registerDescriptionCallback'](_0x44ae34=>'formatBlock'==_0x44ae34['type']&&'convertInlineImageToBlock'==_0x44ae34['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x44ae34['type']&&'convertBlockImageToInline'==_0x44ae34['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x5e5e8b['descriptionFactory']['registerDescriptionCallback'](_0xf61f31=>{if('attribute'!=_0xf61f31['type'])return;const {data:_0x21e4eb}=_0xf61f31;if(!_0x21e4eb||'alt'!=_0x21e4eb['key'])return;const _0x36cccb=_0x21e4eb['newValue'];return _0x36cccb?{'type':'format','content':c(_0x408b44,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x36cccb+'\x22')}:{'type':'format','content':c(_0x408b44,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x45706d=this['editor'],_0x55a19d=_0x45706d['locale'];_0x45706d['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x8aeef8=>{if('formatBlock'!=_0x8aeef8['type']&&'formatInline'!=_0x8aeef8['type'])return;const {data:_0x12e0d9}=_0x8aeef8;if(_0x12e0d9){if('imageTextAlternative'==_0x12e0d9['commandName']){const _0x39f718=_0x12e0d9['commandParams'][0x0]['newValue'];return _0x39f718?{'type':'format','content':c(_0x55a19d,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x39f718+'\x22')}:{'type':'format','content':c(_0x55a19d,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x12e0d9['commandName']){const _0x46ed28=_0x12e0d9['commandParams'][0x0]['width'];return _0x46ed28?{'type':'format','content':c(_0x55a19d,'*Set\x20image\x20width:*\x20%0',_0x46ed28)}:{'type':'format','content':c(_0x55a19d,'*Reset\x20image\x20width*')};}}});}}class at extends _0x3b7b17{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x1fa11a=this['editor']['locale'],_0x262bb3=this['editor']['plugins']['get']('TrackChangesEditing');_0x262bb3['enableDefaultAttributesIntegration']('replaceImageSource'),_0x262bb3['registerBlockAttribute']('src'),_0x262bb3['descriptionFactory']['registerDescriptionCallback'](_0x2b427f=>{if('attribute'!=_0x2b427f['type'])return;const {data:_0x1d77c8}=_0x2b427f;return _0x1d77c8&&'src'==_0x1d77c8['key']?_0x1d77c8['newValue']&&_0x1d77c8['oldValue']?{'type':'format','content':c(_0x1fa11a,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x45f275=this['editor']['plugins']['get']('TrackChangesEditing');_0x45f275['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x45f275['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x45f275['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x45f275['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x392fae=this['editor'],_0x250ddc=_0x392fae['locale'];_0x392fae['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x701ece=>{if('formatBlock'!=_0x701ece['type']&&'formatInline'!=_0x701ece['type'])return;const {data:_0x20a24f}=_0x701ece;if(!_0x20a24f||'replaceImageSource'!=_0x20a24f['commandName'])return;return{'type':'format','content':c(_0x250ddc,'*Format:*\x20replace\x20image\x20URL')};});}}class ct extends _0x3b7b17{['afterInit'](){const _0x4ad861=this['editor'];if(!_0x4ad861['plugins']['has']('ImageStyleEditing'))return;const _0x1dcaba=_0x4ad861['plugins']['get']('TrackChangesEditing'),_0x4f7c47=_0x4ad861['plugins']['get']('ImageUtils'),_0xbab70c={};_0x1dcaba['enableCommand']('imageStyle',(_0x1d79bb,_0x532bbf)=>{const _0x536357=_0x4ad861['plugins']['get']('Users')['me'],_0x41ddd4=_0x4ad861['commands']['get']('imageStyle');let _0x15d092=_0x4f7c47['getClosestSelectedImageElement'](_0x4ad861['model']['document']['selection']),_0x1dceea=_0x4ad861['model']['createRangeOn'](_0x15d092),_0xfad159=_0x41ddd4['value'];if(_0xfad159==_0x532bbf['value'])return;const _0x50cc2a={'commandName':'imageStyle','commandParams':[_0x532bbf],'formatGroupId':_0x145d91()};_0x4ad861['model']['change'](()=>{if(_0x1dcaba['getSuggestions']()['filter'](_0x243cb2=>_0x243cb2['isInContent']&&_0x536357==_0x243cb2['author']&&('formatBlock'==_0x243cb2['type']||'formatInline'==_0x243cb2['type'])&&('imageStylePreApply'==_0x243cb2['subType']||'imageStylePostApply'==_0x243cb2['subType'])&&_0x243cb2['getFirstRange']()['isEqual'](_0x1dceea))['forEach'](_0x23e50b=>_0x1dcaba['discardSuggestion'](_0x23e50b['head'])),_0x15d092=_0x4f7c47['getClosestSelectedImageElement'](_0x4ad861['model']['document']['selection']),_0x1dceea=_0x4ad861['model']['createRangeOn'](_0x15d092),_0x41ddd4['refresh'](),_0x4ad861['commands']['get']('imageTypeInline')['refresh'](),_0x4ad861['commands']['get']('imageTypeBlock')['refresh'](),_0xfad159=_0x41ddd4['value'],_0xfad159!=_0x532bbf['value'])return _0x4f7c47['isInlineImage'](_0x15d092)&&_0x41ddd4['shouldConvertImageType'](_0x532bbf['value'],_0x15d092)?(_0x1d79bb({..._0x532bbf,'setImageSizes':!0x1}),_0x15d092=_0x4f7c47['getClosestSelectedImageElement'](_0x4ad861['model']['document']['selection']),void _0x1dcaba['markBlockFormat'](_0x15d092,{..._0x50cc2a,'commandReversedParams':[{'value':_0xfad159||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x4f7c47['isBlockImage'](_0x15d092)?_0x1dcaba['markBlockFormat'](_0x15d092,_0x50cc2a,[],'imageStylePostApply'):_0x1dcaba['markInlineFormat'](_0x1dceea,_0x50cc2a,'imageStylePostApply'));});});for(const _0x56bfec of _0x4ad861['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0xbab70c[_0x56bfec['name']]=_0x56bfec['title']['toLowerCase']();_0x1dcaba['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x1dcaba['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x1dcaba['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x1dcaba['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x409da7])=>{_0x4f7c47['setImageNaturalSizeAttributes'](_0x409da7['getContainedElement']());}),_0x1dcaba['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x492698,_0x3e7a53)=>{_0x1dcaba['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x492698,{'commandName':_0x3e7a53['commandName'],'commandParams':_0x3e7a53['commandReversedParams']});}),_0x1dcaba['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x4f0a41,_0x4b881c){if(_0x46e9b3(_0x4f0a41,_0x4b881c))return[_0x4f0a41,_0x4b881c];if(_0x46e9b3(_0x4b881c,_0x4f0a41))return[_0x4b881c,_0x4f0a41];return null;});const _0x40d864=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x46e9b3(_0x1092b0,_0x396df1){const _0x218530=_0x40d864['findIndex'](({type:_0x350024,subType:_0x41ae51})=>_0x1092b0['type']==_0x350024&&_0x1092b0['subType']==_0x41ae51),_0x1f7850=_0x40d864['findIndex'](({type:_0x3228c3,subType:_0x1235c4})=>_0x396df1['type']==_0x3228c3&&_0x396df1['subType']==_0x1235c4);if(_0x218530<0x0||_0x1f7850<0x0)return!0x1;const _0x49fab3=_0x1092b0['getFirstRange'](),_0x6ea13=_0x396df1['getFirstRange']();if((0x0==_0x218530||0x1==_0x218530)&&0x2==_0x1f7850&&_0x49fab3['isIntersecting'](_0x6ea13))return!0x0;if(0x2==_0x218530&&0x3==_0x1f7850){const _0x3ab5f3=_0x1dcaba['_findSuggestions'](_0x49fab3,'insertion')['filter'](({suggestion:_0x81718e,meta:_0x161e70})=>_0x161e70['isOwn']&&'convertInlineImageToBlock'==_0x81718e['subType']);if(_0x3ab5f3['length']>0x1&&_0x6ea13['end']['isEqual'](_0x49fab3['start']))return!0x0;if(0x1==_0x3ab5f3['length']&&(_0x49fab3['start']['isEqual'](_0x6ea13['end'])||_0x49fab3['end']['isEqual'](_0x6ea13['start'])))return!0x0;}if(0x3==_0x218530&&0x3==_0x1f7850&&_0x49fab3['start']['isBefore'](_0x6ea13['start'])){const _0x737a62=_0x49fab3['end']['nodeAfter'],_0x5194e9=_0x6ea13['start']['nodeBefore'];return _0x4f7c47['isBlockImage'](_0x737a62)&&_0x737a62===_0x5194e9;}return!0x1;}_0x4ad861['model']['document']['registerPostFixer'](()=>{let _0x4b8212=!0x1;const _0x3acbe8=Array['from'](_0x4ad861['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x458e6a,data:_0x54f804}of _0x3acbe8){const {group:_0x26bab1,type:_0x491f19,subType:_0x46d8f8,id:_0x7807f5}=_0x1dcaba['_splitMarkerName'](_0x458e6a);if('suggestion'==_0x26bab1&&_0x1dcaba['hasSuggestion'](_0x7807f5)){if('formatBlock'==_0x491f19&&('imageStylePreApply'==_0x46d8f8||'imageStylePostApply'==_0x46d8f8)){const _0x264a47=_0x1dcaba['getSuggestion'](_0x7807f5);if(_0x54f804['newRange']){const _0x344d4b=_0x264a47['getFirstRange']()['getContainedElement']();if(_0x4f7c47['isBlockImage'](_0x344d4b))continue;_0x1dcaba['discardSuggestion'](_0x264a47),_0x4b8212=!0x0;}}if('insertion'==_0x491f19&&'imageCaption'==_0x46d8f8&&!_0x54f804['newRange']){const _0x540a5d=_0x1dcaba['getSuggestion'](_0x7807f5);_0x540a5d['next']&&_0x540a5d['next']['isInContent']&&(_0x1dcaba['discardSuggestion'](_0x540a5d['next']),_0x4b8212=!0x0);}}}return _0x4b8212;}),this['_registerLegacyDescription'](_0xbab70c);}['_registerLegacyDescription'](_0x2f136b){const _0x57ca1f=this['editor'],_0x54a98e=_0x57ca1f['locale'];_0x57ca1f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x207248=>{if('formatBlock'!=_0x207248['type']&&'formatInline'!=_0x207248['type'])return;const {data:_0x55175d}=_0x207248;if(!_0x55175d||'imageStyle'!=_0x55175d['commandName'])return;const _0x58e03c=_0x55175d['commandParams'][0x0]['value'];return _0x10e887('side'===_0x58e03c?c(_0x54a98e,'FORMAT_SIDE_IMAGE'):_0x2f136b[_0x58e03c]||_0x58e03c);function _0x10e887(_0x5730fd){return{'type':'format','content':c(_0x54a98e,'*Format:*\x20%0',_0x5730fd)};}});}}class ut extends _0x3b7b17{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x2f1dcb){super(_0x2f1dcb),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x246b34=this['editor'],_0x53c10b=_0x246b34['commands']['get']('importWord'),_0x27776e=_0x246b34['commands']['get']('trackChanges');_0x53c10b&&(_0x53c10b['on']('execute',(_0x2cd9af,[,_0x4b0cdd])=>{this['_trackChangesValueDuringImport']=_0x27776e['value'],_0x4b0cdd['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x53c10b,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x53c10b,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x27776e['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x246b34['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x3cedd0,_0xb43c1){const {suggestions:_0x2c7ed4}=_0xb43c1,_0x550795=this['editor']['commands']['get']('trackChanges'),_0x103d86=_0x550795['value'];this['_trackChangesValueDuringImport']!==_0x103d86&&(_0x550795['execute'](),this['_trackChangesExecuted']=!0x0),_0x2c7ed4&&_0x2c7ed4['forEach'](({id:_0x492f2c,type:_0x5c57f8,author:_0x139e30,created_at:_0x1b3018})=>{const _0x423613={'id':_0x492f2c,'type':_0x5c57f8,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x139e30,'createdAt':_0x1b3018?new Date(_0x1b3018):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x423613);});}}class ft extends _0x3b7b17{['afterInit'](){const _0x2d19b2=this['editor'],_0x3a77bd=_0x2d19b2['plugins']['get']('TrackChangesEditing');if(_0x2d19b2['plugins']['has']('IndentEditing')&&(_0x3a77bd['enableCommand']('indent'),_0x3a77bd['enableCommand']('outdent')),_0x2d19b2['plugins']['has']('IndentBlock')){for(const _0x3aa27b of['indentBlock','outdentBlock'])_0x3a77bd['enableDefaultAttributesIntegration'](_0x3aa27b);}const _0x55d46e=_0x2d19b2['locale'];_0x3a77bd['registerBlockAttribute']('blockIndent'),_0x3a77bd['descriptionFactory']['registerAttributeLabel']('blockIndent',c(_0x55d46e,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x59bf27=this['editor'],_0x481a11=_0x59bf27['locale'],_0x3a366e=_0x59bf27['plugins']['get']('TrackChangesEditing');_0x3a366e['descriptionFactory']['registerDescriptionCallback'](_0x232ebf=>{if('formatBlock'!=_0x232ebf['type'])return;const {data:_0x87e9e9}=_0x232ebf;if(!_0x87e9e9)return;if('indentBlock'!=_0x87e9e9['commandName']&&'outdentBlock'!=_0x87e9e9['commandName'])return;const _0x1e14d0=_0x232ebf['getItems']()[0x0],_0x3b22cb=_0x3a366e['descriptionFactory']['getItemLabel'](_0x1e14d0);return'indentBlock'==_0x87e9e9['commandName']?{'type':'format','content':c(_0x481a11,'*Indent:*\x20%0',_0x3b22cb)}:'outdentBlock'==_0x87e9e9['commandName']?{'type':'format','content':c(_0x481a11,'*Outdent:*\x20%0',_0x3b22cb)}:void 0x0;});}}class ht extends _0x3b7b17{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class gt extends _0x3b7b17{['afterInit'](){const _0x4a4715=this['editor'];if(!_0x4a4715['plugins']['has']('LinkEditing'))return;const _0x1cb9bc=_0x4a4715['plugins']['get']('TrackChangesEditing'),_0x91a016=_0x4a4715['commands']['get']('link');_0x1cb9bc['enableDefaultAttributesIntegration']('link'),_0x1cb9bc['enableDefaultAttributesIntegration']('unlink'),_0x1cb9bc['registerInlineAttribute']('linkHref');for(const _0x3f8133 of _0x91a016['manualDecorators'])_0x1cb9bc['registerInlineAttribute'](_0x3f8133['id']),_0x1cb9bc['descriptionFactory']['registerAttributeLabel'](_0x3f8133['id'],'link\x20('+_0x3f8133['label']['toLowerCase']()+')');_0x1cb9bc['descriptionFactory']['registerDescriptionCallback'](_0x516a64=>{if('attribute'!=_0x516a64['type'])return;const {data:_0x3367d1}=_0x516a64;if(!_0x3367d1||'linkHref'!=_0x3367d1['key'])return;const _0x4ebad6=_0x3367d1['newValue'],_0x59ed96=_0x4a4715['locale'];return{'type':'format','content':null==_0x4ebad6?c(_0x59ed96,'*Remove\x20link*'):c(_0x59ed96,'*Set\x20link:*\x20%0','\x22'+_0x4ebad6+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4d30eb=this['editor'],_0x4c66a7=_0x4d30eb['locale'];_0x4d30eb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x23a0fc=>{if('formatInline'!=_0x23a0fc['type'])return;const {data:_0x544240}=_0x23a0fc;if(_0x544240){if('link'==_0x544240['commandName']){const _0x39d27a=_0x544240['commandParams'][0x0];return{'type':'format','content':c(_0x4c66a7,'*Set\x20link:*\x20%0','\x22'+_0x39d27a+'\x22')};}return'unlink'==_0x544240['commandName']?{'type':'format','content':c(_0x4c66a7,'*Remove\x20link*')}:void 0x0;}});}}class lt extends _0x3b7b17{['afterInit'](){const _0x4fd27a=this['editor'],_0x578a37=_0x4fd27a['locale'];if(!_0x4fd27a['plugins']['has']('LegacyListEditing'))return;const _0x5df058=_0x4fd27a['plugins']['get']('TrackChangesEditing'),_0xfb4970=_0x4fd27a['plugins']['has']('LegacyTodoListEditing');function _0x317304(_0xc70e44){return()=>{const _0x5656a9=_0x4fd27a['model']['document']['selection'],_0x2fc81b=_0x4fd27a['commands']['get'](_0xc70e44);if(_0x2fc81b['value'])return void _0x4fd27a['execute']('paragraph',{});const _0xf8e2e5=_0xc70e44['slice'](0x0,-0x4),_0x2619cb=function(_0x2aa9b2,_0x25d13a,_0x2b5f83){let _0x4d48a1=Array['from'](_0x2aa9b2)['filter'](_0xfedcd9=>function(_0x42c273,_0x1344e0){return _0x1344e0['checkChild'](_0x42c273['parent'],'listItem')&&!_0x1344e0['isObject'](_0x42c273);}(_0xfedcd9,_0x2b5f83));_0x4d48a1=_0x4d48a1['filter'](_0xdaad66=>!_0xdaad66['is']('element','listItem')||_0xdaad66['getAttribute']('listType')!=_0x25d13a);const _0x27149e=new Set();for(const _0x49f310 of _0x4d48a1)_0x49f310['is']('element','listItem')?_0x27149e['add'](Le(_0x49f310)):_0x27149e['add'](_0x49f310);return Array['from'](_0x27149e);}(_0x5656a9['getSelectedBlocks'](),_0xf8e2e5,_0x4fd27a['model']['schema']);_0x4fd27a['model']['change'](()=>{for(const _0x1da0b6 of _0x2619cb)_0x5df058['markBlockFormat'](_0x1da0b6,{'commandName':_0xc70e44,'commandParams':[{'forceValue':!_0x2fc81b['value']}],'formatGroupId':'blockName'},Ee(_0x1da0b6));});};}function _0x21c5f8(_0x2f7c80){return()=>{const _0x458162=function(_0x3742f5){let _0x2fa7b2=Array['from'](_0x3742f5);const _0x2aa6e2=_0x2fa7b2['findIndex'](_0x546ce4=>'listItem'!=_0x546ce4['name']);return _0x2aa6e2>-0x1&&(_0x2fa7b2=_0x2fa7b2['slice'](0x0,_0x2aa6e2)),_0x2fa7b2;}(_0x4fd27a['model']['document']['selection']['getSelectedBlocks']()),_0x5a6903=_0x4fd27a['model']['createRange'](_0x4fd27a['model']['createPositionAt'](_0x458162[0x0],'before'),_0x4fd27a['model']['createPositionAt'](_0x458162[_0x458162['length']-0x1],'end'));_0x4fd27a['model']['change'](()=>{_0x5df058['markBlockFormat'](_0x5a6903,{'commandName':_0x2f7c80,'commandParams':[],'formatGroupId':'listIndent'},function(_0x5f38b2){const _0x1aa6f0=new Set();for(const _0x4154af of _0x5f38b2){let _0xe2416d=_0x4154af['nextSibling'];for(;_0xe2416d&&_0xe2416d['getAttribute']('listIndent')>_0x4154af['getAttribute']('listIndent');)_0x1aa6f0['add'](_0xe2416d),_0xe2416d=_0xe2416d['nextSibling'];}return Array['from'](_0x1aa6f0);}(_0x458162));});};}_0x5df058['enableCommand']('numberedList',_0x317304('numberedList')),_0x5df058['enableCommand']('bulletedList',_0x317304('bulletedList')),_0xfb4970&&_0x5df058['enableCommand']('todoList',_0x317304('todoList')),_0x5df058['enableCommand']('indentList',_0x21c5f8('indentList')),_0x5df058['enableCommand']('outdentList',_0x21c5f8('outdentList')),_0xfb4970&&_0x5df058['enableCommand']('checkTodoList',()=>{const _0x406cbc=_0x4fd27a['commands']['get']('checkTodoList'),_0x1388b1=Array['from'](_0x406cbc['_selectedElements']);_0x1388b1['filter'](_0x54ed48=>_0x54ed48['getAttribute']('todoListChecked')!=_0x406cbc['value']),_0x4fd27a['model']['change'](()=>{for(const _0x44e136 of _0x1388b1)_0x5df058['markBlockFormat'](_0x44e136,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x406cbc['value']}]});});}),_0x5df058['descriptionFactory']['registerElementLabel']('listItem',_0x21cfef=>c(_0x578a37,'ELEMENT_LIST_ITEM',_0x21cfef)),_0x5df058['descriptionFactory']['registerDescriptionCallback'](_0x216910=>{if('formatBlock'!=_0x216910['type']&&'formatInline'!=_0x216910['type'])return;const {data:_0x7a782c}=_0x216910;if(_0x7a782c){if('numberedList'==_0x7a782c['commandName']||'bulletedList'==_0x7a782c['commandName']||'todoList'==_0x7a782c['commandName'])switch(_0x7a782c['commandName']['replace']('List','')){case'bulleted':return _0x34b5bd(c(_0x578a37,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x34b5bd(c(_0x578a37,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x34b5bd(c(_0x578a37,'ELEMENT_TODO_LIST'));}if('indentList'==_0x7a782c['commandName'])return{'type':'format','content':c(_0x578a37,'*Indent:*\x20%0',c(_0x578a37,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x7a782c['commandName'])return{'type':'format','content':c(_0x578a37,'*Outdent:*\x20%0',c(_0x578a37,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x7a782c['commandName'])return _0x7a782c['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x578a37,'*Check\x20item*')}:{'type':'format','content':c(_0x578a37,'*Uncheck\x20item*')};}function _0x34b5bd(_0x51b830){return{'type':'format','content':c(_0x578a37,'*Change\x20to:*\x20%0',_0x51b830)};}});}}function Le(_0x8edde0){const _0x3dbffe=_0x8edde0['getAttribute']('listIndent');if(0x0==_0x3dbffe)return _0x8edde0;let _0x30d2be=_0x8edde0;for(;_0x8edde0['previousSibling']&&_0x8edde0['previousSibling']['is']('element','listItem');){const _0x3059dc=_0x8edde0['previousSibling']['getAttribute']('listIndent');if(_0x3059dc==_0x3dbffe)_0x30d2be=_0x8edde0['previousSibling'];else{if(_0x3059dc<_0x3dbffe)break;}_0x8edde0=_0x8edde0['previousSibling'];}return _0x30d2be;}function Ee(_0x48a88d){const _0x56867f=[];if(_0x48a88d['is']('element','listItem')&&_0x48a88d['getAttribute']('listIndent')>0x0){let _0x2add55=_0x48a88d['nextSibling'];for(;_0x2add55&&'listItem'==_0x2add55['name']&&_0x2add55['getAttribute']('listIndent')==_0x48a88d['getAttribute']('listIndent');)_0x56867f['push'](_0x2add55),_0x2add55=_0x2add55['nextSibling'];}return _0x56867f;}class Q extends _0x3b7b17{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x57d821=this['editor']['config']['get']('list.properties'),_0x43c80c=this['editor']['plugins']['get']('TrackChangesEditing');_0x57d821['styles']&&_0x43c80c['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x57d821['reversed']&&_0x43c80c['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x57d821['startIndex']&&_0x43c80c['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x43c80c['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x24f054,_0x22e2a2={}){const _0x1bc741=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4c4146=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x1bc741['markMultiRangeBlockFormat'](_0x4c4146,{'commandName':'listStyle','commandParams':[{'type':_0x22e2a2['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x18f49f,_0x5e4975={}){const _0x281ab6=this['editor']['plugins']['get']('TrackChangesEditing'),_0x222b57=this['_getSuggestionBlocks'](_0x3d9482=>_0x3d9482['is']('element','listItem')&&'numbered'===_0x3d9482['getAttribute']('listType'));if(_0x222b57['length']<0x1)return;const _0x144741=_0x222b57['map'](_0x4d0641=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x4d0641,'before'),this['editor']['model']['createPositionAt'](_0x4d0641,0x0)));this['editor']['model']['change'](()=>{_0x281ab6['markMultiRangeBlockFormat'](_0x144741,{'commandName':'listReversed','commandParams':[{'reversed':_0x5e4975['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x174fd7,_0x4bde00={}){const _0x36c4c1=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4c6d91=this['_getSuggestionBlocks'](_0x15ba61=>_0x15ba61['is']('element','listItem')&&'numbered'===_0x15ba61['getAttribute']('listType'));if(_0x4c6d91['length']<0x1)return;const _0x687eff=_0x4c6d91['map'](_0x2521d6=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x2521d6,'before'),this['editor']['model']['createPositionAt'](_0x2521d6,0x0)));this['editor']['model']['change'](()=>{_0x36c4c1['markMultiRangeBlockFormat'](_0x687eff,{'commandName':'listStart','commandParams':[{'startIndex':_0x4bde00['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x10b6f3){if('formatBlock'!=_0x10b6f3['type']&&'formatInline'!=_0x10b6f3['type'])return;const _0x2dc368=this['editor']['locale'],{data:_0x4f254f}=_0x10b6f3;if(!_0x4f254f)return;let _0x4d0f32,_0x4d4ae5;switch(_0x4f254f['commandName']){case'listStyle':_0x4d0f32='*Change\x20to:*\x20%0',_0x4d4ae5={'type':'format','content':c(_0x2dc368,_0x4d0f32,c(_0x2dc368,this['_getTranslationKeyForListStyle'](_0x4f254f['commandParams'][0x0]['type'])))};break;case'listReversed':_0x4d0f32=_0x4f254f['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x4d4ae5={'type':'format','content':c(_0x2dc368,_0x4d0f32)};break;case'listStart':_0x4d0f32='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x4d4ae5={'type':'format','content':c(_0x2dc368,_0x4d0f32,_0x4f254f['commandParams'][0x0]['startIndex'])};}return _0x4d4ae5;}['_getSuggestionBlocksForListStyle'](){const _0xafa07d=this['editor']['plugins']['get']('LegacyListUtils');let _0x1c60d8=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x1c60d8[0x0]?.['is']('element','listItem')&&_0x1c60d8['unshift'](..._0xafa07d['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x1c60d8[_0x1c60d8['length']-0x1]?.['is']('element','listItem')&&_0x1c60d8['push'](..._0xafa07d['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x1c60d8=[...new Set(_0x1c60d8)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x1c60d8=_0x1c60d8['filter'](_0x1c055b=>_0x1c055b['is']('element','listItem'))),_0x1c60d8;}['_getSuggestionBlocks'](_0x2f7b44){const _0x5c941e=this['editor']['plugins']['get']('LegacyListUtils');let _0x33c645=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x2f7b44)['map'](_0x4309b0=>{const _0x496f67=this['editor']['model']['createPositionAt'](_0x4309b0,0x0);return[..._0x5c941e['getSiblingNodes'](_0x496f67,'backward'),..._0x5c941e['getSiblingNodes'](_0x496f67,'forward')];})['flat']();return _0x33c645=[...new Set(_0x33c645)],_0x33c645;}['_getTranslationKeyForListStyle'](_0x41107e){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x41107e)||'default')['toUpperCase']()+'_LIST_'+_0x41107e['toUpperCase']()['replace'](/-/g,'_');}}class mt extends _0x3b7b17{['afterInit'](){const _0x840ea3=this['editor'];if(!_0x840ea3['plugins']['has']('MediaEmbedEditing'))return;const _0x53c2f8=_0x840ea3['plugins']['get']('TrackChangesEditing'),_0x3555b9=_0x840ea3['locale'];_0x53c2f8['enableCommand']('mediaEmbed'),_0x53c2f8['descriptionFactory']['registerElementLabel']('media',_0x34b116=>c(_0x3555b9,'ELEMENT_MEDIA',_0x34b116)),_0x840ea3['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x392ce1,{writer:_0x3346ec,options:_0x4d23b8})=>{if(_0x4d23b8['showSuggestionHighlights'])return _0x3346ec['createEmptyElement']('div');},'converterPriority':'high'}),_0x840ea3['data']['downcastDispatcher']['on']('attribute:url:media',(_0x32609d,_0x7f0fb7,_0x4c0bc9)=>{_0x4c0bc9['options']['showSuggestionHighlights']&&_0x32609d['stop']();},{'priority':'high'});}}class pt extends _0x3b7b17{['afterInit'](){const _0x180ac6=this['editor'];_0x180ac6['plugins']['has']('MentionEditing')&&_0x180ac6['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class kt extends _0x3b7b17{['afterInit'](){const _0x18900a=this['editor'];if(!_0x18900a['plugins']['has']('MergeFieldsEditing'))return;const _0x4e1190=_0x18900a['plugins']['get']('TrackChangesEditing'),_0x9aafb4=_0x18900a['locale'];_0x4e1190['enableCommand']('insertMergeField'),_0x4e1190['enableCommand']('insertMergeFieldBlock'),_0x4e1190['enableCommand']('insertMergeFieldImage'),_0x4e1190['descriptionFactory']['registerElementLabel']('mergeField',_0x10a32e=>c(_0x9aafb4,'ELEMENT_MERGE_FIELD',_0x10a32e)),_0x4e1190['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x1ae47e=>c(_0x9aafb4,'ELEMENT_MERGE_FIELD',_0x1ae47e)),_0x4e1190['descriptionFactory']['registerDescriptionCallback'](_0x432181=>{if('insertion'!=_0x432181['type']&&'deletion'!=_0x432181['type'])return;const _0x123927=_0x432181['getContainedElement']();if(null==_0x123927)return;const _0x711bf1=_0x18900a['plugins']['get']('MergeFieldsEditing');let _0x5c8b4b;switch(_0x711bf1['getMergeFieldType'](_0x123927)){case null:return;case'image':{const _0x1b2db0=_0x711bf1['unwrapAffixes'](_0x123927['getAttribute']('src'));_0x5c8b4b=_0x711bf1['getLabel'](_0x1b2db0)||_0x1b2db0;break;}default:{const _0x32516b=_0x123927['getAttribute']('id');_0x5c8b4b=_0x711bf1['getLabel'](_0x32516b)||_0x32516b;break;}}return'insertion'==_0x432181['type']?{'type':'insertion','content':c(_0x9aafb4,'*Insert:*\x20%0','\x22'+_0x5c8b4b+'\x22\x20'+c(_0x9aafb4,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':c(_0x9aafb4,'*Remove:*\x20%0','\x22'+_0x5c8b4b+'\x22\x20'+c(_0x9aafb4,'ELEMENT_MERGE_FIELD'))};});}}class wt extends _0x3b7b17{['afterInit'](){const _0x4789ff=this['editor'],_0x35bef5=_0x4789ff['plugins']['get']('TrackChangesEditing');_0x4789ff['plugins']['has']('MultiLevelList')&&(_0x35bef5['enableDefaultAttributesIntegration']('multiLevelList'),_0x35bef5['registerBlockAttribute']('listMarkerStyle'),_0x35bef5['descriptionFactory']['registerDescriptionCallback'](_0x22c6f4=>this['handleDescriptions'](_0x22c6f4)));}['handleDescriptions'](_0x219884){const _0x3d2cca=this['editor']['locale'],{data:_0xb111f2}=_0x219884,_0x3b115d={'type':'format','content':''};if(_0xb111f2&&'listMarkerStyle'==_0xb111f2['key']){if(!_0xb111f2['oldValue'])return{'type':'format','content':c(_0x3d2cca,'*Set\x20format:*\x20%0',c(_0x3d2cca,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0xb111f2['newValue']+')'};if(!_0xb111f2['newValue']){let _0x3bcbcf=_0x219884['head'];for(;_0x3bcbcf;){if(_0x3bcbcf['data']&&'listType'==_0x3bcbcf['data']['key']&&_0x3bcbcf['data']['newValue'])return _0x3b115d;_0x3bcbcf=_0x3bcbcf['next'];}return{'type':'format','content':c(_0x3d2cca,'*Remove\x20format:*\x20%0',c(_0x3d2cca,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0xb111f2['oldValue']+')'};}}}}class bt extends _0x3b7b17{['afterInit'](){const _0x2eed92=this['editor'];if(!_0x2eed92['plugins']['has']('PageBreakEditing'))return;_0x2eed92['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x30e13c=_0x2eed92['plugins']['get']('TrackChangesEditing'),_0x5c8c33=_0x2eed92['locale'];_0x30e13c['descriptionFactory']['registerElementLabel']('pageBreak',_0x245d36=>c(_0x5c8c33,'ELEMENT_PAGE_BREAK',_0x245d36));}}class yt extends _0x3b7b17{['afterInit'](){const _0x4b6699=this['editor'];if(!_0x4b6699['plugins']['has']('Paragraph'))return;const _0x1d467f=_0x4b6699['locale'],_0x496949=_0x4b6699['plugins']['get']('TrackChangesEditing');_0x496949['descriptionFactory']['registerElementLabel']('paragraph',_0x586947=>c(_0x1d467f,'ELEMENT_PARAGRAPH',_0x586947)),_0x496949['enableDefaultAttributesIntegration']('paragraph'),_0x496949['enableCommand']('insertParagraph'),_0x4b6699['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x4b6699),{'priority':'highest'}),_0x4b6699['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x2cb622,_0x1ff8fa,_0xcb90e6)=>{_0xcb90e6['options']['showSuggestionHighlights']&&nr(_0x4b6699,{'showActiveMarker':!0x1})(_0x2cb622,_0x1ff8fa,_0xcb90e6);},{'priority':'highest'});const _0x4aa825=_0x496949['descriptionFactory'];_0x4aa825['registerDescriptionCallback'](_0x1f09b2=>{if('insertion'!==_0x1f09b2['type'])return;const {start:_0x180ade,end:_0x4799fc}=_0x1f09b2['getFirstRange']();if(!_0x180ade['isTouching'](_0x4799fc)||!_0x180ade['nodeAfter'])return;const _0x55a2f4=_0x4b6699['model']['schema'],_0x16ff88=_0x180ade['nodeAfter'];return _0x55a2f4['isBlock'](_0x16ff88)&&!_0x55a2f4['isLimit'](_0x16ff88)&&_0x55a2f4['checkChild'](_0x16ff88,'$text')?{'type':'insertion','content':c(_0x1d467f,'*Insert:*\x20%0',_0x4aa825['getItemLabel'](_0x16ff88,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1a7a03=this['editor'],_0x3a99fe=_0x1a7a03['locale'];_0x1a7a03['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1d2be4=>{if('formatBlock'!=_0x1d2be4['type'])return;const {data:_0x552e8c}=_0x1d2be4;return _0x552e8c&&'paragraph'==_0x552e8c['commandName']?{'type':'format','content':c(_0x3a99fe,'*Change\x20to:*\x20%0',c(_0x3a99fe,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x4ef38d,{showActiveMarker:_0x4bc1d4=!0x0}={}){return(_0x5af35e,_0x301e26,_0x2295ac)=>{const _0x41a7de=_0x4ef38d['plugins']['get']('TrackChangesEditing'),_0x16af00=_0x301e26['markerRange']['start'],_0x563864=_0x301e26['markerRange']['end'],_0x452840=_0x4ef38d['model']['schema'];if(!_0x16af00['isTouching'](_0x563864)||!_0x16af00['nodeAfter'])return;const _0x2a1351=_0x16af00['nodeAfter'];if(_0x452840['isBlock'](_0x2a1351)&&!_0x452840['isLimit'](_0x2a1351)&&_0x452840['checkChild'](_0x2a1351,'$text')){if(!_0x2295ac['consumable']['consume'](_0x301e26['markerRange'],_0x5af35e['name']))return;const {id:_0x535125,authorId:_0x5b82c7}=_0x41a7de['_splitMarkerName'](_0x301e26['markerName']),_0xd0bd7a=_0x2295ac['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-suggestion':_0x535125,'data-author-id':_0x5b82c7}),_0x935593=_0x2295ac['mapper']['toViewPosition'](_0x563864);_0x4bc1d4&&_0x41a7de['activeMarkers']['includes'](_0x301e26['markerName'])&&_0x2295ac['writer']['addClass']('ck-suggestion-marker--active',_0xd0bd7a),_0x2295ac['writer']['insert'](_0x935593,_0xd0bd7a),_0x2295ac['mapper']['bindElementToMarker'](_0xd0bd7a,_0x301e26['markerName']);}};}class St extends _0x3b7b17{['afterInit'](){const _0x1d809d=this['editor'];_0x1d809d['commands']['get']('replaceSource')&&_0x1d809d['plugins']['get']('TrackChangesEditing')['enableCommand']('replaceSource');}}class jt extends _0x3b7b17{['afterInit'](){const _0x10db25=this['editor'];if(!_0x10db25['plugins']['has']('RemoveFormatEditing'))return;_0x10db25['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x210f2b=this['editor'];_0x210f2b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2b87ca=>{if('formatBlock'!=_0x2b87ca['type']&&'formatInline'!=_0x2b87ca['type'])return;const {data:_0x1c2adb}=_0x2b87ca;return _0x1c2adb&&'removeFormat'==_0x1c2adb['commandName']?{'type':'format','content':c(_0x210f2b['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class It extends _0x3b7b17{['afterInit'](){const _0x549eff=this['editor'];if(!_0x549eff['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x374192=_0x549eff['plugins']['get']('TrackChangesEditing');_0x374192['enableCommand']('goToPreviousRestrictedEditingException'),_0x374192['enableCommand']('goToNextRestrictedEditingException');const _0x424955=_0x549eff['plugins']['get']('RestrictedEditingModeEditing');_0x424955['enableCommand']('trackChanges'),_0x424955['enableCommand']('acceptSuggestion'),_0x424955['enableCommand']('discardSuggestion'),_0x424955['enableCommand']('acceptAllSuggestions'),_0x424955['enableCommand']('discardAllSuggestions'),_0x424955['enableCommand']('acceptSelectedSuggestions'),_0x424955['enableCommand']('discardSelectedSuggestions');}}class At extends _0x3b7b17{['afterInit'](){const _0x916643=this['editor'];if(!_0x916643['plugins']['has']('ShiftEnter'))return;const _0xd3bfc4=_0x916643['plugins']['get']('TrackChangesEditing');_0xd3bfc4['enableCommand']('shiftEnter'),_0x916643['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',je(_0x916643),{'priority':'high'}),_0x916643['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',je(_0x916643),{'priority':'high'}),_0x916643['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x4a9683,_0xd4c755,_0x1c0808)=>{_0x1c0808['options']['showSuggestionHighlights']&&je(_0x916643,{'showActiveMarker':!0x1})(_0x4a9683,_0xd4c755,_0x1c0808);}),_0xd3bfc4['descriptionFactory']['registerElementLabel']('softBreak',_0x410392=>c(_0x916643['locale'],'ELEMENT_LINE_BREAK',_0x410392));}}function je(_0x3b63f4,{showActiveMarker:_0x1216f5=!0x0}={}){return(_0x1a203b,_0xee49d6,_0x4fb81b)=>{const _0x458412=_0x3b63f4['plugins']['get']('TrackChangesEditing');if(!_0x4fb81b['consumable']['test'](_0xee49d6['markerRange'],_0x1a203b['name']))return;const _0x4158f1=_0x3b63f4['model'];for(const _0x22ed1d of _0xee49d6['markerRange']['getItems']()){if(!_0x22ed1d['is']('element','softBreak'))continue;const _0x432f2c='deletion'==_0xee49d6['markerName']['split'](':')[0x1]?'merge':'split',{id:_0x5fe451,authorId:_0x401e7d}=_0x458412['_splitMarkerName'](_0xee49d6['markerName']),_0x210947=_0x4fb81b['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x432f2c,'data-suggestion':_0x5fe451,'data-author-id':_0x401e7d}),_0x737c30=_0x4fb81b['mapper']['toViewPosition'](_0x4158f1['createPositionBefore'](_0x22ed1d));_0x1216f5&&_0x458412['activeMarkers']['includes'](_0xee49d6['markerName'])&&_0x4fb81b['writer']['addClass']('ck-suggestion-marker--active',_0x210947),_0x4fb81b['writer']['insert'](_0x737c30,_0x210947),_0x4fb81b['mapper']['bindElementToMarker'](_0x210947,_0xee49d6['markerName']);}};}class _t extends _0x3b7b17{['afterInit'](){const _0x52ebe8=this['editor'],_0x4103a9=_0x52ebe8['model'],_0x119ed1=_0x52ebe8['locale'];if(!_0x52ebe8['plugins']['has']('StandardEditingModeEditing'))return;const _0x4b4818=_0x52ebe8['plugins']['get']('TrackChangesEditing'),_0x5b27f3='restrictedEditingException',_0xbb23f8=_0x52ebe8['commands']['get'](_0x5b27f3);_0x4b4818['enableCommand'](_0x5b27f3,(_0x4b31d0,_0x29f96b={})=>{const _0x39d93a=_0x4103a9['document']['selection'];if(_0x39d93a['isCollapsed'])return void _0x4b31d0(_0x29f96b);const _0x596922=void 0x0!==_0x29f96b['forceValue']?_0x29f96b['forceValue']:!_0xbb23f8['value'];_0x4103a9['change'](()=>{const _0x469942=Array['from'](_0x39d93a['getRanges']());for(const _0x285526 of _0x469942){const _0x45cfaa=_0x596922?[_0x285526]:io(_0x5b27f3,_0x285526,_0x4103a9);for(const _0x2bfe57 of _0x45cfaa)_0x4b4818['markInlineFormat'](_0x2bfe57,{'commandName':_0x5b27f3,'commandParams':[{'forceValue':_0x596922}]});}});}),_0x4b4818['descriptionFactory']['registerDescriptionCallback'](_0xc14d48=>{if('formatBlock'!=_0xc14d48['type']&&'formatInline'!=_0xc14d48['type'])return;const {data:_0x2c8548}=_0xc14d48;return _0x2c8548&&_0x2c8548['commandName']==_0x5b27f3?_0x2c8548['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x119ed1,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':c(_0x119ed1,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class vt extends _0x3b7b17{['afterInit'](){const _0x30944f=this['editor'];if(!_0x30944f['plugins']['has']('Style')||!_0x30944f['plugins']['has']('DataSchema'))return;const _0x31c118=_0x30944f['plugins']['get']('TrackChangesEditing'),_0x1e9501=_0x30944f['locale'],_0xe78101=_0x30944f['config']['get']('style')||{},_0x1dc008=_0x30944f['plugins']['get']('GeneralHtmlSupport'),_0xb36f0e=_0x30944f['plugins']['get']('StyleUtils')['normalizeConfig'](_0x30944f['plugins']['get']('DataSchema'),_0xe78101['definitions']);_0x31c118['enableDefaultAttributesIntegration']('style');const _0x43f409=new Set();for(const _0x2c04d2 of _0xb36f0e['block']){const _0x2d0226=_0x1dc008['getGhsAttributeNameForElement'](_0x2c04d2['element']);_0x43f409['add'](_0x2d0226);}const _0x4b1ddf=new Set();for(const _0x757e37 of _0xb36f0e['inline']){const _0x1fe940=_0x1dc008['getGhsAttributeNameForElement'](_0x757e37['element']);_0x4b1ddf['add'](_0x1fe940);for(const _0x2e8628 of _0x757e37['ghsAttributes'])_0x4b1ddf['add'](_0x2e8628);}for(const _0x58832e of _0x43f409)_0x31c118['registerBlockAttribute'](_0x58832e),_0x31c118['descriptionFactory']['registerAttributeLabel'](_0x58832e,c(_0x1e9501,'FORMAT_STYLE'));for(const _0x33f64b of _0x4b1ddf)_0x31c118['registerInlineAttribute'](_0x33f64b),_0x31c118['descriptionFactory']['registerAttributeLabel'](_0x33f64b,c(_0x1e9501,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x297fed=this['editor'],_0x5e6dad=_0x297fed['locale'];_0x297fed['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2fd4e8=>{if('formatBlock'!=_0x2fd4e8['type']&&'formatInline'!=_0x2fd4e8['type'])return;const {data:_0x267264}=_0x2fd4e8;return _0x267264&&'style'===_0x267264['commandName']?_0x267264['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x5e6dad,'*Set\x20format:*\x20%0',_0x267264['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':c(_0x5e6dad,'*Remove\x20format:*\x20%0',_0x267264['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class Ct extends _0x3b7b17{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x55c0e9){super(_0x55c0e9),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x9db3f2=this['editor'],_0x5181f4=_0x9db3f2['model']['document']['selection'];if(!_0x9db3f2['plugins']['has']('TableEditing'))return;const _0x1ddd37=_0x9db3f2['locale'],_0x4c7590=_0x9db3f2['plugins']['get']('TrackChangesEditing'),_0x1230d6=_0x9db3f2['plugins']['get']('TableUtils');_0x4c7590['descriptionFactory']['registerElementLabel']('table',_0x5d7ad3=>c(_0x1ddd37,'ELEMENT_TABLE',_0x5d7ad3)),this['_setupColumnsRowsFixing'](),_0x4c7590['enableCommand']('insertTable'),_0x4c7590['enableCommand']('selectTableRow'),_0x4c7590['enableCommand']('selectTableColumn');for(const _0x2fe100 of['insertTableRowAbove','insertTableRowBelow']){const _0x40b890=_0x9db3f2['commands']['get'](_0x2fe100);_0x4c7590['enableCommand'](_0x2fe100,_0x139cb7=>{_0x9db3f2['model']['change'](_0x53b930=>{_0x139cb7();const _0x52f182='above'===_0x40b890['order'],_0x39ed8e=_0x1230d6['getSelectionAffectedTableCells'](_0x5181f4),_0x131a4a=_0x1230d6['getRowIndexes'](_0x39ed8e),_0x5af485=_0x52f182?_0x131a4a['first']-0x1:_0x131a4a['last']+0x1,_0x2bdc26=_0x39ed8e[0x0]['findAncestor']('table'),_0x555841=_0x1230d6['createTableWalker'](_0x2bdc26,{'startRow':_0x5af485,'endRow':_0x5af485}),_0x36eb9b=Array['from'](_0x555841)['map'](_0x11732f=>_0x53b930['createRangeOn'](_0x11732f['cell']));_0x4c7590['markMultiRangeInsertion'](_0x36eb9b,'tableRow');});});}for(const _0x542f19 of['insertTableColumnLeft','insertTableColumnRight']){const _0x5df2b5=_0x9db3f2['commands']['get'](_0x542f19);_0x4c7590['enableCommand'](_0x542f19,_0x58f4cf=>{_0x9db3f2['model']['change'](_0x4a7ee0=>{_0x58f4cf();const _0x1592a5='left'===_0x5df2b5['order'],_0x2e1f6e=_0x1230d6['getSelectionAffectedTableCells'](_0x5181f4),_0x59bb59=_0x1230d6['getColumnIndexes'](_0x2e1f6e),_0x83a632=_0x1592a5?_0x59bb59['first']-0x1:_0x59bb59['last']+0x1,_0x4176c4=_0x2e1f6e[0x0]['findAncestor']('table'),_0x51c336=_0x1230d6['createTableWalker'](_0x4176c4,{'startRow':0x0,'column':_0x83a632,'includeAllSlots':!0x1}),_0x1d848c=Array['from'](_0x51c336)['map'](_0x4f0009=>_0x4a7ee0['createRangeOn'](_0x4f0009['cell']));_0x4c7590['markMultiRangeInsertion'](_0x1d848c,'tableColumn');});});}for(const _0xf06051 of['removeTableRow','removeTableColumn']){const _0x53d4d0=_0xf06051['substr'](0xb),_0x328356=_0x53d4d0['toLowerCase'](),_0x29f248=_0x328356['substr'](0x0,0x3)+'span',_0x317c59='table'+_0x53d4d0,_0x4e981c='min'+_0x53d4d0,_0x1826b0='max'+_0x53d4d0;_0x4c7590['enableCommand'](_0xf06051,()=>{_0x9db3f2['model']['change'](_0xf1de8b=>{const _0x49ff5b=_0x1230d6['getSelectionAffectedTableCells'](_0x5181f4),_0x277d69=_0x49ff5b[0x0]['findAncestor']('table');let _0x3b8284;if('removeTableRow'==_0xf06051){const _0x6086b7=_0x1230d6['getRowIndexes'](_0x49ff5b);_0x3b8284={'startRow':_0x6086b7['first'],'endRow':_0x6086b7['last'],'includeAllSlots':!0x0};}else{const _0x2bde68=_0x1230d6['getColumnIndexes'](_0x49ff5b);_0x3b8284={'startColumn':_0x2bde68['first'],'endColumn':_0x2bde68['last'],'includeAllSlots':!0x0};}const _0x9f84e5=_0x1230d6['createTableWalker'](_0x277d69,_0x3b8284),_0x41d219=Array['from'](_0x9f84e5)['map'](({cell:_0x3a3200})=>_0x3a3200),_0x3c7204=xe(_0x41d219['filter'](_0x499d02=>_0x499d02['hasAttribute'](_0x29f248))),_0x3184ba=xe(_0x41d219['filter'](_0x11d5fa=>!_0x11d5fa['hasAttribute'](_0x29f248)))['map'](_0x3b58de=>_0xf1de8b['createRangeOn'](_0x3b58de)),_0x4fca19=_0x4c7590['markMultiRangeDeletion'](_0x3184ba,_0x317c59);if(_0x4fca19&&('tableRow'==_0x4fca19['subType']||'tableColumn'==_0x4fca19['subType'])){const _0x5372dd=this['_getSuggestionCoords'](_0x4fca19);for(const _0x380213 of _0x3c7204){const _0x48f935=_0xf1de8b['createRangeOn'](_0x380213),_0x1836af=_0x1230d6['getCellLocation'](_0x380213),_0x75b32=_0x380213['getAttribute'](_0x29f248)-0x1,_0x191ec1=_0x5372dd[_0x4e981c],_0x4c9fcb=_0x5372dd[_0x1826b0];_0x191ec1<=_0x1836af[_0x328356]&&_0x1836af[_0x328356]+_0x75b32<=_0x4c9fcb&&_0x4fca19['addRange'](_0x48f935);}}});});}function _0x497848(_0x25264c){const _0x1ec3c8=Array['from'](_0x5181f4['getRanges']())['map'](_0x529b47=>_0x1f6f9b['fromRange'](_0x529b47));_0x9db3f2['model']['change'](_0x349027=>{const _0x5c55e0=_0x349027['batch'];_0x25264c=_0x25264c['filter'](_0x1128cc=>'$graveyard'!=_0x1128cc['root']['rootName']),_0x349027['setSelection'](_0x25264c),_0x9db3f2['commands']['get']('removeTableRow')['refresh'](),_0x9db3f2['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x9db3f2['model']['enqueueChange'](()=>{_0x9db3f2['model']['enqueueChange'](_0x5c55e0,_0x303b6b=>{const _0x55b86b=_0x1ec3c8['filter'](_0x1fd916=>'$graveyard'!=_0x1fd916['root']['rootName']);_0x55b86b['length']>0x0&&_0x303b6b['setSelection'](_0x55b86b);for(const _0x4515b1 of _0x1ec3c8)_0x4515b1['detach']();});});});}function _0x25ca4d(_0x251459){_0x9db3f2['model']['change'](_0x2f48bb=>{const _0x54b2f0=Array['from'](_0x5181f4['getRanges']())['map'](_0x1b188c=>_0x1f6f9b['fromRange'](_0x1b188c)),_0x14a694=[];for(const _0x1e7841 of _0x251459)for(const _0x231715 of _0x1e7841['getItems']({'shallow':!0x0}))_0x14a694['push'](_0x231715);for(const _0x172819 of _0x14a694)'$graveyard'!=_0x172819['root']['rootName']&&(_0x2f48bb['setSelection'](_0x2f48bb['createPositionAt'](_0x172819,0x0)),_0x9db3f2['commands']['get']('removeTableColumn')['refresh'](),_0x9db3f2['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x1fa02c=_0x54b2f0['filter'](_0x3d8908=>'$graveyard'!=_0x3d8908['root']['rootName']);_0x1fa02c['length']>0x0&&_0x2f48bb['setSelection'](_0x1fa02c);for(const _0x360356 of _0x54b2f0)_0x360356['detach']();});}function _0x2a6c48(_0x24a7d5,_0x5cd48c){return _0x5cd48c['every'](_0x16fb55=>_0x24a7d5['some'](_0x53e89a=>_0x53e89a['end']['isEqual'](_0x16fb55['start'])||_0x16fb55['end']['isEqual'](_0x53e89a['start'])));}function _0x19491d(_0x21550a,_0x1071af){return!_0x21550a['some'](_0x57ca44=>_0x1071af['some'](_0xbabd7a=>_0x57ca44['isIntersecting'](_0xbabd7a)))&&_0x21550a['some'](_0x13fcc4=>_0x1071af['some'](_0x415bb9=>_0x13fcc4['end']['isTouching'](_0x415bb9['start'])));}_0x9db3f2['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x252c3a,_0x2a77f2,_0x1c8ee9)=>{if(!_0x1c8ee9['options']['showSuggestionHighlights'])return;const _0x4d58d8=_0x2a77f2['item'];if(!_0x4d58d8||!_0x4d58d8['is']('element','tableCell'))return;const _0x4e3dc9=_0x1c8ee9['mapper']['toViewElement'](_0x4d58d8);if(_0x4e3dc9){const {id:_0xcabd12,authorId:_0x45b8e0}=_0x4c7590['_splitMarkerName'](_0x2a77f2['markerName']);_0x5eced9(_0x4e3dc9,_0x1c8ee9['writer'],(_0x45f72d,_0xb3f71f,_0x46a911)=>{_0x46a911['addClass'](_0x4deedd(_0xb3f71f['classes']),_0x45f72d),_0x46a911['setAttribute']('data-suggestion-id',_0xcabd12,_0x45f72d),_0x46a911['setAttribute']('data-author-id',_0x45b8e0,_0x45f72d);},(_0x5af4d7,_0x144886,_0xf9bf8f)=>{_0xf9bf8f['removeClass'](_0x4deedd(_0x144886['classes']),_0x5af4d7),_0xf9bf8f['removeAttribute']('data-suggestion-id',_0x5af4d7),_0xf9bf8f['removeAttribute']('data-author-id',_0x5af4d7);});}},{'priority':'highest'}),_0x4c7590['descriptionFactory']['registerDescriptionCallback'](_0x5e33de=>{if('insertion'!=_0x5e33de['type']&&'deletion'!=_0x5e33de['type'])return;const _0x2266d3=_0x5e33de['getContainedElement']();if(null!=_0x2266d3&&_0x2266d3['is']('element','table')){if('insertion'==_0x5e33de['type']){const _0x56fb9a=_0x5e33de['getItems']()['filter'](_0xd242f9=>_0xd242f9['is']('$textProxy'))['map'](_0x59cbdf=>_0x59cbdf['data']);if(_0x56fb9a['length'])return{'type':'insertion','content':c(_0x1ddd37,'*Insert:*\x20%0',c(_0x1ddd37,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x56fb9a['join']('\x20')+'\x22'))};}if('deletion'==_0x5e33de['type']){const _0x11c1f1=_0x5e33de['getItems']()['filter'](_0x115077=>_0x115077['is']('$textProxy'))['map'](_0x5e577c=>_0x5e577c['data']);if(_0x11c1f1['length'])return{'type':'deletion','content':c(_0x1ddd37,'*Remove:*\x20%0',c(_0x1ddd37,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x11c1f1['join']('\x20')+'\x22'))};}}}),_0x4c7590['descriptionFactory']['registerDescriptionCallback'](_0x32e32a=>{if('tableRow'==_0x32e32a['subType']){const _0x6afa53=_0x32e32a['getItems']()['filter'](_0x2b60de=>_0x2b60de['is']('$textProxy'))['map'](_0x1b5c71=>_0x1b5c71['data']),_0x33c35f=this['_getSuggestionCoords'](_0x32e32a),_0x41ee93=_0x33c35f['maxRow']-_0x33c35f['minRow']+0x1;if('insertion'==_0x32e32a['type'])return _0x6afa53['length']?{'type':'insertion','content':c(_0x1ddd37,'*Insert:*\x20%0',c(_0x1ddd37,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x41ee93,'\x22'+_0x6afa53['join']('\x20')+'\x22']))}:{'type':'insertion','content':c(_0x1ddd37,'*Insert:*\x20%0',c(_0x1ddd37,'ELEMENT_TABLE_ROW',_0x41ee93))};if('deletion'==_0x32e32a['type'])return _0x6afa53['length']?{'type':'deletion','content':c(_0x1ddd37,'*Remove:*\x20%0',c(_0x1ddd37,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x41ee93,'\x22'+_0x6afa53['join']('\x20')+'\x22']))}:{'type':'deletion','content':c(_0x1ddd37,'*Remove:*\x20%0',c(_0x1ddd37,'ELEMENT_TABLE_ROW',_0x41ee93))};}if('tableColumn'==_0x32e32a['subType']){const _0x25ee6e=_0x32e32a['getItems']()['filter'](_0x19e31a=>_0x19e31a['is']('$textProxy'))['map'](_0x21a137=>_0x21a137['data']),_0x306e03=this['_getSuggestionCoords'](_0x32e32a),_0x25969c=_0x306e03['maxColumn']-_0x306e03['minColumn']+0x1;if('insertion'==_0x32e32a['type'])return _0x25ee6e['length']?{'type':'insertion','content':c(_0x1ddd37,'*Insert:*\x20%0',c(_0x1ddd37,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x25969c,'\x22'+_0x25ee6e['join']('\x20')+'\x22']))}:{'type':'insertion','content':c(_0x1ddd37,'*Insert:*\x20%0',c(_0x1ddd37,'ELEMENT_TABLE_COLUMN',_0x25969c))};if('deletion'==_0x32e32a['type'])return _0x25ee6e['length']?{'type':'deletion','content':c(_0x1ddd37,'*Remove:*\x20%0',c(_0x1ddd37,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x25969c,'\x22'+_0x25ee6e['join']('\x20')+'\x22']))}:{'type':'deletion','content':c(_0x1ddd37,'*Remove:*\x20%0',c(_0x1ddd37,'ELEMENT_TABLE_COLUMN',_0x25969c))};}}),_0x4c7590['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x497848),_0x4c7590['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x497848),_0x4c7590['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x25ca4d),_0x4c7590['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x25ca4d),_0x4c7590['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x2a6c48),_0x4c7590['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x2a6c48),_0x4c7590['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x19491d),_0x4c7590['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x19491d);}['_acceptFormatSuggestionCallbackFactory'](){const _0x307fda=this['editor'],_0x3c572e=_0x307fda['model']['document']['selection'];return(_0x28d984,_0x3995d4)=>{_0x307fda['model']['change'](_0x2fc250=>{const {commandName:_0x4c645a,commandParams:_0x5435d9}=_0x3995d4;let _0x44d452=_0x28d984[0x0]['end']['nodeBefore'];_0x5435d9&&_0x5435d9[0x0]&&!0x1===_0x5435d9[0x0]['forceValue']&&(_0x44d452=_0x28d984[0x0]['start']['nodeAfter']);const _0x4499f2=_0x2fc250['createRangeIn'](_0x44d452);if('$graveyard'==_0x4499f2['root']['rootName'])return;const _0x590214=Array['from'](_0x3c572e['getRanges']())['map'](_0x5e3112=>_0x1f6f9b['fromRange'](_0x5e3112));_0x2fc250['setSelection'](_0x4499f2),_0x307fda['commands']['get'](_0x4c645a)['refresh'](),_0x5435d9['push']({'forceDefaultExecution':!0x0}),_0x307fda['execute'](_0x4c645a,..._0x5435d9);const _0x5f5031=_0x590214['filter'](_0x479466=>'$graveyard'!=_0x479466['root']['rootName']);_0x5f5031['length']>0x0&&_0x2fc250['setSelection'](_0x5f5031);for(const _0x599146 of _0x590214)_0x599146['detach']();});};}['_getCoordsForCells'](_0x3d499e){const _0x2a88a0=this['editor']['plugins']['get']('TableUtils');let _0x263963=Number['MAX_SAFE_INTEGER'],_0x7daded=Number['MIN_SAFE_INTEGER'],_0x86199e=Number['MAX_SAFE_INTEGER'],_0x5f4d4b=Number['MIN_SAFE_INTEGER'];for(const _0x2798bc of _0x3d499e){if('$graveyard'==_0x2798bc['root']['rootName'])continue;const {row:_0xf5dd57,column:_0x5d12}=_0x2a88a0['getCellLocation'](_0x2798bc),_0x18bbaf=_0x2798bc['hasAttribute']('rowspan')?_0x2798bc['getAttribute']('rowspan')-0x1:0x0,_0x559c40=_0x2798bc['hasAttribute']('colspan')?_0x2798bc['getAttribute']('colspan')-0x1:0x0;_0x263963=_0xf5dd57<_0x263963?_0xf5dd57:_0x263963,_0x7daded=_0xf5dd57+_0x18bbaf>_0x7daded?_0xf5dd57+_0x18bbaf:_0x7daded,_0x86199e=_0x5d12<_0x86199e?_0x5d12:_0x86199e,_0x5f4d4b=_0x5d12+_0x559c40>_0x5f4d4b?_0x5d12+_0x559c40:_0x5f4d4b;}return{'minRow':_0x263963,'maxRow':_0x7daded,'minColumn':_0x86199e,'maxColumn':_0x5f4d4b};}['_setupColumnsRowsFixing'](){const _0x2ebd45=this['editor'],_0x5f0c37=_0x2ebd45['plugins']['get']('TrackChangesEditing'),_0x5e17e9=_0x2ebd45['plugins']['get']('TableUtils');_0x2ebd45['model']['document']['on']('change:data',()=>{const _0x31a5bc=Array['from'](_0x2ebd45['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x11ee7f,data:_0x1342a6}of _0x31a5bc){const {group:_0x59d1eb,id:_0xd2aa88,subType:_0x347515}=_0x5f0c37['_splitMarkerName'](_0x11ee7f);if('suggestion'!=_0x59d1eb)continue;if(null!=_0x1342a6['oldRange'])continue;const _0x5b3d44=_0x5f0c37['getSuggestion'](_0xd2aa88);this['_tablePostFixingSubtypes']['includes'](_0x347515)&&this['_tableSuggestions']['add'](_0x5b3d44);}},{'priority':'low'});const _0x407854=(_0x151255,_0xa5615f)=>{let _0x1c6389=!0x1;const _0x3cbdea=_0xa5615f['createRangeOn'](_0x151255),_0x12177a=_0x151255['findAncestor']('table'),_0x26a49c=_0x5e17e9['getCellLocation'](_0x151255);for(const _0x2eb2af of this['_tableSuggestions']){const _0x1f5c26=_0x2eb2af['subType'],_0x50907d=_0x1f5c26['startsWith']('tablePaste'),_0x5ef3e0=_0x1f5c26['substr'](_0x50907d?0xa:0x5),_0x52222a=_0x5ef3e0['toLowerCase'](),_0x5e704b=_0x52222a['substr'](0x0,0x3)+'span',_0x28ffef='min'+_0x5ef3e0,_0x473f5b='max'+_0x5ef3e0;if(!_0x2eb2af['isInContent'])continue;if(_0x12177a!=_0x2eb2af['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x2eb2af['isIntersectingWithRange'](_0x3cbdea))continue;const _0x1848fe=_0x151255['hasAttribute'](_0x5e704b)?_0x151255['getAttribute'](_0x5e704b)-0x1:0x0,_0x48f768=this['_getSuggestionCoords'](_0x2eb2af),_0x51ddef=_0x48f768[_0x28ffef],_0x5a9498=_0x48f768[_0x473f5b];_0x51ddef<=_0x26a49c[_0x52222a]&&_0x26a49c[_0x52222a]+_0x1848fe<=_0x5a9498&&(_0x2eb2af['addRange'](_0x3cbdea),_0x1c6389=!0x0);}return _0x1c6389;};_0x2ebd45['model']['document']['registerPostFixer'](_0x35de4f=>{let _0xc55a0f=!0x1;for(const _0x8bb46c of _0x2ebd45['model']['document']['differ']['getChanges']())if('insert'==_0x8bb46c['type']){if('tableRow'==_0x8bb46c['name']){for(const _0x1e674c of _0x8bb46c['position']['nodeAfter']['getChildren']())_0xc55a0f=_0xc55a0f||_0x407854(_0x1e674c,_0x35de4f);}else'tableCell'==_0x8bb46c['name']&&(_0xc55a0f=_0xc55a0f||_0x407854(_0x8bb46c['position']['nodeAfter'],_0x35de4f));}return _0xc55a0f;});}['_getSuggestionCoords'](_0x2686ce){return this['_getCoordsForCells'](_0x2686ce['getRanges']()['map'](_0x164310=>_0x164310['start']['nodeAfter']));}}function xe(_0x3445ed){return Array['from'](new Set(_0x3445ed)['values']());}class Nt extends _0x3b7b17{static get['requires'](){return[Ct];}['afterInit'](){const _0x452565=this['editor'],_0x533747=_0x452565['model']['document']['selection'],_0x4637d6=_0x452565['locale'];if(!_0x452565['plugins']['has']('TableEditing'))return;const _0x7e4e0c=_0x452565['plugins']['get']('TrackChangesEditing'),_0x5aea4e=_0x452565['plugins']['get']('TableUtils'),_0x18180f=_0x452565['plugins']['get'](Ct);_0x18180f['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x7e4e0c['enableCommand']('mergeTableCells',()=>{const _0x15a5f9=_0x5aea4e['getSelectionAffectedTableCells'](_0x452565['model']['document']['selection']);_0x452565['model']['change'](()=>{_0x7e4e0c['markMultiRangeBlockFormat'](_0x15a5f9,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x452565['commands']['get']('mergeTableCells')['on']('execute',(_0x3f9739,_0x167e9a)=>{_0x452565['commands']['get']('trackChanges')['value']&&(_0x167e9a['length']>0x0&&_0x167e9a[_0x167e9a['length']-0x1]&&_0x167e9a[_0x167e9a['length']-0x1]['forceDefaultExecution']||_0x7e4e0c['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x3f9739['stop']());},{'priority':'highest'});for(const _0x5b6b41 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x56d23f=_0x452565['commands']['get'](_0x5b6b41);_0x7e4e0c['enableCommand'](_0x5b6b41,()=>{const _0x4cb871=_0x452565['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x2fd2c0=>_0x2fd2c0['is']('element','tableCell')),_0x360b4a=_0x56d23f['value'];_0x452565['model']['change'](()=>{_0x7e4e0c['markMultiRangeBlockFormat']([_0x4cb871,_0x360b4a],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x5a653c of['splitTableCellVertically','splitTableCellHorizontally']){const _0x447f0b=_0x452565['commands']['get'](_0x5a653c);_0x7e4e0c['enableCommand'](_0x5a653c,()=>{const _0x341e39=_0x5aea4e['getSelectionAffectedTableCells'](_0x452565['model']['document']['selection'])[0x0],_0x43b492=_0x341e39['findAncestor']('table'),{column:_0xb596c2,row:_0x7314d9}=_0x5aea4e['getCellLocation'](_0x341e39);let _0x58afa2=[];if('horizontally'==_0x447f0b['direction']){const _0x4b582c=_0x5aea4e['createTableWalker'](_0x43b492,{'startRow':_0x7314d9,'endRow':_0x7314d9,'includeAllSlots':!0x0});_0x58afa2=Array['from'](_0x4b582c)['map'](_0x4a960b=>_0x4a960b['cell']);}else{const _0x29495a=_0x5aea4e['createTableWalker'](_0x43b492,{'column':_0xb596c2,'includeAllSlots':!0x0});_0x58afa2=Array['from'](_0x29495a)['map'](_0x13774a=>_0x13774a['cell']);}_0x452565['model']['change'](_0x305355=>{_0x7e4e0c['markBlockFormat'](_0x305355['createRangeOn'](_0x341e39),{'commandName':_0x5a653c,'commandParams':[]},_0x58afa2,_0x5a653c);});});}_0x7e4e0c['descriptionFactory']['registerDescriptionCallback'](_0x3c7dc7=>{if('formatBlock'!=_0x3c7dc7['type']&&'formatInline'!=_0x3c7dc7['type'])return;const {data:_0x33c0f8}=_0x3c7dc7;return _0x33c0f8&&'mergeTableCells'==_0x33c0f8['commandName']?{'type':'format','content':c(_0x4637d6,'*Merge\x20cells*')}:void 0x0;}),_0x7e4e0c['descriptionFactory']['registerDescriptionCallback'](_0x2003d4=>{if('formatBlock'!=_0x2003d4['type']&&'formatInline'!=_0x2003d4['type'])return;const {data:_0x5d189b}=_0x2003d4;return _0x5d189b?'splitTableCellVertically'==_0x5d189b['commandName']?{'type':'format','content':c(_0x4637d6,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x5d189b['commandName']?{'type':'format','content':c(_0x4637d6,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x392010=_0x18180f['_acceptFormatSuggestionCallbackFactory']();for(const _0x1a14ae of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x7e4e0c['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1a14ae,'accept',_0x392010);for(const _0x5321c2 of['splitTableCellVertically','splitTableCellHorizontally'])_0x7e4e0c['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x5321c2,'accept',_0x392010);_0x7e4e0c['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x4f1d58=>{_0x452565['model']['change'](_0x142ea3=>{const _0x103a11=Array['from'](_0x533747['getRanges']())['map'](_0x511e0c=>_0x1f6f9b['fromRange'](_0x511e0c));_0x142ea3['setSelection'](_0x4f1d58),_0x452565['commands']['get']('mergeTableCells')['refresh'](),_0x452565['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x421b19=_0x103a11['filter'](_0x6c0eef=>'$graveyard'!=_0x6c0eef['root']['rootName']);_0x421b19['length']>0x0&&_0x142ea3['setSelection'](_0x421b19);for(const _0x532b07 of _0x103a11)_0x532b07['detach']();});});for(const _0x518946 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x3c3b9f=_0x452565['commands']['get'](_0x518946);_0x3c3b9f['on']('set:isEnabled',(_0x1358d4,_0x38298a,_0x446c78)=>{if(_0x446c78){const _0x1a5479=_0x452565['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x7cd152=>_0x7cd152['is']('element','tableCell'));this['_areMergableCells'](_0x3c3b9f['value'],_0x1a5479)||(_0x1358d4['return']=!0x1,_0x1358d4['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x3ec28e=this['editor']['commands']['get']('mergeTableCells'),_0x1ec82e=this['editor']['plugins']['get']('TableUtils');if(!_0x3ec28e['isEnabled'])return!0x1;const _0x349d36=_0x1ec82e['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x34fe46 of _0x349d36)for(const _0x1c7073 of _0x349d36)if(_0x34fe46!=_0x1c7073&&!this['_areMergableCells'](_0x34fe46,_0x1c7073))return!0x1;return!0x0;}['_areMergableCells'](_0x27982a,_0x448d49){const _0x288cbb=this['editor']['plugins']['get']('TrackChangesEditing'),_0x201edc=this['editor']['model']['createRangeOn'](_0x27982a),_0x4674ed=this['editor']['model']['createRangeOn'](_0x448d49),_0x4e5992=new Set(),_0x3d4cbe=new Set();for(const _0x5f2964 of _0x288cbb['getSuggestions']())if(('insertion'==_0x5f2964['type']||'deletion'==_0x5f2964['type']||'mergeTableCells'==_0x5f2964['subType'])&&_0x5f2964['isInContent']){for(const _0x4f79f5 of _0x5f2964['getRanges']())_0x4f79f5['containsRange'](_0x201edc,!0x0)&&_0x4e5992['add'](_0x5f2964['type']+':'+_0x5f2964['author']['id']),_0x4f79f5['containsRange'](_0x4674ed,!0x0)&&_0x3d4cbe['add'](_0x5f2964['type']+':'+_0x5f2964['author']['id']);}if(_0x4e5992['size']!=_0x3d4cbe['size'])return!0x1;for(const _0x43abf2 of _0x4e5992)if(!_0x3d4cbe['has'](_0x43abf2))return!0x1;return!0x0;}}class Dt extends _0x3b7b17{static get['requires'](){return[Ct];}['afterInit'](){const _0x564508=this['editor'];if(!_0x564508['plugins']['has']('TableEditing'))return;const _0x3952da=_0x564508['locale'],_0x404e34=_0x564508['plugins']['get']('TrackChangesEditing');_0x404e34['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x404e34['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x404e34['registerBlockAttribute']('headingRows'),_0x404e34['registerBlockAttribute']('headingColumns'),_0x404e34['descriptionFactory']['registerAttributeLabel']('headingRows',c(_0x3952da,'FORMAT_HEADER_ROW')),_0x404e34['descriptionFactory']['registerAttributeLabel']('headingColumns',c(_0x3952da,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x515d94=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3e9c89=this['editor']['plugins']['get']('TableUtils'),_0x197f2c=this['editor']['plugins']['get'](Ct)['_acceptFormatSuggestionCallbackFactory']();function _0x3ed96e({showActiveMarker:_0x353d26=!0x0,setDataAttribute:_0x484e7a=!0x0}={}){return(_0x225254,_0x208183,_0x4f2e3b)=>{const {type:_0x5332cd,id:_0x4b4738}=_0x515d94['_splitMarkerName'](_0x208183['markerName']),_0x5c6938=_0x515d94['getSuggestion'](_0x4b4738),_0xd8813d=_0x5c6938['data'];if('formatBlock'!=_0x5c6938['type']||!_0xd8813d||'setTableColumnHeader'!=_0xd8813d['commandName'])return;if(_0x208183['item'])return void _0x225254['stop']();if(!_0x4f2e3b['consumable']['consume'](_0x208183['markerRange'],_0x225254['name']))return;const _0x3959a1=_0x208183['markerRange']['start']['nodeAfter'],_0x341d2c=_0x208183['markerRange']['end']['nodeBefore'],_0x578424=_0x3959a1['parent']['parent'],{column:_0x1d6533}=_0x3e9c89['getCellLocation'](_0x3959a1),{column:_0x5e5928}=_0x3e9c89['getCellLocation'](_0x341d2c);for(let _0x4a84bc=_0x1d6533;_0x4a84bc<=_0x5e5928;_0x4a84bc++){const _0x70a0e7=_0x3e9c89['createTableWalker'](_0x578424,{'column':_0x4a84bc,'includeAllSlots':!0x1});for(const _0x3d9514 of _0x70a0e7){const _0x146c8c=_0x3d9514['cell'],_0x4c4add=_0x4f2e3b['mapper']['toViewElement'](_0x146c8c);_0x4f2e3b['writer']['addClass']('ck-suggestion-marker-'+_0x5332cd,_0x4c4add),_0x484e7a&&_0x4f2e3b['writer']['setAttribute']('data-suggestion',_0x4b4738,_0x4c4add),_0x4f2e3b['mapper']['bindElementToMarker'](_0x4c4add,_0x208183['markerName']),_0x353d26&&(_0x515d94['activeMarkers']['includes'](_0x208183['markerName'])?_0x4f2e3b['writer']['addClass']('ck-suggestion-marker--active',_0x4c4add):_0x4f2e3b['writer']['removeClass']('ck-suggestion-marker--active',_0x4c4add));}}};}_0x515d94['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x197f2c),_0x515d94['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x197f2c),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x3ed96e(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x21805f,_0x110d30,_0x5ea73a)=>{_0x5ea73a['options']['showSuggestionHighlights']&&_0x3ed96e({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x21805f,_0x110d30,_0x5ea73a);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x28fa4e,_0x4066d8,_0x2a5f00)=>{const {type:_0xb946d1,id:_0x5696f1}=_0x515d94['_splitMarkerName'](_0x4066d8['markerName']),_0x468b5b=_0x515d94['getSuggestion'](_0x5696f1),_0x541260=_0x468b5b['data'];if('formatBlock'!=_0x468b5b['type']||!_0x541260||'setTableColumnHeader'!=_0x541260['commandName'])return;const _0x2c9720=_0x2a5f00['mapper']['markerNameToElements'](_0x4066d8['markerName']);if(_0x2c9720){for(const _0xdcc36e of _0x2c9720)_0x2a5f00['writer']['removeClass']('ck-suggestion-marker-'+_0xb946d1,_0xdcc36e),_0x2a5f00['writer']['removeClass']('ck-suggestion-marker--active',_0xdcc36e),_0x2a5f00['writer']['removeAttribute']('data-suggestion',_0xdcc36e),_0x2a5f00['mapper']['unbindElementFromMarkerName'](_0xdcc36e,_0x4066d8['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4be198=this['editor'],_0x12a3ed=_0x4be198['locale'];function _0x505685(_0x1698d2){return{'type':'format','content':c(_0x12a3ed,'*Format:*\x20%0',_0x1698d2)};}_0x4be198['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3bb748=>{if('formatBlock'!=_0x3bb748['type'])return;const {data:_0x26ab82}=_0x3bb748;if(_0x26ab82){if('setTableRowHeader'==_0x26ab82['commandName']){const _0x2f5751=_0x26ab82['commandParams'][0x0]['forceValue'];return _0x505685(c(_0x12a3ed,_0x2f5751?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x26ab82['commandName']){const _0x41bdee=_0x26ab82['commandParams'][0x0]['forceValue'];return _0x505685(c(_0x12a3ed,_0x41bdee?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}class Ye extends _0x3b7b17{['afterInit'](){const _0x250351=this['editor'],_0x1ed055=_0x250351['locale'],_0xdb5b15=_0x250351['plugins']['get']('TrackChangesEditing');function _0x5765c8(_0x522218){return{'type':'format','content':''+c(_0x1ed055,'*Set\x20table\x20type:*\x20%0',_0x522218)};}_0x250351['plugins']['has']('TableLayout')&&(_0xdb5b15['enableCommand']('insertTableLayout'),_0xdb5b15['enableDefaultAttributesIntegration']('tableType'),_0xdb5b15['registerBlockAttribute']('tableType'),_0xdb5b15['descriptionFactory']['registerElementLabel'](_0xbdd2de=>_0xbdd2de['is']('element','table')&&'layout'===_0xbdd2de['getAttribute']('tableType'),_0x266c71=>c(_0x1ed055,'ELEMENT_LAYOUT_TABLE',_0x266c71)),_0xdb5b15['descriptionFactory']['registerDescriptionCallback'](_0x388512=>{const {data:_0x1c8930}=_0x388512;if(_0x1c8930&&'tableType'==_0x1c8930['key'])switch(_0x1c8930['newValue']){case'layout':return _0x5765c8(c(_0x1ed055,'ELEMENT_LAYOUT_TABLE'));case'content':return _0x5765c8(c(_0x1ed055,'ELEMENT_CONTENT_TABLE'));}}));}}const Oe=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Ue=Object['fromEntries'](Oe['map'](_0x1bc9ab=>[_0x1bc9ab,null]));class $t extends _0x3b7b17{static get['requires'](){return[Ct];}['afterInit'](){const _0x4734c9=this['editor'];if(!_0x4734c9['plugins']['has']('TableClipboard'))return;const _0x1056be=_0x4734c9['plugins']['get']('TrackChangesEditing'),_0x53abfa=_0x4734c9['plugins']['get']('TableUtils'),_0x5a1acf=_0x4734c9['plugins']['get'](Ct),_0x481f7a=_0x4734c9['plugins']['get']('TableClipboard'),_0x5cba52=_0x4734c9['plugins']['get']('TableSelection'),_0x548f6d=_0x4734c9['plugins']['get'](_0x1ab1df);_0x5a1acf['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x4734c9['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x4734c9['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x2ad1bf=null,_0x2b9efa=!0x1;_0x548f6d['on']('contentInsertion',(_0x129817,_0x13dc45)=>{_0x2b9efa='paste'===_0x13dc45['method'];}),_0x4734c9['model']['on']('insertContent',(_0x23d4c2,_0x1d3978)=>{if(!_0x2b9efa&&null===_0x5cba52['getSelectedTableCells']())return;const [_0x13fcc2,_0x170efc]=_0x1d3978,_0x369085=_0x1d3978[_0x1d3978['length']-0x1];_0x369085&&_0x369085['forceDefaultExecution']||_0x1056be['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x3d2a84,_0xe4fb2,_0x4787fc,_0x568a40,_0x13a831){if(_0xe4fb2&&!_0xe4fb2['is']('documentSelection'))return!0x1;const _0x422f83=_0x13a831['getTableIfOnlyTableInContent'](_0x3d2a84,_0x4787fc);if(!_0x422f83||!He(_0x422f83,void 0x0,_0x568a40))return!0x1;const _0x150e92=_0x568a40['getSelectionAffectedTableCells'](_0x4787fc['document']['selection']);if(!_0x150e92['length'])return!0x1;const _0x5f8622=_0x150e92[0x0]['findAncestor']('table'),_0x277ea7=_0x568a40['getRowIndexes'](_0x150e92),_0x1ac1ba=_0x568a40['getColumnIndexes'](_0x150e92),_0x57248f={'startRow':_0x277ea7['first'],'endRow':_0x277ea7['last'],'startColumn':_0x1ac1ba['first'],'endColumn':_0x1ac1ba['last']};return 0x1==_0x150e92['length']&&(_0x57248f['endRow']+=_0x568a40['getRows'](_0x422f83)-0x1,_0x57248f['endColumn']+=_0x568a40['getColumns'](_0x422f83)-0x1),He(_0x5f8622,_0x57248f,_0x568a40);}(_0x13fcc2,_0x170efc,_0x4734c9['model'],_0x53abfa,_0x481f7a)&&(_0x23d4c2['stop'](),_0x2ad1bf={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x4734c9['model']['change'](()=>{_0x4734c9['model']['insertContent'](_0x1d3978[0x0],_0x1d3978[0x1],_0x1d3978[0x2],{'forceDefaultExecution':!0x0});const _0x316c8d=_0x145d91(),{rowInsertionRanges:_0x5bd0d9,columnInsertionRanges:_0x5bcf46,insertionRanges:_0x3c4018,deletionRanges:_0x8a81ed,cells:_0x4b741f}=_0x2ad1bf;_0x5bd0d9['length']&&_0x1056be['markMultiRangeInsertion'](_0x5bd0d9,'tablePasteRow',{'tablePasteChainId':_0x316c8d}),_0x5bcf46['length']&&_0x1056be['markMultiRangeInsertion'](_0x5bcf46,'tablePasteColumn',{'tablePasteChainId':_0x316c8d}),_0x3c4018['length']&&(_0x1056be['markMultiRangeInsertion'](_0x3c4018,'tablePaste',{'tablePasteChainId':_0x316c8d,'skipNestingCheck':!0x0}),_0x3c4018['forEach'](_0x462566=>_0x462566['detach']?.())),_0x8a81ed['length']&&(_0x1056be['markMultiRangeDeletion'](_0x8a81ed,'tablePaste',{'tablePasteChainId':_0x316c8d,'skipNestingCheck':!0x0}),_0x8a81ed['forEach'](_0x2a131f=>_0x2a131f['detach']?.()));const _0x5db4a1=_0x1056be['markMultiRangeBlockFormat'](_0x4b741f['map'](({element:_0x148d48})=>_0x148d48),{'formatGroupId':_0x145d91()},[],'tablePasteCell',{'tablePasteChainId':_0x316c8d});if(_0x5db4a1){const _0x5c45ce=_0x5db4a1['getMarkers'](),_0x2517b5=[];for(const {element:_0x418d84,attributes:_0x3f82e8}of _0x4b741f){if(!_0x3f82e8)continue;const _0x34b1f4=_0x4734c9['model']['createRangeOn'](_0x418d84),_0x2f3ff5=_0x5c45ce['find'](_0x2945e1=>_0x2945e1['getRange']()['isEqual'](_0x34b1f4));_0x2f3ff5&&_0x2517b5['push']([_0x2f3ff5['name'],_0x3f82e8]);}_0x2517b5['length']&&_0x5db4a1['setAttribute']('markerAttributes',Object['fromEntries'](_0x2517b5));}_0x2ad1bf=null;}));},{'priority':_0x2a48aa['high']+0xa}),_0x548f6d['on']('contentInsertion',()=>{_0x2b9efa=!0x1;},{'priority':'lowest'}),_0x4734c9['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x42be9a,_0x793856)=>{const [_0x47e8bf,_0x126552,,_0x3e3676]=_0x793856;if(!_0x2ad1bf)return;_0x42be9a['stop']();const _0x43f570=_0x47e8bf['cell'],_0x5d7f66=_0x126552,_0x2b14a1=De(_0x43f570),_0x3e92af=De(_0x5d7f66);_0x42be9a['return']=_0x43f570;let _0xc4e9e4=null,_0x4cfd8b=null;if(_0x3e92af||_0x2b14a1){if(_0x2b14a1&&!_0x3e92af){_0x3e3676['remove'](_0x43f570['getChild'](0x0));for(const _0x129960 of Array['from'](_0x5d7f66['getChildren']()))_0x3e3676['insert'](_0x129960,_0x43f570,'end');const _0x2b41f5=_0x2ad1bf['rowInsertionIndexes']['includes'](_0x47e8bf['row']),_0x34bd15=_0x2ad1bf['columnInsertionIndexes']['includes'](_0x47e8bf['column']);_0x2b41f5||_0x34bd15||(_0xc4e9e4=_0x1f6f9b['fromRange'](_0x3e3676['createRangeIn'](_0x43f570)));}else _0x3e92af&&!_0x2b14a1&&(_0x4cfd8b=_0x3e3676['createRangeIn'](_0x43f570));}else{const _0x57eff5=_0x3e3676['createElement']('tableCellSuggestion'),_0x355804=_0x3e3676['createElement']('tableCellSuggestion');_0x3e3676['wrap'](_0x3e3676['createRangeIn'](_0x43f570),_0x355804),_0x3e3676['insert'](_0x57eff5,_0x43f570,0x0);for(const _0x3fc6de of Array['from'](_0x5d7f66['getChildren']()))_0x3e3676['insert'](_0x3fc6de,_0x57eff5,'end');_0xc4e9e4=_0x1f6f9b['fromRange'](_0x3e3676['createRangeOn'](_0x57eff5)),_0x4cfd8b=_0x1f6f9b['fromRange'](_0x3e3676['createRangeOn'](_0x355804));}const _0x2954d0=Array['from'](_0x5d7f66['getAttributes']())['filter'](([_0xe4c445])=>Oe['includes'](_0xe4c445));_0x2ad1bf['cells']['push']({'element':_0x43f570,'attributes':_0x2954d0['length']?Object['fromEntries'](_0x2954d0):null}),_0xc4e9e4&&_0x2ad1bf['insertionRanges']['push'](_0xc4e9e4),_0x4cfd8b&&_0x2ad1bf['deletionRanges']['push'](_0x4cfd8b);},{'priority':'high'}),_0x53abfa['on']('insertColumns',(_0x4e767d,_0x528116)=>{const [_0x1058a0,_0x191559={}]=_0x528116;if(!_0x2ad1bf)return;const _0x313820=_0x191559['at']||0x0,_0x3e8f11=_0x191559['columns']||0x1;_0x2ad1bf['columnInsertionIndexes']=new Array(_0x3e8f11)['fill'](_0x313820)['map']((_0x1f0455,_0x5ab48a)=>_0x1f0455+_0x5ab48a);for(const {cell:_0x39b8d1}of _0x53abfa['createTableWalker'](_0x1058a0,{'startColumn':_0x313820,'endColumn':_0x313820+_0x3e8f11-0x1}))_0x2ad1bf['columnInsertionRanges']['push'](_0x4734c9['model']['createRangeOn'](_0x39b8d1));},{'priority':'low'}),_0x53abfa['on']('insertRows',(_0x2d6c91,_0x5d3c57)=>{const [_0x3a9cbe,_0x578770={}]=_0x5d3c57;if(!_0x2ad1bf)return;const _0x599a5e=_0x578770['at']||0x0,_0x3f5880=_0x578770['rows']||0x1;_0x2ad1bf['rowInsertionIndexes']=new Array(_0x3f5880)['fill'](_0x599a5e)['map']((_0x5e6b97,_0x5bba54)=>_0x5e6b97+_0x5bba54);for(const {cell:_0x3eef10}of _0x53abfa['createTableWalker'](_0x3a9cbe,{'startRow':_0x599a5e,'endRow':_0x599a5e+_0x3f5880-0x1}))_0x2ad1bf['rowInsertionRanges']['push'](_0x4734c9['model']['createRangeOn'](_0x3eef10));},{'priority':'low'}),_0x1056be['descriptionFactory']['registerDescriptionCallback'](_0x5d7eec=>{if(_0x5d7eec['subType']&&_0x5d7eec['subType']['startsWith']('tablePaste'))return _0x5d7eec['previous']?{}:{'type':'insertion','content':c(_0x4734c9['locale'],'*Replace\x20table\x20cells*')};});const _0xca299=()=>!0x1;for(const _0x5ce3a0 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x1056be['_suggestionFactory']['registerCustomCallback']('insertion',_0x5ce3a0,'join',_0xca299),_0x1056be['_suggestionFactory']['registerCustomCallback']('deletion',_0x5ce3a0,'join',_0xca299),_0x1056be['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x5ce3a0,'join',_0xca299);_0x1056be['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0xca299),_0x1056be['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x4f4007,_0x406c5b,_0x5c6495)=>{const _0x42a37e=_0x4f4007['map'](_0x57bef0=>_0x57bef0['getContainedElement']())['filter'](_0x551902=>_0x551902),_0x1cefd9=new Map(_0x42a37e['map'](_0xc1cc1d=>[_0xc1cc1d,null]));if(_0x2ad1bf){for(const {element:_0x480e67,attributes:_0x3b31ef}of _0x2ad1bf['cells'])_0x3b31ef&&_0x1cefd9['set'](_0x480e67,_0x3b31ef);}else{if(_0x5c6495&&_0x5c6495['markerAttributes'])for(const [_0x2d6a22,_0x4e70cf]of Object['entries'](_0x5c6495['markerAttributes'])){const _0x46de36=_0x4734c9['model']['markers']['get'](_0x2d6a22),_0x7d5e15=_0x46de36?_0x46de36['getRange']()['getContainedElement']():null;_0x7d5e15&&_0x1cefd9['set'](_0x7d5e15,_0x4e70cf);}}_0x4734c9['model']['change'](_0x3b199e=>{for(const [_0x236779,_0x15ad0e]of _0x1cefd9)_0x3b199e['setAttributes']({...Ue,..._0x15ad0e},_0x236779);});});const _0x4ddfcf=(_0x1a3337,_0x4cafce)=>{_0x1056be['_suggestionFactory']['registerCustomCallback'](_0x1a3337,'tablePaste',_0x4cafce,(_0x2fce58,_0x164b50,_0x49208e)=>{_0x4734c9['model']['change'](_0x4b3891=>{const _0x345134=[];for(const _0x57be52 of _0x2fce58){const _0x29fc37=_0x57be52['start']['nodeAfter'];_0x29fc37['is']('element','tableCellSuggestion')&&_0x345134['push'](_0x29fc37);}_0x1056be['_suggestionFactory']['getSuggestionCallback'](_0x1a3337,null,_0x4cafce)(_0x2fce58,_0x164b50,_0x49208e);for(const _0x44eaef of _0x345134)'$graveyard'!=_0x44eaef['root']['rootName']&&_0x4b3891['unwrap'](_0x44eaef);});});};_0x4ddfcf('insertion','accept'),_0x4ddfcf('insertion','discard'),_0x4ddfcf('deletion','accept'),_0x4ddfcf('deletion','discard'),_0x1056be['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x468b46=>{const _0x24a9f2=_0x468b46['map'](_0x3255e7=>_0x3255e7['getContainedElement']()),_0x44691e=_0x24a9f2[0x0]['findAncestor']('table'),{minRow:_0x3b7a91,maxRow:_0x8ca375}=_0x5a1acf['_getCoordsForCells'](_0x24a9f2);_0x53abfa['removeRows'](_0x44691e,{'at':_0x3b7a91,'rows':_0x8ca375-_0x3b7a91+0x1});}),_0x1056be['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x3e5d1d=>{const _0x571dc3=_0x3e5d1d['map'](_0x411a85=>_0x411a85['getContainedElement']()),_0x49b600=_0x571dc3[0x0]['findAncestor']('table'),{minColumn:_0xe69a2b,maxColumn:_0x5f5b6f}=_0x5a1acf['_getCoordsForCells'](_0x571dc3);_0x53abfa['removeColumns'](_0x49b600,{'at':_0xe69a2b,'columns':_0x5f5b6f-_0xe69a2b+0x1});});const _0x890046=(_0x7dc271,_0x36a249)=>{if(!_0x36a249['subType']||!_0x36a249['subType']['startsWith']('tablePaste'))return;const _0x37a503=_0x36a249['attributes']['tablePasteChainId'],_0x3f9f31=_0x1056be['getSuggestions']()['filter'](_0x112c80=>_0x112c80['isInContent']&&_0x112c80['attributes']&&_0x112c80['attributes']['tablePasteChainId']==_0x37a503);_0x3f9f31['length']&&_0x36a249['getAllAdjacentSuggestions']()['length']!=_0x3f9f31['length']&&_0x3f9f31['reduce']((_0x348bde,_0x351e09)=>(_0x348bde['next']=_0x351e09,_0x351e09['previous']=_0x348bde,_0x351e09));};function _0x26bece(_0x38625c,_0x4e0260=!0x0){const {id:_0x154a48,authorId:_0x4e817c}=_0x1056be['_splitMarkerName'](_0x38625c['markerName']),_0x3e6a24=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x43ece0=_0x1056be['activeMarkers']['includes'](_0x38625c['markerName']);return _0x43ece0&&_0x3e6a24['push']('ck-suggestion-marker--active'),{'classes':_0x3e6a24,'attributes':{'data-suggestion':_0x154a48,'data-author-id':_0x4e817c},'priority':_0x43ece0&&_0x4e0260?0xbc2:0xbb8};}_0x1056be['on']('suggestionLoaded',_0x890046,{'priority':'high'}),_0x1056be['on']('suggestionUnloaded',_0x890046,{'priority':'high'}),_0x4734c9['model']['document']['registerPostFixer'](()=>{let _0x3c2661=!0x1;const _0x270ff3=Array['from'](_0x4734c9['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x41305b,data:_0xd52d48}of _0x270ff3){const {group:_0x3e1060,type:_0x225653,id:_0x51b69e}=_0x1056be['_splitMarkerName'](_0x41305b);if('suggestion'!=_0x3e1060||'deletion'!=_0x225653||_0xd52d48['oldRange'])continue;if(!_0x1056be['hasSuggestion'](_0x51b69e))continue;const _0x5cba9f=_0x1056be['getSuggestion'](_0x51b69e)['getRanges'](),_0x2c821d=_0x4734c9['plugins']['get']('Users')['me'];for(const _0x2f451c of _0x1056be['getSuggestions']()){if(!_0x2f451c['isInContent']||_0x2f451c['author']!=_0x2c821d)continue;if('formatBlock'!=_0x2f451c['type']||'tablePasteCell'!=_0x2f451c['subType'])continue;if(_0x2f451c['getRanges']()['every'](_0x565da5=>_0x5cba9f['some'](_0x3f7dc6=>_0x3f7dc6['containsRange'](_0x565da5,!0x0)))){for(const _0x1c15f2 of _0x2f451c['getAllAdjacentSuggestions']())_0x1c15f2['isInContent']&&(_0x1c15f2['discard'](),_0x3c2661=!0x0);}}}return _0x3c2661;}),_0x4734c9['model']['document']['registerPostFixer'](_0x3b653c=>{const _0x1e587d=_0x4734c9['commands']['get']('redo');if(!_0x1e587d||!_0x1e587d['_createdBatches']['has'](_0x3b653c['batch']))return!0x1;let _0x59dd83=!0x1;const _0x2ac574=_0x4734c9['plugins']['get']('Users')['me'],_0x4eeb08=_0x4734c9['model']['document']['differ']['getChanges'](),_0x2a9e88=Array['from'](_0x4734c9['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x2a906d,data:_0x219017})=>{const {group:_0x5cbdf9,subType:_0x54e97d,authorId:_0x556a3d}=_0x1056be['_splitMarkerName'](_0x2a906d);return'suggestion'==_0x5cbdf9&&'tablePaste'==_0x54e97d&&_0x556a3d==_0x2ac574['id']&&!_0x219017['oldRange'];});for(const _0x358d3f of _0x4eeb08){if('insert'!=_0x358d3f['type']||'tableCellSuggestion'!=_0x358d3f['name']||0x1!=_0x358d3f['length'])continue;const _0x473de8=_0x3b653c['createRange'](_0x358d3f['position'],_0x358d3f['position']['getShiftedBy'](0x1));if(!_0x2a9e88['find'](({data:_0xeaf4b9})=>_0xeaf4b9['newRange']['isEqual'](_0x473de8))){for(const {name:_0x1c3102,data:_0x18ecd3}of _0x2a9e88)if(_0x473de8['containsRange'](_0x18ecd3['newRange'])){_0x3b653c['updateMarker'](_0x1c3102,{'range':_0x473de8}),_0x59dd83=!0x0;break;}}}return _0x59dd83;}),_0x4734c9['model']['document']['registerPostFixer'](_0x4bc63f=>{let _0x31a073=!0x1;const _0x4d2368=_0x4734c9['plugins']['get']('Users')['me'],_0x61bdea=_0x1056be['getSuggestions']()['filter'](_0x1b88c3=>_0x1b88c3['isInContent']&&_0x1b88c3['author']==_0x4d2368),_0x5245fd=new Set(),_0x57b00c=new Set();for(const _0x3f5478 of _0x61bdea)if('tablePaste'==_0x3f5478['subType'])for(const _0x6f5b41 of _0x3f5478['getMarkers']()){const _0x3a43ab=_0x6f5b41['getRange']()['getContainedElement']();if(_0x3a43ab){if(_0x3a43ab['is']('element','tableCellSuggestion')&&De(_0x3a43ab)){_0x3f5478['removeMarker'](_0x6f5b41['name']),_0x5245fd['add'](_0x3a43ab),_0x31a073=!0x0;const _0x1324ae=_0x3a43ab['nextSibling'],_0xae6b78=_0x3a43ab['previousSibling'],_0x49ff52=_0x1324ae&&_0x1324ae['is']('element','tableCellSuggestion'),_0x11c0ab=_0xae6b78&&_0xae6b78['is']('element','tableCellSuggestion');_0x49ff52&&!_0x5245fd['has'](_0x1324ae)&&_0x57b00c['add'](_0x1324ae),_0x11c0ab&&!_0x5245fd['has'](_0xae6b78)&&_0x57b00c['add'](_0xae6b78);}else _0x3a43ab['is']('element','paragraph')&&_0x3a43ab['isEmpty']&&(_0x3f5478['removeMarker'](_0x6f5b41['name']),_0x31a073=!0x0);}}else{if('tablePasteCell'==_0x3f5478['subType']){if(!_0x3f5478['attributes']||!_0x3f5478['attributes']['tablePasteChainId'])continue;const _0x397a88=_0x3f5478['attributes']['markerAttributes'];if(_0x397a88&&Object['keys'](_0x397a88)['length'])continue;const _0x10857e=_0x3f5478['attributes']['tablePasteChainId'];let _0x40b7db=!0x0,_0xdc66cb=!0x0;for(const _0x48e738 of _0x61bdea)if(_0x48e738['subType']&&_0x48e738['subType']['startsWith']('tablePaste')){if(!_0x48e738['attributes']['tablePasteChainId']){_0xdc66cb=!0x1;break;}if(_0x48e738['id']!=_0x3f5478['id']&&_0x48e738['attributes']['tablePasteChainId']==_0x10857e){_0x40b7db=!0x1;break;}}_0xdc66cb&&_0x40b7db&&(_0x3f5478['removeMarkers'](),_0x31a073=!0x0);}}for(const _0x5b1c91 of _0x5245fd)_0x4bc63f['remove'](_0x5b1c91);for(const _0x4c1ea9 of _0x57b00c)_0x4bc63f['unwrap'](_0x4c1ea9);return _0x31a073;}),_0x4734c9['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x14a511=>_0x26bece(_0x14a511),'converterPriority':'high'}),_0x4734c9['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0xef30e1,_0x806820)=>_0x806820['options']['showSuggestionHighlights']?_0x26bece(_0xef30e1,!0x1):null,'converterPriority':'high'});const _0x383214=_0x4734c9['editing']['view'];this['listenTo'](_0x383214['document'],'clipboardOutput',(_0x5aeaeb,_0x46f7e9)=>{const _0x3b36e1=[];for(const _0x1fc60a of _0x383214['createRangeIn'](_0x46f7e9['content'])['getItems']())_0x1fc60a['is']('element','suggestion-td')&&_0x3b36e1['push'](_0x1fc60a);_0x383214['change'](_0x5681e1=>{for(const _0x48d7c0 of _0x3b36e1)_0x5681e1['move'](_0x5681e1['createRangeIn'](_0x48d7c0),_0x5681e1['createPositionBefore'](_0x48d7c0)),_0x5681e1['remove'](_0x48d7c0);});});}}function De(_0x4fd7c9){if(_0x4fd7c9['isEmpty'])return!0x0;const _0x519012=_0x4fd7c9['getChild'](0x0);return _0x519012['is']('element','paragraph')&&_0x519012['isEmpty'];}function He(_0x27831d,_0x472f93={},_0x1cf5f0){for(const {isAnchor:_0x2ebc4d,cellHeight:_0xfbb485,cellWidth:_0x2b5cf6}of _0x1cf5f0['createTableWalker'](_0x27831d,{'includeAllSlots':!0x0,..._0x472f93}))if(!_0x2ebc4d||0x1!=_0xfbb485||0x1!=_0x2b5cf6)return!0x1;return!0x0;}class Bt extends _0x3b7b17{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x123fa5=this['editor']['plugins']['get']('TrackChangesEditing');_0x123fa5['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x123fa5['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x123fa5['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x123fa5['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x123fa5['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x123fa5['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x35c0db,_0x470b04){const _0x23f5d0=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4aa73f=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x5bc36b=_0x470b04['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x4ebc39=_0x4aa73f['getColumnGroupElement'](_0x5bc36b);let _0x3a332c=_0x4ebc39?_0x4aa73f['getTableColumnsWidths'](_0x4ebc39):null,_0x589ac1=_0x5bc36b['getAttribute']('tableWidth')||null;const _0x1d7cdf=_0x470b04['tableWidth']||_0x589ac1,_0x2adce6=_0x470b04['columnWidths']||_0x3a332c,_0x11a0aa=this['editor']['plugins']['get']('Users')['me'];for(const _0x439db9 of _0x23f5d0['getSuggestions']()){const _0x255f13=_0x439db9['getContainedElement']();if('resizeTable'===_0x439db9['subType']&&_0x255f13===_0x5bc36b){_0x439db9['author']!==_0x11a0aa&&_0x439db9['discard']();const _0x76979c=_0x439db9['data']['commandParams'];_0x589ac1=_0x76979c[0x0]['tableWidth'],_0x3a332c=_0x76979c[0x0]['columnWidths'];break;}}_0x35c0db({'table':_0x5bc36b,'tableWidth':_0x1d7cdf,'columnWidths':_0x2adce6}),_0x23f5d0['markBlockFormat'](_0x5bc36b,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x589ac1,'columnWidths':_0x3a332c}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x4d74a7){if('formatBlock'!=_0x4d74a7['type']&&'formatInline'!=_0x4d74a7['type'])return;const {data:_0x12824f}=_0x4d74a7;if(_0x12824f&&'resizeTable'===_0x12824f['formatGroupId']){const _0x25f325='*Format:*\x20resize\x20table';return{'type':'format','content':c(this['editor']['locale'],_0x25f325)};}}}class xt extends _0x3b7b17{['afterInit'](){const _0x422fb9=this['editor'];_0x422fb9['plugins']['has']('Template')&&_0x422fb9['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Ot extends _0x3b7b17{['afterInit'](){const _0x13c897=this['editor'];if(!_0x13c897['commands']['get']('insertTableOfContents'))return;_0x13c897['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x10453f=_0x13c897['plugins']['get']('TrackChangesEditing'),_0x2cbb4b=_0x13c897['locale'];_0x10453f['descriptionFactory']['registerElementLabel']('tableOfContents',_0x4f07d8=>c(_0x2cbb4b,'ELEMENT_TABLE_OF_CONTENTS',_0x4f07d8));}}class Rt extends _0x3b7b17{['afterInit'](){const _0x4845eb=this['editor'];if(!_0x4845eb['plugins']['has']('Title'))return;const _0x52be4d=_0x4845eb['plugins']['get']('TrackChangesEditing');_0x52be4d['descriptionFactory']['registerElementLabel']('title-content',()=>c(_0x4845eb['locale'],'ELEMENT_TITLE')),_0x4845eb['model']['document']['registerPostFixer'](_0x1384cf=>{let _0x4b092b=!0x1;const _0x4eeef1=Array['from'](_0x4845eb['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x51dd94,data:_0xb5687c}of _0x4eeef1){const {group:_0x4d67f2}=_0x52be4d['_splitMarkerName'](_0x51dd94);if('suggestion'!==_0x4d67f2||!_0xb5687c['newRange'])continue;const _0x220bcf=_0xb5687c['newRange'],_0x3aec95=_0x220bcf['end']['nodeBefore'];if(!_0x3aec95||!_0x3aec95['is']('element','title-content'))continue;if(!_0x220bcf['start']['isTouching'](_0x220bcf['end']))continue;const _0xbde7a0=_0x4845eb['model']['schema']['getNearestSelectionRange'](_0x220bcf['end'],'forward');if(_0xbde7a0&&_0xbde7a0['isCollapsed']){const _0x44b711=_0x1384cf['createRange'](_0x220bcf['start'],_0xbde7a0['start']);_0x44b711['isEqual'](_0x220bcf)||(_0x1384cf['updateMarker'](_0x51dd94,{'range':_0x44b711}),_0x4b092b=!0x0);}_0x4b092b||(_0x1384cf['removeMarker'](_0x51dd94),_0x4b092b=!0x0);}return _0x4b092b;});}}class Tt extends _0x3b7b17{['afterInit'](){const _0x15542f=this['editor'],_0x170f32=_0x15542f['plugins']['get']('TrackChangesEditing');_0x15542f['plugins']['has']('Uploadcare')&&(_0x170f32['enableCommand']('uploadcare'),_0x15542f['plugins']['has']('UploadcareImageEdit')&&(_0x170f32['enableCommand']('uploadcareImageEdit'),_0x170f32['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x170f32['registerBlockAttribute']('uploadcareImageId'),_0x170f32['descriptionFactory']['registerDescriptionCallback'](_0x3a3786=>{if('attribute'!=_0x3a3786['type'])return;const {data:_0x144587}=_0x3a3786;return _0x144587&&'uploadcareImageId'==_0x144587['key']?{'type':'format','content':''}:void 0x0;})));}}class Et extends _0x3b7b17{['afterInit'](){const _0x268296=this['editor'],_0x20b5e1=_0x268296['plugins']['get']('TrackChangesEditing');_0x268296['plugins']['has']('UndoEditing')&&(_0x20b5e1['enableCommand']('undo'),_0x20b5e1['enableCommand']('redo'));}}class Ut extends _0x3b7b17{static get['requires'](){return[Ct];}['afterInit'](){const _0x1bda12=this['editor'];if(!_0x1bda12['plugins']['has']('TableCaptionEditing'))return;_0x1bda12['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Vt extends _0x3b7b17{['tableProperties'];['tableCellProperties'];constructor(_0x758dc8){super(_0x758dc8),this['tableProperties']=['tableBorderColor','tableBorderStyle','tableBorderWidth','tableAlignment','tableWidth','tableHeight','tableBackgroundColor'],this['tableCellProperties']=['tableCellBorderColor','tableCellBorderStyle','tableCellBorderWidth','tableCellPadding','tableCellWidth','tableCellHeight','tableCellBackgroundColor','tableCellHorizontalAlignment','tableCellVerticalAlignment'];}static get['pluginName'](){return'TrackChangesTableProperties';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x4d7f13=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x40cb15 of this['tableProperties'])_0x4d7f13['enableCommand'](_0x40cb15,(_0x2274d2,_0x28d98f)=>{const _0x2c7170=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x40cb15,[_0x2c7170],this['tableProperties'],'tableProperties',_0x2274d2,_0x28d98f);});_0x4d7f13['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x4d7f13['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4d7f13['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x366c15,_0x27237a)=>this['handleDiscardAction'](this['tableProperties'],_0x366c15,_0x27237a)),_0x4d7f13['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x530df5 of this['tableCellProperties'])_0x4d7f13['enableCommand'](_0x530df5,(_0x212842,_0x554c1e)=>{const _0x118a57=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x530df5,_0x118a57,this['tableCellProperties'],'tableCellProperties',_0x212842,_0x554c1e);});_0x4d7f13['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x4d7f13['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x4d7f13['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x1ac928,_0x4706ba)=>this['handleDiscardAction'](this['tableCellProperties'],_0x1ac928,_0x4706ba)),_0x4d7f13['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x4d7f13['descriptionFactory']['registerDescriptionCallback'](_0x35a7e1=>this['handleSuggestionDescription'](_0x35a7e1));}['_handlePropertyChange'](_0x4580f9,_0x3339e1,_0x2dcd14,_0x2da40c,_0x204a6b,_0x5ab915){const _0x5278f8=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x5ab915['batch'],()=>{for(const _0x253c5a of _0x3339e1){if(this['_getSuggestion'](_0x253c5a,_0x2da40c))_0x204a6b(_0x5ab915);else{const _0x294d0f={};for(const _0x7d046b of _0x2dcd14){const _0x4e31a4=_0x253c5a['getAttribute'](_0x7d046b);void 0x0!==_0x4e31a4&&(_0x294d0f[_0x7d046b]=_0x4e31a4);}_0x204a6b(_0x5ab915),_0x5278f8['markBlockFormat'](_0x253c5a,{'commandParams':[_0x294d0f]},[],_0x2da40c);}}});}['handleDiscardAction'](_0x8823e4,_0x2d0f0e,_0x2720cf){const _0x107d27=_0x2d0f0e[0x0]['start']['nodeAfter'],_0xc55895=_0x2720cf['commandParams'][0x0];this['editor']['model']['change'](_0x4da23d=>{for(const _0x2df708 of _0x8823e4)void 0x0!==_0xc55895[_0x2df708]?_0x4da23d['setAttribute'](_0x2df708,_0xc55895[_0x2df708],_0x107d27):_0x4da23d['removeAttribute'](_0x2df708,_0x107d27);});}['handleSuggestionDescription'](_0x4f962f){if(_0x4f962f['data'])switch(_0x4f962f['subType']){case'tableProperties':return{'type':'format','content':c(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':c(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x558f4a,_0x5e8e3f){const _0x41fa4e=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x391395 of _0x41fa4e['getSuggestions']({'skipNotAttached':!0x0})){const _0x60dbac=_0x391395['getContainedElement']();if(_0x391395['subType']===_0x5e8e3f&&_0x60dbac===_0x558f4a)return _0x391395;}return null;}}const u='$elementName';class p extends _0x3b7b17{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;['_trackingSessionId']=null;static get['requires'](){return['CommentsRepository',_0x3f47f0,_0xd08589,U,V,F,G,L,K,J,H,q,z,X,Y,Z,tt,it,et,nt,st,ot,rt,ct,at,ut,ft,ht,lt,Q,wt,gt,W,Se,mt,pt,kt,bt,yt,St,jt,It,At,_t,vt,Ct,Nt,Dt,Ye,Ut,$t,Bt,Ot,Vt,xt,Rt,Tt,Et];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x53579c){super(_0x53579c),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x285d84,_0x4579fb,_0x15af3f,_0x1a3031)=>{this['_model']['change'](()=>{for(const _0x5e4be3 of[..._0x1a3031,..._0x15af3f])this['_model']['markers']['has'](_0x5e4be3)&&_0x53579c['editing']['reconvertMarker'](_0x5e4be3);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Pt(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x53579c['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,this['_blockAttributeKeys']=new Set([u]),this['_inlineAttributeKeys']=new Set(),_0x53579c['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x53579c['config']['get']('trackChanges.trackFormatChanges'),_0x53579c['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x53579c['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x53579c,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x4a3c09=this['editor'],_0x4de8b9=(_0x3fb9d4,_0x3d70c7)=>{if('attribute'!=_0x3fb9d4)return'ck-suggestion-marker-'+_0x3fb9d4;const _0x2a3533=_0x3d70c7['split']('|')[0x0];return this['_isBlockAttribute'](_0x2a3533)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x4a3c09['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x451583=>{const {id:_0x7ccf98,authorId:_0x5bf5b3,type:_0x55127e,subType:_0x32edea}=this['_splitMarkerName'](_0x451583['markerName']),_0x3475d9=['ck-suggestion-marker',_0x4de8b9(_0x55127e,_0x32edea)];let _0x2a0126=0xbb8;return this['activeMarkers']['includes'](_0x451583['markerName'])&&(_0x3475d9['push']('ck-suggestion-marker--active'),_0x2a0126=0xbc2),'deletion'==_0x55127e&&(_0x2a0126+=0x5),{'classes':_0x3475d9,'attributes':{'data-suggestion':_0x7ccf98,'data-author-id':_0x5bf5b3},'priority':_0x2a0126};}}),_0x4a3c09['conversion']['for']('dataDowncast')['add'](_0xef8168=>{_0xef8168['on']('addMarker:suggestion',(_0x3e50fc,_0x186794,_0x17154f)=>{if(!_0x17154f['options']['showSuggestionHighlights'])return;const _0x512074=_0x186794['item'];if(!_0x512074)return;const _0x4c133a=_0x17154f['mapper']['toViewElement'](_0x512074);_0x4a3c09['model']['schema']['isObject'](_0x512074)&&_0x4c133a&&!_0x4c133a['getCustomProperty']('widget')&&_0x4c133a['is']('containerElement')&&_0x19dbd2(_0x4c133a,_0x17154f['writer']);},{'priority':'high'});}),_0x4a3c09['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x2432c5,_0x2693db)=>{if(!_0x2693db['options']['showSuggestionHighlights'])return null;const {id:_0x1d31e8,authorId:_0xf4e122,type:_0x55ff62,subType:_0x305508}=this['_splitMarkerName'](_0x2432c5['markerName']);return{'classes':['ck-suggestion-marker',_0x4de8b9(_0x55ff62,_0x305508)],'priority':0xbb8,'attributes':{'data-suggestion':_0x1d31e8,'data-author-id':_0xf4e122}};}});const _0x425f43=({showActiveMarkers:_0x125890=!0x0,isAttributeSuggestion:_0x5494f5=!0x1}={})=>(_0x1d919a,_0x357b9b,_0x19038e)=>{if(!_0x357b9b['item'])return;const {id:_0x208604,authorId:_0x47130d}=this['_splitMarkerName'](_0x357b9b['markerName']);if(_0x5494f5){const _0xccf4da=this['_suggestions']['get'](_0x208604),_0x4573bd=this['_getAttributeKey'](_0xccf4da);if(!this['_isBlockAttribute'](_0x4573bd))return;}if(_0x357b9b['item']['is']('selection'))return void _0x19038e['consumable']['consume'](_0x357b9b['item'],_0x1d919a['name']);const _0x59e4e5=_0x19038e['mapper']['toViewElement'](_0x357b9b['item']);if(_0x357b9b['item']['is']('element')&&_0x4a3c09['model']['schema']['isBlock'](_0x357b9b['item'])&&!_0x59e4e5['getCustomProperty']('addHighlight')){_0x19038e['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x59e4e5),_0x19038e['writer']['setAttribute']('data-suggestion',_0x208604,_0x59e4e5),_0x19038e['writer']['setAttribute']('data-author-id',_0x47130d,_0x59e4e5),_0x19038e['mapper']['bindElementToMarker'](_0x59e4e5,_0x357b9b['markerName']),_0x125890&&(this['activeMarkers']['includes'](_0x357b9b['markerName'])?_0x19038e['writer']['addClass']('ck-suggestion-marker--active',_0x59e4e5):_0x19038e['writer']['removeClass']('ck-suggestion-marker--active',_0x59e4e5));for(const _0x462ce8 of _0x4a3c09['model']['createRangeIn'](_0x357b9b['item'])['getItems']())_0x19038e['consumable']['consume'](_0x462ce8,_0x1d919a['name']);_0x19038e['consumable']['consume'](_0x357b9b['item'],_0x1d919a['name']);}};_0x4a3c09['conversion']['for']('dataDowncast')['add'](_0x1b7a13=>{_0x1b7a13['on']('addMarker:suggestion:formatBlock',(_0x38396a,_0x2f0d10,_0x251fb2)=>{_0x251fb2['options']['showSuggestionHighlights']&&_0x425f43({'showActiveMarkers':!0x1})(_0x38396a,_0x2f0d10,_0x251fb2);},{'priority':'highest'});}),_0x4a3c09['conversion']['for']('dataDowncast')['add'](_0x533005=>{_0x533005['on']('addMarker:suggestion:attribute',(_0x4e906a,_0x11adca,_0x3e8e6d)=>{_0x3e8e6d['options']['showSuggestionHighlights']&&_0x425f43({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x4e906a,_0x11adca,_0x3e8e6d);},{'priority':'highest'});}),_0x4a3c09['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x3d0274,_0x745a16)=>{if(_0x745a16['options']['showSuggestionHighlights']){const {id:_0x221b96,authorId:_0x45e97c}=this['_splitMarkerName'](_0x3d0274);return _0x3d0274['includes'](':split')||_0x3d0274['includes'](':merge')?{'group':'suggestion','name':_0x3d0274['substr'](0xb),'attributes':{'data-suggestion':_0x221b96,'data-author-id':_0x45e97c}}:null;}return{'group':'suggestion','name':_0x3d0274['substr'](0xb)};}}),_0x4a3c09['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x4e519c,{writer:_0x569024})=>{let _0x5b41b8='suggestion:'+_0x4e519c['getAttribute']('suggestion-type')+':'+_0x4e519c['getAttribute']('id');return _0x4e519c['getAttribute']('marker-count')&&(_0x5b41b8+=':'+_0x4e519c['getAttribute']('marker-count')),_0x569024['createElement']('$marker',{'data-name':_0x5b41b8});}}),_0x4a3c09['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x4a3c09['conversion']['for']('editingDowncast')['add'](_0x32e6f8=>{_0x32e6f8['on']('addMarker:suggestion:formatBlock',_0x425f43(),{'priority':'high'});}),_0x4a3c09['conversion']['for']('editingDowncast')['add'](_0x1ba152=>{_0x1ba152['on']('addMarker:suggestion:attribute',_0x425f43({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x4a3c09['conversion']['for']('editingDowncast')['add'](_0x3c8d4e=>{_0x3c8d4e['on']('removeMarker:suggestion:formatBlock',(_0x316f23,_0xa376d4,_0x5820b8)=>{const _0x1c4f58=_0x5820b8['mapper']['markerNameToElements'](_0xa376d4['markerName']);if(_0x1c4f58){for(const _0x419655 of _0x1c4f58)_0x419655['getCustomProperty']('addHighlight')||(_0x5820b8['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x419655),_0x5820b8['writer']['removeAttribute']('data-suggestion',_0x419655),_0x5820b8['writer']['removeAttribute']('data-author-id',_0x419655),_0x5820b8['mapper']['unbindElementFromMarkerName'](_0x419655,_0xa376d4['markerName']));}},{'priority':'high'});}),_0x4a3c09['conversion']['for']('editingDowncast')['add'](_0x30b3ac=>{_0x30b3ac['on']('removeMarker:suggestion:attribute',(_0x1d6704,_0xcedb9e,_0x2e1ae2)=>{const _0x4f5884=_0x2e1ae2['mapper']['markerNameToElements'](_0xcedb9e['markerName']);if(!_0x4f5884)return;const {id:_0x38928c}=this['_splitMarkerName'](_0xcedb9e['markerName']),_0x1df73c=this['_suggestions']['get'](_0x38928c),_0x3e0538=this['_getAttributeKey'](_0x1df73c);if(this['_isBlockAttribute'](_0x3e0538)){for(const _0x4b6a6f of _0x4f5884)_0x4b6a6f['getCustomProperty']('addHighlight')||(_0x2e1ae2['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x4b6a6f),_0x2e1ae2['writer']['removeAttribute']('data-suggestion',_0x4b6a6f),_0x2e1ae2['writer']['removeAttribute']('data-author-id',_0x4b6a6f),_0x2e1ae2['mapper']['unbindElementFromMarkerName'](_0x4b6a6f,_0xcedb9e['markerName']));}},{'priority':'high'});}),_0x4a3c09['model']['document']['registerPostFixer'](_0x4ecb57=>{let _0x93c157=!0x1;const _0x436b60=Array['from'](_0x4a3c09['model']['document']['differ']['getChangedMarkers']()),_0x5ca275=new Set();for(const {name:_0x1aebdf,data:_0x209cf4}of _0x436b60){const {group:_0x382538,type:_0x310fe8,subType:_0x5c9f9d,id:_0x114a33}=this['_splitMarkerName'](_0x1aebdf);if('suggestion'!==_0x382538)continue;const _0x387af8=this['_suggestions']['get'](_0x114a33);if(null!=_0x209cf4['newRange']){'formatInline'==_0x310fe8&&(_0x93c157=_0x93c157||Jt(_0x209cf4['newRange'],_0x1aebdf,_0x4ecb57,_0x4a3c09['model']['schema']));const _0x32f169='attribute'==_0x310fe8&&this['_isBlockAttribute'](_0x5c9f9d['split']('|')[0x0]);if(_0x209cf4['newRange']['isCollapsed']||'$graveyard'==_0x209cf4['newRange']['root']['rootName']||'formatBlock'==_0x310fe8&&!Ht(_0x209cf4['newRange'])||_0x32f169&&!Ht(_0x209cf4['newRange'])||'deletion'==_0x310fe8&&!qt(_0x209cf4['newRange']))_0x4ecb57['removeMarker'](_0x1aebdf),_0x93c157=!0x0;else{if(!_0x387af8||!_0x387af8['isInContent'])continue;if(_0x209cf4['newRange']&&_0x209cf4['oldRange']&&_0x209cf4['newRange']['isEqual'](_0x209cf4['oldRange']))continue;_0x5ca275['add'](_0x387af8);}}}return _0x5ca275['size']>0x0&&(_0x93c157=!!this['_joinWithAdjacentSuggestions'](_0x5ca275)||_0x93c157),_0x93c157;}),_0x4a3c09['model']['document']['registerPostFixer'](_0x52f830=>{let _0x241549=!0x1;for(const _0x2cdead of _0x4a3c09['model']['document']['differ']['getChanges']())if('insert'==_0x2cdead['type'])for(const _0x2e6ef6 of this['_suggestions']['values']()){if(_0x2e6ef6['isMultiRange']||!_0x2e6ef6['isInContent'])continue;const _0xe6d8ed='formatBlock'==_0x2e6ef6['type'],_0x5d2eda=this['_getAttributeKey'](_0x2e6ef6),_0x556156=_0x5d2eda&&this['_isBlockAttribute'](_0x5d2eda);if(!_0xe6d8ed&&!_0x556156)continue;const _0x1c734e=_0x2e6ef6['getFirstRange']();if(_0x1c734e['start']['parent']!=_0x1c734e['end']['parent']&&!_0x1c734e['end']['isAtEnd']){const _0x445c6b=_0x4a3c09['model']['createPositionAt'](_0x1c734e['start']['nodeAfter'],'end'),_0x1ca3bb=_0x4a3c09['model']['createRange'](_0x1c734e['start'],_0x445c6b);_0x52f830['updateMarker'](_0x2e6ef6['getFirstMarker'](),{'range':_0x1ca3bb}),_0x241549=!0x0;}}return _0x241549;}),_0x4a3c09['model']['document']['registerPostFixer'](_0x49f0e7=>this['_processAttributeChanges'](_0x49f0e7)),_0x4a3c09['model']['document']['registerPostFixer'](_0x38cd17=>!_0x38cd17['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x38cd17)),_0x4a3c09['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x4a3c09['model']['document']['on']('change:data',(_0x599db1,_0x3693de)=>{if(!_0x3693de['isLocal']||_0x3693de['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0xd2d758=_0x4a3c09['model']['document']['differ']['getChanges']();if(0x0==_0xd2d758['length'])return;const _0xbd9902=[],_0x306c4b=_0xd2d758['filter'](_0x216ee0=>'attribute'==_0x216ee0['type']),_0x542f9d=_0xd2d758['filter'](_0x165fc4=>'insert'==_0x165fc4['type']&&'$text'!=_0x165fc4['name']);for(const _0x59bc5e of _0x306c4b)this['_isRegisteredAttribute'](_0x59bc5e['attributeKey'])&&_0xbd9902['push']({'key':_0x59bc5e['attributeKey'],'newValue':_0x59bc5e['attributeNewValue'],'oldValue':_0x59bc5e['attributeOldValue'],'range':zt(_0x59bc5e['range'],_0x4a3c09['model'])});for(const _0x2e5410 of _0x542f9d){if('rename'!=_0x2e5410['action']&&'refresh'!=_0x2e5410['action'])continue;const _0x31a539=Wt(_0x2e5410['position']['nodeAfter'],_0x4a3c09['model']),_0x1afb45=_0x2e5410['before'];'rename'==_0x2e5410['action']&&_0xbd9902['push']({'key':u,'newValue':_0x2e5410['name'],'oldValue':_0x1afb45['name'],'range':_0x31a539});for(const [_0x50b3a5,_0x227ea9]of _0x1afb45['attributes']){if(!this['_isRegisteredAttribute'](_0x50b3a5))continue;const _0x5a2533=_0x2e5410['attributes']['get'](_0x50b3a5);_0x227ea9!==_0x5a2533&&_0xbd9902['push']({'key':_0x50b3a5,'newValue':_0x5a2533,'oldValue':_0x227ea9,'range':_0x31a539});}for(const [_0x1f82bd,_0x594731]of _0x2e5410['attributes'])this['_isRegisteredAttribute'](_0x1f82bd)&&(_0x1afb45['attributes']['has'](_0x1f82bd)||_0xbd9902['push']({'key':_0x1f82bd,'newValue':_0x594731,'oldValue':null,'range':_0x31a539}));}0x0!=_0xbd9902['length']&&_0x4a3c09['model']['enqueueChange'](_0x3693de,_0x2ad074=>{const _0x53ea7f=_0x145d91();for(const {range:_0x3bd489,key:_0x258f82,oldValue:_0xbc481,newValue:_0x3a0148}of _0xbd9902)this['markAttributeChange'](_0x3bd489,_0x258f82,_0xbc481,_0x3a0148,{'groupId':_0x53ea7f});this['_reduceExistingSuggestions'](_0x2ad074,_0xbd9902);});},{'priority':'lowest'}),_0x4a3c09['model']['markers']['on']('update:suggestion',(_0x561943,_0x5a2aa9,_0x35e1c1)=>{if(null==_0x35e1c1){const {id:_0x5da9f8}=this['_splitMarkerName'](_0x5a2aa9['name']),_0xafc4ae=this['_suggestions']['get'](_0x5da9f8);_0xafc4ae&&_0xafc4ae['addMarkerName'](_0x5a2aa9['name']);}}),_0x4a3c09['model']['document']['on']('change:data',()=>{const _0x32f0e9=Array['from'](_0x4a3c09['model']['document']['differ']['getChangedMarkers']())['filter'](_0x2b2fc7=>'suggestion'===this['_splitMarkerName'](_0x2b2fc7['name'])['group']);if(0x0===_0x32f0e9['length'])return;_0x32f0e9['sort']((_0x3c43bd,_0x525825)=>{const _0x196a78=_0x3c43bd['data']['oldRange'],_0x103b85=_0x525825['data']['oldRange'];return null===_0x196a78&&null===_0x103b85?0x0:null===_0x196a78&&null!==_0x103b85?-0x1:null!==_0x196a78&&null===_0x103b85?0x1:_0x196a78['start']['isBefore'](_0x103b85['start'])?-0x1:0x1;});const _0x40bc8c=new Set(),_0x1b30ef=new Set();for(const {name:_0x2527a3,data:_0x346b00}of _0x32f0e9){const {id:_0x1f317}=this['_splitMarkerName'](_0x2527a3);if(null===_0x346b00['oldRange']){const _0x30105a=this['_handleNewSuggestionMarker'](_0x2527a3);_0x1b30ef['add'](_0x30105a);}else{const _0x5ead98=this['_suggestions']['get'](_0x1f317);null!==_0x346b00['newRange']||_0x5ead98['isInContent']?(_0x40bc8c['add'](_0x5ead98['head']),_0x1b30ef['add'](_0x5ead98)):this['_removeSuggestion'](_0x5ead98);}}_0x1b30ef['size']>0x0&&this['_refreshSuggestionsChain'](_0x1b30ef);for(const _0x20a652 of _0x40bc8c)this['fire']('suggestionChanged',_0x20a652);}),_0x4a3c09['model']['on']('applyOperation',(_0x2b7f04,_0x239a2f)=>{const _0x5c8a3d=_0x239a2f[0x0];if(!this['_suggestions']['size'])return;if(!_0x5c8a3d['isDocumentOperation'])return;if(_0x5c8a3d['batch']['isUndo']||!_0x5c8a3d['batch']['isLocal'])return;let _0x1eae9f,_0x189792;switch(_0x5c8a3d['type']){case'insert':_0x1eae9f=_0x4a3c09['model']['createPositionAt'](_0x5c8a3d['position']),_0x189792=_0x1eae9f['getShiftedBy'](_0x5c8a3d['howMany']);break;case'split':_0x1eae9f=_0x4a3c09['model']['createPositionAt'](_0x5c8a3d['splitPosition']),_0x189792=_0x4a3c09['model']['createPositionAt'](_0x5c8a3d['moveTargetPosition']);break;case'move':_0x1eae9f=_0x4a3c09['model']['createPositionAt'](_0x5c8a3d['targetPosition']),_0x189792=_0x1eae9f['getShiftedBy'](_0x5c8a3d['howMany']);break;default:return;}const _0x407697=_0x4a3c09['model']['createRange'](_0x1eae9f,_0x189792);_0x4a3c09['model']['change'](()=>{for(const {suggestion:_0x4aa7e5,meta:_0x4bd882}of this['_findSuggestions'](_0x407697)){if(_0x4aa7e5['isMultiRange'])continue;if('formatInline'==_0x4aa7e5['type'])continue;const _0xff5fcb=this['_getAttributeKey'](_0x4aa7e5);if(_0xff5fcb&&this['_isBlockAttribute'](_0xff5fcb)&&'split'!=_0x5c8a3d['type'])continue;const _0x37da9c=_0x4aa7e5['data']&&_0x4aa7e5['data']['multipleBlocks'];('formatBlock'!=_0x4aa7e5['type']||'split'==_0x5c8a3d['type']&&!_0x37da9c)&&(_0x4bd882['containsRangeInObject']||'insertion'==_0x4aa7e5['type']&&_0x4bd882['isOwn']||_0x4aa7e5['getFirstRange']()['containsRange'](_0x407697)&&this['_breakSuggestionMarker'](_0x4aa7e5,_0x1eae9f,_0x189792));}});},{'priority':'lowest'}),_0x4a3c09['model']['on']('deleteContent',(_0x5b9b4a,_0x136acb)=>{const _0x416345=_0x136acb[0x0],_0x1c8ead=_0x136acb[0x1];if(_0x1c8ead&&_0x1c8ead['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x416345['isCollapsed'])return;const _0x514c5d=_0x4a3c09['model']['schema'],{start:_0x4f6504,end:_0x261194}=_0x416345['getFirstRange'](),_0xdfa738=_0x4f6504['nodeAfter']&&_0x514c5d['isLimit'](_0x4f6504['nodeAfter'])?null:_0x514c5d['getNearestSelectionRange'](_0x4f6504,'forward'),_0x4a0ac2=_0x261194['nodeBefore']&&_0x514c5d['isLimit'](_0x261194['nodeBefore'])?null:_0x514c5d['getNearestSelectionRange'](_0x261194,'backward'),_0x197944=_0x4a3c09['model']['createRange'](_0xdfa738?_0xdfa738['start']:_0x4f6504,_0x4a0ac2?_0x4a0ac2['end']:_0x261194);_0x4a3c09['model']['change'](_0x394f5c=>{this['markDeletion'](_0x197944);const _0x5ecc94=_0x4a3c09['model']['schema']['getNearestSelectionRange'](_0x197944['start']);_0x416345['is']('documentSelection')?_0x394f5c['setSelection'](_0x5ecc94):_0x416345['setTo'](_0x5ecc94);}),_0x5b9b4a['stop']();},{'priority':_0x2a48aa['normal']+0xa}),_0x4a3c09['model']['on']('insertContent',(_0x141384,_0x13bab8)=>{const _0x53b34=_0x13bab8[_0x13bab8['length']-0x1];_0x53b34&&_0x53b34['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x4a3c09['model']['change'](()=>{let _0x378f2a=_0x4a3c09['model']['insertContent'](_0x13bab8[0x0],_0x13bab8[0x1],_0x13bab8[0x2],{'forceDefaultExecution':!0x0});if(!_0x378f2a)return;_0x141384['return']=_0x378f2a['clone']();const _0xc6b498=_0x378f2a['end']['nodeBefore'],_0x4414ff=_0x4a3c09['model']['schema'];_0xc6b498&&_0x4414ff['isBlock'](_0xc6b498)&&!_0x4414ff['isObject'](_0xc6b498)&&(_0x378f2a=_0x4a3c09['model']['createRange'](_0x378f2a['start'],_0x4a3c09['model']['createPositionAt'](_0xc6b498,'end'))),this['markInsertion'](_0x378f2a);}),_0x141384['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x429ae7=new x(_0x4a3c09,this['_suggestions']);_0x4a3c09['commands']['add']('acceptSuggestion',_0x429ae7),this['enableCommand']('acceptSuggestion');const _0x31554f=new O(_0x4a3c09,this['_suggestions']);_0x4a3c09['commands']['add']('discardSuggestion',_0x31554f),this['enableCommand']('discardSuggestion'),_0x4a3c09['commands']['add']('acceptAllSuggestions',new R(_0x4a3c09,_0x429ae7,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x4a3c09['commands']['add']('discardAllSuggestions',new R(_0x4a3c09,_0x31554f,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x4a3c09['commands']['add']('acceptSelectedSuggestions',new E(_0x4a3c09,_0x429ae7,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x4a3c09['commands']['add']('discardSelectedSuggestions',new E(_0x4a3c09,_0x31554f,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x131a7b=_0x4a3c09['plugins']['get']('CommentsRepository');this['listenTo'](_0x131a7b,'addComment',(_0x21cf05,{threadId:_0x1b7661})=>{const _0x29ab9c=this['_suggestions']['get'](_0x1b7661);_0x29ab9c&&_0x29ab9c['commentThread']&&0x1===_0x29ab9c['commentThread']['length']&&this['_updateSuggestionData'](_0x1b7661,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x131a7b,'removeComment',(_0x286aa5,{threadId:_0x1758f8})=>{const _0x368391=this['_suggestions']['get'](_0x1758f8);_0x368391&&_0x368391['commentThread']&&!_0x368391['commentThread']['length']&&this['_updateSuggestionData'](_0x1758f8,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x265a43){const _0x3c1ca6=_0x166b9e([0x37,0x52,0x49,0x58,0x6c,0x77,0x75,0x4c,0x65,0x51,0x41,0x7a,0x47,0x32,0x69,0x5a,0x4d,0x59,0x71,0x36,0x30,0x6f,0x42,0x62,0x46,0x38,0x61,0x48,0x31,0x50,0x68,0x57,0x79,0x4a,0x34,0x53,0x78,0x74,0x54,0x76,0x6d,0x45,0x35,0x33,0x4b,0x43,0x55,0x63,0x73,0x6b,0x44,0x4e,0x72,0x56,0x67,0x66,0x6e,0x6a,0x39,0x4f,0x64,0x70]),_0xe2a920=0x126ab519,_0x411151=0x126dde29^_0xe2a920,_0x299c4a=window[_0x166b9e([0x44,0x61,0x74,0x65])][_0x166b9e([0x6e,0x6f,0x77])](),_0x453ef3=_0x265a43[_0x166b9e([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2756c8=new window[(_0x166b9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5a1eee=>{_0x453ef3[_0x166b9e([0x6f,0x6e,0x63,0x65])](_0x166b9e([0x72,0x65,0x61,0x64,0x79]),_0x5a1eee);}),_0x2c810c={[_0x166b9e([0x6b,0x74,0x79])]:_0x166b9e([0x45,0x43]),[_0x166b9e([0x75,0x73,0x65])]:_0x166b9e([0x73,0x69,0x67]),[_0x166b9e([0x63,0x72,0x76])]:_0x166b9e([0x50,0x2d,0x32,0x35,0x36]),[_0x166b9e([0x78])]:_0x166b9e([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x166b9e([0x79])]:_0x166b9e([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x166b9e([0x61,0x6c,0x67])]:_0x166b9e([0x45,0x53,0x32,0x35,0x36])},_0xd320af=_0x453ef3[_0x166b9e([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x166b9e([0x67,0x65,0x74])](_0x166b9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x315be3(){let _0x5d3a0f,_0x4170bc=null,_0x333de6=null;try{if(_0xd320af==_0x166b9e([0x47,0x50,0x4c]))return _0x166b9e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x5d3a0f=_0x274f05(),!_0x5d3a0f)return _0x166b9e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x5d3a0f[_0x166b9e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x333de6=_0x55b206(_0x5d3a0f[_0x166b9e([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x5d3a0f[_0x166b9e([0x6a,0x74,0x69])])),await _0x7dcf53()?_0x426d66()?_0x1017c7()?_0x166b9e([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x2678b5()?(_0x5d3a0f[_0x166b9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x166b9e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4170bc=_0x402751(_0x166b9e([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x5d3a0f[_0x166b9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x166b9e([0x74,0x72,0x69,0x61,0x6c])&&(_0x4170bc=_0x402751(_0x166b9e([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x134856()):_0x166b9e([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x166b9e([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x166b9e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x166b9e([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x1017c7(){const _0x20d65a=[_0x166b9e([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x166b9e([0x74,0x72,0x69,0x61,0x6c])][_0x166b9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x5d3a0f[_0x166b9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x299c4a/0x3e8:0xe10*_0x411151;return _0x5d3a0f[_0x166b9e([0x65,0x78,0x70])]<_0x20d65a;}function _0x426d66(){const _0x369f74=_0x5d3a0f[_0x166b9e([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x369f74)return!0x1;if(_0x369f74[_0x166b9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x166b9e([0x2a])))return!0x0;if(_0x369f74[_0x166b9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x166b9e([0x54,0x43])))return!0x0;if(_0x369f74[_0x166b9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x166b9e([0x52,0x54,0x43]))){if(_0x32e386())return!0x0;if(_0x413c78()||_0x28808f())return!0x0;}return!0x1;}function _0x2678b5(){const _0x459fd3=_0x5d3a0f[_0x166b9e([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x459fd3||0x0==_0x459fd3[_0x166b9e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x437c6c}=new URL(window[_0x166b9e([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x459fd3[_0x166b9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x437c6c))return!0x0;const _0x15886c=_0x437c6c[_0x166b9e([0x73,0x70,0x6c,0x69,0x74])](_0x166b9e([0x2e]));return _0x459fd3[_0x166b9e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3432b1=>_0x3432b1[_0x166b9e([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x166b9e([0x2a])))[_0x166b9e([0x6d,0x61,0x70])](_0x2965f9=>_0x2965f9[_0x166b9e([0x73,0x70,0x6c,0x69,0x74])](_0x166b9e([0x2e])))[_0x166b9e([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x2f6612=>_0x2f6612[_0x166b9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0x15886c[_0x166b9e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x166b9e([0x6d,0x61,0x70])](_0x1ca2c0=>Array(_0x15886c[_0x166b9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x1ca2c0[_0x166b9e([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x166b9e([0x66,0x69,0x6c,0x6c])](_0x1ca2c0[0x0]===_0x166b9e([0x2a])?_0x166b9e([0x2a]):'')[_0x166b9e([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x1ca2c0))[_0x166b9e([0x73,0x6f,0x6d,0x65])](_0x31f3ac=>_0x15886c[_0x166b9e([0x65,0x76,0x65,0x72,0x79])]((_0x1b31c6,_0x59534a)=>_0x31f3ac[_0x59534a]===_0x1b31c6||_0x31f3ac[_0x59534a]===_0x166b9e([0x2a])));}function _0x134856(){return _0x4170bc&&_0x333de6?new window[(_0x166b9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x3a3b77,_0x5b9d9c)=>{_0x4170bc[_0x166b9e([0x74,0x68,0x65,0x6e])](_0x3a3b77,_0x5b9d9c),_0x333de6[_0x166b9e([0x74,0x68,0x65,0x6e])](_0x47a69d=>{_0x47a69d!=_0x166b9e([0x56,0x61,0x6c,0x69,0x64])&&_0x3a3b77(_0x47a69d);},_0x5b9d9c);}):_0x4170bc||_0x333de6||_0x166b9e([0x56,0x61,0x6c,0x69,0x64]);}}function _0x55b206(_0x1e8024,_0x4961b1){return new window[(_0x166b9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0xf937a8=>{if(_0x5b39a2())return _0xf937a8(_0x166b9e([0x56,0x61,0x6c,0x69,0x64]));_0x46aaa0(),_0x453ef3[_0x166b9e([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x166b9e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x806b98=!0x1;const _0x1cc947=_0x145d91();function _0x3a5c39(_0xfb245d){return!!_0xfb245d&&(typeof _0xfb245d===_0x166b9e([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0xfb245d===_0x166b9e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0xfb245d[_0x166b9e([0x74,0x68,0x65,0x6e])]===_0x166b9e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0xfb245d[_0x166b9e([0x63,0x61,0x74,0x63,0x68])]===_0x166b9e([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x53e490(_0x3ad8c3){_0x4c5758(_0x3ad8c3)[_0x166b9e([0x74,0x68,0x65,0x6e])](_0x4eede5=>{if(!_0x4eede5||_0x4eede5[_0x166b9e([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x166b9e([0x6f,0x6b]))return _0x166b9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0xf06b42(_0xfda863(_0x1cc947+_0x4961b1))!=_0x4eede5[_0x166b9e([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x166b9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x166b9e([0x56,0x61,0x6c,0x69,0x64]);})[_0x166b9e([0x74,0x68,0x65,0x6e])](_0x385115=>(_0x164fd9(),_0x385115),()=>{const _0x397ca1=_0x4b1c86();return null==_0x397ca1?(_0x164fd9(),_0x166b9e([0x56,0x61,0x6c,0x69,0x64])):_0x166b9e(_0x299c4a-_0x397ca1>(0x36663119^_0xe2a920)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x166b9e([0x74,0x68,0x65,0x6e])](_0xf937a8)[_0x166b9e([0x63,0x61,0x74,0x63,0x68])](()=>{_0xf937a8(_0x166b9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x154dab=0x125c5b99^_0xe2a920;function _0x164fd9(){const _0x5e8fb4=_0x166b9e([0x6c,0x6c,0x63,0x74,0x2d])+_0xf06b42(_0xfda863(_0x1e8024)),_0x2da8e0=_0x1d28ea(_0xf06b42(window[_0x166b9e([0x4d,0x61,0x74,0x68])][_0x166b9e([0x63,0x65,0x69,0x6c])](_0x299c4a/_0x154dab)));window[_0x166b9e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x166b9e([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x5e8fb4,_0x2da8e0);}function _0x4b1c86(){const _0xcf7ba2=_0x166b9e([0x6c,0x6c,0x63,0x74,0x2d])+_0xf06b42(_0xfda863(_0x1e8024)),_0x5b218a=window[_0x166b9e([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x166b9e([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xcf7ba2);return _0x5b218a?window[_0x166b9e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1d28ea(_0x5b218a),0x10)*_0x154dab:null;}function _0x4c5758(_0x182c76){return new window[(_0x166b9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2275a1,_0x4758ac)=>{_0x182c76[_0x166b9e([0x74,0x68,0x65,0x6e])](_0x2275a1,_0x4758ac),window[_0x166b9e([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4758ac,0x126b61d9^_0xe2a920);});}}_0x453ef3[_0x166b9e([0x6f,0x6e])](_0x166b9e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x237ca1,_0x5ecf28)=>{if(_0x5ecf28[0x0]!=_0x1e8024)return _0xf937a8(_0x166b9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5ecf28[0x1]={..._0x5ecf28[0x1],[_0x166b9e([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x1cc947};},{[_0x166b9e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x166b9e([0x68,0x69,0x67,0x68])}),_0x453ef3[_0x166b9e([0x6f,0x6e])](_0x166b9e([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x53973c=>{_0x3a5c39(_0x53973c[_0x166b9e([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x806b98=!0x0,_0x53e490(_0x53973c[_0x166b9e([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x166b9e([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x166b9e([0x6c,0x6f,0x77])}),_0x2756c8[_0x166b9e([0x74,0x68,0x65,0x6e])](()=>{_0x806b98||_0xf937a8(_0x166b9e([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x5b39a2(){return _0x453ef3[_0x166b9e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x166b9e([0x76,0x69,0x65,0x77])][_0x166b9e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x166b9e([0x61,0x75,0x74,0x6f]);}function _0x46aaa0(){_0x453ef3[_0x166b9e([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x166b9e([0x76,0x69,0x65,0x77])][_0x166b9e([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x166b9e([0x61,0x75,0x74,0x6f]);}}function _0x402751(_0x5b5795){const _0x26973d=[new window[(_0x166b9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x186c41=>setTimeout(_0x186c41,0x12638bd5^_0xe2a920)),_0x2756c8[_0x166b9e([0x74,0x68,0x65,0x6e])](()=>new window[(_0x166b9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x392f51=>{let _0x53b5ae=0x0;_0x453ef3[_0x166b9e([0x6d,0x6f,0x64,0x65,0x6c])][_0x166b9e([0x6f,0x6e])](_0x166b9e([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x5f38d5,_0x54c70e)=>{_0x54c70e[0x0][_0x166b9e([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x53b5ae++,_0x53b5ae==(0x126ab4e1^_0xe2a920)&&(_0x392f51(),_0x5f38d5[_0x166b9e([0x6f,0x66,0x66])]());});}))];return window[_0x166b9e([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x166b9e([0x72,0x61,0x63,0x65])](_0x26973d)[_0x166b9e([0x74,0x68,0x65,0x6e])](()=>_0x5b5795);}async function _0x2eed1c(){await _0x2756c8,_0x453ef3[_0x166b9e([0x6d,0x6f,0x64,0x65,0x6c])][_0x166b9e([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x46a680,_0x453ef3[_0x166b9e([0x6d,0x6f,0x64,0x65,0x6c])][_0x166b9e([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x46a680,_0x453ef3[_0x166b9e([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x166b9e([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x32e386(){return _0x50bc26(_0x166b9e([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x290637(_0x166b9e([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x166b9e([0x73,0x74,0x61,0x74,0x65])]==_0x166b9e([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x413c78(){return _0x50bc26(_0x166b9e([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]));}function _0x28808f(){return _0x50bc26(_0x166b9e([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x568eb0(_0x5e608e){const _0x44ce5f=_0x5ccabc();_0x453ef3[_0x44ce5f]=_0x166b9e([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x5e608e,_0x5e608e!=_0x166b9e([0x56,0x61,0x6c,0x69,0x64])&&_0x2eed1c();}function _0x5ccabc(){const _0x4f83cf=window[_0x166b9e([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x166b9e([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x166b9e([0x6e,0x6f,0x77])]())[_0x166b9e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x166b9e([0x2e]),'');let _0x25a9ca=_0x166b9e([0x52]);for(let _0x499db3=0x0;_0x499db3<_0x4f83cf[_0x166b9e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x499db3+=0x2){let _0x244a78=window[_0x166b9e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4f83cf[_0x166b9e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x499db3,_0x499db3+0x2));_0x244a78>=_0x3c1ca6[_0x166b9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x244a78-=_0x3c1ca6[_0x166b9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x25a9ca+=_0x3c1ca6[_0x244a78];}return _0x25a9ca;}function _0x274f05(){const _0x4d7f75=_0xd320af[_0x166b9e([0x73,0x70,0x6c,0x69,0x74])](_0x166b9e([0x2e]));if(0x3!=_0x4d7f75[_0x166b9e([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x4cbc51(_0x4d7f75[0x1]);function _0x4cbc51(_0x14435d){const _0x31f320=_0x16d3dc(_0x14435d);return _0x31f320&&_0x19af8b()?_0x31f320:null;function _0x19af8b(){const _0x2e976d=_0x31f320[_0x166b9e([0x6a,0x74,0x69])],_0x394028=window[_0x166b9e([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2e976d[_0x166b9e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x2e976d[_0x166b9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2f2245={..._0x31f320,[_0x166b9e([0x6a,0x74,0x69])]:_0x2e976d[_0x166b9e([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x2e976d[_0x166b9e([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2f2245[_0x166b9e([0x76,0x63])],_0xfda863(_0x2f2245)==_0x394028;}}}async function _0x7dcf53(){let _0x5cd002=!0x0;try{const _0x12dd15=_0xd320af[_0x166b9e([0x73,0x70,0x6c,0x69,0x74])](_0x166b9e([0x2e])),[_0xbb2be1,_0x3c7b87,_0x529194]=_0x12dd15;return _0x270725(_0xbb2be1),await _0x125235(_0xbb2be1,_0x3c7b87,_0x529194),_0x5cd002;}catch{return!0x1;}function _0x270725(_0xd4dedb){const _0x2147c1=_0x16d3dc(_0xd4dedb);_0x2147c1&&_0x2147c1[_0x166b9e([0x61,0x6c,0x67])]==_0x166b9e([0x45,0x53,0x32,0x35,0x36])||(_0x5cd002=!0x1);}async function _0x125235(_0x2a1661,_0x1cb663,_0x4ea4c5){const _0x253fd9=window[_0x166b9e([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x166b9e([0x66,0x72,0x6f,0x6d])](_0x598f39(_0x4ea4c5),_0x258024=>_0x258024[_0x166b9e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x31f392=new window[(_0x166b9e([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x166b9e([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x2a1661+_0x166b9e([0x2e])+_0x1cb663),_0x381db4=window[_0x166b9e([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x166b9e([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x381db4)return;const _0x9161fb=await _0x381db4[_0x166b9e([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x166b9e([0x6a,0x77,0x6b]),_0x2c810c,{[_0x166b9e([0x6e,0x61,0x6d,0x65])]:_0x166b9e([0x45,0x43,0x44,0x53,0x41]),[_0x166b9e([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x166b9e([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x166b9e([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x381db4[_0x166b9e([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x166b9e([0x6e,0x61,0x6d,0x65])]:_0x166b9e([0x45,0x43,0x44,0x53,0x41]),[_0x166b9e([0x68,0x61,0x73,0x68])]:{[_0x166b9e([0x6e,0x61,0x6d,0x65])]:_0x166b9e([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x9161fb,_0x253fd9,_0x31f392)||(_0x5cd002=!0x1);}}function _0x16d3dc(_0x491815){return _0x491815[_0x166b9e([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x166b9e([0x65,0x79]))?JSON[_0x166b9e([0x70,0x61,0x72,0x73,0x65])](_0x598f39(_0x491815)):null;}function _0x598f39(_0x4599ad){return window[_0x166b9e([0x61,0x74,0x6f,0x62])](_0x4599ad[_0x166b9e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x166b9e([0x2b]))[_0x166b9e([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x166b9e([0x2f])));}function _0xfda863(_0x4612ab){let _0x3c386b=0x1505;function _0x430b92(_0x2e23a3){for(let _0x24c072=0x0;_0x24c072<_0x2e23a3[_0x166b9e([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x24c072++){const _0x2627f2=_0x2e23a3[_0x166b9e([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x24c072);_0x3c386b=(_0x3c386b<<0x5)+_0x3c386b+_0x2627f2,_0x3c386b&=_0x3c386b;}}function _0x48c68b(_0xfff280){Array[_0x166b9e([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0xfff280)?_0xfff280[_0x166b9e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x48c68b):_0xfff280&&typeof _0xfff280==_0x166b9e([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x166b9e([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0xfff280)[_0x166b9e([0x73,0x6f,0x72,0x74])]()[_0x166b9e([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x3bc7a4,_0xc41b0b])=>{_0x430b92(_0x3bc7a4),_0x48c68b(_0xc41b0b);}):_0x430b92(window[_0x166b9e([0x53,0x74,0x72,0x69,0x6e,0x67])](_0xfff280));}return _0x48c68b(_0x4612ab),_0x3c386b>>>0x0;}function _0xf06b42(_0x14c8f0){return _0x14c8f0[_0x166b9e([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x166b9e([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x166b9e([0x30]));}function _0x1d28ea(_0x1c989f){return _0x1c989f[_0x166b9e([0x73,0x70,0x6c,0x69,0x74])]('')[_0x166b9e([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x166b9e([0x6a,0x6f,0x69,0x6e])]('');}function _0x50bc26(_0x4eb450){return _0x453ef3[_0x166b9e([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x166b9e([0x68,0x61,0x73])](_0x4eb450);}function _0x290637(_0x80b2ed){return _0x453ef3[_0x166b9e([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x166b9e([0x67,0x65,0x74])](_0x80b2ed);}function _0x46a680(){}function _0x166b9e(_0x39836b){return _0x39836b['map'](_0x28dca6=>String['fromCharCode'](_0x28dca6))['join']('');}_0x568eb0(await _0x315be3());}(this);}set['adapter'](_0x33b17d){if(this['_adapter'])throw new _0x2ff5bb('track-changes-adapter-already-set',this);this['_adapter']=_0x33b17d;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x54fe1a=!0x1,toJSON:_0x44ee00=!0x1}={}){const _0x539dd3=[];for(const _0x2ef2b7 of this['_suggestions']['values']())_0x54fe1a&&!_0x2ef2b7['isInContent']||_0x539dd3['push'](_0x2ef2b7);return _0x44ee00?_0x539dd3['map'](_0x5b53a6=>_0x5b53a6['toJSON']()):_0x539dd3;}['getSuggestion'](_0x175c5a){const _0x2616c9=this['_suggestions']['get'](_0x175c5a);if(!_0x2616c9)throw new _0x2ff5bb('track-changes-suggestion-not-found',this);return _0x2616c9;}['hasSuggestion'](_0xdc79a1){return this['_suggestions']['has'](_0xdc79a1);}['addSuggestionData'](_0x92f40){const {authorId:_0x160eec,id:_0x2a09ee,originalSuggestionId:_0x8b95c3,attributes:_0x3a29db}=_0x92f40,[_0x1bc962,_0x102b5f]=_0x92f40['type']['split'](':'),_0x28ebed=this['_suggestions']['get'](_0x2a09ee)||this['_createSuggestion'](_0x1bc962,_0x102b5f,_0x2a09ee,_0x160eec,_0x3a29db,_0x8b95c3);if(this['_addThreadToSuggestion'](_0x28ebed),this['_checkSuggestionCorrectness'](_0x28ebed,_0x1bc962,_0x102b5f||null,_0x160eec),_0x28ebed['createdAt']=_0x92f40['createdAt'],_0x28ebed['_isDataLoaded']=!0x0,_0x3a29db&&_0x3a29db['@external']){const _0x24c090=_0x3a29db['@external'],_0x23a343=this['_getExternalAuthor'](_0x24c090['authorName']);_0x28ebed['authoredAt']=_0x24c090['createdAt'],_0x28ebed['author']=_0x23a343,_0x28ebed['isExternal']=!0x0;}else _0x28ebed['authoredAt']=_0x92f40['createdAt'];switch(_0x92f40['data']&&(_0x28ebed['data']=_0x92f40['data']),_0x92f40['attributes']&&(_0x28ebed['attributes']=_0x92f40['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x28ebed['_saved']=!0x0),this['_suggestionState']['get'](_0x28ebed)){case'notReady':this['_suggestionState']['set'](_0x28ebed,'dataReady');break;case'markerReady':_0x28ebed['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x28ebed])),this['_refreshSuggestionsChain'](new Set([_0x28ebed])),this['_suggestionState']['set'](_0x28ebed,'ready'),this['fire']('suggestionLoaded',_0x28ebed)):this['_suggestionState']['set'](_0x28ebed,'removed');}return _0x28ebed;}['acceptSuggestion'](_0x83e828){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x1b2922 of _0x83e828['getAllAdjacentSuggestions']())_0x1b2922['accept']();});});}['discardSuggestion'](_0x2f18fe){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x38c9ec of _0x2f18fe['getAllAdjacentSuggestions']())_0x38c9ec['discard']();});});}['enableCommand'](_0x4b3357,_0x391cb5){const _0x13f18b=this['editor']['commands']['get'](_0x4b3357);if(!_0x13f18b)throw new _0x2ff5bb('track-changes-command-not-found',this,{'commandName':_0x4b3357});if(this['_enabledCommands']['has'](_0x13f18b))throw new _0x2ff5bb('track-changes-enable-command-twice',this,{'commandName':_0x4b3357});this['_enabledCommands']['add'](_0x13f18b),_0x391cb5&&_0x13f18b['on']('execute',(_0x17c44f,_0x403083)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x403083['length']>0x0&&_0x403083[_0x403083['length']-0x1]&&_0x403083[_0x403083['length']-0x1]['forceDefaultExecution']?_0x403083['pop']():(_0x17c44f['return']=_0x391cb5((..._0x41b92e)=>_0x13f18b['execute'](..._0x41b92e,{'forceDefaultExecution':!0x0}),..._0x403083),_0x17c44f['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x472574){let _0x5562d0,_0x350448;const _0x1a13bc=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x5562d0=_0x472574();}catch(_0x1d8738){_0x350448=_0x1d8738;}return _0x1a13bc||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x350448&&_0x2ff5bb['rethrowUnexpectedError'](_0x350448,this),_0x5562d0;}['markInsertion'](_0x27e9a9,_0x5b67d3=null,_0x4bafac={}){if(_0x27e9a9['isCollapsed'])return null;const _0x19fbeb=this['editor']['plugins']['get']('Users')['me'];this['_trackingSessionId']&&(_0x4bafac['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x1b16bb,meta:_0x458804}of this['_findSuggestions'](_0x27e9a9,'insertion'))if(_0x458804['isOwn']){if(!_0x458804['isNextTo']){if(_0x458804['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Yt(_0x1b16bb,_0x4bafac))continue;return _0x1b16bb;}if(Yt(_0x1b16bb,_0x4bafac))return _0x1b16bb;this['_breakSuggestionMarker'](_0x1b16bb,_0x27e9a9['start'],_0x27e9a9['end']);break;}if(_0x5b67d3==_0x1b16bb['subType']&&Yt(_0x1b16bb,_0x4bafac)){const _0x400780=_0x1b16bb['getFirstRange']();return _0x400780['start']['isEqual'](_0x27e9a9['end'])?this['_setSuggestionRange'](_0x1b16bb,this['_model']['createRange'](_0x27e9a9['start'],_0x400780['end'])):this['_setSuggestionRange'](_0x1b16bb,this['_model']['createRange'](_0x400780['start'],_0x27e9a9['end'])),_0x1b16bb;}}const _0x5c9871=_0x145d91(),_0x5e1fdc=_0x19fbeb['id'],_0x46b5d7=_0x5b67d3?'insertion:'+_0x5b67d3:'insertion',_0x2cbadc=this['_setSuggestionData']({'id':_0x5c9871,'type':_0x46b5d7,'createdAt':new Date(),'authorId':_0x5e1fdc,'attributes':_0x4bafac});return this['_addSuggestionMarker'](_0x46b5d7,_0x5c9871,_0x5e1fdc,_0x27e9a9),_0x2cbadc;}['markMultiRangeInsertion'](_0x14923a,_0x349bb4='multi',_0x477e28={}){const _0x147322=this['editor']['plugins']['get']('Users')['me'],_0x1e589f=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x349bb4,'join');this['_trackingSessionId']&&(_0x477e28['trackingSessionId']=this['_trackingSessionId']);for(const _0x3b8626 of this['getSuggestions']())if(_0x3b8626['author']['id']==_0x147322['id']&&'insertion'==_0x3b8626['type']&&_0x3b8626['subType']==_0x349bb4&&Yt(_0x3b8626,_0x477e28)&&(_0x1e589f(_0x3b8626['getRanges'](),_0x14923a)||_0x1e589f(_0x14923a,_0x3b8626['getRanges']()))){for(const _0x3ff38a of _0x14923a)_0x3b8626['addRange'](_0x3ff38a);return _0x3b8626;}for(const {suggestion:_0x50119d,meta:_0x1d92ba}of this['_findSuggestions'](_0x14923a,'insertion')){if(!_0x1d92ba['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x1d92ba['containsRangeInObject'])continue;if(!Yt(_0x50119d,_0x477e28))continue;let _0x503cb4=!0x0;for(const _0x1cb0dd of _0x50119d['getRanges']())for(const _0x1cfc14 of _0x14923a)if(!_0x1cb0dd['containsRange'](_0x1cfc14)){_0x503cb4=!0x1;break;}if(_0x503cb4)return _0x50119d;}const _0x3b4ad7=_0x145d91(),_0x21d7eb=_0x147322['id'],_0x1cc85b='insertion:'+_0x349bb4,_0x3ace85=this['_setSuggestionData']({'id':_0x3b4ad7,'type':_0x1cc85b,'createdAt':new Date(),'authorId':_0x21d7eb,'attributes':_0x477e28});for(const _0x56fa97 of _0x14923a)this['_addSuggestionMarker'](_0x1cc85b,_0x3b4ad7,_0x21d7eb,_0x56fa97,o['getMultiRangeId']());return _0x3ace85;}['markInlineFormat'](_0x6465cb,_0x2883c9,_0x33983d=null,_0x391b07={}){if(_0x33983d=_0x33983d||Kt(_0x2883c9),_0x6465cb['isCollapsed'])return null;if(this['_trackingSessionId']&&(_0x391b07['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x3c7760=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x33983d,'accept');return this['forceDefaultExecution'](()=>_0x3c7760([_0x6465cb],_0x2883c9,_0x391b07)),null;}const _0x30b1ff=this['editor']['plugins']['get']('Users')['me'],_0x32a5c7=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x403ae6,meta:_0x467ec0}of this['_findSuggestions'](_0x6465cb,'insertion'))_0x467ec0['isOwn']&&!_0x467ec0['isInsideObject']&&_0x32a5c7['push'](..._0x403ae6['getRanges']());}const _0x18787e=function(_0x15e6a3,_0x8d34a4){const _0x56de4c=[];for(const _0x1b2b66 of _0x8d34a4){const _0x1b10f1=_0x15e6a3['getIntersection'](_0x1b2b66);_0x1b10f1&&_0x56de4c['push'](_0x1b10f1);}return _0x56de4c;}(_0x6465cb,_0x32a5c7),_0x24dfc5=function(_0x51de11,_0x6d4264){const _0x5d8d30=[_0x51de11];for(const _0x25bc20 of _0x6d4264){let _0x110308=0x0;for(;_0x110308<_0x5d8d30['length'];){const _0x22928b=_0x5d8d30[_0x110308]['getDifference'](_0x25bc20);_0x5d8d30['splice'](_0x110308,0x1,..._0x22928b),_0x110308+=_0x22928b['length'];}}return _0x5d8d30;}(_0x6465cb,_0x32a5c7);_0x18787e['length']&&this['_model']['change'](()=>{for(const _0x4950c5 of _0x18787e){const _0x55cd99=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x33983d,'accept');this['forceDefaultExecution'](()=>_0x55cd99([_0x4950c5],_0x2883c9,_0x391b07));}});for(const _0x5a4c5e of _0x24dfc5){let _0x17c1bd=null,_0xce23cb=_0x5a4c5e['start'],_0x57c25d=_0x5a4c5e['end'];for(const {suggestion:_0x5c6ccc,meta:_0x2a4337}of this['_findSuggestions'](_0x5a4c5e,'formatInline')){if(!_0x2a4337['isOwn'])continue;if(_0x5c6ccc['subType']!=_0x33983d)continue;if(!Yt(_0x5c6ccc,_0x391b07))continue;const _0x4f35b6=_0x5c6ccc['getFirstRange']();if(_0x4f35b6['containsRange'](_0x5a4c5e,!0x0))return null;_0xce23cb=_0xce23cb['isBefore'](_0x4f35b6['start'])?_0xce23cb:_0x4f35b6['start'],_0x57c25d=_0x57c25d['isAfter'](_0x4f35b6['end'])?_0x57c25d:_0x4f35b6['end'],_0x17c1bd?_0x4f35b6['start']['isBefore'](_0x17c1bd['getFirstRange']()['start'])?(_0x17c1bd['removeMarkers'](),_0x17c1bd=_0x5c6ccc):_0x5c6ccc['removeMarkers']():_0x17c1bd=_0x5c6ccc;}const _0x8451da=this['_model']['createRange'](_0xce23cb,_0x57c25d);if(_0x17c1bd)this['_setSuggestionRange'](_0x17c1bd,_0x8451da);else{const _0x4b856a=_0x145d91(),_0x206873=_0x30b1ff['id'];this['_setSuggestionData']({'id':_0x4b856a,'type':'formatInline:'+_0x33983d,'data':_0x2883c9,'createdAt':new Date(),'authorId':_0x206873,'attributes':_0x391b07}),this['_addSuggestionMarker']('formatInline:'+_0x33983d,_0x4b856a,_0x206873,_0x8451da);}}return null;}['markBlockFormat'](_0x139b17,_0x3f980a,_0x496fd2=[],_0x1e7a3a=null,_0x255412={}){_0x3f980a['formatGroupId']||(_0x3f980a['formatGroupId']=_0x3f980a['commandName']),_0x3f980a['multipleBlocks']=_0x139b17['is']('range'),_0x1e7a3a=_0x1e7a3a||Kt(_0x3f980a);const _0x500020=_0x496fd2['map'](_0x2c87ee=>Wt(_0x2c87ee,this['_model'])),_0x4ee648=_0x139b17['is']('range')?_0x139b17:Wt(_0x139b17,this['_model']);if(this['_trackingSessionId']&&(_0x255412['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0xafdeb0=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1e7a3a,'accept');return this['forceDefaultExecution'](()=>_0xafdeb0([_0x4ee648],_0x3f980a,_0x255412)),null;}_0x500020['push'](_0x4ee648);let _0x452258=!0x0;for(const _0x1aa1f4 of _0x500020)if(!this['_rangeIsInLocalUserInsertion'](_0x1aa1f4)){_0x452258=!0x1;break;}if(_0x452258&&'always'!==this['_trackFormatChanges']){const _0x395be9=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1e7a3a,'accept');return this['forceDefaultExecution'](()=>_0x395be9([_0x4ee648],_0x3f980a,_0x255412)),null;}let _0x20be15=null,_0x4fe5b5=_0x4ee648['start'],_0x3bee44=_0x4ee648['end'];for(const {suggestion:_0x524855,meta:_0x5a852c}of this['_findSuggestions'](_0x4ee648,'formatBlock')){if(!_0x5a852c['isOwn'])continue;if(_0x5a852c['isNextTo']||_0x5a852c['containsRangeInObject']||_0x5a852c['isInsideObject'])continue;if(_0x524855['data']['formatGroupId']!=_0x3f980a['formatGroupId'])continue;if(!Yt(_0x524855,_0x255412))continue;const _0x5b8ead=_0x524855['getFirstRange']();if(_0x524855['subType']==_0x1e7a3a){if(_0x5b8ead['containsRange'](_0x4ee648,!0x0))return null;_0x4fe5b5=_0x4fe5b5['isBefore'](_0x5b8ead['start'])?_0x4fe5b5:_0x5b8ead['start'],_0x3bee44=_0x3bee44['isAfter'](_0x5b8ead['end'])?_0x3bee44:_0x5b8ead['end'],_0x20be15?_0x5b8ead['start']['isBefore'](_0x20be15['getFirstRange']()['start'])?(_0x20be15['removeMarkers'](),_0x20be15=_0x524855):_0x524855['removeMarkers']():_0x20be15=_0x524855;}else{const _0x18b572=_0x4ee648['getIntersection'](_0x5b8ead);this['_cutOutSuggestionMarker'](_0x524855,_0x18b572);}}const _0x5dce1f=this['editor']['plugins']['get']('Users')['me'],_0x1cc226=_0x145d91(),_0x3e9bd5=_0x5dce1f['id'];if(_0x20be15)return this['_setSuggestionRange'](_0x20be15,this['_model']['createRange'](_0x4fe5b5,_0x3bee44)),_0x20be15;{const _0x35c3c7=this['_setSuggestionData']({'id':_0x1cc226,'type':'formatBlock:'+_0x1e7a3a,'data':_0x3f980a,'createdAt':new Date(),'authorId':_0x3e9bd5,'attributes':_0x255412});return this['_addSuggestionMarker']('formatBlock:'+_0x1e7a3a,_0x1cc226,_0x3e9bd5,this['_model']['createRange'](_0x4fe5b5,_0x3bee44)),_0x35c3c7;}}['markMultiRangeBlockFormat'](_0x3370a7,_0xc5b061,_0x1f832a=[],_0x29712b=null,_0x17dd47={}){_0xc5b061['formatGroupId']||(_0xc5b061['formatGroupId']=_0xc5b061['commandName']);const _0x2e1cd1=_0x3370a7[0x0];_0xc5b061['multipleBlocks']=_0x2e1cd1['is']('range'),_0x29712b=_0x29712b||Kt(_0xc5b061);const _0x59359d=_0x1f832a['map'](_0x4a4bea=>Wt(_0x4a4bea,this['_model'])),_0x284df3=_0x2e1cd1['is']('range')?_0x3370a7:_0x3370a7['map'](_0x480917=>Wt(_0x480917,this['_model']));if(this['_trackingSessionId']&&(_0x17dd47['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x4be8c8=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x29712b,'accept');return this['forceDefaultExecution'](()=>_0x4be8c8(_0x284df3,_0xc5b061,_0x17dd47)),null;}_0x59359d['push'](..._0x284df3);let _0xf892f5=!0x0;for(const _0x4aac9e of _0x59359d)if(!this['_rangeIsInLocalUserInsertion'](_0x4aac9e)){_0xf892f5=!0x1;break;}if(_0xf892f5&&'always'!==this['_trackFormatChanges']){const _0x1d6b0d=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x29712b,'accept');return this['forceDefaultExecution'](()=>_0x1d6b0d(_0x284df3,_0xc5b061,_0x17dd47)),null;}const _0x516450=this['editor']['plugins']['get']('Users')['me'];for(const _0x12539f of this['getSuggestions']()){if(_0x12539f['author']['id']!=_0x516450['id'])continue;if('formatBlock'!=_0x12539f['type']||_0x12539f['data']['formatGroupId']!=_0xc5b061['formatGroupId'])continue;if(!Yt(_0x12539f,_0x17dd47))continue;const _0x1dd08a=_0x12539f['subType']==_0x29712b;for(let _0x36d021=0x0;_0x36d021<_0x284df3['length'];_0x36d021++){const _0xbc0345=_0x284df3[_0x36d021];for(const _0x50ca22 of _0x12539f['getMarkers']()){const _0x51508a=_0x50ca22['getRange']();if(_0xbc0345['isEqual'](_0x51508a)){_0x1dd08a?(_0x284df3['splice'](_0x36d021,0x1),_0x36d021--):_0x12539f['removeMarker'](_0x50ca22['name']);break;}}}}if(0x0==_0x284df3['length'])return null;const _0x35b245=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x29712b,'join');for(const _0x135da5 of this['getSuggestions']())if(_0x135da5['author']['id']==_0x516450['id']&&'formatBlock'==_0x135da5['type']&&_0x135da5['data']['formatGroupId']==_0xc5b061['formatGroupId']&&_0x135da5['subType']==_0x29712b&&Yt(_0x135da5,_0x17dd47)&&(_0x35b245(_0x135da5['getRanges'](),_0x284df3)||_0x35b245(_0x284df3,_0x135da5['getRanges']()))){for(const _0x1f9efd of _0x284df3)_0x135da5['addRange'](_0x1f9efd);return _0x135da5;}const _0x200204=_0x145d91(),_0x2c3dce=_0x516450['id'],_0x2a2b5f='formatBlock:'+_0x29712b,_0x3aaa8c=this['_setSuggestionData']({'id':_0x200204,'type':_0x2a2b5f,'data':_0xc5b061,'createdAt':new Date(),'authorId':_0x2c3dce,'attributes':_0x17dd47});for(const _0x470878 of _0x284df3)this['_addSuggestionMarker'](_0x2a2b5f,_0x200204,_0x2c3dce,_0x470878,o['getMultiRangeId']());return _0x3aaa8c;}['markDeletion'](_0x485965,_0x1174c6=null,_0x582eec={}){if(_0x485965['isCollapsed'])return null;const _0x251177=this['editor']['plugins']['get']('Users')['me'],_0x5482d5=new _0x1f6f9b(_0x485965['start'],_0x485965['end']);this['_trackingSessionId']&&(_0x582eec['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x130a6b,meta:_0x25ca51}of this['_findSuggestions'](_0x5482d5,'insertion'))if(_0x25ca51['isOwn']&&!_0x25ca51['isNextTo']){if(_0x130a6b['isMultiRange']){const _0x4136c7=_0x130a6b['getRanges']()['filter'](_0x4d35bb=>'$graveyard'!=_0x4d35bb['root']['rootName']);_0x4136c7['every'](_0xa6fe0c=>_0x5482d5['containsRange'](_0xa6fe0c,!0x0))&&_0x130a6b['discard']();if(_0x4136c7['some'](_0x481445=>_0x481445['containsRange'](_0x5482d5,!0x0))){const _0x465a66=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1174c6,'accept');return this['forceDefaultExecution'](()=>_0x465a66([_0x5482d5],null,_0x582eec)),null;}}else{const _0x5cebd4=_0x5482d5['getIntersection'](_0x130a6b['getFirstRange']());null!==_0x5cebd4&&_0x130a6b['_onDiscard']([_0x5cebd4],null,_0x582eec);}}if(_0x5482d5['detach'](),_0x5482d5['isCollapsed']||'$graveyard'==_0x5482d5['root']['rootName'])return null;let _0x58833d=null,_0x4e7a88=_0x5482d5['start'],_0x358f9d=_0x5482d5['end'];const _0xcbfe03=this['_findSuggestions'](_0x5482d5,'deletion');for(const {suggestion:_0x3e746c,meta:_0xee36f1}of _0xcbfe03){const _0x5b170b=this['_model']['createRange'](_0x4e7a88,_0x358f9d);if(_0xee36f1['isOwn']&&(this['_mergeNestedSuggestions']||!_0xee36f1['containsRangeInObject']&&!_0xee36f1['isInsideObject'])){if(_0x3e746c['isMultiRange']){if(!Yt(_0x3e746c,_0x582eec))continue;let _0x5e23d7=!0x0;for(const _0x388b03 of _0x3e746c['getRanges']()){if(_0x388b03['containsRange'](_0x5b170b,!0x0))return _0x3e746c;_0x5b170b['containsRange'](_0x388b03)||(_0x5e23d7=!0x1);}_0x5e23d7&&_0x3e746c['discard']();}else{const _0x1663ca=_0x3e746c['getFirstRange']();if(_0x1663ca['containsRange'](_0x5b170b,!0x0))return _0x3e746c;if(!Yt(_0x3e746c,_0x582eec)){_0x5b170b['containsRange'](_0x1663ca)?_0x3e746c['removeMarkers']():_0x1663ca['containsPosition'](_0x4e7a88)?_0x4e7a88=_0x1663ca['end']:_0x1663ca['containsPosition'](_0x358f9d)&&(_0x358f9d=_0x1663ca['start']);continue;}_0x4e7a88=_0x4e7a88['isBefore'](_0x1663ca['start'])?_0x4e7a88:_0x1663ca['start'],_0x358f9d=_0x358f9d['isAfter'](_0x1663ca['end'])?_0x358f9d:_0x1663ca['end'],_0x582eec=Object['assign']({},_0x3e746c['attributes']),_0x58833d?_0x1663ca['start']['isBefore'](_0x58833d['getFirstRange']()['start'])?(_0x58833d['removeMarkers'](),_0x58833d=_0x3e746c):_0x3e746c['removeMarkers']():_0x58833d=_0x3e746c;}}}if(_0x58833d)return this['_setSuggestionRange'](_0x58833d,this['_model']['createRange'](_0x4e7a88,_0x358f9d)),_0x58833d;{const _0x564e84=_0x145d91(),_0x2edfc3=this['_model']['createRange'](_0x4e7a88,_0x358f9d),_0x1fab2e=_0x251177['id'],_0x14d937=_0x1174c6?'deletion:'+_0x1174c6:'deletion',_0x16f6f9=this['_setSuggestionData']({'id':_0x564e84,'type':_0x14d937,'createdAt':new Date(),'authorId':_0x1fab2e,'attributes':_0x582eec});return this['_addSuggestionMarker'](_0x14d937,_0x564e84,_0x1fab2e,_0x2edfc3),_0x16f6f9;}}['markMultiRangeDeletion'](_0x3061cc,_0x419c68='multi',_0x2b1f7={}){const _0x1c7955=this['editor']['plugins']['get']('Users')['me'],_0x5c0217=_0x3061cc['map'](_0x3c0c26=>new _0x1f6f9b(_0x3c0c26['start'],_0x3c0c26['end'])),_0x4185af=new Set();this['_trackingSessionId']&&(_0x2b1f7['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x56f44d,meta:_0x41d5e1}of this['_findSuggestions'](_0x5c0217,'insertion'))_0x41d5e1['isOwn']&&!_0x41d5e1['isNextTo']&&_0x4185af['add'](_0x56f44d);for(const _0x3ee3dd of _0x4185af)if(_0x3ee3dd['isMultiRange']){const _0x97027c=_0x3ee3dd['getRanges']();(!_0x3ee3dd['attributes']||!_0x3ee3dd['attributes']['skipNestingCheck'])&&(_0x97027c['every'](_0x4d00dc=>_0x5c0217['some'](_0x10a0af=>_0x10a0af['containsRange'](_0x4d00dc,!0x0)))&&_0x3ee3dd['discard']());if(_0x5c0217['every'](_0x4e08be=>_0x97027c['some'](_0x58ecf3=>_0x58ecf3['containsRange'](_0x4e08be,!0x0)))){const _0x534064=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x419c68,'accept');return this['forceDefaultExecution'](()=>_0x534064(_0x3061cc,null,_0x2b1f7)),null;}}else{const _0x42a744=_0x3ee3dd['getFirstRange']();_0x5c0217['some'](_0x29d675=>_0x29d675['containsRange'](_0x42a744,!0x0))&&_0x3ee3dd['discard']();if(_0x5c0217['every'](_0x111de5=>_0x42a744['containsRange'](_0x111de5,!0x0))){const _0x37676d=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x419c68,'accept');return this['forceDefaultExecution'](()=>_0x37676d(_0x5c0217,null,_0x2b1f7)),null;}}const _0x1693eb=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x419c68,'join');let _0x429dce=null;for(const _0x4d16c7 of this['getSuggestions']())if(_0x4d16c7['author']['id']==_0x1c7955['id']&&_0x4d16c7['isInContent']&&'deletion'==_0x4d16c7['type']&&_0x4d16c7['subType']==_0x419c68&&Yt(_0x4d16c7,_0x2b1f7)&&(_0x1693eb(_0x4d16c7['getRanges'](),_0x5c0217)||_0x1693eb(_0x5c0217,_0x4d16c7['getRanges']()))){if(_0x429dce){if(_0x4d16c7['commentThread']&&_0x4d16c7['commentThread']['length'])continue;for(const _0x486df2 of _0x4d16c7['getRanges']())_0x429dce['isIntersectingWithRange'](_0x486df2)||_0x429dce['addRange'](_0x486df2);_0x4d16c7['removeMarkers']();}else{_0x429dce=_0x4d16c7;for(const _0x262586 of _0x5c0217)_0x4d16c7['isIntersectingWithRange'](_0x262586)||_0x4d16c7['addRange'](_0x262586);}}if(_0x429dce)return _0x429dce;_0x4185af['clear']();for(const {suggestion:_0x470972,meta:_0x151d4c}of this['_findSuggestions'](_0x5c0217,'deletion'))_0x151d4c['isOwn']&&(this['_mergeNestedSuggestions']||!_0x151d4c['containsRangeInObject']&&!_0x151d4c['isInsideObject'])&&Yt(_0x470972,_0x2b1f7)&&_0x4185af['add'](_0x470972);for(const _0x5e11d9 of _0x4185af){const _0x510171=_0x5e11d9['getRanges']();if(!_0x2b1f7||!_0x2b1f7['skipNestingCheck']){if(_0x5c0217['every'](_0x4643d0=>_0x510171['some'](_0x225d31=>_0x225d31['containsRange'](_0x4643d0,!0x0))))return _0x5e11d9;}(!_0x5e11d9['attributes']||!_0x5e11d9['attributes']['skipNestingCheck'])&&(_0x510171['every'](_0x17562b=>_0x5c0217['some'](_0x526c12=>_0x526c12['containsRange'](_0x17562b,!0x0)))&&_0x5e11d9['discard']());}const _0x1e2c3e=_0x145d91(),_0x4bb8d6=_0x1c7955['id'],_0x540a51='deletion:'+_0x419c68,_0x15541b=this['_setSuggestionData']({'id':_0x1e2c3e,'type':_0x540a51,'createdAt':new Date(),'authorId':_0x4bb8d6,'attributes':_0x2b1f7});for(const _0x308701 of _0x5c0217)_0x308701['detach'](),_0x308701['isCollapsed']||'$graveyard'==_0x308701['root']['rootName']||this['_addSuggestionMarker'](_0x540a51,_0x1e2c3e,_0x4bb8d6,_0x308701,o['getMultiRangeId']());return _0x15541b;}['markAttributeChange'](_0x71f5cf,_0x1d4713,_0x1b20df,_0x3dd492,_0x43c32b){if(_0x71f5cf['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x5484b0=this['editor']['plugins']['get']('Users')['me']['id'],_0x2fa71c=Array['from'](this['_suggestions']['values']())['filter'](_0x4ce141=>'attribute'==_0x4ce141['type']&&_0x4ce141['data']['key']==_0x1d4713&&_0x4ce141['isIntersectingWithRange'](_0x71f5cf));if(this['_trackingSessionId']&&(_0x43c32b['trackingSessionId']=this['_trackingSessionId']),'default'===this['_trackFormatChanges']){const _0x5f49a2=this['_findSuggestions'](_0x71f5cf,'insertion')['filter'](({meta:_0x245035})=>_0x245035['isOwn']&&!_0x245035['isInsideObject']&&!_0x245035['isNextTo'])['map'](({suggestion:_0x1d550c})=>_0x1d550c);_0x2fa71c['unshift'](..._0x5f49a2);}const _0x1e1e5f=new Map([[_0x71f5cf,_0x1b20df]]);for(const _0x2aeae0 of _0x2fa71c){const _0x596560='attribute'==_0x2aeae0['type']?_0x2aeae0['data']['oldValue']:void 0x0,_0x4a4285=_0x2aeae0['getFirstRange'](),_0x3fede3=Array['from'](_0x1e1e5f['keys']())['find'](_0x2b3bd5=>_0x2b3bd5['isIntersecting'](_0x4a4285));if(!_0x3fede3)continue;const _0x10ac00=_0x3fede3['getDifference'](_0x4a4285);this['_isBlockAttribute'](_0x1d4713)&&'insertion'==_0x2aeae0['type']&&0x0!=_0x10ac00['length']||(_0x1e1e5f['delete'](_0x3fede3),_0x10ac00['forEach'](_0x1b36ca=>{_0x1e1e5f['set'](_0x1b36ca,_0x1b20df);}),'insertion'!=_0x2aeae0['type']&&_0x596560!=_0x3dd492&&_0x1e1e5f['set'](_0x3fede3['getIntersection'](_0x4a4285),_0x596560));}const _0x577e12=[];for(const [_0x3ea747,_0x9d5880]of _0x1e1e5f){const _0x3f6557=_0x145d91(),_0x3df515={'key':_0x1d4713,'oldValue':_0x9d5880,'newValue':_0x3dd492};_0x1d4713['length']>0x25&&console['warn']('Creating\x20a\x20suggestion\x20for\x20attribute\x20with\x20too\x20long\x20attribute\x20key.\x20This\x20may\x20lead\x20to\x20errors.\x20Change\x20the\x20attribute\x20key\x20to\x20a\x20value\x20shorter\x20than\x2037\x20characters.',{'key':_0x1d4713});const _0x4ebcde=('attribute:'+(_0x1d4713+'|'+Kt({'newValue':_0x3dd492})))['substring'](0x0,0x3c),_0x1e15c4=this['_setSuggestionData']({'id':_0x3f6557,'type':_0x4ebcde,'data':_0x3df515,'createdAt':new Date(),'authorId':_0x5484b0,'attributes':_0x43c32b});_0x577e12['push'](_0x1e15c4),this['_addSuggestionMarker'](_0x4ebcde,_0x3f6557,_0x5484b0,_0x3ea747);}return _0x577e12;}['enableDefaultAttributesIntegration'](_0x11a923){this['enableCommand'](_0x11a923,(_0x229edd,..._0x87a590)=>{this['_recordAttributeChanges'](()=>{_0x229edd(..._0x87a590);});});}['registerBlockAttribute'](_0x2bc314){this['_blockAttributeKeys']['add'](_0x2bc314);}['registerInlineAttribute'](_0x3e9e4f){this['_inlineAttributeKeys']['add'](_0x3e9e4f);}['startTrackingSession'](_0x521a85){return this['_trackingSessionId']=void 0x0!==_0x521a85?_0x521a85:_0x145d91(),this['_trackingSessionId'];}['_getAttributeKey'](_0x135c27){return'attribute'==_0x135c27['type']?_0x135c27['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x5ed3f0,_0x1c310d){const _0xbb7b4f=_0x5ed3f0['getFirstMarker']();this['_model']['change'](_0x409798=>{_0x409798['updateMarker'](_0xbb7b4f,{'range':_0x1c310d});});}['_addThreadToSuggestion'](_0x527b3b){const _0x5788cd=_0x527b3b['id'],_0x4b76b6=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x5788cd)||this['_commentsRepository']['addCommentThread']({'channelId':_0x4b76b6,'threadId':_0x5788cd,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x49624c=this['_commentsRepository']['getCommentThread'](_0x5788cd);_0x49624c['unbind']('isRemovable'),_0x49624c['isRemovable']=!0x1,_0x527b3b['commentThread']=_0x49624c;}['_checkSuggestionCorrectness'](_0x1b1652,_0x123d55,_0x28a95f,_0x5dd8c5){if(_0x1b1652['type']!=_0x123d55||_0x1b1652['subType']!=_0x28a95f||_0x1b1652['creator']['id']!=_0x5dd8c5)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x2ff5bb('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x1fd434,_0x2601f6){const _0x2468d1=_0x1fd434['getFirstRange']();if(_0x2601f6['isEqual'](_0x2468d1))_0x1fd434['removeMarkers']();else{if(_0x2468d1['containsRange'](_0x2601f6)){const _0x803894=this['_model']['createPositionAt'](_0x2601f6['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x1fd434,this['_model']['createRange'](_0x2468d1['start'],_0x803894));const _0x28cea9=_0x145d91(),_0x58e0b3=_0x1fd434['creator']['id'],_0x5cbe61=_0x1fd434['type']+':'+_0x1fd434['subType'];this['_setSuggestionData']({'id':_0x28cea9,'type':_0x5cbe61,'createdAt':new Date(),'authorId':_0x58e0b3,'data':_0x1fd434['data'],'attributes':_0x1fd434['attributes']});const _0x21ff98=this['_model']['createPositionAt'](_0x2601f6['end']['parent'],'after'),_0xb59be6=this['_model']['createRange'](_0x21ff98,_0x2468d1['end']);this['_addSuggestionMarker'](_0x5cbe61,_0x28cea9,_0x58e0b3,_0xb59be6);}else{if(_0x2468d1['containsPosition'](_0x2601f6['start'])){const _0x4c8ac9=this['_model']['createPositionAt'](_0x2601f6['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x1fd434,this['_model']['createRange'](_0x2468d1['start'],_0x4c8ac9));}else{const _0x402318=this['_model']['createPositionAt'](_0x2601f6['end']['parent'],'after');this['_setSuggestionRange'](_0x1fd434,this['_model']['createRange'](_0x402318,_0x2468d1['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x5abd0c){for(const {suggestion:_0x25b1d6,meta:_0x318603}of this['_findSuggestions'](_0x5abd0c,'insertion')){if(!_0x318603['isOwn'])continue;const _0x267023=_0x25b1d6['getRanges']();for(const _0x1007c3 of _0x267023)if(!_0x5abd0c['getDifference'](_0x1007c3)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x13f263){const _0x28c15c=this['editor']['plugins']['get']('Users')['getUser'](_0x13f263);if(!_0x28c15c)throw new _0x2ff5bb('track-changes-user-not-found',this);return _0x28c15c;}['_getExternalAuthor'](_0xebff09){const _0x25159e=this['editor']['plugins']['get']('Users'),_0x34775c=_0x277fad('external:'+_0xebff09),_0xb58b5d=_0x25159e['getUser'](_0x34775c);return _0xb58b5d||_0x25159e['addUser']({'id':_0x34775c,'name':_0xebff09});}['_createSuggestion'](_0x44c66d,_0x54052d,_0x4a88c9,_0x1d8060,_0x19f86d,_0x1221ae){const _0x5b7282=this['_getAuthorFromId'](_0x1d8060),_0x4f975d=this['_suggestionFactory']['buildSuggestion'](_0x44c66d,_0x54052d,_0x4a88c9,_0x5b7282,_0x19f86d,_0x1811df=>{this['_updateSuggestionData'](_0x4a88c9,{'attributes':_0x1811df});const _0x57fd22=this['getSuggestion'](_0x4a88c9);this['_joinWithAdjacentSuggestions'](new Set([_0x57fd22])),this['_refreshSuggestionsChain'](new Set([_0x57fd22]));},_0x1221ae);return this['listenTo'](_0x4f975d,'accept',()=>{this['_updateSuggestionData'](_0x4a88c9,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x4f975d,'discard',()=>{this['_updateSuggestionData'](_0x4a88c9,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x4a88c9,_0x4f975d),this['_suggestionState']['set'](_0x4f975d,'notReady'),_0x4f975d;}['_splitMarkerName'](_0x23711f){const _0x32465c=_0x23711f['split'](':');return{'group':_0x32465c[0x0],'type':_0x32465c[0x1],'subType':_0x32465c['length']>=0x5?_0x32465c[0x2]:null,'id':_0x32465c['length']<0x5?_0x32465c[0x2]:_0x32465c[0x3],'authorId':_0x32465c['length']<0x5?_0x32465c[0x3]:_0x32465c[0x4],'markerCount':0x6==_0x32465c['length']?_0x32465c[0x5]:null};}['_breakSuggestionMarker'](_0x46fe3c,_0x23cd97,_0x2efe23){const _0x7faa39=_0x46fe3c['getFirstRange'](),_0x528e3f=_0x7faa39['start'],_0x383b65=_0x7faa39['end'];this['_setSuggestionRange'](_0x46fe3c,this['_model']['createRange'](_0x528e3f,_0x23cd97));const _0x252181=_0x145d91(),_0x260354=_0x46fe3c['creator']['id'],_0x3488c5=_0x46fe3c['type']+(_0x46fe3c['subType']?':'+_0x46fe3c['subType']:'');this['_setSuggestionData']({'id':_0x252181,'type':_0x3488c5,'createdAt':new Date(),'authorId':_0x260354,'originalSuggestionId':_0x46fe3c['_originalSuggestionId']||_0x46fe3c['id'],'attributes':_0x46fe3c['attributes'],'data':_0x46fe3c['data']});const _0x5ec46f=this['_getAttributeKey'](_0x46fe3c);('formatBlock'==_0x46fe3c['type']||_0x5ec46f&&this['_isBlockAttribute'](_0x5ec46f))&&(_0x2efe23=this['_model']['createPositionBefore'](_0x2efe23['parent'])),this['_addSuggestionMarker'](_0x3488c5,_0x252181,_0x260354,this['_model']['createRange'](_0x2efe23,_0x383b65));}['_findSuggestions'](_0x5201f0,_0x147702=null){const _0x49de76=[],_0x1d0c5c=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x5201f0)||(_0x5201f0=[_0x5201f0]);for(const _0x560ada of this['getSuggestions']()){if(!_0x560ada['isInContent'])continue;if(_0x147702&&_0x560ada['type']!=_0x147702)continue;let _0x2ad1e6=!0x1;for(const _0x1e9eed of _0x560ada['getRanges']()){for(const _0x1d2a94 of _0x5201f0){const _0x27713c=_0x1d2a94['start']['isEqual'](_0x1e9eed['end'])||_0x1d2a94['end']['isEqual'](_0x1e9eed['start']);if(_0x27713c||_0x1d2a94['getIntersection'](_0x1e9eed)){const _0x4114a2=_0x1d2a94['containsRange'](_0x1e9eed)&&Gt(this['_model']['schema'],_0x1e9eed['start'],_0x1d2a94),_0x320fef=_0x1e9eed['containsRange'](_0x1d2a94)&&Gt(this['_model']['schema'],_0x1d2a94['start'],_0x1e9eed);_0x49de76['push']({'suggestion':_0x560ada,'meta':{'isOwn':_0x1d0c5c==_0x560ada['author'],'isNextTo':_0x27713c,'isInsideObject':_0x4114a2,'containsRangeInObject':_0x320fef}}),_0x2ad1e6=!0x0;break;}}if(_0x2ad1e6)break;}}return _0x49de76;}['_addSuggestionMarker'](_0x5688b1,_0x449bea,_0x4e1167,_0x38b6dd,_0x487e96){this['_model']['change'](_0x209029=>{let _0x2b6c5d='suggestion:'+_0x5688b1+':'+_0x449bea+':'+_0x4e1167;_0x487e96&&(_0x2b6c5d=_0x2b6c5d+':'+_0x487e96),_0x209029['addMarker'](_0x2b6c5d,{'range':_0x38b6dd,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x4afd36){const _0xff4518=_0x4afd36['previous'],_0x22e2f6=_0x4afd36['next'];_0x4afd36['previous']=null,_0x4afd36['next']=null,null!=_0xff4518&&_0xff4518['next']==_0x4afd36&&(_0xff4518['next']=_0x22e2f6),null!=_0x22e2f6&&_0x22e2f6['previous']==_0x4afd36&&(_0x22e2f6['previous']=_0xff4518),'ready'==this['_suggestionState']['get'](_0x4afd36)&&(this['_suggestionState']['set'](_0x4afd36,'removed'),this['fire']('suggestionUnloaded',_0x4afd36,_0xff4518,_0x22e2f6));}['_setSuggestionData'](_0x50121c){const _0x553dbc=_0x50121c['id'],_0x3f9309=this['addSuggestionData'](_0x50121c);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x190cd3=this['editor']['plugins']['get']('PendingActions'),_0x24b296=_0x3f9309['hasComments'],_0x402ebf=_0x3f9309['subType']?_0x3f9309['type']+':'+_0x3f9309['subType']:_0x3f9309['type'],_0x57e6af=this['editor']['locale'],_0xf215b9=_0x190cd3['add'](c(_0x57e6af,'PENDING_ACTION_SUGGESTION')),_0x47091d={'id':_0x553dbc,'type':_0x402ebf,'hasComments':_0x24b296,'data':_0x50121c['data']||null,'originalSuggestionId':_0x50121c['originalSuggestionId']||null,'attributes':_0x3f9309['attributes']};this['_adapter']['addSuggestion'](_0x47091d)['then'](_0x1ff35d=>{_0x3f9309['_saved']=!0x0,_0x190cd3['remove'](_0xf215b9),_0x1ff35d&&_0x1ff35d['createdAt']&&(this['_suggestions']['get'](_0x553dbc)['createdAt']=_0x1ff35d['createdAt']);})['catch'](_0x49ec89=>{throw _0x50a716('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x3f9309['discard']();}),_0x3f9309['stopListening'](),this['_suggestions']['delete'](_0x3f9309['id']),this['_suggestionState']['delete'](_0x3f9309),_0x49ec89;});}return _0x3f9309;}['_isBlockAttribute'](_0x106675){return this['_blockAttributeKeys']['has'](_0x106675);}['_updateSuggestionData'](_0xcf8bfd,_0x34e852){const _0x29fc0b=this['editor']['plugins']['get']('PendingActions'),_0xab73b0=this['getSuggestion'](_0xcf8bfd);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0xab73b0['_saved']){const _0x16a81e=_0x29fc0b['add'](c(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0xcf8bfd,_0x34e852)['then'](()=>{_0x29fc0b['remove'](_0x16a81e);});}else _0xab73b0['on']('change:_saved',()=>{this['_updateSuggestionData'](_0xcf8bfd,_0x34e852);});}}['_getSuggestionData'](_0x2fbe96){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x2ff5bb('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x2fbe96);}['_handleNewSuggestionMarker'](_0x2e3472){const {id:_0x5a8adc,type:_0xfcb2d7,subType:_0xc18e93,authorId:_0x194d73}=this['_splitMarkerName'](_0x2e3472),_0x3c87d9=this['_suggestions']['get'](_0x5a8adc)||this['_createSuggestion'](_0xfcb2d7,_0xc18e93,_0x5a8adc,_0x194d73,{});switch(this['_checkSuggestionCorrectness'](_0x3c87d9,_0xfcb2d7,_0xc18e93,_0x194d73),this['_suggestionState']['get'](_0x3c87d9)){case'notReady':this['_getSuggestionData'](_0x5a8adc)['then'](_0x13769f=>{let _0x515995=Promise['resolve']();_0x13769f['hasComments']&&(_0x515995=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x5a8adc})),_0x515995['then'](()=>{this['addSuggestionData'](_0x13769f)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x3c87d9,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x5a8adc,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x3c87d9,'ready'),this['fire']('suggestionLoaded',_0x3c87d9);break;case'ready':this['fire']('suggestionChanged',_0x3c87d9);}return _0x3c87d9['addMarkerName'](_0x2e3472),_0x3c87d9;}['_refreshSuggestionsChain'](_0x41332b){const _0x568c6e=Array['from'](_0x41332b),_0x498280=_0x568c6e['filter'](_0x3736d6=>'attribute'==_0x3736d6['type']);this['_refreshAttributeSuggestionsChain'](_0x498280);const _0x48bb14=_0x568c6e['filter'](_0x269065=>!_0x269065['isMultiRange']&&'attribute'!=_0x269065['type']),_0x4f53d1=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x59bd11=>!_0x59bd11['isMultiRange']&&'attribute'!=_0x59bd11['type']),_0x256364=_0x4f53d1['filter'](_0x3f2cb0=>!_0x41332b['has'](_0x3f2cb0)),_0x3a6bc6=new Map(_0x4f53d1['map'](_0x352e6a=>[_0x352e6a,this['_suggestionFactory']['getSuggestionCallback'](_0x352e6a['type'],_0x352e6a['subType'],'chain')])),_0x29b4d2=new Map(_0x4f53d1['map'](_0x16bd70=>[_0x16bd70,_0x16bd70['getFirstRange']()])),_0x5b661e=new Set(),_0x20860f=new Set();for(let _0x29cd27=0x0;_0x29cd27<_0x48bb14['length'];_0x29cd27++)_0xc7774a(_0x48bb14[_0x29cd27],_0x48bb14,_0x29cd27+0x1);for(let _0x10bc49=0x0;_0x10bc49<_0x48bb14['length'];_0x10bc49++)_0xc7774a(_0x48bb14[_0x10bc49],_0x256364,0x0);const _0x22983a=new Set();for(let _0x2c15e7=0x0;_0x2c15e7<_0x48bb14['length'];_0x2c15e7++){const _0x2cbec8=_0x48bb14[_0x2c15e7];!_0x20860f['has'](_0x2cbec8)&&_0x2cbec8['previous']&&(_0x22983a['add'](_0x2cbec8['previous']),_0x2cbec8['previous']['next']===_0x2cbec8&&(_0x2cbec8['previous']['next']=null),_0x2cbec8['previous']=null),!_0x5b661e['has'](_0x2cbec8)&&_0x2cbec8['next']&&(_0x22983a['add'](_0x2cbec8['next']),_0x2cbec8['next']['previous']===_0x2cbec8&&(_0x2cbec8['next']['previous']=null),_0x2cbec8['next']=null);}function _0xc7774a(_0x1f84d5,_0x103459,_0x51adb3){for(let _0x3e9975=_0x51adb3;_0x3e9975<_0x103459['length'];_0x3e9975++){const _0x1ae89c=_0x3b309b(_0x1f84d5,_0x103459[_0x3e9975]);_0x1ae89c&&(_0x1ae89c[0x0]['next']=_0x1ae89c[0x1],_0x1ae89c[0x1]['previous']=_0x1ae89c[0x0],_0x5b661e['add'](_0x1ae89c[0x0]),_0x20860f['add'](_0x1ae89c[0x1]));}}function _0x3b309b(_0x3bfaf0,_0x3bd8b5){if(_0x3bfaf0['author']['id']!==_0x3bd8b5['author']['id'])return null;const _0x4a0c0a=_0x3a6bc6['get'](_0x3bfaf0)(_0x3bfaf0,_0x3bd8b5,_0x29b4d2['get'](_0x3bfaf0),_0x29b4d2['get'](_0x3bd8b5));if(!_0x4a0c0a)return null;return _0x3a6bc6['get'](_0x3bd8b5)(_0x3bfaf0,_0x3bd8b5,_0x29b4d2['get'](_0x3bfaf0),_0x29b4d2['get'](_0x3bd8b5))?_0x4a0c0a[0x1]['commentThread']&&_0x4a0c0a[0x1]['commentThread']['length']?null:_0x4a0c0a:null;}_0x22983a['size']&&this['_refreshSuggestionsChain'](_0x22983a);}['_refreshAttributeSuggestionsChain'](_0x395dda){if(0x0==_0x395dda['length'])return;const _0x3abfe5=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2b02d7=>'attribute'==_0x2b02d7['type']&&_0x2b02d7['_isDataLoaded']),_0x1ba0f0=[],_0x37603c=new Map();for(const _0x4d56a0 of _0x3abfe5){const _0x298517=_0x277fad(_0x4d56a0['attributes']);_0x37603c['has'](_0x298517)||(_0x37603c['set'](_0x298517,_0x1ba0f0['length']),_0x1ba0f0['push']([]));const _0x275395=_0x37603c['get'](_0x298517);_0x1ba0f0[_0x275395]['push'](_0x4d56a0);}!(function(){_0x1ba0f0['sort']((_0x49ea5f,_0x3890d6)=>{const _0x541727=_0x49ea5f[0x0]['createdAt'],_0x53fa94=_0x3890d6[0x0]['createdAt'];return _0x541727==_0x53fa94?_0x49ea5f[0x0]['attributes']['groupId']<_0x3890d6[0x0]['attributes']['groupId']?-0x1:0x1:_0x541727<_0x53fa94?-0x1:0x1;});for(const _0x36de37 of _0x1ba0f0)_0x36de37['sort']((_0x9729b5,_0x304cf3)=>_0x9729b5['id']<_0x304cf3['id']?-0x1:0x1);}());for(let _0x144801=0x0;_0x144801<_0x1ba0f0['length'];_0x144801++){if(0x0==_0x1ba0f0[_0x144801]['length'])continue;const _0x11b60c=[];for(let _0x2313cf=_0x144801+0x1;_0x2313cf<_0x1ba0f0['length'];_0x2313cf++)0x0!=_0x1ba0f0[_0x2313cf]['length']&&_0xe4c844(_0x1ba0f0[_0x144801],_0x1ba0f0[_0x2313cf])&&_0x11b60c['push'](_0x2313cf);for(const _0x3fb1ab of _0x11b60c)_0x1ba0f0[_0x144801]=_0x1ba0f0[_0x144801]['concat'](_0x1ba0f0[_0x3fb1ab]),_0x1ba0f0[_0x3fb1ab]=[];}for(const _0x84e991 of _0x1ba0f0)for(let _0x149e7a=0x0;_0x149e7a<_0x84e991['length'];_0x149e7a++){const _0x2cb973=_0x84e991[_0x149e7a+0x1]||null;_0x84e991[_0x149e7a]['next']!==_0x2cb973&&(_0x84e991[_0x149e7a]['next']=_0x2cb973);}for(const _0x1b34ef of _0x1ba0f0)for(let _0x31fd77=0x0;_0x31fd77<_0x1b34ef['length'];_0x31fd77++){const _0x2c4c91=_0x1b34ef[_0x31fd77-0x1]||null;_0x1b34ef[_0x31fd77]['previous']!==_0x2c4c91&&(_0x1b34ef[_0x31fd77]['previous']=_0x2c4c91);}function _0xe4c844(_0x306634,_0x14bed7){if(_0x306634[0x0]['attributes']['groupId']!==_0x14bed7[0x0]['attributes']['groupId']&&_0x306634[0x0]['author']!==_0x14bed7[0x0]['author'])return!0x1;if(!function(_0x293232,_0x28ffd7){if(!_0x293232['hasComments']&&!_0x28ffd7['hasComments'])return!0x0;if(_0x293232['hasComments']&&_0x28ffd7['hasComments'])return!0x1;if(_0x293232['hasComments']&&_0x28ffd7['createdAt']<_0x293232['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x28ffd7['hasComments']&&_0x293232['createdAt']<_0x28ffd7['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x306634[0x0],_0x14bed7[0x0]))return!0x1;const _0x192145=Ft(_0x306634[0x0]['attributes'],['groupId','trackingSessionId']),_0x5baef1=Ft(_0x14bed7[0x0]['attributes'],['groupId','trackingSessionId']);if(!_0xdf7095(_0x192145,_0x5baef1))return!0x1;if(_0x306634[0x0]['attributes']['groupId']==_0x14bed7[0x0]['attributes']['groupId'])return!0x0;if(_0x306634[0x0]['attributes']['trackingSessionId']!==_0x14bed7[0x0]['attributes']['trackingSessionId'])return!0x1;return!!_0x306634['every'](_0x4bb30a=>_0x14bed7['some'](_0xc2e7be=>_0x4bb30a['getFirstRange']()['isEqual'](_0xc2e7be['getFirstRange']())))&&_0x14bed7['every'](_0x14707f=>_0x306634['some'](_0x275a21=>_0x14707f['getFirstRange']()['isEqual'](_0x275a21['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0xe9eb11){const _0x3ab196=Array['from'](_0xe9eb11),_0x1c84a1=this['getSuggestions']({'skipNotAttached':!0x0}),_0x328164=_0x1c84a1['filter'](_0x323445=>!_0xe9eb11['has'](_0x323445)),_0x5da766=new Map(_0x3ab196['map'](_0x49207b=>[_0x49207b,this['_suggestionFactory']['getSuggestionCallback'](_0x49207b['type'],_0x49207b['subType'],'join')])),_0x4c1eda=new Map(_0x1c84a1['map'](_0x30f49e=>[_0x30f49e,_0x30f49e['getRanges']()]));for(let _0x33772b=0x0;_0x33772b<_0x3ab196['length'];_0x33772b++){if(_0xb3e751(this,_0x3ab196[_0x33772b],_0x3ab196,_0x33772b+0x1))return!0x0;}for(let _0x9aa0cb=0x0;_0x9aa0cb<_0x3ab196['length'];_0x9aa0cb++){if(_0xb3e751(this,_0x3ab196[_0x9aa0cb],_0x328164,0x0))return!0x0;}return!0x1;function _0xb3e751(_0x5af69b,_0x39a555,_0x2b6238,_0xd357a8){for(let _0x42cab7=_0xd357a8;_0x42cab7<_0x2b6238['length'];_0x42cab7++){const _0x29f08f=_0x2b6238[_0x42cab7];if(_0x29f08f['type']!==_0x39a555['type']||_0x29f08f['author']['id']!==_0x39a555['author']['id']||_0x29f08f['subType']!==_0x39a555['subType'])continue;if(!Xt(_0x39a555,_0x29f08f))continue;if('attribute'==_0x39a555['type']&&_0x39a555['data']['oldValue']!=_0x29f08f['data']['oldValue'])continue;if('attribute'==_0x39a555['type']&&_0x5af69b['_isBlockAttribute'](_0x39a555['data']['key']))continue;if('formatBlock'==_0x39a555['type']){const _0x2b8f7a=_0x5af69b['editor']['model'],_0x1f6274=_0x39a555['getContainedElement']();if(_0x1f6274&&(_0x2b8f7a['schema']['isObject'](_0x1f6274)||_0x2b8f7a['schema']['isLimit'](_0x1f6274)))continue;}const _0x3fc4ae=_0x5da766['get'](_0x39a555),_0x4c8655=_0x4c1eda['get'](_0x39a555),_0x585e40=_0x4c1eda['get'](_0x29f08f),_0x570407=_0x39a555['commentThread']&&_0x39a555['commentThread']['length'],_0x37174e=_0x29f08f['commentThread']&&_0x29f08f['commentThread']['length'];if(!_0x570407&&_0x3fc4ae(_0x585e40,_0x4c8655))return _0x5af69b['_joinSuggestions'](_0x29f08f,_0x39a555),_0x4c1eda['delete'](_0x39a555),!0x0;if(!_0x37174e&&_0x3fc4ae(_0x4c8655,_0x585e40))return _0x5af69b['_joinSuggestions'](_0x39a555,_0x29f08f),_0x4c1eda['delete'](_0x29f08f),!0x0;}return!0x1;}}['_joinSuggestions'](_0xf2eb16,_0x3e951a){if(_0xf2eb16['isMultiRange']){for(const _0x500821 of _0x3e951a['getRanges']())_0xf2eb16['addRange'](_0x500821);}else{const _0x4d1097=_0x3e951a['getFirstRange']()['end'];this['_setSuggestionRange'](_0xf2eb16,this['_model']['createRange'](_0xf2eb16['getFirstRange']()['start'],_0x4d1097));}_0x3e951a['removeMarkers']();}['_getMarkerAnnouncementText'](_0x3ef3a8,_0x2babf4,_0x27dd74){const _0x337b87=_0x3ef3a8['startsWith']('format')||_0x3ef3a8['startsWith']('attribute')?'FORMATTING':_0x3ef3a8['toUpperCase']();return c(this['editor']['locale'],_0x2babf4+'_'+_0x337b87+'_SUGGESTION_ANNOUNCEMENT',_0x27dd74);}['_initAriaMarkerChangeAnnouncements'](){const _0x256198=this['editor'];if(!_0x256198['ui'])return;const {ariaLiveAnnouncer:_0x3df689}=_0x256198['ui'];_0x268fc9(this['_model'],({left:_0x1b6091,entered:_0x132886})=>{for(const _0x520500 of _0x1b6091){const {group:_0x3d6230,type:_0x501f9d}=this['_splitMarkerName'](_0x520500['name']);if('suggestion'===_0x3d6230){_0x3df689['announce'](this['_getMarkerAnnouncementText'](_0x501f9d,'LEAVE'));break;}}for(const _0x8e6b3c of _0x132886){const {group:_0x33112e,type:_0x140b9c}=this['_splitMarkerName'](_0x8e6b3c['name']);if('suggestion'===_0x33112e){_0x3df689['announce'](this['_getMarkerAnnouncementText'](_0x140b9c,'ENTER',_0x596155(_0x692b0e)));break;}}});}['_processAttributeChanges'](_0x3ec479){if(this['_recordAttributeSuggestions'])return!0x1;const _0x113a3a=this['editor'],_0x3dbad5=_0x113a3a['model']['document']['differ']['getChanges']();if(0x0==_0x3dbad5['length'])return!0x1;const _0x11ade8=[],_0x5af55a=_0x3dbad5['filter'](_0xc04bd=>'attribute'==_0xc04bd['type']),_0x2ed024=_0x3dbad5['filter'](_0x13f955=>'insert'==_0x13f955['type']&&'$text'!=_0x13f955['name']),_0x5ef99b=_0x3dbad5['filter'](_0x2967ce=>'remove'==_0x2967ce['type']&&'$text'!=_0x2967ce['name']);for(const _0x3af4b7 of _0x5af55a)_0x11ade8['push']({'key':_0x3af4b7['attributeKey'],'newValue':_0x3af4b7['attributeNewValue'],'oldValue':_0x3af4b7['attributeOldValue'],'range':zt(_0x3af4b7['range'],_0x113a3a['model'])});for(const _0x512657 of _0x2ed024){const _0x2f9432=_0x5ef99b['find'](_0x264aba=>_0x264aba['position']['isEqual'](_0x512657['position']));_0x2f9432&&_0x11ade8['push']({'key':u,'newValue':_0x512657['name'],'oldValue':_0x2f9432['name'],'range':_0x113a3a['model']['createRangeOn'](_0x512657['position']['nodeAfter'])});}return 0x0!=_0x11ade8['length']&&this['_reduceExistingSuggestions'](_0x3ec479,_0x11ade8);}['_processAttributeSuggestions'](_0x16f315){let _0x1656d8=!0x1;const _0x194b5b=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x320b2c=>_0x320b2c['data']['newRange']&&_0x320b2c['name']['startsWith']('suggestion:attribute:'));for(const _0x5b1cf3 of _0x194b5b){const {subType:_0x58d8e4,id:_0x1fad6d}=this['_splitMarkerName'](_0x5b1cf3['name']),_0x5710bf=_0x58d8e4['split']('|')[0x0];for(const _0x274fcc of this['getSuggestions']({'skipNotAttached':!0x0}))_0x274fcc['id']!=_0x1fad6d&&'attribute'==_0x274fcc['type']&&_0x274fcc['data']&&_0x274fcc['data']['key']==_0x5710bf&&_0x274fcc['getFirstRange']()['isIntersecting'](_0x5b1cf3['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x274fcc,_0x5b1cf3['data']['newRange'],_0x16f315),_0x1656d8=!0x0);}return _0x1656d8;}['_recordAttributeChanges'](_0x246463){this['_recordAttributeSuggestions']=!0x0,_0x246463();}['_isRegisteredAttribute'](_0x55709d){const _0x4f0ab5=this['_isBlockAttribute'](_0x55709d),_0x2a7ab6=this['_inlineAttributeKeys']['has'](_0x55709d);return _0x4f0ab5||_0x2a7ab6;}['_reduceExistingSuggestions'](_0x2a6cc4,_0x5574a2){if(0x0==_0x5574a2['length'])return!0x1;let _0x39cfe8=!0x1;for(const _0x566656 of _0x5574a2){const _0x1879c3=this['_findSuggestions'](_0x566656['range'],'attribute')['filter'](_0x352fd3=>!_0x352fd3['meta']['isNextTo'])['map'](_0xf213e1=>_0xf213e1['suggestion']),_0x1e26b8=_0x277fad({'newValue':_0x566656['newValue']});_0x1879c3['filter'](_0x29744d=>{const [_0x8771e0,_0x54e167]=_0x29744d['subType']['split']('|');return _0x8771e0==_0x566656['key']&&_0x54e167!=_0x1e26b8;})['forEach'](_0x530a02=>{this['_reduceSuggestionAttributeRange'](_0x530a02,_0x566656['range'],_0x2a6cc4),_0x39cfe8=!0x0;});}return _0x39cfe8;}['_reduceSuggestionAttributeRange'](_0x13f403,_0x487ae9,_0x34c23f){const _0x15450c=_0x13f403['getFirstRange']()['getDifference'](_0x487ae9);0x0!==_0x15450c['length']?0x1!==_0x15450c['length']?this['_breakSuggestionMarker'](_0x13f403,_0x487ae9['start'],_0x487ae9['end']):this['_setSuggestionRange'](_0x13f403,_0x15450c[0x0]):_0x34c23f['removeMarker'](_0x13f403['getFirstMarker']());}}class Pt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x3711fb){this['_editor']=_0x3711fb,this['_model']=_0x3711fb['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x8168e1,_0x3e6279,_0x562254,_0x282635,_0x5d13e7,_0x3fd233,_0x43f4cc){return new o(this['_model'],{'type':_0x8168e1,'subType':_0x3e6279,'id':_0x562254,'originalSuggestionId':_0x43f4cc,'author':_0x282635,'creator':_0x282635,'attributes':_0x5d13e7,'onAttributesChange':_0x3fd233,'onAccept':(..._0x1ff977)=>this['getSuggestionCallback'](_0x8168e1,_0x3e6279,'accept')(..._0x1ff977),'onDiscard':(..._0x42f7c4)=>this['getSuggestionCallback'](_0x8168e1,_0x3e6279,'discard')(..._0x42f7c4)});}['registerCustomCallback'](_0x592ce9,_0x4ea7c6,_0x46ad08,_0x527c90){const _0x25a789=_0x592ce9+':'+_0x4ea7c6+':'+_0x46ad08;this['_customCallbacks']['set'](_0x25a789,_0x527c90);}['getSuggestionCallback'](_0x49f73d,_0x1123c7,_0x36647d){const _0x260f94=_0x49f73d+':'+_0x1123c7+':'+_0x36647d;return this['_customCallbacks']['get'](_0x260f94)||this['_defaultCallbacks']['get'](_0x49f73d+':'+_0x36647d);}['_registerDefaultCallbacks'](){const _0x2c718f=()=>!0x1,_0x10f868=_0x54d883=>{_0x54d883['sort']((_0x3f15c8,_0x5ebf99)=>_0x3f15c8['start']['isBefore'](_0x5ebf99['start'])?0x1:-0x1),this['_model']['change'](_0x13760d=>{for(const _0x19650d of _0x54d883){let _0x5693ed;_0x5693ed=_0x19650d['end']['isAtEnd']&&_0x19650d['end']['parent']==_0x19650d['start']['nodeAfter']?_0x13760d['createSelection'](_0x19650d['start']['nodeAfter'],'on'):_0x13760d['createSelection'](_0x19650d),this['_model']['deleteContent'](_0x5693ed,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0,'doNotFixSelection':!0x0});}});},_0x2c611d=(_0xd88b62,_0x5c0fb6)=>{_0x5c0fb6&&this['_model']['change'](_0x296c7a=>{const {commandName:_0x5a7336,commandParams:_0xa479a7=[]}=_0x5c0fb6,_0x141549=_0xd88b62['map'](_0x135e2a=>(Lt(_0x135e2a)&&(_0x135e2a=this['_model']['createRange'](_0x135e2a['end'])),_0x135e2a))['filter'](_0x372ce3=>'$graveyard'!==_0x372ce3['root']['rootName']);if(_0x141549['length']<0x1)return;const _0x5695fa=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x550ec2=>_0x1f6f9b['fromRange'](_0x550ec2));_0x296c7a['setSelection'](_0x141549);for(const _0x20b4fe of this['_editor']['commands']['commands']())_0x20b4fe['refresh']();_0xa479a7['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x5a7336,..._0xa479a7);const _0x2c9f1e=_0x5695fa['filter'](_0x369ac9=>'$graveyard'!=_0x369ac9['root']['rootName']);_0x2c9f1e['length']>0x0&&_0x296c7a['setSelection'](_0x2c9f1e);for(const _0x5aad30 of _0x5695fa)_0x5aad30['detach']();});},_0xa93c54=(_0x40b2e8,_0x3e0e53)=>0x1==_0x40b2e8['length']&&0x1==_0x3e0e53['length']&&_0x40b2e8[0x0]['end']['isEqual'](_0x3e0e53[0x0]['start']),_0x3f81ee=(_0x8d7702,_0x20e473,_0x544760,_0x3f6dec)=>Qt(_0x8d7702,_0x20e473,_0x544760,_0x3f6dec)?[_0x8d7702,_0x20e473]:Qt(_0x20e473,_0x8d7702,_0x3f6dec,_0x544760)?[_0x20e473,_0x8d7702]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x2c718f),this['_defaultCallbacks']['set']('insertion:discard',_0x10f868),this['_defaultCallbacks']['set']('insertion:join',_0xa93c54),this['_defaultCallbacks']['set']('insertion:chain',_0x3f81ee),this['_defaultCallbacks']['set']('deletion:accept',_0x10f868),this['_defaultCallbacks']['set']('deletion:discard',_0x2c718f),this['_defaultCallbacks']['set']('deletion:join',_0xa93c54),this['_defaultCallbacks']['set']('deletion:chain',_0x3f81ee),this['_defaultCallbacks']['set']('formatInline:accept',_0x2c611d),this['_defaultCallbacks']['set']('formatInline:discard',_0x2c718f),this['_defaultCallbacks']['set']('formatInline:join',_0xa93c54),this['_defaultCallbacks']['set']('formatInline:chain',_0x2c718f),this['_defaultCallbacks']['set']('formatBlock:accept',_0x2c611d),this['_defaultCallbacks']['set']('formatBlock:discard',_0x2c718f),this['_defaultCallbacks']['set']('formatBlock:join',_0xa93c54),this['_defaultCallbacks']['set']('formatBlock:chain',_0x2c718f),this['_defaultCallbacks']['set']('attribute:accept',_0x2c718f),this['_defaultCallbacks']['set']('attribute:discard',(_0x359696,_0x369b6d)=>{if(!_0x369b6d)return;const _0x23e595=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x1f64b8=>{if(_0x369b6d['key']==u)for(const _0x4ea503 of _0x359696){const _0x160807=_0x4ea503['start']['nodeAfter'],_0x13c94d=_0x369b6d['oldValue'];_0x1f64b8['rename'](_0x160807,_0x13c94d);}else{if(_0x23e595['_isBlockAttribute'](_0x369b6d['key'])){for(const _0x4e1f27 of _0x359696)void 0x0!==_0x369b6d['oldValue']?_0x1f64b8['setAttribute'](_0x369b6d['key'],_0x369b6d['oldValue'],_0x4e1f27['start']['nodeAfter']):_0x1f64b8['removeAttribute'](_0x369b6d['key'],_0x4e1f27['start']['nodeAfter']);}else{for(const _0xa9d1bd of _0x359696)_0x369b6d['oldValue']?_0x1f64b8['setAttribute'](_0x369b6d['key'],_0x369b6d['oldValue'],_0xa9d1bd):_0x1f64b8['removeAttribute'](_0x369b6d['key'],_0xa9d1bd);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0xa93c54);}}function Gt(_0x56661d,_0x3e91b6,_0x49f53a){for(const _0x2971f0 of _0x3e91b6['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x2971f0['root']==_0x2971f0)return!0x1;if(!_0x49f53a['containsItem'](_0x2971f0))return!0x1;if(_0x56661d['isObject'](_0x2971f0)||_0x56661d['isLimit'](_0x2971f0))return!0x0;}return!0x1;}function Lt(_0x4a65be){return _0x4a65be['end']['parent']==_0x4a65be['start']['nodeAfter']&&_0x4a65be['end']['isAtStart'];}function Jt(_0x412183,_0x47beb6,_0x348f75,_0x23debc){const _0x135cf7=_0x3d0c49=>!_0x3d0c49['item']['is']('$textProxy')&&!_0x23debc['isObject'](_0x3d0c49['item']),_0x27f38b=_0x412183['start']['getLastMatchingPosition'](_0x135cf7),_0x285c05=_0x412183['end']['getLastMatchingPosition'](_0x135cf7,{'direction':'backward'});return(!_0x412183['start']['isEqual'](_0x27f38b)||!_0x412183['end']['isEqual'](_0x285c05))&&(_0x27f38b['isBefore'](_0x285c05)?_0x348f75['updateMarker'](_0x47beb6,{'range':_0x348f75['createRange'](_0x27f38b,_0x285c05)}):_0x348f75['removeMarker'](_0x47beb6),!0x0);}function Kt(_0x78435f){return _0x277fad(_0x78435f);}function Ht(_0x1bd6ef){const _0x4c721a=_0x1bd6ef['start']['nodeAfter'];return _0x4c721a&&_0x4c721a['is']('element');}function qt(_0x10c930){return!Lt(_0x10c930)&&!function(_0xf560ef){return _0xf560ef['start']['parent']==_0xf560ef['end']['nodeBefore']&&_0xf560ef['start']['isAtEnd'];}(_0x10c930);}function zt(_0x580c2b,_0x31b0e0){return null==_0x580c2b['end']['nodeBefore']&&_0x580c2b['end']['parent']==_0x580c2b['start']['nodeAfter']?Wt(_0x580c2b['start']['nodeAfter'],_0x31b0e0):_0x580c2b;}function Wt(_0xd7ff3f,_0x5210d0){const _0x231d00=_0x5210d0['schema']['isObject'](_0xd7ff3f)||_0x5210d0['schema']['isSelectable'](_0xd7ff3f);return _0x5210d0['createRange'](_0x5210d0['createPositionAt'](_0xd7ff3f,'before'),_0x231d00?_0x5210d0['createPositionAfter'](_0xd7ff3f):_0x5210d0['createPositionAt'](_0xd7ff3f,'end'));}function Qt(_0x7a3b1,_0x3e5703,_0xb59ab0,_0x4c2386){return!!Xt(_0x7a3b1,_0x3e5703)&&_0xb59ab0['end']['isEqual'](_0x4c2386['start']);}function Xt(_0xc725fe,_0x34ffc3){if(!_0xc725fe['_isDataLoaded']||!_0x34ffc3['_isDataLoaded'])return!0x1;const _0x2d9444=new Set(Object['keys'](_0xc725fe['attributes'])),_0x437e8b=new Set(Object['keys'](_0x34ffc3['attributes']));if(_0x2d9444['delete']('groupId'),_0x437e8b['delete']('groupId'),0x0==_0x2d9444['size']&&0x0==_0x437e8b['size'])return!0x0;if(_0x2d9444['size']!=_0x437e8b['size'])return!0x1;const _0x2f7622={..._0xc725fe['attributes']},_0x5eb156={..._0x34ffc3['attributes']};return delete _0x2f7622['groupId'],delete _0x5eb156['groupId'],JSON['stringify'](_0x2f7622)==JSON['stringify'](_0x5eb156);}function Yt(_0x307f97,_0x1f0c9f){const _0x534082=Zt(_0x307f97['attributes']),_0x1aef60=Zt(_0x1f0c9f);if(!_0x307f97['_isDataLoaded'])return!0x1;for(const _0x190309 of Object['keys'](_0x1aef60))if(!_0xdf7095(_0x534082[_0x190309],_0x1aef60[_0x190309]))return!0x1;return!0x0;}function Zt(_0x4838df){const _0x3add1d=Object['assign']({},_0x4838df);return delete _0x3add1d['skipNestingCheck'],delete _0x3add1d['tablePasteChainId'],_0x3add1d;}class pe extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x392217(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x5c5729,_0x31a18b,_0x30c1d8,_0x83fde5){super(),this['model']=_0x31a18b,this['view']=_0x30c1d8,this['commentThreadController']=_0x83fde5,this['_editor']=_0x5c5729,this['_acceptCommand']=_0x5c5729['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x5c5729['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x91854d,_0x2bd058)=>_0x91854d||_0x2bd058),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x42fcea=>_0x42fcea&&this['_editor']['model']['canEditAt'](_0x31a18b['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0xf47727=>_0xf47727&&this['_editor']['model']['canEditAt'](_0x31a18b['getRanges']())),this['_pendingAction']=null,_0x30c1d8['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x30c1d8,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x30c1d8,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x30c1d8,'change:isDirty',()=>{_0x30c1d8['isDirty']?this['_setPendingAction']():this['_removePendingAction']();});}['acceptSuggestion'](){this['_acceptCommand']['execute'](this['model']['id']);}['discardSuggestion'](){this['_discardCommand']['execute'](this['model']['id']);}['destroy'](){this['view']['unbind']('isEnabled'),this['view']['unbind']('canAccept'),this['view']['unbind']('canDiscard'),this['stopListening'](),this['commentThreadController']['destroy'](),this['_pendingAction']&&this['_removePendingAction']();}['_setPendingAction'](){const _0x2dafc1=c(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x2dafc1);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x564b64{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x54a506,_0x4f9f73,_0x1a6cc3,_0x1270a1){super(_0x54a506),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0xde0aa6(_0x54a506,c(_0x54a506,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x4f9f73['authoredAt']),this['bind']('authoredAt')['to'](_0x4f9f73),this['set']('descriptionParts',[]),this['set']('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this['bind']('ariaLabel')['to'](this,'length',_0x4f9f73,'authoredAt',this,'descriptionParts',(_0x3ef40b,_0x13949e,_0x248ada)=>{const _0x10e3d9=_0x248ada['map'](_0xa2cea3=>ls(_0xa2cea3['content']))['join']('.\x20')+'.';return c(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x3ef40b-0x1,_0x4f9f73['author']['name'],_0x13949e?_0x1270a1['formatDateTime'](_0x13949e):'',new DOMParser()['parseFromString'](_0x10e3d9,'text/html')['body']['textContent']]);}),this['focusables']=new _0x669556(),this['focusTracker']=new _0x154d70(),this['keystrokes']=new _0x3c0c63(),this['focusCycler']=new _0x3c3dec({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x501daf=>_0x501daf['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x4f9f73,this['_localUser']=_0x1a6cc3,this['_config']=_0x1270a1,_0x1270a1['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x96e750(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x5d4e63}=this['_config'];this['commentsListView']=new _0x5d4e63(this['locale'],this['_model']['commentThread'],Object['assign']({'CommentView':this['_config']['CommentView']},this['_config'])),this['commentsListView']['delegate']('removeComment')['to'](this),this['commentsListView']['delegate']('updateComment')['to'](this),this['commentsListView']['bind']('isActive')['to'](this),this['set']('length',this['commentsListView']['length']+0x1),this['bind']('length')['to'](this['commentsListView'],'length',_0xe6d309=>_0xe6d309+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0xce6ae1,_0x1affb8)=>_0xce6ae1||!!_0x1affb8);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x59e9ff}=this['_config'],_0x47b595=new _0x59e9ff(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x1ffa7e=_0x47b595['commentInputView'];return _0x47b595['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x1ffa7e,'value',(_0xca48d5,_0x3cbce1,_0x4a2371)=>!!_0x4a2371||_0xca48d5&&!_0x3cbce1),_0x1ffa7e['on']('submit',(_0x3ca4f7,_0xcd9ce8)=>{this['fire']('addComment',_0xcd9ce8),_0x1ffa7e['editor']['setData']('');}),_0x1ffa7e['on']('cancel',()=>this['focus']()),_0x1ffa7e['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x47b595;}}class fe extends us{['suggestionView'];['_descriptionElement'];constructor(_0x5ad125,_0x2e314d,_0x5e6b18,_0x806d9c){super(_0x5ad125,_0x2e314d,_0x5e6b18,_0x806d9c),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x2dc634=>_0x2dc634&&_0x2dc634[0x0]?_0x2dc634[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x462056,_0x39c46c)=>{let _0x4c6e25='';for(const _0x2bba4d of _0x462056)_0x4c6e25+='<p>'+ls(_0x2bba4d['content'],_0x2bba4d['color'])+'</p>';return _0x39c46c?_0x4c6e25:_0x527a31(_0x4c6e25,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x806d9c['SuggestionView'](_0x5ad125,_0x2e314d,{'formatDateTime':_0x806d9c['formatDateTime']}),this['suggestionView']['bind']('description')['to'](this),this['suggestionView']['delegate']('acceptSuggestion','discardSuggestion')['to'](this),this['suggestionView']['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['suggestionView']['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['focusables']['add'](this['suggestionView']),this['commentsListView']&&this['focusables']['add'](this['commentsListView']),this['commentThreadInputView']&&this['focusables']['add'](this['commentThreadInputView']),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x3315c7=this['bindTemplate'],_0x862fe6=[this['suggestionView']];return this['commentsListView']&&_0x862fe6['push'](this['commentsListView']),this['commentThreadInputView']&&_0x862fe6['push'](this['commentThreadInputView']),_0x862fe6['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x3315c7['if']('isActive','ck-suggestion-wrapper--active'),_0x3315c7['to']('type',_0x221a0d=>'ck-suggestion-'+_0x221a0d),this['_config']['disableComments']&&'ck-suggestion--disabled-comments'],'data-suggestion-id':this['_model']['id'],'data-thread-id':this['_model']['commentThread']['id'],'data-author-id':this['_model']['author']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x3315c7['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x862fe6};}['render'](){super['render'](),this['commentsListView']&&(this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this)),this['commentThreadInputView']&&(this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this));}}class we extends _0x564b64{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x3c964c,_0x52bec4,_0x58f2bb){super(_0x3c964c),this['_model']=_0x52bec4,this['_config']=_0x58f2bb,this['set']('description',''),this['bind']('authoredAt')['to'](_0x52bec4),this['acceptButton']=this['_createButton'](c(_0x3c964c,'Accept\x20suggestion'),_0xf48063,'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](c(_0x3c964c,'Discard\x20suggestion'),_0x3d8301,'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x284f92(_0x3c964c,_0x52bec4['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x669556([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x154d70(),this['keystrokes']=new _0x3c0c63(),this['focusCycler']=new _0x3c3dec({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x299259=>_0x299259['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x1a975e=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x1a975e['innerHTML']=this['description'],this['on']('change:description',(_0x53b7c5,_0x129574,_0x5ad9c7)=>{_0x1a975e['innerHTML']=_0x5ad9c7;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x6035b2=this['bindTemplate'],_0x87680e=[{'tag':'div','attributes':{'class':['ck-suggestion__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-suggestion__info-name','ck-annotation__info-name'],'data-cke-tooltip-text':this['userView']['name']}},{'tag':'time','attributes':{'datetime':_0x6035b2['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x6035b2['to']('authoredAt',_0x50ac15=>this['_config']['formatDateTime'](_0x50ac15))}]}]},{'tag':'div','attributes':{'class':['ck-suggestion__actions','ck-annotation__actions']},'children':[this['acceptButton'],this['discardButton']]},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']}}];return this['_model']['isExternal']&&_0x87680e['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]}),{'tag':'div','attributes':{'class':['ck-suggestion','ck-annotation'],'tabindex':-0x1},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-suggestion__main','ck-annotation__main'],'role':'presentation'},'children':_0x87680e}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?c(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):c(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?c(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):c(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x3fa9a6,_0x271750,_0x5ad243,_0x1a158a,_0x1c97b0){const _0x34e5b2=new _0x5ad22c(this['locale']);return _0x34e5b2['set']({'label':_0x3fa9a6,'icon':_0x271750,'tooltip':!0x0,'tooltipPosition':_0x1c97b0}),_0x34e5b2['extendTemplate']({'attributes':{'class':_0x5ad243}}),_0x34e5b2['on']('execute',()=>{this['fire'](_0x1a158a,this['_model']['id']);}),_0x34e5b2;}['_setupKeyboardNavigation'](){const _0x52d322=this['element'];this['keystrokes']['listenTo'](_0x52d322);for(const _0x93c42b of this['focusables'])this['focusTracker']['add'](_0x93c42b['element']),this['keystrokes']['listenTo'](_0x93c42b['element']);this['keystrokes']['set']('enter',(_0x2d450e,_0x47477f)=>{_0x52d322===_0x2d450e['target']&&(this['focusCycler']['focusFirst'](),_0x47477f());}),this['keystrokes']['set']('esc',(_0x505327,_0x462925)=>{_0x52d322!==_0x505327['target']&&(this['focus'](),_0x462925());});}}class d extends _0x3b7b17{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x3f47f0,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1fe655){super(_0x1fe655),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x235c04=this['editor']['config'];_0x235c04['define']('trackChanges.SuggestionThreadView',fe),_0x235c04['define']('trackChanges.SuggestionView',we),_0x235c04['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x235c04['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x4b0f31,_0x28df9e){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x573a4b,_0x56acaa]of this['_handleControllerBuffer']){const _0x43385d=this['_suggestionToController']['has'](_0x573a4b);_0x43385d||_0x56acaa?_0x43385d&&_0x56acaa&&this['_destroyController'](_0x573a4b):this['_initializeController'](_0x573a4b);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x4b0f31,_0x28df9e);}['init'](){const _0x103693=this['editor'],_0x14eecd=_0x103693['plugins']['get']('TrackChangesEditing'),_0x7e4bb5=_0x103693['plugins']['get']('Annotations'),_0x592a04=_0x103693['plugins']['get']('EditorAnnotations'),_0x3e6bf6=_0x103693['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x592a04['addSourceCollector'](()=>{const _0x283181=[];for(const [_0x7555ec,_0x29ac35]of Array['from'](this['_suggestionToController'])){const _0x290c37=_0x7555ec['getAllAdjacentSuggestions'](),_0x1b4c11=[];for(const _0x426f64 of _0x290c37){if(!_0x426f64['isInContent'])continue;if(_0x426f64['isMultiRange']){_0x1b4c11['push'](..._0x426f64['getRanges']());continue;}const _0x199481=_0x426f64['getFirstRange']();if(_0x1b4c11['length']>0x0){const _0x1acbbc=_0x1b4c11[0x0]['getJoined'](_0x199481);if(_0x1acbbc){_0x1b4c11[0x0]=_0x1acbbc;continue;}}_0x1b4c11['push'](_0x199481);}_0x283181['push']([_0x29ac35['view'],_0x1b4c11]);}return _0x283181;}),this['listenTo'](_0x14eecd,'suggestionLoaded',(_0x5861b6,_0x44962a)=>{this['listenTo'](_0x44962a,'change:previous',(_0x177a1c,_0x599dc1,_0x51d63d,_0x5376dc)=>{_0x44962a['isInContent']&&(null==_0x51d63d?(this['_updateController'](_0x5376dc['head']),this['_handleSuggestionControllerDelayed'](_0x44962a,!0x1)):(this['_updateController'](_0x51d63d['head']),null==_0x5376dc&&this['_handleSuggestionControllerDelayed'](_0x44962a,!0x0)));}),null!==_0x44962a['previous']?this['_updateController'](_0x44962a['head']):this['_handleSuggestionControllerDelayed'](_0x44962a,!0x1);}),this['listenTo'](_0x14eecd,'suggestionUnloaded',(_0x20e2f2,_0x55f398,_0x2c2728)=>{this['stopListening'](_0x55f398,'change:previous'),this['_handleControllerBuffer']['delete'](_0x55f398),this['_suggestionToController']['has'](_0x55f398)&&this['_destroyController'](_0x55f398),_0x2c2728&&this['_updateController'](_0x2c2728['head']);}),this['listenTo'](_0x14eecd,'suggestionChanged',(_0x1281e0,_0x453bdb)=>{this['_updateController'](_0x453bdb);}),this['listenTo'](_0x7e4bb5,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x3e6bf6,'addComment',(_0x125236,{threadId:_0x398240,isFromAdapter:_0x546256})=>{if(_0x546256||!_0x14eecd['hasSuggestion'](_0x398240))return;const _0x406745=_0x14eecd['getSuggestion'](_0x398240);this['_suggestionToController']['get'](_0x406745)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4f945b=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x339aea;for(const _0x4b6354 in _0x4f945b){const _0x2abf98=_0x4b6354,_0x3a243e=_0x4f945b[_0x2abf98];if('trackChangesLicenseKeyValid'==_0x3a243e||'trackChangesLicenseKeyInvalid'==_0x3a243e||'trackChangesLicenseKeyExpired'==_0x3a243e||'trackChangesLicenseKeyDomainLimit'==_0x3a243e||'trackChangesLicenseKeyNotAllowed'==_0x3a243e||'trackChangesLicenseKeyEvaluationLimit'==_0x3a243e||'trackChangesLicenseKeyTrialLimit'==_0x3a243e||'trackChangesLicenseKeyUsageLimit'==_0x3a243e){delete _0x4f945b[_0x2abf98],_0x339aea=_0x3a243e,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x339aea&&_0x4f945b['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x339aea&&_0x4f945b['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x339aea&&_0x4f945b['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x339aea&&_0x4f945b['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x339aea&&_0x4f945b['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x339aea&&_0x4f945b['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyUsageLimit'==_0x339aea&&_0x4f945b['_showLicenseError']('usageLimit');},0x3e8);}['_refreshActiveMarkers'](){const _0x2de6a3=this['editor']['plugins']['get']('Annotations'),_0x2234aa=this['editor']['plugins']['get']('TrackChangesEditing'),_0x356d1b=Array['from'](_0x2de6a3['activeAnnotations'],_0x35be82=>_0x35be82['innerView'])['filter'](_0x1ec507=>this['_viewToController']['has'](_0x1ec507)),_0xdddec=[];for(const _0x5dfe83 of _0x356d1b){const _0x2afeed=this['_viewToController']['get'](_0x5dfe83)['model']['getAllAdjacentSuggestions']();_0xdddec['push'](..._0x2afeed['reduce']((_0xe6f597,_0x2223e8)=>[..._0xe6f597,..._0x2223e8['getMarkerNames']()],[]));}_0x2234aa['activeMarkers']=_0xdddec;}['_addUIComponentsToFactory'](){const _0x5daa1d=this['editor'],_0x3162f6=_0x5daa1d['locale'],_0x3b90d4=c(_0x3162f6,'Track\x20changes'),_0x5a2c76=new _0x569b00([{'type':'switchbutton','model':new _0x8d1626({'withText':!0x0,'isToggleable':!0x0,'label':_0x3b90d4,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x8d1626({'withText':!0x0,'label':c(_0x3162f6,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x8d1626({'withText':!0x0,'label':c(_0x3162f6,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x8d1626({'withText':!0x0,'label':c(_0x3162f6,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x8d1626({'withText':!0x0,'label':c(_0x3162f6,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0x5daa1d['plugins']['has']('TrackChangesPreview')&&_0x5a2c76['addMany']([{'type':'separator'},{'type':'button','model':new _0x8d1626({'withText':!0x0,'label':c(_0x3162f6,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x268c1a of _0x5a2c76)if(ke(_0x268c1a)){const _0x47adde=_0x5daa1d['commands']['get'](_0x268c1a['model']['commandName']);_0x268c1a['model']['bind']('isOn','isEnabled')['to'](_0x47adde,'value','isEnabled');}_0x5daa1d['ui']['componentFactory']['add']('trackChanges',_0x2d618b=>this['_createToolbarButton'](_0x2d618b,_0x5a2c76,_0x3b90d4)),_0x5daa1d['ui']['componentFactory']['add']('menuBar:trackChanges',_0x1b7e29=>this['_createMenuBarMenu'](_0x1b7e29,_0x5a2c76,_0x3b90d4));}['_createToolbarButton'](_0x72eeb3,_0x3e9381,_0x2bc0c8){const _0x30246f=_0x1e3e80(_0x72eeb3,_0x1be649),_0x2f64e0=this['editor']['commands']['get']('trackChanges');_0x30246f['buttonView']['set']({'tooltip':_0x2bc0c8,'label':_0x2bc0c8,'icon':_0x351586}),_0x30246f['buttonView']['bind']('isOn')['to'](_0x2f64e0,'value'),_0x30246f['buttonView']['on']('execute',()=>{_0x2f64e0['execute'](),this['editor']['editing']['view']['focus']();}),_0x3936e1(_0x30246f,_0x3e9381,{'role':'menu'});const _0x3afdba=[];for(const _0x3fa8aa of _0x3e9381)ke(_0x3fa8aa)&&_0x3afdba['push'](this['editor']['commands']['get'](_0x3fa8aa['model']['commandName']));const _0x1be00c=_0x30246f['buttonView'];return _0x1be00c['actionView']['unbind']('isEnabled'),_0x1be00c['arrowView']['unbind']('isEnabled'),_0x1be00c['actionView']['bind']('isEnabled')['to'](_0x2f64e0,'isEnabled'),_0x1be00c['arrowView']['bind']('isEnabled')['toMany'](_0x3afdba,'isEnabled',(..._0x224df2)=>_0x224df2['some'](_0x656841=>_0x656841)),_0x30246f['on']('execute',_0x1dc5a6=>{this['editor']['execute'](_0x1dc5a6['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x30246f;}['_createMenuBarMenu'](_0x2b15f1,_0x1271c2,_0x26eace){const _0x1082d5=new _0x4c37c4(_0x2b15f1),_0x3cabe9=this['editor']['commands']['get']('trackChanges');_0x1082d5['buttonView']['set']({'label':_0x26eace,'icon':_0x351586});const _0x49131f=new _0x311ed1(_0x2b15f1);for(const _0x235b8b of _0x1271c2){if('separator'==_0x235b8b['type']){_0x49131f['items']['add'](new _0x4d2682(_0x2b15f1));continue;}const _0x2e2144=new _0x3c3247(_0x2b15f1,_0x1082d5),_0x3789ec=new _0x352b5a(_0x2b15f1),_0x4b1e78=_0x235b8b['model'];_0x3789ec['bind'](...Object['keys'](_0x4b1e78))['to'](_0x4b1e78),_0x3789ec['delegate']('execute')['to'](_0x1082d5),_0x3789ec['on']('execute',()=>{this['editor']['execute'](_0x4b1e78['commandName']),this['editor']['editing']['view']['focus']();}),_0x2e2144['children']['add'](_0x3789ec),_0x49131f['items']['add'](_0x2e2144);}return _0x1082d5['bind']('isEnabled')['to'](_0x3cabe9,'isEnabled'),_0x1082d5['panelView']['children']['add'](_0x49131f),_0x1082d5;}['_initializeController'](_0x15989d){const _0x39f023=this['editor'],_0x1ba6d5=_0x39f023['config'],_0x1a85fe=_0x39f023['plugins']['get']('Annotations'),_0x3f21bd=_0x39f023['plugins']['get']('CommentsRepository'),_0x365c0b=_0x39f023['plugins']['get']('EditorAnnotations'),_0x4dcc83=_0x39f023['plugins']['get'](_0x3f47f0)['me'],_0xa7826f=_0x1ba6d5['get']('trackChanges')['SuggestionThreadView'],_0x5e5b03=_0x1ba6d5['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x4d845e,CommentThreadInputView:_0x4f5a12}=_0x39f023['plugins']['get']('CommentsUI');let _0x3fd249,_0x365f31,_0x356251;this['_annotationViews']['has'](_0x15989d['id'])?(_0x365f31=this['_annotationViews']['get'](_0x15989d['id']),_0x3fd249=_0x365f31['mainView']):(_0x3fd249=new _0xa7826f(_0x39f023['locale'],_0x15989d,_0x4dcc83,{'disableComments':this['_disableComments'],'editorConfig':{..._0x1ba6d5['get']('comments.editorConfig'),'licenseKey':_0x1ba6d5['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x1ba6d5['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x1ba6d5['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x1ba6d5['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x3f01e5(_0x1ba6d5['get']('locale'),_0x39f023['locale']),'CommentView':_0x1ba6d5['get']('comments')['CommentView'],'CommentsListView':_0x4d845e,'CommentThreadInputView':_0x4f5a12,'SuggestionView':_0x5e5b03}),_0x3fd249['suggestionView']['acceptButton']['on']('execute',()=>{_0x39f023['editing']['view']['focus']();}),_0x3fd249['suggestionView']['discardButton']['on']('execute',()=>{_0x39f023['editing']['view']['focus']();}),_0x365f31=_0x1a85fe['createAnnotationView'](this['editor']['locale'],_0x3fd249),_0x365f31['bind']('isDirty')['to'](_0x3fd249,'isDirty'),_0x365f31['bind']('length')['to'](_0x3fd249),_0x365f31['bind']('type')['to'](_0x3fd249,'type',_0x3189fd=>'suggestion-'+_0x3189fd),_0x3fd249['on']('escape',()=>{_0x356251['fire']('escape');}),this['_annotationViews']['set'](_0x15989d['id'],_0x365f31));const _0x21e580=_0x3f21bd['createCommentThreadController'](_0x15989d['commentThread'],_0x3fd249),_0xbe527=new pe(_0x39f023,_0x15989d,_0x3fd249,_0x21e580),_0x2349eb=_0x15989d['getAllAdjacentSuggestions']()['filter'](_0x306579=>_0x306579['isInContent']);_0x3fd249['descriptionParts']=_0x39f023['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x2349eb),this['_suggestionToController']['set'](_0x15989d,_0xbe527),this['_viewToController']['set'](_0x3fd249,_0xbe527),_0x356251=_0x1a85fe['createAnnotation']({'view':_0x365f31,'target':()=>{const _0x1d593a=[],_0x1afeb8=_0x15989d['getAllAdjacentSuggestions']()['filter'](_0x414d75=>_0x414d75['isInContent']);for(const _0x57ff1c of _0x1afeb8)_0x1d593a['push'](..._0x57ff1c['getMarkers']());return _0x2729e0(_0x39f023['editing'],_0x1d593a);},'type':()=>'suggestion-'+_0xbe527['view']['type']}),_0x3f21bd['_bindAnnotationToEditors'](_0x3fd249,_0x356251),_0x1a85fe['add'](_0x356251),_0x365c0b['registerAnnotation'](_0x356251);}['_destroyController'](_0x56d276){const _0x16ef69=this['editor']['plugins']['get']('CommentsRepository'),_0x53a888=this['editor']['plugins']['get']('Annotations'),_0x5899fa=this['_suggestionToController']['get'](_0x56d276),_0x4bfcb8=_0x5899fa['view'],_0x4e94f8=_0x53a888['getByInnerView'](_0x4bfcb8);_0x16ef69['_unbindEditors'](_0x4bfcb8),_0x4e94f8&&_0x53a888['remove'](_0x4e94f8),this['_suggestionToController']['delete'](_0x56d276),this['_viewToController']['delete'](_0x4bfcb8),_0x5899fa['destroy']();}['_updateController'](_0x3b39ea){if(!_0x3b39ea['isInContent']||!this['_suggestionToController']['has'](_0x3b39ea))return;const _0x391a55=this['editor']['plugins']['get']('TrackChangesEditing'),_0x20ea29=this['_suggestionToController']['get'](_0x3b39ea),_0x220ecd=_0x3b39ea['getAllAdjacentSuggestions']();_0x20ea29['view']['descriptionParts']=_0x391a55['descriptionFactory']['getDescriptions'](_0x220ecd);}['destroy'](){for(const _0x217fc7 of this['_suggestionToController']['keys']())this['_destroyController'](_0x217fc7);for(const _0x1fed4b of this['_annotationViews']['values']())_0x1fed4b['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function ke(_0x23439f){return'model'in _0x23439f;}class k extends _0x3b7b17{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x213fda){this['editor']['plugins']['get'](p)['adapter']=_0x213fda;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x4868f8){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x4868f8);}['getSuggestions']({skipNotAttached:_0x5f3ee8=!0x1,toJSON:_0x58fc64=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x5f3ee8,'toJSON':_0x58fc64});}['getSuggestion'](_0x2c07fc){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x2c07fc);}}const w=['Pagination'];class T extends _0x3b7b17{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x23bbc9=this['editor'];if(_0x23bbc9['config']['define']('trackChangesData.editorCreator',_0x51900b=>{const _0x482447=_0x23bbc9['model']['document']['getRootNames']()['reduce']((_0x48353b,_0x5ff59b)=>(_0x48353b[_0x5ff59b]='',_0x48353b),{});return _0x23bbc9['constructor']['create'](_0x482447,_0x51900b);}),'function'!=typeof _0x23bbc9['config']['get']('trackChangesData')['editorCreator'])throw new _0x2ff5bb('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x2d7683){return N(this['editor'],!0x0,_0x2d7683);}['getDataWithDiscardedSuggestions'](_0x3af63e){return N(this['editor'],!0x1,_0x3af63e);}}class D extends _0x3b7b17{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x36fdb7){function _0x30a025(_0x358d0e){return _0x358d0e['map'](_0x49a44b=>String['fromCharCode'](_0x49a44b))['join']('');}super(_0x36fdb7),this['result']='end',_0x36fdb7[_0x30a025([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x30a025([0x76,0x69,0x65,0x77])][_0x30a025([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x30a025([0x61,0x75,0x74,0x6f]),_0x36fdb7[_0x30a025([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x30a025([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x30a025([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x30a025([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x30a025([0x6f,0x6b])});}['init'](){this['editor']['plugins']['get']('CommentsRepository')['_adapter']={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this['editor']['plugins']['get']('TrackChangesEditing')['_adapter']=null;}}function Ge(_0x51999a){return void 0x0!==_0x51999a['getRootsAttributes'];}async function N(_0x5db3a6,_0x220803,_0xd75515){const _0x2a5918=_0x201bd5(_0x5db3a6,w);_0x2a5918['plugins']['push'](p,D),_0x2a5918['rootsAttributes']=Ge(_0x5db3a6)?_0x5db3a6['getRootsAttributes']():void 0x0;const _0x34cd2b=document['createDocumentFragment'](),_0x4d3150=_0x5db3a6['config']['get']('trackChangesData')['editorCreator'],_0x1ee3af=await _0x4d3150(_0x2a5918,()=>function(_0xfcaed2){const _0x142836=document['createElement']('div');return _0xfcaed2['appendChild'](_0x142836),_0x142836;}(_0x34cd2b));!function(_0x12f578,_0x4f293c){const _0x19d6cb=_0x12f578['model']['document']['getRootNames']()['reduce']((_0x2c76c7,_0x591f32)=>(_0x2c76c7[_0x591f32]=_0x12f578['data']['get']({'rootName':_0x591f32}),_0x2c76c7),{}),_0x255e38=_0x12f578['plugins']['get']('Users')['users']['map'](_0x3628b3=>({'id':_0x3628b3['id'],'name':_0x3628b3['name']})),_0x22456a=_0x12f578['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x41b2bc=_0x12f578['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x33cd21=_0x4f293c['plugins']['get']('Users'),_0x167491=_0x4f293c['plugins']['get']('TrackChangesEditing'),_0x467bed=_0x4f293c['plugins']['get']('CommentsRepository');for(const _0x3ebca9 of _0x467bed['getCommentThreads']())_0x3ebca9['remove']();for(const _0x493b52 of _0x255e38)_0x33cd21['getUser'](_0x493b52['id'])||_0x33cd21['addUser'](_0x493b52);_0x33cd21['me']||_0x33cd21['useAnonymousUser']();for(const _0x5b7ae2 of _0x41b2bc)_0x467bed['addCommentThread'](_0x5b7ae2);for(const _0xdc54b8 of _0x22456a)_0x167491['addSuggestionData'](_0xdc54b8);_0x4f293c['data']['set'](_0x19d6cb);}(_0x5db3a6,_0x1ee3af),_0x1ee3af['execute'](_0x220803?'acceptAllSuggestions':'discardAllSuggestions');const _0x171510=Ge(_0x1ee3af)?_0x1ee3af['getFullData'](_0xd75515):_0x1ee3af['data']['get'](_0xd75515);return await _0x1ee3af['destroy'](),_0x171510;}class Me extends _0x564b64{['options'];constructor(_0x5f2a05,_0x25b1ad){super(_0x5f2a05),this['options']=_0x25b1ad,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-track-changes-preview'],'tabindex':-0x1}});}['render'](){super['render'](),this['element']['style']['width']=this['options']['dialogRects']['width']+'px',this['element']['style']['height']=this['options']['dialogRects']['height']+'px';}['setPreviewData'](_0x3bfc20,_0x594f51){if(!this['element'])return;const _0x2c7de8=[];for(const [_0x291fbb,_0x4e3ad1]of _0x3bfc20){const _0x468d29=document['createElement']('div');_0x468d29['setAttribute']('data-ck-root-name',_0x291fbb),_0x468d29['className']=_0x4e3ad1['classes']+'\x20ck-track-changes-preview__root-container',_0x468d29['innerHTML']=_0x4e3ad1['content'],_0x2c7de8['push'](_0x468d29);}_0x594f51(this['element'],_0x2c7de8),this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class re extends _0x5ce001{constructor(_0x526856){super(_0x526856),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x226cf4=this['editor'],_0x5a22b5=_0x226cf4['locale'],_0x413ebd=_0x226cf4['plugins']['get']('Dialog');let _0x5a35ff;const _0x527518=function(_0x299e7a){const _0x4eeddf={};if('editables'in _0x299e7a['ui']['view']){for(const [_0x5eafc0,_0x5281eb]of Object['entries'](_0x299e7a['ui']['view']['editables']))_0x4eeddf[_0x5eafc0]=_0x5281eb['element'];}else _0x4eeddf[_0x299e7a['model']['document']['getRootNames']()[0x0]]=_0x299e7a['ui']['view']['editable']['element'];return _0x4eeddf;}(_0x226cf4),_0x42cdb7=function(_0x520186){let _0x3e2323=0x0;for(const _0x8d84b of Object['values'](_0x520186))_0x3e2323=Math['max'](_0x3e2323,_0x8d84b['getBoundingClientRect']()['width']);let _0x77d8f3=0x0;for(const _0x17eeff of Object['values'](_0x520186))_0x77d8f3+=_0x17eeff['getBoundingClientRect']()['height'];const _0x44c410=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0x119252=Math['min'](_0x77d8f3,_0x44c410);return{'width':_0x3e2323,'height':_0x119252};}(_0x527518);_0x413ebd['show']({'id':'finalContentPreview','title':c(_0x5a22b5,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new Me(_0x5a22b5,{'dialogRects':_0x42cdb7}),'onHide':()=>{_0x5a35ff['detachFromDom']();},'onShow':()=>{_0x226cf4['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0x44b525=>{const _0x54e1ae=this['_standarizeRootsData'](_0x44b525,_0x226cf4,_0x527518);_0x413ebd['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x54e1ae,_0x226cf4['config']['get']('trackChanges.preview.renderFunction'));}),_0x5a35ff=new _0x74cf6a(_0x5a22b5,[_0x413ebd['view']]),_0x5a35ff['attachToDom'](),_0x5a35ff['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x226cf4['once']('destroy',()=>{_0x5a35ff['detachFromDom']();});const _0x215682=_0x413ebd['view']['headerView']['class'];_0x413ebd['view']['headerView']['class']=_0x215682?_0x215682+'\x20ck-reset_all':'ck-reset_all',_0x413ebd['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0x413ebd['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0x8b2348=this['editor']['plugins']['get']('MergeFieldsEditing'),_0x415616=_0x8b2348['previewMode'],_0x24b730={};if('$labels'===_0x415616){for(const _0x535370 of _0x8b2348['getMergeFieldsIds']())_0x24b730[_0x535370]=_0x8b2348['getLabel'](_0x535370)||_0x535370;}else{const _0x596931='$defaultValues'===_0x415616?_0x8b2348['getDefaultValues']():_0x8b2348['getDataSetValues'](_0x415616,!0x0);for(const _0xd7b2fd of Object['entries'](_0x596931)){const [_0x390bb4,_0x624c29]=_0xd7b2fd;_0x24b730[_0x390bb4]=null!==_0x624c29?_0x624c29:_0x8b2348['getLabel'](_0x390bb4)||_0x390bb4;}}return{'mergeFieldsData':_0x24b730};}['_standarizeRootsData'](_0x515518,_0x50124a,_0xadd266){let _0x3c1b6f;if('string'==typeof _0x515518){const _0x298d07=_0x50124a['model']['document']['getRootNames']()[0x0];_0x3c1b6f={[_0x298d07]:_0x515518};}else _0x3c1b6f=_0x515518;const _0x43941b=this['_fixMediaEmbeds'](_0x3c1b6f,_0x50124a),_0x584b96=function(_0x551716,_0x322fc1){for(const [_0xe17c0c,_0x547221]of _0x551716)_0x547221['classes']=_0x322fc1[_0xe17c0c]['classList']['value']['replace']('ck-focused','');return _0x551716;}(this['_sortRoots'](_0x50124a)['reduce']((_0x58d561,_0x274fdd)=>(_0x58d561['push']([_0x274fdd,{'content':_0x43941b[_0x274fdd],'classes':''}]),_0x58d561),[]),_0xadd266);return _0x584b96;}['_fixMediaEmbeds'](_0x4d5f27,_0x20be72){if(!_0x20be72['plugins']['has']('MediaEmbedEditing'))return _0x4d5f27;const _0x19400a=_0x20be72['plugins']['get']('MediaEmbedEditing');for(const [_0x5516d4,_0x2110e7]of Object['entries'](_0x4d5f27)){const _0x490181=document['createElement']('div');_0x490181['innerHTML']=_0x2110e7,(_0x490181['querySelectorAll']('figure.media')['forEach'](_0x5e884c=>{const _0x301fae=_0x5e884c['querySelector']('oembed');if(_0x301fae){const _0x5758f2=_0x301fae['getAttribute']('url');if(_0x5758f2){const _0x184b77=_0x19400a['registry']['getMediaViewElement'](new _0x2676fd(_0x20be72['editing']['view']['document']),_0x5758f2,{'elementName':'','renderForEditingView':!0x0}),_0x1367e4=document['createElement']('div');_0x1367e4['classList']['add']('ck-media__wrapper'),_0x184b77['render'](_0x1367e4,_0x20be72['editing']['view']['domConverter']),_0x301fae['replaceWith'](_0x1367e4);}}}),_0x4d5f27[_0x5516d4]=_0x490181['innerHTML']);}return _0x4d5f27;}['_sortRoots'](_0x9e3b2e){if(!function(_0x277b35){return void 0x0!==_0x277b35['getRootsAttributes'];}(_0x9e3b2e))return _0x9e3b2e['model']['document']['getRootNames']();const _0x5c1f7c=[],_0x258468=new Map();for(const _0x34209a of _0x9e3b2e['model']['document']['getRootNames']()){const _0x2b7918=_0x9e3b2e['editing']['view']['getDomRoot'](_0x34209a)['getClientRects']()['item'](0x0);_0x5c1f7c['push'](_0x34209a),_0x258468['set'](_0x34209a,_0x2b7918);}return _0x5c1f7c['sort']((_0x240b77,_0x15600f)=>{const _0x1f6c33=_0x258468['get'](_0x240b77),_0x2366a3=_0x258468['get'](_0x15600f);return _0x1f6c33['y']-_0x2366a3['y']||_0x1f6c33['x']-_0x2366a3['x'];}),_0x5c1f7c;}}class te extends _0x3b7b17{static get['requires'](){return[T,_0x4cc463];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x575cce){super(_0x575cce),_0x575cce['commands']['add']('previewFinalContent',new re(this['editor'])),_0x575cce['config']['define']('trackChanges.preview.renderFunction',(_0xaf25aa,_0x46df8b)=>{for(const _0x40113d of _0x46df8b)_0xaf25aa['appendChild'](_0x40113d);});}}export{us as BaseSuggestionThreadView,o as Suggestion,fe as SuggestionThreadView,we as SuggestionView,k as TrackChanges,T as TrackChangesData,p as TrackChangesEditing,te as TrackChangesPreview};
|
|
23
|
+
import{Command as _0x455c8c,Plugin as _0x465839,PendingActions as _0x12d319}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x3f002a,ObservableMixin as _0x314fbc,uid as _0x21999f,priorities as _0x38d918,insertToPriorityArray as _0x459e09,toArray as _0x27001d,logWarning as _0xb01b9a,getEnvKeystrokeText as _0x34b607,FocusTracker as _0x564b3d,KeystrokeHandler as _0x31e822,Collection as _0x45a1d9}from'@ckeditor/ckeditor5-utils/dist/index.js';import{IconCheck as _0x39baa5,IconCancel as _0x1b5757,IconTrackChanges as _0x98e570}from'@ckeditor/ckeditor5-icons/dist/index.js';import{normalizeColorOptions as _0x4f5407,View as _0x5687e5,ViewCollection as _0x3d9848,FocusCycler as _0x42ca04,ViewModel as _0x417432,createDropdown as _0x3864aa,SplitButtonView as _0x42daf1,addListToDropdown as _0x4a292e,MenuBarMenuView as _0x4fe0fe,MenuBarMenuListView as _0x2a4117,ListSeparatorView as _0x5cecbf,MenuBarMenuListItemView as _0xb4328e,MenuBarMenuListItemButtonView as _0x2d5af2,BodyCollection as _0x1bee4e,Dialog as _0x5a4850}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x50a8cf,hashObject as _0x49b0ed,surroundingMarkersDetector as _0x545f3a,FOCUS_ANNOTATION_KEYSTROKE as _0x3ff4ca,AriaDescriptionView as _0x5cbd9d,setupThreadKeyboardNavigation as _0x868696,trimHtml as _0x4850f5,UserView as _0xccd57,LateFocusButtonView as _0x180bf7,getDateTimeFormatter as _0x1c1134,getAllMarkersDomElementsSorted as _0x36f853,sanitizeEditorConfig as _0x4ad614}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x492b8a,LiveRange as _0x1a5d6e,LivePosition as _0x1ff9a7,DowncastWriter as _0x3407f8}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x5ad207,toWidget as _0x107d70}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x453693,set as _0x41fd3b,isEqual as _0xbbaa66,unset as _0xd94820,omit as Ft}from'es-toolkit/compat';import{Delete as _0x2c2264,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0xb6d27e}from'@ckeditor/ckeditor5-enter/dist/index.js';import{ClipboardPipeline as _0x1a48ee}from'@ckeditor/ckeditor5-clipboard/dist/index.js';class B extends _0x455c8c{['_enabledCommands'];constructor(_0x1d79a1,_0x55a220){super(_0x1d79a1),this['_enabledCommands']=_0x55a220,this['value']=!0x1,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){this['value']=!this['value'],this['value']?this['_disableUnsupportedCommands']():this['_enableCommands']();}['_disableUnsupportedCommands'](){for(const _0x468bdc of this['editor']['commands']['commands']())_0x468bdc['affectsData']&&!this['_enabledCommands']['has'](_0x468bdc)&&_0x468bdc['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x3938e1 of this['editor']['commands']['commands']())_0x3938e1['affectsData']&&!this['_enabledCommands']['has'](_0x3938e1)&&_0x3938e1['clearForceDisabled']('TrackChangesCommand');}}class x extends _0x455c8c{['_suggestions'];constructor(_0x5102ea,_0x1bdb9c){super(_0x5102ea),this['_suggestions']=_0x1bdb9c,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x9a4896){const _0x2bfe68=this['_suggestions']['get'](_0x9a4896);if(!_0x2bfe68)throw new _0x3f002a('track-changes-accept-suggestion-not-found',this);const _0x567514=_0x2bfe68['getRanges']();this['editor']['model']['canEditAt'](_0x567514)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x2bfe68);}}class O extends _0x455c8c{['_suggestions'];constructor(_0x59258e,_0x233744){super(_0x59258e),this['_suggestions']=_0x233744,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0xa405fe){const _0x51b197=this['_suggestions']['get'](_0xa405fe);if(!_0x51b197)throw new _0x3f002a('track-changes-discard-suggestion-not-found',this);const _0x286355=_0x51b197['getRanges']();this['editor']['model']['canEditAt'](_0x286355)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x51b197);}}function ls(_0x3cf3a0,_0x200029){let _0x269bc1='';return _0x269bc1+=_0x3cf3a0['split']('*')['map']((_0x40cdc2,_0x11a076)=>_0x11a076%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+nn(_0x40cdc2)+'</span>':nn(_0x40cdc2))['join'](''),_0x200029&&(_0x269bc1+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x200029['value']+'\x22\x20title=\x22'+_0x200029['title']+'\x22></span>'),_0x269bc1;}function nn(_0x837582){const _0x424ae1=document['createElement']('span');return _0x424ae1['innerText']=_0x837582,_0x424ae1['innerHTML'];}function ts(_0x2beaa4){return _0x2beaa4['sort']((_0x58193e,_0x25340c)=>'deletion'==_0x58193e['type']&&'deletion'!=_0x25340c['type']?-0x1:'deletion'!=_0x58193e['type']&&'deletion'==_0x25340c['type']?0x1:0x0);}function to(_0x2710cc,_0x3ae113){let _0x4233af,_0x58646f=0x0;const _0x48d767=[],_0x320c70=_0x3ae113['schema'];for(;_0x58646f<_0x2710cc['length'];){const _0x5a8148=_0x2710cc[_0x58646f],_0x47bf95=_0x2710cc[_0x58646f+0x1];_0x4233af||(_0x4233af=_0x3ae113['createPositionBefore'](_0x5a8148)),on(_0x3ae113,_0x5a8148,_0x47bf95)||(_0x48d767['push'](_0x3ae113['createRange'](_0x4233af,_0x320c70['isObject'](_0x5a8148)?_0x3ae113['createPositionAfter'](_0x5a8148):_0x3ae113['createPositionAt'](_0x5a8148,'end'))),_0x4233af=null),_0x58646f++;}return _0x48d767;}function on(_0x38939b,_0x4afad6,_0x25cb2c){if(!_0x25cb2c)return!0x1;const _0x119f57=_0x38939b['createPositionAfter'](_0x4afad6),_0x5caaf0=_0x38939b['createPositionBefore'](_0x25cb2c);return _0x119f57['isTouching'](_0x5caaf0);}function rs(_0x1d85ac,_0x10201e,_0x2f5eb0){for(;_0x2f5eb0['length'];){const _0x14097a=_0x2f5eb0['splice'](0x0,0x64);_0x1d85ac['change'](()=>{for(const _0x46328e of _0x14097a)_0x46328e['isInContent']&&_0x10201e['execute'](_0x46328e['id']);});}}class R extends _0x455c8c{['_command'];['_suggestions'];constructor(_0xdabf3a,_0x5a9a91,_0x2e73f5){super(_0xdabf3a),this['_command']=_0x5a9a91,this['_suggestions']=_0x2e73f5,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x37d05b=Array['from'](this['_suggestions']['values']())['some'](_0x2458a0=>_0x2458a0['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x37d05b;}['execute'](){const _0x36dff8=ts(Array['from'](this['_suggestions']['values']()));for(const _0x1c4c91 of _0x36dff8){const _0x386484=_0x1c4c91['getRanges']();if(!this['editor']['model']['canEditAt'](_0x386484))return;}rs(this['editor']['model'],this['_command'],_0x36dff8);}}class E extends _0x455c8c{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x1187c7,_0x4acea4,_0x32db34){super(_0x1187c7),this['_command']=_0x4acea4,this['_suggestions']=_0x32db34,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x13f92c=this['editor']['model']['document']['selection'],_0x299cb9=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x5a6f5f,_0x1239a0){const _0x55263c=Array['from'](_0x5a6f5f['getRanges']()),_0x33f45f=new Set();for(const _0x3c2ff8 of _0x1239a0)if(_0x3c2ff8['isInContent']){for(const _0x5284f1 of _0x55263c)for(const _0x36e2d6 of _0x3c2ff8['getRanges']())(_0x5284f1['isIntersecting'](_0x36e2d6)||_0x5a6f5f['isCollapsed']&&!_0x3c2ff8['isMultiRange']&&_0x3c2ff8['next']&&_0x36e2d6['end']['isTouching'](_0x5284f1['start']))&&_0x33f45f['add'](_0x3c2ff8);}return _0x33f45f;}(_0x13f92c,_0x299cb9),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0xbc8f25=ts(Array['from'](this['_selectedSuggestions']));for(const _0x3837cd of _0xbc8f25){const _0x1a151e=_0x3837cd['getRanges']();if(!this['editor']['model']['canEditAt'](_0x1a151e))return;}rs(this['editor']['model'],this['_command'],_0xbc8f25);}}class o extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x314fbc(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_originalSuggestionId'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x24a424,_0x45589e){super(),this['id']=_0x45589e['id'],this['type']=_0x45589e['type'],this['subType']=_0x45589e['subType']||null,this['author']=_0x45589e['author'],this['creator']=_0x45589e['creator']||_0x45589e['author'],this['isExternal']=Boolean(_0x45589e['attributes']&&_0x45589e['attributes']['@external']),this['data']=null,this['_originalSuggestionId']=_0x45589e['originalSuggestionId']||null,this['_model']=_0x24a424,this['_onAccept']=_0x45589e['onAccept'],this['_onDiscard']=_0x45589e['onDiscard'],this['_onAttributesChange']=_0x45589e['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x45589e['attributes']||{}),this['set']('previous',null),this['set']('next',null),this['set']('commentThread',null),this['set']('_saved',!0x1),this['decorate']('accept'),this['decorate']('discard');}get['head'](){let _0xcfdab2=this;for(;_0xcfdab2['previous'];)_0xcfdab2=_0xcfdab2['previous'];return _0xcfdab2;}get['hasComments'](){return!!this['commentThread']&&this['commentThread']['length']>0x0;}get['isMultiRange'](){if(0x0==this['_markerNames']['size'])return!0x1;return 0x6==Array['from'](this['_markerNames'])[0x0]['split'](':')['length'];}get['isInContent'](){return null!==this['getFirstMarker']();}['addMarkerName'](_0x14ed84){this['_markerNames']['add'](_0x14ed84);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x55f8dd=>this['_model']['markers']['get'](_0x55f8dd))['filter'](_0x188998=>_0x188998);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x238dff=>{for(const _0x55f259 of this['getMarkers']())_0x238dff['removeMarker'](_0x55f259);}),this['_markerNames']['clear']();}['removeMarker'](_0x1d2e1c){this['_model']['change'](_0x182675=>{_0x182675['removeMarker'](_0x1d2e1c);}),this['_markerNames']['delete'](_0x1d2e1c);}['addRange'](_0x4afe55){const _0x38e2be='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+o['getMultiRangeId']();this['addMarkerName'](_0x38e2be),this['_model']['change'](_0x32e0d4=>{_0x32e0d4['addMarker'](_0x38e2be,{'range':_0x4afe55,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x42768c){for(const _0x57f3d9 of this['getRanges']())if(_0x57f3d9['isIntersecting'](_0x42768c))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x14da5f=>_0x14da5f['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x2c74f8,_0x3badf0)=>[..._0x2c74f8,..._0x3badf0['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x47343d=this['getRanges']();if(0x1!=_0x47343d['length'])return null;const _0xe73194=_0x47343d[0x0],_0x1792e3=_0xe73194['start']['nodeAfter'],_0x9df232=_0xe73194['end']['nodeBefore'];return _0x1792e3 instanceof _0x492b8a?_0x1792e3!=_0x9df232?null:_0x1792e3:null;}['accept'](){this['_onAccept'](this['getRanges'](),this['data'],this['attributes']),this['removeMarkers']();}['discard'](){this['_onDiscard'](this['getRanges'](),this['data'],this['attributes']),this['removeMarkers']();}['getAllAdjacentSuggestions'](){const _0x1fd27b=[];let _0xac9d10=this['head'];for(;_0xac9d10;)_0x1fd27b['push'](_0xac9d10),_0xac9d10=_0xac9d10['next'];return _0x1fd27b;}['setAttribute'](_0x57e0ca,_0xa54b8a){const _0x491652=_0x453693(this['attributes']);_0x41fd3b(_0x491652,_0x57e0ca,_0xa54b8a),_0xbbaa66(_0x491652,this['attributes'])||(this['attributes']=_0x491652,this['_onAttributesChange'](_0x491652));}['removeAttribute'](_0x4f8218){const _0x27d9f6=_0x453693(this['attributes']);_0xd94820(_0x27d9f6,_0x4f8218),_0xbbaa66(_0x27d9f6,this['attributes'])||(this['attributes']=_0x27d9f6,this['_onAttributesChange'](this['attributes']));}['toJSON'](){return{'id':this['id'],'type':this['subType']?this['type']+':'+this['subType']:this['type'],'authorId':this['creator']['id'],'createdAt':this['createdAt'],'hasComments':this['hasComments'],'data':this['data'],'attributes':this['attributes']};}static['getMultiRangeId'](){return _0x21999f()['substr'](0x1,0x5);}}function c(_0x3c8e8b,_0x3bb1d9,_0x17278b){const _0x4d6332=_0x3c8e8b['t'],t=_0x3c8e8b['t'];switch(_0x3bb1d9){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'Preview\x20final\x20content':return t('Preview\x20final\x20content');case'Final\x20content\x20preview':return t('Final\x20content\x20preview');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x17278b);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x17278b);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x17278b);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x17278b);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x17278b);case'*Format:*\x20change\x20table\x20properties':return t('*Format:*\x20change\x20table\x20properties');case'*Format:*\x20change\x20table\x20cell\x20properties':return t('*Format:*\x20change\x20table\x20cell\x20properties');case'*Format:*\x20insert\x20into\x20%0':return t('*Format:*\x20insert\x20into\x20%0',_0x17278b);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x17278b);case'*Replace\x20image*':return t('*Replace\x20image*');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x17278b);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x17278b);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x17278b);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x17278b);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x17278b);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x17278b);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x17278b);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x17278b);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x17278b);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x17278b);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x17278b);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x17278b);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x17278b);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x17278b);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x17278b);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x17278b);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x17278b);case'*Set\x20table\x20type:*\x20%0':return t('*Set\x20table\x20type:*\x20%0',_0x17278b);case'*Remove\x20highlight*':return t('*Remove\x20highlight*');case'FORMAT_HIGHLIGHT':return t({'string':'highlight','id':'FORMAT_HIGHLIGHT'});case'FORMAT_RESTRICTED_ENABLED':return t({'string':'*Enable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_ENABLED'});case'FORMAT_RESTRICTED_DISABLED':return t({'string':'*Disable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_DISABLED'});case'ELEMENT_TABLE':return t({'string':'table','plural':'%0\x20tables','id':'ELEMENT_TABLE'},_0x17278b);case'ELEMENT_CONTENT_TABLE':return t({'string':'content\x20table','plural':'%0\x20content\x20tables','id':'ELEMENT_CONTENT_TABLE'},_0x17278b);case'ELEMENT_LAYOUT_TABLE':return t({'string':'layout\x20table','plural':'%0\x20layout\x20tables','id':'ELEMENT_LAYOUT_TABLE'},_0x17278b);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x17278b);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x17278b);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x17278b);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x17278b);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x17278b);case'FORMAT_SIDE_IMAGE':return t({'string':'side\x20image','id':'FORMAT_SIDE_IMAGE'});case'ELEMENT_CAPTION':return t({'string':'caption','id':'ELEMENT_CAPTION'});case'ELEMENT_HORIZONTAL_LINE':return t({'string':'horizontal\x20line','plural':'%0\x20horizontal\x20lines','id':'ELEMENT_HORIZONTAL_LINE'},_0x17278b);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x17278b);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x17278b);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x17278b);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x17278b);case'ELEMENT_DEFAULT_LIST_DEFAULT':return t({'string':'default\x20list\x20style','id':'ELEMENT_DEFAULT_LIST_DEFAULT'});case'ELEMENT_BULLETED_LIST':return t({'string':'bulleted\x20list','id':'ELEMENT_BULLETED_LIST'});case'ELEMENT_BULLETED_LIST_DEFAULT':return t({'string':'bulleted\x20list\x20(default)','id':'ELEMENT_BULLETED_LIST_DEFAULT'});case'ELEMENT_BULLETED_LIST_CIRCLE':return t({'string':'bulleted\x20list\x20(circle)','id':'ELEMENT_BULLETED_LIST_CIRCLE'});case'ELEMENT_BULLETED_LIST_DISC':return t({'string':'bulleted\x20list\x20(disc)','id':'ELEMENT_BULLETED_LIST_DISC'});case'ELEMENT_BULLETED_LIST_SQUARE':return t({'string':'bulleted\x20list\x20(square)','id':'ELEMENT_BULLETED_LIST_SQUARE'});case'ELEMENT_NUMBERED_LIST_DEFAULT':return t({'string':'numbered\x20list\x20(default)','id':'ELEMENT_NUMBERED_LIST_DEFAULT'});case'ELEMENT_NUMBERED_LIST':return t({'string':'numbered\x20list','id':'ELEMENT_NUMBERED_LIST'});case'ELEMENT_NUMBERED_LIST_DECIMAL':return t({'string':'numbered\x20list\x20(decimal)','id':'ELEMENT_NUMBERED_LIST_DECIMAL'});case'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO':return t({'string':'numbered\x20list\x20(decimal\x20with\x20leading\x20zero)','id':'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO'});case'ELEMENT_NUMBERED_LIST_LOWER_LATIN':return t({'string':'numbered\x20list\x20(lower-latin)','id':'ELEMENT_NUMBERED_LIST_LOWER_LATIN'});case'ELEMENT_NUMBERED_LIST_LOWER_ROMAN':return t({'string':'numbered\x20list\x20(lower-roman)','id':'ELEMENT_NUMBERED_LIST_LOWER_ROMAN'});case'ELEMENT_NUMBERED_LIST_UPPER_LATIN':return t({'string':'numbered\x20list\x20(upper-latin)','id':'ELEMENT_NUMBERED_LIST_UPPER_LATIN'});case'ELEMENT_NUMBERED_LIST_UPPER_ROMAN':return t({'string':'numbered\x20list\x20(upper-roman)','id':'ELEMENT_NUMBERED_LIST_UPPER_ROMAN'});case'ELEMENT_TODO_LIST':return t({'string':'to-do\x20list','id':'ELEMENT_TODO_LIST'});case'ELEMENT_MULTI_LEVEL_LIST':return t({'string':'multi-level\x20list','id':'ELEMENT_MULTI_LEVEL_LIST'});case'REPLACE_TEXT':return t({'string':'*Replace:*\x20%0\x20*with*\x20%1','id':'REPLACE_TEXT'},_0x17278b);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x17278b);case'FORMAT_ALIGNMENT':return t({'string':'alignment','id':'FORMAT_ALIGNMENT'});case'FORMAT_ALIGN_TO_LEFT':return t({'string':'align\x20to\x20left','id':'FORMAT_ALIGN_TO_LEFT'});case'FORMAT_ALIGN_TO_RIGHT':return t({'string':'align\x20to\x20right','id':'FORMAT_ALIGN_TO_RIGHT'});case'FORMAT_ALIGN_TO_CENTER':return t({'string':'align\x20to\x20center','id':'FORMAT_ALIGN_TO_CENTER'});case'FORMAT_JUSTIFY_TEXT':return t({'string':'justify','id':'FORMAT_JUSTIFY_TEXT'});case'FORMAT_BOLD':return t({'string':'bold','id':'FORMAT_BOLD'});case'FORMAT_ITALIC':return t({'string':'italic','id':'FORMAT_ITALIC'});case'FORMAT_UNDERLINE':return t({'string':'underline','id':'FORMAT_UNDERLINE'});case'FORMAT_CODE':return t({'string':'code','id':'FORMAT_CODE'});case'FORMAT_STRIKETHROUGH':return t({'string':'strikethrough','id':'FORMAT_STRIKETHROUGH'});case'FORMAT_SUBSCRIPT':return t({'string':'subscript','id':'FORMAT_SUBSCRIPT'});case'FORMAT_SUPERSCRIPT':return t({'string':'superscript','id':'FORMAT_SUPERSCRIPT'});case'ELEMENT_BLOCK_QUOTE':return t({'string':'block\x20quote','id':'ELEMENT_BLOCK_QUOTE'});case'ELEMENT_CODE_BLOCK':return t({'string':'code\x20block','plural':'%0\x20code\x20blocks','id':'ELEMENT_CODE_BLOCK'},_0x17278b);case'FORMAT_HEADER_COLUMN':return t({'string':'header\x20column','id':'FORMAT_HEADER_COLUMN'});case'FORMAT_REGULAR_COLUMN':return t({'string':'regular\x20column','id':'FORMAT_REGULAR_COLUMN'});case'FORMAT_HEADER_ROW':return t({'string':'header\x20row','id':'FORMAT_HEADER_ROW'});case'FORMAT_REGULAR_ROW':return t({'string':'regular\x20row','id':'FORMAT_REGULAR_ROW'});case'FORMAT_INDENT':return t({'string':'indent','id':'FORMAT_INDENT'});case'FORMAT_LIST_REVERSED':return t({'string':'list\x20reversed','id':'FORMAT_LIST_REVERSED'});case'FORMAT_LIST_START':return t({'string':'list\x20start','id':'FORMAT_LIST_START'});case'FORMAT_FONT_SIZE':return t({'string':'font\x20size','id':'FORMAT_FONT_SIZE'});case'FORMAT_FONT_FAMILY':return t({'string':'font\x20family','id':'FORMAT_FONT_FAMILY'});case'FORMAT_FONT_COLOR':return t({'string':'font\x20color','id':'FORMAT_FONT_COLOR'});case'FORMAT_FONT_BACKGROUND':return t({'string':'font\x20background\x20color','id':'FORMAT_FONT_BACKGROUND'});case'FORMAT_IMAGE_SIZE':return t({'string':'image\x20size','id':'FORMAT_IMAGE_SIZE'});case'FORMAT_STYLE':return t({'string':'style','id':'FORMAT_STYLE'});case'PENDING_ACTION_SUGGESTION':return t({'string':'Unsaved\x20change\x20in\x20suggestion.','id':'PENDING_ACTION_SUGGESTION'});case'ELEMENT_TABLE_WITH_TEXT':return t({'string':'table\x20*with\x20text*\x20%0','id':'ELEMENT_TABLE_WITH_TEXT'},_0x17278b);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x17278b);case'ELEMENT_TABLE_ROW_WITH_TEXT':return t({'string':'table\x20row\x20*with\x20text*\x20%1','plural':'%0\x20table\x20rows\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_ROW_WITH_TEXT'},_0x17278b);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x17278b);case'ELEMENT_TABLE_COLUMN_WITH_TEXT':return t({'string':'table\x20column\x20*with\x20text*\x20%1','plural':'%0\x20table\x20columns\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_COLUMN_WITH_TEXT'},_0x17278b);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x17278b);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x17278b);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});case'ELEMENT_MERGE_FIELD':return t({'id':'ELEMENT_MERGE_FIELD','string':'merge\x20field','plural':'%0\x20merge\x20fields'},_0x17278b);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x17278b);case'EXTERNAL_SUGGESTION':return t({'id':'EXTERNAL_SUGGESTION','string':'This\x20suggestion\x20comes\x20from\x20an\x20external\x20source.'});case'EXTERNAL_IMPORT_WORD_SUGGESTION':return t({'string':'This\x20suggestion\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_SUGGESTION'});case'EXTERNAL_AVATAR':return _0x4d6332({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x17278b);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x4d6332({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x17278b);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x17278b);case'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20insertion\x20suggestion.','id':'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20deletion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT'},_0x17278b);case'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20deletion\x20suggestion.','id':'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20formatting\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT'},_0x17278b);case'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20formatting\x20suggestion.','id':'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT'});case'SUGGESTION_THREAD_ARIA_LABEL':return t({'string':'Suggestion\x20by\x20%1.\x20Created\x20on\x20%2.\x20%0\x20reply.\x20%3','plural':'Suggestion\x20by\x20%1.\x20Created\x20on\x20%2.\x20%0\x20replies.\x20%3','id':'SUGGESTION_THREAD_ARIA_LABEL'},_0x17278b);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x3bb1d9;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x103866,_0x34a9a3){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x103866,this['_locale']=_0x34a9a3;}['getDescriptions'](_0xac57d0){const _0x52590c=[],_0x1abd6b=new Set(),_0x1813fb=new Set();for(let _0x42cbe8=0x0;_0x42cbe8<_0xac57d0['length'];_0x42cbe8++){const _0x1df7cd=_0xac57d0[_0x42cbe8];if(!_0x1df7cd['isInContent'])continue;const _0x42b5be=this['_handleCustomCallbackDescription'](_0x1df7cd);if(_0x42b5be){if(null!=_0x1df7cd['subType']){if(_0x1abd6b['has'](_0x1df7cd['subType']))continue;_0x1abd6b['add'](_0x1df7cd['subType']);}_0x52590c['push'](_0x42b5be);}else{if('attribute'==_0x1df7cd['type']){const _0x4bf620=_0x1df7cd['data']['key'];if(_0x1813fb['has'](_0x4bf620))continue;_0x1813fb['add'](_0x1df7cd['data']['key']),_0x4bf620==u?this['_handleRenameSuggestionDescription'](_0x52590c,_0x1df7cd):this['_handleAttributeSuggestionDescription'](_0x52590c,_0x1df7cd);continue;}'insertion'!=_0x1df7cd['type']&&'deletion'!=_0x1df7cd['type']||this['_handleInsertRemoveSuggestionDescription'](_0x52590c,_0x1df7cd,_0xac57d0[_0x42cbe8+0x1]);}}return this['_resolveDescriptionItems'](_0x52590c);}['registerDescriptionCallback'](_0x86dfa7){this['_customCallbacks']['push'](_0x86dfa7);}['registerElementLabel'](_0x5d8716,_0x27a8b9,_0x5dc774=_0x38d918['normal']){'function'==typeof _0x5d8716?_0x459e09(this['_itemLabelsCallbacks'],{'matchingCallback':_0x5d8716,'label':_0x27a8b9,'priority':_0x5dc774}):this['_itemLabels']['set'](_0x5d8716,_0x27a8b9);}['registerAttributeLabel'](_0x34906c,_0xfaf979){this['_attributeLabels']['set'](_0x34906c,_0xfaf979);}['getItemLabel'](_0x356c25,_0x11d30a=0x1){let _0x1702d2;for(const _0x48121a of this['_itemLabelsCallbacks'])if(_0x48121a['matchingCallback'](_0x356c25)){_0x1702d2=_0x48121a['label'];break;}return _0x1702d2||(_0x1702d2=this['_itemLabels']['get'](_0x356c25['name'])),_0x1702d2?_0x1702d2(_0x11d30a):0x1!==_0x11d30a?_0x11d30a+'\x20'+_0x356c25['name']+'s':''+_0x356c25['name'];}['_addDescriptionItems'](_0x297755,_0x74c00a){const _0x317719=_0x74c00a['getFirstRange']()['getWalker'](),_0x405384='insertion'==_0x74c00a['type']?'add':'remove';for(const _0x4737ee of _0x317719){const _0x3c81f4=_0x4737ee['item'],_0x59a80c=_0x297755[_0x297755['length']-0x1];if(_0x3c81f4['is']('$textProxy'))_0x59a80c&&_0x59a80c['type']['indexOf']('Container')>-0x1&&_0x297755['pop'](),_0x59a80c&&'text'==_0x59a80c['type']?_0x59a80c[_0x405384]+=_0x3c81f4['data']:_0x297755['push']({'type':'text','add':'add'==_0x405384?_0x3c81f4['data']:'','remove':'remove'==_0x405384?_0x3c81f4['data']:''});else{if(this['_schema']['isObject'](_0x3c81f4)){const _0x5106d6=_0x3c81f4;if(_0x59a80c&&_0x59a80c['type']['indexOf']('Container')>-0x1&&_0x297755['pop'](),'elementEnd'==_0x4737ee['type'])continue;_0x59a80c&&_0x59a80c['type']==_0x405384+'Object'&&_0x59a80c['element']['name']==_0x5106d6['name']?_0x59a80c['quantity']++:_0x297755['push']({'type':_0x405384+'Object','element':_0x5106d6,'quantity':0x1}),_0x317719['skip'](_0x5648d7=>!('elementEnd'==_0x5648d7['type']&&_0x5648d7['item']==_0x3c81f4));}else{if(this['_schema']['checkChild'](_0x3c81f4,'$text')||_0x3c81f4['is']('element','softBreak')){const _0x41b069=_0x3c81f4;if('add'==_0x405384&&'elementStart'==_0x4737ee['type']||'remove'==_0x405384&&'elementEnd'==_0x4737ee['type'])continue;if(_0x59a80c&&-0x1==_0x59a80c['type']['indexOf']('Container')){'text'==_0x59a80c['type']&&(_0x59a80c[_0x405384]+='\x0a');continue;}let _0x5b57cb;if(_0x5b57cb='add'==_0x405384?_0x41b069['nextSibling']&&!this['_schema']['isObject'](_0x41b069['nextSibling'])?_0x41b069['nextSibling']:null:_0x41b069['previousSibling']&&!this['_schema']['isObject'](_0x41b069['previousSibling'])?_0x41b069['previousSibling']:null,_0x41b069['isEmpty']||_0x5b57cb&&_0x5b57cb['isEmpty']){const _0x387a5a=_0x5b57cb&&_0x5b57cb['isEmpty']?_0x5b57cb:_0x41b069;_0x59a80c&&_0x59a80c['type']==_0x405384+'EmptyContainer'&&_0x59a80c['element']['name']==_0x387a5a['name']?_0x59a80c['quantity']++:_0x297755['push']({'type':_0x405384+'EmptyContainer','element':_0x387a5a,'quantity':0x1});}else _0x297755['push']({'type':_0x405384+'Container','element':_0x41b069});}}}}}['_resolveDescriptionItems'](_0x4fc2fe){const _0x34093f=this['_locale'],_0x262bb1=[],_0x1a89e7=[],_0x2d9364=[];for(const _0x55a03d of _0x4fc2fe)switch(_0x55a03d['type']){case'text':if(_0x55a03d['add']=_0x55a03d['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x55a03d['remove']=_0x55a03d['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x55a03d['add']&&''!=_0x55a03d['remove']){_0x262bb1['push']({'type':'replace','content':c(_0x34093f,'REPLACE_TEXT',['\x22'+_0x55a03d['remove']+'\x22','\x22'+_0x55a03d['add']+'\x22'])});continue;}if(null!=_0x55a03d['add']['match'](/^ +$/)){_0x262bb1['push']({'type':'insertion','content':c(_0x34093f,'*Insert:*\x20%0',c(_0x34093f,'ELEMENT_SPACE',_0x55a03d['add']['length']))});continue;}if(null!=_0x55a03d['remove']['match'](/^ +$/)){_0x262bb1['push']({'type':'deletion','content':c(_0x34093f,'*Remove:*\x20%0',c(_0x34093f,'ELEMENT_SPACE',_0x55a03d['remove']['length']))});continue;}if(''!=_0x55a03d['add']){_0x262bb1['push']({'type':'insertion','content':c(_0x34093f,'*Insert:*\x20%0','\x22'+_0x55a03d['add']+'\x22')});continue;}_0x262bb1['push']({'type':'deletion','content':c(_0x34093f,'*Remove:*\x20%0','\x22'+_0x55a03d['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x262bb1['push']({'type':'insertion','content':c(_0x34093f,'*Insert:*\x20%0',this['getItemLabel'](_0x55a03d['element'],_0x55a03d['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x262bb1['push']({'type':'deletion','content':c(_0x34093f,'*Remove:*\x20%0',this['getItemLabel'](_0x55a03d['element'],_0x55a03d['quantity']))});continue;case'addContainer':_0x262bb1['push']({'type':'insertion','content':c(_0x34093f,'*Split:*\x20%0',this['getItemLabel'](_0x55a03d['element'],_0x55a03d['quantity']))});continue;case'removeContainer':_0x262bb1['push']({'type':'deletion','content':c(_0x34093f,'*Merge:*\x20%0',this['getItemLabel'](_0x55a03d['element'],_0x55a03d['quantity']))});continue;case'addFormat':_0x1a89e7['push'](_0x55a03d['key']);continue;case'removeFormat':_0x2d9364['push'](_0x55a03d['key']);continue;default:_0x262bb1['push'](_0x55a03d);}if(_0x1a89e7['length']){const _0x2f9ec4=_0x1a89e7['map'](_0x5806f3=>this['_attributeLabels']['has'](_0x5806f3)?this['_attributeLabels']['get'](_0x5806f3):_0x5806f3)['join'](',\x20');_0x262bb1['push']({'type':'format','content':c(this['_locale'],'*Set\x20format:*\x20%0',_0x2f9ec4)});}if(_0x2d9364['length']){const _0x5183d6=_0x2d9364['map'](_0x5a2ef4=>this['_attributeLabels']['has'](_0x5a2ef4)?this['_attributeLabels']['get'](_0x5a2ef4):_0x5a2ef4)['join'](',\x20');_0x262bb1['push']({'type':'format','content':c(this['_locale'],'*Remove\x20format:*\x20%0',_0x5183d6)});}return _0x262bb1;}['_handleCustomCallbackDescription'](_0x38401b){for(const _0x53541b of this['_customCallbacks']){const _0xfb05fc=_0x53541b(_0x38401b);if(_0xfb05fc&&'type'in _0xfb05fc)return _0xfb05fc;}}['_handleAttributeSuggestionDescription'](_0x116b31,_0x4f136c){const _0xb2028a=_0x4f136c['data'],_0x3a8806=void 0x0===_0xb2028a['newValue']?'removeFormat':'addFormat';_0x116b31['push']({'type':_0x3a8806,'key':_0xb2028a['key']});}['_handleRenameSuggestionDescription'](_0x2793fe,_0xb08441){_0x2793fe['push']({'type':'format','content':c(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0xb08441['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x64e3c3,_0x289cc8,_0x8798ae){if(this['_addDescriptionItems'](_0x64e3c3,_0x289cc8),_0x8798ae&&_0x8798ae['getFirstRange']()&&!_0x289cc8['getFirstRange']()['end']['isEqual'](_0x8798ae['getFirstRange']()['start'])){const _0x1cf845=_0x64e3c3[_0x64e3c3['length']-0x1],_0x7554f8='insertion'==_0x289cc8['type']?'add':'remove';_0x1cf845&&'text'==_0x1cf845['type']&&(_0x1cf845[_0x7554f8]+='\x0a');}}}class U extends _0x465839{['afterInit'](){const _0x5ac0cc=this['editor'],_0x229a32=_0x5ac0cc['plugins']['get']('TrackChangesEditing');_0x5ac0cc['commands']['get']('showAIAssistant')&&_0x229a32['enableCommand']('showAIAssistant');}}class V extends _0x465839{['afterInit'](){const _0x52d414=this['editor'],_0x5f2a4c=_0x52d414['locale'];if(!_0x52d414['plugins']['has']('AlignmentEditing'))return;const _0x3245d8=_0x52d414['plugins']['get']('TrackChangesEditing');_0x3245d8['enableDefaultAttributesIntegration']('alignment'),_0x3245d8['registerBlockAttribute']('alignment'),_0x3245d8['descriptionFactory']['registerAttributeLabel']('alignment',c(_0x5f2a4c,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1554a4=this['editor'],_0x554be3=_0x1554a4['locale'];_0x1554a4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1583a1=>{if('formatBlock'!=_0x1583a1['type'])return;const {data:_0x28ee11}=_0x1583a1;if(_0x28ee11&&'alignment'==_0x28ee11['commandName']){const _0x3301b0=_0x28ee11['commandParams'][0x0]['value'];return{'type':'format','content':c(_0x554be3,'*Format:*\x20%0',function(_0x5d85df){switch(_0x5d85df){case'left':return c(_0x554be3,'FORMAT_ALIGN_TO_LEFT');case'right':return c(_0x554be3,'FORMAT_ALIGN_TO_RIGHT');case'center':return c(_0x554be3,'FORMAT_ALIGN_TO_CENTER');case'justify':return c(_0x554be3,'FORMAT_JUSTIFY_TEXT');}}(_0x3301b0))};}});}}const ti=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class F extends _0x465839{['afterInit'](){const _0x102e26=this['editor'],_0xc85fc4=_0x102e26['plugins']['get']('TrackChangesEditing'),_0x5aff17=_0x102e26['locale'];for(const _0x3a69af of ti){if(!_0x102e26['plugins']['has'](_0x3a69af))continue;const _0x4ecfee=_0x3a69af['slice'](0x0,-0x7)['toLowerCase'](),_0x48d75f='FORMAT_'+_0x4ecfee['toUpperCase']();_0xc85fc4['enableDefaultAttributesIntegration'](_0x4ecfee),_0xc85fc4['registerInlineAttribute'](_0x4ecfee),_0xc85fc4['descriptionFactory']['registerAttributeLabel'](_0x4ecfee,c(_0x5aff17,_0x48d75f));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2a2e43=this['editor'],_0xad4277=_0x2a2e43['locale'],_0x2e002e=_0x2a2e43['plugins']['get']('TrackChangesEditing');function _0x4b1a4c(_0x45e1dd,_0x5818de){_0x2e002e['descriptionFactory']['registerDescriptionCallback'](_0x4948ae=>{if('formatInline'!=_0x4948ae['type'])return;const {data:_0xdc2849}=_0x4948ae;return _0xdc2849&&_0xdc2849['commandName']===_0x45e1dd?_0xdc2849['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0xad4277,'*Format:*\x20%0',_0x5818de)}:{'type':'format','content':c(_0xad4277,'*Remove\x20format:*\x20%0',_0x5818de)}:void 0x0;});}_0x4b1a4c('bold',c(_0xad4277,'FORMAT_BOLD')),_0x4b1a4c('italic',c(_0xad4277,'FORMAT_ITALIC')),_0x4b1a4c('underline',c(_0xad4277,'FORMAT_UNDERLINE')),_0x4b1a4c('code',c(_0xad4277,'FORMAT_CODE')),_0x4b1a4c('strikethrough',c(_0xad4277,'FORMAT_STRIKETHROUGH')),_0x4b1a4c('subscript',c(_0xad4277,'FORMAT_SUBSCRIPT')),_0x4b1a4c('superscript',c(_0xad4277,'FORMAT_SUPERSCRIPT'));}}class G extends _0x465839{['afterInit'](){const _0x22884e=this['editor'],_0xf2e0b5=_0x22884e['locale'];if(!_0x22884e['plugins']['has']('BlockQuoteEditing'))return;const _0xa82571=_0x22884e['plugins']['get']('TrackChangesEditing'),_0x2468d4=this['editor']['commands']['get']('blockQuote');_0xa82571['enableCommand']('blockQuote',(_0x41d0b1,_0x19af78={})=>{const _0x50a269=this['editor']['model']['document']['selection'],_0x1a589a=_0x19af78&&void 0x0!==_0x19af78['forceValue']?_0x19af78['forceValue']:!_0x2468d4['value'];let _0x40b76d=[];if(_0x1a589a){const _0x205088=Array['from'](_0x50a269['getSelectedBlocks']())['filter'](_0x4c55e5=>oo(_0x4c55e5)||function(_0x3b45bf,_0x356f8d){const _0x561ab3=_0x356f8d['checkChild'](_0x3b45bf['parent'],'blockQuote'),_0x387eca=_0x356f8d['checkChild'](['$root','blockQuote'],_0x3b45bf);return _0x561ab3&&_0x387eca;}(_0x4c55e5,this['editor']['model']['schema']));_0x40b76d=to(_0x205088,_0x22884e['model']);}else{const _0x2eed39=Array['from'](_0x50a269['getSelectedBlocks']())['filter'](_0x2ecbdf=>oo(_0x2ecbdf));_0x40b76d=to(_0x2eed39,_0x22884e['model']);}_0x22884e['model']['change'](()=>{for(const _0x5892bc of _0x40b76d)_0xa82571['markBlockFormat'](_0x5892bc,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x1a589a}]});});}),_0xa82571['descriptionFactory']['registerDescriptionCallback'](_0x19cf02=>{const {data:_0x41485d}=_0x19cf02;if(_0x41485d&&'blockQuote'==_0x41485d['commandName']){const _0x9d2644=c(_0xf2e0b5,'ELEMENT_BLOCK_QUOTE');return _0x41485d['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0xf2e0b5,'*Set\x20format:*\x20%0',_0x9d2644)}:{'type':'format','content':c(_0xf2e0b5,'*Remove\x20format:*\x20%0',_0x9d2644)};}});}}function oo(_0x442564){return'blockQuote'==_0x442564['parent']['name'];}class L extends _0x465839{['afterInit'](){const _0x5a4d01=this['editor'],_0x5b8e97=_0x5a4d01['locale'],_0x65b477=_0x5a4d01['plugins']['get']('TrackChangesEditing');_0x5a4d01['plugins']['has']('BookmarkEditing')&&(_0x65b477['enableCommand']('insertBookmark'),_0x65b477['enableDefaultAttributesIntegration']('updateBookmark'),_0x65b477['registerBlockAttribute']('bookmarkId'),_0x65b477['descriptionFactory']['registerDescriptionCallback'](_0x3f06a4=>{if('insertion'!=_0x3f06a4['type']&&'deletion'!=_0x3f06a4['type']&&'attribute'!=_0x3f06a4['type'])return;const _0x1d89e0=_0x3f06a4['getContainedElement']();if(null==_0x1d89e0)return;if(!_0x1d89e0['is']('element','bookmark'))return;const _0x5d7d81=_0x1d89e0['getAttribute']('bookmarkId');if('insertion'==_0x3f06a4['type'])return{'type':'insertion','content':c(_0x5b8e97,'*Insert:*\x20%0','\x22'+_0x5d7d81+'\x22\x20'+c(_0x5b8e97,'ELEMENT_BOOKMARK'))};if('deletion'==_0x3f06a4['type'])return{'type':'deletion','content':c(_0x5b8e97,'*Remove:*\x20%0','\x22'+_0x5d7d81+'\x22\x20'+c(_0x5b8e97,'ELEMENT_BOOKMARK'))};const {data:_0x2a071a}=_0x3f06a4;if(!_0x2a071a||'bookmarkId'!=_0x2a071a['key'])return;return{'type':'format','content':c(_0x5b8e97,'*Set\x20bookmark:*\x20%0','\x22'+_0x2a071a['newValue']+'\x22')};}));}}class J extends _0x465839{['afterInit'](){const _0xbe9077=this['editor'];_0xbe9077['plugins']['has']('CaseChange')&&(_0xbe9077['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0xbe9077['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0xbe9077['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class K extends _0x465839{['afterInit'](){const _0x2ceec8=this['editor'];_0x2ceec8['commands']['get']('ckbox')&&_0x2ceec8['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class H extends _0x465839{['afterInit'](){const _0x15d275=this['editor'];if(!_0x15d275['plugins']['has']('CodeBlock'))return;const _0x45abbc=_0x15d275['plugins']['get']('TrackChangesEditing'),_0x4e9a46=_0x15d275['locale'],_0x350b98=_0x15d275['config']['get']('codeBlock')['languages'],_0x3b7796=_0x15d275['commands']['get']('codeBlock');_0x45abbc['enableCommand']('indentCodeBlock'),_0x45abbc['enableCommand']('outdentCodeBlock'),_0x45abbc['enableCommand']('codeBlock',(_0x5b2d30,_0x165cfd={})=>{const _0x50b87e=_0x15d275['model'],_0x1846dc=_0x15d275['model']['document']['selection'],_0x4b63f2=_0x165cfd&&void 0x0!==_0x165cfd['forceValue']?_0x165cfd['forceValue']:!_0x3b7796['value'];let _0x4dbb6a;_0x165cfd['language']||(_0x165cfd['language']=_0x350b98[0x0]['language']),_0x4dbb6a=_0x4b63f2?Array['from'](_0x1846dc['getSelectedBlocks']())['filter'](_0x4947c8=>eo(_0x4947c8)||function(_0xc9b07d,_0x293a14){if(_0xc9b07d['is']('rootElement')||_0x293a14['isLimit'](_0xc9b07d))return!0x1;return _0x293a14['checkChild'](_0xc9b07d['parent'],'codeBlock');}(_0x4947c8,_0x50b87e['schema'])):Array['from'](_0x1846dc['getSelectedBlocks']())['filter'](_0x4a1135=>eo(_0x4a1135));const _0x5370f1=to(_0x4dbb6a,_0x50b87e);_0x50b87e['change'](()=>{for(const _0x38f30a of _0x5370f1)_0x45abbc['markBlockFormat'](_0x38f30a,{'commandName':'codeBlock','commandParams':[{..._0x165cfd,'forceValue':_0x4b63f2}],'formatGroupId':'blockName'});});}),(_0x45abbc['descriptionFactory']['registerElementLabel']('codeBlock',_0x2b2d8e=>c(_0x4e9a46,'ELEMENT_CODE_BLOCK',_0x2b2d8e)),_0x45abbc['descriptionFactory']['registerDescriptionCallback'](_0x13051f=>{if('formatBlock'!=_0x13051f['type'])return;const _0x9adbd2=_0x4e9a46['t'],{data:_0x53f209}=_0x13051f;if(!_0x53f209||'codeBlock'!=_0x53f209['commandName'])return;const _0x5a4d22=_0x53f209['commandParams'][0x0]['language'],_0x19a5ea=_0x9adbd2(_0x350b98['find'](_0x1f576a=>_0x1f576a['language']===_0x5a4d22)['label'])['toLowerCase']();return _0x53f209['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x4e9a46,'*Set\x20format:*\x20%0',c(_0x4e9a46,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x19a5ea+')')}:{'type':'format','content':c(_0x4e9a46,'*Remove\x20format:*\x20%0',c(_0x4e9a46,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x59ed26){return'codeBlock'==_0x59ed26['name'];}class q extends _0x465839{['afterInit'](){const _0x206e2c=this['editor'];if(!_0x206e2c['plugins']['has']('CommentsEditing'))return;_0x206e2c['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x2aa982,_0x4d714f,_0x2a2ec2){const _0x87697a=[];for(const _0xb9e87 of _0x4d714f['getItems']())_0xb9e87['hasAttribute'](_0x2aa982)&&_0x87697a['push'](_0x2a2ec2['createRangeOn'](_0xb9e87));return _0x87697a;}function Fe(_0x105407,_0x2ad5ce,{showActiveMarker:_0xd1e049=!0x0}={}){const _0x19c53c=_0x105407['plugins']['get']('TrackChangesEditing');return(_0x154ee9,_0x2fe5cc,_0x5154e6)=>{if(!_0x5154e6['consumable']['test'](_0x2fe5cc['markerRange'],_0x154ee9['name']))return;const _0x41a22b=_0x2fe5cc['markerRange']['getWalker'](),_0x21360e=_0x2fe5cc['markerRange']['start'],_0x312300=_0x105407['model']['schema'];let _0x340463=null,_0x1243e1=null,_0x38bfed=!0x1,_0x483ab9=!0x1;for(const _0x3987e3 of _0x41a22b){const _0x278d84=_0x3987e3['item'];_0x38bfed=_0x38bfed||_0x312300['isContent'](_0x278d84);const _0x48741c=_0x5154e6['mapper']['toViewElement'](_0x278d84);if(_0x48741c&&_0x48741c['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x3987e3['type']&&(_0x312300['isBlock'](_0x278d84)&&!_0x312300['isLimit'](_0x278d84)&&(_0x278d84['nextSibling']||_0x21360e['isAtEnd']?_0x340463&&_0x340463['parent']==_0x278d84||(_0x340463=_0x278d84,_0x137752(_0x3987e3['previousPosition']),_0x483ab9=!0x0):_0x1243e1=_0x1243e1||_0x3987e3['previousPosition']));}function _0x137752(_0xf7a20a){const {id:_0x39ac5c,authorId:_0x35708e}=_0x19c53c['_splitMarkerName'](_0x2fe5cc['markerName']),_0x509230=_0x5154e6['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x2ad5ce,'data-suggestion':_0x39ac5c,'data-author-id':_0x35708e}),_0x2dbd1a=_0x5154e6['mapper']['toViewPosition'](_0xf7a20a);_0xd1e049&&_0x19c53c['activeMarkers']['includes'](_0x2fe5cc['markerName'])&&_0x5154e6['writer']['addClass']('ck-suggestion-marker--active',_0x509230),_0x5154e6['writer']['insert'](_0x2dbd1a,_0x509230),_0x5154e6['mapper']['bindElementToMarker'](_0x509230,_0x2fe5cc['markerName']);}_0x38bfed||_0x483ab9||!_0x1243e1||_0x137752(_0x1243e1);};}class z extends _0x465839{static get['requires'](){return[_0x2c2264];}['init'](){const _0x24a7d2=this['editor'],_0x3f1701=_0x24a7d2['plugins']['get']('TrackChangesEditing');_0x3f1701['enableCommand']('delete');const _0xb017a9=_0x24a7d2['commands']['get']('deleteForward');_0x3f1701['enableCommand']('deleteForward',(_0x397ea8,_0x3a233e={})=>{const _0x36f0b4=_0x24a7d2['model']['createSelection'](_0x24a7d2['model']['document']['selection']);_0x36f0b4['isCollapsed']&&_0x24a7d2['model']['modifySelection'](_0x36f0b4,{'direction':'forward','unit':_0x3a233e['unit']});const _0x45ab94=_0x36f0b4['getFirstRange'](),_0x60cea5=_0x1a5d6e['fromRange'](_0x45ab94);let _0x8e3e46;_0x397ea8(_0x3a233e),_0x8e3e46='$graveyard'==_0x60cea5['root']['rootName']?_0x24a7d2['model']['createRange'](_0x45ab94['start']):_0x24a7d2['model']['createRange'](_0x60cea5['start'],_0x60cea5['end']),_0x60cea5['detach'](),_0x24a7d2['model']['enqueueChange'](_0xb017a9['buffer']['batch'],_0x5050c4=>{_0xb017a9['buffer']['lock'](),_0x5050c4['setSelection'](_0x5050c4['createRange'](_0x8e3e46['end'])),_0xb017a9['buffer']['unlock']();});}),_0x24a7d2['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',Fe(_0x24a7d2,'merge'),{'priority':'high'}),_0x24a7d2['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x3466da,_0x23f9bc,_0x607ece)=>{_0x607ece['options']['showSuggestionHighlights']&&Fe(_0x24a7d2,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x3466da,_0x23f9bc,_0x607ece);},{'priority':'high'}),_0x24a7d2['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x5708b5,_0x4f5c83,_0x33fd40)=>{const _0x5235ca=_0x33fd40['mapper']['markerNameToElements'](_0x4f5c83['markerName']);if(_0x5235ca){for(const _0x3c2f53 of _0x5235ca)_0x3c2f53['is']('uiElement')&&(_0x33fd40['mapper']['unbindElementFromMarkerName'](_0x3c2f53,_0x4f5c83['markerName']),_0x33fd40['writer']['remove'](_0x3c2f53));}},{'priority':'high'});}}class W extends _0x465839{['afterInit'](){const _0x3a7c09=this['editor'];if(!_0x3a7c09['plugins']['has']('ListEditing'))return;const _0x209f27=_0x3a7c09['locale'],_0x5e9418=_0x3a7c09['plugins']['get']('TrackChangesEditing'),_0x44d36b=_0x3a7c09['plugins']['has']('TodoListEditing'),_0x249a0e=!!_0x3a7c09['config']['get']('list.multiBlock');function _0x440abd(_0x38fe98){return{'type':'format','content':''+c(_0x209f27,'*Set\x20format:*\x20%0',_0x38fe98)};}function _0x2d61c3(_0x557c00){return{'type':'format','content':''+c(_0x209f27,'*Remove\x20format:*\x20%0',_0x557c00)};}_0x5e9418['enableDefaultAttributesIntegration']('numberedList'),_0x5e9418['enableDefaultAttributesIntegration']('bulletedList'),_0x5e9418['enableDefaultAttributesIntegration']('customNumberedList'),_0x5e9418['enableDefaultAttributesIntegration']('customBulletedList'),_0x5e9418['enableDefaultAttributesIntegration']('indentList'),_0x5e9418['enableDefaultAttributesIntegration']('outdentList'),_0x5e9418['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x5e9418['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x5e9418['registerBlockAttribute']('listItemId'),_0x5e9418['registerBlockAttribute']('listType'),_0x5e9418['registerBlockAttribute']('listIndent'),_0x249a0e&&(_0x5e9418['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x5e9418['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x44d36b&&(_0x5e9418['enableDefaultAttributesIntegration']('todoList'),_0x5e9418['enableDefaultAttributesIntegration']('checkTodoList'),_0x5e9418['registerBlockAttribute']('todoListChecked'),_0x5e9418['descriptionFactory']['registerDescriptionCallback'](_0x51a644=>{const {data:_0x4ede77}=_0x51a644;if(_0x4ede77&&'todoListChecked'==_0x4ede77['key'])return{'type':'format','content':_0x4ede77['newValue']?c(_0x209f27,'*Check\x20item*'):c(_0x209f27,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x1a3686=>{if(_0x1a3686['batch']['isUndo'])return!0x1;let _0x42245c=!0x1;const _0x18f8b6=_0x5e9418['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x21e88a=>'todoListChecked'===_0x5e9418['_getAttributeKey'](_0x21e88a));for(const _0x494732 of _0x18f8b6){'todo'!=_0x494732['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x5e9418['_findSuggestions'](_0x494732['getFirstRange'](),'attribute')['find'](_0x476187=>'listType'===_0x5e9418['_getAttributeKey'](_0x476187['suggestion']))||(_0x1a3686['removeMarker'](_0x494732['getFirstMarker']()),_0x42245c=!0x0));}return _0x42245c;})),_0x5e9418['descriptionFactory']['registerAttributeLabel']('listIndent',c(_0x209f27,'FORMAT_INDENT'));const _0x2f6d49={'type':'format','content':''};_0x5e9418['descriptionFactory']['registerDescriptionCallback'](_0x1ff7a9=>{const {data:_0x44bff7}=_0x1ff7a9;if(!_0x44bff7||'listType'!=_0x44bff7['key'])return;let _0x430099=_0x1ff7a9['head'];for(;_0x430099;){if(_0x430099['data']&&(('listStyle'==_0x430099['data']['key']||'listMarkerStyle'==_0x430099['data']['key'])&&(_0x430099['data']['newValue']&&'default'!=_0x430099['data']['newValue']||'default'!=_0x430099['data']['oldValue']&&!_0x44bff7['newValue'])||!_0x249a0e&&_0x430099['data']['key']==u))return _0x2f6d49;_0x430099=_0x430099['next'];}if(null==_0x44bff7['newValue'])switch(_0x44bff7['oldValue']){case'bulleted':return _0x2d61c3(c(_0x209f27,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x2d61c3(c(_0x209f27,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x2d61c3(c(_0x209f27,'ELEMENT_TODO_LIST'));}switch(_0x44bff7['newValue']){case'bulleted':return _0x440abd(c(_0x209f27,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x440abd(c(_0x209f27,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x440abd(c(_0x209f27,'ELEMENT_TODO_LIST'));}}),_0x5e9418['descriptionFactory']['registerDescriptionCallback'](_0x56bc54=>{const {data:_0x44d916}=_0x56bc54;if(_0x44d916&&'listIndent'==_0x44d916['key'])return null==_0x44d916['newValue']||null==_0x44d916['oldValue']&&0x0==_0x44d916['newValue']?_0x2f6d49:void 0x0;}),_0x5e9418['descriptionFactory']['registerDescriptionCallback'](_0xd31510=>{if('attribute'!=_0xd31510['type'])return;const {data:_0xbbfb73}=_0xd31510;if(!_0xbbfb73||'listItemId'!=_0xbbfb73['key'])return;const _0x2e4521=Te(_0xd31510);return'newValue'==_0x2e4521?{'type':'format','content':c(_0x209f27,'*Merge:*\x20list\x20item')}:'oldValue'==_0x2e4521?{'type':'format','content':c(_0x209f27,'*Split:*\x20list\x20item')}:_0x2f6d49;}),_0x3a7c09['model']['document']['registerPostFixer'](_0x4d9fbb=>this['listItemIdFixer'](_0x4d9fbb)),_0x3a7c09['model']['document']['registerPostFixer'](_0x6a9947=>this['noTrackChangesFixer'](_0x6a9947)),_0x3a7c09['model']['document']['on']('change:data',(_0x2e8330,_0x1a4c14)=>{if(_0x1a4c14['isUndo']||!_0x1a4c14['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x5b8c8e){if(_0x5b8c8e['batch']['isUndo']||!_0x5b8c8e['batch']['isLocal'])return!0x1;let _0x31ab72=!0x1;const _0x12208f=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0xcce8d0=>_0xcce8d0['data']&&'listItemId'==_0xcce8d0['data']['key'])['filter'](_0x565c2a=>_0x565c2a['data']['newValue']&&_0x565c2a['data']['oldValue']);for(const _0x4492f9 of _0x12208f)Te(_0x4492f9)||(_0x5b8c8e['removeMarker'](_0x4492f9['getFirstMarker']()),_0x31ab72=!0x0);return _0x31ab72;}['noTrackChangesFixer'](_0x484524){if(_0x484524['batch']['isUndo']||!_0x484524['batch']['isLocal'])return!0x1;const _0x17c253=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x17c253['trackChangesCommand']['value'])return!0x1;let _0x474b71=!0x1;const _0x467897=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x5b39bb=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x421b35=>'attribute'==_0x421b35['type'])['filter'](_0x2586f4=>_0x467897['includes'](_0x2586f4['attributeKey']));if(0x0==_0x5b39bb['length'])return _0x474b71;for(const _0x1319cc of _0x5b39bb){const _0x17636c=_0x17c253['_findSuggestions'](_0x1319cc['range'],'attribute')['filter'](_0x65d250=>!_0x65d250['meta']['isNextTo'])['map'](_0x339567=>_0x339567['suggestion'])['filter'](_0x553ea0=>{const _0x4092e2=_0x17c253['_getAttributeKey'](_0x553ea0);return _0x467897['includes'](_0x4092e2);});if(_0x17636c['length']){for(const _0x10d376 of _0x17636c)_0x484524['removeMarker'](_0x10d376['getFirstMarker']());_0x474b71=!0x0;}}return _0x474b71;}['assureChains'](){const _0x4d019a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x11e9ab=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x846fd4;const _0x4bdbeb=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x348d1c=>{if(_0x348d1c['data']['oldRange']||!_0x348d1c['data']['newRange'])return null;if(!_0x348d1c['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x147b6e}=_0x4d019a['_splitMarkerName'](_0x348d1c['name']);if(!_0x4d019a['hasSuggestion'](_0x147b6e))return null;const _0x258dc3=_0x4d019a['getSuggestion'](_0x147b6e);return _0x11e9ab['includes'](_0x258dc3['data']['key']);})['map'](_0x5341c0=>{const {id:_0x2a4f33}=_0x4d019a['_splitMarkerName'](_0x5341c0['name']),_0x5009cf=_0x4d019a['getSuggestion'](_0x2a4f33);return _0x846fd4=_0x5009cf['attributes']['groupId'],_0x5009cf['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x4bdbeb['size'])return;const _0x2a4287=_0x4d019a['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5da5a2=>'attribute'==_0x5da5a2['type']&&_0x5da5a2['data']&&_0x11e9ab['includes'](_0x5da5a2['data']['key'])&&_0x5da5a2['attributes']['groupId']!=_0x846fd4)['map'](_0x505f39=>({'listItem':_0x505f39['getFirstRange']()['start']['nodeAfter'],'groupId':_0x505f39['attributes']['groupId']})),_0x9bbf7=new Set();for(const {groupId:_0x2cd04b,listItem:_0x7f0cee}of _0x2a4287)_0x4bdbeb['has'](_0x7f0cee)&&_0x9bbf7['add'](_0x2cd04b);for(const _0x3fc45b of _0x4d019a['getSuggestions']())_0x9bbf7['has'](_0x3fc45b['attributes']['groupId'])&&_0x3fc45b['setAttribute']('groupId',_0x846fd4);}['_supportLegacySuggestions'](){const _0x1a4eb7=this['editor'],_0xc1e60d=_0x1a4eb7['locale'],_0x2d0469=_0x1a4eb7['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x2d0469['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x234818,_0x7d76c1){const _0x4d9814=[];for(let _0x37b1bf of _0x234818)_0x37b1bf['start']['nodeAfter']===_0x37b1bf['end']['parent']&&(_0x37b1bf=_0x1a4eb7['model']['createRange'](_0x1a4eb7['model']['createPositionAt'](_0x37b1bf['start']['nodeAfter'],0x0))),_0x4d9814['push'](_0x37b1bf);_0x1a4eb7['model']['change'](_0x1599ba=>{const _0x7f278b=_0x1a4eb7['model']['document']['selection'],_0x55ee08=Array['from'](_0x7f278b['getRanges']())['map'](_0x521055=>_0x1a5d6e['fromRange'](_0x521055));_0x1599ba['setSelection'](_0x4d9814),_0x1a4eb7['commands']['get'](_0x7d76c1['commandName'])['refresh'](),_0x7d76c1['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x1a4eb7['execute'](_0x7d76c1['commandName'],..._0x7d76c1['commandParams']),_0x1599ba['setSelection'](_0x55ee08);for(const _0x499826 of _0x55ee08)_0x499826['detach']();});}),_0x2d0469['descriptionFactory']['registerElementLabel'](function(_0x136425){const _0x2d1e90=!_0x1a4eb7['model']['schema']['isObject'](_0x136425),_0x5cdf4d=_0x136425['previousSibling'],_0xae580c=_0x136425['nextSibling'],_0x1426b6=_0x136425['getAttribute']('listItemId'),_0x137942=!_0x5cdf4d||_0x5cdf4d['getAttribute']('listItemId')!==_0x1426b6,_0x33f9ea=!_0xae580c||_0xae580c['getAttribute']('listItemId')!==_0x1426b6;return _0x2d1e90&&Boolean(_0x1426b6)&&_0x137942&&_0x33f9ea;},_0x4157c0=>c(_0xc1e60d,'ELEMENT_LIST_ITEM',_0x4157c0));}['_registerLegacyDescription'](){const _0x35e321=this['editor'],_0x1925dd=_0x35e321['locale'];function _0x259af4(_0x562916){const _0x26aefd=_0x35e321['commands']['get']('bulletedList')['value'],_0x7adccf=_0x35e321['commands']['get']('numberedList')['value'];return'numberedList'===_0x562916?_0x26aefd:_0x7adccf;}_0x35e321['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x4877e8){if('formatBlock'!=_0x4877e8['type'])return;const {data:_0x5532f5}=_0x4877e8;if(!_0x5532f5)return;let _0x27d255,_0x4850f6,_0x4a1cf4,_0x52604a;switch(_0x5532f5['commandName']){case'bulletedList':_0x4a1cf4=_0x5532f5['commandParams'][0x0]['forceValue'],_0x52604a=_0x259af4(_0x5532f5['commandName']),_0x27d255=_0x4a1cf4?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x52604a&&_0x35e321['config']['get']('list.multiBlock')||(_0x27d255='*Change\x20to:*\x20%0'),_0x4850f6={'type':'format','content':c(_0x1925dd,_0x27d255,c(_0x1925dd,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x4a1cf4=_0x5532f5['commandParams'][0x0]['forceValue'],_0x52604a=_0x259af4(_0x5532f5['commandName']),_0x27d255=_0x4a1cf4?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x52604a&&_0x35e321['config']['get']('list.multiBlock')||(_0x27d255='*Change\x20to:*\x20%0'),_0x4850f6={'type':'format','content':c(_0x1925dd,_0x27d255,c(_0x1925dd,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x27d255='*Indent:*\x20%0',_0x4850f6={'type':'format','content':c(_0x1925dd,_0x27d255,c(_0x1925dd,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x27d255=function(_0x4a0f47){const _0x150620=_0x4a0f47['getFirstRange']();let _0x4c1da0=_0x150620['start']['nodeAfter'];for(;_0x4c1da0&&_0x150620['containsItem'](_0x4c1da0);){if(_0x4c1da0['getAttribute']('listIndent')>0x0)return!0x1;_0x4c1da0=_0x4c1da0['nextSibling'];}return!0x0;}(_0x4877e8)?c(_0x1925dd,'*Format:*\x20remove\x20from\x20%0',c(_0x1925dd,function(_0x34bc58){return'ELEMENT_'+_0x34bc58['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x4877e8))):c(_0x1925dd,'*Outdent:*\x20%0',c(_0x1925dd,'ELEMENT_LIST_ITEM')),_0x4850f6={'type':'format','content':_0x27d255};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x5532f5['multipleBlocks']&&(_0x27d255='*Merge:*\x20%0',_0x4850f6={'type':'deletion','content':c(_0x1925dd,_0x27d255,c(_0x1925dd,'ELEMENT_LIST_ITEM'))});}return _0x4850f6;});}}function Te(_0x460dfb){let _0x2a4172=_0x460dfb['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x2a4172;){const _0x3466d2=_0x2a4172['getAttribute']('listItemId');if(!_0x3466d2)return!0x1;if(_0x3466d2==_0x460dfb['data']['newValue'])return'newValue';if(_0x3466d2==_0x460dfb['data']['oldValue'])return'oldValue';_0x2a4172=_0x2a4172['previousSibling'];}return!0x1;}class Se extends _0x465839{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x197850=this['editor']['config']['get']('list.properties'),_0x144a00=this['editor']['plugins']['get']('TrackChangesEditing');_0x197850['styles']&&(_0x144a00['enableDefaultAttributesIntegration']('listStyle'),_0x144a00['registerBlockAttribute']('listStyle')),_0x197850['reversed']&&(_0x144a00['enableDefaultAttributesIntegration']('listReversed'),_0x144a00['registerBlockAttribute']('listReversed')),_0x197850['startIndex']&&(_0x144a00['enableDefaultAttributesIntegration']('listStart'),_0x144a00['registerBlockAttribute']('listStart'));const _0x223ddf={'type':'format','content':''};_0x144a00['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x56aa2a=this['editor']['locale'];_0x144a00['descriptionFactory']['registerAttributeLabel']('listReversed',c(_0x56aa2a,'FORMAT_LIST_REVERSED')),_0x144a00['descriptionFactory']['registerDescriptionCallback'](_0x595384=>{const {data:_0xc3907f}=_0x595384;if(_0xc3907f&&'listReversed'==_0xc3907f['key'])return null==_0xc3907f['newValue']||0x0==_0xc3907f['newValue']&&null==_0xc3907f['oldValue']?_0x223ddf:void 0x0;}),_0x144a00['descriptionFactory']['registerAttributeLabel']('listStart',c(_0x56aa2a,'FORMAT_LIST_START')),_0x144a00['descriptionFactory']['registerDescriptionCallback'](_0x403daf=>{const {data:_0x42b3ea}=_0x403daf;if(_0x42b3ea&&'listStart'==_0x42b3ea['key'])return null==_0x42b3ea['newValue']||0x1==_0x42b3ea['newValue']&&null==_0x42b3ea['oldValue']?_0x223ddf:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x4e7201=>{if(_0x4e7201['batch']['isUndo'])return!0x1;let _0x402bf6=!0x1;const _0x124ff5=_0x144a00['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1bbdb0=>{const _0x254e15=_0x144a00['_getAttributeKey'](_0x1bbdb0);return'listStart'==_0x254e15||'listReversed'==_0x254e15;});for(const _0x293f0b of _0x124ff5){const _0x101c16=_0x293f0b['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x101c16||'customNumbered'==_0x101c16)continue;_0x144a00['_findSuggestions'](_0x293f0b['getFirstRange'](),'attribute')['find'](_0x48e94d=>'listType'==_0x144a00['_getAttributeKey'](_0x48e94d['suggestion']))||(_0x4e7201['removeMarker'](_0x293f0b['getFirstMarker']()),_0x402bf6=!0x0);}return _0x402bf6;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x7587b8){const _0x43db68=this['editor']['locale'],{data:_0x4443e7}=_0x7587b8,_0x373814={'type':'format','content':''};if(!_0x4443e7||'listStyle'!=_0x4443e7['key'])return;if(!_0x4443e7['oldValue'])return'default'==_0x4443e7['newValue']?_0x373814:{'type':'format','content':''+c(_0x43db68,'*Set\x20format:*\x20%0',c(_0x43db68,this['_getTranslationKeyForListStyle'](_0x4443e7['newValue'])))};if(!_0x4443e7['newValue']){if('default'==_0x4443e7['oldValue'])return _0x373814;let _0x571a7e=_0x7587b8['head'];for(;_0x571a7e;){if(_0x571a7e['data']&&'listType'==_0x571a7e['data']['key']&&_0x571a7e['data']['newValue'])return _0x373814;_0x571a7e=_0x571a7e['next'];}return{'type':'format','content':''+c(_0x43db68,'*Remove\x20format:*\x20%0',c(_0x43db68,this['_getTranslationKeyForListStyle'](_0x4443e7['oldValue'])))};}if('default'!=_0x4443e7['newValue'])return{'type':'format','content':''+c(_0x43db68,'*Set\x20format:*\x20%0',c(_0x43db68,this['_getTranslationKeyForListStyle'](_0x4443e7['newValue'])))};let _0x181944=_0x7587b8['head'];for(;_0x181944;){if(_0x181944['data']&&'listType'==_0x181944['data']['key']&&_0x181944['data']['newValue']&&_0x181944['data']['oldValue'])return _0x373814;_0x181944=_0x181944['next'];}return{'type':'format','content':c(_0x43db68,'*Set\x20format:*\x20%0',c(_0x43db68,'ELEMENT_'+_0x7587b8['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x687b7=this['editor'],_0x129348=_0x687b7['locale'];_0x687b7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xd4ccbb=>{if('formatBlock'!=_0xd4ccbb['type'])return;const {data:_0x250944}=_0xd4ccbb;if(!_0x250944)return;let _0x53c4fe,_0x254d69;switch(_0x250944['commandName']){case'listStyle':_0x53c4fe='*Change\x20to:*\x20%0',_0x254d69={'type':'format','content':c(_0x129348,_0x53c4fe,c(_0x129348,this['_getTranslationKeyForListStyle'](_0x250944['commandParams'][0x0]['type'])))};break;case'listReversed':_0x53c4fe=_0x250944['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x254d69={'type':'format','content':c(_0x129348,_0x53c4fe)};break;case'listStart':_0x53c4fe='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x254d69={'type':'format','content':c(_0x129348,_0x53c4fe,_0x250944['commandParams'][0x0]['startIndex'])};}return _0x254d69;});}['_getTranslationKeyForListStyle'](_0x4986ab){return'ELEMENT_'+function(_0x3a34f7){if(_e['includes'](_0x3a34f7))return'bulleted';if(Re['includes'](_0x3a34f7))return'numbered';return null;}(_0x4986ab)['toUpperCase']()+'_LIST_'+_0x4986ab['toUpperCase']()['replace'](/-/g,'_');}}const _e=['disc','circle','square'],Re=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class X extends _0x465839{['afterInit'](){const _0x390217=this['editor'];_0x390217['commands']['get']('emoji')&&_0x390217['plugins']['get']('TrackChangesEditing')['enableCommand']('emoji');}}class Y extends _0x465839{static get['requires'](){return[_0xb6d27e];}['init'](){const _0x5c0c3b=this['editor'],_0x2e91ba=_0x5c0c3b['plugins']['get']('TrackChangesEditing'),_0x1d663b=_0x5c0c3b['commands']['get']('enter');_0x2e91ba['enableCommand']('enter',()=>{_0x5c0c3b['model']['change'](_0xa800ce=>{const _0x19c39d=_0x5c0c3b['model']['document']['selection'],_0x35d313=_0x19c39d['getFirstPosition'](),_0x2f4afc=_0x1a5d6e['fromRange'](_0x19c39d['getFirstRange']());if(_0x1d663b['enterBlock'](_0xa800ce)){const _0x29d093=_0x5c0c3b['model']['createPositionAt'](_0x35d313['parent']['nextSibling'],0x0),_0x22d734=_0xa800ce['createRange'](_0x35d313,_0x29d093);_0x2e91ba['markInsertion'](_0x22d734);}else _0xa800ce['setSelection'](_0xa800ce['createRange'](_0x2f4afc['end']));_0x2f4afc['detach'](),_0x1d663b['fire']('afterExecute',{'writer':_0xa800ce});});}),_0x5c0c3b['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',Fe(_0x5c0c3b,'split'),{'priority':'high'}),_0x5c0c3b['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x399548,_0x59c8bc,_0xf6a2cb)=>{const _0x263089=_0xf6a2cb['mapper']['markerNameToElements'](_0x59c8bc['markerName']);if(_0x263089){for(const _0x319a2e of _0x263089)_0x319a2e['hasClass']('ck-suggestion-marker-split')&&(_0xf6a2cb['mapper']['unbindElementFromMarkerName'](_0x319a2e,_0x59c8bc['markerName']),_0xf6a2cb['writer']['remove'](_0x319a2e));}},{'priority':'high'}),_0x5c0c3b['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x1d063f,_0x1cc7f0,_0xb3e90b)=>{_0xb3e90b['options']['showSuggestionHighlights']&&Fe(_0x5c0c3b,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x1d063f,_0x1cc7f0,_0xb3e90b);},{'priority':'high'});}}class Z extends _0x465839{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x443ab5=this['editor']['plugins']['get']('TrackChangesEditing');_0x443ab5['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x443ab5['enableCommand']('findNext'),_0x443ab5['enableCommand']('findPrevious'),_0x443ab5['enableCommand']('replace'),_0x443ab5['enableCommand']('replaceAll');}['handleFindCommand'](_0x5c7336,_0x136c63,_0x44b05d={}){const _0xdf0844=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x5c7336(_0x31494e=>{let _0x111e48=('string'==typeof _0x136c63?_0xdf0844['findByTextCallback'](_0x136c63,_0x44b05d):_0x136c63)(_0x31494e);Array['isArray'](_0x111e48)&&(_0x111e48={'results':_0x111e48,'searchText':'string'==typeof _0x136c63?_0x136c63:''});const _0x22c8a8=_0x111e48['results']['filter'](_0x561dd7=>!0x1===this['_isInDeletionRange'](_0x561dd7,_0x31494e['item']));return{..._0x111e48,'results':_0x22c8a8};},_0x44b05d);}['_isInDeletionRange'](_0x1ccab0,_0xb84999){const _0x2a112a=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0xb84999,_0x1ccab0['start']),this['editor']['model']['createPositionAt'](_0xb84999,_0x1ccab0['end']));for(const _0x47a877 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x2a112a['getIntersection'](_0x47a877['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class tt extends _0x465839{['afterInit'](){const _0x2bebca=this['editor']['locale'],_0x3ac713=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x420d40,commandName:_0x4e3556}of ro)this['editor']['plugins']['has'](_0x420d40)&&(_0x3ac713['enableDefaultAttributesIntegration'](_0x4e3556),_0x3ac713['registerInlineAttribute'](_0x4e3556));_0x3ac713['descriptionFactory']['registerAttributeLabel']('fontSize',c(_0x2bebca,'FORMAT_FONT_SIZE')),_0x3ac713['descriptionFactory']['registerAttributeLabel']('fontFamily',c(_0x2bebca,'FORMAT_FONT_FAMILY')),_0x3ac713['descriptionFactory']['registerAttributeLabel']('fontColor',c(_0x2bebca,'FORMAT_FONT_COLOR')),_0x3ac713['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',c(_0x2bebca,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x50d241=this['editor'],_0x16bd29=_0x50d241['locale'];_0x50d241['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1f50ac=>{const _0x30700b=_0x16bd29['t'];if('formatInline'!=_0x1f50ac['type'])return;const {data:_0x41c118}=_0x1f50ac;if(null!=_0x41c118){if('fontSize'==_0x41c118['commandName']){const _0x3aac17=_0x41c118['commandParams'][0x0]['value'];if(_0x3aac17){const _0x4f058f=_0x30700b(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x1d8e8a=>_0x1d8e8a['model']==_0x3aac17)['title'])['toLowerCase']();return{'type':'format','content':c(_0x16bd29,'*Set\x20font\x20size:*\x20%0',_0x4f058f)};}return{'type':'format','content':c(_0x16bd29,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x41c118['commandName']){const _0xa8c945=_0x41c118['commandParams'][0x0]['value'];return _0xa8c945?{'type':'format','content':c(_0x16bd29,'*Set\x20font\x20family:*\x20%0',_0xa8c945)}:{'type':'format','content':c(_0x16bd29,'*Reset\x20font\x20family*')};}if('fontColor'==_0x41c118['commandName']){const _0x5e586c=_0x41c118['commandParams'][0x0]['value'];if(_0x5e586c){const _0xa701c5=_0x4f5407(this['editor']['config']['get']('fontColor.colors'))['find'](_0xd0856a=>_0xd0856a['model']==_0x5e586c);let _0x6e4b69=_0x5e586c,_0x56007b='';return _0xa701c5&&(_0x6e4b69=_0xa701c5['label'],_0x56007b=_0x30700b(_0x6e4b69)['toLowerCase']()),{'type':'format','content':c(_0x16bd29,'*Set\x20font\x20color:*\x20%0',_0x56007b)['trim'](),'color':{'value':_0x5e586c,'title':_0x56007b||_0x6e4b69}};}return{'type':'format','content':c(_0x16bd29,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x41c118['commandName']){const _0x165aa8=_0x41c118['commandParams'][0x0]['value'];if(_0x165aa8){const _0x1f8ab0=_0x4f5407(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x46610e=>_0x46610e['model']==_0x165aa8);let _0x468fda=_0x165aa8,_0x278caa='';return _0x1f8ab0&&(_0x468fda=_0x1f8ab0['label'],_0x278caa=_0x30700b(_0x468fda)['toLowerCase']()),{'type':'format','content':c(_0x16bd29,'*Set\x20font\x20background\x20color:*\x20%0',_0x278caa)['trim'](),'color':{'value':_0x165aa8,'title':_0x278caa||_0x468fda}};}return{'type':'format','content':c(_0x16bd29,'*Reset\x20font\x20background\x20color*')};}}});}}class it extends _0x465839{['afterInit'](){const _0x449d4e=this['editor'],_0x42b9b0=_0x449d4e['plugins']['get']('TrackChangesEditing'),_0x91a197=_0x449d4e['commands']['get']('copyFormat'),_0x59b78d=_0x449d4e['commands']['get']('pasteFormat');_0x91a197&&_0x59b78d&&(_0x42b9b0['enableDefaultAttributesIntegration']('pasteFormat'),_0x42b9b0['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x32a80b=this['editor'],_0x172ee1=_0x32a80b['locale'];_0x32a80b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x53f68f=>{if('formatBlock'!=_0x53f68f['type']&&'formatInline'!=_0x53f68f['type'])return;const {data:_0x46f018}=_0x53f68f;if(_0x46f018&&'pasteFormat'===_0x46f018['commandName']){const _0x4dac91=[],_0x2da422=_0x46f018['commandParams'][0x0];for(const [_0x278fa7,_0x53e569]of Object['entries'](_0x2da422))_0x4dac91['push'](so(_0x32a80b,_0x278fa7,_0x53e569));return _0x4dac91['length']?{'type':'format','content':c(_0x172ee1,'*Set\x20format\x20to:*\x20%0',_0x4dac91['join'](',\x20'))}:{'type':'format','content':c(_0x172ee1,'*Remove\x20all\x20formatting*')};}});}}function so(_0x36a13a,_0x178a13,_0x44330c){const _0x2a0655=_0x36a13a['locale']['t'],_0xe55208=_0x178a13['split'](/(?=[A-Z])/)['join']('\x20'),_0x4427ea=_0x2a0655(_0xe55208['charAt'](0x0)['toUpperCase']()+_0xe55208['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x44330c)return _0x4427ea;if('fontColor'===_0x178a13||'fontBackgroundColor'===_0x178a13){const _0xe50567=_0x4f5407(_0x36a13a['config']['get']('fontColor.colors'))['find'](_0x29acaf=>_0x29acaf['model']==_0x44330c);return _0x4427ea+'\x20('+(_0xe50567?_0x2a0655(_0xe50567['label'])['toLowerCase']():_0x44330c)+')';}if('fontSize'===_0x178a13&&isNaN(parseFloat(_0x44330c))){const _0xf7aba5=_0x36a13a['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x36a13a['config']['get']('fontSize.options'))['find'](_0x1afbae=>_0x1afbae['model']==_0x44330c);return _0x4427ea+'\x20('+(_0xf7aba5?_0x2a0655(_0xf7aba5['title'])['toLowerCase']():_0x44330c)+')';}return _0x4427ea+'\x20('+_0x44330c+')';}class et extends _0x465839{['_headingOptions'];['afterInit'](){const _0x3153eb=this['editor'];if(!_0x3153eb['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x3153eb['config']['get']('heading.options');const _0x2e07a0=_0x3153eb['locale'],_0x27dc81=_0x3153eb['plugins']['get']('TrackChangesEditing');_0x27dc81['enableDefaultAttributesIntegration']('heading');for(const _0x39109e of this['_headingOptions'])'paragraph'!=_0x39109e['model']&&_0x27dc81['descriptionFactory']['registerElementLabel'](_0x39109e['model'],_0x307aab=>{const _0x2e8d48=this['_getHeadingLevel'](_0x39109e['model']);return null!==_0x2e8d48?_0x583e5a(_0x307aab,_0x2e8d48):_0x545e38(_0x307aab,_0x39109e['title']);});function _0x583e5a(_0x55f90f,_0x210868){return c(_0x2e07a0,'ELEMENT_HEADING',[_0x55f90f,_0x210868]);}function _0x545e38(_0x32c56e,_0x17217d){return c(_0x2e07a0,'ELEMENT_HEADING_CUSTOM',[_0x32c56e,_0x17217d]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1277a9=this['editor'],_0x53f470=_0x1277a9['locale'];function _0x5a4bef(_0x47ac59,_0x26174c){return c(_0x53f470,'ELEMENT_HEADING_CUSTOM',[_0x47ac59,_0x26174c]);}_0x1277a9['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x58faee=>{if('formatBlock'!=_0x58faee['type'])return;const {data:_0x4f3e2b}=_0x58faee;if(_0x4f3e2b&&'heading'==_0x4f3e2b['commandName']){const _0x1fdb38=_0x4f3e2b['commandParams'][0x0]['value'],_0x5f2d66=this['_getHeadingLevel'](_0x1fdb38);if(null!==_0x5f2d66)return{'type':'format','content':c(_0x53f470,'*Change\x20to:*\x20%0',(_0x288dd5=0x1,_0xdfec24=_0x5f2d66,c(_0x53f470,'ELEMENT_HEADING',[_0x288dd5,_0xdfec24])))};const _0x5cb940=this['_headingOptions']['find'](_0x4d448c=>_0x4d448c['model']===_0x1fdb38)['title'];return{'type':'format','content':c(_0x53f470,'*Change\x20to:*\x20%0',_0x5a4bef(0x1,_0x5cb940))};}var _0x288dd5,_0xdfec24;});}['_getHeadingLevel'](_0xc1fcda){const _0x45fe3c=_0xc1fcda['match'](/^heading(\d+)/);if(_0x45fe3c)return _0x45fe3c[0x1];const _0x567ffd=this['_headingOptions']?.['find'](_0x2a3250=>_0x2a3250['model']==_0xc1fcda);if(_0x567ffd&&_0x567ffd['view']){const _0x7074e2=_0x567ffd['view'],_0x2ed15e=(_0x7074e2['name']??_0x7074e2)['match'](/^h(\d+)/);if(_0x2ed15e)return _0x2ed15e[0x1];}return null;}}class nt extends _0x465839{['afterInit'](){const _0x19579b=this['editor'];if(!_0x19579b['plugins']['has']('HighlightEditing'))return;const _0xcc7141=_0x19579b['plugins']['get']('TrackChangesEditing'),_0x1b690e=_0x19579b['locale'];_0xcc7141['enableDefaultAttributesIntegration']('highlight'),_0xcc7141['registerInlineAttribute']('highlight'),_0xcc7141['descriptionFactory']['registerAttributeLabel']('highlight',c(_0x1b690e,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x50bfa7=this['editor'],_0x2badc4=_0x50bfa7['locale'];_0x50bfa7['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x54e095=>{if('formatInline'!=_0x54e095['type'])return;const {data:_0x41073e}=_0x54e095;if(_0x41073e&&'highlight'==_0x41073e['commandName']){const _0x365405=_0x2badc4['t'],_0x497916=_0x41073e['commandParams'][0x0]['value'];if(_0x497916){const _0x4807b4=_0x50bfa7['config']['get']('highlight.options')['find'](_0x25d584=>_0x25d584['model']==_0x497916),_0x117c01=_0x365405(_0x4807b4['title'])['toLowerCase']();return{'type':'format','content':c(_0x2badc4,'*Set\x20highlight:*\x20%0',_0x117c01),'color':{'value':_0x4807b4['color'],'title':_0x4807b4['title']}};}return{'type':'format','content':c(_0x2badc4,'*Remove\x20highlight*',c(_0x2badc4,'FORMAT_HIGHLIGHT'))};}});}}class st extends _0x465839{['afterInit'](){const _0x5343f9=this['editor'];if(!_0x5343f9['plugins']['has']('HorizontalLineEditing'))return;_0x5343f9['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x16826e=_0x5343f9['plugins']['get']('TrackChangesEditing'),_0x29f816=_0x5343f9['locale'];_0x16826e['descriptionFactory']['registerElementLabel']('horizontalLine',_0x1cbf7d=>c(_0x29f816,'ELEMENT_HORIZONTAL_LINE',_0x1cbf7d)),_0x5343f9['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x4e8814,{writer:_0x56a345,options:_0x33bb34})=>{if(!_0x33bb34['showSuggestionHighlights'])return null;const _0x5d4288=_0x56a345['createContainerElement']('div'),_0x4cc7b4=_0x56a345['createEmptyElement']('hr');return _0x56a345['addClass']('ck-horizontal-line',_0x5d4288),_0x56a345['insert'](_0x56a345['createPositionAt'](_0x5d4288,0x0),_0x4cc7b4),_0x5d4288;},'converterPriority':'high'});}}class ot extends _0x465839{['afterInit'](){const _0x3d1053=this['editor'];if(!_0x3d1053['plugins']['has']('HtmlEmbed'))return;const _0x19722d=_0x3d1053['plugins']['get']('TrackChangesEditing'),_0x2a02b4=_0x3d1053['locale'];_0x19722d['descriptionFactory']['registerElementLabel']('rawHtml',_0x21e6e1=>c(_0x2a02b4,'ELEMENT_HTML_EMBED',_0x21e6e1)),_0x19722d['enableDefaultAttributesIntegration']('htmlEmbed'),_0x19722d['registerBlockAttribute']('value'),_0x19722d['descriptionFactory']['registerDescriptionCallback'](_0x256bfc=>{if('attribute'!=_0x256bfc['type'])return;const {data:_0x849c18}=_0x256bfc;if(_0x849c18&&'value'==_0x849c18['key']&&_0x256bfc['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0xff6e55=c(_0x2a02b4,'ELEMENT_HTML_EMBED');return{'type':'format','content':c(_0x2a02b4,'*Change\x20%0\x20content*',_0xff6e55)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x119869=this['editor'],_0x48f3b0=_0x119869['locale'];_0x119869['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x202dcf=>{if('formatBlock'!=_0x202dcf['type'])return;const {data:_0x4f428b}=_0x202dcf;if(_0x4f428b&&'htmlEmbed'==_0x4f428b['commandName']){const _0xed6613=c(_0x48f3b0,'ELEMENT_HTML_EMBED');return{'type':'format','content':c(_0x48f3b0,'*Change\x20%0\x20content*',_0xed6613)};}});}}class rt extends _0x465839{['afterInit'](){const _0x5913fd=this['editor'];if(!_0x5913fd['plugins']['has']('ImageEditing'))return;const _0x3932f5=_0x5913fd['plugins']['get']('TrackChangesEditing'),_0x38d1b4=_0x5913fd['plugins']['get']('ImageUtils'),_0x5394a7=_0x5913fd['locale'];_0x3932f5['enableCommand']('insertImage'),_0x3932f5['descriptionFactory']['registerElementLabel']('imageBlock',_0xe65402=>c(_0x5394a7,'ELEMENT_IMAGE',_0xe65402)),_0x3932f5['descriptionFactory']['registerElementLabel']('imageInline',_0x59d319=>c(_0x5394a7,'ELEMENT_INLINE_IMAGE',_0x59d319)),_0x3932f5['descriptionFactory']['registerElementLabel']('caption',()=>c(_0x5394a7,'ELEMENT_CAPTION')),_0x5913fd['plugins']['has']('ImageUploadEditing')&&_0x3932f5['enableCommand']('uploadImage'),_0x5913fd['plugins']['has']('ImageBlockEditing')&&_0x5913fd['plugins']['has']('ImageInlineEditing')&&(_0x3932f5['enableCommand']('imageTypeInline',(_0x417710,_0x207c29)=>{const _0x2393cb=_0x38d1b4['getClosestSelectedImageElement'](_0x5913fd['model']['document']['selection']);_0x5913fd['model']['change'](()=>{_0x3932f5['markBlockFormat'](_0x2393cb,{'commandName':'imageTypeInline','commandParams':[_0x207c29]},[],'convertBlockImageToInline');});}),_0x3932f5['enableCommand']('imageTypeBlock',(_0x24401e,_0x450510)=>{_0x5913fd['model']['change'](_0x5c99b0=>{let _0x158161=_0x38d1b4['getClosestSelectedImageElement'](_0x5913fd['model']['document']['selection']),_0x4b9b75=_0x5c99b0['createRangeOn'](_0x158161);const _0x28f3ed=_0x1ff9a7['fromPosition'](_0x4b9b75['start'],'toPrevious'),_0x5b3b27=_0x1ff9a7['fromPosition'](_0x4b9b75['end'],'toNext');_0x3932f5['forceDefaultExecution'](()=>_0x24401e(_0x450510)),_0x158161=_0x38d1b4['getClosestSelectedImageElement'](_0x5913fd['model']['document']['selection']),_0x4b9b75=_0x5c99b0['createRangeOn'](_0x158161);const _0x31428e=_0x5c99b0['createRange'](_0x28f3ed,_0x5b3b27);_0x28f3ed['detach'](),_0x5b3b27['detach'](),_0x3932f5['markBlockFormat'](_0x158161,{'commandName':'imageTypeInline','commandParams':[_0x450510]},[],'convertInlineImageToBlock'),_0x31428e['start']['isBefore'](_0x4b9b75['start'])&&_0x3932f5['markInsertion'](_0x5c99b0['createRange'](_0x31428e['start'],_0x4b9b75['start']),'convertInlineImageToBlock'),_0x4b9b75['end']['isBefore'](_0x31428e['end'])&&_0x3932f5['markInsertion'](_0x5c99b0['createRange'](_0x4b9b75['end'],_0x31428e['end']),'convertInlineImageToBlock');});}),_0x3932f5['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x3932f5['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x3932f5['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x3932f5['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x3932f5['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x3932f5['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x515bba])=>{const _0x3a0767=_0x3932f5['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x91e7cb=_0x515bba['start'],_0x375a4b=_0x515bba['end'];const _0x5e038a=_0x5913fd['model']['schema']['getNearestSelectionRange'](_0x91e7cb,'backward'),_0x197807=_0x5913fd['model']['schema']['getNearestSelectionRange'](_0x375a4b,'forward');_0x5e038a['isCollapsed']&&(_0x91e7cb=_0x5e038a['start']),_0x197807['isCollapsed']&&(_0x375a4b=_0x197807['end']),_0x3a0767([_0x5913fd['model']['createRange'](_0x91e7cb,_0x375a4b)]);}),_0x3932f5['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x38a680),_0x3932f5['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x38a680)),_0x5913fd['plugins']['has']('ImageCaptionEditing')&&(_0x3932f5['enableCommand']('toggleImageCaption',(_0x5a8ad6,_0x16c63c)=>{const _0x3090fe=_0x5913fd['plugins']['get']('ImageCaptionUtils');let _0x1a4cca=_0x38d1b4['getClosestSelectedImageElement'](_0x5913fd['model']['document']['selection']),_0x3c5bb9=_0x3090fe['getCaptionFromImageModelElement'](_0x1a4cca);_0x5913fd['model']['change'](()=>{if(_0x3c5bb9)return void _0x3932f5['markDeletion'](_0x5913fd['model']['createRangeOn'](_0x3c5bb9));const _0x2c4498=_0x38d1b4['isBlockImage'](_0x1a4cca);_0x5a8ad6(_0x16c63c),_0x1a4cca=_0x38d1b4['getClosestSelectedImageElement'](_0x5913fd['model']['document']['selection']),_0x3c5bb9=_0x3090fe['getCaptionFromImageModelElement'](_0x1a4cca),_0x3932f5['markInsertion'](_0x5913fd['model']['createRangeOn'](_0x3c5bb9),_0x2c4498?null:'imageCaption');});}),_0x3932f5['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x38a680));const _0x39eec0=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0xba46eb(_0x1a001e,_0xa4b826){const _0x59b772=_0x39eec0['findIndex'](({type:_0x2919aa,subType:_0x14fcba})=>_0x1a001e['type']==_0x2919aa&&_0x1a001e['subType']==_0x14fcba),_0x489f10=_0x39eec0['findIndex'](({type:_0x8671ac,subType:_0x4dd142})=>_0xa4b826['type']==_0x8671ac&&_0xa4b826['subType']==_0x4dd142);if(_0x59b772<0x0||_0x489f10<0x0)return!0x1;const _0x1de1e4=_0x1a001e['getFirstRange'](),_0x2820e4=_0xa4b826['getFirstRange']();if((0x0==_0x59b772||0x1==_0x59b772)&&0x2==_0x489f10&&_0x1de1e4['isIntersecting'](_0x2820e4))return!0x0;if(0x2==_0x59b772&&0x3==_0x489f10){const _0x2faad2=_0x3932f5['_findSuggestions'](_0x1de1e4,'insertion')['filter'](({suggestion:_0x3f3554,meta:_0x2bbdb0})=>_0x2bbdb0['isOwn']&&'convertInlineImageToBlock'==_0x3f3554['subType']);if(_0x2faad2['length']>0x1&&_0x2820e4['end']['isEqual'](_0x1de1e4['start']))return!0x0;if(0x1==_0x2faad2['length']&&(_0x1de1e4['start']['isEqual'](_0x2820e4['end'])||_0x1de1e4['end']['isEqual'](_0x2820e4['start'])))return!0x0;}if(0x3==_0x59b772&&0x3==_0x489f10&&_0x1de1e4['start']['isBefore'](_0x2820e4['start'])){const _0x13a70b=_0x1de1e4['end']['nodeAfter'],_0x13f891=_0x2820e4['start']['nodeBefore'];return _0x38d1b4['isBlockImage'](_0x13a70b)&&_0x13a70b===_0x13f891;}return!0x1;}function _0x38a680(_0x3e9ebe,_0x571690){return _0xba46eb(_0x3e9ebe,_0x571690)?[_0x3e9ebe,_0x571690]:_0xba46eb(_0x571690,_0x3e9ebe)?[_0x571690,_0x3e9ebe]:null;}_0x5913fd['plugins']['has']('ImageResize')&&(_0x3932f5['enableDefaultAttributesIntegration']('resizeImage'),_0x3932f5['registerBlockAttribute']('resizedWidth'),_0x3932f5['descriptionFactory']['registerAttributeLabel']('resizedWidth',c(_0x5394a7,'FORMAT_IMAGE_SIZE'))),_0x5913fd['plugins']['has']('ImageTextAlternativeEditing')&&(_0x3932f5['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x3932f5['registerBlockAttribute']('alt')),_0x5913fd['plugins']['has']('PictureEditing')&&(_0x3932f5['registerBlockAttribute']('sources'),_0x3932f5['descriptionFactory']['registerDescriptionCallback'](_0x317a57=>{if('attribute'!=_0x317a57['type'])return;const {data:_0x3a6234}=_0x317a57;return _0x3a6234&&'sources'==_0x3a6234['key']?{'type':'format','content':''}:void 0x0;})),_0x5913fd['plugins']['has']('ImageSizeAttributes')&&(_0x3932f5['registerBlockAttribute']('width'),_0x3932f5['registerBlockAttribute']('height'),_0x3932f5['descriptionFactory']['registerDescriptionCallback'](_0x4de444=>{if('attribute'!=_0x4de444['type'])return;const {data:_0x198ee8}=_0x4de444;return!_0x198ee8||'width'!=_0x198ee8['key']&&'height'!=_0x198ee8['key']?void 0x0:{'type':'format','content':''};})),_0x3932f5['descriptionFactory']['registerDescriptionCallback'](_0x3919c2=>{if(!!_0x39eec0['find'](({type:_0x8c1ad6,subType:_0x5bd630})=>_0x3919c2['type']==_0x8c1ad6&&_0x3919c2['subType']==_0x5bd630))return _0x3919c2['previous']?{}:void 0x0;}),_0x3932f5['descriptionFactory']['registerDescriptionCallback'](_0x30f34f=>{if('insertion'==_0x30f34f['type']||'deletion'==_0x30f34f['type']){const _0x3166b6=_0x30f34f['getContainedElement']();if(_0x3166b6&&_0x3166b6['is']('element','caption'))return{'type':'insertion'==_0x30f34f['type']?'addObject':'removeObject','element':_0x3166b6,'quantity':0x1};}}),_0x3932f5['descriptionFactory']['registerDescriptionCallback'](_0x11d32a=>'formatBlock'==_0x11d32a['type']&&'convertInlineImageToBlock'==_0x11d32a['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x11d32a['type']&&'convertBlockImageToInline'==_0x11d32a['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x3932f5['descriptionFactory']['registerDescriptionCallback'](_0x232f80=>{if('attribute'!=_0x232f80['type'])return;const {data:_0x77a17b}=_0x232f80;if(!_0x77a17b||'alt'!=_0x77a17b['key'])return;const _0x4e7051=_0x77a17b['newValue'];return _0x4e7051?{'type':'format','content':c(_0x5394a7,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x4e7051+'\x22')}:{'type':'format','content':c(_0x5394a7,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xbebbdb=this['editor'],_0x8ebd20=_0xbebbdb['locale'];_0xbebbdb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x37915c=>{if('formatBlock'!=_0x37915c['type']&&'formatInline'!=_0x37915c['type'])return;const {data:_0x1a2447}=_0x37915c;if(_0x1a2447){if('imageTextAlternative'==_0x1a2447['commandName']){const _0x48f77e=_0x1a2447['commandParams'][0x0]['newValue'];return _0x48f77e?{'type':'format','content':c(_0x8ebd20,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x48f77e+'\x22')}:{'type':'format','content':c(_0x8ebd20,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x1a2447['commandName']){const _0x37becd=_0x1a2447['commandParams'][0x0]['width'];return _0x37becd?{'type':'format','content':c(_0x8ebd20,'*Set\x20image\x20width:*\x20%0',_0x37becd)}:{'type':'format','content':c(_0x8ebd20,'*Reset\x20image\x20width*')};}}});}}class at extends _0x465839{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x297428=this['editor']['locale'],_0x22b348=this['editor']['plugins']['get']('TrackChangesEditing');_0x22b348['enableDefaultAttributesIntegration']('replaceImageSource'),_0x22b348['registerBlockAttribute']('src'),_0x22b348['descriptionFactory']['registerDescriptionCallback'](_0x26e404=>{if('attribute'!=_0x26e404['type'])return;const {data:_0x28af70}=_0x26e404;return _0x28af70&&'src'==_0x28af70['key']?_0x28af70['newValue']&&_0x28af70['oldValue']?{'type':'format','content':c(_0x297428,'*Replace\x20image*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x2b37e2=this['editor']['plugins']['get']('TrackChangesEditing');_0x2b37e2['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x2b37e2['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x2b37e2['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x2b37e2['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xcdee23=this['editor'],_0x321676=_0xcdee23['locale'];_0xcdee23['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4ae4f6=>{if('formatBlock'!=_0x4ae4f6['type']&&'formatInline'!=_0x4ae4f6['type'])return;const {data:_0x4d8bdb}=_0x4ae4f6;if(!_0x4d8bdb||'replaceImageSource'!=_0x4d8bdb['commandName'])return;return{'type':'format','content':c(_0x321676,'*Format:*\x20replace\x20image\x20URL')};});}}class ct extends _0x465839{['afterInit'](){const _0x432c6b=this['editor'];if(!_0x432c6b['plugins']['has']('ImageStyleEditing'))return;const _0x53cdd5=_0x432c6b['plugins']['get']('TrackChangesEditing'),_0x13921e=_0x432c6b['plugins']['get']('ImageUtils'),_0x79c911={};_0x53cdd5['enableCommand']('imageStyle',(_0x3c9482,_0x4e1708)=>{const _0x68bff1=_0x432c6b['plugins']['get']('Users')['me'],_0x2d877b=_0x432c6b['commands']['get']('imageStyle');let _0x266f9b=_0x13921e['getClosestSelectedImageElement'](_0x432c6b['model']['document']['selection']),_0x178382=_0x432c6b['model']['createRangeOn'](_0x266f9b),_0x5a96cb=_0x2d877b['value'];if(_0x5a96cb==_0x4e1708['value'])return;const _0x2a6f9c={'commandName':'imageStyle','commandParams':[_0x4e1708],'formatGroupId':_0x21999f()};_0x432c6b['model']['change'](()=>{if(_0x53cdd5['getSuggestions']()['filter'](_0x439753=>_0x439753['isInContent']&&_0x68bff1==_0x439753['author']&&('formatBlock'==_0x439753['type']||'formatInline'==_0x439753['type'])&&('imageStylePreApply'==_0x439753['subType']||'imageStylePostApply'==_0x439753['subType'])&&_0x439753['getFirstRange']()['isEqual'](_0x178382))['forEach'](_0x8c06b=>_0x53cdd5['discardSuggestion'](_0x8c06b['head'])),_0x266f9b=_0x13921e['getClosestSelectedImageElement'](_0x432c6b['model']['document']['selection']),_0x178382=_0x432c6b['model']['createRangeOn'](_0x266f9b),_0x2d877b['refresh'](),_0x432c6b['commands']['get']('imageTypeInline')['refresh'](),_0x432c6b['commands']['get']('imageTypeBlock')['refresh'](),_0x5a96cb=_0x2d877b['value'],_0x5a96cb!=_0x4e1708['value'])return _0x13921e['isInlineImage'](_0x266f9b)&&_0x2d877b['shouldConvertImageType'](_0x4e1708['value'],_0x266f9b)?(_0x3c9482({..._0x4e1708,'setImageSizes':!0x1}),_0x266f9b=_0x13921e['getClosestSelectedImageElement'](_0x432c6b['model']['document']['selection']),void _0x53cdd5['markBlockFormat'](_0x266f9b,{..._0x2a6f9c,'commandReversedParams':[{'value':_0x5a96cb||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x13921e['isBlockImage'](_0x266f9b)?_0x53cdd5['markBlockFormat'](_0x266f9b,_0x2a6f9c,[],'imageStylePostApply'):_0x53cdd5['markInlineFormat'](_0x178382,_0x2a6f9c,'imageStylePostApply'));});});for(const _0x56bfc5 of _0x432c6b['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x79c911[_0x56bfc5['name']]=_0x56bfc5['title']['toLowerCase']();_0x53cdd5['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x53cdd5['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x53cdd5['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x53cdd5['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x2c9238])=>{_0x13921e['setImageNaturalSizeAttributes'](_0x2c9238['getContainedElement']());}),_0x53cdd5['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x1c533f,_0x2a646b)=>{_0x53cdd5['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x1c533f,{'commandName':_0x2a646b['commandName'],'commandParams':_0x2a646b['commandReversedParams']});}),_0x53cdd5['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x30d876,_0x4cfb7b){if(_0x83aab8(_0x30d876,_0x4cfb7b))return[_0x30d876,_0x4cfb7b];if(_0x83aab8(_0x4cfb7b,_0x30d876))return[_0x4cfb7b,_0x30d876];return null;});const _0x465182=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x83aab8(_0xa97125,_0x5e0ff6){const _0x2e295b=_0x465182['findIndex'](({type:_0x30ce28,subType:_0x8baedc})=>_0xa97125['type']==_0x30ce28&&_0xa97125['subType']==_0x8baedc),_0x59c3c0=_0x465182['findIndex'](({type:_0x161c89,subType:_0x5f1dda})=>_0x5e0ff6['type']==_0x161c89&&_0x5e0ff6['subType']==_0x5f1dda);if(_0x2e295b<0x0||_0x59c3c0<0x0)return!0x1;const _0x21ad52=_0xa97125['getFirstRange'](),_0x441c25=_0x5e0ff6['getFirstRange']();if((0x0==_0x2e295b||0x1==_0x2e295b)&&0x2==_0x59c3c0&&_0x21ad52['isIntersecting'](_0x441c25))return!0x0;if(0x2==_0x2e295b&&0x3==_0x59c3c0){const _0x360e01=_0x53cdd5['_findSuggestions'](_0x21ad52,'insertion')['filter'](({suggestion:_0x3b159d,meta:_0x2c458b})=>_0x2c458b['isOwn']&&'convertInlineImageToBlock'==_0x3b159d['subType']);if(_0x360e01['length']>0x1&&_0x441c25['end']['isEqual'](_0x21ad52['start']))return!0x0;if(0x1==_0x360e01['length']&&(_0x21ad52['start']['isEqual'](_0x441c25['end'])||_0x21ad52['end']['isEqual'](_0x441c25['start'])))return!0x0;}if(0x3==_0x2e295b&&0x3==_0x59c3c0&&_0x21ad52['start']['isBefore'](_0x441c25['start'])){const _0x22fe90=_0x21ad52['end']['nodeAfter'],_0x26a6b2=_0x441c25['start']['nodeBefore'];return _0x13921e['isBlockImage'](_0x22fe90)&&_0x22fe90===_0x26a6b2;}return!0x1;}_0x432c6b['model']['document']['registerPostFixer'](()=>{let _0x373416=!0x1;const _0x33a8e7=Array['from'](_0x432c6b['model']['document']['differ']['getChangedMarkers']());for(const {name:_0xd09cd2,data:_0x3e9c5a}of _0x33a8e7){const {group:_0x2aae4f,type:_0x5ef5b2,subType:_0x19bd62,id:_0x542d8d}=_0x53cdd5['_splitMarkerName'](_0xd09cd2);if('suggestion'==_0x2aae4f&&_0x53cdd5['hasSuggestion'](_0x542d8d)){if('formatBlock'==_0x5ef5b2&&('imageStylePreApply'==_0x19bd62||'imageStylePostApply'==_0x19bd62)){const _0x531bfb=_0x53cdd5['getSuggestion'](_0x542d8d);if(_0x3e9c5a['newRange']){const _0x301c77=_0x531bfb['getFirstRange']()['getContainedElement']();if(_0x13921e['isBlockImage'](_0x301c77))continue;_0x53cdd5['discardSuggestion'](_0x531bfb),_0x373416=!0x0;}}if('insertion'==_0x5ef5b2&&'imageCaption'==_0x19bd62&&!_0x3e9c5a['newRange']){const _0x3466a8=_0x53cdd5['getSuggestion'](_0x542d8d);_0x3466a8['next']&&_0x3466a8['next']['isInContent']&&(_0x53cdd5['discardSuggestion'](_0x3466a8['next']),_0x373416=!0x0);}}}return _0x373416;}),this['_registerLegacyDescription'](_0x79c911);}['_registerLegacyDescription'](_0x263a5e){const _0x3ef30a=this['editor'],_0x831a85=_0x3ef30a['locale'];_0x3ef30a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xbddf7b=>{if('formatBlock'!=_0xbddf7b['type']&&'formatInline'!=_0xbddf7b['type'])return;const {data:_0x15b4ef}=_0xbddf7b;if(!_0x15b4ef||'imageStyle'!=_0x15b4ef['commandName'])return;const _0x5ef06c=_0x15b4ef['commandParams'][0x0]['value'];return _0x155e3b('side'===_0x5ef06c?c(_0x831a85,'FORMAT_SIDE_IMAGE'):_0x263a5e[_0x5ef06c]||_0x5ef06c);function _0x155e3b(_0x23a57e){return{'type':'format','content':c(_0x831a85,'*Format:*\x20%0',_0x23a57e)};}});}}class ut extends _0x465839{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x19c03d){super(_0x19c03d),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x41f622=this['editor'],_0x1b2298=_0x41f622['commands']['get']('importWord'),_0x411329=_0x41f622['commands']['get']('trackChanges');_0x1b2298&&(_0x1b2298['on']('execute',(_0x232710,[,_0x1e6b20])=>{this['_trackChangesValueDuringImport']=_0x411329['value'],_0x1e6b20['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x1b2298,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x1b2298,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x411329['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x41f622['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x4a2985,_0x51f68a){const {suggestions:_0x1dfa23}=_0x51f68a,_0x20eb89=this['editor']['commands']['get']('trackChanges'),_0x36f055=_0x20eb89['value'];this['_trackChangesValueDuringImport']!==_0x36f055&&(_0x20eb89['execute'](),this['_trackChangesExecuted']=!0x0),_0x1dfa23&&_0x1dfa23['forEach'](({id:_0x4d124b,type:_0x58c3a0,author:_0x5e1c4c,created_at:_0x47f67})=>{const _0x270ef2={'id':_0x4d124b,'type':_0x58c3a0,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x5e1c4c,'createdAt':_0x47f67?new Date(_0x47f67):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x270ef2);});}}class ft extends _0x465839{['afterInit'](){const _0xb82ab0=this['editor'],_0x4f3994=_0xb82ab0['plugins']['get']('TrackChangesEditing');if(_0xb82ab0['plugins']['has']('IndentEditing')&&(_0x4f3994['enableCommand']('indent'),_0x4f3994['enableCommand']('outdent')),_0xb82ab0['plugins']['has']('IndentBlock')){for(const _0x38d2d9 of['indentBlock','outdentBlock'])_0x4f3994['enableDefaultAttributesIntegration'](_0x38d2d9);}const _0x3dc129=_0xb82ab0['locale'];_0x4f3994['registerBlockAttribute']('blockIndent'),_0x4f3994['descriptionFactory']['registerAttributeLabel']('blockIndent',c(_0x3dc129,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x441f6b=this['editor'],_0x38f1ca=_0x441f6b['locale'],_0x1afb21=_0x441f6b['plugins']['get']('TrackChangesEditing');_0x1afb21['descriptionFactory']['registerDescriptionCallback'](_0x5790ce=>{if('formatBlock'!=_0x5790ce['type'])return;const {data:_0x366098}=_0x5790ce;if(!_0x366098)return;if('indentBlock'!=_0x366098['commandName']&&'outdentBlock'!=_0x366098['commandName'])return;const _0x3e8f23=_0x5790ce['getItems']()[0x0],_0xc3da79=_0x1afb21['descriptionFactory']['getItemLabel'](_0x3e8f23);return'indentBlock'==_0x366098['commandName']?{'type':'format','content':c(_0x38f1ca,'*Indent:*\x20%0',_0xc3da79)}:'outdentBlock'==_0x366098['commandName']?{'type':'format','content':c(_0x38f1ca,'*Outdent:*\x20%0',_0xc3da79)}:void 0x0;});}}class ht extends _0x465839{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class gt extends _0x465839{['afterInit'](){const _0x35a7e5=this['editor'];if(!_0x35a7e5['plugins']['has']('LinkEditing'))return;const _0x4b86eb=_0x35a7e5['plugins']['get']('TrackChangesEditing'),_0x424bde=_0x35a7e5['commands']['get']('link');_0x4b86eb['enableDefaultAttributesIntegration']('link'),_0x4b86eb['enableDefaultAttributesIntegration']('unlink'),_0x4b86eb['registerInlineAttribute']('linkHref');for(const _0x3dda3a of _0x424bde['manualDecorators'])_0x4b86eb['registerInlineAttribute'](_0x3dda3a['id']),_0x4b86eb['descriptionFactory']['registerAttributeLabel'](_0x3dda3a['id'],'link\x20('+_0x3dda3a['label']['toLowerCase']()+')');_0x4b86eb['descriptionFactory']['registerDescriptionCallback'](_0xe03738=>{if('attribute'!=_0xe03738['type'])return;const {data:_0x22c08a}=_0xe03738;if(!_0x22c08a||'linkHref'!=_0x22c08a['key'])return;const _0x3ac49c=_0x22c08a['newValue'],_0x2f1295=_0x35a7e5['locale'];return{'type':'format','content':null==_0x3ac49c?c(_0x2f1295,'*Remove\x20link*'):c(_0x2f1295,'*Set\x20link:*\x20%0','\x22'+_0x3ac49c+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x16822a=this['editor'],_0x3ba9c1=_0x16822a['locale'];_0x16822a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x445b61=>{if('formatInline'!=_0x445b61['type'])return;const {data:_0x4d7ee6}=_0x445b61;if(_0x4d7ee6){if('link'==_0x4d7ee6['commandName']){const _0x523871=_0x4d7ee6['commandParams'][0x0];return{'type':'format','content':c(_0x3ba9c1,'*Set\x20link:*\x20%0','\x22'+_0x523871+'\x22')};}return'unlink'==_0x4d7ee6['commandName']?{'type':'format','content':c(_0x3ba9c1,'*Remove\x20link*')}:void 0x0;}});}}class lt extends _0x465839{['afterInit'](){const _0x23e962=this['editor'],_0xdf7b68=_0x23e962['locale'];if(!_0x23e962['plugins']['has']('LegacyListEditing'))return;const _0x381214=_0x23e962['plugins']['get']('TrackChangesEditing'),_0x6c040e=_0x23e962['plugins']['has']('LegacyTodoListEditing');function _0x33d28e(_0x220257){return()=>{const _0x44ceeb=_0x23e962['model']['document']['selection'],_0x5a2224=_0x23e962['commands']['get'](_0x220257);if(_0x5a2224['value'])return void _0x23e962['execute']('paragraph',{});const _0x418bbe=_0x220257['slice'](0x0,-0x4),_0x576429=function(_0x809dbf,_0x20fa13,_0x36b1a1){let _0x35637a=Array['from'](_0x809dbf)['filter'](_0xf3c022=>function(_0x484c09,_0x374954){return _0x374954['checkChild'](_0x484c09['parent'],'listItem')&&!_0x374954['isObject'](_0x484c09);}(_0xf3c022,_0x36b1a1));_0x35637a=_0x35637a['filter'](_0x272329=>!_0x272329['is']('element','listItem')||_0x272329['getAttribute']('listType')!=_0x20fa13);const _0x397eab=new Set();for(const _0x589f30 of _0x35637a)_0x589f30['is']('element','listItem')?_0x397eab['add'](Le(_0x589f30)):_0x397eab['add'](_0x589f30);return Array['from'](_0x397eab);}(_0x44ceeb['getSelectedBlocks'](),_0x418bbe,_0x23e962['model']['schema']);_0x23e962['model']['change'](()=>{for(const _0x15a61e of _0x576429)_0x381214['markBlockFormat'](_0x15a61e,{'commandName':_0x220257,'commandParams':[{'forceValue':!_0x5a2224['value']}],'formatGroupId':'blockName'},Ee(_0x15a61e));});};}function _0x3fb496(_0x13f79f){return()=>{const _0x46705c=function(_0x32af6a){let _0x14f672=Array['from'](_0x32af6a);const _0x32ddd3=_0x14f672['findIndex'](_0x44c78c=>'listItem'!=_0x44c78c['name']);return _0x32ddd3>-0x1&&(_0x14f672=_0x14f672['slice'](0x0,_0x32ddd3)),_0x14f672;}(_0x23e962['model']['document']['selection']['getSelectedBlocks']()),_0x2b0213=_0x23e962['model']['createRange'](_0x23e962['model']['createPositionAt'](_0x46705c[0x0],'before'),_0x23e962['model']['createPositionAt'](_0x46705c[_0x46705c['length']-0x1],'end'));_0x23e962['model']['change'](()=>{_0x381214['markBlockFormat'](_0x2b0213,{'commandName':_0x13f79f,'commandParams':[],'formatGroupId':'listIndent'},function(_0x17d57d){const _0xa878f4=new Set();for(const _0x16b85c of _0x17d57d){let _0x187691=_0x16b85c['nextSibling'];for(;_0x187691&&_0x187691['getAttribute']('listIndent')>_0x16b85c['getAttribute']('listIndent');)_0xa878f4['add'](_0x187691),_0x187691=_0x187691['nextSibling'];}return Array['from'](_0xa878f4);}(_0x46705c));});};}_0x381214['enableCommand']('numberedList',_0x33d28e('numberedList')),_0x381214['enableCommand']('bulletedList',_0x33d28e('bulletedList')),_0x6c040e&&_0x381214['enableCommand']('todoList',_0x33d28e('todoList')),_0x381214['enableCommand']('indentList',_0x3fb496('indentList')),_0x381214['enableCommand']('outdentList',_0x3fb496('outdentList')),_0x6c040e&&_0x381214['enableCommand']('checkTodoList',()=>{const _0x308d19=_0x23e962['commands']['get']('checkTodoList'),_0x13cfba=Array['from'](_0x308d19['_selectedElements']);_0x13cfba['filter'](_0xf34cf0=>_0xf34cf0['getAttribute']('todoListChecked')!=_0x308d19['value']),_0x23e962['model']['change'](()=>{for(const _0x109f4a of _0x13cfba)_0x381214['markBlockFormat'](_0x109f4a,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x308d19['value']}]});});}),_0x381214['descriptionFactory']['registerElementLabel']('listItem',_0x529532=>c(_0xdf7b68,'ELEMENT_LIST_ITEM',_0x529532)),_0x381214['descriptionFactory']['registerDescriptionCallback'](_0x1c28fb=>{if('formatBlock'!=_0x1c28fb['type']&&'formatInline'!=_0x1c28fb['type'])return;const {data:_0x2d57b5}=_0x1c28fb;if(_0x2d57b5){if('numberedList'==_0x2d57b5['commandName']||'bulletedList'==_0x2d57b5['commandName']||'todoList'==_0x2d57b5['commandName'])switch(_0x2d57b5['commandName']['replace']('List','')){case'bulleted':return _0x45bbaf(c(_0xdf7b68,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x45bbaf(c(_0xdf7b68,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x45bbaf(c(_0xdf7b68,'ELEMENT_TODO_LIST'));}if('indentList'==_0x2d57b5['commandName'])return{'type':'format','content':c(_0xdf7b68,'*Indent:*\x20%0',c(_0xdf7b68,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x2d57b5['commandName'])return{'type':'format','content':c(_0xdf7b68,'*Outdent:*\x20%0',c(_0xdf7b68,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x2d57b5['commandName'])return _0x2d57b5['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0xdf7b68,'*Check\x20item*')}:{'type':'format','content':c(_0xdf7b68,'*Uncheck\x20item*')};}function _0x45bbaf(_0x4b6757){return{'type':'format','content':c(_0xdf7b68,'*Change\x20to:*\x20%0',_0x4b6757)};}});}}function Le(_0xdbf74f){const _0x246f89=_0xdbf74f['getAttribute']('listIndent');if(0x0==_0x246f89)return _0xdbf74f;let _0x1298bb=_0xdbf74f;for(;_0xdbf74f['previousSibling']&&_0xdbf74f['previousSibling']['is']('element','listItem');){const _0x2e99a6=_0xdbf74f['previousSibling']['getAttribute']('listIndent');if(_0x2e99a6==_0x246f89)_0x1298bb=_0xdbf74f['previousSibling'];else{if(_0x2e99a6<_0x246f89)break;}_0xdbf74f=_0xdbf74f['previousSibling'];}return _0x1298bb;}function Ee(_0x3da38b){const _0x5a9324=[];if(_0x3da38b['is']('element','listItem')&&_0x3da38b['getAttribute']('listIndent')>0x0){let _0x5e2766=_0x3da38b['nextSibling'];for(;_0x5e2766&&'listItem'==_0x5e2766['name']&&_0x5e2766['getAttribute']('listIndent')==_0x3da38b['getAttribute']('listIndent');)_0x5a9324['push'](_0x5e2766),_0x5e2766=_0x5e2766['nextSibling'];}return _0x5a9324;}class Q extends _0x465839{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x59af05=this['editor']['config']['get']('list.properties'),_0x478419=this['editor']['plugins']['get']('TrackChangesEditing');_0x59af05['styles']&&_0x478419['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x59af05['reversed']&&_0x478419['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x59af05['startIndex']&&_0x478419['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x478419['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x1c2188,_0x5da132={}){const _0x2a11b5=this['editor']['plugins']['get']('TrackChangesEditing'),_0xf7d5fa=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x2a11b5['markMultiRangeBlockFormat'](_0xf7d5fa,{'commandName':'listStyle','commandParams':[{'type':_0x5da132['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x3f9f1a,_0x7bca9c={}){const _0x27b4b6=this['editor']['plugins']['get']('TrackChangesEditing'),_0x2b32ed=this['_getSuggestionBlocks'](_0x125b8d=>_0x125b8d['is']('element','listItem')&&'numbered'===_0x125b8d['getAttribute']('listType'));if(_0x2b32ed['length']<0x1)return;const _0x1de4aa=_0x2b32ed['map'](_0x5da458=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x5da458,'before'),this['editor']['model']['createPositionAt'](_0x5da458,0x0)));this['editor']['model']['change'](()=>{_0x27b4b6['markMultiRangeBlockFormat'](_0x1de4aa,{'commandName':'listReversed','commandParams':[{'reversed':_0x7bca9c['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0xa42d27,_0x1b526b={}){const _0x5e4e93=this['editor']['plugins']['get']('TrackChangesEditing'),_0x13ed12=this['_getSuggestionBlocks'](_0x202ab5=>_0x202ab5['is']('element','listItem')&&'numbered'===_0x202ab5['getAttribute']('listType'));if(_0x13ed12['length']<0x1)return;const _0x581f7e=_0x13ed12['map'](_0x171580=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x171580,'before'),this['editor']['model']['createPositionAt'](_0x171580,0x0)));this['editor']['model']['change'](()=>{_0x5e4e93['markMultiRangeBlockFormat'](_0x581f7e,{'commandName':'listStart','commandParams':[{'startIndex':_0x1b526b['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x4c9eb6){if('formatBlock'!=_0x4c9eb6['type']&&'formatInline'!=_0x4c9eb6['type'])return;const _0x1f7ed3=this['editor']['locale'],{data:_0x59b40a}=_0x4c9eb6;if(!_0x59b40a)return;let _0x426a98,_0x6084f0;switch(_0x59b40a['commandName']){case'listStyle':_0x426a98='*Change\x20to:*\x20%0',_0x6084f0={'type':'format','content':c(_0x1f7ed3,_0x426a98,c(_0x1f7ed3,this['_getTranslationKeyForListStyle'](_0x59b40a['commandParams'][0x0]['type'])))};break;case'listReversed':_0x426a98=_0x59b40a['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x6084f0={'type':'format','content':c(_0x1f7ed3,_0x426a98)};break;case'listStart':_0x426a98='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x6084f0={'type':'format','content':c(_0x1f7ed3,_0x426a98,_0x59b40a['commandParams'][0x0]['startIndex'])};}return _0x6084f0;}['_getSuggestionBlocksForListStyle'](){const _0x949f45=this['editor']['plugins']['get']('LegacyListUtils');let _0x4291ba=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x4291ba[0x0]?.['is']('element','listItem')&&_0x4291ba['unshift'](..._0x949f45['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x4291ba[_0x4291ba['length']-0x1]?.['is']('element','listItem')&&_0x4291ba['push'](..._0x949f45['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x4291ba=[...new Set(_0x4291ba)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x4291ba=_0x4291ba['filter'](_0x4af013=>_0x4af013['is']('element','listItem'))),_0x4291ba;}['_getSuggestionBlocks'](_0x576a45){const _0x10b65e=this['editor']['plugins']['get']('LegacyListUtils');let _0x5092f6=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x576a45)['map'](_0x467b5e=>{const _0x3e9329=this['editor']['model']['createPositionAt'](_0x467b5e,0x0);return[..._0x10b65e['getSiblingNodes'](_0x3e9329,'backward'),..._0x10b65e['getSiblingNodes'](_0x3e9329,'forward')];})['flat']();return _0x5092f6=[...new Set(_0x5092f6)],_0x5092f6;}['_getTranslationKeyForListStyle'](_0x514f26){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x514f26)||'default')['toUpperCase']()+'_LIST_'+_0x514f26['toUpperCase']()['replace'](/-/g,'_');}}class mt extends _0x465839{['afterInit'](){const _0x4d1ff6=this['editor'];if(!_0x4d1ff6['plugins']['has']('MediaEmbedEditing'))return;const _0x881afc=_0x4d1ff6['plugins']['get']('TrackChangesEditing'),_0xd9d1c=_0x4d1ff6['locale'];_0x881afc['enableCommand']('mediaEmbed'),_0x881afc['descriptionFactory']['registerElementLabel']('media',_0x57ae74=>c(_0xd9d1c,'ELEMENT_MEDIA',_0x57ae74)),_0x4d1ff6['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x3860df,{writer:_0x142cc1,options:_0x43ff8c})=>{if(_0x43ff8c['showSuggestionHighlights'])return _0x142cc1['createEmptyElement']('div');},'converterPriority':'high'}),_0x4d1ff6['data']['downcastDispatcher']['on']('attribute:url:media',(_0x5beac1,_0x527e34,_0x31f6a8)=>{_0x31f6a8['options']['showSuggestionHighlights']&&_0x5beac1['stop']();},{'priority':'high'});}}class pt extends _0x465839{['afterInit'](){const _0x223961=this['editor'];_0x223961['plugins']['has']('MentionEditing')&&_0x223961['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class kt extends _0x465839{['afterInit'](){const _0x24ed4d=this['editor'];if(!_0x24ed4d['plugins']['has']('MergeFieldsEditing'))return;const _0xa8b4ed=_0x24ed4d['plugins']['get']('TrackChangesEditing'),_0x2c976e=_0x24ed4d['locale'];_0xa8b4ed['enableCommand']('insertMergeField'),_0xa8b4ed['enableCommand']('insertMergeFieldBlock'),_0xa8b4ed['enableCommand']('insertMergeFieldImage'),_0xa8b4ed['descriptionFactory']['registerElementLabel']('mergeField',_0xc4705b=>c(_0x2c976e,'ELEMENT_MERGE_FIELD',_0xc4705b)),_0xa8b4ed['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x15f406=>c(_0x2c976e,'ELEMENT_MERGE_FIELD',_0x15f406)),_0xa8b4ed['descriptionFactory']['registerDescriptionCallback'](_0x5621d2=>{if('insertion'!=_0x5621d2['type']&&'deletion'!=_0x5621d2['type'])return;const _0x543332=_0x5621d2['getContainedElement']();if(null==_0x543332)return;const _0x445f73=_0x24ed4d['plugins']['get']('MergeFieldsEditing');let _0x3b5b96;switch(_0x445f73['getMergeFieldType'](_0x543332)){case null:return;case'image':{const _0x165d53=_0x445f73['unwrapAffixes'](_0x543332['getAttribute']('src'));_0x3b5b96=_0x445f73['getLabel'](_0x165d53)||_0x165d53;break;}default:{const _0x293c5d=_0x543332['getAttribute']('id');_0x3b5b96=_0x445f73['getLabel'](_0x293c5d)||_0x293c5d;break;}}return'insertion'==_0x5621d2['type']?{'type':'insertion','content':c(_0x2c976e,'*Insert:*\x20%0','\x22'+_0x3b5b96+'\x22\x20'+c(_0x2c976e,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':c(_0x2c976e,'*Remove:*\x20%0','\x22'+_0x3b5b96+'\x22\x20'+c(_0x2c976e,'ELEMENT_MERGE_FIELD'))};});}}class wt extends _0x465839{['afterInit'](){const _0x39cd2d=this['editor'],_0x5c4530=_0x39cd2d['plugins']['get']('TrackChangesEditing');_0x39cd2d['plugins']['has']('MultiLevelList')&&(_0x5c4530['enableDefaultAttributesIntegration']('multiLevelList'),_0x5c4530['registerBlockAttribute']('listMarkerStyle'),_0x5c4530['descriptionFactory']['registerDescriptionCallback'](_0x78b11b=>this['handleDescriptions'](_0x78b11b)));}['handleDescriptions'](_0x1f771e){const _0x474a6a=this['editor']['locale'],{data:_0x58fa0c}=_0x1f771e,_0x55f9ed={'type':'format','content':''};if(_0x58fa0c&&'listMarkerStyle'==_0x58fa0c['key']){if(!_0x58fa0c['oldValue'])return{'type':'format','content':c(_0x474a6a,'*Set\x20format:*\x20%0',c(_0x474a6a,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x58fa0c['newValue']+')'};if(!_0x58fa0c['newValue']){let _0x478f00=_0x1f771e['head'];for(;_0x478f00;){if(_0x478f00['data']&&'listType'==_0x478f00['data']['key']&&_0x478f00['data']['newValue'])return _0x55f9ed;_0x478f00=_0x478f00['next'];}return{'type':'format','content':c(_0x474a6a,'*Remove\x20format:*\x20%0',c(_0x474a6a,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x58fa0c['oldValue']+')'};}}}}class bt extends _0x465839{['afterInit'](){const _0x559a65=this['editor'];if(!_0x559a65['plugins']['has']('PageBreakEditing'))return;_0x559a65['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x46d9f6=_0x559a65['plugins']['get']('TrackChangesEditing'),_0x25b9f4=_0x559a65['locale'];_0x46d9f6['descriptionFactory']['registerElementLabel']('pageBreak',_0x1de8c2=>c(_0x25b9f4,'ELEMENT_PAGE_BREAK',_0x1de8c2));}}class yt extends _0x465839{['afterInit'](){const _0x5c0152=this['editor'];if(!_0x5c0152['plugins']['has']('Paragraph'))return;const _0x42a977=_0x5c0152['locale'],_0x3e4928=_0x5c0152['plugins']['get']('TrackChangesEditing');_0x3e4928['descriptionFactory']['registerElementLabel']('paragraph',_0x5e0f90=>c(_0x42a977,'ELEMENT_PARAGRAPH',_0x5e0f90)),_0x3e4928['enableDefaultAttributesIntegration']('paragraph'),_0x3e4928['enableCommand']('insertParagraph'),_0x5c0152['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x5c0152),{'priority':'highest'}),_0x5c0152['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x56a735,_0x576da0,_0x13cd62)=>{_0x13cd62['options']['showSuggestionHighlights']&&nr(_0x5c0152,{'showActiveMarker':!0x1})(_0x56a735,_0x576da0,_0x13cd62);},{'priority':'highest'});const _0x4f4fe9=_0x3e4928['descriptionFactory'];_0x4f4fe9['registerDescriptionCallback'](_0x29af65=>{if('insertion'!==_0x29af65['type'])return;const {start:_0x18f417,end:_0x2e7091}=_0x29af65['getFirstRange']();if(!_0x18f417['isTouching'](_0x2e7091)||!_0x18f417['nodeAfter'])return;const _0x579a1e=_0x5c0152['model']['schema'],_0x22260e=_0x18f417['nodeAfter'];return _0x579a1e['isBlock'](_0x22260e)&&!_0x579a1e['isLimit'](_0x22260e)&&_0x579a1e['checkChild'](_0x22260e,'$text')?{'type':'insertion','content':c(_0x42a977,'*Insert:*\x20%0',_0x4f4fe9['getItemLabel'](_0x22260e,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x40b55a=this['editor'],_0x4dc255=_0x40b55a['locale'];_0x40b55a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2e7d09=>{if('formatBlock'!=_0x2e7d09['type'])return;const {data:_0x1d9de5}=_0x2e7d09;return _0x1d9de5&&'paragraph'==_0x1d9de5['commandName']?{'type':'format','content':c(_0x4dc255,'*Change\x20to:*\x20%0',c(_0x4dc255,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x164fb4,{showActiveMarker:_0x497869=!0x0}={}){return(_0x2e17c4,_0x15b74f,_0x3c7f74)=>{const _0x55e46d=_0x164fb4['plugins']['get']('TrackChangesEditing'),_0xf7db89=_0x15b74f['markerRange']['start'],_0x4030c6=_0x15b74f['markerRange']['end'],_0x5f2fbb=_0x164fb4['model']['schema'];if(!_0xf7db89['isTouching'](_0x4030c6)||!_0xf7db89['nodeAfter'])return;const _0x584334=_0xf7db89['nodeAfter'];if(_0x5f2fbb['isBlock'](_0x584334)&&!_0x5f2fbb['isLimit'](_0x584334)&&_0x5f2fbb['checkChild'](_0x584334,'$text')){if(!_0x3c7f74['consumable']['consume'](_0x15b74f['markerRange'],_0x2e17c4['name']))return;const {id:_0x3b447a,authorId:_0x463bf4}=_0x55e46d['_splitMarkerName'](_0x15b74f['markerName']),_0x38840b=_0x3c7f74['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-suggestion':_0x3b447a,'data-author-id':_0x463bf4}),_0x48209c=_0x3c7f74['mapper']['toViewPosition'](_0x4030c6);_0x497869&&_0x55e46d['activeMarkers']['includes'](_0x15b74f['markerName'])&&_0x3c7f74['writer']['addClass']('ck-suggestion-marker--active',_0x38840b),_0x3c7f74['writer']['insert'](_0x48209c,_0x38840b),_0x3c7f74['mapper']['bindElementToMarker'](_0x38840b,_0x15b74f['markerName']);}};}class St extends _0x465839{['afterInit'](){const _0x21358f=this['editor'];_0x21358f['commands']['get']('replaceSource')&&_0x21358f['plugins']['get']('TrackChangesEditing')['enableCommand']('replaceSource');}}class jt extends _0x465839{['afterInit'](){const _0x4b0506=this['editor'];if(!_0x4b0506['plugins']['has']('RemoveFormatEditing'))return;_0x4b0506['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x59094e=this['editor'];_0x59094e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x105f4f=>{if('formatBlock'!=_0x105f4f['type']&&'formatInline'!=_0x105f4f['type'])return;const {data:_0x600ed5}=_0x105f4f;return _0x600ed5&&'removeFormat'==_0x600ed5['commandName']?{'type':'format','content':c(_0x59094e['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class It extends _0x465839{['afterInit'](){const _0x5e2da0=this['editor'];if(!_0x5e2da0['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x5e9796=_0x5e2da0['plugins']['get']('TrackChangesEditing');_0x5e9796['enableCommand']('goToPreviousRestrictedEditingException'),_0x5e9796['enableCommand']('goToNextRestrictedEditingException');const _0x34f8f1=_0x5e2da0['plugins']['get']('RestrictedEditingModeEditing');_0x34f8f1['enableCommand']('trackChanges'),_0x34f8f1['enableCommand']('acceptSuggestion'),_0x34f8f1['enableCommand']('discardSuggestion'),_0x34f8f1['enableCommand']('acceptAllSuggestions'),_0x34f8f1['enableCommand']('discardAllSuggestions'),_0x34f8f1['enableCommand']('acceptSelectedSuggestions'),_0x34f8f1['enableCommand']('discardSelectedSuggestions');}}class At extends _0x465839{['afterInit'](){const _0x50bec3=this['editor'];if(!_0x50bec3['plugins']['has']('ShiftEnter'))return;const _0x2a4929=_0x50bec3['plugins']['get']('TrackChangesEditing');_0x2a4929['enableCommand']('shiftEnter'),_0x50bec3['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',je(_0x50bec3),{'priority':'high'}),_0x50bec3['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',je(_0x50bec3),{'priority':'high'}),_0x50bec3['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x42fb7a,_0x37958e,_0x14179c)=>{_0x14179c['options']['showSuggestionHighlights']&&je(_0x50bec3,{'showActiveMarker':!0x1})(_0x42fb7a,_0x37958e,_0x14179c);}),_0x2a4929['descriptionFactory']['registerElementLabel']('softBreak',_0x465e16=>c(_0x50bec3['locale'],'ELEMENT_LINE_BREAK',_0x465e16));}}function je(_0x1f4798,{showActiveMarker:_0x4d2d3f=!0x0}={}){return(_0x229ce0,_0x5bc29c,_0x24cf56)=>{const _0x449f26=_0x1f4798['plugins']['get']('TrackChangesEditing');if(!_0x24cf56['consumable']['test'](_0x5bc29c['markerRange'],_0x229ce0['name']))return;const _0x486551=_0x1f4798['model'];for(const _0x4a8aaf of _0x5bc29c['markerRange']['getItems']()){if(!_0x4a8aaf['is']('element','softBreak'))continue;const _0x416c62='deletion'==_0x5bc29c['markerName']['split'](':')[0x1]?'merge':'split',{id:_0x25d285,authorId:_0x357011}=_0x449f26['_splitMarkerName'](_0x5bc29c['markerName']),_0x32c92a=_0x24cf56['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x416c62,'data-suggestion':_0x25d285,'data-author-id':_0x357011}),_0x8de6e1=_0x24cf56['mapper']['toViewPosition'](_0x486551['createPositionBefore'](_0x4a8aaf));_0x4d2d3f&&_0x449f26['activeMarkers']['includes'](_0x5bc29c['markerName'])&&_0x24cf56['writer']['addClass']('ck-suggestion-marker--active',_0x32c92a),_0x24cf56['writer']['insert'](_0x8de6e1,_0x32c92a),_0x24cf56['mapper']['bindElementToMarker'](_0x32c92a,_0x5bc29c['markerName']);}};}class _t extends _0x465839{['afterInit'](){const _0x142b68=this['editor'],_0x382228=_0x142b68['model'],_0x48ba9f=_0x142b68['locale'];if(!_0x142b68['plugins']['has']('StandardEditingModeEditing'))return;const _0x4b8d8a=_0x142b68['plugins']['get']('TrackChangesEditing'),_0x164f47='restrictedEditingException',_0x449595=_0x142b68['commands']['get'](_0x164f47);_0x4b8d8a['enableCommand'](_0x164f47,(_0x192a20,_0x590727={})=>{const _0x4ed385=_0x382228['document']['selection'];if(_0x4ed385['isCollapsed'])return void _0x192a20(_0x590727);const _0xd34dd=void 0x0!==_0x590727['forceValue']?_0x590727['forceValue']:!_0x449595['value'];_0x382228['change'](()=>{const _0x599ec8=Array['from'](_0x4ed385['getRanges']());for(const _0x2ea23d of _0x599ec8){const _0x25ff66=_0xd34dd?[_0x2ea23d]:io(_0x164f47,_0x2ea23d,_0x382228);for(const _0x3ba42d of _0x25ff66)_0x4b8d8a['markInlineFormat'](_0x3ba42d,{'commandName':_0x164f47,'commandParams':[{'forceValue':_0xd34dd}]});}});}),_0x4b8d8a['descriptionFactory']['registerDescriptionCallback'](_0x48d39f=>{if('formatBlock'!=_0x48d39f['type']&&'formatInline'!=_0x48d39f['type'])return;const {data:_0x2f0c63}=_0x48d39f;return _0x2f0c63&&_0x2f0c63['commandName']==_0x164f47?_0x2f0c63['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x48ba9f,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':c(_0x48ba9f,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class vt extends _0x465839{['afterInit'](){const _0x576bf8=this['editor'];if(!_0x576bf8['plugins']['has']('Style')||!_0x576bf8['plugins']['has']('DataSchema'))return;const _0x2e621f=_0x576bf8['plugins']['get']('TrackChangesEditing'),_0x444f14=_0x576bf8['locale'],_0xeee973=_0x576bf8['config']['get']('style')||{},_0x57dc88=_0x576bf8['plugins']['get']('GeneralHtmlSupport'),_0x49bc84=_0x576bf8['plugins']['get']('StyleUtils')['normalizeConfig'](_0x576bf8['plugins']['get']('DataSchema'),_0xeee973['definitions']);_0x2e621f['enableDefaultAttributesIntegration']('style');const _0x2afb49=new Set();for(const _0x5cc888 of _0x49bc84['block']){const _0x1186f0=_0x57dc88['getGhsAttributeNameForElement'](_0x5cc888['element']);_0x2afb49['add'](_0x1186f0);}const _0x57d320=new Set();for(const _0x5144e0 of _0x49bc84['inline']){const _0x525ec6=_0x57dc88['getGhsAttributeNameForElement'](_0x5144e0['element']);_0x57d320['add'](_0x525ec6);for(const _0x12e73c of _0x5144e0['ghsAttributes'])_0x57d320['add'](_0x12e73c);}for(const _0x307a61 of _0x2afb49)_0x2e621f['registerBlockAttribute'](_0x307a61),_0x2e621f['descriptionFactory']['registerAttributeLabel'](_0x307a61,c(_0x444f14,'FORMAT_STYLE'));for(const _0x12eb4b of _0x57d320)_0x2e621f['registerInlineAttribute'](_0x12eb4b),_0x2e621f['descriptionFactory']['registerAttributeLabel'](_0x12eb4b,c(_0x444f14,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x153afd=this['editor'],_0x4f2c33=_0x153afd['locale'];_0x153afd['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x40202e=>{if('formatBlock'!=_0x40202e['type']&&'formatInline'!=_0x40202e['type'])return;const {data:_0x553457}=_0x40202e;return _0x553457&&'style'===_0x553457['commandName']?_0x553457['commandParams'][0x0]['forceValue']?{'type':'format','content':c(_0x4f2c33,'*Set\x20format:*\x20%0',_0x553457['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':c(_0x4f2c33,'*Remove\x20format:*\x20%0',_0x553457['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class Ct extends _0x465839{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x514a9a){super(_0x514a9a),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x15ca5d=this['editor'],_0x5790ee=_0x15ca5d['model']['document']['selection'];if(!_0x15ca5d['plugins']['has']('TableEditing'))return;const _0x33ada3=_0x15ca5d['locale'],_0x4effe6=_0x15ca5d['plugins']['get']('TrackChangesEditing'),_0x5dcf4d=_0x15ca5d['plugins']['get']('TableUtils');_0x4effe6['descriptionFactory']['registerElementLabel']('table',_0x284f0f=>c(_0x33ada3,'ELEMENT_TABLE',_0x284f0f)),this['_setupColumnsRowsFixing'](),_0x4effe6['enableCommand']('insertTable'),_0x4effe6['enableCommand']('selectTableRow'),_0x4effe6['enableCommand']('selectTableColumn');for(const _0x59422f of['insertTableRowAbove','insertTableRowBelow']){const _0x264b0d=_0x15ca5d['commands']['get'](_0x59422f);_0x4effe6['enableCommand'](_0x59422f,_0x3f71d6=>{_0x15ca5d['model']['change'](_0x40dc28=>{_0x3f71d6();const _0x61c081='above'===_0x264b0d['order'],_0x108339=_0x5dcf4d['getSelectionAffectedTableCells'](_0x5790ee),_0x3a1f53=_0x5dcf4d['getRowIndexes'](_0x108339),_0x525fa6=_0x61c081?_0x3a1f53['first']-0x1:_0x3a1f53['last']+0x1,_0x545606=_0x108339[0x0]['findAncestor']('table'),_0x5dbb94=_0x5dcf4d['createTableWalker'](_0x545606,{'startRow':_0x525fa6,'endRow':_0x525fa6}),_0x457629=Array['from'](_0x5dbb94)['map'](_0x3381ee=>_0x40dc28['createRangeOn'](_0x3381ee['cell']));_0x4effe6['markMultiRangeInsertion'](_0x457629,'tableRow');});});}for(const _0x23326d of['insertTableColumnLeft','insertTableColumnRight']){const _0x3228ec=_0x15ca5d['commands']['get'](_0x23326d);_0x4effe6['enableCommand'](_0x23326d,_0x53bc52=>{_0x15ca5d['model']['change'](_0x5a3062=>{_0x53bc52();const _0x1cffb7='left'===_0x3228ec['order'],_0x33dd47=_0x5dcf4d['getSelectionAffectedTableCells'](_0x5790ee),_0x3d11b4=_0x5dcf4d['getColumnIndexes'](_0x33dd47),_0x321faa=_0x1cffb7?_0x3d11b4['first']-0x1:_0x3d11b4['last']+0x1,_0x2d7e06=_0x33dd47[0x0]['findAncestor']('table'),_0x27cff2=_0x5dcf4d['createTableWalker'](_0x2d7e06,{'startRow':0x0,'column':_0x321faa,'includeAllSlots':!0x1}),_0xa9ad99=Array['from'](_0x27cff2)['map'](_0x5bf6a6=>_0x5a3062['createRangeOn'](_0x5bf6a6['cell']));_0x4effe6['markMultiRangeInsertion'](_0xa9ad99,'tableColumn');});});}for(const _0x59d2d5 of['removeTableRow','removeTableColumn']){const _0x193bfe=_0x59d2d5['substr'](0xb),_0x310e9a=_0x193bfe['toLowerCase'](),_0x2554ab=_0x310e9a['substr'](0x0,0x3)+'span',_0x336787='table'+_0x193bfe,_0x48fcba='min'+_0x193bfe,_0x26c0e8='max'+_0x193bfe;_0x4effe6['enableCommand'](_0x59d2d5,()=>{_0x15ca5d['model']['change'](_0x112a81=>{const _0x1030b2=_0x5dcf4d['getSelectionAffectedTableCells'](_0x5790ee),_0x3e6eba=_0x1030b2[0x0]['findAncestor']('table');let _0x532445;if('removeTableRow'==_0x59d2d5){const _0x463080=_0x5dcf4d['getRowIndexes'](_0x1030b2);_0x532445={'startRow':_0x463080['first'],'endRow':_0x463080['last'],'includeAllSlots':!0x0};}else{const _0x24d36b=_0x5dcf4d['getColumnIndexes'](_0x1030b2);_0x532445={'startColumn':_0x24d36b['first'],'endColumn':_0x24d36b['last'],'includeAllSlots':!0x0};}const _0x23c63b=_0x5dcf4d['createTableWalker'](_0x3e6eba,_0x532445),_0x25ec8d=Array['from'](_0x23c63b)['map'](({cell:_0x311b60})=>_0x311b60),_0x97d159=xe(_0x25ec8d['filter'](_0xa437d4=>_0xa437d4['hasAttribute'](_0x2554ab))),_0x4c7cf3=xe(_0x25ec8d['filter'](_0x275fff=>!_0x275fff['hasAttribute'](_0x2554ab)))['map'](_0x572cc7=>_0x112a81['createRangeOn'](_0x572cc7)),_0x2bcdc7=_0x4effe6['markMultiRangeDeletion'](_0x4c7cf3,_0x336787);if(_0x2bcdc7&&('tableRow'==_0x2bcdc7['subType']||'tableColumn'==_0x2bcdc7['subType'])){const _0x298257=this['_getSuggestionCoords'](_0x2bcdc7);for(const _0x5029cb of _0x97d159){const _0x1066c2=_0x112a81['createRangeOn'](_0x5029cb),_0x39faa3=_0x5dcf4d['getCellLocation'](_0x5029cb),_0x49cc37=_0x5029cb['getAttribute'](_0x2554ab)-0x1,_0x20d7b7=_0x298257[_0x48fcba],_0x39f741=_0x298257[_0x26c0e8];_0x20d7b7<=_0x39faa3[_0x310e9a]&&_0x39faa3[_0x310e9a]+_0x49cc37<=_0x39f741&&_0x2bcdc7['addRange'](_0x1066c2);}}});});}function _0x58178b(_0x1e3520){const _0x4b65fb=Array['from'](_0x5790ee['getRanges']())['map'](_0x2dad82=>_0x1a5d6e['fromRange'](_0x2dad82));_0x15ca5d['model']['change'](_0x42be5=>{const _0x2fb0e0=_0x42be5['batch'];_0x1e3520=_0x1e3520['filter'](_0x258733=>'$graveyard'!=_0x258733['root']['rootName']),_0x42be5['setSelection'](_0x1e3520),_0x15ca5d['commands']['get']('removeTableRow')['refresh'](),_0x15ca5d['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x15ca5d['model']['enqueueChange'](()=>{_0x15ca5d['model']['enqueueChange'](_0x2fb0e0,_0x30b0ca=>{const _0x223ff1=_0x4b65fb['filter'](_0xaba060=>'$graveyard'!=_0xaba060['root']['rootName']);_0x223ff1['length']>0x0&&_0x30b0ca['setSelection'](_0x223ff1);for(const _0x5764e0 of _0x4b65fb)_0x5764e0['detach']();});});});}function _0x262a28(_0xf7b894){_0x15ca5d['model']['change'](_0x51b612=>{const _0x2b0e0a=Array['from'](_0x5790ee['getRanges']())['map'](_0x2ff78c=>_0x1a5d6e['fromRange'](_0x2ff78c)),_0x1259b3=[];for(const _0x2d935a of _0xf7b894)for(const _0xe8d369 of _0x2d935a['getItems']({'shallow':!0x0}))_0x1259b3['push'](_0xe8d369);for(const _0x59f4be of _0x1259b3)'$graveyard'!=_0x59f4be['root']['rootName']&&(_0x51b612['setSelection'](_0x51b612['createPositionAt'](_0x59f4be,0x0)),_0x15ca5d['commands']['get']('removeTableColumn')['refresh'](),_0x15ca5d['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x221f38=_0x2b0e0a['filter'](_0x5c20e2=>'$graveyard'!=_0x5c20e2['root']['rootName']);_0x221f38['length']>0x0&&_0x51b612['setSelection'](_0x221f38);for(const _0x10efeb of _0x2b0e0a)_0x10efeb['detach']();});}function _0x35a5a8(_0xd679d7,_0x5799c6){return _0x5799c6['every'](_0x3037ed=>_0xd679d7['some'](_0x570830=>_0x570830['end']['isEqual'](_0x3037ed['start'])||_0x3037ed['end']['isEqual'](_0x570830['start'])));}function _0x3702c4(_0x212f60,_0x53aad6){return!_0x212f60['some'](_0x39490f=>_0x53aad6['some'](_0x19f762=>_0x39490f['isIntersecting'](_0x19f762)))&&_0x212f60['some'](_0xbaa4fd=>_0x53aad6['some'](_0x3920bd=>_0xbaa4fd['end']['isTouching'](_0x3920bd['start'])));}_0x15ca5d['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x5cb08f,_0x54f703,_0x398449)=>{if(!_0x398449['options']['showSuggestionHighlights'])return;const _0x3c3251=_0x54f703['item'];if(!_0x3c3251||!_0x3c3251['is']('element','tableCell'))return;const _0x4428d4=_0x398449['mapper']['toViewElement'](_0x3c3251);if(_0x4428d4){const {id:_0x3ae0f3,authorId:_0x253ed1}=_0x4effe6['_splitMarkerName'](_0x54f703['markerName']);_0x5ad207(_0x4428d4,_0x398449['writer'],(_0x2c0e75,_0x4bf560,_0x4a277e)=>{_0x4a277e['addClass'](_0x27001d(_0x4bf560['classes']),_0x2c0e75),_0x4a277e['setAttribute']('data-suggestion-id',_0x3ae0f3,_0x2c0e75),_0x4a277e['setAttribute']('data-author-id',_0x253ed1,_0x2c0e75);},(_0x8d23d5,_0x17dc6f,_0x369ee1)=>{_0x369ee1['removeClass'](_0x27001d(_0x17dc6f['classes']),_0x8d23d5),_0x369ee1['removeAttribute']('data-suggestion-id',_0x8d23d5),_0x369ee1['removeAttribute']('data-author-id',_0x8d23d5);});}},{'priority':'highest'}),_0x4effe6['descriptionFactory']['registerDescriptionCallback'](_0x4127d2=>{if('insertion'!=_0x4127d2['type']&&'deletion'!=_0x4127d2['type'])return;const _0xa61a9b=_0x4127d2['getContainedElement']();if(null!=_0xa61a9b&&_0xa61a9b['is']('element','table')){if('insertion'==_0x4127d2['type']){const _0x3aa56e=_0x4127d2['getItems']()['filter'](_0x5e20d5=>_0x5e20d5['is']('$textProxy'))['map'](_0x3352c3=>_0x3352c3['data']);if(_0x3aa56e['length'])return{'type':'insertion','content':c(_0x33ada3,'*Insert:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x3aa56e['join']('\x20')+'\x22'))};}if('deletion'==_0x4127d2['type']){const _0x28b3c7=_0x4127d2['getItems']()['filter'](_0xcb8a2c=>_0xcb8a2c['is']('$textProxy'))['map'](_0x5cad93=>_0x5cad93['data']);if(_0x28b3c7['length'])return{'type':'deletion','content':c(_0x33ada3,'*Remove:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x28b3c7['join']('\x20')+'\x22'))};}}}),_0x4effe6['descriptionFactory']['registerDescriptionCallback'](_0x27b06a=>{if('tableRow'==_0x27b06a['subType']){const _0x858077=_0x27b06a['getItems']()['filter'](_0x3ff800=>_0x3ff800['is']('$textProxy'))['map'](_0x5afdfb=>_0x5afdfb['data']),_0xf4195d=this['_getSuggestionCoords'](_0x27b06a),_0x2ef791=_0xf4195d['maxRow']-_0xf4195d['minRow']+0x1;if('insertion'==_0x27b06a['type'])return _0x858077['length']?{'type':'insertion','content':c(_0x33ada3,'*Insert:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x2ef791,'\x22'+_0x858077['join']('\x20')+'\x22']))}:{'type':'insertion','content':c(_0x33ada3,'*Insert:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_ROW',_0x2ef791))};if('deletion'==_0x27b06a['type'])return _0x858077['length']?{'type':'deletion','content':c(_0x33ada3,'*Remove:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x2ef791,'\x22'+_0x858077['join']('\x20')+'\x22']))}:{'type':'deletion','content':c(_0x33ada3,'*Remove:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_ROW',_0x2ef791))};}if('tableColumn'==_0x27b06a['subType']){const _0x53e57a=_0x27b06a['getItems']()['filter'](_0xb8bf0a=>_0xb8bf0a['is']('$textProxy'))['map'](_0x1a25ab=>_0x1a25ab['data']),_0x4ed254=this['_getSuggestionCoords'](_0x27b06a),_0x43f0eb=_0x4ed254['maxColumn']-_0x4ed254['minColumn']+0x1;if('insertion'==_0x27b06a['type'])return _0x53e57a['length']?{'type':'insertion','content':c(_0x33ada3,'*Insert:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x43f0eb,'\x22'+_0x53e57a['join']('\x20')+'\x22']))}:{'type':'insertion','content':c(_0x33ada3,'*Insert:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_COLUMN',_0x43f0eb))};if('deletion'==_0x27b06a['type'])return _0x53e57a['length']?{'type':'deletion','content':c(_0x33ada3,'*Remove:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x43f0eb,'\x22'+_0x53e57a['join']('\x20')+'\x22']))}:{'type':'deletion','content':c(_0x33ada3,'*Remove:*\x20%0',c(_0x33ada3,'ELEMENT_TABLE_COLUMN',_0x43f0eb))};}}),_0x4effe6['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x58178b),_0x4effe6['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x58178b),_0x4effe6['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x262a28),_0x4effe6['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x262a28),_0x4effe6['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x35a5a8),_0x4effe6['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x35a5a8),_0x4effe6['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x3702c4),_0x4effe6['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x3702c4);}['_acceptFormatSuggestionCallbackFactory'](){const _0x2d9a6e=this['editor'],_0x2ee209=_0x2d9a6e['model']['document']['selection'];return(_0xfe65b0,_0x55abad)=>{_0x2d9a6e['model']['change'](_0x1d27b7=>{const {commandName:_0x44e43d,commandParams:_0x44190d}=_0x55abad;let _0x5a54a8=_0xfe65b0[0x0]['end']['nodeBefore'];_0x44190d&&_0x44190d[0x0]&&!0x1===_0x44190d[0x0]['forceValue']&&(_0x5a54a8=_0xfe65b0[0x0]['start']['nodeAfter']);const _0x5a611c=_0x1d27b7['createRangeIn'](_0x5a54a8);if('$graveyard'==_0x5a611c['root']['rootName'])return;const _0x582d2b=Array['from'](_0x2ee209['getRanges']())['map'](_0x5cb8ba=>_0x1a5d6e['fromRange'](_0x5cb8ba));_0x1d27b7['setSelection'](_0x5a611c),_0x2d9a6e['commands']['get'](_0x44e43d)['refresh'](),_0x44190d['push']({'forceDefaultExecution':!0x0}),_0x2d9a6e['execute'](_0x44e43d,..._0x44190d);const _0x87ea51=_0x582d2b['filter'](_0x3c48ca=>'$graveyard'!=_0x3c48ca['root']['rootName']);_0x87ea51['length']>0x0&&_0x1d27b7['setSelection'](_0x87ea51);for(const _0x427afb of _0x582d2b)_0x427afb['detach']();});};}['_getCoordsForCells'](_0x4a5e33){const _0x41bb9c=this['editor']['plugins']['get']('TableUtils');let _0x37eea2=Number['MAX_SAFE_INTEGER'],_0x477367=Number['MIN_SAFE_INTEGER'],_0x53106f=Number['MAX_SAFE_INTEGER'],_0x1c37d0=Number['MIN_SAFE_INTEGER'];for(const _0x20240a of _0x4a5e33){if('$graveyard'==_0x20240a['root']['rootName'])continue;const {row:_0xf0bd98,column:_0x200e3b}=_0x41bb9c['getCellLocation'](_0x20240a),_0x14a9a8=_0x20240a['hasAttribute']('rowspan')?_0x20240a['getAttribute']('rowspan')-0x1:0x0,_0x3f554b=_0x20240a['hasAttribute']('colspan')?_0x20240a['getAttribute']('colspan')-0x1:0x0;_0x37eea2=_0xf0bd98<_0x37eea2?_0xf0bd98:_0x37eea2,_0x477367=_0xf0bd98+_0x14a9a8>_0x477367?_0xf0bd98+_0x14a9a8:_0x477367,_0x53106f=_0x200e3b<_0x53106f?_0x200e3b:_0x53106f,_0x1c37d0=_0x200e3b+_0x3f554b>_0x1c37d0?_0x200e3b+_0x3f554b:_0x1c37d0;}return{'minRow':_0x37eea2,'maxRow':_0x477367,'minColumn':_0x53106f,'maxColumn':_0x1c37d0};}['_setupColumnsRowsFixing'](){const _0x2daa16=this['editor'],_0x55d00c=_0x2daa16['plugins']['get']('TrackChangesEditing'),_0x14fe0f=_0x2daa16['plugins']['get']('TableUtils');_0x2daa16['model']['document']['on']('change:data',()=>{const _0x104fff=Array['from'](_0x2daa16['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x22fe49,data:_0x1612c8}of _0x104fff){const {group:_0x294600,id:_0xa8b2b4,subType:_0x1fd966}=_0x55d00c['_splitMarkerName'](_0x22fe49);if('suggestion'!=_0x294600)continue;if(null!=_0x1612c8['oldRange'])continue;const _0x4a63c6=_0x55d00c['getSuggestion'](_0xa8b2b4);this['_tablePostFixingSubtypes']['includes'](_0x1fd966)&&this['_tableSuggestions']['add'](_0x4a63c6);}},{'priority':'low'});const _0x276954=(_0x5cb57c,_0x259ab1)=>{let _0x45b905=!0x1;const _0xe6992c=_0x259ab1['createRangeOn'](_0x5cb57c),_0x5dc1b1=_0x5cb57c['findAncestor']('table'),_0x487b2b=_0x14fe0f['getCellLocation'](_0x5cb57c);for(const _0x336865 of this['_tableSuggestions']){const _0x52f31a=_0x336865['subType'],_0x4defa8=_0x52f31a['startsWith']('tablePaste'),_0x22e84d=_0x52f31a['substr'](_0x4defa8?0xa:0x5),_0x31e055=_0x22e84d['toLowerCase'](),_0x4a73d2=_0x31e055['substr'](0x0,0x3)+'span',_0x11dee0='min'+_0x22e84d,_0x439599='max'+_0x22e84d;if(!_0x336865['isInContent'])continue;if(_0x5dc1b1!=_0x336865['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x336865['isIntersectingWithRange'](_0xe6992c))continue;const _0x260cfc=_0x5cb57c['hasAttribute'](_0x4a73d2)?_0x5cb57c['getAttribute'](_0x4a73d2)-0x1:0x0,_0x17d440=this['_getSuggestionCoords'](_0x336865),_0xb54252=_0x17d440[_0x11dee0],_0x120666=_0x17d440[_0x439599];_0xb54252<=_0x487b2b[_0x31e055]&&_0x487b2b[_0x31e055]+_0x260cfc<=_0x120666&&(_0x336865['addRange'](_0xe6992c),_0x45b905=!0x0);}return _0x45b905;};_0x2daa16['model']['document']['registerPostFixer'](_0xb35800=>{let _0x5f5a25=!0x1;for(const _0x29c46e of _0x2daa16['model']['document']['differ']['getChanges']())if('insert'==_0x29c46e['type']){if('tableRow'==_0x29c46e['name']){for(const _0x455940 of _0x29c46e['position']['nodeAfter']['getChildren']())_0x5f5a25=_0x5f5a25||_0x276954(_0x455940,_0xb35800);}else'tableCell'==_0x29c46e['name']&&(_0x5f5a25=_0x5f5a25||_0x276954(_0x29c46e['position']['nodeAfter'],_0xb35800));}return _0x5f5a25;});}['_getSuggestionCoords'](_0x4b5d26){return this['_getCoordsForCells'](_0x4b5d26['getRanges']()['map'](_0x588781=>_0x588781['start']['nodeAfter']));}}function xe(_0x5ee91b){return Array['from'](new Set(_0x5ee91b)['values']());}class Nt extends _0x465839{static get['requires'](){return[Ct];}['afterInit'](){const _0x33a1fa=this['editor'],_0x58530a=_0x33a1fa['model']['document']['selection'],_0x279b4d=_0x33a1fa['locale'];if(!_0x33a1fa['plugins']['has']('TableEditing'))return;const _0x3158eb=_0x33a1fa['plugins']['get']('TrackChangesEditing'),_0x55b8fa=_0x33a1fa['plugins']['get']('TableUtils'),_0x421a19=_0x33a1fa['plugins']['get'](Ct);_0x421a19['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x3158eb['enableCommand']('mergeTableCells',()=>{const _0x59c276=_0x55b8fa['getSelectionAffectedTableCells'](_0x33a1fa['model']['document']['selection']);_0x33a1fa['model']['change'](()=>{_0x3158eb['markMultiRangeBlockFormat'](_0x59c276,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x33a1fa['commands']['get']('mergeTableCells')['on']('execute',(_0x307af5,_0x41f903)=>{_0x33a1fa['commands']['get']('trackChanges')['value']&&(_0x41f903['length']>0x0&&_0x41f903[_0x41f903['length']-0x1]&&_0x41f903[_0x41f903['length']-0x1]['forceDefaultExecution']||_0x3158eb['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x307af5['stop']());},{'priority':'highest'});for(const _0xef005d of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x2ba7ae=_0x33a1fa['commands']['get'](_0xef005d);_0x3158eb['enableCommand'](_0xef005d,()=>{const _0x517615=_0x33a1fa['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x491016=>_0x491016['is']('element','tableCell')),_0x271836=_0x2ba7ae['value'];_0x33a1fa['model']['change'](()=>{_0x3158eb['markMultiRangeBlockFormat']([_0x517615,_0x271836],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x4e2800 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x382623=_0x33a1fa['commands']['get'](_0x4e2800);_0x3158eb['enableCommand'](_0x4e2800,()=>{const _0x6d8a6d=_0x55b8fa['getSelectionAffectedTableCells'](_0x33a1fa['model']['document']['selection'])[0x0],_0x2fbae3=_0x6d8a6d['findAncestor']('table'),{column:_0x3b6b28,row:_0x25aac3}=_0x55b8fa['getCellLocation'](_0x6d8a6d);let _0x10ae0a=[];if('horizontally'==_0x382623['direction']){const _0x323855=_0x55b8fa['createTableWalker'](_0x2fbae3,{'startRow':_0x25aac3,'endRow':_0x25aac3,'includeAllSlots':!0x0});_0x10ae0a=Array['from'](_0x323855)['map'](_0x2416be=>_0x2416be['cell']);}else{const _0x5de050=_0x55b8fa['createTableWalker'](_0x2fbae3,{'column':_0x3b6b28,'includeAllSlots':!0x0});_0x10ae0a=Array['from'](_0x5de050)['map'](_0x137fdb=>_0x137fdb['cell']);}_0x33a1fa['model']['change'](_0x412031=>{_0x3158eb['markBlockFormat'](_0x412031['createRangeOn'](_0x6d8a6d),{'commandName':_0x4e2800,'commandParams':[]},_0x10ae0a,_0x4e2800);});});}_0x3158eb['descriptionFactory']['registerDescriptionCallback'](_0x4f2c99=>{if('formatBlock'!=_0x4f2c99['type']&&'formatInline'!=_0x4f2c99['type'])return;const {data:_0x5c99e0}=_0x4f2c99;return _0x5c99e0&&'mergeTableCells'==_0x5c99e0['commandName']?{'type':'format','content':c(_0x279b4d,'*Merge\x20cells*')}:void 0x0;}),_0x3158eb['descriptionFactory']['registerDescriptionCallback'](_0x5e7c71=>{if('formatBlock'!=_0x5e7c71['type']&&'formatInline'!=_0x5e7c71['type'])return;const {data:_0x222f4b}=_0x5e7c71;return _0x222f4b?'splitTableCellVertically'==_0x222f4b['commandName']?{'type':'format','content':c(_0x279b4d,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x222f4b['commandName']?{'type':'format','content':c(_0x279b4d,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0xc11941=_0x421a19['_acceptFormatSuggestionCallbackFactory']();for(const _0x5837ae of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x3158eb['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x5837ae,'accept',_0xc11941);for(const _0x59f376 of['splitTableCellVertically','splitTableCellHorizontally'])_0x3158eb['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x59f376,'accept',_0xc11941);_0x3158eb['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x17c537=>{_0x33a1fa['model']['change'](_0x13958d=>{const _0x31f45a=Array['from'](_0x58530a['getRanges']())['map'](_0x4e1835=>_0x1a5d6e['fromRange'](_0x4e1835));_0x13958d['setSelection'](_0x17c537),_0x33a1fa['commands']['get']('mergeTableCells')['refresh'](),_0x33a1fa['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x48fed6=_0x31f45a['filter'](_0x3eacd3=>'$graveyard'!=_0x3eacd3['root']['rootName']);_0x48fed6['length']>0x0&&_0x13958d['setSelection'](_0x48fed6);for(const _0xc972fa of _0x31f45a)_0xc972fa['detach']();});});for(const _0x565a7f of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x299a4a=_0x33a1fa['commands']['get'](_0x565a7f);_0x299a4a['on']('set:isEnabled',(_0x270957,_0x596947,_0x5a420e)=>{if(_0x5a420e){const _0x3acc2e=_0x33a1fa['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x42c473=>_0x42c473['is']('element','tableCell'));this['_areMergableCells'](_0x299a4a['value'],_0x3acc2e)||(_0x270957['return']=!0x1,_0x270957['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x29db98=this['editor']['commands']['get']('mergeTableCells'),_0x5ad5cf=this['editor']['plugins']['get']('TableUtils');if(!_0x29db98['isEnabled'])return!0x1;const _0x536c33=_0x5ad5cf['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x3bc6c8 of _0x536c33)for(const _0x37a465 of _0x536c33)if(_0x3bc6c8!=_0x37a465&&!this['_areMergableCells'](_0x3bc6c8,_0x37a465))return!0x1;return!0x0;}['_areMergableCells'](_0xf5626e,_0x368cc3){const _0x438df6=this['editor']['plugins']['get']('TrackChangesEditing'),_0xaef7a5=this['editor']['model']['createRangeOn'](_0xf5626e),_0x1eee01=this['editor']['model']['createRangeOn'](_0x368cc3),_0x2a374b=new Set(),_0x19f663=new Set();for(const _0x43a63f of _0x438df6['getSuggestions']())if(('insertion'==_0x43a63f['type']||'deletion'==_0x43a63f['type']||'mergeTableCells'==_0x43a63f['subType'])&&_0x43a63f['isInContent']){for(const _0x1c92dd of _0x43a63f['getRanges']())_0x1c92dd['containsRange'](_0xaef7a5,!0x0)&&_0x2a374b['add'](_0x43a63f['type']+':'+_0x43a63f['author']['id']),_0x1c92dd['containsRange'](_0x1eee01,!0x0)&&_0x19f663['add'](_0x43a63f['type']+':'+_0x43a63f['author']['id']);}if(_0x2a374b['size']!=_0x19f663['size'])return!0x1;for(const _0x3efabf of _0x2a374b)if(!_0x19f663['has'](_0x3efabf))return!0x1;return!0x0;}}class Dt extends _0x465839{static get['requires'](){return[Ct];}['afterInit'](){const _0x420056=this['editor'];if(!_0x420056['plugins']['has']('TableEditing'))return;const _0x48ec3a=_0x420056['locale'],_0x154e78=_0x420056['plugins']['get']('TrackChangesEditing');_0x154e78['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x154e78['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x154e78['registerBlockAttribute']('headingRows'),_0x154e78['registerBlockAttribute']('headingColumns'),_0x154e78['descriptionFactory']['registerAttributeLabel']('headingRows',c(_0x48ec3a,'FORMAT_HEADER_ROW')),_0x154e78['descriptionFactory']['registerAttributeLabel']('headingColumns',c(_0x48ec3a,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x325af1=this['editor']['plugins']['get']('TrackChangesEditing'),_0x110a10=this['editor']['plugins']['get']('TableUtils'),_0x3aa3ef=this['editor']['plugins']['get'](Ct)['_acceptFormatSuggestionCallbackFactory']();function _0x162c23({showActiveMarker:_0xd0df0d=!0x0,setDataAttribute:_0x5b1df1=!0x0}={}){return(_0x53e989,_0x47e6c9,_0x1c459f)=>{const {type:_0x558ec1,id:_0x4189c3}=_0x325af1['_splitMarkerName'](_0x47e6c9['markerName']),_0x1e5b5d=_0x325af1['getSuggestion'](_0x4189c3),_0x43c398=_0x1e5b5d['data'];if('formatBlock'!=_0x1e5b5d['type']||!_0x43c398||'setTableColumnHeader'!=_0x43c398['commandName'])return;if(_0x47e6c9['item'])return void _0x53e989['stop']();if(!_0x1c459f['consumable']['consume'](_0x47e6c9['markerRange'],_0x53e989['name']))return;const _0xa7b306=_0x47e6c9['markerRange']['start']['nodeAfter'],_0x90855=_0x47e6c9['markerRange']['end']['nodeBefore'],_0x53f581=_0xa7b306['parent']['parent'],{column:_0x34787e}=_0x110a10['getCellLocation'](_0xa7b306),{column:_0x52fc0e}=_0x110a10['getCellLocation'](_0x90855);for(let _0x2dac54=_0x34787e;_0x2dac54<=_0x52fc0e;_0x2dac54++){const _0x814bcd=_0x110a10['createTableWalker'](_0x53f581,{'column':_0x2dac54,'includeAllSlots':!0x1});for(const _0x3f790b of _0x814bcd){const _0x123d27=_0x3f790b['cell'],_0x4c77b2=_0x1c459f['mapper']['toViewElement'](_0x123d27);_0x1c459f['writer']['addClass']('ck-suggestion-marker-'+_0x558ec1,_0x4c77b2),_0x5b1df1&&_0x1c459f['writer']['setAttribute']('data-suggestion',_0x4189c3,_0x4c77b2),_0x1c459f['mapper']['bindElementToMarker'](_0x4c77b2,_0x47e6c9['markerName']),_0xd0df0d&&(_0x325af1['activeMarkers']['includes'](_0x47e6c9['markerName'])?_0x1c459f['writer']['addClass']('ck-suggestion-marker--active',_0x4c77b2):_0x1c459f['writer']['removeClass']('ck-suggestion-marker--active',_0x4c77b2));}}};}_0x325af1['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x3aa3ef),_0x325af1['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x3aa3ef),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x162c23(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x17df14,_0x4745c4,_0x5a647d)=>{_0x5a647d['options']['showSuggestionHighlights']&&_0x162c23({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x17df14,_0x4745c4,_0x5a647d);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x46dcc5,_0x1fe0c0,_0x99c165)=>{const {type:_0x18cfb1,id:_0x356cf1}=_0x325af1['_splitMarkerName'](_0x1fe0c0['markerName']),_0x311968=_0x325af1['getSuggestion'](_0x356cf1),_0xf3e7ad=_0x311968['data'];if('formatBlock'!=_0x311968['type']||!_0xf3e7ad||'setTableColumnHeader'!=_0xf3e7ad['commandName'])return;const _0x382354=_0x99c165['mapper']['markerNameToElements'](_0x1fe0c0['markerName']);if(_0x382354){for(const _0x48c25f of _0x382354)_0x99c165['writer']['removeClass']('ck-suggestion-marker-'+_0x18cfb1,_0x48c25f),_0x99c165['writer']['removeClass']('ck-suggestion-marker--active',_0x48c25f),_0x99c165['writer']['removeAttribute']('data-suggestion',_0x48c25f),_0x99c165['mapper']['unbindElementFromMarkerName'](_0x48c25f,_0x1fe0c0['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x11f2bb=this['editor'],_0x332bb1=_0x11f2bb['locale'];function _0x506b66(_0x2568da){return{'type':'format','content':c(_0x332bb1,'*Format:*\x20%0',_0x2568da)};}_0x11f2bb['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x125d25=>{if('formatBlock'!=_0x125d25['type'])return;const {data:_0x578ba7}=_0x125d25;if(_0x578ba7){if('setTableRowHeader'==_0x578ba7['commandName']){const _0xf3f30=_0x578ba7['commandParams'][0x0]['forceValue'];return _0x506b66(c(_0x332bb1,_0xf3f30?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x578ba7['commandName']){const _0x447a44=_0x578ba7['commandParams'][0x0]['forceValue'];return _0x506b66(c(_0x332bb1,_0x447a44?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}class Ye extends _0x465839{['afterInit'](){const _0x2b1b17=this['editor'],_0x508869=_0x2b1b17['locale'],_0xe29f0b=_0x2b1b17['plugins']['get']('TrackChangesEditing');function _0xe640c(_0x48961b){return{'type':'format','content':''+c(_0x508869,'*Set\x20table\x20type:*\x20%0',_0x48961b)};}_0x2b1b17['plugins']['has']('TableLayout')&&(_0xe29f0b['enableCommand']('insertTableLayout'),_0xe29f0b['enableDefaultAttributesIntegration']('tableType'),_0xe29f0b['registerBlockAttribute']('tableType'),_0xe29f0b['descriptionFactory']['registerElementLabel'](_0x238a79=>_0x238a79['is']('element','table')&&'layout'===_0x238a79['getAttribute']('tableType'),_0x47b7ab=>c(_0x508869,'ELEMENT_LAYOUT_TABLE',_0x47b7ab)),_0xe29f0b['descriptionFactory']['registerDescriptionCallback'](_0x28f265=>{const {data:_0x47c4c1}=_0x28f265;if(_0x47c4c1&&'tableType'==_0x47c4c1['key'])switch(_0x47c4c1['newValue']){case'layout':return _0xe640c(c(_0x508869,'ELEMENT_LAYOUT_TABLE'));case'content':return _0xe640c(c(_0x508869,'ELEMENT_CONTENT_TABLE'));}}));}}const Oe=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],Ue=Object['fromEntries'](Oe['map'](_0x3bf066=>[_0x3bf066,null]));class $t extends _0x465839{static get['requires'](){return[Ct];}['afterInit'](){const _0x177804=this['editor'];if(!_0x177804['plugins']['has']('TableClipboard'))return;const _0x4faa31=_0x177804['plugins']['get']('TrackChangesEditing'),_0x347436=_0x177804['plugins']['get']('TableUtils'),_0x46f843=_0x177804['plugins']['get'](Ct),_0x2fa55d=_0x177804['plugins']['get']('TableClipboard'),_0x4f8396=_0x177804['plugins']['get']('TableSelection'),_0x175b46=_0x177804['plugins']['get'](_0x1a48ee);_0x46f843['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x177804['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x177804['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x24ac73=null,_0x5cc353=!0x1;_0x175b46['on']('contentInsertion',(_0x224b04,_0x51b700)=>{_0x5cc353='paste'===_0x51b700['method'];}),_0x177804['model']['on']('insertContent',(_0x43477c,_0x299fd1)=>{if(!_0x5cc353&&null===_0x4f8396['getSelectedTableCells']())return;const [_0x5274cc,_0x5a8438]=_0x299fd1,_0x26c7dc=_0x299fd1[_0x299fd1['length']-0x1];_0x26c7dc&&_0x26c7dc['forceDefaultExecution']||_0x4faa31['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x37245,_0x180744,_0x14649c,_0x1d9c18,_0x530e18){if(_0x180744&&!_0x180744['is']('documentSelection'))return!0x1;const _0x2cb6e8=_0x530e18['getTableIfOnlyTableInContent'](_0x37245,_0x14649c);if(!_0x2cb6e8||!He(_0x2cb6e8,void 0x0,_0x1d9c18))return!0x1;const _0x3f09b0=_0x1d9c18['getSelectionAffectedTableCells'](_0x14649c['document']['selection']);if(!_0x3f09b0['length'])return!0x1;const _0x400855=_0x3f09b0[0x0]['findAncestor']('table'),_0x130413=_0x1d9c18['getRowIndexes'](_0x3f09b0),_0x2781e4=_0x1d9c18['getColumnIndexes'](_0x3f09b0),_0x14a411={'startRow':_0x130413['first'],'endRow':_0x130413['last'],'startColumn':_0x2781e4['first'],'endColumn':_0x2781e4['last']};return 0x1==_0x3f09b0['length']&&(_0x14a411['endRow']+=_0x1d9c18['getRows'](_0x2cb6e8)-0x1,_0x14a411['endColumn']+=_0x1d9c18['getColumns'](_0x2cb6e8)-0x1),He(_0x400855,_0x14a411,_0x1d9c18);}(_0x5274cc,_0x5a8438,_0x177804['model'],_0x347436,_0x2fa55d)&&(_0x43477c['stop'](),_0x24ac73={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x177804['model']['change'](()=>{_0x177804['model']['insertContent'](_0x299fd1[0x0],_0x299fd1[0x1],_0x299fd1[0x2],{'forceDefaultExecution':!0x0});const _0x2842aa=_0x21999f(),{rowInsertionRanges:_0x6946c7,columnInsertionRanges:_0x5a257a,insertionRanges:_0x50d843,deletionRanges:_0x3de354,cells:_0x4cf5f8}=_0x24ac73;_0x6946c7['length']&&_0x4faa31['markMultiRangeInsertion'](_0x6946c7,'tablePasteRow',{'tablePasteChainId':_0x2842aa}),_0x5a257a['length']&&_0x4faa31['markMultiRangeInsertion'](_0x5a257a,'tablePasteColumn',{'tablePasteChainId':_0x2842aa}),_0x50d843['length']&&(_0x4faa31['markMultiRangeInsertion'](_0x50d843,'tablePaste',{'tablePasteChainId':_0x2842aa,'skipNestingCheck':!0x0}),_0x50d843['forEach'](_0x3ba2f9=>_0x3ba2f9['detach']?.())),_0x3de354['length']&&(_0x4faa31['markMultiRangeDeletion'](_0x3de354,'tablePaste',{'tablePasteChainId':_0x2842aa,'skipNestingCheck':!0x0}),_0x3de354['forEach'](_0x22ac09=>_0x22ac09['detach']?.()));const _0x14060d=_0x4faa31['markMultiRangeBlockFormat'](_0x4cf5f8['map'](({element:_0xb81cb5})=>_0xb81cb5),{'formatGroupId':_0x21999f()},[],'tablePasteCell',{'tablePasteChainId':_0x2842aa});if(_0x14060d){const _0x554149=_0x14060d['getMarkers'](),_0x68c10e=[];for(const {element:_0x2353c3,attributes:_0x12b18c}of _0x4cf5f8){if(!_0x12b18c)continue;const _0x21c8ea=_0x177804['model']['createRangeOn'](_0x2353c3),_0x34f617=_0x554149['find'](_0x3ba0d0=>_0x3ba0d0['getRange']()['isEqual'](_0x21c8ea));_0x34f617&&_0x68c10e['push']([_0x34f617['name'],_0x12b18c]);}_0x68c10e['length']&&_0x14060d['setAttribute']('markerAttributes',Object['fromEntries'](_0x68c10e));}_0x24ac73=null;}));},{'priority':_0x38d918['high']+0xa}),_0x175b46['on']('contentInsertion',()=>{_0x5cc353=!0x1;},{'priority':'lowest'}),_0x177804['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x3e4dac,_0x4171f1)=>{const [_0xacf557,_0x46bc41,,_0x2e37e1]=_0x4171f1;if(!_0x24ac73)return;_0x3e4dac['stop']();const _0x1177b6=_0xacf557['cell'],_0x13d1b1=_0x46bc41,_0x9106d5=De(_0x1177b6),_0xcf05b7=De(_0x13d1b1);_0x3e4dac['return']=_0x1177b6;let _0x4cd76b=null,_0x2d567b=null;if(_0xcf05b7||_0x9106d5){if(_0x9106d5&&!_0xcf05b7){_0x2e37e1['remove'](_0x1177b6['getChild'](0x0));for(const _0x3593fc of Array['from'](_0x13d1b1['getChildren']()))_0x2e37e1['insert'](_0x3593fc,_0x1177b6,'end');const _0x3d08f4=_0x24ac73['rowInsertionIndexes']['includes'](_0xacf557['row']),_0xa02db6=_0x24ac73['columnInsertionIndexes']['includes'](_0xacf557['column']);_0x3d08f4||_0xa02db6||(_0x4cd76b=_0x1a5d6e['fromRange'](_0x2e37e1['createRangeIn'](_0x1177b6)));}else _0xcf05b7&&!_0x9106d5&&(_0x2d567b=_0x2e37e1['createRangeIn'](_0x1177b6));}else{const _0x4718d8=_0x2e37e1['createElement']('tableCellSuggestion'),_0x4e3592=_0x2e37e1['createElement']('tableCellSuggestion');_0x2e37e1['wrap'](_0x2e37e1['createRangeIn'](_0x1177b6),_0x4e3592),_0x2e37e1['insert'](_0x4718d8,_0x1177b6,0x0);for(const _0x1b47cd of Array['from'](_0x13d1b1['getChildren']()))_0x2e37e1['insert'](_0x1b47cd,_0x4718d8,'end');_0x4cd76b=_0x1a5d6e['fromRange'](_0x2e37e1['createRangeOn'](_0x4718d8)),_0x2d567b=_0x1a5d6e['fromRange'](_0x2e37e1['createRangeOn'](_0x4e3592));}const _0x5f2b97=Array['from'](_0x13d1b1['getAttributes']())['filter'](([_0x520c3c])=>Oe['includes'](_0x520c3c));_0x24ac73['cells']['push']({'element':_0x1177b6,'attributes':_0x5f2b97['length']?Object['fromEntries'](_0x5f2b97):null}),_0x4cd76b&&_0x24ac73['insertionRanges']['push'](_0x4cd76b),_0x2d567b&&_0x24ac73['deletionRanges']['push'](_0x2d567b);},{'priority':'high'}),_0x347436['on']('insertColumns',(_0x371e34,_0x295432)=>{const [_0x347d2c,_0x208cfc={}]=_0x295432;if(!_0x24ac73)return;const _0x1e524f=_0x208cfc['at']||0x0,_0x132df4=_0x208cfc['columns']||0x1;_0x24ac73['columnInsertionIndexes']=new Array(_0x132df4)['fill'](_0x1e524f)['map']((_0x3c5f08,_0x5cde0c)=>_0x3c5f08+_0x5cde0c);for(const {cell:_0xa8512b}of _0x347436['createTableWalker'](_0x347d2c,{'startColumn':_0x1e524f,'endColumn':_0x1e524f+_0x132df4-0x1}))_0x24ac73['columnInsertionRanges']['push'](_0x177804['model']['createRangeOn'](_0xa8512b));},{'priority':'low'}),_0x347436['on']('insertRows',(_0x5f445e,_0x13c02d)=>{const [_0x4ea0b0,_0x47ffad={}]=_0x13c02d;if(!_0x24ac73)return;const _0x9d486d=_0x47ffad['at']||0x0,_0x14b86a=_0x47ffad['rows']||0x1;_0x24ac73['rowInsertionIndexes']=new Array(_0x14b86a)['fill'](_0x9d486d)['map']((_0x5c0fca,_0x24057a)=>_0x5c0fca+_0x24057a);for(const {cell:_0x5dd79e}of _0x347436['createTableWalker'](_0x4ea0b0,{'startRow':_0x9d486d,'endRow':_0x9d486d+_0x14b86a-0x1}))_0x24ac73['rowInsertionRanges']['push'](_0x177804['model']['createRangeOn'](_0x5dd79e));},{'priority':'low'}),_0x4faa31['descriptionFactory']['registerDescriptionCallback'](_0x1edd26=>{if(_0x1edd26['subType']&&_0x1edd26['subType']['startsWith']('tablePaste'))return _0x1edd26['previous']?{}:{'type':'insertion','content':c(_0x177804['locale'],'*Replace\x20table\x20cells*')};});const _0x197c96=()=>!0x1;for(const _0x6977b9 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x4faa31['_suggestionFactory']['registerCustomCallback']('insertion',_0x6977b9,'join',_0x197c96),_0x4faa31['_suggestionFactory']['registerCustomCallback']('deletion',_0x6977b9,'join',_0x197c96),_0x4faa31['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x6977b9,'join',_0x197c96);_0x4faa31['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x197c96),_0x4faa31['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x7fb321,_0x50c0e8,_0x208a95)=>{const _0x27f5d2=_0x7fb321['map'](_0x5d0a00=>_0x5d0a00['getContainedElement']())['filter'](_0x40ea8b=>_0x40ea8b),_0x2e8197=new Map(_0x27f5d2['map'](_0x5b1746=>[_0x5b1746,null]));if(_0x24ac73){for(const {element:_0x3ee8fd,attributes:_0x4b2abf}of _0x24ac73['cells'])_0x4b2abf&&_0x2e8197['set'](_0x3ee8fd,_0x4b2abf);}else{if(_0x208a95&&_0x208a95['markerAttributes'])for(const [_0x12b072,_0x46a817]of Object['entries'](_0x208a95['markerAttributes'])){const _0x278e6f=_0x177804['model']['markers']['get'](_0x12b072),_0x3e1b88=_0x278e6f?_0x278e6f['getRange']()['getContainedElement']():null;_0x3e1b88&&_0x2e8197['set'](_0x3e1b88,_0x46a817);}}_0x177804['model']['change'](_0x3aa233=>{for(const [_0x13413b,_0x580c98]of _0x2e8197)_0x3aa233['setAttributes']({...Ue,..._0x580c98},_0x13413b);});});const _0x432a36=(_0x2fd1f6,_0x4fdaa9)=>{_0x4faa31['_suggestionFactory']['registerCustomCallback'](_0x2fd1f6,'tablePaste',_0x4fdaa9,(_0x422173,_0x113d3d,_0x2521b1)=>{_0x177804['model']['change'](_0x4faaf0=>{const _0x37043c=[];for(const _0x5c7e77 of _0x422173){const _0x47812f=_0x5c7e77['start']['nodeAfter'];_0x47812f['is']('element','tableCellSuggestion')&&_0x37043c['push'](_0x47812f);}_0x4faa31['_suggestionFactory']['getSuggestionCallback'](_0x2fd1f6,null,_0x4fdaa9)(_0x422173,_0x113d3d,_0x2521b1);for(const _0x9781f9 of _0x37043c)'$graveyard'!=_0x9781f9['root']['rootName']&&_0x4faaf0['unwrap'](_0x9781f9);});});};_0x432a36('insertion','accept'),_0x432a36('insertion','discard'),_0x432a36('deletion','accept'),_0x432a36('deletion','discard'),_0x4faa31['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x5e9f28=>{const _0x5bce6b=_0x5e9f28['map'](_0x9c11d5=>_0x9c11d5['getContainedElement']()),_0x3442f1=_0x5bce6b[0x0]['findAncestor']('table'),{minRow:_0x38e67c,maxRow:_0x304f8e}=_0x46f843['_getCoordsForCells'](_0x5bce6b);_0x347436['removeRows'](_0x3442f1,{'at':_0x38e67c,'rows':_0x304f8e-_0x38e67c+0x1});}),_0x4faa31['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x39a34b=>{const _0x52ead7=_0x39a34b['map'](_0x2e0ca7=>_0x2e0ca7['getContainedElement']()),_0x34ff14=_0x52ead7[0x0]['findAncestor']('table'),{minColumn:_0x274c76,maxColumn:_0x337d86}=_0x46f843['_getCoordsForCells'](_0x52ead7);_0x347436['removeColumns'](_0x34ff14,{'at':_0x274c76,'columns':_0x337d86-_0x274c76+0x1});});const _0x3096ed=(_0x366692,_0x4fa92d)=>{if(!_0x4fa92d['subType']||!_0x4fa92d['subType']['startsWith']('tablePaste'))return;const _0x7c781c=_0x4fa92d['attributes']['tablePasteChainId'],_0x5ba57c=_0x4faa31['getSuggestions']()['filter'](_0xa6f0b8=>_0xa6f0b8['isInContent']&&_0xa6f0b8['attributes']&&_0xa6f0b8['attributes']['tablePasteChainId']==_0x7c781c);_0x5ba57c['length']&&_0x4fa92d['getAllAdjacentSuggestions']()['length']!=_0x5ba57c['length']&&_0x5ba57c['reduce']((_0x5d8151,_0x5a29e4)=>(_0x5d8151['next']=_0x5a29e4,_0x5a29e4['previous']=_0x5d8151,_0x5a29e4));};function _0x10b701(_0x3bc6c0,_0x2b9964=!0x0){const {id:_0x481b08,authorId:_0x1e82a2}=_0x4faa31['_splitMarkerName'](_0x3bc6c0['markerName']),_0x3d939e=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x29b41f=_0x4faa31['activeMarkers']['includes'](_0x3bc6c0['markerName']);return _0x29b41f&&_0x3d939e['push']('ck-suggestion-marker--active'),{'classes':_0x3d939e,'attributes':{'data-suggestion':_0x481b08,'data-author-id':_0x1e82a2},'priority':_0x29b41f&&_0x2b9964?0xbc2:0xbb8};}_0x4faa31['on']('suggestionLoaded',_0x3096ed,{'priority':'high'}),_0x4faa31['on']('suggestionUnloaded',_0x3096ed,{'priority':'high'}),_0x177804['model']['document']['registerPostFixer'](()=>{let _0x5cc47b=!0x1;const _0x5ab6cc=Array['from'](_0x177804['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x3bc9fd,data:_0x4cffcd}of _0x5ab6cc){const {group:_0x1ab606,type:_0xe432b8,id:_0x4cbdf5}=_0x4faa31['_splitMarkerName'](_0x3bc9fd);if('suggestion'!=_0x1ab606||'deletion'!=_0xe432b8||_0x4cffcd['oldRange'])continue;if(!_0x4faa31['hasSuggestion'](_0x4cbdf5))continue;const _0x55661c=_0x4faa31['getSuggestion'](_0x4cbdf5)['getRanges'](),_0x20abd3=_0x177804['plugins']['get']('Users')['me'];for(const _0x562e54 of _0x4faa31['getSuggestions']()){if(!_0x562e54['isInContent']||_0x562e54['author']!=_0x20abd3)continue;if('formatBlock'!=_0x562e54['type']||'tablePasteCell'!=_0x562e54['subType'])continue;if(_0x562e54['getRanges']()['every'](_0x32ea29=>_0x55661c['some'](_0x4ae81f=>_0x4ae81f['containsRange'](_0x32ea29,!0x0)))){for(const _0xeafdc0 of _0x562e54['getAllAdjacentSuggestions']())_0xeafdc0['isInContent']&&(_0xeafdc0['discard'](),_0x5cc47b=!0x0);}}}return _0x5cc47b;}),_0x177804['model']['document']['registerPostFixer'](_0x4fd7f5=>{const _0xce0601=_0x177804['commands']['get']('redo');if(!_0xce0601||!_0xce0601['_createdBatches']['has'](_0x4fd7f5['batch']))return!0x1;let _0x474810=!0x1;const _0x521bfc=_0x177804['plugins']['get']('Users')['me'],_0xeaecbc=_0x177804['model']['document']['differ']['getChanges'](),_0x22c32e=Array['from'](_0x177804['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x193d2c,data:_0x1e9759})=>{const {group:_0x46377f,subType:_0x26cb04,authorId:_0x18b613}=_0x4faa31['_splitMarkerName'](_0x193d2c);return'suggestion'==_0x46377f&&'tablePaste'==_0x26cb04&&_0x18b613==_0x521bfc['id']&&!_0x1e9759['oldRange'];});for(const _0x4d1600 of _0xeaecbc){if('insert'!=_0x4d1600['type']||'tableCellSuggestion'!=_0x4d1600['name']||0x1!=_0x4d1600['length'])continue;const _0x4bf1f7=_0x4fd7f5['createRange'](_0x4d1600['position'],_0x4d1600['position']['getShiftedBy'](0x1));if(!_0x22c32e['find'](({data:_0x3ca901})=>_0x3ca901['newRange']['isEqual'](_0x4bf1f7))){for(const {name:_0x362c4b,data:_0x397f83}of _0x22c32e)if(_0x4bf1f7['containsRange'](_0x397f83['newRange'])){_0x4fd7f5['updateMarker'](_0x362c4b,{'range':_0x4bf1f7}),_0x474810=!0x0;break;}}}return _0x474810;}),_0x177804['model']['document']['registerPostFixer'](_0x5288b3=>{let _0x13a9d7=!0x1;const _0x2d061d=_0x177804['plugins']['get']('Users')['me'],_0x1e7135=_0x4faa31['getSuggestions']()['filter'](_0x4a729f=>_0x4a729f['isInContent']&&_0x4a729f['author']==_0x2d061d),_0x200f5e=new Set(),_0x50046d=new Set();for(const _0x245654 of _0x1e7135)if('tablePaste'==_0x245654['subType'])for(const _0x1a67e0 of _0x245654['getMarkers']()){const _0x108994=_0x1a67e0['getRange']()['getContainedElement']();if(_0x108994){if(_0x108994['is']('element','tableCellSuggestion')&&De(_0x108994)){_0x245654['removeMarker'](_0x1a67e0['name']),_0x200f5e['add'](_0x108994),_0x13a9d7=!0x0;const _0x1e447f=_0x108994['nextSibling'],_0x234a12=_0x108994['previousSibling'],_0x229b09=_0x1e447f&&_0x1e447f['is']('element','tableCellSuggestion'),_0x29b53d=_0x234a12&&_0x234a12['is']('element','tableCellSuggestion');_0x229b09&&!_0x200f5e['has'](_0x1e447f)&&_0x50046d['add'](_0x1e447f),_0x29b53d&&!_0x200f5e['has'](_0x234a12)&&_0x50046d['add'](_0x234a12);}else _0x108994['is']('element','paragraph')&&_0x108994['isEmpty']&&(_0x245654['removeMarker'](_0x1a67e0['name']),_0x13a9d7=!0x0);}}else{if('tablePasteCell'==_0x245654['subType']){if(!_0x245654['attributes']||!_0x245654['attributes']['tablePasteChainId'])continue;const _0x29a475=_0x245654['attributes']['markerAttributes'];if(_0x29a475&&Object['keys'](_0x29a475)['length'])continue;const _0x206a73=_0x245654['attributes']['tablePasteChainId'];let _0x23d4c5=!0x0,_0x202326=!0x0;for(const _0x218397 of _0x1e7135)if(_0x218397['subType']&&_0x218397['subType']['startsWith']('tablePaste')){if(!_0x218397['attributes']['tablePasteChainId']){_0x202326=!0x1;break;}if(_0x218397['id']!=_0x245654['id']&&_0x218397['attributes']['tablePasteChainId']==_0x206a73){_0x23d4c5=!0x1;break;}}_0x202326&&_0x23d4c5&&(_0x245654['removeMarkers'](),_0x13a9d7=!0x0);}}for(const _0x32cede of _0x200f5e)_0x5288b3['remove'](_0x32cede);for(const _0x488858 of _0x50046d)_0x5288b3['unwrap'](_0x488858);return _0x13a9d7;}),_0x177804['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x592593=>_0x10b701(_0x592593),'converterPriority':'high'}),_0x177804['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x4e16b3,_0x230b85)=>_0x230b85['options']['showSuggestionHighlights']?_0x10b701(_0x4e16b3,!0x1):null,'converterPriority':'high'});const _0x149c6c=_0x177804['editing']['view'];this['listenTo'](_0x149c6c['document'],'clipboardOutput',(_0x865e6d,_0x116da0)=>{const _0x187142=[];for(const _0x168a27 of _0x149c6c['createRangeIn'](_0x116da0['content'])['getItems']())_0x168a27['is']('element','suggestion-td')&&_0x187142['push'](_0x168a27);_0x149c6c['change'](_0x20fe6d=>{for(const _0x329e88 of _0x187142)_0x20fe6d['move'](_0x20fe6d['createRangeIn'](_0x329e88),_0x20fe6d['createPositionBefore'](_0x329e88)),_0x20fe6d['remove'](_0x329e88);});});}}function De(_0x26adfe){if(_0x26adfe['isEmpty'])return!0x0;const _0x48f166=_0x26adfe['getChild'](0x0);return _0x48f166['is']('element','paragraph')&&_0x48f166['isEmpty'];}function He(_0x5b0603,_0xe4a1ab={},_0x5c836d){for(const {isAnchor:_0x4ac1d7,cellHeight:_0x4c8152,cellWidth:_0x99cda2}of _0x5c836d['createTableWalker'](_0x5b0603,{'includeAllSlots':!0x0,..._0xe4a1ab}))if(!_0x4ac1d7||0x1!=_0x4c8152||0x1!=_0x99cda2)return!0x1;return!0x0;}class Bt extends _0x465839{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x125669=this['editor']['plugins']['get']('TrackChangesEditing');_0x125669['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x125669['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x125669['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x125669['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x125669['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x125669['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x488728,_0xfb039f){const _0x1267df=this['editor']['plugins']['get']('TrackChangesEditing'),_0x321d07=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x489f70=_0xfb039f['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x5df8d0=_0x321d07['getColumnGroupElement'](_0x489f70);let _0xdf6270=_0x5df8d0?_0x321d07['getTableColumnsWidths'](_0x5df8d0):null,_0xeb339f=_0x489f70['getAttribute']('tableWidth')||null;const _0x39377d=_0xfb039f['tableWidth']||_0xeb339f,_0x7723e8=_0xfb039f['columnWidths']||_0xdf6270,_0x51d55d=this['editor']['plugins']['get']('Users')['me'];for(const _0x2e5b6a of _0x1267df['getSuggestions']()){const _0x48afa2=_0x2e5b6a['getContainedElement']();if('resizeTable'===_0x2e5b6a['subType']&&_0x48afa2===_0x489f70){_0x2e5b6a['author']!==_0x51d55d&&_0x2e5b6a['discard']();const _0x25ca0a=_0x2e5b6a['data']['commandParams'];_0xeb339f=_0x25ca0a[0x0]['tableWidth'],_0xdf6270=_0x25ca0a[0x0]['columnWidths'];break;}}_0x488728({'table':_0x489f70,'tableWidth':_0x39377d,'columnWidths':_0x7723e8}),_0x1267df['markBlockFormat'](_0x489f70,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0xeb339f,'columnWidths':_0xdf6270}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x4f827c){if('formatBlock'!=_0x4f827c['type']&&'formatInline'!=_0x4f827c['type'])return;const {data:_0x58720e}=_0x4f827c;if(_0x58720e&&'resizeTable'===_0x58720e['formatGroupId']){const _0x420c48='*Format:*\x20resize\x20table';return{'type':'format','content':c(this['editor']['locale'],_0x420c48)};}}}class xt extends _0x465839{['afterInit'](){const _0x5b13e0=this['editor'];_0x5b13e0['plugins']['has']('Template')&&_0x5b13e0['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class Ot extends _0x465839{['afterInit'](){const _0x189870=this['editor'];if(!_0x189870['commands']['get']('insertTableOfContents'))return;_0x189870['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x1c2aa9=_0x189870['plugins']['get']('TrackChangesEditing'),_0x184511=_0x189870['locale'];_0x1c2aa9['descriptionFactory']['registerElementLabel']('tableOfContents',_0x2b57c0=>c(_0x184511,'ELEMENT_TABLE_OF_CONTENTS',_0x2b57c0));}}class Rt extends _0x465839{['afterInit'](){const _0x32da4d=this['editor'];if(!_0x32da4d['plugins']['has']('Title'))return;const _0x52eebf=_0x32da4d['plugins']['get']('TrackChangesEditing');_0x52eebf['descriptionFactory']['registerElementLabel']('title-content',()=>c(_0x32da4d['locale'],'ELEMENT_TITLE')),_0x32da4d['model']['document']['registerPostFixer'](_0x345649=>{let _0x2c6456=!0x1;const _0x66e50c=Array['from'](_0x32da4d['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x35b814,data:_0x33d027}of _0x66e50c){const {group:_0xe6353f}=_0x52eebf['_splitMarkerName'](_0x35b814);if('suggestion'!==_0xe6353f||!_0x33d027['newRange'])continue;const _0x1c7906=_0x33d027['newRange'],_0x108ab5=_0x1c7906['end']['nodeBefore'];if(!_0x108ab5||!_0x108ab5['is']('element','title-content'))continue;if(!_0x1c7906['start']['isTouching'](_0x1c7906['end']))continue;const _0x270a05=_0x32da4d['model']['schema']['getNearestSelectionRange'](_0x1c7906['end'],'forward');if(_0x270a05&&_0x270a05['isCollapsed']){const _0x372047=_0x345649['createRange'](_0x1c7906['start'],_0x270a05['start']);_0x372047['isEqual'](_0x1c7906)||(_0x345649['updateMarker'](_0x35b814,{'range':_0x372047}),_0x2c6456=!0x0);}_0x2c6456||(_0x345649['removeMarker'](_0x35b814),_0x2c6456=!0x0);}return _0x2c6456;});}}class Tt extends _0x465839{['afterInit'](){const _0x7b76a3=this['editor'],_0x510703=_0x7b76a3['plugins']['get']('TrackChangesEditing');_0x7b76a3['plugins']['has']('Uploadcare')&&(_0x510703['enableCommand']('uploadcare'),_0x7b76a3['plugins']['has']('UploadcareImageEdit')&&(_0x510703['enableCommand']('uploadcareImageEdit'),_0x510703['enableDefaultAttributesIntegration']('uploadcareImageReplace'),_0x510703['registerBlockAttribute']('uploadcareImageId'),_0x510703['descriptionFactory']['registerDescriptionCallback'](_0x12b3a3=>{if('attribute'!=_0x12b3a3['type'])return;const {data:_0x350132}=_0x12b3a3;return _0x350132&&'uploadcareImageId'==_0x350132['key']?{'type':'format','content':''}:void 0x0;})));}}class Et extends _0x465839{['afterInit'](){const _0xec6f78=this['editor'],_0x319e02=_0xec6f78['plugins']['get']('TrackChangesEditing');_0xec6f78['plugins']['has']('UndoEditing')&&(_0x319e02['enableCommand']('undo'),_0x319e02['enableCommand']('redo'));}}class Ut extends _0x465839{static get['requires'](){return[Ct];}['afterInit'](){const _0x200a64=this['editor'];if(!_0x200a64['plugins']['has']('TableCaptionEditing'))return;_0x200a64['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Vt extends _0x465839{['tableProperties'];['tableCellProperties'];constructor(_0x1a8c43){super(_0x1a8c43),this['tableProperties']=['tableBorderColor','tableBorderStyle','tableBorderWidth','tableAlignment','tableWidth','tableHeight','tableBackgroundColor'],this['tableCellProperties']=['tableCellBorderColor','tableCellBorderStyle','tableCellBorderWidth','tableCellPadding','tableCellWidth','tableCellHeight','tableCellBackgroundColor','tableCellHorizontalAlignment','tableCellVerticalAlignment'];}static get['pluginName'](){return'TrackChangesTableProperties';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['afterInit'](){const _0x1f9b42=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x6a3d1a of this['tableProperties'])_0x1f9b42['enableCommand'](_0x6a3d1a,(_0x15b695,_0x40bad2)=>{const _0x1f0f01=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x6a3d1a,[_0x1f0f01],this['tableProperties'],'tableProperties',_0x15b695,_0x40bad2);});_0x1f9b42['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x1f9b42['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x1f9b42['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x7f727b,_0x17542d)=>this['handleDiscardAction'](this['tableProperties'],_0x7f727b,_0x17542d)),_0x1f9b42['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x368c0e of this['tableCellProperties'])_0x1f9b42['enableCommand'](_0x368c0e,(_0xa2fb8f,_0x3947d8)=>{const _0x289592=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x368c0e,_0x289592,this['tableCellProperties'],'tableCellProperties',_0xa2fb8f,_0x3947d8);});_0x1f9b42['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x1f9b42['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x1f9b42['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x392d34,_0x40f7b1)=>this['handleDiscardAction'](this['tableCellProperties'],_0x392d34,_0x40f7b1)),_0x1f9b42['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x1f9b42['descriptionFactory']['registerDescriptionCallback'](_0x12f8c8=>this['handleSuggestionDescription'](_0x12f8c8));}['_handlePropertyChange'](_0x3bf07a,_0x57a5d1,_0x46e1a1,_0x485e91,_0x3e08a6,_0x4acbe8){const _0x26219e=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x4acbe8['batch'],()=>{for(const _0x4b147e of _0x57a5d1){if(this['_getSuggestion'](_0x4b147e,_0x485e91))_0x3e08a6(_0x4acbe8);else{const _0x200846={};for(const _0xa64032 of _0x46e1a1){const _0x553305=_0x4b147e['getAttribute'](_0xa64032);void 0x0!==_0x553305&&(_0x200846[_0xa64032]=_0x553305);}_0x3e08a6(_0x4acbe8),_0x26219e['markBlockFormat'](_0x4b147e,{'commandParams':[_0x200846]},[],_0x485e91);}}});}['handleDiscardAction'](_0x268f35,_0x1b0549,_0xb88918){const _0x3a067a=_0x1b0549[0x0]['start']['nodeAfter'],_0x5d2333=_0xb88918['commandParams'][0x0];this['editor']['model']['change'](_0x5602a9=>{for(const _0x315f8e of _0x268f35)void 0x0!==_0x5d2333[_0x315f8e]?_0x5602a9['setAttribute'](_0x315f8e,_0x5d2333[_0x315f8e],_0x3a067a):_0x5602a9['removeAttribute'](_0x315f8e,_0x3a067a);});}['handleSuggestionDescription'](_0x4b4488){if(_0x4b4488['data'])switch(_0x4b4488['subType']){case'tableProperties':return{'type':'format','content':c(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':c(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x294a5a,_0x3db8d0){const _0xbb43fd=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x15ef54 of _0xbb43fd['getSuggestions']({'skipNotAttached':!0x0})){const _0x432f94=_0x15ef54['getContainedElement']();if(_0x15ef54['subType']===_0x3db8d0&&_0x432f94===_0x294a5a)return _0x15ef54;}return null;}}const u='$elementName';class p extends _0x465839{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;['_trackingSessionId']=null;static get['requires'](){return['CommentsRepository',_0x50a8cf,_0x12d319,U,V,F,G,L,K,J,H,q,z,X,Y,Z,tt,it,et,nt,st,ot,rt,ct,at,ut,ft,ht,lt,Q,wt,gt,W,Se,mt,pt,kt,bt,yt,St,jt,It,At,_t,vt,Ct,Nt,Dt,Ye,Ut,$t,Bt,Ot,Vt,xt,Rt,Tt,Et];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x54f421){super(_0x54f421),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x3291af,_0x1244d1,_0x4ed978,_0x487a75)=>{this['_model']['change'](()=>{for(const _0x183157 of[..._0x487a75,..._0x4ed978])this['_model']['markers']['has'](_0x183157)&&_0x54f421['editing']['reconvertMarker'](_0x183157);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Pt(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x54f421['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,this['_blockAttributeKeys']=new Set([u]),this['_inlineAttributeKeys']=new Set(),_0x54f421['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x54f421['config']['get']('trackChanges.trackFormatChanges'),_0x54f421['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x54f421['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x54f421,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x45a148=this['editor'],_0x5676ca=(_0x1837a0,_0xd792cd)=>{if('attribute'!=_0x1837a0)return'ck-suggestion-marker-'+_0x1837a0;const _0x9fc6cd=_0xd792cd['split']('|')[0x0];return this['_isBlockAttribute'](_0x9fc6cd)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x45a148['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x23eeef=>{const {id:_0x1e848a,authorId:_0x46e2f9,type:_0x1b5c6c,subType:_0x5a2f67}=this['_splitMarkerName'](_0x23eeef['markerName']),_0x290b5b=['ck-suggestion-marker',_0x5676ca(_0x1b5c6c,_0x5a2f67)];let _0x242591=0xbb8;return this['activeMarkers']['includes'](_0x23eeef['markerName'])&&(_0x290b5b['push']('ck-suggestion-marker--active'),_0x242591=0xbc2),'deletion'==_0x1b5c6c&&(_0x242591+=0x5),{'classes':_0x290b5b,'attributes':{'data-suggestion':_0x1e848a,'data-author-id':_0x46e2f9},'priority':_0x242591};}}),_0x45a148['conversion']['for']('dataDowncast')['add'](_0xf1eb0a=>{_0xf1eb0a['on']('addMarker:suggestion',(_0x25668a,_0x4e3002,_0x482c53)=>{if(!_0x482c53['options']['showSuggestionHighlights'])return;const _0x4a8e2f=_0x4e3002['item'];if(!_0x4a8e2f)return;const _0x18163a=_0x482c53['mapper']['toViewElement'](_0x4a8e2f);_0x45a148['model']['schema']['isObject'](_0x4a8e2f)&&_0x18163a&&!_0x18163a['getCustomProperty']('widget')&&_0x18163a['is']('containerElement')&&_0x107d70(_0x18163a,_0x482c53['writer']);},{'priority':'high'});}),_0x45a148['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x1b7e73,_0x189cf1)=>{if(!_0x189cf1['options']['showSuggestionHighlights'])return null;const {id:_0x313e3d,authorId:_0x395301,type:_0x2f7c48,subType:_0x53cef4}=this['_splitMarkerName'](_0x1b7e73['markerName']);return{'classes':['ck-suggestion-marker',_0x5676ca(_0x2f7c48,_0x53cef4)],'priority':0xbb8,'attributes':{'data-suggestion':_0x313e3d,'data-author-id':_0x395301}};}});const _0x2ecc40=({showActiveMarkers:_0x264af6=!0x0,isAttributeSuggestion:_0x3338e6=!0x1}={})=>(_0x54d77a,_0x35034a,_0x5ce5a2)=>{if(!_0x35034a['item'])return;const {id:_0x54b0e0,authorId:_0x272700}=this['_splitMarkerName'](_0x35034a['markerName']);if(_0x3338e6){const _0x1eafb5=this['_suggestions']['get'](_0x54b0e0),_0x1b2c27=this['_getAttributeKey'](_0x1eafb5);if(!this['_isBlockAttribute'](_0x1b2c27))return;}if(_0x35034a['item']['is']('selection'))return void _0x5ce5a2['consumable']['consume'](_0x35034a['item'],_0x54d77a['name']);const _0xea7822=_0x5ce5a2['mapper']['toViewElement'](_0x35034a['item']);if(_0x35034a['item']['is']('element')&&_0x45a148['model']['schema']['isBlock'](_0x35034a['item'])&&!_0xea7822['getCustomProperty']('addHighlight')){_0x5ce5a2['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0xea7822),_0x5ce5a2['writer']['setAttribute']('data-suggestion',_0x54b0e0,_0xea7822),_0x5ce5a2['writer']['setAttribute']('data-author-id',_0x272700,_0xea7822),_0x5ce5a2['mapper']['bindElementToMarker'](_0xea7822,_0x35034a['markerName']),_0x264af6&&(this['activeMarkers']['includes'](_0x35034a['markerName'])?_0x5ce5a2['writer']['addClass']('ck-suggestion-marker--active',_0xea7822):_0x5ce5a2['writer']['removeClass']('ck-suggestion-marker--active',_0xea7822));for(const _0x4ace49 of _0x45a148['model']['createRangeIn'](_0x35034a['item'])['getItems']())_0x5ce5a2['consumable']['consume'](_0x4ace49,_0x54d77a['name']);_0x5ce5a2['consumable']['consume'](_0x35034a['item'],_0x54d77a['name']);}};_0x45a148['conversion']['for']('dataDowncast')['add'](_0x5944b6=>{_0x5944b6['on']('addMarker:suggestion:formatBlock',(_0x43906e,_0x2360dc,_0x58784d)=>{_0x58784d['options']['showSuggestionHighlights']&&_0x2ecc40({'showActiveMarkers':!0x1})(_0x43906e,_0x2360dc,_0x58784d);},{'priority':'highest'});}),_0x45a148['conversion']['for']('dataDowncast')['add'](_0xa7c4f7=>{_0xa7c4f7['on']('addMarker:suggestion:attribute',(_0x3d0f16,_0x22ded0,_0x3e1b20)=>{_0x3e1b20['options']['showSuggestionHighlights']&&_0x2ecc40({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x3d0f16,_0x22ded0,_0x3e1b20);},{'priority':'highest'});}),_0x45a148['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x3c9d2e,_0x16ef02)=>{if(_0x16ef02['options']['showSuggestionHighlights']){const {id:_0x3f83f4,authorId:_0x4996e0}=this['_splitMarkerName'](_0x3c9d2e);return _0x3c9d2e['includes'](':split')||_0x3c9d2e['includes'](':merge')?{'group':'suggestion','name':_0x3c9d2e['substr'](0xb),'attributes':{'data-suggestion':_0x3f83f4,'data-author-id':_0x4996e0}}:null;}return{'group':'suggestion','name':_0x3c9d2e['substr'](0xb)};}}),_0x45a148['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x24d92c,{writer:_0x5c14e8})=>{let _0xbcaf1d='suggestion:'+_0x24d92c['getAttribute']('suggestion-type')+':'+_0x24d92c['getAttribute']('id');return _0x24d92c['getAttribute']('marker-count')&&(_0xbcaf1d+=':'+_0x24d92c['getAttribute']('marker-count')),_0x5c14e8['createElement']('$marker',{'data-name':_0xbcaf1d});}}),_0x45a148['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x45a148['conversion']['for']('editingDowncast')['add'](_0x533cf6=>{_0x533cf6['on']('addMarker:suggestion:formatBlock',_0x2ecc40(),{'priority':'high'});}),_0x45a148['conversion']['for']('editingDowncast')['add'](_0x5d394b=>{_0x5d394b['on']('addMarker:suggestion:attribute',_0x2ecc40({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x45a148['conversion']['for']('editingDowncast')['add'](_0x33df8e=>{_0x33df8e['on']('removeMarker:suggestion:formatBlock',(_0x2209d1,_0x3a97d5,_0xde21d9)=>{const _0x4c6f1f=_0xde21d9['mapper']['markerNameToElements'](_0x3a97d5['markerName']);if(_0x4c6f1f){for(const _0x381aa8 of _0x4c6f1f)_0x381aa8['getCustomProperty']('addHighlight')||(_0xde21d9['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x381aa8),_0xde21d9['writer']['removeAttribute']('data-suggestion',_0x381aa8),_0xde21d9['writer']['removeAttribute']('data-author-id',_0x381aa8),_0xde21d9['mapper']['unbindElementFromMarkerName'](_0x381aa8,_0x3a97d5['markerName']));}},{'priority':'high'});}),_0x45a148['conversion']['for']('editingDowncast')['add'](_0x460d95=>{_0x460d95['on']('removeMarker:suggestion:attribute',(_0x9bd994,_0x1060a2,_0x2d0cbe)=>{const _0x16228f=_0x2d0cbe['mapper']['markerNameToElements'](_0x1060a2['markerName']);if(!_0x16228f)return;const {id:_0x270f14}=this['_splitMarkerName'](_0x1060a2['markerName']),_0x4a3653=this['_suggestions']['get'](_0x270f14),_0x5e3f7b=this['_getAttributeKey'](_0x4a3653);if(this['_isBlockAttribute'](_0x5e3f7b)){for(const _0x50158f of _0x16228f)_0x50158f['getCustomProperty']('addHighlight')||(_0x2d0cbe['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x50158f),_0x2d0cbe['writer']['removeAttribute']('data-suggestion',_0x50158f),_0x2d0cbe['writer']['removeAttribute']('data-author-id',_0x50158f),_0x2d0cbe['mapper']['unbindElementFromMarkerName'](_0x50158f,_0x1060a2['markerName']));}},{'priority':'high'});}),_0x45a148['model']['document']['registerPostFixer'](_0x582218=>{let _0x4fdbdd=!0x1;const _0x4e0e5b=Array['from'](_0x45a148['model']['document']['differ']['getChangedMarkers']()),_0x2dd7ab=new Set();for(const {name:_0x41a63f,data:_0x111c04}of _0x4e0e5b){const {group:_0x4a882e,type:_0x532a79,subType:_0x5a574e,id:_0x10cff7}=this['_splitMarkerName'](_0x41a63f);if('suggestion'!==_0x4a882e)continue;const _0x4bbf72=this['_suggestions']['get'](_0x10cff7);if(null!=_0x111c04['newRange']){'formatInline'==_0x532a79&&(_0x4fdbdd=_0x4fdbdd||Jt(_0x111c04['newRange'],_0x41a63f,_0x582218,_0x45a148['model']['schema']));const _0x23c24c='attribute'==_0x532a79&&this['_isBlockAttribute'](_0x5a574e['split']('|')[0x0]);if(_0x111c04['newRange']['isCollapsed']||'$graveyard'==_0x111c04['newRange']['root']['rootName']||'formatBlock'==_0x532a79&&!Ht(_0x111c04['newRange'])||_0x23c24c&&!Ht(_0x111c04['newRange'])||'deletion'==_0x532a79&&!qt(_0x111c04['newRange']))_0x582218['removeMarker'](_0x41a63f),_0x4fdbdd=!0x0;else{if(!_0x4bbf72||!_0x4bbf72['isInContent'])continue;if(_0x111c04['newRange']&&_0x111c04['oldRange']&&_0x111c04['newRange']['isEqual'](_0x111c04['oldRange']))continue;_0x2dd7ab['add'](_0x4bbf72);}}}return _0x2dd7ab['size']>0x0&&(_0x4fdbdd=!!this['_joinWithAdjacentSuggestions'](_0x2dd7ab)||_0x4fdbdd),_0x4fdbdd;}),_0x45a148['model']['document']['registerPostFixer'](_0x4733cc=>{let _0x69bf5e=!0x1;for(const _0x575b4b of _0x45a148['model']['document']['differ']['getChanges']())if('insert'==_0x575b4b['type'])for(const _0x54adb8 of this['_suggestions']['values']()){if(_0x54adb8['isMultiRange']||!_0x54adb8['isInContent'])continue;const _0x2316e9='formatBlock'==_0x54adb8['type'],_0x2b1023=this['_getAttributeKey'](_0x54adb8),_0x16e003=_0x2b1023&&this['_isBlockAttribute'](_0x2b1023);if(!_0x2316e9&&!_0x16e003)continue;const _0x511070=_0x54adb8['getFirstRange']();if(_0x511070['start']['parent']!=_0x511070['end']['parent']&&!_0x511070['end']['isAtEnd']){const _0x2238e3=_0x45a148['model']['createPositionAt'](_0x511070['start']['nodeAfter'],'end'),_0x39b6f7=_0x45a148['model']['createRange'](_0x511070['start'],_0x2238e3);_0x4733cc['updateMarker'](_0x54adb8['getFirstMarker'](),{'range':_0x39b6f7}),_0x69bf5e=!0x0;}}return _0x69bf5e;}),_0x45a148['model']['document']['registerPostFixer'](_0x4afe01=>this['_processAttributeChanges'](_0x4afe01)),_0x45a148['model']['document']['registerPostFixer'](_0x5ee295=>!_0x5ee295['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x5ee295)),_0x45a148['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x45a148['model']['document']['on']('change:data',(_0x12bd14,_0x1777d6)=>{if(!_0x1777d6['isLocal']||_0x1777d6['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x276bff=_0x45a148['model']['document']['differ']['getChanges']();if(0x0==_0x276bff['length'])return;const _0x160c9f=[],_0x1736c9=_0x276bff['filter'](_0x3bc7bb=>'attribute'==_0x3bc7bb['type']),_0x5e8b05=_0x276bff['filter'](_0x57d27b=>'insert'==_0x57d27b['type']&&'$text'!=_0x57d27b['name']);for(const _0x588e8e of _0x1736c9)this['_isRegisteredAttribute'](_0x588e8e['attributeKey'])&&_0x160c9f['push']({'key':_0x588e8e['attributeKey'],'newValue':_0x588e8e['attributeNewValue'],'oldValue':_0x588e8e['attributeOldValue'],'range':zt(_0x588e8e['range'],_0x45a148['model'])});for(const _0x152049 of _0x5e8b05){if('rename'!=_0x152049['action']&&'refresh'!=_0x152049['action'])continue;const _0x2364f9=Wt(_0x152049['position']['nodeAfter'],_0x45a148['model']),_0x29fb53=_0x152049['before'];'rename'==_0x152049['action']&&_0x160c9f['push']({'key':u,'newValue':_0x152049['name'],'oldValue':_0x29fb53['name'],'range':_0x2364f9});for(const [_0x5e4f33,_0x3a492c]of _0x29fb53['attributes']){if(!this['_isRegisteredAttribute'](_0x5e4f33))continue;const _0x3a69c8=_0x152049['attributes']['get'](_0x5e4f33);_0x3a492c!==_0x3a69c8&&_0x160c9f['push']({'key':_0x5e4f33,'newValue':_0x3a69c8,'oldValue':_0x3a492c,'range':_0x2364f9});}for(const [_0x28fd77,_0x173f18]of _0x152049['attributes'])this['_isRegisteredAttribute'](_0x28fd77)&&(_0x29fb53['attributes']['has'](_0x28fd77)||_0x160c9f['push']({'key':_0x28fd77,'newValue':_0x173f18,'oldValue':null,'range':_0x2364f9}));}0x0!=_0x160c9f['length']&&_0x45a148['model']['enqueueChange'](_0x1777d6,_0x3eaef8=>{const _0x431972=_0x21999f();for(const {range:_0x2e1f17,key:_0x40f186,oldValue:_0x35baa4,newValue:_0x3004e0}of _0x160c9f)this['markAttributeChange'](_0x2e1f17,_0x40f186,_0x35baa4,_0x3004e0,{'groupId':_0x431972});this['_reduceExistingSuggestions'](_0x3eaef8,_0x160c9f);});},{'priority':'lowest'}),_0x45a148['model']['markers']['on']('update:suggestion',(_0x48e494,_0x3bde27,_0xf362a1)=>{if(null==_0xf362a1){const {id:_0xc5fc0e}=this['_splitMarkerName'](_0x3bde27['name']),_0x1d387d=this['_suggestions']['get'](_0xc5fc0e);_0x1d387d&&_0x1d387d['addMarkerName'](_0x3bde27['name']);}}),_0x45a148['model']['document']['on']('change:data',()=>{const _0x3db8ff=Array['from'](_0x45a148['model']['document']['differ']['getChangedMarkers']())['filter'](_0x5e02b1=>'suggestion'===this['_splitMarkerName'](_0x5e02b1['name'])['group']);if(0x0===_0x3db8ff['length'])return;_0x3db8ff['sort']((_0x54e23c,_0x551fae)=>{const _0x126628=_0x54e23c['data']['oldRange'],_0xd88088=_0x551fae['data']['oldRange'];return null===_0x126628&&null===_0xd88088?0x0:null===_0x126628&&null!==_0xd88088?-0x1:null!==_0x126628&&null===_0xd88088?0x1:_0x126628['start']['isBefore'](_0xd88088['start'])?-0x1:0x1;});const _0x4182c2=new Set(),_0x2746cd=new Set();for(const {name:_0x234334,data:_0x296da3}of _0x3db8ff){const {id:_0x33735b}=this['_splitMarkerName'](_0x234334);if(null===_0x296da3['oldRange']){const _0x3deb93=this['_handleNewSuggestionMarker'](_0x234334);_0x2746cd['add'](_0x3deb93);}else{const _0x53b1cd=this['_suggestions']['get'](_0x33735b);null!==_0x296da3['newRange']||_0x53b1cd['isInContent']?(_0x4182c2['add'](_0x53b1cd['head']),_0x2746cd['add'](_0x53b1cd)):this['_removeSuggestion'](_0x53b1cd);}}_0x2746cd['size']>0x0&&this['_refreshSuggestionsChain'](_0x2746cd);for(const _0x3a6211 of _0x4182c2)this['fire']('suggestionChanged',_0x3a6211);}),_0x45a148['model']['on']('applyOperation',(_0x17c421,_0x4f5ce7)=>{const _0x2e6eea=_0x4f5ce7[0x0];if(!this['_suggestions']['size'])return;if(!_0x2e6eea['isDocumentOperation'])return;if(_0x2e6eea['batch']['isUndo']||!_0x2e6eea['batch']['isLocal'])return;let _0x52f6cb,_0x1ded05;switch(_0x2e6eea['type']){case'insert':_0x52f6cb=_0x45a148['model']['createPositionAt'](_0x2e6eea['position']),_0x1ded05=_0x52f6cb['getShiftedBy'](_0x2e6eea['howMany']);break;case'split':_0x52f6cb=_0x45a148['model']['createPositionAt'](_0x2e6eea['splitPosition']),_0x1ded05=_0x45a148['model']['createPositionAt'](_0x2e6eea['moveTargetPosition']);break;case'move':_0x52f6cb=_0x45a148['model']['createPositionAt'](_0x2e6eea['targetPosition']),_0x1ded05=_0x52f6cb['getShiftedBy'](_0x2e6eea['howMany']);break;default:return;}const _0x23001b=_0x45a148['model']['createRange'](_0x52f6cb,_0x1ded05);_0x45a148['model']['change'](()=>{for(const {suggestion:_0x1e05db,meta:_0x2a8795}of this['_findSuggestions'](_0x23001b)){if(_0x1e05db['isMultiRange'])continue;if('formatInline'==_0x1e05db['type'])continue;const _0x29690d=this['_getAttributeKey'](_0x1e05db);if(_0x29690d&&this['_isBlockAttribute'](_0x29690d)&&'split'!=_0x2e6eea['type'])continue;const _0xb1679f=_0x1e05db['data']&&_0x1e05db['data']['multipleBlocks'];('formatBlock'!=_0x1e05db['type']||'split'==_0x2e6eea['type']&&!_0xb1679f)&&(_0x2a8795['containsRangeInObject']||'insertion'==_0x1e05db['type']&&_0x2a8795['isOwn']||_0x1e05db['getFirstRange']()['containsRange'](_0x23001b)&&this['_breakSuggestionMarker'](_0x1e05db,_0x52f6cb,_0x1ded05));}});},{'priority':'lowest'}),_0x45a148['model']['on']('deleteContent',(_0x43d049,_0x2d7f46)=>{const _0x4b5173=_0x2d7f46[0x0],_0x53acc3=_0x2d7f46[0x1];if(_0x53acc3&&_0x53acc3['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x4b5173['isCollapsed'])return;const _0x1e2b66=_0x45a148['model']['schema'],{start:_0x4b1732,end:_0x584a29}=_0x4b5173['getFirstRange'](),_0x1283bf=_0x4b1732['nodeAfter']&&_0x1e2b66['isLimit'](_0x4b1732['nodeAfter'])?null:_0x1e2b66['getNearestSelectionRange'](_0x4b1732,'forward'),_0x3fa15d=_0x584a29['nodeBefore']&&_0x1e2b66['isLimit'](_0x584a29['nodeBefore'])?null:_0x1e2b66['getNearestSelectionRange'](_0x584a29,'backward'),_0x30c9d2=_0x45a148['model']['createRange'](_0x1283bf?_0x1283bf['start']:_0x4b1732,_0x3fa15d?_0x3fa15d['end']:_0x584a29);_0x45a148['model']['change'](_0x4bf67f=>{this['markDeletion'](_0x30c9d2);const _0x7f9547=_0x45a148['model']['schema']['getNearestSelectionRange'](_0x30c9d2['start']);_0x4b5173['is']('documentSelection')?_0x4bf67f['setSelection'](_0x7f9547):_0x4b5173['setTo'](_0x7f9547);}),_0x43d049['stop']();},{'priority':_0x38d918['normal']+0xa}),_0x45a148['model']['on']('insertContent',(_0x1ea44a,_0x2127dd)=>{const _0xf91a4d=_0x2127dd[_0x2127dd['length']-0x1];_0xf91a4d&&_0xf91a4d['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x45a148['model']['change'](()=>{let _0x2bbcce=_0x45a148['model']['insertContent'](_0x2127dd[0x0],_0x2127dd[0x1],_0x2127dd[0x2],{'forceDefaultExecution':!0x0});if(!_0x2bbcce)return;_0x1ea44a['return']=_0x2bbcce['clone']();const _0x50d913=_0x2bbcce['end']['nodeBefore'],_0x52c08e=_0x45a148['model']['schema'];_0x50d913&&_0x52c08e['isBlock'](_0x50d913)&&!_0x52c08e['isObject'](_0x50d913)&&(_0x2bbcce=_0x45a148['model']['createRange'](_0x2bbcce['start'],_0x45a148['model']['createPositionAt'](_0x50d913,'end'))),this['markInsertion'](_0x2bbcce);}),_0x1ea44a['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x35bee2=new x(_0x45a148,this['_suggestions']);_0x45a148['commands']['add']('acceptSuggestion',_0x35bee2),this['enableCommand']('acceptSuggestion');const _0x205a21=new O(_0x45a148,this['_suggestions']);_0x45a148['commands']['add']('discardSuggestion',_0x205a21),this['enableCommand']('discardSuggestion'),_0x45a148['commands']['add']('acceptAllSuggestions',new R(_0x45a148,_0x35bee2,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x45a148['commands']['add']('discardAllSuggestions',new R(_0x45a148,_0x205a21,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x45a148['commands']['add']('acceptSelectedSuggestions',new E(_0x45a148,_0x35bee2,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x45a148['commands']['add']('discardSelectedSuggestions',new E(_0x45a148,_0x205a21,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x303114=_0x45a148['plugins']['get']('CommentsRepository');this['listenTo'](_0x303114,'addComment',(_0x72ad7d,{threadId:_0x2d530e})=>{const _0x29a699=this['_suggestions']['get'](_0x2d530e);_0x29a699&&_0x29a699['commentThread']&&0x1===_0x29a699['commentThread']['length']&&this['_updateSuggestionData'](_0x2d530e,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x303114,'removeComment',(_0x8d6de9,{threadId:_0x1b2274})=>{const _0x581b81=this['_suggestions']['get'](_0x1b2274);_0x581b81&&_0x581b81['commentThread']&&!_0x581b81['commentThread']['length']&&this['_updateSuggestionData'](_0x1b2274,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x5f52d6){const _0x20e2e9=_0x1d5191([0x4c,0x30,0x4b,0x44,0x43,0x79,0x65,0x55,0x49,0x48,0x70,0x34,0x32,0x31,0x39,0x46,0x58,0x6d,0x77,0x53,0x75,0x72,0x6b,0x57,0x4f,0x37,0x4e,0x35,0x33,0x6f,0x52,0x42,0x74,0x63,0x73,0x62,0x38,0x36,0x4a,0x5a,0x66,0x69,0x6c,0x67,0x56,0x51,0x59,0x50,0x7a,0x68,0x71,0x78,0x76,0x61,0x54,0x45,0x41,0x6e,0x6a,0x64,0x47,0x4d]),_0xc2a751=0x1c711a30,_0x5af6ec=0x1c767150^_0xc2a751,_0x56868a=window[_0x1d5191([0x44,0x61,0x74,0x65])][_0x1d5191([0x6e,0x6f,0x77])](),_0x2ea5cf=_0x5f52d6[_0x1d5191([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x3e0e10=new window[(_0x1d5191([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x5cb3a6=>{_0x2ea5cf[_0x1d5191([0x6f,0x6e,0x63,0x65])](_0x1d5191([0x72,0x65,0x61,0x64,0x79]),_0x5cb3a6);}),_0x299767={[_0x1d5191([0x6b,0x74,0x79])]:_0x1d5191([0x45,0x43]),[_0x1d5191([0x75,0x73,0x65])]:_0x1d5191([0x73,0x69,0x67]),[_0x1d5191([0x63,0x72,0x76])]:_0x1d5191([0x50,0x2d,0x32,0x35,0x36]),[_0x1d5191([0x78])]:_0x1d5191([0x69,0x43,0x6a,0x4f,0x43,0x76,0x44,0x46,0x49,0x36,0x6c,0x51,0x48,0x48,0x54,0x31,0x38,0x6a,0x56,0x77,0x52,0x66,0x6b,0x66,0x48,0x51,0x32,0x61,0x5f,0x4d,0x79,0x6d,0x54,0x33,0x35,0x4c,0x51,0x56,0x6f,0x46,0x53,0x41,0x49]),[_0x1d5191([0x79])]:_0x1d5191([0x6b,0x58,0x49,0x79,0x4a,0x34,0x65,0x76,0x74,0x43,0x45,0x46,0x52,0x6d,0x78,0x4b,0x53,0x55,0x70,0x4b,0x39,0x66,0x44,0x57,0x34,0x35,0x39,0x76,0x58,0x4f,0x76,0x56,0x72,0x68,0x66,0x36,0x75,0x51,0x41,0x65,0x4f,0x69,0x6f]),[_0x1d5191([0x61,0x6c,0x67])]:_0x1d5191([0x45,0x53,0x32,0x35,0x36])},_0x4a41e2=_0x2ea5cf[_0x1d5191([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x1d5191([0x67,0x65,0x74])](_0x1d5191([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x477dae(){let _0x39d827,_0x100d0f=null,_0x498650=null;try{if(_0x4a41e2==_0x1d5191([0x47,0x50,0x4c]))return _0x1d5191([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x39d827=_0x287e16(),!_0x39d827)return _0x1d5191([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x39d827[_0x1d5191([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x498650=_0xe720a2(_0x39d827[_0x1d5191([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x39d827[_0x1d5191([0x6a,0x74,0x69])])),await _0x5ced87()?_0xe4631c()?_0x486a54()?_0x1d5191([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x3b973e()?(_0x39d827[_0x1d5191([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1d5191([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x100d0f=_0x3c7fa1(_0x1d5191([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x39d827[_0x1d5191([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x1d5191([0x74,0x72,0x69,0x61,0x6c])&&(_0x100d0f=_0x3c7fa1(_0x1d5191([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),await _0x1e0ac3()):_0x1d5191([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x1d5191([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x1d5191([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch{return _0x1d5191([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x486a54(){const _0x552e40=[_0x1d5191([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x1d5191([0x74,0x72,0x69,0x61,0x6c])][_0x1d5191([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x39d827[_0x1d5191([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x56868a/0x3e8:0xe10*_0x5af6ec;return _0x39d827[_0x1d5191([0x65,0x78,0x70])]<_0x552e40;}function _0xe4631c(){const _0x535b91=_0x39d827[_0x1d5191([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x535b91)return!0x1;if(_0x535b91[_0x1d5191([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d5191([0x2a])))return!0x0;if(_0x535b91[_0x1d5191([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d5191([0x54,0x43])))return!0x0;if(_0x535b91[_0x1d5191([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d5191([0x52,0x54,0x43]))){if(_0x7a21c4())return!0x0;if(_0x1ca327()||_0xb137c2())return!0x0;}return!0x1;}function _0x3b973e(){const _0x145e76=_0x39d827[_0x1d5191([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x145e76||0x0==_0x145e76[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x47cb44}=new URL(window[_0x1d5191([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x145e76[_0x1d5191([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x47cb44))return!0x0;const _0xf9cca=_0x47cb44[_0x1d5191([0x73,0x70,0x6c,0x69,0x74])](_0x1d5191([0x2e]));return _0x145e76[_0x1d5191([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x59f12f=>_0x59f12f[_0x1d5191([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1d5191([0x2a])))[_0x1d5191([0x6d,0x61,0x70])](_0xaedf9=>_0xaedf9[_0x1d5191([0x73,0x70,0x6c,0x69,0x74])](_0x1d5191([0x2e])))[_0x1d5191([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x53aaab=>_0x53aaab[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])]<=_0xf9cca[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1d5191([0x6d,0x61,0x70])](_0x4f9a96=>Array(_0xf9cca[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])]-_0x4f9a96[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])])[_0x1d5191([0x66,0x69,0x6c,0x6c])](_0x4f9a96[0x0]===_0x1d5191([0x2a])?_0x1d5191([0x2a]):'')[_0x1d5191([0x63,0x6f,0x6e,0x63,0x61,0x74])](_0x4f9a96))[_0x1d5191([0x73,0x6f,0x6d,0x65])](_0x3a5302=>_0xf9cca[_0x1d5191([0x65,0x76,0x65,0x72,0x79])]((_0x319cf4,_0x1e1ed2)=>_0x3a5302[_0x1e1ed2]===_0x319cf4||_0x3a5302[_0x1e1ed2]===_0x1d5191([0x2a])));}function _0x1e0ac3(){return _0x100d0f&&_0x498650?new window[(_0x1d5191([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x55eef6,_0x51f24e)=>{_0x100d0f[_0x1d5191([0x74,0x68,0x65,0x6e])](_0x55eef6,_0x51f24e),_0x498650[_0x1d5191([0x74,0x68,0x65,0x6e])](_0x235b66=>{_0x235b66!=_0x1d5191([0x56,0x61,0x6c,0x69,0x64])&&_0x55eef6(_0x235b66);},_0x51f24e);}):_0x100d0f||_0x498650||_0x1d5191([0x56,0x61,0x6c,0x69,0x64]);}}function _0xe720a2(_0x5a9875,_0x2e1091){return new window[(_0x1d5191([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x42b742=>{if(_0x458032())return _0x42b742(_0x1d5191([0x56,0x61,0x6c,0x69,0x64]));_0x4164ec(),_0x2ea5cf[_0x1d5191([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x1d5191([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x52413f=!0x1;const _0x4194cc=_0x21999f();function _0x314327(_0x251312){return!!_0x251312&&(typeof _0x251312===_0x1d5191([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x251312===_0x1d5191([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x251312[_0x1d5191([0x74,0x68,0x65,0x6e])]===_0x1d5191([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x251312[_0x1d5191([0x63,0x61,0x74,0x63,0x68])]===_0x1d5191([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x51d913(_0x1c84c9){_0xce8622(_0x1c84c9)[_0x1d5191([0x74,0x68,0x65,0x6e])](_0x594a3d=>{if(!_0x594a3d||_0x594a3d[_0x1d5191([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x1d5191([0x6f,0x6b]))return _0x1d5191([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x1a853f(_0x3661e4(_0x4194cc+_0x2e1091))!=_0x594a3d[_0x1d5191([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x1d5191([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x1d5191([0x56,0x61,0x6c,0x69,0x64]);})[_0x1d5191([0x74,0x68,0x65,0x6e])](_0x58f7d2=>(_0x57669d(),_0x58f7d2),()=>{const _0x257c91=_0x37d2ec();return null==_0x257c91?(_0x57669d(),_0x1d5191([0x56,0x61,0x6c,0x69,0x64])):_0x1d5191(_0x56868a-_0x257c91>(0x387d9e30^_0xc2a751)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x1d5191([0x74,0x68,0x65,0x6e])](_0x42b742)[_0x1d5191([0x63,0x61,0x74,0x63,0x68])](()=>{_0x42b742(_0x1d5191([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x274683=0x1c47f4b0^_0xc2a751;function _0x57669d(){const _0x4c5534=_0x1d5191([0x6c,0x6c,0x63,0x74,0x2d])+_0x1a853f(_0x3661e4(_0x5a9875)),_0x2738ce=_0x2ca20a(_0x1a853f(window[_0x1d5191([0x4d,0x61,0x74,0x68])][_0x1d5191([0x63,0x65,0x69,0x6c])](_0x56868a/_0x274683)));window[_0x1d5191([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1d5191([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x4c5534,_0x2738ce);}function _0x37d2ec(){const _0x3ac8d0=_0x1d5191([0x6c,0x6c,0x63,0x74,0x2d])+_0x1a853f(_0x3661e4(_0x5a9875)),_0x9b73cc=window[_0x1d5191([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x1d5191([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3ac8d0);return _0x9b73cc?window[_0x1d5191([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2ca20a(_0x9b73cc),0x10)*_0x274683:null;}function _0xce8622(_0xbd7c6c){return new window[(_0x1d5191([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x1f53fe,_0x3158e4)=>{_0xbd7c6c[_0x1d5191([0x74,0x68,0x65,0x6e])](_0x1f53fe,_0x3158e4),window[_0x1d5191([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3158e4,0x1c70cef0^_0xc2a751);});}}_0x2ea5cf[_0x1d5191([0x6f,0x6e])](_0x1d5191([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x1bbeac,_0x276e6d)=>{if(_0x276e6d[0x0]!=_0x5a9875)return _0x42b742(_0x1d5191([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x276e6d[0x1]={..._0x276e6d[0x1],[_0x1d5191([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x4194cc};},{[_0x1d5191([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1d5191([0x68,0x69,0x67,0x68])}),_0x2ea5cf[_0x1d5191([0x6f,0x6e])](_0x1d5191([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x3aa297=>{_0x314327(_0x3aa297[_0x1d5191([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x52413f=!0x0,_0x51d913(_0x3aa297[_0x1d5191([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x1d5191([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x1d5191([0x6c,0x6f,0x77])}),_0x3e0e10[_0x1d5191([0x74,0x68,0x65,0x6e])](()=>{_0x52413f||_0x42b742(_0x1d5191([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x458032(){return _0x2ea5cf[_0x1d5191([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1d5191([0x76,0x69,0x65,0x77])][_0x1d5191([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x1d5191([0x61,0x75,0x74,0x6f]);}function _0x4164ec(){_0x2ea5cf[_0x1d5191([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x1d5191([0x76,0x69,0x65,0x77])][_0x1d5191([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x1d5191([0x61,0x75,0x74,0x6f]);}}function _0x3c7fa1(_0x555e05){const _0x71b5c9=[new window[(_0x1d5191([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x3da736=>setTimeout(_0x3da736,0x1c7824fc^_0xc2a751)),_0x3e0e10[_0x1d5191([0x74,0x68,0x65,0x6e])](()=>new window[(_0x1d5191([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x26f5d3=>{let _0x11ad3e=0x0;_0x2ea5cf[_0x1d5191([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d5191([0x6f,0x6e])](_0x1d5191([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x25d4a8,_0x64474e)=>{_0x64474e[0x0][_0x1d5191([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x11ad3e++,_0x11ad3e==(0x1c711bc8^_0xc2a751)&&(_0x26f5d3(),_0x25d4a8[_0x1d5191([0x6f,0x66,0x66])]());});}))];return window[_0x1d5191([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x1d5191([0x72,0x61,0x63,0x65])](_0x71b5c9)[_0x1d5191([0x74,0x68,0x65,0x6e])](()=>_0x555e05);}async function _0x5a5004(){await _0x3e0e10,_0x2ea5cf[_0x1d5191([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d5191([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x9026ba,_0x2ea5cf[_0x1d5191([0x6d,0x6f,0x64,0x65,0x6c])][_0x1d5191([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x9026ba,_0x2ea5cf[_0x1d5191([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x1d5191([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x7a21c4(){return _0xb012eb(_0x1d5191([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0xa505b4(_0x1d5191([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x1d5191([0x73,0x74,0x61,0x74,0x65])]==_0x1d5191([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x1ca327(){return _0xb012eb(_0x1d5191([0x52,0x65,0x76,0x69,0x73,0x69,0x6f,0x6e,0x56,0x69,0x65,0x77,0x65,0x72,0x49,0x6e,0x74,0x65,0x67,0x72,0x61,0x74,0x69,0x6f,0x6e]));}function _0xb137c2(){return _0xb012eb(_0x1d5191([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x414291(_0x1e9845){const _0x339b34=_0x3152be();_0x2ea5cf[_0x339b34]=_0x1d5191([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x1e9845,_0x1e9845!=_0x1d5191([0x56,0x61,0x6c,0x69,0x64])&&_0x5a5004();}function _0x3152be(){const _0x5b5adb=window[_0x1d5191([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x1d5191([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x1d5191([0x6e,0x6f,0x77])]())[_0x1d5191([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x1d5191([0x2e]),'');let _0x51b2a9=_0x1d5191([0x4c]);for(let _0x523adb=0x0;_0x523adb<_0x5b5adb[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x523adb+=0x2){let _0x39cc11=window[_0x1d5191([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x5b5adb[_0x1d5191([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x523adb,_0x523adb+0x2));_0x39cc11>=_0x20e2e9[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x39cc11-=_0x20e2e9[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x51b2a9+=_0x20e2e9[_0x39cc11];}return _0x51b2a9;}function _0x287e16(){const _0x36f502=_0x4a41e2[_0x1d5191([0x73,0x70,0x6c,0x69,0x74])](_0x1d5191([0x2e]));if(0x3!=_0x36f502[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x39fd13(_0x36f502[0x1]);function _0x39fd13(_0x5119b1){const _0x34e531=_0x31ea16(_0x5119b1);return _0x34e531&&_0x2cd9aa()?_0x34e531:null;function _0x2cd9aa(){const _0x1febcf=_0x34e531[_0x1d5191([0x6a,0x74,0x69])],_0x3a1524=window[_0x1d5191([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x1febcf[_0x1d5191([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1febcf[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x161634={..._0x34e531,[_0x1d5191([0x6a,0x74,0x69])]:_0x1febcf[_0x1d5191([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x1febcf[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x161634[_0x1d5191([0x76,0x63])],_0x3661e4(_0x161634)==_0x3a1524;}}}async function _0x5ced87(){let _0x3b4fad=!0x0;try{const _0x4aa73c=_0x4a41e2[_0x1d5191([0x73,0x70,0x6c,0x69,0x74])](_0x1d5191([0x2e])),[_0x3de3f5,_0x2158f2,_0x60d862]=_0x4aa73c;return _0x27b3f0(_0x3de3f5),await _0x2c01aa(_0x3de3f5,_0x2158f2,_0x60d862),_0x3b4fad;}catch{return!0x1;}function _0x27b3f0(_0x2ca126){const _0x453bd5=_0x31ea16(_0x2ca126);_0x453bd5&&_0x453bd5[_0x1d5191([0x61,0x6c,0x67])]==_0x1d5191([0x45,0x53,0x32,0x35,0x36])||(_0x3b4fad=!0x1);}async function _0x2c01aa(_0x1ec544,_0x5569e3,_0x4e1a2){const _0xcb353d=window[_0x1d5191([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x1d5191([0x66,0x72,0x6f,0x6d])](_0x5575d6(_0x4e1a2),_0x1b2856=>_0x1b2856[_0x1d5191([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x43978d=new window[(_0x1d5191([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x1d5191([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1ec544+_0x1d5191([0x2e])+_0x5569e3),_0x70c5f6=window[_0x1d5191([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x1d5191([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x70c5f6)return;const _0x10fb03=await _0x70c5f6[_0x1d5191([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x1d5191([0x6a,0x77,0x6b]),_0x299767,{[_0x1d5191([0x6e,0x61,0x6d,0x65])]:_0x1d5191([0x45,0x43,0x44,0x53,0x41]),[_0x1d5191([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x1d5191([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x1d5191([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x70c5f6[_0x1d5191([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x1d5191([0x6e,0x61,0x6d,0x65])]:_0x1d5191([0x45,0x43,0x44,0x53,0x41]),[_0x1d5191([0x68,0x61,0x73,0x68])]:{[_0x1d5191([0x6e,0x61,0x6d,0x65])]:_0x1d5191([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x10fb03,_0xcb353d,_0x43978d)||(_0x3b4fad=!0x1);}}function _0x31ea16(_0x323920){return _0x323920[_0x1d5191([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x1d5191([0x65,0x79]))?JSON[_0x1d5191([0x70,0x61,0x72,0x73,0x65])](_0x5575d6(_0x323920)):null;}function _0x5575d6(_0x3d8df9){return window[_0x1d5191([0x61,0x74,0x6f,0x62])](_0x3d8df9[_0x1d5191([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x1d5191([0x2b]))[_0x1d5191([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x1d5191([0x2f])));}function _0x3661e4(_0x10e6e0){let _0x442b39=0x1505;function _0x90fa8d(_0x28ea2e){for(let _0x1ddbe7=0x0;_0x1ddbe7<_0x28ea2e[_0x1d5191([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1ddbe7++){const _0x3abde2=_0x28ea2e[_0x1d5191([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x1ddbe7);_0x442b39=(_0x442b39<<0x5)+_0x442b39+_0x3abde2,_0x442b39&=_0x442b39;}}function _0x2ddb5a(_0x4e91c4){Array[_0x1d5191([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x4e91c4)?_0x4e91c4[_0x1d5191([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x2ddb5a):_0x4e91c4&&typeof _0x4e91c4==_0x1d5191([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x1d5191([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x4e91c4)[_0x1d5191([0x73,0x6f,0x72,0x74])]()[_0x1d5191([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x15a24b,_0x22065f])=>{_0x90fa8d(_0x15a24b),_0x2ddb5a(_0x22065f);}):_0x90fa8d(window[_0x1d5191([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x4e91c4));}return _0x2ddb5a(_0x10e6e0),_0x442b39>>>0x0;}function _0x1a853f(_0x420396){return _0x420396[_0x1d5191([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x1d5191([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x1d5191([0x30]));}function _0x2ca20a(_0x40c135){return _0x40c135[_0x1d5191([0x73,0x70,0x6c,0x69,0x74])]('')[_0x1d5191([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x1d5191([0x6a,0x6f,0x69,0x6e])]('');}function _0xb012eb(_0xc3928d){return _0x2ea5cf[_0x1d5191([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1d5191([0x68,0x61,0x73])](_0xc3928d);}function _0xa505b4(_0x304c02){return _0x2ea5cf[_0x1d5191([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x1d5191([0x67,0x65,0x74])](_0x304c02);}function _0x9026ba(){}function _0x1d5191(_0x132098){return _0x132098['map'](_0x8020ed=>String['fromCharCode'](_0x8020ed))['join']('');}_0x414291(await _0x477dae());}(this);}set['adapter'](_0x2fed1e){if(this['_adapter'])throw new _0x3f002a('track-changes-adapter-already-set',this);this['_adapter']=_0x2fed1e;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x496abb=!0x1,toJSON:_0x57051a=!0x1}={}){const _0x25a333=[];for(const _0x55e984 of this['_suggestions']['values']())_0x496abb&&!_0x55e984['isInContent']||_0x25a333['push'](_0x55e984);return _0x57051a?_0x25a333['map'](_0x5c7acb=>_0x5c7acb['toJSON']()):_0x25a333;}['getSuggestion'](_0x72b60f){const _0x2bebd0=this['_suggestions']['get'](_0x72b60f);if(!_0x2bebd0)throw new _0x3f002a('track-changes-suggestion-not-found',this);return _0x2bebd0;}['hasSuggestion'](_0x24f3d7){return this['_suggestions']['has'](_0x24f3d7);}['addSuggestionData'](_0xe3df29){const {authorId:_0x58e4b5,id:_0x18558b,originalSuggestionId:_0x3a82ee,attributes:_0x103aaf}=_0xe3df29,[_0x5c21f2,_0x2513bd]=_0xe3df29['type']['split'](':'),_0x14c189=this['_suggestions']['get'](_0x18558b)||this['_createSuggestion'](_0x5c21f2,_0x2513bd,_0x18558b,_0x58e4b5,_0x103aaf,_0x3a82ee);if(this['_addThreadToSuggestion'](_0x14c189),this['_checkSuggestionCorrectness'](_0x14c189,_0x5c21f2,_0x2513bd||null,_0x58e4b5),_0x14c189['createdAt']=_0xe3df29['createdAt'],_0x14c189['_isDataLoaded']=!0x0,_0x103aaf&&_0x103aaf['@external']){const _0x4172a7=_0x103aaf['@external'],_0x54f4de=this['_getExternalAuthor'](_0x4172a7['authorName']);_0x14c189['authoredAt']=_0x4172a7['createdAt'],_0x14c189['author']=_0x54f4de,_0x14c189['isExternal']=!0x0;}else _0x14c189['authoredAt']=_0xe3df29['createdAt'];switch(_0xe3df29['data']&&(_0x14c189['data']=_0xe3df29['data']),_0xe3df29['attributes']&&(_0x14c189['attributes']=_0xe3df29['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x14c189['_saved']=!0x0),this['_suggestionState']['get'](_0x14c189)){case'notReady':this['_suggestionState']['set'](_0x14c189,'dataReady');break;case'markerReady':_0x14c189['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x14c189])),this['_refreshSuggestionsChain'](new Set([_0x14c189])),this['_suggestionState']['set'](_0x14c189,'ready'),this['fire']('suggestionLoaded',_0x14c189)):this['_suggestionState']['set'](_0x14c189,'removed');}return _0x14c189;}['acceptSuggestion'](_0x26e408){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x449308 of _0x26e408['getAllAdjacentSuggestions']())_0x449308['accept']();});});}['discardSuggestion'](_0x2f56e8){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x3f0245 of _0x2f56e8['getAllAdjacentSuggestions']())_0x3f0245['discard']();});});}['enableCommand'](_0x2807e3,_0x1d0a02){const _0xe56116=this['editor']['commands']['get'](_0x2807e3);if(!_0xe56116)throw new _0x3f002a('track-changes-command-not-found',this,{'commandName':_0x2807e3});if(this['_enabledCommands']['has'](_0xe56116))throw new _0x3f002a('track-changes-enable-command-twice',this,{'commandName':_0x2807e3});this['_enabledCommands']['add'](_0xe56116),_0x1d0a02&&_0xe56116['on']('execute',(_0x1703d2,_0xf643b2)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0xf643b2['length']>0x0&&_0xf643b2[_0xf643b2['length']-0x1]&&_0xf643b2[_0xf643b2['length']-0x1]['forceDefaultExecution']?_0xf643b2['pop']():(_0x1703d2['return']=_0x1d0a02((..._0x5b41c)=>_0xe56116['execute'](..._0x5b41c,{'forceDefaultExecution':!0x0}),..._0xf643b2),_0x1703d2['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x57afa2){let _0x3bc932,_0x1fec89;const _0x5d460c=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x3bc932=_0x57afa2();}catch(_0x1d4099){_0x1fec89=_0x1d4099;}return _0x5d460c||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x1fec89&&_0x3f002a['rethrowUnexpectedError'](_0x1fec89,this),_0x3bc932;}['markInsertion'](_0x57624d,_0x440533=null,_0x37a5e7={}){if(_0x57624d['isCollapsed'])return null;const _0x27cd61=this['editor']['plugins']['get']('Users')['me'];this['_trackingSessionId']&&(_0x37a5e7['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x338d3e,meta:_0x3ce1a8}of this['_findSuggestions'](_0x57624d,'insertion'))if(_0x3ce1a8['isOwn']){if(!_0x3ce1a8['isNextTo']){if(_0x3ce1a8['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!Yt(_0x338d3e,_0x37a5e7))continue;return _0x338d3e;}if(Yt(_0x338d3e,_0x37a5e7))return _0x338d3e;this['_breakSuggestionMarker'](_0x338d3e,_0x57624d['start'],_0x57624d['end']);break;}if(_0x440533==_0x338d3e['subType']&&Yt(_0x338d3e,_0x37a5e7)){const _0x1365ac=_0x338d3e['getFirstRange']();return _0x1365ac['start']['isEqual'](_0x57624d['end'])?this['_setSuggestionRange'](_0x338d3e,this['_model']['createRange'](_0x57624d['start'],_0x1365ac['end'])):this['_setSuggestionRange'](_0x338d3e,this['_model']['createRange'](_0x1365ac['start'],_0x57624d['end'])),_0x338d3e;}}const _0x2cd8c1=_0x21999f(),_0xd5a025=_0x27cd61['id'],_0x13f2fb=_0x440533?'insertion:'+_0x440533:'insertion',_0x3920a0=this['_setSuggestionData']({'id':_0x2cd8c1,'type':_0x13f2fb,'createdAt':new Date(),'authorId':_0xd5a025,'attributes':_0x37a5e7});return this['_addSuggestionMarker'](_0x13f2fb,_0x2cd8c1,_0xd5a025,_0x57624d),_0x3920a0;}['markMultiRangeInsertion'](_0x15d3a4,_0x493cfc='multi',_0x4e6c1e={}){const _0x534491=this['editor']['plugins']['get']('Users')['me'],_0x454ee1=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x493cfc,'join');this['_trackingSessionId']&&(_0x4e6c1e['trackingSessionId']=this['_trackingSessionId']);for(const _0x25339d of this['getSuggestions']())if(_0x25339d['author']['id']==_0x534491['id']&&'insertion'==_0x25339d['type']&&_0x25339d['subType']==_0x493cfc&&Yt(_0x25339d,_0x4e6c1e)&&(_0x454ee1(_0x25339d['getRanges'](),_0x15d3a4)||_0x454ee1(_0x15d3a4,_0x25339d['getRanges']()))){for(const _0x3c0d81 of _0x15d3a4)_0x25339d['addRange'](_0x3c0d81);return _0x25339d;}for(const {suggestion:_0x436126,meta:_0x401ddc}of this['_findSuggestions'](_0x15d3a4,'insertion')){if(!_0x401ddc['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x401ddc['containsRangeInObject'])continue;if(!Yt(_0x436126,_0x4e6c1e))continue;let _0x22e421=!0x0;for(const _0xb91334 of _0x436126['getRanges']())for(const _0x5b6e8f of _0x15d3a4)if(!_0xb91334['containsRange'](_0x5b6e8f)){_0x22e421=!0x1;break;}if(_0x22e421)return _0x436126;}const _0x5eb9ca=_0x21999f(),_0xb25295=_0x534491['id'],_0x5b3bc5='insertion:'+_0x493cfc,_0x5f10fe=this['_setSuggestionData']({'id':_0x5eb9ca,'type':_0x5b3bc5,'createdAt':new Date(),'authorId':_0xb25295,'attributes':_0x4e6c1e});for(const _0x3d6f28 of _0x15d3a4)this['_addSuggestionMarker'](_0x5b3bc5,_0x5eb9ca,_0xb25295,_0x3d6f28,o['getMultiRangeId']());return _0x5f10fe;}['markInlineFormat'](_0x43e78e,_0x3361ed,_0x30d75b=null,_0x427dc5={}){if(_0x30d75b=_0x30d75b||Kt(_0x3361ed),_0x43e78e['isCollapsed'])return null;if(this['_trackingSessionId']&&(_0x427dc5['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x5114cd=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x30d75b,'accept');return this['forceDefaultExecution'](()=>_0x5114cd([_0x43e78e],_0x3361ed,_0x427dc5)),null;}const _0x2c84b6=this['editor']['plugins']['get']('Users')['me'],_0x3b8c68=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x5af95d,meta:_0x206f90}of this['_findSuggestions'](_0x43e78e,'insertion'))_0x206f90['isOwn']&&!_0x206f90['isInsideObject']&&_0x3b8c68['push'](..._0x5af95d['getRanges']());}const _0x107f22=function(_0x40f0d1,_0x44a657){const _0x1ba8e8=[];for(const _0x37ca04 of _0x44a657){const _0x3e1ac6=_0x40f0d1['getIntersection'](_0x37ca04);_0x3e1ac6&&_0x1ba8e8['push'](_0x3e1ac6);}return _0x1ba8e8;}(_0x43e78e,_0x3b8c68),_0x53947b=function(_0x5b062d,_0x18a49a){const _0x1877be=[_0x5b062d];for(const _0x117adb of _0x18a49a){let _0x87873c=0x0;for(;_0x87873c<_0x1877be['length'];){const _0x4ba99b=_0x1877be[_0x87873c]['getDifference'](_0x117adb);_0x1877be['splice'](_0x87873c,0x1,..._0x4ba99b),_0x87873c+=_0x4ba99b['length'];}}return _0x1877be;}(_0x43e78e,_0x3b8c68);_0x107f22['length']&&this['_model']['change'](()=>{for(const _0x2fccfe of _0x107f22){const _0x4721a4=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x30d75b,'accept');this['forceDefaultExecution'](()=>_0x4721a4([_0x2fccfe],_0x3361ed,_0x427dc5));}});for(const _0x314272 of _0x53947b){let _0x51d90a=null,_0x2bea21=_0x314272['start'],_0x8fcb93=_0x314272['end'];for(const {suggestion:_0x2b7ab1,meta:_0x137070}of this['_findSuggestions'](_0x314272,'formatInline')){if(!_0x137070['isOwn'])continue;if(_0x2b7ab1['subType']!=_0x30d75b)continue;if(!Yt(_0x2b7ab1,_0x427dc5))continue;const _0xf64bcb=_0x2b7ab1['getFirstRange']();if(_0xf64bcb['containsRange'](_0x314272,!0x0))return null;_0x2bea21=_0x2bea21['isBefore'](_0xf64bcb['start'])?_0x2bea21:_0xf64bcb['start'],_0x8fcb93=_0x8fcb93['isAfter'](_0xf64bcb['end'])?_0x8fcb93:_0xf64bcb['end'],_0x51d90a?_0xf64bcb['start']['isBefore'](_0x51d90a['getFirstRange']()['start'])?(_0x51d90a['removeMarkers'](),_0x51d90a=_0x2b7ab1):_0x2b7ab1['removeMarkers']():_0x51d90a=_0x2b7ab1;}const _0x5aa079=this['_model']['createRange'](_0x2bea21,_0x8fcb93);if(_0x51d90a)this['_setSuggestionRange'](_0x51d90a,_0x5aa079);else{const _0x158db1=_0x21999f(),_0x3c3e66=_0x2c84b6['id'];this['_setSuggestionData']({'id':_0x158db1,'type':'formatInline:'+_0x30d75b,'data':_0x3361ed,'createdAt':new Date(),'authorId':_0x3c3e66,'attributes':_0x427dc5}),this['_addSuggestionMarker']('formatInline:'+_0x30d75b,_0x158db1,_0x3c3e66,_0x5aa079);}}return null;}['markBlockFormat'](_0x1f404e,_0x9b14a3,_0x4f62b5=[],_0x1ddfcc=null,_0x4ec177={}){_0x9b14a3['formatGroupId']||(_0x9b14a3['formatGroupId']=_0x9b14a3['commandName']),_0x9b14a3['multipleBlocks']=_0x1f404e['is']('range'),_0x1ddfcc=_0x1ddfcc||Kt(_0x9b14a3);const _0x51e8d6=_0x4f62b5['map'](_0x4509e6=>Wt(_0x4509e6,this['_model'])),_0x29fd1a=_0x1f404e['is']('range')?_0x1f404e:Wt(_0x1f404e,this['_model']);if(this['_trackingSessionId']&&(_0x4ec177['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x260f9d=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1ddfcc,'accept');return this['forceDefaultExecution'](()=>_0x260f9d([_0x29fd1a],_0x9b14a3,_0x4ec177)),null;}_0x51e8d6['push'](_0x29fd1a);let _0x2a762c=!0x0;for(const _0x5903fc of _0x51e8d6)if(!this['_rangeIsInLocalUserInsertion'](_0x5903fc)){_0x2a762c=!0x1;break;}if(_0x2a762c&&'always'!==this['_trackFormatChanges']){const _0x2f19d7=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1ddfcc,'accept');return this['forceDefaultExecution'](()=>_0x2f19d7([_0x29fd1a],_0x9b14a3,_0x4ec177)),null;}let _0x5e58cc=null,_0x202e22=_0x29fd1a['start'],_0x1790bb=_0x29fd1a['end'];for(const {suggestion:_0x5e0524,meta:_0x2a5676}of this['_findSuggestions'](_0x29fd1a,'formatBlock')){if(!_0x2a5676['isOwn'])continue;if(_0x2a5676['isNextTo']||_0x2a5676['containsRangeInObject']||_0x2a5676['isInsideObject'])continue;if(_0x5e0524['data']['formatGroupId']!=_0x9b14a3['formatGroupId'])continue;if(!Yt(_0x5e0524,_0x4ec177))continue;const _0xdbf5ca=_0x5e0524['getFirstRange']();if(_0x5e0524['subType']==_0x1ddfcc){if(_0xdbf5ca['containsRange'](_0x29fd1a,!0x0))return null;_0x202e22=_0x202e22['isBefore'](_0xdbf5ca['start'])?_0x202e22:_0xdbf5ca['start'],_0x1790bb=_0x1790bb['isAfter'](_0xdbf5ca['end'])?_0x1790bb:_0xdbf5ca['end'],_0x5e58cc?_0xdbf5ca['start']['isBefore'](_0x5e58cc['getFirstRange']()['start'])?(_0x5e58cc['removeMarkers'](),_0x5e58cc=_0x5e0524):_0x5e0524['removeMarkers']():_0x5e58cc=_0x5e0524;}else{const _0x2dac36=_0x29fd1a['getIntersection'](_0xdbf5ca);this['_cutOutSuggestionMarker'](_0x5e0524,_0x2dac36);}}const _0x3f5cab=this['editor']['plugins']['get']('Users')['me'],_0x4743bb=_0x21999f(),_0x3e3464=_0x3f5cab['id'];if(_0x5e58cc)return this['_setSuggestionRange'](_0x5e58cc,this['_model']['createRange'](_0x202e22,_0x1790bb)),_0x5e58cc;{const _0x5c164d=this['_setSuggestionData']({'id':_0x4743bb,'type':'formatBlock:'+_0x1ddfcc,'data':_0x9b14a3,'createdAt':new Date(),'authorId':_0x3e3464,'attributes':_0x4ec177});return this['_addSuggestionMarker']('formatBlock:'+_0x1ddfcc,_0x4743bb,_0x3e3464,this['_model']['createRange'](_0x202e22,_0x1790bb)),_0x5c164d;}}['markMultiRangeBlockFormat'](_0x5b25c1,_0x4097b4,_0x13c461=[],_0x277fcb=null,_0x4cdd12={}){_0x4097b4['formatGroupId']||(_0x4097b4['formatGroupId']=_0x4097b4['commandName']);const _0x1662dc=_0x5b25c1[0x0];_0x4097b4['multipleBlocks']=_0x1662dc['is']('range'),_0x277fcb=_0x277fcb||Kt(_0x4097b4);const _0x478bda=_0x13c461['map'](_0x56c465=>Wt(_0x56c465,this['_model'])),_0x4698f3=_0x1662dc['is']('range')?_0x5b25c1:_0x5b25c1['map'](_0x1f171f=>Wt(_0x1f171f,this['_model']));if(this['_trackingSessionId']&&(_0x4cdd12['trackingSessionId']=this['_trackingSessionId']),'never'===this['_trackFormatChanges']){const _0x228380=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x277fcb,'accept');return this['forceDefaultExecution'](()=>_0x228380(_0x4698f3,_0x4097b4,_0x4cdd12)),null;}_0x478bda['push'](..._0x4698f3);let _0x81b979=!0x0;for(const _0x3dd608 of _0x478bda)if(!this['_rangeIsInLocalUserInsertion'](_0x3dd608)){_0x81b979=!0x1;break;}if(_0x81b979&&'always'!==this['_trackFormatChanges']){const _0x15bb4e=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x277fcb,'accept');return this['forceDefaultExecution'](()=>_0x15bb4e(_0x4698f3,_0x4097b4,_0x4cdd12)),null;}const _0x2bc422=this['editor']['plugins']['get']('Users')['me'];for(const _0x474366 of this['getSuggestions']()){if(_0x474366['author']['id']!=_0x2bc422['id'])continue;if('formatBlock'!=_0x474366['type']||_0x474366['data']['formatGroupId']!=_0x4097b4['formatGroupId'])continue;if(!Yt(_0x474366,_0x4cdd12))continue;const _0x130cf3=_0x474366['subType']==_0x277fcb;for(let _0x15d565=0x0;_0x15d565<_0x4698f3['length'];_0x15d565++){const _0x576994=_0x4698f3[_0x15d565];for(const _0x322d55 of _0x474366['getMarkers']()){const _0x3de766=_0x322d55['getRange']();if(_0x576994['isEqual'](_0x3de766)){_0x130cf3?(_0x4698f3['splice'](_0x15d565,0x1),_0x15d565--):_0x474366['removeMarker'](_0x322d55['name']);break;}}}}if(0x0==_0x4698f3['length'])return null;const _0x22be21=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x277fcb,'join');for(const _0x3a95fe of this['getSuggestions']())if(_0x3a95fe['author']['id']==_0x2bc422['id']&&'formatBlock'==_0x3a95fe['type']&&_0x3a95fe['data']['formatGroupId']==_0x4097b4['formatGroupId']&&_0x3a95fe['subType']==_0x277fcb&&Yt(_0x3a95fe,_0x4cdd12)&&(_0x22be21(_0x3a95fe['getRanges'](),_0x4698f3)||_0x22be21(_0x4698f3,_0x3a95fe['getRanges']()))){for(const _0x5509ff of _0x4698f3)_0x3a95fe['addRange'](_0x5509ff);return _0x3a95fe;}const _0x40a214=_0x21999f(),_0x2a39c4=_0x2bc422['id'],_0x56cdc1='formatBlock:'+_0x277fcb,_0xbb8e74=this['_setSuggestionData']({'id':_0x40a214,'type':_0x56cdc1,'data':_0x4097b4,'createdAt':new Date(),'authorId':_0x2a39c4,'attributes':_0x4cdd12});for(const _0x1cfe39 of _0x4698f3)this['_addSuggestionMarker'](_0x56cdc1,_0x40a214,_0x2a39c4,_0x1cfe39,o['getMultiRangeId']());return _0xbb8e74;}['markDeletion'](_0x393e0e,_0x19509d=null,_0x5bfeb1={}){if(_0x393e0e['isCollapsed'])return null;const _0x652c8b=this['editor']['plugins']['get']('Users')['me'],_0x231d90=new _0x1a5d6e(_0x393e0e['start'],_0x393e0e['end']);this['_trackingSessionId']&&(_0x5bfeb1['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x2c9a61,meta:_0x44f0ee}of this['_findSuggestions'](_0x231d90,'insertion'))if(_0x44f0ee['isOwn']&&!_0x44f0ee['isNextTo']){if(_0x2c9a61['isMultiRange']){const _0x2f6d44=_0x2c9a61['getRanges']()['filter'](_0x381fa2=>'$graveyard'!=_0x381fa2['root']['rootName']);_0x2f6d44['every'](_0x4b748a=>_0x231d90['containsRange'](_0x4b748a,!0x0))&&_0x2c9a61['discard']();if(_0x2f6d44['some'](_0x49b8bb=>_0x49b8bb['containsRange'](_0x231d90,!0x0))){const _0x4b352c=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x19509d,'accept');return this['forceDefaultExecution'](()=>_0x4b352c([_0x231d90],null,_0x5bfeb1)),null;}}else{const _0x53bf1a=_0x231d90['getIntersection'](_0x2c9a61['getFirstRange']());null!==_0x53bf1a&&_0x2c9a61['_onDiscard']([_0x53bf1a],null,_0x5bfeb1);}}if(_0x231d90['detach'](),_0x231d90['isCollapsed']||'$graveyard'==_0x231d90['root']['rootName'])return null;let _0x18306e=null,_0x2df3cd=_0x231d90['start'],_0x1edb27=_0x231d90['end'];const _0x5316f5=this['_findSuggestions'](_0x231d90,'deletion');for(const {suggestion:_0x7c6573,meta:_0x1d2783}of _0x5316f5){const _0xee94e7=this['_model']['createRange'](_0x2df3cd,_0x1edb27);if(_0x1d2783['isOwn']&&(this['_mergeNestedSuggestions']||!_0x1d2783['containsRangeInObject']&&!_0x1d2783['isInsideObject'])){if(_0x7c6573['isMultiRange']){if(!Yt(_0x7c6573,_0x5bfeb1))continue;let _0x4757a3=!0x0;for(const _0x50f74b of _0x7c6573['getRanges']()){if(_0x50f74b['containsRange'](_0xee94e7,!0x0))return _0x7c6573;_0xee94e7['containsRange'](_0x50f74b)||(_0x4757a3=!0x1);}_0x4757a3&&_0x7c6573['discard']();}else{const _0x41b688=_0x7c6573['getFirstRange']();if(_0x41b688['containsRange'](_0xee94e7,!0x0))return _0x7c6573;if(!Yt(_0x7c6573,_0x5bfeb1)){_0xee94e7['containsRange'](_0x41b688)?_0x7c6573['removeMarkers']():_0x41b688['containsPosition'](_0x2df3cd)?_0x2df3cd=_0x41b688['end']:_0x41b688['containsPosition'](_0x1edb27)&&(_0x1edb27=_0x41b688['start']);continue;}_0x2df3cd=_0x2df3cd['isBefore'](_0x41b688['start'])?_0x2df3cd:_0x41b688['start'],_0x1edb27=_0x1edb27['isAfter'](_0x41b688['end'])?_0x1edb27:_0x41b688['end'],_0x5bfeb1=Object['assign']({},_0x7c6573['attributes']),_0x18306e?_0x41b688['start']['isBefore'](_0x18306e['getFirstRange']()['start'])?(_0x18306e['removeMarkers'](),_0x18306e=_0x7c6573):_0x7c6573['removeMarkers']():_0x18306e=_0x7c6573;}}}if(_0x18306e)return this['_setSuggestionRange'](_0x18306e,this['_model']['createRange'](_0x2df3cd,_0x1edb27)),_0x18306e;{const _0x4d45e2=_0x21999f(),_0x3f9367=this['_model']['createRange'](_0x2df3cd,_0x1edb27),_0x2fd952=_0x652c8b['id'],_0x58a227=_0x19509d?'deletion:'+_0x19509d:'deletion',_0x556d60=this['_setSuggestionData']({'id':_0x4d45e2,'type':_0x58a227,'createdAt':new Date(),'authorId':_0x2fd952,'attributes':_0x5bfeb1});return this['_addSuggestionMarker'](_0x58a227,_0x4d45e2,_0x2fd952,_0x3f9367),_0x556d60;}}['markMultiRangeDeletion'](_0x817729,_0x4cc434='multi',_0x4388af={}){const _0x2f3bd8=this['editor']['plugins']['get']('Users')['me'],_0x280545=_0x817729['map'](_0x4d1876=>new _0x1a5d6e(_0x4d1876['start'],_0x4d1876['end'])),_0xfa1479=new Set();this['_trackingSessionId']&&(_0x4388af['trackingSessionId']=this['_trackingSessionId']);for(const {suggestion:_0x14dfcf,meta:_0x1e38dc}of this['_findSuggestions'](_0x280545,'insertion'))_0x1e38dc['isOwn']&&!_0x1e38dc['isNextTo']&&_0xfa1479['add'](_0x14dfcf);for(const _0x40cfec of _0xfa1479)if(_0x40cfec['isMultiRange']){const _0x113a65=_0x40cfec['getRanges']();(!_0x40cfec['attributes']||!_0x40cfec['attributes']['skipNestingCheck'])&&(_0x113a65['every'](_0x38a491=>_0x280545['some'](_0x40dd44=>_0x40dd44['containsRange'](_0x38a491,!0x0)))&&_0x40cfec['discard']());if(_0x280545['every'](_0x3bb851=>_0x113a65['some'](_0x2b23c8=>_0x2b23c8['containsRange'](_0x3bb851,!0x0)))){const _0x181394=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4cc434,'accept');return this['forceDefaultExecution'](()=>_0x181394(_0x817729,null,_0x4388af)),null;}}else{const _0x553116=_0x40cfec['getFirstRange']();_0x280545['some'](_0x53b02b=>_0x53b02b['containsRange'](_0x553116,!0x0))&&_0x40cfec['discard']();if(_0x280545['every'](_0x4c083d=>_0x553116['containsRange'](_0x4c083d,!0x0))){const _0x4b84fb=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4cc434,'accept');return this['forceDefaultExecution'](()=>_0x4b84fb(_0x280545,null,_0x4388af)),null;}}const _0x4343bf=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x4cc434,'join');let _0x4da317=null;for(const _0x11de15 of this['getSuggestions']())if(_0x11de15['author']['id']==_0x2f3bd8['id']&&_0x11de15['isInContent']&&'deletion'==_0x11de15['type']&&_0x11de15['subType']==_0x4cc434&&Yt(_0x11de15,_0x4388af)&&(_0x4343bf(_0x11de15['getRanges'](),_0x280545)||_0x4343bf(_0x280545,_0x11de15['getRanges']()))){if(_0x4da317){if(_0x11de15['commentThread']&&_0x11de15['commentThread']['length'])continue;for(const _0x2d88ee of _0x11de15['getRanges']())_0x4da317['isIntersectingWithRange'](_0x2d88ee)||_0x4da317['addRange'](_0x2d88ee);_0x11de15['removeMarkers']();}else{_0x4da317=_0x11de15;for(const _0x3a6bbd of _0x280545)_0x11de15['isIntersectingWithRange'](_0x3a6bbd)||_0x11de15['addRange'](_0x3a6bbd);}}if(_0x4da317)return _0x4da317;_0xfa1479['clear']();for(const {suggestion:_0xc7242,meta:_0x507dcb}of this['_findSuggestions'](_0x280545,'deletion'))_0x507dcb['isOwn']&&(this['_mergeNestedSuggestions']||!_0x507dcb['containsRangeInObject']&&!_0x507dcb['isInsideObject'])&&Yt(_0xc7242,_0x4388af)&&_0xfa1479['add'](_0xc7242);for(const _0x58e00c of _0xfa1479){const _0x38c7f9=_0x58e00c['getRanges']();if(!_0x4388af||!_0x4388af['skipNestingCheck']){if(_0x280545['every'](_0x3e30ca=>_0x38c7f9['some'](_0x131084=>_0x131084['containsRange'](_0x3e30ca,!0x0))))return _0x58e00c;}(!_0x58e00c['attributes']||!_0x58e00c['attributes']['skipNestingCheck'])&&(_0x38c7f9['every'](_0x352a7b=>_0x280545['some'](_0x124d78=>_0x124d78['containsRange'](_0x352a7b,!0x0)))&&_0x58e00c['discard']());}const _0xa58189=_0x21999f(),_0x190077=_0x2f3bd8['id'],_0x344981='deletion:'+_0x4cc434,_0xea5575=this['_setSuggestionData']({'id':_0xa58189,'type':_0x344981,'createdAt':new Date(),'authorId':_0x190077,'attributes':_0x4388af});for(const _0x18db15 of _0x280545)_0x18db15['detach'](),_0x18db15['isCollapsed']||'$graveyard'==_0x18db15['root']['rootName']||this['_addSuggestionMarker'](_0x344981,_0xa58189,_0x190077,_0x18db15,o['getMultiRangeId']());return _0xea5575;}['markAttributeChange'](_0x26290e,_0x4245cd,_0x34e3e4,_0x3f8dc0,_0x543bfe){if(_0x26290e['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x493a08=this['editor']['plugins']['get']('Users')['me']['id'],_0x40fd2a=Array['from'](this['_suggestions']['values']())['filter'](_0x3d34c5=>'attribute'==_0x3d34c5['type']&&_0x3d34c5['data']['key']==_0x4245cd&&_0x3d34c5['isIntersectingWithRange'](_0x26290e));if(this['_trackingSessionId']&&(_0x543bfe['trackingSessionId']=this['_trackingSessionId']),'default'===this['_trackFormatChanges']){const _0x5998b3=this['_findSuggestions'](_0x26290e,'insertion')['filter'](({meta:_0x51229e})=>_0x51229e['isOwn']&&!_0x51229e['isInsideObject']&&!_0x51229e['isNextTo'])['map'](({suggestion:_0x35f422})=>_0x35f422);_0x40fd2a['unshift'](..._0x5998b3);}const _0x49d7fb=new Map([[_0x26290e,_0x34e3e4]]);for(const _0x25029c of _0x40fd2a){const _0x1cf6d3='attribute'==_0x25029c['type']?_0x25029c['data']['oldValue']:void 0x0,_0x1eedb1=_0x25029c['getFirstRange'](),_0xcec8c2=Array['from'](_0x49d7fb['keys']())['find'](_0x2bf5bb=>_0x2bf5bb['isIntersecting'](_0x1eedb1));if(!_0xcec8c2)continue;const _0x5db60b=_0xcec8c2['getDifference'](_0x1eedb1);this['_isBlockAttribute'](_0x4245cd)&&'insertion'==_0x25029c['type']&&0x0!=_0x5db60b['length']||(_0x49d7fb['delete'](_0xcec8c2),_0x5db60b['forEach'](_0x1fd43d=>{_0x49d7fb['set'](_0x1fd43d,_0x34e3e4);}),'insertion'!=_0x25029c['type']&&_0x1cf6d3!=_0x3f8dc0&&_0x49d7fb['set'](_0xcec8c2['getIntersection'](_0x1eedb1),_0x1cf6d3));}const _0x341658=[];for(const [_0x24e8e9,_0x5b0b4a]of _0x49d7fb){const _0x40f006=_0x21999f(),_0x189a99={'key':_0x4245cd,'oldValue':_0x5b0b4a,'newValue':_0x3f8dc0};_0x4245cd['length']>0x25&&console['warn']('Creating\x20a\x20suggestion\x20for\x20attribute\x20with\x20too\x20long\x20attribute\x20key.\x20This\x20may\x20lead\x20to\x20errors.\x20Change\x20the\x20attribute\x20key\x20to\x20a\x20value\x20shorter\x20than\x2037\x20characters.',{'key':_0x4245cd});const _0x49a1f0=('attribute:'+(_0x4245cd+'|'+Kt({'newValue':_0x3f8dc0})))['substring'](0x0,0x3c),_0x492c8b=this['_setSuggestionData']({'id':_0x40f006,'type':_0x49a1f0,'data':_0x189a99,'createdAt':new Date(),'authorId':_0x493a08,'attributes':_0x543bfe});_0x341658['push'](_0x492c8b),this['_addSuggestionMarker'](_0x49a1f0,_0x40f006,_0x493a08,_0x24e8e9);}return _0x341658;}['enableDefaultAttributesIntegration'](_0x38ccc4){this['enableCommand'](_0x38ccc4,(_0x4279cc,..._0x34385a)=>{this['_recordAttributeChanges'](()=>{_0x4279cc(..._0x34385a);});});}['registerBlockAttribute'](_0x4fce4e){this['_blockAttributeKeys']['add'](_0x4fce4e);}['registerInlineAttribute'](_0x33c1d1){this['_inlineAttributeKeys']['add'](_0x33c1d1);}['startTrackingSession'](_0x4f6ec9){return this['_trackingSessionId']=void 0x0!==_0x4f6ec9?_0x4f6ec9:_0x21999f(),this['_trackingSessionId'];}['_getAttributeKey'](_0x54a0ac){return'attribute'==_0x54a0ac['type']?_0x54a0ac['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x5071b5,_0x74a0d9){const _0x55a3ae=_0x5071b5['getFirstMarker']();this['_model']['change'](_0x2f78dc=>{_0x2f78dc['updateMarker'](_0x55a3ae,{'range':_0x74a0d9});});}['_addThreadToSuggestion'](_0x1f62c4){const _0x39b3be=_0x1f62c4['id'],_0x3a5044=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x39b3be)||this['_commentsRepository']['addCommentThread']({'channelId':_0x3a5044,'threadId':_0x39b3be,'isResolvable':!0x1,'isSubmitted':!0x0});const _0xaac326=this['_commentsRepository']['getCommentThread'](_0x39b3be);_0xaac326['unbind']('isRemovable'),_0xaac326['isRemovable']=!0x1,_0x1f62c4['commentThread']=_0xaac326;}['_checkSuggestionCorrectness'](_0x1f7c34,_0x5b8cc2,_0x2ce3c2,_0x2d3ca2){if(_0x1f7c34['type']!=_0x5b8cc2||_0x1f7c34['subType']!=_0x2ce3c2||_0x1f7c34['creator']['id']!=_0x2d3ca2)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x3f002a('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x5943ee,_0x74d039){const _0x4a4de8=_0x5943ee['getFirstRange']();if(_0x74d039['isEqual'](_0x4a4de8))_0x5943ee['removeMarkers']();else{if(_0x4a4de8['containsRange'](_0x74d039)){const _0x167d07=this['_model']['createPositionAt'](_0x74d039['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x5943ee,this['_model']['createRange'](_0x4a4de8['start'],_0x167d07));const _0x3ac3a1=_0x21999f(),_0xea431f=_0x5943ee['creator']['id'],_0x11abeb=_0x5943ee['type']+':'+_0x5943ee['subType'];this['_setSuggestionData']({'id':_0x3ac3a1,'type':_0x11abeb,'createdAt':new Date(),'authorId':_0xea431f,'data':_0x5943ee['data'],'attributes':_0x5943ee['attributes']});const _0x59d5b6=this['_model']['createPositionAt'](_0x74d039['end']['parent'],'after'),_0x34fc1d=this['_model']['createRange'](_0x59d5b6,_0x4a4de8['end']);this['_addSuggestionMarker'](_0x11abeb,_0x3ac3a1,_0xea431f,_0x34fc1d);}else{if(_0x4a4de8['containsPosition'](_0x74d039['start'])){const _0x162c02=this['_model']['createPositionAt'](_0x74d039['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x5943ee,this['_model']['createRange'](_0x4a4de8['start'],_0x162c02));}else{const _0x595a2c=this['_model']['createPositionAt'](_0x74d039['end']['parent'],'after');this['_setSuggestionRange'](_0x5943ee,this['_model']['createRange'](_0x595a2c,_0x4a4de8['end']));}}}}['_rangeIsInLocalUserInsertion'](_0xd15ae2){for(const {suggestion:_0x773f11,meta:_0x59d5d4}of this['_findSuggestions'](_0xd15ae2,'insertion')){if(!_0x59d5d4['isOwn'])continue;const _0x34e53d=_0x773f11['getRanges']();for(const _0x3e82d7 of _0x34e53d)if(!_0xd15ae2['getDifference'](_0x3e82d7)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x5894b0){const _0x5cdd26=this['editor']['plugins']['get']('Users')['getUser'](_0x5894b0);if(!_0x5cdd26)throw new _0x3f002a('track-changes-user-not-found',this);return _0x5cdd26;}['_getExternalAuthor'](_0x44aba0){const _0x2c2207=this['editor']['plugins']['get']('Users'),_0x41bf74=_0x49b0ed('external:'+_0x44aba0),_0x556aab=_0x2c2207['getUser'](_0x41bf74);return _0x556aab||_0x2c2207['addUser']({'id':_0x41bf74,'name':_0x44aba0});}['_createSuggestion'](_0x2c9880,_0x44eead,_0x210675,_0x59e667,_0x4c7e95,_0x35a029){const _0x1681f2=this['_getAuthorFromId'](_0x59e667),_0x3e4ead=this['_suggestionFactory']['buildSuggestion'](_0x2c9880,_0x44eead,_0x210675,_0x1681f2,_0x4c7e95,_0xd6f4dd=>{this['_updateSuggestionData'](_0x210675,{'attributes':_0xd6f4dd});const _0x2904c7=this['getSuggestion'](_0x210675);this['_joinWithAdjacentSuggestions'](new Set([_0x2904c7])),this['_refreshSuggestionsChain'](new Set([_0x2904c7]));},_0x35a029);return this['listenTo'](_0x3e4ead,'accept',()=>{this['_updateSuggestionData'](_0x210675,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x3e4ead,'discard',()=>{this['_updateSuggestionData'](_0x210675,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x210675,_0x3e4ead),this['_suggestionState']['set'](_0x3e4ead,'notReady'),_0x3e4ead;}['_splitMarkerName'](_0x506005){const _0x775729=_0x506005['split'](':');return{'group':_0x775729[0x0],'type':_0x775729[0x1],'subType':_0x775729['length']>=0x5?_0x775729[0x2]:null,'id':_0x775729['length']<0x5?_0x775729[0x2]:_0x775729[0x3],'authorId':_0x775729['length']<0x5?_0x775729[0x3]:_0x775729[0x4],'markerCount':0x6==_0x775729['length']?_0x775729[0x5]:null};}['_breakSuggestionMarker'](_0x43e9f0,_0x53155a,_0x2b0258){const _0x2a4e83=_0x43e9f0['getFirstRange'](),_0x7babe5=_0x2a4e83['start'],_0x40a49d=_0x2a4e83['end'];this['_setSuggestionRange'](_0x43e9f0,this['_model']['createRange'](_0x7babe5,_0x53155a));const _0x1c6aa8=_0x21999f(),_0x5816a6=_0x43e9f0['creator']['id'],_0x18b4bd=_0x43e9f0['type']+(_0x43e9f0['subType']?':'+_0x43e9f0['subType']:'');this['_setSuggestionData']({'id':_0x1c6aa8,'type':_0x18b4bd,'createdAt':new Date(),'authorId':_0x5816a6,'originalSuggestionId':_0x43e9f0['_originalSuggestionId']||_0x43e9f0['id'],'attributes':_0x43e9f0['attributes'],'data':_0x43e9f0['data']});const _0x126278=this['_getAttributeKey'](_0x43e9f0);('formatBlock'==_0x43e9f0['type']||_0x126278&&this['_isBlockAttribute'](_0x126278))&&(_0x2b0258=this['_model']['createPositionBefore'](_0x2b0258['parent'])),this['_addSuggestionMarker'](_0x18b4bd,_0x1c6aa8,_0x5816a6,this['_model']['createRange'](_0x2b0258,_0x40a49d));}['_findSuggestions'](_0x40fab2,_0x40434c=null){const _0x437bb8=[],_0xa4d8a=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x40fab2)||(_0x40fab2=[_0x40fab2]);for(const _0x40d3d2 of this['getSuggestions']()){if(!_0x40d3d2['isInContent'])continue;if(_0x40434c&&_0x40d3d2['type']!=_0x40434c)continue;let _0x328aa8=!0x1;for(const _0x331911 of _0x40d3d2['getRanges']()){for(const _0x4afa5a of _0x40fab2){const _0xd9e5d0=_0x4afa5a['start']['isEqual'](_0x331911['end'])||_0x4afa5a['end']['isEqual'](_0x331911['start']);if(_0xd9e5d0||_0x4afa5a['getIntersection'](_0x331911)){const _0xb109c4=_0x4afa5a['containsRange'](_0x331911)&&Gt(this['_model']['schema'],_0x331911['start'],_0x4afa5a),_0x19c816=_0x331911['containsRange'](_0x4afa5a)&&Gt(this['_model']['schema'],_0x4afa5a['start'],_0x331911);_0x437bb8['push']({'suggestion':_0x40d3d2,'meta':{'isOwn':_0xa4d8a==_0x40d3d2['author'],'isNextTo':_0xd9e5d0,'isInsideObject':_0xb109c4,'containsRangeInObject':_0x19c816}}),_0x328aa8=!0x0;break;}}if(_0x328aa8)break;}}return _0x437bb8;}['_addSuggestionMarker'](_0x149cb1,_0x73ab6b,_0x29f070,_0xa9e143,_0x2d49d7){this['_model']['change'](_0x1ba9f3=>{let _0x2bbc0c='suggestion:'+_0x149cb1+':'+_0x73ab6b+':'+_0x29f070;_0x2d49d7&&(_0x2bbc0c=_0x2bbc0c+':'+_0x2d49d7),_0x1ba9f3['addMarker'](_0x2bbc0c,{'range':_0xa9e143,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x5c8023){const _0x2cc41a=_0x5c8023['previous'],_0xf33714=_0x5c8023['next'];_0x5c8023['previous']=null,_0x5c8023['next']=null,null!=_0x2cc41a&&_0x2cc41a['next']==_0x5c8023&&(_0x2cc41a['next']=_0xf33714),null!=_0xf33714&&_0xf33714['previous']==_0x5c8023&&(_0xf33714['previous']=_0x2cc41a),'ready'==this['_suggestionState']['get'](_0x5c8023)&&(this['_suggestionState']['set'](_0x5c8023,'removed'),this['fire']('suggestionUnloaded',_0x5c8023,_0x2cc41a,_0xf33714));}['_setSuggestionData'](_0x2bcbbe){const _0x4660ae=_0x2bcbbe['id'],_0x92b1d5=this['addSuggestionData'](_0x2bcbbe);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x4b2694=this['editor']['plugins']['get']('PendingActions'),_0x4abfd5=_0x92b1d5['hasComments'],_0x55dd32=_0x92b1d5['subType']?_0x92b1d5['type']+':'+_0x92b1d5['subType']:_0x92b1d5['type'],_0x25c60d=this['editor']['locale'],_0x18a23b=_0x4b2694['add'](c(_0x25c60d,'PENDING_ACTION_SUGGESTION')),_0x3f4ba4={'id':_0x4660ae,'type':_0x55dd32,'hasComments':_0x4abfd5,'data':_0x2bcbbe['data']||null,'originalSuggestionId':_0x2bcbbe['originalSuggestionId']||null,'attributes':_0x92b1d5['attributes']};this['_adapter']['addSuggestion'](_0x3f4ba4)['then'](_0x14ff5c=>{_0x92b1d5['_saved']=!0x0,_0x4b2694['remove'](_0x18a23b),_0x14ff5c&&_0x14ff5c['createdAt']&&(this['_suggestions']['get'](_0x4660ae)['createdAt']=_0x14ff5c['createdAt']);})['catch'](_0x29d454=>{throw _0xb01b9a('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x92b1d5['discard']();}),_0x92b1d5['stopListening'](),this['_suggestions']['delete'](_0x92b1d5['id']),this['_suggestionState']['delete'](_0x92b1d5),_0x29d454;});}return _0x92b1d5;}['_isBlockAttribute'](_0x586229){return this['_blockAttributeKeys']['has'](_0x586229);}['_updateSuggestionData'](_0x3b81a5,_0xc5ff98){const _0x4e0f31=this['editor']['plugins']['get']('PendingActions'),_0x69fd5c=this['getSuggestion'](_0x3b81a5);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x69fd5c['_saved']){const _0x25c916=_0x4e0f31['add'](c(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x3b81a5,_0xc5ff98)['then'](()=>{_0x4e0f31['remove'](_0x25c916);});}else _0x69fd5c['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x3b81a5,_0xc5ff98);});}}['_getSuggestionData'](_0x24f8de){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x3f002a('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x24f8de);}['_handleNewSuggestionMarker'](_0x485e9d){const {id:_0x559423,type:_0x1b8420,subType:_0x592a39,authorId:_0x4bc9f2}=this['_splitMarkerName'](_0x485e9d),_0x7e1280=this['_suggestions']['get'](_0x559423)||this['_createSuggestion'](_0x1b8420,_0x592a39,_0x559423,_0x4bc9f2,{});switch(this['_checkSuggestionCorrectness'](_0x7e1280,_0x1b8420,_0x592a39,_0x4bc9f2),this['_suggestionState']['get'](_0x7e1280)){case'notReady':this['_getSuggestionData'](_0x559423)['then'](_0x54ede7=>{let _0x1dc8e4=Promise['resolve']();_0x54ede7['hasComments']&&(_0x1dc8e4=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x559423})),_0x1dc8e4['then'](()=>{this['addSuggestionData'](_0x54ede7)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x7e1280,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x559423,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x7e1280,'ready'),this['fire']('suggestionLoaded',_0x7e1280);break;case'ready':this['fire']('suggestionChanged',_0x7e1280);}return _0x7e1280['addMarkerName'](_0x485e9d),_0x7e1280;}['_refreshSuggestionsChain'](_0x14832a){const _0x341450=Array['from'](_0x14832a),_0x98edf4=_0x341450['filter'](_0x591e69=>'attribute'==_0x591e69['type']);this['_refreshAttributeSuggestionsChain'](_0x98edf4);const _0x60f11=_0x341450['filter'](_0x4490af=>!_0x4490af['isMultiRange']&&'attribute'!=_0x4490af['type']),_0x5f414d=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x1d9912=>!_0x1d9912['isMultiRange']&&'attribute'!=_0x1d9912['type']),_0x17f0c2=_0x5f414d['filter'](_0x4dbe9c=>!_0x14832a['has'](_0x4dbe9c)),_0x47c17f=new Map(_0x5f414d['map'](_0x2de947=>[_0x2de947,this['_suggestionFactory']['getSuggestionCallback'](_0x2de947['type'],_0x2de947['subType'],'chain')])),_0x1b2546=new Map(_0x5f414d['map'](_0x1cf154=>[_0x1cf154,_0x1cf154['getFirstRange']()])),_0x4b9244=new Set(),_0x131cf2=new Set();for(let _0x5c6f9a=0x0;_0x5c6f9a<_0x60f11['length'];_0x5c6f9a++)_0x538061(_0x60f11[_0x5c6f9a],_0x60f11,_0x5c6f9a+0x1);for(let _0x3ddada=0x0;_0x3ddada<_0x60f11['length'];_0x3ddada++)_0x538061(_0x60f11[_0x3ddada],_0x17f0c2,0x0);const _0x267e0b=new Set();for(let _0x2147fd=0x0;_0x2147fd<_0x60f11['length'];_0x2147fd++){const _0x15640a=_0x60f11[_0x2147fd];!_0x131cf2['has'](_0x15640a)&&_0x15640a['previous']&&(_0x267e0b['add'](_0x15640a['previous']),_0x15640a['previous']['next']===_0x15640a&&(_0x15640a['previous']['next']=null),_0x15640a['previous']=null),!_0x4b9244['has'](_0x15640a)&&_0x15640a['next']&&(_0x267e0b['add'](_0x15640a['next']),_0x15640a['next']['previous']===_0x15640a&&(_0x15640a['next']['previous']=null),_0x15640a['next']=null);}function _0x538061(_0x30eaf9,_0x382e4a,_0x5caac7){for(let _0xd915da=_0x5caac7;_0xd915da<_0x382e4a['length'];_0xd915da++){const _0x2ae959=_0x119e9b(_0x30eaf9,_0x382e4a[_0xd915da]);_0x2ae959&&(_0x2ae959[0x0]['next']=_0x2ae959[0x1],_0x2ae959[0x1]['previous']=_0x2ae959[0x0],_0x4b9244['add'](_0x2ae959[0x0]),_0x131cf2['add'](_0x2ae959[0x1]));}}function _0x119e9b(_0x4db041,_0x19c644){if(_0x4db041['author']['id']!==_0x19c644['author']['id'])return null;const _0x2d4418=_0x47c17f['get'](_0x4db041)(_0x4db041,_0x19c644,_0x1b2546['get'](_0x4db041),_0x1b2546['get'](_0x19c644));if(!_0x2d4418)return null;return _0x47c17f['get'](_0x19c644)(_0x4db041,_0x19c644,_0x1b2546['get'](_0x4db041),_0x1b2546['get'](_0x19c644))?_0x2d4418[0x1]['commentThread']&&_0x2d4418[0x1]['commentThread']['length']?null:_0x2d4418:null;}_0x267e0b['size']&&this['_refreshSuggestionsChain'](_0x267e0b);}['_refreshAttributeSuggestionsChain'](_0x4e2469){if(0x0==_0x4e2469['length'])return;const _0x23fb87=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2cc527=>'attribute'==_0x2cc527['type']&&_0x2cc527['_isDataLoaded']),_0x4a2733=[],_0x2b6aed=new Map();for(const _0x10e0a0 of _0x23fb87){const _0x8c12ee=_0x49b0ed(_0x10e0a0['attributes']);_0x2b6aed['has'](_0x8c12ee)||(_0x2b6aed['set'](_0x8c12ee,_0x4a2733['length']),_0x4a2733['push']([]));const _0x1c7d4d=_0x2b6aed['get'](_0x8c12ee);_0x4a2733[_0x1c7d4d]['push'](_0x10e0a0);}!(function(){_0x4a2733['sort']((_0xb20ba8,_0x4063c8)=>{const _0x927b9c=_0xb20ba8[0x0]['createdAt'],_0x10dd9c=_0x4063c8[0x0]['createdAt'];return _0x927b9c==_0x10dd9c?_0xb20ba8[0x0]['attributes']['groupId']<_0x4063c8[0x0]['attributes']['groupId']?-0x1:0x1:_0x927b9c<_0x10dd9c?-0x1:0x1;});for(const _0x323619 of _0x4a2733)_0x323619['sort']((_0xa5a56a,_0x443e5b)=>_0xa5a56a['id']<_0x443e5b['id']?-0x1:0x1);}());for(let _0x53180b=0x0;_0x53180b<_0x4a2733['length'];_0x53180b++){if(0x0==_0x4a2733[_0x53180b]['length'])continue;const _0xbe47fb=[];for(let _0x37b68c=_0x53180b+0x1;_0x37b68c<_0x4a2733['length'];_0x37b68c++)0x0!=_0x4a2733[_0x37b68c]['length']&&_0x28a2aa(_0x4a2733[_0x53180b],_0x4a2733[_0x37b68c])&&_0xbe47fb['push'](_0x37b68c);for(const _0x3f367b of _0xbe47fb)_0x4a2733[_0x53180b]=_0x4a2733[_0x53180b]['concat'](_0x4a2733[_0x3f367b]),_0x4a2733[_0x3f367b]=[];}for(const _0x4c5d16 of _0x4a2733)for(let _0x40d81d=0x0;_0x40d81d<_0x4c5d16['length'];_0x40d81d++){const _0x5ca882=_0x4c5d16[_0x40d81d+0x1]||null;_0x4c5d16[_0x40d81d]['next']!==_0x5ca882&&(_0x4c5d16[_0x40d81d]['next']=_0x5ca882);}for(const _0x1b9ae7 of _0x4a2733)for(let _0x297090=0x0;_0x297090<_0x1b9ae7['length'];_0x297090++){const _0x33b28d=_0x1b9ae7[_0x297090-0x1]||null;_0x1b9ae7[_0x297090]['previous']!==_0x33b28d&&(_0x1b9ae7[_0x297090]['previous']=_0x33b28d);}function _0x28a2aa(_0x509032,_0x178f3d){if(_0x509032[0x0]['attributes']['groupId']!==_0x178f3d[0x0]['attributes']['groupId']&&_0x509032[0x0]['author']!==_0x178f3d[0x0]['author'])return!0x1;if(!function(_0x1739f1,_0xfafe1c){if(!_0x1739f1['hasComments']&&!_0xfafe1c['hasComments'])return!0x0;if(_0x1739f1['hasComments']&&_0xfafe1c['hasComments'])return!0x1;if(_0x1739f1['hasComments']&&_0xfafe1c['createdAt']<_0x1739f1['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0xfafe1c['hasComments']&&_0x1739f1['createdAt']<_0xfafe1c['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x509032[0x0],_0x178f3d[0x0]))return!0x1;const _0x276d5c=Ft(_0x509032[0x0]['attributes'],['groupId','trackingSessionId']),_0x34dfd4=Ft(_0x178f3d[0x0]['attributes'],['groupId','trackingSessionId']);if(!_0xbbaa66(_0x276d5c,_0x34dfd4))return!0x1;if(_0x509032[0x0]['attributes']['groupId']==_0x178f3d[0x0]['attributes']['groupId'])return!0x0;if(_0x509032[0x0]['attributes']['trackingSessionId']!==_0x178f3d[0x0]['attributes']['trackingSessionId'])return!0x1;return!!_0x509032['every'](_0xc94476=>_0x178f3d['some'](_0x190883=>_0xc94476['getFirstRange']()['isEqual'](_0x190883['getFirstRange']())))&&_0x178f3d['every'](_0x46ca67=>_0x509032['some'](_0x449cf6=>_0x46ca67['getFirstRange']()['isEqual'](_0x449cf6['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x585748){const _0x602b5=Array['from'](_0x585748),_0x343955=this['getSuggestions']({'skipNotAttached':!0x0}),_0xff52b1=_0x343955['filter'](_0x459409=>!_0x585748['has'](_0x459409)),_0x122083=new Map(_0x602b5['map'](_0x1dcc78=>[_0x1dcc78,this['_suggestionFactory']['getSuggestionCallback'](_0x1dcc78['type'],_0x1dcc78['subType'],'join')])),_0x2f5a59=new Map(_0x343955['map'](_0x292915=>[_0x292915,_0x292915['getRanges']()]));for(let _0x4edf0f=0x0;_0x4edf0f<_0x602b5['length'];_0x4edf0f++){if(_0x30d54a(this,_0x602b5[_0x4edf0f],_0x602b5,_0x4edf0f+0x1))return!0x0;}for(let _0x2fd0ca=0x0;_0x2fd0ca<_0x602b5['length'];_0x2fd0ca++){if(_0x30d54a(this,_0x602b5[_0x2fd0ca],_0xff52b1,0x0))return!0x0;}return!0x1;function _0x30d54a(_0x492193,_0x5a7f2a,_0x1d1f73,_0xea2843){for(let _0x504de8=_0xea2843;_0x504de8<_0x1d1f73['length'];_0x504de8++){const _0x4939dd=_0x1d1f73[_0x504de8];if(_0x4939dd['type']!==_0x5a7f2a['type']||_0x4939dd['author']['id']!==_0x5a7f2a['author']['id']||_0x4939dd['subType']!==_0x5a7f2a['subType'])continue;if(!Xt(_0x5a7f2a,_0x4939dd))continue;if('attribute'==_0x5a7f2a['type']&&_0x5a7f2a['data']['oldValue']!=_0x4939dd['data']['oldValue'])continue;if('attribute'==_0x5a7f2a['type']&&_0x492193['_isBlockAttribute'](_0x5a7f2a['data']['key']))continue;if('formatBlock'==_0x5a7f2a['type']){const _0x3643f4=_0x492193['editor']['model'],_0x2586c5=_0x5a7f2a['getContainedElement']();if(_0x2586c5&&(_0x3643f4['schema']['isObject'](_0x2586c5)||_0x3643f4['schema']['isLimit'](_0x2586c5)))continue;}const _0x3ad94d=_0x122083['get'](_0x5a7f2a),_0x1fb7f5=_0x2f5a59['get'](_0x5a7f2a),_0x6fb25c=_0x2f5a59['get'](_0x4939dd),_0xb4100d=_0x5a7f2a['commentThread']&&_0x5a7f2a['commentThread']['length'],_0x1096e2=_0x4939dd['commentThread']&&_0x4939dd['commentThread']['length'];if(!_0xb4100d&&_0x3ad94d(_0x6fb25c,_0x1fb7f5))return _0x492193['_joinSuggestions'](_0x4939dd,_0x5a7f2a),_0x2f5a59['delete'](_0x5a7f2a),!0x0;if(!_0x1096e2&&_0x3ad94d(_0x1fb7f5,_0x6fb25c))return _0x492193['_joinSuggestions'](_0x5a7f2a,_0x4939dd),_0x2f5a59['delete'](_0x4939dd),!0x0;}return!0x1;}}['_joinSuggestions'](_0x287ec3,_0x47b0aa){if(_0x287ec3['isMultiRange']){for(const _0x3e29fc of _0x47b0aa['getRanges']())_0x287ec3['addRange'](_0x3e29fc);}else{const _0x53eee1=_0x47b0aa['getFirstRange']()['end'];this['_setSuggestionRange'](_0x287ec3,this['_model']['createRange'](_0x287ec3['getFirstRange']()['start'],_0x53eee1));}_0x47b0aa['removeMarkers']();}['_getMarkerAnnouncementText'](_0x586575,_0x4a1633,_0x6ee0c6){const _0x277177=_0x586575['startsWith']('format')||_0x586575['startsWith']('attribute')?'FORMATTING':_0x586575['toUpperCase']();return c(this['editor']['locale'],_0x4a1633+'_'+_0x277177+'_SUGGESTION_ANNOUNCEMENT',_0x6ee0c6);}['_initAriaMarkerChangeAnnouncements'](){const _0x2c184a=this['editor'];if(!_0x2c184a['ui'])return;const {ariaLiveAnnouncer:_0x35d7f0}=_0x2c184a['ui'];_0x545f3a(this['_model'],({left:_0x2a2324,entered:_0x2411f1})=>{for(const _0x272126 of _0x2a2324){const {group:_0x12b3f1,type:_0x1a6164}=this['_splitMarkerName'](_0x272126['name']);if('suggestion'===_0x12b3f1){_0x35d7f0['announce'](this['_getMarkerAnnouncementText'](_0x1a6164,'LEAVE'));break;}}for(const _0x28c3b3 of _0x2411f1){const {group:_0x4526f2,type:_0xc4b69e}=this['_splitMarkerName'](_0x28c3b3['name']);if('suggestion'===_0x4526f2){_0x35d7f0['announce'](this['_getMarkerAnnouncementText'](_0xc4b69e,'ENTER',_0x34b607(_0x3ff4ca)));break;}}});}['_processAttributeChanges'](_0x36c9ef){if(this['_recordAttributeSuggestions'])return!0x1;const _0x4b65a9=this['editor'],_0x139444=_0x4b65a9['model']['document']['differ']['getChanges']();if(0x0==_0x139444['length'])return!0x1;const _0x442231=[],_0x3b0077=_0x139444['filter'](_0x5702dd=>'attribute'==_0x5702dd['type']),_0x106cc4=_0x139444['filter'](_0xd2792d=>'insert'==_0xd2792d['type']&&'$text'!=_0xd2792d['name']),_0xe89f05=_0x139444['filter'](_0x10e007=>'remove'==_0x10e007['type']&&'$text'!=_0x10e007['name']);for(const _0x3b54a4 of _0x3b0077)_0x442231['push']({'key':_0x3b54a4['attributeKey'],'newValue':_0x3b54a4['attributeNewValue'],'oldValue':_0x3b54a4['attributeOldValue'],'range':zt(_0x3b54a4['range'],_0x4b65a9['model'])});for(const _0x44bbf3 of _0x106cc4){const _0x551bdf=_0xe89f05['find'](_0x5efe44=>_0x5efe44['position']['isEqual'](_0x44bbf3['position']));_0x551bdf&&_0x442231['push']({'key':u,'newValue':_0x44bbf3['name'],'oldValue':_0x551bdf['name'],'range':_0x4b65a9['model']['createRangeOn'](_0x44bbf3['position']['nodeAfter'])});}return 0x0!=_0x442231['length']&&this['_reduceExistingSuggestions'](_0x36c9ef,_0x442231);}['_processAttributeSuggestions'](_0x39c198){let _0x31bd2f=!0x1;const _0x30c995=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0xd96a46=>_0xd96a46['data']['newRange']&&_0xd96a46['name']['startsWith']('suggestion:attribute:'));for(const _0x43c2a5 of _0x30c995){const {subType:_0x1ec983,id:_0x35bbfe}=this['_splitMarkerName'](_0x43c2a5['name']),_0x2e4a5f=_0x1ec983['split']('|')[0x0];for(const _0x67cd23 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x67cd23['id']!=_0x35bbfe&&'attribute'==_0x67cd23['type']&&_0x67cd23['data']&&_0x67cd23['data']['key']==_0x2e4a5f&&_0x67cd23['getFirstRange']()['isIntersecting'](_0x43c2a5['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x67cd23,_0x43c2a5['data']['newRange'],_0x39c198),_0x31bd2f=!0x0);}return _0x31bd2f;}['_recordAttributeChanges'](_0x1d649c){this['_recordAttributeSuggestions']=!0x0,_0x1d649c();}['_isRegisteredAttribute'](_0x2481c9){const _0x5a7dff=this['_isBlockAttribute'](_0x2481c9),_0x3efb37=this['_inlineAttributeKeys']['has'](_0x2481c9);return _0x5a7dff||_0x3efb37;}['_reduceExistingSuggestions'](_0x8a509a,_0x1af28e){if(0x0==_0x1af28e['length'])return!0x1;let _0x3c57b1=!0x1;for(const _0x4b568b of _0x1af28e){const _0x52337e=this['_findSuggestions'](_0x4b568b['range'],'attribute')['filter'](_0x1f8201=>!_0x1f8201['meta']['isNextTo'])['map'](_0x49e591=>_0x49e591['suggestion']),_0x474bdb=_0x49b0ed({'newValue':_0x4b568b['newValue']});_0x52337e['filter'](_0x34bb80=>{const [_0x5a2b2d,_0x5b57fe]=_0x34bb80['subType']['split']('|');return _0x5a2b2d==_0x4b568b['key']&&_0x5b57fe!=_0x474bdb;})['forEach'](_0x432fa8=>{this['_reduceSuggestionAttributeRange'](_0x432fa8,_0x4b568b['range'],_0x8a509a),_0x3c57b1=!0x0;});}return _0x3c57b1;}['_reduceSuggestionAttributeRange'](_0x225296,_0x2babea,_0xb8e09){const _0x113b52=_0x225296['getFirstRange']()['getDifference'](_0x2babea);0x0!==_0x113b52['length']?0x1!==_0x113b52['length']?this['_breakSuggestionMarker'](_0x225296,_0x2babea['start'],_0x2babea['end']):this['_setSuggestionRange'](_0x225296,_0x113b52[0x0]):_0xb8e09['removeMarker'](_0x225296['getFirstMarker']());}}class Pt{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x242717){this['_editor']=_0x242717,this['_model']=_0x242717['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x228e70,_0xa9e6ca,_0x271ff0,_0x264c8c,_0x434d88,_0x530b9c,_0x1636a0){return new o(this['_model'],{'type':_0x228e70,'subType':_0xa9e6ca,'id':_0x271ff0,'originalSuggestionId':_0x1636a0,'author':_0x264c8c,'creator':_0x264c8c,'attributes':_0x434d88,'onAttributesChange':_0x530b9c,'onAccept':(..._0x576720)=>this['getSuggestionCallback'](_0x228e70,_0xa9e6ca,'accept')(..._0x576720),'onDiscard':(..._0x13b0f1)=>this['getSuggestionCallback'](_0x228e70,_0xa9e6ca,'discard')(..._0x13b0f1)});}['registerCustomCallback'](_0x2825e8,_0x359144,_0x334ac5,_0x16ecde){const _0x5804cb=_0x2825e8+':'+_0x359144+':'+_0x334ac5;this['_customCallbacks']['set'](_0x5804cb,_0x16ecde);}['getSuggestionCallback'](_0x3fea40,_0x28b367,_0xf10e19){const _0x17646a=_0x3fea40+':'+_0x28b367+':'+_0xf10e19;return this['_customCallbacks']['get'](_0x17646a)||this['_defaultCallbacks']['get'](_0x3fea40+':'+_0xf10e19);}['_registerDefaultCallbacks'](){const _0x5e69c2=()=>!0x1,_0x119cb3=_0xe213be=>{_0xe213be['sort']((_0x20920b,_0x14e4f7)=>_0x20920b['start']['isBefore'](_0x14e4f7['start'])?0x1:-0x1),this['_model']['change'](_0x89108c=>{for(const _0x18f7d1 of _0xe213be){let _0x3c4762;_0x3c4762=_0x18f7d1['end']['isAtEnd']&&_0x18f7d1['end']['parent']==_0x18f7d1['start']['nodeAfter']?_0x89108c['createSelection'](_0x18f7d1['start']['nodeAfter'],'on'):_0x89108c['createSelection'](_0x18f7d1),this['_model']['deleteContent'](_0x3c4762,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0,'doNotFixSelection':!0x0});}});},_0x1f576c=(_0x268c94,_0x5454f3)=>{_0x5454f3&&this['_model']['change'](_0x46e570=>{const {commandName:_0x4910ff,commandParams:_0x5cf2ae=[]}=_0x5454f3,_0x360c12=_0x268c94['map'](_0x5ddc2d=>(Lt(_0x5ddc2d)&&(_0x5ddc2d=this['_model']['createRange'](_0x5ddc2d['end'])),_0x5ddc2d))['filter'](_0x54c8e8=>'$graveyard'!==_0x54c8e8['root']['rootName']);if(_0x360c12['length']<0x1)return;const _0x2aa58f=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x2211ff=>_0x1a5d6e['fromRange'](_0x2211ff));_0x46e570['setSelection'](_0x360c12);for(const _0x564c9a of this['_editor']['commands']['commands']())_0x564c9a['refresh']();_0x5cf2ae['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x4910ff,..._0x5cf2ae);const _0x14d541=_0x2aa58f['filter'](_0x2224d8=>'$graveyard'!=_0x2224d8['root']['rootName']);_0x14d541['length']>0x0&&_0x46e570['setSelection'](_0x14d541);for(const _0x13952f of _0x2aa58f)_0x13952f['detach']();});},_0x2e1530=(_0x3d84e6,_0x471138)=>0x1==_0x3d84e6['length']&&0x1==_0x471138['length']&&_0x3d84e6[0x0]['end']['isEqual'](_0x471138[0x0]['start']),_0x386cb8=(_0x40e3a6,_0x4739cb,_0x1e75e2,_0x21870c)=>Qt(_0x40e3a6,_0x4739cb,_0x1e75e2,_0x21870c)?[_0x40e3a6,_0x4739cb]:Qt(_0x4739cb,_0x40e3a6,_0x21870c,_0x1e75e2)?[_0x4739cb,_0x40e3a6]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x5e69c2),this['_defaultCallbacks']['set']('insertion:discard',_0x119cb3),this['_defaultCallbacks']['set']('insertion:join',_0x2e1530),this['_defaultCallbacks']['set']('insertion:chain',_0x386cb8),this['_defaultCallbacks']['set']('deletion:accept',_0x119cb3),this['_defaultCallbacks']['set']('deletion:discard',_0x5e69c2),this['_defaultCallbacks']['set']('deletion:join',_0x2e1530),this['_defaultCallbacks']['set']('deletion:chain',_0x386cb8),this['_defaultCallbacks']['set']('formatInline:accept',_0x1f576c),this['_defaultCallbacks']['set']('formatInline:discard',_0x5e69c2),this['_defaultCallbacks']['set']('formatInline:join',_0x2e1530),this['_defaultCallbacks']['set']('formatInline:chain',_0x5e69c2),this['_defaultCallbacks']['set']('formatBlock:accept',_0x1f576c),this['_defaultCallbacks']['set']('formatBlock:discard',_0x5e69c2),this['_defaultCallbacks']['set']('formatBlock:join',_0x2e1530),this['_defaultCallbacks']['set']('formatBlock:chain',_0x5e69c2),this['_defaultCallbacks']['set']('attribute:accept',_0x5e69c2),this['_defaultCallbacks']['set']('attribute:discard',(_0x18f753,_0x328664)=>{if(!_0x328664)return;const _0x24b248=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x4e5dd3=>{if(_0x328664['key']==u)for(const _0x423ff7 of _0x18f753){const _0xaf4b34=_0x423ff7['start']['nodeAfter'],_0x3c83b6=_0x328664['oldValue'];_0x4e5dd3['rename'](_0xaf4b34,_0x3c83b6);}else{if(_0x24b248['_isBlockAttribute'](_0x328664['key'])){for(const _0x534ef3 of _0x18f753)void 0x0!==_0x328664['oldValue']?_0x4e5dd3['setAttribute'](_0x328664['key'],_0x328664['oldValue'],_0x534ef3['start']['nodeAfter']):_0x4e5dd3['removeAttribute'](_0x328664['key'],_0x534ef3['start']['nodeAfter']);}else{for(const _0x157df2 of _0x18f753)_0x328664['oldValue']?_0x4e5dd3['setAttribute'](_0x328664['key'],_0x328664['oldValue'],_0x157df2):_0x4e5dd3['removeAttribute'](_0x328664['key'],_0x157df2);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x2e1530);}}function Gt(_0xe711e5,_0x1a8995,_0x29eb66){for(const _0x1ea4e7 of _0x1a8995['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x1ea4e7['root']==_0x1ea4e7)return!0x1;if(!_0x29eb66['containsItem'](_0x1ea4e7))return!0x1;if(_0xe711e5['isObject'](_0x1ea4e7)||_0xe711e5['isLimit'](_0x1ea4e7))return!0x0;}return!0x1;}function Lt(_0x47f1b9){return _0x47f1b9['end']['parent']==_0x47f1b9['start']['nodeAfter']&&_0x47f1b9['end']['isAtStart'];}function Jt(_0x22a3d4,_0x55f7b6,_0x4e7dde,_0x448023){const _0x275d9b=_0x53d784=>!_0x53d784['item']['is']('$textProxy')&&!_0x448023['isObject'](_0x53d784['item']),_0x1f0460=_0x22a3d4['start']['getLastMatchingPosition'](_0x275d9b),_0x56ea5b=_0x22a3d4['end']['getLastMatchingPosition'](_0x275d9b,{'direction':'backward'});return(!_0x22a3d4['start']['isEqual'](_0x1f0460)||!_0x22a3d4['end']['isEqual'](_0x56ea5b))&&(_0x1f0460['isBefore'](_0x56ea5b)?_0x4e7dde['updateMarker'](_0x55f7b6,{'range':_0x4e7dde['createRange'](_0x1f0460,_0x56ea5b)}):_0x4e7dde['removeMarker'](_0x55f7b6),!0x0);}function Kt(_0x45c6e2){return _0x49b0ed(_0x45c6e2);}function Ht(_0x14d01f){const _0x3cad1e=_0x14d01f['start']['nodeAfter'];return _0x3cad1e&&_0x3cad1e['is']('element');}function qt(_0x12b386){return!Lt(_0x12b386)&&!function(_0x1f7bf1){return _0x1f7bf1['start']['parent']==_0x1f7bf1['end']['nodeBefore']&&_0x1f7bf1['start']['isAtEnd'];}(_0x12b386);}function zt(_0x1aa04a,_0x44aad7){return null==_0x1aa04a['end']['nodeBefore']&&_0x1aa04a['end']['parent']==_0x1aa04a['start']['nodeAfter']?Wt(_0x1aa04a['start']['nodeAfter'],_0x44aad7):_0x1aa04a;}function Wt(_0x2bfd9d,_0x4f666c){const _0xe3e0e2=_0x4f666c['schema']['isObject'](_0x2bfd9d)||_0x4f666c['schema']['isSelectable'](_0x2bfd9d);return _0x4f666c['createRange'](_0x4f666c['createPositionAt'](_0x2bfd9d,'before'),_0xe3e0e2?_0x4f666c['createPositionAfter'](_0x2bfd9d):_0x4f666c['createPositionAt'](_0x2bfd9d,'end'));}function Qt(_0x125634,_0x41b5d3,_0xc4feef,_0x42a972){return!!Xt(_0x125634,_0x41b5d3)&&_0xc4feef['end']['isEqual'](_0x42a972['start']);}function Xt(_0x176b7e,_0x350b8b){if(!_0x176b7e['_isDataLoaded']||!_0x350b8b['_isDataLoaded'])return!0x1;const _0x3df446=new Set(Object['keys'](_0x176b7e['attributes'])),_0x59d87c=new Set(Object['keys'](_0x350b8b['attributes']));if(_0x3df446['delete']('groupId'),_0x59d87c['delete']('groupId'),0x0==_0x3df446['size']&&0x0==_0x59d87c['size'])return!0x0;if(_0x3df446['size']!=_0x59d87c['size'])return!0x1;const _0x50f8ca={..._0x176b7e['attributes']},_0x135fc3={..._0x350b8b['attributes']};return delete _0x50f8ca['groupId'],delete _0x135fc3['groupId'],JSON['stringify'](_0x50f8ca)==JSON['stringify'](_0x135fc3);}function Yt(_0x2c52ab,_0x4d6453){const _0x504481=Zt(_0x2c52ab['attributes']),_0xb9b0da=Zt(_0x4d6453);if(!_0x2c52ab['_isDataLoaded'])return!0x1;for(const _0x4c2447 of Object['keys'](_0xb9b0da))if(!_0xbbaa66(_0x504481[_0x4c2447],_0xb9b0da[_0x4c2447]))return!0x1;return!0x0;}function Zt(_0xe8baf4){const _0xe9839f=Object['assign']({},_0xe8baf4);return delete _0xe9839f['skipNestingCheck'],delete _0xe9839f['tablePasteChainId'],_0xe9839f;}class pe extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x314fbc(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x2cf04a,_0x3a7750,_0x5a373b,_0x20a3a1){super(),this['model']=_0x3a7750,this['view']=_0x5a373b,this['commentThreadController']=_0x20a3a1,this['_editor']=_0x2cf04a,this['_acceptCommand']=_0x2cf04a['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x2cf04a['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x4b9e21,_0x4470ff)=>_0x4b9e21||_0x4470ff),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x1a270e=>_0x1a270e&&this['_editor']['model']['canEditAt'](_0x3a7750['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0xaab88=>_0xaab88&&this['_editor']['model']['canEditAt'](_0x3a7750['getRanges']())),this['_pendingAction']=null,_0x5a373b['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x5a373b,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x5a373b,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x5a373b,'change:isDirty',()=>{_0x5a373b['isDirty']?this['_setPendingAction']():this['_removePendingAction']();});}['acceptSuggestion'](){this['_acceptCommand']['execute'](this['model']['id']);}['discardSuggestion'](){this['_discardCommand']['execute'](this['model']['id']);}['destroy'](){this['view']['unbind']('isEnabled'),this['view']['unbind']('canAccept'),this['view']['unbind']('canDiscard'),this['stopListening'](),this['commentThreadController']['destroy'](),this['_pendingAction']&&this['_removePendingAction']();}['_setPendingAction'](){const _0x64ef6=c(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x64ef6);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class us extends _0x5687e5{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x12051e,_0x10ab65,_0x2da2a3,_0x11c834){super(_0x12051e),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x5cbd9d(_0x12051e,c(_0x12051e,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x10ab65['authoredAt']),this['bind']('authoredAt')['to'](_0x10ab65),this['set']('descriptionParts',[]),this['set']('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this['set']('canDiscard',!0x1),this['bind']('ariaLabel')['to'](this,'length',_0x10ab65,'authoredAt',this,'descriptionParts',(_0x12587a,_0x5871d7,_0x21f020)=>{const _0xf84012=_0x21f020['map'](_0x1c6fbb=>ls(_0x1c6fbb['content']))['join']('.\x20')+'.';return c(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x12587a-0x1,_0x10ab65['author']['name'],_0x5871d7?_0x11c834['formatDateTime'](_0x5871d7):'',new DOMParser()['parseFromString'](_0xf84012,'text/html')['body']['textContent']]);}),this['focusables']=new _0x3d9848(),this['focusTracker']=new _0x564b3d(),this['keystrokes']=new _0x31e822(),this['focusCycler']=new _0x42ca04({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x5d4bdf=>_0x5d4bdf['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x10ab65,this['_localUser']=_0x2da2a3,this['_config']=_0x11c834,_0x11c834['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x868696(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x3cbfd8}=this['_config'];this['commentsListView']=new _0x3cbfd8(this['locale'],this['_model']['commentThread'],Object['assign']({'CommentView':this['_config']['CommentView']},this['_config'])),this['commentsListView']['delegate']('removeComment')['to'](this),this['commentsListView']['delegate']('updateComment')['to'](this),this['commentsListView']['bind']('isActive')['to'](this),this['set']('length',this['commentsListView']['length']+0x1),this['bind']('length')['to'](this['commentsListView'],'length',_0x403cb2=>_0x403cb2+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x5bb413,_0x44f0c7)=>_0x5bb413||!!_0x44f0c7);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x205982}=this['_config'],_0x44a7e4=new _0x205982(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x408bba=_0x44a7e4['commentInputView'];return _0x44a7e4['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x408bba,'value',(_0x2fb004,_0x10be27,_0x5a14d5)=>!!_0x5a14d5||_0x2fb004&&!_0x10be27),_0x408bba['on']('submit',(_0x231e65,_0x5606e2)=>{this['fire']('addComment',_0x5606e2),_0x408bba['editor']['setData']('');}),_0x408bba['on']('cancel',()=>this['focus']()),_0x408bba['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x44a7e4;}}class fe extends us{['suggestionView'];['_descriptionElement'];constructor(_0x3138dc,_0x274b8a,_0x1e9cdf,_0x59b37e){super(_0x3138dc,_0x274b8a,_0x1e9cdf,_0x59b37e),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x2babef=>_0x2babef&&_0x2babef[0x0]?_0x2babef[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x55b445,_0x482b93)=>{let _0xd58890='';for(const _0x5c43e1 of _0x55b445)_0xd58890+='<p>'+ls(_0x5c43e1['content'],_0x5c43e1['color'])+'</p>';return _0x482b93?_0xd58890:_0x4850f5(_0xd58890,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x59b37e['SuggestionView'](_0x3138dc,_0x274b8a,{'formatDateTime':_0x59b37e['formatDateTime']}),this['suggestionView']['bind']('description')['to'](this),this['suggestionView']['delegate']('acceptSuggestion','discardSuggestion')['to'](this),this['suggestionView']['acceptButton']['bind']('isEnabled')['to'](this,'canAccept'),this['suggestionView']['discardButton']['bind']('isEnabled')['to'](this,'canDiscard'),this['focusables']['add'](this['suggestionView']),this['commentsListView']&&this['focusables']['add'](this['commentsListView']),this['commentThreadInputView']&&this['focusables']['add'](this['commentThreadInputView']),this['setTemplate'](this['getTemplate']());}['getTemplate'](){const _0x5dbd8e=this['bindTemplate'],_0x521e96=[this['suggestionView']];return this['commentsListView']&&_0x521e96['push'](this['commentsListView']),this['commentThreadInputView']&&_0x521e96['push'](this['commentThreadInputView']),_0x521e96['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x5dbd8e['if']('isActive','ck-suggestion-wrapper--active'),_0x5dbd8e['to']('type',_0x26100b=>'ck-suggestion-'+_0x26100b),this['_config']['disableComments']&&'ck-suggestion--disabled-comments'],'data-suggestion-id':this['_model']['id'],'data-thread-id':this['_model']['commentThread']['id'],'data-author-id':this['_model']['author']['id'],'tabindex':0x0,'role':'listitem','aria-label':_0x5dbd8e['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x521e96};}['render'](){super['render'](),this['commentsListView']&&(this['commentsListView']['delegate']('editorReady')['to'](this),this['commentsListView']['delegate']('editorDestroyed')['to'](this)),this['commentThreadInputView']&&(this['commentThreadInputView']['delegate']('editorReady')['to'](this),this['commentThreadInputView']['delegate']('editorDestroyed')['to'](this));}}class we extends _0x5687e5{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x369b57,_0x56371c,_0x3fc510){super(_0x369b57),this['_model']=_0x56371c,this['_config']=_0x3fc510,this['set']('description',''),this['bind']('authoredAt')['to'](_0x56371c),this['acceptButton']=this['_createButton'](c(_0x369b57,'Accept\x20suggestion'),_0x39baa5,'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](c(_0x369b57,'Discard\x20suggestion'),_0x1b5757,'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0xccd57(_0x369b57,_0x56371c['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x3d9848([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x564b3d(),this['keystrokes']=new _0x31e822(),this['focusCycler']=new _0x42ca04({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x2b9fa9=>_0x2b9fa9['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x33870b=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x33870b['innerHTML']=this['description'],this['on']('change:description',(_0x1d6be3,_0x2b2413,_0x1902ad)=>{_0x33870b['innerHTML']=_0x1902ad;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x2c002f=this['bindTemplate'],_0x5b25b4=[{'tag':'div','attributes':{'class':['ck-suggestion__info','ck-annotation__info']},'children':[{'tag':'span','children':[{'text':this['userView']['name']}],'attributes':{'class':['ck-suggestion__info-name','ck-annotation__info-name'],'data-cke-tooltip-text':this['userView']['name']}},{'tag':'time','attributes':{'datetime':_0x2c002f['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x2c002f['to']('authoredAt',_0x3f8abb=>this['_config']['formatDateTime'](_0x3f8abb))}]}]},{'tag':'div','attributes':{'class':['ck-suggestion__actions','ck-annotation__actions']},'children':[this['acceptButton'],this['discardButton']]},{'tag':'div','attributes':{'class':['ck-annotation__content-wrapper']}}];return this['_model']['isExternal']&&_0x5b25b4['push']({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]}),{'tag':'div','attributes':{'class':['ck-suggestion','ck-annotation'],'tabindex':-0x1},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-suggestion__main','ck-annotation__main'],'role':'presentation'},'children':_0x5b25b4}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?c(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):c(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?c(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):c(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x319c6a,_0x52b42b,_0x3119ca,_0x151cf8,_0x634d5f){const _0x2699a8=new _0x180bf7(this['locale']);return _0x2699a8['set']({'label':_0x319c6a,'icon':_0x52b42b,'tooltip':!0x0,'tooltipPosition':_0x634d5f}),_0x2699a8['extendTemplate']({'attributes':{'class':_0x3119ca}}),_0x2699a8['on']('execute',()=>{this['fire'](_0x151cf8,this['_model']['id']);}),_0x2699a8;}['_setupKeyboardNavigation'](){const _0xa9f057=this['element'];this['keystrokes']['listenTo'](_0xa9f057);for(const _0x20faed of this['focusables'])this['focusTracker']['add'](_0x20faed['element']),this['keystrokes']['listenTo'](_0x20faed['element']);this['keystrokes']['set']('enter',(_0xc87383,_0x1c25b0)=>{_0xa9f057===_0xc87383['target']&&(this['focusCycler']['focusFirst'](),_0x1c25b0());}),this['keystrokes']['set']('esc',(_0x27e273,_0x1937dc)=>{_0xa9f057!==_0x27e273['target']&&(this['focus'](),_0x1937dc());});}}class d extends _0x465839{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x50a8cf,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x320c38){super(_0x320c38),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x4138af=this['editor']['config'];_0x4138af['define']('trackChanges.SuggestionThreadView',fe),_0x4138af['define']('trackChanges.SuggestionView',we),_0x4138af['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x4138af['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x52139e,_0x32f77d){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x19dd5b,_0x3467f8]of this['_handleControllerBuffer']){const _0x30ce1a=this['_suggestionToController']['has'](_0x19dd5b);_0x30ce1a||_0x3467f8?_0x30ce1a&&_0x3467f8&&this['_destroyController'](_0x19dd5b):this['_initializeController'](_0x19dd5b);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x52139e,_0x32f77d);}['init'](){const _0x44b624=this['editor'],_0x11e8a9=_0x44b624['plugins']['get']('TrackChangesEditing'),_0x536895=_0x44b624['plugins']['get']('Annotations'),_0x29d5f9=_0x44b624['plugins']['get']('EditorAnnotations'),_0x2ceff5=_0x44b624['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x29d5f9['addSourceCollector'](()=>{const _0x9162b0=[];for(const [_0x385281,_0x4b5992]of Array['from'](this['_suggestionToController'])){const _0x272dc7=_0x385281['getAllAdjacentSuggestions'](),_0x51a7b0=[];for(const _0x2bac18 of _0x272dc7){if(!_0x2bac18['isInContent'])continue;if(_0x2bac18['isMultiRange']){_0x51a7b0['push'](..._0x2bac18['getRanges']());continue;}const _0x24a51f=_0x2bac18['getFirstRange']();if(_0x51a7b0['length']>0x0){const _0x5499eb=_0x51a7b0[0x0]['getJoined'](_0x24a51f);if(_0x5499eb){_0x51a7b0[0x0]=_0x5499eb;continue;}}_0x51a7b0['push'](_0x24a51f);}_0x9162b0['push']([_0x4b5992['view'],_0x51a7b0]);}return _0x9162b0;}),this['listenTo'](_0x11e8a9,'suggestionLoaded',(_0x25300e,_0x17bfcb)=>{this['listenTo'](_0x17bfcb,'change:previous',(_0x270f30,_0x34ce99,_0x4440d4,_0x14fb5e)=>{_0x17bfcb['isInContent']&&(null==_0x4440d4?(this['_updateController'](_0x14fb5e['head']),this['_handleSuggestionControllerDelayed'](_0x17bfcb,!0x1)):(this['_updateController'](_0x4440d4['head']),null==_0x14fb5e&&this['_handleSuggestionControllerDelayed'](_0x17bfcb,!0x0)));}),null!==_0x17bfcb['previous']?this['_updateController'](_0x17bfcb['head']):this['_handleSuggestionControllerDelayed'](_0x17bfcb,!0x1);}),this['listenTo'](_0x11e8a9,'suggestionUnloaded',(_0x2f913c,_0x5c251f,_0x2062d8)=>{this['stopListening'](_0x5c251f,'change:previous'),this['_handleControllerBuffer']['delete'](_0x5c251f),this['_suggestionToController']['has'](_0x5c251f)&&this['_destroyController'](_0x5c251f),_0x2062d8&&this['_updateController'](_0x2062d8['head']);}),this['listenTo'](_0x11e8a9,'suggestionChanged',(_0x5ba5a4,_0x5e19e0)=>{this['_updateController'](_0x5e19e0);}),this['listenTo'](_0x536895,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x2ceff5,'addComment',(_0x3b2832,{threadId:_0x1a020d,isFromAdapter:_0x1d2d2e})=>{if(_0x1d2d2e||!_0x11e8a9['hasSuggestion'](_0x1a020d))return;const _0x42f583=_0x11e8a9['getSuggestion'](_0x1a020d);this['_suggestionToController']['get'](_0x42f583)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x25035f=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x51c4b6;for(const _0x29585b in _0x25035f){const _0x40aa94=_0x29585b,_0xcb8232=_0x25035f[_0x40aa94];if('trackChangesLicenseKeyValid'==_0xcb8232||'trackChangesLicenseKeyInvalid'==_0xcb8232||'trackChangesLicenseKeyExpired'==_0xcb8232||'trackChangesLicenseKeyDomainLimit'==_0xcb8232||'trackChangesLicenseKeyNotAllowed'==_0xcb8232||'trackChangesLicenseKeyEvaluationLimit'==_0xcb8232||'trackChangesLicenseKeyTrialLimit'==_0xcb8232||'trackChangesLicenseKeyUsageLimit'==_0xcb8232){delete _0x25035f[_0x40aa94],_0x51c4b6=_0xcb8232,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x51c4b6&&_0x25035f['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x51c4b6&&_0x25035f['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x51c4b6&&_0x25035f['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x51c4b6&&_0x25035f['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x51c4b6&&_0x25035f['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x51c4b6&&_0x25035f['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyUsageLimit'==_0x51c4b6&&_0x25035f['_showLicenseError']('usageLimit');},0x3e8);}['_refreshActiveMarkers'](){const _0x56b531=this['editor']['plugins']['get']('Annotations'),_0x512366=this['editor']['plugins']['get']('TrackChangesEditing'),_0x49671b=Array['from'](_0x56b531['activeAnnotations'],_0x400984=>_0x400984['innerView'])['filter'](_0x43dd41=>this['_viewToController']['has'](_0x43dd41)),_0x53b075=[];for(const _0x1cf546 of _0x49671b){const _0x1b5501=this['_viewToController']['get'](_0x1cf546)['model']['getAllAdjacentSuggestions']();_0x53b075['push'](..._0x1b5501['reduce']((_0x2ae59a,_0x671d4d)=>[..._0x2ae59a,..._0x671d4d['getMarkerNames']()],[]));}_0x512366['activeMarkers']=_0x53b075;}['_addUIComponentsToFactory'](){const _0x286b11=this['editor'],_0x5fde72=_0x286b11['locale'],_0x363e40=c(_0x5fde72,'Track\x20changes'),_0x2c9472=new _0x45a1d9([{'type':'switchbutton','model':new _0x417432({'withText':!0x0,'isToggleable':!0x0,'label':_0x363e40,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x417432({'withText':!0x0,'label':c(_0x5fde72,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x417432({'withText':!0x0,'label':c(_0x5fde72,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x417432({'withText':!0x0,'label':c(_0x5fde72,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x417432({'withText':!0x0,'label':c(_0x5fde72,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);_0x286b11['plugins']['has']('TrackChangesPreview')&&_0x2c9472['addMany']([{'type':'separator'},{'type':'button','model':new _0x417432({'withText':!0x0,'label':c(_0x5fde72,'Preview\x20final\x20content'),'commandName':'previewFinalContent','role':'menuitem'})}]);for(const _0x16d469 of _0x2c9472)if(ke(_0x16d469)){const _0x31d14a=_0x286b11['commands']['get'](_0x16d469['model']['commandName']);_0x16d469['model']['bind']('isOn','isEnabled')['to'](_0x31d14a,'value','isEnabled');}_0x286b11['ui']['componentFactory']['add']('trackChanges',_0x334999=>this['_createToolbarButton'](_0x334999,_0x2c9472,_0x363e40)),_0x286b11['ui']['componentFactory']['add']('menuBar:trackChanges',_0x381bc4=>this['_createMenuBarMenu'](_0x381bc4,_0x2c9472,_0x363e40));}['_createToolbarButton'](_0x9e945c,_0x85bdb9,_0x4d43d5){const _0x350b32=_0x3864aa(_0x9e945c,_0x42daf1),_0x203072=this['editor']['commands']['get']('trackChanges');_0x350b32['buttonView']['set']({'tooltip':_0x4d43d5,'label':_0x4d43d5,'icon':_0x98e570}),_0x350b32['buttonView']['bind']('isOn')['to'](_0x203072,'value'),_0x350b32['buttonView']['on']('execute',()=>{_0x203072['execute'](),this['editor']['editing']['view']['focus']();}),_0x4a292e(_0x350b32,_0x85bdb9,{'role':'menu'});const _0x3052d8=[];for(const _0x2f5da6 of _0x85bdb9)ke(_0x2f5da6)&&_0x3052d8['push'](this['editor']['commands']['get'](_0x2f5da6['model']['commandName']));const _0x2609e7=_0x350b32['buttonView'];return _0x2609e7['actionView']['unbind']('isEnabled'),_0x2609e7['arrowView']['unbind']('isEnabled'),_0x2609e7['actionView']['bind']('isEnabled')['to'](_0x203072,'isEnabled'),_0x2609e7['arrowView']['bind']('isEnabled')['toMany'](_0x3052d8,'isEnabled',(..._0x3486c6)=>_0x3486c6['some'](_0x4af15a=>_0x4af15a)),_0x350b32['on']('execute',_0x471b4c=>{this['editor']['execute'](_0x471b4c['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x350b32;}['_createMenuBarMenu'](_0x1815e0,_0x16fcec,_0x139aa5){const _0x62ef29=new _0x4fe0fe(_0x1815e0),_0x128c5c=this['editor']['commands']['get']('trackChanges');_0x62ef29['buttonView']['set']({'label':_0x139aa5,'icon':_0x98e570});const _0x10829a=new _0x2a4117(_0x1815e0);for(const _0x14c3cd of _0x16fcec){if('separator'==_0x14c3cd['type']){_0x10829a['items']['add'](new _0x5cecbf(_0x1815e0));continue;}const _0x1f6382=new _0xb4328e(_0x1815e0,_0x62ef29),_0x83c951=new _0x2d5af2(_0x1815e0),_0x1e21af=_0x14c3cd['model'];_0x83c951['bind'](...Object['keys'](_0x1e21af))['to'](_0x1e21af),_0x83c951['delegate']('execute')['to'](_0x62ef29),_0x83c951['on']('execute',()=>{this['editor']['execute'](_0x1e21af['commandName']),this['editor']['editing']['view']['focus']();}),_0x1f6382['children']['add'](_0x83c951),_0x10829a['items']['add'](_0x1f6382);}return _0x62ef29['bind']('isEnabled')['to'](_0x128c5c,'isEnabled'),_0x62ef29['panelView']['children']['add'](_0x10829a),_0x62ef29;}['_initializeController'](_0x4b3c8b){const _0x454ea1=this['editor'],_0x3de601=_0x454ea1['config'],_0x9a21df=_0x454ea1['plugins']['get']('Annotations'),_0x42fe3a=_0x454ea1['plugins']['get']('CommentsRepository'),_0x1d3bcf=_0x454ea1['plugins']['get']('EditorAnnotations'),_0x1ecd58=_0x454ea1['plugins']['get'](_0x50a8cf)['me'],_0x465340=_0x3de601['get']('trackChanges')['SuggestionThreadView'],_0x3939f9=_0x3de601['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x39c0f3,CommentThreadInputView:_0x24b3bb}=_0x454ea1['plugins']['get']('CommentsUI');let _0x5e6fca,_0x2100d2,_0x174720;this['_annotationViews']['has'](_0x4b3c8b['id'])?(_0x2100d2=this['_annotationViews']['get'](_0x4b3c8b['id']),_0x5e6fca=_0x2100d2['mainView']):(_0x5e6fca=new _0x465340(_0x454ea1['locale'],_0x4b3c8b,_0x1ecd58,{'disableComments':this['_disableComments'],'editorConfig':{..._0x3de601['get']('comments.editorConfig'),'licenseKey':_0x3de601['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x3de601['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x3de601['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x3de601['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x1c1134(_0x3de601['get']('locale'),_0x454ea1['locale']),'CommentView':_0x3de601['get']('comments')['CommentView'],'CommentsListView':_0x39c0f3,'CommentThreadInputView':_0x24b3bb,'SuggestionView':_0x3939f9}),_0x5e6fca['suggestionView']['acceptButton']['on']('execute',()=>{_0x454ea1['editing']['view']['focus']();}),_0x5e6fca['suggestionView']['discardButton']['on']('execute',()=>{_0x454ea1['editing']['view']['focus']();}),_0x2100d2=_0x9a21df['createAnnotationView'](this['editor']['locale'],_0x5e6fca),_0x2100d2['bind']('isDirty')['to'](_0x5e6fca,'isDirty'),_0x2100d2['bind']('length')['to'](_0x5e6fca),_0x2100d2['bind']('type')['to'](_0x5e6fca,'type',_0xed014c=>'suggestion-'+_0xed014c),_0x5e6fca['on']('escape',()=>{_0x174720['fire']('escape');}),this['_annotationViews']['set'](_0x4b3c8b['id'],_0x2100d2));const _0x5f1735=_0x42fe3a['createCommentThreadController'](_0x4b3c8b['commentThread'],_0x5e6fca),_0x331583=new pe(_0x454ea1,_0x4b3c8b,_0x5e6fca,_0x5f1735),_0x1069fc=_0x4b3c8b['getAllAdjacentSuggestions']()['filter'](_0x2b2066=>_0x2b2066['isInContent']);_0x5e6fca['descriptionParts']=_0x454ea1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x1069fc),this['_suggestionToController']['set'](_0x4b3c8b,_0x331583),this['_viewToController']['set'](_0x5e6fca,_0x331583),_0x174720=_0x9a21df['createAnnotation']({'view':_0x2100d2,'target':()=>{const _0x37594b=[],_0x8b65b3=_0x4b3c8b['getAllAdjacentSuggestions']()['filter'](_0x33c6d=>_0x33c6d['isInContent']);for(const _0x2bd493 of _0x8b65b3)_0x37594b['push'](..._0x2bd493['getMarkers']());return _0x36f853(_0x454ea1['editing'],_0x37594b);},'type':()=>'suggestion-'+_0x331583['view']['type']}),_0x42fe3a['_bindAnnotationToEditors'](_0x5e6fca,_0x174720),_0x9a21df['add'](_0x174720),_0x1d3bcf['registerAnnotation'](_0x174720);}['_destroyController'](_0x383c41){const _0x25a8ca=this['editor']['plugins']['get']('CommentsRepository'),_0x39d701=this['editor']['plugins']['get']('Annotations'),_0x2ae9f5=this['_suggestionToController']['get'](_0x383c41),_0x489566=_0x2ae9f5['view'],_0x35bf3a=_0x39d701['getByInnerView'](_0x489566);_0x25a8ca['_unbindEditors'](_0x489566),_0x35bf3a&&_0x39d701['remove'](_0x35bf3a),this['_suggestionToController']['delete'](_0x383c41),this['_viewToController']['delete'](_0x489566),_0x2ae9f5['destroy']();}['_updateController'](_0x11d060){if(!_0x11d060['isInContent']||!this['_suggestionToController']['has'](_0x11d060))return;const _0xdd8937=this['editor']['plugins']['get']('TrackChangesEditing'),_0xa6773d=this['_suggestionToController']['get'](_0x11d060),_0x423d12=_0x11d060['getAllAdjacentSuggestions']();_0xa6773d['view']['descriptionParts']=_0xdd8937['descriptionFactory']['getDescriptions'](_0x423d12);}['destroy'](){for(const _0x30765d of this['_suggestionToController']['keys']())this['_destroyController'](_0x30765d);for(const _0x1c95d7 of this['_annotationViews']['values']())_0x1c95d7['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function ke(_0x4082cd){return'model'in _0x4082cd;}class k extends _0x465839{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x4b099){this['editor']['plugins']['get'](p)['adapter']=_0x4b099;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x13bd5e){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x13bd5e);}['getSuggestions']({skipNotAttached:_0x10354e=!0x1,toJSON:_0x3fd2f6=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x10354e,'toJSON':_0x3fd2f6});}['getSuggestion'](_0x58594f){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x58594f);}}const w=['Pagination'];class T extends _0x465839{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x1c94b5=this['editor'];if(_0x1c94b5['config']['define']('trackChangesData.editorCreator',_0x384b7c=>{const _0x51edf5=_0x1c94b5['model']['document']['getRootNames']()['reduce']((_0x485a82,_0x333dde)=>(_0x485a82[_0x333dde]='',_0x485a82),{});return _0x1c94b5['constructor']['create'](_0x51edf5,_0x384b7c);}),'function'!=typeof _0x1c94b5['config']['get']('trackChangesData')['editorCreator'])throw new _0x3f002a('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x4d5919){return N(this['editor'],!0x0,_0x4d5919);}['getDataWithDiscardedSuggestions'](_0x539f60){return N(this['editor'],!0x1,_0x539f60);}}class D extends _0x465839{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x24d108){function _0x5a433d(_0xab4089){return _0xab4089['map'](_0x2af50c=>String['fromCharCode'](_0x2af50c))['join']('');}super(_0x24d108),this['result']='end',_0x24d108[_0x5a433d([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x5a433d([0x76,0x69,0x65,0x77])][_0x5a433d([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x5a433d([0x61,0x75,0x74,0x6f]),_0x24d108[_0x5a433d([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x5a433d([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x5a433d([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x5a433d([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x5a433d([0x6f,0x6b])});}['init'](){this['editor']['plugins']['get']('CommentsRepository')['_adapter']={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this['editor']['plugins']['get']('TrackChangesEditing')['_adapter']=null;}}function Ge(_0x448ead){return void 0x0!==_0x448ead['getRootsAttributes'];}async function N(_0x1b2c68,_0x5d1e88,_0x4dc58e){const _0x452998=_0x4ad614(_0x1b2c68,w);_0x452998['plugins']['push'](p,D),_0x452998['rootsAttributes']=Ge(_0x1b2c68)?_0x1b2c68['getRootsAttributes']():void 0x0;const _0x5a4192=document['createDocumentFragment'](),_0x135de0=_0x1b2c68['config']['get']('trackChangesData')['editorCreator'],_0x2e61f7=await _0x135de0(_0x452998,()=>function(_0x14e872){const _0x5e15f0=document['createElement']('div');return _0x14e872['appendChild'](_0x5e15f0),_0x5e15f0;}(_0x5a4192));!function(_0x51996b,_0x5ea044){const _0x13fda5=_0x51996b['model']['document']['getRootNames']()['reduce']((_0x5a1629,_0x2e9fc1)=>(_0x5a1629[_0x2e9fc1]=_0x51996b['data']['get']({'rootName':_0x2e9fc1}),_0x5a1629),{}),_0x2b189c=_0x51996b['plugins']['get']('Users')['users']['map'](_0xd7185d=>({'id':_0xd7185d['id'],'name':_0xd7185d['name']})),_0x14e5d7=_0x51996b['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x50d99a=_0x51996b['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x3fcb6d=_0x5ea044['plugins']['get']('Users'),_0xd3fa44=_0x5ea044['plugins']['get']('TrackChangesEditing'),_0x24b635=_0x5ea044['plugins']['get']('CommentsRepository');for(const _0x4ab469 of _0x24b635['getCommentThreads']())_0x4ab469['remove']();for(const _0x3aef6d of _0x2b189c)_0x3fcb6d['getUser'](_0x3aef6d['id'])||_0x3fcb6d['addUser'](_0x3aef6d);_0x3fcb6d['me']||_0x3fcb6d['useAnonymousUser']();for(const _0x718efe of _0x50d99a)_0x24b635['addCommentThread'](_0x718efe);for(const _0x52a62e of _0x14e5d7)_0xd3fa44['addSuggestionData'](_0x52a62e);_0x5ea044['data']['set'](_0x13fda5);}(_0x1b2c68,_0x2e61f7),_0x2e61f7['execute'](_0x5d1e88?'acceptAllSuggestions':'discardAllSuggestions');const _0x35d746=Ge(_0x2e61f7)?_0x2e61f7['getFullData'](_0x4dc58e):_0x2e61f7['data']['get'](_0x4dc58e);return await _0x2e61f7['destroy'](),_0x35d746;}class Me extends _0x5687e5{['options'];constructor(_0xbac554,_0x14a071){super(_0xbac554),this['options']=_0x14a071,this['setTemplate']({'tag':'div','attributes':{'class':['ck','ck-reset','ck-track-changes-preview'],'tabindex':-0x1}});}['render'](){super['render'](),this['element']['style']['width']=this['options']['dialogRects']['width']+'px',this['element']['style']['height']=this['options']['dialogRects']['height']+'px';}['setPreviewData'](_0x3a5d41,_0x3c0f2f){if(!this['element'])return;const _0x46cc8d=[];for(const [_0x3dda69,_0x225e37]of _0x3a5d41){const _0x4c9785=document['createElement']('div');_0x4c9785['setAttribute']('data-ck-root-name',_0x3dda69),_0x4c9785['className']=_0x225e37['classes']+'\x20ck-track-changes-preview__root-container',_0x4c9785['innerHTML']=_0x225e37['content'],_0x46cc8d['push'](_0x4c9785);}_0x3c0f2f(this['element'],_0x46cc8d),this['element']['style']['height']='',this['fire']('previewDataReady');}['focus'](){this['element']['focus']();}}class re extends _0x455c8c{constructor(_0x32b66f){super(_0x32b66f),this['affectsData']=!0x1,this['isEnabled']=!0x0;}['refresh'](){this['isEnabled']=!0x0;}['execute'](){const _0x874d02=this['editor'],_0x3ddf5e=_0x874d02['locale'],_0x47974c=_0x874d02['plugins']['get']('Dialog');let _0x404c94;const _0x4da9fd=function(_0x130f74){const _0x320cb3={};if('editables'in _0x130f74['ui']['view']){for(const [_0x1027bc,_0x3c58bb]of Object['entries'](_0x130f74['ui']['view']['editables']))_0x320cb3[_0x1027bc]=_0x3c58bb['element'];}else _0x320cb3[_0x130f74['model']['document']['getRootNames']()[0x0]]=_0x130f74['ui']['view']['editable']['element'];return _0x320cb3;}(_0x874d02),_0x4f4139=function(_0x221ed8){let _0x4d605a=0x0;for(const _0x380bd1 of Object['values'](_0x221ed8))_0x4d605a=Math['max'](_0x4d605a,_0x380bd1['getBoundingClientRect']()['width']);let _0x290ed6=0x0;for(const _0x4dd8e9 of Object['values'](_0x221ed8))_0x290ed6+=_0x4dd8e9['getBoundingClientRect']()['height'];const _0x166443=0.8*Math['max'](document['documentElement']['clientHeight'],window['innerHeight']),_0x471e34=Math['min'](_0x290ed6,_0x166443);return{'width':_0x4d605a,'height':_0x471e34};}(_0x4da9fd);_0x47974c['show']({'id':'finalContentPreview','title':c(_0x3ddf5e,'Final\x20content\x20preview'),'isModal':!0x0,'className':'ck-track-changes-preview-dialog','content':new Me(_0x3ddf5e,{'dialogRects':_0x4f4139}),'onHide':()=>{_0x404c94['detachFromDom']();},'onShow':()=>{_0x874d02['plugins']['get']('TrackChangesData')['getDataWithAcceptedSuggestions']({...this['_getMergeFieldsData']()})['then'](_0x445307=>{const _0x7d7fd9=this['_standarizeRootsData'](_0x445307,_0x874d02,_0x4da9fd);_0x47974c['view']['contentView']['children']['get'](0x0)['setPreviewData'](_0x7d7fd9,_0x874d02['config']['get']('trackChanges.preview.renderFunction'));}),_0x404c94=new _0x1bee4e(_0x3ddf5e,[_0x47974c['view']]),_0x404c94['attachToDom'](),_0x404c94['bodyCollectionContainer']['classList']['remove']('ck-reset_all'),_0x874d02['once']('destroy',()=>{_0x404c94['detachFromDom']();});const _0x3b13eb=_0x47974c['view']['headerView']['class'];_0x47974c['view']['headerView']['class']=_0x3b13eb?_0x3b13eb+'\x20ck-reset_all':'ck-reset_all',_0x47974c['view']['contentView']['children']['get'](0x0)['on']('previewDataReady',()=>{_0x47974c['view']['updatePosition']();});}});}['_getMergeFieldsData'](){if(!this['editor']['plugins']['has']('MergeFieldsEditing'))return{};const _0x27830a=this['editor']['plugins']['get']('MergeFieldsEditing'),_0x201dea=_0x27830a['previewMode'],_0x4ac7de={};if('$labels'===_0x201dea){for(const _0x218185 of _0x27830a['getMergeFieldsIds']())_0x4ac7de[_0x218185]=_0x27830a['getLabel'](_0x218185)||_0x218185;}else{const _0xc31e76='$defaultValues'===_0x201dea?_0x27830a['getDefaultValues']():_0x27830a['getDataSetValues'](_0x201dea,!0x0);for(const _0x2bd308 of Object['entries'](_0xc31e76)){const [_0x4b59ef,_0x1517d3]=_0x2bd308;_0x4ac7de[_0x4b59ef]=null!==_0x1517d3?_0x1517d3:_0x27830a['getLabel'](_0x4b59ef)||_0x4b59ef;}}return{'mergeFieldsData':_0x4ac7de};}['_standarizeRootsData'](_0x437e0e,_0x57f56d,_0x42d4e0){let _0x4db37e;if('string'==typeof _0x437e0e){const _0x1be992=_0x57f56d['model']['document']['getRootNames']()[0x0];_0x4db37e={[_0x1be992]:_0x437e0e};}else _0x4db37e=_0x437e0e;const _0x50d73f=this['_fixMediaEmbeds'](_0x4db37e,_0x57f56d),_0x5954bd=function(_0x388c6f,_0x49fcaa){for(const [_0x539492,_0x309e7d]of _0x388c6f)_0x309e7d['classes']=_0x49fcaa[_0x539492]['classList']['value']['replace']('ck-focused','');return _0x388c6f;}(this['_sortRoots'](_0x57f56d)['reduce']((_0x1ac897,_0x522d79)=>(_0x1ac897['push']([_0x522d79,{'content':_0x50d73f[_0x522d79],'classes':''}]),_0x1ac897),[]),_0x42d4e0);return _0x5954bd;}['_fixMediaEmbeds'](_0xa7b376,_0x395913){if(!_0x395913['plugins']['has']('MediaEmbedEditing'))return _0xa7b376;const _0x456298=_0x395913['plugins']['get']('MediaEmbedEditing');for(const [_0x9b8002,_0x48fe28]of Object['entries'](_0xa7b376)){const _0x435cdc=document['createElement']('div');_0x435cdc['innerHTML']=_0x48fe28,(_0x435cdc['querySelectorAll']('figure.media')['forEach'](_0x540752=>{const _0x173c5a=_0x540752['querySelector']('oembed');if(_0x173c5a){const _0x1887e8=_0x173c5a['getAttribute']('url');if(_0x1887e8){const _0x3f177a=_0x456298['registry']['getMediaViewElement'](new _0x3407f8(_0x395913['editing']['view']['document']),_0x1887e8,{'elementName':'','renderForEditingView':!0x0}),_0x29893b=document['createElement']('div');_0x29893b['classList']['add']('ck-media__wrapper'),_0x3f177a['render'](_0x29893b,_0x395913['editing']['view']['domConverter']),_0x173c5a['replaceWith'](_0x29893b);}}}),_0xa7b376[_0x9b8002]=_0x435cdc['innerHTML']);}return _0xa7b376;}['_sortRoots'](_0x2a9e14){if(!function(_0x38b54a){return void 0x0!==_0x38b54a['getRootsAttributes'];}(_0x2a9e14))return _0x2a9e14['model']['document']['getRootNames']();const _0x4cad44=[],_0x3e6365=new Map();for(const _0x155d58 of _0x2a9e14['model']['document']['getRootNames']()){const _0x395826=_0x2a9e14['editing']['view']['getDomRoot'](_0x155d58)['getClientRects']()['item'](0x0);_0x4cad44['push'](_0x155d58),_0x3e6365['set'](_0x155d58,_0x395826);}return _0x4cad44['sort']((_0x479ba3,_0xe6ab55)=>{const _0x21d0d9=_0x3e6365['get'](_0x479ba3),_0x14e649=_0x3e6365['get'](_0xe6ab55);return _0x21d0d9['y']-_0x14e649['y']||_0x21d0d9['x']-_0x14e649['x'];}),_0x4cad44;}}class te extends _0x465839{static get['requires'](){return[T,_0x5a4850];}static get['pluginName'](){return'TrackChangesPreview';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x23371c){super(_0x23371c),_0x23371c['commands']['add']('previewFinalContent',new re(this['editor'])),_0x23371c['config']['define']('trackChanges.preview.renderFunction',(_0x4e5f68,_0xa7021b)=>{for(const _0x1f3230 of _0xa7021b)_0x4e5f68['appendChild'](_0x1f3230);});}}export{us as BaseSuggestionThreadView,o as Suggestion,fe as SuggestionThreadView,we as SuggestionView,k as TrackChanges,T as TrackChangesData,p as TrackChangesEditing,te as TrackChangesPreview};
|