@ckeditor/ckeditor5-track-changes 44.1.0-alpha.3 → 44.1.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/package.json +10 -10
- package/src/trackchangesediting.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{Command as Qt,Plugin as
|
|
24
|
-
_0x202400(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x33ba08,_0x595dbb){super(),this['id']=_0x595dbb['id'],this['type']=_0x595dbb['type'],this['subType']=_0x595dbb['subType']||null,this['author']=_0x595dbb['author'],this['creator']=_0x595dbb['creator']||_0x595dbb['author'],this['isExternal']=Boolean(_0x595dbb['attributes']&&_0x595dbb['attributes']['@external']),this['data']=null,this['_model']=_0x33ba08,this['_onAccept']=_0x595dbb['onAccept'],this['_onDiscard']=_0x595dbb['onDiscard'],this['_onAttributesChange']=_0x595dbb['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x595dbb['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 _0x1a2472=this;for(;_0x1a2472['previous'];)_0x1a2472=_0x1a2472['previous'];return _0x1a2472;}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'](_0x3716e4){this['_markerNames']['add'](_0x3716e4);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x390d89=>this['_model']['markers']['get'](_0x390d89))['filter'](_0x5bef5a=>_0x5bef5a);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x457d0f=>{for(const _0x2fc8be of this['getMarkers']())_0x457d0f['removeMarker'](_0x2fc8be);}),this['_markerNames']['clear']();}['removeMarker'](_0x4283cd){this['_model']['change'](_0x330a41=>{_0x330a41['removeMarker'](_0x4283cd);}),this['_markerNames']['delete'](_0x4283cd);}['addRange'](_0x2fa53f){const _0x370f18='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x370f18),this['_model']['change'](_0x32d7df=>{_0x32d7df['addMarker'](_0x370f18,{'range':_0x2fa53f,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x5cb200){for(const _0x7426d1 of this['getRanges']())if(_0x7426d1['isIntersecting'](_0x5cb200))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x1dbe79=>_0x1dbe79['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x204be9,_0x3a0618)=>[..._0x204be9,..._0x3a0618['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x5137b0=this['getRanges']();if(0x1!=_0x5137b0['length'])return null;const _0x23f684=_0x5137b0[0x0],_0xefe8ef=_0x23f684['start']['nodeAfter'],_0x5e2a8e=_0x23f684['end']['nodeBefore'];return _0xefe8ef instanceof _0x4e311f?_0xefe8ef!=_0x5e2a8e?null:_0xefe8ef: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 _0x579a4e=[];let _0x51c5b8=this['head'];for(;_0x51c5b8;)_0x579a4e['push'](_0x51c5b8),_0x51c5b8=_0x51c5b8['next'];return _0x579a4e;}['setAttribute'](_0x9565c3,_0x54658e){const _0x3bde5c=_0x45c518(this['attributes']);_0x94932c(_0x3bde5c,_0x9565c3,_0x54658e),_0xf684d1(_0x3bde5c,this['attributes'])||(this['attributes']=_0x3bde5c,this['_onAttributesChange'](_0x3bde5c));}['removeAttribute'](_0xb989d1){const _0x408f4e=_0x45c518(this['attributes']);_0x4fcc0c(_0x408f4e,_0xb989d1),_0xf684d1(_0x408f4e,this['attributes'])||(this['attributes']=_0x408f4e,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 _0x2d895c()['substr'](0x1,0x5);}}function o(_0x34761d,_0x41b1a4,_0x43f1d1){const _0x469e7b=_0x34761d['t'],t=_0x34761d['t'];switch(_0x41b1a4){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'*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',_0x43f1d1);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x43f1d1);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x43f1d1);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x43f1d1);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x43f1d1);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',_0x43f1d1);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x43f1d1);case'*Replace\x20image\x20URL*':return t('*Replace\x20image\x20URL*');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',_0x43f1d1);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x43f1d1);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x43f1d1);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x43f1d1);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x43f1d1);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x43f1d1);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x43f1d1);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x43f1d1);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x43f1d1);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x43f1d1);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x43f1d1);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x43f1d1);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x43f1d1);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x43f1d1);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x43f1d1);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x43f1d1);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x43f1d1);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'},_0x43f1d1);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x43f1d1);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x43f1d1);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x43f1d1);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x43f1d1);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x43f1d1);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'},_0x43f1d1);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x43f1d1);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x43f1d1);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x43f1d1);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x43f1d1);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'},_0x43f1d1);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x43f1d1);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'},_0x43f1d1);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'},_0x43f1d1);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x43f1d1);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'},_0x43f1d1);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x43f1d1);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'},_0x43f1d1);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x43f1d1);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x43f1d1);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'},_0x43f1d1);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x43f1d1);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 _0x469e7b({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x43f1d1);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x469e7b({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x43f1d1);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x43f1d1);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'},_0x43f1d1);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'},_0x43f1d1);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'},_0x43f1d1);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x41b1a4;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x336b42,_0x5063f5){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x336b42,this['_locale']=_0x5063f5;}['getDescriptions'](_0x44d422){const _0x2183b1=[],_0x115b32=new Set(),_0x1b70d9=new Set();for(let _0x233ed2=0x0;_0x233ed2<_0x44d422['length'];_0x233ed2++){const _0x5ab805=_0x44d422[_0x233ed2];if(!_0x5ab805['isInContent'])continue;const _0x139e34=this['_handleCustomCallbackDescription'](_0x5ab805);if(_0x139e34){if(null!=_0x5ab805['subType']){if(_0x115b32['has'](_0x5ab805['subType']))continue;_0x115b32['add'](_0x5ab805['subType']);}_0x2183b1['push'](_0x139e34);}else{if('attribute'!=_0x5ab805['type'])'insertion'!=_0x5ab805['type']&&'deletion'!=_0x5ab805['type']||this['_handleInsertRemoveSuggestionDescription'](_0x2183b1,_0x5ab805,_0x44d422[_0x233ed2+0x1]);else{const _0x626dc3=_0x5ab805['data']['key'];if(_0x1b70d9['has'](_0x626dc3))continue;_0x1b70d9['add'](_0x5ab805['data']['key']),_0x626dc3==m?this['_handleRenameSuggestionDescription'](_0x2183b1,_0x5ab805):this['_handleAttributeSuggestionDescription'](_0x2183b1,_0x5ab805);}}}return this['_resolveDescriptionItems'](_0x2183b1);}['registerDescriptionCallback'](_0x488975){this['_customCallbacks']['push'](_0x488975);}['registerElementLabel'](_0x20f5d0,_0x3e3fa6,_0x5e543d=_0x33fff0['normal']){'function'==typeof _0x20f5d0?_0x440e6c(this['_itemLabelsCallbacks'],{'matchingCallback':_0x20f5d0,'label':_0x3e3fa6,'priority':_0x5e543d}):this['_itemLabels']['set'](_0x20f5d0,_0x3e3fa6);}['registerAttributeLabel'](_0x436f90,_0x124bb6){this['_attributeLabels']['set'](_0x436f90,_0x124bb6);}['getItemLabel'](_0xc5d489,_0x1e90d3=0x1){let _0x117578;for(const _0x472c92 of this['_itemLabelsCallbacks'])if(_0x472c92['matchingCallback'](_0xc5d489)){_0x117578=_0x472c92['label'];break;}return _0x117578||(_0x117578=this['_itemLabels']['get'](_0xc5d489['name'])),_0x117578?_0x117578(_0x1e90d3):0x1!==_0x1e90d3?_0x1e90d3+'\x20'+_0xc5d489['name']+'s':''+_0xc5d489['name'];}['_addDescriptionItems'](_0x2aff6e,_0x3db370){const _0x54e5a2=_0x3db370['getFirstRange']()['getWalker'](),_0x20a1b7='insertion'==_0x3db370['type']?'add':'remove';for(const _0x24d4dd of _0x54e5a2){const _0x139500=_0x24d4dd['item'],_0x5ac080=_0x2aff6e[_0x2aff6e['length']-0x1];if(_0x139500['is']('$textProxy'))_0x5ac080&&_0x5ac080['type']['indexOf']('Container')>-0x1&&_0x2aff6e['pop'](),_0x5ac080&&'text'==_0x5ac080['type']?_0x5ac080[_0x20a1b7]+=_0x139500['data']:_0x2aff6e['push']({'type':'text','add':'add'==_0x20a1b7?_0x139500['data']:'','remove':'remove'==_0x20a1b7?_0x139500['data']:''});else{if(this['_schema']['isObject'](_0x139500)){const _0xc0ec7d=_0x139500;if(_0x5ac080&&_0x5ac080['type']['indexOf']('Container')>-0x1&&_0x2aff6e['pop'](),'elementEnd'==_0x24d4dd['type'])continue;_0x5ac080&&_0x5ac080['type']==_0x20a1b7+'Object'&&_0x5ac080['element']['name']==_0xc0ec7d['name']?_0x5ac080['quantity']++:_0x2aff6e['push']({'type':_0x20a1b7+'Object','element':_0xc0ec7d,'quantity':0x1}),_0x54e5a2['skip'](_0x53be94=>!('elementEnd'==_0x53be94['type']&&_0x53be94['item']==_0x139500));}else{if(this['_schema']['checkChild'](_0x139500,'$text')||_0x139500['is']('element','softBreak')){const _0x31075e=_0x139500;if('add'==_0x20a1b7&&'elementStart'==_0x24d4dd['type']||'remove'==_0x20a1b7&&'elementEnd'==_0x24d4dd['type'])continue;if(_0x5ac080&&-0x1==_0x5ac080['type']['indexOf']('Container')){'text'==_0x5ac080['type']&&(_0x5ac080[_0x20a1b7]+='\x0a');continue;}let _0x2567ba;if(_0x2567ba='add'==_0x20a1b7?_0x31075e['nextSibling']&&!this['_schema']['isObject'](_0x31075e['nextSibling'])?_0x31075e['nextSibling']:null:_0x31075e['previousSibling']&&!this['_schema']['isObject'](_0x31075e['previousSibling'])?_0x31075e['previousSibling']:null,_0x31075e['isEmpty']||_0x2567ba&&_0x2567ba['isEmpty']){const _0x4ae07f=_0x2567ba&&_0x2567ba['isEmpty']?_0x2567ba:_0x31075e;_0x5ac080&&_0x5ac080['type']==_0x20a1b7+'EmptyContainer'&&_0x5ac080['element']['name']==_0x4ae07f['name']?_0x5ac080['quantity']++:_0x2aff6e['push']({'type':_0x20a1b7+'EmptyContainer','element':_0x4ae07f,'quantity':0x1});}else _0x2aff6e['push']({'type':_0x20a1b7+'Container','element':_0x31075e});}}}}}['_resolveDescriptionItems'](_0x28820f){const _0x18aa28=this['_locale'],_0x932589=[],_0x2844a5=[],_0x64220d=[];for(const _0x3c9b5c of _0x28820f)switch(_0x3c9b5c['type']){case'text':if(_0x3c9b5c['add']=_0x3c9b5c['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x3c9b5c['remove']=_0x3c9b5c['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x3c9b5c['add']&&''!=_0x3c9b5c['remove']){_0x932589['push']({'type':'replace','content':o(_0x18aa28,'REPLACE_TEXT',['\x22'+_0x3c9b5c['remove']+'\x22','\x22'+_0x3c9b5c['add']+'\x22'])});continue;}if(null!=_0x3c9b5c['add']['match'](/^ +$/)){_0x932589['push']({'type':'insertion','content':o(_0x18aa28,'*Insert:*\x20%0',o(_0x18aa28,'ELEMENT_SPACE',_0x3c9b5c['add']['length']))});continue;}if(null!=_0x3c9b5c['remove']['match'](/^ +$/)){_0x932589['push']({'type':'deletion','content':o(_0x18aa28,'*Remove:*\x20%0',o(_0x18aa28,'ELEMENT_SPACE',_0x3c9b5c['remove']['length']))});continue;}if(''!=_0x3c9b5c['add']){_0x932589['push']({'type':'insertion','content':o(_0x18aa28,'*Insert:*\x20%0','\x22'+_0x3c9b5c['add']+'\x22')});continue;}_0x932589['push']({'type':'deletion','content':o(_0x18aa28,'*Remove:*\x20%0','\x22'+_0x3c9b5c['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x932589['push']({'type':'insertion','content':o(_0x18aa28,'*Insert:*\x20%0',this['getItemLabel'](_0x3c9b5c['element'],_0x3c9b5c['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x932589['push']({'type':'deletion','content':o(_0x18aa28,'*Remove:*\x20%0',this['getItemLabel'](_0x3c9b5c['element'],_0x3c9b5c['quantity']))});continue;case'addContainer':_0x932589['push']({'type':'insertion','content':o(_0x18aa28,'*Split:*\x20%0',this['getItemLabel'](_0x3c9b5c['element'],_0x3c9b5c['quantity']))});continue;case'removeContainer':_0x932589['push']({'type':'deletion','content':o(_0x18aa28,'*Merge:*\x20%0',this['getItemLabel'](_0x3c9b5c['element'],_0x3c9b5c['quantity']))});continue;case'addFormat':_0x2844a5['push'](_0x3c9b5c['key']);continue;case'removeFormat':_0x64220d['push'](_0x3c9b5c['key']);continue;default:_0x932589['push'](_0x3c9b5c);}if(_0x2844a5['length']){const _0x4f988e=_0x2844a5['map'](_0x81b021=>this['_attributeLabels']['has'](_0x81b021)?this['_attributeLabels']['get'](_0x81b021):_0x81b021)['join'](',\x20');_0x932589['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x4f988e)});}if(_0x64220d['length']){const _0x3eba4f=_0x64220d['map'](_0x4f4bfc=>this['_attributeLabels']['has'](_0x4f4bfc)?this['_attributeLabels']['get'](_0x4f4bfc):_0x4f4bfc)['join'](',\x20');_0x932589['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x3eba4f)});}return _0x932589;}['_handleCustomCallbackDescription'](_0x43a5d8){for(const _0x22e9f9 of this['_customCallbacks']){const _0x51f5ba=_0x22e9f9(_0x43a5d8);if(_0x51f5ba&&'type'in _0x51f5ba)return _0x51f5ba;}}['_handleAttributeSuggestionDescription'](_0x521f48,_0x3440d4){const _0x2a1cfc=_0x3440d4['data'],_0x1b74ac=void 0x0===_0x2a1cfc['newValue']?'removeFormat':'addFormat';_0x521f48['push']({'type':_0x1b74ac,'key':_0x2a1cfc['key']});}['_handleRenameSuggestionDescription'](_0x24ee1c,_0x323ce0){_0x24ee1c['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x323ce0['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x3973e6,_0x2d3749,_0x525036){if(this['_addDescriptionItems'](_0x3973e6,_0x2d3749),_0x525036&&_0x525036['getFirstRange']()&&!_0x2d3749['getFirstRange']()['end']['isEqual'](_0x525036['getFirstRange']()['start'])){const _0x226388=_0x3973e6[_0x3973e6['length']-0x1],_0x3b1da3='insertion'==_0x2d3749['type']?'add':'remove';_0x226388&&'text'==_0x226388['type']&&(_0x226388[_0x3b1da3]+='\x0a');}}}class U extends _0x1a8d41{['afterInit'](){const _0x3143a2=this['editor'],_0x3ac730=_0x3143a2['plugins']['get']('TrackChangesEditing');_0x3143a2['commands']['get']('showAIAssistant')&&_0x3ac730['enableCommand']('showAIAssistant');}}class V extends _0x1a8d41{['afterInit'](){const _0x7f024=this['editor'],_0xcc11bc=_0x7f024['locale'];if(!_0x7f024['plugins']['has']('AlignmentEditing'))return;const _0x5ea60f=_0x7f024['plugins']['get']('TrackChangesEditing');_0x5ea60f['enableDefaultAttributesIntegration']('alignment'),_0x5ea60f['registerBlockAttribute']('alignment'),_0x5ea60f['descriptionFactory']['registerAttributeLabel']('alignment',o(_0xcc11bc,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2a954c=this['editor'],_0x50a58e=_0x2a954c['locale'];_0x2a954c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1257bc=>{if('formatBlock'!=_0x1257bc['type'])return;const {data:_0x7b422e}=_0x1257bc;if(_0x7b422e&&'alignment'==_0x7b422e['commandName']){const _0x268851=_0x7b422e['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x50a58e,'*Format:*\x20%0',function(_0x4f0614){switch(_0x4f0614){case'left':return o(_0x50a58e,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x50a58e,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x50a58e,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x50a58e,'FORMAT_JUSTIFY_TEXT');}}(_0x268851))};}});}}const Zt=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x1a8d41{['afterInit'](){const _0xff51f=this['editor'],_0x535438=_0xff51f['plugins']['get']('TrackChangesEditing'),_0x2be9fa=_0xff51f['locale'];for(const _0x4a1fcd of Zt){if(!_0xff51f['plugins']['has'](_0x4a1fcd))continue;const _0x346911=_0x4a1fcd['slice'](0x0,-0x7)['toLowerCase'](),_0x566798='FORMAT_'+_0x346911['toUpperCase']();_0x535438['enableDefaultAttributesIntegration'](_0x346911),_0x535438['registerInlineAttribute'](_0x346911),_0x535438['descriptionFactory']['registerAttributeLabel'](_0x346911,o(_0x2be9fa,_0x566798));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1b0def=this['editor'],_0x1cbdc5=_0x1b0def['locale'],_0x5e7abc=_0x1b0def['plugins']['get']('TrackChangesEditing');function _0x60bfa6(_0x47b3f4,_0x12eb53){_0x5e7abc['descriptionFactory']['registerDescriptionCallback'](_0x4308ca=>{if('formatInline'!=_0x4308ca['type'])return;const {data:_0x11c181}=_0x4308ca;return _0x11c181&&_0x11c181['commandName']===_0x47b3f4?_0x11c181['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1cbdc5,'*Format:*\x20%0',_0x12eb53)}:{'type':'format','content':o(_0x1cbdc5,'*Remove\x20format:*\x20%0',_0x12eb53)}:void 0x0;});}_0x60bfa6('bold',o(_0x1cbdc5,'FORMAT_BOLD')),_0x60bfa6('italic',o(_0x1cbdc5,'FORMAT_ITALIC')),_0x60bfa6('underline',o(_0x1cbdc5,'FORMAT_UNDERLINE')),_0x60bfa6('code',o(_0x1cbdc5,'FORMAT_CODE')),_0x60bfa6('strikethrough',o(_0x1cbdc5,'FORMAT_STRIKETHROUGH')),_0x60bfa6('subscript',o(_0x1cbdc5,'FORMAT_SUBSCRIPT')),_0x60bfa6('superscript',o(_0x1cbdc5,'FORMAT_SUPERSCRIPT'));}}class F extends _0x1a8d41{['afterInit'](){const _0x223ad4=this['editor'],_0x369b87=_0x223ad4['locale'];if(!_0x223ad4['plugins']['has']('BlockQuoteEditing'))return;const _0x4715a4=_0x223ad4['plugins']['get']('TrackChangesEditing'),_0x5bf2be=this['editor']['commands']['get']('blockQuote');_0x4715a4['enableCommand']('blockQuote',(_0x39e9db,_0x490475={})=>{const _0x25864a=this['editor']['model']['document']['selection'],_0x2eddd3=_0x490475&&void 0x0!==_0x490475['forceValue']?_0x490475['forceValue']:!_0x5bf2be['value'];let _0x858de7=[];if(_0x2eddd3){const _0x4da118=Array['from'](_0x25864a['getSelectedBlocks']())['filter'](_0x136040=>oo(_0x136040)||function(_0x59607d,_0x4481cc){const _0x395be6=_0x4481cc['checkChild'](_0x59607d['parent'],'blockQuote'),_0x20d3e2=_0x4481cc['checkChild'](['$root','blockQuote'],_0x59607d);return _0x395be6&&_0x20d3e2;}(_0x136040,this['editor']['model']['schema']));_0x858de7=to(_0x4da118,_0x223ad4['model']);}else{const _0x4b286e=Array['from'](_0x25864a['getSelectedBlocks']())['filter'](_0x871784=>oo(_0x871784));_0x858de7=to(_0x4b286e,_0x223ad4['model']);}_0x223ad4['model']['change'](()=>{for(const _0x3cdc80 of _0x858de7)_0x4715a4['markBlockFormat'](_0x3cdc80,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x2eddd3}]});});}),_0x4715a4['descriptionFactory']['registerDescriptionCallback'](_0x318143=>{const {data:_0x15e476}=_0x318143;if(_0x15e476&&'blockQuote'==_0x15e476['commandName']){const _0x2d59b9=o(_0x369b87,'ELEMENT_BLOCK_QUOTE');return _0x15e476['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x369b87,'*Set\x20format:*\x20%0',_0x2d59b9)}:{'type':'format','content':o(_0x369b87,'*Remove\x20format:*\x20%0',_0x2d59b9)};}});}}function oo(_0x57efac){return'blockQuote'==_0x57efac['parent']['name'];}class L extends _0x1a8d41{['afterInit'](){const _0xf92633=this['editor'],_0x4c4adc=_0xf92633['locale'],_0x3870ab=_0xf92633['plugins']['get']('TrackChangesEditing');_0xf92633['plugins']['has']('BookmarkEditing')&&(_0x3870ab['enableCommand']('insertBookmark'),_0x3870ab['enableDefaultAttributesIntegration']('updateBookmark'),_0x3870ab['registerBlockAttribute']('bookmarkId'),_0x3870ab['descriptionFactory']['registerDescriptionCallback'](_0x3d339e=>{if('insertion'!=_0x3d339e['type']&&'deletion'!=_0x3d339e['type']&&'attribute'!=_0x3d339e['type'])return;const _0x295086=_0x3d339e['getContainedElement']();if(null==_0x295086)return;if(!_0x295086['is']('element','bookmark'))return;const _0x21e17f=_0x295086['getAttribute']('bookmarkId');if('insertion'==_0x3d339e['type'])return{'type':'insertion','content':o(_0x4c4adc,'*Insert:*\x20%0','\x22'+_0x21e17f+'\x22\x20'+o(_0x4c4adc,'ELEMENT_BOOKMARK'))};if('deletion'==_0x3d339e['type'])return{'type':'deletion','content':o(_0x4c4adc,'*Remove:*\x20%0','\x22'+_0x21e17f+'\x22\x20'+o(_0x4c4adc,'ELEMENT_BOOKMARK'))};const {data:_0x4fc083}=_0x3d339e;if(!_0x4fc083||'bookmarkId'!=_0x4fc083['key'])return;return{'type':'format','content':o(_0x4c4adc,'*Set\x20bookmark:*\x20%0','\x22'+_0x4fc083['newValue']+'\x22')};}));}}class J extends _0x1a8d41{['afterInit'](){const _0x5112ed=this['editor'];_0x5112ed['plugins']['has']('CaseChange')&&(_0x5112ed['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x5112ed['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x5112ed['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x1a8d41{['afterInit'](){const _0x5d47ce=this['editor'];_0x5d47ce['commands']['get']('ckbox')&&_0x5d47ce['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class q extends _0x1a8d41{['afterInit'](){const _0x1550ca=this['editor'];if(!_0x1550ca['plugins']['has']('CodeBlock'))return;const _0x11400f=_0x1550ca['plugins']['get']('TrackChangesEditing'),_0x2fd408=_0x1550ca['locale'],_0x7e7ed6=_0x1550ca['config']['get']('codeBlock')['languages'],_0x68ef7e=_0x1550ca['commands']['get']('codeBlock');_0x11400f['enableCommand']('indentCodeBlock'),_0x11400f['enableCommand']('outdentCodeBlock'),_0x11400f['enableCommand']('codeBlock',(_0x5826e2,_0x3e7d44={})=>{const _0x2bfc2d=_0x1550ca['model'],_0x590d43=_0x1550ca['model']['document']['selection'],_0x4f28c0=_0x3e7d44&&void 0x0!==_0x3e7d44['forceValue']?_0x3e7d44['forceValue']:!_0x68ef7e['value'];let _0x5a3510;_0x3e7d44['language']||(_0x3e7d44['language']=_0x7e7ed6[0x0]['language']),_0x5a3510=_0x4f28c0?Array['from'](_0x590d43['getSelectedBlocks']())['filter'](_0x48999a=>eo(_0x48999a)||function(_0x44c059,_0x24daf6){if(_0x44c059['is']('rootElement')||_0x24daf6['isLimit'](_0x44c059))return!0x1;return _0x24daf6['checkChild'](_0x44c059['parent'],'codeBlock');}(_0x48999a,_0x2bfc2d['schema'])):Array['from'](_0x590d43['getSelectedBlocks']())['filter'](_0x391c32=>eo(_0x391c32));const _0xd4b2d8=to(_0x5a3510,_0x2bfc2d);_0x2bfc2d['change'](()=>{for(const _0x2bfee9 of _0xd4b2d8)_0x11400f['markBlockFormat'](_0x2bfee9,{'commandName':'codeBlock','commandParams':[{..._0x3e7d44,'forceValue':_0x4f28c0}],'formatGroupId':'blockName'});});}),(_0x11400f['descriptionFactory']['registerElementLabel']('codeBlock',_0x1efb94=>o(_0x2fd408,'ELEMENT_CODE_BLOCK',_0x1efb94)),_0x11400f['descriptionFactory']['registerDescriptionCallback'](_0x1698cf=>{if('formatBlock'!=_0x1698cf['type'])return;const _0x10d6d7=_0x2fd408['t'],{data:_0x56a2f1}=_0x1698cf;if(!_0x56a2f1||'codeBlock'!=_0x56a2f1['commandName'])return;const _0x4b051a=_0x56a2f1['commandParams'][0x0]['language'],_0x233162=_0x10d6d7(_0x7e7ed6['find'](_0x2c876b=>_0x2c876b['language']===_0x4b051a)['label'])['toLowerCase']();return _0x56a2f1['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2fd408,'*Set\x20format:*\x20%0',o(_0x2fd408,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x233162+')')}:{'type':'format','content':o(_0x2fd408,'*Remove\x20format:*\x20%0',o(_0x2fd408,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x40e475){return'codeBlock'==_0x40e475['name'];}class z extends _0x1a8d41{['afterInit'](){const _0x1a63bf=this['editor'];if(!_0x1a63bf['plugins']['has']('CommentsEditing'))return;_0x1a63bf['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x19f593,_0x1f7db9,_0x28c462){const _0x1f239c=[];for(const _0x43c215 of _0x1f7db9['getItems']())_0x43c215['hasAttribute'](_0x19f593)&&_0x1f239c['push'](_0x28c462['createRangeOn'](_0x43c215));return _0x1f239c;}function Ne(_0x357a33,_0x4b44b5,{showActiveMarker:_0x1c2300=!0x0}={}){const _0x3715d0=_0x357a33['plugins']['get']('TrackChangesEditing');return(_0x385ccc,_0x1e64b3,_0x206b0f)=>{if(!_0x206b0f['consumable']['test'](_0x1e64b3['markerRange'],_0x385ccc['name']))return;const _0x1b1739=_0x1e64b3['markerRange']['getWalker'](),_0x51ab2f=_0x1e64b3['markerRange']['start'],_0x42ad83=_0x357a33['model']['schema'];let _0x43aefd=null,_0x389831=null,_0x1113a7=!0x1,_0x4735ee=!0x1;for(const _0x5ac777 of _0x1b1739){const _0x106a5c=_0x5ac777['item'];_0x1113a7=_0x1113a7||_0x42ad83['isContent'](_0x106a5c);const _0x191f90=_0x206b0f['mapper']['toViewElement'](_0x106a5c);if(_0x191f90&&_0x191f90['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x5ac777['type']&&(_0x42ad83['isBlock'](_0x106a5c)&&!_0x42ad83['isLimit'](_0x106a5c)&&(_0x106a5c['nextSibling']||_0x51ab2f['isAtEnd']?_0x43aefd&&_0x43aefd['parent']==_0x106a5c||(_0x43aefd=_0x106a5c,_0x38e7fd(_0x5ac777['previousPosition']),_0x4735ee=!0x0):_0x389831=_0x389831||_0x5ac777['previousPosition']));}function _0x38e7fd(_0x32c3e9){const {authorId:_0x3d2e86}=_0x3715d0['_splitMarkerName'](_0x1e64b3['markerName']),_0x25353c=_0x206b0f['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x4b44b5,'data-author-id':_0x3d2e86}),_0x18c499=_0x206b0f['mapper']['toViewPosition'](_0x32c3e9);_0x1c2300&&_0x3715d0['activeMarkers']['includes'](_0x1e64b3['markerName'])&&_0x206b0f['writer']['addClass']('ck-suggestion-marker--active',_0x25353c),_0x206b0f['writer']['insert'](_0x18c499,_0x25353c),_0x206b0f['mapper']['bindElementToMarker'](_0x25353c,_0x1e64b3['markerName']);}_0x1113a7||_0x4735ee||!_0x389831||_0x38e7fd(_0x389831);};}class K extends _0x1a8d41{static get['requires'](){return[_0x16cbb0];}['init'](){const _0x5246cb=this['editor'],_0x83b837=_0x5246cb['plugins']['get']('TrackChangesEditing');_0x83b837['enableCommand']('delete');const _0x1a338e=_0x5246cb['commands']['get']('deleteForward');_0x83b837['enableCommand']('deleteForward',(_0xc852bf,_0xe7238d={})=>{const _0x3a3fd0=_0x5246cb['model']['createSelection'](_0x5246cb['model']['document']['selection']);_0x3a3fd0['isCollapsed']&&_0x5246cb['model']['modifySelection'](_0x3a3fd0,{'direction':'forward','unit':_0xe7238d['unit']});const _0x4dd956=_0x3a3fd0['getFirstRange'](),_0x1d73d8=_0x4b1aef['fromRange'](_0x4dd956);let _0xe2cc63;_0xc852bf(_0xe7238d),_0xe2cc63='$graveyard'==_0x1d73d8['root']['rootName']?_0x5246cb['model']['createRange'](_0x4dd956['start']):_0x5246cb['model']['createRange'](_0x1d73d8['start'],_0x1d73d8['end']),_0x1d73d8['detach'](),_0x5246cb['model']['enqueueChange'](_0x1a338e['buffer']['batch'],_0x1c1422=>{_0x1a338e['buffer']['lock'](),_0x1c1422['setSelection'](_0x1c1422['createRange'](_0xe2cc63['end'])),_0x1a338e['buffer']['unlock']();});}),_0x5246cb['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',Ne(_0x5246cb,'merge'),{'priority':'high'}),_0x5246cb['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x2614ae,_0x153e5c,_0x1beaa1)=>{_0x1beaa1['options']['showSuggestionHighlights']&&Ne(_0x5246cb,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x2614ae,_0x153e5c,_0x1beaa1);},{'priority':'high'}),_0x5246cb['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x19b7a8,_0x3cc2d5,_0x34a290)=>{const _0x58f6f7=_0x34a290['mapper']['markerNameToElements'](_0x3cc2d5['markerName']);if(_0x58f6f7){for(const _0x5a1b8f of _0x58f6f7)_0x5a1b8f['is']('uiElement')&&(_0x34a290['mapper']['unbindElementFromMarkerName'](_0x5a1b8f,_0x3cc2d5['markerName']),_0x34a290['writer']['remove'](_0x5a1b8f));}},{'priority':'high'});}}class W extends _0x1a8d41{['afterInit'](){const _0xb75311=this['editor'];if(!_0xb75311['plugins']['has']('ListEditing'))return;const _0x4e24a8=_0xb75311['locale'],_0x3777e0=_0xb75311['plugins']['get']('TrackChangesEditing'),_0x200f30=_0xb75311['plugins']['has']('TodoListEditing'),_0x4cb020=!!_0xb75311['config']['get']('list.multiBlock');function _0x488104(_0x2cf5b3){return{'type':'format','content':''+o(_0x4e24a8,'*Set\x20format:*\x20%0',_0x2cf5b3)};}function _0x402424(_0x1aca53){return{'type':'format','content':''+o(_0x4e24a8,'*Remove\x20format:*\x20%0',_0x1aca53)};}_0x3777e0['enableDefaultAttributesIntegration']('numberedList'),_0x3777e0['enableDefaultAttributesIntegration']('bulletedList'),_0x3777e0['enableDefaultAttributesIntegration']('customNumberedList'),_0x3777e0['enableDefaultAttributesIntegration']('customBulletedList'),_0x3777e0['enableDefaultAttributesIntegration']('indentList'),_0x3777e0['enableDefaultAttributesIntegration']('outdentList'),_0x3777e0['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x3777e0['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x3777e0['registerBlockAttribute']('listItemId'),_0x3777e0['registerBlockAttribute']('listType'),_0x3777e0['registerBlockAttribute']('listIndent'),_0x4cb020&&(_0x3777e0['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x3777e0['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x200f30&&(_0x3777e0['enableDefaultAttributesIntegration']('todoList'),_0x3777e0['enableDefaultAttributesIntegration']('checkTodoList'),_0x3777e0['registerBlockAttribute']('todoListChecked'),_0x3777e0['descriptionFactory']['registerDescriptionCallback'](_0x56c885=>{const {data:_0x1c976f}=_0x56c885;if(_0x1c976f&&'todoListChecked'==_0x1c976f['key'])return{'type':'format','content':_0x1c976f['newValue']?o(_0x4e24a8,'*Check\x20item*'):o(_0x4e24a8,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x5ba86a=>{if(_0x5ba86a['batch']['isUndo'])return!0x1;let _0x560059=!0x1;const _0x56ce2b=_0x3777e0['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x45d22e=>'todoListChecked'===_0x3777e0['_getAttributeKey'](_0x45d22e));for(const _0x3bfc81 of _0x56ce2b){'todo'!=_0x3bfc81['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x3777e0['_findSuggestions'](_0x3bfc81['getFirstRange'](),'attribute')['find'](_0x38c547=>'listType'===_0x3777e0['_getAttributeKey'](_0x38c547['suggestion']))||(_0x5ba86a['removeMarker'](_0x3bfc81['getFirstMarker']()),_0x560059=!0x0));}return _0x560059;})),_0x3777e0['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x4e24a8,'FORMAT_INDENT'));const _0x2ae497={'type':'format','content':''};_0x3777e0['descriptionFactory']['registerDescriptionCallback'](_0x577b5d=>{const {data:_0x39790c}=_0x577b5d;if(!_0x39790c||'listType'!=_0x39790c['key'])return;let _0x4fd4eb=_0x577b5d['head'];for(;_0x4fd4eb;){if(_0x4fd4eb['data']&&(('listStyle'==_0x4fd4eb['data']['key']||'listMarkerStyle'==_0x4fd4eb['data']['key'])&&(_0x4fd4eb['data']['newValue']&&'default'!=_0x4fd4eb['data']['newValue']||'default'!=_0x4fd4eb['data']['oldValue']&&!_0x39790c['newValue'])||!_0x4cb020&&_0x4fd4eb['data']['key']==m))return _0x2ae497;_0x4fd4eb=_0x4fd4eb['next'];}if(null==_0x39790c['newValue'])switch(_0x39790c['oldValue']){case'bulleted':return _0x402424(o(_0x4e24a8,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x402424(o(_0x4e24a8,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x402424(o(_0x4e24a8,'ELEMENT_TODO_LIST'));}switch(_0x39790c['newValue']){case'bulleted':return _0x488104(o(_0x4e24a8,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x488104(o(_0x4e24a8,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x488104(o(_0x4e24a8,'ELEMENT_TODO_LIST'));}}),_0x3777e0['descriptionFactory']['registerDescriptionCallback'](_0x487f9d=>{const {data:_0x2aef4e}=_0x487f9d;if(_0x2aef4e&&'listIndent'==_0x2aef4e['key'])return null==_0x2aef4e['newValue']||null==_0x2aef4e['oldValue']&&0x0==_0x2aef4e['newValue']?_0x2ae497:void 0x0;}),_0x3777e0['descriptionFactory']['registerDescriptionCallback'](_0x58047b=>{if('attribute'!=_0x58047b['type'])return;const {data:_0x476fdd}=_0x58047b;if(!_0x476fdd||'listItemId'!=_0x476fdd['key'])return;const _0x40bbd2=Te(_0x58047b);return'newValue'==_0x40bbd2?{'type':'format','content':o(_0x4e24a8,'*Merge:*\x20list\x20item')}:'oldValue'==_0x40bbd2?{'type':'format','content':o(_0x4e24a8,'*Split:*\x20list\x20item')}:_0x2ae497;}),_0xb75311['model']['document']['registerPostFixer'](_0x3d877d=>this['listItemIdFixer'](_0x3d877d)),_0xb75311['model']['document']['registerPostFixer'](_0x15ec5a=>this['noTrackChangesFixer'](_0x15ec5a)),_0xb75311['model']['document']['on']('change:data',(_0x1edd60,_0xe34925)=>{if(_0xe34925['isUndo']||!_0xe34925['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x5e518e){if(_0x5e518e['batch']['isUndo']||!_0x5e518e['batch']['isLocal'])return!0x1;let _0x354b60=!0x1;const _0x3cdd9f=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x45a240=>_0x45a240['data']&&'listItemId'==_0x45a240['data']['key'])['filter'](_0x1ab6ff=>_0x1ab6ff['data']['newValue']&&_0x1ab6ff['data']['oldValue']);for(const _0x54ba00 of _0x3cdd9f)Te(_0x54ba00)||(_0x5e518e['removeMarker'](_0x54ba00['getFirstMarker']()),_0x354b60=!0x0);return _0x354b60;}['noTrackChangesFixer'](_0x38557c){if(_0x38557c['batch']['isUndo']||!_0x38557c['batch']['isLocal'])return!0x1;const _0xd67403=this['editor']['plugins']['get']('TrackChangesEditing');if(_0xd67403['trackChangesCommand']['value'])return!0x1;let _0x195156=!0x1;const _0x704e70=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x2e86ac=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x10ec3a=>'attribute'==_0x10ec3a['type'])['filter'](_0x2e8538=>_0x704e70['includes'](_0x2e8538['attributeKey']));if(0x0==_0x2e86ac['length'])return _0x195156;for(const _0x12fc75 of _0x2e86ac){const _0x39fbf5=_0xd67403['_findSuggestions'](_0x12fc75['range'],'attribute')['filter'](_0x17145d=>!_0x17145d['meta']['isNextTo'])['map'](_0x18af09=>_0x18af09['suggestion'])['filter'](_0x137ad6=>{const _0x3e5915=_0xd67403['_getAttributeKey'](_0x137ad6);return _0x704e70['includes'](_0x3e5915);});if(_0x39fbf5['length']){for(const _0xf24f45 of _0x39fbf5)_0x38557c['removeMarker'](_0xf24f45['getFirstMarker']());_0x195156=!0x0;}}return _0x195156;}['assureChains'](){const _0x485f1e=this['editor']['plugins']['get']('TrackChangesEditing'),_0x26700e=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x43cccc;const _0x4744d5=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x407600=>{if(_0x407600['data']['oldRange']||!_0x407600['data']['newRange'])return null;if(!_0x407600['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0xc227f6}=_0x485f1e['_splitMarkerName'](_0x407600['name']);if(!_0x485f1e['hasSuggestion'](_0xc227f6))return null;const _0x596f4a=_0x485f1e['getSuggestion'](_0xc227f6);return _0x26700e['includes'](_0x596f4a['data']['key']);})['map'](_0x5bcc1f=>{const {id:_0x22267b}=_0x485f1e['_splitMarkerName'](_0x5bcc1f['name']),_0x56b88e=_0x485f1e['getSuggestion'](_0x22267b);return _0x43cccc=_0x56b88e['attributes']['groupId'],_0x56b88e['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x4744d5['size'])return;const _0x4df852=_0x485f1e['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x32c393=>'attribute'==_0x32c393['type']&&_0x32c393['data']&&_0x26700e['includes'](_0x32c393['data']['key'])&&_0x32c393['attributes']['groupId']!=_0x43cccc)['map'](_0x369dc8=>({'listItem':_0x369dc8['getFirstRange']()['start']['nodeAfter'],'groupId':_0x369dc8['attributes']['groupId']})),_0x1cbb3d=new Set();for(const {groupId:_0x4d4ff9,listItem:_0x4950e4}of _0x4df852)_0x4744d5['has'](_0x4950e4)&&_0x1cbb3d['add'](_0x4d4ff9);for(const _0x19ffa4 of _0x485f1e['getSuggestions']())_0x1cbb3d['has'](_0x19ffa4['attributes']['groupId'])&&_0x19ffa4['setAttribute']('groupId',_0x43cccc);}['_supportLegacySuggestions'](){const _0x3d2422=this['editor'],_0x51ca7c=_0x3d2422['locale'],_0x39ad20=_0x3d2422['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x39ad20['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x535229,_0x29a91b){const _0x503524=[];for(let _0x5c2b7b of _0x535229)_0x5c2b7b['start']['nodeAfter']===_0x5c2b7b['end']['parent']&&(_0x5c2b7b=_0x3d2422['model']['createRange'](_0x3d2422['model']['createPositionAt'](_0x5c2b7b['start']['nodeAfter'],0x0))),_0x503524['push'](_0x5c2b7b);_0x3d2422['model']['change'](_0x41cef4=>{const _0x1762cf=_0x3d2422['model']['document']['selection'],_0x58e36c=Array['from'](_0x1762cf['getRanges']())['map'](_0x44d8b1=>_0x4b1aef['fromRange'](_0x44d8b1));_0x41cef4['setSelection'](_0x503524),_0x3d2422['commands']['get'](_0x29a91b['commandName'])['refresh'](),_0x29a91b['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x3d2422['execute'](_0x29a91b['commandName'],..._0x29a91b['commandParams']),_0x41cef4['setSelection'](_0x58e36c);for(const _0x358211 of _0x58e36c)_0x358211['detach']();});}),_0x39ad20['descriptionFactory']['registerElementLabel'](function(_0x608dc5){const _0x1a4203=!_0x3d2422['model']['schema']['isObject'](_0x608dc5),_0x1243be=_0x608dc5['previousSibling'],_0x20baae=_0x608dc5['nextSibling'],_0x5517a7=_0x608dc5['getAttribute']('listItemId'),_0x4ea83a=!_0x1243be||_0x1243be['getAttribute']('listItemId')!==_0x5517a7,_0x4c3a71=!_0x20baae||_0x20baae['getAttribute']('listItemId')!==_0x5517a7;return _0x1a4203&&Boolean(_0x5517a7)&&_0x4ea83a&&_0x4c3a71;},_0x519838=>o(_0x51ca7c,'ELEMENT_LIST_ITEM',_0x519838));}['_registerLegacyDescription'](){const _0x48e031=this['editor'],_0xb62837=_0x48e031['locale'];function _0x12a6c0(_0x4c12c5){const _0x1e83f5=_0x48e031['commands']['get']('bulletedList')['value'],_0x619ccb=_0x48e031['commands']['get']('numberedList')['value'];return'numberedList'===_0x4c12c5?_0x1e83f5:_0x619ccb;}_0x48e031['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x3be770){if('formatBlock'!=_0x3be770['type'])return;const {data:_0x46bdd9}=_0x3be770;if(!_0x46bdd9)return;let _0x931c5f,_0x5c8635,_0x4dd5a4,_0x149a55;switch(_0x46bdd9['commandName']){case'bulletedList':_0x4dd5a4=_0x46bdd9['commandParams'][0x0]['forceValue'],_0x149a55=_0x12a6c0(_0x46bdd9['commandName']),_0x931c5f=_0x4dd5a4?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x149a55&&_0x48e031['config']['get']('list.multiBlock')||(_0x931c5f='*Change\x20to:*\x20%0'),_0x5c8635={'type':'format','content':o(_0xb62837,_0x931c5f,o(_0xb62837,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x4dd5a4=_0x46bdd9['commandParams'][0x0]['forceValue'],_0x149a55=_0x12a6c0(_0x46bdd9['commandName']),_0x931c5f=_0x4dd5a4?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x149a55&&_0x48e031['config']['get']('list.multiBlock')||(_0x931c5f='*Change\x20to:*\x20%0'),_0x5c8635={'type':'format','content':o(_0xb62837,_0x931c5f,o(_0xb62837,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x931c5f='*Indent:*\x20%0',_0x5c8635={'type':'format','content':o(_0xb62837,_0x931c5f,o(_0xb62837,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x931c5f=function(_0x4013f0){const _0x334bbe=_0x4013f0['getFirstRange']();let _0x44b83c=_0x334bbe['start']['nodeAfter'];for(;_0x44b83c&&_0x334bbe['containsItem'](_0x44b83c);){if(_0x44b83c['getAttribute']('listIndent')>0x0)return!0x1;_0x44b83c=_0x44b83c['nextSibling'];}return!0x0;}(_0x3be770)?o(_0xb62837,'*Format:*\x20remove\x20from\x20%0',o(_0xb62837,function(_0x5a8bde){return'ELEMENT_'+_0x5a8bde['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x3be770))):o(_0xb62837,'*Outdent:*\x20%0',o(_0xb62837,'ELEMENT_LIST_ITEM')),_0x5c8635={'type':'format','content':_0x931c5f};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x46bdd9['multipleBlocks']&&(_0x931c5f='*Merge:*\x20%0',_0x5c8635={'type':'deletion','content':o(_0xb62837,_0x931c5f,o(_0xb62837,'ELEMENT_LIST_ITEM'))});}return _0x5c8635;});}}function Te(_0x38e383){let _0x55278a=_0x38e383['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x55278a;){const _0x42bc06=_0x55278a['getAttribute']('listItemId');if(!_0x42bc06)return!0x1;if(_0x42bc06==_0x38e383['data']['newValue'])return'newValue';if(_0x42bc06==_0x38e383['data']['oldValue'])return'oldValue';_0x55278a=_0x55278a['previousSibling'];}return!0x1;}class ye extends _0x1a8d41{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x3f0409=this['editor']['config']['get']('list.properties'),_0x4b52db=this['editor']['plugins']['get']('TrackChangesEditing');_0x3f0409['styles']&&(_0x4b52db['enableDefaultAttributesIntegration']('listStyle'),_0x4b52db['registerBlockAttribute']('listStyle')),_0x3f0409['reversed']&&(_0x4b52db['enableDefaultAttributesIntegration']('listReversed'),_0x4b52db['registerBlockAttribute']('listReversed')),_0x3f0409['startIndex']&&(_0x4b52db['enableDefaultAttributesIntegration']('listStart'),_0x4b52db['registerBlockAttribute']('listStart'));const _0x1c2b3e={'type':'format','content':''};_0x4b52db['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x2418ee=this['editor']['locale'];_0x4b52db['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x2418ee,'FORMAT_LIST_REVERSED')),_0x4b52db['descriptionFactory']['registerDescriptionCallback'](_0x5022b7=>{const {data:_0x28d5ea}=_0x5022b7;if(_0x28d5ea&&'listReversed'==_0x28d5ea['key'])return null==_0x28d5ea['newValue']||0x0==_0x28d5ea['newValue']&&null==_0x28d5ea['oldValue']?_0x1c2b3e:void 0x0;}),_0x4b52db['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x2418ee,'FORMAT_LIST_START')),_0x4b52db['descriptionFactory']['registerDescriptionCallback'](_0x1d3c9b=>{const {data:_0x349f56}=_0x1d3c9b;if(_0x349f56&&'listStart'==_0x349f56['key'])return null==_0x349f56['newValue']||0x1==_0x349f56['newValue']&&null==_0x349f56['oldValue']?_0x1c2b3e:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x175566=>{if(_0x175566['batch']['isUndo'])return!0x1;let _0x32655e=!0x1;const _0x2b2bd5=_0x4b52db['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x5c4ad7=>{const _0x5d61af=_0x4b52db['_getAttributeKey'](_0x5c4ad7);return'listStart'==_0x5d61af||'listReversed'==_0x5d61af;});for(const _0x4c1f5c of _0x2b2bd5){const _0x5be55e=_0x4c1f5c['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x5be55e||'customNumbered'==_0x5be55e)continue;_0x4b52db['_findSuggestions'](_0x4c1f5c['getFirstRange'](),'attribute')['find'](_0x1926b8=>'listType'==_0x4b52db['_getAttributeKey'](_0x1926b8['suggestion']))||(_0x175566['removeMarker'](_0x4c1f5c['getFirstMarker']()),_0x32655e=!0x0);}return _0x32655e;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x33b05a){const _0x59784f=this['editor']['locale'],{data:_0x500583}=_0x33b05a,_0x2f54f5={'type':'format','content':''};if(!_0x500583||'listStyle'!=_0x500583['key'])return;if(!_0x500583['oldValue'])return'default'==_0x500583['newValue']?_0x2f54f5:{'type':'format','content':''+o(_0x59784f,'*Set\x20format:*\x20%0',o(_0x59784f,this['_getTranslationKeyForListStyle'](_0x500583['newValue'])))};if(!_0x500583['newValue']){if('default'==_0x500583['oldValue'])return _0x2f54f5;let _0x1e1bd5=_0x33b05a['head'];for(;_0x1e1bd5;){if(_0x1e1bd5['data']&&'listType'==_0x1e1bd5['data']['key']&&_0x1e1bd5['data']['newValue'])return _0x2f54f5;_0x1e1bd5=_0x1e1bd5['next'];}return{'type':'format','content':''+o(_0x59784f,'*Remove\x20format:*\x20%0',o(_0x59784f,this['_getTranslationKeyForListStyle'](_0x500583['oldValue'])))};}if('default'!=_0x500583['newValue'])return{'type':'format','content':''+o(_0x59784f,'*Set\x20format:*\x20%0',o(_0x59784f,this['_getTranslationKeyForListStyle'](_0x500583['newValue'])))};let _0x175f2b=_0x33b05a['head'];for(;_0x175f2b;){if(_0x175f2b['data']&&'listType'==_0x175f2b['data']['key']&&_0x175f2b['data']['newValue']&&_0x175f2b['data']['oldValue'])return _0x2f54f5;_0x175f2b=_0x175f2b['next'];}return{'type':'format','content':o(_0x59784f,'*Set\x20format:*\x20%0',o(_0x59784f,'ELEMENT_'+_0x33b05a['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x46af7b=this['editor'],_0x4a565a=_0x46af7b['locale'];_0x46af7b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3e956f=>{if('formatBlock'!=_0x3e956f['type'])return;const {data:_0x3806d8}=_0x3e956f;if(!_0x3806d8)return;let _0x3efe6b,_0x4da4aa;switch(_0x3806d8['commandName']){case'listStyle':_0x3efe6b='*Change\x20to:*\x20%0',_0x4da4aa={'type':'format','content':o(_0x4a565a,_0x3efe6b,o(_0x4a565a,this['_getTranslationKeyForListStyle'](_0x3806d8['commandParams'][0x0]['type'])))};break;case'listReversed':_0x3efe6b=_0x3806d8['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x4da4aa={'type':'format','content':o(_0x4a565a,_0x3efe6b)};break;case'listStart':_0x3efe6b='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x4da4aa={'type':'format','content':o(_0x4a565a,_0x3efe6b,_0x3806d8['commandParams'][0x0]['startIndex'])};}return _0x4da4aa;});}['_getTranslationKeyForListStyle'](_0x2a0727){return'ELEMENT_'+function(_0x37cc25){if(Se['includes'](_0x37cc25))return'bulleted';if(_e['includes'](_0x37cc25))return'numbered';return null;}(_0x2a0727)['toUpperCase']()+'_LIST_'+_0x2a0727['toUpperCase']()['replace'](/-/g,'_');}}const Se=['disc','circle','square'],_e=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class X extends _0x1a8d41{static get['requires'](){return[_0x2d90c1];}['init'](){const _0x4334c9=this['editor'],_0x4f85da=_0x4334c9['plugins']['get']('TrackChangesEditing'),_0x1d445e=_0x4334c9['commands']['get']('enter');_0x4f85da['enableCommand']('enter',()=>{_0x4334c9['model']['change'](_0x6da1a1=>{const _0x4d5d85=_0x4334c9['model']['document']['selection'],_0x4271e2=_0x4d5d85['getFirstPosition'](),_0x2ceb8f=_0x4b1aef['fromRange'](_0x4d5d85['getFirstRange']());if(_0x1d445e['enterBlock'](_0x6da1a1)){const _0x7a643=_0x4334c9['model']['createPositionAt'](_0x4271e2['parent']['nextSibling'],0x0),_0x6564a6=_0x6da1a1['createRange'](_0x4271e2,_0x7a643);_0x4f85da['markInsertion'](_0x6564a6);}else _0x6da1a1['setSelection'](_0x6da1a1['createRange'](_0x2ceb8f['end']));_0x2ceb8f['detach'](),_0x1d445e['fire']('afterExecute',{'writer':_0x6da1a1});});}),_0x4334c9['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',Ne(_0x4334c9,'split'),{'priority':'high'}),_0x4334c9['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x27efcc,_0x46e710,_0x5eb298)=>{const _0x50fb54=_0x5eb298['mapper']['markerNameToElements'](_0x46e710['markerName']);if(_0x50fb54){for(const _0x72dcea of _0x50fb54)_0x72dcea['hasClass']('ck-suggestion-marker-split')&&(_0x5eb298['mapper']['unbindElementFromMarkerName'](_0x72dcea,_0x46e710['markerName']),_0x5eb298['writer']['remove'](_0x72dcea));}},{'priority':'high'}),_0x4334c9['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x3ff19a,_0x5f6e37,_0xb30f41)=>{_0xb30f41['options']['showSuggestionHighlights']&&Ne(_0x4334c9,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x3ff19a,_0x5f6e37,_0xb30f41);},{'priority':'high'});}}class Y extends _0x1a8d41{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x289b66=this['editor']['plugins']['get']('TrackChangesEditing');_0x289b66['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x289b66['enableCommand']('findNext'),_0x289b66['enableCommand']('findPrevious'),_0x289b66['enableCommand']('replace'),_0x289b66['enableCommand']('replaceAll');}['handleFindCommand'](_0xcf131e,_0x3d1b67,_0x3763b0={}){const _0x37b5b9=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0xcf131e(_0x4dc8a6=>{let _0x11d77d=('string'==typeof _0x3d1b67?_0x37b5b9['findByTextCallback'](_0x3d1b67,_0x3763b0):_0x3d1b67)(_0x4dc8a6);Array['isArray'](_0x11d77d)&&(_0x11d77d={'results':_0x11d77d,'searchText':'string'==typeof _0x3d1b67?_0x3d1b67:''});const _0xff655b=_0x11d77d['results']['filter'](_0x5815a2=>!0x1===this['_isInDeletionRange'](_0x5815a2,_0x4dc8a6['item']));return{..._0x11d77d,'results':_0xff655b};},_0x3763b0);}['_isInDeletionRange'](_0x2b6b0d,_0xcc7251){const _0x1c5d9f=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0xcc7251,_0x2b6b0d['start']),this['editor']['model']['createPositionAt'](_0xcc7251,_0x2b6b0d['end']));for(const _0x29b53d of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x1c5d9f['getIntersection'](_0x29b53d['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Z extends _0x1a8d41{['afterInit'](){const _0x1f2b60=this['editor']['locale'],_0x37e044=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x1e6c4e,commandName:_0x4caab6}of ro)this['editor']['plugins']['has'](_0x1e6c4e)&&(_0x37e044['enableDefaultAttributesIntegration'](_0x4caab6),_0x37e044['registerInlineAttribute'](_0x4caab6));_0x37e044['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x1f2b60,'FORMAT_FONT_SIZE')),_0x37e044['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x1f2b60,'FORMAT_FONT_FAMILY')),_0x37e044['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x1f2b60,'FORMAT_FONT_COLOR')),_0x37e044['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x1f2b60,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x158621=this['editor'],_0x30d660=_0x158621['locale'];_0x158621['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x16cb5e=>{const _0x54f8a5=_0x30d660['t'];if('formatInline'!=_0x16cb5e['type'])return;const {data:_0xb51091}=_0x16cb5e;if(null!=_0xb51091){if('fontSize'==_0xb51091['commandName']){const _0x8111f8=_0xb51091['commandParams'][0x0]['value'];if(_0x8111f8){const _0x3359fd=_0x54f8a5(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x4c87d9=>_0x4c87d9['model']==_0x8111f8)['title'])['toLowerCase']();return{'type':'format','content':o(_0x30d660,'*Set\x20font\x20size:*\x20%0',_0x3359fd)};}return{'type':'format','content':o(_0x30d660,'*Reset\x20font\x20size*')};}if('fontFamily'==_0xb51091['commandName']){const _0x29b9f4=_0xb51091['commandParams'][0x0]['value'];return _0x29b9f4?{'type':'format','content':o(_0x30d660,'*Set\x20font\x20family:*\x20%0',_0x29b9f4)}:{'type':'format','content':o(_0x30d660,'*Reset\x20font\x20family*')};}if('fontColor'==_0xb51091['commandName']){const _0x3e11e8=_0xb51091['commandParams'][0x0]['value'];if(_0x3e11e8){const _0x313337=_0x1ee506(this['editor']['config']['get']('fontColor.colors'))['find'](_0x7f4d89=>_0x7f4d89['model']==_0x3e11e8);let _0x5e278f=_0x3e11e8,_0x1572aa='';return _0x313337&&(_0x5e278f=_0x313337['label'],_0x1572aa=_0x54f8a5(_0x5e278f)['toLowerCase']()),{'type':'format','content':o(_0x30d660,'*Set\x20font\x20color:*\x20%0',_0x1572aa)['trim'](),'color':{'value':_0x3e11e8,'title':_0x1572aa||_0x5e278f}};}return{'type':'format','content':o(_0x30d660,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0xb51091['commandName']){const _0x39f0d2=_0xb51091['commandParams'][0x0]['value'];if(_0x39f0d2){const _0x27bc28=_0x1ee506(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x3f2e9c=>_0x3f2e9c['model']==_0x39f0d2);let _0x59f847=_0x39f0d2,_0x172c5b='';return _0x27bc28&&(_0x59f847=_0x27bc28['label'],_0x172c5b=_0x54f8a5(_0x59f847)['toLowerCase']()),{'type':'format','content':o(_0x30d660,'*Set\x20font\x20background\x20color:*\x20%0',_0x172c5b)['trim'](),'color':{'value':_0x39f0d2,'title':_0x172c5b||_0x59f847}};}return{'type':'format','content':o(_0x30d660,'*Reset\x20font\x20background\x20color*')};}}});}}class tt extends _0x1a8d41{['afterInit'](){const _0x28e736=this['editor'],_0x3b7a41=_0x28e736['plugins']['get']('TrackChangesEditing'),_0x4d087e=_0x28e736['commands']['get']('copyFormat'),_0x1799ea=_0x28e736['commands']['get']('pasteFormat');_0x4d087e&&_0x1799ea&&(_0x3b7a41['enableDefaultAttributesIntegration']('pasteFormat'),_0x3b7a41['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x31199a=this['editor'],_0x3e6b96=_0x31199a['locale'];_0x31199a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2b1775=>{if('formatBlock'!=_0x2b1775['type']&&'formatInline'!=_0x2b1775['type'])return;const {data:_0x5a67d8}=_0x2b1775;if(_0x5a67d8&&'pasteFormat'===_0x5a67d8['commandName']){const _0x33ac8c=[],_0x41dead=_0x5a67d8['commandParams'][0x0];for(const [_0xa3a8c8,_0xdbb139]of Object['entries'](_0x41dead))_0x33ac8c['push'](so(_0x31199a,_0xa3a8c8,_0xdbb139));return _0x33ac8c['length']?{'type':'format','content':o(_0x3e6b96,'*Set\x20format\x20to:*\x20%0',_0x33ac8c['join'](',\x20'))}:{'type':'format','content':o(_0x3e6b96,'*Remove\x20all\x20formatting*')};}});}}function so(_0x1f0cce,_0x294eec,_0x667488){const _0x2161e1=_0x1f0cce['locale']['t'],_0x464607=_0x294eec['split'](/(?=[A-Z])/)['join']('\x20'),_0x118979=_0x2161e1(_0x464607['charAt'](0x0)['toUpperCase']()+_0x464607['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x667488)return _0x118979;if('fontColor'===_0x294eec||'fontBackgroundColor'===_0x294eec){const _0x21f530=_0x1ee506(_0x1f0cce['config']['get']('fontColor.colors'))['find'](_0x538dcd=>_0x538dcd['model']==_0x667488);return _0x118979+'\x20('+(_0x21f530?_0x2161e1(_0x21f530['label'])['toLowerCase']():_0x667488)+')';}if('fontSize'===_0x294eec&&isNaN(parseFloat(_0x667488))){const _0x1e7c71=_0x1f0cce['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x1f0cce['config']['get']('fontSize.options'))['find'](_0x374a89=>_0x374a89['model']==_0x667488);return _0x118979+'\x20('+(_0x1e7c71?_0x2161e1(_0x1e7c71['title'])['toLowerCase']():_0x667488)+')';}return _0x118979+'\x20('+_0x667488+')';}class nt extends _0x1a8d41{['_headingOptions'];['afterInit'](){const _0x4353e1=this['editor'];if(!_0x4353e1['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x4353e1['config']['get']('heading.options');const _0x5c32a7=_0x4353e1['locale'],_0x16fcff=_0x4353e1['plugins']['get']('TrackChangesEditing');_0x16fcff['enableDefaultAttributesIntegration']('heading');for(const _0x355612 of this['_headingOptions'])'paragraph'!=_0x355612['model']&&_0x16fcff['descriptionFactory']['registerElementLabel'](_0x355612['model'],_0x5135c2=>{const _0xeb748d=this['_getHeadingLevel'](_0x355612['model']);return null!==_0xeb748d?_0x298ed0(_0x5135c2,_0xeb748d):_0x290948(_0x5135c2,_0x355612['title']);});function _0x298ed0(_0x5660bd,_0x56d906){return o(_0x5c32a7,'ELEMENT_HEADING',[_0x5660bd,_0x56d906]);}function _0x290948(_0xf65d5e,_0x27c705){return o(_0x5c32a7,'ELEMENT_HEADING_CUSTOM',[_0xf65d5e,_0x27c705]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5bc184=this['editor'],_0x3e1cf9=_0x5bc184['locale'];function _0x437269(_0x3a4a84,_0x41ab52){return o(_0x3e1cf9,'ELEMENT_HEADING_CUSTOM',[_0x3a4a84,_0x41ab52]);}_0x5bc184['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2f6d2a=>{if('formatBlock'!=_0x2f6d2a['type'])return;const {data:_0x4fc608}=_0x2f6d2a;if(_0x4fc608&&'heading'==_0x4fc608['commandName']){const _0x45539f=_0x4fc608['commandParams'][0x0]['value'],_0x1b7d07=this['_getHeadingLevel'](_0x45539f);if(null!==_0x1b7d07)return{'type':'format','content':o(_0x3e1cf9,'*Change\x20to:*\x20%0',(_0x5bc06f=0x1,_0x43814d=_0x1b7d07,o(_0x3e1cf9,'ELEMENT_HEADING',[_0x5bc06f,_0x43814d])))};const _0x161b84=this['_headingOptions']['find'](_0x29ede7=>_0x29ede7['model']===_0x45539f)['title'];return{'type':'format','content':o(_0x3e1cf9,'*Change\x20to:*\x20%0',_0x437269(0x1,_0x161b84))};}var _0x5bc06f,_0x43814d;});}['_getHeadingLevel'](_0x514575){const _0x4ab802=_0x514575['match'](/^heading(\d+)/);if(_0x4ab802)return _0x4ab802[0x1];const _0x388259=this['_headingOptions']?.['find'](_0x1c938e=>_0x1c938e['model']==_0x514575);if(_0x388259&&_0x388259['view']){const _0x2699e2=_0x388259['view'],_0x4c7d81=(_0x2699e2['name']??_0x2699e2)['match'](/^h(\d+)/);if(_0x4c7d81)return _0x4c7d81[0x1];}return null;}}class it extends _0x1a8d41{['afterInit'](){const _0x3c21ae=this['editor'];if(!_0x3c21ae['plugins']['has']('HighlightEditing'))return;const _0x3ff52a=_0x3c21ae['plugins']['get']('TrackChangesEditing'),_0x3a4b66=_0x3c21ae['locale'];_0x3ff52a['enableDefaultAttributesIntegration']('highlight'),_0x3ff52a['registerInlineAttribute']('highlight'),_0x3ff52a['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x3a4b66,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x510273=this['editor'],_0x2dce52=_0x510273['locale'];_0x510273['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x38e33c=>{if('formatInline'!=_0x38e33c['type'])return;const {data:_0xee9ba0}=_0x38e33c;if(_0xee9ba0&&'highlight'==_0xee9ba0['commandName']){const _0x4840ae=_0x2dce52['t'],_0x3e9650=_0xee9ba0['commandParams'][0x0]['value'];if(_0x3e9650){const _0x50ba7d=_0x510273['config']['get']('highlight.options')['find'](_0x16eeaa=>_0x16eeaa['model']==_0x3e9650),_0x4c3079=_0x4840ae(_0x50ba7d['title'])['toLowerCase']();return{'type':'format','content':o(_0x2dce52,'*Set\x20highlight:*\x20%0',_0x4c3079),'color':{'value':_0x50ba7d['color'],'title':_0x50ba7d['title']}};}return{'type':'format','content':o(_0x2dce52,'*Remove\x20highlight*',o(_0x2dce52,'FORMAT_HIGHLIGHT'))};}});}}class et extends _0x1a8d41{['afterInit'](){const _0x28ad08=this['editor'];if(!_0x28ad08['plugins']['has']('HorizontalLineEditing'))return;_0x28ad08['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0xd5770c=_0x28ad08['plugins']['get']('TrackChangesEditing'),_0x4376cb=_0x28ad08['locale'];_0xd5770c['descriptionFactory']['registerElementLabel']('horizontalLine',_0xb82e8c=>o(_0x4376cb,'ELEMENT_HORIZONTAL_LINE',_0xb82e8c)),_0x28ad08['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x2f5e9e,{writer:_0x637596,options:_0x536169})=>{if(!_0x536169['showSuggestionHighlights'])return null;const _0x4889e4=_0x637596['createContainerElement']('div'),_0x159741=_0x637596['createEmptyElement']('hr');return _0x637596['addClass']('ck-horizontal-line',_0x4889e4),_0x637596['insert'](_0x637596['createPositionAt'](_0x4889e4,0x0),_0x159741),_0x4889e4;},'converterPriority':'high'});}}class st extends _0x1a8d41{['afterInit'](){const _0x3184ed=this['editor'];if(!_0x3184ed['plugins']['has']('HtmlEmbed'))return;const _0x295ab2=_0x3184ed['plugins']['get']('TrackChangesEditing'),_0x351937=_0x3184ed['locale'];_0x295ab2['descriptionFactory']['registerElementLabel']('rawHtml',_0x5ae223=>o(_0x351937,'ELEMENT_HTML_EMBED',_0x5ae223)),_0x295ab2['enableDefaultAttributesIntegration']('htmlEmbed'),_0x295ab2['registerBlockAttribute']('value'),_0x295ab2['descriptionFactory']['registerDescriptionCallback'](_0x1a74e1=>{if('attribute'!=_0x1a74e1['type'])return;const {data:_0x1bb9b7}=_0x1a74e1;if(_0x1bb9b7&&'value'==_0x1bb9b7['key']&&_0x1a74e1['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x44369f=o(_0x351937,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x351937,'*Change\x20%0\x20content*',_0x44369f)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x132655=this['editor'],_0x135e54=_0x132655['locale'];_0x132655['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x119b13=>{if('formatBlock'!=_0x119b13['type'])return;const {data:_0x45c525}=_0x119b13;if(_0x45c525&&'htmlEmbed'==_0x45c525['commandName']){const _0x2b0474=o(_0x135e54,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x135e54,'*Change\x20%0\x20content*',_0x2b0474)};}});}}class ot extends _0x1a8d41{['afterInit'](){const _0x5b0b88=this['editor'];if(!_0x5b0b88['plugins']['has']('ImageEditing'))return;const _0x258884=_0x5b0b88['plugins']['get']('TrackChangesEditing'),_0x415a16=_0x5b0b88['plugins']['get']('ImageUtils'),_0x11f0ab=_0x5b0b88['locale'];_0x258884['enableCommand']('insertImage'),_0x258884['descriptionFactory']['registerElementLabel']('imageBlock',_0x3d724e=>o(_0x11f0ab,'ELEMENT_IMAGE',_0x3d724e)),_0x258884['descriptionFactory']['registerElementLabel']('imageInline',_0x6eb5be=>o(_0x11f0ab,'ELEMENT_INLINE_IMAGE',_0x6eb5be)),_0x258884['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x11f0ab,'ELEMENT_CAPTION')),_0x5b0b88['plugins']['has']('ImageUploadEditing')&&_0x258884['enableCommand']('uploadImage'),_0x5b0b88['plugins']['has']('ImageBlockEditing')&&_0x5b0b88['plugins']['has']('ImageInlineEditing')&&(_0x258884['enableCommand']('imageTypeInline',(_0x3b5934,_0x593028)=>{const _0x33a4db=_0x415a16['getClosestSelectedImageElement'](_0x5b0b88['model']['document']['selection']);_0x5b0b88['model']['change'](()=>{_0x258884['markBlockFormat'](_0x33a4db,{'commandName':'imageTypeInline','commandParams':[_0x593028]},[],'convertBlockImageToInline');});}),_0x258884['enableCommand']('imageTypeBlock',(_0x24ce4a,_0x436b8e)=>{_0x5b0b88['model']['change'](_0x1a6b9d=>{let _0x4992c1=_0x415a16['getClosestSelectedImageElement'](_0x5b0b88['model']['document']['selection']),_0x4ac232=_0x1a6b9d['createRangeOn'](_0x4992c1);const _0x5ba65d=_0x268cfa['fromPosition'](_0x4ac232['start'],'toPrevious'),_0x1f33b5=_0x268cfa['fromPosition'](_0x4ac232['end'],'toNext');_0x258884['forceDefaultExecution'](()=>_0x24ce4a(_0x436b8e)),_0x4992c1=_0x415a16['getClosestSelectedImageElement'](_0x5b0b88['model']['document']['selection']),_0x4ac232=_0x1a6b9d['createRangeOn'](_0x4992c1);const _0x7db926=_0x1a6b9d['createRange'](_0x5ba65d,_0x1f33b5);_0x5ba65d['detach'](),_0x1f33b5['detach'](),_0x258884['markBlockFormat'](_0x4992c1,{'commandName':'imageTypeInline','commandParams':[_0x436b8e]},[],'convertInlineImageToBlock'),_0x7db926['start']['isBefore'](_0x4ac232['start'])&&_0x258884['markInsertion'](_0x1a6b9d['createRange'](_0x7db926['start'],_0x4ac232['start']),'convertInlineImageToBlock'),_0x4ac232['end']['isBefore'](_0x7db926['end'])&&_0x258884['markInsertion'](_0x1a6b9d['createRange'](_0x4ac232['end'],_0x7db926['end']),'convertInlineImageToBlock');});}),_0x258884['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x258884['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x258884['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x258884['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x258884['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x258884['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x4e0821])=>{const _0x1211f9=_0x258884['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0xcb326b=_0x4e0821['start'],_0x5d3949=_0x4e0821['end'];const _0x5b4a44=_0x5b0b88['model']['schema']['getNearestSelectionRange'](_0xcb326b,'backward'),_0x46bed8=_0x5b0b88['model']['schema']['getNearestSelectionRange'](_0x5d3949,'forward');_0x5b4a44['isCollapsed']&&(_0xcb326b=_0x5b4a44['start']),_0x46bed8['isCollapsed']&&(_0x5d3949=_0x46bed8['end']),_0x1211f9([_0x5b0b88['model']['createRange'](_0xcb326b,_0x5d3949)]);}),_0x258884['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x507c06),_0x258884['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x507c06)),_0x5b0b88['plugins']['has']('ImageCaptionEditing')&&(_0x258884['enableCommand']('toggleImageCaption',(_0x46d56a,_0x49062f)=>{const _0x2fdbda=_0x5b0b88['plugins']['get']('ImageCaptionUtils');let _0x358078=_0x415a16['getClosestSelectedImageElement'](_0x5b0b88['model']['document']['selection']),_0x3f8fb6=_0x2fdbda['getCaptionFromImageModelElement'](_0x358078);_0x5b0b88['model']['change'](()=>{if(_0x3f8fb6)return void _0x258884['markDeletion'](_0x5b0b88['model']['createRangeOn'](_0x3f8fb6));const _0x3db8c7=_0x415a16['isBlockImage'](_0x358078);_0x46d56a(_0x49062f),_0x358078=_0x415a16['getClosestSelectedImageElement'](_0x5b0b88['model']['document']['selection']),_0x3f8fb6=_0x2fdbda['getCaptionFromImageModelElement'](_0x358078),_0x258884['markInsertion'](_0x5b0b88['model']['createRangeOn'](_0x3f8fb6),_0x3db8c7?null:'imageCaption');});}),_0x258884['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x507c06));const _0x5b1e4a=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x16af12(_0x2be5ec,_0x440178){const _0x4b06a1=_0x5b1e4a['findIndex'](({type:_0x2d78cb,subType:_0x4bc588})=>_0x2be5ec['type']==_0x2d78cb&&_0x2be5ec['subType']==_0x4bc588),_0x58b716=_0x5b1e4a['findIndex'](({type:_0x4c8edb,subType:_0x237e67})=>_0x440178['type']==_0x4c8edb&&_0x440178['subType']==_0x237e67);if(_0x4b06a1<0x0||_0x58b716<0x0)return!0x1;const _0x3a1245=_0x2be5ec['getFirstRange'](),_0x1a1b3e=_0x440178['getFirstRange']();if((0x0==_0x4b06a1||0x1==_0x4b06a1)&&0x2==_0x58b716&&_0x3a1245['isIntersecting'](_0x1a1b3e))return!0x0;if(0x2==_0x4b06a1&&0x3==_0x58b716){const _0xcf4e0f=_0x258884['_findSuggestions'](_0x3a1245,'insertion')['filter'](({suggestion:_0x4e5f16,meta:_0x15607d})=>_0x15607d['isOwn']&&'convertInlineImageToBlock'==_0x4e5f16['subType']);if(_0xcf4e0f['length']>0x1&&_0x1a1b3e['end']['isEqual'](_0x3a1245['start']))return!0x0;if(0x1==_0xcf4e0f['length']&&(_0x3a1245['start']['isEqual'](_0x1a1b3e['end'])||_0x3a1245['end']['isEqual'](_0x1a1b3e['start'])))return!0x0;}if(0x3==_0x4b06a1&&0x3==_0x58b716&&_0x3a1245['start']['isBefore'](_0x1a1b3e['start'])){const _0x3155a6=_0x3a1245['end']['nodeAfter'],_0x275507=_0x1a1b3e['start']['nodeBefore'];return _0x415a16['isBlockImage'](_0x3155a6)&&_0x3155a6===_0x275507;}return!0x1;}function _0x507c06(_0x58d9fd,_0x1d88fc){return _0x16af12(_0x58d9fd,_0x1d88fc)?[_0x58d9fd,_0x1d88fc]:_0x16af12(_0x1d88fc,_0x58d9fd)?[_0x1d88fc,_0x58d9fd]:null;}_0x5b0b88['plugins']['has']('ImageResize')&&(_0x258884['enableDefaultAttributesIntegration']('resizeImage'),_0x258884['registerBlockAttribute']('resizedWidth'),_0x258884['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x11f0ab,'FORMAT_IMAGE_SIZE'))),_0x5b0b88['plugins']['has']('ImageTextAlternativeEditing')&&(_0x258884['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x258884['registerBlockAttribute']('alt')),_0x258884['descriptionFactory']['registerDescriptionCallback'](_0x21e318=>{if(!!_0x5b1e4a['find'](({type:_0x180feb,subType:_0x11504e})=>_0x21e318['type']==_0x180feb&&_0x21e318['subType']==_0x11504e))return _0x21e318['previous']?{}:void 0x0;}),_0x258884['descriptionFactory']['registerDescriptionCallback'](_0x236ff9=>{if('insertion'==_0x236ff9['type']||'deletion'==_0x236ff9['type']){const _0x22eab9=_0x236ff9['getContainedElement']();if(_0x22eab9&&_0x22eab9['is']('element','caption'))return{'type':'insertion'==_0x236ff9['type']?'addObject':'removeObject','element':_0x22eab9,'quantity':0x1};}}),_0x258884['descriptionFactory']['registerDescriptionCallback'](_0x393056=>'formatBlock'==_0x393056['type']&&'convertInlineImageToBlock'==_0x393056['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x393056['type']&&'convertBlockImageToInline'==_0x393056['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x258884['descriptionFactory']['registerDescriptionCallback'](_0x55dded=>{if('attribute'!=_0x55dded['type'])return;const {data:_0x3ab6e4}=_0x55dded;if(!_0x3ab6e4||'alt'!=_0x3ab6e4['key'])return;const _0xce3f87=_0x3ab6e4['newValue'];return _0xce3f87?{'type':'format','content':o(_0x11f0ab,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0xce3f87+'\x22')}:{'type':'format','content':o(_0x11f0ab,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x37c32e=this['editor'],_0x49cdfe=_0x37c32e['locale'];_0x37c32e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3934c8=>{if('formatBlock'!=_0x3934c8['type']&&'formatInline'!=_0x3934c8['type'])return;const {data:_0x3f52f9}=_0x3934c8;if(_0x3f52f9){if('imageTextAlternative'==_0x3f52f9['commandName']){const _0x430a1e=_0x3f52f9['commandParams'][0x0]['newValue'];return _0x430a1e?{'type':'format','content':o(_0x49cdfe,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x430a1e+'\x22')}:{'type':'format','content':o(_0x49cdfe,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x3f52f9['commandName']){const _0x3f97a2=_0x3f52f9['commandParams'][0x0]['width'];return _0x3f97a2?{'type':'format','content':o(_0x49cdfe,'*Set\x20image\x20width:*\x20%0',_0x3f97a2)}:{'type':'format','content':o(_0x49cdfe,'*Reset\x20image\x20width*')};}}});}}class rt extends _0x1a8d41{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x455581=this['editor']['locale'],_0x342376=this['editor']['plugins']['get']('TrackChangesEditing');_0x342376['enableDefaultAttributesIntegration']('replaceImageSource'),_0x342376['registerBlockAttribute']('src'),_0x342376['descriptionFactory']['registerDescriptionCallback'](_0x52b953=>{if('attribute'!=_0x52b953['type'])return;const {data:_0x1913d6}=_0x52b953;return _0x1913d6&&'src'==_0x1913d6['key']?_0x1913d6['newValue']&&_0x1913d6['oldValue']?{'type':'format','content':o(_0x455581,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x49312e=this['editor']['plugins']['get']('TrackChangesEditing');_0x49312e['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x49312e['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x49312e['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x49312e['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2266de=this['editor'],_0x850d78=_0x2266de['locale'];_0x2266de['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x33d955=>{if('formatBlock'!=_0x33d955['type']&&'formatInline'!=_0x33d955['type'])return;const {data:_0x476859}=_0x33d955;if(!_0x476859||'replaceImageSource'!=_0x476859['commandName'])return;return{'type':'format','content':o(_0x850d78,'*Format:*\x20replace\x20image\x20URL')};});}}class at extends _0x1a8d41{['afterInit'](){const _0x2f33bf=this['editor'];if(!_0x2f33bf['plugins']['has']('ImageStyleEditing'))return;const _0x55f911=_0x2f33bf['plugins']['get']('TrackChangesEditing'),_0xbaf85d=_0x2f33bf['plugins']['get']('ImageUtils'),_0x129175={};_0x55f911['enableCommand']('imageStyle',(_0x2b0601,_0x37c583)=>{const _0x50828b=_0x2f33bf['plugins']['get']('Users')['me'],_0x5eed52=_0x2f33bf['commands']['get']('imageStyle');let _0x11072f=_0xbaf85d['getClosestSelectedImageElement'](_0x2f33bf['model']['document']['selection']),_0x259c74=_0x2f33bf['model']['createRangeOn'](_0x11072f),_0x21ddac=_0x5eed52['value'];if(_0x21ddac==_0x37c583['value'])return;const _0xe6f65={'commandName':'imageStyle','commandParams':[_0x37c583],'formatGroupId':_0x2d895c()};_0x2f33bf['model']['change'](()=>{if(_0x55f911['getSuggestions']()['filter'](_0x1e254f=>_0x1e254f['isInContent']&&_0x50828b==_0x1e254f['author']&&('formatBlock'==_0x1e254f['type']||'formatInline'==_0x1e254f['type'])&&('imageStylePreApply'==_0x1e254f['subType']||'imageStylePostApply'==_0x1e254f['subType'])&&_0x1e254f['getFirstRange']()['isEqual'](_0x259c74))['forEach'](_0xa46455=>_0x55f911['discardSuggestion'](_0xa46455['head'])),_0x11072f=_0xbaf85d['getClosestSelectedImageElement'](_0x2f33bf['model']['document']['selection']),_0x259c74=_0x2f33bf['model']['createRangeOn'](_0x11072f),_0x5eed52['refresh'](),_0x2f33bf['commands']['get']('imageTypeInline')['refresh'](),_0x2f33bf['commands']['get']('imageTypeBlock')['refresh'](),_0x21ddac=_0x5eed52['value'],_0x21ddac!=_0x37c583['value'])return _0xbaf85d['isInlineImage'](_0x11072f)&&_0x5eed52['shouldConvertImageType'](_0x37c583['value'],_0x11072f)?(_0x2b0601({..._0x37c583,'setImageSizes':!0x1}),_0x11072f=_0xbaf85d['getClosestSelectedImageElement'](_0x2f33bf['model']['document']['selection']),void _0x55f911['markBlockFormat'](_0x11072f,{..._0xe6f65,'commandReversedParams':[{'value':_0x21ddac||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0xbaf85d['isBlockImage'](_0x11072f)?_0x55f911['markBlockFormat'](_0x11072f,_0xe6f65,[],'imageStylePostApply'):_0x55f911['markInlineFormat'](_0x259c74,_0xe6f65,'imageStylePostApply'));});});for(const _0x137160 of _0x2f33bf['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x129175[_0x137160['name']]=_0x137160['title']['toLowerCase']();_0x55f911['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x55f911['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x55f911['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x55f911['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x257f16])=>{_0xbaf85d['setImageNaturalSizeAttributes'](_0x257f16['getContainedElement']());}),_0x55f911['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x355662,_0x4bb694)=>{_0x55f911['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x355662,{'commandName':_0x4bb694['commandName'],'commandParams':_0x4bb694['commandReversedParams']});}),_0x55f911['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x5abacd,_0x1da87b){if(_0x2cbeec(_0x5abacd,_0x1da87b))return[_0x5abacd,_0x1da87b];if(_0x2cbeec(_0x1da87b,_0x5abacd))return[_0x1da87b,_0x5abacd];return null;});const _0x85a20b=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x2cbeec(_0x45fe41,_0x4367e8){const _0x4fe33d=_0x85a20b['findIndex'](({type:_0x5ce801,subType:_0x22e5e4})=>_0x45fe41['type']==_0x5ce801&&_0x45fe41['subType']==_0x22e5e4),_0xa37728=_0x85a20b['findIndex'](({type:_0x2e9b2f,subType:_0x12d18f})=>_0x4367e8['type']==_0x2e9b2f&&_0x4367e8['subType']==_0x12d18f);if(_0x4fe33d<0x0||_0xa37728<0x0)return!0x1;const _0x5f4d71=_0x45fe41['getFirstRange'](),_0x9997f6=_0x4367e8['getFirstRange']();if((0x0==_0x4fe33d||0x1==_0x4fe33d)&&0x2==_0xa37728&&_0x5f4d71['isIntersecting'](_0x9997f6))return!0x0;if(0x2==_0x4fe33d&&0x3==_0xa37728){const _0x20c811=_0x55f911['_findSuggestions'](_0x5f4d71,'insertion')['filter'](({suggestion:_0x40f0af,meta:_0x802ae3})=>_0x802ae3['isOwn']&&'convertInlineImageToBlock'==_0x40f0af['subType']);if(_0x20c811['length']>0x1&&_0x9997f6['end']['isEqual'](_0x5f4d71['start']))return!0x0;if(0x1==_0x20c811['length']&&(_0x5f4d71['start']['isEqual'](_0x9997f6['end'])||_0x5f4d71['end']['isEqual'](_0x9997f6['start'])))return!0x0;}if(0x3==_0x4fe33d&&0x3==_0xa37728&&_0x5f4d71['start']['isBefore'](_0x9997f6['start'])){const _0x22f872=_0x5f4d71['end']['nodeAfter'],_0x18968e=_0x9997f6['start']['nodeBefore'];return _0xbaf85d['isBlockImage'](_0x22f872)&&_0x22f872===_0x18968e;}return!0x1;}_0x2f33bf['model']['document']['registerPostFixer'](()=>{let _0x1afce5=!0x1;const _0x430f58=Array['from'](_0x2f33bf['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x17489a,data:_0x3758f6}of _0x430f58){const {group:_0x834189,type:_0x23f365,subType:_0x52f3ac,id:_0x3cfeb2}=_0x55f911['_splitMarkerName'](_0x17489a);if('suggestion'==_0x834189&&_0x55f911['hasSuggestion'](_0x3cfeb2)){if('formatBlock'==_0x23f365&&('imageStylePreApply'==_0x52f3ac||'imageStylePostApply'==_0x52f3ac)){const _0xfe2920=_0x55f911['getSuggestion'](_0x3cfeb2);if(_0x3758f6['newRange']){const _0x5216f1=_0xfe2920['getFirstRange']()['getContainedElement']();if(_0xbaf85d['isBlockImage'](_0x5216f1))continue;_0x55f911['discardSuggestion'](_0xfe2920),_0x1afce5=!0x0;}}if('insertion'==_0x23f365&&'imageCaption'==_0x52f3ac&&!_0x3758f6['newRange']){const _0x53fafb=_0x55f911['getSuggestion'](_0x3cfeb2);_0x53fafb['next']&&_0x53fafb['next']['isInContent']&&(_0x55f911['discardSuggestion'](_0x53fafb['next']),_0x1afce5=!0x0);}}}return _0x1afce5;}),this['_registerLegacyDescription'](_0x129175);}['_registerLegacyDescription'](_0x440884){const _0x1545b5=this['editor'],_0x16d47f=_0x1545b5['locale'];_0x1545b5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x57bf40=>{if('formatBlock'!=_0x57bf40['type']&&'formatInline'!=_0x57bf40['type'])return;const {data:_0x19efbd}=_0x57bf40;if(!_0x19efbd||'imageStyle'!=_0x19efbd['commandName'])return;const _0x162d57=_0x19efbd['commandParams'][0x0]['value'];return _0x2d0bc4('side'===_0x162d57?o(_0x16d47f,'FORMAT_SIDE_IMAGE'):_0x440884[_0x162d57]||_0x162d57);function _0x2d0bc4(_0xd23327){return{'type':'format','content':o(_0x16d47f,'*Format:*\x20%0',_0xd23327)};}});}}class ct extends _0x1a8d41{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x4d5e43){super(_0x4d5e43),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x7aa9b3=this['editor'],_0x512fb2=_0x7aa9b3['commands']['get']('importWord'),_0x40b734=_0x7aa9b3['commands']['get']('trackChanges');_0x512fb2&&(_0x512fb2['on']('execute',(_0x77eb9c,[,_0x2222cb])=>{this['_trackChangesValueDuringImport']=_0x40b734['value'],_0x2222cb['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x512fb2,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x512fb2,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x40b734['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x7aa9b3['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x2899a0,_0x504f31){const {suggestions:_0x10f588}=_0x504f31,_0x130c47=this['editor']['commands']['get']('trackChanges'),_0x1eacfb=_0x130c47['value'];this['_trackChangesValueDuringImport']!==_0x1eacfb&&(_0x130c47['execute'](),this['_trackChangesExecuted']=!0x0),_0x10f588&&_0x10f588['forEach'](({id:_0x506736,type:_0x37dc1a,author:_0x3ad488,created_at:_0x42cb35})=>{const _0x19642f={'id':_0x506736,'type':_0x37dc1a,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x3ad488,'createdAt':_0x42cb35?new Date(_0x42cb35):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x19642f);});}}class ut extends _0x1a8d41{['afterInit'](){const _0x42a232=this['editor'],_0x424365=_0x42a232['plugins']['get']('TrackChangesEditing');if(_0x42a232['plugins']['has']('IndentEditing')&&(_0x424365['enableCommand']('indent'),_0x424365['enableCommand']('outdent')),_0x42a232['plugins']['has']('IndentBlock')){for(const _0x5c7bfe of['indentBlock','outdentBlock'])_0x424365['enableDefaultAttributesIntegration'](_0x5c7bfe);}const _0x49026d=_0x42a232['locale'];_0x424365['registerBlockAttribute']('blockIndent'),_0x424365['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x49026d,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x46f71e=this['editor'],_0x5bed1e=_0x46f71e['locale'],_0x576ea8=_0x46f71e['plugins']['get']('TrackChangesEditing');_0x576ea8['descriptionFactory']['registerDescriptionCallback'](_0x118131=>{if('formatBlock'!=_0x118131['type'])return;const {data:_0x5486f9}=_0x118131;if(!_0x5486f9)return;if('indentBlock'!=_0x5486f9['commandName']&&'outdentBlock'!=_0x5486f9['commandName'])return;const _0x3d6af3=_0x118131['getItems']()[0x0],_0x1a1c7d=_0x576ea8['descriptionFactory']['getItemLabel'](_0x3d6af3);return'indentBlock'==_0x5486f9['commandName']?{'type':'format','content':o(_0x5bed1e,'*Indent:*\x20%0',_0x1a1c7d)}:'outdentBlock'==_0x5486f9['commandName']?{'type':'format','content':o(_0x5bed1e,'*Outdent:*\x20%0',_0x1a1c7d)}:void 0x0;});}}class ft extends _0x1a8d41{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x1a8d41{['afterInit'](){const _0x3258d5=this['editor'];if(!_0x3258d5['plugins']['has']('LinkEditing'))return;const _0x397434=_0x3258d5['plugins']['get']('TrackChangesEditing'),_0x23597c=_0x3258d5['commands']['get']('link');_0x397434['enableDefaultAttributesIntegration']('link'),_0x397434['enableDefaultAttributesIntegration']('unlink'),_0x397434['registerInlineAttribute']('linkHref');for(const _0x270386 of _0x23597c['manualDecorators'])_0x397434['registerInlineAttribute'](_0x270386['id']),_0x397434['descriptionFactory']['registerAttributeLabel'](_0x270386['id'],'link\x20('+_0x270386['label']['toLowerCase']()+')');_0x397434['descriptionFactory']['registerDescriptionCallback'](_0x4783c8=>{if('attribute'!=_0x4783c8['type'])return;const {data:_0x4e4e30}=_0x4783c8;if(!_0x4e4e30||'linkHref'!=_0x4e4e30['key'])return;const _0x296ac3=_0x4e4e30['newValue'],_0x4e9c1f=_0x3258d5['locale'];return{'type':'format','content':null==_0x296ac3?o(_0x4e9c1f,'*Remove\x20link*'):o(_0x4e9c1f,'*Set\x20link:*\x20%0','\x22'+_0x296ac3+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1e3ba5=this['editor'],_0x56aef1=_0x1e3ba5['locale'];_0x1e3ba5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x997985=>{if('formatInline'!=_0x997985['type'])return;const {data:_0x5c14b7}=_0x997985;if(_0x5c14b7){if('link'==_0x5c14b7['commandName']){const _0x4cb7d4=_0x5c14b7['commandParams'][0x0];return{'type':'format','content':o(_0x56aef1,'*Set\x20link:*\x20%0','\x22'+_0x4cb7d4+'\x22')};}return'unlink'==_0x5c14b7['commandName']?{'type':'format','content':o(_0x56aef1,'*Remove\x20link*')}:void 0x0;}});}}class lt extends _0x1a8d41{['afterInit'](){const _0xd0abe7=this['editor'],_0x5e93cd=_0xd0abe7['locale'];if(!_0xd0abe7['plugins']['has']('LegacyListEditing'))return;const _0xc06901=_0xd0abe7['plugins']['get']('TrackChangesEditing'),_0x4606de=_0xd0abe7['plugins']['has']('LegacyTodoListEditing');function _0x243acf(_0x24d55d){return()=>{const _0x35d3b3=_0xd0abe7['model']['document']['selection'],_0x448455=_0xd0abe7['commands']['get'](_0x24d55d);if(_0x448455['value'])return void _0xd0abe7['execute']('paragraph',{});const _0x25e472=_0x24d55d['slice'](0x0,-0x4),_0x52b3ec=function(_0x30416c,_0x1da794,_0x44d26f){let _0x46f2f8=Array['from'](_0x30416c)['filter'](_0x1a9265=>function(_0x45f92d,_0xedd47a){return _0xedd47a['checkChild'](_0x45f92d['parent'],'listItem')&&!_0xedd47a['isObject'](_0x45f92d);}(_0x1a9265,_0x44d26f));_0x46f2f8=_0x46f2f8['filter'](_0x22e324=>!_0x22e324['is']('element','listItem')||_0x22e324['getAttribute']('listType')!=_0x1da794);const _0x1a05e4=new Set();for(const _0x5d2edf of _0x46f2f8)_0x5d2edf['is']('element','listItem')?_0x1a05e4['add'](Le(_0x5d2edf)):_0x1a05e4['add'](_0x5d2edf);return Array['from'](_0x1a05e4);}(_0x35d3b3['getSelectedBlocks'](),_0x25e472,_0xd0abe7['model']['schema']);_0xd0abe7['model']['change'](()=>{for(const _0x395293 of _0x52b3ec)_0xc06901['markBlockFormat'](_0x395293,{'commandName':_0x24d55d,'commandParams':[{'forceValue':!_0x448455['value']}],'formatGroupId':'blockName'},Ee(_0x395293));});};}function _0x51a3c6(_0x4821df){return()=>{const _0x5d4493=function(_0x51080e){let _0x1d0852=Array['from'](_0x51080e);const _0x597130=_0x1d0852['findIndex'](_0xa90b1c=>'listItem'!=_0xa90b1c['name']);return _0x597130>-0x1&&(_0x1d0852=_0x1d0852['slice'](0x0,_0x597130)),_0x1d0852;}(_0xd0abe7['model']['document']['selection']['getSelectedBlocks']()),_0x59219e=_0xd0abe7['model']['createRange'](_0xd0abe7['model']['createPositionAt'](_0x5d4493[0x0],'before'),_0xd0abe7['model']['createPositionAt'](_0x5d4493[_0x5d4493['length']-0x1],'end'));_0xd0abe7['model']['change'](()=>{_0xc06901['markBlockFormat'](_0x59219e,{'commandName':_0x4821df,'commandParams':[],'formatGroupId':'listIndent'},function(_0x3cbee4){const _0x432959=new Set();for(const _0x515e2e of _0x3cbee4){let _0x380cb7=_0x515e2e['nextSibling'];for(;_0x380cb7&&_0x380cb7['getAttribute']('listIndent')>_0x515e2e['getAttribute']('listIndent');)_0x432959['add'](_0x380cb7),_0x380cb7=_0x380cb7['nextSibling'];}return Array['from'](_0x432959);}(_0x5d4493));});};}_0xc06901['enableCommand']('numberedList',_0x243acf('numberedList')),_0xc06901['enableCommand']('bulletedList',_0x243acf('bulletedList')),_0x4606de&&_0xc06901['enableCommand']('todoList',_0x243acf('todoList')),_0xc06901['enableCommand']('indentList',_0x51a3c6('indentList')),_0xc06901['enableCommand']('outdentList',_0x51a3c6('outdentList')),_0x4606de&&_0xc06901['enableCommand']('checkTodoList',()=>{const _0xab7d7d=_0xd0abe7['commands']['get']('checkTodoList'),_0x58c84a=Array['from'](_0xab7d7d['_selectedElements']);_0x58c84a['filter'](_0x245ff1=>_0x245ff1['getAttribute']('todoListChecked')!=_0xab7d7d['value']),_0xd0abe7['model']['change'](()=>{for(const _0x10053b of _0x58c84a)_0xc06901['markBlockFormat'](_0x10053b,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0xab7d7d['value']}]});});}),_0xc06901['descriptionFactory']['registerElementLabel']('listItem',_0x5a9283=>o(_0x5e93cd,'ELEMENT_LIST_ITEM',_0x5a9283)),_0xc06901['descriptionFactory']['registerDescriptionCallback'](_0x255c55=>{if('formatBlock'!=_0x255c55['type']&&'formatInline'!=_0x255c55['type'])return;const {data:_0x30e4ff}=_0x255c55;if(_0x30e4ff){if('numberedList'==_0x30e4ff['commandName']||'bulletedList'==_0x30e4ff['commandName']||'todoList'==_0x30e4ff['commandName'])switch(_0x30e4ff['commandName']['replace']('List','')){case'bulleted':return _0x347fcb(o(_0x5e93cd,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x347fcb(o(_0x5e93cd,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x347fcb(o(_0x5e93cd,'ELEMENT_TODO_LIST'));}if('indentList'==_0x30e4ff['commandName'])return{'type':'format','content':o(_0x5e93cd,'*Indent:*\x20%0',o(_0x5e93cd,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x30e4ff['commandName'])return{'type':'format','content':o(_0x5e93cd,'*Outdent:*\x20%0',o(_0x5e93cd,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x30e4ff['commandName'])return _0x30e4ff['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x5e93cd,'*Check\x20item*')}:{'type':'format','content':o(_0x5e93cd,'*Uncheck\x20item*')};}function _0x347fcb(_0x4138de){return{'type':'format','content':o(_0x5e93cd,'*Change\x20to:*\x20%0',_0x4138de)};}});}}function Le(_0x52ada7){const _0x4bcdba=_0x52ada7['getAttribute']('listIndent');if(0x0==_0x4bcdba)return _0x52ada7;let _0x104694=_0x52ada7;for(;_0x52ada7['previousSibling']&&_0x52ada7['previousSibling']['is']('element','listItem');){const _0x5bf5d5=_0x52ada7['previousSibling']['getAttribute']('listIndent');if(_0x5bf5d5==_0x4bcdba)_0x104694=_0x52ada7['previousSibling'];else{if(_0x5bf5d5<_0x4bcdba)break;}_0x52ada7=_0x52ada7['previousSibling'];}return _0x104694;}function Ee(_0x3cf58b){const _0x50b05e=[];if(_0x3cf58b['is']('element','listItem')&&_0x3cf58b['getAttribute']('listIndent')>0x0){let _0x152e8b=_0x3cf58b['nextSibling'];for(;_0x152e8b&&'listItem'==_0x152e8b['name']&&_0x152e8b['getAttribute']('listIndent')==_0x3cf58b['getAttribute']('listIndent');)_0x50b05e['push'](_0x152e8b),_0x152e8b=_0x152e8b['nextSibling'];}return _0x50b05e;}class Q extends _0x1a8d41{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x21381e=this['editor']['config']['get']('list.properties'),_0x5a92ce=this['editor']['plugins']['get']('TrackChangesEditing');_0x21381e['styles']&&_0x5a92ce['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x21381e['reversed']&&_0x5a92ce['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x21381e['startIndex']&&_0x5a92ce['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x5a92ce['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0xea4cf3,_0x3f13b7={}){const _0x34a5c7=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1e5790=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x34a5c7['markMultiRangeBlockFormat'](_0x1e5790,{'commandName':'listStyle','commandParams':[{'type':_0x3f13b7['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x15ac9a,_0x94ea7b={}){const _0x2cec75=this['editor']['plugins']['get']('TrackChangesEditing'),_0x3ea456=this['_getSuggestionBlocks'](_0x4d22e2=>_0x4d22e2['is']('element','listItem')&&'numbered'===_0x4d22e2['getAttribute']('listType'));if(_0x3ea456['length']<0x1)return;const _0x1c916a=_0x3ea456['map'](_0x387bfa=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x387bfa,'before'),this['editor']['model']['createPositionAt'](_0x387bfa,0x0)));this['editor']['model']['change'](()=>{_0x2cec75['markMultiRangeBlockFormat'](_0x1c916a,{'commandName':'listReversed','commandParams':[{'reversed':_0x94ea7b['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x4266f4,_0x1b682c={}){const _0x1010a2=this['editor']['plugins']['get']('TrackChangesEditing'),_0x445289=this['_getSuggestionBlocks'](_0x2cb89f=>_0x2cb89f['is']('element','listItem')&&'numbered'===_0x2cb89f['getAttribute']('listType'));if(_0x445289['length']<0x1)return;const _0xedc0be=_0x445289['map'](_0x413f18=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x413f18,'before'),this['editor']['model']['createPositionAt'](_0x413f18,0x0)));this['editor']['model']['change'](()=>{_0x1010a2['markMultiRangeBlockFormat'](_0xedc0be,{'commandName':'listStart','commandParams':[{'startIndex':_0x1b682c['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0x1d54db){if('formatBlock'!=_0x1d54db['type']&&'formatInline'!=_0x1d54db['type'])return;const _0x25024d=this['editor']['locale'],{data:_0x3696d1}=_0x1d54db;if(!_0x3696d1)return;let _0x248703,_0x2f2388;switch(_0x3696d1['commandName']){case'listStyle':_0x248703='*Change\x20to:*\x20%0',_0x2f2388={'type':'format','content':o(_0x25024d,_0x248703,o(_0x25024d,this['_getTranslationKeyForListStyle'](_0x3696d1['commandParams'][0x0]['type'])))};break;case'listReversed':_0x248703=_0x3696d1['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x2f2388={'type':'format','content':o(_0x25024d,_0x248703)};break;case'listStart':_0x248703='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x2f2388={'type':'format','content':o(_0x25024d,_0x248703,_0x3696d1['commandParams'][0x0]['startIndex'])};}return _0x2f2388;}['_getSuggestionBlocksForListStyle'](){const _0x258450=this['editor']['plugins']['get']('LegacyListUtils');let _0x4ffe65=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x4ffe65[0x0]?.['is']('element','listItem')&&_0x4ffe65['unshift'](..._0x258450['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x4ffe65[_0x4ffe65['length']-0x1]?.['is']('element','listItem')&&_0x4ffe65['push'](..._0x258450['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x4ffe65=[...new Set(_0x4ffe65)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x4ffe65=_0x4ffe65['filter'](_0x423aab=>_0x423aab['is']('element','listItem'))),_0x4ffe65;}['_getSuggestionBlocks'](_0x3ef071){const _0x25cf98=this['editor']['plugins']['get']('LegacyListUtils');let _0x4ceff6=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x3ef071)['map'](_0x4d8b1a=>{const _0x357022=this['editor']['model']['createPositionAt'](_0x4d8b1a,0x0);return[..._0x25cf98['getSiblingNodes'](_0x357022,'backward'),..._0x25cf98['getSiblingNodes'](_0x357022,'forward')];})['flat']();return _0x4ceff6=[...new Set(_0x4ceff6)],_0x4ceff6;}['_getTranslationKeyForListStyle'](_0x495b95){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x495b95)||'default')['toUpperCase']()+'_LIST_'+_0x495b95['toUpperCase']()['replace'](/-/g,'_');}}class dt extends _0x1a8d41{['afterInit'](){const _0x504062=this['editor'];if(!_0x504062['plugins']['has']('MediaEmbedEditing'))return;const _0xe5e0ae=_0x504062['plugins']['get']('TrackChangesEditing'),_0x3e6b67=_0x504062['locale'];_0xe5e0ae['enableCommand']('mediaEmbed'),_0xe5e0ae['descriptionFactory']['registerElementLabel']('media',_0x23bfc4=>o(_0x3e6b67,'ELEMENT_MEDIA',_0x23bfc4)),_0x504062['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x349d01,{writer:_0x5b7c3d,options:_0x30deea})=>{if(_0x30deea['showSuggestionHighlights'])return _0x5b7c3d['createEmptyElement']('div');},'converterPriority':'high'}),_0x504062['data']['downcastDispatcher']['on']('attribute:url:media',(_0x37b356,_0x2890d4,_0x379b6b)=>{_0x379b6b['options']['showSuggestionHighlights']&&_0x37b356['stop']();},{'priority':'high'});}}class mt extends _0x1a8d41{['afterInit'](){const _0x432b92=this['editor'];_0x432b92['plugins']['has']('MentionEditing')&&_0x432b92['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class pt extends _0x1a8d41{['afterInit'](){const _0x1db60c=this['editor'];if(!_0x1db60c['plugins']['has']('MergeFieldsEditing'))return;_0x1db60c['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField'),_0x1db60c['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeFieldBlock');const _0x4fc2d4=_0x1db60c['plugins']['get']('TrackChangesEditing'),_0x37703d=_0x1db60c['locale'];_0x4fc2d4['descriptionFactory']['registerElementLabel']('mergeField',_0x5528ac=>o(_0x37703d,'ELEMENT_MERGE_FIELD',_0x5528ac)),_0x4fc2d4['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x199968=>o(_0x37703d,'ELEMENT_MERGE_FIELD',_0x199968)),_0x4fc2d4['descriptionFactory']['registerDescriptionCallback'](_0x40c161=>{if('insertion'!=_0x40c161['type']&&'deletion'!=_0x40c161['type'])return;const _0x1f05ed=_0x40c161['getContainedElement']();if(null==_0x1f05ed)return;if(!_0x1f05ed['is']('element','mergeField')&&!_0x1f05ed['is']('element','mergeFieldBlock'))return;const _0xcc5ba5=_0x1db60c['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x1f05ed['getAttribute']('id'));return'insertion'==_0x40c161['type']?{'type':'insertion','content':o(_0x37703d,'*Insert:*\x20%0','\x22'+_0xcc5ba5+'\x22\x20'+o(_0x37703d,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x37703d,'*Remove:*\x20%0','\x22'+_0xcc5ba5+'\x22\x20'+o(_0x37703d,'ELEMENT_MERGE_FIELD'))};});}}class wt extends _0x1a8d41{['afterInit'](){const _0x1b57d6=this['editor'],_0x945fea=_0x1b57d6['plugins']['get']('TrackChangesEditing');_0x1b57d6['plugins']['has']('MultiLevelList')&&(_0x945fea['enableDefaultAttributesIntegration']('multiLevelList'),_0x945fea['registerBlockAttribute']('listMarkerStyle'),_0x945fea['descriptionFactory']['registerDescriptionCallback'](_0xd5e725=>this['handleDescriptions'](_0xd5e725)));}['handleDescriptions'](_0x297f4d){const _0x484ba4=this['editor']['locale'],{data:_0x3dec9e}=_0x297f4d,_0x4547da={'type':'format','content':''};if(_0x3dec9e&&'listMarkerStyle'==_0x3dec9e['key']){if(!_0x3dec9e['oldValue'])return{'type':'format','content':o(_0x484ba4,'*Set\x20format:*\x20%0',o(_0x484ba4,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x3dec9e['newValue']+')'};if(!_0x3dec9e['newValue']){let _0x111d8f=_0x297f4d['head'];for(;_0x111d8f;){if(_0x111d8f['data']&&'listType'==_0x111d8f['data']['key']&&_0x111d8f['data']['newValue'])return _0x4547da;_0x111d8f=_0x111d8f['next'];}return{'type':'format','content':o(_0x484ba4,'*Remove\x20format:*\x20%0',o(_0x484ba4,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x3dec9e['oldValue']+')'};}}}}class kt extends _0x1a8d41{['afterInit'](){const _0x10ea75=this['editor'];if(!_0x10ea75['plugins']['has']('PageBreakEditing'))return;_0x10ea75['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x44b566=_0x10ea75['plugins']['get']('TrackChangesEditing'),_0x16e4ce=_0x10ea75['locale'];_0x44b566['descriptionFactory']['registerElementLabel']('pageBreak',_0x2162e0=>o(_0x16e4ce,'ELEMENT_PAGE_BREAK',_0x2162e0));}}class bt extends _0x1a8d41{['afterInit'](){const _0x5dca0b=this['editor'];if(!_0x5dca0b['plugins']['has']('Paragraph'))return;const _0x15bd12=_0x5dca0b['locale'],_0x195088=_0x5dca0b['plugins']['get']('TrackChangesEditing');_0x195088['descriptionFactory']['registerElementLabel']('paragraph',_0x2aec84=>o(_0x15bd12,'ELEMENT_PARAGRAPH',_0x2aec84)),_0x195088['enableDefaultAttributesIntegration']('paragraph'),_0x195088['enableCommand']('insertParagraph'),_0x5dca0b['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x5dca0b),{'priority':'highest'}),_0x5dca0b['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x56bfa2,_0x557baa,_0x4204db)=>{_0x4204db['options']['showSuggestionHighlights']&&nr(_0x5dca0b,{'showActiveMarker':!0x1})(_0x56bfa2,_0x557baa,_0x4204db);},{'priority':'highest'});const _0x27b075=_0x195088['descriptionFactory'];_0x27b075['registerDescriptionCallback'](_0x5b03d0=>{if('insertion'!==_0x5b03d0['type'])return;const {start:_0x1b99c2,end:_0x58b832}=_0x5b03d0['getFirstRange']();if(!_0x1b99c2['isTouching'](_0x58b832)||!_0x1b99c2['nodeAfter'])return;const _0x369221=_0x5dca0b['model']['schema'],_0x1b3349=_0x1b99c2['nodeAfter'];return _0x369221['isBlock'](_0x1b3349)&&!_0x369221['isLimit'](_0x1b3349)&&_0x369221['checkChild'](_0x1b3349,'$text')?{'type':'insertion','content':o(_0x15bd12,'*Insert:*\x20%0',_0x27b075['getItemLabel'](_0x1b3349,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1cea05=this['editor'],_0x31c975=_0x1cea05['locale'];_0x1cea05['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x337a86=>{if('formatBlock'!=_0x337a86['type'])return;const {data:_0x5d3788}=_0x337a86;return _0x5d3788&&'paragraph'==_0x5d3788['commandName']?{'type':'format','content':o(_0x31c975,'*Change\x20to:*\x20%0',o(_0x31c975,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x45f624,{showActiveMarker:_0x322ca0=!0x0}={}){return(_0x17ab64,_0x321c43,_0x46ed92)=>{const _0x52c101=_0x45f624['plugins']['get']('TrackChangesEditing'),_0x44fe22=_0x321c43['markerRange']['start'],_0x5e5b84=_0x321c43['markerRange']['end'],_0x14ab4c=_0x45f624['model']['schema'];if(!_0x44fe22['isTouching'](_0x5e5b84)||!_0x44fe22['nodeAfter'])return;const _0x50847c=_0x44fe22['nodeAfter'];if(_0x14ab4c['isBlock'](_0x50847c)&&!_0x14ab4c['isLimit'](_0x50847c)&&_0x14ab4c['checkChild'](_0x50847c,'$text')){if(!_0x46ed92['consumable']['consume'](_0x321c43['markerRange'],_0x17ab64['name']))return;const {authorId:_0x3bf8d4}=_0x52c101['_splitMarkerName'](_0x321c43['markerName']),_0x587fe6=_0x46ed92['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x3bf8d4}),_0x5be54e=_0x46ed92['mapper']['toViewPosition'](_0x5e5b84);_0x322ca0&&_0x52c101['activeMarkers']['includes'](_0x321c43['markerName'])&&_0x46ed92['writer']['addClass']('ck-suggestion-marker--active',_0x587fe6),_0x46ed92['writer']['insert'](_0x5be54e,_0x587fe6),_0x46ed92['mapper']['bindElementToMarker'](_0x587fe6,_0x321c43['markerName']);}};}class yt extends _0x1a8d41{['afterInit'](){const _0x1ce3ff=this['editor'];if(!_0x1ce3ff['plugins']['has']('RemoveFormatEditing'))return;_0x1ce3ff['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2fe0f6=this['editor'];_0x2fe0f6['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x48cb50=>{if('formatBlock'!=_0x48cb50['type']&&'formatInline'!=_0x48cb50['type'])return;const {data:_0x20427a}=_0x48cb50;return _0x20427a&&'removeFormat'==_0x20427a['commandName']?{'type':'format','content':o(_0x2fe0f6['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class jt extends _0x1a8d41{['afterInit'](){const _0x3039ce=this['editor'];if(!_0x3039ce['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x511e7a=_0x3039ce['plugins']['get']('TrackChangesEditing');_0x511e7a['enableCommand']('goToPreviousRestrictedEditingException'),_0x511e7a['enableCommand']('goToNextRestrictedEditingException');const _0x11436e=_0x3039ce['plugins']['get']('RestrictedEditingModeEditing');_0x11436e['enableCommand']('trackChanges'),_0x11436e['enableCommand']('acceptSuggestion'),_0x11436e['enableCommand']('discardSuggestion'),_0x11436e['enableCommand']('acceptAllSuggestions'),_0x11436e['enableCommand']('discardAllSuggestions'),_0x11436e['enableCommand']('acceptSelectedSuggestions'),_0x11436e['enableCommand']('discardSelectedSuggestions');}}class St extends _0x1a8d41{static get['requires'](){return[_0x411e1a];}['init'](){const _0x32cfab=this['editor'],_0x58d28b=_0x32cfab['plugins']['get']('TrackChangesEditing');_0x58d28b['enableCommand']('shiftEnter'),_0x32cfab['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ke(_0x32cfab),{'priority':'high'}),_0x32cfab['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ke(_0x32cfab),{'priority':'high'}),_0x32cfab['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x47cbcc,_0x2f6c5c,_0x30ad80)=>{_0x30ad80['options']['showSuggestionHighlights']&&ke(_0x32cfab,{'showActiveMarker':!0x1})(_0x47cbcc,_0x2f6c5c,_0x30ad80);}),_0x58d28b['descriptionFactory']['registerElementLabel']('softBreak',_0x2a7ccd=>o(_0x32cfab['locale'],'ELEMENT_LINE_BREAK',_0x2a7ccd));}}function ke(_0x254784,{showActiveMarker:_0x7f37ce=!0x0}={}){return(_0x2f8788,_0x1352be,_0x3113d2)=>{const _0x241cc5=_0x254784['plugins']['get']('TrackChangesEditing');if(!_0x3113d2['consumable']['test'](_0x1352be['markerRange'],_0x2f8788['name']))return;const _0x6e9183=_0x254784['model'];for(const _0x5d8074 of _0x1352be['markerRange']['getItems']()){if(!_0x5d8074['is']('element','softBreak'))continue;const _0xff1890='deletion'==_0x1352be['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0xfd31c0}=_0x241cc5['_splitMarkerName'](_0x1352be['markerName']),_0x48e9a3=_0x3113d2['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0xff1890,'data-author-id':_0xfd31c0}),_0x512cf1=_0x3113d2['mapper']['toViewPosition'](_0x6e9183['createPositionBefore'](_0x5d8074));_0x7f37ce&&_0x241cc5['activeMarkers']['includes'](_0x1352be['markerName'])&&_0x3113d2['writer']['addClass']('ck-suggestion-marker--active',_0x48e9a3),_0x3113d2['writer']['insert'](_0x512cf1,_0x48e9a3),_0x3113d2['mapper']['bindElementToMarker'](_0x48e9a3,_0x1352be['markerName']);}};}class At extends _0x1a8d41{['afterInit'](){const _0x2d83dd=this['editor'],_0x1e5f7a=_0x2d83dd['model'],_0x121fcd=_0x2d83dd['locale'];if(!_0x2d83dd['plugins']['has']('StandardEditingModeEditing'))return;const _0x1868f8=_0x2d83dd['plugins']['get']('TrackChangesEditing'),_0x2d2a8f='restrictedEditingException',_0x462f0b=_0x2d83dd['commands']['get'](_0x2d2a8f);_0x1868f8['enableCommand'](_0x2d2a8f,(_0x59a842,_0x3504e2={})=>{const _0x124ea4=_0x1e5f7a['document']['selection'];if(_0x124ea4['isCollapsed'])return void _0x59a842(_0x3504e2);const _0x5d6841=void 0x0!==_0x3504e2['forceValue']?_0x3504e2['forceValue']:!_0x462f0b['value'];_0x1e5f7a['change'](()=>{const _0x50b9bc=Array['from'](_0x124ea4['getRanges']());for(const _0x486691 of _0x50b9bc){const _0x48a095=_0x5d6841?[_0x486691]:io(_0x2d2a8f,_0x486691,_0x1e5f7a);for(const _0x5255da of _0x48a095)_0x1868f8['markInlineFormat'](_0x5255da,{'commandName':_0x2d2a8f,'commandParams':[{'forceValue':_0x5d6841}]});}});}),_0x1868f8['descriptionFactory']['registerDescriptionCallback'](_0x34a394=>{if('formatBlock'!=_0x34a394['type']&&'formatInline'!=_0x34a394['type'])return;const {data:_0x26ab50}=_0x34a394;return _0x26ab50&&_0x26ab50['commandName']==_0x2d2a8f?_0x26ab50['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x121fcd,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x121fcd,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class It extends _0x1a8d41{['afterInit'](){const _0x7c700d=this['editor'];if(!_0x7c700d['plugins']['has']('Style')||!_0x7c700d['plugins']['has']('DataSchema'))return;const _0x1f8fbc=_0x7c700d['plugins']['get']('TrackChangesEditing'),_0x1d8cf3=_0x7c700d['locale'],_0x1db8e6=_0x7c700d['config']['get']('style')||{},_0xecc6b=_0x7c700d['plugins']['get']('GeneralHtmlSupport'),_0x44ee0b=_0x7c700d['plugins']['get']('StyleUtils')['normalizeConfig'](_0x7c700d['plugins']['get']('DataSchema'),_0x1db8e6['definitions']);_0x1f8fbc['enableDefaultAttributesIntegration']('style');const _0x107c8f=new Set();for(const _0x46215c of _0x44ee0b['block']){const _0x45b4b1=_0xecc6b['getGhsAttributeNameForElement'](_0x46215c['element']);_0x107c8f['add'](_0x45b4b1);}const _0x4a9d43=new Set();for(const _0x2fad73 of _0x44ee0b['inline']){const _0x2fa6fa=_0xecc6b['getGhsAttributeNameForElement'](_0x2fad73['element']);_0x4a9d43['add'](_0x2fa6fa);for(const _0x40841b of _0x2fad73['ghsAttributes'])_0x4a9d43['add'](_0x40841b);}for(const _0x2947bd of _0x107c8f)_0x1f8fbc['registerBlockAttribute'](_0x2947bd),_0x1f8fbc['descriptionFactory']['registerAttributeLabel'](_0x2947bd,o(_0x1d8cf3,'FORMAT_STYLE'));for(const _0x2e4545 of _0x4a9d43)_0x1f8fbc['registerInlineAttribute'](_0x2e4545),_0x1f8fbc['descriptionFactory']['registerAttributeLabel'](_0x2e4545,o(_0x1d8cf3,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5dccb1=this['editor'],_0x12c4e3=_0x5dccb1['locale'];_0x5dccb1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5bb72f=>{if('formatBlock'!=_0x5bb72f['type']&&'formatInline'!=_0x5bb72f['type'])return;const {data:_0x192729}=_0x5bb72f;return _0x192729&&'style'===_0x192729['commandName']?_0x192729['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x12c4e3,'*Set\x20format:*\x20%0',_0x192729['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x12c4e3,'*Remove\x20format:*\x20%0',_0x192729['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class vt extends _0x1a8d41{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x28b696){super(_0x28b696),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x43af51=this['editor'],_0xcd3579=_0x43af51['model']['document']['selection'];if(!_0x43af51['plugins']['has']('TableEditing'))return;const _0x40c39c=_0x43af51['locale'],_0xe0a16a=_0x43af51['plugins']['get']('TrackChangesEditing'),_0x33d659=_0x43af51['plugins']['get']('TableUtils');_0xe0a16a['descriptionFactory']['registerElementLabel']('table',_0x1a239b=>o(_0x40c39c,'ELEMENT_TABLE',_0x1a239b)),this['_setupColumnsRowsFixing'](),_0xe0a16a['enableCommand']('insertTable'),_0xe0a16a['enableCommand']('selectTableRow'),_0xe0a16a['enableCommand']('selectTableColumn');for(const _0x3dcc47 of['insertTableRowAbove','insertTableRowBelow']){const _0x1d5360=_0x43af51['commands']['get'](_0x3dcc47);_0xe0a16a['enableCommand'](_0x3dcc47,_0x3733a3=>{_0x43af51['model']['change'](_0x3b2fbe=>{_0x3733a3();const _0x43154a='above'===_0x1d5360['order'],_0x3fbe61=_0x33d659['getSelectionAffectedTableCells'](_0xcd3579),_0x24da03=_0x33d659['getRowIndexes'](_0x3fbe61),_0x37c9d=_0x43154a?_0x24da03['first']-0x1:_0x24da03['last']+0x1,_0x5e4dfc=_0x3fbe61[0x0]['findAncestor']('table'),_0xe89179=_0x33d659['createTableWalker'](_0x5e4dfc,{'startRow':_0x37c9d,'endRow':_0x37c9d}),_0x37240b=Array['from'](_0xe89179)['map'](_0x22a267=>_0x3b2fbe['createRangeOn'](_0x22a267['cell']));_0xe0a16a['markMultiRangeInsertion'](_0x37240b,'tableRow');});});}for(const _0x4f39e1 of['insertTableColumnLeft','insertTableColumnRight']){const _0x2e3c9a=_0x43af51['commands']['get'](_0x4f39e1);_0xe0a16a['enableCommand'](_0x4f39e1,_0x5b4a03=>{_0x43af51['model']['change'](_0x360e30=>{_0x5b4a03();const _0x2e974a='left'===_0x2e3c9a['order'],_0x413956=_0x33d659['getSelectionAffectedTableCells'](_0xcd3579),_0x16cf4f=_0x33d659['getColumnIndexes'](_0x413956),_0x3401b4=_0x2e974a?_0x16cf4f['first']-0x1:_0x16cf4f['last']+0x1,_0x17c367=_0x413956[0x0]['findAncestor']('table'),_0x281890=_0x33d659['createTableWalker'](_0x17c367,{'startRow':0x0,'column':_0x3401b4,'includeAllSlots':!0x1}),_0x4282eb=Array['from'](_0x281890)['map'](_0x3ab5ff=>_0x360e30['createRangeOn'](_0x3ab5ff['cell']));_0xe0a16a['markMultiRangeInsertion'](_0x4282eb,'tableColumn');});});}for(const _0x5ee97a of['removeTableRow','removeTableColumn']){const _0x51320d=_0x5ee97a['substr'](0xb),_0x4f5653=_0x51320d['toLowerCase'](),_0x41fd9a=_0x4f5653['substr'](0x0,0x3)+'span',_0xb4d3c9='table'+_0x51320d,_0x1e25ea='min'+_0x51320d,_0x3ef8d4='max'+_0x51320d;_0xe0a16a['enableCommand'](_0x5ee97a,()=>{_0x43af51['model']['change'](_0x2817b3=>{const _0x822f13=_0x33d659['getSelectionAffectedTableCells'](_0xcd3579),_0x104e1a=_0x822f13[0x0]['findAncestor']('table');let _0x21c084;if('removeTableRow'==_0x5ee97a){const _0x517aca=_0x33d659['getRowIndexes'](_0x822f13);_0x21c084={'startRow':_0x517aca['first'],'endRow':_0x517aca['last'],'includeAllSlots':!0x0};}else{const _0x18885d=_0x33d659['getColumnIndexes'](_0x822f13);_0x21c084={'startColumn':_0x18885d['first'],'endColumn':_0x18885d['last'],'includeAllSlots':!0x0};}const _0x4ce788=_0x33d659['createTableWalker'](_0x104e1a,_0x21c084),_0x15fbc4=Array['from'](_0x4ce788)['map'](({cell:_0x2701c5})=>_0x2701c5),_0x4eb1de=Re(_0x15fbc4['filter'](_0x5b8f4f=>_0x5b8f4f['hasAttribute'](_0x41fd9a))),_0x296dcf=Re(_0x15fbc4['filter'](_0x41a891=>!_0x41a891['hasAttribute'](_0x41fd9a)))['map'](_0x5e54fe=>_0x2817b3['createRangeOn'](_0x5e54fe)),_0x1cef8a=_0xe0a16a['markMultiRangeDeletion'](_0x296dcf,_0xb4d3c9);if(_0x1cef8a&&('tableRow'==_0x1cef8a['subType']||'tableColumn'==_0x1cef8a['subType'])){const _0x3312fa=this['_getSuggestionCoords'](_0x1cef8a);for(const _0x34f9a1 of _0x4eb1de){const _0x350b5e=_0x2817b3['createRangeOn'](_0x34f9a1),_0x1efd28=_0x33d659['getCellLocation'](_0x34f9a1),_0x34bb73=_0x34f9a1['getAttribute'](_0x41fd9a)-0x1,_0x4be2d7=_0x3312fa[_0x1e25ea],_0x1a1bf1=_0x3312fa[_0x3ef8d4];_0x4be2d7<=_0x1efd28[_0x4f5653]&&_0x1efd28[_0x4f5653]+_0x34bb73<=_0x1a1bf1&&_0x1cef8a['addRange'](_0x350b5e);}}});});}function _0x411e02(_0x4dbf67){const _0x457986=Array['from'](_0xcd3579['getRanges']())['map'](_0x5e327f=>_0x4b1aef['fromRange'](_0x5e327f));_0x43af51['model']['change'](_0x3d9b2e=>{const _0x4c3174=_0x3d9b2e['batch'];_0x4dbf67=_0x4dbf67['filter'](_0x3bbe5c=>'$graveyard'!=_0x3bbe5c['root']['rootName']),_0x3d9b2e['setSelection'](_0x4dbf67),_0x43af51['commands']['get']('removeTableRow')['refresh'](),_0x43af51['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x43af51['model']['enqueueChange'](()=>{_0x43af51['model']['enqueueChange'](_0x4c3174,_0xdf5829=>{const _0x3c6f3d=_0x457986['filter'](_0x185509=>'$graveyard'!=_0x185509['root']['rootName']);_0x3c6f3d['length']>0x0&&_0xdf5829['setSelection'](_0x3c6f3d);for(const _0x2238a8 of _0x457986)_0x2238a8['detach']();});});});}function _0x313262(_0x5031b9){_0x43af51['model']['change'](_0x19f66a=>{const _0x4ea073=Array['from'](_0xcd3579['getRanges']())['map'](_0x31ce8f=>_0x4b1aef['fromRange'](_0x31ce8f)),_0x240b76=[];for(const _0x5391cb of _0x5031b9)for(const _0x18c7b8 of _0x5391cb['getItems']({'shallow':!0x0}))_0x240b76['push'](_0x18c7b8);for(const _0x3c7e06 of _0x240b76)'$graveyard'!=_0x3c7e06['root']['rootName']&&(_0x19f66a['setSelection'](_0x19f66a['createPositionAt'](_0x3c7e06,0x0)),_0x43af51['commands']['get']('removeTableColumn')['refresh'](),_0x43af51['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x188a62=_0x4ea073['filter'](_0x56b984=>'$graveyard'!=_0x56b984['root']['rootName']);_0x188a62['length']>0x0&&_0x19f66a['setSelection'](_0x188a62);for(const _0x3f1c1a of _0x4ea073)_0x3f1c1a['detach']();});}function _0x4a6c87(_0x5d166c,_0x51d7ac){return _0x51d7ac['every'](_0x558e1=>_0x5d166c['some'](_0x3acbf5=>_0x3acbf5['end']['isEqual'](_0x558e1['start'])||_0x558e1['end']['isEqual'](_0x3acbf5['start'])));}function _0x18162a(_0x2f881d,_0x18f165){return!_0x2f881d['some'](_0x1fee13=>_0x18f165['some'](_0x255fac=>_0x1fee13['isIntersecting'](_0x255fac)))&&_0x2f881d['some'](_0x3edc6d=>_0x18f165['some'](_0x2eb1c0=>_0x3edc6d['end']['isTouching'](_0x2eb1c0['start'])));}_0x43af51['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x35d74a,_0x289626,_0x2ad3aa)=>{if(!_0x2ad3aa['options']['showSuggestionHighlights'])return;const _0x391cf2=_0x289626['item'];if(!_0x391cf2)return;const _0x2f4dae=_0x2ad3aa['mapper']['toViewElement'](_0x391cf2);function _0x256b91(_0x48d351){return Array['isArray'](_0x48d351)?_0x48d351:[_0x48d351];}_0x2f4dae&&'tableCell'===_0x391cf2['name']&&_0x15c908(_0x2f4dae,_0x2ad3aa['writer'],(_0x4b01b7,_0x37ef1f,_0x1cc3c6)=>_0x1cc3c6['addClass'](_0x256b91(_0x37ef1f['classes']),_0x4b01b7),(_0x338262,_0x3b11f1,_0x312b49)=>_0x312b49['removeClass'](_0x256b91(_0x3b11f1['classes']),_0x338262));},{'priority':'highest'}),_0xe0a16a['descriptionFactory']['registerDescriptionCallback'](_0x42bf2f=>{if('insertion'!=_0x42bf2f['type']&&'deletion'!=_0x42bf2f['type'])return;const _0x52f2cf=_0x42bf2f['getContainedElement']();if(null!=_0x52f2cf&&_0x52f2cf['is']('element','table')){if('insertion'==_0x42bf2f['type']){const _0x4e84ec=_0x42bf2f['getItems']()['filter'](_0x5860df=>_0x5860df['is']('$textProxy'))['map'](_0x1b315b=>_0x1b315b['data']);if(_0x4e84ec['length'])return{'type':'insertion','content':o(_0x40c39c,'*Insert:*\x20%0',o(_0x40c39c,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x4e84ec['join']('\x20')+'\x22'))};}if('deletion'==_0x42bf2f['type']){const _0x52c2c4=_0x42bf2f['getItems']()['filter'](_0x4e7096=>_0x4e7096['is']('$textProxy'))['map'](_0x3a40cf=>_0x3a40cf['data']);if(_0x52c2c4['length'])return{'type':'deletion','content':o(_0x40c39c,'*Remove:*\x20%0',o(_0x40c39c,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x52c2c4['join']('\x20')+'\x22'))};}}}),_0xe0a16a['descriptionFactory']['registerDescriptionCallback'](_0x4d7219=>{if('tableRow'==_0x4d7219['subType']){const _0x5dee01=_0x4d7219['getItems']()['filter'](_0x36f250=>_0x36f250['is']('$textProxy'))['map'](_0x2cec25=>_0x2cec25['data']),_0x3c09aa=this['_getSuggestionCoords'](_0x4d7219),_0x412287=_0x3c09aa['maxRow']-_0x3c09aa['minRow']+0x1;if('insertion'==_0x4d7219['type'])return _0x5dee01['length']?{'type':'insertion','content':o(_0x40c39c,'*Insert:*\x20%0',o(_0x40c39c,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x412287,'\x22'+_0x5dee01['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x40c39c,'*Insert:*\x20%0',o(_0x40c39c,'ELEMENT_TABLE_ROW',_0x412287))};if('deletion'==_0x4d7219['type'])return _0x5dee01['length']?{'type':'deletion','content':o(_0x40c39c,'*Remove:*\x20%0',o(_0x40c39c,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x412287,'\x22'+_0x5dee01['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x40c39c,'*Remove:*\x20%0',o(_0x40c39c,'ELEMENT_TABLE_ROW',_0x412287))};}if('tableColumn'==_0x4d7219['subType']){const _0x3dcea9=_0x4d7219['getItems']()['filter'](_0x29daf4=>_0x29daf4['is']('$textProxy'))['map'](_0x56ef59=>_0x56ef59['data']),_0x44d352=this['_getSuggestionCoords'](_0x4d7219),_0xbcdea0=_0x44d352['maxColumn']-_0x44d352['minColumn']+0x1;if('insertion'==_0x4d7219['type'])return _0x3dcea9['length']?{'type':'insertion','content':o(_0x40c39c,'*Insert:*\x20%0',o(_0x40c39c,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0xbcdea0,'\x22'+_0x3dcea9['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x40c39c,'*Insert:*\x20%0',o(_0x40c39c,'ELEMENT_TABLE_COLUMN',_0xbcdea0))};if('deletion'==_0x4d7219['type'])return _0x3dcea9['length']?{'type':'deletion','content':o(_0x40c39c,'*Remove:*\x20%0',o(_0x40c39c,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0xbcdea0,'\x22'+_0x3dcea9['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x40c39c,'*Remove:*\x20%0',o(_0x40c39c,'ELEMENT_TABLE_COLUMN',_0xbcdea0))};}}),_0xe0a16a['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x411e02),_0xe0a16a['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x411e02),_0xe0a16a['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x313262),_0xe0a16a['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x313262),_0xe0a16a['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x4a6c87),_0xe0a16a['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x4a6c87),_0xe0a16a['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x18162a),_0xe0a16a['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x18162a);}['_acceptFormatSuggestionCallbackFactory'](){const _0x2c6e1f=this['editor'],_0x273aea=_0x2c6e1f['model']['document']['selection'];return(_0x1d96f7,_0x520d32)=>{_0x2c6e1f['model']['change'](_0x461b09=>{const {commandName:_0x2d9129,commandParams:_0x11b055}=_0x520d32;let _0x33170d=_0x1d96f7[0x0]['end']['nodeBefore'];_0x11b055&&_0x11b055[0x0]&&!0x1===_0x11b055[0x0]['forceValue']&&(_0x33170d=_0x1d96f7[0x0]['start']['nodeAfter']);const _0x45266e=_0x461b09['createRangeIn'](_0x33170d);if('$graveyard'==_0x45266e['root']['rootName'])return;const _0x4f9a7f=Array['from'](_0x273aea['getRanges']())['map'](_0x333014=>_0x4b1aef['fromRange'](_0x333014));_0x461b09['setSelection'](_0x45266e),_0x2c6e1f['commands']['get'](_0x2d9129)['refresh'](),_0x11b055['push']({'forceDefaultExecution':!0x0}),_0x2c6e1f['execute'](_0x2d9129,..._0x11b055);const _0x5b4321=_0x4f9a7f['filter'](_0x389e4d=>'$graveyard'!=_0x389e4d['root']['rootName']);_0x5b4321['length']>0x0&&_0x461b09['setSelection'](_0x5b4321);for(const _0x5ba384 of _0x4f9a7f)_0x5ba384['detach']();});};}['_getCoordsForCells'](_0x58e6cb){const _0x141e4a=this['editor']['plugins']['get']('TableUtils');let _0x5deaf6=Number['MAX_SAFE_INTEGER'],_0x45c0e3=Number['MIN_SAFE_INTEGER'],_0x37530f=Number['MAX_SAFE_INTEGER'],_0x58c4fc=Number['MIN_SAFE_INTEGER'];for(const _0x445dce of _0x58e6cb){if('$graveyard'==_0x445dce['root']['rootName'])continue;const {row:_0x1fed51,column:_0xc77c55}=_0x141e4a['getCellLocation'](_0x445dce),_0x77abb1=_0x445dce['hasAttribute']('rowspan')?_0x445dce['getAttribute']('rowspan')-0x1:0x0,_0x496dd3=_0x445dce['hasAttribute']('colspan')?_0x445dce['getAttribute']('colspan')-0x1:0x0;_0x5deaf6=_0x1fed51<_0x5deaf6?_0x1fed51:_0x5deaf6,_0x45c0e3=_0x1fed51+_0x77abb1>_0x45c0e3?_0x1fed51+_0x77abb1:_0x45c0e3,_0x37530f=_0xc77c55<_0x37530f?_0xc77c55:_0x37530f,_0x58c4fc=_0xc77c55+_0x496dd3>_0x58c4fc?_0xc77c55+_0x496dd3:_0x58c4fc;}return{'minRow':_0x5deaf6,'maxRow':_0x45c0e3,'minColumn':_0x37530f,'maxColumn':_0x58c4fc};}['_setupColumnsRowsFixing'](){const _0x386455=this['editor'],_0x59e1bf=_0x386455['plugins']['get']('TrackChangesEditing'),_0x3ba2a4=_0x386455['plugins']['get']('TableUtils');_0x386455['model']['document']['on']('change:data',()=>{const _0x755407=Array['from'](_0x386455['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x409a78,data:_0x1b716a}of _0x755407){const {group:_0x14e00e,id:_0x3aa0d3,subType:_0x5561d6}=_0x59e1bf['_splitMarkerName'](_0x409a78);if('suggestion'!=_0x14e00e)continue;if(null!=_0x1b716a['oldRange'])continue;const _0x24500b=_0x59e1bf['getSuggestion'](_0x3aa0d3);this['_tablePostFixingSubtypes']['includes'](_0x5561d6)&&this['_tableSuggestions']['add'](_0x24500b);}},{'priority':'low'});const _0x7924c4=(_0x295e81,_0x2ddc74)=>{let _0x4026c1=!0x1;const _0x256877=_0x2ddc74['createRangeOn'](_0x295e81),_0x49686e=_0x295e81['findAncestor']('table'),_0x4ad50f=_0x3ba2a4['getCellLocation'](_0x295e81);for(const _0x5650d1 of this['_tableSuggestions']){const _0x4d947b=_0x5650d1['subType'],_0x47ded9=_0x4d947b['startsWith']('tablePaste'),_0x566be6=_0x4d947b['substr'](_0x47ded9?0xa:0x5),_0x59a8eb=_0x566be6['toLowerCase'](),_0x463846=_0x59a8eb['substr'](0x0,0x3)+'span',_0x5c4856='min'+_0x566be6,_0x4b0729='max'+_0x566be6;if(!_0x5650d1['isInContent'])continue;if(_0x49686e!=_0x5650d1['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x5650d1['isIntersectingWithRange'](_0x256877))continue;const _0x18e2a0=_0x295e81['hasAttribute'](_0x463846)?_0x295e81['getAttribute'](_0x463846)-0x1:0x0,_0x2875f2=this['_getSuggestionCoords'](_0x5650d1),_0x8e61b4=_0x2875f2[_0x5c4856],_0x1a6895=_0x2875f2[_0x4b0729];_0x8e61b4<=_0x4ad50f[_0x59a8eb]&&_0x4ad50f[_0x59a8eb]+_0x18e2a0<=_0x1a6895&&(_0x5650d1['addRange'](_0x256877),_0x4026c1=!0x0);}return _0x4026c1;};_0x386455['model']['document']['registerPostFixer'](_0x5461e8=>{let _0x5b0698=!0x1;for(const _0x56bb9a of _0x386455['model']['document']['differ']['getChanges']())if('insert'==_0x56bb9a['type']){if('tableRow'==_0x56bb9a['name']){for(const _0x348007 of _0x56bb9a['position']['nodeAfter']['getChildren']())_0x5b0698=_0x5b0698||_0x7924c4(_0x348007,_0x5461e8);}else'tableCell'==_0x56bb9a['name']&&(_0x5b0698=_0x5b0698||_0x7924c4(_0x56bb9a['position']['nodeAfter'],_0x5461e8));}return _0x5b0698;});}['_getSuggestionCoords'](_0x3d1674){return this['_getCoordsForCells'](_0x3d1674['getRanges']()['map'](_0x4cf6ec=>_0x4cf6ec['start']['nodeAfter']));}}function Re(_0x418d9e){return Array['from'](new Set(_0x418d9e)['values']());}class _t extends _0x1a8d41{static get['requires'](){return[vt];}['afterInit'](){const _0x310ac4=this['editor'],_0x5a412f=_0x310ac4['model']['document']['selection'],_0x3c836d=_0x310ac4['locale'];if(!_0x310ac4['plugins']['has']('TableEditing'))return;const _0x1e2b3b=_0x310ac4['plugins']['get']('TrackChangesEditing'),_0x2aa3b9=_0x310ac4['plugins']['get']('TableUtils'),_0x4503c8=_0x310ac4['plugins']['get'](vt);_0x4503c8['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x1e2b3b['enableCommand']('mergeTableCells',()=>{const _0x32d31e=_0x2aa3b9['getSelectionAffectedTableCells'](_0x310ac4['model']['document']['selection']);_0x310ac4['model']['change'](()=>{_0x1e2b3b['markMultiRangeBlockFormat'](_0x32d31e,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x310ac4['commands']['get']('mergeTableCells')['on']('execute',(_0x245de3,_0x4332bf)=>{_0x310ac4['commands']['get']('trackChanges')['value']&&(_0x4332bf['length']>0x0&&_0x4332bf[_0x4332bf['length']-0x1]&&_0x4332bf[_0x4332bf['length']-0x1]['forceDefaultExecution']||_0x1e2b3b['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x245de3['stop']());},{'priority':'highest'});for(const _0xfac70c of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x33d575=_0x310ac4['commands']['get'](_0xfac70c);_0x1e2b3b['enableCommand'](_0xfac70c,()=>{const _0x4b5ab1=_0x310ac4['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x14e7ec=>_0x14e7ec['is']('element','tableCell')),_0x449c2a=_0x33d575['value'];_0x310ac4['model']['change'](()=>{_0x1e2b3b['markMultiRangeBlockFormat']([_0x4b5ab1,_0x449c2a],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x184520 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x53a06b=_0x310ac4['commands']['get'](_0x184520);_0x1e2b3b['enableCommand'](_0x184520,()=>{const _0x2cfc30=_0x2aa3b9['getSelectionAffectedTableCells'](_0x310ac4['model']['document']['selection'])[0x0],_0x366c10=_0x2cfc30['findAncestor']('table'),{column:_0x397e5d,row:_0x5933e0}=_0x2aa3b9['getCellLocation'](_0x2cfc30);let _0x508904=[];if('horizontally'==_0x53a06b['direction']){const _0x493abc=_0x2aa3b9['createTableWalker'](_0x366c10,{'startRow':_0x5933e0,'endRow':_0x5933e0,'includeAllSlots':!0x0});_0x508904=Array['from'](_0x493abc)['map'](_0x562507=>_0x562507['cell']);}else{const _0x5dc681=_0x2aa3b9['createTableWalker'](_0x366c10,{'column':_0x397e5d,'includeAllSlots':!0x0});_0x508904=Array['from'](_0x5dc681)['map'](_0x45b378=>_0x45b378['cell']);}_0x310ac4['model']['change'](_0x98155e=>{_0x1e2b3b['markBlockFormat'](_0x98155e['createRangeOn'](_0x2cfc30),{'commandName':_0x184520,'commandParams':[]},_0x508904,_0x184520);});});}_0x1e2b3b['descriptionFactory']['registerDescriptionCallback'](_0x1dc9ad=>{if('formatBlock'!=_0x1dc9ad['type']&&'formatInline'!=_0x1dc9ad['type'])return;const {data:_0x652495}=_0x1dc9ad;return _0x652495&&'mergeTableCells'==_0x652495['commandName']?{'type':'format','content':o(_0x3c836d,'*Merge\x20cells*')}:void 0x0;}),_0x1e2b3b['descriptionFactory']['registerDescriptionCallback'](_0x224733=>{if('formatBlock'!=_0x224733['type']&&'formatInline'!=_0x224733['type'])return;const {data:_0x1cee2e}=_0x224733;return _0x1cee2e?'splitTableCellVertically'==_0x1cee2e['commandName']?{'type':'format','content':o(_0x3c836d,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x1cee2e['commandName']?{'type':'format','content':o(_0x3c836d,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x44f382=_0x4503c8['_acceptFormatSuggestionCallbackFactory']();for(const _0x5634f1 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x1e2b3b['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x5634f1,'accept',_0x44f382);for(const _0x49753c of['splitTableCellVertically','splitTableCellHorizontally'])_0x1e2b3b['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x49753c,'accept',_0x44f382);_0x1e2b3b['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x297217=>{_0x310ac4['model']['change'](_0x95bcd3=>{const _0x8d2fa6=Array['from'](_0x5a412f['getRanges']())['map'](_0x2e6cf2=>_0x4b1aef['fromRange'](_0x2e6cf2));_0x95bcd3['setSelection'](_0x297217),_0x310ac4['commands']['get']('mergeTableCells')['refresh'](),_0x310ac4['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x537264=_0x8d2fa6['filter'](_0x1b50e9=>'$graveyard'!=_0x1b50e9['root']['rootName']);_0x537264['length']>0x0&&_0x95bcd3['setSelection'](_0x537264);for(const _0x96a093 of _0x8d2fa6)_0x96a093['detach']();});});for(const _0x1813c8 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x2eb7fb=_0x310ac4['commands']['get'](_0x1813c8);_0x2eb7fb['on']('set:isEnabled',(_0x3103af,_0x24aed0,_0x563f31)=>{if(_0x563f31){const _0x28710e=_0x310ac4['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x1759d8=>_0x1759d8['is']('element','tableCell'));this['_areMergableCells'](_0x2eb7fb['value'],_0x28710e)||(_0x3103af['return']=!0x1,_0x3103af['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x5bd49d=this['editor']['commands']['get']('mergeTableCells'),_0x2a42e8=this['editor']['plugins']['get']('TableUtils');if(!_0x5bd49d['isEnabled'])return!0x1;const _0x2c2fc8=_0x2a42e8['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x4cadc7 of _0x2c2fc8)for(const _0x1fb57f of _0x2c2fc8)if(_0x4cadc7!=_0x1fb57f&&!this['_areMergableCells'](_0x4cadc7,_0x1fb57f))return!0x1;return!0x0;}['_areMergableCells'](_0x2a5c79,_0x1f9fbe){const _0x126f7f=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1750ee=this['editor']['model']['createRangeOn'](_0x2a5c79),_0x1b621b=this['editor']['model']['createRangeOn'](_0x1f9fbe),_0x467144=new Set(),_0x58fa00=new Set();for(const _0x36d772 of _0x126f7f['getSuggestions']())if(('insertion'==_0x36d772['type']||'deletion'==_0x36d772['type']||'mergeTableCells'==_0x36d772['subType'])&&_0x36d772['isInContent']){for(const _0x4843fe of _0x36d772['getRanges']())_0x4843fe['containsRange'](_0x1750ee,!0x0)&&_0x467144['add'](_0x36d772['type']+':'+_0x36d772['author']['id']),_0x4843fe['containsRange'](_0x1b621b,!0x0)&&_0x58fa00['add'](_0x36d772['type']+':'+_0x36d772['author']['id']);}if(_0x467144['size']!=_0x58fa00['size'])return!0x1;for(const _0x392b60 of _0x467144)if(!_0x58fa00['has'](_0x392b60))return!0x1;return!0x0;}}class Ct extends _0x1a8d41{static get['requires'](){return[vt];}['afterInit'](){const _0xed1ba6=this['editor'];if(!_0xed1ba6['plugins']['has']('TableEditing'))return;const _0x42114b=_0xed1ba6['locale'],_0x132016=_0xed1ba6['plugins']['get']('TrackChangesEditing');_0x132016['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x132016['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x132016['registerBlockAttribute']('headingRows'),_0x132016['registerBlockAttribute']('headingColumns'),_0x132016['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x42114b,'FORMAT_HEADER_ROW')),_0x132016['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x42114b,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x370501=this['editor']['plugins']['get']('TrackChangesEditing'),_0xe0bed6=this['editor']['plugins']['get']('TableUtils'),_0x46b5ba=this['editor']['plugins']['get'](vt)['_acceptFormatSuggestionCallbackFactory']();function _0x4e2c1e({showActiveMarker:_0x4c6a5e=!0x0,setDataAttribute:_0x2ab1a1=!0x0}={}){return(_0x2410be,_0x503f7d,_0x29af9a)=>{const {type:_0x2d29d9,id:_0x4f2277}=_0x370501['_splitMarkerName'](_0x503f7d['markerName']),_0x187d06=_0x370501['getSuggestion'](_0x4f2277),_0x7c648b=_0x187d06['data'];if('formatBlock'!=_0x187d06['type']||!_0x7c648b||'setTableColumnHeader'!=_0x7c648b['commandName'])return;if(_0x503f7d['item'])return void _0x2410be['stop']();if(!_0x29af9a['consumable']['consume'](_0x503f7d['markerRange'],_0x2410be['name']))return;const _0x7e5ae1=_0x503f7d['markerRange']['start']['nodeAfter'],_0xf18ecc=_0x503f7d['markerRange']['end']['nodeBefore'],_0x44a16a=_0x7e5ae1['parent']['parent'],{column:_0x3c9b34}=_0xe0bed6['getCellLocation'](_0x7e5ae1),{column:_0x57b0ab}=_0xe0bed6['getCellLocation'](_0xf18ecc);for(let _0x4ec9c4=_0x3c9b34;_0x4ec9c4<=_0x57b0ab;_0x4ec9c4++){const _0x20959c=_0xe0bed6['createTableWalker'](_0x44a16a,{'column':_0x4ec9c4,'includeAllSlots':!0x1});for(const _0x375c12 of _0x20959c){const _0x10ae72=_0x375c12['cell'],_0x2f57e5=_0x29af9a['mapper']['toViewElement'](_0x10ae72);_0x29af9a['writer']['addClass']('ck-suggestion-marker-'+_0x2d29d9,_0x2f57e5),_0x2ab1a1&&_0x29af9a['writer']['setAttribute']('data-suggestion',_0x4f2277,_0x2f57e5),_0x29af9a['mapper']['bindElementToMarker'](_0x2f57e5,_0x503f7d['markerName']),_0x4c6a5e&&(_0x370501['activeMarkers']['includes'](_0x503f7d['markerName'])?_0x29af9a['writer']['addClass']('ck-suggestion-marker--active',_0x2f57e5):_0x29af9a['writer']['removeClass']('ck-suggestion-marker--active',_0x2f57e5));}}};}_0x370501['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x46b5ba),_0x370501['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x46b5ba),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x4e2c1e(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x49eafe,_0x2e95a4,_0x59a4ed)=>{_0x59a4ed['options']['showSuggestionHighlights']&&_0x4e2c1e({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x49eafe,_0x2e95a4,_0x59a4ed);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x13edb9,_0x565ae8,_0x204bda)=>{const {type:_0x4d0a88,id:_0x28c834}=_0x370501['_splitMarkerName'](_0x565ae8['markerName']),_0x1b0216=_0x370501['getSuggestion'](_0x28c834),_0x4d18e4=_0x1b0216['data'];if('formatBlock'!=_0x1b0216['type']||!_0x4d18e4||'setTableColumnHeader'!=_0x4d18e4['commandName'])return;const _0x555c9c=_0x204bda['mapper']['markerNameToElements'](_0x565ae8['markerName']);if(_0x555c9c){for(const _0x527a64 of _0x555c9c)_0x204bda['writer']['removeClass']('ck-suggestion-marker-'+_0x4d0a88,_0x527a64),_0x204bda['writer']['removeClass']('ck-suggestion-marker--active',_0x527a64),_0x204bda['writer']['removeAttribute']('data-suggestion',_0x527a64),_0x204bda['mapper']['unbindElementFromMarkerName'](_0x527a64,_0x565ae8['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x76f80b=this['editor'],_0x42dc57=_0x76f80b['locale'];function _0x30468b(_0x39e954){return{'type':'format','content':o(_0x42dc57,'*Format:*\x20%0',_0x39e954)};}_0x76f80b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3fbe10=>{if('formatBlock'!=_0x3fbe10['type'])return;const {data:_0x1456be}=_0x3fbe10;if(_0x1456be){if('setTableRowHeader'==_0x1456be['commandName']){const _0x41fd0b=_0x1456be['commandParams'][0x0]['forceValue'];return _0x30468b(o(_0x42dc57,_0x41fd0b?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x1456be['commandName']){const _0x3e35e3=_0x1456be['commandParams'][0x0]['forceValue'];return _0x30468b(o(_0x42dc57,_0x3e35e3?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const we=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],ve=Object['fromEntries'](we['map'](_0x201d18=>[_0x201d18,null]));class Nt extends _0x1a8d41{static get['requires'](){return[vt];}['afterInit'](){const _0x527c1c=this['editor'];if(!_0x527c1c['plugins']['has']('TableClipboard'))return;const _0xda14ea=_0x527c1c['plugins']['get']('TrackChangesEditing'),_0x8ac161=_0x527c1c['plugins']['get']('TableUtils'),_0x245ae9=_0x527c1c['plugins']['get'](vt),_0xb35a8a=_0x527c1c['plugins']['get']('TableClipboard');_0x245ae9['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x527c1c['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x527c1c['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x60d1c=null;_0x527c1c['model']['on']('insertContent',(_0x24d9e3,_0x5814da)=>{const [_0x508bcd,_0x360d42]=_0x5814da,_0x1ea5b9=_0x5814da[_0x5814da['length']-0x1];_0x1ea5b9&&_0x1ea5b9['forceDefaultExecution']||_0xda14ea['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x21684a,_0x8c155a,_0x2a3d23,_0x3efca8,_0x412fa2){if(_0x8c155a&&!_0x8c155a['is']('documentSelection'))return!0x1;const _0x583bff=_0x412fa2['getTableIfOnlyTableInContent'](_0x21684a,_0x2a3d23);if(!_0x583bff||!Ae(_0x583bff,void 0x0,_0x3efca8))return!0x1;const _0x157322=_0x3efca8['getSelectionAffectedTableCells'](_0x2a3d23['document']['selection']);if(!_0x157322['length'])return!0x1;const _0x1fae8b=_0x157322[0x0]['findAncestor']('table'),_0x31d3a6=_0x3efca8['getRowIndexes'](_0x157322),_0x5150d8=_0x3efca8['getColumnIndexes'](_0x157322),_0x320399={'startRow':_0x31d3a6['first'],'endRow':_0x31d3a6['last'],'startColumn':_0x5150d8['first'],'endColumn':_0x5150d8['last']};return 0x1==_0x157322['length']&&(_0x320399['endRow']+=_0x3efca8['getRows'](_0x583bff)-0x1,_0x320399['endColumn']+=_0x3efca8['getColumns'](_0x583bff)-0x1),Ae(_0x1fae8b,_0x320399,_0x3efca8);}(_0x508bcd,_0x360d42,_0x527c1c['model'],_0x8ac161,_0xb35a8a)&&(_0x24d9e3['stop'](),_0x60d1c={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x527c1c['model']['change'](()=>{_0x527c1c['model']['insertContent'](_0x5814da[0x0],_0x5814da[0x1],_0x5814da[0x2],{'forceDefaultExecution':!0x0});const _0x4fad07=_0x2d895c(),{rowInsertionRanges:_0x286de6,columnInsertionRanges:_0x33f9c0,insertionRanges:_0x926c2e,deletionRanges:_0x147b65,cells:_0x4eea7b}=_0x60d1c;_0x286de6['length']&&_0xda14ea['markMultiRangeInsertion'](_0x286de6,'tablePasteRow',{'tablePasteChainId':_0x4fad07}),_0x33f9c0['length']&&_0xda14ea['markMultiRangeInsertion'](_0x33f9c0,'tablePasteColumn',{'tablePasteChainId':_0x4fad07}),_0x926c2e['length']&&(_0xda14ea['markMultiRangeInsertion'](_0x926c2e,'tablePaste',{'tablePasteChainId':_0x4fad07,'skipNestingCheck':!0x0}),_0x926c2e['forEach'](_0x4edeb8=>_0x4edeb8['detach']?.())),_0x147b65['length']&&(_0xda14ea['markMultiRangeDeletion'](_0x147b65,'tablePaste',{'tablePasteChainId':_0x4fad07,'skipNestingCheck':!0x0}),_0x147b65['forEach'](_0x37d378=>_0x37d378['detach']?.()));const _0x48ea6f=_0xda14ea['markMultiRangeBlockFormat'](_0x4eea7b['map'](({element:_0x3e78c1})=>_0x3e78c1),{'formatGroupId':_0x2d895c()},[],'tablePasteCell',{'tablePasteChainId':_0x4fad07});if(_0x48ea6f){const _0x58ac13=_0x48ea6f['getMarkers'](),_0x378a3a=[];for(const {element:_0x166c29,attributes:_0x2a661f}of _0x4eea7b){if(!_0x2a661f)continue;const _0x3a2be9=_0x527c1c['model']['createRangeOn'](_0x166c29),_0x24ff66=_0x58ac13['find'](_0x270d40=>_0x270d40['getRange']()['isEqual'](_0x3a2be9));_0x24ff66&&_0x378a3a['push']([_0x24ff66['name'],_0x2a661f]);}_0x378a3a['length']&&_0x48ea6f['setAttribute']('markerAttributes',Object['fromEntries'](_0x378a3a));}_0x60d1c=null;}));},{'priority':_0x33fff0['high']+0xa}),_0x527c1c['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x13da03,_0x34d149)=>{const [_0x4b7813,_0x7086bc,,_0xd39d63]=_0x34d149;if(!_0x60d1c)return;_0x13da03['stop']();const _0x4b91f6=_0x4b7813['cell'],_0x4e9af2=_0x7086bc,_0x27401b=je(_0x4b91f6),_0x1108d3=je(_0x4e9af2);_0x13da03['return']=_0x4b91f6;let _0x4410e8=null,_0x4a3a92=null;if(_0x1108d3||_0x27401b){if(_0x27401b&&!_0x1108d3){_0xd39d63['remove'](_0x4b91f6['getChild'](0x0));for(const _0x2151c1 of Array['from'](_0x4e9af2['getChildren']()))_0xd39d63['insert'](_0x2151c1,_0x4b91f6,'end');const _0x367a57=_0x60d1c['rowInsertionIndexes']['includes'](_0x4b7813['row']),_0x32d41f=_0x60d1c['columnInsertionIndexes']['includes'](_0x4b7813['column']);_0x367a57||_0x32d41f||(_0x4410e8=_0x4b1aef['fromRange'](_0xd39d63['createRangeIn'](_0x4b91f6)));}else _0x1108d3&&!_0x27401b&&(_0x4a3a92=_0xd39d63['createRangeIn'](_0x4b91f6));}else{const _0x5d8c83=_0xd39d63['createElement']('tableCellSuggestion'),_0x16c5d1=_0xd39d63['createElement']('tableCellSuggestion');_0xd39d63['wrap'](_0xd39d63['createRangeIn'](_0x4b91f6),_0x16c5d1),_0xd39d63['insert'](_0x5d8c83,_0x4b91f6,0x0);for(const _0x50b4f8 of Array['from'](_0x4e9af2['getChildren']()))_0xd39d63['insert'](_0x50b4f8,_0x5d8c83,'end');_0x4410e8=_0x4b1aef['fromRange'](_0xd39d63['createRangeOn'](_0x5d8c83)),_0x4a3a92=_0x4b1aef['fromRange'](_0xd39d63['createRangeOn'](_0x16c5d1));}const _0x81b1ed=Array['from'](_0x4e9af2['getAttributes']())['filter'](([_0x179a9d])=>we['includes'](_0x179a9d));_0x60d1c['cells']['push']({'element':_0x4b91f6,'attributes':_0x81b1ed['length']?Object['fromEntries'](_0x81b1ed):null}),_0x4410e8&&_0x60d1c['insertionRanges']['push'](_0x4410e8),_0x4a3a92&&_0x60d1c['deletionRanges']['push'](_0x4a3a92);},{'priority':'high'}),_0x8ac161['on']('insertColumns',(_0xea70a,_0xee550)=>{const [_0x5716eb,_0x54d65d={}]=_0xee550;if(!_0x60d1c)return;const _0x8aa4e6=_0x54d65d['at']||0x0,_0xe32c35=_0x54d65d['columns']||0x1;_0x60d1c['columnInsertionIndexes']=new Array(_0xe32c35)['fill'](_0x8aa4e6)['map']((_0x5ab173,_0x3166c0)=>_0x5ab173+_0x3166c0);for(const {cell:_0x570510}of _0x8ac161['createTableWalker'](_0x5716eb,{'startColumn':_0x8aa4e6,'endColumn':_0x8aa4e6+_0xe32c35-0x1}))_0x60d1c['columnInsertionRanges']['push'](_0x527c1c['model']['createRangeOn'](_0x570510));},{'priority':'low'}),_0x8ac161['on']('insertRows',(_0x445db0,_0x373582)=>{const [_0x490269,_0xd00fb0={}]=_0x373582;if(!_0x60d1c)return;const _0x270258=_0xd00fb0['at']||0x0,_0x32df6a=_0xd00fb0['rows']||0x1;_0x60d1c['rowInsertionIndexes']=new Array(_0x32df6a)['fill'](_0x270258)['map']((_0x1a4d4,_0x5f0f69)=>_0x1a4d4+_0x5f0f69);for(const {cell:_0x70dd91}of _0x8ac161['createTableWalker'](_0x490269,{'startRow':_0x270258,'endRow':_0x270258+_0x32df6a-0x1}))_0x60d1c['rowInsertionRanges']['push'](_0x527c1c['model']['createRangeOn'](_0x70dd91));},{'priority':'low'}),_0xda14ea['descriptionFactory']['registerDescriptionCallback'](_0x12f594=>{if(_0x12f594['subType']&&_0x12f594['subType']['startsWith']('tablePaste'))return _0x12f594['previous']?{}:{'type':'insertion','content':o(_0x527c1c['locale'],'*Replace\x20table\x20cells*')};});const _0x469db1=()=>!0x1;for(const _0x156db3 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0xda14ea['_suggestionFactory']['registerCustomCallback']('insertion',_0x156db3,'join',_0x469db1),_0xda14ea['_suggestionFactory']['registerCustomCallback']('deletion',_0x156db3,'join',_0x469db1),_0xda14ea['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x156db3,'join',_0x469db1);_0xda14ea['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x469db1),_0xda14ea['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x41ea13,_0x3494eb,_0x35d881)=>{const _0x5c97c1=_0x41ea13['map'](_0x18339e=>_0x18339e['getContainedElement']())['filter'](_0x2f6917=>_0x2f6917),_0x2c2879=new Map(_0x5c97c1['map'](_0x1fa7cb=>[_0x1fa7cb,null]));if(_0x60d1c){for(const {element:_0x265857,attributes:_0x11ee67}of _0x60d1c['cells'])_0x11ee67&&_0x2c2879['set'](_0x265857,_0x11ee67);}else{if(_0x35d881&&_0x35d881['markerAttributes'])for(const [_0x2c75be,_0x3a240d]of Object['entries'](_0x35d881['markerAttributes'])){const _0x513493=_0x527c1c['model']['markers']['get'](_0x2c75be),_0x3668b6=_0x513493?_0x513493['getRange']()['getContainedElement']():null;_0x3668b6&&_0x2c2879['set'](_0x3668b6,_0x3a240d);}}_0x527c1c['model']['change'](_0x4f9c8e=>{for(const [_0x5f00a6,_0x43daf9]of _0x2c2879)_0x4f9c8e['setAttributes']({...ve,..._0x43daf9},_0x5f00a6);});});const _0x4623d8=(_0x5a51ae,_0x424c4c)=>{_0xda14ea['_suggestionFactory']['registerCustomCallback'](_0x5a51ae,'tablePaste',_0x424c4c,(_0x44760a,_0x2ea168,_0x69722f)=>{_0x527c1c['model']['change'](_0xb1684c=>{const _0x1708d6=[];for(const _0x428047 of _0x44760a){const _0x61dc68=_0x428047['start']['nodeAfter'];_0x61dc68['is']('element','tableCellSuggestion')&&_0x1708d6['push'](_0x61dc68);}_0xda14ea['_suggestionFactory']['getSuggestionCallback'](_0x5a51ae,null,_0x424c4c)(_0x44760a,_0x2ea168,_0x69722f);for(const _0x53f038 of _0x1708d6)'$graveyard'!=_0x53f038['root']['rootName']&&_0xb1684c['unwrap'](_0x53f038);});});};_0x4623d8('insertion','accept'),_0x4623d8('insertion','discard'),_0x4623d8('deletion','accept'),_0x4623d8('deletion','discard'),_0xda14ea['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x930327=>{const _0x24fc86=_0x930327['map'](_0x6caa08=>_0x6caa08['getContainedElement']()),_0x545d9e=_0x24fc86[0x0]['findAncestor']('table'),{minRow:_0x172edd,maxRow:_0x1219b5}=_0x245ae9['_getCoordsForCells'](_0x24fc86);_0x8ac161['removeRows'](_0x545d9e,{'at':_0x172edd,'rows':_0x1219b5-_0x172edd+0x1});}),_0xda14ea['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x330c0d=>{const _0x57bd77=_0x330c0d['map'](_0x315be=>_0x315be['getContainedElement']()),_0x307776=_0x57bd77[0x0]['findAncestor']('table'),{minColumn:_0x176ce4,maxColumn:_0xc6778b}=_0x245ae9['_getCoordsForCells'](_0x57bd77);_0x8ac161['removeColumns'](_0x307776,{'at':_0x176ce4,'columns':_0xc6778b-_0x176ce4+0x1});});const _0x589e4c=(_0x59f988,_0x51b8cd)=>{if(!_0x51b8cd['subType']||!_0x51b8cd['subType']['startsWith']('tablePaste'))return;const _0x2beac9=_0x51b8cd['attributes']['tablePasteChainId'],_0x11994d=_0xda14ea['getSuggestions']()['filter'](_0x3465a7=>_0x3465a7['isInContent']&&_0x3465a7['attributes']&&_0x3465a7['attributes']['tablePasteChainId']==_0x2beac9);_0x11994d['length']&&_0x51b8cd['getAllAdjacentSuggestions']()['length']!=_0x11994d['length']&&_0x11994d['reduce']((_0x5842ac,_0x9af68c)=>(_0x5842ac['next']=_0x9af68c,_0x9af68c['previous']=_0x5842ac,_0x9af68c));};function _0x2f44eb(_0x1465e6,_0x18092a=!0x0){const {id:_0x3ed5d4,authorId:_0xcc3dcc}=_0xda14ea['_splitMarkerName'](_0x1465e6['markerName']),_0x570440=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0xf06e91=_0xda14ea['activeMarkers']['includes'](_0x1465e6['markerName']);return _0xf06e91&&_0x570440['push']('ck-suggestion-marker--active'),{'classes':_0x570440,'attributes':{'data-suggestion':_0x3ed5d4,'data-author-id':_0xcc3dcc},'priority':_0xf06e91&&_0x18092a?0xbc2:0xbb8};}_0xda14ea['on']('suggestionLoaded',_0x589e4c,{'priority':'high'}),_0xda14ea['on']('suggestionUnloaded',_0x589e4c,{'priority':'high'}),_0x527c1c['model']['document']['registerPostFixer'](()=>{let _0x957db4=!0x1;const _0x1d83a2=Array['from'](_0x527c1c['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x31bbeb,data:_0x9665d0}of _0x1d83a2){const {group:_0x3bb3d6,type:_0x59cd1f,id:_0x36c315}=_0xda14ea['_splitMarkerName'](_0x31bbeb);if('suggestion'!=_0x3bb3d6||'deletion'!=_0x59cd1f||_0x9665d0['oldRange'])continue;if(!_0xda14ea['hasSuggestion'](_0x36c315))continue;const _0x51b43c=_0xda14ea['getSuggestion'](_0x36c315)['getRanges'](),_0x32652a=_0x527c1c['plugins']['get']('Users')['me'];for(const _0x3ece13 of _0xda14ea['getSuggestions']()){if(!_0x3ece13['isInContent']||_0x3ece13['author']!=_0x32652a)continue;if('formatBlock'!=_0x3ece13['type']||'tablePasteCell'!=_0x3ece13['subType'])continue;if(_0x3ece13['getRanges']()['every'](_0x425540=>_0x51b43c['some'](_0x2e2590=>_0x2e2590['containsRange'](_0x425540,!0x0)))){for(const _0x400e78 of _0x3ece13['getAllAdjacentSuggestions']())_0x400e78['isInContent']&&(_0x400e78['discard'](),_0x957db4=!0x0);}}}return _0x957db4;}),_0x527c1c['model']['document']['registerPostFixer'](_0x24ef79=>{const _0x1d97bd=_0x527c1c['commands']['get']('redo');if(!_0x1d97bd||!_0x1d97bd['_createdBatches']['has'](_0x24ef79['batch']))return!0x1;let _0x1546bb=!0x1;const _0x4eaeea=_0x527c1c['plugins']['get']('Users')['me'],_0x3d6377=_0x527c1c['model']['document']['differ']['getChanges'](),_0x1de914=Array['from'](_0x527c1c['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x23f309,data:_0x437fb6})=>{const {group:_0x331f0a,subType:_0x1322cf,authorId:_0x20fb52}=_0xda14ea['_splitMarkerName'](_0x23f309);return'suggestion'==_0x331f0a&&'tablePaste'==_0x1322cf&&_0x20fb52==_0x4eaeea['id']&&!_0x437fb6['oldRange'];});for(const _0xcdf4a7 of _0x3d6377){if('insert'!=_0xcdf4a7['type']||'tableCellSuggestion'!=_0xcdf4a7['name']||0x1!=_0xcdf4a7['length'])continue;const _0x2750dc=_0x24ef79['createRange'](_0xcdf4a7['position'],_0xcdf4a7['position']['getShiftedBy'](0x1));if(!_0x1de914['find'](({data:_0x478888})=>_0x478888['newRange']['isEqual'](_0x2750dc))){for(const {name:_0x1434fe,data:_0x2cfe3b}of _0x1de914)if(_0x2750dc['containsRange'](_0x2cfe3b['newRange'])){_0x24ef79['updateMarker'](_0x1434fe,{'range':_0x2750dc}),_0x1546bb=!0x0;break;}}}return _0x1546bb;}),_0x527c1c['model']['document']['registerPostFixer'](_0x50bc54=>{let _0x2e882c=!0x1;const _0x141730=_0x527c1c['plugins']['get']('Users')['me'],_0xd1bb45=_0xda14ea['getSuggestions']()['filter'](_0x244f99=>_0x244f99['isInContent']&&_0x244f99['author']==_0x141730),_0xd612f3=new Set(),_0x531e54=new Set();for(const _0x2a2a49 of _0xd1bb45)if('tablePaste'==_0x2a2a49['subType'])for(const _0x5cba2c of _0x2a2a49['getMarkers']()){const _0x46c726=_0x5cba2c['getRange']()['getContainedElement']();if(_0x46c726){if(_0x46c726['is']('element','tableCellSuggestion')&&je(_0x46c726)){_0x2a2a49['removeMarker'](_0x5cba2c['name']),_0xd612f3['add'](_0x46c726),_0x2e882c=!0x0;const _0x334e23=_0x46c726['nextSibling'],_0xe2050f=_0x46c726['previousSibling'],_0x54b1d7=_0x334e23&&_0x334e23['is']('element','tableCellSuggestion'),_0x2c6ce4=_0xe2050f&&_0xe2050f['is']('element','tableCellSuggestion');_0x54b1d7&&!_0xd612f3['has'](_0x334e23)&&_0x531e54['add'](_0x334e23),_0x2c6ce4&&!_0xd612f3['has'](_0xe2050f)&&_0x531e54['add'](_0xe2050f);}else _0x46c726['is']('element','paragraph')&&_0x46c726['isEmpty']&&(_0x2a2a49['removeMarker'](_0x5cba2c['name']),_0x2e882c=!0x0);}}else{if('tablePasteCell'==_0x2a2a49['subType']){if(!_0x2a2a49['attributes']||!_0x2a2a49['attributes']['tablePasteChainId'])continue;const _0x319521=_0x2a2a49['attributes']['markerAttributes'];if(_0x319521&&Object['keys'](_0x319521)['length'])continue;const _0x26d7f6=_0x2a2a49['attributes']['tablePasteChainId'];let _0x158c9b=!0x0,_0x5db4e1=!0x0;for(const _0x439485 of _0xd1bb45)if(_0x439485['subType']&&_0x439485['subType']['startsWith']('tablePaste')){if(!_0x439485['attributes']['tablePasteChainId']){_0x5db4e1=!0x1;break;}if(_0x439485['id']!=_0x2a2a49['id']&&_0x439485['attributes']['tablePasteChainId']==_0x26d7f6){_0x158c9b=!0x1;break;}}_0x5db4e1&&_0x158c9b&&(_0x2a2a49['removeMarkers'](),_0x2e882c=!0x0);}}for(const _0x118040 of _0xd612f3)_0x50bc54['remove'](_0x118040);for(const _0x5b4d5f of _0x531e54)_0x50bc54['unwrap'](_0x5b4d5f);return _0x2e882c;}),_0x527c1c['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x465bb1=>_0x2f44eb(_0x465bb1),'converterPriority':'high'}),_0x527c1c['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x3b7288,_0x443f6a)=>_0x443f6a['options']['showSuggestionHighlights']?_0x2f44eb(_0x3b7288,!0x1):null,'converterPriority':'high'});const _0x4466c6=_0x527c1c['editing']['view'];this['listenTo'](_0x4466c6['document'],'clipboardOutput',(_0x50e77a,_0x2c4b98)=>{const _0x2d583e=[];for(const _0x5a43d2 of _0x4466c6['createRangeIn'](_0x2c4b98['content'])['getItems']())_0x5a43d2['is']('element','suggestion-td')&&_0x2d583e['push'](_0x5a43d2);_0x4466c6['change'](_0x2c3959=>{for(const _0x60eefb of _0x2d583e)_0x2c3959['move'](_0x2c3959['createRangeIn'](_0x60eefb),_0x2c3959['createPositionBefore'](_0x60eefb)),_0x2c3959['remove'](_0x60eefb);});});}}function je(_0x49bde9){if(_0x49bde9['isEmpty'])return!0x0;const _0x24406=_0x49bde9['getChild'](0x0);return _0x24406['is']('element','paragraph')&&_0x24406['isEmpty'];}function Ae(_0x160d15,_0x34c852={},_0x54fd4a){for(const {isAnchor:_0x3ef4f8,cellHeight:_0x49f20a,cellWidth:_0x110e1c}of _0x54fd4a['createTableWalker'](_0x160d15,{'includeAllSlots':!0x0,..._0x34c852}))if(!_0x3ef4f8||0x1!=_0x49f20a||0x1!=_0x110e1c)return!0x1;return!0x0;}class Dt extends _0x1a8d41{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x5c0056=this['editor']['plugins']['get']('TrackChangesEditing');_0x5c0056['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x5c0056['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x5c0056['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x5c0056['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x5c0056['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x5c0056['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x5d7b43,_0x44a008){const _0x47793e=this['editor']['plugins']['get']('TrackChangesEditing'),_0x330b30=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x1a4cb4=_0x44a008['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x1e55f4=_0x330b30['getColumnGroupElement'](_0x1a4cb4);let _0x347c93=_0x1e55f4?_0x330b30['getTableColumnsWidths'](_0x1e55f4):null,_0x104601=_0x1a4cb4['getAttribute']('tableWidth')||null;const _0x3ccbdf=_0x44a008['tableWidth']||_0x104601,_0x11fb15=_0x44a008['columnWidths']||_0x347c93,_0x486233=this['editor']['plugins']['get']('Users')['me'];for(const _0x571ce5 of _0x47793e['getSuggestions']()){const _0x3f479a=_0x571ce5['getContainedElement']();if('resizeTable'===_0x571ce5['subType']&&_0x3f479a===_0x1a4cb4){_0x571ce5['author']!==_0x486233&&_0x571ce5['discard']();const _0x139aa2=_0x571ce5['data']['commandParams'];_0x104601=_0x139aa2[0x0]['tableWidth'],_0x347c93=_0x139aa2[0x0]['columnWidths'];break;}}_0x5d7b43({'table':_0x1a4cb4,'tableWidth':_0x3ccbdf,'columnWidths':_0x11fb15}),_0x47793e['markBlockFormat'](_0x1a4cb4,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x104601,'columnWidths':_0x347c93}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x5628f0){if('formatBlock'!=_0x5628f0['type']&&'formatInline'!=_0x5628f0['type'])return;const {data:_0x2e2ac1}=_0x5628f0;if(_0x2e2ac1&&'resizeTable'===_0x2e2ac1['formatGroupId']){const _0x141f9d='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x141f9d)};}}}class Mt extends _0x1a8d41{['afterInit'](){const _0x20dcbc=this['editor'];_0x20dcbc['plugins']['has']('Template')&&_0x20dcbc['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class $t extends _0x1a8d41{['afterInit'](){const _0x4303bf=this['editor'];if(!_0x4303bf['commands']['get']('insertTableOfContents'))return;_0x4303bf['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x4fa34d=_0x4303bf['plugins']['get']('TrackChangesEditing'),_0x10d88f=_0x4303bf['locale'];_0x4fa34d['descriptionFactory']['registerElementLabel']('tableOfContents',_0x59b3fa=>o(_0x10d88f,'ELEMENT_TABLE_OF_CONTENTS',_0x59b3fa));}}class Bt extends _0x1a8d41{['afterInit'](){const _0xc13e8b=this['editor'];if(!_0xc13e8b['plugins']['has']('Title'))return;const _0x2ef455=_0xc13e8b['plugins']['get']('TrackChangesEditing');_0x2ef455['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0xc13e8b['locale'],'ELEMENT_TITLE')),_0xc13e8b['model']['document']['registerPostFixer'](_0xd8cf07=>{let _0x14a62f=!0x1;const _0x5a3c22=Array['from'](_0xc13e8b['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x5ca2f0,data:_0x37d3c4}of _0x5a3c22){const {group:_0x5e023b}=_0x2ef455['_splitMarkerName'](_0x5ca2f0);if('suggestion'!==_0x5e023b||!_0x37d3c4['newRange'])continue;const _0x244e69=_0x37d3c4['newRange'],_0x174fa1=_0x244e69['end']['nodeBefore'];if(!_0x174fa1||!_0x174fa1['is']('element','title-content'))continue;if(!_0x244e69['start']['isTouching'](_0x244e69['end']))continue;const _0x36e024=_0xc13e8b['model']['schema']['getNearestSelectionRange'](_0x244e69['end'],'forward');if(_0x36e024&&_0x36e024['isCollapsed']){const _0x20fe4c=_0xd8cf07['createRange'](_0x244e69['start'],_0x36e024['start']);_0x20fe4c['isEqual'](_0x244e69)||(_0xd8cf07['updateMarker'](_0x5ca2f0,{'range':_0x20fe4c}),_0x14a62f=!0x0);}_0x14a62f||(_0xd8cf07['removeMarker'](_0x5ca2f0),_0x14a62f=!0x0);}return _0x14a62f;});}}class Ot extends _0x1a8d41{['afterInit'](){const _0x411a10=this['editor'],_0x45c1e6=_0x411a10['plugins']['get']('TrackChangesEditing');_0x411a10['plugins']['has']('UndoEditing')&&(_0x45c1e6['enableCommand']('undo'),_0x45c1e6['enableCommand']('redo'));}}class Rt extends _0x1a8d41{static get['requires'](){return[vt];}['afterInit'](){const _0x3dfb6c=this['editor'];if(!_0x3dfb6c['plugins']['has']('TableCaptionEditing'))return;_0x3dfb6c['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Tt extends _0x1a8d41{['tableProperties'];['tableCellProperties'];constructor(_0x57598b){super(_0x57598b),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 _0x1d9995=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x3ae906 of this['tableProperties'])_0x1d9995['enableCommand'](_0x3ae906,(_0x2ee9d7,_0x641909)=>{const _0x939ae3=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x3ae906,[_0x939ae3],this['tableProperties'],'tableProperties',_0x2ee9d7,_0x641909);});_0x1d9995['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x1d9995['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x1d9995['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x3c7bac,_0x20b52b)=>this['handleDiscardAction'](this['tableProperties'],_0x3c7bac,_0x20b52b)),_0x1d9995['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x35b4f5 of this['tableCellProperties'])_0x1d9995['enableCommand'](_0x35b4f5,(_0x49840f,_0x546751)=>{const _0x536647=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x35b4f5,_0x536647,this['tableCellProperties'],'tableCellProperties',_0x49840f,_0x546751);});_0x1d9995['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x1d9995['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x1d9995['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x2c5ab2,_0x355ce1)=>this['handleDiscardAction'](this['tableCellProperties'],_0x2c5ab2,_0x355ce1)),_0x1d9995['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x1d9995['descriptionFactory']['registerDescriptionCallback'](_0x428e94=>this['handleSuggestionDescription'](_0x428e94));}['_handlePropertyChange'](_0xbd4a1,_0x2fb553,_0x494f51,_0x1fde75,_0x20fbf1,_0x4c7c62){const _0x4a4736=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x4c7c62['batch'],()=>{for(const _0x4b11f0 of _0x2fb553){if(this['_getSuggestion'](_0x4b11f0,_0x1fde75))_0x20fbf1(_0x4c7c62);else{const _0x13b3ea={};for(const _0x4813bd of _0x494f51){const _0x4c8cef=_0x4b11f0['getAttribute'](_0x4813bd);void 0x0!==_0x4c8cef&&(_0x13b3ea[_0x4813bd]=_0x4c8cef);}_0x20fbf1(_0x4c7c62),_0x4a4736['markBlockFormat'](_0x4b11f0,{'commandParams':[_0x13b3ea]},[],_0x1fde75);}}});}['handleDiscardAction'](_0x212c0b,_0x41210c,_0x1ec086){const _0x41ab7d=_0x41210c[0x0]['start']['nodeAfter'],_0x56e494=_0x1ec086['commandParams'][0x0];this['editor']['model']['change'](_0x2720e5=>{for(const _0x52a325 of _0x212c0b)void 0x0!==_0x56e494[_0x52a325]?_0x2720e5['setAttribute'](_0x52a325,_0x56e494[_0x52a325],_0x41ab7d):_0x2720e5['removeAttribute'](_0x52a325,_0x41ab7d);});}['handleSuggestionDescription'](_0x2728a7){if(_0x2728a7['data'])switch(_0x2728a7['subType']){case'tableProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x42909c,_0x11468b){const _0x3e9925=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x3df1e3 of _0x3e9925['getSuggestions']({'skipNotAttached':!0x0})){const _0x143b4f=_0x3df1e3['getContainedElement']();if(_0x3df1e3['subType']===_0x11468b&&_0x143b4f===_0x42909c)return _0x3df1e3;}return null;}}const m='$elementName';class p extends _0x1a8d41{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x13f3e8,_0x1216bf,U,V,G,F,L,H,J,q,z,K,X,Y,Z,tt,nt,it,et,st,ot,at,rt,ct,ut,ft,lt,Q,wt,ht,W,ye,dt,mt,pt,kt,bt,yt,jt,St,At,It,vt,_t,Ct,Rt,Nt,Dt,$t,Tt,Mt,Bt,Ot];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x316a72){super(_0x316a72),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x43be30,_0x6640fe,_0xcb15,_0x247055)=>{this['_model']['change'](()=>{for(const _0x5d1275 of[..._0x247055,..._0xcb15])this['_model']['markers']['has'](_0x5d1275)&&_0x316a72['editing']['reconvertMarker'](_0x5d1275);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Et(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x316a72['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,this['_blockAttributeKeys']=new Set([m]),this['_inlineAttributeKeys']=new Set(),_0x316a72['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x316a72['config']['get']('trackChanges.trackFormatChanges'),_0x316a72['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x316a72['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x316a72,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x3a1432=this['editor'],_0x5a72ac=(_0x3a6f1f,_0x580b4b)=>{if('attribute'!=_0x3a6f1f)return'ck-suggestion-marker-'+_0x3a6f1f;const _0x473738=_0x580b4b['split']('|')[0x0];return this['_isBlockAttribute'](_0x473738)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x3a1432['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x209e92=>{const {id:_0x32e9ed,authorId:_0x30f8c1,type:_0x37346a,subType:_0x33d830}=this['_splitMarkerName'](_0x209e92['markerName']),_0x7f8f9b=['ck-suggestion-marker',_0x5a72ac(_0x37346a,_0x33d830)];let _0x3b331a=0xbb8;return this['activeMarkers']['includes'](_0x209e92['markerName'])&&(_0x7f8f9b['push']('ck-suggestion-marker--active'),_0x3b331a=0xbc2),'deletion'==_0x37346a&&(_0x3b331a+=0x5),{'classes':_0x7f8f9b,'attributes':{'data-suggestion':_0x32e9ed,'data-author-id':_0x30f8c1},'priority':_0x3b331a};}}),_0x3a1432['conversion']['for']('dataDowncast')['add'](_0x2dc1d1=>{_0x2dc1d1['on']('addMarker:suggestion',(_0x101448,_0x25c53e,_0x23b400)=>{if(!_0x23b400['options']['showSuggestionHighlights'])return;const _0x5c6b7b=_0x25c53e['item'];if(!_0x5c6b7b)return;const _0x9f15ef=_0x23b400['mapper']['toViewElement'](_0x5c6b7b);_0x3a1432['model']['schema']['isObject'](_0x5c6b7b)&&_0x9f15ef&&!_0x9f15ef['getCustomProperty']('widget')&&_0x9f15ef['is']('containerElement')&&_0x5f0450(_0x9f15ef,_0x23b400['writer']);},{'priority':'high'});}),_0x3a1432['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0x57180b,_0x1ac222)=>{if(!_0x1ac222['options']['showSuggestionHighlights'])return null;const {type:_0x2872bd,subType:_0x263ca3}=this['_splitMarkerName'](_0x57180b['markerName']);return{'classes':['ck-suggestion-marker',_0x5a72ac(_0x2872bd,_0x263ca3)],'priority':0xbb8};}});const _0x41e83b=({showActiveMarkers:_0x1c891c=!0x0,isAttributeSuggestion:_0x17c82d=!0x1}={})=>(_0x116cb7,_0x8e3090,_0x59a56e)=>{if(!_0x8e3090['item'])return;const {id:_0x37d929,authorId:_0x4bea3a}=this['_splitMarkerName'](_0x8e3090['markerName']);if(_0x17c82d){const _0x321f5c=this['_suggestions']['get'](_0x37d929),_0x2b3fc2=this['_getAttributeKey'](_0x321f5c);if(!this['_isBlockAttribute'](_0x2b3fc2))return;}if(_0x8e3090['item']['is']('selection'))return void _0x59a56e['consumable']['consume'](_0x8e3090['item'],_0x116cb7['name']);const _0x5ce057=_0x59a56e['mapper']['toViewElement'](_0x8e3090['item']);if(_0x8e3090['item']['is']('element')&&_0x3a1432['model']['schema']['isBlock'](_0x8e3090['item'])&&!_0x5ce057['getCustomProperty']('addHighlight')){_0x59a56e['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x5ce057),_0x59a56e['writer']['setAttribute']('data-suggestion',_0x37d929,_0x5ce057),_0x59a56e['writer']['setAttribute']('data-author-id',_0x4bea3a,_0x5ce057),_0x59a56e['mapper']['bindElementToMarker'](_0x5ce057,_0x8e3090['markerName']),_0x1c891c&&(this['activeMarkers']['includes'](_0x8e3090['markerName'])?_0x59a56e['writer']['addClass']('ck-suggestion-marker--active',_0x5ce057):_0x59a56e['writer']['removeClass']('ck-suggestion-marker--active',_0x5ce057));for(const _0x4b3f2c of _0x3a1432['model']['createRangeIn'](_0x8e3090['item'])['getItems']())_0x59a56e['consumable']['consume'](_0x4b3f2c,_0x116cb7['name']);_0x59a56e['consumable']['consume'](_0x8e3090['item'],_0x116cb7['name']);}};_0x3a1432['conversion']['for']('dataDowncast')['add'](_0x506958=>{_0x506958['on']('addMarker:suggestion:formatBlock',(_0xc8768,_0x46d22b,_0x12b667)=>{_0x12b667['options']['showSuggestionHighlights']&&_0x41e83b({'showActiveMarkers':!0x1})(_0xc8768,_0x46d22b,_0x12b667);},{'priority':'highest'});}),_0x3a1432['conversion']['for']('dataDowncast')['add'](_0x3f9090=>{_0x3f9090['on']('addMarker:suggestion:attribute',(_0x4a6f50,_0x56fcca,_0x1ffe0a)=>{_0x1ffe0a['options']['showSuggestionHighlights']&&_0x41e83b({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x4a6f50,_0x56fcca,_0x1ffe0a);},{'priority':'highest'});}),_0x3a1432['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x3300f6,_0x402c7b)=>_0x402c7b['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x3300f6['substr'](0xb)}}),_0x3a1432['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x5b2aaf,{writer:_0x169ea8})=>{let _0x18cf3f='suggestion:'+_0x5b2aaf['getAttribute']('suggestion-type')+':'+_0x5b2aaf['getAttribute']('id');return _0x5b2aaf['getAttribute']('marker-count')&&(_0x18cf3f+=':'+_0x5b2aaf['getAttribute']('marker-count')),_0x169ea8['createElement']('$marker',{'data-name':_0x18cf3f});}}),_0x3a1432['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x3a1432['conversion']['for']('editingDowncast')['add'](_0x37941e=>{_0x37941e['on']('addMarker:suggestion:formatBlock',_0x41e83b(),{'priority':'high'});}),_0x3a1432['conversion']['for']('editingDowncast')['add'](_0x4d79d5=>{_0x4d79d5['on']('addMarker:suggestion:attribute',_0x41e83b({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x3a1432['conversion']['for']('editingDowncast')['add'](_0x4fd6f5=>{_0x4fd6f5['on']('removeMarker:suggestion:formatBlock',(_0x1889f4,_0x3a8082,_0x16b7a5)=>{const _0x475e3d=_0x16b7a5['mapper']['markerNameToElements'](_0x3a8082['markerName']);if(_0x475e3d){for(const _0x2882ac of _0x475e3d)_0x2882ac['getCustomProperty']('addHighlight')||(_0x16b7a5['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x2882ac),_0x16b7a5['writer']['removeAttribute']('data-suggestion',_0x2882ac),_0x16b7a5['writer']['removeAttribute']('data-author-id',_0x2882ac),_0x16b7a5['mapper']['unbindElementFromMarkerName'](_0x2882ac,_0x3a8082['markerName']));}},{'priority':'high'});}),_0x3a1432['conversion']['for']('editingDowncast')['add'](_0x2e7500=>{_0x2e7500['on']('removeMarker:suggestion:attribute',(_0x4128d6,_0x21856f,_0x252639)=>{const _0x3176db=_0x252639['mapper']['markerNameToElements'](_0x21856f['markerName']);if(!_0x3176db)return;const {id:_0xea430d}=this['_splitMarkerName'](_0x21856f['markerName']),_0x5a084c=this['_suggestions']['get'](_0xea430d),_0x16f6c7=this['_getAttributeKey'](_0x5a084c);if(this['_isBlockAttribute'](_0x16f6c7)){for(const _0x1d6374 of _0x3176db)_0x1d6374['getCustomProperty']('addHighlight')||(_0x252639['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x1d6374),_0x252639['writer']['removeAttribute']('data-suggestion',_0x1d6374),_0x252639['writer']['removeAttribute']('data-author-id',_0x1d6374),_0x252639['mapper']['unbindElementFromMarkerName'](_0x1d6374,_0x21856f['markerName']));}},{'priority':'high'});}),_0x3a1432['model']['document']['registerPostFixer'](_0x1124d0=>{let _0x3d7c92=!0x1;const _0x361ae6=Array['from'](_0x3a1432['model']['document']['differ']['getChangedMarkers']()),_0x5a4786=new Set();for(const {name:_0x40e056,data:_0x10ab15}of _0x361ae6){const {group:_0x2071e8,type:_0x528863,subType:_0x240b3f,id:_0x1b5653}=this['_splitMarkerName'](_0x40e056);if('suggestion'!==_0x2071e8)continue;const _0x1f406d=this['_suggestions']['get'](_0x1b5653);if(null!=_0x10ab15['newRange']){'formatInline'==_0x528863&&(_0x3d7c92=_0x3d7c92||Pt(_0x10ab15['newRange'],_0x40e056,_0x1124d0,_0x3a1432['model']['schema']));const _0x1d184d='attribute'==_0x528863&&this['_isBlockAttribute'](_0x240b3f['split']('|')[0x0]);if(_0x10ab15['newRange']['isCollapsed']||'$graveyard'==_0x10ab15['newRange']['root']['rootName']||'formatBlock'==_0x528863&&!Ft(_0x10ab15['newRange'])||_0x1d184d&&!Ft(_0x10ab15['newRange'])||'deletion'==_0x528863&&!(!Vt(_0x4d5ae9=_0x10ab15['newRange'])&&!function(_0x32972c){return _0x32972c['start']['parent']==_0x32972c['end']['nodeBefore']&&_0x32972c['start']['isAtEnd'];}(_0x4d5ae9)))_0x1124d0['removeMarker'](_0x40e056),_0x3d7c92=!0x0;else{if(!_0x1f406d||!_0x1f406d['isInContent'])continue;if(_0x10ab15['newRange']&&_0x10ab15['oldRange']&&_0x10ab15['newRange']['isEqual'](_0x10ab15['oldRange']))continue;_0x5a4786['add'](_0x1f406d);}}}var _0x4d5ae9;return _0x5a4786['size']>0x0&&(_0x3d7c92=!!this['_joinWithAdjacentSuggestions'](_0x5a4786)||_0x3d7c92),_0x3d7c92;}),_0x3a1432['model']['document']['registerPostFixer'](_0x1baf41=>{let _0x1a72e3=!0x1;for(const _0x50714e of _0x3a1432['model']['document']['differ']['getChanges']())if('insert'==_0x50714e['type'])for(const _0x434eb0 of this['_suggestions']['values']()){if(_0x434eb0['isMultiRange']||!_0x434eb0['isInContent'])continue;const _0x4aec15='formatBlock'==_0x434eb0['type'],_0x216b2f=this['_getAttributeKey'](_0x434eb0),_0x47cbbf=_0x216b2f&&this['_isBlockAttribute'](_0x216b2f);if(!_0x4aec15&&!_0x47cbbf)continue;const _0x4a4fa9=_0x434eb0['getFirstRange']();if(_0x4a4fa9['start']['parent']!=_0x4a4fa9['end']['parent']&&!_0x4a4fa9['end']['isAtEnd']){const _0x4cbf9f=_0x3a1432['model']['createPositionAt'](_0x4a4fa9['start']['nodeAfter'],'end'),_0x1859cd=_0x3a1432['model']['createRange'](_0x4a4fa9['start'],_0x4cbf9f);_0x1baf41['updateMarker'](_0x434eb0['getFirstMarker'](),{'range':_0x1859cd}),_0x1a72e3=!0x0;}}return _0x1a72e3;}),_0x3a1432['model']['document']['registerPostFixer'](_0x56ba9b=>this['_processAttributeChanges'](_0x56ba9b)),_0x3a1432['model']['document']['registerPostFixer'](_0x2a38fd=>!_0x2a38fd['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x2a38fd)),_0x3a1432['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x3a1432['model']['document']['on']('change:data',(_0xfdc21d,_0x84c64e)=>{if(!_0x84c64e['isLocal']||_0x84c64e['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x217b76=_0x3a1432['model']['document']['differ']['getChanges']();if(0x0==_0x217b76['length'])return;const _0x3c46b1=[],_0x5b86f1=_0x217b76['filter'](_0x55ab5b=>'attribute'==_0x55ab5b['type']),_0x3fe6d1=_0x217b76['filter'](_0xa7dfb0=>'insert'==_0xa7dfb0['type']&&'$text'!=_0xa7dfb0['name']);for(const _0x2afa00 of _0x5b86f1)this['_isRegisteredAttribute'](_0x2afa00['attributeKey'])&&_0x3c46b1['push']({'key':_0x2afa00['attributeKey'],'newValue':_0x2afa00['attributeNewValue'],'oldValue':_0x2afa00['attributeOldValue'],'range':Lt(_0x2afa00['range'],_0x3a1432['model'])});for(const _0x3afc98 of _0x3fe6d1){if('rename'!=_0x3afc98['action']&&'refresh'!=_0x3afc98['action'])continue;const _0x53cf35=Jt(_0x3afc98['position']['nodeAfter'],_0x3a1432['model']),_0x1058fa=_0x3afc98['before'];'rename'==_0x3afc98['action']&&_0x3c46b1['push']({'key':m,'newValue':_0x3afc98['name'],'oldValue':_0x1058fa['name'],'range':_0x53cf35});for(const [_0xcf51f7,_0x447d75]of _0x1058fa['attributes']){if(!this['_isRegisteredAttribute'](_0xcf51f7))continue;const _0x5be143=_0x3afc98['attributes']['get'](_0xcf51f7);_0x447d75!==_0x5be143&&_0x3c46b1['push']({'key':_0xcf51f7,'newValue':_0x5be143,'oldValue':_0x447d75,'range':_0x53cf35});}for(const [_0x538360,_0x5771a3]of _0x3afc98['attributes'])this['_isRegisteredAttribute'](_0x538360)&&(_0x1058fa['attributes']['has'](_0x538360)||_0x3c46b1['push']({'key':_0x538360,'newValue':_0x5771a3,'oldValue':null,'range':_0x53cf35}));}0x0!=_0x3c46b1['length']&&_0x3a1432['model']['enqueueChange'](_0x84c64e,_0x2af6b7=>{const _0x336d86=_0x2d895c();for(const {range:_0x266504,key:_0x50dc87,oldValue:_0x5370fd,newValue:_0x27be9b}of _0x3c46b1)this['markAttributeChange'](_0x266504,_0x50dc87,_0x5370fd,_0x27be9b,{'groupId':_0x336d86});this['_reduceExistingSuggestions'](_0x2af6b7,_0x3c46b1);});},{'priority':'lowest'}),_0x3a1432['model']['markers']['on']('update:suggestion',(_0x429827,_0x16094e,_0x556f4b)=>{if(null==_0x556f4b){const {id:_0x2e3397}=this['_splitMarkerName'](_0x16094e['name']),_0x3a4d4c=this['_suggestions']['get'](_0x2e3397);_0x3a4d4c&&_0x3a4d4c['addMarkerName'](_0x16094e['name']);}}),_0x3a1432['model']['document']['on']('change:data',()=>{const _0x4a39db=Array['from'](_0x3a1432['model']['document']['differ']['getChangedMarkers']())['filter'](_0x4b5112=>'suggestion'===this['_splitMarkerName'](_0x4b5112['name'])['group']);if(0x0===_0x4a39db['length'])return;_0x4a39db['sort']((_0x5da725,_0x1237bb)=>{const _0x1481c8=_0x5da725['data']['oldRange'],_0x957f66=_0x1237bb['data']['oldRange'];return null===_0x1481c8&&null===_0x957f66?0x0:null===_0x1481c8&&null!==_0x957f66?-0x1:null!==_0x1481c8&&null===_0x957f66?0x1:_0x1481c8['start']['isBefore'](_0x957f66['start'])?-0x1:0x1;});const _0x1053ae=new Set(),_0x5860af=new Set();for(const {name:_0x22a19c,data:_0x5a7364}of _0x4a39db){const {id:_0x46dad4}=this['_splitMarkerName'](_0x22a19c);if(null===_0x5a7364['oldRange']){const _0x5a5474=this['_handleNewSuggestionMarker'](_0x22a19c);_0x5860af['add'](_0x5a5474);}else{const _0x5319a3=this['_suggestions']['get'](_0x46dad4);null!==_0x5a7364['newRange']||_0x5319a3['isInContent']?(_0x1053ae['add'](_0x5319a3['head']),_0x5860af['add'](_0x5319a3)):this['_removeSuggestion'](_0x5319a3);}}_0x5860af['size']>0x0&&this['_refreshSuggestionsChain'](_0x5860af);for(const _0x1c0f7d of _0x1053ae)this['fire']('suggestionChanged',_0x1c0f7d);}),_0x3a1432['model']['on']('applyOperation',(_0x1efd63,_0x1ea911)=>{const _0x3aa318=_0x1ea911[0x0];if(!this['_suggestions']['size'])return;if(!_0x3aa318['isDocumentOperation'])return;if(_0x3aa318['batch']['isUndo']||!_0x3aa318['batch']['isLocal'])return;let _0x53c8c2,_0x5b3ea1;switch(_0x3aa318['type']){case'insert':_0x53c8c2=_0x3a1432['model']['createPositionAt'](_0x3aa318['position']),_0x5b3ea1=_0x53c8c2['getShiftedBy'](_0x3aa318['howMany']);break;case'split':_0x53c8c2=_0x3a1432['model']['createPositionAt'](_0x3aa318['splitPosition']),_0x5b3ea1=_0x3a1432['model']['createPositionAt'](_0x3aa318['moveTargetPosition']);break;case'move':_0x53c8c2=_0x3a1432['model']['createPositionAt'](_0x3aa318['targetPosition']),_0x5b3ea1=_0x53c8c2['getShiftedBy'](_0x3aa318['howMany']);break;default:return;}const _0x53cbc6=_0x3a1432['model']['createRange'](_0x53c8c2,_0x5b3ea1);_0x3a1432['model']['change'](()=>{for(const {suggestion:_0x2217ed,meta:_0x59afe6}of this['_findSuggestions'](_0x53cbc6)){if(_0x2217ed['isMultiRange'])continue;if('formatInline'==_0x2217ed['type'])continue;const _0x3a5bfc=this['_getAttributeKey'](_0x2217ed);if(_0x3a5bfc&&this['_isBlockAttribute'](_0x3a5bfc)&&'split'!=_0x3aa318['type'])continue;const _0x3a58c5=_0x2217ed['data']&&_0x2217ed['data']['multipleBlocks'];('formatBlock'!=_0x2217ed['type']||'split'==_0x3aa318['type']&&!_0x3a58c5)&&(_0x59afe6['containsRangeInObject']||'insertion'==_0x2217ed['type']&&_0x59afe6['isOwn']||_0x2217ed['getFirstRange']()['containsRange'](_0x53cbc6)&&this['_breakSuggestionMarker'](_0x2217ed,_0x53c8c2,_0x5b3ea1));}});},{'priority':'lowest'}),_0x3a1432['model']['on']('deleteContent',(_0x18fe38,_0xe68d24)=>{const _0x2a3615=_0xe68d24[0x0],_0x2782cd=_0xe68d24[0x1];if(_0x2782cd&&_0x2782cd['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x2a3615['isCollapsed'])return;const _0x4c9ad1=_0x3a1432['model']['schema'],{start:_0x5a0039,end:_0x691dbe}=_0x2a3615['getFirstRange'](),_0x5a6f3a=_0x5a0039['nodeAfter']&&_0x4c9ad1['isLimit'](_0x5a0039['nodeAfter'])?null:_0x4c9ad1['getNearestSelectionRange'](_0x5a0039,'forward'),_0x1a3299=_0x691dbe['nodeBefore']&&_0x4c9ad1['isLimit'](_0x691dbe['nodeBefore'])?null:_0x4c9ad1['getNearestSelectionRange'](_0x691dbe,'backward'),_0x1cbefd=_0x3a1432['model']['createRange'](_0x5a6f3a?_0x5a6f3a['start']:_0x5a0039,_0x1a3299?_0x1a3299['end']:_0x691dbe);_0x3a1432['model']['change'](_0x2236b3=>{this['markDeletion'](_0x1cbefd);const _0x22e1de=_0x3a1432['model']['schema']['getNearestSelectionRange'](_0x1cbefd['start']);_0x2a3615['is']('documentSelection')?_0x2236b3['setSelection'](_0x22e1de):_0x2a3615['setTo'](_0x22e1de);}),_0x18fe38['stop']();},{'priority':_0x33fff0['normal']+0xa}),_0x3a1432['model']['on']('insertContent',(_0x9cbea3,_0x3a42a3)=>{const _0x3afa01=_0x3a42a3[_0x3a42a3['length']-0x1];_0x3afa01&&_0x3afa01['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x3a1432['model']['change'](()=>{let _0x3ef228=_0x3a1432['model']['insertContent'](_0x3a42a3[0x0],_0x3a42a3[0x1],_0x3a42a3[0x2],{'forceDefaultExecution':!0x0});if(!_0x3ef228)return;_0x9cbea3['return']=_0x3ef228['clone']();const _0x2cc95d=_0x3ef228['end']['nodeBefore'],_0x25965d=_0x3a1432['model']['schema'];_0x2cc95d&&_0x25965d['isBlock'](_0x2cc95d)&&!_0x25965d['isObject'](_0x2cc95d)&&(_0x3ef228=_0x3a1432['model']['createRange'](_0x3ef228['start'],_0x3a1432['model']['createPositionAt'](_0x2cc95d,'end'))),this['markInsertion'](_0x3ef228);}),_0x9cbea3['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x184162=new O(_0x3a1432,this['_suggestions']);_0x3a1432['commands']['add']('acceptSuggestion',_0x184162),this['enableCommand']('acceptSuggestion');const _0x4c1773=new R(_0x3a1432,this['_suggestions']);_0x3a1432['commands']['add']('discardSuggestion',_0x4c1773),this['enableCommand']('discardSuggestion'),_0x3a1432['commands']['add']('acceptAllSuggestions',new x(_0x3a1432,_0x184162,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x3a1432['commands']['add']('discardAllSuggestions',new x(_0x3a1432,_0x4c1773,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x3a1432['commands']['add']('acceptSelectedSuggestions',new E(_0x3a1432,_0x184162,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x3a1432['commands']['add']('discardSelectedSuggestions',new E(_0x3a1432,_0x4c1773,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x22d281=_0x3a1432['plugins']['get']('CommentsRepository');this['listenTo'](_0x22d281,'addComment',(_0x34abd5,{threadId:_0x2304c0})=>{const _0x2d19fb=this['_suggestions']['get'](_0x2304c0);_0x2d19fb&&_0x2d19fb['commentThread']&&0x1===_0x2d19fb['commentThread']['length']&&this['_updateSuggestionData'](_0x2304c0,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x22d281,'removeComment',(_0x225978,{threadId:_0x367805})=>{const _0x44b96f=this['_suggestions']['get'](_0x367805);_0x44b96f&&_0x44b96f['commentThread']&&!_0x44b96f['commentThread']['length']&&this['_updateSuggestionData'](_0x367805,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x71b35e){const _0x429080=_0x454865([0x30,0x67,0x62,0x57,0x48,0x58,0x6a,0x43,0x42,0x68,0x41,0x4c,0x7a,0x34,0x74,0x44,0x37,0x61,0x54,0x6e,0x64,0x66,0x31,0x4f,0x6d,0x69,0x6b,0x49,0x55,0x75,0x33,0x50,0x79,0x53,0x63,0x6f,0x73,0x6c,0x4a,0x70,0x35,0x76,0x45,0x77,0x71,0x65,0x32,0x38,0x59,0x39,0x36,0x47,0x4b,0x4e,0x78,0x72,0x46,0x52,0x4d,0x5a,0x56,0x51]),_0x3496ae=0x611b9e78,_0x5279ee=0x611cc7d0^_0x3496ae,_0x2da0e7=window[_0x454865([0x44,0x61,0x74,0x65])][_0x454865([0x6e,0x6f,0x77])](),_0x15a20f=_0x71b35e[_0x454865([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x46a0da=new window[(_0x454865([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x294144=>{_0x15a20f[_0x454865([0x6f,0x6e,0x63,0x65])](_0x454865([0x72,0x65,0x61,0x64,0x79]),_0x294144);}),_0x16d1e2={[_0x454865([0x6b,0x74,0x79])]:_0x454865([0x45,0x43]),[_0x454865([0x75,0x73,0x65])]:_0x454865([0x73,0x69,0x67]),[_0x454865([0x63,0x72,0x76])]:_0x454865([0x50,0x2d,0x32,0x35,0x36]),[_0x454865([0x78])]:_0x454865([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]),[_0x454865([0x79])]:_0x454865([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]),[_0x454865([0x61,0x6c,0x67])]:_0x454865([0x45,0x53,0x32,0x35,0x36])},_0x5f1e88=_0x15a20f[_0x454865([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x454865([0x67,0x65,0x74])](_0x454865([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x132086(){let _0x3ecafd,_0x5e21cb=null,_0x57f2a3=null;try{if(_0x5f1e88==_0x454865([0x47,0x50,0x4c]))return _0x454865([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x3ecafd=_0x359382(),!_0x3ecafd)return _0x454865([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x3ecafd[_0x454865([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x57f2a3=_0x5aa182(_0x3ecafd[_0x454865([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x3ecafd[_0x454865([0x6a,0x74,0x69])])),await _0x235b18()?_0x13dbc3()?_0x506f7f()?_0x454865([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x47b7eb()?(_0x3ecafd[_0x454865([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x454865([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x5e21cb=_0x1e2fba(_0x454865([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x3ecafd[_0x454865([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x454865([0x74,0x72,0x69,0x61,0x6c])&&(_0x5e21cb=_0x1e2fba(_0x454865([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x3ecafd[_0x454865([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x454865([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x5e21cb=_0x1e2fba(_0x454865([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x58a020()):_0x454865([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x454865([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x454865([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x3be222){return _0x454865([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x506f7f(){const _0x2316fa=[_0x454865([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x454865([0x74,0x72,0x69,0x61,0x6c])][_0x454865([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x3ecafd[_0x454865([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x2da0e7/0x3e8:0xe10*_0x5279ee;return _0x3ecafd[_0x454865([0x65,0x78,0x70])]<_0x2316fa;}function _0x13dbc3(){const _0x344b0c=_0x3ecafd[_0x454865([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x344b0c)return!0x1;if(_0x344b0c[_0x454865([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x454865([0x2a])))return!0x0;if(_0x344b0c[_0x454865([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x454865([0x54,0x43])))return!0x0;if(_0x344b0c[_0x454865([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x454865([0x52,0x54,0x43]))){if(_0x3dd92b())return!0x0;if(_0x6778d3()||_0x1e4b9c())return!0x0;}return!0x1;}function _0x47b7eb(){const _0x49a319=_0x3ecafd[_0x454865([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x49a319||0x0==_0x49a319[_0x454865([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x872cf2}=new URL(window[_0x454865([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x49a319[_0x454865([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x872cf2))return!0x0;const _0x10b415=_0x872cf2[_0x454865([0x73,0x70,0x6c,0x69,0x74])](_0x454865([0x2e]));return _0x49a319[_0x454865([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x14e4de=>_0x14e4de[_0x454865([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x454865([0x2a])))[_0x454865([0x6d,0x61,0x70])](_0x5514c6=>_0x5514c6[_0x454865([0x73,0x70,0x6c,0x69,0x74])](_0x454865([0x2e])))[_0x454865([0x73,0x6f,0x6d,0x65])](_0x13d542=>_0x10b415[_0x454865([0x65,0x76,0x65,0x72,0x79])]((_0x2e55b6,_0x3f545f)=>_0x13d542[_0x3f545f]===_0x2e55b6||_0x13d542[_0x3f545f]===_0x454865([0x2a])));}function _0x58a020(){return _0x5e21cb&&_0x57f2a3?new window[(_0x454865([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x320ecf,_0x20ff5e)=>{_0x5e21cb[_0x454865([0x74,0x68,0x65,0x6e])](_0x320ecf,_0x20ff5e),_0x57f2a3[_0x454865([0x74,0x68,0x65,0x6e])](_0x3546e4=>{_0x3546e4!=_0x454865([0x56,0x61,0x6c,0x69,0x64])&&_0x320ecf(_0x3546e4);},_0x20ff5e);}):_0x5e21cb||_0x57f2a3||_0x454865([0x56,0x61,0x6c,0x69,0x64]);}}function _0x5aa182(_0x1d3f8a,_0x3530c7){return new window[(_0x454865([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4789cd=>{if(_0x434da0())return _0x4789cd(_0x454865([0x56,0x61,0x6c,0x69,0x64]));_0x2b2f09(),_0x15a20f[_0x454865([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x454865([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1d2e0d=!0x1;const _0x15c6ea=_0x2d895c();function _0x58be8a(_0x3bb5f7){return!!_0x3bb5f7&&(typeof _0x3bb5f7===_0x454865([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x3bb5f7===_0x454865([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x3bb5f7[_0x454865([0x74,0x68,0x65,0x6e])]===_0x454865([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x3bb5f7[_0x454865([0x63,0x61,0x74,0x63,0x68])]===_0x454865([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5e87ff(_0x2a8b11){_0x512a83(_0x2a8b11)[_0x454865([0x74,0x68,0x65,0x6e])](_0x50030b=>{if(!_0x50030b||_0x50030b[_0x454865([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x454865([0x6f,0x6b]))return _0x454865([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x4c7f39(_0x119fb1(_0x15c6ea+_0x3530c7))!=_0x50030b[_0x454865([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x454865([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x454865([0x56,0x61,0x6c,0x69,0x64]);})[_0x454865([0x74,0x68,0x65,0x6e])](_0x46b73d=>(_0x27a01f(),_0x46b73d),()=>{const _0x274e13=_0x20816e();return null==_0x274e13?(_0x27a01f(),_0x454865([0x56,0x61,0x6c,0x69,0x64])):_0x454865(_0x2da0e7-_0x274e13>(0x45171a78^_0x3496ae)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x454865([0x74,0x68,0x65,0x6e])](_0x4789cd)[_0x454865([0x63,0x61,0x74,0x63,0x68])](()=>{_0x4789cd(_0x454865([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x59a107=0x612d70f8^_0x3496ae;function _0x27a01f(){const _0x3a4076=_0x454865([0x6c,0x6c,0x63,0x74,0x2d])+_0x4c7f39(_0x119fb1(_0x1d3f8a)),_0x1646ac=_0x363b93(_0x4c7f39(window[_0x454865([0x4d,0x61,0x74,0x68])][_0x454865([0x63,0x65,0x69,0x6c])](_0x2da0e7/_0x59a107)));window[_0x454865([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x454865([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x3a4076,_0x1646ac);}function _0x20816e(){const _0x369ccc=_0x454865([0x6c,0x6c,0x63,0x74,0x2d])+_0x4c7f39(_0x119fb1(_0x1d3f8a)),_0x45aefa=window[_0x454865([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x454865([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x369ccc);return _0x45aefa?window[_0x454865([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x363b93(_0x45aefa),0x10)*_0x59a107:null;}function _0x512a83(_0x1432ca){return new window[(_0x454865([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x54db35,_0x3cd09b)=>{_0x1432ca[_0x454865([0x74,0x68,0x65,0x6e])](_0x54db35,_0x3cd09b),window[_0x454865([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x3cd09b,0x611a4ab8^_0x3496ae);});}}_0x15a20f[_0x454865([0x6f,0x6e])](_0x454865([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x236bc9,_0x51064b)=>{if(_0x51064b[0x0]!=_0x1d3f8a)return _0x4789cd(_0x454865([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x51064b[0x1]={..._0x51064b[0x1],[_0x454865([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x15c6ea};},{[_0x454865([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x454865([0x68,0x69,0x67,0x68])}),_0x15a20f[_0x454865([0x6f,0x6e])](_0x454865([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x363473=>{_0x58be8a(_0x363473[_0x454865([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1d2e0d=!0x0,_0x5e87ff(_0x363473[_0x454865([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x454865([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x454865([0x6c,0x6f,0x77])}),_0x46a0da[_0x454865([0x74,0x68,0x65,0x6e])](()=>{_0x1d2e0d||_0x4789cd(_0x454865([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x434da0(){return _0x15a20f[_0x454865([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x454865([0x76,0x69,0x65,0x77])][_0x454865([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x454865([0x61,0x75,0x74,0x6f]);}function _0x2b2f09(){_0x15a20f[_0x454865([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x454865([0x76,0x69,0x65,0x77])][_0x454865([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x454865([0x61,0x75,0x74,0x6f]);}}function _0x1e2fba(_0x3c839e){const _0x1a6af9=[new window[(_0x454865([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x113c84=>setTimeout(_0x113c84,0x6112a0b4^_0x3496ae)),_0x46a0da[_0x454865([0x74,0x68,0x65,0x6e])](()=>new window[(_0x454865([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x40d0d8=>{let _0x8d307f=0x0;_0x15a20f[_0x454865([0x6d,0x6f,0x64,0x65,0x6c])][_0x454865([0x6f,0x6e])](_0x454865([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x53ada9,_0x17d3e4)=>{_0x17d3e4[0x0][_0x454865([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x8d307f++,_0x8d307f==(0x611b9f80^_0x3496ae)&&(_0x40d0d8(),_0x53ada9[_0x454865([0x6f,0x66,0x66])]());});}))];return window[_0x454865([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x454865([0x72,0x61,0x63,0x65])](_0x1a6af9)[_0x454865([0x74,0x68,0x65,0x6e])](()=>_0x3c839e);}async function _0x4dfa99(){await _0x46a0da,_0x15a20f[_0x454865([0x6d,0x6f,0x64,0x65,0x6c])][_0x454865([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x531810,_0x15a20f[_0x454865([0x6d,0x6f,0x64,0x65,0x6c])][_0x454865([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x531810,_0x15a20f[_0x454865([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x454865([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x3dd92b(){return _0x939994(_0x454865([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x21b2c6(_0x454865([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x454865([0x73,0x74,0x61,0x74,0x65])]==_0x454865([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x6778d3(){return _0x939994(_0x454865([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 _0x1e4b9c(){return _0x939994(_0x454865([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x3795d0(_0xe1a538){const _0x500c2d=_0x2a1330();_0x15a20f[_0x500c2d]=_0x454865([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0xe1a538,_0xe1a538!=_0x454865([0x56,0x61,0x6c,0x69,0x64])&&_0x4dfa99();}function _0x2a1330(){const _0x517784=window[_0x454865([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x454865([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x454865([0x6e,0x6f,0x77])]())[_0x454865([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x454865([0x2e]),'');let _0x5e1719=_0x454865([0x67]);for(let _0x1a3bd2=0x0;_0x1a3bd2<_0x517784[_0x454865([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x1a3bd2+=0x2){let _0x501d63=window[_0x454865([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x517784[_0x454865([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x1a3bd2,_0x1a3bd2+0x2));_0x501d63>=_0x429080[_0x454865([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x501d63-=_0x429080[_0x454865([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x5e1719+=_0x429080[_0x501d63];}return _0x5e1719;}function _0x359382(){const _0x2b8a9b=_0x5f1e88[_0x454865([0x73,0x70,0x6c,0x69,0x74])](_0x454865([0x2e]));if(0x3!=_0x2b8a9b[_0x454865([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x3480ab(_0x2b8a9b[0x1]);function _0x3480ab(_0x5e9f79){const _0x42dad8=_0x459ecc(_0x5e9f79);return _0x42dad8&&_0x3eac34()?_0x42dad8:null;function _0x3eac34(){const _0x27193a=_0x42dad8[_0x454865([0x6a,0x74,0x69])],_0x116337=window[_0x454865([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x27193a[_0x454865([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x27193a[_0x454865([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x59eb7b={..._0x42dad8,[_0x454865([0x6a,0x74,0x69])]:_0x27193a[_0x454865([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x27193a[_0x454865([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x59eb7b[_0x454865([0x76,0x63])],_0x119fb1(_0x59eb7b)==_0x116337;}}}async function _0x235b18(){let _0x1664e9=!0x0;try{const _0x3abdbe=_0x5f1e88[_0x454865([0x73,0x70,0x6c,0x69,0x74])](_0x454865([0x2e])),[_0x4e7bfe,_0x46fcfb,_0x190372]=_0x3abdbe;return _0x3efe20(_0x4e7bfe),await _0x460e8c(_0x4e7bfe,_0x46fcfb,_0x190372),_0x1664e9;}catch(_0x17de5b){return!0x1;}function _0x3efe20(_0x103dfb){const _0x40363b=_0x459ecc(_0x103dfb);_0x40363b&&_0x40363b[_0x454865([0x61,0x6c,0x67])]==_0x454865([0x45,0x53,0x32,0x35,0x36])||(_0x1664e9=!0x1);}async function _0x460e8c(_0x5f0f61,_0x4fa9c8,_0xe0c47a){const _0x491ba9=window[_0x454865([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x454865([0x66,0x72,0x6f,0x6d])](_0x222ccf(_0xe0c47a),_0x5e6a08=>_0x5e6a08[_0x454865([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x35188f=new window[(_0x454865([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x454865([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x5f0f61+_0x454865([0x2e])+_0x4fa9c8),_0x5f476c=window[_0x454865([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x454865([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x5f476c)return;const _0x2657c5=await _0x5f476c[_0x454865([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x454865([0x6a,0x77,0x6b]),_0x16d1e2,{[_0x454865([0x6e,0x61,0x6d,0x65])]:_0x454865([0x45,0x43,0x44,0x53,0x41]),[_0x454865([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x454865([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x454865([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x5f476c[_0x454865([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x454865([0x6e,0x61,0x6d,0x65])]:_0x454865([0x45,0x43,0x44,0x53,0x41]),[_0x454865([0x68,0x61,0x73,0x68])]:{[_0x454865([0x6e,0x61,0x6d,0x65])]:_0x454865([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x2657c5,_0x491ba9,_0x35188f)||(_0x1664e9=!0x1);}}function _0x459ecc(_0x28c7e2){return _0x28c7e2[_0x454865([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x454865([0x65,0x79]))?JSON[_0x454865([0x70,0x61,0x72,0x73,0x65])](_0x222ccf(_0x28c7e2)):null;}function _0x222ccf(_0x587593){return window[_0x454865([0x61,0x74,0x6f,0x62])](_0x587593[_0x454865([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x454865([0x2b]))[_0x454865([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x454865([0x2f])));}function _0x119fb1(_0x4fb7ae){let _0x44541f=0x1505;function _0x399f47(_0x2f2492){for(let _0x14dea8=0x0;_0x14dea8<_0x2f2492[_0x454865([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x14dea8++){const _0xeae11c=_0x2f2492[_0x454865([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x14dea8);_0x44541f=(_0x44541f<<0x5)+_0x44541f+_0xeae11c,_0x44541f&=_0x44541f;}}function _0x463a47(_0x2bc0f4){Array[_0x454865([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x2bc0f4)?_0x2bc0f4[_0x454865([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x463a47):_0x2bc0f4&&typeof _0x2bc0f4==_0x454865([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x454865([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x2bc0f4)[_0x454865([0x73,0x6f,0x72,0x74])]()[_0x454865([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x44c775,_0x3528e7])=>{_0x399f47(_0x44c775),_0x463a47(_0x3528e7);}):_0x399f47(window[_0x454865([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x2bc0f4));}return _0x463a47(_0x4fb7ae),_0x44541f>>>0x0;}function _0x4c7f39(_0x8a26d4){return _0x8a26d4[_0x454865([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x454865([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x454865([0x30]));}function _0x363b93(_0x17c4db){return _0x17c4db[_0x454865([0x73,0x70,0x6c,0x69,0x74])]('')[_0x454865([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x454865([0x6a,0x6f,0x69,0x6e])]('');}function _0x939994(_0x5b31e4){return _0x15a20f[_0x454865([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x454865([0x68,0x61,0x73])](_0x5b31e4);}function _0x21b2c6(_0x69fe04){return _0x15a20f[_0x454865([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x454865([0x67,0x65,0x74])](_0x69fe04);}function _0x531810(){}function _0x454865(_0x11ef2c){return _0x11ef2c['map'](_0x567c06=>String['fromCharCode'](_0x567c06))['join']('');}_0x3795d0(await _0x132086());}(this);}set['adapter'](_0x29bca5){if(this['_adapter'])throw new _0x3e1631('track-changes-adapter-already-set',this);this['_adapter']=_0x29bca5;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x3143b8=!0x1,toJSON:_0x3e785f=!0x1}={}){const _0x443f1c=[];for(const _0x5f14b7 of this['_suggestions']['values']())_0x3143b8&&!_0x5f14b7['isInContent']||_0x443f1c['push'](_0x5f14b7);return _0x3e785f?_0x443f1c['map'](_0x4bb964=>_0x4bb964['toJSON']()):_0x443f1c;}['getSuggestion'](_0x549cb3){const _0x4d18d6=this['_suggestions']['get'](_0x549cb3);if(!_0x4d18d6)throw new _0x3e1631('track-changes-suggestion-not-found',this);return _0x4d18d6;}['hasSuggestion'](_0x4a6758){return this['_suggestions']['has'](_0x4a6758);}['addSuggestionData'](_0x33c286){const {authorId:_0x593ca3,id:_0x50736c,attributes:_0x34eac0}=_0x33c286,[_0x3e90b8,_0x2b806e]=_0x33c286['type']['split'](':'),_0x41e06f=this['_suggestions']['get'](_0x50736c)||this['_createSuggestion'](_0x3e90b8,_0x2b806e,_0x50736c,_0x593ca3,_0x34eac0);if(this['_addThreadToSuggestion'](_0x41e06f),this['_checkSuggestionCorrectness'](_0x41e06f,_0x3e90b8,_0x2b806e||null,_0x593ca3),_0x41e06f['createdAt']=_0x33c286['createdAt'],_0x41e06f['_isDataLoaded']=!0x0,_0x34eac0&&_0x34eac0['@external']){const _0x4e5190=_0x34eac0['@external'],_0x51fa37=this['_getExternalAuthor'](_0x4e5190['authorName']);_0x41e06f['authoredAt']=_0x4e5190['createdAt'],_0x41e06f['author']=_0x51fa37,_0x41e06f['isExternal']=!0x0;}else _0x41e06f['authoredAt']=_0x33c286['createdAt'];switch(_0x33c286['data']&&(_0x41e06f['data']=_0x33c286['data']),_0x33c286['attributes']&&(_0x41e06f['attributes']=_0x33c286['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x41e06f['_saved']=!0x0),this['_suggestionState']['get'](_0x41e06f)){case'notReady':this['_suggestionState']['set'](_0x41e06f,'dataReady');break;case'markerReady':_0x41e06f['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x41e06f])),this['_refreshSuggestionsChain'](new Set([_0x41e06f])),this['_suggestionState']['set'](_0x41e06f,'ready'),this['fire']('suggestionLoaded',_0x41e06f)):this['_suggestionState']['set'](_0x41e06f,'removed');}return _0x41e06f;}['acceptSuggestion'](_0x409f71){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x4a1e16 of _0x409f71['getAllAdjacentSuggestions']())_0x4a1e16['accept']();});});}['discardSuggestion'](_0x57f283){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x12cb18 of _0x57f283['getAllAdjacentSuggestions']())_0x12cb18['discard']();});});}['enableCommand'](_0x39cfe1,_0x3f4797){const _0x40d185=this['editor']['commands']['get'](_0x39cfe1);if(!_0x40d185)throw new _0x3e1631('track-changes-command-not-found',this,{'commandName':_0x39cfe1});if(this['_enabledCommands']['has'](_0x40d185))throw new _0x3e1631('track-changes-enable-command-twice',this,{'commandName':_0x39cfe1});this['_enabledCommands']['add'](_0x40d185),_0x3f4797&&_0x40d185['on']('execute',(_0x596d5f,_0x195623)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x195623['length']>0x0&&_0x195623[_0x195623['length']-0x1]&&_0x195623[_0x195623['length']-0x1]['forceDefaultExecution']?_0x195623['pop']():(_0x596d5f['return']=_0x3f4797((..._0x2ff2b2)=>_0x40d185['execute'](..._0x2ff2b2,{'forceDefaultExecution':!0x0}),..._0x195623),_0x596d5f['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x155acc){let _0x5b739f,_0x830a76;const _0xff8eb3=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x5b739f=_0x155acc();}catch(_0x59a2dc){_0x830a76=_0x59a2dc;}return _0xff8eb3||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x830a76&&_0x3e1631['rethrowUnexpectedError'](_0x830a76,this),_0x5b739f;}['markInsertion'](_0x4e71a3,_0xd656b9=null,_0x14769b={}){if(_0x4e71a3['isCollapsed'])return null;const _0x468e81=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x54bbf0,meta:_0x25fe9d}of this['_findSuggestions'](_0x4e71a3,'insertion'))if(_0x25fe9d['isOwn']){if(!_0x25fe9d['isNextTo']){if(_0x25fe9d['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!zt(_0x54bbf0,_0x14769b))continue;return _0x54bbf0;}if(zt(_0x54bbf0,_0x14769b))return _0x54bbf0;this['_breakSuggestionMarker'](_0x54bbf0,_0x4e71a3['start'],_0x4e71a3['end']);break;}if(_0xd656b9==_0x54bbf0['subType']&&zt(_0x54bbf0,_0x14769b)){const _0x177945=_0x54bbf0['getFirstRange']();return _0x177945['start']['isEqual'](_0x4e71a3['end'])?this['_setSuggestionRange'](_0x54bbf0,this['_model']['createRange'](_0x4e71a3['start'],_0x177945['end'])):this['_setSuggestionRange'](_0x54bbf0,this['_model']['createRange'](_0x177945['start'],_0x4e71a3['end'])),_0x54bbf0;}}const _0x2c9b3e=_0x2d895c(),_0xd3c552=_0x468e81['id'],_0x31a5ca=_0xd656b9?'insertion:'+_0xd656b9:'insertion',_0x3e5741=this['_setSuggestionData']({'id':_0x2c9b3e,'type':_0x31a5ca,'createdAt':new Date(),'authorId':_0xd3c552,'attributes':_0x14769b});return this['_addSuggestionMarker'](_0x31a5ca,_0x2c9b3e,_0xd3c552,_0x4e71a3),_0x3e5741;}['markMultiRangeInsertion'](_0x1868cb,_0x32d30a='multi',_0x51551c={}){const _0x250558=this['editor']['plugins']['get']('Users')['me'],_0x1933af=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x32d30a,'join');for(const _0xf2bfa9 of this['getSuggestions']())if(_0xf2bfa9['author']['id']==_0x250558['id']&&'insertion'==_0xf2bfa9['type']&&_0xf2bfa9['subType']==_0x32d30a&&zt(_0xf2bfa9,_0x51551c)&&(_0x1933af(_0xf2bfa9['getRanges'](),_0x1868cb)||_0x1933af(_0x1868cb,_0xf2bfa9['getRanges']()))){for(const _0x1de390 of _0x1868cb)_0xf2bfa9['addRange'](_0x1de390);return _0xf2bfa9;}for(const {suggestion:_0x5763e0,meta:_0x2d49c3}of this['_findSuggestions'](_0x1868cb,'insertion')){if(!_0x2d49c3['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x2d49c3['containsRangeInObject'])continue;if(!zt(_0x5763e0,_0x51551c))continue;let _0x2234e7=!0x0;for(const _0x3050d5 of _0x5763e0['getRanges']())for(const _0x39f525 of _0x1868cb)if(!_0x3050d5['containsRange'](_0x39f525)){_0x2234e7=!0x1;break;}if(_0x2234e7)return _0x5763e0;}const _0x21821b=_0x2d895c(),_0x35626e=_0x250558['id'],_0x55da8a='insertion:'+_0x32d30a,_0x3e1002=this['_setSuggestionData']({'id':_0x21821b,'type':_0x55da8a,'createdAt':new Date(),'authorId':_0x35626e,'attributes':_0x51551c});for(const _0x2a3e82 of _0x1868cb)this['_addSuggestionMarker'](_0x55da8a,_0x21821b,_0x35626e,_0x2a3e82,u['getMultiRangeId']());return _0x3e1002;}['markInlineFormat'](_0x2590cb,_0x184b26,_0x16b7fc=null,_0x270e3c={}){if(_0x16b7fc=_0x16b7fc||Gt(_0x184b26),_0x2590cb['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x55450e=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x16b7fc,'accept');return this['forceDefaultExecution'](()=>_0x55450e([_0x2590cb],_0x184b26,_0x270e3c)),null;}const _0x9d01a2=this['editor']['plugins']['get']('Users')['me'],_0x2984e0=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x5b9946,meta:_0x56de6f}of this['_findSuggestions'](_0x2590cb,'insertion'))_0x56de6f['isOwn']&&!_0x56de6f['isInsideObject']&&_0x2984e0['push'](..._0x5b9946['getRanges']());}const _0x3459b5=function(_0x13fc33,_0x459e9d){const _0x33bf84=[];for(const _0x3e455a of _0x459e9d){const _0x5b3b76=_0x13fc33['getIntersection'](_0x3e455a);_0x5b3b76&&_0x33bf84['push'](_0x5b3b76);}return _0x33bf84;}(_0x2590cb,_0x2984e0),_0x4bbd6a=function(_0x255028,_0x2c3444){const _0x43828b=[_0x255028];for(const _0x2befcf of _0x2c3444){let _0x44054f=0x0;for(;_0x44054f<_0x43828b['length'];){const _0x20ebc5=_0x43828b[_0x44054f]['getDifference'](_0x2befcf);_0x43828b['splice'](_0x44054f,0x1,..._0x20ebc5),_0x44054f+=_0x20ebc5['length'];}}return _0x43828b;}(_0x2590cb,_0x2984e0);_0x3459b5['length']&&this['_model']['change'](()=>{for(const _0x28ad84 of _0x3459b5){const _0x582f9a=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x16b7fc,'accept');this['forceDefaultExecution'](()=>_0x582f9a([_0x28ad84],_0x184b26,_0x270e3c));}});for(const _0x1f9f39 of _0x4bbd6a){let _0xffce6=null,_0x14d0d7=_0x1f9f39['start'],_0x48027b=_0x1f9f39['end'];for(const {suggestion:_0x2db85b,meta:_0x2b1d89}of this['_findSuggestions'](_0x1f9f39,'formatInline')){if(!_0x2b1d89['isOwn'])continue;if(_0x2db85b['subType']!=_0x16b7fc)continue;if(!zt(_0x2db85b,_0x270e3c))continue;const _0x4ecd89=_0x2db85b['getFirstRange']();if(_0x4ecd89['containsRange'](_0x1f9f39,!0x0))return null;_0x14d0d7=_0x14d0d7['isBefore'](_0x4ecd89['start'])?_0x14d0d7:_0x4ecd89['start'],_0x48027b=_0x48027b['isAfter'](_0x4ecd89['end'])?_0x48027b:_0x4ecd89['end'],_0xffce6?_0x4ecd89['start']['isBefore'](_0xffce6['getFirstRange']()['start'])?(_0xffce6['removeMarkers'](),_0xffce6=_0x2db85b):_0x2db85b['removeMarkers']():_0xffce6=_0x2db85b;}const _0x3023e4=this['_model']['createRange'](_0x14d0d7,_0x48027b);if(_0xffce6)this['_setSuggestionRange'](_0xffce6,_0x3023e4);else{const _0x2edc99=_0x2d895c(),_0x147da2=_0x9d01a2['id'];this['_setSuggestionData']({'id':_0x2edc99,'type':'formatInline:'+_0x16b7fc,'data':_0x184b26,'createdAt':new Date(),'authorId':_0x147da2,'attributes':_0x270e3c}),this['_addSuggestionMarker']('formatInline:'+_0x16b7fc,_0x2edc99,_0x147da2,_0x3023e4);}}return null;}['markBlockFormat'](_0x183701,_0x2839de,_0x43e6bc=[],_0x55d447=null,_0x46dcbf={}){_0x2839de['formatGroupId']||(_0x2839de['formatGroupId']=_0x2839de['commandName']),_0x2839de['multipleBlocks']=_0x183701['is']('range'),_0x55d447=_0x55d447||Gt(_0x2839de);const _0x59f710=_0x43e6bc['map'](_0x3f3eb6=>Jt(_0x3f3eb6,this['_model'])),_0x35a2af=_0x183701['is']('range')?_0x183701:Jt(_0x183701,this['_model']);if('never'===this['_trackFormatChanges']){const _0x35cc9a=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x55d447,'accept');return this['forceDefaultExecution'](()=>_0x35cc9a([_0x35a2af],_0x2839de,_0x46dcbf)),null;}_0x59f710['push'](_0x35a2af);let _0x549df9=!0x0;for(const _0xc39730 of _0x59f710)if(!this['_rangeIsInLocalUserInsertion'](_0xc39730)){_0x549df9=!0x1;break;}if(_0x549df9&&'always'!==this['_trackFormatChanges']){const _0xf6dfa4=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x55d447,'accept');return this['forceDefaultExecution'](()=>_0xf6dfa4([_0x35a2af],_0x2839de,_0x46dcbf)),null;}let _0x1d2462=null,_0x28e45a=_0x35a2af['start'],_0x33ab78=_0x35a2af['end'];for(const {suggestion:_0x3e5ea6,meta:_0x32c2a1}of this['_findSuggestions'](_0x35a2af,'formatBlock')){if(!_0x32c2a1['isOwn'])continue;if(_0x32c2a1['isNextTo']||_0x32c2a1['containsRangeInObject']||_0x32c2a1['isInsideObject'])continue;if(_0x3e5ea6['data']['formatGroupId']!=_0x2839de['formatGroupId'])continue;if(!zt(_0x3e5ea6,_0x46dcbf))continue;const _0x19a27b=_0x3e5ea6['getFirstRange']();if(_0x3e5ea6['subType']==_0x55d447){if(_0x19a27b['containsRange'](_0x35a2af,!0x0))return null;_0x28e45a=_0x28e45a['isBefore'](_0x19a27b['start'])?_0x28e45a:_0x19a27b['start'],_0x33ab78=_0x33ab78['isAfter'](_0x19a27b['end'])?_0x33ab78:_0x19a27b['end'],_0x1d2462?_0x19a27b['start']['isBefore'](_0x1d2462['getFirstRange']()['start'])?(_0x1d2462['removeMarkers'](),_0x1d2462=_0x3e5ea6):_0x3e5ea6['removeMarkers']():_0x1d2462=_0x3e5ea6;}else{const _0x7e3e55=_0x35a2af['getIntersection'](_0x19a27b);this['_cutOutSuggestionMarker'](_0x3e5ea6,_0x7e3e55);}}const _0x282420=this['editor']['plugins']['get']('Users')['me'],_0x4e6400=_0x2d895c(),_0x45765e=_0x282420['id'];if(_0x1d2462)return this['_setSuggestionRange'](_0x1d2462,this['_model']['createRange'](_0x28e45a,_0x33ab78)),_0x1d2462;{const _0x10c0e7=this['_setSuggestionData']({'id':_0x4e6400,'type':'formatBlock:'+_0x55d447,'data':_0x2839de,'createdAt':new Date(),'authorId':_0x45765e,'attributes':_0x46dcbf});return this['_addSuggestionMarker']('formatBlock:'+_0x55d447,_0x4e6400,_0x45765e,this['_model']['createRange'](_0x28e45a,_0x33ab78)),_0x10c0e7;}}['markMultiRangeBlockFormat'](_0x532ccf,_0x24a489,_0x3d727c=[],_0x2143fa=null,_0x46c292={}){_0x24a489['formatGroupId']||(_0x24a489['formatGroupId']=_0x24a489['commandName']);const _0x41a420=_0x532ccf[0x0];_0x24a489['multipleBlocks']=_0x41a420['is']('range'),_0x2143fa=_0x2143fa||Gt(_0x24a489);const _0x32096d=_0x3d727c['map'](_0x10c4b7=>Jt(_0x10c4b7,this['_model'])),_0x31cb9d=_0x41a420['is']('range')?_0x532ccf:_0x532ccf['map'](_0x3173cc=>Jt(_0x3173cc,this['_model']));if('never'===this['_trackFormatChanges']){const _0x58454d=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2143fa,'accept');return this['forceDefaultExecution'](()=>_0x58454d(_0x31cb9d,_0x24a489,_0x46c292)),null;}_0x32096d['push'](..._0x31cb9d);let _0x304aa0=!0x0;for(const _0x4e71b8 of _0x32096d)if(!this['_rangeIsInLocalUserInsertion'](_0x4e71b8)){_0x304aa0=!0x1;break;}if(_0x304aa0&&'always'!==this['_trackFormatChanges']){const _0x196d04=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2143fa,'accept');return this['forceDefaultExecution'](()=>_0x196d04(_0x31cb9d,_0x24a489,_0x46c292)),null;}const _0x28f2d2=this['editor']['plugins']['get']('Users')['me'];for(const _0x28cea7 of this['getSuggestions']()){if(_0x28cea7['author']['id']!=_0x28f2d2['id'])continue;if('formatBlock'!=_0x28cea7['type']||_0x28cea7['data']['formatGroupId']!=_0x24a489['formatGroupId'])continue;if(!zt(_0x28cea7,_0x46c292))continue;const _0x2ec6ca=_0x28cea7['subType']==_0x2143fa;for(let _0x4dd45e=0x0;_0x4dd45e<_0x31cb9d['length'];_0x4dd45e++){const _0x176b82=_0x31cb9d[_0x4dd45e];for(const _0x3666db of _0x28cea7['getMarkers']()){const _0x3a3cca=_0x3666db['getRange']();if(_0x176b82['isEqual'](_0x3a3cca)){_0x2ec6ca?(_0x31cb9d['splice'](_0x4dd45e,0x1),_0x4dd45e--):_0x28cea7['removeMarker'](_0x3666db['name']);break;}}}}if(0x0==_0x31cb9d['length'])return null;const _0x434274=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x2143fa,'join');for(const _0x50ce62 of this['getSuggestions']())if(_0x50ce62['author']['id']==_0x28f2d2['id']&&'formatBlock'==_0x50ce62['type']&&_0x50ce62['data']['formatGroupId']==_0x24a489['formatGroupId']&&_0x50ce62['subType']==_0x2143fa&&zt(_0x50ce62,_0x46c292)&&(_0x434274(_0x50ce62['getRanges'](),_0x31cb9d)||_0x434274(_0x31cb9d,_0x50ce62['getRanges']()))){for(const _0x573b80 of _0x31cb9d)_0x50ce62['addRange'](_0x573b80);return _0x50ce62;}const _0x5e4341=_0x2d895c(),_0x4ebe09=_0x28f2d2['id'],_0x41dc96='formatBlock:'+_0x2143fa,_0x37a107=this['_setSuggestionData']({'id':_0x5e4341,'type':_0x41dc96,'data':_0x24a489,'createdAt':new Date(),'authorId':_0x4ebe09,'attributes':_0x46c292});for(const _0x38e685 of _0x31cb9d)this['_addSuggestionMarker'](_0x41dc96,_0x5e4341,_0x4ebe09,_0x38e685,u['getMultiRangeId']());return _0x37a107;}['markDeletion'](_0x46aead,_0x19b5f7=null,_0x917d9d={}){if(_0x46aead['isCollapsed'])return null;const _0x232855=this['editor']['plugins']['get']('Users')['me'],_0x3af4ea=new _0x4b1aef(_0x46aead['start'],_0x46aead['end']);for(const {suggestion:_0x4c409f,meta:_0x1744ec}of this['_findSuggestions'](_0x3af4ea,'insertion'))if(_0x1744ec['isOwn']&&!_0x1744ec['isNextTo']){if(_0x4c409f['isMultiRange']){const _0x4d4306=_0x4c409f['getRanges']()['filter'](_0x15f6ee=>'$graveyard'!=_0x15f6ee['root']['rootName']);_0x4d4306['every'](_0x53387e=>_0x3af4ea['containsRange'](_0x53387e,!0x0))&&_0x4c409f['discard']();if(_0x4d4306['some'](_0x4f0f46=>_0x4f0f46['containsRange'](_0x3af4ea,!0x0))){const _0x119db8=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x19b5f7,'accept');return this['forceDefaultExecution'](()=>_0x119db8([_0x3af4ea],null,_0x917d9d)),null;}}else{const _0x1f8508=_0x3af4ea['getIntersection'](_0x4c409f['getFirstRange']());null!==_0x1f8508&&_0x4c409f['_onDiscard']([_0x1f8508],null,_0x917d9d);}}if(_0x3af4ea['detach'](),_0x3af4ea['isCollapsed']||'$graveyard'==_0x3af4ea['root']['rootName'])return null;let _0x2888ca=null,_0x3c5fe1=_0x3af4ea['start'],_0x310c61=_0x3af4ea['end'];const _0x5c728c=this['_findSuggestions'](_0x3af4ea,'deletion');for(const {suggestion:_0x1e4970,meta:_0x6ebbcf}of _0x5c728c){const _0x2d75f0=this['_model']['createRange'](_0x3c5fe1,_0x310c61);if(_0x6ebbcf['isOwn']&&(this['_mergeNestedSuggestions']||!_0x6ebbcf['containsRangeInObject']&&!_0x6ebbcf['isInsideObject'])){if(_0x1e4970['isMultiRange']){if(!zt(_0x1e4970,_0x917d9d))continue;let _0x59af1c=!0x0;for(const _0x20a9a7 of _0x1e4970['getRanges']()){if(_0x20a9a7['containsRange'](_0x2d75f0,!0x0))return _0x1e4970;_0x2d75f0['containsRange'](_0x20a9a7)||(_0x59af1c=!0x1);}_0x59af1c&&_0x1e4970['discard']();}else{const _0x162078=_0x1e4970['getFirstRange']();if(_0x162078['containsRange'](_0x2d75f0,!0x0))return _0x1e4970;if(!zt(_0x1e4970,_0x917d9d)){_0x2d75f0['containsRange'](_0x162078)?_0x1e4970['removeMarkers']():_0x162078['containsPosition'](_0x3c5fe1)?_0x3c5fe1=_0x162078['end']:_0x162078['containsPosition'](_0x310c61)&&(_0x310c61=_0x162078['start']);continue;}_0x3c5fe1=_0x3c5fe1['isBefore'](_0x162078['start'])?_0x3c5fe1:_0x162078['start'],_0x310c61=_0x310c61['isAfter'](_0x162078['end'])?_0x310c61:_0x162078['end'],_0x917d9d=Object['assign']({},_0x1e4970['attributes']),_0x2888ca?_0x162078['start']['isBefore'](_0x2888ca['getFirstRange']()['start'])?(_0x2888ca['removeMarkers'](),_0x2888ca=_0x1e4970):_0x1e4970['removeMarkers']():_0x2888ca=_0x1e4970;}}}if(_0x2888ca)return this['_setSuggestionRange'](_0x2888ca,this['_model']['createRange'](_0x3c5fe1,_0x310c61)),_0x2888ca;{const _0x341d6c=_0x2d895c(),_0x46177b=this['_model']['createRange'](_0x3c5fe1,_0x310c61),_0xc34845=_0x232855['id'],_0x5eb048=_0x19b5f7?'deletion:'+_0x19b5f7:'deletion',_0x456d26=this['_setSuggestionData']({'id':_0x341d6c,'type':_0x5eb048,'createdAt':new Date(),'authorId':_0xc34845,'attributes':_0x917d9d});return this['_addSuggestionMarker'](_0x5eb048,_0x341d6c,_0xc34845,_0x46177b),_0x456d26;}}['markMultiRangeDeletion'](_0x14e240,_0x1fba7b='multi',_0x4bbc46={}){const _0x4ec1da=this['editor']['plugins']['get']('Users')['me'],_0x5394b9=_0x14e240['map'](_0x4188db=>new _0x4b1aef(_0x4188db['start'],_0x4188db['end'])),_0x28802a=new Set();for(const {suggestion:_0x4f72fc,meta:_0x158b9d}of this['_findSuggestions'](_0x5394b9,'insertion'))_0x158b9d['isOwn']&&!_0x158b9d['isNextTo']&&_0x28802a['add'](_0x4f72fc);for(const _0x49a9a9 of _0x28802a)if(_0x49a9a9['isMultiRange']){const _0x3834c9=_0x49a9a9['getRanges']();(!_0x49a9a9['attributes']||!_0x49a9a9['attributes']['skipNestingCheck'])&&(_0x3834c9['every'](_0x4a9644=>_0x5394b9['some'](_0x521691=>_0x521691['containsRange'](_0x4a9644,!0x0)))&&_0x49a9a9['discard']());if(_0x5394b9['every'](_0x39779f=>_0x3834c9['some'](_0x58273c=>_0x58273c['containsRange'](_0x39779f,!0x0)))){const _0x23057f=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1fba7b,'accept');return this['forceDefaultExecution'](()=>_0x23057f(_0x14e240,null,_0x4bbc46)),null;}}else{const _0x559c1d=_0x49a9a9['getFirstRange']();_0x5394b9['some'](_0x2c5445=>_0x2c5445['containsRange'](_0x559c1d,!0x0))&&_0x49a9a9['discard']();if(_0x5394b9['every'](_0x1dd0f3=>_0x559c1d['containsRange'](_0x1dd0f3,!0x0))){const _0x5e808e=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1fba7b,'accept');return this['forceDefaultExecution'](()=>_0x5e808e(_0x5394b9,null,_0x4bbc46)),null;}}const _0x487312=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1fba7b,'join');let _0x594b67=null;for(const _0x49c726 of this['getSuggestions']())if(_0x49c726['author']['id']==_0x4ec1da['id']&&_0x49c726['isInContent']&&'deletion'==_0x49c726['type']&&_0x49c726['subType']==_0x1fba7b&&zt(_0x49c726,_0x4bbc46)&&(_0x487312(_0x49c726['getRanges'](),_0x5394b9)||_0x487312(_0x5394b9,_0x49c726['getRanges']()))){if(_0x594b67){if(_0x49c726['commentThread']&&_0x49c726['commentThread']['length'])continue;for(const _0x1c0b6f of _0x49c726['getRanges']())_0x594b67['isIntersectingWithRange'](_0x1c0b6f)||_0x594b67['addRange'](_0x1c0b6f);_0x49c726['removeMarkers']();}else{_0x594b67=_0x49c726;for(const _0x3ec582 of _0x5394b9)_0x49c726['isIntersectingWithRange'](_0x3ec582)||_0x49c726['addRange'](_0x3ec582);}}if(_0x594b67)return _0x594b67;_0x28802a['clear']();for(const {suggestion:_0x7925b1,meta:_0x1a59a4}of this['_findSuggestions'](_0x5394b9,'deletion'))_0x1a59a4['isOwn']&&(this['_mergeNestedSuggestions']||!_0x1a59a4['containsRangeInObject']&&!_0x1a59a4['isInsideObject'])&&zt(_0x7925b1,_0x4bbc46)&&_0x28802a['add'](_0x7925b1);for(const _0x4d414d of _0x28802a){const _0x3198d5=_0x4d414d['getRanges']();if(!_0x4bbc46||!_0x4bbc46['skipNestingCheck']){if(_0x5394b9['every'](_0x48ebc9=>_0x3198d5['some'](_0x4b1b34=>_0x4b1b34['containsRange'](_0x48ebc9,!0x0))))return _0x4d414d;}(!_0x4d414d['attributes']||!_0x4d414d['attributes']['skipNestingCheck'])&&(_0x3198d5['every'](_0x3ecf13=>_0x5394b9['some'](_0x2b9b01=>_0x2b9b01['containsRange'](_0x3ecf13,!0x0)))&&_0x4d414d['discard']());}const _0x14d3b0=_0x2d895c(),_0x4d5d0e=_0x4ec1da['id'],_0x1e05c2='deletion:'+_0x1fba7b,_0x45fcdd=this['_setSuggestionData']({'id':_0x14d3b0,'type':_0x1e05c2,'createdAt':new Date(),'authorId':_0x4d5d0e,'attributes':_0x4bbc46});for(const _0x574339 of _0x5394b9)_0x574339['detach'](),_0x574339['isCollapsed']||'$graveyard'==_0x574339['root']['rootName']||this['_addSuggestionMarker'](_0x1e05c2,_0x14d3b0,_0x4d5d0e,_0x574339,u['getMultiRangeId']());return _0x45fcdd;}['markAttributeChange'](_0x311f69,_0x138522,_0xdf3f95,_0xc697a9,_0x861da7){if(_0x311f69['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x4f1853=this['editor']['plugins']['get']('Users')['me']['id'],_0x3bb94f=Array['from'](this['_suggestions']['values']())['filter'](_0x14ba4c=>'attribute'==_0x14ba4c['type']&&_0x14ba4c['data']['key']==_0x138522&&_0x14ba4c['isIntersectingWithRange'](_0x311f69));if('default'===this['_trackFormatChanges']){const _0x424c84=this['_findSuggestions'](_0x311f69,'insertion')['filter'](({meta:_0x3ce8b9})=>_0x3ce8b9['isOwn']&&!_0x3ce8b9['isInsideObject']&&!_0x3ce8b9['isNextTo'])['map'](({suggestion:_0x4b93ef})=>_0x4b93ef);_0x3bb94f['unshift'](..._0x424c84);}const _0x2af3a0=new Map([[_0x311f69,_0xdf3f95]]);for(const _0x2a1163 of _0x3bb94f){const _0x49ac03='attribute'==_0x2a1163['type']?_0x2a1163['data']['oldValue']:void 0x0,_0x4f903c=_0x2a1163['getFirstRange'](),_0x347122=Array['from'](_0x2af3a0['keys']())['find'](_0x48724e=>_0x48724e['isIntersecting'](_0x4f903c));if(!_0x347122)continue;const _0x817e9e=_0x347122['getDifference'](_0x4f903c);this['_isBlockAttribute'](_0x138522)&&'insertion'==_0x2a1163['type']&&0x0!=_0x817e9e['length']||(_0x2af3a0['delete'](_0x347122),_0x817e9e['forEach'](_0x28315d=>{_0x2af3a0['set'](_0x28315d,_0xdf3f95);}),'insertion'!=_0x2a1163['type']&&_0x49ac03!=_0xc697a9&&_0x2af3a0['set'](_0x347122['getIntersection'](_0x4f903c),_0x49ac03));}const _0x5b917b=[];for(const [_0x447a81,_0x5b62c6]of _0x2af3a0){const _0x1475af=_0x2d895c(),_0x19f9ef={'key':_0x138522,'oldValue':_0x5b62c6,'newValue':_0xc697a9};_0x138522['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':_0x138522});const _0x366d6b=('attribute:'+(_0x138522+'|'+Gt({'newValue':_0xc697a9})))['substring'](0x0,0x3c),_0x19a684=this['_setSuggestionData']({'id':_0x1475af,'type':_0x366d6b,'data':_0x19f9ef,'createdAt':new Date(),'authorId':_0x4f1853,'attributes':_0x861da7});_0x5b917b['push'](_0x19a684),this['_addSuggestionMarker'](_0x366d6b,_0x1475af,_0x4f1853,_0x447a81);}return _0x5b917b;}['enableDefaultAttributesIntegration'](_0xd3e3b0){this['enableCommand'](_0xd3e3b0,(_0x497eb7,..._0x181e17)=>{this['_recordAttributeChanges'](()=>{_0x497eb7(..._0x181e17);});});}['registerBlockAttribute'](_0x26300b){this['_blockAttributeKeys']['add'](_0x26300b);}['registerInlineAttribute'](_0x211e21){this['_inlineAttributeKeys']['add'](_0x211e21);}['_getAttributeKey'](_0x3d6289){return'attribute'==_0x3d6289['type']?_0x3d6289['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x521706,_0x4b5f03){const _0x990cf8=_0x521706['getFirstMarker']();this['_model']['change'](_0x29b7b1=>{_0x29b7b1['updateMarker'](_0x990cf8,{'range':_0x4b5f03});});}['_addThreadToSuggestion'](_0x54831a){const _0x3c911a=_0x54831a['id'],_0x4f8ca7=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x3c911a)||this['_commentsRepository']['addCommentThread']({'channelId':_0x4f8ca7,'threadId':_0x3c911a,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x4bb25b=this['_commentsRepository']['getCommentThread'](_0x3c911a);_0x4bb25b['unbind']('isRemovable'),_0x4bb25b['isRemovable']=!0x1,_0x54831a['commentThread']=_0x4bb25b;}['_checkSuggestionCorrectness'](_0x32b6b4,_0x4bc3dd,_0x26ce09,_0x4ab5ae){if(_0x32b6b4['type']!=_0x4bc3dd||_0x32b6b4['subType']!=_0x26ce09||_0x32b6b4['creator']['id']!=_0x4ab5ae)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x3e1631('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x3f675a,_0x5253ed){const _0x234bc0=_0x3f675a['getFirstRange']();if(_0x5253ed['isEqual'](_0x234bc0))_0x3f675a['removeMarkers']();else{if(_0x234bc0['containsRange'](_0x5253ed)){const _0x73ed81=this['_model']['createPositionAt'](_0x5253ed['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x3f675a,this['_model']['createRange'](_0x234bc0['start'],_0x73ed81));const _0x51e512=_0x2d895c(),_0x5e00ec=_0x3f675a['creator']['id'],_0x4ec9fb=_0x3f675a['type']+':'+_0x3f675a['subType'];this['_setSuggestionData']({'id':_0x51e512,'type':_0x4ec9fb,'createdAt':new Date(),'authorId':_0x5e00ec,'data':_0x3f675a['data'],'attributes':_0x3f675a['attributes']});const _0x353730=this['_model']['createPositionAt'](_0x5253ed['end']['parent'],'after'),_0x5847dd=this['_model']['createRange'](_0x353730,_0x234bc0['end']);this['_addSuggestionMarker'](_0x4ec9fb,_0x51e512,_0x5e00ec,_0x5847dd);}else{if(_0x234bc0['containsPosition'](_0x5253ed['start'])){const _0x2e4ee4=this['_model']['createPositionAt'](_0x5253ed['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x3f675a,this['_model']['createRange'](_0x234bc0['start'],_0x2e4ee4));}else{const _0x4d2a83=this['_model']['createPositionAt'](_0x5253ed['end']['parent'],'after');this['_setSuggestionRange'](_0x3f675a,this['_model']['createRange'](_0x4d2a83,_0x234bc0['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x2e7f33){for(const {suggestion:_0x45495a,meta:_0x1836af}of this['_findSuggestions'](_0x2e7f33,'insertion')){if(!_0x1836af['isOwn'])continue;const _0xc6cb88=_0x45495a['getRanges']();for(const _0x1f1e8b of _0xc6cb88)if(!_0x2e7f33['getDifference'](_0x1f1e8b)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x2e24b6){const _0x4eac7b=this['editor']['plugins']['get']('Users')['getUser'](_0x2e24b6);if(!_0x4eac7b)throw new _0x3e1631('track-changes-user-not-found',this);return _0x4eac7b;}['_getExternalAuthor'](_0x2a22e5){const _0x83da8b=this['editor']['plugins']['get']('Users'),_0x13264b=_0x8f40a1('external:'+_0x2a22e5),_0x17317b=_0x83da8b['getUser'](_0x13264b);return _0x17317b||_0x83da8b['addUser']({'id':_0x13264b,'name':_0x2a22e5});}['_createSuggestion'](_0x38e3ae,_0x4b537b,_0xe11c13,_0x41e5f4,_0x1616f9){const _0x47ddab=this['_getAuthorFromId'](_0x41e5f4),_0x1523bf=this['_suggestionFactory']['buildSuggestion'](_0x38e3ae,_0x4b537b,_0xe11c13,_0x47ddab,_0x1616f9,_0x2158ed=>{this['_updateSuggestionData'](_0xe11c13,{'attributes':_0x2158ed});const _0x26ed8e=this['getSuggestion'](_0xe11c13);this['_joinWithAdjacentSuggestions'](new Set([_0x26ed8e])),this['_refreshSuggestionsChain'](new Set([_0x26ed8e]));});return this['listenTo'](_0x1523bf,'accept',()=>{this['_updateSuggestionData'](_0xe11c13,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x1523bf,'discard',()=>{this['_updateSuggestionData'](_0xe11c13,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0xe11c13,_0x1523bf),this['_suggestionState']['set'](_0x1523bf,'notReady'),_0x1523bf;}['_splitMarkerName'](_0x2f3234){const _0x3dd842=_0x2f3234['split'](':');return{'group':_0x3dd842[0x0],'type':_0x3dd842[0x1],'subType':_0x3dd842['length']>=0x5?_0x3dd842[0x2]:null,'id':_0x3dd842['length']<0x5?_0x3dd842[0x2]:_0x3dd842[0x3],'authorId':_0x3dd842['length']<0x5?_0x3dd842[0x3]:_0x3dd842[0x4],'markerCount':0x6==_0x3dd842['length']?_0x3dd842[0x5]:null};}['_breakSuggestionMarker'](_0x90771c,_0x19dc68,_0x563fde){const _0x15864d=_0x90771c['getFirstRange'](),_0x519fe6=_0x15864d['start'],_0x4eff81=_0x15864d['end'];this['_setSuggestionRange'](_0x90771c,this['_model']['createRange'](_0x519fe6,_0x19dc68));const _0x5a6d8d=_0x2d895c(),_0x2b981e=_0x90771c['creator']['id'],_0x4a8d4f=_0x90771c['type']+(_0x90771c['subType']?':'+_0x90771c['subType']:'');this['_setSuggestionData']({'id':_0x5a6d8d,'type':_0x4a8d4f,'createdAt':new Date(),'authorId':_0x2b981e,'originalSuggestionId':_0x90771c['id'],'attributes':_0x90771c['attributes'],'data':_0x90771c['data']});const _0x6e5ac4=this['_getAttributeKey'](_0x90771c);('formatBlock'==_0x90771c['type']||_0x6e5ac4&&this['_isBlockAttribute'](_0x6e5ac4))&&(_0x563fde=this['_model']['createPositionBefore'](_0x563fde['parent'])),this['_addSuggestionMarker'](_0x4a8d4f,_0x5a6d8d,_0x2b981e,this['_model']['createRange'](_0x563fde,_0x4eff81));}['_findSuggestions'](_0x1b10ce,_0x3348ce=null){const _0x3fbc82=[],_0x3c64ea=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x1b10ce)||(_0x1b10ce=[_0x1b10ce]);for(const _0x12fa22 of this['getSuggestions']()){if(!_0x12fa22['isInContent'])continue;if(_0x3348ce&&_0x12fa22['type']!=_0x3348ce)continue;let _0x3331b2=!0x1;for(const _0x8aae45 of _0x12fa22['getRanges']()){for(const _0x407e58 of _0x1b10ce){const _0xb91710=_0x407e58['start']['isEqual'](_0x8aae45['end'])||_0x407e58['end']['isEqual'](_0x8aae45['start']);if(_0xb91710||_0x407e58['getIntersection'](_0x8aae45)){const _0x33fa8d=_0x407e58['containsRange'](_0x8aae45)&&Ut(this['_model']['schema'],_0x8aae45['start'],_0x407e58),_0x5110cc=_0x8aae45['containsRange'](_0x407e58)&&Ut(this['_model']['schema'],_0x407e58['start'],_0x8aae45);_0x3fbc82['push']({'suggestion':_0x12fa22,'meta':{'isOwn':_0x3c64ea==_0x12fa22['author'],'isNextTo':_0xb91710,'isInsideObject':_0x33fa8d,'containsRangeInObject':_0x5110cc}}),_0x3331b2=!0x0;break;}}if(_0x3331b2)break;}}return _0x3fbc82;}['_addSuggestionMarker'](_0x26298c,_0x17e639,_0x1959b4,_0x44bf03,_0x287b8a){this['_model']['change'](_0x433d48=>{let _0x1ca183='suggestion:'+_0x26298c+':'+_0x17e639+':'+_0x1959b4;_0x287b8a&&(_0x1ca183=_0x1ca183+':'+_0x287b8a),_0x433d48['addMarker'](_0x1ca183,{'range':_0x44bf03,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0xe0705c){const _0x465258=_0xe0705c['previous'],_0x3ca7a5=_0xe0705c['next'];_0xe0705c['previous']=null,_0xe0705c['next']=null,null!=_0x465258&&_0x465258['next']==_0xe0705c&&(_0x465258['next']=_0x3ca7a5),null!=_0x3ca7a5&&_0x3ca7a5['previous']==_0xe0705c&&(_0x3ca7a5['previous']=_0x465258),'ready'==this['_suggestionState']['get'](_0xe0705c)&&(this['_suggestionState']['set'](_0xe0705c,'removed'),this['fire']('suggestionUnloaded',_0xe0705c,_0x465258,_0x3ca7a5));}['_setSuggestionData'](_0x33159b){const _0x25cae5=_0x33159b['id'],_0x283fa1=this['addSuggestionData'](_0x33159b);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x9f2d96=this['editor']['plugins']['get']('PendingActions'),_0x2df6dc=_0x283fa1['hasComments'],_0x11cd5c=_0x283fa1['subType']?_0x283fa1['type']+':'+_0x283fa1['subType']:_0x283fa1['type'],_0x12896d=this['editor']['locale'],_0x57d73e=_0x9f2d96['add'](o(_0x12896d,'PENDING_ACTION_SUGGESTION')),_0xfe5148={'id':_0x25cae5,'type':_0x11cd5c,'hasComments':_0x2df6dc,'data':_0x33159b['data']||null,'originalSuggestionId':_0x33159b['originalSuggestionId']||null,'attributes':_0x283fa1['attributes']};this['_adapter']['addSuggestion'](_0xfe5148)['then'](_0x5cf141=>{_0x283fa1['_saved']=!0x0,_0x9f2d96['remove'](_0x57d73e),_0x5cf141&&_0x5cf141['createdAt']&&(this['_suggestions']['get'](_0x25cae5)['createdAt']=_0x5cf141['createdAt']);})['catch'](_0x3c2bb9=>{throw _0x49b789('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x283fa1['discard']();}),_0x283fa1['stopListening'](),this['_suggestions']['delete'](_0x283fa1['id']),this['_suggestionState']['delete'](_0x283fa1),_0x3c2bb9;});}return _0x283fa1;}['_isBlockAttribute'](_0x4a8879){return this['_blockAttributeKeys']['has'](_0x4a8879);}['_updateSuggestionData'](_0x25dc0f,_0x5e4cbf){const _0x67ee92=this['editor']['plugins']['get']('PendingActions'),_0x50147a=this['getSuggestion'](_0x25dc0f);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x50147a['_saved']){const _0x396df7=_0x67ee92['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x25dc0f,_0x5e4cbf)['then'](()=>{_0x67ee92['remove'](_0x396df7);});}else _0x50147a['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x25dc0f,_0x5e4cbf);});}}['_getSuggestionData'](_0x4f55a4){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x3e1631('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x4f55a4);}['_handleNewSuggestionMarker'](_0x5a78f0){const {id:_0x736614,type:_0x2b5e90,subType:_0x445977,authorId:_0x53032a}=this['_splitMarkerName'](_0x5a78f0),_0x22386a=this['_suggestions']['get'](_0x736614)||this['_createSuggestion'](_0x2b5e90,_0x445977,_0x736614,_0x53032a,{});switch(this['_checkSuggestionCorrectness'](_0x22386a,_0x2b5e90,_0x445977,_0x53032a),this['_suggestionState']['get'](_0x22386a)){case'notReady':this['_getSuggestionData'](_0x736614)['then'](_0xd91e19=>{let _0x349b76=Promise['resolve']();_0xd91e19['hasComments']&&(_0x349b76=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x736614})),_0x349b76['then'](()=>{this['addSuggestionData'](_0xd91e19)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x22386a,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x736614,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x22386a,'ready'),this['fire']('suggestionLoaded',_0x22386a);break;case'ready':this['fire']('suggestionChanged',_0x22386a);}return _0x22386a['addMarkerName'](_0x5a78f0),_0x22386a;}['_refreshSuggestionsChain'](_0x3cecc0){const _0x318e85=Array['from'](_0x3cecc0),_0x2771b4=_0x318e85['filter'](_0x2f68ea=>'attribute'==_0x2f68ea['type']);this['_refreshAttributeSuggestionsChain'](_0x2771b4);const _0x258900=_0x318e85['filter'](_0x337393=>!_0x337393['isMultiRange']&&'attribute'!=_0x337393['type']),_0x1fce45=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x2c9099=>!_0x2c9099['isMultiRange']&&'attribute'!=_0x2c9099['type']),_0x2a8e94=_0x1fce45['filter'](_0x8a7297=>!_0x3cecc0['has'](_0x8a7297)),_0x2b1a64=new Map(_0x1fce45['map'](_0x367e25=>[_0x367e25,this['_suggestionFactory']['getSuggestionCallback'](_0x367e25['type'],_0x367e25['subType'],'chain')])),_0x2b2e4b=new Map(_0x1fce45['map'](_0x35144f=>[_0x35144f,_0x35144f['getFirstRange']()])),_0xacad8e=new Set(),_0x4c88d4=new Set();for(let _0x355454=0x0;_0x355454<_0x258900['length'];_0x355454++)_0x2b2d4d(_0x258900[_0x355454],_0x258900,_0x355454+0x1);for(let _0x3a5d14=0x0;_0x3a5d14<_0x258900['length'];_0x3a5d14++)_0x2b2d4d(_0x258900[_0x3a5d14],_0x2a8e94,0x0);const _0x39e2dc=new Set();for(let _0x3555c6=0x0;_0x3555c6<_0x258900['length'];_0x3555c6++){const _0x31d777=_0x258900[_0x3555c6];!_0x4c88d4['has'](_0x31d777)&&_0x31d777['previous']&&(_0x39e2dc['add'](_0x31d777['previous']),_0x31d777['previous']['next']===_0x31d777&&(_0x31d777['previous']['next']=null),_0x31d777['previous']=null),!_0xacad8e['has'](_0x31d777)&&_0x31d777['next']&&(_0x39e2dc['add'](_0x31d777['next']),_0x31d777['next']['previous']===_0x31d777&&(_0x31d777['next']['previous']=null),_0x31d777['next']=null);}function _0x2b2d4d(_0x4881ef,_0x2047e9,_0x2a9ee9){for(let _0x3fe39d=_0x2a9ee9;_0x3fe39d<_0x2047e9['length'];_0x3fe39d++){const _0x46744d=_0x45671a(_0x4881ef,_0x2047e9[_0x3fe39d]);_0x46744d&&(_0x46744d[0x0]['next']=_0x46744d[0x1],_0x46744d[0x1]['previous']=_0x46744d[0x0],_0xacad8e['add'](_0x46744d[0x0]),_0x4c88d4['add'](_0x46744d[0x1]));}}function _0x45671a(_0x4f985b,_0xc0f768){if(_0x4f985b['author']['id']!==_0xc0f768['author']['id'])return null;const _0x339d59=_0x2b1a64['get'](_0x4f985b)(_0x4f985b,_0xc0f768,_0x2b2e4b['get'](_0x4f985b),_0x2b2e4b['get'](_0xc0f768));if(!_0x339d59)return null;return _0x2b1a64['get'](_0xc0f768)(_0x4f985b,_0xc0f768,_0x2b2e4b['get'](_0x4f985b),_0x2b2e4b['get'](_0xc0f768))?_0x339d59[0x1]['commentThread']&&_0x339d59[0x1]['commentThread']['length']?null:_0x339d59:null;}_0x39e2dc['size']&&this['_refreshSuggestionsChain'](_0x39e2dc);}['_refreshAttributeSuggestionsChain'](_0xbd8c38){if(0x0==_0xbd8c38['length'])return;const _0x2b7b34=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x45f687=>'attribute'==_0x45f687['type']&&_0x45f687['_isDataLoaded']),_0x333b04=[],_0x2c61b5=new Map();for(const _0x1cd6d9 of _0x2b7b34){const _0x4ed034=_0x8f40a1(_0x1cd6d9['attributes']);_0x2c61b5['has'](_0x4ed034)||(_0x2c61b5['set'](_0x4ed034,_0x333b04['length']),_0x333b04['push']([]));const _0x139c2c=_0x2c61b5['get'](_0x4ed034);_0x333b04[_0x139c2c]['push'](_0x1cd6d9);}!(function(){_0x333b04['sort']((_0x57c0ed,_0x4ecd80)=>{const _0x4f542c=_0x57c0ed[0x0]['createdAt'],_0x3aac41=_0x4ecd80[0x0]['createdAt'];return _0x4f542c==_0x3aac41?_0x57c0ed[0x0]['attributes']['groupId']<_0x4ecd80[0x0]['attributes']['groupId']?-0x1:0x1:_0x4f542c<_0x3aac41?-0x1:0x1;});for(const _0x16f0f5 of _0x333b04)_0x16f0f5['sort']((_0x295c28,_0x3a80b9)=>_0x295c28['id']<_0x3a80b9['id']?-0x1:0x1);}());for(let _0x505180=0x0;_0x505180<_0x333b04['length'];_0x505180++){if(0x0==_0x333b04[_0x505180]['length'])continue;const _0x46c3c5=[];for(let _0x61bbee=_0x505180+0x1;_0x61bbee<_0x333b04['length'];_0x61bbee++)0x0!=_0x333b04[_0x61bbee]['length']&&_0x433d6d(_0x333b04[_0x505180],_0x333b04[_0x61bbee])&&_0x46c3c5['push'](_0x61bbee);for(const _0x15847c of _0x46c3c5)_0x333b04[_0x505180]=_0x333b04[_0x505180]['concat'](_0x333b04[_0x15847c]),_0x333b04[_0x15847c]=[];}for(const _0x249312 of _0x333b04)for(let _0x4d3d98=0x0;_0x4d3d98<_0x249312['length'];_0x4d3d98++){const _0x5bb6aa=_0x249312[_0x4d3d98+0x1]||null;_0x249312[_0x4d3d98]['next']!==_0x5bb6aa&&(_0x249312[_0x4d3d98]['next']=_0x5bb6aa);}for(const _0x3cbfed of _0x333b04)for(let _0x471c45=0x0;_0x471c45<_0x3cbfed['length'];_0x471c45++){const _0xe70ebb=_0x3cbfed[_0x471c45-0x1]||null;_0x3cbfed[_0x471c45]['previous']!==_0xe70ebb&&(_0x3cbfed[_0x471c45]['previous']=_0xe70ebb);}function _0x433d6d(_0x339bf1,_0x502ab4){if(_0x339bf1[0x0]['attributes']['groupId']!==_0x502ab4[0x0]['attributes']['groupId']&&_0x339bf1[0x0]['author']!==_0x502ab4[0x0]['author'])return!0x1;if(!function(_0x400d5e,_0x5b7b36){if(!_0x400d5e['hasComments']&&!_0x5b7b36['hasComments'])return!0x0;if(_0x400d5e['hasComments']&&_0x5b7b36['hasComments'])return!0x1;if(_0x400d5e['hasComments']&&_0x5b7b36['createdAt']<_0x400d5e['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x5b7b36['hasComments']&&_0x400d5e['createdAt']<_0x5b7b36['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x339bf1[0x0],_0x502ab4[0x0]))return!0x1;const _0xfd3834=xt(_0x339bf1[0x0]['attributes'],'groupId'),_0x498860=xt(_0x502ab4[0x0]['attributes'],'groupId');if(!_0xf684d1(_0xfd3834,_0x498860))return!0x1;return!!_0x339bf1['every'](_0x2806ca=>_0x502ab4['some'](_0x5d2e93=>_0x2806ca['getFirstRange']()['isEqual'](_0x5d2e93['getFirstRange']())))&&_0x502ab4['every'](_0xd57e9d=>_0x339bf1['some'](_0x459c80=>_0xd57e9d['getFirstRange']()['isEqual'](_0x459c80['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x4ddac7){const _0xa45f8d=Array['from'](_0x4ddac7),_0x21ba2b=this['getSuggestions']({'skipNotAttached':!0x0}),_0x2083ca=_0x21ba2b['filter'](_0xa4f62d=>!_0x4ddac7['has'](_0xa4f62d)),_0xdfdf28=new Map(_0xa45f8d['map'](_0x107970=>[_0x107970,this['_suggestionFactory']['getSuggestionCallback'](_0x107970['type'],_0x107970['subType'],'join')])),_0x1be610=new Map(_0x21ba2b['map'](_0x3347c8=>[_0x3347c8,_0x3347c8['getRanges']()]));for(let _0x2b3e9d=0x0;_0x2b3e9d<_0xa45f8d['length'];_0x2b3e9d++){if(_0x231fc8(this,_0xa45f8d[_0x2b3e9d],_0xa45f8d,_0x2b3e9d+0x1))return!0x0;}for(let _0x41425b=0x0;_0x41425b<_0xa45f8d['length'];_0x41425b++){if(_0x231fc8(this,_0xa45f8d[_0x41425b],_0x2083ca,0x0))return!0x0;}return!0x1;function _0x231fc8(_0x4217c1,_0x477a00,_0x4461da,_0x324be7){for(let _0x4a971c=_0x324be7;_0x4a971c<_0x4461da['length'];_0x4a971c++){const _0xf9bddf=_0x4461da[_0x4a971c];if(_0xf9bddf['type']!==_0x477a00['type']||_0xf9bddf['author']['id']!==_0x477a00['author']['id']||_0xf9bddf['subType']!==_0x477a00['subType'])continue;if(!qt(_0x477a00,_0xf9bddf))continue;if('attribute'==_0x477a00['type']&&_0x477a00['data']['oldValue']!=_0xf9bddf['data']['oldValue'])continue;if('attribute'==_0x477a00['type']&&_0x4217c1['_isBlockAttribute'](_0x477a00['data']['key']))continue;if('formatBlock'==_0x477a00['type']){const _0x1273bc=_0x4217c1['editor']['model'],_0x4e3b71=_0x477a00['getContainedElement']();if(_0x4e3b71&&(_0x1273bc['schema']['isObject'](_0x4e3b71)||_0x1273bc['schema']['isLimit'](_0x4e3b71)))continue;}const _0x177f66=_0xdfdf28['get'](_0x477a00),_0x337b21=_0x1be610['get'](_0x477a00),_0x30d333=_0x1be610['get'](_0xf9bddf),_0x5a7c6e=_0x477a00['commentThread']&&_0x477a00['commentThread']['length'],_0x5a1721=_0xf9bddf['commentThread']&&_0xf9bddf['commentThread']['length'];if(!_0x5a7c6e&&_0x177f66(_0x30d333,_0x337b21))return _0x4217c1['_joinSuggestions'](_0xf9bddf,_0x477a00),_0x1be610['delete'](_0x477a00),!0x0;if(!_0x5a1721&&_0x177f66(_0x337b21,_0x30d333))return _0x4217c1['_joinSuggestions'](_0x477a00,_0xf9bddf),_0x1be610['delete'](_0xf9bddf),!0x0;}return!0x1;}}['_joinSuggestions'](_0x6efabf,_0x58d148){if(_0x6efabf['isMultiRange']){for(const _0x1deb7a of _0x58d148['getRanges']())_0x6efabf['addRange'](_0x1deb7a);}else{const _0x594bac=_0x58d148['getFirstRange']()['end'];this['_setSuggestionRange'](_0x6efabf,this['_model']['createRange'](_0x6efabf['getFirstRange']()['start'],_0x594bac));}_0x58d148['removeMarkers']();}['_getMarkerAnnouncementText'](_0x10d3b8,_0x1bdc05,_0x54e6a4){const _0x291ca6=_0x10d3b8['startsWith']('format')||_0x10d3b8['startsWith']('attribute')?'FORMATTING':_0x10d3b8['toUpperCase']();return o(this['editor']['locale'],_0x1bdc05+'_'+_0x291ca6+'_SUGGESTION_ANNOUNCEMENT',_0x54e6a4);}['_initAriaMarkerChangeAnnouncements'](){const _0x2f92bd=this['editor'];if(!_0x2f92bd['ui'])return;const {ariaLiveAnnouncer:_0x130be1}=_0x2f92bd['ui'];_0xbbac63(this['_model'],({left:_0x85e9aa,entered:_0x1691db})=>{for(const _0x560b10 of _0x85e9aa){const {group:_0x142f67,type:_0x19f79b}=this['_splitMarkerName'](_0x560b10['name']);if('suggestion'===_0x142f67){_0x130be1['announce'](this['_getMarkerAnnouncementText'](_0x19f79b,'LEAVE'));break;}}for(const _0xcd25f of _0x1691db){const {group:_0x46a2c9,type:_0x2dfd15}=this['_splitMarkerName'](_0xcd25f['name']);if('suggestion'===_0x46a2c9){_0x130be1['announce'](this['_getMarkerAnnouncementText'](_0x2dfd15,'ENTER',_0x5e421e(_0x471202)));break;}}});}['_processAttributeChanges'](_0x41bb5d){if(this['_recordAttributeSuggestions'])return!0x1;const _0xd1516c=this['editor'],_0x14539e=_0xd1516c['model']['document']['differ']['getChanges']();if(0x0==_0x14539e['length'])return!0x1;const _0x4f5c2b=[],_0x111ace=_0x14539e['filter'](_0x4832bb=>'attribute'==_0x4832bb['type']),_0x12c1e1=_0x14539e['filter'](_0x499ea9=>'insert'==_0x499ea9['type']&&'$text'!=_0x499ea9['name']),_0x229f16=_0x14539e['filter'](_0xc794cb=>'remove'==_0xc794cb['type']&&'$text'!=_0xc794cb['name']);for(const _0xd3249f of _0x111ace)_0x4f5c2b['push']({'key':_0xd3249f['attributeKey'],'newValue':_0xd3249f['attributeNewValue'],'oldValue':_0xd3249f['attributeOldValue'],'range':Lt(_0xd3249f['range'],_0xd1516c['model'])});for(const _0x1cc8b4 of _0x12c1e1){const _0x281184=_0x229f16['find'](_0x1f12c2=>_0x1f12c2['position']['isEqual'](_0x1cc8b4['position']));_0x281184&&_0x4f5c2b['push']({'key':m,'newValue':_0x1cc8b4['name'],'oldValue':_0x281184['name'],'range':_0xd1516c['model']['createRangeOn'](_0x1cc8b4['position']['nodeAfter'])});}return 0x0!=_0x4f5c2b['length']&&this['_reduceExistingSuggestions'](_0x41bb5d,_0x4f5c2b);}['_processAttributeSuggestions'](_0x4f9108){let _0x26f78f=!0x1;const _0x4e82ca=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x175e63=>_0x175e63['data']['newRange']&&_0x175e63['name']['startsWith']('suggestion:attribute:'));for(const _0x457773 of _0x4e82ca){const {subType:_0x4119ac,id:_0x7976f4}=this['_splitMarkerName'](_0x457773['name']),_0x177e14=_0x4119ac['split']('|')[0x0];for(const _0x4cb00c of this['getSuggestions']({'skipNotAttached':!0x0}))_0x4cb00c['id']!=_0x7976f4&&'attribute'==_0x4cb00c['type']&&_0x4cb00c['data']&&_0x4cb00c['data']['key']==_0x177e14&&_0x4cb00c['getFirstRange']()['isIntersecting'](_0x457773['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x4cb00c,_0x457773['data']['newRange'],_0x4f9108),_0x26f78f=!0x0);}return _0x26f78f;}['_recordAttributeChanges'](_0x2a5a74){this['_recordAttributeSuggestions']=!0x0,_0x2a5a74();}['_isRegisteredAttribute'](_0x280d56){const _0xbfce38=this['_isBlockAttribute'](_0x280d56),_0x279a66=this['_inlineAttributeKeys']['has'](_0x280d56);return _0xbfce38||_0x279a66;}['_reduceExistingSuggestions'](_0x3ab3c5,_0x3d3b01){if(0x0==_0x3d3b01['length'])return!0x1;let _0x3aaa64=!0x1;for(const _0x34f0a4 of _0x3d3b01){const _0x576108=this['_findSuggestions'](_0x34f0a4['range'],'attribute')['filter'](_0x189de0=>!_0x189de0['meta']['isNextTo'])['map'](_0x2f4fa1=>_0x2f4fa1['suggestion']),_0x3af47a=_0x8f40a1({'newValue':_0x34f0a4['newValue']});_0x576108['filter'](_0x4ba4bf=>{const [_0x12b386,_0x4daf0f]=_0x4ba4bf['subType']['split']('|');return _0x12b386==_0x34f0a4['key']&&_0x4daf0f!=_0x3af47a;})['forEach'](_0x4880c8=>{this['_reduceSuggestionAttributeRange'](_0x4880c8,_0x34f0a4['range'],_0x3ab3c5),_0x3aaa64=!0x0;});}return _0x3aaa64;}['_reduceSuggestionAttributeRange'](_0x5a706e,_0x28f8cf,_0x2362f0){const _0x110a46=_0x5a706e['getFirstRange']()['getDifference'](_0x28f8cf);0x0!==_0x110a46['length']?0x1!==_0x110a46['length']?this['_breakSuggestionMarker'](_0x5a706e,_0x28f8cf['start'],_0x28f8cf['end']):this['_setSuggestionRange'](_0x5a706e,_0x110a46[0x0]):_0x2362f0['removeMarker'](_0x5a706e['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x5aa6c1){this['_editor']=_0x5aa6c1,this['_model']=_0x5aa6c1['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x51926f,_0x2b4f34,_0x2fe58a,_0x215984,_0x17ea2f,_0x48e0f7){return new u(this['_model'],{'type':_0x51926f,'subType':_0x2b4f34,'id':_0x2fe58a,'author':_0x215984,'creator':_0x215984,'attributes':_0x17ea2f,'onAttributesChange':_0x48e0f7,'onAccept':(..._0x114c87)=>this['getSuggestionCallback'](_0x51926f,_0x2b4f34,'accept')(..._0x114c87),'onDiscard':(..._0x41bac5)=>this['getSuggestionCallback'](_0x51926f,_0x2b4f34,'discard')(..._0x41bac5)});}['registerCustomCallback'](_0x19143c,_0x322794,_0x2b6439,_0x5c3c3a){const _0x18ffa3=_0x19143c+':'+_0x322794+':'+_0x2b6439;this['_customCallbacks']['set'](_0x18ffa3,_0x5c3c3a);}['getSuggestionCallback'](_0x213e6f,_0x4dd70f,_0x2ab6cc){const _0x17b55e=_0x213e6f+':'+_0x4dd70f+':'+_0x2ab6cc;return this['_customCallbacks']['get'](_0x17b55e)||this['_defaultCallbacks']['get'](_0x213e6f+':'+_0x2ab6cc);}['_registerDefaultCallbacks'](){const _0x307507=()=>!0x1,_0x246007=_0xdd925a=>{_0xdd925a['sort']((_0x408daa,_0x36f418)=>_0x408daa['start']['isBefore'](_0x36f418['start'])?0x1:-0x1),this['_model']['change'](_0x519f7e=>{for(const _0x17af40 of _0xdd925a){let _0x55f89f;_0x55f89f=_0x17af40['end']['isAtEnd']&&_0x17af40['end']['parent']==_0x17af40['start']['nodeAfter']?_0x519f7e['createSelection'](_0x17af40['start']['nodeAfter'],'on'):_0x519f7e['createSelection'](_0x17af40),this['_model']['deleteContent'](_0x55f89f,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x43afa4=(_0xdda251,_0x514d8f)=>{_0x514d8f&&this['_model']['change'](_0x4d1f00=>{const {commandName:_0x1b92f5,commandParams:_0x3d3606=[]}=_0x514d8f,_0x2a7fe8=_0xdda251['map'](_0xe42977=>(Vt(_0xe42977)&&(_0xe42977=this['_model']['createRange'](_0xe42977['end'])),_0xe42977))['filter'](_0x4c9978=>'$graveyard'!==_0x4c9978['root']['rootName']);if(_0x2a7fe8['length']<0x1)return;const _0x4bf7c2=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x55a986=>_0x4b1aef['fromRange'](_0x55a986));_0x4d1f00['setSelection'](_0x2a7fe8);for(const _0x390d29 of this['_editor']['commands']['commands']())_0x390d29['refresh']();_0x3d3606['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x1b92f5,..._0x3d3606);const _0x1b464b=_0x4bf7c2['filter'](_0x5492ae=>'$graveyard'!=_0x5492ae['root']['rootName']);_0x1b464b['length']>0x0&&_0x4d1f00['setSelection'](_0x1b464b);for(const _0xd9646c of _0x4bf7c2)_0xd9646c['detach']();});},_0x32f273=(_0xbfd8b,_0x57bf1f)=>0x1==_0xbfd8b['length']&&0x1==_0x57bf1f['length']&&_0xbfd8b[0x0]['end']['isEqual'](_0x57bf1f[0x0]['start']),_0x39eee4=(_0x1fb427,_0x265258,_0xffb1c2,_0x3ef11b)=>Ht(_0x1fb427,_0x265258,_0xffb1c2,_0x3ef11b)?[_0x1fb427,_0x265258]:Ht(_0x265258,_0x1fb427,_0x3ef11b,_0xffb1c2)?[_0x265258,_0x1fb427]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x307507),this['_defaultCallbacks']['set']('insertion:discard',_0x246007),this['_defaultCallbacks']['set']('insertion:join',_0x32f273),this['_defaultCallbacks']['set']('insertion:chain',_0x39eee4),this['_defaultCallbacks']['set']('deletion:accept',_0x246007),this['_defaultCallbacks']['set']('deletion:discard',_0x307507),this['_defaultCallbacks']['set']('deletion:join',_0x32f273),this['_defaultCallbacks']['set']('deletion:chain',_0x39eee4),this['_defaultCallbacks']['set']('formatInline:accept',_0x43afa4),this['_defaultCallbacks']['set']('formatInline:discard',_0x307507),this['_defaultCallbacks']['set']('formatInline:join',_0x32f273),this['_defaultCallbacks']['set']('formatInline:chain',_0x307507),this['_defaultCallbacks']['set']('formatBlock:accept',_0x43afa4),this['_defaultCallbacks']['set']('formatBlock:discard',_0x307507),this['_defaultCallbacks']['set']('formatBlock:join',_0x32f273),this['_defaultCallbacks']['set']('formatBlock:chain',_0x307507),this['_defaultCallbacks']['set']('attribute:accept',_0x307507),this['_defaultCallbacks']['set']('attribute:discard',(_0x395187,_0x41d236)=>{if(!_0x41d236)return;const _0x5ba0b5=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x5150dc=>{if(_0x41d236['key']==m)for(const _0x12864c of _0x395187){const _0x403935=_0x12864c['start']['nodeAfter'],_0x4c929f=_0x41d236['oldValue'];_0x5150dc['rename'](_0x403935,_0x4c929f);}else{if(_0x5ba0b5['_isBlockAttribute'](_0x41d236['key'])){for(const _0x25181c of _0x395187)void 0x0!==_0x41d236['oldValue']?_0x5150dc['setAttribute'](_0x41d236['key'],_0x41d236['oldValue'],_0x25181c['start']['nodeAfter']):_0x5150dc['removeAttribute'](_0x41d236['key'],_0x25181c['start']['nodeAfter']);}else{for(const _0x4ef696 of _0x395187)_0x41d236['oldValue']?_0x5150dc['setAttribute'](_0x41d236['key'],_0x41d236['oldValue'],_0x4ef696):_0x5150dc['removeAttribute'](_0x41d236['key'],_0x4ef696);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x32f273);}}function Ut(_0x59e866,_0x2731da,_0x5a909d){for(const _0x2bc894 of _0x2731da['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x2bc894['root']==_0x2bc894)return!0x1;if(!_0x5a909d['containsItem'](_0x2bc894))return!0x1;if(_0x59e866['isObject'](_0x2bc894)||_0x59e866['isLimit'](_0x2bc894))return!0x0;}return!0x1;}function Vt(_0x7ce479){return _0x7ce479['end']['parent']==_0x7ce479['start']['nodeAfter']&&_0x7ce479['end']['isAtStart'];}function Pt(_0x2d1ac9,_0x21e156,_0x57d02f,_0xd47416){const _0x2fb787=_0x22ee94=>!_0x22ee94['item']['is']('$textProxy')&&!_0xd47416['isObject'](_0x22ee94['item']),_0x4c716f=_0x2d1ac9['start']['getLastMatchingPosition'](_0x2fb787),_0x3da222=_0x2d1ac9['end']['getLastMatchingPosition'](_0x2fb787,{'direction':'backward'});return(!_0x2d1ac9['start']['isEqual'](_0x4c716f)||!_0x2d1ac9['end']['isEqual'](_0x3da222))&&(_0x4c716f['isBefore'](_0x3da222)?_0x57d02f['updateMarker'](_0x21e156,{'range':_0x57d02f['createRange'](_0x4c716f,_0x3da222)}):_0x57d02f['removeMarker'](_0x21e156),!0x0);}function Gt(_0x4af036){return _0x8f40a1(_0x4af036);}function Ft(_0x40dbdc){const _0x489790=_0x40dbdc['start']['nodeAfter'];return _0x489790&&_0x489790['is']('element');}function Lt(_0xb05cfe,_0xee4d8b){return null==_0xb05cfe['end']['nodeBefore']&&_0xb05cfe['end']['parent']==_0xb05cfe['start']['nodeAfter']?Jt(_0xb05cfe['start']['nodeAfter'],_0xee4d8b):_0xb05cfe;}function Jt(_0x1b6099,_0x1ba32a){const _0x29c15e=_0x1ba32a['schema']['isObject'](_0x1b6099)||_0x1ba32a['schema']['isSelectable'](_0x1b6099);return _0x1ba32a['createRange'](_0x1ba32a['createPositionAt'](_0x1b6099,'before'),_0x29c15e?_0x1ba32a['createPositionAfter'](_0x1b6099):_0x1ba32a['createPositionAt'](_0x1b6099,'end'));}function Ht(_0x41cfc9,_0x40d927,_0x9485b5,_0x469084){return!!qt(_0x41cfc9,_0x40d927)&&_0x9485b5['end']['isEqual'](_0x469084['start']);}function qt(_0x4f631d,_0x8a57f5){if(!_0x4f631d['_isDataLoaded']||!_0x8a57f5['_isDataLoaded'])return!0x1;const _0x2f1717=new Set(Object['keys'](_0x4f631d['attributes'])),_0x20c59a=new Set(Object['keys'](_0x8a57f5['attributes']));if(_0x2f1717['delete']('groupId'),_0x20c59a['delete']('groupId'),0x0==_0x2f1717['size']&&0x0==_0x20c59a['size'])return!0x0;if(_0x2f1717['size']!=_0x20c59a['size'])return!0x1;const _0x21014f={..._0x4f631d['attributes']},_0x436604={..._0x8a57f5['attributes']};return delete _0x21014f['groupId'],delete _0x436604['groupId'],JSON['stringify'](_0x21014f)==JSON['stringify'](_0x436604);}function zt(_0x5cc9fe,_0x44cfc0){const _0x5682b8=Kt(_0x5cc9fe['attributes']),_0x36a62b=Kt(_0x44cfc0);if(!_0x5cc9fe['_isDataLoaded'])return!0x1;for(const _0x167e4c of Object['keys'](_0x36a62b))if(!_0xf684d1(_0x5682b8[_0x167e4c],_0x36a62b[_0x167e4c]))return!0x1;return!0x0;}function Kt(_0xe8ffb8){const _0x31c63d=Object['assign']({},_0xe8ffb8);return delete _0x31c63d['skipNestingCheck'],delete _0x31c63d['tablePasteChainId'],_0x31c63d;}class ge extends/* #__PURE__ -- @preserve */
|
|
25
|
-
_0x202400(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x472c07,_0x3975f9,_0x4fe14f,_0x4ce18a){super(),this['model']=_0x3975f9,this['view']=_0x4fe14f,this['commentThreadController']=_0x4ce18a,this['_editor']=_0x472c07,this['_acceptCommand']=_0x472c07['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x472c07['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x21b5f6,_0x5b936b)=>_0x21b5f6||_0x5b936b),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x3508d4=>_0x3508d4&&this['_editor']['model']['canEditAt'](_0x3975f9['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x2812cc=>_0x2812cc&&this['_editor']['model']['canEditAt'](_0x3975f9['getRanges']())),this['_pendingAction']=null,_0x4fe14f['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x4fe14f,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x4fe14f,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x4fe14f,'change:isDirty',()=>{_0x4fe14f['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 _0x653b71=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x653b71);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class as extends _0xa25bf7{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x436fc1,_0x4d5989,_0x2f705a,_0x1b2522){super(_0x436fc1),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x277183(_0x436fc1,o(_0x436fc1,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x4d5989['authoredAt']),this['bind']('authoredAt')['to'](_0x4d5989),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',_0x4d5989,'authoredAt',this,'descriptionParts',(_0x461541,_0x2eef9e,_0x207ede)=>{const _0x54aee7=_0x207ede['map'](_0x788c2f=>ns(_0x788c2f['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x461541-0x1,_0x4d5989['author']['name'],_0x2eef9e?_0x1b2522['formatDateTime'](_0x2eef9e):'',new DOMParser()['parseFromString'](_0x54aee7,'text/html')['body']['textContent']]);}),this['focusables']=new _0x4ca41b(),this['focusTracker']=new _0x4a23c5(),this['keystrokes']=new _0x3e3b67(),this['focusCycler']=new ts({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x5e1692=>_0x5e1692['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x4d5989,this['_localUser']=_0x2f705a,this['_config']=_0x1b2522,_0x1b2522['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x135e20(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x33a8db}=this['_config'];this['commentsListView']=new _0x33a8db(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',_0x419c31=>_0x419c31+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x11732a,_0x2c226e)=>_0x11732a||!!_0x2c226e);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x36f966}=this['_config'],_0x192be3=new _0x36f966(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x14c8f5=_0x192be3['commentInputView'];return _0x192be3['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x14c8f5,'value',(_0x1b8dc2,_0x1b41cb,_0x1470de)=>!!_0x1470de||_0x1b8dc2&&!_0x1b41cb),_0x14c8f5['on']('submit',(_0x10e338,_0x45227e)=>{this['fire']('addComment',_0x45227e),_0x14c8f5['editor']['setData']('');}),_0x14c8f5['on']('cancel',()=>this['focus']()),_0x14c8f5['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x192be3;}}class de extends as{['suggestionView'];['_descriptionElement'];constructor(_0x4002b4,_0x20fe6e,_0x1725c2,_0x964503){super(_0x4002b4,_0x20fe6e,_0x1725c2,_0x964503),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0xfd9153=>_0xfd9153&&_0xfd9153[0x0]?_0xfd9153[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x53bd42,_0x3ade88)=>{let _0x1990c7='';for(const _0x576095 of _0x53bd42)_0x1990c7+='<p>'+ns(_0x576095['content'],_0x576095['color'])+'</p>';return _0x3ade88?_0x1990c7:ti(_0x1990c7,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x964503['SuggestionView'](_0x4002b4,_0x20fe6e,{'formatDateTime':_0x964503['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 _0x2e73e8=this['bindTemplate'],_0x1b6fb1=[this['suggestionView']];return this['commentsListView']&&_0x1b6fb1['push'](this['commentsListView']),this['commentThreadInputView']&&_0x1b6fb1['push'](this['commentThreadInputView']),_0x1b6fb1['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x2e73e8['if']('isActive','ck-suggestion-wrapper--active'),_0x2e73e8['to']('type',_0x41b4bc=>'ck-suggestion-'+_0x41b4bc),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':_0x2e73e8['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x1b6fb1};}['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 ue extends _0xa25bf7{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x5d734a,_0x994681,_0x2d7642){super(_0x5d734a),this['_model']=_0x994681,this['_config']=_0x2d7642,this['set']('description',''),this['bind']('authoredAt')['to'](_0x994681),this['acceptButton']=this['_createButton'](o(_0x5d734a,'Accept\x20suggestion'),_0x17dfe6['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x5d734a,'Discard\x20suggestion'),_0x17dfe6['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x285333(_0x5d734a,_0x994681['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x4ca41b([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x4a23c5(),this['keystrokes']=new _0x3e3b67(),this['focusCycler']=new ts({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x11c5be=>_0x11c5be['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x2118c3=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x2118c3['innerHTML']=this['description'],this['on']('change:description',(_0x202a96,_0xc97a87,_0x3f24bf)=>{_0x2118c3['innerHTML']=_0x3f24bf;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x22e94b=this['bindTemplate'],_0xa8eb0d=[{'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']}},{'tag':'time','attributes':{'datetime':_0x22e94b['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x22e94b['to']('authoredAt',_0x38e929=>this['_config']['formatDateTime'](_0x38e929))}]}]},{'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']&&_0xa8eb0d['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':_0xa8eb0d}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):o(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x799ec1,_0x3f4eab,_0x35e77b,_0x137625,_0x136872){const _0x3b381d=new _0x644c1d(this['locale']);return _0x3b381d['set']({'label':_0x799ec1,'icon':_0x3f4eab,'tooltip':!0x0,'tooltipPosition':_0x136872}),_0x3b381d['extendTemplate']({'attributes':{'class':_0x35e77b}}),_0x3b381d['on']('execute',()=>{this['fire'](_0x137625,this['_model']['id']);}),_0x3b381d;}['_setupKeyboardNavigation'](){const _0x390c5d=this['element'];this['keystrokes']['listenTo'](_0x390c5d);for(const _0x4bc56e of this['focusables'])this['focusTracker']['add'](_0x4bc56e['element']),this['keystrokes']['listenTo'](_0x4bc56e['element']);this['keystrokes']['set']('enter',(_0x1be2a9,_0x3bfb7e)=>{_0x390c5d===_0x1be2a9['target']&&(this['focusCycler']['focusFirst'](),_0x3bfb7e());}),this['keystrokes']['set']('esc',(_0x1c2609,_0x4a8410)=>{_0x390c5d!==_0x1c2609['target']&&(this['focus'](),_0x4a8410());});}}var Ce='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M6.182\x205.514a.643.643\x200\x200\x200-.636.64v-.001a.636.636\x200\x200\x200\x20.636.639h5.682a.641.641\x200\x200\x200\x20.636-.638.637.637\x200\x200\x200-.636-.64H6.182Z\x22/><path\x20d=\x22M6.182\x208.5a.642.642\x200\x200\x200-.588.882.636.636\x200\x200\x200\x20.588.395h5.682a.641.641\x200\x200\x200\x20.636-.639.635.635\x200\x200\x200-.636-.638H6.182Z\x22/><path\x20d=\x22M6.18\x2011.5a.64.64\x200\x200\x200\x200\x201.278h3.133a.64.64\x200\x200\x200\x200-1.278H6.18Z\x22/><path\x20d=\x22m11.772\x2018.308.154-.23c-.195-.098-.304-.192-.328-.28-.024-.09\x200-.274.076-.551.062-.166.099-.296.11-.393a2.934\x202.934\x200\x200\x200\x200-.479c-.137-.41-.2-.685-.186-.83.013-.145.117-.335.313-.57l4.465-6.207c.356-.6\x201.059-.56\x202.11.118\x201.05.68\x201.443\x201.272\x201.177\x201.772l-3.876\x206.833c-.105.27-.22.444-.347.515-.128.07-.4.119-.813.139a2.954\x202.954\x200\x200\x200-.487.21c-.127.09-.244.193-.347.31-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.739Zm-.184.274\x201.039.727-.26.34h-1.496l.717-1.067Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M3.272\x201A1.28\x201.28\x200\x200\x200\x202\x202.28v14.439a1.276\x201.276\x200\x200\x200\x201.272\x201.28h6.838a2.13\x202.13\x200\x200\x201\x20.003-.61c.024-.18.066-.363.113-.534.012-.046.027-.092.043-.136.011-.029.02-.052.025-.069v-.008a7.395\x207.395\x200\x200\x201-.042-.142H3.5V2.46s11\x20.002\x2011\x20.005v6.341l.627-.872c.204-.32.49-.614.873-.819V2.281c0-.707-.569-1.28-1.272-1.28L3.272\x201ZM16\x209.29l-1.5\x202.085V16.5h-2.708c.005.118.002.236-.007.354a.904.904\x200\x200\x201-.013.075l-.001.005a3.108\x203.108\x200\x200\x201-.097.312c-.027.101-.048.19-.062.266a.734.734\x200\x200\x200-.014.287.25.25\x200\x200\x200\x20.068.105.65.65\x200\x200\x200\x20.088.074l.017.011.016.01h.175L14.73\x2018c.697\x200\x201.271-.573\x201.271-1.281v-7.43Z\x22/></svg>\x0a';class d extends _0x1a8d41{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x13f3e8,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x1ff67a){super(_0x1ff67a),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x1eac85=this['editor']['config'];_0x1eac85['define']('trackChanges.SuggestionThreadView',de),_0x1eac85['define']('trackChanges.SuggestionView',ue),_0x1eac85['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x1eac85['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x490d16,_0xc0fe72){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x40ef70,_0x522f99]of this['_handleControllerBuffer']){const _0x523edf=this['_suggestionToController']['has'](_0x40ef70);_0x523edf||_0x522f99?_0x523edf&&_0x522f99&&this['_destroyController'](_0x40ef70):this['_initializeController'](_0x40ef70);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x490d16,_0xc0fe72);}['init'](){const _0x420071=this['editor'],_0x51c4d6=_0x420071['plugins']['get']('TrackChangesEditing'),_0x4a1cc0=_0x420071['plugins']['get']('Annotations'),_0x39d860=_0x420071['plugins']['get']('EditorAnnotations'),_0x3b4490=_0x420071['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x39d860['addSourceCollector'](()=>{const _0x48dc24=[];for(const [_0x2fc8b7,_0x492dbf]of Array['from'](this['_suggestionToController'])){const _0x33d024=_0x2fc8b7['getAllAdjacentSuggestions'](),_0x1e3b15=[];for(const _0x5084ec of _0x33d024){if(!_0x5084ec['isInContent'])continue;if(_0x5084ec['isMultiRange']){_0x1e3b15['push'](..._0x5084ec['getRanges']());continue;}const _0x5bf926=_0x5084ec['getFirstRange']();if(_0x1e3b15['length']>0x0){const _0x9ff28a=_0x1e3b15[0x0]['getJoined'](_0x5bf926);if(_0x9ff28a){_0x1e3b15[0x0]=_0x9ff28a;continue;}}_0x1e3b15['push'](_0x5bf926);}_0x48dc24['push']([_0x492dbf['view'],_0x1e3b15]);}return _0x48dc24;}),this['listenTo'](_0x51c4d6,'suggestionLoaded',(_0x34ddfc,_0x10d11a)=>{this['listenTo'](_0x10d11a,'change:previous',(_0x281d0e,_0x588997,_0x353674,_0x4b5747)=>{_0x10d11a['isInContent']&&(null==_0x353674?(this['_updateController'](_0x4b5747['head']),this['_handleSuggestionControllerDelayed'](_0x10d11a,!0x1)):(this['_updateController'](_0x353674['head']),null==_0x4b5747&&this['_handleSuggestionControllerDelayed'](_0x10d11a,!0x0)));}),null!==_0x10d11a['previous']?this['_updateController'](_0x10d11a['head']):this['_handleSuggestionControllerDelayed'](_0x10d11a,!0x1);}),this['listenTo'](_0x51c4d6,'suggestionUnloaded',(_0x3c3b63,_0x100ba3,_0x3d97e1)=>{this['stopListening'](_0x100ba3,'change:previous'),this['_handleControllerBuffer']['delete'](_0x100ba3),this['_suggestionToController']['has'](_0x100ba3)&&this['_destroyController'](_0x100ba3),_0x3d97e1&&this['_updateController'](_0x3d97e1['head']);}),this['listenTo'](_0x51c4d6,'suggestionChanged',(_0x4b6f52,_0x464665)=>{this['_updateController'](_0x464665);}),this['listenTo'](_0x4a1cc0,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x3b4490,'addComment',(_0x331eb4,{threadId:_0x41527e,isFromAdapter:_0x2b3947})=>{if(_0x2b3947||!_0x51c4d6['hasSuggestion'](_0x41527e))return;const _0x505a40=_0x51c4d6['getSuggestion'](_0x41527e);this['_suggestionToController']['get'](_0x505a40)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x3c4e3d=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x4a463a;for(const _0xb6b6a1 in _0x3c4e3d){const _0x5ca4aa=_0xb6b6a1,_0x313fda=_0x3c4e3d[_0x5ca4aa];if('trackChangesLicenseKeyValid'==_0x313fda||'trackChangesLicenseKeyInvalid'==_0x313fda||'trackChangesLicenseKeyExpired'==_0x313fda||'trackChangesLicenseKeyDomainLimit'==_0x313fda||'trackChangesLicenseKeyNotAllowed'==_0x313fda||'trackChangesLicenseKeyEvaluationLimit'==_0x313fda||'trackChangesLicenseKeyTrialLimit'==_0x313fda||'trackChangesLicenseKeyDevelopmentLimit'==_0x313fda||'trackChangesLicenseKeyUsageLimit'==_0x313fda){delete _0x3c4e3d[_0x5ca4aa],_0x4a463a=_0x313fda,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x4a463a&&_0x3c4e3d['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x4a463a&&_0x3c4e3d['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x4a463a&&_0x3c4e3d['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x4a463a&&_0x3c4e3d['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x4a463a&&_0x3c4e3d['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x4a463a&&_0x3c4e3d['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyDevelopmentLimit'==_0x4a463a&&_0x3c4e3d['_showLicenseError']('developmentLimit'),'trackChangesLicenseKeyUsageLimit'==_0x4a463a&&_0x3c4e3d['_showLicenseError']('usageLimit');},0x3e8);}['_refreshActiveMarkers'](){const _0x39133f=this['editor']['plugins']['get']('Annotations'),_0x5c7f7d=this['editor']['plugins']['get']('TrackChangesEditing'),_0x34dad1=Array['from'](_0x39133f['activeAnnotations'],_0x179b0d=>_0x179b0d['innerView'])['filter'](_0x10d270=>this['_viewToController']['has'](_0x10d270)),_0x174f4b=[];for(const _0x3e3869 of _0x34dad1){const _0x4b7a4b=this['_viewToController']['get'](_0x3e3869)['model']['getAllAdjacentSuggestions']();_0x174f4b['push'](..._0x4b7a4b['reduce']((_0x5bb99b,_0x4909d5)=>[..._0x5bb99b,..._0x4909d5['getMarkerNames']()],[]));}_0x5c7f7d['activeMarkers']=_0x174f4b;}['_addUIComponentsToFactory'](){const _0x1ba869=this['editor'],_0x24c48a=_0x1ba869['locale'],_0x1c3667=o(_0x24c48a,'Track\x20changes'),_0x116e16=new _0x17dd7e([{'type':'switchbutton','model':new _0x21f38b({'withText':!0x0,'isToggleable':!0x0,'label':_0x1c3667,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x21f38b({'withText':!0x0,'label':o(_0x24c48a,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x21f38b({'withText':!0x0,'label':o(_0x24c48a,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x21f38b({'withText':!0x0,'label':o(_0x24c48a,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x21f38b({'withText':!0x0,'label':o(_0x24c48a,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x87701e of _0x116e16)if(pe(_0x87701e)){const _0xbf4215=_0x1ba869['commands']['get'](_0x87701e['model']['commandName']);_0x87701e['model']['bind']('isOn','isEnabled')['to'](_0xbf4215,'value','isEnabled');}_0x1ba869['ui']['componentFactory']['add']('trackChanges',_0x188b39=>this['_createToolbarButton'](_0x188b39,_0x116e16,_0x1c3667)),_0x1ba869['ui']['componentFactory']['add']('menuBar:trackChanges',_0xdee052=>this['_createMenuBarMenu'](_0xdee052,_0x116e16,_0x1c3667));}['_createToolbarButton'](_0x41edca,_0x5c2b7d,_0x476f49){const _0x3bc138=_0x3def1e(_0x41edca,_0x4c437f),_0x568608=this['editor']['commands']['get']('trackChanges');_0x3bc138['buttonView']['set']({'tooltip':_0x476f49,'label':_0x476f49,'icon':Ce}),_0x3bc138['buttonView']['bind']('isOn')['to'](_0x568608,'value'),_0x3bc138['buttonView']['on']('execute',()=>{_0x568608['execute'](),this['editor']['editing']['view']['focus']();}),te(_0x3bc138,_0x5c2b7d,{'role':'menu'});const _0x5b83f8=[];for(const _0x378d28 of _0x5c2b7d)pe(_0x378d28)&&_0x5b83f8['push'](this['editor']['commands']['get'](_0x378d28['model']['commandName']));const _0x1adc5b=_0x3bc138['buttonView'];return _0x1adc5b['actionView']['unbind']('isEnabled'),_0x1adc5b['arrowView']['unbind']('isEnabled'),_0x1adc5b['actionView']['bind']('isEnabled')['to'](_0x568608,'isEnabled'),_0x1adc5b['arrowView']['bind']('isEnabled')['toMany'](_0x5b83f8,'isEnabled',(..._0x57bc37)=>_0x57bc37['some'](_0x285073=>_0x285073)),_0x3bc138['on']('execute',_0xbf82ec=>{this['editor']['execute'](_0xbf82ec['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0x3bc138;}['_createMenuBarMenu'](_0x1cce64,_0x1aa107,_0x4ddb35){const _0x20e1ba=new _0x5322a7(_0x1cce64),_0xd7d76f=this['editor']['commands']['get']('trackChanges');_0x20e1ba['buttonView']['set']({'label':_0x4ddb35,'icon':Ce});const _0x3280a0=new _0x35bbff(_0x1cce64);for(const _0x49db3f of _0x1aa107){if('separator'==_0x49db3f['type']){_0x3280a0['items']['add'](new _0x4e1e14(_0x1cce64));continue;}const _0x1dd7ff=new _0x5e26ef(_0x1cce64,_0x20e1ba),_0x5c0376=new _0x3f9e9d(_0x1cce64),_0x5082b9=_0x49db3f['model'];_0x5c0376['bind'](...Object['keys'](_0x5082b9))['to'](_0x5082b9),_0x5c0376['delegate']('execute')['to'](_0x20e1ba),_0x5c0376['on']('execute',()=>{this['editor']['execute'](_0x5082b9['commandName']),this['editor']['editing']['view']['focus']();}),_0x1dd7ff['children']['add'](_0x5c0376),_0x3280a0['items']['add'](_0x1dd7ff);}return _0x20e1ba['bind']('isEnabled')['to'](_0xd7d76f,'isEnabled'),_0x20e1ba['panelView']['children']['add'](_0x3280a0),_0x20e1ba;}['_initializeController'](_0x2955cd){const _0x15453e=this['editor'],_0x2e8a65=_0x15453e['config'],_0x3179ec=_0x15453e['plugins']['get']('Annotations'),_0xc90b33=_0x15453e['plugins']['get']('CommentsRepository'),_0x54cc49=_0x15453e['plugins']['get']('EditorAnnotations'),_0x58fcca=_0x15453e['plugins']['get'](_0x13f3e8)['me'],_0xb9e1b4=_0x2e8a65['get']('trackChanges')['SuggestionThreadView'],_0x82ccdd=_0x2e8a65['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x2623b0,CommentThreadInputView:_0x1760c5}=_0x15453e['plugins']['get']('CommentsUI');let _0xc70a5,_0x15bcaf,_0x40e5d5;this['_annotationViews']['has'](_0x2955cd['id'])?(_0x15bcaf=this['_annotationViews']['get'](_0x2955cd['id']),_0xc70a5=_0x15bcaf['mainView']):(_0xc70a5=new _0xb9e1b4(_0x15453e['locale'],_0x2955cd,_0x58fcca,{'disableComments':this['_disableComments'],'editorConfig':{..._0x2e8a65['get']('comments.editorConfig'),'licenseKey':_0x2e8a65['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x2e8a65['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x2e8a65['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x2e8a65['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x1b6053(_0x2e8a65['get']('locale')),'CommentView':_0x2e8a65['get']('comments')['CommentView'],'CommentsListView':_0x2623b0,'CommentThreadInputView':_0x1760c5,'SuggestionView':_0x82ccdd}),_0xc70a5['suggestionView']['acceptButton']['on']('execute',()=>{_0x15453e['editing']['view']['focus']();}),_0xc70a5['suggestionView']['discardButton']['on']('execute',()=>{_0x15453e['editing']['view']['focus']();}),_0x15bcaf=_0x3179ec['createAnnotationView'](this['editor']['locale'],_0xc70a5),_0x15bcaf['bind']('isDirty')['to'](_0xc70a5,'isDirty'),_0x15bcaf['bind']('length')['to'](_0xc70a5),_0x15bcaf['bind']('type')['to'](_0xc70a5,'type',_0x5b4f33=>'suggestion-'+_0x5b4f33),_0xc70a5['on']('escape',()=>{_0x40e5d5['fire']('escape');}),this['_annotationViews']['set'](_0x2955cd['id'],_0x15bcaf));const _0x80a3b5=_0xc90b33['createCommentThreadController'](_0x2955cd['commentThread'],_0xc70a5),_0x461a9c=new ge(_0x15453e,_0x2955cd,_0xc70a5,_0x80a3b5),_0x477894=_0x2955cd['getAllAdjacentSuggestions']()['filter'](_0x484f06=>_0x484f06['isInContent']);_0xc70a5['descriptionParts']=_0x15453e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x477894),this['_suggestionToController']['set'](_0x2955cd,_0x461a9c),this['_viewToController']['set'](_0xc70a5,_0x461a9c),_0x40e5d5=_0x3179ec['createAnnotation']({'view':_0x15bcaf,'target':()=>{const _0x309aec=[],_0x216132=_0x2955cd['getAllAdjacentSuggestions']()['filter'](_0x12d5d9=>_0x12d5d9['isInContent']);for(const _0x5eeebb of _0x216132)_0x309aec['push'](..._0x5eeebb['getMarkers']());return _0x403b26(_0x15453e['editing'],_0x309aec);},'type':()=>'suggestion-'+_0x461a9c['view']['type']}),_0xc90b33['_bindAnnotationToEditors'](_0xc70a5,_0x40e5d5),_0x3179ec['add'](_0x40e5d5),_0x54cc49['registerAnnotation'](_0x40e5d5);}['_destroyController'](_0x303424){const _0x59c21a=this['editor']['plugins']['get']('CommentsRepository'),_0x3e3959=this['editor']['plugins']['get']('Annotations'),_0x4d08c4=this['_suggestionToController']['get'](_0x303424),_0x567fd8=_0x4d08c4['view'],_0x4ac845=_0x3e3959['getByInnerView'](_0x567fd8);_0x59c21a['_unbindEditors'](_0x567fd8),_0x4ac845&&_0x3e3959['remove'](_0x4ac845),this['_suggestionToController']['delete'](_0x303424),this['_viewToController']['delete'](_0x567fd8),_0x4d08c4['destroy']();}['_updateController'](_0x2693e4){if(!_0x2693e4['isInContent']||!this['_suggestionToController']['has'](_0x2693e4))return;const _0x41204f=this['editor']['plugins']['get']('TrackChangesEditing'),_0x170c44=this['_suggestionToController']['get'](_0x2693e4),_0x44a1f9=_0x2693e4['getAllAdjacentSuggestions']();_0x170c44['view']['descriptionParts']=_0x41204f['descriptionFactory']['getDescriptions'](_0x44a1f9);}['destroy'](){for(const _0x32a049 of this['_suggestionToController']['keys']())this['_destroyController'](_0x32a049);for(const _0x29ce9e of this['_annotationViews']['values']())_0x29ce9e['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function pe(_0xaae326){return'model'in _0xaae326;}class k extends _0x1a8d41{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x537a79){this['editor']['plugins']['get'](p)['adapter']=_0x537a79;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x2f7ae1){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x2f7ae1);}['getSuggestions']({skipNotAttached:_0x4c8a30=!0x1,toJSON:_0x5c507e=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x4c8a30,'toJSON':_0x5c507e});}['getSuggestion'](_0x131fa9){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x131fa9);}}const w=['Pagination'];class T extends _0x1a8d41{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x4ceae9=this['editor'];if(_0x4ceae9['config']['define']('trackChangesData.editorCreator',_0xfde0ff=>{const _0x10d0d3=_0x4ceae9['model']['document']['getRootNames']()['reduce']((_0x53dbd0,_0x3e2e50)=>(_0x53dbd0[_0x3e2e50]='',_0x53dbd0),{});return _0x4ceae9['constructor']['create'](_0x10d0d3,_0xfde0ff);}),'function'!=typeof _0x4ceae9['config']['get']('trackChangesData')['editorCreator'])throw new _0x3e1631('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x3bc442){return N(this['editor'],!0x0,_0x3bc442);}['getDataWithDiscardedSuggestions'](_0x586b1b){return N(this['editor'],!0x1,_0x586b1b);}}class D extends _0x1a8d41{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x50449d){function _0x3f003f(_0x34f43b){return _0x34f43b['map'](_0x575cf8=>String['fromCharCode'](_0x575cf8))['join']('');}super(_0x50449d),this['result']='end',_0x50449d[_0x3f003f([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x3f003f([0x76,0x69,0x65,0x77])][_0x3f003f([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x3f003f([0x61,0x75,0x74,0x6f]),_0x50449d[_0x3f003f([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x3f003f([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x3f003f([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x3f003f([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x3f003f([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 v(_0x269b91){return void 0x0!==_0x269b91['getRootsAttributes'];}async function N(_0x3c4cac,_0x350db2,_0x42cc44){const _0x5272cc=_0x1644a5(_0x3c4cac,w);_0x5272cc['plugins']['push'](p,D),_0x5272cc['rootsAttributes']=v(_0x3c4cac)?_0x3c4cac['getRootsAttributes']():void 0x0;const _0x26331f=document['createDocumentFragment'](),_0x1b9945=_0x3c4cac['config']['get']('trackChangesData')['editorCreator'],_0x28fd64=await _0x1b9945(_0x5272cc,()=>function(_0x2d5689){const _0x2ab442=document['createElement']('div');return _0x2d5689['appendChild'](_0x2ab442),_0x2ab442;}(_0x26331f));!function(_0xe1ae3,_0x235d93){const _0x3fd34a=_0xe1ae3['model']['document']['getRootNames']()['reduce']((_0x2d73b1,_0x1d4d95)=>(_0x2d73b1[_0x1d4d95]=_0xe1ae3['data']['get']({'rootName':_0x1d4d95}),_0x2d73b1),{}),_0x3e6518=_0xe1ae3['plugins']['get']('Users')['users']['map'](_0x41f8de=>({'id':_0x41f8de['id'],'name':_0x41f8de['name']})),_0x2e7e0a=_0xe1ae3['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x24abca=_0xe1ae3['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x56b6f5=_0x235d93['plugins']['get']('Users'),_0x3cd26a=_0x235d93['plugins']['get']('TrackChangesEditing'),_0x1b8df=_0x235d93['plugins']['get']('CommentsRepository');for(const _0x7a9f41 of _0x1b8df['getCommentThreads']())_0x7a9f41['remove']();for(const _0x547717 of _0x3e6518)_0x56b6f5['getUser'](_0x547717['id'])||_0x56b6f5['addUser'](_0x547717);_0x56b6f5['me']||_0x56b6f5['useAnonymousUser']();for(const _0x59dd31 of _0x24abca)_0x1b8df['addCommentThread'](_0x59dd31);for(const _0x55ebd2 of _0x2e7e0a)_0x3cd26a['addSuggestionData'](_0x55ebd2);_0x235d93['data']['set'](_0x3fd34a);}(_0x3c4cac,_0x28fd64),_0x28fd64['execute'](_0x350db2?'acceptAllSuggestions':'discardAllSuggestions');const _0x2bc38f=v(_0x28fd64)?_0x28fd64['getFullData'](_0x42cc44):_0x28fd64['data']['get'](_0x42cc44);return await _0x28fd64['destroy'](),_0x2bc38f;}export{as as BaseSuggestionThreadView,u as Suggestion,de as SuggestionThreadView,ue as SuggestionView,k as TrackChanges,T as TrackChangesData,p as TrackChangesEditing};
|
|
23
|
+
import{Command as Qt,Plugin as _0x2a14ba,PendingActions as _0x4cbe8b,icons as _0x2894bf}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x8a669,ObservableMixin as _0x43b459,uid as _0xbb8093,insertToPriorityArray as _0x3655fc,priorities as _0x58f002,logWarning as _0x889b4f,getEnvKeystrokeText as _0xd54879,FocusTracker as _0x3cbc70,KeystrokeHandler as _0x44a700,Collection as _0x513db7}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0x2c1be0,View as _0xe98125,ViewCollection as _0x3a09a7,FocusCycler as ts,ViewModel as _0x87b780,createDropdown as _0x4d21dc,SplitButtonView as _0x16c18c,addListToDropdown as te,MenuBarMenuView as _0x122e28,MenuBarMenuListView as _0x1cc077,ListSeparatorView as _0x52d647,MenuBarMenuListItemView as _0x40f7f6,MenuBarMenuListItemButtonView as _0x51bd07}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x3d0662,hashObject as _0x79c6dd,surroundingMarkersDetector as _0x3f48c9,FOCUS_ANNOTATION_KEYSTROKE as _0x5e9494,AriaDescriptionView as _0x2cc9cf,setupThreadKeyboardNavigation as _0x1796bd,trimHtml as ti,UserView as _0x5252b1,LateFocusButtonView as _0x1e5e8d,getDateTimeFormatter as _0x105446,getAllMarkersDomElementsSorted as _0xd11dce,sanitizeEditorConfig as _0x5aab84}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x56ce25,LiveRange as _0x5580c5,LivePosition as _0x140ac4}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x17e71d,toWidget as _0x55d317}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x815ffd,set as _0xfaff89,isEqual as _0x202e10,unset as _0xcdcbc8,omit as xt}from'lodash-es';import{Delete as _0xbc1bab,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x529e64,ShiftEnter as _0x17537e}from'@ckeditor/ckeditor5-enter/dist/index.js';class B extends Qt{['_enabledCommands'];constructor(_0x3eeca1,_0x4f5cc1){super(_0x3eeca1),this['_enabledCommands']=_0x4f5cc1,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 _0x2c3f46 of this['editor']['commands']['commands']())_0x2c3f46['affectsData']&&!this['_enabledCommands']['has'](_0x2c3f46)&&_0x2c3f46['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0xab0a7b of this['editor']['commands']['commands']())_0xab0a7b['affectsData']&&!this['_enabledCommands']['has'](_0xab0a7b)&&_0xab0a7b['clearForceDisabled']('TrackChangesCommand');}}class O extends Qt{['_suggestions'];constructor(_0x2e483,_0x5ccef5){super(_0x2e483),this['_suggestions']=_0x5ccef5,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x738dfa){const _0x478f0d=this['_suggestions']['get'](_0x738dfa);if(!_0x478f0d)throw new _0x8a669('track-changes-accept-suggestion-not-found',this);const _0x4485e3=_0x478f0d['getRanges']();this['editor']['model']['canEditAt'](_0x4485e3)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x478f0d);}}class R extends Qt{['_suggestions'];constructor(_0x13afa5,_0x393ffe){super(_0x13afa5),this['_suggestions']=_0x393ffe,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x6380c2){const _0x4dd8be=this['_suggestions']['get'](_0x6380c2);if(!_0x4dd8be)throw new _0x8a669('track-changes-discard-suggestion-not-found',this);const _0x27bfde=_0x4dd8be['getRanges']();this['editor']['model']['canEditAt'](_0x27bfde)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x4dd8be);}}function ns(_0x58e4c0,_0x276bc6){let _0x27b46d='';return _0x27b46d+=_0x58e4c0['split']('*')['map']((_0x4d50e1,_0x2548d8)=>_0x2548d8%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+nn(_0x4d50e1)+'</span>':nn(_0x4d50e1))['join'](''),_0x276bc6&&(_0x27b46d+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x276bc6['value']+'\x22\x20title=\x22'+_0x276bc6['title']+'\x22></span>'),_0x27b46d;}function nn(_0x2dde56){const _0x20e1ed=document['createElement']('span');return _0x20e1ed['innerText']=_0x2dde56,_0x20e1ed['innerHTML'];}function Wt(_0x2c2648){return _0x2c2648['sort']((_0x1f6b7f,_0x14a793)=>'deletion'==_0x1f6b7f['type']&&'deletion'!=_0x14a793['type']?-0x1:'deletion'!=_0x1f6b7f['type']&&'deletion'==_0x14a793['type']?0x1:0x0);}function to(_0xeea1cb,_0x12e3b8){let _0x14a4c7,_0x470dd9=0x0;const _0x35fee1=[],_0x3f56d3=_0x12e3b8['schema'];for(;_0x470dd9<_0xeea1cb['length'];){const _0x31f7b9=_0xeea1cb[_0x470dd9],_0x325b05=_0xeea1cb[_0x470dd9+0x1];_0x14a4c7||(_0x14a4c7=_0x12e3b8['createPositionBefore'](_0x31f7b9)),on(_0x12e3b8,_0x31f7b9,_0x325b05)||(_0x35fee1['push'](_0x12e3b8['createRange'](_0x14a4c7,_0x3f56d3['isObject'](_0x31f7b9)?_0x12e3b8['createPositionAfter'](_0x31f7b9):_0x12e3b8['createPositionAt'](_0x31f7b9,'end'))),_0x14a4c7=null),_0x470dd9++;}return _0x35fee1;}function on(_0x5941ca,_0x410e3c,_0x4e09c4){if(!_0x4e09c4)return!0x1;const _0x557ca6=_0x5941ca['createPositionAfter'](_0x410e3c),_0xf781c5=_0x5941ca['createPositionBefore'](_0x4e09c4);return _0x557ca6['isTouching'](_0xf781c5);}function Xt(_0x3b48ad,_0xb32089,_0x539d6c){for(;_0x539d6c['length'];){const _0x54fd85=_0x539d6c['splice'](0x0,0x64);_0x3b48ad['change'](()=>{for(const _0x328f67 of _0x54fd85)_0x328f67['isInContent']&&_0xb32089['execute'](_0x328f67['id']);});}}class x extends Qt{['_command'];['_suggestions'];constructor(_0x57c4c2,_0xc49c18,_0x15fd2d){super(_0x57c4c2),this['_command']=_0xc49c18,this['_suggestions']=_0x15fd2d,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x1bfb09=Array['from'](this['_suggestions']['values']())['some'](_0x5c066e=>_0x5c066e['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x1bfb09;}['execute'](){const _0x574807=Wt(Array['from'](this['_suggestions']['values']()));for(const _0x13347d of _0x574807){const _0x572385=_0x13347d['getRanges']();if(!this['editor']['model']['canEditAt'](_0x572385))return;}Xt(this['editor']['model'],this['_command'],_0x574807);}}class E extends Qt{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x277322,_0x267b02,_0x540c40){super(_0x277322),this['_command']=_0x267b02,this['_suggestions']=_0x540c40,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x3bd372=this['editor']['model']['document']['selection'],_0x320772=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x2cb901,_0x22ed08){const _0x28dc2b=Array['from'](_0x2cb901['getRanges']()),_0x5b1458=new Set();for(const _0x4fd89f of _0x22ed08)if(_0x4fd89f['isInContent']){for(const _0x2bd399 of _0x28dc2b)for(const _0x3e65bf of _0x4fd89f['getRanges']())(_0x2bd399['isIntersecting'](_0x3e65bf)||_0x2cb901['isCollapsed']&&!_0x4fd89f['isMultiRange']&&_0x4fd89f['next']&&_0x3e65bf['end']['isTouching'](_0x2bd399['start']))&&_0x5b1458['add'](_0x4fd89f);}return _0x5b1458;}(_0x3bd372,_0x320772),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x456a35=Wt(Array['from'](this['_selectedSuggestions']));for(const _0x36b269 of _0x456a35){const _0x5ca34e=_0x36b269['getRanges']();if(!this['editor']['model']['canEditAt'](_0x5ca34e))return;}Xt(this['editor']['model'],this['_command'],_0x456a35);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x43b459(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x3b6f6d,_0x33b730){super(),this['id']=_0x33b730['id'],this['type']=_0x33b730['type'],this['subType']=_0x33b730['subType']||null,this['author']=_0x33b730['author'],this['creator']=_0x33b730['creator']||_0x33b730['author'],this['isExternal']=Boolean(_0x33b730['attributes']&&_0x33b730['attributes']['@external']),this['data']=null,this['_model']=_0x3b6f6d,this['_onAccept']=_0x33b730['onAccept'],this['_onDiscard']=_0x33b730['onDiscard'],this['_onAttributesChange']=_0x33b730['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x33b730['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 _0x468700=this;for(;_0x468700['previous'];)_0x468700=_0x468700['previous'];return _0x468700;}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'](_0x9ba9c4){this['_markerNames']['add'](_0x9ba9c4);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x690e2=>this['_model']['markers']['get'](_0x690e2))['filter'](_0x5cd17e=>_0x5cd17e);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x48fcc6=>{for(const _0x4ca93f of this['getMarkers']())_0x48fcc6['removeMarker'](_0x4ca93f);}),this['_markerNames']['clear']();}['removeMarker'](_0x1f0199){this['_model']['change'](_0x36251e=>{_0x36251e['removeMarker'](_0x1f0199);}),this['_markerNames']['delete'](_0x1f0199);}['addRange'](_0x501a96){const _0x966b0b='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x966b0b),this['_model']['change'](_0x4b8870=>{_0x4b8870['addMarker'](_0x966b0b,{'range':_0x501a96,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x47fd42){for(const _0x1cdfff of this['getRanges']())if(_0x1cdfff['isIntersecting'](_0x47fd42))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x1075ab=>_0x1075ab['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x5584f3,_0x270f25)=>[..._0x5584f3,..._0x270f25['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0xa6d7bc=this['getRanges']();if(0x1!=_0xa6d7bc['length'])return null;const _0x5e87c3=_0xa6d7bc[0x0],_0x55d51c=_0x5e87c3['start']['nodeAfter'],_0x17e61f=_0x5e87c3['end']['nodeBefore'];return _0x55d51c instanceof _0x56ce25?_0x55d51c!=_0x17e61f?null:_0x55d51c: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 _0x609467=[];let _0x5a7a68=this['head'];for(;_0x5a7a68;)_0x609467['push'](_0x5a7a68),_0x5a7a68=_0x5a7a68['next'];return _0x609467;}['setAttribute'](_0x281e01,_0x20c8da){const _0x2f4520=_0x815ffd(this['attributes']);_0xfaff89(_0x2f4520,_0x281e01,_0x20c8da),_0x202e10(_0x2f4520,this['attributes'])||(this['attributes']=_0x2f4520,this['_onAttributesChange'](_0x2f4520));}['removeAttribute'](_0x46c81f){const _0x226148=_0x815ffd(this['attributes']);_0xcdcbc8(_0x226148,_0x46c81f),_0x202e10(_0x226148,this['attributes'])||(this['attributes']=_0x226148,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 _0xbb8093()['substr'](0x1,0x5);}}function o(_0x2385d4,_0x3f89be,_0x419ef3){const _0x6a4bc3=_0x2385d4['t'],t=_0x2385d4['t'];switch(_0x3f89be){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'*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',_0x419ef3);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x419ef3);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x419ef3);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x419ef3);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x419ef3);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',_0x419ef3);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x419ef3);case'*Replace\x20image\x20URL*':return t('*Replace\x20image\x20URL*');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',_0x419ef3);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x419ef3);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x419ef3);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x419ef3);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x419ef3);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x419ef3);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x419ef3);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x419ef3);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x419ef3);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x419ef3);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x419ef3);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x419ef3);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x419ef3);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x419ef3);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x419ef3);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x419ef3);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x419ef3);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'},_0x419ef3);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x419ef3);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x419ef3);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x419ef3);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x419ef3);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x419ef3);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'},_0x419ef3);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x419ef3);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x419ef3);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x419ef3);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x419ef3);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'},_0x419ef3);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x419ef3);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'},_0x419ef3);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'},_0x419ef3);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x419ef3);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'},_0x419ef3);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x419ef3);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'},_0x419ef3);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x419ef3);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x419ef3);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'},_0x419ef3);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x419ef3);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 _0x6a4bc3({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x419ef3);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x6a4bc3({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x419ef3);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x419ef3);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'},_0x419ef3);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'},_0x419ef3);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'},_0x419ef3);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x3f89be;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x207dd9,_0x41b01c){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x207dd9,this['_locale']=_0x41b01c;}['getDescriptions'](_0x18daeb){const _0x4dbd50=[],_0x4b9b2c=new Set(),_0x18b10f=new Set();for(let _0x538dd1=0x0;_0x538dd1<_0x18daeb['length'];_0x538dd1++){const _0x59f8e3=_0x18daeb[_0x538dd1];if(!_0x59f8e3['isInContent'])continue;const _0xdfc943=this['_handleCustomCallbackDescription'](_0x59f8e3);if(_0xdfc943){if(null!=_0x59f8e3['subType']){if(_0x4b9b2c['has'](_0x59f8e3['subType']))continue;_0x4b9b2c['add'](_0x59f8e3['subType']);}_0x4dbd50['push'](_0xdfc943);}else{if('attribute'!=_0x59f8e3['type'])'insertion'!=_0x59f8e3['type']&&'deletion'!=_0x59f8e3['type']||this['_handleInsertRemoveSuggestionDescription'](_0x4dbd50,_0x59f8e3,_0x18daeb[_0x538dd1+0x1]);else{const _0x229212=_0x59f8e3['data']['key'];if(_0x18b10f['has'](_0x229212))continue;_0x18b10f['add'](_0x59f8e3['data']['key']),_0x229212==m?this['_handleRenameSuggestionDescription'](_0x4dbd50,_0x59f8e3):this['_handleAttributeSuggestionDescription'](_0x4dbd50,_0x59f8e3);}}}return this['_resolveDescriptionItems'](_0x4dbd50);}['registerDescriptionCallback'](_0x5ab4cc){this['_customCallbacks']['push'](_0x5ab4cc);}['registerElementLabel'](_0x1f28b4,_0x1faa7c,_0x3d4d53=_0x58f002['normal']){'function'==typeof _0x1f28b4?_0x3655fc(this['_itemLabelsCallbacks'],{'matchingCallback':_0x1f28b4,'label':_0x1faa7c,'priority':_0x3d4d53}):this['_itemLabels']['set'](_0x1f28b4,_0x1faa7c);}['registerAttributeLabel'](_0x19c949,_0x21b714){this['_attributeLabels']['set'](_0x19c949,_0x21b714);}['getItemLabel'](_0x30dd3c,_0x4f0113=0x1){let _0x306093;for(const _0x252ca5 of this['_itemLabelsCallbacks'])if(_0x252ca5['matchingCallback'](_0x30dd3c)){_0x306093=_0x252ca5['label'];break;}return _0x306093||(_0x306093=this['_itemLabels']['get'](_0x30dd3c['name'])),_0x306093?_0x306093(_0x4f0113):0x1!==_0x4f0113?_0x4f0113+'\x20'+_0x30dd3c['name']+'s':''+_0x30dd3c['name'];}['_addDescriptionItems'](_0xabda92,_0x35adfa){const _0x4a7fe6=_0x35adfa['getFirstRange']()['getWalker'](),_0xae5436='insertion'==_0x35adfa['type']?'add':'remove';for(const _0x4d0844 of _0x4a7fe6){const _0x10ae9b=_0x4d0844['item'],_0x395574=_0xabda92[_0xabda92['length']-0x1];if(_0x10ae9b['is']('$textProxy'))_0x395574&&_0x395574['type']['indexOf']('Container')>-0x1&&_0xabda92['pop'](),_0x395574&&'text'==_0x395574['type']?_0x395574[_0xae5436]+=_0x10ae9b['data']:_0xabda92['push']({'type':'text','add':'add'==_0xae5436?_0x10ae9b['data']:'','remove':'remove'==_0xae5436?_0x10ae9b['data']:''});else{if(this['_schema']['isObject'](_0x10ae9b)){const _0x1585e1=_0x10ae9b;if(_0x395574&&_0x395574['type']['indexOf']('Container')>-0x1&&_0xabda92['pop'](),'elementEnd'==_0x4d0844['type'])continue;_0x395574&&_0x395574['type']==_0xae5436+'Object'&&_0x395574['element']['name']==_0x1585e1['name']?_0x395574['quantity']++:_0xabda92['push']({'type':_0xae5436+'Object','element':_0x1585e1,'quantity':0x1}),_0x4a7fe6['skip'](_0x53d1f3=>!('elementEnd'==_0x53d1f3['type']&&_0x53d1f3['item']==_0x10ae9b));}else{if(this['_schema']['checkChild'](_0x10ae9b,'$text')||_0x10ae9b['is']('element','softBreak')){const _0x2a53d3=_0x10ae9b;if('add'==_0xae5436&&'elementStart'==_0x4d0844['type']||'remove'==_0xae5436&&'elementEnd'==_0x4d0844['type'])continue;if(_0x395574&&-0x1==_0x395574['type']['indexOf']('Container')){'text'==_0x395574['type']&&(_0x395574[_0xae5436]+='\x0a');continue;}let _0x2d5470;if(_0x2d5470='add'==_0xae5436?_0x2a53d3['nextSibling']&&!this['_schema']['isObject'](_0x2a53d3['nextSibling'])?_0x2a53d3['nextSibling']:null:_0x2a53d3['previousSibling']&&!this['_schema']['isObject'](_0x2a53d3['previousSibling'])?_0x2a53d3['previousSibling']:null,_0x2a53d3['isEmpty']||_0x2d5470&&_0x2d5470['isEmpty']){const _0x131a36=_0x2d5470&&_0x2d5470['isEmpty']?_0x2d5470:_0x2a53d3;_0x395574&&_0x395574['type']==_0xae5436+'EmptyContainer'&&_0x395574['element']['name']==_0x131a36['name']?_0x395574['quantity']++:_0xabda92['push']({'type':_0xae5436+'EmptyContainer','element':_0x131a36,'quantity':0x1});}else _0xabda92['push']({'type':_0xae5436+'Container','element':_0x2a53d3});}}}}}['_resolveDescriptionItems'](_0x352cb5){const _0x221ef3=this['_locale'],_0x58896f=[],_0x4033f4=[],_0x3c9c4f=[];for(const _0x585c86 of _0x352cb5)switch(_0x585c86['type']){case'text':if(_0x585c86['add']=_0x585c86['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x585c86['remove']=_0x585c86['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x585c86['add']&&''!=_0x585c86['remove']){_0x58896f['push']({'type':'replace','content':o(_0x221ef3,'REPLACE_TEXT',['\x22'+_0x585c86['remove']+'\x22','\x22'+_0x585c86['add']+'\x22'])});continue;}if(null!=_0x585c86['add']['match'](/^ +$/)){_0x58896f['push']({'type':'insertion','content':o(_0x221ef3,'*Insert:*\x20%0',o(_0x221ef3,'ELEMENT_SPACE',_0x585c86['add']['length']))});continue;}if(null!=_0x585c86['remove']['match'](/^ +$/)){_0x58896f['push']({'type':'deletion','content':o(_0x221ef3,'*Remove:*\x20%0',o(_0x221ef3,'ELEMENT_SPACE',_0x585c86['remove']['length']))});continue;}if(''!=_0x585c86['add']){_0x58896f['push']({'type':'insertion','content':o(_0x221ef3,'*Insert:*\x20%0','\x22'+_0x585c86['add']+'\x22')});continue;}_0x58896f['push']({'type':'deletion','content':o(_0x221ef3,'*Remove:*\x20%0','\x22'+_0x585c86['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x58896f['push']({'type':'insertion','content':o(_0x221ef3,'*Insert:*\x20%0',this['getItemLabel'](_0x585c86['element'],_0x585c86['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x58896f['push']({'type':'deletion','content':o(_0x221ef3,'*Remove:*\x20%0',this['getItemLabel'](_0x585c86['element'],_0x585c86['quantity']))});continue;case'addContainer':_0x58896f['push']({'type':'insertion','content':o(_0x221ef3,'*Split:*\x20%0',this['getItemLabel'](_0x585c86['element'],_0x585c86['quantity']))});continue;case'removeContainer':_0x58896f['push']({'type':'deletion','content':o(_0x221ef3,'*Merge:*\x20%0',this['getItemLabel'](_0x585c86['element'],_0x585c86['quantity']))});continue;case'addFormat':_0x4033f4['push'](_0x585c86['key']);continue;case'removeFormat':_0x3c9c4f['push'](_0x585c86['key']);continue;default:_0x58896f['push'](_0x585c86);}if(_0x4033f4['length']){const _0x2787a1=_0x4033f4['map'](_0x36039d=>this['_attributeLabels']['has'](_0x36039d)?this['_attributeLabels']['get'](_0x36039d):_0x36039d)['join'](',\x20');_0x58896f['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x2787a1)});}if(_0x3c9c4f['length']){const _0x3b78da=_0x3c9c4f['map'](_0x2b3e4f=>this['_attributeLabels']['has'](_0x2b3e4f)?this['_attributeLabels']['get'](_0x2b3e4f):_0x2b3e4f)['join'](',\x20');_0x58896f['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x3b78da)});}return _0x58896f;}['_handleCustomCallbackDescription'](_0x7b110c){for(const _0x1f5477 of this['_customCallbacks']){const _0x33df28=_0x1f5477(_0x7b110c);if(_0x33df28&&'type'in _0x33df28)return _0x33df28;}}['_handleAttributeSuggestionDescription'](_0x1d4d3e,_0x5b8b05){const _0xf8fa6f=_0x5b8b05['data'],_0x2d42ad=void 0x0===_0xf8fa6f['newValue']?'removeFormat':'addFormat';_0x1d4d3e['push']({'type':_0x2d42ad,'key':_0xf8fa6f['key']});}['_handleRenameSuggestionDescription'](_0x2e2bd4,_0x5e7e39){_0x2e2bd4['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x5e7e39['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x22135d,_0x2f8375,_0x311a12){if(this['_addDescriptionItems'](_0x22135d,_0x2f8375),_0x311a12&&_0x311a12['getFirstRange']()&&!_0x2f8375['getFirstRange']()['end']['isEqual'](_0x311a12['getFirstRange']()['start'])){const _0x455569=_0x22135d[_0x22135d['length']-0x1],_0x4dad12='insertion'==_0x2f8375['type']?'add':'remove';_0x455569&&'text'==_0x455569['type']&&(_0x455569[_0x4dad12]+='\x0a');}}}class U extends _0x2a14ba{['afterInit'](){const _0xf6d1c3=this['editor'],_0x2402aa=_0xf6d1c3['plugins']['get']('TrackChangesEditing');_0xf6d1c3['commands']['get']('showAIAssistant')&&_0x2402aa['enableCommand']('showAIAssistant');}}class V extends _0x2a14ba{['afterInit'](){const _0x483208=this['editor'],_0x333cf1=_0x483208['locale'];if(!_0x483208['plugins']['has']('AlignmentEditing'))return;const _0xda5e68=_0x483208['plugins']['get']('TrackChangesEditing');_0xda5e68['enableDefaultAttributesIntegration']('alignment'),_0xda5e68['registerBlockAttribute']('alignment'),_0xda5e68['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x333cf1,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xc0fc9=this['editor'],_0x518a62=_0xc0fc9['locale'];_0xc0fc9['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x19d345=>{if('formatBlock'!=_0x19d345['type'])return;const {data:_0x198ded}=_0x19d345;if(_0x198ded&&'alignment'==_0x198ded['commandName']){const _0x2c155c=_0x198ded['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x518a62,'*Format:*\x20%0',function(_0x56716c){switch(_0x56716c){case'left':return o(_0x518a62,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x518a62,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x518a62,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x518a62,'FORMAT_JUSTIFY_TEXT');}}(_0x2c155c))};}});}}const Zt=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x2a14ba{['afterInit'](){const _0x142241=this['editor'],_0x405d43=_0x142241['plugins']['get']('TrackChangesEditing'),_0x32c2d6=_0x142241['locale'];for(const _0x169af2 of Zt){if(!_0x142241['plugins']['has'](_0x169af2))continue;const _0x39b8d4=_0x169af2['slice'](0x0,-0x7)['toLowerCase'](),_0x58eb18='FORMAT_'+_0x39b8d4['toUpperCase']();_0x405d43['enableDefaultAttributesIntegration'](_0x39b8d4),_0x405d43['registerInlineAttribute'](_0x39b8d4),_0x405d43['descriptionFactory']['registerAttributeLabel'](_0x39b8d4,o(_0x32c2d6,_0x58eb18));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x15f9e5=this['editor'],_0xaf66d0=_0x15f9e5['locale'],_0x5e189b=_0x15f9e5['plugins']['get']('TrackChangesEditing');function _0x37fe16(_0x2dbe64,_0x22ad06){_0x5e189b['descriptionFactory']['registerDescriptionCallback'](_0x5b8ec5=>{if('formatInline'!=_0x5b8ec5['type'])return;const {data:_0x56796f}=_0x5b8ec5;return _0x56796f&&_0x56796f['commandName']===_0x2dbe64?_0x56796f['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xaf66d0,'*Format:*\x20%0',_0x22ad06)}:{'type':'format','content':o(_0xaf66d0,'*Remove\x20format:*\x20%0',_0x22ad06)}:void 0x0;});}_0x37fe16('bold',o(_0xaf66d0,'FORMAT_BOLD')),_0x37fe16('italic',o(_0xaf66d0,'FORMAT_ITALIC')),_0x37fe16('underline',o(_0xaf66d0,'FORMAT_UNDERLINE')),_0x37fe16('code',o(_0xaf66d0,'FORMAT_CODE')),_0x37fe16('strikethrough',o(_0xaf66d0,'FORMAT_STRIKETHROUGH')),_0x37fe16('subscript',o(_0xaf66d0,'FORMAT_SUBSCRIPT')),_0x37fe16('superscript',o(_0xaf66d0,'FORMAT_SUPERSCRIPT'));}}class F extends _0x2a14ba{['afterInit'](){const _0x1cf9b6=this['editor'],_0x206dd8=_0x1cf9b6['locale'];if(!_0x1cf9b6['plugins']['has']('BlockQuoteEditing'))return;const _0x38097b=_0x1cf9b6['plugins']['get']('TrackChangesEditing'),_0x5d3d2c=this['editor']['commands']['get']('blockQuote');_0x38097b['enableCommand']('blockQuote',(_0x3ccb16,_0x3ce49b={})=>{const _0x31fb95=this['editor']['model']['document']['selection'],_0x3612fc=_0x3ce49b&&void 0x0!==_0x3ce49b['forceValue']?_0x3ce49b['forceValue']:!_0x5d3d2c['value'];let _0x2cc08e=[];if(_0x3612fc){const _0x11b883=Array['from'](_0x31fb95['getSelectedBlocks']())['filter'](_0x5af11b=>oo(_0x5af11b)||function(_0x39c723,_0x5dfa1e){const _0x5cdb4a=_0x5dfa1e['checkChild'](_0x39c723['parent'],'blockQuote'),_0x12a8fd=_0x5dfa1e['checkChild'](['$root','blockQuote'],_0x39c723);return _0x5cdb4a&&_0x12a8fd;}(_0x5af11b,this['editor']['model']['schema']));_0x2cc08e=to(_0x11b883,_0x1cf9b6['model']);}else{const _0x4c2db3=Array['from'](_0x31fb95['getSelectedBlocks']())['filter'](_0xfdb95c=>oo(_0xfdb95c));_0x2cc08e=to(_0x4c2db3,_0x1cf9b6['model']);}_0x1cf9b6['model']['change'](()=>{for(const _0x1afb7a of _0x2cc08e)_0x38097b['markBlockFormat'](_0x1afb7a,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x3612fc}]});});}),_0x38097b['descriptionFactory']['registerDescriptionCallback'](_0x4786e3=>{const {data:_0x887a39}=_0x4786e3;if(_0x887a39&&'blockQuote'==_0x887a39['commandName']){const _0x4b19b5=o(_0x206dd8,'ELEMENT_BLOCK_QUOTE');return _0x887a39['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x206dd8,'*Set\x20format:*\x20%0',_0x4b19b5)}:{'type':'format','content':o(_0x206dd8,'*Remove\x20format:*\x20%0',_0x4b19b5)};}});}}function oo(_0x4db96e){return'blockQuote'==_0x4db96e['parent']['name'];}class L extends _0x2a14ba{['afterInit'](){const _0x16cd67=this['editor'],_0x203b4e=_0x16cd67['locale'],_0x48ab6a=_0x16cd67['plugins']['get']('TrackChangesEditing');_0x16cd67['plugins']['has']('BookmarkEditing')&&(_0x48ab6a['enableCommand']('insertBookmark'),_0x48ab6a['enableDefaultAttributesIntegration']('updateBookmark'),_0x48ab6a['registerBlockAttribute']('bookmarkId'),_0x48ab6a['descriptionFactory']['registerDescriptionCallback'](_0x756fa2=>{if('insertion'!=_0x756fa2['type']&&'deletion'!=_0x756fa2['type']&&'attribute'!=_0x756fa2['type'])return;const _0x5993c9=_0x756fa2['getContainedElement']();if(null==_0x5993c9)return;if(!_0x5993c9['is']('element','bookmark'))return;const _0x211ce4=_0x5993c9['getAttribute']('bookmarkId');if('insertion'==_0x756fa2['type'])return{'type':'insertion','content':o(_0x203b4e,'*Insert:*\x20%0','\x22'+_0x211ce4+'\x22\x20'+o(_0x203b4e,'ELEMENT_BOOKMARK'))};if('deletion'==_0x756fa2['type'])return{'type':'deletion','content':o(_0x203b4e,'*Remove:*\x20%0','\x22'+_0x211ce4+'\x22\x20'+o(_0x203b4e,'ELEMENT_BOOKMARK'))};const {data:_0x421ef1}=_0x756fa2;if(!_0x421ef1||'bookmarkId'!=_0x421ef1['key'])return;return{'type':'format','content':o(_0x203b4e,'*Set\x20bookmark:*\x20%0','\x22'+_0x421ef1['newValue']+'\x22')};}));}}class J extends _0x2a14ba{['afterInit'](){const _0x57054f=this['editor'];_0x57054f['plugins']['has']('CaseChange')&&(_0x57054f['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x57054f['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x57054f['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x2a14ba{['afterInit'](){const _0x3592df=this['editor'];_0x3592df['commands']['get']('ckbox')&&_0x3592df['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class q extends _0x2a14ba{['afterInit'](){const _0x1a8598=this['editor'];if(!_0x1a8598['plugins']['has']('CodeBlock'))return;const _0x4c10b4=_0x1a8598['plugins']['get']('TrackChangesEditing'),_0x2981b2=_0x1a8598['locale'],_0x4060a3=_0x1a8598['config']['get']('codeBlock')['languages'],_0x2a2a7c=_0x1a8598['commands']['get']('codeBlock');_0x4c10b4['enableCommand']('indentCodeBlock'),_0x4c10b4['enableCommand']('outdentCodeBlock'),_0x4c10b4['enableCommand']('codeBlock',(_0x49e49f,_0x3808c1={})=>{const _0x2f27ca=_0x1a8598['model'],_0x458a2c=_0x1a8598['model']['document']['selection'],_0x3c137c=_0x3808c1&&void 0x0!==_0x3808c1['forceValue']?_0x3808c1['forceValue']:!_0x2a2a7c['value'];let _0x273659;_0x3808c1['language']||(_0x3808c1['language']=_0x4060a3[0x0]['language']),_0x273659=_0x3c137c?Array['from'](_0x458a2c['getSelectedBlocks']())['filter'](_0x12e4a5=>eo(_0x12e4a5)||function(_0x2569ed,_0x253bd4){if(_0x2569ed['is']('rootElement')||_0x253bd4['isLimit'](_0x2569ed))return!0x1;return _0x253bd4['checkChild'](_0x2569ed['parent'],'codeBlock');}(_0x12e4a5,_0x2f27ca['schema'])):Array['from'](_0x458a2c['getSelectedBlocks']())['filter'](_0x2145e7=>eo(_0x2145e7));const _0x22d610=to(_0x273659,_0x2f27ca);_0x2f27ca['change'](()=>{for(const _0x3ddaca of _0x22d610)_0x4c10b4['markBlockFormat'](_0x3ddaca,{'commandName':'codeBlock','commandParams':[{..._0x3808c1,'forceValue':_0x3c137c}],'formatGroupId':'blockName'});});}),(_0x4c10b4['descriptionFactory']['registerElementLabel']('codeBlock',_0xbf7284=>o(_0x2981b2,'ELEMENT_CODE_BLOCK',_0xbf7284)),_0x4c10b4['descriptionFactory']['registerDescriptionCallback'](_0x272f14=>{if('formatBlock'!=_0x272f14['type'])return;const _0xd5e35e=_0x2981b2['t'],{data:_0x336e5e}=_0x272f14;if(!_0x336e5e||'codeBlock'!=_0x336e5e['commandName'])return;const _0x1189ee=_0x336e5e['commandParams'][0x0]['language'],_0x443937=_0xd5e35e(_0x4060a3['find'](_0x51768c=>_0x51768c['language']===_0x1189ee)['label'])['toLowerCase']();return _0x336e5e['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x2981b2,'*Set\x20format:*\x20%0',o(_0x2981b2,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x443937+')')}:{'type':'format','content':o(_0x2981b2,'*Remove\x20format:*\x20%0',o(_0x2981b2,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x48aa51){return'codeBlock'==_0x48aa51['name'];}class z extends _0x2a14ba{['afterInit'](){const _0x29d537=this['editor'];if(!_0x29d537['plugins']['has']('CommentsEditing'))return;_0x29d537['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x24a0dc,_0x14548d,_0x8d8062){const _0x282fe9=[];for(const _0x2c682a of _0x14548d['getItems']())_0x2c682a['hasAttribute'](_0x24a0dc)&&_0x282fe9['push'](_0x8d8062['createRangeOn'](_0x2c682a));return _0x282fe9;}function Ne(_0x4490dd,_0x15d9d1,{showActiveMarker:_0x50d1d3=!0x0}={}){const _0x39ef0e=_0x4490dd['plugins']['get']('TrackChangesEditing');return(_0x46d51c,_0x5eb3d1,_0x5b63af)=>{if(!_0x5b63af['consumable']['test'](_0x5eb3d1['markerRange'],_0x46d51c['name']))return;const _0x333632=_0x5eb3d1['markerRange']['getWalker'](),_0x39b004=_0x5eb3d1['markerRange']['start'],_0x15b826=_0x4490dd['model']['schema'];let _0x31c96f=null,_0x33b840=null,_0x513171=!0x1,_0x334294=!0x1;for(const _0x5372f8 of _0x333632){const _0x1035ce=_0x5372f8['item'];_0x513171=_0x513171||_0x15b826['isContent'](_0x1035ce);const _0x418fe6=_0x5b63af['mapper']['toViewElement'](_0x1035ce);if(_0x418fe6&&_0x418fe6['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x5372f8['type']&&(_0x15b826['isBlock'](_0x1035ce)&&!_0x15b826['isLimit'](_0x1035ce)&&(_0x1035ce['nextSibling']||_0x39b004['isAtEnd']?_0x31c96f&&_0x31c96f['parent']==_0x1035ce||(_0x31c96f=_0x1035ce,_0xaccab9(_0x5372f8['previousPosition']),_0x334294=!0x0):_0x33b840=_0x33b840||_0x5372f8['previousPosition']));}function _0xaccab9(_0x456583){const {authorId:_0x68c806}=_0x39ef0e['_splitMarkerName'](_0x5eb3d1['markerName']),_0x15e5da=_0x5b63af['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x15d9d1,'data-author-id':_0x68c806}),_0x243f27=_0x5b63af['mapper']['toViewPosition'](_0x456583);_0x50d1d3&&_0x39ef0e['activeMarkers']['includes'](_0x5eb3d1['markerName'])&&_0x5b63af['writer']['addClass']('ck-suggestion-marker--active',_0x15e5da),_0x5b63af['writer']['insert'](_0x243f27,_0x15e5da),_0x5b63af['mapper']['bindElementToMarker'](_0x15e5da,_0x5eb3d1['markerName']);}_0x513171||_0x334294||!_0x33b840||_0xaccab9(_0x33b840);};}class K extends _0x2a14ba{static get['requires'](){return[_0xbc1bab];}['init'](){const _0x2f3b73=this['editor'],_0x167c3c=_0x2f3b73['plugins']['get']('TrackChangesEditing');_0x167c3c['enableCommand']('delete');const _0x58d13a=_0x2f3b73['commands']['get']('deleteForward');_0x167c3c['enableCommand']('deleteForward',(_0xd8c367,_0x4b578d={})=>{const _0x27580b=_0x2f3b73['model']['createSelection'](_0x2f3b73['model']['document']['selection']);_0x27580b['isCollapsed']&&_0x2f3b73['model']['modifySelection'](_0x27580b,{'direction':'forward','unit':_0x4b578d['unit']});const _0xd1fef9=_0x27580b['getFirstRange'](),_0x6998c0=_0x5580c5['fromRange'](_0xd1fef9);let _0x341ed7;_0xd8c367(_0x4b578d),_0x341ed7='$graveyard'==_0x6998c0['root']['rootName']?_0x2f3b73['model']['createRange'](_0xd1fef9['start']):_0x2f3b73['model']['createRange'](_0x6998c0['start'],_0x6998c0['end']),_0x6998c0['detach'](),_0x2f3b73['model']['enqueueChange'](_0x58d13a['buffer']['batch'],_0x4d04c7=>{_0x58d13a['buffer']['lock'](),_0x4d04c7['setSelection'](_0x4d04c7['createRange'](_0x341ed7['end'])),_0x58d13a['buffer']['unlock']();});}),_0x2f3b73['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',Ne(_0x2f3b73,'merge'),{'priority':'high'}),_0x2f3b73['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x20fe71,_0x287521,_0x25fd4f)=>{_0x25fd4f['options']['showSuggestionHighlights']&&Ne(_0x2f3b73,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x20fe71,_0x287521,_0x25fd4f);},{'priority':'high'}),_0x2f3b73['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x356179,_0x2a58ef,_0x23d61f)=>{const _0x556e8e=_0x23d61f['mapper']['markerNameToElements'](_0x2a58ef['markerName']);if(_0x556e8e){for(const _0x5a9669 of _0x556e8e)_0x5a9669['is']('uiElement')&&(_0x23d61f['mapper']['unbindElementFromMarkerName'](_0x5a9669,_0x2a58ef['markerName']),_0x23d61f['writer']['remove'](_0x5a9669));}},{'priority':'high'});}}class W extends _0x2a14ba{['afterInit'](){const _0x2dc56e=this['editor'];if(!_0x2dc56e['plugins']['has']('ListEditing'))return;const _0x1067e0=_0x2dc56e['locale'],_0xf71112=_0x2dc56e['plugins']['get']('TrackChangesEditing'),_0x10c97d=_0x2dc56e['plugins']['has']('TodoListEditing'),_0x290ead=!!_0x2dc56e['config']['get']('list.multiBlock');function _0x459b92(_0x48247e){return{'type':'format','content':''+o(_0x1067e0,'*Set\x20format:*\x20%0',_0x48247e)};}function _0xfcfa0(_0x19f96e){return{'type':'format','content':''+o(_0x1067e0,'*Remove\x20format:*\x20%0',_0x19f96e)};}_0xf71112['enableDefaultAttributesIntegration']('numberedList'),_0xf71112['enableDefaultAttributesIntegration']('bulletedList'),_0xf71112['enableDefaultAttributesIntegration']('customNumberedList'),_0xf71112['enableDefaultAttributesIntegration']('customBulletedList'),_0xf71112['enableDefaultAttributesIntegration']('indentList'),_0xf71112['enableDefaultAttributesIntegration']('outdentList'),_0xf71112['enableDefaultAttributesIntegration']('splitListItemAfter'),_0xf71112['enableDefaultAttributesIntegration']('splitListItemBefore'),_0xf71112['registerBlockAttribute']('listItemId'),_0xf71112['registerBlockAttribute']('listType'),_0xf71112['registerBlockAttribute']('listIndent'),_0x290ead&&(_0xf71112['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0xf71112['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x10c97d&&(_0xf71112['enableDefaultAttributesIntegration']('todoList'),_0xf71112['enableDefaultAttributesIntegration']('checkTodoList'),_0xf71112['registerBlockAttribute']('todoListChecked'),_0xf71112['descriptionFactory']['registerDescriptionCallback'](_0xa75b32=>{const {data:_0x759f90}=_0xa75b32;if(_0x759f90&&'todoListChecked'==_0x759f90['key'])return{'type':'format','content':_0x759f90['newValue']?o(_0x1067e0,'*Check\x20item*'):o(_0x1067e0,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x53ccc5=>{if(_0x53ccc5['batch']['isUndo'])return!0x1;let _0x3ec5a1=!0x1;const _0x2144da=_0xf71112['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x15d06f=>'todoListChecked'===_0xf71112['_getAttributeKey'](_0x15d06f));for(const _0x23c6c7 of _0x2144da){'todo'!=_0x23c6c7['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0xf71112['_findSuggestions'](_0x23c6c7['getFirstRange'](),'attribute')['find'](_0x2dc634=>'listType'===_0xf71112['_getAttributeKey'](_0x2dc634['suggestion']))||(_0x53ccc5['removeMarker'](_0x23c6c7['getFirstMarker']()),_0x3ec5a1=!0x0));}return _0x3ec5a1;})),_0xf71112['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x1067e0,'FORMAT_INDENT'));const _0x17995d={'type':'format','content':''};_0xf71112['descriptionFactory']['registerDescriptionCallback'](_0xbb60f9=>{const {data:_0x2650c1}=_0xbb60f9;if(!_0x2650c1||'listType'!=_0x2650c1['key'])return;let _0x1c65b=_0xbb60f9['head'];for(;_0x1c65b;){if(_0x1c65b['data']&&(('listStyle'==_0x1c65b['data']['key']||'listMarkerStyle'==_0x1c65b['data']['key'])&&(_0x1c65b['data']['newValue']&&'default'!=_0x1c65b['data']['newValue']||'default'!=_0x1c65b['data']['oldValue']&&!_0x2650c1['newValue'])||!_0x290ead&&_0x1c65b['data']['key']==m))return _0x17995d;_0x1c65b=_0x1c65b['next'];}if(null==_0x2650c1['newValue'])switch(_0x2650c1['oldValue']){case'bulleted':return _0xfcfa0(o(_0x1067e0,'ELEMENT_BULLETED_LIST'));case'numbered':return _0xfcfa0(o(_0x1067e0,'ELEMENT_NUMBERED_LIST'));case'todo':return _0xfcfa0(o(_0x1067e0,'ELEMENT_TODO_LIST'));}switch(_0x2650c1['newValue']){case'bulleted':return _0x459b92(o(_0x1067e0,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x459b92(o(_0x1067e0,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x459b92(o(_0x1067e0,'ELEMENT_TODO_LIST'));}}),_0xf71112['descriptionFactory']['registerDescriptionCallback'](_0x3088bb=>{const {data:_0x197408}=_0x3088bb;if(_0x197408&&'listIndent'==_0x197408['key'])return null==_0x197408['newValue']||null==_0x197408['oldValue']&&0x0==_0x197408['newValue']?_0x17995d:void 0x0;}),_0xf71112['descriptionFactory']['registerDescriptionCallback'](_0x763fc4=>{if('attribute'!=_0x763fc4['type'])return;const {data:_0x5daad9}=_0x763fc4;if(!_0x5daad9||'listItemId'!=_0x5daad9['key'])return;const _0x2d745c=Te(_0x763fc4);return'newValue'==_0x2d745c?{'type':'format','content':o(_0x1067e0,'*Merge:*\x20list\x20item')}:'oldValue'==_0x2d745c?{'type':'format','content':o(_0x1067e0,'*Split:*\x20list\x20item')}:_0x17995d;}),_0x2dc56e['model']['document']['registerPostFixer'](_0x5bd971=>this['listItemIdFixer'](_0x5bd971)),_0x2dc56e['model']['document']['registerPostFixer'](_0x4c6eaa=>this['noTrackChangesFixer'](_0x4c6eaa)),_0x2dc56e['model']['document']['on']('change:data',(_0x25e8bc,_0x28c768)=>{if(_0x28c768['isUndo']||!_0x28c768['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x3dcf79){if(_0x3dcf79['batch']['isUndo']||!_0x3dcf79['batch']['isLocal'])return!0x1;let _0xe8b965=!0x1;const _0x22fbb1=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x53efdc=>_0x53efdc['data']&&'listItemId'==_0x53efdc['data']['key'])['filter'](_0xcb3b25=>_0xcb3b25['data']['newValue']&&_0xcb3b25['data']['oldValue']);for(const _0x56fdfd of _0x22fbb1)Te(_0x56fdfd)||(_0x3dcf79['removeMarker'](_0x56fdfd['getFirstMarker']()),_0xe8b965=!0x0);return _0xe8b965;}['noTrackChangesFixer'](_0x53b476){if(_0x53b476['batch']['isUndo']||!_0x53b476['batch']['isLocal'])return!0x1;const _0x47a3d0=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x47a3d0['trackChangesCommand']['value'])return!0x1;let _0x1aa720=!0x1;const _0x3e1755=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0x3d56f9=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x7b02ba=>'attribute'==_0x7b02ba['type'])['filter'](_0x3fb3b5=>_0x3e1755['includes'](_0x3fb3b5['attributeKey']));if(0x0==_0x3d56f9['length'])return _0x1aa720;for(const _0x3d51e5 of _0x3d56f9){const _0x17f717=_0x47a3d0['_findSuggestions'](_0x3d51e5['range'],'attribute')['filter'](_0x4f82e8=>!_0x4f82e8['meta']['isNextTo'])['map'](_0x4bfaae=>_0x4bfaae['suggestion'])['filter'](_0x15baf6=>{const _0x18bc50=_0x47a3d0['_getAttributeKey'](_0x15baf6);return _0x3e1755['includes'](_0x18bc50);});if(_0x17f717['length']){for(const _0x1b9ceb of _0x17f717)_0x53b476['removeMarker'](_0x1b9ceb['getFirstMarker']());_0x1aa720=!0x0;}}return _0x1aa720;}['assureChains'](){const _0x4ce058=this['editor']['plugins']['get']('TrackChangesEditing'),_0x384231=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x18c8f5;const _0x30406d=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x432863=>{if(_0x432863['data']['oldRange']||!_0x432863['data']['newRange'])return null;if(!_0x432863['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x197e90}=_0x4ce058['_splitMarkerName'](_0x432863['name']);if(!_0x4ce058['hasSuggestion'](_0x197e90))return null;const _0x5e42f0=_0x4ce058['getSuggestion'](_0x197e90);return _0x384231['includes'](_0x5e42f0['data']['key']);})['map'](_0x1d6631=>{const {id:_0x41a7bf}=_0x4ce058['_splitMarkerName'](_0x1d6631['name']),_0x2d9a59=_0x4ce058['getSuggestion'](_0x41a7bf);return _0x18c8f5=_0x2d9a59['attributes']['groupId'],_0x2d9a59['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x30406d['size'])return;const _0xc4c951=_0x4ce058['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x43fb5b=>'attribute'==_0x43fb5b['type']&&_0x43fb5b['data']&&_0x384231['includes'](_0x43fb5b['data']['key'])&&_0x43fb5b['attributes']['groupId']!=_0x18c8f5)['map'](_0x472469=>({'listItem':_0x472469['getFirstRange']()['start']['nodeAfter'],'groupId':_0x472469['attributes']['groupId']})),_0xab5008=new Set();for(const {groupId:_0x18e201,listItem:_0x425bf9}of _0xc4c951)_0x30406d['has'](_0x425bf9)&&_0xab5008['add'](_0x18e201);for(const _0x34e2d7 of _0x4ce058['getSuggestions']())_0xab5008['has'](_0x34e2d7['attributes']['groupId'])&&_0x34e2d7['setAttribute']('groupId',_0x18c8f5);}['_supportLegacySuggestions'](){const _0x169375=this['editor'],_0x58bba3=_0x169375['locale'],_0x439e07=_0x169375['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x439e07['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x317bc0,_0x4a802a){const _0x46fadf=[];for(let _0x1105c4 of _0x317bc0)_0x1105c4['start']['nodeAfter']===_0x1105c4['end']['parent']&&(_0x1105c4=_0x169375['model']['createRange'](_0x169375['model']['createPositionAt'](_0x1105c4['start']['nodeAfter'],0x0))),_0x46fadf['push'](_0x1105c4);_0x169375['model']['change'](_0xd56461=>{const _0xb562e3=_0x169375['model']['document']['selection'],_0x129e1a=Array['from'](_0xb562e3['getRanges']())['map'](_0x174e8b=>_0x5580c5['fromRange'](_0x174e8b));_0xd56461['setSelection'](_0x46fadf),_0x169375['commands']['get'](_0x4a802a['commandName'])['refresh'](),_0x4a802a['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x169375['execute'](_0x4a802a['commandName'],..._0x4a802a['commandParams']),_0xd56461['setSelection'](_0x129e1a);for(const _0x3b62a7 of _0x129e1a)_0x3b62a7['detach']();});}),_0x439e07['descriptionFactory']['registerElementLabel'](function(_0x42fbfe){const _0x27fda9=!_0x169375['model']['schema']['isObject'](_0x42fbfe),_0x4710fa=_0x42fbfe['previousSibling'],_0x4f81e0=_0x42fbfe['nextSibling'],_0x513f3d=_0x42fbfe['getAttribute']('listItemId'),_0x19b99c=!_0x4710fa||_0x4710fa['getAttribute']('listItemId')!==_0x513f3d,_0x38f622=!_0x4f81e0||_0x4f81e0['getAttribute']('listItemId')!==_0x513f3d;return _0x27fda9&&Boolean(_0x513f3d)&&_0x19b99c&&_0x38f622;},_0x5da4ad=>o(_0x58bba3,'ELEMENT_LIST_ITEM',_0x5da4ad));}['_registerLegacyDescription'](){const _0x1fdac4=this['editor'],_0xfa26f3=_0x1fdac4['locale'];function _0x4e9169(_0x475593){const _0x4b4992=_0x1fdac4['commands']['get']('bulletedList')['value'],_0x41052e=_0x1fdac4['commands']['get']('numberedList')['value'];return'numberedList'===_0x475593?_0x4b4992:_0x41052e;}_0x1fdac4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x6c8aa1){if('formatBlock'!=_0x6c8aa1['type'])return;const {data:_0x3d491b}=_0x6c8aa1;if(!_0x3d491b)return;let _0x249d77,_0x4cd9b4,_0x317910,_0x378f08;switch(_0x3d491b['commandName']){case'bulletedList':_0x317910=_0x3d491b['commandParams'][0x0]['forceValue'],_0x378f08=_0x4e9169(_0x3d491b['commandName']),_0x249d77=_0x317910?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x378f08&&_0x1fdac4['config']['get']('list.multiBlock')||(_0x249d77='*Change\x20to:*\x20%0'),_0x4cd9b4={'type':'format','content':o(_0xfa26f3,_0x249d77,o(_0xfa26f3,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x317910=_0x3d491b['commandParams'][0x0]['forceValue'],_0x378f08=_0x4e9169(_0x3d491b['commandName']),_0x249d77=_0x317910?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x378f08&&_0x1fdac4['config']['get']('list.multiBlock')||(_0x249d77='*Change\x20to:*\x20%0'),_0x4cd9b4={'type':'format','content':o(_0xfa26f3,_0x249d77,o(_0xfa26f3,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x249d77='*Indent:*\x20%0',_0x4cd9b4={'type':'format','content':o(_0xfa26f3,_0x249d77,o(_0xfa26f3,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x249d77=function(_0x6e1075){const _0x2eb03f=_0x6e1075['getFirstRange']();let _0x3f85a8=_0x2eb03f['start']['nodeAfter'];for(;_0x3f85a8&&_0x2eb03f['containsItem'](_0x3f85a8);){if(_0x3f85a8['getAttribute']('listIndent')>0x0)return!0x1;_0x3f85a8=_0x3f85a8['nextSibling'];}return!0x0;}(_0x6c8aa1)?o(_0xfa26f3,'*Format:*\x20remove\x20from\x20%0',o(_0xfa26f3,function(_0x14a798){return'ELEMENT_'+_0x14a798['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x6c8aa1))):o(_0xfa26f3,'*Outdent:*\x20%0',o(_0xfa26f3,'ELEMENT_LIST_ITEM')),_0x4cd9b4={'type':'format','content':_0x249d77};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x3d491b['multipleBlocks']&&(_0x249d77='*Merge:*\x20%0',_0x4cd9b4={'type':'deletion','content':o(_0xfa26f3,_0x249d77,o(_0xfa26f3,'ELEMENT_LIST_ITEM'))});}return _0x4cd9b4;});}}function Te(_0x3af455){let _0x455bad=_0x3af455['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x455bad;){const _0x5e2a3a=_0x455bad['getAttribute']('listItemId');if(!_0x5e2a3a)return!0x1;if(_0x5e2a3a==_0x3af455['data']['newValue'])return'newValue';if(_0x5e2a3a==_0x3af455['data']['oldValue'])return'oldValue';_0x455bad=_0x455bad['previousSibling'];}return!0x1;}class ye extends _0x2a14ba{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x20ee16=this['editor']['config']['get']('list.properties'),_0x140c39=this['editor']['plugins']['get']('TrackChangesEditing');_0x20ee16['styles']&&(_0x140c39['enableDefaultAttributesIntegration']('listStyle'),_0x140c39['registerBlockAttribute']('listStyle')),_0x20ee16['reversed']&&(_0x140c39['enableDefaultAttributesIntegration']('listReversed'),_0x140c39['registerBlockAttribute']('listReversed')),_0x20ee16['startIndex']&&(_0x140c39['enableDefaultAttributesIntegration']('listStart'),_0x140c39['registerBlockAttribute']('listStart'));const _0x44ddf9={'type':'format','content':''};_0x140c39['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x530576=this['editor']['locale'];_0x140c39['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x530576,'FORMAT_LIST_REVERSED')),_0x140c39['descriptionFactory']['registerDescriptionCallback'](_0x584ba9=>{const {data:_0x13578f}=_0x584ba9;if(_0x13578f&&'listReversed'==_0x13578f['key'])return null==_0x13578f['newValue']||0x0==_0x13578f['newValue']&&null==_0x13578f['oldValue']?_0x44ddf9:void 0x0;}),_0x140c39['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x530576,'FORMAT_LIST_START')),_0x140c39['descriptionFactory']['registerDescriptionCallback'](_0x56e70f=>{const {data:_0x4faba2}=_0x56e70f;if(_0x4faba2&&'listStart'==_0x4faba2['key'])return null==_0x4faba2['newValue']||0x1==_0x4faba2['newValue']&&null==_0x4faba2['oldValue']?_0x44ddf9:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x4ea926=>{if(_0x4ea926['batch']['isUndo'])return!0x1;let _0x3b16a9=!0x1;const _0x2210c0=_0x140c39['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0xa7b4ae=>{const _0x3fe619=_0x140c39['_getAttributeKey'](_0xa7b4ae);return'listStart'==_0x3fe619||'listReversed'==_0x3fe619;});for(const _0x34a6a0 of _0x2210c0){const _0x338aaa=_0x34a6a0['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x338aaa||'customNumbered'==_0x338aaa)continue;_0x140c39['_findSuggestions'](_0x34a6a0['getFirstRange'](),'attribute')['find'](_0x17c6f8=>'listType'==_0x140c39['_getAttributeKey'](_0x17c6f8['suggestion']))||(_0x4ea926['removeMarker'](_0x34a6a0['getFirstMarker']()),_0x3b16a9=!0x0);}return _0x3b16a9;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x5073d8){const _0xeac152=this['editor']['locale'],{data:_0x370e93}=_0x5073d8,_0x593b4f={'type':'format','content':''};if(!_0x370e93||'listStyle'!=_0x370e93['key'])return;if(!_0x370e93['oldValue'])return'default'==_0x370e93['newValue']?_0x593b4f:{'type':'format','content':''+o(_0xeac152,'*Set\x20format:*\x20%0',o(_0xeac152,this['_getTranslationKeyForListStyle'](_0x370e93['newValue'])))};if(!_0x370e93['newValue']){if('default'==_0x370e93['oldValue'])return _0x593b4f;let _0x4d2e48=_0x5073d8['head'];for(;_0x4d2e48;){if(_0x4d2e48['data']&&'listType'==_0x4d2e48['data']['key']&&_0x4d2e48['data']['newValue'])return _0x593b4f;_0x4d2e48=_0x4d2e48['next'];}return{'type':'format','content':''+o(_0xeac152,'*Remove\x20format:*\x20%0',o(_0xeac152,this['_getTranslationKeyForListStyle'](_0x370e93['oldValue'])))};}if('default'!=_0x370e93['newValue'])return{'type':'format','content':''+o(_0xeac152,'*Set\x20format:*\x20%0',o(_0xeac152,this['_getTranslationKeyForListStyle'](_0x370e93['newValue'])))};let _0x337358=_0x5073d8['head'];for(;_0x337358;){if(_0x337358['data']&&'listType'==_0x337358['data']['key']&&_0x337358['data']['newValue']&&_0x337358['data']['oldValue'])return _0x593b4f;_0x337358=_0x337358['next'];}return{'type':'format','content':o(_0xeac152,'*Set\x20format:*\x20%0',o(_0xeac152,'ELEMENT_'+_0x5073d8['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x9de415=this['editor'],_0x3971ed=_0x9de415['locale'];_0x9de415['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2f9c5d=>{if('formatBlock'!=_0x2f9c5d['type'])return;const {data:_0x4a8abf}=_0x2f9c5d;if(!_0x4a8abf)return;let _0x34e3ec,_0x3db22d;switch(_0x4a8abf['commandName']){case'listStyle':_0x34e3ec='*Change\x20to:*\x20%0',_0x3db22d={'type':'format','content':o(_0x3971ed,_0x34e3ec,o(_0x3971ed,this['_getTranslationKeyForListStyle'](_0x4a8abf['commandParams'][0x0]['type'])))};break;case'listReversed':_0x34e3ec=_0x4a8abf['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x3db22d={'type':'format','content':o(_0x3971ed,_0x34e3ec)};break;case'listStart':_0x34e3ec='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x3db22d={'type':'format','content':o(_0x3971ed,_0x34e3ec,_0x4a8abf['commandParams'][0x0]['startIndex'])};}return _0x3db22d;});}['_getTranslationKeyForListStyle'](_0x6dae4a){return'ELEMENT_'+function(_0x17937f){if(Se['includes'](_0x17937f))return'bulleted';if(_e['includes'](_0x17937f))return'numbered';return null;}(_0x6dae4a)['toUpperCase']()+'_LIST_'+_0x6dae4a['toUpperCase']()['replace'](/-/g,'_');}}const Se=['disc','circle','square'],_e=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class X extends _0x2a14ba{static get['requires'](){return[_0x529e64];}['init'](){const _0x4b7021=this['editor'],_0xb3af97=_0x4b7021['plugins']['get']('TrackChangesEditing'),_0x46fbf9=_0x4b7021['commands']['get']('enter');_0xb3af97['enableCommand']('enter',()=>{_0x4b7021['model']['change'](_0x3e993f=>{const _0x3ed3f9=_0x4b7021['model']['document']['selection'],_0x1837f0=_0x3ed3f9['getFirstPosition'](),_0x2a342b=_0x5580c5['fromRange'](_0x3ed3f9['getFirstRange']());if(_0x46fbf9['enterBlock'](_0x3e993f)){const _0x15faec=_0x4b7021['model']['createPositionAt'](_0x1837f0['parent']['nextSibling'],0x0),_0x2ac899=_0x3e993f['createRange'](_0x1837f0,_0x15faec);_0xb3af97['markInsertion'](_0x2ac899);}else _0x3e993f['setSelection'](_0x3e993f['createRange'](_0x2a342b['end']));_0x2a342b['detach'](),_0x46fbf9['fire']('afterExecute',{'writer':_0x3e993f});});}),_0x4b7021['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',Ne(_0x4b7021,'split'),{'priority':'high'}),_0x4b7021['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x46ea9b,_0x230697,_0x4ab508)=>{const _0x1d0fe1=_0x4ab508['mapper']['markerNameToElements'](_0x230697['markerName']);if(_0x1d0fe1){for(const _0x222065 of _0x1d0fe1)_0x222065['hasClass']('ck-suggestion-marker-split')&&(_0x4ab508['mapper']['unbindElementFromMarkerName'](_0x222065,_0x230697['markerName']),_0x4ab508['writer']['remove'](_0x222065));}},{'priority':'high'}),_0x4b7021['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x3fa699,_0x30ccd8,_0x1df742)=>{_0x1df742['options']['showSuggestionHighlights']&&Ne(_0x4b7021,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x3fa699,_0x30ccd8,_0x1df742);},{'priority':'high'});}}class Y extends _0x2a14ba{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x39bc4f=this['editor']['plugins']['get']('TrackChangesEditing');_0x39bc4f['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x39bc4f['enableCommand']('findNext'),_0x39bc4f['enableCommand']('findPrevious'),_0x39bc4f['enableCommand']('replace'),_0x39bc4f['enableCommand']('replaceAll');}['handleFindCommand'](_0x1973c0,_0x9019a9,_0x55eb1c={}){const _0x2b3a08=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x1973c0(_0x433d26=>{let _0x55cc98=('string'==typeof _0x9019a9?_0x2b3a08['findByTextCallback'](_0x9019a9,_0x55eb1c):_0x9019a9)(_0x433d26);Array['isArray'](_0x55cc98)&&(_0x55cc98={'results':_0x55cc98,'searchText':'string'==typeof _0x9019a9?_0x9019a9:''});const _0x440f9e=_0x55cc98['results']['filter'](_0x48f6be=>!0x1===this['_isInDeletionRange'](_0x48f6be,_0x433d26['item']));return{..._0x55cc98,'results':_0x440f9e};},_0x55eb1c);}['_isInDeletionRange'](_0x131b52,_0xe454bb){const _0x55d95a=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0xe454bb,_0x131b52['start']),this['editor']['model']['createPositionAt'](_0xe454bb,_0x131b52['end']));for(const _0x3d057f of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x55d95a['getIntersection'](_0x3d057f['getRange']()))return!0x0;return!0x1;}}const ro=[{'pluginName':'FontSizeEditing','commandName':'fontSize'},{'pluginName':'FontFamilyEditing','commandName':'fontFamily'},{'pluginName':'FontColorEditing','commandName':'fontColor'},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];class Z extends _0x2a14ba{['afterInit'](){const _0x5b5810=this['editor']['locale'],_0x17709e=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x5b40c1,commandName:_0x49c809}of ro)this['editor']['plugins']['has'](_0x5b40c1)&&(_0x17709e['enableDefaultAttributesIntegration'](_0x49c809),_0x17709e['registerInlineAttribute'](_0x49c809));_0x17709e['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x5b5810,'FORMAT_FONT_SIZE')),_0x17709e['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x5b5810,'FORMAT_FONT_FAMILY')),_0x17709e['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x5b5810,'FORMAT_FONT_COLOR')),_0x17709e['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x5b5810,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1da181=this['editor'],_0x508b19=_0x1da181['locale'];_0x1da181['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x3d18be=>{const _0x1199e9=_0x508b19['t'];if('formatInline'!=_0x3d18be['type'])return;const {data:_0x33e682}=_0x3d18be;if(null!=_0x33e682){if('fontSize'==_0x33e682['commandName']){const _0x3d4310=_0x33e682['commandParams'][0x0]['value'];if(_0x3d4310){const _0x4b8af=_0x1199e9(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x43e3a9=>_0x43e3a9['model']==_0x3d4310)['title'])['toLowerCase']();return{'type':'format','content':o(_0x508b19,'*Set\x20font\x20size:*\x20%0',_0x4b8af)};}return{'type':'format','content':o(_0x508b19,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x33e682['commandName']){const _0x38a10b=_0x33e682['commandParams'][0x0]['value'];return _0x38a10b?{'type':'format','content':o(_0x508b19,'*Set\x20font\x20family:*\x20%0',_0x38a10b)}:{'type':'format','content':o(_0x508b19,'*Reset\x20font\x20family*')};}if('fontColor'==_0x33e682['commandName']){const _0x167140=_0x33e682['commandParams'][0x0]['value'];if(_0x167140){const _0x256611=_0x2c1be0(this['editor']['config']['get']('fontColor.colors'))['find'](_0x386dcf=>_0x386dcf['model']==_0x167140);let _0x48ccbd=_0x167140,_0x53307a='';return _0x256611&&(_0x48ccbd=_0x256611['label'],_0x53307a=_0x1199e9(_0x48ccbd)['toLowerCase']()),{'type':'format','content':o(_0x508b19,'*Set\x20font\x20color:*\x20%0',_0x53307a)['trim'](),'color':{'value':_0x167140,'title':_0x53307a||_0x48ccbd}};}return{'type':'format','content':o(_0x508b19,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x33e682['commandName']){const _0x2a5519=_0x33e682['commandParams'][0x0]['value'];if(_0x2a5519){const _0x5ccee9=_0x2c1be0(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x245220=>_0x245220['model']==_0x2a5519);let _0xef7ac0=_0x2a5519,_0x5bb4ac='';return _0x5ccee9&&(_0xef7ac0=_0x5ccee9['label'],_0x5bb4ac=_0x1199e9(_0xef7ac0)['toLowerCase']()),{'type':'format','content':o(_0x508b19,'*Set\x20font\x20background\x20color:*\x20%0',_0x5bb4ac)['trim'](),'color':{'value':_0x2a5519,'title':_0x5bb4ac||_0xef7ac0}};}return{'type':'format','content':o(_0x508b19,'*Reset\x20font\x20background\x20color*')};}}});}}class tt extends _0x2a14ba{['afterInit'](){const _0x56db75=this['editor'],_0x3dc7c7=_0x56db75['plugins']['get']('TrackChangesEditing'),_0x4a710b=_0x56db75['commands']['get']('copyFormat'),_0x571973=_0x56db75['commands']['get']('pasteFormat');_0x4a710b&&_0x571973&&(_0x3dc7c7['enableDefaultAttributesIntegration']('pasteFormat'),_0x3dc7c7['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x443eae=this['editor'],_0x3313ae=_0x443eae['locale'];_0x443eae['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x51edfa=>{if('formatBlock'!=_0x51edfa['type']&&'formatInline'!=_0x51edfa['type'])return;const {data:_0x399db1}=_0x51edfa;if(_0x399db1&&'pasteFormat'===_0x399db1['commandName']){const _0x592a6c=[],_0x105f81=_0x399db1['commandParams'][0x0];for(const [_0x283715,_0x10d24c]of Object['entries'](_0x105f81))_0x592a6c['push'](so(_0x443eae,_0x283715,_0x10d24c));return _0x592a6c['length']?{'type':'format','content':o(_0x3313ae,'*Set\x20format\x20to:*\x20%0',_0x592a6c['join'](',\x20'))}:{'type':'format','content':o(_0x3313ae,'*Remove\x20all\x20formatting*')};}});}}function so(_0xc5f7fc,_0x5987d7,_0x3fad89){const _0x518c46=_0xc5f7fc['locale']['t'],_0x369e7c=_0x5987d7['split'](/(?=[A-Z])/)['join']('\x20'),_0x262f8e=_0x518c46(_0x369e7c['charAt'](0x0)['toUpperCase']()+_0x369e7c['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x3fad89)return _0x262f8e;if('fontColor'===_0x5987d7||'fontBackgroundColor'===_0x5987d7){const _0x5b3a0f=_0x2c1be0(_0xc5f7fc['config']['get']('fontColor.colors'))['find'](_0x4c382d=>_0x4c382d['model']==_0x3fad89);return _0x262f8e+'\x20('+(_0x5b3a0f?_0x518c46(_0x5b3a0f['label'])['toLowerCase']():_0x3fad89)+')';}if('fontSize'===_0x5987d7&&isNaN(parseFloat(_0x3fad89))){const _0x1510b6=_0xc5f7fc['plugins']['get']('FontSize')['normalizeSizeOptions'](_0xc5f7fc['config']['get']('fontSize.options'))['find'](_0x228708=>_0x228708['model']==_0x3fad89);return _0x262f8e+'\x20('+(_0x1510b6?_0x518c46(_0x1510b6['title'])['toLowerCase']():_0x3fad89)+')';}return _0x262f8e+'\x20('+_0x3fad89+')';}class nt extends _0x2a14ba{['_headingOptions'];['afterInit'](){const _0x51c182=this['editor'];if(!_0x51c182['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x51c182['config']['get']('heading.options');const _0x316228=_0x51c182['locale'],_0x10e7bd=_0x51c182['plugins']['get']('TrackChangesEditing');_0x10e7bd['enableDefaultAttributesIntegration']('heading');for(const _0x1f6f70 of this['_headingOptions'])'paragraph'!=_0x1f6f70['model']&&_0x10e7bd['descriptionFactory']['registerElementLabel'](_0x1f6f70['model'],_0x4ccbc6=>{const _0x138c50=this['_getHeadingLevel'](_0x1f6f70['model']);return null!==_0x138c50?_0x338eb7(_0x4ccbc6,_0x138c50):_0x12c8e5(_0x4ccbc6,_0x1f6f70['title']);});function _0x338eb7(_0x409134,_0x24f93e){return o(_0x316228,'ELEMENT_HEADING',[_0x409134,_0x24f93e]);}function _0x12c8e5(_0x3eedf2,_0x2c2261){return o(_0x316228,'ELEMENT_HEADING_CUSTOM',[_0x3eedf2,_0x2c2261]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x27c7a2=this['editor'],_0x1d5020=_0x27c7a2['locale'];function _0x4b0d4(_0x4d4a97,_0x5cabd9){return o(_0x1d5020,'ELEMENT_HEADING_CUSTOM',[_0x4d4a97,_0x5cabd9]);}_0x27c7a2['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x57001d=>{if('formatBlock'!=_0x57001d['type'])return;const {data:_0x5d6676}=_0x57001d;if(_0x5d6676&&'heading'==_0x5d6676['commandName']){const _0x4cd37c=_0x5d6676['commandParams'][0x0]['value'],_0x2cb536=this['_getHeadingLevel'](_0x4cd37c);if(null!==_0x2cb536)return{'type':'format','content':o(_0x1d5020,'*Change\x20to:*\x20%0',(_0x216c64=0x1,_0x122a52=_0x2cb536,o(_0x1d5020,'ELEMENT_HEADING',[_0x216c64,_0x122a52])))};const _0x82e48c=this['_headingOptions']['find'](_0x5984b2=>_0x5984b2['model']===_0x4cd37c)['title'];return{'type':'format','content':o(_0x1d5020,'*Change\x20to:*\x20%0',_0x4b0d4(0x1,_0x82e48c))};}var _0x216c64,_0x122a52;});}['_getHeadingLevel'](_0x163e4c){const _0x5ea328=_0x163e4c['match'](/^heading(\d+)/);if(_0x5ea328)return _0x5ea328[0x1];const _0x168f93=this['_headingOptions']?.['find'](_0xd94eab=>_0xd94eab['model']==_0x163e4c);if(_0x168f93&&_0x168f93['view']){const _0x5aefaf=_0x168f93['view'],_0x4d1d34=(_0x5aefaf['name']??_0x5aefaf)['match'](/^h(\d+)/);if(_0x4d1d34)return _0x4d1d34[0x1];}return null;}}class it extends _0x2a14ba{['afterInit'](){const _0x10f344=this['editor'];if(!_0x10f344['plugins']['has']('HighlightEditing'))return;const _0x541723=_0x10f344['plugins']['get']('TrackChangesEditing'),_0x29a02f=_0x10f344['locale'];_0x541723['enableDefaultAttributesIntegration']('highlight'),_0x541723['registerInlineAttribute']('highlight'),_0x541723['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x29a02f,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2fda3a=this['editor'],_0x5dd381=_0x2fda3a['locale'];_0x2fda3a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4c3430=>{if('formatInline'!=_0x4c3430['type'])return;const {data:_0x59917e}=_0x4c3430;if(_0x59917e&&'highlight'==_0x59917e['commandName']){const _0x3ab1c2=_0x5dd381['t'],_0x1a8024=_0x59917e['commandParams'][0x0]['value'];if(_0x1a8024){const _0x2447ba=_0x2fda3a['config']['get']('highlight.options')['find'](_0xfbb2a0=>_0xfbb2a0['model']==_0x1a8024),_0x502619=_0x3ab1c2(_0x2447ba['title'])['toLowerCase']();return{'type':'format','content':o(_0x5dd381,'*Set\x20highlight:*\x20%0',_0x502619),'color':{'value':_0x2447ba['color'],'title':_0x2447ba['title']}};}return{'type':'format','content':o(_0x5dd381,'*Remove\x20highlight*',o(_0x5dd381,'FORMAT_HIGHLIGHT'))};}});}}class et extends _0x2a14ba{['afterInit'](){const _0x3d8b2d=this['editor'];if(!_0x3d8b2d['plugins']['has']('HorizontalLineEditing'))return;_0x3d8b2d['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x342284=_0x3d8b2d['plugins']['get']('TrackChangesEditing'),_0x3602f0=_0x3d8b2d['locale'];_0x342284['descriptionFactory']['registerElementLabel']('horizontalLine',_0x181bc8=>o(_0x3602f0,'ELEMENT_HORIZONTAL_LINE',_0x181bc8)),_0x3d8b2d['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x574df9,{writer:_0x156d4e,options:_0x50b5c6})=>{if(!_0x50b5c6['showSuggestionHighlights'])return null;const _0x1e92e1=_0x156d4e['createContainerElement']('div'),_0xf2c4d7=_0x156d4e['createEmptyElement']('hr');return _0x156d4e['addClass']('ck-horizontal-line',_0x1e92e1),_0x156d4e['insert'](_0x156d4e['createPositionAt'](_0x1e92e1,0x0),_0xf2c4d7),_0x1e92e1;},'converterPriority':'high'});}}class st extends _0x2a14ba{['afterInit'](){const _0x20ec90=this['editor'];if(!_0x20ec90['plugins']['has']('HtmlEmbed'))return;const _0x17ff72=_0x20ec90['plugins']['get']('TrackChangesEditing'),_0x1ff992=_0x20ec90['locale'];_0x17ff72['descriptionFactory']['registerElementLabel']('rawHtml',_0x515f18=>o(_0x1ff992,'ELEMENT_HTML_EMBED',_0x515f18)),_0x17ff72['enableDefaultAttributesIntegration']('htmlEmbed'),_0x17ff72['registerBlockAttribute']('value'),_0x17ff72['descriptionFactory']['registerDescriptionCallback'](_0x1fb360=>{if('attribute'!=_0x1fb360['type'])return;const {data:_0x48d643}=_0x1fb360;if(_0x48d643&&'value'==_0x48d643['key']&&_0x1fb360['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x3df8a1=o(_0x1ff992,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x1ff992,'*Change\x20%0\x20content*',_0x3df8a1)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5657c5=this['editor'],_0x31a958=_0x5657c5['locale'];_0x5657c5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x18a1ed=>{if('formatBlock'!=_0x18a1ed['type'])return;const {data:_0x2fe947}=_0x18a1ed;if(_0x2fe947&&'htmlEmbed'==_0x2fe947['commandName']){const _0x4cc6e9=o(_0x31a958,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x31a958,'*Change\x20%0\x20content*',_0x4cc6e9)};}});}}class ot extends _0x2a14ba{['afterInit'](){const _0x117ed3=this['editor'];if(!_0x117ed3['plugins']['has']('ImageEditing'))return;const _0x560d4b=_0x117ed3['plugins']['get']('TrackChangesEditing'),_0x102711=_0x117ed3['plugins']['get']('ImageUtils'),_0x20b4d5=_0x117ed3['locale'];_0x560d4b['enableCommand']('insertImage'),_0x560d4b['descriptionFactory']['registerElementLabel']('imageBlock',_0x2503de=>o(_0x20b4d5,'ELEMENT_IMAGE',_0x2503de)),_0x560d4b['descriptionFactory']['registerElementLabel']('imageInline',_0x3c2a81=>o(_0x20b4d5,'ELEMENT_INLINE_IMAGE',_0x3c2a81)),_0x560d4b['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x20b4d5,'ELEMENT_CAPTION')),_0x117ed3['plugins']['has']('ImageUploadEditing')&&_0x560d4b['enableCommand']('uploadImage'),_0x117ed3['plugins']['has']('ImageBlockEditing')&&_0x117ed3['plugins']['has']('ImageInlineEditing')&&(_0x560d4b['enableCommand']('imageTypeInline',(_0x25aaea,_0x557471)=>{const _0x7f7806=_0x102711['getClosestSelectedImageElement'](_0x117ed3['model']['document']['selection']);_0x117ed3['model']['change'](()=>{_0x560d4b['markBlockFormat'](_0x7f7806,{'commandName':'imageTypeInline','commandParams':[_0x557471]},[],'convertBlockImageToInline');});}),_0x560d4b['enableCommand']('imageTypeBlock',(_0x572c3d,_0x2f165b)=>{_0x117ed3['model']['change'](_0x481872=>{let _0x576174=_0x102711['getClosestSelectedImageElement'](_0x117ed3['model']['document']['selection']),_0x305c16=_0x481872['createRangeOn'](_0x576174);const _0x4bd771=_0x140ac4['fromPosition'](_0x305c16['start'],'toPrevious'),_0x2b576f=_0x140ac4['fromPosition'](_0x305c16['end'],'toNext');_0x560d4b['forceDefaultExecution'](()=>_0x572c3d(_0x2f165b)),_0x576174=_0x102711['getClosestSelectedImageElement'](_0x117ed3['model']['document']['selection']),_0x305c16=_0x481872['createRangeOn'](_0x576174);const _0x1424b1=_0x481872['createRange'](_0x4bd771,_0x2b576f);_0x4bd771['detach'](),_0x2b576f['detach'](),_0x560d4b['markBlockFormat'](_0x576174,{'commandName':'imageTypeInline','commandParams':[_0x2f165b]},[],'convertInlineImageToBlock'),_0x1424b1['start']['isBefore'](_0x305c16['start'])&&_0x560d4b['markInsertion'](_0x481872['createRange'](_0x1424b1['start'],_0x305c16['start']),'convertInlineImageToBlock'),_0x305c16['end']['isBefore'](_0x1424b1['end'])&&_0x560d4b['markInsertion'](_0x481872['createRange'](_0x305c16['end'],_0x1424b1['end']),'convertInlineImageToBlock');});}),_0x560d4b['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x560d4b['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x560d4b['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x560d4b['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x560d4b['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x560d4b['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x33bc54])=>{const _0x1877a0=_0x560d4b['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0x133916=_0x33bc54['start'],_0x2d1d5b=_0x33bc54['end'];const _0x259488=_0x117ed3['model']['schema']['getNearestSelectionRange'](_0x133916,'backward'),_0x19207c=_0x117ed3['model']['schema']['getNearestSelectionRange'](_0x2d1d5b,'forward');_0x259488['isCollapsed']&&(_0x133916=_0x259488['start']),_0x19207c['isCollapsed']&&(_0x2d1d5b=_0x19207c['end']),_0x1877a0([_0x117ed3['model']['createRange'](_0x133916,_0x2d1d5b)]);}),_0x560d4b['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x556111),_0x560d4b['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x556111)),_0x117ed3['plugins']['has']('ImageCaptionEditing')&&(_0x560d4b['enableCommand']('toggleImageCaption',(_0x5b3fc4,_0x44376d)=>{const _0x31d62c=_0x117ed3['plugins']['get']('ImageCaptionUtils');let _0x35e575=_0x102711['getClosestSelectedImageElement'](_0x117ed3['model']['document']['selection']),_0x31c478=_0x31d62c['getCaptionFromImageModelElement'](_0x35e575);_0x117ed3['model']['change'](()=>{if(_0x31c478)return void _0x560d4b['markDeletion'](_0x117ed3['model']['createRangeOn'](_0x31c478));const _0x50f0bb=_0x102711['isBlockImage'](_0x35e575);_0x5b3fc4(_0x44376d),_0x35e575=_0x102711['getClosestSelectedImageElement'](_0x117ed3['model']['document']['selection']),_0x31c478=_0x31d62c['getCaptionFromImageModelElement'](_0x35e575),_0x560d4b['markInsertion'](_0x117ed3['model']['createRangeOn'](_0x31c478),_0x50f0bb?null:'imageCaption');});}),_0x560d4b['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x556111));const _0x45fd06=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x97c0d0(_0x1acf72,_0x56ce59){const _0x508efc=_0x45fd06['findIndex'](({type:_0x179701,subType:_0x321602})=>_0x1acf72['type']==_0x179701&&_0x1acf72['subType']==_0x321602),_0x4a0d69=_0x45fd06['findIndex'](({type:_0x41c5bd,subType:_0x3e6f9})=>_0x56ce59['type']==_0x41c5bd&&_0x56ce59['subType']==_0x3e6f9);if(_0x508efc<0x0||_0x4a0d69<0x0)return!0x1;const _0x35ed79=_0x1acf72['getFirstRange'](),_0x2917ff=_0x56ce59['getFirstRange']();if((0x0==_0x508efc||0x1==_0x508efc)&&0x2==_0x4a0d69&&_0x35ed79['isIntersecting'](_0x2917ff))return!0x0;if(0x2==_0x508efc&&0x3==_0x4a0d69){const _0xe7ea1f=_0x560d4b['_findSuggestions'](_0x35ed79,'insertion')['filter'](({suggestion:_0xc500a1,meta:_0x5c8e99})=>_0x5c8e99['isOwn']&&'convertInlineImageToBlock'==_0xc500a1['subType']);if(_0xe7ea1f['length']>0x1&&_0x2917ff['end']['isEqual'](_0x35ed79['start']))return!0x0;if(0x1==_0xe7ea1f['length']&&(_0x35ed79['start']['isEqual'](_0x2917ff['end'])||_0x35ed79['end']['isEqual'](_0x2917ff['start'])))return!0x0;}if(0x3==_0x508efc&&0x3==_0x4a0d69&&_0x35ed79['start']['isBefore'](_0x2917ff['start'])){const _0x113012=_0x35ed79['end']['nodeAfter'],_0x1a6807=_0x2917ff['start']['nodeBefore'];return _0x102711['isBlockImage'](_0x113012)&&_0x113012===_0x1a6807;}return!0x1;}function _0x556111(_0x220b74,_0x4eb0ac){return _0x97c0d0(_0x220b74,_0x4eb0ac)?[_0x220b74,_0x4eb0ac]:_0x97c0d0(_0x4eb0ac,_0x220b74)?[_0x4eb0ac,_0x220b74]:null;}_0x117ed3['plugins']['has']('ImageResize')&&(_0x560d4b['enableDefaultAttributesIntegration']('resizeImage'),_0x560d4b['registerBlockAttribute']('resizedWidth'),_0x560d4b['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x20b4d5,'FORMAT_IMAGE_SIZE'))),_0x117ed3['plugins']['has']('ImageTextAlternativeEditing')&&(_0x560d4b['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x560d4b['registerBlockAttribute']('alt')),_0x560d4b['descriptionFactory']['registerDescriptionCallback'](_0x25267a=>{if(!!_0x45fd06['find'](({type:_0x11173b,subType:_0x2a5baf})=>_0x25267a['type']==_0x11173b&&_0x25267a['subType']==_0x2a5baf))return _0x25267a['previous']?{}:void 0x0;}),_0x560d4b['descriptionFactory']['registerDescriptionCallback'](_0x2f7ee2=>{if('insertion'==_0x2f7ee2['type']||'deletion'==_0x2f7ee2['type']){const _0x5e64ba=_0x2f7ee2['getContainedElement']();if(_0x5e64ba&&_0x5e64ba['is']('element','caption'))return{'type':'insertion'==_0x2f7ee2['type']?'addObject':'removeObject','element':_0x5e64ba,'quantity':0x1};}}),_0x560d4b['descriptionFactory']['registerDescriptionCallback'](_0x5e3b14=>'formatBlock'==_0x5e3b14['type']&&'convertInlineImageToBlock'==_0x5e3b14['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x5e3b14['type']&&'convertBlockImageToInline'==_0x5e3b14['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x560d4b['descriptionFactory']['registerDescriptionCallback'](_0x1c750f=>{if('attribute'!=_0x1c750f['type'])return;const {data:_0x30f6a2}=_0x1c750f;if(!_0x30f6a2||'alt'!=_0x30f6a2['key'])return;const _0x496a83=_0x30f6a2['newValue'];return _0x496a83?{'type':'format','content':o(_0x20b4d5,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x496a83+'\x22')}:{'type':'format','content':o(_0x20b4d5,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4126e3=this['editor'],_0x3ed470=_0x4126e3['locale'];_0x4126e3['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xd65a1=>{if('formatBlock'!=_0xd65a1['type']&&'formatInline'!=_0xd65a1['type'])return;const {data:_0x30d8a6}=_0xd65a1;if(_0x30d8a6){if('imageTextAlternative'==_0x30d8a6['commandName']){const _0x1abf8c=_0x30d8a6['commandParams'][0x0]['newValue'];return _0x1abf8c?{'type':'format','content':o(_0x3ed470,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x1abf8c+'\x22')}:{'type':'format','content':o(_0x3ed470,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x30d8a6['commandName']){const _0x1b2e23=_0x30d8a6['commandParams'][0x0]['width'];return _0x1b2e23?{'type':'format','content':o(_0x3ed470,'*Set\x20image\x20width:*\x20%0',_0x1b2e23)}:{'type':'format','content':o(_0x3ed470,'*Reset\x20image\x20width*')};}}});}}class rt extends _0x2a14ba{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x3aa282=this['editor']['locale'],_0x36f3b7=this['editor']['plugins']['get']('TrackChangesEditing');_0x36f3b7['enableDefaultAttributesIntegration']('replaceImageSource'),_0x36f3b7['registerBlockAttribute']('src'),_0x36f3b7['descriptionFactory']['registerDescriptionCallback'](_0x4d34f1=>{if('attribute'!=_0x4d34f1['type'])return;const {data:_0x2c49ff}=_0x4d34f1;return _0x2c49ff&&'src'==_0x2c49ff['key']?_0x2c49ff['newValue']&&_0x2c49ff['oldValue']?{'type':'format','content':o(_0x3aa282,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x187238=this['editor']['plugins']['get']('TrackChangesEditing');_0x187238['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x187238['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x187238['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x187238['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x29dcc5=this['editor'],_0x2b635a=_0x29dcc5['locale'];_0x29dcc5['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x35b098=>{if('formatBlock'!=_0x35b098['type']&&'formatInline'!=_0x35b098['type'])return;const {data:_0x33f72d}=_0x35b098;if(!_0x33f72d||'replaceImageSource'!=_0x33f72d['commandName'])return;return{'type':'format','content':o(_0x2b635a,'*Format:*\x20replace\x20image\x20URL')};});}}class at extends _0x2a14ba{['afterInit'](){const _0x383607=this['editor'];if(!_0x383607['plugins']['has']('ImageStyleEditing'))return;const _0x4e1d73=_0x383607['plugins']['get']('TrackChangesEditing'),_0x3d3fa8=_0x383607['plugins']['get']('ImageUtils'),_0x9c1328={};_0x4e1d73['enableCommand']('imageStyle',(_0x16b767,_0x27766c)=>{const _0x5ae3ef=_0x383607['plugins']['get']('Users')['me'],_0x394667=_0x383607['commands']['get']('imageStyle');let _0x3200c1=_0x3d3fa8['getClosestSelectedImageElement'](_0x383607['model']['document']['selection']),_0x34fcb1=_0x383607['model']['createRangeOn'](_0x3200c1),_0x5ab119=_0x394667['value'];if(_0x5ab119==_0x27766c['value'])return;const _0x59674e={'commandName':'imageStyle','commandParams':[_0x27766c],'formatGroupId':_0xbb8093()};_0x383607['model']['change'](()=>{if(_0x4e1d73['getSuggestions']()['filter'](_0x3932d4=>_0x3932d4['isInContent']&&_0x5ae3ef==_0x3932d4['author']&&('formatBlock'==_0x3932d4['type']||'formatInline'==_0x3932d4['type'])&&('imageStylePreApply'==_0x3932d4['subType']||'imageStylePostApply'==_0x3932d4['subType'])&&_0x3932d4['getFirstRange']()['isEqual'](_0x34fcb1))['forEach'](_0x3ac501=>_0x4e1d73['discardSuggestion'](_0x3ac501['head'])),_0x3200c1=_0x3d3fa8['getClosestSelectedImageElement'](_0x383607['model']['document']['selection']),_0x34fcb1=_0x383607['model']['createRangeOn'](_0x3200c1),_0x394667['refresh'](),_0x383607['commands']['get']('imageTypeInline')['refresh'](),_0x383607['commands']['get']('imageTypeBlock')['refresh'](),_0x5ab119=_0x394667['value'],_0x5ab119!=_0x27766c['value'])return _0x3d3fa8['isInlineImage'](_0x3200c1)&&_0x394667['shouldConvertImageType'](_0x27766c['value'],_0x3200c1)?(_0x16b767({..._0x27766c,'setImageSizes':!0x1}),_0x3200c1=_0x3d3fa8['getClosestSelectedImageElement'](_0x383607['model']['document']['selection']),void _0x4e1d73['markBlockFormat'](_0x3200c1,{..._0x59674e,'commandReversedParams':[{'value':_0x5ab119||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x3d3fa8['isBlockImage'](_0x3200c1)?_0x4e1d73['markBlockFormat'](_0x3200c1,_0x59674e,[],'imageStylePostApply'):_0x4e1d73['markInlineFormat'](_0x34fcb1,_0x59674e,'imageStylePostApply'));});});for(const _0x15491c of _0x383607['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x9c1328[_0x15491c['name']]=_0x15491c['title']['toLowerCase']();_0x4e1d73['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x4e1d73['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x4e1d73['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x4e1d73['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x5ee062])=>{_0x3d3fa8['setImageNaturalSizeAttributes'](_0x5ee062['getContainedElement']());}),_0x4e1d73['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x1e13e0,_0x45454a)=>{_0x4e1d73['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x1e13e0,{'commandName':_0x45454a['commandName'],'commandParams':_0x45454a['commandReversedParams']});}),_0x4e1d73['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x6c5f75,_0x132c9e){if(_0x81ec4e(_0x6c5f75,_0x132c9e))return[_0x6c5f75,_0x132c9e];if(_0x81ec4e(_0x132c9e,_0x6c5f75))return[_0x132c9e,_0x6c5f75];return null;});const _0x2dc6f8=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x81ec4e(_0x27ca8a,_0x223ba2){const _0xe74c65=_0x2dc6f8['findIndex'](({type:_0x29c219,subType:_0x4d7300})=>_0x27ca8a['type']==_0x29c219&&_0x27ca8a['subType']==_0x4d7300),_0x306eac=_0x2dc6f8['findIndex'](({type:_0x30ae94,subType:_0x2884fd})=>_0x223ba2['type']==_0x30ae94&&_0x223ba2['subType']==_0x2884fd);if(_0xe74c65<0x0||_0x306eac<0x0)return!0x1;const _0x4c6750=_0x27ca8a['getFirstRange'](),_0x3ab155=_0x223ba2['getFirstRange']();if((0x0==_0xe74c65||0x1==_0xe74c65)&&0x2==_0x306eac&&_0x4c6750['isIntersecting'](_0x3ab155))return!0x0;if(0x2==_0xe74c65&&0x3==_0x306eac){const _0x529454=_0x4e1d73['_findSuggestions'](_0x4c6750,'insertion')['filter'](({suggestion:_0x1bd647,meta:_0x115829})=>_0x115829['isOwn']&&'convertInlineImageToBlock'==_0x1bd647['subType']);if(_0x529454['length']>0x1&&_0x3ab155['end']['isEqual'](_0x4c6750['start']))return!0x0;if(0x1==_0x529454['length']&&(_0x4c6750['start']['isEqual'](_0x3ab155['end'])||_0x4c6750['end']['isEqual'](_0x3ab155['start'])))return!0x0;}if(0x3==_0xe74c65&&0x3==_0x306eac&&_0x4c6750['start']['isBefore'](_0x3ab155['start'])){const _0x1fa3b4=_0x4c6750['end']['nodeAfter'],_0x16e306=_0x3ab155['start']['nodeBefore'];return _0x3d3fa8['isBlockImage'](_0x1fa3b4)&&_0x1fa3b4===_0x16e306;}return!0x1;}_0x383607['model']['document']['registerPostFixer'](()=>{let _0x520f0a=!0x1;const _0x12c5d7=Array['from'](_0x383607['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x585358,data:_0x4c66d0}of _0x12c5d7){const {group:_0x111f4f,type:_0x364be8,subType:_0x59f680,id:_0xa6ae9c}=_0x4e1d73['_splitMarkerName'](_0x585358);if('suggestion'==_0x111f4f&&_0x4e1d73['hasSuggestion'](_0xa6ae9c)){if('formatBlock'==_0x364be8&&('imageStylePreApply'==_0x59f680||'imageStylePostApply'==_0x59f680)){const _0x3a4423=_0x4e1d73['getSuggestion'](_0xa6ae9c);if(_0x4c66d0['newRange']){const _0x2b636e=_0x3a4423['getFirstRange']()['getContainedElement']();if(_0x3d3fa8['isBlockImage'](_0x2b636e))continue;_0x4e1d73['discardSuggestion'](_0x3a4423),_0x520f0a=!0x0;}}if('insertion'==_0x364be8&&'imageCaption'==_0x59f680&&!_0x4c66d0['newRange']){const _0x467a61=_0x4e1d73['getSuggestion'](_0xa6ae9c);_0x467a61['next']&&_0x467a61['next']['isInContent']&&(_0x4e1d73['discardSuggestion'](_0x467a61['next']),_0x520f0a=!0x0);}}}return _0x520f0a;}),this['_registerLegacyDescription'](_0x9c1328);}['_registerLegacyDescription'](_0x218a0d){const _0x105588=this['editor'],_0x3b2355=_0x105588['locale'];_0x105588['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5cdc79=>{if('formatBlock'!=_0x5cdc79['type']&&'formatInline'!=_0x5cdc79['type'])return;const {data:_0x520746}=_0x5cdc79;if(!_0x520746||'imageStyle'!=_0x520746['commandName'])return;const _0x3304f4=_0x520746['commandParams'][0x0]['value'];return _0x2827f0('side'===_0x3304f4?o(_0x3b2355,'FORMAT_SIDE_IMAGE'):_0x218a0d[_0x3304f4]||_0x3304f4);function _0x2827f0(_0x27b73a){return{'type':'format','content':o(_0x3b2355,'*Format:*\x20%0',_0x27b73a)};}});}}class ct extends _0x2a14ba{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0xa22643){super(_0xa22643),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x3bc0d7=this['editor'],_0x341165=_0x3bc0d7['commands']['get']('importWord'),_0xaf5eb6=_0x3bc0d7['commands']['get']('trackChanges');_0x341165&&(_0x341165['on']('execute',(_0x3c6961,[,_0x21fde6])=>{this['_trackChangesValueDuringImport']=_0xaf5eb6['value'],_0x21fde6['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x341165,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x341165,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0xaf5eb6['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x3bc0d7['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x4f19d0,_0x1b62b0){const {suggestions:_0x4e11ef}=_0x1b62b0,_0x1fa3ab=this['editor']['commands']['get']('trackChanges'),_0x5a579c=_0x1fa3ab['value'];this['_trackChangesValueDuringImport']!==_0x5a579c&&(_0x1fa3ab['execute'](),this['_trackChangesExecuted']=!0x0),_0x4e11ef&&_0x4e11ef['forEach'](({id:_0x2908fe,type:_0x188551,author:_0x2619a7,created_at:_0x409116})=>{const _0x4ca527={'id':_0x2908fe,'type':_0x188551,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x2619a7,'createdAt':_0x409116?new Date(_0x409116):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x4ca527);});}}class ut extends _0x2a14ba{['afterInit'](){const _0x19c5a1=this['editor'],_0x15ea04=_0x19c5a1['plugins']['get']('TrackChangesEditing');if(_0x19c5a1['plugins']['has']('IndentEditing')&&(_0x15ea04['enableCommand']('indent'),_0x15ea04['enableCommand']('outdent')),_0x19c5a1['plugins']['has']('IndentBlock')){for(const _0x4cb7f6 of['indentBlock','outdentBlock'])_0x15ea04['enableDefaultAttributesIntegration'](_0x4cb7f6);}const _0x806a99=_0x19c5a1['locale'];_0x15ea04['registerBlockAttribute']('blockIndent'),_0x15ea04['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x806a99,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x205852=this['editor'],_0x47cf68=_0x205852['locale'],_0xc84de1=_0x205852['plugins']['get']('TrackChangesEditing');_0xc84de1['descriptionFactory']['registerDescriptionCallback'](_0x571a51=>{if('formatBlock'!=_0x571a51['type'])return;const {data:_0x448c5c}=_0x571a51;if(!_0x448c5c)return;if('indentBlock'!=_0x448c5c['commandName']&&'outdentBlock'!=_0x448c5c['commandName'])return;const _0x145fc4=_0x571a51['getItems']()[0x0],_0x7a25ad=_0xc84de1['descriptionFactory']['getItemLabel'](_0x145fc4);return'indentBlock'==_0x448c5c['commandName']?{'type':'format','content':o(_0x47cf68,'*Indent:*\x20%0',_0x7a25ad)}:'outdentBlock'==_0x448c5c['commandName']?{'type':'format','content':o(_0x47cf68,'*Outdent:*\x20%0',_0x7a25ad)}:void 0x0;});}}class ft extends _0x2a14ba{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x2a14ba{['afterInit'](){const _0x6cbda0=this['editor'];if(!_0x6cbda0['plugins']['has']('LinkEditing'))return;const _0x1b5cdd=_0x6cbda0['plugins']['get']('TrackChangesEditing'),_0x2e8c21=_0x6cbda0['commands']['get']('link');_0x1b5cdd['enableDefaultAttributesIntegration']('link'),_0x1b5cdd['enableDefaultAttributesIntegration']('unlink'),_0x1b5cdd['registerInlineAttribute']('linkHref');for(const _0x17b11b of _0x2e8c21['manualDecorators'])_0x1b5cdd['registerInlineAttribute'](_0x17b11b['id']),_0x1b5cdd['descriptionFactory']['registerAttributeLabel'](_0x17b11b['id'],'link\x20('+_0x17b11b['label']['toLowerCase']()+')');_0x1b5cdd['descriptionFactory']['registerDescriptionCallback'](_0x29385e=>{if('attribute'!=_0x29385e['type'])return;const {data:_0x11daf7}=_0x29385e;if(!_0x11daf7||'linkHref'!=_0x11daf7['key'])return;const _0x532414=_0x11daf7['newValue'],_0x2aa82d=_0x6cbda0['locale'];return{'type':'format','content':null==_0x532414?o(_0x2aa82d,'*Remove\x20link*'):o(_0x2aa82d,'*Set\x20link:*\x20%0','\x22'+_0x532414+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x583f1b=this['editor'],_0x449441=_0x583f1b['locale'];_0x583f1b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xe2082d=>{if('formatInline'!=_0xe2082d['type'])return;const {data:_0x2822c0}=_0xe2082d;if(_0x2822c0){if('link'==_0x2822c0['commandName']){const _0x678475=_0x2822c0['commandParams'][0x0];return{'type':'format','content':o(_0x449441,'*Set\x20link:*\x20%0','\x22'+_0x678475+'\x22')};}return'unlink'==_0x2822c0['commandName']?{'type':'format','content':o(_0x449441,'*Remove\x20link*')}:void 0x0;}});}}class lt extends _0x2a14ba{['afterInit'](){const _0x1e79e2=this['editor'],_0x1580e2=_0x1e79e2['locale'];if(!_0x1e79e2['plugins']['has']('LegacyListEditing'))return;const _0x587cb9=_0x1e79e2['plugins']['get']('TrackChangesEditing'),_0x487711=_0x1e79e2['plugins']['has']('LegacyTodoListEditing');function _0x23ddef(_0x7ca0b4){return()=>{const _0x494844=_0x1e79e2['model']['document']['selection'],_0x2dbfe7=_0x1e79e2['commands']['get'](_0x7ca0b4);if(_0x2dbfe7['value'])return void _0x1e79e2['execute']('paragraph',{});const _0x1143a6=_0x7ca0b4['slice'](0x0,-0x4),_0x3fc7d1=function(_0x4b3af3,_0x4a0478,_0xbde889){let _0x11aa6c=Array['from'](_0x4b3af3)['filter'](_0x5a3cbe=>function(_0x57e4a9,_0x287dd9){return _0x287dd9['checkChild'](_0x57e4a9['parent'],'listItem')&&!_0x287dd9['isObject'](_0x57e4a9);}(_0x5a3cbe,_0xbde889));_0x11aa6c=_0x11aa6c['filter'](_0x1a45c9=>!_0x1a45c9['is']('element','listItem')||_0x1a45c9['getAttribute']('listType')!=_0x4a0478);const _0x584ce6=new Set();for(const _0x48a199 of _0x11aa6c)_0x48a199['is']('element','listItem')?_0x584ce6['add'](Le(_0x48a199)):_0x584ce6['add'](_0x48a199);return Array['from'](_0x584ce6);}(_0x494844['getSelectedBlocks'](),_0x1143a6,_0x1e79e2['model']['schema']);_0x1e79e2['model']['change'](()=>{for(const _0x5a44b5 of _0x3fc7d1)_0x587cb9['markBlockFormat'](_0x5a44b5,{'commandName':_0x7ca0b4,'commandParams':[{'forceValue':!_0x2dbfe7['value']}],'formatGroupId':'blockName'},Ee(_0x5a44b5));});};}function _0x326755(_0x41c7bf){return()=>{const _0x2b6982=function(_0x474b33){let _0xe3dd21=Array['from'](_0x474b33);const _0x51a44c=_0xe3dd21['findIndex'](_0x2d34e0=>'listItem'!=_0x2d34e0['name']);return _0x51a44c>-0x1&&(_0xe3dd21=_0xe3dd21['slice'](0x0,_0x51a44c)),_0xe3dd21;}(_0x1e79e2['model']['document']['selection']['getSelectedBlocks']()),_0xcf0238=_0x1e79e2['model']['createRange'](_0x1e79e2['model']['createPositionAt'](_0x2b6982[0x0],'before'),_0x1e79e2['model']['createPositionAt'](_0x2b6982[_0x2b6982['length']-0x1],'end'));_0x1e79e2['model']['change'](()=>{_0x587cb9['markBlockFormat'](_0xcf0238,{'commandName':_0x41c7bf,'commandParams':[],'formatGroupId':'listIndent'},function(_0x2ad4ed){const _0x4b98dd=new Set();for(const _0x40bba9 of _0x2ad4ed){let _0x6b2fc1=_0x40bba9['nextSibling'];for(;_0x6b2fc1&&_0x6b2fc1['getAttribute']('listIndent')>_0x40bba9['getAttribute']('listIndent');)_0x4b98dd['add'](_0x6b2fc1),_0x6b2fc1=_0x6b2fc1['nextSibling'];}return Array['from'](_0x4b98dd);}(_0x2b6982));});};}_0x587cb9['enableCommand']('numberedList',_0x23ddef('numberedList')),_0x587cb9['enableCommand']('bulletedList',_0x23ddef('bulletedList')),_0x487711&&_0x587cb9['enableCommand']('todoList',_0x23ddef('todoList')),_0x587cb9['enableCommand']('indentList',_0x326755('indentList')),_0x587cb9['enableCommand']('outdentList',_0x326755('outdentList')),_0x487711&&_0x587cb9['enableCommand']('checkTodoList',()=>{const _0x11d866=_0x1e79e2['commands']['get']('checkTodoList'),_0x3b803d=Array['from'](_0x11d866['_selectedElements']);_0x3b803d['filter'](_0xb814e8=>_0xb814e8['getAttribute']('todoListChecked')!=_0x11d866['value']),_0x1e79e2['model']['change'](()=>{for(const _0xd761ff of _0x3b803d)_0x587cb9['markBlockFormat'](_0xd761ff,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x11d866['value']}]});});}),_0x587cb9['descriptionFactory']['registerElementLabel']('listItem',_0x3d3989=>o(_0x1580e2,'ELEMENT_LIST_ITEM',_0x3d3989)),_0x587cb9['descriptionFactory']['registerDescriptionCallback'](_0x2aff7f=>{if('formatBlock'!=_0x2aff7f['type']&&'formatInline'!=_0x2aff7f['type'])return;const {data:_0x1ebeb5}=_0x2aff7f;if(_0x1ebeb5){if('numberedList'==_0x1ebeb5['commandName']||'bulletedList'==_0x1ebeb5['commandName']||'todoList'==_0x1ebeb5['commandName'])switch(_0x1ebeb5['commandName']['replace']('List','')){case'bulleted':return _0x16a3ee(o(_0x1580e2,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x16a3ee(o(_0x1580e2,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x16a3ee(o(_0x1580e2,'ELEMENT_TODO_LIST'));}if('indentList'==_0x1ebeb5['commandName'])return{'type':'format','content':o(_0x1580e2,'*Indent:*\x20%0',o(_0x1580e2,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x1ebeb5['commandName'])return{'type':'format','content':o(_0x1580e2,'*Outdent:*\x20%0',o(_0x1580e2,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x1ebeb5['commandName'])return _0x1ebeb5['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1580e2,'*Check\x20item*')}:{'type':'format','content':o(_0x1580e2,'*Uncheck\x20item*')};}function _0x16a3ee(_0x4f0df7){return{'type':'format','content':o(_0x1580e2,'*Change\x20to:*\x20%0',_0x4f0df7)};}});}}function Le(_0x91ed73){const _0x2bf0e0=_0x91ed73['getAttribute']('listIndent');if(0x0==_0x2bf0e0)return _0x91ed73;let _0x5f1c86=_0x91ed73;for(;_0x91ed73['previousSibling']&&_0x91ed73['previousSibling']['is']('element','listItem');){const _0x27dac9=_0x91ed73['previousSibling']['getAttribute']('listIndent');if(_0x27dac9==_0x2bf0e0)_0x5f1c86=_0x91ed73['previousSibling'];else{if(_0x27dac9<_0x2bf0e0)break;}_0x91ed73=_0x91ed73['previousSibling'];}return _0x5f1c86;}function Ee(_0x417eaf){const _0x5cc9ed=[];if(_0x417eaf['is']('element','listItem')&&_0x417eaf['getAttribute']('listIndent')>0x0){let _0x49fdd4=_0x417eaf['nextSibling'];for(;_0x49fdd4&&'listItem'==_0x49fdd4['name']&&_0x49fdd4['getAttribute']('listIndent')==_0x417eaf['getAttribute']('listIndent');)_0x5cc9ed['push'](_0x49fdd4),_0x49fdd4=_0x49fdd4['nextSibling'];}return _0x5cc9ed;}class Q extends _0x2a14ba{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x14c5e8=this['editor']['config']['get']('list.properties'),_0x44a665=this['editor']['plugins']['get']('TrackChangesEditing');_0x14c5e8['styles']&&_0x44a665['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x14c5e8['reversed']&&_0x44a665['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x14c5e8['startIndex']&&_0x44a665['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x44a665['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x15db6c,_0x66c75a={}){const _0x8ecb4c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4af21e=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x8ecb4c['markMultiRangeBlockFormat'](_0x4af21e,{'commandName':'listStyle','commandParams':[{'type':_0x66c75a['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x7d3f36,_0x404a4e={}){const _0x14765c=this['editor']['plugins']['get']('TrackChangesEditing'),_0x39bee5=this['_getSuggestionBlocks'](_0x54e741=>_0x54e741['is']('element','listItem')&&'numbered'===_0x54e741['getAttribute']('listType'));if(_0x39bee5['length']<0x1)return;const _0xb7c94d=_0x39bee5['map'](_0x5a44f2=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x5a44f2,'before'),this['editor']['model']['createPositionAt'](_0x5a44f2,0x0)));this['editor']['model']['change'](()=>{_0x14765c['markMultiRangeBlockFormat'](_0xb7c94d,{'commandName':'listReversed','commandParams':[{'reversed':_0x404a4e['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x75628,_0xb82cf0={}){const _0x277b8e=this['editor']['plugins']['get']('TrackChangesEditing'),_0x160bd0=this['_getSuggestionBlocks'](_0x447648=>_0x447648['is']('element','listItem')&&'numbered'===_0x447648['getAttribute']('listType'));if(_0x160bd0['length']<0x1)return;const _0x1916ee=_0x160bd0['map'](_0x1e8bc5=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x1e8bc5,'before'),this['editor']['model']['createPositionAt'](_0x1e8bc5,0x0)));this['editor']['model']['change'](()=>{_0x277b8e['markMultiRangeBlockFormat'](_0x1916ee,{'commandName':'listStart','commandParams':[{'startIndex':_0xb82cf0['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0xa5980c){if('formatBlock'!=_0xa5980c['type']&&'formatInline'!=_0xa5980c['type'])return;const _0x111205=this['editor']['locale'],{data:_0x3b34e5}=_0xa5980c;if(!_0x3b34e5)return;let _0x320faa,_0x31f4b0;switch(_0x3b34e5['commandName']){case'listStyle':_0x320faa='*Change\x20to:*\x20%0',_0x31f4b0={'type':'format','content':o(_0x111205,_0x320faa,o(_0x111205,this['_getTranslationKeyForListStyle'](_0x3b34e5['commandParams'][0x0]['type'])))};break;case'listReversed':_0x320faa=_0x3b34e5['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x31f4b0={'type':'format','content':o(_0x111205,_0x320faa)};break;case'listStart':_0x320faa='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x31f4b0={'type':'format','content':o(_0x111205,_0x320faa,_0x3b34e5['commandParams'][0x0]['startIndex'])};}return _0x31f4b0;}['_getSuggestionBlocksForListStyle'](){const _0x1c8f66=this['editor']['plugins']['get']('LegacyListUtils');let _0x4eb159=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x4eb159[0x0]?.['is']('element','listItem')&&_0x4eb159['unshift'](..._0x1c8f66['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x4eb159[_0x4eb159['length']-0x1]?.['is']('element','listItem')&&_0x4eb159['push'](..._0x1c8f66['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x4eb159=[...new Set(_0x4eb159)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x4eb159=_0x4eb159['filter'](_0xa20ed7=>_0xa20ed7['is']('element','listItem'))),_0x4eb159;}['_getSuggestionBlocks'](_0x275591){const _0x3bdcc8=this['editor']['plugins']['get']('LegacyListUtils');let _0x276d66=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x275591)['map'](_0xeb0197=>{const _0x6b35f8=this['editor']['model']['createPositionAt'](_0xeb0197,0x0);return[..._0x3bdcc8['getSiblingNodes'](_0x6b35f8,'backward'),..._0x3bdcc8['getSiblingNodes'](_0x6b35f8,'forward')];})['flat']();return _0x276d66=[...new Set(_0x276d66)],_0x276d66;}['_getTranslationKeyForListStyle'](_0x4e0f35){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x4e0f35)||'default')['toUpperCase']()+'_LIST_'+_0x4e0f35['toUpperCase']()['replace'](/-/g,'_');}}class dt extends _0x2a14ba{['afterInit'](){const _0x5e7d45=this['editor'];if(!_0x5e7d45['plugins']['has']('MediaEmbedEditing'))return;const _0x192898=_0x5e7d45['plugins']['get']('TrackChangesEditing'),_0x3e587a=_0x5e7d45['locale'];_0x192898['enableCommand']('mediaEmbed'),_0x192898['descriptionFactory']['registerElementLabel']('media',_0x36b1c8=>o(_0x3e587a,'ELEMENT_MEDIA',_0x36b1c8)),_0x5e7d45['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x4cb5d0,{writer:_0x228b85,options:_0x252f54})=>{if(_0x252f54['showSuggestionHighlights'])return _0x228b85['createEmptyElement']('div');},'converterPriority':'high'}),_0x5e7d45['data']['downcastDispatcher']['on']('attribute:url:media',(_0x431bbe,_0x1781c3,_0x1c32f7)=>{_0x1c32f7['options']['showSuggestionHighlights']&&_0x431bbe['stop']();},{'priority':'high'});}}class mt extends _0x2a14ba{['afterInit'](){const _0x34abbe=this['editor'];_0x34abbe['plugins']['has']('MentionEditing')&&_0x34abbe['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class pt extends _0x2a14ba{['afterInit'](){const _0x1470c8=this['editor'];if(!_0x1470c8['plugins']['has']('MergeFieldsEditing'))return;_0x1470c8['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField'),_0x1470c8['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeFieldBlock');const _0x30750e=_0x1470c8['plugins']['get']('TrackChangesEditing'),_0x41805d=_0x1470c8['locale'];_0x30750e['descriptionFactory']['registerElementLabel']('mergeField',_0x2cbff6=>o(_0x41805d,'ELEMENT_MERGE_FIELD',_0x2cbff6)),_0x30750e['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x52847e=>o(_0x41805d,'ELEMENT_MERGE_FIELD',_0x52847e)),_0x30750e['descriptionFactory']['registerDescriptionCallback'](_0x2c5468=>{if('insertion'!=_0x2c5468['type']&&'deletion'!=_0x2c5468['type'])return;const _0x2428cc=_0x2c5468['getContainedElement']();if(null==_0x2428cc)return;if(!_0x2428cc['is']('element','mergeField')&&!_0x2428cc['is']('element','mergeFieldBlock'))return;const _0x2aa708=_0x1470c8['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x2428cc['getAttribute']('id'));return'insertion'==_0x2c5468['type']?{'type':'insertion','content':o(_0x41805d,'*Insert:*\x20%0','\x22'+_0x2aa708+'\x22\x20'+o(_0x41805d,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x41805d,'*Remove:*\x20%0','\x22'+_0x2aa708+'\x22\x20'+o(_0x41805d,'ELEMENT_MERGE_FIELD'))};});}}class wt extends _0x2a14ba{['afterInit'](){const _0x2befbd=this['editor'],_0x1184f7=_0x2befbd['plugins']['get']('TrackChangesEditing');_0x2befbd['plugins']['has']('MultiLevelList')&&(_0x1184f7['enableDefaultAttributesIntegration']('multiLevelList'),_0x1184f7['registerBlockAttribute']('listMarkerStyle'),_0x1184f7['descriptionFactory']['registerDescriptionCallback'](_0x3e670f=>this['handleDescriptions'](_0x3e670f)));}['handleDescriptions'](_0x272481){const _0x29f562=this['editor']['locale'],{data:_0x388dc4}=_0x272481,_0x406eda={'type':'format','content':''};if(_0x388dc4&&'listMarkerStyle'==_0x388dc4['key']){if(!_0x388dc4['oldValue'])return{'type':'format','content':o(_0x29f562,'*Set\x20format:*\x20%0',o(_0x29f562,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x388dc4['newValue']+')'};if(!_0x388dc4['newValue']){let _0x1a630a=_0x272481['head'];for(;_0x1a630a;){if(_0x1a630a['data']&&'listType'==_0x1a630a['data']['key']&&_0x1a630a['data']['newValue'])return _0x406eda;_0x1a630a=_0x1a630a['next'];}return{'type':'format','content':o(_0x29f562,'*Remove\x20format:*\x20%0',o(_0x29f562,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x388dc4['oldValue']+')'};}}}}class kt extends _0x2a14ba{['afterInit'](){const _0x22f27a=this['editor'];if(!_0x22f27a['plugins']['has']('PageBreakEditing'))return;_0x22f27a['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x1e44de=_0x22f27a['plugins']['get']('TrackChangesEditing'),_0x32a589=_0x22f27a['locale'];_0x1e44de['descriptionFactory']['registerElementLabel']('pageBreak',_0x42577b=>o(_0x32a589,'ELEMENT_PAGE_BREAK',_0x42577b));}}class bt extends _0x2a14ba{['afterInit'](){const _0x3900c0=this['editor'];if(!_0x3900c0['plugins']['has']('Paragraph'))return;const _0x44bdbe=_0x3900c0['locale'],_0x3bf1ca=_0x3900c0['plugins']['get']('TrackChangesEditing');_0x3bf1ca['descriptionFactory']['registerElementLabel']('paragraph',_0x11bdb7=>o(_0x44bdbe,'ELEMENT_PARAGRAPH',_0x11bdb7)),_0x3bf1ca['enableDefaultAttributesIntegration']('paragraph'),_0x3bf1ca['enableCommand']('insertParagraph'),_0x3900c0['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x3900c0),{'priority':'highest'}),_0x3900c0['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x3cc494,_0xaac763,_0x28b3c7)=>{_0x28b3c7['options']['showSuggestionHighlights']&&nr(_0x3900c0,{'showActiveMarker':!0x1})(_0x3cc494,_0xaac763,_0x28b3c7);},{'priority':'highest'});const _0x5eb8f4=_0x3bf1ca['descriptionFactory'];_0x5eb8f4['registerDescriptionCallback'](_0x16baa1=>{if('insertion'!==_0x16baa1['type'])return;const {start:_0x3c97ba,end:_0x47feca}=_0x16baa1['getFirstRange']();if(!_0x3c97ba['isTouching'](_0x47feca)||!_0x3c97ba['nodeAfter'])return;const _0x163c32=_0x3900c0['model']['schema'],_0x5a430f=_0x3c97ba['nodeAfter'];return _0x163c32['isBlock'](_0x5a430f)&&!_0x163c32['isLimit'](_0x5a430f)&&_0x163c32['checkChild'](_0x5a430f,'$text')?{'type':'insertion','content':o(_0x44bdbe,'*Insert:*\x20%0',_0x5eb8f4['getItemLabel'](_0x5a430f,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x135cdc=this['editor'],_0x1f5abd=_0x135cdc['locale'];_0x135cdc['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2ec7c5=>{if('formatBlock'!=_0x2ec7c5['type'])return;const {data:_0x45a899}=_0x2ec7c5;return _0x45a899&&'paragraph'==_0x45a899['commandName']?{'type':'format','content':o(_0x1f5abd,'*Change\x20to:*\x20%0',o(_0x1f5abd,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x2f0aaf,{showActiveMarker:_0x3c4856=!0x0}={}){return(_0x3d102e,_0x5e067d,_0x149beb)=>{const _0xa6ed60=_0x2f0aaf['plugins']['get']('TrackChangesEditing'),_0xa98b0b=_0x5e067d['markerRange']['start'],_0x598540=_0x5e067d['markerRange']['end'],_0xb36e98=_0x2f0aaf['model']['schema'];if(!_0xa98b0b['isTouching'](_0x598540)||!_0xa98b0b['nodeAfter'])return;const _0x53e497=_0xa98b0b['nodeAfter'];if(_0xb36e98['isBlock'](_0x53e497)&&!_0xb36e98['isLimit'](_0x53e497)&&_0xb36e98['checkChild'](_0x53e497,'$text')){if(!_0x149beb['consumable']['consume'](_0x5e067d['markerRange'],_0x3d102e['name']))return;const {authorId:_0x1c5bd9}=_0xa6ed60['_splitMarkerName'](_0x5e067d['markerName']),_0x5cae97=_0x149beb['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x1c5bd9}),_0x53314e=_0x149beb['mapper']['toViewPosition'](_0x598540);_0x3c4856&&_0xa6ed60['activeMarkers']['includes'](_0x5e067d['markerName'])&&_0x149beb['writer']['addClass']('ck-suggestion-marker--active',_0x5cae97),_0x149beb['writer']['insert'](_0x53314e,_0x5cae97),_0x149beb['mapper']['bindElementToMarker'](_0x5cae97,_0x5e067d['markerName']);}};}class yt extends _0x2a14ba{['afterInit'](){const _0x2be1b8=this['editor'];if(!_0x2be1b8['plugins']['has']('RemoveFormatEditing'))return;_0x2be1b8['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x195200=this['editor'];_0x195200['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1099e9=>{if('formatBlock'!=_0x1099e9['type']&&'formatInline'!=_0x1099e9['type'])return;const {data:_0x5e10cf}=_0x1099e9;return _0x5e10cf&&'removeFormat'==_0x5e10cf['commandName']?{'type':'format','content':o(_0x195200['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class jt extends _0x2a14ba{['afterInit'](){const _0x4db988=this['editor'];if(!_0x4db988['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x128363=_0x4db988['plugins']['get']('TrackChangesEditing');_0x128363['enableCommand']('goToPreviousRestrictedEditingException'),_0x128363['enableCommand']('goToNextRestrictedEditingException');const _0x3ecb9f=_0x4db988['plugins']['get']('RestrictedEditingModeEditing');_0x3ecb9f['enableCommand']('trackChanges'),_0x3ecb9f['enableCommand']('acceptSuggestion'),_0x3ecb9f['enableCommand']('discardSuggestion'),_0x3ecb9f['enableCommand']('acceptAllSuggestions'),_0x3ecb9f['enableCommand']('discardAllSuggestions'),_0x3ecb9f['enableCommand']('acceptSelectedSuggestions'),_0x3ecb9f['enableCommand']('discardSelectedSuggestions');}}class St extends _0x2a14ba{static get['requires'](){return[_0x17537e];}['init'](){const _0x177e7f=this['editor'],_0x493cb4=_0x177e7f['plugins']['get']('TrackChangesEditing');_0x493cb4['enableCommand']('shiftEnter'),_0x177e7f['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ke(_0x177e7f),{'priority':'high'}),_0x177e7f['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ke(_0x177e7f),{'priority':'high'}),_0x177e7f['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x340435,_0x13278c,_0x2bbfa0)=>{_0x2bbfa0['options']['showSuggestionHighlights']&&ke(_0x177e7f,{'showActiveMarker':!0x1})(_0x340435,_0x13278c,_0x2bbfa0);}),_0x493cb4['descriptionFactory']['registerElementLabel']('softBreak',_0x198452=>o(_0x177e7f['locale'],'ELEMENT_LINE_BREAK',_0x198452));}}function ke(_0x10ad0b,{showActiveMarker:_0x3c1abe=!0x0}={}){return(_0x1f1d41,_0x40bc4b,_0x1f678f)=>{const _0x3e2969=_0x10ad0b['plugins']['get']('TrackChangesEditing');if(!_0x1f678f['consumable']['test'](_0x40bc4b['markerRange'],_0x1f1d41['name']))return;const _0x3d6f7b=_0x10ad0b['model'];for(const _0x31ac17 of _0x40bc4b['markerRange']['getItems']()){if(!_0x31ac17['is']('element','softBreak'))continue;const _0x30b02a='deletion'==_0x40bc4b['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x591f84}=_0x3e2969['_splitMarkerName'](_0x40bc4b['markerName']),_0xd23bac=_0x1f678f['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x30b02a,'data-author-id':_0x591f84}),_0x1ff8f0=_0x1f678f['mapper']['toViewPosition'](_0x3d6f7b['createPositionBefore'](_0x31ac17));_0x3c1abe&&_0x3e2969['activeMarkers']['includes'](_0x40bc4b['markerName'])&&_0x1f678f['writer']['addClass']('ck-suggestion-marker--active',_0xd23bac),_0x1f678f['writer']['insert'](_0x1ff8f0,_0xd23bac),_0x1f678f['mapper']['bindElementToMarker'](_0xd23bac,_0x40bc4b['markerName']);}};}class At extends _0x2a14ba{['afterInit'](){const _0x1a545a=this['editor'],_0x2ed7f2=_0x1a545a['model'],_0x4b44f3=_0x1a545a['locale'];if(!_0x1a545a['plugins']['has']('StandardEditingModeEditing'))return;const _0x48979e=_0x1a545a['plugins']['get']('TrackChangesEditing'),_0x2c8fe8='restrictedEditingException',_0x3157d4=_0x1a545a['commands']['get'](_0x2c8fe8);_0x48979e['enableCommand'](_0x2c8fe8,(_0x5af5a8,_0x8f3c87={})=>{const _0x358d04=_0x2ed7f2['document']['selection'];if(_0x358d04['isCollapsed'])return void _0x5af5a8(_0x8f3c87);const _0x50c7ce=void 0x0!==_0x8f3c87['forceValue']?_0x8f3c87['forceValue']:!_0x3157d4['value'];_0x2ed7f2['change'](()=>{const _0x1bd998=Array['from'](_0x358d04['getRanges']());for(const _0x581892 of _0x1bd998){const _0x5601c3=_0x50c7ce?[_0x581892]:io(_0x2c8fe8,_0x581892,_0x2ed7f2);for(const _0x27f288 of _0x5601c3)_0x48979e['markInlineFormat'](_0x27f288,{'commandName':_0x2c8fe8,'commandParams':[{'forceValue':_0x50c7ce}]});}});}),_0x48979e['descriptionFactory']['registerDescriptionCallback'](_0x58f837=>{if('formatBlock'!=_0x58f837['type']&&'formatInline'!=_0x58f837['type'])return;const {data:_0x57ee38}=_0x58f837;return _0x57ee38&&_0x57ee38['commandName']==_0x2c8fe8?_0x57ee38['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4b44f3,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x4b44f3,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class It extends _0x2a14ba{['afterInit'](){const _0x5bce8b=this['editor'];if(!_0x5bce8b['plugins']['has']('Style')||!_0x5bce8b['plugins']['has']('DataSchema'))return;const _0x838c08=_0x5bce8b['plugins']['get']('TrackChangesEditing'),_0x3f29fb=_0x5bce8b['locale'],_0x2e70eb=_0x5bce8b['config']['get']('style')||{},_0x434724=_0x5bce8b['plugins']['get']('GeneralHtmlSupport'),_0x43c36e=_0x5bce8b['plugins']['get']('StyleUtils')['normalizeConfig'](_0x5bce8b['plugins']['get']('DataSchema'),_0x2e70eb['definitions']);_0x838c08['enableDefaultAttributesIntegration']('style');const _0x1c021d=new Set();for(const _0x5949f7 of _0x43c36e['block']){const _0x180745=_0x434724['getGhsAttributeNameForElement'](_0x5949f7['element']);_0x1c021d['add'](_0x180745);}const _0x5e83fc=new Set();for(const _0x4b8422 of _0x43c36e['inline']){const _0x1b2a08=_0x434724['getGhsAttributeNameForElement'](_0x4b8422['element']);_0x5e83fc['add'](_0x1b2a08);for(const _0x110a9c of _0x4b8422['ghsAttributes'])_0x5e83fc['add'](_0x110a9c);}for(const _0x1b3170 of _0x1c021d)_0x838c08['registerBlockAttribute'](_0x1b3170),_0x838c08['descriptionFactory']['registerAttributeLabel'](_0x1b3170,o(_0x3f29fb,'FORMAT_STYLE'));for(const _0x3b33a9 of _0x5e83fc)_0x838c08['registerInlineAttribute'](_0x3b33a9),_0x838c08['descriptionFactory']['registerAttributeLabel'](_0x3b33a9,o(_0x3f29fb,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x45364a=this['editor'],_0xe69b62=_0x45364a['locale'];_0x45364a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x117ac1=>{if('formatBlock'!=_0x117ac1['type']&&'formatInline'!=_0x117ac1['type'])return;const {data:_0x4060b3}=_0x117ac1;return _0x4060b3&&'style'===_0x4060b3['commandName']?_0x4060b3['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0xe69b62,'*Set\x20format:*\x20%0',_0x4060b3['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0xe69b62,'*Remove\x20format:*\x20%0',_0x4060b3['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class vt extends _0x2a14ba{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x48503a){super(_0x48503a),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x377006=this['editor'],_0x216bc7=_0x377006['model']['document']['selection'];if(!_0x377006['plugins']['has']('TableEditing'))return;const _0x2c72b5=_0x377006['locale'],_0x1ecd60=_0x377006['plugins']['get']('TrackChangesEditing'),_0x39d48c=_0x377006['plugins']['get']('TableUtils');_0x1ecd60['descriptionFactory']['registerElementLabel']('table',_0x2bf9e9=>o(_0x2c72b5,'ELEMENT_TABLE',_0x2bf9e9)),this['_setupColumnsRowsFixing'](),_0x1ecd60['enableCommand']('insertTable'),_0x1ecd60['enableCommand']('selectTableRow'),_0x1ecd60['enableCommand']('selectTableColumn');for(const _0x99a02c of['insertTableRowAbove','insertTableRowBelow']){const _0x250cb7=_0x377006['commands']['get'](_0x99a02c);_0x1ecd60['enableCommand'](_0x99a02c,_0x2cdbe7=>{_0x377006['model']['change'](_0x3f669b=>{_0x2cdbe7();const _0x12ae9e='above'===_0x250cb7['order'],_0x319516=_0x39d48c['getSelectionAffectedTableCells'](_0x216bc7),_0x2a1fc5=_0x39d48c['getRowIndexes'](_0x319516),_0x6dd8d5=_0x12ae9e?_0x2a1fc5['first']-0x1:_0x2a1fc5['last']+0x1,_0x2ba720=_0x319516[0x0]['findAncestor']('table'),_0x305a2e=_0x39d48c['createTableWalker'](_0x2ba720,{'startRow':_0x6dd8d5,'endRow':_0x6dd8d5}),_0x1e6471=Array['from'](_0x305a2e)['map'](_0x1ef05f=>_0x3f669b['createRangeOn'](_0x1ef05f['cell']));_0x1ecd60['markMultiRangeInsertion'](_0x1e6471,'tableRow');});});}for(const _0x4ee335 of['insertTableColumnLeft','insertTableColumnRight']){const _0x47394d=_0x377006['commands']['get'](_0x4ee335);_0x1ecd60['enableCommand'](_0x4ee335,_0x11f3f5=>{_0x377006['model']['change'](_0x4a2ad2=>{_0x11f3f5();const _0xdebe4f='left'===_0x47394d['order'],_0x13b3e5=_0x39d48c['getSelectionAffectedTableCells'](_0x216bc7),_0x395b86=_0x39d48c['getColumnIndexes'](_0x13b3e5),_0x492028=_0xdebe4f?_0x395b86['first']-0x1:_0x395b86['last']+0x1,_0x1bcf8c=_0x13b3e5[0x0]['findAncestor']('table'),_0x3de7cd=_0x39d48c['createTableWalker'](_0x1bcf8c,{'startRow':0x0,'column':_0x492028,'includeAllSlots':!0x1}),_0x43dea7=Array['from'](_0x3de7cd)['map'](_0x5a9812=>_0x4a2ad2['createRangeOn'](_0x5a9812['cell']));_0x1ecd60['markMultiRangeInsertion'](_0x43dea7,'tableColumn');});});}for(const _0x4d123f of['removeTableRow','removeTableColumn']){const _0x28141f=_0x4d123f['substr'](0xb),_0x33176d=_0x28141f['toLowerCase'](),_0x19b042=_0x33176d['substr'](0x0,0x3)+'span',_0x1ddc0f='table'+_0x28141f,_0x4692c8='min'+_0x28141f,_0xc9842e='max'+_0x28141f;_0x1ecd60['enableCommand'](_0x4d123f,()=>{_0x377006['model']['change'](_0x2fb416=>{const _0x3d5d1c=_0x39d48c['getSelectionAffectedTableCells'](_0x216bc7),_0x1c10a0=_0x3d5d1c[0x0]['findAncestor']('table');let _0x480e49;if('removeTableRow'==_0x4d123f){const _0x342c2f=_0x39d48c['getRowIndexes'](_0x3d5d1c);_0x480e49={'startRow':_0x342c2f['first'],'endRow':_0x342c2f['last'],'includeAllSlots':!0x0};}else{const _0x5e09d7=_0x39d48c['getColumnIndexes'](_0x3d5d1c);_0x480e49={'startColumn':_0x5e09d7['first'],'endColumn':_0x5e09d7['last'],'includeAllSlots':!0x0};}const _0x46b262=_0x39d48c['createTableWalker'](_0x1c10a0,_0x480e49),_0xc86c8a=Array['from'](_0x46b262)['map'](({cell:_0x1b8f89})=>_0x1b8f89),_0x588b1e=Re(_0xc86c8a['filter'](_0x14aff3=>_0x14aff3['hasAttribute'](_0x19b042))),_0xd432e3=Re(_0xc86c8a['filter'](_0x439994=>!_0x439994['hasAttribute'](_0x19b042)))['map'](_0x4dfdac=>_0x2fb416['createRangeOn'](_0x4dfdac)),_0x21c451=_0x1ecd60['markMultiRangeDeletion'](_0xd432e3,_0x1ddc0f);if(_0x21c451&&('tableRow'==_0x21c451['subType']||'tableColumn'==_0x21c451['subType'])){const _0x3dff05=this['_getSuggestionCoords'](_0x21c451);for(const _0x4eebf0 of _0x588b1e){const _0x532336=_0x2fb416['createRangeOn'](_0x4eebf0),_0x1074b7=_0x39d48c['getCellLocation'](_0x4eebf0),_0x5f41c2=_0x4eebf0['getAttribute'](_0x19b042)-0x1,_0x58d036=_0x3dff05[_0x4692c8],_0x155131=_0x3dff05[_0xc9842e];_0x58d036<=_0x1074b7[_0x33176d]&&_0x1074b7[_0x33176d]+_0x5f41c2<=_0x155131&&_0x21c451['addRange'](_0x532336);}}});});}function _0xe4f343(_0x352553){const _0x1b468f=Array['from'](_0x216bc7['getRanges']())['map'](_0x173c84=>_0x5580c5['fromRange'](_0x173c84));_0x377006['model']['change'](_0x220ee9=>{const _0xa5fb6=_0x220ee9['batch'];_0x352553=_0x352553['filter'](_0x6b708a=>'$graveyard'!=_0x6b708a['root']['rootName']),_0x220ee9['setSelection'](_0x352553),_0x377006['commands']['get']('removeTableRow')['refresh'](),_0x377006['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x377006['model']['enqueueChange'](()=>{_0x377006['model']['enqueueChange'](_0xa5fb6,_0x3fda11=>{const _0x673e4c=_0x1b468f['filter'](_0x4b75fe=>'$graveyard'!=_0x4b75fe['root']['rootName']);_0x673e4c['length']>0x0&&_0x3fda11['setSelection'](_0x673e4c);for(const _0x145a6a of _0x1b468f)_0x145a6a['detach']();});});});}function _0xe7089d(_0x255b32){_0x377006['model']['change'](_0x4caad9=>{const _0x55586e=Array['from'](_0x216bc7['getRanges']())['map'](_0x257480=>_0x5580c5['fromRange'](_0x257480)),_0x563e17=[];for(const _0x1dbbf2 of _0x255b32)for(const _0x1ea999 of _0x1dbbf2['getItems']({'shallow':!0x0}))_0x563e17['push'](_0x1ea999);for(const _0x285cab of _0x563e17)'$graveyard'!=_0x285cab['root']['rootName']&&(_0x4caad9['setSelection'](_0x4caad9['createPositionAt'](_0x285cab,0x0)),_0x377006['commands']['get']('removeTableColumn')['refresh'](),_0x377006['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x43695b=_0x55586e['filter'](_0x235ecd=>'$graveyard'!=_0x235ecd['root']['rootName']);_0x43695b['length']>0x0&&_0x4caad9['setSelection'](_0x43695b);for(const _0x510797 of _0x55586e)_0x510797['detach']();});}function _0x3cb4a2(_0x17a60e,_0x4f7859){return _0x4f7859['every'](_0x55ae69=>_0x17a60e['some'](_0x286d52=>_0x286d52['end']['isEqual'](_0x55ae69['start'])||_0x55ae69['end']['isEqual'](_0x286d52['start'])));}function _0x1a6b60(_0x332bea,_0x32fcda){return!_0x332bea['some'](_0x553dc5=>_0x32fcda['some'](_0x36385b=>_0x553dc5['isIntersecting'](_0x36385b)))&&_0x332bea['some'](_0x5f074d=>_0x32fcda['some'](_0x511063=>_0x5f074d['end']['isTouching'](_0x511063['start'])));}_0x377006['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x22776e,_0x108190,_0x426035)=>{if(!_0x426035['options']['showSuggestionHighlights'])return;const _0x312db0=_0x108190['item'];if(!_0x312db0)return;const _0xb96509=_0x426035['mapper']['toViewElement'](_0x312db0);function _0x17451a(_0x39c939){return Array['isArray'](_0x39c939)?_0x39c939:[_0x39c939];}_0xb96509&&'tableCell'===_0x312db0['name']&&_0x17e71d(_0xb96509,_0x426035['writer'],(_0xb17905,_0x415af5,_0x533d95)=>_0x533d95['addClass'](_0x17451a(_0x415af5['classes']),_0xb17905),(_0x3f3b11,_0x38fa23,_0x4d53cd)=>_0x4d53cd['removeClass'](_0x17451a(_0x38fa23['classes']),_0x3f3b11));},{'priority':'highest'}),_0x1ecd60['descriptionFactory']['registerDescriptionCallback'](_0x4c2067=>{if('insertion'!=_0x4c2067['type']&&'deletion'!=_0x4c2067['type'])return;const _0x585d5f=_0x4c2067['getContainedElement']();if(null!=_0x585d5f&&_0x585d5f['is']('element','table')){if('insertion'==_0x4c2067['type']){const _0xb85ffd=_0x4c2067['getItems']()['filter'](_0x1e4000=>_0x1e4000['is']('$textProxy'))['map'](_0x5cfb49=>_0x5cfb49['data']);if(_0xb85ffd['length'])return{'type':'insertion','content':o(_0x2c72b5,'*Insert:*\x20%0',o(_0x2c72b5,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0xb85ffd['join']('\x20')+'\x22'))};}if('deletion'==_0x4c2067['type']){const _0x2a9a76=_0x4c2067['getItems']()['filter'](_0x43cf07=>_0x43cf07['is']('$textProxy'))['map'](_0x5dc0d6=>_0x5dc0d6['data']);if(_0x2a9a76['length'])return{'type':'deletion','content':o(_0x2c72b5,'*Remove:*\x20%0',o(_0x2c72b5,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x2a9a76['join']('\x20')+'\x22'))};}}}),_0x1ecd60['descriptionFactory']['registerDescriptionCallback'](_0x6799d6=>{if('tableRow'==_0x6799d6['subType']){const _0x17e717=_0x6799d6['getItems']()['filter'](_0x57f087=>_0x57f087['is']('$textProxy'))['map'](_0x14fb0f=>_0x14fb0f['data']),_0x58dff7=this['_getSuggestionCoords'](_0x6799d6),_0x27f670=_0x58dff7['maxRow']-_0x58dff7['minRow']+0x1;if('insertion'==_0x6799d6['type'])return _0x17e717['length']?{'type':'insertion','content':o(_0x2c72b5,'*Insert:*\x20%0',o(_0x2c72b5,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x27f670,'\x22'+_0x17e717['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x2c72b5,'*Insert:*\x20%0',o(_0x2c72b5,'ELEMENT_TABLE_ROW',_0x27f670))};if('deletion'==_0x6799d6['type'])return _0x17e717['length']?{'type':'deletion','content':o(_0x2c72b5,'*Remove:*\x20%0',o(_0x2c72b5,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x27f670,'\x22'+_0x17e717['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x2c72b5,'*Remove:*\x20%0',o(_0x2c72b5,'ELEMENT_TABLE_ROW',_0x27f670))};}if('tableColumn'==_0x6799d6['subType']){const _0x292cd1=_0x6799d6['getItems']()['filter'](_0xdc0339=>_0xdc0339['is']('$textProxy'))['map'](_0x39b2ac=>_0x39b2ac['data']),_0x517961=this['_getSuggestionCoords'](_0x6799d6),_0x450a38=_0x517961['maxColumn']-_0x517961['minColumn']+0x1;if('insertion'==_0x6799d6['type'])return _0x292cd1['length']?{'type':'insertion','content':o(_0x2c72b5,'*Insert:*\x20%0',o(_0x2c72b5,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x450a38,'\x22'+_0x292cd1['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x2c72b5,'*Insert:*\x20%0',o(_0x2c72b5,'ELEMENT_TABLE_COLUMN',_0x450a38))};if('deletion'==_0x6799d6['type'])return _0x292cd1['length']?{'type':'deletion','content':o(_0x2c72b5,'*Remove:*\x20%0',o(_0x2c72b5,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x450a38,'\x22'+_0x292cd1['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x2c72b5,'*Remove:*\x20%0',o(_0x2c72b5,'ELEMENT_TABLE_COLUMN',_0x450a38))};}}),_0x1ecd60['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0xe4f343),_0x1ecd60['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0xe4f343),_0x1ecd60['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0xe7089d),_0x1ecd60['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0xe7089d),_0x1ecd60['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0x3cb4a2),_0x1ecd60['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0x3cb4a2),_0x1ecd60['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x1a6b60),_0x1ecd60['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x1a6b60);}['_acceptFormatSuggestionCallbackFactory'](){const _0x23e761=this['editor'],_0x18d585=_0x23e761['model']['document']['selection'];return(_0x484041,_0x383999)=>{_0x23e761['model']['change'](_0x30a732=>{const {commandName:_0x3153af,commandParams:_0x2eb81f}=_0x383999;let _0x206c92=_0x484041[0x0]['end']['nodeBefore'];_0x2eb81f&&_0x2eb81f[0x0]&&!0x1===_0x2eb81f[0x0]['forceValue']&&(_0x206c92=_0x484041[0x0]['start']['nodeAfter']);const _0x3dba6c=_0x30a732['createRangeIn'](_0x206c92);if('$graveyard'==_0x3dba6c['root']['rootName'])return;const _0x26d3fe=Array['from'](_0x18d585['getRanges']())['map'](_0x523730=>_0x5580c5['fromRange'](_0x523730));_0x30a732['setSelection'](_0x3dba6c),_0x23e761['commands']['get'](_0x3153af)['refresh'](),_0x2eb81f['push']({'forceDefaultExecution':!0x0}),_0x23e761['execute'](_0x3153af,..._0x2eb81f);const _0x3c221b=_0x26d3fe['filter'](_0x364a23=>'$graveyard'!=_0x364a23['root']['rootName']);_0x3c221b['length']>0x0&&_0x30a732['setSelection'](_0x3c221b);for(const _0x1a08b8 of _0x26d3fe)_0x1a08b8['detach']();});};}['_getCoordsForCells'](_0x41e36f){const _0x37ccf0=this['editor']['plugins']['get']('TableUtils');let _0x5d018a=Number['MAX_SAFE_INTEGER'],_0xc2becf=Number['MIN_SAFE_INTEGER'],_0xb4d5c6=Number['MAX_SAFE_INTEGER'],_0x50ce12=Number['MIN_SAFE_INTEGER'];for(const _0x579a7b of _0x41e36f){if('$graveyard'==_0x579a7b['root']['rootName'])continue;const {row:_0x203680,column:_0x358b0d}=_0x37ccf0['getCellLocation'](_0x579a7b),_0x48f76c=_0x579a7b['hasAttribute']('rowspan')?_0x579a7b['getAttribute']('rowspan')-0x1:0x0,_0x33aa2d=_0x579a7b['hasAttribute']('colspan')?_0x579a7b['getAttribute']('colspan')-0x1:0x0;_0x5d018a=_0x203680<_0x5d018a?_0x203680:_0x5d018a,_0xc2becf=_0x203680+_0x48f76c>_0xc2becf?_0x203680+_0x48f76c:_0xc2becf,_0xb4d5c6=_0x358b0d<_0xb4d5c6?_0x358b0d:_0xb4d5c6,_0x50ce12=_0x358b0d+_0x33aa2d>_0x50ce12?_0x358b0d+_0x33aa2d:_0x50ce12;}return{'minRow':_0x5d018a,'maxRow':_0xc2becf,'minColumn':_0xb4d5c6,'maxColumn':_0x50ce12};}['_setupColumnsRowsFixing'](){const _0x1da187=this['editor'],_0x53caf8=_0x1da187['plugins']['get']('TrackChangesEditing'),_0x397d19=_0x1da187['plugins']['get']('TableUtils');_0x1da187['model']['document']['on']('change:data',()=>{const _0x17864c=Array['from'](_0x1da187['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x94eb1,data:_0x69430a}of _0x17864c){const {group:_0x2c42f7,id:_0x393b6d,subType:_0xf51431}=_0x53caf8['_splitMarkerName'](_0x94eb1);if('suggestion'!=_0x2c42f7)continue;if(null!=_0x69430a['oldRange'])continue;const _0x37555f=_0x53caf8['getSuggestion'](_0x393b6d);this['_tablePostFixingSubtypes']['includes'](_0xf51431)&&this['_tableSuggestions']['add'](_0x37555f);}},{'priority':'low'});const _0x381c6b=(_0x248317,_0x5d33b6)=>{let _0x51be31=!0x1;const _0x43b74c=_0x5d33b6['createRangeOn'](_0x248317),_0x2c1132=_0x248317['findAncestor']('table'),_0x42d201=_0x397d19['getCellLocation'](_0x248317);for(const _0x2d7a4c of this['_tableSuggestions']){const _0x1f8508=_0x2d7a4c['subType'],_0x227d09=_0x1f8508['startsWith']('tablePaste'),_0x3ee851=_0x1f8508['substr'](_0x227d09?0xa:0x5),_0x160cde=_0x3ee851['toLowerCase'](),_0x2465ce=_0x160cde['substr'](0x0,0x3)+'span',_0x4e251e='min'+_0x3ee851,_0x507ed3='max'+_0x3ee851;if(!_0x2d7a4c['isInContent'])continue;if(_0x2c1132!=_0x2d7a4c['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x2d7a4c['isIntersectingWithRange'](_0x43b74c))continue;const _0x42bd29=_0x248317['hasAttribute'](_0x2465ce)?_0x248317['getAttribute'](_0x2465ce)-0x1:0x0,_0x4cd12e=this['_getSuggestionCoords'](_0x2d7a4c),_0xb82a96=_0x4cd12e[_0x4e251e],_0x491a7d=_0x4cd12e[_0x507ed3];_0xb82a96<=_0x42d201[_0x160cde]&&_0x42d201[_0x160cde]+_0x42bd29<=_0x491a7d&&(_0x2d7a4c['addRange'](_0x43b74c),_0x51be31=!0x0);}return _0x51be31;};_0x1da187['model']['document']['registerPostFixer'](_0x32333f=>{let _0x4ee273=!0x1;for(const _0x570d7f of _0x1da187['model']['document']['differ']['getChanges']())if('insert'==_0x570d7f['type']){if('tableRow'==_0x570d7f['name']){for(const _0x5a6b1f of _0x570d7f['position']['nodeAfter']['getChildren']())_0x4ee273=_0x4ee273||_0x381c6b(_0x5a6b1f,_0x32333f);}else'tableCell'==_0x570d7f['name']&&(_0x4ee273=_0x4ee273||_0x381c6b(_0x570d7f['position']['nodeAfter'],_0x32333f));}return _0x4ee273;});}['_getSuggestionCoords'](_0x1526e9){return this['_getCoordsForCells'](_0x1526e9['getRanges']()['map'](_0x16e149=>_0x16e149['start']['nodeAfter']));}}function Re(_0x45e057){return Array['from'](new Set(_0x45e057)['values']());}class _t extends _0x2a14ba{static get['requires'](){return[vt];}['afterInit'](){const _0x1b0973=this['editor'],_0x15b077=_0x1b0973['model']['document']['selection'],_0x381615=_0x1b0973['locale'];if(!_0x1b0973['plugins']['has']('TableEditing'))return;const _0x282368=_0x1b0973['plugins']['get']('TrackChangesEditing'),_0x3a870a=_0x1b0973['plugins']['get']('TableUtils'),_0x54349b=_0x1b0973['plugins']['get'](vt);_0x54349b['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x282368['enableCommand']('mergeTableCells',()=>{const _0x5b3aa3=_0x3a870a['getSelectionAffectedTableCells'](_0x1b0973['model']['document']['selection']);_0x1b0973['model']['change'](()=>{_0x282368['markMultiRangeBlockFormat'](_0x5b3aa3,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x1b0973['commands']['get']('mergeTableCells')['on']('execute',(_0x1e85e0,_0x380f9e)=>{_0x1b0973['commands']['get']('trackChanges')['value']&&(_0x380f9e['length']>0x0&&_0x380f9e[_0x380f9e['length']-0x1]&&_0x380f9e[_0x380f9e['length']-0x1]['forceDefaultExecution']||_0x282368['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x1e85e0['stop']());},{'priority':'highest'});for(const _0x2e1898 of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x1a97a6=_0x1b0973['commands']['get'](_0x2e1898);_0x282368['enableCommand'](_0x2e1898,()=>{const _0xfda449=_0x1b0973['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0xd0ef71=>_0xd0ef71['is']('element','tableCell')),_0x285290=_0x1a97a6['value'];_0x1b0973['model']['change'](()=>{_0x282368['markMultiRangeBlockFormat']([_0xfda449,_0x285290],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x1906d5 of['splitTableCellVertically','splitTableCellHorizontally']){const _0x5f6fa0=_0x1b0973['commands']['get'](_0x1906d5);_0x282368['enableCommand'](_0x1906d5,()=>{const _0x15f5fd=_0x3a870a['getSelectionAffectedTableCells'](_0x1b0973['model']['document']['selection'])[0x0],_0x31eb02=_0x15f5fd['findAncestor']('table'),{column:_0x2f9d17,row:_0x26825f}=_0x3a870a['getCellLocation'](_0x15f5fd);let _0x9b5d93=[];if('horizontally'==_0x5f6fa0['direction']){const _0x3bb579=_0x3a870a['createTableWalker'](_0x31eb02,{'startRow':_0x26825f,'endRow':_0x26825f,'includeAllSlots':!0x0});_0x9b5d93=Array['from'](_0x3bb579)['map'](_0x359d2d=>_0x359d2d['cell']);}else{const _0x27a06c=_0x3a870a['createTableWalker'](_0x31eb02,{'column':_0x2f9d17,'includeAllSlots':!0x0});_0x9b5d93=Array['from'](_0x27a06c)['map'](_0x5844b3=>_0x5844b3['cell']);}_0x1b0973['model']['change'](_0x560713=>{_0x282368['markBlockFormat'](_0x560713['createRangeOn'](_0x15f5fd),{'commandName':_0x1906d5,'commandParams':[]},_0x9b5d93,_0x1906d5);});});}_0x282368['descriptionFactory']['registerDescriptionCallback'](_0x1a7f40=>{if('formatBlock'!=_0x1a7f40['type']&&'formatInline'!=_0x1a7f40['type'])return;const {data:_0x2f6d7b}=_0x1a7f40;return _0x2f6d7b&&'mergeTableCells'==_0x2f6d7b['commandName']?{'type':'format','content':o(_0x381615,'*Merge\x20cells*')}:void 0x0;}),_0x282368['descriptionFactory']['registerDescriptionCallback'](_0x4c8b2c=>{if('formatBlock'!=_0x4c8b2c['type']&&'formatInline'!=_0x4c8b2c['type'])return;const {data:_0x53bc60}=_0x4c8b2c;return _0x53bc60?'splitTableCellVertically'==_0x53bc60['commandName']?{'type':'format','content':o(_0x381615,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x53bc60['commandName']?{'type':'format','content':o(_0x381615,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x2619c0=_0x54349b['_acceptFormatSuggestionCallbackFactory']();for(const _0x40752a of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x282368['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x40752a,'accept',_0x2619c0);for(const _0x4a6e63 of['splitTableCellVertically','splitTableCellHorizontally'])_0x282368['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4a6e63,'accept',_0x2619c0);_0x282368['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x508664=>{_0x1b0973['model']['change'](_0x1b9f56=>{const _0x3ac27f=Array['from'](_0x15b077['getRanges']())['map'](_0x2ad30d=>_0x5580c5['fromRange'](_0x2ad30d));_0x1b9f56['setSelection'](_0x508664),_0x1b0973['commands']['get']('mergeTableCells')['refresh'](),_0x1b0973['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x3309e3=_0x3ac27f['filter'](_0x177b13=>'$graveyard'!=_0x177b13['root']['rootName']);_0x3309e3['length']>0x0&&_0x1b9f56['setSelection'](_0x3309e3);for(const _0x4e7841 of _0x3ac27f)_0x4e7841['detach']();});});for(const _0x39b768 of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x394d69=_0x1b0973['commands']['get'](_0x39b768);_0x394d69['on']('set:isEnabled',(_0x4cbdf7,_0x117847,_0x53b8fd)=>{if(_0x53b8fd){const _0x2fb2df=_0x1b0973['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x4fecad=>_0x4fecad['is']('element','tableCell'));this['_areMergableCells'](_0x394d69['value'],_0x2fb2df)||(_0x4cbdf7['return']=!0x1,_0x4cbdf7['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x1edb3e=this['editor']['commands']['get']('mergeTableCells'),_0x1b4609=this['editor']['plugins']['get']('TableUtils');if(!_0x1edb3e['isEnabled'])return!0x1;const _0x44e830=_0x1b4609['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x4b99e7 of _0x44e830)for(const _0x3ec329 of _0x44e830)if(_0x4b99e7!=_0x3ec329&&!this['_areMergableCells'](_0x4b99e7,_0x3ec329))return!0x1;return!0x0;}['_areMergableCells'](_0x553757,_0x494e39){const _0x48982e=this['editor']['plugins']['get']('TrackChangesEditing'),_0x545f9f=this['editor']['model']['createRangeOn'](_0x553757),_0x37e32f=this['editor']['model']['createRangeOn'](_0x494e39),_0x15b231=new Set(),_0x1b1887=new Set();for(const _0x4d4410 of _0x48982e['getSuggestions']())if(('insertion'==_0x4d4410['type']||'deletion'==_0x4d4410['type']||'mergeTableCells'==_0x4d4410['subType'])&&_0x4d4410['isInContent']){for(const _0x156fcb of _0x4d4410['getRanges']())_0x156fcb['containsRange'](_0x545f9f,!0x0)&&_0x15b231['add'](_0x4d4410['type']+':'+_0x4d4410['author']['id']),_0x156fcb['containsRange'](_0x37e32f,!0x0)&&_0x1b1887['add'](_0x4d4410['type']+':'+_0x4d4410['author']['id']);}if(_0x15b231['size']!=_0x1b1887['size'])return!0x1;for(const _0x4d7d5 of _0x15b231)if(!_0x1b1887['has'](_0x4d7d5))return!0x1;return!0x0;}}class Ct extends _0x2a14ba{static get['requires'](){return[vt];}['afterInit'](){const _0x47d670=this['editor'];if(!_0x47d670['plugins']['has']('TableEditing'))return;const _0x1c2945=_0x47d670['locale'],_0x4bfc45=_0x47d670['plugins']['get']('TrackChangesEditing');_0x4bfc45['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x4bfc45['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x4bfc45['registerBlockAttribute']('headingRows'),_0x4bfc45['registerBlockAttribute']('headingColumns'),_0x4bfc45['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x1c2945,'FORMAT_HEADER_ROW')),_0x4bfc45['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x1c2945,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x49997d=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1e547b=this['editor']['plugins']['get']('TableUtils'),_0x3f534d=this['editor']['plugins']['get'](vt)['_acceptFormatSuggestionCallbackFactory']();function _0x57558f({showActiveMarker:_0x546596=!0x0,setDataAttribute:_0x512933=!0x0}={}){return(_0x5d1b40,_0x37ac49,_0x1101e9)=>{const {type:_0x2c55e8,id:_0xd9457d}=_0x49997d['_splitMarkerName'](_0x37ac49['markerName']),_0x5ddf46=_0x49997d['getSuggestion'](_0xd9457d),_0x490745=_0x5ddf46['data'];if('formatBlock'!=_0x5ddf46['type']||!_0x490745||'setTableColumnHeader'!=_0x490745['commandName'])return;if(_0x37ac49['item'])return void _0x5d1b40['stop']();if(!_0x1101e9['consumable']['consume'](_0x37ac49['markerRange'],_0x5d1b40['name']))return;const _0x3ff3ae=_0x37ac49['markerRange']['start']['nodeAfter'],_0x121399=_0x37ac49['markerRange']['end']['nodeBefore'],_0x141c5c=_0x3ff3ae['parent']['parent'],{column:_0x2d1565}=_0x1e547b['getCellLocation'](_0x3ff3ae),{column:_0x19e6d0}=_0x1e547b['getCellLocation'](_0x121399);for(let _0x430890=_0x2d1565;_0x430890<=_0x19e6d0;_0x430890++){const _0x4bc2be=_0x1e547b['createTableWalker'](_0x141c5c,{'column':_0x430890,'includeAllSlots':!0x1});for(const _0x7cbc93 of _0x4bc2be){const _0x440305=_0x7cbc93['cell'],_0x216498=_0x1101e9['mapper']['toViewElement'](_0x440305);_0x1101e9['writer']['addClass']('ck-suggestion-marker-'+_0x2c55e8,_0x216498),_0x512933&&_0x1101e9['writer']['setAttribute']('data-suggestion',_0xd9457d,_0x216498),_0x1101e9['mapper']['bindElementToMarker'](_0x216498,_0x37ac49['markerName']),_0x546596&&(_0x49997d['activeMarkers']['includes'](_0x37ac49['markerName'])?_0x1101e9['writer']['addClass']('ck-suggestion-marker--active',_0x216498):_0x1101e9['writer']['removeClass']('ck-suggestion-marker--active',_0x216498));}}};}_0x49997d['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x3f534d),_0x49997d['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x3f534d),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x57558f(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x598bc3,_0x238f45,_0x1df7c6)=>{_0x1df7c6['options']['showSuggestionHighlights']&&_0x57558f({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x598bc3,_0x238f45,_0x1df7c6);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0x10016f,_0x5d2be1,_0x358114)=>{const {type:_0x1ede02,id:_0x1861be}=_0x49997d['_splitMarkerName'](_0x5d2be1['markerName']),_0x50defd=_0x49997d['getSuggestion'](_0x1861be),_0x415f90=_0x50defd['data'];if('formatBlock'!=_0x50defd['type']||!_0x415f90||'setTableColumnHeader'!=_0x415f90['commandName'])return;const _0x15ff28=_0x358114['mapper']['markerNameToElements'](_0x5d2be1['markerName']);if(_0x15ff28){for(const _0x33306b of _0x15ff28)_0x358114['writer']['removeClass']('ck-suggestion-marker-'+_0x1ede02,_0x33306b),_0x358114['writer']['removeClass']('ck-suggestion-marker--active',_0x33306b),_0x358114['writer']['removeAttribute']('data-suggestion',_0x33306b),_0x358114['mapper']['unbindElementFromMarkerName'](_0x33306b,_0x5d2be1['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x1c5f46=this['editor'],_0x7d260d=_0x1c5f46['locale'];function _0x17adeb(_0x5b6230){return{'type':'format','content':o(_0x7d260d,'*Format:*\x20%0',_0x5b6230)};}_0x1c5f46['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x378d85=>{if('formatBlock'!=_0x378d85['type'])return;const {data:_0x4709ef}=_0x378d85;if(_0x4709ef){if('setTableRowHeader'==_0x4709ef['commandName']){const _0x2acc83=_0x4709ef['commandParams'][0x0]['forceValue'];return _0x17adeb(o(_0x7d260d,_0x2acc83?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0x4709ef['commandName']){const _0x1ea67f=_0x4709ef['commandParams'][0x0]['forceValue'];return _0x17adeb(o(_0x7d260d,_0x1ea67f?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const we=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],ve=Object['fromEntries'](we['map'](_0x24de7c=>[_0x24de7c,null]));class Nt extends _0x2a14ba{static get['requires'](){return[vt];}['afterInit'](){const _0x10b358=this['editor'];if(!_0x10b358['plugins']['has']('TableClipboard'))return;const _0x41791f=_0x10b358['plugins']['get']('TrackChangesEditing'),_0x7fda30=_0x10b358['plugins']['get']('TableUtils'),_0x4db5b1=_0x10b358['plugins']['get'](vt),_0x1904c3=_0x10b358['plugins']['get']('TableClipboard');_0x4db5b1['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x10b358['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x10b358['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0xbfe4ea=null;_0x10b358['model']['on']('insertContent',(_0xa9feae,_0x3ddcce)=>{const [_0x3e5d07,_0x38ab13]=_0x3ddcce,_0xc6c868=_0x3ddcce[_0x3ddcce['length']-0x1];_0xc6c868&&_0xc6c868['forceDefaultExecution']||_0x41791f['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x1b3d14,_0x1c7473,_0x7e80a2,_0x3a3ac5,_0x2a8d96){if(_0x1c7473&&!_0x1c7473['is']('documentSelection'))return!0x1;const _0x2a7fb0=_0x2a8d96['getTableIfOnlyTableInContent'](_0x1b3d14,_0x7e80a2);if(!_0x2a7fb0||!Ae(_0x2a7fb0,void 0x0,_0x3a3ac5))return!0x1;const _0xca505d=_0x3a3ac5['getSelectionAffectedTableCells'](_0x7e80a2['document']['selection']);if(!_0xca505d['length'])return!0x1;const _0x46fc16=_0xca505d[0x0]['findAncestor']('table'),_0x55a264=_0x3a3ac5['getRowIndexes'](_0xca505d),_0x40b97f=_0x3a3ac5['getColumnIndexes'](_0xca505d),_0x2043d8={'startRow':_0x55a264['first'],'endRow':_0x55a264['last'],'startColumn':_0x40b97f['first'],'endColumn':_0x40b97f['last']};return 0x1==_0xca505d['length']&&(_0x2043d8['endRow']+=_0x3a3ac5['getRows'](_0x2a7fb0)-0x1,_0x2043d8['endColumn']+=_0x3a3ac5['getColumns'](_0x2a7fb0)-0x1),Ae(_0x46fc16,_0x2043d8,_0x3a3ac5);}(_0x3e5d07,_0x38ab13,_0x10b358['model'],_0x7fda30,_0x1904c3)&&(_0xa9feae['stop'](),_0xbfe4ea={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x10b358['model']['change'](()=>{_0x10b358['model']['insertContent'](_0x3ddcce[0x0],_0x3ddcce[0x1],_0x3ddcce[0x2],{'forceDefaultExecution':!0x0});const _0x16e194=_0xbb8093(),{rowInsertionRanges:_0x5d9f3b,columnInsertionRanges:_0x59b37b,insertionRanges:_0xa9f431,deletionRanges:_0x40fd8c,cells:_0x36d3b0}=_0xbfe4ea;_0x5d9f3b['length']&&_0x41791f['markMultiRangeInsertion'](_0x5d9f3b,'tablePasteRow',{'tablePasteChainId':_0x16e194}),_0x59b37b['length']&&_0x41791f['markMultiRangeInsertion'](_0x59b37b,'tablePasteColumn',{'tablePasteChainId':_0x16e194}),_0xa9f431['length']&&(_0x41791f['markMultiRangeInsertion'](_0xa9f431,'tablePaste',{'tablePasteChainId':_0x16e194,'skipNestingCheck':!0x0}),_0xa9f431['forEach'](_0x3058ed=>_0x3058ed['detach']?.())),_0x40fd8c['length']&&(_0x41791f['markMultiRangeDeletion'](_0x40fd8c,'tablePaste',{'tablePasteChainId':_0x16e194,'skipNestingCheck':!0x0}),_0x40fd8c['forEach'](_0x49aa8b=>_0x49aa8b['detach']?.()));const _0x2bdc52=_0x41791f['markMultiRangeBlockFormat'](_0x36d3b0['map'](({element:_0x34d6a1})=>_0x34d6a1),{'formatGroupId':_0xbb8093()},[],'tablePasteCell',{'tablePasteChainId':_0x16e194});if(_0x2bdc52){const _0x42753e=_0x2bdc52['getMarkers'](),_0x24d010=[];for(const {element:_0x436bda,attributes:_0x4141bc}of _0x36d3b0){if(!_0x4141bc)continue;const _0x34f5c9=_0x10b358['model']['createRangeOn'](_0x436bda),_0x5957a6=_0x42753e['find'](_0x3928c1=>_0x3928c1['getRange']()['isEqual'](_0x34f5c9));_0x5957a6&&_0x24d010['push']([_0x5957a6['name'],_0x4141bc]);}_0x24d010['length']&&_0x2bdc52['setAttribute']('markerAttributes',Object['fromEntries'](_0x24d010));}_0xbfe4ea=null;}));},{'priority':_0x58f002['high']+0xa}),_0x10b358['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x7c7a2d,_0x5f10f0)=>{const [_0x3d9111,_0x331e97,,_0x28619e]=_0x5f10f0;if(!_0xbfe4ea)return;_0x7c7a2d['stop']();const _0x38b258=_0x3d9111['cell'],_0x550c73=_0x331e97,_0x583716=je(_0x38b258),_0x10dca9=je(_0x550c73);_0x7c7a2d['return']=_0x38b258;let _0x30a852=null,_0x260b77=null;if(_0x10dca9||_0x583716){if(_0x583716&&!_0x10dca9){_0x28619e['remove'](_0x38b258['getChild'](0x0));for(const _0xaaf0b3 of Array['from'](_0x550c73['getChildren']()))_0x28619e['insert'](_0xaaf0b3,_0x38b258,'end');const _0x21269e=_0xbfe4ea['rowInsertionIndexes']['includes'](_0x3d9111['row']),_0x5c83ac=_0xbfe4ea['columnInsertionIndexes']['includes'](_0x3d9111['column']);_0x21269e||_0x5c83ac||(_0x30a852=_0x5580c5['fromRange'](_0x28619e['createRangeIn'](_0x38b258)));}else _0x10dca9&&!_0x583716&&(_0x260b77=_0x28619e['createRangeIn'](_0x38b258));}else{const _0x421c75=_0x28619e['createElement']('tableCellSuggestion'),_0x1110f3=_0x28619e['createElement']('tableCellSuggestion');_0x28619e['wrap'](_0x28619e['createRangeIn'](_0x38b258),_0x1110f3),_0x28619e['insert'](_0x421c75,_0x38b258,0x0);for(const _0x2f22e3 of Array['from'](_0x550c73['getChildren']()))_0x28619e['insert'](_0x2f22e3,_0x421c75,'end');_0x30a852=_0x5580c5['fromRange'](_0x28619e['createRangeOn'](_0x421c75)),_0x260b77=_0x5580c5['fromRange'](_0x28619e['createRangeOn'](_0x1110f3));}const _0x146ea2=Array['from'](_0x550c73['getAttributes']())['filter'](([_0x197ce1])=>we['includes'](_0x197ce1));_0xbfe4ea['cells']['push']({'element':_0x38b258,'attributes':_0x146ea2['length']?Object['fromEntries'](_0x146ea2):null}),_0x30a852&&_0xbfe4ea['insertionRanges']['push'](_0x30a852),_0x260b77&&_0xbfe4ea['deletionRanges']['push'](_0x260b77);},{'priority':'high'}),_0x7fda30['on']('insertColumns',(_0x3eac19,_0x3047da)=>{const [_0x30fda0,_0x4c1603={}]=_0x3047da;if(!_0xbfe4ea)return;const _0x15847a=_0x4c1603['at']||0x0,_0xa8f47d=_0x4c1603['columns']||0x1;_0xbfe4ea['columnInsertionIndexes']=new Array(_0xa8f47d)['fill'](_0x15847a)['map']((_0x37a3bb,_0x12157c)=>_0x37a3bb+_0x12157c);for(const {cell:_0x32f341}of _0x7fda30['createTableWalker'](_0x30fda0,{'startColumn':_0x15847a,'endColumn':_0x15847a+_0xa8f47d-0x1}))_0xbfe4ea['columnInsertionRanges']['push'](_0x10b358['model']['createRangeOn'](_0x32f341));},{'priority':'low'}),_0x7fda30['on']('insertRows',(_0x38f275,_0x3dd8bc)=>{const [_0x2ddeb7,_0x3c29fd={}]=_0x3dd8bc;if(!_0xbfe4ea)return;const _0x1d849c=_0x3c29fd['at']||0x0,_0x527e08=_0x3c29fd['rows']||0x1;_0xbfe4ea['rowInsertionIndexes']=new Array(_0x527e08)['fill'](_0x1d849c)['map']((_0x558381,_0x41a2da)=>_0x558381+_0x41a2da);for(const {cell:_0xa5f0e5}of _0x7fda30['createTableWalker'](_0x2ddeb7,{'startRow':_0x1d849c,'endRow':_0x1d849c+_0x527e08-0x1}))_0xbfe4ea['rowInsertionRanges']['push'](_0x10b358['model']['createRangeOn'](_0xa5f0e5));},{'priority':'low'}),_0x41791f['descriptionFactory']['registerDescriptionCallback'](_0x158903=>{if(_0x158903['subType']&&_0x158903['subType']['startsWith']('tablePaste'))return _0x158903['previous']?{}:{'type':'insertion','content':o(_0x10b358['locale'],'*Replace\x20table\x20cells*')};});const _0x235270=()=>!0x1;for(const _0x568c2a of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x41791f['_suggestionFactory']['registerCustomCallback']('insertion',_0x568c2a,'join',_0x235270),_0x41791f['_suggestionFactory']['registerCustomCallback']('deletion',_0x568c2a,'join',_0x235270),_0x41791f['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x568c2a,'join',_0x235270);_0x41791f['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x235270),_0x41791f['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x38c2fe,_0x1d0df9,_0x343be5)=>{const _0x289010=_0x38c2fe['map'](_0x3b84ae=>_0x3b84ae['getContainedElement']())['filter'](_0x1e6c88=>_0x1e6c88),_0x4ff98e=new Map(_0x289010['map'](_0x3fe27e=>[_0x3fe27e,null]));if(_0xbfe4ea){for(const {element:_0x39c731,attributes:_0x408ad8}of _0xbfe4ea['cells'])_0x408ad8&&_0x4ff98e['set'](_0x39c731,_0x408ad8);}else{if(_0x343be5&&_0x343be5['markerAttributes'])for(const [_0x351007,_0x2c4277]of Object['entries'](_0x343be5['markerAttributes'])){const _0x552988=_0x10b358['model']['markers']['get'](_0x351007),_0x5e3d4d=_0x552988?_0x552988['getRange']()['getContainedElement']():null;_0x5e3d4d&&_0x4ff98e['set'](_0x5e3d4d,_0x2c4277);}}_0x10b358['model']['change'](_0x9696eb=>{for(const [_0x30bedc,_0x28e7eb]of _0x4ff98e)_0x9696eb['setAttributes']({...ve,..._0x28e7eb},_0x30bedc);});});const _0x252f0c=(_0x48fba2,_0x431605)=>{_0x41791f['_suggestionFactory']['registerCustomCallback'](_0x48fba2,'tablePaste',_0x431605,(_0x3692b8,_0x290124,_0x19a055)=>{_0x10b358['model']['change'](_0x564bf6=>{const _0x4ca280=[];for(const _0x1b3ba7 of _0x3692b8){const _0x3ce4cc=_0x1b3ba7['start']['nodeAfter'];_0x3ce4cc['is']('element','tableCellSuggestion')&&_0x4ca280['push'](_0x3ce4cc);}_0x41791f['_suggestionFactory']['getSuggestionCallback'](_0x48fba2,null,_0x431605)(_0x3692b8,_0x290124,_0x19a055);for(const _0x14f0b5 of _0x4ca280)'$graveyard'!=_0x14f0b5['root']['rootName']&&_0x564bf6['unwrap'](_0x14f0b5);});});};_0x252f0c('insertion','accept'),_0x252f0c('insertion','discard'),_0x252f0c('deletion','accept'),_0x252f0c('deletion','discard'),_0x41791f['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x34bf82=>{const _0x5b031c=_0x34bf82['map'](_0x29fb05=>_0x29fb05['getContainedElement']()),_0x469b7a=_0x5b031c[0x0]['findAncestor']('table'),{minRow:_0x3e2ad7,maxRow:_0x39a6ca}=_0x4db5b1['_getCoordsForCells'](_0x5b031c);_0x7fda30['removeRows'](_0x469b7a,{'at':_0x3e2ad7,'rows':_0x39a6ca-_0x3e2ad7+0x1});}),_0x41791f['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x55b6e2=>{const _0x207e4a=_0x55b6e2['map'](_0x3df158=>_0x3df158['getContainedElement']()),_0x44e622=_0x207e4a[0x0]['findAncestor']('table'),{minColumn:_0x4b5d54,maxColumn:_0x4b7081}=_0x4db5b1['_getCoordsForCells'](_0x207e4a);_0x7fda30['removeColumns'](_0x44e622,{'at':_0x4b5d54,'columns':_0x4b7081-_0x4b5d54+0x1});});const _0x29de59=(_0x54cd3e,_0x545828)=>{if(!_0x545828['subType']||!_0x545828['subType']['startsWith']('tablePaste'))return;const _0x569038=_0x545828['attributes']['tablePasteChainId'],_0x31fab7=_0x41791f['getSuggestions']()['filter'](_0x254612=>_0x254612['isInContent']&&_0x254612['attributes']&&_0x254612['attributes']['tablePasteChainId']==_0x569038);_0x31fab7['length']&&_0x545828['getAllAdjacentSuggestions']()['length']!=_0x31fab7['length']&&_0x31fab7['reduce']((_0x5475cf,_0x2c1654)=>(_0x5475cf['next']=_0x2c1654,_0x2c1654['previous']=_0x5475cf,_0x2c1654));};function _0x332fb5(_0x32d462,_0x4d00a1=!0x0){const {id:_0x5e28dc,authorId:_0x1fd05b}=_0x41791f['_splitMarkerName'](_0x32d462['markerName']),_0x1ac1f8=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0x4858cc=_0x41791f['activeMarkers']['includes'](_0x32d462['markerName']);return _0x4858cc&&_0x1ac1f8['push']('ck-suggestion-marker--active'),{'classes':_0x1ac1f8,'attributes':{'data-suggestion':_0x5e28dc,'data-author-id':_0x1fd05b},'priority':_0x4858cc&&_0x4d00a1?0xbc2:0xbb8};}_0x41791f['on']('suggestionLoaded',_0x29de59,{'priority':'high'}),_0x41791f['on']('suggestionUnloaded',_0x29de59,{'priority':'high'}),_0x10b358['model']['document']['registerPostFixer'](()=>{let _0x62bcae=!0x1;const _0x52a704=Array['from'](_0x10b358['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x4c8c7f,data:_0x21f440}of _0x52a704){const {group:_0x628b,type:_0x154057,id:_0x5af8ee}=_0x41791f['_splitMarkerName'](_0x4c8c7f);if('suggestion'!=_0x628b||'deletion'!=_0x154057||_0x21f440['oldRange'])continue;if(!_0x41791f['hasSuggestion'](_0x5af8ee))continue;const _0x5c707b=_0x41791f['getSuggestion'](_0x5af8ee)['getRanges'](),_0x57bb3f=_0x10b358['plugins']['get']('Users')['me'];for(const _0x58337c of _0x41791f['getSuggestions']()){if(!_0x58337c['isInContent']||_0x58337c['author']!=_0x57bb3f)continue;if('formatBlock'!=_0x58337c['type']||'tablePasteCell'!=_0x58337c['subType'])continue;if(_0x58337c['getRanges']()['every'](_0x2cf1b2=>_0x5c707b['some'](_0x36a217=>_0x36a217['containsRange'](_0x2cf1b2,!0x0)))){for(const _0x7bdee3 of _0x58337c['getAllAdjacentSuggestions']())_0x7bdee3['isInContent']&&(_0x7bdee3['discard'](),_0x62bcae=!0x0);}}}return _0x62bcae;}),_0x10b358['model']['document']['registerPostFixer'](_0x2a6c12=>{const _0x47f183=_0x10b358['commands']['get']('redo');if(!_0x47f183||!_0x47f183['_createdBatches']['has'](_0x2a6c12['batch']))return!0x1;let _0x2790f5=!0x1;const _0x1b9974=_0x10b358['plugins']['get']('Users')['me'],_0x2c9e1f=_0x10b358['model']['document']['differ']['getChanges'](),_0x2a3fe6=Array['from'](_0x10b358['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x4ae5b7,data:_0x56d917})=>{const {group:_0x127569,subType:_0x2669a9,authorId:_0x340c83}=_0x41791f['_splitMarkerName'](_0x4ae5b7);return'suggestion'==_0x127569&&'tablePaste'==_0x2669a9&&_0x340c83==_0x1b9974['id']&&!_0x56d917['oldRange'];});for(const _0x2f5ed7 of _0x2c9e1f){if('insert'!=_0x2f5ed7['type']||'tableCellSuggestion'!=_0x2f5ed7['name']||0x1!=_0x2f5ed7['length'])continue;const _0x5a36a6=_0x2a6c12['createRange'](_0x2f5ed7['position'],_0x2f5ed7['position']['getShiftedBy'](0x1));if(!_0x2a3fe6['find'](({data:_0x41161d})=>_0x41161d['newRange']['isEqual'](_0x5a36a6))){for(const {name:_0x4a8249,data:_0x598f38}of _0x2a3fe6)if(_0x5a36a6['containsRange'](_0x598f38['newRange'])){_0x2a6c12['updateMarker'](_0x4a8249,{'range':_0x5a36a6}),_0x2790f5=!0x0;break;}}}return _0x2790f5;}),_0x10b358['model']['document']['registerPostFixer'](_0x2927a0=>{let _0x561ac1=!0x1;const _0x52ccfe=_0x10b358['plugins']['get']('Users')['me'],_0x3a2c77=_0x41791f['getSuggestions']()['filter'](_0xd87a8d=>_0xd87a8d['isInContent']&&_0xd87a8d['author']==_0x52ccfe),_0x3efaf=new Set(),_0x1d647b=new Set();for(const _0x63fafa of _0x3a2c77)if('tablePaste'==_0x63fafa['subType'])for(const _0x190cf4 of _0x63fafa['getMarkers']()){const _0x38f7a3=_0x190cf4['getRange']()['getContainedElement']();if(_0x38f7a3){if(_0x38f7a3['is']('element','tableCellSuggestion')&&je(_0x38f7a3)){_0x63fafa['removeMarker'](_0x190cf4['name']),_0x3efaf['add'](_0x38f7a3),_0x561ac1=!0x0;const _0xc8b5e=_0x38f7a3['nextSibling'],_0x112aa1=_0x38f7a3['previousSibling'],_0x119689=_0xc8b5e&&_0xc8b5e['is']('element','tableCellSuggestion'),_0x7c035a=_0x112aa1&&_0x112aa1['is']('element','tableCellSuggestion');_0x119689&&!_0x3efaf['has'](_0xc8b5e)&&_0x1d647b['add'](_0xc8b5e),_0x7c035a&&!_0x3efaf['has'](_0x112aa1)&&_0x1d647b['add'](_0x112aa1);}else _0x38f7a3['is']('element','paragraph')&&_0x38f7a3['isEmpty']&&(_0x63fafa['removeMarker'](_0x190cf4['name']),_0x561ac1=!0x0);}}else{if('tablePasteCell'==_0x63fafa['subType']){if(!_0x63fafa['attributes']||!_0x63fafa['attributes']['tablePasteChainId'])continue;const _0xbd417f=_0x63fafa['attributes']['markerAttributes'];if(_0xbd417f&&Object['keys'](_0xbd417f)['length'])continue;const _0x591d56=_0x63fafa['attributes']['tablePasteChainId'];let _0x784347=!0x0,_0x5e6968=!0x0;for(const _0x19684c of _0x3a2c77)if(_0x19684c['subType']&&_0x19684c['subType']['startsWith']('tablePaste')){if(!_0x19684c['attributes']['tablePasteChainId']){_0x5e6968=!0x1;break;}if(_0x19684c['id']!=_0x63fafa['id']&&_0x19684c['attributes']['tablePasteChainId']==_0x591d56){_0x784347=!0x1;break;}}_0x5e6968&&_0x784347&&(_0x63fafa['removeMarkers'](),_0x561ac1=!0x0);}}for(const _0x5ce48a of _0x3efaf)_0x2927a0['remove'](_0x5ce48a);for(const _0x2788a5 of _0x1d647b)_0x2927a0['unwrap'](_0x2788a5);return _0x561ac1;}),_0x10b358['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x45547f=>_0x332fb5(_0x45547f),'converterPriority':'high'}),_0x10b358['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x4cc463,_0xa6ad3e)=>_0xa6ad3e['options']['showSuggestionHighlights']?_0x332fb5(_0x4cc463,!0x1):null,'converterPriority':'high'});const _0x5bacda=_0x10b358['editing']['view'];this['listenTo'](_0x5bacda['document'],'clipboardOutput',(_0x12ebe9,_0x442217)=>{const _0x3b32a7=[];for(const _0x2697db of _0x5bacda['createRangeIn'](_0x442217['content'])['getItems']())_0x2697db['is']('element','suggestion-td')&&_0x3b32a7['push'](_0x2697db);_0x5bacda['change'](_0x47a570=>{for(const _0x15067a of _0x3b32a7)_0x47a570['move'](_0x47a570['createRangeIn'](_0x15067a),_0x47a570['createPositionBefore'](_0x15067a)),_0x47a570['remove'](_0x15067a);});});}}function je(_0x2c5de7){if(_0x2c5de7['isEmpty'])return!0x0;const _0x295739=_0x2c5de7['getChild'](0x0);return _0x295739['is']('element','paragraph')&&_0x295739['isEmpty'];}function Ae(_0x11a33f,_0x1f4eb4={},_0x58e76b){for(const {isAnchor:_0x49d328,cellHeight:_0x27bee4,cellWidth:_0x2bb150}of _0x58e76b['createTableWalker'](_0x11a33f,{'includeAllSlots':!0x0,..._0x1f4eb4}))if(!_0x49d328||0x1!=_0x27bee4||0x1!=_0x2bb150)return!0x1;return!0x0;}class Dt extends _0x2a14ba{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x146699=this['editor']['plugins']['get']('TrackChangesEditing');_0x146699['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x146699['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x146699['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x146699['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x146699['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x146699['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0xfe4a99,_0x951806){const _0x4de304=this['editor']['plugins']['get']('TrackChangesEditing'),_0x12b6bd=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x38449c=_0x951806['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x3214d5=_0x12b6bd['getColumnGroupElement'](_0x38449c);let _0x1516f0=_0x3214d5?_0x12b6bd['getTableColumnsWidths'](_0x3214d5):null,_0xe0a5b5=_0x38449c['getAttribute']('tableWidth')||null;const _0x2cfdf2=_0x951806['tableWidth']||_0xe0a5b5,_0x3b9b32=_0x951806['columnWidths']||_0x1516f0,_0x230215=this['editor']['plugins']['get']('Users')['me'];for(const _0x32e18f of _0x4de304['getSuggestions']()){const _0x394ee8=_0x32e18f['getContainedElement']();if('resizeTable'===_0x32e18f['subType']&&_0x394ee8===_0x38449c){_0x32e18f['author']!==_0x230215&&_0x32e18f['discard']();const _0xb8fb42=_0x32e18f['data']['commandParams'];_0xe0a5b5=_0xb8fb42[0x0]['tableWidth'],_0x1516f0=_0xb8fb42[0x0]['columnWidths'];break;}}_0xfe4a99({'table':_0x38449c,'tableWidth':_0x2cfdf2,'columnWidths':_0x3b9b32}),_0x4de304['markBlockFormat'](_0x38449c,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0xe0a5b5,'columnWidths':_0x1516f0}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x433e99){if('formatBlock'!=_0x433e99['type']&&'formatInline'!=_0x433e99['type'])return;const {data:_0x1387bc}=_0x433e99;if(_0x1387bc&&'resizeTable'===_0x1387bc['formatGroupId']){const _0x4a3774='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x4a3774)};}}}class Mt extends _0x2a14ba{['afterInit'](){const _0x4cc72a=this['editor'];_0x4cc72a['plugins']['has']('Template')&&_0x4cc72a['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class $t extends _0x2a14ba{['afterInit'](){const _0x51b501=this['editor'];if(!_0x51b501['commands']['get']('insertTableOfContents'))return;_0x51b501['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0xbe0ba6=_0x51b501['plugins']['get']('TrackChangesEditing'),_0xb2b155=_0x51b501['locale'];_0xbe0ba6['descriptionFactory']['registerElementLabel']('tableOfContents',_0x1eebe2=>o(_0xb2b155,'ELEMENT_TABLE_OF_CONTENTS',_0x1eebe2));}}class Bt extends _0x2a14ba{['afterInit'](){const _0x43d166=this['editor'];if(!_0x43d166['plugins']['has']('Title'))return;const _0x21e256=_0x43d166['plugins']['get']('TrackChangesEditing');_0x21e256['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x43d166['locale'],'ELEMENT_TITLE')),_0x43d166['model']['document']['registerPostFixer'](_0x2060a9=>{let _0x1690ed=!0x1;const _0x366d8c=Array['from'](_0x43d166['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x203a42,data:_0x598205}of _0x366d8c){const {group:_0x116994}=_0x21e256['_splitMarkerName'](_0x203a42);if('suggestion'!==_0x116994||!_0x598205['newRange'])continue;const _0x428c9a=_0x598205['newRange'],_0x57ee96=_0x428c9a['end']['nodeBefore'];if(!_0x57ee96||!_0x57ee96['is']('element','title-content'))continue;if(!_0x428c9a['start']['isTouching'](_0x428c9a['end']))continue;const _0x48f715=_0x43d166['model']['schema']['getNearestSelectionRange'](_0x428c9a['end'],'forward');if(_0x48f715&&_0x48f715['isCollapsed']){const _0x2494e6=_0x2060a9['createRange'](_0x428c9a['start'],_0x48f715['start']);_0x2494e6['isEqual'](_0x428c9a)||(_0x2060a9['updateMarker'](_0x203a42,{'range':_0x2494e6}),_0x1690ed=!0x0);}_0x1690ed||(_0x2060a9['removeMarker'](_0x203a42),_0x1690ed=!0x0);}return _0x1690ed;});}}class Ot extends _0x2a14ba{['afterInit'](){const _0x4ba756=this['editor'],_0x377617=_0x4ba756['plugins']['get']('TrackChangesEditing');_0x4ba756['plugins']['has']('UndoEditing')&&(_0x377617['enableCommand']('undo'),_0x377617['enableCommand']('redo'));}}class Rt extends _0x2a14ba{static get['requires'](){return[vt];}['afterInit'](){const _0x1e131b=this['editor'];if(!_0x1e131b['plugins']['has']('TableCaptionEditing'))return;_0x1e131b['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Tt extends _0x2a14ba{['tableProperties'];['tableCellProperties'];constructor(_0x1933e6){super(_0x1933e6),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 _0x3eba68=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x510be0 of this['tableProperties'])_0x3eba68['enableCommand'](_0x510be0,(_0x91dfd2,_0x909c2b)=>{const _0x403715=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x510be0,[_0x403715],this['tableProperties'],'tableProperties',_0x91dfd2,_0x909c2b);});_0x3eba68['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x3eba68['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x3eba68['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0x42500b,_0x2a8342)=>this['handleDiscardAction'](this['tableProperties'],_0x42500b,_0x2a8342)),_0x3eba68['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x5358de of this['tableCellProperties'])_0x3eba68['enableCommand'](_0x5358de,(_0x2e1471,_0x57db5c)=>{const _0x14b8a2=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x5358de,_0x14b8a2,this['tableCellProperties'],'tableCellProperties',_0x2e1471,_0x57db5c);});_0x3eba68['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x3eba68['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x3eba68['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0xafab8d,_0x14da8b)=>this['handleDiscardAction'](this['tableCellProperties'],_0xafab8d,_0x14da8b)),_0x3eba68['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x3eba68['descriptionFactory']['registerDescriptionCallback'](_0x394df4=>this['handleSuggestionDescription'](_0x394df4));}['_handlePropertyChange'](_0x1e08f0,_0x2a4fe6,_0x293257,_0x22214f,_0x1f2b12,_0x1054a2){const _0x48dd5f=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x1054a2['batch'],()=>{for(const _0x5a185c of _0x2a4fe6){if(this['_getSuggestion'](_0x5a185c,_0x22214f))_0x1f2b12(_0x1054a2);else{const _0x36282d={};for(const _0x45f121 of _0x293257){const _0x177c71=_0x5a185c['getAttribute'](_0x45f121);void 0x0!==_0x177c71&&(_0x36282d[_0x45f121]=_0x177c71);}_0x1f2b12(_0x1054a2),_0x48dd5f['markBlockFormat'](_0x5a185c,{'commandParams':[_0x36282d]},[],_0x22214f);}}});}['handleDiscardAction'](_0x2188f9,_0x14217c,_0x5e2694){const _0x4fb91a=_0x14217c[0x0]['start']['nodeAfter'],_0x5bf9fe=_0x5e2694['commandParams'][0x0];this['editor']['model']['change'](_0x26e30e=>{for(const _0x4cf22a of _0x2188f9)void 0x0!==_0x5bf9fe[_0x4cf22a]?_0x26e30e['setAttribute'](_0x4cf22a,_0x5bf9fe[_0x4cf22a],_0x4fb91a):_0x26e30e['removeAttribute'](_0x4cf22a,_0x4fb91a);});}['handleSuggestionDescription'](_0x39705c){if(_0x39705c['data'])switch(_0x39705c['subType']){case'tableProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':'format','content':o(this['editor']['locale'],'*Format:*\x20change\x20table\x20cell\x20properties')};}}['_getSuggestion'](_0x18c730,_0x50e915){const _0xc20bc9=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x38f16e of _0xc20bc9['getSuggestions']({'skipNotAttached':!0x0})){const _0x1118be=_0x38f16e['getContainedElement']();if(_0x38f16e['subType']===_0x50e915&&_0x1118be===_0x18c730)return _0x38f16e;}return null;}}const m='$elementName';class p extends _0x2a14ba{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x3d0662,_0x4cbe8b,U,V,G,F,L,H,J,q,z,K,X,Y,Z,tt,nt,it,et,st,ot,at,rt,ct,ut,ft,lt,Q,wt,ht,W,ye,dt,mt,pt,kt,bt,yt,jt,St,At,It,vt,_t,Ct,Rt,Nt,Dt,$t,Tt,Mt,Bt,Ot];}static get['pluginName'](){return'TrackChangesEditing';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x24b62e){super(_0x24b62e),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x2b7423,_0x31ddb6,_0x255763,_0x4c778d)=>{this['_model']['change'](()=>{for(const _0x31c014 of[..._0x4c778d,..._0x255763])this['_model']['markers']['has'](_0x31c014)&&_0x24b62e['editing']['reconvertMarker'](_0x31c014);});}),this['descriptionFactory']=new f(this['editor']['model']['schema'],this['editor']['locale']),this['_adapter']=null,this['_suggestionFactory']=new Et(this['editor']),this['_suggestions']=new Map(),this['_commentsRepository']=_0x24b62e['plugins']['get']('CommentsRepository'),this['_enabledCommands']=new Set(),this['_model']=this['editor']['model'],this['_suggestionState']=new WeakMap(),this['_isForcedDefaultExecutionBlock']=!0x1,this['_blockAttributeKeys']=new Set([m]),this['_inlineAttributeKeys']=new Set(),_0x24b62e['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x24b62e['config']['get']('trackChanges.trackFormatChanges'),_0x24b62e['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x24b62e['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x24b62e,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x5c46e5=this['editor'],_0x2c36c1=(_0x5d37eb,_0x4dfdcc)=>{if('attribute'!=_0x5d37eb)return'ck-suggestion-marker-'+_0x5d37eb;const _0x50bea4=_0x4dfdcc['split']('|')[0x0];return this['_isBlockAttribute'](_0x50bea4)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x5c46e5['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x5af04c=>{const {id:_0x241338,authorId:_0x1e8ba7,type:_0x1ca2e5,subType:_0xe6689f}=this['_splitMarkerName'](_0x5af04c['markerName']),_0xaaf5aa=['ck-suggestion-marker',_0x2c36c1(_0x1ca2e5,_0xe6689f)];let _0xf3a734=0xbb8;return this['activeMarkers']['includes'](_0x5af04c['markerName'])&&(_0xaaf5aa['push']('ck-suggestion-marker--active'),_0xf3a734=0xbc2),'deletion'==_0x1ca2e5&&(_0xf3a734+=0x5),{'classes':_0xaaf5aa,'attributes':{'data-suggestion':_0x241338,'data-author-id':_0x1e8ba7},'priority':_0xf3a734};}}),_0x5c46e5['conversion']['for']('dataDowncast')['add'](_0x78a65f=>{_0x78a65f['on']('addMarker:suggestion',(_0x5b7cea,_0x12d650,_0x4bcb42)=>{if(!_0x4bcb42['options']['showSuggestionHighlights'])return;const _0x2086ef=_0x12d650['item'];if(!_0x2086ef)return;const _0x530880=_0x4bcb42['mapper']['toViewElement'](_0x2086ef);_0x5c46e5['model']['schema']['isObject'](_0x2086ef)&&_0x530880&&!_0x530880['getCustomProperty']('widget')&&_0x530880['is']('containerElement')&&_0x55d317(_0x530880,_0x4bcb42['writer']);},{'priority':'high'});}),_0x5c46e5['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0xef8aba,_0x1481c6)=>{if(!_0x1481c6['options']['showSuggestionHighlights'])return null;const {type:_0x4412e0,subType:_0x4b9e71}=this['_splitMarkerName'](_0xef8aba['markerName']);return{'classes':['ck-suggestion-marker',_0x2c36c1(_0x4412e0,_0x4b9e71)],'priority':0xbb8};}});const _0x35f202=({showActiveMarkers:_0x19558d=!0x0,isAttributeSuggestion:_0x42af12=!0x1}={})=>(_0xc52211,_0x326253,_0x12ea92)=>{if(!_0x326253['item'])return;const {id:_0x4cf3ba,authorId:_0x263af4}=this['_splitMarkerName'](_0x326253['markerName']);if(_0x42af12){const _0x2daf30=this['_suggestions']['get'](_0x4cf3ba),_0x2b3b41=this['_getAttributeKey'](_0x2daf30);if(!this['_isBlockAttribute'](_0x2b3b41))return;}if(_0x326253['item']['is']('selection'))return void _0x12ea92['consumable']['consume'](_0x326253['item'],_0xc52211['name']);const _0x151350=_0x12ea92['mapper']['toViewElement'](_0x326253['item']);if(_0x326253['item']['is']('element')&&_0x5c46e5['model']['schema']['isBlock'](_0x326253['item'])&&!_0x151350['getCustomProperty']('addHighlight')){_0x12ea92['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x151350),_0x12ea92['writer']['setAttribute']('data-suggestion',_0x4cf3ba,_0x151350),_0x12ea92['writer']['setAttribute']('data-author-id',_0x263af4,_0x151350),_0x12ea92['mapper']['bindElementToMarker'](_0x151350,_0x326253['markerName']),_0x19558d&&(this['activeMarkers']['includes'](_0x326253['markerName'])?_0x12ea92['writer']['addClass']('ck-suggestion-marker--active',_0x151350):_0x12ea92['writer']['removeClass']('ck-suggestion-marker--active',_0x151350));for(const _0x2a6c26 of _0x5c46e5['model']['createRangeIn'](_0x326253['item'])['getItems']())_0x12ea92['consumable']['consume'](_0x2a6c26,_0xc52211['name']);_0x12ea92['consumable']['consume'](_0x326253['item'],_0xc52211['name']);}};_0x5c46e5['conversion']['for']('dataDowncast')['add'](_0x43bf0a=>{_0x43bf0a['on']('addMarker:suggestion:formatBlock',(_0x5ee4a6,_0x30a198,_0x28e1ad)=>{_0x28e1ad['options']['showSuggestionHighlights']&&_0x35f202({'showActiveMarkers':!0x1})(_0x5ee4a6,_0x30a198,_0x28e1ad);},{'priority':'highest'});}),_0x5c46e5['conversion']['for']('dataDowncast')['add'](_0x1ccd71=>{_0x1ccd71['on']('addMarker:suggestion:attribute',(_0x487b35,_0x269e7d,_0x4cdfc1)=>{_0x4cdfc1['options']['showSuggestionHighlights']&&_0x35f202({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x487b35,_0x269e7d,_0x4cdfc1);},{'priority':'highest'});}),_0x5c46e5['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x5ddd5e,_0x3f449c)=>_0x3f449c['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x5ddd5e['substr'](0xb)}}),_0x5c46e5['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x28964d,{writer:_0x242f33})=>{let _0x4c60be='suggestion:'+_0x28964d['getAttribute']('suggestion-type')+':'+_0x28964d['getAttribute']('id');return _0x28964d['getAttribute']('marker-count')&&(_0x4c60be+=':'+_0x28964d['getAttribute']('marker-count')),_0x242f33['createElement']('$marker',{'data-name':_0x4c60be});}}),_0x5c46e5['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x5c46e5['conversion']['for']('editingDowncast')['add'](_0x3c354a=>{_0x3c354a['on']('addMarker:suggestion:formatBlock',_0x35f202(),{'priority':'high'});}),_0x5c46e5['conversion']['for']('editingDowncast')['add'](_0xda710c=>{_0xda710c['on']('addMarker:suggestion:attribute',_0x35f202({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x5c46e5['conversion']['for']('editingDowncast')['add'](_0x51da53=>{_0x51da53['on']('removeMarker:suggestion:formatBlock',(_0x5d54d8,_0x52a9ef,_0x7a9442)=>{const _0x59140a=_0x7a9442['mapper']['markerNameToElements'](_0x52a9ef['markerName']);if(_0x59140a){for(const _0x30bd37 of _0x59140a)_0x30bd37['getCustomProperty']('addHighlight')||(_0x7a9442['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x30bd37),_0x7a9442['writer']['removeAttribute']('data-suggestion',_0x30bd37),_0x7a9442['writer']['removeAttribute']('data-author-id',_0x30bd37),_0x7a9442['mapper']['unbindElementFromMarkerName'](_0x30bd37,_0x52a9ef['markerName']));}},{'priority':'high'});}),_0x5c46e5['conversion']['for']('editingDowncast')['add'](_0x21c8fd=>{_0x21c8fd['on']('removeMarker:suggestion:attribute',(_0x241445,_0x4c4942,_0x2e2eed)=>{const _0x5123=_0x2e2eed['mapper']['markerNameToElements'](_0x4c4942['markerName']);if(!_0x5123)return;const {id:_0x5c552d}=this['_splitMarkerName'](_0x4c4942['markerName']),_0x52d6ec=this['_suggestions']['get'](_0x5c552d),_0xc41a69=this['_getAttributeKey'](_0x52d6ec);if(this['_isBlockAttribute'](_0xc41a69)){for(const _0x4093c4 of _0x5123)_0x4093c4['getCustomProperty']('addHighlight')||(_0x2e2eed['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x4093c4),_0x2e2eed['writer']['removeAttribute']('data-suggestion',_0x4093c4),_0x2e2eed['writer']['removeAttribute']('data-author-id',_0x4093c4),_0x2e2eed['mapper']['unbindElementFromMarkerName'](_0x4093c4,_0x4c4942['markerName']));}},{'priority':'high'});}),_0x5c46e5['model']['document']['registerPostFixer'](_0x20b328=>{let _0x11a6a1=!0x1;const _0x44ee9a=Array['from'](_0x5c46e5['model']['document']['differ']['getChangedMarkers']()),_0x11a19e=new Set();for(const {name:_0x5ea66d,data:_0x22bcfe}of _0x44ee9a){const {group:_0x4bec4c,type:_0x3dc034,subType:_0x4ae35d,id:_0x4f3f23}=this['_splitMarkerName'](_0x5ea66d);if('suggestion'!==_0x4bec4c)continue;const _0x320e99=this['_suggestions']['get'](_0x4f3f23);if(null!=_0x22bcfe['newRange']){'formatInline'==_0x3dc034&&(_0x11a6a1=_0x11a6a1||Pt(_0x22bcfe['newRange'],_0x5ea66d,_0x20b328,_0x5c46e5['model']['schema']));const _0x4a57ad='attribute'==_0x3dc034&&this['_isBlockAttribute'](_0x4ae35d['split']('|')[0x0]);if(_0x22bcfe['newRange']['isCollapsed']||'$graveyard'==_0x22bcfe['newRange']['root']['rootName']||'formatBlock'==_0x3dc034&&!Ft(_0x22bcfe['newRange'])||_0x4a57ad&&!Ft(_0x22bcfe['newRange'])||'deletion'==_0x3dc034&&!(!Vt(_0x11fa85=_0x22bcfe['newRange'])&&!function(_0x6b4ee9){return _0x6b4ee9['start']['parent']==_0x6b4ee9['end']['nodeBefore']&&_0x6b4ee9['start']['isAtEnd'];}(_0x11fa85)))_0x20b328['removeMarker'](_0x5ea66d),_0x11a6a1=!0x0;else{if(!_0x320e99||!_0x320e99['isInContent'])continue;if(_0x22bcfe['newRange']&&_0x22bcfe['oldRange']&&_0x22bcfe['newRange']['isEqual'](_0x22bcfe['oldRange']))continue;_0x11a19e['add'](_0x320e99);}}}var _0x11fa85;return _0x11a19e['size']>0x0&&(_0x11a6a1=!!this['_joinWithAdjacentSuggestions'](_0x11a19e)||_0x11a6a1),_0x11a6a1;}),_0x5c46e5['model']['document']['registerPostFixer'](_0x42ec82=>{let _0x5bb3a5=!0x1;for(const _0x3af155 of _0x5c46e5['model']['document']['differ']['getChanges']())if('insert'==_0x3af155['type'])for(const _0x3f3f87 of this['_suggestions']['values']()){if(_0x3f3f87['isMultiRange']||!_0x3f3f87['isInContent'])continue;const _0x337776='formatBlock'==_0x3f3f87['type'],_0xa188ff=this['_getAttributeKey'](_0x3f3f87),_0x42cd89=_0xa188ff&&this['_isBlockAttribute'](_0xa188ff);if(!_0x337776&&!_0x42cd89)continue;const _0x5641b6=_0x3f3f87['getFirstRange']();if(_0x5641b6['start']['parent']!=_0x5641b6['end']['parent']&&!_0x5641b6['end']['isAtEnd']){const _0x3c488f=_0x5c46e5['model']['createPositionAt'](_0x5641b6['start']['nodeAfter'],'end'),_0x19f252=_0x5c46e5['model']['createRange'](_0x5641b6['start'],_0x3c488f);_0x42ec82['updateMarker'](_0x3f3f87['getFirstMarker'](),{'range':_0x19f252}),_0x5bb3a5=!0x0;}}return _0x5bb3a5;}),_0x5c46e5['model']['document']['registerPostFixer'](_0x189f73=>this['_processAttributeChanges'](_0x189f73)),_0x5c46e5['model']['document']['registerPostFixer'](_0x1736f9=>!_0x1736f9['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x1736f9)),_0x5c46e5['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x5c46e5['model']['document']['on']('change:data',(_0xd25df,_0x59f4c4)=>{if(!_0x59f4c4['isLocal']||_0x59f4c4['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0x5b2b24=_0x5c46e5['model']['document']['differ']['getChanges']();if(0x0==_0x5b2b24['length'])return;const _0x3ee0fd=[],_0x42d631=_0x5b2b24['filter'](_0x53429d=>'attribute'==_0x53429d['type']),_0x3a5e3f=_0x5b2b24['filter'](_0x330a79=>'insert'==_0x330a79['type']&&'$text'!=_0x330a79['name']);for(const _0x3dcbed of _0x42d631)this['_isRegisteredAttribute'](_0x3dcbed['attributeKey'])&&_0x3ee0fd['push']({'key':_0x3dcbed['attributeKey'],'newValue':_0x3dcbed['attributeNewValue'],'oldValue':_0x3dcbed['attributeOldValue'],'range':Lt(_0x3dcbed['range'],_0x5c46e5['model'])});for(const _0x40d38c of _0x3a5e3f){if('rename'!=_0x40d38c['action']&&'refresh'!=_0x40d38c['action'])continue;const _0xa19605=Jt(_0x40d38c['position']['nodeAfter'],_0x5c46e5['model']),_0x9d24a4=_0x40d38c['before'];'rename'==_0x40d38c['action']&&_0x3ee0fd['push']({'key':m,'newValue':_0x40d38c['name'],'oldValue':_0x9d24a4['name'],'range':_0xa19605});for(const [_0x4dae28,_0x5e42cc]of _0x9d24a4['attributes']){if(!this['_isRegisteredAttribute'](_0x4dae28))continue;const _0x489296=_0x40d38c['attributes']['get'](_0x4dae28);_0x5e42cc!==_0x489296&&_0x3ee0fd['push']({'key':_0x4dae28,'newValue':_0x489296,'oldValue':_0x5e42cc,'range':_0xa19605});}for(const [_0x2d7706,_0x1bd657]of _0x40d38c['attributes'])this['_isRegisteredAttribute'](_0x2d7706)&&(_0x9d24a4['attributes']['has'](_0x2d7706)||_0x3ee0fd['push']({'key':_0x2d7706,'newValue':_0x1bd657,'oldValue':null,'range':_0xa19605}));}0x0!=_0x3ee0fd['length']&&_0x5c46e5['model']['enqueueChange'](_0x59f4c4,_0x288c0e=>{const _0x69c3ce=_0xbb8093();for(const {range:_0x350f11,key:_0x401fbb,oldValue:_0x188924,newValue:_0xf56e46}of _0x3ee0fd)this['markAttributeChange'](_0x350f11,_0x401fbb,_0x188924,_0xf56e46,{'groupId':_0x69c3ce});this['_reduceExistingSuggestions'](_0x288c0e,_0x3ee0fd);});},{'priority':'lowest'}),_0x5c46e5['model']['markers']['on']('update:suggestion',(_0x27a56a,_0x1c7fad,_0x2bb1fc)=>{if(null==_0x2bb1fc){const {id:_0x57f03c}=this['_splitMarkerName'](_0x1c7fad['name']),_0x1e2532=this['_suggestions']['get'](_0x57f03c);_0x1e2532&&_0x1e2532['addMarkerName'](_0x1c7fad['name']);}}),_0x5c46e5['model']['document']['on']('change:data',()=>{const _0x52cca1=Array['from'](_0x5c46e5['model']['document']['differ']['getChangedMarkers']())['filter'](_0x389333=>'suggestion'===this['_splitMarkerName'](_0x389333['name'])['group']);if(0x0===_0x52cca1['length'])return;_0x52cca1['sort']((_0x48b130,_0x3e98b4)=>{const _0x4ba0f8=_0x48b130['data']['oldRange'],_0x1a009b=_0x3e98b4['data']['oldRange'];return null===_0x4ba0f8&&null===_0x1a009b?0x0:null===_0x4ba0f8&&null!==_0x1a009b?-0x1:null!==_0x4ba0f8&&null===_0x1a009b?0x1:_0x4ba0f8['start']['isBefore'](_0x1a009b['start'])?-0x1:0x1;});const _0xbc3255=new Set(),_0x81a2f2=new Set();for(const {name:_0x3138de,data:_0x1a3ac8}of _0x52cca1){const {id:_0x35ebde}=this['_splitMarkerName'](_0x3138de);if(null===_0x1a3ac8['oldRange']){const _0x230fe2=this['_handleNewSuggestionMarker'](_0x3138de);_0x81a2f2['add'](_0x230fe2);}else{const _0x36fec8=this['_suggestions']['get'](_0x35ebde);null!==_0x1a3ac8['newRange']||_0x36fec8['isInContent']?(_0xbc3255['add'](_0x36fec8['head']),_0x81a2f2['add'](_0x36fec8)):this['_removeSuggestion'](_0x36fec8);}}_0x81a2f2['size']>0x0&&this['_refreshSuggestionsChain'](_0x81a2f2);for(const _0x29bf4e of _0xbc3255)this['fire']('suggestionChanged',_0x29bf4e);}),_0x5c46e5['model']['on']('applyOperation',(_0x1f2d68,_0x5b85b0)=>{const _0x221de4=_0x5b85b0[0x0];if(!this['_suggestions']['size'])return;if(!_0x221de4['isDocumentOperation'])return;if(_0x221de4['batch']['isUndo']||!_0x221de4['batch']['isLocal'])return;let _0x595dbf,_0x5e9440;switch(_0x221de4['type']){case'insert':_0x595dbf=_0x5c46e5['model']['createPositionAt'](_0x221de4['position']),_0x5e9440=_0x595dbf['getShiftedBy'](_0x221de4['howMany']);break;case'split':_0x595dbf=_0x5c46e5['model']['createPositionAt'](_0x221de4['splitPosition']),_0x5e9440=_0x5c46e5['model']['createPositionAt'](_0x221de4['moveTargetPosition']);break;case'move':_0x595dbf=_0x5c46e5['model']['createPositionAt'](_0x221de4['targetPosition']),_0x5e9440=_0x595dbf['getShiftedBy'](_0x221de4['howMany']);break;default:return;}const _0x328668=_0x5c46e5['model']['createRange'](_0x595dbf,_0x5e9440);_0x5c46e5['model']['change'](()=>{for(const {suggestion:_0x15f9f2,meta:_0x46e4c6}of this['_findSuggestions'](_0x328668)){if(_0x15f9f2['isMultiRange'])continue;if('formatInline'==_0x15f9f2['type'])continue;const _0x75756c=this['_getAttributeKey'](_0x15f9f2);if(_0x75756c&&this['_isBlockAttribute'](_0x75756c)&&'split'!=_0x221de4['type'])continue;const _0xbecda6=_0x15f9f2['data']&&_0x15f9f2['data']['multipleBlocks'];('formatBlock'!=_0x15f9f2['type']||'split'==_0x221de4['type']&&!_0xbecda6)&&(_0x46e4c6['containsRangeInObject']||'insertion'==_0x15f9f2['type']&&_0x46e4c6['isOwn']||_0x15f9f2['getFirstRange']()['containsRange'](_0x328668)&&this['_breakSuggestionMarker'](_0x15f9f2,_0x595dbf,_0x5e9440));}});},{'priority':'lowest'}),_0x5c46e5['model']['on']('deleteContent',(_0xc4df73,_0x1ea272)=>{const _0x26871a=_0x1ea272[0x0],_0x47aa05=_0x1ea272[0x1];if(_0x47aa05&&_0x47aa05['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x26871a['isCollapsed'])return;const _0x328a26=_0x5c46e5['model']['schema'],{start:_0x19e9e3,end:_0x2baddf}=_0x26871a['getFirstRange'](),_0x7d54f=_0x19e9e3['nodeAfter']&&_0x328a26['isLimit'](_0x19e9e3['nodeAfter'])?null:_0x328a26['getNearestSelectionRange'](_0x19e9e3,'forward'),_0x838485=_0x2baddf['nodeBefore']&&_0x328a26['isLimit'](_0x2baddf['nodeBefore'])?null:_0x328a26['getNearestSelectionRange'](_0x2baddf,'backward'),_0x3f99e4=_0x5c46e5['model']['createRange'](_0x7d54f?_0x7d54f['start']:_0x19e9e3,_0x838485?_0x838485['end']:_0x2baddf);_0x5c46e5['model']['change'](_0x3bd1da=>{this['markDeletion'](_0x3f99e4);const _0x3aff26=_0x5c46e5['model']['schema']['getNearestSelectionRange'](_0x3f99e4['start']);_0x26871a['is']('documentSelection')?_0x3bd1da['setSelection'](_0x3aff26):_0x26871a['setTo'](_0x3aff26);}),_0xc4df73['stop']();},{'priority':_0x58f002['normal']+0xa}),_0x5c46e5['model']['on']('insertContent',(_0x43ce0e,_0x304f1c)=>{const _0xce2128=_0x304f1c[_0x304f1c['length']-0x1];_0xce2128&&_0xce2128['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x5c46e5['model']['change'](()=>{let _0x3a56aa=_0x5c46e5['model']['insertContent'](_0x304f1c[0x0],_0x304f1c[0x1],_0x304f1c[0x2],{'forceDefaultExecution':!0x0});if(!_0x3a56aa)return;_0x43ce0e['return']=_0x3a56aa['clone']();const _0x1bca1f=_0x3a56aa['end']['nodeBefore'],_0xd4ee75=_0x5c46e5['model']['schema'];_0x1bca1f&&_0xd4ee75['isBlock'](_0x1bca1f)&&!_0xd4ee75['isObject'](_0x1bca1f)&&(_0x3a56aa=_0x5c46e5['model']['createRange'](_0x3a56aa['start'],_0x5c46e5['model']['createPositionAt'](_0x1bca1f,'end'))),this['markInsertion'](_0x3a56aa);}),_0x43ce0e['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x5afe89=new O(_0x5c46e5,this['_suggestions']);_0x5c46e5['commands']['add']('acceptSuggestion',_0x5afe89),this['enableCommand']('acceptSuggestion');const _0x158b0a=new R(_0x5c46e5,this['_suggestions']);_0x5c46e5['commands']['add']('discardSuggestion',_0x158b0a),this['enableCommand']('discardSuggestion'),_0x5c46e5['commands']['add']('acceptAllSuggestions',new x(_0x5c46e5,_0x5afe89,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x5c46e5['commands']['add']('discardAllSuggestions',new x(_0x5c46e5,_0x158b0a,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x5c46e5['commands']['add']('acceptSelectedSuggestions',new E(_0x5c46e5,_0x5afe89,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x5c46e5['commands']['add']('discardSelectedSuggestions',new E(_0x5c46e5,_0x158b0a,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x280303=_0x5c46e5['plugins']['get']('CommentsRepository');this['listenTo'](_0x280303,'addComment',(_0x4a9adf,{threadId:_0x576668})=>{const _0x55ceb9=this['_suggestions']['get'](_0x576668);_0x55ceb9&&_0x55ceb9['commentThread']&&0x1===_0x55ceb9['commentThread']['length']&&this['_updateSuggestionData'](_0x576668,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x280303,'removeComment',(_0xc1506b,{threadId:_0x5eeead})=>{const _0xb55ad2=this['_suggestions']['get'](_0x5eeead);_0xb55ad2&&_0xb55ad2['commentThread']&&!_0xb55ad2['commentThread']['length']&&this['_updateSuggestionData'](_0x5eeead,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x43c923){const _0x672c3f=_0x667d9b([0x6b,0x72,0x32,0x67,0x59,0x49,0x6f,0x76,0x43,0x58,0x4b,0x54,0x48,0x68,0x50,0x39,0x79,0x53,0x62,0x33,0x75,0x6d,0x38,0x70,0x37,0x41,0x30,0x61,0x4c,0x31,0x69,0x63,0x78,0x65,0x4f,0x6a,0x35,0x44,0x4d,0x6c,0x6e,0x51,0x36,0x42,0x4e,0x46,0x56,0x71,0x34,0x5a,0x77,0x52,0x7a,0x55,0x47,0x74,0x57,0x66,0x64,0x4a,0x73,0x45]),_0x4f42c8=0x29c71999,_0x46277d=0x29c04041^_0x4f42c8,_0x45c75f=window[_0x667d9b([0x44,0x61,0x74,0x65])][_0x667d9b([0x6e,0x6f,0x77])](),_0x566206=_0x43c923[_0x667d9b([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x561f73=new window[(_0x667d9b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x499427=>{_0x566206[_0x667d9b([0x6f,0x6e,0x63,0x65])](_0x667d9b([0x72,0x65,0x61,0x64,0x79]),_0x499427);}),_0x33b21e={[_0x667d9b([0x6b,0x74,0x79])]:_0x667d9b([0x45,0x43]),[_0x667d9b([0x75,0x73,0x65])]:_0x667d9b([0x73,0x69,0x67]),[_0x667d9b([0x63,0x72,0x76])]:_0x667d9b([0x50,0x2d,0x32,0x35,0x36]),[_0x667d9b([0x78])]:_0x667d9b([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]),[_0x667d9b([0x79])]:_0x667d9b([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]),[_0x667d9b([0x61,0x6c,0x67])]:_0x667d9b([0x45,0x53,0x32,0x35,0x36])},_0x56c883=_0x566206[_0x667d9b([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x667d9b([0x67,0x65,0x74])](_0x667d9b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x4f7421(){let _0x1dec6b,_0x4d08f6=null,_0x27a4de=null;try{if(_0x56c883==_0x667d9b([0x47,0x50,0x4c]))return _0x667d9b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x1dec6b=_0x276b36(),!_0x1dec6b)return _0x667d9b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x1dec6b[_0x667d9b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x27a4de=_0x453d07(_0x1dec6b[_0x667d9b([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x1dec6b[_0x667d9b([0x6a,0x74,0x69])])),await _0x4a936a()?_0x2b29f5()?_0x475343()?_0x667d9b([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x489047()?(_0x1dec6b[_0x667d9b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x667d9b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x4d08f6=_0x3466c8(_0x667d9b([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x1dec6b[_0x667d9b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x667d9b([0x74,0x72,0x69,0x61,0x6c])&&(_0x4d08f6=_0x3466c8(_0x667d9b([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x1dec6b[_0x667d9b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x667d9b([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x4d08f6=_0x3466c8(_0x667d9b([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x23439d()):_0x667d9b([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x667d9b([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x667d9b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x10730f){return _0x667d9b([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x475343(){const _0x54f26e=[_0x667d9b([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x667d9b([0x74,0x72,0x69,0x61,0x6c])][_0x667d9b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x1dec6b[_0x667d9b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0x45c75f/0x3e8:0xe10*_0x46277d;return _0x1dec6b[_0x667d9b([0x65,0x78,0x70])]<_0x54f26e;}function _0x2b29f5(){const _0x5a88f4=_0x1dec6b[_0x667d9b([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x5a88f4)return!0x1;if(_0x5a88f4[_0x667d9b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x667d9b([0x2a])))return!0x0;if(_0x5a88f4[_0x667d9b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x667d9b([0x54,0x43])))return!0x0;if(_0x5a88f4[_0x667d9b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x667d9b([0x52,0x54,0x43]))){if(_0x1dd261())return!0x0;if(_0x4bd3a1()||_0x4f2245())return!0x0;}return!0x1;}function _0x489047(){const _0x166e4e=_0x1dec6b[_0x667d9b([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x166e4e||0x0==_0x166e4e[_0x667d9b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x56f352}=new URL(window[_0x667d9b([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x166e4e[_0x667d9b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x56f352))return!0x0;const _0x46453d=_0x56f352[_0x667d9b([0x73,0x70,0x6c,0x69,0x74])](_0x667d9b([0x2e]));return _0x166e4e[_0x667d9b([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x29a786=>_0x29a786[_0x667d9b([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x667d9b([0x2a])))[_0x667d9b([0x6d,0x61,0x70])](_0x406f9d=>_0x406f9d[_0x667d9b([0x73,0x70,0x6c,0x69,0x74])](_0x667d9b([0x2e])))[_0x667d9b([0x73,0x6f,0x6d,0x65])](_0x5cf36a=>_0x46453d[_0x667d9b([0x65,0x76,0x65,0x72,0x79])]((_0x3dba0f,_0x22b4f1)=>_0x5cf36a[_0x22b4f1]===_0x3dba0f||_0x5cf36a[_0x22b4f1]===_0x667d9b([0x2a])));}function _0x23439d(){return _0x4d08f6&&_0x27a4de?new window[(_0x667d9b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x460768,_0x27a174)=>{_0x4d08f6[_0x667d9b([0x74,0x68,0x65,0x6e])](_0x460768,_0x27a174),_0x27a4de[_0x667d9b([0x74,0x68,0x65,0x6e])](_0x1426c3=>{_0x1426c3!=_0x667d9b([0x56,0x61,0x6c,0x69,0x64])&&_0x460768(_0x1426c3);},_0x27a174);}):_0x4d08f6||_0x27a4de||_0x667d9b([0x56,0x61,0x6c,0x69,0x64]);}}function _0x453d07(_0x514fa5,_0x33d365){return new window[(_0x667d9b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x59247a=>{if(_0x27c18f())return _0x59247a(_0x667d9b([0x56,0x61,0x6c,0x69,0x64]));_0x38a704(),_0x566206[_0x667d9b([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x667d9b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x1aa29f=!0x1;const _0x16ad17=_0xbb8093();function _0x2646a2(_0x6abec0){return!!_0x6abec0&&(typeof _0x6abec0===_0x667d9b([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x6abec0===_0x667d9b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x6abec0[_0x667d9b([0x74,0x68,0x65,0x6e])]===_0x667d9b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x6abec0[_0x667d9b([0x63,0x61,0x74,0x63,0x68])]===_0x667d9b([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5e7be1(_0x40dd2a){_0x37349c(_0x40dd2a)[_0x667d9b([0x74,0x68,0x65,0x6e])](_0x17a9e6=>{if(!_0x17a9e6||_0x17a9e6[_0x667d9b([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x667d9b([0x6f,0x6b]))return _0x667d9b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x494a0d(_0x27c991(_0x16ad17+_0x33d365))!=_0x17a9e6[_0x667d9b([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x667d9b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x667d9b([0x56,0x61,0x6c,0x69,0x64]);})[_0x667d9b([0x74,0x68,0x65,0x6e])](_0x3bca01=>(_0x28a791(),_0x3bca01),()=>{const _0x4b13a1=_0x4217e8();return null==_0x4b13a1?(_0x28a791(),_0x667d9b([0x56,0x61,0x6c,0x69,0x64])):_0x667d9b(_0x45c75f-_0x4b13a1>(0xdcb9d99^_0x4f42c8)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x667d9b([0x74,0x68,0x65,0x6e])](_0x59247a)[_0x667d9b([0x63,0x61,0x74,0x63,0x68])](()=>{_0x59247a(_0x667d9b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x1119e4=0x29f1f719^_0x4f42c8;function _0x28a791(){const _0xdc7e62=_0x667d9b([0x6c,0x6c,0x63,0x74,0x2d])+_0x494a0d(_0x27c991(_0x514fa5)),_0x3c5087=_0x2be3db(_0x494a0d(window[_0x667d9b([0x4d,0x61,0x74,0x68])][_0x667d9b([0x63,0x65,0x69,0x6c])](_0x45c75f/_0x1119e4)));window[_0x667d9b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x667d9b([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0xdc7e62,_0x3c5087);}function _0x4217e8(){const _0x66f48c=_0x667d9b([0x6c,0x6c,0x63,0x74,0x2d])+_0x494a0d(_0x27c991(_0x514fa5)),_0x50f7ab=window[_0x667d9b([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x667d9b([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x66f48c);return _0x50f7ab?window[_0x667d9b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x2be3db(_0x50f7ab),0x10)*_0x1119e4:null;}function _0x37349c(_0x22ad71){return new window[(_0x667d9b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x55cf8c,_0x4f0f52)=>{_0x22ad71[_0x667d9b([0x74,0x68,0x65,0x6e])](_0x55cf8c,_0x4f0f52),window[_0x667d9b([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x4f0f52,0x29c6cd59^_0x4f42c8);});}}_0x566206[_0x667d9b([0x6f,0x6e])](_0x667d9b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0xfabf6c,_0x5450c8)=>{if(_0x5450c8[0x0]!=_0x514fa5)return _0x59247a(_0x667d9b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x5450c8[0x1]={..._0x5450c8[0x1],[_0x667d9b([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0x16ad17};},{[_0x667d9b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x667d9b([0x68,0x69,0x67,0x68])}),_0x566206[_0x667d9b([0x6f,0x6e])](_0x667d9b([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x1f251e=>{_0x2646a2(_0x1f251e[_0x667d9b([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x1aa29f=!0x0,_0x5e7be1(_0x1f251e[_0x667d9b([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x667d9b([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x667d9b([0x6c,0x6f,0x77])}),_0x561f73[_0x667d9b([0x74,0x68,0x65,0x6e])](()=>{_0x1aa29f||_0x59247a(_0x667d9b([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x27c18f(){return _0x566206[_0x667d9b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x667d9b([0x76,0x69,0x65,0x77])][_0x667d9b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x667d9b([0x61,0x75,0x74,0x6f]);}function _0x38a704(){_0x566206[_0x667d9b([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x667d9b([0x76,0x69,0x65,0x77])][_0x667d9b([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x667d9b([0x61,0x75,0x74,0x6f]);}}function _0x3466c8(_0x5326a6){const _0x366187=[new window[(_0x667d9b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x4ba033=>setTimeout(_0x4ba033,0x29ce2755^_0x4f42c8)),_0x561f73[_0x667d9b([0x74,0x68,0x65,0x6e])](()=>new window[(_0x667d9b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x33be00=>{let _0x19bf43=0x0;_0x566206[_0x667d9b([0x6d,0x6f,0x64,0x65,0x6c])][_0x667d9b([0x6f,0x6e])](_0x667d9b([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x509259,_0x23aefc)=>{_0x23aefc[0x0][_0x667d9b([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x19bf43++,_0x19bf43==(0x29c71861^_0x4f42c8)&&(_0x33be00(),_0x509259[_0x667d9b([0x6f,0x66,0x66])]());});}))];return window[_0x667d9b([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x667d9b([0x72,0x61,0x63,0x65])](_0x366187)[_0x667d9b([0x74,0x68,0x65,0x6e])](()=>_0x5326a6);}async function _0x3b7a5f(){await _0x561f73,_0x566206[_0x667d9b([0x6d,0x6f,0x64,0x65,0x6c])][_0x667d9b([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x175f75,_0x566206[_0x667d9b([0x6d,0x6f,0x64,0x65,0x6c])][_0x667d9b([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x175f75,_0x566206[_0x667d9b([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x667d9b([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x1dd261(){return _0x4f7761(_0x667d9b([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x436ef4(_0x667d9b([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x667d9b([0x73,0x74,0x61,0x74,0x65])]==_0x667d9b([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x4bd3a1(){return _0x4f7761(_0x667d9b([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 _0x4f2245(){return _0x4f7761(_0x667d9b([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x2c7251(_0x587ef4){const _0x48d2ad=_0x54d08d();_0x566206[_0x48d2ad]=_0x667d9b([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x587ef4,_0x587ef4!=_0x667d9b([0x56,0x61,0x6c,0x69,0x64])&&_0x3b7a5f();}function _0x54d08d(){const _0x4d6e66=window[_0x667d9b([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x667d9b([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x667d9b([0x6e,0x6f,0x77])]())[_0x667d9b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x667d9b([0x2e]),'');let _0x551ef6=_0x667d9b([0x6b]);for(let _0x442654=0x0;_0x442654<_0x4d6e66[_0x667d9b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x442654+=0x2){let _0x42a226=window[_0x667d9b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x4d6e66[_0x667d9b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x442654,_0x442654+0x2));_0x42a226>=_0x672c3f[_0x667d9b([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x42a226-=_0x672c3f[_0x667d9b([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x551ef6+=_0x672c3f[_0x42a226];}return _0x551ef6;}function _0x276b36(){const _0x1e30dc=_0x56c883[_0x667d9b([0x73,0x70,0x6c,0x69,0x74])](_0x667d9b([0x2e]));if(0x3!=_0x1e30dc[_0x667d9b([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x6515fc(_0x1e30dc[0x1]);function _0x6515fc(_0x315157){const _0x21f2c6=_0x5da426(_0x315157);return _0x21f2c6&&_0x5ccb2e()?_0x21f2c6:null;function _0x5ccb2e(){const _0x183751=_0x21f2c6[_0x667d9b([0x6a,0x74,0x69])],_0x47d079=window[_0x667d9b([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x183751[_0x667d9b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x183751[_0x667d9b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x2d0db7={..._0x21f2c6,[_0x667d9b([0x6a,0x74,0x69])]:_0x183751[_0x667d9b([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x183751[_0x667d9b([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x2d0db7[_0x667d9b([0x76,0x63])],_0x27c991(_0x2d0db7)==_0x47d079;}}}async function _0x4a936a(){let _0x2d9b19=!0x0;try{const _0x1e50f2=_0x56c883[_0x667d9b([0x73,0x70,0x6c,0x69,0x74])](_0x667d9b([0x2e])),[_0x4e49b1,_0x25b7da,_0x50e373]=_0x1e50f2;return _0x3ed015(_0x4e49b1),await _0xccbbb6(_0x4e49b1,_0x25b7da,_0x50e373),_0x2d9b19;}catch(_0x5b3f28){return!0x1;}function _0x3ed015(_0x5a96ed){const _0x30e1d4=_0x5da426(_0x5a96ed);_0x30e1d4&&_0x30e1d4[_0x667d9b([0x61,0x6c,0x67])]==_0x667d9b([0x45,0x53,0x32,0x35,0x36])||(_0x2d9b19=!0x1);}async function _0xccbbb6(_0x1a9d7d,_0x5dc5bf,_0x498052){const _0x2ee9e0=window[_0x667d9b([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x667d9b([0x66,0x72,0x6f,0x6d])](_0x21b0c2(_0x498052),_0x494f8b=>_0x494f8b[_0x667d9b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x2f1f35=new window[(_0x667d9b([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x667d9b([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0x1a9d7d+_0x667d9b([0x2e])+_0x5dc5bf),_0x3babfc=window[_0x667d9b([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x667d9b([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0x3babfc)return;const _0x13a895=await _0x3babfc[_0x667d9b([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x667d9b([0x6a,0x77,0x6b]),_0x33b21e,{[_0x667d9b([0x6e,0x61,0x6d,0x65])]:_0x667d9b([0x45,0x43,0x44,0x53,0x41]),[_0x667d9b([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x667d9b([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x667d9b([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0x3babfc[_0x667d9b([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x667d9b([0x6e,0x61,0x6d,0x65])]:_0x667d9b([0x45,0x43,0x44,0x53,0x41]),[_0x667d9b([0x68,0x61,0x73,0x68])]:{[_0x667d9b([0x6e,0x61,0x6d,0x65])]:_0x667d9b([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0x13a895,_0x2ee9e0,_0x2f1f35)||(_0x2d9b19=!0x1);}}function _0x5da426(_0x3b975e){return _0x3b975e[_0x667d9b([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x667d9b([0x65,0x79]))?JSON[_0x667d9b([0x70,0x61,0x72,0x73,0x65])](_0x21b0c2(_0x3b975e)):null;}function _0x21b0c2(_0x46d627){return window[_0x667d9b([0x61,0x74,0x6f,0x62])](_0x46d627[_0x667d9b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x667d9b([0x2b]))[_0x667d9b([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x667d9b([0x2f])));}function _0x27c991(_0x284925){let _0x4a541a=0x1505;function _0x3e0684(_0x16f7b9){for(let _0x97557c=0x0;_0x97557c<_0x16f7b9[_0x667d9b([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x97557c++){const _0x582771=_0x16f7b9[_0x667d9b([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x97557c);_0x4a541a=(_0x4a541a<<0x5)+_0x4a541a+_0x582771,_0x4a541a&=_0x4a541a;}}function _0x56dcca(_0x1d585e){Array[_0x667d9b([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x1d585e)?_0x1d585e[_0x667d9b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x56dcca):_0x1d585e&&typeof _0x1d585e==_0x667d9b([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x667d9b([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x1d585e)[_0x667d9b([0x73,0x6f,0x72,0x74])]()[_0x667d9b([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x5eb46c,_0x419e2a])=>{_0x3e0684(_0x5eb46c),_0x56dcca(_0x419e2a);}):_0x3e0684(window[_0x667d9b([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x1d585e));}return _0x56dcca(_0x284925),_0x4a541a>>>0x0;}function _0x494a0d(_0x144319){return _0x144319[_0x667d9b([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x667d9b([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x667d9b([0x30]));}function _0x2be3db(_0x394ea5){return _0x394ea5[_0x667d9b([0x73,0x70,0x6c,0x69,0x74])]('')[_0x667d9b([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x667d9b([0x6a,0x6f,0x69,0x6e])]('');}function _0x4f7761(_0x6f22da){return _0x566206[_0x667d9b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x667d9b([0x68,0x61,0x73])](_0x6f22da);}function _0x436ef4(_0x544dac){return _0x566206[_0x667d9b([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x667d9b([0x67,0x65,0x74])](_0x544dac);}function _0x175f75(){}function _0x667d9b(_0x3e4323){return _0x3e4323['map'](_0x59abc5=>String['fromCharCode'](_0x59abc5))['join']('');}_0x2c7251(await _0x4f7421());}(this);}set['adapter'](_0x873969){if(this['_adapter'])throw new _0x8a669('track-changes-adapter-already-set',this);this['_adapter']=_0x873969;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x46754e=!0x1,toJSON:_0x3adfc3=!0x1}={}){const _0xa4c3de=[];for(const _0x4ffdf3 of this['_suggestions']['values']())_0x46754e&&!_0x4ffdf3['isInContent']||_0xa4c3de['push'](_0x4ffdf3);return _0x3adfc3?_0xa4c3de['map'](_0x109210=>_0x109210['toJSON']()):_0xa4c3de;}['getSuggestion'](_0x29f183){const _0x3c58ea=this['_suggestions']['get'](_0x29f183);if(!_0x3c58ea)throw new _0x8a669('track-changes-suggestion-not-found',this);return _0x3c58ea;}['hasSuggestion'](_0x8b90a0){return this['_suggestions']['has'](_0x8b90a0);}['addSuggestionData'](_0x4ababf){const {authorId:_0x1fd617,id:_0x571eb9,attributes:_0x3c9629}=_0x4ababf,[_0x5997c8,_0x5e3196]=_0x4ababf['type']['split'](':'),_0x2dd025=this['_suggestions']['get'](_0x571eb9)||this['_createSuggestion'](_0x5997c8,_0x5e3196,_0x571eb9,_0x1fd617,_0x3c9629);if(this['_addThreadToSuggestion'](_0x2dd025),this['_checkSuggestionCorrectness'](_0x2dd025,_0x5997c8,_0x5e3196||null,_0x1fd617),_0x2dd025['createdAt']=_0x4ababf['createdAt'],_0x2dd025['_isDataLoaded']=!0x0,_0x3c9629&&_0x3c9629['@external']){const _0x476013=_0x3c9629['@external'],_0x1f71d5=this['_getExternalAuthor'](_0x476013['authorName']);_0x2dd025['authoredAt']=_0x476013['createdAt'],_0x2dd025['author']=_0x1f71d5,_0x2dd025['isExternal']=!0x0;}else _0x2dd025['authoredAt']=_0x4ababf['createdAt'];switch(_0x4ababf['data']&&(_0x2dd025['data']=_0x4ababf['data']),_0x4ababf['attributes']&&(_0x2dd025['attributes']=_0x4ababf['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x2dd025['_saved']=!0x0),this['_suggestionState']['get'](_0x2dd025)){case'notReady':this['_suggestionState']['set'](_0x2dd025,'dataReady');break;case'markerReady':_0x2dd025['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x2dd025])),this['_refreshSuggestionsChain'](new Set([_0x2dd025])),this['_suggestionState']['set'](_0x2dd025,'ready'),this['fire']('suggestionLoaded',_0x2dd025)):this['_suggestionState']['set'](_0x2dd025,'removed');}return _0x2dd025;}['acceptSuggestion'](_0x4e4573){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x21c342 of _0x4e4573['getAllAdjacentSuggestions']())_0x21c342['accept']();});});}['discardSuggestion'](_0x4ab92b){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x1afb57 of _0x4ab92b['getAllAdjacentSuggestions']())_0x1afb57['discard']();});});}['enableCommand'](_0x51370a,_0x1d0f8b){const _0x35105b=this['editor']['commands']['get'](_0x51370a);if(!_0x35105b)throw new _0x8a669('track-changes-command-not-found',this,{'commandName':_0x51370a});if(this['_enabledCommands']['has'](_0x35105b))throw new _0x8a669('track-changes-enable-command-twice',this,{'commandName':_0x51370a});this['_enabledCommands']['add'](_0x35105b),_0x1d0f8b&&_0x35105b['on']('execute',(_0x57c44c,_0x5c43f8)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x5c43f8['length']>0x0&&_0x5c43f8[_0x5c43f8['length']-0x1]&&_0x5c43f8[_0x5c43f8['length']-0x1]['forceDefaultExecution']?_0x5c43f8['pop']():(_0x57c44c['return']=_0x1d0f8b((..._0x545985)=>_0x35105b['execute'](..._0x545985,{'forceDefaultExecution':!0x0}),..._0x5c43f8),_0x57c44c['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0x3faba1){let _0x4fc206,_0xb0705a;const _0x37d03e=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0x4fc206=_0x3faba1();}catch(_0x3917c7){_0xb0705a=_0x3917c7;}return _0x37d03e||(this['_isForcedDefaultExecutionBlock']=!0x1),_0xb0705a&&_0x8a669['rethrowUnexpectedError'](_0xb0705a,this),_0x4fc206;}['markInsertion'](_0x2b3737,_0x165a5c=null,_0x2252de={}){if(_0x2b3737['isCollapsed'])return null;const _0x3f6023=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x4d9724,meta:_0x15228e}of this['_findSuggestions'](_0x2b3737,'insertion'))if(_0x15228e['isOwn']){if(!_0x15228e['isNextTo']){if(_0x15228e['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!zt(_0x4d9724,_0x2252de))continue;return _0x4d9724;}if(zt(_0x4d9724,_0x2252de))return _0x4d9724;this['_breakSuggestionMarker'](_0x4d9724,_0x2b3737['start'],_0x2b3737['end']);break;}if(_0x165a5c==_0x4d9724['subType']&&zt(_0x4d9724,_0x2252de)){const _0x314a96=_0x4d9724['getFirstRange']();return _0x314a96['start']['isEqual'](_0x2b3737['end'])?this['_setSuggestionRange'](_0x4d9724,this['_model']['createRange'](_0x2b3737['start'],_0x314a96['end'])):this['_setSuggestionRange'](_0x4d9724,this['_model']['createRange'](_0x314a96['start'],_0x2b3737['end'])),_0x4d9724;}}const _0x425159=_0xbb8093(),_0x4a17f0=_0x3f6023['id'],_0x596c5d=_0x165a5c?'insertion:'+_0x165a5c:'insertion',_0x51a3fe=this['_setSuggestionData']({'id':_0x425159,'type':_0x596c5d,'createdAt':new Date(),'authorId':_0x4a17f0,'attributes':_0x2252de});return this['_addSuggestionMarker'](_0x596c5d,_0x425159,_0x4a17f0,_0x2b3737),_0x51a3fe;}['markMultiRangeInsertion'](_0x5f37e,_0x42afc5='multi',_0x305bfe={}){const _0x205fa8=this['editor']['plugins']['get']('Users')['me'],_0x236c91=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x42afc5,'join');for(const _0xf87f83 of this['getSuggestions']())if(_0xf87f83['author']['id']==_0x205fa8['id']&&'insertion'==_0xf87f83['type']&&_0xf87f83['subType']==_0x42afc5&&zt(_0xf87f83,_0x305bfe)&&(_0x236c91(_0xf87f83['getRanges'](),_0x5f37e)||_0x236c91(_0x5f37e,_0xf87f83['getRanges']()))){for(const _0x45ab67 of _0x5f37e)_0xf87f83['addRange'](_0x45ab67);return _0xf87f83;}for(const {suggestion:_0x548771,meta:_0x242407}of this['_findSuggestions'](_0x5f37e,'insertion')){if(!_0x242407['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x242407['containsRangeInObject'])continue;if(!zt(_0x548771,_0x305bfe))continue;let _0x401715=!0x0;for(const _0x336313 of _0x548771['getRanges']())for(const _0xa4a6fc of _0x5f37e)if(!_0x336313['containsRange'](_0xa4a6fc)){_0x401715=!0x1;break;}if(_0x401715)return _0x548771;}const _0x419105=_0xbb8093(),_0x49813c=_0x205fa8['id'],_0x4d5482='insertion:'+_0x42afc5,_0x3b75a4=this['_setSuggestionData']({'id':_0x419105,'type':_0x4d5482,'createdAt':new Date(),'authorId':_0x49813c,'attributes':_0x305bfe});for(const _0x3a1886 of _0x5f37e)this['_addSuggestionMarker'](_0x4d5482,_0x419105,_0x49813c,_0x3a1886,u['getMultiRangeId']());return _0x3b75a4;}['markInlineFormat'](_0x52893f,_0x26e5a8,_0x2dadde=null,_0x529394={}){if(_0x2dadde=_0x2dadde||Gt(_0x26e5a8),_0x52893f['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x38791d=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x2dadde,'accept');return this['forceDefaultExecution'](()=>_0x38791d([_0x52893f],_0x26e5a8,_0x529394)),null;}const _0x4ff2f9=this['editor']['plugins']['get']('Users')['me'],_0x495b89=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x464790,meta:_0x1258ba}of this['_findSuggestions'](_0x52893f,'insertion'))_0x1258ba['isOwn']&&!_0x1258ba['isInsideObject']&&_0x495b89['push'](..._0x464790['getRanges']());}const _0x5a2780=function(_0x53a8b6,_0x4ff760){const _0xf5e3af=[];for(const _0x19f2ca of _0x4ff760){const _0x3ed6ce=_0x53a8b6['getIntersection'](_0x19f2ca);_0x3ed6ce&&_0xf5e3af['push'](_0x3ed6ce);}return _0xf5e3af;}(_0x52893f,_0x495b89),_0x2a49d4=function(_0x34bf6e,_0x1afa49){const _0x5bfcfe=[_0x34bf6e];for(const _0x3dd0e7 of _0x1afa49){let _0x5717db=0x0;for(;_0x5717db<_0x5bfcfe['length'];){const _0x4370fc=_0x5bfcfe[_0x5717db]['getDifference'](_0x3dd0e7);_0x5bfcfe['splice'](_0x5717db,0x1,..._0x4370fc),_0x5717db+=_0x4370fc['length'];}}return _0x5bfcfe;}(_0x52893f,_0x495b89);_0x5a2780['length']&&this['_model']['change'](()=>{for(const _0x26aad4 of _0x5a2780){const _0x4c7ea4=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x2dadde,'accept');this['forceDefaultExecution'](()=>_0x4c7ea4([_0x26aad4],_0x26e5a8,_0x529394));}});for(const _0x51f35a of _0x2a49d4){let _0x3287e3=null,_0xa0fbb6=_0x51f35a['start'],_0x24ed0a=_0x51f35a['end'];for(const {suggestion:_0x555abb,meta:_0x558274}of this['_findSuggestions'](_0x51f35a,'formatInline')){if(!_0x558274['isOwn'])continue;if(_0x555abb['subType']!=_0x2dadde)continue;if(!zt(_0x555abb,_0x529394))continue;const _0x102c9b=_0x555abb['getFirstRange']();if(_0x102c9b['containsRange'](_0x51f35a,!0x0))return null;_0xa0fbb6=_0xa0fbb6['isBefore'](_0x102c9b['start'])?_0xa0fbb6:_0x102c9b['start'],_0x24ed0a=_0x24ed0a['isAfter'](_0x102c9b['end'])?_0x24ed0a:_0x102c9b['end'],_0x3287e3?_0x102c9b['start']['isBefore'](_0x3287e3['getFirstRange']()['start'])?(_0x3287e3['removeMarkers'](),_0x3287e3=_0x555abb):_0x555abb['removeMarkers']():_0x3287e3=_0x555abb;}const _0x295376=this['_model']['createRange'](_0xa0fbb6,_0x24ed0a);if(_0x3287e3)this['_setSuggestionRange'](_0x3287e3,_0x295376);else{const _0x12b2dd=_0xbb8093(),_0x5dd660=_0x4ff2f9['id'];this['_setSuggestionData']({'id':_0x12b2dd,'type':'formatInline:'+_0x2dadde,'data':_0x26e5a8,'createdAt':new Date(),'authorId':_0x5dd660,'attributes':_0x529394}),this['_addSuggestionMarker']('formatInline:'+_0x2dadde,_0x12b2dd,_0x5dd660,_0x295376);}}return null;}['markBlockFormat'](_0x5c9345,_0x44f51f,_0x1097c9=[],_0x423a7f=null,_0x169d3d={}){_0x44f51f['formatGroupId']||(_0x44f51f['formatGroupId']=_0x44f51f['commandName']),_0x44f51f['multipleBlocks']=_0x5c9345['is']('range'),_0x423a7f=_0x423a7f||Gt(_0x44f51f);const _0x169164=_0x1097c9['map'](_0x2ba4b8=>Jt(_0x2ba4b8,this['_model'])),_0x4b49d6=_0x5c9345['is']('range')?_0x5c9345:Jt(_0x5c9345,this['_model']);if('never'===this['_trackFormatChanges']){const _0x2d043d=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x423a7f,'accept');return this['forceDefaultExecution'](()=>_0x2d043d([_0x4b49d6],_0x44f51f,_0x169d3d)),null;}_0x169164['push'](_0x4b49d6);let _0xc94622=!0x0;for(const _0x26227f of _0x169164)if(!this['_rangeIsInLocalUserInsertion'](_0x26227f)){_0xc94622=!0x1;break;}if(_0xc94622&&'always'!==this['_trackFormatChanges']){const _0x57ac65=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x423a7f,'accept');return this['forceDefaultExecution'](()=>_0x57ac65([_0x4b49d6],_0x44f51f,_0x169d3d)),null;}let _0x2565e1=null,_0x4451ef=_0x4b49d6['start'],_0x550b15=_0x4b49d6['end'];for(const {suggestion:_0x53a538,meta:_0x588725}of this['_findSuggestions'](_0x4b49d6,'formatBlock')){if(!_0x588725['isOwn'])continue;if(_0x588725['isNextTo']||_0x588725['containsRangeInObject']||_0x588725['isInsideObject'])continue;if(_0x53a538['data']['formatGroupId']!=_0x44f51f['formatGroupId'])continue;if(!zt(_0x53a538,_0x169d3d))continue;const _0x4f9bed=_0x53a538['getFirstRange']();if(_0x53a538['subType']==_0x423a7f){if(_0x4f9bed['containsRange'](_0x4b49d6,!0x0))return null;_0x4451ef=_0x4451ef['isBefore'](_0x4f9bed['start'])?_0x4451ef:_0x4f9bed['start'],_0x550b15=_0x550b15['isAfter'](_0x4f9bed['end'])?_0x550b15:_0x4f9bed['end'],_0x2565e1?_0x4f9bed['start']['isBefore'](_0x2565e1['getFirstRange']()['start'])?(_0x2565e1['removeMarkers'](),_0x2565e1=_0x53a538):_0x53a538['removeMarkers']():_0x2565e1=_0x53a538;}else{const _0x1e29a0=_0x4b49d6['getIntersection'](_0x4f9bed);this['_cutOutSuggestionMarker'](_0x53a538,_0x1e29a0);}}const _0x255754=this['editor']['plugins']['get']('Users')['me'],_0x35429f=_0xbb8093(),_0x5630a8=_0x255754['id'];if(_0x2565e1)return this['_setSuggestionRange'](_0x2565e1,this['_model']['createRange'](_0x4451ef,_0x550b15)),_0x2565e1;{const _0x35e8bc=this['_setSuggestionData']({'id':_0x35429f,'type':'formatBlock:'+_0x423a7f,'data':_0x44f51f,'createdAt':new Date(),'authorId':_0x5630a8,'attributes':_0x169d3d});return this['_addSuggestionMarker']('formatBlock:'+_0x423a7f,_0x35429f,_0x5630a8,this['_model']['createRange'](_0x4451ef,_0x550b15)),_0x35e8bc;}}['markMultiRangeBlockFormat'](_0x9a55d8,_0x456cf9,_0x2fa4a9=[],_0x37476d=null,_0x51867b={}){_0x456cf9['formatGroupId']||(_0x456cf9['formatGroupId']=_0x456cf9['commandName']);const _0x3089a3=_0x9a55d8[0x0];_0x456cf9['multipleBlocks']=_0x3089a3['is']('range'),_0x37476d=_0x37476d||Gt(_0x456cf9);const _0x47de7a=_0x2fa4a9['map'](_0x3c1462=>Jt(_0x3c1462,this['_model'])),_0x4a4a36=_0x3089a3['is']('range')?_0x9a55d8:_0x9a55d8['map'](_0x39bb0c=>Jt(_0x39bb0c,this['_model']));if('never'===this['_trackFormatChanges']){const _0x4f80af=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x37476d,'accept');return this['forceDefaultExecution'](()=>_0x4f80af(_0x4a4a36,_0x456cf9,_0x51867b)),null;}_0x47de7a['push'](..._0x4a4a36);let _0x4115c5=!0x0;for(const _0x415b36 of _0x47de7a)if(!this['_rangeIsInLocalUserInsertion'](_0x415b36)){_0x4115c5=!0x1;break;}if(_0x4115c5&&'always'!==this['_trackFormatChanges']){const _0x443242=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x37476d,'accept');return this['forceDefaultExecution'](()=>_0x443242(_0x4a4a36,_0x456cf9,_0x51867b)),null;}const _0x57caef=this['editor']['plugins']['get']('Users')['me'];for(const _0x40c357 of this['getSuggestions']()){if(_0x40c357['author']['id']!=_0x57caef['id'])continue;if('formatBlock'!=_0x40c357['type']||_0x40c357['data']['formatGroupId']!=_0x456cf9['formatGroupId'])continue;if(!zt(_0x40c357,_0x51867b))continue;const _0x4f402b=_0x40c357['subType']==_0x37476d;for(let _0x2c2484=0x0;_0x2c2484<_0x4a4a36['length'];_0x2c2484++){const _0x123a62=_0x4a4a36[_0x2c2484];for(const _0x2b5e2a of _0x40c357['getMarkers']()){const _0x494374=_0x2b5e2a['getRange']();if(_0x123a62['isEqual'](_0x494374)){_0x4f402b?(_0x4a4a36['splice'](_0x2c2484,0x1),_0x2c2484--):_0x40c357['removeMarker'](_0x2b5e2a['name']);break;}}}}if(0x0==_0x4a4a36['length'])return null;const _0x45a85b=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x37476d,'join');for(const _0x5c763 of this['getSuggestions']())if(_0x5c763['author']['id']==_0x57caef['id']&&'formatBlock'==_0x5c763['type']&&_0x5c763['data']['formatGroupId']==_0x456cf9['formatGroupId']&&_0x5c763['subType']==_0x37476d&&zt(_0x5c763,_0x51867b)&&(_0x45a85b(_0x5c763['getRanges'](),_0x4a4a36)||_0x45a85b(_0x4a4a36,_0x5c763['getRanges']()))){for(const _0x24cc85 of _0x4a4a36)_0x5c763['addRange'](_0x24cc85);return _0x5c763;}const _0x58148=_0xbb8093(),_0x601e2=_0x57caef['id'],_0x1d35d2='formatBlock:'+_0x37476d,_0x4a5d58=this['_setSuggestionData']({'id':_0x58148,'type':_0x1d35d2,'data':_0x456cf9,'createdAt':new Date(),'authorId':_0x601e2,'attributes':_0x51867b});for(const _0x334152 of _0x4a4a36)this['_addSuggestionMarker'](_0x1d35d2,_0x58148,_0x601e2,_0x334152,u['getMultiRangeId']());return _0x4a5d58;}['markDeletion'](_0x3567b5,_0x1724f3=null,_0x9cfb85={}){if(_0x3567b5['isCollapsed'])return null;const _0x375cdd=this['editor']['plugins']['get']('Users')['me'],_0x475d33=new _0x5580c5(_0x3567b5['start'],_0x3567b5['end']);for(const {suggestion:_0x25161e,meta:_0x307a5a}of this['_findSuggestions'](_0x475d33,'insertion'))if(_0x307a5a['isOwn']&&!_0x307a5a['isNextTo']){if(_0x25161e['isMultiRange']){const _0x23bc4a=_0x25161e['getRanges']()['filter'](_0x1d6e3f=>'$graveyard'!=_0x1d6e3f['root']['rootName']);_0x23bc4a['every'](_0x436110=>_0x475d33['containsRange'](_0x436110,!0x0))&&_0x25161e['discard']();if(_0x23bc4a['some'](_0x382301=>_0x382301['containsRange'](_0x475d33,!0x0))){const _0x39e142=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1724f3,'accept');return this['forceDefaultExecution'](()=>_0x39e142([_0x475d33],null,_0x9cfb85)),null;}}else{const _0x409a0c=_0x475d33['getIntersection'](_0x25161e['getFirstRange']());null!==_0x409a0c&&_0x25161e['_onDiscard']([_0x409a0c],null,_0x9cfb85);}}if(_0x475d33['detach'](),_0x475d33['isCollapsed']||'$graveyard'==_0x475d33['root']['rootName'])return null;let _0x1235c9=null,_0x117e59=_0x475d33['start'],_0x1c6e39=_0x475d33['end'];const _0x3d7b2a=this['_findSuggestions'](_0x475d33,'deletion');for(const {suggestion:_0x3655d7,meta:_0x39a70f}of _0x3d7b2a){const _0x12f531=this['_model']['createRange'](_0x117e59,_0x1c6e39);if(_0x39a70f['isOwn']&&(this['_mergeNestedSuggestions']||!_0x39a70f['containsRangeInObject']&&!_0x39a70f['isInsideObject'])){if(_0x3655d7['isMultiRange']){if(!zt(_0x3655d7,_0x9cfb85))continue;let _0xfbe113=!0x0;for(const _0x290327 of _0x3655d7['getRanges']()){if(_0x290327['containsRange'](_0x12f531,!0x0))return _0x3655d7;_0x12f531['containsRange'](_0x290327)||(_0xfbe113=!0x1);}_0xfbe113&&_0x3655d7['discard']();}else{const _0x3a72ce=_0x3655d7['getFirstRange']();if(_0x3a72ce['containsRange'](_0x12f531,!0x0))return _0x3655d7;if(!zt(_0x3655d7,_0x9cfb85)){_0x12f531['containsRange'](_0x3a72ce)?_0x3655d7['removeMarkers']():_0x3a72ce['containsPosition'](_0x117e59)?_0x117e59=_0x3a72ce['end']:_0x3a72ce['containsPosition'](_0x1c6e39)&&(_0x1c6e39=_0x3a72ce['start']);continue;}_0x117e59=_0x117e59['isBefore'](_0x3a72ce['start'])?_0x117e59:_0x3a72ce['start'],_0x1c6e39=_0x1c6e39['isAfter'](_0x3a72ce['end'])?_0x1c6e39:_0x3a72ce['end'],_0x9cfb85=Object['assign']({},_0x3655d7['attributes']),_0x1235c9?_0x3a72ce['start']['isBefore'](_0x1235c9['getFirstRange']()['start'])?(_0x1235c9['removeMarkers'](),_0x1235c9=_0x3655d7):_0x3655d7['removeMarkers']():_0x1235c9=_0x3655d7;}}}if(_0x1235c9)return this['_setSuggestionRange'](_0x1235c9,this['_model']['createRange'](_0x117e59,_0x1c6e39)),_0x1235c9;{const _0xe5a688=_0xbb8093(),_0x1fd338=this['_model']['createRange'](_0x117e59,_0x1c6e39),_0x4ad581=_0x375cdd['id'],_0x3da919=_0x1724f3?'deletion:'+_0x1724f3:'deletion',_0x8d07c6=this['_setSuggestionData']({'id':_0xe5a688,'type':_0x3da919,'createdAt':new Date(),'authorId':_0x4ad581,'attributes':_0x9cfb85});return this['_addSuggestionMarker'](_0x3da919,_0xe5a688,_0x4ad581,_0x1fd338),_0x8d07c6;}}['markMultiRangeDeletion'](_0x209948,_0x541022='multi',_0x411d21={}){const _0x4260d2=this['editor']['plugins']['get']('Users')['me'],_0x551b75=_0x209948['map'](_0x2ea9da=>new _0x5580c5(_0x2ea9da['start'],_0x2ea9da['end'])),_0x2de700=new Set();for(const {suggestion:_0x3b70b3,meta:_0x5a8766}of this['_findSuggestions'](_0x551b75,'insertion'))_0x5a8766['isOwn']&&!_0x5a8766['isNextTo']&&_0x2de700['add'](_0x3b70b3);for(const _0x59cf21 of _0x2de700)if(_0x59cf21['isMultiRange']){const _0x355f9b=_0x59cf21['getRanges']();(!_0x59cf21['attributes']||!_0x59cf21['attributes']['skipNestingCheck'])&&(_0x355f9b['every'](_0x57ed60=>_0x551b75['some'](_0x2365ee=>_0x2365ee['containsRange'](_0x57ed60,!0x0)))&&_0x59cf21['discard']());if(_0x551b75['every'](_0x31e5db=>_0x355f9b['some'](_0x3da80a=>_0x3da80a['containsRange'](_0x31e5db,!0x0)))){const _0x7bafd8=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x541022,'accept');return this['forceDefaultExecution'](()=>_0x7bafd8(_0x209948,null,_0x411d21)),null;}}else{const _0x10e407=_0x59cf21['getFirstRange']();_0x551b75['some'](_0x5b9ac6=>_0x5b9ac6['containsRange'](_0x10e407,!0x0))&&_0x59cf21['discard']();if(_0x551b75['every'](_0x41e839=>_0x10e407['containsRange'](_0x41e839,!0x0))){const _0x3e3ffb=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x541022,'accept');return this['forceDefaultExecution'](()=>_0x3e3ffb(_0x551b75,null,_0x411d21)),null;}}const _0x50280b=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x541022,'join');let _0x1ec398=null;for(const _0x167ab7 of this['getSuggestions']())if(_0x167ab7['author']['id']==_0x4260d2['id']&&_0x167ab7['isInContent']&&'deletion'==_0x167ab7['type']&&_0x167ab7['subType']==_0x541022&&zt(_0x167ab7,_0x411d21)&&(_0x50280b(_0x167ab7['getRanges'](),_0x551b75)||_0x50280b(_0x551b75,_0x167ab7['getRanges']()))){if(_0x1ec398){if(_0x167ab7['commentThread']&&_0x167ab7['commentThread']['length'])continue;for(const _0x5c55ff of _0x167ab7['getRanges']())_0x1ec398['isIntersectingWithRange'](_0x5c55ff)||_0x1ec398['addRange'](_0x5c55ff);_0x167ab7['removeMarkers']();}else{_0x1ec398=_0x167ab7;for(const _0x390e34 of _0x551b75)_0x167ab7['isIntersectingWithRange'](_0x390e34)||_0x167ab7['addRange'](_0x390e34);}}if(_0x1ec398)return _0x1ec398;_0x2de700['clear']();for(const {suggestion:_0xf4708e,meta:_0x1b1d58}of this['_findSuggestions'](_0x551b75,'deletion'))_0x1b1d58['isOwn']&&(this['_mergeNestedSuggestions']||!_0x1b1d58['containsRangeInObject']&&!_0x1b1d58['isInsideObject'])&&zt(_0xf4708e,_0x411d21)&&_0x2de700['add'](_0xf4708e);for(const _0xaed0a2 of _0x2de700){const _0x88e9c6=_0xaed0a2['getRanges']();if(!_0x411d21||!_0x411d21['skipNestingCheck']){if(_0x551b75['every'](_0x355ea1=>_0x88e9c6['some'](_0x49fde9=>_0x49fde9['containsRange'](_0x355ea1,!0x0))))return _0xaed0a2;}(!_0xaed0a2['attributes']||!_0xaed0a2['attributes']['skipNestingCheck'])&&(_0x88e9c6['every'](_0x4b569c=>_0x551b75['some'](_0x20db96=>_0x20db96['containsRange'](_0x4b569c,!0x0)))&&_0xaed0a2['discard']());}const _0x23a20=_0xbb8093(),_0x289fd8=_0x4260d2['id'],_0x4c56bb='deletion:'+_0x541022,_0x4d24e1=this['_setSuggestionData']({'id':_0x23a20,'type':_0x4c56bb,'createdAt':new Date(),'authorId':_0x289fd8,'attributes':_0x411d21});for(const _0x20cff2 of _0x551b75)_0x20cff2['detach'](),_0x20cff2['isCollapsed']||'$graveyard'==_0x20cff2['root']['rootName']||this['_addSuggestionMarker'](_0x4c56bb,_0x23a20,_0x289fd8,_0x20cff2,u['getMultiRangeId']());return _0x4d24e1;}['markAttributeChange'](_0x66508,_0x1b53c0,_0x2783d9,_0x2e7b64,_0x95200f){if(_0x66508['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x1fa6a3=this['editor']['plugins']['get']('Users')['me']['id'],_0x47855d=Array['from'](this['_suggestions']['values']())['filter'](_0x1f0cfa=>'attribute'==_0x1f0cfa['type']&&_0x1f0cfa['data']['key']==_0x1b53c0&&_0x1f0cfa['isIntersectingWithRange'](_0x66508));if('default'===this['_trackFormatChanges']){const _0x35e131=this['_findSuggestions'](_0x66508,'insertion')['filter'](({meta:_0x46f7dd})=>_0x46f7dd['isOwn']&&!_0x46f7dd['isInsideObject']&&!_0x46f7dd['isNextTo'])['map'](({suggestion:_0x1bee3d})=>_0x1bee3d);_0x47855d['unshift'](..._0x35e131);}const _0x41af32=new Map([[_0x66508,_0x2783d9]]);for(const _0x4712f6 of _0x47855d){const _0x3ae47b='attribute'==_0x4712f6['type']?_0x4712f6['data']['oldValue']:void 0x0,_0x508f53=_0x4712f6['getFirstRange'](),_0x523d8d=Array['from'](_0x41af32['keys']())['find'](_0x7e1a5a=>_0x7e1a5a['isIntersecting'](_0x508f53));if(!_0x523d8d)continue;const _0x21fa97=_0x523d8d['getDifference'](_0x508f53);this['_isBlockAttribute'](_0x1b53c0)&&'insertion'==_0x4712f6['type']&&0x0!=_0x21fa97['length']||(_0x41af32['delete'](_0x523d8d),_0x21fa97['forEach'](_0x316449=>{_0x41af32['set'](_0x316449,_0x2783d9);}),'insertion'!=_0x4712f6['type']&&_0x3ae47b!=_0x2e7b64&&_0x41af32['set'](_0x523d8d['getIntersection'](_0x508f53),_0x3ae47b));}const _0x172638=[];for(const [_0x17833c,_0x5789f8]of _0x41af32){const _0x522671=_0xbb8093(),_0x1d8005={'key':_0x1b53c0,'oldValue':_0x5789f8,'newValue':_0x2e7b64};_0x1b53c0['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':_0x1b53c0});const _0x1a3e4d=('attribute:'+(_0x1b53c0+'|'+Gt({'newValue':_0x2e7b64})))['substring'](0x0,0x3c),_0x214910=this['_setSuggestionData']({'id':_0x522671,'type':_0x1a3e4d,'data':_0x1d8005,'createdAt':new Date(),'authorId':_0x1fa6a3,'attributes':_0x95200f});_0x172638['push'](_0x214910),this['_addSuggestionMarker'](_0x1a3e4d,_0x522671,_0x1fa6a3,_0x17833c);}return _0x172638;}['enableDefaultAttributesIntegration'](_0x12f0d1){this['enableCommand'](_0x12f0d1,(_0x120c85,..._0x511333)=>{this['_recordAttributeChanges'](()=>{_0x120c85(..._0x511333);});});}['registerBlockAttribute'](_0x356927){this['_blockAttributeKeys']['add'](_0x356927);}['registerInlineAttribute'](_0x5755e0){this['_inlineAttributeKeys']['add'](_0x5755e0);}['_getAttributeKey'](_0x368df1){return'attribute'==_0x368df1['type']?_0x368df1['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x51cdf4,_0x5e0a53){const _0xb01a2c=_0x51cdf4['getFirstMarker']();this['_model']['change'](_0x3b2d81=>{_0x3b2d81['updateMarker'](_0xb01a2c,{'range':_0x5e0a53});});}['_addThreadToSuggestion'](_0x466321){const _0x435405=_0x466321['id'],_0x22b1ee=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x435405)||this['_commentsRepository']['addCommentThread']({'channelId':_0x22b1ee,'threadId':_0x435405,'isResolvable':!0x1,'isSubmitted':!0x0});const _0xd1f849=this['_commentsRepository']['getCommentThread'](_0x435405);_0xd1f849['unbind']('isRemovable'),_0xd1f849['isRemovable']=!0x1,_0x466321['commentThread']=_0xd1f849;}['_checkSuggestionCorrectness'](_0x5f5dcf,_0x5e673d,_0x4b9f74,_0x1e7ceb){if(_0x5f5dcf['type']!=_0x5e673d||_0x5f5dcf['subType']!=_0x4b9f74||_0x5f5dcf['creator']['id']!=_0x1e7ceb)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x8a669('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x5f9837,_0x383b9a){const _0x4cc201=_0x5f9837['getFirstRange']();if(_0x383b9a['isEqual'](_0x4cc201))_0x5f9837['removeMarkers']();else{if(_0x4cc201['containsRange'](_0x383b9a)){const _0x3d6ec4=this['_model']['createPositionAt'](_0x383b9a['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x5f9837,this['_model']['createRange'](_0x4cc201['start'],_0x3d6ec4));const _0x5cfd2c=_0xbb8093(),_0x293ef5=_0x5f9837['creator']['id'],_0x4092a3=_0x5f9837['type']+':'+_0x5f9837['subType'];this['_setSuggestionData']({'id':_0x5cfd2c,'type':_0x4092a3,'createdAt':new Date(),'authorId':_0x293ef5,'data':_0x5f9837['data'],'attributes':_0x5f9837['attributes']});const _0x562e8d=this['_model']['createPositionAt'](_0x383b9a['end']['parent'],'after'),_0x584f71=this['_model']['createRange'](_0x562e8d,_0x4cc201['end']);this['_addSuggestionMarker'](_0x4092a3,_0x5cfd2c,_0x293ef5,_0x584f71);}else{if(_0x4cc201['containsPosition'](_0x383b9a['start'])){const _0x100b2c=this['_model']['createPositionAt'](_0x383b9a['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x5f9837,this['_model']['createRange'](_0x4cc201['start'],_0x100b2c));}else{const _0x26a911=this['_model']['createPositionAt'](_0x383b9a['end']['parent'],'after');this['_setSuggestionRange'](_0x5f9837,this['_model']['createRange'](_0x26a911,_0x4cc201['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x3c757b){for(const {suggestion:_0x4452bf,meta:_0x1b6f28}of this['_findSuggestions'](_0x3c757b,'insertion')){if(!_0x1b6f28['isOwn'])continue;const _0x100d40=_0x4452bf['getRanges']();for(const _0x2928ee of _0x100d40)if(!_0x3c757b['getDifference'](_0x2928ee)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x350747){const _0x53b8eb=this['editor']['plugins']['get']('Users')['getUser'](_0x350747);if(!_0x53b8eb)throw new _0x8a669('track-changes-user-not-found',this);return _0x53b8eb;}['_getExternalAuthor'](_0x517493){const _0x118744=this['editor']['plugins']['get']('Users'),_0x40da56=_0x79c6dd('external:'+_0x517493),_0x4d4486=_0x118744['getUser'](_0x40da56);return _0x4d4486||_0x118744['addUser']({'id':_0x40da56,'name':_0x517493});}['_createSuggestion'](_0x5cb316,_0x3148e2,_0x10301c,_0xb42cca,_0x316d47){const _0x4b59b7=this['_getAuthorFromId'](_0xb42cca),_0x559395=this['_suggestionFactory']['buildSuggestion'](_0x5cb316,_0x3148e2,_0x10301c,_0x4b59b7,_0x316d47,_0x2e2896=>{this['_updateSuggestionData'](_0x10301c,{'attributes':_0x2e2896});const _0x39c8e3=this['getSuggestion'](_0x10301c);this['_joinWithAdjacentSuggestions'](new Set([_0x39c8e3])),this['_refreshSuggestionsChain'](new Set([_0x39c8e3]));});return this['listenTo'](_0x559395,'accept',()=>{this['_updateSuggestionData'](_0x10301c,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x559395,'discard',()=>{this['_updateSuggestionData'](_0x10301c,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x10301c,_0x559395),this['_suggestionState']['set'](_0x559395,'notReady'),_0x559395;}['_splitMarkerName'](_0x326476){const _0xfe24d0=_0x326476['split'](':');return{'group':_0xfe24d0[0x0],'type':_0xfe24d0[0x1],'subType':_0xfe24d0['length']>=0x5?_0xfe24d0[0x2]:null,'id':_0xfe24d0['length']<0x5?_0xfe24d0[0x2]:_0xfe24d0[0x3],'authorId':_0xfe24d0['length']<0x5?_0xfe24d0[0x3]:_0xfe24d0[0x4],'markerCount':0x6==_0xfe24d0['length']?_0xfe24d0[0x5]:null};}['_breakSuggestionMarker'](_0x366429,_0x27d8f6,_0x40364c){const _0x166c6a=_0x366429['getFirstRange'](),_0x543406=_0x166c6a['start'],_0x13de6c=_0x166c6a['end'];this['_setSuggestionRange'](_0x366429,this['_model']['createRange'](_0x543406,_0x27d8f6));const _0xa9f490=_0xbb8093(),_0x4f9c4=_0x366429['creator']['id'],_0x3d1ba4=_0x366429['type']+(_0x366429['subType']?':'+_0x366429['subType']:'');this['_setSuggestionData']({'id':_0xa9f490,'type':_0x3d1ba4,'createdAt':new Date(),'authorId':_0x4f9c4,'originalSuggestionId':_0x366429['id'],'attributes':_0x366429['attributes'],'data':_0x366429['data']});const _0x5a305a=this['_getAttributeKey'](_0x366429);('formatBlock'==_0x366429['type']||_0x5a305a&&this['_isBlockAttribute'](_0x5a305a))&&(_0x40364c=this['_model']['createPositionBefore'](_0x40364c['parent'])),this['_addSuggestionMarker'](_0x3d1ba4,_0xa9f490,_0x4f9c4,this['_model']['createRange'](_0x40364c,_0x13de6c));}['_findSuggestions'](_0x15a193,_0x4e4676=null){const _0x1ccd60=[],_0x1b2635=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x15a193)||(_0x15a193=[_0x15a193]);for(const _0x3581a6 of this['getSuggestions']()){if(!_0x3581a6['isInContent'])continue;if(_0x4e4676&&_0x3581a6['type']!=_0x4e4676)continue;let _0x159ba0=!0x1;for(const _0x1d94f6 of _0x3581a6['getRanges']()){for(const _0x504cbc of _0x15a193){const _0x5656fc=_0x504cbc['start']['isEqual'](_0x1d94f6['end'])||_0x504cbc['end']['isEqual'](_0x1d94f6['start']);if(_0x5656fc||_0x504cbc['getIntersection'](_0x1d94f6)){const _0x4213e8=_0x504cbc['containsRange'](_0x1d94f6)&&Ut(this['_model']['schema'],_0x1d94f6['start'],_0x504cbc),_0x4eedbf=_0x1d94f6['containsRange'](_0x504cbc)&&Ut(this['_model']['schema'],_0x504cbc['start'],_0x1d94f6);_0x1ccd60['push']({'suggestion':_0x3581a6,'meta':{'isOwn':_0x1b2635==_0x3581a6['author'],'isNextTo':_0x5656fc,'isInsideObject':_0x4213e8,'containsRangeInObject':_0x4eedbf}}),_0x159ba0=!0x0;break;}}if(_0x159ba0)break;}}return _0x1ccd60;}['_addSuggestionMarker'](_0x5a1889,_0x1ac9e0,_0xf4259e,_0x22ab3f,_0x3c2902){this['_model']['change'](_0x15fa99=>{let _0x4b0ffa='suggestion:'+_0x5a1889+':'+_0x1ac9e0+':'+_0xf4259e;_0x3c2902&&(_0x4b0ffa=_0x4b0ffa+':'+_0x3c2902),_0x15fa99['addMarker'](_0x4b0ffa,{'range':_0x22ab3f,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x420d44){const _0x5e0c99=_0x420d44['previous'],_0x3d6f77=_0x420d44['next'];_0x420d44['previous']=null,_0x420d44['next']=null,null!=_0x5e0c99&&_0x5e0c99['next']==_0x420d44&&(_0x5e0c99['next']=_0x3d6f77),null!=_0x3d6f77&&_0x3d6f77['previous']==_0x420d44&&(_0x3d6f77['previous']=_0x5e0c99),'ready'==this['_suggestionState']['get'](_0x420d44)&&(this['_suggestionState']['set'](_0x420d44,'removed'),this['fire']('suggestionUnloaded',_0x420d44,_0x5e0c99,_0x3d6f77));}['_setSuggestionData'](_0x2b6c00){const _0x411604=_0x2b6c00['id'],_0x31d815=this['addSuggestionData'](_0x2b6c00);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x206d66=this['editor']['plugins']['get']('PendingActions'),_0x46bb99=_0x31d815['hasComments'],_0x4246bb=_0x31d815['subType']?_0x31d815['type']+':'+_0x31d815['subType']:_0x31d815['type'],_0x4d88d3=this['editor']['locale'],_0x22ac9e=_0x206d66['add'](o(_0x4d88d3,'PENDING_ACTION_SUGGESTION')),_0x40a5da={'id':_0x411604,'type':_0x4246bb,'hasComments':_0x46bb99,'data':_0x2b6c00['data']||null,'originalSuggestionId':_0x2b6c00['originalSuggestionId']||null,'attributes':_0x31d815['attributes']};this['_adapter']['addSuggestion'](_0x40a5da)['then'](_0x4dd155=>{_0x31d815['_saved']=!0x0,_0x206d66['remove'](_0x22ac9e),_0x4dd155&&_0x4dd155['createdAt']&&(this['_suggestions']['get'](_0x411604)['createdAt']=_0x4dd155['createdAt']);})['catch'](_0x3151aa=>{throw _0x889b4f('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x31d815['discard']();}),_0x31d815['stopListening'](),this['_suggestions']['delete'](_0x31d815['id']),this['_suggestionState']['delete'](_0x31d815),_0x3151aa;});}return _0x31d815;}['_isBlockAttribute'](_0x5f0df8){return this['_blockAttributeKeys']['has'](_0x5f0df8);}['_updateSuggestionData'](_0xce8fef,_0x2e3b50){const _0x3c037a=this['editor']['plugins']['get']('PendingActions'),_0x2388c8=this['getSuggestion'](_0xce8fef);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x2388c8['_saved']){const _0x253b9d=_0x3c037a['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0xce8fef,_0x2e3b50)['then'](()=>{_0x3c037a['remove'](_0x253b9d);});}else _0x2388c8['on']('change:_saved',()=>{this['_updateSuggestionData'](_0xce8fef,_0x2e3b50);});}}['_getSuggestionData'](_0x2ed176){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x8a669('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x2ed176);}['_handleNewSuggestionMarker'](_0x3321a5){const {id:_0x413dd5,type:_0x153f24,subType:_0x1bc7f1,authorId:_0x2592cf}=this['_splitMarkerName'](_0x3321a5),_0x305ff6=this['_suggestions']['get'](_0x413dd5)||this['_createSuggestion'](_0x153f24,_0x1bc7f1,_0x413dd5,_0x2592cf,{});switch(this['_checkSuggestionCorrectness'](_0x305ff6,_0x153f24,_0x1bc7f1,_0x2592cf),this['_suggestionState']['get'](_0x305ff6)){case'notReady':this['_getSuggestionData'](_0x413dd5)['then'](_0x1f643a=>{let _0x219108=Promise['resolve']();_0x1f643a['hasComments']&&(_0x219108=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x413dd5})),_0x219108['then'](()=>{this['addSuggestionData'](_0x1f643a)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x305ff6,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x413dd5,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x305ff6,'ready'),this['fire']('suggestionLoaded',_0x305ff6);break;case'ready':this['fire']('suggestionChanged',_0x305ff6);}return _0x305ff6['addMarkerName'](_0x3321a5),_0x305ff6;}['_refreshSuggestionsChain'](_0x596fa1){const _0x4af24a=Array['from'](_0x596fa1),_0x13c8af=_0x4af24a['filter'](_0x14e91b=>'attribute'==_0x14e91b['type']);this['_refreshAttributeSuggestionsChain'](_0x13c8af);const _0x471e38=_0x4af24a['filter'](_0x211211=>!_0x211211['isMultiRange']&&'attribute'!=_0x211211['type']),_0x2bd8d2=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0xc3fa40=>!_0xc3fa40['isMultiRange']&&'attribute'!=_0xc3fa40['type']),_0x48c165=_0x2bd8d2['filter'](_0xd209c3=>!_0x596fa1['has'](_0xd209c3)),_0x5501c3=new Map(_0x2bd8d2['map'](_0x13524d=>[_0x13524d,this['_suggestionFactory']['getSuggestionCallback'](_0x13524d['type'],_0x13524d['subType'],'chain')])),_0x5227c4=new Map(_0x2bd8d2['map'](_0xe437bc=>[_0xe437bc,_0xe437bc['getFirstRange']()])),_0x170c23=new Set(),_0x3ba6d4=new Set();for(let _0x309e66=0x0;_0x309e66<_0x471e38['length'];_0x309e66++)_0x394a5a(_0x471e38[_0x309e66],_0x471e38,_0x309e66+0x1);for(let _0x315b26=0x0;_0x315b26<_0x471e38['length'];_0x315b26++)_0x394a5a(_0x471e38[_0x315b26],_0x48c165,0x0);const _0x16d1c=new Set();for(let _0x1c6b39=0x0;_0x1c6b39<_0x471e38['length'];_0x1c6b39++){const _0x5d4dbc=_0x471e38[_0x1c6b39];!_0x3ba6d4['has'](_0x5d4dbc)&&_0x5d4dbc['previous']&&(_0x16d1c['add'](_0x5d4dbc['previous']),_0x5d4dbc['previous']['next']===_0x5d4dbc&&(_0x5d4dbc['previous']['next']=null),_0x5d4dbc['previous']=null),!_0x170c23['has'](_0x5d4dbc)&&_0x5d4dbc['next']&&(_0x16d1c['add'](_0x5d4dbc['next']),_0x5d4dbc['next']['previous']===_0x5d4dbc&&(_0x5d4dbc['next']['previous']=null),_0x5d4dbc['next']=null);}function _0x394a5a(_0xbb9b22,_0xdeb388,_0x2557ed){for(let _0x340271=_0x2557ed;_0x340271<_0xdeb388['length'];_0x340271++){const _0xa9696=_0x96ae23(_0xbb9b22,_0xdeb388[_0x340271]);_0xa9696&&(_0xa9696[0x0]['next']=_0xa9696[0x1],_0xa9696[0x1]['previous']=_0xa9696[0x0],_0x170c23['add'](_0xa9696[0x0]),_0x3ba6d4['add'](_0xa9696[0x1]));}}function _0x96ae23(_0x59b140,_0x239c2e){if(_0x59b140['author']['id']!==_0x239c2e['author']['id'])return null;const _0xd65f68=_0x5501c3['get'](_0x59b140)(_0x59b140,_0x239c2e,_0x5227c4['get'](_0x59b140),_0x5227c4['get'](_0x239c2e));if(!_0xd65f68)return null;return _0x5501c3['get'](_0x239c2e)(_0x59b140,_0x239c2e,_0x5227c4['get'](_0x59b140),_0x5227c4['get'](_0x239c2e))?_0xd65f68[0x1]['commentThread']&&_0xd65f68[0x1]['commentThread']['length']?null:_0xd65f68:null;}_0x16d1c['size']&&this['_refreshSuggestionsChain'](_0x16d1c);}['_refreshAttributeSuggestionsChain'](_0x539f62){if(0x0==_0x539f62['length'])return;const _0x15479b=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3690a6=>'attribute'==_0x3690a6['type']&&_0x3690a6['_isDataLoaded']),_0x153490=[],_0x4f8119=new Map();for(const _0x5ee147 of _0x15479b){const _0x4ffb63=_0x79c6dd(_0x5ee147['attributes']);_0x4f8119['has'](_0x4ffb63)||(_0x4f8119['set'](_0x4ffb63,_0x153490['length']),_0x153490['push']([]));const _0x2c4b2a=_0x4f8119['get'](_0x4ffb63);_0x153490[_0x2c4b2a]['push'](_0x5ee147);}!(function(){_0x153490['sort']((_0x1ea630,_0xe09a58)=>{const _0x129dfd=_0x1ea630[0x0]['createdAt'],_0x296e0e=_0xe09a58[0x0]['createdAt'];return _0x129dfd==_0x296e0e?_0x1ea630[0x0]['attributes']['groupId']<_0xe09a58[0x0]['attributes']['groupId']?-0x1:0x1:_0x129dfd<_0x296e0e?-0x1:0x1;});for(const _0x417213 of _0x153490)_0x417213['sort']((_0x5a047f,_0x4c398c)=>_0x5a047f['id']<_0x4c398c['id']?-0x1:0x1);}());for(let _0x4aa600=0x0;_0x4aa600<_0x153490['length'];_0x4aa600++){if(0x0==_0x153490[_0x4aa600]['length'])continue;const _0x106e98=[];for(let _0x44346a=_0x4aa600+0x1;_0x44346a<_0x153490['length'];_0x44346a++)0x0!=_0x153490[_0x44346a]['length']&&_0x13fce2(_0x153490[_0x4aa600],_0x153490[_0x44346a])&&_0x106e98['push'](_0x44346a);for(const _0x2821cd of _0x106e98)_0x153490[_0x4aa600]=_0x153490[_0x4aa600]['concat'](_0x153490[_0x2821cd]),_0x153490[_0x2821cd]=[];}for(const _0x14cd5e of _0x153490)for(let _0x4007f3=0x0;_0x4007f3<_0x14cd5e['length'];_0x4007f3++){const _0x1d5636=_0x14cd5e[_0x4007f3+0x1]||null;_0x14cd5e[_0x4007f3]['next']!==_0x1d5636&&(_0x14cd5e[_0x4007f3]['next']=_0x1d5636);}for(const _0xa6638b of _0x153490)for(let _0x1e2552=0x0;_0x1e2552<_0xa6638b['length'];_0x1e2552++){const _0xaaea48=_0xa6638b[_0x1e2552-0x1]||null;_0xa6638b[_0x1e2552]['previous']!==_0xaaea48&&(_0xa6638b[_0x1e2552]['previous']=_0xaaea48);}function _0x13fce2(_0x35602e,_0x1fd110){if(_0x35602e[0x0]['attributes']['groupId']!==_0x1fd110[0x0]['attributes']['groupId']&&_0x35602e[0x0]['author']!==_0x1fd110[0x0]['author'])return!0x1;if(!function(_0x2d6c30,_0x532bcc){if(!_0x2d6c30['hasComments']&&!_0x532bcc['hasComments'])return!0x0;if(_0x2d6c30['hasComments']&&_0x532bcc['hasComments'])return!0x1;if(_0x2d6c30['hasComments']&&_0x532bcc['createdAt']<_0x2d6c30['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x532bcc['hasComments']&&_0x2d6c30['createdAt']<_0x532bcc['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x35602e[0x0],_0x1fd110[0x0]))return!0x1;const _0x5700fd=xt(_0x35602e[0x0]['attributes'],'groupId'),_0x7a72b9=xt(_0x1fd110[0x0]['attributes'],'groupId');if(!_0x202e10(_0x5700fd,_0x7a72b9))return!0x1;return!!_0x35602e['every'](_0x50d3f3=>_0x1fd110['some'](_0x304688=>_0x50d3f3['getFirstRange']()['isEqual'](_0x304688['getFirstRange']())))&&_0x1fd110['every'](_0x2ce26f=>_0x35602e['some'](_0x1cc8fe=>_0x2ce26f['getFirstRange']()['isEqual'](_0x1cc8fe['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0xd657b2){const _0x1d4b5c=Array['from'](_0xd657b2),_0x282746=this['getSuggestions']({'skipNotAttached':!0x0}),_0x1a2c5c=_0x282746['filter'](_0x495d08=>!_0xd657b2['has'](_0x495d08)),_0x16c010=new Map(_0x1d4b5c['map'](_0x5e44b9=>[_0x5e44b9,this['_suggestionFactory']['getSuggestionCallback'](_0x5e44b9['type'],_0x5e44b9['subType'],'join')])),_0x266f57=new Map(_0x282746['map'](_0x5a9897=>[_0x5a9897,_0x5a9897['getRanges']()]));for(let _0x4300a4=0x0;_0x4300a4<_0x1d4b5c['length'];_0x4300a4++){if(_0x32954e(this,_0x1d4b5c[_0x4300a4],_0x1d4b5c,_0x4300a4+0x1))return!0x0;}for(let _0x5e5cf4=0x0;_0x5e5cf4<_0x1d4b5c['length'];_0x5e5cf4++){if(_0x32954e(this,_0x1d4b5c[_0x5e5cf4],_0x1a2c5c,0x0))return!0x0;}return!0x1;function _0x32954e(_0x34ad71,_0x3dbc1d,_0x5d88f9,_0x302478){for(let _0x172754=_0x302478;_0x172754<_0x5d88f9['length'];_0x172754++){const _0x3f9db7=_0x5d88f9[_0x172754];if(_0x3f9db7['type']!==_0x3dbc1d['type']||_0x3f9db7['author']['id']!==_0x3dbc1d['author']['id']||_0x3f9db7['subType']!==_0x3dbc1d['subType'])continue;if(!qt(_0x3dbc1d,_0x3f9db7))continue;if('attribute'==_0x3dbc1d['type']&&_0x3dbc1d['data']['oldValue']!=_0x3f9db7['data']['oldValue'])continue;if('attribute'==_0x3dbc1d['type']&&_0x34ad71['_isBlockAttribute'](_0x3dbc1d['data']['key']))continue;if('formatBlock'==_0x3dbc1d['type']){const _0x4c421d=_0x34ad71['editor']['model'],_0x16b003=_0x3dbc1d['getContainedElement']();if(_0x16b003&&(_0x4c421d['schema']['isObject'](_0x16b003)||_0x4c421d['schema']['isLimit'](_0x16b003)))continue;}const _0x22ffaf=_0x16c010['get'](_0x3dbc1d),_0x30a748=_0x266f57['get'](_0x3dbc1d),_0x2a2782=_0x266f57['get'](_0x3f9db7),_0xa9696d=_0x3dbc1d['commentThread']&&_0x3dbc1d['commentThread']['length'],_0x22e3c4=_0x3f9db7['commentThread']&&_0x3f9db7['commentThread']['length'];if(!_0xa9696d&&_0x22ffaf(_0x2a2782,_0x30a748))return _0x34ad71['_joinSuggestions'](_0x3f9db7,_0x3dbc1d),_0x266f57['delete'](_0x3dbc1d),!0x0;if(!_0x22e3c4&&_0x22ffaf(_0x30a748,_0x2a2782))return _0x34ad71['_joinSuggestions'](_0x3dbc1d,_0x3f9db7),_0x266f57['delete'](_0x3f9db7),!0x0;}return!0x1;}}['_joinSuggestions'](_0x5d7fd0,_0x1f0c18){if(_0x5d7fd0['isMultiRange']){for(const _0x3e4705 of _0x1f0c18['getRanges']())_0x5d7fd0['addRange'](_0x3e4705);}else{const _0x3a5c19=_0x1f0c18['getFirstRange']()['end'];this['_setSuggestionRange'](_0x5d7fd0,this['_model']['createRange'](_0x5d7fd0['getFirstRange']()['start'],_0x3a5c19));}_0x1f0c18['removeMarkers']();}['_getMarkerAnnouncementText'](_0x20c236,_0x3b3ae6,_0x54b085){const _0x298c39=_0x20c236['startsWith']('format')||_0x20c236['startsWith']('attribute')?'FORMATTING':_0x20c236['toUpperCase']();return o(this['editor']['locale'],_0x3b3ae6+'_'+_0x298c39+'_SUGGESTION_ANNOUNCEMENT',_0x54b085);}['_initAriaMarkerChangeAnnouncements'](){const _0x20c2a9=this['editor'];if(!_0x20c2a9['ui'])return;const {ariaLiveAnnouncer:_0x1b7bb5}=_0x20c2a9['ui'];_0x3f48c9(this['_model'],({left:_0x3dfce5,entered:_0x1085cd})=>{for(const _0x5b75ca of _0x3dfce5){const {group:_0x499c91,type:_0x4fcced}=this['_splitMarkerName'](_0x5b75ca['name']);if('suggestion'===_0x499c91){_0x1b7bb5['announce'](this['_getMarkerAnnouncementText'](_0x4fcced,'LEAVE'));break;}}for(const _0x1a7a89 of _0x1085cd){const {group:_0x59893e,type:_0x473d7b}=this['_splitMarkerName'](_0x1a7a89['name']);if('suggestion'===_0x59893e){_0x1b7bb5['announce'](this['_getMarkerAnnouncementText'](_0x473d7b,'ENTER',_0xd54879(_0x5e9494)));break;}}});}['_processAttributeChanges'](_0x507058){if(this['_recordAttributeSuggestions'])return!0x1;const _0x13f167=this['editor'],_0x33e30f=_0x13f167['model']['document']['differ']['getChanges']();if(0x0==_0x33e30f['length'])return!0x1;const _0x13f73b=[],_0x5bd24e=_0x33e30f['filter'](_0x4f3a26=>'attribute'==_0x4f3a26['type']),_0xbe6986=_0x33e30f['filter'](_0x123847=>'insert'==_0x123847['type']&&'$text'!=_0x123847['name']),_0x5c6c77=_0x33e30f['filter'](_0x511ce1=>'remove'==_0x511ce1['type']&&'$text'!=_0x511ce1['name']);for(const _0x42b823 of _0x5bd24e)_0x13f73b['push']({'key':_0x42b823['attributeKey'],'newValue':_0x42b823['attributeNewValue'],'oldValue':_0x42b823['attributeOldValue'],'range':Lt(_0x42b823['range'],_0x13f167['model'])});for(const _0x2a84a8 of _0xbe6986){const _0x40e75a=_0x5c6c77['find'](_0x582e53=>_0x582e53['position']['isEqual'](_0x2a84a8['position']));_0x40e75a&&_0x13f73b['push']({'key':m,'newValue':_0x2a84a8['name'],'oldValue':_0x40e75a['name'],'range':_0x13f167['model']['createRangeOn'](_0x2a84a8['position']['nodeAfter'])});}return 0x0!=_0x13f73b['length']&&this['_reduceExistingSuggestions'](_0x507058,_0x13f73b);}['_processAttributeSuggestions'](_0x666d9){let _0x48edf6=!0x1;const _0x49ce84=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x3d8068=>_0x3d8068['data']['newRange']&&_0x3d8068['name']['startsWith']('suggestion:attribute:'));for(const _0x4c9a98 of _0x49ce84){const {subType:_0x417776,id:_0x271f2e}=this['_splitMarkerName'](_0x4c9a98['name']),_0x5a664f=_0x417776['split']('|')[0x0];for(const _0x4b2bd1 of this['getSuggestions']({'skipNotAttached':!0x0}))_0x4b2bd1['id']!=_0x271f2e&&'attribute'==_0x4b2bd1['type']&&_0x4b2bd1['data']&&_0x4b2bd1['data']['key']==_0x5a664f&&_0x4b2bd1['getFirstRange']()['isIntersecting'](_0x4c9a98['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x4b2bd1,_0x4c9a98['data']['newRange'],_0x666d9),_0x48edf6=!0x0);}return _0x48edf6;}['_recordAttributeChanges'](_0x1eafd3){this['_recordAttributeSuggestions']=!0x0,_0x1eafd3();}['_isRegisteredAttribute'](_0x3fb6d0){const _0x19be30=this['_isBlockAttribute'](_0x3fb6d0),_0x42a47b=this['_inlineAttributeKeys']['has'](_0x3fb6d0);return _0x19be30||_0x42a47b;}['_reduceExistingSuggestions'](_0xf9d55a,_0x7f2bc){if(0x0==_0x7f2bc['length'])return!0x1;let _0x5dcccb=!0x1;for(const _0x43a995 of _0x7f2bc){const _0x47cf75=this['_findSuggestions'](_0x43a995['range'],'attribute')['filter'](_0x1af7f2=>!_0x1af7f2['meta']['isNextTo'])['map'](_0x579fcf=>_0x579fcf['suggestion']),_0x13e6e0=_0x79c6dd({'newValue':_0x43a995['newValue']});_0x47cf75['filter'](_0x2fa999=>{const [_0x1d2f5c,_0x47858f]=_0x2fa999['subType']['split']('|');return _0x1d2f5c==_0x43a995['key']&&_0x47858f!=_0x13e6e0;})['forEach'](_0xf4b755=>{this['_reduceSuggestionAttributeRange'](_0xf4b755,_0x43a995['range'],_0xf9d55a),_0x5dcccb=!0x0;});}return _0x5dcccb;}['_reduceSuggestionAttributeRange'](_0x2397f2,_0x4bdb9b,_0x40a8d6){const _0x14a8a2=_0x2397f2['getFirstRange']()['getDifference'](_0x4bdb9b);0x0!==_0x14a8a2['length']?0x1!==_0x14a8a2['length']?this['_breakSuggestionMarker'](_0x2397f2,_0x4bdb9b['start'],_0x4bdb9b['end']):this['_setSuggestionRange'](_0x2397f2,_0x14a8a2[0x0]):_0x40a8d6['removeMarker'](_0x2397f2['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x3a4251){this['_editor']=_0x3a4251,this['_model']=_0x3a4251['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x10406f,_0x50727c,_0x309a1c,_0xde3d4d,_0x532593,_0x3b0f1b){return new u(this['_model'],{'type':_0x10406f,'subType':_0x50727c,'id':_0x309a1c,'author':_0xde3d4d,'creator':_0xde3d4d,'attributes':_0x532593,'onAttributesChange':_0x3b0f1b,'onAccept':(..._0x57d3bf)=>this['getSuggestionCallback'](_0x10406f,_0x50727c,'accept')(..._0x57d3bf),'onDiscard':(..._0x24bc9e)=>this['getSuggestionCallback'](_0x10406f,_0x50727c,'discard')(..._0x24bc9e)});}['registerCustomCallback'](_0xfd4b25,_0x144e8e,_0x3438b7,_0x22f963){const _0x1d8682=_0xfd4b25+':'+_0x144e8e+':'+_0x3438b7;this['_customCallbacks']['set'](_0x1d8682,_0x22f963);}['getSuggestionCallback'](_0x13e483,_0x1d4d9b,_0x157f68){const _0x760cb7=_0x13e483+':'+_0x1d4d9b+':'+_0x157f68;return this['_customCallbacks']['get'](_0x760cb7)||this['_defaultCallbacks']['get'](_0x13e483+':'+_0x157f68);}['_registerDefaultCallbacks'](){const _0xd5f71f=()=>!0x1,_0xe9f850=_0x5a5b72=>{_0x5a5b72['sort']((_0x3d2333,_0x1b5003)=>_0x3d2333['start']['isBefore'](_0x1b5003['start'])?0x1:-0x1),this['_model']['change'](_0x10ab9d=>{for(const _0x210915 of _0x5a5b72){let _0x12a8f0;_0x12a8f0=_0x210915['end']['isAtEnd']&&_0x210915['end']['parent']==_0x210915['start']['nodeAfter']?_0x10ab9d['createSelection'](_0x210915['start']['nodeAfter'],'on'):_0x10ab9d['createSelection'](_0x210915),this['_model']['deleteContent'](_0x12a8f0,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x2613d4=(_0x3066b0,_0x5038d3)=>{_0x5038d3&&this['_model']['change'](_0x5a04ad=>{const {commandName:_0x29a133,commandParams:_0x15567a=[]}=_0x5038d3,_0x209f68=_0x3066b0['map'](_0x10c222=>(Vt(_0x10c222)&&(_0x10c222=this['_model']['createRange'](_0x10c222['end'])),_0x10c222))['filter'](_0x5dd1c9=>'$graveyard'!==_0x5dd1c9['root']['rootName']);if(_0x209f68['length']<0x1)return;const _0x993cd4=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x41499b=>_0x5580c5['fromRange'](_0x41499b));_0x5a04ad['setSelection'](_0x209f68);for(const _0x2d08d3 of this['_editor']['commands']['commands']())_0x2d08d3['refresh']();_0x15567a['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x29a133,..._0x15567a);const _0x52d01d=_0x993cd4['filter'](_0xdcb226=>'$graveyard'!=_0xdcb226['root']['rootName']);_0x52d01d['length']>0x0&&_0x5a04ad['setSelection'](_0x52d01d);for(const _0x3de7a0 of _0x993cd4)_0x3de7a0['detach']();});},_0x49c597=(_0x524c9f,_0x1632fb)=>0x1==_0x524c9f['length']&&0x1==_0x1632fb['length']&&_0x524c9f[0x0]['end']['isEqual'](_0x1632fb[0x0]['start']),_0x26a479=(_0x4d52bb,_0x175106,_0x47932d,_0x182197)=>Ht(_0x4d52bb,_0x175106,_0x47932d,_0x182197)?[_0x4d52bb,_0x175106]:Ht(_0x175106,_0x4d52bb,_0x182197,_0x47932d)?[_0x175106,_0x4d52bb]:null;this['_defaultCallbacks']['set']('insertion:accept',_0xd5f71f),this['_defaultCallbacks']['set']('insertion:discard',_0xe9f850),this['_defaultCallbacks']['set']('insertion:join',_0x49c597),this['_defaultCallbacks']['set']('insertion:chain',_0x26a479),this['_defaultCallbacks']['set']('deletion:accept',_0xe9f850),this['_defaultCallbacks']['set']('deletion:discard',_0xd5f71f),this['_defaultCallbacks']['set']('deletion:join',_0x49c597),this['_defaultCallbacks']['set']('deletion:chain',_0x26a479),this['_defaultCallbacks']['set']('formatInline:accept',_0x2613d4),this['_defaultCallbacks']['set']('formatInline:discard',_0xd5f71f),this['_defaultCallbacks']['set']('formatInline:join',_0x49c597),this['_defaultCallbacks']['set']('formatInline:chain',_0xd5f71f),this['_defaultCallbacks']['set']('formatBlock:accept',_0x2613d4),this['_defaultCallbacks']['set']('formatBlock:discard',_0xd5f71f),this['_defaultCallbacks']['set']('formatBlock:join',_0x49c597),this['_defaultCallbacks']['set']('formatBlock:chain',_0xd5f71f),this['_defaultCallbacks']['set']('attribute:accept',_0xd5f71f),this['_defaultCallbacks']['set']('attribute:discard',(_0x1e8058,_0x4e80a8)=>{if(!_0x4e80a8)return;const _0x48708a=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x8f0f0d=>{if(_0x4e80a8['key']==m)for(const _0x219e21 of _0x1e8058){const _0x473f5e=_0x219e21['start']['nodeAfter'],_0x70dd75=_0x4e80a8['oldValue'];_0x8f0f0d['rename'](_0x473f5e,_0x70dd75);}else{if(_0x48708a['_isBlockAttribute'](_0x4e80a8['key'])){for(const _0x2d432b of _0x1e8058)void 0x0!==_0x4e80a8['oldValue']?_0x8f0f0d['setAttribute'](_0x4e80a8['key'],_0x4e80a8['oldValue'],_0x2d432b['start']['nodeAfter']):_0x8f0f0d['removeAttribute'](_0x4e80a8['key'],_0x2d432b['start']['nodeAfter']);}else{for(const _0x12ed81 of _0x1e8058)_0x4e80a8['oldValue']?_0x8f0f0d['setAttribute'](_0x4e80a8['key'],_0x4e80a8['oldValue'],_0x12ed81):_0x8f0f0d['removeAttribute'](_0x4e80a8['key'],_0x12ed81);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x49c597);}}function Ut(_0x21a994,_0x255786,_0x1f9947){for(const _0x3d8525 of _0x255786['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x3d8525['root']==_0x3d8525)return!0x1;if(!_0x1f9947['containsItem'](_0x3d8525))return!0x1;if(_0x21a994['isObject'](_0x3d8525)||_0x21a994['isLimit'](_0x3d8525))return!0x0;}return!0x1;}function Vt(_0xc7cd88){return _0xc7cd88['end']['parent']==_0xc7cd88['start']['nodeAfter']&&_0xc7cd88['end']['isAtStart'];}function Pt(_0x3fb2dc,_0x5244f5,_0x1653d6,_0x4a9c6a){const _0x2a5e65=_0x1defe1=>!_0x1defe1['item']['is']('$textProxy')&&!_0x4a9c6a['isObject'](_0x1defe1['item']),_0x4d4734=_0x3fb2dc['start']['getLastMatchingPosition'](_0x2a5e65),_0x4b0ff9=_0x3fb2dc['end']['getLastMatchingPosition'](_0x2a5e65,{'direction':'backward'});return(!_0x3fb2dc['start']['isEqual'](_0x4d4734)||!_0x3fb2dc['end']['isEqual'](_0x4b0ff9))&&(_0x4d4734['isBefore'](_0x4b0ff9)?_0x1653d6['updateMarker'](_0x5244f5,{'range':_0x1653d6['createRange'](_0x4d4734,_0x4b0ff9)}):_0x1653d6['removeMarker'](_0x5244f5),!0x0);}function Gt(_0x200178){return _0x79c6dd(_0x200178);}function Ft(_0x3c6162){const _0x144b7c=_0x3c6162['start']['nodeAfter'];return _0x144b7c&&_0x144b7c['is']('element');}function Lt(_0xd83157,_0x20d767){return null==_0xd83157['end']['nodeBefore']&&_0xd83157['end']['parent']==_0xd83157['start']['nodeAfter']?Jt(_0xd83157['start']['nodeAfter'],_0x20d767):_0xd83157;}function Jt(_0x4ca07c,_0x22da03){const _0xaf3a44=_0x22da03['schema']['isObject'](_0x4ca07c)||_0x22da03['schema']['isSelectable'](_0x4ca07c);return _0x22da03['createRange'](_0x22da03['createPositionAt'](_0x4ca07c,'before'),_0xaf3a44?_0x22da03['createPositionAfter'](_0x4ca07c):_0x22da03['createPositionAt'](_0x4ca07c,'end'));}function Ht(_0x4469d3,_0x66fb84,_0x532cac,_0x4a25ca){return!!qt(_0x4469d3,_0x66fb84)&&_0x532cac['end']['isEqual'](_0x4a25ca['start']);}function qt(_0x50818a,_0x5a102a){if(!_0x50818a['_isDataLoaded']||!_0x5a102a['_isDataLoaded'])return!0x1;const _0x338728=new Set(Object['keys'](_0x50818a['attributes'])),_0x4458ad=new Set(Object['keys'](_0x5a102a['attributes']));if(_0x338728['delete']('groupId'),_0x4458ad['delete']('groupId'),0x0==_0x338728['size']&&0x0==_0x4458ad['size'])return!0x0;if(_0x338728['size']!=_0x4458ad['size'])return!0x1;const _0x10dc88={..._0x50818a['attributes']},_0xbfae67={..._0x5a102a['attributes']};return delete _0x10dc88['groupId'],delete _0xbfae67['groupId'],JSON['stringify'](_0x10dc88)==JSON['stringify'](_0xbfae67);}function zt(_0x4f6829,_0x122795){const _0x193a4c=Kt(_0x4f6829['attributes']),_0x1c7fa8=Kt(_0x122795);if(!_0x4f6829['_isDataLoaded'])return!0x1;for(const _0x3aedd2 of Object['keys'](_0x1c7fa8))if(!_0x202e10(_0x193a4c[_0x3aedd2],_0x1c7fa8[_0x3aedd2]))return!0x1;return!0x0;}function Kt(_0x2ee5fc){const _0x1d16ca=Object['assign']({},_0x2ee5fc);return delete _0x1d16ca['skipNestingCheck'],delete _0x1d16ca['tablePasteChainId'],_0x1d16ca;}class ge extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x43b459(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x4750cc,_0x5c0488,_0x443102,_0x6168a3){super(),this['model']=_0x5c0488,this['view']=_0x443102,this['commentThreadController']=_0x6168a3,this['_editor']=_0x4750cc,this['_acceptCommand']=_0x4750cc['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x4750cc['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x5c8145,_0x1335b1)=>_0x5c8145||_0x1335b1),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x2d2e98=>_0x2d2e98&&this['_editor']['model']['canEditAt'](_0x5c0488['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x123b5c=>_0x123b5c&&this['_editor']['model']['canEditAt'](_0x5c0488['getRanges']())),this['_pendingAction']=null,_0x443102['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x443102,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x443102,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x443102,'change:isDirty',()=>{_0x443102['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 _0x4a1d82=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x4a1d82);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class as extends _0xe98125{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x505ee2,_0x2d610d,_0x409a75,_0x144f22){super(_0x505ee2),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x2cc9cf(_0x505ee2,o(_0x505ee2,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x2d610d['authoredAt']),this['bind']('authoredAt')['to'](_0x2d610d),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',_0x2d610d,'authoredAt',this,'descriptionParts',(_0x4ef135,_0x536fd4,_0x5a0e67)=>{const _0x486407=_0x5a0e67['map'](_0x36f902=>ns(_0x36f902['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x4ef135-0x1,_0x2d610d['author']['name'],_0x536fd4?_0x144f22['formatDateTime'](_0x536fd4):'',new DOMParser()['parseFromString'](_0x486407,'text/html')['body']['textContent']]);}),this['focusables']=new _0x3a09a7(),this['focusTracker']=new _0x3cbc70(),this['keystrokes']=new _0x44a700(),this['focusCycler']=new ts({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x29efa9=>_0x29efa9['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x2d610d,this['_localUser']=_0x409a75,this['_config']=_0x144f22,_0x144f22['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x1796bd(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x9c26e2}=this['_config'];this['commentsListView']=new _0x9c26e2(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',_0xd42426=>_0xd42426+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x389cf1,_0x2c893c)=>_0x389cf1||!!_0x2c893c);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x45852e}=this['_config'],_0x263ec0=new _0x45852e(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x2e2b52=_0x263ec0['commentInputView'];return _0x263ec0['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x2e2b52,'value',(_0xb261e2,_0x4a94a3,_0x53b0a1)=>!!_0x53b0a1||_0xb261e2&&!_0x4a94a3),_0x2e2b52['on']('submit',(_0x214ee8,_0x13fc5a)=>{this['fire']('addComment',_0x13fc5a),_0x2e2b52['editor']['setData']('');}),_0x2e2b52['on']('cancel',()=>this['focus']()),_0x2e2b52['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x263ec0;}}class de extends as{['suggestionView'];['_descriptionElement'];constructor(_0x5865ac,_0x6c96b,_0x4734a2,_0x986edc){super(_0x5865ac,_0x6c96b,_0x4734a2,_0x986edc),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x2c901a=>_0x2c901a&&_0x2c901a[0x0]?_0x2c901a[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x35e6cb,_0x3412f)=>{let _0x2b3ab7='';for(const _0x317ff2 of _0x35e6cb)_0x2b3ab7+='<p>'+ns(_0x317ff2['content'],_0x317ff2['color'])+'</p>';return _0x3412f?_0x2b3ab7:ti(_0x2b3ab7,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x986edc['SuggestionView'](_0x5865ac,_0x6c96b,{'formatDateTime':_0x986edc['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 _0x5eeb74=this['bindTemplate'],_0x58dcbb=[this['suggestionView']];return this['commentsListView']&&_0x58dcbb['push'](this['commentsListView']),this['commentThreadInputView']&&_0x58dcbb['push'](this['commentThreadInputView']),_0x58dcbb['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x5eeb74['if']('isActive','ck-suggestion-wrapper--active'),_0x5eeb74['to']('type',_0x56fbae=>'ck-suggestion-'+_0x56fbae),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':_0x5eeb74['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x58dcbb};}['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 ue extends _0xe98125{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x11fbf3,_0x2052fd,_0x554951){super(_0x11fbf3),this['_model']=_0x2052fd,this['_config']=_0x554951,this['set']('description',''),this['bind']('authoredAt')['to'](_0x2052fd),this['acceptButton']=this['_createButton'](o(_0x11fbf3,'Accept\x20suggestion'),_0x2894bf['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x11fbf3,'Discard\x20suggestion'),_0x2894bf['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x5252b1(_0x11fbf3,_0x2052fd['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x3a09a7([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x3cbc70(),this['keystrokes']=new _0x44a700(),this['focusCycler']=new ts({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x285636=>_0x285636['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x26f9c7=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x26f9c7['innerHTML']=this['description'],this['on']('change:description',(_0x289213,_0x4c7e0d,_0x23e442)=>{_0x26f9c7['innerHTML']=_0x23e442;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x4a5895=this['bindTemplate'],_0x583975=[{'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']}},{'tag':'time','attributes':{'datetime':_0x4a5895['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x4a5895['to']('authoredAt',_0x1cffcb=>this['_config']['formatDateTime'](_0x1cffcb))}]}]},{'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']&&_0x583975['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':_0x583975}]};}['focus'](){this['element']['focus']();}['getUserViewNotificationText'](){return this['_model']['isExternal']?'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_AVATAR',this['_model']['creator']['name']):o(this['locale'],'EXTERNAL_AVATAR',this['_model']['creator']['name']):null;}['getExternalSuggestionNote'](){return'importWord'===this['_model']['attributes']['@external']['source']?o(this['locale'],'EXTERNAL_IMPORT_WORD_SUGGESTION'):o(this['locale'],'EXTERNAL_SUGGESTION');}['_createButton'](_0x5cf2b9,_0x319143,_0x26d0b3,_0x962e8b,_0x16098d){const _0x1dc4a4=new _0x1e5e8d(this['locale']);return _0x1dc4a4['set']({'label':_0x5cf2b9,'icon':_0x319143,'tooltip':!0x0,'tooltipPosition':_0x16098d}),_0x1dc4a4['extendTemplate']({'attributes':{'class':_0x26d0b3}}),_0x1dc4a4['on']('execute',()=>{this['fire'](_0x962e8b,this['_model']['id']);}),_0x1dc4a4;}['_setupKeyboardNavigation'](){const _0xfc4387=this['element'];this['keystrokes']['listenTo'](_0xfc4387);for(const _0x223f37 of this['focusables'])this['focusTracker']['add'](_0x223f37['element']),this['keystrokes']['listenTo'](_0x223f37['element']);this['keystrokes']['set']('enter',(_0x10c51a,_0x2fb3ce)=>{_0xfc4387===_0x10c51a['target']&&(this['focusCycler']['focusFirst'](),_0x2fb3ce());}),this['keystrokes']['set']('esc',(_0x43d800,_0x9600a)=>{_0xfc4387!==_0x43d800['target']&&(this['focus'](),_0x9600a());});}}var Ce='<!--\x0a\x0a\x20What\x20you\x27re\x20currently\x20looking\x20at\x20is\x20the\x20source\x20code\x20of\x20a\x20legally\x20protected,\x20proprietary\x20software.\x0a\x20CKEditor\x205\x20Collaboration\x20is\x20licensed\x20under\x20a\x20commercial\x20license\x20and\x20protected\x20by\x20copyright\x20law.\x20Where\x20not\x20otherwise\x20indicated,\x0a\x20all\x20CKEditor\x205\x20Collaboration\x20content\x20is\x20authored\x20by\x20CKSource\x20engineers\x20and\x20consists\x20of\x20CKSource-owned\x20intellectual\x20property.\x0a\x0a\x20Copyright\x20(c)\x202003-2024,\x20CKSource\x20Holding\x20sp.\x20z\x20o.o.\x20All\x20rights\x20reserved.\x0a\x0a!-->\x0a\x0a<svg\x20viewBox=\x220\x200\x2020\x2020\x22\x20xmlns=\x22http://www.w3.org/2000/svg\x22><path\x20d=\x22M6.182\x205.514a.643.643\x200\x200\x200-.636.64v-.001a.636.636\x200\x200\x200\x20.636.639h5.682a.641.641\x200\x200\x200\x20.636-.638.637.637\x200\x200\x200-.636-.64H6.182Z\x22/><path\x20d=\x22M6.182\x208.5a.642.642\x200\x200\x200-.588.882.636.636\x200\x200\x200\x20.588.395h5.682a.641.641\x200\x200\x200\x20.636-.639.635.635\x200\x200\x200-.636-.638H6.182Z\x22/><path\x20d=\x22M6.18\x2011.5a.64.64\x200\x200\x200\x200\x201.278h3.133a.64.64\x200\x200\x200\x200-1.278H6.18Z\x22/><path\x20d=\x22m11.772\x2018.308.154-.23c-.195-.098-.304-.192-.328-.28-.024-.09\x200-.274.076-.551.062-.166.099-.296.11-.393a2.934\x202.934\x200\x200\x200\x200-.479c-.137-.41-.2-.685-.186-.83.013-.145.117-.335.313-.57l4.465-6.207c.356-.6\x201.059-.56\x202.11.118\x201.05.68\x201.443\x201.272\x201.177\x201.772l-3.876\x206.833c-.105.27-.22.444-.347.515-.128.07-.4.119-.813.139a2.954\x202.954\x200\x200\x200-.487.21c-.127.09-.244.193-.347.31-.193.174-.332.262-.416.262-.064\x200-.178-.05-.346-.15l-.204.27-1.056-.739Zm-.184.274\x201.039.727-.26.34h-1.496l.717-1.067Z\x22/><path\x20clip-rule=\x22evenodd\x22\x20d=\x22M3.272\x201A1.28\x201.28\x200\x200\x200\x202\x202.28v14.439a1.276\x201.276\x200\x200\x200\x201.272\x201.28h6.838a2.13\x202.13\x200\x200\x201\x20.003-.61c.024-.18.066-.363.113-.534.012-.046.027-.092.043-.136.011-.029.02-.052.025-.069v-.008a7.395\x207.395\x200\x200\x201-.042-.142H3.5V2.46s11\x20.002\x2011\x20.005v6.341l.627-.872c.204-.32.49-.614.873-.819V2.281c0-.707-.569-1.28-1.272-1.28L3.272\x201ZM16\x209.29l-1.5\x202.085V16.5h-2.708c.005.118.002.236-.007.354a.904.904\x200\x200\x201-.013.075l-.001.005a3.108\x203.108\x200\x200\x201-.097.312c-.027.101-.048.19-.062.266a.734.734\x200\x200\x200-.014.287.25.25\x200\x200\x200\x20.068.105.65.65\x200\x200\x200\x20.088.074l.017.011.016.01h.175L14.73\x2018c.697\x200\x201.271-.573\x201.271-1.281v-7.43Z\x22/></svg>\x0a';class d extends _0x2a14ba{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x3d0662,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x154f94){super(_0x154f94),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x3703ef=this['editor']['config'];_0x3703ef['define']('trackChanges.SuggestionThreadView',de),_0x3703ef['define']('trackChanges.SuggestionView',ue),_0x3703ef['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x3703ef['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x270035,_0x12b589){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x324607,_0x5e254f]of this['_handleControllerBuffer']){const _0x387c11=this['_suggestionToController']['has'](_0x324607);_0x387c11||_0x5e254f?_0x387c11&&_0x5e254f&&this['_destroyController'](_0x324607):this['_initializeController'](_0x324607);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x270035,_0x12b589);}['init'](){const _0x2b6096=this['editor'],_0x250f99=_0x2b6096['plugins']['get']('TrackChangesEditing'),_0x53e91c=_0x2b6096['plugins']['get']('Annotations'),_0x3dd1f1=_0x2b6096['plugins']['get']('EditorAnnotations'),_0x4be4fb=_0x2b6096['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x3dd1f1['addSourceCollector'](()=>{const _0x580ec8=[];for(const [_0x3058b3,_0x4b5536]of Array['from'](this['_suggestionToController'])){const _0xd12cf5=_0x3058b3['getAllAdjacentSuggestions'](),_0x3134a7=[];for(const _0x21bf09 of _0xd12cf5){if(!_0x21bf09['isInContent'])continue;if(_0x21bf09['isMultiRange']){_0x3134a7['push'](..._0x21bf09['getRanges']());continue;}const _0x5440be=_0x21bf09['getFirstRange']();if(_0x3134a7['length']>0x0){const _0x351431=_0x3134a7[0x0]['getJoined'](_0x5440be);if(_0x351431){_0x3134a7[0x0]=_0x351431;continue;}}_0x3134a7['push'](_0x5440be);}_0x580ec8['push']([_0x4b5536['view'],_0x3134a7]);}return _0x580ec8;}),this['listenTo'](_0x250f99,'suggestionLoaded',(_0x39ebde,_0x3b1a7f)=>{this['listenTo'](_0x3b1a7f,'change:previous',(_0xa978a4,_0x623699,_0x20b81a,_0x7c23d5)=>{_0x3b1a7f['isInContent']&&(null==_0x20b81a?(this['_updateController'](_0x7c23d5['head']),this['_handleSuggestionControllerDelayed'](_0x3b1a7f,!0x1)):(this['_updateController'](_0x20b81a['head']),null==_0x7c23d5&&this['_handleSuggestionControllerDelayed'](_0x3b1a7f,!0x0)));}),null!==_0x3b1a7f['previous']?this['_updateController'](_0x3b1a7f['head']):this['_handleSuggestionControllerDelayed'](_0x3b1a7f,!0x1);}),this['listenTo'](_0x250f99,'suggestionUnloaded',(_0x3866c7,_0x1b4dcf,_0x401257)=>{this['stopListening'](_0x1b4dcf,'change:previous'),this['_handleControllerBuffer']['delete'](_0x1b4dcf),this['_suggestionToController']['has'](_0x1b4dcf)&&this['_destroyController'](_0x1b4dcf),_0x401257&&this['_updateController'](_0x401257['head']);}),this['listenTo'](_0x250f99,'suggestionChanged',(_0x31b34d,_0x1721c0)=>{this['_updateController'](_0x1721c0);}),this['listenTo'](_0x53e91c,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x4be4fb,'addComment',(_0x5c257d,{threadId:_0x282c46,isFromAdapter:_0x3b9261})=>{if(_0x3b9261||!_0x250f99['hasSuggestion'](_0x282c46))return;const _0x48c6e2=_0x250f99['getSuggestion'](_0x282c46);this['_suggestionToController']['get'](_0x48c6e2)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x4d64ff=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x330c21;for(const _0xfa45d3 in _0x4d64ff){const _0x19e280=_0xfa45d3,_0x4e1cbd=_0x4d64ff[_0x19e280];if('trackChangesLicenseKeyValid'==_0x4e1cbd||'trackChangesLicenseKeyInvalid'==_0x4e1cbd||'trackChangesLicenseKeyExpired'==_0x4e1cbd||'trackChangesLicenseKeyDomainLimit'==_0x4e1cbd||'trackChangesLicenseKeyNotAllowed'==_0x4e1cbd||'trackChangesLicenseKeyEvaluationLimit'==_0x4e1cbd||'trackChangesLicenseKeyTrialLimit'==_0x4e1cbd||'trackChangesLicenseKeyDevelopmentLimit'==_0x4e1cbd||'trackChangesLicenseKeyUsageLimit'==_0x4e1cbd){delete _0x4d64ff[_0x19e280],_0x330c21=_0x4e1cbd,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x330c21&&_0x4d64ff['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x330c21&&_0x4d64ff['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x330c21&&_0x4d64ff['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x330c21&&_0x4d64ff['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x330c21&&_0x4d64ff['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x330c21&&_0x4d64ff['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyDevelopmentLimit'==_0x330c21&&_0x4d64ff['_showLicenseError']('developmentLimit'),'trackChangesLicenseKeyUsageLimit'==_0x330c21&&_0x4d64ff['_showLicenseError']('usageLimit');},0x3e8);}['_refreshActiveMarkers'](){const _0x3a2c3f=this['editor']['plugins']['get']('Annotations'),_0x5984ef=this['editor']['plugins']['get']('TrackChangesEditing'),_0x136645=Array['from'](_0x3a2c3f['activeAnnotations'],_0x537ed1=>_0x537ed1['innerView'])['filter'](_0x29dda4=>this['_viewToController']['has'](_0x29dda4)),_0x26d65f=[];for(const _0x572b59 of _0x136645){const _0x31e14a=this['_viewToController']['get'](_0x572b59)['model']['getAllAdjacentSuggestions']();_0x26d65f['push'](..._0x31e14a['reduce']((_0x1b3c66,_0x363e76)=>[..._0x1b3c66,..._0x363e76['getMarkerNames']()],[]));}_0x5984ef['activeMarkers']=_0x26d65f;}['_addUIComponentsToFactory'](){const _0x3e8a64=this['editor'],_0x41a1f0=_0x3e8a64['locale'],_0x2425d6=o(_0x41a1f0,'Track\x20changes'),_0x2fce9f=new _0x513db7([{'type':'switchbutton','model':new _0x87b780({'withText':!0x0,'isToggleable':!0x0,'label':_0x2425d6,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x87b780({'withText':!0x0,'label':o(_0x41a1f0,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x87b780({'withText':!0x0,'label':o(_0x41a1f0,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x87b780({'withText':!0x0,'label':o(_0x41a1f0,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x87b780({'withText':!0x0,'label':o(_0x41a1f0,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x3ff4aa of _0x2fce9f)if(pe(_0x3ff4aa)){const _0x3d3f48=_0x3e8a64['commands']['get'](_0x3ff4aa['model']['commandName']);_0x3ff4aa['model']['bind']('isOn','isEnabled')['to'](_0x3d3f48,'value','isEnabled');}_0x3e8a64['ui']['componentFactory']['add']('trackChanges',_0x37ba03=>this['_createToolbarButton'](_0x37ba03,_0x2fce9f,_0x2425d6)),_0x3e8a64['ui']['componentFactory']['add']('menuBar:trackChanges',_0x3739c1=>this['_createMenuBarMenu'](_0x3739c1,_0x2fce9f,_0x2425d6));}['_createToolbarButton'](_0x1de957,_0x2553e2,_0x2fbe3f){const _0xe62de7=_0x4d21dc(_0x1de957,_0x16c18c),_0x53b24d=this['editor']['commands']['get']('trackChanges');_0xe62de7['buttonView']['set']({'tooltip':_0x2fbe3f,'label':_0x2fbe3f,'icon':Ce}),_0xe62de7['buttonView']['bind']('isOn')['to'](_0x53b24d,'value'),_0xe62de7['buttonView']['on']('execute',()=>{_0x53b24d['execute'](),this['editor']['editing']['view']['focus']();}),te(_0xe62de7,_0x2553e2,{'role':'menu'});const _0x28e0f1=[];for(const _0x55edf0 of _0x2553e2)pe(_0x55edf0)&&_0x28e0f1['push'](this['editor']['commands']['get'](_0x55edf0['model']['commandName']));const _0x14de98=_0xe62de7['buttonView'];return _0x14de98['actionView']['unbind']('isEnabled'),_0x14de98['arrowView']['unbind']('isEnabled'),_0x14de98['actionView']['bind']('isEnabled')['to'](_0x53b24d,'isEnabled'),_0x14de98['arrowView']['bind']('isEnabled')['toMany'](_0x28e0f1,'isEnabled',(..._0xb91a97)=>_0xb91a97['some'](_0x1b8275=>_0x1b8275)),_0xe62de7['on']('execute',_0x43b83c=>{this['editor']['execute'](_0x43b83c['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0xe62de7;}['_createMenuBarMenu'](_0x35e953,_0x3e2817,_0x4b0ee3){const _0x23b95f=new _0x122e28(_0x35e953),_0x404a35=this['editor']['commands']['get']('trackChanges');_0x23b95f['buttonView']['set']({'label':_0x4b0ee3,'icon':Ce});const _0x30383e=new _0x1cc077(_0x35e953);for(const _0x2d46a8 of _0x3e2817){if('separator'==_0x2d46a8['type']){_0x30383e['items']['add'](new _0x52d647(_0x35e953));continue;}const _0x5bbfdb=new _0x40f7f6(_0x35e953,_0x23b95f),_0x4bd4df=new _0x51bd07(_0x35e953),_0x7eb5e1=_0x2d46a8['model'];_0x4bd4df['bind'](...Object['keys'](_0x7eb5e1))['to'](_0x7eb5e1),_0x4bd4df['delegate']('execute')['to'](_0x23b95f),_0x4bd4df['on']('execute',()=>{this['editor']['execute'](_0x7eb5e1['commandName']),this['editor']['editing']['view']['focus']();}),_0x5bbfdb['children']['add'](_0x4bd4df),_0x30383e['items']['add'](_0x5bbfdb);}return _0x23b95f['bind']('isEnabled')['to'](_0x404a35,'isEnabled'),_0x23b95f['panelView']['children']['add'](_0x30383e),_0x23b95f;}['_initializeController'](_0x1fdd85){const _0x6864c4=this['editor'],_0x5e02bc=_0x6864c4['config'],_0x5d5f16=_0x6864c4['plugins']['get']('Annotations'),_0x3e444e=_0x6864c4['plugins']['get']('CommentsRepository'),_0x269873=_0x6864c4['plugins']['get']('EditorAnnotations'),_0x565eed=_0x6864c4['plugins']['get'](_0x3d0662)['me'],_0x308cef=_0x5e02bc['get']('trackChanges')['SuggestionThreadView'],_0x5b4ccf=_0x5e02bc['get']('trackChanges')['SuggestionView'],{CommentsListView:_0x55651d,CommentThreadInputView:_0xfe42db}=_0x6864c4['plugins']['get']('CommentsUI');let _0x437ebe,_0x1ec794,_0x20e703;this['_annotationViews']['has'](_0x1fdd85['id'])?(_0x1ec794=this['_annotationViews']['get'](_0x1fdd85['id']),_0x437ebe=_0x1ec794['mainView']):(_0x437ebe=new _0x308cef(_0x6864c4['locale'],_0x1fdd85,_0x565eed,{'disableComments':this['_disableComments'],'editorConfig':{..._0x5e02bc['get']('comments.editorConfig'),'licenseKey':_0x5e02bc['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x5e02bc['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x5e02bc['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x5e02bc['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x105446(_0x5e02bc['get']('locale')),'CommentView':_0x5e02bc['get']('comments')['CommentView'],'CommentsListView':_0x55651d,'CommentThreadInputView':_0xfe42db,'SuggestionView':_0x5b4ccf}),_0x437ebe['suggestionView']['acceptButton']['on']('execute',()=>{_0x6864c4['editing']['view']['focus']();}),_0x437ebe['suggestionView']['discardButton']['on']('execute',()=>{_0x6864c4['editing']['view']['focus']();}),_0x1ec794=_0x5d5f16['createAnnotationView'](this['editor']['locale'],_0x437ebe),_0x1ec794['bind']('isDirty')['to'](_0x437ebe,'isDirty'),_0x1ec794['bind']('length')['to'](_0x437ebe),_0x1ec794['bind']('type')['to'](_0x437ebe,'type',_0x332db4=>'suggestion-'+_0x332db4),_0x437ebe['on']('escape',()=>{_0x20e703['fire']('escape');}),this['_annotationViews']['set'](_0x1fdd85['id'],_0x1ec794));const _0x32160d=_0x3e444e['createCommentThreadController'](_0x1fdd85['commentThread'],_0x437ebe),_0x58b99a=new ge(_0x6864c4,_0x1fdd85,_0x437ebe,_0x32160d),_0x4ba128=_0x1fdd85['getAllAdjacentSuggestions']()['filter'](_0x174a2b=>_0x174a2b['isInContent']);_0x437ebe['descriptionParts']=_0x6864c4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x4ba128),this['_suggestionToController']['set'](_0x1fdd85,_0x58b99a),this['_viewToController']['set'](_0x437ebe,_0x58b99a),_0x20e703=_0x5d5f16['createAnnotation']({'view':_0x1ec794,'target':()=>{const _0x194603=[],_0x324b35=_0x1fdd85['getAllAdjacentSuggestions']()['filter'](_0x2b399a=>_0x2b399a['isInContent']);for(const _0x35c528 of _0x324b35)_0x194603['push'](..._0x35c528['getMarkers']());return _0xd11dce(_0x6864c4['editing'],_0x194603);},'type':()=>'suggestion-'+_0x58b99a['view']['type']}),_0x3e444e['_bindAnnotationToEditors'](_0x437ebe,_0x20e703),_0x5d5f16['add'](_0x20e703),_0x269873['registerAnnotation'](_0x20e703);}['_destroyController'](_0xdd9a82){const _0xd1ad9=this['editor']['plugins']['get']('CommentsRepository'),_0xa0d4e1=this['editor']['plugins']['get']('Annotations'),_0x216572=this['_suggestionToController']['get'](_0xdd9a82),_0x5b5fc2=_0x216572['view'],_0x1fd861=_0xa0d4e1['getByInnerView'](_0x5b5fc2);_0xd1ad9['_unbindEditors'](_0x5b5fc2),_0x1fd861&&_0xa0d4e1['remove'](_0x1fd861),this['_suggestionToController']['delete'](_0xdd9a82),this['_viewToController']['delete'](_0x5b5fc2),_0x216572['destroy']();}['_updateController'](_0x8b9eaa){if(!_0x8b9eaa['isInContent']||!this['_suggestionToController']['has'](_0x8b9eaa))return;const _0x21a41e=this['editor']['plugins']['get']('TrackChangesEditing'),_0xfe590a=this['_suggestionToController']['get'](_0x8b9eaa),_0x1fea00=_0x8b9eaa['getAllAdjacentSuggestions']();_0xfe590a['view']['descriptionParts']=_0x21a41e['descriptionFactory']['getDescriptions'](_0x1fea00);}['destroy'](){for(const _0x31c329 of this['_suggestionToController']['keys']())this['_destroyController'](_0x31c329);for(const _0x319e42 of this['_annotationViews']['values']())_0x319e42['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function pe(_0x50bd61){return'model'in _0x50bd61;}class k extends _0x2a14ba{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x30b52b){this['editor']['plugins']['get'](p)['adapter']=_0x30b52b;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x1a11c1){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x1a11c1);}['getSuggestions']({skipNotAttached:_0x52868c=!0x1,toJSON:_0x326e8c=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x52868c,'toJSON':_0x326e8c});}['getSuggestion'](_0x19a027){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x19a027);}}const w=['Pagination'];class T extends _0x2a14ba{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x1cc8b1=this['editor'];if(_0x1cc8b1['config']['define']('trackChangesData.editorCreator',_0x2c3395=>{const _0x3319ef=_0x1cc8b1['model']['document']['getRootNames']()['reduce']((_0x54d1ea,_0x5e154a)=>(_0x54d1ea[_0x5e154a]='',_0x54d1ea),{});return _0x1cc8b1['constructor']['create'](_0x3319ef,_0x2c3395);}),'function'!=typeof _0x1cc8b1['config']['get']('trackChangesData')['editorCreator'])throw new _0x8a669('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x5cc77a){return N(this['editor'],!0x0,_0x5cc77a);}['getDataWithDiscardedSuggestions'](_0x31f9aa){return N(this['editor'],!0x1,_0x31f9aa);}}class D extends _0x2a14ba{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x44d654){function _0x253b49(_0x519ea4){return _0x519ea4['map'](_0x133975=>String['fromCharCode'](_0x133975))['join']('');}super(_0x44d654),this['result']='end',_0x44d654[_0x253b49([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x253b49([0x76,0x69,0x65,0x77])][_0x253b49([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x253b49([0x61,0x75,0x74,0x6f]),_0x44d654[_0x253b49([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x253b49([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x253b49([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x253b49([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x253b49([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 v(_0x210bc5){return void 0x0!==_0x210bc5['getRootsAttributes'];}async function N(_0x2b90eb,_0x3a5a51,_0x2543b1){const _0x3939ff=_0x5aab84(_0x2b90eb,w);_0x3939ff['plugins']['push'](p,D),_0x3939ff['rootsAttributes']=v(_0x2b90eb)?_0x2b90eb['getRootsAttributes']():void 0x0;const _0x11d56b=document['createDocumentFragment'](),_0x55e04f=_0x2b90eb['config']['get']('trackChangesData')['editorCreator'],_0x330e5a=await _0x55e04f(_0x3939ff,()=>function(_0x4fe32a){const _0x58d254=document['createElement']('div');return _0x4fe32a['appendChild'](_0x58d254),_0x58d254;}(_0x11d56b));!function(_0x4a8dbe,_0x4bf196){const _0x4ad951=_0x4a8dbe['model']['document']['getRootNames']()['reduce']((_0x5140cb,_0x321d1a)=>(_0x5140cb[_0x321d1a]=_0x4a8dbe['data']['get']({'rootName':_0x321d1a}),_0x5140cb),{}),_0x4f5f1f=_0x4a8dbe['plugins']['get']('Users')['users']['map'](_0x1ada9c=>({'id':_0x1ada9c['id'],'name':_0x1ada9c['name']})),_0x5e2542=_0x4a8dbe['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x4da8cc=_0x4a8dbe['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x4caa39=_0x4bf196['plugins']['get']('Users'),_0x10d10a=_0x4bf196['plugins']['get']('TrackChangesEditing'),_0xc2b893=_0x4bf196['plugins']['get']('CommentsRepository');for(const _0x5dab52 of _0xc2b893['getCommentThreads']())_0x5dab52['remove']();for(const _0x195ab3 of _0x4f5f1f)_0x4caa39['getUser'](_0x195ab3['id'])||_0x4caa39['addUser'](_0x195ab3);_0x4caa39['me']||_0x4caa39['useAnonymousUser']();for(const _0x5e88b4 of _0x4da8cc)_0xc2b893['addCommentThread'](_0x5e88b4);for(const _0x1c252b of _0x5e2542)_0x10d10a['addSuggestionData'](_0x1c252b);_0x4bf196['data']['set'](_0x4ad951);}(_0x2b90eb,_0x330e5a),_0x330e5a['execute'](_0x3a5a51?'acceptAllSuggestions':'discardAllSuggestions');const _0x29f007=v(_0x330e5a)?_0x330e5a['getFullData'](_0x2543b1):_0x330e5a['data']['get'](_0x2543b1);return await _0x330e5a['destroy'](),_0x29f007;}export{as as BaseSuggestionThreadView,u as Suggestion,de as SuggestionThreadView,ue as SuggestionView,k as TrackChanges,T as TrackChangesData,p as TrackChangesEditing};
|