@ckeditor/ckeditor5-track-changes 44.1.0-alpha.3 → 44.1.0-alpha.4
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 _0x2c2070,PendingActions as _0x14dbde,icons as _0x5159a3}from'@ckeditor/ckeditor5-core/dist/index.js';import{CKEditorError as _0x52a4fc,ObservableMixin as _0x3ff09c,uid as _0x42487e,insertToPriorityArray as _0x42ac72,priorities as _0x22cf47,logWarning as _0x5d7c6d,getEnvKeystrokeText as _0x46b819,FocusTracker as _0x501bc8,KeystrokeHandler as _0x3b68cd,Collection as _0x22ce39}from'@ckeditor/ckeditor5-utils/dist/index.js';import{normalizeColorOptions as _0x441440,View as _0x548c58,ViewCollection as _0x5b25a4,FocusCycler as ts,ViewModel as _0x426f16,createDropdown as _0x43c8ac,SplitButtonView as _0x3d1827,addListToDropdown as te,MenuBarMenuView as _0x4ddf12,MenuBarMenuListView as _0x36b828,ListSeparatorView as _0x44cfce,MenuBarMenuListItemView as _0x1aa53f,MenuBarMenuListItemButtonView as _0x27f62c}from'@ckeditor/ckeditor5-ui/dist/index.js';import{Users as _0x4b651f,hashObject as _0xb47d45,surroundingMarkersDetector as _0x28ba8a,FOCUS_ANNOTATION_KEYSTROKE as _0x9048c5,AriaDescriptionView as _0x528707,setupThreadKeyboardNavigation as _0x4550bf,trimHtml as ti,UserView as _0x295bce,LateFocusButtonView as _0x152770,getDateTimeFormatter as _0x4bcc09,getAllMarkersDomElementsSorted as _0x481e03,sanitizeEditorConfig as _0x5b6e29}from'ckeditor5-collaboration/dist/index.js';import{Element as _0x1602a7,LiveRange as _0x1b403d,LivePosition as _0x22e5cf}from'@ckeditor/ckeditor5-engine/dist/index.js';import{setHighlightHandling as _0x3c4076,toWidget as _0x1e1632}from'@ckeditor/ckeditor5-widget/dist/index.js';import{cloneDeep as _0x160559,set as _0x2321c7,isEqual as _0x3c15de,unset as _0x50ceeb,omit as xt}from'lodash-es';import{Delete as _0xed7520,Input as tr}from'@ckeditor/ckeditor5-typing/dist/index.js';import{Enter as _0x1d9f76,ShiftEnter as _0x2d0c75}from'@ckeditor/ckeditor5-enter/dist/index.js';class B extends Qt{['_enabledCommands'];constructor(_0x120b48,_0x5236e1){super(_0x120b48),this['_enabledCommands']=_0x5236e1,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 _0x3db348 of this['editor']['commands']['commands']())_0x3db348['affectsData']&&!this['_enabledCommands']['has'](_0x3db348)&&_0x3db348['forceDisabled']('TrackChangesCommand');}['_enableCommands'](){for(const _0x5b5bc9 of this['editor']['commands']['commands']())_0x5b5bc9['affectsData']&&!this['_enabledCommands']['has'](_0x5b5bc9)&&_0x5b5bc9['clearForceDisabled']('TrackChangesCommand');}}class O extends Qt{['_suggestions'];constructor(_0x3b172c,_0xcf09b9){super(_0x3b172c),this['_suggestions']=_0xcf09b9,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x289786){const _0x551b29=this['_suggestions']['get'](_0x289786);if(!_0x551b29)throw new _0x52a4fc('track-changes-accept-suggestion-not-found',this);const _0x252e67=_0x551b29['getRanges']();this['editor']['model']['canEditAt'](_0x252e67)&&this['editor']['plugins']['get']('TrackChangesEditing')['acceptSuggestion'](_0x551b29);}}class R extends Qt{['_suggestions'];constructor(_0xe15bc2,_0x8353b){super(_0xe15bc2),this['_suggestions']=_0x8353b,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){this['isEnabled']=!0x0;}['execute'](_0x40af26){const _0x1d4380=this['_suggestions']['get'](_0x40af26);if(!_0x1d4380)throw new _0x52a4fc('track-changes-discard-suggestion-not-found',this);const _0x5d0a30=_0x1d4380['getRanges']();this['editor']['model']['canEditAt'](_0x5d0a30)&&this['editor']['plugins']['get']('TrackChangesEditing')['discardSuggestion'](_0x1d4380);}}function ns(_0x5dec08,_0x38c061){let _0x21c328='';return _0x21c328+=_0x5dec08['split']('*')['map']((_0x3f61d7,_0x20c279)=>_0x20c279%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+nn(_0x3f61d7)+'</span>':nn(_0x3f61d7))['join'](''),_0x38c061&&(_0x21c328+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x38c061['value']+'\x22\x20title=\x22'+_0x38c061['title']+'\x22></span>'),_0x21c328;}function nn(_0x49f57b){const _0xe131eb=document['createElement']('span');return _0xe131eb['innerText']=_0x49f57b,_0xe131eb['innerHTML'];}function Wt(_0x55e2d3){return _0x55e2d3['sort']((_0x1f823e,_0x54d935)=>'deletion'==_0x1f823e['type']&&'deletion'!=_0x54d935['type']?-0x1:'deletion'!=_0x1f823e['type']&&'deletion'==_0x54d935['type']?0x1:0x0);}function to(_0x203207,_0x5aaaa1){let _0x2edd47,_0x5e529f=0x0;const _0x4c0453=[],_0x5eab19=_0x5aaaa1['schema'];for(;_0x5e529f<_0x203207['length'];){const _0x283759=_0x203207[_0x5e529f],_0x4047cd=_0x203207[_0x5e529f+0x1];_0x2edd47||(_0x2edd47=_0x5aaaa1['createPositionBefore'](_0x283759)),on(_0x5aaaa1,_0x283759,_0x4047cd)||(_0x4c0453['push'](_0x5aaaa1['createRange'](_0x2edd47,_0x5eab19['isObject'](_0x283759)?_0x5aaaa1['createPositionAfter'](_0x283759):_0x5aaaa1['createPositionAt'](_0x283759,'end'))),_0x2edd47=null),_0x5e529f++;}return _0x4c0453;}function on(_0x19b920,_0x380c3e,_0x4a3574){if(!_0x4a3574)return!0x1;const _0x3b28b3=_0x19b920['createPositionAfter'](_0x380c3e),_0x9fcb1e=_0x19b920['createPositionBefore'](_0x4a3574);return _0x3b28b3['isTouching'](_0x9fcb1e);}function Xt(_0x59294,_0x488a78,_0x364acb){for(;_0x364acb['length'];){const _0x6612cc=_0x364acb['splice'](0x0,0x64);_0x59294['change'](()=>{for(const _0x210a65 of _0x6612cc)_0x210a65['isInContent']&&_0x488a78['execute'](_0x210a65['id']);});}}class x extends Qt{['_command'];['_suggestions'];constructor(_0x4d82c4,_0x4fce8a,_0x120c66){super(_0x4d82c4),this['_command']=_0x4fce8a,this['_suggestions']=_0x120c66,this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x3d49b3=Array['from'](this['_suggestions']['values']())['some'](_0x42bb74=>_0x42bb74['isInContent']);this['isEnabled']=this['_command']['isEnabled']&&_0x3d49b3;}['execute'](){const _0x55f4fd=Wt(Array['from'](this['_suggestions']['values']()));for(const _0x484a87 of _0x55f4fd){const _0x51f2d3=_0x484a87['getRanges']();if(!this['editor']['model']['canEditAt'](_0x51f2d3))return;}Xt(this['editor']['model'],this['_command'],_0x55f4fd);}}class E extends Qt{['_command'];['_suggestions'];['_selectedSuggestions'];constructor(_0x43f5dd,_0x573979,_0x147892){super(_0x43f5dd),this['_command']=_0x573979,this['_suggestions']=_0x147892,this['_selectedSuggestions']=new Set(),this['refresh'](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x2d1067=this['editor']['model']['document']['selection'],_0x22817d=Array['from'](this['_suggestions']['values']());this['_selectedSuggestions']=function(_0x415c01,_0x315cef){const _0x4530ce=Array['from'](_0x415c01['getRanges']()),_0x208584=new Set();for(const _0x2beaa5 of _0x315cef)if(_0x2beaa5['isInContent']){for(const _0x12c55d of _0x4530ce)for(const _0x5d3919 of _0x2beaa5['getRanges']())(_0x12c55d['isIntersecting'](_0x5d3919)||_0x415c01['isCollapsed']&&!_0x2beaa5['isMultiRange']&&_0x2beaa5['next']&&_0x5d3919['end']['isTouching'](_0x12c55d['start']))&&_0x208584['add'](_0x2beaa5);}return _0x208584;}(_0x2d1067,_0x22817d),this['isEnabled']=this['_command']['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){const _0x441398=Wt(Array['from'](this['_selectedSuggestions']));for(const _0x4a323a of _0x441398){const _0x1b7ef5=_0x4a323a['getRanges']();if(!this['editor']['model']['canEditAt'](_0x1b7ef5))return;}Xt(this['editor']['model'],this['_command'],_0x441398);}}class u extends/* #__PURE__ -- @preserve */
|
|
24
|
+
_0x3ff09c(){['id'];['type'];['subType'];['author'];['creator'];['isExternal'];['data'];['createdAt'];['_isDataLoaded']=!0x1;['_model'];['_onAccept'];['_onDiscard'];['_onAttributesChange'];['_markerNames'];constructor(_0x1756fc,_0x475983){super(),this['id']=_0x475983['id'],this['type']=_0x475983['type'],this['subType']=_0x475983['subType']||null,this['author']=_0x475983['author'],this['creator']=_0x475983['creator']||_0x475983['author'],this['isExternal']=Boolean(_0x475983['attributes']&&_0x475983['attributes']['@external']),this['data']=null,this['_model']=_0x1756fc,this['_onAccept']=_0x475983['onAccept'],this['_onDiscard']=_0x475983['onDiscard'],this['_onAttributesChange']=_0x475983['onAttributesChange'],this['_markerNames']=new Set(),this['createdAt']=null,this['set']('authoredAt',null),this['set']('attributes',_0x475983['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 _0x2c7e73=this;for(;_0x2c7e73['previous'];)_0x2c7e73=_0x2c7e73['previous'];return _0x2c7e73;}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'](_0x5c3368){this['_markerNames']['add'](_0x5c3368);}['getMarkerNames'](){return Array['from'](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()['map'](_0x3c1e32=>this['_model']['markers']['get'](_0x3c1e32))['filter'](_0x5ccacf=>_0x5ccacf);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this['_model']['change'](_0x35a8a7=>{for(const _0x37c0fb of this['getMarkers']())_0x35a8a7['removeMarker'](_0x37c0fb);}),this['_markerNames']['clear']();}['removeMarker'](_0x193aa6){this['_model']['change'](_0x53ece8=>{_0x53ece8['removeMarker'](_0x193aa6);}),this['_markerNames']['delete'](_0x193aa6);}['addRange'](_0x817559){const _0x2f8467='suggestion:'+this['type']+':'+this['subType']+':'+this['id']+':'+this['creator']['id']+':'+u['getMultiRangeId']();this['addMarkerName'](_0x2f8467),this['_model']['change'](_0x3999ca=>{_0x3999ca['addMarker'](_0x2f8467,{'range':_0x817559,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x4843d4){for(const _0x3cbbfb of this['getRanges']())if(_0x3cbbfb['isIntersecting'](_0x4843d4))return!0x0;return!0x1;}['getRanges'](){return this['getMarkers']()['map'](_0x310a3b=>_0x310a3b['getRange']());}['getItems'](){return this['getRanges']()['reduce']((_0x388b30,_0x1b130e)=>[..._0x388b30,..._0x1b130e['getItems']()],[]);}['getFirstRange'](){return this['getFirstMarker']()?.['getRange']()||null;}['getContainedElement'](){const _0x4b9d74=this['getRanges']();if(0x1!=_0x4b9d74['length'])return null;const _0x244293=_0x4b9d74[0x0],_0x24cce6=_0x244293['start']['nodeAfter'],_0x5c5e7d=_0x244293['end']['nodeBefore'];return _0x24cce6 instanceof _0x1602a7?_0x24cce6!=_0x5c5e7d?null:_0x24cce6: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 _0x5ab993=[];let _0x37d98a=this['head'];for(;_0x37d98a;)_0x5ab993['push'](_0x37d98a),_0x37d98a=_0x37d98a['next'];return _0x5ab993;}['setAttribute'](_0xc20728,_0x29ba1b){const _0x3a6499=_0x160559(this['attributes']);_0x2321c7(_0x3a6499,_0xc20728,_0x29ba1b),_0x3c15de(_0x3a6499,this['attributes'])||(this['attributes']=_0x3a6499,this['_onAttributesChange'](_0x3a6499));}['removeAttribute'](_0x1d4e0f){const _0x3eb2d8=_0x160559(this['attributes']);_0x50ceeb(_0x3eb2d8,_0x1d4e0f),_0x3c15de(_0x3eb2d8,this['attributes'])||(this['attributes']=_0x3eb2d8,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 _0x42487e()['substr'](0x1,0x5);}}function o(_0x46cca9,_0x5dac39,_0x1ae679){const _0x31ada6=_0x46cca9['t'],t=_0x46cca9['t'];switch(_0x5dac39){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',_0x1ae679);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x1ae679);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x1ae679);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x1ae679);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x1ae679);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',_0x1ae679);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x1ae679);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',_0x1ae679);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x1ae679);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x1ae679);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x1ae679);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x1ae679);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x1ae679);case'*Set\x20bookmark:*\x20%0':return t('*Set\x20bookmark:*\x20%0',_0x1ae679);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x1ae679);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x1ae679);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x1ae679);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x1ae679);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x1ae679);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x1ae679);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x1ae679);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x1ae679);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x1ae679);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x1ae679);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'},_0x1ae679);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x1ae679);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x1ae679);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x1ae679);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x1ae679);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x1ae679);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'},_0x1ae679);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x1ae679);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x1ae679);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x1ae679);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x1ae679);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'},_0x1ae679);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x1ae679);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'},_0x1ae679);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'},_0x1ae679);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x1ae679);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'},_0x1ae679);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x1ae679);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'},_0x1ae679);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x1ae679);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x1ae679);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'},_0x1ae679);case'ELEMENT_BOOKMARK':return t({'id':'ELEMENT_BOOKMARK','string':'bookmark','plural':'%0\x20bookmarks'},_0x1ae679);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 _0x31ada6({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x1ae679);case'EXTERNAL_IMPORT_WORD_AVATAR':return _0x31ada6({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x1ae679);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.\x20Press\x20%0\x20to\x20go\x20to\x20the\x20discussion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'},_0x1ae679);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'},_0x1ae679);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'},_0x1ae679);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'},_0x1ae679);case'SUGGESTION_THREAD_DESCRIPTION':return t({'string':'Press\x20Enter\x20for\x20more\x20options.\x20Press\x20Escape\x20to\x20exit.','id':'SUGGESTION_THREAD_DESCRIPTION'});default:return _0x5dac39;}}class f{['_customCallbacks'];['_itemLabels'];['_itemLabelsCallbacks'];['_attributeLabels'];['_schema'];['_locale'];constructor(_0x334f95,_0x533226){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this['_itemLabelsCallbacks']=[],this['_attributeLabels']=new Map(),this['_schema']=_0x334f95,this['_locale']=_0x533226;}['getDescriptions'](_0x17cc7d){const _0x30c67e=[],_0x253ad0=new Set(),_0x8026b8=new Set();for(let _0x26f70c=0x0;_0x26f70c<_0x17cc7d['length'];_0x26f70c++){const _0x2ddfc8=_0x17cc7d[_0x26f70c];if(!_0x2ddfc8['isInContent'])continue;const _0x481a33=this['_handleCustomCallbackDescription'](_0x2ddfc8);if(_0x481a33){if(null!=_0x2ddfc8['subType']){if(_0x253ad0['has'](_0x2ddfc8['subType']))continue;_0x253ad0['add'](_0x2ddfc8['subType']);}_0x30c67e['push'](_0x481a33);}else{if('attribute'!=_0x2ddfc8['type'])'insertion'!=_0x2ddfc8['type']&&'deletion'!=_0x2ddfc8['type']||this['_handleInsertRemoveSuggestionDescription'](_0x30c67e,_0x2ddfc8,_0x17cc7d[_0x26f70c+0x1]);else{const _0x21d374=_0x2ddfc8['data']['key'];if(_0x8026b8['has'](_0x21d374))continue;_0x8026b8['add'](_0x2ddfc8['data']['key']),_0x21d374==m?this['_handleRenameSuggestionDescription'](_0x30c67e,_0x2ddfc8):this['_handleAttributeSuggestionDescription'](_0x30c67e,_0x2ddfc8);}}}return this['_resolveDescriptionItems'](_0x30c67e);}['registerDescriptionCallback'](_0xe677f4){this['_customCallbacks']['push'](_0xe677f4);}['registerElementLabel'](_0x1ec9d4,_0x299963,_0x1e57d6=_0x22cf47['normal']){'function'==typeof _0x1ec9d4?_0x42ac72(this['_itemLabelsCallbacks'],{'matchingCallback':_0x1ec9d4,'label':_0x299963,'priority':_0x1e57d6}):this['_itemLabels']['set'](_0x1ec9d4,_0x299963);}['registerAttributeLabel'](_0x566387,_0x4a9617){this['_attributeLabels']['set'](_0x566387,_0x4a9617);}['getItemLabel'](_0x2924fc,_0x52f968=0x1){let _0x5ef8fe;for(const _0x2e346b of this['_itemLabelsCallbacks'])if(_0x2e346b['matchingCallback'](_0x2924fc)){_0x5ef8fe=_0x2e346b['label'];break;}return _0x5ef8fe||(_0x5ef8fe=this['_itemLabels']['get'](_0x2924fc['name'])),_0x5ef8fe?_0x5ef8fe(_0x52f968):0x1!==_0x52f968?_0x52f968+'\x20'+_0x2924fc['name']+'s':''+_0x2924fc['name'];}['_addDescriptionItems'](_0xf4875a,_0x2f2280){const _0x232b65=_0x2f2280['getFirstRange']()['getWalker'](),_0x4b7297='insertion'==_0x2f2280['type']?'add':'remove';for(const _0x2d8bb1 of _0x232b65){const _0x3bfa09=_0x2d8bb1['item'],_0x1ab9a8=_0xf4875a[_0xf4875a['length']-0x1];if(_0x3bfa09['is']('$textProxy'))_0x1ab9a8&&_0x1ab9a8['type']['indexOf']('Container')>-0x1&&_0xf4875a['pop'](),_0x1ab9a8&&'text'==_0x1ab9a8['type']?_0x1ab9a8[_0x4b7297]+=_0x3bfa09['data']:_0xf4875a['push']({'type':'text','add':'add'==_0x4b7297?_0x3bfa09['data']:'','remove':'remove'==_0x4b7297?_0x3bfa09['data']:''});else{if(this['_schema']['isObject'](_0x3bfa09)){const _0x5eb749=_0x3bfa09;if(_0x1ab9a8&&_0x1ab9a8['type']['indexOf']('Container')>-0x1&&_0xf4875a['pop'](),'elementEnd'==_0x2d8bb1['type'])continue;_0x1ab9a8&&_0x1ab9a8['type']==_0x4b7297+'Object'&&_0x1ab9a8['element']['name']==_0x5eb749['name']?_0x1ab9a8['quantity']++:_0xf4875a['push']({'type':_0x4b7297+'Object','element':_0x5eb749,'quantity':0x1}),_0x232b65['skip'](_0x3393c7=>!('elementEnd'==_0x3393c7['type']&&_0x3393c7['item']==_0x3bfa09));}else{if(this['_schema']['checkChild'](_0x3bfa09,'$text')||_0x3bfa09['is']('element','softBreak')){const _0x56d59e=_0x3bfa09;if('add'==_0x4b7297&&'elementStart'==_0x2d8bb1['type']||'remove'==_0x4b7297&&'elementEnd'==_0x2d8bb1['type'])continue;if(_0x1ab9a8&&-0x1==_0x1ab9a8['type']['indexOf']('Container')){'text'==_0x1ab9a8['type']&&(_0x1ab9a8[_0x4b7297]+='\x0a');continue;}let _0x47b8db;if(_0x47b8db='add'==_0x4b7297?_0x56d59e['nextSibling']&&!this['_schema']['isObject'](_0x56d59e['nextSibling'])?_0x56d59e['nextSibling']:null:_0x56d59e['previousSibling']&&!this['_schema']['isObject'](_0x56d59e['previousSibling'])?_0x56d59e['previousSibling']:null,_0x56d59e['isEmpty']||_0x47b8db&&_0x47b8db['isEmpty']){const _0x4ef880=_0x47b8db&&_0x47b8db['isEmpty']?_0x47b8db:_0x56d59e;_0x1ab9a8&&_0x1ab9a8['type']==_0x4b7297+'EmptyContainer'&&_0x1ab9a8['element']['name']==_0x4ef880['name']?_0x1ab9a8['quantity']++:_0xf4875a['push']({'type':_0x4b7297+'EmptyContainer','element':_0x4ef880,'quantity':0x1});}else _0xf4875a['push']({'type':_0x4b7297+'Container','element':_0x56d59e});}}}}}['_resolveDescriptionItems'](_0x4c8fc0){const _0x5019a2=this['_locale'],_0x56e477=[],_0x3a80ef=[],_0x14f051=[];for(const _0x342459 of _0x4c8fc0)switch(_0x342459['type']){case'text':if(_0x342459['add']=_0x342459['add']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x342459['remove']=_0x342459['remove']['replace'](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),''!=_0x342459['add']&&''!=_0x342459['remove']){_0x56e477['push']({'type':'replace','content':o(_0x5019a2,'REPLACE_TEXT',['\x22'+_0x342459['remove']+'\x22','\x22'+_0x342459['add']+'\x22'])});continue;}if(null!=_0x342459['add']['match'](/^ +$/)){_0x56e477['push']({'type':'insertion','content':o(_0x5019a2,'*Insert:*\x20%0',o(_0x5019a2,'ELEMENT_SPACE',_0x342459['add']['length']))});continue;}if(null!=_0x342459['remove']['match'](/^ +$/)){_0x56e477['push']({'type':'deletion','content':o(_0x5019a2,'*Remove:*\x20%0',o(_0x5019a2,'ELEMENT_SPACE',_0x342459['remove']['length']))});continue;}if(''!=_0x342459['add']){_0x56e477['push']({'type':'insertion','content':o(_0x5019a2,'*Insert:*\x20%0','\x22'+_0x342459['add']+'\x22')});continue;}_0x56e477['push']({'type':'deletion','content':o(_0x5019a2,'*Remove:*\x20%0','\x22'+_0x342459['remove']+'\x22')});continue;case'addEmptyContainer':case'addObject':_0x56e477['push']({'type':'insertion','content':o(_0x5019a2,'*Insert:*\x20%0',this['getItemLabel'](_0x342459['element'],_0x342459['quantity']))});continue;case'removeEmptyContainer':case'removeObject':_0x56e477['push']({'type':'deletion','content':o(_0x5019a2,'*Remove:*\x20%0',this['getItemLabel'](_0x342459['element'],_0x342459['quantity']))});continue;case'addContainer':_0x56e477['push']({'type':'insertion','content':o(_0x5019a2,'*Split:*\x20%0',this['getItemLabel'](_0x342459['element'],_0x342459['quantity']))});continue;case'removeContainer':_0x56e477['push']({'type':'deletion','content':o(_0x5019a2,'*Merge:*\x20%0',this['getItemLabel'](_0x342459['element'],_0x342459['quantity']))});continue;case'addFormat':_0x3a80ef['push'](_0x342459['key']);continue;case'removeFormat':_0x14f051['push'](_0x342459['key']);continue;default:_0x56e477['push'](_0x342459);}if(_0x3a80ef['length']){const _0x36a34d=_0x3a80ef['map'](_0x5ae715=>this['_attributeLabels']['has'](_0x5ae715)?this['_attributeLabels']['get'](_0x5ae715):_0x5ae715)['join'](',\x20');_0x56e477['push']({'type':'format','content':o(this['_locale'],'*Set\x20format:*\x20%0',_0x36a34d)});}if(_0x14f051['length']){const _0x23ba25=_0x14f051['map'](_0x308140=>this['_attributeLabels']['has'](_0x308140)?this['_attributeLabels']['get'](_0x308140):_0x308140)['join'](',\x20');_0x56e477['push']({'type':'format','content':o(this['_locale'],'*Remove\x20format:*\x20%0',_0x23ba25)});}return _0x56e477;}['_handleCustomCallbackDescription'](_0x4f932f){for(const _0xd89e3 of this['_customCallbacks']){const _0x2e26dc=_0xd89e3(_0x4f932f);if(_0x2e26dc&&'type'in _0x2e26dc)return _0x2e26dc;}}['_handleAttributeSuggestionDescription'](_0x43a05c,_0x1b98ad){const _0x2d9053=_0x1b98ad['data'],_0x32e375=void 0x0===_0x2d9053['newValue']?'removeFormat':'addFormat';_0x43a05c['push']({'type':_0x32e375,'key':_0x2d9053['key']});}['_handleRenameSuggestionDescription'](_0x26990b,_0x3db589){_0x26990b['push']({'type':'format','content':o(this['_locale'],'*Change\x20to:*\x20%0',this['getItemLabel'](_0x3db589['getFirstRange']()['start']['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x5699cb,_0x5cab20,_0x45d22c){if(this['_addDescriptionItems'](_0x5699cb,_0x5cab20),_0x45d22c&&_0x45d22c['getFirstRange']()&&!_0x5cab20['getFirstRange']()['end']['isEqual'](_0x45d22c['getFirstRange']()['start'])){const _0x2c9f77=_0x5699cb[_0x5699cb['length']-0x1],_0x40fdda='insertion'==_0x5cab20['type']?'add':'remove';_0x2c9f77&&'text'==_0x2c9f77['type']&&(_0x2c9f77[_0x40fdda]+='\x0a');}}}class U extends _0x2c2070{['afterInit'](){const _0x596a77=this['editor'],_0x417de5=_0x596a77['plugins']['get']('TrackChangesEditing');_0x596a77['commands']['get']('showAIAssistant')&&_0x417de5['enableCommand']('showAIAssistant');}}class V extends _0x2c2070{['afterInit'](){const _0x22d18e=this['editor'],_0x42bcb7=_0x22d18e['locale'];if(!_0x22d18e['plugins']['has']('AlignmentEditing'))return;const _0x1d913b=_0x22d18e['plugins']['get']('TrackChangesEditing');_0x1d913b['enableDefaultAttributesIntegration']('alignment'),_0x1d913b['registerBlockAttribute']('alignment'),_0x1d913b['descriptionFactory']['registerAttributeLabel']('alignment',o(_0x42bcb7,'FORMAT_ALIGNMENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xd792aa=this['editor'],_0x457b5b=_0xd792aa['locale'];_0xd792aa['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1f1a40=>{if('formatBlock'!=_0x1f1a40['type'])return;const {data:_0x54c597}=_0x1f1a40;if(_0x54c597&&'alignment'==_0x54c597['commandName']){const _0x54439d=_0x54c597['commandParams'][0x0]['value'];return{'type':'format','content':o(_0x457b5b,'*Format:*\x20%0',function(_0x3a6e6d){switch(_0x3a6e6d){case'left':return o(_0x457b5b,'FORMAT_ALIGN_TO_LEFT');case'right':return o(_0x457b5b,'FORMAT_ALIGN_TO_RIGHT');case'center':return o(_0x457b5b,'FORMAT_ALIGN_TO_CENTER');case'justify':return o(_0x457b5b,'FORMAT_JUSTIFY_TEXT');}}(_0x54439d))};}});}}const Zt=['BoldEditing','ItalicEditing','UnderlineEditing','CodeEditing','StrikethroughEditing','SubscriptEditing','SuperscriptEditing'];class G extends _0x2c2070{['afterInit'](){const _0x2598b7=this['editor'],_0x2472af=_0x2598b7['plugins']['get']('TrackChangesEditing'),_0x3dc068=_0x2598b7['locale'];for(const _0x668fc8 of Zt){if(!_0x2598b7['plugins']['has'](_0x668fc8))continue;const _0x5ad9a0=_0x668fc8['slice'](0x0,-0x7)['toLowerCase'](),_0x356bfe='FORMAT_'+_0x5ad9a0['toUpperCase']();_0x2472af['enableDefaultAttributesIntegration'](_0x5ad9a0),_0x2472af['registerInlineAttribute'](_0x5ad9a0),_0x2472af['descriptionFactory']['registerAttributeLabel'](_0x5ad9a0,o(_0x3dc068,_0x356bfe));}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x5099c8=this['editor'],_0x3ab053=_0x5099c8['locale'],_0x2d9dd2=_0x5099c8['plugins']['get']('TrackChangesEditing');function _0x182372(_0x32d78c,_0x212d3e){_0x2d9dd2['descriptionFactory']['registerDescriptionCallback'](_0x2e6856=>{if('formatInline'!=_0x2e6856['type'])return;const {data:_0xea494d}=_0x2e6856;return _0xea494d&&_0xea494d['commandName']===_0x32d78c?_0xea494d['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x3ab053,'*Format:*\x20%0',_0x212d3e)}:{'type':'format','content':o(_0x3ab053,'*Remove\x20format:*\x20%0',_0x212d3e)}:void 0x0;});}_0x182372('bold',o(_0x3ab053,'FORMAT_BOLD')),_0x182372('italic',o(_0x3ab053,'FORMAT_ITALIC')),_0x182372('underline',o(_0x3ab053,'FORMAT_UNDERLINE')),_0x182372('code',o(_0x3ab053,'FORMAT_CODE')),_0x182372('strikethrough',o(_0x3ab053,'FORMAT_STRIKETHROUGH')),_0x182372('subscript',o(_0x3ab053,'FORMAT_SUBSCRIPT')),_0x182372('superscript',o(_0x3ab053,'FORMAT_SUPERSCRIPT'));}}class F extends _0x2c2070{['afterInit'](){const _0x37868f=this['editor'],_0x408594=_0x37868f['locale'];if(!_0x37868f['plugins']['has']('BlockQuoteEditing'))return;const _0x315533=_0x37868f['plugins']['get']('TrackChangesEditing'),_0x65d568=this['editor']['commands']['get']('blockQuote');_0x315533['enableCommand']('blockQuote',(_0x5a5100,_0x5182b8={})=>{const _0x1c2792=this['editor']['model']['document']['selection'],_0x3e28d4=_0x5182b8&&void 0x0!==_0x5182b8['forceValue']?_0x5182b8['forceValue']:!_0x65d568['value'];let _0x24322e=[];if(_0x3e28d4){const _0x1461aa=Array['from'](_0x1c2792['getSelectedBlocks']())['filter'](_0x42fc73=>oo(_0x42fc73)||function(_0x20e56c,_0x420331){const _0x323fdf=_0x420331['checkChild'](_0x20e56c['parent'],'blockQuote'),_0x5f4722=_0x420331['checkChild'](['$root','blockQuote'],_0x20e56c);return _0x323fdf&&_0x5f4722;}(_0x42fc73,this['editor']['model']['schema']));_0x24322e=to(_0x1461aa,_0x37868f['model']);}else{const _0x4dee9e=Array['from'](_0x1c2792['getSelectedBlocks']())['filter'](_0xff506f=>oo(_0xff506f));_0x24322e=to(_0x4dee9e,_0x37868f['model']);}_0x37868f['model']['change'](()=>{for(const _0x156171 of _0x24322e)_0x315533['markBlockFormat'](_0x156171,{'commandName':'blockQuote','commandParams':[{'forceValue':_0x3e28d4}]});});}),_0x315533['descriptionFactory']['registerDescriptionCallback'](_0x25bb4c=>{const {data:_0x5450c5}=_0x25bb4c;if(_0x5450c5&&'blockQuote'==_0x5450c5['commandName']){const _0x287b38=o(_0x408594,'ELEMENT_BLOCK_QUOTE');return _0x5450c5['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x408594,'*Set\x20format:*\x20%0',_0x287b38)}:{'type':'format','content':o(_0x408594,'*Remove\x20format:*\x20%0',_0x287b38)};}});}}function oo(_0x2a012e){return'blockQuote'==_0x2a012e['parent']['name'];}class L extends _0x2c2070{['afterInit'](){const _0x275871=this['editor'],_0x2b0e67=_0x275871['locale'],_0x1f3c6c=_0x275871['plugins']['get']('TrackChangesEditing');_0x275871['plugins']['has']('BookmarkEditing')&&(_0x1f3c6c['enableCommand']('insertBookmark'),_0x1f3c6c['enableDefaultAttributesIntegration']('updateBookmark'),_0x1f3c6c['registerBlockAttribute']('bookmarkId'),_0x1f3c6c['descriptionFactory']['registerDescriptionCallback'](_0x2c8ff6=>{if('insertion'!=_0x2c8ff6['type']&&'deletion'!=_0x2c8ff6['type']&&'attribute'!=_0x2c8ff6['type'])return;const _0x23de4a=_0x2c8ff6['getContainedElement']();if(null==_0x23de4a)return;if(!_0x23de4a['is']('element','bookmark'))return;const _0x3560f7=_0x23de4a['getAttribute']('bookmarkId');if('insertion'==_0x2c8ff6['type'])return{'type':'insertion','content':o(_0x2b0e67,'*Insert:*\x20%0','\x22'+_0x3560f7+'\x22\x20'+o(_0x2b0e67,'ELEMENT_BOOKMARK'))};if('deletion'==_0x2c8ff6['type'])return{'type':'deletion','content':o(_0x2b0e67,'*Remove:*\x20%0','\x22'+_0x3560f7+'\x22\x20'+o(_0x2b0e67,'ELEMENT_BOOKMARK'))};const {data:_0x23aa05}=_0x2c8ff6;if(!_0x23aa05||'bookmarkId'!=_0x23aa05['key'])return;return{'type':'format','content':o(_0x2b0e67,'*Set\x20bookmark:*\x20%0','\x22'+_0x23aa05['newValue']+'\x22')};}));}}class J extends _0x2c2070{['afterInit'](){const _0x3ecf83=this['editor'];_0x3ecf83['plugins']['has']('CaseChange')&&(_0x3ecf83['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseUpper'),_0x3ecf83['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseLower'),_0x3ecf83['plugins']['get']('TrackChangesEditing')['enableCommand']('changeCaseTitle'));}}class H extends _0x2c2070{['afterInit'](){const _0x444a64=this['editor'];_0x444a64['commands']['get']('ckbox')&&_0x444a64['plugins']['get']('TrackChangesEditing')['enableCommand']('ckbox');}}class q extends _0x2c2070{['afterInit'](){const _0x450b9f=this['editor'];if(!_0x450b9f['plugins']['has']('CodeBlock'))return;const _0xeeb3fa=_0x450b9f['plugins']['get']('TrackChangesEditing'),_0x4a377b=_0x450b9f['locale'],_0x501002=_0x450b9f['config']['get']('codeBlock')['languages'],_0x4146ff=_0x450b9f['commands']['get']('codeBlock');_0xeeb3fa['enableCommand']('indentCodeBlock'),_0xeeb3fa['enableCommand']('outdentCodeBlock'),_0xeeb3fa['enableCommand']('codeBlock',(_0x143892,_0x2963f7={})=>{const _0x22918e=_0x450b9f['model'],_0x3988d9=_0x450b9f['model']['document']['selection'],_0x5f4ea4=_0x2963f7&&void 0x0!==_0x2963f7['forceValue']?_0x2963f7['forceValue']:!_0x4146ff['value'];let _0x548ee6;_0x2963f7['language']||(_0x2963f7['language']=_0x501002[0x0]['language']),_0x548ee6=_0x5f4ea4?Array['from'](_0x3988d9['getSelectedBlocks']())['filter'](_0x26377a=>eo(_0x26377a)||function(_0x2c2755,_0x373490){if(_0x2c2755['is']('rootElement')||_0x373490['isLimit'](_0x2c2755))return!0x1;return _0x373490['checkChild'](_0x2c2755['parent'],'codeBlock');}(_0x26377a,_0x22918e['schema'])):Array['from'](_0x3988d9['getSelectedBlocks']())['filter'](_0xf61d4=>eo(_0xf61d4));const _0x1b2bee=to(_0x548ee6,_0x22918e);_0x22918e['change'](()=>{for(const _0x11bd64 of _0x1b2bee)_0xeeb3fa['markBlockFormat'](_0x11bd64,{'commandName':'codeBlock','commandParams':[{..._0x2963f7,'forceValue':_0x5f4ea4}],'formatGroupId':'blockName'});});}),(_0xeeb3fa['descriptionFactory']['registerElementLabel']('codeBlock',_0x4d3c03=>o(_0x4a377b,'ELEMENT_CODE_BLOCK',_0x4d3c03)),_0xeeb3fa['descriptionFactory']['registerDescriptionCallback'](_0x496cfc=>{if('formatBlock'!=_0x496cfc['type'])return;const _0x41992d=_0x4a377b['t'],{data:_0x1c4afd}=_0x496cfc;if(!_0x1c4afd||'codeBlock'!=_0x1c4afd['commandName'])return;const _0x2ba6ed=_0x1c4afd['commandParams'][0x0]['language'],_0xf62c82=_0x41992d(_0x501002['find'](_0x4b2b3b=>_0x4b2b3b['language']===_0x2ba6ed)['label'])['toLowerCase']();return _0x1c4afd['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x4a377b,'*Set\x20format:*\x20%0',o(_0x4a377b,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0xf62c82+')')}:{'type':'format','content':o(_0x4a377b,'*Remove\x20format:*\x20%0',o(_0x4a377b,'ELEMENT_CODE_BLOCK',0x1))};}));}}function eo(_0x3b0b78){return'codeBlock'==_0x3b0b78['name'];}class z extends _0x2c2070{['afterInit'](){const _0x435634=this['editor'];if(!_0x435634['plugins']['has']('CommentsEditing'))return;_0x435634['plugins']['get']('TrackChangesEditing')['enableCommand']('addCommentThread');}}function io(_0x1b753d,_0x4431ce,_0x1e0a7a){const _0xdb6c94=[];for(const _0x4de116 of _0x4431ce['getItems']())_0x4de116['hasAttribute'](_0x1b753d)&&_0xdb6c94['push'](_0x1e0a7a['createRangeOn'](_0x4de116));return _0xdb6c94;}function Ne(_0x11231d,_0x5c0766,{showActiveMarker:_0xa4ad2a=!0x0}={}){const _0x5c66cf=_0x11231d['plugins']['get']('TrackChangesEditing');return(_0xc2a2f5,_0x924a8a,_0x8cecee)=>{if(!_0x8cecee['consumable']['test'](_0x924a8a['markerRange'],_0xc2a2f5['name']))return;const _0x2000df=_0x924a8a['markerRange']['getWalker'](),_0x11712f=_0x924a8a['markerRange']['start'],_0x31d711=_0x11231d['model']['schema'];let _0x84a0ad=null,_0x54a26f=null,_0x41f327=!0x1,_0x18e95d=!0x1;for(const _0x50a4e6 of _0x2000df){const _0x5c358b=_0x50a4e6['item'];_0x41f327=_0x41f327||_0x31d711['isContent'](_0x5c358b);const _0x16d49a=_0x8cecee['mapper']['toViewElement'](_0x5c358b);if(_0x16d49a&&_0x16d49a['getCustomProperty']('addHighlight'))return;'elementEnd'==_0x50a4e6['type']&&(_0x31d711['isBlock'](_0x5c358b)&&!_0x31d711['isLimit'](_0x5c358b)&&(_0x5c358b['nextSibling']||_0x11712f['isAtEnd']?_0x84a0ad&&_0x84a0ad['parent']==_0x5c358b||(_0x84a0ad=_0x5c358b,_0x4b3659(_0x50a4e6['previousPosition']),_0x18e95d=!0x0):_0x54a26f=_0x54a26f||_0x50a4e6['previousPosition']));}function _0x4b3659(_0x19d502){const {authorId:_0x3117b7}=_0x5c66cf['_splitMarkerName'](_0x924a8a['markerName']),_0x76be38=_0x8cecee['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0x5c0766,'data-author-id':_0x3117b7}),_0x1eff35=_0x8cecee['mapper']['toViewPosition'](_0x19d502);_0xa4ad2a&&_0x5c66cf['activeMarkers']['includes'](_0x924a8a['markerName'])&&_0x8cecee['writer']['addClass']('ck-suggestion-marker--active',_0x76be38),_0x8cecee['writer']['insert'](_0x1eff35,_0x76be38),_0x8cecee['mapper']['bindElementToMarker'](_0x76be38,_0x924a8a['markerName']);}_0x41f327||_0x18e95d||!_0x54a26f||_0x4b3659(_0x54a26f);};}class K extends _0x2c2070{static get['requires'](){return[_0xed7520];}['init'](){const _0x1cbb48=this['editor'],_0xdbe6c0=_0x1cbb48['plugins']['get']('TrackChangesEditing');_0xdbe6c0['enableCommand']('delete');const _0xcc78a7=_0x1cbb48['commands']['get']('deleteForward');_0xdbe6c0['enableCommand']('deleteForward',(_0x3f09ed,_0x2315cf={})=>{const _0x2fa803=_0x1cbb48['model']['createSelection'](_0x1cbb48['model']['document']['selection']);_0x2fa803['isCollapsed']&&_0x1cbb48['model']['modifySelection'](_0x2fa803,{'direction':'forward','unit':_0x2315cf['unit']});const _0x328830=_0x2fa803['getFirstRange'](),_0x4cb2f3=_0x1b403d['fromRange'](_0x328830);let _0x142a74;_0x3f09ed(_0x2315cf),_0x142a74='$graveyard'==_0x4cb2f3['root']['rootName']?_0x1cbb48['model']['createRange'](_0x328830['start']):_0x1cbb48['model']['createRange'](_0x4cb2f3['start'],_0x4cb2f3['end']),_0x4cb2f3['detach'](),_0x1cbb48['model']['enqueueChange'](_0xcc78a7['buffer']['batch'],_0x19fccc=>{_0xcc78a7['buffer']['lock'](),_0x19fccc['setSelection'](_0x19fccc['createRange'](_0x142a74['end'])),_0xcc78a7['buffer']['unlock']();});}),_0x1cbb48['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',Ne(_0x1cbb48,'merge'),{'priority':'high'}),_0x1cbb48['data']['downcastDispatcher']['on']('addMarker:suggestion:deletion',(_0x50dd82,_0x32b21b,_0x553ea9)=>{_0x553ea9['options']['showSuggestionHighlights']&&Ne(_0x1cbb48,'merge',{'showActiveMarker':!0x1})['bind'](this)(_0x50dd82,_0x32b21b,_0x553ea9);},{'priority':'high'}),_0x1cbb48['editing']['downcastDispatcher']['on']('removeMarker:suggestion:deletion',(_0x4cae43,_0x59ebef,_0x19b320)=>{const _0xbe2ac0=_0x19b320['mapper']['markerNameToElements'](_0x59ebef['markerName']);if(_0xbe2ac0){for(const _0x4f8c22 of _0xbe2ac0)_0x4f8c22['is']('uiElement')&&(_0x19b320['mapper']['unbindElementFromMarkerName'](_0x4f8c22,_0x59ebef['markerName']),_0x19b320['writer']['remove'](_0x4f8c22));}},{'priority':'high'});}}class W extends _0x2c2070{['afterInit'](){const _0x277ebf=this['editor'];if(!_0x277ebf['plugins']['has']('ListEditing'))return;const _0x506212=_0x277ebf['locale'],_0x1a34e2=_0x277ebf['plugins']['get']('TrackChangesEditing'),_0x4af513=_0x277ebf['plugins']['has']('TodoListEditing'),_0x38e569=!!_0x277ebf['config']['get']('list.multiBlock');function _0x4b7ba0(_0xf28af9){return{'type':'format','content':''+o(_0x506212,'*Set\x20format:*\x20%0',_0xf28af9)};}function _0x1807b2(_0x3b8c51){return{'type':'format','content':''+o(_0x506212,'*Remove\x20format:*\x20%0',_0x3b8c51)};}_0x1a34e2['enableDefaultAttributesIntegration']('numberedList'),_0x1a34e2['enableDefaultAttributesIntegration']('bulletedList'),_0x1a34e2['enableDefaultAttributesIntegration']('customNumberedList'),_0x1a34e2['enableDefaultAttributesIntegration']('customBulletedList'),_0x1a34e2['enableDefaultAttributesIntegration']('indentList'),_0x1a34e2['enableDefaultAttributesIntegration']('outdentList'),_0x1a34e2['enableDefaultAttributesIntegration']('splitListItemAfter'),_0x1a34e2['enableDefaultAttributesIntegration']('splitListItemBefore'),_0x1a34e2['registerBlockAttribute']('listItemId'),_0x1a34e2['registerBlockAttribute']('listType'),_0x1a34e2['registerBlockAttribute']('listIndent'),_0x38e569&&(_0x1a34e2['enableDefaultAttributesIntegration']('mergeListItemBackward'),_0x1a34e2['enableDefaultAttributesIntegration']('mergeListItemForward')),_0x4af513&&(_0x1a34e2['enableDefaultAttributesIntegration']('todoList'),_0x1a34e2['enableDefaultAttributesIntegration']('checkTodoList'),_0x1a34e2['registerBlockAttribute']('todoListChecked'),_0x1a34e2['descriptionFactory']['registerDescriptionCallback'](_0x112fc3=>{const {data:_0x31e0b8}=_0x112fc3;if(_0x31e0b8&&'todoListChecked'==_0x31e0b8['key'])return{'type':'format','content':_0x31e0b8['newValue']?o(_0x506212,'*Check\x20item*'):o(_0x506212,'*Uncheck\x20item*')};}),this['editor']['model']['document']['registerPostFixer'](_0x3a0329=>{if(_0x3a0329['batch']['isUndo'])return!0x1;let _0x32fcce=!0x1;const _0xb0b1ae=_0x1a34e2['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4d1d9f=>'todoListChecked'===_0x1a34e2['_getAttributeKey'](_0x4d1d9f));for(const _0x1bb743 of _0xb0b1ae){'todo'!=_0x1bb743['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')&&(_0x1a34e2['_findSuggestions'](_0x1bb743['getFirstRange'](),'attribute')['find'](_0x12f793=>'listType'===_0x1a34e2['_getAttributeKey'](_0x12f793['suggestion']))||(_0x3a0329['removeMarker'](_0x1bb743['getFirstMarker']()),_0x32fcce=!0x0));}return _0x32fcce;})),_0x1a34e2['descriptionFactory']['registerAttributeLabel']('listIndent',o(_0x506212,'FORMAT_INDENT'));const _0x2e992b={'type':'format','content':''};_0x1a34e2['descriptionFactory']['registerDescriptionCallback'](_0x1d694e=>{const {data:_0x2b962d}=_0x1d694e;if(!_0x2b962d||'listType'!=_0x2b962d['key'])return;let _0x55f5d7=_0x1d694e['head'];for(;_0x55f5d7;){if(_0x55f5d7['data']&&(('listStyle'==_0x55f5d7['data']['key']||'listMarkerStyle'==_0x55f5d7['data']['key'])&&(_0x55f5d7['data']['newValue']&&'default'!=_0x55f5d7['data']['newValue']||'default'!=_0x55f5d7['data']['oldValue']&&!_0x2b962d['newValue'])||!_0x38e569&&_0x55f5d7['data']['key']==m))return _0x2e992b;_0x55f5d7=_0x55f5d7['next'];}if(null==_0x2b962d['newValue'])switch(_0x2b962d['oldValue']){case'bulleted':return _0x1807b2(o(_0x506212,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x1807b2(o(_0x506212,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x1807b2(o(_0x506212,'ELEMENT_TODO_LIST'));}switch(_0x2b962d['newValue']){case'bulleted':return _0x4b7ba0(o(_0x506212,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x4b7ba0(o(_0x506212,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x4b7ba0(o(_0x506212,'ELEMENT_TODO_LIST'));}}),_0x1a34e2['descriptionFactory']['registerDescriptionCallback'](_0x1421be=>{const {data:_0x1ca18d}=_0x1421be;if(_0x1ca18d&&'listIndent'==_0x1ca18d['key'])return null==_0x1ca18d['newValue']||null==_0x1ca18d['oldValue']&&0x0==_0x1ca18d['newValue']?_0x2e992b:void 0x0;}),_0x1a34e2['descriptionFactory']['registerDescriptionCallback'](_0x234827=>{if('attribute'!=_0x234827['type'])return;const {data:_0x59f980}=_0x234827;if(!_0x59f980||'listItemId'!=_0x59f980['key'])return;const _0x336d22=Te(_0x234827);return'newValue'==_0x336d22?{'type':'format','content':o(_0x506212,'*Merge:*\x20list\x20item')}:'oldValue'==_0x336d22?{'type':'format','content':o(_0x506212,'*Split:*\x20list\x20item')}:_0x2e992b;}),_0x277ebf['model']['document']['registerPostFixer'](_0x5c0c1e=>this['listItemIdFixer'](_0x5c0c1e)),_0x277ebf['model']['document']['registerPostFixer'](_0xc48f4c=>this['noTrackChangesFixer'](_0xc48f4c)),_0x277ebf['model']['document']['on']('change:data',(_0x597503,_0x54d36e)=>{if(_0x54d36e['isUndo']||!_0x54d36e['isLocal'])return!0x1;this['assureChains']();},{'priority':'high'}),this['_supportLegacySuggestions']();}['listItemIdFixer'](_0x24af1e){if(_0x24af1e['batch']['isUndo']||!_0x24af1e['batch']['isLocal'])return!0x1;let _0x3c2b24=!0x1;const _0x43528a=this['editor']['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x27eb92=>_0x27eb92['data']&&'listItemId'==_0x27eb92['data']['key'])['filter'](_0x5b0dea=>_0x5b0dea['data']['newValue']&&_0x5b0dea['data']['oldValue']);for(const _0x53d241 of _0x43528a)Te(_0x53d241)||(_0x24af1e['removeMarker'](_0x53d241['getFirstMarker']()),_0x3c2b24=!0x0);return _0x3c2b24;}['noTrackChangesFixer'](_0x266c37){if(_0x266c37['batch']['isUndo']||!_0x266c37['batch']['isLocal'])return!0x1;const _0x7407d9=this['editor']['plugins']['get']('TrackChangesEditing');if(_0x7407d9['trackChangesCommand']['value'])return!0x1;let _0x31cd2e=!0x1;const _0x31cf4c=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'],_0xa58a84=this['editor']['model']['document']['differ']['getChanges']()['filter'](_0x50249e=>'attribute'==_0x50249e['type'])['filter'](_0x4152ba=>_0x31cf4c['includes'](_0x4152ba['attributeKey']));if(0x0==_0xa58a84['length'])return _0x31cd2e;for(const _0x3c5bf6 of _0xa58a84){const _0x15e2d1=_0x7407d9['_findSuggestions'](_0x3c5bf6['range'],'attribute')['filter'](_0x1dbe27=>!_0x1dbe27['meta']['isNextTo'])['map'](_0x2403de=>_0x2403de['suggestion'])['filter'](_0x25c607=>{const _0x884519=_0x7407d9['_getAttributeKey'](_0x25c607);return _0x31cf4c['includes'](_0x884519);});if(_0x15e2d1['length']){for(const _0x1c8525 of _0x15e2d1)_0x266c37['removeMarker'](_0x1c8525['getFirstMarker']());_0x31cd2e=!0x0;}}return _0x31cd2e;}['assureChains'](){const _0x259676=this['editor']['plugins']['get']('TrackChangesEditing'),_0x645e01=['listType','listItemId','listIndent','listStyle','listStart','listReversed','todoListCheck','listMarker','listMarkerStyle'];let _0x3fdba6;const _0x5182a4=new Set(this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x55525f=>{if(_0x55525f['data']['oldRange']||!_0x55525f['data']['newRange'])return null;if(!_0x55525f['name']['startsWith']('suggestion:attribute:'))return null;const {id:_0x862506}=_0x259676['_splitMarkerName'](_0x55525f['name']);if(!_0x259676['hasSuggestion'](_0x862506))return null;const _0x3b6dcc=_0x259676['getSuggestion'](_0x862506);return _0x645e01['includes'](_0x3b6dcc['data']['key']);})['map'](_0x4d94d0=>{const {id:_0x515bff}=_0x259676['_splitMarkerName'](_0x4d94d0['name']),_0xda3f14=_0x259676['getSuggestion'](_0x515bff);return _0x3fdba6=_0xda3f14['attributes']['groupId'],_0xda3f14['getFirstRange']()['start']['nodeAfter'];}));if(0x0==_0x5182a4['size'])return;const _0x580083=_0x259676['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x3b8967=>'attribute'==_0x3b8967['type']&&_0x3b8967['data']&&_0x645e01['includes'](_0x3b8967['data']['key'])&&_0x3b8967['attributes']['groupId']!=_0x3fdba6)['map'](_0x3a1712=>({'listItem':_0x3a1712['getFirstRange']()['start']['nodeAfter'],'groupId':_0x3a1712['attributes']['groupId']})),_0x181302=new Set();for(const {groupId:_0x18da01,listItem:_0x298143}of _0x580083)_0x5182a4['has'](_0x298143)&&_0x181302['add'](_0x18da01);for(const _0xd1e26a of _0x259676['getSuggestions']())_0x181302['has'](_0xd1e26a['attributes']['groupId'])&&_0xd1e26a['setAttribute']('groupId',_0x3fdba6);}['_supportLegacySuggestions'](){const _0x3c78dc=this['editor'],_0x354ff4=_0x3c78dc['locale'],_0x45c21e=_0x3c78dc['plugins']['get']('TrackChangesEditing');this['_registerLegacyDescription'](),_0x45c21e['_suggestionFactory']['registerCustomCallback']('formatBlock','documentList','accept',function(_0x46dcdd,_0x1e50a4){const _0x475621=[];for(let _0x401206 of _0x46dcdd)_0x401206['start']['nodeAfter']===_0x401206['end']['parent']&&(_0x401206=_0x3c78dc['model']['createRange'](_0x3c78dc['model']['createPositionAt'](_0x401206['start']['nodeAfter'],0x0))),_0x475621['push'](_0x401206);_0x3c78dc['model']['change'](_0x9a7e22=>{const _0x181146=_0x3c78dc['model']['document']['selection'],_0x2a8456=Array['from'](_0x181146['getRanges']())['map'](_0xe4f945=>_0x1b403d['fromRange'](_0xe4f945));_0x9a7e22['setSelection'](_0x475621),_0x3c78dc['commands']['get'](_0x1e50a4['commandName'])['refresh'](),_0x1e50a4['commandParams']['push']({'forceDefaultExecution':!0x0}),_0x3c78dc['execute'](_0x1e50a4['commandName'],..._0x1e50a4['commandParams']),_0x9a7e22['setSelection'](_0x2a8456);for(const _0x56480a of _0x2a8456)_0x56480a['detach']();});}),_0x45c21e['descriptionFactory']['registerElementLabel'](function(_0x5cd9eb){const _0x1613ee=!_0x3c78dc['model']['schema']['isObject'](_0x5cd9eb),_0xb1ad59=_0x5cd9eb['previousSibling'],_0x2b81bd=_0x5cd9eb['nextSibling'],_0x46284d=_0x5cd9eb['getAttribute']('listItemId'),_0x37bbb4=!_0xb1ad59||_0xb1ad59['getAttribute']('listItemId')!==_0x46284d,_0x59cd75=!_0x2b81bd||_0x2b81bd['getAttribute']('listItemId')!==_0x46284d;return _0x1613ee&&Boolean(_0x46284d)&&_0x37bbb4&&_0x59cd75;},_0x93cfdb=>o(_0x354ff4,'ELEMENT_LIST_ITEM',_0x93cfdb));}['_registerLegacyDescription'](){const _0x558da1=this['editor'],_0x468ebd=_0x558da1['locale'];function _0x5dc16f(_0x317781){const _0x3aec4c=_0x558da1['commands']['get']('bulletedList')['value'],_0x30f3b6=_0x558da1['commands']['get']('numberedList')['value'];return'numberedList'===_0x317781?_0x3aec4c:_0x30f3b6;}_0x558da1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](function(_0x52d0a6){if('formatBlock'!=_0x52d0a6['type'])return;const {data:_0x4a36c2}=_0x52d0a6;if(!_0x4a36c2)return;let _0x57cdf3,_0x1674ad,_0x515729,_0x4dfa43;switch(_0x4a36c2['commandName']){case'bulletedList':_0x515729=_0x4a36c2['commandParams'][0x0]['forceValue'],_0x4dfa43=_0x5dc16f(_0x4a36c2['commandName']),_0x57cdf3=_0x515729?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x4dfa43&&_0x558da1['config']['get']('list.multiBlock')||(_0x57cdf3='*Change\x20to:*\x20%0'),_0x1674ad={'type':'format','content':o(_0x468ebd,_0x57cdf3,o(_0x468ebd,'ELEMENT_BULLETED_LIST'))};break;case'numberedList':_0x515729=_0x4a36c2['commandParams'][0x0]['forceValue'],_0x4dfa43=_0x5dc16f(_0x4a36c2['commandName']),_0x57cdf3=_0x515729?'*Format:*\x20insert\x20into\x20%0':'*Format:*\x20remove\x20from\x20%0',!_0x4dfa43&&_0x558da1['config']['get']('list.multiBlock')||(_0x57cdf3='*Change\x20to:*\x20%0'),_0x1674ad={'type':'format','content':o(_0x468ebd,_0x57cdf3,o(_0x468ebd,'ELEMENT_NUMBERED_LIST'))};break;case'indentList':_0x57cdf3='*Indent:*\x20%0',_0x1674ad={'type':'format','content':o(_0x468ebd,_0x57cdf3,o(_0x468ebd,'ELEMENT_LIST_ITEM'))};break;case'outdentList':_0x57cdf3=function(_0x514290){const _0x16bee5=_0x514290['getFirstRange']();let _0x4ad0ea=_0x16bee5['start']['nodeAfter'];for(;_0x4ad0ea&&_0x16bee5['containsItem'](_0x4ad0ea);){if(_0x4ad0ea['getAttribute']('listIndent')>0x0)return!0x1;_0x4ad0ea=_0x4ad0ea['nextSibling'];}return!0x0;}(_0x52d0a6)?o(_0x468ebd,'*Format:*\x20remove\x20from\x20%0',o(_0x468ebd,function(_0x3f7234){return'ELEMENT_'+_0x3f7234['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST';}(_0x52d0a6))):o(_0x468ebd,'*Outdent:*\x20%0',o(_0x468ebd,'ELEMENT_LIST_ITEM')),_0x1674ad={'type':'format','content':_0x57cdf3};break;case'mergeListItemBackward':case'mergeListItemForward':!0x1===_0x4a36c2['multipleBlocks']&&(_0x57cdf3='*Merge:*\x20%0',_0x1674ad={'type':'deletion','content':o(_0x468ebd,_0x57cdf3,o(_0x468ebd,'ELEMENT_LIST_ITEM'))});}return _0x1674ad;});}}function Te(_0xd85872){let _0x4fb1ec=_0xd85872['getFirstRange']()['start']['nodeAfter']['previousSibling'];for(;_0x4fb1ec;){const _0x4cda95=_0x4fb1ec['getAttribute']('listItemId');if(!_0x4cda95)return!0x1;if(_0x4cda95==_0xd85872['data']['newValue'])return'newValue';if(_0x4cda95==_0xd85872['data']['oldValue'])return'oldValue';_0x4fb1ec=_0x4fb1ec['previousSibling'];}return!0x1;}class ye extends _0x2c2070{['afterInit'](){if(!this['editor']['plugins']['has']('ListPropertiesEditing'))return;const _0x124b8c=this['editor']['config']['get']('list.properties'),_0x5d7941=this['editor']['plugins']['get']('TrackChangesEditing');_0x124b8c['styles']&&(_0x5d7941['enableDefaultAttributesIntegration']('listStyle'),_0x5d7941['registerBlockAttribute']('listStyle')),_0x124b8c['reversed']&&(_0x5d7941['enableDefaultAttributesIntegration']('listReversed'),_0x5d7941['registerBlockAttribute']('listReversed')),_0x124b8c['startIndex']&&(_0x5d7941['enableDefaultAttributesIntegration']('listStart'),_0x5d7941['registerBlockAttribute']('listStart'));const _0x288f43={'type':'format','content':''};_0x5d7941['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));const _0x2197a6=this['editor']['locale'];_0x5d7941['descriptionFactory']['registerAttributeLabel']('listReversed',o(_0x2197a6,'FORMAT_LIST_REVERSED')),_0x5d7941['descriptionFactory']['registerDescriptionCallback'](_0x326047=>{const {data:_0xe3559b}=_0x326047;if(_0xe3559b&&'listReversed'==_0xe3559b['key'])return null==_0xe3559b['newValue']||0x0==_0xe3559b['newValue']&&null==_0xe3559b['oldValue']?_0x288f43:void 0x0;}),_0x5d7941['descriptionFactory']['registerAttributeLabel']('listStart',o(_0x2197a6,'FORMAT_LIST_START')),_0x5d7941['descriptionFactory']['registerDescriptionCallback'](_0x2a9161=>{const {data:_0x3d67b6}=_0x2a9161;if(_0x3d67b6&&'listStart'==_0x3d67b6['key'])return null==_0x3d67b6['newValue']||0x1==_0x3d67b6['newValue']&&null==_0x3d67b6['oldValue']?_0x288f43:void 0x0;}),this['editor']['model']['document']['registerPostFixer'](_0x519291=>{if(_0x519291['batch']['isUndo'])return!0x1;let _0x2321a6=!0x1;const _0x2e8e47=_0x5d7941['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x55f9af=>{const _0x388096=_0x5d7941['_getAttributeKey'](_0x55f9af);return'listStart'==_0x388096||'listReversed'==_0x388096;});for(const _0x3e88bb of _0x2e8e47){const _0x3ba6c7=_0x3e88bb['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType');if('numbered'==_0x3ba6c7||'customNumbered'==_0x3ba6c7)continue;_0x5d7941['_findSuggestions'](_0x3e88bb['getFirstRange'](),'attribute')['find'](_0x44fa23=>'listType'==_0x5d7941['_getAttributeKey'](_0x44fa23['suggestion']))||(_0x519291['removeMarker'](_0x3e88bb['getFirstMarker']()),_0x2321a6=!0x0);}return _0x2321a6;}),this['_registerLegacyDescription']();}['handleDescriptions'](_0x3ea481){const _0x5276f9=this['editor']['locale'],{data:_0x1e9cc9}=_0x3ea481,_0x2031d0={'type':'format','content':''};if(!_0x1e9cc9||'listStyle'!=_0x1e9cc9['key'])return;if(!_0x1e9cc9['oldValue'])return'default'==_0x1e9cc9['newValue']?_0x2031d0:{'type':'format','content':''+o(_0x5276f9,'*Set\x20format:*\x20%0',o(_0x5276f9,this['_getTranslationKeyForListStyle'](_0x1e9cc9['newValue'])))};if(!_0x1e9cc9['newValue']){if('default'==_0x1e9cc9['oldValue'])return _0x2031d0;let _0x1b74fb=_0x3ea481['head'];for(;_0x1b74fb;){if(_0x1b74fb['data']&&'listType'==_0x1b74fb['data']['key']&&_0x1b74fb['data']['newValue'])return _0x2031d0;_0x1b74fb=_0x1b74fb['next'];}return{'type':'format','content':''+o(_0x5276f9,'*Remove\x20format:*\x20%0',o(_0x5276f9,this['_getTranslationKeyForListStyle'](_0x1e9cc9['oldValue'])))};}if('default'!=_0x1e9cc9['newValue'])return{'type':'format','content':''+o(_0x5276f9,'*Set\x20format:*\x20%0',o(_0x5276f9,this['_getTranslationKeyForListStyle'](_0x1e9cc9['newValue'])))};let _0x1178c1=_0x3ea481['head'];for(;_0x1178c1;){if(_0x1178c1['data']&&'listType'==_0x1178c1['data']['key']&&_0x1178c1['data']['newValue']&&_0x1178c1['data']['oldValue'])return _0x2031d0;_0x1178c1=_0x1178c1['next'];}return{'type':'format','content':o(_0x5276f9,'*Set\x20format:*\x20%0',o(_0x5276f9,'ELEMENT_'+_0x3ea481['getFirstRange']()['start']['nodeAfter']['getAttribute']('listType')['toUpperCase']()+'_LIST_DEFAULT'))};}['_registerLegacyDescription'](){const _0x3b3a63=this['editor'],_0x5d4f1d=_0x3b3a63['locale'];_0x3b3a63['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x339ad1=>{if('formatBlock'!=_0x339ad1['type'])return;const {data:_0x101877}=_0x339ad1;if(!_0x101877)return;let _0x8b21f6,_0x14305;switch(_0x101877['commandName']){case'listStyle':_0x8b21f6='*Change\x20to:*\x20%0',_0x14305={'type':'format','content':o(_0x5d4f1d,_0x8b21f6,o(_0x5d4f1d,this['_getTranslationKeyForListStyle'](_0x101877['commandParams'][0x0]['type'])))};break;case'listReversed':_0x8b21f6=_0x101877['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x14305={'type':'format','content':o(_0x5d4f1d,_0x8b21f6)};break;case'listStart':_0x8b21f6='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x14305={'type':'format','content':o(_0x5d4f1d,_0x8b21f6,_0x101877['commandParams'][0x0]['startIndex'])};}return _0x14305;});}['_getTranslationKeyForListStyle'](_0x50afbb){return'ELEMENT_'+function(_0x2fc303){if(Se['includes'](_0x2fc303))return'bulleted';if(_e['includes'](_0x2fc303))return'numbered';return null;}(_0x50afbb)['toUpperCase']()+'_LIST_'+_0x50afbb['toUpperCase']()['replace'](/-/g,'_');}}const Se=['disc','circle','square'],_e=['decimal','decimal-leading-zero','lower-roman','upper-roman','lower-latin','upper-latin'];class X extends _0x2c2070{static get['requires'](){return[_0x1d9f76];}['init'](){const _0x29bc2b=this['editor'],_0x30fa08=_0x29bc2b['plugins']['get']('TrackChangesEditing'),_0x962df=_0x29bc2b['commands']['get']('enter');_0x30fa08['enableCommand']('enter',()=>{_0x29bc2b['model']['change'](_0x50693d=>{const _0x4fe1a2=_0x29bc2b['model']['document']['selection'],_0xe752a=_0x4fe1a2['getFirstPosition'](),_0x5de3ee=_0x1b403d['fromRange'](_0x4fe1a2['getFirstRange']());if(_0x962df['enterBlock'](_0x50693d)){const _0x3d336b=_0x29bc2b['model']['createPositionAt'](_0xe752a['parent']['nextSibling'],0x0),_0x467686=_0x50693d['createRange'](_0xe752a,_0x3d336b);_0x30fa08['markInsertion'](_0x467686);}else _0x50693d['setSelection'](_0x50693d['createRange'](_0x5de3ee['end']));_0x5de3ee['detach'](),_0x962df['fire']('afterExecute',{'writer':_0x50693d});});}),_0x29bc2b['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',Ne(_0x29bc2b,'split'),{'priority':'high'}),_0x29bc2b['editing']['downcastDispatcher']['on']('removeMarker:suggestion:insertion',(_0x5960b1,_0x11d026,_0x5a659c)=>{const _0x302f2b=_0x5a659c['mapper']['markerNameToElements'](_0x11d026['markerName']);if(_0x302f2b){for(const _0x5e22fa of _0x302f2b)_0x5e22fa['hasClass']('ck-suggestion-marker-split')&&(_0x5a659c['mapper']['unbindElementFromMarkerName'](_0x5e22fa,_0x11d026['markerName']),_0x5a659c['writer']['remove'](_0x5e22fa));}},{'priority':'high'}),_0x29bc2b['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x42fcda,_0x5e18af,_0x4b3598)=>{_0x4b3598['options']['showSuggestionHighlights']&&Ne(_0x29bc2b,'split',{'showActiveMarker':!0x1})['bind'](this)(_0x42fcda,_0x5e18af,_0x4b3598);},{'priority':'high'});}}class Y extends _0x2c2070{['afterInit'](){if(!this['editor']['plugins']['has']('FindAndReplaceEditing'))return;const _0x562548=this['editor']['plugins']['get']('TrackChangesEditing');_0x562548['enableCommand']('find',this['handleFindCommand']['bind'](this)),_0x562548['enableCommand']('findNext'),_0x562548['enableCommand']('findPrevious'),_0x562548['enableCommand']('replace'),_0x562548['enableCommand']('replaceAll');}['handleFindCommand'](_0x598c2a,_0x6df53,_0x3e46f8={}){const _0x137ef7=this['editor']['plugins']['get']('FindAndReplaceUtils');return _0x598c2a(_0xb5c5da=>{let _0x4c7e5d=('string'==typeof _0x6df53?_0x137ef7['findByTextCallback'](_0x6df53,_0x3e46f8):_0x6df53)(_0xb5c5da);Array['isArray'](_0x4c7e5d)&&(_0x4c7e5d={'results':_0x4c7e5d,'searchText':'string'==typeof _0x6df53?_0x6df53:''});const _0x31e4b1=_0x4c7e5d['results']['filter'](_0x415d8f=>!0x1===this['_isInDeletionRange'](_0x415d8f,_0xb5c5da['item']));return{..._0x4c7e5d,'results':_0x31e4b1};},_0x3e46f8);}['_isInDeletionRange'](_0x2326bc,_0x5f0447){const _0x2a990d=this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x5f0447,_0x2326bc['start']),this['editor']['model']['createPositionAt'](_0x5f0447,_0x2326bc['end']));for(const _0x273147 of this['editor']['model']['markers']['getMarkersGroup']('suggestion:deletion'))if(null!==_0x2a990d['getIntersection'](_0x273147['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 _0x2c2070{['afterInit'](){const _0x353da9=this['editor']['locale'],_0x1d06d2=this['editor']['plugins']['get']('TrackChangesEditing');for(const {pluginName:_0x137b67,commandName:_0x5e1488}of ro)this['editor']['plugins']['has'](_0x137b67)&&(_0x1d06d2['enableDefaultAttributesIntegration'](_0x5e1488),_0x1d06d2['registerInlineAttribute'](_0x5e1488));_0x1d06d2['descriptionFactory']['registerAttributeLabel']('fontSize',o(_0x353da9,'FORMAT_FONT_SIZE')),_0x1d06d2['descriptionFactory']['registerAttributeLabel']('fontFamily',o(_0x353da9,'FORMAT_FONT_FAMILY')),_0x1d06d2['descriptionFactory']['registerAttributeLabel']('fontColor',o(_0x353da9,'FORMAT_FONT_COLOR')),_0x1d06d2['descriptionFactory']['registerAttributeLabel']('fontBackgroundColor',o(_0x353da9,'FORMAT_FONT_BACKGROUND')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0xc7ca13=this['editor'],_0x3d20cf=_0xc7ca13['locale'];_0xc7ca13['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x2ab51d=>{const _0x42bd06=_0x3d20cf['t'];if('formatInline'!=_0x2ab51d['type'])return;const {data:_0x647f2e}=_0x2ab51d;if(null!=_0x647f2e){if('fontSize'==_0x647f2e['commandName']){const _0x447348=_0x647f2e['commandParams'][0x0]['value'];if(_0x447348){const _0x138547=_0x42bd06(this['editor']['plugins']['get']('FontSize')['normalizeSizeOptions'](this['editor']['config']['get']('fontSize.options'))['find'](_0x5dd628=>_0x5dd628['model']==_0x447348)['title'])['toLowerCase']();return{'type':'format','content':o(_0x3d20cf,'*Set\x20font\x20size:*\x20%0',_0x138547)};}return{'type':'format','content':o(_0x3d20cf,'*Reset\x20font\x20size*')};}if('fontFamily'==_0x647f2e['commandName']){const _0x5383c4=_0x647f2e['commandParams'][0x0]['value'];return _0x5383c4?{'type':'format','content':o(_0x3d20cf,'*Set\x20font\x20family:*\x20%0',_0x5383c4)}:{'type':'format','content':o(_0x3d20cf,'*Reset\x20font\x20family*')};}if('fontColor'==_0x647f2e['commandName']){const _0x116e85=_0x647f2e['commandParams'][0x0]['value'];if(_0x116e85){const _0x2ccf36=_0x441440(this['editor']['config']['get']('fontColor.colors'))['find'](_0x4cef83=>_0x4cef83['model']==_0x116e85);let _0x25b238=_0x116e85,_0x4d3db6='';return _0x2ccf36&&(_0x25b238=_0x2ccf36['label'],_0x4d3db6=_0x42bd06(_0x25b238)['toLowerCase']()),{'type':'format','content':o(_0x3d20cf,'*Set\x20font\x20color:*\x20%0',_0x4d3db6)['trim'](),'color':{'value':_0x116e85,'title':_0x4d3db6||_0x25b238}};}return{'type':'format','content':o(_0x3d20cf,'*Reset\x20font\x20color*')};}if('fontBackgroundColor'==_0x647f2e['commandName']){const _0x5a8a97=_0x647f2e['commandParams'][0x0]['value'];if(_0x5a8a97){const _0x43bbd7=_0x441440(this['editor']['config']['get']('fontBackgroundColor.colors'))['find'](_0x166951=>_0x166951['model']==_0x5a8a97);let _0x9b3300=_0x5a8a97,_0x46608d='';return _0x43bbd7&&(_0x9b3300=_0x43bbd7['label'],_0x46608d=_0x42bd06(_0x9b3300)['toLowerCase']()),{'type':'format','content':o(_0x3d20cf,'*Set\x20font\x20background\x20color:*\x20%0',_0x46608d)['trim'](),'color':{'value':_0x5a8a97,'title':_0x46608d||_0x9b3300}};}return{'type':'format','content':o(_0x3d20cf,'*Reset\x20font\x20background\x20color*')};}}});}}class tt extends _0x2c2070{['afterInit'](){const _0x37317e=this['editor'],_0x3afb34=_0x37317e['plugins']['get']('TrackChangesEditing'),_0x25b2e6=_0x37317e['commands']['get']('copyFormat'),_0x152e6b=_0x37317e['commands']['get']('pasteFormat');_0x25b2e6&&_0x152e6b&&(_0x3afb34['enableDefaultAttributesIntegration']('pasteFormat'),_0x3afb34['enableCommand']('copyFormat'),this['_registerLegacyDescription']());}['_registerLegacyDescription'](){const _0x44fca4=this['editor'],_0x37bac2=_0x44fca4['locale'];_0x44fca4['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x545c0c=>{if('formatBlock'!=_0x545c0c['type']&&'formatInline'!=_0x545c0c['type'])return;const {data:_0x42991d}=_0x545c0c;if(_0x42991d&&'pasteFormat'===_0x42991d['commandName']){const _0x2beab7=[],_0x4029d7=_0x42991d['commandParams'][0x0];for(const [_0x5d092d,_0x199232]of Object['entries'](_0x4029d7))_0x2beab7['push'](so(_0x44fca4,_0x5d092d,_0x199232));return _0x2beab7['length']?{'type':'format','content':o(_0x37bac2,'*Set\x20format\x20to:*\x20%0',_0x2beab7['join'](',\x20'))}:{'type':'format','content':o(_0x37bac2,'*Remove\x20all\x20formatting*')};}});}}function so(_0x184230,_0x5a0161,_0x2cceea){const _0x115e98=_0x184230['locale']['t'],_0xe14076=_0x5a0161['split'](/(?=[A-Z])/)['join']('\x20'),_0x2ba7c4=_0x115e98(_0xe14076['charAt'](0x0)['toUpperCase']()+_0xe14076['slice'](0x1))['toLowerCase']();if('boolean'==typeof _0x2cceea)return _0x2ba7c4;if('fontColor'===_0x5a0161||'fontBackgroundColor'===_0x5a0161){const _0x212a3e=_0x441440(_0x184230['config']['get']('fontColor.colors'))['find'](_0x57d92e=>_0x57d92e['model']==_0x2cceea);return _0x2ba7c4+'\x20('+(_0x212a3e?_0x115e98(_0x212a3e['label'])['toLowerCase']():_0x2cceea)+')';}if('fontSize'===_0x5a0161&&isNaN(parseFloat(_0x2cceea))){const _0x403c81=_0x184230['plugins']['get']('FontSize')['normalizeSizeOptions'](_0x184230['config']['get']('fontSize.options'))['find'](_0x394be6=>_0x394be6['model']==_0x2cceea);return _0x2ba7c4+'\x20('+(_0x403c81?_0x115e98(_0x403c81['title'])['toLowerCase']():_0x2cceea)+')';}return _0x2ba7c4+'\x20('+_0x2cceea+')';}class nt extends _0x2c2070{['_headingOptions'];['afterInit'](){const _0x257665=this['editor'];if(!_0x257665['plugins']['has']('HeadingEditing'))return;this['_headingOptions']=_0x257665['config']['get']('heading.options');const _0x5efe9c=_0x257665['locale'],_0x33ad6c=_0x257665['plugins']['get']('TrackChangesEditing');_0x33ad6c['enableDefaultAttributesIntegration']('heading');for(const _0x4529ac of this['_headingOptions'])'paragraph'!=_0x4529ac['model']&&_0x33ad6c['descriptionFactory']['registerElementLabel'](_0x4529ac['model'],_0x4231ce=>{const _0x565d5c=this['_getHeadingLevel'](_0x4529ac['model']);return null!==_0x565d5c?_0x1c0e6e(_0x4231ce,_0x565d5c):_0x221d31(_0x4231ce,_0x4529ac['title']);});function _0x1c0e6e(_0x1c47b4,_0x518235){return o(_0x5efe9c,'ELEMENT_HEADING',[_0x1c47b4,_0x518235]);}function _0x221d31(_0x41aa18,_0x3ddf64){return o(_0x5efe9c,'ELEMENT_HEADING_CUSTOM',[_0x41aa18,_0x3ddf64]);}this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x33e487=this['editor'],_0x203653=_0x33e487['locale'];function _0x225f62(_0x3c2ef0,_0x1daa7d){return o(_0x203653,'ELEMENT_HEADING_CUSTOM',[_0x3c2ef0,_0x1daa7d]);}_0x33e487['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x5c2895=>{if('formatBlock'!=_0x5c2895['type'])return;const {data:_0x473bf6}=_0x5c2895;if(_0x473bf6&&'heading'==_0x473bf6['commandName']){const _0x28bc6e=_0x473bf6['commandParams'][0x0]['value'],_0x4ee750=this['_getHeadingLevel'](_0x28bc6e);if(null!==_0x4ee750)return{'type':'format','content':o(_0x203653,'*Change\x20to:*\x20%0',(_0xd812db=0x1,_0x1a8575=_0x4ee750,o(_0x203653,'ELEMENT_HEADING',[_0xd812db,_0x1a8575])))};const _0x31f975=this['_headingOptions']['find'](_0x279e6d=>_0x279e6d['model']===_0x28bc6e)['title'];return{'type':'format','content':o(_0x203653,'*Change\x20to:*\x20%0',_0x225f62(0x1,_0x31f975))};}var _0xd812db,_0x1a8575;});}['_getHeadingLevel'](_0x11bd1a){const _0x27462d=_0x11bd1a['match'](/^heading(\d+)/);if(_0x27462d)return _0x27462d[0x1];const _0x52707d=this['_headingOptions']?.['find'](_0x281cce=>_0x281cce['model']==_0x11bd1a);if(_0x52707d&&_0x52707d['view']){const _0x4f0a60=_0x52707d['view'],_0x2a1732=(_0x4f0a60['name']??_0x4f0a60)['match'](/^h(\d+)/);if(_0x2a1732)return _0x2a1732[0x1];}return null;}}class it extends _0x2c2070{['afterInit'](){const _0x1c7e1f=this['editor'];if(!_0x1c7e1f['plugins']['has']('HighlightEditing'))return;const _0x1545f6=_0x1c7e1f['plugins']['get']('TrackChangesEditing'),_0x455c6a=_0x1c7e1f['locale'];_0x1545f6['enableDefaultAttributesIntegration']('highlight'),_0x1545f6['registerInlineAttribute']('highlight'),_0x1545f6['descriptionFactory']['registerAttributeLabel']('highlight',o(_0x455c6a,'FORMAT_HIGHLIGHT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4e506e=this['editor'],_0x67dffd=_0x4e506e['locale'];_0x4e506e['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x55951d=>{if('formatInline'!=_0x55951d['type'])return;const {data:_0x27b7a4}=_0x55951d;if(_0x27b7a4&&'highlight'==_0x27b7a4['commandName']){const _0x1f5248=_0x67dffd['t'],_0x278b8e=_0x27b7a4['commandParams'][0x0]['value'];if(_0x278b8e){const _0x278397=_0x4e506e['config']['get']('highlight.options')['find'](_0x21f7ff=>_0x21f7ff['model']==_0x278b8e),_0x1d470f=_0x1f5248(_0x278397['title'])['toLowerCase']();return{'type':'format','content':o(_0x67dffd,'*Set\x20highlight:*\x20%0',_0x1d470f),'color':{'value':_0x278397['color'],'title':_0x278397['title']}};}return{'type':'format','content':o(_0x67dffd,'*Remove\x20highlight*',o(_0x67dffd,'FORMAT_HIGHLIGHT'))};}});}}class et extends _0x2c2070{['afterInit'](){const _0x800eb7=this['editor'];if(!_0x800eb7['plugins']['has']('HorizontalLineEditing'))return;_0x800eb7['plugins']['get']('TrackChangesEditing')['enableCommand']('horizontalLine');const _0x32f700=_0x800eb7['plugins']['get']('TrackChangesEditing'),_0x17a7e3=_0x800eb7['locale'];_0x32f700['descriptionFactory']['registerElementLabel']('horizontalLine',_0x370824=>o(_0x17a7e3,'ELEMENT_HORIZONTAL_LINE',_0x370824)),_0x800eb7['conversion']['for']('dataDowncast')['elementToStructure']({'model':'horizontalLine','view':(_0x2b5c58,{writer:_0x85ac23,options:_0x592c18})=>{if(!_0x592c18['showSuggestionHighlights'])return null;const _0x83b2f2=_0x85ac23['createContainerElement']('div'),_0x4fadbf=_0x85ac23['createEmptyElement']('hr');return _0x85ac23['addClass']('ck-horizontal-line',_0x83b2f2),_0x85ac23['insert'](_0x85ac23['createPositionAt'](_0x83b2f2,0x0),_0x4fadbf),_0x83b2f2;},'converterPriority':'high'});}}class st extends _0x2c2070{['afterInit'](){const _0x390608=this['editor'];if(!_0x390608['plugins']['has']('HtmlEmbed'))return;const _0x286c15=_0x390608['plugins']['get']('TrackChangesEditing'),_0x595464=_0x390608['locale'];_0x286c15['descriptionFactory']['registerElementLabel']('rawHtml',_0xe72bbd=>o(_0x595464,'ELEMENT_HTML_EMBED',_0xe72bbd)),_0x286c15['enableDefaultAttributesIntegration']('htmlEmbed'),_0x286c15['registerBlockAttribute']('value'),_0x286c15['descriptionFactory']['registerDescriptionCallback'](_0x31d6c9=>{if('attribute'!=_0x31d6c9['type'])return;const {data:_0x14bebe}=_0x31d6c9;if(_0x14bebe&&'value'==_0x14bebe['key']&&_0x31d6c9['getFirstRange']()['start']['nodeAfter']['is']('element','rawHtml')){const _0x5ca05a=o(_0x595464,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x595464,'*Change\x20%0\x20content*',_0x5ca05a)};}}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4ea22c=this['editor'],_0x7cecbf=_0x4ea22c['locale'];_0x4ea22c['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x20ddf9=>{if('formatBlock'!=_0x20ddf9['type'])return;const {data:_0x58f4d2}=_0x20ddf9;if(_0x58f4d2&&'htmlEmbed'==_0x58f4d2['commandName']){const _0xacfd93=o(_0x7cecbf,'ELEMENT_HTML_EMBED');return{'type':'format','content':o(_0x7cecbf,'*Change\x20%0\x20content*',_0xacfd93)};}});}}class ot extends _0x2c2070{['afterInit'](){const _0x4e4990=this['editor'];if(!_0x4e4990['plugins']['has']('ImageEditing'))return;const _0x5e76e0=_0x4e4990['plugins']['get']('TrackChangesEditing'),_0x4966e6=_0x4e4990['plugins']['get']('ImageUtils'),_0x54418e=_0x4e4990['locale'];_0x5e76e0['enableCommand']('insertImage'),_0x5e76e0['descriptionFactory']['registerElementLabel']('imageBlock',_0xcf52d6=>o(_0x54418e,'ELEMENT_IMAGE',_0xcf52d6)),_0x5e76e0['descriptionFactory']['registerElementLabel']('imageInline',_0xcbff57=>o(_0x54418e,'ELEMENT_INLINE_IMAGE',_0xcbff57)),_0x5e76e0['descriptionFactory']['registerElementLabel']('caption',()=>o(_0x54418e,'ELEMENT_CAPTION')),_0x4e4990['plugins']['has']('ImageUploadEditing')&&_0x5e76e0['enableCommand']('uploadImage'),_0x4e4990['plugins']['has']('ImageBlockEditing')&&_0x4e4990['plugins']['has']('ImageInlineEditing')&&(_0x5e76e0['enableCommand']('imageTypeInline',(_0x58e4db,_0x5764b0)=>{const _0x1f908d=_0x4966e6['getClosestSelectedImageElement'](_0x4e4990['model']['document']['selection']);_0x4e4990['model']['change'](()=>{_0x5e76e0['markBlockFormat'](_0x1f908d,{'commandName':'imageTypeInline','commandParams':[_0x5764b0]},[],'convertBlockImageToInline');});}),_0x5e76e0['enableCommand']('imageTypeBlock',(_0x230234,_0x17cbdb)=>{_0x4e4990['model']['change'](_0x173faf=>{let _0x2a1c04=_0x4966e6['getClosestSelectedImageElement'](_0x4e4990['model']['document']['selection']),_0x153ff8=_0x173faf['createRangeOn'](_0x2a1c04);const _0x10bd80=_0x22e5cf['fromPosition'](_0x153ff8['start'],'toPrevious'),_0x5880b0=_0x22e5cf['fromPosition'](_0x153ff8['end'],'toNext');_0x5e76e0['forceDefaultExecution'](()=>_0x230234(_0x17cbdb)),_0x2a1c04=_0x4966e6['getClosestSelectedImageElement'](_0x4e4990['model']['document']['selection']),_0x153ff8=_0x173faf['createRangeOn'](_0x2a1c04);const _0x516ce4=_0x173faf['createRange'](_0x10bd80,_0x5880b0);_0x10bd80['detach'](),_0x5880b0['detach'](),_0x5e76e0['markBlockFormat'](_0x2a1c04,{'commandName':'imageTypeInline','commandParams':[_0x17cbdb]},[],'convertInlineImageToBlock'),_0x516ce4['start']['isBefore'](_0x153ff8['start'])&&_0x5e76e0['markInsertion'](_0x173faf['createRange'](_0x516ce4['start'],_0x153ff8['start']),'convertInlineImageToBlock'),_0x153ff8['end']['isBefore'](_0x516ce4['end'])&&_0x5e76e0['markInsertion'](_0x173faf['createRange'](_0x153ff8['end'],_0x516ce4['end']),'convertInlineImageToBlock');});}),_0x5e76e0['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','join',()=>!0x1),_0x5e76e0['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','accept',()=>!0x1),_0x5e76e0['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','discard',_0x5e76e0['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')),_0x5e76e0['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','join',()=>!0x1),_0x5e76e0['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','discard',([_0x3da1dc])=>{const _0x584c2c=_0x5e76e0['_suggestionFactory']['getSuggestionCallback']('insertion','','discard');let _0xfbf602=_0x3da1dc['start'],_0x57d3b2=_0x3da1dc['end'];const _0x3f3bf9=_0x4e4990['model']['schema']['getNearestSelectionRange'](_0xfbf602,'backward'),_0x965acb=_0x4e4990['model']['schema']['getNearestSelectionRange'](_0x57d3b2,'forward');_0x3f3bf9['isCollapsed']&&(_0xfbf602=_0x3f3bf9['start']),_0x965acb['isCollapsed']&&(_0x57d3b2=_0x965acb['end']),_0x584c2c([_0x4e4990['model']['createRange'](_0xfbf602,_0x57d3b2)]);}),_0x5e76e0['_suggestionFactory']['registerCustomCallback']('formatBlock','convertInlineImageToBlock','chain',_0x510f2a),_0x5e76e0['_suggestionFactory']['registerCustomCallback']('insertion','convertInlineImageToBlock','chain',_0x510f2a)),_0x4e4990['plugins']['has']('ImageCaptionEditing')&&(_0x5e76e0['enableCommand']('toggleImageCaption',(_0x53c04e,_0x5d0fa0)=>{const _0x185d48=_0x4e4990['plugins']['get']('ImageCaptionUtils');let _0x3f042d=_0x4966e6['getClosestSelectedImageElement'](_0x4e4990['model']['document']['selection']),_0x5c5140=_0x185d48['getCaptionFromImageModelElement'](_0x3f042d);_0x4e4990['model']['change'](()=>{if(_0x5c5140)return void _0x5e76e0['markDeletion'](_0x4e4990['model']['createRangeOn'](_0x5c5140));const _0x2872fa=_0x4966e6['isBlockImage'](_0x3f042d);_0x53c04e(_0x5d0fa0),_0x3f042d=_0x4966e6['getClosestSelectedImageElement'](_0x4e4990['model']['document']['selection']),_0x5c5140=_0x185d48['getCaptionFromImageModelElement'](_0x3f042d),_0x5e76e0['markInsertion'](_0x4e4990['model']['createRangeOn'](_0x5c5140),_0x2872fa?null:'imageCaption');});}),_0x5e76e0['_suggestionFactory']['registerCustomCallback']('insertion','imageCaption','chain',_0x510f2a));const _0x54e0b1=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x3ee93a(_0x120c68,_0x1d2b03){const _0x3a11fa=_0x54e0b1['findIndex'](({type:_0x276f17,subType:_0x16654b})=>_0x120c68['type']==_0x276f17&&_0x120c68['subType']==_0x16654b),_0x132918=_0x54e0b1['findIndex'](({type:_0x556aa9,subType:_0xea9300})=>_0x1d2b03['type']==_0x556aa9&&_0x1d2b03['subType']==_0xea9300);if(_0x3a11fa<0x0||_0x132918<0x0)return!0x1;const _0x4bab61=_0x120c68['getFirstRange'](),_0x1a15a6=_0x1d2b03['getFirstRange']();if((0x0==_0x3a11fa||0x1==_0x3a11fa)&&0x2==_0x132918&&_0x4bab61['isIntersecting'](_0x1a15a6))return!0x0;if(0x2==_0x3a11fa&&0x3==_0x132918){const _0x275be2=_0x5e76e0['_findSuggestions'](_0x4bab61,'insertion')['filter'](({suggestion:_0x422141,meta:_0x528a5a})=>_0x528a5a['isOwn']&&'convertInlineImageToBlock'==_0x422141['subType']);if(_0x275be2['length']>0x1&&_0x1a15a6['end']['isEqual'](_0x4bab61['start']))return!0x0;if(0x1==_0x275be2['length']&&(_0x4bab61['start']['isEqual'](_0x1a15a6['end'])||_0x4bab61['end']['isEqual'](_0x1a15a6['start'])))return!0x0;}if(0x3==_0x3a11fa&&0x3==_0x132918&&_0x4bab61['start']['isBefore'](_0x1a15a6['start'])){const _0x3f3b62=_0x4bab61['end']['nodeAfter'],_0x107bdd=_0x1a15a6['start']['nodeBefore'];return _0x4966e6['isBlockImage'](_0x3f3b62)&&_0x3f3b62===_0x107bdd;}return!0x1;}function _0x510f2a(_0x5d5e6d,_0x3d9fc6){return _0x3ee93a(_0x5d5e6d,_0x3d9fc6)?[_0x5d5e6d,_0x3d9fc6]:_0x3ee93a(_0x3d9fc6,_0x5d5e6d)?[_0x3d9fc6,_0x5d5e6d]:null;}_0x4e4990['plugins']['has']('ImageResize')&&(_0x5e76e0['enableDefaultAttributesIntegration']('resizeImage'),_0x5e76e0['registerBlockAttribute']('resizedWidth'),_0x5e76e0['descriptionFactory']['registerAttributeLabel']('resizedWidth',o(_0x54418e,'FORMAT_IMAGE_SIZE'))),_0x4e4990['plugins']['has']('ImageTextAlternativeEditing')&&(_0x5e76e0['enableDefaultAttributesIntegration']('imageTextAlternative'),_0x5e76e0['registerBlockAttribute']('alt')),_0x5e76e0['descriptionFactory']['registerDescriptionCallback'](_0x2481b4=>{if(!!_0x54e0b1['find'](({type:_0x1cb496,subType:_0x5bcd96})=>_0x2481b4['type']==_0x1cb496&&_0x2481b4['subType']==_0x5bcd96))return _0x2481b4['previous']?{}:void 0x0;}),_0x5e76e0['descriptionFactory']['registerDescriptionCallback'](_0x5923a2=>{if('insertion'==_0x5923a2['type']||'deletion'==_0x5923a2['type']){const _0xf0ae96=_0x5923a2['getContainedElement']();if(_0xf0ae96&&_0xf0ae96['is']('element','caption'))return{'type':'insertion'==_0x5923a2['type']?'addObject':'removeObject','element':_0xf0ae96,'quantity':0x1};}}),_0x5e76e0['descriptionFactory']['registerDescriptionCallback'](_0x2d026d=>'formatBlock'==_0x2d026d['type']&&'convertInlineImageToBlock'==_0x2d026d['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:'formatBlock'==_0x2d026d['type']&&'convertBlockImageToInline'==_0x2d026d['subType']?{'type':'format','content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x5e76e0['descriptionFactory']['registerDescriptionCallback'](_0x195f4=>{if('attribute'!=_0x195f4['type'])return;const {data:_0xc3d2c4}=_0x195f4;if(!_0xc3d2c4||'alt'!=_0xc3d2c4['key'])return;const _0x490f74=_0xc3d2c4['newValue'];return _0x490f74?{'type':'format','content':o(_0x54418e,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x490f74+'\x22')}:{'type':'format','content':o(_0x54418e,'*Remove\x20image\x20text\x20alternative*')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2dd0ab=this['editor'],_0x396edd=_0x2dd0ab['locale'];_0x2dd0ab['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x13de8e=>{if('formatBlock'!=_0x13de8e['type']&&'formatInline'!=_0x13de8e['type'])return;const {data:_0x135869}=_0x13de8e;if(_0x135869){if('imageTextAlternative'==_0x135869['commandName']){const _0x3b4958=_0x135869['commandParams'][0x0]['newValue'];return _0x3b4958?{'type':'format','content':o(_0x396edd,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x3b4958+'\x22')}:{'type':'format','content':o(_0x396edd,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x135869['commandName']){const _0xddfbfb=_0x135869['commandParams'][0x0]['width'];return _0xddfbfb?{'type':'format','content':o(_0x396edd,'*Set\x20image\x20width:*\x20%0',_0xddfbfb)}:{'type':'format','content':o(_0x396edd,'*Reset\x20image\x20width*')};}}});}}class rt extends _0x2c2070{['afterInit'](){if(!this['editor']['plugins']['has']('ImageEditing'))return;const _0x5c089c=this['editor']['locale'],_0x238b6b=this['editor']['plugins']['get']('TrackChangesEditing');_0x238b6b['enableDefaultAttributesIntegration']('replaceImageSource'),_0x238b6b['registerBlockAttribute']('src'),_0x238b6b['descriptionFactory']['registerDescriptionCallback'](_0x55dbd5=>{if('attribute'!=_0x55dbd5['type'])return;const {data:_0x5b7ba8}=_0x55dbd5;return _0x5b7ba8&&'src'==_0x5b7ba8['key']?_0x5b7ba8['newValue']&&_0x5b7ba8['oldValue']?{'type':'format','content':o(_0x5c089c,'*Replace\x20image\x20URL*')}:{'type':'format','content':''}:void 0x0;}),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x1e2144=this['editor']['plugins']['get']('TrackChangesEditing');_0x1e2144['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','accept',_0x1e2144['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x1e2144['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource','discard',_0x1e2144['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x7d52ea=this['editor'],_0x2d7d15=_0x7d52ea['locale'];_0x7d52ea['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0xc85465=>{if('formatBlock'!=_0xc85465['type']&&'formatInline'!=_0xc85465['type'])return;const {data:_0x1bb843}=_0xc85465;if(!_0x1bb843||'replaceImageSource'!=_0x1bb843['commandName'])return;return{'type':'format','content':o(_0x2d7d15,'*Format:*\x20replace\x20image\x20URL')};});}}class at extends _0x2c2070{['afterInit'](){const _0x31225b=this['editor'];if(!_0x31225b['plugins']['has']('ImageStyleEditing'))return;const _0x8d3457=_0x31225b['plugins']['get']('TrackChangesEditing'),_0x295af8=_0x31225b['plugins']['get']('ImageUtils'),_0x5a2153={};_0x8d3457['enableCommand']('imageStyle',(_0x4e1afa,_0x4da7af)=>{const _0xab5d2a=_0x31225b['plugins']['get']('Users')['me'],_0x14a346=_0x31225b['commands']['get']('imageStyle');let _0x8d5063=_0x295af8['getClosestSelectedImageElement'](_0x31225b['model']['document']['selection']),_0x584b3d=_0x31225b['model']['createRangeOn'](_0x8d5063),_0x31a190=_0x14a346['value'];if(_0x31a190==_0x4da7af['value'])return;const _0xa85df9={'commandName':'imageStyle','commandParams':[_0x4da7af],'formatGroupId':_0x42487e()};_0x31225b['model']['change'](()=>{if(_0x8d3457['getSuggestions']()['filter'](_0x4f5223=>_0x4f5223['isInContent']&&_0xab5d2a==_0x4f5223['author']&&('formatBlock'==_0x4f5223['type']||'formatInline'==_0x4f5223['type'])&&('imageStylePreApply'==_0x4f5223['subType']||'imageStylePostApply'==_0x4f5223['subType'])&&_0x4f5223['getFirstRange']()['isEqual'](_0x584b3d))['forEach'](_0x5de776=>_0x8d3457['discardSuggestion'](_0x5de776['head'])),_0x8d5063=_0x295af8['getClosestSelectedImageElement'](_0x31225b['model']['document']['selection']),_0x584b3d=_0x31225b['model']['createRangeOn'](_0x8d5063),_0x14a346['refresh'](),_0x31225b['commands']['get']('imageTypeInline')['refresh'](),_0x31225b['commands']['get']('imageTypeBlock')['refresh'](),_0x31a190=_0x14a346['value'],_0x31a190!=_0x4da7af['value'])return _0x295af8['isInlineImage'](_0x8d5063)&&_0x14a346['shouldConvertImageType'](_0x4da7af['value'],_0x8d5063)?(_0x4e1afa({..._0x4da7af,'setImageSizes':!0x1}),_0x8d5063=_0x295af8['getClosestSelectedImageElement'](_0x31225b['model']['document']['selection']),void _0x8d3457['markBlockFormat'](_0x8d5063,{..._0xa85df9,'commandReversedParams':[{'value':_0x31a190||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x295af8['isBlockImage'](_0x8d5063)?_0x8d3457['markBlockFormat'](_0x8d5063,_0xa85df9,[],'imageStylePostApply'):_0x8d3457['markInlineFormat'](_0x584b3d,_0xa85df9,'imageStylePostApply'));});});for(const _0x3a6a1e of _0x31225b['plugins']['get']('ImageStyleEditing')['normalizedStyles'])_0x5a2153[_0x3a6a1e['name']]=_0x3a6a1e['title']['toLowerCase']();_0x8d3457['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','join',()=>!0x1),_0x8d3457['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePostApply','join',()=>!0x1),_0x8d3457['_suggestionFactory']['registerCustomCallback']('formatInline','imageStylePostApply','join',()=>!0x1),_0x8d3457['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','accept',([_0x23a202])=>{_0x295af8['setImageNaturalSizeAttributes'](_0x23a202['getContainedElement']());}),_0x8d3457['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x978519,_0x4fe0a7)=>{_0x8d3457['_suggestionFactory']['getSuggestionCallback']('formatBlock','','accept')(_0x978519,{'commandName':_0x4fe0a7['commandName'],'commandParams':_0x4fe0a7['commandReversedParams']});}),_0x8d3457['_suggestionFactory']['registerCustomCallback']('formatBlock','imageStylePreApply','chain',function(_0x3446db,_0x2c056b){if(_0x2341e4(_0x3446db,_0x2c056b))return[_0x3446db,_0x2c056b];if(_0x2341e4(_0x2c056b,_0x3446db))return[_0x2c056b,_0x3446db];return null;});const _0x19c076=[{'type':'formatBlock','subType':'imageStylePreApply'},{'type':'insertion','subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':'insertion','subType':'convertInlineImageToBlock'}];function _0x2341e4(_0x2c43b0,_0x230aaf){const _0x59e723=_0x19c076['findIndex'](({type:_0x42c38e,subType:_0x3e503c})=>_0x2c43b0['type']==_0x42c38e&&_0x2c43b0['subType']==_0x3e503c),_0x3fecbe=_0x19c076['findIndex'](({type:_0x3c7443,subType:_0x5425d8})=>_0x230aaf['type']==_0x3c7443&&_0x230aaf['subType']==_0x5425d8);if(_0x59e723<0x0||_0x3fecbe<0x0)return!0x1;const _0x27f862=_0x2c43b0['getFirstRange'](),_0x41c824=_0x230aaf['getFirstRange']();if((0x0==_0x59e723||0x1==_0x59e723)&&0x2==_0x3fecbe&&_0x27f862['isIntersecting'](_0x41c824))return!0x0;if(0x2==_0x59e723&&0x3==_0x3fecbe){const _0x41d76a=_0x8d3457['_findSuggestions'](_0x27f862,'insertion')['filter'](({suggestion:_0x37fe89,meta:_0x4f0d99})=>_0x4f0d99['isOwn']&&'convertInlineImageToBlock'==_0x37fe89['subType']);if(_0x41d76a['length']>0x1&&_0x41c824['end']['isEqual'](_0x27f862['start']))return!0x0;if(0x1==_0x41d76a['length']&&(_0x27f862['start']['isEqual'](_0x41c824['end'])||_0x27f862['end']['isEqual'](_0x41c824['start'])))return!0x0;}if(0x3==_0x59e723&&0x3==_0x3fecbe&&_0x27f862['start']['isBefore'](_0x41c824['start'])){const _0x1868ea=_0x27f862['end']['nodeAfter'],_0x5531f0=_0x41c824['start']['nodeBefore'];return _0x295af8['isBlockImage'](_0x1868ea)&&_0x1868ea===_0x5531f0;}return!0x1;}_0x31225b['model']['document']['registerPostFixer'](()=>{let _0x3b453b=!0x1;const _0x7a5867=Array['from'](_0x31225b['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x2012b7,data:_0x277080}of _0x7a5867){const {group:_0x218252,type:_0x38e9f3,subType:_0x180b85,id:_0x26e312}=_0x8d3457['_splitMarkerName'](_0x2012b7);if('suggestion'==_0x218252&&_0x8d3457['hasSuggestion'](_0x26e312)){if('formatBlock'==_0x38e9f3&&('imageStylePreApply'==_0x180b85||'imageStylePostApply'==_0x180b85)){const _0x75b1f5=_0x8d3457['getSuggestion'](_0x26e312);if(_0x277080['newRange']){const _0x9cc4a8=_0x75b1f5['getFirstRange']()['getContainedElement']();if(_0x295af8['isBlockImage'](_0x9cc4a8))continue;_0x8d3457['discardSuggestion'](_0x75b1f5),_0x3b453b=!0x0;}}if('insertion'==_0x38e9f3&&'imageCaption'==_0x180b85&&!_0x277080['newRange']){const _0x1d596e=_0x8d3457['getSuggestion'](_0x26e312);_0x1d596e['next']&&_0x1d596e['next']['isInContent']&&(_0x8d3457['discardSuggestion'](_0x1d596e['next']),_0x3b453b=!0x0);}}}return _0x3b453b;}),this['_registerLegacyDescription'](_0x5a2153);}['_registerLegacyDescription'](_0x1dbfe9){const _0x4f895f=this['editor'],_0x42ace0=_0x4f895f['locale'];_0x4f895f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x364074=>{if('formatBlock'!=_0x364074['type']&&'formatInline'!=_0x364074['type'])return;const {data:_0x41698f}=_0x364074;if(!_0x41698f||'imageStyle'!=_0x41698f['commandName'])return;const _0x4fa9f4=_0x41698f['commandParams'][0x0]['value'];return _0x34b126('side'===_0x4fa9f4?o(_0x42ace0,'FORMAT_SIDE_IMAGE'):_0x1dbfe9[_0x4fa9f4]||_0x4fa9f4);function _0x34b126(_0x301642){return{'type':'format','content':o(_0x42ace0,'*Format:*\x20%0',_0x301642)};}});}}class ct extends _0x2c2070{['_trackChangesValueDuringImport'];['_trackChangesExecuted'];constructor(_0x575c82){super(_0x575c82),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x3aab9f=this['editor'],_0x4ba148=_0x3aab9f['commands']['get']('importWord'),_0x18494e=_0x3aab9f['commands']['get']('trackChanges');_0x4ba148&&(_0x4ba148['on']('execute',(_0x4da33c,[,_0x416588])=>{this['_trackChangesValueDuringImport']=_0x18494e['value'],_0x416588['collaboration_features']['track_changes']=!this['_trackChangesValueDuringImport'];},{'priority':'high'}),this['listenTo'](_0x4ba148,'dataInsert',this['_handleImportedData']['bind'](this)),this['listenTo'](_0x4ba148,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x18494e['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':'lowest'}),_0x3aab9f['plugins']['get']('TrackChangesEditing')['enableCommand']('importWord'));}['_handleImportedData'](_0x404e5d,_0x2efb47){const {suggestions:_0x14bb2f}=_0x2efb47,_0x543905=this['editor']['commands']['get']('trackChanges'),_0x4c75b1=_0x543905['value'];this['_trackChangesValueDuringImport']!==_0x4c75b1&&(_0x543905['execute'](),this['_trackChangesExecuted']=!0x0),_0x14bb2f&&_0x14bb2f['forEach'](({id:_0x31e777,type:_0x4a3969,author:_0x3d3ffe,created_at:_0x33df51})=>{const _0x3c6a27={'id':_0x31e777,'type':_0x4a3969,'authorId':this['editor']['plugins']['get']('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x3d3ffe,'createdAt':_0x33df51?new Date(_0x33df51):new Date(),'source':'importWord'}}};this['editor']['plugins']['get']('TrackChangesEditing')['_setSuggestionData'](_0x3c6a27);});}}class ut extends _0x2c2070{['afterInit'](){const _0x4ea808=this['editor'],_0x8bc1fc=_0x4ea808['plugins']['get']('TrackChangesEditing');if(_0x4ea808['plugins']['has']('IndentEditing')&&(_0x8bc1fc['enableCommand']('indent'),_0x8bc1fc['enableCommand']('outdent')),_0x4ea808['plugins']['has']('IndentBlock')){for(const _0x12828f of['indentBlock','outdentBlock'])_0x8bc1fc['enableDefaultAttributesIntegration'](_0x12828f);}const _0x4b2738=_0x4ea808['locale'];_0x8bc1fc['registerBlockAttribute']('blockIndent'),_0x8bc1fc['descriptionFactory']['registerAttributeLabel']('blockIndent',o(_0x4b2738,'FORMAT_INDENT')),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x49d5f2=this['editor'],_0x2dde27=_0x49d5f2['locale'],_0x8ba8ab=_0x49d5f2['plugins']['get']('TrackChangesEditing');_0x8ba8ab['descriptionFactory']['registerDescriptionCallback'](_0x3e1f11=>{if('formatBlock'!=_0x3e1f11['type'])return;const {data:_0x85d312}=_0x3e1f11;if(!_0x85d312)return;if('indentBlock'!=_0x85d312['commandName']&&'outdentBlock'!=_0x85d312['commandName'])return;const _0x5d1992=_0x3e1f11['getItems']()[0x0],_0x43453b=_0x8ba8ab['descriptionFactory']['getItemLabel'](_0x5d1992);return'indentBlock'==_0x85d312['commandName']?{'type':'format','content':o(_0x2dde27,'*Indent:*\x20%0',_0x43453b)}:'outdentBlock'==_0x85d312['commandName']?{'type':'format','content':o(_0x2dde27,'*Outdent:*\x20%0',_0x43453b)}:void 0x0;});}}class ft extends _0x2c2070{static get['requires'](){return[tr];}['init'](){this['editor']['plugins']['get']('TrackChangesEditing')['enableCommand']('input');}}class ht extends _0x2c2070{['afterInit'](){const _0x53ae77=this['editor'];if(!_0x53ae77['plugins']['has']('LinkEditing'))return;const _0x2443e8=_0x53ae77['plugins']['get']('TrackChangesEditing'),_0x44fe2e=_0x53ae77['commands']['get']('link');_0x2443e8['enableDefaultAttributesIntegration']('link'),_0x2443e8['enableDefaultAttributesIntegration']('unlink'),_0x2443e8['registerInlineAttribute']('linkHref');for(const _0x297d8d of _0x44fe2e['manualDecorators'])_0x2443e8['registerInlineAttribute'](_0x297d8d['id']),_0x2443e8['descriptionFactory']['registerAttributeLabel'](_0x297d8d['id'],'link\x20('+_0x297d8d['label']['toLowerCase']()+')');_0x2443e8['descriptionFactory']['registerDescriptionCallback'](_0x1f6c79=>{if('attribute'!=_0x1f6c79['type'])return;const {data:_0x1d8cc1}=_0x1f6c79;if(!_0x1d8cc1||'linkHref'!=_0x1d8cc1['key'])return;const _0x544688=_0x1d8cc1['newValue'],_0x502646=_0x53ae77['locale'];return{'type':'format','content':null==_0x544688?o(_0x502646,'*Remove\x20link*'):o(_0x502646,'*Set\x20link:*\x20%0','\x22'+_0x544688+'\x22')};}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2ff7d1=this['editor'],_0x324ab2=_0x2ff7d1['locale'];_0x2ff7d1['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x60861d=>{if('formatInline'!=_0x60861d['type'])return;const {data:_0xdda007}=_0x60861d;if(_0xdda007){if('link'==_0xdda007['commandName']){const _0x37494d=_0xdda007['commandParams'][0x0];return{'type':'format','content':o(_0x324ab2,'*Set\x20link:*\x20%0','\x22'+_0x37494d+'\x22')};}return'unlink'==_0xdda007['commandName']?{'type':'format','content':o(_0x324ab2,'*Remove\x20link*')}:void 0x0;}});}}class lt extends _0x2c2070{['afterInit'](){const _0x346467=this['editor'],_0x1be05a=_0x346467['locale'];if(!_0x346467['plugins']['has']('LegacyListEditing'))return;const _0x4cfb10=_0x346467['plugins']['get']('TrackChangesEditing'),_0x3df360=_0x346467['plugins']['has']('LegacyTodoListEditing');function _0x3ce5c2(_0x1619c5){return()=>{const _0x2f60fb=_0x346467['model']['document']['selection'],_0x5df50e=_0x346467['commands']['get'](_0x1619c5);if(_0x5df50e['value'])return void _0x346467['execute']('paragraph',{});const _0x4e44af=_0x1619c5['slice'](0x0,-0x4),_0x4014ed=function(_0x3012b5,_0x3461a3,_0xa93fd3){let _0x177a55=Array['from'](_0x3012b5)['filter'](_0x5b96dd=>function(_0x47c488,_0x1c4ad7){return _0x1c4ad7['checkChild'](_0x47c488['parent'],'listItem')&&!_0x1c4ad7['isObject'](_0x47c488);}(_0x5b96dd,_0xa93fd3));_0x177a55=_0x177a55['filter'](_0x123594=>!_0x123594['is']('element','listItem')||_0x123594['getAttribute']('listType')!=_0x3461a3);const _0x4ee423=new Set();for(const _0x586c52 of _0x177a55)_0x586c52['is']('element','listItem')?_0x4ee423['add'](Le(_0x586c52)):_0x4ee423['add'](_0x586c52);return Array['from'](_0x4ee423);}(_0x2f60fb['getSelectedBlocks'](),_0x4e44af,_0x346467['model']['schema']);_0x346467['model']['change'](()=>{for(const _0x4222d0 of _0x4014ed)_0x4cfb10['markBlockFormat'](_0x4222d0,{'commandName':_0x1619c5,'commandParams':[{'forceValue':!_0x5df50e['value']}],'formatGroupId':'blockName'},Ee(_0x4222d0));});};}function _0x1754a0(_0x19958f){return()=>{const _0x50c940=function(_0x487b54){let _0x35e009=Array['from'](_0x487b54);const _0x53ae8e=_0x35e009['findIndex'](_0x94707a=>'listItem'!=_0x94707a['name']);return _0x53ae8e>-0x1&&(_0x35e009=_0x35e009['slice'](0x0,_0x53ae8e)),_0x35e009;}(_0x346467['model']['document']['selection']['getSelectedBlocks']()),_0x46d937=_0x346467['model']['createRange'](_0x346467['model']['createPositionAt'](_0x50c940[0x0],'before'),_0x346467['model']['createPositionAt'](_0x50c940[_0x50c940['length']-0x1],'end'));_0x346467['model']['change'](()=>{_0x4cfb10['markBlockFormat'](_0x46d937,{'commandName':_0x19958f,'commandParams':[],'formatGroupId':'listIndent'},function(_0x4730a6){const _0x515a43=new Set();for(const _0x26deec of _0x4730a6){let _0xec2c8f=_0x26deec['nextSibling'];for(;_0xec2c8f&&_0xec2c8f['getAttribute']('listIndent')>_0x26deec['getAttribute']('listIndent');)_0x515a43['add'](_0xec2c8f),_0xec2c8f=_0xec2c8f['nextSibling'];}return Array['from'](_0x515a43);}(_0x50c940));});};}_0x4cfb10['enableCommand']('numberedList',_0x3ce5c2('numberedList')),_0x4cfb10['enableCommand']('bulletedList',_0x3ce5c2('bulletedList')),_0x3df360&&_0x4cfb10['enableCommand']('todoList',_0x3ce5c2('todoList')),_0x4cfb10['enableCommand']('indentList',_0x1754a0('indentList')),_0x4cfb10['enableCommand']('outdentList',_0x1754a0('outdentList')),_0x3df360&&_0x4cfb10['enableCommand']('checkTodoList',()=>{const _0x39b7b2=_0x346467['commands']['get']('checkTodoList'),_0x1ffb9e=Array['from'](_0x39b7b2['_selectedElements']);_0x1ffb9e['filter'](_0x50eb5c=>_0x50eb5c['getAttribute']('todoListChecked')!=_0x39b7b2['value']),_0x346467['model']['change'](()=>{for(const _0x32763f of _0x1ffb9e)_0x4cfb10['markBlockFormat'](_0x32763f,{'commandName':'checkTodoList','commandParams':[{'forceValue':!_0x39b7b2['value']}]});});}),_0x4cfb10['descriptionFactory']['registerElementLabel']('listItem',_0xa5a33f=>o(_0x1be05a,'ELEMENT_LIST_ITEM',_0xa5a33f)),_0x4cfb10['descriptionFactory']['registerDescriptionCallback'](_0x37d4a5=>{if('formatBlock'!=_0x37d4a5['type']&&'formatInline'!=_0x37d4a5['type'])return;const {data:_0x4c32b5}=_0x37d4a5;if(_0x4c32b5){if('numberedList'==_0x4c32b5['commandName']||'bulletedList'==_0x4c32b5['commandName']||'todoList'==_0x4c32b5['commandName'])switch(_0x4c32b5['commandName']['replace']('List','')){case'bulleted':return _0x2d9cf7(o(_0x1be05a,'ELEMENT_BULLETED_LIST'));case'numbered':return _0x2d9cf7(o(_0x1be05a,'ELEMENT_NUMBERED_LIST'));case'todo':return _0x2d9cf7(o(_0x1be05a,'ELEMENT_TODO_LIST'));}if('indentList'==_0x4c32b5['commandName'])return{'type':'format','content':o(_0x1be05a,'*Indent:*\x20%0',o(_0x1be05a,'ELEMENT_LIST_ITEM'))};if('outdentList'==_0x4c32b5['commandName'])return{'type':'format','content':o(_0x1be05a,'*Outdent:*\x20%0',o(_0x1be05a,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x4c32b5['commandName'])return _0x4c32b5['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x1be05a,'*Check\x20item*')}:{'type':'format','content':o(_0x1be05a,'*Uncheck\x20item*')};}function _0x2d9cf7(_0x1972f4){return{'type':'format','content':o(_0x1be05a,'*Change\x20to:*\x20%0',_0x1972f4)};}});}}function Le(_0x4d7aa3){const _0x5c13f8=_0x4d7aa3['getAttribute']('listIndent');if(0x0==_0x5c13f8)return _0x4d7aa3;let _0x44ecc6=_0x4d7aa3;for(;_0x4d7aa3['previousSibling']&&_0x4d7aa3['previousSibling']['is']('element','listItem');){const _0x197425=_0x4d7aa3['previousSibling']['getAttribute']('listIndent');if(_0x197425==_0x5c13f8)_0x44ecc6=_0x4d7aa3['previousSibling'];else{if(_0x197425<_0x5c13f8)break;}_0x4d7aa3=_0x4d7aa3['previousSibling'];}return _0x44ecc6;}function Ee(_0x1c4055){const _0x1533db=[];if(_0x1c4055['is']('element','listItem')&&_0x1c4055['getAttribute']('listIndent')>0x0){let _0x4707ca=_0x1c4055['nextSibling'];for(;_0x4707ca&&'listItem'==_0x4707ca['name']&&_0x4707ca['getAttribute']('listIndent')==_0x1c4055['getAttribute']('listIndent');)_0x1533db['push'](_0x4707ca),_0x4707ca=_0x4707ca['nextSibling'];}return _0x1533db;}class Q extends _0x2c2070{['afterInit'](){if(!this['editor']['plugins']['has']('LegacyListPropertiesEditing'))return;const _0x560c59=this['editor']['config']['get']('list.properties'),_0x3c8568=this['editor']['plugins']['get']('TrackChangesEditing');_0x560c59['styles']&&_0x3c8568['enableCommand']('listStyle',this['handleListStyleCommand']['bind'](this)),_0x560c59['reversed']&&_0x3c8568['enableCommand']('listReversed',this['handleListReversedCommand']['bind'](this)),_0x560c59['startIndex']&&_0x3c8568['enableCommand']('listStart',this['handleListStartCommand']['bind'](this)),_0x3c8568['descriptionFactory']['registerDescriptionCallback'](this['handleDescriptions']['bind'](this));}['handleListStyleCommand'](_0x36a9e5,_0x1b09e4={}){const _0x19272d=this['editor']['plugins']['get']('TrackChangesEditing'),_0x4dbba2=this['_getSuggestionBlocksForListStyle']();this['editor']['model']['change'](()=>{_0x19272d['markMultiRangeBlockFormat'](_0x4dbba2,{'commandName':'listStyle','commandParams':[{'type':_0x1b09e4['type']}],'formatGroupId':'listStyle'});});}['handleListReversedCommand'](_0x161e08,_0x52241e={}){const _0x4faa8a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1bc042=this['_getSuggestionBlocks'](_0x4eb487=>_0x4eb487['is']('element','listItem')&&'numbered'===_0x4eb487['getAttribute']('listType'));if(_0x1bc042['length']<0x1)return;const _0x171522=_0x1bc042['map'](_0x3589ef=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x3589ef,'before'),this['editor']['model']['createPositionAt'](_0x3589ef,0x0)));this['editor']['model']['change'](()=>{_0x4faa8a['markMultiRangeBlockFormat'](_0x171522,{'commandName':'listReversed','commandParams':[{'reversed':_0x52241e['reversed']}],'formatGroupId':'listReversed'});});}['handleListStartCommand'](_0x5ad5bc,_0x3a4a61={}){const _0x4d2bb1=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1a3943=this['_getSuggestionBlocks'](_0x3c89e5=>_0x3c89e5['is']('element','listItem')&&'numbered'===_0x3c89e5['getAttribute']('listType'));if(_0x1a3943['length']<0x1)return;const _0x53cbb=_0x1a3943['map'](_0x11703a=>this['editor']['model']['createRange'](this['editor']['model']['createPositionAt'](_0x11703a,'before'),this['editor']['model']['createPositionAt'](_0x11703a,0x0)));this['editor']['model']['change'](()=>{_0x4d2bb1['markMultiRangeBlockFormat'](_0x53cbb,{'commandName':'listStart','commandParams':[{'startIndex':_0x3a4a61['startIndex']}],'formatGroupId':'listStart'});});}['handleDescriptions'](_0xc03ee4){if('formatBlock'!=_0xc03ee4['type']&&'formatInline'!=_0xc03ee4['type'])return;const _0x1702ec=this['editor']['locale'],{data:_0x442f2c}=_0xc03ee4;if(!_0x442f2c)return;let _0xcc34b8,_0x3af763;switch(_0x442f2c['commandName']){case'listStyle':_0xcc34b8='*Change\x20to:*\x20%0',_0x3af763={'type':'format','content':o(_0x1702ec,_0xcc34b8,o(_0x1702ec,this['_getTranslationKeyForListStyle'](_0x442f2c['commandParams'][0x0]['type'])))};break;case'listReversed':_0xcc34b8=_0x442f2c['commandParams'][0x0]['reversed']?'*Format:*\x20set\x20order\x20to\x20reversed':'*Format:*\x20set\x20order\x20to\x20regular',_0x3af763={'type':'format','content':o(_0x1702ec,_0xcc34b8)};break;case'listStart':_0xcc34b8='*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x3af763={'type':'format','content':o(_0x1702ec,_0xcc34b8,_0x442f2c['commandParams'][0x0]['startIndex'])};}return _0x3af763;}['_getSuggestionBlocksForListStyle'](){const _0x8229a8=this['editor']['plugins']['get']('LegacyListUtils');let _0x1cf944=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']());return _0x1cf944[0x0]?.['is']('element','listItem')&&_0x1cf944['unshift'](..._0x8229a8['getSiblingNodes'](this['editor']['model']['document']['selection']['getFirstPosition'](),'backward')),_0x1cf944[_0x1cf944['length']-0x1]?.['is']('element','listItem')&&_0x1cf944['push'](..._0x8229a8['getSiblingNodes'](this['editor']['model']['document']['selection']['getLastPosition'](),'forward')),_0x1cf944=[...new Set(_0x1cf944)],this['editor']['model']['document']['selection']['getFirstPosition']()?.['parent']?.['is']('element','listItem')&&(_0x1cf944=_0x1cf944['filter'](_0xf5f5f3=>_0xf5f5f3['is']('element','listItem'))),_0x1cf944;}['_getSuggestionBlocks'](_0x279c1e){const _0x2024cf=this['editor']['plugins']['get']('LegacyListUtils');let _0x37fb0a=Array['from'](this['editor']['model']['document']['selection']['getSelectedBlocks']())['filter'](_0x279c1e)['map'](_0x49fcb2=>{const _0x1eecb5=this['editor']['model']['createPositionAt'](_0x49fcb2,0x0);return[..._0x2024cf['getSiblingNodes'](_0x1eecb5,'backward'),..._0x2024cf['getSiblingNodes'](_0x1eecb5,'forward')];})['flat']();return _0x37fb0a=[...new Set(_0x37fb0a)],_0x37fb0a;}['_getTranslationKeyForListStyle'](_0x5bc7c1){return'ELEMENT_'+(this['editor']['plugins']['get']('LegacyListUtils')['getListTypeFromListStyleType'](_0x5bc7c1)||'default')['toUpperCase']()+'_LIST_'+_0x5bc7c1['toUpperCase']()['replace'](/-/g,'_');}}class dt extends _0x2c2070{['afterInit'](){const _0x352a25=this['editor'];if(!_0x352a25['plugins']['has']('MediaEmbedEditing'))return;const _0x36464f=_0x352a25['plugins']['get']('TrackChangesEditing'),_0x2895ad=_0x352a25['locale'];_0x36464f['enableCommand']('mediaEmbed'),_0x36464f['descriptionFactory']['registerElementLabel']('media',_0x531f76=>o(_0x2895ad,'ELEMENT_MEDIA',_0x531f76)),_0x352a25['conversion']['for']('dataDowncast')['elementToElement']({'model':'media','view':(_0x245470,{writer:_0x490030,options:_0x5c1795})=>{if(_0x5c1795['showSuggestionHighlights'])return _0x490030['createEmptyElement']('div');},'converterPriority':'high'}),_0x352a25['data']['downcastDispatcher']['on']('attribute:url:media',(_0x29d057,_0x526b2b,_0x52ee47)=>{_0x52ee47['options']['showSuggestionHighlights']&&_0x29d057['stop']();},{'priority':'high'});}}class mt extends _0x2c2070{['afterInit'](){const _0x2984cf=this['editor'];_0x2984cf['plugins']['has']('MentionEditing')&&_0x2984cf['plugins']['get']('TrackChangesEditing')['enableCommand']('mention');}}class pt extends _0x2c2070{['afterInit'](){const _0x35df0f=this['editor'];if(!_0x35df0f['plugins']['has']('MergeFieldsEditing'))return;_0x35df0f['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeField'),_0x35df0f['plugins']['get']('TrackChangesEditing')['enableCommand']('insertMergeFieldBlock');const _0x562857=_0x35df0f['plugins']['get']('TrackChangesEditing'),_0x1f2f6d=_0x35df0f['locale'];_0x562857['descriptionFactory']['registerElementLabel']('mergeField',_0x378a86=>o(_0x1f2f6d,'ELEMENT_MERGE_FIELD',_0x378a86)),_0x562857['descriptionFactory']['registerElementLabel']('mergeFieldBlock',_0x29535b=>o(_0x1f2f6d,'ELEMENT_MERGE_FIELD',_0x29535b)),_0x562857['descriptionFactory']['registerDescriptionCallback'](_0x77c101=>{if('insertion'!=_0x77c101['type']&&'deletion'!=_0x77c101['type'])return;const _0x440d2d=_0x77c101['getContainedElement']();if(null==_0x440d2d)return;if(!_0x440d2d['is']('element','mergeField')&&!_0x440d2d['is']('element','mergeFieldBlock'))return;const _0x12f835=_0x35df0f['plugins']['get']('MergeFieldsEditing')['getLabel'](_0x440d2d['getAttribute']('id'));return'insertion'==_0x77c101['type']?{'type':'insertion','content':o(_0x1f2f6d,'*Insert:*\x20%0','\x22'+_0x12f835+'\x22\x20'+o(_0x1f2f6d,'ELEMENT_MERGE_FIELD'))}:{'type':'deletion','content':o(_0x1f2f6d,'*Remove:*\x20%0','\x22'+_0x12f835+'\x22\x20'+o(_0x1f2f6d,'ELEMENT_MERGE_FIELD'))};});}}class wt extends _0x2c2070{['afterInit'](){const _0x146cc0=this['editor'],_0xfa4860=_0x146cc0['plugins']['get']('TrackChangesEditing');_0x146cc0['plugins']['has']('MultiLevelList')&&(_0xfa4860['enableDefaultAttributesIntegration']('multiLevelList'),_0xfa4860['registerBlockAttribute']('listMarkerStyle'),_0xfa4860['descriptionFactory']['registerDescriptionCallback'](_0x3e1e38=>this['handleDescriptions'](_0x3e1e38)));}['handleDescriptions'](_0x29e75b){const _0x6096c1=this['editor']['locale'],{data:_0x16c146}=_0x29e75b,_0x1f9bf5={'type':'format','content':''};if(_0x16c146&&'listMarkerStyle'==_0x16c146['key']){if(!_0x16c146['oldValue'])return{'type':'format','content':o(_0x6096c1,'*Set\x20format:*\x20%0',o(_0x6096c1,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x16c146['newValue']+')'};if(!_0x16c146['newValue']){let _0x89ed01=_0x29e75b['head'];for(;_0x89ed01;){if(_0x89ed01['data']&&'listType'==_0x89ed01['data']['key']&&_0x89ed01['data']['newValue'])return _0x1f9bf5;_0x89ed01=_0x89ed01['next'];}return{'type':'format','content':o(_0x6096c1,'*Remove\x20format:*\x20%0',o(_0x6096c1,'ELEMENT_MULTI_LEVEL_LIST'))+'\x20('+_0x16c146['oldValue']+')'};}}}}class kt extends _0x2c2070{['afterInit'](){const _0x3e2db7=this['editor'];if(!_0x3e2db7['plugins']['has']('PageBreakEditing'))return;_0x3e2db7['plugins']['get']('TrackChangesEditing')['enableCommand']('pageBreak');const _0x1175fa=_0x3e2db7['plugins']['get']('TrackChangesEditing'),_0x25e646=_0x3e2db7['locale'];_0x1175fa['descriptionFactory']['registerElementLabel']('pageBreak',_0x5afc82=>o(_0x25e646,'ELEMENT_PAGE_BREAK',_0x5afc82));}}class bt extends _0x2c2070{['afterInit'](){const _0x3f6c4b=this['editor'];if(!_0x3f6c4b['plugins']['has']('Paragraph'))return;const _0x35e9ba=_0x3f6c4b['locale'],_0x213cf1=_0x3f6c4b['plugins']['get']('TrackChangesEditing');_0x213cf1['descriptionFactory']['registerElementLabel']('paragraph',_0x2fd7b0=>o(_0x35e9ba,'ELEMENT_PARAGRAPH',_0x2fd7b0)),_0x213cf1['enableDefaultAttributesIntegration']('paragraph'),_0x213cf1['enableCommand']('insertParagraph'),_0x3f6c4b['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',nr(_0x3f6c4b),{'priority':'highest'}),_0x3f6c4b['data']['downcastDispatcher']['on']('addMarker:suggestion:insertion',(_0x579b34,_0xeaff0f,_0x19ab4d)=>{_0x19ab4d['options']['showSuggestionHighlights']&&nr(_0x3f6c4b,{'showActiveMarker':!0x1})(_0x579b34,_0xeaff0f,_0x19ab4d);},{'priority':'highest'});const _0x1dcc5c=_0x213cf1['descriptionFactory'];_0x1dcc5c['registerDescriptionCallback'](_0x3e2ba3=>{if('insertion'!==_0x3e2ba3['type'])return;const {start:_0x147960,end:_0x254b8c}=_0x3e2ba3['getFirstRange']();if(!_0x147960['isTouching'](_0x254b8c)||!_0x147960['nodeAfter'])return;const _0x4936ef=_0x3f6c4b['model']['schema'],_0x33603d=_0x147960['nodeAfter'];return _0x4936ef['isBlock'](_0x33603d)&&!_0x4936ef['isLimit'](_0x33603d)&&_0x4936ef['checkChild'](_0x33603d,'$text')?{'type':'insertion','content':o(_0x35e9ba,'*Insert:*\x20%0',_0x1dcc5c['getItemLabel'](_0x33603d,0x1))}:void 0x0;}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2d875a=this['editor'],_0x23483b=_0x2d875a['locale'];_0x2d875a['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x1c44b0=>{if('formatBlock'!=_0x1c44b0['type'])return;const {data:_0x255042}=_0x1c44b0;return _0x255042&&'paragraph'==_0x255042['commandName']?{'type':'format','content':o(_0x23483b,'*Change\x20to:*\x20%0',o(_0x23483b,'ELEMENT_PARAGRAPH'))}:void 0x0;});}}function nr(_0x301eb0,{showActiveMarker:_0x385e46=!0x0}={}){return(_0x56b90d,_0x1f2a4c,_0x48478e)=>{const _0x1f41ac=_0x301eb0['plugins']['get']('TrackChangesEditing'),_0x515b6d=_0x1f2a4c['markerRange']['start'],_0x7397e9=_0x1f2a4c['markerRange']['end'],_0x50fc0c=_0x301eb0['model']['schema'];if(!_0x515b6d['isTouching'](_0x7397e9)||!_0x515b6d['nodeAfter'])return;const _0xbfaa61=_0x515b6d['nodeAfter'];if(_0x50fc0c['isBlock'](_0xbfaa61)&&!_0x50fc0c['isLimit'](_0xbfaa61)&&_0x50fc0c['checkChild'](_0xbfaa61,'$text')){if(!_0x48478e['consumable']['consume'](_0x1f2a4c['markerRange'],_0x56b90d['name']))return;const {authorId:_0x7f35d9}=_0x1f41ac['_splitMarkerName'](_0x1f2a4c['markerName']),_0xf6a690=_0x48478e['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-split','data-author-id':_0x7f35d9}),_0x421edf=_0x48478e['mapper']['toViewPosition'](_0x7397e9);_0x385e46&&_0x1f41ac['activeMarkers']['includes'](_0x1f2a4c['markerName'])&&_0x48478e['writer']['addClass']('ck-suggestion-marker--active',_0xf6a690),_0x48478e['writer']['insert'](_0x421edf,_0xf6a690),_0x48478e['mapper']['bindElementToMarker'](_0xf6a690,_0x1f2a4c['markerName']);}};}class yt extends _0x2c2070{['afterInit'](){const _0x353be9=this['editor'];if(!_0x353be9['plugins']['has']('RemoveFormatEditing'))return;_0x353be9['plugins']['get']('TrackChangesEditing')['enableDefaultAttributesIntegration']('removeFormat'),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x519373=this['editor'];_0x519373['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x585424=>{if('formatBlock'!=_0x585424['type']&&'formatInline'!=_0x585424['type'])return;const {data:_0x88467}=_0x585424;return _0x88467&&'removeFormat'==_0x88467['commandName']?{'type':'format','content':o(_0x519373['locale'],'*Remove\x20all\x20formatting*')}:void 0x0;});}}class jt extends _0x2c2070{['afterInit'](){const _0x58fe12=this['editor'];if(!_0x58fe12['plugins']['has']('RestrictedEditingModeEditing'))return;const _0x18fcba=_0x58fe12['plugins']['get']('TrackChangesEditing');_0x18fcba['enableCommand']('goToPreviousRestrictedEditingException'),_0x18fcba['enableCommand']('goToNextRestrictedEditingException');const _0xcb44ef=_0x58fe12['plugins']['get']('RestrictedEditingModeEditing');_0xcb44ef['enableCommand']('trackChanges'),_0xcb44ef['enableCommand']('acceptSuggestion'),_0xcb44ef['enableCommand']('discardSuggestion'),_0xcb44ef['enableCommand']('acceptAllSuggestions'),_0xcb44ef['enableCommand']('discardAllSuggestions'),_0xcb44ef['enableCommand']('acceptSelectedSuggestions'),_0xcb44ef['enableCommand']('discardSelectedSuggestions');}}class St extends _0x2c2070{static get['requires'](){return[_0x2d0c75];}['init'](){const _0x122bc5=this['editor'],_0x37f2e7=_0x122bc5['plugins']['get']('TrackChangesEditing');_0x37f2e7['enableCommand']('shiftEnter'),_0x122bc5['editing']['downcastDispatcher']['on']('addMarker:suggestion:insertion',ke(_0x122bc5),{'priority':'high'}),_0x122bc5['editing']['downcastDispatcher']['on']('addMarker:suggestion:deletion',ke(_0x122bc5),{'priority':'high'}),_0x122bc5['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x5389f3,_0x1f6ea2,_0x15e5ba)=>{_0x15e5ba['options']['showSuggestionHighlights']&&ke(_0x122bc5,{'showActiveMarker':!0x1})(_0x5389f3,_0x1f6ea2,_0x15e5ba);}),_0x37f2e7['descriptionFactory']['registerElementLabel']('softBreak',_0x3e9cbd=>o(_0x122bc5['locale'],'ELEMENT_LINE_BREAK',_0x3e9cbd));}}function ke(_0x39cee9,{showActiveMarker:_0x3f9f63=!0x0}={}){return(_0xc8640d,_0x183325,_0xeb78d8)=>{const _0x3b29d6=_0x39cee9['plugins']['get']('TrackChangesEditing');if(!_0xeb78d8['consumable']['test'](_0x183325['markerRange'],_0xc8640d['name']))return;const _0x25dcc3=_0x39cee9['model'];for(const _0x457b0b of _0x183325['markerRange']['getItems']()){if(!_0x457b0b['is']('element','softBreak'))continue;const _0xc832d0='deletion'==_0x183325['markerName']['split'](':')[0x1]?'merge':'split',{authorId:_0x1ece66}=_0x3b29d6['_splitMarkerName'](_0x183325['markerName']),_0x5ed787=_0xeb78d8['writer']['createUIElement']('span',{'class':'ck-suggestion-marker-'+_0xc832d0,'data-author-id':_0x1ece66}),_0xeec54c=_0xeb78d8['mapper']['toViewPosition'](_0x25dcc3['createPositionBefore'](_0x457b0b));_0x3f9f63&&_0x3b29d6['activeMarkers']['includes'](_0x183325['markerName'])&&_0xeb78d8['writer']['addClass']('ck-suggestion-marker--active',_0x5ed787),_0xeb78d8['writer']['insert'](_0xeec54c,_0x5ed787),_0xeb78d8['mapper']['bindElementToMarker'](_0x5ed787,_0x183325['markerName']);}};}class At extends _0x2c2070{['afterInit'](){const _0x1ca987=this['editor'],_0x327c66=_0x1ca987['model'],_0x582fa7=_0x1ca987['locale'];if(!_0x1ca987['plugins']['has']('StandardEditingModeEditing'))return;const _0x367c44=_0x1ca987['plugins']['get']('TrackChangesEditing'),_0xb544e6='restrictedEditingException',_0x8f0c48=_0x1ca987['commands']['get'](_0xb544e6);_0x367c44['enableCommand'](_0xb544e6,(_0x27a2a8,_0x495c4f={})=>{const _0x517e8b=_0x327c66['document']['selection'];if(_0x517e8b['isCollapsed'])return void _0x27a2a8(_0x495c4f);const _0x5a33c3=void 0x0!==_0x495c4f['forceValue']?_0x495c4f['forceValue']:!_0x8f0c48['value'];_0x327c66['change'](()=>{const _0x3a1637=Array['from'](_0x517e8b['getRanges']());for(const _0x258bbc of _0x3a1637){const _0x449e2d=_0x5a33c3?[_0x258bbc]:io(_0xb544e6,_0x258bbc,_0x327c66);for(const _0x9fa722 of _0x449e2d)_0x367c44['markInlineFormat'](_0x9fa722,{'commandName':_0xb544e6,'commandParams':[{'forceValue':_0x5a33c3}]});}});}),_0x367c44['descriptionFactory']['registerDescriptionCallback'](_0x50b698=>{if('formatBlock'!=_0x50b698['type']&&'formatInline'!=_0x50b698['type'])return;const {data:_0xf352dc}=_0x50b698;return _0xf352dc&&_0xf352dc['commandName']==_0xb544e6?_0xf352dc['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x582fa7,'FORMAT_RESTRICTED_ENABLED')}:{'type':'format','content':o(_0x582fa7,'FORMAT_RESTRICTED_DISABLED')}:void 0x0;});}}class It extends _0x2c2070{['afterInit'](){const _0x5c706f=this['editor'];if(!_0x5c706f['plugins']['has']('Style')||!_0x5c706f['plugins']['has']('DataSchema'))return;const _0x53c205=_0x5c706f['plugins']['get']('TrackChangesEditing'),_0x47ef85=_0x5c706f['locale'],_0xa2a7ca=_0x5c706f['config']['get']('style')||{},_0x45ce0c=_0x5c706f['plugins']['get']('GeneralHtmlSupport'),_0x4422b6=_0x5c706f['plugins']['get']('StyleUtils')['normalizeConfig'](_0x5c706f['plugins']['get']('DataSchema'),_0xa2a7ca['definitions']);_0x53c205['enableDefaultAttributesIntegration']('style');const _0x1254e2=new Set();for(const _0x1bc2c7 of _0x4422b6['block']){const _0x5d8488=_0x45ce0c['getGhsAttributeNameForElement'](_0x1bc2c7['element']);_0x1254e2['add'](_0x5d8488);}const _0x4aba71=new Set();for(const _0x5a1a98 of _0x4422b6['inline']){const _0x2476f9=_0x45ce0c['getGhsAttributeNameForElement'](_0x5a1a98['element']);_0x4aba71['add'](_0x2476f9);for(const _0x3550a6 of _0x5a1a98['ghsAttributes'])_0x4aba71['add'](_0x3550a6);}for(const _0x557dfa of _0x1254e2)_0x53c205['registerBlockAttribute'](_0x557dfa),_0x53c205['descriptionFactory']['registerAttributeLabel'](_0x557dfa,o(_0x47ef85,'FORMAT_STYLE'));for(const _0xfc8b5 of _0x4aba71)_0x53c205['registerInlineAttribute'](_0xfc8b5),_0x53c205['descriptionFactory']['registerAttributeLabel'](_0xfc8b5,o(_0x47ef85,'FORMAT_STYLE'));this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x4d107f=this['editor'],_0x3c8931=_0x4d107f['locale'];_0x4d107f['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x295e1e=>{if('formatBlock'!=_0x295e1e['type']&&'formatInline'!=_0x295e1e['type'])return;const {data:_0x1f34e0}=_0x295e1e;return _0x1f34e0&&'style'===_0x1f34e0['commandName']?_0x1f34e0['commandParams'][0x0]['forceValue']?{'type':'format','content':o(_0x3c8931,'*Set\x20format:*\x20%0',_0x1f34e0['commandParams'][0x0]['styleName']['toLowerCase']())}:{'type':'format','content':o(_0x3c8931,'*Remove\x20format:*\x20%0',_0x1f34e0['commandParams'][0x0]['styleName']['toLowerCase']())}:void 0x0;});}}class vt extends _0x2c2070{['_tablePostFixingSubtypes'];['_tableSuggestions'];constructor(_0x4e4d72){super(_0x4e4d72),this['_tablePostFixingSubtypes']=['tableRow','tableColumn'],this['_tableSuggestions']=new Set();}['afterInit'](){const _0x43ec95=this['editor'],_0x3b7905=_0x43ec95['model']['document']['selection'];if(!_0x43ec95['plugins']['has']('TableEditing'))return;const _0x550110=_0x43ec95['locale'],_0x197731=_0x43ec95['plugins']['get']('TrackChangesEditing'),_0x4d521e=_0x43ec95['plugins']['get']('TableUtils');_0x197731['descriptionFactory']['registerElementLabel']('table',_0x391315=>o(_0x550110,'ELEMENT_TABLE',_0x391315)),this['_setupColumnsRowsFixing'](),_0x197731['enableCommand']('insertTable'),_0x197731['enableCommand']('selectTableRow'),_0x197731['enableCommand']('selectTableColumn');for(const _0x2b5a8a of['insertTableRowAbove','insertTableRowBelow']){const _0x588f97=_0x43ec95['commands']['get'](_0x2b5a8a);_0x197731['enableCommand'](_0x2b5a8a,_0x2baf81=>{_0x43ec95['model']['change'](_0x4242d6=>{_0x2baf81();const _0x5ef95b='above'===_0x588f97['order'],_0x309a1a=_0x4d521e['getSelectionAffectedTableCells'](_0x3b7905),_0x55cda6=_0x4d521e['getRowIndexes'](_0x309a1a),_0x4cdecf=_0x5ef95b?_0x55cda6['first']-0x1:_0x55cda6['last']+0x1,_0x41345f=_0x309a1a[0x0]['findAncestor']('table'),_0x3dca99=_0x4d521e['createTableWalker'](_0x41345f,{'startRow':_0x4cdecf,'endRow':_0x4cdecf}),_0x454822=Array['from'](_0x3dca99)['map'](_0x37494c=>_0x4242d6['createRangeOn'](_0x37494c['cell']));_0x197731['markMultiRangeInsertion'](_0x454822,'tableRow');});});}for(const _0x2fa8e0 of['insertTableColumnLeft','insertTableColumnRight']){const _0x3dc686=_0x43ec95['commands']['get'](_0x2fa8e0);_0x197731['enableCommand'](_0x2fa8e0,_0x373a35=>{_0x43ec95['model']['change'](_0x4244a3=>{_0x373a35();const _0xafe3e2='left'===_0x3dc686['order'],_0x4de011=_0x4d521e['getSelectionAffectedTableCells'](_0x3b7905),_0x14819f=_0x4d521e['getColumnIndexes'](_0x4de011),_0x4e1b49=_0xafe3e2?_0x14819f['first']-0x1:_0x14819f['last']+0x1,_0x550c14=_0x4de011[0x0]['findAncestor']('table'),_0x353aa3=_0x4d521e['createTableWalker'](_0x550c14,{'startRow':0x0,'column':_0x4e1b49,'includeAllSlots':!0x1}),_0x51555c=Array['from'](_0x353aa3)['map'](_0x2b0220=>_0x4244a3['createRangeOn'](_0x2b0220['cell']));_0x197731['markMultiRangeInsertion'](_0x51555c,'tableColumn');});});}for(const _0x4e830c of['removeTableRow','removeTableColumn']){const _0x22a90c=_0x4e830c['substr'](0xb),_0x4d557f=_0x22a90c['toLowerCase'](),_0x528e78=_0x4d557f['substr'](0x0,0x3)+'span',_0x6103b='table'+_0x22a90c,_0x17aa52='min'+_0x22a90c,_0x5ef1bf='max'+_0x22a90c;_0x197731['enableCommand'](_0x4e830c,()=>{_0x43ec95['model']['change'](_0x606b25=>{const _0x5873c8=_0x4d521e['getSelectionAffectedTableCells'](_0x3b7905),_0x2e7742=_0x5873c8[0x0]['findAncestor']('table');let _0x127de2;if('removeTableRow'==_0x4e830c){const _0x4a6500=_0x4d521e['getRowIndexes'](_0x5873c8);_0x127de2={'startRow':_0x4a6500['first'],'endRow':_0x4a6500['last'],'includeAllSlots':!0x0};}else{const _0x4c67bd=_0x4d521e['getColumnIndexes'](_0x5873c8);_0x127de2={'startColumn':_0x4c67bd['first'],'endColumn':_0x4c67bd['last'],'includeAllSlots':!0x0};}const _0x3db782=_0x4d521e['createTableWalker'](_0x2e7742,_0x127de2),_0x11ad80=Array['from'](_0x3db782)['map'](({cell:_0x4ec609})=>_0x4ec609),_0x386f78=Re(_0x11ad80['filter'](_0x12cefa=>_0x12cefa['hasAttribute'](_0x528e78))),_0xfaf0cc=Re(_0x11ad80['filter'](_0x238df3=>!_0x238df3['hasAttribute'](_0x528e78)))['map'](_0x155a49=>_0x606b25['createRangeOn'](_0x155a49)),_0x1e48ce=_0x197731['markMultiRangeDeletion'](_0xfaf0cc,_0x6103b);if(_0x1e48ce&&('tableRow'==_0x1e48ce['subType']||'tableColumn'==_0x1e48ce['subType'])){const _0x63300d=this['_getSuggestionCoords'](_0x1e48ce);for(const _0x57c8ec of _0x386f78){const _0x35bacd=_0x606b25['createRangeOn'](_0x57c8ec),_0x5e6e37=_0x4d521e['getCellLocation'](_0x57c8ec),_0x5a5eba=_0x57c8ec['getAttribute'](_0x528e78)-0x1,_0x40098f=_0x63300d[_0x17aa52],_0x4404b9=_0x63300d[_0x5ef1bf];_0x40098f<=_0x5e6e37[_0x4d557f]&&_0x5e6e37[_0x4d557f]+_0x5a5eba<=_0x4404b9&&_0x1e48ce['addRange'](_0x35bacd);}}});});}function _0x17530a(_0x20b099){const _0x462abd=Array['from'](_0x3b7905['getRanges']())['map'](_0xe84b01=>_0x1b403d['fromRange'](_0xe84b01));_0x43ec95['model']['change'](_0x266df4=>{const _0x420cb2=_0x266df4['batch'];_0x20b099=_0x20b099['filter'](_0x4305a3=>'$graveyard'!=_0x4305a3['root']['rootName']),_0x266df4['setSelection'](_0x20b099),_0x43ec95['commands']['get']('removeTableRow')['refresh'](),_0x43ec95['execute']('removeTableRow',{'forceDefaultExecution':!0x0}),_0x43ec95['model']['enqueueChange'](()=>{_0x43ec95['model']['enqueueChange'](_0x420cb2,_0x38b727=>{const _0x4b0e0c=_0x462abd['filter'](_0x3af7b3=>'$graveyard'!=_0x3af7b3['root']['rootName']);_0x4b0e0c['length']>0x0&&_0x38b727['setSelection'](_0x4b0e0c);for(const _0xf70af8 of _0x462abd)_0xf70af8['detach']();});});});}function _0x8e0bcb(_0x39ef8b){_0x43ec95['model']['change'](_0xde836f=>{const _0x2bc276=Array['from'](_0x3b7905['getRanges']())['map'](_0x2cbbb6=>_0x1b403d['fromRange'](_0x2cbbb6)),_0x324dbd=[];for(const _0x4c489d of _0x39ef8b)for(const _0x4adb3e of _0x4c489d['getItems']({'shallow':!0x0}))_0x324dbd['push'](_0x4adb3e);for(const _0xa4219c of _0x324dbd)'$graveyard'!=_0xa4219c['root']['rootName']&&(_0xde836f['setSelection'](_0xde836f['createPositionAt'](_0xa4219c,0x0)),_0x43ec95['commands']['get']('removeTableColumn')['refresh'](),_0x43ec95['execute']('removeTableColumn',{'forceDefaultExecution':!0x0}));const _0x4209dd=_0x2bc276['filter'](_0x5bf925=>'$graveyard'!=_0x5bf925['root']['rootName']);_0x4209dd['length']>0x0&&_0xde836f['setSelection'](_0x4209dd);for(const _0x3b66b3 of _0x2bc276)_0x3b66b3['detach']();});}function _0xe74295(_0x10d108,_0x3e2265){return _0x3e2265['every'](_0x41c4d0=>_0x10d108['some'](_0x3180e2=>_0x3180e2['end']['isEqual'](_0x41c4d0['start'])||_0x41c4d0['end']['isEqual'](_0x3180e2['start'])));}function _0x43951d(_0x22e672,_0x45cec4){return!_0x22e672['some'](_0x245763=>_0x45cec4['some'](_0x534e2a=>_0x245763['isIntersecting'](_0x534e2a)))&&_0x22e672['some'](_0x4cb89f=>_0x45cec4['some'](_0xc3df28=>_0x4cb89f['end']['isTouching'](_0xc3df28['start'])));}_0x43ec95['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x5a45a1,_0x52eb7a,_0x1e1d94)=>{if(!_0x1e1d94['options']['showSuggestionHighlights'])return;const _0x575303=_0x52eb7a['item'];if(!_0x575303)return;const _0x47fd1e=_0x1e1d94['mapper']['toViewElement'](_0x575303);function _0x156ae5(_0x17ddd8){return Array['isArray'](_0x17ddd8)?_0x17ddd8:[_0x17ddd8];}_0x47fd1e&&'tableCell'===_0x575303['name']&&_0x3c4076(_0x47fd1e,_0x1e1d94['writer'],(_0x5177e1,_0x4d2ced,_0x8ad42e)=>_0x8ad42e['addClass'](_0x156ae5(_0x4d2ced['classes']),_0x5177e1),(_0x3d0b23,_0x3e35e6,_0x3c2d7c)=>_0x3c2d7c['removeClass'](_0x156ae5(_0x3e35e6['classes']),_0x3d0b23));},{'priority':'highest'}),_0x197731['descriptionFactory']['registerDescriptionCallback'](_0x19d7cc=>{if('insertion'!=_0x19d7cc['type']&&'deletion'!=_0x19d7cc['type'])return;const _0x40d694=_0x19d7cc['getContainedElement']();if(null!=_0x40d694&&_0x40d694['is']('element','table')){if('insertion'==_0x19d7cc['type']){const _0x5a6bfe=_0x19d7cc['getItems']()['filter'](_0x2a4a62=>_0x2a4a62['is']('$textProxy'))['map'](_0x362b20=>_0x362b20['data']);if(_0x5a6bfe['length'])return{'type':'insertion','content':o(_0x550110,'*Insert:*\x20%0',o(_0x550110,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x5a6bfe['join']('\x20')+'\x22'))};}if('deletion'==_0x19d7cc['type']){const _0x2602ed=_0x19d7cc['getItems']()['filter'](_0x1983aa=>_0x1983aa['is']('$textProxy'))['map'](_0xa5fe24=>_0xa5fe24['data']);if(_0x2602ed['length'])return{'type':'deletion','content':o(_0x550110,'*Remove:*\x20%0',o(_0x550110,'ELEMENT_TABLE_WITH_TEXT','\x22'+_0x2602ed['join']('\x20')+'\x22'))};}}}),_0x197731['descriptionFactory']['registerDescriptionCallback'](_0x12c5e2=>{if('tableRow'==_0x12c5e2['subType']){const _0x36660f=_0x12c5e2['getItems']()['filter'](_0x5ac314=>_0x5ac314['is']('$textProxy'))['map'](_0x8c1e02=>_0x8c1e02['data']),_0x33b53b=this['_getSuggestionCoords'](_0x12c5e2),_0x33378a=_0x33b53b['maxRow']-_0x33b53b['minRow']+0x1;if('insertion'==_0x12c5e2['type'])return _0x36660f['length']?{'type':'insertion','content':o(_0x550110,'*Insert:*\x20%0',o(_0x550110,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x33378a,'\x22'+_0x36660f['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x550110,'*Insert:*\x20%0',o(_0x550110,'ELEMENT_TABLE_ROW',_0x33378a))};if('deletion'==_0x12c5e2['type'])return _0x36660f['length']?{'type':'deletion','content':o(_0x550110,'*Remove:*\x20%0',o(_0x550110,'ELEMENT_TABLE_ROW_WITH_TEXT',[_0x33378a,'\x22'+_0x36660f['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x550110,'*Remove:*\x20%0',o(_0x550110,'ELEMENT_TABLE_ROW',_0x33378a))};}if('tableColumn'==_0x12c5e2['subType']){const _0x3c6a13=_0x12c5e2['getItems']()['filter'](_0x13721f=>_0x13721f['is']('$textProxy'))['map'](_0x55e65e=>_0x55e65e['data']),_0x70c46a=this['_getSuggestionCoords'](_0x12c5e2),_0x46af97=_0x70c46a['maxColumn']-_0x70c46a['minColumn']+0x1;if('insertion'==_0x12c5e2['type'])return _0x3c6a13['length']?{'type':'insertion','content':o(_0x550110,'*Insert:*\x20%0',o(_0x550110,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x46af97,'\x22'+_0x3c6a13['join']('\x20')+'\x22']))}:{'type':'insertion','content':o(_0x550110,'*Insert:*\x20%0',o(_0x550110,'ELEMENT_TABLE_COLUMN',_0x46af97))};if('deletion'==_0x12c5e2['type'])return _0x3c6a13['length']?{'type':'deletion','content':o(_0x550110,'*Remove:*\x20%0',o(_0x550110,'ELEMENT_TABLE_COLUMN_WITH_TEXT',[_0x46af97,'\x22'+_0x3c6a13['join']('\x20')+'\x22']))}:{'type':'deletion','content':o(_0x550110,'*Remove:*\x20%0',o(_0x550110,'ELEMENT_TABLE_COLUMN',_0x46af97))};}}),_0x197731['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','discard',_0x17530a),_0x197731['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','accept',_0x17530a),_0x197731['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','discard',_0x8e0bcb),_0x197731['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','accept',_0x8e0bcb),_0x197731['_suggestionFactory']['registerCustomCallback']('insertion','tableColumn','join',_0xe74295),_0x197731['_suggestionFactory']['registerCustomCallback']('deletion','tableColumn','join',_0xe74295),_0x197731['_suggestionFactory']['registerCustomCallback']('insertion','tableRow','join',_0x43951d),_0x197731['_suggestionFactory']['registerCustomCallback']('deletion','tableRow','join',_0x43951d);}['_acceptFormatSuggestionCallbackFactory'](){const _0x133913=this['editor'],_0x44a4b1=_0x133913['model']['document']['selection'];return(_0x3f872e,_0x49754f)=>{_0x133913['model']['change'](_0x4ed3ac=>{const {commandName:_0x5a24de,commandParams:_0x3e07f9}=_0x49754f;let _0x325da1=_0x3f872e[0x0]['end']['nodeBefore'];_0x3e07f9&&_0x3e07f9[0x0]&&!0x1===_0x3e07f9[0x0]['forceValue']&&(_0x325da1=_0x3f872e[0x0]['start']['nodeAfter']);const _0x341a7e=_0x4ed3ac['createRangeIn'](_0x325da1);if('$graveyard'==_0x341a7e['root']['rootName'])return;const _0x524735=Array['from'](_0x44a4b1['getRanges']())['map'](_0x175254=>_0x1b403d['fromRange'](_0x175254));_0x4ed3ac['setSelection'](_0x341a7e),_0x133913['commands']['get'](_0x5a24de)['refresh'](),_0x3e07f9['push']({'forceDefaultExecution':!0x0}),_0x133913['execute'](_0x5a24de,..._0x3e07f9);const _0x4f9913=_0x524735['filter'](_0x50c347=>'$graveyard'!=_0x50c347['root']['rootName']);_0x4f9913['length']>0x0&&_0x4ed3ac['setSelection'](_0x4f9913);for(const _0x2c09b0 of _0x524735)_0x2c09b0['detach']();});};}['_getCoordsForCells'](_0x5e5228){const _0x157605=this['editor']['plugins']['get']('TableUtils');let _0xca707d=Number['MAX_SAFE_INTEGER'],_0x503519=Number['MIN_SAFE_INTEGER'],_0x5cc98b=Number['MAX_SAFE_INTEGER'],_0x589ab6=Number['MIN_SAFE_INTEGER'];for(const _0x2c9e92 of _0x5e5228){if('$graveyard'==_0x2c9e92['root']['rootName'])continue;const {row:_0x59abf1,column:_0x3451a5}=_0x157605['getCellLocation'](_0x2c9e92),_0x375dca=_0x2c9e92['hasAttribute']('rowspan')?_0x2c9e92['getAttribute']('rowspan')-0x1:0x0,_0x579fa0=_0x2c9e92['hasAttribute']('colspan')?_0x2c9e92['getAttribute']('colspan')-0x1:0x0;_0xca707d=_0x59abf1<_0xca707d?_0x59abf1:_0xca707d,_0x503519=_0x59abf1+_0x375dca>_0x503519?_0x59abf1+_0x375dca:_0x503519,_0x5cc98b=_0x3451a5<_0x5cc98b?_0x3451a5:_0x5cc98b,_0x589ab6=_0x3451a5+_0x579fa0>_0x589ab6?_0x3451a5+_0x579fa0:_0x589ab6;}return{'minRow':_0xca707d,'maxRow':_0x503519,'minColumn':_0x5cc98b,'maxColumn':_0x589ab6};}['_setupColumnsRowsFixing'](){const _0x424253=this['editor'],_0x2af891=_0x424253['plugins']['get']('TrackChangesEditing'),_0x3ca7a9=_0x424253['plugins']['get']('TableUtils');_0x424253['model']['document']['on']('change:data',()=>{const _0x257df2=Array['from'](_0x424253['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x352d6e,data:_0x5dd5e9}of _0x257df2){const {group:_0x57c85c,id:_0x5b062b,subType:_0x1fe67f}=_0x2af891['_splitMarkerName'](_0x352d6e);if('suggestion'!=_0x57c85c)continue;if(null!=_0x5dd5e9['oldRange'])continue;const _0x26f2d4=_0x2af891['getSuggestion'](_0x5b062b);this['_tablePostFixingSubtypes']['includes'](_0x1fe67f)&&this['_tableSuggestions']['add'](_0x26f2d4);}},{'priority':'low'});const _0x5ee63f=(_0x53bb3b,_0x29a406)=>{let _0x3a3359=!0x1;const _0x1cf4d3=_0x29a406['createRangeOn'](_0x53bb3b),_0x33981c=_0x53bb3b['findAncestor']('table'),_0x10b53e=_0x3ca7a9['getCellLocation'](_0x53bb3b);for(const _0x26295f of this['_tableSuggestions']){const _0x11ddaf=_0x26295f['subType'],_0xca98c9=_0x11ddaf['startsWith']('tablePaste'),_0x5743d8=_0x11ddaf['substr'](_0xca98c9?0xa:0x5),_0x4dc0f0=_0x5743d8['toLowerCase'](),_0x1652dd=_0x4dc0f0['substr'](0x0,0x3)+'span',_0x209e9f='min'+_0x5743d8,_0x223f40='max'+_0x5743d8;if(!_0x26295f['isInContent'])continue;if(_0x33981c!=_0x26295f['getFirstRange']()['start']['findAncestor']('table'))continue;if(_0x26295f['isIntersectingWithRange'](_0x1cf4d3))continue;const _0x3f6fa3=_0x53bb3b['hasAttribute'](_0x1652dd)?_0x53bb3b['getAttribute'](_0x1652dd)-0x1:0x0,_0x509c0a=this['_getSuggestionCoords'](_0x26295f),_0x59e17d=_0x509c0a[_0x209e9f],_0x3b3044=_0x509c0a[_0x223f40];_0x59e17d<=_0x10b53e[_0x4dc0f0]&&_0x10b53e[_0x4dc0f0]+_0x3f6fa3<=_0x3b3044&&(_0x26295f['addRange'](_0x1cf4d3),_0x3a3359=!0x0);}return _0x3a3359;};_0x424253['model']['document']['registerPostFixer'](_0x33b5f0=>{let _0x1cb32c=!0x1;for(const _0x264f6f of _0x424253['model']['document']['differ']['getChanges']())if('insert'==_0x264f6f['type']){if('tableRow'==_0x264f6f['name']){for(const _0xc1c49c of _0x264f6f['position']['nodeAfter']['getChildren']())_0x1cb32c=_0x1cb32c||_0x5ee63f(_0xc1c49c,_0x33b5f0);}else'tableCell'==_0x264f6f['name']&&(_0x1cb32c=_0x1cb32c||_0x5ee63f(_0x264f6f['position']['nodeAfter'],_0x33b5f0));}return _0x1cb32c;});}['_getSuggestionCoords'](_0x5c4bf5){return this['_getCoordsForCells'](_0x5c4bf5['getRanges']()['map'](_0x149efd=>_0x149efd['start']['nodeAfter']));}}function Re(_0x5273f9){return Array['from'](new Set(_0x5273f9)['values']());}class _t extends _0x2c2070{static get['requires'](){return[vt];}['afterInit'](){const _0x15ca38=this['editor'],_0x17afd8=_0x15ca38['model']['document']['selection'],_0x2729ee=_0x15ca38['locale'];if(!_0x15ca38['plugins']['has']('TableEditing'))return;const _0x3df35a=_0x15ca38['plugins']['get']('TrackChangesEditing'),_0x227356=_0x15ca38['plugins']['get']('TableUtils'),_0x10c551=_0x15ca38['plugins']['get'](vt);_0x10c551['_tablePostFixingSubtypes']['push']('mergeTableCells'),_0x3df35a['enableCommand']('mergeTableCells',()=>{const _0x331011=_0x227356['getSelectionAffectedTableCells'](_0x15ca38['model']['document']['selection']);_0x15ca38['model']['change'](()=>{_0x3df35a['markMultiRangeBlockFormat'](_0x331011,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x15ca38['commands']['get']('mergeTableCells')['on']('execute',(_0x4514cb,_0x389478)=>{_0x15ca38['commands']['get']('trackChanges')['value']&&(_0x389478['length']>0x0&&_0x389478[_0x389478['length']-0x1]&&_0x389478[_0x389478['length']-0x1]['forceDefaultExecution']||_0x3df35a['_isForcedDefaultExecutionBlock']||this['_areSelectedCellsMergable']()||_0x4514cb['stop']());},{'priority':'highest'});for(const _0x1013fd of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft']){const _0x2c6999=_0x15ca38['commands']['get'](_0x1013fd);_0x3df35a['enableCommand'](_0x1013fd,()=>{const _0x179b31=_0x15ca38['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x3bf112=>_0x3bf112['is']('element','tableCell')),_0x33271f=_0x2c6999['value'];_0x15ca38['model']['change'](()=>{_0x3df35a['markMultiRangeBlockFormat']([_0x179b31,_0x33271f],{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});});}for(const _0x2d737f of['splitTableCellVertically','splitTableCellHorizontally']){const _0x296eee=_0x15ca38['commands']['get'](_0x2d737f);_0x3df35a['enableCommand'](_0x2d737f,()=>{const _0x481f78=_0x227356['getSelectionAffectedTableCells'](_0x15ca38['model']['document']['selection'])[0x0],_0x3f2531=_0x481f78['findAncestor']('table'),{column:_0x2b178d,row:_0x52512d}=_0x227356['getCellLocation'](_0x481f78);let _0x5bf6e0=[];if('horizontally'==_0x296eee['direction']){const _0x45578d=_0x227356['createTableWalker'](_0x3f2531,{'startRow':_0x52512d,'endRow':_0x52512d,'includeAllSlots':!0x0});_0x5bf6e0=Array['from'](_0x45578d)['map'](_0x2c82fa=>_0x2c82fa['cell']);}else{const _0x40391f=_0x227356['createTableWalker'](_0x3f2531,{'column':_0x2b178d,'includeAllSlots':!0x0});_0x5bf6e0=Array['from'](_0x40391f)['map'](_0x32cf80=>_0x32cf80['cell']);}_0x15ca38['model']['change'](_0x46bd97=>{_0x3df35a['markBlockFormat'](_0x46bd97['createRangeOn'](_0x481f78),{'commandName':_0x2d737f,'commandParams':[]},_0x5bf6e0,_0x2d737f);});});}_0x3df35a['descriptionFactory']['registerDescriptionCallback'](_0x35895f=>{if('formatBlock'!=_0x35895f['type']&&'formatInline'!=_0x35895f['type'])return;const {data:_0xcceb54}=_0x35895f;return _0xcceb54&&'mergeTableCells'==_0xcceb54['commandName']?{'type':'format','content':o(_0x2729ee,'*Merge\x20cells*')}:void 0x0;}),_0x3df35a['descriptionFactory']['registerDescriptionCallback'](_0xac4686=>{if('formatBlock'!=_0xac4686['type']&&'formatInline'!=_0xac4686['type'])return;const {data:_0x162db7}=_0xac4686;return _0x162db7?'splitTableCellVertically'==_0x162db7['commandName']?{'type':'format','content':o(_0x2729ee,'*Split\x20cell:*\x20vertically')}:'splitTableCellHorizontally'==_0x162db7['commandName']?{'type':'format','content':o(_0x2729ee,'*Split\x20cell:*\x20horizontally')}:void 0x0:void 0x0;});const _0x410ea7=_0x10c551['_acceptFormatSuggestionCallbackFactory']();for(const _0x4bf96c of['mergeTableCellUp','mergeTableCellRight','mergeTableCellDown','mergeTableCellLeft'])_0x3df35a['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4bf96c,'accept',_0x410ea7);for(const _0x94a512 of['splitTableCellVertically','splitTableCellHorizontally'])_0x3df35a['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x94a512,'accept',_0x410ea7);_0x3df35a['_suggestionFactory']['registerCustomCallback']('formatBlock','mergeTableCells','accept',_0x57e8b0=>{_0x15ca38['model']['change'](_0x3ef916=>{const _0x1092a2=Array['from'](_0x17afd8['getRanges']())['map'](_0x2e4092=>_0x1b403d['fromRange'](_0x2e4092));_0x3ef916['setSelection'](_0x57e8b0),_0x15ca38['commands']['get']('mergeTableCells')['refresh'](),_0x15ca38['execute']('mergeTableCells',{'forceDefaultExecution':!0x0});const _0x28307f=_0x1092a2['filter'](_0x1201b5=>'$graveyard'!=_0x1201b5['root']['rootName']);_0x28307f['length']>0x0&&_0x3ef916['setSelection'](_0x28307f);for(const _0x24cd19 of _0x1092a2)_0x24cd19['detach']();});});for(const _0x11e6fa of['mergeTableCellUp','mergeTableCellDown','mergeTableCellLeft','mergeTableCellRight']){const _0x37d7fd=_0x15ca38['commands']['get'](_0x11e6fa);_0x37d7fd['on']('set:isEnabled',(_0x4818e3,_0x38d3d7,_0x396b69)=>{if(_0x396b69){const _0x6cb256=_0x15ca38['model']['document']['selection']['getFirstPosition']()['getAncestors']()['find'](_0x102f70=>_0x102f70['is']('element','tableCell'));this['_areMergableCells'](_0x37d7fd['value'],_0x6cb256)||(_0x4818e3['return']=!0x1,_0x4818e3['stop']());}},{'priority':'low'});}}['_areSelectedCellsMergable'](){const _0x169fe8=this['editor']['commands']['get']('mergeTableCells'),_0x29e89f=this['editor']['plugins']['get']('TableUtils');if(!_0x169fe8['isEnabled'])return!0x1;const _0x20baba=_0x29e89f['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);for(const _0x3d1c28 of _0x20baba)for(const _0xf291e7 of _0x20baba)if(_0x3d1c28!=_0xf291e7&&!this['_areMergableCells'](_0x3d1c28,_0xf291e7))return!0x1;return!0x0;}['_areMergableCells'](_0x52ac07,_0x1048e4){const _0x6ddac5=this['editor']['plugins']['get']('TrackChangesEditing'),_0x1d8e79=this['editor']['model']['createRangeOn'](_0x52ac07),_0x3c6993=this['editor']['model']['createRangeOn'](_0x1048e4),_0x4a11d2=new Set(),_0x43e1b4=new Set();for(const _0xcb8207 of _0x6ddac5['getSuggestions']())if(('insertion'==_0xcb8207['type']||'deletion'==_0xcb8207['type']||'mergeTableCells'==_0xcb8207['subType'])&&_0xcb8207['isInContent']){for(const _0x4ba020 of _0xcb8207['getRanges']())_0x4ba020['containsRange'](_0x1d8e79,!0x0)&&_0x4a11d2['add'](_0xcb8207['type']+':'+_0xcb8207['author']['id']),_0x4ba020['containsRange'](_0x3c6993,!0x0)&&_0x43e1b4['add'](_0xcb8207['type']+':'+_0xcb8207['author']['id']);}if(_0x4a11d2['size']!=_0x43e1b4['size'])return!0x1;for(const _0xbe58d3 of _0x4a11d2)if(!_0x43e1b4['has'](_0xbe58d3))return!0x1;return!0x0;}}class Ct extends _0x2c2070{static get['requires'](){return[vt];}['afterInit'](){const _0x348eb3=this['editor'];if(!_0x348eb3['plugins']['has']('TableEditing'))return;const _0x4023b8=_0x348eb3['locale'],_0x5d10ea=_0x348eb3['plugins']['get']('TrackChangesEditing');_0x5d10ea['enableDefaultAttributesIntegration']('setTableRowHeader'),_0x5d10ea['enableDefaultAttributesIntegration']('setTableColumnHeader'),_0x5d10ea['registerBlockAttribute']('headingRows'),_0x5d10ea['registerBlockAttribute']('headingColumns'),_0x5d10ea['descriptionFactory']['registerAttributeLabel']('headingRows',o(_0x4023b8,'FORMAT_HEADER_ROW')),_0x5d10ea['descriptionFactory']['registerAttributeLabel']('headingColumns',o(_0x4023b8,'FORMAT_HEADER_COLUMN')),this['_handleLegacySuggestions']();}['_handleLegacySuggestions'](){const _0x36399f=this['editor']['plugins']['get']('TrackChangesEditing'),_0xd81481=this['editor']['plugins']['get']('TableUtils'),_0x12c6d2=this['editor']['plugins']['get'](vt)['_acceptFormatSuggestionCallbackFactory']();function _0x1dc8d8({showActiveMarker:_0x59c381=!0x0,setDataAttribute:_0x5d3619=!0x0}={}){return(_0x4327f8,_0xc47b29,_0xaa5bba)=>{const {type:_0x446c4c,id:_0x598eef}=_0x36399f['_splitMarkerName'](_0xc47b29['markerName']),_0x495b29=_0x36399f['getSuggestion'](_0x598eef),_0x3969fd=_0x495b29['data'];if('formatBlock'!=_0x495b29['type']||!_0x3969fd||'setTableColumnHeader'!=_0x3969fd['commandName'])return;if(_0xc47b29['item'])return void _0x4327f8['stop']();if(!_0xaa5bba['consumable']['consume'](_0xc47b29['markerRange'],_0x4327f8['name']))return;const _0x315188=_0xc47b29['markerRange']['start']['nodeAfter'],_0x31d801=_0xc47b29['markerRange']['end']['nodeBefore'],_0x1c8137=_0x315188['parent']['parent'],{column:_0x54dbfd}=_0xd81481['getCellLocation'](_0x315188),{column:_0x45f5c3}=_0xd81481['getCellLocation'](_0x31d801);for(let _0x3fddc5=_0x54dbfd;_0x3fddc5<=_0x45f5c3;_0x3fddc5++){const _0x18ca77=_0xd81481['createTableWalker'](_0x1c8137,{'column':_0x3fddc5,'includeAllSlots':!0x1});for(const _0x1245c6 of _0x18ca77){const _0x5c8647=_0x1245c6['cell'],_0x416bac=_0xaa5bba['mapper']['toViewElement'](_0x5c8647);_0xaa5bba['writer']['addClass']('ck-suggestion-marker-'+_0x446c4c,_0x416bac),_0x5d3619&&_0xaa5bba['writer']['setAttribute']('data-suggestion',_0x598eef,_0x416bac),_0xaa5bba['mapper']['bindElementToMarker'](_0x416bac,_0xc47b29['markerName']),_0x59c381&&(_0x36399f['activeMarkers']['includes'](_0xc47b29['markerName'])?_0xaa5bba['writer']['addClass']('ck-suggestion-marker--active',_0x416bac):_0xaa5bba['writer']['removeClass']('ck-suggestion-marker--active',_0x416bac));}}};}_0x36399f['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableRowHeader','accept',_0x12c6d2),_0x36399f['_suggestionFactory']['registerCustomCallback']('formatBlock','setTableColumnHeader','accept',_0x12c6d2),this['editor']['editing']['downcastDispatcher']['on']('addMarker:suggestion',_0x1dc8d8(),{'priority':'highest'}),this['editor']['data']['downcastDispatcher']['on']('addMarker:suggestion',(_0x3b6b5e,_0xb5b7d8,_0x2961bc)=>{_0x2961bc['options']['showSuggestionHighlights']&&_0x1dc8d8({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x3b6b5e,_0xb5b7d8,_0x2961bc);},{'priority':'highest'}),this['editor']['editing']['downcastDispatcher']['on']('removeMarker:suggestion',(_0xf3f3bc,_0x119413,_0x218f27)=>{const {type:_0xe12081,id:_0x3db0a6}=_0x36399f['_splitMarkerName'](_0x119413['markerName']),_0x46b5ce=_0x36399f['getSuggestion'](_0x3db0a6),_0x42dfc8=_0x46b5ce['data'];if('formatBlock'!=_0x46b5ce['type']||!_0x42dfc8||'setTableColumnHeader'!=_0x42dfc8['commandName'])return;const _0x3477ed=_0x218f27['mapper']['markerNameToElements'](_0x119413['markerName']);if(_0x3477ed){for(const _0x1b849d of _0x3477ed)_0x218f27['writer']['removeClass']('ck-suggestion-marker-'+_0xe12081,_0x1b849d),_0x218f27['writer']['removeClass']('ck-suggestion-marker--active',_0x1b849d),_0x218f27['writer']['removeAttribute']('data-suggestion',_0x1b849d),_0x218f27['mapper']['unbindElementFromMarkerName'](_0x1b849d,_0x119413['markerName']);}},{'priority':'highest'}),this['_registerLegacyDescription']();}['_registerLegacyDescription'](){const _0x2b741b=this['editor'],_0x27528f=_0x2b741b['locale'];function _0x5d0fc4(_0x2337f7){return{'type':'format','content':o(_0x27528f,'*Format:*\x20%0',_0x2337f7)};}_0x2b741b['plugins']['get']('TrackChangesEditing')['descriptionFactory']['registerDescriptionCallback'](_0x4244e8=>{if('formatBlock'!=_0x4244e8['type'])return;const {data:_0xc3c965}=_0x4244e8;if(_0xc3c965){if('setTableRowHeader'==_0xc3c965['commandName']){const _0x2307f5=_0xc3c965['commandParams'][0x0]['forceValue'];return _0x5d0fc4(o(_0x27528f,_0x2307f5?'FORMAT_HEADER_ROW':'FORMAT_REGULAR_ROW'));}if('setTableColumnHeader'==_0xc3c965['commandName']){const _0x3e771f=_0xc3c965['commandParams'][0x0]['forceValue'];return _0x5d0fc4(o(_0x27528f,_0x3e771f?'FORMAT_HEADER_COLUMN':'FORMAT_REGULAR_COLUMN'));}}});}}const we=['tableCellBorderWidth','tableCellBorderColor','tableCellBorderStyle','tableCellHorizontalAlignment','tableCellVerticalAlignment','tableCellBackgroundColor','tableCellPadding'],ve=Object['fromEntries'](we['map'](_0x4cd541=>[_0x4cd541,null]));class Nt extends _0x2c2070{static get['requires'](){return[vt];}['afterInit'](){const _0x4bb9eb=this['editor'];if(!_0x4bb9eb['plugins']['has']('TableClipboard'))return;const _0x41a4ab=_0x4bb9eb['plugins']['get']('TrackChangesEditing'),_0x27d8c3=_0x4bb9eb['plugins']['get']('TableUtils'),_0x753670=_0x4bb9eb['plugins']['get'](vt),_0x11bb0f=_0x4bb9eb['plugins']['get']('TableClipboard');_0x753670['_tablePostFixingSubtypes']['push']('tablePasteRow','tablePasteColumn'),_0x4bb9eb['model']['schema']['register']('tableCellSuggestion',{'allowIn':'tableCell','allowContentOf':'tableCell','isLimit':!0x0}),_0x4bb9eb['conversion']['elementToElement']({'model':'tableCellSuggestion','view':'suggestion-td'});let _0x4b00dd=null;_0x4bb9eb['model']['on']('insertContent',(_0x147098,_0x2e6ac9)=>{const [_0xef6fc2,_0x552edc]=_0x2e6ac9,_0x150c8b=_0x2e6ac9[_0x2e6ac9['length']-0x1];_0x150c8b&&_0x150c8b['forceDefaultExecution']||_0x41a4ab['_isForcedDefaultExecutionBlock']||this['editor']['commands']['get']('trackChanges')['value']&&function(_0x4ae148,_0x5daf00,_0x12ef71,_0x2e8204,_0x3c18d9){if(_0x5daf00&&!_0x5daf00['is']('documentSelection'))return!0x1;const _0x467629=_0x3c18d9['getTableIfOnlyTableInContent'](_0x4ae148,_0x12ef71);if(!_0x467629||!Ae(_0x467629,void 0x0,_0x2e8204))return!0x1;const _0x203eea=_0x2e8204['getSelectionAffectedTableCells'](_0x12ef71['document']['selection']);if(!_0x203eea['length'])return!0x1;const _0x3ad4be=_0x203eea[0x0]['findAncestor']('table'),_0x282cab=_0x2e8204['getRowIndexes'](_0x203eea),_0x2ad05a=_0x2e8204['getColumnIndexes'](_0x203eea),_0x3ffed9={'startRow':_0x282cab['first'],'endRow':_0x282cab['last'],'startColumn':_0x2ad05a['first'],'endColumn':_0x2ad05a['last']};return 0x1==_0x203eea['length']&&(_0x3ffed9['endRow']+=_0x2e8204['getRows'](_0x467629)-0x1,_0x3ffed9['endColumn']+=_0x2e8204['getColumns'](_0x467629)-0x1),Ae(_0x3ad4be,_0x3ffed9,_0x2e8204);}(_0xef6fc2,_0x552edc,_0x4bb9eb['model'],_0x27d8c3,_0x11bb0f)&&(_0x147098['stop'](),_0x4b00dd={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x4bb9eb['model']['change'](()=>{_0x4bb9eb['model']['insertContent'](_0x2e6ac9[0x0],_0x2e6ac9[0x1],_0x2e6ac9[0x2],{'forceDefaultExecution':!0x0});const _0x349d98=_0x42487e(),{rowInsertionRanges:_0x282c1f,columnInsertionRanges:_0x1aed99,insertionRanges:_0x3ae2a5,deletionRanges:_0x4d69c6,cells:_0x2f66d1}=_0x4b00dd;_0x282c1f['length']&&_0x41a4ab['markMultiRangeInsertion'](_0x282c1f,'tablePasteRow',{'tablePasteChainId':_0x349d98}),_0x1aed99['length']&&_0x41a4ab['markMultiRangeInsertion'](_0x1aed99,'tablePasteColumn',{'tablePasteChainId':_0x349d98}),_0x3ae2a5['length']&&(_0x41a4ab['markMultiRangeInsertion'](_0x3ae2a5,'tablePaste',{'tablePasteChainId':_0x349d98,'skipNestingCheck':!0x0}),_0x3ae2a5['forEach'](_0x58301a=>_0x58301a['detach']?.())),_0x4d69c6['length']&&(_0x41a4ab['markMultiRangeDeletion'](_0x4d69c6,'tablePaste',{'tablePasteChainId':_0x349d98,'skipNestingCheck':!0x0}),_0x4d69c6['forEach'](_0x24b2cc=>_0x24b2cc['detach']?.()));const _0x229977=_0x41a4ab['markMultiRangeBlockFormat'](_0x2f66d1['map'](({element:_0x2f96e3})=>_0x2f96e3),{'formatGroupId':_0x42487e()},[],'tablePasteCell',{'tablePasteChainId':_0x349d98});if(_0x229977){const _0x1a5e30=_0x229977['getMarkers'](),_0x3ba772=[];for(const {element:_0x1862a5,attributes:_0x10a409}of _0x2f66d1){if(!_0x10a409)continue;const _0x1ca43c=_0x4bb9eb['model']['createRangeOn'](_0x1862a5),_0x46787d=_0x1a5e30['find'](_0x48c9bf=>_0x48c9bf['getRange']()['isEqual'](_0x1ca43c));_0x46787d&&_0x3ba772['push']([_0x46787d['name'],_0x10a409]);}_0x3ba772['length']&&_0x229977['setAttribute']('markerAttributes',Object['fromEntries'](_0x3ba772));}_0x4b00dd=null;}));},{'priority':_0x22cf47['high']+0xa}),_0x4bb9eb['plugins']['get']('TableClipboard')['on']('_replaceTableSlotCell',(_0x4904e5,_0x1a7dca)=>{const [_0x1f94db,_0x78692f,,_0x41814d]=_0x1a7dca;if(!_0x4b00dd)return;_0x4904e5['stop']();const _0x413b59=_0x1f94db['cell'],_0x1a174a=_0x78692f,_0x532adf=je(_0x413b59),_0x321b4e=je(_0x1a174a);_0x4904e5['return']=_0x413b59;let _0x376132=null,_0x3d61d3=null;if(_0x321b4e||_0x532adf){if(_0x532adf&&!_0x321b4e){_0x41814d['remove'](_0x413b59['getChild'](0x0));for(const _0x161dc3 of Array['from'](_0x1a174a['getChildren']()))_0x41814d['insert'](_0x161dc3,_0x413b59,'end');const _0x1ba8c1=_0x4b00dd['rowInsertionIndexes']['includes'](_0x1f94db['row']),_0x1a13e4=_0x4b00dd['columnInsertionIndexes']['includes'](_0x1f94db['column']);_0x1ba8c1||_0x1a13e4||(_0x376132=_0x1b403d['fromRange'](_0x41814d['createRangeIn'](_0x413b59)));}else _0x321b4e&&!_0x532adf&&(_0x3d61d3=_0x41814d['createRangeIn'](_0x413b59));}else{const _0x1d7a0c=_0x41814d['createElement']('tableCellSuggestion'),_0x4fc525=_0x41814d['createElement']('tableCellSuggestion');_0x41814d['wrap'](_0x41814d['createRangeIn'](_0x413b59),_0x4fc525),_0x41814d['insert'](_0x1d7a0c,_0x413b59,0x0);for(const _0x363cea of Array['from'](_0x1a174a['getChildren']()))_0x41814d['insert'](_0x363cea,_0x1d7a0c,'end');_0x376132=_0x1b403d['fromRange'](_0x41814d['createRangeOn'](_0x1d7a0c)),_0x3d61d3=_0x1b403d['fromRange'](_0x41814d['createRangeOn'](_0x4fc525));}const _0x541a23=Array['from'](_0x1a174a['getAttributes']())['filter'](([_0x248a0b])=>we['includes'](_0x248a0b));_0x4b00dd['cells']['push']({'element':_0x413b59,'attributes':_0x541a23['length']?Object['fromEntries'](_0x541a23):null}),_0x376132&&_0x4b00dd['insertionRanges']['push'](_0x376132),_0x3d61d3&&_0x4b00dd['deletionRanges']['push'](_0x3d61d3);},{'priority':'high'}),_0x27d8c3['on']('insertColumns',(_0x6ae253,_0x85ea8d)=>{const [_0x392c12,_0x424990={}]=_0x85ea8d;if(!_0x4b00dd)return;const _0x4b4df4=_0x424990['at']||0x0,_0x4fa0cf=_0x424990['columns']||0x1;_0x4b00dd['columnInsertionIndexes']=new Array(_0x4fa0cf)['fill'](_0x4b4df4)['map']((_0x240309,_0x3cbfde)=>_0x240309+_0x3cbfde);for(const {cell:_0x21695b}of _0x27d8c3['createTableWalker'](_0x392c12,{'startColumn':_0x4b4df4,'endColumn':_0x4b4df4+_0x4fa0cf-0x1}))_0x4b00dd['columnInsertionRanges']['push'](_0x4bb9eb['model']['createRangeOn'](_0x21695b));},{'priority':'low'}),_0x27d8c3['on']('insertRows',(_0x2fa274,_0x25c555)=>{const [_0x2af632,_0x1baf0a={}]=_0x25c555;if(!_0x4b00dd)return;const _0xbfff2=_0x1baf0a['at']||0x0,_0x888038=_0x1baf0a['rows']||0x1;_0x4b00dd['rowInsertionIndexes']=new Array(_0x888038)['fill'](_0xbfff2)['map']((_0x18b2d5,_0x5ba40e)=>_0x18b2d5+_0x5ba40e);for(const {cell:_0xa125e8}of _0x27d8c3['createTableWalker'](_0x2af632,{'startRow':_0xbfff2,'endRow':_0xbfff2+_0x888038-0x1}))_0x4b00dd['rowInsertionRanges']['push'](_0x4bb9eb['model']['createRangeOn'](_0xa125e8));},{'priority':'low'}),_0x41a4ab['descriptionFactory']['registerDescriptionCallback'](_0x31d458=>{if(_0x31d458['subType']&&_0x31d458['subType']['startsWith']('tablePaste'))return _0x31d458['previous']?{}:{'type':'insertion','content':o(_0x4bb9eb['locale'],'*Replace\x20table\x20cells*')};});const _0x3adba9=()=>!0x1;for(const _0x1295c8 of['tablePaste','tablePasteColumn','tablePasteRow','tablePasteCell'])_0x41a4ab['_suggestionFactory']['registerCustomCallback']('insertion',_0x1295c8,'join',_0x3adba9),_0x41a4ab['_suggestionFactory']['registerCustomCallback']('deletion',_0x1295c8,'join',_0x3adba9),_0x41a4ab['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x1295c8,'join',_0x3adba9);_0x41a4ab['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','discard',_0x3adba9),_0x41a4ab['_suggestionFactory']['registerCustomCallback']('formatBlock','tablePasteCell','accept',(_0x5a9e4d,_0x2d77a3,_0x28af32)=>{const _0x580eee=_0x5a9e4d['map'](_0x46301b=>_0x46301b['getContainedElement']())['filter'](_0x240ea5=>_0x240ea5),_0x551d75=new Map(_0x580eee['map'](_0x4ff2e1=>[_0x4ff2e1,null]));if(_0x4b00dd){for(const {element:_0x50a412,attributes:_0x2e3ab2}of _0x4b00dd['cells'])_0x2e3ab2&&_0x551d75['set'](_0x50a412,_0x2e3ab2);}else{if(_0x28af32&&_0x28af32['markerAttributes'])for(const [_0x32edfc,_0x2d0701]of Object['entries'](_0x28af32['markerAttributes'])){const _0x4f04e=_0x4bb9eb['model']['markers']['get'](_0x32edfc),_0x5c7d92=_0x4f04e?_0x4f04e['getRange']()['getContainedElement']():null;_0x5c7d92&&_0x551d75['set'](_0x5c7d92,_0x2d0701);}}_0x4bb9eb['model']['change'](_0x1b0279=>{for(const [_0x365f5a,_0xd3500d]of _0x551d75)_0x1b0279['setAttributes']({...ve,..._0xd3500d},_0x365f5a);});});const _0x10dc9a=(_0x25fb3a,_0x47573c)=>{_0x41a4ab['_suggestionFactory']['registerCustomCallback'](_0x25fb3a,'tablePaste',_0x47573c,(_0x38d270,_0x3f19f0,_0x56acb6)=>{_0x4bb9eb['model']['change'](_0x1085e1=>{const _0x43c5e6=[];for(const _0x4c83ee of _0x38d270){const _0x1afbba=_0x4c83ee['start']['nodeAfter'];_0x1afbba['is']('element','tableCellSuggestion')&&_0x43c5e6['push'](_0x1afbba);}_0x41a4ab['_suggestionFactory']['getSuggestionCallback'](_0x25fb3a,null,_0x47573c)(_0x38d270,_0x3f19f0,_0x56acb6);for(const _0x19ea8c of _0x43c5e6)'$graveyard'!=_0x19ea8c['root']['rootName']&&_0x1085e1['unwrap'](_0x19ea8c);});});};_0x10dc9a('insertion','accept'),_0x10dc9a('insertion','discard'),_0x10dc9a('deletion','accept'),_0x10dc9a('deletion','discard'),_0x41a4ab['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteRow','discard',_0x183f47=>{const _0x472967=_0x183f47['map'](_0x1440dc=>_0x1440dc['getContainedElement']()),_0x5e2418=_0x472967[0x0]['findAncestor']('table'),{minRow:_0x45bfcf,maxRow:_0x2515fc}=_0x753670['_getCoordsForCells'](_0x472967);_0x27d8c3['removeRows'](_0x5e2418,{'at':_0x45bfcf,'rows':_0x2515fc-_0x45bfcf+0x1});}),_0x41a4ab['_suggestionFactory']['registerCustomCallback']('insertion','tablePasteColumn','discard',_0x28aa4c=>{const _0x24a536=_0x28aa4c['map'](_0x1557f5=>_0x1557f5['getContainedElement']()),_0x30e819=_0x24a536[0x0]['findAncestor']('table'),{minColumn:_0x3b4ae5,maxColumn:_0x2a39a1}=_0x753670['_getCoordsForCells'](_0x24a536);_0x27d8c3['removeColumns'](_0x30e819,{'at':_0x3b4ae5,'columns':_0x2a39a1-_0x3b4ae5+0x1});});const _0x23bc57=(_0x1e6d6e,_0x8aae4b)=>{if(!_0x8aae4b['subType']||!_0x8aae4b['subType']['startsWith']('tablePaste'))return;const _0x4063b8=_0x8aae4b['attributes']['tablePasteChainId'],_0x550337=_0x41a4ab['getSuggestions']()['filter'](_0x272e6d=>_0x272e6d['isInContent']&&_0x272e6d['attributes']&&_0x272e6d['attributes']['tablePasteChainId']==_0x4063b8);_0x550337['length']&&_0x8aae4b['getAllAdjacentSuggestions']()['length']!=_0x550337['length']&&_0x550337['reduce']((_0x3d259c,_0x15f6eb)=>(_0x3d259c['next']=_0x15f6eb,_0x15f6eb['previous']=_0x3d259c,_0x15f6eb));};function _0xcede33(_0xe5d244,_0x5885a3=!0x0){const {id:_0x28c995,authorId:_0x492c75}=_0x41a4ab['_splitMarkerName'](_0xe5d244['markerName']),_0x34df9f=['ck-suggestion-marker','ck-suggestion-marker-insertion'],_0xde1c87=_0x41a4ab['activeMarkers']['includes'](_0xe5d244['markerName']);return _0xde1c87&&_0x34df9f['push']('ck-suggestion-marker--active'),{'classes':_0x34df9f,'attributes':{'data-suggestion':_0x28c995,'data-author-id':_0x492c75},'priority':_0xde1c87&&_0x5885a3?0xbc2:0xbb8};}_0x41a4ab['on']('suggestionLoaded',_0x23bc57,{'priority':'high'}),_0x41a4ab['on']('suggestionUnloaded',_0x23bc57,{'priority':'high'}),_0x4bb9eb['model']['document']['registerPostFixer'](()=>{let _0x3bcfab=!0x1;const _0x269352=Array['from'](_0x4bb9eb['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x378898,data:_0x5eb475}of _0x269352){const {group:_0x2b8570,type:_0x512c20,id:_0x79677b}=_0x41a4ab['_splitMarkerName'](_0x378898);if('suggestion'!=_0x2b8570||'deletion'!=_0x512c20||_0x5eb475['oldRange'])continue;if(!_0x41a4ab['hasSuggestion'](_0x79677b))continue;const _0x5bacfd=_0x41a4ab['getSuggestion'](_0x79677b)['getRanges'](),_0xa41674=_0x4bb9eb['plugins']['get']('Users')['me'];for(const _0x3c28ab of _0x41a4ab['getSuggestions']()){if(!_0x3c28ab['isInContent']||_0x3c28ab['author']!=_0xa41674)continue;if('formatBlock'!=_0x3c28ab['type']||'tablePasteCell'!=_0x3c28ab['subType'])continue;if(_0x3c28ab['getRanges']()['every'](_0xae8213=>_0x5bacfd['some'](_0x139226=>_0x139226['containsRange'](_0xae8213,!0x0)))){for(const _0xb4c049 of _0x3c28ab['getAllAdjacentSuggestions']())_0xb4c049['isInContent']&&(_0xb4c049['discard'](),_0x3bcfab=!0x0);}}}return _0x3bcfab;}),_0x4bb9eb['model']['document']['registerPostFixer'](_0x2ed219=>{const _0x3866cd=_0x4bb9eb['commands']['get']('redo');if(!_0x3866cd||!_0x3866cd['_createdBatches']['has'](_0x2ed219['batch']))return!0x1;let _0x1a4c7e=!0x1;const _0x57cf32=_0x4bb9eb['plugins']['get']('Users')['me'],_0x58e056=_0x4bb9eb['model']['document']['differ']['getChanges'](),_0x3aef97=Array['from'](_0x4bb9eb['model']['document']['differ']['getChangedMarkers']())['filter'](({name:_0x4ad8df,data:_0x22509c})=>{const {group:_0x11631a,subType:_0x51d5dc,authorId:_0x5348b0}=_0x41a4ab['_splitMarkerName'](_0x4ad8df);return'suggestion'==_0x11631a&&'tablePaste'==_0x51d5dc&&_0x5348b0==_0x57cf32['id']&&!_0x22509c['oldRange'];});for(const _0x442382 of _0x58e056){if('insert'!=_0x442382['type']||'tableCellSuggestion'!=_0x442382['name']||0x1!=_0x442382['length'])continue;const _0x52886e=_0x2ed219['createRange'](_0x442382['position'],_0x442382['position']['getShiftedBy'](0x1));if(!_0x3aef97['find'](({data:_0x3724a7})=>_0x3724a7['newRange']['isEqual'](_0x52886e))){for(const {name:_0x2f0258,data:_0x128ff8}of _0x3aef97)if(_0x52886e['containsRange'](_0x128ff8['newRange'])){_0x2ed219['updateMarker'](_0x2f0258,{'range':_0x52886e}),_0x1a4c7e=!0x0;break;}}}return _0x1a4c7e;}),_0x4bb9eb['model']['document']['registerPostFixer'](_0x142662=>{let _0xdfce61=!0x1;const _0x4dc2c8=_0x4bb9eb['plugins']['get']('Users')['me'],_0x1f0598=_0x41a4ab['getSuggestions']()['filter'](_0x33a180=>_0x33a180['isInContent']&&_0x33a180['author']==_0x4dc2c8),_0x2eec7b=new Set(),_0x52cc09=new Set();for(const _0x35dde8 of _0x1f0598)if('tablePaste'==_0x35dde8['subType'])for(const _0x207b19 of _0x35dde8['getMarkers']()){const _0x59eef0=_0x207b19['getRange']()['getContainedElement']();if(_0x59eef0){if(_0x59eef0['is']('element','tableCellSuggestion')&&je(_0x59eef0)){_0x35dde8['removeMarker'](_0x207b19['name']),_0x2eec7b['add'](_0x59eef0),_0xdfce61=!0x0;const _0x55cf18=_0x59eef0['nextSibling'],_0x42f2dc=_0x59eef0['previousSibling'],_0x58b158=_0x55cf18&&_0x55cf18['is']('element','tableCellSuggestion'),_0x3ca5b6=_0x42f2dc&&_0x42f2dc['is']('element','tableCellSuggestion');_0x58b158&&!_0x2eec7b['has'](_0x55cf18)&&_0x52cc09['add'](_0x55cf18),_0x3ca5b6&&!_0x2eec7b['has'](_0x42f2dc)&&_0x52cc09['add'](_0x42f2dc);}else _0x59eef0['is']('element','paragraph')&&_0x59eef0['isEmpty']&&(_0x35dde8['removeMarker'](_0x207b19['name']),_0xdfce61=!0x0);}}else{if('tablePasteCell'==_0x35dde8['subType']){if(!_0x35dde8['attributes']||!_0x35dde8['attributes']['tablePasteChainId'])continue;const _0x1b38e6=_0x35dde8['attributes']['markerAttributes'];if(_0x1b38e6&&Object['keys'](_0x1b38e6)['length'])continue;const _0x94e50e=_0x35dde8['attributes']['tablePasteChainId'];let _0x15a08d=!0x0,_0x5a92e0=!0x0;for(const _0xe0f9 of _0x1f0598)if(_0xe0f9['subType']&&_0xe0f9['subType']['startsWith']('tablePaste')){if(!_0xe0f9['attributes']['tablePasteChainId']){_0x5a92e0=!0x1;break;}if(_0xe0f9['id']!=_0x35dde8['id']&&_0xe0f9['attributes']['tablePasteChainId']==_0x94e50e){_0x15a08d=!0x1;break;}}_0x5a92e0&&_0x15a08d&&(_0x35dde8['removeMarkers'](),_0xdfce61=!0x0);}}for(const _0x30943a of _0x2eec7b)_0x142662['remove'](_0x30943a);for(const _0x17a1a8 of _0x52cc09)_0x142662['unwrap'](_0x17a1a8);return _0xdfce61;}),_0x4bb9eb['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':_0x4afccd=>_0xcede33(_0x4afccd),'converterPriority':'high'}),_0x4bb9eb['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x12029e,_0x4bfc47)=>_0x4bfc47['options']['showSuggestionHighlights']?_0xcede33(_0x12029e,!0x1):null,'converterPriority':'high'});const _0x430931=_0x4bb9eb['editing']['view'];this['listenTo'](_0x430931['document'],'clipboardOutput',(_0x1cedf6,_0x4417f9)=>{const _0x3ab4c4=[];for(const _0x32e8f0 of _0x430931['createRangeIn'](_0x4417f9['content'])['getItems']())_0x32e8f0['is']('element','suggestion-td')&&_0x3ab4c4['push'](_0x32e8f0);_0x430931['change'](_0x45a648=>{for(const _0x32fd1e of _0x3ab4c4)_0x45a648['move'](_0x45a648['createRangeIn'](_0x32fd1e),_0x45a648['createPositionBefore'](_0x32fd1e)),_0x45a648['remove'](_0x32fd1e);});});}}function je(_0xd27c93){if(_0xd27c93['isEmpty'])return!0x0;const _0xa05388=_0xd27c93['getChild'](0x0);return _0xa05388['is']('element','paragraph')&&_0xa05388['isEmpty'];}function Ae(_0x11bcef,_0x2d5e5c={},_0x1fac28){for(const {isAnchor:_0x35393d,cellHeight:_0xd240f0,cellWidth:_0x4a9c85}of _0x1fac28['createTableWalker'](_0x11bcef,{'includeAllSlots':!0x0,..._0x2d5e5c}))if(!_0x35393d||0x1!=_0xd240f0||0x1!=_0x4a9c85)return!0x1;return!0x0;}class Dt extends _0x2c2070{['afterInit'](){if(!this['editor']['plugins']['has']('TableColumnResizeEditing'))return;const _0x29e807=this['editor']['plugins']['get']('TrackChangesEditing');_0x29e807['enableCommand']('resizeTableWidth',this['handleResizeTableWidthCommand']['bind'](this)),_0x29e807['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','accept',_0x29e807['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x29e807['_suggestionFactory']['registerCustomCallback']('formatBlock','resizeTable','discard',_0x29e807['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'accept')),_0x29e807['descriptionFactory']['registerDescriptionCallback'](this['handleSuggestionDescription']['bind'](this));}['handleResizeTableWidthCommand'](_0x560d6e,_0x4cf94a){const _0x4c6e8a=this['editor']['plugins']['get']('TrackChangesEditing'),_0x192885=this['editor']['plugins']['get']('TableColumnResizeEditing'),_0x4bc87f=_0x4cf94a['table']||this['editor']['model']['document']['selection']['getSelectedElement']();this['editor']['model']['change'](()=>{const _0x414129=_0x192885['getColumnGroupElement'](_0x4bc87f);let _0x59a21c=_0x414129?_0x192885['getTableColumnsWidths'](_0x414129):null,_0x165b1f=_0x4bc87f['getAttribute']('tableWidth')||null;const _0x2b9f03=_0x4cf94a['tableWidth']||_0x165b1f,_0x291ce7=_0x4cf94a['columnWidths']||_0x59a21c,_0x110c36=this['editor']['plugins']['get']('Users')['me'];for(const _0x4c38f1 of _0x4c6e8a['getSuggestions']()){const _0x5ae641=_0x4c38f1['getContainedElement']();if('resizeTable'===_0x4c38f1['subType']&&_0x5ae641===_0x4bc87f){_0x4c38f1['author']!==_0x110c36&&_0x4c38f1['discard']();const _0x298cf9=_0x4c38f1['data']['commandParams'];_0x165b1f=_0x298cf9[0x0]['tableWidth'],_0x59a21c=_0x298cf9[0x0]['columnWidths'];break;}}_0x560d6e({'table':_0x4bc87f,'tableWidth':_0x2b9f03,'columnWidths':_0x291ce7}),_0x4c6e8a['markBlockFormat'](_0x4bc87f,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x165b1f,'columnWidths':_0x59a21c}],'formatGroupId':'resizeTable'},[],'resizeTable');});}['handleSuggestionDescription'](_0x3a1148){if('formatBlock'!=_0x3a1148['type']&&'formatInline'!=_0x3a1148['type'])return;const {data:_0x272863}=_0x3a1148;if(_0x272863&&'resizeTable'===_0x272863['formatGroupId']){const _0x276156='*Format:*\x20resize\x20table';return{'type':'format','content':o(this['editor']['locale'],_0x276156)};}}}class Mt extends _0x2c2070{['afterInit'](){const _0x541a9f=this['editor'];_0x541a9f['plugins']['has']('Template')&&_0x541a9f['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTemplate');}}class $t extends _0x2c2070{['afterInit'](){const _0x2c4846=this['editor'];if(!_0x2c4846['commands']['get']('insertTableOfContents'))return;_0x2c4846['plugins']['get']('TrackChangesEditing')['enableCommand']('insertTableOfContents');const _0x5b59fe=_0x2c4846['plugins']['get']('TrackChangesEditing'),_0x138df7=_0x2c4846['locale'];_0x5b59fe['descriptionFactory']['registerElementLabel']('tableOfContents',_0x3ad68e=>o(_0x138df7,'ELEMENT_TABLE_OF_CONTENTS',_0x3ad68e));}}class Bt extends _0x2c2070{['afterInit'](){const _0x239502=this['editor'];if(!_0x239502['plugins']['has']('Title'))return;const _0x5f50e9=_0x239502['plugins']['get']('TrackChangesEditing');_0x5f50e9['descriptionFactory']['registerElementLabel']('title-content',()=>o(_0x239502['locale'],'ELEMENT_TITLE')),_0x239502['model']['document']['registerPostFixer'](_0x26a3f6=>{let _0x59037b=!0x1;const _0x522b87=Array['from'](_0x239502['model']['document']['differ']['getChangedMarkers']());for(const {name:_0x1a0bd4,data:_0x3ca69c}of _0x522b87){const {group:_0x50363a}=_0x5f50e9['_splitMarkerName'](_0x1a0bd4);if('suggestion'!==_0x50363a||!_0x3ca69c['newRange'])continue;const _0x161b2f=_0x3ca69c['newRange'],_0x5d3567=_0x161b2f['end']['nodeBefore'];if(!_0x5d3567||!_0x5d3567['is']('element','title-content'))continue;if(!_0x161b2f['start']['isTouching'](_0x161b2f['end']))continue;const _0x5b4fb2=_0x239502['model']['schema']['getNearestSelectionRange'](_0x161b2f['end'],'forward');if(_0x5b4fb2&&_0x5b4fb2['isCollapsed']){const _0x135edb=_0x26a3f6['createRange'](_0x161b2f['start'],_0x5b4fb2['start']);_0x135edb['isEqual'](_0x161b2f)||(_0x26a3f6['updateMarker'](_0x1a0bd4,{'range':_0x135edb}),_0x59037b=!0x0);}_0x59037b||(_0x26a3f6['removeMarker'](_0x1a0bd4),_0x59037b=!0x0);}return _0x59037b;});}}class Ot extends _0x2c2070{['afterInit'](){const _0x4865ce=this['editor'],_0x7a6a69=_0x4865ce['plugins']['get']('TrackChangesEditing');_0x4865ce['plugins']['has']('UndoEditing')&&(_0x7a6a69['enableCommand']('undo'),_0x7a6a69['enableCommand']('redo'));}}class Rt extends _0x2c2070{static get['requires'](){return[vt];}['afterInit'](){const _0x2438a0=this['editor'];if(!_0x2438a0['plugins']['has']('TableCaptionEditing'))return;_0x2438a0['plugins']['get']('TrackChangesEditing')['enableCommand']('toggleTableCaption');}}class Tt extends _0x2c2070{['tableProperties'];['tableCellProperties'];constructor(_0x4c4d92){super(_0x4c4d92),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 _0x40cca0=this['editor']['plugins']['get']('TrackChangesEditing');if(this['editor']['plugins']['has']('TablePropertiesEditing')){for(const _0x1f48cc of this['tableProperties'])_0x40cca0['enableCommand'](_0x1f48cc,(_0x1aa505,_0x17e3a5)=>{const _0x2c6637=this['editor']['model']['document']['selection']['getFirstPosition']()['findAncestor']('table');this['_handlePropertyChange'](_0x1f48cc,[_0x2c6637],this['tableProperties'],'tableProperties',_0x1aa505,_0x17e3a5);});_0x40cca0['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','accept',_0x40cca0['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x40cca0['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','discard',(_0xd5d3df,_0x3a1b45)=>this['handleDiscardAction'](this['tableProperties'],_0xd5d3df,_0x3a1b45)),_0x40cca0['_suggestionFactory']['registerCustomCallback']('formatBlock','tableProperties','join',()=>!0x1);}if(this['editor']['plugins']['has']('TableCellPropertiesEditing')){for(const _0x5a21b0 of this['tableCellProperties'])_0x40cca0['enableCommand'](_0x5a21b0,(_0x702201,_0x27d7f9)=>{const _0x40f1d7=this['editor']['plugins']['get']('TableUtils')['getSelectionAffectedTableCells'](this['editor']['model']['document']['selection']);this['_handlePropertyChange'](_0x5a21b0,_0x40f1d7,this['tableCellProperties'],'tableCellProperties',_0x702201,_0x27d7f9);});_0x40cca0['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','accept',_0x40cca0['_suggestionFactory']['getSuggestionCallback']('formatBlock',null,'discard')),_0x40cca0['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','discard',(_0x1a1778,_0x44de72)=>this['handleDiscardAction'](this['tableCellProperties'],_0x1a1778,_0x44de72)),_0x40cca0['_suggestionFactory']['registerCustomCallback']('formatBlock','tableCellProperties','join',()=>!0x1);}_0x40cca0['descriptionFactory']['registerDescriptionCallback'](_0x9bcf9b=>this['handleSuggestionDescription'](_0x9bcf9b));}['_handlePropertyChange'](_0x27ca68,_0x21d12b,_0xe96ebe,_0x5c1fa1,_0x3f1e6f,_0x17c251){const _0x2e855a=this['editor']['plugins']['get']('TrackChangesEditing');this['editor']['model']['enqueueChange'](_0x17c251['batch'],()=>{for(const _0x404442 of _0x21d12b){if(this['_getSuggestion'](_0x404442,_0x5c1fa1))_0x3f1e6f(_0x17c251);else{const _0x34bacc={};for(const _0x4160ba of _0xe96ebe){const _0x109ad6=_0x404442['getAttribute'](_0x4160ba);void 0x0!==_0x109ad6&&(_0x34bacc[_0x4160ba]=_0x109ad6);}_0x3f1e6f(_0x17c251),_0x2e855a['markBlockFormat'](_0x404442,{'commandParams':[_0x34bacc]},[],_0x5c1fa1);}}});}['handleDiscardAction'](_0x90b01a,_0x1de9f5,_0x294733){const _0x556adf=_0x1de9f5[0x0]['start']['nodeAfter'],_0x491958=_0x294733['commandParams'][0x0];this['editor']['model']['change'](_0x502ca7=>{for(const _0x19978c of _0x90b01a)void 0x0!==_0x491958[_0x19978c]?_0x502ca7['setAttribute'](_0x19978c,_0x491958[_0x19978c],_0x556adf):_0x502ca7['removeAttribute'](_0x19978c,_0x556adf);});}['handleSuggestionDescription'](_0x25e199){if(_0x25e199['data'])switch(_0x25e199['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'](_0x53ddae,_0x4ca12e){const _0x595197=this['editor']['plugins']['get']('TrackChangesEditing');for(const _0x304373 of _0x595197['getSuggestions']({'skipNotAttached':!0x0})){const _0x45924d=_0x304373['getContainedElement']();if(_0x304373['subType']===_0x4ca12e&&_0x45924d===_0x53ddae)return _0x304373;}return null;}}const m='$elementName';class p extends _0x2c2070{['descriptionFactory'];['trackChangesCommand'];['_adapter'];['_suggestionFactory'];['_suggestions'];['_commentsRepository'];['_enabledCommands'];['_model'];['_suggestionState'];['_isForcedDefaultExecutionBlock'];['_trackFormatChanges'];['_mergeNestedSuggestions'];['_blockAttributeKeys'];['_inlineAttributeKeys'];['_recordAttributeSuggestions']=!0x1;static get['requires'](){return['CommentsRepository',_0x4b651f,_0x14dbde,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(_0x4af377){super(_0x4af377),this['set']('activeMarkers',[]),this['on']('change:activeMarkers',(_0x50d505,_0x59bd53,_0x5414e1,_0x182cd9)=>{this['_model']['change'](()=>{for(const _0x189be3 of[..._0x182cd9,..._0x5414e1])this['_model']['markers']['has'](_0x189be3)&&_0x4af377['editing']['reconvertMarker'](_0x189be3);});}),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']=_0x4af377['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(),_0x4af377['config']['define']('trackChanges.trackFormatChanges','default'),this['_trackFormatChanges']=_0x4af377['config']['get']('trackChanges.trackFormatChanges'),_0x4af377['config']['define']('trackChanges.mergeNestedSuggestions',!0x0),this['_mergeNestedSuggestions']=_0x4af377['config']['get']('trackChanges.mergeNestedSuggestions'),this['trackChangesCommand']=new B(_0x4af377,this['_enabledCommands']),this['_initAriaMarkerChangeAnnouncements']();}['init'](){const _0x1fc918=this['editor'],_0x247a72=(_0x514aeb,_0x53a6eb)=>{if('attribute'!=_0x514aeb)return'ck-suggestion-marker-'+_0x514aeb;const _0x349bc6=_0x53a6eb['split']('|')[0x0];return this['_isBlockAttribute'](_0x349bc6)?'ck-suggestion-marker-formatBlock':'ck-suggestion-marker-formatInline';};_0x1fc918['conversion']['for']('editingDowncast')['markerToHighlight']({'model':'suggestion','view':_0x5691c6=>{const {id:_0x4b680f,authorId:_0x22d35d,type:_0x2e9756,subType:_0x385ce1}=this['_splitMarkerName'](_0x5691c6['markerName']),_0x25267e=['ck-suggestion-marker',_0x247a72(_0x2e9756,_0x385ce1)];let _0x15aab6=0xbb8;return this['activeMarkers']['includes'](_0x5691c6['markerName'])&&(_0x25267e['push']('ck-suggestion-marker--active'),_0x15aab6=0xbc2),'deletion'==_0x2e9756&&(_0x15aab6+=0x5),{'classes':_0x25267e,'attributes':{'data-suggestion':_0x4b680f,'data-author-id':_0x22d35d},'priority':_0x15aab6};}}),_0x1fc918['conversion']['for']('dataDowncast')['add'](_0x2963ab=>{_0x2963ab['on']('addMarker:suggestion',(_0x15fc60,_0x54f441,_0x5cc621)=>{if(!_0x5cc621['options']['showSuggestionHighlights'])return;const _0x1559d6=_0x54f441['item'];if(!_0x1559d6)return;const _0x3df910=_0x5cc621['mapper']['toViewElement'](_0x1559d6);_0x1fc918['model']['schema']['isObject'](_0x1559d6)&&_0x3df910&&!_0x3df910['getCustomProperty']('widget')&&_0x3df910['is']('containerElement')&&_0x1e1632(_0x3df910,_0x5cc621['writer']);},{'priority':'high'});}),_0x1fc918['conversion']['for']('dataDowncast')['markerToHighlight']({'model':'suggestion','view':(_0xc789ac,_0xe3adb9)=>{if(!_0xe3adb9['options']['showSuggestionHighlights'])return null;const {type:_0xadaa3f,subType:_0x3b86e1}=this['_splitMarkerName'](_0xc789ac['markerName']);return{'classes':['ck-suggestion-marker',_0x247a72(_0xadaa3f,_0x3b86e1)],'priority':0xbb8};}});const _0x26eb43=({showActiveMarkers:_0x4a47b6=!0x0,isAttributeSuggestion:_0xbb2266=!0x1}={})=>(_0x1cc43b,_0x3b10eb,_0x228f0b)=>{if(!_0x3b10eb['item'])return;const {id:_0x48dcc3,authorId:_0x540e77}=this['_splitMarkerName'](_0x3b10eb['markerName']);if(_0xbb2266){const _0x4a3672=this['_suggestions']['get'](_0x48dcc3),_0x4fe3e1=this['_getAttributeKey'](_0x4a3672);if(!this['_isBlockAttribute'](_0x4fe3e1))return;}if(_0x3b10eb['item']['is']('selection'))return void _0x228f0b['consumable']['consume'](_0x3b10eb['item'],_0x1cc43b['name']);const _0x2380e8=_0x228f0b['mapper']['toViewElement'](_0x3b10eb['item']);if(_0x3b10eb['item']['is']('element')&&_0x1fc918['model']['schema']['isBlock'](_0x3b10eb['item'])&&!_0x2380e8['getCustomProperty']('addHighlight')){_0x228f0b['writer']['addClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock'],_0x2380e8),_0x228f0b['writer']['setAttribute']('data-suggestion',_0x48dcc3,_0x2380e8),_0x228f0b['writer']['setAttribute']('data-author-id',_0x540e77,_0x2380e8),_0x228f0b['mapper']['bindElementToMarker'](_0x2380e8,_0x3b10eb['markerName']),_0x4a47b6&&(this['activeMarkers']['includes'](_0x3b10eb['markerName'])?_0x228f0b['writer']['addClass']('ck-suggestion-marker--active',_0x2380e8):_0x228f0b['writer']['removeClass']('ck-suggestion-marker--active',_0x2380e8));for(const _0x3b0ba2 of _0x1fc918['model']['createRangeIn'](_0x3b10eb['item'])['getItems']())_0x228f0b['consumable']['consume'](_0x3b0ba2,_0x1cc43b['name']);_0x228f0b['consumable']['consume'](_0x3b10eb['item'],_0x1cc43b['name']);}};_0x1fc918['conversion']['for']('dataDowncast')['add'](_0x5f0a76=>{_0x5f0a76['on']('addMarker:suggestion:formatBlock',(_0x4a8b62,_0x2a3454,_0x310cc0)=>{_0x310cc0['options']['showSuggestionHighlights']&&_0x26eb43({'showActiveMarkers':!0x1})(_0x4a8b62,_0x2a3454,_0x310cc0);},{'priority':'highest'});}),_0x1fc918['conversion']['for']('dataDowncast')['add'](_0x5be709=>{_0x5be709['on']('addMarker:suggestion:attribute',(_0x1c4c42,_0xd67012,_0x5ee27b)=>{_0x5ee27b['options']['showSuggestionHighlights']&&_0x26eb43({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x1c4c42,_0xd67012,_0x5ee27b);},{'priority':'highest'});}),_0x1fc918['conversion']['for']('dataDowncast')['markerToData']({'model':'suggestion','view':(_0x142f09,_0x59c1da)=>_0x59c1da['options']['showSuggestionHighlights']?null:{'group':'suggestion','name':_0x142f09['substr'](0xb)}}),_0x1fc918['conversion']['for']('upcast')['elementToElement']({'view':{'name':'suggestion','attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x173233,{writer:_0x26a8d3})=>{let _0x15af98='suggestion:'+_0x173233['getAttribute']('suggestion-type')+':'+_0x173233['getAttribute']('id');return _0x173233['getAttribute']('marker-count')&&(_0x15af98+=':'+_0x173233['getAttribute']('marker-count')),_0x26a8d3['createElement']('$marker',{'data-name':_0x15af98});}}),_0x1fc918['conversion']['for']('upcast')['dataToMarker']({'view':'suggestion'}),_0x1fc918['conversion']['for']('editingDowncast')['add'](_0x4d3c3a=>{_0x4d3c3a['on']('addMarker:suggestion:formatBlock',_0x26eb43(),{'priority':'high'});}),_0x1fc918['conversion']['for']('editingDowncast')['add'](_0x548b6c=>{_0x548b6c['on']('addMarker:suggestion:attribute',_0x26eb43({'isAttributeSuggestion':!0x0}),{'priority':'high'});}),_0x1fc918['conversion']['for']('editingDowncast')['add'](_0x4aa677=>{_0x4aa677['on']('removeMarker:suggestion:formatBlock',(_0x36c3bd,_0x5ce6bd,_0x4170e5)=>{const _0x2c67da=_0x4170e5['mapper']['markerNameToElements'](_0x5ce6bd['markerName']);if(_0x2c67da){for(const _0x45cddd of _0x2c67da)_0x45cddd['getCustomProperty']('addHighlight')||(_0x4170e5['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x45cddd),_0x4170e5['writer']['removeAttribute']('data-suggestion',_0x45cddd),_0x4170e5['writer']['removeAttribute']('data-author-id',_0x45cddd),_0x4170e5['mapper']['unbindElementFromMarkerName'](_0x45cddd,_0x5ce6bd['markerName']));}},{'priority':'high'});}),_0x1fc918['conversion']['for']('editingDowncast')['add'](_0xda3636=>{_0xda3636['on']('removeMarker:suggestion:attribute',(_0xe9fe3b,_0x3c08cc,_0x551e8e)=>{const _0x48b0a6=_0x551e8e['mapper']['markerNameToElements'](_0x3c08cc['markerName']);if(!_0x48b0a6)return;const {id:_0x1b012c}=this['_splitMarkerName'](_0x3c08cc['markerName']),_0x1f8d17=this['_suggestions']['get'](_0x1b012c),_0x2018f2=this['_getAttributeKey'](_0x1f8d17);if(this['_isBlockAttribute'](_0x2018f2)){for(const _0x243b78 of _0x48b0a6)_0x243b78['getCustomProperty']('addHighlight')||(_0x551e8e['writer']['removeClass'](['ck-suggestion-marker','ck-suggestion-marker-formatBlock','ck-suggestion-marker--active'],_0x243b78),_0x551e8e['writer']['removeAttribute']('data-suggestion',_0x243b78),_0x551e8e['writer']['removeAttribute']('data-author-id',_0x243b78),_0x551e8e['mapper']['unbindElementFromMarkerName'](_0x243b78,_0x3c08cc['markerName']));}},{'priority':'high'});}),_0x1fc918['model']['document']['registerPostFixer'](_0x4cf6e9=>{let _0x55f153=!0x1;const _0x10fc84=Array['from'](_0x1fc918['model']['document']['differ']['getChangedMarkers']()),_0x2014ac=new Set();for(const {name:_0x1de5bc,data:_0x45ef29}of _0x10fc84){const {group:_0x175d58,type:_0x1c8a4f,subType:_0x4e55b0,id:_0x38b55e}=this['_splitMarkerName'](_0x1de5bc);if('suggestion'!==_0x175d58)continue;const _0x37b5d8=this['_suggestions']['get'](_0x38b55e);if(null!=_0x45ef29['newRange']){'formatInline'==_0x1c8a4f&&(_0x55f153=_0x55f153||Pt(_0x45ef29['newRange'],_0x1de5bc,_0x4cf6e9,_0x1fc918['model']['schema']));const _0x1cdb32='attribute'==_0x1c8a4f&&this['_isBlockAttribute'](_0x4e55b0['split']('|')[0x0]);if(_0x45ef29['newRange']['isCollapsed']||'$graveyard'==_0x45ef29['newRange']['root']['rootName']||'formatBlock'==_0x1c8a4f&&!Ft(_0x45ef29['newRange'])||_0x1cdb32&&!Ft(_0x45ef29['newRange'])||'deletion'==_0x1c8a4f&&!(!Vt(_0x9ebefd=_0x45ef29['newRange'])&&!function(_0x5184c4){return _0x5184c4['start']['parent']==_0x5184c4['end']['nodeBefore']&&_0x5184c4['start']['isAtEnd'];}(_0x9ebefd)))_0x4cf6e9['removeMarker'](_0x1de5bc),_0x55f153=!0x0;else{if(!_0x37b5d8||!_0x37b5d8['isInContent'])continue;if(_0x45ef29['newRange']&&_0x45ef29['oldRange']&&_0x45ef29['newRange']['isEqual'](_0x45ef29['oldRange']))continue;_0x2014ac['add'](_0x37b5d8);}}}var _0x9ebefd;return _0x2014ac['size']>0x0&&(_0x55f153=!!this['_joinWithAdjacentSuggestions'](_0x2014ac)||_0x55f153),_0x55f153;}),_0x1fc918['model']['document']['registerPostFixer'](_0x23280a=>{let _0x1b7542=!0x1;for(const _0x2ba0d6 of _0x1fc918['model']['document']['differ']['getChanges']())if('insert'==_0x2ba0d6['type'])for(const _0x43b63d of this['_suggestions']['values']()){if(_0x43b63d['isMultiRange']||!_0x43b63d['isInContent'])continue;const _0x51b75b='formatBlock'==_0x43b63d['type'],_0x4e4073=this['_getAttributeKey'](_0x43b63d),_0x52d345=_0x4e4073&&this['_isBlockAttribute'](_0x4e4073);if(!_0x51b75b&&!_0x52d345)continue;const _0x5626b9=_0x43b63d['getFirstRange']();if(_0x5626b9['start']['parent']!=_0x5626b9['end']['parent']&&!_0x5626b9['end']['isAtEnd']){const _0x399f37=_0x1fc918['model']['createPositionAt'](_0x5626b9['start']['nodeAfter'],'end'),_0x5542f3=_0x1fc918['model']['createRange'](_0x5626b9['start'],_0x399f37);_0x23280a['updateMarker'](_0x43b63d['getFirstMarker'](),{'range':_0x5542f3}),_0x1b7542=!0x0;}}return _0x1b7542;}),_0x1fc918['model']['document']['registerPostFixer'](_0x3616f7=>this['_processAttributeChanges'](_0x3616f7)),_0x1fc918['model']['document']['registerPostFixer'](_0x3742f6=>!_0x3742f6['batch']['isLocal']&&this['_processAttributeSuggestions'](_0x3742f6)),_0x1fc918['model']['on']('_afterChanges',()=>{this['_recordAttributeSuggestions']=!0x1;}),_0x1fc918['model']['document']['on']('change:data',(_0x4d336b,_0x4cf1e5)=>{if(!_0x4cf1e5['isLocal']||_0x4cf1e5['isUndo'])return;if(!this['_recordAttributeSuggestions'])return;const _0xf85c3c=_0x1fc918['model']['document']['differ']['getChanges']();if(0x0==_0xf85c3c['length'])return;const _0x1c6d5b=[],_0x1523fe=_0xf85c3c['filter'](_0x11c686=>'attribute'==_0x11c686['type']),_0x3fbd87=_0xf85c3c['filter'](_0x3f5865=>'insert'==_0x3f5865['type']&&'$text'!=_0x3f5865['name']);for(const _0x3f5152 of _0x1523fe)this['_isRegisteredAttribute'](_0x3f5152['attributeKey'])&&_0x1c6d5b['push']({'key':_0x3f5152['attributeKey'],'newValue':_0x3f5152['attributeNewValue'],'oldValue':_0x3f5152['attributeOldValue'],'range':Lt(_0x3f5152['range'],_0x1fc918['model'])});for(const _0x95bb38 of _0x3fbd87){if('rename'!=_0x95bb38['action']&&'refresh'!=_0x95bb38['action'])continue;const _0x2135be=Jt(_0x95bb38['position']['nodeAfter'],_0x1fc918['model']),_0x2393a0=_0x95bb38['before'];'rename'==_0x95bb38['action']&&_0x1c6d5b['push']({'key':m,'newValue':_0x95bb38['name'],'oldValue':_0x2393a0['name'],'range':_0x2135be});for(const [_0xa80864,_0x20b3a1]of _0x2393a0['attributes']){if(!this['_isRegisteredAttribute'](_0xa80864))continue;const _0x34dd4a=_0x95bb38['attributes']['get'](_0xa80864);_0x20b3a1!==_0x34dd4a&&_0x1c6d5b['push']({'key':_0xa80864,'newValue':_0x34dd4a,'oldValue':_0x20b3a1,'range':_0x2135be});}for(const [_0x59a258,_0x46e665]of _0x95bb38['attributes'])this['_isRegisteredAttribute'](_0x59a258)&&(_0x2393a0['attributes']['has'](_0x59a258)||_0x1c6d5b['push']({'key':_0x59a258,'newValue':_0x46e665,'oldValue':null,'range':_0x2135be}));}0x0!=_0x1c6d5b['length']&&_0x1fc918['model']['enqueueChange'](_0x4cf1e5,_0x137af3=>{const _0x4bc8e1=_0x42487e();for(const {range:_0x11e813,key:_0x8bae36,oldValue:_0x163ec7,newValue:_0x187e72}of _0x1c6d5b)this['markAttributeChange'](_0x11e813,_0x8bae36,_0x163ec7,_0x187e72,{'groupId':_0x4bc8e1});this['_reduceExistingSuggestions'](_0x137af3,_0x1c6d5b);});},{'priority':'lowest'}),_0x1fc918['model']['markers']['on']('update:suggestion',(_0x366ab4,_0x27e463,_0x354125)=>{if(null==_0x354125){const {id:_0x1f7802}=this['_splitMarkerName'](_0x27e463['name']),_0x18cf63=this['_suggestions']['get'](_0x1f7802);_0x18cf63&&_0x18cf63['addMarkerName'](_0x27e463['name']);}}),_0x1fc918['model']['document']['on']('change:data',()=>{const _0x42aa11=Array['from'](_0x1fc918['model']['document']['differ']['getChangedMarkers']())['filter'](_0x5c76f3=>'suggestion'===this['_splitMarkerName'](_0x5c76f3['name'])['group']);if(0x0===_0x42aa11['length'])return;_0x42aa11['sort']((_0x4c789e,_0x1a085b)=>{const _0x42906f=_0x4c789e['data']['oldRange'],_0x2fe5e2=_0x1a085b['data']['oldRange'];return null===_0x42906f&&null===_0x2fe5e2?0x0:null===_0x42906f&&null!==_0x2fe5e2?-0x1:null!==_0x42906f&&null===_0x2fe5e2?0x1:_0x42906f['start']['isBefore'](_0x2fe5e2['start'])?-0x1:0x1;});const _0x5f38f8=new Set(),_0x1f9157=new Set();for(const {name:_0x12ee3d,data:_0x395f84}of _0x42aa11){const {id:_0x93558}=this['_splitMarkerName'](_0x12ee3d);if(null===_0x395f84['oldRange']){const _0x761387=this['_handleNewSuggestionMarker'](_0x12ee3d);_0x1f9157['add'](_0x761387);}else{const _0x416c7d=this['_suggestions']['get'](_0x93558);null!==_0x395f84['newRange']||_0x416c7d['isInContent']?(_0x5f38f8['add'](_0x416c7d['head']),_0x1f9157['add'](_0x416c7d)):this['_removeSuggestion'](_0x416c7d);}}_0x1f9157['size']>0x0&&this['_refreshSuggestionsChain'](_0x1f9157);for(const _0x406231 of _0x5f38f8)this['fire']('suggestionChanged',_0x406231);}),_0x1fc918['model']['on']('applyOperation',(_0x5ebba9,_0xc7e61)=>{const _0x2796b7=_0xc7e61[0x0];if(!this['_suggestions']['size'])return;if(!_0x2796b7['isDocumentOperation'])return;if(_0x2796b7['batch']['isUndo']||!_0x2796b7['batch']['isLocal'])return;let _0x98c838,_0x4cf87d;switch(_0x2796b7['type']){case'insert':_0x98c838=_0x1fc918['model']['createPositionAt'](_0x2796b7['position']),_0x4cf87d=_0x98c838['getShiftedBy'](_0x2796b7['howMany']);break;case'split':_0x98c838=_0x1fc918['model']['createPositionAt'](_0x2796b7['splitPosition']),_0x4cf87d=_0x1fc918['model']['createPositionAt'](_0x2796b7['moveTargetPosition']);break;case'move':_0x98c838=_0x1fc918['model']['createPositionAt'](_0x2796b7['targetPosition']),_0x4cf87d=_0x98c838['getShiftedBy'](_0x2796b7['howMany']);break;default:return;}const _0x48dab8=_0x1fc918['model']['createRange'](_0x98c838,_0x4cf87d);_0x1fc918['model']['change'](()=>{for(const {suggestion:_0x15bfb0,meta:_0x44ed44}of this['_findSuggestions'](_0x48dab8)){if(_0x15bfb0['isMultiRange'])continue;if('formatInline'==_0x15bfb0['type'])continue;const _0x3a48dd=this['_getAttributeKey'](_0x15bfb0);if(_0x3a48dd&&this['_isBlockAttribute'](_0x3a48dd)&&'split'!=_0x2796b7['type'])continue;const _0x52e87a=_0x15bfb0['data']&&_0x15bfb0['data']['multipleBlocks'];('formatBlock'!=_0x15bfb0['type']||'split'==_0x2796b7['type']&&!_0x52e87a)&&(_0x44ed44['containsRangeInObject']||'insertion'==_0x15bfb0['type']&&_0x44ed44['isOwn']||_0x15bfb0['getFirstRange']()['containsRange'](_0x48dab8)&&this['_breakSuggestionMarker'](_0x15bfb0,_0x98c838,_0x4cf87d));}});},{'priority':'lowest'}),_0x1fc918['model']['on']('deleteContent',(_0x586a24,_0x3fe4a6)=>{const _0x1c7e9e=_0x3fe4a6[0x0],_0x3af013=_0x3fe4a6[0x1];if(_0x3af013&&_0x3af013['forceDefaultExecution'])return;if(this['_isForcedDefaultExecutionBlock'])return;if(!this['trackChangesCommand']['value'])return;if(_0x1c7e9e['isCollapsed'])return;const _0x5024f9=_0x1fc918['model']['schema'],{start:_0x406b1c,end:_0x3d267e}=_0x1c7e9e['getFirstRange'](),_0xcf8f6e=_0x406b1c['nodeAfter']&&_0x5024f9['isLimit'](_0x406b1c['nodeAfter'])?null:_0x5024f9['getNearestSelectionRange'](_0x406b1c,'forward'),_0x41f85b=_0x3d267e['nodeBefore']&&_0x5024f9['isLimit'](_0x3d267e['nodeBefore'])?null:_0x5024f9['getNearestSelectionRange'](_0x3d267e,'backward'),_0x545eb0=_0x1fc918['model']['createRange'](_0xcf8f6e?_0xcf8f6e['start']:_0x406b1c,_0x41f85b?_0x41f85b['end']:_0x3d267e);_0x1fc918['model']['change'](_0x38d632=>{this['markDeletion'](_0x545eb0);const _0x118ef8=_0x1fc918['model']['schema']['getNearestSelectionRange'](_0x545eb0['start']);_0x1c7e9e['is']('documentSelection')?_0x38d632['setSelection'](_0x118ef8):_0x1c7e9e['setTo'](_0x118ef8);}),_0x586a24['stop']();},{'priority':_0x22cf47['normal']+0xa}),_0x1fc918['model']['on']('insertContent',(_0x3782bd,_0x2cb157)=>{const _0x47fdb8=_0x2cb157[_0x2cb157['length']-0x1];_0x47fdb8&&_0x47fdb8['forceDefaultExecution']||this['_isForcedDefaultExecutionBlock']||this['trackChangesCommand']['value']&&(_0x1fc918['model']['change'](()=>{let _0xdb36e7=_0x1fc918['model']['insertContent'](_0x2cb157[0x0],_0x2cb157[0x1],_0x2cb157[0x2],{'forceDefaultExecution':!0x0});if(!_0xdb36e7)return;_0x3782bd['return']=_0xdb36e7['clone']();const _0x3d3f98=_0xdb36e7['end']['nodeBefore'],_0x32f8eb=_0x1fc918['model']['schema'];_0x3d3f98&&_0x32f8eb['isBlock'](_0x3d3f98)&&!_0x32f8eb['isObject'](_0x3d3f98)&&(_0xdb36e7=_0x1fc918['model']['createRange'](_0xdb36e7['start'],_0x1fc918['model']['createPositionAt'](_0x3d3f98,'end'))),this['markInsertion'](_0xdb36e7);}),_0x3782bd['stop']());},{'priority':'high'}),this['editor']['commands']['add']('trackChanges',this['trackChangesCommand']),this['enableCommand']('trackChanges');const _0x2b12eb=new O(_0x1fc918,this['_suggestions']);_0x1fc918['commands']['add']('acceptSuggestion',_0x2b12eb),this['enableCommand']('acceptSuggestion');const _0x2a9515=new R(_0x1fc918,this['_suggestions']);_0x1fc918['commands']['add']('discardSuggestion',_0x2a9515),this['enableCommand']('discardSuggestion'),_0x1fc918['commands']['add']('acceptAllSuggestions',new x(_0x1fc918,_0x2b12eb,this['_suggestions'])),this['enableCommand']('acceptAllSuggestions'),_0x1fc918['commands']['add']('discardAllSuggestions',new x(_0x1fc918,_0x2a9515,this['_suggestions'])),this['enableCommand']('discardAllSuggestions'),_0x1fc918['commands']['add']('acceptSelectedSuggestions',new E(_0x1fc918,_0x2b12eb,this['_suggestions'])),this['enableCommand']('acceptSelectedSuggestions'),_0x1fc918['commands']['add']('discardSelectedSuggestions',new E(_0x1fc918,_0x2a9515,this['_suggestions'])),this['enableCommand']('discardSelectedSuggestions');const _0x4540b7=_0x1fc918['plugins']['get']('CommentsRepository');this['listenTo'](_0x4540b7,'addComment',(_0x4dc8d5,{threadId:_0x34c083})=>{const _0x564231=this['_suggestions']['get'](_0x34c083);_0x564231&&_0x564231['commentThread']&&0x1===_0x564231['commentThread']['length']&&this['_updateSuggestionData'](_0x34c083,{'hasComments':!0x0});},{'priority':'low'}),this['listenTo'](_0x4540b7,'removeComment',(_0x129d69,{threadId:_0x3513c2})=>{const _0x413bfb=this['_suggestions']['get'](_0x3513c2);_0x413bfb&&_0x413bfb['commentThread']&&!_0x413bfb['commentThread']['length']&&this['_updateSuggestionData'](_0x3513c2,{'hasComments':!0x1});},{'priority':'low'});}['afterInit'](){!async function(_0x3ea06a){const _0xa18797=_0x40b2b0([0x68,0x59,0x67,0x65,0x30,0x4c,0x73,0x78,0x6a,0x61,0x33,0x39,0x72,0x6b,0x62,0x51,0x45,0x44,0x58,0x4a,0x7a,0x74,0x4b,0x31,0x42,0x69,0x35,0x79,0x38,0x5a,0x75,0x6f,0x63,0x47,0x77,0x32,0x49,0x41,0x4d,0x37,0x53,0x6e,0x57,0x6d,0x36,0x46,0x54,0x71,0x55,0x64,0x50,0x70,0x48,0x4e,0x6c,0x76,0x4f,0x34,0x43,0x56,0x52,0x66]),_0x4558b3=0x18771ae1,_0x14d8e7=0x18704321^_0x4558b3,_0xb4169d=window[_0x40b2b0([0x44,0x61,0x74,0x65])][_0x40b2b0([0x6e,0x6f,0x77])](),_0x1906ac=_0x3ea06a[_0x40b2b0([0x65,0x64,0x69,0x74,0x6f,0x72])],_0x2a7db7=new window[(_0x40b2b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x39b740=>{_0x1906ac[_0x40b2b0([0x6f,0x6e,0x63,0x65])](_0x40b2b0([0x72,0x65,0x61,0x64,0x79]),_0x39b740);}),_0x580916={[_0x40b2b0([0x6b,0x74,0x79])]:_0x40b2b0([0x45,0x43]),[_0x40b2b0([0x75,0x73,0x65])]:_0x40b2b0([0x73,0x69,0x67]),[_0x40b2b0([0x63,0x72,0x76])]:_0x40b2b0([0x50,0x2d,0x32,0x35,0x36]),[_0x40b2b0([0x78])]:_0x40b2b0([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]),[_0x40b2b0([0x79])]:_0x40b2b0([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]),[_0x40b2b0([0x61,0x6c,0x67])]:_0x40b2b0([0x45,0x53,0x32,0x35,0x36])},_0x4329ba=_0x1906ac[_0x40b2b0([0x63,0x6f,0x6e,0x66,0x69,0x67])][_0x40b2b0([0x67,0x65,0x74])](_0x40b2b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79]));async function _0x3abfd2(){let _0x328141,_0x36e46f=null,_0x55bd8a=null;try{if(_0x4329ba==_0x40b2b0([0x47,0x50,0x4c]))return _0x40b2b0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]);if(_0x328141=_0x4e44c1(),!_0x328141)return _0x40b2b0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);return _0x328141[_0x40b2b0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])]&&(_0x55bd8a=_0x2df52a(_0x328141[_0x40b2b0([0x75,0x73,0x61,0x67,0x65,0x45,0x6e,0x64,0x70,0x6f,0x69,0x6e,0x74])],_0x328141[_0x40b2b0([0x6a,0x74,0x69])])),await _0x42ea6d()?_0x16ddd4()?_0x3ba1c9()?_0x40b2b0([0x45,0x78,0x70,0x69,0x72,0x65,0x64]):_0x9368df()?(_0x328141[_0x40b2b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x40b2b0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e])&&(_0x36e46f=_0x3ddb2c(_0x40b2b0([0x45,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e,0x4c,0x69,0x6d,0x69,0x74]))),_0x328141[_0x40b2b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x40b2b0([0x74,0x72,0x69,0x61,0x6c])&&(_0x36e46f=_0x3ddb2c(_0x40b2b0([0x54,0x72,0x69,0x61,0x6c,0x4c,0x69,0x6d,0x69,0x74]))),_0x328141[_0x40b2b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])]==_0x40b2b0([0x64,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74])&&(_0x36e46f=_0x3ddb2c(_0x40b2b0([0x44,0x65,0x76,0x65,0x6c,0x6f,0x70,0x6d,0x65,0x6e,0x74,0x4c,0x69,0x6d,0x69,0x74]))),await _0x7da438()):_0x40b2b0([0x44,0x6f,0x6d,0x61,0x69,0x6e,0x4c,0x69,0x6d,0x69,0x74]):_0x40b2b0([0x4e,0x6f,0x74,0x41,0x6c,0x6c,0x6f,0x77,0x65,0x64]):_0x40b2b0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}catch(_0x504df5){return _0x40b2b0([0x49,0x6e,0x76,0x61,0x6c,0x69,0x64]);}function _0x3ba1c9(){const _0xb3982b=[_0x40b2b0([0x65,0x76,0x61,0x6c,0x75,0x61,0x74,0x69,0x6f,0x6e]),_0x40b2b0([0x74,0x72,0x69,0x61,0x6c])][_0x40b2b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x328141[_0x40b2b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x54,0x79,0x70,0x65])])?_0xb4169d/0x3e8:0xe10*_0x14d8e7;return _0x328141[_0x40b2b0([0x65,0x78,0x70])]<_0xb3982b;}function _0x16ddd4(){const _0x13741d=_0x328141[_0x40b2b0([0x66,0x65,0x61,0x74,0x75,0x72,0x65,0x73])];if(!_0x13741d)return!0x1;if(_0x13741d[_0x40b2b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x40b2b0([0x2a])))return!0x0;if(_0x13741d[_0x40b2b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x40b2b0([0x54,0x43])))return!0x0;if(_0x13741d[_0x40b2b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x40b2b0([0x52,0x54,0x43]))){if(_0x11835b())return!0x0;if(_0x369013()||_0xa461e0())return!0x0;}return!0x1;}function _0x9368df(){const _0x428d8e=_0x328141[_0x40b2b0([0x6c,0x69,0x63,0x65,0x6e,0x73,0x65,0x64,0x48,0x6f,0x73,0x74,0x73])];if(!_0x428d8e||0x0==_0x428d8e[_0x40b2b0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return!0x0;const {hostname:_0x530e46}=new URL(window[_0x40b2b0([0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e])]['href']);if(_0x428d8e[_0x40b2b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x530e46))return!0x0;const _0x382469=_0x530e46[_0x40b2b0([0x73,0x70,0x6c,0x69,0x74])](_0x40b2b0([0x2e]));return _0x428d8e[_0x40b2b0([0x66,0x69,0x6c,0x74,0x65,0x72])](_0x3d23e5=>_0x3d23e5[_0x40b2b0([0x69,0x6e,0x63,0x6c,0x75,0x64,0x65,0x73])](_0x40b2b0([0x2a])))[_0x40b2b0([0x6d,0x61,0x70])](_0x66660f=>_0x66660f[_0x40b2b0([0x73,0x70,0x6c,0x69,0x74])](_0x40b2b0([0x2e])))[_0x40b2b0([0x73,0x6f,0x6d,0x65])](_0x4267f1=>_0x382469[_0x40b2b0([0x65,0x76,0x65,0x72,0x79])]((_0x10fd34,_0x269c03)=>_0x4267f1[_0x269c03]===_0x10fd34||_0x4267f1[_0x269c03]===_0x40b2b0([0x2a])));}function _0x7da438(){return _0x36e46f&&_0x55bd8a?new window[(_0x40b2b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x2ea360,_0x261f01)=>{_0x36e46f[_0x40b2b0([0x74,0x68,0x65,0x6e])](_0x2ea360,_0x261f01),_0x55bd8a[_0x40b2b0([0x74,0x68,0x65,0x6e])](_0x5a51b9=>{_0x5a51b9!=_0x40b2b0([0x56,0x61,0x6c,0x69,0x64])&&_0x2ea360(_0x5a51b9);},_0x261f01);}):_0x36e46f||_0x55bd8a||_0x40b2b0([0x56,0x61,0x6c,0x69,0x64]);}}function _0x2df52a(_0x5980c6,_0x3447b0){return new window[(_0x40b2b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x312c6a=>{if(_0x3bfe9e())return _0x312c6a(_0x40b2b0([0x56,0x61,0x6c,0x69,0x64]));_0x400cc0(),_0x1906ac[_0x40b2b0([0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x65])](_0x40b2b0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]));let _0x173420=!0x1;const _0xa7c0e1=_0x42487e();function _0x1869ee(_0x1b72f8){return!!_0x1b72f8&&(typeof _0x1b72f8===_0x40b2b0([0x6f,0x62,0x6a,0x65,0x63,0x74])||typeof _0x1b72f8===_0x40b2b0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]))&&typeof _0x1b72f8[_0x40b2b0([0x74,0x68,0x65,0x6e])]===_0x40b2b0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e])&&typeof _0x1b72f8[_0x40b2b0([0x63,0x61,0x74,0x63,0x68])]===_0x40b2b0([0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e]);}function _0x5ee6c7(_0xad2224){_0x2c8a3e(_0xad2224)[_0x40b2b0([0x74,0x68,0x65,0x6e])](_0x3db2a8=>{if(!_0x3db2a8||_0x3db2a8[_0x40b2b0([0x73,0x74,0x61,0x74,0x75,0x73])]!=_0x40b2b0([0x6f,0x6b]))return _0x40b2b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]);return _0x20e34a(_0x5dcae0(_0xa7c0e1+_0x3447b0))!=_0x3db2a8[_0x40b2b0([0x76,0x65,0x72,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e])]?_0x40b2b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]):_0x40b2b0([0x56,0x61,0x6c,0x69,0x64]);})[_0x40b2b0([0x74,0x68,0x65,0x6e])](_0x30b7d8=>(_0x946646(),_0x30b7d8),()=>{const _0x262ddb=_0x3260f6();return null==_0x262ddb?(_0x946646(),_0x40b2b0([0x56,0x61,0x6c,0x69,0x64])):_0x40b2b0(_0xb4169d-_0x262ddb>(0x3c7b9ee1^_0x4558b3)?[0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]:[0x56,0x61,0x6c,0x69,0x64]);})[_0x40b2b0([0x74,0x68,0x65,0x6e])](_0x312c6a)[_0x40b2b0([0x63,0x61,0x74,0x63,0x68])](()=>{_0x312c6a(_0x40b2b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});const _0x20a5b0=0x1841f461^_0x4558b3;function _0x946646(){const _0x1d6667=_0x40b2b0([0x6c,0x6c,0x63,0x74,0x2d])+_0x20e34a(_0x5dcae0(_0x5980c6)),_0x506a0b=_0x8d046(_0x20e34a(window[_0x40b2b0([0x4d,0x61,0x74,0x68])][_0x40b2b0([0x63,0x65,0x69,0x6c])](_0xb4169d/_0x20a5b0)));window[_0x40b2b0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x40b2b0([0x73,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x1d6667,_0x506a0b);}function _0x3260f6(){const _0x10e59f=_0x40b2b0([0x6c,0x6c,0x63,0x74,0x2d])+_0x20e34a(_0x5dcae0(_0x5980c6)),_0x31992d=window[_0x40b2b0([0x6c,0x6f,0x63,0x61,0x6c,0x53,0x74,0x6f,0x72,0x61,0x67,0x65])][_0x40b2b0([0x67,0x65,0x74,0x49,0x74,0x65,0x6d])](_0x10e59f);return _0x31992d?window[_0x40b2b0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x8d046(_0x31992d),0x10)*_0x20a5b0:null;}function _0x2c8a3e(_0x258eb3){return new window[(_0x40b2b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))]((_0x4ec3eb,_0x13581a)=>{_0x258eb3[_0x40b2b0([0x74,0x68,0x65,0x6e])](_0x4ec3eb,_0x13581a),window[_0x40b2b0([0x73,0x65,0x74,0x54,0x69,0x6d,0x65,0x6f,0x75,0x74])](_0x13581a,0x1876ce21^_0x4558b3);});}}_0x1906ac[_0x40b2b0([0x6f,0x6e])](_0x40b2b0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),(_0x40e319,_0x4e0caf)=>{if(_0x4e0caf[0x0]!=_0x5980c6)return _0x312c6a(_0x40b2b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));_0x4e0caf[0x1]={..._0x4e0caf[0x1],[_0x40b2b0([0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x49,0x64])]:_0xa7c0e1};},{[_0x40b2b0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x40b2b0([0x68,0x69,0x67,0x68])}),_0x1906ac[_0x40b2b0([0x6f,0x6e])](_0x40b2b0([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74]),_0x5cc663=>{_0x1869ee(_0x5cc663[_0x40b2b0([0x72,0x65,0x74,0x75,0x72,0x6e])])&&(_0x173420=!0x0,_0x5ee6c7(_0x5cc663[_0x40b2b0([0x72,0x65,0x74,0x75,0x72,0x6e])]));},{[_0x40b2b0([0x70,0x72,0x69,0x6f,0x72,0x69,0x74,0x79])]:_0x40b2b0([0x6c,0x6f,0x77])}),_0x2a7db7[_0x40b2b0([0x74,0x68,0x65,0x6e])](()=>{_0x173420||_0x312c6a(_0x40b2b0([0x55,0x73,0x61,0x67,0x65,0x4c,0x69,0x6d,0x69,0x74]));});});function _0x3bfe9e(){return _0x1906ac[_0x40b2b0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x40b2b0([0x76,0x69,0x65,0x77])][_0x40b2b0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]==_0x40b2b0([0x61,0x75,0x74,0x6f]);}function _0x400cc0(){_0x1906ac[_0x40b2b0([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x40b2b0([0x76,0x69,0x65,0x77])][_0x40b2b0([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x40b2b0([0x61,0x75,0x74,0x6f]);}}function _0x3ddb2c(_0x137e9c){const _0x35dce8=[new window[(_0x40b2b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x57c397=>setTimeout(_0x57c397,0x187e242d^_0x4558b3)),_0x2a7db7[_0x40b2b0([0x74,0x68,0x65,0x6e])](()=>new window[(_0x40b2b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65]))](_0x41e1fd=>{let _0x2f52f2=0x0;_0x1906ac[_0x40b2b0([0x6d,0x6f,0x64,0x65,0x6c])][_0x40b2b0([0x6f,0x6e])](_0x40b2b0([0x61,0x70,0x70,0x6c,0x79,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e]),(_0x164bba,_0x36b378)=>{_0x36b378[0x0][_0x40b2b0([0x69,0x73,0x44,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x4f,0x70,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e])]&&_0x2f52f2++,_0x2f52f2==(0x18771b19^_0x4558b3)&&(_0x41e1fd(),_0x164bba[_0x40b2b0([0x6f,0x66,0x66])]());});}))];return window[_0x40b2b0([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x40b2b0([0x72,0x61,0x63,0x65])](_0x35dce8)[_0x40b2b0([0x74,0x68,0x65,0x6e])](()=>_0x137e9c);}async function _0x2d2ef5(){await _0x2a7db7,_0x1906ac[_0x40b2b0([0x6d,0x6f,0x64,0x65,0x6c])][_0x40b2b0([0x63,0x68,0x61,0x6e,0x67,0x65])]=_0x2ecebd,_0x1906ac[_0x40b2b0([0x6d,0x6f,0x64,0x65,0x6c])][_0x40b2b0([0x65,0x6e,0x71,0x75,0x65,0x75,0x65,0x43,0x68,0x61,0x6e,0x67,0x65])]=_0x2ecebd,_0x1906ac[_0x40b2b0([0x65,0x6e,0x61,0x62,0x6c,0x65,0x52,0x65,0x61,0x64,0x4f,0x6e,0x6c,0x79,0x4d,0x6f,0x64,0x65])](_0x40b2b0([0x6d,0x6f,0x64,0x65,0x6c]));}function _0x11835b(){return _0x52d057(_0x40b2b0([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))&&_0x5a171f(_0x40b2b0([0x57,0x65,0x62,0x53,0x6f,0x63,0x6b,0x65,0x74,0x47,0x61,0x74,0x65,0x77,0x61,0x79]))[_0x40b2b0([0x73,0x74,0x61,0x74,0x65])]==_0x40b2b0([0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x65,0x64]);}function _0x369013(){return _0x52d057(_0x40b2b0([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 _0xa461e0(){return _0x52d057(_0x40b2b0([0x54,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x44,0x61,0x74,0x61,0x47,0x65,0x74,0x74,0x65,0x72]));}function _0x283d5b(_0x4fb7ca){const _0x95e2f3=_0x2bfd29();_0x1906ac[_0x95e2f3]=_0x40b2b0([0x74,0x72,0x61,0x63,0x6b,0x43,0x68,0x61,0x6e,0x67,0x65,0x73,0x4c,0x69,0x63,0x65,0x6e,0x73,0x65,0x4b,0x65,0x79])+_0x4fb7ca,_0x4fb7ca!=_0x40b2b0([0x56,0x61,0x6c,0x69,0x64])&&_0x2d2ef5();}function _0x2bfd29(){const _0x519652=window[_0x40b2b0([0x53,0x74,0x72,0x69,0x6e,0x67])](window[_0x40b2b0([0x70,0x65,0x72,0x66,0x6f,0x72,0x6d,0x61,0x6e,0x63,0x65])][_0x40b2b0([0x6e,0x6f,0x77])]())[_0x40b2b0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](_0x40b2b0([0x2e]),'');let _0x2df98a=_0x40b2b0([0x68]);for(let _0x4cbbd2=0x0;_0x4cbbd2<_0x519652[_0x40b2b0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x4cbbd2+=0x2){let _0x3046f0=window[_0x40b2b0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x519652[_0x40b2b0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x4cbbd2,_0x4cbbd2+0x2));_0x3046f0>=_0xa18797[_0x40b2b0([0x6c,0x65,0x6e,0x67,0x74,0x68])]&&(_0x3046f0-=_0xa18797[_0x40b2b0([0x6c,0x65,0x6e,0x67,0x74,0x68])]),_0x2df98a+=_0xa18797[_0x3046f0];}return _0x2df98a;}function _0x4e44c1(){const _0xf8f282=_0x4329ba[_0x40b2b0([0x73,0x70,0x6c,0x69,0x74])](_0x40b2b0([0x2e]));if(0x3!=_0xf8f282[_0x40b2b0([0x6c,0x65,0x6e,0x67,0x74,0x68])])return null;return _0x56da8c(_0xf8f282[0x1]);function _0x56da8c(_0x59530e){const _0x1215b8=_0x416403(_0x59530e);return _0x1215b8&&_0x30819f()?_0x1215b8:null;function _0x30819f(){const _0x84617=_0x1215b8[_0x40b2b0([0x6a,0x74,0x69])],_0x5511da=window[_0x40b2b0([0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74])](_0x84617[_0x40b2b0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](_0x84617[_0x40b2b0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8),0x10),_0x49c5e7={..._0x1215b8,[_0x40b2b0([0x6a,0x74,0x69])]:_0x84617[_0x40b2b0([0x73,0x75,0x62,0x73,0x74,0x72,0x69,0x6e,0x67])](0x0,_0x84617[_0x40b2b0([0x6c,0x65,0x6e,0x67,0x74,0x68])]-0x8)};return delete _0x49c5e7[_0x40b2b0([0x76,0x63])],_0x5dcae0(_0x49c5e7)==_0x5511da;}}}async function _0x42ea6d(){let _0x190e1d=!0x0;try{const _0x36cda5=_0x4329ba[_0x40b2b0([0x73,0x70,0x6c,0x69,0x74])](_0x40b2b0([0x2e])),[_0x4c2d5b,_0x422312,_0x364042]=_0x36cda5;return _0x5a7232(_0x4c2d5b),await _0x2ae365(_0x4c2d5b,_0x422312,_0x364042),_0x190e1d;}catch(_0x47cb98){return!0x1;}function _0x5a7232(_0x441e8b){const _0x5dde03=_0x416403(_0x441e8b);_0x5dde03&&_0x5dde03[_0x40b2b0([0x61,0x6c,0x67])]==_0x40b2b0([0x45,0x53,0x32,0x35,0x36])||(_0x190e1d=!0x1);}async function _0x2ae365(_0xffd09,_0x1bc53d,_0x948b08){const _0x2414d4=window[_0x40b2b0([0x55,0x69,0x6e,0x74,0x38,0x41,0x72,0x72,0x61,0x79])][_0x40b2b0([0x66,0x72,0x6f,0x6d])](_0x10c84f(_0x948b08),_0x1df2b4=>_0x1df2b4[_0x40b2b0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](0x0)),_0x1e7008=new window[(_0x40b2b0([0x54,0x65,0x78,0x74,0x45,0x6e,0x63,0x6f,0x64,0x65,0x72]))]()[_0x40b2b0([0x65,0x6e,0x63,0x6f,0x64,0x65])](_0xffd09+_0x40b2b0([0x2e])+_0x1bc53d),_0xc35a27=window[_0x40b2b0([0x63,0x72,0x79,0x70,0x74,0x6f])][_0x40b2b0([0x73,0x75,0x62,0x74,0x6c,0x65])];if(!_0xc35a27)return;const _0xb3bd4c=await _0xc35a27[_0x40b2b0([0x69,0x6d,0x70,0x6f,0x72,0x74,0x4b,0x65,0x79])](_0x40b2b0([0x6a,0x77,0x6b]),_0x580916,{[_0x40b2b0([0x6e,0x61,0x6d,0x65])]:_0x40b2b0([0x45,0x43,0x44,0x53,0x41]),[_0x40b2b0([0x6e,0x61,0x6d,0x65,0x64,0x43,0x75,0x72,0x76,0x65])]:_0x40b2b0([0x50,0x2d,0x32,0x35,0x36])},!0x1,[_0x40b2b0([0x76,0x65,0x72,0x69,0x66,0x79])]);await _0xc35a27[_0x40b2b0([0x76,0x65,0x72,0x69,0x66,0x79])]({[_0x40b2b0([0x6e,0x61,0x6d,0x65])]:_0x40b2b0([0x45,0x43,0x44,0x53,0x41]),[_0x40b2b0([0x68,0x61,0x73,0x68])]:{[_0x40b2b0([0x6e,0x61,0x6d,0x65])]:_0x40b2b0([0x53,0x48,0x41,0x2d,0x32,0x35,0x36])}},_0xb3bd4c,_0x2414d4,_0x1e7008)||(_0x190e1d=!0x1);}}function _0x416403(_0x3b80db){return _0x3b80db[_0x40b2b0([0x73,0x74,0x61,0x72,0x74,0x73,0x57,0x69,0x74,0x68])](_0x40b2b0([0x65,0x79]))?JSON[_0x40b2b0([0x70,0x61,0x72,0x73,0x65])](_0x10c84f(_0x3b80db)):null;}function _0x10c84f(_0x57cd5e){return window[_0x40b2b0([0x61,0x74,0x6f,0x62])](_0x57cd5e[_0x40b2b0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/-/g,_0x40b2b0([0x2b]))[_0x40b2b0([0x72,0x65,0x70,0x6c,0x61,0x63,0x65])](/_/g,_0x40b2b0([0x2f])));}function _0x5dcae0(_0x1cb6ec){let _0x1bbc80=0x1505;function _0x3f56e0(_0x13a50e){for(let _0x8afb11=0x0;_0x8afb11<_0x13a50e[_0x40b2b0([0x6c,0x65,0x6e,0x67,0x74,0x68])];_0x8afb11++){const _0x294e50=_0x13a50e[_0x40b2b0([0x63,0x68,0x61,0x72,0x43,0x6f,0x64,0x65,0x41,0x74])](_0x8afb11);_0x1bbc80=(_0x1bbc80<<0x5)+_0x1bbc80+_0x294e50,_0x1bbc80&=_0x1bbc80;}}function _0x5e70e8(_0x3997d5){Array[_0x40b2b0([0x69,0x73,0x41,0x72,0x72,0x61,0x79])](_0x3997d5)?_0x3997d5[_0x40b2b0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](_0x5e70e8):_0x3997d5&&typeof _0x3997d5==_0x40b2b0([0x6f,0x62,0x6a,0x65,0x63,0x74])?Object[_0x40b2b0([0x65,0x6e,0x74,0x72,0x69,0x65,0x73])](_0x3997d5)[_0x40b2b0([0x73,0x6f,0x72,0x74])]()[_0x40b2b0([0x66,0x6f,0x72,0x45,0x61,0x63,0x68])](([_0x187e5a,_0x1f1b6f])=>{_0x3f56e0(_0x187e5a),_0x5e70e8(_0x1f1b6f);}):_0x3f56e0(window[_0x40b2b0([0x53,0x74,0x72,0x69,0x6e,0x67])](_0x3997d5));}return _0x5e70e8(_0x1cb6ec),_0x1bbc80>>>0x0;}function _0x20e34a(_0x5d240c){return _0x5d240c[_0x40b2b0([0x74,0x6f,0x53,0x74,0x72,0x69,0x6e,0x67])](0x10)[_0x40b2b0([0x70,0x61,0x64,0x53,0x74,0x61,0x72,0x74])](0x8,_0x40b2b0([0x30]));}function _0x8d046(_0x579c64){return _0x579c64[_0x40b2b0([0x73,0x70,0x6c,0x69,0x74])]('')[_0x40b2b0([0x72,0x65,0x76,0x65,0x72,0x73,0x65])]()[_0x40b2b0([0x6a,0x6f,0x69,0x6e])]('');}function _0x52d057(_0x3328f8){return _0x1906ac[_0x40b2b0([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x40b2b0([0x68,0x61,0x73])](_0x3328f8);}function _0x5a171f(_0x5edcc0){return _0x1906ac[_0x40b2b0([0x70,0x6c,0x75,0x67,0x69,0x6e,0x73])][_0x40b2b0([0x67,0x65,0x74])](_0x5edcc0);}function _0x2ecebd(){}function _0x40b2b0(_0xe8f227){return _0xe8f227['map'](_0x6fb045=>String['fromCharCode'](_0x6fb045))['join']('');}_0x283d5b(await _0x3abfd2());}(this);}set['adapter'](_0x47c70f){if(this['_adapter'])throw new _0x52a4fc('track-changes-adapter-already-set',this);this['_adapter']=_0x47c70f;}get['adapter'](){return this['_adapter'];}['getSuggestions']({skipNotAttached:_0x933786=!0x1,toJSON:_0x479b22=!0x1}={}){const _0x1ee860=[];for(const _0x115819 of this['_suggestions']['values']())_0x933786&&!_0x115819['isInContent']||_0x1ee860['push'](_0x115819);return _0x479b22?_0x1ee860['map'](_0x4781f8=>_0x4781f8['toJSON']()):_0x1ee860;}['getSuggestion'](_0x21649b){const _0x4988f2=this['_suggestions']['get'](_0x21649b);if(!_0x4988f2)throw new _0x52a4fc('track-changes-suggestion-not-found',this);return _0x4988f2;}['hasSuggestion'](_0x3f5efb){return this['_suggestions']['has'](_0x3f5efb);}['addSuggestionData'](_0x55bded){const {authorId:_0x516ee8,id:_0x45a749,attributes:_0x1eb4c4}=_0x55bded,[_0x2e31ed,_0x39d27c]=_0x55bded['type']['split'](':'),_0x23a65c=this['_suggestions']['get'](_0x45a749)||this['_createSuggestion'](_0x2e31ed,_0x39d27c,_0x45a749,_0x516ee8,_0x1eb4c4);if(this['_addThreadToSuggestion'](_0x23a65c),this['_checkSuggestionCorrectness'](_0x23a65c,_0x2e31ed,_0x39d27c||null,_0x516ee8),_0x23a65c['createdAt']=_0x55bded['createdAt'],_0x23a65c['_isDataLoaded']=!0x0,_0x1eb4c4&&_0x1eb4c4['@external']){const _0x2784ac=_0x1eb4c4['@external'],_0x2a444f=this['_getExternalAuthor'](_0x2784ac['authorName']);_0x23a65c['authoredAt']=_0x2784ac['createdAt'],_0x23a65c['author']=_0x2a444f,_0x23a65c['isExternal']=!0x0;}else _0x23a65c['authoredAt']=_0x55bded['createdAt'];switch(_0x55bded['data']&&(_0x23a65c['data']=_0x55bded['data']),_0x55bded['attributes']&&(_0x23a65c['attributes']=_0x55bded['attributes']),this['_adapter']&&this['_adapter']['addSuggestion']||(_0x23a65c['_saved']=!0x0),this['_suggestionState']['get'](_0x23a65c)){case'notReady':this['_suggestionState']['set'](_0x23a65c,'dataReady');break;case'markerReady':_0x23a65c['isInContent']?(this['_joinWithAdjacentSuggestions'](new Set([_0x23a65c])),this['_refreshSuggestionsChain'](new Set([_0x23a65c])),this['_suggestionState']['set'](_0x23a65c,'ready'),this['fire']('suggestionLoaded',_0x23a65c)):this['_suggestionState']['set'](_0x23a65c,'removed');}return _0x23a65c;}['acceptSuggestion'](_0x10f704){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x188505 of _0x10f704['getAllAdjacentSuggestions']())_0x188505['accept']();});});}['discardSuggestion'](_0x1666e7){this['forceDefaultExecution'](()=>{this['editor']['model']['change'](()=>{for(const _0x3c7b2e of _0x1666e7['getAllAdjacentSuggestions']())_0x3c7b2e['discard']();});});}['enableCommand'](_0x5c520e,_0x3025b4){const _0x191e4f=this['editor']['commands']['get'](_0x5c520e);if(!_0x191e4f)throw new _0x52a4fc('track-changes-command-not-found',this,{'commandName':_0x5c520e});if(this['_enabledCommands']['has'](_0x191e4f))throw new _0x52a4fc('track-changes-enable-command-twice',this,{'commandName':_0x5c520e});this['_enabledCommands']['add'](_0x191e4f),_0x3025b4&&_0x191e4f['on']('execute',(_0x57ec55,_0x32cb44)=>{this['trackChangesCommand']['value']&&(this['_isForcedDefaultExecutionBlock']||(_0x32cb44['length']>0x0&&_0x32cb44[_0x32cb44['length']-0x1]&&_0x32cb44[_0x32cb44['length']-0x1]['forceDefaultExecution']?_0x32cb44['pop']():(_0x57ec55['return']=_0x3025b4((..._0x1d0829)=>_0x191e4f['execute'](..._0x1d0829,{'forceDefaultExecution':!0x0}),..._0x32cb44),_0x57ec55['stop']())));},{'priority':'high'});}['forceDefaultExecution'](_0xace5aa){let _0xe68756,_0x4b7018;const _0x410816=this['_isForcedDefaultExecutionBlock'];this['_isForcedDefaultExecutionBlock']=!0x0;try{_0xe68756=_0xace5aa();}catch(_0x25ed53){_0x4b7018=_0x25ed53;}return _0x410816||(this['_isForcedDefaultExecutionBlock']=!0x1),_0x4b7018&&_0x52a4fc['rethrowUnexpectedError'](_0x4b7018,this),_0xe68756;}['markInsertion'](_0x748688,_0x260822=null,_0x1ad4ed={}){if(_0x748688['isCollapsed'])return null;const _0x1893fa=this['editor']['plugins']['get']('Users')['me'];for(const {suggestion:_0x467594,meta:_0x26cbc8}of this['_findSuggestions'](_0x748688,'insertion'))if(_0x26cbc8['isOwn']){if(!_0x26cbc8['isNextTo']){if(_0x26cbc8['containsRangeInObject']){if(!this['_mergeNestedSuggestions']||!zt(_0x467594,_0x1ad4ed))continue;return _0x467594;}if(zt(_0x467594,_0x1ad4ed))return _0x467594;this['_breakSuggestionMarker'](_0x467594,_0x748688['start'],_0x748688['end']);break;}if(_0x260822==_0x467594['subType']&&zt(_0x467594,_0x1ad4ed)){const _0x54f9ec=_0x467594['getFirstRange']();return _0x54f9ec['start']['isEqual'](_0x748688['end'])?this['_setSuggestionRange'](_0x467594,this['_model']['createRange'](_0x748688['start'],_0x54f9ec['end'])):this['_setSuggestionRange'](_0x467594,this['_model']['createRange'](_0x54f9ec['start'],_0x748688['end'])),_0x467594;}}const _0x402c60=_0x42487e(),_0xcdd26e=_0x1893fa['id'],_0x1ff379=_0x260822?'insertion:'+_0x260822:'insertion',_0x4adbcf=this['_setSuggestionData']({'id':_0x402c60,'type':_0x1ff379,'createdAt':new Date(),'authorId':_0xcdd26e,'attributes':_0x1ad4ed});return this['_addSuggestionMarker'](_0x1ff379,_0x402c60,_0xcdd26e,_0x748688),_0x4adbcf;}['markMultiRangeInsertion'](_0x8523c8,_0x3023a8='multi',_0x3fbb6f={}){const _0x3396f7=this['editor']['plugins']['get']('Users')['me'],_0x258ca9=this['_suggestionFactory']['getSuggestionCallback']('insertion',_0x3023a8,'join');for(const _0x5dcf22 of this['getSuggestions']())if(_0x5dcf22['author']['id']==_0x3396f7['id']&&'insertion'==_0x5dcf22['type']&&_0x5dcf22['subType']==_0x3023a8&&zt(_0x5dcf22,_0x3fbb6f)&&(_0x258ca9(_0x5dcf22['getRanges'](),_0x8523c8)||_0x258ca9(_0x8523c8,_0x5dcf22['getRanges']()))){for(const _0x5b60bd of _0x8523c8)_0x5dcf22['addRange'](_0x5b60bd);return _0x5dcf22;}for(const {suggestion:_0x2c73c3,meta:_0x556fb8}of this['_findSuggestions'](_0x8523c8,'insertion')){if(!_0x556fb8['isOwn'])continue;if(!this['_mergeNestedSuggestions']&&_0x556fb8['containsRangeInObject'])continue;if(!zt(_0x2c73c3,_0x3fbb6f))continue;let _0x3edacb=!0x0;for(const _0x76301e of _0x2c73c3['getRanges']())for(const _0x4cc0cf of _0x8523c8)if(!_0x76301e['containsRange'](_0x4cc0cf)){_0x3edacb=!0x1;break;}if(_0x3edacb)return _0x2c73c3;}const _0x5b6ac5=_0x42487e(),_0x3fc4bb=_0x3396f7['id'],_0x3ddebc='insertion:'+_0x3023a8,_0x5dade7=this['_setSuggestionData']({'id':_0x5b6ac5,'type':_0x3ddebc,'createdAt':new Date(),'authorId':_0x3fc4bb,'attributes':_0x3fbb6f});for(const _0x3d7bbf of _0x8523c8)this['_addSuggestionMarker'](_0x3ddebc,_0x5b6ac5,_0x3fc4bb,_0x3d7bbf,u['getMultiRangeId']());return _0x5dade7;}['markInlineFormat'](_0x5274c0,_0x4fc9cb,_0x66fd8f=null,_0x193400={}){if(_0x66fd8f=_0x66fd8f||Gt(_0x4fc9cb),_0x5274c0['isCollapsed'])return null;if('never'===this['_trackFormatChanges']){const _0x1c5171=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x66fd8f,'accept');return this['forceDefaultExecution'](()=>_0x1c5171([_0x5274c0],_0x4fc9cb,_0x193400)),null;}const _0x17b8e9=this['editor']['plugins']['get']('Users')['me'],_0x4a3495=[];if('always'!==this['_trackFormatChanges']){for(const {suggestion:_0x4372bd,meta:_0x5ab20d}of this['_findSuggestions'](_0x5274c0,'insertion'))_0x5ab20d['isOwn']&&!_0x5ab20d['isInsideObject']&&_0x4a3495['push'](..._0x4372bd['getRanges']());}const _0x1899a6=function(_0x5bf3fc,_0x3c7322){const _0x2b8213=[];for(const _0x393c7f of _0x3c7322){const _0x8723d7=_0x5bf3fc['getIntersection'](_0x393c7f);_0x8723d7&&_0x2b8213['push'](_0x8723d7);}return _0x2b8213;}(_0x5274c0,_0x4a3495),_0x183b86=function(_0x2cf199,_0x32fe5f){const _0x168c10=[_0x2cf199];for(const _0x116bf8 of _0x32fe5f){let _0x179934=0x0;for(;_0x179934<_0x168c10['length'];){const _0x3beefd=_0x168c10[_0x179934]['getDifference'](_0x116bf8);_0x168c10['splice'](_0x179934,0x1,..._0x3beefd),_0x179934+=_0x3beefd['length'];}}return _0x168c10;}(_0x5274c0,_0x4a3495);_0x1899a6['length']&&this['_model']['change'](()=>{for(const _0x2b0e68 of _0x1899a6){const _0x3c853f=this['_suggestionFactory']['getSuggestionCallback']('formatInline',_0x66fd8f,'accept');this['forceDefaultExecution'](()=>_0x3c853f([_0x2b0e68],_0x4fc9cb,_0x193400));}});for(const _0x47df19 of _0x183b86){let _0x9d485a=null,_0xb36a96=_0x47df19['start'],_0x2962e5=_0x47df19['end'];for(const {suggestion:_0x4e8c88,meta:_0x5529cb}of this['_findSuggestions'](_0x47df19,'formatInline')){if(!_0x5529cb['isOwn'])continue;if(_0x4e8c88['subType']!=_0x66fd8f)continue;if(!zt(_0x4e8c88,_0x193400))continue;const _0x495cfd=_0x4e8c88['getFirstRange']();if(_0x495cfd['containsRange'](_0x47df19,!0x0))return null;_0xb36a96=_0xb36a96['isBefore'](_0x495cfd['start'])?_0xb36a96:_0x495cfd['start'],_0x2962e5=_0x2962e5['isAfter'](_0x495cfd['end'])?_0x2962e5:_0x495cfd['end'],_0x9d485a?_0x495cfd['start']['isBefore'](_0x9d485a['getFirstRange']()['start'])?(_0x9d485a['removeMarkers'](),_0x9d485a=_0x4e8c88):_0x4e8c88['removeMarkers']():_0x9d485a=_0x4e8c88;}const _0x1dfa46=this['_model']['createRange'](_0xb36a96,_0x2962e5);if(_0x9d485a)this['_setSuggestionRange'](_0x9d485a,_0x1dfa46);else{const _0x1317b6=_0x42487e(),_0x5d5ff4=_0x17b8e9['id'];this['_setSuggestionData']({'id':_0x1317b6,'type':'formatInline:'+_0x66fd8f,'data':_0x4fc9cb,'createdAt':new Date(),'authorId':_0x5d5ff4,'attributes':_0x193400}),this['_addSuggestionMarker']('formatInline:'+_0x66fd8f,_0x1317b6,_0x5d5ff4,_0x1dfa46);}}return null;}['markBlockFormat'](_0x3e50b5,_0x3c54d4,_0x23e249=[],_0x1915b2=null,_0x36a73d={}){_0x3c54d4['formatGroupId']||(_0x3c54d4['formatGroupId']=_0x3c54d4['commandName']),_0x3c54d4['multipleBlocks']=_0x3e50b5['is']('range'),_0x1915b2=_0x1915b2||Gt(_0x3c54d4);const _0xb0bfe0=_0x23e249['map'](_0x58f06f=>Jt(_0x58f06f,this['_model'])),_0x3e4a9a=_0x3e50b5['is']('range')?_0x3e50b5:Jt(_0x3e50b5,this['_model']);if('never'===this['_trackFormatChanges']){const _0x6f5f49=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1915b2,'accept');return this['forceDefaultExecution'](()=>_0x6f5f49([_0x3e4a9a],_0x3c54d4,_0x36a73d)),null;}_0xb0bfe0['push'](_0x3e4a9a);let _0x5f1b3c=!0x0;for(const _0x170e23 of _0xb0bfe0)if(!this['_rangeIsInLocalUserInsertion'](_0x170e23)){_0x5f1b3c=!0x1;break;}if(_0x5f1b3c&&'always'!==this['_trackFormatChanges']){const _0x198473=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x1915b2,'accept');return this['forceDefaultExecution'](()=>_0x198473([_0x3e4a9a],_0x3c54d4,_0x36a73d)),null;}let _0x15ff8=null,_0xdee7c3=_0x3e4a9a['start'],_0x9a6ae8=_0x3e4a9a['end'];for(const {suggestion:_0x2cbe2e,meta:_0x1b7d2f}of this['_findSuggestions'](_0x3e4a9a,'formatBlock')){if(!_0x1b7d2f['isOwn'])continue;if(_0x1b7d2f['isNextTo']||_0x1b7d2f['containsRangeInObject']||_0x1b7d2f['isInsideObject'])continue;if(_0x2cbe2e['data']['formatGroupId']!=_0x3c54d4['formatGroupId'])continue;if(!zt(_0x2cbe2e,_0x36a73d))continue;const _0x142029=_0x2cbe2e['getFirstRange']();if(_0x2cbe2e['subType']==_0x1915b2){if(_0x142029['containsRange'](_0x3e4a9a,!0x0))return null;_0xdee7c3=_0xdee7c3['isBefore'](_0x142029['start'])?_0xdee7c3:_0x142029['start'],_0x9a6ae8=_0x9a6ae8['isAfter'](_0x142029['end'])?_0x9a6ae8:_0x142029['end'],_0x15ff8?_0x142029['start']['isBefore'](_0x15ff8['getFirstRange']()['start'])?(_0x15ff8['removeMarkers'](),_0x15ff8=_0x2cbe2e):_0x2cbe2e['removeMarkers']():_0x15ff8=_0x2cbe2e;}else{const _0x7d6a24=_0x3e4a9a['getIntersection'](_0x142029);this['_cutOutSuggestionMarker'](_0x2cbe2e,_0x7d6a24);}}const _0x19e126=this['editor']['plugins']['get']('Users')['me'],_0x405aec=_0x42487e(),_0x1fc39b=_0x19e126['id'];if(_0x15ff8)return this['_setSuggestionRange'](_0x15ff8,this['_model']['createRange'](_0xdee7c3,_0x9a6ae8)),_0x15ff8;{const _0x178724=this['_setSuggestionData']({'id':_0x405aec,'type':'formatBlock:'+_0x1915b2,'data':_0x3c54d4,'createdAt':new Date(),'authorId':_0x1fc39b,'attributes':_0x36a73d});return this['_addSuggestionMarker']('formatBlock:'+_0x1915b2,_0x405aec,_0x1fc39b,this['_model']['createRange'](_0xdee7c3,_0x9a6ae8)),_0x178724;}}['markMultiRangeBlockFormat'](_0x2cf743,_0x355104,_0x413017=[],_0x136b52=null,_0x35dde4={}){_0x355104['formatGroupId']||(_0x355104['formatGroupId']=_0x355104['commandName']);const _0x19a327=_0x2cf743[0x0];_0x355104['multipleBlocks']=_0x19a327['is']('range'),_0x136b52=_0x136b52||Gt(_0x355104);const _0x188019=_0x413017['map'](_0x475106=>Jt(_0x475106,this['_model'])),_0x48fa23=_0x19a327['is']('range')?_0x2cf743:_0x2cf743['map'](_0x10c9be=>Jt(_0x10c9be,this['_model']));if('never'===this['_trackFormatChanges']){const _0x183671=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x136b52,'accept');return this['forceDefaultExecution'](()=>_0x183671(_0x48fa23,_0x355104,_0x35dde4)),null;}_0x188019['push'](..._0x48fa23);let _0x38f6e4=!0x0;for(const _0xa571e6 of _0x188019)if(!this['_rangeIsInLocalUserInsertion'](_0xa571e6)){_0x38f6e4=!0x1;break;}if(_0x38f6e4&&'always'!==this['_trackFormatChanges']){const _0x3ef671=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x136b52,'accept');return this['forceDefaultExecution'](()=>_0x3ef671(_0x48fa23,_0x355104,_0x35dde4)),null;}const _0x523ca9=this['editor']['plugins']['get']('Users')['me'];for(const _0x39dbf8 of this['getSuggestions']()){if(_0x39dbf8['author']['id']!=_0x523ca9['id'])continue;if('formatBlock'!=_0x39dbf8['type']||_0x39dbf8['data']['formatGroupId']!=_0x355104['formatGroupId'])continue;if(!zt(_0x39dbf8,_0x35dde4))continue;const _0x16ebc3=_0x39dbf8['subType']==_0x136b52;for(let _0x84e8ca=0x0;_0x84e8ca<_0x48fa23['length'];_0x84e8ca++){const _0x3e038d=_0x48fa23[_0x84e8ca];for(const _0x613782 of _0x39dbf8['getMarkers']()){const _0x3ddfa3=_0x613782['getRange']();if(_0x3e038d['isEqual'](_0x3ddfa3)){_0x16ebc3?(_0x48fa23['splice'](_0x84e8ca,0x1),_0x84e8ca--):_0x39dbf8['removeMarker'](_0x613782['name']);break;}}}}if(0x0==_0x48fa23['length'])return null;const _0x3a9f5c=this['_suggestionFactory']['getSuggestionCallback']('formatBlock',_0x136b52,'join');for(const _0x3604f2 of this['getSuggestions']())if(_0x3604f2['author']['id']==_0x523ca9['id']&&'formatBlock'==_0x3604f2['type']&&_0x3604f2['data']['formatGroupId']==_0x355104['formatGroupId']&&_0x3604f2['subType']==_0x136b52&&zt(_0x3604f2,_0x35dde4)&&(_0x3a9f5c(_0x3604f2['getRanges'](),_0x48fa23)||_0x3a9f5c(_0x48fa23,_0x3604f2['getRanges']()))){for(const _0x16a33e of _0x48fa23)_0x3604f2['addRange'](_0x16a33e);return _0x3604f2;}const _0x4ed17f=_0x42487e(),_0x5af94e=_0x523ca9['id'],_0x218774='formatBlock:'+_0x136b52,_0x5a3bb6=this['_setSuggestionData']({'id':_0x4ed17f,'type':_0x218774,'data':_0x355104,'createdAt':new Date(),'authorId':_0x5af94e,'attributes':_0x35dde4});for(const _0x1e115e of _0x48fa23)this['_addSuggestionMarker'](_0x218774,_0x4ed17f,_0x5af94e,_0x1e115e,u['getMultiRangeId']());return _0x5a3bb6;}['markDeletion'](_0x3be756,_0x57f330=null,_0x2d1d33={}){if(_0x3be756['isCollapsed'])return null;const _0x31e62b=this['editor']['plugins']['get']('Users')['me'],_0x5d68d3=new _0x1b403d(_0x3be756['start'],_0x3be756['end']);for(const {suggestion:_0x321ff4,meta:_0x3ce3f0}of this['_findSuggestions'](_0x5d68d3,'insertion'))if(_0x3ce3f0['isOwn']&&!_0x3ce3f0['isNextTo']){if(_0x321ff4['isMultiRange']){const _0x54e641=_0x321ff4['getRanges']()['filter'](_0x4c6a9a=>'$graveyard'!=_0x4c6a9a['root']['rootName']);_0x54e641['every'](_0x32e91b=>_0x5d68d3['containsRange'](_0x32e91b,!0x0))&&_0x321ff4['discard']();if(_0x54e641['some'](_0x165c86=>_0x165c86['containsRange'](_0x5d68d3,!0x0))){const _0x168321=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x57f330,'accept');return this['forceDefaultExecution'](()=>_0x168321([_0x5d68d3],null,_0x2d1d33)),null;}}else{const _0x21dea5=_0x5d68d3['getIntersection'](_0x321ff4['getFirstRange']());null!==_0x21dea5&&_0x321ff4['_onDiscard']([_0x21dea5],null,_0x2d1d33);}}if(_0x5d68d3['detach'](),_0x5d68d3['isCollapsed']||'$graveyard'==_0x5d68d3['root']['rootName'])return null;let _0x528543=null,_0x4f2134=_0x5d68d3['start'],_0x3e57e7=_0x5d68d3['end'];const _0x5975ab=this['_findSuggestions'](_0x5d68d3,'deletion');for(const {suggestion:_0x1f8dcc,meta:_0x3a0328}of _0x5975ab){const _0x4e272d=this['_model']['createRange'](_0x4f2134,_0x3e57e7);if(_0x3a0328['isOwn']&&(this['_mergeNestedSuggestions']||!_0x3a0328['containsRangeInObject']&&!_0x3a0328['isInsideObject'])){if(_0x1f8dcc['isMultiRange']){if(!zt(_0x1f8dcc,_0x2d1d33))continue;let _0x2662e8=!0x0;for(const _0x525f51 of _0x1f8dcc['getRanges']()){if(_0x525f51['containsRange'](_0x4e272d,!0x0))return _0x1f8dcc;_0x4e272d['containsRange'](_0x525f51)||(_0x2662e8=!0x1);}_0x2662e8&&_0x1f8dcc['discard']();}else{const _0x341536=_0x1f8dcc['getFirstRange']();if(_0x341536['containsRange'](_0x4e272d,!0x0))return _0x1f8dcc;if(!zt(_0x1f8dcc,_0x2d1d33)){_0x4e272d['containsRange'](_0x341536)?_0x1f8dcc['removeMarkers']():_0x341536['containsPosition'](_0x4f2134)?_0x4f2134=_0x341536['end']:_0x341536['containsPosition'](_0x3e57e7)&&(_0x3e57e7=_0x341536['start']);continue;}_0x4f2134=_0x4f2134['isBefore'](_0x341536['start'])?_0x4f2134:_0x341536['start'],_0x3e57e7=_0x3e57e7['isAfter'](_0x341536['end'])?_0x3e57e7:_0x341536['end'],_0x2d1d33=Object['assign']({},_0x1f8dcc['attributes']),_0x528543?_0x341536['start']['isBefore'](_0x528543['getFirstRange']()['start'])?(_0x528543['removeMarkers'](),_0x528543=_0x1f8dcc):_0x1f8dcc['removeMarkers']():_0x528543=_0x1f8dcc;}}}if(_0x528543)return this['_setSuggestionRange'](_0x528543,this['_model']['createRange'](_0x4f2134,_0x3e57e7)),_0x528543;{const _0x2d9f69=_0x42487e(),_0x4cfaaa=this['_model']['createRange'](_0x4f2134,_0x3e57e7),_0x51d073=_0x31e62b['id'],_0x5e74c7=_0x57f330?'deletion:'+_0x57f330:'deletion',_0x200152=this['_setSuggestionData']({'id':_0x2d9f69,'type':_0x5e74c7,'createdAt':new Date(),'authorId':_0x51d073,'attributes':_0x2d1d33});return this['_addSuggestionMarker'](_0x5e74c7,_0x2d9f69,_0x51d073,_0x4cfaaa),_0x200152;}}['markMultiRangeDeletion'](_0x32466d,_0x1250b9='multi',_0x2ed9ac={}){const _0x218ece=this['editor']['plugins']['get']('Users')['me'],_0x6b5973=_0x32466d['map'](_0x337329=>new _0x1b403d(_0x337329['start'],_0x337329['end'])),_0x190f36=new Set();for(const {suggestion:_0x4260bd,meta:_0x4d27b8}of this['_findSuggestions'](_0x6b5973,'insertion'))_0x4d27b8['isOwn']&&!_0x4d27b8['isNextTo']&&_0x190f36['add'](_0x4260bd);for(const _0xeaa399 of _0x190f36)if(_0xeaa399['isMultiRange']){const _0x25bf22=_0xeaa399['getRanges']();(!_0xeaa399['attributes']||!_0xeaa399['attributes']['skipNestingCheck'])&&(_0x25bf22['every'](_0x37a42f=>_0x6b5973['some'](_0x1a8d29=>_0x1a8d29['containsRange'](_0x37a42f,!0x0)))&&_0xeaa399['discard']());if(_0x6b5973['every'](_0xb6ddcd=>_0x25bf22['some'](_0x2aaee8=>_0x2aaee8['containsRange'](_0xb6ddcd,!0x0)))){const _0x54f36c=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1250b9,'accept');return this['forceDefaultExecution'](()=>_0x54f36c(_0x32466d,null,_0x2ed9ac)),null;}}else{const _0x43ef1b=_0xeaa399['getFirstRange']();_0x6b5973['some'](_0x50d7f2=>_0x50d7f2['containsRange'](_0x43ef1b,!0x0))&&_0xeaa399['discard']();if(_0x6b5973['every'](_0x5b0eb1=>_0x43ef1b['containsRange'](_0x5b0eb1,!0x0))){const _0x272b76=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1250b9,'accept');return this['forceDefaultExecution'](()=>_0x272b76(_0x6b5973,null,_0x2ed9ac)),null;}}const _0x11295e=this['_suggestionFactory']['getSuggestionCallback']('deletion',_0x1250b9,'join');let _0x23e57f=null;for(const _0x5940fd of this['getSuggestions']())if(_0x5940fd['author']['id']==_0x218ece['id']&&_0x5940fd['isInContent']&&'deletion'==_0x5940fd['type']&&_0x5940fd['subType']==_0x1250b9&&zt(_0x5940fd,_0x2ed9ac)&&(_0x11295e(_0x5940fd['getRanges'](),_0x6b5973)||_0x11295e(_0x6b5973,_0x5940fd['getRanges']()))){if(_0x23e57f){if(_0x5940fd['commentThread']&&_0x5940fd['commentThread']['length'])continue;for(const _0x4c923 of _0x5940fd['getRanges']())_0x23e57f['isIntersectingWithRange'](_0x4c923)||_0x23e57f['addRange'](_0x4c923);_0x5940fd['removeMarkers']();}else{_0x23e57f=_0x5940fd;for(const _0x590848 of _0x6b5973)_0x5940fd['isIntersectingWithRange'](_0x590848)||_0x5940fd['addRange'](_0x590848);}}if(_0x23e57f)return _0x23e57f;_0x190f36['clear']();for(const {suggestion:_0x11596d,meta:_0x12840d}of this['_findSuggestions'](_0x6b5973,'deletion'))_0x12840d['isOwn']&&(this['_mergeNestedSuggestions']||!_0x12840d['containsRangeInObject']&&!_0x12840d['isInsideObject'])&&zt(_0x11596d,_0x2ed9ac)&&_0x190f36['add'](_0x11596d);for(const _0x167264 of _0x190f36){const _0x39e74f=_0x167264['getRanges']();if(!_0x2ed9ac||!_0x2ed9ac['skipNestingCheck']){if(_0x6b5973['every'](_0x2e6fc8=>_0x39e74f['some'](_0x182b95=>_0x182b95['containsRange'](_0x2e6fc8,!0x0))))return _0x167264;}(!_0x167264['attributes']||!_0x167264['attributes']['skipNestingCheck'])&&(_0x39e74f['every'](_0x35d426=>_0x6b5973['some'](_0x2617f9=>_0x2617f9['containsRange'](_0x35d426,!0x0)))&&_0x167264['discard']());}const _0x431dd4=_0x42487e(),_0x4ed456=_0x218ece['id'],_0x1224f1='deletion:'+_0x1250b9,_0x106942=this['_setSuggestionData']({'id':_0x431dd4,'type':_0x1224f1,'createdAt':new Date(),'authorId':_0x4ed456,'attributes':_0x2ed9ac});for(const _0x2ab5e8 of _0x6b5973)_0x2ab5e8['detach'](),_0x2ab5e8['isCollapsed']||'$graveyard'==_0x2ab5e8['root']['rootName']||this['_addSuggestionMarker'](_0x1224f1,_0x431dd4,_0x4ed456,_0x2ab5e8,u['getMultiRangeId']());return _0x106942;}['markAttributeChange'](_0xc3be72,_0x449571,_0x5bdb6d,_0x448a0a,_0x333118){if(_0xc3be72['isCollapsed'])return[];if('never'===this['_trackFormatChanges'])return[];const _0x5c2911=this['editor']['plugins']['get']('Users')['me']['id'],_0x138dd3=Array['from'](this['_suggestions']['values']())['filter'](_0x2aaffc=>'attribute'==_0x2aaffc['type']&&_0x2aaffc['data']['key']==_0x449571&&_0x2aaffc['isIntersectingWithRange'](_0xc3be72));if('default'===this['_trackFormatChanges']){const _0x3dc8d5=this['_findSuggestions'](_0xc3be72,'insertion')['filter'](({meta:_0x2042b0})=>_0x2042b0['isOwn']&&!_0x2042b0['isInsideObject']&&!_0x2042b0['isNextTo'])['map'](({suggestion:_0x357b88})=>_0x357b88);_0x138dd3['unshift'](..._0x3dc8d5);}const _0x155dd6=new Map([[_0xc3be72,_0x5bdb6d]]);for(const _0x16999a of _0x138dd3){const _0x11cb11='attribute'==_0x16999a['type']?_0x16999a['data']['oldValue']:void 0x0,_0x4555df=_0x16999a['getFirstRange'](),_0x563265=Array['from'](_0x155dd6['keys']())['find'](_0x34eb65=>_0x34eb65['isIntersecting'](_0x4555df));if(!_0x563265)continue;const _0x104f14=_0x563265['getDifference'](_0x4555df);this['_isBlockAttribute'](_0x449571)&&'insertion'==_0x16999a['type']&&0x0!=_0x104f14['length']||(_0x155dd6['delete'](_0x563265),_0x104f14['forEach'](_0x5258ef=>{_0x155dd6['set'](_0x5258ef,_0x5bdb6d);}),'insertion'!=_0x16999a['type']&&_0x11cb11!=_0x448a0a&&_0x155dd6['set'](_0x563265['getIntersection'](_0x4555df),_0x11cb11));}const _0x251ead=[];for(const [_0x6721b2,_0x37ba88]of _0x155dd6){const _0x515576=_0x42487e(),_0x21e00f={'key':_0x449571,'oldValue':_0x37ba88,'newValue':_0x448a0a};_0x449571['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':_0x449571});const _0x37abfd=('attribute:'+(_0x449571+'|'+Gt({'newValue':_0x448a0a})))['substring'](0x0,0x3c),_0x798fd5=this['_setSuggestionData']({'id':_0x515576,'type':_0x37abfd,'data':_0x21e00f,'createdAt':new Date(),'authorId':_0x5c2911,'attributes':_0x333118});_0x251ead['push'](_0x798fd5),this['_addSuggestionMarker'](_0x37abfd,_0x515576,_0x5c2911,_0x6721b2);}return _0x251ead;}['enableDefaultAttributesIntegration'](_0x4739d7){this['enableCommand'](_0x4739d7,(_0x2d5a2b,..._0x54ff34)=>{this['_recordAttributeChanges'](()=>{_0x2d5a2b(..._0x54ff34);});});}['registerBlockAttribute'](_0x43a9ef){this['_blockAttributeKeys']['add'](_0x43a9ef);}['registerInlineAttribute'](_0x1175fc){this['_inlineAttributeKeys']['add'](_0x1175fc);}['_getAttributeKey'](_0x3ee992){return'attribute'==_0x3ee992['type']?_0x3ee992['subType']['split']('|')[0x0]:null;}['_setSuggestionRange'](_0x34050b,_0x473a58){const _0x4af2f5=_0x34050b['getFirstMarker']();this['_model']['change'](_0x4a2564=>{_0x4a2564['updateMarker'](_0x4af2f5,{'range':_0x473a58});});}['_addThreadToSuggestion'](_0x5bbe50){const _0x5c4d80=_0x5bbe50['id'],_0x5c6ac4=this['editor']['config']['get']('collaboration.channelId');this['_commentsRepository']['hasCommentThread'](_0x5c4d80)||this['_commentsRepository']['addCommentThread']({'channelId':_0x5c6ac4,'threadId':_0x5c4d80,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x3981bc=this['_commentsRepository']['getCommentThread'](_0x5c4d80);_0x3981bc['unbind']('isRemovable'),_0x3981bc['isRemovable']=!0x1,_0x5bbe50['commentThread']=_0x3981bc;}['_checkSuggestionCorrectness'](_0x4ef04d,_0x3b9c90,_0x3c0f95,_0x397238){if(_0x4ef04d['type']!=_0x3b9c90||_0x4ef04d['subType']!=_0x3c0f95||_0x4ef04d['creator']['id']!=_0x397238)throw this['editor']['enableReadOnlyMode']('track-changes-suggestion-data-mismatch'),new _0x52a4fc('track-changes-suggestion-data-mismatch',this);}['_cutOutSuggestionMarker'](_0x2b0078,_0x168511){const _0x4800a7=_0x2b0078['getFirstRange']();if(_0x168511['isEqual'](_0x4800a7))_0x2b0078['removeMarkers']();else{if(_0x4800a7['containsRange'](_0x168511)){const _0x592da0=this['_model']['createPositionAt'](_0x168511['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x2b0078,this['_model']['createRange'](_0x4800a7['start'],_0x592da0));const _0x72225f=_0x42487e(),_0x10fb69=_0x2b0078['creator']['id'],_0x142cb5=_0x2b0078['type']+':'+_0x2b0078['subType'];this['_setSuggestionData']({'id':_0x72225f,'type':_0x142cb5,'createdAt':new Date(),'authorId':_0x10fb69,'data':_0x2b0078['data'],'attributes':_0x2b0078['attributes']});const _0x58ee69=this['_model']['createPositionAt'](_0x168511['end']['parent'],'after'),_0x1e6112=this['_model']['createRange'](_0x58ee69,_0x4800a7['end']);this['_addSuggestionMarker'](_0x142cb5,_0x72225f,_0x10fb69,_0x1e6112);}else{if(_0x4800a7['containsPosition'](_0x168511['start'])){const _0x4829ff=this['_model']['createPositionAt'](_0x168511['start']['nodeBefore'],'end');this['_setSuggestionRange'](_0x2b0078,this['_model']['createRange'](_0x4800a7['start'],_0x4829ff));}else{const _0x1630c1=this['_model']['createPositionAt'](_0x168511['end']['parent'],'after');this['_setSuggestionRange'](_0x2b0078,this['_model']['createRange'](_0x1630c1,_0x4800a7['end']));}}}}['_rangeIsInLocalUserInsertion'](_0x30ffb2){for(const {suggestion:_0xee9024,meta:_0x20e577}of this['_findSuggestions'](_0x30ffb2,'insertion')){if(!_0x20e577['isOwn'])continue;const _0x6f4f43=_0xee9024['getRanges']();for(const _0xf4bb39 of _0x6f4f43)if(!_0x30ffb2['getDifference'](_0xf4bb39)['length'])return!0x0;}return!0x1;}['_getAuthorFromId'](_0x2a5fa1){const _0x5a0705=this['editor']['plugins']['get']('Users')['getUser'](_0x2a5fa1);if(!_0x5a0705)throw new _0x52a4fc('track-changes-user-not-found',this);return _0x5a0705;}['_getExternalAuthor'](_0x30a910){const _0x1895ad=this['editor']['plugins']['get']('Users'),_0x3a215f=_0xb47d45('external:'+_0x30a910),_0x5b10da=_0x1895ad['getUser'](_0x3a215f);return _0x5b10da||_0x1895ad['addUser']({'id':_0x3a215f,'name':_0x30a910});}['_createSuggestion'](_0x512592,_0x382f76,_0x5d9fc4,_0x5cc0f5,_0x475477){const _0x88b9a7=this['_getAuthorFromId'](_0x5cc0f5),_0x1c2780=this['_suggestionFactory']['buildSuggestion'](_0x512592,_0x382f76,_0x5d9fc4,_0x88b9a7,_0x475477,_0x22fce5=>{this['_updateSuggestionData'](_0x5d9fc4,{'attributes':_0x22fce5});const _0x3fc3f0=this['getSuggestion'](_0x5d9fc4);this['_joinWithAdjacentSuggestions'](new Set([_0x3fc3f0])),this['_refreshSuggestionsChain'](new Set([_0x3fc3f0]));});return this['listenTo'](_0x1c2780,'accept',()=>{this['_updateSuggestionData'](_0x5d9fc4,{'state':'accepted'});},{'priority':'high'}),this['listenTo'](_0x1c2780,'discard',()=>{this['_updateSuggestionData'](_0x5d9fc4,{'state':'rejected'});},{'priority':'high'}),this['_suggestions']['set'](_0x5d9fc4,_0x1c2780),this['_suggestionState']['set'](_0x1c2780,'notReady'),_0x1c2780;}['_splitMarkerName'](_0x35cb43){const _0x4da563=_0x35cb43['split'](':');return{'group':_0x4da563[0x0],'type':_0x4da563[0x1],'subType':_0x4da563['length']>=0x5?_0x4da563[0x2]:null,'id':_0x4da563['length']<0x5?_0x4da563[0x2]:_0x4da563[0x3],'authorId':_0x4da563['length']<0x5?_0x4da563[0x3]:_0x4da563[0x4],'markerCount':0x6==_0x4da563['length']?_0x4da563[0x5]:null};}['_breakSuggestionMarker'](_0x4248f,_0x24ea7f,_0x13c51b){const _0x3f5a45=_0x4248f['getFirstRange'](),_0x562464=_0x3f5a45['start'],_0xf3df22=_0x3f5a45['end'];this['_setSuggestionRange'](_0x4248f,this['_model']['createRange'](_0x562464,_0x24ea7f));const _0x59f3c2=_0x42487e(),_0x554992=_0x4248f['creator']['id'],_0x22f6fa=_0x4248f['type']+(_0x4248f['subType']?':'+_0x4248f['subType']:'');this['_setSuggestionData']({'id':_0x59f3c2,'type':_0x22f6fa,'createdAt':new Date(),'authorId':_0x554992,'originalSuggestionId':_0x4248f['id'],'attributes':_0x4248f['attributes'],'data':_0x4248f['data']});const _0x3ebb08=this['_getAttributeKey'](_0x4248f);('formatBlock'==_0x4248f['type']||_0x3ebb08&&this['_isBlockAttribute'](_0x3ebb08))&&(_0x13c51b=this['_model']['createPositionBefore'](_0x13c51b['parent'])),this['_addSuggestionMarker'](_0x22f6fa,_0x59f3c2,_0x554992,this['_model']['createRange'](_0x13c51b,_0xf3df22));}['_findSuggestions'](_0x2e0772,_0x1777d5=null){const _0xb88dbd=[],_0x29437e=this['editor']['plugins']['get']('Users')['me'];Array['isArray'](_0x2e0772)||(_0x2e0772=[_0x2e0772]);for(const _0x21628b of this['getSuggestions']()){if(!_0x21628b['isInContent'])continue;if(_0x1777d5&&_0x21628b['type']!=_0x1777d5)continue;let _0x26517f=!0x1;for(const _0x2802bc of _0x21628b['getRanges']()){for(const _0x5a0389 of _0x2e0772){const _0x2699ad=_0x5a0389['start']['isEqual'](_0x2802bc['end'])||_0x5a0389['end']['isEqual'](_0x2802bc['start']);if(_0x2699ad||_0x5a0389['getIntersection'](_0x2802bc)){const _0x4afb91=_0x5a0389['containsRange'](_0x2802bc)&&Ut(this['_model']['schema'],_0x2802bc['start'],_0x5a0389),_0x35ce39=_0x2802bc['containsRange'](_0x5a0389)&&Ut(this['_model']['schema'],_0x5a0389['start'],_0x2802bc);_0xb88dbd['push']({'suggestion':_0x21628b,'meta':{'isOwn':_0x29437e==_0x21628b['author'],'isNextTo':_0x2699ad,'isInsideObject':_0x4afb91,'containsRangeInObject':_0x35ce39}}),_0x26517f=!0x0;break;}}if(_0x26517f)break;}}return _0xb88dbd;}['_addSuggestionMarker'](_0x148fd7,_0xf85917,_0x2fc442,_0x50a6d1,_0x33d04a){this['_model']['change'](_0x5bd871=>{let _0x390e09='suggestion:'+_0x148fd7+':'+_0xf85917+':'+_0x2fc442;_0x33d04a&&(_0x390e09=_0x390e09+':'+_0x33d04a),_0x5bd871['addMarker'](_0x390e09,{'range':_0x50a6d1,'usingOperation':!0x0,'affectsData':!0x0});});}['_removeSuggestion'](_0x4207db){const _0x47de59=_0x4207db['previous'],_0x2ea1e0=_0x4207db['next'];_0x4207db['previous']=null,_0x4207db['next']=null,null!=_0x47de59&&_0x47de59['next']==_0x4207db&&(_0x47de59['next']=_0x2ea1e0),null!=_0x2ea1e0&&_0x2ea1e0['previous']==_0x4207db&&(_0x2ea1e0['previous']=_0x47de59),'ready'==this['_suggestionState']['get'](_0x4207db)&&(this['_suggestionState']['set'](_0x4207db,'removed'),this['fire']('suggestionUnloaded',_0x4207db,_0x47de59,_0x2ea1e0));}['_setSuggestionData'](_0x588ed8){const _0x1f20fd=_0x588ed8['id'],_0x3dffab=this['addSuggestionData'](_0x588ed8);if(this['_adapter']&&this['_adapter']['addSuggestion']){const _0x210f60=this['editor']['plugins']['get']('PendingActions'),_0x5d6a28=_0x3dffab['hasComments'],_0xe4f051=_0x3dffab['subType']?_0x3dffab['type']+':'+_0x3dffab['subType']:_0x3dffab['type'],_0x430593=this['editor']['locale'],_0xb42d7a=_0x210f60['add'](o(_0x430593,'PENDING_ACTION_SUGGESTION')),_0x30e10c={'id':_0x1f20fd,'type':_0xe4f051,'hasComments':_0x5d6a28,'data':_0x588ed8['data']||null,'originalSuggestionId':_0x588ed8['originalSuggestionId']||null,'attributes':_0x3dffab['attributes']};this['_adapter']['addSuggestion'](_0x30e10c)['then'](_0x125aa3=>{_0x3dffab['_saved']=!0x0,_0x210f60['remove'](_0xb42d7a),_0x125aa3&&_0x125aa3['createdAt']&&(this['_suggestions']['get'](_0x1f20fd)['createdAt']=_0x125aa3['createdAt']);})['catch'](_0xbfa556=>{throw _0x5d7c6d('error-saving-suggestion-data-suggestion-discarded'),this['editor']['model']['enqueueChange']({'isUndoable':!0x1},()=>{_0x3dffab['discard']();}),_0x3dffab['stopListening'](),this['_suggestions']['delete'](_0x3dffab['id']),this['_suggestionState']['delete'](_0x3dffab),_0xbfa556;});}return _0x3dffab;}['_isBlockAttribute'](_0x34482a){return this['_blockAttributeKeys']['has'](_0x34482a);}['_updateSuggestionData'](_0x3ae95d,_0x2d9242){const _0x35166d=this['editor']['plugins']['get']('PendingActions'),_0x49f1b1=this['getSuggestion'](_0x3ae95d);if(this['_adapter']&&this['_adapter']['updateSuggestion']){if(_0x49f1b1['_saved']){const _0x4eaf65=_0x35166d['add'](o(this['editor']['locale'],'PENDING_ACTION_SUGGESTION'));this['_adapter']['updateSuggestion'](_0x3ae95d,_0x2d9242)['then'](()=>{_0x35166d['remove'](_0x4eaf65);});}else _0x49f1b1['on']('change:_saved',()=>{this['_updateSuggestionData'](_0x3ae95d,_0x2d9242);});}}['_getSuggestionData'](_0x2fbc33){if(!this['_adapter']||!this['_adapter']['getSuggestion'])throw new _0x52a4fc('track-changes-adapter-missing-getsuggestion',this);return this['_adapter']['getSuggestion'](_0x2fbc33);}['_handleNewSuggestionMarker'](_0x482559){const {id:_0x163806,type:_0x3360f7,subType:_0x3cc210,authorId:_0x5b77bd}=this['_splitMarkerName'](_0x482559),_0x2a9150=this['_suggestions']['get'](_0x163806)||this['_createSuggestion'](_0x3360f7,_0x3cc210,_0x163806,_0x5b77bd,{});switch(this['_checkSuggestionCorrectness'](_0x2a9150,_0x3360f7,_0x3cc210,_0x5b77bd),this['_suggestionState']['get'](_0x2a9150)){case'notReady':this['_getSuggestionData'](_0x163806)['then'](_0x9eadb1=>{let _0x232be2=Promise['resolve']();_0x9eadb1['hasComments']&&(_0x232be2=this['_commentsRepository']['fetchCommentThread']({'channelId':this['editor']['config']['get']('collaboration.channelId'),'threadId':_0x163806})),_0x232be2['then'](()=>{this['addSuggestionData'](_0x9eadb1)['_saved']=!0x0;});}),this['_suggestionState']['set'](_0x2a9150,'markerReady');break;case'removed':this['_updateSuggestionData'](_0x163806,{'state':'open'});case'dataReady':this['_suggestionState']['set'](_0x2a9150,'ready'),this['fire']('suggestionLoaded',_0x2a9150);break;case'ready':this['fire']('suggestionChanged',_0x2a9150);}return _0x2a9150['addMarkerName'](_0x482559),_0x2a9150;}['_refreshSuggestionsChain'](_0xd8df8a){const _0x50a02d=Array['from'](_0xd8df8a),_0x5d2c92=_0x50a02d['filter'](_0x8ab7d4=>'attribute'==_0x8ab7d4['type']);this['_refreshAttributeSuggestionsChain'](_0x5d2c92);const _0x21e971=_0x50a02d['filter'](_0x258c83=>!_0x258c83['isMultiRange']&&'attribute'!=_0x258c83['type']),_0x5bf372=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0xb50cba=>!_0xb50cba['isMultiRange']&&'attribute'!=_0xb50cba['type']),_0x2f8fc1=_0x5bf372['filter'](_0x1f9aea=>!_0xd8df8a['has'](_0x1f9aea)),_0x282306=new Map(_0x5bf372['map'](_0x266183=>[_0x266183,this['_suggestionFactory']['getSuggestionCallback'](_0x266183['type'],_0x266183['subType'],'chain')])),_0x2695ee=new Map(_0x5bf372['map'](_0x9a0e2c=>[_0x9a0e2c,_0x9a0e2c['getFirstRange']()])),_0xb30562=new Set(),_0x54460f=new Set();for(let _0x2fcda8=0x0;_0x2fcda8<_0x21e971['length'];_0x2fcda8++)_0x5d34dd(_0x21e971[_0x2fcda8],_0x21e971,_0x2fcda8+0x1);for(let _0x113707=0x0;_0x113707<_0x21e971['length'];_0x113707++)_0x5d34dd(_0x21e971[_0x113707],_0x2f8fc1,0x0);const _0x41b1a2=new Set();for(let _0x2e3f86=0x0;_0x2e3f86<_0x21e971['length'];_0x2e3f86++){const _0x17a9b5=_0x21e971[_0x2e3f86];!_0x54460f['has'](_0x17a9b5)&&_0x17a9b5['previous']&&(_0x41b1a2['add'](_0x17a9b5['previous']),_0x17a9b5['previous']['next']===_0x17a9b5&&(_0x17a9b5['previous']['next']=null),_0x17a9b5['previous']=null),!_0xb30562['has'](_0x17a9b5)&&_0x17a9b5['next']&&(_0x41b1a2['add'](_0x17a9b5['next']),_0x17a9b5['next']['previous']===_0x17a9b5&&(_0x17a9b5['next']['previous']=null),_0x17a9b5['next']=null);}function _0x5d34dd(_0x1a1fa1,_0x4a85e7,_0x41f45c){for(let _0x203d29=_0x41f45c;_0x203d29<_0x4a85e7['length'];_0x203d29++){const _0x117d01=_0x577978(_0x1a1fa1,_0x4a85e7[_0x203d29]);_0x117d01&&(_0x117d01[0x0]['next']=_0x117d01[0x1],_0x117d01[0x1]['previous']=_0x117d01[0x0],_0xb30562['add'](_0x117d01[0x0]),_0x54460f['add'](_0x117d01[0x1]));}}function _0x577978(_0x300f55,_0x2b84fe){if(_0x300f55['author']['id']!==_0x2b84fe['author']['id'])return null;const _0x3c87de=_0x282306['get'](_0x300f55)(_0x300f55,_0x2b84fe,_0x2695ee['get'](_0x300f55),_0x2695ee['get'](_0x2b84fe));if(!_0x3c87de)return null;return _0x282306['get'](_0x2b84fe)(_0x300f55,_0x2b84fe,_0x2695ee['get'](_0x300f55),_0x2695ee['get'](_0x2b84fe))?_0x3c87de[0x1]['commentThread']&&_0x3c87de[0x1]['commentThread']['length']?null:_0x3c87de:null;}_0x41b1a2['size']&&this['_refreshSuggestionsChain'](_0x41b1a2);}['_refreshAttributeSuggestionsChain'](_0x45f036){if(0x0==_0x45f036['length'])return;const _0x52eaad=this['getSuggestions']({'skipNotAttached':!0x0})['filter'](_0x4145a6=>'attribute'==_0x4145a6['type']&&_0x4145a6['_isDataLoaded']),_0x52d11f=[],_0x1042a5=new Map();for(const _0x4beea7 of _0x52eaad){const _0x16b8a6=_0xb47d45(_0x4beea7['attributes']);_0x1042a5['has'](_0x16b8a6)||(_0x1042a5['set'](_0x16b8a6,_0x52d11f['length']),_0x52d11f['push']([]));const _0x8b6b38=_0x1042a5['get'](_0x16b8a6);_0x52d11f[_0x8b6b38]['push'](_0x4beea7);}!(function(){_0x52d11f['sort']((_0x526a39,_0x3d3b8b)=>{const _0x299a13=_0x526a39[0x0]['createdAt'],_0x7f0a33=_0x3d3b8b[0x0]['createdAt'];return _0x299a13==_0x7f0a33?_0x526a39[0x0]['attributes']['groupId']<_0x3d3b8b[0x0]['attributes']['groupId']?-0x1:0x1:_0x299a13<_0x7f0a33?-0x1:0x1;});for(const _0x8b0b4e of _0x52d11f)_0x8b0b4e['sort']((_0x513956,_0x376cf8)=>_0x513956['id']<_0x376cf8['id']?-0x1:0x1);}());for(let _0x356ae8=0x0;_0x356ae8<_0x52d11f['length'];_0x356ae8++){if(0x0==_0x52d11f[_0x356ae8]['length'])continue;const _0x1d0a8e=[];for(let _0x496c63=_0x356ae8+0x1;_0x496c63<_0x52d11f['length'];_0x496c63++)0x0!=_0x52d11f[_0x496c63]['length']&&_0x594caa(_0x52d11f[_0x356ae8],_0x52d11f[_0x496c63])&&_0x1d0a8e['push'](_0x496c63);for(const _0xe0eb62 of _0x1d0a8e)_0x52d11f[_0x356ae8]=_0x52d11f[_0x356ae8]['concat'](_0x52d11f[_0xe0eb62]),_0x52d11f[_0xe0eb62]=[];}for(const _0x2a7043 of _0x52d11f)for(let _0x8b26e7=0x0;_0x8b26e7<_0x2a7043['length'];_0x8b26e7++){const _0x4844c2=_0x2a7043[_0x8b26e7+0x1]||null;_0x2a7043[_0x8b26e7]['next']!==_0x4844c2&&(_0x2a7043[_0x8b26e7]['next']=_0x4844c2);}for(const _0x482309 of _0x52d11f)for(let _0xaf27ff=0x0;_0xaf27ff<_0x482309['length'];_0xaf27ff++){const _0x329fc0=_0x482309[_0xaf27ff-0x1]||null;_0x482309[_0xaf27ff]['previous']!==_0x329fc0&&(_0x482309[_0xaf27ff]['previous']=_0x329fc0);}function _0x594caa(_0x46ec1a,_0x4f0396){if(_0x46ec1a[0x0]['attributes']['groupId']!==_0x4f0396[0x0]['attributes']['groupId']&&_0x46ec1a[0x0]['author']!==_0x4f0396[0x0]['author'])return!0x1;if(!function(_0x3ca4d9,_0x20149c){if(!_0x3ca4d9['hasComments']&&!_0x20149c['hasComments'])return!0x0;if(_0x3ca4d9['hasComments']&&_0x20149c['hasComments'])return!0x1;if(_0x3ca4d9['hasComments']&&_0x20149c['createdAt']<_0x3ca4d9['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;if(_0x20149c['hasComments']&&_0x3ca4d9['createdAt']<_0x20149c['commentThread']['comments']['get'](0x0)['createdAt'])return!0x0;return!0x1;}(_0x46ec1a[0x0],_0x4f0396[0x0]))return!0x1;const _0x3113f3=xt(_0x46ec1a[0x0]['attributes'],'groupId'),_0x4000f5=xt(_0x4f0396[0x0]['attributes'],'groupId');if(!_0x3c15de(_0x3113f3,_0x4000f5))return!0x1;return!!_0x46ec1a['every'](_0x3b829e=>_0x4f0396['some'](_0x4016f4=>_0x3b829e['getFirstRange']()['isEqual'](_0x4016f4['getFirstRange']())))&&_0x4f0396['every'](_0x24fb2f=>_0x46ec1a['some'](_0x30593d=>_0x24fb2f['getFirstRange']()['isEqual'](_0x30593d['getFirstRange']())));}}['_joinWithAdjacentSuggestions'](_0x4ebf5f){const _0x5db647=Array['from'](_0x4ebf5f),_0x41acfc=this['getSuggestions']({'skipNotAttached':!0x0}),_0xe2eb13=_0x41acfc['filter'](_0x9f364c=>!_0x4ebf5f['has'](_0x9f364c)),_0x52cb5d=new Map(_0x5db647['map'](_0x3f39eb=>[_0x3f39eb,this['_suggestionFactory']['getSuggestionCallback'](_0x3f39eb['type'],_0x3f39eb['subType'],'join')])),_0x378bc7=new Map(_0x41acfc['map'](_0x28626a=>[_0x28626a,_0x28626a['getRanges']()]));for(let _0xbbb6d8=0x0;_0xbbb6d8<_0x5db647['length'];_0xbbb6d8++){if(_0x18808b(this,_0x5db647[_0xbbb6d8],_0x5db647,_0xbbb6d8+0x1))return!0x0;}for(let _0xae6b8e=0x0;_0xae6b8e<_0x5db647['length'];_0xae6b8e++){if(_0x18808b(this,_0x5db647[_0xae6b8e],_0xe2eb13,0x0))return!0x0;}return!0x1;function _0x18808b(_0x3c0995,_0x494e97,_0x6505b0,_0x45ae51){for(let _0x43f7a9=_0x45ae51;_0x43f7a9<_0x6505b0['length'];_0x43f7a9++){const _0x3227ba=_0x6505b0[_0x43f7a9];if(_0x3227ba['type']!==_0x494e97['type']||_0x3227ba['author']['id']!==_0x494e97['author']['id']||_0x3227ba['subType']!==_0x494e97['subType'])continue;if(!qt(_0x494e97,_0x3227ba))continue;if('attribute'==_0x494e97['type']&&_0x494e97['data']['oldValue']!=_0x3227ba['data']['oldValue'])continue;if('attribute'==_0x494e97['type']&&_0x3c0995['_isBlockAttribute'](_0x494e97['data']['key']))continue;if('formatBlock'==_0x494e97['type']){const _0x84c1f1=_0x3c0995['editor']['model'],_0x5b1b87=_0x494e97['getContainedElement']();if(_0x5b1b87&&(_0x84c1f1['schema']['isObject'](_0x5b1b87)||_0x84c1f1['schema']['isLimit'](_0x5b1b87)))continue;}const _0x15d928=_0x52cb5d['get'](_0x494e97),_0x6ef9b7=_0x378bc7['get'](_0x494e97),_0x308877=_0x378bc7['get'](_0x3227ba),_0x53a87a=_0x494e97['commentThread']&&_0x494e97['commentThread']['length'],_0x100cfd=_0x3227ba['commentThread']&&_0x3227ba['commentThread']['length'];if(!_0x53a87a&&_0x15d928(_0x308877,_0x6ef9b7))return _0x3c0995['_joinSuggestions'](_0x3227ba,_0x494e97),_0x378bc7['delete'](_0x494e97),!0x0;if(!_0x100cfd&&_0x15d928(_0x6ef9b7,_0x308877))return _0x3c0995['_joinSuggestions'](_0x494e97,_0x3227ba),_0x378bc7['delete'](_0x3227ba),!0x0;}return!0x1;}}['_joinSuggestions'](_0xc1af2a,_0x4d22eb){if(_0xc1af2a['isMultiRange']){for(const _0x29d3bb of _0x4d22eb['getRanges']())_0xc1af2a['addRange'](_0x29d3bb);}else{const _0xc7a4a9=_0x4d22eb['getFirstRange']()['end'];this['_setSuggestionRange'](_0xc1af2a,this['_model']['createRange'](_0xc1af2a['getFirstRange']()['start'],_0xc7a4a9));}_0x4d22eb['removeMarkers']();}['_getMarkerAnnouncementText'](_0x1050c6,_0x5d9e10,_0x427d7b){const _0x3c9061=_0x1050c6['startsWith']('format')||_0x1050c6['startsWith']('attribute')?'FORMATTING':_0x1050c6['toUpperCase']();return o(this['editor']['locale'],_0x5d9e10+'_'+_0x3c9061+'_SUGGESTION_ANNOUNCEMENT',_0x427d7b);}['_initAriaMarkerChangeAnnouncements'](){const _0x5e1d67=this['editor'];if(!_0x5e1d67['ui'])return;const {ariaLiveAnnouncer:_0x5281cf}=_0x5e1d67['ui'];_0x28ba8a(this['_model'],({left:_0x4cd2f4,entered:_0x4a0f3f})=>{for(const _0x2aa645 of _0x4cd2f4){const {group:_0x5202c3,type:_0x42616a}=this['_splitMarkerName'](_0x2aa645['name']);if('suggestion'===_0x5202c3){_0x5281cf['announce'](this['_getMarkerAnnouncementText'](_0x42616a,'LEAVE'));break;}}for(const _0x3f281b of _0x4a0f3f){const {group:_0x1d5ae6,type:_0x5d395b}=this['_splitMarkerName'](_0x3f281b['name']);if('suggestion'===_0x1d5ae6){_0x5281cf['announce'](this['_getMarkerAnnouncementText'](_0x5d395b,'ENTER',_0x46b819(_0x9048c5)));break;}}});}['_processAttributeChanges'](_0x59b268){if(this['_recordAttributeSuggestions'])return!0x1;const _0x15a791=this['editor'],_0x47230f=_0x15a791['model']['document']['differ']['getChanges']();if(0x0==_0x47230f['length'])return!0x1;const _0x3e8fec=[],_0x3005f2=_0x47230f['filter'](_0x1bf32f=>'attribute'==_0x1bf32f['type']),_0x29f808=_0x47230f['filter'](_0x508597=>'insert'==_0x508597['type']&&'$text'!=_0x508597['name']),_0x5db5c0=_0x47230f['filter'](_0x26fad8=>'remove'==_0x26fad8['type']&&'$text'!=_0x26fad8['name']);for(const _0x15aaea of _0x3005f2)_0x3e8fec['push']({'key':_0x15aaea['attributeKey'],'newValue':_0x15aaea['attributeNewValue'],'oldValue':_0x15aaea['attributeOldValue'],'range':Lt(_0x15aaea['range'],_0x15a791['model'])});for(const _0x1bac87 of _0x29f808){const _0x5574e2=_0x5db5c0['find'](_0x2ab67d=>_0x2ab67d['position']['isEqual'](_0x1bac87['position']));_0x5574e2&&_0x3e8fec['push']({'key':m,'newValue':_0x1bac87['name'],'oldValue':_0x5574e2['name'],'range':_0x15a791['model']['createRangeOn'](_0x1bac87['position']['nodeAfter'])});}return 0x0!=_0x3e8fec['length']&&this['_reduceExistingSuggestions'](_0x59b268,_0x3e8fec);}['_processAttributeSuggestions'](_0x168b2f){let _0x536beb=!0x1;const _0x59cc18=this['editor']['model']['document']['differ']['getChangedMarkers']()['filter'](_0x2ce817=>_0x2ce817['data']['newRange']&&_0x2ce817['name']['startsWith']('suggestion:attribute:'));for(const _0x5cdae5 of _0x59cc18){const {subType:_0xed3e9,id:_0x13a641}=this['_splitMarkerName'](_0x5cdae5['name']),_0x20ac9b=_0xed3e9['split']('|')[0x0];for(const _0x360dda of this['getSuggestions']({'skipNotAttached':!0x0}))_0x360dda['id']!=_0x13a641&&'attribute'==_0x360dda['type']&&_0x360dda['data']&&_0x360dda['data']['key']==_0x20ac9b&&_0x360dda['getFirstRange']()['isIntersecting'](_0x5cdae5['data']['newRange'])&&(this['_reduceSuggestionAttributeRange'](_0x360dda,_0x5cdae5['data']['newRange'],_0x168b2f),_0x536beb=!0x0);}return _0x536beb;}['_recordAttributeChanges'](_0xa4fda0){this['_recordAttributeSuggestions']=!0x0,_0xa4fda0();}['_isRegisteredAttribute'](_0x3f4175){const _0x311dc0=this['_isBlockAttribute'](_0x3f4175),_0x7981be=this['_inlineAttributeKeys']['has'](_0x3f4175);return _0x311dc0||_0x7981be;}['_reduceExistingSuggestions'](_0x47bae6,_0x16897e){if(0x0==_0x16897e['length'])return!0x1;let _0xb53c7c=!0x1;for(const _0xfb7e72 of _0x16897e){const _0x143f94=this['_findSuggestions'](_0xfb7e72['range'],'attribute')['filter'](_0x5bb06e=>!_0x5bb06e['meta']['isNextTo'])['map'](_0x4634b7=>_0x4634b7['suggestion']),_0x3d626e=_0xb47d45({'newValue':_0xfb7e72['newValue']});_0x143f94['filter'](_0x5bf9cf=>{const [_0x37e4b2,_0x119a02]=_0x5bf9cf['subType']['split']('|');return _0x37e4b2==_0xfb7e72['key']&&_0x119a02!=_0x3d626e;})['forEach'](_0x354b62=>{this['_reduceSuggestionAttributeRange'](_0x354b62,_0xfb7e72['range'],_0x47bae6),_0xb53c7c=!0x0;});}return _0xb53c7c;}['_reduceSuggestionAttributeRange'](_0x170acc,_0x1e2c0a,_0x16c1ed){const _0x2c41ae=_0x170acc['getFirstRange']()['getDifference'](_0x1e2c0a);0x0!==_0x2c41ae['length']?0x1!==_0x2c41ae['length']?this['_breakSuggestionMarker'](_0x170acc,_0x1e2c0a['start'],_0x1e2c0a['end']):this['_setSuggestionRange'](_0x170acc,_0x2c41ae[0x0]):_0x16c1ed['removeMarker'](_0x170acc['getFirstMarker']());}}class Et{['_editor'];['_model'];['_customCallbacks'];['_defaultCallbacks'];constructor(_0x3475de){this['_editor']=_0x3475de,this['_model']=_0x3475de['model'],this['_customCallbacks']=new Map(),this['_defaultCallbacks']=new Map(),this['_registerDefaultCallbacks']();}['buildSuggestion'](_0x23e38f,_0xc2046,_0x17a0d8,_0x23622d,_0x5871c4,_0x36f5fa){return new u(this['_model'],{'type':_0x23e38f,'subType':_0xc2046,'id':_0x17a0d8,'author':_0x23622d,'creator':_0x23622d,'attributes':_0x5871c4,'onAttributesChange':_0x36f5fa,'onAccept':(..._0x11982a)=>this['getSuggestionCallback'](_0x23e38f,_0xc2046,'accept')(..._0x11982a),'onDiscard':(..._0x20f4b9)=>this['getSuggestionCallback'](_0x23e38f,_0xc2046,'discard')(..._0x20f4b9)});}['registerCustomCallback'](_0x520609,_0x4e0fd1,_0x41c39c,_0x2548b1){const _0x57fd11=_0x520609+':'+_0x4e0fd1+':'+_0x41c39c;this['_customCallbacks']['set'](_0x57fd11,_0x2548b1);}['getSuggestionCallback'](_0x4143a1,_0x26fc0,_0x5ed1c5){const _0x23fdbd=_0x4143a1+':'+_0x26fc0+':'+_0x5ed1c5;return this['_customCallbacks']['get'](_0x23fdbd)||this['_defaultCallbacks']['get'](_0x4143a1+':'+_0x5ed1c5);}['_registerDefaultCallbacks'](){const _0x46bf4d=()=>!0x1,_0x451b58=_0x304ce5=>{_0x304ce5['sort']((_0x40926c,_0x4f6a2a)=>_0x40926c['start']['isBefore'](_0x4f6a2a['start'])?0x1:-0x1),this['_model']['change'](_0x395502=>{for(const _0xa2e2c8 of _0x304ce5){let _0x304590;_0x304590=_0xa2e2c8['end']['isAtEnd']&&_0xa2e2c8['end']['parent']==_0xa2e2c8['start']['nodeAfter']?_0x395502['createSelection'](_0xa2e2c8['start']['nodeAfter'],'on'):_0x395502['createSelection'](_0xa2e2c8),this['_model']['deleteContent'](_0x304590,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x2c2a0d=(_0x3f4504,_0x119e87)=>{_0x119e87&&this['_model']['change'](_0x18f3d0=>{const {commandName:_0x58baa2,commandParams:_0x32a8b9=[]}=_0x119e87,_0x2bc839=_0x3f4504['map'](_0x561fec=>(Vt(_0x561fec)&&(_0x561fec=this['_model']['createRange'](_0x561fec['end'])),_0x561fec))['filter'](_0x312a8f=>'$graveyard'!==_0x312a8f['root']['rootName']);if(_0x2bc839['length']<0x1)return;const _0x5e0866=Array['from'](this['_model']['document']['selection']['getRanges']())['map'](_0x53d795=>_0x1b403d['fromRange'](_0x53d795));_0x18f3d0['setSelection'](_0x2bc839);for(const _0x5cf036 of this['_editor']['commands']['commands']())_0x5cf036['refresh']();_0x32a8b9['push']({'forceDefaultExecution':!0x0}),this['_editor']['execute'](_0x58baa2,..._0x32a8b9);const _0x26d795=_0x5e0866['filter'](_0x2c5e91=>'$graveyard'!=_0x2c5e91['root']['rootName']);_0x26d795['length']>0x0&&_0x18f3d0['setSelection'](_0x26d795);for(const _0x572104 of _0x5e0866)_0x572104['detach']();});},_0x32d25a=(_0x4a88fb,_0x114f7e)=>0x1==_0x4a88fb['length']&&0x1==_0x114f7e['length']&&_0x4a88fb[0x0]['end']['isEqual'](_0x114f7e[0x0]['start']),_0x2201b3=(_0x223c86,_0x4e0738,_0x2c6daa,_0x170b73)=>Ht(_0x223c86,_0x4e0738,_0x2c6daa,_0x170b73)?[_0x223c86,_0x4e0738]:Ht(_0x4e0738,_0x223c86,_0x170b73,_0x2c6daa)?[_0x4e0738,_0x223c86]:null;this['_defaultCallbacks']['set']('insertion:accept',_0x46bf4d),this['_defaultCallbacks']['set']('insertion:discard',_0x451b58),this['_defaultCallbacks']['set']('insertion:join',_0x32d25a),this['_defaultCallbacks']['set']('insertion:chain',_0x2201b3),this['_defaultCallbacks']['set']('deletion:accept',_0x451b58),this['_defaultCallbacks']['set']('deletion:discard',_0x46bf4d),this['_defaultCallbacks']['set']('deletion:join',_0x32d25a),this['_defaultCallbacks']['set']('deletion:chain',_0x2201b3),this['_defaultCallbacks']['set']('formatInline:accept',_0x2c2a0d),this['_defaultCallbacks']['set']('formatInline:discard',_0x46bf4d),this['_defaultCallbacks']['set']('formatInline:join',_0x32d25a),this['_defaultCallbacks']['set']('formatInline:chain',_0x46bf4d),this['_defaultCallbacks']['set']('formatBlock:accept',_0x2c2a0d),this['_defaultCallbacks']['set']('formatBlock:discard',_0x46bf4d),this['_defaultCallbacks']['set']('formatBlock:join',_0x32d25a),this['_defaultCallbacks']['set']('formatBlock:chain',_0x46bf4d),this['_defaultCallbacks']['set']('attribute:accept',_0x46bf4d),this['_defaultCallbacks']['set']('attribute:discard',(_0x429ede,_0x5bb6f8)=>{if(!_0x5bb6f8)return;const _0x3f113f=this['_editor']['plugins']['get'](p);this['_model']['change'](_0x3d6cf3=>{if(_0x5bb6f8['key']==m)for(const _0x132964 of _0x429ede){const _0x2f1067=_0x132964['start']['nodeAfter'],_0x962b21=_0x5bb6f8['oldValue'];_0x3d6cf3['rename'](_0x2f1067,_0x962b21);}else{if(_0x3f113f['_isBlockAttribute'](_0x5bb6f8['key'])){for(const _0x51bfd5 of _0x429ede)void 0x0!==_0x5bb6f8['oldValue']?_0x3d6cf3['setAttribute'](_0x5bb6f8['key'],_0x5bb6f8['oldValue'],_0x51bfd5['start']['nodeAfter']):_0x3d6cf3['removeAttribute'](_0x5bb6f8['key'],_0x51bfd5['start']['nodeAfter']);}else{for(const _0x122d6f of _0x429ede)_0x5bb6f8['oldValue']?_0x3d6cf3['setAttribute'](_0x5bb6f8['key'],_0x5bb6f8['oldValue'],_0x122d6f):_0x3d6cf3['removeAttribute'](_0x5bb6f8['key'],_0x122d6f);}}});}),this['_defaultCallbacks']['set']('attribute:join',_0x32d25a);}}function Ut(_0x4a85cf,_0x408de6,_0x195ad2){for(const _0x4ed582 of _0x408de6['parent']['getAncestors']({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x4ed582['root']==_0x4ed582)return!0x1;if(!_0x195ad2['containsItem'](_0x4ed582))return!0x1;if(_0x4a85cf['isObject'](_0x4ed582)||_0x4a85cf['isLimit'](_0x4ed582))return!0x0;}return!0x1;}function Vt(_0x463a63){return _0x463a63['end']['parent']==_0x463a63['start']['nodeAfter']&&_0x463a63['end']['isAtStart'];}function Pt(_0x395b9d,_0x215d29,_0x7d30cf,_0x399522){const _0x37d4b1=_0x5c257f=>!_0x5c257f['item']['is']('$textProxy')&&!_0x399522['isObject'](_0x5c257f['item']),_0x48e101=_0x395b9d['start']['getLastMatchingPosition'](_0x37d4b1),_0x5908fa=_0x395b9d['end']['getLastMatchingPosition'](_0x37d4b1,{'direction':'backward'});return(!_0x395b9d['start']['isEqual'](_0x48e101)||!_0x395b9d['end']['isEqual'](_0x5908fa))&&(_0x48e101['isBefore'](_0x5908fa)?_0x7d30cf['updateMarker'](_0x215d29,{'range':_0x7d30cf['createRange'](_0x48e101,_0x5908fa)}):_0x7d30cf['removeMarker'](_0x215d29),!0x0);}function Gt(_0x372eb8){return _0xb47d45(_0x372eb8);}function Ft(_0xfc1c9c){const _0x284875=_0xfc1c9c['start']['nodeAfter'];return _0x284875&&_0x284875['is']('element');}function Lt(_0x167713,_0x34a013){return null==_0x167713['end']['nodeBefore']&&_0x167713['end']['parent']==_0x167713['start']['nodeAfter']?Jt(_0x167713['start']['nodeAfter'],_0x34a013):_0x167713;}function Jt(_0x46de66,_0x305cd7){const _0x2737d9=_0x305cd7['schema']['isObject'](_0x46de66)||_0x305cd7['schema']['isSelectable'](_0x46de66);return _0x305cd7['createRange'](_0x305cd7['createPositionAt'](_0x46de66,'before'),_0x2737d9?_0x305cd7['createPositionAfter'](_0x46de66):_0x305cd7['createPositionAt'](_0x46de66,'end'));}function Ht(_0x241639,_0x87f877,_0x50a0c6,_0x13b08f){return!!qt(_0x241639,_0x87f877)&&_0x50a0c6['end']['isEqual'](_0x13b08f['start']);}function qt(_0x28567e,_0x343169){if(!_0x28567e['_isDataLoaded']||!_0x343169['_isDataLoaded'])return!0x1;const _0x1d4f2d=new Set(Object['keys'](_0x28567e['attributes'])),_0x425ff9=new Set(Object['keys'](_0x343169['attributes']));if(_0x1d4f2d['delete']('groupId'),_0x425ff9['delete']('groupId'),0x0==_0x1d4f2d['size']&&0x0==_0x425ff9['size'])return!0x0;if(_0x1d4f2d['size']!=_0x425ff9['size'])return!0x1;const _0x1cfe79={..._0x28567e['attributes']},_0x5b2b68={..._0x343169['attributes']};return delete _0x1cfe79['groupId'],delete _0x5b2b68['groupId'],JSON['stringify'](_0x1cfe79)==JSON['stringify'](_0x5b2b68);}function zt(_0x756b6c,_0x59bc6c){const _0x48116d=Kt(_0x756b6c['attributes']),_0x3dfcc4=Kt(_0x59bc6c);if(!_0x756b6c['_isDataLoaded'])return!0x1;for(const _0x2664fe of Object['keys'](_0x3dfcc4))if(!_0x3c15de(_0x48116d[_0x2664fe],_0x3dfcc4[_0x2664fe]))return!0x1;return!0x0;}function Kt(_0x1fa603){const _0x105c33=Object['assign']({},_0x1fa603);return delete _0x105c33['skipNestingCheck'],delete _0x105c33['tablePasteChainId'],_0x105c33;}class ge extends/* #__PURE__ -- @preserve */
|
|
25
|
+
_0x3ff09c(){['model'];['view'];['commentThreadController'];['_editor'];['_acceptCommand'];['_discardCommand'];['_pendingAction'];constructor(_0x49c9c8,_0x1fd548,_0x4025a2,_0x438ebc){super(),this['model']=_0x1fd548,this['view']=_0x4025a2,this['commentThreadController']=_0x438ebc,this['_editor']=_0x49c9c8,this['_acceptCommand']=_0x49c9c8['commands']['get']('acceptSuggestion'),this['_discardCommand']=_0x49c9c8['commands']['get']('discardSuggestion'),this['view']['bind']('isEnabled')['to'](this['_acceptCommand'],this['_discardCommand'],(_0x38eb60,_0x18e11c)=>_0x38eb60||_0x18e11c),this['view']['bind']('canAccept')['to'](this['_acceptCommand'],'isEnabled',_0x5685f8=>_0x5685f8&&this['_editor']['model']['canEditAt'](_0x1fd548['getRanges']())),this['view']['bind']('canDiscard')['to'](this['_discardCommand'],'isEnabled',_0x37a9d6=>_0x37a9d6&&this['_editor']['model']['canEditAt'](_0x1fd548['getRanges']())),this['_pendingAction']=null,_0x4025a2['isDirty']&&this['_setPendingAction'](),this['listenTo'](_0x4025a2,'acceptSuggestion',()=>this['acceptSuggestion']()),this['listenTo'](_0x4025a2,'discardSuggestion',()=>this['discardSuggestion']()),this['listenTo'](_0x4025a2,'change:isDirty',()=>{_0x4025a2['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 _0x1a4db3=o(this['_editor']['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this['_editor']['plugins']['get']('PendingActions')['add'](_0x1a4db3);}['_removePendingAction'](){null!==this['_pendingAction']&&this['_editor']['plugins']['get']('PendingActions')['remove'](this['_pendingAction']),this['_pendingAction']=null;}}class as extends _0x548c58{['commentsListView'];['commentThreadInputView'];['ariaDescriptionView'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_localUser'];['_config'];constructor(_0x2141b7,_0x3cf68c,_0xfd2ec1,_0x29e447){super(_0x2141b7),this['commentsListView']=null,this['commentThreadInputView']=null,this['ariaDescriptionView']=new _0x528707(_0x2141b7,o(_0x2141b7,'SUGGESTION_THREAD_DESCRIPTION')),this['set']('isActive',!0x1),this['set']('authoredAt',_0x3cf68c['authoredAt']),this['bind']('authoredAt')['to'](_0x3cf68c),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',_0x3cf68c,'authoredAt',this,'descriptionParts',(_0x2da9a1,_0x42f167,_0x2c2f65)=>{const _0x81bd10=_0x2c2f65['map'](_0x7cfe2b=>ns(_0x7cfe2b['content']))['join']('.\x20')+'.';return o(this['locale'],'SUGGESTION_THREAD_ARIA_LABEL',[_0x2da9a1-0x1,_0x3cf68c['author']['name'],_0x42f167?_0x29e447['formatDateTime'](_0x42f167):'',new DOMParser()['parseFromString'](_0x81bd10,'text/html')['body']['textContent']]);}),this['focusables']=new _0x5b25a4(),this['focusTracker']=new _0x501bc8(),this['keystrokes']=new _0x3b68cd(),this['focusCycler']=new ts({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'keystrokeHandlerOptions':{'filter':_0x2bf45e=>_0x2bf45e['target']!==this['element']},'actions':{'focusPrevious':'shift+tab','focusNext':'tab'}}),this['_model']=_0x3cf68c,this['_localUser']=_0xfd2ec1,this['_config']=_0x29e447,_0x29e447['disableComments']?this['set']('length',0x1):this['_createCommentViews']();}['render'](){super['render'](),_0x4550bf(this,this['focusables']);}['focus'](){this['element']['focus']();}['destroy'](){this['commentsListView']&&this['commentsListView']['destroy'](),this['commentThreadInputView']&&this['commentThreadInputView']['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x1a3178}=this['_config'];this['commentsListView']=new _0x1a3178(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',_0x52462d=>_0x52462d+0x1),this['commentThreadInputView']=this['_createCommentThreadInputView'](),this['on']('removeComment',()=>this['focus']()),this['bind']('isDirty')['to'](this['commentsListView'],'hasDirtyComment',this['commentThreadInputView']['commentInputView'],'value',(_0x184666,_0x5aef6a)=>_0x184666||!!_0x5aef6a);}['_createCommentThreadInputView'](){const {CommentThreadInputView:_0x2a4eca}=this['_config'],_0x23d88f=new _0x2a4eca(this['locale'],this['_localUser'],this['_config']['editorConfig']),_0x4b0a55=_0x23d88f['commentInputView'];return _0x23d88f['bind']('showInput')['to'](this,'isActive',this['_model']['commentThread'],'isReadOnly',_0x4b0a55,'value',(_0x2eae95,_0x54085c,_0x35b257)=>!!_0x35b257||_0x2eae95&&!_0x54085c),_0x4b0a55['on']('submit',(_0x4eb0cf,_0x2f8894)=>{this['fire']('addComment',_0x2f8894),_0x4b0a55['editor']['setData']('');}),_0x4b0a55['on']('cancel',()=>this['focus']()),_0x4b0a55['bind']('disabledSubmit')['to'](this['_model']['commentThread'],'isReadOnly'),_0x23d88f;}}class de extends as{['suggestionView'];['_descriptionElement'];constructor(_0x27be4e,_0x6d7a5e,_0x3e0a3a,_0x5ce2ba){super(_0x27be4e,_0x6d7a5e,_0x3e0a3a,_0x5ce2ba),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x18e786=>_0x18e786&&_0x18e786[0x0]?_0x18e786[0x0]['type']:''),this['bind']('description')['to'](this,'descriptionParts',this,'isActive',(_0x3964bc,_0x79c25d)=>{let _0x2a83b3='';for(const _0x3523db of _0x3964bc)_0x2a83b3+='<p>'+ns(_0x3523db['content'],_0x3523db['color'])+'</p>';return _0x79c25d?_0x2a83b3:ti(_0x2a83b3,{'limit':0x8c});}),this['_descriptionElement']=null,this['suggestionView']=new _0x5ce2ba['SuggestionView'](_0x27be4e,_0x6d7a5e,{'formatDateTime':_0x5ce2ba['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 _0x161072=this['bindTemplate'],_0x158ddb=[this['suggestionView']];return this['commentsListView']&&_0x158ddb['push'](this['commentsListView']),this['commentThreadInputView']&&_0x158ddb['push'](this['commentThreadInputView']),_0x158ddb['push'](this['ariaDescriptionView']),{'tag':'div','attributes':{'class':['ck','ck-rounded-corners','ck-suggestion-wrapper',_0x161072['if']('isActive','ck-suggestion-wrapper--active'),_0x161072['to']('type',_0x288c1d=>'ck-suggestion-'+_0x288c1d),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':_0x161072['to']('ariaLabel'),'aria-describedby':this['ariaDescriptionView']['id']},'children':_0x158ddb};}['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 _0x548c58{['userView'];['acceptButton'];['discardButton'];['focusables'];['focusTracker'];['keystrokes'];['focusCycler'];['_model'];['_config'];constructor(_0x1f4da1,_0xe16fa3,_0x4a9c8e){super(_0x1f4da1),this['_model']=_0xe16fa3,this['_config']=_0x4a9c8e,this['set']('description',''),this['bind']('authoredAt')['to'](_0xe16fa3),this['acceptButton']=this['_createButton'](o(_0x1f4da1,'Accept\x20suggestion'),_0x5159a3['check'],'ck-suggestion--accept','acceptSuggestion','sw'),this['discardButton']=this['_createButton'](o(_0x1f4da1,'Discard\x20suggestion'),_0x5159a3['cancel'],'ck-suggestion--discard','discardSuggestion','sw'),this['userView']=new _0x295bce(_0x1f4da1,_0xe16fa3['author'],this['getUserViewNotificationText']()),this['userView']['extendTemplate']({'attributes':{'class':['ck-suggestion__user','ck-annotation__user'],'aria-hidden':!0x0}}),this['focusables']=new _0x5b25a4([this['acceptButton'],this['discardButton']]),this['focusTracker']=new _0x501bc8(),this['keystrokes']=new _0x3b68cd(),this['focusCycler']=new ts({'focusables':this['focusables'],'focusTracker':this['focusTracker'],'keystrokeHandler':this['keystrokes'],'actions':{'focusPrevious':'shift+tab','focusNext':'tab'},'keystrokeHandlerOptions':{'filter':_0x5edc06=>_0x5edc06['target']!==this['element']}}),this['setTemplate'](this['getTemplate']());}['render'](){super['render']();const _0x25f066=this['element']['querySelector']('.ck-annotation__content-wrapper');_0x25f066['innerHTML']=this['description'],this['on']('change:description',(_0x423ee9,_0x1b2e9f,_0x4b9c73)=>{_0x25f066['innerHTML']=_0x4b9c73;}),this['_setupKeyboardNavigation']();}['getTemplate'](){const _0x411d66=this['bindTemplate'],_0xb2e186=[{'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':_0x411d66['to']('authoredAt'),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x411d66['to']('authoredAt',_0x41bcde=>this['_config']['formatDateTime'](_0x41bcde))}]}]},{'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']&&_0xb2e186['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':_0xb2e186}]};}['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'](_0x15e608,_0x27a21b,_0xc00aa0,_0x497d3f,_0x4960d6){const _0x10b90e=new _0x152770(this['locale']);return _0x10b90e['set']({'label':_0x15e608,'icon':_0x27a21b,'tooltip':!0x0,'tooltipPosition':_0x4960d6}),_0x10b90e['extendTemplate']({'attributes':{'class':_0xc00aa0}}),_0x10b90e['on']('execute',()=>{this['fire'](_0x497d3f,this['_model']['id']);}),_0x10b90e;}['_setupKeyboardNavigation'](){const _0xc341a7=this['element'];this['keystrokes']['listenTo'](_0xc341a7);for(const _0x5d7561 of this['focusables'])this['focusTracker']['add'](_0x5d7561['element']),this['keystrokes']['listenTo'](_0x5d7561['element']);this['keystrokes']['set']('enter',(_0x378069,_0xd29d24)=>{_0xc341a7===_0x378069['target']&&(this['focusCycler']['focusFirst'](),_0xd29d24());}),this['keystrokes']['set']('esc',(_0x265861,_0x17b7d7)=>{_0xc341a7!==_0x265861['target']&&(this['focus'](),_0x17b7d7());});}}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 _0x2c2070{['licenseKey'];['_licenseKeyCheckInterval'];['_suggestionToController'];['_viewToController'];['_annotationViews'];['_handleControllerBuffer'];['_disableComments'];static get['requires'](){return[p,_0x4b651f,'CommentsRepository','Annotations','EditorAnnotations'];}static get['pluginName'](){return'TrackChangesUI';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x38e68e){super(_0x38e68e),this['_suggestionToController']=new Map(),this['_viewToController']=new Map(),this['_annotationViews']=new Map(),this['_handleControllerBuffer']=new Map();const _0x901915=this['editor']['config'];_0x901915['define']('trackChanges.SuggestionThreadView',de),_0x901915['define']('trackChanges.SuggestionView',ue),_0x901915['define']('trackChanges.disableComments',!0x1),this['_disableComments']=_0x901915['get']('trackChanges.disableComments');}['_handleSuggestionControllerDelayed'](_0x5ba9ab,_0x1acbb8){0x0===this['_handleControllerBuffer']['size']&&setTimeout(()=>{for(const [_0x5bf420,_0x14784b]of this['_handleControllerBuffer']){const _0x3f0ece=this['_suggestionToController']['has'](_0x5bf420);_0x3f0ece||_0x14784b?_0x3f0ece&&_0x14784b&&this['_destroyController'](_0x5bf420):this['_initializeController'](_0x5bf420);}this['_handleControllerBuffer']['clear'](),this['editor']['plugins']['get']('EditorAnnotations')['refreshSelectedViews'](),this['_refreshActiveMarkers']();},0xa),this['_handleControllerBuffer']['set'](_0x5ba9ab,_0x1acbb8);}['init'](){const _0xbdfc7d=this['editor'],_0x474866=_0xbdfc7d['plugins']['get']('TrackChangesEditing'),_0x3140b2=_0xbdfc7d['plugins']['get']('Annotations'),_0x493f8c=_0xbdfc7d['plugins']['get']('EditorAnnotations'),_0x3f753a=_0xbdfc7d['plugins']['get']('CommentsRepository');this['_addUIComponentsToFactory'](),_0x493f8c['addSourceCollector'](()=>{const _0x442cdf=[];for(const [_0x3666c8,_0x50e3c6]of Array['from'](this['_suggestionToController'])){const _0x5292ed=_0x3666c8['getAllAdjacentSuggestions'](),_0x517dfa=[];for(const _0x5dcf0f of _0x5292ed){if(!_0x5dcf0f['isInContent'])continue;if(_0x5dcf0f['isMultiRange']){_0x517dfa['push'](..._0x5dcf0f['getRanges']());continue;}const _0x2193f4=_0x5dcf0f['getFirstRange']();if(_0x517dfa['length']>0x0){const _0x10615c=_0x517dfa[0x0]['getJoined'](_0x2193f4);if(_0x10615c){_0x517dfa[0x0]=_0x10615c;continue;}}_0x517dfa['push'](_0x2193f4);}_0x442cdf['push']([_0x50e3c6['view'],_0x517dfa]);}return _0x442cdf;}),this['listenTo'](_0x474866,'suggestionLoaded',(_0x1b68d4,_0x327898)=>{this['listenTo'](_0x327898,'change:previous',(_0x458909,_0x1ae52b,_0x83c199,_0x178c1d)=>{_0x327898['isInContent']&&(null==_0x83c199?(this['_updateController'](_0x178c1d['head']),this['_handleSuggestionControllerDelayed'](_0x327898,!0x1)):(this['_updateController'](_0x83c199['head']),null==_0x178c1d&&this['_handleSuggestionControllerDelayed'](_0x327898,!0x0)));}),null!==_0x327898['previous']?this['_updateController'](_0x327898['head']):this['_handleSuggestionControllerDelayed'](_0x327898,!0x1);}),this['listenTo'](_0x474866,'suggestionUnloaded',(_0x46775b,_0x56e21d,_0x58d0ec)=>{this['stopListening'](_0x56e21d,'change:previous'),this['_handleControllerBuffer']['delete'](_0x56e21d),this['_suggestionToController']['has'](_0x56e21d)&&this['_destroyController'](_0x56e21d),_0x58d0ec&&this['_updateController'](_0x58d0ec['head']);}),this['listenTo'](_0x474866,'suggestionChanged',(_0x314283,_0x17cdf3)=>{this['_updateController'](_0x17cdf3);}),this['listenTo'](_0x3140b2,'change:activeAnnotations',()=>{this['_refreshActiveMarkers']();}),this['listenTo'](_0x3f753a,'addComment',(_0x3e30e7,{threadId:_0x14595f,isFromAdapter:_0x140b21})=>{if(_0x140b21||!_0x474866['hasSuggestion'](_0x14595f))return;const _0x38a616=_0x474866['getSuggestion'](_0x14595f);this['_suggestionToController']['get'](_0x38a616)['view']['commentsListView']['focus'](-0x1);},{'priority':'lowest'}),this['licenseKey']=this['editor']['config']['get']('licenseKey');const _0x6ed2dc=this['editor'];this['_licenseKeyCheckInterval']=setInterval(()=>{let _0x2386ee;for(const _0x1d07ae in _0x6ed2dc){const _0x4dd49f=_0x1d07ae,_0x429e2a=_0x6ed2dc[_0x4dd49f];if('trackChangesLicenseKeyValid'==_0x429e2a||'trackChangesLicenseKeyInvalid'==_0x429e2a||'trackChangesLicenseKeyExpired'==_0x429e2a||'trackChangesLicenseKeyDomainLimit'==_0x429e2a||'trackChangesLicenseKeyNotAllowed'==_0x429e2a||'trackChangesLicenseKeyEvaluationLimit'==_0x429e2a||'trackChangesLicenseKeyTrialLimit'==_0x429e2a||'trackChangesLicenseKeyDevelopmentLimit'==_0x429e2a||'trackChangesLicenseKeyUsageLimit'==_0x429e2a){delete _0x6ed2dc[_0x4dd49f],_0x2386ee=_0x429e2a,clearInterval(this['_licenseKeyCheckInterval']),this['_licenseKeyCheckInterval']=void 0x0;break;}}'trackChangesLicenseKeyInvalid'==_0x2386ee&&_0x6ed2dc['_showLicenseError']('invalid'),'trackChangesLicenseKeyExpired'==_0x2386ee&&_0x6ed2dc['_showLicenseError']('expired'),'trackChangesLicenseKeyDomainLimit'==_0x2386ee&&_0x6ed2dc['_showLicenseError']('domainLimit'),'trackChangesLicenseKeyNotAllowed'==_0x2386ee&&_0x6ed2dc['_showLicenseError']('featureNotAllowed','TrackChanges'),'trackChangesLicenseKeyEvaluationLimit'==_0x2386ee&&_0x6ed2dc['_showLicenseError']('evaluationLimit'),'trackChangesLicenseKeyTrialLimit'==_0x2386ee&&_0x6ed2dc['_showLicenseError']('trialLimit'),'trackChangesLicenseKeyDevelopmentLimit'==_0x2386ee&&_0x6ed2dc['_showLicenseError']('developmentLimit'),'trackChangesLicenseKeyUsageLimit'==_0x2386ee&&_0x6ed2dc['_showLicenseError']('usageLimit');},0x3e8);}['_refreshActiveMarkers'](){const _0x546606=this['editor']['plugins']['get']('Annotations'),_0x3e6206=this['editor']['plugins']['get']('TrackChangesEditing'),_0x7a3681=Array['from'](_0x546606['activeAnnotations'],_0x453b4c=>_0x453b4c['innerView'])['filter'](_0x5ddbc1=>this['_viewToController']['has'](_0x5ddbc1)),_0x2d8ac4=[];for(const _0x4a455 of _0x7a3681){const _0x55ec85=this['_viewToController']['get'](_0x4a455)['model']['getAllAdjacentSuggestions']();_0x2d8ac4['push'](..._0x55ec85['reduce']((_0x423285,_0x2bd475)=>[..._0x423285,..._0x2bd475['getMarkerNames']()],[]));}_0x3e6206['activeMarkers']=_0x2d8ac4;}['_addUIComponentsToFactory'](){const _0x5c0dab=this['editor'],_0x44a6bb=_0x5c0dab['locale'],_0x533051=o(_0x44a6bb,'Track\x20changes'),_0x1cee8e=new _0x22ce39([{'type':'switchbutton','model':new _0x426f16({'withText':!0x0,'isToggleable':!0x0,'label':_0x533051,'commandName':'trackChanges','role':'menuitemcheckbox'})},{'type':'separator'},{'type':'button','model':new _0x426f16({'withText':!0x0,'label':o(_0x44a6bb,'Accept\x20all\x20suggestions'),'commandName':'acceptAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x426f16({'withText':!0x0,'label':o(_0x44a6bb,'Accept\x20all\x20selected\x20suggestions'),'commandName':'acceptSelectedSuggestions','role':'menuitem'})},{'type':'button','model':new _0x426f16({'withText':!0x0,'label':o(_0x44a6bb,'Discard\x20all\x20suggestions'),'commandName':'discardAllSuggestions','role':'menuitem'})},{'type':'button','model':new _0x426f16({'withText':!0x0,'label':o(_0x44a6bb,'Discard\x20all\x20selected\x20suggestions'),'commandName':'discardSelectedSuggestions','role':'menuitem'})}]);for(const _0x48280c of _0x1cee8e)if(pe(_0x48280c)){const _0x5f5742=_0x5c0dab['commands']['get'](_0x48280c['model']['commandName']);_0x48280c['model']['bind']('isOn','isEnabled')['to'](_0x5f5742,'value','isEnabled');}_0x5c0dab['ui']['componentFactory']['add']('trackChanges',_0x43638b=>this['_createToolbarButton'](_0x43638b,_0x1cee8e,_0x533051)),_0x5c0dab['ui']['componentFactory']['add']('menuBar:trackChanges',_0x115bfa=>this['_createMenuBarMenu'](_0x115bfa,_0x1cee8e,_0x533051));}['_createToolbarButton'](_0x53e96c,_0x2c142b,_0x155592){const _0xe4d495=_0x43c8ac(_0x53e96c,_0x3d1827),_0x2d923e=this['editor']['commands']['get']('trackChanges');_0xe4d495['buttonView']['set']({'tooltip':_0x155592,'label':_0x155592,'icon':Ce}),_0xe4d495['buttonView']['bind']('isOn')['to'](_0x2d923e,'value'),_0xe4d495['buttonView']['on']('execute',()=>{_0x2d923e['execute'](),this['editor']['editing']['view']['focus']();}),te(_0xe4d495,_0x2c142b,{'role':'menu'});const _0x2176aa=[];for(const _0x2fc021 of _0x2c142b)pe(_0x2fc021)&&_0x2176aa['push'](this['editor']['commands']['get'](_0x2fc021['model']['commandName']));const _0xc40fb6=_0xe4d495['buttonView'];return _0xc40fb6['actionView']['unbind']('isEnabled'),_0xc40fb6['arrowView']['unbind']('isEnabled'),_0xc40fb6['actionView']['bind']('isEnabled')['to'](_0x2d923e,'isEnabled'),_0xc40fb6['arrowView']['bind']('isEnabled')['toMany'](_0x2176aa,'isEnabled',(..._0x42abda)=>_0x42abda['some'](_0xb66719=>_0xb66719)),_0xe4d495['on']('execute',_0x102ae8=>{this['editor']['execute'](_0x102ae8['source']['commandName']),this['editor']['editing']['view']['focus']();}),_0xe4d495;}['_createMenuBarMenu'](_0x706b6a,_0x58ce3d,_0x1a3e28){const _0x313b25=new _0x4ddf12(_0x706b6a),_0x293809=this['editor']['commands']['get']('trackChanges');_0x313b25['buttonView']['set']({'label':_0x1a3e28,'icon':Ce});const _0x313b43=new _0x36b828(_0x706b6a);for(const _0x7c8c5e of _0x58ce3d){if('separator'==_0x7c8c5e['type']){_0x313b43['items']['add'](new _0x44cfce(_0x706b6a));continue;}const _0x33eda3=new _0x1aa53f(_0x706b6a,_0x313b25),_0x1d0cc1=new _0x27f62c(_0x706b6a),_0x3fe35b=_0x7c8c5e['model'];_0x1d0cc1['bind'](...Object['keys'](_0x3fe35b))['to'](_0x3fe35b),_0x1d0cc1['delegate']('execute')['to'](_0x313b25),_0x1d0cc1['on']('execute',()=>{this['editor']['execute'](_0x3fe35b['commandName']),this['editor']['editing']['view']['focus']();}),_0x33eda3['children']['add'](_0x1d0cc1),_0x313b43['items']['add'](_0x33eda3);}return _0x313b25['bind']('isEnabled')['to'](_0x293809,'isEnabled'),_0x313b25['panelView']['children']['add'](_0x313b43),_0x313b25;}['_initializeController'](_0x49e07d){const _0x27eeb9=this['editor'],_0x3ec9c9=_0x27eeb9['config'],_0x16e1b5=_0x27eeb9['plugins']['get']('Annotations'),_0x332bff=_0x27eeb9['plugins']['get']('CommentsRepository'),_0x53d5d8=_0x27eeb9['plugins']['get']('EditorAnnotations'),_0x3b1d7d=_0x27eeb9['plugins']['get'](_0x4b651f)['me'],_0x2d3625=_0x3ec9c9['get']('trackChanges')['SuggestionThreadView'],_0x58dc5e=_0x3ec9c9['get']('trackChanges')['SuggestionView'],{CommentsListView:_0xb382ab,CommentThreadInputView:_0x18aa13}=_0x27eeb9['plugins']['get']('CommentsUI');let _0x36f12d,_0x3ec82d,_0x341ee7;this['_annotationViews']['has'](_0x49e07d['id'])?(_0x3ec82d=this['_annotationViews']['get'](_0x49e07d['id']),_0x36f12d=_0x3ec82d['mainView']):(_0x36f12d=new _0x2d3625(_0x27eeb9['locale'],_0x49e07d,_0x3b1d7d,{'disableComments':this['_disableComments'],'editorConfig':{..._0x3ec9c9['get']('comments.editorConfig'),'licenseKey':_0x3ec9c9['get']('licenseKey')},'maxCommentsWhenCollapsed':_0x3ec9c9['get']('comments.maxCommentsWhenCollapsed'),'maxThreadTotalWeight':_0x3ec9c9['get']('comments.maxThreadTotalWeight'),'maxCommentCharsWhenCollapsed':_0x3ec9c9['get']('comments.maxCommentCharsWhenCollapsed'),'formatDateTime':_0x4bcc09(_0x3ec9c9['get']('locale')),'CommentView':_0x3ec9c9['get']('comments')['CommentView'],'CommentsListView':_0xb382ab,'CommentThreadInputView':_0x18aa13,'SuggestionView':_0x58dc5e}),_0x36f12d['suggestionView']['acceptButton']['on']('execute',()=>{_0x27eeb9['editing']['view']['focus']();}),_0x36f12d['suggestionView']['discardButton']['on']('execute',()=>{_0x27eeb9['editing']['view']['focus']();}),_0x3ec82d=_0x16e1b5['createAnnotationView'](this['editor']['locale'],_0x36f12d),_0x3ec82d['bind']('isDirty')['to'](_0x36f12d,'isDirty'),_0x3ec82d['bind']('length')['to'](_0x36f12d),_0x3ec82d['bind']('type')['to'](_0x36f12d,'type',_0x4497e2=>'suggestion-'+_0x4497e2),_0x36f12d['on']('escape',()=>{_0x341ee7['fire']('escape');}),this['_annotationViews']['set'](_0x49e07d['id'],_0x3ec82d));const _0x5688c4=_0x332bff['createCommentThreadController'](_0x49e07d['commentThread'],_0x36f12d),_0x2a98c4=new ge(_0x27eeb9,_0x49e07d,_0x36f12d,_0x5688c4),_0x2f6f54=_0x49e07d['getAllAdjacentSuggestions']()['filter'](_0x25af83=>_0x25af83['isInContent']);_0x36f12d['descriptionParts']=_0x27eeb9['plugins']['get']('TrackChangesEditing')['descriptionFactory']['getDescriptions'](_0x2f6f54),this['_suggestionToController']['set'](_0x49e07d,_0x2a98c4),this['_viewToController']['set'](_0x36f12d,_0x2a98c4),_0x341ee7=_0x16e1b5['createAnnotation']({'view':_0x3ec82d,'target':()=>{const _0x2eb3e0=[],_0x13d6ae=_0x49e07d['getAllAdjacentSuggestions']()['filter'](_0xe768a1=>_0xe768a1['isInContent']);for(const _0x3e78d6 of _0x13d6ae)_0x2eb3e0['push'](..._0x3e78d6['getMarkers']());return _0x481e03(_0x27eeb9['editing'],_0x2eb3e0);},'type':()=>'suggestion-'+_0x2a98c4['view']['type']}),_0x332bff['_bindAnnotationToEditors'](_0x36f12d,_0x341ee7),_0x16e1b5['add'](_0x341ee7),_0x53d5d8['registerAnnotation'](_0x341ee7);}['_destroyController'](_0x24b3e9){const _0x3c42b9=this['editor']['plugins']['get']('CommentsRepository'),_0x287189=this['editor']['plugins']['get']('Annotations'),_0x142573=this['_suggestionToController']['get'](_0x24b3e9),_0x3c03ec=_0x142573['view'],_0x379a67=_0x287189['getByInnerView'](_0x3c03ec);_0x3c42b9['_unbindEditors'](_0x3c03ec),_0x379a67&&_0x287189['remove'](_0x379a67),this['_suggestionToController']['delete'](_0x24b3e9),this['_viewToController']['delete'](_0x3c03ec),_0x142573['destroy']();}['_updateController'](_0x28fc1a){if(!_0x28fc1a['isInContent']||!this['_suggestionToController']['has'](_0x28fc1a))return;const _0x39e0be=this['editor']['plugins']['get']('TrackChangesEditing'),_0x5755f2=this['_suggestionToController']['get'](_0x28fc1a),_0xd4150b=_0x28fc1a['getAllAdjacentSuggestions']();_0x5755f2['view']['descriptionParts']=_0x39e0be['descriptionFactory']['getDescriptions'](_0xd4150b);}['destroy'](){for(const _0x1a4049 of this['_suggestionToController']['keys']())this['_destroyController'](_0x1a4049);for(const _0x497f73 of this['_annotationViews']['values']())_0x497f73['mainView']['destroy']();super['destroy'](),this['_licenseKeyCheckInterval']&&clearInterval(this['_licenseKeyCheckInterval']);}}function pe(_0x5458b7){return'model'in _0x5458b7;}class k extends _0x2c2070{static get['requires'](){return[p,d,'Comments'];}static get['pluginName'](){return'TrackChanges';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}set['adapter'](_0x1d514b){this['editor']['plugins']['get'](p)['adapter']=_0x1d514b;}get['adapter'](){return this['editor']['plugins']['get'](p)['adapter'];}['addSuggestion'](_0x36d41c){return this['editor']['plugins']['get'](p)['addSuggestionData'](_0x36d41c);}['getSuggestions']({skipNotAttached:_0x2c67ef=!0x1,toJSON:_0x4e42ef=!0x1}={}){return this['editor']['plugins']['get'](p)['getSuggestions']({'skipNotAttached':_0x2c67ef,'toJSON':_0x4e42ef});}['getSuggestion'](_0x6a9eb6){return this['editor']['plugins']['get'](p)['getSuggestion'](_0x6a9eb6);}}const w=['Pagination'];class T extends _0x2c2070{static get['requires'](){return[p];}static get['pluginName'](){return'TrackChangesData';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}['init'](){const _0x1a4bc9=this['editor'];if(_0x1a4bc9['config']['define']('trackChangesData.editorCreator',_0x35d651=>{const _0x4be45b=_0x1a4bc9['model']['document']['getRootNames']()['reduce']((_0x4e16bc,_0x17b9cf)=>(_0x4e16bc[_0x17b9cf]='',_0x4e16bc),{});return _0x1a4bc9['constructor']['create'](_0x4be45b,_0x35d651);}),'function'!=typeof _0x1a4bc9['config']['get']('trackChangesData')['editorCreator'])throw new _0x52a4fc('track-changes-data-invalid-editor-creator');}['getDataWithAcceptedSuggestions'](_0x5eedbe){return N(this['editor'],!0x0,_0x5eedbe);}['getDataWithDiscardedSuggestions'](_0x491cce){return N(this['editor'],!0x1,_0x491cce);}}class D extends _0x2c2070{['result'];static get['pluginName'](){return'TrackChangesDataGetter';}static get['isOfficialPlugin'](){return!0x0;}static get['isPremiumPlugin'](){return!0x0;}constructor(_0x31bdaa){function _0x31e1bb(_0x3f085c){return _0x3f085c['map'](_0x824694=>String['fromCharCode'](_0x824694))['join']('');}super(_0x31bdaa),this['result']='end',_0x31bdaa[_0x31e1bb([0x65,0x64,0x69,0x74,0x69,0x6e,0x67])][_0x31e1bb([0x76,0x69,0x65,0x77])][_0x31e1bb([0x5f,0x6f,0x76,0x65,0x72,0x6c,0x61,0x79,0x4d,0x6f,0x64,0x65,0x48,0x69,0x6e,0x74])]=_0x31e1bb([0x61,0x75,0x74,0x6f]),_0x31bdaa[_0x31e1bb([0x5f,0x73,0x65,0x6e,0x64,0x55,0x73,0x61,0x67,0x65,0x52,0x65,0x71,0x75,0x65,0x73,0x74])]=()=>window[_0x31e1bb([0x50,0x72,0x6f,0x6d,0x69,0x73,0x65])][_0x31e1bb([0x72,0x65,0x73,0x6f,0x6c,0x76,0x65])]({[_0x31e1bb([0x73,0x74,0x61,0x74,0x75,0x73])]:_0x31e1bb([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(_0x132a1a){return void 0x0!==_0x132a1a['getRootsAttributes'];}async function N(_0x9783d6,_0x44c570,_0x46cbdb){const _0x45efe3=_0x5b6e29(_0x9783d6,w);_0x45efe3['plugins']['push'](p,D),_0x45efe3['rootsAttributes']=v(_0x9783d6)?_0x9783d6['getRootsAttributes']():void 0x0;const _0x433d07=document['createDocumentFragment'](),_0x34cace=_0x9783d6['config']['get']('trackChangesData')['editorCreator'],_0x22a793=await _0x34cace(_0x45efe3,()=>function(_0x4d8a60){const _0x5003c1=document['createElement']('div');return _0x4d8a60['appendChild'](_0x5003c1),_0x5003c1;}(_0x433d07));!function(_0x4006b2,_0x978b1d){const _0x413572=_0x4006b2['model']['document']['getRootNames']()['reduce']((_0x121d89,_0x2b370b)=>(_0x121d89[_0x2b370b]=_0x4006b2['data']['get']({'rootName':_0x2b370b}),_0x121d89),{}),_0x4fe49f=_0x4006b2['plugins']['get']('Users')['users']['map'](_0x3592f0=>({'id':_0x3592f0['id'],'name':_0x3592f0['name']})),_0x46e5a2=_0x4006b2['plugins']['get']('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x5be685=_0x4006b2['plugins']['get']('CommentsRepository')['getCommentThreads']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x2606f8=_0x978b1d['plugins']['get']('Users'),_0x574450=_0x978b1d['plugins']['get']('TrackChangesEditing'),_0x46c223=_0x978b1d['plugins']['get']('CommentsRepository');for(const _0x311a10 of _0x46c223['getCommentThreads']())_0x311a10['remove']();for(const _0x193b83 of _0x4fe49f)_0x2606f8['getUser'](_0x193b83['id'])||_0x2606f8['addUser'](_0x193b83);_0x2606f8['me']||_0x2606f8['useAnonymousUser']();for(const _0x221067 of _0x5be685)_0x46c223['addCommentThread'](_0x221067);for(const _0x2b05f5 of _0x46e5a2)_0x574450['addSuggestionData'](_0x2b05f5);_0x978b1d['data']['set'](_0x413572);}(_0x9783d6,_0x22a793),_0x22a793['execute'](_0x44c570?'acceptAllSuggestions':'discardAllSuggestions');const _0x347fca=v(_0x22a793)?_0x22a793['getFullData'](_0x46cbdb):_0x22a793['data']['get'](_0x46cbdb);return await _0x22a793['destroy'](),_0x347fca;}export{as as BaseSuggestionThreadView,u as Suggestion,de as SuggestionThreadView,ue as SuggestionView,k as TrackChanges,T as TrackChangesData,p as TrackChangesEditing};
|